From 7388f6e85eaa3505446f6167c1860382aabd31d8 Mon Sep 17 00:00:00 2001 From: Mithras Date: Tue, 24 Mar 2020 17:04:43 +0100 Subject: [PATCH] 0.0.2 --- .vscode/settings.json | 30 +- build/.ninja_deps | Bin 1107204 -> 1023276 bytes build/.ninja_log | 4365 +- build/CMakeCache.txt | 187 +- build/CMakeFiles/3.10.2/CMakeSystem.cmake | 4 +- build/CMakeFiles/CMakeOutput.log | 142 +- build/CMakeFiles/TargetDirectories.txt | 1270 +- build/CMakeFiles/bootloader.dir/Labels.json | 20 +- build/CMakeFiles/bootloader.dir/Labels.txt | 20 +- build/CMakeFiles/git-data/grabRef.cmake | 10 +- build/CMakeFiles/git-data/head-ref | 2 +- build/bakalarka.bin | Bin 988720 -> 967168 bytes build/bakalarka.map | 70722 ++++++++-------- .../tmp/bootloader-cfgcmd.txt | 2 +- build/bootloader/.bin_timestamp | 2 +- build/bootloader/.ninja_deps | Bin 55900 -> 57868 bytes build/bootloader/.ninja_log | 201 +- build/bootloader/CMakeCache.txt | 12 +- .../CMakeFiles/3.10.2/CMakeSystem.cmake | 4 +- build/bootloader/CMakeFiles/CMakeOutput.log | 142 +- .../CMakeFiles/TargetDirectories.txt | 122 +- .../CMakeFiles/git-data/grabRef.cmake | 10 +- build/bootloader/CMakeFiles/git-data/head-ref | 2 +- build/bootloader/build.ninja | 404 +- build/bootloader/cmake_install.cmake | 4 +- build/bootloader/compile_commands.json | 386 +- build/bootloader/config.env | 4 +- build/bootloader/config/kconfig_menus.json | 5349 +- build/bootloader/config/sdkconfig.cmake | 16 +- build/bootloader/config/sdkconfig.h | 6 +- build/bootloader/config/sdkconfig.json | 384 +- .../src/bootloader_clock.c.obj | Bin 58584 -> 58656 bytes .../src/bootloader_common.c.obj | Bin 80248 -> 79556 bytes .../src/bootloader_efuse_esp32.c.obj | Bin 11812 -> 11612 bytes .../src/bootloader_flash.c.obj | Bin 52148 -> 50280 bytes .../src/bootloader_flash_config_esp32.c.obj | Bin 26956 -> 25800 bytes .../src/bootloader_init.c.obj | Bin 58608 -> 59432 bytes .../src/bootloader_random.c.obj | Bin 75460 -> 76000 bytes .../src/bootloader_utility.c.obj | Bin 125328 -> 125436 bytes .../src/esp32/bootloader_esp32.c.obj | Bin 128440 -> 118736 bytes .../src/esp32/bootloader_sha.c.obj | Bin 26560 -> 26112 bytes .../src/esp32/flash_encrypt.c.obj | Bin 69572 -> 68396 bytes .../src/esp32/secure_boot.c.obj | Bin 62100 -> 0 bytes .../src/esp32/secure_boot_signatures.c.obj | Bin 20696 -> 0 bytes .../src/esp_image_format.c.obj | Bin 79796 -> 87792 bytes .../src/flash_encrypt.c.obj | Bin 16660 -> 16400 bytes .../src/flash_partitions.c.obj | Bin 18684 -> 18264 bytes .../src/flash_qio_mode.c.obj | Bin 53024 -> 52196 bytes .../libbootloader_support.a | Bin 968506 -> 896204 bytes build/bootloader/esp-idf/cmake_install.cmake | 28 +- .../esp32/esp_efuse_table.c.obj | Bin 26756 -> 26768 bytes .../src/esp32/esp_efuse_api.c.obj | Bin 18300 -> 16956 bytes .../src/esp32/esp_efuse_fields.c.obj | Bin 19860 -> 19648 bytes .../src/esp32/esp_efuse_utility.c.obj | Bin 30336 -> 29460 bytes .../__idf_efuse.dir/src/esp_efuse_api.c.obj | Bin 36464 -> 36376 bytes .../src/esp_efuse_fields.c.obj | Bin 15856 -> 15436 bytes .../src/esp_efuse_utility.c.obj | Bin 55320 -> 55416 bytes build/bootloader/esp-idf/efuse/libefuse.a | Bin 206062 -> 203230 bytes .../log/CMakeFiles/__idf_log.dir/log.c.obj | Bin 29704 -> 30240 bytes .../__idf_log.dir/log_buffers.c.obj | Bin 29744 -> 28588 bytes .../CMakeFiles/__idf_log.dir/log_noos.c.obj | Bin 15580 -> 20576 bytes build/bootloader/esp-idf/log/liblog.a | Bin 75652 -> 80046 bytes .../__idf_main.dir/bootloader_start.c.obj | Bin 18284 -> 17152 bytes build/bootloader/esp-idf/main/libmain.a | Bin 18536 -> 17404 bytes .../__idf_micro-ecc.dir/micro-ecc/uECC.c.obj | Bin 185092 -> 0 bytes .../esp-idf/micro-ecc/libmicro-ecc.a | Bin 185628 -> 207252 bytes .../__idf_soc.dir/src/compare_set.c.obj | Bin 25808 -> 25032 bytes .../src/esp32/brownout_hal.c.obj | Bin 24180 -> 24188 bytes .../__idf_soc.dir/src/esp32/cpu_util.c.obj | Bin 38752 -> 0 bytes .../__idf_soc.dir/src/esp32/rtc_clk.c.obj | Bin 125028 -> 122244 bytes .../src/esp32/rtc_clk_init.c.obj | Bin 79912 -> 79756 bytes .../__idf_soc.dir/src/esp32/rtc_init.c.obj | Bin 50848 -> 52292 bytes .../__idf_soc.dir/src/esp32/rtc_pm.c.obj | Bin 32412 -> 32272 bytes .../__idf_soc.dir/src/esp32/rtc_sleep.c.obj | Bin 72012 -> 72040 bytes .../__idf_soc.dir/src/esp32/rtc_time.c.obj | Bin 53776 -> 53460 bytes .../__idf_soc.dir/src/esp32/rtc_wdt.c.obj | Bin 52440 -> 53188 bytes .../src/esp32/sdio_slave_hal.c.obj | Bin 178032 -> 0 bytes .../src/esp32/soc_memory_layout.c.obj | Bin 1096 -> 1108 bytes .../src/esp32/touch_sensor_hal.c.obj | Bin 50644 -> 51248 bytes .../__idf_soc.dir/src/hal/adc_hal.c.obj | Bin 65828 -> 69844 bytes .../__idf_soc.dir/src/hal/can_hal.c.obj | Bin 33960 -> 34136 bytes .../__idf_soc.dir/src/hal/dac_hal.c.obj | Bin 50336 -> 50108 bytes .../__idf_soc.dir/src/hal/gpio_hal.c.obj | Bin 15272 -> 14324 bytes .../__idf_soc.dir/src/hal/i2c_hal.c.obj | Bin 63284 -> 63536 bytes .../__idf_soc.dir/src/hal/i2c_hal_iram.c.obj | Bin 23104 -> 21900 bytes .../__idf_soc.dir/src/hal/i2s_hal.c.obj | Bin 105128 -> 104064 bytes .../__idf_soc.dir/src/hal/ledc_hal.c.obj | Bin 16664 -> 16528 bytes .../__idf_soc.dir/src/hal/ledc_hal_iram.c.obj | Bin 28236 -> 27908 bytes .../__idf_soc.dir/src/hal/mcpwm_hal.c.obj | Bin 105400 -> 100808 bytes .../__idf_soc.dir/src/hal/pcnt_hal.c.obj | Bin 13880 -> 13808 bytes .../__idf_soc.dir/src/hal/rmt_hal.c.obj | Bin 41100 -> 41188 bytes .../__idf_soc.dir/src/hal/rtc_io_hal.c.obj | Bin 56992 -> 56824 bytes .../src/hal/sdio_slave_hal.c.obj | Bin 178028 -> 161848 bytes .../src/hal/sigmadelta_hal.c.obj | Bin 10348 -> 10268 bytes .../__idf_soc.dir/src/hal/spi_flash_hal.c.obj | Bin 46780 -> 45676 bytes .../src/hal/spi_flash_hal_iram.c.obj | Bin 78396 -> 79652 bytes .../__idf_soc.dir/src/hal/spi_hal.c.obj | Bin 62492 -> 57296 bytes .../__idf_soc.dir/src/hal/spi_hal_iram.c.obj | Bin 70588 -> 70552 bytes .../__idf_soc.dir/src/hal/spi_slave_hal.c.obj | Bin 43876 -> 44044 bytes .../src/hal/spi_slave_hal_iram.c.obj | Bin 50316 -> 49396 bytes .../__idf_soc.dir/src/hal/timer_hal.c.obj | Bin 14516 -> 14488 bytes .../src/hal/touch_sensor_hal.c.obj | Bin 58880 -> 58788 bytes .../__idf_soc.dir/src/hal/uart_hal.c.obj | Bin 63104 -> 63100 bytes .../__idf_soc.dir/src/hal/uart_hal_iram.c.obj | Bin 26248 -> 26044 bytes .../CMakeFiles/__idf_soc.dir/src/lldesc.c.obj | Bin 6960 -> 6944 bytes .../src/memory_layout_utils.c.obj | Bin 24312 -> 23824 bytes .../src/soc_include_legacy_warn.c.obj | Bin 1100 -> 1112 bytes .../esp-idf/soc/cmake_install.cmake | 4 +- build/bootloader/esp-idf/soc/libsoc.a | Bin 2151944 -> 2010900 bytes .../esp-idf/soc/soc/cmake_install.cmake | 2 +- .../CMakeFiles/soc_esp32.dir/adc_periph.c.obj | Bin 39164 -> 39176 bytes .../CMakeFiles/soc_esp32.dir/dac_periph.c.obj | Bin 37012 -> 36892 bytes .../soc_esp32.dir/gpio_periph.c.obj | Bin 7656 -> 7668 bytes .../CMakeFiles/soc_esp32.dir/i2c_periph.c.obj | Bin 12104 -> 12112 bytes .../CMakeFiles/soc_esp32.dir/i2s_periph.c.obj | Bin 18188 -> 18200 bytes .../CMakeFiles/soc_esp32.dir/interrupts.c.obj | Bin 4344 -> 4208 bytes .../soc_esp32.dir/ledc_periph.c.obj | Bin 9688 -> 9560 bytes .../soc_esp32.dir/rtc_io_periph.c.obj | Bin 28812 -> 28824 bytes .../CMakeFiles/soc_esp32.dir/rtc_periph.c.obj | Bin 1084 -> 1092 bytes .../soc_esp32.dir/sdio_slave_periph.c.obj | Bin 59116 -> 59128 bytes .../soc_esp32.dir/sdmmc_periph.c.obj | Bin 12416 -> 12292 bytes .../CMakeFiles/soc_esp32.dir/spi_periph.c.obj | Bin 26840 -> 26852 bytes .../soc_esp32.dir/touch_sensor_periph.c.obj | Bin 36384 -> 36396 bytes .../soc_esp32.dir/uart_periph.c.obj | Bin 14256 -> 14268 bytes .../esp-idf/soc/soc/esp32/libsoc_esp32.a | Bin 308640 -> 308244 bytes .../esp32/spi_flash_rom_patch.c.obj | Bin 89572 -> 81184 bytes .../esp-idf/spi_flash/libspi_flash.a | Bin 90240 -> 81852 bytes build/bootloader/project_description.json | 6 +- build/bootloader/rules.ninja | 2 +- build/build.ninja | 9566 +-- build/cmake_install.cmake | 6 +- build/compile_commands.json | 5830 +- build/config.env | 10 +- build/config/kconfig_menus.json | 22857 +++-- build/config/sdkconfig.cmake | 74 +- build/config/sdkconfig.h | 38 +- build/config/sdkconfig.json | 1190 +- build/esp-idf/ca/cmake_install.cmake | 2 +- build/esp-idf/cmake_install.cmake | 159 +- build/esp-idf/cmd_nvs/cmake_install.cmake | 2 +- build/esp-idf/cmd_system/cmake_install.cmake | 2 +- build/esp-idf/files/cmake_install.cmake | 2 +- .../esp-idf/https_server/cmake_install.cmake | 2 +- build/esp-idf/lv_examples/cmake_install.cmake | 2 +- build/esp-idf/lvgl/cmake_install.cmake | 2 +- .../lvgl_esp32_drivers/cmake_install.cmake | 2 +- build/esp-idf/lvgl_tft/cmake_install.cmake | 2 +- build/esp-idf/lvgl_touch/cmake_install.cmake | 2 +- build/esp-idf/main/cmake_install.cmake | 2 +- build/esp-idf/mbedtls/cmake_install.cmake | 2 +- .../mbedtls/mbedtls/cmake_install.cmake | 4 +- .../mbedtls/library/cmake_install.cmake | 6 +- build/esp-idf/soc/cmake_install.cmake | 4 +- build/esp-idf/soc/soc/cmake_install.cmake | 2 +- build/esp-idf/wifi/cmake_install.cmake | 2 +- build/kconfigs.in | 6 +- build/kconfigs_projbuild.in | 2 +- build/ldgen_libraries | 145 +- build/ldgen_libraries.in | 17 +- build/project_description.json | 18 +- build/rules.ninja | 431 +- components/ca/ca.c | 36 +- components/ca/gen_key.c | 6 +- components/lv_examples/CMakeLists.txt | 4 - components/lv_examples/component.mk | 27 - components/lv_examples/lv_ex_conf.h | 60 - .../lv_examples/lv_examples/.github/stale.yml | 17 - components/lv_examples/lv_examples/.gitignore | 1 - components/lv_examples/lv_examples/README.md | 49 - .../lv_examples/lv_examples/docs/astyle_c | 1 - .../lv_examples/lv_examples/docs/astyle_h | 1 - .../lv_examples/lv_apps/benchmark/benchmark.c | 319 - .../lv_examples/lv_apps/benchmark/benchmark.h | 61 - .../lv_apps/benchmark/benchmark.mk | 7 - .../lv_apps/benchmark/benchmark_bg.c | 234 - .../lv_apps/benchmark/benchmark_bg.png | Bin 4376 -> 0 bytes .../lv_apps/demo/bubble_pattern.png | Bin 155758 -> 0 bytes .../lv_examples/lv_apps/demo/demo.c | 451 - .../lv_examples/lv_apps/demo/demo.h | 54 - .../lv_examples/lv_apps/demo/demo.mk | 7 - .../lv_apps/demo/img_bubble_pattern.c | 1955 - .../lv_examples/lv_apps/sysmon/sysmon.c | 175 - .../lv_examples/lv_apps/sysmon/sysmon.h | 52 - .../lv_examples/lv_apps/sysmon/sysmon.mk | 6 - .../lv_examples/lv_apps/terminal/terminal.c | 176 - .../lv_examples/lv_apps/terminal/terminal.h | 60 - .../lv_examples/lv_apps/terminal/terminal.mk | 6 - .../lv_examples/lv_apps/tpcal/tpcal.c | 378 - .../lv_examples/lv_apps/tpcal/tpcal.h | 54 - .../lv_examples/lv_apps/tpcal/tpcal.mk | 6 - .../lv_examples/lv_ex_conf_templ.h | 60 - .../lv_examples/lv_examples/lv_examples.h | 55 - .../lv_examples/lv_examples/lv_examples.mk | 51 - .../lv_examples/lv_tests/lv_test.h | 87 - .../lv_tests/lv_test_group/lv_test_group.c | 361 - .../lv_tests/lv_test_group/lv_test_group.h | 53 - .../lv_tests/lv_test_group/lv_test_group.mk | 6 - .../lv_test_group/lv_test_group_1.png | Bin 20145 -> 0 bytes .../lv_tests/lv_test_misc/lv_test_task.c | 163 - .../lv_tests/lv_test_misc/lv_test_task.h | 63 - .../lv_tests/lv_test_obj/lv_test_obj.c | 104 - .../lv_tests/lv_test_obj/lv_test_obj.h | 53 - .../lv_tests/lv_test_obj/lv_test_obj.mk | 6 - .../lv_tests/lv_test_obj/lv_test_object_1.png | Bin 5695 -> 0 bytes .../lv_test_objx/lv_test_arc/lv_test_arc.c | 67 - .../lv_test_objx/lv_test_arc/lv_test_arc.h | 53 - .../lv_test_objx/lv_test_arc/lv_test_arc.mk | 6 - .../lv_test_arc/lv_test_arc_1.png | Bin 3135 -> 0 bytes .../lv_test_objx/lv_test_bar/lv_test_bar.c | 92 - .../lv_test_objx/lv_test_bar/lv_test_bar.h | 53 - .../lv_test_objx/lv_test_bar/lv_test_bar.mk | 6 - .../lv_test_bar/lv_test_bar_1.png | Bin 13903 -> 0 bytes .../lv_test_objx/lv_test_btn/lv_test_btn.c | 135 - .../lv_test_objx/lv_test_btn/lv_test_btn.h | 53 - .../lv_test_objx/lv_test_btn/lv_test_btn.mk | 6 - .../lv_test_btn/lv_test_btn_1.png | Bin 11001 -> 0 bytes .../lv_test_objx/lv_test_btnm/lv_test_btnm.c | 97 - .../lv_test_objx/lv_test_btnm/lv_test_btnm.h | 53 - .../lv_test_objx/lv_test_btnm/lv_test_btnm.mk | 6 - .../lv_test_btnm/lv_test_btnm_1.png | Bin 11877 -> 0 bytes .../lv_test_canvas/lv_test_canvas.c | 94 - .../lv_test_canvas/lv_test_canvas.h | 53 - .../lv_test_canvas/lv_test_canvas.mk | 6 - .../lv_test_canvas/lv_test_canvas_1.png | Bin 3485 -> 0 bytes .../lv_test_objx/lv_test_cb/lv_test_cb.c | 103 - .../lv_test_objx/lv_test_cb/lv_test_cb.h | 53 - .../lv_test_objx/lv_test_cb/lv_test_cb.mk | 6 - .../lv_test_objx/lv_test_cb/lv_test_cb_1.png | Bin 6780 -> 0 bytes .../lv_test_chart/lv_test_chart.c | 306 - .../lv_test_chart/lv_test_chart.h | 55 - .../lv_test_chart/lv_test_chart.mk | 6 - .../lv_test_chart/lv_test_chart_1.png | Bin 16328 -> 0 bytes .../lv_test_objx/lv_test_cont/lv_test_cont.c | 135 - .../lv_test_objx/lv_test_cont/lv_test_cont.h | 58 - .../lv_test_objx/lv_test_cont/lv_test_cont.mk | 6 - .../lv_test_cont/lv_test_cont_1.png | Bin 10268 -> 0 bytes .../lv_test_cont/lv_test_cont_2.png | Bin 9347 -> 0 bytes .../lv_test_cpicker/lv_test_cpicker.c | 74 - .../lv_test_cpicker/lv_test_cpicker.h | 54 - .../lv_test_cpicker/lv_test_cpicker.mk | 6 - .../lv_test_ddlist/lv_test_ddlist.c | 104 - .../lv_test_ddlist/lv_test_ddlist.h | 53 - .../lv_test_ddlist/lv_test_ddlist.mk | 6 - .../lv_test_ddlist/lv_test_ddlist_1.png | Bin 7759 -> 0 bytes .../lv_test_gauge/lv_test_gauge.c | 90 - .../lv_test_gauge/lv_test_gauge.h | 52 - .../lv_test_gauge/lv_test_gauge.mk | 6 - .../lv_test_gauge/lv_test_gauge_1.png | Bin 14516 -> 0 bytes .../lv_test_objx/lv_test_img/flower_icon.png | Bin 2187 -> 0 bytes .../lv_test_img/img_flower_icon.c | 193 - .../lv_test_objx/lv_test_img/lv_test_img.c | 73 - .../lv_test_objx/lv_test_img/lv_test_img.h | 53 - .../lv_test_objx/lv_test_img/lv_test_img.mk | 7 - .../lv_test_img/lv_test_img_1.png | Bin 13124 -> 0 bytes .../lv_test_imgbtn/imgbtn_img_1.c | 149 - .../lv_test_imgbtn/imgbtn_img_2.c | 149 - .../lv_test_imgbtn/imgbtn_img_3.c | 189 - .../lv_test_imgbtn/imgbtn_img_4.c | 189 - .../lv_test_imgbtn/lv_test_imgbtn.c | 93 - .../lv_test_imgbtn/lv_test_imgbtn.h | 53 - .../lv_test_imgbtn/lv_test_imgbtn.mk | 10 - .../lv_test_imgbtn/lv_test_imgbtn_1.png | Bin 8151 -> 0 bytes .../lv_test_objx/lv_test_kb/lv_test_kb.c | 101 - .../lv_test_objx/lv_test_kb/lv_test_kb.h | 58 - .../lv_test_objx/lv_test_kb/lv_test_kb.mk | 6 - .../lv_test_objx/lv_test_kb/lv_test_kb_1.png | Bin 18143 -> 0 bytes .../lv_test_objx/lv_test_kb/lv_test_kb_2.png | Bin 11533 -> 0 bytes .../lv_test_label/lv_test_label.c | 208 - .../lv_test_label/lv_test_label.h | 66 - .../lv_test_label/lv_test_label.mk | 6 - .../lv_test_label/lv_test_label_1.png | Bin 9172 -> 0 bytes .../lv_test_label/lv_test_label_2.png | Bin 12947 -> 0 bytes .../lv_test_label/lv_test_label_3.png | Bin 4640 -> 0 bytes .../lv_test_label/lv_test_label_4.png | Bin 8582 -> 0 bytes .../lv_test_objx/lv_test_led/lv_test_led.c | 85 - .../lv_test_objx/lv_test_led/lv_test_led.h | 52 - .../lv_test_objx/lv_test_led/lv_test_led.mk | 6 - .../lv_test_led/lv_test_led_1.png | Bin 13145 -> 0 bytes .../lv_test_objx/lv_test_line/lv_test_line.c | 82 - .../lv_test_objx/lv_test_line/lv_test_line.h | 53 - .../lv_test_objx/lv_test_line/lv_test_line.mk | 6 - .../lv_test_line/lv_test_line_1.png | Bin 2412 -> 0 bytes .../lv_test_objx/lv_test_list/lv_test_list.c | 123 - .../lv_test_objx/lv_test_list/lv_test_list.h | 53 - .../lv_test_objx/lv_test_list/lv_test_list.mk | 6 - .../lv_test_list/lv_test_list_1.png | Bin 19013 -> 0 bytes .../lv_test_lmeter/lv_test_lmeter.c | 81 - .../lv_test_lmeter/lv_test_lmeter.h | 52 - .../lv_test_lmeter/lv_test_lmeter.mk | 6 - .../lv_test_lmeter/lv_test_lmeter_1.png | Bin 6558 -> 0 bytes .../lv_test_objx/lv_test_mbox/lv_test_mbox.c | 114 - .../lv_test_objx/lv_test_mbox/lv_test_mbox.h | 53 - .../lv_test_objx/lv_test_mbox/lv_test_mbox.mk | 6 - .../lv_test_mbox/lv_test_mbox_1.png | Bin 17487 -> 0 bytes .../lv_test_objx/lv_test_page/lv_test_page.c | 168 - .../lv_test_objx/lv_test_page/lv_test_page.h | 58 - .../lv_test_objx/lv_test_page/lv_test_page.mk | 6 - .../lv_test_page/lv_test_page_1.png | Bin 16324 -> 0 bytes .../lv_test_page/lv_test_page_2.png | Bin 9384 -> 0 bytes .../lv_test_preload/lv_test_preload.c | 83 - .../lv_test_preload/lv_test_preload.h | 53 - .../lv_test_preload/lv_test_preload.mk | 6 - .../lv_test_preload/lv_test_preload_1.png | Bin 4879 -> 0 bytes .../lv_test_roller/lv_test_roller.c | 75 - .../lv_test_roller/lv_test_roller.h | 53 - .../lv_test_roller/lv_test_roller.mk | 6 - .../lv_test_roller/lv_test_roller_1.png | Bin 7329 -> 0 bytes .../lv_test_slider/lv_test_slider.c | 100 - .../lv_test_slider/lv_test_slider.h | 53 - .../lv_test_slider/lv_test_slider.mk | 6 - .../lv_test_slider/lv_test_slider_1.png | Bin 14132 -> 0 bytes .../lv_test_objx/lv_test_sw/lv_test_sw.c | 93 - .../lv_test_objx/lv_test_sw/lv_test_sw.h | 53 - .../lv_test_objx/lv_test_sw/lv_test_sw.mk | 6 - .../lv_test_objx/lv_test_sw/lv_test_sw_1.png | Bin 3950 -> 0 bytes .../lv_test_objx/lv_test_ta/lv_test_ta.c | 241 - .../lv_test_objx/lv_test_ta/lv_test_ta.h | 58 - .../lv_test_objx/lv_test_ta/lv_test_ta.mk | 6 - .../lv_test_objx/lv_test_ta/lv_test_ta_1.png | Bin 10251 -> 0 bytes .../lv_test_objx/lv_test_ta/lv_test_ta_2.png | Bin 17251 -> 0 bytes .../lv_test_table/lv_test_table.c | 133 - .../lv_test_table/lv_test_table.h | 58 - .../lv_test_table/lv_test_table.mk | 6 - .../lv_test_table/lv_test_table_1.png | Bin 9854 -> 0 bytes .../lv_test_table/lv_test_table_2.png | Bin 3323 -> 0 bytes .../lv_test_tabview/lv_test_tabview.c | 244 - .../lv_test_tabview/lv_test_tabview.h | 54 - .../lv_test_tabview/lv_test_tabview.mk | 6 - .../lv_test_tabview/lv_test_tabview_1.png | Bin 13451 -> 0 bytes .../lv_test_tabview/lv_test_tabview_2.png | Bin 25390 -> 0 bytes .../lv_test_tileview/lv_test_tileview.c | 155 - .../lv_test_tileview/lv_test_tileview.h | 53 - .../lv_test_tileview/lv_test_tileview.mk | 6 - .../lv_test_tileview/lv_test_tileview_1.gif | Bin 630136 -> 0 bytes .../lv_test_objx/lv_test_win/lv_test_win.c | 86 - .../lv_test_objx/lv_test_win/lv_test_win.h | 53 - .../lv_test_objx/lv_test_win/lv_test_win.mk | 6 - .../lv_test_win/lv_test_win_1.png | Bin 11508 -> 0 bytes .../lv_tests/lv_test_stress/lv_test_stress.c | 422 - .../lv_tests/lv_test_stress/lv_test_stress.h | 53 - .../lv_tests/lv_test_stress/lv_test_stress.mk | 6 - .../lv_test_stress/lv_test_stress.png | Bin 18899 -> 0 bytes .../lv_tests/lv_test_theme/lv_test_theme.mk | 7 - .../lv_tests/lv_test_theme/lv_test_theme_1.c | 340 - .../lv_tests/lv_test_theme/lv_test_theme_1.h | 55 - .../lv_test_theme/lv_test_theme_1.png | Bin 28804 -> 0 bytes .../lv_tests/lv_test_theme/lv_test_theme_2.c | 367 - .../lv_tests/lv_test_theme/lv_test_theme_2.h | 53 - .../lv_test_theme/lv_test_theme_2.png | Bin 19472 -> 0 bytes .../10_keyboard/lv_tutorial_keyboard.c | 291 - .../10_keyboard/lv_tutorial_keyboard.h | 53 - .../10_keyboard/lv_tutorial_keyboard.mk | 6 - .../1_hello_world/lv_tutorial_hello_world.c | 69 - .../1_hello_world/lv_tutorial_hello_world.h | 49 - .../1_hello_world/lv_tutorial_hello_world.mk | 6 - .../2_objects/lv_tutorial_objects.c | 204 - .../2_objects/lv_tutorial_objects.h | 49 - .../2_objects/lv_tutorial_objects.mk | 6 - .../lv_tutorial/3_styles/lv_tutorial_styles.c | 164 - .../lv_tutorial/3_styles/lv_tutorial_styles.h | 49 - .../3_styles/lv_tutorial_styles.mk | 6 - .../lv_tutorial/4_themes/lv_tutorial_themes.c | 85 - .../lv_tutorial/4_themes/lv_tutorial_themes.h | 49 - .../4_themes/lv_tutorial_themes.mk | 6 - .../lv_tutorial/5_antialiasing/apple.png | Bin 1104 -> 0 bytes .../5_antialiasing/apple_chroma.png | Bin 924 -> 0 bytes .../5_antialiasing/apple_icon_alpha.c | 147 - .../5_antialiasing/apple_icon_chroma.c | 148 - .../5_antialiasing/lv_tutorial_antialiasing.c | 110 - .../5_antialiasing/lv_tutorial_antialiasing.h | 54 - .../lv_tutorial_antialiasing.mk | 8 - .../lv_tutorial/6_images/blue_flower.jpg | Bin 5809 -> 0 bytes .../lv_tutorial/6_images/blue_flower_16.bin | Bin 15004 -> 0 bytes .../6_images/blue_flower_16_swap.bin | Bin 15004 -> 0 bytes .../lv_tutorial/6_images/blue_flower_32.bin | Bin 30004 -> 0 bytes .../lv_tutorial/6_images/blue_flower_8.bin | Bin 7504 -> 0 bytes .../lv_tutorial/6_images/blue_rose_16.bin | Bin 3268 -> 0 bytes .../lv_tutorial/6_images/blue_rose_16.png | Bin 1111 -> 0 bytes .../6_images/flower_icon_alpha.bin | Bin 1254 -> 0 bytes .../lv_tutorial/6_images/flower_icon_alpha.c | 67 - .../6_images/flower_icon_alpha.png | Bin 5246 -> 0 bytes .../lv_tutorial/6_images/lv_tutorial_images.c | 313 - .../lv_tutorial/6_images/lv_tutorial_images.h | 54 - .../6_images/lv_tutorial_images.mk | 9 - .../lv_tutorial/6_images/red_flower.c | 330 - .../lv_tutorial/6_images/red_flower.png | Bin 18734 -> 0 bytes .../lv_tutorial/6_images/red_rose_16.c | 114 - .../lv_tutorial/6_images/red_rose_16.png | Bin 1028 -> 0 bytes .../lv_tutorial/7_fonts/arial_20.c | 3572 - .../lv_tutorial/7_fonts/lv_tutorial_fonts.c | 90 - .../lv_tutorial/7_fonts/lv_tutorial_fonts.h | 50 - .../lv_tutorial/7_fonts/lv_tutorial_fonts.mk | 7 - .../8_animations/lv_tutorial_animations.c | 144 - .../8_animations/lv_tutorial_animations.h | 54 - .../8_animations/lv_tutorial_animations.mk | 6 - .../9_responsive/lv_tutorial_responsive.c | 135 - .../9_responsive/lv_tutorial_responsive.h | 50 - .../9_responsive/lv_tutorial_responsive.mk | 6 - components/lvgl/CMakeLists.txt | 5 - components/lvgl/component.mk | 18 - components/lvgl/lv_conf.h | 602 - components/lvgl/lvgl/.clang-format | 97 - components/lvgl/lvgl/.editorconfig | 7 - components/lvgl/lvgl/.github/FUNDING.yml | 1 - .../ISSUE_TEMPLATE/all-other-issues.md | 14 - .../lvgl/.github/ISSUE_TEMPLATE/bug-report.md | 29 - components/lvgl/lvgl/.github/stale.yml | 17 - components/lvgl/lvgl/.gitignore | 5 - components/lvgl/lvgl/.gitmodules | 0 components/lvgl/lvgl/LICENCE.txt | 8 - components/lvgl/lvgl/README.md | 398 - components/lvgl/lvgl/docs/CODE_OF_CONDUCT.md | 46 - components/lvgl/lvgl/docs/CODING_STYLE.md | 94 - components/lvgl/lvgl/docs/CONTRIBUTING.md | 111 - components/lvgl/lvgl/library.json | 14 - components/lvgl/lvgl/lv_conf_template.h | 591 - components/lvgl/lvgl/lvgl.h | 97 - components/lvgl/lvgl/lvgl.mk | 8 - .../lvgl/lvgl/porting/lv_port_disp_template.c | 196 - .../lvgl/lvgl/porting/lv_port_disp_template.h | 44 - .../lvgl/lvgl/porting/lv_port_fs_template.c | 379 - .../lvgl/lvgl/porting/lv_port_fs_template.h | 44 - .../lvgl/porting/lv_port_indev_template.c | 428 - .../lvgl/porting/lv_port_indev_template.h | 45 - components/lvgl/lvgl/scripts/Doxyfile | 2455 - .../FontAwesome5-Solid+Brands+Regular.woff | Bin 353228 -> 0 bytes .../scripts/built_in_font/Roboto-Regular.woff | Bin 61736 -> 0 bytes .../built_in_font/built_in_font_gen.py | 47 - .../lvgl/lvgl/scripts/clang-formatter.sh | 13 - components/lvgl/lvgl/scripts/cppcheck_run.sh | 2 - .../lvgl/lvgl/scripts/lv_conf_checker.py | 60 - components/lvgl/lvgl/scripts/release_patch.py | 189 - components/lvgl/lvgl/src/lv_conf_checker.h | 851 - components/lvgl/lvgl/src/lv_core/lv_core.mk | 12 - components/lvgl/lvgl/src/lv_core/lv_debug.c | 193 - components/lvgl/lvgl/src/lv_core/lv_debug.h | 154 - components/lvgl/lvgl/src/lv_core/lv_disp.c | 178 - components/lvgl/lvgl/src/lv_core/lv_disp.h | 152 - components/lvgl/lvgl/src/lv_core/lv_group.c | 708 - components/lvgl/lvgl/src/lv_core/lv_group.h | 293 - components/lvgl/lvgl/src/lv_core/lv_indev.c | 1240 - components/lvgl/lvgl/src/lv_core/lv_indev.h | 159 - components/lvgl/lvgl/src/lv_core/lv_obj.c | 2649 - components/lvgl/lvgl/src/lv_core/lv_obj.h | 1025 - components/lvgl/lvgl/src/lv_core/lv_refr.c | 583 - components/lvgl/lvgl/src/lv_core/lv_refr.h | 93 - components/lvgl/lvgl/src/lv_core/lv_style.c | 353 - components/lvgl/lvgl/src/lv_core/lv_style.h | 301 - components/lvgl/lvgl/src/lv_draw/lv_draw.c | 191 - components/lvgl/lvgl/src/lv_draw/lv_draw.h | 109 - components/lvgl/lvgl/src/lv_draw/lv_draw.mk | 15 - .../lvgl/lvgl/src/lv_draw/lv_draw_arc.c | 251 - .../lvgl/lvgl/src/lv_draw/lv_draw_arc.h | 52 - .../lvgl/lvgl/src/lv_draw/lv_draw_basic.c | 783 - .../lvgl/lvgl/src/lv_draw/lv_draw_basic.h | 82 - .../lvgl/lvgl/src/lv_draw/lv_draw_img.c | 601 - .../lvgl/lvgl/src/lv_draw/lv_draw_img.h | 172 - .../lvgl/lvgl/src/lv_draw/lv_draw_label.c | 319 - .../lvgl/lvgl/src/lv_draw/lv_draw_label.h | 80 - .../lvgl/lvgl/src/lv_draw/lv_draw_line.c | 637 - .../lvgl/lvgl/src/lv_draw/lv_draw_line.h | 48 - .../lvgl/lvgl/src/lv_draw/lv_draw_rect.c | 1521 - .../lvgl/lvgl/src/lv_draw/lv_draw_rect.h | 47 - .../lvgl/lvgl/src/lv_draw/lv_draw_triangle.c | 343 - .../lvgl/lvgl/src/lv_draw/lv_draw_triangle.h | 58 - .../lvgl/lvgl/src/lv_draw/lv_img_cache.c | 206 - .../lvgl/lvgl/src/lv_draw/lv_img_cache.h | 78 - .../lvgl/lvgl/src/lv_draw/lv_img_decoder.c | 756 - .../lvgl/lvgl/src/lv_draw/lv_img_decoder.h | 357 - components/lvgl/lvgl/src/lv_font/lv_font.c | 84 - components/lvgl/lvgl/src/lv_font/lv_font.h | 164 - components/lvgl/lvgl/src/lv_font/lv_font.mk | 12 - .../lvgl/lvgl/src/lv_font/lv_font_fmt_txt.c | 479 - .../lvgl/lvgl/src/lv_font/lv_font_fmt_txt.h | 235 - .../lvgl/lvgl/src/lv_font/lv_font_roboto_12.c | 1628 - .../src/lv_font/lv_font_roboto_12_subpx.c | 3419 - .../lvgl/lvgl/src/lv_font/lv_font_roboto_16.c | 2116 - .../lvgl/lvgl/src/lv_font/lv_font_roboto_22.c | 3224 - .../lvgl/lvgl/src/lv_font/lv_font_roboto_28.c | 4609 - .../lv_font/lv_font_roboto_28_compressed.c | 2451 - .../lvgl/lvgl/src/lv_font/lv_font_unscii_8.c | 462 - .../lvgl/lvgl/src/lv_font/lv_symbol_def.h | 159 - components/lvgl/lvgl/src/lv_hal/lv_hal.h | 40 - components/lvgl/lvgl/src/lv_hal/lv_hal.mk | 8 - components/lvgl/lvgl/src/lv_hal/lv_hal_disp.c | 359 - components/lvgl/lvgl/src/lv_hal/lv_hal_disp.h | 292 - .../lvgl/lvgl/src/lv_hal/lv_hal_indev.c | 158 - .../lvgl/lvgl/src/lv_hal/lv_hal_indev.h | 213 - components/lvgl/lvgl/src/lv_hal/lv_hal_tick.c | 100 - components/lvgl/lvgl/src/lv_hal/lv_hal_tick.h | 70 - components/lvgl/lvgl/src/lv_misc/lv_anim.c | 474 - components/lvgl/lvgl/src/lv_misc/lv_anim.h | 331 - components/lvgl/lvgl/src/lv_misc/lv_area.c | 210 - components/lvgl/lvgl/src/lv_misc/lv_area.h | 186 - components/lvgl/lvgl/src/lv_misc/lv_async.c | 75 - components/lvgl/lvgl/src/lv_misc/lv_async.h | 62 - components/lvgl/lvgl/src/lv_misc/lv_bidi.c | 544 - components/lvgl/lvgl/src/lv_misc/lv_bidi.h | 76 - components/lvgl/lvgl/src/lv_misc/lv_circ.c | 79 - components/lvgl/lvgl/src/lv_misc/lv_circ.h | 77 - components/lvgl/lvgl/src/lv_misc/lv_color.c | 171 - components/lvgl/lvgl/src/lv_misc/lv_color.h | 526 - components/lvgl/lvgl/src/lv_misc/lv_fs.c | 642 - components/lvgl/lvgl/src/lv_misc/lv_fs.h | 299 - components/lvgl/lvgl/src/lv_misc/lv_gc.c | 51 - components/lvgl/lvgl/src/lv_misc/lv_gc.h | 77 - components/lvgl/lvgl/src/lv_misc/lv_ll.c | 422 - components/lvgl/lvgl/src/lv_misc/lv_ll.h | 160 - components/lvgl/lvgl/src/lv_misc/lv_log.c | 78 - components/lvgl/lvgl/src/lv_misc/lv_log.h | 144 - components/lvgl/lvgl/src/lv_misc/lv_math.c | 203 - components/lvgl/lvgl/src/lv_misc/lv_math.h | 85 - components/lvgl/lvgl/src/lv_misc/lv_mem.c | 481 - components/lvgl/lvgl/src/lv_misc/lv_mem.h | 113 - components/lvgl/lvgl/src/lv_misc/lv_misc.mk | 22 - components/lvgl/lvgl/src/lv_misc/lv_printf.c | 852 - components/lvgl/lvgl/src/lv_misc/lv_printf.h | 75 - components/lvgl/lvgl/src/lv_misc/lv_task.c | 382 - components/lvgl/lvgl/src/lv_misc/lv_task.h | 177 - components/lvgl/lvgl/src/lv_misc/lv_templ.c | 40 - components/lvgl/lvgl/src/lv_misc/lv_templ.h | 37 - components/lvgl/lvgl/src/lv_misc/lv_txt.c | 845 - components/lvgl/lvgl/src/lv_misc/lv_txt.h | 211 - components/lvgl/lvgl/src/lv_misc/lv_types.h | 64 - components/lvgl/lvgl/src/lv_misc/lv_utils.c | 115 - components/lvgl/lvgl/src/lv_misc/lv_utils.h | 66 - components/lvgl/lvgl/src/lv_objx/lv_arc.c | 305 - components/lvgl/lvgl/src/lv_objx/lv_arc.h | 123 - components/lvgl/lvgl/src/lv_objx/lv_bar.c | 548 - components/lvgl/lvgl/src/lv_objx/lv_bar.h | 193 - components/lvgl/lvgl/src/lv_objx/lv_btn.c | 723 - components/lvgl/lvgl/src/lv_objx/lv_btn.h | 329 - components/lvgl/lvgl/src/lv_objx/lv_btnm.c | 1125 - components/lvgl/lvgl/src/lv_objx/lv_btnm.h | 276 - .../lvgl/lvgl/src/lv_objx/lv_calendar.c | 983 - .../lvgl/lvgl/src/lv_objx/lv_calendar.h | 229 - components/lvgl/lvgl/src/lv_objx/lv_canvas.c | 870 - components/lvgl/lvgl/src/lv_objx/lv_canvas.h | 265 - components/lvgl/lvgl/src/lv_objx/lv_cb.c | 338 - components/lvgl/lvgl/src/lv_objx/lv_cb.h | 173 - components/lvgl/lvgl/src/lv_objx/lv_chart.c | 1557 - components/lvgl/lvgl/src/lv_objx/lv_chart.h | 395 - components/lvgl/lvgl/src/lv_objx/lv_cont.c | 710 - components/lvgl/lvgl/src/lv_objx/lv_cont.h | 210 - components/lvgl/lvgl/src/lv_objx/lv_cpicker.c | 1068 - components/lvgl/lvgl/src/lv_objx/lv_cpicker.h | 263 - components/lvgl/lvgl/src/lv_objx/lv_ddlist.c | 1032 - components/lvgl/lvgl/src/lv_objx/lv_ddlist.h | 269 - components/lvgl/lvgl/src/lv_objx/lv_gauge.c | 473 - components/lvgl/lvgl/src/lv_objx/lv_gauge.h | 233 - components/lvgl/lvgl/src/lv_objx/lv_img.c | 435 - components/lvgl/lvgl/src/lv_objx/lv_img.h | 179 - components/lvgl/lvgl/src/lv_objx/lv_imgbtn.c | 437 - components/lvgl/lvgl/src/lv_objx/lv_imgbtn.h | 230 - components/lvgl/lvgl/src/lv_objx/lv_kb.c | 471 - components/lvgl/lvgl/src/lv_objx/lv_kb.h | 207 - components/lvgl/lvgl/src/lv_objx/lv_label.c | 1441 - components/lvgl/lvgl/src/lv_objx/lv_label.h | 351 - components/lvgl/lvgl/src/lv_objx/lv_led.c | 258 - components/lvgl/lvgl/src/lv_objx/lv_led.h | 126 - components/lvgl/lvgl/src/lv_objx/lv_line.c | 308 - components/lvgl/lvgl/src/lv_objx/lv_line.h | 147 - components/lvgl/lvgl/src/lv_objx/lv_list.c | 1067 - components/lvgl/lvgl/src/lv_objx/lv_list.h | 359 - components/lvgl/lvgl/src/lv_objx/lv_lmeter.c | 422 - components/lvgl/lvgl/src/lv_objx/lv_lmeter.h | 179 - components/lvgl/lvgl/src/lv_objx/lv_mbox.c | 573 - components/lvgl/lvgl/src/lv_objx/lv_mbox.h | 212 - components/lvgl/lvgl/src/lv_objx/lv_objx.mk | 37 - .../lvgl/lvgl/src/lv_objx/lv_objx_templ.c | 229 - .../lvgl/lvgl/src/lv_objx/lv_objx_templ.h | 108 - components/lvgl/lvgl/src/lv_objx/lv_page.c | 1263 - components/lvgl/lvgl/src/lv_objx/lv_page.h | 416 - components/lvgl/lvgl/src/lv_objx/lv_preload.c | 444 - components/lvgl/lvgl/src/lv_objx/lv_preload.h | 197 - components/lvgl/lvgl/src/lv_objx/lv_roller.c | 733 - components/lvgl/lvgl/src/lv_objx/lv_roller.h | 212 - components/lvgl/lvgl/src/lv_objx/lv_slider.c | 620 - components/lvgl/lvgl/src/lv_objx/lv_slider.h | 216 - components/lvgl/lvgl/src/lv_objx/lv_spinbox.c | 479 - components/lvgl/lvgl/src/lv_objx/lv_spinbox.h | 188 - components/lvgl/lvgl/src/lv_objx/lv_sw.c | 403 - components/lvgl/lvgl/src/lv_objx/lv_sw.h | 159 - components/lvgl/lvgl/src/lv_objx/lv_ta.c | 1948 - components/lvgl/lvgl/src/lv_objx/lv_ta.h | 478 - components/lvgl/lvgl/src/lv_objx/lv_table.c | 894 - components/lvgl/lvgl/src/lv_objx/lv_table.h | 268 - components/lvgl/lvgl/src/lv_objx/lv_tabview.c | 1175 - components/lvgl/lvgl/src/lv_objx/lv_tabview.h | 231 - .../lvgl/lvgl/src/lv_objx/lv_tileview.c | 584 - .../lvgl/lvgl/src/lv_objx/lv_tileview.h | 178 - components/lvgl/lvgl/src/lv_objx/lv_win.c | 618 - components/lvgl/lvgl/src/lv_objx/lv_win.h | 302 - components/lvgl/lvgl/src/lv_themes/lv_theme.c | 124 - components/lvgl/lvgl/src/lv_themes/lv_theme.h | 382 - .../lvgl/lvgl/src/lv_themes/lv_theme_alien.c | 958 - .../lvgl/lvgl/src/lv_themes/lv_theme_alien.h | 59 - .../lvgl/src/lv_themes/lv_theme_default.c | 477 - .../lvgl/src/lv_themes/lv_theme_default.h | 60 - .../lvgl/src/lv_themes/lv_theme_material.c | 936 - .../lvgl/src/lv_themes/lv_theme_material.h | 60 - .../lvgl/lvgl/src/lv_themes/lv_theme_mono.c | 525 - .../lvgl/lvgl/src/lv_themes/lv_theme_mono.h | 60 - .../lvgl/lvgl/src/lv_themes/lv_theme_nemo.c | 929 - .../lvgl/lvgl/src/lv_themes/lv_theme_nemo.h | 60 - .../lvgl/lvgl/src/lv_themes/lv_theme_night.c | 847 - .../lvgl/lvgl/src/lv_themes/lv_theme_night.h | 60 - .../lvgl/lvgl/src/lv_themes/lv_theme_templ.c | 473 - .../lvgl/lvgl/src/lv_themes/lv_theme_templ.h | 60 - .../lvgl/lvgl/src/lv_themes/lv_theme_zen.c | 902 - .../lvgl/lvgl/src/lv_themes/lv_theme_zen.h | 60 - .../lvgl/lvgl/src/lv_themes/lv_themes.mk | 14 - components/lvgl/lvgl/src/lv_version.h | 66 - components/lvgl_esp32_drivers/CMakeLists.txt | 5 - components/lvgl_esp32_drivers/component.mk | 4 - components/lvgl_esp32_drivers/lvgl_driver.c | 93 - components/lvgl_esp32_drivers/lvgl_driver.h | 43 - components/lvgl_esp32_drivers/lvgl_spi_conf.h | 72 - .../lvgl_tft/CMakeLists.txt | 5 - .../lvgl_esp32_drivers/lvgl_tft/Kconfig | 198 - .../lvgl_esp32_drivers/lvgl_tft/component.mk | 4 - .../lvgl_esp32_drivers/lvgl_tft/disp_driver.c | 36 - .../lvgl_esp32_drivers/lvgl_tft/disp_driver.h | 49 - .../lvgl_esp32_drivers/lvgl_tft/disp_spi.c | 178 - .../lvgl_esp32_drivers/lvgl_tft/disp_spi.h | 47 - .../lvgl_esp32_drivers/lvgl_tft/hx8357.c | 305 - .../lvgl_esp32_drivers/lvgl_tft/hx8357.h | 147 - .../lvgl_esp32_drivers/lvgl_tft/ili9341.c | 199 - .../lvgl_esp32_drivers/lvgl_tft/ili9341.h | 60 - .../lvgl_esp32_drivers/lvgl_tft/ili9488.c | 211 - .../lvgl_esp32_drivers/lvgl_tft/ili9488.h | 166 - .../lvgl_esp32_drivers/lvgl_tft/st7789.c | 178 - .../lvgl_esp32_drivers/lvgl_tft/st7789.h | 115 - .../lvgl_touch/CMakeLists.txt | 5 - .../lvgl_esp32_drivers/lvgl_touch/Kconfig | 248 - .../lvgl_touch/component.mk | 4 - .../lvgl_esp32_drivers/lvgl_touch/ft6x36.c | 189 - .../lvgl_esp32_drivers/lvgl_touch/ft6x36.h | 162 - .../lvgl_esp32_drivers/lvgl_touch/stmpe610.c | 242 - .../lvgl_esp32_drivers/lvgl_touch/stmpe610.h | 181 - .../lvgl_touch/touch_driver.c | 40 - .../lvgl_touch/touch_driver.h | 42 - .../lvgl_esp32_drivers/lvgl_touch/tp_i2c.c | 43 - .../lvgl_esp32_drivers/lvgl_touch/tp_i2c.h | 36 - .../lvgl_esp32_drivers/lvgl_touch/tp_spi.c | 138 - .../lvgl_esp32_drivers/lvgl_touch/tp_spi.h | 46 - .../lvgl_esp32_drivers/lvgl_touch/xpt2046.c | 178 - .../lvgl_esp32_drivers/lvgl_touch/xpt2046.h | 52 - sdkconfig | 98 +- 649 files changed, 61231 insertions(+), 176321 deletions(-) delete mode 100644 build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot.c.obj delete mode 100644 build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_signatures.c.obj delete mode 100644 build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/micro-ecc/uECC.c.obj delete mode 100644 build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj delete mode 100644 build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj delete mode 100644 components/lv_examples/CMakeLists.txt delete mode 100644 components/lv_examples/component.mk delete mode 100644 components/lv_examples/lv_ex_conf.h delete mode 100644 components/lv_examples/lv_examples/.github/stale.yml delete mode 100644 components/lv_examples/lv_examples/.gitignore delete mode 100644 components/lv_examples/lv_examples/README.md delete mode 100644 components/lv_examples/lv_examples/docs/astyle_c delete mode 100644 components/lv_examples/lv_examples/docs/astyle_h delete mode 100644 components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.c delete mode 100644 components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.h delete mode 100644 components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.mk delete mode 100644 components/lv_examples/lv_examples/lv_apps/benchmark/benchmark_bg.c delete mode 100644 components/lv_examples/lv_examples/lv_apps/benchmark/benchmark_bg.png delete mode 100644 components/lv_examples/lv_examples/lv_apps/demo/bubble_pattern.png delete mode 100644 components/lv_examples/lv_examples/lv_apps/demo/demo.c delete mode 100644 components/lv_examples/lv_examples/lv_apps/demo/demo.h delete mode 100644 components/lv_examples/lv_examples/lv_apps/demo/demo.mk delete mode 100644 components/lv_examples/lv_examples/lv_apps/demo/img_bubble_pattern.c delete mode 100644 components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.c delete mode 100644 components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.h delete mode 100644 components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.mk delete mode 100644 components/lv_examples/lv_examples/lv_apps/terminal/terminal.c delete mode 100644 components/lv_examples/lv_examples/lv_apps/terminal/terminal.h delete mode 100644 components/lv_examples/lv_examples/lv_apps/terminal/terminal.mk delete mode 100644 components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.c delete mode 100644 components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.h delete mode 100644 components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.mk delete mode 100644 components/lv_examples/lv_examples/lv_ex_conf_templ.h delete mode 100644 components/lv_examples/lv_examples/lv_examples.h delete mode 100644 components/lv_examples/lv_examples/lv_examples.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_object_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont_2.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/flower_icon.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb_2.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label_2.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label_3.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label_4.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page_2.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta_2.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table_2.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview_2.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview_1.gif delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme.mk delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.png delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.h delete mode 100644 components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.png delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.h delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.mk delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.h delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.mk delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.h delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.mk delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.h delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.mk delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.h delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.mk delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple.png delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple_chroma.png delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.h delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.mk delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/blue_flower.jpg delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/blue_flower_16.bin delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/blue_flower_16_swap.bin delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/blue_flower_32.bin delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/blue_flower_8.bin delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/blue_rose_16.bin delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/blue_rose_16.png delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/flower_icon_alpha.bin delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/flower_icon_alpha.png delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.h delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.mk delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/red_flower.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/red_flower.png delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/red_rose_16.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/6_images/red_rose_16.png delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/7_fonts/arial_20.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.h delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.mk delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.h delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.mk delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.h delete mode 100644 components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.mk delete mode 100644 components/lvgl/CMakeLists.txt delete mode 100644 components/lvgl/component.mk delete mode 100644 components/lvgl/lv_conf.h delete mode 100644 components/lvgl/lvgl/.clang-format delete mode 100644 components/lvgl/lvgl/.editorconfig delete mode 100644 components/lvgl/lvgl/.github/FUNDING.yml delete mode 100644 components/lvgl/lvgl/.github/ISSUE_TEMPLATE/all-other-issues.md delete mode 100644 components/lvgl/lvgl/.github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 components/lvgl/lvgl/.github/stale.yml delete mode 100644 components/lvgl/lvgl/.gitignore delete mode 100644 components/lvgl/lvgl/.gitmodules delete mode 100644 components/lvgl/lvgl/LICENCE.txt delete mode 100644 components/lvgl/lvgl/README.md delete mode 100644 components/lvgl/lvgl/docs/CODE_OF_CONDUCT.md delete mode 100644 components/lvgl/lvgl/docs/CODING_STYLE.md delete mode 100644 components/lvgl/lvgl/docs/CONTRIBUTING.md delete mode 100644 components/lvgl/lvgl/library.json delete mode 100644 components/lvgl/lvgl/lv_conf_template.h delete mode 100644 components/lvgl/lvgl/lvgl.h delete mode 100644 components/lvgl/lvgl/lvgl.mk delete mode 100644 components/lvgl/lvgl/porting/lv_port_disp_template.c delete mode 100644 components/lvgl/lvgl/porting/lv_port_disp_template.h delete mode 100644 components/lvgl/lvgl/porting/lv_port_fs_template.c delete mode 100644 components/lvgl/lvgl/porting/lv_port_fs_template.h delete mode 100644 components/lvgl/lvgl/porting/lv_port_indev_template.c delete mode 100644 components/lvgl/lvgl/porting/lv_port_indev_template.h delete mode 100644 components/lvgl/lvgl/scripts/Doxyfile delete mode 100644 components/lvgl/lvgl/scripts/built_in_font/FontAwesome5-Solid+Brands+Regular.woff delete mode 100644 components/lvgl/lvgl/scripts/built_in_font/Roboto-Regular.woff delete mode 100644 components/lvgl/lvgl/scripts/built_in_font/built_in_font_gen.py delete mode 100755 components/lvgl/lvgl/scripts/clang-formatter.sh delete mode 100755 components/lvgl/lvgl/scripts/cppcheck_run.sh delete mode 100755 components/lvgl/lvgl/scripts/lv_conf_checker.py delete mode 100644 components/lvgl/lvgl/scripts/release_patch.py delete mode 100644 components/lvgl/lvgl/src/lv_conf_checker.h delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_core.mk delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_debug.c delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_debug.h delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_disp.c delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_disp.h delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_group.c delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_group.h delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_indev.c delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_indev.h delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_obj.c delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_obj.h delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_refr.c delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_refr.h delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_style.c delete mode 100644 components/lvgl/lvgl/src/lv_core/lv_style.h delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw.c delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw.h delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw.mk delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_arc.c delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_arc.h delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_basic.c delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_basic.h delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_img.c delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_img.h delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_label.c delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_label.h delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_line.c delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_line.h delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_rect.c delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_rect.h delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_triangle.c delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_draw_triangle.h delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_img_cache.c delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_img_cache.h delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_img_decoder.c delete mode 100644 components/lvgl/lvgl/src/lv_draw/lv_img_decoder.h delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font.c delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font.h delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font.mk delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font_fmt_txt.c delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font_fmt_txt.h delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font_roboto_12.c delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font_roboto_12_subpx.c delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font_roboto_16.c delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font_roboto_22.c delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font_roboto_28.c delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font_roboto_28_compressed.c delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_font_unscii_8.c delete mode 100644 components/lvgl/lvgl/src/lv_font/lv_symbol_def.h delete mode 100644 components/lvgl/lvgl/src/lv_hal/lv_hal.h delete mode 100644 components/lvgl/lvgl/src/lv_hal/lv_hal.mk delete mode 100644 components/lvgl/lvgl/src/lv_hal/lv_hal_disp.c delete mode 100644 components/lvgl/lvgl/src/lv_hal/lv_hal_disp.h delete mode 100644 components/lvgl/lvgl/src/lv_hal/lv_hal_indev.c delete mode 100644 components/lvgl/lvgl/src/lv_hal/lv_hal_indev.h delete mode 100644 components/lvgl/lvgl/src/lv_hal/lv_hal_tick.c delete mode 100644 components/lvgl/lvgl/src/lv_hal/lv_hal_tick.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_anim.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_anim.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_area.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_area.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_async.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_async.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_bidi.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_bidi.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_circ.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_circ.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_color.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_color.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_fs.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_fs.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_gc.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_gc.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_ll.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_ll.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_log.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_log.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_math.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_math.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_mem.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_mem.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_misc.mk delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_printf.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_printf.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_task.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_task.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_templ.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_templ.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_txt.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_txt.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_types.h delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_utils.c delete mode 100644 components/lvgl/lvgl/src/lv_misc/lv_utils.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_arc.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_arc.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_bar.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_bar.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_btn.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_btn.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_btnm.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_btnm.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_calendar.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_calendar.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_canvas.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_canvas.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_cb.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_cb.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_chart.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_chart.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_cont.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_cont.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_cpicker.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_cpicker.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_ddlist.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_ddlist.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_gauge.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_gauge.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_img.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_img.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_imgbtn.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_imgbtn.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_kb.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_kb.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_label.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_label.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_led.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_led.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_line.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_line.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_list.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_list.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_lmeter.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_lmeter.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_mbox.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_mbox.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_objx.mk delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_objx_templ.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_objx_templ.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_page.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_page.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_preload.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_preload.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_roller.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_roller.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_slider.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_slider.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_spinbox.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_spinbox.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_sw.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_sw.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_ta.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_ta.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_table.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_table.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_tabview.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_tabview.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_tileview.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_tileview.h delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_win.c delete mode 100644 components/lvgl/lvgl/src/lv_objx/lv_win.h delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme.c delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme.h delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_alien.c delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_alien.h delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_default.c delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_default.h delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_material.c delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_material.h delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_mono.c delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_mono.h delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_nemo.c delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_nemo.h delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_night.c delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_night.h delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_templ.c delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_templ.h delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_zen.c delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_theme_zen.h delete mode 100644 components/lvgl/lvgl/src/lv_themes/lv_themes.mk delete mode 100644 components/lvgl/lvgl/src/lv_version.h delete mode 100644 components/lvgl_esp32_drivers/CMakeLists.txt delete mode 100644 components/lvgl_esp32_drivers/component.mk delete mode 100644 components/lvgl_esp32_drivers/lvgl_driver.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_driver.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_spi_conf.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/CMakeLists.txt delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/Kconfig delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/component.mk delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/disp_driver.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/disp_driver.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/disp_spi.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/disp_spi.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/hx8357.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/hx8357.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/ili9341.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/ili9341.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/ili9488.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/ili9488.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/st7789.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_tft/st7789.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/CMakeLists.txt delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/Kconfig delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/component.mk delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/ft6x36.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/ft6x36.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/stmpe610.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/stmpe610.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/touch_driver.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/touch_driver.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/tp_i2c.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/tp_i2c.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/tp_spi.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/tp_spi.h delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/xpt2046.c delete mode 100644 components/lvgl_esp32_drivers/lvgl_touch/xpt2046.h diff --git a/.vscode/settings.json b/.vscode/settings.json index 61187e7..9240c97 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,21 +1,11 @@ { - "C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools", - "files.associations": { - "linenoise.h": "c", - "esp_log.h": "c", - "condition_variable": "c", - "future": "c", - "*.ipp": "c", - "*.inc": "c", - "cmd_decl.h": "c", - "wifi.h": "c", - "esp_wifi.h": "c", - "ca.h": "c", - "esp_event.h": "c", - "freertos.h": "c", - "https_server.h": "c", - "esp_https_server.h": "c", - "esp_console.h": "c", - "file.h": "c" - } -} \ No newline at end of file + "C_Cpp.clang_format_style": "Visual Studio", + "editor.formatOnSave": false, + "[cpp]": { + "editor.quickSuggestions": true + }, + "[c]": { + "editor.quickSuggestions": true + }, + "C_Cpp.intelliSenseEngineFallback": "Enabled" +} \ No newline at end of file diff --git a/build/.ninja_deps b/build/.ninja_deps index d5e11cef2c80f6e5124116617c81855fc6dfb901..b77a48bd3f53e5e2b15615f5e64563800b0fbeb1 100644 GIT binary patch literal 1023276 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

>uQ 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 *6}ZIqv>Lsmz) z87rKR($|ZjQB6fNKLKKXG|TbIrzZt}WVv>)P)` zer~K7zTUnZhF;vZNG2}=YHv3d@1~uPS6hR6?Tch{8L)k1Uw5yF-R-;hir*6n{adqO z_HORG?_qTD1KN3O=v92lweRyCZ9TM;>4Tjq-58*E)r#KAh(=e#cqaT>OFDa3C5oAJ zU%F8G#7L68wX!U8wE3AwjLdX&bYfKoa{atqrr*P%HagVzd(fCqSs#s#%y+qO`_b;h z$n|p=*>`HAtsf^+nRIHUIs5tHTJOuJ)jEaZ+TOIrr{AvazMdTK;BlWy-4=X{`xLK? z(+2jw!rH#BTyLT~t@G9%s*Pt~wh;DdD%YC}54e7?zWb7#W)Rl(n|0pTpN-Bo{6=l} zrE*c5uE^&G$ruE|*ST-@_-$kFBlhmdJWv}i+a|@e1L^Q3tgqF^%ib3r+xXS`?&-~O z9{N}6yhks$-(TM|b!EGwGi|?I8?Q`KI-8(?*OzMJRlX_zSG zYwZ4{-r&`P-`m*z{n-_n(CFO5{WY|C{Q2J|?sqrFo3Jw%_Ss#H-QSW zcP0NNn|lW|b|hBWW#edEJ(Y4Am=0`Q;>IgBW>tKmm}UmQn+X)N%rf^Wrs?2wr}=v} zr8^hk#xXW_wlT8eW5q~rK5-8B&o#8>QHtMuumCJHpLccsUc~3!!0x70JyZw%W)Gle z)4lq8PxJTdDfa?}to! zc8sh#XpF1x?YLI=Yiz5r?9rgfK9BN(W9_GM?j-j74 z7Jmz+%~y;im#!R2J|t(7)oL;#*{DTUt=+69r;;%%Uq16D$3j>2w_{b+U(Y{YKIN_a zMsj`}I3DO3PcWtOGpeheS@gQqHfDWosw-DzqYqsT$Ls8Eu{QjP=5O>N-5+)?+y3PW zY0ZfgdCND=VJYEUhdn)x`Aqt8Ieco$&4e84XLTVwmNdshA|6}-otk}iWnFE>XW28o zMDu)TK7x%+(B6{c<&;S<%y-r&`Z{mH`c&6%T3xaJT=9b4x1brH-o-OWubQ->QL^3G z(DP`kI{c=&m-Ay9xi1q0pRDh`e7Yx`-U>d!eOl|5q7Bri-D(S9{gG|+YJStTPtR4` zr2MY6#d>DN49fNP0QqV8R_Rg0wnfJ-amabLe?{qq%X4Y-CUi42StH0&zjL4|-CRL^ z)sGp<=aX)_PvRpeuJwYq(ew#`a(4-PN~t)4J5^BLtP#le zazNwYfHqD_g!8*+L-SGkH*5O$#OGQ6uH<=K`&(}x8y{X;b8!~!wY0guEs^{vv{bhy z6U(ev4I>tugmFP+q zvKm)?uz`E?=~OsZ{(%PW?M-&2wNT*w4cyD1E^MRI8@RWZ2wyk9k9%vFlXLrp&5pCl z{uR+$ruR0$JDFEY2f=%|w+5N8eVZ(-?GJA}jr;B=W*b1RrMD+h{;$MqicRA&n_@M^ zaEjeD)~t7&ndcsjEj5lTn9mwl&H@^DYRu`5H;d*w<%SN)B`%{_TuWTjoi%T-1;M+Kk0#^Gkz|q8Q=zH&@?@StGWQP3=aa8k>iC9w zV~;2ZjC{i>w3BEx5i3}7!4R~bpv~V&TdU3AMfrSc^SFO*H2%vCr27-BG9Sv{waK?akIw8TLb0Zly{p7W`bFu19Sq# z6LY{^Fb~KtEC35ZeBT1Qjz?>}cLnh^G;Ur*@sBGrW6oD z&<8^eNi=OLx_I{oxu4~dW*{G83%q6S5e4gTJw01DtrO%z3 ziiqNSlRqA$?P|AmBEi@{PKtUI>*`O@2{-GunF3J^-xA3()G9!$_PBB^T8V*NA-hI{ zpnUW7&g~Gfn4E<-az+Y*w;Ot=xHM_$xhl6J;nziy>3tR2J%cLP{9=RYM)0KU7tgJvAbJ9 zx64yKyLzMDpp%~HMTzl_%<{VFRrr?Bb|;KJC!klKf2nR4!*(>QOHQb}j@4;~FR>wu z$9t+H&LB6KPlY+i<2==o1E7)xmP5VOQymL~U4>LW+oeh#>#dHx*#b84EzsMHa|}MP zaTFVVkn#-hAy92EE??s@+2MnL*3@bIJ{8OawT{IP;kS}ecfYa8y}+Wqn9{_)@$(L< zy`$giy};c3$6eIvZt!8`>i>ZD2RqYz{s`qq!C64p&ITU?9|z}vbHOLTC&8z{dEk7Y z>lc6v!7$M8MML+l1G;_@5N**B4c&V&xCDsrr-5jQu0D&$XTVZqtAVjYX!4?PBN{*) zgMNutZDT^$Cxxq`xR5a9SOWpAVfOC3l=^8LcNwLg*|z5$w68tq%jcMGQdf};+E)9B z)Usa(YYfA^7fzt8wttKEX0Y$RHLI&SKTYSmT?4KK`ujRyZFjBbr`^dt)%3Lyy=-*c zZH8u{;v9vnH!<$Eq=F-%vj&~H+~~{|l#~7~+G{J^i-msIdzLrJ-T|%Gch}}CuRRRb zf%w|`^ZD%s;6lK@JHa~O=E$F|I^*jct7`hPDe~p|HrdWb{fMH-mFcxn0v|d@H1A7F zBoBv{x3Q9?nqhw==oZnpD~-NgMR_%t^igK-BXs0{P2XDWqZG?2ep}jvu7znQlk+{S zc|D8BQJ+JNK3qfn6ti7RIq82U{f}a{YG>bG&-EL?jo>D5Gq?rZ3T^|p1I78H#cS5i zY7Eq192TXij4m94{5Bqk8B*xM!O(dCzi^$=gX<^tAlR3F6azNngZxdA&++h^^%{t zkz)G<3$=Ek+-1oz#cPIFQ)4RpX&ek+0EWLB)kO4zzPcnpd*(P`Xd!sAh6_ zb{T;gP6cm3{+BlFQ%0;zNF4yJN6@9)sH0-O+bJh~%jB4u|hSEM8E7)#?Q zjh)>2TRVP|Pm*tnkGt%+N_wdISCw`6t8hV!v)&|BxBct(R~2M}CD8D;7N&2om}a%* zenxNa;2EX2cT!I3?WEqeN^e~ssC5$3SLMs&xe!-}?fQvoIT7i#Xjq-Ti_bGQBu4;d zfjacoF7nc12Q3Q>^>*L7^|pdcun#nJX8hgM?J{)i9?D4_o7AyZ>DXv7rhJ`rtqz?i zJE8uZ7FdTmvAAxXs2~&U4UG&saj(&d`zCc_a_rT@u~&onakIQW8ZqsK%r-v%WJ$4? z5OmH)_CIT6|8tYFKPmeylzrwKYx?v73=4s2{bDI^o@28{r{{G!pzFHP#@q+YgA zFO}z0{@@;X+zaH_n$_9K%xd zsDZiN((7KvWd@7Tr^e&UGPzx$qxY!3OkI_4xSw)z{RQJ*WX7IpJKkESVfu6(m|TDH z{8)b>JF%GlY(P)-%5kWo3!CzpA(>zSG&J`6iqXxlQcmUqCv$B{47*$Q1>ggce!JnUqDx81~eKC-QS6KjkqBL-y}!MytPE4m+r)@CGO zoigl|1&yWk)#J&7<8b-Q6#20e*5J*cIpuk)6QKKzpoj0POo&I#=ZDJcr)V8V1&1>b))P z18&bf`3ArFCaAW)a<}#3?@C17TDg_8BX>@pC-P|y6^$aOPTIJR_^CpE46UF8IvZo7 zAEeHTpB|#LZJ@o|bT*>SqEUNH1#UlX!QWapXU|U5K5t{KXRUWFtJ>eTx7%mxOWXeT z+?O=hY#$}r>-KoyzN3Bue?`9crR75Ch=M4tm(M*LNr< zW39wWok9=bJ23A#WEbb}u7HLx9+4$rmVT|hY+`I5S9W-0P=VlZP5 zrlH46p;wpftV$1m4XvRHT0ZvKuh^Quu(mMEZXy@%#hgfMCwBZTb$ALp{$1MXa^j2c zQM!J)*8O8=@EpzTA*=X7ytV@Fdoc1TidppT%p=szeUIL?^|Jp%{H9vm@Cm;AB(SlC z;t2UtS1uIBCA(7`!qr>pCY&$Bv4;D%k&B&aNBNtYJkZcE?m(D#f{yA{Hyzu% z4sG@Cj?g=XSpWMxuln}~lw-w@(xoXtK3Xx`dr)e-?}3#C>(}Meea4f+(Axk=7F-!v z$KMx$!-<0~rd0f8W2C+Lto<7F&fpTDT$M~@$3}r|wy9Sb} zm39&Y9y`=4LzbCK3p%fZ&T*7A%aElrkk7747SkN}p6VU!PKUB-zGGb5$3f8&so=Hs z%BZDZg{}y0551b#l1jcUJ#&b?bBRDV6&|>_9W;+<*>-)e_IL%5ztDJK8z7sb_}%6J zY+KoOwd33I+RnC{`b73i?I$^)X=Y`+!!v41;xlghjg*D(FWZi<;`!Atb?aDFn%Fz& zJwbc^+_dK}D1U_v> z%P&pa|B7;QY&JPIYt`6HbH|$hjpx8M&Z;&>)0*;X?~LfZ6OGq2pXAOLi-tRA93Qha zY!8jUHEtjg{TW%rS2Su5N1?eD^kx&cKEbodzxFZLwF!E|Ry4kYczAaG=_l=KHBrgcPy5hYuJvV|ZT~!RZIW!+YUVdZb<+qd* znU8e)FP@itlDf^n1}K+p{kr0tbwIgo`SDuw+c)vsG^i!dEx8;9lBMzXVyq@xW97VO z@;pDF?%xC5(ElOjqu@tCb-W5Fj=2%s47Ot&wLN$(cpcaQe4pQ51TF@b0F7a6j8GP$ zLORc(zhjAW^ox>2M{;5=n&Eoz^2TJ^Fjp`*Lx60Zn^SZ1P&PL;#BV;uz2|{i_K(!ukez3`jL(+? z<-mOH9dsA8?gq#5e9Gmn4>kmDj`u+R_L1Kmg3m+Hx(n2r<5e45+hC^LD@}r(i|@|n z%QN8RPj)P~DLS?kdNt{;WmcL|cj+-73$2qYXth44n=YQ%r$a_w0{_$6&%ZC3%CKCa zvta8ng?jvi@$4V5FN)v(M5%fAiS)^?Udkt1-E@79>$hcRZ9YP}g(?I*LhvH+XFmJ| z$mUx)9LVR2IpxVJC9(8X$txAoDOO<>*V1IshdEXpgH32V)wL#hEKv?)ElbR$8oU^K z$J9^HI;9fL603y0)RB1+wB@JktZNOl=P0ZTHg2pf!m7^V-C54G(V1WaU9+MyO*g8$ zExHDKAQTcDz zA^+0tzfw-5Ub{Lgy>|6B9@h->z2cH}K(UDYxMB;%K#EI~!1Z;m&Tqzd@_$_*1r+D@ zfNz2a!CfHkzh1|+9l(y@Yv66h*L{o6i@`o%U$7rI04xHBfxW=q;LYG1AUg85t_`#H z>jADG3*HJ;m%q^;e+N&4e}I32e}QKV^x2=?nq9J6>oq2`3Z|_=DSd!y@B-+y#P?B|B$!CJ1EwXtKY|NgBZKQ#1(cFy$@nmGFTIv6aP!}r@b?zrrC_u?xH|`7$11WT)<(E(7at=jwr|M) zNAqcsU(siyMgMNB&7?z>6sg-Y&{G{7^v@MEGtl~1V>GMPF`+3(DdRt(`E&YqJ=3@A zQ~K=7v3$Z*o@p9rCSNDnv+@%6DOy*$0na0y+>lZ>yl$DXT7jiBo;Xyqf6#7Ap;u@B zR-uNifYzDx!3(LQ^lKwZ`HYFwFX?wfI#zx{CjyKt)8Bbc^+CgJ=2C>t-=KFc?Y6OL zw--@byF1MH6JeLEU044#D{m$$4IA&TP0O3576eZjd3&*Gw@oNj?}?T-#T<3(r>t8s zpX@JaDQTf>*Gn%1M6&l6p1Fas*!a|`^Pi#JM7%U+?K9B-6ZG#VUYcV1>m`)axV|}f zF|fW?{@423DSVcH-4w{aZUyvvcMf_6e@_K7K|S*%vgz{Ec8o5&>-uNuosI3?F@oa! zuOnwRA8zgTb75_HwS1&92HC^8;?YrhL1V-2X*XRBGj942v&6hxL4WTFjhbXMWH6G}xbi&A->yBi_EY)YWqfxKaOXa@;JH?jR9OwyfHdFB{;cJ54!jM# z9h?l_0s25c7yu`MdhN3GqZZxpEz?KwOhn@&K>!lCmPLPSRaACE6p8MJ9lM>`kew!1?sDJgXKJn)w?jvj`E@v%jwGBg*sUN zvwAkQ_!*r8Ic(b7%*|3$HM;v^C{4+WFaHzpL48I~KL^ zgq2JAUK>})2U~xu9O5=S*DJxRfMnX0VU5oh^LyGTTwfcy$qGvl`a8|Sh7Ob+dsgT2 zE3=$V9uA6rMmvf|P4XEss2~$O4vm^+GNch->>j6?34RLAn)POMnubwF<|ojb&03Ca zX-CDEuclO-GnTyAxKlA`JjPTk;EsP@13l|&U4K25->Ki@{#Wub4Kx}b4s&m{IAGGR zSNip8anWwGVB!5n>O1j2alnb z9(_-V_>ZCc46(-cw4wCoQ{9<%kqzC2aw_l{_bOJ1$GeJYWuNVs#*I@IS8PY@ zvOQ34X&rypvlh7)eVYbN&1=jA^~`C=Cl3SV3L4E%_3%t9zz$$XP%Q^^4GWpB2Gi(^ z1^i|q&>l;YJL_8_(Wn^Ag_j-KRZoY$_&bftZAgLG(a6el>Lgj2K{+WaqrWFK(Xz6* z0a=OOB9G=mzfFIOMx%C0G1|9`%*-@0Giy?2#(cMIqGhH5`+|Rr?8`%q+Lw?5V@~d8 z>^jt8WTlhxLThXJI_d%O-aJ|OOc0~VwFRud{i)pOX$U1~H_tr9AY;>$=$FcD-pVm#d>k*WH z8gEU4T@$b?eIt3(xLRZ7YU9V_xQ+;v_SC6Rh>aZ2F^Zt;s9sn0`K`dhPp#Yv3VuOR+qN9J?Tzm9qCJ&X?Q zN$JYB2~;y(6BsC8}IW904s3{*Y=+&vw%pMvJR zHUF)7@X_YJ@8G*T!Cm0lyl=u^cs|WjT(}`~@7OfSinVd-lagIqGmxxi$aFcfT;UJW z;s0!_*14vyH?Ol8jPd#`Hef0AYO^s8ttu4ngO=)62d!{F?~>CNd1nvDd!bi*oLjYS zVJ)?Xt_^hWslSfVla`;?4V#0z{k31_E-$o-xs?R;cQ#KeSx9BG8XMdJEn=Ucy^NpO zn^LjPV#^c@Chiiv8X| z*{n{9I&0WNt-94)eMOO&)YNyWsqY&p7ddSlE@`Wn{?XOY0)!uIta3B7=GUsDA>ruu zo49XJVud%EIvhx8=gzIqt`;xLM_d0D`g3dY1w>=J&4u zcgKs9Yv7(=Yv8oDa-!G5DQ30v1n!)zYZq6illeq%dR4lY1lL2i=5=4=&^@3xS;!>z zNu|iR$uC_8ZLRBGW^B?yl!}qYvPbcGnjd4J9s@rCKLw8i*$Q{9n8rXFHct7kM(ox)?z;#a0O$eSg@qtnc6Kx$m{-qV&_oRWVhm@ctve5ADa%%M$yq zDJBk0=X-2V6aO^P*D->@mC*8~>n?3nJ-EW796>vhcL-nZm+pSK{+{d#jMHU)=^kEW zzkk`hOa0Q7K$njV;{2 znrAr%yamWl+yoSp%2xZ)t;3T&jI1N?%-+tl=~8IdG#(zQu$@N!Ey3UtXnEGHkhXN| zVrV}@-yci6Xgu^*%HzQEweKa@@%~>%J2YWiQ~A`qxwhvoqCJ;1*zYAm+`kSwi<_d8 z35KCDo4!5X^z8|h3Gf~K$yhoqzP3GjlEt1XFKvgHL(kHkEv(GuI-?>Q17BEA-6IAu zD!gM-Pdiqj5hW2a!THeHv(|Qu=xBcf^EjE{yvFYD>0!UE9*p*&F?BkoeE}xTF2Li@LR>7 z?)cix33pLnD`&g#yA*%hm{_s6JI`fpbvM6p$4$?r`CL0Uo8}qx98JdNrBKB>l}{iK zjoKEM*tyWz47uu|j*_btl+);svE)j!BRLw+r`Ib(k^!xOcI8BVS#mNA7)}NC`uo>F z?_%!Lx@v3d<>%$oG?uclfNY^VUYC!xb}#0VYl*Q(-eMgBG|!>ErE87E0+mEr4+%ZV zRwMLmzCA`a^D$^HM>Q!w!`h%~_9q^r{fQ3#Gx!U53j7uP z4g4KE4gLZC3H}A11Se82^{Fc_lDYWUUj3~xv$Z$Pj=`&qy(LGIC&iTdEcsH5X=7(y zS1hH!H6~O}KyqMZEOIv$q7`1Q^sR|}a&?cgAa?pDIGa9O3cZ@-pqh^?Qw+}XMk^D1 z6k5!&4XxyPB}=`OKK)kQuc-gyzNOLrM#M(=v*)8`v$^B%0&q-M8K*_CBGOxtR9SNhC*sq1kSb>(iY zSqoQ{@-pf`uAk*}g;0l`|7=5qU2o)kV2~-C+<>OBn8O(uc#m)TxdE4aa2oWz=&9R> z#s<9G7wyot*rrEdQLa;=o$=W2(Y{bU`E)vw>rZs?=Sr5v@G>)faEj+XFpDgUYX{O{ z9}hvlW_#A3Uae(H1HB}ja{0c}8Mm~5=OCVgMtPSvdeJ$#@2rPjb$gp$lS+p|t@^zK zddq$ET_hK4ICw<*B70ucap1DOC&R;wUZyL^hj#ew&>yOJhBn#D6i1(Tr+eP!>luyh z>Cg42asz9VT`YgoL#~B>cf~U{ZrfHRc_*bin@V8pCBKpMvzH=#miyo{iah99R>Py$ z2M^O$W^+-jnrlIzBfW_{IvWPgSYpMkbdyOu2G z`tUZX++crbI#)n{2$>u?)@_r|jw%!MPzRqr)rxMSXRtpNE`Ez-I1L}4I&S@4vKKRw z$fSD*(s}Fax;;NrKAl?28%X^t5+OHQF4D{td_2o{I@w(c8^ea{g2#l(2oK$d6HZbG zpL)RVySxcpOd9haEQh|A*u=&Ug+j@>Cp`C2aUujtKn>1}982gmxVyOE)&pUWKH z;;Zg9FA)yoB13Wvw7uAoDDW}KD~AC-=4j9DQ?m0pPDiB!j`B>uC*7YyM8m{~7#!)V zjZFVCVok((908A3_^53Es@%%-NGEl;ulBOKW|3p)} z*$?yFFZOX5{-wg5tm*qh;o;M6ka9d}Fg+OB)kA#IHhOJyKGKPUq3y+ugJ=3gGbv)`M9*rru0$^m@Z2_0yc8+L{+{b@;=M2; z6Ne?9>6=(@MLsteI@0}o(RX73$0+R!eSfirwbo`7Cf`G{dmngsvDe`tjLfeClu}W48&(4~EMN29o(gI?+Ga z*A-^hsLMR+2NC6HN(Li`1rKLR$X=Yj9n`k-1Y2#0B2>6=J)AeZY6S3K};3iQ3i zYA$K|b(faaTap{-k$kED-yx>t!PK{k} z9i8Nbp61o?@UFW9Sr*k)@2G7(_tR*sq+G9RMfY0T_TaG%JiObx5s8{e zuD5O>A2R_MGI|AkyxWJ+)MeQ$*|D-_VUf(=R`B#G=VP&x>}?6ZLw(r5$Pb1=)E3Yj zs-W4X^$)ACy19I?IdwQ=qUsQiu?ofBL{u5AMSc0RqCQ=v3cZZ_oIauLW2#b2r8c83 zKF4jzd_K9hl$GW^S=CtFr0Up}fBo`d;l`ArXrzqp`_L;Nvp}i!mvMuCfbL zJU^3T?J!B*#IDgZZQ{9aOe9&N|Kip?$Lf5x$SVHmL0;s!Z%TGMjDw<{Di~%P!)tkk z?lvB`mUyjZX|Cb15j=d3u}!~(o&G}4^*0fm%Ocp&GmkK$FOE==U;}vg)cYvZspPc2 z=VvhuMNgOK%h!X4&;HJ6i@3gIs2nfw+)k^r{fWv}LLof!sWLJM$HM>ptKS&Syr(l7 zyWl_Y^QrI3Lg%BdFRerScMEwG($NI>Gw|>!V~)8B{snEHx)_c@s~DDl`f8_8**hJ# zXjcTX&jLJr#zSUGla=qOouR}K%{N8i> z867Uz{95xkK*Y{PQQZBP=#-5Q+_HH)#sO-MAFp;cdYlpK z7Jdp3pSH+6i%qcvKk-eUO>lYNt+b%`G0%Nr^ftzYJ=^e*_QjIsZ}& zS9MA-cod#KW5?*Zm<%Lbu|=7!9ey*!3$d<56C{aDR*XiG_@M(O8Ff8edY* zf_)jDt*}?{jI3j6fEqSq@FnZ0Z=dTtK0_$`u|~SKW%MK2zXtlge0Qnp#%5mavF@e* zU0CkltDx__e;1DI-zz;n!^r-P8tDp;&oEjTcsV?VuoWZUOK8*lM1gExI@x#GMAkvO zD^iC`sl&+=)ehNQ;WO|*eWLh>Ylx|YS)uc3>T>3U)+OAzIGspw>_tI4ss_O&&$c?T zmiS`oblOCT$+I)x)emmkv>x4w@xcH{tbRg$a{JNVG&J7=E_MPERtG z)_%0q=|bu>G*Nw)TAkAVxED}|HrYIOHkxI(hL4!j3g^TBl8I`AvG>Fe+sBy0;5_Pi z_C(clq<%R8NDzFAdR;bA^{S=)viz8XE2U6V+1#S z8=M7wFM01Uq_Zr-(N2kv@;D!b&vGBnF@jHtMVM3g2t1zNC>R1RKDA zkaDvPV`szj_rLk_<&>L)XZWo1>el1)`rrj%L*SlQw*`N13AO^S00GzZfK9+l!F;e6*c&Vc`+yC= zzFa1*#0+yZU|zd_z_qr4s50qz8MfxE#y;9hVa_$>Gw_&oRm_#*fc z_%gU3d!RYy(~iUIn%VuLiFH+kx%DYr*Tl4q!*H6WAH-0;Ym#U^;?7)i@`o%U$7ro0`><7fH#1p z;Emu-;6Shp90U#qhk!%DVc^Z+aBu`T5*!7N2FHN6fMda1!ExYtZ~{nxVKniq& zH0S{O6yWb+0*n^-N+2(HWU99VOnXcJ`_$asU5$ zprdishoN&H=VRu0KApKbKskBlYUG1`_)(oF?fO#r@M`{4{(eVb{bw3m(G9F$I*EQc zk-tYfcU3V^&9WID{it)@^2J=Cv!^H8H@b8_@Q09zrO>NGMn|IKxv}m#{%#~bt3@`ZL3=t-T-yOU!E7)G%mwqne6Rp4 z1d2Cp%%^y7ycn%f*;)+knq@`jtoCq_N;W(eGd!L5gY>Cr)FB@+D#TLI7(y^ z-w+CB;ZGgrg8bjDV*Ep!zewUnyu6qu-jn$va zvQU>#Th&wO1PT07!a1$^{q$v>KCKER;_Uk6N^}tAgsD|W=6%qp({{OaVYyN|&&yt6 z&hfqVKUa6Qu#y9eqr$XN<~`6kd%a+26+(IqK6W*wY;T&R_mGx^xcE*tp)Y_X*se0OO6pWpmfT zuO1s)t3I{MUJgkW6U zHo9>t@+^8a#Y--&Y80V!NVLH&n-oeYhdW#6G;>SE{o!-qp$gSSKP z&<5&ML66P4d$KFSIPYz~>S&&Mtv7o4T#-!;*7%~=lh?Z8%xZ7+IA4<%Tm?PJZoP71 z`XpZ*?Ck5}e|5%Sb9GA=QrRrj!cz2#&}05#=oEBMvBasAt%@by4ehaV464|p$lpZR>c`TTx!{R5OA1dI87BQdFQw?TnE-xC_O z$z!q@jcV=4wj-72{-=Ta0rn7v_4Mrq#6rO=b9bUxns6g%51CU&*oC?*v-mfwXu|q|0Fjx%U+b#vSJsU zgxoCR{yOB&QV0gP_cUbg!$#)*kJ8pteV}pQWIim40Tu7HDmSX}@)52Kl*6O_4oa>} zACT=$7djJ(YPROHzbh2G?mEYi0HVi-FeC$YPES{?rgr(&Fz`IW0B)et*>=nQJWJTLGUd;Xr=N>odw50i}Cu8kfnwE^C;N zrq35ctKRW|8C!@@a8z?LSWFEte&Bz};E~W`J@(LLJfmdra>`c8U^N+eJRXs%b@>9lqXNugIcedLOc(?z z&7WESWn+zaOy>H;2Ia`OmU1e|+N1p&l%q<5%=bcT7<+Vwk)u03%aJ?hYJK3OTt)Aq zx-nF>{DE>%${$FUlrw4|H(D|s(a`{r1nozkFM(cj@qI^XU+6Ru+ehmzN;R~heR-|L zKG5eqpP{>We#KFDQ%;U4Ta&A=X5$o(OD?O~HpN*s=GXW402{|!+vv{Wjup!{E8C%; zHPPDQW@XzD+Z#HMB767pT#~)}D1F9hlm0c@gJ(x%teWiAB6rnfuAVVuvvL<6L}BD^ zuV&@W5PQ9`d7m|M_c==IH+|+XCdZD|eX!cv<}s{&t7g0OPO8mCSUI$IubMo^<+8z; zu;eYHLr}_Ni#?H>rgC;Ag1if6WbpGw2EQ;VgDu@R!i@vn@q{~uaPwsK$XPYnwQ}36 z4B8y6O_c23tPGY32D?Ek;2q^J8X5f3qzq2D4B8xtJEn`re6`rV-SPQ*0OfS|q?ByC za_Z)J8(eQ|hPv#lk}76%{RI|d=yP{AxgwI*MaY-tW9uCQjY$}KyF!;ar=c(NOxF@O z-cQ+VoDr!-RPTj;bS&KCY5}yiM#sKl>iSj6$ylR3>!BLan_rjr~KI0jE+1&>2n4m@5+>4Tcxfqxz%8nf4LIzV5X6)ZyCAz_M}`*h+K{32mQ)bCfCd9qGq@h%^$>N}HiH6e1<;oD}y=x;^-!*dey-B%x*2&d!uj5N& zQp&C{*aaDAI zoRq8Qxm>xc7nl?GD_4d%=TR8Bdeq3(k0#}6LgZ?!ILlwIAxd7_^@6XZ?={!gU{2JX zL@|VeV0&nuP44Q)MxGv0q(o3Y;RpUAJCmg`~`e}34R5dd5850?*BFT4frj1 z5}XN7J11Q3{EBU3N?+A%hu6ey?Fd6$@vTiDy_`00ku9#^IbMxkMqN&(eQNT5r51Ah z(wI8r+Tx0;N&JG%;NNmvmCEJQiHz;6kng7OeE_-t9rB@h%->T^gxvoDzLI;%{~v+m zw%$Dyt(?pDdY5y2OQ-EdK3f@nDedRc9y%OGa(fAUT4&=Own)Vkc(pz*k+aV9B~yh= za>1Ora~I&q=(kPa-Eut$1BEhgF@7<82U@NFItn5YJ+FAa2%guWdw)XKrF(y-{0oo| zd5ZF{;BTN2eYE>FjOBx*Z;j}gt6$DGHx-Vg{9QC&arR>!d&kGvoUQ{v)q>% zcADj=(R)f!Qh3b$VKx805xn+fP2JyV7xl-}l-dj2?*FQNVddxD{V!yr-gL51zXGhleO-(u`6_2y%&_$4{6Pi#>rYYq&*`WS&MfT_qqF6ijMZy zb@!chV>0b6t6a7Akd3doi|=iq7@{S8%^{3TitHavAW;8n~o!cGgY#nQdUA>a+ zlx_YOXvBspR*}E4vf`Mo8trHuTjv@9S)X=m!j{&+hR+f;W^bu|E7FC*izRn z=sm#asy(f?*59>>dgsZ`&&hY_Jr~*Ev23sV&ZynfS9>12c2%}i{z&`zw%S$_Q;x8e ziZQLNd;#*=T3cC_JI2H--&n53G1)e@Hi7kjpK4=#Yk2+#p6&7r^X7JB{tdtT@C*Mz zwq$euOW8`lpbgPp0OEc@*VY4#`UTl&>lezYh6=Y(`l^;ZO;>J>9Z>QyQiEq`FaKlL zI4680d}{VPrKhShx1y(l$v@$B8tvE8SOi{))L?#9dhUV+b9P%(NcI+-S%`2P`w!|t z3^BAmav)jUfO111d3+(I;)f+pKc86Oc$A7R*440gQ*S!_kb^tJ{}V@sZ#Ni2_B4D% zr>5r(nN%Ug{eSmBM}7P^=zm_LYN!Ex{{sK}X@*T`3(5Wz%2wLp(c*JAhtiBacH{JNb5$s7>8twfaUz{8 ztS!YRf2RGUOMd%rq+K=~gFnHm8l20u8`&|cN-7?z8x|baSVP3FX@yg`K~SlE7JYs8=33S>ASQsJX@aA zc6cVbdN~noE+=|0{|4_fk++x8*RqE%r*!iX{8{1CtpAeS*&MEX+%`aRDOs}q%$2Fl zA+`muxe!-YtsF|;BxC4+cRv+cnQ~}k=bG%Sd}l0liho~{$KTLqXH!2wzE8weGUUQbp2X4*Z+W_fUqvJo>Dc|vHFHpaa_LM%`vDvZi1?=hVj-6e5t1-I9zOA!e)(aTp zW&bp~@nhPqSZmvtqUKR^Oe1WUWmUl$em{cm5PkMq(`T=vwDMVP9?BgvAj)Cfr*VU9 zkB#|kyk}!Q8@FxCZ{%lWqvB(RA--#^&&a2H=8kk630*Sn|0wNnGIgj)_UmkaW0E>Y ztpR+0X!>CX(+@kgxF2MTs`W!F=XVTN$?bml5Kj5xQ(f=P#LbuCg*_cwX!>xebJHiGu2th2d>(%I z_n|#Z`|nAqb!M%Ok%wB)wvL3AMh5P9xg1Re!RL5x#d3aaT1_ZAGMR_YlGm`Zxa=aQb?OWU+g z&nmbE_rOnjw%GK=K9uq^t=2R7Q{OghWp|Ga6ZjZ4>D_*1+Ssi)ry#fsJ}r+C^i(jp zGwL&6HX^2{l(M9|80Ir>pQjvng>u` zX(pHjIzT6w4d#HkU>=wc7J!AI6*{WkwOKqqmzu%)!rN&J|2jG<*WfnzolV;xVA}o- zlq9R#=1 z2Ft07U%$9=1gBfz(Rv*Ymu&|(!wb9X>v^i{aCtq8%tmk%Jnu)2mKr&FBc=2=zJ{t5 zV~aPz>p-CS>bMM9+fa|*%Rjdw=jCjzVtt8oDe@^d(vGq_er3^NQE5Fxx%(YS0 z-zZPxJH~LDr?a%k&$(FMk0GEObveeDF-LAK|b_SK;~*WaHkbxtDu zGqitKQ-=qU@ zPycps9L}`&mGHffemtD#mrXi?(#@Y>mRh!+-5op5fKNTPO8E=fCiSQMSKI7URgH-3 z(-jk}m)eKo@`4-KNEZ!{tqKt#~9gq3*}gGlWa`2xXH?p zWYUe9G)8mRVOV)}*FV-{r{Xb{Y?fr~Sn4e~v+Fn{V;aNwjso`7#FRBFEPZ>TaA1kN7-zC z;dp4A09?N;Ikj?c=Qbo;dgd0%Q1qCcQNhBreA)=oFwg99{5?We4ZD$CdBzLd%u_OT z0X$o#FC$vFBXfQmp3kl^?9Fl93lDZ4JfA>z6GnEIdyw6@jM{Om!Pl51VS)t?l94{>i>bfqWT+dHePH;A ze-i#@(+u6Th2pd{rR}e3If(dN?H14&ZH{&uzEdB&xdgYLs`ZKM4_h$~tJ*T@{uFyk zm(Dx-1a0EcZ;WNj%A9GZb0>hWY}q;Ry&oCqF*2}%G6UlJf@`U19H@S^IxhLJ^Agf^ z8*{nw)(o!u)c;nRq{=m%%*!I_$O#RX5 zoLejMNv7`#Vc=nwTQ4%J!UnpS7oR(8#A>t;)22f_UrThbmRi93LlayF*`PCwY@K9e zD^Kal2Hjj!{L^kfs!F}U$YFuf=EKjRzAf^nReRM0y3u!fYpsvn$BeD`AZ;sIZ=Z}+ zugwSi%GsDXp=yn!G4}iY)?wuMq8d{>{~di7=BQ4m4(DP=i^z*&#z9JJ_o|KitPPY7 zxG}wr568=)u7bX+OR|}(jjX!!&33#_eAHIiHGZaA>sb*F-bb5Br`jjOW7aBoFZFqt zK3rq^a4qFT_(JvVX#Lr!Up&3d{U3FFVxTu!?8)UhjIkrvbs}|mPuq31q9(y7=Wt)+X3kNcyS1KCj*VQ%HA?p$!Qps!DzKZrV%sqkVb`_wj2N zoJzf9b5Az?_zn;K==N2$*wyy)Xk+$P=iACl=E_dUZVF{P>=fF?{}_C1&O`7do*#NA zeQ*Q*?_HEyPbWX7HFc8lR@fl7R;6vuI?Gqxjk2r_dKYya@-EM1o}J~rXh*9_@XiUZ zLne3!b?~1nuig&4Lo#P}=bCVXUcH_>XLd*CWcW`-W`>N+oI)vCk<3V5PUW-g>sfF{Mu8bCH>7v!Mw^M(~v|qc}SdHFBT{5)gX|$8{?>&^(*R&%3 z9Bx5hj5W^g&yD93!e7{~3D(jc_y*5?U8TjlTCp_B0%tb#W&!_eup zqjd27lp5c(xjjm5kgWm2CbCK~Nd5fh4656!QrlFiO_6$RMmv4Lw9^MEW%GyH-c~*7 z1#=SYrx{64fqJ#eAKLaQ*B}V;Mt;sP?eZZ?^;di4C#+GnpYwf+MsQA|Uh126>ePr@ zzKlEWE8~;anCK$`d%jRpY*j=kv&)R~I zv{nA9M2IF}@8j9qrI*!e(F^~gKlzX4IPKn8c9&ZTUB?9!7?^yJOq)+3{r9_rVwu~xZ# zs?`R6OkF(MgBsm1R+hWB4MyQS@4adtfC9Gjzc5*6RsVR-OX+Dg9F z^LWZ~?yTTEcCCVAsm~Mi-6iysVxmt|4pYAkK-_=uRZI7ha@RB4y|wlJYcuZ(Z9}D> zfQDViAsf*?og8_V)LUrl7Q_yvzPG`Iys;G*cirgE#}k7K4(Wt-tmL)lgQR* zjBH){ERn5ksfTP*v$7={C;N68u=0f+Y@vL`kI-_J+bmAAuiP7pa}<5hQhO6)J7$e& znsKyT?ynnTM|oTa`~eBI%C0Jh=k{G+N=e! zgk@5SCF})`-3ZgQ3n zO`ua#4T3kp+kdP#k~i&A^lvLd?XWzfsV(!DonzV;zNgc_cbfjai_%@2&Yz|A>2|-y zYHQTB#%LQb1#Am;2YUclKJ1!T*&DllQhwCR(cLi9IK{h-sN(TyjLO(!?tJIuh#=U9 zwvmtbY(wg;O|W=k>k+nzY~0>aJ%;WvvT`q_8xP6GH{xfkJh|^MOOC9JNS<6Db02(L zZWkhLS(#otkj&;Iud)}<@6rBNvkNhdYq)VZGuq*A@%d>mx%hBy} z#5Gt5zhV0Ae%ea?_7%#B>^Ezh)pv@a?D`+&PQ2@LnBwnDrVDfCE=m>iorNgpU%Frh zU<+s?|Ksk6*_hmU=K1jU7)y_$+wtel1oPm#HFEJ)BNtzzd;r*dkz$7y^@o+&uu^sm zJeT@-9Gi~dQ5tg_j&tDUQ3uCrbEPnAdM>f_YkG^LDpwkU(}8xeZ`$Vvl(NreMzqzw*C~E&M$?1-?fya2z`p3vFT5grxgB>P>ZzgzMTlgx2Y9BsI5xy3_ z%2oZ)$l9ZnT6g7+Sx1Y<#(TOqjpV2Fp7D>sk4@P^8*3Y_vpd(@l}-+p zThUx_&!yjk_WR2KgAe_wGmNxP4 ze`~El5WEWh{$uj${Pl`}PUL=Nn|W$LzD?B5Lq9|2Zo)qNoN_$7?~WPmcv0&PMziigRkF@)P^ zq-I8#0RDDIdCc?jJhDYC$)(j+lidLfJ&!a+c}J)8wy8_+I8 z)T5R5bIe-6dwuG#C-(DSrf;619Ls*rb^1+xC?C~&eOeS#r$r?jx1L{_9+@XM%3Fnd z@B+VlYtbcU5$Q1a%HRFl^w)nV|LgS0MCeir`@i&BxD|lX1tS6f{Ywk&X^B}C?sUa} z;N32JTB-^{@Nf9ug$!tsonoFBP{!jLM55t$-t9Z=%3)huVAr9n2QTHal?StVtw!c9 zT5o?BRWZMd9P1kd&(MyN-B#M)F=`R~3;ui3kL#O$+J1^)F&;J z?b7O$vwKVEf4W*j}!A8=JT-;C!|+`e&ZC8-AW-)ZyTE zbVuq>@Hw=8J_GFZ;1Wu7r+bovy~QvT{v$LWp`Tu2`st-D?k9J>e7w(Q@N6@|EKtiH z)OLM<{LrS<+vbtnxT<}Aq$|yVC+TXAaa5?Yu(lBWIZ~(XRcln9@T=2x z)!4*PSTOxZQTe1!9U~R{8pK@tNN?HwO zu6%a_*IYk%Ab;zf ze#On!ziIumeA}zx)6G5JY-f2iU&xk^FAaW5yB`N1PqGx}68r@E4UUl#F~KBB5LP|& z7&OVD484XnlAqg-a(mM+t!T6SV1F^&S5ocZ$1Q2I5|`jd&>!OYUTdE3b(G`fJroPY z$MH7LRPP!9$)IHXh(_eEVswiH&nwU0KgzQ$t6$zmqZ<4WdXLgpJD9fGQEdfOf7$x+ z+HD4P@trRf?;VI?)6l*J*mKpV^I3f%TQCf)KejewTdu7G%AdT3`!A;4k+Kyr?uv9j zSw3EYC}cX>yKH58ZdW+BU_R@VOgx8?PU6U zXG&{>UqXB7Jy*oH^p3IXL!=M!eHkPl@%?Vp4|X1C8pJgIaBaK#SCG!hwpkn9cT%y~ zx!*xF<^kE>bfGhm$aeQ6bhV>9oA1=m!k_eJyE^TGtcg%P^us7}c!cMx*%o3te{d{#D`;l_Y}t}wAp39}w2lWSfCN|$lAsHufNV!MHuRswR?a|R6(`N49Ok<9JMNiOvYFB$ zt3R%e#dQfXBjkS_e@iCaesg8X%Eb(RQ*Ye86Zh;4q_=LLxiV(QcZ!>r@;lpS+9sw@ z=&dx#<_p_j`DC8iu0n4jRX%I&TeRI0Xw}p=mJz)jqZK>^on`gXvDT5*sZ50?d&`x} zJP5s-{e!JnReHs>1L;C&%fIQbj=65mNc#r#)DLyFU9~#S>&SfF3$0>rffM8&@ba8% z7R=r)v8rcnN9Jo@=t=Mf*x#-r^Hp#3RL73YSD@!dRtiO(k(HrO@Ap>6?yeP3{Bkq& zY(x_3M{YnfXkYS1PeYE5%om~e05)_MMo%`hgR&FM26Mn%Fb~WJ3&29KD_8_}1G2Td zQ+88Q1a6Ef8|&IP*~T=G|CtUHSJX46bH@?#U#`8Jhku(7RF`FZ*RYN3OBXY_ZtKE= zFVH@9>$+t<(NfR6S=`+ zS8k0>a|ZX-)Bly@fDt6`t*8GhX;}~A(#+fg&C?i5>`mLLzZO&O11854QEp-wS(qG8 zv}ZgaJK3<_^%YiFrMugM&V}Tt&s`pMPBbx*!JW{Qjj1XA8>z=5beI#xd$N$c!xz19 zu~tXscIa)kelWDJu?hQ8`n1zapjXX4@6UDF<^w1-mTx8(FwFgKPRfqK#N$-PvC5Mu zzi~L&8;qCRkiV!Uf6RLg4&QKwUY^;_|L%vsb| zd68Q4A8yXW<~v;bWQUFwp}}Zl=WqxUC5mrDzn0LpHR-=);%t>9MZe1TZ&4al^7 z_fks5*wtb!#bD3on7gUAjfP)gtXunK+{LdC^f#U)<^2QXS)s@Wa=*+u3H~Q zjP=8@dDwB+H_~raXk7=L^JwdXshe!gA(VEk#mBnF?e6%?&9QC)9j*JfV?I0H+lFg) zoTl;KXk+)f+sw78e75o9wT-k{1ub&#&{;-(80w2kC=DY4BU9-16#0k)0PG#tD)6Pdwwjx&%&yQJssummDoR_OR zRwvxtg=pBm*5@}Ne}qNBhTw(3op;#GTsx3*8L;zInunMPW`PdS31)*iU@n*k=7R-b zA+Yloir04qA0f_qh;m1;1Nheevv(eFa#htIf6|-OfHWbH1OlXx9$HvPfC!-@ooqI{ zo6N$dxVvc-Sr9vRn$mU?dQlWqP(Ty}l-`S!fC%Ux8=|6u{=dJOdp399zL}jjWhdEr zpHF_dGjHeK_wKpp{LZ=O-uE7;0sDdd!DMhCmNTR%_2Cjm+_M&c^*j%TJk)we>uh(`{e5A&$*jOPO=_ zY>?}^K8{XiYY*GMj&}0)o30&mo7PJ=T@0=*NgwAfsBdmupcRs9XzwL>>67T2cU=_4{V(CncFKT z(E*l%zL@9R9AESO@O-vXb8nkR_r?AK<$)|;6V7w=MUKOA3d&dMI$p(jz6(^o4PFG_ zWNhvPcLCie685*gk1d5?Z09`kt+{+-1Aq7Z>quQm{dHLXI0d!wqRXXKB}7iIHZ zHb2ptrRFF;H_2ahfvOL7Y8bzX6I*rgd&NrOxT=$5OM%JLm%Tr(7Gqg_l}#t47rz0|ftP@6Gfv( zo@;>Zsn>q^>7W+O0O39B4{+>Fptxx}O2vh?hy5+S?+x_*ZOY#Rt>Xke{R-_VR{E41ix$fM7AuLjYz!7P&1$Nh-!gAulkQt>nmfCv@9y!F zv>&HV+q~iRBh!C%4r>0);TA=mj~w&PjrKUh$n33i?O!fa+bP=qQfb>}C&S#f))8sJ zq`pYo7oc0MPPf`97l41^lsY)Kc&wCMY@F!(J)66l|NRf=UdT0^%(;u!39Y{P`jBy3 z!58TFG}_P0MtkZ)k5)fVd(zei@Fz4d8=!IzyFVQ>aKhLv@cG1`S3k|Mf*Kl>T@>r**G?p)$esR8k|Ra@_VN< z?$Y%$DEph=lRqj6$EA42Vlz*Aa52bd;*3R4))Bw0Xpw6?m-c2*mWSV3>+9x@NS#xz zbIhrmTQ@s1w`}JeMZ^GIyzhr6#41e-nYf-!+sonRGttu@qpxRC_7`rxboJ=H#D(mc zE(IrQzU1?w=1@`GDBjk*Dk`_{^QFIzSdIImFJpW!2UmbAf%)1`qr+!|HAqnW1K-@v zXYoKuIIER>@SMh4BK6jJ%`2W0^J(lzzNtX2k&T914$h)Y!ly#p%pRYG&ZKjk$+_N! z2hKrO;(>E1OPRk?+!T(Pm9J8qrM!>gDS!P%v6bR7aZ#Z;txoDHmyz&5|GrNm%mZfk z8)E;TL65}+#tq^E@k7aCm~A9`IV^o)_9XrttQ<&HvL^nVCWd zOKA6b?EO4sA$$KUWhMQ7m>;t7g63`F20uS4p6CFHy;sM5QDJ-k9J;GHxXrm`-zTFF zrS$i$^JcZx&Cg6!7Gpc5@%7d!aVl+=B^Tp-y*pECA?JAqyZ^ki`!7%?e!l1PpOSdL zGS7UJikI| zexy?JH2*cxlk2SX(*=7h?WGT=*N^nc<-x6Tc2hHb1aDo>S<#$aX5% zT*UmKtHn9A^*+A*8(gnq_-|5{(wC1T2Q?lH<9fB9WCEYHJ`m=CPX1QN-e6l>vH5>K zK395Z`&>rwc_i2!i~^&<7%&!$1LJ}2ow50Wasj2@A8C7aqjGiYu@O-78qHU7@**{IGo>U4rBHtJ2?_e0=j>3F!1fXhVT1< z{lOqG85{+U19yUK_co?u1pYn?sQyFX5ysPOQrscCybvLYyKGIihR$A(I&sy7@z!YrzhW`R6Nn2ctSQ@1NH;rgD_VZ zKZqmr_k8&wN)O}eoAf%LIHJ^XfbD1SIqV|z&0^K5TvwOA!9u*nrLA#JgwN{wTNkTk ze(HQ!1Nt?Lwn94CRcoZE&1&$w`WU}Y@%x$l{s{ExEx#st^rFqz6|I-q01<*=a|~Q0o(|#1{ZSt zPr$c}Qs_HzP2^g1uJ~4Q>mRw6CE)jb&gL^NM~9|y?WX_D3ui|>s98tTI-mZt7DSsD zvdr4jsIsAP=7O$g;?<#};_vP@kgk@aE^ENld!JD93a&>!{7T9(__C;DPSNpZs z2hy#fKW%;--RIpYrL&6T6#oqX%E@Gl@3@3+d(lQwe=HaW z#=FlGyzdkFya(9Rl{&A^so(4cbUmu8?|ZxN`%s<;{Jeq|nR>F1j;6;T{lSG&K`n9{ z$aQv?ce;hl@A%vFUVf9}H>dEMm*AETC;v{$m5E!5<&|vu@7t<)#pe+5i?~HxBc2h* zl)|2uA#d5Vag%g7*ItucF;lL&tNfmLz<8n(^H|@{?##6e1-k(Mp2R}mK@cY&y%c@c zoT>nxYiOxkl;%0g+UB~Mjm^&ApN!4OZoAuF53Y-gP z`DR^@`9%3O(}_ZTp>#vORqdPv)aJ=RI#;01Se(+*IIE>gXO7QLXS&x#w#QNLJapz- zr!&`4%I0QqeI}E9O*VWlCI^M;MjQj;OY_^Q11hH{CcMkH&DjagH<_hRbNZtS7+9>Hrahu#~{$)^!@6iU;+%6uhc=iQ1Dr znf*oibDd9im(Au%G1hf0Hqzv&3mEHkea7WT>MDl1nK8bdIpcRJ6=N9BsPh}=j5vD4 zyqTwB%g9vo;%cYQyg z^y8F#bzxQIVvCV-`QJs(HspKF_Qj2Uyl!^y$L#X=zMn5z?|2TT-tgtAT`-OD+Za9b z|8$7cxm(?s-bOjCaGhV!(oC+Zo>ybJFz{g7A4YrK=Wo8PjOrcvazM-(F;k^0k`7 zNPfoAbLyJr_T*+AO>=VkgXQ%OM1JC7bTeHo^GBW!$nh<`<62TcsngFXpTggE&-~5X zW7JKb{VyX@{B|;R2KK1Ky1T8L@uU6u&6zx>^A0zbKUvB2UTX%%@0u^mm)jb)a>M?* zLnq&t0?nzFhZ{_(+~RG()+Fj!%rEr$aFxg>`nklYJfh|Q+UcV`)9V~Qp9{2JVe2Z& z7qZ;a_52vS2iRXncodyhF7>DAfYuJQW~ z0F~i)h3Gva;rE5C!7;rjq;XyHsKE9@X%Ez?d>_c)?74sT%s;IwPX{V>Kc2nE#Gdb& z>-{C!-bZ3N%yQ%}bswbVYqdu0bGvWEJ^94{YnoTO9WZ{`FD6&iqZc*Q8Ah3>zfA4R z@7I7g?&kUxpZ|a0=fy>Z7of8b7!x}Sxv&e_NLwL_LzJ9VMQC{@u>ek@$Ao?eg1+{dHVi7 ze^!nlJb#WcCbQo6qwp()D(aSFgFLH6zQB@#@v5>hzXgxF}w|wz`?{8TE!!FNU7f>peBY;+?C0 zepCHvdTPgR@y<1~jyk)>J6CISlhO>SV3&C3YHn;8ks2EBTqtq+mAJvq@y>OcWVlnj zb2T(L4H*)zUdy~@9wx*22FJU`wmRwzigzxa{j#u54<+3(-nkYr4^Qn7?_B8b!luSW zBT@sYmq)I|IIE32gEAGd?d{{8bB^BoD^A!hUcK3M3o@ke@p$!`d5d#;?6##|3>$4l zEWtMM>L|6J+B)9#&2MRJo>zz6Y(>2oV^Ck$+&H&E#*HkujCW3+HZ?ar3?HMO<~aAd z80tRCUxNFAazJr%U0P4o{6~2s<)KyI)_)YQoB{Nk@E$XrL;2id_O?xMZTtJuY#r0q zsdOG&7t#5`>s4w)*KBM5qxq~h8iCr?cddUN3zVDR1*lE6ufI(K`+^#pTzgU30}M z-`@wLagt23<TQf;Z--vE7o3A_x{-Yei$S1zY~4ZIG1>+lAp+WsAQ)0J;gz75ol ztvwVt$LSUeTg+*BiY>6OJmxsjZ7{x@=V#Xzw=RH~)6cUWK)q)2*T1KK%3b_{QsboY z&y~OM_v+YMlEzkg>#s+dO=<1dbgCHpm7Yik#T`Cx*mtwZJ^8!%!`7V5?sX0Nt-kvl zP^|u|{z9PhhiyRDt84u~WTSIWW4sEOBl~0DwRW*te&gP~F6ZBrdgyWcJ6w~-{g0Hz zjJx`#K1#j?_Agb}tf>)2Z5t76ri+{8*S{WhH>Tbc`u8W-zduvP(P^y(%124J{hVZs z`E$3NMzbb3&e%8N+Vb$<5%t*@PTj9#uYYm<`YWZML)4z}0UBSRJ>=T+%}>hq-UrFZ zY{&RQYZE>{7zarH=2!LEe0g8&D#O!M`_Dy5*0b^g;4CnX&+R_&l{D=TzIeVCMYA zWE$XjFJBn%FbMpE-WfIe7{N`xJ(Bi}-rtSYRZIM2XTw(V;C+lKc zF??LN`s+})9Uu1(XP5t^)Ep!Zm)YK2@sar5pJ$5u^WnN&JeSL-DMk&)z@_vziZ9LQ zW}C0I@f*c+7XL2bbGGqm<4tF*z34>P%n|2q5BO)5#QBFR-~-d1gKZ-KcAZ;ha7ZbRcjbECok-pwml(X&3j z_rKKTouKVXuxlOVBb5H!-*Vzndw~5Mxvin)$}6ml>t@Og`s?1x(I{`IoQv`a`mWE) zG1&U4j#++2f3tjy`mS}mX@$j2-uN^$wYuk|f5`ZZ?L9{7QTGGt@eGgl)!ewQPMK>g zHGZ~VK{+ScrTXcQaj`ik$x!mrI-6vsJrX+RuVebU7o|(OhTirw=o}hDt(j;H^BK2N z_{;@!TkD&eYRzQ^|6vT`=89Id5d{CHzViEPxG`LlGVz&-&rEz~-p@Ykwg%nOSl?z& z^IzCjjQqaZsm;_6g7>ML2PfP5W_^=3%fYGtq@JF6u$HsuwJ8_CPnHYM#m_zuixa_pTEuT`MLURIr??z>v7aC=Q{ROLIBYuD?#v0abS;)i_4Rbwjo`fEM;#2v-NRZ%|H#$9?) zU@T*@scT&_*TfpU7td~7U8at*8)Un_lkEnSXK-zbA9St7%D2cqrtRDI!Mz)=kD0oR z`(LT2y$>ICecX^zHX~gK$6Zl-WWvwArfRSiV4B@ye}lCaGY19JZ3gEG#SkX ze~BlLOkJ+&&(vE3uH4AUV`C=^?N5t4=Hjxj36rF%=IV=dOnsP2Swy_hJkLFX<87`ZM!b-&_ZD@o-~6G z`%0w;QSy=e{C7qat0(px(l=u23H5^CQs;d7yp8Mgwv@U0TP(kd%fxBYLx0X;IUC8d zNO{b%ca^^$Padilyha`6wLb3Tu^px5;&REw?~D4NK5G1}U-|l#-sGFhcgbIxPck{{ z{Dt}=wILrA&TrYgOg?8SeJp_E?EW|1Q<-Mz<@t?Ow|cKqC*WDt+q2A@O5>yp2zfbVeksAqzOSJ0^#xfiP&yiC38 z;L#nNF78OFd(tH5e0gIP^0&MfW4^ha;H7vnb9K1~je3ZveUOvcV9Keo!`Au3n;K?u zvrFE2ILimj;R%N6fqap+W5i79dM{At3tZ0-cRf2%ny<=t41LZ&j&!-h9i?+H} zcasq9JRft6(sil#9QAlMR{PFQCPOLJN6k^<=(hPppZhA|6Z7$h{(6z-V^Ka(eV1++ zHKxLO5GD0XN=@4^!ruS7s?097p`o6P`)^> zFPvJK?VC>MfhK8XdODsirRzOKo!il+-JC8Bqm*pp=#s`^RoAC%dZh6bcZK67$;V)fb&tahZJ1)Z%of>#@vF#?zg2y(g%18M-sv>COmB-7g+TcUE=1F~6p< zI2{zLC)r}`u#QN^lHDYb>-h;&3)2savGgdYG`BpSpMG?!_ZW39A;uc%^ka9*R<1XW zekhiZzV{Ye$&cllFZ(%njg?}9BMOs^@ov36OC;mTc|HUE&0`(7XML{Y5$fKAEsb)r z8cnI^EyR&kf3c-vZAkUA*^%Ns<#eO=X@za9Otxj?ujf9cRp;USY^z(nhh$sm%NVCG zV=46vkZRPI@VMp6jpfv{sl{;%&*{pr%CF<;hUx{sqR!Lk#yF=N<06Lp4Ey+n=a@#h0ZDS;i1t^PvY`Xk$RPWcB|>t zeev`vQx|=?mwJkq_i}o*H>L6r)udNu^IdI+%H0GPf`OjCzWn_H{Z~L#gLGRugymx}aF4oE%oDu1&?y6tF&Nx}s-> zr#0nn#ygMo$!_)TqK@+N`#BxipVH#YeAg#e^|+}Lv2?NgB!8>9#kAsd$DUiB)}K3L z@{D`tdHqkRrx)Vlz^IRJh63437=q%=9k(VbOwzV?u_5%H%#j|%U#(!9G^zm-j=qT(~1t4RIu zAH5pf9#20qb>X!iQ;+wLwIAg4V=ATmc^utX)qRuML$Twp`q^}#1bpD0g3{ie{Ij?Z1v9bI2o_j=3i zXm7EuzXW=hc~4SC?Sdb~(>qr;2)<9fd(gW>o!%WrnU*crnD2Z^`=(cQztq?Jz9lc| zknKlOp3mOTQON%8BKKry4qfYSSiS|lh_NTbuOEDmy6>}p<#4A{M^KvW#No45H4dIu z+#ELj)+lGz!FOZYwcbfasw}vfdM{zuN4haMic;@Ii6j42-KOPFa_w~$4{M%M314E* zl9gSE2jcpX68MkwyRl5qZi=U8nY!rNjnvbgiKCsK9Yd*i;#8BKNyjR=Zz5ZqRH$y1 zC_b@wjipuWhIsnbRrh-8U59>s(&^W+lzOjHHR+eeL;HixhsyRBfN+c}nOOX5@ouhI zH{1OAblM5?k=m9&=q@}1(sl84#_9&wQtu6P<~XM_$5ZNEUe%;C_8v3! zd1akX$?uv@OP34rg9YkaTdHwRW2;^jmHw1jZ@MNwed|&8YU=5J=o6g2ok(f+lkXf# zd$F`9%l2C<_AT|jwUV#dvCgMGQ{sp5?(+oid!c)}dgBLi$T5X+L`d$nb+6aPW)YmiwS8q+|A;RK=i*BQ#&mHs7d}eifoy(~8uq%sb07aq1N@In31! zE_eD>=k#kPrQ}^r`lV-)tjxMqNK9IS+|2wsUO%4Et{}K9o_=NOqTiQNPr3bir(X?} zw#JfgTxxR%>Ex=KkIlwc(mV4{8s`?Ee#%F+y3cXu)2g3sP92w{w68_iR{~vXtDD)} zrA*(6r%SGG5PX|@+E>@;bZHi)-l<(pTvaLmra6=JK)MyyBgsFXyv)?%{N17^H`BTV zJ%|xUrR!Zxo#)Y=*-m#-lzNYPHR;aE7(3Y-gnWW=VOYOK9a8yDB{uq!fZ zlMk&st?@ucv~^@{Ef1)wCBhP<50Wv|ONKB-K+qWqUdmr-%cj zN7A8u=l44A1L&VhfA53#k`%K4!Sc z82YZfkM8wVd-9{Nx>7u+wO8GjrG18i@)c@Z>qlBQQ>o`;C|9O-PUf1mRx}5lE>T{# zp>bB-f@b&plW$-<1>|MB+W0#4m6x6CY;PW=aaF!^7>#{3uq?-3` z3+#DB6WniC=DBP#AI;?5ikXkjV9Zy{XA0+lbdITYN$Z?>b4O;1jM0Ar_&vXXmnK|r>KjnP>lW%XDQz@6D+>Y!gADi>v)e`4DU8{n9 ziZhd3Q{{3^CnNuo*>*$YoOvVlU&gM_#g1xdKb~ECjZpWTBHNHXw>x`2%h~g%DbG&q zImsQvzx^$D+A2N1*Huf|%wq08rUSqWJ=@PXiJ3q_WdAqao zb12VE>^!maerV^5OJwKWr_WvKBTdVB5Kq?>z3ZVoXJTWD8S?h&aZW(HXOyvham4A4 zBR=Ce;ylXFCLED)L_g$+^5pKiUXdY===R>OCD>LGxx0vlS?@1(n~=aF#{r*n9PoL{ zFC-k0a6mugfEoC_(#;3v*K0DM|6RI1ScomvaE`p=fpqRJ-Gnt1EGW8-RM6&Z`ist{ zzeM@v#HJIQ?uRzrTq2w95t?^}`^*EJfwy8;)8g27FO9a8w!PG+XfJAy@`_c8&_-9= zpE@EH%%|=a0KsP?Fu%!-r?F@LL2UJ0&MuSGPW;{ zIMs2)w;V@YKzU)p5eY~1Lyl-i-%F8K=rLVb+{Fv-9TMU1nTbggwx+etyz>r)oQU>Q zeQ+Le$85(P7dh^@nDUZ@I}+~bhum>yA8?1>bG3pwR=o9U7Irp+^OuA-qE4c|mH8av ziw4f|7v>}1c6{+2%1aZzNcf^3@`c{bYwy=>mwmO)AI>f9GH=V~#lGJ?S2$2NcVXR% zdll@p!6QhD20?u(Z9Doz!OXIsBNfzf4&^g0bNq2Rd42`J)fw4ZSbAE8Nf* zTOXZ)os}%_+4CepZCTq-1=Af*T0d2m8Uq~am3Y*Bd(#mHsOe5o{`Km(hus3 zdKO=f+{Em<1+yEwSR(x`6Ga?{oz1}BN)bauo`klKE%Q0V7oT)|ah>Cf>nU$Y_#)wp zgf9x=3m%>6EramI<{ZahXQhfOB2E$;zgXrq zkIeh8y8;V)9d>5T<4A062G>xE*doh`f+Na)j#O~Ci&p>KzB4m}I}`_7hskl1lz$B7*mGDpC~WW=?zn&&NQ zY^iM`oX^Hp3U@GU(o~0kc5qI)j#vf7sIN^(gFZvl@=p7&xiQh+O{Qg0ux8)2W zr6&oT1U@{Fb0~hl-P!UTi5(|)oY--J@q1_oF8$PE>V z)yHOhd<}Ls13z4fwYf}??kDs)32pDoITWk^%-Qlii5(|)oY-+8v3hgU+!fpR^d)1( z>yO#g1u>9{{H8VBYr`7Z^9D^Pb5515Kq+2Y;5kzvN!8nhAH;K z&PwI))6IrY0tf9`=5wSt#~zL^?sI(cOUnBbzDW3@AM!;z`d;S!d(CqidB4gETTXwq z*kWQS?K%2H!GyA(BNdEyobiC;j0Y(zc`x#>a`07hFLH7(axw2*?1Ow`b7R8_!f0&B zu*EoRtYq_$@Co3-v1M#uam5(N5x;gE@et+1IqZ}_CHExbbCY|LdA}}l&^w+V2YQdP z-mUxucoaMdo&ryUXTYT`=s>_ZI#PGF&xoc zqPQacN`~}n7qty==7O0sn;UEA*R>H*xSfE!cNn{x#`*HjGv;nI7)5)^DL&%t^wGpd zli0r>#{OrP$VPMA6WrX?y5b%`eX+QI_fq=Wo+k-LmbLv%7Mk>5Ih}J7Z_1$}2{kB-p8}?WckvjwhaXJn;hMiwRF8Jkbw%q7T*{S{HRKJ+v+| zju?!Mm1?hZ=mf!_vbCKGc68kE8^;YVQC4zY^5q=7l&ni8>ypK+IrPE&qh(%mv$vNa z^VK+F2W)KyaeLnD5IGX3SxyuTEc-c9!S;?bUU8i9D&_JVcFUiVbxM3~vQD|`tyA^^ zXS6mqHF%tn`D&c8T?y?u%ZY-Im;D^6U|Yu-uQ|?mo$|K{XC!lwemDo|gIq;h9s3-* zrXlHX8OGSAgti=c5`6jAWj;rWb8O}K;tj_azoUFJ;fsVX`XOKRLC&JB&LazpEw;qQ zN|mz+ognyF+1gG8TR3ib%W=col)q27A>oFE8w%N5v8ZXqGtu~*VTaAJu~Myh^f&?j zeLxx8SNyP<xYZ0xw>kB&S3MEU20I}+~bhum>qA8<|D z3-y!De>? ziS6>Np2T+3&tO{Bp666DUv6o-F}1C2OPU)qfxRUGGl$G<|BG$Ko9pM*c<^Ca+D!!? z(5{{d^AR{e?|@s4a`l7{lDR&dr)RDWryK!VL5n-4=eOyZY^xd{lxz>Qne3?ARAY1V zyxK+cTAI7B40y*g%I$Sc{5LKtZ(a12<}*h5&n*S6_y9+rEz@udu3`{al+pmFRbTyVSUOC5?)Anp&#-> zJNjOdz0Sr9p%k884)6ZdEqQ1$!@Jnp46Y&m+#>H21%EC3Ia0x29A|vgamI#}8zr2P za7I7mjFQhS#`7|Go)6bOl*k-1p7=BNRoL7jXXC-2%F=Es_@m>4jU69sLb++e2MHha zLq6!kb;i2p`KhjD#&@u>!sZvD*uh)KbSDV@kGAzrip`w;4oGY_vE6=XyXEucvzq5E zYHZ1D59nsL!5@nExe<-?%mUhd37g#DNG*=%#E=j&bJaZ6)EZN{uD z=6)M{npV)}U2lhfQZCU#p);>Wt}dThqL`-RH_GlHhk`Z9f&fLHpX%vz6nBttq!jcp~A6e#jH$_2n(|TDg&Lyd#F+Vpk>b zAw{>><@x(?G8|`N{I=|Gh_JrD5^X7(D%+p6QM*12yRalNYN5k}Cc^TSG z(eA6XD_^~xroog_*yM zXlQB~+0fKFzqX+T|J;%>x)-pMy(4UnI+*;J(eB4e(YX_JYa)2QsQRhkIqFZ0b^fO2 zrai`t9W^2qJX=uRu@fg!_nFvrTiYf~n79X3gQsKHO)Z`{X50kTeJXa{w7gsAH;qU= zN!_$5I{#jt3`zeZXXJ05}nx1WpF0fa#zX z%m8&@Ca4F?Xs3bl3d$=%BcHbi1HmjX8w>)2!Lh4xK5#tP1B?aJIKCC-nm}!=LHRnz z#!+e?(2BUL2O~!_eK*!lbAFn+ea?RZ9vMs9;W(?u8M@UBg2xM~mqPzy)r0D4dHlkx z5vfP1SCjX3w#{2mpBkC|-#i@WeuOq+__uT$i|4nE-hJ$N(RJ`J^<(&_bp2Uv;}?&i z`a=bryR~i3{KoO4cGt;&UBJ29=GUfu#jmKl&Kg1c2y93DMn+PuL4S6q90dyX8@sKO z;qJs|1i=G1Hu)_1qzCz|XK?Kbb_2t}a4-Ul1iOP#U^Ey5WPjtpcrXF{iu%6>=F=YH zvyLsIZQbWBU#5G$<$HC`Q^0hfagdMH@iw5p$$u^Y3xTdpZ7c>$!0F&&+Ev~DbU%66 zXN*S2$AGaw@xnODYV{-I>3gAb1(8Yp2yTHxM<0yGM@&Y#V%PcysCxu_G=XaoA5El` zU(EGf8^yKq`Tn!*{8$q;PRFgXxv03a5IgLkE%BruV<>j*1WUnoT(f+>{Q1%N=mtI? zL^%~G?of=Octdf9Vh+U`ek}3|-(Lk5FD&QtYv8-IBfozP?L14Vc*l=vN)@kItP&Nc z^cJ5eHc?!n*xzFL6xZ4Wt^sRv98(L{1=sRDJSXveN1VCFsxV(j_?tC346@K?{fV0u zlZ1KPk5{5Ny#`(D79;nb196k_46EHAo71d1`c2(|aM~VRw>WK2O3hcqTe)~GY!~7b zagJ{v$$UH$%OtTC{s6mr20RCz2QRqtMM^#QM{(S5fWE&3UIvQsUIDMVvRK=!#`$;H zznky&eYW}QTe06Cf+#;&!||9LWl7F7N!=Hlqq?dG_d1T+%W>4+l;T)%RG5cyaaO`n z@bh?_m&yIjuWcG#KO%Jxb>Cr~WFNtxDd zDTgGU%V*uIm|V7Ub{$|Th`W9!&W*}V*&13@e64lDa4hT3rQ_t9{M=TOck2J^2DT>9 zTkbQwHXA4Is=*Foa+4--+NhEyr@LZvQ&;uiPUFY?z@v{o|-)PPlak4PLI%9W#<(u1S&n*X`24w)G0r}22o z-z!o76Y36tr=~cbI)GBwn~S5g?x(oO;u?*)_Ms{EQM{#COMBA%ILzWL+m~khh!h_w ze|O1RnKeD>kz$}i*APwT;;aq&`k7CRR_fR)*IJ&|`2NV+pY-h&KHD0mp9}TZFV|uH za%~XyBS~DA?B`If@OR)%SH4C0HqhF|$>deFx5f5tXl^$ZJM11m<;6{1Td6EBbq5?1 zcQ4qAMuOmW7fT)JIO-ru?JLQ}QHry|Hjukn{+wC1%N|eyL08I z$`M1!&SYbS>(z=~d_OEquhI?NM%}T*=m$H!I)qZTVfqu5N3eYK%Cv_sE?3$7q7wSl z8|Q@cQd;K<#~Vq^oy6Sv#N6Taq-?&@_mj5&#ownF-oq!IERehGR*bY$ycPb58^3oo z0Dt~~`WwJs)3_e3(;P~vKIh^u`NFV0CGmR_zxTKJJ#6cW;Y+ob-Qs88@0P-sT3i+t zkM-s^EmqgPUEU^_nRTbtHP^MARyU%tc~*Ld%lwvkdL>XT-)mc2EIbds50~iv)*gT6 z*e&9jAZR}fZn+ztIh^uL_M_av!K2SwGW{o%emoSlE^KkS;`3bbw$_M;fjIXXX^m6) zPTRxp--n?&fW`kEd{%xnDwi$}jG6~NLhh!H9O^0HB7So*xCBh+do9?R&qKj9+C3B; z1`Y>DfL%E5>&VJ7kF=P+ook#yA8zD2&*AgA;7{a3ZH^K(-?Y5x5`Oo4>OG2l9s@sR zfG-D^fTiFZ)Lc!A>wt;rYyl?yq?BCr@N0rSA=;0%DC2WNpfU@n*sTEM5l+2AJHx&T}Vz74(u zE(Mo?%fS`kO3(p1!BVgcTm`NM*MaN74d7<*UGP2k`4-A{&T$Sn7wEb^1HO(-89V;r z%RjwjIzJ2OR=}Uq`c0PtMAz;96|Eo0E~(lzUzROy4E%KlTVvRQkIzcg4%EA z-^VF+4ck%n_4&8woNJI5_=&rQpH|=+?&O?zfgxZgU^$1o`TR2=KKA!uh$qE=g{;FI zOua+EG!W(*IH>(-j%zHAq3r9iIEr&l0{eo&AS{n!`dveN`+@zzATSvm01gC_Z&=2k z;8-qMt%Ix-cS~0LQ1-Q~`ch6)=$|huo!i&PGqK?&CyP@nAPed3C*Apvt-$$@L4epsTGh_U&={5;>#+mx4qf8c=AXfUXq{K7TFz7DVslmvafAk*V32r zQ@?%ri3d&uCxIxv+Zg$r%-|z zkb|!i`RY+rf8xffUGrc1yepUhBtJc?S=TWGe1L7WQc6eKDEnGRW%K3G6JO?0vNYK! z?)sGLe@g}W{~qUG;Lg9W0_R`EIm5ixo9s%Vhm!kZ*Y712=(o-f(t3YZ1)i`{M-)I~z zpzP~$kZqjr&i|DPod2twGhdqsbAK^om1|7iU`z%&ne0#jne50p2Z3_y=LU@Z*IYlp zUV(lZC;I&8+mARfY@g-iL~+uOojh)@fIMtY8t!v3dVUA}kRF9?Czt-y_x5L3%W%?j zlvjgmz$Ub_DbTvodSHDp0I-~#^}d#m^0%$P2Ebo`YUKNswAleV!A*R>0)+d1CC56z z8lV#_1=%3&pWaK^*L*sea}ENfw%z?`a|)0@@onTjzULZC zjk|ozQ*x;QZHd{(Ic{e_ny}`{Q*d=f4Yt_55y*{R~J}4^Te9 zSUpJD*JE`L_VX)u{$E$%{10(XUtUqVt=Oy-^MX3s@yB5%-|ImGXauu>@*Kv?{`}=Y zj$7+8MG#@_-=o)qeYDYTs0;P25MatE|8emPZ7FZjs1J(t`ICeyj68OWD`wm)tcz;y!=YP$e|Md!-U;7q*>(2j11l^5r;*Mr*xxO{eO?K_yg@o|NoD& zuk~MYFnP!Zvh}kRe#ZA_x6$vnUB7={fqu{DoZ_|c_($=df8ClJ{l;DQOBJ~8L7a1N z#C7|86-OtP3^lG%+q>?V3K>I9vZUr_%WQa)`1k^Aq~L_N)DaQgZqy zWnb%v>8|yu)cRpE3d_Zg%Vu)PNc%>EkMIr;1z$}`9pdo z9m!XpG;dkW$!hfq$clKU9nMRS)xRkFdaSbPlKfaH;&a7;{#X#-wtwLI`(Xw88)Y}8 z>Z@c~gY9kM^yy<2(5D)%VLu?7C>Jlu2F+L0@Y&~b$-p0P-!>IriyP!)qsGBFUN-q( zek1<+A7x+LgvO9LS^E5I_R}$(f?RDJYxvyT7|!80(kJsl8p~W`h>f>@)X8we3dry= zu5Sp~3G58SWsiffen$176fwN|zn1I&+7;-(a!%p?N9}JfSO1@<{{vkAH?Khdv-PVK zK27|zk?R|4qJ7R!(k=3xX?|L_0_WEnNm#e;?nB#JPXE_){a?QV{V#`a-4FR0$Fg@M zIG;Xl;`+F01^T!d=k)!!be=u?X`S1u0@tH8ogLiycdWqq3yBdef2w@wAguoU?B+5e31(t)jApSP(%pTjz^oa-6lu4ktTT#ue7P{=qiAC9~)co&ZE3jA?t zr;p?p(t7@JN{z`HjK%ie?>@@+4Z-@rVhevgcRh{|0Gor2z!pIJdOilW1Y3a(z}8?J zuq_x!`_hSxf!4BivrhjC_jhek5&5 z7Q0jG`g6%ba#i0Yi(P@q#^fTI6xw%XdZ9=($Fc?{Px7Wm`W!F6ZT3IBN$++Pvw0j}Wpz8tRP`!cX6f0MoK1@;DdNBbn8 zXM->&>w0$gWIj&;2Y>^?K|uT}8H!WMqjq~<bfR4GgyM(;XkYWZ8h4&Sl#{`MKy#rD0NJu^^-OFNT}{hvP6gz~xVC@7o&R9UDE$%_gt=P!)&WdsZOk;b zHf|czsId$4b|=3R_bmg(=`s)pp-u3;#rf8doiq8A3xi-%dcj zSntot_uVU^|g)uJV74^17F^Q`2HlQ0sDdd!DL{5`ba*@SId_l1uh0V0)KoYxA{(PpXz6F z3(F=-e!jdUW7Ww=ZnC{IoZQZ=fZVd>)BLf`rjw<%z2lL^A}5Q*6_7=?ewM=ame8M4 z+TQ83_b@tU@vu1babR;-`8t_}$}z<-7UONgXZ>Dr>(*c!@I#>f z%Ga(5qGBB#3(td!@py)&PO0<8hrvx(cehD-T=87L%=q`Z#&LkH*t;%Mc7 zWGjOyF9%nED?tb71WUm(a22>3D2EZwS11oY85{sCchOre3LnsAtBrgP=b*0P*tJ0U zr<5zNqr4v60B!^~ft$g1!S~$fTPVK|egJL-w}BsmAAui(+rb^+C*Y^xPH-2v8~hAx z318epDZcnQWq;;O@#8N*6nEas@o`{0m;mkr8z7rsQc5=WQyLdrtg$|NWbuY_+J1~? zv9jW{YTgajZwmWrjxd${~BM5Q!GZw=1(5rx4ul|Umxa}K9g+UXULK_UH8S`WrF^-?>54y1Crlrt2jSS$*9Sk2)R_4)4ac~}=tC!MXNyry zulM9PdjaXCbVB`&l7nnT_TlS>>}nvgd4p22`5mSDqxi&hJSu*-oO4)?vMbqBl>D~h zxMF)>cAb1z|HSRr0@=}Z;CgTaxDi|pbUoLAo50QByFhE8djk1}y};f;96t%{3u?fA zV1FRqp8~}F2LhANn|zks6#u`)XSMM*_&t~gUI#COb&wJ31!);QL20tD7EbYXhWCK9 ze~kcD`to&3#R{d8gY?PtLwsjCXf`EVl79O0HG6M@@o%Br+ey39MZE(-?_kh-Arwc% ziD60+b1dT;8aS`b5v1QyvBw~e4+g!xyF%^g-7V7Pag=(uL@T(4?`!k7b-=nnag4n~ z!`{#F3dddr%fV|vc4zOek{*1HcBBWNr%d!9!!hEQs?r0v@elM_dhmag;&9_&v)?Em zA|D}+mcKBbuI0Pgv2lvUYVsYj|FB<{Un$h)#U(!HC?D4e!~-+9mO3yKOb6ye>iN8k zzrREINAM@`XYdYru)k1B4u7Ro|DLCmJaWk)TYn{&zV7o2T(5Xn{Hi$fUA~Kd%wHNO zssAa){Yn0&{ys&ies%zpX{q9?PTJIXh+iz$k<3h{<{NA+v=CkJ`}{P0QJ$R#f=sl{+r(@_WKX`0DK61{m_^W0`k3wfVZ*x|59pf{zq9#KPcTR zwXSy{53^B=wK_Q_8Jp{xK8>5GVDb?2@l(I*0l&^QvN#*O;1IFFbH(UGI zjL+g(U4zbJx@&eUj+ag8I;11|y*S^lRlM{$Cl}d#A@<%uJ?r!5X-jh^<2u=R6yI%3 ze`WW^2eSVSI5vRrHsP3j!={w_{98Ut zPo-a)KW@V@+0C}@Z#K5R?U)Tn?|uI%JCY5_wqy&k34cvYHfZB3+Y)CK;}1KiFFoo6 zOM&_*dsKgYKWsWE-Fu9`GYtsV1X}O)byaJlI;M5~_XCz(oh(+PRG)ImVs(Bao{&E4 zntX1El2JbL5r>$JiscXEN7;bpS!)8bDcO57wrXzJxhGN*^?q8uKux zYTPA1$tJ4bh4xKy&gP#R_?vV=_8?pE?Ok~x^;vc=8LUGe70=uUhG7FAbA8{EQf+hq zJC{F}>vLQ>zahw`_mb0AAgueH99s%}J=Iv7j+u=WV;|B->7n#U{3YI%9!Lj_OMD$L zUJ>Ug29!*sCtCsO_twDpMe>zg+mY919G9*Ppe&_dF}oecxy*Nnf5S4;7=>d;-v@;G zT6!3Vvpe{`jlc0%C&!k8FrQ1Wj9bkIn~Y5t#mi=I`kVa9=0N)BkD12H=WcQJ7W_{3 zX!_j1=l2+fk8@mOupMOw?b!8}T3@5aWP8pTH73Sgapg^{()FHF>DeH@OAe-c(mToK zCHlP+e|w02?@Sr?N5$CZPQ?bisIccCl$jrK96;9KIxzJF>ZcRoOLYYdmK0(oB;L#lYwHn6TwM9 zV{0?+YqwHGom+WH?ptw`^ zEk5>bSaxrAr5MHHvFFk6z1{flLm3|1V)R>jX8L5lW(SUiZPvIq-}ttJzW8Gw)^FL> z?tpP>A4VzN9!{y4O!d|T;kZokg!(FdHQkr4udI97&Sngs;Q9swU&e#@{v@aY`+@zz zWN;vu2#y4kKzQG`+B%&!AErDJXdmZeKyhle{ig@;w~5Gjf|Kz?%2Mi22krag?AyQ3 zBSZOJTpbF>n$ph(AYGFEN>9a^<`-n2vPIdN?^i9(^L?u9&it_XP;tXeK)%&%^)J}o z{(P5yPNpoS?9A3pF0%Q2?XlE$=*vcYGs*RN-xBvZ-~O3QO5M-*z+&BF`20yQ1sn+EM`bfBlP@J7pWcV0c}O_Fvp2`~0DFQ1 z86#WYlWm*dq)+WNZXEZcl-$)%lacuc`3v)Fl0n#h2XHLgoNX)qwgIqMU%3i@{xp{J zT0GIg-#Wokpx9qISa%U-2hve~_WY*@DI+pKTv5Ab)5X#;gMzP>N#ckQ2W<9zTcG|tsHwtlQ- z+^q5R$NCVyYu?@B;Lz+ zoa9dw8-(Kwn-_?ylvj{EC2K#HQm#QVSH3|qebM4Qu&wOWZ0Yh%E1ZhOE!Je_^U62DVykn*;l#pUA^VH z8n_ON^OWP71(e&m2CU6>t^?Ku%4wa-^_~WfXS`3Q)Hs|%8E33*d^N6;lZ~y#1lUu1 zoojn0WhvvfQpRRJ7iY`+cF;fdu@fu>rSb_HGwD$jPm7bEM}~7LA7*^!l~{(dC$l-5 zC-`zLgqwXCsbAto$x8Mi8#jBI&v&0wj8CR=TzWMHn7>m_W*`W2m)iE%1U}{Jwov-} zZ^ZXEfE&TpKze!&xCz`0YY zyWTS>bxgW1J<4_MI+w0b`t9q#?^As}%;xhppbhoG`t0|&)NxhV79<1nGg0FjWnX6^ zqqD%L!P#I6A~+lHnfwUHz9F2e7Z{T)wNF&rp`q$7GAW6)W2H z8E@k2(lL>Ie<#-!j)P3k^2x;&!@<&*4zLvT7B6TVeLa^BD{inj#^ML@(qIr3M~H*v z|7GJEV~y{%w41M9NGGHZx%l-w{;u4@o1lTVB}<=I{rg~yTeUX)B=w{hPf? z@N{0q$iDzT;Inavt|hE<12`soju=Z_tH?*vPM#zy{PP0lBKlHc(C%zO0j zi~LRf`x2$;V-#OzyFS@Z)HTYs{OgoX6{C|K)R$db-{fB#`R?<|bdHJl#EbPn{rCCN z;scHAFI~Uyr|fUzik-DzLfg)8{;wg?GE6Nm&W2M za5a$6mVImdR6lIz`0*~E{yje50=^HzHY43Py(+|CZGfD<;q>5}l-~jufKtlodaf~! zjQrR}^};dcgb-;rd+YnQ2ss)32{af_~{0^v{H!0r&Zv%~?@`*p=v-)`t<*ESpCb#*UG<}zm?CIU0QzB_q`2VkJ)P>wyHQpvbmR1vbm2kkxk}#wUP}! zrTzC#Hh-X0Tq<3#7%{91#s$U$QJf?l+X{qZ8_nlU56uTk-^5e?JYV{4wr+O4k-OHv zxNH5ZcdhU8`ETGoVC_fgxz6=>e)A9TPvD;?+|Ob-_kG%a2f6->QablzYwSmTE9ZHSYFt}?AKI>XPMj6(PV(f7= z<1_}01=e4)OW!u6lbv8GSO#=`QT#oQc6I~}{6^P4h|k8|g~nRrIM;ZPZ4ZORy7FDp z?Ryy8^_{#npsdtbTHLAgTkNUar~KSUxvmYtO?JSMio=wbRNl$&zs5eFoRjjCCLi&mK2O62205J>OetL$BHf|fi87b|?9AVX z0*%uyl)Hi&+S`&+GTw@EYoIpOUaq#b;dg51X0SWsbP?C8HZG>T1cb+<7~AZRz8N3g zKE}y?EM+cPcOYZ4E#)077ZF#-JE^-AC|=e0nr>a+SQ zomPDE4}NFQNU-?+K8|fizqbbi!4AOY6^gm;ME8AOHcsA=-@VV6kD`>Fj8@5S#XGsi z-p|oUZW@1az2qd>=E^q>kzPY9jertN>k3lELr8kdqy^n#%fsMm5jz7Wohrq+Y zk3ppyl1T%A&)dhjzK^G@7QNX6eew6G%Ev|Nhxr5Ze{u9py0roF-OI^$Z^~RcWn)N&o^eZ*ZAI~k$w&5T`*`EZ=oRXQ^V+OswC~~Mu_tAigNpG-CR>XY!}9Dz z4oiXLp%_QHuKsNg27;%#wtd{SO`^2+qGCRAp6Z9MUtAy_5C`PLqZ((8jeo73e7Eb& zcf9=lCt>arzYTZ&8bR3tALQzr`eo_c?h*N+2`!-3!+AU#&@c>cergA>Fnd{@rR5s2{ge`aV+rQQW}VXnUiR%`D25DgUNC&Fx&@NOyg^Q(jF!t^r|Q zDu!1jvny${19Sq5>4tE8Ct!T*=ZAd`Q`~0pn&P;nv~ewfW7?;>YySl0%De{oAlJID zyVe@Ys5SE_KjF(HJSK5{g)h^qkfV50@-%Ld9vg2Pw`!~;f5pw;16qHVPVeXXvOlH# zw2fs{ALPT!Y3s{rU+dnMd%TnDt8>>klQP$}-G(0h5SSg8OWxu{afEp3CqNt+j&JPx z72_Q5uKxte6MN~yN&Nj}P)-@2Li^$i+1wF)7S|t18Q#+nHU8z2sp+WnSbdi+`}%r5 z*E*eRe3WagrJMnB=|VZ>r}c!P_{pQ(^&Cwp|73H1<5$J&8v@0E7XK+0w7In8YwM2N z@_A37J*bMUPX{UkD2T|&tq^Q{M7>+B4%{-~S&FR4c%5dCo zv4X`3QMn>NPB34ucwr&!g>6{&yNKh9K_j2{;5v%+1ndlm7qh-&>T>>e z1-KG)fKIR!ECW}8t3i|=HgP-!R9*+J2YP4I&EUJhe^*mG*L)5*7ij!G1LOn5@$C6+ z{{r6?pM8;X1CIGVP&)Y~_xrHEg?&a?zinP?@vp_cihF%sPJB&a9HsH>O*d@3jTdCY z;*PKlS4y|@)!j?sGW8YCZT~XYFMU0qvRpBeo{cVFFTNMAibuoxueCqfz;0j|7!F2& zkzjW)3XBG0z*sO2j0Y1y2j~RiRrwR~^)j#>=QQ84FQ2pBYgWVGw03F!$L3Apxu5wW z*}Hhww>9ZT6la%$i?yzzYl`caEw<7=Ym2GA!gYQXXdWBRYhBGTfBqU}55|+4+xl}; z#c5Y_OuBRpWw~@IiMKO*q@~+&^&y{lJ8I11#A&yn2j6mfa6yUnpfBSze~#CQU5Hzf zn63ZCY!{-VSD~{PIi03w{`BBSfzk{A$>-6+G%Iks6ox<~lV&=pCJWRSd z6vT7Cuwib>JM=$A~GvO_}g=<~emy`d+yS=R4@2uhWADu79exKj|09fqn$HU<`_*Q?iJcr9}d$L0cC+bT3y(ATj?zH6aBp>MV( zubi9o^&yT)UmvC{W&9xiH=VaQSa~YtzAT63=X7;FW-GFXLStf!gX8LPqQ8}ko%7XS z>Fe!IU+txV3b9-x6-k?4in6H;r3=ie6gmJ8<=&{Sl|Hk5ZPBUwt3r^Juc3 zkr_Afe&TbeSwn6Axzo{K zP~Hm~7<=u5@M8|`iLhA2V%|oM`MmG%k=TO2Z3g`Pt^Pe-#q1OGeS&PN11R>k_}KRo zwubHRIoA5JzlMAtef}l5-{Aqu2Z7mu^nWOFdWB=M-v(_ z=0I|dl9lA|?+4a3+So|uwwIt7IhyQDZp&yln;ayA*SUt@f;YhLz?HEO)4TYyA9^Vxdadi677Qw&x+v9IzVm zY2h63w)nqy7}v+)^gmKoqg}`*%pPPLvWY(d*~3KS^B$$-^LNT>l+Qot_dh`$ev~3u z6RZW+26n$7?_NkBn@L#@W`Vtt-M^_I+5LyI8f7Prm3~R5J^)d3X6;S-5Qv}u3;qWr z^9_*SS_CeV-`bSbC_lxf>(F<}LtM44lgD~hED!0(>hynoAl=%4QaU7k*@(~5myIc_ zU0>Eg9`7R;$>U#?)hG|+?f_Y=;dEn7N`KzDD(3{2;b*eVZI$QJe9vSc`}nAn!G?)_ zq@R_%iIc~sRVt6TF^%HE&78~zRH@9&p5n?*&*t9B$!=@PYT_Wp&+^-fXB6Kl){`8! zK@RfWQE}n6{7szoF(21Ctos>S>yhAaipa1Dk`JRRJ^K@_qI1`)&`upA~<$A6FSAy?=4xsy9iR;6LA-kQN>~^NK_V}1ySG6^V{=8l^hrSL5h%aX@NHU&*yf%08+JaJR zbiK()Ycng;{!)KUG2gzMUT6;D+n2x2m2KW)YjT6AD>>f@?gDp%uL9|;pJ&s%X+G{` zyd9-~zWzS9la86Jx2Nv|!46<7GTD_P8K7pR2I^S-Rb)%ATAx}|4chkbUgoICu`npTy$a{Ty&D-pyQnE zj;~VL9ZA2B0yZ}~!O7#qDwT(H=_LBj9@h4goh(kF)Y=S1)#RdVuW{5mr}7FP0?Rci z=O90J7&shAmyVz`-8!1j$AC`)eVz`E1^T=4e$yy5A3v1R+T>%^$T}=H$v&IxOm6al zvz**!SE<~jbJC@0s|W41P8KsL{d=M89+yJjd8M@tTmP{8h>E$_r-Sym#Pq#5c3)8^ z-}PKA(|xT$Gy;EJU>Vv+k zKyha{HZUF3{a>f@cj@41l+~((;`HSHugreCYTXm0c-!^`@!anAdS@36RcsgH=0>2o zn$Ic5H@Ub)`&yf+_axjhhq4;EMVyjvoH!R5O@WVFoXlFQRA%|gOLJq3$J>yV_I+xv zr`@-^fMW}R;%~(n+Si%H)crH2_V;lvV$9dUj@l{3J?Btv0Q@;-)IP+OX>XlzWz-zi z-z&GQm-(vV8eiv=d)NEl^Bgp{^kWyFKgE$+Lp{^k!daB2TYT)3d8V$%&$0OWTTG58 z{H&5?z1TuNxf(wvOv-=$$pj3Wb&%4pS;nNYO#R`3qyR-SV z&%NhzJ@de4K()@XY<}hY>oXV|?S(p*QvUigls3M6>=Tai^{7((bRM16I?bn@9L}y% zIr#o7*SeTu8^!(NX|2nul=)5 zW}mB4nMqck2ht$Ue*<}a6MPF?;67hSc@eO+zi@oeU!EhD#5XJME8P-q`8H!N8~P4qHocF^ zNtg|2U0u%?wRf{_&gWI>S(?hfiH{GX|CfTxz~x{l{PJZ=$>w~@YLrdB@s8pge}1ai zM>)=fL;7b<)6ZLP%Q!2Ka}%X(=uoJl$KVQe^-eju#3odpty`)NI>c`EJ$1*36tEyBU%DZVEaW&Aq>IY69 zw^pev`mU4F_o`GzK3}hn45IvA zSZ=*>wsh|bC)X>hRIX9Fr}>C%b1Bf?%v&fGD}0}_+G7RZMtjpQ4(*sUU4_2w1v_D(ArTnhux?_PjTKhcwwbUs2UBGX()~fYY?S(uZc|OMHr{|iYdppx+b5iCpQNnDxv_NAmsdVIDI0&v$?fS1>!i<% zeYuaqY~0o$%*JK!apfsJ{FRgEuPLih597*Awp@eUo^f(}wo2vZ`?YYpm(Hp04^Qzs)4P3t%Q4$O_6DDolX`(t{dCeZ(CxAa@f8gQ|=GX?{qhL+&Z;t&3yaWCSHsja_lz#`S@p*Od5ikI3 z4z>Uv0|D3)Yy}Ph)4-u%PcRYumHO|3zk&C_Kfpi1``};Tzu*%Q0K3r6Fn)6p<;CCOb3ti$)wU;@|!>;?7)W57OO zeXt?e2#f`jz`mdc><88W`-90~3OE2rFOLMjr_cWf*5&hhU>xXJJ!t?!AFr@3NVmfJ zV0tLslTMg^NYA8yri+r3^w!2#ayPk1#-`gQYhRzF+hIL69rkri{4e_%LMcwL{lod_ zT{eA->pP0oPsQN!KVdzUj!Gw`gVLk%Ksqa%mEOvJO?RcYVLc7&=z;u3dfLdj#Em?ttozpTxo0izy=IMEEluRFDEq-~_JsX?#sBrEGKtrTVA74&k~IUz7NnmC@J8{-XSiZ1NfYrnvMnd`}(U zrPnhlqvG09`WHVgkZ;(ObBfEO;*@Yq6XtvQlQ^88%a4V9SU{FeNL;;o%2!?8(U z`3m!~7Sm+&8GdXNg`Iv;{q(tf0aQn7C*rS7Q-$2j4bNWRScQ5+wn z7^^?|o|o`D_4G;h*+3~@DjzSK@#Df`?WZ@}(7efy`DMG(AJaQO-q?}jn*cu!v-?vl zJ{6}}jH>y$&CUJTRI!`l(kPo6%JDe!_izlR>&bVXpxEDRJ!~Jcd*4PBql(kQF=v=h z!gCyPi1uCY8rH9!C5Qe-1pF(2*ryee{|>G$t0M2|IBJ>BW` z8I;P)Bze*mbG0N-n&e3L}Xit2JZIvjSqD z^El`Kw|6FBa#U3t9)-xhC}D~6LxhARkO0aKA%qZ6A%MsZvL`GG3W&-k42XaV2(m+f zo(Uub2s;SM=86gmC?ZQ(MTm-uh=PLpzc18@m$JI2d!{EdN!Rnt_nhwPn(Dgud}pm& z)z&0mK{nI3>g$GPd=I}W_sZu?vhIL+SP(1(rZG=vgLA;SU;^8=1}S&abq2vP*C1R7 zE&}cBe=%}0xCC4ZE&~uG97mjB8G2mG6C2$D%3^)`V26iHb>obFy|Wr>&K12Xs|ID1ALb2SgH=$rdTWEU&a=;GEie*{0;_{HK&^X6w&ioz2cAdli#6z7)rQVxdYx=2 z@1qv6R!HlF$j7Y}tP>)~aUE;KDtn|}^QwRj&#0SJC(VctY0gws2XvJu zrTN3@=-m4D45an0b+5Vc!^A)H^P<}LX13o7(t7w;?EeV(HFy*}2EM^D&je?IZ-R%| z_8>T$*Y*Ld!K02&eeXGZ{x$GpxOp;CZk~cHa|?O~%o+Dzx9tl0Th3kP7XR(bq`9@Z z#SplBYR2WSBAeNN)K>IULqYgBeQZy9$rb)zA6j&6rZ2R+%kzToE$TrGr$={5 z#*<5t&Fs;od}uTV8~aip9sKBEyRopl*944-DQ~;Ohk9bF_R&>eZ3_FOu~m*0#n-sM zrK>o58Tz}Jo|pT56giRO+qeD*ucHP@`?f`O=$!JY`Tlx6`AnKe6mdEFX_pf7^@sVs z+GT930DEfoR-?BYecjiYEBl%DG0l^GhFSDBU1xSPw(=>Y`N5}=_FjiF$F+J7+Ee6o z)%p+SddmPmkG}UHUiai0x%qt2y&-82{Wt8>!S{56qIHh3ZZPg^oLBBK^xE+XU`2HZ zJ_w4gNzSQjk=AssQ@5^L2Sn{(bic>Od_D$j0>*+(!8ouP7!NiFQRnGTKFa&J{vFp# zwq)B@U;^;I;d%Xjz{%u7=Q2+1_B>=WYt2d6PClj>>$EFli#g5q$a;I-^~9Dmt~OHF z8dLQ}6`;+}iTD)teOi-ur@pQyK2*E*dOkY0=CnSHn$w)JD2Cj?_M&>TsIIh@w6?T% zEviTF_H$s}>9yN5pNV*E?P>3?f|Q>f$Y%00{Z7xfNFQa7q~~>Rn#UF8a9!nY`P`faIT#)hM!Y2E@-sXV*dnkzhhdI2lK6<&X(=cXT#JDa7!Sj6GV|~_0 z4Vw0dYxRdO<+zuD3Mg8qWX@7guF+MF&`iHKnR%)fmnXuNX?*?|G4je}K1;vx_8Ot6 zG3V9m2KtLTfpO2cQH>|YNAtI$xHui&Tm>R0GapLxBmL5Ncy@WlvnxuTwcPcospwn| z)#6y1Z^^UUft*XZbR|5xJLAzkC68K;N7tkCYCcMC>1%FaAN^S^pEZMhVa_eYPK0$uR&V3M!r(U*Vc%y#zOlcMRjMy z%ZRFn)l8ddy#ddtr4>JA#5Si~Qm3dlg7E?Y~7Ga5e9L&ijwU>j#kfxd)MDOl_^0T8*pn zQ9ehUt;YSLUdTu|^=r8FIGlR4S#qtlxE6JX>vo>Wc<^k=gO-b%(Zi?~52Ghm z?Yd=m<7MiLA|BoW7k{5|@ed^zTaJtAnv9fJ_Dkfc@vT;FCx_GcY0tK(*I$&sMgPN| zNIqvXM~lA7OMD*JtjyV>-|K?lp{}IQTAV0psAi%bK9&IOshruVy~zZ>0}vIsIF+g^#J#)2LPxp2`28 z1-=Q)v#ZsJY25RA#6Q_rpYsN?tN~lA27IgcN{qAav-e;ejB5|+?*LZgT*SMZ;7;5V z9K8m69C9%I9R&Lm_H-u$ug9lcTpupJCyRdzl<}|S{9i4f*Hs_a*!d=W(vSTMS^BZo z@?-Ysd%~Y;vC=sDZ(!fvYXYgia?S0+nZH`3^j9tCuNFn;k*^u!(s=3b{-m+g*jg=y zS_jIr$lW5A=HsKe+I$(`<}dlya(t`CpL(w)Rr7J?WL_IGFLSMT{(AfXxMseV`o0QW zTq5J*k|h^gj*D_h{}%qQT0g8BXQOUNYXjGU=m+!HE{*N6&Nr^7r#)kPX;D+895p9g z3~oM2PPll<(U#+=@ih3E#^$JR|w_wJ(g-Xt~ z9OvYeYl@2e;b6G&-i#aXE4k5f+^ANcrvBpyIPy9^#+daFWZB1Ptv<$E>tVCJDj%oP z7*;K>N@G*RE@M-sK4=Nv19(rvc z<(>Dlx52&TGw%H#(ru;RYc0R0|5-NUz;dPkX*vI6UDXr+GYHPubB!LVJ|~TZ5d(|* z_-Desr84dfEVx@OUo7^<#%HQvlax9H=kHF{PVy)g)^t$X}c~4XH z7>tRlWSks^EMp?S9jgvV7bbyLxJSh6i%Vx5Sf=z#EvJ8dNW{dn_6t9w--=wlRv$C` zkiI4LSNYzhK4(bAx1puaX&cY{wwllJ8uO|d2UbIl1fxJ%kF{3pSsk5+@6l)IYl`wB z{ZF-CRP+JDU+Hi3L2(T)o;WyfL<|ka1~6WSLL5UTl*C>!bUp@FyFT9B9e>Mh>i*ao|HG2U?Z` z>t-BSujD|>a^S-m2i7V%(6SuZFyp{RB?nrT1H&^8j3_zKvK&}D|Y?=el>-{pQ!@`5cCHEsWPKx6U}Y4YFLn(3i;$Ug84DjnPOW<(xCpGq`{7_D z7zI`bYk)PuhroxyT3~Ik4pjnpc*DU6um|Tplx?fH9h}Fu^T7pR zPd?iVY{%;kKKlf6e&qJZO~4p17HkT}fgQk(AnxIMFZ;e9d;oY4=}vsMGuQ>}3N{9t zfz82gV0SQr{ni7wf(qyapJe+UU{A0Y*cn4Ua3DAc?9JHxExQx=pA*48ymvm%W?S@|F6Q-Qa0$2+Tm~wj19XBZ;0iDmEWj}q z1Pg&_y!Sh<1k=G)pxU#D;(m)-_f^Di=6P?$%W!WJ=jodI{gH95&bOS)^DsCl_kxE- z91LB_#gsSQ;a+ep}`NK&w$T@L&0HSr*~u1U>C3fSQ|{>xPy=b zfHukRaJN0jwsnw)^FLnzUj#>jqrlPN7;r535;zVV58A;Apc8Q1_5(A{AB0?u^OKi( zuBSd%zp9Uw_xf8oufJ{7j|OkUCj3tANS~^$1lRSaBRQ{>^P_m5`i!CMzY5UThX1&n z|Eus`{--{(!+n50(RiR=)Ys^bQ#+~GHtO-e`rT&x+iJcs{BY_c!0X}DB-;6i=AtwTVV>G^}^qH;kT!*RXJp5&~I4q~)cc5VgpG9il_4+aWKt6`+)4CI*^(W>f`Y`j?$Ui;L z)KBS`BEF{nN&8Ckt_trvfIe#qFb{hM`#U%r>mhwS)(Yp8_py#W&iNy7BpvspYz+Fu z@D~vS(tJAg_Yo_M1w}rrQNL}@>Rg()hW|_BNg6{UHq_(iyYlg=UMKP0`CPgYpYC(c zBgd^~d$n?3?I^ug7x|0#w)-4)bBHvjFb^?D$>$Z3zZB&z_2ex@d5JXvV`~3g#_=PN z!69=GbMHlf@!q^6_!IU%kZtBH)`;dSMLD|mE#I{9k)YoCFU?I-UYb92a2&a)Jw(3U zRUVPre)xlWxR&NG+ENARBf8??6!uAZs6Q#+CP=)>(j`v z?J^f=ja*<()=xL$hb{(D@93NKSNf+DGx_E0bA4EE`>e@)$0guWa2ZJBzIE24Z~CstN%UVuy#;+yJf&ZRqbT_gUt(fDD0 zsK4&YPlr$5pK%-j!XG>5DZj!8AH`VDL>FH|ngbt)be@{Yu?ok_=XxD%lP3|6y34zD z7~{HNJ)r)~jZ)pKPsbYklV@ohQ}5l;cRjkUS6@ZC(mu}4baD<-KBoD|!kl-J?dR=1 zoeOiG4$z%kLw{pVl=daNlXrBN_Z7ZdzI4TZ^_l9ot32gg=GGqB20-7iA#x)y8u)rE zFp#?G=u8*KAdkbAHZ?tzGx#L9UJ$%9E~FY|q=;B(_yR8naS=p8C;7>JsCMKJo<4zdL?V zAJ8mcIE7*oy=|Y_mM+2s)Gvu z+W|U3qq#>t^WSX08TNQF_EKcCli99~X|G|YVQ<=F*qpYQ+Fjmur}BB&?YSK9Wb}Lk z+pY(b!6o2w5Vn6EuP*`@gB!tcIP&F;BPSs}A8jkOQEf1_0y;snd7(eUHP0U?5@Zr!xoF`q^|Psln=)Hccc6H!2DnUcn??r$dd(;7r=#j z^7EJQ3)3?GT#0PNFXVl@e!+aa$RFfmyLwA=LG>4PhqmInrwZr*@?i?N3e>7c{?6DV zR=vjS*MafN80oyEypUTdkK~yAl5cWNp4G!0ZKONCPVRTbJM(z$r54}n$rZG<%Ypr? zHvGkfnZ7SVHq&3^?OmUt%{%WM$VT(H)GyTQ%Tu4#sJ{w-B;UHyjeM+DXVvlx>MMNs zQ_PFCb5U&gJNvx`UI%{z)$+WloJYioSJ>~b;8k!jx>fJ`fP6i^ep_4npab9sQa!DQaM8_5W-?7NYPSBk= z{eS@eK^S+{k|Lab?S&IK#6r}lzu}7ZPW2ZgwO>;W_bTZ%CUBrocxbzhI ze*(+|Pi9<@SC8}hX)uLjl6SRFM?Q;AuR=D{U&y1puG2hHJ*9a=*;9Py8h&fdh+pbm z-%^j>r!%kB{Dl3Yv%xul9J>8$neM-iO!ZZiUli$1JJ$}i{irEYpAfb`h|lx3+Dv_) z#`$X>zhPX@gWrOvO^p37^4_^z0shBa)>E^_d{^_=FL2BiIp$#S9Is~q^Y*K=dA$bN zOqS_jKNpqoQ)n#4fOO595*K(cL~1_C`M`<+MKqdoh<|0KeZogSM&Ul zU=&y#tO07>hqWG`r@FOACm%Nialco(ra+yi{E{1TK>Y{Loxg~G!4+*Ua_sKdSJ-Mb zJIm`dbeZz8o|xYi*V5d4e>jt_DQScQ!8y4QIr^G#;#(OfZbLTHFQ}*Qp%=O!MKzrEl#esf2QZeLm2u{qy}%hc-5W6_A1Eyf>Cy zg!H>2UM$XQnN}3I-WG=b8PCc18Kch@A{p3^w(W~5pk%K zbLz^sH_Cyumalf*U%f`29=a{+5r&SZbDmd$tHBjuD!2yB0OxY7OTeYzGEe~>Ao}E; zyq*H=4_^VMf@uK%-F{EzBfi^Y9}zyih+E<3DOZ}ofku7IkC^wx;O*i-jxT}yJoo~L9`xsUeFUgC$9M_7 z{+RvM>raqG)n>NOV^m^^%u27=usPXfAfhne^8hDxzwgtXInk>YK8qm|ITSWcAU3=>{0AS{MsFS66^tjTW_M{ z>p4$t`UYe(YsVWoo_3ax@g2-zclz?dgYfh9%%wi6yLp5htAI|>Rg9j(KB1R-p4Z}a z_?y7Z;1+Nz&`*C0c^kMLd>ecRSQBe6!F{FT`53&8SRk(-V2s-A zgUCkpIj8N_b3K+Z%;bD`MY=ZcQS|i?+x5M_K&JK(HdoC)=QZCOdX-b^wm;}oZZ+zI z^)1@vg5+L*;I+Da3E50r)EUu`L^xw~6WRX9#jE>>?X9{N<5{b`+l ztf~AWIyn*?1%Ai8y$D7F^T}CAYZLRUKk<1{tTo4aiqD@0k+)mZL~iwGKDVa37m!P} z|17ifpCg;e1@&%ClIkkYjmVKJ>?=PyKqoNYkTZ?inmJEB{<9}>!MM^@zSO8~+6UGT zN4zv{q<$IS-2OzSr!m}>gl}& z?_+-Dh_;`P&Gqo6E4|BiIbBQtsa}n>+M&<~uRY22 zw37~ypO;_pz0(=vBgmq8@pJ3W|673bW85nsYwESJC{cOZ6B!EV_SqIdt%9 zrh~tAp@Wp8+G*ae=u@islOkWzk&RcLr|0H);yF+o^Sa31oj-k~b0{aRWuotDe?}V% zKi^${#QM_qzh`svS{HMZ)>6)c{?@sO7?So$VlMOran6p}Iqm5=S2#xMZ#sA{r{sWh zQg7WXZ(rb?CL(r|e4Uw-0^jGR;Pf!%2)N{HXQT?jJr@+(T8Q}AvtYM4%*HpG& z17?6)eyAS*6ZTP5S4R)~ptsMd{q>9o|LB4Tkv|OM|BB*^`9t~){*k;N1y%=ZfLiP4 zhjYvc?6WoS*m7$dAdj{Mab02^_FEUYW%8^@mZ(Z_F##W^B3ZHiX zdDNBupX4~|r%2CZ_^c?ON$q$V|65J(>RetN4wu7Dyq5A$j+@?}Xurd2+4R0*&j3OpEbaA2t-M0)~O%z;kOf zJ~}qJ>>QId~NOj z%Jls2UeM4$q<{+^a)^)JP zoVb^LGOz7%MqVAYQS=_q<+C}(qod%B`R=ZKXY_l#M!Dwz&JWmg^7HU5`>_8W;5@dS z4=w|xjk$@i*G=6_BB@8|#ijI?LBDEsRt7engH zhJsZc3h4e!DmCz+n@Pd zy}gY53s84)-Jrkdu);Z|G0hxK{dEGzKMCmD^sO-$=C^X)9=CaI^i0O^dMvR29eyTq zytL-=T3`5)`D5wmtI$jc92&)n`%c_4BFV8W1&Is$Xj$>-T2rIeL+`a)qvRJe6}o zZL{y?pT_(B(fcHzG^aC$>Ccuz4g~r%eMR_(u>G+4)ZXh^UwaQe;T4Xr@BAxLeWtcw zRJSd|K1+eL7Kj?ox+|?s!`^H0BYZ?7JSp-6&WpTFb>E0jc$oQr1cZHs&DEPXevkhR zdyU+#D6h-w>{`xQAH5^U-Tk6v^%!;cC|;*M9{ob-dl;YT zeOtI(e`mm$Gt8H!V!|f;<_d z95{vdrvm-*!SqH}%*H*q$>Z+LF*~P4u`V6A*IA3kUhDUvF>BV*b*}q*kf%)GWYy+ZqaUP#XuVWamhl3H|LU0jiXWxsF#O1nvTk=Zwb1j0; zrSLb@t_9a+udheO?=|OtV@zJ>ecKCco5=T@8{~ai_@JWvBl49ZU#6c8-y3zgHTg8Q z>(7n=QJY)0*sEC|dmEA2+p0~rH+@Oo$E5YfNIo}4HWKTq*;(*aACuacKFv6d29t+bB?ETjrAHl=8)#a&`8r;~#RX_*u z_W+LpYx0@BM|-DfPu1MyYXjcSQO<>c_E$f|zTQ8vG}0Ko3^KUB7hGX0HnR)K>XW@Fk289XWSFL{0r&vK1 z2l0AQkY0CpzEYnccj|q%R=xV|N$hw2D?l!PlKH8{lPT;YSAy$Z#a{hH+Q+QdF67;U z=;#BPj+RGy4Xc)(Vx6z^t!~D1o@0Qy{aB#RVy(RPu_xFIgg;P^_9E1;J!JJ5eS^G? z?IScJ$4Yw&dvh-NwZ~r9bB^!F20xh1#Y#vyr0=LTAI?Lyu{jrx&v|P07}HuU9iQWn zKl(cF*BF|OXBDL9k+-wxyBhC3-@L79t3~#f#()a@q`unuh&da^YhyxBY{%Y~&}H0>{?Lbh0ke9{iqQ4C5=Zp}qJ_JJQa)K9sIg@>wn{pDE{q+l}`9pbVhv5o^V502Y8)92`K>|JTADgUjD11fYj)vd2WP&GxLCnj4!WC=h?YYkLtv^O7(IJ@10k55_<2hZ|>k& zouFR5uFd#EN7`WO1G<|3=x5f7wd%m*7wJJh4FR?6d2j4_y-Zi@Bb#Z@a()Ajc|G5; zdG;M!WZx0~B6L}lQ)$=vm>l*~dfPY6&UqYC8xDKb z2Stvce{-Drz|_xa-}!Sq7`ymbcFZl2a=|giIqJV6o|WrA-+6yk@VuVqbw#YYjrksv z&G#nAX2p~6XX-7zhN~S0pNH|X3NuJp&3!;zEbd%K796=dFrggr)nnc8dA zbM@qyd4CuDi1=@A;23N9x4fS+F6eXi1bcxzcg&GSfz`nppq_O@9qiW$it3DNJlUM@ zPJ0NA*lJO1I+l5e9#Z5y@?mtwhmCuY5Blh>vhSIIY$hM-;ed0j4$|0BWV`x{dh&;! z)GhL<0^~zixuCYxh~BmLof#{>y8YwXd~es}`F1Yz{y0Ck_4>-WeZHqL7soQ!TW52< z4bu5Z{aKlR6t87(l-orT7+j>_& z-HbfQK7zc79(@O|jf3Xs`UA)BGo#JB(p<@0Eb74hcpWi6&GY2v9@(7iS@N^j{6G;u zy;d0<-IdqsVy8?OJ2zPu@;TOp%coktqmgSpa(r&i{i^9@7CHW2nJ)H5#houI**zy^(FQr zUxs(PWMkbGnfkt{Iny4H=i)h~J}|92Q$Hv_{Qk=sPdhTk$+2t|%s|Z*_Sd`^H*2d7wR{F;Y8Fx2X*@!vAXb zBKlp`>_9zq@OfIR)>BWVwh;DFq&NAJ>dsnLz8K#tzdQy7 zPW>~P9zTohE!z!S>yFKO{;A!E4X1W%KXhHN9!PmOjQ>sf7Tjo-zWbZ5^Y$9|>b}Ul zj0W}!XCZ$Fyyo^Ca6NkTsH(-YSWE7+Kwsd0CUPA4ej09hV#c3IP3BK(Tk+i075VP) zG3r+TKbUQkkosNy(x|FLFPSe&-_W65qQxudTaN`%b^VQQJ=AOoih*AHhA(E#+AU z?~Uu7oc9#q`KKIL2QiPs*iY`64@95a{6MZojeZmF^||I>9IO4%Yz_`XdJg8;G4C-4 zG5)X%KTmB#yUN=~dXA3Id#XB+MKxb=w4Pkab9apO#?0>8mUCDE&V93Usv*KBWZ2aY(9^-0o(@5l@u)El%;_AtT0A0WYH!c`mTkbK0By)o1i}?tC%d z5%pN=-%jBBPXwutO6%3$viZ(U|ALA#m@77=&&>ik=%m3L!Jce^j z^&NV)mv$0H#Z>Am<| zn^ITWu=SR9-jf<;IL8ZJ`Q7>z{XqWOK#}fJ{&ZJoDR0!DzMw0+o6|aM=bZ9-O#Sqc z=<)05?*;7iG-NaFbUuz}?W2E8eWv+=JeCV1!6;yyUjw8u*;u_cFmA64%o8dgYSqX+ zI@qSK^?7=!A8dAB*OkxIZ|gV1j~g>;`OsP9XD4NI{}trZ4D1>3EO-vcuV&T4zu|am z4)||P-W{Lm{J+9+{t8|Ne*=F9uYuRWU%)@WKfxQ|CGaNT@2%$(el;8G*O1NRS>*b` zC41-UAkVpa*8Ogf{qKfI^|uii4K@a2fSei&Vhyj?L&k&6!4|-K-4}}s)VP5sa+Lp0$GT(a%7)neC zAFf~5kLPvEZnK~Bw-(FXD}?P^cTEH4 z4ws`C{qhyasop& z1)RgS3KEsh=H)cEfez3Kt^_j~>n%vfdMk1Ym>b9Hc=F@DiEWGGlYfYGd_O|o3+Bf0 z-N|{+0HM1Zd96O>raD!ZcY(XXJ>V>mpAU8WGWz~L()suS(*5Vg`N)qy=EZr)k9$El zaD6uB8<76*+&Jb`-?he@<|OJ|JGdEK2%bUzKSrwmpCIMR+&C98{=BXo@57Aor`Z_q zL*74^jxj$ref0y`xE@5x^|?`Z`ElvH!#Djb8{f~7@_lX`U-;zUXpv8HyxODj=@F#% z_-mv-d~O`GapXo&%|{u#^fh_i8`q3gF(2MP@k`#n$b3AE{1uoR=c8zxjmB^1M8CcK zd~NNIBAt`RkbRklns=IiM(&yBrD@;yo8+TsgLA;SU;_WMHL!;qeSdq__L=SN$Mx%W zKEIgvlYzNwx^`qJ@6Bz80sBR1uPAym_KWNlMV;&V8Eb|L=m6Gd_MT$B%q6_O6kG-> zpaZ1w^9tTu3)Rzm?y4?H`>we&Kmyr8Q=bZY^E%vx&bU=O&x~Gw0it&A(0z{d+dP*O0ws^I;#|v1@JW z3;5(TKh?K=k!?o;eTllu_X>{UGk;&?Xy7yZj|E=>hk(z3L&0Id+}Av}k>?uJlixNw zFHL_(%-4gjus@HdH`W1GJ(b~xiY4jd2cH5BD9-SL<8|bOq`1k+meS~dm7q5fS^ebP^xc`@4p30Rw@3o5jJ>AYF^qllvf2K2$iae37$$_c9>3 z>ou|PdB&R5-*L*bvYYI zYnAQ-cY}LCwRNPirtl8-xfi&WNn2eco1aCIsjr-yZMCdnYOmAjkG6UZTwEyQ;=;&g z*3-S&hl%)-uOW6LW~BWn%x!i~89f#IDfV9G*4W~Dr#TriM{W~!fVGD? z)B6~Yz2$iR!iOO5Qf#}1ZEn8=cpZK*wwdQGj`SRAjX%a)l;b%!>G`Mmcz5O`pWCGK zF@f*u%XN)q&!PS`j^=Soz%6?UtkG#7nDK3CWPi0cZB3hN#NO^@|00{4#<8vh)4^5X zYH$V62B!k;aR#^+Xp`EgIo$%;JS~W9W*n`j7AtG6|6LQ@sxh*H%?^fxzb8g~5V;bt zPh<>;c(5?97XkTxV8q4f1EjHQIQtvB>;r3W^J(I-@Z{e)&;Cyq7eMLj8huS(n1HYf2qen)Ue=5Kv;v_+<)k0ATfuNL`C^_#}; zv~TN}LU)dB0pdma%!u)fZw%N3q}K&D%zuiWeX%+JvjrH) z+^w9=-4LYbIuXb(d24T5Zp-&PenxL<*mAEedA;vfW zcyCQQuS0mhGWZ1;3pNGgz-A!sso9Fx6TsGB8xTF#?RY%~qmZY^^4hU}2{|wEbQWVf zE*snN^Vrz(dUUMq*;r3Nn(HnFs^#jD@0jO!?athN5Eu>`$y3t)p7lZGMdm^4fqcA9 z4`PNnZiqd;{2T@jla7 zH`>hcr?F2y4F`>IBjRP+8;o_%BRJ=x>-OeU)`(FbrumO`L0S{E@>(I+T5uik z{q-RFsP(SL_5S44Chy?=ogN2noejZPeB?>PDQ4+ z-ArC~z!CHOG@na(GMvxSF*PGk{wm|i+opDTBz8GH8}n7j)4=H<^ibO6e`~k$9-R80 z8IbZfY|_5E{$88Z_rHX_eFdq#os689>@9C=#zF6U`&u^MuOmxad#iqLvnOb;!~RzE zNlIJmnXR1xzaqa1dpnD5-HD6F%S*v!paP7e##Uo$2XK2Q@Yu#zW2-TB3b-8jy;lH_ zVZ8OVv3Dxqd8zGJBlQ8-AZLI$?=mlJJ)7w5yih*M!TaIe^+Mv72?f<7WOw=pkQ}vmT!sl-zUxLryL6&?j`P^H4UIKmvr_Be< z1N5nRKBrudJfVo!<`W(xczp-2{hjlXU=%P%xRz~l`#NOF?ULKQ#qHp=d|Z@z?Z%9E zHzA`pTu)EB)^+sZ^miKRL)wR~#rbqyN!s)5>;7eh^X>rlx?FeQwdo>+yh;g9XlN6#V6E6gX%jnm$Kz+V zE$l%kPlDSwBh4{xL6+PubBx~3G2~{xCUhSJz zUD(9kK<*l!tL2mV^#|^sUe^kKNBy4G?P<;Ke%gT78?68H*9+|1exL2yzz>k64U{&} zTQ)E^^le>tc5h}6KSq|;cAidrf*ROqE_JY{!gM4mI_YgAfmq_n)QNC zK5yjt3f}J%V@v0!)-wZ~kA1jzaSxE*TeK(d_X2T`QPEs@-%(#Y_tb0m>9urqS9CpH zy?Tv5o(<8?|Lx6~>|>w6>k~m5H;S&m{|SA61bh^DE&h+lqrmTYEl)1zzJceEa^W{f zk5}tnLGSDHb9JA8#)q6pIsP=qdjW+h_gchw;PnXCs*eHba~_`M|DFPqIHtUq z1!rI2z32HNvWzihjOncyV=Zo+DXP7T*4)`ED!OLwHFjf?IZ|4GdyKRO&)3{XP-8sI zK63q6$dcq?`qlwMPc9#iCGzRz=dDg66<_;Hq?zT>xTx8%Lg z);NpLA3_cRD}!3k;@FPQi=MgR|K9=X{cYP-`Oc%j@n8wg`Cww<%*^hdL>hl0b`|AD z#z5m!#JR5Gn$HCCw+)PK#x&L*wLg}9-{W0;*F^R=zQ%Wcg*?Dqsak&4%)G3^_jtb5 za$2uDvt=Rfp;z@}S6p z2C+^3r0YjJc;5+}n^}CfIoAZ>*kbJIm?Ph*mruc^HQ~{$Y^=XS_SYQFXHvPwZcnfm z2>!}d*CUPujnoSj_D?z4!F%U>Z;qXRCRje-zMnb!J#+OZV(cG~sU0oCF{0M-8DQ#M z-Rc9>eJ$G>&gYGeBOQbJbDGn?#JR=qGX!tVqaACb&(DkdLF-uytZpj6`Rr;Pr2Nj$ zZ>@U9=P5ppj(!dFYfm6&f+vCJcn#1_t%a?5SH!jlgAan0z{=n;_U!~yz~#Wc>>o3I z{t4Mk8~8KFo5XoIC#epG^IqQcgumfu!f$kNyiVXVr5mkHox6H;+iZOn)t%}%^jGwo z9TPa$twH)Mt+alRy4@Q6LU0jiXa9?llR-V}-mQ0|cD|C=(}BMg)2wx1cW|sbL4W-% zk00aX7G3CVAGa8?FMXW$nDz$bMrupiLHMWCA8P+aJ+DS>qrcdNoJ@N%!OyfWGe5fe zJ3eP|JlRE8F|y@1bXP z>)2wvj`cLnJR9e`kZ&*#{{R*Cl_Sj@cbpThs*SJkYu~}i;k=(88~PU?I`98Rj$qqT zU||q*t{!6Eo!h?16Y_eia30QAj4?m&^6Nj~b>RG_bMQ~zJMV9Tczq^%S(pj>GxM+r z((Qez7tikk&S}ByoEAdHSYqsRnkz9^&YSb~p6uKfK)S83=ZkpN{wn984*!N60YByi zF7LxQ<^ux&W$`<>ykxd*U*vvZBG?~103HNI{eqR)zA_jB?gK}^>+Rk|cX|?A@&84+ z&i!oP4fq=(o{RSQ8VC-jT#`HTogAipiHuWAB8`EmpReYVqDBq>pT^zce78QL(ON>= zk~{jlG?s*KuP5HhzwYMFy;+|W<+J)v<5m8*Ud(eNe!Ul+M7%x+`(HZK)iTIt`l7Tx zOnr)aG{&aBJg@8PxsLL_?7Wsjj$r@3@&Wmr&^*tWRTRsdzu;Mn^8xlRvaNxP%ikW) z|JHc<+v5NG+v3fxxr%J3S{>%|Y4Xo3Y)5bYj`)ed-+})!Sd-d*d35?RaqIt(@}?GN zm&rcYH|Bkx{wl3QR^WKSm%OdW#XN`P<_OSTzg6LXi@02J^MAQnWZQECUsr@vH^J>2 z!3`uOHz02Yw}4y0x4>=ScJNF1{V@0ycm(_!JPIBIkAv^>|1*&ffCs@t;9?*zCxc7C zrQk9UF{+c-ZR85eavs{ua!5H_%VxBT-l|*je!j@RYimVz;g}+)F#blYwRRcAxZV#w z0P;1=TlEVucrc$i2OmU^;Q!}^IdI%D54FZ`4YE=;{*{q2PZj48G&3jZ;CNl-9_r*l z@{b|eISoaQ;Q!_YokR?Ycwt|ow|sg%xplL9ygMWxp{rqo3`im0P6sAf9=n@Y!&2R@H4}Z!$C816n$VmH!=Uv zhQl|ezEeNBBJ({MSR;1u-uf<{qdkV#V}aKX#{t)1d98Lla4l9n{2IYAR|6x#D6l$M z1FQ)?1U?Mb0&9bHz`9^Ppzp7MPS9PB?$0?M0AhVyQON=eSc4W zDOYHh^rnj|98|&9L_8>O4cBZR!km~|-kr8mcUK^A5+J^f_ zA8Qb=wY}k>JGobyM^-pS)Pd1k)ebv=`I-4squ1FZAFU^c>~8)SxotiVJdAoHty8SQ zx~f&;`ulq5W+G$O_n1Ey<&-ng>H6&V3c2G3$PIz{Y|N?s6R!g=0)_!~Gy;Ua2lCo$ z#Y+SGE%qmC>9|q-RybZQeFg_xNv}nEv^EGm-v&oQ_x8*tWcuA2={~h|n~zIRG5Jq} zXTY=IIgszM$N}}AUbjnaTVABL_#2KPAGgW4CZD=fcUAbmuUBA>;Yy6fq+ zZ^Y+vd^FPU3;xRM;P9MS@31l7AM>w0O#=B|Vp`uaRdv_6X}zq^s>fe7qjs(4yS&~} z#MSiLNn8&p>M?n}>u7KcI2L>f90EQA4h4DN*p*-G%N`Cj`s}rOwXP98P5AdR0R4Y_mRt!R_EKA0`^Phz-45BG{MIKpAMIuY zXolZ%-S3->ceiZ3yCXjdb^`q|7FUZ2c^}`w{Frm;n|B7gfL+0kKz-_?^nb>J*BSrz zZ2v1hdWUSEd3F5xvF}ZcJ}?{mLC9+JYo4_fSQtdyikMXtdt+@(QT+W2f#ntOSMVzM z8~8hT4ZIHi0saZz055@0abBqn4&xlm1@rlWx->pEJ!d0(^Z)U-zJ&v{r^`Dnd)TDq3U zwGpnl>FYHT`m_zfMj*BQCGmaxXZCXdas;0T_alxNTOyWdC)$*@Qp+A1^>g|uuWyCj z8bh>A?Xd#1*=n(`T5hod$D6|c4M7^8&^RX=PB>AyX#M!qtvHFjx{g&d-bRe4?!>0YWm6O?=yV*@fTM&!Na> z=3A+*BM(jWs}4*1`tMqTd_EOAIt;y-*H^Q#)6n7JnGQeKWF4kHEb=^UCE`}tn(G_P zUDKGMKh^Iwvi`%kV63U9CpLopfxiTl|`P$%W*H1yCluVwQz5XiF&%Oq}4z2>PFVNP0 zD7rIdABH>}d=4A|oX5{2mmH8=d%^pE@!|WBOMy3e?X{bC^Ljq;E-(P3*KP*#erd1_ zSQfN_<-j2De((XXJTPD9v}RvhN_&FV1l4+9tMZwBjsN2qLy@b1sLTJvx&0Zu4D#2U z^4FVI;QvD9r%`TqZaHF)hhnKV|p&Sg!uk6;|~@I$;#pYOCF?>`K_fS$hy&gOgK zz7qSOX-tY|1a+t8wdWf7bqD9s3DUl4(Q}8c;D5C9dSX*o_3lKDV=nD;=qB+x@6YP( z$v5j6M`@jPB=de0SOPs9jXVY%3-01P?*?Du^~d<^IOOrb=OTTR?eve|T3gZ1wi7`7 z*2#&y4u9}vUY`WM0!{{}fK$O&!Pmgo!D--ha0d7WI1`)&z6s6-=YVs;dYr@hU<0rr z*a(aUYk`fyqF^zw2v{7f4aR^?z*w*;m>-M-n}P9Qb8sHVJ|A2FE(8~Wi@{`Y3Ahwo z1}dNfbb=}1a&QHh3Z{W8!E|sHxEfpoW`JwKb>Mn%1Go{~1a1bmfLp=0!0+MvZOGff zx50P79pFxI7q}bT1HKEs2fhz}0DcI51nvbt20sBm1=}*V`;hm8pMjr)2f%~iA@B?E zOYkuG6?g>v8axUf1CN6zz)bKYcnUlXo&nE-=fH2k^WeAO1@I!61%3y95B>mN0)GU5 z0)GZCgTH`Rz+b_u;BVmX;5G0%_y_nWcmuo%{ssOGc4SODft|sBc(1d57kD?A56lk+ zfcJm}z=B{QurOEzED9C_i-RS=lHk4IePAgt5G)Or0n38rz##B`@By$q_&=}$SP={c z9|S9bmBA1&6s!V2J3)z!FphQumRW*Yy?Jw zjlmeO2^b4D1>?YGU_96yYymz3J_v#)1dUKJRl-Dg?geGK;Y8jXX-sS3ax-x15w>lWYS zeB*gvli1H3XcPS5j=+2G#slxa+X9RMV}bYO8BZd9nfo;(ws`F?jW5Qvq8JnR)kV%+ zE#{=pEK6f``1CY(oXtF>YuC=<{kgzA@XO$2@D*?hI0^Xq`9R%YfK>MvBIhREU&Q&Q zdQ|VJj*ITSY$VU`Dwk+f-$i;(brw99!@&*Lr#8X^^?EVrO8=AD=W=v^D^lHm3t84_ z__aY%h^y*;h)zxr`~us%9nA5h_a-oJLR&AdGA z?dtPa1>Na$IiFqCG-*9!UYph%sqY(0uCX~do_W|5*^Z1@WqjI?{~gEn@nAC`$FF7| z=k6M0$??ADxcvS)NI8Badb&B&(=AA2mcCuCM=rsp!hS%W<0&7~>$CE_-hPlgF@Mos znsME5B**c(W`DSboA!y+1<#OZKLM$YoQN!KWX{`&Ihnf9->VzF{5<#qI07AC$N&EwTf81w>bQ4wte#RmR+#s1XY>9YWa$IvybsjA zQhPFHT?NeR+-{t@0;z3GMfR4CMqrbxg6`HPk!z-TqcxEIp+<7XMtTeOSt_6tG}|Ah zc9PF4it0=CbX%sU+ncN>{b4$<-Oa}vncI{P{VDG*>iI%-xZDXzE4>SG#2-zEU+(-^r*<9jF}=1Db{n=_ z#Ff0xHze+D1gsZEBenn3&eIxVGB*D6i~|oKn`z_eID%VcJbwEgy);kC=d$Lo(TA~) z|9+;QA0T5Mn;C0M8~tCMRI|}EmNsIOsr}{acy;{UOvm3Vbv%2GR&UoQ5o7hi=2VgE z7U{}+BBJjSakmlu>t`R&bo>Oe^s{rmXAm|WF*o(I%aIHHB-77Nk)@xVGd+Utg;=#cEElg;e9om*QQgu&*w-pGj2SIENyqr+itBK z$$sp8=;bx))cZ^QH2sF1epTwH-|2_@iQ1pa^z(G7pMIeq>uvqoqnTbF zEA`SRda0GWox?KM4HkJjx84w0q2{t**vuNJgX7ujN!R@5`@|#o?t$P1I3iA>Uf+ZT zlIHwlk(+`MU{z4AgXx`X`$g9tq6g+Ri1hm7jl7S0I47Xn{Bs1-HP^8|dj$WJuDyH5LAAIJNZQk#kUv%DAQB{)1a8?_9skoHS#u2Qi*m94qE|G=Aqb z-aFRUk@JGziT?52>~q40#5J#Kex%4Z>5o$XayEKR{gwX6`(jgHliIa@M}Ox1pZT79 z{<`RrJnwp3W~ZAWJx;B-75D0RZ9IQp4*&j+d(XzRA#akGC(x=ykuzNfysRJ53ncL3+xT{0sDgeKr`+gl?RdgmA_r`)^ms2 z;`i;N4oU68d^qyb8+ct${+Z^S=11l|j}ku?gFpJz#gP@Z^;Ybv6+c$vdq;wL?<+Gd z7-N19mf*a7ZJbDb!%W7uayGUh$k^|#|KYpBUcH|*|6BmiCw#*|Ui-|RcrHMizczBt zo}}Cgy#9EA&8K zf`+SQ92|+9Q+AvBoaiO2hR-F5Zlstl<%3W z1y|Pwp35DKXCtJ3cQkTiP&A$~YbvjMY^qM zT>X7a4>FFAXXDro`H3pyNNrxf(4X}*nK5mXjcHqC*di|*@=K|Grg>UVeba*EHhXX~ z|A0GtBFmiS?cBcE^}X>$e>#}na?$V1?Zw>ZpRXU!e2yAm0{@?{4@MAQA~$O1^LU=} z3A{cLq_K8yzN09&+L`UU0Bge?k#b=tWNf!TQ!5^^>+I_o#?XjQX`Jj%&S34A#;ml@ zWBr$oEvz>g$CcI)=@>gWSNm0tVS8jf*IDxO663C? zk98~GQvueq&E|X&*Mh69n#bGojNW9vrx(A|*PFjZ9Q`wUvz|w_-vGV??%fIOYitQO zXr;Cd06Z$AZOKe-g*=OW9zqTQD}!Hvv0zg$4r~Ut0PBP8z!yL=%sSW3A z3T;`NOzkwytvyEMFuu;ucUps`b3cJ&Mm*5Jjs&AXJlSOki8^HTV~~jd_guPvkt2$2`n-^A>ZH zNl5v!KQiV%<-;NzKR6+8f*110TDf26CX8>tYo#0@;PoMS5g2W?mDf~@+wbuv71D{!I9yb>F zY~pdibuhKA9p205F9747*EftGUc2?V_Al~&H1Pc_8`@(&V2`n`K~tCUPDT+ z1C1xXd@-AcBawaSC!9Cyl?{Qvmz(Ekg>BV17BR&6HjaG3F~PNzXP;-=8*KBlqkwDc zn$;6;Bo5_ua0%yeDYy(&KnF;#nYpIWSl5jBg@2iCACq{!A{Y$z2L}Lak!irXBWe)x z#o6l_XYiWmWVT%kt^>a3cW&CA$1i`@Imez3MONdhHq)PTm9Bi1@%6B5oQEUlwfOoB z{@_@~^-uKpCFH!~4=$!Ki{GAi&1}?=-C6t63_F~H9i+CXPcE`YeZ>$^)FVi3G_8?) zvo6;5o8>d>@q2mSllMDOr%y(|mw-#bWgz_fad7x}F#ke4I||?5&g)0v_(@1P{uN|j za@@Ez6s!Ww!;Ej{FvhVomohFI*V5d=_*elQz_?#>oZs<4_lJV~?|-h1&71oTLJk1t zg!3bxW1GJLdN}`c95^1#EgU}??waF7P9xW6!R-?=Zl8#hFH3=iLFBaNxslgKPHTR< zEO32Nn%AcJSe~oH+1GlZ8fWFJ9M!(MTT_(W=J&4P7U<**@D*XNr^DqG)v^CfUL{IHJw#V<*4&(K3V1KO{ z_kCFx)tjpfgyX^Y_wxFyaJh)@=a9a9F5~+VNb6bse}yqcUEHi5MhD021Zn-8<|+FA zh&$FqM`!1C402wpiQZ&~X%FgGT$Y#c)b?_(af|1PmD6k%{ z?Fr>=vV+fha$P)Xk9y*Ub`bsIdi$7Bv*=rzeXS+>RYkS(!X&@uujZt+>LhFGvX*{l zEgiAxKg62XfcaM%pUlOUg!>mF^$`~#^&6zDZ~2D-NLv2yh$T^vu-okQUDhC8w@rKT z19`tRh&m-|ltFBZ^_SKt9)C-)6_^0R4_bE^t40FtrXHR~eh~b&|9&4B3pNGgzz~qy z-pah+EQ6ol0cu^NpTy_;gP$>MRwdu_J8MXy*t7d`tlr=q{rel`l0 z6Xzi3B|dD&n8yIuXymytmTke4;Ke7{wlk=g7yiGTE8@qw%w;;~GqJr&HqRZ%{*<5O zdj{qU5o6N+mVUWttPfxx6ZkCbIc&308|e%CNbkQ$^JuTH)QUmcRbTgZQ#nv9&zHjjN3xEfpm&SksL??`=X zGyEobK;gBmTKT&EFTJ^64pH}8@0%Z`dEY${_0Mb@#l*X=_gL)UcD88;-$thVmjA(V?IC!s zeOPx{#~0ODtFc|183`KUd)~L|7sDpC!?3{$uk&^hHsLk#DSSQz>3qrUh@1OR@OAe- zkkr5Fi&MX=Pu3snpY_f9=Fb1o2EIV~4q6k)5T!^5<|u zfB79apno*>nnzhT+yU+cM^b=CTuNh2wKy|_`Mw?~^Ve2gPm#aA>a|s`t4>;obq*lq z@uzs7@_l9YGcK7Qggv;1A$(%2)i|1M#{hW#Ki9;nUB8W9es`bWR;!Qi+L7oL+3(=5 zeH)DHP3&)5)-EPP}aZAu74Y~;l7NE)_bYnj$YZ~7nZ%Uarn1-dm=^sfw`Fn zX)Y4JLQa&uvgY>6=4OtBuUKZeqszW}=_}eUAeMx$co0sMzM}LM(SHnH?DGDS7iGTr U-@deU$x!OSbw7CYo~t1LACz_hT>t<8 literal 1107204 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

tw@3%VAqG%%8Mu$lB6!z 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 TP8kGvEqT{U&?FKJvl2kXj``(I2dP55 z?MC#@#$Sg|^FAoG{qH~U#N>v zqozoHgxlQ?%~aty5cu?&z*`o9iet;Tt`3rA5t#a+glp}vG9T#hsfexUujD##_)fXH z^ygYS$Y&kc80u?LNs_2!Pe+LqHVH&UjkeGCv&eTkl`M2TS8%z5BwH0=^HgDY8+wG< zdTb&Y$4KY|T?-M{G%==3>vO)!4zkY5Hy>+s%|{(7eZ*2frSHdFaR*5h)hBhRRPxw% zd*!AM9~ZQ<$eugVK~^GCU5;i(i*#!`N?gQ-npuyQy7zj5X?(6Qw}Zs8qc_tdw0b&n zwEZ=|XJ+YtdQQc5kQo-U!u`N3&D;*vp$IVQeJ-Pe{0A|Cha=pBRFx6X*MQmGP(LMf z``}-pOx8qn1Xsp(*l5B#f(HfCRBRB`N*yE!xrF0qvi+oFBz$Wr%_|)>Q%gLvu?NDe zojkdZ#X_CMmHzlhsaNH?{|T2$YKzggckB=+eC{Y3e2*9Wg_ADb44BS=8!76I87J+Vri7QUR|wMy=8 zJNXQ0neC#Y5AfTfK)?K7F%b?tSJ2i@lC26>pn{rq@*#$m+j|wH!N)+9-_TAri1I%X z<;Pj&Yq4rr`ELbZKUZ+EovgMhn28FGwUZU1f^`-JiTHm#k*Q`ncQ3=~lqD1zEy-HpOB{8TZuboUolzKBN z2@t8GK}n27N<*FqzLI@^w2IZ`Cmjb$rxLG#FN(Hc^iHebF%<2sH+`Up6KicC{-f zvTa*n^NoJTb5ZH-WTaITY*e7QRqezb!(yE$JdA|xMSCMfd(>m2#A-z-eOasun9`Ry zn>O&c@O=b{qOO+VT#Zt$;Q3MEuUEg|DY<-By@W zd(Z}eNE?_3R2{9d2-#{_+zul@2@z0V*spC7(^|eWyxxw3KXt<7*brO5%|pJ~_M;`$ zu>HsoEh6==O#UiSHrrk~t6irm_fzsS+hJtbh?G!?=E2BNCLaz{Z{#Ng&48gHttD6S z+cGw!$z=@m9UBsAVwfhR-Is37b`~V3a|gjjJnRm@V*i4$C??021R~4Y!1e`0qvj9K z)AyXpwSmv+CAK*-;)l55LEfG}$X$FT@`3V8M(=imPdo3^&iS;fHHd3i!0QeEP#@Kg%Z$Qf(}s)8JET`HY6o9#oipa4{q#`3t|nQ-6rC zL#>#~b61d^&!#eTg4Ow-bV4-24KWO43fY zV(_A>L>2qzKTrohp<>e7=Q%H$ zyTE2rGjtNglyEJ5(mRCxr45I5_9*qvQ~pjHcBgGIRJS)~U7OrB!KNCPr}(Zm=$TOn zkG20j=Iu85s05qTu@v9d1~Q*wJnl5{H<0Kt2I{uQtY||EQb$pI6N2v{I5z5D%n}qj zJyk*RKOyhWt*u%>?3JM6U{nw@zb$u2cGF)mKeQeGeo1Oc4_}XjZK42o39NK(8Sh$q zXSIDyR9k{N71ngB5#K24-5WC<;%?bA%^TWqGf#=*q>XqZQV760WDtI4A6yMR!HFSCO`Ff0(?#+Z{2kT*LeAKR8KW(ECJ=w)U!X;HxbHquWN z@F~UZZ6h*~-$$%`e!~bTo!Vf@g4y&kyr~L16<_XEyt9q`fq2_Z&{OEw20exNL4IvJ z+LW@kD=JCFp;lD5ur0?~U;YZrK_$vi*{5yf4l-3Iz;;%jsaFoQV#W4aTai+teAJq) zlIoXFfbMD@(tg-xaXlVh;67+0CXw+Cirdsin(!NIr8HKR0`ETvJ138ZI_Ap3#ZAVF zgVD8yqJz^)d6;$I3vk%Nyu6K^LzdL3FlFW7Aul>;SITos+thE3vjm|_!oAU^PP7L7 zA-JGTonQ?PhG1+Pv)UR|KyYpwv&tHrR;uN>=r$%E!WBBFqJz=URpMs1F^rX9G0;b~ zF)PP~!%k@^lylI>@qV)cjs1L_BjB{d0M!aPI9VS(9*SOA8`+1piiYXZN{hJ3ZTe*v zQMxZ77}BPH(-N%M!UeYpOUG%$p_pL9k(?Mzn4>N13kR3ed*G9G=T<#*)N=$T6HdaZ(Yw!>C5rh9w840h# zKh#7F{!h!(a>8u*fJ%tL|HVKsD+tC0(Jw=OgTR27#4N4uZ)sNIs3MgF<6GDRyNw6p zJ^+}(#HPlf4HH#;11x~d_QVtBU;DQi?b|B2hkXAwwdPq%)4LJYwhcGJzWjVAY$|wS zc$z$S+sRhtKds`D3)I?nxPdkE&(`hfCHOvb7b>VLg>9$GM=be-_SIgp!Tckor}R^p8wi%o%dxuDL2 z8Gl1dYl=TC{W+56*7W{a9$B~G*B^iJ(I(-V*ZxK7U&?A|BRX0mi0%QavHJ69>~_J7#(rZl zcDL17Y&R)QRx3OL){#Rqk9#KD?=NL$935>BGvcj(@~N%j?6TC5365v9v%vFUaU3;S zS}&0g=RR%K?*z}^sV$?km6U!jCRZsOM9RhwKViyIeq(QZQ!u^}M*;b{b=$Pzqh15c zEC&9F27X{M@ST4d_`b!!2%33fv2e1*!fSu>OM5L$Kntf>41`XPteU2xQi`D5F|FiV z%vr;yO&E74TW3$~TG?US=;80^CmiJ?d+l2Y?CQx!m9eeiZ&6ML1uXG!k*#`S14EeD z(qSHhCVV+^hoQ^{&R(@Z>|*`giX?W_DNk-@D@j4|wu`Cw!6PdSb}+jL&JfH(9Bco-F^8$995 z7cA1jhuui@)Uia#`LvRyB26%yMVR(nj&MuVF9#AuE18cZsbkskX)t4S2Qhi}HOlK6 z&aIWq5^A|3|UJtEX0g+^G1mZis6r_5b6gxrRlhlMyK5j9u(YB z;#tjhSXmcrj`Arttd+tp;9>?G)qH*<^>a!rVJSC+*MKedsmjA` z+wKtXx*QHYe~FQtZ6Byh4hfl~>wz~=Q#Vm$I-0z|-rsY=ZfWZK_{tHS>yt2Bfj{+a zDt<_Cg^nset-#oQf&wPnPtj?64u2<2g>~lfR%Wjmz`T+QC|{4v!bixwg!1rtu6%<< zxn|9ckdT=7ZlLl76dBc5`8+DwqFkMf{IjWebsy!7MS0k=8;8HsN>d{#GPJMq>7e`} zDu==c%&$->y20CakG2>Okr(swJNCrB50mXn6s$xc&&SB4q2i|pJdbT8Dg=(dO%?}< zar6;6WWe$%YurH(O_*$n*OCF`SENg`_aC*&?VWm=$wqYJHV_;>6zj|QPyMawpn1m9 z@th^3mqkcNTkOGp<+k0;i!Ej0eJl(8Zip?|P4p0y1xJcVZv@)~ zcVxL`-AeOGyIEsb!rsZC9kfhyp;*7u3TAh6V9O1+e? zGebx4a0|E%0<~s8jvTZGYRuUNAEL8{&OvAr`Pv$)gitiuV-1x+uD<6V=*9N_!DMf2OxaZbCCXfvylhz9R8S@*$&`n zeKdlPnT?b$x1ASs%N`G&a|k{kAx;)oma@O=`DKinW2Mqv{2l}MyPCqlW_j2S}BTHYbJA1 z0=LFYqD4_kS-gu4ztRlTCw!cld&^8_BD_fA#wD0Z1b(N*z>C4kCFWF^SX91Yp0V0S z^9Isu7MNdOZ4TkB^9(5{$FVhFNBQmYLJeHtQX{l(Vpu^aADfj2z3+ zOtWF8nV)Hf@Bl0&A!-Shl39ENmXRCHpbIjMH~QGwY@7-{e!x4Mg*Va1&_gs#Fk2dF z!NqH~{r(WOA686(X0c+bKuclNCsmGNH)g_toLzIEfAce9U6@D8FSFA|-b-L;^ z3i+odYxU^?wVHZYVXA`C3@}G{2LHJKYH(*TeZq67dV66A|C`C$1P=x}{pW?%aEZJ= ztuSM5SbuXh)cIlk%zU?LirDG4bOY?csp`)P+1b0`AaAK^hPz{%)NK6ARH19+t4#V? zCGuLeyF$$z5f8FL(KB|M44o#v)5HlT{R2iNh6UASOYRNlb#*#mwRY9Rt{OBJ5FVeq{Z=phqs)SjcCa7Q*IyF(t}P5Xmi& z5Fm)j#e^s`8EZk4J^!gmm{g)EH$@DJ_%YZs`09)=q}5)OeqABI%Ovs|Owf+NVM~|r z*%Ud!a$mp{>3fBIs_AcA5uXQm^#;IKhf?Zy3p2vWwCx+ZV3!=sg2GNWDHm%ZiO5Fgn^IszT{DQu zE`wSxdo`tww8In4F(yNd$$tkIV_{-01r%dVMo*J}3-4)S1|o&8smy`Ah!kT*il#OnlW{l{%`v>Y zN$pSq4*Vq=_`FQUAtwL7_#q}iI{=bf_#B}MlhMgENzOZ&^!6n}CW1Un#sQ{D9{d0k z)4zn+nB>FYEo(8kB+PBtD+|Yjp-g^h8XFX3wU}Mp_30>W zfXOH~P5O&}+``C8$|R7@&O~bgZf7#unr6xQ`z>m^L|qV#T?CoQC;`L6_&Y6nNlBYW zGi-io?Ff^Pkjvp9r?RsJXKd2TbPBkV1(OU0{!d!0HE$6X`|ax5(@^Xmw1~xiifD&R zI1c3~eNdt1ZcB=%B*n*3%m3W+#7-=jw_6}L1{Vg?X;lW2|rN}X9IGDA&zuElV! zg+JGl4Ojj^+Dgi}9qkr9$@s|7DB*=VCEkp~`B>u@laT$0X5WZIvwde(_e3;v79cA?fq#-Na z1M>sJ3ixq2};$kX@YO6oxG=da^5Lj0&Ob7-xA^afrWxyp$J&r0+S?Qlw)D``N8B>_T{}WxwfQ*)MBb2 z=sbSFOvL%YdVA`tD5?Ngqqx^vh(Sy@8}c&#<75Mjq;Gl!Oe=SCr4GT{^R+$V&`hfD z_OkYb_=pymTa3h%*zy-24gtn!!Euz>=bwuCVMAji3Y79;Eee>-UyG3jPwv3%F}cM! z8B)*8D_fYVV(7gy+Yvmm#W(@LH~8VOK~+pt=pDdH)?n6aADto_)B<05`)FVGz+u`| zYSY4=I!wDq^)$m>HrA)rCFO8UgM|Fq+#61jN<~m|vTRwJgnQJNHbsgj7qTSD$zIWb z`>mNBnM1p)Z#VB$IVGnk0GE#P(j>~RX82E8{*pCwWwtl7OLJ&dSR=x-eO*#?$;sQ1 zAteDfPK(9yYIB-hYz_7W)b~r3KQ!k`_a|QIJua@i*qkHPJDy?m2aMlwaH{W5(Z<~FjEmEVd*`Nbc;<>%eq!>*Zpdx#keeLv4rR@G(`US_GU{3yO zA3Kbe_g;gHCemUH=4jL2P_v0#8GKeAnz1$UeI;!ILThlr-!|=r+}|*q8@mPA}=HL zw*|@zO}2R3M3D-v_-leL-jn5br8}BuUd)-owDgDjv2Y6fUXQY>iS;g^gQX=+Y+L~y zv0x?`p{@{(5HbpQw$}&_#4@{jZ#PJhdSztgr05S))e=xb<)kq8`djn2t4flhlDgJF zZwNe?>%x7}q#x+cN(yO(?~W#JM-#Kw>3N4JP({0X4p4dG$yAbtH4W%V>(53N(hDY> zchTwA=i^O`u*>=?^ug3y3;5TYtgT#p6BHpPr9io&$rg^n!5DCP6U0i*vW=>vxw z-e`htQL$2qa$!@74o_1`z24iX!rHxsPz2F zoIr*@nXMWu9E0B>`eP@dMY_;~UJTAjQGZTlt7PhUiwz%dtu-I2juyWmW>Ix<$!9 z1X8($RE{xBfSWM%2TzWc+4@1@0C&J0XhQDEJ9$hTax^OW?&lmmjap2h_<|f2!$FkQ z95TYL`t0R2YlIxWydWn~`1&O9e~tWKBfp$d zC2De~VE#?%!Q~{i9w(dkG7Ag%nnvr;vK_gX7Qmf{OgB6BI6X|IjxFF%H~L~bDV_jm zXhi*Q6exde49653@f*8zo@_Y#>2Z3nG{2GEcN{juow^1Yvfc*zmAcNngQOUPkhoCd zvm0R%ky3JvwpajEoGs>lan?ub73(8Qm!vyq9&6mA^wp$?scTLt3mbi;hh0VjA9RzX z%umA%Y$GhHak-7mcaX%w55s(%p$>s|umWnmYKu&E;P-T(cB@5)^25fyIwCAOKJV3W z_LOqFRmVpb9d*MD?~6J%t}}9A$qr7vq^c;fL0^hU*QS1&=tk8Fga|p>o>bVu3e!fKnF!O*>wzSX zM<+Q#6+`AANB(xrw8mh1eEf&+2&Wfk7*rf4)O8!NJ3}Ty3y2Yo#^Hd7=G`0BcTP<4beXWS zU(QtGj)q4}P4RT`UM(w-G3ou`bLi?wcK1;@F>TkVkF_h26v%{FJNfXF9kAHg*@OLl zxh%2+asxz(W;%K-xk35ldT$=H#vUR+u{ZKBLgZWfM*hKdYvgyIQg&R&e4L%f?4aJ<{A`AgKyZ@+%5SyAtUNBF`)pn7fpK%ifNRnpcT80%x^zSsl#Iu+{= znmu@e_LhF~6I*|ReoLD06B|-YD<-VJo(|b-Vi>dGlyZgW;gQPMuVWRWPZ?&Ibseja zrPuXw=-;i+O5$WTvzT^sT!D53`$dGLxn#b4oh>e=HPU(4+1thRcy0SnfXfJxyQsnj zt90^uX&DU@1ilExZ&>>oh2L^VkI(8QWj4x_4KQ%hkHC(>Q|4wqZ*$$+I|;lFEx_G; z%+{0-?L7=`S%l()9bI)-K0oIAJ^$<0_SzpPnV&5uE455#KJR_~o=-1Q4M_d1d`rgw zn3?u`e&qFg%Ijil`~qUT^Pg3-fN#y`hhD$uZo#`EUicT@oX-!ues55(d~(hJ61%jX|AKnK;*fd1Y9O@qEU-y=I5iiy~7$M`&&qePxx8rb}k z^oR+@e7^HJPiF%(qzzV<6pI5$bVHh*cNQl8eJH`ObB@ez_^Om1@?u>+Z+y;s1$db& zz>7Hy&K=&hHQCh5uxTT84QyyBJ=C825fTH&PUjlfxKg-LtE?evzEfmq^n9{tL5@nd zIUstIlWtQ$$)J;x(oKn*!cH_qZE~6xx@Hqe+7KNPux6T5^0a`}o(ay0)AFXp9cxIO zM!gmqI*mllSi=N_#ydsF2c!k1E4RmIx$KQ6xeeRnsi@Fp@g#9&=(d1mX-;d>0&=G2 zYVy(+Eg;zq+ga%;dYE*713Tgr?IHcDfqnTD?XKAQzu2-q-V?JI+0q+W$tik}cg`2N zad~M;o5{xw+n?K*8n7nKX&Goake3z}LAExqM^W^~2DTnVOV?PK*}qQF{X-J}7vuGg zCS+XMu>E<|J`D&>bBaz2$b##Y6IYX^4eWnTgRlh+>>KbOJf|UKg42x9fFKg`Qox3Q zWt*I$HwC1vP1+naW9_Vlq-jo5L>EmBeIMN$uqhx(o49IicmrE-ns)ODYe<^!G*e81 z*yxP`p_`nR0Yy^Cgtad>ux&sg9pAwIiFyJWlH#dZ7I!XN9}uv~DHQa?C2d~x`dYvL zDP=22@e-vBVwaWC{X$;&U*@F6By9$R+!~TLf_O~p^=noJ1jIXqLTZx4)r(@|TpC!e z45BP=V9UzD=zfs$&!V*=AUfVDAU+`Rt)z`{k_Pr(89ik9U)K^DCyTMGmc1SjIzJ#S zX3>I>mtr1YW0hyr)+f~ZI_ZN~+yhx8L24&FNZe+7OB0#99o z)aB}}lv=m@rQeDWTwR^9zCg2U;jdohf;EK@A5HkhXRH95m zV?Y0&a`U31)}~)$N0&pE`xwoeX|e8^Z6z^DAA$$A{x8W%dloHRyZIWc1#aoOYwSMw z4|)54O3{c?;{TVFthGrWfPKrZvA?36Mc3E?2Kb+MjrBIrzRpqC(xn7`Tu9`#bQS!t zaRz#d%cUz&x!J;D+GW)Wm`)|NSJ>|jw5QZ?g>5p>Bcvy*97+mjqfV60aE=y0KmWck4diH)ViZR;vHxNmorHgHmlh>nVz5E z>PO2x%ItBGvv|UtJgDxkqkRd^{HF}6m;x5Pk$&KXJiM~(2u2YKNj0vpnWCMp+6P})zWH-^wQPhMHlHa z5{Eah;*Co$2hx(vMORsMJ-vRY{>NhIJLFxibS{%Izw}(&3!Qi7r(*V4J?%^DuN1Q_ z_4Hn8zpKTYFVVB4f$OidPIHc$dR>-mf*Uul=uA$>LN|z@)w0a@uI!9=TK0~jHDbM$ zD(tN*#g8u2Qzb+7+n?*v)09Qej$$_Y3hGHKX183Svu3p#Tl1Xr4(8Y==Q;Cc)wC%xNoY_&n9;~CyGm!glxJ+MbFRHuBTue#Hs%;F z*EyA^1?;R@Z-p8U_JYcvfpkVz`6E3;7hoXU;Kt}*ffboDDSWCA z!!GA*du=UH_L~MeP&pOJk_=^X1m?ezrpZ$7fl*U^KR7H8+5P2u_FeAw!WIzGaCV87zKF z;HCwG6SMD?zY+m10lOU$zUE_tUs`hV`dv2tcBTcSOz&53o5(|DBJEetR$Ql5(w(oc zUDxU9(q)&~(T#L~a{gtwpFgvt9&VjTPJWo26}D@dBxM@q;Xkt|y9!Ee9s5xu?I*3T zWAhrJk6m8Jni}cxwA!JVb#0>I>bL&I?3yO}KT3v%%<1YU$0-GpRtL81lETPalAH#Y z%PKOL)U%hH=-ocTA17cEl%}RsIRz>`B5CY~;;gPxf|bkENl?wGd*;PFn3Z* zqP6mY%4qQ<94tbA9B#@JZ|8!O{`UbMI?2*29gqU1%l}f;mBX|~m4v*4W{5q{Fe-G- zIJs@AEp+86=ziLef*)8(3;m8X^9OcK3w=*|<08AlM30|fya+rm9`?AirmkE*0Jr4Z zp%l0SM?yk>fG^SAQX#TO-tqeJ!DX0SWa1CSmre9INw6={{tqKXBjTVc$Lnyoj!TS; zl6%zhT>B*fW>?!Tv3K^-lWeYD(y!99qxaLQz>Akq6~0jd-b9m()t4+CXQm&{a7bZb zC64ysk2`aTiPy7aKfOkpcZq$lpY|KGDv#fD$IQy10dxh!N?a+6>r}tXz6Y;hU@} zz33g}Y+QWF@H)`^%tc=!HAqtq7q;|g)pQgy+=%JG`$}cSM2oB0h_wFX>J> zaZ=zCp;>^+$>MwJq25&ZA;>pN?k<WA}hhmA}_3(ws08+i`d6 zQDdp{9)grLNSeF@C8U?i-Q?2Hl#dag1j{bUTYZp88D9>VrtGL!OcUkExMq}-mZ!Xd zAms^^78-$aBHi=gH!xA5Y^o2GN?d81d_4dbB!x|`WsN#oZC{0~5$iOS^W+E!13&?prrgFDH#o%9sk@+?v#GkU1F@6*`JvQd=O`&prgkmO8AKgwOn?g6DKn~`b+f_W zEScObWvUv^wp7WpD+iMqSl7b={Hb1b-^Wa?XA=+5UMtiy4uQSkd*y_Bm`RT06o|PAl8(Rb&(iH)Eh?B>2@yKdXbnS`tJ_8APn+f%roYx8oFbB^nD z8e5n`gjI3`c0B`T*M_F(dJYGVP~X+F35RGO8D#PdR(*q31bkfAn^E+8CD53wISK5y zvB2Ue@=+a>4OnQi+#{}*6tf#{&@V~eVvpQ_t=lW=G%M?J=!_)G-Qr9|uX88ufa#}! zCo=qeLnhjb_t}8Pg>|qbngtcQy6FUot;@9|^XlNbcVNc*&V@%OgwNm|7In5{v^{wh zG22lr?C}sz_sZoW>zF?wFIeo02%{7g3YfG*nU{Mq@@k^w1B7Or)WONS-re%tq&nvB zXH2kQvs|GZUza28)y(|La;>oSU~HX76bZmqaQ~tR2|O7gW}Ps7G|;6WL5?jX&`x`;uMaK&(>d+wlMdd3$r&G5QhI?TN;*bB(LfAw42a#R_M((KdRAhyuu`xTpM<*kbrr_{ssw)z7W(;yFYTzsBNOw$SIu}Oui zJz6-TP@5z1vG-Y5Mnl{n*N{dlr6}OrX9BMF6>!ZW;0K5z@{7K)v+`f)%fIg#e`R0( zD;EBX+P(t%TLql#D}a3_;CNpFmn;I#1AhzbJBJ9ULaT6uYn74HM+Wo7Ga1=^WTvmoRXRNrc60y9n1S zy6(jt1z0wi$`ddwJKM7aZm=qoscV34zcvx>*RwCMVdhEdNmM|AVELqVf zHcSc%93Q5o{AU$a42C|~K4ilZ2`x)#=z6lCkEeuU(c5YsOs>0)2Qu)S6p#Q56!Y1A z1Pfa%g7MgfrOAaiP{g_j?2dZ=>(hANqYp3 z>BFur5N*;Q>dURMa(ngRX4aix?;!WEKHS1#k(=TAa*wcb5A4IOe&+-mDgd{v54S$s z;*b4(x%*qWpVnFm8Wta673l7Q8K>W@K+FgFuPxkcU+zcPN`WuC`f@L~a8GLK%bjK6 z-UZw(aO@n8b%=@4jsn2Z8e{GAx?I2H1RLB%D<+-mBSF|@iF?NXBcZNWLTMif!s`|Z z!G(P!s6P`W=u`W~px7FNgMDJa%(2FQZ(r^-3peS@ebCCivoH5-3pblD&~ktE#}>9N zec3XtY+L%WMOfMX64^eoux;wg_K}rsbziorR$G_$we94&ZCp=X0b8jdbDQ{v(4(l*Q29dTC!?UHYyM)XC+EE1a z8H8o;+@>$vzKbTj$5#AIt6!LP0hyr7IW$EwVw9V+anl9ErVB;7ceqU#$d|0m9eQiO z!gI+%PUIUl{SLiI>V1I~?$FWF7ca0A?$Vvg2Q}OFIvXF<7#`FV>8^A4YluDSjkR~+ zf2fhylFRI*UugZXikb;~#~2MY1_O{iB;*pR z?ni=Z*dh1e&A69p*a`ROWsZs(gQBL0JI@WNA^ugY{vI7DmDaG0_vo>&{C(aa1Kc(4 zkMqRo|FNeHtL4~rk~zx3ue&-MAD%b-alVLa;(j?#Y>-sb&4%Bn!)&gd-?n!G8~2zV z!gBZF{%Rvzd7ow^r&!+ybc|!(dE=4u72J#b{`30Ri`cXWw3mbKyx|)VHJ00Xo*ZUR zKA` zHFlo4$>*Wl2LJx&t6_%|b|tys^X!!0>Cuu$?3&-{aNA$2A#eT0p8lO)A}z0Ghd+X4 za-llB9~IVF4Kk*{i$F4vppv--hpDE*l0L`?>tf$~M1LVMu=HcvZ)idFHg_A>kbfW} z__%~Wg7fC6hi9ifrsE|nd*m@aL84_l9@E}Kwbj;MK?*HN|HMPS<9O{s@=7(Ud;)WH z6RO$CPv9o@Io0gGC-ln6ifZt`*cL4}mIHu_IG(s>gIOD3DJfK9f~h=P2O_a|L2E(!tQBx?0= z*WaJO_P+fx2Z!T&KYK$E6T3tLeG)O26n~Y zkh%12?7qM0u|6-JGx!6po%1|LMxyGJ3b$RltrJed!1|nF)H(k@ImI~w`-$%VO-~;s zG#tqAgAqkwuNmz?yX~a2(czrI0b)?kIh=!shnM_A&!6_V%J8JBDEl6FtBMHaAbAE% zH$AK}+y~%&uCt1?B5=U8(1T$UygpoB;g+J?I-|tNXs$8{RiM^fMXs}t{-GC2nQAts z2lm|6RT=84igd|bX%#6(<^}EXHgJ=9m7yBIg!{gV@FMs=f-9>G@b-l+g*#eBjvzRc z30t=2Va%DT2`{-8$e01&ErH3>e%R|GIfxIZs3kOP0kK9YugZ`I{PkR371@V)_D&D& zPV4Qy+udK5IB+aFOa9>SacTH+O7q{{DYDs)A66MY1eUAZ@+z{le78xqRQkA*oh*^L zNv5;05}8^8ukA==@5PKndE%`HLKSQ;gQKMy|0>wjO=;w{Yo%#vi)e-D*|0f*pyeHlYtP}1IV(Iq%wDh0aXUMX!3w6@)x^8DjOw#Txob* z3EAOsC6x5tQkjcrjoi;viodgK8`+>1|LzPPbE>FWsNqn1CsCA4YsnvQ9qQ!7R%MfiMHXka7He_ zA{DEhn7oQqjCM>;1r(QXh{qYWtH10GhyE3Y{uSWq{uM-ehJDpu zHseKR&;hu*5{gUeWr_+88%4*@scG8k4Fin5P# z5e71?jGgWvo9hr{Fa)8nAOrC)V<*!x57yuyo1@h?XTM{gu}HM*B`Q!!#nbNwE~oh` z<=NR38IAcGj?23~g*gF@k6}j8^c+=1HcVPaN`EaVHAteE=So)$sg=vN7)#^ljT^|;fz^Y zV7y(wiBqimr%cb_*(#|nKTQ1w``SQRtfZ1XG*G6Hl(Ods%De^~FW;^b8#yJLB5`OtYiv6^>21E{tp4?5#c6|N?h@(Z zv+TkDkE}0&Yx-Co|0Y?&6_EgjQzgO3;YET6idGVpOKk-ev8SS;Xsfkqeb!oGV~eP? z%H?t?*+2r}5EBlOOTK8Wt+W+;zW#i#_DEl!wXIjJM=Sr?1Ycj@|KsO_-^|X=&fc@L zGqZjuTk+cIDUTF1dZ7=5-50`Wm5)CCX!BYGFE)-rfkLm-BzX*q_PF2YC|)21cMiCbr=KP#$DnY*74p>>6b9xJA{qSmAqkhEv0>fa(4xWj*_G|&5O7LzQNH_! z;{rn7@5~)_nmjK<6Jb8REkluR4SkFUztiM25OJ?|;<%qCKg!UgoT5kX!ocdmZoNQr ze4!8MgJyHU4WDP9k^&b+%8P$=SDPAWGerriEr}&m+QpKp0ALh9`l*CuVDV--y-kDM->KF$FJU45|o* z)J^AgcauPhl+6(+3g$v5^z2q6|B@V?2(JARS8uH+nBj#kkjCITg4uL_c-NtMarBtHu7`iTPco@qh*vU3_$7UkIQWs~ z_>s~lSqwj(aQsN@lRO1KmNXU#%5hpo*Ea;PfD-2%b_@U{Oc*=8%djOze0Qy*; zt|Ul451z5oYaN%W&Vpz6DZo=eKMEWgrvd}=H(8E?9>@VB@_;Ava|Bl8ISiaP0uJ&3 zuo9S(zskV5Bj5%%0EYs5^6fpKH^sYpa-3wMTp=MCSe0*fBy4|_0Tipe47iqOJK&o~ z;86(R(!SnN^7V{-&X%g+kGxl4w*Y;|ECG9>7~Mz}r!n_}Qqt5AGbj&S}uu%cjAwiEW|q>T`SVY)7lICUz3hRj`$Z zk!Bjpe4m`efU&weCaa}40sf5#F~oJupEt!*fbWiYp~je6+VBf3{n}_AEb7 zEA53ouo`;P8wK{8CTm4+{B7sLc?|L???OItf+x_17Y0>_d!xek!!vgFYPKHlvj1YT zz6~uqQczKE4&?Y1ay)wd1N`^ke5?CEsF|}Rgt~;*k(O}0u(k+(L2cj+yzmhmzOToR z;E!w*nL#6YfY$SWe)oz%3G-=amRRx)>^Jja_(pMJkQaXvti(&{)^G46dsnbQ}tpZdbSGK}!RgPTdaede|{_VWEM>&O)9J4Ytm^ zl}Y084Xe6obSwD@a^~1awXzilpm6iSu6ZP_BQ>~W5IC2AVEto9GqApLJm2~VZXfzD z_+Lv?UbOvLn(iappDP&@1rB;p6g1ZdIsZjKlA`?AqvnRq>ib9EPzRuGf)m=K0RvZ* zfxT>1QV6U8y)>X#r@C>iOYYYTx13s#9eV49y4V{qCM(!;xyk{cRB*M|1AFzto$~A( zFlwAeBWt-Oa*tlcTINEbSSyemuzN7n1CoMXh`-VaGse-!&b~CgZ5!#!P;IF7LZ{K- zrd$GIK|zIMtRQ7Oc_I`ka!lh|p_jxA*)cwJ4`D_^%Y6+hvH?EY`a=&S@BJMX&-cCT zXGMWJcb&#Lpezr(3`3X-1~W3@=5ZkdL02Da@P98Toj7V36cR z8$TUBaTJ^N@Pvn{*8~rgsRbIXfLsS3Y{4M$lB1x7XL}s;=xh(P=V=pIy}<1hr>NVa zSUVa@fdDk8Ss`Ii2)q<#>VWy%15XNfICGtXT=s4gc~Oog=QQ>}A1DJEW|zQZg?|jQ z&WTyaFgr|Q1yBd&p~)jivT1<#wpIXj`xs{)-Eot(jOD3t=Bb1{rdE@94CK+x+sZ%N z+5f(`wE%MH7C?@w1G+|&^&rdeHe}cU&Rd6AjuWPHa2T!))w%r+!$Ag{XuZj*XJ~Ia z>F(=+l}CBp=V`n3YU%XQ-AFg#NuTU_!Sp?r7u=t>RvHIl19 zb8|NJK#T#fgOb&YuRVQ75ij2W1i1cC4#t=6n8}*ab7PH@&N^228k5+S%TkPzKi4C1 zb7Gwna(5JN@~3*>rx6BaMh^^Fcxp2JrocXRtLaX)JiQ0}#qFbv;58)zJ0zI@&hrEO zmqQo#DBm)$Ap}*}s?-saH4Zp%bygwSS+vGc)hbp6<~qjVg*_nEg?}+tS7Ne8_rSQm z@t70yu^tG7RL&5=nU&7%(d{+p4Fb+5o{OM(c2AibJlYFS2gi=o`f^S^R`tMpj77d6 zf$Dx39&C`Spm^rl3k^UgGXj5FGB5_;GFg3l)CO0zqm9Fz#RfVUEOL~~`Wc5f7|a;2 zJ7BW9IT#FaVg~ns$a%;F4d93cn4|LT0SQR?>Yr>Dj_S#G56utV@9zAH2#sXED7zed zz(kWvz(*ch3p@cKWSJ**?@?ZS05>wPbnmP1*X=b~uXW#WaTbPHm*ty4L`%QQwj*#i z?}ZH;VsL%n{XA^)XoO}T zv58~unK1sSvD=;r!_PVTl$%V}qVE5Uz7}US%N*5w*)jT990y$4?HGOIl^adgecf#I z)jBatS%EJ(+QTP|HAqpnJ>yZ&=F{CbbM?`MZ+AzygB4MvyZkNk%tVmP_d$sxGmh$6 zhQACrd#1^{;ZL6SIZJwp@dP$-OkxOSJZ*LIG|v8<$@;8=r`=A>*Sf*ISO)_xf%#F< zjotRg4UzyhBODAVqH_wfy4is9-tUgrbh8=a9qD#0O}@tAM-Klvr}I7^U->iL&Uqo3 zB9Taf!ItOCVVd4;Upm4uG@>NfShvMqZG8q7bAfUdOlBt+Pj$mceA;BcbzFB5RB4c? zTWPXRXNgaE@GDvBlP2ZO=i6F zfqMA&a5T+VchCy@5c>hEV?{fsr>5*|VtcoFBZUuwg(If?-q%bd0_Cbf}h zg5W%PFA|gir^)q5^ms^97t9vd?0HU?!u@h=>B@Hl)71!-T}hsdLNh!nx}YQcGeb4y zq&x~8^4r03$j-a4?domjo|pP^7nwT=g$tkWBDzUP?(u9FJnX!H!%ugS!;{bi;qorh zF$qQFEa*xS^-q_^$Mj#>CY|RhSz=w(Wi(uCFyeKL+4L_1RqEfB3egaoG$-fJP^tv*seHT1OZra7+@GiIz2 zh=ceK(l!n4%dsC3z)-WhKbj|a#;Hh$i7D(!n($MR2DWY`YLnl4?4M2uRrX^gFg40Kez+`Fm<@zL_ zULn2OiSIJ$7{qMX`;bw2{{)Fwq48Q%n`@Sb*8m(QT0y*5J|P9Mh#O4NwYcWNo7L~L z;|LV9RGQ`CqCD=J$IhybGey4ePR6z?`O?Dg2vwm8A@-TlJP;Tl0s;hSFoM~Zh=cAd zm{ad#+D*Pz!8ZC{C;wij&G0Eb--#7%z>8zE!sj~k-3qb`-|4J(2N?JlpX~$(!+HUn zmU}vR9&!-c(}~Bh9B@=VcL#2Dq3u$;Ix}1@y9{-8@?D)aDx|HQSi*3O26tsYDBzo( zltk?Jhzyz?l{^PRYaJJLn&yyVHJXxR?u72w-5WN9Zf7$Fo*XcCHVZ)o2Y`{<;d0>W zvfEI3Ctn5B=hGrs6k8qC-Rvhhc-k4BM|2Pe(rzvM21f%i4mJ6mNhsY< zFqGfP7XXoU6nEk;Td$D$F(?4-?o>`CPsJc*&aO^=7bKsfn>z71Rz~V3XVo@$^4lTd zU7FR2`&mMoflGr2(518G%%psMr%ova+iqkEmNK0%6saSyMs|W&_;lxNH=7}pKGkU& zFNJ=P1qp^SJNe8`oAG(Nyc0Jua^DzyhMwzW@lmbMcG71%br3(>+5r--b2R1Z1-V61 zDmw{rXTY96v`j<&PLj#fQFz3X&We1!n_pJ;V>lT;p{ahriR>fbawlHIJ|ZsflrQKc zuT4i$!q`qyHyuR?b*xlWQl1BHd&J;~oaX{-5y-aU!q{(tme z$OXXmy>_x9zsyZmj;_BUP07EKEye#Lzt2EH;>#yDHoW{537LuFB^ORU3H~PIvce{$ zo+sHe(d@vklPLfRyR%@1rspK{0GbY=q@H$5Z6jSX(flQ~C+8>>!totycq#ZK-vDg* zQ{zc&w*lAJ)zYY#iwmTxat95+tabBM1U_R$m%mk&un*tMHL4=^5q5c-{4iNG3r!Kc zLAK3;?Q}OOn+5k++fI_6Sx6rI!pW$Z#W8ScoW&|=eBWolm}@w3dr5;Xg4~^j#(6w_ zGDTtZ@nQl)Xe{y<>Nb(tv1o=S_2fPagbh~u3KWL>;>VfIC&-s#9To(Ca`EErEf6c$ zrCDs+B8Zw08hSfe8y|l=4PG+R-Gjq1;Mw<(mRKYc0@-(Ckz6>dja&tb&M~G9f>_PP zFzFn{6$SjcsFun@PLiP6XuJ@HN8D@_mgaqu_c;lxP?F~21ZfJxOHn{a$`Np?6^_5o zfENd(^5KrC!MV?zWAkQ6bdpD`mF3*YXhrUtj!;m){^ANV5?CDO$cfo#T;$Ik(G9uG zBjIibf49R{JDdL0fumW2U(`#Z@?kZK%D-49ReeW(n~hY0FG%DZ6qWixM?-mVzCL;U zUy$&-9c&DbzZ0vwUM4+Ie$gT=901HBcfYI+@v74u4bI-`Wgo1!y4Xk9<#nn~QacAt znb{1;vF@^(JFs;04<~G43kftvR18!CI=@(oO;Cc`E!2}4qo|WY)4vVG2I3kAw=PG> zv^XT2Ti8(nBW(Pgu;ROKWItE0jN&ZUeCRMVNsRP zLAK0Avf%iRISPqLtsMs^tf9pnd@{7Io<7!rv6axdXkJ)k$AJd?iWQnVLF^dbVL)h# zD5Su;wv8$}<}~2VL@*C&mnx0kcs!GvoPSMQIr|t_xHBxc%QF(M2>|Q(C?c zJ6gS=$;uwp%VJsR`aGe_#fWp5s9^U#1Qt9IC)!sVlod^39$Hg7k{T|rM z*MU`nsDl@Eu-Cvv9e4)g(7AjuL-pZyez=`&4!^hKsVpf@@5mMo+3vUVcOgwge{IL% zEDd(QDJO{ZF;KB7%e<=wLUaA9+=hN?=YImUK>AZV4rFMMmH;ExM4WMdVAYMz^^*k% zhV1S9_kg*He$$S<7^c10TUQFP6qI+I3f_>2@XpcnpY2%7hAf=m*tIiE4*X@i^C5A# z>2N5_*i+^V*^_?Sj%P7sK$VFE4EH03%TB;-!y4JGSXD2y^B3A}hH`qL9shCyvgi#j z>b2MOhL`l(pYXfw`pl{L9Q=)T_+B}5x~#nk3y&Z){lnGqUxmQ2jYt{6o_4;c-BzQg zC)?pk=-Bya>;hf6yI%MsM4E-1%2^)%>l`1!qgaDuF5Oo!)Y#59LK}QUYuoX8#>Hhc zWNzop0J})5+wmDvHXm(Up5M;rx7%tj(wuf&!_e$Iy%Q#KjxBd@JC7mlGTqsZt5{la zIa~^y2S@p?f_n}?w{NDi4PB*vXq7&rVcoZJExt-q#u;Wzg2rX?*pTKDrx27w( z)D*H(gOc2*v~SIvDsj&XBy}3}m}HAS*Jvn#Ae}}7M}F3zFjV}qcRLxQMbkZ)F7y{D zQQS^awP;M>gSJdDm#O_Zo6pRgvNcWrNTIAFIa)Mf#!qdrA~2Hj=D1l!(xD&Q_#fMB z^bq}|4c}`4wt^Qzg!e>~bm;pw{yRu1q#w57o8${E3eWkp&2gXt1(y1ZKy#^0y^vE4 zwQ0jRZ6-XYt%gos2Vq9+h`p@qIK;z<#2>c(M@$CE^+Fr=VYNT!3O;{7y8aMYWDtOu zpx6FrGq9;_?}pGexZf%0jYzwv+pr7EL-s5{fgVaNlmQ_>?UxB%fc(7dZNrX|r^0~z z$(@{8fE4rX)?r68H;eQ)nU9g=k{Vi*5Xi zZMNDqba5MgiS@;0(a?rA{&|3{r3r0#BZI*{Zu3P(gO_p@XGjT^U3J6jSm}Bn{edSX z`&U^!;n<)|0;z8pqHe;7(WmK|G>+_g&cGB*OsT3&;8<9hc_@$La$`gFVO)ClaJ*9K ztyj#Kxe4`(c#vY3wDHMMbO8--!%JAv$!_Y*csM8sp}*(Dry5i+VcxL9urr3H%|wnY zLbFt`NJMW3%XBbzSGV!%Hk;`H^=!k_7zJ*5n0bbDXlffj8Q=%0OB;@CAt{NVM$nNh ziD;5gcaR)SMDl6&18kXs@xvAs&oi=g0vP^-#&qtm|;*bE%4X;mJ7$c`lUm3KzVt6LvweU-nBcJgPxJsOv{!h+$< zY5H|ECat6=87+$1*UImMQXi+et#~IZ)o75~pJb1|%kFcM(GK5sutdN)tz=RPik59` z<+rxlj8D*wt$6JSmzz$Ims7y*V?!%0ZXpFJ=!Mw}TKT1bc7-lz#d8=MOa{|GN9%=N z>9C(9weks&`YVlV#W5_^Gd~vu39Xm%pCo!QtY&jt`Pr?u8WEk=iYGDzh*2lvz?~&4 z3_{5o4L-Ug^1@<}s&xs&32fIKTn95Nc9`w)5v}|L$QwWdTe0*wX{&(NT-?!PQ3;ofCziEbqxUAjhbF;klrZ4s#0RuZ5e-n~j>9;ogWixqm z2}%&!<>Z4UC?xG8Mkm%MI@(XxDjfRM#$N)=aC*juyBMLNOE&&PfJ~x&Hr&A=4qFz- zdc$_r=-V*x-na4Z15Oofx8dey61Nmh@H%bddjZx;EjDauCYt~j(9X(oT(Meh{BcO- zX@w0JHWSNIl%+V%+EjlYg64VYT1G2`UO>6f#uwUbHH+y^8-A&os2)dQF8hGsak3gd zz4qAnJ&^nY&9vdw&E&x2XtB#i8_qpWzI+@-&79BpP031Gsr7MrzD+vxl#PE1(7&N` zZ8(Od>3v;RbxMa;+4z+J|CY|Q;VI2z&J$?jqQy4+4C^k1;d-8wlZdNo09osc63cv& zLnSMXdovZpr@8hENfmE3m9G8%Q6|wXGHUzeP0K zhUXtA|9AqaL9OS#48`U6Ih)3@vxAJk38jC-QEwX_JHo@cvE1M-I?9FvA2G$=Fie9I z+qKlqhJBsj;d8zmG@FZ!cd^-O&(SZf_)-%To#x|`I79FZ`oLvNYc3r8@eqS9TiE~P z-y)c5+F#;{XuHC@^`GZ+95h<#b=tx*UQjUud7!6D!{JMUMp^EB4bm**2zX< zQ_&NO53T%%R-0)Gt+wJLj3!J|cDeF_Ao|2@SgL!i#FC1#<;Si00eZKep?l%>XJ4T3 z+$>n-{U-mLlnE1Na)o9qQKzBJlMYz(JNK1OE%U+qtoi5nl}DB-@SE2BFZPvBC{ts- zHUEcw<>U22Z+WhjTu4Kch1;#JXKop4`j&-)G_MriQK*3g?CSofN=a98NCuk$?T&%WFF#JA^yRU z_5-9%gd^}1E78>;-3<>AxD#IDR>PBqVCX&igVDWWxW}=-O_ryl$Gu8U@Fgc~^cz}m z0xxSME$QgR@#@jWRJS4@MX&|N?Y=1K(6$r&%O`9`0o`~4PiZ7`R-qRHOkXm>Ah)iD z_@J@h2-R>UD{gjGlHOJ5OK;^D?$3CLLHPo~5!fC~>N3y)q3%A3S&g0&d_)edMo}u= zI;PiRTSsX0b`Y0L&pl)ph+hhpKpYf&t^t}yt&QD%SFerHYvb^#7IJkp8W85UkmFCH zriAPkeIUFY1~CrwtGU8yO{C0CzOF^JzD1n|&nB`+m{$%;3)i+B*biZ;-9U`ti~;h( zr&@{vIa1*rJlNlV8$a1X3{N3{MQV$}hZ*cXl7-T535J%n@XK0khGDv_1-mqmzdwb> zO-*XylUi(4N*A@@`xam@_U1(2@S%k*`~m>`(D^O+HUnRQ<6&$IQ9g}Ab7EWgSfKM2 zRkh%Mu|(K}jo{in`{7~eXjXmQg<}T8C&n-PaafBngXzt{e(`1&9AYN5@RK0#Csfgb zzxYpHp>D>1^0Hkwq=i>N@ewqz1%Jq}^gdza2en=i)pWjyoP8R3uL^A8{Q+eP^=iRq zMo@~39FvmL!k`zRL`KQAg&z%Q^C@bm9z)O?&Qe-_R6*X?wdRiIb_E;`PJIuL^4TzH(k*oMN$;InZ0-Fy7x zgJGRDvgkc-gCOta5Mc)R$=UvS>l~sUU$UBF_j%I!b zWch?X*^EcCEJZ$1b7sR%inlhyJeUy32=I+=(-71P6pssJCk~{*YCU$u!P-i<)`S`erL?rk^+A0%xA7T5Ymprm%7Qu!(=z zWF2mzA2s1OSUUcrDZ;Jr_og!U3I#jWutg^HHk?-PHSzbFtoNGe*(SV;Vd@d+IX!zt zAZ*)h#6Jrqx_r}wkJXcPSzwNPzKK8IWPPuR9&W;m7&>f`=bHF4P1bWw^k5T?uOmNY zq33d%oA~-BYf}^5(u9=^PZ1U_1I8>(ys^nz-$XYy;qgv*M3r#J)WlacSxrrJeG?93 zU@%0xrC2U!?ZD33aQ-^hgdb$pnhf z=TWF6qbXJtUL2V5u`0cZ{PsKwcYD~VygH0?o5;j$w8=}?#Os=DHQsbw6aLstXg2co znbnjJ7Z=SEF&J&yB76%MHIZ}KNELa$F<&SVHVe;r07qPrTl~q{(v#(5FGcwBs-}U- z+{MBE@VQ>{sZAtw0~+r&w~3$IWS!SUZ#Ck2Gg-O;eKKlKqb&ktR{Ql~e7=!P-H29* z+Z*%U5+;(b`p{Tn+KAqoG|10pP2; zkv#JPDo$6<15@SnT_WY!VcmscNtALf{JypeZUyW&;HNGQeqKHRc0&+>wJhe8SZF~tYqHx7ijjLhn6?;serYf z4mV&pa*f>t7n>aoWWgpB?m4v)OgHp!OBvTlUfBe?;j5%(6N(G|XM^%>IHv0C4?%t8 z*eU3N2IX7BD$ho8ZxfQcK#478GJZ3f>EhCe4QBG>W;EC3*9LspOe!~{MM6sh`DQap z2zs|cA>x7+iUpi}b^}~7f%pjFdr~mpK(sHR6rs6+y!{fI;L_57lg;GhOX$^{jSUf^ zU`3=zwU^~p3C^`NZ7myvzS5z*2L25I_EUI@ z=${T?v2;k^z~=yvr(q5F?+lm*g}>MU>cD-a;-$ifOX6?Aa3v)x%uNm2&2_?a8Kh+k z3XI*-z`qFj;D(?9pL66>OoVHo7aI610Dne38*smq+=r5mRUN{-B+hfWYJJ0zm(feY zxJhzgro!+o&qD$_|FgQY|hBuJ^dl_vM*h#`xG=0|RmNN0O z@_xM{I!&QADpZD*`X@8iT5H#=G%j1IA?@xCPeaL=1aIK~qh$?xIHspsYKe6#iWhcS z$gQnN5n{EJxf{y+Cm$eP5D@{+)RJ;iHl|47iyJINwGEBas4dyz=Rt>a$-FAlz#enK!uJElR=VDTgBS(`Y+b9cki*+hq;I9gVF+BXe0N;4 z7>G-E9v9pOL=ab z<}nN0a6`YpVc~ZGLK_XX;EPT&qcpQDY3n&{*eIBDuRWZH(tUq(u4y3Un1%~?TJ-J? znQgm1nRCq+n%bPI)52{QCd}0vSIfARW6|Y6@xg~(&@&e=Bq+6TYX)# z-C#p>hnr|nL}6bGY1)B8m0}AlQsL`_3A-HZxLbI4UxP<&d7pBBYutskpNt8IK9hA&@laSg=EI+TdAk&$>^OZZuG6X4B_gJ!FR%xERt`lC#!d& zXfOL0uDu=!Le6$30F>*5>_oAV=h%j)^+~RSv-rV!{$RbWHiN!ak9i}&4Ga6VX~}TH z#(DMR?oKqxYj-{WDxj>R8|rb3k*Hop(^RI@4?qo<>5K9g7~Ld#w^7gmhWb!Eg^@NG z{0dSe0kA}XNA$-00}IzaRZj|EMKZBQnV)%Ch0Q4#V|qtUrB(!(*KvpT|6KLRY1!HD8D zPX1zX!0y2eqgBW z|2{~@fII8rW4zUAVUDXoCL-(=sucmUIwNprv02ZJnjfl(w;i$+148frrEhbG9!hR+;{FI#g(@iDm|3TPgf)hl4cM$MWo zJU1JjT(A3|eElq+>qd=6P#3!}O(Zb_#RloJhS1zOVX0i*vKa5&m@s^jVa>HKYw%_= z#IrdlIO)1syZnEdsAp*Y8$C2XnALvBGe*4vslGQe^>diO^!e|=wK@#_h3!fc;d7Ax zg7b_`%~^92N{P`b{L*})o?OTl_s`AzpxI{nfOeSi?*^c*Rz%1|<5Yv@|Eb5DCK8;B zrpCVNtj}iEssF{;>R|5biquwf?4ry^ZMP$%;u$HIpU`CTGu?`Q=dWhjgA9?`8GYW=5zMnzc|= zyg61hXSzDmPwf+x2%~4EnNKp?%x+X|#yc4**r}=0;59Y-=!dFAbF42kdqJ&ci5V`d z7ns4z(O0GU-?q8W_ITH;!n}o?W`bFb!nnyU%VI)dJ5PuQabm+lgIX=mxB^a5o%e{WSU^o{hz1! z1gwxS6w*cE^fGyGFH(DdWJ()@U|C%?Qg2U?MSZfIND_M0ULa79d3? z(g44`o^VnZikEZrkcs@k(q4uLiEp9+w@oIkAD6npM3%mZCaR}8F&8F@k`|^Ri4j&@ z=ln0VI@Oy&JRT`F};Z*g-IrI@l6!|*eI6t-$N<|WV73vIVLvXXPN#S z@XMg#d_#wlP5fgfoB2MCFyYPBWJVt70F@^4bRL=(Gt`>D^j9-;wb?xtoU)h2~nK z*@wbBMJDz%r9s50{y|>ahl0lbqqfYQ_zJ}doa*!1d{J;L8*rJjqRbH0`C4M$ho(KP z{7#%Fgnj_8O13zMh`~_=Vjdyol|PJW)2>uVuOE=A{$3j$yKUAfm&4Jw^Wd$)&uaIz zx?i6og(f%$Syh*6)oF9oKFJ`|e^Sd|thLo_qLx|+R-np9exp99<6vjO=4O; zT08TNTDXI|DH7^MBG@>K;D96&IJcF;1GNKzT;aZ25Zge&xEuQQ?=?ej)K(0t-mE46 z&PQ^u9ktFKEH4orJ**`G`@w(vP%Xb7im=ekT3mmOJiZ^LXr8SF!A!OjZbCFq)#_J( z9&6f_PU-b}Y2gdChby*`ZkH3etTvkL+PXIP>-kbpda&By^|ku6Iapgu{=OfDyg0oU z?#XVt35(oBx#dzLtX*!5RYOcDo>Myj0^rPA5T?N4oe4vYHAB;D4-CSrJpsYZ@+v^1 z{jD%B9|pM}EEsq)L*3^qOnB4bC0NOD3LVdXDABMgw3e(rfF=gXSOr&oD@>4cDnCbM z*JbM!<5m8(gdRX+CFwP>qFF^jNgu0L)R6ZNpdjhR8m&Q~UBIag9_q}|s=6BT>j5;u z`&Ny!rOu^-RvZp3rwEt41 z$nFPbf_d|tZ2t04^}z^Lc>kJF{fL}Ch-4D!f5>^&kgtK<9A z*)LN2xP-)lo+>X%sCsA|QM~_dbSU0ACbkv?ozn>@Ldlm$VWh$X63##{*EicYU z;@?8yDNogCVZmQf!)){6c4O8IFI8%db~(r)$`2lhCxC0c5N1VA4gWgSV1PbegG*Tr zLKXwUg$GarO+pP@Ly~KV^({Cc#MO|Yw@}FZ>>6GNIliJZYw+tVN0LzM=Qt^4*6`0l z$`u-2gLkkL&7_)G*s8cRm_sY22Jmv{jAZiLpnSVWlHNvBf_0nk8y6r$#`d%YE{0{V zq%9B|GT^VPDxiiOej6#Knl=K0n*+h!f#Bgl@Ki}^EF$#;&M5Lq6OA4r{xP}oHiCc` zOvEwtuTb4J4#3FsL7MwUs7QajU%~C*1#owiddCP&GpkK_&MHvF8S6#!AYARaEue~?X%rGXskysjssE(OE~%%fb`h8QKDkZ9bnlQ{YgzZ*`R|v&PoZL*o*g3R5MjA33^gv{2O{%lZA{Da-J<^C>y z46@hL0UxgFnj&mcl@Gi9V|b4Uotptq`~ZX6w25H1uk(GFzDpuMPR|Qv60ssIk|~l; zQ@)Mb==U^_;=xMNTY?sOlu~e9UKc5Ug%U|A8Y}dtWKt;#U%h~84b0L9N>{o*Osrs! z5O{*GvuYj%?cOfOY8sS+t^ zEJcCAOXO!2BpC`hdcPhSpkK_|+#3Wt&?zYtPa!*vs0R!Lfp zfOWuJ%Fm@XQw5zx@q$Y7^$|4AD~9qh)K-^HCsQ0-Nk$PAv~CjRBLVgbRZu*YQ69Nt zNFO5@Qc_+?ZH6CcFva04?Xq}CLHSUC{hP`tRxlXY?~L4DE_xtK5oUW-iHCwH?+*-l z!tBR^mE-_HV`q3%-WxL3fEgn8au5>@jiS6Kz-s9q2JFsYSIp9_2DGKY+X${lDW*N- zGC>ieemC&<3^v0F`lA6ZbERcyTI6d?NHi|s4E48-3k0!=Mjr*<;e-htFi}Kevy1Md zdnEN18bkJ!A*t~BYEoE+mPEd5;NLaa>L$=O1LiA$PErs!96j#Hz0g5%p`adKS*|AH za!^Pp&yY#wD8hH96G6hrFC0}b$Lea5RSs5iM-BW@pr@t#4Y;&|l$WCwIi>-ZDUWV; z*=)Fv943u$Z_l)7IR-w*U^8{n4F>!Q4g4zr>!QyY z@CytEJNNnF^s9bp3OKX+nNHj@E^;$uZ_ixhZdmh5<{}S6{VT>ro*81T(RUI^saq@1 zw9sb_YZ^jzjrS}oGv5hFE1vqmDr8t`ORB+P)!GXZPBky|tngd{JRZj~mZoF%K35$6Xy%8)`V#z>kH7+DC;3>{UV9E0J7qjeK5-rUjTv7%_I4k?Eke z>>XyM4Qj1%RcNZqooX0sB((}ncKNXy%PNV!3Z;5|R?UA_&F1>aYJ8@gd|ib?qdutS zF97T|ZLG$f<-mQ?kT%t=se~Ow->v4)LfTzgTaB&dWYSSIH=@0ow^rMX;MrG=k1>3; zPs;2e**3}0iE6$PQWn#L)wryj96E|-Dh<_q1;C!CyQ=X%hW!D`x6bJ_MhS2}`w78z za*vU#N6{Rw{nfl4P#fvGYWz|;Q6EETg6GJa$3UdduIAT3(kC>&8ZRv;-N(>EuNBq& z;%ZxsFP&VCW6Q~?Y7{E$KT4)mqj_GltNCb1i=fhKJhq(dsz%{YPpRgo0BkW8Rby{f zv=)|v=|LcnMO5<>A!RxJ;}~{lDVcug`52*i9hj(0n*}Fdc{M){5T2sH9>W5L0JC~* zH6IADr|I=$_;>P0HCiLwev~|CK+A;o6k;`i0sQ%+ECD)I^$Bz;f1uK@WV|>>!TdfZ*IEKs0SfRq9lgIdW zfcesW$8d2OF;b|j=@@SW*c`h37|tytKT#B|B**w-fNAOaWB6s3R~v*Nd|S~m{w)A6 zpwAt{FO(5bH_i|~eU!XvM8Pv&JI22PX<0P!7+%h@z&#O!<6}XBoCDH%kH7U8zx9}{ z=0`g37)~xD?-`LoaFJXC3c~lQhEHjs_pY;bkPX25E)y$4F@n9A}h4 z_m+Bq-r;|hMn|g1r#0xYQSxKF9P;w?Uq|sR5?YIvi0oeX$V;_IAu>tsk&;@p!0YBw z{^n7e`5x^!iU$a>*P_fxUmWGXIBKgqODm3IGXeI~WrCqkkMbV_@Euxu6jKJYKfH^F z$W{}YEjx3RKLcr3DL#tdVrfRjc>6uVo6yEdrlY*+sIB&Ey7nmE#M0m_?kgRlM|lH) zzoSnb#m_UaN_3Q@n-Tb+li$o>2dBG2R@I?w|4Oznhi?Qm;8Fguqc+nldcO*b3HhuJ zJucK&l8Ny2uW=~3a|1iz8ql9^oc6`)DeOk z(73?ERs7*9Yhe{#ScR7zan{`U{;;lrbT*(kuRT@#o+@ij6`fXvL}I8W78_*yB@hNF-NbEJw4 z!c(it+y+-qakIEV7`gnwTz&s%cLn7h@`x&;Yl5%?@3@xE-kAv_# zK~)VFc(j=r{DcmKT4hza^`WLa!-ru|!o@rGtqSjilR_2mTgA42&no;5E7a8Q?hIQI z)!>Mc;=uI;%GUz$`3eY%o`EM+=DStJVsRB1e1e_#fPu@gqAH`|zUfi4Mfz2Mp-*1RVaYl08iO=oU)iljp+RNeXXO9tO$!e5m!uN@E0P z`gJ&1A;}N#{B}f4z~5GOy7hQU+!NpmCVx_R+4%gpS!F?k%l5~5$}d;WW-oO_ct*M# z4HEl=dt#=JIqKQznI8AY2m!mzeVzxt1XP+{%MZ>i?myx#Ec29qP+2aFn3NP(I9R#g zUGlzCPQGe}STAQQ6=3|ACe$5wm-Fm9!pETKKVlSoRwNiYSIM8Nw9x^2suFK!EeByE z{+#a;&%)D{aC>GvFED~3)T@LULUmWFj#q#o6z+mH$#VtMr?G_{l_RE4-Jk)-^%bBz zIoUaoAmZ}BSd{+7AM)ds|6>FN8+v0U-&kog?4ym9cqJFZRI4gtKb{3Ly;`-RBKF%^Wua;?(@U#R2;}nzXTZkh$dCyn~*iJLPa7Bau7xnlt5aAR`lY z7HRs+;Xp>lZxu#p`pU`2Rutvi>c}9iN>93!{8>_J@+HlC#M_3(cv{M}6GXE00;{Tm zMBBg--%y@C^YX+b-?hievpd$n`PW|}j(>jd8aV$h^tBn>jBIuZi>uVNz zXBw_NUy`6XR*{5u3KG0HF42dav%z6&XF0h6%m}xZ6OUFD;+b8p5XNU^`pdJ*iK-Pg z)-~lM84|)*m)m^Y4tD2uhcUi(+>1~b6hUw-sVNvSH6{ejlENjDk`%PUvL`0+1UB7R zfs@(DV)kNvFw|3@sUT-sQIywXoEkgS0jjLFNH!I-?9 z8H|ONGlQ|E!toU+yW5aiAZ#xu>pIYe$7{>6o;5@oSm*9#ma()P?->Ckw%8y)isC#=gS5@rqye^>RON&dQWk?g)GHWSMni84r>h{q780bx%M z3f|yf7Aty71QR_xz&rno^qs@AFR6UWB1IC1KaAsL4#&;~W>}GB_}3yRJZ}OlbAFS- zi1;zAECc6Qy>@a|b}&|ymARE?mIah=EsH4Em&KMB>D|2b+6b_w#=&JI9v=8|5tQKz zMWm${`Hy-)@L5Ibbk3$P%%n_$;M^6_b;n6-oOI{-G3ZXx)=VJIqC z9~A?N=G@TRBRkV#{gPxBWOozcHv#4>nnfU(>*Rj)nE%rR2Q&60t_jI(Se&7&36>QR z+z(R9GQuw-wz`{i5y2lFCf0uBr`Ek$wl^?%=&Z6nQ=`80! zk$`tlh)5^=jm&xnJZK}1kc@ZG6tBZYKM9x27U{R*T%J3&?^z=9+75pZxFa}HYL2eRfI z$Pyu3Mv&TYea=eBl(|*CE=DP*EFLzdasxhFdR^>qvroy=xx0H^Oofhbkyy;(k4xv| z4}e`i#G#jRItRYPmZ@XGx9~iggGl@Ejd@PKTS|fN^QF*ge>`j!o8s>(keDgyeNeDM zapYYv<2qBSptqu8@Q6WgHgP%*urUQO4u2d+?>wr^VpbVz zci}%gKY#!#_M-p7gP)%|96B9hZc3>>2ZSlNq2y9Nxs+L%PbtMG--g`!^TVL9|t3drWt8kxwg)5P~)7oKk)c(6G~xQfy{4U@*%g zN-aX!`yz#hYO*L=5voX0sY(k63=2Vvp))>|hnC8g%!L?ALS5)E2+Wh95p|m3!U?6s z@E!^h29%PX_fU7v?UIy)BxFF`?mH6nI?7wjWhDv|=5X|v5?pc!iUQyByf&^QQFv}9 zM}I8Ahem)2E!-BkSNMefs{|i-1Z&_VXX6vsCC*~6X3?)o@ZOP>b2W^vI1(Z=mEb*( z=pN%B^wdOuZ~A!&e)SL$TtI#+E|uVIkH{6X)a`Vz1aE$ncEWtw7nlJA!+4#4u zu3Y*oPsx)0v+Mf%xA$+k4bOxKK#vo5_isT$u&nD?kr=z$jzs_-*NhuKFS@4$2aRNfHr5KbWPxUV$;O3} zF=-3AD_K&_+7ePVh-SNFmtfH$^5r0k9jz?^1$327t|^HSs^*sv`3ER-_QVpsn@E<= zVP%OvLZr|1!3uz&f_f}3$xi|^vIN+J^$MR{tYJ1~L6GQDP=*6bNY4i-HpinxEfUKX z2vqJR_3Lyy?ie$@!O~sp3L87z{u{tH)>S0{99LN@r{YSCVXn&UfW(4iNVtiLh%4n% ze82c`S*|gX(`~)Obe`@-8b27qs{Qi)(jtvFYdiacJHd+3(Cv5BUh{+pi}1B#=CKch z-V?%kId(+(ks`9^Llo$Bx0t_MY^&QyFBIdIZxPdnXtmIkb>t%yIEpV$a}mfExpn%b zo-QU6KSHlBvFnDLA^6{aEDxDx(pJpdifzWP>E2>I>MiJ1qe3m)#o2$o!~8qdj#;c% zsNwWbU(8zo^B&z3Rjgdj8&6k{bg*jz-DN3Ua&3oLJQnXj?(A$j{ElI7TMJan$dAQPE>V&7~*h9A1? zjvu0PFeLEf#nJh>uqFc>)?{ZMaOVXB(~bpSg9{O2E4#$8EW$gYO5b6&rwqLF|JZu- zfToV^ar`E^6Cgw+fXHSgfy*W+1eL|55*1NvE2w~|eS(Hn3nF`k9f{aRK#kLe9r{5eV^aYKk(+vK6B>GnX`>A(B_z( zt$aphrHMkr8;`nS*}%_Lj)a88cgABsrrq((URoqtwsYjLq_>g7vRma%y6bvM2tKgl zEmoiLo5M>)u8Zhok2GC>_6q3d267sRl~;xdi55c;wy;qWZN3Jb7ZVa~9vUWnfp|f5 z{H^9zWX>E0+N^!lp0s0>GCm$u00o^26cnD#BrjtANZ1Y;-hBxUu!qg;cCthYU~~Nd z;lLmGh9mc=nbnR$LCsFAP~-}yJdOUv1s&@^2&>m6Gp0cjwD~;Jr;$kE3IW~VVqR-m z-C%_9H(;t&K~~GK&Z3)BkVsqK-=nSm!ea3x=)q|#UnZiwX)wJE$01+RQ~1DWz4|3R zgU<}%{a@0tE(U)KiB6X8?yVUk9LyBKs@vm-U(&N(4THnh-2sAZvy{+zAk@;Uc;Q#{ zl59=0X=}4lcbL;OvtQRkA0kNv9gxGQnoV0Ep^e+p%zi-<4C@}9;fvdp?+rrOpM0w* zfmGB_!e2n-3$~!SMcZl%(V>-3EYE?t03;#~ZbS2)uW3Kwy5`T@*bW^0H66lFY{sj; zrl*dLYrYK;CUDDGS6|nr`OWx^uW48N7n|E4{zStsO|zQuzX32I0szhKc9D{Z5B-5d zJuxY`|A6HDXBUr2nnIiL{jcfx@t)1u5NYDrvR=<-lV`J$E9b^FvzhfcKS65tAO5!a|*((x| z%K_BOZ#G$)jNESSaTEIz$<=T_liwdAxhlJuAdx<7N|9wb#Sb*~Lxht2iy4w^rPwAv z(asvE1V8$Qp5k?@$@B|U@FDj@6B|Y94a3CA}Tyh$*;xawM4eZ2v+;o|Co7~luqTOek>?v+DR1W?W-Sj=(rMr2)%er?j3y&iv{89f_Nwjq> zfI+`}nU<6C4gy>`4_?z6EWThIbN{? zzj~FPGmdU*(KbVED{V%QutUO8P58a5;K(q5f4WMK_qf{#I2qU+=K_aYy1Q$Cv&4I! z`eLo5=@xeSj`oZFp>d=`g8`D>Um8unG#d35?s6j=M8@V9z!y%WAezq{t(su{m)6W~ zcFmku&4*#5@D2%k0attnq42vK@xJe9&o%#UtULYr=ZjCn4!mRm3;1gyYd|1ULkHR_F4yw=t0XA|MWovr@s?|}yGKo< zw^l8)bs-1Qo<`FysNzRX)yRHXi{H6M2hZ8mXsQC(J#JGYdzMt&KTWbUTzzq?B>4lU6h)C@6KZw=}CU=*mwwcYOZ+1siK9AME)(xZy!98yk&>c-+cH_E;@m z_&uoMm2&_It%PX~#3-|SqG|MLDv);@HrAK^cd+rMERNDh!1>E2fY~G7%e*r zzCYcrU_sjm$xGAJ7h@%J=Bnf9OgbguA|qMD4+_r`=zV#Hi-TuqaU0`32>C@65cw}K z`hk|u@oO~6VMLQTk4APQ84<`0$2FQl05*ji*T`mCVRUa$qbUGjp`2qQyNhQ?s&gb%ifT*`@hpB9bQFnqX+QGg}lEA+VuJYz@21#Ir?BhaZ%V2jTX>Z?P zh%nZM0_haY7qerK$Qn27Fl9sOPq~a8>>H%CbH0o>BK2YF2NO@(B|AY_LHrZA8W|d3 zT0o~e06N_$GA%-wmJ7o6>D!_1UTDD3FbINa_+T0ag**bNx6Tv94d^Tw4M6ghRlz{c z#}nc9$_;x$+pa@a_$T%N^Pj{N;8c0?1SFlb132VF84s>GfjjiN_2z^0kkoGn-g%u? zhD@(dMk{%+xZ--fZV@y~UhxrSdgObc!5T@g%?^{z4x*y8*}+cJV&(>1v-@%04Vp<( z76|pR)}@UVe9woS2v4>{c#`ADTrk>IjleG5&7;|e$M$U}5;AuOjgGIGYv;AWde^;Y zy$(Y6*(=+du55?!f|s^8UB-8AfW*eY=r!=GwNi-`2ovgAs>FpB5eq=ZZjjczXcfAB>fbZZ{o)T<#pVo&AF33ZMf; zM`;pJ+)C2h4{Rq3_{iew!6%(tWTz2{A)3}Au|_tlK`ZuZ-vvuTYUfv5dC1w;f~l0z z2@Tc*|6_i2up0~wA)tVaN1~Iif>&JOhP-Al76R?U;uF5B);fqff;V`!8N?u^+wnil zbR~byc5F7&%wp!1(HYYUfajYNXT^ND552sdeU~5-xn#aT#mw6dehqsaxkcOAwoxzy z)}%m8|7+4s2X6j$_K+5@_?g}q7`UC)k{qA~0-ZsOm$l$nj@iy?M#0r$kaEi#@UK79 z3zEieXE!`+$D4|wM%%I9&Za+WhxpHpwjlXdu++*7SVGZ+!KqwDPEZ4e?d1Xj?c$@VOM!~@h*kgeAw#lgttgKC@r`G8}N0V(s z>xW0&M6i2VaRdJMEwByxpdSBli#P?>!`p;(w5VZQt8HQsVt3W!wZ8zTyA3#?U+A@Q z2FJl}9gJ12p4yizS-N&WPxCc2G5ICFG9toHm5YD^)tmw+9l|1n4nq8jj7S12j-VQ4I0UR*5lOMbiAi?12EVDWRhGL*`!w0mz+rT-j;#wQ#JMY!fmh+F0IcO z2B+y%8RO@shScMs+w^MHm~D-X1K4fSv6Gut*S97eTXaUit|cAld9o?Fz9fkd$zrP= zC?-uldRRS!3SH-&xQ8M%eDEO=k!xsSK5e5emZ*!pHSfGwV*@!20}q8^Fhq)tt{B9XMR0L@I--im?&d)b;aH`PHg%OU0>-u^p zFSnXq;nuKbhM1vPf{0dRU_{vQ4($?mvYu3B*k%zrP=5ZQ5b`d}zh3WS&jyn*T)Q3S zTOauzLHBS+g|2Ubv%?ug=JVD=xQ+0YuM#)VUmi+5>hXp- z3b)^(17yl?9wv%p7lcNsq}7T2tO}}4I^odjwDyxuv3+(M%d5tJ-k~Q=H1s}9Y?+Yk z1PkRARTCxY-Pd5+1C@Qm?P*|-SK;};(YY^53Fk%5D(!$~z92grZng7;n)x(Ug*5fLO9#3D*W?3I%Ju7|3e`6qOov3rg_jAdj(b_FJ-++ zSx?-g*VnU~NS)u?T%bEVTBXdDhi%1qc>`bxj2P9!h88fys(T0*Yhf_u^-@O|n1y8H z^!xObq*+z!HeyD?{!F&EKGw?I$J*%6x)9(`Bf!zKL!$!$xkwXhZ`8TKVQWw$eXR9p zjI~emnS3q=5Kz!3gsT+8;yd^0>66WM4}sKV+sZu9%o2aNSTOY_rryXka!frt**Xax zz$nTUpmH)u@zMvh)XSfMNd!Q?Tp{?)X6-lLT`u&@w+K_X0dIpGDs#cZ5k@3+L2agx z*kz!46M|}^IetBBPs+C|Y6&;6lyVK?fi=^;7i)hLJ&##-f8;a+gD5EaN1f@9IwP0L zJ*Z=cwnEWsHoXt(Ob-B-#@(%B9}yVr2)O^4CsGYhj`DEG0R4hDlk+fk1_;)9KfP7k zE3NG!M%~fmkb#GrVOwV5oB=vyxuH@Z46yDs!w~7yHwQZ71IwE} z)t>w8??4xP;Kimc?YVFN4jhLM1T}r6J@?Dsfv)(#xTcd@{P-bI<1{S}8l+b`?AJE7 zIGXlrKXqRMS1#N%2tNJWwT%ZHd$(zE=OFFEFWP$Yn?ZUOZ=zC7ZzB&=xL&ur!tc2d z>D03|QkFQEij=#4Y#Y{x<$ur(d{YhX{DThnu++?182g!fe--x#lvkP;xWC-<8n=2p<~nK8Vq6p-EiY>$1dH_r|vFI z+iOoAdrXJ(#u!>3=#EYE%eIBZ;^8|_Xm7>m)v(k_L0)>AmeXj|X|9_9AcfO( zgTw?#95IFe7fIBg4}d7Bux88)_~k!AW3#g6WZs{&4KKR1YOl1|-L>a%tE4A;Q&Ck% zSh1(=+Pngd&QfDN2!0;uUPLP0z^zsIl#WQe#->T>B-hOL*J|LrIzqN7MAlg&fDlR`>fLHdtV681dT(lt z`-+c6Wq(}(t?o~h0(8uCj$U7cBd=S1p<)g>p=^p*@fKJ{dEzTcSCx4?ACKK1?T zd|_mo&XO@6BIz0aGXOsGpp;VrCSDj2_ED+FsuR+ww6j8^E&yO%1Ho0*$Eo0s8qAMP zr{FX`u%P-F6?_hUcjKkQa4k`u!$rgN(uK;82ZSepqu`ShCyN|4T?5_iR9JcSsJn%W zkeotHCL|d;2ZV1?`C?uyMQwRBNn2NQvXvkEqct|)2Y9RnT zt6T$R%^wVOtEjNW|68qL6(lk5j>opahK)`)qY9T!ha@}1C$8vehgX_FlQ=%)en8{u(YBS4+b*Hy$@e3k@? zFfXyFp!UN9-N0no@bjVg2tRSuQd1)q*F%n$fodCQf{GDVCoBi#SE?XbnQPscIFFq5 zusG(uur&EX>YD!rq1co3DUQqlHxL^_`YWU~x*0X&`NCH$n;uprB-yUy5w1hIYrx7~ zFg_0*%0q`2erwp$S3Ewt=v(s}e>W zXvR4zXyMF*5iYi*4^aCo=mJr}?;enTj*sxr{7Gz$iLEgn`X|TMuxd3y{z}g@+A%TF zHk0N~Rp|~pvL9B}cm%*-Jf4rH*|t?J@bHT{T7{SM(QI#X*+Al{Nog`3Onq=E;WH9z zOv|9c4sKZun*f?>K6=e2vIcxy8DH!#K;F(Dkz++4OOu;mEP?==Obt#Epz97HRiRTI za{+0+6fM4YWM z4OAI*KX3z8?A;0|KS$9i9jH#3P$N@f)yr-d9*chs$M|L z1=*tZE- zj_2DUFNgQldEuQ44)TSmys)+^oNI@|co#5dhl2QBTk!=umV`wzljfQ^t!RimmbU#-4S*03}0HrPn3({m+O<6@iVKEQ8$m$q6jwxQn1AN7Ox(7 zy5eJ+%_IGuc}_FelMSx|dkjI8Et|R(C)lHi5Z|gaS4tzL)ah!CPL$C)se`EPKDWeA zs7e?|W%59$aX9HPKlTeM-mMCsut(oI{I}9{v(m`@!hK)KUM|P~6eHiLYn7%e0K3m! ztYkkghvovEM}-YGO*+ir(x10w8!EBH0YNw`4GwcavsGD@adgBkJMg~As9Z^d02Sh& zY^XG4R2ubLxwVyS3Ta*ev0RnJ(M0^jJnjLY$8rro!&X&-r~DDH2~Vvwt%3q|-118H zWl}%~h_Jj8+`Wu4-rCchV2wp6N#}zDWxYw2rlpW~2e+`2om)NyG83x*U{qDlQnFN9 zk&2)#*lWH5{rQW)#BR}e2RQ~xV-{8731iWChxwJJ`B29#ZfYevxg0CTqOjHGPaXiH zdfoxpYncb_zgG|-0&TUt(i93g|KMJzWZg;6j6u9BybHqm)2%UP-ar7aO%L@Sr>_`zS$x$GgPw2UL5P%858wZ-fuQ(!R+#g$Y2lcx7 zF&f>vh)AB;1*jxbhie^?uk6>YM3%%SvZP*uA&df-U$5 zC$vwsmQ~j}>N(31H$PHh-&n0rPpdY(Cv)#yHg-#mJJ=JB9(C__c!PISj|E;ySvJ%? zmTLc!1)fJt=*CALkZXildl#$)&J*1y)&4n2r%Cz&54p%a-B}FxiIg#7U&SJK`64$! znY;&HFbymy-W(Ixi{b?A3|3v~*c8oTw*VIY=8r>59eh}z?5q!4 zx_nbjx_m=Tx_pCtH^0qm*(>%Gi*Us_G|!<&O}gKsCf)yBZSDSxB_rJjEvZK2H5eeb zN`IONP(!;lw07w#N2H*JcPtv&?1qw&mkc5K4DBUS?#C~=A}`xzqhr9{ z$j6xuSyM3i4#fN2JLFA)e3|7^I)K_I6- zh|-@=fbM&p@czKRfExj5v~z6cJHoys;G>;=rzA}oEdJI5j_nloR9kCGLmih)KC%;| z?cmXY#x|0NTLz%0lmLhJiaJ2`CD?Gh$1v^YY zZaf|KpMZRL|HO+Ypy_;YXWKdf$@t1G_{apboxf9!BVIt0!fMnf-*ad%%0Kn(gXcBm zF_S~INz5-ocoC?ritoy zUp42YW*?Ch!}0r|X1}d`dJoj>X?U_XVx}ON2aPS0n2A_EnG)@RIuMKZ5zRY{9$udS zHR6zpXxf`IZQGwD)9P=-Eqse2gs;sIg-}FdF_A(wLMG+34Jp&~>vfV12AVuL0 zA3lS{jb%@$@J`4#{)p;4H0zrl;KmxPpG?mcR@nxe`Kw`;g73bJO72YjFFM5D?TA|8Rs4^PHaM>z$J{f)j|8~MB ze0*DmyvUhj>w^xAcP9xp>-}S9tKcG=5E~zt1@M#}3K^6WNEXy}Fv?Ob48vm|m zdfGfkz`&Tu@;Nt&58Ze)^R44H%JuxeX}o5>1M$>BwFADuAnO6o*5fwJMzWMv6F@i& z*9jB4Uh0ND5&vsNn7c}$x4?^85GrM%PfT3N!f*w&Gf$|P>lk*U0L;nBv7Bb&CF)faW;eA9Iqy|*sS-BIaC2hb1hhL z*1E9zV(jgQq+<VBW5d9rO!84>>0e%4`v{{ z0-y0ip8Rzc_$vG#zPh4q--m%fFyyg>k^sWi?d#tMe+boEP7)a)Y zajj?pf$oCcQ(K*4oXNM#f|h_*S&Sq3_Fd58)hdq}L%ydjXmQl@9b-iBLqR((XyM1^ z5bpHB@SbeG&U-+itMCWwVb=GG~RF zRQ6@LdWE`qzGE_Eq0ghe2>j1^Ik) zpD*nx*YK(MljV3@APTVWEI0D01jyS~jynU9JO6Mw{w@&7RBxBVLD;W=N0vI_ktJN7 zGOu-c%vxd721-)Gt8%vZx_ zOlCO*>LEA)DskwaLgMYK?$k^4=N+Z%%Dvmv`t!8mmCk_2g1c^B9~w)wO#FYmu5>0F}j^p$uoR^M9Q^l~{4o`mMR$Ct}t+Q>^t zonRgjT~40Ri84wdxo#3#tTL>;zeH3mg6j*_w@}hJPu)LH(lQTbG-g71-MkMgfr^O? zvn&?`Mo=!_HYY;vJIkqNpTF&;Rtf7=-Ueq)V%?u$k$GG|ZW=G#Um|dw3T7G(@Gx@X zc>$&I>5G)qh4+WU9|$ZRhRR#Q_in|@gOQW7Wee~ETcKZe$L*Nu7C6(U;nHAWAP4a7 zV8o2Qy#!S#l@fjY;2tnIz%(qBng-@||GGcfJ{PtwzCT2dqCw#=G9O2o@ zN_=TD3RbP$(srmzaNF4JQQyYCSO{B8c-@-8pdKcaY`xDn)kG%GoVh3bk)MF*B(nzq z`w}JD1ktir^nqDe+!kUM=9@n5Ww;P|?ar7+1k0!Hbzg!f!kiN9-7l_?Bz)qQbOOZw zhK_r}3;gFb;PNTRep$p8-C;H9#pfR6rtL+#K^^kxTLiKB$a=wFf?6S40JWl)i+$wt ze8c8$i4;T~imdE$u701d{P(c%JwBy?){7QQ2Z5v+e>Vly&XASOiFM?pWk+_2j4*ZJ zQCDCky2cpC7?-lRse0Om+*Mi}E+JmxHVQH)=qyRQNI&tLp=hSZ)6#RR6K4udf0mxx zkoXZYJudAEwn+>|rbqZ;DB2)Z?zxP=?6@a% zgKu~(qm;p~$dRY2;`O|Ab(+xE&z0C@!bXee)&puf4u#zIesTLu9K_h98G@c?DFG&o>4lp51z{dyt6Y zsbZhLBuN=r*s?0}LR;$V*_ly^WxG8`8(8zV2Ii6mVm6mzIvh!7EFG=BOSkq653C84 zkB5a6WV;)Sp0UG~ zE% z@J@&(#+H?}XiGEmksu?(4s3c6tOA4gOo!cX#ve^bwM()~)~Sx%4mG{v3ZFiTvkXfjr`*(!)^S zo;_}BNFCN~k&+I^`>7X8%OJY2b;qoFzGL*CI&L~&TGsY#m%NMPqCixtbi)NvNbB%X zF`1#$#l@}xsi%vvC>llC8@_tFMDz_Yi!tDrqY*Rho!`TJijRcbg7_=ex@)-Xf_`}Z zcCNZ}xn${l@36vBunN>KbAb}*9(3!|}oXu#rHbb{&4HLl=Cn&|MW}@l5 zLEJnOh1>sH5-r=ycm38udJA8iiM+=BSdtx{xh&EyVo!cQIVd~VNy4teYjwyu@@tZ` zIWjO}&!Xo^7YS@@WK_hS>Ca)G11wG8E4Oou*yG*)X$gL57K-AZF2OakK>G4d2|h6k z`HeeNk}@xD`A3Ih^yFjxpzjOuZC|z5GC(lNU z`N}%{`fL;pXXT06=#^jt+pq8mc70z6k|_b$zk}(BMgX=utNb&Q+t-%B^(!q0947X8 zroOrfhrNgb#4DeAega-6L{4eI$`{dO=lBv}=@Ol2=_@7Ta1cLA`9=8fizwQ2c8P56 zsJ=lg>V~)ch}fg^Lka6ug8zIG$$cD4&Yuogb?kck82Gqi-yu5rPoH)X`S$GaIQh@< zO*SQX=^W&uiqo9qfhQ8R*XQucw?Wp#)IB9U6i|l_KKSJTIgY+l(6yqP~pz*w`_|Y6BpZ1^Ppz!+eC96FcPW+vGd4X1_BCy4bhi2Y7VW>__UOKCml+b{keb-IL;=JLL^w7Ij)R+!CZ* zaf|Fqg7kx84WIhkz3VfHG^3^XybNsd{+Tn z?&|sfBf*evf&wthCuC02*NR)3#gmK+eM9Wn%3=tIb<}z-2R~E+Y&)<$4%K$TSlD#3 zzRCW3ZQ1q3_^JZ=@K+XNivqd6kXU?5d&Tx|0wTCCzFb^)`s6>I+g~Zh;d9ZHi7!HF z5Shd=)IlHf=TArcS2Q|1hyf`4&ca}JF3NQbE^gLan%9#{(LR@^z`Q;45aVbV8mi_~ z?GuVe)RYoDZ64Z;wiU6pdHDD|G+t#>3=s@!TxO{SCjadJ(QRe{5V@~Q%45Ep) z0-ig55<3>e(U2H6nz*9>P72YHn&&>Q2I2w|{?Pew3ck{xC_*L9X$!<_GY8TZj1i|3XGzd99LOh}}=%xN<&X#v6XrHKbX`sr>X!>vn-hL6|G*(brrEHQhY=xc1cHFyx?uk$CN=nN$=?*)9E6kE|oi3 z#1@WZgiS(RhkPWx9~7BRKw<^=ZV|hYB#LK>?ZqC-Y~4}*fhXzCzTz<##+(_WEQG2i z^h%Bunc5(`mNOKwY1TfkiG__d(ydLp6YxUNn?Y@Rl+7 z79P+A@a$z`H}A-;A%amvOLXQ#&$kR&Yf>7ZwV2-RMW*dg(+6B-5gS8lGV$^{Kh}%K zbbcIjW(;^W9n>9&hJc&Bb1I8Wm5}ocS60MEkepi{5EfiOs)w=ab+*iw-@){Uj7cmO zF9xmOD&0}Kl^-DL$ydJpCJtVJCPZ30aE8}vYhGuaxSS$W4%GUXd$ox5`fDVq;4Mc% zUYHli%cSaX`2s*eu)^bu$7~rQj+Ev-P{G39cb=UF|;M}|N= zE_dmAT7ZZNwhRb`fP!Sb78jWoL#f5w%p&&5Yh+325aRd?ZpY4!VcsK+!x}?*TVMHm+x$!Q1qMq_af7TB0%GnJKMdAIIkk}`#&f{2*MI_t@Pvw-Dm}( zXk9JVk<^n+aSlcBtOqA9QubKHP9xaO*%dMWA=YJ3PP|CD`geE$1YU4hva?-9kF+B! z((8E2WjkXbcEAWOGtq#{*V^Dz*!HG!@y_`XZGwiV#` z?YJ3VScvZM-zdbV7a?!{?n3i)xb!AiG+sFFXmt70rjP=1_ z{IPJbCls0z3XS?zTznyWYa?_9UMf_Bes$~t+lIN~aBF@axdI-{?G}J69*$|-TBk^U z6kW?FYY2n$(~S4)a`A(wofU;9MPa+5kegk|e!Z~|oS>~4K-b64F4P3T69<&58x`or z&M1^+Qqt(cPH%#uz>B~Ks7lX{7&|jvph}}$;~>~FZ=V}GrI5Vd&RWtKjQA!^b?L-f~KgLe8{C=PKncGb6r4|0u|K?^iDi>;T3uYMVY^Oobrm&pZV3jXM2z*?XkGWPrR`+@1n9nB;}E19BnLkt?<#`?+TY zIRif@uNJ#5;%P+oa zVC|fZwReU`_}f>|EKjE1aumEVz)7;94XnD$3bZzBGrhBHS|J2j*iy7m6-F51p ze_R4`sDTHXrWcr|7Z~+XoKFG!;RfigRakrx(4n##RWlai`&fet^R8*va{2x5v44%D9-W{bao3EzOct4d&d$B zmUvbr3L%NDbi-BG1d7@7JFut3%=(G|u5JP)MNR-XKoo!lG^4PP@CAg#Fs(q@j?)I- zT-+Fs#zn&sP2LxNve{(WY~=QHziwt((tB$;^DJ0ALIZAWHa&u5J$GX>TS}54P656g zk0vG?bWmR`u;p;_63me6s8Am;6=7yr8uAyLtmZZkMvQ}F2v4Q_!U8@^njoqtQaNZ5 z{}pWon6jr(RZkr&Ba4k+PC%=`guN{Rz3k7dw!l$-+y)K@FszFfYdvb4np^07tkDB~ z$Z0%;wI&$SDm-x+IwVtmZvjFC{{XbqvSpAwp-fSp#R2X9NBFTuOJ*;=wG4Tyz)(4J zvng}4@rZ#-*v#I_fmTDFzg|9bJsc-d%XY-X>J^5!osp7Z>DyUE;>TM6^M1%eZS7J3ZPd#m@UiFWzr&F_M1nktaG z_DlOqoBQD&)YW%D(z5@k9f%&?Bk8C>!xwP;34zc6;cM2})g0|o{s$1Bf|VaN%ORC3 zFI!x11GSBH8BwZ}x+6Cez4?)Svzn&C7wE7Bpw_pl+(~LEfd%fR@%{--{E*F6A%i1*bTHJUqN z3qSAM$jHr~SzJ@Z(7BMm)x{s_ojX6)pK7w?pW4@KM@N7Qrw`RM1i!3Z^W+P?|5jv> zz@zrM;Qcwz`xM>OPoN9;`r`eG&!J7f65z_cQ}OIUrR)84xi@}7ed>Jy)%#7HJ!t|5>Z6#SUv=W1IvXYK&0NX7GTM&e_#QF zwA(@;nd1Sk!1dF6n#DnYbvF5|$=nxbe4pK}X!$t_;4M7grQzToI2+Sk4I7c*-I2&8; z$4;RFc+g;ez9~1Kc#S6Hv%h4M>Ku}htBUZtg3L`RCkzF@6YD``z9|*5xpVXL+3!fU z(0QH7sY}<=Lnm5!2_AF=1mIkgZ%T$d6S?M*%E=8d$IuDN<1Gh25(%&Jl)zNXl zc>#rhPq~t(l>P2CH?-LMXBS%l17-t1?4984dbnS8*lBEHh@sYmQ!Xu|1b{@+q^4SMuYP@+f2c+#zI56yd^Hm=3 zrioYWB6(nRFfHFS4f@%_Ipwphq@Phvk-SI&1bGw-*9gIiXlVrYSPA@_avh$z68TMp z$SBZf`Ff$;mj*sg5Vbrq#^#1Cd^ol8lq)d15_ybe?hUUI#r(br_>>YF+_>5R$fxsh z_ezwnGW>h^I5ONCHv9~k*iT3%t!=RzU-+eEQ?SQCx3YpC} z@AH&5hRMeO7)Vm~^A_eaH;23BgrXU4413;8ZkiNbr^U~!?xQIexROku^ZX9wxIt_K%o02rxBqjb`*gK#cseg z^`6>fI<=|&)F!TZ6B|e-OzbA)Vc{wyR~fEAsE6-`a6tg$Dsc8ECjdEwF2g8bxqtxX zSjt5`9>ROP;JpyAKXw)`BEZ4bnMsE?-)wm@-Nx!$@YmuGNoRP{z}NiY?Tc$X>F!Pb zyZGG!)B-^I%E^9bC;80_fXuPqL;cbnBoSiKNVloTSL{D1X@m7c4jjzJ>aTd|XT4

XckZkcv6Q1V<*ffCHrN?;O#*hS%>Q5ja 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 y{V@j>Mp-s4VzU$O=%q8i-AEsd?bmZzsa`5r5 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%0D6YjnItc-%PM13OW5ZYiXf`Uz-CKn=oK=EPv$ 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 diff --git a/build/bakalarka.map b/build/bakalarka.map index c599929..1f01d29 100644 --- a/build/bakalarka.map +++ b/build/bakalarka.map @@ -2,36 +2,58 @@ Archive member included to satisfy reference by file (symbol) esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) (esp_app_desc) +esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + (ld_include_panic_highint_hdl) +esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) (panicHandler) +esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (esp_reset_reason_get_hint) +esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (panic_print_str) +esp-idf/soc/libsoc.a(cpu_util.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (esp_cpu_unstall) +esp-idf/soc/libsoc.a(cpu_hal.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (cpu_hal_set_breakpoint) +esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (uart_hal_write_txfifo) +esp-idf/soc/libsoc.a(soc_hal.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (soc_hal_stall_core) +esp-idf/soc/libsoc.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (rtc_clk_cpu_freq_set_xtal) +esp-idf/soc/libsoc.a(rtc_time.c.obj) + esp-idf/soc/libsoc.a(rtc_clk.c.obj) (rtc_clk_wait_for_slow_cycle) +esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (rtc_wdt_protect_off) +esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/soc/libsoc.a(rtc_clk.c.obj) (esp_log_timestamp) esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_include_pthread_impl) esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) +esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (esp_cache_err_get_cpuid) +esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/soc/libsoc.a(rtc_clk.c.obj) (ets_update_cpu_frequency) esp-idf/esp32/libesp32.a(cpu_start.c.obj) (call_start_cpu0) esp-idf/esp32/libesp32.a(crosscore_int.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) (esp_crosscore_int_init) esp-idf/esp32/libesp32.a(dport_access.c.obj) - esp-idf/esp32/libesp32.a(cpu_start.c.obj) (esp_dport_access_stall_other_cpu_start) -esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) - (ld_include_panic_highint_hdl) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) (dport_access_start) esp-idf/esp32/libesp32.a(int_wdt.c.obj) - esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) (int_wdt_app_cpu_ticked) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) (int_wdt_app_cpu_ticked) esp-idf/esp32/libesp32.a(intr_alloc.c.obj) esp-idf/esp32/libesp32.a(crosscore_int.c.obj) (esp_intr_alloc) -esp-idf/esp32/libesp32.a(panic.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) (abort) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) (esp_restart_noos) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (esp_restart_noos) esp-idf/esp32/libesp32.a(task_wdt.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) (esp_task_wdt_init) -esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - esp-idf/esp32/libesp32.a(cpu_start.c.obj) (esp_cache_err_int_init) -esp-idf/esp32/libesp32.a(clk.c.obj) - esp-idf/esp32/libesp32.a(cpu_start.c.obj) (esp_clk_init) esp-idf/esp_common/libesp_common.a(brownout.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) (esp_brownout_init) +esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + esp-idf/esp32/libesp32.a(cpu_start.c.obj) (_esp_error_check_failed) esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) (esp_err_to_name) + esp-idf/esp_common/libesp_common.a(esp_err.c.obj) (esp_err_to_name) esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) (esp_register_freertos_idle_hook_for_cpu) esp-idf/esp_common/libesp_common.a(ipc.c.obj) @@ -45,7 +67,7 @@ esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/freertos/libfreertos.a(portasm.S.obj) esp-idf/esp32/libesp32.a(crosscore_int.c.obj) (_frxt_setup_switch) esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) - esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) (_xt_context_save) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) (_xt_context_save) esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) esp-idf/freertos/libfreertos.a(portasm.S.obj) (_xt_tick_divisor) esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) @@ -70,10 +92,12 @@ esp-idf/vfs/libvfs.a(vfs.c.obj) (vfs_include_syscalls_impl) esp-idf/vfs/libvfs.a(vfs_uart.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) (esp_vfs_dev_uart_register) +esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/soc/libsoc.a(rtc_clk.c.obj) (abort) esp-idf/newlib/libnewlib.a(heap.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) (malloc) esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) (_lock_acquire) + esp-idf/log/liblog.a(log_freertos.c.obj) (_lock_acquire) esp-idf/newlib/libnewlib.a(pthread.c.obj) (newlib_include_pthread_impl) esp-idf/newlib/libnewlib.a(reent_init.c.obj) @@ -110,21 +134,71 @@ esp-idf/https_server/libhttps_server.a(cacert.pem.S.obj) esp-idf/https_server/libhttps_server.a(prvtkey.pem.S.obj) esp-idf/https_server/libhttps_server.a(https_server.c.obj) (_binary_prvtkey_pem_start) esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) (esp_backtrace_get_next_frame) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (esp_backtrace_get_next_frame) esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) (esp_backtrace_get_start) +esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) (esp_efuse_get_chip_ver) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (esp_efuse_utility_apply_34_encoding) +esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (esp_efuse_read_field_blob) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_process) +esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (ESP_EFUSE_CHIP_VER_REV2) +esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (esp_efuse_get_coding_scheme) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/esp32/libesp32.a(cpu_start.c.obj) (bootloader_init_mem) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (bootloader_fill_random) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp32/libesp32.a(cpu_start.c.obj) (bootloader_flash_update_id) +esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) (bootloader_read_flash_id) +esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) (esp_rom_spiflash_wait_idle) +esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (spi_flash_cache_enabled) +esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp32/libesp32.a(cpu_start.c.obj) (spi_flash_init) +esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (esp_flash_set_chip_write_protect) +esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) (esp_flash_default_chip) +esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (esp_flash_init_os_functions) +esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (esp_flash_noos_functions) +esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (esp_partition_main_flash_region_safe) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) (esp_flash_registered_chips) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_generic) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_issi) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_gd) +esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (memspi_host_read_status_hs) +esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (spi_flash_mmap) +esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) (esp_restart) +esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) (_xt_panic) +esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_flash_hal_init) +esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_flash_hal_poll_cmd_done) +esp-idf/soc/libsoc.a(mpu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) (mpu_hal_set_region_access) esp-idf/soc/libsoc.a(brownout_hal.c.obj) esp-idf/esp_common/libesp_common.a(brownout.c.obj) (brownout_hal_config) -esp-idf/soc/libsoc.a(cpu_util.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) (esp_cpu_stall) -esp-idf/soc/libsoc.a(rtc_clk.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) (rtc_clk_32k_enable) esp-idf/soc/libsoc.a(rtc_init.c.obj) esp-idf/esp32/libesp32.a(clk.c.obj) (rtc_init) -esp-idf/soc/libsoc.a(rtc_time.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) (rtc_clk_cal) -esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) (rtc_wdt_protect_off) esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) esp-idf/wifi/libwifi.a(wifi.c.obj) (IP_EVENT) esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) @@ -173,52 +247,6 @@ esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) (sha256_vector) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) (aes_ccm_ae) -esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) (esp_efuse_get_chip_ver) -esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (esp_efuse_utility_apply_34_encoding) -esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (esp_efuse_read_field_blob) -esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_process) -esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (ESP_EFUSE_CHIP_VER_REV2) -esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (esp_efuse_get_coding_scheme) -esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (bootloader_fill_random) -esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - esp-idf/esp32/libesp32.a(cpu_start.c.obj) (bootloader_flash_update_id) -esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) (bootloader_read_flash_id) -esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) (esp_rom_spiflash_wait_idle) -esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) (spi_flash_cache_enabled) -esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - esp-idf/esp32/libesp32.a(cpu_start.c.obj) (spi_flash_init) -esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (esp_flash_set_chip_write_protect) -esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) (esp_flash_default_chip) -esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (esp_flash_init_os_functions) -esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (esp_flash_noos_functions) -esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (esp_partition_main_flash_region_safe) -esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) (esp_flash_registered_chips) -esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_generic) -esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_issi) -esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_gd) -esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (memspi_host_read_status_hs) -esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (spi_flash_mmap) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) esp-idf/main/libmain.a(main.c.obj) (nvs_flash_init) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) @@ -325,8 +353,6 @@ esp-idf/lwip/liblwip.a(netbuf.c.obj) esp-idf/lwip/liblwip.a(sockets.c.obj) (netbuf_delete) esp-idf/log/liblog.a(log.c.obj) esp-idf/wifi/libwifi.a(wifi.c.obj) (esp_log_level_set) -esp-idf/log/liblog.a(log_freertos.c.obj) - esp-idf/log/liblog.a(log.c.obj) (esp_log_impl_lock) esp-idf/heap/libheap.a(heap_caps.c.obj) esp-idf/esp32/libesp32.a(intr_alloc.c.obj) (heap_caps_malloc) esp-idf/heap/libheap.a(heap_caps_init.c.obj) @@ -336,7 +362,7 @@ esp-idf/heap/libheap.a(multi_heap.c.obj) esp-idf/driver/libdriver.a(gpio.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) (gpio_wakeup_enable) esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - esp-idf/esp32/libesp32.a(int_wdt.c.obj) (periph_module_enable) + esp-idf/esp32/libesp32.a(clk.c.obj) (periph_module_enable) esp-idf/driver/libdriver.a(rtc_io.c.obj) esp-idf/driver/libdriver.a(gpio.c.obj) (rtc_gpio_deinit) esp-idf/driver/libdriver.a(rtc_module.c.obj) @@ -349,16 +375,12 @@ esp-idf/esp32/libesp32.a(hw_random.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (esp_random) esp-idf/esp32/libesp32.a(pm_esp32.c.obj) esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) (esp_pm_impl_waiti) -esp-idf/esp32/libesp32.a(reset_reason.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) (esp_reset_reason) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) (esp_deep_sleep_start) esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) (esp_efuse_mac_get_default) esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) esp-idf/esp32/libesp32.a(pm_esp32.c.obj) (esp_pm_lock_create) -esp-idf/esp_common/libesp_common.a(system_api.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (esp_register_shutdown_handler) esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (ets_timer_setfn) esp-idf/freertos/libfreertos.a(event_groups.c.obj) @@ -431,34 +453,10 @@ esp-idf/soc/libsoc.a(gpio_hal.c.obj) esp-idf/driver/libdriver.a(gpio.c.obj) (gpio_hal_intr_enable_on_core) esp-idf/soc/libsoc.a(uart_hal.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) (uart_hal_set_baudrate) -esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - esp-idf/driver/libdriver.a(uart.c.obj) (uart_hal_rxfifo_rst) -esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_flash_hal_init) -esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_flash_hal_poll_cmd_done) esp-idf/soc/libsoc.a(rtc_sleep.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) (rtc_sleep_init) esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) esp-idf/heap/libheap.a(heap_caps_init.c.obj) (soc_memory_region_count) -esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - esp-idf/driver/libdriver.a(gpio.c.obj) (GPIO_HOLD_MASK) -esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - esp-idf/driver/libdriver.a(rtc_io.c.obj) (rtc_io_desc) -esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_periph_signal) -esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - esp-idf/driver/libdriver.a(uart.c.obj) (uart_periph_signal) -esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (esp_netif_action_start) -esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (_g_esp_netif_inherent_ap_config) -esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (_g_esp_netif_netstack_default_wifi_ap) -esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) (ETH_EVENT) -esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) (tcpip_adapter_compat_start_eth) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/ca/libca.a(ca.c.obj) (mbedtls_mpi_init) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) @@ -490,7 +488,7 @@ esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (mbedtls_platform_zeroize) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_rsa_import_raw) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_rsa_import) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) (mbedtls_rsa_deduce_primes) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) @@ -503,18 +501,18 @@ esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) (mbedtls_hardware_poll) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) (esp_mbedtls_mem_calloc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (mbedtls_mpi_exp_mod) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) (esp_mpi_hardware_words) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) (esp_aes_init) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) (mbedtls_sha1_init) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) (mbedtls_sha256_init) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) (mbedtls_sha512_init) -esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (mbedtls_mpi_exp_mod) -esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) (esp_aes_init) -esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) (esp_sha_try_lock_engine) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) (mbedtls_asn1_get_tag) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) @@ -537,6 +535,10 @@ esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_pem_init) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_pkcs12_pbe_sha1_rc4_128) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (esp_aes_xts_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) (esp_sha_try_lock_engine) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) (mbedtls_base64_encode) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) @@ -569,6 +571,24 @@ esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) (bootloader_debug_buffer) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/spi_flash/libspi_flash.a(partition.c.obj) (esp_ota_get_running_partition) +esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (GPIO_HOLD_MASK) +esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) (rtc_io_desc) +esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_periph_signal) +esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (uart_periph_signal) +esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (esp_netif_action_start) +esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (_g_esp_netif_inherent_ap_config) +esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (_g_esp_netif_netstack_default_wifi_ap) +esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) (ETH_EVENT) +esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) (tcpip_adapter_compat_start_eth) esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (os_get_time) esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) @@ -602,7 +622,7 @@ esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (wpa_sm_alloc_eapol) esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (pmksa_cache_add) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (pmksa_cache_flush) esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) (hostapd_setup_wpa_psk) esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) @@ -620,7 +640,7 @@ esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (wep) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (g_dbg_cnt_hmac) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (wifi_log) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ap_rx_cb) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) @@ -630,7 +650,7 @@ esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) (ieee80211_decap) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) (g_wifi_menuconfig) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (map_assoc_expire) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (ieee80211_mesh_quick_init) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) @@ -721,12 +741,6 @@ esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) (touch_hal_set_voltage) esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) (touch_hal_get_wakeup_status) -esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) (touch_sensor_channel_io_map) -esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (esp_netif_get_sta_list) -esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (esp_eth_new_netif_glue) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) (mbedtls_ssl_init) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) @@ -741,6 +755,12 @@ esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_dhm_init) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ecdh_init) +esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) (touch_sensor_channel_io_map) +esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (esp_netif_get_sta_list) +esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (esp_eth_new_netif_glue) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) (coex_params) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) @@ -757,40 +777,40 @@ esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) (coex_arbit_insert) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (g_misc_nvs) +/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (esp_mesh_get_topology) +/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_nvs_init) +/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (mesh_set_io_process) +/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_delivery_toSelf) +/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_channel_enable_jp) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (esp_mesh_is_scan_allowed) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) (mesh_conn_mutex) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (mesh_set_ie_crypto_config) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (mesh_deinit_cb) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (esp_mesh_match_self) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_route_init) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (mesh_self_xonseq) +/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (mesh_sta_set_config) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (mesh_timer_do_process) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) (esp_mesh_free_context) -/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (g_is_mesh_started) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_free_context) +/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) (mesh_topo_get_ttl) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (esp_mesh_ap_list_clear) -/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (g_mesh_nvs_settings) -/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (esp_mesh_io_sem_signal) -/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) (esp_mesh_delivery_toDS) -/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) (esp_mesh_channel_enable_jp) -/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (mesh_sta_set_config) -/home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_rx_task_deinit) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) (temprature_sens_read) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) (rtc_pads_muxsel) esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (esp_mesh_send_event_internal) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_send_event_internal) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (_ZdlPv) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) @@ -846,7 +866,7 @@ esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) esp-idf/newlib/libnewlib.a(time.c.obj) (__moddi3) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) - esp-idf/esp32/libesp32.a(clk.c.obj) (__udivdi3) + esp-idf/soc/libsoc.a(rtc_time.c.obj) (__udivdi3) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) esp-idf/newlib/libnewlib.a(time.c.obj) (__umoddi3) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) @@ -868,7 +888,7 @@ esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) esp-idf/console/libconsole.a(commands.c.obj) (asprintf) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) - esp-idf/pthread/libpthread.a(pthread.c.obj) (__assert_func) + esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) (__assert_func) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-atoi.o) esp-idf/main/libmain.a(main.c.obj) (atoi) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-bzero.o) @@ -921,6 +941,8 @@ esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) esp-idf/console/libconsole.a(argtable3.c.obj) (optarg) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-impure.o) esp-idf/esp32/libesp32.a(cpu_start.c.obj) (_global_impure_ptr) +/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) (itoa) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) esp-idf/log/liblog.a(log_freertos.c.obj) (localtime_r) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) @@ -934,7 +956,7 @@ esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) esp-idf/freertos/libfreertos.a(tasks.c.obj) (memcmp) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) - esp-idf/pthread/libpthread.a(pthread.c.obj) (memcpy) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (memcpy) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-memmove.o) esp-idf/lwip/liblwip.a(def.c.obj) (memmove) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-memset.o) @@ -968,13 +990,15 @@ esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) esp-idf/main/libmain.a(main.c.obj) (setvbuf) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) - esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (snprintf) + esp-idf/log/liblog.a(log_freertos.c.obj) (snprintf) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) esp-idf/freertos/libfreertos.a(tasks.c.obj) (sprintf) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) (sscanf) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-stdio.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-findfp.o) (__sread) +/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + esp-idf/freertos/libfreertos.a(port.c.obj) (strcat) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strchr.o) esp-idf/ca/libca.a(ca.c.obj) (strchr) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) @@ -1053,6 +1077,8 @@ esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-tzset.o) (_tzset_unlocked_r) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) (_timezone) +/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) (__utoa) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) (_vfiprintf_r) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) @@ -1224,7 +1250,7 @@ g_dbg_cnt_lmac 0x6d8 /home/mithras/esp/esp-idf/components/esp_w assoc_ie_buf 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) phy_rx_gain_gen 0x140 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) ApFreqCalTimer 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) -global_arg 0x8 esp-idf/ca/libca.a(gen_key.c.obj) +global_arg 0x8 esp-idf/ca/libca.a(ca.c.obj) dhcp_rx_options_val 0x2c esp-idf/lwip/liblwip.a(dhcp.c.obj) g_mesh_ie 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) @@ -1232,6 +1258,7 @@ chip7_phy_api_ctrl 0xf /home/mithras/esp/esp-idf/components/esp_w opt 0x54 esp-idf/ca/libca.a(ca.c.obj) wpa_crypto_funcs 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) adc_ana_conf_org 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +g_mesh_chain 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) if_ctrl 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) Discarded input sections @@ -1274,6 +1301,139 @@ Discarded input sections .bss 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) .xt.lit 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) .xt.prop 0x0000000000000000 0xcc esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .xt.prop 0x0000000000000000 0x9c esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .xt.prop 0x0000000000000000 0x5ac esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .xt.prop 0x0000000000000000 0x27c esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .xt.prop 0x0000000000000000 0x2c4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.4.literal + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .iram1.6.literal + 0x0000000000000000 0x8 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .iram1.4 0x0000000000000000 0xe esp-idf/soc/libsoc.a(cpu_util.c.obj) + .iram1.6 0x0000000000000000 0x17 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .xt.prop 0x0000000000000000 0x1bc esp-idf/soc/libsoc.a(cpu_util.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .text.cpu_hal_clear_breakpoint + 0x0000000000000000 0x2a esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .text.cpu_hal_clear_watchpoint + 0x0000000000000000 0x1a esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .xt.prop 0x0000000000000000 0x180 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .literal.uart_hal_txfifo_rst + 0x0000000000000000 0x8 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .text.uart_hal_txfifo_rst + 0x0000000000000000 0x27 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .xt.prop 0x0000000000000000 0x234 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .xt.prop 0x0000000000000000 0x84 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .literal.rtc_clk_32k_bootstrap + 0x0000000000000000 0x34 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .literal.rtc_clk_32k_enabled + 0x0000000000000000 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .literal.rtc_clk_8m_enabled + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .literal.rtc_clk_8md256_enabled + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .literal.rtc_clk_apll_enable + 0x0000000000000000 0x54 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .literal.rtc_clk_fast_freq_get + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_to_config + 0x0000000000000000 0x1c esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .literal.rtc_clk_xtal_freq_update + 0x0000000000000000 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_set_config_fast + 0x0000000000000000 0x10 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .literal.rtc_clk_apb_freq_get + 0x0000000000000000 0x14 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_32k_bootstrap + 0x0000000000000000 0xa2 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enabled + 0x0000000000000000 0x1c esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_8m_enabled + 0x0000000000000000 0x1b esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_8md256_enabled + 0x0000000000000000 0x1c esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_apll_enable + 0x0000000000000000 0x162 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_fast_freq_get + 0x0000000000000000 0x10 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_config + 0x0000000000000000 0x78 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .rodata.rtc_clk_cpu_freq_to_config + 0x0000000000000000 0x14 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_xtal_freq_update + 0x0000000000000000 0x2c esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_config_fast + 0x0000000000000000 0x36 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_apb_freq_get + 0x0000000000000000 0x2a esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .xt.lit 0x0000000000000000 0xf0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .xt.prop 0x0000000000000000 0xa44 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .literal.rtc_clk_cal_ratio + 0x0000000000000000 0x8 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .text.rtc_clk_cal_ratio + 0x0000000000000000 0x24 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .xt.prop 0x0000000000000000 0x24c esp-idf/soc/libsoc.a(rtc_time.c.obj) + .literal.rtc_wdt_get_timeout + 0x0000000000000000 0x14 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .text.rtc_wdt_get_timeout + 0x0000000000000000 0x61 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .xt.prop 0x0000000000000000 0x408 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .literal.esp_log_system_timestamp + 0x0000000000000000 0x30 esp-idf/log/liblog.a(log_freertos.c.obj) + .text 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .data 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .rodata.esp_log_system_timestamp.str1.4 + 0x0000000000000000 0x15 esp-idf/log/liblog.a(log_freertos.c.obj) + .text.esp_log_system_timestamp + 0x0000000000000000 0xe9 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.bufferLock$5223 + 0x0000000000000000 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.buffer$5222 + 0x0000000000000000 0x12 esp-idf/log/liblog.a(log_freertos.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/log/liblog.a(log_freertos.c.obj) + .xt.prop 0x0000000000000000 0x234 esp-idf/log/liblog.a(log_freertos.c.obj) .literal.pthread_list_find_item 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) .literal.pthread_find @@ -1306,9 +1466,9 @@ Discarded input sections 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) .literal.pthread_mutex_destroy 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) - .iram1.18.literal + .iram1.25.literal 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) - .iram1.19.literal + .iram1.26.literal 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) .literal.pthread_mutexattr_settype 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) @@ -1363,8 +1523,8 @@ Discarded input sections 0x0000000000000000 0x5d esp-idf/pthread/libpthread.a(pthread.c.obj) .text.pthread_mutex_destroy 0x0000000000000000 0x38 esp-idf/pthread/libpthread.a(pthread.c.obj) - .iram1.18 0x0000000000000000 0x6e esp-idf/pthread/libpthread.a(pthread.c.obj) - .iram1.19 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.25 0x0000000000000000 0x6e esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.26 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) .text.pthread_mutexattr_init 0x0000000000000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) .text.pthread_mutexattr_destroy @@ -1385,17 +1545,17 @@ Discarded input sections 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) .text.pthread_attr_setdetachstate 0x0000000000000000 0x25 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__FUNCTION__$6090 + .rodata.__FUNCTION__$6173 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__func__$6079 + .rodata.__func__$6162 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__func__$6067 + .rodata.__func__$6150 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__func__$6060 + .rodata.__func__$6143 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__func__$6052 + .rodata.__func__$6135 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__func__$6042 + .rodata.__func__$6125 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) .bss.s_threads_list 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) @@ -1410,34 +1570,47 @@ Discarded input sections 0x0000000000000000 0x2a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .xt.lit 0x0000000000000000 0x38 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .xt.prop 0x0000000000000000 0x390 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .xt.prop 0x0000000000000000 0xa8 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .iram1.6.literal + 0x0000000000000000 0x8 esp-idf/esp32/libesp32.a(clk.c.obj) + .literal.rtc_clk_select_rtc_slow_clk + 0x0000000000000000 0x4 esp-idf/esp32/libesp32.a(clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) + .iram1.6 0x0000000000000000 0x11 esp-idf/esp32/libesp32.a(clk.c.obj) + .text.rtc_clk_select_rtc_slow_clk + 0x0000000000000000 0xe esp-idf/esp32/libesp32.a(clk.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/esp32/libesp32.a(clk.c.obj) + .xt.prop 0x0000000000000000 0x21c esp-idf/esp32/libesp32.a(clk.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cpu_start.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cpu_start.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .xt.lit 0x0000000000000000 0x48 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .xt.prop 0x0000000000000000 0x264 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .iram1.23.literal + .xt.lit 0x0000000000000000 0x40 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + .xt.prop 0x0000000000000000 0x210 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + .iram1.30.literal 0x0000000000000000 0x4 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - .iram1.23 0x0000000000000000 0xf esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .iram1.30 0x0000000000000000 0xf esp-idf/esp32/libesp32.a(crosscore_int.c.obj) .xt.lit 0x0000000000000000 0x28 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) .xt.prop 0x0000000000000000 0x18c esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - .iram1.21.literal + .iram1.28.literal 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .iram1.23.literal + .iram1.30.literal 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(dport_access.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .iram1.21 0x0000000000000000 0x27 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .iram1.23 0x0000000000000000 0x27 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .iram1.28 0x0000000000000000 0x27 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .iram1.30 0x0000000000000000 0x27 esp-idf/esp32/libesp32.a(dport_access.c.obj) .xt.lit 0x0000000000000000 0x50 esp-idf/esp32/libesp32.a(dport_access.c.obj) .xt.prop 0x0000000000000000 0x2ac esp-idf/esp32/libesp32.a(dport_access.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) - .xt.lit 0x0000000000000000 0x8 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) - .xt.prop 0x0000000000000000 0x9c esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(int_wdt.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(int_wdt.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(int_wdt.c.obj) @@ -1447,11 +1620,11 @@ Discarded input sections 0x0000000000000000 0x14 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .literal.esp_intr_reserve 0x0000000000000000 0x14 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .iram1.16.literal + .iram1.23.literal 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .iram1.21.literal + .iram1.28.literal 0x0000000000000000 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .iram1.22.literal + .iram1.29.literal 0x0000000000000000 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) @@ -1460,36 +1633,15 @@ Discarded input sections 0x0000000000000000 0x5d esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .text.esp_intr_reserve 0x0000000000000000 0x4f esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .iram1.16 0x0000000000000000 0x89 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .iram1.23 0x0000000000000000 0x89 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .text.esp_intr_get_intno 0x0000000000000000 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .text.esp_intr_get_cpu 0x0000000000000000 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .iram1.21 0x0000000000000000 0xe esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .iram1.22 0x0000000000000000 0xe esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .iram1.28 0x0000000000000000 0xe esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .iram1.29 0x0000000000000000 0xe esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .xt.lit 0x0000000000000000 0xa8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .xt.prop 0x0000000000000000 0xd74 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .literal.esp_set_breakpoint_if_jtag - 0x0000000000000000 0x8 esp-idf/esp32/libesp32.a(panic.c.obj) - .literal._esp_error_check_failed_without_abort - 0x0000000000000000 0x8 esp-idf/esp32/libesp32.a(panic.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(panic.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(panic.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(panic.c.obj) - .text.esp_reset_reason_set_hint - 0x0000000000000000 0x5 esp-idf/esp32/libesp32.a(panic.c.obj) - .text.esp_reset_reason_get_hint - 0x0000000000000000 0x7 esp-idf/esp32/libesp32.a(panic.c.obj) - .text.esp_set_breakpoint_if_jtag - 0x0000000000000000 0x16 esp-idf/esp32/libesp32.a(panic.c.obj) - .text.esp_clear_watchpoint - 0x0000000000000000 0x14 esp-idf/esp32/libesp32.a(panic.c.obj) - .rodata._esp_error_check_failed_without_abort.str1.4 - 0x0000000000000000 0x1e esp-idf/esp32/libesp32.a(panic.c.obj) - .text._esp_error_check_failed_without_abort - 0x0000000000000000 0x18 esp-idf/esp32/libesp32.a(panic.c.obj) - .xt.lit 0x0000000000000000 0xb0 esp-idf/esp32/libesp32.a(panic.c.obj) - .xt.prop 0x0000000000000000 0x8ac esp-idf/esp32/libesp32.a(panic.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) @@ -1512,32 +1664,26 @@ Discarded input sections 0x0000000000000000 0xb6 esp-idf/esp32/libesp32.a(task_wdt.c.obj) .text.esp_task_wdt_status 0x0000000000000000 0x5d esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .rodata.__func__$5761 + .rodata.__func__$5844 0x0000000000000000 0x14 esp-idf/esp32/libesp32.a(task_wdt.c.obj) .xt.lit 0x0000000000000000 0x50 esp-idf/esp32/libesp32.a(task_wdt.c.obj) .xt.prop 0x0000000000000000 0x570 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .xt.lit 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .xt.prop 0x0000000000000000 0xa8 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .iram1.6.literal - 0x0000000000000000 0x8 esp-idf/esp32/libesp32.a(clk.c.obj) - .literal.rtc_clk_select_rtc_slow_clk - 0x0000000000000000 0x4 esp-idf/esp32/libesp32.a(clk.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) - .iram1.6 0x0000000000000000 0x11 esp-idf/esp32/libesp32.a(clk.c.obj) - .text.rtc_clk_select_rtc_slow_clk - 0x0000000000000000 0xe esp-idf/esp32/libesp32.a(clk.c.obj) - .xt.lit 0x0000000000000000 0x40 esp-idf/esp32/libesp32.a(clk.c.obj) - .xt.prop 0x0000000000000000 0x21c esp-idf/esp32/libesp32.a(clk.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(brownout.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(brownout.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(brownout.c.obj) .xt.lit 0x0000000000000000 0x10 esp-idf/esp_common/libesp_common.a(brownout.c.obj) .xt.prop 0x0000000000000000 0x6c esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .literal._esp_error_check_failed_without_abort + 0x0000000000000000 0x8 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .rodata._esp_error_check_failed_without_abort.str1.4 + 0x0000000000000000 0x1e esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .text._esp_error_check_failed_without_abort + 0x0000000000000000 0x18 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) .literal.esp_err_to_name_r 0x0000000000000000 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) @@ -1589,7 +1735,7 @@ Discarded input sections 0x0000000000000000 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) .literal.esp_timer_dump 0x0000000000000000 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.25.literal + .iram1.32.literal 0x0000000000000000 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) @@ -1602,7 +1748,7 @@ Discarded input sections 0x0000000000000000 0x43 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) .text.esp_timer_dump 0x0000000000000000 0x89 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.25 0x0000000000000000 0x26 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.32 0x0000000000000000 0x26 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) .xt.lit 0x0000000000000000 0x98 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) .xt.prop 0x0000000000000000 0x7d4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) .literal.esp_timer_impl_deinit @@ -1631,10 +1777,10 @@ Discarded input sections 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(port.c.obj) .text.xPortGetTickRateHz 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) - .rodata.__FUNCTION__$5066 + .rodata.__FUNCTION__$5149 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) - .xt.lit 0x0000000000000000 0x60 esp-idf/freertos/libfreertos.a(port.c.obj) - .xt.prop 0x0000000000000000 0x390 esp-idf/freertos/libfreertos.a(port.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/freertos/libfreertos.a(port.c.obj) + .xt.prop 0x0000000000000000 0x3cc esp-idf/freertos/libfreertos.a(port.c.obj) .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) .xt.lit 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(portasm.S.obj) .xt.prop 0x0000000000000000 0x168 esp-idf/freertos/libfreertos.a(portasm.S.obj) @@ -1685,7 +1831,7 @@ Discarded input sections .UserEnter.text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) .xt.lit 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) - .xt.prop 0x0000000000000000 0x4f8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .xt.prop 0x0000000000000000 0x4b0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) @@ -1735,13 +1881,13 @@ Discarded input sections 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) .text.xQueueSelectFromSetFromISR 0x0000000000000000 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__FUNCTION__$5191 + .rodata.__FUNCTION__$5269 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__FUNCTION__$5181 + .rodata.__FUNCTION__$5259 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__FUNCTION__$5146 + .rodata.__FUNCTION__$5224 0x0000000000000000 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__FUNCTION__$5128 + .rodata.__FUNCTION__$5206 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) .xt.lit 0x0000000000000000 0xf8 esp-idf/freertos/libfreertos.a(queue.c.obj) .xt.prop 0x0000000000000000 0xe88 esp-idf/freertos/libfreertos.a(queue.c.obj) @@ -1840,27 +1986,27 @@ Discarded input sections 0x0000000000000000 0x118 esp-idf/freertos/libfreertos.a(tasks.c.obj) .text.uxTaskGetSnapshotAll 0x0000000000000000 0xa0 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5641 + .rodata.__FUNCTION__$5719 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5628 + .rodata.__FUNCTION__$5706 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5612 + .rodata.__FUNCTION__$5690 0x0000000000000000 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5455 + .rodata.__FUNCTION__$5533 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5318 + .rodata.__FUNCTION__$5396 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5254 + .rodata.__FUNCTION__$5332 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5243 + .rodata.__FUNCTION__$5321 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5248 + .rodata.__FUNCTION__$5326 0x0000000000000000 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5212 + .rodata.__FUNCTION__$5290 0x0000000000000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5196 + .rodata.__FUNCTION__$5274 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5139 + .rodata.__FUNCTION__$5217 0x0000000000000000 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) .xt.lit 0x0000000000000000 0x228 esp-idf/freertos/libfreertos.a(tasks.c.obj) .xt.prop 0x0000000000000000 0x22ec esp-idf/freertos/libfreertos.a(tasks.c.obj) @@ -1903,15 +2049,15 @@ Discarded input sections 0x0000000000000000 0x22 esp-idf/freertos/libfreertos.a(timers.c.obj) .text.xTimerPendFunctionCall 0x0000000000000000 0x3c esp-idf/freertos/libfreertos.a(timers.c.obj) - .rodata.__FUNCTION__$5004 + .rodata.__FUNCTION__$5082 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(timers.c.obj) - .rodata.__FUNCTION__$4987 + .rodata.__FUNCTION__$5065 0x0000000000000000 0x11 esp-idf/freertos/libfreertos.a(timers.c.obj) - .rodata.__FUNCTION__$4892 + .rodata.__FUNCTION__$4970 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) - .rodata.__FUNCTION__$4886 + .rodata.__FUNCTION__$4964 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(timers.c.obj) - .rodata.__FUNCTION__$4872 + .rodata.__FUNCTION__$4950 0x0000000000000000 0x16 esp-idf/freertos/libfreertos.a(timers.c.obj) .xt.lit 0x0000000000000000 0x98 esp-idf/freertos/libfreertos.a(timers.c.obj) .xt.prop 0x0000000000000000 0x720 esp-idf/freertos/libfreertos.a(timers.c.obj) @@ -2032,6 +2178,11 @@ Discarded input sections 0x0000000000000000 0x40 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .xt.lit 0x0000000000000000 0xe0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .xt.prop 0x0000000000000000 0x1608 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(abort.c.obj) + .xt.prop 0x0000000000000000 0x3c esp-idf/newlib/libnewlib.a(abort.c.obj) .literal.memalign 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) @@ -2068,7 +2219,7 @@ Discarded input sections 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(pthread.c.obj) .text.sigfillset 0x0000000000000000 0xd esp-idf/newlib/libnewlib.a(pthread.c.obj) - .rodata.__func__$3333 + .rodata.__func__$3338 0x0000000000000000 0x1a esp-idf/newlib/libnewlib.a(pthread.c.obj) .xt.lit 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(pthread.c.obj) .xt.prop 0x0000000000000000 0xd8 esp-idf/newlib/libnewlib.a(pthread.c.obj) @@ -2293,14 +2444,14 @@ Discarded input sections .text 0x0000000000000000 0x0 esp-idf/https_server/libhttps_server.a(prvtkey.pem.S.obj) .data 0x0000000000000000 0x0 esp-idf/https_server/libhttps_server.a(prvtkey.pem.S.obj) .bss 0x0000000000000000 0x0 esp-idf/https_server/libhttps_server.a(prvtkey.pem.S.obj) - .iram1.13.literal + .iram1.20.literal 0x0000000000000000 0x64 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) .text 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) .data 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) .bss 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) .rodata.str1.4 0x0000000000000000 0x45 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - .iram1.13 0x0000000000000000 0x145 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .iram1.20 0x0000000000000000 0x145 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) .xt.lit 0x0000000000000000 0x10 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) .xt.prop 0x0000000000000000 0x24c esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) .iram1.literal @@ -2314,481 +2465,8 @@ Discarded input sections .debug_abbrev 0x0000000000000000 0x14 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) .debug_aranges 0x0000000000000000 0x20 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) - .debug_str 0x0000000000000000 0x76 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .debug_str 0x0000000000000000 0x70 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) .xt.prop 0x0000000000000000 0x30 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .xt.lit 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .xt.prop 0x0000000000000000 0x90 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .xt.lit 0x0000000000000000 0x20 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .xt.prop 0x0000000000000000 0x108 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .literal.rtc_clk_32k_bootstrap - 0x0000000000000000 0x34 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .literal.rtc_clk_32k_enabled - 0x0000000000000000 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .literal.rtc_clk_8m_enabled - 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .literal.rtc_clk_8md256_enabled - 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .literal.rtc_clk_apll_enable - 0x0000000000000000 0x54 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .literal.rtc_clk_fast_freq_get - 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .literal.rtc_clk_cpu_freq_to_config - 0x0000000000000000 0x1c esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .literal.rtc_clk_xtal_freq_update - 0x0000000000000000 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .literal.rtc_clk_cpu_freq_set_config_fast - 0x0000000000000000 0x10 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .literal.rtc_clk_apb_freq_get - 0x0000000000000000 0x14 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_32k_bootstrap - 0x0000000000000000 0xa2 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_32k_enabled - 0x0000000000000000 0x1c esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_8m_enabled - 0x0000000000000000 0x1b esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_8md256_enabled - 0x0000000000000000 0x1c esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_apll_enable - 0x0000000000000000 0x162 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_fast_freq_get - 0x0000000000000000 0x10 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_freq_to_config - 0x0000000000000000 0x78 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .rodata.rtc_clk_cpu_freq_to_config - 0x0000000000000000 0x14 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_xtal_freq_update - 0x0000000000000000 0x2c esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_freq_set_config_fast - 0x0000000000000000 0x36 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_apb_freq_get - 0x0000000000000000 0x2a esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .xt.lit 0x0000000000000000 0xf0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .xt.prop 0x0000000000000000 0xa44 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .xt.lit 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .xt.prop 0x0000000000000000 0xf0 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .literal.rtc_clk_cal_ratio - 0x0000000000000000 0x8 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .text.rtc_clk_cal_ratio - 0x0000000000000000 0x24 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .xt.lit 0x0000000000000000 0x30 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .xt.prop 0x0000000000000000 0x24c esp-idf/soc/libsoc.a(rtc_time.c.obj) - .literal.rtc_wdt_get_timeout - 0x0000000000000000 0x14 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .text.rtc_wdt_get_timeout - 0x0000000000000000 0x61 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .xt.lit 0x0000000000000000 0x60 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .xt.prop 0x0000000000000000 0x408 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .literal.esp_netif_get_nr_of_ifs - 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .literal.esp_netif_next - 0x0000000000000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .text.esp_netif_get_nr_of_ifs - 0x0000000000000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .text.esp_netif_next - 0x0000000000000000 0x3f esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .xt.lit 0x0000000000000000 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .xt.prop 0x0000000000000000 0x3c0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .literal.esp_netif_dhcps_start_api - 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_nd6_cb - 0x0000000000000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_dhcps_stop_api - 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_dhcpc_stop_api - 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_set_hostname_api - 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_set_ip_info_api - 0x0000000000000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_set_dns_info_api - 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_get_dns_info_api - 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_create_ip6_linklocal_api - 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_set_ip4_addr - 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_ip4addr_ntoa - 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_ip4addr_aton - 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_deinit - 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_dhcpc_stop - 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_dhcps_start - 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_dhcps_stop - 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_set_hostname - 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_get_mac - 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_set_ip_info - 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_set_dns_info - 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_get_dns_info - 0x0000000000000000 0x34 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_create_ip6_linklocal - 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_get_ip6_linklocal - 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_get_ip6_global - 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_dhcps_option - 0x0000000000000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_dhcpc_option - 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_start_api - 0x0000000000000000 0x55 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_nd6_cb.str1.4 - 0x0000000000000000 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_nd6_cb - 0x0000000000000000 0xde esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_stop_api - 0x0000000000000000 0x3d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_dhcpc_stop_api.str1.4 - 0x0000000000000000 0x3d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcpc_stop_api - 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_hostname_api - 0x0000000000000000 0x55 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_set_ip_info_api.str1.4 - 0x0000000000000000 0x45 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_ip_info_api - 0x0000000000000000 0x132 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_dns_info_api - 0x0000000000000000 0x59 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_get_dns_info_api.str1.4 - 0x0000000000000000 0x33 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_dns_info_api - 0x0000000000000000 0x79 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_create_ip6_linklocal_api - 0x0000000000000000 0x32 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_ip4_addr - 0x0000000000000000 0x43 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_ip4addr_ntoa - 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_ip4addr_aton - 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_netif_impl - 0x0000000000000000 0x19 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_deinit - 0x0000000000000000 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcpc_stop - 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_get_status - 0x0000000000000000 0x2a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_start - 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_stop - 0x0000000000000000 0x5f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_hostname - 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_mac - 0x0000000000000000 0x53 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_ip_info - 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_dns_info - 0x0000000000000000 0x65 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_dns_info - 0x0000000000000000 0x92 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_create_ip6_linklocal - 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_ip6_linklocal - 0x0000000000000000 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_ip6_global - 0x0000000000000000 0x6e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_flags - 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_route_prio - 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_option - 0x0000000000000000 0x1e5 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcpc_option - 0x0000000000000000 0x7a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_netif_impl_index - 0x0000000000000000 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.__func__$9845 - 0x0000000000000000 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .xt.lit 0x0000000000000000 0x1d8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .xt.prop 0x0000000000000000 0x2178 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .literal.esp_netif_ppp_set_auth - 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .literal.esp_netif_lwip_ppp_input - 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .literal.esp_netif_ppp_set_params - 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .text.esp_netif_ppp_set_auth - 0x0000000000000000 0x25 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .text.esp_netif_lwip_ppp_input - 0x0000000000000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .text.esp_netif_ppp_set_params - 0x0000000000000000 0x25 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .rodata.__func__$8723 - 0x0000000000000000 0x19 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .rodata.__func__$8710 - 0x0000000000000000 0x19 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .rodata.__func__$8690 - 0x0000000000000000 0x17 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .rodata.str1.4 - 0x0000000000000000 0x11 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .data.NETIF_PPP_STATUS - 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .xt.lit 0x0000000000000000 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .xt.prop 0x0000000000000000 0x1ec esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .literal.esp_event_handler_instance_register - 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .literal.esp_event_handler_instance_unregister - 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .literal.esp_event_isr_post - 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .literal.esp_event_loop_delete_default - 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .literal.esp_event_send_to_default_loop - 0x0000000000000000 0x78 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text.esp_event_handler_instance_register - 0x0000000000000000 0x25 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text.esp_event_handler_instance_unregister - 0x0000000000000000 0x21 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text.esp_event_isr_post - 0x0000000000000000 0x24 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text.esp_event_loop_delete_default - 0x0000000000000000 0x26 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text.esp_event_send_to_default_loop - 0x0000000000000000 0x291 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .rodata.esp_event_send_to_default_loop - 0x0000000000000000 0x68 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .xt.lit 0x0000000000000000 0x48 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .xt.prop 0x0000000000000000 0x528 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .literal.handler_instances_remove_all - 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .literal.base_node_remove_all_handler - 0x0000000000000000 0xc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .literal.loop_node_remove_all_handler - 0x0000000000000000 0xc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .literal.esp_event_loop_delete - 0x0000000000000000 0x38 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .literal.esp_event_handler_instance_register_with - 0x0000000000000000 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .literal.esp_event_handler_instance_unregister_with - 0x0000000000000000 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .literal.esp_event_isr_post_to - 0x0000000000000000 0x1c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.handler_instances_remove_all - 0x0000000000000000 0x3c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.base_node_remove_all_handler - 0x0000000000000000 0x46 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.loop_node_remove_all_handler - 0x0000000000000000 0x46 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_loop_delete - 0x0000000000000000 0xb4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_handler_instance_register_with - 0x0000000000000000 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_handler_instance_unregister_with - 0x0000000000000000 0x21 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_isr_post_to - 0x0000000000000000 0xa0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_dump - 0x0000000000000000 0x7 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.__func__$8791 - 0x0000000000000000 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.__func__$8688 - 0x0000000000000000 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .xt.lit 0x0000000000000000 0xa8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .xt.prop 0x0000000000000000 0xe7c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .literal.esp_event_send - 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .text.esp_event_send - 0x0000000000000000 0x1a esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .xt.lit 0x0000000000000000 0x28 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .xt.prop 0x0000000000000000 0x3c0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .rodata.g_wifi_default_mesh_crypto_funcs - 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .xt.prop 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .xt.lit 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .xt.prop 0x0000000000000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .xt.prop 0x0000000000000000 0xfc esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .xt.prop 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .literal.SHA1Transform - 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .literal.SHA1Init - 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .literal.SHA1Update - 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .literal.SHA1Final - 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .text.SHA1Transform - 0x0000000000000000 0x11ee esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .text.SHA1Init - 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .text.SHA1Update - 0x0000000000000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .rodata.SHA1Final.str1.4 - 0x0000000000000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .rodata 0x0000000000000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .text.SHA1Final - 0x0000000000000000 0xcd esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .xt.lit 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .xt.prop 0x0000000000000000 0x1bc esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .xt.prop 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .xt.lit 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .xt.prop 0x0000000000000000 0x1a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .xt.lit 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .xt.prop 0x0000000000000000 0x1d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .literal.aes_128_cbc_encrypt - 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .literal.aes_128_cbc_decrypt - 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .text.aes_128_cbc_encrypt - 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .text.aes_128_cbc_decrypt - 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .debug_frame 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .debug_info 0x0000000000000000 0xc98 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .debug_abbrev 0x0000000000000000 0x261 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .debug_loc 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .debug_aranges - 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .debug_ranges 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .debug_line 0x0000000000000000 0x552 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .debug_str 0x0000000000000000 0x675 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .comment 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .xt.prop 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .xt.lit 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .xt.prop 0x0000000000000000 0x18c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .xt.lit 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .xt.prop 0x0000000000000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .xt.prop 0x0000000000000000 0x144 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .literal.omac1_aes_256 - 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .text.omac1_aes_256 - 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .xt.lit 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .xt.prop 0x0000000000000000 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .xt.prop 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .xt.prop 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .literal.ccmp_aad_nonce_pv1 - 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .literal.ccmp_encrypt_pv1 - 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .literal.ccmp_256_decrypt - 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .literal.ccmp_256_encrypt - 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_aad_nonce_pv1 - 0x0000000000000000 0xd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_get_pn - 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_encrypt_pv1 - 0x0000000000000000 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_256_decrypt - 0x0000000000000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_256_encrypt - 0x0000000000000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .xt.lit 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .xt.prop 0x0000000000000000 0x384 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .xt.prop 0x0000000000000000 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .xt.lit 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .xt.prop 0x0000000000000000 0x330 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) .literal.esp_efuse_get_pkg_ver 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) .literal.esp_efuse_disable_basic_rom_console @@ -2808,7 +2486,7 @@ Discarded input sections 0x0000000000000000 0xf0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) .text.esp_efuse_write_random_key 0x0000000000000000 0x7f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .rodata.__func__$3699 + .rodata.__func__$3704 0x0000000000000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) .xt.lit 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) .xt.prop 0x0000000000000000 0x15c esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) @@ -2847,9 +2525,9 @@ Discarded input sections 0x0000000000000000 0x2f4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_apply_new_coding_scheme 0x0000000000000000 0x1de esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$3687 + .rodata.__func__$3692 0x0000000000000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$3718 + .rodata.__func__$3723 0x0000000000000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .rodata.range_write_addr_blocks 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) @@ -2961,13 +2639,13 @@ Discarded input sections 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_write_blob 0x0000000000000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$3741 + .rodata.__func__$3746 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$3722 + .rodata.__func__$3727 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$3773 + .rodata.__func__$3778 0x0000000000000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$3825 + .rodata.__func__$3830 0x0000000000000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .xt.lit 0x0000000000000000 0x70 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .xt.prop 0x0000000000000000 0x690 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) @@ -3124,6 +2802,11 @@ Discarded input sections 0x0000000000000000 0x45 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .xt.lit 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .xt.prop 0x0000000000000000 0x168 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xt.prop 0x0000000000000000 0x54 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) .literal.bootloader_fill_random 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) .literal.bootloader_random_enable @@ -3146,7 +2829,7 @@ Discarded input sections 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) .debug_ranges 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) .debug_line 0x0000000000000000 0x141a esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_str 0x0000000000000000 0x4517 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_str 0x0000000000000000 0x4511 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) .comment 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) .xt.lit 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) .xt.prop 0x0000000000000000 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) @@ -3313,72 +2996,72 @@ Discarded input sections 0x0000000000000000 0xc0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) .debug_ranges 0x0000000000000000 0xb0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) .debug_line 0x0000000000000000 0x2ff0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) - .debug_str 0x0000000000000000 0x256f esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .debug_str 0x0000000000000000 0x2569 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) .comment 0x0000000000000000 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) .xt.lit 0x0000000000000000 0xa8 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) .xt.prop 0x0000000000000000 0xc0c esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) - .iram1.29.literal + .iram1.36.literal 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .iram1.30.literal + .iram1.37.literal 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .iram1.29 0x0000000000000000 0x36 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .iram1.30 0x0000000000000000 0x21 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.36 0x0000000000000000 0x36 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.37 0x0000000000000000 0x21 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) .xt.lit 0x0000000000000000 0x60 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .xt.prop 0x0000000000000000 0x384 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .iram1.38.literal + .xt.prop 0x0000000000000000 0x390 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.45.literal 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.33.literal + .iram1.40.literal 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.27.literal + .iram1.34.literal 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.37.literal + .iram1.44.literal 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.35.literal + .iram1.42.literal 0x0000000000000000 0x38 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.36.literal + .iram1.43.literal 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.38 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.33 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.27 0x0000000000000000 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.37 0x0000000000000000 0x4e esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.45 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.40 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.34 0x0000000000000000 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.44 0x0000000000000000 0x4e esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .rodata.str1.4 0x0000000000000000 0x65 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.35 0x0000000000000000 0xd5 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.36 0x0000000000000000 0x85 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .rodata.__func__$5586 + .iram1.42 0x0000000000000000 0xd5 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.43 0x0000000000000000 0x85 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .rodata.__func__$5669 0x0000000000000000 0x22 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .dram1.25 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .dram1.32 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .xt.lit 0x0000000000000000 0x58 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .xt.prop 0x0000000000000000 0x3b4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .literal.find_region 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.17.literal + .iram1.24.literal 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.19.literal + .iram1.26.literal 0x0000000000000000 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.21.literal + .iram1.28.literal 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.22.literal + .iram1.29.literal 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .literal.esp_flash_get_protectable_regions 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.23.literal - 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.24.literal - 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.27.literal - 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.29.literal - 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .iram1.30.literal - 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .iram1.31.literal + 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.34.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.36.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.37.literal + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.38.literal 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .literal.esp_flash_app_disable_protect 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) @@ -3387,23 +3070,23 @@ Discarded input sections .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .text.find_region 0x0000000000000000 0x42 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.17 0x0000000000000000 0x54 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.19 0x0000000000000000 0x74 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.21 0x0000000000000000 0x64 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.22 0x0000000000000000 0x59 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.24 0x0000000000000000 0x51 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.26 0x0000000000000000 0x74 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.28 0x0000000000000000 0x64 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.29 0x0000000000000000 0x58 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .text.esp_flash_get_protectable_regions 0x0000000000000000 0x69 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.23 0x0000000000000000 0xb8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.24 0x0000000000000000 0xe8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.27 0x0000000000000000 0x51 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.29 0x0000000000000000 0x23 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.30 0x0000000000000000 0x70 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.31 0x0000000000000000 0x68 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.30 0x0000000000000000 0xb5 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.31 0x0000000000000000 0xe8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.34 0x0000000000000000 0x4f esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.36 0x0000000000000000 0x25 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.37 0x0000000000000000 0x70 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.38 0x0000000000000000 0x65 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .text.esp_flash_app_disable_protect - 0x0000000000000000 0x26 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x0000000000000000 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .xt.lit 0x0000000000000000 0xc0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .xt.prop 0x0000000000000000 0x1098 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.12.literal + .xt.prop 0x0000000000000000 0x10e0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.19.literal 0x0000000000000000 0x3c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .literal.spi_bus_remove_flash_device 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) @@ -3414,12 +3097,12 @@ Discarded input sections .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .rodata.str1.4 0x0000000000000000 0xdc esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .iram1.12 0x0000000000000000 0x11a esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .iram1.19 0x0000000000000000 0x11a esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .text.spi_bus_remove_flash_device 0x0000000000000000 0x2d esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .text.spi_bus_add_flash_device 0x0000000000000000 0xd1 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.__func__$6107 + .rodata.__func__$6133 0x0000000000000000 0xe esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .xt.lit 0x0000000000000000 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .xt.prop 0x0000000000000000 0x21c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) @@ -3480,11 +3163,11 @@ Discarded input sections 0x0000000000000000 0x15 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) .text.esp_partition_check_identity 0x0000000000000000 0x4c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .rodata.__func__$4297 + .rodata.__func__$4302 0x0000000000000000 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .rodata.__func__$4262 + .rodata.__func__$4267 0x0000000000000000 0x15 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .rodata.__func__$4112 + .rodata.__func__$4117 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) .xt.lit 0x0000000000000000 0x90 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) .xt.prop 0x0000000000000000 0x90c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) @@ -3530,26 +3213,469 @@ Discarded input sections 0x0000000000000000 0x4c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) .xt.lit 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) .xt.prop 0x0000000000000000 0x1f8 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .iram1.30.literal + .iram1.37.literal 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .literal.spi_flash_mmap_dump 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .iram1.32.literal + .iram1.39.literal 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .iram1.33.literal + .iram1.40.literal 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .iram1.30 0x0000000000000000 0x17 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.37 0x0000000000000000 0x17 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .rodata.spi_flash_mmap_dump.str1.4 0x0000000000000000 0x39 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .text.spi_flash_mmap_dump 0x0000000000000000 0x5b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .iram1.32 0x0000000000000000 0x60 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .iram1.33 0x0000000000000000 0x7b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.39 0x0000000000000000 0x60 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.40 0x0000000000000000 0x7b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .xt.lit 0x0000000000000000 0x68 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .xt.prop 0x0000000000000000 0x72c esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .literal.esp_get_minimum_free_heap_size + 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .text.esp_get_minimum_free_heap_size + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .xt.prop 0x0000000000000000 0x1e0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .xt.prop 0x0000000000000000 0x30 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .data.__compound_literal$5 + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .data.__compound_literal$4 + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .data.__compound_literal$3 + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .data.__compound_literal$2 + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .data.__compound_literal$1 + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .data.__compound_literal$0 + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .xt.prop 0x0000000000000000 0x1d4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .xt.prop 0x0000000000000000 0x3c0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(mpu_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(mpu_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(mpu_hal.c.obj) + .xt.prop 0x0000000000000000 0x54 esp-idf/soc/libsoc.a(mpu_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .xt.prop 0x0000000000000000 0xf0 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .literal.esp_netif_get_nr_of_ifs + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .literal.esp_netif_next + 0x0000000000000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_get_nr_of_ifs + 0x0000000000000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_next + 0x0000000000000000 0x3f esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .xt.prop 0x0000000000000000 0x3c0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .literal.esp_netif_dhcps_start_api + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_nd6_cb + 0x0000000000000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_stop_api + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcpc_stop_api + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_hostname_api + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_ip_info_api + 0x0000000000000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_dns_info_api + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_dns_info_api + 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_create_ip6_linklocal_api + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_ip4_addr + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_ip4addr_ntoa + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_ip4addr_aton + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_deinit + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcpc_stop + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_start + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_stop + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_hostname + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_mac + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_ip_info + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_dns_info + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_dns_info + 0x0000000000000000 0x34 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_create_ip6_linklocal + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_ip6_linklocal + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_ip6_global + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_option + 0x0000000000000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcpc_option + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_start_api + 0x0000000000000000 0x55 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_nd6_cb.str1.4 + 0x0000000000000000 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_nd6_cb + 0x0000000000000000 0xde esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_stop_api + 0x0000000000000000 0x3d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_dhcpc_stop_api.str1.4 + 0x0000000000000000 0x3d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_stop_api + 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_hostname_api + 0x0000000000000000 0x55 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_set_ip_info_api.str1.4 + 0x0000000000000000 0x45 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip_info_api + 0x0000000000000000 0x132 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_dns_info_api + 0x0000000000000000 0x59 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_get_dns_info_api.str1.4 + 0x0000000000000000 0x33 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_dns_info_api + 0x0000000000000000 0x79 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_create_ip6_linklocal_api + 0x0000000000000000 0x32 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip4_addr + 0x0000000000000000 0x43 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_ip4addr_ntoa + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_ip4addr_aton + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl + 0x0000000000000000 0x19 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_deinit + 0x0000000000000000 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_stop + 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_get_status + 0x0000000000000000 0x2b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_start + 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_stop + 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_hostname + 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_mac + 0x0000000000000000 0x55 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip_info + 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_dns_info + 0x0000000000000000 0x63 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_dns_info + 0x0000000000000000 0x92 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_create_ip6_linklocal + 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_ip6_linklocal + 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_ip6_global + 0x0000000000000000 0x6e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_flags + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_route_prio + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_option + 0x0000000000000000 0x1e5 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_option + 0x0000000000000000 0x7e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl_index + 0x0000000000000000 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__func__$9939 + 0x0000000000000000 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .xt.lit 0x0000000000000000 0x1e0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .xt.prop 0x0000000000000000 0x21a8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_ppp_set_auth + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .literal.esp_netif_lwip_ppp_input + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .literal.esp_netif_ppp_set_params + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .text.esp_netif_ppp_set_auth + 0x0000000000000000 0x25 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .text.esp_netif_lwip_ppp_input + 0x0000000000000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .text.esp_netif_ppp_set_params + 0x0000000000000000 0x25 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .rodata.__func__$9036 + 0x0000000000000000 0x19 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .rodata.__func__$9023 + 0x0000000000000000 0x19 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .rodata.__func__$9003 + 0x0000000000000000 0x17 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x11 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .data.NETIF_PPP_STATUS + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .xt.prop 0x0000000000000000 0x1ec esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .literal.esp_event_handler_instance_register + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_handler_instance_unregister + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_isr_post + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_loop_delete_default + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_send_to_default_loop + 0x0000000000000000 0x78 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_handler_instance_register + 0x0000000000000000 0x25 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_handler_instance_unregister + 0x0000000000000000 0x21 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_isr_post + 0x0000000000000000 0x24 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_loop_delete_default + 0x0000000000000000 0x26 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_send_to_default_loop + 0x0000000000000000 0x291 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .rodata.esp_event_send_to_default_loop + 0x0000000000000000 0x68 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .xt.prop 0x0000000000000000 0x528 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.handler_instances_remove_all + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.base_node_remove_all_handler + 0x0000000000000000 0xc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.loop_node_remove_all_handler + 0x0000000000000000 0xc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.esp_event_loop_delete + 0x0000000000000000 0x38 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.esp_event_handler_instance_register_with + 0x0000000000000000 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.esp_event_handler_instance_unregister_with + 0x0000000000000000 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.esp_event_isr_post_to + 0x0000000000000000 0x1c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.handler_instances_remove_all + 0x0000000000000000 0x3c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.base_node_remove_all_handler + 0x0000000000000000 0x46 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.loop_node_remove_all_handler + 0x0000000000000000 0x46 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_loop_delete + 0x0000000000000000 0xb4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_instance_register_with + 0x0000000000000000 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_instance_unregister_with + 0x0000000000000000 0x21 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_isr_post_to + 0x0000000000000000 0xa0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_dump + 0x0000000000000000 0x7 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__$8875 + 0x0000000000000000 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__$8772 + 0x0000000000000000 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .xt.lit 0x0000000000000000 0xa8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .xt.prop 0x0000000000000000 0xe7c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.esp_event_send + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .text.esp_event_send + 0x0000000000000000 0x1a esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .xt.prop 0x0000000000000000 0x3c0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .rodata.g_wifi_default_mesh_crypto_funcs + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .xt.prop 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .xt.prop 0x0000000000000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .xt.prop 0x0000000000000000 0xfc esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .xt.prop 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .literal.SHA1Transform + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .literal.SHA1Init + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .literal.SHA1Update + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .literal.SHA1Final + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .text.SHA1Transform + 0x0000000000000000 0x11ee esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .text.SHA1Init + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .text.SHA1Update + 0x0000000000000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .rodata.SHA1Final.str1.4 + 0x0000000000000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .rodata 0x0000000000000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .text.SHA1Final + 0x0000000000000000 0xcd esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .xt.prop 0x0000000000000000 0x1bc esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .xt.prop 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .xt.prop 0x0000000000000000 0x1a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .xt.prop 0x0000000000000000 0x1d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .literal.aes_128_cbc_encrypt + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .literal.aes_128_cbc_decrypt + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .text.aes_128_cbc_encrypt + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .text.aes_128_cbc_decrypt + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .debug_frame 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .debug_info 0x0000000000000000 0xc98 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .debug_abbrev 0x0000000000000000 0x261 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .debug_loc 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .debug_aranges + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .debug_ranges 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .debug_line 0x0000000000000000 0x552 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .debug_str 0x0000000000000000 0x66f esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .comment 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .xt.prop 0x0000000000000000 0x18c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .xt.prop 0x0000000000000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .xt.prop 0x0000000000000000 0x144 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .literal.omac1_aes_256 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .text.omac1_aes_256 + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .xt.prop 0x0000000000000000 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .xt.prop 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .xt.prop 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .literal.ccmp_aad_nonce_pv1 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .literal.ccmp_encrypt_pv1 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .literal.ccmp_256_decrypt + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .literal.ccmp_256_encrypt + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_aad_nonce_pv1 + 0x0000000000000000 0xd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_get_pn + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_encrypt_pv1 + 0x0000000000000000 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_256_decrypt + 0x0000000000000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_256_encrypt + 0x0000000000000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .xt.prop 0x0000000000000000 0x384 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .xt.prop 0x0000000000000000 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .xt.prop 0x0000000000000000 0x330 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) @@ -3598,7 +3724,7 @@ Discarded input sections .text.nvs_release_iterator 0x0000000000000000 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .xt.lit 0x0000000000000000 0x1e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .xt.prop 0x0000000000000000 0xd80 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop 0x0000000000000000 0xd98 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .literal._ZN3nvs7Storage9debugDumpEv 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .literal._ZN3nvs7Storage9fillStatsER11nvs_stats_t @@ -3720,7 +3846,7 @@ Discarded input sections .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) .xt.lit 0x0000000000000000 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .xt.prop 0x0000000000000000 0xd8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .xt.prop 0x0000000000000000 0xe4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) .literal.disconnect_and_destroy 0x0000000000000000 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) .literal.esp_wifi_clear_default_wifi_driver_and_handlers @@ -3742,9 +3868,9 @@ Discarded input sections 0x0000000000000000 0xfc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) .text.esp_netif_create_default_wifi_mesh_netifs 0x0000000000000000 0x138 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.__func__$9260 + .rodata.__func__$9353 0x0000000000000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.__func__$9252 + .rodata.__func__$9345 0x0000000000000000 0x16 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) .xt.lit 0x0000000000000000 0xa8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) .xt.prop 0x0000000000000000 0x5f4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) @@ -3757,26 +3883,26 @@ Discarded input sections 0x0000000000000000 0xe esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) .xt.lit 0x0000000000000000 0x48 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) .xt.prop 0x0000000000000000 0x264 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .iram1.25.literal + .iram1.35.literal 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.24.literal + .iram1.34.literal 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.41 0x0000000000000000 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.25 0x0000000000000000 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.24 0x0000000000000000 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.37 0x0000000000000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.38 0x0000000000000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.51 0x0000000000000000 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.35 0x0000000000000000 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.34 0x0000000000000000 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.47 0x0000000000000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.48 0x0000000000000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) .text.coex_register_bt_cb_wrapper 0x0000000000000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.39 0x0000000000000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.40 0x0000000000000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.49 0x0000000000000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.50 0x0000000000000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) .data.g_coex_adapter_funcs 0x0000000000000000 0x54 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .xt.lit 0x0000000000000000 0x188 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .xt.prop 0x0000000000000000 0xc0c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .xt.lit 0x0000000000000000 0x1a0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .xt.prop 0x0000000000000000 0xc9c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) .literal.esp_phy_rf_get_on_ts 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .literal.esp_phy_erase_cal_data_in_nvs @@ -3792,10 +3918,10 @@ Discarded input sections 0x0000000000000000 0xcd esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .text.esp_phy_erase_cal_data_in_nvs 0x0000000000000000 0x9a esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .rodata.__func__$11116 + .rodata.__func__$11235 0x0000000000000000 0x1e esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .xt.lit 0x0000000000000000 0x90 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .xt.prop 0x0000000000000000 0x918 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .xt.prop 0x0000000000000000 0x93c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .literal.dhcps_option_info 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) .literal.dhcps_set_option_info @@ -3856,11 +3982,11 @@ Discarded input sections 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) .text.mem_free_callback 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__$7059 + .rodata.__func__$7137 0x0000000000000000 0x26 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__$7055 + .rodata.__func__$7133 0x0000000000000000 0x1e esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__$7043 + .rodata.__func__$7121 0x0000000000000000 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) .xt.lit 0x0000000000000000 0x88 esp-idf/lwip/liblwip.a(tcpip.c.obj) .xt.prop 0x0000000000000000 0x5dc esp-idf/lwip/liblwip.a(tcpip.c.obj) @@ -3986,9 +4112,9 @@ Discarded input sections 0x0000000000000000 0x24 esp-idf/lwip/liblwip.a(memp.c.obj) .text.memp_free_pool 0x0000000000000000 0x32 esp-idf/lwip/liblwip.a(memp.c.obj) - .rodata.__func__$8281 + .rodata.__func__$8359 0x0000000000000000 0xf esp-idf/lwip/liblwip.a(memp.c.obj) - .rodata.__func__$8264 + .rodata.__func__$8342 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(memp.c.obj) .xt.lit 0x0000000000000000 0x30 esp-idf/lwip/liblwip.a(memp.c.obj) .xt.prop 0x0000000000000000 0x330 esp-idf/lwip/liblwip.a(memp.c.obj) @@ -4004,10 +4130,6 @@ Discarded input sections 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) .literal.netif_set_link_down 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) - .literal.netif_ip6_addr_set_parts - 0x0000000000000000 0x28 esp-idf/lwip/liblwip.a(netif.c.obj) - .literal.netif_ip6_addr_set - 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(netif.c.obj) .literal.netif_create_ip6_linklocal_address 0x0000000000000000 0x2c esp-idf/lwip/liblwip.a(netif.c.obj) .literal.netif_add_ip6_address @@ -4041,12 +4163,6 @@ Discarded input sections 0x0000000000000000 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) .text.netif_set_link_down 0x0000000000000000 0x22 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_ip6_addr_set_parts - 0x0000000000000000 0x10a esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_ip6_addr_set.str1.4 - 0x0000000000000000 0x46 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_ip6_addr_set - 0x0000000000000000 0x43 esp-idf/lwip/liblwip.a(netif.c.obj) .rodata.netif_create_ip6_linklocal_address.str1.4 0x0000000000000000 0x32 esp-idf/lwip/liblwip.a(netif.c.obj) .text.netif_create_ip6_linklocal_address @@ -4059,15 +4175,11 @@ Discarded input sections 0x0000000000000000 0x31 esp-idf/lwip/liblwip.a(netif.c.obj) .text.netif_name_to_index 0x0000000000000000 0x1d esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__$7812 + .rodata.__func__$7890 0x0000000000000000 0x16 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__$7802 + .rodata.__func__$7880 0x0000000000000000 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__$7773 - 0x0000000000000000 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__$7762 - 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__$7598 + .rodata.__func__$7676 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(netif.c.obj) .xt.lit 0x0000000000000000 0x100 esp-idf/lwip/liblwip.a(netif.c.obj) .xt.prop 0x0000000000000000 0xf9c esp-idf/lwip/liblwip.a(netif.c.obj) @@ -4110,7 +4222,7 @@ Discarded input sections 0x0000000000000000 0x42 esp-idf/lwip/liblwip.a(pbuf.c.obj) .text.pbuf_strstr 0x0000000000000000 0x55 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.__func__$7356 + .rodata.__func__$7434 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) .xt.lit 0x0000000000000000 0x110 esp-idf/lwip/liblwip.a(pbuf.c.obj) .xt.prop 0x0000000000000000 0xff0 esp-idf/lwip/liblwip.a(pbuf.c.obj) @@ -4204,7 +4316,7 @@ Discarded input sections 0x0000000000000000 0x55 esp-idf/lwip/liblwip.a(dhcp.c.obj) .text.dhcp_inform 0x0000000000000000 0xa1 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.__func__$7105 + .rodata.__func__$7183 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) .xt.lit 0x0000000000000000 0x128 esp-idf/lwip/liblwip.a(dhcp.c.obj) .xt.prop 0x0000000000000000 0x1548 esp-idf/lwip/liblwip.a(dhcp.c.obj) @@ -4221,9 +4333,9 @@ Discarded input sections 0x0000000000000000 0x6d esp-idf/lwip/liblwip.a(etharp.c.obj) .text.etharp_get_entry 0x0000000000000000 0x80 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.__func__$6998 + .rodata.__func__$7076 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.__func__$6991 + .rodata.__func__$7069 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(etharp.c.obj) .xt.lit 0x0000000000000000 0x80 esp-idf/lwip/liblwip.a(etharp.c.obj) .xt.prop 0x0000000000000000 0xad4 esp-idf/lwip/liblwip.a(etharp.c.obj) @@ -4248,7 +4360,7 @@ Discarded input sections 0x0000000000000000 0xa esp-idf/lwip/liblwip.a(ip4.c.obj) .text.ip4_output 0x0000000000000000 0x51 esp-idf/lwip/liblwip.a(ip4.c.obj) - .rodata.__func__$7438 + .rodata.__func__$7516 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(ip4.c.obj) .xt.lit 0x0000000000000000 0x60 esp-idf/lwip/liblwip.a(ip4.c.obj) .xt.prop 0x0000000000000000 0x720 esp-idf/lwip/liblwip.a(ip4.c.obj) @@ -4271,7 +4383,7 @@ Discarded input sections 0x0000000000000000 0x96 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) .text.ip4addr_ntoa 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .bss.str$6304 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .bss.str$6382 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) .xt.lit 0x0000000000000000 0x28 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) .xt.prop 0x0000000000000000 0x4d4 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) @@ -4299,7 +4411,7 @@ Discarded input sections .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) .text.ip6_output 0x0000000000000000 0x16d esp-idf/lwip/liblwip.a(ip6.c.obj) - .rodata.__func__$7256 + .rodata.__func__$7334 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(ip6.c.obj) .xt.lit 0x0000000000000000 0x40 esp-idf/lwip/liblwip.a(ip6.c.obj) .xt.prop 0x0000000000000000 0xd20 esp-idf/lwip/liblwip.a(ip6.c.obj) @@ -4320,7 +4432,7 @@ Discarded input sections 0x0000000000000000 0x222 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) .text.ip6addr_ntoa 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .bss.str$6110 0x0000000000000000 0x28 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .bss.str$6188 0x0000000000000000 0x28 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) .xt.lit 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) .xt.prop 0x0000000000000000 0x558 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) @@ -4342,7 +4454,7 @@ Discarded input sections 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(nd6.c.obj) .text.nd6_set_cb 0x0000000000000000 0x23 esp-idf/lwip/liblwip.a(nd6.c.obj) - .rodata.__func__$7116 + .rodata.__func__$7194 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(nd6.c.obj) .xt.lit 0x0000000000000000 0xf8 esp-idf/lwip/liblwip.a(nd6.c.obj) .xt.prop 0x0000000000000000 0x1c44 esp-idf/lwip/liblwip.a(nd6.c.obj) @@ -4382,7 +4494,7 @@ Discarded input sections 0x0000000000000000 0x26 esp-idf/lwip/liblwip.a(sys_arch.c.obj) .text.sys_delay_ms 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.__func__$6252 + .rodata.__func__$6335 0x0000000000000000 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) .xt.lit 0x0000000000000000 0xd8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) .xt.prop 0x0000000000000000 0x810 esp-idf/lwip/liblwip.a(sys_arch.c.obj) @@ -4407,7 +4519,7 @@ Discarded input sections 0x0000000000000000 0x56 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) .text.ip_chksum_pseudo_partial 0x0000000000000000 0x34 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .rodata.__func__$6356 + .rodata.__func__$6434 0x0000000000000000 0x1f esp-idf/lwip/liblwip.a(inet_chksum.c.obj) .xt.lit 0x0000000000000000 0x50 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) .xt.prop 0x0000000000000000 0x348 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) @@ -4513,11 +4625,11 @@ Discarded input sections 0x0000000000000000 0x6a esp-idf/lwip/liblwip.a(sockets.c.obj) .text.lwip_inet_pton 0x0000000000000000 0x4a esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__$8661 + .rodata.__func__$8739 0x0000000000000000 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__$8516 + .rodata.__func__$8594 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__$8552 + .rodata.__func__$8630 0x0000000000000000 0xa esp-idf/lwip/liblwip.a(sockets.c.obj) .xt.lit 0x0000000000000000 0x230 esp-idf/lwip/liblwip.a(sockets.c.obj) .xt.prop 0x0000000000000000 0x3af8 esp-idf/lwip/liblwip.a(sockets.c.obj) @@ -4584,9 +4696,9 @@ Discarded input sections 0x0000000000000000 0x34 esp-idf/lwip/liblwip.a(api_lib.c.obj) .text.netconn_thread_cleanup 0x0000000000000000 0x17 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .rodata.__func__$7876 + .rodata.__func__$7954 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .rodata.__func__$7789 + .rodata.__func__$7867 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(api_lib.c.obj) .xt.lit 0x0000000000000000 0x108 esp-idf/lwip/liblwip.a(api_lib.c.obj) .xt.prop 0x0000000000000000 0xfd8 esp-idf/lwip/liblwip.a(api_lib.c.obj) @@ -4621,7 +4733,7 @@ Discarded input sections 0x0000000000000000 0x2f esp-idf/lwip/liblwip.a(api_msg.c.obj) .text.lwip_netconn_do_gethostbyname 0x0000000000000000 0x32 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__$7806 + .rodata.__func__$7884 0x0000000000000000 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) .xt.lit 0x0000000000000000 0x120 esp-idf/lwip/liblwip.a(api_msg.c.obj) .xt.prop 0x0000000000000000 0x1c20 esp-idf/lwip/liblwip.a(api_msg.c.obj) @@ -4686,37 +4798,18 @@ Discarded input sections .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log.c.obj) .text.esp_log_set_vprintf 0x0000000000000000 0x1b esp-idf/log/liblog.a(log.c.obj) - .xt.lit 0x0000000000000000 0x20 esp-idf/log/liblog.a(log.c.obj) - .xt.prop 0x0000000000000000 0x2d0 esp-idf/log/liblog.a(log.c.obj) - .literal.esp_log_system_timestamp - 0x0000000000000000 0x30 esp-idf/log/liblog.a(log_freertos.c.obj) - .text 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) - .data 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) - .rodata.esp_log_system_timestamp.str1.4 - 0x0000000000000000 0x15 esp-idf/log/liblog.a(log_freertos.c.obj) - .text.esp_log_system_timestamp - 0x0000000000000000 0xe9 esp-idf/log/liblog.a(log_freertos.c.obj) - .bss.bufferLock$5140 - 0x0000000000000000 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) - .bss.buffer$5139 - 0x0000000000000000 0x12 esp-idf/log/liblog.a(log_freertos.c.obj) - .xt.lit 0x0000000000000000 0x30 esp-idf/log/liblog.a(log_freertos.c.obj) - .xt.prop 0x0000000000000000 0x234 esp-idf/log/liblog.a(log_freertos.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/log/liblog.a(log.c.obj) + .xt.prop 0x0000000000000000 0x300 esp-idf/log/liblog.a(log.c.obj) .literal.heap_caps_malloc_extmem_enable 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.19.literal + .iram1.26.literal 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.20.literal + .iram1.27.literal 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.21.literal + .iram1.28.literal 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) .literal.heap_caps_get_total_size 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) - .literal.heap_caps_get_info - 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) - .literal.heap_caps_get_largest_free_block - 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) .literal.heap_caps_print_heap_info 0x0000000000000000 0x38 esp-idf/heap/libheap.a(heap_caps.c.obj) .literal.heap_caps_check_integrity @@ -4731,26 +4824,22 @@ Discarded input sections 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) .literal.heap_caps_get_allocated_size 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.26.literal + .iram1.33.literal 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) .literal.heap_caps_aligned_calloc 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.27.literal + .iram1.34.literal 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) .text.heap_caps_malloc_extmem_enable 0x0000000000000000 0xa esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.19 0x0000000000000000 0x59 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.20 0x0000000000000000 0x6c esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.21 0x0000000000000000 0x58 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.26 0x0000000000000000 0x59 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.27 0x0000000000000000 0x6c esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.28 0x0000000000000000 0x58 esp-idf/heap/libheap.a(heap_caps.c.obj) .text.heap_caps_get_total_size 0x0000000000000000 0x2c esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_get_info - 0x0000000000000000 0x73 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_get_largest_free_block - 0x0000000000000000 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) .rodata.heap_caps_print_heap_info.str1.4 0x0000000000000000 0xf4 esp-idf/heap/libheap.a(heap_caps.c.obj) .text.heap_caps_print_heap_info @@ -4767,14 +4856,14 @@ Discarded input sections 0x0000000000000000 0xe esp-idf/heap/libheap.a(heap_caps.c.obj) .text.heap_caps_get_allocated_size 0x0000000000000000 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.26 0x0000000000000000 0x8a esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.33 0x0000000000000000 0x8a esp-idf/heap/libheap.a(heap_caps.c.obj) .text.heap_caps_aligned_calloc 0x0000000000000000 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.27 0x0000000000000000 0x2e esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.__func__$4895 + .iram1.34 0x0000000000000000 0x2e esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$4977 0x0000000000000000 0x17 esp-idf/heap/libheap.a(heap_caps.c.obj) .xt.lit 0x0000000000000000 0xd8 esp-idf/heap/libheap.a(heap_caps.c.obj) - .xt.prop 0x0000000000000000 0xba0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .xt.prop 0x0000000000000000 0xb94 esp-idf/heap/libheap.a(heap_caps.c.obj) .literal.heap_caps_add_region_with_caps 0x0000000000000000 0x3c esp-idf/heap/libheap.a(heap_caps_init.c.obj) .literal.heap_caps_add_region @@ -4786,7 +4875,7 @@ Discarded input sections 0x0000000000000000 0x108 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .text.heap_caps_add_region 0x0000000000000000 0x62 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .data.registered_heaps_write_lock$4765 + .data.registered_heaps_write_lock$4848 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .xt.lit 0x0000000000000000 0x28 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .xt.prop 0x0000000000000000 0x378 esp-idf/heap/libheap.a(heap_caps_init.c.obj) @@ -4796,12 +4885,14 @@ Discarded input sections 0x0000000000000000 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) .literal.multi_heap_get_next_block 0x0000000000000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_aligned_alloc_impl + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_aligned_free_impl + 0x0000000000000000 0xc esp-idf/heap/libheap.a(multi_heap.c.obj) .literal.multi_heap_check 0x0000000000000000 0x58 esp-idf/heap/libheap.a(multi_heap.c.obj) .literal.multi_heap_dump 0x0000000000000000 0x4c esp-idf/heap/libheap.a(multi_heap.c.obj) - .literal.multi_heap_get_info_impl - 0x0000000000000000 0x2c esp-idf/heap/libheap.a(multi_heap.c.obj) .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) @@ -4819,22 +4910,24 @@ Discarded input sections 0x0000000000000000 0x49 esp-idf/heap/libheap.a(multi_heap.c.obj) .text.multi_heap_is_free 0x0000000000000000 0xa esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_aligned_alloc_impl + 0x0000000000000000 0x72 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_aligned_free_impl + 0x0000000000000000 0x2c esp-idf/heap/libheap.a(multi_heap.c.obj) .rodata.multi_heap_check.str1.4 0x0000000000000000 0x1b5 esp-idf/heap/libheap.a(multi_heap.c.obj) .text.multi_heap_check - 0x0000000000000000 0x170 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000000000000000 0x172 esp-idf/heap/libheap.a(multi_heap.c.obj) .rodata.multi_heap_dump.str1.4 0x0000000000000000 0x7b esp-idf/heap/libheap.a(multi_heap.c.obj) .text.multi_heap_dump 0x0000000000000000 0xd2 esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_get_info_impl - 0x0000000000000000 0xee esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__$4847 + .rodata.__func__$4953 0x0000000000000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__$4835 + .rodata.__func__$4941 0x0000000000000000 0x11 esp-idf/heap/libheap.a(multi_heap.c.obj) - .xt.lit 0x0000000000000000 0x70 esp-idf/heap/libheap.a(multi_heap.c.obj) - .xt.prop 0x0000000000000000 0xbf4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .xt.lit 0x0000000000000000 0x80 esp-idf/heap/libheap.a(multi_heap.c.obj) + .xt.prop 0x0000000000000000 0xcd8 esp-idf/heap/libheap.a(multi_heap.c.obj) .literal.gpio_od_enable 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(gpio.c.obj) .literal.gpio_od_disable @@ -4851,7 +4944,7 @@ Discarded input sections 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) .literal.gpio_isr_register_on_core_static 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) - .iram1.15.literal + .iram1.22.literal 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) .literal.gpio_pullup_en 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(gpio.c.obj) @@ -4934,7 +5027,7 @@ Discarded input sections 0x0000000000000000 0x95 esp-idf/driver/libdriver.a(gpio.c.obj) .text.gpio_isr_register_on_core_static 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) - .iram1.15 0x0000000000000000 0xf8 esp-idf/driver/libdriver.a(gpio.c.obj) + .iram1.22 0x0000000000000000 0xf8 esp-idf/driver/libdriver.a(gpio.c.obj) .rodata.gpio_pullup_en.str1.4 0x0000000000000000 0xac esp-idf/driver/libdriver.a(gpio.c.obj) .text.gpio_pullup_en @@ -5019,91 +5112,91 @@ Discarded input sections 0x0000000000000000 0xb0 esp-idf/driver/libdriver.a(gpio.c.obj) .text.gpio_iomux_out 0x0000000000000000 0x86 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$6086 + .rodata.__func__$6169 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$6076 + .rodata.__func__$6159 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6307 + .rodata.__FUNCTION__$6390 0x0000000000000000 0xe esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6302 + .rodata.__FUNCTION__$6385 0x0000000000000000 0xd esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$6038 + .rodata.__func__$6121 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6297 + .rodata.__FUNCTION__$6380 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$6029 + .rodata.__func__$6112 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6291 + .rodata.__FUNCTION__$6374 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6285 + .rodata.__FUNCTION__$6368 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6273 + .rodata.__FUNCTION__$6356 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6258 + .rodata.__FUNCTION__$6341 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6254 + .rodata.__FUNCTION__$6337 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6247 + .rodata.__FUNCTION__$6330 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$6228 + .rodata.__func__$6311 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$6219 + .rodata.__func__$6302 0x0000000000000000 0xc esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6177 + .rodata.__FUNCTION__$6260 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6181 + .rodata.__FUNCTION__$6264 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$5992 + .rodata.__func__$6075 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6169 + .rodata.__FUNCTION__$6252 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6173 + .rodata.__FUNCTION__$6256 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$5976 + .rodata.__func__$6059 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6161 + .rodata.__FUNCTION__$6244 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$5984 + .rodata.__func__$6067 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6165 + .rodata.__FUNCTION__$6248 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6206 + .rodata.__FUNCTION__$6289 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6194 + .rodata.__FUNCTION__$6277 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6186 + .rodata.__FUNCTION__$6269 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6157 + .rodata.__FUNCTION__$6240 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6149 + .rodata.__FUNCTION__$6232 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6153 + .rodata.__FUNCTION__$6236 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6144 + .rodata.__FUNCTION__$6227 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$5938 + .rodata.__func__$6021 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6139 + .rodata.__FUNCTION__$6222 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$5932 + .rodata.__func__$6015 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6135 + .rodata.__FUNCTION__$6218 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$5926 + .rodata.__func__$6009 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6131 + .rodata.__FUNCTION__$6214 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__func__$5920 + .rodata.__func__$6003 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6127 + .rodata.__FUNCTION__$6210 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) .xt.lit 0x0000000000000000 0x128 esp-idf/driver/libdriver.a(gpio.c.obj) .xt.prop 0x0000000000000000 0x1380 esp-idf/driver/libdriver.a(gpio.c.obj) .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - .xt.lit 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - .xt.prop 0x0000000000000000 0x948 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .xt.prop 0x0000000000000000 0x13f8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) .literal.rtc_gpio_init 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(rtc_io.c.obj) .literal.rtc_gpio_deinit @@ -5179,51 +5272,51 @@ Discarded input sections 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(rtc_io.c.obj) .text.rtc_gpio_wakeup_disable 0x0000000000000000 0xa4 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6775 + .rodata.__FUNCTION__$6858 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__func__$6620 + .rodata.__func__$6703 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6756 + .rodata.__FUNCTION__$6839 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6752 + .rodata.__FUNCTION__$6835 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__func__$6608 + .rodata.__func__$6691 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6748 + .rodata.__FUNCTION__$6831 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__func__$6601 + .rodata.__func__$6684 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6744 + .rodata.__FUNCTION__$6827 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__func__$6594 + .rodata.__func__$6677 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6740 + .rodata.__FUNCTION__$6823 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__func__$6587 + .rodata.__func__$6670 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6736 + .rodata.__FUNCTION__$6819 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6732 + .rodata.__FUNCTION__$6815 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6727 + .rodata.__FUNCTION__$6810 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__func__$6577 + .rodata.__func__$6660 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6722 + .rodata.__FUNCTION__$6805 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__func__$6570 + .rodata.__func__$6653 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6717 + .rodata.__FUNCTION__$6800 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6712 + .rodata.__FUNCTION__$6795 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6708 + .rodata.__FUNCTION__$6791 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6703 + .rodata.__FUNCTION__$6786 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__func__$6529 + .rodata.__func__$6612 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .rodata.__FUNCTION__$6699 + .rodata.__FUNCTION__$6782 0x0000000000000000 0xe esp-idf/driver/libdriver.a(rtc_io.c.obj) .xt.lit 0x0000000000000000 0x98 esp-idf/driver/libdriver.a(rtc_io.c.obj) .xt.prop 0x0000000000000000 0xa38 esp-idf/driver/libdriver.a(rtc_io.c.obj) @@ -5264,13 +5357,13 @@ Discarded input sections 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(spi_common.c.obj) .literal.spicommon_bus_using_iomux 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) - .iram1.17.literal + .iram1.24.literal 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) - .iram1.18.literal + .iram1.25.literal 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) - .iram1.19.literal + .iram1.26.literal 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) - .iram1.20.literal + .iram1.27.literal 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(spi_common.c.obj) .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) @@ -5317,23 +5410,23 @@ Discarded input sections 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(spi_common.c.obj) .text.spicommon_bus_using_iomux 0x0000000000000000 0xa4 esp-idf/driver/libdriver.a(spi_common.c.obj) - .iram1.17 0x0000000000000000 0x52 esp-idf/driver/libdriver.a(spi_common.c.obj) - .iram1.18 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(spi_common.c.obj) - .iram1.19 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(spi_common.c.obj) - .iram1.20 0x0000000000000000 0x2a esp-idf/driver/libdriver.a(spi_common.c.obj) - .rodata.__func__$6663 + .iram1.24 0x0000000000000000 0x52 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.25 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.26 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.27 0x0000000000000000 0x2a esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$6746 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_common.c.obj) - .rodata.__func__$6653 + .rodata.__func__$6736 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(spi_common.c.obj) - .rodata.__func__$6622 + .rodata.__func__$6705 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_common.c.obj) - .rodata.__FUNCTION__$6619 + .rodata.__FUNCTION__$6702 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_common.c.obj) - .rodata.__func__$6601 + .rodata.__func__$6684 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(spi_common.c.obj) - .rodata.__func__$6597 + .rodata.__func__$6680 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(spi_common.c.obj) - .rodata.__func__$6593 + .rodata.__func__$6676 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_common.c.obj) .bss.dmaworkaround_waiting_for_chan 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) @@ -5361,7 +5454,7 @@ Discarded input sections 0x0000000000000000 0xa8 esp-idf/driver/libdriver.a(spi_common.c.obj) .debug_ranges 0x0000000000000000 0x98 esp-idf/driver/libdriver.a(spi_common.c.obj) .debug_line 0x0000000000000000 0x224b esp-idf/driver/libdriver.a(spi_common.c.obj) - .debug_str 0x0000000000000000 0x34fc esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_str 0x0000000000000000 0x34f6 esp-idf/driver/libdriver.a(spi_common.c.obj) .comment 0x0000000000000000 0x26 esp-idf/driver/libdriver.a(spi_common.c.obj) .xt.lit 0x0000000000000000 0x90 esp-idf/driver/libdriver.a(spi_common.c.obj) .xt.prop 0x0000000000000000 0x948 esp-idf/driver/libdriver.a(spi_common.c.obj) @@ -5490,53 +5583,53 @@ Discarded input sections 0x0000000000000000 0x74 esp-idf/driver/libdriver.a(uart.c.obj) .text.uart_set_loop_back 0x0000000000000000 0x4a esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7246 + .rodata.__FUNCTION__$7330 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7234 + .rodata.__FUNCTION__$7318 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7224 + .rodata.__FUNCTION__$7308 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7219 + .rodata.__FUNCTION__$7303 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7214 + .rodata.__FUNCTION__$7298 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7209 + .rodata.__FUNCTION__$7293 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7204 + .rodata.__FUNCTION__$7288 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7138 + .rodata.__FUNCTION__$7222 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7105 + .rodata.__FUNCTION__$7189 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7047 + .rodata.__FUNCTION__$7131 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7042 + .rodata.__FUNCTION__$7126 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7037 + .rodata.__FUNCTION__$7121 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__func__$7020 + .rodata.__func__$7104 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7019 + .rodata.__FUNCTION__$7103 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7011 + .rodata.__FUNCTION__$7095 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6974 + .rodata.__FUNCTION__$7058 0x0000000000000000 0x22 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6964 + .rodata.__FUNCTION__$7048 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6946 + .rodata.__FUNCTION__$7030 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6940 + .rodata.__FUNCTION__$7024 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6900 + .rodata.__FUNCTION__$6984 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6895 + .rodata.__FUNCTION__$6979 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6890 + .rodata.__FUNCTION__$6974 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6883 + .rodata.__FUNCTION__$6967 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6876 + .rodata.__FUNCTION__$6960 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) .xt.lit 0x0000000000000000 0x1f8 esp-idf/driver/libdriver.a(uart.c.obj) .xt.prop 0x0000000000000000 0x2100 esp-idf/driver/libdriver.a(uart.c.obj) @@ -5545,51 +5638,51 @@ Discarded input sections .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(hw_random.c.obj) .xt.lit 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(hw_random.c.obj) .xt.prop 0x0000000000000000 0x90 esp-idf/esp32/libesp32.a(hw_random.c.obj) - .iram1.15.literal + .iram1.22.literal 0x0000000000000000 0x4 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.19.literal + .iram1.26.literal 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.17.literal + .iram1.24.literal 0x0000000000000000 0x38 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.18.literal + .iram1.25.literal 0x0000000000000000 0x44 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.20.literal + .iram1.27.literal 0x0000000000000000 0xc esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .literal.esp_pm_impl_get_mode 0x0000000000000000 0x4 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.16.literal + .iram1.23.literal 0x0000000000000000 0x30 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .literal.esp_pm_impl_idle_hook 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.21.literal + .iram1.28.literal 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .literal.esp_pm_impl_init 0x0000000000000000 0x58 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.15 0x0000000000000000 0x1d esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.19 0x0000000000000000 0x3e esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .iram1.22 0x0000000000000000 0x1d esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .iram1.26 0x0000000000000000 0x3e esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .rodata.str1.4 0x0000000000000000 0x6e esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.17 0x0000000000000000 0xa8 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.18 0x0000000000000000 0x112 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.20 0x0000000000000000 0x30 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .iram1.24 0x0000000000000000 0xa8 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .iram1.25 0x0000000000000000 0x112 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .iram1.27 0x0000000000000000 0x30 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .text.esp_pm_impl_get_mode 0x0000000000000000 0x20 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .text.esp_pm_configure 0x0000000000000000 0x8 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.16 0x0000000000000000 0xb6 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .iram1.23 0x0000000000000000 0xb6 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .text.esp_pm_impl_idle_hook 0x0000000000000000 0x3c esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .iram1.21 0x0000000000000000 0x40 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .iram1.28 0x0000000000000000 0x40 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .rodata.esp_pm_impl_init.str1.4 0x0000000000000000 0x121 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .text.esp_pm_impl_init 0x0000000000000000 0xd0 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .rodata.__func__$7273 + .rodata.__func__$7356 0x0000000000000000 0x11 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .rodata.__func__$7223 + .rodata.__func__$7306 0x0000000000000000 0xf esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .bss.s_config_changed 0x0000000000000000 0x1 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) @@ -5617,11 +5710,6 @@ Discarded input sections .xt.lit 0x0000000000000000 0x50 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .xt.prop 0x0000000000000000 0x48c esp-idf/esp32/libesp32.a(pm_esp32.c.obj) COMMON 0x0000000000000000 0x40 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .xt.lit 0x0000000000000000 0x30 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .xt.prop 0x0000000000000000 0x27c esp-idf/esp32/libesp32.a(reset_reason.c.obj) .literal.esp_deep_sleep 0x0000000000000000 0x8 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) .literal.esp_sleep_enable_touchpad_wakeup @@ -5659,7 +5747,7 @@ Discarded input sections 0x0000000000000000 0x35 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) .text.esp_deep_sleep_disable_rom_logging 0x0000000000000000 0x18 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .rodata.__func__$9115 + .rodata.__func__$9199 0x0000000000000000 0x25 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) .xt.lit 0x0000000000000000 0xd8 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) .xt.prop 0x0000000000000000 0xc00 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) @@ -5685,8 +5773,8 @@ Discarded input sections 0x0000000000000000 0x8 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) .text.esp_pm_lock_delete 0x0000000000000000 0x8 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) - .iram1.14 0x0000000000000000 0x8 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) - .iram1.15 0x0000000000000000 0x8 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) + .iram1.21 0x0000000000000000 0x8 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) + .iram1.22 0x0000000000000000 0x8 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) .text.esp_pm_dump_locks 0x0000000000000000 0x8 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) .debug_frame 0x0000000000000000 0x88 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) @@ -5697,18 +5785,9 @@ Discarded input sections 0x0000000000000000 0x40 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) .debug_ranges 0x0000000000000000 0x30 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) .debug_line 0x0000000000000000 0x67e esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) - .debug_str 0x0000000000000000 0x2c1b esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) + .debug_str 0x0000000000000000 0x2c15 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) .comment 0x0000000000000000 0x26 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) .xt.prop 0x0000000000000000 0xb4 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) - .literal.esp_get_minimum_free_heap_size - 0x0000000000000000 0x8 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .text.esp_get_minimum_free_heap_size - 0x0000000000000000 0x10 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .xt.lit 0x0000000000000000 0x30 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .xt.prop 0x0000000000000000 0x1bc esp-idf/esp_common/libesp_common.a(system_api.c.obj) .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) @@ -5747,7 +5826,7 @@ Discarded input sections 0x0000000000000000 0x16 esp-idf/freertos/libfreertos.a(event_groups.c.obj) .text.uxEventGroupGetNumber 0x0000000000000000 0xe esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__FUNCTION__$4739 + .rodata.__FUNCTION__$4817 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(event_groups.c.obj) .xt.lit 0x0000000000000000 0x58 esp-idf/freertos/libfreertos.a(event_groups.c.obj) .xt.prop 0x0000000000000000 0x4f8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) @@ -6112,9 +6191,9 @@ Discarded input sections 0x0000000000000000 0x37 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) .text.httpd_unregister_uri 0x0000000000000000 0xdd esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - .rodata.__func__$7426 + .rodata.__func__$7513 0x0000000000000000 0x15 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - .rodata.__func__$7411 + .rodata.__func__$7498 0x0000000000000000 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) .xt.lit 0x0000000000000000 0x40 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) .xt.prop 0x0000000000000000 0x5a0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) @@ -6182,7 +6261,7 @@ Discarded input sections .data 0x0000000000000000 0x0 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) .bss 0x0000000000000000 0x0 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) .xt.lit 0x0000000000000000 0x48 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - .xt.prop 0x0000000000000000 0x30c esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + .xt.prop 0x0000000000000000 0x33c esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) .literal.esp_vfs_fat_spiflash_unmount 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) .literal.esp_vfs_fat_rawflash_mount @@ -6236,11 +6315,11 @@ Discarded input sections 0x0000000000000000 0x29 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) .text.ff_diskio_get_pdrv_raw 0x0000000000000000 0x26 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) - .rodata.raw_impl$5446 + .rodata.raw_impl$5529 0x0000000000000000 0x14 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) - .rodata.__func__$5437 + .rodata.__func__$5520 0x0000000000000000 0xd esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) - .rodata.__func__$5423 + .rodata.__func__$5506 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) .debug_frame 0x0000000000000000 0xb8 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) .debug_info 0x0000000000000000 0x1f40 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) @@ -6250,7 +6329,7 @@ Discarded input sections 0x0000000000000000 0x50 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) .debug_ranges 0x0000000000000000 0x40 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) .debug_line 0x0000000000000000 0x8ae esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) - .debug_str 0x0000000000000000 0x1bfd esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) + .debug_str 0x0000000000000000 0x1bf7 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) .comment 0x0000000000000000 0x26 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) .xt.lit 0x0000000000000000 0x20 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) .xt.prop 0x0000000000000000 0x210 esp-idf/fatfs/libfatfs.a(diskio_rawflash.c.obj) @@ -6347,7 +6426,7 @@ Discarded input sections 0x0000000000000000 0x186 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) .text.esp_vfs_spiffs_unregister 0x0000000000000000 0x42 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .rodata.__func__$7638 + .rodata.__func__$7721 0x0000000000000000 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) .xt.lit 0x0000000000000000 0x100 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) .xt.prop 0x0000000000000000 0xe88 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) @@ -6518,7 +6597,7 @@ Discarded input sections 0x0000000000000000 0x78 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) .debug_ranges 0x0000000000000000 0x138 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) .debug_line 0x0000000000000000 0x353d esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) - .debug_str 0x0000000000000000 0xdf8 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .debug_str 0x0000000000000000 0xdf2 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) .comment 0x0000000000000000 0x26 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) .xt.lit 0x0000000000000000 0x58 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) .xt.prop 0x0000000000000000 0xe28 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) @@ -6587,7 +6666,7 @@ Discarded input sections 0x0000000000000000 0x28 esp-idf/soc/libsoc.a(gpio_hal.c.obj) .debug_ranges 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(gpio_hal.c.obj) .debug_line 0x0000000000000000 0x5d8 esp-idf/soc/libsoc.a(gpio_hal.c.obj) - .debug_str 0x0000000000000000 0xb12 esp-idf/soc/libsoc.a(gpio_hal.c.obj) + .debug_str 0x0000000000000000 0xb0c esp-idf/soc/libsoc.a(gpio_hal.c.obj) .comment 0x0000000000000000 0x26 esp-idf/soc/libsoc.a(gpio_hal.c.obj) .xt.lit 0x0000000000000000 0x10 esp-idf/soc/libsoc.a(gpio_hal.c.obj) .xt.prop 0x0000000000000000 0xa8 esp-idf/soc/libsoc.a(gpio_hal.c.obj) @@ -6619,42 +6698,11 @@ Discarded input sections .text.uart_hal_is_hw_rts_en 0x0000000000000000 0xf esp-idf/soc/libsoc.a(uart_hal.c.obj) .text.uart_hal_inverse_signal - 0x0000000000000000 0x13b esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x0000000000000000 0xe3 esp-idf/soc/libsoc.a(uart_hal.c.obj) .text.uart_hal_set_loop_back 0x0000000000000000 0x20 esp-idf/soc/libsoc.a(uart_hal.c.obj) .xt.lit 0x0000000000000000 0x60 esp-idf/soc/libsoc.a(uart_hal.c.obj) .xt.prop 0x0000000000000000 0x588 esp-idf/soc/libsoc.a(uart_hal.c.obj) - .literal.uart_hal_txfifo_rst - 0x0000000000000000 0x8 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .text.uart_hal_txfifo_rst - 0x0000000000000000 0x27 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .xt.lit 0x0000000000000000 0x28 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .xt.prop 0x0000000000000000 0x234 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .data.__compound_literal$5 - 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .data.__compound_literal$4 - 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .data.__compound_literal$3 - 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .data.__compound_literal$2 - 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .data.__compound_literal$1 - 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .data.__compound_literal$0 - 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .xt.lit 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .xt.prop 0x0000000000000000 0x1d4 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - .xt.lit 0x0000000000000000 0x48 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - .xt.prop 0x0000000000000000 0x3c0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) @@ -6666,346 +6714,6 @@ Discarded input sections .rodata.soc_memory_type_count 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) .xt.prop 0x0000000000000000 0x84 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - .rodata.GPIO_HOLD_MASK - 0x0000000000000000 0xa0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - .xt.prop 0x0000000000000000 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - .xt.prop 0x0000000000000000 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .rodata.spi_periph_signal - 0x0000000000000000 0x6c esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .debug_info 0x0000000000000000 0x30c0 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .debug_abbrev 0x0000000000000000 0x255 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .debug_aranges - 0x0000000000000000 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .debug_line 0x0000000000000000 0x33e esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .debug_str 0x0000000000000000 0x1f2e esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .comment 0x0000000000000000 0x26 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .xt.prop 0x0000000000000000 0xc esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - .xt.prop 0x0000000000000000 0xc esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .xt.lit 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .xt.prop 0x0000000000000000 0x138 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .rodata._g_esp_netif_inherent_ppp_config - 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .rodata._g_esp_netif_inherent_eth_config - 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .xt.prop 0x0000000000000000 0x3c esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .data._g_esp_netif_netstack_default_ppp - 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .data._g_esp_netif_netstack_default_eth - 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .rodata.s_netif_config_ppp - 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .rodata.s_eth_netif_config - 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .xt.prop 0x0000000000000000 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .literal.eth_stack_input - 0x0000000000000000 0x4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.eth_on_state_changed - 0x0000000000000000 0x78 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.esp_eth_driver_install - 0x0000000000000000 0xa4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.esp_eth_driver_uninstall - 0x0000000000000000 0x4c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.esp_eth_start - 0x0000000000000000 0x58 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.esp_eth_stop - 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.esp_eth_update_input_path - 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.esp_eth_transmit - 0x0000000000000000 0x2c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.esp_eth_receive - 0x0000000000000000 0x2c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.esp_eth_ioctl - 0x0000000000000000 0x9c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.esp_eth_increase_reference - 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.esp_eth_decrease_reference - 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.eth_check_link_timer_cb - 0x0000000000000000 0xc esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.eth_phy_reg_read - 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.eth_phy_reg_write - 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.eth_stack_input - 0x0000000000000000 0x24 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.eth_on_state_changed.str1.4 - 0x0000000000000000 0x212 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.eth_on_state_changed - 0x0000000000000000 0x1e4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.eth_on_state_changed - 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.esp_eth_driver_install.str1.4 - 0x0000000000000000 0x220 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.esp_eth_driver_install - 0x0000000000000000 0x250 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.esp_eth_driver_uninstall.str1.4 - 0x0000000000000000 0x131 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.esp_eth_driver_uninstall - 0x0000000000000000 0x111 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.esp_eth_start.str1.4 - 0x0000000000000000 0xe2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.esp_eth_start - 0x0000000000000000 0x11c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.esp_eth_stop.str1.4 - 0x0000000000000000 0xb2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.esp_eth_stop - 0x0000000000000000 0xd2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.esp_eth_update_input_path - 0x0000000000000000 0x34 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.esp_eth_transmit.str1.4 - 0x0000000000000000 0x70 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.esp_eth_transmit - 0x0000000000000000 0x8d esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.esp_eth_receive.str1.4 - 0x0000000000000000 0x7c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.esp_eth_receive - 0x0000000000000000 0xa9 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.esp_eth_ioctl.str1.4 - 0x0000000000000000 0x276 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.esp_eth_ioctl - 0x0000000000000000 0x252 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.esp_eth_ioctl - 0x0000000000000000 0x18 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.esp_eth_increase_reference - 0x0000000000000000 0x4b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.esp_eth_decrease_reference - 0x0000000000000000 0x4b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .text.eth_check_link_timer_cb - 0x0000000000000000 0x27 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8418 - 0x0000000000000000 0x1b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8411 - 0x0000000000000000 0x1b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8394 - 0x0000000000000000 0xe esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8384 - 0x0000000000000000 0x10 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8374 - 0x0000000000000000 0x11 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8365 - 0x0000000000000000 0x1a esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8352 - 0x0000000000000000 0xd esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8344 - 0x0000000000000000 0xe esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8332 - 0x0000000000000000 0x19 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8292 - 0x0000000000000000 0x15 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.__FUNCTION__$8313 - 0x0000000000000000 0x17 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .rodata.str1.4 - 0x0000000000000000 0xa esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .data.ETH_EVENT - 0x0000000000000000 0x4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .debug_frame 0x0000000000000000 0x178 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .debug_info 0x0000000000000000 0x61fc esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .debug_abbrev 0x0000000000000000 0x4df esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .debug_loc 0x0000000000000000 0x17b7 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .debug_aranges - 0x0000000000000000 0x90 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .debug_ranges 0x0000000000000000 0x80 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .debug_line 0x0000000000000000 0x25d2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .debug_str 0x0000000000000000 0x366e esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .comment 0x0000000000000000 0x26 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .xt.lit 0x0000000000000000 0x68 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .xt.prop 0x0000000000000000 0x900 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .literal.tcpip_adapter_compat_start_netif - 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_init - 0x0000000000000000 0x18 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_clear_default_eth_handlers - 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_set_default_eth_handlers - 0x0000000000000000 0x18 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_compat_start_eth - 0x0000000000000000 0x18 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_eth_input - 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_sta_input - 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_ap_input - 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_if_from_esp_netif - 0x0000000000000000 0x4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_get_ip_info - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_get_ip6_linklocal - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_get_ip6_global - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_dhcpc_get_status - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_is_netif_up - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_get_netif - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_create_ip6_linklocal - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_dhcps_stop - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_dhcpc_stop - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_dhcps_start - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_dhcpc_start - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_dhcps_get_status - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_dhcps_option - 0x0000000000000000 0xc esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_dhcpc_option - 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_set_ip_info - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_get_dns_info - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_set_dns_info - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_get_netif_index - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_get_sta_list - 0x0000000000000000 0x4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_eth_start - 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_sta_start - 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_ap_start - 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_stop - 0x0000000000000000 0x44 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_up - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_down - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_get_old_ip_info - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_set_old_ip_info - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_get_esp_if - 0x0000000000000000 0x8 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_set_hostname - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .literal.tcpip_adapter_get_hostname - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text 0x0000000000000000 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .data 0x0000000000000000 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_compat_start_netif - 0x0000000000000000 0x51 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .rodata.tcpip_adapter_init.str1.4 - 0x0000000000000000 0x7b esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_init - 0x0000000000000000 0x32 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .rodata.tcpip_adapter_clear_default_eth_handlers.str1.4 - 0x0000000000000000 0x8 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_clear_default_eth_handlers - 0x0000000000000000 0x28 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_set_default_eth_handlers - 0x0000000000000000 0x39 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_compat_start_eth - 0x0000000000000000 0x3e esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_eth_input - 0x0000000000000000 0x32 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .rodata.tcpip_adapter_sta_input.str1.4 - 0x0000000000000000 0xd esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_sta_input - 0x0000000000000000 0x58 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .rodata.tcpip_adapter_ap_input.str1.4 - 0x0000000000000000 0xc esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_ap_input - 0x0000000000000000 0x58 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_if_from_esp_netif - 0x0000000000000000 0x23 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_get_ip_info - 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_get_ip6_linklocal - 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_get_ip6_global - 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_dhcpc_get_status - 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_is_netif_up - 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_get_netif - 0x0000000000000000 0xad esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_create_ip6_linklocal - 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_dhcps_stop - 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_dhcpc_stop - 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_dhcps_start - 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_dhcpc_start - 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_dhcps_get_status - 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_dhcps_option - 0x0000000000000000 0x1e esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_dhcpc_option - 0x0000000000000000 0x58 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_set_ip_info - 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_get_dns_info - 0x0000000000000000 0xa5 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_set_dns_info - 0x0000000000000000 0xa5 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_get_netif_index - 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_get_sta_list - 0x0000000000000000 0x11 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_eth_start - 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_sta_start - 0x0000000000000000 0x54 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_ap_start - 0x0000000000000000 0x54 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_stop - 0x0000000000000000 0x142 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_up - 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_down - 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_get_old_ip_info - 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_set_old_ip_info - 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_get_esp_if - 0x0000000000000000 0x27 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_set_hostname - 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .text.tcpip_adapter_get_hostname - 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .rodata.s_netif_keyif - 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .xt.lit 0x0000000000000000 0x158 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .xt.prop 0x0000000000000000 0xed0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) .literal.mbedtls_mpi_read_file 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .literal.mbedtls_mpi_is_prime @@ -7022,23 +6730,25 @@ Discarded input sections .rodata.mbedtls_mpi_self_test.str1.4 0x0000000000000000 0x46a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .text.mbedtls_mpi_self_test - 0x0000000000000000 0x313 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000000000000 0x316 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .rodata.gcd_pairs 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .xt.lit 0x0000000000000000 0x180 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .xt.prop 0x0000000000000000 0x1efc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xt.lit 0x0000000000000000 0x188 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xt.prop 0x0000000000000000 0x1f80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .literal.ctr_drbg_self_test_entropy 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .literal.mbedtls_ctr_drbg_update_ret 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .literal.mbedtls_ctr_drbg_update 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.mbedtls_ctr_drbg_seed_entropy_len + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .literal.mbedtls_ctr_drbg_write_seed_file 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .literal.mbedtls_ctr_drbg_update_seed_file 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .literal.mbedtls_ctr_drbg_self_test - 0x0000000000000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x0000000000000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) @@ -7054,6 +6764,8 @@ Discarded input sections 0x0000000000000000 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .text.mbedtls_ctr_drbg_update 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_seed_entropy_len + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .rodata.mbedtls_ctr_drbg_write_seed_file.str1.4 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .text.mbedtls_ctr_drbg_write_seed_file @@ -7065,7 +6777,7 @@ Discarded input sections .rodata.mbedtls_ctr_drbg_self_test.str1.4 0x0000000000000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .text.mbedtls_ctr_drbg_self_test - 0x0000000000000000 0x1b2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x0000000000000000 0x1c2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .bss.test_offset 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .rodata.result_nopr @@ -7081,7 +6793,7 @@ Discarded input sections .rodata.entropy_source_pr 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .xt.lit 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .xt.prop 0x0000000000000000 0x7ec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .xt.prop 0x0000000000000000 0x7f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .literal.mbedtls_ecp_point_read_string 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) .literal.mbedtls_ecp_tls_read_group @@ -7283,11 +6995,11 @@ Discarded input sections .rodata.mbedtls_pk_parse_public_key.str1.4 0x0000000000000000 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) .text.mbedtls_pk_parse_public_key - 0x0000000000000000 0x16a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x0000000000000000 0x166 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) .text.mbedtls_pk_parse_public_keyfile 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .xt.lit 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .xt.prop 0x0000000000000000 0xe88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .xt.prop 0x0000000000000000 0xec4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) .literal.mbedtls_pk_write_pubkey_pem 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) @@ -7297,8 +7009,8 @@ Discarded input sections 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) .text.mbedtls_pk_write_pubkey_pem 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .xt.lit 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .xt.prop 0x0000000000000000 0x354 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .xt.prop 0x0000000000000000 0x390 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) .literal.mbedtls_platform_set_calloc_free 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) @@ -7316,11 +7028,9 @@ Discarded input sections .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) .xt.lit 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .xt.prop 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .xt.prop 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) .literal.myrand 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .literal.mbedtls_rsa_import - 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) .literal.mbedtls_rsa_export_raw 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) .literal.mbedtls_rsa_copy @@ -7331,8 +7041,6 @@ Discarded input sections .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) .text.myrand 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_import - 0x0000000000000000 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) .text.mbedtls_rsa_export_raw 0x0000000000000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) .text.mbedtls_rsa_copy @@ -7343,7 +7051,7 @@ Discarded input sections .text.mbedtls_rsa_self_test 0x0000000000000000 0x31d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) .xt.lit 0x0000000000000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .xt.prop 0x0000000000000000 0x1a28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .xt.prop 0x0000000000000000 0x1a34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) @@ -7422,6 +7130,25 @@ Discarded input sections .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) .xt.lit 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) .xt.prop 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .xt.prop 0x0000000000000000 0x504 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xt.prop 0x0000000000000000 0x450 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.esp_aes_crypt_cfb8 + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .text.esp_aes_crypt_cfb8 + 0x0000000000000000 0xad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .xt.lit 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .xt.prop 0x0000000000000000 0x7d4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) .literal.mbedtls_sha1_starts 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) .literal.mbedtls_sha1_process @@ -7485,29 +7212,6 @@ Discarded input sections 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) .xt.lit 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) .xt.prop 0x0000000000000000 0x7ec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .xt.lit 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .xt.prop 0x0000000000000000 0x864 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .literal.esp_aes_crypt_cfb8 - 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .text.esp_aes_crypt_cfb8 - 0x0000000000000000 0xad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .xt.lit 0x0000000000000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .xt.prop 0x0000000000000000 0xa50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .literal.esp_sha_lock_engine - 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .text.esp_sha_lock_engine - 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .xt.lit 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .xt.prop 0x0000000000000000 0x420 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) .literal.mbedtls_asn1_find_named_data 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) @@ -7523,8 +7227,6 @@ Discarded input sections 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .literal.mbedtls_asn1_write_ia5_string 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .literal.mbedtls_asn1_write_octet_string - 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) @@ -7534,8 +7236,6 @@ Discarded input sections 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .text.mbedtls_asn1_write_ia5_string 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_octet_string - 0x0000000000000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .xt.lit 0x0000000000000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .xt.prop 0x0000000000000000 0x684 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .literal.mbedtls_cipher_list @@ -7566,7 +7266,7 @@ Discarded input sections .bss.supported_init 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) .xt.lit 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .xt.prop 0x0000000000000000 0xedc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .xt.prop 0x0000000000000000 0xed0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) @@ -7577,6 +7277,8 @@ Discarded input sections 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .literal.mbedtls_ecdsa_sign_det 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecdsa_sign_det_ext + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .literal.mbedtls_ecdsa_verify 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .literal.mbedtls_ecdsa_write_signature_det @@ -7587,17 +7289,19 @@ Discarded input sections .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .text.mbedtls_ecdsa_sign - 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .text.mbedtls_ecdsa_sign_det - 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_sign_det_ext + 0x0000000000000000 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .text.mbedtls_ecdsa_verify 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .text.mbedtls_ecdsa_write_signature_det 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .text.mbedtls_ecdsa_genkey 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .xt.lit 0x0000000000000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .xt.prop 0x0000000000000000 0x57c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .xt.prop 0x0000000000000000 0x5c4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .literal.mbedtls_gcm_self_test 0x0000000000000000 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) @@ -7650,7 +7354,7 @@ Discarded input sections .text.mbedtls_hmac_drbg_update 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) .text.mbedtls_hmac_drbg_seed - 0x0000000000000000 0x85 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x0000000000000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) .text.mbedtls_hmac_drbg_set_prediction_resistance 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) .text.mbedtls_hmac_drbg_set_entropy_len @@ -7679,8 +7383,8 @@ Discarded input sections 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) .rodata.entropy_pr 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .xt.lit 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .xt.prop 0x0000000000000000 0x690 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .xt.prop 0x0000000000000000 0x708 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) .literal.mbedtls_md5_starts 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) .literal.mbedtls_md5_process @@ -7753,6 +7457,20 @@ Discarded input sections .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) .xt.lit 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) .xt.prop 0x0000000000000000 0x360 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .xt.prop 0x0000000000000000 0x27c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .literal.esp_sha_lock_engine + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_lock_engine + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .xt.prop 0x0000000000000000 0x420 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) .literal.mbedtls_base64_self_test 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) @@ -7873,7 +7591,7 @@ Discarded input sections .rodata.mbedtls_x509_crt_parse_path.str1.4 0x0000000000000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .text.mbedtls_x509_crt_parse_path - 0x0000000000000000 0x8b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000000000000 0x8f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .rodata.str1.4 0x0000000000000000 0x406 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .rodata.x509_crt_verify_strings @@ -7881,7 +7599,7 @@ Discarded input sections .rodata.mbedtls_x509_crt_profile_next 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .xt.lit 0x0000000000000000 0x148 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .xt.prop 0x0000000000000000 0x22c8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .xt.prop 0x0000000000000000 0x22d4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .literal.mbedtls_x509_csr_info 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) @@ -7904,7 +7622,7 @@ Discarded input sections .rodata.mbedtls_test_cas_pem_len 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_cas_pem - 0x0000000000000000 0xce3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + 0x0000000000000000 0xc77 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_cas_der_len 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .data.mbedtls_test_cas_der @@ -8016,7 +7734,7 @@ Discarded input sections .rodata.mbedtls_test_ca_key_rsa_len 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_cli_crt_ec - 0x0000000000000000 0x33d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + 0x0000000000000000 0x2d3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_cli_pwd_ec 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_cli_key_ec @@ -8042,7 +7760,7 @@ Discarded input sections .rodata.mbedtls_test_srv_key_rsa 0x0000000000000000 0x6ab esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_ca_crt_ec - 0x0000000000000000 0x373 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + 0x0000000000000000 0x307 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_ca_pwd_ec 0x0000000000000000 0xd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_ca_key_ec @@ -8082,7 +7800,7 @@ Discarded input sections .rodata.mbedtls_test_cli_key_ec_der 0x0000000000000000 0x79 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_cli_crt_ec_der - 0x0000000000000000 0x230 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + 0x0000000000000000 0x1e3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_cli_crt_rsa_pem 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_cli_pwd_rsa_pem @@ -8094,7 +7812,7 @@ Discarded input sections .rodata.mbedtls_test_cli_key_ec_pem 0x0000000000000000 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_cli_crt_ec_pem - 0x0000000000000000 0x33d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + 0x0000000000000000 0x2d3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_srv_crt_rsa_sha256_der_len 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_srv_crt_rsa_sha1_der_len @@ -8184,7 +7902,7 @@ Discarded input sections .rodata.mbedtls_test_ca_key_ec_der 0x0000000000000000 0xa7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_ca_crt_ec_der - 0x0000000000000000 0x256 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + 0x0000000000000000 0x208 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_ca_crt_rsa_sha256_pem 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_ca_crt_rsa_sha1_pem @@ -8198,13 +7916,13 @@ Discarded input sections .rodata.mbedtls_test_ca_key_ec_pem 0x0000000000000000 0x16a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .rodata.mbedtls_test_ca_crt_ec_pem - 0x0000000000000000 0x373 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + 0x0000000000000000 0x307 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .debug_info 0x0000000000000000 0x1963 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .debug_abbrev 0x0000000000000000 0x1a1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .debug_aranges 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .debug_line 0x0000000000000000 0x249 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) - .debug_str 0x0000000000000000 0x15ac esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .debug_str 0x0000000000000000 0x15a6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .comment 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .xt.prop 0x0000000000000000 0x6fc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) @@ -8271,17 +7989,17 @@ Discarded input sections 0x0000000000000000 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) .text.bootloader_common_get_reset_reason 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .rodata.__func__$5229 + .rodata.__func__$5324 0x0000000000000000 0x27 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) .debug_frame 0x0000000000000000 0x148 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_info 0x0000000000000000 0x534e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_info 0x0000000000000000 0x5432 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) .debug_abbrev 0x0000000000000000 0x425 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) .debug_loc 0x0000000000000000 0x881 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) .debug_aranges 0x0000000000000000 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) .debug_ranges 0x0000000000000000 0xe8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_line 0x0000000000000000 0x1537 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_str 0x0000000000000000 0x2b9a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_line 0x0000000000000000 0x1581 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_str 0x0000000000000000 0x2c9b esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) .comment 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) .xt.lit 0x0000000000000000 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) .xt.prop 0x0000000000000000 0x624 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) @@ -8327,7 +8045,7 @@ Discarded input sections 0x0000000000000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .debug_ranges 0x0000000000000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .debug_line 0x0000000000000000 0x7ef esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_str 0x0000000000000000 0x9ae esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_str 0x0000000000000000 0x9a8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .comment 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .xt.lit 0x0000000000000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .xt.prop 0x0000000000000000 0x1ec esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) @@ -8402,14 +8120,14 @@ Discarded input sections .text.esp_image_verify_bootloader 0x0000000000000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .debug_frame 0x0000000000000000 0x160 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_info 0x0000000000000000 0x27de esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_abbrev 0x0000000000000000 0x3ac esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_info 0x0000000000000000 0x28dd esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_abbrev 0x0000000000000000 0x3af esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .debug_loc 0x0000000000000000 0xdb7 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .debug_aranges 0x0000000000000000 0x88 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .debug_ranges 0x0000000000000000 0xc0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_line 0x0000000000000000 0x1b17 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_str 0x0000000000000000 0x1b97 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_line 0x0000000000000000 0x1b22 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_str 0x0000000000000000 0x1c45 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .comment 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .xt.lit 0x0000000000000000 0x60 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .xt.prop 0x0000000000000000 0x6e4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) @@ -8430,7 +8148,7 @@ Discarded input sections 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) .debug_ranges 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) .debug_line 0x0000000000000000 0x7f8 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_str 0x0000000000000000 0x7cd esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_str 0x0000000000000000 0x7c7 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) .comment 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) .xt.lit 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) .xt.prop 0x0000000000000000 0x12c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) @@ -8453,7 +8171,7 @@ Discarded input sections 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) .debug_ranges 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) .debug_line 0x0000000000000000 0x49d esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) - .debug_str 0x0000000000000000 0x64a esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .debug_str 0x0000000000000000 0x644 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) .comment 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) .xt.lit 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) .xt.prop 0x0000000000000000 0xd8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) @@ -8474,19 +8192,19 @@ Discarded input sections 0x0000000000000000 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) .text.bootloader_sha256_finish 0x0000000000000000 0x47 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.__func__$3379 + .rodata.__func__$3495 0x0000000000000000 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.__func__$3372 + .rodata.__func__$3488 0x0000000000000000 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) .debug_frame 0x0000000000000000 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_info 0x0000000000000000 0xd33 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_abbrev 0x0000000000000000 0x246 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_info 0x0000000000000000 0xe12 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_abbrev 0x0000000000000000 0x255 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) .debug_loc 0x0000000000000000 0xb2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) .debug_aranges 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) .debug_ranges 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_line 0x0000000000000000 0x51c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_str 0x0000000000000000 0x771 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_line 0x0000000000000000 0x566 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_str 0x0000000000000000 0x877 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) .comment 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) .xt.lit 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) .xt.prop 0x0000000000000000 0x108 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) @@ -8514,6 +8232,8 @@ Discarded input sections 0x0000000000000000 0x74 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .literal.bootloader_debug_buffer 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_sha256_flash_contents + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) @@ -8571,22 +8291,24 @@ Discarded input sections 0x0000000000000000 0x61 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .text.bootloader_debug_buffer 0x0000000000000000 0x8a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.__func__$7154 + .text.bootloader_sha256_flash_contents + 0x0000000000000000 0x8b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.__func__$7229 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .bss.ota_has_initial_contents 0x0000000000000000 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_frame 0x0000000000000000 0x190 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_info 0x0000000000000000 0x87b3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_frame 0x0000000000000000 0x1a8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_info 0x0000000000000000 0x894d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .debug_abbrev 0x0000000000000000 0x5c2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_loc 0x0000000000000000 0xeea esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_loc 0x0000000000000000 0x108b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .debug_aranges - 0x0000000000000000 0x98 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_ranges 0x0000000000000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_line 0x0000000000000000 0x2260 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_str 0x0000000000000000 0x44d6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x0000000000000000 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_ranges 0x0000000000000000 0xc0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_line 0x0000000000000000 0x23d2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_str 0x0000000000000000 0x45c9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .comment 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .xt.lit 0x0000000000000000 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .xt.prop 0x0000000000000000 0x7d4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .xt.prop 0x0000000000000000 0x864 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .literal.image_validate 0x0000000000000000 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) .literal.get_ota_partition_count @@ -8694,11 +8416,11 @@ Discarded input sections 0x0000000000000000 0x9d esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) .text.esp_ota_erase_last_boot_app_partition 0x0000000000000000 0xe2 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.__func__$5853 + .rodata.__func__$5965 0x0000000000000000 0x22 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.__func__$5799 + .rodata.__func__$5911 0x0000000000000000 0x18 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.__func__$5772 + .rodata.__func__$5884 0x0000000000000000 0xe esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) .bss.s_ota_ops_last_handle 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) @@ -8706,6 +8428,346 @@ Discarded input sections 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) .xt.lit 0x0000000000000000 0xb8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) .xt.prop 0x0000000000000000 0xcfc esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + .rodata.GPIO_HOLD_MASK + 0x0000000000000000 0xa0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + .xt.prop 0x0000000000000000 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + .xt.prop 0x0000000000000000 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .rodata.spi_periph_signal + 0x0000000000000000 0x6c esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .debug_info 0x0000000000000000 0x30c0 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x255 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .debug_line 0x0000000000000000 0x33e esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .debug_str 0x0000000000000000 0x1f28 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .comment 0x0000000000000000 0x26 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .xt.prop 0x0000000000000000 0xc esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + .xt.prop 0x0000000000000000 0xc esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .xt.prop 0x0000000000000000 0x138 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .rodata._g_esp_netif_inherent_ppp_config + 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .rodata._g_esp_netif_inherent_eth_config + 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .xt.prop 0x0000000000000000 0x3c esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .data._g_esp_netif_netstack_default_ppp + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .data._g_esp_netif_netstack_default_eth + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.s_netif_config_ppp + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.s_eth_netif_config + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .xt.prop 0x0000000000000000 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .literal.eth_stack_input + 0x0000000000000000 0x4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.eth_on_state_changed + 0x0000000000000000 0x78 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_driver_install + 0x0000000000000000 0xa4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_driver_uninstall + 0x0000000000000000 0x4c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_start + 0x0000000000000000 0x58 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_stop + 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_update_input_path + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_transmit + 0x0000000000000000 0x2c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_receive + 0x0000000000000000 0x2c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_ioctl + 0x0000000000000000 0x9c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_increase_reference + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_decrease_reference + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.eth_check_link_timer_cb + 0x0000000000000000 0xc esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.eth_phy_reg_read + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.eth_phy_reg_write + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.eth_stack_input + 0x0000000000000000 0x24 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.eth_on_state_changed.str1.4 + 0x0000000000000000 0x212 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.eth_on_state_changed + 0x0000000000000000 0x1e4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.eth_on_state_changed + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_driver_install.str1.4 + 0x0000000000000000 0x220 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_driver_install + 0x0000000000000000 0x250 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_driver_uninstall.str1.4 + 0x0000000000000000 0x131 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_driver_uninstall + 0x0000000000000000 0x111 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_start.str1.4 + 0x0000000000000000 0xe2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_start + 0x0000000000000000 0x11c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_stop.str1.4 + 0x0000000000000000 0xb2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_stop + 0x0000000000000000 0xd2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_update_input_path + 0x0000000000000000 0x33 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_transmit.str1.4 + 0x0000000000000000 0x70 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_transmit + 0x0000000000000000 0x8d esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_receive.str1.4 + 0x0000000000000000 0x7c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_receive + 0x0000000000000000 0xa9 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_ioctl.str1.4 + 0x0000000000000000 0x276 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_ioctl + 0x0000000000000000 0x252 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_ioctl + 0x0000000000000000 0x18 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_increase_reference + 0x0000000000000000 0x4b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_decrease_reference + 0x0000000000000000 0x4b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.eth_check_link_timer_cb + 0x0000000000000000 0x27 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8502 + 0x0000000000000000 0x1b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8495 + 0x0000000000000000 0x1b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8478 + 0x0000000000000000 0xe esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8468 + 0x0000000000000000 0x10 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8458 + 0x0000000000000000 0x11 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8449 + 0x0000000000000000 0x1a esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8436 + 0x0000000000000000 0xd esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8428 + 0x0000000000000000 0xe esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8416 + 0x0000000000000000 0x19 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8376 + 0x0000000000000000 0x15 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$8397 + 0x0000000000000000 0x17 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.str1.4 + 0x0000000000000000 0xa esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .data.ETH_EVENT + 0x0000000000000000 0x4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_frame 0x0000000000000000 0x178 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_info 0x0000000000000000 0x61fc esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_abbrev 0x0000000000000000 0x4df esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_loc 0x0000000000000000 0x17b7 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_aranges + 0x0000000000000000 0x90 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_ranges 0x0000000000000000 0x80 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_line 0x0000000000000000 0x25d2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_str 0x0000000000000000 0x3668 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .comment 0x0000000000000000 0x26 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .xt.prop 0x0000000000000000 0x900 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.tcpip_adapter_compat_start_netif + 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_init + 0x0000000000000000 0x18 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_clear_default_eth_handlers + 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_set_default_eth_handlers + 0x0000000000000000 0x18 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_compat_start_eth + 0x0000000000000000 0x18 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_eth_input + 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_sta_input + 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_ap_input + 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_if_from_esp_netif + 0x0000000000000000 0x4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_ip_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_ip6_linklocal + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_ip6_global + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcpc_get_status + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_is_netif_up + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_netif + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_create_ip6_linklocal + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcps_stop + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcpc_stop + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcps_start + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcpc_start + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcps_get_status + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcps_option + 0x0000000000000000 0xc esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcpc_option + 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_set_ip_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_dns_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_set_dns_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_netif_index + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_sta_list + 0x0000000000000000 0x4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_eth_start + 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_sta_start + 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_ap_start + 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_stop + 0x0000000000000000 0x44 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_up + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_down + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_old_ip_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_set_old_ip_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_esp_if + 0x0000000000000000 0x8 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_set_hostname + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_hostname + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_compat_start_netif + 0x0000000000000000 0x51 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .rodata.tcpip_adapter_init.str1.4 + 0x0000000000000000 0x7b esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_init + 0x0000000000000000 0x32 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .rodata.tcpip_adapter_clear_default_eth_handlers.str1.4 + 0x0000000000000000 0x8 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_clear_default_eth_handlers + 0x0000000000000000 0x28 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_set_default_eth_handlers + 0x0000000000000000 0x39 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_compat_start_eth + 0x0000000000000000 0x3e esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_eth_input + 0x0000000000000000 0x32 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .rodata.tcpip_adapter_sta_input.str1.4 + 0x0000000000000000 0xd esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_sta_input + 0x0000000000000000 0x58 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .rodata.tcpip_adapter_ap_input.str1.4 + 0x0000000000000000 0xc esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_ap_input + 0x0000000000000000 0x58 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_if_from_esp_netif + 0x0000000000000000 0x23 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_ip_info + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_ip6_linklocal + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_ip6_global + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcpc_get_status + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_is_netif_up + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_netif + 0x0000000000000000 0xad esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_create_ip6_linklocal + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcps_stop + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcpc_stop + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcps_start + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcpc_start + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcps_get_status + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcps_option + 0x0000000000000000 0x1e esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcpc_option + 0x0000000000000000 0x58 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_set_ip_info + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_dns_info + 0x0000000000000000 0xa5 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_set_dns_info + 0x0000000000000000 0xa5 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_netif_index + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_sta_list + 0x0000000000000000 0x11 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_eth_start + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_sta_start + 0x0000000000000000 0x54 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_ap_start + 0x0000000000000000 0x54 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_stop + 0x0000000000000000 0x142 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_up + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_down + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_old_ip_info + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_set_old_ip_info + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_esp_if + 0x0000000000000000 0x27 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_set_hostname + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_hostname + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .rodata.s_netif_keyif + 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .xt.lit 0x0000000000000000 0x158 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .xt.prop 0x0000000000000000 0xed0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) @@ -8714,17 +8776,15 @@ Discarded input sections .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .xt.lit 0x0000000000000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .xt.prop 0x0000000000000000 0x3fc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .xt.prop 0x0000000000000000 0x474 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) .xt.lit 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .xt.prop 0x0000000000000000 0x318 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .xt.prop 0x0000000000000000 0x30c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) .literal.wpa_sm_set_pmk 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .literal.wpa_sta_is_cur_pmksa_set - 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) @@ -8733,24 +8793,18 @@ Discarded input sections .text.wpa_eapol_key_dump 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) .text.wpa_sm_set_pmk - 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_sta_is_cur_pmksa_set - 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .xt.lit 0x0000000000000000 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .xt.prop 0x0000000000000000 0x1ad0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .xt.lit 0x0000000000000000 0x180 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .xt.prop 0x0000000000000000 0x1b24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) .xt.lit 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .xt.prop 0x0000000000000000 0x54c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .xt.prop 0x0000000000000000 0x564 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) .literal.printf_encode 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .literal.printf_decode - 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .literal.wpa_merge_byte_arrays 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .literal.dup_binstr - 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) @@ -8758,26 +8812,18 @@ Discarded input sections 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .text.printf_encode 0x0000000000000000 0xcb esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.printf_decode - 0x0000000000000000 0x11e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .rodata.printf_decode - 0x0000000000000000 0x15c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .text.wpa_is_hex 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .text.wpa_merge_byte_arrays - 0x0000000000000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.dup_binstr - 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000000000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .xt.lit 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .xt.prop 0x0000000000000000 0x684 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .xt.prop 0x0000000000000000 0x72c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .literal.wpabuf_resize 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) .literal.wpabuf_alloc_ext_data 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) .literal.wpabuf_dup 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .literal.wpabuf_alloc_copy - 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) .literal.wpabuf_concat 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) .literal.wpabuf_zeropad @@ -8793,8 +8839,6 @@ Discarded input sections 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) .text.wpabuf_dup 0x0000000000000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .text.wpabuf_alloc_copy - 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) .text.wpabuf_concat 0x0000000000000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) .text.wpabuf_zeropad @@ -8896,14 +8940,12 @@ Discarded input sections .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .text.pmksa_cache_get_current - 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) .rodata.pmksa_cache_list.str1.4 0x0000000000000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) .text.pmksa_cache_list 0x0000000000000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) .xt.lit 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .xt.prop 0x0000000000000000 0x63c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .xt.prop 0x0000000000000000 0x654 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) .literal.hostapd_config_defaults_bss 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) .literal.hostapd_config_defaults @@ -8950,7 +8992,7 @@ Discarded input sections 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) .debug_ranges 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) .debug_line 0x0000000000000000 0x438 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) - .debug_str 0x0000000000000000 0x6d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) + .debug_str 0x0000000000000000 0x6ce esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) .comment 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) .xt.prop 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.c.obj) @@ -8962,7 +9004,7 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .literal.wifi_softap_get_config_local 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .literal.wifi_station_get_config_local + .literal.wifi_station_get_config_local$part$0 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .literal.wifi_api_unlock$part$2 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) @@ -9230,6 +9272,8 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .literal.esp_wifi_scan_sort_get_cur_ap_info 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_phy_apply_phy_init_data + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .literal.esp_wifi_scan_sort_get_cur_ap_record 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .literal.esp_mesh_set_parent_candidate @@ -9252,27 +9296,27 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_config_channel_local - 0x0000000000000000 0xda /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x83 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_negotiated_channel_local 0x0000000000000000 0xc7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_negotiated_bw_local - 0x0000000000000000 0x128 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.wifi_station_get_config - 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.wifi_station_get_config_default - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.wifi_station_get_ap_info 0x0000000000000000 0xbf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.wifi_station_get_current_ap_id 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.wifi_station_ap_check - 0x0000000000000000 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x4d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.wifi_softap_cacl_mac 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.wifi_softap_get_config 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.wifi_softap_get_station_num - 0x0000000000000000 0xac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.wifi_register_user_ie_manufacturer_recv_cb 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.wifi_unregister_user_ie_manufacturer_recv_cb @@ -9292,11 +9336,11 @@ Discarded input sections .text.esp_wifi_internal_esp_wifi_md5_check 0x0000000000000000 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_mode - 0x0000000000000000 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_restart 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_disconnect - 0x0000000000000000 0x94 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x5a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_clear_fast_connect 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_promiscuous_scan_start @@ -9304,27 +9348,27 @@ Discarded input sections .text.get_total_scan_time 0x0000000000000000 0xec /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_scan_start - 0x0000000000000000 0x1ec /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x184 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_scan_stop - 0x0000000000000000 0x94 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x5a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_scan_get_ap_num - 0x0000000000000000 0x102 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_scan_get_ap_records - 0x0000000000000000 0x12c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x98 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_ap_get_sta_list - 0x0000000000000000 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_ps 0x0000000000000000 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_ps - 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_protocol - 0x0000000000000000 0xc2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_protocol - 0x0000000000000000 0xca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_bandwidth - 0x0000000000000000 0x94 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_bandwidth - 0x0000000000000000 0xca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_channel 0x0000000000000000 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_home_channel @@ -9332,29 +9376,29 @@ Discarded input sections .text.esp_wifi_set_country 0x0000000000000000 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_country - 0x0000000000000000 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_mac - 0x0000000000000000 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_sta_get_ap_info - 0x0000000000000000 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_promiscuous_filter - 0x0000000000000000 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x4f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_promiscuous_filter - 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_promiscuous_ctrl_filter - 0x0000000000000000 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x4f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_promiscuous_ctrl_filter - 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_promiscuous 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_promiscuous_rx_cb 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_promiscuous - 0x0000000000000000 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_auto_connect 0x0000000000000000 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_auto_connect - 0x0000000000000000 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_restore 0x0000000000000000 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_vendor_ie @@ -9362,29 +9406,29 @@ Discarded input sections .text.esp_wifi_set_vendor_ie_cb 0x0000000000000000 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_max_tx_power - 0x0000000000000000 0x9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_max_tx_power - 0x0000000000000000 0xb6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_event_mask 0x0000000000000000 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_csi - 0x0000000000000000 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_csi_config - 0x0000000000000000 0xee /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_csi_rx_cb 0x0000000000000000 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_ant_gpio - 0x0000000000000000 0x8c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_ant_gpio - 0x0000000000000000 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_ant - 0x0000000000000000 0x8c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_ant - 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x36 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_internal_set_fix_rate - 0x0000000000000000 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_internal_get_fix_rate - 0x0000000000000000 0xdc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_sta_rx_probe_req 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_internal_set_log_level @@ -9394,7 +9438,7 @@ Discarded input sections .text.esp_wifi_internal_get_log 0x0000000000000000 0x3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_internal_ioctl - 0x0000000000000000 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_internal_get_config_channel 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_improve_contention_ability @@ -9406,193 +9450,85 @@ Discarded input sections .text.esp_wifi_mesh_reg_rxcb 0x0000000000000000 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_set_ap_assoc_expire - 0x0000000000000000 0xaa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_get_ap_assoc_expire 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_set_router_bssid - 0x0000000000000000 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_get_router_bssid - 0x0000000000000000 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_get_beacon_interval - 0x0000000000000000 0xfa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_set_beacon_interval - 0x0000000000000000 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0xca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_sta_disassoc - 0x0000000000000000 0x98 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x5a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_scan_get_cur_ap_info - 0x0000000000000000 0x102 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0xf1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata.esp_wifi_scan_get_cur_ap_info + 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_scan_get_ap_ie_len - 0x0000000000000000 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_scan_get_cur_ap_record - 0x0000000000000000 0x1a6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x1c0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata.esp_wifi_scan_get_cur_ap_record + 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_scan_get_ap_record - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_vnd_mesh_init - 0x0000000000000000 0x11e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_vnd_mesh_deinit - 0x0000000000000000 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_vnd_mesh_set - 0x0000000000000000 0xea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_vnd_mesh_get - 0x0000000000000000 0xfa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0xa4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_vnd_roots_set - 0x0000000000000000 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_vnd_roots_get - 0x0000000000000000 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_allow_root_conflicts 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_is_root_conflicts_allowed 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_set_parent_monitor_config - 0x0000000000000000 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_get_parent_monitor_config - 0x0000000000000000 0xa4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_set_ie_crypto_funcs_internal - 0x0000000000000000 0xa4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_set_ie_crypto_key_internal - 0x0000000000000000 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_scan_sort_ap_records - 0x0000000000000000 0x12a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x156 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_scan_sort_get_cur_ap_info - 0x0000000000000000 0x168 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x116 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata.esp_wifi_scan_sort_get_cur_ap_info + 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_phy_apply_phy_init_data + 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_wifi_scan_sort_get_cur_ap_record - 0x0000000000000000 0x241 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x22e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata.esp_wifi_scan_sort_get_cur_ap_record + 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_set_parent_candidate - 0x0000000000000000 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x6f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_clear_parent_candidate 0x0000000000000000 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_get_parent_candidate - 0x0000000000000000 0xde /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_set_rssi_threshold_internal - 0x0000000000000000 0xde /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_get_rssi_threshold_internal - 0x0000000000000000 0xde /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000000000000 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_is_roots_found 0x0000000000000000 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_get_storage 0x0000000000000000 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .text.esp_mesh_switch_channel_internal 0x0000000000000000 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10941 - 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10935 - 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10929 - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10918 - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10907 - 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10895 - 0x0000000000000000 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10865 - 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10858 - 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10852 - 0x0000000000000000 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10846 - 0x0000000000000000 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10828 - 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10822 - 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10816 - 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10810 - 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10804 - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10798 - 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10782 - 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10767 - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10760 - 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10746 - 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10741 - 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10735 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10729 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10718 - 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10703 - 0x0000000000000000 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10659 - 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10641 - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10606 - 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10598 - 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10592 - 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10586 - 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10582 - 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10576 - 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10566 - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10560 - 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10547 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10541 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10491 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10468 - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10454 - 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10448 - 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10444 - 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10438 - 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10432 - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10421 - 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10414 - 0x0000000000000000 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10384 - 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10377 - 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10370 - 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10363 - 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10352 - 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10341 - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10322 - 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10317 - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10311 - 0x0000000000000000 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .bss.old_scan_id$10297 + .bss.old_scan_id$10344 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10303 - 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10260 - 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10230 - 0x0000000000000000 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10108 - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .bss.s_mesh_fetch_num 0x0000000000000000 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .bss.s_mesh_sort_num @@ -9607,8 +9543,8 @@ Discarded input sections 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .data.g_wifi_osi_funcs_md5 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .xt.lit 0x0000000000000000 0x490 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .xt.prop 0x0000000000000000 0x432c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .xt.lit 0x0000000000000000 0x498 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .xt.prop 0x0000000000000000 0x3888 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .literal.ieee80211_freedom_inside_cb 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) .literal.ieee80211_rate_ref_init @@ -9647,7 +9583,7 @@ Discarded input sections .data.libnet80211_reversion_git 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) .xt.lit 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - .xt.prop 0x0000000000000000 0x540 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .xt.prop 0x0000000000000000 0x51c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) .literal.ieee80211_crypto_attach 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) .literal.ieee80211_crypto_available @@ -9672,7 +9608,7 @@ Discarded input sections .text.ieee80211_crypto_aes_128_cmac_encrypt 0x0000000000000000 0xe2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) .xt.lit 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) - .xt.prop 0x0000000000000000 0x2c4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .xt.prop 0x0000000000000000 0x2d0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) .literal.ccmp_encap 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) .literal.ccmp_decap @@ -9685,7 +9621,7 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) .xt.lit 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) - .xt.prop 0x0000000000000000 0x2a0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .xt.prop 0x0000000000000000 0x24c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) .literal.tkip_decap 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) .literal.tkip_encap @@ -9704,6 +9640,8 @@ Discarded input sections .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) .xt.lit 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) .xt.prop 0x0000000000000000 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .literal.wifi_log + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .literal.dbg_cnt_hmac_rxtx_show 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .literal.dbg_cnt_hmac_event_show @@ -9741,44 +9679,42 @@ Discarded input sections .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) - .rodata.str1.4 - 0x0000000000000000 0x2381 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_cnt_hmac_rxtx_show - 0x0000000000000000 0x1584 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0xb46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_cnt_hmac_event_show - 0x0000000000000000 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_cnt_hmac_beacon_show - 0x0000000000000000 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_cnt_hmac_txq_show - 0x0000000000000000 0x15c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0xe4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_cnt_hmac_malloc_free_show - 0x0000000000000000 0x212 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x132 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_nvs_show - 0x0000000000000000 0xd3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x8de /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_com_show - 0x0000000000000000 0xe92 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x6da /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_ampdu_show 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_bss_show - 0x0000000000000000 0xd9a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x79e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_sta_bcast_show - 0x0000000000000000 0x5c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x3f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_eap_show 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_esta_show - 0x0000000000000000 0x7f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x5f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_conn_show - 0x0000000000000000 0x982 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x4fa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_sta_show - 0x0000000000000000 0x57 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_ap_show - 0x0000000000000000 0x57 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_wifi_chm_show - 0x0000000000000000 0x3ea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0x239 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .text.dbg_ampdu_set - 0x0000000000000000 0x146 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) - .xt.lit 0x0000000000000000 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) - .xt.prop 0x0000000000000000 0x21b4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x0000000000000000 0xbc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .xt.lit 0x0000000000000000 0x88 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .xt.prop 0x0000000000000000 0x9e4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) .literal.ieee80211_hostap_send_beacon 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) .literal.hostap_handle_timer @@ -9813,8 +9749,10 @@ Discarded input sections .bss.APRecvBcnStartTick 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) .xt.lit 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - .xt.prop 0x0000000000000000 0x171c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .xt.prop 0x0000000000000000 0x1548 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) COMMON 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ampdu_tx_stop + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .literal.addba_response_txcb 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .literal.ieee80211_ampdu_timeout @@ -9823,20 +9761,12 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .literal.ieee80211_add_htinfo_body 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - .literal.unlikely.ieee80211_ampdu_start_age_timer$part$1 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .literal.ieee80211_add_htcap_body 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .literal.ht_recv_action_ba_addba_response 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - .literal.ampdu_tx_stop - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .wifirxiram.2.literal 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - .wifirxiram.4.literal - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - .literal.ampdu_free_rx_ba_index$part$8 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .literal.ampdu_rx_stop 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .literal.ht_recv_action_ba_delba @@ -9847,6 +9777,8 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .literal.ht_send_action_ba_addba 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.4.literal + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .wifirxiram.5.literal 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .literal.ieee80211_ht_attach @@ -9911,11 +9843,11 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .text.ampdu_free_rx_ba_index - 0x0000000000000000 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x0000000000000000 0x3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .text.ieee80211_ampdu_stop 0x0000000000000000 0x53 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - .xt.lit 0x0000000000000000 0x170 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - .xt.prop 0x0000000000000000 0x2070 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .xt.lit 0x0000000000000000 0x160 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .xt.prop 0x0000000000000000 0x1f50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .literal.ieee80211_add_ie_vendor_esp_head 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) .literal.ieee80211_add_ie_vendor_esp_mesh_group @@ -9995,7 +9927,7 @@ Discarded input sections .text.ieee80211_rsn_cipher_priority 0x0000000000000000 0x4d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) .xt.lit 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - .xt.prop 0x0000000000000000 0x165c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .xt.prop 0x0000000000000000 0x1578 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) .literal.wifi_get_bw_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_set_vnd_ie_cb_process @@ -10006,6 +9938,26 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_wps_start 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_wps_cb_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ioctl_ht2040_get + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_assoc_expire_set_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_router_bssid_set_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_router_bssid_get_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_root_conflicts_set_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_is_roots_found_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_restart_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_pmk_is_valid + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_ant_gpio + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_wpa2_ent_enable_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_wpa2_ent_disable_process @@ -10014,26 +9966,14 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_set_wps_status_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_set_wps_cb_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_ioctl_ht2040_get - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_internal_ioctl_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.ieee80211_ioctl_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_restart_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_pmk_is_valid - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_set_ant_gpio - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_set_auto_connect_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_scan_stop_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_scan_start_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_sta_list_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_set_vnd_ie_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_get_ap_info_process @@ -10042,6 +9982,8 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_set_promis_ctrl_filter_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_deinit_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_get_ap_list_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_station_set_config_local_2 @@ -10054,52 +9996,20 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_set_channel_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_channel_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_set_ps_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_set_rxcb_process + .literal.wifi_get_country 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_set_max_tpw + .literal.wifi_set_rxcb_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_set_csi 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_csi_set_config 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_set_fix_rate_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_deauth_sta_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_map_deauth_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_ie_crypto_key_set_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_parent_candidate_set_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_parent_candidate_clear_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_set_log_mod_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_assoc_expire_set_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_router_bssid_set_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_router_bssid_get_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_root_conflicts_set_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_is_roots_found_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_get_sta_list_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_set_beacon_interval_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_get_channel_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_get_country - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_ipc_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_ioctl_ht2040_set - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_mesh_ie_set_progress 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_mesh_ie_get_progress @@ -10108,29 +10018,53 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_mesh_roots_ie_get_progress 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_ie_init_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_ie_deinit_progress - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_mesh_ie_crypto_funcs_set_progress + .literal.wifi_mesh_ie_crypto_key_set_progress 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_mesh_parent_monitor_set_progress 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_mesh_parent_monitor_get_progress 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_candidate_set_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_candidate_clear_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_mesh_parent_candidate_get_progress 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_mesh_rssi_threshold_set_progress 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_mesh_rssi_threshold_get_progress 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_log_mod_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_auto_connect_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_internal_ioctl_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_set_beacon_interval_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_max_tpw + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_fix_rate_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ipc_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ioctl_ht2040_set + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_init_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_deinit_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_map_deauth_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_crypto_funcs_set_progress + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_mesh_switch_channel_progress 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal._do_wifi_stop$part$26 + .literal._do_wifi_stop$part$14 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.ieee80211_phy_2nd_chan_is_valid$part$27 + .literal.ieee80211_phy_2nd_chan_is_valid$part$15 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.ieee80211_set_appie$part$41 + .literal.ieee80211_set_appie$part$30 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_set_appie_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) @@ -10222,11 +10156,9 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_lmac_init 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_deinit - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_init_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .literal.wifi_deinit_process + .literal.wifi_deinit 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.wifi_sta_disconnect 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) @@ -10285,51 +10217,51 @@ Discarded input sections 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_wps_start 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_assoc_expire_set_progress + 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_router_bssid_set_progress + 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_router_bssid_get_progress + 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_root_conflicts_set_progress + 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_is_roots_found_progress + 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_set_progress + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_get_progress + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_roots_ie_set_progress + 0x0000000000000000 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_roots_ie_get_progress + 0x0000000000000000 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_mesh_ie_crypto_key_set_progress - 0x0000000000000000 0xb7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000000000000 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_monitor_set_progress + 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_monitor_get_progress + 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_mesh_parent_candidate_set_progress - 0x0000000000000000 0xca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_mesh_parent_candidate_clear_progress 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_assoc_expire_set_progress - 0x0000000000000000 0x92 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_router_bssid_set_progress - 0x0000000000000000 0x9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_router_bssid_get_progress - 0x0000000000000000 0x9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_root_conflicts_set_progress - 0x0000000000000000 0x63 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_is_roots_found_progress - 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_set_beacon_interval_progress - 0x0000000000000000 0x114 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_set_progress - 0x0000000000000000 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_get_progress - 0x0000000000000000 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_roots_ie_set_progress - 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_roots_ie_get_progress - 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_init_progress - 0x0000000000000000 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_deinit_progress - 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_crypto_funcs_set_progress - 0x0000000000000000 0x6f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_parent_monitor_set_progress - 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_parent_monitor_get_progress - 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_mesh_parent_candidate_get_progress - 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_mesh_rssi_threshold_set_progress - 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_mesh_rssi_threshold_get_progress - 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_set_beacon_interval_progress + 0x0000000000000000 0xa4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_init_progress + 0x0000000000000000 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_deinit_progress + 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_crypto_funcs_set_progress + 0x0000000000000000 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_mesh_switch_channel_progress - 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .text.ieee80211_phy_2nd_chan_is_valid$part$27 + 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_phy_2nd_chan_is_valid$part$15 0x0000000000000000 0xb6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text._do_wifi_stop 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) @@ -10340,17 +10272,17 @@ Discarded input sections .text.wifi_set_phy_2nd_chan_process 0x0000000000000000 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.print_sta_pmk - 0x0000000000000000 0x357 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000000000000 0x303 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.ieee80211_sta_scan 0x0000000000000000 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_sta_ap_change_process - 0x0000000000000000 0x136 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000000000000 0x112 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_sta_set_ap_num_process 0x0000000000000000 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.chip_post_deinit 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.esp_wifi_internal_set_baw - 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000000000000 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_crypto_deinit 0x0000000000000000 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_crypto_init @@ -10361,6 +10293,8 @@ Discarded input sections 0x0000000000000000 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_lmac_deinit 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_deinit + 0x0000000000000000 0x37 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_sta_disconnect 0x0000000000000000 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.wifi_ant_to_ant_type @@ -10376,51 +10310,9 @@ Discarded input sections .text.wifi_mesh_sta_disassoc_progress 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .text.ieee80211_ioctl_mesh_funcs_register - 0x0000000000000000 0x88 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .bss.is_mesh_funcs_registered$11102 + 0x0000000000000000 0x6d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .bss.is_mesh_funcs_registered$11091 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11071 - 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11063 - 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11059 - 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11055 - 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11051 - 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11044 - 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11040 - 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11036 - 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11030 - 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11024 - 0x0000000000000000 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11020 - 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11014 - 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11009 - 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$11005 - 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10998 - 0x0000000000000000 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10974 - 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10970 - 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10964 - 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10959 - 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10954 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10949 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .rodata.mesh_op 0x0000000000000000 0xb8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .data.g_mesh_root_conflicts_allowed @@ -10430,7 +10322,7 @@ Discarded input sections .bss.mesh_router_bssid 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .xt.lit 0x0000000000000000 0x438 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .xt.prop 0x0000000000000000 0x4bfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .xt.prop 0x0000000000000000 0x3e7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .literal.ieee80211_mesh_quick_init 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) .literal.ieee80211_mesh_quick_deinit @@ -10444,24 +10336,18 @@ Discarded input sections .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) - .rodata.str1.4 - 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) .text.ieee80211_mesh_quick_init - 0x0000000000000000 0x1ab /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x0000000000000000 0x154 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) .text.ieee80211_mesh_quick_deinit - 0x0000000000000000 0xfe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x0000000000000000 0xa1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) .text.ieee80211_vnd_mesh_update_beacon 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) .text.ieee80211_vnd_mesh_fully_associated 0x0000000000000000 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) - .rodata.__FUNCTION__$8906 - 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) - .rodata.__FUNCTION__$8899 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) .bss.esp_mesh_appie 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) .xt.lit 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) - .xt.prop 0x0000000000000000 0x228 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .xt.prop 0x0000000000000000 0x1f8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) .literal.wifi_nvs_commit$part$2 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .literal.wifi_nvs_cfg_item_init @@ -10514,23 +10400,21 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .text.wifi_nvs_sta_restore - 0x0000000000000000 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .text.wifi_nvs_ap_restore - 0x0000000000000000 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .text.ieee80211_nvs_set_default_ssid 0x0000000000000000 0x53 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .text.wifi_get_ap_chan 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .text.wifi_nvs_validate_ap_ssid 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - .text.wifi_nvs_validate_country - 0x0000000000000000 0x37 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .text.wifi_nvs_validate_ap_num 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .text.wifi_nvs_validate_sta_listen_interval 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .xt.lit 0x0000000000000000 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - .xt.prop 0x0000000000000000 0xb28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .xt.prop 0x0000000000000000 0xae0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .literal.ieee80211_classify 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .literal.ieee80211_add_wme_param$isra$2 @@ -10621,7 +10505,7 @@ Discarded input sections .text.ieee80211_txq_enq 0x0000000000000000 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .text.esp_wifi_mesh_tx - 0x0000000000000000 0x492 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x0000000000000000 0x482 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .text.ieee80211_txq_empty 0x0000000000000000 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .text.ieee80211_output_pending_eb @@ -10637,15 +10521,15 @@ Discarded input sections .text.ieee80211_vnd_ie_set 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .text.ieee80211_vnd_lora_ie_size - 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .text.ieee80211_setup_robust_mgmtframe 0x0000000000000000 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .text.ieee80211_raw_frame_sanity_check - 0x0000000000000000 0x306 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x0000000000000000 0x252 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .text.esp_wifi_80211_tx - 0x0000000000000000 0x176 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x0000000000000000 0x154 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .xt.lit 0x0000000000000000 0x140 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - .xt.prop 0x0000000000000000 0x2538 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .xt.prop 0x0000000000000000 0x2460 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .literal.ieee80211_phy_deinit 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) .literal.ieee80211_phy_type_get @@ -10664,7 +10548,7 @@ Discarded input sections .text.ieee80211_set_user_sup_rate 0x0000000000000000 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) .xt.lit 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) - .xt.prop 0x0000000000000000 0x360 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .xt.prop 0x0000000000000000 0x354 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) .literal.ieee80211_psq_init 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) .literal.ieee80211_gpsq_init @@ -10707,7 +10591,7 @@ Discarded input sections .text.ieee80211_psq_take_tail 0x0000000000000000 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) .xt.lit 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - .xt.prop 0x0000000000000000 0x57c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .xt.prop 0x0000000000000000 0x570 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) .literal.ieee80211_proto_attach 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) .literal.ieee80211_set_shortslottime @@ -10729,15 +10613,13 @@ Discarded input sections 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) .text.ieee80211_wme_initparams 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - .rodata.rates$8808 + .rodata.rates$8858 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) .xt.lit 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - .xt.prop 0x0000000000000000 0x2a0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - .literal.ieee80211_regdomain_get_country$part$1 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .xt.prop 0x0000000000000000 0x288 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) .literal.ieee80211_regdomain_max_tx_power 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - .literal.ieee80211_regdomain_attach + .literal.ieee80211_update_phy_country 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) .literal.ieee80211_regdomain_update 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) @@ -10764,14 +10646,12 @@ Discarded input sections .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - .text.ieee80211_regdomain_attach - 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) .text.ieee80211_regdomain_chan_num - 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x0000000000000000 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) .text.ieee80211_regdomain_policy - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) .xt.lit 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - .xt.prop 0x0000000000000000 0x45c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .xt.prop 0x0000000000000000 0x3b4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) .literal.ieee80211_rfid_locp_recv_open 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) .literal.ieee80211_rfid_locp_recv_close @@ -10807,8 +10687,6 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .literal.unlikely.scan_add_ssid 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - .literal.scan_update_scan_history$part$0 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .literal.ieee80211_scan_attach 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .literal.ieee80211_scan_deattach @@ -10890,8 +10768,6 @@ Discarded input sections .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .text.scan_pm_channel_op_cb 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - .text.scan_update_scan_history - 0x0000000000000000 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .text.cannel_scan_connect_state 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .text.scan_check_hidden @@ -10901,13 +10777,13 @@ Discarded input sections .text.scan_connect_state 0x0000000000000000 0x4f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .text.scan_set_scan_id - 0x0000000000000000 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x0000000000000000 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .text.scan_get_scan_id - 0x0000000000000000 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x0000000000000000 0x4f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .text.scan_fill_wps_scan_ie 0x0000000000000000 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - .xt.lit 0x0000000000000000 0x150 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - .xt.prop 0x0000000000000000 0x1b90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .xt.lit 0x0000000000000000 0x148 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .xt.prop 0x0000000000000000 0x16ec /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .literal.sta_recv_sa_query_resp 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .literal.sta_assoc_comeback @@ -10918,8 +10794,6 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .literal.sta_recv_sa_query_req 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - .literal.ieee80211_wme_standard_ac_to_esp_ac$part$1 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .literal.sta_action_output 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .literal.sta_send_sa_query_resp @@ -10963,12 +10837,10 @@ Discarded input sections .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - .text.ieee80211_wme_standard_ac_to_esp_ac$part$1 - 0x0000000000000000 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .text.ieee80211_wme_standard_ac_to_esp_ac - 0x0000000000000000 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - .xt.lit 0x0000000000000000 0xd0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - .xt.prop 0x0000000000000000 0x1e54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x0000000000000000 0x4f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .xt.lit 0x0000000000000000 0xc8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .xt.prop 0x0000000000000000 0x19d4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .literal.ieee80211_set_key$part$0 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .literal.esp_wifi_set_appie_internal$part$2 @@ -11181,9 +11053,9 @@ Discarded input sections .text.esp_wifi_unset_appie_internal 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .text.esp_wifi_sta_wpa2_ent_enable_internal - 0x0000000000000000 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .text.esp_wifi_sta_wpa2_ent_disable_internal - 0x0000000000000000 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .text.esp_wifi_set_wpa2_ent_state_internal 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .text.esp_wifi_set_wps_type_internal @@ -11202,14 +11074,10 @@ Discarded input sections 0x0000000000000000 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .text.esp_wifi_set_wps_start_flag_internal 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) - .rodata.__FUNCTION__$9508 - 0x0000000000000000 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) - .rodata.__FUNCTION__$9502 - 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .data.g_wifi_supplicant_funcs_md5 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .xt.lit 0x0000000000000000 0x270 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) - .xt.prop 0x0000000000000000 0x1578 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .xt.prop 0x0000000000000000 0x153c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .literal.ieee80211_ampdu_age_handle 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) .literal.ieee80211_addba @@ -11254,7 +11122,7 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) .xt.lit 0x0000000000000000 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - .xt.prop 0x0000000000000000 0xb1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .xt.prop 0x0000000000000000 0x7ec /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) .literal.chm_end_op_timeout 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) .literal.chm_mhz2num @@ -11295,7 +11163,7 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) .xt.lit 0x0000000000000000 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - .xt.prop 0x0000000000000000 0x6c0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .xt.prop 0x0000000000000000 0x5f4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) .literal.cnx_cal_rc_util 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .literal.cnx_get_next_rc @@ -11442,21 +11310,21 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .text.esp_mesh_debug_tsf_time - 0x0000000000000000 0xde /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x0000000000000000 0xb6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .text.esp_mesh_get_tsf_time 0x0000000000000000 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .text.wifi_softap_staconnected_event_policy 0x0000000000000000 0x3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .text.wifi_softap_toomany_deny 0x0000000000000000 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - .bss.last_self_tsf$9830 + .bss.last_self_tsf$9882 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - .bss.count$9838 + .bss.count$9890 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - .bss.last_parent_tsf$9829 + .bss.last_parent_tsf$9881 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .xt.lit 0x0000000000000000 0x230 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - .xt.prop 0x0000000000000000 0x2d0c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .xt.prop 0x0000000000000000 0x26dc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .literal.send_inval 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .literal.recv_inval @@ -11481,7 +11349,7 @@ Discarded input sections .text.ieee80211_recv_action_unregister 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .xt.lit 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) - .xt.prop 0x0000000000000000 0x468 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .xt.prop 0x0000000000000000 0x474 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .literal.ieee80211_recv_action_vendor_spec 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .literal.get_iav_key @@ -11512,23 +11380,23 @@ Discarded input sections .text.unregister_ieee80211_action_vendor_get_key_cb 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .rodata.str1.4 - 0x0000000000000000 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .text.ieee80211_add_action_vendor_spec_esp 0x0000000000000000 0x67 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .text.ieee80211_alloc_action_vendor_spec 0x0000000000000000 0x133 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .text.ieee80211_send_action_vendor_spec - 0x0000000000000000 0x474 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0x0000000000000000 0x460 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .text.register_ieee80211_action_vendor_spec_cb 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .text.unregister_ieee80211_action_vendor_spec_cb 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) - .data.s_global_vendor_seq$8945 + .data.s_global_vendor_seq$8986 0x0000000000000000 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .bss.avs_tx_content 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .xt.lit 0x0000000000000000 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) - .xt.prop 0x0000000000000000 0x4ec /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .xt.prop 0x0000000000000000 0x4e0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .literal.ieee80211_getmgtframe 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) .literal.ieee80211_getbcnframe @@ -11537,7 +11405,7 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) .xt.lit 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) - .xt.prop 0x0000000000000000 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .xt.prop 0x0000000000000000 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) .literal.esf_buf_free_static$part$4 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) .wifirxiram.3.literal @@ -11560,7 +11428,7 @@ Discarded input sections .text.esf_buf_free_static 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) .xt.lit 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) - .xt.prop 0x0000000000000000 0x678 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .xt.prop 0x0000000000000000 0x54c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) .literal.bb_intr_handl 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) .literal.ic_get_addr @@ -11739,7 +11607,7 @@ Discarded input sections .text.esp_mesh_set_6m_rate 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) .text.ic_bb_check_noise_init - 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x0000000000000000 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) .text.ic_get_random 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) .text.ic_trc_set_per_pkt_rate @@ -11747,17 +11615,17 @@ Discarded input sections .text.ic_get_fix_rate 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) .xt.lit 0x0000000000000000 0x260 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - .xt.prop 0x0000000000000000 0x1158 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - .literal.unlikely.lmacClearWaitQueue + .xt.prop 0x0000000000000000 0x1104 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.lmacSetTxFrame + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacClearWaitQueue 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .literal.unlikely.lmacSetWaitQueue 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .literal.lmacSetTxFrame + .literal.unlikely.lmacEndRetryAMPDUFail$isra$4 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .wifi0iram.12.literal 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .literal.unlikely.lmacEndRetryAMPDUFail$isra$2 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .literal.lmacDiscardMSDU 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .literal.lmacDiscardFrameExchangeSequence @@ -11800,15 +11668,15 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .wifi0iram.11.literal 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .literal.unlikely.lmacRetryTxFrame + .literal.lmacRetryTxFrame 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .literal.unlikely.lmacEndTxopFrameExchangeSequence + .literal.lmacEndTxopFrameExchangeSequence 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .literal.lmacProcessTxopSuccess 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .wifi0iram.4.literal 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .literal.unlikely.lmacProcessLongRetryFail + .literal.lmacProcessLongRetryFail 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .literal.lmacProcessShortRetryFail 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) @@ -11844,9 +11712,9 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .text.unlikely.lmacSetWaitQueue - 0x0000000000000000 0xd6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x0000000000000000 0xb6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .text.lmacProcessTxopStartData - 0x0000000000000000 0x42c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x0000000000000000 0x380 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .text.esp_wifi_internal_set_retry_counter 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .text.esp_wifi_internal_set_msdu_lifetime @@ -11854,25 +11722,25 @@ Discarded input sections .text.esp_wifi_internal_get_mib 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .text.esp_wifi_internal_set_rts - 0x0000000000000000 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x0000000000000000 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .text.esp_wifi_internal_get_rts 0x0000000000000000 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .text.lmacProcessTxopSuccess - 0x0000000000000000 0x1cf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x0000000000000000 0x183 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .text.dbg_lmac_get_acs 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .rodata.__FUNCTION__$7686 + .rodata.__FUNCTION__$7718 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .rodata.__FUNCTION__$7570 + .rodata.__FUNCTION__$7602 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .rodata.__FUNCTION__$7676 + .rodata.__FUNCTION__$7708 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .rodata.__FUNCTION__$7666 + .rodata.__FUNCTION__$7698 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .data.txopstart_index 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .xt.lit 0x0000000000000000 0x170 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .xt.prop 0x0000000000000000 0x1fc8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .xt.prop 0x0000000000000000 0x1fb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .literal.pm_coex_schm_process 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) .literal.pm_coex_schm_process_restart @@ -12026,7 +11894,7 @@ Discarded input sections .text.pm_get_idle_wait_time 0x0000000000000000 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) .xt.lit 0x0000000000000000 0x1d0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - .xt.prop 0x0000000000000000 0x18c0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .xt.prop 0x0000000000000000 0x1824 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) .literal.fpm_allow_tx 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) .literal.fpm_do_wakeup @@ -12271,7 +12139,7 @@ Discarded input sections .data.libpp_reversion_git 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .xt.lit 0x0000000000000000 0x258 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - .xt.prop 0x0000000000000000 0x2a84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .xt.prop 0x0000000000000000 0x29b8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) COMMON 0x0000000000000000 0x1a4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .iram1.3.literal 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) @@ -12364,21 +12232,21 @@ Discarded input sections .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .iram1.4 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .rodata.str1.4 - 0x0000000000000000 0x241e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x1ba6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_cnt_lmac_hw_show - 0x0000000000000000 0x7cc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x50a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_cnt_lmac_int_show - 0x0000000000000000 0x498 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x26e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_cnt_lmac_rxtx_show - 0x0000000000000000 0xb9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x674 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_cnt_lmac_eb_show - 0x0000000000000000 0x1a6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x106 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_cnt_lmac_event_show - 0x0000000000000000 0x233 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x15e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_cnt_lmac_ps_show - 0x0000000000000000 0x4bf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x292 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_cnt_lmac_q_show - 0x0000000000000000 0x1be /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x14d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_his_lmac_eb_show 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_his_lmac_event_show @@ -12390,9 +12258,9 @@ Discarded input sections .text.dbg_his_lmac_tx_show 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_display_acs - 0x0000000000000000 0x1a9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x138 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_lmac_show - 0x0000000000000000 0x93b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x529 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_ebuf_loc_show 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_perf_path_show @@ -12400,54 +12268,54 @@ Discarded input sections .text.dbg_perf_path_set 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_perf_throughput_cal - 0x0000000000000000 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_trc_show_sched - 0x0000000000000000 0x118 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x9e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_trc_show_sched_table 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_trc_show_global - 0x0000000000000000 0xb27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x694 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_trc_show_schedule - 0x0000000000000000 0x29b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x190 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_trc_rate_show - 0x0000000000000000 0xfb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .rodata 0x0000000000000000 0xd0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_trc_rate_show_value - 0x0000000000000000 0x173 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x10d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_enable_long_rate - 0x0000000000000000 0x137 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0xf2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.dbg_adjust_long_rate - 0x0000000000000000 0x128 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0xde /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .rodata.dbg_adjust_long_rate 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.trc_set_per_conn_rate_fix - 0x0000000000000000 0x22f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x173 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.trc_show_rate 0x0000000000000000 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.trc_modify_sched - 0x0000000000000000 0x116 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0xd8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.trc_set_per_conn_rate_limit - 0x0000000000000000 0x9a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.trc_set_per_conn_rate_create_new_table - 0x0000000000000000 0x10b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0xdb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.trc_set_per_conn_rate_modify_new_table - 0x0000000000000000 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.trc_set_per_conn_rate_modify_global_table - 0x0000000000000000 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.trc_set_per_conn_rate_create_new_sched - 0x0000000000000000 0x158 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x10c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.trc_set_per_conn_rate_modify_new_sched - 0x0000000000000000 0xdc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.trc_set_per_conn_rate 0x0000000000000000 0x9d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .rodata.trc_set_per_conn_rate 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .text.esp_wifi_internal_set_rate - 0x0000000000000000 0x1be /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000000000000 0x100 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .bss.s_t_old 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .bss.s_total 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .xt.lit 0x0000000000000000 0x110 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) - .xt.prop 0x0000000000000000 0x2154 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .xt.prop 0x0000000000000000 0x1128 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .literal.pp_timer_dream 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) .literal.pp_timer_sleep_delay @@ -12472,7 +12340,7 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) .xt.lit 0x0000000000000000 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - .xt.prop 0x0000000000000000 0x2b8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .xt.prop 0x0000000000000000 0x288 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) .literal.RC_SetBasicRate 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) .literal.RC_GetAckRate @@ -12610,7 +12478,7 @@ Discarded input sections .text.trc_set_per_pkt_rate 0x0000000000000000 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .text.trc_NeedRTS - 0x0000000000000000 0x9a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x0000000000000000 0x99 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .rodata.trc_NeedRTS 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .text.trc_onDisconnect @@ -12634,15 +12502,13 @@ Discarded input sections .text.dbg_get_per_conn_trc 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .text.dbg_get_trc_table - 0x0000000000000000 0x77 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x0000000000000000 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .rodata.dbg_get_trc_table 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .xt.lit 0x0000000000000000 0x148 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - .xt.prop 0x0000000000000000 0x231c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .xt.prop 0x0000000000000000 0x2304 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .literal.wdev_csi_hw_bug_check 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - .literal.wdev_csi_rx_process$part$3 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .literal.unlikely.wDev_SnifferRxData 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .literal.wDev_Enable_Beacon_Tsf @@ -12783,8 +12649,8 @@ Discarded input sections .text.wdev_rxbuf_cnt_set 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .text.esp_wifi_internal_set_autoack_rate - 0x0000000000000000 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - .wifi0iram.15 0x0000000000000000 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x0000000000000000 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.15 0x0000000000000000 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .text.wDev_DisableTransmit 0x0000000000000000 0x29 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .text.wDev_ClearBssid @@ -12793,7 +12659,7 @@ Discarded input sections 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .text.wdev_set_csi_rx_cb 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - .rodata.__FUNCTION__$8525 + .rodata.__FUNCTION__$8562 0x0000000000000000 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .bss.time_max 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .bss.time_end 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) @@ -12803,8 +12669,8 @@ Discarded input sections 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .bss.reload_count 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - .xt.lit 0x0000000000000000 0x1d8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - .xt.prop 0x0000000000000000 0x1ac4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .xt.lit 0x0000000000000000 0x1d0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .xt.prop 0x0000000000000000 0x19ec /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .literal.BT_tx_8m_enable 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) .literal.BT_tx_if_init @@ -13449,29 +13315,29 @@ Discarded input sections 0x0000000000000000 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .text.xRingbufferPrintInfo 0x0000000000000000 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5504 + .rodata.__FUNCTION__$5582 0x0000000000000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5499 + .rodata.__FUNCTION__$5577 0x0000000000000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5487 + .rodata.__FUNCTION__$5565 0x0000000000000000 0x22 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5481 + .rodata.__FUNCTION__$5559 0x0000000000000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5473 + .rodata.__FUNCTION__$5551 0x0000000000000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5466 + .rodata.__FUNCTION__$5544 0x0000000000000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5436 + .rodata.__FUNCTION__$5514 0x0000000000000000 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5427 + .rodata.__FUNCTION__$5505 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5415 + .rodata.__FUNCTION__$5493 0x0000000000000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5402 + .rodata.__FUNCTION__$5480 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5350 + .rodata.__FUNCTION__$5428 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5337 + .rodata.__FUNCTION__$5415 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .xt.lit 0x0000000000000000 0x128 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .xt.prop 0x0000000000000000 0x15fc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) @@ -13503,9 +13369,9 @@ Discarded input sections 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .literal.touch_pad_get_wakeup_status 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .iram1.15.literal + .iram1.22.literal 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .iram1.16.literal + .iram1.23.literal 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) @@ -13544,23 +13410,23 @@ Discarded input sections 0x0000000000000000 0x92 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .text.touch_pad_get_wakeup_status 0x0000000000000000 0x47 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .iram1.15 0x0000000000000000 0x41 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .iram1.16 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .rodata.__FUNCTION__$7094 + .iram1.22 0x0000000000000000 0x41 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .iram1.23 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$7177 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .rodata.__FUNCTION__$7090 + .rodata.__FUNCTION__$7173 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .rodata.__FUNCTION__$7085 + .rodata.__FUNCTION__$7168 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .rodata.__FUNCTION__$7074 + .rodata.__FUNCTION__$7157 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .rodata.__FUNCTION__$7063 + .rodata.__FUNCTION__$7146 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .rodata.__FUNCTION__$7058 + .rodata.__FUNCTION__$7141 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .rodata.__FUNCTION__$7051 + .rodata.__FUNCTION__$7134 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .rodata.__FUNCTION__$7038 + .rodata.__FUNCTION__$7121 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .debug_frame 0x0000000000000000 0x190 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .debug_info 0x0000000000000000 0x6be6 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) @@ -13570,7 +13436,7 @@ Discarded input sections 0x0000000000000000 0x98 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .debug_ranges 0x0000000000000000 0x88 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .debug_line 0x0000000000000000 0x12cc esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) - .debug_str 0x0000000000000000 0x4188 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_str 0x0000000000000000 0x4182 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .comment 0x0000000000000000 0x26 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .xt.lit 0x0000000000000000 0x80 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) .xt.prop 0x0000000000000000 0x57c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) @@ -13744,7 +13610,7 @@ Discarded input sections .rodata.esp_mbedtls_init_global_ca_store.str1.4 0x0000000000000000 0x33 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) .text.esp_mbedtls_init_global_ca_store - 0x0000000000000000 0x49 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000000000000 0x50 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) .rodata.esp_mbedtls_set_global_ca_store.str1.4 0x0000000000000000 0x94 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) .text.esp_mbedtls_set_global_ca_store @@ -13754,7 +13620,7 @@ Discarded input sections .text.esp_mbedtls_free_global_ca_store 0x0000000000000000 0x1a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) .xt.lit 0x0000000000000000 0x98 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .xt.prop 0x0000000000000000 0x948 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .xt.prop 0x0000000000000000 0x960 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) .literal.lwip_gethostbyname 0x0000000000000000 0x24 esp-idf/lwip/liblwip.a(netdb.c.obj) .literal.lwip_gethostbyname_r @@ -13776,17 +13642,17 @@ Discarded input sections 0x0000000000000000 0x87 esp-idf/lwip/liblwip.a(netdb.c.obj) .text.lwip_getaddrinfo 0x0000000000000000 0x27d esp-idf/lwip/liblwip.a(netdb.c.obj) - .rodata.__func__$7138 + .rodata.__func__$7216 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(netdb.c.obj) - .bss.s_aliases$7097 + .bss.s_aliases$7175 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(netdb.c.obj) - .bss.s_hostent$7096 + .bss.s_hostent$7174 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(netdb.c.obj) - .bss.s_hostname$7100 + .bss.s_hostname$7178 0x0000000000000000 0x101 esp-idf/lwip/liblwip.a(netdb.c.obj) - .bss.s_phostent_addr$7099 + .bss.s_phostent_addr$7177 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netdb.c.obj) - .bss.s_hostent_addr$7098 + .bss.s_hostent_addr$7176 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(netdb.c.obj) .debug_frame 0x0000000000000000 0x70 esp-idf/lwip/liblwip.a(netdb.c.obj) .debug_info 0x0000000000000000 0x246e esp-idf/lwip/liblwip.a(netdb.c.obj) @@ -13796,7 +13662,7 @@ Discarded input sections 0x0000000000000000 0x38 esp-idf/lwip/liblwip.a(netdb.c.obj) .debug_ranges 0x0000000000000000 0x40 esp-idf/lwip/liblwip.a(netdb.c.obj) .debug_line 0x0000000000000000 0x11b9 esp-idf/lwip/liblwip.a(netdb.c.obj) - .debug_str 0x0000000000000000 0x1c2c esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_str 0x0000000000000000 0x1c26 esp-idf/lwip/liblwip.a(netdb.c.obj) .comment 0x0000000000000000 0x26 esp-idf/lwip/liblwip.a(netdb.c.obj) .xt.lit 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(netdb.c.obj) .xt.prop 0x0000000000000000 0x3fc esp-idf/lwip/liblwip.a(netdb.c.obj) @@ -13829,7 +13695,7 @@ Discarded input sections 0x0000000000000000 0x62 esp-idf/lwip/liblwip.a(ethernetif.c.obj) .text.ethernetif_init 0x0000000000000000 0x7c esp-idf/lwip/liblwip.a(ethernetif.c.obj) - .rodata.__func__$8796 + .rodata.__func__$8875 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(ethernetif.c.obj) .debug_frame 0x0000000000000000 0x88 esp-idf/lwip/liblwip.a(ethernetif.c.obj) .debug_info 0x0000000000000000 0x48bc esp-idf/lwip/liblwip.a(ethernetif.c.obj) @@ -13839,7 +13705,7 @@ Discarded input sections 0x0000000000000000 0x40 esp-idf/lwip/liblwip.a(ethernetif.c.obj) .debug_ranges 0x0000000000000000 0x30 esp-idf/lwip/liblwip.a(ethernetif.c.obj) .debug_line 0x0000000000000000 0xc49 esp-idf/lwip/liblwip.a(ethernetif.c.obj) - .debug_str 0x0000000000000000 0x3544 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .debug_str 0x0000000000000000 0x353e esp-idf/lwip/liblwip.a(ethernetif.c.obj) .comment 0x0000000000000000 0x26 esp-idf/lwip/liblwip.a(ethernetif.c.obj) .xt.lit 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(ethernetif.c.obj) .xt.prop 0x0000000000000000 0x1b0 esp-idf/lwip/liblwip.a(ethernetif.c.obj) @@ -13879,7 +13745,7 @@ Discarded input sections 0x0000000000000000 0x40 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .debug_ranges 0x0000000000000000 0x30 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .debug_line 0x0000000000000000 0x8fb esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) - .debug_str 0x0000000000000000 0x2d57 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) + .debug_str 0x0000000000000000 0x2d51 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .comment 0x0000000000000000 0x26 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .xt.lit 0x0000000000000000 0x28 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .xt.prop 0x0000000000000000 0x1c8 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) @@ -13906,89 +13772,10 @@ Discarded input sections 0x0000000000000000 0x30 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .debug_ranges 0x0000000000000000 0x20 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .debug_line 0x0000000000000000 0x719 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) - .debug_str 0x0000000000000000 0x2b9a esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) + .debug_str 0x0000000000000000 0x2b94 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .comment 0x0000000000000000 0x26 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .xt.lit 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .xt.prop 0x0000000000000000 0xa8 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .rodata.touch_sensor_channel_io_map - 0x0000000000000000 0x28 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .debug_info 0x0000000000000000 0x4566 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .debug_abbrev 0x0000000000000000 0x228 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .debug_aranges - 0x0000000000000000 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .debug_line 0x0000000000000000 0x368 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .debug_str 0x0000000000000000 0x280e esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .comment 0x0000000000000000 0x26 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .xt.prop 0x0000000000000000 0xc esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .literal.esp_netif_get_sta_list - 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .text.esp_netif_get_sta_list - 0x0000000000000000 0x69 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .debug_frame 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .debug_info 0x0000000000000000 0x407b esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .debug_abbrev 0x0000000000000000 0x326 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .debug_loc 0x0000000000000000 0x65 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .debug_aranges - 0x0000000000000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .debug_ranges 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .debug_line 0x0000000000000000 0x8b0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .debug_str 0x0000000000000000 0x30ba esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .comment 0x0000000000000000 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .xt.lit 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .xt.prop 0x0000000000000000 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .literal.esp_eth_post_attach - 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .literal.eth_input_to_netif - 0x0000000000000000 0x4 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .literal.esp_eth_new_netif_glue - 0x0000000000000000 0x1c esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .literal.esp_eth_del_netif_glue - 0x0000000000000000 0x8 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .literal.esp_eth_clear_default_handlers - 0x0000000000000000 0x40 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .literal.esp_eth_set_default_handlers - 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .rodata.esp_eth_post_attach.str1.4 - 0x0000000000000000 0x102 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .text.esp_eth_post_attach - 0x0000000000000000 0xac esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .text.eth_input_to_netif - 0x0000000000000000 0x15 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .rodata.esp_eth_new_netif_glue.str1.4 - 0x0000000000000000 0x30 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .text.esp_eth_new_netif_glue - 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .text.esp_eth_del_netif_glue - 0x0000000000000000 0x18 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .rodata.esp_eth_clear_default_handlers.str1.4 - 0x0000000000000000 0x36 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .text.esp_eth_clear_default_handlers - 0x0000000000000000 0x75 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .text.esp_eth_set_default_handlers - 0x0000000000000000 0xa6 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .rodata.__func__$8138 - 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .debug_frame 0x0000000000000000 0xa0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .debug_info 0x0000000000000000 0x458f esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .debug_abbrev 0x0000000000000000 0x39b esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .debug_loc 0x0000000000000000 0x23b esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .debug_aranges - 0x0000000000000000 0x48 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .debug_ranges 0x0000000000000000 0x38 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .debug_line 0x0000000000000000 0xbfe esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .debug_str 0x0000000000000000 0x342a esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .comment 0x0000000000000000 0x26 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .xt.lit 0x0000000000000000 0x30 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) - .xt.prop 0x0000000000000000 0x18c esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) .literal.mbedtls_ssl_conf_dtls_anti_replay 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .literal.mbedtls_ssl_set_timer_cb @@ -14258,6 +14045,85 @@ Discarded input sections .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) .xt.lit 0x0000000000000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) .xt.prop 0x0000000000000000 0x5b8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .rodata.touch_sensor_channel_io_map + 0x0000000000000000 0x28 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .debug_info 0x0000000000000000 0x4566 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x228 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .debug_line 0x0000000000000000 0x368 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .debug_str 0x0000000000000000 0x2808 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .comment 0x0000000000000000 0x26 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .xt.prop 0x0000000000000000 0xc esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .literal.esp_netif_get_sta_list + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .text.esp_netif_get_sta_list + 0x0000000000000000 0x69 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_info 0x0000000000000000 0x407d esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_abbrev 0x0000000000000000 0x326 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_loc 0x0000000000000000 0x65 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_ranges 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_line 0x0000000000000000 0x8b0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_str 0x0000000000000000 0x30b4 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .comment 0x0000000000000000 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .xt.prop 0x0000000000000000 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .literal.esp_eth_post_attach + 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.eth_input_to_netif + 0x0000000000000000 0x4 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.esp_eth_new_netif_glue + 0x0000000000000000 0x1c esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.esp_eth_del_netif_glue + 0x0000000000000000 0x8 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.esp_eth_clear_default_handlers + 0x0000000000000000 0x40 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.esp_eth_set_default_handlers + 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .rodata.esp_eth_post_attach.str1.4 + 0x0000000000000000 0x102 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.esp_eth_post_attach + 0x0000000000000000 0xac esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.eth_input_to_netif + 0x0000000000000000 0x15 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .rodata.esp_eth_new_netif_glue.str1.4 + 0x0000000000000000 0x30 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.esp_eth_new_netif_glue + 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.esp_eth_del_netif_glue + 0x0000000000000000 0x18 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .rodata.esp_eth_clear_default_handlers.str1.4 + 0x0000000000000000 0x36 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.esp_eth_clear_default_handlers + 0x0000000000000000 0x75 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.esp_eth_set_default_handlers + 0x0000000000000000 0xa6 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .rodata.__func__$8222 + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_info 0x0000000000000000 0x458f esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_abbrev 0x0000000000000000 0x39b esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_loc 0x0000000000000000 0x23b esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_line 0x0000000000000000 0xbfe esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_str 0x0000000000000000 0x3424 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .comment 0x0000000000000000 0x26 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .xt.prop 0x0000000000000000 0x18c esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) @@ -14300,29 +14166,23 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .text.coex_schm_status_get - 0x0000000000000000 0x5c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x0000000000000000 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .text.coex_schm_get_phase_by_idx - 0x0000000000000000 0x56 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .text.coex_schm_register_btdm_callback 0x0000000000000000 0x3f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .text.coex_wifi_channel_get 0x0000000000000000 0x9e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .text.coex_register_wifi_channel_change_callback - 0x0000000000000000 0x3f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x0000000000000000 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .text.coex_schm_init - 0x0000000000000000 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x0000000000000000 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .text.coex_schm_deinit 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - .rodata.__func__$4018 + .rodata.__func__$4027 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .dram1.10 0x0000000000000000 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .dram1.9 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - .data.coex_schm_ble_default_bt_idle_wifi_conn - 0x0000000000000000 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - .data.coex_schm_ble_default_bt_idle_wifi_connecting - 0x0000000000000000 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - .data.coex_schm_ble_default_bt_idle_wifi_scan - 0x0000000000000000 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .data.coex_schm_ble_default_bt_a2dp_wifi_default 0x0000000000000000 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .data.coex_schm_ble_default_bt_idle_wifi_default @@ -14330,7 +14190,7 @@ Discarded input sections .data.coex_schm_ble_idle_bt_idle_wifi_default 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .xt.lit 0x0000000000000000 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - .xt.prop 0x0000000000000000 0x1680 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .xt.prop 0x0000000000000000 0x16c8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .iram1.4.literal 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) .iram1.5.literal @@ -14654,28 +14514,754 @@ Discarded input sections .data.libcore_reversion_git 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) .xt.lit 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) - .xt.prop 0x0000000000000000 0x234 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .xt.prop 0x0000000000000000 0x1f8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .literal.esp_mesh_print_rxQ_waiting + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_rx_pending + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_ie_init + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_wifi_event_init + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_wifi_event_deinit + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_init + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_stop_recv + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_parse_option + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_add_option + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_chain_header_add_ttl + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_send_process_topo + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_send_process_flag + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_sem_wait + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_sem_signal + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_mgmt + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_recv_add_option + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_recv_process_flag + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_recv + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_recv + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_encrypt_ie_plain_key + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_config + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_router + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_config + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_router + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_id + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_id + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_id + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_type + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_type + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_max_layer + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ap_password + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ap_authmode + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_ap_authmode + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ap_connections + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_ap_connections + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_layer + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_parent_bssid + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_root + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_push_to_myself_queue + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_push_to_tcpip_queue + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_flush_tcpip_queue + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_recv_toDS + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_max_layer + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_self_organized + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_self_organized + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_parent + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_parent + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_waive_root + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_waive_root + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_send_stop_vote + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_stop_vote + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_vote_percentage + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_vote_percentage + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_root_addr + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_attempts + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_attempts + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_push_to_xmit_state_queue + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_stop + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_deinit + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_start + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_total_node_num + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_switch_parent_paras + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_switch_parent_paras + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_xon_qsize + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_xon_qsize + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_my_group + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_insert_group_addr + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_delete_group_addr + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_group_id + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_delete_group_id + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_group_num + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_group_list + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_capacity_num + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_capacity_num + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_my_ie_encrypted + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_ie_crypto_funcs + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ie_crypto_funcs + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_ie_crypto_key + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_sta_crypto_config + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ie_crypto_key + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_ie_crypto_key + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_root_healing_delay + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_root_healing_delay + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_passive_scan_time + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_passive_scan_time + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_fix_root + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_root_fixed + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_announce_interval + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_announce_interval + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_subnet_nodes_num + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_subnet_nodes_list + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_switch_channel + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_look_for_network + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_topology + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_topology + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.str1.4 + 0x0000000000000000 0x9f8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_print_rxQ_waiting + 0x0000000000000000 0x22c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_rx_pending + 0x0000000000000000 0x160 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_ie_init + 0x0000000000000000 0x140 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_wifi_event_init + 0x0000000000000000 0xd0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_wifi_event_deinit + 0x0000000000000000 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_init + 0x0000000000000000 0x2ca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_stop_recv + 0x0000000000000000 0x20e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_parse_option + 0x0000000000000000 0x14a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.mesh_parse_option + 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_add_option + 0x0000000000000000 0x136 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_chain_header_add_ttl + 0x0000000000000000 0x5c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_send_process_topo + 0x0000000000000000 0x9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_send_process_flag + 0x0000000000000000 0x1c6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_sem_wait + 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_sem_signal + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_mgmt + 0x0000000000000000 0x31c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send + 0x0000000000000000 0x77e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.esp_mesh_send + 0x0000000000000000 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_recv_add_option + 0x0000000000000000 0x1b8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_recv_process_flag + 0x0000000000000000 0x13a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_recv + 0x0000000000000000 0x50a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_recv + 0x0000000000000000 0x180 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_encrypt_ie_plain_key + 0x0000000000000000 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_config + 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_router + 0x0000000000000000 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_config + 0x0000000000000000 0x3a3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_router + 0x0000000000000000 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_id + 0x0000000000000000 0xd8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_id + 0x0000000000000000 0x14e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_id + 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_type + 0x0000000000000000 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_type + 0x0000000000000000 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_max_layer + 0x0000000000000000 0x4d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_password + 0x0000000000000000 0xcb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_authmode + 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_ap_authmode + 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_connections + 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_ap_connections + 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_layer + 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_parent_bssid + 0x0000000000000000 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_root + 0x0000000000000000 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_push_to_myself_queue + 0x0000000000000000 0x23e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_push_to_tcpip_queue + 0x0000000000000000 0x4f2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_flush_tcpip_queue + 0x0000000000000000 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_recv_toDS + 0x0000000000000000 0x200 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_max_layer + 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_self_organized + 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_self_organized + 0x0000000000000000 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_parent + 0x0000000000000000 0x676 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_parent + 0x0000000000000000 0x14e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_waive_root + 0x0000000000000000 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_waive_root + 0x0000000000000000 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_send_stop_vote + 0x0000000000000000 0x1bd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_stop_vote + 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_vote_percentage + 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_vote_percentage + 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_root_addr + 0x0000000000000000 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_attempts + 0x0000000000000000 0xca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_attempts + 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_push_to_xmit_state_queue + 0x0000000000000000 0xc6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_stop + 0x0000000000000000 0x662 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_deinit + 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_start + 0x0000000000000000 0x203 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_total_node_num + 0x0000000000000000 0x4b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_switch_parent_paras + 0x0000000000000000 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_switch_parent_paras + 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_xon_qsize + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_xon_qsize + 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_my_group + 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_insert_group_addr + 0x0000000000000000 0x148 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_delete_group_addr + 0x0000000000000000 0x20c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_group_id + 0x0000000000000000 0x43 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_delete_group_id + 0x0000000000000000 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_group_num + 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_group_list + 0x0000000000000000 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_capacity_num + 0x0000000000000000 0x83 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_capacity_num + 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_my_ie_encrypted + 0x0000000000000000 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_ie_crypto_funcs + 0x0000000000000000 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ie_crypto_funcs + 0x0000000000000000 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_ie_crypto_key + 0x0000000000000000 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_sta_crypto_config + 0x0000000000000000 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ie_crypto_key + 0x0000000000000000 0x198 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_ie_crypto_key + 0x0000000000000000 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_root_healing_delay + 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_root_healing_delay + 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_passive_scan_time + 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_passive_scan_time + 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_fix_root + 0x0000000000000000 0x41 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_root_fixed + 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_announce_interval + 0x0000000000000000 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_announce_interval + 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_subnet_nodes_num + 0x0000000000000000 0xea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_subnet_nodes_list + 0x0000000000000000 0x136 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_switch_channel + 0x0000000000000000 0x12c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_look_for_network + 0x0000000000000000 0x5d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_topology + 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8351 + 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8339 + 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8283 + 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8224 + 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8214 + 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8205 + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8135 + 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8101 + 0x0000000000000000 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8033 + 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8014 + 0x0000000000000000 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.option$7982 + 0x0000000000000000 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.value$7981 + 0x0000000000000000 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$7937 + 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$7926 + 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_group_addr + 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_stop_mutex + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_mesh_stop_event_group + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_ioctl_sem + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_xmit_sem + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_tcpip_mbox + 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_myself_mbox + 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_ext_crypto_config + 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.s_mesh_ie_crypto_plain_key + 0x0000000000000000 0x41 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_mesh_started + 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_mesh_inited + 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_extra_toDS_qsize + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_extra_toSelf_qsize + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_standalone_sta + 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_ann_interval + 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_root_fixed + 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_rt_capacity + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_root_healing_delay + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_passive_scan_time + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_cfg_vote_percent + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_mesh_cfg_switch_parent + 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_max_layer + 0x0000000000000000 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.libmesh_reversion_git + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .xt.lit 0x0000000000000000 0x300 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .xt.prop 0x0000000000000000 0x3c84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + COMMON 0x0000000000000000 0x144 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.nvs_op2str + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_operate + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_set_layer + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_set_assoc + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_init + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_deinit + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .rodata.str1.4 + 0x0000000000000000 0x10c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.nvs_op2str + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_operate + 0x0000000000000000 0x3ab /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .rodata.esp_mesh_nvs_operate + 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_set_layer + 0x0000000000000000 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_set_assoc + 0x0000000000000000 0x56 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_init + 0x0000000000000000 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_deinit + 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .rodata.CSWTCH$12 + 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .bss.mesh_nvs_settings + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .data.mesh_nvs_handle + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .bss.g_mesh_nvs_settings + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .xt.lit 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .xt.prop 0x0000000000000000 0x378 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.mesh_set_io_process$part$0 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.esp_mesh_io_sem_wait + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.esp_mesh_io_sem_signal + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_io_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.esp_mesh_stop_parent_reconnection + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_router + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_self_organized + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_type + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_csa_set_bssid + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_switch_channel + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_look_for_network + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_nwk_io_process + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_io_process$part$0 + 0x0000000000000000 0x8f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.esp_mesh_io_sem_wait + 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.esp_mesh_io_sem_signal + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.str1.4 + 0x0000000000000000 0x22e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_io_process + 0x0000000000000000 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.esp_mesh_stop_parent_reconnection + 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_router + 0x0000000000000000 0x241 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_self_organized + 0x0000000000000000 0x13e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_type + 0x0000000000000000 0x269 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_csa_set_bssid + 0x0000000000000000 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_switch_channel + 0x0000000000000000 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_look_for_network + 0x0000000000000000 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_nwk_io_process + 0x0000000000000000 0x1bf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.mesh_nwk_io_process + 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.__func__$7903 + 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.__func__$7854 + 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.csa_bssid + 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.s_mesh_io_error + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.g_mesh_stop_reconnection + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .xt.lit 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .xt.prop 0x0000000000000000 0x744 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_process_mgmt_announce$part$6 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_routing_table$part$7 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.optype2str + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_get_optlen + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_mcast_cover_node + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_remove_myself_from_forwarding + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_delivery_toDS + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_delivery_toSelf + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mcast_cover_node + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_mcast + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_bcast + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_root_switch + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_root_waive + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_announce + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_routing_table + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_options + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_ucast + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_forward_packet + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.str1.4 + 0x0000000000000000 0x8f0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_announce$part$6 + 0x0000000000000000 0x4a7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_routing_table$part$7 + 0x0000000000000000 0x502 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.optype2str + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_get_optlen + 0x0000000000000000 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_mcast_cover_node + 0x0000000000000000 0x382 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_remove_myself_from_forwarding + 0x0000000000000000 0x124 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_delivery_toDS + 0x0000000000000000 0x22c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_delivery_toSelf + 0x0000000000000000 0x478 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mcast_cover_node + 0x0000000000000000 0x569 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_mcast + 0x0000000000000000 0x1a5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_bcast + 0x0000000000000000 0x3b4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_root_switch + 0x0000000000000000 0x197 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_root_waive + 0x0000000000000000 0x1ea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_announce + 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_routing_table + 0x0000000000000000 0x6e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_options + 0x0000000000000000 0x296 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_ucast + 0x0000000000000000 0xc30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_forward_packet + 0x0000000000000000 0x4c8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.CSWTCH$143 + 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$7953 + 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$7939 + 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$7921 + 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$7889 + 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$7855 + 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .bss.mesh_xseqno + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .xt.lit 0x0000000000000000 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .xt.prop 0x0000000000000000 0x16d4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_channel_enable_jp + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.esp_mesh_scan_done_get_channel + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_nwk_process_reselect + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_nwk_process_look_for_network + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_nwk_process_allow_switch + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.str1.4 + 0x0000000000000000 0x6e0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.esp_mesh_channel_enable_jp + 0x0000000000000000 0x63 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.esp_mesh_scan_done_get_channel + 0x0000000000000000 0x992 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_reselect + 0x0000000000000000 0x2a4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_look_for_network + 0x0000000000000000 0x36d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_allow_switch + 0x0000000000000000 0x178 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.__func__$7923 + 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.__func__$7912 + 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss.look_for_nwk_count$7907 + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss.scan_times$7887 + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.__func__$7893 + 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .xt.lit 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .xt.prop 0x0000000000000000 0x600 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) .literal.esp_mesh_set_ie$part$0 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .literal.mesh_bcn_change_timer_start$part$3 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .literal.esp_mesh_conn_deinit$part$14 + .literal.esp_mesh_conn_deinit$part$13 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .literal.mesh_set_root_candidate$part$16 + .literal.mesh_update_current_parent$part$14 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .literal.mesh_set_root_candidate_ie$part$17 + .literal.mesh_set_root_candidate$part$15 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .literal.mesh_nwk_process_rootless$part$18 + .literal.mesh_set_root_candidate_ie$part$16 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .literal.mesh_select_is_better_parent$part$21 + .literal.mesh_nwk_process_rootless$part$17 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .literal.esp_mesh_revote_root$part$24 + .literal.mesh_select_is_better_parent$part$20 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_revote_root$part$23 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .literal.mesh_register_timer_cb 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .literal.esp_mesh_ie_update_rssi 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .literal.esp_mesh_clear_parent$part$23 + .literal.esp_mesh_clear_parent$part$22 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .literal.esp_mesh_set_ie 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -14891,7 +15477,7 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .literal.esp_mesh_parent_reselect 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .literal.mesh_nwk_check_layer$part$30 + .literal.mesh_nwk_check_layer$part$29 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .literal.mesh_nwk_check_layer 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -14941,28 +15527,30 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_set_ie$part$0 - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_bcn_change_timer_start$part$3 0x0000000000000000 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .text.esp_mesh_conn_deinit$part$14 + .text.esp_mesh_conn_deinit$part$13 0x0000000000000000 0xac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .text.mesh_set_root_candidate$part$16 + .text.mesh_update_current_parent$part$14 + 0x0000000000000000 0xf1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate$part$15 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .text.mesh_set_root_candidate_ie$part$17 + .text.mesh_set_root_candidate_ie$part$16 0x0000000000000000 0x5f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_rootless$part$18 - 0x0000000000000000 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .text.mesh_select_is_better_parent$part$21 - 0x0000000000000000 0xc5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .text.esp_mesh_revote_root$part$24 + .text.mesh_nwk_process_rootless$part$17 + 0x0000000000000000 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_is_better_parent$part$20 + 0x0000000000000000 0xfd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_revote_root$part$23 0x0000000000000000 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_register_timer_cb 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_ie_update_rssi - 0x0000000000000000 0x94 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x98 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .rodata.str1.4 0x0000000000000000 0x29e7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .text.esp_mesh_clear_parent$part$23 + .text.esp_mesh_clear_parent$part$22 0x0000000000000000 0x146 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_set_ie 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -14971,17 +15559,17 @@ Discarded input sections .text.esp_mesh_send_root_switch 0x0000000000000000 0x82 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_is_switch_parent - 0x0000000000000000 0x1e6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x272 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_compute_my_votes - 0x0000000000000000 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x7e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_check_rc_expire - 0x0000000000000000 0x42f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x42e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_change_layer 0x0000000000000000 0x96 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_set_parent_candidate_config - 0x0000000000000000 0xe2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xdf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_parent_check_root_conflict - 0x0000000000000000 0xb3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xd0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.route_announce_timer_start 0x0000000000000000 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.route_announce_timeout_process @@ -14989,7 +15577,7 @@ Discarded input sections .text.route_announce_timer_stop 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_ie_monitor - 0x0000000000000000 0x180 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x1e0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_ie_monitor_timeout_process 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_bcn_change_timer_start @@ -15001,13 +15589,13 @@ Discarded input sections .text.mesh_disable_parent_switch_monitor 0x0000000000000000 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.candidate_monitor_timer_start - 0x0000000000000000 0x22c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x27b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .rodata.candidate_monitor_timer_start 0x0000000000000000 0x98 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_find_conflict_roots 0x0000000000000000 0x65 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_remove_conflict_roots - 0x0000000000000000 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xf8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.is_self_mac_greater 0x0000000000000000 0x82 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_is_yield_root @@ -15015,9 +15603,9 @@ Discarded input sections .text.mesh_nwk_add_conflict_roots 0x0000000000000000 0x224 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_yield_roots_announce - 0x0000000000000000 0x21c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x268 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_yield_roots_monitor - 0x0000000000000000 0x1c7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x1df /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_delete_timers 0x0000000000000000 0xa2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_send_roots_gone @@ -15027,7 +15615,7 @@ Discarded input sections .text.mesh_send_roots_stop 0x0000000000000000 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_check_conflict_roots - 0x0000000000000000 0x19a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x196 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_send_rmv_announcement 0x0000000000000000 0x203 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_is_scan_allowed @@ -15041,9 +15629,9 @@ Discarded input sections .text.mesh_node_process_healing 0x0000000000000000 0xe7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_vote_done - 0x0000000000000000 0xe1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xe9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_disconnected - 0x0000000000000000 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xb8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_scan_done 0x0000000000000000 0x248 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_scan_request @@ -15059,7 +15647,7 @@ Discarded input sections .text.esp_mesh_flush_scan_result 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_scan_done_process_weak - 0x0000000000000000 0xd9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x1a2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_conn_init 0x0000000000000000 0xcc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_conn_deinit @@ -15067,15 +15655,15 @@ Discarded input sections .text.mesh_parent_insert_candidate 0x0000000000000000 0x18e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_scan_done_vote - 0x0000000000000000 0x568 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x5e4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_scan_done - 0x0000000000000000 0x78c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x863 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_update_current_parent - 0x0000000000000000 0xf8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_set_root_candidate 0x0000000000000000 0x8f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_update_ie_rssi - 0x0000000000000000 0xaa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_set_root_candidate_ie 0x0000000000000000 0x7d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_compute_votes @@ -15087,7 +15675,7 @@ Discarded input sections .text.mesh_add_invalid_rc 0x0000000000000000 0x114 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text._mesh_find_root_competitor - 0x0000000000000000 0x8ac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x8a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.print_rc_info 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_is_last_rc_existing @@ -15097,7 +15685,7 @@ Discarded input sections .text.mesh_init_rcandidate 0x0000000000000000 0x126 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_check_last_rcandidate - 0x0000000000000000 0x2ad /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x2b1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_find_root_competitor 0x0000000000000000 0x1e2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_vote_root_candidate @@ -15105,27 +15693,27 @@ Discarded input sections .text.mesh_select_router 0x0000000000000000 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_nvs_settings - 0x0000000000000000 0x27a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x27e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_select_is_better_parent 0x0000000000000000 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_select_parent_compute_rank 0x0000000000000000 0x6d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_select_set_ignore - 0x0000000000000000 0xd2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x100 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_select_parent_limit_layer2_cap 0x0000000000000000 0x31c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_select_parent_try_rssi - 0x0000000000000000 0x21c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x250 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_select_parent_try_layer - 0x0000000000000000 0x14c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x153 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_select_parent - 0x0000000000000000 0x22b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x263 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_get_child_num 0x0000000000000000 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_child_event - 0x0000000000000000 0xea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x106 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_process_child_macconnected - 0x0000000000000000 0x271 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x261 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.print_txupQ_pending 0x0000000000000000 0x334 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_get_child_idx @@ -15137,11 +15725,11 @@ Discarded input sections .text.esp_mesh_remove_child 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_remove_children - 0x0000000000000000 0x135 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x157 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_leaf 0x0000000000000000 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_no_parent - 0x0000000000000000 0xcc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xd2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_clear_parent 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_revote_root @@ -15159,39 +15747,39 @@ Discarded input sections .text.mesh_candidate_monitor_timeout 0x0000000000000000 0x63 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_candidate_monitor_timeout_process - 0x0000000000000000 0xe2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xe8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_sta_connect 0x0000000000000000 0x245 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_connect_to_router - 0x0000000000000000 0x32a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x36a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_connect_to_candidate - 0x0000000000000000 0x438 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x510 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_root_connect_timeout_process 0x0000000000000000 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_root_process_disconnect - 0x0000000000000000 0x108 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x106 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_manual_networking - 0x0000000000000000 0x33a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x411 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_sta_disconnect 0x0000000000000000 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_connect 0x0000000000000000 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_disconnect - 0x0000000000000000 0x82 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_parent_reselect - 0x0000000000000000 0xe4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .text.mesh_nwk_check_layer$part$30 - 0x0000000000000000 0xd2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xec /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_check_layer$part$29 + 0x0000000000000000 0xd6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_check_layer 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_ie_change - 0x0000000000000000 0x404 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x4dc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_process_conflict_discnx - 0x0000000000000000 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_node_process_cycle - 0x0000000000000000 0xfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x101 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_wifi_event_cb - 0x0000000000000000 0x47b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x4ae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .rodata.mesh_wifi_event_cb 0x0000000000000000 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_post_toDS_state @@ -15209,9 +15797,9 @@ Discarded input sections .text.mesh_process_parent_organized 0x0000000000000000 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_task_deinit - 0x0000000000000000 0xca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_nwk_task_init - 0x0000000000000000 0x3ae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x3ce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_nwk_task_deinit 0x0000000000000000 0x98 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_get_beacon_interval @@ -15223,74 +15811,74 @@ Discarded input sections .text.mesh_bcn_change_timeout_process 0x0000000000000000 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_parent_select_done - 0x0000000000000000 0x99e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xae0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.esp_mesh_parent_select - 0x0000000000000000 0xb3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0xb38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .text.mesh_nwk_task_main - 0x0000000000000000 0x39a1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x3ce9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .rodata.mesh_nwk_task_main 0x0000000000000000 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .bss.last_event_id$9015 + .bss.last_event_id$9135 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8983 + .rodata.__func__$9103 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8952 + .rodata.__func__$9072 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8939 + .rodata.__func__$9059 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8923 + .rodata.__func__$9043 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8664 + .rodata.__func__$8770 0x0000000000000000 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8660 + .rodata.__func__$8766 0x0000000000000000 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8651 + .rodata.__func__$8754 0x0000000000000000 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8624 + .rodata.__func__$8721 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8603 + .rodata.__func__$8699 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8596 + .rodata.__func__$8692 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8530 + .rodata.__func__$8624 0x0000000000000000 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8419 + .rodata.__func__$8513 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8400 + .rodata.__func__$8494 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8377 + .rodata.__func__$8471 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8366 + .rodata.__func__$8460 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8352 + .rodata.__func__$8446 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8295 + .rodata.__func__$8385 0x0000000000000000 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8206 + .rodata.__func__$8296 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8198 + .rodata.__func__$8288 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8193 + .rodata.__func__$8283 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8181 + .rodata.__func__$8271 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8172 + .rodata.__func__$8262 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8148 + .rodata.__func__$8235 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8142 + .rodata.__func__$8229 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .bss.cnx_backoff$8137 + .bss.cnx_backoff$8222 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .bss.s_final_struggle$8126 + .bss.s_final_struggle$8210 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .bss.max_voter_num$8121 + .bss.max_voter_num$8205 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8076 + .rodata.__func__$8155 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8022 + .rodata.__func__$8099 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .rodata.__func__$8002 + .rodata.__func__$8079 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .bss.s_mesh_rt_change_dbg 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -15341,7 +15929,9 @@ Discarded input sections .bss.s_sta_cnx_times 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .bss.g_mesh_last_parent - 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_last_parent_chain + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .bss.g_mesh_last_parent_ie 0x0000000000000000 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .bss.ann_time_start @@ -15385,7 +15975,7 @@ Discarded input sections .bss.s_mesh_scan_req 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .bss.s_mesh_last_layer - 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x0000000000000000 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .bss.g_mesh_rmv_opt 0x0000000000000000 0x4d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .bss.mesh_conn_mutex @@ -15401,8 +15991,8 @@ Discarded input sections .bss.MESH_ZERO_ADDR 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .xt.lit 0x0000000000000000 0x458 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .xt.prop 0x0000000000000000 0x6a38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .xt.lit 0x0000000000000000 0x460 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .xt.prop 0x0000000000000000 0x7188 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) COMMON 0x0000000000000000 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) .literal.esp_mesh_get_vnd_ext_assoc_len 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) @@ -15422,19 +16012,39 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.esp_mesh_parse_ext_assoc_ie 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal._wifi_vnd_ext_mesh_roots_free$part$6 + .literal.mesh_coding_ie_key$part$0 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal._mesh_roots_process_fixed$part$7 + .literal.esp_mesh_encrypt_vnd_ie$part$1 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.ieee80211_is_mesh_roots_announce$part$8 + .literal.ieee80211_add_mesh_assoc_ie 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.ieee80211_is_mesh_roots_yield$part$9 + .literal.ieee80211_mesh_quick_set$part$5 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.ieee80211_is_mesh_roots_fixed$part$10 + .literal.ieee80211_mesh_quick_get$part$6 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.ieee80211_is_mesh_roots_gone$part$11 + .literal.esp_mesh_sta_monitor_rssi 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.esp_mesh_get_conflict_root_state$part$18 + .literal.esp_mesh_map_reject_connection + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_map_change_beacon_interval + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_ext_assoc_ie + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._wifi_vnd_ext_mesh_roots_free$part$11 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_fixed$part$12 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_announce$part$13 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_yield$part$14 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_fixed$part$15 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_gone$part$16 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_is_new_root_found$part$20 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_conflict_root_state$part$22 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.mesh_deinit_cb 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) @@ -15444,12 +16054,8 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.esp_mesh_encrypt_vnd_ie 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.ieee80211_add_mesh_assoc_ie - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.ieee80211_add_mesh_ssid_ie 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.ieee80211_add_mesh_ext_assoc_ie - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.esp_mesh_decrypt_vnd_ie 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.esp_mesh_check_vnd_ie @@ -15460,14 +16066,6 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.ieee80211_mesh_quick_get 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.esp_mesh_sta_monitor_rssi - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.esp_mesh_map_reject_connection - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.esp_mesh_map_change_beacon_interval - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal.mesh_is_new_root_found$part$15 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.ieee80211_vnd_mesh_quick_set 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.ieee80211_vnd_mesh_quick_get @@ -15542,7 +16140,7 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.esp_mesh_remove_conflict_root 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal._mesh_roots_process_yield$part$21 + .literal._mesh_roots_process_yield$part$25 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal._mesh_roots_process_yield 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) @@ -15566,7 +16164,7 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.mesh_process_roots_ie_ttl 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .literal._mesh_timer_process_yield$part$25 + .literal._mesh_timer_process_yield$part$28 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal._mesh_timer_process_yield 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) @@ -15645,72 +16243,80 @@ Discarded input sections 0x0000000000000000 0x6b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_parse_ext_assoc_ie 0x0000000000000000 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text._wifi_vnd_ext_mesh_roots_free$part$6 - 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text._mesh_roots_process_fixed$part$7 + .text.mesh_coding_ie_key$part$0 + 0x0000000000000000 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_encrypt_vnd_ie$part$1 + 0x0000000000000000 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_assoc_ie + 0x0000000000000000 0xe6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_mesh_quick_set$part$5 + 0x0000000000000000 0x1dc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.ieee80211_mesh_quick_set$part$5 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_announce$part$8 + .text.ieee80211_mesh_quick_get$part$6 + 0x0000000000000000 0x1f0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.ieee80211_mesh_quick_get$part$6 + 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_sta_monitor_rssi + 0x0000000000000000 0x1a2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_reject_connection + 0x0000000000000000 0xee /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_change_beacon_interval + 0x0000000000000000 0x96 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.str1.4 + 0x0000000000000000 0xb81 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_ext_assoc_ie + 0x0000000000000000 0x10e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._wifi_vnd_ext_mesh_roots_free$part$11 + 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_fixed$part$12 + 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_announce$part$13 0x0000000000000000 0x9a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_yield$part$9 + .text.ieee80211_is_mesh_roots_yield$part$14 0x0000000000000000 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_fixed$part$10 + .text.ieee80211_is_mesh_roots_fixed$part$15 0x0000000000000000 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_gone$part$11 + .text.ieee80211_is_mesh_roots_gone$part$16 0x0000000000000000 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.esp_mesh_get_conflict_root_state$part$18 + .text.mesh_is_new_root_found$part$20 + 0x0000000000000000 0x1e8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_conflict_root_state$part$22 0x0000000000000000 0x264 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_deinit_cb 0x0000000000000000 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.is_my_ie_encrypted 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.str1.4 - 0x0000000000000000 0xd11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_coding_ie_key - 0x0000000000000000 0x97 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_encrypt_vnd_ie - 0x0000000000000000 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.ieee80211_add_mesh_assoc_ie - 0x0000000000000000 0xe6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_add_mesh_ssid_ie 0x0000000000000000 0x13e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.ieee80211_add_mesh_ext_assoc_ie - 0x0000000000000000 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_decrypt_vnd_ie - 0x0000000000000000 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x6d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_check_vnd_ie - 0x0000000000000000 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x92 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_set_ie_crypto_config - 0x0000000000000000 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_mesh_quick_set - 0x0000000000000000 0x250 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.ieee80211_mesh_quick_set - 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_mesh_quick_get - 0x0000000000000000 0x25c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.ieee80211_mesh_quick_get - 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.esp_mesh_sta_monitor_rssi - 0x0000000000000000 0x13a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.esp_mesh_map_reject_connection - 0x0000000000000000 0xc1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.esp_mesh_map_change_beacon_interval - 0x0000000000000000 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text.mesh_is_new_root_found$part$15 - 0x0000000000000000 0x1d8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_vnd_mesh_quick_set - 0x0000000000000000 0x1aa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x178 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_vnd_mesh_quick_get - 0x0000000000000000 0x96 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_add_ie_esp_mesh_head 0x0000000000000000 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_init_mesh_assoc_ie - 0x0000000000000000 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.roots_type2str 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._wifi_vnd_ext_mesh_roots_free 0x0000000000000000 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._wifi_vnd_ext_mesh_roots_malloc - 0x0000000000000000 0x7e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._print_roots_count 0x0000000000000000 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_roots_num_reach_max @@ -15718,13 +16324,13 @@ Discarded input sections .text._mesh_reset_window_open_time 0x0000000000000000 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_roots_process_announce - 0x0000000000000000 0x300 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x31e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_roots_process_fixed 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_vnd_mesh_roots_get 0x0000000000000000 0x35 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_is_mesh_roots_valid - 0x0000000000000000 0xbe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_is_mesh_roots_announce 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_is_mesh_roots_yield @@ -15738,40 +16344,40 @@ Discarded input sections .text.ieee80211_is_mesh_roots_gone 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_get_vnd_roots_len - 0x0000000000000000 0xcc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0xaf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_add_mesh_roots_ie 0x0000000000000000 0x1da /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_map_stop_beacon - 0x0000000000000000 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x10c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_check_window_close_expire - 0x0000000000000000 0x1dc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x196 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_check_roots_gone 0x0000000000000000 0xf6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_timer_process_announce - 0x0000000000000000 0x122 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x13a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_check_window_open_expire - 0x0000000000000000 0x25e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x1fa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_timer_process_fixed - 0x0000000000000000 0x98 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x57 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_timer_process_gone - 0x0000000000000000 0x92 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_timer_process_conflict_root 0x0000000000000000 0x13c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.print_roots_ie - 0x0000000000000000 0x41e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x34c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_is_new_root_found 0x0000000000000000 0x31 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_is_new_root_invalid - 0x0000000000000000 0x95 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x96 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_is_ie_ignored - 0x0000000000000000 0x83 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0xc6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_is_same_router 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_get_conflict_root_state 0x0000000000000000 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_remove_conflict_root 0x0000000000000000 0x7b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text._mesh_roots_process_yield$part$21 + .text._mesh_roots_process_yield$part$25 0x0000000000000000 0x15d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_roots_process_yield 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) @@ -15786,144 +16392,104 @@ Discarded input sections .text.mesh_is_new_found_conflict_root 0x0000000000000000 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.ieee80211_vnd_mesh_roots_set - 0x0000000000000000 0x5f7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x5bb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_remove_gone 0x0000000000000000 0x45 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_roots_process_gone 0x0000000000000000 0x1d9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_roots_process_stop - 0x0000000000000000 0x17e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x13d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_process_roots_ie_ttl 0x0000000000000000 0xba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .text._mesh_timer_process_yield$part$25 - 0x0000000000000000 0x2c2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_yield$part$28 + 0x0000000000000000 0x2e9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_timer_process_yield - 0x0000000000000000 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_root_process_roots_ie - 0x0000000000000000 0x30c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x33f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_process_roots_ie - 0x0000000000000000 0x3d6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x3be /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_parse_conflict_roots_ie - 0x0000000000000000 0x625 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x6b9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_parse_conflict_roots_ie 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_check_conflict_beacon 0x0000000000000000 0xea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_parse_conflict_assoc_ie - 0x0000000000000000 0x61f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x6d4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_set_parent_candidate - 0x0000000000000000 0x134 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x128 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_clear_parent_candidate 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_get_parent_candidate - 0x0000000000000000 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_post_parent_switch_candidate - 0x0000000000000000 0x3eb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x434 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_post_parent_weak_rssi - 0x0000000000000000 0x217 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x1ee /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_post_parent_assoc_ie - 0x0000000000000000 0xfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0xf4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_monitor_parent_candidate_ie - 0x0000000000000000 0x29f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x294 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_set_parent_monitor_config - 0x0000000000000000 0xca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_get_parent_monitor_config - 0x0000000000000000 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_get_sub_ie - 0x0000000000000000 0x73 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x8b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text._mesh_set_flag_roots_found - 0x0000000000000000 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0xf2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_get_vnd_roots_len - 0x0000000000000000 0x348 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x2d8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_map_probe_response - 0x0000000000000000 0x121 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x151 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_monitor_parent_ie - 0x0000000000000000 0x4a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x592 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_monitor_vote_candidate_rssi - 0x0000000000000000 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x1d3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_parse_beacon - 0x0000000000000000 0x1a0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x1b4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_set_rssi_threshold - 0x0000000000000000 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_get_rssi_threshold - 0x0000000000000000 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_quick_funcs_init 0x0000000000000000 0x1a4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.mesh_init_cb 0x0000000000000000 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .text.esp_mesh_quick_funcs_deinit 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.CSWTCH$304 + .rodata.CSWTCH$296 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$8063 - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$8059 - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .bss.monitor_count$7982 + .bss.monitor_count$8035 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .bss.last_parent_layer$7981 + .bss.last_parent_layer$8034 + 0x0000000000000000 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.mesh_sub_ie$8026 + 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .data.candidate_rssi$8015 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .bss.mesh_sub_ie$7974 - 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7970 - 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7966 - 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .data.candidate_rssi$7960 - 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7928 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7921 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .bss.monitor_time_start$7906 + .bss.monitor_time_start$7956 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__func__$7875 + .rodata.__func__$7923 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .bss.post_event_time$7712 + .bss.post_event_time$7759 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__func__$7660 + .rodata.__func__$7707 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .bss.max_ie_len$7657 + .bss.max_ie_len$7704 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .bss.roots_found_time$7655 + .bss.roots_found_time$7702 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .bss.is_roots_found$7654 + .bss.is_roots_found$7701 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .bss.post_event_time$7624 + .bss.post_event_time$7671 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7605 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7601 - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7597 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7591 - 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7410 - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__func__$7315 + .rodata.__func__$7367 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__func__$7309 + .rodata.__func__$7361 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7251 - 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7242 - 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7210 - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7176 - 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7170 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7162 - 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7157 - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7150 - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__FUNCTION__$7139 - 0x0000000000000000 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .rodata.__func__$7131 + .rodata.__func__$7186 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .bss.s_parent_worse_rssi_time 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) @@ -15938,7 +16504,7 @@ Discarded input sections .bss.s_parent_monitor_weak_time 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .bss.s_mesh_parent_candidate - 0x0000000000000000 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x0000000000000000 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .bss.s_mesh_rssi_threshold 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .bss.s_mesh_monitor_parent_cfg @@ -15955,12 +16521,10 @@ Discarded input sections .data.g_mesh_monitor_parent_beacon_count 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .xt.lit 0x0000000000000000 0x360 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .xt.prop 0x0000000000000000 0x4794 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .xt.lit 0x0000000000000000 0x378 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .xt.prop 0x0000000000000000 0x48b4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) .literal.mesh_rt_change_timeout 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .literal.esp_mesh_pack_multi_routing_table$part$1 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .literal.esp_mesh_route_init 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .literal.esp_mesh_route_deinit @@ -15989,6 +16553,16 @@ Discarded input sections 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .literal.esp_mesh_send_add_announcement 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_fill_rmv_sub_child + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_malloc_rmv_announcement + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_construct_rmv_announcement + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_pack_rmv_announcement + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_pack_multi_routing_table$part$1 + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .literal.esp_mesh_pack_rmv_announcement 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .literal.esp_mesh_pack_multi_routing_table @@ -16030,10 +16604,6 @@ Discarded input sections .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.mesh_rt_change_timeout 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.str1.4 - 0x0000000000000000 0xd20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .text.esp_mesh_pack_multi_routing_table$part$1 - 0x0000000000000000 0x552 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_route_init 0x0000000000000000 0x5b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_route_deinit @@ -16048,46 +16618,58 @@ Discarded input sections 0x0000000000000000 0x71 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_lookup_sub_route 0x0000000000000000 0x8c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.str1.4 + 0x0000000000000000 0xd54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_lookup_route - 0x0000000000000000 0x14c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x150 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_print_route_table - 0x0000000000000000 0xaf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0xba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_get_sub_capacity - 0x0000000000000000 0x61 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x5d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.routetype2str 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.mesh_update_route_table - 0x0000000000000000 0x317 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x33e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_delete_sub_children 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_send_add_announcement - 0x0000000000000000 0x96 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x10c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_fill_rmv_sub_child + 0x0000000000000000 0x3b4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_malloc_rmv_announcement + 0x0000000000000000 0xc5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_construct_rmv_announcement + 0x0000000000000000 0xd9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_pack_rmv_announcement + 0x0000000000000000 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_pack_multi_routing_table$part$1 + 0x0000000000000000 0x51b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_pack_rmv_announcement - 0x0000000000000000 0x63a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x14b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_pack_multi_routing_table - 0x0000000000000000 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_ie_update_capacity - 0x0000000000000000 0x1a7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x1d7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_check_nonassociated_children 0x0000000000000000 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_monitor_nonassociated_children - 0x0000000000000000 0x29a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x287 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_remove_nonassociated_children - 0x0000000000000000 0x191 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x192 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_copy_mgmt_announce - 0x0000000000000000 0x34a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x396 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_process_redundant_subchildren - 0x0000000000000000 0x578 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x46e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_combine_multi_redundant_ack - 0x0000000000000000 0x25c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x2e8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_check_multi_redundant_ack 0x0000000000000000 0x37a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_refresh_routing_table - 0x0000000000000000 0x730 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x7ec /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_get_routing_table_size 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_get_routing_table - 0x0000000000000000 0x186 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x18a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.mesh_get_subnet_nodes_num 0x0000000000000000 0xc3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.mesh_get_subnet_nodes_list @@ -16095,34 +16677,34 @@ Discarded input sections .text.esp_mesh_send_rtable_request 0x0000000000000000 0x82 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_send_rtable_ack - 0x0000000000000000 0x22e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x0000000000000000 0x232 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .text.esp_mesh_nwk_redundant_route 0x0000000000000000 0x1e8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.CSWTCH$101 + .rodata.CSWTCH$127 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$8061 + .rodata.__func__$8184 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$8048 + .rodata.__func__$8171 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$8026 + .rodata.__func__$8142 0x0000000000000000 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$8021 + .rodata.__func__$8137 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$7995 + .rodata.__func__$8112 0x0000000000000000 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$7980 + .rodata.__func__$8097 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$7933 - 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$7906 - 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$7874 + .rodata.__func__$8010 + 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$7992 + 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$7952 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$7804 + .rodata.__func__$7879 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$7787 + .rodata.__func__$7862 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .rodata.__func__$7779 + .rodata.__func__$7854 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .bss.mesh_multi_send_ack 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) @@ -16137,8 +16719,8 @@ Discarded input sections .bss.MESH_ZERO_ADDR 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .xt.lit 0x0000000000000000 0x108 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .xt.prop 0x0000000000000000 0x1848 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .xt.lit 0x0000000000000000 0x128 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .xt.prop 0x0000000000000000 0x1af4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) .literal.esp_mesh_available_txupQ_num$part$7 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .literal.mesh_print_txQ_waiting @@ -16231,7 +16813,7 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .rodata.str1.4 - 0x0000000000000000 0x138a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x0000000000000000 0x13e2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_available_txupQ_num$part$7 0x0000000000000000 0x1b6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.mesh_print_txQ_waiting @@ -16249,11 +16831,11 @@ Discarded input sections .text.esp_mesh_push_to_ack_state_queue 0x0000000000000000 0xba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.mesh_tx_cb - 0x0000000000000000 0xe4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x0000000000000000 0x306 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_best_effort_tx 0x0000000000000000 0x318 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_push_to_wnd_queue - 0x0000000000000000 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x0000000000000000 0x109 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_operation_rxseqno 0x0000000000000000 0x552 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_txupQ_pending_get_cidx @@ -16271,7 +16853,7 @@ Discarded input sections .text.esp_mesh_process_txupQ_pending 0x0000000000000000 0x330 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_push_to_tx_queue - 0x0000000000000000 0x97f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x0000000000000000 0xa97 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_force_txupQ_pending 0x0000000000000000 0x1aa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_available_txupQ_num @@ -16287,15 +16869,15 @@ Discarded input sections .text.esp_mesh_discard_context 0x0000000000000000 0x14e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_send_xon - 0x0000000000000000 0x881 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x0000000000000000 0x8d0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_recv_xon 0x0000000000000000 0x158 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.mesh_tx_task_main - 0x0000000000000000 0x92c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x0000000000000000 0xb8d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.mesh_xon_deliver_packet 0x0000000000000000 0x1e2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.mesh_xon_flush_packets - 0x0000000000000000 0x2ba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x0000000000000000 0x2b6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.mesh_xon_process_disconnected 0x0000000000000000 0x302 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.mesh_xon_process_expired @@ -16303,7 +16885,7 @@ Discarded input sections .text.mesh_flush_upstream_packets 0x0000000000000000 0x128 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.mesh_xon_task_main - 0x0000000000000000 0xaac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x0000000000000000 0xaa4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.mesh_tx_task_deinit 0x0000000000000000 0x1d6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_tx_task_init @@ -16315,56 +16897,56 @@ Discarded input sections .text.mesh_send_block_deinit 0x0000000000000000 0x88 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.mesh_send_block_main - 0x0000000000000000 0x50e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x0000000000000000 0x512 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_send_block_init 0x0000000000000000 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .text.esp_mesh_flush_upstream_packets 0x0000000000000000 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8215 + .rodata.__func__$8291 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8207 + .rodata.__func__$8283 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8176 + .rodata.__func__$8252 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8137 + .rodata.__func__$8213 0x0000000000000000 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8112 + .rodata.__func__$8188 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8107 + .rodata.__func__$8183 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8099 + .rodata.__func__$8175 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8081 + .rodata.__func__$8157 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8073 + .rodata.__func__$8149 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8065 + .rodata.__func__$8141 0x0000000000000000 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .bss.mesh_tx_fail_cnt$8042 + .bss.mesh_tx_fail_cnt$8118 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8047 + .rodata.__func__$8123 0x0000000000000000 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8017 + .rodata.__func__$8093 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$8003 + .rodata.__func__$8079 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$7992 + .rodata.__func__$8068 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$7979 + .rodata.__func__$8055 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$7969 + .rodata.__func__$8045 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$7931 + .rodata.__func__$8007 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$7915 + .rodata.__func__$7991 0x0000000000000000 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$7884 + .rodata.__func__$7959 0x0000000000000000 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$7872 + .rodata.__func__$7947 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$7848 + .rodata.__func__$7923 0x0000000000000000 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .rodata.__func__$7817 + .rodata.__func__$7892 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .bss.send_block_flush_mbox 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) @@ -16396,8 +16978,27 @@ Discarded input sections 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .xt.lit 0x0000000000000000 0x160 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .xt.prop 0x0000000000000000 0x30fc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .xt.prop 0x0000000000000000 0x3588 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) COMMON 0x0000000000000000 0x2e8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_sta_set_config + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .literal.mesh_sta_start + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .rodata.str1.4 + 0x0000000000000000 0xf6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .rodata 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .text.mesh_sta_set_config + 0x0000000000000000 0x25d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .text.mesh_sta_start + 0x0000000000000000 0xee /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .rodata.__func__$7855 + 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .xt.lit 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .xt.prop 0x0000000000000000 0x15c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) .literal.mesh_timer_route_announce 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) .literal.mesh_timer_mie_monitor @@ -16431,7 +17032,7 @@ Discarded input sections 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) .text.mesh_timer_do_process 0x0000000000000000 0xee /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) - .rodata.__func__$7805 + .rodata.__func__$7880 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) .data.mesh_timer_info 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) @@ -16488,7 +17089,7 @@ Discarded input sections .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) .rodata.str1.4 - 0x0000000000000000 0xe14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + 0x0000000000000000 0xe20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) .text.esp_mesh_free_context 0x0000000000000000 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) .text.mesh_mutex_lock @@ -16559,469 +17160,67 @@ Discarded input sections 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) .rodata.CSWTCH$36 0x0000000000000000 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) - .bss.strid$7822 + .bss.strid$7897 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) - .rodata.__func__$7772 + .rodata.__func__$7847 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) .xt.lit 0x0000000000000000 0xb8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) .xt.prop 0x0000000000000000 0xc3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) - .literal.esp_mesh_print_rxQ_waiting - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_rx_pending - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_ie_init - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_wifi_event_init - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_wifi_event_deinit - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_init - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_stop_recv - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_parse_option - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_add_option - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_send_process_flag - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_send_sem_wait - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_send_sem_signal - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_send_mgmt - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_send - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_recv_add_option - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_recv_process_flag - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_recv - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_recv - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_encrypt_ie_plain_key - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_config - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_router - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_config - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_router - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_set_id - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_id - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_id - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_type - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_type - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_max_layer - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_ap_password - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_ap_authmode - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_ap_authmode - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_ap_connections - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_ap_connections - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_layer - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_parent_bssid - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_is_root - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_push_to_myself_queue - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_push_to_tcpip_queue - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_flush_tcpip_queue - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_recv_toDS - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_max_layer - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_self_organized - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_self_organized - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_set_parent - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_parent - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_waive_root - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_waive_root - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_send_stop_vote - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_send_stop_vote - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_vote_percentage - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_vote_percentage - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_root_addr - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_attempts - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_attempts - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_push_to_xmit_state_queue - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_stop - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_deinit - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_start - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_total_node_num - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_switch_parent_paras - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_switch_parent_paras - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_xon_qsize - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_xon_qsize - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_is_my_group - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_insert_group_addr - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_delete_group_addr - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_group_id - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_delete_group_id - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_group_num - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_group_list - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_capacity_num - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_capacity_num - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_is_my_ie_encrypted - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_set_ie_crypto_funcs - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_ie_crypto_funcs - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_set_ie_crypto_key - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.mesh_sta_crypto_config - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_ie_crypto_key - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_ie_crypto_key - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_root_healing_delay - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_root_healing_delay - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_passive_scan_time - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_passive_scan_time - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_fix_root - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_is_root_fixed - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_set_announce_interval - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_announce_interval - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_subnet_nodes_num - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_get_subnet_nodes_list - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_switch_channel - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .literal.esp_mesh_look_for_network - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_push_to_rx_queue + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.mesh_topo_get_ttl + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_wifi_recv_cb + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_rx_task_deinit + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.mesh_rx_task_deinit + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.mesh_rx_task_main + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_rx_task_init + 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) .rodata.str1.4 - 0x0000000000000000 0x9f8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_print_rxQ_waiting - 0x0000000000000000 0x22c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_rx_pending - 0x0000000000000000 0x160 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_ie_init - 0x0000000000000000 0xff /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_wifi_event_init - 0x0000000000000000 0xd0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_wifi_event_deinit - 0x0000000000000000 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_init - 0x0000000000000000 0x2b8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_stop_recv - 0x0000000000000000 0x20e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_parse_option - 0x0000000000000000 0x146 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.mesh_parse_option - 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_add_option - 0x0000000000000000 0x14e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_send_process_flag - 0x0000000000000000 0x1ca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_send_sem_wait - 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_send_sem_signal - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_send_mgmt - 0x0000000000000000 0x2b2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_send - 0x0000000000000000 0x706 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.esp_mesh_send - 0x0000000000000000 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_recv_add_option - 0x0000000000000000 0x1b4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_recv_process_flag - 0x0000000000000000 0x13a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_recv - 0x0000000000000000 0x46e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_recv - 0x0000000000000000 0x180 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_encrypt_ie_plain_key - 0x0000000000000000 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_config - 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_router - 0x0000000000000000 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_config - 0x0000000000000000 0x3a7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_router - 0x0000000000000000 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_set_id - 0x0000000000000000 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_id - 0x0000000000000000 0x14e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_id - 0x0000000000000000 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_type - 0x0000000000000000 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_type - 0x0000000000000000 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_max_layer - 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_ap_password - 0x0000000000000000 0xcb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_ap_authmode - 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_ap_authmode - 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_ap_connections - 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_ap_connections - 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_layer - 0x0000000000000000 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_parent_bssid - 0x0000000000000000 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_is_root - 0x0000000000000000 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_push_to_myself_queue - 0x0000000000000000 0x23e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_push_to_tcpip_queue - 0x0000000000000000 0x4f2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_flush_tcpip_queue - 0x0000000000000000 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_recv_toDS - 0x0000000000000000 0x200 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_max_layer - 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_self_organized - 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_self_organized - 0x0000000000000000 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_set_parent - 0x0000000000000000 0x672 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_parent - 0x0000000000000000 0x14e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_waive_root - 0x0000000000000000 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_waive_root - 0x0000000000000000 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_send_stop_vote - 0x0000000000000000 0x194 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_send_stop_vote - 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_vote_percentage - 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_vote_percentage - 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_root_addr - 0x0000000000000000 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_attempts - 0x0000000000000000 0xca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_attempts - 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_push_to_xmit_state_queue - 0x0000000000000000 0xc6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_stop - 0x0000000000000000 0x662 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_deinit - 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_start - 0x0000000000000000 0x203 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_total_node_num - 0x0000000000000000 0x47 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_switch_parent_paras - 0x0000000000000000 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_switch_parent_paras - 0x0000000000000000 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_xon_qsize - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_xon_qsize - 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_is_my_group - 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_insert_group_addr - 0x0000000000000000 0x148 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_delete_group_addr - 0x0000000000000000 0x20c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_group_id - 0x0000000000000000 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_delete_group_id - 0x0000000000000000 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_group_num - 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_group_list - 0x0000000000000000 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_capacity_num - 0x0000000000000000 0x83 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_capacity_num - 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_is_my_ie_encrypted - 0x0000000000000000 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_set_ie_crypto_funcs - 0x0000000000000000 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_ie_crypto_funcs - 0x0000000000000000 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_set_ie_crypto_key - 0x0000000000000000 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.mesh_sta_crypto_config - 0x0000000000000000 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_ie_crypto_key - 0x0000000000000000 0x198 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_ie_crypto_key - 0x0000000000000000 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_root_healing_delay - 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_root_healing_delay - 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_passive_scan_time - 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_passive_scan_time - 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_fix_root - 0x0000000000000000 0x41 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_is_root_fixed - 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_set_announce_interval - 0x0000000000000000 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_announce_interval - 0x0000000000000000 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_subnet_nodes_num - 0x0000000000000000 0xea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_get_subnet_nodes_list - 0x0000000000000000 0x134 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_switch_channel - 0x0000000000000000 0x12c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .text.esp_mesh_look_for_network - 0x0000000000000000 0x5d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$8263 - 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$8251 - 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$8195 - 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$8136 - 0x0000000000000000 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$8126 - 0x0000000000000000 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$8117 - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$8047 - 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$8013 - 0x0000000000000000 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$7946 - 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$7927 - 0x0000000000000000 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$7861 - 0x0000000000000000 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .rodata.__func__$7850 - 0x0000000000000000 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.s_mesh_group_addr - 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.s_mesh_stop_mutex - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.g_mesh_stop_event_group - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.mesh_ioctl_sem - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.mesh_xmit_sem - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.mesh_tcpip_mbox - 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.mesh_myself_mbox - 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.s_mesh_ext_crypto_config - 0x0000000000000000 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .data.s_mesh_ie_crypto_plain_key - 0x0000000000000000 0x41 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.g_is_mesh_started - 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.g_is_mesh_inited - 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.s_extra_toDS_qsize - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.s_extra_toSelf_qsize - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.g_is_standalone_sta - 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .data.g_mesh_ann_interval - 0x0000000000000000 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.g_is_root_fixed - 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .data.g_mesh_rt_capacity - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .data.g_mesh_root_healing_delay - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .data.g_mesh_passive_scan_time - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .data.g_mesh_cfg_vote_percent - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .bss.g_mesh_cfg_switch_parent - 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .data.g_mesh_max_layer - 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .data.libmesh_reversion_git - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + 0x0000000000000000 0x314 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_push_to_rx_queue + 0x0000000000000000 0xd6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.mesh_topo_get_ttl + 0x0000000000000000 0xba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_wifi_recv_cb + 0x0000000000000000 0x8ea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_rx_task_deinit + 0x0000000000000000 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.mesh_rx_task_deinit + 0x0000000000000000 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.mesh_rx_task_main + 0x0000000000000000 0x2a0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_rx_task_init + 0x0000000000000000 0x88 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.__func__$7909 + 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.__func__$7896 + 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.parent_last_mac_seqno$7893 + 0x0000000000000000 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.__func__$7869 + 0x0000000000000000 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.mesh_rx_task + 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.mesh_rx_mbox + 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.is_rx_running + 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) .data.MESH_BCAST_ADDR - 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) .bss.MESH_ZERO_ADDR - 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .xt.lit 0x0000000000000000 0x2e0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .xt.prop 0x0000000000000000 0x38e8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - COMMON 0x0000000000000000 0x13e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .xt.lit 0x0000000000000000 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .xt.prop 0x0000000000000000 0x684 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) .literal.esp_mesh_ap_list_find_invalid$part$0 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) .literal.esp_mesh_ap_list_find$part$1 @@ -17066,334 +17265,14 @@ Discarded input sections .text.esp_mesh_ap_list_find 0x0000000000000000 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) .text.esp_mesh_ap_enqueue - 0x0000000000000000 0x288 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) - .rodata.__func__$7842 + 0x0000000000000000 0x290 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .rodata.__func__$7918 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) - .rodata.__func__$7771 + .rodata.__func__$7846 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) .xt.lit 0x0000000000000000 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) .xt.prop 0x0000000000000000 0x6cc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) - .literal.nvs_op2str - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .literal.esp_mesh_nvs_operate - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .literal.esp_mesh_nvs_set_layer - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .literal.esp_mesh_nvs_set_assoc - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .literal.esp_mesh_nvs_init - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .literal.esp_mesh_nvs_deinit - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .rodata.str1.4 - 0x0000000000000000 0x10c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .text.nvs_op2str - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .text.esp_mesh_nvs_operate - 0x0000000000000000 0x35c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .rodata.esp_mesh_nvs_operate - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .text.esp_mesh_nvs_set_layer - 0x0000000000000000 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .text.esp_mesh_nvs_set_assoc - 0x0000000000000000 0x56 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .text.esp_mesh_nvs_init - 0x0000000000000000 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .text.esp_mesh_nvs_deinit - 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .rodata.CSWTCH$12 - 0x0000000000000000 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .bss.mesh_nvs_settings - 0x0000000000000000 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .data.mesh_nvs_handle - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .bss.g_mesh_nvs_settings - 0x0000000000000000 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .xt.lit 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .xt.prop 0x0000000000000000 0x360 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - .literal.mesh_set_io_process$part$0 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.esp_mesh_io_sem_wait - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.esp_mesh_io_sem_signal - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.mesh_set_io_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.esp_mesh_stop_parent_reconnection - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.mesh_set_router - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.mesh_set_self_organized - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.mesh_set_type - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.mesh_csa_set_bssid - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.mesh_switch_channel - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.mesh_look_for_network - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.mesh_nwk_io_process - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.mesh_set_io_process$part$0 - 0x0000000000000000 0x8f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.esp_mesh_io_sem_wait - 0x0000000000000000 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.esp_mesh_io_sem_signal - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .rodata.str1.4 - 0x0000000000000000 0x22e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.mesh_set_io_process - 0x0000000000000000 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.esp_mesh_stop_parent_reconnection - 0x0000000000000000 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.mesh_set_router - 0x0000000000000000 0x241 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.mesh_set_self_organized - 0x0000000000000000 0x13e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.mesh_set_type - 0x0000000000000000 0x269 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.mesh_csa_set_bssid - 0x0000000000000000 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.mesh_switch_channel - 0x0000000000000000 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.mesh_look_for_network - 0x0000000000000000 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .text.mesh_nwk_io_process - 0x0000000000000000 0x1bf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .rodata.mesh_nwk_io_process - 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .rodata.__func__$7828 - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .rodata.__func__$7779 - 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .bss.csa_bssid - 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .bss.s_mesh_io_error - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .bss.g_mesh_stop_reconnection - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .bss.MESH_ZERO_ADDR - 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .xt.lit 0x0000000000000000 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .xt.prop 0x0000000000000000 0x744 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - .literal.mesh_process_mgmt_announce$part$5 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.mesh_process_mgmt_routing_table$part$6 - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.optype2str - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.esp_mesh_get_optlen - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.esp_mesh_mcast_cover_node - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.mesh_remove_myself_from_forwarding - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.esp_mesh_delivery_toDS - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.esp_mesh_delivery_toSelf - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.mesh_process_mcast_cover_node - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.esp_mesh_process_mcast - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.esp_mesh_process_bcast - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.mesh_process_mgmt_root_switch - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.mesh_process_mgmt_root_waive - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.mesh_process_mgmt_announce - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.mesh_process_mgmt_routing_table - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.esp_mesh_process_options - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.esp_mesh_process_ucast - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.esp_mesh_forward_packet - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .rodata.str1.4 - 0x0000000000000000 0x894 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_announce$part$5 - 0x0000000000000000 0x32b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_routing_table$part$6 - 0x0000000000000000 0x47e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.optype2str - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.esp_mesh_get_optlen - 0x0000000000000000 0xca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.esp_mesh_mcast_cover_node - 0x0000000000000000 0x31e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.mesh_remove_myself_from_forwarding - 0x0000000000000000 0x126 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.esp_mesh_delivery_toDS - 0x0000000000000000 0x22c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.esp_mesh_delivery_toSelf - 0x0000000000000000 0x390 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.mesh_process_mcast_cover_node - 0x0000000000000000 0x4e5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.esp_mesh_process_mcast - 0x0000000000000000 0x199 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.esp_mesh_process_bcast - 0x0000000000000000 0x3a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_root_switch - 0x0000000000000000 0x196 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_root_waive - 0x0000000000000000 0x1ea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_announce - 0x0000000000000000 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_routing_table - 0x0000000000000000 0x6e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.esp_mesh_process_options - 0x0000000000000000 0x210 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.esp_mesh_process_ucast - 0x0000000000000000 0xbf3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .text.esp_mesh_forward_packet - 0x0000000000000000 0x413 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .rodata.CSWTCH$105 - 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .rodata.__func__$7880 - 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .rodata.__func__$7866 - 0x0000000000000000 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .rodata.__func__$7850 - 0x0000000000000000 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .rodata.__func__$7818 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .rodata.__func__$7780 - 0x0000000000000000 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .bss.mesh_xseqno - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .data.MESH_BCAST_ADDR - 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .bss.MESH_ZERO_ADDR - 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .xt.lit 0x0000000000000000 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .xt.prop 0x0000000000000000 0x14e8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - .literal.esp_mesh_channel_enable_jp - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .literal.esp_mesh_scan_done_get_channel - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .literal.mesh_nwk_process_reselect - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .literal.mesh_nwk_process_look_for_network - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .literal.mesh_nwk_process_allow_switch - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .rodata.str1.4 - 0x0000000000000000 0x6e0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .rodata 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .text.esp_mesh_channel_enable_jp - 0x0000000000000000 0x63 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .text.esp_mesh_scan_done_get_channel - 0x0000000000000000 0x92a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .text.mesh_nwk_process_reselect - 0x0000000000000000 0x2a4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .text.mesh_nwk_process_look_for_network - 0x0000000000000000 0x36d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .text.mesh_nwk_process_allow_switch - 0x0000000000000000 0x17c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .rodata.__func__$7844 - 0x0000000000000000 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .rodata.__func__$7833 - 0x0000000000000000 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .bss.look_for_nwk_count$7828 - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .bss.scan_times$7812 - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .rodata.__func__$7817 - 0x0000000000000000 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .bss.MESH_ZERO_ADDR - 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .xt.lit 0x0000000000000000 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .xt.prop 0x0000000000000000 0x5e8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - .literal.mesh_sta_set_config - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .literal.mesh_sta_start - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .rodata.str1.4 - 0x0000000000000000 0xf6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .rodata 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .text.mesh_sta_set_config - 0x0000000000000000 0x25d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .text.mesh_sta_start - 0x0000000000000000 0xee /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .rodata.__func__$7780 - 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .xt.lit 0x0000000000000000 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .xt.prop 0x0000000000000000 0x15c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - .literal.esp_mesh_push_to_rx_queue - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .literal.esp_mesh_wifi_recv_cb - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .literal.esp_mesh_rx_task_deinit - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .literal.mesh_rx_task_deinit - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .literal.mesh_rx_task_main - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .literal.esp_mesh_rx_task_init - 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .text 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .data 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .bss 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .rodata.str1.4 - 0x0000000000000000 0x2e0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .text.esp_mesh_push_to_rx_queue - 0x0000000000000000 0xd6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .text.esp_mesh_wifi_recv_cb - 0x0000000000000000 0x7f6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .text.esp_mesh_rx_task_deinit - 0x0000000000000000 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .text.mesh_rx_task_deinit - 0x0000000000000000 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .text.mesh_rx_task_main - 0x0000000000000000 0x288 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .text.esp_mesh_rx_task_init - 0x0000000000000000 0x88 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .rodata.__func__$7827 - 0x0000000000000000 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .rodata.__func__$7814 - 0x0000000000000000 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .bss.parent_last_mac_seqno$7811 - 0x0000000000000000 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .rodata.__func__$7794 - 0x0000000000000000 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .bss.mesh_rx_task - 0x0000000000000000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .bss.mesh_rx_mbox - 0x0000000000000000 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .bss.is_rx_running - 0x0000000000000000 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .data.MESH_BCAST_ADDR - 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .bss.MESH_ZERO_ADDR - 0x0000000000000000 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .comment 0x0000000000000000 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .xt.lit 0x0000000000000000 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - .xt.prop 0x0000000000000000 0x564 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) .literal.temprature_sens_read 0x0000000000000000 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) .literal.dac_out @@ -17614,7 +17493,7 @@ Discarded input sections 0x0000000000000000 0x20 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) .debug_ranges 0x0000000000000000 0x10 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) .debug_line 0x0000000000000000 0x72d esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .debug_str 0x0000000000000000 0x2fae esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_str 0x0000000000000000 0x2fa8 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) .comment 0x0000000000000000 0x26 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) .xt.lit 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) .xt.prop 0x0000000000000000 0x3c esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) @@ -18089,6 +17968,21 @@ Discarded input sections .debug_line 0x0000000000000000 0x174 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-impure.o) .debug_str 0x0000000000000000 0x5a7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-impure.o) .comment 0x0000000000000000 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .literal 0x0000000000000000 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .text 0x0000000000000000 0x4c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .data 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .bss 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_frame 0x0000000000000000 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_info 0x0000000000000000 0xa12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_abbrev 0x0000000000000000 0x23c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_loc 0x0000000000000000 0x104 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_aranges + 0x0000000000000000 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_line 0x0000000000000000 0x340 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .debug_str 0x0000000000000000 0x5d6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .comment 0x0000000000000000 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .xt.lit 0x0000000000000000 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + .xt.prop 0x0000000000000000 0x78 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) .literal 0x0000000000000000 0x2c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) .text 0x0000000000000000 0x27d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) .data 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) @@ -18317,6 +18211,19 @@ Discarded input sections .comment 0x0000000000000000 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-stdio.o) .xt.lit 0x0000000000000000 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-stdio.o) .xt.prop 0x0000000000000000 0xcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .text 0x0000000000000000 0x23 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .data 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .bss 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_frame 0x0000000000000000 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_info 0x0000000000000000 0x96c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_abbrev 0x0000000000000000 0x1af /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_loc 0x0000000000000000 0xbc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_aranges + 0x0000000000000000 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_line 0x0000000000000000 0x2a6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .debug_str 0x0000000000000000 0x5b0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .comment 0x0000000000000000 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + .xt.prop 0x0000000000000000 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) .text 0x0000000000000000 0x1d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strchr.o) .data 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strchr.o) .bss 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strchr.o) @@ -18813,6 +18720,23 @@ Discarded input sections .debug_str 0x0000000000000000 0x5c1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) .comment 0x0000000000000000 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) .xt.prop 0x0000000000000000 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .literal 0x0000000000000000 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .text 0x0000000000000000 0x74 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .data 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .bss 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .rodata.str1.1 + 0x0000000000000000 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_frame 0x0000000000000000 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_info 0x0000000000000000 0xa77 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_abbrev 0x0000000000000000 0x240 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_loc 0x0000000000000000 0x195 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_aranges + 0x0000000000000000 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_line 0x0000000000000000 0x438 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .debug_str 0x0000000000000000 0x5f1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .comment 0x0000000000000000 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .xt.lit 0x0000000000000000 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + .xt.prop 0x0000000000000000 0x84 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) .data 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) .bss 0x0000000000000000 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) .xt.lit 0x0000000000000000 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) @@ -19269,16 +19193,18 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtbegin.o LOAD CMakeFiles/bakalarka.elf.dir/project_elf_src.c.obj LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a LOAD esp-idf/soc/libsoc.a LOAD esp-idf/esp_eth/libesp_eth.a LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a LOAD esp-idf/esp_netif/libesp_netif.a LOAD esp-idf/esp_event/libesp_event.a LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/app_update/libapp_update.a -LOAD esp-idf/spi_flash/libspi_flash.a LOAD esp-idf/nvs_flash/libnvs_flash.a LOAD esp-idf/esp_wifi/libesp_wifi.a LOAD esp-idf/lwip/liblwip.a @@ -19337,22 +19263,19 @@ LOAD esp-idf/cmd_nvs/libcmd_nvs.a LOAD esp-idf/cmd_system/libcmd_system.a LOAD esp-idf/wifi/libwifi.a LOAD esp-idf/https_server/libhttps_server.a -LOAD esp-idf/lvgl/liblvgl.a -LOAD esp-idf/lv_examples/liblv_examples.a -LOAD esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a -LOAD esp-idf/lvgl_tft/liblvgl_tft.a -LOAD esp-idf/lvgl_touch/liblvgl_touch.a LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a LOAD esp-idf/soc/libsoc.a LOAD esp-idf/esp_eth/libesp_eth.a LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a LOAD esp-idf/esp_netif/libesp_netif.a LOAD esp-idf/esp_event/libesp_event.a LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/app_update/libapp_update.a -LOAD esp-idf/spi_flash/libspi_flash.a LOAD esp-idf/nvs_flash/libnvs_flash.a LOAD esp-idf/esp_wifi/libesp_wifi.a LOAD esp-idf/lwip/liblwip.a @@ -19415,7 +19338,6 @@ LOAD esp-idf/spiffs/libspiffs.a LOAD esp-idf/esp_https_server/libesp_https_server.a LOAD esp-idf/wifi/libwifi.a LOAD esp-idf/console/libconsole.a -LOAD esp-idf/lvgl/liblvgl.a LOAD esp-idf/cxx/libcxx.a LOAD esp-idf/newlib/libnewlib.a LOAD esp-idf/freertos/libfreertos.a @@ -19424,21 +19346,23 @@ LOAD esp-idf/log/liblog.a LOAD esp-idf/lwip/liblwip.a LOAD esp-idf/soc/libsoc.a LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_system/libesp_system.a LOAD esp-idf/esp32/libesp32.a LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/app_update/libapp_update.a LOAD esp-idf/soc/soc/esp32/libsoc_esp32.a LOAD esp-idf/esp_event/libesp_event.a LOAD esp-idf/esp_netif/libesp_netif.a LOAD esp-idf/esp_eth/libesp_eth.a LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/app_update/libapp_update.a LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a LOAD esp-idf/nvs_flash/libnvs_flash.a LOAD /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a @@ -19472,21 +19396,23 @@ LOAD esp-idf/log/liblog.a LOAD esp-idf/lwip/liblwip.a LOAD esp-idf/soc/libsoc.a LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_system/libesp_system.a LOAD esp-idf/esp32/libesp32.a LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/app_update/libapp_update.a LOAD esp-idf/soc/soc/esp32/libsoc_esp32.a LOAD esp-idf/esp_event/libesp_event.a LOAD esp-idf/esp_netif/libesp_netif.a LOAD esp-idf/esp_eth/libesp_eth.a LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/app_update/libapp_update.a LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a LOAD esp-idf/nvs_flash/libnvs_flash.a LOAD /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a @@ -19520,21 +19446,23 @@ LOAD esp-idf/log/liblog.a LOAD esp-idf/lwip/liblwip.a LOAD esp-idf/soc/libsoc.a LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_system/libesp_system.a LOAD esp-idf/esp32/libesp32.a LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/app_update/libapp_update.a LOAD esp-idf/soc/soc/esp32/libsoc_esp32.a LOAD esp-idf/esp_event/libesp_event.a LOAD esp-idf/esp_netif/libesp_netif.a LOAD esp-idf/esp_eth/libesp_eth.a LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/app_update/libapp_update.a LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a LOAD esp-idf/nvs_flash/libnvs_flash.a LOAD /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a @@ -19568,21 +19496,23 @@ LOAD esp-idf/log/liblog.a LOAD esp-idf/lwip/liblwip.a LOAD esp-idf/soc/libsoc.a LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_system/libesp_system.a LOAD esp-idf/esp32/libesp32.a LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/app_update/libapp_update.a LOAD esp-idf/soc/soc/esp32/libsoc_esp32.a LOAD esp-idf/esp_event/libesp_event.a LOAD esp-idf/esp_netif/libesp_netif.a LOAD esp-idf/esp_eth/libesp_eth.a LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a -LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/app_update/libapp_update.a LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a LOAD esp-idf/nvs_flash/libnvs_flash.a LOAD /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a @@ -20284,6 +20214,7 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp [!provide] PROVIDE (lmp_pause_enc_aes_req_handler = 0x400279a4) [!provide] PROVIDE (lmp_io_cap_res_handler = 0x4002c670) [!provide] PROVIDE (lmp_io_cap_req_handler = 0x4002c7a4) + [!provide] PROVIDE (lc_cmd_cmp_bd_addr_send = 0x4002cec4) [!provide] PROVIDE (ld_acl_tx_packet_type_select = 0x4002fb40) [!provide] PROVIDE (ld_acl_sched = 0x40033268) [!provide] PROVIDE (ld_acl_sniff_sched = 0x4003340c) @@ -21373,16 +21304,16 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp 0x0000000040058920 wcrtomb = 0x40058920 0x00000000400588d8 _wcrtomb_r = 0x400588d8 0x0000000040058f14 _wctomb_r = 0x40058f14 - 0x000000003ffb95a8 _static_data_end = _bss_end + 0x000000003ffb9620 _static_data_end = _bss_end 0x0000000040000000 _heap_end = 0x40000000 0x000000003ff80000 _data_seg_org = ORIGIN (rtc_data_seg) .rtc.text 0x00000000400c0000 0x63 0x00000000400c0000 . = ALIGN (0x4) *(EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .rtc.literal EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .rtc.text EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .rtc.text.*) - .rtc.text.25.literal + .rtc.text.32.literal 0x00000000400c0000 0x1c esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .rtc.text.25 0x00000000400c001c 0x47 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .rtc.text.32 0x00000000400c001c 0x47 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) 0x00000000400c001c esp_default_wake_deep_sleep 0x00000000400c001c esp_wake_deep_sleep *libsoc.a:uart_hal_iram.*(.rtc.literal .rtc.text .rtc.text.*) @@ -21520,205 +21451,214 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp 0x0000000040080400 _init 0x0000000040080403 _init_end = ABSOLUTE (.) -.iram0.text 0x0000000040080404 0x16f09 +.iram0.text 0x0000000040080404 0x16991 0x0000000040080404 _iram_text_start = ABSOLUTE (.) *(EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .iram1 EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .iram1.*) .iram1.1.literal 0x0000000040080404 0x4 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - .iram1.16.literal - 0x0000000040080408 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x10 (size before relaxing) - .iram1.17.literal - 0x0000000040080408 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x8 (size before relaxing) - .iram1.20.literal - 0x000000004008040c 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x20 (size before relaxing) - .iram1.26.literal - 0x000000004008041c 0xa4 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0xe4 (size before relaxing) - .iram1.28.literal - 0x00000000400804c0 0xc esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x2c (size before relaxing) - .iram1.30.literal - 0x00000000400804cc 0x24 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x34 (size before relaxing) - .iram1.29.literal - 0x00000000400804f0 0x68 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x114 (size before relaxing) - .iram1.21.literal - 0x0000000040080558 0x1c esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - 0x28 (size before relaxing) - .iram1.20.literal - 0x0000000040080574 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - 0x18 (size before relaxing) - .iram1.22.literal - 0x0000000040080574 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - 0x4 (size before relaxing) - .iram1.19.literal - 0x0000000040080574 0x28 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x2c (size before relaxing) - .iram1.20.literal - 0x000000004008059c 0xc esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x2c (size before relaxing) - .iram1.22.literal - 0x00000000400805a8 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x4 (size before relaxing) - .iram1.25.literal - 0x00000000400805a8 0x4 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .iram1.26.literal - 0x00000000400805ac 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x4 (size before relaxing) - .iram1.24.literal - 0x00000000400805ac 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x8 (size before relaxing) .iram1.literal - 0x00000000400805ac 0x14 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) + 0x0000000040080408 0x24 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) 0x28 (size before relaxing) - .iram1.15.literal - 0x00000000400805c0 0x8 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - 0xc (size before relaxing) - .iram1.15.literal - 0x00000000400805c8 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0xc (size before relaxing) - .iram1.17.literal - 0x00000000400805cc 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x24 (size before relaxing) - .iram1.18.literal - 0x00000000400805d0 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x40 (size before relaxing) - .iram1.19.literal - 0x00000000400805dc 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .iram1.0.literal + 0x000000004008042c 0x1c esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .iram1.1.literal + 0x0000000040080448 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x4 (size before relaxing) + .iram1.0.literal + 0x0000000040080448 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) + 0x4 (size before relaxing) + .iram1.1.literal + 0x0000000040080448 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) + 0x4 (size before relaxing) + .iram1.2.literal + 0x0000000040080448 0x4 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .iram1.3.literal + 0x000000004008044c 0x8 esp-idf/soc/libsoc.a(cpu_util.c.obj) 0x10 (size before relaxing) - .iram1.20.literal - 0x00000000400805e8 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0xc (size before relaxing) - .iram1.25.literal - 0x00000000400805e8 0x44 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - 0xb0 (size before relaxing) - .iram1.17.literal - 0x000000004008062c 0xc esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .iram1.5.literal + 0x0000000040080454 0x4 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .iram1.23.literal + 0x0000000040080458 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x10 (size before relaxing) + .iram1.24.literal + 0x0000000040080458 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x8 (size before relaxing) + .iram1.27.literal + 0x000000004008045c 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x20 (size before relaxing) + .iram1.24.literal + 0x0000000040080468 0xc esp-idf/esp32/libesp32.a(cache_err_int.c.obj) 0x14 (size before relaxing) .iram1.4.literal - 0x0000000040080638 0x8 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x0000000040080474 0x8 esp-idf/esp32/libesp32.a(clk.c.obj) .iram1.5.literal - 0x0000000040080640 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x000000004008047c 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) 0x8 (size before relaxing) .iram1.7.literal - 0x0000000040080640 0x4 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x000000004008047c 0x4 esp-idf/esp32/libesp32.a(clk.c.obj) 0x8 (size before relaxing) - .iram1.14.literal - 0x0000000040080644 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - .iram1.15.literal - 0x0000000040080648 0x20 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - 0x34 (size before relaxing) - .iram1.24.literal - 0x0000000040080668 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.21.literal - 0x000000004008066c 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x10 (size before relaxing) - .iram1.18.literal - 0x0000000040080670 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.33.literal + 0x0000000040080480 0xa4 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0xe4 (size before relaxing) + .iram1.35.literal + 0x0000000040080524 0xc esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x2c (size before relaxing) + .iram1.37.literal + 0x0000000040080530 0x24 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x38 (size before relaxing) + .iram1.36.literal + 0x0000000040080554 0x68 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x118 (size before relaxing) + .iram1.28.literal + 0x00000000400805bc 0x1c esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x28 (size before relaxing) + .iram1.27.literal + 0x00000000400805d8 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) 0x18 (size before relaxing) - .iram1.22.literal - 0x0000000040080680 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x10 (size before relaxing) - .iram1.19.literal - 0x0000000040080680 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x10 (size before relaxing) - .iram1.23.literal - 0x0000000040080684 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0xc (size before relaxing) - .iram1.17.literal - 0x0000000040080688 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0xc (size before relaxing) + .iram1.29.literal + 0x00000000400805d8 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x4 (size before relaxing) .iram1.26.literal - 0x0000000040080688 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400805d8 0x18 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x2c (size before relaxing) + .iram1.27.literal + 0x00000000400805f0 0xc esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x2c (size before relaxing) + .iram1.29.literal + 0x00000000400805fc 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) 0x4 (size before relaxing) - .iram1.15.literal - 0x0000000040080688 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x20 (size before relaxing) - .iram1.16.literal - 0x0000000040080688 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x20 (size before relaxing) - .iram1.17.literal - 0x0000000040080688 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .iram1.14.literal - 0x0000000040080690 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .iram1.15.literal - 0x00000000400806a0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .iram1.32.literal + 0x00000000400805fc 0x4 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .iram1.33.literal + 0x0000000040080600 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) 0x4 (size before relaxing) - .iram1.16.literal - 0x00000000400806a0 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - 0x34 (size before relaxing) - .iram1.18.literal - 0x00000000400806b0 0x18 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - 0x30 (size before relaxing) - .iram1.19.literal - 0x00000000400806c8 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .iram1.31.literal + 0x0000000040080600 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) 0x8 (size before relaxing) - .iram1.15.literal - 0x00000000400806cc 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - .iram1.literal - 0x00000000400806d0 0x44 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) - 0x68 (size before relaxing) - .iram1.15.literal - 0x0000000040080714 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x1c (size before relaxing) - .iram1.19.literal - 0x0000000040080718 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x30 (size before relaxing) + .iram1.22.literal + 0x0000000040080600 0x8 esp-idf/esp32/libesp32.a(int_wdt.c.obj) + 0xc (size before relaxing) + .iram1.22.literal + 0x0000000040080608 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0xc (size before relaxing) .iram1.24.literal - 0x0000000040080724 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x14 (size before relaxing) - .iram1.16.literal - 0x0000000040080724 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x4 (size before relaxing) - .iram1.17.literal - 0x0000000040080724 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x4 (size before relaxing) - .iram1.18.literal - 0x0000000040080724 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000004008060c 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) 0x24 (size before relaxing) - .iram1.20.literal - 0x0000000040080728 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x4 (size before relaxing) + .iram1.25.literal + 0x0000000040080610 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x40 (size before relaxing) + .iram1.26.literal + 0x000000004008061c 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x10 (size before relaxing) + .iram1.27.literal + 0x0000000040080628 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0xc (size before relaxing) + .iram1.32.literal + 0x0000000040080628 0x44 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + 0xb0 (size before relaxing) .iram1.21.literal - 0x0000000040080728 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000004008066c 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .iram1.22.literal + 0x0000000040080670 0x20 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x34 (size before relaxing) + .iram1.31.literal + 0x0000000040080690 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.28.literal + 0x0000000040080694 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x10 (size before relaxing) + .iram1.25.literal + 0x0000000040080698 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x18 (size before relaxing) + .iram1.29.literal + 0x00000000400806a8 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x10 (size before relaxing) + .iram1.26.literal + 0x00000000400806a8 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x10 (size before relaxing) + .iram1.30.literal + 0x00000000400806ac 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xc (size before relaxing) + .iram1.24.literal + 0x00000000400806b0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xc (size before relaxing) + .iram1.33.literal + 0x00000000400806b0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0x4 (size before relaxing) .iram1.22.literal - 0x0000000040080728 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x00000000400806b0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x20 (size before relaxing) + .iram1.23.literal + 0x00000000400806b0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x20 (size before relaxing) + .iram1.24.literal + 0x00000000400806b0 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .iram1.21.literal + 0x00000000400806b8 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .iram1.22.literal + 0x00000000400806c8 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) 0x4 (size before relaxing) .iram1.23.literal - 0x0000000040080728 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x00000000400806c8 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x34 (size before relaxing) + .iram1.25.literal + 0x00000000400806d8 0x18 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x30 (size before relaxing) + .iram1.26.literal + 0x00000000400806f0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x8 (size before relaxing) + .iram1.22.literal + 0x00000000400806f4 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + .iram1.literal + 0x00000000400806f8 0x3c esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x60 (size before relaxing) + .iram1.22.literal + 0x0000000040080734 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x1c (size before relaxing) + .iram1.26.literal + 0x0000000040080738 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x30 (size before relaxing) + .iram1.31.literal + 0x0000000040080744 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + .iram1.23.literal + 0x0000000040080744 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.24.literal + 0x0000000040080744 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) 0x4 (size before relaxing) .iram1.25.literal - 0x0000000040080728 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040080744 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x24 (size before relaxing) + .iram1.27.literal + 0x0000000040080748 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) 0x4 (size before relaxing) - .iram1.26.literal - 0x0000000040080728 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.28.literal + 0x0000000040080748 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.29.literal + 0x0000000040080748 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.30.literal + 0x0000000040080748 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.32.literal + 0x0000000040080748 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.33.literal + 0x0000000040080748 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) 0x4 (size before relaxing) .iram1.0.literal - 0x0000000040080728 0x4 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x0000000040080748 0x4 esp-idf/newlib/libnewlib.a(reent_init.c.obj) 0xc (size before relaxing) - .iram1.16.literal - 0x000000004008072c 0x10 esp-idf/newlib/libnewlib.a(time.c.obj) + .iram1.23.literal + 0x000000004008074c 0x10 esp-idf/newlib/libnewlib.a(time.c.obj) 0x18 (size before relaxing) - .iram1.15.literal - 0x000000004008073c 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .iram1.22.literal + 0x000000004008075c 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) 0x8 (size before relaxing) - .iram1.12.literal - 0x000000004008073c 0x30 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - .iram1.0.literal - 0x000000004008076c 0x18 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .iram1.1.literal - 0x0000000040080784 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) - 0x10 (size before relaxing) - .iram1.2.literal - 0x0000000040080784 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) - 0x4 (size before relaxing) - .iram1.3.literal - 0x0000000040080784 0x4 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .iram1.19.literal + 0x000000004008075c 0x2c esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + 0x30 (size before relaxing) .iram1.0.literal 0x0000000040080788 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) .iram1.1.literal @@ -21727,3248 +21667,3357 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp 0x000000004008079c 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) 0x60 (size before relaxing) .iram1.3.literal - 0x00000000400807dc 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x18 (size before relaxing) - .iram1.32.literal - 0x00000000400807f0 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00000000400807dc 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .iram1.39.literal + 0x00000000400807f4 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) 0x20 (size before relaxing) - .iram1.26.literal - 0x0000000040080800 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.33.literal + 0x0000000040080804 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) 0x20 (size before relaxing) - .iram1.31.literal - 0x000000004008080c 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.38.literal + 0x0000000040080810 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) 0x30 (size before relaxing) - .iram1.27.literal - 0x0000000040080814 0x28 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x64 (size before relaxing) - .iram1.28.literal - 0x000000004008083c 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x44 (size before relaxing) - .iram1.33.literal - 0x000000004008084c 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x10 (size before relaxing) .iram1.34.literal - 0x000000004008084c 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x4 (size before relaxing) - .iram1.26.literal - 0x000000004008084c 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.28.literal - 0x0000000040080850 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x4 (size before relaxing) - .iram1.34.literal - 0x0000000040080850 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0xc (size before relaxing) - .iram1.32.literal - 0x0000000040080850 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x24 (size before relaxing) - .iram1.16.literal - 0x0000000040080868 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x24 (size before relaxing) - .iram1.15.literal - 0x0000000040080874 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0xc (size before relaxing) - .iram1.18.literal - 0x0000000040080874 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x18 (size before relaxing) - .iram1.14.literal - 0x0000000040080878 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x3c (size before relaxing) - .iram1.20.literal - 0x0000000040080884 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x30 (size before relaxing) - .iram1.25.literal - 0x0000000040080884 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x30 (size before relaxing) - .iram1.26.literal - 0x000000004008088c 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x24 (size before relaxing) - .iram1.33.literal - 0x000000004008088c 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x8 (size before relaxing) - .iram1.34.literal - 0x000000004008088c 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x8 (size before relaxing) + 0x0000000040080818 0x34 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x74 (size before relaxing) .iram1.35.literal - 0x000000004008088c 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x000000004008084c 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x44 (size before relaxing) + .iram1.40.literal + 0x000000004008085c 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x10 (size before relaxing) + .iram1.41.literal + 0x000000004008085c 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4 (size before relaxing) + .iram1.33.literal + 0x000000004008085c 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.35.literal + 0x0000000040080860 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4 (size before relaxing) + .iram1.41.literal + 0x0000000040080860 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0xc (size before relaxing) + .iram1.39.literal + 0x0000000040080860 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x24 (size before relaxing) + .iram1.23.literal + 0x0000000040080878 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x24 (size before relaxing) + .iram1.22.literal + 0x0000000040080884 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0xc (size before relaxing) + .iram1.25.literal + 0x0000000040080884 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x18 (size before relaxing) + .iram1.21.literal + 0x0000000040080888 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x3c (size before relaxing) + .iram1.27.literal + 0x0000000040080894 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x30 (size before relaxing) + .iram1.32.literal + 0x0000000040080894 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x38 (size before relaxing) + .iram1.33.literal + 0x00000000400808a0 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x24 (size before relaxing) + .iram1.40.literal + 0x00000000400808a0 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x8 (size before relaxing) + .iram1.41.literal + 0x00000000400808a0 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x8 (size before relaxing) + .iram1.42.literal + 0x00000000400808a0 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) 0x8 (size before relaxing) .iram1.2.literal - 0x000000004008088c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x00000000400808a0 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) 0x4 (size before relaxing) .iram1.3.literal - 0x000000004008088c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x00000000400808a0 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) 0x4 (size before relaxing) .iram1.4.literal - 0x000000004008088c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x00000000400808a0 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) 0x4 (size before relaxing) .iram1.5.literal - 0x000000004008088c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x00000000400808a0 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) .iram1.11.literal - 0x0000000040080890 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x00000000400808a4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) 0x4 (size before relaxing) .iram1.10.literal - 0x0000000040080890 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x00000000400808a4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) 0x30 (size before relaxing) .iram1.9.literal - 0x0000000040080890 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x00000000400808a4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) 0x18 (size before relaxing) - .iram1.26.literal - 0x0000000040080890 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x8 (size before relaxing) - .iram1.25.literal - 0x0000000040080894 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x18 (size before relaxing) - .iram1.34.literal - 0x00000000400808a0 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x10 (size before relaxing) - .iram1.31.literal - 0x00000000400808a0 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x10 (size before relaxing) - .iram1.28.literal - 0x00000000400808a0 0x20 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x80 (size before relaxing) - .iram1.27.literal - 0x00000000400808c0 0x8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x18 (size before relaxing) - .iram1.29.literal - 0x00000000400808c8 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x34 (size before relaxing) - .iram1.35.literal - 0x00000000400808d4 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x2c (size before relaxing) - .iram1.29.literal - 0x00000000400808e0 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.17.literal - 0x00000000400808e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.18.literal - 0x00000000400808e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.19.literal - 0x00000000400808e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) .iram1.33.literal - 0x00000000400808e4 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .iram1.20.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .iram1.36.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0xc (size before relaxing) - .iram1.35.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .iram1.34.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x00000000400808a4 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) 0x8 (size before relaxing) .iram1.32.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.31.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.30.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.16.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.15.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.28.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.27.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.26.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.23.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .iram1.22.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0xc (size before relaxing) - .iram1.21.literal - 0x00000000400808e8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0xc (size before relaxing) - .iram1.19.literal - 0x00000000400808e8 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400808a8 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .iram1.41.literal + 0x00000000400808b4 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) 0x10 (size before relaxing) - .iram1.20.literal - 0x00000000400808ec 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .iram1.38.literal + 0x00000000400808b4 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) 0x10 (size before relaxing) - .iram1.23.literal - 0x00000000400808ec 0xc esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x24 (size before relaxing) - .iram1.24.literal - 0x00000000400808f8 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x28 (size before relaxing) - .iram1.22.literal - 0x00000000400808fc 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.15.literal - 0x0000000040080900 0x20 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.35.literal + 0x00000000400808b4 0x20 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x80 (size before relaxing) + .iram1.34.literal + 0x00000000400808d4 0x8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .iram1.36.literal + 0x00000000400808dc 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) 0x34 (size before relaxing) - .iram1.16.literal - 0x0000000040080920 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x1c (size before relaxing) - .iram1.17.literal - 0x0000000040080924 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x20 (size before relaxing) - .iram1.23.literal - 0x0000000040080930 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x20 (size before relaxing) - .iram1.24.literal - 0x000000004008093c 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x50 (size before relaxing) - .iram1.18.literal - 0x0000000040080948 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x20 (size before relaxing) - .iram1.25.literal - 0x0000000040080948 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x8 (size before relaxing) - .iram1.0.literal - 0x0000000040080948 0x8 esp-idf/esp32/libesp32.a(hw_random.c.obj) - 0x10 (size before relaxing) - .iram1.0.literal - 0x0000000040080950 0x18 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - 0x1c (size before relaxing) - .iram1.1.literal - 0x0000000040080968 0x0 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - 0x4 (size before relaxing) - .iram1.26.literal - 0x0000000040080968 0x1c esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x24 (size before relaxing) - .iram1.27.literal - 0x0000000040080984 0x14 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .iram1.42.literal + 0x00000000400808e8 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) 0x2c (size before relaxing) + .iram1.22.literal + 0x00000000400808f4 0x4 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0xc (size before relaxing) + .iram1.literal + 0x00000000400808f8 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x4 (size before relaxing) + .iram1.39.literal + 0x00000000400808f8 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.27.literal + 0x00000000400808fc 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) .iram1.28.literal - 0x0000000040080998 0x8 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x20 (size before relaxing) + 0x00000000400808fc 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) .iram1.29.literal - 0x00000000400809a0 0x30 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x58 (size before relaxing) - .iram1.31.literal - 0x00000000400809d0 0x0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0xc (size before relaxing) + 0x00000000400808fc 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.43.literal + 0x00000000400808fc 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) .iram1.30.literal - 0x00000000400809d0 0x14 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x20 (size before relaxing) - .iram1.15.literal - 0x00000000400809e4 0x4 esp-idf/esp_common/libesp_common.a(system_api.c.obj) + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.46.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) 0xc (size before relaxing) - .iram1.15.literal - 0x00000000400809e8 0x4 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .iram1.16.literal - 0x00000000400809ec 0x14 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x30 (size before relaxing) - .iram1.17.literal - 0x0000000040080a00 0x4 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x30 (size before relaxing) - .iram1.18.literal - 0x0000000040080a04 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .iram1.45.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.44.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.42.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.41.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.40.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.26.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.25.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.38.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.37.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.36.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.33.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.32.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xc (size before relaxing) + .iram1.31.literal + 0x0000000040080900 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xc (size before relaxing) + .iram1.26.literal + 0x0000000040080900 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x10 (size before relaxing) + .iram1.27.literal + 0x0000000040080904 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x10 (size before relaxing) + .iram1.30.literal + 0x0000000040080904 0xc esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x24 (size before relaxing) + .iram1.31.literal + 0x0000000040080910 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x28 (size before relaxing) + .iram1.29.literal + 0x0000000040080914 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.22.literal + 0x0000000040080918 0x24 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x3c (size before relaxing) + .iram1.23.literal + 0x000000004008093c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x1c (size before relaxing) + .iram1.24.literal + 0x0000000040080940 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x20 (size before relaxing) + .iram1.30.literal + 0x000000004008094c 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x20 (size before relaxing) + .iram1.31.literal + 0x0000000040080958 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x50 (size before relaxing) + .iram1.25.literal + 0x0000000040080964 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x20 (size before relaxing) + .iram1.32.literal + 0x0000000040080964 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) 0x8 (size before relaxing) .iram1.0.literal - 0x0000000040080a04 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x0000000040080964 0x8 esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x10 (size before relaxing) + .iram1.33.literal + 0x000000004008096c 0x1c esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x24 (size before relaxing) + .iram1.34.literal + 0x0000000040080988 0x14 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x2c (size before relaxing) + .iram1.35.literal + 0x000000004008099c 0x8 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x20 (size before relaxing) + .iram1.36.literal + 0x00000000400809a4 0x30 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x58 (size before relaxing) + .iram1.38.literal + 0x00000000400809d4 0x0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0xc (size before relaxing) + .iram1.37.literal + 0x00000000400809d4 0x14 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x20 (size before relaxing) + .iram1.22.literal + 0x00000000400809e8 0x4 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .iram1.23.literal + 0x00000000400809ec 0x18 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x30 (size before relaxing) + .iram1.24.literal + 0x0000000040080a04 0x4 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x30 (size before relaxing) + .iram1.25.literal + 0x0000000040080a08 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x8 (size before relaxing) + .iram1.0.literal + 0x0000000040080a08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) 0x8 (size before relaxing) .iram1.1.literal - 0x0000000040080a04 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - 0x4 (size before relaxing) - .literal.prvReturnItemByteBuf - 0x0000000040080a04 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x14 (size before relaxing) - .literal.prvGetItemByteBuf - 0x0000000040080a10 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x18 (size before relaxing) - .literal.prvCheckItemFitsByteBuffer - 0x0000000040080a14 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x10 (size before relaxing) - .literal.prvReturnItemDefault - 0x0000000040080a18 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x28 (size before relaxing) - .literal.prvGetItemDefault - 0x0000000040080a1c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x2c (size before relaxing) - .literal.prvAcquireItemNoSplit - 0x0000000040080a20 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x18 (size before relaxing) - .literal.prvSendItemDoneNoSplit - 0x0000000040080a24 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x28 (size before relaxing) - .literal.prvCheckItemFitsDefault - 0x0000000040080a28 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x14 (size before relaxing) - .literal.prvGetFreeSize - 0x0000000040080a2c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x10 (size before relaxing) - .literal.prvCopyItemByteBuf - 0x0000000040080a30 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x18 (size before relaxing) - .literal.prvCopyItemAllowSplit - 0x0000000040080a34 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x20 (size before relaxing) - .literal.prvCopyItemNoSplit - 0x0000000040080a38 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0xc (size before relaxing) - .literal.prvInitializeNewRingbuffer - 0x0000000040080a38 0x40 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x48 (size before relaxing) - .literal.prvReceiveGeneric - 0x0000000040080a78 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x34 (size before relaxing) - .literal.prvReceiveGenericFromISR - 0x0000000040080a7c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x24 (size before relaxing) - .literal.xRingbufferCreate - 0x0000000040080a80 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x38 (size before relaxing) - .literal.xRingbufferSend - 0x0000000040080a84 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x38 (size before relaxing) - .literal.xRingbufferSendFromISR - 0x0000000040080a88 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x28 (size before relaxing) - .literal.xRingbufferReceive - 0x0000000040080a8c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x14 (size before relaxing) - .literal.xRingbufferReceiveFromISR - 0x0000000040080a90 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x14 (size before relaxing) - .literal.vRingbufferReturnItem - 0x0000000040080a94 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x20 (size before relaxing) - .literal.vRingbufferReturnItemFromISR - 0x0000000040080a98 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x20 (size before relaxing) - .literal.vRingbufferDelete - 0x0000000040080a9c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x20 (size before relaxing) - .literal.xRingbufferGetMaxItemSize - 0x0000000040080aa0 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x10 (size before relaxing) - .literal.esp_log_early_timestamp - 0x0000000040080aa4 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x4 (size before relaxing) - .literal.esp_log_impl_lock_timeout - 0x0000000040080aa4 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) - 0xc (size before relaxing) - .literal.esp_log_timestamp - 0x0000000040080aa8 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x1c (size before relaxing) - .literal.esp_log_impl_unlock - 0x0000000040080aac 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x8 (size before relaxing) - .literal.esp_log_write - 0x0000000040080aac 0x34 esp-idf/log/liblog.a(log.c.obj) - 0x44 (size before relaxing) - .literal.esp_log_impl_lock - 0x0000000040080ae0 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) - 0xc (size before relaxing) - .literal.get_prev_free_block - 0x0000000040080ae0 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x28 (size before relaxing) - .literal.split_if_necessary - 0x0000000040080af0 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x50 (size before relaxing) - .literal.assert_valid_block - 0x0000000040080b00 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x2c (size before relaxing) - .literal.merge_adjacent - 0x0000000040080b00 0x8 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4c (size before relaxing) - .literal.multi_heap_get_allocated_size_impl - 0x0000000040080b08 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x10 (size before relaxing) - .literal.multi_heap_malloc_impl - 0x0000000040080b08 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x28 (size before relaxing) - .literal.multi_heap_free_impl - 0x0000000040080b08 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x50 (size before relaxing) - .literal.multi_heap_realloc_impl - 0x0000000040080b08 0xc esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x68 (size before relaxing) - .literal.panicPutChar - 0x0000000040080b14 0x4 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x8 (size before relaxing) - .literal.panicPutStr - 0x0000000040080b18 0x0 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x4 (size before relaxing) - .literal.panicPutHex - 0x0000000040080b18 0x0 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x8 (size before relaxing) - .literal.panicPutDec - 0x0000000040080b18 0x4 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x10 (size before relaxing) - .literal.illegal_instruction_helper - 0x0000000040080b1c 0x18 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x3c (size before relaxing) - .literal.reconfigureAllWdts - 0x0000000040080b34 0x10 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x2c (size before relaxing) - .literal.putEntry - 0x0000000040080b44 0x8 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x18 (size before relaxing) - .literal.invoke_abort - 0x0000000040080b4c 0x4 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x8 (size before relaxing) - .literal.haltOtherCore - 0x0000000040080b50 0x0 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x4 (size before relaxing) - .literal.doBacktrace - 0x0000000040080b50 0x10 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x60 (size before relaxing) - .literal.commonErrorHandler_dump - 0x0000000040080b60 0x30 esp-idf/esp32/libesp32.a(panic.c.obj) - 0xa8 (size before relaxing) - .literal.esp_panic_dig_reset - 0x0000000040080b90 0x0 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x18 (size before relaxing) - .literal.commonErrorHandler - 0x0000000040080b90 0xc esp-idf/esp32/libesp32.a(panic.c.obj) - 0x60 (size before relaxing) - .literal.esp_error_check_failed_print - 0x0000000040080b9c 0x18 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x2c (size before relaxing) - .literal.abort - 0x0000000040080bb4 0x8 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x18 (size before relaxing) - .literal.vApplicationStackOverflowHook - 0x0000000040080bbc 0x8 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x18 (size before relaxing) - .literal.panicHandler - 0x0000000040080bc4 0x38 esp-idf/esp32/libesp32.a(panic.c.obj) - 0xbc (size before relaxing) - .literal.xt_unhandled_exception - 0x0000000040080bfc 0x18 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x68 (size before relaxing) - .literal.esp_set_watchpoint - 0x0000000040080c14 0x0 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x4 (size before relaxing) - .literal._esp_error_check_failed - 0x0000000040080c14 0x4 esp-idf/esp32/libesp32.a(panic.c.obj) - 0xc (size before relaxing) - .literal.spi_flash_chip_issi_probe - 0x0000000040080c18 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x8 (size before relaxing) - .literal.spi_flash_chip_issi_set_io_mode - 0x0000000040080c1c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0xc (size before relaxing) - .literal.spi_flash_chip_issi_get_io_mode - 0x0000000040080c24 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x4 (size before relaxing) - .literal.spi_flash_chip_gd_probe - 0x0000000040080c24 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .literal.spi_flash_chip_gd_set_io_mode - 0x0000000040080c28 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x20 (size before relaxing) - .literal.spi_flash_chip_gd_get_io_mode - 0x0000000040080c3c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x0000000040080a08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) 0x4 (size before relaxing) + .literal 0x0000000040080a08 0x4 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) .literal.spi_flash_chip_generic_detect_size - 0x0000000040080c3c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a0c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x8 (size before relaxing) .literal.spi_flash_chip_generic_erase_chip - 0x0000000040080c40 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a10 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .literal.spi_flash_chip_generic_write_encrypted - 0x0000000040080c44 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a14 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x4 (size before relaxing) .literal.spi_flash_common_read_status_16b_rdsr_rdsr2 - 0x0000000040080c44 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a14 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x8 (size before relaxing) .literal.spi_flash_common_write_status_16b_wrsr - 0x0000000040080c44 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a14 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x4 (size before relaxing) .literal.spi_flash_chip_generic_get_write_protect - 0x0000000040080c44 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a14 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x10 (size before relaxing) .literal.spi_flash_chip_generic_wait_idle - 0x0000000040080c50 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a20 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x4 (size before relaxing) .literal.spi_flash_chip_generic_config_host_io_mode - 0x0000000040080c50 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a20 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x8 (size before relaxing) .literal.spi_flash_chip_generic_read - 0x0000000040080c54 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a24 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x14 (size before relaxing) .literal.spi_flash_common_read_status_8b_rdsr2 - 0x0000000040080c5c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a2c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x4 (size before relaxing) .literal.spi_flash_chip_generic_get_io_mode - 0x0000000040080c5c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a2c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x4 (size before relaxing) .literal.spi_flash_common_read_status_8b_rdsr - 0x0000000040080c5c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a2c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x4 (size before relaxing) .literal.spi_flash_common_write_status_8b_wrsr - 0x0000000040080c5c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a2c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x4 (size before relaxing) .literal.spi_flash_common_write_status_8b_wrsr2 - 0x0000000040080c5c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a2c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0x4 (size before relaxing) .literal.spi_flash_chip_generic_set_io_mode - 0x0000000040080c5c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040080a2c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) 0xc (size before relaxing) .literal.memspi_host_read_id_hs - 0x0000000040080c5c 0x10 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040080a34 0x10 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) 0x18 (size before relaxing) .literal.memspi_host_flush_cache - 0x0000000040080c6c 0x4 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040080a44 0x4 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) 0x8 (size before relaxing) - .literal.rtc_init - 0x0000000040080c70 0x94 esp-idf/soc/libsoc.a(rtc_init.c.obj) - 0xe0 (size before relaxing) - .literal.rtc_vddsdio_get_config - 0x0000000040080d04 0xc esp-idf/soc/libsoc.a(rtc_init.c.obj) - 0x10 (size before relaxing) - .literal.rtc_vddsdio_set_config - 0x0000000040080d10 0x0 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .literal.spi_flash_chip_gd_probe + 0x0000000040080a48 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .literal.spi_flash_chip_gd_set_io_mode + 0x0000000040080a4c 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x20 (size before relaxing) + .literal.spi_flash_chip_gd_get_io_mode + 0x0000000040080a58 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_issi_probe + 0x0000000040080a58 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) 0x8 (size before relaxing) - .literal.rtc_clk_cal_internal - 0x0000000040080d10 0x3c esp-idf/soc/libsoc.a(rtc_time.c.obj) - 0x70 (size before relaxing) - .literal.rtc_clk_cal - 0x0000000040080d4c 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .literal.spi_flash_chip_issi_set_io_mode + 0x0000000040080a5c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) 0xc (size before relaxing) - .literal.rtc_time_us_to_slowclk - 0x0000000040080d4c 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .literal.spi_flash_chip_issi_get_io_mode + 0x0000000040080a64 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) 0x4 (size before relaxing) - .literal.rtc_time_get - 0x0000000040080d4c 0x10 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .literal.get_reset_reason + 0x0000000040080a64 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .literal.esp_reset_reason_clear_hint + 0x0000000040080a68 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x4 (size before relaxing) + .literal.esp_reset_reason + 0x0000000040080a68 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .literal.esp_reset_reason_init + 0x0000000040080a6c 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x14 (size before relaxing) + .literal.frame_to_panic_info + 0x0000000040080a6c 0x24 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x28 (size before relaxing) + .literal.panic_handler + 0x0000000040080a90 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x34 (size before relaxing) + .literal.print_backtrace_entry + 0x0000000040080a98 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) 0x18 (size before relaxing) - .literal.rtc_clk_wait_for_slow_cycle - 0x0000000040080d5c 0x8 esp-idf/soc/libsoc.a(rtc_time.c.obj) - 0x20 (size before relaxing) - .literal.rtc_wdt_get_protect_status - 0x0000000040080d64 0x8 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .literal.rtc_wdt_protect_off - 0x0000000040080d6c 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x8 (size before relaxing) - .literal.rtc_wdt_protect_on - 0x0000000040080d6c 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .literal.print_illegal_instruction_details + 0x0000000040080aa0 0x14 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x34 (size before relaxing) + .literal.print_registers + 0x0000000040080ab4 0x2c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x84 (size before relaxing) + .literal.print_backtrace + 0x0000000040080ae0 0xc esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x5c (size before relaxing) + .literal.print_state_for_core + 0x0000000040080aec 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x14 (size before relaxing) + .literal.print_state + 0x0000000040080af0 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x18 (size before relaxing) + .literal.print_debug_exception_details + 0x0000000040080af0 0x24 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x58 (size before relaxing) + .literal.esp_digital_reset + 0x0000000040080b14 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x18 (size before relaxing) + .literal.panicHandler + 0x0000000040080b14 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) 0x4 (size before relaxing) - .literal.rtc_wdt_enable - 0x0000000040080d6c 0xc esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .literal.xt_unhandled_exception + 0x0000000040080b14 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x4 (size before relaxing) + .literal.panic_restart + 0x0000000040080b14 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) 0x10 (size before relaxing) - .literal.rtc_wdt_flashboot_mode_enable - 0x0000000040080d78 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .literal.esp_system_abort + 0x0000000040080b14 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) 0x4 (size before relaxing) - .literal.rtc_wdt_feed - 0x0000000040080d78 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x14 (size before relaxing) - .literal.rtc_wdt_set_time - 0x0000000040080d78 0x14 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x20 (size before relaxing) - .literal.rtc_wdt_set_stage - 0x0000000040080d8c 0x10 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x24 (size before relaxing) - .literal.rtc_wdt_disable - 0x0000000040080d9c 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .literal.reconfigure_all_wdts + 0x0000000040080b14 0x14 esp-idf/esp_system/libesp_system.a(panic.c.obj) 0x2c (size before relaxing) - .literal.rtc_wdt_set_length_of_reset_signal - 0x0000000040080d9c 0x10 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x14 (size before relaxing) - .literal.rtc_wdt_is_on - 0x0000000040080dac 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .literal.panic_print_char + 0x0000000040080b28 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .literal.panic_print_str + 0x0000000040080b30 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) 0x4 (size before relaxing) - .literal.spi_flash_hal_configure_host_io_mode - 0x0000000040080dac 0x18 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x4c (size before relaxing) - .literal.spi_flash_hal_common_command - 0x0000000040080dc4 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x24 (size before relaxing) - .literal.spi_flash_hal_read - 0x0000000040080dc4 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x18 (size before relaxing) - .literal.spi_flash_hal_erase_chip - 0x0000000040080dc4 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x4 (size before relaxing) - .literal.spi_flash_hal_erase_sector - 0x0000000040080dc4 0x4 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x14 (size before relaxing) - .literal.spi_flash_hal_erase_block - 0x0000000040080dc8 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x14 (size before relaxing) - .literal.spi_flash_hal_program_page - 0x0000000040080dc8 0x4 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x1c (size before relaxing) - .literal.spi_flash_hal_set_write_protect - 0x0000000040080dcc 0x4 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .literal.print_abort_details + 0x0000000040080b30 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) 0x8 (size before relaxing) - .literal.spi_flash_hal_host_idle - 0x0000000040080dd0 0x4 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .literal.panic_print_hex + 0x0000000040080b34 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) 0x8 (size before relaxing) + .literal.panic_print_dec + 0x0000000040080b34 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x10 (size before relaxing) + .literal.esp_panic_handler + 0x0000000040080b38 0x28 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0xd0 (size before relaxing) + .literal.panic_abort + 0x0000000040080b60 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x8 (size before relaxing) + .literal.cpu_hal_set_watchpoint + 0x0000000040080b60 0x0 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + 0x8 (size before relaxing) + .literal.soc_hal_stall_core + 0x0000000040080b60 0x10 esp-idf/soc/libsoc.a(soc_hal.c.obj) + 0x14 (size before relaxing) + .literal.soc_hal_unstall_core + 0x0000000040080b70 0x0 esp-idf/soc/libsoc.a(soc_hal.c.obj) + 0x10 (size before relaxing) .literal.rtc_sleep_pd - 0x0000000040080dd4 0x18 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + 0x0000000040080b70 0x24 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) 0x2c (size before relaxing) .literal.rtc_sleep_init - 0x0000000040080dec 0x40 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + 0x0000000040080b94 0xa0 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) 0xd0 (size before relaxing) .literal.rtc_sleep_set_wakeup_time - 0x0000000040080e2c 0x8 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + 0x0000000040080c34 0x8 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) .literal.rtc_sleep_start - 0x0000000040080e34 0x14 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + 0x0000000040080c3c 0x1c esp-idf/soc/libsoc.a(rtc_sleep.c.obj) 0x28 (size before relaxing) + .literal.rtc_init + 0x0000000040080c58 0x3c esp-idf/soc/libsoc.a(rtc_init.c.obj) + 0xe0 (size before relaxing) + .literal.rtc_vddsdio_get_config + 0x0000000040080c94 0x8 esp-idf/soc/libsoc.a(rtc_init.c.obj) + 0x10 (size before relaxing) + .literal.rtc_vddsdio_set_config + 0x0000000040080c9c 0x0 esp-idf/soc/libsoc.a(rtc_init.c.obj) + 0x8 (size before relaxing) .literal.rtc_clk_32k_enable_common - 0x0000000040080e48 0x18 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080c9c 0x18 esp-idf/soc/libsoc.a(rtc_clk.c.obj) .literal.rtc_clk_bbpll_disable - 0x0000000040080e60 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cb4 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x10 (size before relaxing) .literal.rtc_clk_bbpll_enable - 0x0000000040080e64 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cb8 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x1c (size before relaxing) .literal.rtc_clk_32k_enable - 0x0000000040080e6c 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cc0 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x10 (size before relaxing) .literal.rtc_clk_32k_enable_external - 0x0000000040080e70 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cc4 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x4 (size before relaxing) .literal.rtc_clk_8m_enable - 0x0000000040080e70 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cc4 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x10 (size before relaxing) .literal.rtc_clk_slow_freq_set - 0x0000000040080e70 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cc4 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0xc (size before relaxing) .literal.rtc_clk_slow_freq_get - 0x0000000040080e70 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cc4 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x4 (size before relaxing) .literal.rtc_clk_slow_freq_get_hz - 0x0000000040080e70 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cc4 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x10 (size before relaxing) .literal.rtc_clk_fast_freq_set - 0x0000000040080e70 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080ccc 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x10 (size before relaxing) .literal.rtc_clk_bbpll_configure - 0x0000000040080e70 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cd0 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x40 (size before relaxing) .literal.rtc_clk_xtal_freq_get - 0x0000000040080e74 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cd8 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) .literal.rtc_clk_cpu_freq_mhz_to_config - 0x0000000040080e7c 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080ce0 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x4 (size before relaxing) .literal.rtc_clk_cpu_freq_get_config - 0x0000000040080e7c 0x10 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080ce0 0x10 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x34 (size before relaxing) .literal.rtc_clk_apb_freq_update - 0x0000000040080e8c 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cf0 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) .literal.rtc_clk_cpu_freq_to_xtal - 0x0000000040080e90 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cf4 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x2c (size before relaxing) .literal.rtc_clk_cpu_freq_set_xtal - 0x0000000040080e98 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cfc 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x10 (size before relaxing) .literal.rtc_clk_cpu_freq_to_pll_mhz - 0x0000000040080e98 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080cfc 0x8 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x44 (size before relaxing) .literal.rtc_clk_cpu_freq_to_8m - 0x0000000040080ea0 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080d04 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x28 (size before relaxing) .literal.rtc_clk_cpu_freq_set_config - 0x0000000040080ea4 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040080d08 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) 0x30 (size before relaxing) - .literal.malloc - 0x0000000040080ea4 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .literal.spi_flash_hal_configure_host_io_mode + 0x0000000040080d08 0x18 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x4c (size before relaxing) + .literal.spi_flash_hal_common_command + 0x0000000040080d20 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x24 (size before relaxing) + .literal.spi_flash_hal_read + 0x0000000040080d20 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x18 (size before relaxing) + .literal.spi_flash_hal_erase_chip + 0x0000000040080d20 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) 0x4 (size before relaxing) - .literal.realloc - 0x0000000040080ea4 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4 (size before relaxing) - .literal.free 0x0000000040080ea4 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4 (size before relaxing) - .literal._malloc_r - 0x0000000040080ea4 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4 (size before relaxing) - .literal._free_r - 0x0000000040080ea4 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4 (size before relaxing) - .literal._realloc_r - 0x0000000040080ea4 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4 (size before relaxing) - .literal._calloc_r - 0x0000000040080ea4 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + .literal.spi_flash_hal_erase_sector + 0x0000000040080d20 0x4 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_hal_erase_block + 0x0000000040080d24 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_hal_program_page + 0x0000000040080d24 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x1c (size before relaxing) + .literal.spi_flash_hal_set_write_protect + 0x0000000040080d24 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) 0x8 (size before relaxing) - .literal.calloc - 0x0000000040080ea8 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .literal.spi_flash_hal_host_idle + 0x0000000040080d24 0x4 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) 0x8 (size before relaxing) - .literal 0x0000000040080ea8 0x4 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) + .literal.rtc_wdt_get_protect_status + 0x0000000040080d28 0x8 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .literal.rtc_wdt_protect_off + 0x0000000040080d30 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x8 (size before relaxing) + .literal.rtc_wdt_protect_on + 0x0000000040080d30 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x4 (size before relaxing) + .literal.rtc_wdt_enable + 0x0000000040080d30 0xc esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x10 (size before relaxing) + .literal.rtc_wdt_flashboot_mode_enable + 0x0000000040080d3c 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x4 (size before relaxing) + .literal.rtc_wdt_feed + 0x0000000040080d3c 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x14 (size before relaxing) + .literal.rtc_wdt_set_time + 0x0000000040080d3c 0x14 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x20 (size before relaxing) + .literal.rtc_wdt_set_stage + 0x0000000040080d50 0xc esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x24 (size before relaxing) + .literal.rtc_wdt_disable + 0x0000000040080d5c 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x2c (size before relaxing) + .literal.rtc_wdt_set_length_of_reset_signal + 0x0000000040080d5c 0x8 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x14 (size before relaxing) + .literal.rtc_wdt_is_on + 0x0000000040080d64 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_cal_internal + 0x0000000040080d64 0x2c esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x70 (size before relaxing) + .literal.rtc_clk_cal + 0x0000000040080d90 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0xc (size before relaxing) + .literal.rtc_time_us_to_slowclk + 0x0000000040080d90 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x4 (size before relaxing) + .literal.rtc_time_get + 0x0000000040080d90 0xc esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x18 (size before relaxing) + .literal.rtc_clk_wait_for_slow_cycle + 0x0000000040080d9c 0x8 esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x20 (size before relaxing) + .literal.esp_log_impl_lock_timeout + 0x0000000040080da4 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + 0xc (size before relaxing) + .literal.esp_log_timestamp + 0x0000000040080da8 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x1c (size before relaxing) + .literal.esp_log_write + 0x0000000040080dac 0x4 esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_impl_lock + 0x0000000040080db0 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0xc (size before relaxing) + .literal.esp_log_early_timestamp + 0x0000000040080db0 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x4 (size before relaxing) + .literal.esp_log_impl_unlock + 0x0000000040080db0 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x8 (size before relaxing) + .literal.get_prev_free_block + 0x0000000040080db0 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x28 (size before relaxing) + .literal.split_if_necessary + 0x0000000040080dc0 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x50 (size before relaxing) + .literal.assert_valid_block + 0x0000000040080dd0 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x2c (size before relaxing) + .literal.merge_adjacent + 0x0000000040080dd0 0x8 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4c (size before relaxing) + .literal.multi_heap_get_allocated_size_impl + 0x0000000040080dd8 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x10 (size before relaxing) + .literal.multi_heap_malloc_impl + 0x0000000040080dd8 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x28 (size before relaxing) + .literal.multi_heap_free_impl + 0x0000000040080dd8 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x50 (size before relaxing) + .literal.multi_heap_realloc_impl + 0x0000000040080dd8 0xc esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x68 (size before relaxing) + .literal.multi_heap_get_info_impl + 0x0000000040080de4 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x2c (size before relaxing) + .literal.prvReturnItemByteBuf + 0x0000000040080de4 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x14 (size before relaxing) + .literal.prvGetItemByteBuf + 0x0000000040080df0 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x18 (size before relaxing) + .literal.prvCheckItemFitsByteBuffer + 0x0000000040080df4 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x10 (size before relaxing) + .literal.prvReturnItemDefault + 0x0000000040080df8 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x28 (size before relaxing) + .literal.prvGetItemDefault + 0x0000000040080dfc 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x2c (size before relaxing) + .literal.prvAcquireItemNoSplit + 0x0000000040080e00 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x18 (size before relaxing) + .literal.prvSendItemDoneNoSplit + 0x0000000040080e04 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x28 (size before relaxing) + .literal.prvCheckItemFitsDefault + 0x0000000040080e08 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x14 (size before relaxing) + .literal.prvGetFreeSize + 0x0000000040080e0c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x10 (size before relaxing) + .literal.prvCopyItemByteBuf + 0x0000000040080e10 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x18 (size before relaxing) + .literal.prvCopyItemAllowSplit + 0x0000000040080e14 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x20 (size before relaxing) + .literal.prvCopyItemNoSplit + 0x0000000040080e18 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xc (size before relaxing) + .literal.prvInitializeNewRingbuffer + 0x0000000040080e18 0x40 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x48 (size before relaxing) + .literal.prvReceiveGeneric + 0x0000000040080e58 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x34 (size before relaxing) + .literal.prvReceiveGenericFromISR + 0x0000000040080e5c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x24 (size before relaxing) + .literal.xRingbufferCreate + 0x0000000040080e60 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x38 (size before relaxing) + .literal.xRingbufferSend + 0x0000000040080e64 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x38 (size before relaxing) + .literal.xRingbufferSendFromISR + 0x0000000040080e68 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x28 (size before relaxing) + .literal.xRingbufferReceive + 0x0000000040080e6c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x14 (size before relaxing) + .literal.xRingbufferReceiveFromISR + 0x0000000040080e70 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x14 (size before relaxing) + .literal.vRingbufferReturnItem + 0x0000000040080e74 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x20 (size before relaxing) + .literal.vRingbufferReturnItemFromISR + 0x0000000040080e78 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x20 (size before relaxing) + .literal.vRingbufferDelete + 0x0000000040080e7c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x20 (size before relaxing) + .literal.xRingbufferGetMaxItemSize + 0x0000000040080e80 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x10 (size before relaxing) .literal.vPortTaskWrapper - 0x0000000040080eac 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040080e84 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) 0x18 (size before relaxing) .literal.pxPortInitialiseStack - 0x0000000040080eb4 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040080e8c 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) 0x1c (size before relaxing) .literal.xPortStartScheduler - 0x0000000040080ec8 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040080ea0 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) 0x14 (size before relaxing) .literal.xPortSysTickHandler - 0x0000000040080ec8 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040080ea0 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) 0x8 (size before relaxing) .literal.vPortYieldOtherCore - 0x0000000040080ec8 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040080ea0 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) 0x4 (size before relaxing) .literal.vPortReleaseTaskMPUSettings - 0x0000000040080ec8 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040080ea0 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) 0x4 (size before relaxing) .literal.xPortInIsrContext - 0x0000000040080ec8 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040080ea0 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) 0x8 (size before relaxing) .literal.vPortSetStackWatchpoint - 0x0000000040080ec8 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040080ea0 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) 0x8 (size before relaxing) .literal.vPortEnterCritical - 0x0000000040080ec8 0x28 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040080ea0 0x28 esp-idf/freertos/libfreertos.a(port.c.obj) 0x3c (size before relaxing) .literal.vPortExitCritical - 0x0000000040080ef0 0xc esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040080ec8 0xc esp-idf/freertos/libfreertos.a(port.c.obj) 0x30 (size before relaxing) - .literal 0x0000000040080efc 0xc esp-idf/freertos/libfreertos.a(portasm.S.obj) + .literal.vApplicationStackOverflowHook + 0x0000000040080ed4 0xc esp-idf/freertos/libfreertos.a(port.c.obj) + 0x14 (size before relaxing) + .literal 0x0000000040080ee0 0xc esp-idf/freertos/libfreertos.a(portasm.S.obj) 0x54 (size before relaxing) - .literal 0x0000000040080f08 0x4 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .literal 0x0000000040080eec 0x4 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) 0x14 (size before relaxing) .literal._xt_tick_divisor_init - 0x0000000040080f0c 0x4 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x0000000040080ef0 0x4 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) 0xc (size before relaxing) .literal.xt_unhandled_interrupt - 0x0000000040080f10 0x4 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + 0x0000000040080ef4 0x4 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) 0x8 (size before relaxing) .literal.xt_set_interrupt_handler - 0x0000000040080f14 0x8 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + 0x0000000040080ef8 0x8 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) 0xc (size before relaxing) .literal.prvIsQueueFull - 0x0000000040080f1c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f00 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x8 (size before relaxing) .literal.prvCopyDataToQueue - 0x0000000040080f1c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f00 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) 0xc (size before relaxing) .literal.prvNotifyQueueSetContainer - 0x0000000040080f1c 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f00 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x2c (size before relaxing) .literal.prvCopyDataFromQueue - 0x0000000040080f30 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f14 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x4 (size before relaxing) .literal.xQueueGenericReset - 0x0000000040080f30 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f14 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x3c (size before relaxing) .literal.prvInitialiseNewQueue - 0x0000000040080f40 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f24 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x4 (size before relaxing) .literal.xQueueGenericCreate - 0x0000000040080f40 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f24 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x18 (size before relaxing) .literal.xQueueGetMutexHolder - 0x0000000040080f44 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f28 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x8 (size before relaxing) .literal.xQueueCreateCountingSemaphore - 0x0000000040080f44 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f28 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x1c (size before relaxing) .literal.xQueueGenericSend - 0x0000000040080f48 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f2c 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x74 (size before relaxing) .literal.prvInitialiseMutex - 0x0000000040080f4c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f30 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x18 (size before relaxing) .literal.xQueueCreateMutex - 0x0000000040080f4c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f30 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x8 (size before relaxing) .literal.xQueueGiveMutexRecursive - 0x0000000040080f4c 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f30 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x18 (size before relaxing) .literal.xQueueGenericSendFromISR - 0x0000000040080f50 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f34 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x30 (size before relaxing) .literal.xQueueGiveFromISR - 0x0000000040080f54 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f38 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x28 (size before relaxing) .literal.xQueueGenericReceive - 0x0000000040080f58 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f3c 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x6c (size before relaxing) .literal.xQueueTakeMutexRecursive - 0x0000000040080f5c 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f40 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x18 (size before relaxing) .literal.xQueueReceiveFromISR - 0x0000000040080f60 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f44 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x28 (size before relaxing) .literal.uxQueueMessagesWaiting - 0x0000000040080f64 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f48 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x18 (size before relaxing) .literal.uxQueueSpacesAvailable - 0x0000000040080f68 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f4c 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x18 (size before relaxing) .literal.vQueueDelete - 0x0000000040080f6c 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f50 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) 0x14 (size before relaxing) .literal.vQueueWaitForMessageRestricted - 0x0000000040080f70 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040080f54 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) 0xc (size before relaxing) .literal.prvListTaskWithinSingleList - 0x0000000040080f70 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080f54 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x4 (size before relaxing) .literal.prvResetNextTaskUnblockTime - 0x0000000040080f70 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080f54 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) .literal.prvDeleteTLS - 0x0000000040080f78 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080f5c 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x14 (size before relaxing) .literal.prvInitialiseNewTask - 0x0000000040080f88 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080f6c 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x18 (size before relaxing) .literal.prvInitialiseTaskLists - 0x0000000040080f88 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080f6c 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x40 (size before relaxing) .literal.prvDeleteTCB - 0x0000000040080fa8 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080f8c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x28 (size before relaxing) .literal.prvCheckTasksWaitingTermination - 0x0000000040080fb4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080f98 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x30 (size before relaxing) .literal.prvAddCurrentTaskToDelayedList - 0x0000000040080fc8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fac 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x1c (size before relaxing) .literal.prvIdleTask - 0x0000000040080fcc 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fb0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x8 (size before relaxing) .literal.prvWriteNameToBuffer - 0x0000000040080fd0 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fb4 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) .literal.taskYIELD_OTHER_CORE - 0x0000000040080fd8 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fbc 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x10 (size before relaxing) .literal.prvAddNewTaskToReadyList - 0x0000000040080fd8 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fbc 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x54 (size before relaxing) .literal.xTaskCreatePinnedToCore - 0x0000000040080fec 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fd0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x18 (size before relaxing) .literal.vTaskStartScheduler - 0x0000000040080fec 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fd0 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x38 (size before relaxing) .literal.vTaskSuspendAll - 0x0000000040081004 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fe8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x8 (size before relaxing) .literal.xTaskGetTickCount - 0x0000000040081008 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fec 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x4 (size before relaxing) .literal.xTaskGetTickCountFromISR - 0x0000000040081008 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fec 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x4 (size before relaxing) .literal.uxTaskGetNumberOfTasks - 0x0000000040081008 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fec 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x4 (size before relaxing) .literal.uxTaskGetSystemState - 0x0000000040081008 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fec 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x38 (size before relaxing) .literal.xTaskGetIdleTaskHandleForCPU - 0x0000000040081008 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080fec 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x18 (size before relaxing) .literal.xTaskIncrementTick - 0x0000000040081010 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040080ff4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x64 (size before relaxing) .literal.vTaskSwitchContext - 0x0000000040081024 0x2c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081008 0x2c esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x78 (size before relaxing) .literal.vTaskPlaceOnEventList - 0x0000000040081050 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081034 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x3c (size before relaxing) .literal.vTaskPlaceOnUnorderedEventList - 0x0000000040081058 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004008103c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x4c (size before relaxing) .literal.vTaskPlaceOnEventListRestricted - 0x0000000040081064 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081048 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x34 (size before relaxing) .literal.xTaskRemoveFromEventList - 0x000000004008106c 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081050 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x54 (size before relaxing) .literal.xTaskRemoveFromUnorderedEventList - 0x0000000040081074 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081058 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x54 (size before relaxing) .literal.vTaskSetTimeOutState - 0x0000000040081080 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081064 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x1c (size before relaxing) .literal.xTaskCheckForTimeOut - 0x0000000040081088 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004008106c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x34 (size before relaxing) .literal.xTaskGetCurrentTaskHandle - 0x0000000040081094 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081078 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x8 (size before relaxing) .literal.uxTaskPriorityGet - 0x0000000040081094 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081078 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x10 (size before relaxing) .literal.vTaskPrioritySet - 0x0000000040081094 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081078 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x40 (size before relaxing) .literal.__getreent - 0x0000000040081098 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004008107c 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x8 (size before relaxing) .literal.pcTaskGetTaskName - 0x0000000040081098 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004008107c 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x18 (size before relaxing) .literal.vTaskSetThreadLocalStoragePointerAndDelCallback - 0x00000000400810a0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081084 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x10 (size before relaxing) .literal.pvTaskGetThreadLocalStoragePointer - 0x00000000400810a0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081084 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x4 (size before relaxing) .literal.xTaskGetAffinity - 0x00000000400810a0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081084 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x4 (size before relaxing) .literal.xTaskGetCurrentTaskHandleForCPU - 0x00000000400810a0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081084 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x4 (size before relaxing) .literal.xTaskGetSchedulerState - 0x00000000400810a0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081084 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0xc (size before relaxing) .literal.vTaskDelete - 0x00000000400810a0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081084 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x5c (size before relaxing) .literal.vTaskDelay - 0x00000000400810a4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081088 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x34 (size before relaxing) .literal.vTaskSuspend - 0x00000000400810a8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004008108c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x5c (size before relaxing) .literal.xTaskResumeAll - 0x00000000400810ac 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081090 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x5c (size before relaxing) .literal.vTaskPriorityInherit - 0x00000000400810b4 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081098 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x28 (size before relaxing) .literal.xTaskPriorityDisinherit - 0x00000000400810b4 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040081098 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x38 (size before relaxing) .literal.vTaskList - 0x00000000400810bc 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x00000000400810a0 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x20 (size before relaxing) .literal.uxTaskResetEventItemValue - 0x00000000400810c4 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x00000000400810a8 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x10 (size before relaxing) .literal.pvTaskIncrementMutexHeldCount - 0x00000000400810c4 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x00000000400810a8 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x10 (size before relaxing) .literal.prvGetNextExpireTime - 0x00000000400810c4 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810a8 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) .literal.prvInsertTimerInActiveList - 0x00000000400810c8 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810ac 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x10 (size before relaxing) .literal.prvCheckForValidListAndQueue - 0x00000000400810cc 0x1c esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810b0 0x1c esp-idf/freertos/libfreertos.a(timers.c.obj) 0x40 (size before relaxing) .literal.xTimerCreateTimerTask - 0x00000000400810e8 0xc esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810cc 0xc esp-idf/freertos/libfreertos.a(timers.c.obj) 0x28 (size before relaxing) .literal.xTimerGenericCommand - 0x00000000400810f4 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810d8 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x14 (size before relaxing) .literal.prvSwitchTimerLists - 0x00000000400810f4 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810d8 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x24 (size before relaxing) .literal.prvSampleTimeNow - 0x00000000400810f8 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810dc 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) 0xc (size before relaxing) .literal.prvProcessExpiredTimer - 0x00000000400810fc 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810e0 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x20 (size before relaxing) .literal.prvProcessTimerOrBlockTask - 0x0000000040081100 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810e4 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x24 (size before relaxing) .literal.prvProcessReceivedCommands - 0x0000000040081100 0x8 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810e4 0x8 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x38 (size before relaxing) .literal.prvTimerTask - 0x0000000040081108 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400810ec 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) 0xc (size before relaxing) .literal.xEventGroupCreate - 0x0000000040081108 0xc esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x00000000400810ec 0xc esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0x1c (size before relaxing) .literal.xEventGroupWaitBits - 0x0000000040081114 0xc esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x00000000400810f8 0xc esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0x5c (size before relaxing) .literal.xEventGroupClearBits - 0x0000000040081120 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x0000000040081104 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0x20 (size before relaxing) .literal.xEventGroupSetBits - 0x0000000040081124 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x0000000040081108 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0x34 (size before relaxing) .literal.vEventGroupDelete - 0x0000000040081128 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x000000004008110c 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0x2c (size before relaxing) - .iram1.1 0x000000004008112c 0x69 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - 0x000000004008112c esp_ota_get_app_elf_sha256 - *fill* 0x0000000040081195 0x3 - .iram1.16 0x0000000040081198 0x58 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x64 (size before relaxing) - .iram1.17 0x00000000400811f0 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x00000000400811f0 pthread_mutex_lock - *fill* 0x0000000040081212 0x2 - .iram1.20 0x0000000040081214 0x65 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x6d (size before relaxing) - 0x0000000040081214 pthread_mutex_unlock - *fill* 0x0000000040081279 0x3 - .iram1.26 0x000000004008127c 0x165 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x185 (size before relaxing) - 0x000000004008127c start_cpu0_default - 0x000000004008127c start_cpu0 - *fill* 0x00000000400813e1 0x3 - .iram1.28 0x00000000400813e4 0x3e esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x46 (size before relaxing) - 0x00000000400813e4 start_cpu1 - 0x00000000400813e4 start_cpu1_default - *fill* 0x0000000040081422 0x2 - .iram1.30 0x0000000040081424 0x54 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x58 (size before relaxing) - .iram1.29 0x0000000040081478 0x1c8 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x21a (size before relaxing) - 0x0000000040081478 call_start_cpu0 - *fill* 0x0000000040081640 0x0 - .iram1.21 0x0000000040081640 0x58 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - 0x5c (size before relaxing) - .iram1.20 0x0000000040081698 0x44 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - 0x4c (size before relaxing) - .iram1.22 0x00000000400816dc 0xf esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - 0x00000000400816dc esp_crosscore_int_send_yield - *fill* 0x00000000400816eb 0x1 - .iram1.19 0x00000000400816ec 0xb6 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x00000000400816ec esp_dport_access_stall_other_cpu_start - *fill* 0x00000000400817a2 0x2 - .iram1.20 0x00000000400817a4 0x83 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x00000000400817a4 esp_dport_access_stall_other_cpu_end - *fill* 0x0000000040081827 0x1 - .iram1.22 0x0000000040081828 0x14 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x0000000040081828 esp_dport_access_int_abort - .iram1.25 0x000000004008183c 0x15 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x000000004008183c esp_dport_access_reg_read - *fill* 0x0000000040081851 0x3 - .iram1.26 0x0000000040081854 0xc esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x0000000040081854 esp_dport_access_sequence_reg_read - .iram1.24 0x0000000040081860 0x2a esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x0000000040081860 esp_dport_access_read_buffer - *fill* 0x000000004008188a 0x2 - .iram1 0x000000004008188c 0xe6 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) - 0x000000004008188c xt_highint4 - 0x0000000040081972 ld_include_panic_highint_hdl - *fill* 0x0000000040081972 0x2 - .iram1.15 0x0000000040081974 0x56 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - *fill* 0x00000000400819ca 0x2 - .iram1.15 0x00000000400819cc 0x39 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x3c (size before relaxing) - *fill* 0x0000000040081a05 0x3 - .iram1.17 0x0000000040081a08 0xad esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0xb9 (size before relaxing) - 0x0000000040081a08 esp_intr_enable - *fill* 0x0000000040081ab5 0x3 - .iram1.18 0x0000000040081ab8 0xfb esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x117 (size before relaxing) - 0x0000000040081ab8 esp_intr_disable - *fill* 0x0000000040081bb3 0x1 - .iram1.19 0x0000000040081bb4 0x52 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x0000000040081bb4 esp_intr_noniram_disable - *fill* 0x0000000040081c06 0x2 - .iram1.20 0x0000000040081c08 0x41 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x0000000040081c08 esp_intr_noniram_enable - *fill* 0x0000000040081c49 0x3 - .iram1.25 0x0000000040081c4c 0x16f esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - 0x1bb (size before relaxing) - 0x0000000040081c4c esp_restart_noos - *fill* 0x0000000040081dbb 0x1 - .iram1.17 0x0000000040081dbc 0x2c esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - 0x30 (size before relaxing) - 0x0000000040081dbc esp_cache_err_get_cpuid - .iram1.4 0x0000000040081de8 0x10 esp-idf/esp32/libesp32.a(clk.c.obj) - 0x0000000040081de8 esp_clk_cpu_freq - .iram1.5 0x0000000040081df8 0x15 esp-idf/esp32/libesp32.a(clk.c.obj) - 0x0000000040081df8 esp_clk_apb_freq - *fill* 0x0000000040081e0d 0x3 - .iram1.7 0x0000000040081e10 0xf esp-idf/esp32/libesp32.a(clk.c.obj) - 0x0000000040081e10 ets_update_cpu_frequency - *fill* 0x0000000040081e1f 0x1 - .iram1.14 0x0000000040081e20 0x2b esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - 0x0000000040081e20 esp_vApplicationTickHook - *fill* 0x0000000040081e4b 0x1 - .iram1.15 0x0000000040081e4c 0xa0 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - 0xa4 (size before relaxing) - .iram1.24 0x0000000040081eec 0x13 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - *fill* 0x0000000040081eff 0x1 - .iram1.21 0x0000000040081f00 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x23 (size before relaxing) - *fill* 0x0000000040081f1c 0x0 - .iram1.18 0x0000000040081f1c 0x86 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - *fill* 0x0000000040081fa2 0x2 - .iram1.22 0x0000000040081fa4 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x23 (size before relaxing) - *fill* 0x0000000040081fc0 0x0 - .iram1.19 0x0000000040081fc0 0x2c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x30 (size before relaxing) - .iram1.23 0x0000000040081fec 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x20 (size before relaxing) - .iram1.17 0x0000000040082008 0x31 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x39 (size before relaxing) - 0x0000000040082008 esp_timer_stop - *fill* 0x0000000040082039 0x3 - .iram1.26 0x000000004008203c 0xf esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x000000004008203c esp_timer_get_time - *fill* 0x000000004008204b 0x1 - .iram1.15 0x000000004008204c 0x57 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x67 (size before relaxing) - 0x000000004008204c esp_timer_start_once - *fill* 0x00000000400820a3 0x1 - .iram1.16 0x00000000400820a4 0x69 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x81 (size before relaxing) - 0x00000000400820a4 esp_timer_start_periodic - *fill* 0x000000004008210d 0x3 - .iram1.17 0x0000000040082110 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - *fill* 0x000000004008212a 0x2 - .iram1.14 0x000000004008212c 0x51 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - 0x000000004008212c esp_timer_impl_get_counter_reg - *fill* 0x000000004008217d 0x3 - .iram1.15 0x0000000040082180 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - 0x17 (size before relaxing) - 0x0000000040082180 esp_timer_impl_get_time - *fill* 0x0000000040082194 0x0 - .iram1.16 0x0000000040082194 0xe4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - 0xf7 (size before relaxing) - 0x0000000040082194 esp_timer_impl_set_alarm - *fill* 0x0000000040082278 0x0 - .iram1.18 0x0000000040082278 0x63 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - 0x0000000040082278 esp_timer_impl_update_apb_freq - 0x0000000040082278 esp_timer_private_update_apb_freq - *fill* 0x00000000400822db 0x1 - .iram1.19 0x00000000400822dc 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - 0x00000000400822dc esp_timer_impl_get_min_period_us - *fill* 0x00000000400822e7 0x1 - .iram1.15 0x00000000400822e8 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) - 0x00000000400822e8 xPortInterruptedFromISRContext - *fill* 0x0000000040082306 0x2 - .iram1 0x0000000040082308 0x4fc esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) - 0x0000000040082308 _xt_panic - 0x0000000040082428 _xt_user_exit - 0x0000000040082740 _xt_medint2_exit - 0x00000000400827f0 _xt_medint3_exit - .iram1.15 0x0000000040082804 0x34 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x43 (size before relaxing) - *fill* 0x0000000040082838 0x0 - .iram1.19 0x0000000040082838 0x9e esp-idf/newlib/libnewlib.a(locks.c.obj) - 0xb6 (size before relaxing) - *fill* 0x00000000400828d6 0x2 - .iram1.24 0x00000000400828d8 0x46 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x4e (size before relaxing) - *fill* 0x000000004008291e 0x2 - .iram1.16 0x0000000040082920 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x0000000040082920 _lock_init - *fill* 0x0000000040082933 0x1 - .iram1.17 0x0000000040082934 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x0000000040082934 _lock_init_recursive - *fill* 0x0000000040082947 0x1 - .iram1.18 0x0000000040082948 0x3b esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x43 (size before relaxing) - 0x0000000040082948 _lock_close - 0x0000000040082948 _lock_close_recursive - *fill* 0x0000000040082983 0x1 - .iram1.20 0x0000000040082984 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x12 (size before relaxing) - 0x0000000040082984 _lock_acquire - *fill* 0x0000000040082992 0x2 - .iram1.21 0x0000000040082994 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x12 (size before relaxing) - 0x0000000040082994 _lock_acquire_recursive - *fill* 0x00000000400829a2 0x2 - .iram1.22 0x00000000400829a4 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x14 (size before relaxing) - 0x00000000400829a4 _lock_try_acquire - .iram1.23 0x00000000400829b4 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x14 (size before relaxing) - 0x00000000400829b4 _lock_try_acquire_recursive - .iram1.25 0x00000000400829c4 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x00000000400829c4 _lock_release - *fill* 0x00000000400829d3 0x1 - .iram1.26 0x00000000400829d4 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x00000000400829d4 _lock_release_recursive - *fill* 0x00000000400829e3 0x1 - .iram1.0 0x00000000400829e4 0x37 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - 0x00000000400829e4 esp_reent_init - *fill* 0x0000000040082a1b 0x1 - .iram1.16 0x0000000040082a1c 0x4a esp-idf/newlib/libnewlib.a(time.c.obj) - 0x0000000040082a1c _gettimeofday_r - *fill* 0x0000000040082a66 0x2 - .iram1.15 0x0000000040082a68 0x29 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x2d (size before relaxing) - 0x0000000040082a68 _times_r - *fill* 0x0000000040082a91 0x3 - .iram1.12 0x0000000040082a94 0xa9 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - 0x0000000040082a94 esp_backtrace_get_next_frame - *fill* 0x0000000040082b3d 0x3 - .iram1.0 0x0000000040082b40 0x93 esp-idf/soc/libsoc.a(cpu_util.c.obj) - 0x0000000040082b40 esp_cpu_stall - *fill* 0x0000000040082bd3 0x1 - .iram1.1 0x0000000040082bd4 0x57 esp-idf/soc/libsoc.a(cpu_util.c.obj) - 0x0000000040082bd4 esp_cpu_unstall - *fill* 0x0000000040082c2b 0x1 - .iram1.2 0x0000000040082c2c 0x21 esp-idf/soc/libsoc.a(cpu_util.c.obj) - 0x0000000040082c2c esp_cpu_reset - *fill* 0x0000000040082c4d 0x3 - .iram1.3 0x0000000040082c50 0xe esp-idf/soc/libsoc.a(cpu_util.c.obj) - 0x0000000040082c50 esp_cpu_in_ocd_debug_mode - *fill* 0x0000000040082c5e 0x2 - .iram1.0 0x0000000040082c60 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x0000000040082c60 bootloader_flash_cs_timing_config - *fill* 0x0000000040082cce 0x2 - .iram1.1 0x0000000040082cd0 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x0000000040082cd0 bootloader_flash_clock_config - *fill* 0x0000000040082d0e 0x2 - .iram1.2 0x0000000040082d10 0x240 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x0000000040082d10 bootloader_flash_gpio_config - .iram1.3 0x0000000040082f50 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x0000000040082f50 bootloader_flash_dummy_config - .iram1.32 0x0000000040083000 0x64 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x6c (size before relaxing) - .iram1.26 0x0000000040083064 0x46 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x52 (size before relaxing) - 0x0000000040083064 spi_flash_op_block_func - *fill* 0x00000000400830aa 0x2 - .iram1.31 0x00000000400830ac 0x66 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x6e (size before relaxing) - *fill* 0x0000000040083112 0x2 - .iram1.27 0x0000000040083114 0xfb esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x10f (size before relaxing) - 0x0000000040083114 spi_flash_disable_interrupts_caches_and_other_cpu - *fill* 0x000000004008320f 0x1 - .iram1.28 0x0000000040083210 0xa1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0xa9 (size before relaxing) - 0x0000000040083210 spi_flash_enable_interrupts_caches_and_other_cpu - *fill* 0x00000000400832b1 0x3 - .iram1.33 0x00000000400832b4 0x25 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x29 (size before relaxing) - 0x00000000400832b4 spi_flash_cache_enabled - *fill* 0x00000000400832d9 0x3 - .iram1.34 0x00000000400832dc 0xf esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x00000000400832dc spi_flash_enable_cache - *fill* 0x00000000400832eb 0x1 - .iram1.26 0x00000000400832ec 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x00000000400832ec spi_flash_guard_set - *fill* 0x00000000400832f6 0x2 - .iram1.28 0x00000000400832f8 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x00000000400832f8 spi_flash_get_chip_size - *fill* 0x0000000040083302 0x2 - .iram1.34 0x0000000040083304 0x32 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x0000000040083304 spi_flash_erase_sector - *fill* 0x0000000040083336 0x2 - .iram1.32 0x0000000040083338 0x6b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x6f (size before relaxing) - *fill* 0x00000000400833a3 0x1 - .iram1.16 0x00000000400833a4 0x7c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x84 (size before relaxing) - .iram1.15 0x0000000040083420 0x36 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x3e (size before relaxing) - 0x0000000040083420 esp_flash_read_chip_id - *fill* 0x0000000040083456 0x2 - .iram1.18 0x0000000040083458 0x74 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x7c (size before relaxing) - 0x0000000040083458 esp_flash_get_size - .iram1.14 0x00000000400834cc 0xe2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0xfa (size before relaxing) - 0x00000000400834cc esp_flash_init - *fill* 0x00000000400835ae 0x2 - .iram1.20 0x00000000400835b0 0x1e8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x1f0 (size before relaxing) - 0x00000000400835b0 esp_flash_erase_region - .iram1.25 0x0000000040083798 0x117 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x11b (size before relaxing) - 0x0000000040083798 esp_flash_read - *fill* 0x00000000400838af 0x1 - .iram1.26 0x00000000400838b0 0xf0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0xf4 (size before relaxing) - 0x00000000400838b0 esp_flash_write - .iram1.33 0x00000000400839a0 0x16 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x1a (size before relaxing) - 0x00000000400839a0 spi_flash_erase_range - *fill* 0x00000000400839b6 0x2 - .iram1.34 0x00000000400839b8 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x1b (size before relaxing) - 0x00000000400839b8 spi_flash_write - *fill* 0x00000000400839cf 0x1 - .iram1.35 0x00000000400839d0 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x1b (size before relaxing) - 0x00000000400839d0 spi_flash_read - *fill* 0x00000000400839e7 0x1 - .iram1.2 0x00000000400839e8 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.3 0x00000000400839f8 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.4 0x0000000040083a08 0x1d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - *fill* 0x0000000040083a25 0x3 - .iram1.5 0x0000000040083a28 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - *fill* 0x0000000040083a46 0x2 - .iram1.11 0x0000000040083a48 0x1d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - *fill* 0x0000000040083a65 0x3 - .iram1.10 0x0000000040083a68 0x3f esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - 0x57 (size before relaxing) - *fill* 0x0000000040083aa7 0x1 - .iram1.9 0x0000000040083aa8 0x23 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - 0x2f (size before relaxing) - *fill* 0x0000000040083acb 0x1 - .iram1.26 0x0000000040083acc 0x25 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - *fill* 0x0000000040083af1 0x3 - .iram1.25 0x0000000040083af4 0x84 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x8c (size before relaxing) - .iram1.34 0x0000000040083b78 0x64 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .iram1.31 0x0000000040083bdc 0x1a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x22 (size before relaxing) - *fill* 0x0000000040083bf6 0x2 - .iram1.28 0x0000000040083bf8 0x232 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x256 (size before relaxing) - 0x0000000040083bf8 spi_flash_mmap_pages - *fill* 0x0000000040083e2a 0x2 - .iram1.27 0x0000000040083e2c 0x75 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x79 (size before relaxing) - 0x0000000040083e2c spi_flash_mmap - *fill* 0x0000000040083ea1 0x3 - .iram1.29 0x0000000040083ea4 0xa0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0xa6 (size before relaxing) - 0x0000000040083ea4 spi_flash_munmap - *fill* 0x0000000040083f44 0x0 - .iram1.35 0x0000000040083f44 0x6b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x77 (size before relaxing) - 0x0000000040083f44 spi_flash_check_and_flush_cache - *fill* 0x0000000040083faf 0x1 - .iram1.29 0x0000000040083fb0 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x0000000040083fbe 0x2 - .iram1.17 0x0000000040083fc0 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x10 (size before relaxing) - 0x0000000040083fc0 wifi_malloc - .iram1.18 0x0000000040083fcc 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x0000000040083fcc wifi_realloc - *fill* 0x0000000040083fdd 0x3 - .iram1.19 0x0000000040083fe0 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x0000000040083fe0 wifi_calloc - *fill* 0x0000000040083ff1 0x3 - .iram1.33 0x0000000040083ff4 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x0000000040084006 0x2 - .iram1.20 0x0000000040084008 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x20 (size before relaxing) - .iram1.36 0x0000000040084024 0x22 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x0000000040084046 0x2 - .iram1.35 0x0000000040084048 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.34 0x000000004008405c 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.32 0x0000000040084070 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x0000000040084082 0x2 - .iram1.31 0x0000000040084084 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0xe (size before relaxing) - *fill* 0x000000004008408e 0x2 - .iram1.30 0x0000000040084090 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400840a2 0x2 - .iram1.16 0x00000000400840a4 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0xb (size before relaxing) - *fill* 0x00000000400840ac 0x0 - .iram1.15 0x00000000400840ac 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0xb (size before relaxing) - *fill* 0x00000000400840b4 0x0 - .iram1.28 0x00000000400840b4 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400840c9 0x3 - .iram1.27 0x00000000400840cc 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x10 (size before relaxing) - .iram1.26 0x00000000400840d8 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400840e9 0x3 - .iram1.23 0x00000000400840ec 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0xb (size before relaxing) - *fill* 0x00000000400840f4 0x0 - .iram1.22 0x00000000400840f4 0x17 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x22 (size before relaxing) - *fill* 0x000000004008410b 0x1 - .iram1.21 0x000000004008410c 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.abort + 0x0000000040081110 0x10 esp-idf/newlib/libnewlib.a(abort.c.obj) 0x24 (size before relaxing) - .iram1.19 0x0000000040084128 0x1e esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x25 (size before relaxing) - 0x0000000040084128 phy_enter_critical - *fill* 0x0000000040084146 0x2 - .iram1.20 0x0000000040084148 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x23 (size before relaxing) - 0x0000000040084148 phy_exit_critical - *fill* 0x0000000040084164 0x0 - .iram1.23 0x0000000040084164 0x54 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x63 (size before relaxing) - 0x0000000040084164 esp_phy_common_clock_enable - *fill* 0x00000000400841b8 0x0 - .iram1.24 0x00000000400841b8 0x61 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x74 (size before relaxing) - 0x00000000400841b8 esp_phy_common_clock_disable - *fill* 0x0000000040084219 0x3 - .iram1.22 0x000000004008421c 0x23 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x000000004008423f 0x1 - .iram1.15 0x0000000040084240 0x78 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.16 0x00000000400842b8 0xac esp-idf/heap/libheap.a(heap_caps.c.obj) - 0xb0 (size before relaxing) - 0x00000000400842b8 heap_caps_malloc - .iram1.17 0x0000000040084364 0x41 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x49 (size before relaxing) - 0x0000000040084364 heap_caps_malloc_default - *fill* 0x00000000400843a5 0x3 - .iram1.23 0x00000000400843a8 0x37 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x3e (size before relaxing) - 0x00000000400843a8 heap_caps_free - *fill* 0x00000000400843df 0x1 - .iram1.24 0x00000000400843e0 0x116 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x12a (size before relaxing) - 0x00000000400843e0 heap_caps_realloc - *fill* 0x00000000400844f6 0x2 - .iram1.18 0x00000000400844f8 0x5e esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x62 (size before relaxing) - 0x00000000400844f8 heap_caps_realloc_default - *fill* 0x0000000040084556 0x2 - .iram1.25 0x0000000040084558 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x34 (size before relaxing) - 0x0000000040084558 heap_caps_calloc - .iram1.0 0x0000000040084588 0x42 esp-idf/esp32/libesp32.a(hw_random.c.obj) - 0x46 (size before relaxing) - 0x0000000040084588 esp_random - *fill* 0x00000000400845ca 0x2 - .iram1.0 0x00000000400845cc 0x31 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - 0x00000000400845cc esp_reset_reason_set_hint - *fill* 0x00000000400845fd 0x3 - .iram1.1 0x0000000040084600 0x2f esp-idf/esp32/libesp32.a(reset_reason.c.obj) - 0x0000000040084600 esp_reset_reason_get_hint - *fill* 0x000000004008462f 0x1 - .iram1.26 0x0000000040084630 0x52 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x0000000040084682 0x2 - .iram1.27 0x0000000040084684 0x7b esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x00000000400846ff 0x1 - .iram1.28 0x0000000040084700 0x70 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .iram1.29 0x0000000040084770 0x100 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x118 (size before relaxing) - .iram1.31 0x0000000040084870 0x24 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x28 (size before relaxing) - .iram1.30 0x0000000040084894 0x3f esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x47 (size before relaxing) - 0x0000000040084894 esp_deep_sleep_start - *fill* 0x00000000400848d3 0x1 - .iram1.15 0x00000000400848d4 0x24 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - 0x2a (size before relaxing) - 0x00000000400848d4 esp_restart - *fill* 0x00000000400848f8 0x0 - .iram1.15 0x00000000400848f8 0x15 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - *fill* 0x000000004008490d 0x3 - .iram1.16 0x0000000040084910 0x5a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x6e (size before relaxing) - 0x0000000040084910 os_timer_arm_us - 0x0000000040084910 ets_timer_arm_us - *fill* 0x000000004008496a 0x2 - .iram1.17 0x000000004008496c 0x66 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x76 (size before relaxing) - 0x000000004008496c ets_timer_arm - 0x000000004008496c os_timer_arm - *fill* 0x00000000400849d2 0x2 - .iram1.18 0x00000000400849d4 0x14 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x18 (size before relaxing) - 0x00000000400849d4 ets_timer_disarm - 0x00000000400849d4 os_timer_disarm - .iram1.0 0x00000000400849e8 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - 0x00000000400849e8 esp_mbedtls_mem_calloc - .iram1.1 0x00000000400849fc 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .literal.malloc + 0x0000000040081120 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal.realloc + 0x0000000040081120 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal.free 0x0000000040081120 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._malloc_r + 0x0000000040081120 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._free_r + 0x0000000040081120 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._realloc_r + 0x0000000040081120 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._calloc_r + 0x0000000040081120 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x8 (size before relaxing) + .literal.calloc + 0x0000000040081124 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x8 (size before relaxing) + .iram1.1 0x0000000040081124 0x69 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0x0000000040081124 esp_ota_get_app_elf_sha256 + *fill* 0x000000004008118d 0x3 + .iram1 0x0000000040081190 0xe6 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + 0x0000000040081190 xt_highint4 + 0x0000000040081276 ld_include_panic_highint_hdl + *fill* 0x0000000040081276 0x2 + .iram1.0 0x0000000040081278 0x31 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x0000000040081278 esp_reset_reason_set_hint + *fill* 0x00000000400812a9 0x3 + .iram1.1 0x00000000400812ac 0x2f esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x00000000400812ac esp_reset_reason_get_hint + *fill* 0x00000000400812db 0x1 + .iram1.0 0x00000000400812dc 0xa esp-idf/soc/libsoc.a(cpu_util.c.obj) 0xe (size before relaxing) - 0x00000000400849fc esp_mbedtls_mem_free - *fill* 0x0000000040084a06 0x2 - .iram1.4 0x0000000040084a08 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x0000000040084a0c esp_wifi_internal_update_mac_time - .iram1.2 0x0000000040084a1c 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) - 0x0000000040084a20 ieee80211_sta_is_connected - .iram1.5 0x0000000040084a34 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x13 (size before relaxing) - 0x0000000040084a34 lmacProcessCollisions - *fill* 0x0000000040084a43 0x1 - .iram1.6 0x0000000040084a44 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x13 (size before relaxing) - 0x0000000040084a44 lmacProcessAllTxTimeout - *fill* 0x0000000040084a53 0x1 - .iram1.7 0x0000000040084a54 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x13 (size before relaxing) - 0x0000000040084a54 lmacPostTxComplete - *fill* 0x0000000040084a63 0x1 - .iram1.8 0x0000000040084a64 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x28 (size before relaxing) - 0x0000000040084a68 lmacProcessRxSucData - .iram1.10 0x0000000040084a84 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x58 (size before relaxing) - 0x0000000040084a8c lmacAdjustTimestamp - .iram1.25 0x0000000040084ad4 0x1dc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x0000000040084af8 pp_post - .iram1.3 0x0000000040084cb0 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) - 0x0000000040084cb4 wifi_gpio_debug - *fill* 0x0000000040084cc7 0x1 - .iram1.7 0x0000000040084cc8 0x79 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x81 (size before relaxing) - 0x0000000040084ccc wdev_push_promis_misc_buf - *fill* 0x0000000040084d41 0x3 - .iram1.20 0x0000000040084d44 0x396 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x3f2 (size before relaxing) - 0x0000000040084d9c wDev_ProcessFiq - *fill* 0x00000000400850da 0x2 - .iram1 0x00000000400850dc 0x7f6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x90a (size before relaxing) - 0x000000004008510c pll_correct_dcap - 0x00000000400851f8 phy_unforce_wifi_chan - 0x0000000040085274 phy_dis_hw_set_freq - 0x00000000400852b0 phy_force_wifi_chan - 0x0000000040085368 ram_chip_i2c_writeReg - 0x0000000040085420 ram_chip_i2c_readReg - 0x000000004008550c phy_en_hw_set_freq - 0x0000000040085528 wifi_track_pll_cap - 0x00000000400855c4 phy_get_fetx_delay - 0x0000000040085600 btpwr_tsens_track - 0x000000004008570c btpwr_pll_track - 0x00000000400857dc bt_track_tx_power - 0x0000000040085868 bt_track_pll_cap - *fill* 0x00000000400858d2 0x2 - .iram1 0x00000000400858d4 0x405 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x435 (size before relaxing) - 0x00000000400858d8 ram_disable_agc - 0x00000000400858f0 ram_enable_agc - 0x0000000040085920 ram_write_gain_mem - 0x0000000040085998 wr_bt_tx_atten - 0x00000000400859e4 set_tx_gain_table - 0x0000000040085ac0 set_most_pwr_reg - 0x0000000040085c70 bb_wdt_rst_enable - 0x0000000040085c90 bb_wdt_int_enable - 0x0000000040085cb4 bb_wdt_timeout_clear - 0x0000000040085ccc bb_wdt_get_status - *fill* 0x0000000040085cd9 0x3 - .iram1 0x0000000040085cdc 0xd5c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0xdfc (size before relaxing) - 0x0000000040085ce4 get_target_power_offset - 0x0000000040085d2c ram_txbbgain_to_index - 0x0000000040085d64 ram_set_chan_cal_interp - 0x0000000040085e2c write_txrate_power_offset - 0x0000000040085f98 get_phy_target_power - 0x0000000040086004 ram_read_sar_dout - 0x0000000040086034 get_rate_fcc_index - 0x0000000040086114 get_rate_target_power - 0x0000000040086160 get_chan_pwr_index - 0x00000000400861e4 write_wifi_dig_gain - 0x0000000040086228 set_chan_dig_gain - 0x0000000040086464 tx_pwctrl_cal - 0x0000000040086820 wifi_11g_rate_chg - 0x0000000040086838 ram_set_txcap_reg - 0x00000000400868c0 phy_pwdet_onetime_en - 0x0000000040086918 tx_pwctrl_background - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - *fill* 0x0000000040086a38 0x0 - .iram1.20 0x0000000040086a38 0x13 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x0 - *fill* 0x0000000040086a4b 0x1 - .iram1 0x0000000040086a4c 0x2e esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) - 0x0000000040086a4c xt_debugexception - 0x0000000040086a6c xt_highint5 - 0x0000000040086a74 _xt_nmi - 0x0000000040086a74 xt_nmi - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x0 - *fill* 0x0000000040086a7a 0x2 - .iram1.12 0x0000000040086a7c 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.13 0x0000000040086a9c 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *fill* 0x0000000040086ab4 0x0 - *libesp_ringbuf.a:(.literal .literal.* .text .text.*) - .text.prvReturnItemByteBuf - 0x0000000040086ab4 0x43 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x0000000040086af7 0x1 - .text.prvGetItemByteBuf - 0x0000000040086af8 0xd7 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x0000000040086bcf 0x1 - .text.prvCheckItemFitsByteBuffer - 0x0000000040086bd0 0x5e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x0000000040086c2e 0x2 - .text.prvReturnItemDefault - 0x0000000040086c30 0x12e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x0000000040086d5e 0x2 - .text.prvGetItemDefault - 0x0000000040086d60 0x12e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x0000000040086e8e 0x2 - .text.prvAcquireItemNoSplit - 0x0000000040086e90 0xa0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvSendItemDoneNoSplit - 0x0000000040086f30 0x110 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvCheckItemFitsDefault - 0x0000000040087040 0xa4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvGetFreeSize - 0x00000000400870e4 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvCopyItemByteBuf - 0x000000004008711c 0x7a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x0000000040087196 0x2 - .text.prvCopyItemAllowSplit - 0x0000000040087198 0xec esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvCopyItemNoSplit - 0x0000000040087284 0x22 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x26 (size before relaxing) - *fill* 0x00000000400872a6 0x2 - .text.prvInitializeNewRingbuffer - 0x00000000400872a8 0xbd esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0xc1 (size before relaxing) - *fill* 0x0000000040087365 0x3 - .text.prvReceiveGeneric - 0x0000000040087368 0x12c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x138 (size before relaxing) - .text.prvReceiveGenericFromISR - 0x0000000040087494 0xd4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0xdc (size before relaxing) - .text.xRingbufferCreate - 0x0000000040087568 0xb4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0xcc (size before relaxing) - 0x0000000040087568 xRingbufferCreate - .text.xRingbufferSend - 0x000000004008761c 0xf8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x108 (size before relaxing) - 0x000000004008761c xRingbufferSend - .text.xRingbufferSendFromISR - 0x0000000040087714 0xb8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0xc0 (size before relaxing) - 0x0000000040087714 xRingbufferSendFromISR - .text.xRingbufferReceive - 0x00000000400877cc 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x42 (size before relaxing) - 0x00000000400877cc xRingbufferReceive - *fill* 0x000000004008780a 0x2 - .text.xRingbufferReceiveFromISR - 0x000000004008780c 0x3a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x3e (size before relaxing) - 0x000000004008780c xRingbufferReceiveFromISR - *fill* 0x0000000040087846 0x2 - .text.vRingbufferReturnItem - 0x0000000040087848 0x52 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x5a (size before relaxing) - 0x0000000040087848 vRingbufferReturnItem - *fill* 0x000000004008789a 0x2 - .text.vRingbufferReturnItemFromISR - 0x000000004008789c 0x4e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x56 (size before relaxing) - 0x000000004008789c vRingbufferReturnItemFromISR - *fill* 0x00000000400878ea 0x2 - .text.vRingbufferDelete - 0x00000000400878ec 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x3b (size before relaxing) - 0x00000000400878ec vRingbufferDelete - *fill* 0x000000004008791b 0x1 - .text.xRingbufferGetMaxItemSize - 0x000000004008791c 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x000000004008791c xRingbufferGetMaxItemSize - .text.prvCheckItemAvail - 0x0000000040087938 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvGetCurMaxSizeNoSplit - 0x0000000040087970 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x00000000400879ae 0x2 - .text.prvGetCurMaxSizeAllowSplit - 0x00000000400879b0 0x50 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvGetCurMaxSizeByteBuf - 0x0000000040087a00 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *fill* 0x0000000040087a20 0x0 - *libgcov.a:(.literal .literal.* .text .text.*) - *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.*(.literal .literal.* .text .text.*) - *libapp_trace.a:SEGGER_SYSVIEW.*(.literal .literal.* .text .text.*) - *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) - *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) - *libapp_trace.a:SEGGER_RTT_esp32.*(.literal .literal.* .text .text.*) - *libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.*(.literal .literal.* .text .text.*) - *liblog.a:log_freertos.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) - .text.esp_log_early_timestamp - 0x0000000040087a20 0x1e esp-idf/log/liblog.a(log_freertos.c.obj) - 0x0000000040087a20 esp_log_early_timestamp - *liblog.a:log_freertos.*(.literal.esp_log_impl_lock_timeout .text.esp_log_impl_lock_timeout) - *fill* 0x0000000040087a3e 0x2 - .text.esp_log_impl_lock_timeout - 0x0000000040087a40 0x31 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x35 (size before relaxing) - 0x0000000040087a40 esp_log_impl_lock_timeout - *fill* 0x0000000040087a71 0x0 - *liblog.a:log_freertos.*(.literal.esp_log_timestamp .text.esp_log_timestamp) - *fill* 0x0000000040087a71 0x3 - .text.esp_log_timestamp - 0x0000000040087a74 0x4f esp-idf/log/liblog.a(log_freertos.c.obj) - 0x5b (size before relaxing) - 0x0000000040087a74 esp_log_timestamp - *fill* 0x0000000040087ac3 0x0 - *liblog.a:log_freertos.*(.literal.esp_log_impl_unlock .text.esp_log_impl_unlock) - *fill* 0x0000000040087ac3 0x1 - .text.esp_log_impl_unlock - 0x0000000040087ac4 0x16 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x0000000040087ac4 esp_log_impl_unlock - *fill* 0x0000000040087ada 0x0 - *liblog.a:log.*(.literal.esp_log_write .text.esp_log_write) - *fill* 0x0000000040087ada 0x2 - .text.esp_log_write - 0x0000000040087adc 0x16a esp-idf/log/liblog.a(log.c.obj) - 0x16e (size before relaxing) - 0x0000000040087adc esp_log_write - *fill* 0x0000000040087c46 0x0 - *liblog.a:log_freertos.*(.literal.esp_log_impl_lock .text.esp_log_impl_lock) - *fill* 0x0000000040087c46 0x2 - .text.esp_log_impl_lock - 0x0000000040087c48 0x28 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x2c (size before relaxing) - 0x0000000040087c48 esp_log_impl_lock - *fill* 0x0000000040087c70 0x0 - *libpp.a:(.wifirxiram .wifirxiram.*) - .wifirxiram.3 0x0000000040087c70 0x3a6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) - 0x3c2 (size before relaxing) - 0x0000000040087c98 esf_buf_alloc - *fill* 0x0000000040088016 0x2 - .wifirxiram.4 0x0000000040088018 0xf2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) - 0x10e (size before relaxing) - 0x0000000040088020 esf_buf_recycle - *fill* 0x000000004008810a 0x2 - .wifirxiram.4 0x000000004008810c 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x6e (size before relaxing) - *fill* 0x0000000040088172 0x2 - .wifirxiram.3 0x0000000040088174 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x32 (size before relaxing) - 0x0000000040088178 pm_sleep_for - *fill* 0x000000004008819e 0x2 - .wifirxiram.5 0x00000000400881a0 0xfb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x107 (size before relaxing) - 0x00000000400881b0 pm_dream - *fill* 0x000000004008829b 0x1 - .wifirxiram.6 0x000000004008829c 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x30 (size before relaxing) - 0x000000004008829c pm_check_state - *fill* 0x00000000400882c1 0x3 - .wifirxiram.7 0x00000000400882c4 0x6b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x82 (size before relaxing) - 0x00000000400882c8 pm_rx_data_process - *fill* 0x000000004008832f 0x1 - .wifirxiram.8 0x0000000040088330 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x3f (size before relaxing) - 0x0000000040088330 pm_on_data_rx - *fill* 0x000000004008835b 0x1 - .wifirxiram.5 0x000000004008835c 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x36 (size before relaxing) - 0x0000000040088360 ppProcessRxPktHdr - *fill* 0x000000004008838e 0x2 - .wifirxiram.11 - 0x0000000040088390 0x114 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x130 (size before relaxing) - 0x00000000400883a0 ppRxProtoProc - .wifirxiram.20 - 0x00000000400884a4 0x37 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x3f (size before relaxing) - 0x00000000400884a4 ppEnqueueRxq - *fill* 0x00000000400884db 0x1 - .wifirxiram.21 - 0x00000000400884dc 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000400812dc esp_cpu_stall + *fill* 0x00000000400812e6 0x2 + .iram1.1 0x00000000400812e8 0xa esp-idf/soc/libsoc.a(cpu_util.c.obj) + 0xe (size before relaxing) + 0x00000000400812e8 esp_cpu_unstall + *fill* 0x00000000400812f2 0x2 + .iram1.2 0x00000000400812f4 0x21 esp-idf/soc/libsoc.a(cpu_util.c.obj) + 0x00000000400812f4 esp_cpu_reset + *fill* 0x0000000040081315 0x3 + .iram1.3 0x0000000040081318 0x39 esp-idf/soc/libsoc.a(cpu_util.c.obj) + 0x0000000040081318 esp_set_watchpoint + *fill* 0x0000000040081351 0x3 + .iram1.5 0x0000000040081354 0xe esp-idf/soc/libsoc.a(cpu_util.c.obj) + 0x0000000040081354 esp_cpu_in_ocd_debug_mode + *fill* 0x0000000040081362 0x2 + .iram1.23 0x0000000040081364 0x58 esp-idf/pthread/libpthread.a(pthread.c.obj) 0x64 (size before relaxing) - 0x00000000400884dc ppDequeueRxq_Locked - .wifirxiram.13 - 0x0000000040088530 0x981 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0xa29 (size before relaxing) - 0x0000000040088550 ppRxPkt - *fill* 0x0000000040088eb1 0x3 - .wifirxiram.7 0x0000000040088eb4 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x64 (size before relaxing) - 0x0000000040088ebc rc_get_trc - .wifirxiram.13 - 0x0000000040088f14 0x329 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x351 (size before relaxing) - 0x0000000040088f44 wDev_Rxbuf_Init - *fill* 0x000000004008923d 0x3 - .wifirxiram.21 - 0x0000000040089240 0x1c8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x1f0 (size before relaxing) - 0x0000000040089264 wDev_AppendRxBlocks - .wifirxiram.12 - 0x0000000040089408 0xe8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0xf6a (size before relaxing) - 0x000000004008945c wdevProcessRxSucDataAll - *fill* 0x000000004008a296 0x2 - .wifirxiram.22 - 0x000000004008a298 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0xd4 (size before relaxing) - 0x000000004008a2a4 wDevCheckBlockError - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *fill* 0x000000004008a358 0x0 - *libpp.a:(.wifi0iram .wifi0iram.*) - .wifi0iram.12 0x000000004008a358 0x9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0xb4 (size before relaxing) - .wifi0iram.2 0x000000004008a3f4 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x15 (size before relaxing) - 0x000000004008a3f4 GetAccess - *fill* 0x000000004008a405 0x3 - .wifi0iram.3 0x000000004008a408 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0xe8 (size before relaxing) - 0x000000004008a408 lmacRecycleMPDU - .wifi0iram.9 0x000000004008a4b8 0x5d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .iram1.24 0x00000000400813bc 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x00000000400813bc pthread_mutex_lock + *fill* 0x00000000400813de 0x2 + .iram1.27 0x00000000400813e0 0x65 esp-idf/pthread/libpthread.a(pthread.c.obj) 0x6d (size before relaxing) - 0x000000004008a4b8 lmacMSDUAged - *fill* 0x000000004008a515 0x3 - .wifi0iram.11 0x000000004008a518 0x23b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x263 (size before relaxing) - 0x000000004008a52c lmacTxFrame - *fill* 0x000000004008a753 0x1 - .wifi0iram.4 0x000000004008a754 0x326 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x35e (size before relaxing) - *fill* 0x000000004008aa7a 0x2 - .wifi0iram.13 0x000000004008aa7c 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x20 (size before relaxing) - 0x000000004008aa7c is_lmac_idle - .wifi0iram.7 0x000000004008aa98 0xb7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0xc3 (size before relaxing) - 0x000000004008aa98 ppTxProtoProc - *fill* 0x000000004008ab4f 0x1 - .wifi0iram.23 0x000000004008ab50 0x19d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x1a5 (size before relaxing) - 0x000000004008ab50 ppSearchTxQueue - *fill* 0x000000004008aced 0x3 - .wifi0iram.22 0x000000004008acf0 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x134 (size before relaxing) - 0x000000004008acf8 ppSearchTxframe - .wifi0iram.24 0x000000004008ae10 0x1de /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x206 (size before relaxing) - 0x000000004008ae18 ppMapTxQueue - *fill* 0x000000004008afee 0x2 - .wifi0iram.26 0x000000004008aff0 0x13f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x16b (size before relaxing) - 0x000000004008affc ppProcTxSecFrame - *fill* 0x000000004008b12f 0x1 - .wifi0iram.27 0x000000004008b130 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x6c (size before relaxing) - 0x000000004008b13c ppCalFrameTimes - .wifi0iram.18 0x000000004008b198 0x61c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x658 (size before relaxing) - 0x000000004008b1a8 ppCalTxAMPDULength - .wifi0iram.10 0x000000004008b7b4 0x232 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x276 (size before relaxing) - 0x000000004008b7c0 ppProcessTxQ - *fill* 0x000000004008b9e6 0x2 - .wifi0iram.9 0x000000004008b9e8 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000400813e0 pthread_mutex_unlock + *fill* 0x0000000040081445 0x3 + .iram1.24 0x0000000040081448 0x2c esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + 0x30 (size before relaxing) + 0x0000000040081448 esp_cache_err_get_cpuid + .iram1.4 0x0000000040081474 0x10 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x0000000040081474 esp_clk_cpu_freq + .iram1.5 0x0000000040081484 0x15 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x0000000040081484 esp_clk_apb_freq + *fill* 0x0000000040081499 0x3 + .iram1.7 0x000000004008149c 0xf esp-idf/esp32/libesp32.a(clk.c.obj) + 0x000000004008149c ets_update_cpu_frequency + *fill* 0x00000000400814ab 0x1 + .iram1.33 0x00000000400814ac 0x165 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x185 (size before relaxing) + 0x00000000400814ac start_cpu0_default + 0x00000000400814ac start_cpu0 + *fill* 0x0000000040081611 0x3 + .iram1.35 0x0000000040081614 0x3e esp-idf/esp32/libesp32.a(cpu_start.c.obj) 0x46 (size before relaxing) - 0x000000004008b9f0 ppProcessAllTxQ - *fill* 0x000000004008ba2a 0x2 - .wifi0iram.19 0x000000004008ba2c 0x5a3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x61e (size before relaxing) - 0x000000004008ba38 ppResortTxAMPDU - *fill* 0x000000004008bfcf 0x1 - .wifi0iram.6 0x000000004008bfd0 0x28f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x2cb (size before relaxing) - 0x000000004008c008 ppTask - *fill* 0x000000004008c25f 0x1 - .wifi0iram.8 0x000000004008c260 0x2b2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x31a (size before relaxing) - 0x000000004008c26c ppTxPkt - *fill* 0x000000004008c512 0x2 - .wifi0iram.2 0x000000004008c514 0xd6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0xe2 (size before relaxing) - 0x000000004008c518 rcUpdateTxDone - *fill* 0x000000004008c5ea 0x2 - .wifi0iram.3 0x000000004008c5ec 0x902 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x97a (size before relaxing) - 0x000000004008c61c rcUpdateTxDoneAmpdu2 - *fill* 0x000000004008ceee 0x2 - .wifi0iram.4 0x000000004008cef0 0x47e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x496 (size before relaxing) - 0x000000004008cf28 rcGetSched - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x0 - *fill* 0x000000004008d36e 0x2 - .wifi0iram.5 0x000000004008d370 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x000000004008d370 trc_isTxAmpduOperational - *fill* 0x000000004008d382 0x2 - .wifi0iram.6 0x000000004008d384 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x000000004008d384 trc_tid_isTxAmpduOperational - *libgcc.a:_divsf3.*(.literal .literal.* .text .text.*) - *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) - *fill* 0x000000004008d39b 0x1 - .text 0x000000004008d39c 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) - 0x000000004008d39c __xtensa_libgcc_window_spill - 0x000000004008d3bc __xtensa_nonlocal_goto - 0x000000004008d3fc __xtensa_sync_caches + 0x0000000040081614 start_cpu1 + 0x0000000040081614 start_cpu1_default + *fill* 0x0000000040081652 0x2 + .iram1.37 0x0000000040081654 0x4e esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x56 (size before relaxing) + *fill* 0x00000000400816a2 0x2 + .iram1.36 0x00000000400816a4 0x1c4 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x216 (size before relaxing) + 0x00000000400816a4 call_start_cpu0 + *fill* 0x0000000040081868 0x0 + .iram1.28 0x0000000040081868 0x58 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x5c (size before relaxing) + .iram1.27 0x00000000400818c0 0x44 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x4c (size before relaxing) + .iram1.29 0x0000000040081904 0xf esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x0000000040081904 esp_crosscore_int_send_yield + *fill* 0x0000000040081913 0x1 + .iram1.26 0x0000000040081914 0xb6 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x0000000040081914 esp_dport_access_stall_other_cpu_start + *fill* 0x00000000400819ca 0x2 + .iram1.27 0x00000000400819cc 0x83 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x00000000400819cc esp_dport_access_stall_other_cpu_end + *fill* 0x0000000040081a4f 0x1 + .iram1.29 0x0000000040081a50 0x14 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x0000000040081a50 esp_dport_access_int_abort + .iram1.32 0x0000000040081a64 0x15 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x0000000040081a64 esp_dport_access_reg_read + *fill* 0x0000000040081a79 0x3 + .iram1.33 0x0000000040081a7c 0xc esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x0000000040081a7c esp_dport_access_sequence_reg_read + .iram1.31 0x0000000040081a88 0x2a esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x0000000040081a88 esp_dport_access_read_buffer + *fill* 0x0000000040081ab2 0x2 + .iram1.22 0x0000000040081ab4 0x56 esp-idf/esp32/libesp32.a(int_wdt.c.obj) + *fill* 0x0000000040081b0a 0x2 + .iram1.22 0x0000000040081b0c 0x39 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x3c (size before relaxing) + *fill* 0x0000000040081b45 0x3 + .iram1.24 0x0000000040081b48 0xad esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0xb9 (size before relaxing) + 0x0000000040081b48 esp_intr_enable + *fill* 0x0000000040081bf5 0x3 + .iram1.25 0x0000000040081bf8 0xfb esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x117 (size before relaxing) + 0x0000000040081bf8 esp_intr_disable + *fill* 0x0000000040081cf3 0x1 + .iram1.26 0x0000000040081cf4 0x52 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x0000000040081cf4 esp_intr_noniram_disable + *fill* 0x0000000040081d46 0x2 + .iram1.27 0x0000000040081d48 0x41 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x0000000040081d48 esp_intr_noniram_enable + *fill* 0x0000000040081d89 0x3 + .iram1.32 0x0000000040081d8c 0x16f esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + 0x1bb (size before relaxing) + 0x0000000040081d8c esp_restart_noos + *fill* 0x0000000040081efb 0x1 + .iram1.21 0x0000000040081efc 0x2b esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x0000000040081efc esp_vApplicationTickHook + *fill* 0x0000000040081f27 0x1 + .iram1.22 0x0000000040081f28 0xa0 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0xa4 (size before relaxing) + .iram1.31 0x0000000040081fc8 0x13 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x0000000040081fdb 0x1 + .iram1.28 0x0000000040081fdc 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x23 (size before relaxing) + *fill* 0x0000000040081ff8 0x0 + .iram1.25 0x0000000040081ff8 0x86 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000004008207e 0x2 + .iram1.29 0x0000000040082080 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x23 (size before relaxing) + *fill* 0x000000004008209c 0x0 + .iram1.26 0x000000004008209c 0x2c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x30 (size before relaxing) + .iram1.30 0x00000000400820c8 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x20 (size before relaxing) + .iram1.24 0x00000000400820e4 0x31 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x39 (size before relaxing) + 0x00000000400820e4 esp_timer_stop + *fill* 0x0000000040082115 0x3 + .iram1.33 0x0000000040082118 0xf esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x0000000040082118 esp_timer_get_time + *fill* 0x0000000040082127 0x1 + .iram1.22 0x0000000040082128 0x57 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x67 (size before relaxing) + 0x0000000040082128 esp_timer_start_once + *fill* 0x000000004008217f 0x1 + .iram1.23 0x0000000040082180 0x69 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x81 (size before relaxing) + 0x0000000040082180 esp_timer_start_periodic + *fill* 0x00000000400821e9 0x3 + .iram1.24 0x00000000400821ec 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + *fill* 0x0000000040082206 0x2 + .iram1.21 0x0000000040082208 0x51 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x0000000040082208 esp_timer_impl_get_counter_reg + *fill* 0x0000000040082259 0x3 + .iram1.22 0x000000004008225c 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x17 (size before relaxing) + 0x000000004008225c esp_timer_impl_get_time + *fill* 0x0000000040082270 0x0 + .iram1.23 0x0000000040082270 0xe4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0xf7 (size before relaxing) + 0x0000000040082270 esp_timer_impl_set_alarm + *fill* 0x0000000040082354 0x0 + .iram1.25 0x0000000040082354 0x63 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x0000000040082354 esp_timer_impl_update_apb_freq + 0x0000000040082354 esp_timer_private_update_apb_freq + *fill* 0x00000000400823b7 0x1 + .iram1.26 0x00000000400823b8 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400823b8 esp_timer_impl_get_min_period_us + *fill* 0x00000000400823c3 0x1 + .iram1.22 0x00000000400823c4 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) + 0x00000000400823c4 xPortInterruptedFromISRContext + *fill* 0x00000000400823e2 0x2 + .iram1 0x00000000400823e4 0x490 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040082498 _xt_user_exit + 0x00000000400827b0 _xt_medint2_exit + 0x0000000040082860 _xt_medint3_exit + .iram1.22 0x0000000040082874 0x34 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x43 (size before relaxing) + *fill* 0x00000000400828a8 0x0 + .iram1.26 0x00000000400828a8 0x9e esp-idf/newlib/libnewlib.a(locks.c.obj) + 0xb6 (size before relaxing) + *fill* 0x0000000040082946 0x2 + .iram1.31 0x0000000040082948 0x46 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4e (size before relaxing) + *fill* 0x000000004008298e 0x2 + .iram1.23 0x0000000040082990 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040082990 _lock_init + *fill* 0x00000000400829a3 0x1 + .iram1.24 0x00000000400829a4 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x00000000400829a4 _lock_init_recursive + *fill* 0x00000000400829b7 0x1 + .iram1.25 0x00000000400829b8 0x3b esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x43 (size before relaxing) + 0x00000000400829b8 _lock_close + 0x00000000400829b8 _lock_close_recursive + *fill* 0x00000000400829f3 0x1 + .iram1.27 0x00000000400829f4 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x12 (size before relaxing) + 0x00000000400829f4 _lock_acquire + *fill* 0x0000000040082a02 0x2 + .iram1.28 0x0000000040082a04 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x12 (size before relaxing) + 0x0000000040082a04 _lock_acquire_recursive + *fill* 0x0000000040082a12 0x2 + .iram1.29 0x0000000040082a14 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + 0x0000000040082a14 _lock_try_acquire + .iram1.30 0x0000000040082a24 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + 0x0000000040082a24 _lock_try_acquire_recursive + .iram1.32 0x0000000040082a34 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040082a34 _lock_release + *fill* 0x0000000040082a43 0x1 + .iram1.33 0x0000000040082a44 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040082a44 _lock_release_recursive + *fill* 0x0000000040082a53 0x1 + .iram1.0 0x0000000040082a54 0x37 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x0000000040082a54 esp_reent_init + *fill* 0x0000000040082a8b 0x1 + .iram1.23 0x0000000040082a8c 0x4a esp-idf/newlib/libnewlib.a(time.c.obj) + 0x0000000040082a8c _gettimeofday_r + *fill* 0x0000000040082ad6 0x2 + .iram1.22 0x0000000040082ad8 0x29 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x2d (size before relaxing) + 0x0000000040082ad8 _times_r + *fill* 0x0000000040082b01 0x3 + .iram1.19 0x0000000040082b04 0xa9 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + 0x0000000040082b04 esp_backtrace_get_next_frame + *fill* 0x0000000040082bad 0x3 + .iram1.0 0x0000000040082bb0 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x0000000040082bb0 bootloader_flash_cs_timing_config + *fill* 0x0000000040082c1e 0x2 + .iram1.1 0x0000000040082c20 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x0000000040082c20 bootloader_flash_clock_config + *fill* 0x0000000040082c5e 0x2 + .iram1.2 0x0000000040082c60 0x240 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x0000000040082c60 bootloader_flash_gpio_config + .iram1.3 0x0000000040082ea0 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x0000000040082ea0 bootloader_flash_dummy_config + .iram1.39 0x0000000040082f50 0x64 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x6c (size before relaxing) + .iram1.33 0x0000000040082fb4 0x46 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x52 (size before relaxing) + 0x0000000040082fb4 spi_flash_op_block_func + *fill* 0x0000000040082ffa 0x2 + .iram1.38 0x0000000040082ffc 0x66 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x6e (size before relaxing) + *fill* 0x0000000040083062 0x2 + .iram1.34 0x0000000040083064 0x11b esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x12f (size before relaxing) + 0x0000000040083064 spi_flash_disable_interrupts_caches_and_other_cpu + *fill* 0x000000004008317f 0x1 + .iram1.35 0x0000000040083180 0xa1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0xa9 (size before relaxing) + 0x0000000040083180 spi_flash_enable_interrupts_caches_and_other_cpu + *fill* 0x0000000040083221 0x3 + .iram1.40 0x0000000040083224 0x25 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x29 (size before relaxing) + 0x0000000040083224 spi_flash_cache_enabled + *fill* 0x0000000040083249 0x3 + .iram1.41 0x000000004008324c 0xf esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x000000004008324c spi_flash_enable_cache + *fill* 0x000000004008325b 0x1 + .iram1.33 0x000000004008325c 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000000004008325c spi_flash_guard_set + *fill* 0x0000000040083266 0x2 + .iram1.35 0x0000000040083268 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x0000000040083268 spi_flash_get_chip_size + *fill* 0x0000000040083272 0x2 + .iram1.41 0x0000000040083274 0x32 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x0000000040083274 spi_flash_erase_sector + *fill* 0x00000000400832a6 0x2 + .iram1.39 0x00000000400832a8 0x76 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x7a (size before relaxing) + *fill* 0x000000004008331e 0x2 + .iram1.23 0x0000000040083320 0x7c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x84 (size before relaxing) + .iram1.22 0x000000004008339c 0x36 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x3e (size before relaxing) + 0x000000004008339c esp_flash_read_chip_id + *fill* 0x00000000400833d2 0x2 + .iram1.25 0x00000000400833d4 0x74 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x7c (size before relaxing) + 0x00000000400833d4 esp_flash_get_size + .iram1.21 0x0000000040083448 0xe2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0xfa (size before relaxing) + 0x0000000040083448 esp_flash_init + *fill* 0x000000004008352a 0x2 + .iram1.27 0x000000004008352c 0x1e8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x1f4 (size before relaxing) + 0x000000004008352c esp_flash_erase_region + .iram1.32 0x0000000040083714 0x153 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x157 (size before relaxing) + 0x0000000040083714 esp_flash_read + *fill* 0x0000000040083867 0x1 + .iram1.33 0x0000000040083868 0xf0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0xf4 (size before relaxing) + 0x0000000040083868 esp_flash_write + .iram1.40 0x0000000040083958 0x16 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x1a (size before relaxing) + 0x0000000040083958 spi_flash_erase_range + *fill* 0x000000004008396e 0x2 + .iram1.41 0x0000000040083970 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x1b (size before relaxing) + 0x0000000040083970 spi_flash_write + *fill* 0x0000000040083987 0x1 + .iram1.42 0x0000000040083988 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x1b (size before relaxing) + 0x0000000040083988 spi_flash_read + *fill* 0x000000004008399f 0x1 + .iram1.2 0x00000000400839a0 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.3 0x00000000400839b0 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.4 0x00000000400839c0 0x1d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x00000000400839dd 0x3 + .iram1.5 0x00000000400839e0 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x00000000400839fe 0x2 + .iram1.11 0x0000000040083a00 0x1d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + *fill* 0x0000000040083a1d 0x3 + .iram1.10 0x0000000040083a20 0x3f esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x57 (size before relaxing) + *fill* 0x0000000040083a5f 0x1 + .iram1.9 0x0000000040083a60 0x23 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x2f (size before relaxing) + *fill* 0x0000000040083a83 0x1 + .iram1.33 0x0000000040083a84 0x25 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x0000000040083aa9 0x3 + .iram1.32 0x0000000040083aac 0x84 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x8c (size before relaxing) + .iram1.41 0x0000000040083b30 0x64 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.38 0x0000000040083b94 0x1a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x22 (size before relaxing) + *fill* 0x0000000040083bae 0x2 + .iram1.35 0x0000000040083bb0 0x232 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x256 (size before relaxing) + 0x0000000040083bb0 spi_flash_mmap_pages + *fill* 0x0000000040083de2 0x2 + .iram1.34 0x0000000040083de4 0x75 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x79 (size before relaxing) + 0x0000000040083de4 spi_flash_mmap + *fill* 0x0000000040083e59 0x3 + .iram1.36 0x0000000040083e5c 0xa0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0xa6 (size before relaxing) + 0x0000000040083e5c spi_flash_munmap + *fill* 0x0000000040083efc 0x0 + .iram1.42 0x0000000040083efc 0x6b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x77 (size before relaxing) + 0x0000000040083efc spi_flash_check_and_flush_cache + *fill* 0x0000000040083f67 0x1 + .iram1.22 0x0000000040083f68 0x24 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x2a (size before relaxing) + 0x0000000040083f68 esp_restart + *fill* 0x0000000040083f8c 0x0 + .iram1 0x0000000040083f8c 0x42 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x0000000040083f8c _xt_panic + *fill* 0x0000000040083fce 0x2 + .iram1.39 0x0000000040083fd0 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040083fde 0x2 + .iram1.27 0x0000000040083fe0 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + 0x0000000040083fe0 wifi_malloc + .iram1.28 0x0000000040083fec 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x0000000040083fec wifi_realloc + *fill* 0x0000000040083ffd 0x3 + .iram1.29 0x0000000040084000 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x0000000040084000 wifi_calloc + *fill* 0x0000000040084011 0x3 + .iram1.43 0x0000000040084014 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040084026 0x2 + .iram1.30 0x0000000040084028 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x20 (size before relaxing) + .iram1.46 0x0000000040084044 0x22 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040084066 0x2 + .iram1.45 0x0000000040084068 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.44 0x000000004008407c 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.42 0x0000000040084090 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400840a2 0x2 + .iram1.41 0x00000000400840a4 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400840ae 0x2 + .iram1.40 0x00000000400840b0 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400840c2 0x2 + .iram1.26 0x00000000400840c4 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400840cc 0x0 + .iram1.25 0x00000000400840cc 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400840d4 0x0 + .iram1.38 0x00000000400840d4 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400840e9 0x3 + .iram1.37 0x00000000400840ec 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + .iram1.36 0x00000000400840f8 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040084109 0x3 + .iram1.33 0x000000004008410c 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xb (size before relaxing) + *fill* 0x0000000040084114 0x0 + .iram1.32 0x0000000040084114 0x1a esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x21 (size before relaxing) + *fill* 0x000000004008412e 0x2 + .iram1.31 0x0000000040084130 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x24 (size before relaxing) + .iram1.26 0x000000004008414c 0x1e esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x25 (size before relaxing) + 0x000000004008414c phy_enter_critical + *fill* 0x000000004008416a 0x2 + .iram1.27 0x000000004008416c 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x23 (size before relaxing) + 0x000000004008416c phy_exit_critical + *fill* 0x0000000040084188 0x0 + .iram1.30 0x0000000040084188 0x54 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x63 (size before relaxing) + 0x0000000040084188 esp_phy_common_clock_enable + *fill* 0x00000000400841dc 0x0 + .iram1.31 0x00000000400841dc 0x61 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x74 (size before relaxing) + 0x00000000400841dc esp_phy_common_clock_disable + *fill* 0x000000004008423d 0x3 + .iram1.29 0x0000000040084240 0x23 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x0000000040084263 0x1 + .iram1.22 0x0000000040084264 0x81 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x00000000400842e5 0x3 + .iram1.23 0x00000000400842e8 0xac esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xb0 (size before relaxing) + 0x00000000400842e8 heap_caps_malloc + .iram1.24 0x0000000040084394 0x41 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x49 (size before relaxing) + 0x0000000040084394 heap_caps_malloc_default + *fill* 0x00000000400843d5 0x3 + .iram1.30 0x00000000400843d8 0x37 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x3e (size before relaxing) + 0x00000000400843d8 heap_caps_free + *fill* 0x000000004008440f 0x1 + .iram1.31 0x0000000040084410 0x116 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x12a (size before relaxing) + 0x0000000040084410 heap_caps_realloc + *fill* 0x0000000040084526 0x2 + .iram1.25 0x0000000040084528 0x5e esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x62 (size before relaxing) + 0x0000000040084528 heap_caps_realloc_default + *fill* 0x0000000040084586 0x2 + .iram1.32 0x0000000040084588 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x34 (size before relaxing) + 0x0000000040084588 heap_caps_calloc + .iram1.0 0x00000000400845b8 0x42 esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x46 (size before relaxing) + 0x00000000400845b8 esp_random + *fill* 0x00000000400845fa 0x2 + .iram1.33 0x00000000400845fc 0x52 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x000000004008464e 0x2 + .iram1.34 0x0000000040084650 0x7b esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x00000000400846cb 0x1 + .iram1.35 0x00000000400846cc 0x70 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .iram1.36 0x000000004008473c 0x100 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x118 (size before relaxing) + .iram1.38 0x000000004008483c 0x24 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x28 (size before relaxing) + .iram1.37 0x0000000040084860 0x3f esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x47 (size before relaxing) + 0x0000000040084860 esp_deep_sleep_start + *fill* 0x000000004008489f 0x1 + .iram1.22 0x00000000400848a0 0x15 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x00000000400848b5 0x3 + .iram1.23 0x00000000400848b8 0x62 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x6e (size before relaxing) + 0x00000000400848b8 os_timer_arm_us + 0x00000000400848b8 ets_timer_arm_us + *fill* 0x000000004008491a 0x2 + .iram1.24 0x000000004008491c 0x6a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x76 (size before relaxing) + 0x000000004008491c ets_timer_arm + 0x000000004008491c os_timer_arm + *fill* 0x0000000040084986 0x2 + .iram1.25 0x0000000040084988 0x14 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x18 (size before relaxing) + 0x0000000040084988 ets_timer_disarm + 0x0000000040084988 os_timer_disarm + .iram1.0 0x000000004008499c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x000000004008499c esp_mbedtls_mem_calloc + .iram1.1 0x00000000400849b0 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0xe (size before relaxing) + 0x00000000400849b0 esp_mbedtls_mem_free + *fill* 0x00000000400849ba 0x2 + .iram1.4 0x00000000400849bc 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x00000000400849c0 esp_wifi_internal_update_mac_time + .iram1.2 0x00000000400849d0 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x00000000400849d4 ieee80211_sta_is_connected + .iram1.5 0x00000000400849e8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x13 (size before relaxing) + 0x00000000400849e8 lmacProcessCollisions + *fill* 0x00000000400849f7 0x1 + .iram1.6 0x00000000400849f8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x13 (size before relaxing) + 0x00000000400849f8 lmacProcessAllTxTimeout + *fill* 0x0000000040084a07 0x1 + .iram1.7 0x0000000040084a08 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x13 (size before relaxing) + 0x0000000040084a08 lmacPostTxComplete + *fill* 0x0000000040084a17 0x1 + .iram1.8 0x0000000040084a18 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x28 (size before relaxing) + 0x0000000040084a1c lmacProcessRxSucData + .iram1.10 0x0000000040084a38 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x58 (size before relaxing) + 0x0000000040084a40 lmacAdjustTimestamp + .iram1.25 0x0000000040084a88 0x18d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x191 (size before relaxing) + 0x0000000040084aac pp_post + *fill* 0x0000000040084c15 0x3 + .iram1.3 0x0000000040084c18 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000040084c1c wifi_gpio_debug + *fill* 0x0000000040084c2f 0x1 + .iram1.7 0x0000000040084c30 0x79 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x81 (size before relaxing) + 0x0000000040084c34 wdev_push_promis_misc_buf + *fill* 0x0000000040084ca9 0x3 + .iram1.20 0x0000000040084cac 0x396 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x3f2 (size before relaxing) + 0x0000000040084d04 wDev_ProcessFiq + *fill* 0x0000000040085042 0x2 + .iram1 0x0000000040085044 0x7f6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x90a (size before relaxing) + 0x0000000040085074 pll_correct_dcap + 0x0000000040085160 phy_unforce_wifi_chan + 0x00000000400851dc phy_dis_hw_set_freq + 0x0000000040085218 phy_force_wifi_chan + 0x00000000400852d0 ram_chip_i2c_writeReg + 0x0000000040085388 ram_chip_i2c_readReg + 0x0000000040085474 phy_en_hw_set_freq + 0x0000000040085490 wifi_track_pll_cap + 0x000000004008552c phy_get_fetx_delay + 0x0000000040085568 btpwr_tsens_track + 0x0000000040085674 btpwr_pll_track + 0x0000000040085744 bt_track_tx_power + 0x00000000400857d0 bt_track_pll_cap + *fill* 0x000000004008583a 0x2 + .iram1 0x000000004008583c 0x405 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x435 (size before relaxing) + 0x0000000040085840 ram_disable_agc + 0x0000000040085858 ram_enable_agc + 0x0000000040085888 ram_write_gain_mem + 0x0000000040085900 wr_bt_tx_atten + 0x000000004008594c set_tx_gain_table + 0x0000000040085a28 set_most_pwr_reg + 0x0000000040085bd8 bb_wdt_rst_enable + 0x0000000040085bf8 bb_wdt_int_enable + 0x0000000040085c1c bb_wdt_timeout_clear + 0x0000000040085c34 bb_wdt_get_status + *fill* 0x0000000040085c41 0x3 + .iram1 0x0000000040085c44 0xd5c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0xdfc (size before relaxing) + 0x0000000040085c4c get_target_power_offset + 0x0000000040085c94 ram_txbbgain_to_index + 0x0000000040085ccc ram_set_chan_cal_interp + 0x0000000040085d94 write_txrate_power_offset + 0x0000000040085f00 get_phy_target_power + 0x0000000040085f6c ram_read_sar_dout + 0x0000000040085f9c get_rate_fcc_index + 0x000000004008607c get_rate_target_power + 0x00000000400860c8 get_chan_pwr_index + 0x000000004008614c write_wifi_dig_gain + 0x0000000040086190 set_chan_dig_gain + 0x00000000400863cc tx_pwctrl_cal + 0x0000000040086788 wifi_11g_rate_chg + 0x00000000400867a0 ram_set_txcap_reg + 0x0000000040086828 phy_pwdet_onetime_en + 0x0000000040086880 tx_pwctrl_background + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + *fill* 0x00000000400869a0 0x0 + .iram1.27 0x00000000400869a0 0x13 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x0 + *fill* 0x00000000400869b3 0x1 + .iram1 0x00000000400869b4 0x2e esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + 0x00000000400869b4 xt_debugexception + 0x00000000400869d4 xt_highint5 + 0x00000000400869dc _xt_nmi + 0x00000000400869dc xt_nmi + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x0 + *fill* 0x00000000400869e2 0x2 + .iram1.19 0x00000000400869e4 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.20 0x0000000040086a04 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *fill* 0x0000000040086a1c 0x0 + *libxtensa.a:eri.*(.literal .literal.* .text .text.*) + *libxtensa.a:stdatomic.*(.literal .literal.* .text .text.*) + *libhal.a:(.literal .literal.* .text .text.*) + .text 0x0000000040086a1c 0x137 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) + 0x0000000040086a1c xthal_spill_registers_into_stack_nw + 0x0000000040086a1c xthal_window_spill_nw + 0x0000000040086b30 xthal_window_spill + *fill* 0x0000000040086b53 0x1 + .text 0x0000000040086b54 0x8 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(int_asm--set_intclear.o) + 0x0000000040086b54 xthal_set_intclear + .text 0x0000000040086b5c 0x3e /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--restore_extra_nw.o) + 0x0000000040086b5c xthal_restore_extra_nw + *fill* 0x0000000040086b9a 0x2 + .text 0x0000000040086b9c 0x3e /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--save_extra_nw.o) + 0x0000000040086b9c xthal_save_extra_nw + *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040086bda 0x2 + .text.spi_flash_chip_generic_detect_size + 0x0000000040086bdc 0x25 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086bdc spi_flash_chip_generic_detect_size + *fill* 0x0000000040086c01 0x3 + .text.spi_flash_chip_generic_erase_chip + 0x0000000040086c04 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086c04 spi_flash_chip_generic_erase_chip + .text.spi_flash_chip_generic_write_encrypted + 0x0000000040086c4c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086c4c spi_flash_chip_generic_write_encrypted + .text.spi_flash_common_read_status_16b_rdsr_rdsr2 + 0x0000000040086c54 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x38 (size before relaxing) + 0x0000000040086c54 spi_flash_common_read_status_16b_rdsr_rdsr2 + .text.spi_flash_common_write_status_16b_wrsr + 0x0000000040086c88 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086c88 spi_flash_common_write_status_16b_wrsr + *fill* 0x0000000040086c9d 0x3 + .text.spi_flash_chip_generic_get_write_protect + 0x0000000040086ca0 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086ca0 spi_flash_chip_generic_get_write_protect + .text.spi_flash_chip_generic_wait_idle + 0x0000000040086cd8 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x5c (size before relaxing) + 0x0000000040086cd8 spi_flash_chip_generic_wait_idle + .text.spi_flash_chip_generic_config_host_io_mode + 0x0000000040086d30 0x5e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086d30 spi_flash_chip_generic_config_host_io_mode + *fill* 0x0000000040086d8e 0x2 + .text.spi_flash_chip_generic_read + 0x0000000040086d90 0x5d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x65 (size before relaxing) + 0x0000000040086d90 spi_flash_chip_generic_read + *fill* 0x0000000040086ded 0x3 + .text.spi_flash_common_read_status_8b_rdsr2 + 0x0000000040086df0 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086df0 spi_flash_common_read_status_8b_rdsr2 + *fill* 0x0000000040086e05 0x3 + .text.spi_flash_chip_generic_get_io_mode + 0x0000000040086e08 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x20 (size before relaxing) + 0x0000000040086e08 spi_flash_chip_generic_get_io_mode + .text.spi_flash_common_read_status_8b_rdsr + 0x0000000040086e24 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086e24 spi_flash_common_read_status_8b_rdsr + *fill* 0x0000000040086e39 0x3 + .text.spi_flash_common_write_status_8b_wrsr + 0x0000000040086e3c 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086e3c spi_flash_common_write_status_8b_wrsr + *fill* 0x0000000040086e51 0x3 + .text.spi_flash_common_write_status_8b_wrsr2 + 0x0000000040086e54 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086e54 spi_flash_common_write_status_8b_wrsr2 + *fill* 0x0000000040086e69 0x3 + .text.spi_flash_chip_generic_set_io_mode + 0x0000000040086e6c 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086e6c spi_flash_chip_generic_set_io_mode + *fill* 0x0000000040086e84 0x0 + .text.spi_flash_chip_generic_probe + 0x0000000040086e84 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086e84 spi_flash_chip_generic_probe + *fill* 0x0000000040086e8b 0x1 + .text.spi_flash_chip_generic_reset + 0x0000000040086e8c 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086e8c spi_flash_chip_generic_reset + *fill* 0x0000000040086ed8 0x0 + .text.spi_flash_chip_generic_erase_sector + 0x0000000040086ed8 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086ed8 spi_flash_chip_generic_erase_sector + .text.spi_flash_chip_generic_erase_block + 0x0000000040086f24 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086f24 spi_flash_chip_generic_erase_block + .text.spi_flash_chip_generic_page_program + 0x0000000040086f70 0x31 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086f70 spi_flash_chip_generic_page_program + *fill* 0x0000000040086fa1 0x3 + .text.spi_flash_chip_generic_write + 0x0000000040086fa4 0x7a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040086fa4 spi_flash_chip_generic_write + *fill* 0x000000004008701e 0x2 + .text.spi_flash_chip_generic_set_write_protect + 0x0000000040087020 0x3b esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040087020 spi_flash_chip_generic_set_write_protect + *fill* 0x000000004008705b 0x1 + .text.spi_flash_common_read_qe_sr + 0x000000004008705c 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x0000000040087085 0x3 + .text.spi_flash_common_write_qe_sr + 0x0000000040087088 0x31 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x00000000400870b9 0x0 + *fill* 0x00000000400870b9 0x3 + .text.spi_flash_generic_wait_host_idle + 0x00000000400870bc 0x3a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000400870bc spi_flash_generic_wait_host_idle + *fill* 0x00000000400870f6 0x0 + *fill* 0x00000000400870f6 0x0 + *fill* 0x00000000400870f6 0x0 + *fill* 0x00000000400870f6 0x0 + *fill* 0x00000000400870f6 0x0 + *fill* 0x00000000400870f6 0x0 + *fill* 0x00000000400870f6 0x2 + .text.spi_flash_common_set_io_mode + 0x00000000400870f8 0x78 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000400870f8 spi_flash_common_set_io_mode + *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) + .text.memspi_host_read_id_hs + 0x0000000040087170 0x79 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x7d (size before relaxing) + 0x0000000040087170 memspi_host_read_id_hs + *fill* 0x00000000400871e9 0x3 + .text.memspi_host_flush_cache + 0x00000000400871ec 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x1c (size before relaxing) + 0x00000000400871ec memspi_host_flush_cache + .text.memspi_host_read_status_hs + 0x0000000040087204 0x2d esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040087204 memspi_host_read_status_hs + *fill* 0x0000000040087231 0x0 + *fill* 0x0000000040087231 0x0 + *libspi_flash.a:spi_flash_rom_patch.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040087231 0x3 + .text.spi_flash_chip_gd_probe + 0x0000000040087234 0x41 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x0000000040087234 spi_flash_chip_gd_probe + *fill* 0x0000000040087275 0x3 + .text.spi_flash_chip_gd_set_io_mode + 0x0000000040087278 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x0000000040087278 spi_flash_chip_gd_set_io_mode + .text.spi_flash_chip_gd_get_io_mode + 0x00000000400872bc 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x20 (size before relaxing) + 0x00000000400872bc spi_flash_chip_gd_get_io_mode + *fill* 0x00000000400872d8 0x0 + *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) + .text.spi_flash_chip_issi_probe + 0x00000000400872d8 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x00000000400872d8 spi_flash_chip_issi_probe + *fill* 0x0000000040087301 0x3 + .text.spi_flash_chip_issi_set_io_mode + 0x0000000040087304 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x18 (size before relaxing) + 0x0000000040087304 spi_flash_chip_issi_set_io_mode + .text.spi_flash_chip_issi_get_io_mode + 0x0000000040087318 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x20 (size before relaxing) + 0x0000000040087318 spi_flash_chip_issi_get_io_mode + *fill* 0x0000000040087334 0x0 + *libesp_system.a:reset_reason.*(.literal .literal.* .text .text.*) + .text.get_reset_reason + 0x0000000040087334 0x6f esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + *fill* 0x00000000400873a3 0x1 + .text.esp_reset_reason_clear_hint + 0x00000000400873a4 0xf esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + *fill* 0x00000000400873b3 0x1 + .text.esp_reset_reason + 0x00000000400873b4 0xa esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x00000000400873b4 esp_reset_reason + *fill* 0x00000000400873be 0x2 + .text.esp_reset_reason_init + 0x00000000400873c0 0x23 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x2b (size before relaxing) + *fill* 0x00000000400873e3 0x0 + *fill* 0x00000000400873e3 0x0 + *fill* 0x00000000400873e3 0x0 + *libesp_system.a:panic_handler.*(.literal .literal.* .text .text.*) + *fill* 0x00000000400873e3 0x1 + .text.frame_to_panic_info + 0x00000000400873e4 0xa5 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0xa9 (size before relaxing) + *fill* 0x0000000040087489 0x3 + .text.panic_handler + 0x000000004008748c 0xa2 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0xbe (size before relaxing) + *fill* 0x000000004008752e 0x2 + .text.print_backtrace_entry + 0x0000000040087530 0x1b esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x27 (size before relaxing) + *fill* 0x000000004008754b 0x1 + .text.print_illegal_instruction_details + 0x000000004008754c 0x52 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x6a (size before relaxing) + *fill* 0x000000004008759e 0x2 + .text.print_registers + 0x00000000400875a0 0xd7 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x113 (size before relaxing) + *fill* 0x0000000040087677 0x1 + .text.print_backtrace + 0x0000000040087678 0x11c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x12f (size before relaxing) + *fill* 0x0000000040087794 0x0 + .text.print_state_for_core + 0x0000000040087794 0x26 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000400877ba 0x2 + .text.print_state + 0x00000000400877bc 0x4c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x54 (size before relaxing) + .text.print_debug_exception_details + 0x0000000040087808 0x7c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x97 (size before relaxing) + *fill* 0x0000000040087884 0x0 + .text.esp_digital_reset + 0x0000000040087884 0x32 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400878b6 0x2 + .text.panicHandler + 0x00000000400878b8 0xf esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x00000000400878b8 panicHandler + *fill* 0x00000000400878c7 0x1 + .text.xt_unhandled_exception + 0x00000000400878c8 0xf esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x00000000400878c8 xt_unhandled_exception + *fill* 0x00000000400878d7 0x1 + .text.panic_restart + 0x00000000400878d8 0x15 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x21 (size before relaxing) + 0x00000000400878d8 panic_restart + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *fill* 0x00000000400878ed 0x0 + *libesp_system.a:system_api.*(.literal.esp_system_abort .text.esp_system_abort) + *fill* 0x00000000400878ed 0x3 + .text.esp_system_abort + 0x00000000400878f0 0x8 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0xc (size before relaxing) + 0x00000000400878f0 esp_system_abort + *fill* 0x00000000400878f8 0x0 + *libesp_system.a:panic.*(.literal .literal.* .text .text.*) + .text.reconfigure_all_wdts + 0x00000000400878f8 0xcc esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.panic_print_char + 0x00000000400879c4 0x2e esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x00000000400879c4 panic_print_char + *fill* 0x00000000400879f2 0x2 + .text.panic_print_str + 0x00000000400879f4 0x1a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x00000000400879f4 panic_print_str + *fill* 0x0000000040087a0e 0x2 + .text.print_abort_details + 0x0000000040087a10 0xd esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x10 (size before relaxing) + *fill* 0x0000000040087a1d 0x3 + .text.panic_print_hex + 0x0000000040087a20 0x2c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x2f (size before relaxing) + 0x0000000040087a20 panic_print_hex + *fill* 0x0000000040087a4c 0x0 + .text.panic_print_dec + 0x0000000040087a4c 0x40 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x46 (size before relaxing) + 0x0000000040087a4c panic_print_dec + *fill* 0x0000000040087a8c 0x0 + .text.esp_panic_handler + 0x0000000040087a8c 0x162 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x1cb (size before relaxing) + 0x0000000040087a8c esp_panic_handler + *fill* 0x0000000040087bee 0x2 + .text.panic_abort + 0x0000000040087bf0 0x17 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x0000000040087bf0 panic_abort + *fill* 0x0000000040087c07 0x0 + *fill* 0x0000000040087c07 0x0 + *fill* 0x0000000040087c07 0x0 + *fill* 0x0000000040087c07 0x0 + *fill* 0x0000000040087c07 0x0 + *libsoc.a:spi_flash_hal_gpspi.*(.literal .literal.* .text .text.*) + *libsoc.a:cpu_hal.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040087c07 0x1 + .text.cpu_hal_set_watchpoint + 0x0000000040087c08 0x5c esp-idf/soc/libsoc.a(cpu_hal.c.obj) + 0x0000000040087c08 cpu_hal_set_watchpoint + *fill* 0x0000000040087c64 0x0 + .text.cpu_hal_set_breakpoint + 0x0000000040087c64 0x22 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + 0x0000000040087c64 cpu_hal_set_breakpoint + *fill* 0x0000000040087c86 0x2 + .text.cpu_hal_set_vecbase + 0x0000000040087c88 0x8 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + 0x0000000040087c88 cpu_hal_set_vecbase + *libsoc.a:soc_hal.*(.literal .literal.* .text .text.*) + .text.soc_hal_stall_core + 0x0000000040087c90 0x8e esp-idf/soc/libsoc.a(soc_hal.c.obj) + 0x0000000040087c90 soc_hal_stall_core + *fill* 0x0000000040087d1e 0x2 + .text.soc_hal_unstall_core + 0x0000000040087d20 0x4c esp-idf/soc/libsoc.a(soc_hal.c.obj) + 0x0000000040087d20 soc_hal_unstall_core + *fill* 0x0000000040087d6c 0x0 + *libsoc.a:rtc_pm.*(.literal .literal.* .text .text.*) + *libsoc.a:rtc_sleep.*(.literal .literal.* .text .text.*) + .text.rtc_sleep_pd + 0x0000000040087d6c 0x1bb esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + *fill* 0x0000000040087f27 0x1 + .text.rtc_sleep_init + 0x0000000040087f28 0x483 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + 0x487 (size before relaxing) + 0x0000000040087f28 rtc_sleep_init + *fill* 0x00000000400883ab 0x1 + .text.rtc_sleep_set_wakeup_time + 0x00000000400883ac 0x15 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + 0x00000000400883ac rtc_sleep_set_wakeup_time + *fill* 0x00000000400883c1 0x3 + .text.rtc_sleep_start + 0x00000000400883c4 0x7d esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + 0x00000000400883c4 rtc_sleep_start + *fill* 0x0000000040088441 0x0 + *fill* 0x0000000040088441 0x0 + *fill* 0x0000000040088441 0x0 + *libsoc.a:spi_hal_iram.*(.literal .literal.* .text .text.*) + *libsoc.a:rtc_periph.*(.literal .literal.* .text .text.*) + *libsoc.a:rtc_init.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040088441 0x3 + .text.rtc_init + 0x0000000040088444 0x344 esp-idf/soc/libsoc.a(rtc_init.c.obj) + 0x368 (size before relaxing) + 0x0000000040088444 rtc_init + .text.rtc_vddsdio_get_config + 0x0000000040088788 0xd7 esp-idf/soc/libsoc.a(rtc_init.c.obj) + 0x0000000040088788 rtc_vddsdio_get_config + *fill* 0x000000004008885f 0x1 + .text.rtc_vddsdio_set_config + 0x0000000040088860 0x46 esp-idf/soc/libsoc.a(rtc_init.c.obj) + 0x0000000040088860 rtc_vddsdio_set_config + *fill* 0x00000000400888a6 0x0 + *fill* 0x00000000400888a6 0x0 + *libsoc.a:rtc_clk.*(.literal .literal.* .text .text.*) + *fill* 0x00000000400888a6 0x2 + .text.rtc_clk_32k_enable_common + 0x00000000400888a8 0x88 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_disable + 0x0000000040088930 0x3e esp-idf/soc/libsoc.a(rtc_clk.c.obj) + *fill* 0x000000004008896e 0x2 + .text.rtc_clk_bbpll_enable + 0x0000000040088970 0x66 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + *fill* 0x00000000400889d6 0x2 + .text.rtc_clk_32k_enable + 0x00000000400889d8 0x3d esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x00000000400889d8 rtc_clk_32k_enable + *fill* 0x0000000040088a15 0x3 + .text.rtc_clk_32k_enable_external + 0x0000000040088a18 0xe esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x12 (size before relaxing) + 0x0000000040088a18 rtc_clk_32k_enable_external + *fill* 0x0000000040088a26 0x2 + .text.rtc_clk_8m_enable + 0x0000000040088a28 0x9c esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040088a28 rtc_clk_8m_enable + .text.rtc_clk_slow_freq_set + 0x0000000040088ac4 0x48 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040088ac4 rtc_clk_slow_freq_set + .text.rtc_clk_slow_freq_get + 0x0000000040088b0c 0x10 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040088b0c rtc_clk_slow_freq_get + .text.rtc_clk_slow_freq_get_hz + 0x0000000040088b1c 0x29 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x2d (size before relaxing) + 0x0000000040088b1c rtc_clk_slow_freq_get_hz + *fill* 0x0000000040088b45 0x3 + .text.rtc_clk_fast_freq_set + 0x0000000040088b48 0x2c esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040088b48 rtc_clk_fast_freq_set + .text.rtc_clk_bbpll_configure + 0x0000000040088b74 0x19d esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x1a1 (size before relaxing) + 0x0000000040088b74 rtc_clk_bbpll_configure + *fill* 0x0000000040088d11 0x3 + .text.rtc_clk_xtal_freq_get + 0x0000000040088d14 0x36 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040088d14 rtc_get_xtal + 0x0000000040088d14 rtc_clk_xtal_freq_get + *fill* 0x0000000040088d4a 0x2 + .text.rtc_clk_cpu_freq_mhz_to_config + 0x0000000040088d4c 0x64 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040088d4c rtc_clk_cpu_freq_mhz_to_config + .text.rtc_clk_cpu_freq_get_config + 0x0000000040088db0 0xa6 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0xb6 (size before relaxing) + 0x0000000040088db0 rtc_clk_cpu_freq_get_config + *fill* 0x0000000040088e56 0x2 + .text.rtc_clk_apb_freq_update + 0x0000000040088e58 0x19 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000040088e58 rtc_clk_apb_freq_update + *fill* 0x0000000040088e71 0x3 + .text.rtc_clk_cpu_freq_to_xtal + 0x0000000040088e74 0x87 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x8b (size before relaxing) + 0x0000000040088e74 rtc_clk_cpu_freq_to_xtal + *fill* 0x0000000040088efb 0x1 + .text.rtc_clk_cpu_freq_set_xtal + 0x0000000040088efc 0x13 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x1f (size before relaxing) + 0x0000000040088efc rtc_clk_cpu_freq_set_xtal + *fill* 0x0000000040088f0f 0x1 + .text.rtc_clk_cpu_freq_to_pll_mhz + 0x0000000040088f10 0x9c esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0xa8 (size before relaxing) + .text.rtc_clk_cpu_freq_to_8m + 0x0000000040088fac 0x58 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x5c (size before relaxing) + .text.rtc_clk_cpu_freq_set_config + 0x0000000040089004 0x5c esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x77 (size before relaxing) + 0x0000000040089004 rtc_clk_cpu_freq_set_config + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *fill* 0x0000000040089060 0x0 + *libsoc.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) + *libsoc.a:spi_slave_hal_iram.*(.literal .literal.* .text .text.*) + *libsoc.a:i2c_hal_iram.*(.literal .literal.* .text .text.*) + *libsoc.a:uart_hal_iram.*(.iram1 .iram1.*) + *libsoc.a:lldesc.*(.literal .literal.* .text .text.*) + *libsoc.a:cpu_util.*(.literal .literal.* .text .text.*) + *libsoc.a:rtc_clk_init.*(.literal .literal.* .text .text.*) + *libsoc.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040089060 0x0 + .text.spi_flash_hal_configure_host_io_mode + 0x0000000040089060 0x1b4 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x0000000040089060 spi_flash_hal_configure_host_io_mode + .text.spi_flash_hal_common_command + 0x0000000040089214 0x1c3 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x0000000040089214 spi_flash_hal_common_command + *fill* 0x00000000400893d7 0x1 + .text.spi_flash_hal_read + 0x00000000400893d8 0xf3 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x00000000400893d8 spi_flash_hal_read + *fill* 0x00000000400894cb 0x1 + .text.spi_flash_hal_erase_chip + 0x00000000400894cc 0x22 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x00000000400894cc spi_flash_hal_erase_chip + *fill* 0x00000000400894ee 0x2 + .text.spi_flash_hal_erase_sector + 0x00000000400894f0 0x5a esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x00000000400894f0 spi_flash_hal_erase_sector + *fill* 0x000000004008954a 0x2 + .text.spi_flash_hal_erase_block + 0x000000004008954c 0x52 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x000000004008954c spi_flash_hal_erase_block + *fill* 0x000000004008959e 0x2 + .text.spi_flash_hal_program_page + 0x00000000400895a0 0xa7 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x00000000400895a0 spi_flash_hal_program_page + *fill* 0x0000000040089647 0x1 + .text.spi_flash_hal_set_write_protect + 0x0000000040089648 0x40 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x0000000040089648 spi_flash_hal_set_write_protect + .text.spi_flash_hal_host_idle + 0x0000000040089688 0x3a esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x0000000040089688 spi_flash_hal_host_idle + *fill* 0x00000000400896c2 0x2 + .text.spi_flash_hal_poll_cmd_done + 0x00000000400896c4 0x11 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x00000000400896c4 spi_flash_hal_poll_cmd_done + *fill* 0x00000000400896d5 0x3 + .text.spi_flash_hal_device_config + 0x00000000400896d8 0x74 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x00000000400896d8 spi_flash_hal_device_config + *fill* 0x000000004008974c 0x0 + *fill* 0x000000004008974c 0x0 + *fill* 0x000000004008974c 0x0 + *fill* 0x000000004008974c 0x0 + *fill* 0x000000004008974c 0x0 + *fill* 0x000000004008974c 0x0 + *libsoc.a:rtc_wdt.*(.literal .literal.* .text .text.*) + .text.rtc_wdt_get_protect_status + 0x000000004008974c 0x1b esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x000000004008974c rtc_wdt_get_protect_status + *fill* 0x0000000040089767 0x1 + .text.rtc_wdt_protect_off + 0x0000000040089768 0x10 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x0000000040089768 rtc_wdt_protect_off + .text.rtc_wdt_protect_on + 0x0000000040089778 0xf esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x0000000040089778 rtc_wdt_protect_on + *fill* 0x0000000040089787 0x1 + .text.rtc_wdt_enable + 0x0000000040089788 0x2b esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x0000000040089788 rtc_wdt_enable + *fill* 0x00000000400897b3 0x1 + .text.rtc_wdt_flashboot_mode_enable + 0x00000000400897b4 0x18 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x00000000400897b4 rtc_wdt_flashboot_mode_enable + .text.rtc_wdt_feed + 0x00000000400897cc 0x2a esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x32 (size before relaxing) + 0x00000000400897cc rtc_wdt_feed + *fill* 0x00000000400897f6 0x2 + .text.rtc_wdt_set_time + 0x00000000400897f8 0x61 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x00000000400897f8 rtc_wdt_set_time + *fill* 0x0000000040089859 0x3 + .text.rtc_wdt_set_stage + 0x000000004008985c 0xc1 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x000000004008985c rtc_wdt_set_stage + *fill* 0x000000004008991d 0x3 + .text.rtc_wdt_disable + 0x0000000040089920 0x6a esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x7e (size before relaxing) + 0x0000000040089920 rtc_wdt_disable + *fill* 0x000000004008998a 0x2 + .text.rtc_wdt_set_length_of_reset_signal + 0x000000004008998c 0x71 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x000000004008998c rtc_wdt_set_length_of_reset_signal + *fill* 0x00000000400899fd 0x3 + .text.rtc_wdt_is_on + 0x0000000040089a00 0x28 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x0000000040089a00 rtc_wdt_is_on + *fill* 0x0000000040089a28 0x0 + *fill* 0x0000000040089a28 0x0 + *fill* 0x0000000040089a28 0x0 + *fill* 0x0000000040089a28 0x0 + *fill* 0x0000000040089a28 0x0 + *fill* 0x0000000040089a28 0x0 + *fill* 0x0000000040089a28 0x0 + *fill* 0x0000000040089a28 0x0 + *fill* 0x0000000040089a28 0x0 + *libsoc.a:rtc_time.*(.literal .literal.* .text .text.*) + .text.rtc_clk_cal_internal + 0x0000000040089a28 0x1d4 esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x1dc (size before relaxing) + .text.rtc_clk_cal + 0x0000000040089bfc 0x4e esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x52 (size before relaxing) + 0x0000000040089bfc rtc_clk_cal + *fill* 0x0000000040089c4a 0x2 + .text.rtc_time_us_to_slowclk + 0x0000000040089c4c 0x1f esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x0000000040089c4c rtc_time_us_to_slowclk + *fill* 0x0000000040089c6b 0x1 + .text.rtc_time_get + 0x0000000040089c6c 0x50 esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x0000000040089c6c rtc_time_get + .text.rtc_clk_wait_for_slow_cycle + 0x0000000040089cbc 0x79 esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x0000000040089cbc rtc_clk_wait_for_slow_cycle + *fill* 0x0000000040089d35 0x0 + *fill* 0x0000000040089d35 0x3 + .text.rtc_time_slowclk_to_us + 0x0000000040089d38 0x1e esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x0000000040089d38 rtc_time_slowclk_to_us + *fill* 0x0000000040089d56 0x0 *libesp_event.a:default_event_loop.*(.literal.esp_event_isr_post .text.esp_event_isr_post) *libesp_event.a:esp_event.*(.literal.esp_event_isr_post_to .text.esp_event_isr_post_to) *librtc.a:(.literal .literal.* .text .text.*) + *fill* 0x0000000040089d56 0x2 .text.coex_bt_high_prio - 0x000000004008d404 0x123 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0x0000000040089d58 0x127 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) 0x137 (size before relaxing) - 0x000000004008d42c coex_bt_high_prio - *fill* 0x000000004008d527 0x1 + 0x0000000040089d84 coex_bt_high_prio + *fill* 0x0000000040089e7f 0x1 .text.temprature_sens_read - 0x000000004008d528 0xbd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + 0x0000000040089e80 0xbd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) 0xe1 (size before relaxing) - 0x000000004008d538 temprature_sens_read - *fill* 0x000000004008d5e5 0x0 - *libheap.a:multi_heap_poisoning.*(.literal .literal.* .text .text.*) + 0x0000000040089e90 temprature_sens_read + *fill* 0x0000000040089f3d 0x0 + *fill* 0x0000000040089f3d 0x0 + *libpp.a:(.wifi0iram .wifi0iram.*) + *fill* 0x0000000040089f3d 0x3 + .wifi0iram.12 0x0000000040089f40 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x97 (size before relaxing) + *fill* 0x0000000040089fb8 0x0 + .wifi0iram.2 0x0000000040089fb8 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x15 (size before relaxing) + 0x0000000040089fb8 GetAccess + *fill* 0x0000000040089fc9 0x3 + .wifi0iram.3 0x0000000040089fcc 0x94 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xc8 (size before relaxing) + 0x0000000040089fcc lmacRecycleMPDU + .wifi0iram.9 0x000000004008a060 0x5d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x6d (size before relaxing) + 0x000000004008a060 lmacMSDUAged + *fill* 0x000000004008a0bd 0x3 + .wifi0iram.11 0x000000004008a0c0 0x1eb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x21b (size before relaxing) + 0x000000004008a0d4 lmacTxFrame + *fill* 0x000000004008a2ab 0x1 + .wifi0iram.4 0x000000004008a2ac 0x2d2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x30e (size before relaxing) + *fill* 0x000000004008a57e 0x2 + .wifi0iram.13 0x000000004008a580 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x20 (size before relaxing) + 0x000000004008a580 is_lmac_idle + .wifi0iram.7 0x000000004008a59c 0xb7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xc3 (size before relaxing) + 0x000000004008a59c ppTxProtoProc + *fill* 0x000000004008a653 0x1 + .wifi0iram.23 0x000000004008a654 0x1a1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1a5 (size before relaxing) + 0x000000004008a658 ppSearchTxQueue + *fill* 0x000000004008a7f5 0x3 + .wifi0iram.22 0x000000004008a7f8 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x134 (size before relaxing) + 0x000000004008a800 ppSearchTxframe + .wifi0iram.24 0x000000004008a918 0x1e2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x206 (size before relaxing) + 0x000000004008a924 ppMapTxQueue + *fill* 0x000000004008aafa 0x2 + .wifi0iram.26 0x000000004008aafc 0x138 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x158 (size before relaxing) + 0x000000004008ab14 ppProcTxSecFrame + .wifi0iram.27 0x000000004008ac34 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x6c (size before relaxing) + 0x000000004008ac40 ppCalFrameTimes + .wifi0iram.18 0x000000004008ac9c 0x5e5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x629 (size before relaxing) + 0x000000004008acb0 ppCalTxAMPDULength + *fill* 0x000000004008b281 0x3 + .wifi0iram.10 0x000000004008b284 0x232 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x276 (size before relaxing) + 0x000000004008b290 ppProcessTxQ + *fill* 0x000000004008b4b6 0x2 + .wifi0iram.9 0x000000004008b4b8 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x46 (size before relaxing) + 0x000000004008b4c0 ppProcessAllTxQ + *fill* 0x000000004008b4fa 0x2 + .wifi0iram.19 0x000000004008b4fc 0x587 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x606 (size before relaxing) + 0x000000004008b508 ppResortTxAMPDU + *fill* 0x000000004008ba83 0x1 + .wifi0iram.6 0x000000004008ba84 0x272 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x2ba (size before relaxing) + 0x000000004008babc ppTask + *fill* 0x000000004008bcf6 0x2 + .wifi0iram.8 0x000000004008bcf8 0x27e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x2ee (size before relaxing) + 0x000000004008bd04 ppTxPkt + *fill* 0x000000004008bf76 0x2 + .wifi0iram.2 0x000000004008bf78 0xd6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xe2 (size before relaxing) + 0x000000004008bf7c rcUpdateTxDone + *fill* 0x000000004008c04e 0x2 + .wifi0iram.3 0x000000004008c050 0x90a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x982 (size before relaxing) + 0x000000004008c080 rcUpdateTxDoneAmpdu2 + *fill* 0x000000004008c95a 0x2 + .wifi0iram.4 0x000000004008c95c 0x45b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x477 (size before relaxing) + 0x000000004008c990 rcGetSched + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x0 + *fill* 0x000000004008cdb7 0x1 + .wifi0iram.5 0x000000004008cdb8 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004008cdb8 trc_isTxAmpduOperational + *fill* 0x000000004008cdca 0x2 + .wifi0iram.6 0x000000004008cdcc 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004008cdcc trc_tid_isTxAmpduOperational + *libpp.a:(.wifirxiram .wifirxiram.*) + *fill* 0x000000004008cde3 0x1 + .wifirxiram.3 0x000000004008cde4 0x344 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x36c (size before relaxing) + 0x000000004008ce04 esf_buf_alloc + .wifirxiram.4 0x000000004008d128 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0xfc (size before relaxing) + 0x000000004008d130 esf_buf_recycle + .wifirxiram.4 0x000000004008d208 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x6e (size before relaxing) + *fill* 0x000000004008d26e 0x2 + .wifirxiram.3 0x000000004008d270 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x32 (size before relaxing) + 0x000000004008d274 pm_sleep_for + *fill* 0x000000004008d29a 0x2 + .wifirxiram.5 0x000000004008d29c 0xfb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x107 (size before relaxing) + 0x000000004008d2ac pm_dream + *fill* 0x000000004008d397 0x1 + .wifirxiram.6 0x000000004008d398 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x30 (size before relaxing) + 0x000000004008d398 pm_check_state + *fill* 0x000000004008d3bd 0x3 + .wifirxiram.7 0x000000004008d3c0 0x6b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x82 (size before relaxing) + 0x000000004008d3c4 pm_rx_data_process + *fill* 0x000000004008d42b 0x1 + .wifirxiram.8 0x000000004008d42c 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x3f (size before relaxing) + 0x000000004008d42c pm_on_data_rx + *fill* 0x000000004008d457 0x1 + .wifirxiram.5 0x000000004008d458 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x36 (size before relaxing) + 0x000000004008d458 ppProcessRxPktHdr + *fill* 0x000000004008d486 0x2 + .wifirxiram.11 + 0x000000004008d488 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x122 (size before relaxing) + 0x000000004008d498 ppRxProtoProc + *fill* 0x000000004008d592 0x2 + .wifirxiram.20 + 0x000000004008d594 0x37 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x3f (size before relaxing) + 0x000000004008d594 ppEnqueueRxq + *fill* 0x000000004008d5cb 0x1 + .wifirxiram.21 + 0x000000004008d5cc 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x64 (size before relaxing) + 0x000000004008d5cc ppDequeueRxq_Locked + .wifirxiram.13 + 0x000000004008d620 0x835 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x915 (size before relaxing) + 0x000000004008d638 ppRxPkt + *fill* 0x000000004008de55 0x3 + .wifirxiram.7 0x000000004008de58 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x64 (size before relaxing) + 0x000000004008de60 rc_get_trc + .wifirxiram.13 + 0x000000004008deb8 0x27d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2c1 (size before relaxing) + 0x000000004008dedc wDev_Rxbuf_Init + *fill* 0x000000004008e135 0x3 + .wifirxiram.21 + 0x000000004008e138 0x1ac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x1d8 (size before relaxing) + 0x000000004008e15c wDev_AppendRxBlocks + .wifirxiram.12 + 0x000000004008e2e4 0xf36 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x103e (size before relaxing) + 0x000000004008e32c wdevProcessRxSucDataAll + *fill* 0x000000004008f21a 0x2 + .wifirxiram.22 + 0x000000004008f21c 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x98 (size before relaxing) + 0x000000004008f228 wDevCheckBlockError + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *fill* 0x000000004008f29c 0x0 + *libnet80211.a:(.wifi0iram .wifi0iram.*) + .wifi0iram.2 0x000000004008f29c 0xd33 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xdf3 (size before relaxing) + 0x000000004008f300 ieee80211_output_process + *fill* 0x000000004008ffcf 0x1 + .wifi0iram.2 0x000000004008ffd0 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004008ffd4 chm_is_at_home_channel + *fill* 0x000000004008ffee 0x2 + .wifi0iram.3 0x000000004008fff0 0x88 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x98 (size before relaxing) + 0x0000000040090000 cnx_node_search + .wifi0iram.4 0x0000000040090078 0x59 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x71 (size before relaxing) + 0x000000004009007c cnx_node_is_existing + *fill* 0x00000000400900d1 0x0 + *fill* 0x00000000400900d1 0x0 + *libnet80211.a:(.wifirxiram .wifirxiram.*) + *fill* 0x00000000400900d1 0x3 + .wifirxiram.2 0x00000000400900d4 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x78 (size before relaxing) + .wifirxiram.4 0x000000004009013c 0xee /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x10e (size before relaxing) + *fill* 0x000000004009022a 0x2 + .wifirxiram.5 0x000000004009022c 0x179 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x199 (size before relaxing) + *fill* 0x00000000400903a5 0x3 + .wifirxiram.6 0x00000000400903a8 0x360 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x39c (size before relaxing) + 0x00000000400903cc ieee80211_ampdu_reorder + .wifirxiram.2 0x0000000040090708 0x182e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x1952 (size before relaxing) + 0x0000000040090848 sta_input + *fill* 0x0000000040091f36 0x2 + .wifirxiram.3 0x0000000040091f38 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x20 (size before relaxing) + 0x0000000040091f38 sta_rx_cb + *fill* 0x0000000040091f50 0x0 + *fill* 0x0000000040091f50 0x0 + *fill* 0x0000000040091f50 0x0 + *fill* 0x0000000040091f50 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_impl_lock_timeout .text.esp_log_impl_lock_timeout) + .text.esp_log_impl_lock_timeout + 0x0000000040091f50 0x31 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x35 (size before relaxing) + 0x0000000040091f50 esp_log_impl_lock_timeout + *liblog.a:log_freertos.*(.literal.esp_log_timestamp .text.esp_log_timestamp) + *fill* 0x0000000040091f81 0x3 + .text.esp_log_timestamp + 0x0000000040091f84 0x4f esp-idf/log/liblog.a(log_freertos.c.obj) + 0x5b (size before relaxing) + 0x0000000040091f84 esp_log_timestamp + *fill* 0x0000000040091fd3 0x0 + *liblog.a:log.*(.literal.esp_log_write .text.esp_log_write) + *fill* 0x0000000040091fd3 0x1 + .text.esp_log_write + 0x0000000040091fd4 0x26 esp-idf/log/liblog.a(log.c.obj) + 0x0000000040091fd4 esp_log_write + *fill* 0x0000000040091ffa 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_impl_lock .text.esp_log_impl_lock) + *fill* 0x0000000040091ffa 0x2 + .text.esp_log_impl_lock + 0x0000000040091ffc 0x28 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x2c (size before relaxing) + 0x0000000040091ffc esp_log_impl_lock + *fill* 0x0000000040092024 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) + .text.esp_log_early_timestamp + 0x0000000040092024 0x1e esp-idf/log/liblog.a(log_freertos.c.obj) + 0x0000000040092024 esp_log_early_timestamp + *liblog.a:log_freertos.*(.literal.esp_log_impl_unlock .text.esp_log_impl_unlock) + *fill* 0x0000000040092042 0x2 + .text.esp_log_impl_unlock + 0x0000000040092044 0x16 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x0000000040092044 esp_log_impl_unlock + *fill* 0x000000004009205a 0x0 *libheap.a:multi_heap.*(.literal .literal.* .text .text.*) - *fill* 0x000000004008d5e5 0x3 + *fill* 0x000000004009205a 0x2 .text.get_prev_free_block - 0x000000004008d5e8 0x6f esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x000000004009205c 0x6f esp-idf/heap/libheap.a(multi_heap.c.obj) 0x7a (size before relaxing) - *fill* 0x000000004008d657 0x1 + *fill* 0x00000000400920cb 0x1 .text.split_if_necessary - 0x000000004008d658 0x137 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x00000000400920cc 0x137 esp-idf/heap/libheap.a(multi_heap.c.obj) 0x143 (size before relaxing) - *fill* 0x000000004008d78f 0x1 + *fill* 0x0000000040092203 0x1 .text.assert_valid_block - 0x000000004008d790 0xb0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000000040092204 0xb0 esp-idf/heap/libheap.a(multi_heap.c.obj) 0xb4 (size before relaxing) .text.merge_adjacent - 0x000000004008d840 0x122 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x00000000400922b4 0x122 esp-idf/heap/libheap.a(multi_heap.c.obj) 0x132 (size before relaxing) - *fill* 0x000000004008d962 0x2 + *fill* 0x00000000400923d6 0x2 .text.multi_heap_get_allocated_size_impl - 0x000000004008d964 0x39 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x00000000400923d8 0x39 esp-idf/heap/libheap.a(multi_heap.c.obj) 0x3d (size before relaxing) - 0x000000004008d964 multi_heap_get_allocated_size - 0x000000004008d964 multi_heap_get_allocated_size_impl - *fill* 0x000000004008d99d 0x3 + 0x00000000400923d8 multi_heap_get_allocated_size + 0x00000000400923d8 multi_heap_get_allocated_size_impl + *fill* 0x0000000040092411 0x3 .text.multi_heap_malloc_impl - 0x000000004008d9a0 0x119 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000000040092414 0x119 esp-idf/heap/libheap.a(multi_heap.c.obj) 0x129 (size before relaxing) - 0x000000004008d9a0 multi_heap_malloc_impl - 0x000000004008d9a0 multi_heap_malloc - *fill* 0x000000004008dab9 0x3 + 0x0000000040092414 multi_heap_malloc_impl + 0x0000000040092414 multi_heap_malloc + *fill* 0x000000004009252d 0x3 .text.multi_heap_free_impl - 0x000000004008dabc 0x13c esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000000040092530 0x13c esp-idf/heap/libheap.a(multi_heap.c.obj) 0x154 (size before relaxing) - 0x000000004008dabc multi_heap_free - 0x000000004008dabc multi_heap_free_impl + 0x0000000040092530 multi_heap_free + 0x0000000040092530 multi_heap_free_impl .text.multi_heap_realloc_impl - 0x000000004008dbf8 0x240 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x000000004009266c 0x240 esp-idf/heap/libheap.a(multi_heap.c.obj) 0x254 (size before relaxing) - 0x000000004008dbf8 multi_heap_realloc_impl - 0x000000004008dbf8 multi_heap_realloc - *fill* 0x000000004008de38 0x0 - *fill* 0x000000004008de38 0x0 - *fill* 0x000000004008de38 0x0 - *fill* 0x000000004008de38 0x0 - *fill* 0x000000004008de38 0x0 + 0x000000004009266c multi_heap_realloc_impl + 0x000000004009266c multi_heap_realloc + .text.multi_heap_get_info_impl + 0x00000000400928ac 0xe6 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0xee (size before relaxing) + 0x00000000400928ac multi_heap_get_info + 0x00000000400928ac multi_heap_get_info_impl + *fill* 0x0000000040092992 0x0 + *fill* 0x0000000040092992 0x0 + *fill* 0x0000000040092992 0x0 + *fill* 0x0000000040092992 0x0 + *fill* 0x0000000040092992 0x2 .text.multi_heap_register_impl - 0x000000004008de38 0x60 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x000000004008de38 multi_heap_register_impl - 0x000000004008de38 multi_heap_register + 0x0000000040092994 0x60 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000000040092994 multi_heap_register_impl + 0x0000000040092994 multi_heap_register .text.multi_heap_set_lock - 0x000000004008de98 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x000000004008de98 multi_heap_set_lock - *fill* 0x000000004008de9f 0x0 - *fill* 0x000000004008de9f 0x1 + 0x00000000400929f4 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x00000000400929f4 multi_heap_set_lock + *fill* 0x00000000400929fb 0x0 + *fill* 0x00000000400929fb 0x1 .text.multi_heap_free_size_impl - 0x000000004008dea0 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x000000004008dea0 multi_heap_free_size_impl - 0x000000004008dea0 multi_heap_free_size - *fill* 0x000000004008deae 0x2 + 0x00000000400929fc 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x00000000400929fc multi_heap_free_size_impl + 0x00000000400929fc multi_heap_free_size + *fill* 0x0000000040092a0a 0x2 .text.multi_heap_minimum_free_size_impl - 0x000000004008deb0 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x000000004008deb0 multi_heap_minimum_free_size - 0x000000004008deb0 multi_heap_minimum_free_size_impl - *libnet80211.a:(.wifirxiram .wifirxiram.*) - *fill* 0x000000004008debe 0x2 - .wifirxiram.2 0x000000004008dec0 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x8c (size before relaxing) - .wifirxiram.4 0x000000004008df44 0x93 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0xab (size before relaxing) - *fill* 0x000000004008dfd7 0x1 - .wifirxiram.5 0x000000004008dfd8 0x1a9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x1c5 (size before relaxing) - *fill* 0x000000004008e181 0x3 - .wifirxiram.6 0x000000004008e184 0x384 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x3b4 (size before relaxing) - 0x000000004008e1ac ieee80211_ampdu_reorder - .wifirxiram.2 0x000000004008e508 0x1b86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x1c3e (size before relaxing) - 0x000000004008e654 sta_input - *fill* 0x000000004009008e 0x2 - .wifirxiram.3 0x0000000040090090 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x20 (size before relaxing) - 0x0000000040090090 sta_rx_cb - *fill* 0x00000000400900a8 0x0 - *fill* 0x00000000400900a8 0x0 - *fill* 0x00000000400900a8 0x0 - *fill* 0x00000000400900a8 0x0 - *libnet80211.a:(.wifi0iram .wifi0iram.*) - .wifi0iram.2 0x00000000400900a8 0xd22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0xdde (size before relaxing) - 0x0000000040090100 ieee80211_output_process - *fill* 0x0000000040090dca 0x2 - .wifi0iram.2 0x0000000040090dcc 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - 0x1e (size before relaxing) - 0x0000000040090dcc chm_is_at_home_channel - *fill* 0x0000000040090de6 0x2 - .wifi0iram.3 0x0000000040090de8 0x99 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0xa5 (size before relaxing) - 0x0000000040090dfc cnx_node_search - *fill* 0x0000000040090e81 0x3 - .wifi0iram.4 0x0000000040090e84 0x6d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x85 (size before relaxing) - 0x0000000040090e88 cnx_node_is_existing - *fill* 0x0000000040090ef1 0x0 - *fill* 0x0000000040090ef1 0x0 - *fill* 0x0000000040090ef1 0x0 - *libesp32.a:panic.*(.literal .literal.* .text .text.*) - *fill* 0x0000000040090ef1 0x3 - .text.panicPutChar - 0x0000000040090ef4 0x1e esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x0000000040090f12 0x2 - .text.panicPutStr - 0x0000000040090f14 0x1a esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x0000000040090f2e 0x2 - .text.panicPutHex - 0x0000000040090f30 0x2c esp-idf/esp32/libesp32.a(panic.c.obj) - 0x2f (size before relaxing) - *fill* 0x0000000040090f5c 0x0 - .text.panicPutDec - 0x0000000040090f5c 0x40 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x46 (size before relaxing) - *fill* 0x0000000040090f9c 0x0 - .text.illegal_instruction_helper - 0x0000000040090f9c 0x57 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x73 (size before relaxing) - *fill* 0x0000000040090ff3 0x1 - .text.reconfigureAllWdts - 0x0000000040090ff4 0xcc esp-idf/esp32/libesp32.a(panic.c.obj) - .text.putEntry - 0x00000000400910c0 0x1b esp-idf/esp32/libesp32.a(panic.c.obj) - 0x27 (size before relaxing) - *fill* 0x00000000400910db 0x1 - .text.invoke_abort - 0x00000000400910dc 0x1d esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x00000000400910f9 0x3 - .text.haltOtherCore - 0x00000000400910fc 0x1a esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x0000000040091116 0x2 - .text.doBacktrace - 0x0000000040091118 0x129 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x138 (size before relaxing) - *fill* 0x0000000040091241 0x3 - .text.commonErrorHandler_dump - 0x0000000040091244 0xfe esp-idf/esp32/libesp32.a(panic.c.obj) - 0x14e (size before relaxing) - *fill* 0x0000000040091342 0x2 - .text.esp_panic_dig_reset - 0x0000000040091344 0x32 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x36 (size before relaxing) - *fill* 0x0000000040091376 0x2 - .text.commonErrorHandler - 0x0000000040091378 0x7a esp-idf/esp32/libesp32.a(panic.c.obj) - 0xb9 (size before relaxing) - *fill* 0x00000000400913f2 0x2 - .text.esp_error_check_failed_print - 0x00000000400913f4 0x5a esp-idf/esp32/libesp32.a(panic.c.obj) - 0x5e (size before relaxing) - *fill* 0x000000004009144e 0x2 - .text.abort 0x0000000040091450 0x38 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x3e (size before relaxing) - 0x0000000040091450 abort - *fill* 0x0000000040091488 0x0 - .text.vApplicationStackOverflowHook - 0x0000000040091488 0x17 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x23 (size before relaxing) - 0x0000000040091488 vApplicationStackOverflowHook - *fill* 0x000000004009149f 0x1 - .text.panicHandler - 0x00000000400914a0 0x17d esp-idf/esp32/libesp32.a(panic.c.obj) - 0x1c0 (size before relaxing) - 0x00000000400914a0 panicHandler - *fill* 0x000000004009161d 0x3 - .text.xt_unhandled_exception - 0x0000000040091620 0x88 esp-idf/esp32/libesp32.a(panic.c.obj) - 0xb8 (size before relaxing) - 0x0000000040091620 xt_unhandled_exception - .text.esp_set_watchpoint - 0x00000000400916a8 0x59 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x00000000400916a8 esp_set_watchpoint - *fill* 0x0000000040091701 0x3 - .text._esp_error_check_failed - 0x0000000040091704 0x16 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x1e (size before relaxing) - 0x0000000040091704 _esp_error_check_failed - *fill* 0x000000004009171a 0x0 - *fill* 0x000000004009171a 0x0 - *fill* 0x000000004009171a 0x0 - *fill* 0x000000004009171a 0x0 - *fill* 0x000000004009171a 0x2 - .text.setFirstBreakpoint - 0x000000004009171c 0x13 esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *fill* 0x000000004009172f 0x0 - *libspi_flash.a:spi_flash_rom_patch.*(.literal .literal.* .text .text.*) - *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) - *fill* 0x000000004009172f 0x1 - .text.spi_flash_chip_issi_probe - 0x0000000040091730 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x0000000040091730 spi_flash_chip_issi_probe - *fill* 0x0000000040091759 0x3 - .text.spi_flash_chip_issi_set_io_mode - 0x000000004009175c 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x18 (size before relaxing) - 0x000000004009175c spi_flash_chip_issi_set_io_mode - .text.spi_flash_chip_issi_get_io_mode - 0x0000000040091770 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x20 (size before relaxing) - 0x0000000040091770 spi_flash_chip_issi_get_io_mode - *fill* 0x000000004009178c 0x0 - *fill* 0x000000004009178c 0x0 - *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) - .text.spi_flash_chip_gd_probe - 0x000000004009178c 0x41 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x000000004009178c spi_flash_chip_gd_probe - *fill* 0x00000000400917cd 0x3 - .text.spi_flash_chip_gd_set_io_mode - 0x00000000400917d0 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x00000000400917d0 spi_flash_chip_gd_set_io_mode - .text.spi_flash_chip_gd_get_io_mode - 0x0000000040091814 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x20 (size before relaxing) - 0x0000000040091814 spi_flash_chip_gd_get_io_mode - *fill* 0x0000000040091830 0x0 - *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) - .text.spi_flash_chip_generic_detect_size - 0x0000000040091830 0x25 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091830 spi_flash_chip_generic_detect_size - *fill* 0x0000000040091855 0x3 - .text.spi_flash_chip_generic_erase_chip - 0x0000000040091858 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091858 spi_flash_chip_generic_erase_chip - .text.spi_flash_chip_generic_write_encrypted - 0x00000000400918a0 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x00000000400918a0 spi_flash_chip_generic_write_encrypted - .text.spi_flash_common_read_status_16b_rdsr_rdsr2 - 0x00000000400918a8 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x38 (size before relaxing) - 0x00000000400918a8 spi_flash_common_read_status_16b_rdsr_rdsr2 - .text.spi_flash_common_write_status_16b_wrsr - 0x00000000400918dc 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x00000000400918dc spi_flash_common_write_status_16b_wrsr - *fill* 0x00000000400918f1 0x3 - .text.spi_flash_chip_generic_get_write_protect - 0x00000000400918f4 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x00000000400918f4 spi_flash_chip_generic_get_write_protect - .text.spi_flash_chip_generic_wait_idle - 0x000000004009192c 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x5c (size before relaxing) - 0x000000004009192c spi_flash_chip_generic_wait_idle - .text.spi_flash_chip_generic_config_host_io_mode - 0x0000000040091984 0x5e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091984 spi_flash_chip_generic_config_host_io_mode - *fill* 0x00000000400919e2 0x2 - .text.spi_flash_chip_generic_read - 0x00000000400919e4 0x5d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x65 (size before relaxing) - 0x00000000400919e4 spi_flash_chip_generic_read - *fill* 0x0000000040091a41 0x3 - .text.spi_flash_common_read_status_8b_rdsr2 - 0x0000000040091a44 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091a44 spi_flash_common_read_status_8b_rdsr2 - *fill* 0x0000000040091a59 0x3 - .text.spi_flash_chip_generic_get_io_mode - 0x0000000040091a5c 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x20 (size before relaxing) - 0x0000000040091a5c spi_flash_chip_generic_get_io_mode - .text.spi_flash_common_read_status_8b_rdsr - 0x0000000040091a78 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091a78 spi_flash_common_read_status_8b_rdsr - *fill* 0x0000000040091a8d 0x3 - .text.spi_flash_common_write_status_8b_wrsr - 0x0000000040091a90 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091a90 spi_flash_common_write_status_8b_wrsr - *fill* 0x0000000040091aa5 0x3 - .text.spi_flash_common_write_status_8b_wrsr2 - 0x0000000040091aa8 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091aa8 spi_flash_common_write_status_8b_wrsr2 - *fill* 0x0000000040091abd 0x3 - .text.spi_flash_chip_generic_set_io_mode - 0x0000000040091ac0 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091ac0 spi_flash_chip_generic_set_io_mode - .text.spi_flash_chip_generic_probe - 0x0000000040091ad8 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091ad8 spi_flash_chip_generic_probe - *fill* 0x0000000040091adf 0x1 - .text.spi_flash_chip_generic_reset - 0x0000000040091ae0 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091ae0 spi_flash_chip_generic_reset - *fill* 0x0000000040091b2c 0x0 - .text.spi_flash_chip_generic_erase_sector - 0x0000000040091b2c 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091b2c spi_flash_chip_generic_erase_sector - .text.spi_flash_chip_generic_erase_block - 0x0000000040091b78 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091b78 spi_flash_chip_generic_erase_block - .text.spi_flash_chip_generic_page_program - 0x0000000040091bc4 0x31 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091bc4 spi_flash_chip_generic_page_program - *fill* 0x0000000040091bf5 0x3 - .text.spi_flash_chip_generic_write - 0x0000000040091bf8 0x7a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091bf8 spi_flash_chip_generic_write - *fill* 0x0000000040091c72 0x2 - .text.spi_flash_chip_generic_set_write_protect - 0x0000000040091c74 0x3b esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091c74 spi_flash_chip_generic_set_write_protect - *fill* 0x0000000040091caf 0x1 - .text.spi_flash_common_read_qe_sr - 0x0000000040091cb0 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x0000000040091cd9 0x3 - .text.spi_flash_common_write_qe_sr - 0x0000000040091cdc 0x31 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x0000000040091d0d 0x0 - *fill* 0x0000000040091d0d 0x3 - .text.spi_flash_generic_wait_host_idle - 0x0000000040091d10 0x3a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091d10 spi_flash_generic_wait_host_idle - *fill* 0x0000000040091d4a 0x0 - *fill* 0x0000000040091d4a 0x0 - *fill* 0x0000000040091d4a 0x0 - *fill* 0x0000000040091d4a 0x0 - *fill* 0x0000000040091d4a 0x0 - *fill* 0x0000000040091d4a 0x0 - *fill* 0x0000000040091d4a 0x2 - .text.spi_flash_common_set_io_mode - 0x0000000040091d4c 0x78 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x0000000040091d4c spi_flash_common_set_io_mode - *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) - .text.memspi_host_read_id_hs - 0x0000000040091dc4 0x79 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x7d (size before relaxing) - 0x0000000040091dc4 memspi_host_read_id_hs - *fill* 0x0000000040091e3d 0x3 - .text.memspi_host_flush_cache - 0x0000000040091e40 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x1c (size before relaxing) - 0x0000000040091e40 memspi_host_flush_cache - .text.memspi_host_read_status_hs - 0x0000000040091e58 0x2d esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x0000000040091e58 memspi_host_read_status_hs - *fill* 0x0000000040091e85 0x0 - *fill* 0x0000000040091e85 0x0 - *libsoc.a:rtc_init.*(.literal .literal.* .text .text.*) - *fill* 0x0000000040091e85 0x3 - .text.rtc_init - 0x0000000040091e88 0x344 esp-idf/soc/libsoc.a(rtc_init.c.obj) - 0x368 (size before relaxing) - 0x0000000040091e88 rtc_init - .text.rtc_vddsdio_get_config - 0x00000000400921cc 0xd7 esp-idf/soc/libsoc.a(rtc_init.c.obj) - 0x00000000400921cc rtc_vddsdio_get_config - *fill* 0x00000000400922a3 0x1 - .text.rtc_vddsdio_set_config - 0x00000000400922a4 0x46 esp-idf/soc/libsoc.a(rtc_init.c.obj) - 0x00000000400922a4 rtc_vddsdio_set_config - *fill* 0x00000000400922ea 0x0 - *libsoc.a:rtc_time.*(.literal .literal.* .text .text.*) - *fill* 0x00000000400922ea 0x2 - .text.rtc_clk_cal_internal - 0x00000000400922ec 0x1d4 esp-idf/soc/libsoc.a(rtc_time.c.obj) - 0x1dc (size before relaxing) - .text.rtc_clk_cal - 0x00000000400924c0 0x4e esp-idf/soc/libsoc.a(rtc_time.c.obj) - 0x52 (size before relaxing) - 0x00000000400924c0 rtc_clk_cal - *fill* 0x000000004009250e 0x2 - .text.rtc_time_us_to_slowclk - 0x0000000040092510 0x1f esp-idf/soc/libsoc.a(rtc_time.c.obj) - 0x0000000040092510 rtc_time_us_to_slowclk - *fill* 0x000000004009252f 0x1 - .text.rtc_time_get - 0x0000000040092530 0x50 esp-idf/soc/libsoc.a(rtc_time.c.obj) - 0x0000000040092530 rtc_time_get - .text.rtc_clk_wait_for_slow_cycle - 0x0000000040092580 0x79 esp-idf/soc/libsoc.a(rtc_time.c.obj) - 0x0000000040092580 rtc_clk_wait_for_slow_cycle - *fill* 0x00000000400925f9 0x0 - *fill* 0x00000000400925f9 0x0 - *fill* 0x00000000400925f9 0x3 - .text.rtc_time_slowclk_to_us - 0x00000000400925fc 0x1e esp-idf/soc/libsoc.a(rtc_time.c.obj) - 0x00000000400925fc rtc_time_slowclk_to_us - *fill* 0x000000004009261a 0x0 - *libsoc.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) - *libsoc.a:rtc_wdt.*(.literal .literal.* .text .text.*) - *fill* 0x000000004009261a 0x2 - .text.rtc_wdt_get_protect_status - 0x000000004009261c 0x1b esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x000000004009261c rtc_wdt_get_protect_status - *fill* 0x0000000040092637 0x1 - .text.rtc_wdt_protect_off - 0x0000000040092638 0x10 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x0000000040092638 rtc_wdt_protect_off - .text.rtc_wdt_protect_on - 0x0000000040092648 0xf esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x0000000040092648 rtc_wdt_protect_on - *fill* 0x0000000040092657 0x1 - .text.rtc_wdt_enable - 0x0000000040092658 0x2b esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x0000000040092658 rtc_wdt_enable - *fill* 0x0000000040092683 0x1 - .text.rtc_wdt_flashboot_mode_enable - 0x0000000040092684 0x18 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x0000000040092684 rtc_wdt_flashboot_mode_enable - .text.rtc_wdt_feed - 0x000000004009269c 0x2a esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x32 (size before relaxing) - 0x000000004009269c rtc_wdt_feed - *fill* 0x00000000400926c6 0x2 - .text.rtc_wdt_set_time - 0x00000000400926c8 0x61 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x00000000400926c8 rtc_wdt_set_time - *fill* 0x0000000040092729 0x3 - .text.rtc_wdt_set_stage - 0x000000004009272c 0xc1 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x000000004009272c rtc_wdt_set_stage - *fill* 0x00000000400927ed 0x3 - .text.rtc_wdt_disable - 0x00000000400927f0 0x6a esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x7e (size before relaxing) - 0x00000000400927f0 rtc_wdt_disable - *fill* 0x000000004009285a 0x2 - .text.rtc_wdt_set_length_of_reset_signal - 0x000000004009285c 0x71 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x000000004009285c rtc_wdt_set_length_of_reset_signal - *fill* 0x00000000400928cd 0x3 - .text.rtc_wdt_is_on - 0x00000000400928d0 0x28 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x00000000400928d0 rtc_wdt_is_on - *fill* 0x00000000400928f8 0x0 - *fill* 0x00000000400928f8 0x0 - *fill* 0x00000000400928f8 0x0 - *fill* 0x00000000400928f8 0x0 - *fill* 0x00000000400928f8 0x0 - *fill* 0x00000000400928f8 0x0 - *fill* 0x00000000400928f8 0x0 - *fill* 0x00000000400928f8 0x0 - *fill* 0x00000000400928f8 0x0 - *libsoc.a:spi_flash_hal_gpspi.*(.literal .literal.* .text .text.*) - *libsoc.a:spi_slave_hal_iram.*(.literal .literal.* .text .text.*) - *libsoc.a:lldesc.*(.literal .literal.* .text .text.*) - *libsoc.a:rtc_periph.*(.literal .literal.* .text .text.*) - *libsoc.a:rtc_pm.*(.literal .literal.* .text .text.*) - *libsoc.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) - .text.spi_flash_hal_configure_host_io_mode - 0x00000000400928f8 0x1b4 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x00000000400928f8 spi_flash_hal_configure_host_io_mode - .text.spi_flash_hal_common_command - 0x0000000040092aac 0x1c3 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x0000000040092aac spi_flash_hal_common_command - *fill* 0x0000000040092c6f 0x1 - .text.spi_flash_hal_read - 0x0000000040092c70 0xf3 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x0000000040092c70 spi_flash_hal_read - *fill* 0x0000000040092d63 0x1 - .text.spi_flash_hal_erase_chip - 0x0000000040092d64 0x22 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x0000000040092d64 spi_flash_hal_erase_chip - *fill* 0x0000000040092d86 0x2 - .text.spi_flash_hal_erase_sector - 0x0000000040092d88 0x5a esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x0000000040092d88 spi_flash_hal_erase_sector - *fill* 0x0000000040092de2 0x2 - .text.spi_flash_hal_erase_block - 0x0000000040092de4 0x52 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x0000000040092de4 spi_flash_hal_erase_block - *fill* 0x0000000040092e36 0x2 - .text.spi_flash_hal_program_page - 0x0000000040092e38 0xa7 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x0000000040092e38 spi_flash_hal_program_page - *fill* 0x0000000040092edf 0x1 - .text.spi_flash_hal_set_write_protect - 0x0000000040092ee0 0x40 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x0000000040092ee0 spi_flash_hal_set_write_protect - .text.spi_flash_hal_host_idle - 0x0000000040092f20 0x3a esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x0000000040092f20 spi_flash_hal_host_idle - *fill* 0x0000000040092f5a 0x2 - .text.spi_flash_hal_poll_cmd_done - 0x0000000040092f5c 0x11 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x0000000040092f5c spi_flash_hal_poll_cmd_done - *fill* 0x0000000040092f6d 0x3 - .text.spi_flash_hal_device_config - 0x0000000040092f70 0x74 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x0000000040092f70 spi_flash_hal_device_config - *fill* 0x0000000040092fe4 0x0 - *fill* 0x0000000040092fe4 0x0 - *fill* 0x0000000040092fe4 0x0 - *fill* 0x0000000040092fe4 0x0 - *fill* 0x0000000040092fe4 0x0 - *fill* 0x0000000040092fe4 0x0 - *libsoc.a:rtc_clk_init.*(.literal .literal.* .text .text.*) - *libsoc.a:uart_hal_iram.*(.iram1 .iram1.*) - *libsoc.a:spi_hal_iram.*(.literal .literal.* .text .text.*) - *libsoc.a:rtc_sleep.*(.literal .literal.* .text .text.*) - .text.rtc_sleep_pd - 0x0000000040092fe4 0x1bb esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - *fill* 0x000000004009319f 0x1 - .text.rtc_sleep_init - 0x00000000400931a0 0x483 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - 0x487 (size before relaxing) - 0x00000000400931a0 rtc_sleep_init - *fill* 0x0000000040093623 0x1 - .text.rtc_sleep_set_wakeup_time - 0x0000000040093624 0x15 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - 0x0000000040093624 rtc_sleep_set_wakeup_time - *fill* 0x0000000040093639 0x3 - .text.rtc_sleep_start - 0x000000004009363c 0x7d esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - 0x000000004009363c rtc_sleep_start - *fill* 0x00000000400936b9 0x0 - *fill* 0x00000000400936b9 0x0 - *fill* 0x00000000400936b9 0x0 - *fill* 0x00000000400936b9 0x0 - *libsoc.a:cpu_util.*(.literal .literal.* .text .text.*) - *libsoc.a:rtc_clk.*(.literal .literal.* .text .text.*) - *fill* 0x00000000400936b9 0x3 - .text.rtc_clk_32k_enable_common - 0x00000000400936bc 0x88 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .text.rtc_clk_bbpll_disable - 0x0000000040093744 0x3e esp-idf/soc/libsoc.a(rtc_clk.c.obj) - *fill* 0x0000000040093782 0x2 - .text.rtc_clk_bbpll_enable - 0x0000000040093784 0x66 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - *fill* 0x00000000400937ea 0x2 - .text.rtc_clk_32k_enable - 0x00000000400937ec 0x3d esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x00000000400937ec rtc_clk_32k_enable - *fill* 0x0000000040093829 0x3 - .text.rtc_clk_32k_enable_external - 0x000000004009382c 0xe esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x12 (size before relaxing) - 0x000000004009382c rtc_clk_32k_enable_external - *fill* 0x000000004009383a 0x2 - .text.rtc_clk_8m_enable - 0x000000004009383c 0x9c esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x000000004009383c rtc_clk_8m_enable - .text.rtc_clk_slow_freq_set - 0x00000000400938d8 0x48 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x00000000400938d8 rtc_clk_slow_freq_set - .text.rtc_clk_slow_freq_get - 0x0000000040093920 0x10 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x0000000040093920 rtc_clk_slow_freq_get - .text.rtc_clk_slow_freq_get_hz - 0x0000000040093930 0x29 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x2d (size before relaxing) - 0x0000000040093930 rtc_clk_slow_freq_get_hz - *fill* 0x0000000040093959 0x3 - .text.rtc_clk_fast_freq_set - 0x000000004009395c 0x2c esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x000000004009395c rtc_clk_fast_freq_set - .text.rtc_clk_bbpll_configure - 0x0000000040093988 0x19d esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x1a1 (size before relaxing) - 0x0000000040093988 rtc_clk_bbpll_configure - *fill* 0x0000000040093b25 0x3 - .text.rtc_clk_xtal_freq_get - 0x0000000040093b28 0x36 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x0000000040093b28 rtc_get_xtal - 0x0000000040093b28 rtc_clk_xtal_freq_get - *fill* 0x0000000040093b5e 0x2 - .text.rtc_clk_cpu_freq_mhz_to_config - 0x0000000040093b60 0x64 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x0000000040093b60 rtc_clk_cpu_freq_mhz_to_config - .text.rtc_clk_cpu_freq_get_config - 0x0000000040093bc4 0xa6 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0xb6 (size before relaxing) - 0x0000000040093bc4 rtc_clk_cpu_freq_get_config - *fill* 0x0000000040093c6a 0x2 - .text.rtc_clk_apb_freq_update - 0x0000000040093c6c 0x19 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x0000000040093c6c rtc_clk_apb_freq_update - *fill* 0x0000000040093c85 0x3 - .text.rtc_clk_cpu_freq_to_xtal - 0x0000000040093c88 0x87 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x8b (size before relaxing) - 0x0000000040093c88 rtc_clk_cpu_freq_to_xtal - *fill* 0x0000000040093d0f 0x1 - .text.rtc_clk_cpu_freq_set_xtal - 0x0000000040093d10 0x13 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x1f (size before relaxing) - 0x0000000040093d10 rtc_clk_cpu_freq_set_xtal - *fill* 0x0000000040093d23 0x1 - .text.rtc_clk_cpu_freq_to_pll_mhz - 0x0000000040093d24 0x9c esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0xa8 (size before relaxing) - .text.rtc_clk_cpu_freq_to_8m - 0x0000000040093dc0 0x58 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x5c (size before relaxing) - .text.rtc_clk_cpu_freq_set_config - 0x0000000040093e18 0x5c esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x77 (size before relaxing) - 0x0000000040093e18 rtc_clk_cpu_freq_set_config - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *fill* 0x0000000040093e74 0x0 - *libsoc.a:i2c_hal_iram.*(.literal .literal.* .text .text.*) - *libxtensa.a:eri.*(.literal .literal.* .text .text.*) - *libnewlib.a:heap.*(.literal .literal.* .text .text.*) - *fill* 0x0000000040093e74 0x0 - .text.malloc 0x0000000040093e74 0xc esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x10 (size before relaxing) - 0x0000000040093e74 pvalloc - 0x0000000040093e74 valloc - 0x0000000040093e74 malloc - .text.realloc 0x0000000040093e80 0x11 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x0000000040093e80 realloc - *fill* 0x0000000040093e91 0x3 - .text.free 0x0000000040093e94 0xa esp-idf/newlib/libnewlib.a(heap.c.obj) - 0xe (size before relaxing) - 0x0000000040093e94 free - 0x0000000040093e94 cfree - *fill* 0x0000000040093e9e 0x2 - .text._malloc_r - 0x0000000040093ea0 0xc esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x10 (size before relaxing) - 0x0000000040093ea0 _malloc_r - .text._free_r 0x0000000040093eac 0xa esp-idf/newlib/libnewlib.a(heap.c.obj) - 0xe (size before relaxing) - 0x0000000040093eac _free_r - *fill* 0x0000000040093eb6 0x2 - .text._realloc_r - 0x0000000040093eb8 0x11 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x0000000040093eb8 _realloc_r - *fill* 0x0000000040093ec9 0x3 - .text._calloc_r - 0x0000000040093ecc 0x2c esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x30 (size before relaxing) - 0x0000000040093ecc _calloc_r - .text.calloc 0x0000000040093ef8 0x14 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x18 (size before relaxing) - 0x0000000040093ef8 calloc - *fill* 0x0000000040093f0c 0x0 - *fill* 0x0000000040093f0c 0x0 - *fill* 0x0000000040093f0c 0x0 - *fill* 0x0000000040093f0c 0x0 - *fill* 0x0000000040093f0c 0x0 - .text.newlib_include_heap_impl - 0x0000000040093f0c 0x5 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x0000000040093f0c newlib_include_heap_impl - *libhal.a:(.literal .literal.* .text .text.*) - *fill* 0x0000000040093f11 0x3 - .text 0x0000000040093f14 0x137 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) - 0x0000000040093f14 xthal_spill_registers_into_stack_nw - 0x0000000040093f14 xthal_window_spill_nw - 0x0000000040094028 xthal_window_spill - *fill* 0x000000004009404b 0x0 - *fill* 0x000000004009404b 0x1 - .text 0x000000004009404c 0x8 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(int_asm--set_intclear.o) - 0x000000004009404c xthal_set_intclear - .text 0x0000000040094054 0x3e /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--restore_extra_nw.o) - 0x0000000040094054 xthal_restore_extra_nw - *fill* 0x0000000040094092 0x2 - .text 0x0000000040094094 0x3e /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--save_extra_nw.o) - 0x0000000040094094 xthal_save_extra_nw - *libfreertos.a:(.literal .literal.* .text .text.*) - *fill* 0x00000000400940d2 0x2 - .text.vPortTaskWrapper - 0x00000000400940d4 0x26 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x32 (size before relaxing) - *fill* 0x00000000400940fa 0x2 - .text.pxPortInitialiseStack - 0x00000000400940fc 0x86 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x00000000400940fc pxPortInitialiseStack - *fill* 0x0000000040094182 0x2 - .text.xPortStartScheduler - 0x0000000040094184 0x23 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x2f (size before relaxing) - 0x0000000040094184 xPortStartScheduler - *fill* 0x00000000400941a7 0x1 - .text.xPortSysTickHandler - 0x00000000400941a8 0x10 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x16 (size before relaxing) - 0x00000000400941a8 xPortSysTickHandler - *fill* 0x00000000400941b8 0x0 - .text.vPortYieldOtherCore - 0x00000000400941b8 0xa esp-idf/freertos/libfreertos.a(port.c.obj) - 0xe (size before relaxing) - 0x00000000400941b8 vPortYieldOtherCore - *fill* 0x00000000400941c2 0x2 - .text.vPortReleaseTaskMPUSettings - 0x00000000400941c4 0xa esp-idf/freertos/libfreertos.a(port.c.obj) - 0xe (size before relaxing) - 0x00000000400941c4 vPortReleaseTaskMPUSettings - *fill* 0x00000000400941ce 0x2 - .text.xPortInIsrContext - 0x00000000400941d0 0x28 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x00000000400941d0 xPortInIsrContext - .text.vPortSetStackWatchpoint - 0x00000000400941f8 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) - 0x00000000400941f8 vPortSetStackWatchpoint - *fill* 0x0000000040094212 0x2 - .text.vPortEnterCritical - 0x0000000040094214 0xba esp-idf/freertos/libfreertos.a(port.c.obj) - 0x0000000040094214 vPortEnterCritical - *fill* 0x00000000400942ce 0x2 - .text.vPortExitCritical - 0x00000000400942d0 0x8a esp-idf/freertos/libfreertos.a(port.c.obj) - 0x00000000400942d0 vPortExitCritical - *fill* 0x000000004009435a 0x2 - .text 0x000000004009435c 0x1d0 esp-idf/freertos/libfreertos.a(portasm.S.obj) - 0x000000004009435c _frxt_setup_switch - 0x0000000040094374 _frxt_int_enter - 0x00000000400943bc _frxt_int_exit - 0x000000004009440c _frxt_timer_int - 0x0000000040094434 _frxt_tick_timer_init - 0x000000004009444c _frxt_dispatch - 0x0000000040094494 vPortYield - 0x00000000400944e0 vPortYieldFromInt - 0x0000000040094500 _frxt_task_coproc_state - .text 0x000000004009452c 0x16b esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) - 0x000000004009452c _xt_context_save - 0x00000000400945d4 _xt_context_restore - 0x0000000040094618 _xt_coproc_init - 0x000000004009462c _xt_coproc_release - 0x0000000040094658 _xt_coproc_savecs - 0x0000000040094678 _xt_coproc_restorecs - *fill* 0x0000000040094697 0x1 - .text._xt_tick_divisor_init - 0x0000000040094698 0x1c esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) - 0x1f (size before relaxing) - 0x0000000040094698 _xt_tick_divisor_init - *fill* 0x00000000400946b4 0x0 - .text.xt_unhandled_interrupt - 0x00000000400946b4 0x16 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) - 0x00000000400946b4 xt_unhandled_interrupt - *fill* 0x00000000400946ca 0x2 - .text.xt_set_interrupt_handler - 0x00000000400946cc 0x4f esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) - 0x00000000400946cc xt_set_interrupt_handler - *fill* 0x000000004009471b 0x1 - .text.prvIsQueueFull - 0x000000004009471c 0x2a esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x0000000040094746 0x2 - .text.prvCopyDataToQueue - 0x0000000040094748 0xa2 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x00000000400947ea 0x2 - .text.prvNotifyQueueSetContainer - 0x00000000400947ec 0x79 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x80 (size before relaxing) - *fill* 0x0000000040094865 0x3 - .text.prvCopyDataFromQueue - 0x0000000040094868 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueGenericReset - 0x000000004009488c 0xa2 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0xaa (size before relaxing) - 0x000000004009488c xQueueGenericReset - *fill* 0x000000004009492e 0x2 - .text.prvInitialiseNewQueue - 0x0000000040094930 0x22 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040092a0c 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000000040092a0c multi_heap_minimum_free_size + 0x0000000040092a0c multi_heap_minimum_free_size_impl + *fill* 0x0000000040092a1a 0x0 + *libheap.a:multi_heap_poisoning.*(.literal .literal.* .text .text.*) + *libesp_ringbuf.a:(.literal .literal.* .text .text.*) + *fill* 0x0000000040092a1a 0x2 + .text.prvReturnItemByteBuf + 0x0000000040092a1c 0x43 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x0000000040092a5f 0x1 + .text.prvGetItemByteBuf + 0x0000000040092a60 0xd7 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x0000000040092b37 0x1 + .text.prvCheckItemFitsByteBuffer + 0x0000000040092b38 0x5e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x0000000040092b96 0x2 + .text.prvReturnItemDefault + 0x0000000040092b98 0x12e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x0000000040092cc6 0x2 + .text.prvGetItemDefault + 0x0000000040092cc8 0x12e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x0000000040092df6 0x2 + .text.prvAcquireItemNoSplit + 0x0000000040092df8 0xa0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvSendItemDoneNoSplit + 0x0000000040092e98 0x110 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCheckItemFitsDefault + 0x0000000040092fa8 0xa4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetFreeSize + 0x000000004009304c 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemByteBuf + 0x0000000040093084 0x7a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x00000000400930fe 0x2 + .text.prvCopyItemAllowSplit + 0x0000000040093100 0xec esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemNoSplit + 0x00000000400931ec 0x22 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) 0x26 (size before relaxing) - *fill* 0x0000000040094952 0x2 - .text.xQueueGenericCreate - 0x0000000040094954 0x43 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x47 (size before relaxing) - 0x0000000040094954 xQueueGenericCreate - *fill* 0x0000000040094997 0x1 - .text.xQueueGetMutexHolder - 0x0000000040094998 0x23 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x0000000040094998 xQueueGetMutexHolder - *fill* 0x00000000400949bb 0x1 - .text.xQueueCreateCountingSemaphore - 0x00000000400949bc 0x58 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x00000000400949bc xQueueCreateCountingSemaphore - .text.xQueueGenericSend - 0x0000000040094a14 0x168 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x198 (size before relaxing) - 0x0000000040094a14 xQueueGenericSend - .text.prvInitialiseMutex - 0x0000000040094b7c 0x3a esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000004009320e 0x2 + .text.prvInitializeNewRingbuffer + 0x0000000040093210 0xbd esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xc1 (size before relaxing) + *fill* 0x00000000400932cd 0x3 + .text.prvReceiveGeneric + 0x00000000400932d0 0x12c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x138 (size before relaxing) + .text.prvReceiveGenericFromISR + 0x00000000400933fc 0xd4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xdc (size before relaxing) + .text.xRingbufferCreate + 0x00000000400934d0 0xb4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xcc (size before relaxing) + 0x00000000400934d0 xRingbufferCreate + .text.xRingbufferSend + 0x0000000040093584 0xf8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x108 (size before relaxing) + 0x0000000040093584 xRingbufferSend + .text.xRingbufferSendFromISR + 0x000000004009367c 0xb8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xc0 (size before relaxing) + 0x000000004009367c xRingbufferSendFromISR + .text.xRingbufferReceive + 0x0000000040093734 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x42 (size before relaxing) + 0x0000000040093734 xRingbufferReceive + *fill* 0x0000000040093772 0x2 + .text.xRingbufferReceiveFromISR + 0x0000000040093774 0x3a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) 0x3e (size before relaxing) - *fill* 0x0000000040094bb6 0x2 - .text.xQueueCreateMutex - 0x0000000040094bb8 0x16 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x1a (size before relaxing) - 0x0000000040094bb8 xQueueCreateMutex - *fill* 0x0000000040094bce 0x2 - .text.xQueueGiveMutexRecursive - 0x0000000040094bd0 0x44 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x48 (size before relaxing) - 0x0000000040094bd0 xQueueGiveMutexRecursive - .text.xQueueGenericSendFromISR - 0x0000000040094c14 0xce esp-idf/freertos/libfreertos.a(queue.c.obj) - 0xd6 (size before relaxing) - 0x0000000040094c14 xQueueGenericSendFromISR - *fill* 0x0000000040094ce2 0x2 - .text.xQueueGiveFromISR - 0x0000000040094ce4 0xb2 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0xb6 (size before relaxing) - 0x0000000040094ce4 xQueueGiveFromISR - *fill* 0x0000000040094d96 0x2 - .text.xQueueGenericReceive - 0x0000000040094d98 0x134 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x168 (size before relaxing) - 0x0000000040094d98 xQueueGenericReceive - .text.xQueueTakeMutexRecursive - 0x0000000040094ecc 0x49 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x0000000040094ecc xQueueTakeMutexRecursive - *fill* 0x0000000040094f15 0x3 - .text.xQueueReceiveFromISR - 0x0000000040094f18 0x92 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x9a (size before relaxing) - 0x0000000040094f18 xQueueReceiveFromISR - *fill* 0x0000000040094faa 0x2 - .text.uxQueueMessagesWaiting - 0x0000000040094fac 0x2f esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x33 (size before relaxing) - 0x0000000040094fac uxQueueMessagesWaiting - *fill* 0x0000000040094fdb 0x1 - .text.uxQueueSpacesAvailable - 0x0000000040094fdc 0x34 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x38 (size before relaxing) - 0x0000000040094fdc uxQueueSpacesAvailable - .text.vQueueDelete - 0x0000000040095010 0x1f esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x22 (size before relaxing) - 0x0000000040095010 vQueueDelete - *fill* 0x000000004009502f 0x1 - .text.vQueueWaitForMessageRestricted - 0x0000000040095030 0x23 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x2a (size before relaxing) - 0x0000000040095030 vQueueWaitForMessageRestricted - *fill* 0x0000000040095053 0x1 - .text.prvListTaskWithinSingleList - 0x0000000040095054 0x8b esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x00000000400950df 0x1 - .text.prvResetNextTaskUnblockTime - 0x00000000400950e0 0x34 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvDeleteTLS - 0x0000000040095114 0x3f esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x0000000040095153 0x1 - .text.prvInitialiseNewTask - 0x0000000040095154 0xc2 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0xce (size before relaxing) - *fill* 0x0000000040095216 0x2 - .text.prvInitialiseTaskLists - 0x0000000040095218 0x5a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x72 (size before relaxing) - *fill* 0x0000000040095272 0x2 - .text.prvDeleteTCB - 0x0000000040095274 0x4b esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x57 (size before relaxing) - *fill* 0x00000000400952bf 0x1 - .text.prvCheckTasksWaitingTermination - 0x00000000400952c0 0xca esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0xd2 (size before relaxing) - *fill* 0x000000004009538a 0x2 - .text.prvAddCurrentTaskToDelayedList - 0x000000004009538c 0x6a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x6e (size before relaxing) - *fill* 0x00000000400953f6 0x2 - .text.prvIdleTask - 0x00000000400953f8 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x12 (size before relaxing) - *fill* 0x0000000040095407 0x1 - .text.prvWriteNameToBuffer - 0x0000000040095408 0x2f esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x0000000040095437 0x1 - .text.taskYIELD_OTHER_CORE - 0x0000000040095438 0x54 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x58 (size before relaxing) - 0x0000000040095438 taskYIELD_OTHER_CORE - .text.prvAddNewTaskToReadyList - 0x000000004009548c 0x16c esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x17f (size before relaxing) - *fill* 0x00000000400955f8 0x0 - .text.xTaskCreatePinnedToCore - 0x00000000400955f8 0x69 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x79 (size before relaxing) - 0x00000000400955f8 xTaskCreatePinnedToCore - *fill* 0x0000000040095661 0x3 - .text.vTaskStartScheduler - 0x0000000040095664 0x7a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x7e (size before relaxing) - 0x0000000040095664 vTaskStartScheduler - *fill* 0x00000000400956de 0x2 - .text.vTaskSuspendAll - 0x00000000400956e0 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x00000000400956e0 vTaskSuspendAll - .text.xTaskGetTickCount - 0x0000000040095708 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x0000000040095708 xTaskGetTickCount - *fill* 0x0000000040095715 0x3 - .text.xTaskGetTickCountFromISR - 0x0000000040095718 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x0000000040095718 xTaskGetTickCountFromISR - *fill* 0x0000000040095725 0x3 - .text.uxTaskGetNumberOfTasks - 0x0000000040095728 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x0000000040095728 uxTaskGetNumberOfTasks - *fill* 0x0000000040095735 0x3 - .text.uxTaskGetSystemState - 0x0000000040095738 0xb4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0xc7 (size before relaxing) - 0x0000000040095738 uxTaskGetSystemState - *fill* 0x00000000400957ec 0x0 - .text.xTaskGetIdleTaskHandleForCPU - 0x00000000400957ec 0x35 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x00000000400957ec xTaskGetIdleTaskHandleForCPU - *fill* 0x0000000040095821 0x3 - .text.xTaskIncrementTick - 0x0000000040095824 0x1aa esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x1b6 (size before relaxing) - 0x0000000040095824 xTaskIncrementTick - *fill* 0x00000000400959ce 0x2 - .text.vTaskSwitchContext - 0x00000000400959d0 0x3cc esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x3d4 (size before relaxing) - 0x00000000400959d0 vTaskSwitchContext - .text.vTaskPlaceOnEventList - 0x0000000040095d9c 0x8b esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x9f (size before relaxing) - 0x0000000040095d9c vTaskPlaceOnEventList - *fill* 0x0000000040095e27 0x1 - .text.vTaskPlaceOnUnorderedEventList - 0x0000000040095e28 0xcf esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0xdf (size before relaxing) - 0x0000000040095e28 vTaskPlaceOnUnorderedEventList - *fill* 0x0000000040095ef7 0x1 - .text.vTaskPlaceOnEventListRestricted - 0x0000000040095ef8 0x6b esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x7b (size before relaxing) - 0x0000000040095ef8 vTaskPlaceOnEventListRestricted - *fill* 0x0000000040095f63 0x1 - .text.xTaskRemoveFromEventList - 0x0000000040095f64 0x143 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x14a (size before relaxing) - 0x0000000040095f64 xTaskRemoveFromEventList - *fill* 0x00000000400960a7 0x1 - .text.xTaskRemoveFromUnorderedEventList - 0x00000000400960a8 0xec esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0xfb (size before relaxing) - 0x00000000400960a8 xTaskRemoveFromUnorderedEventList - *fill* 0x0000000040096194 0x0 - .text.vTaskSetTimeOutState - 0x0000000040096194 0x2e esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x0000000040096194 vTaskSetTimeOutState - *fill* 0x00000000400961c2 0x2 - .text.xTaskCheckForTimeOut - 0x00000000400961c4 0x83 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x8a (size before relaxing) - 0x00000000400961c4 xTaskCheckForTimeOut - *fill* 0x0000000040096247 0x1 - .text.xTaskGetCurrentTaskHandle - 0x0000000040096248 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x0000000040096248 xTaskGetCurrentTaskHandle - *fill* 0x000000004009626a 0x2 - .text.uxTaskPriorityGet - 0x000000004009626c 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x23 (size before relaxing) - 0x000000004009626c uxTaskPriorityGet - *fill* 0x0000000040096288 0x0 - .text.vTaskPrioritySet - 0x0000000040096288 0x135 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x147 (size before relaxing) - 0x0000000040096288 vTaskPrioritySet - *fill* 0x00000000400963bd 0x3 - .text.__getreent - 0x00000000400963c0 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x19 (size before relaxing) - 0x00000000400963c0 __getreent - *fill* 0x00000000400963d5 0x3 - .text.pcTaskGetTaskName - 0x00000000400963d8 0x27 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x00000000400963d8 pcTaskGetTaskName - *fill* 0x00000000400963ff 0x1 - .text.vTaskSetThreadLocalStoragePointerAndDelCallback - 0x0000000040096400 0x2a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x32 (size before relaxing) - 0x0000000040096400 vTaskSetThreadLocalStoragePointerAndDelCallback - *fill* 0x000000004009642a 0x2 - .text.pvTaskGetThreadLocalStoragePointer - 0x000000004009642c 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x000000004009642c pvTaskGetThreadLocalStoragePointer - *fill* 0x000000004009644d 0x3 - .text.xTaskGetAffinity - 0x0000000040096450 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x13 (size before relaxing) - 0x0000000040096450 xTaskGetAffinity - *fill* 0x0000000040096460 0x0 - .text.xTaskGetCurrentTaskHandleForCPU - 0x0000000040096460 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x0000000040096460 xTaskGetCurrentTaskHandleForCPU - *fill* 0x000000004009647a 0x2 - .text.xTaskGetSchedulerState - 0x000000004009647c 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x000000004009647c xTaskGetSchedulerState - *fill* 0x00000000400964b6 0x2 - .text.vTaskDelete - 0x00000000400964b8 0x107 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x11f (size before relaxing) - 0x00000000400964b8 vTaskDelete - *fill* 0x00000000400965bf 0x1 - .text.vTaskDelay - 0x00000000400965c0 0x66 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x76 (size before relaxing) - 0x00000000400965c0 vTaskDelay - *fill* 0x0000000040096626 0x2 - .text.vTaskSuspend - 0x0000000040096628 0xd8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0xf8 (size before relaxing) - 0x0000000040096628 vTaskSuspend - .text.xTaskResumeAll - 0x0000000040096700 0x17f esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x192 (size before relaxing) - 0x0000000040096700 xTaskResumeAll - *fill* 0x000000004009687f 0x1 - .text.vTaskPriorityInherit - 0x0000000040096880 0xd8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0xe3 (size before relaxing) - 0x0000000040096880 vTaskPriorityInherit - *fill* 0x0000000040096958 0x0 - .text.xTaskPriorityDisinherit - 0x0000000040096958 0x98 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0xa7 (size before relaxing) - 0x0000000040096958 xTaskPriorityDisinherit - *fill* 0x00000000400969f0 0x0 - .text.vTaskList - 0x00000000400969f0 0x108 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x114 (size before relaxing) - 0x00000000400969f0 vTaskList - .text.uxTaskResetEventItemValue - 0x0000000040096af8 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040093774 xRingbufferReceiveFromISR + *fill* 0x00000000400937ae 0x2 + .text.vRingbufferReturnItem + 0x00000000400937b0 0x52 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x5a (size before relaxing) + 0x00000000400937b0 vRingbufferReturnItem + *fill* 0x0000000040093802 0x2 + .text.vRingbufferReturnItemFromISR + 0x0000000040093804 0x4e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) 0x56 (size before relaxing) - 0x0000000040096af8 uxTaskResetEventItemValue - *fill* 0x0000000040096b4a 0x2 + 0x0000000040093804 vRingbufferReturnItemFromISR + *fill* 0x0000000040093852 0x2 + .text.vRingbufferDelete + 0x0000000040093854 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3b (size before relaxing) + 0x0000000040093854 vRingbufferDelete + *fill* 0x0000000040093883 0x1 + .text.xRingbufferGetMaxItemSize + 0x0000000040093884 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x0000000040093884 xRingbufferGetMaxItemSize + *fill* 0x00000000400938a0 0x0 + .text.prvCheckItemAvail + 0x00000000400938a0 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeNoSplit + 0x00000000400938d8 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x0000000040093916 0x2 + .text.prvGetCurMaxSizeAllowSplit + 0x0000000040093918 0x50 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeByteBuf + 0x0000000040093968 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *fill* 0x0000000040093988 0x0 + *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) + .text 0x0000000040093988 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) + 0x0000000040093988 __xtensa_libgcc_window_spill + 0x00000000400939a8 __xtensa_nonlocal_goto + 0x00000000400939e8 __xtensa_sync_caches + *libgcc.a:_divsf3.*(.literal .literal.* .text .text.*) + *libgcov.a:(.literal .literal.* .text .text.*) + *lib_esp_common.a:esp_err.*(.literal .literal.* .text .text.*) + *libfreertos.a:(.literal .literal.* .text .text.*) + .text.vPortTaskWrapper + 0x00000000400939f0 0x26 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x32 (size before relaxing) + *fill* 0x0000000040093a16 0x2 + .text.pxPortInitialiseStack + 0x0000000040093a18 0x86 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040093a18 pxPortInitialiseStack + *fill* 0x0000000040093a9e 0x2 + .text.xPortStartScheduler + 0x0000000040093aa0 0x23 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x2f (size before relaxing) + 0x0000000040093aa0 xPortStartScheduler + *fill* 0x0000000040093ac3 0x1 + .text.xPortSysTickHandler + 0x0000000040093ac4 0x10 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x16 (size before relaxing) + 0x0000000040093ac4 xPortSysTickHandler + *fill* 0x0000000040093ad4 0x0 + .text.vPortYieldOtherCore + 0x0000000040093ad4 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0xe (size before relaxing) + 0x0000000040093ad4 vPortYieldOtherCore + *fill* 0x0000000040093ade 0x2 + .text.vPortReleaseTaskMPUSettings + 0x0000000040093ae0 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0xe (size before relaxing) + 0x0000000040093ae0 vPortReleaseTaskMPUSettings + *fill* 0x0000000040093aea 0x2 + .text.xPortInIsrContext + 0x0000000040093aec 0x28 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040093aec xPortInIsrContext + .text.vPortSetStackWatchpoint + 0x0000000040093b14 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040093b14 vPortSetStackWatchpoint + *fill* 0x0000000040093b2e 0x2 + .text.vPortEnterCritical + 0x0000000040093b30 0xba esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040093b30 vPortEnterCritical + *fill* 0x0000000040093bea 0x2 + .text.vPortExitCritical + 0x0000000040093bec 0x8a esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040093bec vPortExitCritical + *fill* 0x0000000040093c76 0x2 + .text.vApplicationStackOverflowHook + 0x0000000040093c78 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40 (size before relaxing) + 0x0000000040093c78 vApplicationStackOverflowHook + .text 0x0000000040093cb4 0x1d0 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x0000000040093cb4 _frxt_setup_switch + 0x0000000040093ccc _frxt_int_enter + 0x0000000040093d14 _frxt_int_exit + 0x0000000040093d64 _frxt_timer_int + 0x0000000040093d8c _frxt_tick_timer_init + 0x0000000040093da4 _frxt_dispatch + 0x0000000040093dec vPortYield + 0x0000000040093e38 vPortYieldFromInt + 0x0000000040093e58 _frxt_task_coproc_state + .text 0x0000000040093e84 0x16b esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x0000000040093e84 _xt_context_save + 0x0000000040093f2c _xt_context_restore + 0x0000000040093f70 _xt_coproc_init + 0x0000000040093f84 _xt_coproc_release + 0x0000000040093fb0 _xt_coproc_savecs + 0x0000000040093fd0 _xt_coproc_restorecs + *fill* 0x0000000040093fef 0x1 + .text._xt_tick_divisor_init + 0x0000000040093ff0 0x1c esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x1f (size before relaxing) + 0x0000000040093ff0 _xt_tick_divisor_init + *fill* 0x000000004009400c 0x0 + .text.xt_unhandled_interrupt + 0x000000004009400c 0x16 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + 0x000000004009400c xt_unhandled_interrupt + *fill* 0x0000000040094022 0x2 + .text.xt_set_interrupt_handler + 0x0000000040094024 0x4f esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + 0x0000000040094024 xt_set_interrupt_handler + *fill* 0x0000000040094073 0x1 + .text.prvIsQueueFull + 0x0000000040094074 0x2a esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000004009409e 0x2 + .text.prvCopyDataToQueue + 0x00000000400940a0 0xa2 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x0000000040094142 0x2 + .text.prvNotifyQueueSetContainer + 0x0000000040094144 0x79 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x80 (size before relaxing) + *fill* 0x00000000400941bd 0x3 + .text.prvCopyDataFromQueue + 0x00000000400941c0 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGenericReset + 0x00000000400941e4 0xa2 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xaa (size before relaxing) + 0x00000000400941e4 xQueueGenericReset + *fill* 0x0000000040094286 0x2 + .text.prvInitialiseNewQueue + 0x0000000040094288 0x22 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x26 (size before relaxing) + *fill* 0x00000000400942aa 0x2 + .text.xQueueGenericCreate + 0x00000000400942ac 0x43 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x47 (size before relaxing) + 0x00000000400942ac xQueueGenericCreate + *fill* 0x00000000400942ef 0x1 + .text.xQueueGetMutexHolder + 0x00000000400942f0 0x23 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x00000000400942f0 xQueueGetMutexHolder + *fill* 0x0000000040094313 0x1 + .text.xQueueCreateCountingSemaphore + 0x0000000040094314 0x58 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040094314 xQueueCreateCountingSemaphore + .text.xQueueGenericSend + 0x000000004009436c 0x168 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x198 (size before relaxing) + 0x000000004009436c xQueueGenericSend + .text.prvInitialiseMutex + 0x00000000400944d4 0x3a esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3e (size before relaxing) + *fill* 0x000000004009450e 0x2 + .text.xQueueCreateMutex + 0x0000000040094510 0x16 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1a (size before relaxing) + 0x0000000040094510 xQueueCreateMutex + *fill* 0x0000000040094526 0x2 + .text.xQueueGiveMutexRecursive + 0x0000000040094528 0x44 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x48 (size before relaxing) + 0x0000000040094528 xQueueGiveMutexRecursive + .text.xQueueGenericSendFromISR + 0x000000004009456c 0xce esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xd6 (size before relaxing) + 0x000000004009456c xQueueGenericSendFromISR + *fill* 0x000000004009463a 0x2 + .text.xQueueGiveFromISR + 0x000000004009463c 0xb2 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xb6 (size before relaxing) + 0x000000004009463c xQueueGiveFromISR + *fill* 0x00000000400946ee 0x2 + .text.xQueueGenericReceive + 0x00000000400946f0 0x134 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x168 (size before relaxing) + 0x00000000400946f0 xQueueGenericReceive + .text.xQueueTakeMutexRecursive + 0x0000000040094824 0x49 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040094824 xQueueTakeMutexRecursive + *fill* 0x000000004009486d 0x3 + .text.xQueueReceiveFromISR + 0x0000000040094870 0x92 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x9a (size before relaxing) + 0x0000000040094870 xQueueReceiveFromISR + *fill* 0x0000000040094902 0x2 + .text.uxQueueMessagesWaiting + 0x0000000040094904 0x2f esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x33 (size before relaxing) + 0x0000000040094904 uxQueueMessagesWaiting + *fill* 0x0000000040094933 0x1 + .text.uxQueueSpacesAvailable + 0x0000000040094934 0x34 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x38 (size before relaxing) + 0x0000000040094934 uxQueueSpacesAvailable + .text.vQueueDelete + 0x0000000040094968 0x1f esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x22 (size before relaxing) + 0x0000000040094968 vQueueDelete + *fill* 0x0000000040094987 0x1 + .text.vQueueWaitForMessageRestricted + 0x0000000040094988 0x23 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x2a (size before relaxing) + 0x0000000040094988 vQueueWaitForMessageRestricted + *fill* 0x00000000400949ab 0x1 + .text.prvListTaskWithinSingleList + 0x00000000400949ac 0x8b esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x0000000040094a37 0x1 + .text.prvResetNextTaskUnblockTime + 0x0000000040094a38 0x34 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvDeleteTLS + 0x0000000040094a6c 0x3f esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x0000000040094aab 0x1 + .text.prvInitialiseNewTask + 0x0000000040094aac 0xc2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xce (size before relaxing) + *fill* 0x0000000040094b6e 0x2 + .text.prvInitialiseTaskLists + 0x0000000040094b70 0x5a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x72 (size before relaxing) + *fill* 0x0000000040094bca 0x2 + .text.prvDeleteTCB + 0x0000000040094bcc 0x4b esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x57 (size before relaxing) + *fill* 0x0000000040094c17 0x1 + .text.prvCheckTasksWaitingTermination + 0x0000000040094c18 0xca esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xd2 (size before relaxing) + *fill* 0x0000000040094ce2 0x2 + .text.prvAddCurrentTaskToDelayedList + 0x0000000040094ce4 0x6a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x6e (size before relaxing) + *fill* 0x0000000040094d4e 0x2 + .text.prvIdleTask + 0x0000000040094d50 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x12 (size before relaxing) + *fill* 0x0000000040094d5f 0x1 + .text.prvWriteNameToBuffer + 0x0000000040094d60 0x2f esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x0000000040094d8f 0x1 + .text.taskYIELD_OTHER_CORE + 0x0000000040094d90 0x54 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x58 (size before relaxing) + 0x0000000040094d90 taskYIELD_OTHER_CORE + .text.prvAddNewTaskToReadyList + 0x0000000040094de4 0x16c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x17f (size before relaxing) + *fill* 0x0000000040094f50 0x0 + .text.xTaskCreatePinnedToCore + 0x0000000040094f50 0x69 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x79 (size before relaxing) + 0x0000000040094f50 xTaskCreatePinnedToCore + *fill* 0x0000000040094fb9 0x3 + .text.vTaskStartScheduler + 0x0000000040094fbc 0x7a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x7e (size before relaxing) + 0x0000000040094fbc vTaskStartScheduler + *fill* 0x0000000040095036 0x2 + .text.vTaskSuspendAll + 0x0000000040095038 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095038 vTaskSuspendAll + .text.xTaskGetTickCount + 0x0000000040095060 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095060 xTaskGetTickCount + *fill* 0x000000004009506d 0x3 + .text.xTaskGetTickCountFromISR + 0x0000000040095070 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095070 xTaskGetTickCountFromISR + *fill* 0x000000004009507d 0x3 + .text.uxTaskGetNumberOfTasks + 0x0000000040095080 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095080 uxTaskGetNumberOfTasks + *fill* 0x000000004009508d 0x3 + .text.uxTaskGetSystemState + 0x0000000040095090 0xb4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xc7 (size before relaxing) + 0x0000000040095090 uxTaskGetSystemState + *fill* 0x0000000040095144 0x0 + .text.xTaskGetIdleTaskHandleForCPU + 0x0000000040095144 0x35 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095144 xTaskGetIdleTaskHandleForCPU + *fill* 0x0000000040095179 0x3 + .text.xTaskIncrementTick + 0x000000004009517c 0x1aa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x1b6 (size before relaxing) + 0x000000004009517c xTaskIncrementTick + *fill* 0x0000000040095326 0x2 + .text.vTaskSwitchContext + 0x0000000040095328 0x3cc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3d4 (size before relaxing) + 0x0000000040095328 vTaskSwitchContext + .text.vTaskPlaceOnEventList + 0x00000000400956f4 0x8b esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x9f (size before relaxing) + 0x00000000400956f4 vTaskPlaceOnEventList + *fill* 0x000000004009577f 0x1 + .text.vTaskPlaceOnUnorderedEventList + 0x0000000040095780 0xcf esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xdf (size before relaxing) + 0x0000000040095780 vTaskPlaceOnUnorderedEventList + *fill* 0x000000004009584f 0x1 + .text.vTaskPlaceOnEventListRestricted + 0x0000000040095850 0x6b esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x7b (size before relaxing) + 0x0000000040095850 vTaskPlaceOnEventListRestricted + *fill* 0x00000000400958bb 0x1 + .text.xTaskRemoveFromEventList + 0x00000000400958bc 0x143 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x14a (size before relaxing) + 0x00000000400958bc xTaskRemoveFromEventList + *fill* 0x00000000400959ff 0x1 + .text.xTaskRemoveFromUnorderedEventList + 0x0000000040095a00 0xec esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xfb (size before relaxing) + 0x0000000040095a00 xTaskRemoveFromUnorderedEventList + *fill* 0x0000000040095aec 0x0 + .text.vTaskSetTimeOutState + 0x0000000040095aec 0x2e esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095aec vTaskSetTimeOutState + *fill* 0x0000000040095b1a 0x2 + .text.xTaskCheckForTimeOut + 0x0000000040095b1c 0x83 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8a (size before relaxing) + 0x0000000040095b1c xTaskCheckForTimeOut + *fill* 0x0000000040095b9f 0x1 + .text.xTaskGetCurrentTaskHandle + 0x0000000040095ba0 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095ba0 xTaskGetCurrentTaskHandle + *fill* 0x0000000040095bc2 0x2 + .text.uxTaskPriorityGet + 0x0000000040095bc4 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x23 (size before relaxing) + 0x0000000040095bc4 uxTaskPriorityGet + *fill* 0x0000000040095be0 0x0 + .text.vTaskPrioritySet + 0x0000000040095be0 0x135 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x147 (size before relaxing) + 0x0000000040095be0 vTaskPrioritySet + *fill* 0x0000000040095d15 0x3 + .text.__getreent + 0x0000000040095d18 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x19 (size before relaxing) + 0x0000000040095d18 __getreent + *fill* 0x0000000040095d2d 0x3 + .text.pcTaskGetTaskName + 0x0000000040095d30 0x27 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095d30 pcTaskGetTaskName + *fill* 0x0000000040095d57 0x1 + .text.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x0000000040095d58 0x2a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x32 (size before relaxing) + 0x0000000040095d58 vTaskSetThreadLocalStoragePointerAndDelCallback + *fill* 0x0000000040095d82 0x2 + .text.pvTaskGetThreadLocalStoragePointer + 0x0000000040095d84 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095d84 pvTaskGetThreadLocalStoragePointer + *fill* 0x0000000040095da5 0x3 + .text.xTaskGetAffinity + 0x0000000040095da8 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x13 (size before relaxing) + 0x0000000040095da8 xTaskGetAffinity + *fill* 0x0000000040095db8 0x0 + .text.xTaskGetCurrentTaskHandleForCPU + 0x0000000040095db8 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095db8 xTaskGetCurrentTaskHandleForCPU + *fill* 0x0000000040095dd2 0x2 + .text.xTaskGetSchedulerState + 0x0000000040095dd4 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040095dd4 xTaskGetSchedulerState + *fill* 0x0000000040095e0e 0x2 + .text.vTaskDelete + 0x0000000040095e10 0x107 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x11f (size before relaxing) + 0x0000000040095e10 vTaskDelete + *fill* 0x0000000040095f17 0x1 + .text.vTaskDelay + 0x0000000040095f18 0x66 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x76 (size before relaxing) + 0x0000000040095f18 vTaskDelay + *fill* 0x0000000040095f7e 0x2 + .text.vTaskSuspend + 0x0000000040095f80 0xd8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xf8 (size before relaxing) + 0x0000000040095f80 vTaskSuspend + .text.xTaskResumeAll + 0x0000000040096058 0x17f esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x192 (size before relaxing) + 0x0000000040096058 xTaskResumeAll + *fill* 0x00000000400961d7 0x1 + .text.vTaskPriorityInherit + 0x00000000400961d8 0xd8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xe3 (size before relaxing) + 0x00000000400961d8 vTaskPriorityInherit + *fill* 0x00000000400962b0 0x0 + .text.xTaskPriorityDisinherit + 0x00000000400962b0 0x98 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xa7 (size before relaxing) + 0x00000000400962b0 xTaskPriorityDisinherit + *fill* 0x0000000040096348 0x0 + .text.vTaskList + 0x0000000040096348 0x108 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x114 (size before relaxing) + 0x0000000040096348 vTaskList + .text.uxTaskResetEventItemValue + 0x0000000040096450 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x56 (size before relaxing) + 0x0000000040096450 uxTaskResetEventItemValue + *fill* 0x00000000400964a2 0x2 .text.pvTaskIncrementMutexHeldCount - 0x0000000040096b4c 0x56 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x00000000400964a4 0x56 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x5a (size before relaxing) - 0x0000000040096b4c pvTaskIncrementMutexHeldCount - *fill* 0x0000000040096ba2 0x2 + 0x00000000400964a4 pvTaskIncrementMutexHeldCount + *fill* 0x00000000400964fa 0x2 .text.prvGetNextExpireTime - 0x0000000040096ba4 0x20 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400964fc 0x20 esp-idf/freertos/libfreertos.a(timers.c.obj) .text.prvInsertTimerInActiveList - 0x0000000040096bc4 0x52 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x000000004009651c 0x52 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x5a (size before relaxing) - *fill* 0x0000000040096c16 0x2 + *fill* 0x000000004009656e 0x2 .text.prvCheckForValidListAndQueue - 0x0000000040096c18 0x69 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x0000000040096570 0x69 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x7c (size before relaxing) - *fill* 0x0000000040096c81 0x3 + *fill* 0x00000000400965d9 0x3 .text.xTimerCreateTimerTask - 0x0000000040096c84 0x42 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400965dc 0x42 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x46 (size before relaxing) - 0x0000000040096c84 xTimerCreateTimerTask - *fill* 0x0000000040096cc6 0x2 + 0x00000000400965dc xTimerCreateTimerTask + *fill* 0x000000004009661e 0x2 .text.xTimerGenericCommand - 0x0000000040096cc8 0x59 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x0000000040096620 0x59 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x61 (size before relaxing) - 0x0000000040096cc8 xTimerGenericCommand - *fill* 0x0000000040096d21 0x3 + 0x0000000040096620 xTimerGenericCommand + *fill* 0x0000000040096679 0x3 .text.prvSwitchTimerLists - 0x0000000040096d24 0x74 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x000000004009667c 0x74 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x7c (size before relaxing) .text.prvSampleTimeNow - 0x0000000040096d98 0x2b esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400966f0 0x2b esp-idf/freertos/libfreertos.a(timers.c.obj) 0x2f (size before relaxing) - *fill* 0x0000000040096dc3 0x1 + *fill* 0x000000004009671b 0x1 .text.prvProcessExpiredTimer - 0x0000000040096dc4 0x52 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x000000004009671c 0x52 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x5a (size before relaxing) - *fill* 0x0000000040096e16 0x2 + *fill* 0x000000004009676e 0x2 .text.prvProcessTimerOrBlockTask - 0x0000000040096e18 0x5c esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x0000000040096770 0x5c esp-idf/freertos/libfreertos.a(timers.c.obj) 0x70 (size before relaxing) .text.prvProcessReceivedCommands - 0x0000000040096e74 0xd6 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400967cc 0xd6 esp-idf/freertos/libfreertos.a(timers.c.obj) 0xe2 (size before relaxing) - *fill* 0x0000000040096f4a 0x2 + *fill* 0x00000000400968a2 0x2 .text.prvTimerTask - 0x0000000040096f4c 0x15 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x00000000400968a4 0x15 esp-idf/freertos/libfreertos.a(timers.c.obj) 0x1d (size before relaxing) - *fill* 0x0000000040096f61 0x3 + *fill* 0x00000000400968b9 0x3 .text.xEventGroupCreate - 0x0000000040096f64 0x37 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x00000000400968bc 0x37 esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0x3f (size before relaxing) - 0x0000000040096f64 xEventGroupCreate - *fill* 0x0000000040096f9b 0x1 + 0x00000000400968bc xEventGroupCreate + *fill* 0x00000000400968f3 0x1 .text.xEventGroupWaitBits - 0x0000000040096f9c 0x10b esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x00000000400968f4 0x10b esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0x126 (size before relaxing) - 0x0000000040096f9c xEventGroupWaitBits - *fill* 0x00000000400970a7 0x1 + 0x00000000400968f4 xEventGroupWaitBits + *fill* 0x00000000400969ff 0x1 .text.xEventGroupClearBits - 0x00000000400970a8 0x50 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x0000000040096a00 0x50 esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0x54 (size before relaxing) - 0x00000000400970a8 xEventGroupClearBits + 0x0000000040096a00 xEventGroupClearBits .text.xEventGroupSetBits - 0x00000000400970f8 0x9b esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x0000000040096a50 0x9b esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0xa7 (size before relaxing) - 0x00000000400970f8 xEventGroupSetBits - *fill* 0x0000000040097193 0x1 + 0x0000000040096a50 xEventGroupSetBits + *fill* 0x0000000040096aeb 0x1 .text.vEventGroupDelete - 0x0000000040097194 0x49 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x0000000040096aec 0x49 esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0x59 (size before relaxing) - 0x0000000040097194 vEventGroupDelete - *fill* 0x00000000400971dd 0x0 - *fill* 0x00000000400971dd 0x0 - *fill* 0x00000000400971dd 0x0 - *fill* 0x00000000400971dd 0x0 - *fill* 0x00000000400971dd 0x0 - *fill* 0x00000000400971dd 0x3 + 0x0000000040096aec vEventGroupDelete + *fill* 0x0000000040096b35 0x0 + *fill* 0x0000000040096b35 0x0 + *fill* 0x0000000040096b35 0x0 + *fill* 0x0000000040096b35 0x0 + *fill* 0x0000000040096b35 0x3 .text.vPortStoreTaskMPUSettings - 0x00000000400971e0 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x00000000400971e0 vPortStoreTaskMPUSettings - *fill* 0x00000000400971f3 0x0 - *fill* 0x00000000400971f3 0x0 - *fill* 0x00000000400971f3 0x0 - *fill* 0x00000000400971f3 0x0 - *fill* 0x00000000400971f3 0x0 - *fill* 0x00000000400971f3 0x0 - *fill* 0x00000000400971f3 0x1 - .text 0x00000000400971f4 0x33 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) - 0x00000000400971f4 xt_ints_on - 0x000000004009720c xt_ints_off - *fill* 0x0000000040097227 0x0 - *fill* 0x0000000040097227 0x0 - *fill* 0x0000000040097227 0x1 + 0x0000000040096b38 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040096b38 vPortStoreTaskMPUSettings + *fill* 0x0000000040096b4b 0x0 + *fill* 0x0000000040096b4b 0x0 + *fill* 0x0000000040096b4b 0x0 + *fill* 0x0000000040096b4b 0x0 + *fill* 0x0000000040096b4b 0x0 + *fill* 0x0000000040096b4b 0x0 + *fill* 0x0000000040096b4b 0x1 + .text 0x0000000040096b4c 0x33 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) + 0x0000000040096b4c xt_ints_on + 0x0000000040096b64 xt_ints_off + *fill* 0x0000000040096b7f 0x0 + *fill* 0x0000000040096b7f 0x0 + *fill* 0x0000000040096b7f 0x1 .text.prvIsQueueEmpty - 0x0000000040097228 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 - *fill* 0x000000004009723c 0x0 + 0x0000000040096b80 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 + *fill* 0x0000000040096b94 0x0 .text.prvTaskCheckFreeStackSpace - 0x000000004009723c 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x0 - *fill* 0x0000000040097255 0x3 + 0x0000000040096b94 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x0 + *fill* 0x0000000040096bad 0x3 .text.vListInitialise - 0x0000000040097258 0x15 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x0000000040097258 vListInitialise - *fill* 0x000000004009726d 0x3 + 0x0000000040096bb0 0x15 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x0000000040096bb0 vListInitialise + *fill* 0x0000000040096bc5 0x3 .text.vListInitialiseItem - 0x0000000040097270 0x9 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x0000000040097270 vListInitialiseItem - *fill* 0x0000000040097279 0x3 + 0x0000000040096bc8 0x9 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x0000000040096bc8 vListInitialiseItem + *fill* 0x0000000040096bd1 0x3 .text.vListInsertEnd - 0x000000004009727c 0x19 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x000000004009727c vListInsertEnd - *fill* 0x0000000040097295 0x3 + 0x0000000040096bd4 0x19 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x0000000040096bd4 vListInsertEnd + *fill* 0x0000000040096bed 0x3 .text.vListInsert - 0x0000000040097298 0x2f esp-idf/freertos/libfreertos.a(list.c.obj) - 0x0000000040097298 vListInsert - *fill* 0x00000000400972c7 0x1 + 0x0000000040096bf0 0x2f esp-idf/freertos/libfreertos.a(list.c.obj) + 0x0000000040096bf0 vListInsert + *fill* 0x0000000040096c1f 0x1 .text.uxListRemove - 0x00000000400972c8 0x24 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x00000000400972c8 uxListRemove + 0x0000000040096c20 0x24 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x0000000040096c20 uxListRemove .text.prvTestWaitCondition - 0x00000000400972ec 0x21 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - *fill* 0x000000004009730d 0x0 - *fill* 0x000000004009730d 0x0 - *fill* 0x000000004009730d 0x0 - *fill* 0x000000004009730d 0x0 - 0x000000004009730d _iram_text_end = ABSOLUTE (.) + 0x0000000040096c44 0x21 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x0000000040096c65 0x0 + *fill* 0x0000000040096c65 0x0 + *fill* 0x0000000040096c65 0x0 + *fill* 0x0000000040096c65 0x0 + *libnewlib.a:abort.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040096c65 0x3 + .text.abort 0x0000000040096c68 0x8d esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x0000000040096c68 abort + *fill* 0x0000000040096cf5 0x0 + *libnewlib.a:heap.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040096cf5 0x3 + .text.malloc 0x0000000040096cf8 0xc esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x10 (size before relaxing) + 0x0000000040096cf8 pvalloc + 0x0000000040096cf8 valloc + 0x0000000040096cf8 malloc + .text.realloc 0x0000000040096d04 0x11 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x0000000040096d04 realloc + *fill* 0x0000000040096d15 0x3 + .text.free 0x0000000040096d18 0xa esp-idf/newlib/libnewlib.a(heap.c.obj) + 0xe (size before relaxing) + 0x0000000040096d18 free + 0x0000000040096d18 cfree + *fill* 0x0000000040096d22 0x2 + .text._malloc_r + 0x0000000040096d24 0xc esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x10 (size before relaxing) + 0x0000000040096d24 _malloc_r + .text._free_r 0x0000000040096d30 0xa esp-idf/newlib/libnewlib.a(heap.c.obj) + 0xe (size before relaxing) + 0x0000000040096d30 _free_r + *fill* 0x0000000040096d3a 0x2 + .text._realloc_r + 0x0000000040096d3c 0x11 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x0000000040096d3c _realloc_r + *fill* 0x0000000040096d4d 0x3 + .text._calloc_r + 0x0000000040096d50 0x2c esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x30 (size before relaxing) + 0x0000000040096d50 _calloc_r + .text.calloc 0x0000000040096d7c 0x14 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x18 (size before relaxing) + 0x0000000040096d7c calloc + *fill* 0x0000000040096d90 0x0 + *fill* 0x0000000040096d90 0x0 + *fill* 0x0000000040096d90 0x0 + *fill* 0x0000000040096d90 0x0 + *fill* 0x0000000040096d90 0x0 + .text.newlib_include_heap_impl + 0x0000000040096d90 0x5 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x0000000040096d90 newlib_include_heap_impl + *libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.*(.literal .literal.* .text .text.*) + *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) + *libapp_trace.a:SEGGER_RTT_esp32.*(.literal .literal.* .text .text.*) + *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) + *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.*(.literal .literal.* .text .text.*) + *libapp_trace.a:SEGGER_SYSVIEW.*(.literal .literal.* .text .text.*) + 0x0000000040096d95 _iram_text_end = ABSOLUTE (.) -.dram0.data 0x000000003ffb0000 0x3984 +.dram0.data 0x000000003ffb0000 0x39e0 0x000000003ffb0000 _data_start = ABSOLUTE (.) 0x000000003ffb0000 _bt_data_start = ABSOLUTE (.) *libbt.a:(.data .data.*) @@ -24992,34 +25041,36 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp *(.gnu.linkonce.s2.*) *(.jcr) *(EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .data EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .data.* EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .dram1 EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .dram1.*) + .data 0x000000003ffb0000 0xc esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .data.s_panic_uart + 0x000000003ffb000c 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) .data.s_mutex_init_lock - 0x000000003ffb0000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x000000003ffb0010 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) .data.s_keys_lock - 0x000000003ffb0008 0x8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x000000003ffb0018 0x8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .data.reason_spinlock - 0x000000003ffb0010 0x8 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x000000003ffb0020 0x8 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) .data.g_dport_mux - 0x000000003ffb0018 0x8 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .data 0x000000003ffb0020 0xc esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) + 0x000000003ffb0028 0x8 esp-idf/esp32/libesp32.a(dport_access.c.obj) .data.spinlock - 0x000000003ffb002c 0x8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .dram1.18 0x000000003ffb0034 0x19 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - *fill* 0x000000003ffb004d 0x3 - .dram1.17 0x000000003ffb0050 0x8 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .dram1.16 0x000000003ffb0058 0x6 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - *fill* 0x000000003ffb005e 0x2 - .dram1.15 0x000000003ffb0060 0x6 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - *fill* 0x000000003ffb0066 0x2 + 0x000000003ffb0030 0x8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .dram1.25 0x000000003ffb0038 0x19 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + *fill* 0x000000003ffb0051 0x3 + .dram1.24 0x000000003ffb0054 0x8 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + .dram1.23 0x000000003ffb005c 0x6 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + *fill* 0x000000003ffb0062 0x2 + .dram1.22 0x000000003ffb0064 0x6 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + *fill* 0x000000003ffb006a 0x2 .data.twdt_spinlock - 0x000000003ffb0068 0x8 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x000000003ffb006c 0x8 esp-idf/esp32/libesp32.a(task_wdt.c.obj) .data.hooks_spinlock - 0x000000003ffb0070 0x8 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x000000003ffb0074 0x8 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) .data.s_timer_lock - 0x000000003ffb0078 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x000000003ffb007c 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) .data.s_time_update_lock - 0x000000003ffb0080 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - 0x000000003ffb0080 s_time_update_lock - *fill* 0x000000003ffb0088 0x8 + 0x000000003ffb0084 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x000000003ffb0084 s_time_update_lock + *fill* 0x000000003ffb008c 0x4 .data 0x000000003ffb0090 0xc0c esp-idf/freertos/libfreertos.a(portasm.S.obj) 0x000000003ffb0090 port_IntStack 0x000000003ffb0c90 port_IntStackTop @@ -25030,7 +25081,7 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp 0x000000003ffb0ea0 _xt_exception_table .data 0x000000003ffb10a0 0x8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) 0x000000003ffb10a0 _xt_coproc_owner_sa - .dram1.14 0x000000003ffb10a8 0x4 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .dram1.21 0x000000003ffb10a8 0x4 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) 0x000000003ffb10a8 uxTopUsedPriority .data.xTaskQueueMutex 0x000000003ffb10ac 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) @@ -25053,110 +25104,103 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp 0x000000003ffb128c conf .data.current_namespace 0x000000003ffb129c 0x10 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .data.IP_EVENT - 0x000000003ffb12ac 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x000000003ffb12ac IP_EVENT .data.ESP_EFUSE_CHIP_VER_REV2 - 0x000000003ffb12b0 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x000000003ffb12b0 ESP_EFUSE_CHIP_VER_REV2 + 0x000000003ffb12ac 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffb12ac ESP_EFUSE_CHIP_VER_REV2 .data.ESP_EFUSE_CHIP_VER_REV1 - 0x000000003ffb12b8 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x000000003ffb12b8 ESP_EFUSE_CHIP_VER_REV1 + 0x000000003ffb12b4 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffb12b4 ESP_EFUSE_CHIP_VER_REV1 .data.ESP_EFUSE_MAC_FACTORY_CRC - 0x000000003ffb12c0 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x000000003ffb12c0 ESP_EFUSE_MAC_FACTORY_CRC + 0x000000003ffb12bc 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffb12bc ESP_EFUSE_MAC_FACTORY_CRC .data.ESP_EFUSE_MAC_FACTORY - 0x000000003ffb12c8 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x000000003ffb12c8 ESP_EFUSE_MAC_FACTORY + 0x000000003ffb12c4 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffb12c4 ESP_EFUSE_MAC_FACTORY .data.s_flash_op_cpu - 0x000000003ffb12e4 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .dram1.24 0x000000003ffb12e8 0x14 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x000000003ffb12e8 g_flash_guard_default_ops - .dram1.15 0x000000003ffb12fc 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .dram1.14 0x000000003ffb1318 0x4c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .dram1.13 0x000000003ffb1364 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .dram1.8 0x000000003ffb1374 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - 0x000000003ffb1374 esp_flash_spi1_default_os_functions - .dram1.7 0x000000003ffb1384 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .dram1.12 0x000000003ffb138c 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - 0x000000003ffb138c esp_flash_noos_functions + 0x000000003ffb12e0 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .dram1.31 0x000000003ffb12e4 0x14 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000000003ffb12e4 g_flash_guard_default_ops + .dram1.22 0x000000003ffb12f8 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.21 0x000000003ffb1314 0x4c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.20 0x000000003ffb1360 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.8 0x000000003ffb1370 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x000000003ffb1370 esp_flash_spi1_default_os_functions + .dram1.7 0x000000003ffb1380 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.12 0x000000003ffb1388 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x000000003ffb1388 esp_flash_noos_functions .data.esp_flash_registered_chips - 0x000000003ffb139c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - 0x000000003ffb139c esp_flash_registered_chips + 0x000000003ffb1398 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x000000003ffb1398 esp_flash_registered_chips .data.default_registered_chips - 0x000000003ffb13a0 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x000000003ffb139c 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .data.IP_EVENT + 0x000000003ffb13ac 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x000000003ffb13ac IP_EVENT .data.WIFI_EVENT 0x000000003ffb13b0 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) 0x000000003ffb13b0 WIFI_EVENT .data.g_wifi_osi_funcs - 0x000000003ffb13b4 0x17c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x000000003ffb13b4 0x188 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) 0x000000003ffb13b4 g_wifi_osi_funcs - .dram1.18 0x000000003ffb1530 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .dram1.25 0x000000003ffb153c 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .data.s_phy_spin_lock - 0x000000003ffb1538 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x000000003ffb1544 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .data.dhcps_offer - 0x000000003ffb1540 0x1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - *fill* 0x000000003ffb1541 0x3 + 0x000000003ffb154c 0x1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000003ffb154d 0x3 .data.dhcps_lease_time - 0x000000003ffb1544 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .data.iss$7528 - 0x000000003ffb1548 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003ffb1550 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .data.iss$7606 + 0x000000003ffb1554 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) .data.tcp_port - 0x000000003ffb154c 0x2 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003ffb1558 0x2 esp-idf/lwip/liblwip.a(tcp.c.obj) .data.udp_port - 0x000000003ffb154e 0x2 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x000000003ffb155a 0x2 esp-idf/lwip/liblwip.a(udp.c.obj) .data.retrans_timer - 0x000000003ffb1550 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x000000003ffb1550 retrans_timer + 0x000000003ffb155c 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffb155c retrans_timer .data.reachable_time - 0x000000003ffb1554 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x000000003ffb1554 reachable_time + 0x000000003ffb1560 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffb1560 reachable_time .data.s_log_print_func - 0x000000003ffb1558 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x000000003ffb1564 0x4 esp-idf/log/liblog.a(log.c.obj) .data.s_log_default_level - 0x000000003ffb155c 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x000000003ffb1568 0x4 esp-idf/log/liblog.a(log.c.obj) .data.malloc_alwaysinternal_limit - 0x000000003ffb1560 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x000000003ffb156c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) .data.gpio_context - 0x000000003ffb1564 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x000000003ffb1570 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) .data._gpio_hal - 0x000000003ffb157c 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x000000003ffb1588 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) .data.periph_spinlock - 0x000000003ffb1584 0x8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x000000003ffb1590 0x8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) .data.s_rtc_isr_handler_list_lock - 0x000000003ffb158c 0x8 esp-idf/driver/libdriver.a(rtc_module.c.obj) - 0x000000003ffb158c s_rtc_isr_handler_list_lock + 0x000000003ffb1598 0x8 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x000000003ffb1598 s_rtc_isr_handler_list_lock .data.rtc_spinlock - 0x000000003ffb1594 0x8 esp-idf/driver/libdriver.a(rtc_module.c.obj) - 0x000000003ffb1594 rtc_spinlock + 0x000000003ffb15a0 0x8 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x000000003ffb15a0 rtc_spinlock .data.uart_selectlock - 0x000000003ffb159c 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x000000003ffb15a8 0x8 esp-idf/driver/libdriver.a(uart.c.obj) .data.uart_context - 0x000000003ffb15a4 0x30 esp-idf/driver/libdriver.a(uart.c.obj) - .data.light_sleep_lock$9079 - 0x000000003ffb15d4 0x8 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x000000003ffb15dc 0x4 + 0x000000003ffb15b0 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .data.light_sleep_lock$9163 + 0x000000003ffb15e0 0x8 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) .data.s_config - 0x000000003ffb15e0 0x30 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x000000003ffb15e8 0x30 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) .data.history_max_len - 0x000000003ffb1610 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003ffb1618 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) .data.VolToPart - 0x000000003ffb1614 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x000000003ffb1614 VolToPart + 0x000000003ffb161c 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x000000003ffb161c VolToPart .data.ff_wl_handles - 0x000000003ffb1618 0x8 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - 0x000000003ffb1618 ff_wl_handles - .data._g_esp_netif_netstack_default_wifi_ap - 0x000000003ffb1620 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - 0x000000003ffb1620 _g_esp_netif_netstack_default_wifi_ap - .data._g_esp_netif_netstack_default_wifi_sta - 0x000000003ffb1624 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - 0x000000003ffb1624 _g_esp_netif_netstack_default_wifi_sta - .data.one$3748 + 0x000000003ffb1620 0x8 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x000000003ffb1620 ff_wl_handles + .data.one$3752 0x000000003ffb1628 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .data.Rp$3941 0x000000003ffb162c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .data.Rp$3945 0x000000003ffb1634 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .data.Rp$3949 0x000000003ffb163c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .data.Rp$3945 0x000000003ffb162c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .data.Rp$3949 0x000000003ffb1634 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .data.Rp$3953 0x000000003ffb163c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .data.mbedtls_free_func 0x000000003ffb1644 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) .data.mbedtls_calloc_func @@ -25169,1717 +25213,1760 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp 0x000000003ffb1658 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) .data.memory_block_lock 0x000000003ffb1660 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data._g_esp_netif_netstack_default_wifi_ap + 0x000000003ffb1668 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x000000003ffb1668 _g_esp_netif_netstack_default_wifi_ap + .data._g_esp_netif_netstack_default_wifi_sta + 0x000000003ffb166c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x000000003ffb166c _g_esp_netif_netstack_default_wifi_sta .data.g_allowed_groups - 0x000000003ffb1668 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x000000003ffb1668 g_allowed_groups + 0x000000003ffb1670 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x000000003ffb1670 g_allowed_groups .data.WIFI_MESH_EVENT - 0x000000003ffb1670 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x000000003ffb1670 WIFI_MESH_EVENT - .dram1.3 0x000000003ffb1674 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x000000003ffb1674 g_wifi_mac_time_delta - .data.g_wifi_event_mask 0x000000003ffb1678 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x000000003ffb1678 g_wifi_event_mask - .dram1.2 0x000000003ffb167c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x000000003ffb167c g_osi_funcs_p - .data.s_wifi_init_state + 0x000000003ffb1678 WIFI_MESH_EVENT + .dram1.3 0x000000003ffb167c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb167c g_wifi_mac_time_delta + .data.g_wifi_event_mask 0x000000003ffb1680 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .data.ccmp 0x000000003ffb1684 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) - 0x000000003ffb1684 ccmp - .data.tkip 0x000000003ffb169c 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) - 0x000000003ffb169c tkip - .data.wep 0x000000003ffb16b4 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) - 0x000000003ffb16b4 wep + 0x000000003ffb1680 g_wifi_event_mask + .dram1.2 0x000000003ffb1684 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb1684 g_osi_funcs_p + .data.s_wifi_init_state + 0x000000003ffb1688 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.ccmp 0x000000003ffb168c 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x000000003ffb168c ccmp + .data.tkip 0x000000003ffb16a4 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0x000000003ffb16a4 tkip + .data.wep 0x000000003ffb16bc 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + 0x000000003ffb16bc wep .data.TmpSTAAPCloseAP - 0x000000003ffb16cc 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x000000003ffb16cc TmpSTAAPCloseAP - *fill* 0x000000003ffb16cd 0x3 - .data.g_op 0x000000003ffb16d0 0x250 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb16d4 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb16d4 TmpSTAAPCloseAP + *fill* 0x000000003ffb16d5 0x3 + .data.g_op 0x000000003ffb16d8 0x250 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .data.s_ioctl_table - 0x000000003ffb1920 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x000000003ffb1920 s_ioctl_table - .dram1.2 0x000000003ffb1938 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x000000003ffb1938 g_intr_lock_mux + 0x000000003ffb1928 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb1928 s_ioctl_table + .dram1.2 0x000000003ffb1940 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb1940 g_intr_lock_mux .data.g_mesh_self_organized - 0x000000003ffb193c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) - 0x000000003ffb193c g_mesh_self_organized - *fill* 0x000000003ffb193d 0x3 + 0x000000003ffb1944 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb1944 g_mesh_self_organized + *fill* 0x000000003ffb1945 0x3 .data.g_wifi_nvs - 0x000000003ffb1940 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x000000003ffb1940 g_wifi_nvs - .data.s_raw_seq$9684 - 0x000000003ffb1944 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000003ffb1948 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x000000003ffb1948 g_wifi_nvs + .data.s_raw_seq$9737 + 0x000000003ffb194c 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .data.g_hmac_stop - 0x000000003ffb1946 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - *fill* 0x000000003ffb1947 0x1 - .data.s_map 0x000000003ffb1948 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x000000003ffb1948 s_map + 0x000000003ffb194e 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + *fill* 0x000000003ffb194f 0x1 + .data.s_map 0x000000003ffb1950 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x000000003ffb1950 s_map .data.g_scan_chan_list - 0x000000003ffb1960 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb1968 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .data.s_sta_igtk_active_idx - 0x000000003ffb196e 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000003ffb1976 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .data.g_timer_info - 0x000000003ffb1970 0x98 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x000000003ffb1970 g_timer_info - .data.g_chm 0x000000003ffb1a08 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - 0x000000003ffb1a08 g_chm + 0x000000003ffb1978 0x98 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x000000003ffb1978 g_timer_info + .data.g_chm 0x000000003ffb1a10 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000003ffb1a10 g_chm .data.join_deny_flag - 0x000000003ffb1a0c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - .dram1.2 0x000000003ffb1a0d 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x000000003ffb1a0d g_sta_connected_flag - *fill* 0x000000003ffb1a0e 0x2 + 0x000000003ffb1a14 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .dram1.2 0x000000003ffb1a15 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb1a15 g_sta_connected_flag + *fill* 0x000000003ffb1a16 0x2 .data.sa_query_recv_action - 0x000000003ffb1a10 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x000000003ffb1a18 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .data.vendor_recv_action - 0x000000003ffb1a18 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x000000003ffb1a20 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .data.ht_recv_action - 0x000000003ffb1a1c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x000000003ffb1a24 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .data.ba_recv_action - 0x000000003ffb1a20 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x000000003ffb1a28 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .data.sa_query_send_action - 0x000000003ffb1a2c 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x000000003ffb1a34 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .data.vendor_send_action - 0x000000003ffb1a34 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x000000003ffb1a3c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .data.ht_send_action - 0x000000003ffb1a38 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x000000003ffb1a40 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .data.ba_send_action - 0x000000003ffb1a3c 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x000000003ffb1a44 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) .data.g_eb_list_desc - 0x000000003ffb1a48 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) - .dram1.2 0x000000003ffb1afc 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x000000003ffb1a50 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .dram1.2 0x000000003ffb1b04 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) .data.g_long_ampdu_retry - 0x000000003ffb1b7c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x000000003ffb1b7c g_long_ampdu_retry + 0x000000003ffb1b84 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000003ffb1b84 g_long_ampdu_retry .data.g_short_ampdu_retry - 0x000000003ffb1b7d 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x000000003ffb1b7d g_short_ampdu_retry - *fill* 0x000000003ffb1b7e 0x2 - .dram1.4 0x000000003ffb1b80 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - .data.pTxRx 0x000000003ffb1c10 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x000000003ffb1c10 pTxRx - .dram1.3 0x000000003ffb1c14 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x000000003ffb1c14 xphyQueue + 0x000000003ffb1b85 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000003ffb1b85 g_short_ampdu_retry + *fill* 0x000000003ffb1b86 0x2 + .dram1.4 0x000000003ffb1b88 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .data.pTxRx 0x000000003ffb1c18 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb1c18 pTxRx + .dram1.3 0x000000003ffb1c1c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb1c1c xphyQueue .data.g_pp_stop_flag - 0x000000003ffb1c18 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - *fill* 0x000000003ffb1c19 0x3 - .dram1.2 0x000000003ffb1c1c 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x000000003ffb1c1c pp_sig_cnt - *fill* 0x000000003ffb1c37 0x1 - .dram1.5 0x000000003ffb1c38 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) - 0x000000003ffb1c38 g_dbg_cnt_lmac_interrupt - .dram1.2 0x000000003ffb1c80 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x000000003ffb1c20 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + *fill* 0x000000003ffb1c21 0x3 + .dram1.2 0x000000003ffb1c24 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb1c24 pp_sig_cnt + *fill* 0x000000003ffb1c3f 0x1 + .dram1.5 0x000000003ffb1c40 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x000000003ffb1c40 g_dbg_cnt_lmac_interrupt + .dram1.2 0x000000003ffb1c88 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) .data.g_pp_timer_info - 0x000000003ffb1c84 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - 0x000000003ffb1c84 g_pp_timer_info + 0x000000003ffb1c8c 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x000000003ffb1c8c g_pp_timer_info .data.rc11BSchedTbl - 0x000000003ffb1cc4 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1ccc 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .data.rcP2P11GSchedTbl - 0x000000003ffb1d0c 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1d14 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .data.rc11GSchedTbl - 0x000000003ffb1d6c 0x9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1d74 0x9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .data.rcP2P11NSchedTbl - 0x000000003ffb1e08 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1e10 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .data.rc11NSchedTbl - 0x000000003ffb1e74 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1e7c 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .data.rcLoRaSchedTbl - 0x000000003ffb1f1c 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1f24 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .data.BasicOFDMSched - 0x000000003ffb1f34 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - .dram1.19 0x000000003ffb1f40 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - *fill* 0x000000003ffb1f41 0x3 - .dram1.18 0x000000003ffb1f44 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - .dram1.6 0x000000003ffb1f60 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb1f3c 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .dram1.19 0x000000003ffb1f48 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + *fill* 0x000000003ffb1f49 0x3 + .dram1.18 0x000000003ffb1f4c 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.6 0x000000003ffb1f68 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .data.BcnInterval - 0x000000003ffb1f64 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - .dram1.4 0x000000003ffb1f68 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - .dram1.3 0x000000003ffb1f6c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb1f6c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.4 0x000000003ffb1f70 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.3 0x000000003ffb1f74 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .data.g_noise_now - 0x000000003ffb1f70 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000003ffb1f70 g_noise_now - *fill* 0x000000003ffb1f71 0x3 + 0x000000003ffb1f78 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb1f78 g_noise_now + *fill* 0x000000003ffb1f79 0x3 .data.g_wdev_rx_mblk_size - 0x000000003ffb1f74 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000003ffb1f74 g_wdev_rx_mblk_size - .dram1.2 0x000000003ffb1f78 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000003ffb1f78 g_sniffer_mode + 0x000000003ffb1f7c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb1f7c g_wdev_rx_mblk_size + .dram1.2 0x000000003ffb1f80 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb1f80 g_sniffer_mode .data.phy_wifi_pll_track_en - 0x000000003ffb1f79 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb1f79 phy_wifi_pll_track_en + 0x000000003ffb1f81 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb1f81 phy_wifi_pll_track_en .data.phy_bt_pll_track_en - 0x000000003ffb1f7a 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb1f7a phy_bt_pll_track_en + 0x000000003ffb1f82 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb1f82 phy_bt_pll_track_en .data.chan14_mic_most_power - 0x000000003ffb1f7b 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb1f7b chan14_mic_most_power + 0x000000003ffb1f83 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb1f83 chan14_mic_most_power .data.phy_in_most_power_bk - 0x000000003ffb1f7c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb1f7c phy_in_most_power_bk + 0x000000003ffb1f84 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb1f84 phy_in_most_power_bk .data.phy_in_most_power - 0x000000003ffb1f7d 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb1f7d phy_in_most_power - *fill* 0x000000003ffb1f7e 0x2 + 0x000000003ffb1f85 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb1f85 phy_in_most_power + *fill* 0x000000003ffb1f86 0x2 .data.tx_rf_ana_gain - 0x000000003ffb1f80 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb1f80 tx_rf_ana_gain + 0x000000003ffb1f88 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb1f88 tx_rf_ana_gain .data.noise_array - 0x000000003ffb1f84 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb1f84 noise_array - *fill* 0x000000003ffb1f8a 0x2 + 0x000000003ffb1f8c 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb1f8c noise_array + *fill* 0x000000003ffb1f92 0x2 .data.bt_rx_gain_swp - 0x000000003ffb1f8c 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb1f94 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) .data.bb_gain_swp - 0x000000003ffb1f9c 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb1fa4 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) .data.rfbb_gain_swp - 0x000000003ffb1fa8 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - *fill* 0x000000003ffb1faa 0x2 + 0x000000003ffb1fb0 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffb1fb2 0x2 .data.rf_gain_swp_wifi - 0x000000003ffb1fac 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - *fill* 0x000000003ffb1fc2 0x2 + 0x000000003ffb1fb4 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffb1fca 0x2 .data.wifi_rx_gain_swp - 0x000000003ffb1fc4 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb1fcc 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) .data.rfcal_bb_atten_init - 0x000000003ffb1fdc 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x000000003ffb1fdc rfcal_bb_atten_init - *fill* 0x000000003ffb1fdd 0x3 + 0x000000003ffb1fe4 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb1fe4 rfcal_bb_atten_init + *fill* 0x000000003ffb1fe5 0x3 .data.ssl_preset_suiteb_curves - 0x000000003ffb1fe0 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000003ffb1fe8 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .data.ssl_preset_suiteb_hashes - 0x000000003ffb1fec 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000003ffb1ff4 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .data.ssl_preset_suiteb_ciphersuites - 0x000000003ffb1ff8 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000003ffb2000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .data.ssl_preset_default_hashes - 0x000000003ffb2004 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .dram1.0 0x000000003ffb201c 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) - 0x000000003ffb201c coex_params + 0x000000003ffb200c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .dram1.0 0x000000003ffb2024 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) + 0x000000003ffb2024 coex_params .data.coex_schm_ble_default_bt_default_wifi_conn - 0x000000003ffb20ac 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb20ac coex_schm_ble_default_bt_default_wifi_conn - *fill* 0x000000003ffb20b6 0x2 + 0x000000003ffb20b4 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb20b4 coex_schm_ble_default_bt_default_wifi_conn + *fill* 0x000000003ffb20be 0x2 .data.coex_schm_ble_default_bt_a2dp_wifi_conn - 0x000000003ffb20b8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb20b8 coex_schm_ble_default_bt_a2dp_wifi_conn - *fill* 0x000000003ffb20c2 0x2 + 0x000000003ffb20c0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb20c0 coex_schm_ble_default_bt_a2dp_wifi_conn + *fill* 0x000000003ffb20ca 0x2 + .data.coex_schm_ble_default_bt_idle_wifi_conn + 0x000000003ffb20cc 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb20cc coex_schm_ble_default_bt_idle_wifi_conn + *fill* 0x000000003ffb20d6 0x2 .data.coex_schm_ble_mesh_standby_bt_default_wifi_conn - 0x000000003ffb20c4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb20c4 coex_schm_ble_mesh_standby_bt_default_wifi_conn - *fill* 0x000000003ffb20d2 0x2 + 0x000000003ffb20d8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb20d8 coex_schm_ble_mesh_standby_bt_default_wifi_conn + *fill* 0x000000003ffb20e6 0x2 .data.coex_schm_ble_mesh_standby_bt_sniff_wifi_conn - 0x000000003ffb20d4 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb20d4 coex_schm_ble_mesh_standby_bt_sniff_wifi_conn - *fill* 0x000000003ffb20de 0x2 + 0x000000003ffb20e8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb20e8 coex_schm_ble_mesh_standby_bt_sniff_wifi_conn + *fill* 0x000000003ffb20f2 0x2 .data.coex_schm_ble_mesh_standby_bt_a2dp_wifi_conn - 0x000000003ffb20e0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb20e0 coex_schm_ble_mesh_standby_bt_a2dp_wifi_conn - *fill* 0x000000003ffb20ee 0x2 + 0x000000003ffb20f4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb20f4 coex_schm_ble_mesh_standby_bt_a2dp_wifi_conn + *fill* 0x000000003ffb2102 0x2 .data.coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_conn - 0x000000003ffb20f0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb20f0 coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_conn - *fill* 0x000000003ffb20fe 0x2 + 0x000000003ffb2104 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2104 coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_conn + *fill* 0x000000003ffb2112 0x2 .data.coex_schm_ble_mesh_standby_bt_conn_wifi_conn - 0x000000003ffb2100 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2100 coex_schm_ble_mesh_standby_bt_conn_wifi_conn - *fill* 0x000000003ffb210e 0x2 + 0x000000003ffb2114 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2114 coex_schm_ble_mesh_standby_bt_conn_wifi_conn + *fill* 0x000000003ffb2122 0x2 .data.coex_schm_ble_mesh_standby_bt_iscan_wifi_conn - 0x000000003ffb2110 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2110 coex_schm_ble_mesh_standby_bt_iscan_wifi_conn - *fill* 0x000000003ffb211e 0x2 + 0x000000003ffb2124 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2124 coex_schm_ble_mesh_standby_bt_iscan_wifi_conn + *fill* 0x000000003ffb2132 0x2 .data.coex_schm_ble_mesh_traffic_bt_default_wifi_conn - 0x000000003ffb2120 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2120 coex_schm_ble_mesh_traffic_bt_default_wifi_conn - *fill* 0x000000003ffb212e 0x2 + 0x000000003ffb2134 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2134 coex_schm_ble_mesh_traffic_bt_default_wifi_conn + *fill* 0x000000003ffb2142 0x2 .data.coex_schm_ble_mesh_traffic_bt_sniff_wifi_conn - 0x000000003ffb2130 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2130 coex_schm_ble_mesh_traffic_bt_sniff_wifi_conn - *fill* 0x000000003ffb213a 0x2 + 0x000000003ffb2144 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2144 coex_schm_ble_mesh_traffic_bt_sniff_wifi_conn + *fill* 0x000000003ffb214e 0x2 .data.coex_schm_ble_mesh_traffic_bt_a2dp_wifi_conn - 0x000000003ffb213c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb213c coex_schm_ble_mesh_traffic_bt_a2dp_wifi_conn - *fill* 0x000000003ffb214a 0x2 + 0x000000003ffb2150 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2150 coex_schm_ble_mesh_traffic_bt_a2dp_wifi_conn + *fill* 0x000000003ffb215e 0x2 .data.coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_conn - 0x000000003ffb214c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb214c coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_conn - *fill* 0x000000003ffb215a 0x2 + 0x000000003ffb2160 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2160 coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_conn + *fill* 0x000000003ffb216e 0x2 .data.coex_schm_ble_mesh_traffic_bt_conn_wifi_conn - 0x000000003ffb215c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb215c coex_schm_ble_mesh_traffic_bt_conn_wifi_conn - *fill* 0x000000003ffb216a 0x2 + 0x000000003ffb2170 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2170 coex_schm_ble_mesh_traffic_bt_conn_wifi_conn + *fill* 0x000000003ffb217e 0x2 .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_conn - 0x000000003ffb216c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb216c coex_schm_ble_mesh_traffic_bt_iscan_wifi_conn - *fill* 0x000000003ffb217a 0x2 + 0x000000003ffb2180 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2180 coex_schm_ble_mesh_traffic_bt_iscan_wifi_conn + *fill* 0x000000003ffb218e 0x2 .data.coex_schm_ble_mesh_config_bt_default_wifi_conn - 0x000000003ffb217c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb217c coex_schm_ble_mesh_config_bt_default_wifi_conn - *fill* 0x000000003ffb218a 0x2 + 0x000000003ffb2190 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2190 coex_schm_ble_mesh_config_bt_default_wifi_conn + *fill* 0x000000003ffb219e 0x2 .data.coex_schm_ble_mesh_config_bt_sniff_wifi_conn - 0x000000003ffb218c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb218c coex_schm_ble_mesh_config_bt_sniff_wifi_conn - *fill* 0x000000003ffb2196 0x2 + 0x000000003ffb21a0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb21a0 coex_schm_ble_mesh_config_bt_sniff_wifi_conn + *fill* 0x000000003ffb21aa 0x2 .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_conn - 0x000000003ffb2198 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2198 coex_schm_ble_mesh_config_bt_a2dp_wifi_conn - *fill* 0x000000003ffb21a6 0x2 + 0x000000003ffb21ac 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb21ac coex_schm_ble_mesh_config_bt_a2dp_wifi_conn + *fill* 0x000000003ffb21ba 0x2 .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_conn - 0x000000003ffb21a8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb21a8 coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_conn - *fill* 0x000000003ffb21b6 0x2 + 0x000000003ffb21bc 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb21bc coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_conn + *fill* 0x000000003ffb21ca 0x2 .data.coex_schm_ble_mesh_config_bt_conn_wifi_conn - 0x000000003ffb21b8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb21b8 coex_schm_ble_mesh_config_bt_conn_wifi_conn - *fill* 0x000000003ffb21c6 0x2 + 0x000000003ffb21cc 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb21cc coex_schm_ble_mesh_config_bt_conn_wifi_conn + *fill* 0x000000003ffb21da 0x2 .data.coex_schm_ble_mesh_config_bt_iscan_wifi_conn - 0x000000003ffb21c8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb21c8 coex_schm_ble_mesh_config_bt_iscan_wifi_conn - *fill* 0x000000003ffb21d6 0x2 + 0x000000003ffb21dc 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb21dc coex_schm_ble_mesh_config_bt_iscan_wifi_conn + *fill* 0x000000003ffb21ea 0x2 .data.coex_schm_ble_mesh_standby_wifi_conn - 0x000000003ffb21d8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb21d8 coex_schm_ble_mesh_standby_wifi_conn - *fill* 0x000000003ffb21e2 0x2 + 0x000000003ffb21ec 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb21ec coex_schm_ble_mesh_standby_wifi_conn + *fill* 0x000000003ffb21f6 0x2 .data.coex_schm_ble_mesh_traffic_wifi_conn - 0x000000003ffb21e4 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb21e4 coex_schm_ble_mesh_traffic_wifi_conn - *fill* 0x000000003ffb21ee 0x2 + 0x000000003ffb21f8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb21f8 coex_schm_ble_mesh_traffic_wifi_conn + *fill* 0x000000003ffb2202 0x2 .data.coex_schm_ble_mesh_config_wifi_conn - 0x000000003ffb21f0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb21f0 coex_schm_ble_mesh_config_wifi_conn - *fill* 0x000000003ffb21fa 0x2 - .data.coex_schm_bt_default_wifi_conn - 0x000000003ffb21fc 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb21fc coex_schm_bt_default_wifi_conn - *fill* 0x000000003ffb2206 0x2 - .data.coex_schm_bt_sniff_wifi_conn - 0x000000003ffb2208 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2208 coex_schm_bt_sniff_wifi_conn + 0x000000003ffb2204 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2204 coex_schm_ble_mesh_config_wifi_conn *fill* 0x000000003ffb220e 0x2 - .data.coex_schm_bt_a2dp_wifi_conn + .data.coex_schm_bt_default_wifi_conn 0x000000003ffb2210 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2210 coex_schm_bt_a2dp_wifi_conn + 0x000000003ffb2210 coex_schm_bt_default_wifi_conn *fill* 0x000000003ffb221a 0x2 + .data.coex_schm_bt_sniff_wifi_conn + 0x000000003ffb221c 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb221c coex_schm_bt_sniff_wifi_conn + *fill* 0x000000003ffb2222 0x2 + .data.coex_schm_bt_a2dp_wifi_conn + 0x000000003ffb2224 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2224 coex_schm_bt_a2dp_wifi_conn + *fill* 0x000000003ffb222e 0x2 .data.coex_schm_bt_a2dp_paused_wifi_conn - 0x000000003ffb221c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb221c coex_schm_bt_a2dp_paused_wifi_conn - *fill* 0x000000003ffb2226 0x2 + 0x000000003ffb2230 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2230 coex_schm_bt_a2dp_paused_wifi_conn + *fill* 0x000000003ffb223a 0x2 .data.coex_schm_bt_conn_wifi_conn - 0x000000003ffb2228 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2228 coex_schm_bt_conn_wifi_conn - *fill* 0x000000003ffb2232 0x2 - .data.coex_schm_bt_iscan_wifi_conn - 0x000000003ffb2234 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2234 coex_schm_bt_iscan_wifi_conn - *fill* 0x000000003ffb223e 0x2 - .data.coex_schm_bt_idle_wifi_conn - 0x000000003ffb2240 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2240 coex_schm_bt_idle_wifi_conn + 0x000000003ffb223c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb223c coex_schm_bt_conn_wifi_conn *fill* 0x000000003ffb2246 0x2 - .data.coex_schm_ble_default_bt_default_wifi_connecting + .data.coex_schm_bt_iscan_wifi_conn 0x000000003ffb2248 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2248 coex_schm_ble_default_bt_default_wifi_connecting + 0x000000003ffb2248 coex_schm_bt_iscan_wifi_conn *fill* 0x000000003ffb2252 0x2 + .data.coex_schm_bt_idle_wifi_conn + 0x000000003ffb2254 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2254 coex_schm_bt_idle_wifi_conn + *fill* 0x000000003ffb225a 0x2 + .data.coex_schm_ble_default_bt_default_wifi_connecting + 0x000000003ffb225c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb225c coex_schm_ble_default_bt_default_wifi_connecting + *fill* 0x000000003ffb2266 0x2 .data.coex_schm_ble_default_bt_a2dp_wifi_connecting - 0x000000003ffb2254 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2254 coex_schm_ble_default_bt_a2dp_wifi_connecting - *fill* 0x000000003ffb225e 0x2 + 0x000000003ffb2268 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2268 coex_schm_ble_default_bt_a2dp_wifi_connecting + *fill* 0x000000003ffb2272 0x2 + .data.coex_schm_ble_default_bt_idle_wifi_connecting + 0x000000003ffb2274 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2274 coex_schm_ble_default_bt_idle_wifi_connecting + *fill* 0x000000003ffb227e 0x2 .data.coex_schm_ble_mesh_standby_bt_default_wifi_connecting - 0x000000003ffb2260 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2260 coex_schm_ble_mesh_standby_bt_default_wifi_connecting - *fill* 0x000000003ffb2276 0x2 + 0x000000003ffb2280 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2280 coex_schm_ble_mesh_standby_bt_default_wifi_connecting + *fill* 0x000000003ffb2296 0x2 .data.coex_schm_ble_mesh_standby_bt_sniff_wifi_connecting - 0x000000003ffb2278 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2278 coex_schm_ble_mesh_standby_bt_sniff_wifi_connecting - *fill* 0x000000003ffb2282 0x2 + 0x000000003ffb2298 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2298 coex_schm_ble_mesh_standby_bt_sniff_wifi_connecting + *fill* 0x000000003ffb22a2 0x2 .data.coex_schm_ble_mesh_standby_bt_a2dp_wifi_connecting - 0x000000003ffb2284 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2284 coex_schm_ble_mesh_standby_bt_a2dp_wifi_connecting - *fill* 0x000000003ffb229a 0x2 - .data.coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_connecting - 0x000000003ffb229c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb229c coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_connecting - *fill* 0x000000003ffb22aa 0x2 - .data.coex_schm_ble_mesh_standby_bt_conn_wifi_connecting - 0x000000003ffb22ac 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb22ac coex_schm_ble_mesh_standby_bt_conn_wifi_connecting + 0x000000003ffb22a4 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb22a4 coex_schm_ble_mesh_standby_bt_a2dp_wifi_connecting *fill* 0x000000003ffb22ba 0x2 - .data.coex_schm_ble_mesh_standby_bt_iscan_wifi_connecting + .data.coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_connecting 0x000000003ffb22bc 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb22bc coex_schm_ble_mesh_standby_bt_iscan_wifi_connecting + 0x000000003ffb22bc coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_connecting *fill* 0x000000003ffb22ca 0x2 + .data.coex_schm_ble_mesh_standby_bt_conn_wifi_connecting + 0x000000003ffb22cc 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb22cc coex_schm_ble_mesh_standby_bt_conn_wifi_connecting + *fill* 0x000000003ffb22da 0x2 + .data.coex_schm_ble_mesh_standby_bt_iscan_wifi_connecting + 0x000000003ffb22dc 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb22dc coex_schm_ble_mesh_standby_bt_iscan_wifi_connecting + *fill* 0x000000003ffb22ea 0x2 .data.coex_schm_ble_mesh_traffic_bt_default_wifi_connecting - 0x000000003ffb22cc 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb22cc coex_schm_ble_mesh_traffic_bt_default_wifi_connecting - *fill* 0x000000003ffb22e2 0x2 + 0x000000003ffb22ec 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb22ec coex_schm_ble_mesh_traffic_bt_default_wifi_connecting + *fill* 0x000000003ffb2302 0x2 .data.coex_schm_ble_mesh_traffic_bt_sniff_wifi_connecting - 0x000000003ffb22e4 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb22e4 coex_schm_ble_mesh_traffic_bt_sniff_wifi_connecting - *fill* 0x000000003ffb22ee 0x2 + 0x000000003ffb2304 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2304 coex_schm_ble_mesh_traffic_bt_sniff_wifi_connecting + *fill* 0x000000003ffb230e 0x2 .data.coex_schm_ble_mesh_traffic_bt_a2dp_wifi_connecting - 0x000000003ffb22f0 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb22f0 coex_schm_ble_mesh_traffic_bt_a2dp_wifi_connecting - *fill* 0x000000003ffb2306 0x2 - .data.coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_connecting - 0x000000003ffb2308 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2308 coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_connecting - *fill* 0x000000003ffb2316 0x2 - .data.coex_schm_ble_mesh_traffic_bt_conn_wifi_connecting - 0x000000003ffb2318 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2318 coex_schm_ble_mesh_traffic_bt_conn_wifi_connecting + 0x000000003ffb2310 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2310 coex_schm_ble_mesh_traffic_bt_a2dp_wifi_connecting *fill* 0x000000003ffb2326 0x2 - .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_connecting + .data.coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_connecting 0x000000003ffb2328 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2328 coex_schm_ble_mesh_traffic_bt_iscan_wifi_connecting + 0x000000003ffb2328 coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_connecting *fill* 0x000000003ffb2336 0x2 - .data.coex_schm_ble_mesh_config_bt_default_wifi_connecting + .data.coex_schm_ble_mesh_traffic_bt_conn_wifi_connecting 0x000000003ffb2338 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2338 coex_schm_ble_mesh_config_bt_default_wifi_connecting + 0x000000003ffb2338 coex_schm_ble_mesh_traffic_bt_conn_wifi_connecting *fill* 0x000000003ffb2346 0x2 + .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_connecting + 0x000000003ffb2348 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2348 coex_schm_ble_mesh_traffic_bt_iscan_wifi_connecting + *fill* 0x000000003ffb2356 0x2 + .data.coex_schm_ble_mesh_config_bt_default_wifi_connecting + 0x000000003ffb2358 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2358 coex_schm_ble_mesh_config_bt_default_wifi_connecting + *fill* 0x000000003ffb2366 0x2 .data.coex_schm_ble_mesh_config_bt_sniff_wifi_connecting - 0x000000003ffb2348 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2348 coex_schm_ble_mesh_config_bt_sniff_wifi_connecting - *fill* 0x000000003ffb2352 0x2 - .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_connecting - 0x000000003ffb2354 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2354 coex_schm_ble_mesh_config_bt_a2dp_wifi_connecting - *fill* 0x000000003ffb2362 0x2 - .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_connecting - 0x000000003ffb2364 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2364 coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_connecting + 0x000000003ffb2368 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2368 coex_schm_ble_mesh_config_bt_sniff_wifi_connecting *fill* 0x000000003ffb2372 0x2 - .data.coex_schm_ble_mesh_config_bt_conn_wifi_connecting + .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_connecting 0x000000003ffb2374 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2374 coex_schm_ble_mesh_config_bt_conn_wifi_connecting + 0x000000003ffb2374 coex_schm_ble_mesh_config_bt_a2dp_wifi_connecting *fill* 0x000000003ffb2382 0x2 - .data.coex_schm_ble_mesh_config_bt_iscan_wifi_connecting + .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_connecting 0x000000003ffb2384 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2384 coex_schm_ble_mesh_config_bt_iscan_wifi_connecting + 0x000000003ffb2384 coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_connecting *fill* 0x000000003ffb2392 0x2 + .data.coex_schm_ble_mesh_config_bt_conn_wifi_connecting + 0x000000003ffb2394 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2394 coex_schm_ble_mesh_config_bt_conn_wifi_connecting + *fill* 0x000000003ffb23a2 0x2 + .data.coex_schm_ble_mesh_config_bt_iscan_wifi_connecting + 0x000000003ffb23a4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb23a4 coex_schm_ble_mesh_config_bt_iscan_wifi_connecting + *fill* 0x000000003ffb23b2 0x2 .data.coex_schm_ble_mesh_standby_wifi_connecting - 0x000000003ffb2394 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2394 coex_schm_ble_mesh_standby_wifi_connecting - *fill* 0x000000003ffb239e 0x2 + 0x000000003ffb23b4 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb23b4 coex_schm_ble_mesh_standby_wifi_connecting + *fill* 0x000000003ffb23be 0x2 .data.coex_schm_ble_mesh_traffic_wifi_connecting - 0x000000003ffb23a0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb23a0 coex_schm_ble_mesh_traffic_wifi_connecting - *fill* 0x000000003ffb23aa 0x2 - .data.coex_schm_ble_mesh_config_wifi_connecting - 0x000000003ffb23ac 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb23ac coex_schm_ble_mesh_config_wifi_connecting - *fill* 0x000000003ffb23b6 0x2 - .data.coex_schm_bt_default_wifi_connecting - 0x000000003ffb23b8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb23b8 coex_schm_bt_default_wifi_connecting - *fill* 0x000000003ffb23c2 0x2 - .data.coex_schm_bt_sniff_wifi_connecting - 0x000000003ffb23c4 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb23c4 coex_schm_bt_sniff_wifi_connecting + 0x000000003ffb23c0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb23c0 coex_schm_ble_mesh_traffic_wifi_connecting *fill* 0x000000003ffb23ca 0x2 - .data.coex_schm_bt_a2dp_wifi_connecting + .data.coex_schm_ble_mesh_config_wifi_connecting 0x000000003ffb23cc 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb23cc coex_schm_bt_a2dp_wifi_connecting + 0x000000003ffb23cc coex_schm_ble_mesh_config_wifi_connecting *fill* 0x000000003ffb23d6 0x2 - .data.coex_schm_bt_a2dp_paused_wifi_connecting + .data.coex_schm_bt_default_wifi_connecting 0x000000003ffb23d8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb23d8 coex_schm_bt_a2dp_paused_wifi_connecting + 0x000000003ffb23d8 coex_schm_bt_default_wifi_connecting *fill* 0x000000003ffb23e2 0x2 - .data.coex_schm_bt_conn_wifi_connecting - 0x000000003ffb23e4 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb23e4 coex_schm_bt_conn_wifi_connecting - *fill* 0x000000003ffb23ee 0x2 - .data.coex_schm_bt_iscan_wifi_connecting - 0x000000003ffb23f0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb23f0 coex_schm_bt_iscan_wifi_connecting - *fill* 0x000000003ffb23fa 0x2 - .data.coex_schm_bt_idle_wifi_connecting - 0x000000003ffb23fc 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb23fc coex_schm_bt_idle_wifi_connecting + .data.coex_schm_bt_sniff_wifi_connecting + 0x000000003ffb23e4 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb23e4 coex_schm_bt_sniff_wifi_connecting + *fill* 0x000000003ffb23ea 0x2 + .data.coex_schm_bt_a2dp_wifi_connecting + 0x000000003ffb23ec 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb23ec coex_schm_bt_a2dp_wifi_connecting + *fill* 0x000000003ffb23f6 0x2 + .data.coex_schm_bt_a2dp_paused_wifi_connecting + 0x000000003ffb23f8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb23f8 coex_schm_bt_a2dp_paused_wifi_connecting *fill* 0x000000003ffb2402 0x2 - .data.coex_schm_ble_default_bt_default_wifi_scan + .data.coex_schm_bt_conn_wifi_connecting 0x000000003ffb2404 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2404 coex_schm_ble_default_bt_default_wifi_scan + 0x000000003ffb2404 coex_schm_bt_conn_wifi_connecting *fill* 0x000000003ffb240e 0x2 - .data.coex_schm_ble_default_bt_a2dp_wifi_scan + .data.coex_schm_bt_iscan_wifi_connecting 0x000000003ffb2410 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2410 coex_schm_ble_default_bt_a2dp_wifi_scan + 0x000000003ffb2410 coex_schm_bt_iscan_wifi_connecting *fill* 0x000000003ffb241a 0x2 + .data.coex_schm_bt_idle_wifi_connecting + 0x000000003ffb241c 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb241c coex_schm_bt_idle_wifi_connecting + *fill* 0x000000003ffb2422 0x2 + .data.coex_schm_ble_default_bt_default_wifi_scan + 0x000000003ffb2424 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2424 coex_schm_ble_default_bt_default_wifi_scan + *fill* 0x000000003ffb242e 0x2 + .data.coex_schm_ble_default_bt_a2dp_wifi_scan + 0x000000003ffb2430 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2430 coex_schm_ble_default_bt_a2dp_wifi_scan + *fill* 0x000000003ffb243a 0x2 + .data.coex_schm_ble_default_bt_idle_wifi_scan + 0x000000003ffb243c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb243c coex_schm_ble_default_bt_idle_wifi_scan + *fill* 0x000000003ffb2446 0x2 .data.coex_schm_ble_mesh_standby_bt_default_wifi_scan - 0x000000003ffb241c 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb241c coex_schm_ble_mesh_standby_bt_default_wifi_scan - *fill* 0x000000003ffb2432 0x2 + 0x000000003ffb2448 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2448 coex_schm_ble_mesh_standby_bt_default_wifi_scan + *fill* 0x000000003ffb245e 0x2 .data.coex_schm_ble_mesh_standby_bt_sniff_wifi_scan - 0x000000003ffb2434 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2434 coex_schm_ble_mesh_standby_bt_sniff_wifi_scan - *fill* 0x000000003ffb243e 0x2 + 0x000000003ffb2460 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2460 coex_schm_ble_mesh_standby_bt_sniff_wifi_scan + *fill* 0x000000003ffb246a 0x2 .data.coex_schm_ble_mesh_standby_bt_a2dp_wifi_scan - 0x000000003ffb2440 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2440 coex_schm_ble_mesh_standby_bt_a2dp_wifi_scan - *fill* 0x000000003ffb2456 0x2 + 0x000000003ffb246c 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb246c coex_schm_ble_mesh_standby_bt_a2dp_wifi_scan + *fill* 0x000000003ffb2482 0x2 .data.coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_scan - 0x000000003ffb2458 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2458 coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_scan - *fill* 0x000000003ffb2466 0x2 + 0x000000003ffb2484 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2484 coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_scan + *fill* 0x000000003ffb2492 0x2 .data.coex_schm_ble_mesh_standby_bt_conn_wifi_scan - 0x000000003ffb2468 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2468 coex_schm_ble_mesh_standby_bt_conn_wifi_scan - *fill* 0x000000003ffb2476 0x2 + 0x000000003ffb2494 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2494 coex_schm_ble_mesh_standby_bt_conn_wifi_scan + *fill* 0x000000003ffb24a2 0x2 .data.coex_schm_ble_mesh_standby_bt_iscan_wifi_scan - 0x000000003ffb2478 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2478 coex_schm_ble_mesh_standby_bt_iscan_wifi_scan - *fill* 0x000000003ffb2486 0x2 + 0x000000003ffb24a4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb24a4 coex_schm_ble_mesh_standby_bt_iscan_wifi_scan + *fill* 0x000000003ffb24b2 0x2 .data.coex_schm_ble_mesh_traffic_bt_default_wifi_scan - 0x000000003ffb2488 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2488 coex_schm_ble_mesh_traffic_bt_default_wifi_scan - *fill* 0x000000003ffb249e 0x2 + 0x000000003ffb24b4 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb24b4 coex_schm_ble_mesh_traffic_bt_default_wifi_scan + *fill* 0x000000003ffb24ca 0x2 .data.coex_schm_ble_mesh_traffic_bt_sniff_wifi_scan - 0x000000003ffb24a0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb24a0 coex_schm_ble_mesh_traffic_bt_sniff_wifi_scan - *fill* 0x000000003ffb24aa 0x2 + 0x000000003ffb24cc 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb24cc coex_schm_ble_mesh_traffic_bt_sniff_wifi_scan + *fill* 0x000000003ffb24d6 0x2 .data.coex_schm_ble_mesh_traffic_bt_a2dp_wifi_scan - 0x000000003ffb24ac 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb24ac coex_schm_ble_mesh_traffic_bt_a2dp_wifi_scan - *fill* 0x000000003ffb24c2 0x2 + 0x000000003ffb24d8 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb24d8 coex_schm_ble_mesh_traffic_bt_a2dp_wifi_scan + *fill* 0x000000003ffb24ee 0x2 .data.coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_scan - 0x000000003ffb24c4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb24c4 coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_scan - *fill* 0x000000003ffb24d2 0x2 + 0x000000003ffb24f0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb24f0 coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_scan + *fill* 0x000000003ffb24fe 0x2 .data.coex_schm_ble_mesh_traffic_bt_conn_wifi_scan - 0x000000003ffb24d4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb24d4 coex_schm_ble_mesh_traffic_bt_conn_wifi_scan - *fill* 0x000000003ffb24e2 0x2 - .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_scan - 0x000000003ffb24e4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb24e4 coex_schm_ble_mesh_traffic_bt_iscan_wifi_scan - *fill* 0x000000003ffb24f2 0x2 - .data.coex_schm_ble_mesh_config_bt_default_wifi_scan - 0x000000003ffb24f4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb24f4 coex_schm_ble_mesh_config_bt_default_wifi_scan - *fill* 0x000000003ffb2502 0x2 - .data.coex_schm_ble_mesh_config_bt_sniff_wifi_scan - 0x000000003ffb2504 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2504 coex_schm_ble_mesh_config_bt_sniff_wifi_scan + 0x000000003ffb2500 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2500 coex_schm_ble_mesh_traffic_bt_conn_wifi_scan *fill* 0x000000003ffb250e 0x2 - .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_scan + .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_scan 0x000000003ffb2510 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2510 coex_schm_ble_mesh_config_bt_a2dp_wifi_scan + 0x000000003ffb2510 coex_schm_ble_mesh_traffic_bt_iscan_wifi_scan *fill* 0x000000003ffb251e 0x2 - .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_scan + .data.coex_schm_ble_mesh_config_bt_default_wifi_scan 0x000000003ffb2520 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2520 coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_scan + 0x000000003ffb2520 coex_schm_ble_mesh_config_bt_default_wifi_scan *fill* 0x000000003ffb252e 0x2 - .data.coex_schm_ble_mesh_config_bt_conn_wifi_scan - 0x000000003ffb2530 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2530 coex_schm_ble_mesh_config_bt_conn_wifi_scan - *fill* 0x000000003ffb253e 0x2 - .data.coex_schm_ble_mesh_config_bt_iscan_wifi_scan - 0x000000003ffb2540 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2540 coex_schm_ble_mesh_config_bt_iscan_wifi_scan - *fill* 0x000000003ffb254e 0x2 - .data.coex_schm_ble_mesh_standby_wifi_scan - 0x000000003ffb2550 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2550 coex_schm_ble_mesh_standby_wifi_scan + .data.coex_schm_ble_mesh_config_bt_sniff_wifi_scan + 0x000000003ffb2530 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb2530 coex_schm_ble_mesh_config_bt_sniff_wifi_scan + *fill* 0x000000003ffb253a 0x2 + .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_scan + 0x000000003ffb253c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb253c coex_schm_ble_mesh_config_bt_a2dp_wifi_scan + *fill* 0x000000003ffb254a 0x2 + .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_scan + 0x000000003ffb254c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb254c coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_scan *fill* 0x000000003ffb255a 0x2 - .data.coex_schm_ble_mesh_traffic_wifi_scan - 0x000000003ffb255c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb255c coex_schm_ble_mesh_traffic_wifi_scan - *fill* 0x000000003ffb2566 0x2 - .data.coex_schm_ble_mesh_config_wifi_scan - 0x000000003ffb2568 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2568 coex_schm_ble_mesh_config_wifi_scan - *fill* 0x000000003ffb2572 0x2 - .data.coex_schm_bt_default_wifi_scan - 0x000000003ffb2574 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2574 coex_schm_bt_default_wifi_scan - *fill* 0x000000003ffb257e 0x2 - .data.coex_schm_bt_sniff_wifi_scan - 0x000000003ffb2580 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2580 coex_schm_bt_sniff_wifi_scan + .data.coex_schm_ble_mesh_config_bt_conn_wifi_scan + 0x000000003ffb255c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb255c coex_schm_ble_mesh_config_bt_conn_wifi_scan + *fill* 0x000000003ffb256a 0x2 + .data.coex_schm_ble_mesh_config_bt_iscan_wifi_scan + 0x000000003ffb256c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb256c coex_schm_ble_mesh_config_bt_iscan_wifi_scan + *fill* 0x000000003ffb257a 0x2 + .data.coex_schm_ble_mesh_standby_wifi_scan + 0x000000003ffb257c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb257c coex_schm_ble_mesh_standby_wifi_scan *fill* 0x000000003ffb2586 0x2 - .data.coex_schm_bt_a2dp_wifi_scan + .data.coex_schm_ble_mesh_traffic_wifi_scan 0x000000003ffb2588 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2588 coex_schm_bt_a2dp_wifi_scan + 0x000000003ffb2588 coex_schm_ble_mesh_traffic_wifi_scan *fill* 0x000000003ffb2592 0x2 - .data.coex_schm_bt_a2dp_paused_wifi_scan + .data.coex_schm_ble_mesh_config_wifi_scan 0x000000003ffb2594 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb2594 coex_schm_bt_a2dp_paused_wifi_scan + 0x000000003ffb2594 coex_schm_ble_mesh_config_wifi_scan *fill* 0x000000003ffb259e 0x2 - .data.coex_schm_bt_conn_wifi_scan + .data.coex_schm_bt_default_wifi_scan 0x000000003ffb25a0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb25a0 coex_schm_bt_conn_wifi_scan + 0x000000003ffb25a0 coex_schm_bt_default_wifi_scan *fill* 0x000000003ffb25aa 0x2 - .data.coex_schm_bt_iscan_wifi_scan - 0x000000003ffb25ac 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb25ac coex_schm_bt_iscan_wifi_scan - *fill* 0x000000003ffb25b6 0x2 - .data.coex_schm_bt_idle_wifi_scan - 0x000000003ffb25b8 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb25b8 coex_schm_bt_idle_wifi_scan + .data.coex_schm_bt_sniff_wifi_scan + 0x000000003ffb25ac 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb25ac coex_schm_bt_sniff_wifi_scan + *fill* 0x000000003ffb25b2 0x2 + .data.coex_schm_bt_a2dp_wifi_scan + 0x000000003ffb25b4 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb25b4 coex_schm_bt_a2dp_wifi_scan *fill* 0x000000003ffb25be 0x2 - .data.coex_schm_all_default + .data.coex_schm_bt_a2dp_paused_wifi_scan 0x000000003ffb25c0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb25c0 coex_schm_all_default + 0x000000003ffb25c0 coex_schm_bt_a2dp_paused_wifi_scan *fill* 0x000000003ffb25ca 0x2 - .dram1.0 0x000000003ffb25cc 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) - 0x000000003ffb25cc g_coa_funcs_p + .data.coex_schm_bt_conn_wifi_scan + 0x000000003ffb25cc 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb25cc coex_schm_bt_conn_wifi_scan + *fill* 0x000000003ffb25d6 0x2 + .data.coex_schm_bt_iscan_wifi_scan + 0x000000003ffb25d8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb25d8 coex_schm_bt_iscan_wifi_scan + *fill* 0x000000003ffb25e2 0x2 + .data.coex_schm_bt_idle_wifi_scan + 0x000000003ffb25e4 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb25e4 coex_schm_bt_idle_wifi_scan + *fill* 0x000000003ffb25ea 0x2 + .data.coex_schm_all_default + 0x000000003ffb25ec 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb25ec coex_schm_all_default + *fill* 0x000000003ffb25f6 0x2 + .dram1.0 0x000000003ffb25f8 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x000000003ffb25f8 g_coa_funcs_p .data._ZN10__cxxabiv119__terminate_handlerE - 0x000000003ffb25d0 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) - 0x000000003ffb25d0 _ZN10__cxxabiv119__terminate_handlerE + 0x000000003ffb25fc 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + 0x000000003ffb25fc _ZN10__cxxabiv119__terminate_handlerE .data._ZN10__cxxabiv120__unexpected_handlerE - 0x000000003ffb25d4 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) - 0x000000003ffb25d4 _ZN10__cxxabiv120__unexpected_handlerE - .data 0x000000003ffb25d8 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - .data 0x000000003ffb25dc 0x16c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) - 0x000000003ffb25dc __global_locale - *libgcov.a:(.rodata .rodata.*) - *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.*(.rodata .rodata.*) - *libapp_trace.a:SEGGER_SYSVIEW.*(.rodata .rodata.*) - *libapp_trace.a:app_trace.*(.rodata .rodata.*) - *libapp_trace.a:app_trace_util.*(.rodata .rodata.*) - *libapp_trace.a:SEGGER_RTT_esp32.*(.rodata .rodata.*) - *libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.*(.rodata .rodata.*) - *liblog.a:log_freertos.*(.rodata.esp_log_early_timestamp) - *liblog.a:log_freertos.*(.rodata.esp_log_impl_lock_timeout) - *liblog.a:log_freertos.*(.rodata.esp_log_timestamp) - *liblog.a:log_freertos.*(.rodata.esp_log_impl_unlock) - *liblog.a:log.*(.rodata.esp_log_write) - *liblog.a:log_freertos.*(.rodata.esp_log_impl_lock) - *libgcc.a:_divsf3.*(.rodata .rodata.*) - *libesp_event.a:default_event_loop.*(.rodata.esp_event_isr_post) - *libesp_event.a:esp_event.*(.rodata.esp_event_isr_post_to) - *libheap.a:multi_heap_poisoning.*(.rodata .rodata.*) - *libheap.a:multi_heap.*(.rodata .rodata.*) - .rodata.get_prev_free_block.str1.4 - 0x000000003ffb2748 0x8a esp-idf/heap/libheap.a(multi_heap.c.obj) - *fill* 0x000000003ffb27d2 0x2 - .rodata.split_if_necessary.str1.4 - 0x000000003ffb27d4 0x2f esp-idf/heap/libheap.a(multi_heap.c.obj) - *fill* 0x000000003ffb2803 0x1 - .rodata.merge_adjacent.str1.4 - 0x000000003ffb2804 0x6 esp-idf/heap/libheap.a(multi_heap.c.obj) - *fill* 0x000000003ffb280a 0x2 - .rodata.multi_heap_realloc_impl.str1.4 - 0x000000003ffb280c 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) - *fill* 0x000000003ffb2819 0x3 - .rodata.__func__$4823 - 0x000000003ffb281c 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__$4745 - 0x000000003ffb2834 0xf esp-idf/heap/libheap.a(multi_heap.c.obj) - *fill* 0x000000003ffb2843 0x1 - .rodata.__func__$4735 - 0x000000003ffb2844 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__$4756 - 0x000000003ffb2858 0x13 esp-idf/heap/libheap.a(multi_heap.c.obj) - *fill* 0x000000003ffb286b 0x1 - .rodata.__func__$4710 - 0x000000003ffb286c 0xf esp-idf/heap/libheap.a(multi_heap.c.obj) - *libesp32.a:panic.*(.rodata .rodata.*) - *fill* 0x000000003ffb287b 0x1 - .rodata.illegal_instruction_helper.str1.4 - 0x000000003ffb287c 0x17 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x1f (size before relaxing) - *fill* 0x000000003ffb2893 0x1 - .rodata.putEntry.str1.4 - 0x000000003ffb2894 0x8 esp-idf/esp32/libesp32.a(panic.c.obj) - .rodata.doBacktrace.str1.4 - 0x000000003ffb289c 0x2e esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x000000003ffb28ca 0x2 - .rodata.commonErrorHandler_dump.str1.4 - 0x000000003ffb28cc 0x1b1 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x1b9 (size before relaxing) - *fill* 0x000000003ffb2a7d 0x3 - .rodata 0x000000003ffb2a80 0x80 esp-idf/esp32/libesp32.a(panic.c.obj) - .rodata.commonErrorHandler.str1.4 - 0x000000003ffb2b00 0x27 esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x000000003ffb2b27 0x1 - .rodata.esp_error_check_failed_print.str1.4 - 0x000000003ffb2b28 0x5c esp-idf/esp32/libesp32.a(panic.c.obj) - .rodata.abort.str1.4 - 0x000000003ffb2b84 0x2d esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x000000003ffb2bb1 0x3 - .rodata.vApplicationStackOverflowHook.str1.4 - 0x000000003ffb2bb4 0x3e esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x000000003ffb2bf2 0x2 - .rodata.panicHandler.str1.4 - 0x000000003ffb2bf4 0x1b9 esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x000000003ffb2dad 0x3 - .rodata.xt_unhandled_exception.str1.4 - 0x000000003ffb2db0 0x4d esp-idf/esp32/libesp32.a(panic.c.obj) - 0x51 (size before relaxing) - *fill* 0x000000003ffb2dfd 0x3 - .rodata._esp_error_check_failed.str1.4 - 0x000000003ffb2e00 0x10 esp-idf/esp32/libesp32.a(panic.c.obj) - .rodata.str1.4 - 0x000000003ffb2e10 0x1db esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x000000003ffb2feb 0x1 - .rodata.edesc 0x000000003ffb2fec 0xa0 esp-idf/esp32/libesp32.a(panic.c.obj) - *libspi_flash.a:spi_flash_chip_issi.*(.rodata .rodata.*) - .rodata.esp_flash_chip_issi - 0x000000003ffb308c 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x000000003ffb308c esp_flash_chip_issi - .rodata.chip_name - 0x000000003ffb30e8 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - *libspi_flash.a:spi_flash_chip_gd.*(.rodata .rodata.*) - *fill* 0x000000003ffb30ed 0x3 - .rodata.esp_flash_chip_gd - 0x000000003ffb30f0 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x000000003ffb30f0 esp_flash_chip_gd - .rodata.chip_name - 0x000000003ffb314c 0x3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x000000003ffb2600 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + 0x000000003ffb2600 _ZN10__cxxabiv120__unexpected_handlerE + .data 0x000000003ffb2604 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .data 0x000000003ffb2608 0x16c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0x000000003ffb2608 __global_locale + *libxtensa.a:stdatomic.*(.rodata .rodata.*) *libspi_flash.a:spi_flash_chip_generic.*(.rodata .rodata.*) - *fill* 0x000000003ffb314f 0x1 .rodata.spi_flash_chip_generic_get_write_protect.str1.4 - 0x000000003ffb3150 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003ffb2774 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .rodata.spi_flash_chip_generic_config_host_io_mode - 0x000000003ffb31b0 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003ffb27d4 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .rodata.spi_flash_chip_generic_read.str1.4 - 0x000000003ffb31c8 0x43 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x000000003ffb320b 0x1 - .rodata.__func__$3629 - 0x000000003ffb320c 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x000000003ffb3235 0x3 + 0x000000003ffb27ec 0x43 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003ffb282f 0x1 + .rodata.__func__$3634 + 0x000000003ffb2830 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003ffb2859 0x3 .rodata.esp_flash_chip_generic - 0x000000003ffb3238 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x000000003ffb3238 esp_flash_chip_generic + 0x000000003ffb285c 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003ffb285c esp_flash_chip_generic .rodata.chip_name - 0x000000003ffb3294 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .rodata.TAG 0x000000003ffb329c 0xd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003ffb28b8 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.TAG 0x000000003ffb28c0 0xd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) *libspi_flash.a:memspi_host_driver.*(.rodata .rodata.*) - *fill* 0x000000003ffb32a9 0x3 + *fill* 0x000000003ffb28cd 0x3 .rodata.memspi_host_read_id_hs.str1.4 - 0x000000003ffb32ac 0x24 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .rodata.TAG 0x000000003ffb32d0 0x7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x000000003ffb28d0 0x24 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.TAG 0x000000003ffb28f4 0x7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *libspi_flash.a:spi_flash_chip_gd.*(.rodata .rodata.*) + *fill* 0x000000003ffb28fb 0x1 + .rodata.esp_flash_chip_gd + 0x000000003ffb28fc 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x000000003ffb28fc esp_flash_chip_gd + .rodata.chip_name + 0x000000003ffb2958 0x3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + *libspi_flash.a:spi_flash_chip_issi.*(.rodata .rodata.*) + *fill* 0x000000003ffb295b 0x1 + .rodata.esp_flash_chip_issi + 0x000000003ffb295c 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x000000003ffb295c esp_flash_chip_issi + .rodata.chip_name + 0x000000003ffb29b8 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + *libesp_system.a:reset_reason.*(.rodata .rodata.*) + *fill* 0x000000003ffb29bd 0x3 + .rodata.get_reset_reason + 0x000000003ffb29c0 0x44 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .rodata.str1.4 + 0x000000003ffb2a04 0x6e esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + *fill* 0x000000003ffb2a72 0x2 + .rodata.__func__$4255 + 0x000000003ffb2a74 0x1a esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + *libesp_system.a:panic_handler.*(.rodata .rodata.*) + *fill* 0x000000003ffb2a8e 0x2 + .rodata.frame_to_panic_info.str1.4 + 0x000000003ffb2a90 0x47 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + *fill* 0x000000003ffb2ad7 0x1 + .rodata.panic_handler.str1.4 + 0x000000003ffb2ad8 0x17 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + *fill* 0x000000003ffb2aef 0x1 + .rodata.print_backtrace_entry.str1.4 + 0x000000003ffb2af0 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x8 (size before relaxing) + .rodata.print_illegal_instruction_details.str1.4 + 0x000000003ffb2af4 0x17 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000003ffb2b0b 0x1 + .rodata.print_registers.str1.4 + 0x000000003ffb2b0c 0x199 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x1a5 (size before relaxing) + *fill* 0x000000003ffb2ca5 0x3 + .rodata 0x000000003ffb2ca8 0x60 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata.print_backtrace.str1.4 + 0x000000003ffb2d08 0x2e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + *fill* 0x000000003ffb2d36 0x2 + .rodata.print_debug_exception_details.str1.4 + 0x000000003ffb2d38 0xa3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + *fill* 0x000000003ffb2ddb 0x1 + .rodata.str1.4 + 0x000000003ffb2ddc 0x29d esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + *fill* 0x000000003ffb3079 0x3 + .rodata.reason$7031 + 0x000000003ffb307c 0xa0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata.pseudo_reason$7030 + 0x000000003ffb311c 0x20 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + *libesp_system.a:system_api.*(.rodata.esp_system_abort) + *libesp_system.a:panic.*(.rodata .rodata.*) + .rodata.esp_panic_handler.str1.4 + 0x000000003ffb313c 0x83 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x87 (size before relaxing) *libsoc.a:spi_flash_hal_gpspi.*(.rodata .rodata.*) - *libsoc.a:spi_flash_hal_iram.*(.rodata .rodata.*) - *fill* 0x000000003ffb32d7 0x1 - .rodata.spi_flash_hal_configure_host_io_mode - 0x000000003ffb32d8 0x18 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - *libsoc.a:uart_hal_iram.*(.data .data.* .dram1 .dram1.*) + *libsoc.a:cpu_hal.*(.rodata .rodata.*) + *libsoc.a:soc_hal.*(.rodata .rodata.*) + *fill* 0x000000003ffb31bf 0x1 + .rodata 0x000000003ffb31c0 0x18 esp-idf/soc/libsoc.a(soc_hal.c.obj) *libsoc.a:rtc_clk.*(.rodata .rodata.*) .rodata.rtc_clk_cpu_freq_to_config.str1.4 - 0x000000003ffb32f0 0x3c esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x000000003ffb31d8 0x3c esp-idf/soc/libsoc.a(rtc_clk.c.obj) .rodata.rtc_clk_cpu_freq_get_config.str1.4 - 0x000000003ffb332c 0x3b esp-idf/soc/libsoc.a(rtc_clk.c.obj) - *fill* 0x000000003ffb3367 0x1 + 0x000000003ffb3214 0x3b esp-idf/soc/libsoc.a(rtc_clk.c.obj) + *fill* 0x000000003ffb324f 0x1 .rodata.rtc_clk_cpu_freq_to_pll_mhz.str1.4 - 0x000000003ffb3368 0x29 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x000000003ffb3250 0x29 esp-idf/soc/libsoc.a(rtc_clk.c.obj) *libsoc.a:i2c_hal_iram.*(.rodata .rodata.*) - *libnewlib.a:heap.*(.rodata .rodata.*) + *libsoc.a:uart_hal_iram.*(.data .data.* .dram1 .dram1.*) + *libsoc.a:spi_flash_hal_iram.*(.rodata .rodata.*) + *fill* 0x000000003ffb3279 0x3 + .rodata.spi_flash_hal_configure_host_io_mode + 0x000000003ffb327c 0x18 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + *libesp_event.a:default_event_loop.*(.rodata.esp_event_isr_post) + *libesp_event.a:esp_event.*(.rodata.esp_event_isr_post_to) *libphy.a:(.rodata .rodata.*) - *fill* 0x000000003ffb3391 0x3 .rodata.str1.4 - 0x000000003ffb3394 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb3294 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) 0x48 (size before relaxing) .rodata.bt_i2c_write_set - 0x000000003ffb33d8 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb32d8 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) .rodata.bt_get_i2c_data - 0x000000003ffb33fc 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - .rodata 0x000000003ffb3428 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb32fc 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .rodata 0x000000003ffb3328 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) .rodata.CSWTCH$130 - 0x000000003ffb3430 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - .rodata 0x000000003ffb3460 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb3330 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .rodata 0x000000003ffb3360 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) .rodata.ram_set_pbus_mem - 0x000000003ffb34d0 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb33d0 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) .rodata.str1.4 - 0x000000003ffb34fc 0x27e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb33fc 0x27e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x292 (size before relaxing) - *fill* 0x000000003ffb377a 0x2 + *fill* 0x000000003ffb367a 0x2 .rodata.bt_tx_gain_cal$part$2 - 0x000000003ffb377c 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb367c 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) .rodata.CSWTCH$208 - 0x000000003ffb379c 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - *fill* 0x000000003ffb37a2 0x2 - .rodata 0x000000003ffb37a4 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb369c 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffb36a2 0x2 + .rodata 0x000000003ffb36a4 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) .rodata.str1.4 - 0x000000003ffb37c8 0x190 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb36c8 0x190 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x191 (size before relaxing) .rodata.CSWTCH$273 - 0x000000003ffb3958 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb3858 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) .rodata.CSWTCH$269 - 0x000000003ffb395c 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - *fill* 0x000000003ffb3967 0x1 + 0x000000003ffb385c 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + *fill* 0x000000003ffb3867 0x1 .rodata.CSWTCH$263 - 0x000000003ffb3968 0x3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - *fill* 0x000000003ffb396b 0x1 + 0x000000003ffb3868 0x3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + *fill* 0x000000003ffb386b 0x1 .rodata.CSWTCH$237 - 0x000000003ffb396c 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb386c 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) .rodata.CSWTCH$228 - 0x000000003ffb3974 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb3874 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) .rodata.dco_gain_coarse$4685 - 0x000000003ffb397c 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x000000003ffb3982 _data_end = ABSOLUTE (.) - 0x000000003ffb3984 . = ALIGN (0x4) - *fill* 0x000000003ffb3982 0x2 + 0x000000003ffb387c 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + *liblog.a:log_freertos.*(.rodata.esp_log_impl_lock_timeout) + *liblog.a:log_freertos.*(.rodata.esp_log_timestamp) + *liblog.a:log.*(.rodata.esp_log_write) + *liblog.a:log_freertos.*(.rodata.esp_log_impl_lock) + *liblog.a:log_freertos.*(.rodata.esp_log_early_timestamp) + *liblog.a:log_freertos.*(.rodata.esp_log_impl_unlock) + *libheap.a:multi_heap.*(.rodata .rodata.*) + *fill* 0x000000003ffb3882 0x2 + .rodata.get_prev_free_block.str1.4 + 0x000000003ffb3884 0x8a esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003ffb390e 0x2 + .rodata.split_if_necessary.str1.4 + 0x000000003ffb3910 0x2f esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003ffb393f 0x1 + .rodata.merge_adjacent.str1.4 + 0x000000003ffb3940 0x6 esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003ffb3946 0x2 + .rodata.multi_heap_realloc_impl.str1.4 + 0x000000003ffb3948 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003ffb3955 0x3 + .rodata.__func__$4929 + 0x000000003ffb3958 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$4837 + 0x000000003ffb3970 0xf esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003ffb397f 0x1 + .rodata.__func__$4827 + 0x000000003ffb3980 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$4848 + 0x000000003ffb3994 0x13 esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003ffb39a7 0x1 + .rodata.__func__$4802 + 0x000000003ffb39a8 0xf esp-idf/heap/libheap.a(multi_heap.c.obj) + *libheap.a:multi_heap_poisoning.*(.rodata .rodata.*) + *libgcc.a:_divsf3.*(.rodata .rodata.*) + *libgcov.a:(.rodata .rodata.*) + *lib_esp_common.a:esp_err.*(.rodata .rodata.*) + *libnewlib.a:abort.*(.rodata .rodata.*) + *fill* 0x000000003ffb39b7 0x1 + .rodata.abort.str1.4 + 0x000000003ffb39b8 0x26 esp-idf/newlib/libnewlib.a(abort.c.obj) + *libnewlib.a:heap.*(.rodata .rodata.*) + *libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.*(.rodata .rodata.*) + *libapp_trace.a:app_trace.*(.rodata .rodata.*) + *libapp_trace.a:SEGGER_RTT_esp32.*(.rodata .rodata.*) + *libapp_trace.a:app_trace_util.*(.rodata .rodata.*) + *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.*(.rodata .rodata.*) + *libapp_trace.a:SEGGER_SYSVIEW.*(.rodata .rodata.*) + 0x000000003ffb39de _data_end = ABSOLUTE (.) + 0x000000003ffb39e0 . = ALIGN (0x4) + *fill* 0x000000003ffb39de 0x2 -.noinit 0x000000003ffb3984 0x0 - 0x000000003ffb3984 . = ALIGN (0x4) - 0x000000003ffb3984 _noinit_start = ABSOLUTE (.) +.noinit 0x000000003ffb39e0 0x0 + 0x000000003ffb39e0 . = ALIGN (0x4) + 0x000000003ffb39e0 _noinit_start = ABSOLUTE (.) *(.noinit .noinit.*) - 0x000000003ffb3984 . = ALIGN (0x4) - 0x000000003ffb3984 _noinit_end = ABSOLUTE (.) + 0x000000003ffb39e0 . = ALIGN (0x4) + 0x000000003ffb39e0 _noinit_end = ABSOLUTE (.) -.dram0.bss 0x000000003ffb3988 0x5c20 - 0x000000003ffb3988 . = ALIGN (0x8) - 0x000000003ffb3988 _bss_start = ABSOLUTE (.) +.dram0.bss 0x000000003ffb39e0 0x5c40 + 0x000000003ffb39e0 . = ALIGN (0x8) + 0x000000003ffb39e0 _bss_start = ABSOLUTE (.) *(.ext_ram.bss*) - 0x000000003ffb3988 _bt_bss_start = ABSOLUTE (.) + 0x000000003ffb39e0 _bt_bss_start = ABSOLUTE (.) *libbt.a:(.bss .bss.* COMMON) - 0x000000003ffb3988 . = ALIGN (0x4) - 0x000000003ffb3988 _bt_bss_end = ABSOLUTE (.) - 0x000000003ffb3988 _btdm_bss_start = ABSOLUTE (.) + 0x000000003ffb39e0 . = ALIGN (0x4) + 0x000000003ffb39e0 _bt_bss_end = ABSOLUTE (.) + 0x000000003ffb39e0 _btdm_bss_start = ABSOLUTE (.) *libbtdm_app.a:(.bss .bss.* COMMON) - 0x000000003ffb3988 . = ALIGN (0x4) - 0x000000003ffb3988 _btdm_bss_end = ABSOLUTE (.) - 0x000000003ffb3988 _nimble_bss_start = ABSOLUTE (.) + 0x000000003ffb39e0 . = ALIGN (0x4) + 0x000000003ffb39e0 _btdm_bss_end = ABSOLUTE (.) + 0x000000003ffb39e0 _nimble_bss_start = ABSOLUTE (.) *libnimble.a:(.bss .bss.* COMMON) - 0x000000003ffb3988 . = ALIGN (0x4) - 0x000000003ffb3988 _nimble_bss_end = ABSOLUTE (.) + 0x000000003ffb39e0 . = ALIGN (0x4) + 0x000000003ffb39e0 _nimble_bss_end = ABSOLUTE (.) *(EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .bss EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) .bss.* EXCLUDE_FILE(*libsoc.a:uart_hal_iram.*) COMMON) - .bss.s_pthread_cfg_key - 0x000000003ffb3988 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) - .bss.s_threads_mux - 0x000000003ffb398c 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) - .bss.s_keys 0x000000003ffb3990 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x000000003ffb3990 s_keys - .bss.app_cpu_started - 0x000000003ffb3994 0x1 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - *fill* 0x000000003ffb3995 0x3 - .bss.reason 0x000000003ffb3998 0x8 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - .bss.oldInterruptLevel - 0x000000003ffb39a0 0x8 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .bss.dport_access_ref - 0x000000003ffb39a8 0x8 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .bss.dport_core_state - 0x000000003ffb39b0 0x8 esp-idf/esp32/libesp32.a(dport_access.c.obj) - COMMON 0x000000003ffb39b8 0x10 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x000000003ffb39b8 dport_access_end - 0x000000003ffb39c0 dport_access_start - .bss.int_wdt_app_cpu_ticked - 0x000000003ffb39c8 0x1 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - 0x000000003ffb39c8 int_wdt_app_cpu_ticked - *fill* 0x000000003ffb39c9 0x3 - .bss.non_iram_int_disabled_flag - 0x000000003ffb39cc 0x2 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - *fill* 0x000000003ffb39ce 0x2 - .bss.non_iram_int_disabled - 0x000000003ffb39d0 0x8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .bss.non_iram_int_mask - 0x000000003ffb39d8 0x8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .bss.vector_desc_head - 0x000000003ffb39e0 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .bss.other_core_frame - 0x000000003ffb39e4 0x4 esp-idf/esp32/libesp32.a(panic.c.obj) - .bss.abort_called - 0x000000003ffb39e8 0x1 esp-idf/esp32/libesp32.a(panic.c.obj) - *fill* 0x000000003ffb39e9 0x3 - .bss.twdt_config - 0x000000003ffb39ec 0x4 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .bss.tick_cb 0x000000003ffb39f0 0x40 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - .bss.idle_cb 0x000000003ffb3a30 0x40 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - .bss.s_ipc_wait - 0x000000003ffb3a70 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .bss.s_func_arg - 0x000000003ffb3a78 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .bss.s_func 0x000000003ffb3a80 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .bss.s_ipc_ack - 0x000000003ffb3a88 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .bss.s_ipc_sem - 0x000000003ffb3a90 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .bss.s_ipc_mutex - 0x000000003ffb3a98 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .bss.s_ipc_task_handle - 0x000000003ffb3aa0 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .bss.s_timer_semaphore - 0x000000003ffb3aa8 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .bss.s_timer_task - 0x000000003ffb3aac 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .bss.s_timers 0x000000003ffb3ab0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .bss.s_alarm_handler - 0x000000003ffb3ab4 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .bss.s_timer_interrupt_handle - 0x000000003ffb3ab8 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .bss.port_uxOldInterruptState - 0x000000003ffb3abc 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x000000003ffb3abc port_uxOldInterruptState - .bss.port_uxCriticalNesting - 0x000000003ffb3ac4 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x000000003ffb3ac4 port_uxCriticalNesting - .bss.port_interruptNesting - 0x000000003ffb3acc 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x000000003ffb3acc port_interruptNesting - .bss.port_xSchedulerRunning - 0x000000003ffb3ad4 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x000000003ffb3ad4 port_xSchedulerRunning - .bss._xt_tick_divisor - 0x000000003ffb3adc 0x4 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) - 0x000000003ffb3adc _xt_tick_divisor - .bss.xSwitchingContext - 0x000000003ffb3ae0 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.uxSchedulerSuspended - 0x000000003ffb3ae8 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.uxTaskNumber - 0x000000003ffb3af0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xNumOfOverflows - 0x000000003ffb3af4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xYieldPending - 0x000000003ffb3af8 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.uxPendedTicks - 0x000000003ffb3b00 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xSchedulerRunning - 0x000000003ffb3b04 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.uxTopReadyPriority - 0x000000003ffb3b08 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xTickCount - 0x000000003ffb3b0c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.uxCurrentNumberOfTasks - 0x000000003ffb3b10 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xIdleTaskHandle - 0x000000003ffb3b14 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xSuspendedTaskList - 0x000000003ffb3b1c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.uxTasksDeleted - 0x000000003ffb3b30 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xTasksWaitingTermination - 0x000000003ffb3b34 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xPendingReadyList - 0x000000003ffb3b48 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.pxOverflowDelayedTaskList - 0x000000003ffb3b70 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.pxDelayedTaskList - 0x000000003ffb3b74 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xDelayedTaskList2 - 0x000000003ffb3b78 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xDelayedTaskList1 - 0x000000003ffb3b8c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.pxReadyTasksLists - 0x000000003ffb3ba0 0x1f4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.pxCurrentTCB - 0x000000003ffb3d94 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x000000003ffb3d94 pxCurrentTCB - .bss.xLastTime$4924 - 0x000000003ffb3d9c 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) - .bss.xTimerQueue - 0x000000003ffb3da0 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) - .bss.pxOverflowTimerList - 0x000000003ffb3da4 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) - .bss.pxCurrentTimerList - 0x000000003ffb3da8 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) - .bss.xActiveTimerList2 - 0x000000003ffb3dac 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) - .bss.xActiveTimerList1 - 0x000000003ffb3dc0 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) - .bss.s_fd_table_lock - 0x000000003ffb3dd4 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) - .bss.s_vfs_count - 0x000000003ffb3dd8 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) - .bss.s_vfs 0x000000003ffb3ddc 0x20 esp-idf/vfs/libvfs.a(vfs.c.obj) - .bss.s_registered_select_num - 0x000000003ffb3dfc 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - .bss.s_registered_selects - 0x000000003ffb3e00 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - .bss.s_reent 0x000000003ffb3e04 0xf0 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) - *fill* 0x000000003ffb3ef4 0x4 - .bss.adjtime_total_correction - 0x000000003ffb3ef8 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) - .bss.adjtime_start - 0x000000003ffb3f00 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) - .bss.s_adjust_time_lock - 0x000000003ffb3f08 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) - .bss.s_boot_time_lock - 0x000000003ffb3f0c 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) - COMMON 0x000000003ffb3f10 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x000000003ffb3f10 s_microseconds_offset - .bss.wl_handle$11087 - 0x000000003ffb3f18 0x4 esp-idf/main/libmain.a(main.c.obj) - COMMON 0x000000003ffb3f1c 0x54 esp-idf/ca/libca.a(ca.c.obj) - 0x000000003ffb3f1c opt - COMMON 0x000000003ffb3f70 0x8 esp-idf/ca/libca.a(gen_key.c.obj) - 0x000000003ffb3f70 global_arg - .bss.list_args - 0x000000003ffb3f78 0x10 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .bss.namespace_args - 0x000000003ffb3f88 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .bss.erase_all_args - 0x000000003ffb3f90 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .bss.erase_args - 0x000000003ffb3f98 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .bss.get_args 0x000000003ffb3fa0 0xc esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .bss.set_args 0x000000003ffb3fac 0x10 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .bss.light_sleep_args - 0x000000003ffb3fbc 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .bss.deep_sleep_args - 0x000000003ffb3fcc 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .bss.initialized$9388 - 0x000000003ffb3fdc 0x1 esp-idf/wifi/libwifi.a(wifi.c.obj) - *fill* 0x000000003ffb3fdd 0x3 - .bss.join_args - 0x000000003ffb3fe0 0x10 esp-idf/wifi/libwifi.a(wifi.c.obj) - .bss.wifi_event_group - 0x000000003ffb3ff0 0x4 esp-idf/wifi/libwifi.a(wifi.c.obj) - .bss.server$10034 - 0x000000003ffb3ff4 0x4 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - .bss.xHandleServer - 0x000000003ffb3ff8 0x4 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - 0x000000003ffb3ff8 xHandleServer - .bss.s_cur_pll_freq - 0x000000003ffb3ffc 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .bss.s_list_lock - 0x000000003ffb4000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .bss.s_esp_netif_counter - 0x000000003ffb4004 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .bss.s_head 0x000000003ffb4008 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x000000003ffb4008 s_head - .bss.s_last_default_esp_netif - 0x000000003ffb400c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .bss.tcpip_initialized - 0x000000003ffb4010 0x1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x000000003ffb4011 0x3 - .bss.api_lock_sem - 0x000000003ffb4014 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .bss.api_sync_sem - 0x000000003ffb4018 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .bss.s_default_loop - 0x000000003ffb401c 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .bss.s_efuse_lock - 0x000000003ffb4020 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .bss.s_flash_op_complete - 0x000000003ffb4024 0x1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .bss.s_flash_op_can_start - 0x000000003ffb4025 0x1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - *fill* 0x000000003ffb4026 0x2 - .bss.s_flash_op_mutex - 0x000000003ffb4028 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .bss.s_flash_op_cache_state - 0x000000003ffb402c 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .bss.s_flash_guard_ops - 0x000000003ffb4034 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .bss.esp_flash_default_chip - 0x000000003ffb4038 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - 0x000000003ffb4038 esp_flash_default_chip - .bss.s_partition_list_lock - 0x000000003ffb403c 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .bss.s_partition_list - 0x000000003ffb4040 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .bss.s_mmap_last_handle - 0x000000003ffb4044 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .bss.s_mmap_page_refcnt - 0x000000003ffb4048 0x100 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .bss.s_mmap_entries_head - 0x000000003ffb4148 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .bss._ZL13s_nvs_handles - 0x000000003ffb414c 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .bss._ZN3nvs4Lock10mSemaphoreE - 0x000000003ffb4158 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000003ffb4158 _ZN3nvs4Lock10mSemaphoreE - .bss._ZN14NVSHandleEntry17s_nvs_next_handleE - 0x000000003ffb415c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000003ffb415c _ZN14NVSHandleEntry17s_nvs_next_handleE - .bss._ZN3nvs19NVSPartitionManager8instanceE - 0x000000003ffb4160 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x000000003ffb4160 _ZN3nvs19NVSPartitionManager8instanceE - *fill* 0x000000003ffb4164 0x4 - .bss.g_wifi_feature_caps - 0x000000003ffb4168 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x000000003ffb4168 g_wifi_feature_caps - .bss.s_wifi_mac_time_update_cb - 0x000000003ffb4170 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x000000003ffb4170 s_wifi_mac_time_update_cb - .bss.wifi_default_handlers_set - 0x000000003ffb4174 0x1 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - *fill* 0x000000003ffb4175 0x3 - .bss.s_wifi_netifs - 0x000000003ffb4178 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .bss.s_wifi_netifs - 0x000000003ffb4180 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .bss.s_wifi_rxcbs - 0x000000003ffb4188 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .bss.s_wifi_thread_sem_key$9939 - 0x000000003ffb4190 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .bss.s_wifi_thread_sem_key_init$9938 - 0x000000003ffb4194 0x1 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x000000003ffb4195 0x3 - .bss.s_common_clock_disable_time$11032 - 0x000000003ffb4198 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003ffb419c 0x4 - .bss.s_phy_rf_en_ts - 0x000000003ffb41a0 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .bss.s_modem_sleep_lock - 0x000000003ffb41a8 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .bss.s_is_modem_sleep_en - 0x000000003ffb41ac 0x1 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003ffb41ad 0x3 - .bss.s_modem_sleep_module_register - 0x000000003ffb41b0 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .bss.s_modem_sleep_module_enter - 0x000000003ffb41b4 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .bss.s_common_clock_enable_ref - 0x000000003ffb41b8 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .bss.s_is_phy_rf_en - 0x000000003ffb41bc 0x1 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003ffb41bd 0x3 - .bss.s_module_phy_rf_init - 0x000000003ffb41c0 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .bss.s_phy_rf_init_lock - 0x000000003ffb41c4 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .bss.dhcps_cb 0x000000003ffb41c8 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .bss.dhcps_dns - 0x000000003ffb41cc 0x1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - *fill* 0x000000003ffb41cd 0x3 - .bss.dhcps_poll - 0x000000003ffb41d0 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .bss.renew 0x000000003ffb41dc 0x1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - *fill* 0x000000003ffb41dd 0x3 - .bss.plist 0x000000003ffb41e0 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .bss.client_address_plus - 0x000000003ffb41e4 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .bss.client_address - 0x000000003ffb41e8 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .bss.dns_server - 0x000000003ffb41ec 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .bss.server_address - 0x000000003ffb41f0 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .bss.broadcast_dhcps - 0x000000003ffb41f4 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .bss.dhcps_netif - 0x000000003ffb41f8 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .bss.g_lwip_task - 0x000000003ffb41fc 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x000000003ffb41fc g_lwip_task - .bss.tcpip_mbox - 0x000000003ffb4200 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .bss.tcpip_init_done_arg - 0x000000003ffb4204 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .bss.tcpip_init_done - 0x000000003ffb4208 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .bss.dns_servers - 0x000000003ffb420c 0x48 esp-idf/lwip/liblwip.a(dns.c.obj) - .bss.dns_requests - 0x000000003ffb4254 0x30 esp-idf/lwip/liblwip.a(dns.c.obj) - .bss.dns_table - 0x000000003ffb4284 0x4a0 esp-idf/lwip/liblwip.a(dns.c.obj) - .bss.dns_pcbs 0x000000003ffb4724 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) - COMMON 0x000000003ffb4734 0x44 esp-idf/lwip/liblwip.a(ip.c.obj) - 0x000000003ffb4734 ip_data - .bss.loop_netif - 0x000000003ffb4778 0x124 esp-idf/lwip/liblwip.a(netif.c.obj) - .bss.netif_num - 0x000000003ffb489c 0x1 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003ffb489d 0x3 - COMMON 0x000000003ffb48a0 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x000000003ffb48a0 netif_list - 0x000000003ffb48a4 netif_default - COMMON 0x000000003ffb48a8 0x1 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x000000003ffb48a8 pbuf_free_ooseq_pending - *fill* 0x000000003ffb48a9 0x3 - .bss.raw_pcbs 0x000000003ffb48ac 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) - .bss.tcp_timer_ctr - 0x000000003ffb48b0 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) - .bss.tcp_timer - 0x000000003ffb48b1 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003ffb48b2 0x2 - COMMON 0x000000003ffb48b4 0x18 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x000000003ffb48b4 tcp_active_pcbs_changed - 0x000000003ffb48b8 tcp_active_pcbs - 0x000000003ffb48bc tcp_bound_pcbs - 0x000000003ffb48c0 tcp_ticks - 0x000000003ffb48c4 tcp_tw_pcbs - 0x000000003ffb48c8 tcp_listen_pcbs - .bss.recv_data - 0x000000003ffb48cc 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.recv_flags - 0x000000003ffb48d0 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.flags 0x000000003ffb48d1 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.tcplen 0x000000003ffb48d2 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.recv_acked - 0x000000003ffb48d4 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003ffb48d6 0x2 - .bss.ackno 0x000000003ffb48d8 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.seqno 0x000000003ffb48dc 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.tcp_optidx - 0x000000003ffb48e0 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003ffb48e2 0x2 - .bss.tcphdr_opt2 - 0x000000003ffb48e4 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.tcphdr_opt1len - 0x000000003ffb48e8 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.tcphdr_optlen - 0x000000003ffb48ea 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.tcphdr 0x000000003ffb48ec 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.inseg 0x000000003ffb48f0 0x14 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - COMMON 0x000000003ffb4904 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x000000003ffb4904 tcp_input_pcb - .bss.tcpip_tcp_timer_active - 0x000000003ffb4908 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .bss.current_timeout_due_time - 0x000000003ffb490c 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .bss.next_timeout - 0x000000003ffb4910 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) - COMMON 0x000000003ffb4914 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x000000003ffb4914 udp_pcbs - .bss.xid$7406 0x000000003ffb4918 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .bss.dhcp_pcb_refcount - 0x000000003ffb491c 0x1 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003ffb491d 0x3 - .bss.dhcp_pcb 0x000000003ffb4920 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - COMMON 0x000000003ffb4924 0x38 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x000000003ffb4924 dhcp_rx_options_given - 0x000000003ffb4930 dhcp_rx_options_val - .bss.etharp_cached_entry - 0x000000003ffb495c 0x1 esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x000000003ffb495d 0x3 - .bss.arp_table - 0x000000003ffb4960 0xf0 esp-idf/lwip/liblwip.a(etharp.c.obj) - .bss.is_tmr_start - 0x000000003ffb4a50 0x1 esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x000000003ffb4a51 0x3 - .bss.allrouters - 0x000000003ffb4a54 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) - .bss.allsystems - 0x000000003ffb4a58 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) - .bss.ip4_default_multicast_netif - 0x000000003ffb4a5c 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) - .bss.ip_id 0x000000003ffb4a60 0x2 esp-idf/lwip/liblwip.a(ip4.c.obj) - *fill* 0x000000003ffb4a62 0x2 - .bss.identification$6864 - 0x000000003ffb4a64 0x4 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .bss.ip6_reass_pbufcount - 0x000000003ffb4a68 0x2 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - *fill* 0x000000003ffb4a6a 0x2 - .bss.reassdatagrams - 0x000000003ffb4a6c 0x4 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .bss.is_tmr_start - 0x000000003ffb4a70 0x1 esp-idf/lwip/liblwip.a(mld6.c.obj) - .bss.last_router$7276 - 0x000000003ffb4a71 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x000000003ffb4a72 0x2 - .bss.nd6_ra_buffer - 0x000000003ffb4a74 0x20 esp-idf/lwip/liblwip.a(nd6.c.obj) - .bss.nd6_tmr_rs_reduction - 0x000000003ffb4a94 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x000000003ffb4a95 0x3 - .bss.multicast_address - 0x000000003ffb4a98 0x14 esp-idf/lwip/liblwip.a(nd6.c.obj) - .bss.nd6_cached_destination_index - 0x000000003ffb4aac 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) - .bss.nd6_cached_neighbor_index - 0x000000003ffb4aad 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x000000003ffb4aae 0x2 - COMMON 0x000000003ffb4ab0 0x448 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x000000003ffb4ab0 default_router_list - 0x000000003ffb4ad4 prefix_list - 0x000000003ffb4b60 neighbor_cache - 0x000000003ffb4d18 destination_cache - .bss.sys_thread_sem_key - 0x000000003ffb4ef8 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .bss.g_lwip_protect_mutex - 0x000000003ffb4efc 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .bss.select_cb_list - 0x000000003ffb4f00 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - .bss.select_cb_ctr - 0x000000003ffb4f04 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - .bss.sockets 0x000000003ffb4f08 0xf0 esp-idf/lwip/liblwip.a(sockets.c.obj) - .bss.socket_ipv6_multicast_memberships - 0x000000003ffb4ff8 0x118 esp-idf/lwip/liblwip.a(sockets.c.obj) - .bss.socket_ipv4_multicast_memberships - 0x000000003ffb5110 0x78 esp-idf/lwip/liblwip.a(sockets.c.obj) - .bss.s_log_cache_misses - 0x000000003ffb5188 0x4 esp-idf/log/liblog.a(log.c.obj) - .bss.s_log_cache_entry_count - 0x000000003ffb518c 0x4 esp-idf/log/liblog.a(log.c.obj) - .bss.s_log_cache_max_generation - 0x000000003ffb5190 0x4 esp-idf/log/liblog.a(log.c.obj) - .bss.s_log_cache - 0x000000003ffb5194 0xf8 esp-idf/log/liblog.a(log.c.obj) - .bss.s_log_tags - 0x000000003ffb528c 0x4 esp-idf/log/liblog.a(log.c.obj) - .bss.base$5155 - 0x000000003ffb5290 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) - .bss.s_log_mutex - 0x000000003ffb5294 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) - COMMON 0x000000003ffb5298 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x000000003ffb5298 registered_heaps - .bss.s_rtc_isr_handle - 0x000000003ffb529c 0x4 esp-idf/driver/libdriver.a(rtc_module.c.obj) - .bss.s_rtc_isr_handler_list - 0x000000003ffb52a0 0x4 esp-idf/driver/libdriver.a(rtc_module.c.obj) - .bss.pat_flg$7078 - 0x000000003ffb52a4 0x1 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003ffb52a5 0x3 - .bss.p_uart_obj - 0x000000003ffb52a8 0xc esp-idf/driver/libdriver.a(uart.c.obj) - .bss.last_ccount$3124 - 0x000000003ffb52b4 0x4 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .bss.xt_exc_frames + 0x000000003ffb39e0 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .bss.s_reset_reason - 0x000000003ffb52b8 0x4 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .bss.lock_rtc_memory_crc - 0x000000003ffb52bc 0x4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .bss.s_light_sleep_wakeup - 0x000000003ffb52c0 0x1 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x000000003ffb52c1 0x3 - .bss.base_mac_addr - 0x000000003ffb52c4 0x6 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - *fill* 0x000000003ffb52ca 0x2 + 0x000000003ffb39e8 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .bss.s_panic_abort_details + 0x000000003ffb39ec 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .bss.g_panic_abort + 0x000000003ffb39f0 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x000000003ffb39f0 g_panic_abort + *fill* 0x000000003ffb39f1 0x3 + .bss.s_cur_pll_freq + 0x000000003ffb39f4 0x4 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .bss.base$5238 + 0x000000003ffb39f8 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.s_log_mutex + 0x000000003ffb39fc 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.s_pthread_cfg_key + 0x000000003ffb3a00 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_threads_mux + 0x000000003ffb3a04 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_keys 0x000000003ffb3a08 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x000000003ffb3a08 s_keys + .bss.app_cpu_started + 0x000000003ffb3a0c 0x1 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + *fill* 0x000000003ffb3a0d 0x3 + .bss.reason 0x000000003ffb3a10 0x8 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .bss.oldInterruptLevel + 0x000000003ffb3a18 0x8 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .bss.dport_access_ref + 0x000000003ffb3a20 0x8 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .bss.dport_core_state + 0x000000003ffb3a28 0x8 esp-idf/esp32/libesp32.a(dport_access.c.obj) + COMMON 0x000000003ffb3a30 0x10 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x000000003ffb3a30 dport_access_end + 0x000000003ffb3a38 dport_access_start + .bss.int_wdt_app_cpu_ticked + 0x000000003ffb3a40 0x1 esp-idf/esp32/libesp32.a(int_wdt.c.obj) + 0x000000003ffb3a40 int_wdt_app_cpu_ticked + *fill* 0x000000003ffb3a41 0x3 + .bss.non_iram_int_disabled_flag + 0x000000003ffb3a44 0x2 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + *fill* 0x000000003ffb3a46 0x2 + .bss.non_iram_int_disabled + 0x000000003ffb3a48 0x8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .bss.non_iram_int_mask + 0x000000003ffb3a50 0x8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .bss.vector_desc_head + 0x000000003ffb3a58 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .bss.twdt_config + 0x000000003ffb3a5c 0x4 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + .bss.tick_cb 0x000000003ffb3a60 0x40 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .bss.idle_cb 0x000000003ffb3aa0 0x40 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .bss.s_ipc_wait + 0x000000003ffb3ae0 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .bss.s_func_arg + 0x000000003ffb3ae8 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .bss.s_func 0x000000003ffb3af0 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .bss.s_ipc_ack + 0x000000003ffb3af8 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .bss.s_ipc_sem + 0x000000003ffb3b00 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .bss.s_ipc_mutex + 0x000000003ffb3b08 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .bss.s_ipc_task_handle + 0x000000003ffb3b10 0x8 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .bss.s_timer_semaphore + 0x000000003ffb3b18 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss.s_timer_task + 0x000000003ffb3b1c 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss.s_timers 0x000000003ffb3b20 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss.s_alarm_handler + 0x000000003ffb3b24 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .bss.s_timer_interrupt_handle + 0x000000003ffb3b28 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .bss.port_uxOldInterruptState + 0x000000003ffb3b2c 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb3b2c port_uxOldInterruptState + .bss.port_uxCriticalNesting + 0x000000003ffb3b34 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb3b34 port_uxCriticalNesting + .bss.port_interruptNesting + 0x000000003ffb3b3c 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb3b3c port_interruptNesting + .bss.port_xSchedulerRunning + 0x000000003ffb3b44 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb3b44 port_xSchedulerRunning + .bss._xt_tick_divisor + 0x000000003ffb3b4c 0x4 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x000000003ffb3b4c _xt_tick_divisor + .bss.xSwitchingContext + 0x000000003ffb3b50 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxSchedulerSuspended + 0x000000003ffb3b58 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxTaskNumber + 0x000000003ffb3b60 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xNumOfOverflows + 0x000000003ffb3b64 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xYieldPending + 0x000000003ffb3b68 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxPendedTicks + 0x000000003ffb3b70 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xSchedulerRunning + 0x000000003ffb3b74 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxTopReadyPriority + 0x000000003ffb3b78 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xTickCount + 0x000000003ffb3b7c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxCurrentNumberOfTasks + 0x000000003ffb3b80 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xIdleTaskHandle + 0x000000003ffb3b84 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xSuspendedTaskList + 0x000000003ffb3b8c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxTasksDeleted + 0x000000003ffb3ba0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xTasksWaitingTermination + 0x000000003ffb3ba4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xPendingReadyList + 0x000000003ffb3bb8 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxOverflowDelayedTaskList + 0x000000003ffb3be0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxDelayedTaskList + 0x000000003ffb3be4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList2 + 0x000000003ffb3be8 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList1 + 0x000000003ffb3bfc 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxReadyTasksLists + 0x000000003ffb3c10 0x1f4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxCurrentTCB + 0x000000003ffb3e04 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000003ffb3e04 pxCurrentTCB + .bss.xLastTime$5002 + 0x000000003ffb3e0c 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.xTimerQueue + 0x000000003ffb3e10 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.pxOverflowTimerList + 0x000000003ffb3e14 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.pxCurrentTimerList + 0x000000003ffb3e18 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.xActiveTimerList2 + 0x000000003ffb3e1c 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.xActiveTimerList1 + 0x000000003ffb3e30 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.s_fd_table_lock + 0x000000003ffb3e44 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_vfs_count + 0x000000003ffb3e48 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_vfs 0x000000003ffb3e4c 0x20 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_registered_select_num + 0x000000003ffb3e6c 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss.s_registered_selects + 0x000000003ffb3e70 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss.s_reent 0x000000003ffb3e74 0xf0 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + *fill* 0x000000003ffb3f64 0x4 + .bss.adjtime_total_correction + 0x000000003ffb3f68 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.adjtime_start + 0x000000003ffb3f70 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.s_adjust_time_lock + 0x000000003ffb3f78 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.s_boot_time_lock + 0x000000003ffb3f7c 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + COMMON 0x000000003ffb3f80 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x000000003ffb3f80 s_microseconds_offset + .bss.wl_handle$11180 + 0x000000003ffb3f88 0x4 esp-idf/main/libmain.a(main.c.obj) + COMMON 0x000000003ffb3f8c 0x5c esp-idf/ca/libca.a(ca.c.obj) + 0x000000003ffb3f8c global_arg + 0x000000003ffb3f94 opt + .bss.list_args + 0x000000003ffb3fe8 0x10 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .bss.namespace_args + 0x000000003ffb3ff8 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .bss.erase_all_args + 0x000000003ffb4000 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .bss.erase_args + 0x000000003ffb4008 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .bss.get_args 0x000000003ffb4010 0xc esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .bss.set_args 0x000000003ffb401c 0x10 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .bss.light_sleep_args + 0x000000003ffb402c 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .bss.deep_sleep_args + 0x000000003ffb403c 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .bss.initialized$9489 + 0x000000003ffb404c 0x1 esp-idf/wifi/libwifi.a(wifi.c.obj) + *fill* 0x000000003ffb404d 0x3 + .bss.join_args + 0x000000003ffb4050 0x10 esp-idf/wifi/libwifi.a(wifi.c.obj) + .bss.wifi_event_group + 0x000000003ffb4060 0x4 esp-idf/wifi/libwifi.a(wifi.c.obj) + .bss.server$10137 + 0x000000003ffb4064 0x4 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + .bss.xHandleServer + 0x000000003ffb4068 0x4 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x000000003ffb4068 xHandleServer + .bss.s_efuse_lock + 0x000000003ffb406c 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss.s_flash_op_complete + 0x000000003ffb4070 0x1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_flash_op_can_start + 0x000000003ffb4071 0x1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003ffb4072 0x2 + .bss.s_flash_op_mutex + 0x000000003ffb4074 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_flash_op_cache_state + 0x000000003ffb4078 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_flash_guard_ops + 0x000000003ffb4080 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .bss.esp_flash_default_chip + 0x000000003ffb4084 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x000000003ffb4084 esp_flash_default_chip + .bss.s_partition_list_lock + 0x000000003ffb4088 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .bss.s_partition_list + 0x000000003ffb408c 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .bss.s_mmap_last_handle + 0x000000003ffb4090 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss.s_mmap_page_refcnt + 0x000000003ffb4094 0x100 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss.s_mmap_entries_head + 0x000000003ffb4194 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .bss.shutdown_handlers - 0x000000003ffb52cc 0x8 esp-idf/esp_common/libesp_common.a(system_api.c.obj) + 0x000000003ffb4198 0x8 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .bss.s_list_lock + 0x000000003ffb41a0 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .bss.s_esp_netif_counter + 0x000000003ffb41a4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .bss.s_head 0x000000003ffb41a8 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x000000003ffb41a8 s_head + .bss.s_last_default_esp_netif + 0x000000003ffb41ac 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss.tcpip_initialized + 0x000000003ffb41b0 0x1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003ffb41b1 0x3 + .bss.api_lock_sem + 0x000000003ffb41b4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss.api_sync_sem + 0x000000003ffb41b8 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss.s_default_loop + 0x000000003ffb41bc 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .bss._ZL13s_nvs_handles + 0x000000003ffb41c0 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss._ZN3nvs4Lock10mSemaphoreE + 0x000000003ffb41cc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000003ffb41cc _ZN3nvs4Lock10mSemaphoreE + .bss._ZN14NVSHandleEntry17s_nvs_next_handleE + 0x000000003ffb41d0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000003ffb41d0 _ZN14NVSHandleEntry17s_nvs_next_handleE + .bss._ZN3nvs19NVSPartitionManager8instanceE + 0x000000003ffb41d4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x000000003ffb41d4 _ZN3nvs19NVSPartitionManager8instanceE + .bss.g_wifi_feature_caps + 0x000000003ffb41d8 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x000000003ffb41d8 g_wifi_feature_caps + .bss.s_wifi_mac_time_update_cb + 0x000000003ffb41e0 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x000000003ffb41e0 s_wifi_mac_time_update_cb + .bss.wifi_default_handlers_set + 0x000000003ffb41e4 0x1 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003ffb41e5 0x3 + .bss.s_wifi_netifs + 0x000000003ffb41e8 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .bss.s_wifi_netifs + 0x000000003ffb41f0 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .bss.s_wifi_rxcbs + 0x000000003ffb41f8 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .bss.s_wifi_thread_sem_key$10046 + 0x000000003ffb4200 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .bss.s_wifi_thread_sem_key_init$10045 + 0x000000003ffb4204 0x1 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000003ffb4205 0x3 + .bss.s_common_clock_disable_time$11151 + 0x000000003ffb4208 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003ffb420c 0x4 + .bss.s_phy_rf_en_ts + 0x000000003ffb4210 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_modem_sleep_lock + 0x000000003ffb4218 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_is_modem_sleep_en + 0x000000003ffb421c 0x1 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003ffb421d 0x3 + .bss.s_modem_sleep_module_register + 0x000000003ffb4220 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_modem_sleep_module_enter + 0x000000003ffb4224 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_common_clock_enable_ref + 0x000000003ffb4228 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_is_phy_rf_en + 0x000000003ffb422c 0x1 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003ffb422d 0x3 + .bss.s_module_phy_rf_init + 0x000000003ffb4230 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_phy_rf_init_lock + 0x000000003ffb4234 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.dhcps_cb 0x000000003ffb4238 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.dhcps_dns + 0x000000003ffb423c 0x1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000003ffb423d 0x3 + .bss.dhcps_poll + 0x000000003ffb4240 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.renew 0x000000003ffb424c 0x1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000003ffb424d 0x3 + .bss.plist 0x000000003ffb4250 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.client_address_plus + 0x000000003ffb4254 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.client_address + 0x000000003ffb4258 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.dns_server + 0x000000003ffb425c 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.server_address + 0x000000003ffb4260 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.broadcast_dhcps + 0x000000003ffb4264 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.dhcps_netif + 0x000000003ffb4268 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.g_lwip_task + 0x000000003ffb426c 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x000000003ffb426c g_lwip_task + .bss.tcpip_mbox + 0x000000003ffb4270 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss.tcpip_init_done_arg + 0x000000003ffb4274 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss.tcpip_init_done + 0x000000003ffb4278 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss.dns_servers + 0x000000003ffb427c 0x48 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_requests + 0x000000003ffb42c4 0x30 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_table + 0x000000003ffb42f4 0x4a0 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_pcbs 0x000000003ffb4794 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) + COMMON 0x000000003ffb47a4 0x44 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x000000003ffb47a4 ip_data + .bss.loop_netif + 0x000000003ffb47e8 0x124 esp-idf/lwip/liblwip.a(netif.c.obj) + .bss.netif_num + 0x000000003ffb490c 0x1 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003ffb490d 0x3 + COMMON 0x000000003ffb4910 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x000000003ffb4910 netif_list + 0x000000003ffb4914 netif_default + COMMON 0x000000003ffb4918 0x1 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x000000003ffb4918 pbuf_free_ooseq_pending + *fill* 0x000000003ffb4919 0x3 + .bss.raw_pcbs 0x000000003ffb491c 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) + .bss.tcp_timer_ctr + 0x000000003ffb4920 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) + .bss.tcp_timer + 0x000000003ffb4921 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003ffb4922 0x2 + COMMON 0x000000003ffb4924 0x18 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003ffb4924 tcp_active_pcbs_changed + 0x000000003ffb4928 tcp_active_pcbs + 0x000000003ffb492c tcp_bound_pcbs + 0x000000003ffb4930 tcp_ticks + 0x000000003ffb4934 tcp_tw_pcbs + 0x000000003ffb4938 tcp_listen_pcbs + .bss.recv_data + 0x000000003ffb493c 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.recv_flags + 0x000000003ffb4940 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.flags 0x000000003ffb4941 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcplen 0x000000003ffb4942 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.recv_acked + 0x000000003ffb4944 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003ffb4946 0x2 + .bss.ackno 0x000000003ffb4948 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.seqno 0x000000003ffb494c 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcp_optidx + 0x000000003ffb4950 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003ffb4952 0x2 + .bss.tcphdr_opt2 + 0x000000003ffb4954 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcphdr_opt1len + 0x000000003ffb4958 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcphdr_optlen + 0x000000003ffb495a 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcphdr 0x000000003ffb495c 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.inseg 0x000000003ffb4960 0x14 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + COMMON 0x000000003ffb4974 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x000000003ffb4974 tcp_input_pcb + .bss.tcpip_tcp_timer_active + 0x000000003ffb4978 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss.current_timeout_due_time + 0x000000003ffb497c 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss.next_timeout + 0x000000003ffb4980 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + COMMON 0x000000003ffb4984 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x000000003ffb4984 udp_pcbs + .bss.xid$7484 0x000000003ffb4988 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .bss.dhcp_pcb_refcount + 0x000000003ffb498c 0x1 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003ffb498d 0x3 + .bss.dhcp_pcb 0x000000003ffb4990 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + COMMON 0x000000003ffb4994 0x38 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003ffb4994 dhcp_rx_options_given + 0x000000003ffb49a0 dhcp_rx_options_val + .bss.etharp_cached_entry + 0x000000003ffb49cc 0x1 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003ffb49cd 0x3 + .bss.arp_table + 0x000000003ffb49d0 0xf0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .bss.is_tmr_start + 0x000000003ffb4ac0 0x1 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003ffb4ac1 0x3 + .bss.allrouters + 0x000000003ffb4ac4 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + .bss.allsystems + 0x000000003ffb4ac8 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + .bss.ip4_default_multicast_netif + 0x000000003ffb4acc 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + .bss.ip_id 0x000000003ffb4ad0 0x2 esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x000000003ffb4ad2 0x2 + .bss.identification$6942 + 0x000000003ffb4ad4 0x4 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .bss.ip6_reass_pbufcount + 0x000000003ffb4ad8 0x2 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + *fill* 0x000000003ffb4ada 0x2 + .bss.reassdatagrams + 0x000000003ffb4adc 0x4 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .bss.is_tmr_start + 0x000000003ffb4ae0 0x1 esp-idf/lwip/liblwip.a(mld6.c.obj) + .bss.last_router$7354 + 0x000000003ffb4ae1 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003ffb4ae2 0x2 + .bss.nd6_ra_buffer + 0x000000003ffb4ae4 0x20 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.nd6_tmr_rs_reduction + 0x000000003ffb4b04 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003ffb4b05 0x3 + .bss.multicast_address + 0x000000003ffb4b08 0x14 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.nd6_cached_destination_index + 0x000000003ffb4b1c 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.nd6_cached_neighbor_index + 0x000000003ffb4b1d 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003ffb4b1e 0x2 + COMMON 0x000000003ffb4b20 0x448 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffb4b20 default_router_list + 0x000000003ffb4b44 prefix_list + 0x000000003ffb4bd0 neighbor_cache + 0x000000003ffb4d88 destination_cache + .bss.sys_thread_sem_key + 0x000000003ffb4f68 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .bss.g_lwip_protect_mutex + 0x000000003ffb4f6c 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .bss.select_cb_list + 0x000000003ffb4f70 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.select_cb_ctr + 0x000000003ffb4f74 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.sockets 0x000000003ffb4f78 0xf0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.socket_ipv6_multicast_memberships + 0x000000003ffb5068 0x118 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.socket_ipv4_multicast_memberships + 0x000000003ffb5180 0x78 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.s_log_cache_misses + 0x000000003ffb51f8 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache_entry_count + 0x000000003ffb51fc 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache_max_generation + 0x000000003ffb5200 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache + 0x000000003ffb5204 0xf8 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_tags + 0x000000003ffb52fc 0x4 esp-idf/log/liblog.a(log.c.obj) + COMMON 0x000000003ffb5300 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x000000003ffb5300 registered_heaps + .bss.s_rtc_isr_handle + 0x000000003ffb5304 0x4 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .bss.s_rtc_isr_handler_list + 0x000000003ffb5308 0x4 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .bss.pat_flg$7162 + 0x000000003ffb530c 0x1 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003ffb530d 0x3 + .bss.p_uart_obj + 0x000000003ffb5310 0xc esp-idf/driver/libdriver.a(uart.c.obj) + .bss.last_ccount$3124 + 0x000000003ffb531c 0x4 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .bss.lock_rtc_memory_crc + 0x000000003ffb5320 0x4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .bss.s_light_sleep_wakeup + 0x000000003ffb5324 0x1 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x000000003ffb5325 0x3 + .bss.base_mac_addr + 0x000000003ffb5328 0x6 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + *fill* 0x000000003ffb532e 0x2 .bss.s_tmp_line_buf - 0x000000003ffb52d4 0x4 esp-idf/console/libconsole.a(commands.c.obj) - .bss.s_config 0x000000003ffb52d8 0x10 esp-idf/console/libconsole.a(commands.c.obj) + 0x000000003ffb5330 0x4 esp-idf/console/libconsole.a(commands.c.obj) + .bss.s_config 0x000000003ffb5334 0x10 esp-idf/console/libconsole.a(commands.c.obj) .bss.s_cmd_list - 0x000000003ffb52e8 0x4 esp-idf/console/libconsole.a(commands.c.obj) - .bss.history 0x000000003ffb52ec 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003ffb5344 0x4 esp-idf/console/libconsole.a(commands.c.obj) + .bss.history 0x000000003ffb5348 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) .bss.history_len - 0x000000003ffb52f0 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .bss.dumbmode 0x000000003ffb52f4 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .bss.mlmode 0x000000003ffb52f8 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003ffb534c 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .bss.dumbmode 0x000000003ffb5350 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .bss.mlmode 0x000000003ffb5354 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) .bss.freeHintsCallback - 0x000000003ffb52fc 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003ffb5358 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) .bss.hintsCallback - 0x000000003ffb5300 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003ffb535c 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) .bss.completionCallback - 0x000000003ffb5304 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .bss.lru_counter$7435 - 0x000000003ffb5308 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - .bss.s_impls 0x000000003ffb5310 0x8 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - .bss.Fsid 0x000000003ffb5318 0x2 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000003ffb531a 0x2 - .bss.FatFs 0x000000003ffb531c 0x8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x000000003ffb5360 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x000000003ffb5364 0x4 + .bss.lru_counter$7522 + 0x000000003ffb5368 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .bss.s_impls 0x000000003ffb5370 0x8 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .bss.Fsid 0x000000003ffb5378 0x2 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x000000003ffb537a 0x2 + .bss.FatFs 0x000000003ffb537c 0x8 esp-idf/fatfs/libfatfs.a(ff.c.obj) .bss.s_fat_ctxs - 0x000000003ffb5324 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x000000003ffb5384 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) .bss._ZL16s_instances_lock - 0x000000003ffb532c 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x000000003ffb538c 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) .bss._ZL11s_instances - 0x000000003ffb5330 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - .bss._efs 0x000000003ffb5370 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .bss.s_tcpip_adapter_compat - 0x000000003ffb537c 0x1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - *fill* 0x000000003ffb537d 0x3 - .bss.s_esp_netifs - 0x000000003ffb5380 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .bss.init_done$3945 - 0x000000003ffb5390 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000003ffb5390 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .bss._efs 0x000000003ffb53d0 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .bss.init_done$3949 + 0x000000003ffb53dc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) .bss.ecp_supported_grp_id - 0x000000003ffb5394 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000003ffb53e0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) .bss.mul_count - 0x000000003ffb53c4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000003ffb5410 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) .bss.dbl_count - 0x000000003ffb53c8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000003ffb5414 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) .bss.add_count - 0x000000003ffb53cc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .bss.mpi_lock 0x000000003ffb53d0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x000000003ffb5418 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.mpi_lock 0x000000003ffb541c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) .bss.engines_in_use - 0x000000003ffb53d4 0x1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - *fill* 0x000000003ffb53d5 0x3 + 0x000000003ffb5420 0x1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003ffb5421 0x3 .bss.engine_states - 0x000000003ffb53d8 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .bss.curr_partition$5840 - 0x000000003ffb53e4 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x000000003ffb5424 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .bss.curr_partition$5952 + 0x000000003ffb5430 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss.s_tcpip_adapter_compat + 0x000000003ffb5434 0x1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + *fill* 0x000000003ffb5435 0x3 + .bss.s_esp_netifs + 0x000000003ffb5438 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .bss.g_sae_token + 0x000000003ffb5448 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) .bss.g_sae_data - 0x000000003ffb53e8 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - COMMON 0x000000003ffb5434 0x28c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x000000003ffb5434 gWpaSm - 0x000000003ffb5690 assoc_ie_buf + 0x000000003ffb544c 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + COMMON 0x000000003ffb5498 0x28c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000003ffb5498 gWpaSm + 0x000000003ffb56f4 assoc_ie_buf .bss.s_sm_valid_bitmap - 0x000000003ffb56c0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x000000003ffb5724 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .bss.s_sm_table - 0x000000003ffb56c4 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x000000003ffb5728 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .bss.mesh_rxcb - 0x000000003ffb5704 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x000000003ffb5704 mesh_rxcb + 0x000000003ffb5768 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb5768 mesh_rxcb .bss.s_wifi_api_lock - 0x000000003ffb5708 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x000000003ffb5708 s_wifi_api_lock + 0x000000003ffb576c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb576c s_wifi_api_lock .bss.g_event_handler - 0x000000003ffb570c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb5770 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .bss.s_wifi_stop_in_progress - 0x000000003ffb5710 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - *fill* 0x000000003ffb5711 0x3 + 0x000000003ffb5774 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003ffb5775 0x3 .bss.wifi_sta_rx_probe_req - 0x000000003ffb5714 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x000000003ffb5714 wifi_sta_rx_probe_req - COMMON 0x000000003ffb5718 0xc30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x000000003ffb5718 __packed__ - 0x000000003ffb5730 g_cnxMgr - COMMON 0x000000003ffb6348 0x22c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x000000003ffb6348 g_ic - COMMON 0x000000003ffb6574 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) - 0x000000003ffb6574 wpa_crypto_funcs - COMMON 0x000000003ffb65d4 0x240 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) - 0x000000003ffb65d4 g_dbg_cnt_hmac + 0x000000003ffb5778 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb5778 wifi_sta_rx_probe_req + *fill* 0x000000003ffb577c 0x4 + COMMON 0x000000003ffb5780 0xc30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb5780 __packed__ + 0x000000003ffb5798 g_cnxMgr + COMMON 0x000000003ffb63b0 0x22c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x000000003ffb63b0 g_ic + COMMON 0x000000003ffb65dc 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x000000003ffb65dc wpa_crypto_funcs + COMMON 0x000000003ffb663c 0x240 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x000000003ffb663c g_dbg_cnt_hmac .bss.g_beacon_eb_allocated - 0x000000003ffb6814 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - *fill* 0x000000003ffb6815 0x3 - .bss.ap_rxcb 0x000000003ffb6818 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x000000003ffb6818 ap_rxcb + 0x000000003ffb687c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffb687d 0x3 + .bss.ap_rxcb 0x000000003ffb6880 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb6880 ap_rxcb .bss.tim_offset - 0x000000003ffb681c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - *fill* 0x000000003ffb681d 0x3 - .bss.BcnIntvl 0x000000003ffb6820 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb6884 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffb6885 0x3 + .bss.BcnIntvl 0x000000003ffb6888 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) .bss.g_beacon_idx - 0x000000003ffb6824 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x000000003ffb6824 g_beacon_idx - *fill* 0x000000003ffb6825 0x3 + 0x000000003ffb688c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb688c g_beacon_idx + *fill* 0x000000003ffb688d 0x3 .bss.g_beacon_eb - 0x000000003ffb6828 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x000000003ffb6828 g_beacon_eb + 0x000000003ffb6890 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb6890 g_beacon_eb .bss.g_beacon_dtim_send_mc - 0x000000003ffb6830 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb6898 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) .bss.beacon_send_start_flag - 0x000000003ffb6831 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - *fill* 0x000000003ffb6832 0x2 + 0x000000003ffb6899 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffb689a 0x2 .bss.beacon_timer - 0x000000003ffb6834 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - .bss.tokens$9092 - 0x000000003ffb6848 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x000000003ffb689c 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss.tokens$9133 + 0x000000003ffb68b0 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .bss.s_age_timer_init - 0x000000003ffb684c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x000000003ffb68b4 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .bss.s_age_timer_start - 0x000000003ffb684d 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - *fill* 0x000000003ffb684e 0x2 + 0x000000003ffb68b5 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + *fill* 0x000000003ffb68b6 0x2 .bss.s_age_timer - 0x000000003ffb6850 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - .bss.ap_id$10367 - 0x000000003ffb6864 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003ffb6865 0x3 + 0x000000003ffb68b8 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .bss.ap_id$10383 + 0x000000003ffb68cc 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003ffb68cd 0x3 .bss.mesh_deauth_reason - 0x000000003ffb6868 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb68d0 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .bss.SleepDeferSoftAPConfig - 0x000000003ffb686c 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb68d4 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .bss.SleepDeferStationConfig - 0x000000003ffb68d8 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb6940 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .bss.s_wifi_task_hdl - 0x000000003ffb6958 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x000000003ffb6958 s_wifi_task_hdl + 0x000000003ffb69c0 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb69c0 s_wifi_task_hdl .bss.g_wifi_global_lock - 0x000000003ffb695c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x000000003ffb695c g_wifi_global_lock + 0x000000003ffb69c4 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb69c4 g_wifi_global_lock .bss.s_wps_start - 0x000000003ffb6960 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb69c8 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .bss.s_wpa2_start - 0x000000003ffb6961 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003ffb6962 0x2 + 0x000000003ffb69c9 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003ffb69ca 0x2 .bss.s_wifi_rf_phy_enabled - 0x000000003ffb6964 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb69cc 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .bss.s_wifi_rf_phy_init - 0x000000003ffb6968 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb69d0 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) .bss.g_wifi_hw_start - 0x000000003ffb696c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - COMMON 0x000000003ffb6970 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x000000003ffb6970 g_wifi_menuconfig + 0x000000003ffb69d4 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + COMMON 0x000000003ffb69d8 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb69d8 g_wifi_menuconfig .bss.esp_mesh_quick_funcs - 0x000000003ffb69b8 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) - 0x000000003ffb69b8 esp_mesh_quick_funcs + 0x000000003ffb6a20 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb6a20 esp_mesh_quick_funcs + .bss.g_mesh_topology + 0x000000003ffb6a80 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb6a80 g_mesh_topology .bss.g_mesh_is_root - 0x000000003ffb6a18 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) - 0x000000003ffb6a18 g_mesh_is_root + 0x000000003ffb6a84 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb6a84 g_mesh_is_root .bss.g_mesh_is_started - 0x000000003ffb6a19 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) - 0x000000003ffb6a19 g_mesh_is_started - *fill* 0x000000003ffb6a1a 0x2 + 0x000000003ffb6a85 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb6a85 g_mesh_is_started + *fill* 0x000000003ffb6a86 0x2 .bss.g_wifi_nvs_cfg - 0x000000003ffb6a1c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x000000003ffb6a88 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .bss.s_wifi_nvs - 0x000000003ffb6a20 0x400 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - .bss.g_txq 0x000000003ffb6e20 0xa28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000003ffb6a8c 0x40c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .bss.g_txq 0x000000003ffb6e98 0xa28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) .bss.g_wifi_improve_contention_ability - 0x000000003ffb7848 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - 0x000000003ffb7848 g_wifi_improve_contention_ability - *fill* 0x000000003ffb7849 0x3 - .bss.s_ch$9434 - 0x000000003ffb784c 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb78c0 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x000000003ffb78c0 g_wifi_improve_contention_ability + *fill* 0x000000003ffb78c1 0x3 + .bss.s_ch$9487 + 0x000000003ffb78c4 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) .bss.TestStaFreqCalValInput - 0x000000003ffb784e 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x000000003ffb784e TestStaFreqCalValInput + 0x000000003ffb78c6 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb78c6 TestStaFreqCalValInput .bss.FreqCalCntForScan - 0x000000003ffb7850 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x000000003ffb7850 FreqCalCntForScan + 0x000000003ffb78c8 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb78c8 FreqCalCntForScan .bss.connect_scan_flag - 0x000000003ffb7851 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x000000003ffb7851 connect_scan_flag - .bss.scannum 0x000000003ffb7852 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x000000003ffb7852 scannum - COMMON 0x000000003ffb7854 0x114 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x000000003ffb7854 gScanStruct + 0x000000003ffb78c9 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb78c9 connect_scan_flag + .bss.scannum 0x000000003ffb78ca 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb78ca scannum + COMMON 0x000000003ffb78cc 0x114 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb78cc gScanStruct .bss.sta_csa_timer - 0x000000003ffb7968 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x000000003ffb7968 sta_csa_timer + 0x000000003ffb79e0 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb79e0 sta_csa_timer .bss.s_sa_query_success - 0x000000003ffb797c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - *fill* 0x000000003ffb797d 0x3 + 0x000000003ffb79f4 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + *fill* 0x000000003ffb79f5 0x3 .bss.s_sa_query_retries - 0x000000003ffb7980 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb79f8 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .bss.s_trans_id - 0x000000003ffb7984 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - *fill* 0x000000003ffb7986 0x2 - .bss.sta_rxcb 0x000000003ffb7988 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x000000003ffb7988 sta_rxcb + 0x000000003ffb79fc 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + *fill* 0x000000003ffb79fe 0x2 + .bss.sta_rxcb 0x000000003ffb7a00 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb7a00 sta_rxcb .bss.rssi_index - 0x000000003ffb798c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - *fill* 0x000000003ffb798d 0x3 + 0x000000003ffb7a04 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + *fill* 0x000000003ffb7a05 0x3 .bss.rssi_saved - 0x000000003ffb7990 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb7a08 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .bss.in_rssi_adjust - 0x000000003ffb7998 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - *fill* 0x000000003ffb7999 0x3 + 0x000000003ffb7a10 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + *fill* 0x000000003ffb7a11 0x3 .bss.s_sta_igtk - 0x000000003ffb799c 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) - .bss.gChmCxt 0x000000003ffb79cc 0xfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000003ffb7a14 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .bss.gChmCxt 0x000000003ffb7a44 0xfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) .bss.is_connected_sync - 0x000000003ffb7ac8 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - .bss.ap_no_lr 0x000000003ffb7ac9 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb7b40 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss.ap_no_lr 0x000000003ffb7b41 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .bss.reconnect_flag - 0x000000003ffb7aca 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x000000003ffb7aca reconnect_flag + 0x000000003ffb7b42 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb7b42 reconnect_flag .bss.in_blacklist_flag - 0x000000003ffb7acb 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x000000003ffb7acb in_blacklist_flag + 0x000000003ffb7b43 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb7b43 in_blacklist_flag .bss.wrong_password_flag - 0x000000003ffb7acc 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x000000003ffb7acc wrong_password_flag - *fill* 0x000000003ffb7acd 0x1 + 0x000000003ffb7b44 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb7b44 wrong_password_flag + *fill* 0x000000003ffb7b45 0x1 .bss.s_sta_last_start_txseq - 0x000000003ffb7ace 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb7b46 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .bss.g_cnx_probe_rc_list_cb - 0x000000003ffb7ad0 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x000000003ffb7ad0 g_cnx_probe_rc_list_cb + 0x000000003ffb7b48 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb7b48 g_cnx_probe_rc_list_cb .bss.cnx_csa_timer - 0x000000003ffb7ad4 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb7b4c 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) .bss.s_csa_timer_bss - 0x000000003ffb7ae8 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - COMMON 0x000000003ffb7aec 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x000000003ffb7aec sta_con_timer + 0x000000003ffb7b60 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + COMMON 0x000000003ffb7b64 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb7b64 sta_con_timer .bss.avs_rx_content - 0x000000003ffb7b00 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0x000000003ffb7b78 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) .bss.get_key_cb - 0x000000003ffb7b04 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) - .bss.avs_cb 0x000000003ffb7b08 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) - .bss.eb_space 0x000000003ffb7b0c 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) - .bss.s_is_6m 0x000000003ffb7bcc 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x000000003ffb7bcc s_is_6m - *fill* 0x000000003ffb7bcd 0x3 - COMMON 0x000000003ffb7bd0 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x000000003ffb7bd0 interface_mask - 0x000000003ffb7bd4 if_ctrl + 0x000000003ffb7b7c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss.avs_cb 0x000000003ffb7b80 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss.eb_space 0x000000003ffb7b84 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .bss.s_is_6m 0x000000003ffb7c44 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x000000003ffb7c44 s_is_6m + *fill* 0x000000003ffb7c45 0x3 + COMMON 0x000000003ffb7c48 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x000000003ffb7c48 interface_mask + 0x000000003ffb7c4c if_ctrl .bss.g_pp_tx_pkt_num - 0x000000003ffb7bfc 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000003ffb7c74 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .bss.g_mpdu_retry_before_rts - 0x000000003ffb7bfd 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x000000003ffb7bfd g_mpdu_retry_before_rts + 0x000000003ffb7c75 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000003ffb7c75 g_mpdu_retry_before_rts .bss.our_wait_clear_type - 0x000000003ffb7bfe 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003ffb7bff 0x1 + 0x000000003ffb7c76 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003ffb7c77 0x1 .bss.our_wait_eb - 0x000000003ffb7c00 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000003ffb7c78 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .bss.our_tx_eb - 0x000000003ffb7c04 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000003ffb7c7c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) .bss.our_instances - 0x000000003ffb7c08 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - COMMON 0x000000003ffb7cbc 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x000000003ffb7cbc lmacConfMib + 0x000000003ffb7c80 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + COMMON 0x000000003ffb7d34 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000003ffb7d34 lmacConfMib .bss.g_pm_tx_null_func - 0x000000003ffb7ce8 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - *fill* 0x000000003ffb7cec 0x4 - .bss.g_pm 0x000000003ffb7cf0 0x128 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - .bss.current_ifidx$9236 - 0x000000003ffb7e18 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - *fill* 0x000000003ffb7e19 0x3 + 0x000000003ffb7d60 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + *fill* 0x000000003ffb7d64 0x4 + .bss.g_pm 0x000000003ffb7d68 0x128 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .bss.current_ifidx$9273 + 0x000000003ffb7e90 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + *fill* 0x000000003ffb7e91 0x3 .bss.s_fragment - 0x000000003ffb7e1c 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb7e94 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .bss.TotalUsedSigNum - 0x000000003ffb7e24 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x000000003ffb7e24 TotalUsedSigNum - .bss.TxRxCxt 0x000000003ffb7e28 0x360 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - .bss.g_pp_if 0x000000003ffb8188 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb7e9c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb7e9c TotalUsedSigNum + .bss.TxRxCxt 0x000000003ffb7ea0 0x360 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.g_pp_if 0x000000003ffb8200 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .bss.s_wifi_queue - 0x000000003ffb8190 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x000000003ffb8190 s_wifi_queue + 0x000000003ffb8208 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb8208 s_wifi_queue .bss.s_michael_mic_failure_cb - 0x000000003ffb8194 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb820c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .bss.s_pp_task_del_sem - 0x000000003ffb8198 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb8210 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .bss.s_pp_task_create_sem - 0x000000003ffb819c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb8214 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .bss.pp_task_hdl - 0x000000003ffb81a0 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb8218 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .bss.g_timer_func - 0x000000003ffb81a4 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb821c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .bss.g_net80211_tx_func - 0x000000003ffb81a8 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb8220 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .bss.g_config_func - 0x000000003ffb81ac 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - COMMON 0x000000003ffb81b0 0x6d8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) - 0x000000003ffb81b0 g_dbg_cnt_lmac + 0x000000003ffb8224 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + COMMON 0x000000003ffb8228 0x6d8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x000000003ffb8228 g_dbg_cnt_lmac .bss.s_timer_post - 0x000000003ffb8888 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x000000003ffb8900 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) .bss.updateCounter - 0x000000003ffb888c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb8904 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .bss.s_fix_rate - 0x000000003ffb8890 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb8908 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .bss.s_fix_rate_mask - 0x000000003ffb8898 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb8910 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .bss.interface_trc_mask - 0x000000003ffb889c 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - .bss.trc_mask 0x000000003ffb88ac 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb8914 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss.trc_mask 0x000000003ffb8924 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .bss.g_per_conn_trc - 0x000000003ffb88b0 0x750 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb8928 0x750 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .bss.BcnSendTick - 0x000000003ffb9000 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb9078 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .bss.g_wdev_opmode - 0x000000003ffb9004 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - *fill* 0x000000003ffb9005 0x3 + 0x000000003ffb907c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + *fill* 0x000000003ffb907d 0x3 .bss.g_wdev_csi_rx_ctx - 0x000000003ffb9008 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000003ffb9008 g_wdev_csi_rx_ctx + 0x000000003ffb9080 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb9080 g_wdev_csi_rx_ctx .bss.g_wdev_csi_rx - 0x000000003ffb900c 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000003ffb900c g_wdev_csi_rx + 0x000000003ffb9084 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb9084 g_wdev_csi_rx .bss.g_wdev_last_desc_reset - 0x000000003ffb9010 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000003ffb9010 g_wdev_last_desc_reset - *fill* 0x000000003ffb9011 0x3 - COMMON 0x000000003ffb9014 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000003ffb9014 wDevCtrl - .bss.bt_pwr_track_num - 0x000000003ffb9044 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb9044 bt_pwr_track_num - .bss.bt_pwr_freq_old - 0x000000003ffb9045 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb9045 bt_pwr_freq_old - .bss.bt_pwr_cap_sum_old - 0x000000003ffb9046 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb9046 bt_pwr_cap_sum_old - *fill* 0x000000003ffb9047 0x1 - .bss.bt_pwr_cap_sum - 0x000000003ffb9048 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb9048 bt_pwr_cap_sum - .bss.btpwr_atten_offset - 0x000000003ffb904a 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb904a btpwr_atten_offset - .bss.btpwr_tsen_flag - 0x000000003ffb904b 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb904b btpwr_tsen_flag - .bss.btpwr_tsen_old - 0x000000003ffb904c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb904c btpwr_tsen_old - .bss.btpwr_tsen_init - 0x000000003ffb904d 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb904d btpwr_tsen_init - .bss.rfpll_offset_delta - 0x000000003ffb904e 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb904e rfpll_offset_delta - .bss.phy_bt_power_track_en - 0x000000003ffb9050 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb9050 phy_bt_power_track_en - .bss.phy_sw_set_chan_en - 0x000000003ffb9051 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb9051 phy_sw_set_chan_en - .bss.phy_force_wifi_chan_en - 0x000000003ffb9052 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb9052 phy_force_wifi_chan_en - .bss.phy_freq_wifi_only - 0x000000003ffb9053 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb9053 phy_freq_wifi_only - .bss.phy_freq_offset - 0x000000003ffb9054 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb9054 phy_freq_offset - *fill* 0x000000003ffb9056 0x2 - COMMON 0x000000003ffb9058 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000003ffb9058 bt_wifi_chan_data - 0x000000003ffb906c freq_i2c_addr - *fill* 0x000000003ffb9077 0x1 - .bss.g_phyFuns - 0x000000003ffb9078 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb9078 g_phyFuns - .bss.lr_enable - 0x000000003ffb907c 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb907c lr_enable - .bss.chan14_mic_en - 0x000000003ffb907d 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb907d chan14_mic_en - .bss.re_entry 0x000000003ffb907e 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb907e re_entry - .bss.phy_init_flag - 0x000000003ffb907f 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb907f phy_init_flag - .bss.phy_set_most_tpw_index - 0x000000003ffb9080 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb9080 phy_set_most_tpw_index - .bss.target_power_backoff_qdb - 0x000000003ffb9081 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb9081 target_power_backoff_qdb - .bss.phy_set_most_tpw_flag - 0x000000003ffb9082 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb9082 phy_set_most_tpw_flag - .bss.phy_set_most_tpw_disbg - 0x000000003ffb9083 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb9083 phy_set_most_tpw_disbg - .bss.phy_meas_noise_floor - 0x000000003ffb9084 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb9084 phy_meas_noise_floor - .bss.sw_scan_mode - 0x000000003ffb9086 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb9086 sw_scan_mode - .bss.bt_mode_wifibb - 0x000000003ffb9087 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb9087 bt_mode_wifibb - .bss.noise_timeout_flag - 0x000000003ffb9088 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb9088 noise_timeout_flag + 0x000000003ffb9088 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb9088 g_wdev_last_desc_reset *fill* 0x000000003ffb9089 0x3 - COMMON 0x000000003ffb908c 0x32c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000003ffb908c pwrdet_offset - 0x000000003ffb9090 phy_rxbb_dc - 0x000000003ffb90a8 phy_rxrf_dc - 0x000000003ffb912c chip7_sleep_params - 0x000000003ffb91f0 set_most_tpw - 0x000000003ffb91f4 chip7_phy_init_ctrl - 0x000000003ffb9264 phy_rx_gain_gen - 0x000000003ffb93a4 chip7_phy_api_ctrl - 0x000000003ffb93b4 adc_ana_conf_org + COMMON 0x000000003ffb908c 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb908c wDevCtrl + .bss.bt_pwr_track_num + 0x000000003ffb90bc 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90bc bt_pwr_track_num + .bss.bt_pwr_freq_old + 0x000000003ffb90bd 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90bd bt_pwr_freq_old + .bss.bt_pwr_cap_sum_old + 0x000000003ffb90be 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90be bt_pwr_cap_sum_old + *fill* 0x000000003ffb90bf 0x1 + .bss.bt_pwr_cap_sum + 0x000000003ffb90c0 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90c0 bt_pwr_cap_sum + .bss.btpwr_atten_offset + 0x000000003ffb90c2 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90c2 btpwr_atten_offset + .bss.btpwr_tsen_flag + 0x000000003ffb90c3 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90c3 btpwr_tsen_flag + .bss.btpwr_tsen_old + 0x000000003ffb90c4 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90c4 btpwr_tsen_old + .bss.btpwr_tsen_init + 0x000000003ffb90c5 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90c5 btpwr_tsen_init + .bss.rfpll_offset_delta + 0x000000003ffb90c6 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90c6 rfpll_offset_delta + .bss.phy_bt_power_track_en + 0x000000003ffb90c8 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90c8 phy_bt_power_track_en + .bss.phy_sw_set_chan_en + 0x000000003ffb90c9 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90c9 phy_sw_set_chan_en + .bss.phy_force_wifi_chan_en + 0x000000003ffb90ca 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90ca phy_force_wifi_chan_en + .bss.phy_freq_wifi_only + 0x000000003ffb90cb 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90cb phy_freq_wifi_only + .bss.phy_freq_offset + 0x000000003ffb90cc 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90cc phy_freq_offset + *fill* 0x000000003ffb90ce 0x2 + COMMON 0x000000003ffb90d0 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb90d0 bt_wifi_chan_data + 0x000000003ffb90e4 freq_i2c_addr + *fill* 0x000000003ffb90ef 0x1 + .bss.g_phyFuns + 0x000000003ffb90f0 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90f0 g_phyFuns + .bss.lr_enable + 0x000000003ffb90f4 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90f4 lr_enable + .bss.chan14_mic_en + 0x000000003ffb90f5 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90f5 chan14_mic_en + .bss.re_entry 0x000000003ffb90f6 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90f6 re_entry + .bss.phy_init_flag + 0x000000003ffb90f7 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90f7 phy_init_flag + .bss.phy_set_most_tpw_index + 0x000000003ffb90f8 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90f8 phy_set_most_tpw_index + .bss.target_power_backoff_qdb + 0x000000003ffb90f9 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90f9 target_power_backoff_qdb + .bss.phy_set_most_tpw_flag + 0x000000003ffb90fa 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90fa phy_set_most_tpw_flag + .bss.phy_set_most_tpw_disbg + 0x000000003ffb90fb 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90fb phy_set_most_tpw_disbg + .bss.phy_meas_noise_floor + 0x000000003ffb90fc 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90fc phy_meas_noise_floor + .bss.sw_scan_mode + 0x000000003ffb90fe 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90fe sw_scan_mode + .bss.bt_mode_wifibb + 0x000000003ffb90ff 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb90ff bt_mode_wifibb + .bss.noise_timeout_flag + 0x000000003ffb9100 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb9100 noise_timeout_flag + *fill* 0x000000003ffb9101 0x3 + COMMON 0x000000003ffb9104 0x32c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffb9104 pwrdet_offset + 0x000000003ffb9108 phy_rxbb_dc + 0x000000003ffb9120 phy_rxrf_dc + 0x000000003ffb91a4 chip7_sleep_params + 0x000000003ffb9268 set_most_tpw + 0x000000003ffb926c chip7_phy_init_ctrl + 0x000000003ffb92dc phy_rx_gain_gen + 0x000000003ffb941c chip7_phy_api_ctrl + 0x000000003ffb942c adc_ana_conf_org .bss.phy_pwdet_onetime_flag - 0x000000003ffb93b8 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x000000003ffb93b8 phy_pwdet_onetime_flag + 0x000000003ffb9430 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb9430 phy_pwdet_onetime_flag .bss.phy_dis_pwdet_one - 0x000000003ffb93b9 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x000000003ffb93b9 phy_dis_pwdet_one + 0x000000003ffb9431 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb9431 phy_dis_pwdet_one .bss.phy_tx_pwr_error - 0x000000003ffb93ba 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x000000003ffb93ba phy_tx_pwr_error + 0x000000003ffb9432 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb9432 phy_tx_pwr_error .bss.phy_in_vdd33_offset - 0x000000003ffb93bc 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x000000003ffb93bc phy_in_vdd33_offset + 0x000000003ffb9434 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb9434 phy_in_vdd33_offset .bss.tx_pwctrl_track_num - 0x000000003ffb93bd 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x000000003ffb93bd tx_pwctrl_track_num + 0x000000003ffb9435 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb9435 tx_pwctrl_track_num .bss.phy_tx_power_out - 0x000000003ffb93be 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x000000003ffb93be phy_tx_power_out - COMMON 0x000000003ffb93c0 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x000000003ffb93c0 phy_chan_gain_table - 0x000000003ffb93c8 phy_chan_pwr_index - 0x000000003ffb93dc phy_chan_target_power - *fill* 0x000000003ffb93ed 0x3 + 0x000000003ffb9436 0x2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb9436 phy_tx_power_out + COMMON 0x000000003ffb9438 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb9438 phy_chan_gain_table + 0x000000003ffb9440 phy_chan_pwr_index + 0x000000003ffb9454 phy_chan_target_power + *fill* 0x000000003ffb9465 0x3 .bss.global_cacert - 0x000000003ffb93f0 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000003ffb9468 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) .bss.supported_init - 0x000000003ffb93f4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000003ffb946c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) .bss.supported_ciphersuites - 0x000000003ffb93f8 0x13c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000003ffb9470 0x13c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) .bss.coex_schm_env - 0x000000003ffb9534 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x000000003ffb9534 coex_schm_env + 0x000000003ffb95ac 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffb95ac coex_schm_env .bss.g_misc_nvs_init - 0x000000003ffb9550 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) - *fill* 0x000000003ffb9551 0x3 - COMMON 0x000000003ffb9554 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) - 0x000000003ffb9554 g_misc_nvs - 0x000000003ffb9558 g_log_level - 0x000000003ffb955c g_log_mod + 0x000000003ffb95c8 0x1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + *fill* 0x000000003ffb95c9 0x3 + COMMON 0x000000003ffb95cc 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x000000003ffb95cc g_misc_nvs + 0x000000003ffb95d0 g_log_level + 0x000000003ffb95d4 g_log_mod .bss._ZN12_GLOBAL__N_113__new_handlerE - 0x000000003ffb9570 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) - .bss._ZL4init 0x000000003ffb9574 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x000000003ffb95e8 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .bss._ZL4init 0x000000003ffb95ec 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) .bss._ZL10eh_globals - 0x000000003ffb957c 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - .bss 0x000000003ffb9584 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - .bss 0x000000003ffb9590 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) - 0x000000003ffb9590 optopt - 0x000000003ffb9594 opterr - 0x000000003ffb9598 optind - 0x000000003ffb959c optarg + 0x000000003ffb95f4 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .bss 0x000000003ffb95fc 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .bss 0x000000003ffb9608 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + 0x000000003ffb9608 optopt + 0x000000003ffb960c opterr + 0x000000003ffb9610 optind + 0x000000003ffb9614 optarg *libsoc.a:uart_hal_iram.*(.bss .bss.* COMMON) *(.dynsbss) *(.sbss) @@ -26892,4334 +26979,4264 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp *(.dynbss) *(.share.mem) *(.gnu.linkonce.b.*) - 0x000000003ffb95a8 . = ALIGN (0x8) - *fill* 0x000000003ffb95a4 0x4 - 0x000000003ffb95a8 _bss_end = ABSOLUTE (.) + 0x000000003ffb9620 . = ALIGN (0x8) + *fill* 0x000000003ffb961c 0x4 + 0x000000003ffb9620 _bss_end = ABSOLUTE (.) 0x0000000000000001 ASSERT (((_bss_end - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) -.flash.rodata 0x000000003f400020 0x26ba0 +.flash.rodata 0x000000003f400020 0x26e48 0x000000003f400020 _rodata_start = ABSOLUTE (.) *(.rodata_desc .rodata_desc.*) .rodata_desc 0x000000003f400020 0x100 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) 0x000000003f400020 esp_app_desc *(.rodata_custom_desc .rodata_custom_desc.*) - *(EXCLUDE_FILE(*libphy.a *libnewlib.a:heap.* *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:spi_flash_hal_iram.* *libsoc.a:uart_hal_iram.* *libsoc.a:rtc_clk.* *libsoc.a:i2c_hal_iram.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libesp32.a:panic.* *libheap.a:multi_heap_poisoning.* *libheap.a:multi_heap.* *libgcc.a:_divsf3.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libgcov.a) .rodata EXCLUDE_FILE(*libphy.a *libnewlib.a:heap.* *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:spi_flash_hal_iram.* *libsoc.a:uart_hal_iram.* *libsoc.a:rtc_clk.* *libsoc.a:i2c_hal_iram.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libesp32.a:panic.* *libheap.a:multi_heap_poisoning.* *libheap.a:multi_heap.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libgcc.a:_divsf3.* *liblog.a:log.* *liblog.a:log_freertos.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libgcov.a) .rodata.*) + *(EXCLUDE_FILE(*libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libapp_trace.a:app_trace.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libnewlib.a:abort.* *libnewlib.a:heap.* *lib_esp_common.a:esp_err.* *libgcov.a *libgcc.a:_divsf3.* *libheap.a:multi_heap.* *libheap.a:multi_heap_poisoning.* *libphy.a *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:cpu_hal.* *libsoc.a:soc_hal.* *libsoc.a:rtc_clk.* *libsoc.a:i2c_hal_iram.* *libsoc.a:uart_hal_iram.* *libsoc.a:spi_flash_hal_iram.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_issi.* *libxtensa.a:stdatomic.*) .rodata EXCLUDE_FILE(*libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libapp_trace.a:app_trace.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libnewlib.a:abort.* *libnewlib.a:heap.* *lib_esp_common.a:esp_err.* *libgcov.a *libgcc.a:_divsf3.* *libheap.a:multi_heap.* *libheap.a:multi_heap_poisoning.* *liblog.a:log_freertos.* *liblog.a:log.* *libphy.a *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:cpu_hal.* *libsoc.a:soc_hal.* *libsoc.a:rtc_clk.* *libsoc.a:i2c_hal_iram.* *libsoc.a:uart_hal_iram.* *libsoc.a:spi_flash_hal_iram.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic.* *libesp_system.a:system_api.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_issi.* *libxtensa.a:stdatomic.*) .rodata.*) + .rodata.rtc_clk_cal_internal.str1.4 + 0x000000003f400120 0xad esp-idf/soc/libsoc.a(rtc_time.c.obj) + *fill* 0x000000003f4001cd 0x3 + .rodata.__func__$3601 + 0x000000003f4001d0 0x15 esp-idf/soc/libsoc.a(rtc_time.c.obj) + *fill* 0x000000003f4001e5 0x3 .rodata.pthread_create.str1.4 - 0x000000003f400120 0x107 esp-idf/pthread/libpthread.a(pthread.c.obj) - *fill* 0x000000003f400227 0x1 + 0x000000003f4001e8 0x107 esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x000000003f4002ef 0x1 .rodata.pthread_cancel.str1.4 - 0x000000003f400228 0x2a esp-idf/pthread/libpthread.a(pthread.c.obj) - *fill* 0x000000003f400252 0x2 + 0x000000003f4002f0 0x2a esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x000000003f40031a 0x2 .rodata.str1.4 - 0x000000003f400254 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) - *fill* 0x000000003f400277 0x1 - .rodata.__func__$6136 - 0x000000003f400278 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) - *fill* 0x000000003f40028d 0x3 - .rodata.__FUNCTION__$6072 - 0x000000003f400290 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) - *fill* 0x000000003f40029f 0x1 + 0x000000003f40031c 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x000000003f40033f 0x1 + .rodata.__func__$6219 + 0x000000003f400340 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x000000003f400355 0x3 + .rodata.__FUNCTION__$6155 + 0x000000003f400358 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x000000003f400367 0x1 .rodata.pthread_local_storage_thread_deleted_callback.str1.4 - 0x000000003f4002a0 0x51 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - *fill* 0x000000003f4002f1 0x3 - .rodata.__func__$5849 - 0x000000003f4002f4 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - *fill* 0x000000003f400322 0x2 - .rodata 0x000000003f400324 0x14 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .rodata.main_task.str1.4 - 0x000000003f400338 0xa5 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - *fill* 0x000000003f4003dd 0x3 - .rodata.str1.4 - 0x000000003f4003e0 0x36b esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x373 (size before relaxing) - *fill* 0x000000003f40074b 0x1 - .rodata.__func__$10299 - 0x000000003f40074c 0xa esp-idf/esp32/libesp32.a(cpu_start.c.obj) - *fill* 0x000000003f400756 0x2 - .rodata.__func__$10274 - 0x000000003f400758 0x13 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - *fill* 0x000000003f40076b 0x1 - .rodata.str1.4 - 0x000000003f40076c 0x57 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - *fill* 0x000000003f4007c3 0x1 - .rodata.esp_crosscore_int_init.str1.4 - 0x000000003f4007c4 0xe esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - *fill* 0x000000003f4007d2 0x2 - .rodata.__func__$6754 - 0x000000003f4007d4 0x17 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - *fill* 0x000000003f4007eb 0x1 - .rodata.__func__$6749 - 0x000000003f4007ec 0x17 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - *fill* 0x000000003f400803 0x1 - .rodata.str1.4 - 0x000000003f400804 0x3a esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x3e (size before relaxing) - *fill* 0x000000003f40083e 0x2 - .rodata.esp_dport_access_int_init.str1.4 - 0x000000003f400840 0x6 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x16 (size before relaxing) - *fill* 0x000000003f400846 0x2 - .rodata.__func__$6428 - 0x000000003f400848 0x1a esp-idf/esp32/libesp32.a(dport_access.c.obj) - *fill* 0x000000003f400862 0x2 - .rodata.__func__$6418 - 0x000000003f400864 0x25 esp-idf/esp32/libesp32.a(dport_access.c.obj) - *fill* 0x000000003f400889 0x3 - .rodata.find_desc_for_source.str1.4 - 0x000000003f40088c 0x44 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .rodata.is_vect_desc_usable.str1.4 - 0x000000003f4008d0 0x43 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - *fill* 0x000000003f400913 0x1 - .rodata.esp_intr_free.str1.4 - 0x000000003f400914 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .rodata.__func__$5178 - 0x000000003f400918 0x11 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - *fill* 0x000000003f400929 0x3 - .rodata.__func__$5158 - 0x000000003f40092c 0xe esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - *fill* 0x000000003f40093a 0x2 - .rodata.__func__$5088 - 0x000000003f40093c 0x14 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .rodata.__func__$5053 - 0x000000003f400950 0x15 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - *fill* 0x000000003f400965 0x3 - .rodata.int_desc - 0x000000003f400968 0x200 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .rodata.task_wdt_isr.str1.4 - 0x000000003f400b68 0xfd esp-idf/esp32/libesp32.a(task_wdt.c.obj) - *fill* 0x000000003f400c65 0x3 - .rodata.esp_task_wdt_init.str1.4 - 0x000000003f400c68 0x96 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - *fill* 0x000000003f400cfe 0x2 - .rodata.esp_task_wdt_add.str1.4 - 0x000000003f400d00 0x39 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - *fill* 0x000000003f400d39 0x3 - .rodata.__func__$5773 - 0x000000003f400d3c 0x11 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - *fill* 0x000000003f400d4d 0x3 - .rodata.__func__$5756 - 0x000000003f400d50 0x12 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - *fill* 0x000000003f400d62 0x2 + 0x000000003f400368 0x51 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x000000003f4003b9 0x3 + .rodata.__func__$5932 + 0x000000003f4003bc 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x000000003f4003ea 0x2 .rodata.select_rtc_slow_clk.str1.4 - 0x000000003f400d64 0x5b esp-idf/esp32/libesp32.a(clk.c.obj) - *fill* 0x000000003f400dbf 0x1 + 0x000000003f4003ec 0x5b esp-idf/esp32/libesp32.a(clk.c.obj) + *fill* 0x000000003f400447 0x1 .rodata.esp_clk_init.str1.4 - 0x000000003f400dc0 0x68 esp-idf/esp32/libesp32.a(clk.c.obj) - .rodata 0x000000003f400e28 0x4 esp-idf/esp32/libesp32.a(clk.c.obj) - .rodata.__func__$7386 - 0x000000003f400e2c 0xd esp-idf/esp32/libesp32.a(clk.c.obj) - *fill* 0x000000003f400e39 0x3 - .rodata.rtc_brownout_isr_handler.str1.4 - 0x000000003f400e3c 0x26 esp-idf/esp_common/libesp_common.a(brownout.c.obj) - *fill* 0x000000003f400e62 0x2 - .rodata.esp_brownout_init.str1.4 - 0x000000003f400e64 0x8f esp-idf/esp_common/libesp_common.a(brownout.c.obj) - *fill* 0x000000003f400ef3 0x1 - .rodata 0x000000003f400ef4 0x5 esp-idf/esp_common/libesp_common.a(brownout.c.obj) - *fill* 0x000000003f400ef9 0x3 - .rodata.__func__$5399 - 0x000000003f400efc 0x12 esp-idf/esp_common/libesp_common.a(brownout.c.obj) - *fill* 0x000000003f400f0e 0x2 - .rodata.esp_unknown_msg - 0x000000003f400f10 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - *fill* 0x000000003f400f16 0x2 + 0x000000003f400448 0x68 esp-idf/esp32/libesp32.a(clk.c.obj) + .rodata 0x000000003f4004b0 0x4 esp-idf/esp32/libesp32.a(clk.c.obj) + .rodata.__func__$7391 + 0x000000003f4004b4 0xd esp-idf/esp32/libesp32.a(clk.c.obj) + *fill* 0x000000003f4004c1 0x3 + .rodata.main_task.str1.4 + 0x000000003f4004c4 0xa5 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + *fill* 0x000000003f400569 0x3 .rodata.str1.4 - 0x000000003f400f18 0xf2f esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - *fill* 0x000000003f401e47 0x1 - .rodata.esp_err_msg_table - 0x000000003f401e48 0x4b8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x000000003f40056c 0x36b esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x373 (size before relaxing) + *fill* 0x000000003f4008d7 0x1 + .rodata.__func__$10386 + 0x000000003f4008d8 0xa esp-idf/esp32/libesp32.a(cpu_start.c.obj) + *fill* 0x000000003f4008e2 0x2 + .rodata.__func__$10361 + 0x000000003f4008e4 0x13 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + *fill* 0x000000003f4008f7 0x1 .rodata.str1.4 - 0x000000003f402300 0x56 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - *fill* 0x000000003f402356 0x2 - .rodata.esp_ipc_init.str1.4 - 0x000000003f402358 0x6 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x000000003f4008f8 0x57 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + *fill* 0x000000003f40094f 0x1 + .rodata.esp_crosscore_int_init.str1.4 + 0x000000003f400950 0xe esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + *fill* 0x000000003f40095e 0x2 + .rodata.__func__$6832 + 0x000000003f400960 0x17 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + *fill* 0x000000003f400977 0x1 + .rodata.__func__$6827 + 0x000000003f400978 0x17 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + *fill* 0x000000003f40098f 0x1 + .rodata.str1.4 + 0x000000003f400990 0x3a esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x3e (size before relaxing) + *fill* 0x000000003f4009ca 0x2 + .rodata.esp_dport_access_int_init.str1.4 + 0x000000003f4009cc 0x6 esp-idf/esp32/libesp32.a(dport_access.c.obj) 0x16 (size before relaxing) - *fill* 0x000000003f40235e 0x2 - .rodata.__func__$4999 - 0x000000003f402360 0x9 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - *fill* 0x000000003f402369 0x3 - .rodata.__func__$5011 - 0x000000003f40236c 0xd esp-idf/esp_common/libesp_common.a(ipc.c.obj) - *fill* 0x000000003f402379 0x3 + *fill* 0x000000003f4009d2 0x2 + .rodata.__func__$6506 + 0x000000003f4009d4 0x1a esp-idf/esp32/libesp32.a(dport_access.c.obj) + *fill* 0x000000003f4009ee 0x2 + .rodata.__func__$6496 + 0x000000003f4009f0 0x25 esp-idf/esp32/libesp32.a(dport_access.c.obj) + *fill* 0x000000003f400a15 0x3 + .rodata.find_desc_for_source.str1.4 + 0x000000003f400a18 0x44 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .rodata.is_vect_desc_usable.str1.4 + 0x000000003f400a5c 0x43 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + *fill* 0x000000003f400a9f 0x1 + .rodata.esp_intr_free.str1.4 + 0x000000003f400aa0 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .rodata.__func__$5261 + 0x000000003f400aa4 0x11 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + *fill* 0x000000003f400ab5 0x3 + .rodata.__func__$5241 + 0x000000003f400ab8 0xe esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + *fill* 0x000000003f400ac6 0x2 + .rodata.__func__$5171 + 0x000000003f400ac8 0x14 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .rodata.__func__$5136 + 0x000000003f400adc 0x15 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + *fill* 0x000000003f400af1 0x3 + .rodata.int_desc + 0x000000003f400af4 0x200 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .rodata.task_wdt_isr.str1.4 + 0x000000003f400cf4 0xfd esp-idf/esp32/libesp32.a(task_wdt.c.obj) + *fill* 0x000000003f400df1 0x3 + .rodata.esp_task_wdt_init.str1.4 + 0x000000003f400df4 0x96 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + *fill* 0x000000003f400e8a 0x2 + .rodata.esp_task_wdt_add.str1.4 + 0x000000003f400e8c 0x39 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + *fill* 0x000000003f400ec5 0x3 + .rodata.__func__$5856 + 0x000000003f400ec8 0x11 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + *fill* 0x000000003f400ed9 0x3 + .rodata.__func__$5839 + 0x000000003f400edc 0x12 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + *fill* 0x000000003f400eee 0x2 + .rodata.rtc_brownout_isr_handler.str1.4 + 0x000000003f400ef0 0x26 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + *fill* 0x000000003f400f16 0x2 + .rodata.esp_brownout_init.str1.4 + 0x000000003f400f18 0x8f esp-idf/esp_common/libesp_common.a(brownout.c.obj) + *fill* 0x000000003f400fa7 0x1 + .rodata 0x000000003f400fa8 0x5 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + *fill* 0x000000003f400fad 0x3 + .rodata.__func__$5482 + 0x000000003f400fb0 0x12 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + *fill* 0x000000003f400fc2 0x2 + .rodata.esp_error_check_failed_print.str1.4 + 0x000000003f400fc4 0x5c esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .rodata._esp_error_check_failed.str1.4 + 0x000000003f401020 0x10 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .rodata.esp_unknown_msg + 0x000000003f401030 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + *fill* 0x000000003f401036 0x2 .rodata.str1.4 - 0x000000003f40237c 0x47 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x000000003f401038 0xf2f esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + *fill* 0x000000003f401f67 0x1 + .rodata.esp_err_msg_table + 0x000000003f401f68 0x4b8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.str1.4 + 0x000000003f402420 0x56 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + *fill* 0x000000003f402476 0x2 + .rodata.esp_ipc_init.str1.4 + 0x000000003f402478 0x6 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000003f40247e 0x2 + .rodata.__func__$5077 + 0x000000003f402480 0x9 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + *fill* 0x000000003f402489 0x3 + .rodata.__func__$5089 + 0x000000003f40248c 0xd esp-idf/esp_common/libesp_common.a(ipc.c.obj) + *fill* 0x000000003f402499 0x3 + .rodata.str1.4 + 0x000000003f40249c 0x47 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) .rodata.timer_task.str1.4 - 0x000000003f4023c3 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - *fill* 0x000000003f4023c3 0x1 + 0x000000003f4024e3 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003f4024e3 0x1 .rodata.esp_timer_init.str1.4 - 0x000000003f4023c4 0xa esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - *fill* 0x000000003f4023ce 0x2 - .rodata.__func__$5190 - 0x000000003f4023d0 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - *fill* 0x000000003f4023db 0x1 - .rodata.__func__$5162 - 0x000000003f4023dc 0xd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - *fill* 0x000000003f4023e9 0x3 + 0x000000003f4024e4 0xa esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003f4024ee 0x2 + .rodata.__func__$5273 + 0x000000003f4024f0 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003f4024fb 0x1 + .rodata.__func__$5245 + 0x000000003f4024fc 0xd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003f402509 0x3 .rodata.str1.4 - 0x000000003f4023ec 0xe0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x000000003f40250c 0xe0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) .rodata.esp_timer_impl_init.str1.4 - 0x000000003f4024cc 0x72 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - *fill* 0x000000003f40253e 0x2 - .rodata.__func__$5695 - 0x000000003f402540 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .rodata.__func__$5679 - 0x000000003f402554 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - *fill* 0x000000003f402573 0x1 + 0x000000003f4025ec 0x72 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + *fill* 0x000000003f40265e 0x2 + .rodata.__func__$5778 + 0x000000003f402660 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .rodata.__func__$5762 + 0x000000003f402674 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + *fill* 0x000000003f402693 0x1 .rodata.vPortTaskWrapper.str1.4 - 0x000000003f402574 0x57 esp-idf/freertos/libfreertos.a(port.c.obj) - *fill* 0x000000003f4025cb 0x1 + 0x000000003f402694 0x57 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003f4026eb 0x1 .rodata.vPortEnterCritical.str1.4 - 0x000000003f4025cc 0xbb esp-idf/freertos/libfreertos.a(port.c.obj) - *fill* 0x000000003f402687 0x1 + 0x000000003f4026ec 0xbb esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003f4027a7 0x1 .rodata.vPortExitCritical.str1.4 - 0x000000003f402688 0x2c esp-idf/freertos/libfreertos.a(port.c.obj) - .rodata.__func__$4258 - 0x000000003f4026b4 0x11 esp-idf/freertos/libfreertos.a(port.c.obj) - *fill* 0x000000003f4026c5 0x3 - .rodata.__func__$4245 - 0x000000003f4026c8 0x11 esp-idf/freertos/libfreertos.a(port.c.obj) - *fill* 0x000000003f4026d9 0x3 + 0x000000003f4027a8 0x2c esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vApplicationStackOverflowHook.str1.4 + 0x000000003f4027d4 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.__func__$4335 + 0x000000003f402810 0x11 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003f402821 0x3 + .rodata.__func__$4322 + 0x000000003f402824 0x11 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003f402835 0x3 .rodata.xt_unhandled_interrupt.str1.4 - 0x000000003f4026dc 0x23 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) - *fill* 0x000000003f4026ff 0x1 - .rodata 0x000000003f402700 0x24 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) - 0x000000003f402700 _xt_coproc_sa_offset + 0x000000003f402838 0x23 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + *fill* 0x000000003f40285b 0x5 + .rodata 0x000000003f402860 0x24 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x000000003f402860 _xt_coproc_sa_offset .rodata.prvNotifyQueueSetContainer.str1.4 - 0x000000003f402724 0x54 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x000000003f402884 0x54 esp-idf/freertos/libfreertos.a(queue.c.obj) .rodata.xQueueGenericReset.str1.4 - 0x000000003f402778 0x48 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__FUNCTION__$5151 - 0x000000003f402778 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f402785 0x3 - .rodata.__FUNCTION__$5140 - 0x000000003f402788 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f40279f 0x1 - .rodata.__FUNCTION__$5134 - 0x000000003f4027a0 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f4027b7 0x1 - .rodata.__FUNCTION__$5119 - 0x000000003f4027b8 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f4027cd 0x3 - .rodata.__FUNCTION__$5109 - 0x000000003f4027d0 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f4027e5 0x3 - .rodata.__FUNCTION__$5098 - 0x000000003f4027e8 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f4027fa 0x2 - .rodata.__FUNCTION__$5090 - 0x000000003f4027fc 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f402815 0x3 - .rodata.__FUNCTION__$5227 - 0x000000003f402818 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f402833 0x1 - .rodata.__FUNCTION__$5079 - 0x000000003f402834 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f402846 0x2 - .rodata.__FUNCTION__$5068 - 0x000000003f402848 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f402866 0x2 - .rodata.__FUNCTION__$5062 - 0x000000003f402868 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f402881 0x3 - .rodata.__FUNCTION__$5055 - 0x000000003f402884 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f40289d 0x3 - .rodata.__FUNCTION__$5028 - 0x000000003f4028a0 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__$4229 - 0x000000003f4028b4 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__FUNCTION__$5019 - 0x000000003f4028c8 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x000000003f4028db 0x1 - .rodata.prvDeleteTLS.str1.4 - 0x000000003f4028dc 0x36 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x54 (size before relaxing) - *fill* 0x000000003f402912 0x2 - .rodata.vTaskStartScheduler.str1.4 - 0x000000003f402914 0x7 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskSwitchContext.str1.4 - 0x000000003f40291b 0xe0 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f40291b 0x1 - .rodata.vTaskList.str1.4 - 0x000000003f40291c 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f40292b 0x1 - .rodata.__FUNCTION__$5557 - 0x000000003f40292c 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5410 - 0x000000003f402944 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402959 0x3 - .rodata.__FUNCTION__$5404 - 0x000000003f40295c 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402971 0x3 - .rodata.__FUNCTION__$5400 - 0x000000003f402974 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402996 0x2 - .rodata.__FUNCTION__$5390 - 0x000000003f402998 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f4029b1 0x3 - .rodata.__FUNCTION__$5381 - 0x000000003f4029b4 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5375 - 0x000000003f4029d4 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f4029f3 0x1 - .rodata.__FUNCTION__$5368 - 0x000000003f4029f4 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402a0a 0x2 - .rodata.__func__$4262 - 0x000000003f402a0c 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402a1d 0x3 - .rodata.__func__$4249 - 0x000000003f402a20 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402a31 0x3 - .rodata.ucExpectedStackBytes$5339 - 0x000000003f402a34 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5332 - 0x000000003f402a48 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402a5b 0x1 - .rodata.__FUNCTION__$5323 - 0x000000003f402a5c 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402a79 0x3 + 0x000000003f4028d8 0x48 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__FUNCTION__$5229 + 0x000000003f4028d8 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4028e5 0x3 + .rodata.__FUNCTION__$5218 + 0x000000003f4028e8 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4028ff 0x1 + .rodata.__FUNCTION__$5212 + 0x000000003f402900 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402917 0x1 + .rodata.__FUNCTION__$5197 + 0x000000003f402918 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40292d 0x3 + .rodata.__FUNCTION__$5187 + 0x000000003f402930 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402945 0x3 + .rodata.__FUNCTION__$5176 + 0x000000003f402948 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40295a 0x2 + .rodata.__FUNCTION__$5168 + 0x000000003f40295c 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402975 0x3 .rodata.__FUNCTION__$5305 - 0x000000003f402a7c 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402a8e 0x2 - .rodata.__FUNCTION__$5285 - 0x000000003f402a90 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402a9f 0x1 - .rodata.__FUNCTION__$5266 - 0x000000003f402aa0 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5237 - 0x000000003f402ab4 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402ac1 0x3 - .rodata.__FUNCTION__$5231 - 0x000000003f402ac4 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402ad5 0x3 - .rodata.__FUNCTION__$5203 - 0x000000003f402ad8 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402ae3 0x1 - .rodata.__FUNCTION__$5521 - 0x000000003f402ae4 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402af1 0x3 - .rodata.__FUNCTION__$5525 - 0x000000003f402af4 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402b01 0x3 - .rodata.__FUNCTION__$5188 - 0x000000003f402b04 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__FUNCTION__$5181 - 0x000000003f402b10 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x000000003f402b29 0x3 - .rodata.prvCheckForValidListAndQueue.str1.4 - 0x000000003f402b2c 0x37 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x000000003f402978 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402993 0x1 + .rodata.__FUNCTION__$5157 + 0x000000003f402994 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4029a6 0x2 + .rodata.__FUNCTION__$5146 + 0x000000003f4029a8 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4029c6 0x2 + .rodata.__FUNCTION__$5140 + 0x000000003f4029c8 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4029e1 0x3 + .rodata.__FUNCTION__$5133 + 0x000000003f4029e4 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4029fd 0x3 + .rodata.__FUNCTION__$5106 + 0x000000003f402a00 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$4306 + 0x000000003f402a14 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__FUNCTION__$5097 + 0x000000003f402a28 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402a3b 0x1 + .rodata.prvDeleteTLS.str1.4 + 0x000000003f402a3c 0x36 esp-idf/freertos/libfreertos.a(tasks.c.obj) 0x54 (size before relaxing) - *fill* 0x000000003f402b63 0x1 + *fill* 0x000000003f402a72 0x2 + .rodata.vTaskStartScheduler.str1.4 + 0x000000003f402a74 0x7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskSwitchContext.str1.4 + 0x000000003f402a7b 0xe0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402a7b 0x1 + .rodata.vTaskList.str1.4 + 0x000000003f402a7c 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402a8b 0x1 + .rodata.__FUNCTION__$5635 + 0x000000003f402a8c 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__FUNCTION__$5488 + 0x000000003f402aa4 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402ab9 0x3 + .rodata.__FUNCTION__$5482 + 0x000000003f402abc 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402ad1 0x3 + .rodata.__FUNCTION__$5478 + 0x000000003f402ad4 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402af6 0x2 + .rodata.__FUNCTION__$5468 + 0x000000003f402af8 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402b11 0x3 + .rodata.__FUNCTION__$5459 + 0x000000003f402b14 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__FUNCTION__$5453 + 0x000000003f402b34 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402b53 0x1 + .rodata.__FUNCTION__$5446 + 0x000000003f402b54 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402b6a 0x2 + .rodata.__func__$4339 + 0x000000003f402b6c 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402b7d 0x3 + .rodata.__func__$4326 + 0x000000003f402b80 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402b91 0x3 + .rodata.ucExpectedStackBytes$5417 + 0x000000003f402b94 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__FUNCTION__$5410 + 0x000000003f402ba8 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402bbb 0x1 + .rodata.__FUNCTION__$5401 + 0x000000003f402bbc 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402bd9 0x3 + .rodata.__FUNCTION__$5383 + 0x000000003f402bdc 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402bee 0x2 + .rodata.__FUNCTION__$5363 + 0x000000003f402bf0 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402bff 0x1 + .rodata.__FUNCTION__$5344 + 0x000000003f402c00 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__FUNCTION__$5315 + 0x000000003f402c14 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402c21 0x3 + .rodata.__FUNCTION__$5309 + 0x000000003f402c24 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402c35 0x3 + .rodata.__FUNCTION__$5281 + 0x000000003f402c38 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402c43 0x1 + .rodata.__FUNCTION__$5599 + 0x000000003f402c44 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402c51 0x3 + .rodata.__FUNCTION__$5603 + 0x000000003f402c54 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402c61 0x3 + .rodata.__FUNCTION__$5266 + 0x000000003f402c64 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__FUNCTION__$5259 + 0x000000003f402c70 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f402c89 0x3 + .rodata.prvCheckForValidListAndQueue.str1.4 + 0x000000003f402c8c 0x37 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x54 (size before relaxing) + *fill* 0x000000003f402cc3 0x1 .rodata.xTimerCreateTimerTask.str1.4 - 0x000000003f402b64 0x8 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x000000003f402cc4 0x8 esp-idf/freertos/libfreertos.a(timers.c.obj) .rodata.prvProcessReceivedCommands - 0x000000003f402b6c 0x28 esp-idf/freertos/libfreertos.a(timers.c.obj) - .rodata.__FUNCTION__$4972 - 0x000000003f402b94 0x1d esp-idf/freertos/libfreertos.a(timers.c.obj) - *fill* 0x000000003f402bb1 0x3 - .rodata.__FUNCTION__$4941 - 0x000000003f402bb4 0x1b esp-idf/freertos/libfreertos.a(timers.c.obj) - *fill* 0x000000003f402bcf 0x1 - .rodata.__FUNCTION__$4903 - 0x000000003f402bd0 0x17 esp-idf/freertos/libfreertos.a(timers.c.obj) - *fill* 0x000000003f402be7 0x1 - .rodata.__FUNCTION__$4965 - 0x000000003f402be8 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) - .rodata.__FUNCTION__$4855 - 0x000000003f402bfc 0x16 esp-idf/freertos/libfreertos.a(timers.c.obj) - *fill* 0x000000003f402c12 0x2 + 0x000000003f402ccc 0x28 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__FUNCTION__$5050 + 0x000000003f402cf4 0x1d esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f402d11 0x3 + .rodata.__FUNCTION__$5019 + 0x000000003f402d14 0x1b esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f402d2f 0x1 + .rodata.__FUNCTION__$4981 + 0x000000003f402d30 0x17 esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f402d47 0x1 + .rodata.__FUNCTION__$5043 + 0x000000003f402d48 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__FUNCTION__$4933 + 0x000000003f402d5c 0x16 esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f402d72 0x2 .rodata.translate_path.str1.4 - 0x000000003f402c14 0x73 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x000000003f402d74 0x73 esp-idf/vfs/libvfs.a(vfs.c.obj) .rodata.esp_vfs_register_fd_range.str1.4 - 0x000000003f402c87 0x73 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x000000003f402de7 0x73 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x1 (size before relaxing) - *fill* 0x000000003f402c87 0x1 - .rodata 0x000000003f402c88 0x3 esp-idf/vfs/libvfs.a(vfs.c.obj) - *fill* 0x000000003f402c8b 0x1 - .rodata.__func__$6185 - 0x000000003f402c8c 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) - *fill* 0x000000003f402c9b 0x1 + *fill* 0x000000003f402de7 0x1 + .rodata 0x000000003f402de8 0x3 esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x000000003f402deb 0x1 + .rodata.__func__$6268 + 0x000000003f402dec 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x000000003f402dfb 0x1 .rodata.uart_tcsetattr - 0x000000003f402c9c 0x7c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x000000003f402dfc 0x7c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .rodata.uart_access.str1.4 - 0x000000003f402d18 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402d23 0x1 + 0x000000003f402e78 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f402e83 0x1 .rodata.uart_fcntl.str1.4 - 0x000000003f402d24 0x48 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x000000003f402e84 0x48 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .rodata.uart_return_char.str1.4 - 0x000000003f402d6c 0x1d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402d89 0x3 + 0x000000003f402ecc 0x1d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f402ee9 0x3 .rodata.uart_fsync.str1.4 - 0x000000003f402d8c 0x172 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402efe 0x2 + 0x000000003f402eec 0x172 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40305e 0x2 .rodata.esp_vfs_dev_uart_register.str1.4 - 0x000000003f402f00 0x36 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402f36 0x2 - .rodata.__func__$7385 - 0x000000003f402f38 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402f43 0x1 - .rodata.__func__$7401 - 0x000000003f402f44 0x11 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402f55 0x3 - .rodata.__func__$7407 - 0x000000003f402f58 0xa esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402f62 0x2 - .rodata.__func__$7423 - 0x000000003f402f64 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402f6f 0x1 - .rodata.__func__$7419 - 0x000000003f402f70 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402f7b 0x1 - .rodata.__func__$7429 - 0x000000003f402f7c 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402f87 0x1 - .rodata.__func__$7271 - 0x000000003f402f88 0x12 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402f9a 0x2 - .rodata.__func__$7439 - 0x000000003f402f9c 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402fa7 0x1 - .rodata.__func__$7637 - 0x000000003f402fa8 0x1a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x000000003f402fc2 0x2 - .rodata.s_ctx 0x000000003f402fc4 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x000000003f403060 0x36 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f403096 0x2 + .rodata.__func__$7464 + 0x000000003f403098 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4030a3 0x1 + .rodata.__func__$7480 + 0x000000003f4030a4 0x11 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4030b5 0x3 + .rodata.__func__$7486 + 0x000000003f4030b8 0xa esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4030c2 0x2 + .rodata.__func__$7502 + 0x000000003f4030c4 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4030cf 0x1 + .rodata.__func__$7498 + 0x000000003f4030d0 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4030db 0x1 + .rodata.__func__$7508 + 0x000000003f4030dc 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4030e7 0x1 + .rodata.__func__$7350 + 0x000000003f4030e8 0x12 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4030fa 0x2 + .rodata.__func__$7518 + 0x000000003f4030fc 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f403107 0x1 + .rodata.__func__$7716 + 0x000000003f403108 0x1a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f403122 0x2 + .rodata.s_ctx 0x000000003f403124 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .rodata.str1.4 - 0x000000003f402fd0 0x34 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000003f403130 0x34 esp-idf/newlib/libnewlib.a(locks.c.obj) 0x50 (size before relaxing) - .rodata.__FUNCTION__$4770 - 0x000000003f403004 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x000000003f403019 0x3 - .rodata.__FUNCTION__$4761 - 0x000000003f40301c 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.__FUNCTION__$4848 + 0x000000003f403164 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003f403179 0x3 + .rodata.__FUNCTION__$4839 + 0x000000003f40317c 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) .rodata.initialize_nvs.str1.4 - 0x000000003f403028 0x28 esp-idf/main/libmain.a(main.c.obj) + 0x000000003f403188 0x28 esp-idf/main/libmain.a(main.c.obj) .rodata.initialize_filesystem.str1.4 - 0x000000003f403050 0x4e esp-idf/main/libmain.a(main.c.obj) - *fill* 0x000000003f40309e 0x2 + 0x000000003f4031b0 0x4e esp-idf/main/libmain.a(main.c.obj) + *fill* 0x000000003f4031fe 0x2 .rodata.initialize_console.str1.4 - 0x000000003f4030a0 0xc2 esp-idf/main/libmain.a(main.c.obj) - *fill* 0x000000003f403162 0x2 + 0x000000003f403200 0xc2 esp-idf/main/libmain.a(main.c.obj) + *fill* 0x000000003f4032c2 0x2 .rodata.app_main.str1.4 - 0x000000003f403164 0x23c esp-idf/main/libmain.a(main.c.obj) - .rodata.__func__$11102 - 0x000000003f4033a0 0x13 esp-idf/main/libmain.a(main.c.obj) - *fill* 0x000000003f4033b3 0x1 - .rodata.__func__$11095 - 0x000000003f4033b4 0xf esp-idf/main/libmain.a(main.c.obj) - *fill* 0x000000003f4033c3 0x1 - .rodata.__func__$11110 - 0x000000003f4033c4 0x9 esp-idf/main/libmain.a(main.c.obj) - *fill* 0x000000003f4033cd 0x3 + 0x000000003f4032c4 0x23c esp-idf/main/libmain.a(main.c.obj) + .rodata.__func__$11195 + 0x000000003f403500 0x13 esp-idf/main/libmain.a(main.c.obj) + *fill* 0x000000003f403513 0x1 + .rodata.__func__$11188 + 0x000000003f403514 0xf esp-idf/main/libmain.a(main.c.obj) + *fill* 0x000000003f403523 0x1 + .rodata.__func__$11203 + 0x000000003f403524 0x9 esp-idf/main/libmain.a(main.c.obj) + *fill* 0x000000003f40352d 0x3 .rodata.init_memory.str1.4 - 0x000000003f4033d0 0x163 esp-idf/files/libfiles.a(file.c.obj) - *fill* 0x000000003f403533 0x1 + 0x000000003f403530 0x163 esp-idf/files/libfiles.a(file.c.obj) + *fill* 0x000000003f403693 0x1 .rodata.str1.4 - 0x000000003f403534 0x17 esp-idf/files/libfiles.a(file.c.obj) + 0x000000003f403694 0x17 esp-idf/files/libfiles.a(file.c.obj) .rodata.write_certificate.str1.4 - 0x000000003f40354b 0x2 esp-idf/ca/libca.a(ca.c.obj) - *fill* 0x000000003f40354b 0x1 + 0x000000003f4036ab 0x2 esp-idf/ca/libca.a(ca.c.obj) + *fill* 0x000000003f4036ab 0x1 .rodata.connect.str1.4 - 0x000000003f40354c 0x1432 esp-idf/ca/libca.a(ca.c.obj) - 0x146a (size before relaxing) - *fill* 0x000000003f40497e 0x2 + 0x000000003f4036ac 0x144a esp-idf/ca/libca.a(ca.c.obj) + 0x1482 (size before relaxing) + *fill* 0x000000003f404af6 0x2 .rodata.register_ca.str1.4 - 0x000000003f404980 0x63 esp-idf/ca/libca.a(ca.c.obj) - *fill* 0x000000003f4049e3 0x1 - .rodata 0x000000003f4049e4 0x14 esp-idf/ca/libca.a(ca.c.obj) - .rodata.__func__$5698 - 0x000000003f4049f8 0xc esp-idf/ca/libca.a(ca.c.obj) + 0x000000003f404af8 0x63 esp-idf/ca/libca.a(ca.c.obj) + *fill* 0x000000003f404b5b 0x1 + .rodata 0x000000003f404b5c 0x14 esp-idf/ca/libca.a(ca.c.obj) + .rodata.__func__$7386 + 0x000000003f404b70 0xc esp-idf/ca/libca.a(ca.c.obj) .rodata.dev_random_entropy_poll.str1.4 - 0x000000003f404a04 0x10 esp-idf/ca/libca.a(gen_key.c.obj) + 0x000000003f404b7c 0x10 esp-idf/ca/libca.a(gen_key.c.obj) .rodata.write_private_key.str1.4 - 0x000000003f404a14 0x3 esp-idf/ca/libca.a(gen_key.c.obj) - *fill* 0x000000003f404a17 0x1 + 0x000000003f404b8c 0x3 esp-idf/ca/libca.a(gen_key.c.obj) + *fill* 0x000000003f404b8f 0x1 .rodata.task_create.str1.4 - 0x000000003f404a18 0x8 esp-idf/ca/libca.a(gen_key.c.obj) + 0x000000003f404b90 0x8 esp-idf/ca/libca.a(gen_key.c.obj) .rodata.connect.str1.4 - 0x000000003f404a20 0x45f esp-idf/ca/libca.a(gen_key.c.obj) + 0x000000003f404b98 0x45b esp-idf/ca/libca.a(gen_key.c.obj) 0x477 (size before relaxing) - *fill* 0x000000003f404e7f 0x1 + *fill* 0x000000003f404ff3 0x1 .rodata.register_gen_key.str1.4 - 0x000000003f404e80 0x55 esp-idf/ca/libca.a(gen_key.c.obj) - *fill* 0x000000003f404ed5 0x3 - .rodata 0x000000003f404ed8 0x14 esp-idf/ca/libca.a(gen_key.c.obj) - .rodata.__func__$7125 - 0x000000003f404eec 0x11 esp-idf/ca/libca.a(gen_key.c.obj) - *fill* 0x000000003f404efd 0x3 + 0x000000003f404ff4 0x55 esp-idf/ca/libca.a(gen_key.c.obj) + *fill* 0x000000003f405049 0x3 + .rodata 0x000000003f40504c 0x14 esp-idf/ca/libca.a(gen_key.c.obj) + .rodata.__func__$7228 + 0x000000003f405060 0x11 esp-idf/ca/libca.a(gen_key.c.obj) + *fill* 0x000000003f405071 0x3 .rodata.type_to_str.str1.4 - 0x000000003f404f00 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x000000003f405074 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) .rodata.list.str1.4 - 0x000000003f404f08 0x5e esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x000000003f40507c 0x5e esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) .rodata.list_entries.str1.4 - 0x000000003f404f66 0x1 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - *fill* 0x000000003f404f66 0x2 + 0x000000003f4050da 0x1 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + *fill* 0x000000003f4050da 0x2 .rodata.set_namespace.str1.4 - 0x000000003f404f68 0x2d esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - *fill* 0x000000003f404f95 0x3 + 0x000000003f4050dc 0x2d esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + *fill* 0x000000003f405109 0x3 .rodata.erase_all.str1.4 - 0x000000003f404f98 0x38 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x000000003f40510c 0x38 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) .rodata.erase_namespace.str1.4 - 0x000000003f404fd0 0x1a esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x000000003f405144 0x1a esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) .rodata.erase.str1.4 - 0x000000003f404fd0 0x32 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - *fill* 0x000000003f405002 0x2 + 0x000000003f405144 0x32 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) .rodata.print_blob.str1.4 - 0x000000003f405004 0x5 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - *fill* 0x000000003f405009 0x3 + 0x000000003f405176 0x32 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x5 (size before relaxing) + *fill* 0x000000003f405176 0x2 .rodata.get_value_from_nvs.str1.4 - 0x000000003f40500c 0x42 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x000000003f405178 0x42 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x46 (size before relaxing) - *fill* 0x000000003f40504e 0x2 + *fill* 0x000000003f4051ba 0x2 .rodata.store_blob.str1.4 - 0x000000003f405050 0x83 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - *fill* 0x000000003f4050d3 0x1 + 0x000000003f4051bc 0x83 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + *fill* 0x000000003f40523f 0x1 .rodata.set_value_in_nvs.str1.4 - 0x000000003f4050d4 0x33 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - *fill* 0x000000003f405107 0x1 + 0x000000003f405240 0x33 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + *fill* 0x000000003f405273 0x1 .rodata.register_nvs.str1.4 - 0x000000003f405108 0x4fd esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x000000003f405274 0x4fd esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x521 (size before relaxing) - *fill* 0x000000003f405605 0x3 - .rodata 0x000000003f405608 0x78 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .rodata.__func__$5941 - 0x000000003f405680 0xd esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - *fill* 0x000000003f40568d 0x3 + *fill* 0x000000003f405771 0x3 + .rodata 0x000000003f405774 0x78 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .rodata.__func__$6032 + 0x000000003f4057ec 0xd esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + *fill* 0x000000003f4057f9 0x3 .rodata.str1.4 - 0x000000003f405690 0x30 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x000000003f4057fc 0x30 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) .rodata.type_str_pair - 0x000000003f4056c0 0x58 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x000000003f40582c 0x58 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) .rodata.register_free.str1.4 - 0x000000003f405718 0x7a esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405792 0x2 + 0x000000003f405884 0x7a esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f4058fe 0x2 .rodata.register_heap.str1.4 - 0x000000003f405794 0x80 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x000000003f405900 0x80 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) .rodata.register_version.str1.4 - 0x000000003f405814 0x1c esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x000000003f405980 0x1c esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x24 (size before relaxing) .rodata.register_restart.str1.4 - 0x000000003f405830 0x23 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405853 0x1 + 0x000000003f40599c 0x23 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f4059bf 0x1 .rodata.register_tasks.str1.4 - 0x000000003f405854 0x2c esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x000000003f4059c0 0x2c esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) .rodata.free_mem.str1.4 - 0x000000003f405880 0x4 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x000000003f4059ec 0x4 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) .rodata.heap_size.str1.4 - 0x000000003f405880 0x35 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f4058b5 0x3 + 0x000000003f4059ec 0x35 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f405a21 0x3 .rodata.get_version.str1.4 - 0x000000003f4058b8 0xba esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x000000003f405a24 0xba esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0xbe (size before relaxing) - *fill* 0x000000003f405972 0x2 + *fill* 0x000000003f405ade 0x2 .rodata.restart.str1.4 - 0x000000003f405974 0x22 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405996 0x2 + 0x000000003f405ae0 0x22 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f405b02 0x2 .rodata.register_deep_sleep.str1.4 - 0x000000003f405998 0x116 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x000000003f405b04 0x116 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x122 (size before relaxing) - *fill* 0x000000003f405aae 0x2 - .rodata 0x000000003f405ab0 0x28 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f405c1a 0x2 + .rodata 0x000000003f405c1c 0x28 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) .rodata.deep_sleep.str1.4 - 0x000000003f405ad8 0x14c esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x000000003f405c44 0x14c esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x150 (size before relaxing) .rodata.register_light_sleep.str1.4 - 0x000000003f405c24 0xc7 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405ceb 0x1 + 0x000000003f405d90 0xc7 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f405e57 0x1 .rodata.light_sleep.str1.4 - 0x000000003f405cec 0x1c0 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x000000003f405e58 0x1c0 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x1d0 (size before relaxing) .rodata.tasks_info.str1.4 - 0x000000003f405eac 0x68 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .rodata.__func__$8191 - 0x000000003f405f14 0xf esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405f23 0x1 - .rodata.__func__$8228 - 0x000000003f405f24 0xc esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .rodata.__func__$8252 - 0x000000003f405f30 0x15 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405f45 0x3 - .rodata.__func__$8205 - 0x000000003f405f48 0xb esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405f53 0x1 - .rodata.__func__$8214 - 0x000000003f405f54 0x14 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .rodata.__func__$8158 - 0x000000003f405f68 0x11 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405f79 0x3 - .rodata.__func__$8148 - 0x000000003f405f7c 0x11 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405f8d 0x3 - .rodata.__func__$8179 - 0x000000003f405f90 0xe esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405f9e 0x2 - .rodata.__func__$8168 - 0x000000003f405fa0 0xe esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - *fill* 0x000000003f405fae 0x2 + 0x000000003f406018 0x68 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .rodata.__func__$8283 + 0x000000003f406080 0xf esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f40608f 0x1 + .rodata.__func__$8320 + 0x000000003f406090 0xc esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .rodata.__func__$8344 + 0x000000003f40609c 0x15 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f4060b1 0x3 + .rodata.__func__$8297 + 0x000000003f4060b4 0xb esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f4060bf 0x1 + .rodata.__func__$8306 + 0x000000003f4060c0 0x14 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .rodata.__func__$8250 + 0x000000003f4060d4 0x11 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f4060e5 0x3 + .rodata.__func__$8240 + 0x000000003f4060e8 0x11 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f4060f9 0x3 + .rodata.__func__$8271 + 0x000000003f4060fc 0xe esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f40610a 0x2 + .rodata.__func__$8260 + 0x000000003f40610c 0xe esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + *fill* 0x000000003f40611a 0x2 .rodata.initialise_wifi.str1.4 - 0x000000003f405fb0 0x159 esp-idf/wifi/libwifi.a(wifi.c.obj) - *fill* 0x000000003f406109 0x3 + 0x000000003f40611c 0x159 esp-idf/wifi/libwifi.a(wifi.c.obj) + *fill* 0x000000003f406275 0x3 .rodata.wifi_join.str1.4 - 0x000000003f40610c 0x6b esp-idf/wifi/libwifi.a(wifi.c.obj) - *fill* 0x000000003f406177 0x1 + 0x000000003f406278 0x6b esp-idf/wifi/libwifi.a(wifi.c.obj) + *fill* 0x000000003f4062e3 0x1 .rodata.connect.str1.4 - 0x000000003f406178 0x79 esp-idf/wifi/libwifi.a(wifi.c.obj) - *fill* 0x000000003f4061f1 0x3 + 0x000000003f4062e4 0x79 esp-idf/wifi/libwifi.a(wifi.c.obj) + *fill* 0x000000003f40635d 0x3 .rodata.register_wifi.str1.4 - 0x000000003f4061f4 0x6a esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x000000003f406360 0x5a esp-idf/wifi/libwifi.a(wifi.c.obj) 0x92 (size before relaxing) - *fill* 0x000000003f40625e 0x2 - .rodata 0x000000003f406260 0x14 esp-idf/wifi/libwifi.a(wifi.c.obj) - .rodata.__func__$9390 - 0x000000003f406274 0x10 esp-idf/wifi/libwifi.a(wifi.c.obj) - .rodata.__func__$9406 - 0x000000003f406284 0xa esp-idf/wifi/libwifi.a(wifi.c.obj) - *fill* 0x000000003f40628e 0x2 - .rodata.__func__$9421 - 0x000000003f406290 0x8 esp-idf/wifi/libwifi.a(wifi.c.obj) - .rodata.__func__$9428 - 0x000000003f406298 0xe esp-idf/wifi/libwifi.a(wifi.c.obj) - *fill* 0x000000003f4062a6 0x2 + *fill* 0x000000003f4063ba 0x2 + .rodata 0x000000003f4063bc 0x14 esp-idf/wifi/libwifi.a(wifi.c.obj) + .rodata.__func__$9491 + 0x000000003f4063d0 0x10 esp-idf/wifi/libwifi.a(wifi.c.obj) + .rodata.__func__$9507 + 0x000000003f4063e0 0xa esp-idf/wifi/libwifi.a(wifi.c.obj) + *fill* 0x000000003f4063ea 0x2 + .rodata.__func__$9522 + 0x000000003f4063ec 0x8 esp-idf/wifi/libwifi.a(wifi.c.obj) + .rodata.__func__$9529 + 0x000000003f4063f4 0xe esp-idf/wifi/libwifi.a(wifi.c.obj) + *fill* 0x000000003f406402 0x2 .rodata.connect.str1.4 - 0x000000003f4062a8 0xe6 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - *fill* 0x000000003f40638e 0x2 + 0x000000003f406404 0xe6 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + *fill* 0x000000003f4064ea 0x2 .rodata.start_webserver.str1.4 - 0x000000003f406390 0x88 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x000000003f4064ec 0x88 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x90 (size before relaxing) - .rodata 0x000000003f406418 0x7c esp-idf/https_server/libhttps_server.a(https_server.c.obj) + .rodata 0x000000003f406574 0x84 esp-idf/https_server/libhttps_server.a(https_server.c.obj) .rodata.echo_post_handler.str1.4 - 0x000000003f406494 0xac esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x000000003f4065f8 0xac esp-idf/https_server/libhttps_server.a(https_server.c.obj) .rodata.root_get_handler.str1.4 - 0x000000003f406540 0xc5 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - *fill* 0x000000003f406605 0x3 + 0x000000003f4066a4 0xc5 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + *fill* 0x000000003f406769 0x3 .rodata.register_server.str1.4 - 0x000000003f406608 0x7b esp-idf/https_server/libhttps_server.a(https_server.c.obj) - *fill* 0x000000003f406683 0x1 - .rodata.__func__$10036 - 0x000000003f406684 0x8 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - .rodata.__func__$10046 - 0x000000003f40668c 0x10 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x000000003f40676c 0x7b esp-idf/https_server/libhttps_server.a(https_server.c.obj) + *fill* 0x000000003f4067e7 0x1 + .rodata.__func__$10139 + 0x000000003f4067e8 0x8 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + .rodata.__func__$10149 + 0x000000003f4067f0 0x10 esp-idf/https_server/libhttps_server.a(https_server.c.obj) .rodata.str1.4 - 0x000000003f40669c 0x6 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x000000003f406800 0x6 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0xa (size before relaxing) - *fill* 0x000000003f4066a2 0x2 - .rodata.root 0x000000003f4066a4 0x10 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - .rodata.echo 0x000000003f4066b4 0x10 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + *fill* 0x000000003f406806 0x2 + .rodata.root 0x000000003f406808 0x10 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + .rodata.echo 0x000000003f406818 0x10 esp-idf/https_server/libhttps_server.a(https_server.c.obj) .rodata.decode.str1.4 - 0x000000003f4066c4 0x4 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + 0x000000003f406828 0x4 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) .rodata.embedded - 0x000000003f4066c8 0x48c esp-idf/https_server/libhttps_server.a(cacert.pem.S.obj) - 0x000000003f4066c8 _binary_cacert_pem_start - 0x000000003f4066c8 cacert_pem - 0x000000003f406b50 _binary_cacert_pem_end - 0x000000003f406b50 cacert_pem_length + 0x000000003f40682c 0x48c esp-idf/https_server/libhttps_server.a(cacert.pem.S.obj) + 0x000000003f40682c _binary_cacert_pem_start + 0x000000003f40682c cacert_pem + 0x000000003f406cb4 _binary_cacert_pem_end + 0x000000003f406cb4 cacert_pem_length .rodata.embedded - 0x000000003f406b54 0x6ad esp-idf/https_server/libhttps_server.a(prvtkey.pem.S.obj) - 0x000000003f406b54 prvtkey_pem - 0x000000003f406b54 _binary_prvtkey_pem_start - 0x000000003f4071fd prvtkey_pem_length - 0x000000003f4071fd _binary_prvtkey_pem_end - *fill* 0x000000003f407201 0x3 - .rodata.rtc_clk_cal_internal.str1.4 - 0x000000003f407204 0xad esp-idf/soc/libsoc.a(rtc_time.c.obj) - *fill* 0x000000003f4072b1 0x3 - .rodata.__func__$3596 - 0x000000003f4072b4 0x15 esp-idf/soc/libsoc.a(rtc_time.c.obj) - *fill* 0x000000003f4072c9 0x3 - .rodata.esp_netif_list_unlock.str1.4 - 0x000000003f4072cc 0x4f esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - *fill* 0x000000003f40731b 0x1 - .rodata.esp_netif_remove_from_list.str1.4 - 0x000000003f40731c 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .rodata.esp_netif_next.str1.4 - 0x000000003f407334 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - *fill* 0x000000003f407385 0x3 - .rodata.__func__$8224 - 0x000000003f407388 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - *fill* 0x000000003f4073a3 0x1 - .rodata.__func__$8212 - 0x000000003f4073a4 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - *fill* 0x000000003f4073ba 0x2 - .rodata.str1.4 - 0x000000003f4073bc 0x9 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - *fill* 0x000000003f4073c5 0x3 - .rodata.esp_netif_config_sanity_check.str1.4 - 0x000000003f4073c8 0x122 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x000000003f4074ea 0x2 - .rodata.esp_netif_dhcps_cb.str1.4 - 0x000000003f4074ec 0x9f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x000000003f40758b 0x1 - .rodata.esp_netif_lwip_add.str1.4 - 0x000000003f40758c 0x32 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x000000003f4075be 0x2 - .rodata.esp_netif_ip_lost_timer.str1.4 - 0x000000003f4075c0 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_dhcpc_start_api.str1.4 - 0x000000003f407608 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_init.str1.4 - 0x000000003f407638 0x70 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_new.str1.4 - 0x000000003f4076a8 0x101 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x000000003f4077a9 0x3 - .rodata.esp_netif_attach.str1.4 - 0x000000003f4077ac 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x000000003f4077f5 0x3 - .rodata.esp_netif_start_api.str1.4 - 0x000000003f4077f8 0x92 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x000000003f40788a 0x2 - .rodata.esp_netif_dhcpc_cb.str1.4 - 0x000000003f40788c 0x42 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x000000003f4078ce 0x2 - .rodata.__func__$9639 - 0x000000003f4078d0 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.__func__$9591 - 0x000000003f4078e4 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x000000003f4078f2 0x2 - .rodata.esp_netif_ppp_set_auth.str1.4 - 0x000000003f4078f4 0x6f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - *fill* 0x000000003f407963 0x1 - .rodata.__func__$8718 - 0x000000003f407964 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - *fill* 0x000000003f40797a 0x2 - .rodata.__func__$8714 - 0x000000003f40797c 0x13 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - *fill* 0x000000003f40798f 0x1 - .rodata.__func__$8703 - 0x000000003f407990 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .rodata.__func__$8699 - 0x000000003f4079a4 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - *fill* 0x000000003f4079b6 0x2 - .rodata.__func__$8694 - 0x000000003f4079b8 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .rodata 0x000000003f4079d8 0x14 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .rodata.esp_event_legacy_wifi_event_id.str1.4 - 0x000000003f4079ec 0x3c esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .rodata.esp_event_legacy_wifi_event_id - 0x000000003f407a28 0x44 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .rodata.esp_event_legacy_ip_event_id.str1.4 - 0x000000003f407a6c 0x2e esp-idf/esp_event/libesp_event.a(event_send.c.obj) - *fill* 0x000000003f407a9a 0x2 - .rodata.esp_event_legacy_ip_event_id - 0x000000003f407a9c 0x14 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .rodata.esp_event_legacy_event_id.str1.4 - 0x000000003f407ab0 0x2d esp-idf/esp_event/libesp_event.a(event_send.c.obj) - *fill* 0x000000003f407add 0x3 - .rodata.g_wifi_default_wpa_crypto_funcs - 0x000000003f407ae0 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - 0x000000003f407ae0 g_wifi_default_wpa_crypto_funcs - .rodata.rcons 0x000000003f407b40 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - 0x000000003f407b40 rcons - *fill* 0x000000003f407b4a 0x2 - .rodata.Td4s 0x000000003f407b4c 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - 0x000000003f407b4c Td4s - .rodata.Td0 0x000000003f407c4c 0x400 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - 0x000000003f407c4c Td0 - .rodata.Te0 0x000000003f40804c 0x400 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - 0x000000003f40804c Te0 + 0x000000003f406cb8 0x6ad esp-idf/https_server/libhttps_server.a(prvtkey.pem.S.obj) + 0x000000003f406cb8 prvtkey_pem + 0x000000003f406cb8 _binary_prvtkey_pem_start + 0x000000003f407361 prvtkey_pem_length + 0x000000003f407361 _binary_prvtkey_pem_end + *fill* 0x000000003f407365 0x3 .rodata.range_read_addr_blocks - 0x000000003f40844c 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x000000003f40844c range_read_addr_blocks + 0x000000003f407368 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x000000003f407368 range_read_addr_blocks .rodata.set_cnt_in_reg.str1.4 - 0x000000003f40846c 0x77 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - *fill* 0x000000003f4084e3 0x1 + 0x000000003f407388 0x77 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f4073ff 0x1 .rodata.write_reg.str1.4 - 0x000000003f4084e4 0xc0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x000000003f407400 0xc0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .rodata.esp_efuse_utility_process.str1.4 - 0x000000003f4085a4 0x69 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - *fill* 0x000000003f40860d 0x3 + 0x000000003f4074c0 0x69 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f407529 0x3 .rodata.esp_efuse_utility_read_reg.str1.4 - 0x000000003f408610 0xd0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$3764 - 0x000000003f4086e0 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - *fill* 0x000000003f4086fb 0x1 - .rodata.__func__$3668 - 0x000000003f4086fc 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - *fill* 0x000000003f408716 0x2 + 0x000000003f40752c 0xd0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$3769 + 0x000000003f4075fc 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f407617 0x1 + .rodata.__func__$3673 + 0x000000003f407618 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f407632 0x2 .rodata.CHIP_VER_REV2 - 0x000000003f408718 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003f407634 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) .rodata.CHIP_VER_REV1 - 0x000000003f40871c 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003f407638 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) .rodata.MAC_FACTORY_CRC - 0x000000003f408720 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003f40763c 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) .rodata.MAC_FACTORY - 0x000000003f408724 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003f407640 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata 0x000000003f407658 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) .rodata.spi_flash_init_lock.str1.4 - 0x000000003f40873c 0x59 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - *fill* 0x000000003f408795 0x3 + 0x000000003f40766c 0x59 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003f4076c5 0x3 .rodata.str1.4 - 0x000000003f408798 0xb7 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - *fill* 0x000000003f40884f 0x1 - .rodata.__func__$5413 - 0x000000003f408850 0x31 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - *fill* 0x000000003f408881 0x3 - .rodata.__func__$5402 - 0x000000003f408884 0x32 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - *fill* 0x000000003f4088b6 0x2 - .rodata.__func__$5383 - 0x000000003f4088b8 0x14 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x000000003f4076c8 0xdf esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003f4077a7 0x1 + .rodata.__func__$5496 + 0x000000003f4077a8 0x31 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003f4077d9 0x3 + .rodata.__func__$5483 + 0x000000003f4077dc 0x32 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003f40780e 0x2 + .rodata.__func__$5466 + 0x000000003f407810 0x14 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) .rodata.str1.4 - 0x000000003f4088cc 0xbc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x000000003f407824 0xc0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .rodata.io_mode_str - 0x000000003f408988 0x2a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x000000003f4089b2 0x2 - .rodata.TAG 0x000000003f4089b4 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x000000003f4089be 0x2 + 0x000000003f4078e4 0x2a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003f40790e 0x2 + .rodata.TAG 0x000000003f407910 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003f40791a 0x2 .rodata.esp_flash_init_default_chip.str1.4 - 0x000000003f4089c0 0xfb esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - *fill* 0x000000003f408abb 0x1 - .rodata.TAG 0x000000003f408abc 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - *fill* 0x000000003f408ac6 0x2 + 0x000000003f40791c 0xfb esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + *fill* 0x000000003f407a17 0x1 + .rodata.TAG 0x000000003f407a18 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + *fill* 0x000000003f407a22 0x2 .rodata.ensure_partitions_loaded.str1.4 - 0x000000003f408ac8 0x41 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - *fill* 0x000000003f408b09 0x3 + 0x000000003f407a24 0x41 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f407a65 0x3 .rodata.esp_partition_next.str1.4 - 0x000000003f408b0c 0x3f esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - *fill* 0x000000003f408b4b 0x1 + 0x000000003f407a68 0x3b esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x3f (size before relaxing) + *fill* 0x000000003f407aa3 0x1 .rodata.esp_partition_get.str1.4 - 0x000000003f408b4c 0x11 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - *fill* 0x000000003f408b5d 0x3 + 0x000000003f407aa4 0x11 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f407ab5 0x3 .rodata.esp_partition_verify.str1.4 - 0x000000003f408b60 0x12 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - *fill* 0x000000003f408b72 0x2 - .rodata.__func__$4288 - 0x000000003f408b74 0x1a esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - *fill* 0x000000003f408b8e 0x2 - .rodata.__func__$4282 - 0x000000003f408b90 0x14 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .rodata.__func__$4275 - 0x000000003f408ba4 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - *fill* 0x000000003f408bb7 0x1 - .rodata.__func__$4230 - 0x000000003f408bb8 0x12 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - *fill* 0x000000003f408bca 0x2 - .rodata.__func__$4192 - 0x000000003f408bcc 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - *fill* 0x000000003f408bdf 0x1 + 0x000000003f407ab8 0x12 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f407aca 0x2 + .rodata.__func__$4293 + 0x000000003f407acc 0x1a esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f407ae6 0x2 + .rodata.__func__$4287 + 0x000000003f407ae8 0x14 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4280 + 0x000000003f407afc 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f407b0f 0x1 + .rodata.__func__$4235 + 0x000000003f407b10 0x12 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f407b22 0x2 + .rodata.__func__$4197 + 0x000000003f407b24 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f407b37 0x1 .rodata.str1.4 - 0x000000003f408be0 0x102 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - *fill* 0x000000003f408ce2 0x2 - .rodata.__func__$5465 - 0x000000003f408ce4 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - *fill* 0x000000003f408cf5 0x3 - .rodata.__func__$5456 - 0x000000003f408cf8 0x15 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x000000003f407b38 0x102 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003f407c3a 0x2 + .rodata.__func__$5548 + 0x000000003f407c3c 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003f407c4d 0x3 + .rodata.__func__$5539 + 0x000000003f407c50 0x15 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003f407c65 0x3 + .rodata.spi_flash_clk_cfg_reg + 0x000000003f407c68 0x30 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .rodata.esp_netif_list_unlock.str1.4 + 0x000000003f407c98 0x4f esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f407ce7 0x1 + .rodata.esp_netif_remove_from_list.str1.4 + 0x000000003f407ce8 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .rodata.esp_netif_next.str1.4 + 0x000000003f407d00 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f407d51 0x3 + .rodata.__func__$8308 + 0x000000003f407d54 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f407d6f 0x1 + .rodata.__func__$8296 + 0x000000003f407d70 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f407d86 0x2 + .rodata.str1.4 + 0x000000003f407d88 0x9 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f407d91 0x3 + .rodata.esp_netif_config_sanity_check.str1.4 + 0x000000003f407d94 0x122 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f407eb6 0x2 + .rodata.esp_netif_dhcps_cb.str1.4 + 0x000000003f407eb8 0x9f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f407f57 0x1 + .rodata.esp_netif_lwip_add.str1.4 + 0x000000003f407f58 0x32 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f407f8a 0x2 + .rodata.esp_netif_ip_lost_timer.str1.4 + 0x000000003f407f8c 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_dhcpc_start_api.str1.4 + 0x000000003f407fd4 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_start_api.str1.4 + 0x000000003f408004 0x92 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f408096 0x2 + .rodata.esp_netif_init.str1.4 + 0x000000003f408098 0x70 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_new.str1.4 + 0x000000003f408108 0x101 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f408209 0x3 + .rodata.esp_netif_attach.str1.4 + 0x000000003f40820c 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f408255 0x3 + .rodata.esp_netif_dhcpc_cb.str1.4 + 0x000000003f408258 0x42 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f40829a 0x2 + .rodata.__func__$9729 + 0x000000003f40829c 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__func__$9681 + 0x000000003f4082b0 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f4082be 0x2 + .rodata.esp_netif_ppp_set_auth.str1.4 + 0x000000003f4082c0 0x6f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + *fill* 0x000000003f40832f 0x1 + .rodata.__func__$9031 + 0x000000003f408330 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + *fill* 0x000000003f408346 0x2 + .rodata.__func__$9027 + 0x000000003f408348 0x13 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + *fill* 0x000000003f40835b 0x1 + .rodata.__func__$9016 + 0x000000003f40835c 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .rodata.__func__$9012 + 0x000000003f408370 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + *fill* 0x000000003f408382 0x2 + .rodata.__func__$9007 + 0x000000003f408384 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .rodata 0x000000003f4083a4 0x14 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .rodata.esp_event_legacy_wifi_event_id.str1.4 + 0x000000003f4083b8 0x3c esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .rodata.esp_event_legacy_wifi_event_id + 0x000000003f4083f4 0x44 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .rodata.esp_event_legacy_ip_event_id.str1.4 + 0x000000003f408438 0x2e esp-idf/esp_event/libesp_event.a(event_send.c.obj) + *fill* 0x000000003f408466 0x2 + .rodata.esp_event_legacy_ip_event_id + 0x000000003f408468 0x14 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .rodata.esp_event_legacy_event_id.str1.4 + 0x000000003f40847c 0x2d esp-idf/esp_event/libesp_event.a(event_send.c.obj) + *fill* 0x000000003f4084a9 0x3 + .rodata.g_wifi_default_wpa_crypto_funcs + 0x000000003f4084ac 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x000000003f4084ac g_wifi_default_wpa_crypto_funcs + .rodata.rcons 0x000000003f40850c 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + 0x000000003f40850c rcons + *fill* 0x000000003f408516 0x2 + .rodata.Td4s 0x000000003f408518 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + 0x000000003f408518 Td4s + .rodata.Td0 0x000000003f408618 0x400 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + 0x000000003f408618 Td0 + .rodata.Te0 0x000000003f408a18 0x400 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + 0x000000003f408a18 Te0 .rodata.nvs_flash_init.str1.4 - 0x000000003f408d0d 0x102 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000003f408e18 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4 (size before relaxing) - *fill* 0x000000003f408d0d 0x3 .rodata.nvs_entry_next.str1.4 - 0x000000003f408d10 0x3f esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000003f408e18 0x3f esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x43 (size before relaxing) - *fill* 0x000000003f408d4f 0x1 + *fill* 0x000000003f408e57 0x1 .rodata._ZZ14nvs_entry_nextE19__PRETTY_FUNCTION__ - 0x000000003f408d50 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - *fill* 0x000000003f408d86 0x2 + 0x000000003f408e58 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x000000003f408e8e 0x2 .rodata._ZN3nvs7Storage4initEjj.str1.4 - 0x000000003f408d88 0xcd esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - *fill* 0x000000003f408e55 0x3 + 0x000000003f408e90 0xcd esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f408f5d 0x3 .rodata._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE.str1.4 - 0x000000003f408e58 0x63 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - *fill* 0x000000003f408ebb 0x1 + 0x000000003f408f60 0x63 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f408fc3 0x1 .rodata._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj.str1.4 - 0x000000003f408ebc 0x53 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - *fill* 0x000000003f408f0f 0x1 + 0x000000003f408fc4 0x53 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f409017 0x1 .rodata._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE.str1.4 - 0x000000003f408f10 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x000000003f409018 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .rodata._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj.str1.4 - 0x000000003f408f38 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - *fill* 0x000000003f408f4d 0x3 + 0x000000003f409040 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f409055 0x3 .rodata._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj.str1.4 - 0x000000003f408f50 0x81 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - *fill* 0x000000003f408fd1 0x3 + 0x000000003f409058 0x81 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f4090d9 0x3 .rodata._ZZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetEE19__PRETTY_FUNCTION__ - 0x000000003f408fd4 0x51 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - *fill* 0x000000003f409025 0x3 + 0x000000003f4090dc 0x51 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f40912d 0x3 .rodata._ZZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvjE19__PRETTY_FUNCTION__ - 0x000000003f409028 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x000000003f409130 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .rodata._ZZN3nvs7Storage17readMultiPageBlobEhPKcPvjE19__PRETTY_FUNCTION__ - 0x000000003f40907c 0x4f esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - *fill* 0x000000003f4090cb 0x1 + 0x000000003f409184 0x4f esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f4091d3 0x1 .rodata._ZZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvjE19__PRETTY_FUNCTION__ - 0x000000003f4090cc 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x000000003f4091d4 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .rodata._ZZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetEE19__PRETTY_FUNCTION__ - 0x000000003f409128 0x66 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - *fill* 0x000000003f40918e 0x2 + 0x000000003f409230 0x66 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f409296 0x2 .rodata._ZZN3nvs4Item8getValueIhEEvRT_E19__PRETTY_FUNCTION__ - 0x000000003f409190 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - *fill* 0x000000003f4091c6 0x2 + 0x000000003f409298 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f4092ce 0x2 .rodata._ZTVN3nvs19NVSPartitionManagerE - 0x000000003f4091c8 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x000000003f4091c8 _ZTVN3nvs19NVSPartitionManagerE + 0x000000003f4092d0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x000000003f4092d0 _ZTVN3nvs19NVSPartitionManagerE .rodata._ZN3nvs8HashList5eraseEjb.str1.4 - 0x000000003f4091d8 0x7e esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - *fill* 0x000000003f409256 0x2 + 0x000000003f4092e0 0x7e esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + *fill* 0x000000003f40935e 0x2 .rodata._ZZN3nvs8HashList5eraseEjbE19__PRETTY_FUNCTION__ - 0x000000003f409258 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x000000003f409360 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) .rodata._ZN3nvs4Page20updateFirstUsedEntryEjj.str1.4 - 0x000000003f409280 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x000000003f409388 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0xc9 (size before relaxing) .rodata._ZN3nvs4Page10initializeEv.str1.4 - 0x000000003f4092dc 0x23 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f4092ff 0x1 + 0x000000003f4093e4 0x23 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f409407 0x1 .rodata._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE.str1.4 - 0x000000003f409300 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x000000003f409408 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) .rodata._ZN3nvs4Page10writeEntryERKNS_4ItemE.str1.4 - 0x000000003f409314 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x000000003f40941c 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) .rodata._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE.str1.4 - 0x000000003f409368 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x000000003f409470 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) .rodata._ZN3nvs4Page14writeEntryDataEPKhj.str1.4 - 0x000000003f409388 0x59 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f4093e1 0x3 + 0x000000003f409490 0x59 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f4094e9 0x3 .rodata._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh.str1.4 - 0x000000003f4093e4 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f40941e 0x2 + 0x000000003f4094ec 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f409526 0x2 .rodata._ZN3nvs4Page17eraseEntryAndSpanEj.str1.4 - 0x000000003f409420 0x3b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f40945b 0x1 + 0x000000003f409528 0x3b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f409563 0x1 .rodata._ZN3nvs4Page9copyItemsERS0_.str1.4 - 0x000000003f40945c 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f40947e 0x2 + 0x000000003f409564 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f409586 0x2 .rodata._ZN3nvs4Page15mLoadEntryTableEv.str1.4 - 0x000000003f409480 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f40948e 0x2 - .rodata._ZZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateEE19__PRETTY_FUNCTION__ - 0x000000003f409490 0x51 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f4094e1 0x3 - .rodata._ZZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_E19__PRETTY_FUNCTION__ - 0x000000003f4094e4 0xb2 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x000000003f409588 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) *fill* 0x000000003f409596 0x2 + .rodata._ZZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateEE19__PRETTY_FUNCTION__ + 0x000000003f409598 0x51 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f4095e9 0x3 + .rodata._ZZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_E19__PRETTY_FUNCTION__ + 0x000000003f4095ec 0xb2 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f40969e 0x2 .rodata._ZZN3nvs4Page15alterEntryStateEjNS0_10EntryStateEE19__PRETTY_FUNCTION__ - 0x000000003f409598 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x000000003f4096a0 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) .rodata._ZZN3nvs4Page10initializeEvE19__PRETTY_FUNCTION__ - 0x000000003f4095dc 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f4095fe 0x2 + 0x000000003f4096e4 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f409706 0x2 .rodata._ZZN3nvs4Page15mLoadEntryTableEvE19__PRETTY_FUNCTION__ - 0x000000003f409600 0x27 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f409627 0x1 + 0x000000003f409708 0x27 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f40972f 0x1 .rodata._ZZN3nvs4Page9copyItemsERS0_E19__PRETTY_FUNCTION__ - 0x000000003f409628 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f409653 0x1 + 0x000000003f409730 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f40975b 0x1 .rodata._ZZN3nvs4Page20updateFirstUsedEntryEjjE19__PRETTY_FUNCTION__ - 0x000000003f409654 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f409689 0x3 + 0x000000003f40975c 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f409791 0x3 .rodata._ZZNK19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3getEjE19__PRETTY_FUNCTION__ - 0x000000003f40968c 0xb2 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f40973e 0x2 + 0x000000003f409794 0xb2 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f409846 0x2 .rodata._ZZN3nvs4Page17eraseEntryAndSpanEjE19__PRETTY_FUNCTION__ - 0x000000003f409740 0x2f esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f40976f 0x1 + 0x000000003f409848 0x2f esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f409877 0x1 .rodata._ZZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjhE19__PRETTY_FUNCTION__ - 0x000000003f409770 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f4097d2 0x2 + 0x000000003f409878 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f4098da 0x2 .rodata._ZZN3nvs4Page14writeEntryDataEPKhjE19__PRETTY_FUNCTION__ - 0x000000003f4097d4 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x000000003f4098dc 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) .rodata._ZZNK3nvs4Page15getEntryAddressEjE19__PRETTY_FUNCTION__ - 0x000000003f409810 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000003f409842 0x2 + 0x000000003f409918 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f40994a 0x2 .rodata._ZN3nvs11PageManager14requestNewPageEv.str1.4 - 0x000000003f409844 0x73 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - *fill* 0x000000003f4098b7 0x1 + 0x000000003f40994c 0x73 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + *fill* 0x000000003f4099bf 0x1 .rodata._ZN3nvs11PageManager4loadEjj.str1.4 - 0x000000003f4098b8 0x29 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - *fill* 0x000000003f4098e1 0x3 + 0x000000003f4099c0 0x29 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + *fill* 0x000000003f4099e9 0x3 .rodata._ZZN3nvs11PageManager14requestNewPageEvE19__PRETTY_FUNCTION__ - 0x000000003f4098e4 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - *fill* 0x000000003f409911 0x3 + 0x000000003f4099ec 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + *fill* 0x000000003f409a19 0x3 .rodata._ZZN3nvs11PageManager4loadEjjE19__PRETTY_FUNCTION__ - 0x000000003f409914 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - *fill* 0x000000003f409949 0x3 + 0x000000003f409a1c 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + *fill* 0x000000003f409a51 0x3 .rodata._ZTVN3nvs15NVSHandleSimpleE - 0x000000003f40994c 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x000000003f40994c _ZTVN3nvs15NVSHandleSimpleE + 0x000000003f409a54 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x000000003f409a54 _ZTVN3nvs15NVSHandleSimpleE .rodata.s_set_default_wifi_log_level.str1.4 - 0x000000003f409988 0x5 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x000000003f409a90 0x5 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) 0xd (size before relaxing) - *fill* 0x000000003f40998d 0x3 + *fill* 0x000000003f409a95 0x3 .rodata.esp_wifi_deinit.str1.4 - 0x000000003f409990 0x48 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x000000003f409a98 0x48 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) .rodata.esp_wifi_init.str1.4 - 0x000000003f4099d8 0xb9 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - *fill* 0x000000003f409a91 0x3 + 0x000000003f409ae0 0xb9 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x000000003f409b99 0x3 .rodata.str1.4 - 0x000000003f409a94 0xb esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - *fill* 0x000000003f409a9f 0x1 + 0x000000003f409b9c 0xb esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x000000003f409ba7 0x1 .rodata.wifi_default_action_sta_got_ip.str1.4 - 0x000000003f409aa0 0x57 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - *fill* 0x000000003f409af7 0x1 + 0x000000003f409ba8 0x57 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f409bff 0x1 .rodata.wifi_start.str1.4 - 0x000000003f409af8 0x82 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - *fill* 0x000000003f409b7a 0x2 + 0x000000003f409c00 0x82 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f409c82 0x2 .rodata.create_and_attach.str1.4 - 0x000000003f409b7c 0x3e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - *fill* 0x000000003f409bba 0x2 + 0x000000003f409c84 0x3e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f409cc2 0x2 .rodata.esp_netif_create_default_wifi_ap.str1.4 - 0x000000003f409bbc 0x41 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x000000003f409cc4 0x41 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) 0x49 (size before relaxing) - *fill* 0x000000003f409bfd 0x3 - .rodata.__func__$9245 - 0x000000003f409c00 0x22 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - *fill* 0x000000003f409c22 0x2 - .rodata.__func__$9239 - 0x000000003f409c24 0x21 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - *fill* 0x000000003f409c45 0x3 + *fill* 0x000000003f409d05 0x3 + .rodata.__func__$9338 + 0x000000003f409d08 0x22 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f409d2a 0x2 + .rodata.__func__$9332 + 0x000000003f409d2c 0x21 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f409d4d 0x3 .rodata.esp_wifi_create_if_driver.str1.4 - 0x000000003f409c48 0x4f esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - *fill* 0x000000003f409c97 0x1 + 0x000000003f409d50 0x4f esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + *fill* 0x000000003f409d9f 0x1 .rodata.esp_wifi_register_if_rxcb.str1.4 - 0x000000003f409c98 0xe3 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - *fill* 0x000000003f409d7b 0x1 + 0x000000003f409da0 0xe3 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + *fill* 0x000000003f409e83 0x1 .rodata.load_cal_data_from_nvs_handle.str1.4 - 0x000000003f409d7c 0xf0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x000000003f409e84 0xf0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .rodata.store_cal_data_to_nvs_handle.str1.4 - 0x000000003f409e6c 0x10a esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f409f76 0x2 + 0x000000003f409f74 0x10a esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a07e 0x2 .rodata.esp_phy_rf_deinit.str1.4 - 0x000000003f409f78 0xd3 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a04b 0x1 + 0x000000003f40a080 0xd3 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a153 0x1 .rodata.esp_modem_sleep_enter.str1.4 - 0x000000003f40a04c 0x3f esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a08b 0x1 + 0x000000003f40a154 0x3f esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a193 0x1 .rodata.esp_modem_sleep_register.str1.4 - 0x000000003f40a08c 0x40 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x000000003f40a194 0x40 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .rodata.esp_phy_load_cal_data_from_nvs.str1.4 - 0x000000003f40a0cc 0x6a esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a136 0x2 + 0x000000003f40a1d4 0x6a esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a23e 0x2 .rodata.esp_phy_rf_init.str1.4 - 0x000000003f40a138 0x59 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a191 0x3 + 0x000000003f40a240 0x59 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a299 0x3 .rodata.esp_modem_sleep_deregister.str1.4 - 0x000000003f40a194 0x3f esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a1d3 0x1 + 0x000000003f40a29c 0x3f esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a2db 0x1 .rodata.esp_phy_load_cal_and_init.str1.4 - 0x000000003f40a1d4 0x12b esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a2ff 0x1 - .rodata.__func__$11133 - 0x000000003f40a300 0x1d esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a31d 0x3 - .rodata.__func__$11123 - 0x000000003f40a320 0x1e esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a33e 0x2 - .rodata.__func__$11104 - 0x000000003f40a340 0x1f esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a35f 0x1 - .rodata.__func__$11082 - 0x000000003f40a360 0x1b esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a37b 0x1 - .rodata.__func__$11078 - 0x000000003f40a37c 0x19 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a395 0x3 - .rodata.__func__$11073 - 0x000000003f40a398 0x15 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a3ad 0x3 - .rodata.__func__$11068 - 0x000000003f40a3b0 0x16 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a3c6 0x2 - .rodata.__func__$11059 - 0x000000003f40a3c8 0x12 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000003f40a3da 0x2 - .rodata.__func__$11052 - 0x000000003f40a3dc 0x10 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x000000003f40a2dc 0x12b esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a407 0x1 + .rodata.__func__$11252 + 0x000000003f40a408 0x1d esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a425 0x3 + .rodata.__func__$11242 + 0x000000003f40a428 0x1e esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a446 0x2 + .rodata.__func__$11223 + 0x000000003f40a448 0x1f esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a467 0x1 + .rodata.__func__$11201 + 0x000000003f40a468 0x1b esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a483 0x1 + .rodata.__func__$11197 + 0x000000003f40a484 0x19 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a49d 0x3 + .rodata.__func__$11192 + 0x000000003f40a4a0 0x15 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a4b5 0x3 + .rodata.__func__$11187 + 0x000000003f40a4b8 0x16 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a4ce 0x2 + .rodata.__func__$11178 + 0x000000003f40a4d0 0x12 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40a4e2 0x2 + .rodata.__func__$11171 + 0x000000003f40a4e4 0x10 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .rodata.phy_init_data - 0x000000003f40a3ec 0x80 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x000000003f40a4f4 0x80 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .rodata.dhcps_start.str1.4 - 0x000000003f40a46c 0x24 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x000000003f40a574 0x24 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) .rodata.dhcps_stop.str1.4 - 0x000000003f40a490 0x1c esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x000000003f40a598 0x1c esp-idf/lwip/liblwip.a(dhcpserver.c.obj) .rodata.magic_cookie - 0x000000003f40a4ac 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x000000003f40a5b4 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) .rodata.tcpip_thread_handle_msg.str1.4 - 0x000000003f40a4b0 0x5f esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x000000003f40a50f 0x1 + 0x000000003f40a5b8 0x5f esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40a617 0x1 .rodata.tcpip_thread_handle_msg - 0x000000003f40a510 0x14 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x000000003f40a618 0x14 esp-idf/lwip/liblwip.a(tcpip.c.obj) .rodata.tcpip_inpkt.str1.4 - 0x000000003f40a524 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x000000003f40a531 0x3 + 0x000000003f40a62c 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40a639 0x3 .rodata.tcpip_send_msg_wait_sem.str1.4 - 0x000000003f40a534 0x1a esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x000000003f40a54e 0x2 + 0x000000003f40a63c 0x1a esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40a656 0x2 .rodata.tcpip_init.str1.4 - 0x000000003f40a550 0x28 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__$7007 - 0x000000003f40a578 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__$6988 - 0x000000003f40a590 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x000000003f40a59d 0x3 - .rodata.__func__$7064 - 0x000000003f40a5a0 0xb esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x000000003f40a5ab 0x1 - .rodata.__func__$7037 - 0x000000003f40a5ac 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__$7030 - 0x000000003f40a5c4 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x000000003f40a5d7 0x1 - .rodata.__func__$7024 - 0x000000003f40a5d8 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x000000003f40a5e7 0x1 - .rodata.__func__$7014 - 0x000000003f40a5e8 0xc esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.dns_call_found.str1.4 - 0x000000003f40a5f4 0x52 esp-idf/lwip/liblwip.a(dns.c.obj) - *fill* 0x000000003f40a646 0x2 - .rodata.dns_send.str1.4 - 0x000000003f40a648 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) - .rodata.dns_check_entry.str1.4 - 0x000000003f40a660 0x3b esp-idf/lwip/liblwip.a(dns.c.obj) - *fill* 0x000000003f40a69b 0x1 - .rodata.__func__$6881 - 0x000000003f40a69c 0x9 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x000000003f40a658 0x28 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$7085 + 0x000000003f40a680 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$7066 + 0x000000003f40a698 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) *fill* 0x000000003f40a6a5 0x3 - .rodata.__func__$6915 - 0x000000003f40a6a8 0xf esp-idf/lwip/liblwip.a(dns.c.obj) - *fill* 0x000000003f40a6b7 0x1 - .rodata.__func__$6941 - 0x000000003f40a6b8 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.__func__$7142 + 0x000000003f40a6a8 0xb esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40a6b3 0x1 + .rodata.__func__$7115 + 0x000000003f40a6b4 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$7108 + 0x000000003f40a6cc 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40a6df 0x1 + .rodata.__func__$7102 + 0x000000003f40a6e0 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40a6ef 0x1 + .rodata.__func__$7092 + 0x000000003f40a6f0 0xc esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.dns_call_found.str1.4 + 0x000000003f40a6fc 0x52 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f40a74e 0x2 + .rodata.dns_send.str1.4 + 0x000000003f40a750 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_check_entry.str1.4 + 0x000000003f40a768 0x3b esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f40a7a3 0x1 + .rodata.__func__$6959 + 0x000000003f40a7a4 0x9 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f40a7ad 0x3 + .rodata.__func__$6993 + 0x000000003f40a7b0 0xf esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f40a7bf 0x1 + .rodata.__func__$7019 + 0x000000003f40a7c0 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) .rodata.dns_mquery_v6group - 0x000000003f40a6c8 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x000000003f40a6c8 dns_mquery_v6group + 0x000000003f40a7d0 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x000000003f40a7d0 dns_mquery_v6group .rodata.dns_mquery_v4group - 0x000000003f40a6e0 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x000000003f40a6e0 dns_mquery_v4group + 0x000000003f40a7e8 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x000000003f40a7e8 dns_mquery_v4group .rodata.ip_addr_any_type - 0x000000003f40a6f8 0x18 esp-idf/lwip/liblwip.a(ip.c.obj) - 0x000000003f40a6f8 ip_addr_any_type + 0x000000003f40a800 0x18 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x000000003f40a800 ip_addr_any_type .rodata.mem_malloc.str1.4 - 0x000000003f40a710 0x62 esp-idf/lwip/liblwip.a(mem.c.obj) - *fill* 0x000000003f40a772 0x2 + 0x000000003f40a818 0x62 esp-idf/lwip/liblwip.a(mem.c.obj) + *fill* 0x000000003f40a87a 0x2 .rodata.mem_free.str1.4 - 0x000000003f40a774 0x28 esp-idf/lwip/liblwip.a(mem.c.obj) - .rodata.__func__$6172 - 0x000000003f40a79c 0x9 esp-idf/lwip/liblwip.a(mem.c.obj) - *fill* 0x000000003f40a7a5 0x3 - .rodata.__func__$6168 - 0x000000003f40a7a8 0xb esp-idf/lwip/liblwip.a(mem.c.obj) - *fill* 0x000000003f40a7b3 0x1 + 0x000000003f40a87c 0x28 esp-idf/lwip/liblwip.a(mem.c.obj) + .rodata.__func__$6250 + 0x000000003f40a8a4 0x9 esp-idf/lwip/liblwip.a(mem.c.obj) + *fill* 0x000000003f40a8ad 0x3 + .rodata.__func__$6246 + 0x000000003f40a8b0 0xb esp-idf/lwip/liblwip.a(mem.c.obj) + *fill* 0x000000003f40a8bb 0x1 .rodata.do_memp_malloc_pool.str1.4 - 0x000000003f40a7b4 0x63 esp-idf/lwip/liblwip.a(memp.c.obj) - *fill* 0x000000003f40a817 0x1 + 0x000000003f40a8bc 0x63 esp-idf/lwip/liblwip.a(memp.c.obj) + *fill* 0x000000003f40a91f 0x1 .rodata.do_memp_free_pool.str1.4 - 0x000000003f40a818 0x20 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40a920 0x20 esp-idf/lwip/liblwip.a(memp.c.obj) .rodata.memp_malloc.str1.4 - 0x000000003f40a838 0x1d esp-idf/lwip/liblwip.a(memp.c.obj) - *fill* 0x000000003f40a855 0x3 + 0x000000003f40a940 0x1d esp-idf/lwip/liblwip.a(memp.c.obj) + *fill* 0x000000003f40a95d 0x3 .rodata.memp_free.str1.4 - 0x000000003f40a858 0x1b esp-idf/lwip/liblwip.a(memp.c.obj) - *fill* 0x000000003f40a873 0x1 - .rodata.__func__$8276 - 0x000000003f40a874 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) - *fill* 0x000000003f40a886 0x2 - .rodata.__func__$8259 - 0x000000003f40a888 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40a960 0x1b esp-idf/lwip/liblwip.a(memp.c.obj) + *fill* 0x000000003f40a97b 0x1 + .rodata.__func__$8354 + 0x000000003f40a97c 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) + *fill* 0x000000003f40a98e 0x2 + .rodata.__func__$8337 + 0x000000003f40a990 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) .rodata.memp_pools - 0x000000003f40a89c 0x4c esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40a89c memp_pools + 0x000000003f40a9a4 0x4c esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40a9a4 memp_pools .rodata.str1.4 - 0x000000003f40a8e8 0xdc esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40a9f0 0xdc esp-idf/lwip/liblwip.a(memp.c.obj) .rodata.memp_PBUF_POOL - 0x000000003f40a9c4 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40a9c4 memp_PBUF_POOL + 0x000000003f40aacc 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40aacc memp_PBUF_POOL .rodata.memp_PBUF - 0x000000003f40a9cc 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40a9cc memp_PBUF + 0x000000003f40aad4 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40aad4 memp_PBUF .rodata.memp_MLD6_GROUP - 0x000000003f40a9d4 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40a9d4 memp_MLD6_GROUP + 0x000000003f40aadc 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40aadc memp_MLD6_GROUP .rodata.memp_IP6_REASSDATA - 0x000000003f40a9dc 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40a9dc memp_IP6_REASSDATA + 0x000000003f40aae4 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40aae4 memp_IP6_REASSDATA .rodata.memp_ND6_QUEUE - 0x000000003f40a9e4 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40a9e4 memp_ND6_QUEUE + 0x000000003f40aaec 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40aaec memp_ND6_QUEUE .rodata.memp_NETDB - 0x000000003f40a9ec 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40a9ec memp_NETDB + 0x000000003f40aaf4 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40aaf4 memp_NETDB .rodata.memp_SYS_TIMEOUT - 0x000000003f40a9f4 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40a9f4 memp_SYS_TIMEOUT + 0x000000003f40aafc 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40aafc memp_SYS_TIMEOUT .rodata.memp_IGMP_GROUP - 0x000000003f40a9fc 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40a9fc memp_IGMP_GROUP + 0x000000003f40ab04 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab04 memp_IGMP_GROUP .rodata.memp_ARP_QUEUE - 0x000000003f40aa04 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa04 memp_ARP_QUEUE + 0x000000003f40ab0c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab0c memp_ARP_QUEUE .rodata.memp_TCPIP_MSG_INPKT - 0x000000003f40aa0c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa0c memp_TCPIP_MSG_INPKT + 0x000000003f40ab14 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab14 memp_TCPIP_MSG_INPKT .rodata.memp_TCPIP_MSG_API - 0x000000003f40aa14 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa14 memp_TCPIP_MSG_API + 0x000000003f40ab1c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab1c memp_TCPIP_MSG_API .rodata.memp_NETCONN - 0x000000003f40aa1c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa1c memp_NETCONN + 0x000000003f40ab24 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab24 memp_NETCONN .rodata.memp_NETBUF - 0x000000003f40aa24 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa24 memp_NETBUF + 0x000000003f40ab2c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab2c memp_NETBUF .rodata.memp_FRAG_PBUF - 0x000000003f40aa2c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa2c memp_FRAG_PBUF + 0x000000003f40ab34 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab34 memp_FRAG_PBUF .rodata.memp_TCP_SEG - 0x000000003f40aa34 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa34 memp_TCP_SEG + 0x000000003f40ab3c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab3c memp_TCP_SEG .rodata.memp_TCP_PCB_LISTEN - 0x000000003f40aa3c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa3c memp_TCP_PCB_LISTEN + 0x000000003f40ab44 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab44 memp_TCP_PCB_LISTEN .rodata.memp_TCP_PCB - 0x000000003f40aa44 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa44 memp_TCP_PCB + 0x000000003f40ab4c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab4c memp_TCP_PCB .rodata.memp_UDP_PCB - 0x000000003f40aa4c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa4c memp_UDP_PCB + 0x000000003f40ab54 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab54 memp_UDP_PCB .rodata.memp_RAW_PCB - 0x000000003f40aa54 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000003f40aa54 memp_RAW_PCB + 0x000000003f40ab5c 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ab5c memp_RAW_PCB .rodata.netif_loopif_init.str1.4 - 0x000000003f40aa5c 0x64 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x000000003f40ab64 0x64 esp-idf/lwip/liblwip.a(netif.c.obj) .rodata.netif_issue_reports.str1.4 - 0x000000003f40aac0 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x000000003f40abc8 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) .rodata.netif_do_set_ipaddr.str1.4 - 0x000000003f40aae3 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x000000003f40abeb 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) 0x10 (size before relaxing) - *fill* 0x000000003f40aae3 0x1 + *fill* 0x000000003f40abeb 0x1 .rodata.netif_poll.str1.4 - 0x000000003f40aae4 0x98 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x000000003f40abec 0x98 esp-idf/lwip/liblwip.a(netif.c.obj) .rodata.netif_add.str1.4 - 0x000000003f40ab7c 0x82 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003f40abfe 0x2 + 0x000000003f40ac84 0x82 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ad06 0x2 .rodata.netif_set_up.str1.4 - 0x000000003f40ac00 0x1c esp-idf/lwip/liblwip.a(netif.c.obj) + 0x000000003f40ad08 0x1c esp-idf/lwip/liblwip.a(netif.c.obj) .rodata.netif_set_down.str1.4 - 0x000000003f40ac1c 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003f40ac3a 0x2 - .rodata.netif_set_link_up.str1.4 - 0x000000003f40ac3c 0x21 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003f40ac5d 0x3 - .rodata.netif_loop_output.str1.4 - 0x000000003f40ac60 0x70 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_ip6_addr_set_parts.str1.4 - 0x000000003f40acd0 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003f40acee 0x2 - .rodata.netif_get_ip6_addr_match.str1.4 - 0x000000003f40acf0 0x52 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x000000003f40ad24 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) *fill* 0x000000003f40ad42 0x2 - .rodata.__func__$7792 - 0x000000003f40ad44 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003f40ad5d 0x3 - .rodata.__func__$7782 - 0x000000003f40ad60 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003f40ad79 0x3 - .rodata.__func__$7747 - 0x000000003f40ad7c 0xb esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003f40ad87 0x1 - .rodata.__func__$7729 - 0x000000003f40ad88 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003f40ad9a 0x2 - .rodata.__func__$7709 - 0x000000003f40ad9c 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__$7643 - 0x000000003f40adb0 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__$7620 - 0x000000003f40adc4 0xa esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003f40adce 0x2 - .rodata.__func__$7587 - 0x000000003f40add0 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000003f40ade2 0x2 + .rodata.netif_set_link_up.str1.4 + 0x000000003f40ad44 0x21 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ad65 0x3 + .rodata.netif_loop_output.str1.4 + 0x000000003f40ad68 0x70 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_ip6_addr_set_parts.str1.4 + 0x000000003f40add8 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40adf6 0x2 + .rodata.netif_ip6_addr_set.str1.4 + 0x000000003f40adf8 0x46 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ae3e 0x2 + .rodata.netif_get_ip6_addr_match.str1.4 + 0x000000003f40ae40 0x52 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ae92 0x2 + .rodata.__func__$7870 + 0x000000003f40ae94 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40aead 0x3 + .rodata.__func__$7860 + 0x000000003f40aeb0 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40aec9 0x3 + .rodata.__func__$7851 + 0x000000003f40aecc 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40aee5 0x3 + .rodata.__func__$7840 + 0x000000003f40aee8 0x13 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40aefb 0x1 + .rodata.__func__$7825 + 0x000000003f40aefc 0xb esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40af07 0x1 + .rodata.__func__$7807 + 0x000000003f40af08 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40af1a 0x2 + .rodata.__func__$7787 + 0x000000003f40af1c 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$7721 + 0x000000003f40af30 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$7698 + 0x000000003f40af44 0xa esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40af4e 0x2 + .rodata.__func__$7665 + 0x000000003f40af50 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40af62 0x2 .rodata.pbuf_add_header_impl.str1.4 - 0x000000003f40ade4 0x3f esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x000000003f40af64 0x3f esp-idf/lwip/liblwip.a(pbuf.c.obj) 0x4b (size before relaxing) - *fill* 0x000000003f40ae23 0x1 + *fill* 0x000000003f40afa3 0x1 .rodata.pbuf_alloc_reference.str1.4 - 0x000000003f40ae24 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40ae36 0x2 + 0x000000003f40afa4 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40afb6 0x2 .rodata.pbuf_remove_header.str1.4 - 0x000000003f40ae38 0x1e esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40ae56 0x2 + 0x000000003f40afb8 0x1e esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40afd6 0x2 .rodata.pbuf_free.str1.4 - 0x000000003f40ae58 0x4e esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40aea6 0x2 + 0x000000003f40afd8 0x4e esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b026 0x2 .rodata.pbuf_alloc.str1.4 - 0x000000003f40aea8 0xab esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40af53 0x1 + 0x000000003f40b028 0xab esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b0d3 0x1 .rodata.pbuf_realloc.str1.4 - 0x000000003f40af54 0x4c esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x000000003f40b0d4 0x4c esp-idf/lwip/liblwip.a(pbuf.c.obj) .rodata.pbuf_ref.str1.4 - 0x000000003f40afa0 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40afb2 0x2 + 0x000000003f40b120 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b132 0x2 .rodata.pbuf_cat.str1.4 - 0x000000003f40afb4 0x65 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b019 0x3 + 0x000000003f40b134 0x65 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b199 0x3 .rodata.pbuf_copy.str1.4 - 0x000000003f40b01c 0x9e esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b0ba 0x2 + 0x000000003f40b19c 0x9e esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b23a 0x2 .rodata.pbuf_copy_partial.str1.4 - 0x000000003f40b0bc 0x43 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b0ff 0x1 + 0x000000003f40b23c 0x43 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b27f 0x1 .rodata.pbuf_take.str1.4 - 0x000000003f40b100 0x82 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b182 0x2 + 0x000000003f40b280 0x82 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b302 0x2 .rodata.pbuf_take_at.str1.4 - 0x000000003f40b184 0x17 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b19b 0x1 + 0x000000003f40b304 0x17 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b31b 0x1 .rodata.pbuf_clone.str1.4 - 0x000000003f40b19c 0x11 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b1ad 0x3 - .rodata.__func__$7446 - 0x000000003f40b1b0 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b1bb 0x1 - .rodata.__func__$7433 - 0x000000003f40b1bc 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b1c9 0x3 - .rodata.__func__$7418 - 0x000000003f40b1cc 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b1d6 0x2 - .rodata.__func__$7367 - 0x000000003f40b1d8 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b1e2 0x2 - .rodata.__func__$7345 - 0x000000003f40b1e4 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b1ed 0x3 - .rodata.__func__$7336 - 0x000000003f40b1f0 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b1f9 0x3 - .rodata.__func__$7314 - 0x000000003f40b1fc 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b206 0x2 - .rodata.__func__$7283 - 0x000000003f40b208 0x13 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b21b 0x1 - .rodata.__func__$7266 - 0x000000003f40b21c 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b231 0x3 - .rodata.__func__$7254 - 0x000000003f40b234 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b241 0x3 - .rodata.__func__$7233 - 0x000000003f40b244 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b259 0x3 - .rodata.__func__$7219 - 0x000000003f40b25c 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000003f40b267 0x1 - .rodata.raw_input.str1.4 - 0x000000003f40b268 0x8a esp-idf/lwip/liblwip.a(raw.c.obj) - *fill* 0x000000003f40b2f2 0x2 - .rodata.raw_sendto_if_src.str1.4 - 0x000000003f40b2f4 0x4a esp-idf/lwip/liblwip.a(raw.c.obj) - *fill* 0x000000003f40b33e 0x2 - .rodata.__func__$6816 - 0x000000003f40b340 0x12 esp-idf/lwip/liblwip.a(raw.c.obj) - *fill* 0x000000003f40b352 0x2 - .rodata.__func__$6766 - 0x000000003f40b354 0xa esp-idf/lwip/liblwip.a(raw.c.obj) - *fill* 0x000000003f40b35e 0x2 - .rodata.tcp_remove_listener.str1.4 - 0x000000003f40b360 0x66 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b3c6 0x2 - .rodata.tcp_listen_closed.str1.4 - 0x000000003f40b3c8 0x21 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b3e9 0x3 - .rodata.tcp_free_listen.str1.4 - 0x000000003f40b3ec 0x19 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b405 0x3 - .rodata.tcp_free.str1.4 - 0x000000003f40b408 0x11 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b419 0x3 - .rodata.tcp_backlog_delayed.str1.4 - 0x000000003f40b41c 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b431 0x3 - .rodata.tcp_bind.str1.4 - 0x000000003f40b434 0x40 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_listen_with_backlog_and_err.str1.4 - 0x000000003f40b474 0x95 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b509 0x3 - .rodata.tcp_update_rcv_ann_wnd.str1.4 - 0x000000003f40b50c 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b54a 0x2 - .rodata.tcp_recved.str1.4 - 0x000000003f40b54c 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b58a 0x2 - .rodata.tcp_seg_copy.str1.4 - 0x000000003f40b58c 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b5a6 0x2 - .rodata.tcp_recv.str1.4 - 0x000000003f40b5a8 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b5cf 0x1 - .rodata.tcp_sent.str1.4 - 0x000000003f40b5d0 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b5f7 0x1 - .rodata.tcp_err.str1.4 - 0x000000003f40b5f8 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b61e 0x2 - .rodata.tcp_poll.str1.4 - 0x000000003f40b620 0x36 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b656 0x2 - .rodata.tcp_next_iss.str1.4 - 0x000000003f40b658 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b672 0x2 - .rodata.tcp_eff_send_mss_netif.str1.4 - 0x000000003f40b674 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b69b 0x1 - .rodata.tcp_pcb_purge.str1.4 - 0x000000003f40b69c 0x1b esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b6b7 0x1 - .rodata.tcp_pcb_remove.str1.4 - 0x000000003f40b6b8 0x87 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b73f 0x1 - .rodata.tcp_abandon.str1.4 - 0x000000003f40b740 0x4d esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b78d 0x3 - .rodata.tcp_accept_null.str1.4 - 0x000000003f40b790 0x1d esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b7ad 0x3 - .rodata.tcp_netif_ip_addr_changed_pcblist.str1.4 - 0x000000003f40b7b0 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_kill_state.str1.4 - 0x000000003f40b7e4 0xe esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b7f2 0x2 - .rodata.tcp_close_shutdown.str1.4 - 0x000000003f40b7f4 0x39 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b82d 0x3 - .rodata.tcp_close.str1.4 - 0x000000003f40b830 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b847 0x1 - .rodata.tcp_recv_null.str1.4 - 0x000000003f40b848 0x1b esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b863 0x1 - .rodata.tcp_process_refused_data.str1.4 - 0x000000003f40b864 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b88a 0x2 - .rodata.tcp_shutdown.str1.4 - 0x000000003f40b88c 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40b8a6 0x2 - .rodata.tcp_slowtmr.str1.4 - 0x000000003f40b8a8 0x1ca esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40ba72 0x2 - .rodata.__func__$7544 - 0x000000003f40ba74 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40ba96 0x2 - .rodata.__func__$7537 - 0x000000003f40ba98 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40baaf 0x1 - .rodata.__func__$7529 - 0x000000003f40bab0 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40babd 0x3 - .rodata.__func__$7520 - 0x000000003f40bac0 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bacf 0x1 - .rodata.__func__$7507 - 0x000000003f40bad0 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bad9 0x3 + 0x000000003f40b31c 0x11 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b32d 0x3 + .rodata.__func__$7524 + 0x000000003f40b330 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b33b 0x1 + .rodata.__func__$7511 + 0x000000003f40b33c 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b349 0x3 .rodata.__func__$7496 - 0x000000003f40badc 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__$7491 - 0x000000003f40bae4 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40baed 0x3 - .rodata.__func__$7486 - 0x000000003f40baf0 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40baf9 0x3 - .rodata.__func__$7408 - 0x000000003f40bafc 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bb0b 0x1 - .rodata.__func__$7384 - 0x000000003f40bb0c 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bb19 0x3 + 0x000000003f40b34c 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b356 0x2 + .rodata.__func__$7445 + 0x000000003f40b358 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b362 0x2 + .rodata.__func__$7423 + 0x000000003f40b364 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b36d 0x3 + .rodata.__func__$7414 + 0x000000003f40b370 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b379 0x3 + .rodata.__func__$7392 + 0x000000003f40b37c 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b386 0x2 + .rodata.__func__$7361 + 0x000000003f40b388 0x13 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b39b 0x1 + .rodata.__func__$7344 + 0x000000003f40b39c 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b3b1 0x3 + .rodata.__func__$7332 + 0x000000003f40b3b4 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b3c1 0x3 .rodata.__func__$7311 - 0x000000003f40bb1c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__$7259 - 0x000000003f40bb28 0xb esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bb33 0x1 - .rodata.__func__$7251 - 0x000000003f40bb34 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bb4b 0x1 - .rodata.__func__$7226 - 0x000000003f40bb4c 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__$7246 - 0x000000003f40bb5c 0x20 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__$7188 - 0x000000003f40bb7c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__$7161 - 0x000000003f40bb88 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bb9f 0x1 - .rodata.__func__$7110 - 0x000000003f40bba0 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__$7119 - 0x000000003f40bbb0 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__$7127 - 0x000000003f40bbc4 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bbd6 0x2 - .rodata.__func__$7143 - 0x000000003f40bbd8 0x13 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bbeb 0x1 - .rodata.__func__$7138 - 0x000000003f40bbec 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bc01 0x3 - .rodata.__func__$7134 - 0x000000003f40bc04 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__$7106 - 0x000000003f40bc18 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bc21 0x3 - .rodata.tcp_pcb_lists - 0x000000003f40bc24 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x000000003f40bc24 tcp_pcb_lists - .rodata.tcp_persist_backoff - 0x000000003f40bc34 0x7 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bc3b 0x1 - .rodata.tcp_backoff - 0x000000003f40bc3c 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x000000003f40bc49 0x3 - .rodata.tcp_parseopt.str1.4 - 0x000000003f40bc4c 0x5d esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40bca9 0x3 - .rodata.tcp_input_delayed_close.str1.4 - 0x000000003f40bcac 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40bcd1 0x3 - .rodata.tcp_timewait_input.str1.4 - 0x000000003f40bcd4 0x20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_listen_input.str1.4 - 0x000000003f40bcf4 0x1e esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40bd12 0x2 - .rodata.tcp_free_acked_segments.str1.4 - 0x000000003f40bd14 0x48 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_oos_insert_segment.str1.4 - 0x000000003f40bd5c 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40bd81 0x3 - .rodata.tcp_receive.str1.4 - 0x000000003f40bd84 0x131 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40beb5 0x3 - .rodata.tcp_process.str1.4 - 0x000000003f40beb8 0x86 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40bf3e 0x2 - .rodata.tcp_process - 0x000000003f40bf40 0x28 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_input.str1.4 - 0x000000003f40bf68 0x172 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40c0da 0x2 - .rodata.__func__$7194 - 0x000000003f40c0dc 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.__func__$7257 - 0x000000003f40c0f4 0x17 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40c10b 0x1 - .rodata.__func__$7271 - 0x000000003f40c10c 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.__func__$7282 - 0x000000003f40c124 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.__func__$7217 - 0x000000003f40c130 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.__func__$7338 - 0x000000003f40c13c 0xd esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40c149 0x3 - .rodata.__func__$7201 - 0x000000003f40c14c 0x11 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40c15d 0x3 - .rodata.__func__$7210 - 0x000000003f40c160 0x13 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40c173 0x1 - .rodata.__func__$7164 - 0x000000003f40c174 0xa esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x000000003f40c17e 0x2 - .rodata.tcp_write_checks.str1.4 - 0x000000003f40c180 0xd2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c252 0x2 - .rodata.tcp_output_segment_busy.str1.4 - 0x000000003f40c254 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c279 0x3 - .rodata.tcp_output_fill_options.str1.4 - 0x000000003f40c27c 0x3b esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c2b7 0x1 - .rodata.tcp_pbuf_prealloc.str1.4 - 0x000000003f40c2b8 0x58 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_create_segment.str1.4 - 0x000000003f40c310 0x59 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c369 0x3 - .rodata.tcp_output_alloc_header_common.str1.4 - 0x000000003f40c36c 0x2e esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c39a 0x2 - .rodata.tcp_output_alloc_header.str1.4 - 0x000000003f40c39c 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c3c1 0x3 - .rodata.tcp_output_segment.str1.4 - 0x000000003f40c3c4 0x62 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c426 0x2 - .rodata.tcp_output_control_segment.str1.4 - 0x000000003f40c428 0x29 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c451 0x3 - .rodata.tcp_write.str1.4 - 0x000000003f40c454 0x1a2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c5f6 0x2 - .rodata.tcp_split_unsent_seg.str1.4 - 0x000000003f40c5f8 0x66 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c65e 0x2 - .rodata.tcp_enqueue_flags.str1.4 - 0x000000003f40c660 0x120 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_send_fin.str1.4 - 0x000000003f40c780 0x1a esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c79a 0x2 - .rodata.tcp_rexmit_rto_prepare.str1.4 - 0x000000003f40c79c 0x24 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_rexmit.str1.4 - 0x000000003f40c7c0 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_rexmit_fast.str1.4 - 0x000000003f40c7d8 0x1d esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c7f5 0x3 - .rodata.tcp_rst.str1.4 - 0x000000003f40c7f8 0x37 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c82f 0x1 - .rodata.tcp_send_empty_ack.str1.4 - 0x000000003f40c830 0x20 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_output.str1.4 - 0x000000003f40c850 0x57 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c8a7 0x1 - .rodata.tcp_rexmit_rto_commit.str1.4 - 0x000000003f40c8a8 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c8cb 0x1 - .rodata.tcp_rexmit_rto.str1.4 - 0x000000003f40c8cc 0x1c esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_keepalive.str1.4 - 0x000000003f40c8e8 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c903 0x1 - .rodata.tcp_zero_window_probe.str1.4 - 0x000000003f40c904 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c927 0x1 - .rodata.__func__$7402 - 0x000000003f40c928 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c93e 0x2 - .rodata.__func__$7383 - 0x000000003f40c940 0xe esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c94e 0x2 - .rodata.__func__$7328 - 0x000000003f40c950 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.__func__$7374 - 0x000000003f40c968 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c97b 0x1 - .rodata.__func__$7347 - 0x000000003f40c97c 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c997 0x1 - .rodata.__func__$7338 - 0x000000003f40c998 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.__func__$7320 - 0x000000003f40c9b0 0x1f esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c9cf 0x1 - .rodata.__func__$7363 - 0x000000003f40c9d0 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.__func__$7305 - 0x000000003f40c9d8 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x000000003f40b3c4 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b3d9 0x3 .rodata.__func__$7297 - 0x000000003f40c9e8 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40c9f3 0x1 - .rodata.__func__$7291 - 0x000000003f40c9f4 0xf esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40ca03 0x1 - .rodata.__func__$7287 - 0x000000003f40ca04 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40ca1a 0x2 - .rodata.__func__$7278 - 0x000000003f40ca1c 0x17 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40ca33 0x1 - .rodata.__func__$7260 - 0x000000003f40ca34 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.__func__$7269 - 0x000000003f40ca4c 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40ca5f 0x1 - .rodata.__func__$7241 - 0x000000003f40ca60 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40ca6b 0x1 - .rodata.__func__$7225 - 0x000000003f40ca6c 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40ca7e 0x2 - .rodata.__func__$7211 - 0x000000003f40ca80 0xd esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40ca8d 0x3 - .rodata.__func__$7202 - 0x000000003f40ca90 0x15 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40caa5 0x3 - .rodata.__func__$7113 - 0x000000003f40caa8 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40cabb 0x1 - .rodata.__func__$7127 - 0x000000003f40cabc 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x000000003f40b3dc 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40b3e7 0x1 + .rodata.raw_input.str1.4 + 0x000000003f40b3e8 0x8a esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f40b472 0x2 + .rodata.raw_sendto_if_src.str1.4 + 0x000000003f40b474 0x4a esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f40b4be 0x2 + .rodata.__func__$6894 + 0x000000003f40b4c0 0x12 esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f40b4d2 0x2 + .rodata.__func__$6844 + 0x000000003f40b4d4 0xa esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f40b4de 0x2 + .rodata.tcp_remove_listener.str1.4 + 0x000000003f40b4e0 0x66 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b546 0x2 + .rodata.tcp_listen_closed.str1.4 + 0x000000003f40b548 0x21 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b569 0x3 + .rodata.tcp_free_listen.str1.4 + 0x000000003f40b56c 0x19 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b585 0x3 + .rodata.tcp_free.str1.4 + 0x000000003f40b588 0x11 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b599 0x3 + .rodata.tcp_backlog_delayed.str1.4 + 0x000000003f40b59c 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b5b1 0x3 + .rodata.tcp_bind.str1.4 + 0x000000003f40b5b4 0x40 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_listen_with_backlog_and_err.str1.4 + 0x000000003f40b5f4 0x95 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b689 0x3 + .rodata.tcp_update_rcv_ann_wnd.str1.4 + 0x000000003f40b68c 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b6ca 0x2 + .rodata.tcp_recved.str1.4 + 0x000000003f40b6cc 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b70a 0x2 + .rodata.tcp_seg_copy.str1.4 + 0x000000003f40b70c 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b726 0x2 + .rodata.tcp_recv.str1.4 + 0x000000003f40b728 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b74f 0x1 + .rodata.tcp_sent.str1.4 + 0x000000003f40b750 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b777 0x1 + .rodata.tcp_err.str1.4 + 0x000000003f40b778 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b79e 0x2 + .rodata.tcp_poll.str1.4 + 0x000000003f40b7a0 0x36 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b7d6 0x2 + .rodata.tcp_next_iss.str1.4 + 0x000000003f40b7d8 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b7f2 0x2 + .rodata.tcp_eff_send_mss_netif.str1.4 + 0x000000003f40b7f4 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b81b 0x1 + .rodata.tcp_pcb_purge.str1.4 + 0x000000003f40b81c 0x1b esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b837 0x1 + .rodata.tcp_pcb_remove.str1.4 + 0x000000003f40b838 0x87 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b8bf 0x1 + .rodata.tcp_abandon.str1.4 + 0x000000003f40b8c0 0x4d esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b90d 0x3 + .rodata.tcp_accept_null.str1.4 + 0x000000003f40b910 0x1d esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b92d 0x3 + .rodata.tcp_netif_ip_addr_changed_pcblist.str1.4 + 0x000000003f40b930 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_kill_state.str1.4 + 0x000000003f40b964 0xe esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b972 0x2 + .rodata.tcp_close_shutdown.str1.4 + 0x000000003f40b974 0x39 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b9ad 0x3 + .rodata.tcp_close.str1.4 + 0x000000003f40b9b0 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b9c7 0x1 + .rodata.tcp_recv_null.str1.4 + 0x000000003f40b9c8 0x1b esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40b9e3 0x1 + .rodata.tcp_process_refused_data.str1.4 + 0x000000003f40b9e4 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40ba0a 0x2 + .rodata.tcp_shutdown.str1.4 + 0x000000003f40ba0c 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40ba26 0x2 + .rodata.tcp_slowtmr.str1.4 + 0x000000003f40ba28 0x1ca esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bbf2 0x2 + .rodata.__func__$7622 + 0x000000003f40bbf4 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bc16 0x2 + .rodata.__func__$7615 + 0x000000003f40bc18 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bc2f 0x1 + .rodata.__func__$7607 + 0x000000003f40bc30 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bc3d 0x3 + .rodata.__func__$7598 + 0x000000003f40bc40 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bc4f 0x1 + .rodata.__func__$7585 + 0x000000003f40bc50 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bc59 0x3 + .rodata.__func__$7574 + 0x000000003f40bc5c 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7569 + 0x000000003f40bc64 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bc6d 0x3 + .rodata.__func__$7564 + 0x000000003f40bc70 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bc79 0x3 + .rodata.__func__$7486 + 0x000000003f40bc7c 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bc8b 0x1 + .rodata.__func__$7462 + 0x000000003f40bc8c 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bc99 0x3 + .rodata.__func__$7389 + 0x000000003f40bc9c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7337 + 0x000000003f40bca8 0xb esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bcb3 0x1 + .rodata.__func__$7329 + 0x000000003f40bcb4 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bccb 0x1 + .rodata.__func__$7304 + 0x000000003f40bccc 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7324 + 0x000000003f40bcdc 0x20 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7266 + 0x000000003f40bcfc 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7239 + 0x000000003f40bd08 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bd1f 0x1 + .rodata.__func__$7188 + 0x000000003f40bd20 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7197 + 0x000000003f40bd30 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7205 + 0x000000003f40bd44 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bd56 0x2 + .rodata.__func__$7221 + 0x000000003f40bd58 0x13 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bd6b 0x1 + .rodata.__func__$7216 + 0x000000003f40bd6c 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bd81 0x3 + .rodata.__func__$7212 + 0x000000003f40bd84 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7184 + 0x000000003f40bd98 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bda1 0x3 + .rodata.tcp_pcb_lists + 0x000000003f40bda4 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003f40bda4 tcp_pcb_lists + .rodata.tcp_persist_backoff + 0x000000003f40bdb4 0x7 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bdbb 0x1 + .rodata.tcp_backoff + 0x000000003f40bdbc 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40bdc9 0x3 + .rodata.tcp_parseopt.str1.4 + 0x000000003f40bdcc 0x5d esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40be29 0x3 + .rodata.tcp_input_delayed_close.str1.4 + 0x000000003f40be2c 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40be51 0x3 + .rodata.tcp_timewait_input.str1.4 + 0x000000003f40be54 0x20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_listen_input.str1.4 + 0x000000003f40be74 0x1e esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40be92 0x2 + .rodata.tcp_free_acked_segments.str1.4 + 0x000000003f40be94 0x48 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_oos_insert_segment.str1.4 + 0x000000003f40bedc 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40bf01 0x3 + .rodata.tcp_receive.str1.4 + 0x000000003f40bf04 0x131 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40c035 0x3 + .rodata.tcp_process.str1.4 + 0x000000003f40c038 0x86 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40c0be 0x2 + .rodata.tcp_process + 0x000000003f40c0c0 0x28 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_input.str1.4 + 0x000000003f40c0e8 0x172 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40c25a 0x2 + .rodata.__func__$7272 + 0x000000003f40c25c 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$7335 + 0x000000003f40c274 0x17 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40c28b 0x1 + .rodata.__func__$7349 + 0x000000003f40c28c 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$7360 + 0x000000003f40c2a4 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$7295 + 0x000000003f40c2b0 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$7416 + 0x000000003f40c2bc 0xd esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40c2c9 0x3 + .rodata.__func__$7279 + 0x000000003f40c2cc 0x11 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40c2dd 0x3 + .rodata.__func__$7288 + 0x000000003f40c2e0 0x13 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40c2f3 0x1 + .rodata.__func__$7242 + 0x000000003f40c2f4 0xa esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40c2fe 0x2 + .rodata.tcp_write_checks.str1.4 + 0x000000003f40c300 0xd2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c3d2 0x2 + .rodata.tcp_output_segment_busy.str1.4 + 0x000000003f40c3d4 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c3f9 0x3 + .rodata.tcp_output_fill_options.str1.4 + 0x000000003f40c3fc 0x3b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c437 0x1 + .rodata.tcp_pbuf_prealloc.str1.4 + 0x000000003f40c438 0x58 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_create_segment.str1.4 + 0x000000003f40c490 0x59 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c4e9 0x3 + .rodata.tcp_output_alloc_header_common.str1.4 + 0x000000003f40c4ec 0x2e esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c51a 0x2 + .rodata.tcp_output_alloc_header.str1.4 + 0x000000003f40c51c 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c541 0x3 + .rodata.tcp_output_segment.str1.4 + 0x000000003f40c544 0x62 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c5a6 0x2 + .rodata.tcp_output_control_segment.str1.4 + 0x000000003f40c5a8 0x29 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c5d1 0x3 + .rodata.tcp_write.str1.4 + 0x000000003f40c5d4 0x1a2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c776 0x2 + .rodata.tcp_split_unsent_seg.str1.4 + 0x000000003f40c778 0x66 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c7de 0x2 + .rodata.tcp_enqueue_flags.str1.4 + 0x000000003f40c7e0 0x120 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_send_fin.str1.4 + 0x000000003f40c900 0x1a esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c91a 0x2 + .rodata.tcp_rexmit_rto_prepare.str1.4 + 0x000000003f40c91c 0x24 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit.str1.4 + 0x000000003f40c940 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit_fast.str1.4 + 0x000000003f40c958 0x1d esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c975 0x3 + .rodata.tcp_rst.str1.4 + 0x000000003f40c978 0x37 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40c9af 0x1 + .rodata.tcp_send_empty_ack.str1.4 + 0x000000003f40c9b0 0x20 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output.str1.4 + 0x000000003f40c9d0 0x57 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40ca27 0x1 + .rodata.tcp_rexmit_rto_commit.str1.4 + 0x000000003f40ca28 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40ca4b 0x1 + .rodata.tcp_rexmit_rto.str1.4 + 0x000000003f40ca4c 0x1c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_keepalive.str1.4 + 0x000000003f40ca68 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40ca83 0x1 + .rodata.tcp_zero_window_probe.str1.4 + 0x000000003f40ca84 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40caa7 0x1 + .rodata.__func__$7480 + 0x000000003f40caa8 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cabe 0x2 + .rodata.__func__$7461 + 0x000000003f40cac0 0xe esp-idf/lwip/liblwip.a(tcp_out.c.obj) *fill* 0x000000003f40cace 0x2 - .rodata.__func__$7132 - 0x000000003f40cad0 0x11 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40cae1 0x3 - .rodata.__func__$7164 - 0x000000003f40cae4 0xa esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x000000003f40caee 0x2 - .rodata.sys_timeout_abs.str1.4 - 0x000000003f40caf0 0x83 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.__func__$7406 + 0x000000003f40cad0 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$7452 + 0x000000003f40cae8 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cafb 0x1 + .rodata.__func__$7425 + 0x000000003f40cafc 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cb17 0x1 + .rodata.__func__$7416 + 0x000000003f40cb18 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$7398 + 0x000000003f40cb30 0x1f esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cb4f 0x1 + .rodata.__func__$7441 + 0x000000003f40cb50 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$7383 + 0x000000003f40cb58 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$7375 + 0x000000003f40cb68 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) *fill* 0x000000003f40cb73 0x1 + .rodata.__func__$7369 + 0x000000003f40cb74 0xf esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cb83 0x1 + .rodata.__func__$7365 + 0x000000003f40cb84 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cb9a 0x2 + .rodata.__func__$7356 + 0x000000003f40cb9c 0x17 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cbb3 0x1 + .rodata.__func__$7338 + 0x000000003f40cbb4 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$7347 + 0x000000003f40cbcc 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cbdf 0x1 + .rodata.__func__$7319 + 0x000000003f40cbe0 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cbeb 0x1 + .rodata.__func__$7303 + 0x000000003f40cbec 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cbfe 0x2 + .rodata.__func__$7289 + 0x000000003f40cc00 0xd esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cc0d 0x3 + .rodata.__func__$7280 + 0x000000003f40cc10 0x15 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cc25 0x3 + .rodata.__func__$7191 + 0x000000003f40cc28 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cc3b 0x1 + .rodata.__func__$7205 + 0x000000003f40cc3c 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cc4e 0x2 + .rodata.__func__$7210 + 0x000000003f40cc50 0x11 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cc61 0x3 + .rodata.__func__$7242 + 0x000000003f40cc64 0xa esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40cc6e 0x2 + .rodata.sys_timeout_abs.str1.4 + 0x000000003f40cc70 0x83 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f40ccf3 0x1 .rodata.sys_timeout.str1.4 - 0x000000003f40cb74 0x36 esp-idf/lwip/liblwip.a(timeouts.c.obj) - *fill* 0x000000003f40cbaa 0x2 + 0x000000003f40ccf4 0x36 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f40cd2a 0x2 .rodata.sys_timeouts_sleeptime.str1.4 - 0x000000003f40cbac 0x12 esp-idf/lwip/liblwip.a(timeouts.c.obj) - *fill* 0x000000003f40cbbe 0x2 - .rodata.__func__$7422 - 0x000000003f40cbc0 0x17 esp-idf/lwip/liblwip.a(timeouts.c.obj) - *fill* 0x000000003f40cbd7 0x1 - .rodata.__func__$7390 - 0x000000003f40cbd8 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) - .rodata.__func__$7367 - 0x000000003f40cbe4 0x10 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x000000003f40cd2c 0x12 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f40cd3e 0x2 + .rodata.__func__$7500 + 0x000000003f40cd40 0x17 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f40cd57 0x1 + .rodata.__func__$7468 + 0x000000003f40cd58 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.__func__$7445 + 0x000000003f40cd64 0x10 esp-idf/lwip/liblwip.a(timeouts.c.obj) .rodata.lwip_cyclic_timers - 0x000000003f40cbf4 0x48 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x000000003f40cbf4 lwip_cyclic_timers + 0x000000003f40cd74 0x48 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x000000003f40cd74 lwip_cyclic_timers .rodata.udp_input_local_match.str1.4 - 0x000000003f40cc3c 0x89 esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40ccc5 0x3 + 0x000000003f40cdbc 0x89 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40ce45 0x3 .rodata.udp_input.str1.4 - 0x000000003f40ccc8 0x4f esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40cd17 0x1 + 0x000000003f40ce48 0x4f esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40ce97 0x1 .rodata.udp_bind.str1.4 - 0x000000003f40cd18 0x16 esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40cd2e 0x2 + 0x000000003f40ce98 0x16 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40ceae 0x2 .rodata.udp_sendto_if_src.str1.4 - 0x000000003f40cd30 0xda esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40ce0a 0x2 + 0x000000003f40ceb0 0xda esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40cf8a 0x2 .rodata.udp_sendto_if.str1.4 - 0x000000003f40ce0c 0x75 esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40ce81 0x3 + 0x000000003f40cf8c 0x75 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40d001 0x3 .rodata.udp_sendto.str1.4 - 0x000000003f40ce84 0x4f esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40ced3 0x1 + 0x000000003f40d004 0x4f esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40d053 0x1 .rodata.udp_send.str1.4 - 0x000000003f40ced4 0x2f esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40cf03 0x1 + 0x000000003f40d054 0x2f esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40d083 0x1 .rodata.udp_connect.str1.4 - 0x000000003f40cf04 0x38 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x000000003f40d084 0x38 esp-idf/lwip/liblwip.a(udp.c.obj) .rodata.udp_disconnect.str1.4 - 0x000000003f40cf3c 0x1c esp-idf/lwip/liblwip.a(udp.c.obj) + 0x000000003f40d0bc 0x1c esp-idf/lwip/liblwip.a(udp.c.obj) .rodata.udp_recv.str1.4 - 0x000000003f40cf58 0x16 esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40cf6e 0x2 + 0x000000003f40d0d8 0x16 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40d0ee 0x2 .rodata.udp_remove.str1.4 - 0x000000003f40cf70 0x18 esp-idf/lwip/liblwip.a(udp.c.obj) - .rodata.__func__$7018 - 0x000000003f40cf88 0x12 esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40cf9a 0x2 - .rodata.__func__$6934 - 0x000000003f40cf9c 0x16 esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40cfb2 0x2 - .rodata.__func__$6947 - 0x000000003f40cfb4 0xa esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x000000003f40cfbe 0x2 + 0x000000003f40d0f0 0x18 esp-idf/lwip/liblwip.a(udp.c.obj) + .rodata.__func__$7096 + 0x000000003f40d108 0x12 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40d11a 0x2 + .rodata.__func__$7012 + 0x000000003f40d11c 0x16 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40d132 0x2 + .rodata.__func__$7025 + 0x000000003f40d134 0xa esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f40d13e 0x2 .rodata.dhcp_option_short.str1.4 - 0x000000003f40cfc0 0x80 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d140 0x80 esp-idf/lwip/liblwip.a(dhcp.c.obj) .rodata.dhcp_option.str1.4 - 0x000000003f40d040 0x42 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d082 0x2 + 0x000000003f40d1c0 0x42 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d202 0x2 .rodata.dhcp_option_byte.str1.4 - 0x000000003f40d084 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d0b9 0x3 + 0x000000003f40d204 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d239 0x3 .rodata.dhcp_option_long.str1.4 - 0x000000003f40d0bc 0x3a esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d0f6 0x2 + 0x000000003f40d23c 0x3a esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d276 0x2 .rodata.dhcp_create_msg.str1.4 - 0x000000003f40d0f8 0x80 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d278 0x80 esp-idf/lwip/liblwip.a(dhcp.c.obj) .rodata.dhcp_option_hostname.str1.4 - 0x000000003f40d178 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d2f8 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) .rodata.dhcp_select.str1.4 - 0x000000003f40d194 0x36 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d1ca 0x2 + 0x000000003f40d314 0x36 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d34a 0x2 .rodata.dhcp_bind.str1.4 - 0x000000003f40d1cc 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d34c 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) .rodata.dhcp_dec_pcb_refcount.str1.4 - 0x000000003f40d200 0x24 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d380 0x24 esp-idf/lwip/liblwip.a(dhcp.c.obj) .rodata.dhcp_inc_pcb_refcount.str1.4 - 0x000000003f40d224 0x25 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d249 0x3 + 0x000000003f40d3a4 0x25 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d3c9 0x3 .rodata.dhcp_parse_reply.str1.4 - 0x000000003f40d24c 0xa7 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d2f3 0x1 + 0x000000003f40d3cc 0xa7 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d473 0x1 .rodata.dhcp_parse_reply - 0x000000003f40d2f4 0xf0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d474 0xf0 esp-idf/lwip/liblwip.a(dhcp.c.obj) .rodata.dhcp_recv.str1.4 - 0x000000003f40d3e4 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d564 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) .rodata.dhcp_set_struct.str1.4 - 0x000000003f40d400 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d580 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x44 (size before relaxing) .rodata.dhcp_network_changed.str1.4 - 0x000000003f40d434 0x14 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d5b4 0x14 esp-idf/lwip/liblwip.a(dhcp.c.obj) .rodata.dhcp_start.str1.4 - 0x000000003f40d448 0x21 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d469 0x3 - .rodata.__func__$7149 - 0x000000003f40d46c 0x15 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d481 0x3 - .rodata.__func__$7355 - 0x000000003f40d484 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d495 0x3 - .rodata.__func__$7379 - 0x000000003f40d498 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d4a2 0x2 - .rodata.__func__$7003 - 0x000000003f40d4a4 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d4ba 0x2 - .rodata.__func__$7007 - 0x000000003f40d4bc 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d4d2 0x2 - .rodata.__func__$7116 - 0x000000003f40d4d4 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.__func__$7109 - 0x000000003f40d4e0 0xd esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d4ed 0x3 - .rodata.__func__$7303 - 0x000000003f40d4f0 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d501 0x3 - .rodata.__func__$7313 - 0x000000003f40d504 0x15 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d519 0x3 - .rodata.__func__$7291 - 0x000000003f40d51c 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d52d 0x3 - .rodata.__func__$7285 - 0x000000003f40d530 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.__func__$7297 - 0x000000003f40d53c 0x12 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000003f40d54e 0x2 - .rodata.__func__$7408 - 0x000000003f40d550 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d5c8 0x21 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d5e9 0x3 + .rodata.__func__$7227 + 0x000000003f40d5ec 0x15 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d601 0x3 + .rodata.__func__$7433 + 0x000000003f40d604 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d615 0x3 + .rodata.__func__$7457 + 0x000000003f40d618 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d622 0x2 + .rodata.__func__$7081 + 0x000000003f40d624 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d63a 0x2 + .rodata.__func__$7085 + 0x000000003f40d63c 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d652 0x2 + .rodata.__func__$7194 + 0x000000003f40d654 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__$7187 + 0x000000003f40d660 0xd esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d66d 0x3 + .rodata.__func__$7381 + 0x000000003f40d670 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d681 0x3 + .rodata.__func__$7391 + 0x000000003f40d684 0x15 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d699 0x3 + .rodata.__func__$7369 + 0x000000003f40d69c 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d6ad 0x3 + .rodata.__func__$7363 + 0x000000003f40d6b0 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__$7375 + 0x000000003f40d6bc 0x12 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40d6ce 0x2 + .rodata.__func__$7486 + 0x000000003f40d6d0 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) .rodata.dhcp_discover_request_options - 0x000000003f40d560 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003f40d6e0 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) .rodata.free_etharp_q.str1.4 - 0x000000003f40d564 0x61 esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x000000003f40d5c5 0x3 + 0x000000003f40d6e4 0x61 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40d745 0x3 .rodata.etharp_find_entry.str1.4 - 0x000000003f40d5c8 0x55 esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x000000003f40d61d 0x3 + 0x000000003f40d748 0x55 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40d79d 0x3 .rodata.etharp_update_arp_entry.str1.4 - 0x000000003f40d620 0x24 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x000000003f40d7a0 0x24 esp-idf/lwip/liblwip.a(etharp.c.obj) .rodata.etharp_raw.str1.4 - 0x000000003f40d644 0x75 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x000000003f40d7c4 0x75 esp-idf/lwip/liblwip.a(etharp.c.obj) 0x85 (size before relaxing) - *fill* 0x000000003f40d6b9 0x3 + *fill* 0x000000003f40d839 0x3 .rodata.etharp_get_entry.str1.4 - 0x000000003f40d6bc 0x20 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x000000003f40d83c 0x20 esp-idf/lwip/liblwip.a(etharp.c.obj) .rodata.etharp_output_to_arp_index.str1.4 - 0x000000003f40d6dc 0x30 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x000000003f40d85c 0x30 esp-idf/lwip/liblwip.a(etharp.c.obj) .rodata.etharp_query.str1.4 - 0x000000003f40d70c 0x52 esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x000000003f40d75e 0x2 - .rodata.__func__$7049 - 0x000000003f40d760 0xd esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x000000003f40d76d 0x3 - .rodata.__func__$7022 - 0x000000003f40d770 0x1b esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x000000003f40d78b 0x1 - .rodata.__func__$7031 - 0x000000003f40d78c 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x000000003f40d79a 0x2 - .rodata.__func__$7078 - 0x000000003f40d79c 0xb esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x000000003f40d7a7 0x1 - .rodata.__func__$6967 - 0x000000003f40d7a8 0x18 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.__func__$6949 - 0x000000003f40d7c0 0x12 esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x000000003f40d7d2 0x2 - .rodata.__func__$6916 - 0x000000003f40d7d4 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x000000003f40d7e2 0x2 + 0x000000003f40d88c 0x52 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40d8de 0x2 + .rodata.__func__$7127 + 0x000000003f40d8e0 0xd esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40d8ed 0x3 + .rodata.__func__$7100 + 0x000000003f40d8f0 0x1b esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40d90b 0x1 + .rodata.__func__$7109 + 0x000000003f40d90c 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40d91a 0x2 + .rodata.__func__$7156 + 0x000000003f40d91c 0xb esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40d927 0x1 + .rodata.__func__$7045 + 0x000000003f40d928 0x18 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__$7027 + 0x000000003f40d940 0x12 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40d952 0x2 + .rodata.__func__$6994 + 0x000000003f40d954 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40d962 0x2 .rodata.icmp_send_response.str1.4 - 0x000000003f40d7e4 0x70 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x000000003f40d964 0x70 esp-idf/lwip/liblwip.a(icmp.c.obj) .rodata.icmp_input.str1.4 - 0x000000003f40d854 0x6a esp-idf/lwip/liblwip.a(icmp.c.obj) - *fill* 0x000000003f40d8be 0x2 - .rodata.__func__$6832 - 0x000000003f40d8c0 0x13 esp-idf/lwip/liblwip.a(icmp.c.obj) - *fill* 0x000000003f40d8d3 0x1 - .rodata.__func__$6809 - 0x000000003f40d8d4 0xb esp-idf/lwip/liblwip.a(icmp.c.obj) - *fill* 0x000000003f40d8df 0x1 + 0x000000003f40d9d4 0x6a esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f40da3e 0x2 + .rodata.__func__$6910 + 0x000000003f40da40 0x13 esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f40da53 0x1 + .rodata.__func__$6887 + 0x000000003f40da54 0xb esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f40da5f 0x1 .rodata.igmp_send.str1.4 - 0x000000003f40d8e0 0x80 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x000000003f40da60 0x80 esp-idf/lwip/liblwip.a(igmp.c.obj) .rodata.igmp_lookup_group.str1.4 - 0x000000003f40d960 0x75 esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x000000003f40d9d5 0x3 + 0x000000003f40dae0 0x75 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f40db55 0x3 .rodata.igmp_joingroup_netif.str1.4 - 0x000000003f40d9d8 0xb0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x000000003f40db58 0xb0 esp-idf/lwip/liblwip.a(igmp.c.obj) .rodata.igmp_joingroup.str1.4 - 0x000000003f40da88 0x6b esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x000000003f40daf3 0x1 + 0x000000003f40dc08 0x6b esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f40dc73 0x1 .rodata.igmp_leavegroup_netif.str1.4 - 0x000000003f40daf4 0xb6 esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x000000003f40dbaa 0x2 + 0x000000003f40dc74 0xb6 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f40dd2a 0x2 .rodata.igmp_leavegroup.str1.4 - 0x000000003f40dbac 0x6d esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x000000003f40dc19 0x3 - .rodata.__func__$7019 - 0x000000003f40dc1c 0xa esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x000000003f40dc26 0x2 - .rodata.__func__$6883 - 0x000000003f40dc28 0x12 esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x000000003f40dc3a 0x2 + 0x000000003f40dd2c 0x6d esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f40dd99 0x3 + .rodata.__func__$7097 + 0x000000003f40dd9c 0xa esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f40dda6 0x2 + .rodata.__func__$6961 + 0x000000003f40dda8 0x12 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f40ddba 0x2 .rodata.ip4_output_if_opt_src.str1.4 - 0x000000003f40dc3c 0x7d esp-idf/lwip/liblwip.a(ip4.c.obj) - *fill* 0x000000003f40dcb9 0x3 - .rodata.__func__$7415 - 0x000000003f40dcbc 0x16 esp-idf/lwip/liblwip.a(ip4.c.obj) - *fill* 0x000000003f40dcd2 0x2 + 0x000000003f40ddbc 0x7d esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x000000003f40de39 0x3 + .rodata.__func__$7493 + 0x000000003f40de3c 0x16 esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x000000003f40de52 0x2 .rodata.ip4addr_aton.str1.4 - 0x000000003f40dcd4 0x54 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x000000003f40de54 0x54 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) .rodata.ip4addr_aton - 0x000000003f40dd28 0x14 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .rodata.__func__$6300 - 0x000000003f40dd3c 0xd esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - *fill* 0x000000003f40dd49 0x3 + 0x000000003f40dea8 0x14 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .rodata.__func__$6378 + 0x000000003f40debc 0xd esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + *fill* 0x000000003f40dec9 0x3 .rodata.ip_addr_broadcast - 0x000000003f40dd4c 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - 0x000000003f40dd4c ip_addr_broadcast + 0x000000003f40decc 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x000000003f40decc ip_addr_broadcast .rodata.ip_addr_any - 0x000000003f40dd64 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - 0x000000003f40dd64 ip_addr_any + 0x000000003f40dee4 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x000000003f40dee4 ip_addr_any .rodata.ip4_frag.str1.4 - 0x000000003f40dd7c 0x84 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .rodata.__func__$6799 - 0x000000003f40de00 0x9 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - *fill* 0x000000003f40de09 0x3 + 0x000000003f40defc 0x84 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .rodata.__func__$6877 + 0x000000003f40df80 0x9 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + *fill* 0x000000003f40df89 0x3 .rodata.icmp6_send_response_with_addrs_and_netif.str1.4 - 0x000000003f40de0c 0x75 esp-idf/lwip/liblwip.a(icmp6.c.obj) - *fill* 0x000000003f40de81 0x3 + 0x000000003f40df8c 0x75 esp-idf/lwip/liblwip.a(icmp6.c.obj) + *fill* 0x000000003f40e001 0x3 .rodata.icmp6_send_response.str1.4 - 0x000000003f40de84 0x24 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x000000003f40e004 0x24 esp-idf/lwip/liblwip.a(icmp6.c.obj) .rodata.icmp6_send_response_with_addrs.str1.4 - 0x000000003f40dea8 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) - *fill* 0x000000003f40ded1 0x3 - .rodata.__func__$6900 - 0x000000003f40ded4 0x1f esp-idf/lwip/liblwip.a(icmp6.c.obj) - *fill* 0x000000003f40def3 0x1 - .rodata.__func__$6913 - 0x000000003f40def4 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) - *fill* 0x000000003f40df1d 0x3 - .rodata.__func__$6888 - 0x000000003f40df20 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x000000003f40e028 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) + *fill* 0x000000003f40e051 0x3 + .rodata.__func__$6978 + 0x000000003f40e054 0x1f esp-idf/lwip/liblwip.a(icmp6.c.obj) + *fill* 0x000000003f40e073 0x1 + .rodata.__func__$6991 + 0x000000003f40e074 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) + *fill* 0x000000003f40e09d 0x3 + .rodata.__func__$6966 + 0x000000003f40e0a0 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) .rodata.ip6_output_if_src.str1.4 - 0x000000003f40df34 0x72 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x000000003f40e0b4 0x72 esp-idf/lwip/liblwip.a(ip6.c.obj) 0x7e (size before relaxing) - *fill* 0x000000003f40dfa6 0x2 - .rodata.__func__$7235 - 0x000000003f40dfa8 0x12 esp-idf/lwip/liblwip.a(ip6.c.obj) - *fill* 0x000000003f40dfba 0x2 + *fill* 0x000000003f40e126 0x2 + .rodata.__func__$7313 + 0x000000003f40e128 0x12 esp-idf/lwip/liblwip.a(ip6.c.obj) + *fill* 0x000000003f40e13a 0x2 .rodata.ip6_addr_any - 0x000000003f40dfbc 0x18 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - 0x000000003f40dfbc ip6_addr_any + 0x000000003f40e13c 0x18 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x000000003f40e13c ip6_addr_any .rodata.ip6_reass_free_complete_datagram.str1.4 - 0x000000003f40dfd4 0xbb esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - *fill* 0x000000003f40e08f 0x1 + 0x000000003f40e154 0xbb esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + *fill* 0x000000003f40e20f 0x1 .rodata.ip6_reass.str1.4 - 0x000000003f40e090 0x11f esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - *fill* 0x000000003f40e1af 0x1 + 0x000000003f40e210 0x11f esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + *fill* 0x000000003f40e32f 0x1 .rodata.ip6_frag.str1.4 - 0x000000003f40e1b0 0x17 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x000000003f40e330 0x17 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) 0x38 (size before relaxing) - *fill* 0x000000003f40e1c7 0x1 - .rodata.__func__$6872 - 0x000000003f40e1c8 0x9 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - *fill* 0x000000003f40e1d1 0x3 - .rodata.__func__$6830 - 0x000000003f40e1d4 0xa esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - *fill* 0x000000003f40e1de 0x2 - .rodata.__func__$6791 - 0x000000003f40e1e0 0x21 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - *fill* 0x000000003f40e201 0x3 - .rodata.mld6_joingroup.str1.4 - 0x000000003f40e204 0x36 esp-idf/lwip/liblwip.a(mld6.c.obj) - *fill* 0x000000003f40e23a 0x2 + *fill* 0x000000003f40e347 0x1 + .rodata.__func__$6950 + 0x000000003f40e348 0x9 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + *fill* 0x000000003f40e351 0x3 + .rodata.__func__$6908 + 0x000000003f40e354 0xa esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + *fill* 0x000000003f40e35e 0x2 + .rodata.__func__$6869 + 0x000000003f40e360 0x21 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + *fill* 0x000000003f40e381 0x3 + .rodata.mld6_joingroup_netif.str1.4 + 0x000000003f40e384 0x36 esp-idf/lwip/liblwip.a(mld6.c.obj) + *fill* 0x000000003f40e3ba 0x2 .rodata.nd6_process_autoconfig_prefix.str1.4 - 0x000000003f40e23c 0x57 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x000000003f40e293 0x1 + 0x000000003f40e3bc 0x57 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40e413 0x1 .rodata.nd6_free_q.str1.4 - 0x000000003f40e294 0xd esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003f40e414 0xd esp-idf/lwip/liblwip.a(nd6.c.obj) 0x29 (size before relaxing) - *fill* 0x000000003f40e2a1 0x3 + *fill* 0x000000003f40e421 0x3 .rodata.nd6_send_na.str1.4 - 0x000000003f40e2a4 0x1b esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003f40e424 0x1b esp-idf/lwip/liblwip.a(nd6.c.obj) .rodata.nd6_get_next_hop_entry.str1.4 - 0x000000003f40e2bf 0xe esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x000000003f40e2bf 0x1 + 0x000000003f40e43f 0xe esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40e43f 0x1 .rodata.nd6_tmr - 0x000000003f40e2c0 0x18 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003f40e440 0x18 esp-idf/lwip/liblwip.a(nd6.c.obj) .rodata.nd6_find_route.str1.4 - 0x000000003f40e2d8 0x2b esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x000000003f40e303 0x1 - .rodata.__func__$7332 - 0x000000003f40e304 0x17 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x000000003f40e31b 0x1 - .rodata.__func__$7291 - 0x000000003f40e31c 0xf esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x000000003f40e32b 0x1 - .rodata.__func__$7358 - 0x000000003f40e32c 0xb esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x000000003f40e337 0x1 - .rodata.__func__$7042 - 0x000000003f40e338 0x1e esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x000000003f40e356 0x2 - .rodata.__func__$7171 - 0x000000003f40e358 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) - .rodata.__func__$7184 - 0x000000003f40e364 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003f40e458 0x2b esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40e483 0x1 + .rodata.__func__$7410 + 0x000000003f40e484 0x17 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40e49b 0x1 + .rodata.__func__$7369 + 0x000000003f40e49c 0xf esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40e4ab 0x1 + .rodata.__func__$7436 + 0x000000003f40e4ac 0xb esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40e4b7 0x1 + .rodata.__func__$7120 + 0x000000003f40e4b8 0x1e esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40e4d6 0x2 + .rodata.__func__$7249 + 0x000000003f40e4d8 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.__func__$7262 + 0x000000003f40e4e4 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) .rodata.ethernet_output.str1.4 - 0x000000003f40e370 0x78 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .rodata.__func__$6754 - 0x000000003f40e3e8 0x10 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x000000003f40e4f0 0x78 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .rodata.__func__$6832 + 0x000000003f40e568 0x10 esp-idf/lwip/liblwip.a(ethernet.c.obj) .rodata.ethzero - 0x000000003f40e3f8 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) - 0x000000003f40e3f8 ethzero - *fill* 0x000000003f40e3fe 0x2 + 0x000000003f40e578 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x000000003f40e578 ethzero + *fill* 0x000000003f40e57e 0x2 .rodata.ethbroadcast - 0x000000003f40e400 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) - 0x000000003f40e400 ethbroadcast - *fill* 0x000000003f40e406 0x2 + 0x000000003f40e580 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x000000003f40e580 ethbroadcast + *fill* 0x000000003f40e586 0x2 .rodata.sys_mutex_lock.str1.4 - 0x000000003f40e408 0x65 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e46d 0x3 + 0x000000003f40e588 0x65 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e5ed 0x3 .rodata.sys_mutex_unlock.str1.4 - 0x000000003f40e470 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e489 0x3 + 0x000000003f40e5f0 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e609 0x3 .rodata.sys_sem_new.str1.4 - 0x000000003f40e48c 0x49 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e4d5 0x3 + 0x000000003f40e60c 0x49 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e655 0x3 .rodata.sys_sem_signal.str1.4 - 0x000000003f40e4d8 0x22 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e4fa 0x2 + 0x000000003f40e658 0x22 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e67a 0x2 .rodata.sys_arch_sem_wait.str1.4 - 0x000000003f40e4fc 0x18 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x000000003f40e67c 0x18 esp-idf/lwip/liblwip.a(sys_arch.c.obj) .rodata.sys_mbox_post.str1.4 - 0x000000003f40e514 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e525 0x3 + 0x000000003f40e694 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e6a5 0x3 .rodata.sys_arch_mbox_fetch.str1.4 - 0x000000003f40e528 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e53a 0x2 + 0x000000003f40e6a8 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e6ba 0x2 .rodata.sys_mbox_free.str1.4 - 0x000000003f40e53c 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e552 0x2 + 0x000000003f40e6bc 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e6d2 0x2 .rodata.sys_init.str1.4 - 0x000000003f40e554 0x50 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x000000003f40e6d4 0x50 esp-idf/lwip/liblwip.a(sys_arch.c.obj) .rodata.sys_thread_sem_init.str1.4 - 0x000000003f40e5a4 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e5da 0x2 - .rodata.__func__$6278 - 0x000000003f40e5dc 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e5ea 0x2 - .rodata.__func__$6268 - 0x000000003f40e5ec 0x17 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e603 0x1 - .rodata.__func__$6260 - 0x000000003f40e604 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.__func__$6239 - 0x000000003f40e618 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e626 0x2 - .rodata.__func__$6222 - 0x000000003f40e628 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e63a 0x2 - .rodata.__func__$6212 - 0x000000003f40e63c 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e64b 0x1 - .rodata.__func__$6205 - 0x000000003f40e64c 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.__func__$6196 - 0x000000003f40e658 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e669 0x3 - .rodata.__func__$6191 - 0x000000003f40e66c 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x000000003f40e67b 0x1 + 0x000000003f40e724 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e75a 0x2 + .rodata.__func__$6361 + 0x000000003f40e75c 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e76a 0x2 + .rodata.__func__$6351 + 0x000000003f40e76c 0x17 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e783 0x1 + .rodata.__func__$6343 + 0x000000003f40e784 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__$6322 + 0x000000003f40e798 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e7a6 0x2 + .rodata.__func__$6305 + 0x000000003f40e7a8 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e7ba 0x2 + .rodata.__func__$6295 + 0x000000003f40e7bc 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e7cb 0x1 + .rodata.__func__$6288 + 0x000000003f40e7cc 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__$6279 + 0x000000003f40e7d8 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e7e9 0x3 + .rodata.__func__$6274 + 0x000000003f40e7ec 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40e7fb 0x1 .rodata.esp_vfs_lwip_sockets_register.str1.4 - 0x000000003f40e67c 0x84 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .rodata.__func__$7376 - 0x000000003f40e700 0x1e esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - *fill* 0x000000003f40e71e 0x2 + 0x000000003f40e7fc 0x84 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .rodata.__func__$7454 + 0x000000003f40e880 0x1e esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + *fill* 0x000000003f40e89e 0x2 .rodata.free_socket_locked.str1.4 - 0x000000003f40e720 0x55 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40e775 0x3 + 0x000000003f40e8a0 0x55 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e8f5 0x3 .rodata.lwip_sockopt_to_ipopt.str1.4 - 0x000000003f40e778 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40e78e 0x2 + 0x000000003f40e8f8 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e90e 0x2 .rodata.lwip_unlink_select_cb.str1.4 - 0x000000003f40e790 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x000000003f40e910 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) .rodata.lwip_sock_make_addr.str1.4 - 0x000000003f40e7c0 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x000000003f40e940 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) .rodata.sock_inc_used.str1.4 - 0x000000003f40e7f4 0x23 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40e817 0x1 + 0x000000003f40e974 0x23 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e997 0x1 .rodata.alloc_socket.str1.4 - 0x000000003f40e818 0x1f esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40e837 0x1 + 0x000000003f40e998 0x1f esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e9b7 0x1 .rodata.lwip_selscan.str1.4 - 0x000000003f40e838 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x000000003f40e9b8 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) .rodata.lwip_select_dec_sockets_used.str1.4 - 0x000000003f40e844 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40e865 0x3 + 0x000000003f40e9c4 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e9e5 0x3 .rodata.lwip_pollscan.str1.4 - 0x000000003f40e868 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40e881 0x3 + 0x000000003f40e9e8 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ea01 0x3 .rodata.lwip_recv_tcp.str1.4 - 0x000000003f40e884 0x6c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x000000003f40ea04 0x6c esp-idf/lwip/liblwip.a(sockets.c.obj) 0x78 (size before relaxing) .rodata.lwip_recvfrom_udp_raw.str1.4 - 0x000000003f40e8f0 0x38 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x000000003f40ea70 0x38 esp-idf/lwip/liblwip.a(sockets.c.obj) .rodata.event_callback.str1.4 - 0x000000003f40e928 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40e936 0x2 + 0x000000003f40eaa8 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40eab6 0x2 .rodata.event_callback - 0x000000003f40e938 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x000000003f40eab8 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) .rodata.lwip_getsockopt_callback.str1.4 - 0x000000003f40e94c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x000000003f40eacc 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) .rodata.lwip_setsockopt_impl.str1.4 - 0x000000003f40e958 0x40 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x000000003f40ead8 0x40 esp-idf/lwip/liblwip.a(sockets.c.obj) .rodata.lwip_setsockopt_impl - 0x000000003f40e998 0x38 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x000000003f40eb18 0x38 esp-idf/lwip/liblwip.a(sockets.c.obj) .rodata.lwip_accept.str1.4 - 0x000000003f40e9d0 0x25 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40e9f5 0x3 + 0x000000003f40eb50 0x25 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40eb75 0x3 .rodata.lwip_bind.str1.4 - 0x000000003f40e9f8 0x1b esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40ea13 0x1 + 0x000000003f40eb78 0x1b esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40eb93 0x1 .rodata.lwip_close.str1.4 - 0x000000003f40ea14 0x17 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40ea2b 0x1 + 0x000000003f40eb94 0x17 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ebab 0x1 .rodata.lwip_recvfrom.str1.4 - 0x000000003f40ea2c 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40ea3a 0x2 + 0x000000003f40ebac 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ebba 0x2 .rodata.lwip_sendto.str1.4 - 0x000000003f40ea3c 0x1d esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40ea59 0x3 - .rodata.__func__$8799 - 0x000000003f40ea5c 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40ea71 0x3 - .rodata.__func__$8770 - 0x000000003f40ea74 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40ea8d 0x3 - .rodata.__func__$8669 - 0x000000003f40ea90 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40eaa6 0x2 - .rodata.__func__$8460 - 0x000000003f40eaa8 0x1d esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40eac5 0x3 - .rodata.__func__$8430 - 0x000000003f40eac8 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40ead5 0x3 - .rodata.__func__$8387 - 0x000000003f40ead8 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40eaee 0x2 - .rodata.__func__$7998 - 0x000000003f40eaf0 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40eb05 0x3 - .rodata.__func__$8492 - 0x000000003f40eb08 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__$8583 - 0x000000003f40eb14 0xf esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40eb23 0x1 - .rodata.__func__$8218 - 0x000000003f40eb24 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40eb3a 0x2 - .rodata.__func__$8187 - 0x000000003f40eb3c 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__$8163 - 0x000000003f40eb50 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40eb5e 0x2 - .rodata.__func__$8121 - 0x000000003f40eb60 0xb esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40eb6b 0x1 - .rodata.__func__$8006 - 0x000000003f40eb6c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__$8049 - 0x000000003f40eb78 0x13 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40eb8b 0x1 - .rodata.__func__$8039 - 0x000000003f40eb8c 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40eb99 0x3 - .rodata.__func__$7994 - 0x000000003f40eb9c 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000003f40ebaa 0x2 - .rodata.__func__$8081 - 0x000000003f40ebac 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x000000003f40ebbc 0x1d esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ebd9 0x3 + .rodata.__func__$8877 + 0x000000003f40ebdc 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ebf1 0x3 + .rodata.__func__$8848 + 0x000000003f40ebf4 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ec0d 0x3 + .rodata.__func__$8747 + 0x000000003f40ec10 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ec26 0x2 + .rodata.__func__$8538 + 0x000000003f40ec28 0x1d esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ec45 0x3 + .rodata.__func__$8508 + 0x000000003f40ec48 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ec55 0x3 + .rodata.__func__$8465 + 0x000000003f40ec58 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ec6e 0x2 + .rodata.__func__$8076 + 0x000000003f40ec70 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ec85 0x3 + .rodata.__func__$8570 + 0x000000003f40ec88 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$8661 + 0x000000003f40ec94 0xf esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40eca3 0x1 + .rodata.__func__$8296 + 0x000000003f40eca4 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ecba 0x2 + .rodata.__func__$8265 + 0x000000003f40ecbc 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$8241 + 0x000000003f40ecd0 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ecde 0x2 + .rodata.__func__$8199 + 0x000000003f40ece0 0xb esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40eceb 0x1 + .rodata.__func__$8084 + 0x000000003f40ecec 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$8127 + 0x000000003f40ecf8 0x13 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ed0b 0x1 + .rodata.__func__$8117 + 0x000000003f40ed0c 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ed19 0x3 + .rodata.__func__$8072 + 0x000000003f40ed1c 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40ed2a 0x2 + .rodata.__func__$8159 + 0x000000003f40ed2c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) .rodata.netconn_tcp_recvd_msg.str1.4 - 0x000000003f40ebb8 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x000000003f40ed38 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) .rodata.netconn_close_shutdown.str1.4 - 0x000000003f40ebdc 0x1c esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x000000003f40ed5c 0x1c esp-idf/lwip/liblwip.a(api_lib.c.obj) .rodata.netconn_new_with_proto_and_callback.str1.4 - 0x000000003f40ebf8 0xa1 esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40ec99 0x3 + 0x000000003f40ed78 0xa1 esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40ee19 0x3 .rodata.netconn_getaddr.str1.4 - 0x000000003f40ec9c 0x5e esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40ecfa 0x2 + 0x000000003f40ee1c 0x5e esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40ee7a 0x2 .rodata.netconn_bind.str1.4 - 0x000000003f40ecfc 0x1b esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40ed17 0x1 + 0x000000003f40ee7c 0x1b esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40ee97 0x1 .rodata.netconn_listen_with_backlog.str1.4 - 0x000000003f40ed18 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40ed35 0x3 + 0x000000003f40ee98 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40eeb5 0x3 .rodata.netconn_send.str1.4 - 0x000000003f40ed38 0x1b esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40ed53 0x1 + 0x000000003f40eeb8 0x1b esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40eed3 0x1 .rodata.netconn_write_vectors_partly.str1.4 - 0x000000003f40ed54 0x63 esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40edb7 0x1 + 0x000000003f40eed4 0x63 esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40ef37 0x1 .rodata.netconn_accept.str1.4 - 0x000000003f40edb8 0x3d esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40edf5 0x3 + 0x000000003f40ef38 0x3d esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40ef75 0x3 .rodata.netconn_recv_data.str1.4 - 0x000000003f40edf8 0x3b esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x000000003f40ef78 0x3b esp-idf/lwip/liblwip.a(api_lib.c.obj) 0x48 (size before relaxing) - *fill* 0x000000003f40ee33 0x1 + *fill* 0x000000003f40efb3 0x1 .rodata.netconn_recv_udp_raw_netbuf.str1.4 - 0x000000003f40ee34 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40ee5e 0x2 + 0x000000003f40efb4 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40efde 0x2 .rodata.netconn_join_leave_group.str1.4 - 0x000000003f40ee60 0x27 esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40ee87 0x1 - .rodata.__func__$7827 - 0x000000003f40ee88 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40eea5 0x3 - .rodata.__func__$7741 - 0x000000003f40eea8 0x12 esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x000000003f40eeba 0x2 - .rodata.__func__$7674 - 0x000000003f40eebc 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x000000003f40efe0 0x27 esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40f007 0x1 + .rodata.__func__$7905 + 0x000000003f40f008 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40f025 0x3 + .rodata.__func__$7819 + 0x000000003f40f028 0x12 esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40f03a 0x2 + .rodata.__func__$7752 + 0x000000003f40f03c 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) .rodata.lwip_netconn_err_to_msg.str1.4 - 0x000000003f40eee0 0x51 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40ef31 0x3 + 0x000000003f40f060 0x51 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f0b1 0x3 .rodata.recv_udp.str1.4 - 0x000000003f40ef34 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40ef96 0x2 + 0x000000003f40f0b4 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f116 0x2 .rodata.pcb_new.str1.4 - 0x000000003f40ef98 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40efb7 0x1 + 0x000000003f40f118 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f137 0x1 .rodata.err_tcp.str1.4 - 0x000000003f40efb8 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f01a 0x2 + 0x000000003f40f138 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f19a 0x2 .rodata.lwip_netconn_do_writemore.str1.4 - 0x000000003f40f01c 0xcb esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f0e7 0x1 + 0x000000003f40f19c 0xcb esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f267 0x1 .rodata.lwip_netconn_do_close_internal.str1.4 - 0x000000003f40f0e8 0x7b esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40f268 0x7b esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x8b (size before relaxing) - *fill* 0x000000003f40f163 0x1 + *fill* 0x000000003f40f2e3 0x1 .rodata.recv_tcp.str1.4 - 0x000000003f40f164 0x7a esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f1de 0x2 + 0x000000003f40f2e4 0x7a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f35e 0x2 .rodata.lwip_netconn_is_err_msg.str1.4 - 0x000000003f40f1e0 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40f360 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) .rodata.netconn_alloc.str1.4 - 0x000000003f40f1ec 0x26 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f212 0x2 + 0x000000003f40f36c 0x26 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f392 0x2 .rodata.netconn_free.str1.4 - 0x000000003f40f214 0xa8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40f394 0xa8 esp-idf/lwip/liblwip.a(api_msg.c.obj) .rodata.netconn_drain.str1.4 - 0x000000003f40f2bc 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f2d2 0x2 - .rodata.accept_function.str1.4 - 0x000000003f40f2d4 0x27 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f2fb 0x1 - .rodata.lwip_netconn_do_delconn.str1.4 - 0x000000003f40f2fc 0x4f esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_do_listen.str1.4 - 0x000000003f40f34b 0x2d esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f34b 0x1 - .rodata.lwip_netconn_do_write.str1.4 - 0x000000003f40f34c 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_do_getaddr.str1.4 - 0x000000003f40f360 0x15 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f375 0x3 - .rodata.lwip_netconn_do_close.str1.4 - 0x000000003f40f378 0x24 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__$7893 - 0x000000003f40f39c 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f3b2 0x2 - .rodata.__func__$7886 - 0x000000003f40f3b4 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__$7876 - 0x000000003f40f3cc 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f3e2 0x2 - .rodata.__func__$7693 - 0x000000003f40f3e4 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__$7829 - 0x000000003f40f3f4 0x17 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f40b 0x1 - .rodata.__func__$7770 - 0x000000003f40f40c 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__$7732 - 0x000000003f40f424 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f432 0x2 - .rodata.__func__$7727 - 0x000000003f40f434 0xd esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f441 0x3 - .rodata.__func__$7722 - 0x000000003f40f444 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40f43c 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) *fill* 0x000000003f40f452 0x2 - .rodata.__func__$7656 - 0x000000003f40f454 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f45d 0x3 - .rodata.__func__$7669 - 0x000000003f40f460 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f469 0x3 - .rodata.__func__$7762 - 0x000000003f40f46c 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f48b 0x1 - .rodata.__func__$7864 - 0x000000003f40f48c 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f4a6 0x2 - .rodata.__func__$7662 - 0x000000003f40f4a8 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f4b1 0x3 - .rodata.__func__$7619 - 0x000000003f40f4b4 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__$7678 - 0x000000003f40f4cc 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__$7645 - 0x000000003f40f4d4 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x000000003f40f4dd 0x3 - .rodata.__func__$7700 - 0x000000003f40f4e0 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__$7624 - 0x000000003f40f4e8 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.accept_function.str1.4 + 0x000000003f40f454 0x27 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f47b 0x1 + .rodata.lwip_netconn_do_delconn.str1.4 + 0x000000003f40f47c 0x4f esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_listen.str1.4 + 0x000000003f40f4cb 0x2d esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f4cb 0x1 + .rodata.lwip_netconn_do_write.str1.4 + 0x000000003f40f4cc 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_getaddr.str1.4 + 0x000000003f40f4e0 0x15 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f4f5 0x3 + .rodata.lwip_netconn_do_close.str1.4 + 0x000000003f40f4f8 0x24 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$7971 + 0x000000003f40f51c 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f532 0x2 + .rodata.__func__$7964 + 0x000000003f40f534 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$7954 + 0x000000003f40f54c 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f562 0x2 + .rodata.__func__$7771 + 0x000000003f40f564 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$7907 + 0x000000003f40f574 0x17 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f58b 0x1 + .rodata.__func__$7848 + 0x000000003f40f58c 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$7810 + 0x000000003f40f5a4 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f5b2 0x2 + .rodata.__func__$7805 + 0x000000003f40f5b4 0xd esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f5c1 0x3 + .rodata.__func__$7800 + 0x000000003f40f5c4 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f5d2 0x2 + .rodata.__func__$7734 + 0x000000003f40f5d4 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f5dd 0x3 + .rodata.__func__$7747 + 0x000000003f40f5e0 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f5e9 0x3 + .rodata.__func__$7840 + 0x000000003f40f5ec 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f60b 0x1 + .rodata.__func__$7942 + 0x000000003f40f60c 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f626 0x2 + .rodata.__func__$7740 + 0x000000003f40f628 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f631 0x3 + .rodata.__func__$7697 + 0x000000003f40f634 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$7756 + 0x000000003f40f64c 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$7723 + 0x000000003f40f654 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40f65d 0x3 + .rodata.__func__$7778 + 0x000000003f40f660 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$7702 + 0x000000003f40f668 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) .rodata.netconn_closed - 0x000000003f40f500 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x000000003f40f500 netconn_closed + 0x000000003f40f680 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40f680 netconn_closed .rodata.netconn_reset - 0x000000003f40f501 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x000000003f40f501 netconn_reset + 0x000000003f40f681 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40f681 netconn_reset .rodata.netconn_aborted - 0x000000003f40f502 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x000000003f40f502 netconn_aborted + 0x000000003f40f682 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40f682 netconn_aborted .rodata.netconn_deleted - 0x000000003f40f503 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x000000003f40f503 netconn_deleted + 0x000000003f40f683 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40f683 netconn_deleted .rodata.err_to_errno_table - 0x000000003f40f504 0x44 esp-idf/lwip/liblwip.a(err.c.obj) + 0x000000003f40f684 0x44 esp-idf/lwip/liblwip.a(err.c.obj) .rodata.netbuf_alloc.str1.4 - 0x000000003f40f548 0x80 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x000000003f40f6c8 0x80 esp-idf/lwip/liblwip.a(netbuf.c.obj) .rodata.netbuf_free.str1.4 - 0x000000003f40f5c8 0x19 esp-idf/lwip/liblwip.a(netbuf.c.obj) - *fill* 0x000000003f40f5e1 0x3 - .rodata.__func__$6337 - 0x000000003f40f5e4 0xd esp-idf/lwip/liblwip.a(netbuf.c.obj) - *fill* 0x000000003f40f5f1 0x3 + 0x000000003f40f748 0x19 esp-idf/lwip/liblwip.a(netbuf.c.obj) + *fill* 0x000000003f40f761 0x3 + .rodata.__func__$6415 + 0x000000003f40f764 0xd esp-idf/lwip/liblwip.a(netbuf.c.obj) + *fill* 0x000000003f40f771 0x3 .rodata.str1.4 - 0x000000003f40f5f4 0x131 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x000000003f40f725 0x3 - .rodata.__func__$4777 - 0x000000003f40f728 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x000000003f40f73a 0x2 - .rodata.__func__$4767 - 0x000000003f40f73c 0xf esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x000000003f40f74b 0x1 - .rodata.__func__$4688 - 0x000000003f40f74c 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x000000003f40f774 0x131 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f40f8a5 0x3 + .rodata.__func__$4859 + 0x000000003f40f8a8 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f40f8ba 0x2 + .rodata.__func__$4849 + 0x000000003f40f8bc 0xf esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f40f8cb 0x1 + .rodata.__func__$4771 + 0x000000003f40f8cc 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) .rodata.register_heap.str1.4 - 0x000000003f40f764 0x57 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - *fill* 0x000000003f40f7bb 0x1 + 0x000000003f40f8e4 0x57 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003f40f93b 0x1 .rodata.heap_caps_init.str1.4 - 0x000000003f40f7bc 0xf4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x000000003f40f93c 0xf4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) 0x13c (size before relaxing) - .rodata.__func__$4049 - 0x000000003f40f8b0 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .rodata.__func__$4730 - 0x000000003f40f8c4 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) - *fill* 0x000000003f40f8d3 0x1 - .rodata.__func__$4699 - 0x000000003f40f8d4 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) - *fill* 0x000000003f40f8e2 0x2 + .rodata.__func__$4126 + 0x000000003f40fa30 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.__func__$4813 + 0x000000003f40fa44 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003f40fa53 0x1 + .rodata.__func__$4782 + 0x000000003f40fa54 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003f40fa62 0x2 .rodata.gpio_od_enable.str1.4 - 0x000000003f40f8e4 0x3e esp-idf/driver/libdriver.a(gpio.c.obj) - *fill* 0x000000003f40f922 0x2 + 0x000000003f40fa64 0x3e esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f40faa2 0x2 .rodata.gpio_wakeup_enable.str1.4 - 0x000000003f40f924 0x5c esp-idf/driver/libdriver.a(gpio.c.obj) - .rodata.__FUNCTION__$6280 - 0x000000003f40f980 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) - *fill* 0x000000003f40f993 0x1 - .rodata.get_clk_en_mask - 0x000000003f40f994 0x8c esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - .rodata.get_rst_en_mask - 0x000000003f40fa20 0x8c esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x000000003f40faa4 0x5c esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6363 + 0x000000003f40fb00 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f40fb13 0x1 + .rodata.periph_module_enable + 0x000000003f40fb14 0x1e8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .rodata.periph_module_disable + 0x000000003f40fcfc 0x1e8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .rodata.periph_module_reset + 0x000000003f40fee4 0x15c esp-idf/driver/libdriver.a(periph_ctrl.c.obj) .rodata.rtc_gpio_init.str1.4 - 0x000000003f40faac 0x17f esp-idf/driver/libdriver.a(rtc_io.c.obj) - *fill* 0x000000003f40fc2b 0x1 - .rodata.__FUNCTION__$6771 - 0x000000003f40fc2c 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) - *fill* 0x000000003f40fc43 0x1 - .rodata.__FUNCTION__$6760 - 0x000000003f40fc44 0x11 esp-idf/driver/libdriver.a(rtc_io.c.obj) - *fill* 0x000000003f40fc55 0x3 + 0x000000003f410040 0x17f esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f4101bf 0x1 + .rodata.__FUNCTION__$6854 + 0x000000003f4101c0 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f4101d7 0x1 + .rodata.__FUNCTION__$6843 + 0x000000003f4101d8 0x11 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f4101e9 0x3 .rodata.uart_pattern_enqueue.str1.4 - 0x000000003f40fc58 0x58 esp-idf/driver/libdriver.a(uart.c.obj) + 0x000000003f4101ec 0x58 esp-idf/driver/libdriver.a(uart.c.obj) .rodata.uart_set_word_length.str1.4 - 0x000000003f40fcb0 0x1f esp-idf/driver/libdriver.a(uart.c.obj) + 0x000000003f410244 0x1f esp-idf/driver/libdriver.a(uart.c.obj) 0x43 (size before relaxing) - *fill* 0x000000003f40fccf 0x1 + *fill* 0x000000003f410263 0x1 .rodata.uart_set_stop_bits.str1.4 - 0x000000003f40fcd0 0xf esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40fcdf 0x1 + 0x000000003f410264 0xf esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f410273 0x1 .rodata.uart_set_hw_flow_ctrl.str1.4 - 0x000000003f40fce0 0x2f esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40fd0f 0x1 + 0x000000003f410274 0x2f esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4102a3 0x1 .rodata.uart_pattern_pop_pos.str1.4 - 0x000000003f40fd10 0x12 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40fd22 0x2 + 0x000000003f4102a4 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4102b6 0x2 .rodata.uart_enable_tx_intr.str1.4 - 0x000000003f40fd24 0x1b esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40fd3f 0x1 + 0x000000003f4102b8 0x1b esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4102d3 0x1 .rodata.uart_param_config.str1.4 - 0x000000003f40fd40 0xb esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40fd4b 0x1 + 0x000000003f4102d4 0xb esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4102df 0x1 .rodata.uart_tx_chars.str1.4 - 0x000000003f40fd4c 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x000000003f4102e0 0xc esp-idf/driver/libdriver.a(uart.c.obj) .rodata.uart_write_bytes_with_break.str1.4 - 0x000000003f40fd58 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + 0x000000003f4102ec 0x30 esp-idf/driver/libdriver.a(uart.c.obj) .rodata.uart_flush_input.str1.4 - 0x000000003f40fd88 0x2d esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40fdb5 0x3 + 0x000000003f41031c 0x2d esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f410349 0x3 .rodata.uart_driver_delete.str1.4 - 0x000000003f40fdb8 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + 0x000000003f41034c 0x24 esp-idf/driver/libdriver.a(uart.c.obj) .rodata.uart_driver_install.str1.4 - 0x000000003f40fddc 0x155 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40ff31 0x3 - .rodata 0x000000003f40ff34 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x000000003f410370 0x155 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4104c5 0x3 + .rodata 0x000000003f4104c8 0x8 esp-idf/driver/libdriver.a(uart.c.obj) .rodata.uart_set_wakeup_threshold.str1.4 - 0x000000003f40ff3c 0x1f esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40ff5b 0x1 - .rodata.__FUNCTION__$7238 - 0x000000003f40ff5c 0x1a esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40ff76 0x2 - .rodata.__FUNCTION__$7229 - 0x000000003f40ff78 0x1a esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40ff92 0x2 - .rodata.__FUNCTION__$7189 - 0x000000003f40ff94 0x13 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40ffa7 0x1 - .rodata.__FUNCTION__$7183 - 0x000000003f40ffa8 0x14 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7167 - 0x000000003f40ffbc 0x11 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40ffcd 0x3 - .rodata.__FUNCTION__$7161 - 0x000000003f40ffd0 0x1b esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f40ffeb 0x1 - .rodata.__FUNCTION__$7149 - 0x000000003f40ffec 0x10 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$7131 - 0x000000003f40fffc 0x11 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f41000d 0x3 - .rodata.__FUNCTION__$7096 - 0x000000003f410010 0x12 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f410022 0x2 - .rodata.__FUNCTION__$7057 - 0x000000003f410024 0x11 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f410035 0x3 - .rodata.__FUNCTION__$7052 - 0x000000003f410038 0x12 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f41004a 0x2 - .rodata.__FUNCTION__$7006 - 0x000000003f41004c 0x12 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f41005e 0x2 - .rodata.__FUNCTION__$6996 - 0x000000003f410060 0x14 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6953 - 0x000000003f410074 0x19 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f41008d 0x3 - .rodata.__FUNCTION__$6910 - 0x000000003f410090 0x17 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f4100a7 0x1 - .rodata.__FUNCTION__$6905 - 0x000000003f4100a8 0x16 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f4100be 0x2 - .rodata.__FUNCTION__$6871 - 0x000000003f4100c0 0x12 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f4100d2 0x2 - .rodata.__FUNCTION__$6865 - 0x000000003f4100d4 0x12 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f4100e6 0x2 - .rodata.__FUNCTION__$6860 - 0x000000003f4100e8 0x10 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6855 - 0x000000003f4100f8 0x10 esp-idf/driver/libdriver.a(uart.c.obj) - .rodata.__FUNCTION__$6850 - 0x000000003f410108 0x13 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f41011b 0x1 - .rodata.__FUNCTION__$6845 - 0x000000003f41011c 0x13 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f41012f 0x1 - .rodata.__FUNCTION__$6840 - 0x000000003f410130 0x15 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f410145 0x3 - .rodata.__FUNCTION__$6835 - 0x000000003f410148 0x15 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000003f41015d 0x3 - .rodata.esp_fill_random.str1.4 - 0x000000003f410160 0x37 esp-idf/esp32/libesp32.a(hw_random.c.obj) - 0x43 (size before relaxing) - *fill* 0x000000003f410197 0x1 - .rodata.__func__$3138 - 0x000000003f410198 0x10 esp-idf/esp32/libesp32.a(hw_random.c.obj) - .rodata.get_reset_reason - 0x000000003f4101a8 0x44 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .rodata.str1.4 - 0x000000003f4101ec 0x5e esp-idf/esp32/libesp32.a(reset_reason.c.obj) - *fill* 0x000000003f41024a 0x2 - .rodata.__func__$4253 - 0x000000003f41024c 0x1a esp-idf/esp32/libesp32.a(reset_reason.c.obj) - *fill* 0x000000003f410266 0x2 - .rodata.str1.4 - 0x000000003f410268 0x332 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x492 (size before relaxing) - *fill* 0x000000003f41059a 0x2 - .rodata.ext0_wakeup_prepare.str1.4 - 0x000000003f41059c 0x8a esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x000000003f410626 0x2 - .rodata.esp_sleep_disable_wakeup_source.str1.4 - 0x000000003f410628 0x48 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .rodata.esp_sleep_enable_ext0_wakeup.str1.4 - 0x000000003f410670 0x41 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x000000003f4106b1 0x3 - .rodata.esp_sleep_enable_ext1_wakeup.str1.4 - 0x000000003f4106b4 0x2d esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x000000003f4106e1 0x3 - .rodata.__func__$9044 - 0x000000003f4106e4 0xd esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x000000003f4104d0 0x1f esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4104ef 0x1 + .rodata.__FUNCTION__$7322 + 0x000000003f4104f0 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f41050a 0x2 + .rodata.__FUNCTION__$7313 + 0x000000003f41050c 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f410526 0x2 + .rodata.__FUNCTION__$7273 + 0x000000003f410528 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f41053b 0x1 + .rodata.__FUNCTION__$7267 + 0x000000003f41053c 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7251 + 0x000000003f410550 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f410561 0x3 + .rodata.__FUNCTION__$7245 + 0x000000003f410564 0x1b esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f41057f 0x1 + .rodata.__FUNCTION__$7233 + 0x000000003f410580 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7215 + 0x000000003f410590 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4105a1 0x3 + .rodata.__FUNCTION__$7180 + 0x000000003f4105a4 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4105b6 0x2 + .rodata.__FUNCTION__$7141 + 0x000000003f4105b8 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4105c9 0x3 + .rodata.__FUNCTION__$7136 + 0x000000003f4105cc 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4105de 0x2 + .rodata.__FUNCTION__$7090 + 0x000000003f4105e0 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4105f2 0x2 + .rodata.__FUNCTION__$7080 + 0x000000003f4105f4 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7037 + 0x000000003f410608 0x19 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f410621 0x3 + .rodata.__FUNCTION__$6994 + 0x000000003f410624 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f41063b 0x1 + .rodata.__FUNCTION__$6989 + 0x000000003f41063c 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f410652 0x2 + .rodata.__FUNCTION__$6955 + 0x000000003f410654 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f410666 0x2 + .rodata.__FUNCTION__$6949 + 0x000000003f410668 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f41067a 0x2 + .rodata.__FUNCTION__$6944 + 0x000000003f41067c 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$6939 + 0x000000003f41068c 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$6934 + 0x000000003f41069c 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4106af 0x1 + .rodata.__FUNCTION__$6929 + 0x000000003f4106b0 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4106c3 0x1 + .rodata.__FUNCTION__$6924 + 0x000000003f4106c4 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4106d9 0x3 + .rodata.__FUNCTION__$6919 + 0x000000003f4106dc 0x15 esp-idf/driver/libdriver.a(uart.c.obj) *fill* 0x000000003f4106f1 0x3 - .rodata.__func__$9155 - 0x000000003f4106f4 0x14 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .rodata.__func__$9124 - 0x000000003f410708 0x14 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .rodata.__func__$9030 - 0x000000003f41071c 0xe esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x000000003f41072a 0x2 - .rodata.__func__$6637 - 0x000000003f41072c 0x12 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x000000003f41073e 0x2 - .rodata.esp_base_mac_addr_set.str1.4 - 0x000000003f410740 0x72 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - *fill* 0x000000003f4107b2 0x2 - .rodata.esp_base_mac_addr_get.str1.4 - 0x000000003f4107b4 0x33 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - *fill* 0x000000003f4107e7 0x1 - .rodata.esp_efuse_mac_get_default.str1.4 - 0x000000003f4107e8 0x6c esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - .rodata.esp_derive_local_mac.str1.4 - 0x000000003f410854 0x31 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - *fill* 0x000000003f410885 0x3 - .rodata.esp_read_mac.str1.4 - 0x000000003f410888 0x9c esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - .rodata.esp_get_idf_version.str1.4 - 0x000000003f410924 0x1e esp-idf/esp_common/libesp_common.a(system_api.c.obj) - *fill* 0x000000003f410942 0x2 - .rodata.ets_timer_setfn.str1.4 - 0x000000003f410944 0x9e esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - *fill* 0x000000003f4109e2 0x2 + .rodata.esp_fill_random.str1.4 + 0x000000003f4106f4 0x37 esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x43 (size before relaxing) + *fill* 0x000000003f41072b 0x1 + .rodata.__func__$3138 + 0x000000003f41072c 0x10 esp-idf/esp32/libesp32.a(hw_random.c.obj) .rodata.str1.4 - 0x000000003f4109e4 0x85 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - *fill* 0x000000003f410a69 0x3 - .rodata.__func__$5106 - 0x000000003f410a6c 0xe esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - *fill* 0x000000003f410a7a 0x2 - .rodata.__func__$5097 - 0x000000003f410a7c 0x11 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - *fill* 0x000000003f410a8d 0x3 - .rodata.__func__$5091 - 0x000000003f410a90 0x10 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x000000003f41073c 0x332 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x492 (size before relaxing) + *fill* 0x000000003f410a6e 0x2 + .rodata.ext0_wakeup_prepare.str1.4 + 0x000000003f410a70 0x8a esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x000000003f410afa 0x2 + .rodata.esp_sleep_disable_wakeup_source.str1.4 + 0x000000003f410afc 0x48 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .rodata.esp_sleep_enable_ext0_wakeup.str1.4 + 0x000000003f410b44 0x41 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x000000003f410b85 0x3 + .rodata.esp_sleep_enable_ext1_wakeup.str1.4 + 0x000000003f410b88 0x2d esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x000000003f410bb5 0x3 + .rodata.__func__$9128 + 0x000000003f410bb8 0xd esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x000000003f410bc5 0x3 + .rodata.__func__$9239 + 0x000000003f410bc8 0x14 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .rodata.__func__$9208 + 0x000000003f410bdc 0x14 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .rodata.__func__$9114 + 0x000000003f410bf0 0xe esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x000000003f410bfe 0x2 + .rodata.__func__$6642 + 0x000000003f410c00 0x12 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x000000003f410c12 0x2 + .rodata.esp_base_mac_addr_set.str1.4 + 0x000000003f410c14 0x72 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + *fill* 0x000000003f410c86 0x2 + .rodata.esp_base_mac_addr_get.str1.4 + 0x000000003f410c88 0x33 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + *fill* 0x000000003f410cbb 0x1 + .rodata.esp_efuse_mac_get_default.str1.4 + 0x000000003f410cbc 0x6c esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .rodata.esp_derive_local_mac.str1.4 + 0x000000003f410d28 0x31 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + *fill* 0x000000003f410d59 0x3 + .rodata.esp_read_mac.str1.4 + 0x000000003f410d5c 0x9c esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .rodata.ets_timer_setfn.str1.4 + 0x000000003f410df8 0x9e esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f410e96 0x2 + .rodata.str1.4 + 0x000000003f410e98 0x85 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f410f1d 0x3 + .rodata.__func__$5189 + 0x000000003f410f20 0xe esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f410f2e 0x2 + .rodata.__func__$5180 + 0x000000003f410f30 0x11 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f410f41 0x3 + .rodata.__func__$5174 + 0x000000003f410f44 0x10 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) .rodata.xEventGroupCreate.str1.4 - 0x000000003f410aa0 0x48 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x000000003f410f54 0x48 esp-idf/freertos/libfreertos.a(event_groups.c.obj) .rodata.xEventGroupWaitBits.str1.4 - 0x000000003f410aa0 0x3d esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x000000003f410f54 0x3d esp-idf/freertos/libfreertos.a(event_groups.c.obj) 0x5c (size before relaxing) - *fill* 0x000000003f410add 0x3 - .rodata.__FUNCTION__$4795 - 0x000000003f410ae0 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - *fill* 0x000000003f410af2 0x2 - .rodata.__FUNCTION__$4786 - 0x000000003f410af4 0x13 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - *fill* 0x000000003f410b07 0x1 - .rodata.__FUNCTION__$4761 - 0x000000003f410b08 0x15 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - *fill* 0x000000003f410b1d 0x3 - .rodata.__FUNCTION__$4753 - 0x000000003f410b20 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__$4000 - 0x000000003f410b34 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f410f91 0x3 + .rodata.__FUNCTION__$4873 + 0x000000003f410f94 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f410fa6 0x2 + .rodata.__FUNCTION__$4864 + 0x000000003f410fa8 0x13 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f410fbb 0x1 + .rodata.__FUNCTION__$4839 + 0x000000003f410fbc 0x15 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f410fd1 0x3 + .rodata.__FUNCTION__$4831 + 0x000000003f410fd4 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__$4077 + 0x000000003f410fe8 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) .rodata.help_command.str1.4 - 0x000000003f410b48 0x18 esp-idf/console/libconsole.a(commands.c.obj) + 0x000000003f410ffc 0x18 esp-idf/console/libconsole.a(commands.c.obj) 0x1c (size before relaxing) .rodata.esp_console_cmd_register.str1.4 - 0x000000003f410b60 0x4 esp-idf/console/libconsole.a(commands.c.obj) + 0x000000003f411014 0x18 esp-idf/console/libconsole.a(commands.c.obj) + 0x4 (size before relaxing) .rodata.esp_console_register_help_command.str1.4 - 0x000000003f410b64 0x2e esp-idf/console/libconsole.a(commands.c.obj) - *fill* 0x000000003f410b92 0x2 + 0x000000003f411014 0x2e esp-idf/console/libconsole.a(commands.c.obj) + *fill* 0x000000003f411042 0x2 .rodata.esp_console_split_argv - 0x000000003f410b94 0x2c esp-idf/console/libconsole.a(split_argv.c.obj) + 0x000000003f411044 0x2c esp-idf/console/libconsole.a(split_argv.c.obj) .rodata.arg_end_errorfn.str1.4 - 0x000000003f410bc0 0xa1 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x000000003f411070 0xa1 esp-idf/console/libconsole.a(argtable3.c.obj) 0xa5 (size before relaxing) - *fill* 0x000000003f410c61 0x3 + *fill* 0x000000003f411111 0x3 .rodata.arg_end_errorfn - 0x000000003f410c64 0x18 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x000000003f411114 0x18 esp-idf/console/libconsole.a(argtable3.c.obj) .rodata.arg_int_scanfn.str1.4 - 0x000000003f410c7c 0xb esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000003f410c87 0x1 + 0x000000003f41112c 0xb esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x000000003f411137 0x1 .rodata.arg_cat_optionv.str1.4 - 0x000000003f410c88 0xa esp-idf/console/libconsole.a(argtable3.c.obj) + 0x000000003f411138 0xa esp-idf/console/libconsole.a(argtable3.c.obj) 0x16 (size before relaxing) - *fill* 0x000000003f410c92 0x2 + *fill* 0x000000003f411142 0x2 .rodata.arg_print_gnuswitch.str1.4 - 0x000000003f410c94 0x15 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000003f410ca9 0x3 + 0x000000003f411144 0x15 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x000000003f411159 0x3 .rodata.arg_intn.str1.4 - 0x000000003f410cac 0x6 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000003f410cb2 0x2 + 0x000000003f41115c 0x6 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x000000003f411162 0x2 .rodata.arg_strn.str1.4 - 0x000000003f410cb4 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000003f410cbd 0x3 + 0x000000003f411164 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x000000003f41116d 0x3 .rodata.arg_print_option.str1.4 - 0x000000003f410cc0 0x2 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000003f410cc2 0x2 + 0x000000003f411170 0x2 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x000000003f411172 0x2 .rodata.arg_date_errorfn.str1.4 - 0x000000003f410cc4 0x78 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x000000003f411174 0x78 esp-idf/console/libconsole.a(argtable3.c.obj) 0x7c (size before relaxing) .rodata.arg_dbl_errorfn.str1.4 - 0x000000003f410d3c 0x21 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000003f410d5d 0x3 + 0x000000003f4111ec 0x21 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x000000003f41120d 0x3 .rodata.arg_int_errorfn.str1.4 - 0x000000003f410d60 0x2f esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000003f410d8f 0x1 + 0x000000003f411210 0x2f esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x000000003f41123f 0x1 .rodata.arg_print_syntax.str1.4 - 0x000000003f410d90 0x1d esp-idf/console/libconsole.a(argtable3.c.obj) + 0x000000003f411240 0x1d esp-idf/console/libconsole.a(argtable3.c.obj) 0x21 (size before relaxing) - *fill* 0x000000003f410dad 0x3 + *fill* 0x000000003f41125d 0x3 .rodata.arg_print_glossary.str1.4 - 0x000000003f410db0 0xf esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000003f410dbf 0x1 + 0x000000003f411260 0xf esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x000000003f41126f 0x1 .rodata.getCursorPosition.str1.4 - 0x000000003f410dc0 0xe esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x000000003f410dce 0x2 + 0x000000003f411270 0xe esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x000000003f41127e 0x2 .rodata.getColumns.str1.4 - 0x000000003f410dd0 0xe esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x000000003f410dde 0x2 + 0x000000003f411280 0xe esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x000000003f41128e 0x2 .rodata.linenoiseDumb.str1.4 - 0x000000003f410de0 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x000000003f410de3 0x1 + 0x000000003f411290 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x000000003f411293 0x1 .rodata.linenoiseClearScreen.str1.4 - 0x000000003f410de4 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003f411294 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) .rodata.refreshShowHints.str1.4 - 0x000000003f410dec 0x11 esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x000000003f410dfd 0x3 + 0x000000003f41129c 0x11 esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x000000003f4112ad 0x3 .rodata.refreshMultiLine.str1.4 - 0x000000003f410e00 0x2b esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003f4112b0 0x2b esp-idf/console/libconsole.a(linenoise.c.obj) 0x2f (size before relaxing) - *fill* 0x000000003f410e2b 0x1 + *fill* 0x000000003f4112db 0x1 .rodata.refreshSingleLine.str1.4 - 0x000000003f410e2c 0x5 esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x000000003f410e31 0x3 + 0x000000003f4112dc 0x5 esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x000000003f4112e1 0x3 .rodata.completeLine.str1.4 - 0x000000003f410e34 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x000000003f410e37 0x1 + 0x000000003f4112e4 0x3 esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x000000003f4112e7 0x1 .rodata.linenoiseProbe.str1.4 - 0x000000003f410e38 0x5 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003f4112e8 0x5 esp-idf/console/libconsole.a(linenoise.c.obj) .rodata.linenoiseEdit.str1.4 - 0x000000003f410e3d 0x1 esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x000000003f410e3d 0x3 + 0x000000003f4112ed 0x1 esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x000000003f4112ed 0x3 .rodata.linenoiseEdit - 0x000000003f410e40 0x220 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003f4112f0 0x220 esp-idf/console/libconsole.a(linenoise.c.obj) .rodata.linenoiseHistorySave.str1.4 - 0x000000003f411060 0x5 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003f411510 0x5 esp-idf/console/libconsole.a(linenoise.c.obj) 0x8 (size before relaxing) .rodata.linenoiseHistoryLoad.str1.4 - 0x000000003f411060 0x2 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x000000003f411510 0x2 esp-idf/console/libconsole.a(linenoise.c.obj) .rodata.httpd_sock_err.str1.4 - 0x000000003f411060 0x38 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000003f411510 0x38 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) .rodata.httpd_resp_send.str1.4 - 0x000000003f411098 0x37 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000003f411548 0x37 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) 0x3b (size before relaxing) - *fill* 0x000000003f4110cf 0x1 + *fill* 0x000000003f41157f 0x1 .rodata.httpd_resp_send_chunk.str1.4 - 0x000000003f4110d0 0x41 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - *fill* 0x000000003f411111 0x3 + 0x000000003f411580 0x41 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000003f4115c1 0x3 .rodata.httpd_resp_send_err.str1.4 - 0x000000003f411114 0x339 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000003f4115c4 0x339 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) 0x345 (size before relaxing) - *fill* 0x000000003f41144d 0x3 + *fill* 0x000000003f4118fd 0x3 .rodata.httpd_resp_send_err - 0x000000003f411450 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000003f411900 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) .rodata.httpd_default_send.str1.4 - 0x000000003f411478 0x5 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - *fill* 0x000000003f41147d 0x3 + 0x000000003f411928 0x5 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000003f41192d 0x3 .rodata.httpd_default_recv.str1.4 - 0x000000003f411480 0x5 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - *fill* 0x000000003f411485 0x3 - .rodata.__func__$7530 - 0x000000003f411488 0xf esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - *fill* 0x000000003f411497 0x1 - .rodata.__func__$7497 - 0x000000003f411498 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000003f411930 0x5 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000003f411935 0x3 + .rodata.__func__$7617 + 0x000000003f411938 0xf esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000003f411947 0x1 + .rodata.__func__$7584 + 0x000000003f411948 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) .rodata.httpd_register_uri_handler.str1.4 - 0x000000003f4114ac 0x95 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - *fill* 0x000000003f411541 0x3 + 0x000000003f41195c 0x95 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x000000003f4119f1 0x3 .rodata.httpd_uri.str1.4 - 0x000000003f411544 0xa8 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - .rodata.__func__$7448 - 0x000000003f4115ec 0xa esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - *fill* 0x000000003f4115f6 0x2 - .rodata.__func__$7398 - 0x000000003f4115f8 0x1b esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - *fill* 0x000000003f411613 0x1 - .rodata.httpd_sess_new.str1.4 - 0x000000003f411614 0x4b esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - *fill* 0x000000003f41165f 0x1 - .rodata.httpd_sess_delete_invalid.str1.4 - 0x000000003f411660 0x35 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - *fill* 0x000000003f411695 0x3 - .rodata.__func__$7440 - 0x000000003f411698 0x1a esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - *fill* 0x000000003f4116b2 0x2 - .rodata.__func__$7384 - 0x000000003f4116b4 0xf esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - *fill* 0x000000003f4116c3 0x1 - .rodata.httpd_process_ctrl_msg.str1.4 - 0x000000003f4116c4 0x62 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f411726 0x2 - .rodata.httpd_accept_conn.str1.4 - 0x000000003f411728 0x63 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f41178b 0x1 - .rodata.httpd_server.str1.4 - 0x000000003f41178c 0x6a esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f4117f6 0x2 - .rodata.httpd_create.str1.4 - 0x000000003f4117f8 0x185 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f41197d 0x3 - .rodata.httpd_server_init.str1.4 - 0x000000003f411980 0x149 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f411ac9 0x3 - .rodata.httpd_queue_work.str1.4 - 0x000000003f411acc 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - .rodata.httpd_start.str1.4 - 0x000000003f411afc 0xa1 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f411b9d 0x3 - .rodata.__func__$7456 - 0x000000003f411ba0 0x12 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f411bb2 0x2 - .rodata.__func__$7467 - 0x000000003f411bb4 0xd esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f411bc1 0x3 - .rodata.__func__$7385 - 0x000000003f411bc4 0x12 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f411bd6 0x2 - .rodata.__func__$7422 - 0x000000003f411bd8 0x17 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f411bef 0x1 - .rodata.__func__$7438 - 0x000000003f411bf0 0xd esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f411bfd 0x3 - .rodata.__func__$7402 - 0x000000003f411c00 0x11 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x000000003f411c11 0x3 - .rodata.cb_header_value.str1.4 - 0x000000003f411c14 0x43 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x000000003f411c57 0x1 - .rodata.cb_url.str1.4 - 0x000000003f411c58 0x47 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x000000003f411c9f 0x1 - .rodata.verify_url.str1.4 - 0x000000003f411ca0 0x84 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .rodata.cb_headers_complete.str1.4 - 0x000000003f411d24 0xc7 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x000000003f411deb 0x1 - .rodata.pause_parsing.str1.4 - 0x000000003f411dec 0x77 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x000000003f411e63 0x1 - .rodata.parse_block.str1.4 - 0x000000003f411e64 0xd5 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x000000003f411f39 0x3 - .rodata.httpd_req_new.str1.4 - 0x000000003f411f3c 0x7 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x12 (size before relaxing) - *fill* 0x000000003f411f43 0x1 + 0x000000003f4119f4 0xa8 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .rodata.__func__$7535 + 0x000000003f411a9c 0xa esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x000000003f411aa6 0x2 .rodata.__func__$7485 - 0x000000003f411f44 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .rodata.__func__$7402 - 0x000000003f411f50 0x7 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x000000003f411f57 0x1 - .rodata.__func__$7426 - 0x000000003f411f58 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .rodata.__func__$7441 - 0x000000003f411f68 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .rodata.__func__$7448 - 0x000000003f411f78 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .rodata.__func__$7461 - 0x000000003f411f8c 0xb esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x000000003f411f97 0x1 - .rodata.__func__$7411 - 0x000000003f411f98 0xe esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x000000003f411fa6 0x2 - .rodata.__func__$7395 - 0x000000003f411fa8 0xb esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x000000003f411fb3 0x1 - .rodata.__func__$7466 - 0x000000003f411fb4 0xb esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x000000003f411fbf 0x1 + 0x000000003f411aa8 0x1b esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x000000003f411ac3 0x1 + .rodata.httpd_sess_new.str1.4 + 0x000000003f411ac4 0x4b esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + *fill* 0x000000003f411b0f 0x1 + .rodata.httpd_sess_delete_invalid.str1.4 + 0x000000003f411b10 0x35 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + *fill* 0x000000003f411b45 0x3 + .rodata.__func__$7527 + 0x000000003f411b48 0x1a esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + *fill* 0x000000003f411b62 0x2 + .rodata.__func__$7471 + 0x000000003f411b64 0xf esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + *fill* 0x000000003f411b73 0x1 + .rodata.httpd_process_ctrl_msg.str1.4 + 0x000000003f411b74 0x62 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f411bd6 0x2 + .rodata.httpd_accept_conn.str1.4 + 0x000000003f411bd8 0x63 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f411c3b 0x1 + .rodata.httpd_server.str1.4 + 0x000000003f411c3c 0x6a esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f411ca6 0x2 + .rodata.httpd_create.str1.4 + 0x000000003f411ca8 0x185 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f411e2d 0x3 + .rodata.httpd_server_init.str1.4 + 0x000000003f411e30 0x149 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f411f79 0x3 + .rodata.httpd_queue_work.str1.4 + 0x000000003f411f7c 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .rodata.httpd_start.str1.4 + 0x000000003f411fac 0xa1 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f41204d 0x3 + .rodata.__func__$7543 + 0x000000003f412050 0x12 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f412062 0x2 + .rodata.__func__$7554 + 0x000000003f412064 0xd esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f412071 0x3 + .rodata.__func__$7472 + 0x000000003f412074 0x12 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f412086 0x2 + .rodata.__func__$7509 + 0x000000003f412088 0x17 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f41209f 0x1 + .rodata.__func__$7525 + 0x000000003f4120a0 0xd esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f4120ad 0x3 + .rodata.__func__$7489 + 0x000000003f4120b0 0x11 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f4120c1 0x3 + .rodata.cb_header_value.str1.4 + 0x000000003f4120c4 0x43 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f412107 0x1 + .rodata.cb_url.str1.4 + 0x000000003f412108 0x47 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f41214f 0x1 + .rodata.verify_url.str1.4 + 0x000000003f412150 0x84 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.cb_headers_complete.str1.4 + 0x000000003f4121d4 0x89 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f41225d 0x3 + .rodata.pause_parsing.str1.4 + 0x000000003f412260 0x77 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f4122d7 0x1 + .rodata.parse_block.str1.4 + 0x000000003f4122d8 0xd5 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f4123ad 0x3 + .rodata.httpd_req_new.str1.4 + 0x000000003f4123b0 0x7 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x12 (size before relaxing) + *fill* 0x000000003f4123b7 0x1 + .rodata.__func__$7572 + 0x000000003f4123b8 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.__func__$7489 + 0x000000003f4123c4 0x7 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f4123cb 0x1 + .rodata.__func__$7513 + 0x000000003f4123cc 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.__func__$7528 + 0x000000003f4123dc 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.__func__$7535 + 0x000000003f4123ec 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.__func__$7548 + 0x000000003f412400 0xb esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f41240b 0x1 + .rodata.__func__$7498 + 0x000000003f41240c 0xe esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f41241a 0x2 + .rodata.__func__$7482 + 0x000000003f41241c 0xb esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f412427 0x1 + .rodata.__func__$7553 + 0x000000003f412428 0xb esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f412433 0x1 .rodata.cs_create_ctrl_sock.str1.4 - 0x000000003f411fc0 0xa esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - *fill* 0x000000003f411fca 0x2 + 0x000000003f412434 0xa esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + *fill* 0x000000003f41243e 0x2 .rodata.httpd_ssl_close.str1.4 - 0x000000003f411fcc 0x55 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - *fill* 0x000000003f412021 0x3 + 0x000000003f412440 0x55 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + *fill* 0x000000003f412495 0x3 .rodata.httpd_ssl_open.str1.4 - 0x000000003f412024 0xa8 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x000000003f412498 0xa8 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) .rodata.httpd_ssl_recv.str1.4 - 0x000000003f4120cc 0xc esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x000000003f412540 0xc esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) .rodata.free_secure_context.str1.4 - 0x000000003f4120cc 0x40 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x000000003f412540 0x40 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + .rodata.create_secure_context.str1.4 + 0x000000003f412580 0x31 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + *fill* 0x000000003f4125b1 0x3 .rodata.httpd_ssl_start.str1.4 - 0x000000003f41210c 0x53 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x000000003f4125b4 0x53 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) 0x7b (size before relaxing) - *fill* 0x000000003f41215f 0x1 - .rodata.__func__$10684 - 0x000000003f412160 0x14 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - .rodata.__func__$10647 - 0x000000003f412174 0x10 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - .rodata.__func__$10671 - 0x000000003f412184 0xf esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - *fill* 0x000000003f412193 0x1 - .rodata.__func__$10662 - 0x000000003f412194 0xf esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - *fill* 0x000000003f4121a3 0x1 - .rodata.__func__$10653 - 0x000000003f4121a4 0x12 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - *fill* 0x000000003f4121b6 0x2 - .rodata.__func__$10676 - 0x000000003f4121b8 0xf esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - *fill* 0x000000003f4121c7 0x1 - .rodata.__func__$10694 - 0x000000003f4121c8 0x10 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + *fill* 0x000000003f412607 0x1 + .rodata.__func__$10788 + 0x000000003f412608 0x14 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + .rodata.__func__$10751 + 0x000000003f41261c 0x10 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + .rodata.__func__$10775 + 0x000000003f41262c 0xf esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + *fill* 0x000000003f41263b 0x1 + .rodata.__func__$10766 + 0x000000003f41263c 0xf esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + *fill* 0x000000003f41264b 0x1 + .rodata.__func__$10757 + 0x000000003f41264c 0x12 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + *fill* 0x000000003f41265e 0x2 + .rodata.__func__$10780 + 0x000000003f412660 0xf esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + *fill* 0x000000003f41266f 0x1 + .rodata.__func__$10798 + 0x000000003f412670 0x10 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) .rodata.esp_vfs_fat_spiflash_mount.str1.4 - 0x000000003f4121d8 0x248 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + 0x000000003f412680 0x248 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) .rodata.ff_diskio_register.str1.4 - 0x000000003f412420 0x5d esp-idf/fatfs/libfatfs.a(diskio.c.obj) - *fill* 0x000000003f41247d 0x3 - .rodata.__func__$5346 - 0x000000003f412480 0x13 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - *fill* 0x000000003f412493 0x1 + 0x000000003f4128c8 0x5d esp-idf/fatfs/libfatfs.a(diskio.c.obj) + *fill* 0x000000003f412925 0x3 + .rodata.__func__$5424 + 0x000000003f412928 0x13 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + *fill* 0x000000003f41293b 0x1 .rodata.ff_wl_read.str1.4 - 0x000000003f412494 0x8f esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - *fill* 0x000000003f412523 0x1 + 0x000000003f41293c 0x8f esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + *fill* 0x000000003f4129cb 0x1 .rodata.ff_wl_write.str1.4 - 0x000000003f412524 0x60 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - .rodata.wl_impl$5475 - 0x000000003f412584 0x14 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - .rodata.__func__$5466 - 0x000000003f412598 0xc esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - .rodata.__func__$5458 - 0x000000003f4125a4 0xc esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - .rodata.__func__$5449 - 0x000000003f4125b0 0xb esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - *fill* 0x000000003f4125bb 0x1 + 0x000000003f4129cc 0x60 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .rodata.wl_impl$5558 + 0x000000003f412a2c 0x14 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .rodata.__func__$5549 + 0x000000003f412a40 0xc esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .rodata.__func__$5541 + 0x000000003f412a4c 0xc esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .rodata.__func__$5532 + 0x000000003f412a58 0xb esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + *fill* 0x000000003f412a63 0x1 .rodata.create_name.str1.4 - 0x000000003f4125bc 0xf esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000003f4125cb 0x1 + 0x000000003f412a64 0xf esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x000000003f412a73 0x1 .rodata.check_fs.str1.4 - 0x000000003f4125cc 0xa esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000003f4125d6 0x2 + 0x000000003f412a74 0xa esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x000000003f412a7e 0x2 .rodata.f_mkfs.str1.4 - 0x000000003f4125d8 0x34 esp-idf/fatfs/libfatfs.a(ff.c.obj) - .rodata.cst$5212 - 0x000000003f41260c 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000003f41261a 0x2 - .rodata.cst32$5213 - 0x000000003f41261c 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000003f41262a 0x2 - .rodata.ExCvt 0x000000003f41262c 0x80 esp-idf/fatfs/libfatfs.a(ff.c.obj) - .rodata.prepend_drive_to_path.str1.4 - 0x000000003f4126ac 0x5 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x000000003f4126b1 0x3 - .rodata.fresult_to_errno.str1.4 - 0x000000003f4126b4 0x55 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x000000003f412709 0x3 - .rodata.fresult_to_errno - 0x000000003f41270c 0x50 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .rodata.vfs_fat_telldir.str1.4 - 0x000000003f41275c 0x5 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x000000003f412761 0x3 - .rodata.vfs_fat_truncate.str1.4 - 0x000000003f412764 0x47 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x000000003f4127ab 0x1 - .rodata.vfs_fat_open.str1.4 - 0x000000003f4127ac 0x36 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .rodata.vfs_fat_stat.str1.4 - 0x000000003f4127e2 0x2 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x000000003f4127e2 0x2 - .rodata.__func__$6731 - 0x000000003f4127e4 0x12 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x000000003f4127f6 0x2 - .rodata.__func__$6738 - 0x000000003f4127f8 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .rodata.__func__$6745 - 0x000000003f412808 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .rodata.__func__$6715 - 0x000000003f412818 0x11 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x000000003f412829 0x3 - .rodata.__func__$6541 - 0x000000003f41282c 0x11 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x000000003f41283d 0x3 - .rodata._ZL12check_handleiPKc.str1.4 - 0x000000003f412840 0xb4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - .rodata.wl_mount.str1.4 - 0x000000003f4128f4 0x12d esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - *fill* 0x000000003f412a21 0x3 - .rodata._ZZ14wl_sector_sizeE8__func__ - 0x000000003f412a24 0xf esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - *fill* 0x000000003f412a33 0x1 - .rodata._ZZ7wl_sizeE8__func__ - 0x000000003f412a34 0x8 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - .rodata._ZZ7wl_readE8__func__ - 0x000000003f412a3c 0x8 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - .rodata._ZZ8wl_writeE8__func__ - 0x000000003f412a44 0x9 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - *fill* 0x000000003f412a4d 0x3 - .rodata._ZZ14wl_erase_rangeE8__func__ - 0x000000003f412a50 0xf esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - *fill* 0x000000003f412a5f 0x1 - .rodata._ZZ8wl_mountE8__func__ - 0x000000003f412a60 0x9 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - *fill* 0x000000003f412a69 0x3 - .rodata._ZN9Partition11erase_rangeEjj.str1.4 - 0x000000003f412a6c 0x66 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x000000003f412a80 0x34 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .rodata.cst$5290 + 0x000000003f412ab4 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x000000003f412ac2 0x2 + .rodata.cst32$5291 + 0x000000003f412ac4 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj) *fill* 0x000000003f412ad2 0x2 + .rodata.ExCvt 0x000000003f412ad4 0x80 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .rodata.prepend_drive_to_path.str1.4 + 0x000000003f412b54 0x5 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x000000003f412b59 0x3 + .rodata.fresult_to_errno.str1.4 + 0x000000003f412b5c 0x55 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x000000003f412bb1 0x3 + .rodata.fresult_to_errno + 0x000000003f412bb4 0x50 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.vfs_fat_telldir.str1.4 + 0x000000003f412c04 0x5 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x000000003f412c09 0x3 + .rodata.vfs_fat_truncate.str1.4 + 0x000000003f412c0c 0x47 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x000000003f412c53 0x1 + .rodata.vfs_fat_open.str1.4 + 0x000000003f412c54 0x36 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.vfs_fat_stat.str1.4 + 0x000000003f412c8a 0x2 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x000000003f412c8a 0x2 + .rodata.__func__$6814 + 0x000000003f412c8c 0x12 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x000000003f412c9e 0x2 + .rodata.__func__$6821 + 0x000000003f412ca0 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.__func__$6828 + 0x000000003f412cb0 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.__func__$6798 + 0x000000003f412cc0 0x11 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x000000003f412cd1 0x3 + .rodata.__func__$6624 + 0x000000003f412cd4 0x11 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x000000003f412ce5 0x3 + .rodata._ZL12check_handleiPKc.str1.4 + 0x000000003f412ce8 0xb4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata.wl_mount.str1.4 + 0x000000003f412d9c 0x12d esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + *fill* 0x000000003f412ec9 0x3 + .rodata._ZZ14wl_sector_sizeE8__func__ + 0x000000003f412ecc 0xf esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + *fill* 0x000000003f412edb 0x1 + .rodata._ZZ7wl_sizeE8__func__ + 0x000000003f412edc 0x8 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata._ZZ7wl_readE8__func__ + 0x000000003f412ee4 0x8 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata._ZZ8wl_writeE8__func__ + 0x000000003f412eec 0x9 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + *fill* 0x000000003f412ef5 0x3 + .rodata._ZZ14wl_erase_rangeE8__func__ + 0x000000003f412ef8 0xf esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + *fill* 0x000000003f412f07 0x1 + .rodata._ZZ8wl_mountE8__func__ + 0x000000003f412f08 0x9 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + *fill* 0x000000003f412f11 0x3 + .rodata._ZN9Partition11erase_rangeEjj.str1.4 + 0x000000003f412f14 0x66 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + *fill* 0x000000003f412f7a 0x2 .rodata._ZTV9Partition - 0x000000003f412ad4 0x2c esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x000000003f412ad4 _ZTV9Partition + 0x000000003f412f7c 0x2c esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x000000003f412f7c _ZTV9Partition .rodata._ZN8WL_Flash11erase_rangeEjj.str1.4 - 0x000000003f412b00 0x3b esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412b3b 0x1 + 0x000000003f412fa8 0x3b esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f412fe3 0x1 .rodata._ZN8WL_Flash11updateV1_V2Ev.str1.4 - 0x000000003f412b3c 0x8a esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412bc6 0x2 + 0x000000003f412fe4 0x8a esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f41306e 0x2 .rodata._ZN8WL_Flash4initEv.str1.4 - 0x000000003f412bc8 0x73 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412c3b 0x1 + 0x000000003f413070 0x73 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f4130e3 0x1 .rodata._ZN8WL_Flash8updateWLEv.str1.4 - 0x000000003f412c3c 0x1ab esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412de7 0x1 + 0x000000003f4130e4 0x1ab esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f41328f 0x1 .rodata._ZZN8WL_Flash4readEjPvjE12__FUNCTION__ - 0x000000003f412de8 0x5 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412ded 0x3 + 0x000000003f413290 0x5 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f413295 0x3 .rodata._ZZN8WL_Flash5writeEjPKvjE12__FUNCTION__ - 0x000000003f412df0 0x6 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412df6 0x2 + 0x000000003f413298 0x6 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f41329e 0x2 .rodata._ZZN8WL_Flash11erase_rangeEjjE12__FUNCTION__ - 0x000000003f412df8 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x000000003f4132a0 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) .rodata._ZZN8WL_Flash12erase_sectorEjE12__FUNCTION__ - 0x000000003f412e04 0xd esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412e11 0x3 + 0x000000003f4132ac 0xd esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f4132b9 0x3 .rodata._ZZN8WL_Flash8updateWLEvE12__FUNCTION__ - 0x000000003f412e14 0x9 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412e1d 0x3 + 0x000000003f4132bc 0x9 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f4132c5 0x3 .rodata._ZZN8WL_Flash8updateWLEvE8__func__ - 0x000000003f412e20 0x9 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412e29 0x3 + 0x000000003f4132c8 0x9 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f4132d1 0x3 .rodata._ZZN8WL_Flash11updateV1_V2EvE8__func__ - 0x000000003f412e2c 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x000000003f4132d4 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) .rodata._ZZN8WL_Flash11updateV1_V2EvE12__FUNCTION__ - 0x000000003f412e38 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x000000003f4132e0 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) .rodata._ZZN8WL_Flash12initSectionsEvE12__FUNCTION__ - 0x000000003f412e44 0xd esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412e51 0x3 + 0x000000003f4132ec 0xd esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f4132f9 0x3 .rodata._ZZN8WL_Flash10recoverPosEvE12__FUNCTION__ - 0x000000003f412e54 0xb esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412e5f 0x1 + 0x000000003f4132fc 0xb esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f413307 0x1 .rodata._ZZN8WL_Flash4initEvE8__func__ - 0x000000003f412e60 0x5 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412e65 0x3 + 0x000000003f413308 0x5 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f41330d 0x3 .rodata._ZZN8WL_Flash4initEvE12__FUNCTION__ - 0x000000003f412e68 0x5 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412e6d 0x3 + 0x000000003f413310 0x5 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f413315 0x3 .rodata._ZZN8WL_Flash6configEP11WL_Config_sP12Flash_AccessE12__FUNCTION__ - 0x000000003f412e70 0x7 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - *fill* 0x000000003f412e77 0x1 + 0x000000003f413318 0x7 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + *fill* 0x000000003f41331f 0x1 .rodata._ZTV8WL_Flash - 0x000000003f412e78 0x34 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x000000003f412e78 _ZTV8WL_Flash + 0x000000003f413320 0x34 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x000000003f413320 _ZTV8WL_Flash .rodata.vfs_spiffs_telldir.str1.4 - 0x000000003f412eac 0x39 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x000000003f413354 0x39 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x41 (size before relaxing) - *fill* 0x000000003f412ee5 0x3 + *fill* 0x000000003f41338d 0x3 .rodata.esp_spiffs_init.str1.4 - 0x000000003f412ee8 0x2f0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x000000003f413390 0x2f0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x2f8 (size before relaxing) .rodata.vfs_spiffs_update_mtime_value.str1.4 - 0x000000003f4131d8 0x33 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x000000003f413680 0x33 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) .rodata.vfs_spiffs_utime.str1.4 - 0x000000003f41320b 0x33 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x000000003f4136b3 0x33 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x5 (size before relaxing) .rodata.vfs_spiffs_readdir_r.str1.4 - 0x000000003f41320b 0x3 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x000000003f4136b3 0x3 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) .rodata.vfs_spiffs_opendir.str1.4 - 0x000000003f41320b 0x33 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x000000003f4136b3 0x33 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x5 (size before relaxing) - *fill* 0x000000003f41320b 0x1 + *fill* 0x000000003f4136b3 0x1 .rodata.vfs_spiffs_rename.str1.4 - 0x000000003f41320c 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x000000003f4136b4 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) .rodata.vfs_spiffs_stat.str1.4 - 0x000000003f413214 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x000000003f4136bc 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x3 (size before relaxing) .rodata.esp_vfs_spiffs_register.str1.4 - 0x000000003f413214 0x10 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .rodata.__func__$7681 - 0x000000003f413224 0x10 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .rodata.__func__$7720 - 0x000000003f413234 0x11 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x000000003f413245 0x3 - .rodata.__func__$7729 - 0x000000003f413248 0x10 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .rodata.__func__$7745 - 0x000000003f413258 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x000000003f41326a 0x2 - .rodata.__func__$7738 - 0x000000003f41326c 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x000000003f41327e 0x2 - .rodata.__func__$7752 - 0x000000003f413280 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x000000003f413293 0x1 - .rodata.__func__$7767 - 0x000000003f413294 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x000000003f4132a7 0x1 - .rodata.__func__$7777 - 0x000000003f4132a8 0x15 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x000000003f4132bd 0x3 - .rodata.__func__$7789 - 0x000000003f4132c0 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x000000003f4132d3 0x1 - .rodata.__func__$7796 - 0x000000003f4132d4 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x000000003f4132e7 0x1 - .rodata.__func__$7759 - 0x000000003f4132e8 0x14 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .rodata.__func__$7841 - 0x000000003f4132fc 0x11 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x000000003f41330d 0x3 - .rodata.__func__$7643 - 0x000000003f413310 0x18 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x000000003f4136bc 0x10 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.__func__$7764 + 0x000000003f4136cc 0x10 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.__func__$7803 + 0x000000003f4136dc 0x11 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f4136ed 0x3 + .rodata.__func__$7812 + 0x000000003f4136f0 0x10 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.__func__$7828 + 0x000000003f413700 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f413712 0x2 + .rodata.__func__$7821 + 0x000000003f413714 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f413726 0x2 + .rodata.__func__$7835 + 0x000000003f413728 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f41373b 0x1 + .rodata.__func__$7850 + 0x000000003f41373c 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f41374f 0x1 + .rodata.__func__$7860 + 0x000000003f413750 0x15 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f413765 0x3 + .rodata.__func__$7872 + 0x000000003f413768 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f41377b 0x1 + .rodata.__func__$7879 + 0x000000003f41377c 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f41378f 0x1 + .rodata.__func__$7842 + 0x000000003f413790 0x14 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.__func__$7924 + 0x000000003f4137a4 0x11 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f4137b5 0x3 + .rodata.__func__$7726 + 0x000000003f4137b8 0x18 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) .rodata.spiffs_api_read.str1.4 - 0x000000003f413328 0x43 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x000000003f4137d0 0x43 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) 0x4b (size before relaxing) - *fill* 0x000000003f41336b 0x1 + *fill* 0x000000003f413813 0x1 .rodata.spiffs_api_write.str1.4 - 0x000000003f41336c 0x44 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x000000003f413814 0x44 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) .rodata.spiffs_api_erase.str1.4 - 0x000000003f4133b0 0x44 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x000000003f413858 0x44 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) .rodata.spiffs_api_check.str1.4 - 0x000000003f4133f4 0x38 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x000000003f41389c 0x38 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) .rodata.str1.4 - 0x000000003f41342c 0x65 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x000000003f4138d4 0x65 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) 0x75 (size before relaxing) - *fill* 0x000000003f413491 0x3 - .rodata.spiffs_check_report_str$6987 - 0x000000003f413494 0x1c esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - .rodata.spiffs_check_type_str$6986 - 0x000000003f4134b0 0xc esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + *fill* 0x000000003f413939 0x3 + .rodata.spiffs_check_report_str$7070 + 0x000000003f41393c 0x1c esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .rodata.spiffs_check_type_str$7069 + 0x000000003f413958 0xc esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) .rodata.s_prepare_reserved_regions.str1.4 - 0x000000003f4134bc 0x10c esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - .rodata.__func__$2659 - 0x000000003f4135c8 0x1b esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - *fill* 0x000000003f4135e3 0x1 + 0x000000003f413964 0x10c esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .rodata.__func__$2685 + 0x000000003f413a70 0x1b esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + *fill* 0x000000003f413a8b 0x1 .rodata.rtcio_hal_set_direction.str1.4 - 0x000000003f4135e4 0xbc esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + 0x000000003f413a8c 0xbc esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) 0x1c0 (size before relaxing) .rodata.__func__$3470 - 0x000000003f4136a0 0x1a esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) - *fill* 0x000000003f4136ba 0x2 + 0x000000003f413b48 0x1a esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + *fill* 0x000000003f413b62 0x2 .rodata.__func__$3456 - 0x000000003f4136bc 0x18 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + 0x000000003f413b64 0x18 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) .rodata.__func__$3421 - 0x000000003f4136d4 0x17 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) - *fill* 0x000000003f4136eb 0x1 - .rodata.spi_flash_clk_cfg_reg - 0x000000003f4136ec 0x30 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + 0x000000003f413b7c 0x17 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + *fill* 0x000000003f413b93 0x1 .rodata.soc_memory_region_count - 0x000000003f41371c 0x4 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - 0x000000003f41371c soc_memory_region_count + 0x000000003f413b94 0x4 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x000000003f413b94 soc_memory_region_count .rodata.soc_memory_regions - 0x000000003f413720 0x2b0 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - 0x000000003f413720 soc_memory_regions + 0x000000003f413b98 0x2b0 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x000000003f413b98 soc_memory_regions .rodata.str1.4 - 0x000000003f4139d0 0x95 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x000000003f413e48 0x95 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) 0xa5 (size before relaxing) - *fill* 0x000000003f413a65 0x3 + *fill* 0x000000003f413edd 0x3 .rodata.soc_memory_types - 0x000000003f413a68 0x12c esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - 0x000000003f413a68 soc_memory_types - .rodata.GPIO_PIN_MUX_REG - 0x000000003f413b94 0xa0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - 0x000000003f413b94 GPIO_PIN_MUX_REG - .rodata.rtc_io_desc - 0x000000003f413c34 0x3f0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - 0x000000003f413c34 rtc_io_desc - .rodata.rtc_io_num_map - 0x000000003f414024 0xa0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - 0x000000003f414024 rtc_io_num_map - .rodata.uart_periph_signal - 0x000000003f4140c4 0x24 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - 0x000000003f4140c4 uart_periph_signal - .rodata.esp_netif_action_connected.str1.4 - 0x000000003f4140e8 0xa1 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - *fill* 0x000000003f414189 0x3 - .rodata.esp_netif_action_got_ip.str1.4 - 0x000000003f41418c 0x4e esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - *fill* 0x000000003f4141da 0x2 - .rodata.__FUNCTION__$8394 - 0x000000003f4141dc 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - *fill* 0x000000003f4141f7 0x1 - .rodata._g_esp_netif_soft_ap_ip - 0x000000003f4141f8 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - 0x000000003f4141f8 _g_esp_netif_soft_ap_ip - .rodata.str1.4 - 0x000000003f414204 0x3c esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .rodata._g_esp_netif_inherent_ap_config - 0x000000003f414240 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - 0x000000003f414240 _g_esp_netif_inherent_ap_config - .rodata._g_esp_netif_inherent_sta_config - 0x000000003f414264 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - 0x000000003f414264 _g_esp_netif_inherent_sta_config - .rodata.s_wifi_netif_config_sta - 0x000000003f414288 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .rodata.s_wifi_netif_config_ap - 0x000000003f414290 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x000000003f413ee0 0x12c esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x000000003f413ee0 soc_memory_types .rodata.mbedtls_mpi_write_string.str1.4 - 0x000000003f414298 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000003f41400c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .rodata.mbedtls_mpi_write_file.str1.4 - 0x000000003f4142a9 0x9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - *fill* 0x000000003f4142a9 0x3 + 0x000000003f41401d 0x9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000003f41401d 0x3 .rodata.small_prime - 0x000000003f4142ac 0x2a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000003f414020 0x2a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .rodata.str1.4 - 0x000000003f41454c 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - *fill* 0x000000003f4145da 0x2 + 0x000000003f4142c0 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + *fill* 0x000000003f41434e 0x2 .rodata.ecp_supported_curves - 0x000000003f4145dc 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000003f414350 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) .rodata.ecp_use_curve25519.str1.4 - 0x000000003f41466c 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - *fill* 0x000000003f414695 0x3 + 0x000000003f4143e0 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x000000003f414409 0x3 .rodata.mbedtls_ecp_group_load - 0x000000003f414698 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f41440c 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP512r1_n - 0x000000003f4146cc 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414440 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP512r1_gy - 0x000000003f41470c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414480 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP512r1_gx - 0x000000003f41474c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4144c0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP512r1_b - 0x000000003f41478c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414500 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP512r1_a - 0x000000003f4147cc 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414540 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP512r1_p - 0x000000003f41480c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414580 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP384r1_n - 0x000000003f41484c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4145c0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP384r1_gy - 0x000000003f41487c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4145f0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP384r1_gx - 0x000000003f4148ac 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414620 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP384r1_b - 0x000000003f4148dc 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414650 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP384r1_a - 0x000000003f41490c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414680 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP384r1_p - 0x000000003f41493c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4146b0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP256r1_n - 0x000000003f41496c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4146e0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP256r1_gy - 0x000000003f41498c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414700 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP256r1_gx - 0x000000003f4149ac 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414720 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP256r1_b - 0x000000003f4149cc 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414740 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP256r1_a - 0x000000003f4149ec 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414760 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.brainpoolP256r1_p - 0x000000003f414a0c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414780 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256k1_n - 0x000000003f414a2c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4147a0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256k1_gy - 0x000000003f414a4c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4147c0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256k1_gx - 0x000000003f414a6c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4147e0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256k1_b - 0x000000003f414a8c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414800 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256k1_a - 0x000000003f414a90 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414804 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256k1_p - 0x000000003f414a94 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414808 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224k1_n - 0x000000003f414ab4 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414828 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224k1_gy - 0x000000003f414ad4 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414848 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224k1_gx - 0x000000003f414af0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414864 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224k1_b - 0x000000003f414b0c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414880 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224k1_a - 0x000000003f414b10 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414884 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224k1_p - 0x000000003f414b14 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414888 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192k1_n - 0x000000003f414b30 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4148a4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192k1_gy - 0x000000003f414b48 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4148bc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192k1_gx - 0x000000003f414b60 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4148d4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192k1_b - 0x000000003f414b78 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4148ec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192k1_a - 0x000000003f414b7c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4148f0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192k1_p - 0x000000003f414b80 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4148f4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp521r1_n - 0x000000003f414b98 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f41490c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp521r1_gy - 0x000000003f414bdc 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414950 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp521r1_gx - 0x000000003f414c20 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414994 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp521r1_b - 0x000000003f414c64 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f4149d8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp521r1_p - 0x000000003f414ca8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414a1c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp384r1_n - 0x000000003f414cec 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414a60 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp384r1_gy - 0x000000003f414d1c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414a90 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp384r1_gx - 0x000000003f414d4c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414ac0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp384r1_b - 0x000000003f414d7c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414af0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp384r1_p - 0x000000003f414dac 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414b20 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256r1_n - 0x000000003f414ddc 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414b50 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256r1_gy - 0x000000003f414dfc 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414b70 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256r1_gx - 0x000000003f414e1c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414b90 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256r1_b - 0x000000003f414e3c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414bb0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp256r1_p - 0x000000003f414e5c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414bd0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224r1_n - 0x000000003f414e7c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414bf0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224r1_gy - 0x000000003f414e98 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414c0c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224r1_gx - 0x000000003f414eb4 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414c28 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224r1_b - 0x000000003f414ed0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414c44 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp224r1_p - 0x000000003f414eec 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414c60 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192r1_n - 0x000000003f414f0c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414c80 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192r1_gy - 0x000000003f414f24 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414c98 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192r1_gx - 0x000000003f414f3c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414cb0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192r1_b - 0x000000003f414f54 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414cc8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.secp192r1_p - 0x000000003f414f6c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000003f414ce0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .rodata.mbedtls_strerror.str1.4 - 0x000000003f414f84 0x29aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) - *fill* 0x000000003f41792e 0x2 + 0x000000003f414cf8 0x29aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + *fill* 0x000000003f4176a2 0x2 .rodata.mbedtls_md_info_from_type - 0x000000003f417930 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000003f4176a4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) .rodata.str1.4 - 0x000000003f417948 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x000000003f4176bc 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) .rodata.mbedtls_sha512_info - 0x000000003f417948 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x000000003f417948 mbedtls_sha512_info + 0x000000003f4176bc 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x000000003f4176bc mbedtls_sha512_info .rodata.mbedtls_sha384_info - 0x000000003f417978 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x000000003f417978 mbedtls_sha384_info + 0x000000003f4176ec 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x000000003f4176ec mbedtls_sha384_info .rodata.mbedtls_sha256_info - 0x000000003f4179a8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x000000003f4179a8 mbedtls_sha256_info + 0x000000003f41771c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x000000003f41771c mbedtls_sha256_info .rodata.mbedtls_sha224_info - 0x000000003f4179d8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x000000003f4179d8 mbedtls_sha224_info + 0x000000003f41774c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x000000003f41774c mbedtls_sha224_info .rodata.mbedtls_sha1_info - 0x000000003f417a08 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x000000003f417a08 mbedtls_sha1_info + 0x000000003f41777c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x000000003f41777c mbedtls_sha1_info .rodata.mbedtls_md5_info - 0x000000003f417a38 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x000000003f417a38 mbedtls_md5_info + 0x000000003f4177ac 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x000000003f4177ac mbedtls_md5_info .rodata.rsa_debug.str1.4 - 0x000000003f417a68 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x000000003f417a76 0x2 + 0x000000003f4177dc 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000003f4177ea 0x2 .rodata.eckey_debug.str1.4 - 0x000000003f417a78 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f4177ec 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) .rodata.str1.4 - 0x000000003f417a80 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f4177f4 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) .rodata.mbedtls_ecdsa_info - 0x000000003f417aa0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x000000003f417aa0 mbedtls_ecdsa_info + 0x000000003f417814 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f417814 mbedtls_ecdsa_info .rodata.mbedtls_eckeydh_info - 0x000000003f417ad0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x000000003f417ad0 mbedtls_eckeydh_info + 0x000000003f417844 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f417844 mbedtls_eckeydh_info .rodata.mbedtls_eckey_info - 0x000000003f417b00 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x000000003f417b00 mbedtls_eckey_info + 0x000000003f417874 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f417874 mbedtls_eckey_info .rodata.mbedtls_rsa_info - 0x000000003f417b30 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x000000003f417b30 mbedtls_rsa_info + 0x000000003f4178a4 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f4178a4 mbedtls_rsa_info .rodata.mbedtls_pkcs5_pbes2.str1.4 - 0x000000003f417b60 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - *fill* 0x000000003f417b6a 0x2 + 0x000000003f4178d4 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + *fill* 0x000000003f4178de 0x2 .rodata.pk_group_from_specified.str1.4 - 0x000000003f417b6c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x000000003f4178e0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) .rodata.pk_parse_key_pkcs8_encrypted_der.str1.4 - 0x000000003f417b74 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - *fill* 0x000000003f417b8a 0x2 + 0x000000003f4178e8 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x000000003f4178fe 0x2 .rodata.mbedtls_pk_load_file.str1.4 - 0x000000003f417b8c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x000000003f417900 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0x10 (size before relaxing) .rodata.mbedtls_pk_parse_key.str1.4 - 0x000000003f417b98 0x102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - *fill* 0x000000003f417c9a 0x2 + 0x000000003f41790c 0x102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x000000003f417a0e 0x2 .rodata.mbedtls_pk_write_key_pem.str1.4 - 0x000000003f417c9c 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .rodata 0x000000003f417d20 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - *fill* 0x000000003f417d56 0x2 + 0x000000003f417a10 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .rodata 0x000000003f417a94 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + *fill* 0x000000003f417aca 0x2 + .rodata.esp_mpi_read_result_hw_op.str1.4 + 0x000000003f417acc 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000003f417b21 0x3 + .rodata.__func__$3996 + 0x000000003f417b24 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000003f417b35 0x3 .rodata.sha1_padding - 0x000000003f417d58 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x000000003f417b38 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) .rodata.sha256_padding - 0x000000003f417d98 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .rodata.K 0x000000003f417dd8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000003f417b78 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .rodata.K 0x000000003f417bb8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) .rodata.sha512_padding - 0x000000003f417ed8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .rodata.K 0x000000003f417f58 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .rodata.mont.str1.4 - 0x000000003f4181d8 0x59 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - *fill* 0x000000003f418231 0x3 - .rodata.__func__$5544 - 0x000000003f418234 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - *fill* 0x000000003f418245 0x3 - .rodata.sha_get_engine_state.str1.4 - 0x000000003f418248 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - *fill* 0x000000003f41829a 0x2 - .rodata.esp_sha_lock_engine_common.str1.4 - 0x000000003f41829c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .rodata.esp_sha_read_digest_state.str1.4 - 0x000000003f4182b0 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .rodata.__func__$4952 - 0x000000003f4182f8 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - *fill* 0x000000003f418306 0x2 - .rodata.__func__$4929 - 0x000000003f418308 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - *fill* 0x000000003f418322 0x2 - .rodata.__func__$4895 - 0x000000003f418324 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - *fill* 0x000000003f418339 0x3 - .rodata.__func__$4911 - 0x000000003f41833c 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - *fill* 0x000000003f418357 0x1 + 0x000000003f417cb8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .rodata.K 0x000000003f417d38 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) .rodata.mbedtls_cipher_set_padding_mode - 0x000000003f418358 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000003f417fb8 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) .rodata.mbedtls_cipher_definitions - 0x000000003f41836c 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x000000003f41836c mbedtls_cipher_definitions + 0x000000003f417fcc 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f417fcc mbedtls_cipher_definitions .rodata.str1.4 - 0x000000003f41842c 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f41808c 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_256_ccm_info - 0x000000003f41854c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4181ac 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_192_ccm_info - 0x000000003f41856c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4181cc 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_128_ccm_info - 0x000000003f41858c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4181ec 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.ccm_aes_info - 0x000000003f4185ac 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f41820c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_256_gcm_info - 0x000000003f4185d8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418238 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_192_gcm_info - 0x000000003f4185f8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418258 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_128_gcm_info - 0x000000003f418618 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418278 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.gcm_aes_info - 0x000000003f418638 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418298 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_256_xts_info - 0x000000003f418664 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4182c4 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_128_xts_info - 0x000000003f418684 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4182e4 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.xts_aes_info - 0x000000003f4186a4 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418304 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_256_ctr_info - 0x000000003f4186d0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418330 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_192_ctr_info - 0x000000003f4186f0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418350 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_128_ctr_info - 0x000000003f418710 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418370 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_256_ofb_info - 0x000000003f418730 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418390 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_192_ofb_info - 0x000000003f418750 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4183b0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_128_ofb_info - 0x000000003f418770 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4183d0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_256_cfb128_info - 0x000000003f418790 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4183f0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_192_cfb128_info - 0x000000003f4187b0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418410 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_128_cfb128_info - 0x000000003f4187d0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418430 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_256_cbc_info - 0x000000003f4187f0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418450 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_192_cbc_info - 0x000000003f418810 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418470 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_128_cbc_info - 0x000000003f418830 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f418490 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_256_ecb_info - 0x000000003f418850 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4184b0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_192_ecb_info - 0x000000003f418870 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4184d0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_128_ecb_info - 0x000000003f418890 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f4184f0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .rodata.aes_info - 0x000000003f4188b0 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - *fill* 0x000000003f4188dc 0x4 - .rodata.last4 0x000000003f4188e0 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000003f418510 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.ecdsa_sign_det_restartable.str1.4 + 0x000000003f41853c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + *fill* 0x000000003f41854d 0x3 + .rodata.last4 0x000000003f418550 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) .rodata.str1.4 - 0x000000003f418960 0xb1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000003f4185d0 0xb1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) 0xbc9 (size before relaxing) - *fill* 0x000000003f41947d 0x3 + *fill* 0x000000003f4190ed 0x3 .rodata.oid_pkcs12_pbe_alg - 0x000000003f419480 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000003f4190f0 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .rodata.oid_md_hmac - 0x000000003f4194c8 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000003f419138 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .rodata.oid_md_alg - 0x000000003f419540 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000003f4191b0 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .rodata.oid_cipher_alg - 0x000000003f4195cc 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata 0x000000003f419608 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - *fill* 0x000000003f419636 0x2 + 0x000000003f41923c 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata 0x000000003f419278 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000003f4192a6 0x2 .rodata.oid_ecp_grp - 0x000000003f419638 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000003f4192a8 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .rodata.oid_pk_alg - 0x000000003f419728 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000003f419398 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .rodata.oid_sig_alg - 0x000000003f419778 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000003f4193e8 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .rodata.oid_x509_ext - 0x000000003f4198c8 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000003f419538 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .rodata.oid_x520_attr_type - 0x000000003f419940 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000003f4195b0 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .rodata.mbedtls_pem_read_buffer.str1.4 - 0x000000003f419ad0 0x6f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - *fill* 0x000000003f419b3f 0x1 + 0x000000003f419740 0x6f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + *fill* 0x000000003f4197af 0x1 + .rodata.sha_get_engine_state.str1.4 + 0x000000003f4197b0 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f419802 0x2 + .rodata.esp_sha_lock_engine_common.str1.4 + 0x000000003f419804 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_read_digest_state.str1.4 + 0x000000003f419818 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.__func__$5030 + 0x000000003f419860 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41986e 0x2 + .rodata.__func__$5007 + 0x000000003f419870 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41988a 0x2 + .rodata.__func__$4973 + 0x000000003f41988c 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f4198a1 0x3 + .rodata.__func__$4989 + 0x000000003f4198a4 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f4198bf 0x1 .rodata.base64_dec_map - 0x000000003f419b40 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x000000003f4198c0 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) .rodata.base64_enc_map - 0x000000003f419bc0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x000000003f419940 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) .rodata.x509_date_is_valid - 0x000000003f419c00 0x34 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x000000003f419980 0x34 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) .rodata.mbedtls_x509_get_rsassa_pss_params.str1.4 - 0x000000003f419c34 0xa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - *fill* 0x000000003f419c3e 0x2 + 0x000000003f4199b4 0xa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + *fill* 0x000000003f4199be 0x2 .rodata.mbedtls_x509_dn_gets.str1.4 - 0x000000003f419c40 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x000000003f4199c0 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) 0x13 (size before relaxing) .rodata.x509_crt_verify_name.str1.4 - 0x000000003f419c4c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata 0x000000003f419c4c 0x5 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - *fill* 0x000000003f419c51 0x3 + 0x000000003f4199cc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata 0x000000003f4199cc 0x5 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000003f4199d1 0x3 .rodata.mbedtls_x509_crt_parse.str1.4 - 0x000000003f419c54 0x36 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - *fill* 0x000000003f419c8a 0x2 + 0x000000003f4199d4 0x36 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000003f419a0a 0x2 .rodata.mbedtls_x509_crt_profile_suiteb - 0x000000003f419c8c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x000000003f419c8c mbedtls_x509_crt_profile_suiteb + 0x000000003f419a0c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000003f419a0c mbedtls_x509_crt_profile_suiteb .rodata.mbedtls_x509_crt_profile_default - 0x000000003f419c9c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x000000003f419c9c mbedtls_x509_crt_profile_default + 0x000000003f419a1c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000003f419a1c mbedtls_x509_crt_profile_default .rodata.mbedtls_x509_csr_parse.str1.4 - 0x000000003f419cac 0x98 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x000000003f419a2c 0x98 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) .rodata.mbedtls_x509write_crt_set_basic_constraints.str1.4 - 0x000000003f419d44 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x000000003f419ac4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) .rodata.mbedtls_x509write_crt_set_subject_key_identifier.str1.4 - 0x000000003f419d44 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x000000003f419ac4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) .rodata.mbedtls_x509write_crt_set_authority_key_identifier.str1.4 - 0x000000003f419d48 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x000000003f419ac8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) .rodata.mbedtls_x509write_crt_set_key_usage.str1.4 - 0x000000003f419d4c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x000000003f419acc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) .rodata.mbedtls_x509write_crt_set_ns_cert_type.str1.4 - 0x000000003f419d4c 0xa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x000000003f419acc 0xa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) .rodata.mbedtls_x509write_crt_pem.str1.4 - 0x000000003f419d4c 0x39 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - *fill* 0x000000003f419d85 0x3 + 0x000000003f419acc 0x39 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + *fill* 0x000000003f419b05 0x3 .rodata.str1.4 - 0x000000003f419d88 0x88 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x000000003f419b08 0x88 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) 0x183 (size before relaxing) .rodata.x509_attrs - 0x000000003f419e10 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x000000003f419b90 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) .rodata.get_ota_partition_count.str1.4 - 0x000000003f419fe0 0x86 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - *fill* 0x000000003f41a066 0x2 + 0x000000003f419d60 0x86 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f419de6 0x2 .rodata.esp_ota_get_running_partition.str1.4 - 0x000000003f41a068 0x33 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - *fill* 0x000000003f41a09b 0x1 - .rodata.__func__$5842 - 0x000000003f41a09c 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - *fill* 0x000000003f41a0ba 0x2 + 0x000000003f419de8 0x33 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f419e1b 0x1 + .rodata.__func__$5954 + 0x000000003f419e1c 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f419e3a 0x2 + .rodata.GPIO_PIN_MUX_REG + 0x000000003f419e3c 0xa0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + 0x000000003f419e3c GPIO_PIN_MUX_REG + .rodata.rtc_io_desc + 0x000000003f419edc 0x3f0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + 0x000000003f419edc rtc_io_desc + .rodata.rtc_io_num_map + 0x000000003f41a2cc 0xa0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + 0x000000003f41a2cc rtc_io_num_map + .rodata.uart_periph_signal + 0x000000003f41a36c 0x24 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + 0x000000003f41a36c uart_periph_signal + .rodata.esp_netif_action_connected.str1.4 + 0x000000003f41a390 0xa1 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + *fill* 0x000000003f41a431 0x3 + .rodata.esp_netif_action_got_ip.str1.4 + 0x000000003f41a434 0x4e esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + *fill* 0x000000003f41a482 0x2 + .rodata.__FUNCTION__$8478 + 0x000000003f41a484 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + *fill* 0x000000003f41a49f 0x1 + .rodata._g_esp_netif_soft_ap_ip + 0x000000003f41a4a0 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x000000003f41a4a0 _g_esp_netif_soft_ap_ip + .rodata.str1.4 + 0x000000003f41a4ac 0x3c esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .rodata._g_esp_netif_inherent_ap_config + 0x000000003f41a4e8 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x000000003f41a4e8 _g_esp_netif_inherent_ap_config + .rodata._g_esp_netif_inherent_sta_config + 0x000000003f41a50c 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x000000003f41a50c _g_esp_netif_inherent_sta_config + .rodata.s_wifi_netif_config_sta + 0x000000003f41a530 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.s_wifi_netif_config_ap + 0x000000003f41a538 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) .rodata.wpa_config_profile.str1.4 - 0x000000003f41a0bc 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x000000003f41a540 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) 0x5a (size before relaxing) - *fill* 0x000000003f41a112 0x2 + *fill* 0x000000003f41a596 0x2 .rodata.wpa_sta_connect.str1.4 - 0x000000003f41a114 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - *fill* 0x000000003f41a11d 0x3 - .rodata.__func__$11518 - 0x000000003f41a120 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .rodata.__func__$11480 - 0x000000003f41a130 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - *fill* 0x000000003f41a143 0x1 + 0x000000003f41a598 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + *fill* 0x000000003f41a5a1 0x3 + .rodata.__func__$11618 + 0x000000003f41a5a4 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .rodata.__func__$11580 + 0x000000003f41a5b4 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + *fill* 0x000000003f41a5c7 0x1 .rodata.cipher_type_map_public_to_supp - 0x000000003f41a144 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000003f41a5c8 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) .rodata.wpa_derive_ptk.str1.4 - 0x000000003f41a160 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - *fill* 0x000000003f41a177 0x1 + 0x000000003f41a5e4 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + *fill* 0x000000003f41a5fb 0x1 .rodata.wpa_gen_wpa_ie_rsn.str1.4 - 0x000000003f41a178 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - *fill* 0x000000003f41a1ea 0x2 + 0x000000003f41a5fc 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x000000003f41a66e 0x2 .rodata.wpa_gen_wpa_ie_wpa.str1.4 - 0x000000003f41a1ec 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - *fill* 0x000000003f41a212 0x2 - .rodata.__func__$5092 - 0x000000003f41a214 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - *fill* 0x000000003f41a227 0x1 - .rodata.__func__$5106 - 0x000000003f41a228 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - *fill* 0x000000003f41a23b 0x1 + 0x000000003f41a670 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x000000003f41a696 0x2 + .rodata.__func__$5103 + 0x000000003f41a698 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x000000003f41a6ab 0x1 + .rodata.__func__$5117 + 0x000000003f41a6ac 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x000000003f41a6bf 0x1 + .rodata.printf_decode + 0x000000003f41a6c0 0x15c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .rodata.wpa_group_init_gmk_and_counter.str1.4 - 0x000000003f41a23c 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x000000003f41a249 0x3 + 0x000000003f41a81c 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f41a829 0x3 .rodata.wpa_gtk_update.str1.4 - 0x000000003f41a24c 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x000000003f41a273 0x1 + 0x000000003f41a82c 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f41a853 0x1 .rodata.wpa_group_config_group_keys.str1.4 - 0x000000003f41a274 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x000000003f41a854 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .rodata.wpa_derive_ptk.str1.4 - 0x000000003f41a27b 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x000000003f41a27b 0x1 + 0x000000003f41a85b 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f41a85b 0x1 .rodata.sm_WPA_PTK_Step - 0x000000003f41a27c 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x000000003f41a85c 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .rodata.wpa_receive - 0x000000003f41a2a8 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x000000003f41a888 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .rodata.sae_test_pwd_seed_ecc.str1.4 - 0x000000003f41a2c4 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x000000003f41a8a4 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) .rodata.sae_derive_keys.str1.4 - 0x000000003f41a2dc 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .rodata 0x000000003f41a2ec 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x000000003f41a8bc 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata 0x000000003f41a8cc 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) .rodata.rsn_pmkid.str1.4 - 0x000000003f41a2f8 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - *fill* 0x000000003f41a301 0x3 + 0x000000003f41a8d8 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x000000003f41a8e1 0x3 .rodata.dh_groups - 0x000000003f41a304 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x000000003f41a8e4 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) .rodata.dh_group5_order - 0x000000003f41a324 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x000000003f41a904 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) .rodata.dh_group5_prime - 0x000000003f41a3e4 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x000000003f41a9c4 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) .rodata.dh_group5_generator - 0x000000003f41a4a4 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - *fill* 0x000000003f41a4a5 0x3 + 0x000000003f41aa84 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + *fill* 0x000000003f41aa85 0x3 .rodata.pmksa_cache_init.str1.4 - 0x000000003f41a4a8 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x000000003f41aa88 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) .rodata.str1.4 - 0x000000003f41a4bc 0x5a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x5b0 (size before relaxing) - .rodata.__FUNCTION__$10754 - 0x000000003f41aa64 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10614 - 0x000000003f41aa78 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - *fill* 0x000000003f41aa8e 0x2 - .rodata.__FUNCTION__$10556 - 0x000000003f41aa90 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10482 - 0x000000003f41aaa8 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - *fill* 0x000000003f41aac5 0x3 - .rodata.__FUNCTION__$10476 - 0x000000003f41aac8 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - *fill* 0x000000003f41aae3 0x1 - .rodata.__FUNCTION__$10428 - 0x000000003f41aae4 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - *fill* 0x000000003f41aaf5 0x3 - .rodata.__FUNCTION__$10403 - 0x000000003f41aaf8 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - *fill* 0x000000003f41ab0d 0x3 - .rodata.__FUNCTION__$10337 - 0x000000003f41ab10 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10329 - 0x000000003f41ab24 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10269 - 0x000000003f41ab38 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - .rodata.__FUNCTION__$10254 - 0x000000003f41ab4c 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - *fill* 0x000000003f41ab5d 0x3 - .rodata.__FUNCTION__$10056 - 0x000000003f41ab60 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - *fill* 0x000000003f41ab7e 0x2 + 0x000000003f41aa9c 0x420 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) .rodata.str1.4 - 0x000000003f41ab80 0x104 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x10c (size before relaxing) + 0x000000003f41aebc 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) .rodata.ieee80211_ethbroadcast - 0x000000003f41ac84 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x000000003f41ac84 ieee80211_ethbroadcast - *fill* 0x000000003f41ac8a 0x2 + 0x000000003f41af90 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x000000003f41af90 ieee80211_ethbroadcast + *fill* 0x000000003f41af96 0x2 .rodata.str1.4 - 0x000000003f41ac8c 0xd2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) - 0xda (size before relaxing) - *fill* 0x000000003f41ad5e 0x2 + 0x000000003f41af98 0x96 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + *fill* 0x000000003f41b02e 0x2 .rodata.str1.4 - 0x000000003f41ad60 0x1e1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) - 0x1e9 (size before relaxing) - *fill* 0x000000003f41af41 0x3 + 0x000000003f41b030 0x1a5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + *fill* 0x000000003f41b1d5 0x3 .rodata.str1.4 - 0x000000003f41af44 0x301 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x31d (size before relaxing) - *fill* 0x000000003f41b245 0x3 - .rodata.__FUNCTION__$9908 - 0x000000003f41b248 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - *fill* 0x000000003f41b25a 0x2 + 0x000000003f41b1d8 0x1725 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x1779 (size before relaxing) + *fill* 0x000000003f41c8fd 0x3 .rodata.str1.4 - 0x000000003f41b25c 0x4ba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x4d6 (size before relaxing) - *fill* 0x000000003f41b716 0x2 - .rodata 0x000000003f41b718 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x000000003f41c900 0x249 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x251 (size before relaxing) + *fill* 0x000000003f41cb49 0x3 .rodata.str1.4 - 0x000000003f41b728 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + 0x000000003f41cb4c 0x356 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x35e (size before relaxing) + *fill* 0x000000003f41cea2 0x2 + .rodata 0x000000003f41cea4 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) .rodata.str1.4 - 0x000000003f41b728 0x416 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x43a (size before relaxing) - *fill* 0x000000003f41bb3e 0x2 - .rodata 0x000000003f41bb40 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - .rodata.CSWTCH$58 - 0x000000003f41bb54 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x000000003f41ceb4 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) .rodata.str1.4 - 0x000000003f41bb74 0xcbf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xd1f (size before relaxing) - *fill* 0x000000003f41c833 0x1 - .rodata 0x000000003f41c834 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c83a 0x2 - .rodata.CSWTCH$338 - 0x000000003f41c83c 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10984 - 0x000000003f41c860 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c87e 0x2 - .rodata.__FUNCTION__$10862 - 0x000000003f41c880 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10772 - 0x000000003f41c898 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c8a9 0x3 - .rodata.__FUNCTION__$10756 - 0x000000003f41c8ac 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10746 - 0x000000003f41c8c0 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c8d9 0x3 - .rodata.__FUNCTION__$10452 - 0x000000003f41c8dc 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c8f9 0x3 - .rodata.__FUNCTION__$10351 - 0x000000003f41c8fc 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__$10677 - 0x000000003f41c91c 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c936 0x2 - .rodata.__FUNCTION__$10574 - 0x000000003f41c938 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c94b 0x1 - .rodata.__FUNCTION__$10532 - 0x000000003f41c94c 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c962 0x2 - .rodata.__FUNCTION__$10277 - 0x000000003f41c964 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c97a 0x2 - .rodata.__FUNCTION__$10443 - 0x000000003f41c97c 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c99a 0x2 - .rodata.__FUNCTION__$10417 - 0x000000003f41c99c 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c9b1 0x3 - .rodata.__FUNCTION__$10342 - 0x000000003f41c9b4 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c9d1 0x3 - .rodata.__FUNCTION__$10330 - 0x000000003f41c9d4 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41c9e9 0x3 - .rodata.__FUNCTION__$10312 - 0x000000003f41c9ec 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x000000003f41ca03 0x1 + 0x000000003f41ceb4 0x332 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x342 (size before relaxing) + *fill* 0x000000003f41d1e6 0x2 + .rodata 0x000000003f41d1e8 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) .rodata.str1.4 - 0x000000003f41ca04 0x3fd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x419 (size before relaxing) - *fill* 0x000000003f41ce01 0x3 + 0x000000003f41d1fc 0x9d3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x9f7 (size before relaxing) + *fill* 0x000000003f41dbcf 0x1 + .rodata 0x000000003f41dbd0 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f41dbd6 0x2 + .rodata.CSWTCH$253 + 0x000000003f41dbd8 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata.__FUNCTION__$10545 + 0x000000003f41dbfc 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f41dc12 0x2 + .rodata.str1.4 + 0x000000003f41dc14 0x35d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x371 (size before relaxing) + *fill* 0x000000003f41df71 0x3 .rodata.wifi_nvs_set - 0x000000003f41ce04 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x000000003f41df74 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .rodata.wifi_nvs_load - 0x000000003f41ce44 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x000000003f41dfb4 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) .rodata.str1.4 - 0x000000003f41ce64 0x43e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x45a (size before relaxing) - *fill* 0x000000003f41d2a2 0x2 - .rodata 0x000000003f41d2a4 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - *fill* 0x000000003f41d2aa 0x2 - .rodata.s_ac_param$9489 - 0x000000003f41d2ac 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - .rodata.param$9490 - 0x000000003f41d2c8 0x9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - *fill* 0x000000003f41d2d1 0x3 - .rodata.info$9484 - 0x000000003f41d2d4 0x9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - *fill* 0x000000003f41d2dd 0x3 + 0x000000003f41dfd4 0x342 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x34a (size before relaxing) + *fill* 0x000000003f41e316 0x2 + .rodata 0x000000003f41e318 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + *fill* 0x000000003f41e31e 0x2 + .rodata.s_ac_param$9542 + 0x000000003f41e320 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata.param$9543 + 0x000000003f41e33c 0x9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + *fill* 0x000000003f41e345 0x3 + .rodata.info$9537 + 0x000000003f41e348 0x9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + *fill* 0x000000003f41e351 0x3 .rodata.str1.4 - 0x000000003f41d2e0 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) - 0x77 (size before relaxing) + 0x000000003f41e354 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x57 (size before relaxing) .rodata.ieee80211_11g_table - 0x000000003f41d338 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x000000003f41e3a0 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) .rodata.ieee80211_11b_table - 0x000000003f41d40c 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x000000003f41e474 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) .rodata.str1.4 - 0x000000003f41d4e0 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x37 (size before relaxing) - *fill* 0x000000003f41d50f 0x1 + 0x000000003f41e548 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + *fill* 0x000000003f41e56b 0x1 .rodata.str1.4 - 0x000000003f41d510 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - 0x58 (size before relaxing) + 0x000000003f41e56c 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) .rodata.str1.4 - 0x000000003f41d560 0xa60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xae0 (size before relaxing) + 0x000000003f41e5a4 0x784 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x7cc (size before relaxing) .rodata.str1.4 - 0x000000003f41dfc0 0xa80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0xb02 (size before relaxing) + 0x000000003f41ed28 0x824 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x882 (size before relaxing) .rodata.ieee80211_sta_new_state - 0x000000003f41ea40 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - .rodata 0x000000003f41ea58 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - .rodata.state_desc$9652 - 0x000000003f41ea5c 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003f41f54c 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata 0x000000003f41f564 0x4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata.state_desc$9703 + 0x000000003f41f568 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) .rodata.str1.4 - 0x000000003f41ea80 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) - 0x8c (size before relaxing) + 0x000000003f41f58c 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x58 (size before relaxing) .rodata.wifi_set_rx_policy - 0x000000003f41ead0 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000003f41f5dc 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) .rodata.str1.4 - 0x000000003f41eafc 0x179 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x181 (size before relaxing) - *fill* 0x000000003f41ec75 0x3 - .rodata.__FUNCTION__$8592 - 0x000000003f41ec78 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - .rodata.__FUNCTION__$8596 - 0x000000003f41ec90 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41ecaa 0x2 - .rodata.__FUNCTION__$8600 - 0x000000003f41ecac 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41ecc9 0x3 - .rodata.__FUNCTION__$8604 - 0x000000003f41eccc 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41ecda 0x2 - .rodata.__FUNCTION__$8608 - 0x000000003f41ecdc 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41ecf1 0x3 - .rodata.__FUNCTION__$8612 - 0x000000003f41ecf4 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41ed05 0x3 - .rodata.__FUNCTION__$8616 - 0x000000003f41ed08 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - .rodata.__FUNCTION__$8620 - 0x000000003f41ed1c 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - .rodata.__FUNCTION__$8624 - 0x000000003f41ed30 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41ed46 0x2 - .rodata.__FUNCTION__$8631 - 0x000000003f41ed48 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41ed57 0x1 - .rodata.__FUNCTION__$8639 - 0x000000003f41ed58 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - .rodata.__FUNCTION__$8635 - 0x000000003f41ed70 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - .rodata.__FUNCTION__$8643 - 0x000000003f41ed80 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41ed9b 0x1 - .rodata.__FUNCTION__$8647 - 0x000000003f41ed9c 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41edbb 0x1 - .rodata.__FUNCTION__$8651 - 0x000000003f41edbc 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41edd6 0x2 - .rodata.__FUNCTION__$8655 - 0x000000003f41edd8 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - *fill* 0x000000003f41edea 0x2 + 0x000000003f41f608 0x10d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f715 0x3 + .rodata.__FUNCTION__$8632 + 0x000000003f41f718 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$8636 + 0x000000003f41f730 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f74a 0x2 + .rodata.__FUNCTION__$8640 + 0x000000003f41f74c 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f769 0x3 + .rodata.__FUNCTION__$8644 + 0x000000003f41f76c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f77a 0x2 + .rodata.__FUNCTION__$8648 + 0x000000003f41f77c 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f791 0x3 + .rodata.__FUNCTION__$8652 + 0x000000003f41f794 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f7a5 0x3 + .rodata.__FUNCTION__$8656 + 0x000000003f41f7a8 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$8660 + 0x000000003f41f7bc 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$8664 + 0x000000003f41f7d0 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f7e6 0x2 + .rodata.__FUNCTION__$8671 + 0x000000003f41f7e8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f7f7 0x1 + .rodata.__FUNCTION__$8679 + 0x000000003f41f7f8 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$8675 + 0x000000003f41f810 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$8683 + 0x000000003f41f820 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f83b 0x1 + .rodata.__FUNCTION__$8687 + 0x000000003f41f83c 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f85b 0x1 + .rodata.__FUNCTION__$8691 + 0x000000003f41f85c 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f876 0x2 + .rodata.__FUNCTION__$8695 + 0x000000003f41f878 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f41f88a 0x2 .rodata.str1.4 - 0x000000003f41edec 0x139 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - 0x155 (size before relaxing) - *fill* 0x000000003f41ef25 0x3 + 0x000000003f41f88c 0xd9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0xe1 (size before relaxing) + *fill* 0x000000003f41f965 0x3 .rodata.str1.4 - 0x000000003f41ef28 0x110d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x11a9 (size before relaxing) - *fill* 0x000000003f420035 0x3 - .rodata.__FUNCTION__$9655 - 0x000000003f420038 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - *fill* 0x000000003f42004b 0x1 + 0x000000003f41f968 0xd29 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xd7d (size before relaxing) + *fill* 0x000000003f420691 0x3 .rodata.str1.4 - 0x000000003f42004c 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) - 0x2f (size before relaxing) - *fill* 0x000000003f42005f 0x1 + 0x000000003f420694 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x1b (size before relaxing) + *fill* 0x000000003f4206a7 0x1 .rodata.str1.4 - 0x000000003f420060 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) - 0x96 (size before relaxing) - *fill* 0x000000003f4200ee 0x2 + 0x000000003f4206a8 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + *fill* 0x000000003f420712 0x2 .rodata.str1.4 - 0x000000003f4200f0 0x1f5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) - 0x1fd (size before relaxing) - *fill* 0x000000003f4202e5 0x3 + 0x000000003f420714 0x17d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + *fill* 0x000000003f420891 0x3 .rodata.str1.4 - 0x000000003f4202e8 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x90 (size before relaxing) - .rodata 0x000000003f420348 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - *fill* 0x000000003f42034e 0x2 + 0x000000003f420894 0x3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x58 (size before relaxing) + .rodata 0x000000003f4208d0 0x6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + *fill* 0x000000003f4208d6 0x2 .rodata.str1.4 - 0x000000003f420350 0x153 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x15b (size before relaxing) - *fill* 0x000000003f4204a3 0x1 + 0x000000003f4208d8 0xf3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f4209cb 0x1 .rodata.lmacProcessTxComplete - 0x000000003f4204a4 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .rodata.__FUNCTION__$7975 - 0x000000003f4204bc 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - .rodata.__FUNCTION__$7931 - 0x000000003f4204c8 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f4204db 0x1 - .rodata.__FUNCTION__$7914 - 0x000000003f4204dc 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f4204f2 0x2 - .rodata.__FUNCTION__$7902 - 0x000000003f4204f4 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f42050a 0x2 - .rodata.__FUNCTION__$7894 - 0x000000003f42050c 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f420522 0x2 - .rodata.__FUNCTION__$7843 - 0x000000003f420524 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f42053a 0x2 - .rodata.__FUNCTION__$7880 - 0x000000003f42053c 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f420555 0x3 - .rodata.__FUNCTION__$7723 - 0x000000003f420558 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f420579 0x3 - .rodata.__FUNCTION__$7859 - 0x000000003f42057c 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f420596 0x2 - .rodata.__FUNCTION__$7797 - 0x000000003f420598 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f4205ad 0x3 - .rodata.__FUNCTION__$7771 - 0x000000003f4205b0 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f4205cd 0x3 - .rodata.__FUNCTION__$7696 - 0x000000003f4205d0 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f4205e5 0x3 - .rodata.__FUNCTION__$7990 - 0x000000003f4205e8 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f4205f3 0x1 - .rodata.__FUNCTION__$7752 - 0x000000003f4205f4 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f420615 0x3 - .rodata.__FUNCTION__$7607 - 0x000000003f420618 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f420627 0x1 - .rodata.__FUNCTION__$7581 - 0x000000003f420628 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - *fill* 0x000000003f42063b 0x1 + 0x000000003f4209cc 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$8007 + 0x000000003f4209e4 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$7963 + 0x000000003f4209f0 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420a03 0x1 + .rodata.__FUNCTION__$7946 + 0x000000003f420a04 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420a1a 0x2 + .rodata.__FUNCTION__$7934 + 0x000000003f420a1c 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420a32 0x2 + .rodata.__FUNCTION__$7926 + 0x000000003f420a34 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420a4a 0x2 + .rodata.__FUNCTION__$7875 + 0x000000003f420a4c 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420a62 0x2 + .rodata.__FUNCTION__$7912 + 0x000000003f420a64 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420a7d 0x3 + .rodata.__FUNCTION__$7755 + 0x000000003f420a80 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420aa1 0x3 + .rodata.__FUNCTION__$7891 + 0x000000003f420aa4 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420abe 0x2 + .rodata.__FUNCTION__$7829 + 0x000000003f420ac0 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420ad5 0x3 + .rodata.__FUNCTION__$7803 + 0x000000003f420ad8 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420af5 0x3 + .rodata.__FUNCTION__$7728 + 0x000000003f420af8 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420b0d 0x3 + .rodata.__FUNCTION__$8022 + 0x000000003f420b10 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420b1b 0x1 + .rodata.__FUNCTION__$7784 + 0x000000003f420b1c 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420b3d 0x3 + .rodata.__FUNCTION__$7639 + 0x000000003f420b40 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420b4f 0x1 + .rodata.__FUNCTION__$7613 + 0x000000003f420b50 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f420b63 0x1 .rodata.str1.4 - 0x000000003f42063c 0x2be /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x2c6 (size before relaxing) - *fill* 0x000000003f4208fa 0x2 + 0x000000003f420b64 0x252 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + *fill* 0x000000003f420db6 0x2 .rodata.str1.4 - 0x000000003f4208fc 0x25d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x270 (size before relaxing) - *fill* 0x000000003f420b59 0x3 - .rodata 0x000000003f420b5c 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - .rodata.CSWTCH$278 - 0x000000003f420bc8 0x3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003f420db8 0x1a9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1bc (size before relaxing) + *fill* 0x000000003f420f61 0x3 + .rodata 0x000000003f420f64 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata.CSWTCH$269 + 0x000000003f420fd0 0x3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) .rodata.str1.4 - 0x000000003f420bcb 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - *fill* 0x000000003f420bcb 0x1 + 0x000000003f420fd3 0x1d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + *fill* 0x000000003f420fd3 0x1 .rodata.our_controls - 0x000000003f420bcc 0x158 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x000000003f420fd4 0x158 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) .rodata.rc11NRate2SchedIdx - 0x000000003f420d24 0xac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003f42112c 0xac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .rodata.rssi_margin - 0x000000003f420dd0 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003f4211d8 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .rodata.rcUpdateAMPDUParam - 0x000000003f420e50 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003f421258 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) .rodata.str1.4 - 0x000000003f420e90 0x1d8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x1f8 (size before relaxing) + 0x000000003f421298 0x160 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x16c (size before relaxing) .rodata.rcUpdatePhyMode - 0x000000003f421068 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - .rodata 0x000000003f4210a0 0x104 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - .rodata.CSWTCH$109 - 0x000000003f4211a4 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - *fill* 0x000000003f4211c2 0x2 - .rodata.CSWTCH$79 - 0x000000003f4211c4 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - *fill* 0x000000003f4211ef 0x1 - .rodata.CSWTCH$77 - 0x000000003f4211f0 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - *fill* 0x000000003f42121b 0x1 - .rodata.__FUNCTION__$7589 - 0x000000003f42121c 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - *fill* 0x000000003f42122e 0x2 - .rodata.__FUNCTION__$7502 - 0x000000003f421230 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - *fill* 0x000000003f42123a 0x2 - .rodata.__FUNCTION__$7492 - 0x000000003f42123c 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - .rodata.__FUNCTION__$7486 - 0x000000003f42124c 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - *fill* 0x000000003f421257 0x1 + 0x000000003f4213f8 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata 0x000000003f421430 0x104 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.CSWTCH$98 + 0x000000003f421534 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x000000003f421552 0x2 + .rodata.CSWTCH$68 + 0x000000003f421554 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x000000003f42157f 0x1 + .rodata.CSWTCH$66 + 0x000000003f421580 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x000000003f4215ab 0x1 + .rodata.__FUNCTION__$7621 + 0x000000003f4215ac 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x000000003f4215be 0x2 + .rodata.__FUNCTION__$7534 + 0x000000003f4215c0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x000000003f4215ca 0x2 + .rodata.__FUNCTION__$7524 + 0x000000003f4215cc 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.__FUNCTION__$7518 + 0x000000003f4215dc 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x000000003f4215e7 0x1 .rodata.str1.4 - 0x000000003f421258 0x24e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x26e (size before relaxing) - *fill* 0x000000003f4214a6 0x2 - .rodata.__FUNCTION__$8795 - 0x000000003f4214a8 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - .rodata.__FUNCTION__$8658 - 0x000000003f4214bc 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - .rodata.__FUNCTION__$8290 - 0x000000003f4214d0 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - *fill* 0x000000003f4214e6 0x2 - .rodata.__FUNCTION__$8301 - 0x000000003f4214e8 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003f4215e8 0x1a6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x1b2 (size before relaxing) + *fill* 0x000000003f42178e 0x2 + .rodata.__FUNCTION__$8832 + 0x000000003f421790 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata.__FUNCTION__$8695 + 0x000000003f4217a4 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata.__FUNCTION__$8327 + 0x000000003f4217b8 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + *fill* 0x000000003f4217ce 0x2 + .rodata.__FUNCTION__$8338 + 0x000000003f4217d0 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) .rodata.lib_printf.str1.4 - 0x000000003f421500 0x1a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x000000003f4217e8 0x1a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) .rodata.phy_printf.str1.4 - 0x000000003f42151a 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x000000003f421802 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) .rodata.net80211_printf.str1.4 - 0x000000003f42151a 0x1a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x000000003f421802 0x1a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) 0x9 (size before relaxing) - *fill* 0x000000003f42151a 0x2 + *fill* 0x000000003f421802 0x2 .rodata.prvReturnItemByteBuf.str1.4 - 0x000000003f42151c 0x3b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x000000003f421804 0x3b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) 0x58 (size before relaxing) .rodata.prvInitializeNewRingbuffer.str1.4 - 0x000000003f421557 0x48 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f421557 0x1 - .rodata.__FUNCTION__$5461 - 0x000000003f421558 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f421572 0x2 - .rodata.__FUNCTION__$5456 - 0x000000003f421574 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f421586 0x2 + 0x000000003f42183f 0x48 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f42183f 0x1 + .rodata.__FUNCTION__$5539 + 0x000000003f421840 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f42185a 0x2 + .rodata.__FUNCTION__$5534 + 0x000000003f42185c 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f42186e 0x2 + .rodata.__FUNCTION__$5529 + 0x000000003f421870 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f42188d 0x3 + .rodata.__FUNCTION__$5522 + 0x000000003f421890 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f4218a6 0x2 + .rodata.__FUNCTION__$5395 + 0x000000003f4218a8 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f4218c1 0x3 + .rodata.__FUNCTION__$5468 + 0x000000003f4218c4 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f4218de 0x2 + .rodata.__FUNCTION__$5381 + 0x000000003f4218e0 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f4218f2 0x2 + .rodata.__FUNCTION__$5460 + 0x000000003f4218f4 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f421907 0x1 .rodata.__FUNCTION__$5451 - 0x000000003f421588 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f4215a5 0x3 - .rodata.__FUNCTION__$5444 - 0x000000003f4215a8 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f4215be 0x2 - .rodata.__FUNCTION__$5317 - 0x000000003f4215c0 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f4215d9 0x3 - .rodata.__FUNCTION__$5390 - 0x000000003f4215dc 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f4215f6 0x2 - .rodata.__FUNCTION__$5303 - 0x000000003f4215f8 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f42160a 0x2 - .rodata.__FUNCTION__$5382 - 0x000000003f42160c 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f42161f 0x1 - .rodata.__FUNCTION__$5373 - 0x000000003f421620 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f421637 0x1 - .rodata.__FUNCTION__$5358 - 0x000000003f421638 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5184 - 0x000000003f421648 0xf esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f421657 0x1 - .rodata.__func__$4229 - 0x000000003f421658 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5189 - 0x000000003f42166c 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__FUNCTION__$5210 - 0x000000003f421684 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f42169b 0x1 - .rodata.__FUNCTION__$5202 - 0x000000003f42169c 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f4216b2 0x2 - .rodata.__FUNCTION__$5249 - 0x000000003f4216b4 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f4216c6 0x2 - .rodata.__FUNCTION__$5263 - 0x000000003f4216c8 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f4216dd 0x3 - .rodata.__FUNCTION__$5229 - 0x000000003f4216e0 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f4216f6 0x2 - .rodata.__FUNCTION__$5195 - 0x000000003f4216f8 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f421713 0x1 - .rodata.__FUNCTION__$5237 - 0x000000003f421714 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f421727 0x1 - .rodata.__FUNCTION__$5257 - 0x000000003f421728 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f42173a 0x2 + 0x000000003f421908 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f42191f 0x1 + .rodata.__FUNCTION__$5436 + 0x000000003f421920 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__FUNCTION__$5262 + 0x000000003f421930 0xf esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f42193f 0x1 + .rodata.__func__$4306 + 0x000000003f421940 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__FUNCTION__$5267 + 0x000000003f421954 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__FUNCTION__$5288 + 0x000000003f42196c 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f421983 0x1 + .rodata.__FUNCTION__$5280 + 0x000000003f421984 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f42199a 0x2 + .rodata.__FUNCTION__$5327 + 0x000000003f42199c 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f4219ae 0x2 + .rodata.__FUNCTION__$5341 + 0x000000003f4219b0 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f4219c5 0x3 + .rodata.__FUNCTION__$5307 + 0x000000003f4219c8 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f4219de 0x2 .rodata.__FUNCTION__$5273 - 0x000000003f42173c 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f421751 0x3 - .rodata.__FUNCTION__$5322 - 0x000000003f421754 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x000000003f421766 0x2 + 0x000000003f4219e0 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f4219fb 0x1 + .rodata.__FUNCTION__$5315 + 0x000000003f4219fc 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f421a0f 0x1 + .rodata.__FUNCTION__$5335 + 0x000000003f421a10 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f421a22 0x2 + .rodata.__FUNCTION__$5351 + 0x000000003f421a24 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f421a39 0x3 + .rodata.__FUNCTION__$5400 + 0x000000003f421a3c 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f421a4e 0x2 .rodata.parse_url_char - 0x000000003f421768 0x30 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x000000003f421a50 0x30 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .rodata.http_parse_host_char - 0x000000003f421798 0x34 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x000000003f421a80 0x34 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .rodata.http_parse_host.str1.4 - 0x000000003f4217cc 0x5f esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - *fill* 0x000000003f42182b 0x1 + 0x000000003f421ab4 0x5f esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + *fill* 0x000000003f421b13 0x1 .rodata.http_parse_host - 0x000000003f42182c 0x58 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x000000003f421b14 0x58 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .rodata.http_parser_execute.str1.4 - 0x000000003f421884 0x1ee esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - *fill* 0x000000003f421a72 0x2 + 0x000000003f421b6c 0x1e2 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x1ee (size before relaxing) + *fill* 0x000000003f421d4e 0x2 .rodata.http_parser_execute - 0x000000003f421a74 0x204 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x000000003f421d50 0x204 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .rodata.http_parser_parse_url.str1.4 - 0x000000003f421c78 0x14 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x000000003f421f54 0x14 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .rodata.http_parser_parse_url - 0x000000003f421c8c 0x8c esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x000000003f421f68 0x8c esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .rodata.http_parser_pause.str1.4 - 0x000000003f421d18 0x31 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - *fill* 0x000000003f421d49 0x3 + 0x000000003f421ff4 0x31 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + *fill* 0x000000003f422025 0x3 .rodata.__func__$3257 - 0x000000003f421d4c 0x12 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - *fill* 0x000000003f421d5e 0x2 + 0x000000003f422028 0x12 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + *fill* 0x000000003f42203a 0x2 .rodata.__func__$3196 - 0x000000003f421d60 0x10 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x000000003f42203c 0x10 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .rodata.__func__$3248 - 0x000000003f421d70 0x16 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - *fill* 0x000000003f421d86 0x2 + 0x000000003f42204c 0x16 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + *fill* 0x000000003f422062 0x2 .rodata.__func__$2911 - 0x000000003f421d88 0x14 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x000000003f422064 0x14 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .rodata.str1.4 - 0x000000003f421d9c 0x793 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x000000003f422078 0x793 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x7a3 (size before relaxing) - *fill* 0x000000003f42252f 0x1 - .rodata.normal_url_char - 0x000000003f422530 0x20 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - .rodata.unhex 0x000000003f422550 0x100 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - .rodata.tokens - 0x000000003f422650 0x100 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - .rodata.method_strings - 0x000000003f422750 0x84 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - .rodata.esp_mbedtls_read.str1.4 - 0x000000003f4227d4 0x37 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) *fill* 0x000000003f42280b 0x1 + .rodata.normal_url_char + 0x000000003f42280c 0x20 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.unhex 0x000000003f42282c 0x100 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.tokens + 0x000000003f42292c 0x100 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.method_strings + 0x000000003f422a2c 0x84 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.esp_mbedtls_read.str1.4 + 0x000000003f422ab0 0x37 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f422ae7 0x1 .rodata.esp_mbedtls_write.str1.4 - 0x000000003f42280c 0x28 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000003f422ae8 0x28 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) .rodata.set_ca_cert.str1.4 - 0x000000003f422834 0x7d esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000003f422b10 0x7d esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x81 (size before relaxing) - *fill* 0x000000003f4228b1 0x3 + *fill* 0x000000003f422b8d 0x3 .rodata.set_global_ca_store.str1.4 - 0x000000003f4228b4 0x2d esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - *fill* 0x000000003f4228e1 0x3 + 0x000000003f422b90 0x2d esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f422bbd 0x3 .rodata.set_pki_context.str1.4 - 0x000000003f4228e4 0x84 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000003f422bc0 0x84 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) .rodata.esp_mbedtls_get_bytes_avail.str1.4 - 0x000000003f422968 0x45 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - *fill* 0x000000003f4229ad 0x3 + 0x000000003f422c44 0x45 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f422c89 0x3 .rodata.set_server_config.str1.4 - 0x000000003f4229b0 0xc1 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000003f422c8c 0xc1 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0xcd (size before relaxing) - *fill* 0x000000003f422a71 0x3 + *fill* 0x000000003f422d4d 0x3 .rodata.set_client_config.str1.4 - 0x000000003f422a74 0x1eb esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - *fill* 0x000000003f422c5f 0x1 + 0x000000003f422d50 0x1eb esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f422f3b 0x1 .rodata.esp_create_mbedtls_handle.str1.4 - 0x000000003f422c60 0xec esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000003f422f3c 0xec esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) .rodata.esp_mbedtls_server_session_create.str1.4 - 0x000000003f422d4c 0x69 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - *fill* 0x000000003f422db5 0x3 - .rodata.__func__$10580 - 0x000000003f422db8 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.__func__$10595 - 0x000000003f422dcc 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - *fill* 0x000000003f422dde 0x2 - .rodata.__func__$10575 - 0x000000003f422de0 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.__func__$10569 - 0x000000003f422df0 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.__func__$10585 - 0x000000003f422dfc 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - *fill* 0x000000003f422e0e 0x2 - .rodata.__func__$10524 - 0x000000003f422e10 0x1a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - *fill* 0x000000003f422e2a 0x2 + 0x000000003f423028 0x69 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f423091 0x3 + .rodata.__func__$10688 + 0x000000003f423094 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.__func__$10703 + 0x000000003f4230a8 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f4230ba 0x2 + .rodata.__func__$10683 + 0x000000003f4230bc 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.__func__$10677 + 0x000000003f4230cc 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.__func__$10693 + 0x000000003f4230d8 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f4230ea 0x2 + .rodata.__func__$10632 + 0x000000003f4230ec 0x1a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f423106 0x2 .rodata.wlanif_init.str1.4 - 0x000000003f422e2c 0x4e esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x000000003f423108 0x4e esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x5e (size before relaxing) - *fill* 0x000000003f422e7a 0x2 - .rodata.__func__$9617 - 0x000000003f422e7c 0xc esp-idf/lwip/liblwip.a(wlanif.c.obj) + *fill* 0x000000003f423156 0x2 + .rodata.__func__$9705 + 0x000000003f423158 0xc esp-idf/lwip/liblwip.a(wlanif.c.obj) .rodata.ssl_calc_finished_tls_sha256.str1.4 - 0x000000003f422e88 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .rodata 0x000000003f422ea8 0x104 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000003f423164 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata 0x000000003f423184 0x104 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .rodata.mbedtls_ssl_derive_keys.str1.4 - 0x000000003f422fac 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000003f422fe2 0x2 + 0x000000003f423288 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000003f4232be 0x2 .rodata.mbedtls_ssl_md_alg_from_hash - 0x000000003f422fe4 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000003f4232c0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .rodata.mbedtls_ssl_hash_from_md_alg - 0x000000003f423000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000003f4232dc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .rodata.mbedtls_ssl_check_cert_usage.str1.4 - 0x000000003f423018 0x15 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000003f4232f4 0x15 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .rodata.mbedtls_ssl_check_cert_usage - 0x000000003f423018 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000003f4232f4 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .rodata.mbedtls_ssl_get_ciphersuite_sig_pk_alg - 0x000000003f423044 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000003f423320 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) .rodata.str1.4 - 0x000000003f423070 0xab5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000003f42334c 0xab5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) 0xab9 (size before relaxing) - *fill* 0x000000003f423b25 0x3 + *fill* 0x000000003f423e01 0x3 .rodata.ciphersuite_definitions - 0x000000003f423b28 0xc58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000003f423e04 0xc58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) .rodata.ciphersuite_preference - 0x000000003f424780 0x340 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000003f424a5c 0x340 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) .rodata.mbedtls_ssl_handshake_client_step - 0x000000003f424ac0 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000003f424d9c 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) .rodata.ssl_write_server_key_exchange - 0x000000003f424b08 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000003f424de4 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) .rodata.mbedtls_ssl_handshake_server_step - 0x000000003f424b34 0x4c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000003f424e10 0x4c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) .rodata.str1.4 - 0x000000003f424b80 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) - 0x178 (size before relaxing) - .rodata.__FUNCTION__$5393 - 0x000000003f424ca0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x000000003f424e5c 0xe4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x10c (size before relaxing) .rodata._ZSt7nothrow - 0x000000003f424cae 0x1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) - 0x000000003f424cae _ZSt7nothrow + 0x000000003f424f40 0x1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + 0x000000003f424f40 _ZSt7nothrow .rodata._ZTSSt9exception - 0x000000003f424caf 0xd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - 0x000000003f424caf _ZTSSt9exception + 0x000000003f424f41 0xd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x000000003f424f41 _ZTSSt9exception + *fill* 0x000000003f424f4e 0x2 .rodata._ZTISt9exception - 0x000000003f424cbc 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - 0x000000003f424cbc _ZTISt9exception + 0x000000003f424f50 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x000000003f424f50 _ZTISt9exception .rodata._ZTSSt9bad_alloc - 0x000000003f424cc4 0xd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - 0x000000003f424cc4 _ZTSSt9bad_alloc - *fill* 0x000000003f424cd1 0x3 + 0x000000003f424f58 0xd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x000000003f424f58 _ZTSSt9bad_alloc + *fill* 0x000000003f424f65 0x3 .rodata._ZTISt9bad_alloc - 0x000000003f424cd4 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - 0x000000003f424cd4 _ZTISt9bad_alloc + 0x000000003f424f68 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x000000003f424f68 _ZTISt9bad_alloc .rodata._ZTVN10__cxxabiv120__si_class_type_infoE - 0x000000003f424ce0 0x2c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - 0x000000003f424ce0 _ZTVN10__cxxabiv120__si_class_type_infoE + 0x000000003f424f74 0x2c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x000000003f424f74 _ZTVN10__cxxabiv120__si_class_type_infoE .rodata._ZL28read_encoded_value_with_basehjPKhPj - 0x000000003f424d0c 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x000000003f424fa0 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) .rodata._ZTVN10__cxxabiv117__class_type_infoE - 0x000000003f424d40 0x2c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - 0x000000003f424d40 _ZTVN10__cxxabiv117__class_type_infoE - .rodata 0x000000003f424d6c 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) - .rodata 0x000000003f424da0 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - .rodata 0x000000003f424ddc 0x20 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) - 0x000000003f424ddc Xthal_intlevel + 0x000000003f424fd4 0x2c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x000000003f424fd4 _ZTVN10__cxxabiv117__class_type_infoE + .rodata 0x000000003f425000 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + .rodata 0x000000003f425034 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .rodata 0x000000003f425070 0x20 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) + 0x000000003f425070 Xthal_intlevel .rodata.str1.1 - 0x000000003f424dfc 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) + 0x000000003f425090 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) 0x3d (size before relaxing) .rodata.str1.1 - 0x000000003f424e38 0x81 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + 0x000000003f4250cc 0x81 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) 0x84 (size before relaxing) .rodata.str1.1 - 0x000000003f424eb9 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0x000000003f42514d 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) 0xb (size before relaxing) .rodata.str1.1 - 0x000000003f424ec3 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + 0x000000003f425157 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) 0x2 (size before relaxing) .rodata.str1.1 - 0x000000003f424ec3 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + 0x000000003f425157 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) 0xc (size before relaxing) - *fill* 0x000000003f424ec3 0x5 - .rodata 0x000000003f424ec8 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) - .rodata 0x000000003f424f30 0x2bc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + *fill* 0x000000003f425157 0x1 + .rodata 0x000000003f425158 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + .rodata 0x000000003f4251c0 0x2bc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) .rodata.str1.1 - 0x000000003f4251ec 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + 0x000000003f42547c 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) .rodata.str1.1 - 0x000000003f425220 0x5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) - *fill* 0x000000003f425225 0x3 - .rodata 0x000000003f425228 0x17e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) - *fill* 0x000000003f4253a6 0x2 - .rodata 0x000000003f4253a8 0x2bc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + 0x000000003f4254b0 0x5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + *fill* 0x000000003f4254b5 0x3 + .rodata 0x000000003f4254b8 0x17e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + *fill* 0x000000003f425636 0x2 + .rodata 0x000000003f425638 0x2bc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) .rodata.str1.1 - 0x000000003f425664 0x22 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) - .rodata 0x000000003f425664 0x2bc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + 0x000000003f4258f4 0x22 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .rodata 0x000000003f4258f4 0x2bc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) .rodata.str1.1 - 0x000000003f425920 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + 0x000000003f425bb0 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) .rodata.str1.1 - 0x000000003f425920 0xd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + 0x000000003f425bb0 0xd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) 0xf (size before relaxing) .rodata.str1.1 - 0x000000003f42592d 0x1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) - *fill* 0x000000003f42592d 0x3 - .rodata 0x000000003f425930 0x128 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) - 0x000000003f425940 __mprec_tinytens - 0x000000003f425968 __mprec_bigtens - 0x000000003f425990 __mprec_tens - .rodata 0x000000003f425a58 0x494 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) - 0x000000003f425d14 __action_table - 0x000000003f425d80 __state_table - 0x000000003f425dec __chclass + 0x000000003f425bbd 0x1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + *fill* 0x000000003f425bbd 0x3 + .rodata 0x000000003f425bc0 0x128 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + 0x000000003f425bd0 __mprec_tinytens + 0x000000003f425bf8 __mprec_bigtens + 0x000000003f425c20 __mprec_tens + .rodata 0x000000003f425ce8 0x494 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + 0x000000003f425fa4 __action_table + 0x000000003f426010 __state_table + 0x000000003f42607c __chclass .rodata.str1.1 - 0x000000003f425eec 0x22 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) - .rodata 0x000000003f425eec 0x22 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) - *liblog.a:log.*(.rodata.esp_log_level_set.str1.4 .rodata.__func__$3523 .rodata.__func__$3500) - *fill* 0x000000003f425f0e 0x2 - .rodata.esp_log_level_set.str1.4 - 0x000000003f425f10 0x7f esp-idf/log/liblog.a(log.c.obj) - *fill* 0x000000003f425f8f 0x1 - .rodata.__func__$3523 - 0x000000003f425f90 0x15 esp-idf/log/liblog.a(log.c.obj) - *fill* 0x000000003f425fa5 0x3 - .rodata.__func__$3500 - 0x000000003f425fa8 0x12 esp-idf/log/liblog.a(log.c.obj) - *liblog.a:log_freertos.*(.rodata.esp_log_system_timestamp.str1.4) - *libesp_event.a:default_event_loop.*(.rodata.esp_event_loop_create_default.str1.4 .rodata.esp_event_send_to_default_loop) - *fill* 0x000000003f425fba 0x2 - .rodata.esp_event_loop_create_default.str1.4 - 0x000000003f425fbc 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - *libesp_event.a:esp_event.*(.rodata.handler_instances_add.str1.4 .rodata.base_node_add_handler.str1.4 .rodata.loop_node_add_handler.str1.4 .rodata.esp_event_loop_create.str1.4 .rodata.esp_event_loop_run.str1.4 .rodata.esp_event_loop_run_task.str1.4 .rodata.esp_event_handler_register_with_internal.str1.4 .rodata.esp_event_handler_unregister_with_internal.str1.4 .rodata.__func__$8791 .rodata.__func__$8778 .rodata.__func__$8745 .rodata.__func__$8713 .rodata.__func__$8688 .rodata.__func__$8647 .rodata.__func__$8638) - .rodata.handler_instances_add.str1.4 - 0x000000003f425fc4 0x3f esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x47 (size before relaxing) - *fill* 0x000000003f426003 0x1 - .rodata.base_node_add_handler.str1.4 - 0x000000003f426004 0x34 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.loop_node_add_handler.str1.4 - 0x000000003f426038 0x3a esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x3e (size before relaxing) - *fill* 0x000000003f426072 0x2 - .rodata.esp_event_loop_create.str1.4 - 0x000000003f426074 0x123 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x125 (size before relaxing) - *fill* 0x000000003f426197 0x1 - .rodata.esp_event_loop_run.str1.4 - 0x000000003f426198 0xb esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000003f4261a3 0x1 - .rodata.esp_event_loop_run_task.str1.4 - 0x000000003f4261a4 0x32 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000003f4261d6 0x2 - .rodata.esp_event_handler_register_with_internal.str1.4 - 0x000000003f4261d8 0x9a esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000003f426272 0x2 - .rodata.esp_event_handler_unregister_with_internal.str1.4 - 0x000000003f426274 0x60 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.__func__$8778 - 0x000000003f4262d4 0x12 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000003f4262e6 0x2 - .rodata.__func__$8745 - 0x000000003f4262e8 0x2b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000003f426313 0x1 - .rodata.__func__$8713 - 0x000000003f426314 0x29 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000003f42633d 0x3 - .rodata.__func__$8647 - 0x000000003f426340 0x13 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000003f426353 0x1 - .rodata.__func__$8638 - 0x000000003f426354 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x000000003f42617c 0x22 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .rodata 0x000000003f42617c 0x22 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + *libesp_system.a:system_api.*(.rodata.esp_get_idf_version.str1.4) + *fill* 0x000000003f42619e 0x2 + .rodata.esp_get_idf_version.str1.4 + 0x000000003f4261a0 0x18 esp-idf/esp_system/libesp_system.a(system_api.c.obj) *libsoc.a:uart_hal_iram.*(.rodata .rodata.*) - *fill* 0x000000003f42636a 0x2 .rodata.uart_hal_rxfifo_rst.str1.4 - 0x000000003f42636c 0xd9 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - *fill* 0x000000003f426445 0x3 + 0x000000003f4261b8 0xd9 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + *fill* 0x000000003f426291 0x3 .rodata.uart_hal_write_txfifo.str1.4 - 0x000000003f426448 0x90 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .rodata.__func__$2736 - 0x000000003f4264d8 0x14 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .rodata.__func__$2748 - 0x000000003f4264ec 0x15 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - *fill* 0x000000003f426501 0x3 - .rodata.__func__$2759 - 0x000000003f426504 0x13 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x000000003f426294 0x90 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .rodata.__func__$2737 + 0x000000003f426324 0x14 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .rodata.__func__$2749 + 0x000000003f426338 0x15 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + *fill* 0x000000003f42634d 0x3 + .rodata.__func__$2760 + 0x000000003f426350 0x13 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + *libesp_event.a:default_event_loop.*(.rodata.esp_event_loop_create_default.str1.4 .rodata.esp_event_send_to_default_loop) + *fill* 0x000000003f426363 0x1 + .rodata.esp_event_loop_create_default.str1.4 + 0x000000003f426364 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + *libesp_event.a:esp_event.*(.rodata.handler_instances_add.str1.4 .rodata.base_node_add_handler.str1.4 .rodata.loop_node_add_handler.str1.4 .rodata.esp_event_loop_create.str1.4 .rodata.esp_event_loop_run.str1.4 .rodata.esp_event_loop_run_task.str1.4 .rodata.esp_event_handler_register_with_internal.str1.4 .rodata.esp_event_handler_unregister_with_internal.str1.4 .rodata.__func__$8875 .rodata.__func__$8862 .rodata.__func__$8829 .rodata.__func__$8797 .rodata.__func__$8772 .rodata.__func__$8731 .rodata.__func__$8722) + .rodata.handler_instances_add.str1.4 + 0x000000003f42636c 0x3f esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x47 (size before relaxing) + *fill* 0x000000003f4263ab 0x1 + .rodata.base_node_add_handler.str1.4 + 0x000000003f4263ac 0x34 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.loop_node_add_handler.str1.4 + 0x000000003f4263e0 0x3a esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x3e (size before relaxing) + *fill* 0x000000003f42641a 0x2 + .rodata.esp_event_loop_create.str1.4 + 0x000000003f42641c 0x123 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x125 (size before relaxing) + *fill* 0x000000003f42653f 0x1 + .rodata.esp_event_loop_run.str1.4 + 0x000000003f426540 0xb esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f42654b 0x1 + .rodata.esp_event_loop_run_task.str1.4 + 0x000000003f42654c 0x32 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f42657e 0x2 + .rodata.esp_event_handler_register_with_internal.str1.4 + 0x000000003f426580 0x9a esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f42661a 0x2 + .rodata.esp_event_handler_unregister_with_internal.str1.4 + 0x000000003f42661c 0x60 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__$8862 + 0x000000003f42667c 0x12 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f42668e 0x2 + .rodata.__func__$8829 + 0x000000003f426690 0x2b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f4266bb 0x1 + .rodata.__func__$8797 + 0x000000003f4266bc 0x29 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f4266e5 0x3 + .rodata.__func__$8731 + 0x000000003f4266e8 0x13 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f4266fb 0x1 + .rodata.__func__$8722 + 0x000000003f4266fc 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *liblog.a:log_freertos.*(.rodata.esp_log_system_timestamp.str1.4) + *liblog.a:log.*(.rodata.esp_log_level_set.str1.4 .rodata.__func__$3534 .rodata.__func__$3505) + *fill* 0x000000003f426712 0x2 + .rodata.esp_log_level_set.str1.4 + 0x000000003f426714 0x7f esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000003f426793 0x1 + .rodata.__func__$3534 + 0x000000003f426794 0x15 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000003f4267a9 0x3 + .rodata.__func__$3505 + 0x000000003f4267ac 0x12 esp-idf/log/liblog.a(log.c.obj) *(.irom1.text) *(.gnu.linkonce.r.*) *(.rodata1) - 0x000000003f426517 __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) + 0x000000003f4267be __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) *(.xt_except_table) *(.gcc_except_table .gcc_except_table.*) - *fill* 0x000000003f426517 0x1 + *fill* 0x000000003f4267be 0x2 .gcc_except_table._ZnwjRKSt9nothrow_t - 0x000000003f426518 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x000000003f4267c0 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) .gcc_except_table._ZN10__cxxabiv111__terminateEPFvvE - 0x000000003f42652c 0x1d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - *fill* 0x000000003f426549 0x3 + 0x000000003f4267d4 0x1d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + *fill* 0x000000003f4267f1 0x3 .gcc_except_table.__gxx_personality_v0 - 0x000000003f42654c 0x1c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x000000003f4267f4 0x1c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) .gcc_except_table.__cxa_call_unexpected - 0x000000003f426568 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x000000003f426810 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) .gcc_except_table.__cxa_get_globals_fast - 0x000000003f426580 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x000000003f426828 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) .gcc_except_table._GLOBAL__sub_D___cxa_get_globals_fast - 0x000000003f426584 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x000000003f42682c 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) *(.gnu.linkonce.e.*) *(.gnu.version_r) - 0x000000003f426588 . = ((. + 0x3) & 0xfffffffffffffffc) - 0x000000003f426588 __eh_frame = ABSOLUTE (.) + 0x000000003f426830 . = ((. + 0x3) & 0xfffffffffffffffc) + 0x000000003f426830 __eh_frame = ABSOLUTE (.) *(.eh_frame) - .eh_frame 0x000000003f426588 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtbegin.o - .eh_frame 0x000000003f426588 0x38 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - .eh_frame 0x000000003f4265c0 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - .eh_frame 0x000000003f426618 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - .eh_frame 0x000000003f426688 0x118 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - .eh_frame 0x000000003f4267a0 0x8c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - .eh_frame 0x000000003f42682c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - .eh_frame 0x000000003f42686c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) - .eh_frame 0x000000003f426894 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) - .eh_frame 0x000000003f4268bc 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) - .eh_frame 0x000000003f4268e4 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) - .eh_frame 0x000000003f42690c 0x110 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) - .eh_frame 0x000000003f426a1c 0x148 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - .eh_frame 0x000000003f426b64 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtend.o - 0x000000003f426b6c . = ((. + 0x7) & 0xfffffffffffffffc) - *fill* 0x000000003f426b68 0x4 - 0x000000003f426b6c __init_array_start = ABSOLUTE (.) + .eh_frame 0x000000003f426830 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtbegin.o + .eh_frame 0x000000003f426830 0x38 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .eh_frame 0x000000003f426868 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .eh_frame 0x000000003f4268c0 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .eh_frame 0x000000003f426930 0x118 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + .eh_frame 0x000000003f426a48 0x8c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .eh_frame 0x000000003f426ad4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .eh_frame 0x000000003f426b14 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) + .eh_frame 0x000000003f426b3c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) + .eh_frame 0x000000003f426b64 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) + .eh_frame 0x000000003f426b8c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) + .eh_frame 0x000000003f426bb4 0x110 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + .eh_frame 0x000000003f426cc4 0x148 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .eh_frame 0x000000003f426e0c 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtend.o + 0x000000003f426e14 . = ((. + 0x7) & 0xfffffffffffffffc) + *fill* 0x000000003f426e10 0x4 + 0x000000003f426e14 __init_array_start = ABSOLUTE (.) *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .ctors .ctors.*) - .ctors 0x000000003f426b6c 0x4 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .ctors 0x000000003f426b70 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .ctors 0x000000003f426b74 0x4 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .ctors 0x000000003f426b78 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - 0x000000003f426b7c __init_array_end = ABSOLUTE (.) + .ctors 0x000000003f426e14 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .ctors 0x000000003f426e18 0x4 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .ctors 0x000000003f426e1c 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .ctors 0x000000003f426e20 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x000000003f426e24 __init_array_end = ABSOLUTE (.) *crtbegin.*(.dtors) - .dtors 0x000000003f426b7c 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtbegin.o + .dtors 0x000000003f426e24 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtbegin.o *(EXCLUDE_FILE(*crtend.*) .dtors) - .dtors 0x000000003f426b80 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .dtors 0x000000003f426e28 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) *(SORT_BY_NAME(.dtors.*)) *(.dtors) - .dtors 0x000000003f426b84 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtend.o - 0x000000003f426b84 __DTOR_END__ - 0x000000003f426b88 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) + .dtors 0x000000003f426e2c 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtend.o + 0x000000003f426e2c __DTOR_END__ + 0x000000003f426e30 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) *(.xt_except_desc) *(.gnu.linkonce.h.*) - 0x000000003f426b88 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) + 0x000000003f426e30 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) *(.xt_except_desc_end) *(.dynamic) *(.gnu.version_d) - 0x000000003f426b88 soc_reserved_memory_region_start = ABSOLUTE (.) + 0x000000003f426e30 soc_reserved_memory_region_start = ABSOLUTE (.) *(.reserved_memory_address) .reserved_memory_address - 0x000000003f426b88 0x38 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - 0x000000003f426bc0 soc_reserved_memory_region_end = ABSOLUTE (.) - 0x000000003f426bc0 _rodata_end = ABSOLUTE (.) - 0x000000003f426bc0 _lit4_start = ABSOLUTE (.) + 0x000000003f426e30 0x38 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x000000003f426e68 soc_reserved_memory_region_end = ABSOLUTE (.) + 0x000000003f426e68 _rodata_end = ABSOLUTE (.) + 0x000000003f426e68 _lit4_start = ABSOLUTE (.) *(*.lit4) *(.lit4.*) *(.gnu.linkonce.lit4.*) - 0x000000003f426bc0 _lit4_end = ABSOLUTE (.) - 0x000000003f426bc0 . = ALIGN (0x4) - 0x000000003f426bc0 _thread_local_start = ABSOLUTE (.) + 0x000000003f426e68 _lit4_end = ABSOLUTE (.) + 0x000000003f426e68 . = ALIGN (0x4) + 0x000000003f426e68 _thread_local_start = ABSOLUTE (.) *(.tdata) *(.tdata.*) *(.tbss) *(.tbss.*) - 0x000000003f426bc0 _thread_local_end = ABSOLUTE (.) - 0x000000003f426bc0 . = ALIGN (0x4) + 0x000000003f426e68 _thread_local_end = ABSOLUTE (.) + 0x000000003f426e68 . = ALIGN (0x4) -.flash.text 0x00000000400d0020 0xafd1f +.flash.text 0x00000000400d0020 0xaab5f 0x00000000400d0020 _stext = . 0x00000000400d0020 _text_start = ABSOLUTE (.) - *(EXCLUDE_FILE(*libfreertos.a *libhal.a *libnewlib.a:heap.* *libxtensa.a:eri.* *libsoc.a:rtc_init.* *libsoc.a:rtc_time.* *libsoc.a:ledc_hal_iram.* *libsoc.a:rtc_wdt.* *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:spi_slave_hal_iram.* *libsoc.a:lldesc.* *libsoc.a:rtc_periph.* *libsoc.a:rtc_pm.* *libsoc.a:spi_flash_hal_iram.* *libsoc.a:rtc_clk_init.* *libsoc.a:uart_hal_iram.* *libsoc.a:spi_hal_iram.* *libsoc.a:rtc_sleep.* *libsoc.a:cpu_util.* *libsoc.a:rtc_clk.* *libsoc.a:i2c_hal_iram.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libesp32.a:panic.* *libheap.a:multi_heap_poisoning.* *libheap.a:multi_heap.* *librtc.a *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libgcov.a *libesp_ringbuf.a) .literal EXCLUDE_FILE(*libfreertos.a *libhal.a *libnewlib.a:heap.* *libxtensa.a:eri.* *libsoc.a:rtc_init.* *libsoc.a:rtc_time.* *libsoc.a:ledc_hal_iram.* *libsoc.a:rtc_wdt.* *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:spi_slave_hal_iram.* *libsoc.a:lldesc.* *libsoc.a:rtc_periph.* *libsoc.a:rtc_pm.* *libsoc.a:spi_flash_hal_iram.* *libsoc.a:rtc_clk_init.* *libsoc.a:uart_hal_iram.* *libsoc.a:spi_hal_iram.* *libsoc.a:rtc_sleep.* *libsoc.a:cpu_util.* *libsoc.a:rtc_clk.* *libsoc.a:i2c_hal_iram.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libesp32.a:panic.* *libheap.a:multi_heap_poisoning.* *libheap.a:multi_heap.* *librtc.a *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *liblog.a:log_freertos.* *liblog.a:log.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libgcov.a *libesp_ringbuf.a) .literal.* EXCLUDE_FILE(*libfreertos.a *libhal.a *libnewlib.a:heap.* *libxtensa.a:eri.* *libsoc.a:rtc_init.* *libsoc.a:rtc_time.* *libsoc.a:ledc_hal_iram.* *libsoc.a:rtc_wdt.* *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:spi_slave_hal_iram.* *libsoc.a:lldesc.* *libsoc.a:rtc_periph.* *libsoc.a:rtc_pm.* *libsoc.a:spi_flash_hal_iram.* *libsoc.a:rtc_clk_init.* *libsoc.a:uart_hal_iram.* *libsoc.a:spi_hal_iram.* *libsoc.a:rtc_sleep.* *libsoc.a:cpu_util.* *libsoc.a:rtc_clk.* *libsoc.a:i2c_hal_iram.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libesp32.a:panic.* *libheap.a:multi_heap_poisoning.* *libheap.a:multi_heap.* *librtc.a *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libgcov.a *libesp_ringbuf.a) .text EXCLUDE_FILE(*libfreertos.a *libhal.a *libnewlib.a:heap.* *libxtensa.a:eri.* *libsoc.a:rtc_init.* *libsoc.a:rtc_time.* *libsoc.a:ledc_hal_iram.* *libsoc.a:rtc_wdt.* *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:spi_slave_hal_iram.* *libsoc.a:lldesc.* *libsoc.a:rtc_periph.* *libsoc.a:rtc_pm.* *libsoc.a:spi_flash_hal_iram.* *libsoc.a:rtc_clk_init.* *libsoc.a:uart_hal_iram.* *libsoc.a:spi_hal_iram.* *libsoc.a:rtc_sleep.* *libsoc.a:cpu_util.* *libsoc.a:rtc_clk.* *libsoc.a:i2c_hal_iram.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libesp32.a:panic.* *libheap.a:multi_heap_poisoning.* *libheap.a:multi_heap.* *librtc.a *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *liblog.a:log_freertos.* *liblog.a:log.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libgcov.a *libesp_ringbuf.a) .text.* EXCLUDE_FILE(*libsoc.a:uart_hal_iram.* *libnet80211.a *libpp.a) .wifi0iram EXCLUDE_FILE(*libsoc.a:uart_hal_iram.* *libnet80211.a *libpp.a) .wifi0iram.* EXCLUDE_FILE(*libsoc.a:uart_hal_iram.* *libnet80211.a *libpp.a) .wifirxiram EXCLUDE_FILE(*libsoc.a:uart_hal_iram.* *libnet80211.a *libpp.a) .wifirxiram.*) + *(EXCLUDE_FILE(*libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libapp_trace.a:app_trace.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libnewlib.a:abort.* *libnewlib.a:heap.* *libfreertos.a *lib_esp_common.a:esp_err.* *libgcov.a *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_ringbuf.a *libheap.a:multi_heap.* *libheap.a:multi_heap_poisoning.* *librtc.a *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:cpu_hal.* *libsoc.a:soc_hal.* *libsoc.a:rtc_pm.* *libsoc.a:rtc_sleep.* *libsoc.a:spi_hal_iram.* *libsoc.a:rtc_periph.* *libsoc.a:rtc_init.* *libsoc.a:rtc_clk.* *libsoc.a:ledc_hal_iram.* *libsoc.a:spi_slave_hal_iram.* *libsoc.a:i2c_hal_iram.* *libsoc.a:uart_hal_iram.* *libsoc.a:lldesc.* *libsoc.a:cpu_util.* *libsoc.a:rtc_clk_init.* *libsoc.a:spi_flash_hal_iram.* *libsoc.a:rtc_wdt.* *libsoc.a:rtc_time.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_issi.* *libhal.a *libxtensa.a:eri.* *libxtensa.a:stdatomic.*) .literal EXCLUDE_FILE(*libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libapp_trace.a:app_trace.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libnewlib.a:abort.* *libnewlib.a:heap.* *libfreertos.a *lib_esp_common.a:esp_err.* *libgcov.a *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_ringbuf.a *libheap.a:multi_heap.* *libheap.a:multi_heap_poisoning.* *liblog.a:log_freertos.* *liblog.a:log.* *librtc.a *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:cpu_hal.* *libsoc.a:soc_hal.* *libsoc.a:rtc_pm.* *libsoc.a:rtc_sleep.* *libsoc.a:spi_hal_iram.* *libsoc.a:rtc_periph.* *libsoc.a:rtc_init.* *libsoc.a:rtc_clk.* *libsoc.a:ledc_hal_iram.* *libsoc.a:spi_slave_hal_iram.* *libsoc.a:i2c_hal_iram.* *libsoc.a:uart_hal_iram.* *libsoc.a:lldesc.* *libsoc.a:cpu_util.* *libsoc.a:rtc_clk_init.* *libsoc.a:spi_flash_hal_iram.* *libsoc.a:rtc_wdt.* *libsoc.a:rtc_time.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic.* *libesp_system.a:system_api.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_issi.* *libhal.a *libxtensa.a:eri.* *libxtensa.a:stdatomic.*) .literal.* EXCLUDE_FILE(*libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libapp_trace.a:app_trace.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libnewlib.a:abort.* *libnewlib.a:heap.* *libfreertos.a *lib_esp_common.a:esp_err.* *libgcov.a *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_ringbuf.a *libheap.a:multi_heap.* *libheap.a:multi_heap_poisoning.* *librtc.a *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:cpu_hal.* *libsoc.a:soc_hal.* *libsoc.a:rtc_pm.* *libsoc.a:rtc_sleep.* *libsoc.a:spi_hal_iram.* *libsoc.a:rtc_periph.* *libsoc.a:rtc_init.* *libsoc.a:rtc_clk.* *libsoc.a:ledc_hal_iram.* *libsoc.a:spi_slave_hal_iram.* *libsoc.a:i2c_hal_iram.* *libsoc.a:uart_hal_iram.* *libsoc.a:lldesc.* *libsoc.a:cpu_util.* *libsoc.a:rtc_clk_init.* *libsoc.a:spi_flash_hal_iram.* *libsoc.a:rtc_wdt.* *libsoc.a:rtc_time.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_issi.* *libhal.a *libxtensa.a:eri.* *libxtensa.a:stdatomic.*) .text EXCLUDE_FILE(*libapp_trace.a:SEGGER_SYSVIEW_FreeRTOS.* *libapp_trace.a:app_trace.* *libapp_trace.a:SEGGER_RTT_esp32.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:SEGGER_SYSVIEW_Config_FreeRTOS.* *libapp_trace.a:SEGGER_SYSVIEW.* *libnewlib.a:abort.* *libnewlib.a:heap.* *libfreertos.a *lib_esp_common.a:esp_err.* *libgcov.a *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_ringbuf.a *libheap.a:multi_heap.* *libheap.a:multi_heap_poisoning.* *liblog.a:log_freertos.* *liblog.a:log.* *librtc.a *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libsoc.a:spi_flash_hal_gpspi.* *libsoc.a:cpu_hal.* *libsoc.a:soc_hal.* *libsoc.a:rtc_pm.* *libsoc.a:rtc_sleep.* *libsoc.a:spi_hal_iram.* *libsoc.a:rtc_periph.* *libsoc.a:rtc_init.* *libsoc.a:rtc_clk.* *libsoc.a:ledc_hal_iram.* *libsoc.a:spi_slave_hal_iram.* *libsoc.a:i2c_hal_iram.* *libsoc.a:uart_hal_iram.* *libsoc.a:lldesc.* *libsoc.a:cpu_util.* *libsoc.a:rtc_clk_init.* *libsoc.a:spi_flash_hal_iram.* *libsoc.a:rtc_wdt.* *libsoc.a:rtc_time.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic.* *libesp_system.a:system_api.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_issi.* *libhal.a *libxtensa.a:eri.* *libxtensa.a:stdatomic.*) .text.* EXCLUDE_FILE(*libnet80211.a *libpp.a *libsoc.a:uart_hal_iram.*) .wifi0iram EXCLUDE_FILE(*libnet80211.a *libpp.a *libsoc.a:uart_hal_iram.*) .wifi0iram.* EXCLUDE_FILE(*libnet80211.a *libpp.a *libsoc.a:uart_hal_iram.*) .wifirxiram EXCLUDE_FILE(*libnet80211.a *libpp.a *libsoc.a:uart_hal_iram.*) .wifirxiram.*) .literal.esp_ota_get_app_description 0x00000000400d0020 0x4 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) .literal.esp_pthread_cfg_key_destructor @@ -31255,25626 +31272,25858 @@ LOAD /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp .literal.pthread_setspecific 0x00000000400d0060 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) 0x20 (size before relaxing) - .literal.cpu_configure_region_protection - 0x00000000400d0064 0xc esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .literal.do_global_ctors - 0x00000000400d0070 0x8 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .literal.main_task - 0x00000000400d0078 0x18 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x48 (size before relaxing) - .literal.intr_matrix_clear - 0x00000000400d0090 0x4 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x8 (size before relaxing) - .literal.wdt_reset_cpu1_info_enable - 0x00000000400d0094 0x4 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0xc (size before relaxing) - .literal.esp_crosscore_int_init - 0x00000000400d0098 0x1c esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - 0x30 (size before relaxing) - .literal.dport_access_init_core - 0x00000000400d00b4 0x14 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x24 (size before relaxing) - .literal.esp_dport_access_int_init - 0x00000000400d00c8 0x14 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x1c (size before relaxing) - .literal.esp_int_wdt_init - 0x00000000400d00dc 0x2c esp-idf/esp32/libesp32.a(int_wdt.c.obj) - 0x34 (size before relaxing) - .literal.esp_int_wdt_cpu_init - 0x00000000400d0108 0x8 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - 0x18 (size before relaxing) - .literal.insert_vector_desc - 0x00000000400d0110 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .literal.find_desc_for_int - 0x00000000400d0114 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x4 (size before relaxing) - .literal.int_has_handler - 0x00000000400d0114 0x8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .literal.get_desc_for_int - 0x00000000400d011c 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x18 (size before relaxing) - .literal.find_desc_for_source - 0x00000000400d0128 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x14 (size before relaxing) - .literal.is_vect_desc_usable - 0x00000000400d0134 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x18 (size before relaxing) - .literal.get_available_int - 0x00000000400d0140 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x24 (size before relaxing) - .literal.esp_intr_alloc_intrstatus - 0x00000000400d0144 0x1c esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x6c (size before relaxing) - .literal.esp_intr_alloc - 0x00000000400d0160 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x4 (size before relaxing) - .literal.esp_intr_free - 0x00000000400d0160 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x3c (size before relaxing) - .literal.esp_intr_free_cb - 0x00000000400d016c 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x4 (size before relaxing) - .literal.esp_chip_info - 0x00000000400d016c 0x4 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - 0x8 (size before relaxing) - .literal.find_task_in_twdt_list - 0x00000000400d0170 0x4 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .literal.reset_hw_timer - 0x00000000400d0174 0x4 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - 0xc (size before relaxing) - .literal.task_wdt_isr - 0x00000000400d0178 0x34 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - 0x94 (size before relaxing) - .literal.esp_task_wdt_init - 0x00000000400d01ac 0x1c esp-idf/esp32/libesp32.a(task_wdt.c.obj) - 0x70 (size before relaxing) - .literal.esp_task_wdt_add - 0x00000000400d01c8 0xc esp-idf/esp32/libesp32.a(task_wdt.c.obj) - 0x48 (size before relaxing) - .literal.esp_task_wdt_reset - 0x00000000400d01d4 0x0 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - 0x24 (size before relaxing) - .literal.idle_hook_cb - 0x00000000400d01d4 0x0 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - 0x4 (size before relaxing) .literal.esp_cache_err_int_init - 0x00000000400d01d4 0xc esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + 0x00000000400d0064 0x10 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) 0x20 (size before relaxing) .literal.select_rtc_slow_clk - 0x00000000400d01e0 0xc esp-idf/esp32/libesp32.a(clk.c.obj) + 0x00000000400d0074 0x10 esp-idf/esp32/libesp32.a(clk.c.obj) 0x30 (size before relaxing) .literal.esp_clk_init - 0x00000000400d01ec 0x24 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x00000000400d0084 0x24 esp-idf/esp32/libesp32.a(clk.c.obj) 0x68 (size before relaxing) .literal.esp_perip_clk_init - 0x00000000400d0210 0x2c esp-idf/esp32/libesp32.a(clk.c.obj) + 0x00000000400d00a8 0x30 esp-idf/esp32/libesp32.a(clk.c.obj) 0x60 (size before relaxing) + .literal.do_global_ctors + 0x00000000400d00d8 0x8 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + .literal.main_task + 0x00000000400d00e0 0x18 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x48 (size before relaxing) + .literal.intr_matrix_clear + 0x00000000400d00f8 0x0 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x8 (size before relaxing) + .literal.wdt_reset_cpu1_info_enable + 0x00000000400d00f8 0x4 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0xc (size before relaxing) + .literal.esp_crosscore_int_init + 0x00000000400d00fc 0x1c esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x30 (size before relaxing) + .literal.dport_access_init_core + 0x00000000400d0118 0x14 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x24 (size before relaxing) + .literal.esp_dport_access_int_init + 0x00000000400d012c 0x14 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x1c (size before relaxing) + .literal.esp_int_wdt_init + 0x00000000400d0140 0x2c esp-idf/esp32/libesp32.a(int_wdt.c.obj) + 0x34 (size before relaxing) + .literal.esp_int_wdt_cpu_init + 0x00000000400d016c 0x8 esp-idf/esp32/libesp32.a(int_wdt.c.obj) + 0x18 (size before relaxing) + .literal.insert_vector_desc + 0x00000000400d0174 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .literal.find_desc_for_int + 0x00000000400d0178 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.int_has_handler + 0x00000000400d0178 0x8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .literal.get_desc_for_int + 0x00000000400d0180 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x18 (size before relaxing) + .literal.find_desc_for_source + 0x00000000400d018c 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x14 (size before relaxing) + .literal.is_vect_desc_usable + 0x00000000400d0198 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x18 (size before relaxing) + .literal.get_available_int + 0x00000000400d01a4 0x4 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x24 (size before relaxing) + .literal.esp_intr_alloc_intrstatus + 0x00000000400d01a8 0x1c esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x6c (size before relaxing) + .literal.esp_intr_alloc + 0x00000000400d01c4 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.esp_intr_free + 0x00000000400d01c4 0xc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x3c (size before relaxing) + .literal.esp_intr_free_cb + 0x00000000400d01d0 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.esp_chip_info + 0x00000000400d01d0 0x4 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + 0x8 (size before relaxing) + .literal.find_task_in_twdt_list + 0x00000000400d01d4 0x4 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + .literal.reset_hw_timer + 0x00000000400d01d8 0x4 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0xc (size before relaxing) + .literal.task_wdt_isr + 0x00000000400d01dc 0x30 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x94 (size before relaxing) + .literal.esp_task_wdt_init + 0x00000000400d020c 0x1c esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x70 (size before relaxing) + .literal.esp_task_wdt_add + 0x00000000400d0228 0xc esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x48 (size before relaxing) + .literal.esp_task_wdt_reset + 0x00000000400d0234 0x0 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x24 (size before relaxing) + .literal.idle_hook_cb + 0x00000000400d0234 0x0 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x4 (size before relaxing) .literal.rtc_brownout_isr_handler - 0x00000000400d023c 0x4 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x00000000400d0234 0x4 esp-idf/esp_common/libesp_common.a(brownout.c.obj) 0x18 (size before relaxing) .literal.esp_brownout_init - 0x00000000400d0240 0x14 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x00000000400d0238 0x14 esp-idf/esp_common/libesp_common.a(brownout.c.obj) 0x24 (size before relaxing) + .literal.esp_error_check_failed_print + 0x00000000400d024c 0x14 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + 0x2c (size before relaxing) + .literal._esp_error_check_failed + 0x00000000400d0260 0x4 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + 0xc (size before relaxing) .literal.esp_err_to_name - 0x00000000400d0254 0x8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x00000000400d0264 0x8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) .literal.esp_vApplicationIdleHook - 0x00000000400d025c 0x8 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x00000000400d026c 0x8 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) .literal.esp_register_freertos_idle_hook_for_cpu - 0x00000000400d0264 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x00000000400d0274 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) 0x14 (size before relaxing) .literal.esp_register_freertos_tick_hook_for_cpu - 0x00000000400d0268 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x00000000400d0278 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) 0x14 (size before relaxing) .literal.esp_ipc_call_and_wait - 0x00000000400d026c 0x1c esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x00000000400d027c 0x1c esp-idf/esp_common/libesp_common.a(ipc.c.obj) 0x44 (size before relaxing) .literal.esp_ipc_init - 0x00000000400d0288 0x18 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x00000000400d0298 0x18 esp-idf/esp_common/libesp_common.a(ipc.c.obj) 0x3c (size before relaxing) .literal.esp_ipc_call - 0x00000000400d02a0 0x0 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x00000000400d02b0 0x0 esp-idf/esp_common/libesp_common.a(ipc.c.obj) 0x4 (size before relaxing) .literal.esp_ipc_call_blocking - 0x00000000400d02a0 0x0 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x00000000400d02b0 0x0 esp-idf/esp_common/libesp_common.a(ipc.c.obj) 0x4 (size before relaxing) .literal.timer_process_alarm - 0x00000000400d02a0 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d02b0 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0x34 (size before relaxing) .literal.timer_task - 0x00000000400d02ac 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d02bc 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0x1c (size before relaxing) .literal.esp_timer_create - 0x00000000400d02bc 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d02cc 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0x8 (size before relaxing) .literal.esp_timer_init - 0x00000000400d02bc 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d02cc 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0x30 (size before relaxing) .literal.esp_timer_delete - 0x00000000400d02d0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d02e0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0x20 (size before relaxing) .literal.esp_timer_impl_lock - 0x00000000400d02d0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400d02e0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) 0x8 (size before relaxing) .literal.esp_timer_impl_unlock - 0x00000000400d02d4 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400d02e4 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) 0x8 (size before relaxing) .literal.esp_timer_impl_advance - 0x00000000400d02d4 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400d02e4 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) 0x1c (size before relaxing) .literal.esp_timer_impl_init - 0x00000000400d02e0 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400d02f0 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) 0x74 (size before relaxing) .literal.get_vfs_for_fd - 0x00000000400d0324 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0334 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) .literal.call_end_selects - 0x00000000400d0330 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0340 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x8 (size before relaxing) .literal.set_global_fd_sets - 0x00000000400d0330 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0340 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x4 (size before relaxing) .literal.esp_vfs_register_common - 0x00000000400d0330 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0340 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x1c (size before relaxing) .literal.get_vfs_for_path - 0x00000000400d0334 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0348 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x10 (size before relaxing) .literal.translate_path - 0x00000000400d033c 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0350 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x1c (size before relaxing) .literal.esp_vfs_register - 0x00000000400d0350 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0364 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x8 (size before relaxing) .literal.esp_vfs_register_fd_range - 0x00000000400d0350 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0364 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) 0x28 (size before relaxing) .literal.esp_vfs_unregister - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x28 (size before relaxing) .literal.esp_vfs_open - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x1c (size before relaxing) .literal.esp_vfs_write - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x8 (size before relaxing) .literal.esp_vfs_lseek - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x8 (size before relaxing) .literal.esp_vfs_read - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x8 (size before relaxing) .literal.esp_vfs_close - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x18 (size before relaxing) .literal.esp_vfs_fstat - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x8 (size before relaxing) .literal.esp_vfs_stat - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x8 (size before relaxing) .literal.esp_vfs_link - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x10 (size before relaxing) .literal.esp_vfs_unlink - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x8 (size before relaxing) .literal.esp_vfs_rename - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x10 (size before relaxing) .literal._fcntl_r - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x8 (size before relaxing) .literal.fsync - 0x00000000400d035c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0xc (size before relaxing) .literal.esp_vfs_select - 0x00000000400d035c 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0370 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x64 (size before relaxing) .literal.esp_vfs_select_triggered - 0x00000000400d0360 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0374 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0xc (size before relaxing) .literal.esp_vfs_select_triggered_isr - 0x00000000400d0360 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d0374 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0xc (size before relaxing) .literal.uart_tx_char - 0x00000000400d0360 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0374 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .literal.uart_rx_char - 0x00000000400d0364 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0378 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x4 (size before relaxing) .literal.uart_read_char - 0x00000000400d0364 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0378 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x4 (size before relaxing) .literal.unregister_select - 0x00000000400d0364 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0378 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x18 (size before relaxing) .literal.uart_end_select - 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0384 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x1c (size before relaxing) .literal.register_select - 0x00000000400d0370 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0384 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x18 (size before relaxing) .literal.uart_start_select - 0x00000000400d0370 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0384 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x38 (size before relaxing) .literal.select_notif_callback_isr - 0x00000000400d0374 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0388 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x20 (size before relaxing) .literal.uart_tcflush - 0x00000000400d0374 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0388 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x10 (size before relaxing) .literal.uart_tcdrain - 0x00000000400d0378 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d038c 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0xc (size before relaxing) .literal.uart_tcgetattr - 0x00000000400d0378 0x48 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d038c 0x48 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x8c (size before relaxing) .literal.uart_tcsetattr - 0x00000000400d03c0 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d03d4 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0xa0 (size before relaxing) .literal.uart_access - 0x00000000400d03c4 0x10 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d03d8 0x10 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x20 (size before relaxing) .literal.uart_open - 0x00000000400d03d4 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d03e8 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x24 (size before relaxing) .literal.uart_fcntl - 0x00000000400d03d8 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d03ec 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x1c (size before relaxing) .literal.uart_fstat - 0x00000000400d03e4 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d03f8 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x14 (size before relaxing) .literal.uart_close - 0x00000000400d03ec 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0400 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x10 (size before relaxing) .literal.uart_return_char - 0x00000000400d03f0 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0404 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x14 (size before relaxing) .literal.uart_fsync - 0x00000000400d03f8 0x24 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d040c 0x24 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x40 (size before relaxing) .literal.uart_read - 0x00000000400d041c 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0430 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x30 (size before relaxing) .literal.uart_write - 0x00000000400d0420 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0434 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x1c (size before relaxing) .literal.uart_rx_char_via_driver - 0x00000000400d0424 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0438 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x8 (size before relaxing) .literal.uart_tx_char_via_driver - 0x00000000400d0424 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0438 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x4 (size before relaxing) .literal.esp_vfs_dev_uart_register - 0x00000000400d0424 0x44 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d0438 0x44 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x54 (size before relaxing) .literal.esp_vfs_dev_uart_set_rx_line_endings - 0x00000000400d0468 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d047c 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x4 (size before relaxing) .literal.esp_vfs_dev_uart_set_tx_line_endings - 0x00000000400d0468 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d047c 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x4 (size before relaxing) .literal.esp_vfs_dev_uart_use_driver - 0x00000000400d0468 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d047c 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x1c (size before relaxing) .literal.raise_r_stub - 0x00000000400d0470 0x0 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + 0x00000000400d0484 0x0 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) 0x4 (size before relaxing) .literal.esp_setup_syscall_table - 0x00000000400d0470 0x18 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + 0x00000000400d0484 0x18 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) 0x1c (size before relaxing) .literal._raise_r - 0x00000000400d0488 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x00000000400d049c 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) 0x4 (size before relaxing) .literal._sbrk_r - 0x00000000400d0488 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x00000000400d049c 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) 0x4 (size before relaxing) .literal.fcntl - 0x00000000400d0488 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x00000000400d049c 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) 0x8 (size before relaxing) .literal.get_boot_time - 0x00000000400d0488 0xc esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d049c 0xc esp-idf/newlib/libnewlib.a(time.c.obj) 0x14 (size before relaxing) .literal.set_boot_time - 0x00000000400d0494 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04a8 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) 0x14 (size before relaxing) .literal.get_time_since_boot - 0x00000000400d0494 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04a8 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) 0x8 (size before relaxing) .literal.adjust_boot_time - 0x00000000400d0498 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04ac 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) 0x20 (size before relaxing) .literal.get_adjusted_boot_time - 0x00000000400d04a0 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04b4 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) 0x10 (size before relaxing) .literal.adjtime_corr_stop - 0x00000000400d04a4 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04b8 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) 0x1c (size before relaxing) .literal.esp_clk_slowclk_cal_set - 0x00000000400d04a4 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04b8 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) 0x14 (size before relaxing) .literal.esp_clk_slowclk_cal_get - 0x00000000400d04ac 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04c0 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) 0x4 (size before relaxing) .literal.get_rtc_time_us - 0x00000000400d04ac 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04c0 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) 0x8 (size before relaxing) .literal.esp_set_time_from_rtc - 0x00000000400d04ac 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04c0 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) 0xc (size before relaxing) .literal.usleep - 0x00000000400d04ac 0xc esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04c0 0xc esp-idf/newlib/libnewlib.a(time.c.obj) 0x10 (size before relaxing) .literal.sleep - 0x00000000400d04b8 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04cc 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) 0x8 (size before relaxing) .literal.esp_sync_counters_rtc_and_frc - 0x00000000400d04b8 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d04cc 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) 0x18 (size before relaxing) .literal.__cxx_fatal_exception - 0x00000000400d04b8 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x00000000400d04cc 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) 0x4 (size before relaxing) .literal.initialize_nvs - 0x00000000400d04b8 0x18 esp-idf/main/libmain.a(main.c.obj) + 0x00000000400d04cc 0x18 esp-idf/main/libmain.a(main.c.obj) 0x2c (size before relaxing) .literal.initialize_filesystem - 0x00000000400d04d0 0x14 esp-idf/main/libmain.a(main.c.obj) + 0x00000000400d04e4 0x14 esp-idf/main/libmain.a(main.c.obj) 0x24 (size before relaxing) .literal.initialize_console - 0x00000000400d04e4 0x30 esp-idf/main/libmain.a(main.c.obj) + 0x00000000400d04f8 0x30 esp-idf/main/libmain.a(main.c.obj) 0x80 (size before relaxing) .literal.app_main - 0x00000000400d0514 0x38 esp-idf/main/libmain.a(main.c.obj) + 0x00000000400d0528 0x38 esp-idf/main/libmain.a(main.c.obj) 0xb4 (size before relaxing) .literal.init_memory - 0x00000000400d054c 0x20 esp-idf/files/libfiles.a(file.c.obj) + 0x00000000400d0560 0x20 esp-idf/files/libfiles.a(file.c.obj) 0x60 (size before relaxing) .literal.write_certificate - 0x00000000400d056c 0x10 esp-idf/ca/libca.a(ca.c.obj) + 0x00000000400d0580 0x10 esp-idf/ca/libca.a(ca.c.obj) 0x24 (size before relaxing) .literal.connect - 0x00000000400d057c 0x194 esp-idf/ca/libca.a(ca.c.obj) + 0x00000000400d0590 0x194 esp-idf/ca/libca.a(ca.c.obj) 0x484 (size before relaxing) .literal.register_ca - 0x00000000400d0710 0x10 esp-idf/ca/libca.a(ca.c.obj) + 0x00000000400d0724 0x10 esp-idf/ca/libca.a(ca.c.obj) 0x1c (size before relaxing) .literal.dev_random_entropy_poll - 0x00000000400d0720 0x10 esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d0734 0x10 esp-idf/ca/libca.a(gen_key.c.obj) 0x20 (size before relaxing) .literal.write_private_key - 0x00000000400d0730 0x8 esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d0744 0x8 esp-idf/ca/libca.a(gen_key.c.obj) 0x2c (size before relaxing) .literal.task_create - 0x00000000400d0738 0x10 esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d074c 0x10 esp-idf/ca/libca.a(gen_key.c.obj) 0x24 (size before relaxing) .literal.connect - 0x00000000400d0748 0xc0 esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d075c 0xc0 esp-idf/ca/libca.a(gen_key.c.obj) 0x234 (size before relaxing) .literal.task_run - 0x00000000400d0808 0x0 esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d081c 0x0 esp-idf/ca/libca.a(gen_key.c.obj) 0x8 (size before relaxing) .literal.register_gen_key - 0x00000000400d0808 0x10 esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d081c 0x10 esp-idf/ca/libca.a(gen_key.c.obj) 0x1c (size before relaxing) .literal.type_to_str - 0x00000000400d0818 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d082c 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) .literal.str_to_type - 0x00000000400d0820 0x0 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d0834 0x0 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x8 (size before relaxing) - .literal.list 0x00000000400d0820 0xc esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .literal.list 0x00000000400d0834 0xc esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x2c (size before relaxing) .literal.list_entries - 0x00000000400d082c 0xc esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d0840 0xc esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x18 (size before relaxing) .literal.set_namespace - 0x00000000400d0838 0x10 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d084c 0x10 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x28 (size before relaxing) .literal.erase_all - 0x00000000400d0848 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d085c 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x28 (size before relaxing) .literal.erase_namespace - 0x00000000400d0850 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d0864 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x28 (size before relaxing) .literal.erase - 0x00000000400d0858 0x4 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d086c 0x4 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x24 (size before relaxing) .literal.erase_value - 0x00000000400d085c 0x4 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d0870 0x4 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x28 (size before relaxing) .literal.print_blob - 0x00000000400d0860 0x4 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d0874 0x4 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0xc (size before relaxing) .literal.get_value_from_nvs - 0x00000000400d0864 0x18 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d0878 0x18 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x9c (size before relaxing) .literal.get_value - 0x00000000400d087c 0x4 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d0890 0x4 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x28 (size before relaxing) .literal.store_blob - 0x00000000400d0880 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d0894 0x8 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x38 (size before relaxing) .literal.set_value_in_nvs - 0x00000000400d0888 0x20 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d089c 0x20 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0xb0 (size before relaxing) .literal.set_value - 0x00000000400d08a8 0x4 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d08bc 0x4 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x28 (size before relaxing) .literal.register_nvs - 0x00000000400d08ac 0x88 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d08c0 0x88 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x12c (size before relaxing) .literal.register_free - 0x00000000400d0934 0x18 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d0948 0x18 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x20 (size before relaxing) .literal.register_heap - 0x00000000400d094c 0x14 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d0960 0x14 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x20 (size before relaxing) .literal.register_version - 0x00000000400d0960 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d0974 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x20 (size before relaxing) .literal.register_restart - 0x00000000400d0970 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d0984 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x20 (size before relaxing) .literal.register_tasks - 0x00000000400d0980 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d0994 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x20 (size before relaxing) .literal.free_mem - 0x00000000400d0990 0x4 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d09a4 0x8 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0xc (size before relaxing) .literal.heap_size - 0x00000000400d0994 0x8 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d09ac 0x8 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x18 (size before relaxing) .literal.get_version - 0x00000000400d099c 0x3c esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d09b4 0x40 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x60 (size before relaxing) .literal.restart - 0x00000000400d09d8 0x4 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d09f4 0x4 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x14 (size before relaxing) .literal.register_deep_sleep - 0x00000000400d09dc 0x34 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d09f8 0x34 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x58 (size before relaxing) .literal.deep_sleep - 0x00000000400d0a10 0x28 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d0a2c 0x28 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x78 (size before relaxing) .literal.register_light_sleep - 0x00000000400d0a38 0xc esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d0a54 0xc esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x58 (size before relaxing) .literal.light_sleep - 0x00000000400d0a44 0x30 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d0a60 0x30 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0xd8 (size before relaxing) .literal.tasks_info - 0x00000000400d0a74 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d0a90 0x10 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x3c (size before relaxing) .literal.register_system - 0x00000000400d0a84 0x0 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d0aa0 0x0 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x1c (size before relaxing) .literal.initialise_wifi - 0x00000000400d0a84 0x5c esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x00000000400d0aa0 0x5c esp-idf/wifi/libwifi.a(wifi.c.obj) 0xa0 (size before relaxing) .literal.wifi_join - 0x00000000400d0ae0 0x10 esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x00000000400d0afc 0x10 esp-idf/wifi/libwifi.a(wifi.c.obj) 0x48 (size before relaxing) .literal.connect - 0x00000000400d0af0 0x14 esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x00000000400d0b0c 0x14 esp-idf/wifi/libwifi.a(wifi.c.obj) 0x40 (size before relaxing) .literal.event_handler - 0x00000000400d0b04 0x0 esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x00000000400d0b20 0x0 esp-idf/wifi/libwifi.a(wifi.c.obj) 0x18 (size before relaxing) .literal.register_wifi - 0x00000000400d0b04 0x28 esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x00000000400d0b20 0x28 esp-idf/wifi/libwifi.a(wifi.c.obj) 0x4c (size before relaxing) .literal.server_off - 0x00000000400d0b2c 0x4 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d0b48 0x4 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x8 (size before relaxing) .literal.connect - 0x00000000400d0b30 0x1c esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d0b4c 0x1c esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x34 (size before relaxing) .literal.stop_webserver - 0x00000000400d0b4c 0x0 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d0b68 0x0 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x4 (size before relaxing) .literal.disconnect_handler - 0x00000000400d0b4c 0x0 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d0b68 0x0 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x4 (size before relaxing) .literal.start_webserver - 0x00000000400d0b4c 0x30 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d0b68 0x30 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x58 (size before relaxing) .literal.connect_handler - 0x00000000400d0b7c 0x0 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d0b98 0x0 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x4 (size before relaxing) .literal.echo_post_handler - 0x00000000400d0b7c 0x18 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d0b98 0x18 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x60 (size before relaxing) .literal.root_get_handler - 0x00000000400d0b94 0xc esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d0bb0 0xc esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x10 (size before relaxing) .literal.register_server - 0x00000000400d0ba0 0x14 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d0bbc 0x14 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x30 (size before relaxing) .literal.decode - 0x00000000400d0bb4 0x8 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + 0x00000000400d0bd0 0x8 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) 0xc (size before relaxing) - .literal.brownout_hal_config - 0x00000000400d0bbc 0x1c esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .literal.brownout_hal_intr_enable - 0x00000000400d0bd8 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - 0x4 (size before relaxing) - .literal.brownout_hal_intr_clear - 0x00000000400d0bd8 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_list_lock - 0x00000000400d0bd8 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0xc (size before relaxing) - .literal.esp_netif_list_unlock - 0x00000000400d0bdc 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x20 (size before relaxing) - .literal.esp_netif_add_to_list - 0x00000000400d0bec 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x14 (size before relaxing) - .literal.esp_netif_remove_from_list - 0x00000000400d0bf0 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x28 (size before relaxing) - .literal.esp_netif_next_unsafe - 0x00000000400d0bf8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_is_netif_listed - 0x00000000400d0bf8 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x24 (size before relaxing) - .literal.esp_netif_get_handle_from_ifkey - 0x00000000400d0c00 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x2c (size before relaxing) - .literal.esp_netif_config_sanity_check - 0x00000000400d0c04 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x1c (size before relaxing) - .literal.esp_netif_set_ip_old_info_api - 0x00000000400d0c10 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_init_configuration - 0x00000000400d0c10 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x20 (size before relaxing) - .literal.esp_netif_lwip_remove - 0x00000000400d0c1c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x8 (size before relaxing) - .literal.esp_netif_dhcps_cb - 0x00000000400d0c1c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x24 (size before relaxing) - .literal.esp_netif_lwip_add - 0x00000000400d0c24 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x28 (size before relaxing) - .literal.esp_netif_is_active - 0x00000000400d0c30 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_ip_lost_timer - 0x00000000400d0c30 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x20 (size before relaxing) - .literal.esp_netif_set_default_netif - 0x00000000400d0c38 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x8 (size before relaxing) - .literal.esp_netif_api_cb - 0x00000000400d0c38 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x8 (size before relaxing) - .literal.esp_netif_start_ip_lost_timer - 0x00000000400d0c3c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0xc (size before relaxing) - .literal.esp_netif_dhcpc_start_api - 0x00000000400d0c44 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x2c (size before relaxing) - .literal.esp_netif_init - 0x00000000400d0c54 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x34 (size before relaxing) - .literal.esp_netif_destroy - 0x00000000400d0c64 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x2c (size before relaxing) - .literal.esp_netif_new - 0x00000000400d0c68 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x8c (size before relaxing) - .literal.esp_netif_attach - 0x00000000400d0c78 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x14 (size before relaxing) - .literal.esp_netif_set_driver_config - 0x00000000400d0c80 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_set_mac - 0x00000000400d0c80 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0xc (size before relaxing) - .literal.esp_netif_dhcpc_start - 0x00000000400d0c80 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x28 (size before relaxing) - .literal.esp_netif_get_hostname - 0x00000000400d0c8c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_up - 0x00000000400d0c8c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x28 (size before relaxing) - .literal.esp_netif_down - 0x00000000400d0c90 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x28 (size before relaxing) - .literal.esp_netif_update_default_netif - 0x00000000400d0c94 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x38 (size before relaxing) - .literal.esp_netif_start - 0x00000000400d0c98 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x30 (size before relaxing) - .literal.esp_netif_start_api - 0x00000000400d0c9c 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x40 (size before relaxing) - .literal.esp_netif_stop - 0x00000000400d0cb8 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x30 (size before relaxing) - .literal.esp_netif_stop_api - 0x00000000400d0cbc 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x28 (size before relaxing) - .literal.esp_netif_up_api - 0x00000000400d0cbc 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0xc (size before relaxing) - .literal.esp_netif_down_api - 0x00000000400d0cbc 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x1c (size before relaxing) - .literal.esp_netif_get_old_ip_info - 0x00000000400d0cbc 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_get_ip_info - 0x00000000400d0cbc 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_set_old_ip_info - 0x00000000400d0cbc 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x28 (size before relaxing) - .literal.esp_netif_dhcpc_cb - 0x00000000400d0cc0 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x34 (size before relaxing) - .literal.esp_netif_ppp_set_default_netif - 0x00000000400d0ccc 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x14 (size before relaxing) - .literal.esp_netif_new_ppp - 0x00000000400d0cd8 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x14 (size before relaxing) - .literal.esp_netif_start_ppp - 0x00000000400d0cdc 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x14 (size before relaxing) - .literal.esp_netif_stop_ppp - 0x00000000400d0ce0 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x14 (size before relaxing) - .literal.esp_netif_destroy_ppp - 0x00000000400d0ce4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x14 (size before relaxing) - .literal.esp_event_legacy_wifi_event_id - 0x00000000400d0ce8 0xc esp-idf/esp_event/libesp_event.a(event_send.c.obj) - 0x14 (size before relaxing) - .literal.esp_event_legacy_ip_event_id - 0x00000000400d0cf4 0x8 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - 0x14 (size before relaxing) - .literal.esp_event_legacy_event_id - 0x00000000400d0cfc 0x4 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - 0x20 (size before relaxing) - .literal.esp_event_send_internal - 0x00000000400d0d00 0x8 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - 0x10 (size before relaxing) - .literal.MD5Transform - 0x00000000400d0d08 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .literal.MD5Init - 0x00000000400d0e08 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .literal.MD5Update - 0x00000000400d0e18 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - 0x18 (size before relaxing) - .literal.MD5Final - 0x00000000400d0e18 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - 0x1c (size before relaxing) - .literal.md5_vector - 0x00000000400d0e18 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - 0xc (size before relaxing) - .literal.hmac_md5_vector - 0x00000000400d0e18 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - 0x1c (size before relaxing) - .literal.hmac_md5 - 0x00000000400d0e18 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - 0x4 (size before relaxing) - .literal.sha1_vector - 0x00000000400d0e18 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - 0x14 (size before relaxing) - .literal.pbkdf2_sha1 - 0x00000000400d0e18 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - 0x18 (size before relaxing) - .literal.hmac_sha1_vector - 0x00000000400d0e1c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - 0x1c (size before relaxing) - .literal.hmac_sha1 - 0x00000000400d0e1c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - 0x4 (size before relaxing) - .literal.sha1_prf - 0x00000000400d0e1c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - 0x10 (size before relaxing) - .literal.hmac_sha256_vector - 0x00000000400d0e1c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - 0x1c (size before relaxing) - .literal.hmac_sha256 - 0x00000000400d0e1c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - 0x4 (size before relaxing) - .literal.sha256_prf_bits - 0x00000000400d0e1c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - 0x10 (size before relaxing) - .literal.sha256_prf - 0x00000000400d0e1c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - 0x4 (size before relaxing) - .literal.rijndaelDecrypt - 0x00000000400d0e1c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .literal.rijndaelKeySetupDec - 0x00000000400d0e24 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - 0xc (size before relaxing) - .literal.aes_decrypt_init - 0x00000000400d0e28 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - 0xc (size before relaxing) - .literal.aes_decrypt - 0x00000000400d0e28 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - 0x4 (size before relaxing) - .literal.aes_decrypt_deinit - 0x00000000400d0e28 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - 0x4 (size before relaxing) - .literal.rijndaelEncrypt - 0x00000000400d0e28 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - 0x10 (size before relaxing) - .literal.aes_encrypt_init - 0x00000000400d0e34 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - 0xc (size before relaxing) - .literal.aes_encrypt - 0x00000000400d0e34 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - 0x4 (size before relaxing) - .literal.aes_encrypt_deinit - 0x00000000400d0e34 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - 0x4 (size before relaxing) - .literal.rijndaelKeySetupEnc - 0x00000000400d0e34 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - 0x14 (size before relaxing) - .literal.omac1_aes_vector - 0x00000000400d0e38 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - 0x1c (size before relaxing) - .literal.omac1_aes_128_vector - 0x00000000400d0e3c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - 0x4 (size before relaxing) - .literal.omac1_aes_128 - 0x00000000400d0e3c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - 0x4 (size before relaxing) - .literal.aes_unwrap - 0x00000000400d0e3c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - 0x24 (size before relaxing) - .literal.aes_wrap - 0x00000000400d0e3c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - 0x2c (size before relaxing) - .literal.ccmp_aad_nonce - 0x00000000400d0e3c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - 0x18 (size before relaxing) - .literal.ccmp_decrypt - 0x00000000400d0e44 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - 0x10 (size before relaxing) - .literal.ccmp_encrypt - 0x00000000400d0e44 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - 0x18 (size before relaxing) - .literal.sha256_vector - 0x00000000400d0e44 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - 0x14 (size before relaxing) - .literal.aes_ccm_encr_start - 0x00000000400d0e44 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x4 (size before relaxing) - .literal.aes_ccm_auth - 0x00000000400d0e44 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0xc (size before relaxing) - .literal.aes_ccm_encr - 0x00000000400d0e48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0xc (size before relaxing) - .literal.aes_ccm_encr_auth - 0x00000000400d0e48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x4 (size before relaxing) - .literal.aes_ccm_decr_auth - 0x00000000400d0e48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x4 (size before relaxing) - .literal.aes_ccm_auth_start - 0x00000000400d0e48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x20 (size before relaxing) - .literal.aes_ccm_ae - 0x00000000400d0e48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x1c (size before relaxing) - .literal.aes_ccm_ad - 0x00000000400d0e48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x20 (size before relaxing) .literal.esp_efuse_get_chip_ver - 0x00000000400d0e48 0xc esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x00000000400d0bd8 0xc esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) 0x14 (size before relaxing) .literal.esp_efuse_read_field_blob - 0x00000000400d0e54 0xc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000400d0be4 0xc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) 0x1c (size before relaxing) .literal.check_range_of_bits - 0x00000000400d0e60 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400d0bf0 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) 0x4 (size before relaxing) .literal.esp_efuse_utility_process - 0x00000000400d0e60 0x28 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400d0bf0 0x28 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) 0x38 (size before relaxing) .literal.esp_efuse_utility_read_reg - 0x00000000400d0e88 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400d0c18 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) 0x2c (size before relaxing) .literal.esp_efuse_utility_fill_buff - 0x00000000400d0ea0 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400d0c30 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) 0x8 (size before relaxing) .literal.esp_efuse_get_coding_scheme - 0x00000000400d0ea4 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000400d0c34 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.bootloader_init_mem + 0x00000000400d0c38 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x10 (size before relaxing) .literal.bootloader_flash_update_id - 0x00000000400d0ea8 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x00000000400d0c40 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) 0x8 (size before relaxing) .literal.execute_flash_command - 0x00000000400d0eac 0x28 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x00000000400d0c44 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) 0x3c (size before relaxing) .literal.bootloader_read_flash_id - 0x00000000400d0ed4 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x00000000400d0c74 0x8 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) 0xc (size before relaxing) .literal.spi_flash_init_lock - 0x00000000400d0ed4 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00000000400d0c7c 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) 0x18 (size before relaxing) .literal.spi_flash_op_lock - 0x00000000400d0ee4 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00000000400d0c8c 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) 0x8 (size before relaxing) .literal.spi_flash_op_unlock - 0x00000000400d0ee4 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00000000400d0c8c 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) 0x8 (size before relaxing) .literal.is_safe_write_address - 0x00000000400d0ee4 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x00000000400d0c8c 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) 0x8 (size before relaxing) .literal.spi_flash_init - 0x00000000400d0ee4 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x00000000400d0c8c 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) 0x4 (size before relaxing) .literal.esp_flash_init_default_chip - 0x00000000400d0ee4 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x00000000400d0c8c 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) 0x34 (size before relaxing) .literal.esp_flash_app_init - 0x00000000400d0efc 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x00000000400d0ca4 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) 0x8 (size before relaxing) .literal.esp_flash_app_init_os_functions - 0x00000000400d0efc 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x00000000400d0ca4 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) .literal.load_partitions - 0x00000000400d0f04 0x1c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0cac 0x1c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x38 (size before relaxing) .literal.ensure_partitions_loaded - 0x00000000400d0f20 0xc esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0cc8 0xc esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x24 (size before relaxing) .literal.iterator_create - 0x00000000400d0f2c 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0cd4 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x8 (size before relaxing) .literal.esp_partition_iterator_release - 0x00000000400d0f2c 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0cd4 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x4 (size before relaxing) .literal.esp_partition_next - 0x00000000400d0f2c 0xc esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0cd4 0xc esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x28 (size before relaxing) .literal.esp_partition_find - 0x00000000400d0f38 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0ce0 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0xc (size before relaxing) .literal.esp_partition_get - 0x00000000400d0f38 0x8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0ce0 0x8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x10 (size before relaxing) .literal.esp_partition_find_first - 0x00000000400d0f40 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0ce8 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0xc (size before relaxing) .literal.esp_partition_read - 0x00000000400d0f40 0x8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0ce8 0x8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x14 (size before relaxing) .literal.esp_partition_write - 0x00000000400d0f48 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0cf0 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x14 (size before relaxing) .literal.esp_partition_erase_range - 0x00000000400d0f4c 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0cf4 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x14 (size before relaxing) .literal.esp_partition_main_flash_region_safe - 0x00000000400d0f50 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400d0cf8 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x8 (size before relaxing) .literal.spi_flash_cache2phys - 0x00000000400d0f54 0x10 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x00000000400d0cfc 0x10 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) 0x18 (size before relaxing) - .literal._ZL18nvs_find_ns_handlejPPN3nvs15NVSHandleSimpleE - 0x00000000400d0f64 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .literal._ZL24lookup_storage_from_namePKc - 0x00000000400d0f6c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x8 (size before relaxing) - .literal._ZL19nvs_get_str_or_blobjN3nvs8ItemTypeEPKcPvPj - 0x00000000400d0f6c 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal._ZL15create_iteratorPN3nvs7StorageE10nvs_type_t - 0x00000000400d0f74 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal.nvs_flash_init_partition - 0x00000000400d0f74 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x18 (size before relaxing) - .literal.nvs_flash_init - 0x00000000400d0f74 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x8 (size before relaxing) - .literal.nvs_flash_erase_partition - 0x00000000400d0f78 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x8 (size before relaxing) - .literal.nvs_flash_erase - 0x00000000400d0f78 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x8 (size before relaxing) - .literal.nvs_open_from_partition - 0x00000000400d0f78 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x24 (size before relaxing) - .literal.nvs_open - 0x00000000400d0f84 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x8 (size before relaxing) - .literal.nvs_close - 0x00000000400d0f84 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x18 (size before relaxing) - .literal.nvs_erase_key - 0x00000000400d0f88 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x10 (size before relaxing) - .literal.nvs_erase_all - 0x00000000400d0f88 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x10 (size before relaxing) - .literal.nvs_commit - 0x00000000400d0f88 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x10 (size before relaxing) - .literal.nvs_set_str - 0x00000000400d0f88 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x10 (size before relaxing) - .literal.nvs_set_blob - 0x00000000400d0f88 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x10 (size before relaxing) - .literal.nvs_get_str - 0x00000000400d0f88 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal.nvs_get_blob - 0x00000000400d0f88 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal.nvs_entry_find - 0x00000000400d0f88 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x1c (size before relaxing) - .literal.nvs_entry_next - 0x00000000400d0f88 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x24 (size before relaxing) - .literal.nvs_entry_info - 0x00000000400d0f94 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_setIaEijPKcT_ - 0x00000000400d0f94 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_set_i8 - 0x00000000400d0f98 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_setIhEijPKcT_ - 0x00000000400d0f98 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_set_u8 - 0x00000000400d0f9c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_setIsEijPKcT_ - 0x00000000400d0f9c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_set_i16 - 0x00000000400d0fa0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_setItEijPKcT_ - 0x00000000400d0fa0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_set_u16 - 0x00000000400d0fa4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_setIiEijPKcT_ - 0x00000000400d0fa4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_set_i32 - 0x00000000400d0fa8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_setIjEijPKcT_ - 0x00000000400d0fa8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_set_u32 - 0x00000000400d0fac 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_setIxEijPKcT_ - 0x00000000400d0fac 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_set_i64 - 0x00000000400d0fb0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_setIyEijPKcT_ - 0x00000000400d0fb0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_set_u64 - 0x00000000400d0fb4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_getIaEijPKcPT_ - 0x00000000400d0fb4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_get_i8 - 0x00000000400d0fb8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_getIhEijPKcPT_ - 0x00000000400d0fb8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_get_u8 - 0x00000000400d0fbc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_getIsEijPKcPT_ - 0x00000000400d0fbc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_get_i16 - 0x00000000400d0fc0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_getItEijPKcPT_ - 0x00000000400d0fc0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_get_u16 - 0x00000000400d0fc4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_getIiEijPKcPT_ - 0x00000000400d0fc4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_get_i32 - 0x00000000400d0fc8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_getIjEijPKcPT_ - 0x00000000400d0fc8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_get_u32 - 0x00000000400d0fcc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_getIxEijPKcPT_ - 0x00000000400d0fcc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_get_i64 - 0x00000000400d0fd0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._Z7nvs_getIyEijPKcPT_ - 0x00000000400d0fd0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - .literal.nvs_get_u64 - 0x00000000400d0fd4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs7Storage15clearNamespacesEv - 0x00000000400d0fd4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs7StorageD2Ev - 0x00000000400d0fd4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE - 0x00000000400d0fd8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x10 (size before relaxing) - .literal._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE - 0x00000000400d0fd8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x28 (size before relaxing) - .literal._ZN3nvs7Storage4initEjj - 0x00000000400d0fd8 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x3c (size before relaxing) - .literal._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE - 0x00000000400d0fe4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE - 0x00000000400d0fe8 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x50 (size before relaxing) - .literal._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj - 0x00000000400d0ffc 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x2c (size before relaxing) - .literal._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE - 0x00000000400d100c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x2c (size before relaxing) - .literal._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj - 0x00000000400d101c 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x34 (size before relaxing) - .literal._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj - 0x00000000400d1024 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x14 (size before relaxing) - .literal._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj - 0x00000000400d1024 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x6c (size before relaxing) - .literal._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh - 0x00000000400d1038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x20 (size before relaxing) - .literal._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc - 0x00000000400d1038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x14 (size before relaxing) - .literal._ZN3nvs7Storage14eraseNamespaceEh - 0x00000000400d1038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj - 0x00000000400d1038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs7Storage22calcEntriesInNamespaceEhRj - 0x00000000400d1038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t - 0x00000000400d1038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t - 0x00000000400d1038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc - 0x00000000400d1038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs19NVSPartitionManagerD5Ev - 0x00000000400d1038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs19NVSPartitionManager12get_instanceEv - 0x00000000400d1038 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x10 (size before relaxing) - .literal._ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE - 0x00000000400d1040 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc - 0x00000000400d1040 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs19NVSPartitionManager11init_customEPKcjj - 0x00000000400d1040 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x20 (size before relaxing) - .literal._ZN3nvs19NVSPartitionManager14init_partitionEPKc - 0x00000000400d1040 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE - 0x00000000400d1040 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x1c (size before relaxing) - .literal._ZN3nvs8HashList5clearEv - 0x00000000400d1048 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs8HashListD2Ev - 0x00000000400d1048 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs8HashList6insertERKNS_4ItemEj - 0x00000000400d1048 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x10 (size before relaxing) - .literal._ZN3nvs8HashList5eraseEjb - 0x00000000400d104c 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x14 (size before relaxing) - .literal._ZN3nvs8HashList4findEjRKNS_4ItemE - 0x00000000400d1058 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs4Page6Header14calculateCrc32Ev - 0x00000000400d1058 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .literal._ZN3nvs4Page20updateFirstUsedEntryEjj - 0x00000000400d105c 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x20 (size before relaxing) - .literal._ZN3nvs4Page10initializeEv - 0x00000000400d1074 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x18 (size before relaxing) - .literal._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE - 0x00000000400d107c 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x24 (size before relaxing) - .literal._ZN3nvs4Page10writeEntryERKNS_4ItemE - 0x00000000400d1088 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x18 (size before relaxing) - .literal._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE - 0x00000000400d1094 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x2c (size before relaxing) - .literal._ZN3nvs4Page14writeEntryDataEPKhj - 0x00000000400d10a0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x48 (size before relaxing) - .literal._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh - 0x00000000400d10b4 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x5c (size before relaxing) - .literal._ZN3nvs4Page14alterPageStateENS0_9PageStateE - 0x00000000400d10c8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x4 (size before relaxing) - .literal._ZNK3nvs4Page9readEntryEjRNS_4ItemE - 0x00000000400d10c8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x14 (size before relaxing) - .literal._ZN3nvs4Page17eraseEntryAndSpanEj - 0x00000000400d10c8 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x48 (size before relaxing) - .literal._ZN3nvs4Page9copyItemsERS0_ - 0x00000000400d10d0 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x44 (size before relaxing) - .literal._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE - 0x00000000400d10d8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x30 (size before relaxing) - .literal._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE - 0x00000000400d10d8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x28 (size before relaxing) - .literal._ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE - 0x00000000400d10d8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x28 (size before relaxing) - .literal._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE - 0x00000000400d10d8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs4Page15mLoadEntryTableEv - 0x00000000400d10d8 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x7c (size before relaxing) - .literal._ZN3nvs4Page4loadEj - 0x00000000400d10e0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x2c (size before relaxing) - .literal._ZNK3nvs4Page12getSeqNumberERj - 0x00000000400d10f0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs4Page12setSeqNumberEj - 0x00000000400d10f0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs4Page5eraseEv - 0x00000000400d10f0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs4Page11markFreeingEv - 0x00000000400d10f0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs4Page8markFullEv - 0x00000000400d10f0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x8 (size before relaxing) - .literal._ZNK3nvs4Page18getVarDataTailroomEv - 0x00000000400d10f0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs11PageManager12activatePageEv - 0x00000000400d10f0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs11PageManager14requestNewPageEv - 0x00000000400d10f0 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x30 (size before relaxing) - .literal._ZN3nvs11PageManager4loadEjj - 0x00000000400d10fc 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x60 (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple6commitEv - 0x00000000400d1110 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs15NVSHandleSimpleD2Ev - 0x00000000400d1110 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs15NVSHandleSimpleD0Ev - 0x00000000400d1110 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj - 0x00000000400d1110 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple10get_stringEPKcPcj - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple8get_blobEPKcPvj - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x10 (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple10erase_itemEPKc - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple9erase_allEv - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs15NVSHandleSimple20get_used_entry_countERj - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x8 (size before relaxing) - .literal._ZNK3nvs4Item14calculateCrc32Ev - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0xc (size before relaxing) - .literal._ZNK3nvs4Item26calculateCrc32WithoutValueEv - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0xc (size before relaxing) - .literal._ZN3nvs4Item14calculateCrc32EPKhj - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs15nvs_flash_writeEjPKvj - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN3nvs14nvs_flash_readEjPvj - 0x00000000400d1114 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) - 0x4 (size before relaxing) - .literal.s_set_default_wifi_log_level - 0x00000000400d1114 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x10 (size before relaxing) - .literal.esp_wifi_deinit - 0x00000000400d111c 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x1c (size before relaxing) - .literal.esp_wifi_init - 0x00000000400d1124 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x40 (size before relaxing) - .literal.wifi_default_action_sta_got_ip - 0x00000000400d1138 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x1c (size before relaxing) - .literal.wifi_default_action_ap_stop - 0x00000000400d1144 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x8 (size before relaxing) - .literal.wifi_default_action_sta_stop - 0x00000000400d1144 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x8 (size before relaxing) - .literal.wifi_start - 0x00000000400d1144 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x38 (size before relaxing) - .literal.wifi_default_action_ap_start - 0x00000000400d1158 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x8 (size before relaxing) - .literal.wifi_default_action_sta_start - 0x00000000400d1158 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x8 (size before relaxing) - .literal.wifi_default_action_sta_disconnected - 0x00000000400d1158 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x8 (size before relaxing) - .literal.wifi_default_action_sta_connected - 0x00000000400d1158 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x28 (size before relaxing) - .literal.create_and_attach - 0x00000000400d1158 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x18 (size before relaxing) - .literal._esp_wifi_clear_default_wifi_handlers - 0x00000000400d115c 0x28 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x4c (size before relaxing) - .literal._esp_wifi_set_default_wifi_handlers - 0x00000000400d1184 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x50 (size before relaxing) - .literal.esp_wifi_set_default_wifi_sta_handlers - 0x00000000400d1184 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x4 (size before relaxing) - .literal.esp_wifi_set_default_wifi_ap_handlers - 0x00000000400d1184 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_attach_wifi_station - 0x00000000400d1184 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x8 (size before relaxing) - .literal.esp_netif_attach_wifi_ap - 0x00000000400d1184 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x8 (size before relaxing) - .literal.esp_netif_create_default_wifi_ap - 0x00000000400d1184 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x24 (size before relaxing) - .literal.esp_netif_create_default_wifi_sta - 0x00000000400d1198 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x24 (size before relaxing) - .literal.wifi_sta_receive - 0x00000000400d11a4 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .literal.wifi_ap_receive - 0x00000000400d11ac 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x8 (size before relaxing) - .literal.wifi_driver_start - 0x00000000400d11ac 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0xc (size before relaxing) - .literal.wifi_free - 0x00000000400d11b4 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x4 (size before relaxing) - .literal.wifi_transmit - 0x00000000400d11b4 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x4 (size before relaxing) - .literal.esp_wifi_create_if_driver - 0x00000000400d11b4 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x18 (size before relaxing) - .literal.esp_wifi_get_if_mac - 0x00000000400d11c0 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x4 (size before relaxing) - .literal.esp_wifi_register_if_rxcb - 0x00000000400d11c0 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x3c (size before relaxing) - .literal.queue_create_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.mutex_delete_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.wifi_thread_semphr_free - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.semphr_delete_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.get_time_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.timer_setfn_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.timer_done_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.esp_event_post_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .literal.task_create_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .literal.task_create_pinned_to_core_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .literal.event_group_wait_bits_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .literal.queue_recv_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .literal.semphr_take_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .literal.queue_send_to_front_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.queue_send_to_back_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.queue_send_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .literal.semphr_give_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.recursive_mutex_create_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.mutex_create_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.semphr_create_wrapper - 0x00000000400d11d4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.wifi_thread_semphr_get_wrapper - 0x00000000400d11d4 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x1c (size before relaxing) - .literal.spin_lock_create_wrapper - 0x00000000400d11e0 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0xc (size before relaxing) - .literal.set_isr_wrapper - 0x00000000400d11e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.wifi_create_queue - 0x00000000400d11e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0xc (size before relaxing) - .literal.wifi_create_queue_wrapper - 0x00000000400d11e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.wifi_delete_queue - 0x00000000400d11e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x8 (size before relaxing) - .literal.wifi_delete_queue_wrapper - 0x00000000400d11e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4 (size before relaxing) - .literal.load_cal_data_from_nvs_handle - 0x00000000400d11e4 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x48 (size before relaxing) - .literal.store_cal_data_to_nvs_handle - 0x00000000400d1200 0x14 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x60 (size before relaxing) - .literal.esp_phy_rf_deinit - 0x00000000400d1214 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x44 (size before relaxing) - .literal.esp_modem_sleep_enter - 0x00000000400d1230 0x18 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x3c (size before relaxing) - .literal.esp_modem_sleep_register - 0x00000000400d1248 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x34 (size before relaxing) - .literal.esp_phy_get_init_data - 0x00000000400d1250 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .literal.esp_phy_load_cal_data_from_nvs - 0x00000000400d1254 0xc esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x28 (size before relaxing) - .literal.esp_phy_store_cal_data_to_nvs - 0x00000000400d1260 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x10 (size before relaxing) - .literal.esp_phy_rf_init - 0x00000000400d1260 0xc esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x58 (size before relaxing) - .literal.esp_modem_sleep_exit - 0x00000000400d126c 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x3c (size before relaxing) - .literal.esp_modem_sleep_deregister - 0x00000000400d1270 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x3c (size before relaxing) - .literal.esp_phy_load_cal_and_init - 0x00000000400d1278 0x14 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x78 (size before relaxing) - .literal.kill_oldest_dhcps_pool - 0x00000000400d128c 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0xc (size before relaxing) - .literal.parse_options - 0x00000000400d1290 0x8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0xc (size before relaxing) - .literal.create_msg - 0x00000000400d1298 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x18 (size before relaxing) - .literal.add_offer_options - 0x00000000400d129c 0x18 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x1c (size before relaxing) - .literal.dhcps_poll_set - 0x00000000400d12b4 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x1c (size before relaxing) - .literal.parse_msg - 0x00000000400d12b8 0x10 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x70 (size before relaxing) - .literal.dhcps_pbuf_alloc - 0x00000000400d12c8 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x4 (size before relaxing) - .literal.send_offer - 0x00000000400d12c8 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x24 (size before relaxing) - .literal.send_ack - 0x00000000400d12d4 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x28 (size before relaxing) - .literal.send_nak - 0x00000000400d12d8 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x20 (size before relaxing) - .literal.handle_dhcp - 0x00000000400d12d8 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x24 (size before relaxing) - .literal.dhcps_set_new_lease_cb - 0x00000000400d12d8 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x4 (size before relaxing) - .literal.dhcps_start - 0x00000000400d12d8 0x8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x34 (size before relaxing) - .literal.dhcps_stop - 0x00000000400d12e0 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x20 (size before relaxing) - .literal.dhcps_coarse_tmr - 0x00000000400d12e4 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x14 (size before relaxing) - .literal.tcpip_timeouts_mbox_fetch - 0x00000000400d12e4 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x14 (size before relaxing) - .literal.tcpip_thread_handle_msg - 0x00000000400d12e4 0x10 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x24 (size before relaxing) - .literal.tcpip_thread - 0x00000000400d12f4 0x10 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x24 (size before relaxing) - .literal.tcpip_inpkt - 0x00000000400d1304 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x20 (size before relaxing) - .literal.tcpip_input - 0x00000000400d130c 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x10 (size before relaxing) - .literal.tcpip_callback - 0x00000000400d1314 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x1c (size before relaxing) - .literal.tcpip_try_callback - 0x00000000400d1318 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x20 (size before relaxing) - .literal.tcpip_send_msg_wait_sem - 0x00000000400d131c 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x24 (size before relaxing) - .literal.tcpip_init - 0x00000000400d1324 0x14 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x38 (size before relaxing) - .literal.lwip_htonl - 0x00000000400d1338 0x0 esp-idf/lwip/liblwip.a(def.c.obj) - 0x8 (size before relaxing) - .literal.dns_backupserver_available - 0x00000000400d1338 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) - .literal.dns_create_txid - 0x00000000400d133c 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x8 (size before relaxing) - .literal.dns_call_found - 0x00000000400d1340 0x14 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x24 (size before relaxing) - .literal.dns_send - 0x00000000400d1354 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x60 (size before relaxing) - .literal.dns_check_entry - 0x00000000400d136c 0xc esp-idf/lwip/liblwip.a(dns.c.obj) - 0x34 (size before relaxing) - .literal.dns_check_entries - 0x00000000400d1378 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x4 (size before relaxing) - .literal.dns_setserver - 0x00000000400d1378 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x10 (size before relaxing) - .literal.dns_clear_servers - 0x00000000400d1378 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x4 (size before relaxing) - .literal.dns_tmr - 0x00000000400d1378 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x4 (size before relaxing) - .literal.lwip_init - 0x00000000400d1378 0xc esp-idf/lwip/liblwip.a(init.c.obj) - 0x24 (size before relaxing) - .literal.ip_input - 0x00000000400d1384 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) - 0x8 (size before relaxing) - .literal.mem_malloc - 0x00000000400d1384 0xc esp-idf/lwip/liblwip.a(mem.c.obj) - 0x1c (size before relaxing) - .literal.mem_free - 0x00000000400d1390 0xc esp-idf/lwip/liblwip.a(mem.c.obj) - 0x1c (size before relaxing) - .literal.do_memp_malloc_pool - 0x00000000400d139c 0xc esp-idf/lwip/liblwip.a(memp.c.obj) - 0x20 (size before relaxing) - .literal.do_memp_free_pool - 0x00000000400d13a8 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x1c (size before relaxing) - .literal.memp_malloc - 0x00000000400d13b0 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x10 (size before relaxing) - .literal.memp_free - 0x00000000400d13b8 0x4 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x10 (size before relaxing) - .literal.netif_loopif_init - 0x00000000400d13bc 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x18 (size before relaxing) - .literal.netif_do_ip_addr_changed - 0x00000000400d13d0 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) - 0xc (size before relaxing) - .literal.netif_issue_reports - 0x00000000400d13d0 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x1c (size before relaxing) - .literal.netif_do_set_ipaddr - 0x00000000400d13d8 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x1c (size before relaxing) - .literal.netif_poll - 0x00000000400d13e0 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x40 (size before relaxing) - .literal.netif_set_addr - 0x00000000400d13f4 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x14 (size before relaxing) - .literal.netif_add - 0x00000000400d13fc 0x28 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x48 (size before relaxing) - .literal.netif_set_default - 0x00000000400d1424 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) - .literal.netif_set_up - 0x00000000400d1428 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x10 (size before relaxing) - .literal.netif_set_down - 0x00000000400d142c 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x10 (size before relaxing) - .literal.netif_remove - 0x00000000400d1430 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x24 (size before relaxing) - .literal.netif_set_link_up - 0x00000000400d1430 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x14 (size before relaxing) - .literal.netif_init - 0x00000000400d1434 0xc esp-idf/lwip/liblwip.a(netif.c.obj) - 0x20 (size before relaxing) - .literal.netif_loop_output - 0x00000000400d1440 0x18 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x44 (size before relaxing) - .literal.netif_loop_output_ipv6 - 0x00000000400d1458 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4 (size before relaxing) - .literal.netif_loop_output_ipv4 - 0x00000000400d1458 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4 (size before relaxing) - .literal.netif_ip6_addr_set_state - 0x00000000400d1458 0xc esp-idf/lwip/liblwip.a(netif.c.obj) - 0x24 (size before relaxing) - .literal.netif_get_ip6_addr_match - 0x00000000400d1464 0xc esp-idf/lwip/liblwip.a(netif.c.obj) - 0x18 (size before relaxing) - .literal.netif_get_by_index - 0x00000000400d1470 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4 (size before relaxing) - .literal.netif_find - 0x00000000400d1470 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x8 (size before relaxing) - .literal.pbuf_add_header_impl - 0x00000000400d1470 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x14 (size before relaxing) - .literal.pbuf_pool_is_empty - 0x00000000400d147c 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x1c (size before relaxing) - .literal.pbuf_free_ooseq - 0x00000000400d1484 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x14 (size before relaxing) - .literal.pbuf_free_ooseq_callback - 0x00000000400d1488 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4 (size before relaxing) - .literal.pbuf_alloc_reference - 0x00000000400d1488 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x18 (size before relaxing) - .literal.pbuf_add_header - 0x00000000400d1494 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4 (size before relaxing) - .literal.pbuf_add_header_force - 0x00000000400d1494 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4 (size before relaxing) - .literal.pbuf_remove_header - 0x00000000400d1494 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x1c (size before relaxing) - .literal.pbuf_header_impl - 0x00000000400d149c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x8 (size before relaxing) - .literal.pbuf_header_force - 0x00000000400d149c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4 (size before relaxing) - .literal.pbuf_free - 0x00000000400d149c 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x3c (size before relaxing) - .literal.pbuf_alloc - 0x00000000400d14ac 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x44 (size before relaxing) - .literal.pbuf_realloc - 0x00000000400d14c0 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x28 (size before relaxing) - .literal.pbuf_free_header - 0x00000000400d14d4 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x8 (size before relaxing) - .literal.pbuf_ref - 0x00000000400d14d4 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x18 (size before relaxing) - .literal.pbuf_cat - 0x00000000400d14dc 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x18 (size before relaxing) - .literal.pbuf_chain - 0x00000000400d14e8 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x8 (size before relaxing) - .literal.pbuf_copy - 0x00000000400d14e8 0x18 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x38 (size before relaxing) - .literal.pbuf_copy_partial - 0x00000000400d1500 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x14 (size before relaxing) - .literal.pbuf_skip - 0x00000000400d1508 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .literal.pbuf_take - 0x00000000400d150c 0x18 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x34 (size before relaxing) - .literal.pbuf_take_at - 0x00000000400d1524 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x1c (size before relaxing) - .literal.pbuf_clone - 0x00000000400d152c 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x18 (size before relaxing) - .literal.pbuf_try_get_at - 0x00000000400d1534 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4 (size before relaxing) - .literal.pbuf_get_at - 0x00000000400d1534 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4 (size before relaxing) - .literal.pbuf_put_at - 0x00000000400d1534 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4 (size before relaxing) - .literal.raw_input_local_match - 0x00000000400d1534 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) - .literal.raw_input - 0x00000000400d1538 0x18 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x24 (size before relaxing) - .literal.raw_bind - 0x00000000400d1550 0xc esp-idf/lwip/liblwip.a(raw.c.obj) - 0x10 (size before relaxing) - .literal.raw_sendto_if_src - 0x00000000400d155c 0xc esp-idf/lwip/liblwip.a(raw.c.obj) - 0x40 (size before relaxing) - .literal.raw_sendto - 0x00000000400d1568 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x18 (size before relaxing) - .literal.raw_send - 0x00000000400d1568 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x4 (size before relaxing) - .literal.raw_remove - 0x00000000400d1568 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x8 (size before relaxing) - .literal.raw_new - 0x00000000400d1568 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) - 0xc (size before relaxing) - .literal.raw_new_ip_type - 0x00000000400d1568 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x4 (size before relaxing) - .literal.raw_netif_ip_addr_changed - 0x00000000400d1568 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x4 (size before relaxing) - .literal.tcp_new_port - 0x00000000400d1568 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x14 (size before relaxing) - .literal.tcp_remove_listener - 0x00000000400d1578 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x10 (size before relaxing) - .literal.tcp_listen_closed - 0x00000000400d1584 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x20 (size before relaxing) - .literal.tcp_free_listen - 0x00000000400d1590 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x14 (size before relaxing) - .literal.tcp_init - 0x00000000400d1598 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x8 (size before relaxing) - .literal.tcp_free - 0x00000000400d1598 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x14 (size before relaxing) - .literal.tcp_backlog_delayed - 0x00000000400d15a0 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x18 (size before relaxing) - .literal.tcp_backlog_accepted - 0x00000000400d15a8 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x18 (size before relaxing) - .literal.tcp_close_shutdown_fin - 0x00000000400d15ac 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x24 (size before relaxing) - .literal.tcp_handle_closepend - 0x00000000400d15b0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x8 (size before relaxing) - .literal.tcp_bind - 0x00000000400d15b0 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x34 (size before relaxing) - .literal.tcp_listen_with_backlog_and_err - 0x00000000400d15bc 0x18 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x38 (size before relaxing) - .literal.tcp_update_rcv_ann_wnd - 0x00000000400d15d4 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x20 (size before relaxing) - .literal.tcp_recved - 0x00000000400d15e4 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x24 (size before relaxing) - .literal.tcp_seg_free - 0x00000000400d15f4 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x8 (size before relaxing) - .literal.tcp_segs_free - 0x00000000400d15f4 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4 (size before relaxing) - .literal.tcp_seg_copy - 0x00000000400d15f4 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x1c (size before relaxing) - .literal.tcp_pcb_num_cal - 0x00000000400d15fc 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x10 (size before relaxing) - .literal.tcp_recv - 0x00000000400d1600 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x14 (size before relaxing) - .literal.tcp_sent - 0x00000000400d160c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x14 (size before relaxing) - .literal.tcp_err - 0x00000000400d1618 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x14 (size before relaxing) - .literal.tcp_poll - 0x00000000400d1624 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x1c (size before relaxing) - .literal.tcp_next_iss - 0x00000000400d1634 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x1c (size before relaxing) - .literal.tcp_eff_send_mss_netif - 0x00000000400d1648 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x18 (size before relaxing) - .literal.tcp_free_ooseq - 0x00000000400d1654 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4 (size before relaxing) - .literal.tcp_pcb_purge - 0x00000000400d1654 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x1c (size before relaxing) - .literal.tcp_pcb_remove - 0x00000000400d1658 0x2c esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4c (size before relaxing) - .literal.tcp_abandon - 0x00000000400d1684 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4c (size before relaxing) - .literal.tcp_abort - 0x00000000400d1694 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4 (size before relaxing) - .literal.tcp_accept_null - 0x00000000400d1694 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x14 (size before relaxing) - .literal.tcp_kill_timewait - 0x00000000400d169c 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0xc (size before relaxing) - .literal.tcp_kill_prio - 0x00000000400d169c 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0xc (size before relaxing) - .literal.tcp_netif_ip_addr_changed_pcblist - 0x00000000400d169c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x18 (size before relaxing) - .literal.tcp_netif_ip_addr_changed - 0x00000000400d16a8 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x14 (size before relaxing) - .literal.tcp_kill_state - 0x00000000400d16a8 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x1c (size before relaxing) - .literal.tcp_alloc - 0x00000000400d16b0 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x64 (size before relaxing) - .literal.tcp_new_ip_type - 0x00000000400d16c0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4 (size before relaxing) - .literal.tcp_close_shutdown - 0x00000000400d16c0 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x5c (size before relaxing) - .literal.tcp_close - 0x00000000400d16d0 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0xc (size before relaxing) - .literal.tcp_recv_null - 0x00000000400d16d4 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x14 (size before relaxing) - .literal.tcp_process_refused_data - 0x00000000400d16d8 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x10 (size before relaxing) - .literal.tcp_fasttmr - 0x00000000400d16dc 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x18 (size before relaxing) - .literal.tcp_shutdown - 0x00000000400d16dc 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x14 (size before relaxing) - .literal.tcp_slowtmr - 0x00000000400d16e0 0x40 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0xb8 (size before relaxing) - .literal.tcp_tmr - 0x00000000400d1720 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0xc (size before relaxing) - .literal.tcp_get_next_optbyte - 0x00000000400d1724 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .literal.tcp_parseopt - 0x00000000400d1734 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x2c (size before relaxing) - .literal.tcp_input_delayed_close - 0x00000000400d1744 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x20 (size before relaxing) - .literal.tcp_timewait_input - 0x00000000400d1750 0x1c esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x38 (size before relaxing) - .literal.tcp_listen_input - 0x00000000400d176c 0x8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x64 (size before relaxing) - .literal.tcp_free_acked_segments - 0x00000000400d1774 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x30 (size before relaxing) - .literal.tcp_oos_insert_segment - 0x00000000400d1784 0x8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x2c (size before relaxing) - .literal.tcp_receive - 0x00000000400d178c 0x40 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x16c (size before relaxing) - .literal.tcp_process - 0x00000000400d17cc 0x20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0xc8 (size before relaxing) - .literal.tcp_input - 0x00000000400d17ec 0x30 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x134 (size before relaxing) - .literal.tcp_trigger_input_pcb_close - 0x00000000400d181c 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x4 (size before relaxing) - .literal.tcp_write_checks - 0x00000000400d181c 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x20 (size before relaxing) - .literal.tcp_output_segment_busy - 0x00000000400d1830 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x10 (size before relaxing) - .literal.tcp_output_fill_options - 0x00000000400d1838 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x18 (size before relaxing) - .literal.tcp_pbuf_prealloc - 0x00000000400d1844 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x24 (size before relaxing) - .literal.tcp_create_segment - 0x00000000400d1854 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x40 (size before relaxing) - .literal.tcp_output_alloc_header_common - 0x00000000400d1864 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x28 (size before relaxing) - .literal.tcp_output_alloc_header - 0x00000000400d186c 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x14 (size before relaxing) - .literal.tcp_route - 0x00000000400d1874 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0xc (size before relaxing) - .literal.tcp_output_segment - 0x00000000400d1874 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x54 (size before relaxing) - .literal.tcp_output_control_segment - 0x00000000400d1888 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x24 (size before relaxing) - .literal.tcp_write - 0x00000000400d1890 0x30 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x88 (size before relaxing) - .literal.tcp_split_unsent_seg - 0x00000000400d18c0 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x54 (size before relaxing) - .literal.tcp_enqueue_flags - 0x00000000400d18d4 0x1c esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x44 (size before relaxing) - .literal.tcp_send_fin - 0x00000000400d18f0 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x1c (size before relaxing) - .literal.tcp_rexmit_rto_prepare - 0x00000000400d18f8 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x24 (size before relaxing) - .literal.tcp_rexmit - 0x00000000400d1904 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x1c (size before relaxing) - .literal.tcp_rexmit_fast - 0x00000000400d190c 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x14 (size before relaxing) - .literal.tcp_rst - 0x00000000400d1914 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x2c (size before relaxing) - .literal.tcp_send_empty_ack - 0x00000000400d1924 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x20 (size before relaxing) - .literal.tcp_output - 0x00000000400d192c 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x68 (size before relaxing) - .literal.tcp_rexmit_rto_commit - 0x00000000400d193c 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x14 (size before relaxing) - .literal.tcp_rexmit_rto - 0x00000000400d1944 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x18 (size before relaxing) - .literal.tcp_keepalive - 0x00000000400d194c 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x24 (size before relaxing) - .literal.tcp_zero_window_probe - 0x00000000400d1958 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x34 (size before relaxing) - .literal.sys_timeout_abs - 0x00000000400d1964 0x10 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x18 (size before relaxing) - .literal.lwip_cyclic_timer - 0x00000000400d1974 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x14 (size before relaxing) - .literal.sys_timeout - 0x00000000400d197c 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x1c (size before relaxing) - .literal.tcp_timer_needed - 0x00000000400d1988 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x14 (size before relaxing) - .literal.tcpip_tcp_timer - 0x00000000400d1990 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x18 (size before relaxing) - .literal.sys_timeouts_init - 0x00000000400d1990 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0xc (size before relaxing) - .literal.sys_untimeout - 0x00000000400d1994 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x8 (size before relaxing) - .literal.sys_check_timeouts - 0x00000000400d1994 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x10 (size before relaxing) - .literal.sys_timeouts_sleeptime - 0x00000000400d1994 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x18 (size before relaxing) - .literal.udp_new_port - 0x00000000400d199c 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x14 (size before relaxing) - .literal.udp_input_local_match - 0x00000000400d19a4 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x1c (size before relaxing) - .literal.udp_init - 0x00000000400d19b4 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x8 (size before relaxing) - .literal.udp_input - 0x00000000400d19b4 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x6c (size before relaxing) - .literal.udp_bind - 0x00000000400d19c4 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x24 (size before relaxing) - .literal.udp_sendto_if_src - 0x00000000400d19c8 0x1c esp-idf/lwip/liblwip.a(udp.c.obj) - 0x68 (size before relaxing) - .literal.udp_sendto_if - 0x00000000400d19e4 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x2c (size before relaxing) - .literal.udp_sendto - 0x00000000400d19f4 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x44 (size before relaxing) - .literal.udp_send - 0x00000000400d1a04 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x14 (size before relaxing) - .literal.udp_connect - 0x00000000400d1a0c 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x28 (size before relaxing) - .literal.udp_disconnect - 0x00000000400d1a14 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) - 0xc (size before relaxing) - .literal.udp_recv - 0x00000000400d1a1c 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x8 (size before relaxing) - .literal.udp_remove - 0x00000000400d1a20 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x10 (size before relaxing) - .literal.udp_new - 0x00000000400d1a24 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x8 (size before relaxing) - .literal.udp_new_ip_type - 0x00000000400d1a24 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x4 (size before relaxing) - .literal.udp_netif_ip_addr_changed - 0x00000000400d1a24 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x4 (size before relaxing) - .literal.dhcp_option_short - 0x00000000400d1a24 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x10 (size before relaxing) - .literal.dhcp_option - 0x00000000400d1a30 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x10 (size before relaxing) - .literal.dhcp_option_byte - 0x00000000400d1a38 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x10 (size before relaxing) - .literal.dhcp_option_long - 0x00000000400d1a40 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x10 (size before relaxing) - .literal.dhcp_create_msg - 0x00000000400d1a48 0x14 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x3c (size before relaxing) - .literal.dhcp_option_hostname - 0x00000000400d1a5c 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x20 (size before relaxing) - .literal.dhcp_option_trailer - 0x00000000400d1a64 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x4 (size before relaxing) - .literal.dhcp_rebind - 0x00000000400d1a64 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x3c (size before relaxing) - .literal.dhcp_t2_timeout - 0x00000000400d1a70 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x4 (size before relaxing) - .literal.dhcp_reboot - 0x00000000400d1a70 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x48 (size before relaxing) - .literal.dhcp_select - 0x00000000400d1a70 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x68 (size before relaxing) - .literal.dhcp_handle_offer - 0x00000000400d1a7c 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x10 (size before relaxing) - .literal.dhcp_discover - 0x00000000400d1a84 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x3c (size before relaxing) - .literal.dhcp_decline - 0x00000000400d1a88 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x2c (size before relaxing) - .literal.dhcp_check - 0x00000000400d1a88 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x8 (size before relaxing) - .literal.dhcp_bind - 0x00000000400d1a88 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x24 (size before relaxing) - .literal.dhcp_handle_nak - 0x00000000400d1a90 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x10 (size before relaxing) - .literal.dhcp_dec_pcb_refcount - 0x00000000400d1a90 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x1c (size before relaxing) - .literal.dhcp_inc_pcb_refcount - 0x00000000400d1a9c 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x30 (size before relaxing) - .literal.dhcp_parse_reply - 0x00000000400d1aa8 0x30 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x84 (size before relaxing) - .literal.dhcp_handle_ack - 0x00000000400d1ad8 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x18 (size before relaxing) - .literal.dhcp_recv - 0x00000000400d1ad8 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x44 (size before relaxing) - .literal.dhcp_cleanup - 0x00000000400d1ae0 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x14 (size before relaxing) - .literal.dhcp_set_cb - 0x00000000400d1ae8 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x10 (size before relaxing) - .literal.dhcp_network_changed - 0x00000000400d1aec 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x18 (size before relaxing) - .literal.dhcp_arp_reply - 0x00000000400d1af4 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0xc (size before relaxing) - .literal.dhcp_renew - 0x00000000400d1af4 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x38 (size before relaxing) - .literal.dhcp_t1_timeout - 0x00000000400d1af8 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x4 (size before relaxing) - .literal.dhcp_release_and_stop - 0x00000000400d1af8 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x34 (size before relaxing) - .literal.dhcp_start - 0x00000000400d1afc 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x2c (size before relaxing) - .literal.dhcp_coarse_tmr - 0x00000000400d1b00 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x14 (size before relaxing) - .literal.dhcp_timeout - 0x00000000400d1b00 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x20 (size before relaxing) - .literal.dhcp_fine_tmr - 0x00000000400d1b00 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x8 (size before relaxing) - .literal.dhcp_release - 0x00000000400d1b00 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x4 (size before relaxing) - .literal.dhcp_stop - 0x00000000400d1b00 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x4 (size before relaxing) - .literal.free_etharp_q - 0x00000000400d1b00 0x10 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x20 (size before relaxing) - .literal.etharp_free_entry - 0x00000000400d1b10 0x8 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x10 (size before relaxing) - .literal.etharp_find_entry - 0x00000000400d1b18 0x10 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x2c (size before relaxing) - .literal.etharp_update_arp_entry - 0x00000000400d1b28 0x8 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x30 (size before relaxing) - .literal.etharp_raw - 0x00000000400d1b30 0x14 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x3c (size before relaxing) - .literal.etharp_request_dst - 0x00000000400d1b44 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x8 (size before relaxing) - .literal.etharp_cleanup_netif - 0x00000000400d1b44 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x8 (size before relaxing) - .literal.etharp_input - 0x00000000400d1b44 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x1c (size before relaxing) - .literal.etharp_request - 0x00000000400d1b44 0x4 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x8 (size before relaxing) - .literal.garp_tmr - 0x00000000400d1b48 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x8 (size before relaxing) - .literal.etharp_tmr - 0x00000000400d1b48 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0xc (size before relaxing) - .literal.etharp_output_to_arp_index - 0x00000000400d1b48 0x8 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x24 (size before relaxing) - .literal.etharp_query - 0x00000000400d1b50 0x14 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x5c (size before relaxing) - .literal.etharp_output - 0x00000000400d1b64 0xc esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x48 (size before relaxing) - .literal.icmp_send_response - 0x00000000400d1b70 0xc esp-idf/lwip/liblwip.a(icmp.c.obj) - 0x28 (size before relaxing) - .literal.icmp_input - 0x00000000400d1b7c 0xc esp-idf/lwip/liblwip.a(icmp.c.obj) - 0x68 (size before relaxing) - .literal.icmp_dest_unreach - 0x00000000400d1b88 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) - 0x4 (size before relaxing) - .literal.igmp_start_timer - 0x00000000400d1b88 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x10 (size before relaxing) - .literal.igmp_delaying_member - 0x00000000400d1b90 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4 (size before relaxing) - .literal.igmp_ip_output_if - 0x00000000400d1b90 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4 (size before relaxing) - .literal.igmp_send - 0x00000000400d1b90 0x10 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x28 (size before relaxing) - .literal.igmp_timeout - 0x00000000400d1ba0 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x8 (size before relaxing) - .literal.igmp_init - 0x00000000400d1ba4 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x10 (size before relaxing) - .literal.igmp_stop - 0x00000000400d1bac 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4 (size before relaxing) - .literal.igmp_report_groups - 0x00000000400d1bac 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4 (size before relaxing) - .literal.igmp_lookup_group - 0x00000000400d1bac 0x10 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x24 (size before relaxing) - .literal.igmp_start - 0x00000000400d1bbc 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x8 (size before relaxing) - .literal.igmp_input - 0x00000000400d1bbc 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x28 (size before relaxing) - .literal.igmp_joingroup_netif - 0x00000000400d1bbc 0xc esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x28 (size before relaxing) - .literal.igmp_joingroup - 0x00000000400d1bc8 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x1c (size before relaxing) - .literal.igmp_leavegroup_netif - 0x00000000400d1bd0 0x10 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x2c (size before relaxing) - .literal.igmp_leavegroup - 0x00000000400d1be0 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x1c (size before relaxing) - .literal.igmp_tmr - 0x00000000400d1be8 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x18 (size before relaxing) - .literal.igmp_timeout_cb - 0x00000000400d1be8 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4 (size before relaxing) - .literal.ip4_input_accept - 0x00000000400d1be8 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x8 (size before relaxing) - .literal.ip4_netif_exist - 0x00000000400d1be8 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4 (size before relaxing) - .literal.ip4_route_src_hook - 0x00000000400d1be8 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4 (size before relaxing) - .literal.ip4_route - 0x00000000400d1be8 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x10 (size before relaxing) - .literal.ip4_route_src - 0x00000000400d1bec 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0xc (size before relaxing) - .literal.ip4_input - 0x00000000400d1bec 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x68 (size before relaxing) - .literal.ip4_output_if_opt_src - 0x00000000400d1bf0 0x14 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x44 (size before relaxing) - .literal.ip4_output_if_opt - 0x00000000400d1c04 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4 (size before relaxing) - .literal.ip4_output_if - 0x00000000400d1c04 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4 (size before relaxing) - .literal.ip4_output_if_src - 0x00000000400d1c04 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4 (size before relaxing) - .literal.ip4addr_aton - 0x00000000400d1c04 0x14 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - 0x34 (size before relaxing) - .literal.ip4_frag - 0x00000000400d1c18 0x10 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - 0x44 (size before relaxing) - .literal.icmp6_send_response_with_addrs_and_netif - 0x00000000400d1c28 0xc esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x28 (size before relaxing) - .literal.icmp6_send_response - 0x00000000400d1c34 0x8 esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x20 (size before relaxing) - .literal.icmp6_send_response_with_addrs - 0x00000000400d1c3c 0x8 esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x1c (size before relaxing) - .literal.icmp6_input - 0x00000000400d1c44 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x48 (size before relaxing) - .literal.icmp6_dest_unreach - 0x00000000400d1c44 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x4 (size before relaxing) - .literal.icmp6_time_exceeded_with_addrs - 0x00000000400d1c44 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x4 (size before relaxing) - .literal.icmp6_param_problem - 0x00000000400d1c44 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x8 (size before relaxing) - .literal.ip6_input_accept - 0x00000000400d1c44 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x4 (size before relaxing) - .literal.ip6_route - 0x00000000400d1c44 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x1c (size before relaxing) - .literal.ip6_select_source_address - 0x00000000400d1c44 0x4 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x14 (size before relaxing) - .literal.ip6_input - 0x00000000400d1c48 0x4 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0xf8 (size before relaxing) - .literal.ip6_output_if_src - 0x00000000400d1c4c 0x18 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x48 (size before relaxing) - .literal.ip6_output_if - 0x00000000400d1c64 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x8 (size before relaxing) - .literal.ip6_options_add_hbh_ra - 0x00000000400d1c64 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x4 (size before relaxing) - .literal.ip6_reass_free_complete_datagram - 0x00000000400d1c64 0x1c esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - 0x48 (size before relaxing) - .literal.ip6_reass_remove_oldest_datagram - 0x00000000400d1c80 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - 0xc (size before relaxing) - .literal.ip6_reass_tmr - 0x00000000400d1c80 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - 0x8 (size before relaxing) - .literal.ip6_reass - 0x00000000400d1c80 0x24 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - 0x98 (size before relaxing) - .literal.ip6_frag - 0x00000000400d1ca4 0x10 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - 0x44 (size before relaxing) - .literal.mld6_delayed_report - 0x00000000400d1cb4 0xc esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x14 (size before relaxing) - .literal.mld6_new_group - 0x00000000400d1cc0 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4 (size before relaxing) - .literal.mld6_send - 0x00000000400d1cc0 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x20 (size before relaxing) - .literal.mld6_stop - 0x00000000400d1cc0 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4 (size before relaxing) - .literal.mld6_report_groups - 0x00000000400d1cc0 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4 (size before relaxing) - .literal.mld6_input - 0x00000000400d1cc0 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x28 (size before relaxing) - .literal.mld6_joingroup_netif - 0x00000000400d1cc0 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x1c (size before relaxing) - .literal.mld6_joingroup - 0x00000000400d1cc0 0x4 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x14 (size before relaxing) - .literal.mld6_leavegroup_netif - 0x00000000400d1cc4 0x4 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x1c (size before relaxing) - .literal.mld6_leavegroup - 0x00000000400d1cc8 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0xc (size before relaxing) - .literal.mld6_tmr - 0x00000000400d1cc8 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x18 (size before relaxing) - .literal.mld6_timeout_cb - 0x00000000400d1cc8 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4 (size before relaxing) - .literal.nd6_find_neighbor_cache_entry - 0x00000000400d1cc8 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) - .literal.nd6_find_destination_cache_entry - 0x00000000400d1ccc 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) - .literal.nd6_new_destination_cache_entry - 0x00000000400d1cd0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x4 (size before relaxing) - .literal.nd6_is_prefix_in_netif - 0x00000000400d1cd0 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) - .literal.nd6_select_router - 0x00000000400d1cd4 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) - .literal.nd6_get_router - 0x00000000400d1cdc 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x4 (size before relaxing) - .literal.nd6_get_onlink_prefix - 0x00000000400d1cdc 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x4 (size before relaxing) - .literal.nd6_new_onlink_prefix - 0x00000000400d1cdc 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x4 (size before relaxing) - .literal.nd6_send_q - 0x00000000400d1cdc 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x18 (size before relaxing) - .literal.nd6_duplicate_addr_detected - 0x00000000400d1cdc 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x8 (size before relaxing) - .literal.nd6_process_autoconfig_prefix - 0x00000000400d1cdc 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x2c (size before relaxing) - .literal.nd6_free_q - 0x00000000400d1cec 0x1c esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x34 (size before relaxing) - .literal.nd6_free_neighbor_cache_entry - 0x00000000400d1d08 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x8 (size before relaxing) - .literal.nd6_new_neighbor_cache_entry - 0x00000000400d1d08 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x1c (size before relaxing) - .literal.nd6_send_na - 0x00000000400d1d08 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x30 (size before relaxing) - .literal.nd6_send_rs - 0x00000000400d1d14 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x20 (size before relaxing) - .literal.nd6_send_ns - 0x00000000400d1d14 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x30 (size before relaxing) - .literal.nd6_send_neighbor_cache_probe - 0x00000000400d1d18 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x4 (size before relaxing) - .literal.nd6_new_router - 0x00000000400d1d18 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x14 (size before relaxing) - .literal.nd6_get_next_hop_entry - 0x00000000400d1d18 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x4c (size before relaxing) - .literal.nd6_queue_packet - 0x00000000400d1d28 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x24 (size before relaxing) - .literal.nd6_input - 0x00000000400d1d28 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x124 (size before relaxing) - .literal.nd6_tmr - 0x00000000400d1d38 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x54 (size before relaxing) - .literal.nd6_clear_destination_cache - 0x00000000400d1d40 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x4 (size before relaxing) - .literal.nd6_find_route - 0x00000000400d1d40 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x1c (size before relaxing) - .literal.nd6_get_next_hop_addr_or_queue - 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0xc (size before relaxing) - .literal.nd6_get_destination_mtu - 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x8 (size before relaxing) - .literal.nd6_reachability_hint - 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x1c (size before relaxing) - .literal.nd6_cleanup_netif - 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x14 (size before relaxing) - .literal.nd6_adjust_mld_membership - 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x10 (size before relaxing) - .literal.ethernet_input - 0x00000000400d1d48 0x4 esp-idf/lwip/liblwip.a(ethernet.c.obj) - 0x28 (size before relaxing) - .literal.ethernet_output - 0x00000000400d1d4c 0xc esp-idf/lwip/liblwip.a(ethernet.c.obj) - 0x20 (size before relaxing) - .literal.sys_thread_sem_free - 0x00000000400d1d58 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x8 (size before relaxing) - .literal.sys_mutex_new - 0x00000000400d1d58 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x4 (size before relaxing) - .literal.sys_mutex_lock - 0x00000000400d1d58 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x14 (size before relaxing) - .literal.sys_mutex_unlock - 0x00000000400d1d64 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x14 (size before relaxing) - .literal.sys_sem_new - 0x00000000400d1d6c 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x20 (size before relaxing) - .literal.sys_sem_signal - 0x00000000400d1d78 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x14 (size before relaxing) - .literal.sys_sem_signal_isr - 0x00000000400d1d80 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x4 (size before relaxing) - .literal.sys_arch_sem_wait - 0x00000000400d1d80 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x20 (size before relaxing) - .literal.sys_mbox_new - 0x00000000400d1d88 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0xc (size before relaxing) - .literal.sys_mbox_post - 0x00000000400d1d88 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x14 (size before relaxing) - .literal.sys_mbox_trypost - 0x00000000400d1d90 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x4 (size before relaxing) - .literal.sys_arch_mbox_fetch - 0x00000000400d1d90 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x20 (size before relaxing) - .literal.sys_arch_mbox_tryfetch - 0x00000000400d1d98 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x14 (size before relaxing) - .literal.sys_mbox_free - 0x00000000400d1d9c 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x1c (size before relaxing) - .literal.sys_thread_new - 0x00000000400d1da4 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x8 (size before relaxing) - .literal.sys_init - 0x00000000400d1da4 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x28 (size before relaxing) - .literal.sys_now - 0x00000000400d1db8 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x4 (size before relaxing) - .literal.sys_arch_protect - 0x00000000400d1db8 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0xc (size before relaxing) - .literal.sys_arch_unprotect - 0x00000000400d1db8 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x8 (size before relaxing) - .literal.sys_thread_sem_init - 0x00000000400d1db8 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x2c (size before relaxing) - .literal.sys_thread_sem_get - 0x00000000400d1dbc 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0xc (size before relaxing) - .literal.inet_cksum_pseudo_base - 0x00000000400d1dbc 0x4 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0xc (size before relaxing) - .literal.inet_chksum_pseudo - 0x00000000400d1dc0 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x4 (size before relaxing) - .literal.ip6_chksum_pseudo - 0x00000000400d1dc0 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x4 (size before relaxing) - .literal.ip_chksum_pseudo - 0x00000000400d1dc0 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x8 (size before relaxing) - .literal.inet_chksum - 0x00000000400d1dc0 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x4 (size before relaxing) - .literal.inet_chksum_pbuf - 0x00000000400d1dc0 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x4 (size before relaxing) - .literal.lwip_get_socket_select_semaphore - 0x00000000400d1dc0 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - 0x4 (size before relaxing) - .literal.lwip_stop_socket_select_isr - 0x00000000400d1dc0 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - 0x4 (size before relaxing) - .literal.lwip_stop_socket_select - 0x00000000400d1dc0 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - 0x4 (size before relaxing) - .literal.lwip_ioctl_r_wrapper - 0x00000000400d1dc0 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - 0x4 (size before relaxing) - .literal.lwip_fcntl_r_wrapper - 0x00000000400d1dc0 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - 0x4 (size before relaxing) - .literal.esp_vfs_lwip_sockets_register - 0x00000000400d1dc0 0x30 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - 0x3c (size before relaxing) - .literal.tryget_socket_unconn_nouse - 0x00000000400d1df0 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - .literal.free_socket_locked - 0x00000000400d1df4 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x10 (size before relaxing) - .literal.lwip_sockopt_to_ipopt - 0x00000000400d1e00 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x14 (size before relaxing) - .literal.lwip_link_select_cb - 0x00000000400d1e0c 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x10 (size before relaxing) - .literal.lwip_unlink_select_cb - 0x00000000400d1e14 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x28 (size before relaxing) - .literal.sockaddr_to_ipaddr_port - 0x00000000400d1e20 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x14 (size before relaxing) - .literal.lwip_sock_make_addr - 0x00000000400d1e20 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x30 (size before relaxing) - .literal.lwip_recv_tcp_from - 0x00000000400d1e30 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x8 (size before relaxing) - .literal.sock_inc_used - 0x00000000400d1e30 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x20 (size before relaxing) - .literal.tryget_socket_unconn - 0x00000000400d1e3c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x8 (size before relaxing) - .literal.sock_inc_used_locked - 0x00000000400d1e3c 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x28 (size before relaxing) - .literal.tryget_socket_unconn_locked - 0x00000000400d1e40 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x8 (size before relaxing) - .literal.lwip_select_inc_sockets_used_set - 0x00000000400d1e40 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0xc (size before relaxing) - .literal.lwip_select_inc_sockets_used - 0x00000000400d1e40 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0xc (size before relaxing) - .literal.alloc_socket - 0x00000000400d1e40 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x28 (size before relaxing) - .literal.free_socket_free_elements - 0x00000000400d1e48 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0xc (size before relaxing) - .literal.free_socket - 0x00000000400d1e48 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x10 (size before relaxing) - .literal.done_socket - 0x00000000400d1e48 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x28 (size before relaxing) - .literal.tryget_socket - 0x00000000400d1e4c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x8 (size before relaxing) - .literal.get_socket - 0x00000000400d1e4c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x8 (size before relaxing) - .literal.lwip_selscan - 0x00000000400d1e4c 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x24 (size before relaxing) - .literal.lwip_select_dec_sockets_used - 0x00000000400d1e54 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x18 (size before relaxing) - .literal.lwip_socket_register_membership - 0x00000000400d1e5c 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x10 (size before relaxing) - .literal.lwip_socket_unregister_membership - 0x00000000400d1e60 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0xc (size before relaxing) - .literal.lwip_socket_register_mld6_membership - 0x00000000400d1e60 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x10 (size before relaxing) - .literal.lwip_socket_unregister_mld6_membership - 0x00000000400d1e64 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0xc (size before relaxing) - .literal.lwip_socket_drop_registered_memberships - 0x00000000400d1e64 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x10 (size before relaxing) - .literal.lwip_socket_drop_registered_mld6_memberships - 0x00000000400d1e64 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x10 (size before relaxing) - .literal.lwip_recv_tcp - 0x00000000400d1e64 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x50 (size before relaxing) - .literal.lwip_recvfrom_udp_raw - 0x00000000400d1e7c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x28 (size before relaxing) - .literal.select_check_waiters - 0x00000000400d1e88 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x20 (size before relaxing) - .literal.event_callback - 0x00000000400d1e8c 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x38 (size before relaxing) - .literal.lwip_setsockopt_impl - 0x00000000400d1e9c 0x38 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x158 (size before relaxing) - .literal.lwip_setsockopt_callback - 0x00000000400d1ed4 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x1c (size before relaxing) - .literal.lwip_accept - 0x00000000400d1ee0 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x78 (size before relaxing) - .literal.lwip_bind - 0x00000000400d1eec 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x40 (size before relaxing) - .literal.lwip_close - 0x00000000400d1ef0 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x30 (size before relaxing) - .literal.lwip_listen - 0x00000000400d1ef8 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x1c (size before relaxing) - .literal.lwip_recvfrom - 0x00000000400d1ef8 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x30 (size before relaxing) - .literal.lwip_read - 0x00000000400d1f00 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4 (size before relaxing) - .literal.lwip_recv - 0x00000000400d1f00 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4 (size before relaxing) - .literal.lwip_sendto - 0x00000000400d1f00 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x50 (size before relaxing) - .literal.lwip_send - 0x00000000400d1f04 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x1c (size before relaxing) - .literal.lwip_socket - 0x00000000400d1f04 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x2c (size before relaxing) - .literal.lwip_write - 0x00000000400d1f08 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4 (size before relaxing) - .literal.lwip_select - 0x00000000400d1f08 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x8c (size before relaxing) - .literal.lwip_setsockopt - 0x00000000400d1f14 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x30 (size before relaxing) - .literal.lwip_ioctl - 0x00000000400d1f18 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x14 (size before relaxing) - .literal.lwip_fcntl - 0x00000000400d1f1c 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x20 (size before relaxing) - .literal.netconn_apimsg - 0x00000000400d1f20 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x8 (size before relaxing) - .literal.netconn_tcp_recvd_msg - 0x00000000400d1f20 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x10 (size before relaxing) - .literal.netconn_close_shutdown - 0x00000000400d1f28 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x14 (size before relaxing) - .literal.netconn_new_with_proto_and_callback - 0x00000000400d1f30 0x18 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x34 (size before relaxing) - .literal.netconn_prepare_delete - 0x00000000400d1f48 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0xc (size before relaxing) - .literal.netconn_delete - 0x00000000400d1f4c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x8 (size before relaxing) - .literal.netconn_getaddr - 0x00000000400d1f4c 0x10 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x20 (size before relaxing) - .literal.netconn_bind - 0x00000000400d1f5c 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x1c (size before relaxing) - .literal.netconn_listen_with_backlog - 0x00000000400d1f64 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x10 (size before relaxing) - .literal.netconn_tcp_recvd - 0x00000000400d1f6c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0xc (size before relaxing) - .literal.netconn_send - 0x00000000400d1f6c 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x10 (size before relaxing) - .literal.netconn_write_vectors_partly - 0x00000000400d1f74 0x14 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x30 (size before relaxing) - .literal.netconn_write_partly - 0x00000000400d1f88 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x4 (size before relaxing) - .literal.netconn_err - 0x00000000400d1f88 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x8 (size before relaxing) - .literal.netconn_accept - 0x00000000400d1f88 0xc esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x2c (size before relaxing) - .literal.netconn_recv_data - 0x00000000400d1f94 0x10 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x38 (size before relaxing) - .literal.netconn_recv_udp_raw_netbuf_flags - 0x00000000400d1fa4 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0xc (size before relaxing) - .literal.netconn_recv_data_tcp - 0x00000000400d1fa8 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x10 (size before relaxing) - .literal.netconn_recv_tcp_pbuf_flags - 0x00000000400d1fa8 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0xc (size before relaxing) - .literal.netconn_join_leave_group - 0x00000000400d1fa8 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x14 (size before relaxing) - .literal.netconn_join_leave_group_netif - 0x00000000400d1fb0 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x14 (size before relaxing) - .literal.lwip_netconn_err_to_msg - 0x00000000400d1fb4 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x1c (size before relaxing) - .literal.recv_udp - 0x00000000400d1fcc 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x3c (size before relaxing) - .literal.recv_raw - 0x00000000400d1fdc 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x18 (size before relaxing) - .literal.setup_tcp - 0x00000000400d1fdc 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x24 (size before relaxing) - .literal.pcb_new - 0x00000000400d1ff0 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x30 (size before relaxing) - .literal.err_tcp - 0x00000000400d2004 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x40 (size before relaxing) - .literal.netconn_mark_mbox_invalid - 0x00000000400d2018 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x14 (size before relaxing) - .literal.lwip_netconn_do_writemore - 0x00000000400d201c 0x20 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x60 (size before relaxing) - .literal.lwip_netconn_do_close_internal - 0x00000000400d203c 0x1c esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x88 (size before relaxing) - .literal.poll_tcp - 0x00000000400d2058 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x1c (size before relaxing) - .literal.sent_tcp - 0x00000000400d205c 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x1c (size before relaxing) - .literal.recv_tcp - 0x00000000400d2060 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x38 (size before relaxing) - .literal.lwip_netconn_is_deallocated_msg - 0x00000000400d2074 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x4 (size before relaxing) - .literal.lwip_netconn_is_err_msg - 0x00000000400d2074 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x1c (size before relaxing) - .literal.lwip_netconn_do_newconn - 0x00000000400d207c 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x8 (size before relaxing) - .literal.netconn_alloc - 0x00000000400d207c 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x1c (size before relaxing) - .literal.netconn_free - 0x00000000400d2084 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x28 (size before relaxing) - .literal.netconn_drain - 0x00000000400d2094 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x40 (size before relaxing) - .literal.accept_function - 0x00000000400d209c 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x4c (size before relaxing) - .literal.lwip_netconn_do_delconn - 0x00000000400d20a4 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x38 (size before relaxing) - .literal.lwip_netconn_do_bind - 0x00000000400d20b4 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x18 (size before relaxing) - .literal.lwip_netconn_do_listen - 0x00000000400d20b4 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x34 (size before relaxing) - .literal.lwip_netconn_do_send - 0x00000000400d20c0 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x28 (size before relaxing) - .literal.lwip_netconn_do_recv - 0x00000000400d20c0 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0xc (size before relaxing) - .literal.lwip_netconn_do_accepted - 0x00000000400d20c0 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x8 (size before relaxing) - .literal.lwip_netconn_do_write - 0x00000000400d20c0 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x24 (size before relaxing) - .literal.lwip_netconn_do_getaddr - 0x00000000400d20c8 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x14 (size before relaxing) - .literal.lwip_netconn_do_close - 0x00000000400d20d0 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x34 (size before relaxing) - .literal.lwip_netconn_do_join_leave_group - 0x00000000400d20d8 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x14 (size before relaxing) - .literal.lwip_netconn_do_join_leave_group_netif - 0x00000000400d20d8 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x18 (size before relaxing) - .literal.err_to_errno - 0x00000000400d20d8 0x4 esp-idf/lwip/liblwip.a(err.c.obj) - .literal.netbuf_delete - 0x00000000400d20dc 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) - 0x8 (size before relaxing) - .literal.netbuf_alloc - 0x00000000400d20dc 0x10 esp-idf/lwip/liblwip.a(netbuf.c.obj) - 0x20 (size before relaxing) - .literal.netbuf_free - 0x00000000400d20ec 0x4 esp-idf/lwip/liblwip.a(netbuf.c.obj) - 0xc (size before relaxing) - .literal.heap_caps_get_free_size - 0x00000000400d20f0 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) - .literal.heap_caps_get_minimum_free_size - 0x00000000400d20fc 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0xc (size before relaxing) - .literal.register_heap - 0x00000000400d2100 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x18 (size before relaxing) - .literal.heap_caps_enable_nonos_stack_heaps - 0x00000000400d2114 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0xc (size before relaxing) - .literal.heap_caps_init - 0x00000000400d2118 0x38 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x84 (size before relaxing) - .literal.gpio_wakeup_enable - 0x00000000400d2150 0x2c esp-idf/driver/libdriver.a(gpio.c.obj) - 0x40 (size before relaxing) - .literal.get_clk_en_mask - 0x00000000400d217c 0x20 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x48 (size before relaxing) - .literal.get_rst_en_mask - 0x00000000400d219c 0x4 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x3c (size before relaxing) - .literal.get_clk_en_reg - 0x00000000400d21a0 0x4 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x10 (size before relaxing) - .literal.get_rst_en_reg - 0x00000000400d21a4 0x4 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x10 (size before relaxing) - .literal.periph_module_enable - 0x00000000400d21a8 0xc esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x34 (size before relaxing) - .literal.periph_module_disable - 0x00000000400d21b4 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x34 (size before relaxing) - .literal.periph_module_reset - 0x00000000400d21b4 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x2c (size before relaxing) - .literal.rtc_gpio_isolate - 0x00000000400d21b4 0x18 esp-idf/driver/libdriver.a(rtc_io.c.obj) - 0x30 (size before relaxing) - .literal.rtc_gpio_force_hold_dis_all - 0x00000000400d21cc 0x8 esp-idf/driver/libdriver.a(rtc_io.c.obj) - 0x14 (size before relaxing) - .literal.rtc_gpio_wakeup_enable - 0x00000000400d21d4 0x8 esp-idf/driver/libdriver.a(rtc_io.c.obj) - 0x30 (size before relaxing) - .literal.rtc_isr - 0x00000000400d21dc 0x10 esp-idf/driver/libdriver.a(rtc_module.c.obj) - 0x20 (size before relaxing) - .literal.rtc_isr_ensure_installed - 0x00000000400d21ec 0xc esp-idf/driver/libdriver.a(rtc_module.c.obj) - 0x20 (size before relaxing) - .literal.rtc_isr_register - 0x00000000400d21f8 0x4 esp-idf/driver/libdriver.a(rtc_module.c.obj) - 0x18 (size before relaxing) - .literal.uart_pattern_queue_update - 0x00000000400d21fc 0x4 esp-idf/driver/libdriver.a(uart.c.obj) - .literal.uart_pattern_link_free - 0x00000000400d2200 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x14 (size before relaxing) - .literal.uart_module_enable - 0x00000000400d2208 0x4 esp-idf/driver/libdriver.a(uart.c.obj) - 0x18 (size before relaxing) - .literal.uart_pattern_enqueue - 0x00000000400d220c 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x14 (size before relaxing) - .literal.uart_rx_intr_handler_default - 0x00000000400d2214 0x40 esp-idf/driver/libdriver.a(uart.c.obj) - 0x114 (size before relaxing) - .literal.uart_module_disable - 0x00000000400d2254 0x0 esp-idf/driver/libdriver.a(uart.c.obj) - 0x14 (size before relaxing) - .literal.uart_set_word_length - 0x00000000400d2254 0x14 esp-idf/driver/libdriver.a(uart.c.obj) - 0x34 (size before relaxing) - .literal.uart_get_word_length - 0x00000000400d2268 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x20 (size before relaxing) - .literal.uart_set_stop_bits - 0x00000000400d2270 0xc esp-idf/driver/libdriver.a(uart.c.obj) - 0x34 (size before relaxing) - .literal.uart_get_stop_bits - 0x00000000400d227c 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x20 (size before relaxing) - .literal.uart_set_parity - 0x00000000400d2284 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x28 (size before relaxing) - .literal.uart_get_parity - 0x00000000400d228c 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x20 (size before relaxing) - .literal.uart_set_baudrate - 0x00000000400d2294 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x2c (size before relaxing) - .literal.uart_get_baudrate - 0x00000000400d229c 0x4 esp-idf/driver/libdriver.a(uart.c.obj) - 0x28 (size before relaxing) - .literal.uart_enable_intr_mask - 0x00000000400d22a0 0x4 esp-idf/driver/libdriver.a(uart.c.obj) - 0x24 (size before relaxing) - .literal.uart_disable_intr_mask - 0x00000000400d22a4 0x4 esp-idf/driver/libdriver.a(uart.c.obj) - 0x24 (size before relaxing) - .literal.uart_pattern_queue_reset - 0x00000000400d22a8 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x3c (size before relaxing) - .literal.uart_enable_rx_intr - 0x00000000400d22b0 0x0 esp-idf/driver/libdriver.a(uart.c.obj) - 0x4 (size before relaxing) - .literal.uart_check_buf_full - 0x00000000400d22b0 0x4 esp-idf/driver/libdriver.a(uart.c.obj) - 0x18 (size before relaxing) - .literal.uart_disable_rx_intr - 0x00000000400d22b4 0x0 esp-idf/driver/libdriver.a(uart.c.obj) - 0x4 (size before relaxing) - .literal.uart_disable_tx_intr - 0x00000000400d22b4 0x0 esp-idf/driver/libdriver.a(uart.c.obj) - 0x4 (size before relaxing) - .literal.uart_enable_tx_intr - 0x00000000400d22b4 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x34 (size before relaxing) - .literal.uart_tx_all - 0x00000000400d22bc 0xc esp-idf/driver/libdriver.a(uart.c.obj) - 0x50 (size before relaxing) - .literal.uart_isr_register - 0x00000000400d22c8 0x4 esp-idf/driver/libdriver.a(uart.c.obj) - 0x2c (size before relaxing) - .literal.uart_param_config - 0x00000000400d22cc 0x10 esp-idf/driver/libdriver.a(uart.c.obj) - 0x78 (size before relaxing) - .literal.uart_intr_config - 0x00000000400d22dc 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x44 (size before relaxing) - .literal.uart_wait_tx_done - 0x00000000400d22e4 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x64 (size before relaxing) - .literal.uart_write_bytes - 0x00000000400d22ec 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x38 (size before relaxing) - .literal.uart_read_bytes - 0x00000000400d22f4 0x10 esp-idf/driver/libdriver.a(uart.c.obj) - 0x64 (size before relaxing) - .literal.uart_get_buffered_data_len - 0x00000000400d2304 0x4 esp-idf/driver/libdriver.a(uart.c.obj) - 0x28 (size before relaxing) - .literal.uart_flush_input - 0x00000000400d2308 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x84 (size before relaxing) - .literal.uart_driver_delete - 0x00000000400d2310 0x14 esp-idf/driver/libdriver.a(uart.c.obj) - 0x60 (size before relaxing) - .literal.uart_driver_install - 0x00000000400d2324 0x3c esp-idf/driver/libdriver.a(uart.c.obj) - 0xbc (size before relaxing) - .literal.uart_is_driver_installed - 0x00000000400d2360 0x0 esp-idf/driver/libdriver.a(uart.c.obj) - 0x4 (size before relaxing) - .literal.uart_set_select_notif_callback - 0x00000000400d2360 0x0 esp-idf/driver/libdriver.a(uart.c.obj) - 0x4 (size before relaxing) - .literal.uart_get_selectlock - 0x00000000400d2360 0x0 esp-idf/driver/libdriver.a(uart.c.obj) - 0x4 (size before relaxing) - .literal.uart_set_wakeup_threshold - 0x00000000400d2360 0xc esp-idf/driver/libdriver.a(uart.c.obj) - 0x34 (size before relaxing) - .literal.uart_wait_tx_idle_polling - 0x00000000400d236c 0x4 esp-idf/driver/libdriver.a(uart.c.obj) - 0x1c (size before relaxing) - .literal.esp_fill_random - 0x00000000400d2370 0x10 esp-idf/esp32/libesp32.a(hw_random.c.obj) - 0x18 (size before relaxing) - .literal.get_reset_reason - 0x00000000400d2380 0x4 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .literal.esp_reset_reason_clear_hint - 0x00000000400d2384 0x4 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .literal.esp_reset_reason - 0x00000000400d2388 0x4 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .literal.esp_reset_reason_init - 0x00000000400d238c 0x4 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - 0x14 (size before relaxing) - .literal.get_power_down_flags - 0x00000000400d2390 0x4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .literal.ext0_wakeup_prepare - 0x00000000400d2394 0x1c esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x30 (size before relaxing) - .literal.ext1_wakeup_prepare - 0x00000000400d23b0 0xc esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x40 (size before relaxing) - .literal.timer_wakeup_prepare - 0x00000000400d23bc 0x8 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x10 (size before relaxing) - .literal.esp_get_deep_sleep_wake_stub - 0x00000000400d23c4 0x30 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x38 (size before relaxing) - .literal.esp_set_deep_sleep_wake_stub - 0x00000000400d23f4 0x0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x14 (size before relaxing) - .literal.esp_light_sleep_start - 0x00000000400d23f4 0x50 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x84 (size before relaxing) - .literal.esp_sleep_disable_wakeup_source - 0x00000000400d2444 0xc esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x28 (size before relaxing) - .literal.esp_sleep_enable_timer_wakeup - 0x00000000400d2450 0x0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x4 (size before relaxing) - .literal.esp_sleep_enable_ext1_wakeup - 0x00000000400d2450 0x4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x24 (size before relaxing) - .literal.esp_sleep_enable_gpio_wakeup - 0x00000000400d2454 0x4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x14 (size before relaxing) - .literal.esp_sleep_enable_uart_wakeup - 0x00000000400d2458 0x0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x4 (size before relaxing) - .literal.esp_sleep_get_wakeup_cause - 0x00000000400d2458 0x4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0xc (size before relaxing) - .literal.esp_base_mac_addr_set - 0x00000000400d245c 0x10 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - 0x24 (size before relaxing) - .literal.esp_base_mac_addr_get - 0x00000000400d246c 0x4 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - 0x1c (size before relaxing) - .literal.esp_efuse_mac_get_default - 0x00000000400d2470 0x18 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - 0x2c (size before relaxing) - .literal.esp_read_mac - 0x00000000400d2488 0x10 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - 0x50 (size before relaxing) - .literal.esp_register_shutdown_handler - 0x00000000400d2498 0x4 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .literal.esp_unregister_shutdown_handler - 0x00000000400d249c 0x0 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - 0x4 (size before relaxing) - .literal.esp_get_free_heap_size - 0x00000000400d249c 0x0 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - 0x8 (size before relaxing) - .literal.esp_get_idf_version - 0x00000000400d249c 0x4 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .literal.ets_timer_setfn - 0x00000000400d24a0 0x1c esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x24 (size before relaxing) - .literal.ets_timer_done - 0x00000000400d24bc 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x8 (size before relaxing) - .literal.find_command_by_name - 0x00000000400d24bc 0x4 esp-idf/console/libconsole.a(commands.c.obj) - 0x10 (size before relaxing) - .literal.help_command - 0x00000000400d24c0 0x14 esp-idf/console/libconsole.a(commands.c.obj) - 0x30 (size before relaxing) - .literal.esp_console_init - 0x00000000400d24d4 0xc esp-idf/console/libconsole.a(commands.c.obj) - 0x10 (size before relaxing) - .literal.esp_console_cmd_register - 0x00000000400d24e0 0x4 esp-idf/console/libconsole.a(commands.c.obj) - 0x28 (size before relaxing) - .literal.esp_console_get_completion - 0x00000000400d24e4 0x0 esp-idf/console/libconsole.a(commands.c.obj) - 0x10 (size before relaxing) - .literal.esp_console_get_hint - 0x00000000400d24e4 0x0 esp-idf/console/libconsole.a(commands.c.obj) - 0x14 (size before relaxing) - .literal.esp_console_run - 0x00000000400d24e4 0x0 esp-idf/console/libconsole.a(commands.c.obj) - 0x24 (size before relaxing) - .literal.esp_console_register_help_command - 0x00000000400d24e4 0xc esp-idf/console/libconsole.a(commands.c.obj) - 0x10 (size before relaxing) - .literal.esp_console_split_argv - 0x00000000400d24f0 0x4 esp-idf/console/libconsole.a(split_argv.c.obj) - .literal.arg_register_error - 0x00000000400d24f4 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4 (size before relaxing) - .literal.arg_parse_untagged - 0x00000000400d24f4 0x4 esp-idf/console/libconsole.a(argtable3.c.obj) - 0xc (size before relaxing) - .literal.arg_parse_check - 0x00000000400d24f8 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4 (size before relaxing) - .literal.detectsuffix - 0x00000000400d24f8 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0xc (size before relaxing) - .literal.alloc_shortoptions - 0x00000000400d24f8 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x8 (size before relaxing) - .literal.arg_end_errorfn - 0x00000000400d24f8 0x24 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x44 (size before relaxing) - .literal.strtol0X - 0x00000000400d251c 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x10 (size before relaxing) - .literal.arg_int_scanfn - 0x00000000400d251c 0x10 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x3c (size before relaxing) - .literal.alloc_longoptions - 0x00000000400d252c 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0xc (size before relaxing) - .literal.find_shortoption - 0x00000000400d252c 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4 (size before relaxing) - .literal.arg_parse_tagged - 0x00000000400d252c 0xc esp-idf/console/libconsole.a(argtable3.c.obj) - 0x54 (size before relaxing) - .literal.arg_cat_optionv - 0x00000000400d2538 0x24 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x50 (size before relaxing) - .literal.arg_cat_option - 0x00000000400d255c 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x60 (size before relaxing) - .literal.arg_print_gnuswitch - 0x00000000400d255c 0x10 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x24 (size before relaxing) - .literal.arg_end - 0x00000000400d256c 0x8 esp-idf/console/libconsole.a(argtable3.c.obj) - 0xc (size before relaxing) - .literal.arg_intn - 0x00000000400d2574 0x14 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x18 (size before relaxing) - .literal.arg_int0 - 0x00000000400d2588 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4 (size before relaxing) - .literal.arg_strn - 0x00000000400d2588 0x14 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x1c (size before relaxing) - .literal.arg_str0 - 0x00000000400d259c 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4 (size before relaxing) - .literal.arg_str1 - 0x00000000400d259c 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4 (size before relaxing) - .literal.arg_parse - 0x00000000400d259c 0x8 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x24 (size before relaxing) - .literal.arg_print_option - 0x00000000400d25a4 0x4 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x18 (size before relaxing) - .literal.arg_int_errorfn - 0x00000000400d25a8 0x18 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x4c (size before relaxing) - .literal.arg_str_errorfn - 0x00000000400d25c0 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x28 (size before relaxing) - .literal.arg_print_syntax - 0x00000000400d25c0 0x10 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x30 (size before relaxing) - .literal.arg_print_glossary - 0x00000000400d25d0 0x8 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x14 (size before relaxing) - .literal.arg_print_formatted - 0x00000000400d25d8 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x18 (size before relaxing) - .literal.abAppend - 0x00000000400d25d8 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x8 (size before relaxing) - .literal.abFree - 0x00000000400d25dc 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4 (size before relaxing) - .literal.freeCompletions - 0x00000000400d25dc 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x8 (size before relaxing) - .literal.getCursorPosition - 0x00000000400d25dc 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x1c (size before relaxing) - .literal.getColumns - 0x00000000400d25e4 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x28 (size before relaxing) - .literal.linenoiseBeep - 0x00000000400d25ec 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x8 (size before relaxing) - .literal.linenoiseDumb - 0x00000000400d25ec 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x2c (size before relaxing) - .literal.sanitize - 0x00000000400d25f0 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4 (size before relaxing) - .literal.linenoiseSetMultiLine - 0x00000000400d25f0 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .literal.linenoiseSetDumbMode - 0x00000000400d25f4 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .literal.linenoiseClearScreen - 0x00000000400d25f8 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - 0xc (size before relaxing) - .literal.linenoiseSetCompletionCallback - 0x00000000400d25fc 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .literal.linenoiseSetHintsCallback - 0x00000000400d2600 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - .literal.linenoiseAddCompletion - 0x00000000400d2604 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x14 (size before relaxing) - .literal.refreshShowHints - 0x00000000400d2604 0xc esp-idf/console/libconsole.a(linenoise.c.obj) - 0x28 (size before relaxing) - .literal.refreshMultiLine - 0x00000000400d2610 0x1c esp-idf/console/libconsole.a(linenoise.c.obj) - 0x78 (size before relaxing) - .literal.refreshSingleLine - 0x00000000400d262c 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x44 (size before relaxing) - .literal.refreshLine - 0x00000000400d2630 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0xc (size before relaxing) - .literal.completeLine - 0x00000000400d2630 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x38 (size before relaxing) - .literal.linenoiseEditInsert - 0x00000000400d2634 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x1c (size before relaxing) - .literal.linenoiseEditMoveLeft - 0x00000000400d2634 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4 (size before relaxing) - .literal.linenoiseEditMoveRight - 0x00000000400d2634 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4 (size before relaxing) - .literal.linenoiseEditMoveHome - 0x00000000400d2634 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4 (size before relaxing) - .literal.linenoiseEditMoveEnd - 0x00000000400d2634 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4 (size before relaxing) - .literal.linenoiseEditHistoryNext - 0x00000000400d2634 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x1c (size before relaxing) - .literal.linenoiseEditDelete - 0x00000000400d263c 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x8 (size before relaxing) - .literal.linenoiseEditBackspace - 0x00000000400d263c 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x8 (size before relaxing) - .literal.linenoiseEditDeletePrevWord - 0x00000000400d263c 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x8 (size before relaxing) - .literal.linenoiseProbe - 0x00000000400d263c 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x30 (size before relaxing) - .literal.linenoiseFree - 0x00000000400d2640 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x4 (size before relaxing) - .literal.linenoiseHistoryAdd - 0x00000000400d2640 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x28 (size before relaxing) - .literal.linenoiseEdit - 0x00000000400d2644 0xc esp-idf/console/libconsole.a(linenoise.c.obj) - 0xd8 (size before relaxing) - .literal.linenoiseRaw - 0x00000000400d2650 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x10 (size before relaxing) - .literal.linenoise - 0x00000000400d2650 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x20 (size before relaxing) - .literal.linenoiseHistorySetMaxLen - 0x00000000400d2650 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x20 (size before relaxing) - .literal.linenoiseHistorySave - 0x00000000400d2650 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x1c (size before relaxing) - .literal.linenoiseHistoryLoad - 0x00000000400d2658 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x20 (size before relaxing) - .literal.httpd_recv_pending - 0x00000000400d265c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x4 (size before relaxing) - .literal.httpd_sock_err - 0x00000000400d265c 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x1c (size before relaxing) - .literal.httpd_sess_set_send_override - 0x00000000400d2668 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - .literal.httpd_sess_set_recv_override - 0x00000000400d266c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x4 (size before relaxing) - .literal.httpd_sess_set_pending_override - 0x00000000400d266c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x4 (size before relaxing) - .literal.httpd_recv_with_opt - 0x00000000400d266c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x4 (size before relaxing) - .literal.httpd_recv - 0x00000000400d266c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x4 (size before relaxing) - .literal.httpd_unrecv - 0x00000000400d266c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x4 (size before relaxing) - .literal.httpd_resp_send - 0x00000000400d266c 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x44 (size before relaxing) - .literal.httpd_resp_send_chunk - 0x00000000400d2684 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x58 (size before relaxing) - .literal.httpd_resp_send_err - 0x00000000400d268c 0x6c esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0xa4 (size before relaxing) - .literal.httpd_req_handle_err - 0x00000000400d26f8 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x4 (size before relaxing) - .literal.httpd_req_recv - 0x00000000400d26f8 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x4 (size before relaxing) - .literal.httpd_default_send - 0x00000000400d26f8 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0xc (size before relaxing) - .literal.httpd_default_recv - 0x00000000400d26fc 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0xc (size before relaxing) - .literal.httpd_uri_match_simple - 0x00000000400d2700 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - 0x8 (size before relaxing) - .literal.httpd_find_uri_handler - 0x00000000400d2700 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - 0x4 (size before relaxing) - .literal.httpd_register_uri_handler - 0x00000000400d2700 0x1c esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - 0x40 (size before relaxing) - .literal.httpd_unregister_all_uri_handlers - 0x00000000400d271c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - 0x8 (size before relaxing) - .literal.httpd_uri - 0x00000000400d271c 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - 0x38 (size before relaxing) - .literal.fd_is_valid - 0x00000000400d272c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x8 (size before relaxing) - .literal.httpd_sess_free_ctx - 0x00000000400d272c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x4 (size before relaxing) - .literal.httpd_sess_get_transport_ctx - 0x00000000400d272c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x4 (size before relaxing) - .literal.httpd_sess_set_transport_ctx - 0x00000000400d272c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x8 (size before relaxing) - .literal.httpd_sess_delete - 0x00000000400d272c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x8 (size before relaxing) - .literal.httpd_sess_new - 0x00000000400d272c 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x28 (size before relaxing) - .literal.httpd_sess_delete_invalid - 0x00000000400d2740 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x1c (size before relaxing) - .literal.httpd_sess_close - 0x00000000400d2748 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x8 (size before relaxing) - .literal.httpd_sess_pending - 0x00000000400d274c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x4 (size before relaxing) - .literal.httpd_sess_process - 0x00000000400d274c 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x10 (size before relaxing) - .literal.httpd_sess_trigger_close - 0x00000000400d2750 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0xc (size before relaxing) - .literal.httpd_sess_close_lru - 0x00000000400d2754 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x4 (size before relaxing) - .literal.httpd_close_all_sessions - 0x00000000400d2754 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0xc (size before relaxing) - .literal.httpd_process_ctrl_msg - 0x00000000400d2758 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x28 (size before relaxing) - .literal.httpd_accept_conn - 0x00000000400d2768 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x4c (size before relaxing) - .literal.httpd_server - 0x00000000400d2778 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x50 (size before relaxing) - .literal.httpd_thread - 0x00000000400d2788 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x1c (size before relaxing) - .literal.httpd_create - 0x00000000400d2790 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x84 (size before relaxing) - .literal.httpd_server_init - 0x00000000400d27a8 0x1c esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x9c (size before relaxing) - .literal.httpd_delete - 0x00000000400d27c4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x18 (size before relaxing) - .literal.httpd_queue_work - 0x00000000400d27c4 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x18 (size before relaxing) - .literal.httpd_start - 0x00000000400d27cc 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x34 (size before relaxing) - .literal.httpd_stop - 0x00000000400d27e0 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x14 (size before relaxing) - .literal.init_req - 0x00000000400d27e4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x4 (size before relaxing) - .literal.init_req_aux - 0x00000000400d27e4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x8 (size before relaxing) - .literal.parse_init - 0x00000000400d27e4 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x24 (size before relaxing) - .literal.cb_header_value - 0x00000000400d27fc 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x14 (size before relaxing) - .literal.cb_url - 0x00000000400d2808 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x20 (size before relaxing) - .literal.verify_url - 0x00000000400d2810 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x3c (size before relaxing) - .literal.cb_headers_complete - 0x00000000400d281c 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x3c (size before relaxing) - .literal.pause_parsing - 0x00000000400d282c 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x28 (size before relaxing) - .literal.cb_no_body - 0x00000000400d2838 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x1c (size before relaxing) - .literal.cb_on_body - 0x00000000400d283c 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x18 (size before relaxing) - .literal.cb_header_field - 0x00000000400d2840 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x20 (size before relaxing) - .literal.continue_parsing - 0x00000000400d2844 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x4 (size before relaxing) - .literal.read_block - 0x00000000400d2844 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x8 (size before relaxing) - .literal.parse_block - 0x00000000400d2844 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x40 (size before relaxing) - .literal.httpd_parse_req - 0x00000000400d2858 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x14 (size before relaxing) - .literal.httpd_req_cleanup - 0x00000000400d2858 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x4 (size before relaxing) - .literal.httpd_req_new - 0x00000000400d2858 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x18 (size before relaxing) - .literal.httpd_req_delete - 0x00000000400d2860 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0xc (size before relaxing) - .literal.cs_create_ctrl_sock - 0x00000000400d2860 0x4 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - 0x18 (size before relaxing) - .literal.cs_free_ctrl_sock - 0x00000000400d2864 0x0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - 0x4 (size before relaxing) - .literal.cs_send_to_ctrl_sock - 0x00000000400d2864 0x0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - 0x10 (size before relaxing) - .literal.httpd_ssl_close - 0x00000000400d2864 0xc esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - 0x14 (size before relaxing) - .literal.httpd_ssl_open - 0x00000000400d2870 0x30 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - 0x68 (size before relaxing) - .literal.httpd_ssl_recv - 0x00000000400d28a0 0x8 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - 0x14 (size before relaxing) - .literal.httpd_ssl_send - 0x00000000400d28a8 0x4 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - 0x14 (size before relaxing) - .literal.httpd_ssl_pending - 0x00000000400d28ac 0x4 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - 0x18 (size before relaxing) - .literal.free_secure_context - 0x00000000400d28b0 0x8 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - 0x2c (size before relaxing) - .literal.create_secure_context - 0x00000000400d28b8 0x0 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - 0x20 (size before relaxing) - .literal.httpd_ssl_start - 0x00000000400d28b8 0x1c esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - 0x44 (size before relaxing) - .literal.httpd_ssl_stop - 0x00000000400d28d4 0x0 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - 0x4 (size before relaxing) - .literal.esp_vfs_fat_spiflash_mount - 0x00000000400d28d4 0x24 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) - 0xa0 (size before relaxing) - .literal.ff_diskio_get_drive - 0x00000000400d28f8 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - .literal.ff_diskio_register - 0x00000000400d28fc 0x10 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x28 (size before relaxing) - .literal.ff_disk_initialize - 0x00000000400d290c 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x4 (size before relaxing) - .literal.ff_disk_status - 0x00000000400d290c 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x4 (size before relaxing) - .literal.ff_disk_read - 0x00000000400d290c 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x4 (size before relaxing) - .literal.ff_disk_write - 0x00000000400d290c 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x4 (size before relaxing) - .literal.ff_disk_ioctl - 0x00000000400d290c 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x4 (size before relaxing) - .literal.get_fattime - 0x00000000400d290c 0x8 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - .literal.ff_wl_read - 0x00000000400d2914 0x18 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - 0x30 (size before relaxing) - .literal.ff_wl_write - 0x00000000400d292c 0xc esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - 0x48 (size before relaxing) - .literal.ff_wl_ioctl - 0x00000000400d2938 0x4 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - 0x20 (size before relaxing) - .literal.ff_diskio_register_wl_partition - 0x00000000400d293c 0x4 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - 0xc (size before relaxing) - .literal.ld_clust - 0x00000000400d2940 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x8 (size before relaxing) - .literal.st_clust - 0x00000000400d2944 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x8 (size before relaxing) - .literal.get_fileinfo - 0x00000000400d2948 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0xc (size before relaxing) - .literal.create_name - 0x00000000400d294c 0x18 esp-idf/fatfs/libfatfs.a(ff.c.obj) - .literal.lock_fs - 0x00000000400d2964 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x4 (size before relaxing) - .literal.sync_window - 0x00000000400d2964 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x8 (size before relaxing) - .literal.move_window - 0x00000000400d2964 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x8 (size before relaxing) - .literal.check_fs - 0x00000000400d2964 0x10 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x1c (size before relaxing) - .literal.find_volume - 0x00000000400d2974 0x24 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x88 (size before relaxing) - .literal.put_fat - 0x00000000400d2998 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x28 (size before relaxing) - .literal.get_fat - 0x00000000400d29a4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x1c (size before relaxing) - .literal.dir_sdi - 0x00000000400d29a4 0x8 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0xc (size before relaxing) - .literal.create_chain - 0x00000000400d29ac 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x14 (size before relaxing) - .literal.remove_chain - 0x00000000400d29ac 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0xc (size before relaxing) - .literal.dir_remove - 0x00000000400d29ac 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x4 (size before relaxing) - .literal.dir_clear - 0x00000000400d29ac 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x14 (size before relaxing) - .literal.dir_next - 0x00000000400d29ac 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x14 (size before relaxing) - .literal.dir_find - 0x00000000400d29ac 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x10 (size before relaxing) - .literal.follow_path - 0x00000000400d29ac 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x10 (size before relaxing) - .literal.dir_alloc - 0x00000000400d29ac 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0xc (size before relaxing) - .literal.dir_register - 0x00000000400d29ac 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x10 (size before relaxing) - .literal.dir_read - 0x00000000400d29b0 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x8 (size before relaxing) - .literal.sync_fs - 0x00000000400d29b0 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x34 (size before relaxing) - .literal.unlock_fs - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x4 (size before relaxing) - .literal.validate - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0xc (size before relaxing) - .literal.f_mount - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x18 (size before relaxing) - .literal.f_open - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x48 (size before relaxing) - .literal.f_read - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x44 (size before relaxing) - .literal.f_write - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x48 (size before relaxing) - .literal.f_sync - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x2c (size before relaxing) - .literal.f_close - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0xc (size before relaxing) - .literal.f_lseek - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x40 (size before relaxing) - .literal.f_opendir - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x14 (size before relaxing) - .literal.f_closedir - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x8 (size before relaxing) - .literal.f_readdir - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x18 (size before relaxing) - .literal.f_stat - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x10 (size before relaxing) - .literal.f_truncate - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x24 (size before relaxing) - .literal.f_unlink - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x24 (size before relaxing) - .literal.f_mkdir - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x40 (size before relaxing) - .literal.f_rename - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x3c (size before relaxing) - .literal.f_utime - 0x00000000400d29b4 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x14 (size before relaxing) - .literal.f_mkfs - 0x00000000400d29b4 0x24 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x140 (size before relaxing) - .literal.ff_memalloc - 0x00000000400d29d8 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x4 (size before relaxing) - .literal.ff_cre_syncobj - 0x00000000400d29d8 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x4 (size before relaxing) - .literal.ff_del_syncobj - 0x00000000400d29d8 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x4 (size before relaxing) - .literal.ff_req_grant - 0x00000000400d29d8 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x4 (size before relaxing) - .literal.ff_rel_grant - 0x00000000400d29d8 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x4 (size before relaxing) - .literal.find_unused_context_index - 0x00000000400d29d8 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .literal.get_next_fd - 0x00000000400d29dc 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .literal.fat_mode_conv - 0x00000000400d29e0 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .literal.vfs_fat_fstat - 0x00000000400d29e4 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .literal.file_cleanup - 0x00000000400d29ec 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0xc (size before relaxing) - .literal.prepend_drive_to_path - 0x00000000400d29f4 0xc esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x14 (size before relaxing) - .literal.fresult_to_errno - 0x00000000400d2a00 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x14 (size before relaxing) - .literal.vfs_fat_utime - 0x00000000400d2a10 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x28 (size before relaxing) - .literal.vfs_fat_telldir - 0x00000000400d2a10 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x10 (size before relaxing) - .literal.vfs_fat_lseek - 0x00000000400d2a18 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x1c (size before relaxing) - .literal.vfs_fat_close - 0x00000000400d2a1c 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x1c (size before relaxing) - .literal.vfs_fat_truncate - 0x00000000400d2a1c 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x74 (size before relaxing) - .literal.vfs_fat_open - 0x00000000400d2a24 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x44 (size before relaxing) - .literal.vfs_fat_access - 0x00000000400d2a28 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x18 (size before relaxing) - .literal.vfs_fat_fsync - 0x00000000400d2a28 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x18 (size before relaxing) - .literal.vfs_fat_rmdir - 0x00000000400d2a28 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x18 (size before relaxing) - .literal.vfs_fat_unlink - 0x00000000400d2a28 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x18 (size before relaxing) - .literal.vfs_fat_mkdir - 0x00000000400d2a28 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x18 (size before relaxing) - .literal.vfs_fat_closedir - 0x00000000400d2a28 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x20 (size before relaxing) - .literal.vfs_fat_seekdir - 0x00000000400d2a2c 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x28 (size before relaxing) - .literal.vfs_fat_readdir_r - 0x00000000400d2a30 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x1c (size before relaxing) - .literal.vfs_fat_readdir - 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x8 (size before relaxing) - .literal.vfs_fat_opendir - 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x2c (size before relaxing) - .literal.vfs_fat_rename - 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x18 (size before relaxing) - .literal.vfs_fat_pread - 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x34 (size before relaxing) - .literal.vfs_fat_read - 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x10 (size before relaxing) - .literal.vfs_fat_link - 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x68 (size before relaxing) - .literal.vfs_fat_pwrite - 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x34 (size before relaxing) - .literal.vfs_fat_write - 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x20 (size before relaxing) - .literal.find_context_index_by_path - 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x8 (size before relaxing) - .literal.vfs_fat_stat - 0x00000000400d2a34 0xc esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x34 (size before relaxing) - .literal.esp_vfs_fat_register - 0x00000000400d2a40 0x64 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0xa0 (size before relaxing) - .literal.esp_vfs_fat_unregister_path - 0x00000000400d2aa4 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x18 (size before relaxing) - .literal._ZL12check_handleiPKc - 0x00000000400d2aa8 0x14 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - 0x2c (size before relaxing) - .literal.wl_mount - 0x00000000400d2abc 0x1c esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - 0x78 (size before relaxing) - .literal.wl_erase_range - 0x00000000400d2ad8 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - 0x14 (size before relaxing) - .literal.wl_write - 0x00000000400d2adc 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - 0x14 (size before relaxing) - .literal.wl_read - 0x00000000400d2ae0 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - 0x14 (size before relaxing) - .literal.wl_size - 0x00000000400d2ae4 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - 0x14 (size before relaxing) - .literal.wl_sector_size - 0x00000000400d2ae8 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - 0x14 (size before relaxing) - .literal._ZN9Partition12erase_sectorEj - 0x00000000400d2aec 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN9Partition11sector_sizeEv - 0x00000000400d2aec 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN9Partition11erase_rangeEjj - 0x00000000400d2aec 0x8 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x14 (size before relaxing) - .literal._ZN9Partition5writeEjPKvj - 0x00000000400d2af4 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN9Partition4readEjPvj - 0x00000000400d2af4 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN9PartitionD0Ev - 0x00000000400d2af4 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN9PartitionC2EPK15esp_partition_t - 0x00000000400d2af4 0x4 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - .literal._ZN8WL_FlashD2Ev - 0x00000000400d2af8 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN8WL_FlashD0Ev - 0x00000000400d2af8 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x8 (size before relaxing) - .literal._ZN8WL_Flash11erase_rangeEjj - 0x00000000400d2af8 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x14 (size before relaxing) - .literal._ZN8WL_Flash6configEP11WL_Config_sP12Flash_Access - 0x00000000400d2b04 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x30 (size before relaxing) - .literal._ZN8WL_FlashC2Ev - 0x00000000400d2b0c 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - .literal._ZN8WL_Flash12initSectionsEv - 0x00000000400d2b10 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x48 (size before relaxing) - .literal._ZN8WL_Flash10fillOkBuffEi - 0x00000000400d2b18 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN8WL_Flash11updateV1_V2Ev - 0x00000000400d2b18 0x10 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x94 (size before relaxing) - .literal._ZN8WL_Flash13updateVersionEv - 0x00000000400d2b28 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN8WL_Flash9OkBuffSetEi - 0x00000000400d2b28 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN8WL_Flash10recoverPosEv - 0x00000000400d2b28 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x18 (size before relaxing) - .literal._ZN8WL_Flash4initEv - 0x00000000400d2b2c 0x10 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x100 (size before relaxing) - .literal._ZN8WL_Flash8updateWLEv - 0x00000000400d2b3c 0x20 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x84 (size before relaxing) - .literal._ZN8WL_Flash5flushEv - 0x00000000400d2b5c 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x4 (size before relaxing) - .literal._ZN8WL_Flash12erase_sectorEj - 0x00000000400d2b5c 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x24 (size before relaxing) - .literal._ZN8WL_Flash5writeEjPKvj - 0x00000000400d2b64 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x24 (size before relaxing) - .literal._ZN8WL_Flash4readEjPvj - 0x00000000400d2b68 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x24 (size before relaxing) - .literal._ZN5crc328crc32_leEjPKhj - 0x00000000400d2b6c 0x0 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) - 0x4 (size before relaxing) - .literal.esp_spiffs_get_empty - 0x00000000400d2b6c 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .literal.spiffs_res_to_errno - 0x00000000400d2b70 0x2c esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .literal.spiffs_mode_conv - 0x00000000400d2b9c 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x4 (size before relaxing) - .literal.esp_spiffs_by_label - 0x00000000400d2b9c 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x8 (size before relaxing) - .literal.vfs_spiffs_telldir - 0x00000000400d2ba0 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x10 (size before relaxing) - .literal.esp_spiffs_free - 0x00000000400d2bac 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x1c (size before relaxing) - .literal.esp_spiffs_init - 0x00000000400d2bac 0x50 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x130 (size before relaxing) - .literal.vfs_spiffs_rmdir - 0x00000000400d2bfc 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x4 (size before relaxing) - .literal.vfs_spiffs_mkdir - 0x00000000400d2bfc 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x4 (size before relaxing) - .literal.vfs_spiffs_link - 0x00000000400d2bfc 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x4 (size before relaxing) - .literal.vfs_spiffs_update_mtime_value - 0x00000000400d2bfc 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x14 (size before relaxing) - .literal.vfs_spiffs_utime - 0x00000000400d2c00 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x28 (size before relaxing) - .literal.vfs_spiffs_closedir - 0x00000000400d2c08 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x28 (size before relaxing) - .literal.vfs_spiffs_seekdir - 0x00000000400d2c0c 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x44 (size before relaxing) - .literal.vfs_spiffs_readdir_r - 0x00000000400d2c18 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x3c (size before relaxing) - .literal.vfs_spiffs_readdir - 0x00000000400d2c20 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x18 (size before relaxing) - .literal.vfs_spiffs_opendir - 0x00000000400d2c24 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x34 (size before relaxing) - .literal.vfs_spiffs_rename - 0x00000000400d2c30 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x2c (size before relaxing) - .literal.vfs_spiffs_unlink - 0x00000000400d2c3c 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x24 (size before relaxing) - .literal.vfs_spiffs_stat - 0x00000000400d2c40 0x14 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x38 (size before relaxing) - .literal.vfs_spiffs_fstat - 0x00000000400d2c54 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x2c (size before relaxing) - .literal.vfs_spiffs_close - 0x00000000400d2c58 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x14 (size before relaxing) - .literal.vfs_spiffs_update_mtime - 0x00000000400d2c58 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x18 (size before relaxing) - .literal.vfs_spiffs_open - 0x00000000400d2c58 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x2c (size before relaxing) - .literal.vfs_spiffs_read - 0x00000000400d2c5c 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x14 (size before relaxing) - .literal.vfs_spiffs_lseek - 0x00000000400d2c5c 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x14 (size before relaxing) - .literal.vfs_spiffs_write - 0x00000000400d2c5c 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x14 (size before relaxing) - .literal.esp_spiffs_info - 0x00000000400d2c5c 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0xc (size before relaxing) - .literal.esp_vfs_spiffs_register - 0x00000000400d2c5c 0x58 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x78 (size before relaxing) - .literal.spiffs_api_lock - 0x00000000400d2cb4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x4 (size before relaxing) - .literal.spiffs_api_unlock - 0x00000000400d2cb4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x4 (size before relaxing) - .literal.spiffs_api_read - 0x00000000400d2cb4 0x8 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x14 (size before relaxing) - .literal.spiffs_api_write - 0x00000000400d2cbc 0x4 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x14 (size before relaxing) - .literal.spiffs_api_erase - 0x00000000400d2cc0 0x4 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x14 (size before relaxing) - .literal.spiffs_api_check - 0x00000000400d2cc4 0xc esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x18 (size before relaxing) - .literal.spiffs_hydro_write - 0x00000000400d2cd0 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_fflush_cache - 0x00000000400d2cd0 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x10 (size before relaxing) - .literal.spiffs_hydro_read - 0x00000000400d2cd4 0x10 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x48 (size before relaxing) - .literal.spiffs_stat_pix - 0x00000000400d2ce4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0xc (size before relaxing) - .literal.spiffs_read_dir_v - 0x00000000400d2ce4 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x10 (size before relaxing) - .literal.SPIFFS_format - 0x00000000400d2cec 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x20 (size before relaxing) - .literal.SPIFFS_mount - 0x00000000400d2cf0 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x30 (size before relaxing) - .literal.SPIFFS_unmount - 0x00000000400d2cf8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x14 (size before relaxing) - .literal.SPIFFS_open - 0x00000000400d2cf8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x78 (size before relaxing) - .literal.SPIFFS_read - 0x00000000400d2cf8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x8 (size before relaxing) - .literal.SPIFFS_write - 0x00000000400d2cf8 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x60 (size before relaxing) - .literal.SPIFFS_lseek - 0x00000000400d2cfc 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x3c (size before relaxing) - .literal.SPIFFS_remove - 0x00000000400d2d04 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x48 (size before relaxing) - .literal.SPIFFS_stat - 0x00000000400d2d04 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x28 (size before relaxing) - .literal.SPIFFS_fstat - 0x00000000400d2d04 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x24 (size before relaxing) - .literal.SPIFFS_close - 0x00000000400d2d04 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x24 (size before relaxing) - .literal.SPIFFS_rename - 0x00000000400d2d04 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x5c (size before relaxing) - .literal.SPIFFS_update_meta - 0x00000000400d2d08 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x3c (size before relaxing) - .literal.SPIFFS_fupdate_meta - 0x00000000400d2d08 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x2c (size before relaxing) - .literal.SPIFFS_opendir - 0x00000000400d2d08 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0xc (size before relaxing) - .literal.SPIFFS_readdir - 0x00000000400d2d08 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x14 (size before relaxing) - .literal.SPIFFS_closedir - 0x00000000400d2d0c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0xc (size before relaxing) - .literal.SPIFFS_info - 0x00000000400d2d0c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x14 (size before relaxing) - .literal.spiffs_obj_lu_scan_v - 0x00000000400d2d0c 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_update_ix_map - 0x00000000400d2d10 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x4 (size before relaxing) - .literal.spiffs_hash - 0x00000000400d2d10 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - .literal.spiffs_obj_lu_find_id_and_span_v - 0x00000000400d2d14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_page_data_check - 0x00000000400d2d14 0x1c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x28 (size before relaxing) - .literal.spiffs_page_index_check - 0x00000000400d2d30 0x14 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x28 (size before relaxing) - .literal.spiffs_object_find_object_index_header_by_name_v - 0x00000000400d2d44 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x10 (size before relaxing) - .literal.spiffs_obj_lu_find_free_obj_id_compact_v - 0x00000000400d2d48 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x14 (size before relaxing) - .literal.spiffs_obj_lu_find_free_obj_id_bitmap_v - 0x00000000400d2d48 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x10 (size before relaxing) - .literal.spiffs_phys_cpy - 0x00000000400d2d48 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_obj_lu_find_entry_visitor - 0x00000000400d2d48 0xc esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x14 (size before relaxing) - .literal.spiffs_erase_block - 0x00000000400d2d54 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0xc (size before relaxing) - .literal.spiffs_obj_lu_scan - 0x00000000400d2d54 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x28 (size before relaxing) - .literal.spiffs_obj_lu_find_id - 0x00000000400d2d58 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0xc (size before relaxing) - .literal.spiffs_obj_lu_find_free - 0x00000000400d2d58 0x8 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x14 (size before relaxing) - .literal.spiffs_obj_lu_find_id_and_span - 0x00000000400d2d60 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x10 (size before relaxing) - .literal.spiffs_page_allocate_data - 0x00000000400d2d64 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x14 (size before relaxing) - .literal.spiffs_page_delete - 0x00000000400d2d64 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_page_move - 0x00000000400d2d64 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x18 (size before relaxing) - .literal.spiffs_cb_object_event - 0x00000000400d2d64 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0xc (size before relaxing) - .literal.spiffs_object_create - 0x00000000400d2d64 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x20 (size before relaxing) - .literal.spiffs_object_update_index_hdr - 0x00000000400d2d68 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x28 (size before relaxing) - .literal.spiffs_object_open_by_page - 0x00000000400d2d68 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x1c (size before relaxing) - .literal.spiffs_object_append - 0x00000000400d2d68 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x84 (size before relaxing) - .literal.spiffs_object_modify - 0x00000000400d2d68 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x6c (size before relaxing) - .literal.spiffs_object_find_object_index_header_by_name - 0x00000000400d2d68 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x10 (size before relaxing) - .literal.spiffs_object_truncate - 0x00000000400d2d6c 0x8 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x8c (size before relaxing) - .literal.spiffs_object_read - 0x00000000400d2d74 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x30 (size before relaxing) - .literal.spiffs_obj_lu_find_free_obj_id - 0x00000000400d2d74 0xc esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x24 (size before relaxing) - .literal.spiffs_fd_find_new - 0x00000000400d2d80 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0xc (size before relaxing) - .literal.spiffs_fd_return - 0x00000000400d2d84 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_fd_get - 0x00000000400d2d88 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_fd_temporal_cache_rehash - 0x00000000400d2d88 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_cache_page_remove_oldest - 0x00000000400d2d88 0x4 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - .literal.spiffs_cache_drop_page - 0x00000000400d2d8c 0x4 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_phys_rd - 0x00000000400d2d90 0x4 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x14 (size before relaxing) - .literal.spiffs_phys_wr - 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0xc (size before relaxing) - .literal.spiffs_cache_page_allocate_by_fd - 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_cache_fd_release - 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x4 (size before relaxing) - .literal.spiffs_cache_init - 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_gc_erase_block - 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_gc_quick - 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - 0x10 (size before relaxing) - .literal.spiffs_gc_erase_page_stats - 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - 0x8 (size before relaxing) - .literal.spiffs_gc_find_candidate - 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - 0x14 (size before relaxing) - .literal.spiffs_gc_clean - 0x00000000400d2d94 0x4 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - 0x68 (size before relaxing) - .literal.spiffs_gc_check - 0x00000000400d2d98 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - 0x14 (size before relaxing) - .literal.select - 0x00000000400d2d98 0x0 esp-idf/newlib/libnewlib.a(select.c.obj) - 0x4 (size before relaxing) - .literal.s_get_num_reserved_regions - 0x00000000400d2d98 0x8 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - .literal.s_prepare_reserved_regions - 0x00000000400d2da0 0x24 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - 0x3c (size before relaxing) - .literal.soc_get_available_memory_region_max_count - 0x00000000400d2dc4 0x4 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - 0x8 (size before relaxing) - .literal.soc_get_available_memory_regions - 0x00000000400d2dc8 0x4 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - 0x14 (size before relaxing) - .literal.rtcio_hal_isolate - 0x00000000400d2dcc 0x1c esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) - 0x38 (size before relaxing) - .literal.uart_hal_set_baudrate - 0x00000000400d2de8 0x18 esp-idf/soc/libsoc.a(uart_hal.c.obj) - .literal.uart_hal_get_baudrate - 0x00000000400d2e00 0x0 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0xc (size before relaxing) - .literal.uart_hal_set_hw_flow_ctrl - 0x00000000400d2e00 0xc esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x14 (size before relaxing) - .literal.uart_hal_set_rx_timeout - 0x00000000400d2e0c 0xc esp-idf/soc/libsoc.a(uart_hal.c.obj) - .literal.uart_hal_set_tx_idle_num - 0x00000000400d2e18 0x4 esp-idf/soc/libsoc.a(uart_hal.c.obj) - .literal.uart_hal_set_txfifo_empty_thr - 0x00000000400d2e1c 0x4 esp-idf/soc/libsoc.a(uart_hal.c.obj) - .literal.uart_hal_init - 0x00000000400d2e20 0xc esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x20 (size before relaxing) .literal.spi_flash_hal_init - 0x00000000400d2e2c 0x20 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + 0x00000000400d0d0c 0x20 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) 0x2c (size before relaxing) .literal.spi_flash_hal_supports_direct_write - 0x00000000400d2e4c 0x8 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + 0x00000000400d0d2c 0x8 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) 0xc (size before relaxing) .literal.spi_flash_hal_supports_direct_read - 0x00000000400d2e54 0x0 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + 0x00000000400d0d34 0x0 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) 0xc (size before relaxing) - .literal.esp_netif_action_start - 0x00000000400d2e54 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_action_stop - 0x00000000400d2e54 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_action_connected - 0x00000000400d2e54 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x50 (size before relaxing) - .literal.esp_netif_action_disconnected - 0x00000000400d2e70 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x4 (size before relaxing) - .literal.esp_netif_action_got_ip - 0x00000000400d2e70 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x14 (size before relaxing) - .literal.wifi_create_and_start_sta - 0x00000000400d2e74 0xc esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - 0x18 (size before relaxing) - .literal.wifi_create_and_start_ap - 0x00000000400d2e80 0x8 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - 0x18 (size before relaxing) - .literal.tcpip_adapter_set_default_wifi_handlers - 0x00000000400d2e88 0x14 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.brownout_hal_config + 0x00000000400d0d34 0x18 esp-idf/soc/libsoc.a(brownout_hal.c.obj) 0x1c (size before relaxing) - .literal.tcpip_adapter_clear_default_wifi_handlers - 0x00000000400d2e9c 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.brownout_hal_intr_enable + 0x00000000400d0d4c 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) 0x4 (size before relaxing) + .literal.brownout_hal_intr_clear + 0x00000000400d0d4c 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_list_lock + 0x00000000400d0d4c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_list_unlock + 0x00000000400d0d50 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x20 (size before relaxing) + .literal.esp_netif_add_to_list + 0x00000000400d0d60 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_remove_from_list + 0x00000000400d0d64 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_next_unsafe + 0x00000000400d0d6c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_is_netif_listed + 0x00000000400d0d6c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x24 (size before relaxing) + .literal.esp_netif_get_handle_from_ifkey + 0x00000000400d0d74 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x2c (size before relaxing) + .literal.esp_netif_config_sanity_check + 0x00000000400d0d78 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x1c (size before relaxing) + .literal.esp_netif_set_ip_old_info_api + 0x00000000400d0d84 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_init_configuration + 0x00000000400d0d84 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x20 (size before relaxing) + .literal.esp_netif_lwip_remove + 0x00000000400d0d90 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_dhcps_cb + 0x00000000400d0d90 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x24 (size before relaxing) + .literal.esp_netif_lwip_add + 0x00000000400d0d98 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_is_active + 0x00000000400d0da4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_ip_lost_timer + 0x00000000400d0da4 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x20 (size before relaxing) + .literal.esp_netif_set_default_netif + 0x00000000400d0dac 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_api_cb + 0x00000000400d0dac 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_start_ip_lost_timer + 0x00000000400d0db0 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_dhcpc_start_api + 0x00000000400d0db8 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x2c (size before relaxing) + .literal.esp_netif_update_default_netif + 0x00000000400d0dc8 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_start_api + 0x00000000400d0dd8 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x40 (size before relaxing) + .literal.esp_netif_stop_api + 0x00000000400d0df4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_up_api + 0x00000000400d0df4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_down_api + 0x00000000400d0df4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x24 (size before relaxing) + .literal.esp_netif_init + 0x00000000400d0df8 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x34 (size before relaxing) + .literal.esp_netif_destroy + 0x00000000400d0e04 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x2c (size before relaxing) + .literal.esp_netif_new + 0x00000000400d0e08 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8c (size before relaxing) + .literal.esp_netif_attach + 0x00000000400d0e18 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_set_driver_config + 0x00000000400d0e20 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_set_mac + 0x00000000400d0e20 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_start + 0x00000000400d0e20 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x30 (size before relaxing) + .literal.esp_netif_stop + 0x00000000400d0e24 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x30 (size before relaxing) + .literal.esp_netif_dhcpc_start + 0x00000000400d0e28 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_get_hostname + 0x00000000400d0e2c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_up + 0x00000000400d0e2c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_down + 0x00000000400d0e30 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_update_default_netif_lwip + 0x00000000400d0e34 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x38 (size before relaxing) + .literal.esp_netif_get_old_ip_info + 0x00000000400d0e38 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_get_ip_info + 0x00000000400d0e38 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_set_old_ip_info + 0x00000000400d0e38 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_dhcpc_cb + 0x00000000400d0e3c 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x34 (size before relaxing) + .literal.esp_netif_ppp_set_default_netif + 0x00000000400d0e48 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_new_ppp + 0x00000000400d0e54 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_start_ppp + 0x00000000400d0e58 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_stop_ppp + 0x00000000400d0e5c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_destroy_ppp + 0x00000000400d0e60 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x14 (size before relaxing) + .literal.esp_event_legacy_wifi_event_id + 0x00000000400d0e64 0xc esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x14 (size before relaxing) + .literal.esp_event_legacy_ip_event_id + 0x00000000400d0e70 0x8 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x14 (size before relaxing) + .literal.esp_event_legacy_event_id + 0x00000000400d0e78 0x4 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x20 (size before relaxing) + .literal.esp_event_send_internal + 0x00000000400d0e7c 0x8 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x10 (size before relaxing) + .literal.MD5Transform + 0x00000000400d0e84 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .literal.MD5Init + 0x00000000400d0f84 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .literal.MD5Update + 0x00000000400d0f94 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + 0x18 (size before relaxing) + .literal.MD5Final + 0x00000000400d0f94 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + 0x1c (size before relaxing) + .literal.md5_vector + 0x00000000400d0f94 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + 0xc (size before relaxing) + .literal.hmac_md5_vector + 0x00000000400d0f94 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + 0x1c (size before relaxing) + .literal.hmac_md5 + 0x00000000400d0f94 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + 0x4 (size before relaxing) + .literal.sha1_vector + 0x00000000400d0f94 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + 0x14 (size before relaxing) + .literal.pbkdf2_sha1 + 0x00000000400d0f94 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + 0x18 (size before relaxing) + .literal.hmac_sha1_vector + 0x00000000400d0f98 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + 0x1c (size before relaxing) + .literal.hmac_sha1 + 0x00000000400d0f98 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + 0x4 (size before relaxing) + .literal.sha1_prf + 0x00000000400d0f98 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + 0x10 (size before relaxing) + .literal.hmac_sha256_vector + 0x00000000400d0f98 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + 0x1c (size before relaxing) + .literal.hmac_sha256 + 0x00000000400d0f98 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + 0x4 (size before relaxing) + .literal.sha256_prf_bits + 0x00000000400d0f98 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + 0x10 (size before relaxing) + .literal.sha256_prf + 0x00000000400d0f98 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + 0x4 (size before relaxing) + .literal.rijndaelDecrypt + 0x00000000400d0f98 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .literal.rijndaelKeySetupDec + 0x00000000400d0fa0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + 0xc (size before relaxing) + .literal.aes_decrypt_init + 0x00000000400d0fa4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + 0xc (size before relaxing) + .literal.aes_decrypt + 0x00000000400d0fa4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + 0x4 (size before relaxing) + .literal.aes_decrypt_deinit + 0x00000000400d0fa4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + 0x4 (size before relaxing) + .literal.rijndaelEncrypt + 0x00000000400d0fa4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + 0x10 (size before relaxing) + .literal.aes_encrypt_init + 0x00000000400d0fa4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + 0xc (size before relaxing) + .literal.aes_encrypt + 0x00000000400d0fa4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + 0x4 (size before relaxing) + .literal.aes_encrypt_deinit + 0x00000000400d0fa4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + 0x4 (size before relaxing) + .literal.rijndaelKeySetupEnc + 0x00000000400d0fa4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + 0x14 (size before relaxing) + .literal.omac1_aes_vector + 0x00000000400d0fa8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x1c (size before relaxing) + .literal.omac1_aes_128_vector + 0x00000000400d0fac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x4 (size before relaxing) + .literal.omac1_aes_128 + 0x00000000400d0fac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x4 (size before relaxing) + .literal.aes_unwrap + 0x00000000400d0fac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0x24 (size before relaxing) + .literal.aes_wrap + 0x00000000400d0fac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0x2c (size before relaxing) + .literal.ccmp_aad_nonce + 0x00000000400d0fac 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x18 (size before relaxing) + .literal.ccmp_decrypt + 0x00000000400d0fb4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x10 (size before relaxing) + .literal.ccmp_encrypt + 0x00000000400d0fb4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x18 (size before relaxing) + .literal.sha256_vector + 0x00000000400d0fb4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + 0x14 (size before relaxing) + .literal.aes_ccm_encr_start + 0x00000000400d0fb4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x4 (size before relaxing) + .literal.aes_ccm_auth + 0x00000000400d0fb4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc (size before relaxing) + .literal.aes_ccm_encr + 0x00000000400d0fb8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc (size before relaxing) + .literal.aes_ccm_encr_auth + 0x00000000400d0fb8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x4 (size before relaxing) + .literal.aes_ccm_decr_auth + 0x00000000400d0fb8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x4 (size before relaxing) + .literal.aes_ccm_auth_start + 0x00000000400d0fb8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x20 (size before relaxing) + .literal.aes_ccm_ae + 0x00000000400d0fb8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x1c (size before relaxing) + .literal.aes_ccm_ad + 0x00000000400d0fb8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x20 (size before relaxing) + .literal._ZL18nvs_find_ns_handlejPPN3nvs15NVSHandleSimpleE + 0x00000000400d0fb8 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._ZL24lookup_storage_from_namePKc + 0x00000000400d0fc0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8 (size before relaxing) + .literal._ZL19nvs_get_str_or_blobjN3nvs8ItemTypeEPKcPvPj + 0x00000000400d0fc0 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal._ZL15create_iteratorPN3nvs7StorageE10nvs_type_t + 0x00000000400d0fc8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal.nvs_flash_init_partition + 0x00000000400d0fc8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x18 (size before relaxing) + .literal.nvs_flash_init + 0x00000000400d0fc8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8 (size before relaxing) + .literal.nvs_flash_erase_partition + 0x00000000400d0fcc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_flash_erase + 0x00000000400d0fd0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8 (size before relaxing) + .literal.nvs_open_from_partition + 0x00000000400d0fd0 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x24 (size before relaxing) + .literal.nvs_open + 0x00000000400d0fdc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8 (size before relaxing) + .literal.nvs_close + 0x00000000400d0fdc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x18 (size before relaxing) + .literal.nvs_erase_key + 0x00000000400d0fe0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_erase_all + 0x00000000400d0fe0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_commit + 0x00000000400d0fe0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_set_str + 0x00000000400d0fe0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_set_blob + 0x00000000400d0fe0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_get_str + 0x00000000400d0fe0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal.nvs_get_blob + 0x00000000400d0fe0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal.nvs_entry_find + 0x00000000400d0fe0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x1c (size before relaxing) + .literal.nvs_entry_next + 0x00000000400d0fe0 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x24 (size before relaxing) + .literal.nvs_entry_info + 0x00000000400d0fec 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIaEijPKcT_ + 0x00000000400d0fec 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_i8 + 0x00000000400d0ff0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIhEijPKcT_ + 0x00000000400d0ff0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_u8 + 0x00000000400d0ff4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIsEijPKcT_ + 0x00000000400d0ff4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_i16 + 0x00000000400d0ff8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setItEijPKcT_ + 0x00000000400d0ff8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_u16 + 0x00000000400d0ffc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIiEijPKcT_ + 0x00000000400d0ffc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_i32 + 0x00000000400d1000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIjEijPKcT_ + 0x00000000400d1000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_u32 + 0x00000000400d1004 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIxEijPKcT_ + 0x00000000400d1004 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_i64 + 0x00000000400d1008 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIyEijPKcT_ + 0x00000000400d1008 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_u64 + 0x00000000400d100c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIaEijPKcPT_ + 0x00000000400d100c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_i8 + 0x00000000400d1010 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIhEijPKcPT_ + 0x00000000400d1010 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_u8 + 0x00000000400d1014 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIsEijPKcPT_ + 0x00000000400d1014 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_i16 + 0x00000000400d1018 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getItEijPKcPT_ + 0x00000000400d1018 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_u16 + 0x00000000400d101c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIiEijPKcPT_ + 0x00000000400d101c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_i32 + 0x00000000400d1020 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIjEijPKcPT_ + 0x00000000400d1020 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_u32 + 0x00000000400d1024 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIxEijPKcPT_ + 0x00000000400d1024 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_i64 + 0x00000000400d1028 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIyEijPKcPT_ + 0x00000000400d1028 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_u64 + 0x00000000400d102c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs7Storage15clearNamespacesEv + 0x00000000400d102c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs7StorageD2Ev + 0x00000000400d102c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400d1030 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400d1030 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN3nvs7Storage4initEjj + 0x00000000400d1030 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x3c (size before relaxing) + .literal._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE + 0x00000000400d103c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE + 0x00000000400d1040 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x50 (size before relaxing) + .literal._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj + 0x00000000400d1054 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x2c (size before relaxing) + .literal._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE + 0x00000000400d1064 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x2c (size before relaxing) + .literal._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj + 0x00000000400d1074 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x34 (size before relaxing) + .literal._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000400d107c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + 0x00000000400d107c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x6c (size before relaxing) + .literal._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + 0x00000000400d1090 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + 0x00000000400d1090 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs7Storage14eraseNamespaceEh + 0x00000000400d1090 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + 0x00000000400d1090 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage22calcEntriesInNamespaceEhRj + 0x00000000400d1090 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t + 0x00000000400d1090 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t + 0x00000000400d1090 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc + 0x00000000400d1090 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManagerD5Ev + 0x00000000400d1090 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager12get_instanceEv + 0x00000000400d1090 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE + 0x00000000400d1098 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc + 0x00000000400d1098 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager11init_customEPKcjj + 0x00000000400d1098 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager14init_partitionEPKc + 0x00000000400d1098 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE + 0x00000000400d1098 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x1c (size before relaxing) + .literal._ZN3nvs8HashList5clearEv + 0x00000000400d10a0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs8HashListD2Ev + 0x00000000400d10a0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs8HashList6insertERKNS_4ItemEj + 0x00000000400d10a0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs8HashList5eraseEjb + 0x00000000400d10a4 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs8HashList4findEjRKNS_4ItemE + 0x00000000400d10b0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page6Header14calculateCrc32Ev + 0x00000000400d10b0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page20updateFirstUsedEntryEjj + 0x00000000400d10b4 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs4Page10initializeEv + 0x00000000400d10cc 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x18 (size before relaxing) + .literal._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + 0x00000000400d10d4 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x24 (size before relaxing) + .literal._ZN3nvs4Page10writeEntryERKNS_4ItemE + 0x00000000400d10e0 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x18 (size before relaxing) + .literal._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + 0x00000000400d10ec 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x2c (size before relaxing) + .literal._ZN3nvs4Page14writeEntryDataEPKhj + 0x00000000400d10f8 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x48 (size before relaxing) + .literal._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh + 0x00000000400d110c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x5c (size before relaxing) + .literal._ZN3nvs4Page14alterPageStateENS0_9PageStateE + 0x00000000400d111c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZNK3nvs4Page9readEntryEjRNS_4ItemE + 0x00000000400d111c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs4Page17eraseEntryAndSpanEj + 0x00000000400d111c 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x48 (size before relaxing) + .literal._ZN3nvs4Page9copyItemsERS0_ + 0x00000000400d1124 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x44 (size before relaxing) + .literal._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE + 0x00000000400d112c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x30 (size before relaxing) + .literal._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE + 0x00000000400d112c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE + 0x00000000400d112c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x00000000400d112c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page15mLoadEntryTableEv + 0x00000000400d112c 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x7c (size before relaxing) + .literal._ZN3nvs4Page4loadEj + 0x00000000400d1134 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x2c (size before relaxing) + .literal._ZNK3nvs4Page12getSeqNumberERj + 0x00000000400d1144 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page12setSeqNumberEj + 0x00000000400d1144 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page5eraseEv + 0x00000000400d1144 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page11markFreeingEv + 0x00000000400d1144 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page8markFullEv + 0x00000000400d1144 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZNK3nvs4Page18getVarDataTailroomEv + 0x00000000400d1144 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs11PageManager12activatePageEv + 0x00000000400d1144 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs11PageManager14requestNewPageEv + 0x00000000400d1144 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x30 (size before relaxing) + .literal._ZN3nvs11PageManager4loadEjj + 0x00000000400d1150 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x60 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple6commitEv + 0x00000000400d1164 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimpleD2Ev + 0x00000000400d1164 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimpleD0Ev + 0x00000000400d1164 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj + 0x00000000400d1164 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple10get_stringEPKcPcj + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple8get_blobEPKcPvj + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple10erase_itemEPKc + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple9erase_allEv + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple20get_used_entry_countERj + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZNK3nvs4Item14calculateCrc32Ev + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0xc (size before relaxing) + .literal._ZNK3nvs4Item26calculateCrc32WithoutValueEv + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs4Item14calculateCrc32EPKhj + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs15nvs_flash_writeEjPKvj + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs14nvs_flash_readEjPvj + 0x00000000400d1168 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + 0x4 (size before relaxing) + .literal.s_set_default_wifi_log_level + 0x00000000400d1168 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x10 (size before relaxing) + .literal.esp_wifi_deinit + 0x00000000400d1170 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x1c (size before relaxing) + .literal.esp_wifi_init + 0x00000000400d1178 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x40 (size before relaxing) + .literal.wifi_default_action_sta_got_ip + 0x00000000400d118c 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x1c (size before relaxing) + .literal.wifi_default_action_ap_stop + 0x00000000400d1198 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_stop + 0x00000000400d1198 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_start + 0x00000000400d1198 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x38 (size before relaxing) + .literal.wifi_default_action_ap_start + 0x00000000400d11ac 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_start + 0x00000000400d11ac 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_disconnected + 0x00000000400d11ac 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_connected + 0x00000000400d11ac 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x28 (size before relaxing) + .literal.create_and_attach + 0x00000000400d11ac 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x18 (size before relaxing) + .literal._esp_wifi_clear_default_wifi_handlers + 0x00000000400d11b0 0x2c esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4c (size before relaxing) + .literal._esp_wifi_set_default_wifi_handlers + 0x00000000400d11dc 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x50 (size before relaxing) + .literal.esp_wifi_set_default_wifi_sta_handlers + 0x00000000400d11e0 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4 (size before relaxing) + .literal.esp_wifi_set_default_wifi_ap_handlers + 0x00000000400d11e0 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_attach_wifi_station + 0x00000000400d11e0 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_attach_wifi_ap + 0x00000000400d11e0 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_create_default_wifi_ap + 0x00000000400d11e0 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x24 (size before relaxing) + .literal.esp_netif_create_default_wifi_sta + 0x00000000400d11f4 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x24 (size before relaxing) + .literal.wifi_sta_receive + 0x00000000400d1200 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .literal.wifi_ap_receive + 0x00000000400d1208 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x8 (size before relaxing) + .literal.wifi_driver_start + 0x00000000400d1208 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0xc (size before relaxing) + .literal.wifi_free + 0x00000000400d1210 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x4 (size before relaxing) + .literal.wifi_transmit + 0x00000000400d1210 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x4 (size before relaxing) + .literal.esp_wifi_create_if_driver + 0x00000000400d1210 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x18 (size before relaxing) + .literal.esp_wifi_get_if_mac + 0x00000000400d121c 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x4 (size before relaxing) + .literal.esp_wifi_register_if_rxcb + 0x00000000400d121c 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x3c (size before relaxing) + .literal.queue_create_wrapper + 0x00000000400d1230 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.mutex_delete_wrapper + 0x00000000400d1230 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_thread_semphr_free + 0x00000000400d1230 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.semphr_delete_wrapper + 0x00000000400d1230 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.get_time_wrapper + 0x00000000400d1230 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_clock_disable_wrapper + 0x00000000400d1230 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_clock_enable_wrapper + 0x00000000400d1230 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_reset_mac_wrapper + 0x00000000400d1230 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xc (size before relaxing) + .literal.timer_setfn_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.timer_done_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.esp_event_post_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.task_create_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.task_create_pinned_to_core_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.event_group_wait_bits_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.queue_recv_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.semphr_take_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.queue_send_to_front_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.queue_send_to_back_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.queue_send_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.semphr_give_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.recursive_mutex_create_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.mutex_create_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.semphr_create_wrapper + 0x00000000400d1234 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_thread_semphr_get_wrapper + 0x00000000400d1234 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x1c (size before relaxing) + .literal.spin_lock_create_wrapper + 0x00000000400d1240 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xc (size before relaxing) + .literal.set_isr_wrapper + 0x00000000400d1244 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_create_queue + 0x00000000400d1244 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xc (size before relaxing) + .literal.wifi_create_queue_wrapper + 0x00000000400d1244 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_delete_queue + 0x00000000400d1244 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.wifi_delete_queue_wrapper + 0x00000000400d1244 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.load_cal_data_from_nvs_handle + 0x00000000400d1244 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x48 (size before relaxing) + .literal.store_cal_data_to_nvs_handle + 0x00000000400d1260 0x14 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x60 (size before relaxing) + .literal.esp_phy_rf_deinit + 0x00000000400d1274 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x44 (size before relaxing) + .literal.esp_modem_sleep_enter + 0x00000000400d1290 0x18 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x3c (size before relaxing) + .literal.esp_modem_sleep_register + 0x00000000400d12a8 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x34 (size before relaxing) + .literal.esp_phy_get_init_data + 0x00000000400d12b0 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .literal.esp_phy_load_cal_data_from_nvs + 0x00000000400d12b4 0xc esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x28 (size before relaxing) + .literal.esp_phy_store_cal_data_to_nvs + 0x00000000400d12c0 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x10 (size before relaxing) + .literal.esp_phy_rf_init + 0x00000000400d12c0 0xc esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x58 (size before relaxing) + .literal.esp_modem_sleep_exit + 0x00000000400d12cc 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x3c (size before relaxing) + .literal.esp_modem_sleep_deregister + 0x00000000400d12d0 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x3c (size before relaxing) + .literal.esp_phy_load_cal_and_init + 0x00000000400d12d8 0x14 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x78 (size before relaxing) + .literal.kill_oldest_dhcps_pool + 0x00000000400d12ec 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xc (size before relaxing) + .literal.parse_options + 0x00000000400d12f0 0x8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xc (size before relaxing) + .literal.create_msg + 0x00000000400d12f8 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x18 (size before relaxing) + .literal.add_offer_options + 0x00000000400d12fc 0x18 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x1c (size before relaxing) + .literal.dhcps_poll_set + 0x00000000400d1314 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x1c (size before relaxing) + .literal.parse_msg + 0x00000000400d1318 0x10 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x70 (size before relaxing) + .literal.dhcps_pbuf_alloc + 0x00000000400d1328 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x4 (size before relaxing) + .literal.send_offer + 0x00000000400d1328 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x24 (size before relaxing) + .literal.send_ack + 0x00000000400d1334 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x28 (size before relaxing) + .literal.send_nak + 0x00000000400d1338 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x20 (size before relaxing) + .literal.handle_dhcp + 0x00000000400d1338 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x24 (size before relaxing) + .literal.dhcps_set_new_lease_cb + 0x00000000400d1338 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x4 (size before relaxing) + .literal.dhcps_start + 0x00000000400d1338 0x8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x34 (size before relaxing) + .literal.dhcps_stop + 0x00000000400d1340 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x20 (size before relaxing) + .literal.dhcps_coarse_tmr + 0x00000000400d1344 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x14 (size before relaxing) + .literal.tcpip_timeouts_mbox_fetch + 0x00000000400d1344 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x14 (size before relaxing) + .literal.tcpip_thread_handle_msg + 0x00000000400d1344 0x10 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x24 (size before relaxing) + .literal.tcpip_thread + 0x00000000400d1354 0x10 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x24 (size before relaxing) + .literal.tcpip_inpkt + 0x00000000400d1364 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x20 (size before relaxing) + .literal.tcpip_input + 0x00000000400d136c 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x10 (size before relaxing) + .literal.tcpip_callback + 0x00000000400d1374 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x1c (size before relaxing) + .literal.tcpip_try_callback + 0x00000000400d1378 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x20 (size before relaxing) + .literal.tcpip_send_msg_wait_sem + 0x00000000400d137c 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x24 (size before relaxing) + .literal.tcpip_init + 0x00000000400d1384 0x14 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x38 (size before relaxing) + .literal.lwip_htonl + 0x00000000400d1398 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + 0x8 (size before relaxing) + .literal.dns_backupserver_available + 0x00000000400d1398 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + .literal.dns_create_txid + 0x00000000400d139c 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x8 (size before relaxing) + .literal.dns_call_found + 0x00000000400d13a0 0x14 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x24 (size before relaxing) + .literal.dns_send + 0x00000000400d13b4 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x60 (size before relaxing) + .literal.dns_check_entry + 0x00000000400d13cc 0xc esp-idf/lwip/liblwip.a(dns.c.obj) + 0x34 (size before relaxing) + .literal.dns_check_entries + 0x00000000400d13d8 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.dns_setserver + 0x00000000400d13d8 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x10 (size before relaxing) + .literal.dns_clear_servers + 0x00000000400d13d8 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.dns_tmr + 0x00000000400d13d8 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.lwip_init + 0x00000000400d13d8 0xc esp-idf/lwip/liblwip.a(init.c.obj) + 0x24 (size before relaxing) + .literal.ip_input + 0x00000000400d13e4 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x8 (size before relaxing) + .literal.mem_malloc + 0x00000000400d13e4 0xc esp-idf/lwip/liblwip.a(mem.c.obj) + 0x1c (size before relaxing) + .literal.mem_free + 0x00000000400d13f0 0xc esp-idf/lwip/liblwip.a(mem.c.obj) + 0x1c (size before relaxing) + .literal.do_memp_malloc_pool + 0x00000000400d13fc 0xc esp-idf/lwip/liblwip.a(memp.c.obj) + 0x20 (size before relaxing) + .literal.do_memp_free_pool + 0x00000000400d1408 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x1c (size before relaxing) + .literal.memp_malloc + 0x00000000400d1410 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x10 (size before relaxing) + .literal.memp_free + 0x00000000400d1418 0x4 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x10 (size before relaxing) + .literal.netif_loopif_init + 0x00000000400d141c 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x18 (size before relaxing) + .literal.netif_do_ip_addr_changed + 0x00000000400d1430 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xc (size before relaxing) + .literal.netif_issue_reports + 0x00000000400d1430 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_do_set_ipaddr + 0x00000000400d1438 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_poll + 0x00000000400d1440 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x40 (size before relaxing) + .literal.netif_set_addr + 0x00000000400d1454 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x14 (size before relaxing) + .literal.netif_add + 0x00000000400d145c 0x28 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x48 (size before relaxing) + .literal.netif_set_default + 0x00000000400d1484 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_set_up + 0x00000000400d1488 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x10 (size before relaxing) + .literal.netif_set_down + 0x00000000400d148c 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x10 (size before relaxing) + .literal.netif_remove + 0x00000000400d1490 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x24 (size before relaxing) + .literal.netif_set_link_up + 0x00000000400d1490 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x14 (size before relaxing) + .literal.netif_init + 0x00000000400d1494 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x20 (size before relaxing) + .literal.netif_loop_output + 0x00000000400d14a0 0x18 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x44 (size before relaxing) + .literal.netif_loop_output_ipv6 + 0x00000000400d14b8 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4 (size before relaxing) + .literal.netif_loop_output_ipv4 + 0x00000000400d14b8 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4 (size before relaxing) + .literal.netif_ip6_addr_set_parts + 0x00000000400d14b8 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x28 (size before relaxing) + .literal.netif_ip6_addr_set + 0x00000000400d14cc 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_ip6_addr_set_state + 0x00000000400d14d8 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x24 (size before relaxing) + .literal.netif_get_ip6_addr_match + 0x00000000400d14dc 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x18 (size before relaxing) + .literal.netif_get_by_index + 0x00000000400d14e8 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4 (size before relaxing) + .literal.netif_find + 0x00000000400d14e8 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_add_header_impl + 0x00000000400d14e8 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + .literal.pbuf_pool_is_empty + 0x00000000400d14f4 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_free_ooseq + 0x00000000400d14fc 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + .literal.pbuf_free_ooseq_callback + 0x00000000400d1500 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_alloc_reference + 0x00000000400d1500 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x18 (size before relaxing) + .literal.pbuf_add_header + 0x00000000400d150c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_add_header_force + 0x00000000400d150c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_remove_header + 0x00000000400d150c 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_header_impl + 0x00000000400d1514 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_header_force + 0x00000000400d1514 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_free + 0x00000000400d1514 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x3c (size before relaxing) + .literal.pbuf_alloc + 0x00000000400d1524 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x44 (size before relaxing) + .literal.pbuf_realloc + 0x00000000400d1538 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x28 (size before relaxing) + .literal.pbuf_free_header + 0x00000000400d154c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_ref + 0x00000000400d154c 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x18 (size before relaxing) + .literal.pbuf_cat + 0x00000000400d1554 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x18 (size before relaxing) + .literal.pbuf_chain + 0x00000000400d1560 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_copy + 0x00000000400d1560 0x18 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x38 (size before relaxing) + .literal.pbuf_copy_partial + 0x00000000400d1578 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + .literal.pbuf_skip + 0x00000000400d1580 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_take + 0x00000000400d1584 0x18 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x34 (size before relaxing) + .literal.pbuf_take_at + 0x00000000400d159c 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_clone + 0x00000000400d15a4 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x18 (size before relaxing) + .literal.pbuf_try_get_at + 0x00000000400d15ac 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_get_at + 0x00000000400d15ac 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_put_at + 0x00000000400d15ac 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.raw_input_local_match + 0x00000000400d15ac 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) + .literal.raw_input + 0x00000000400d15b0 0x18 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x24 (size before relaxing) + .literal.raw_bind + 0x00000000400d15c8 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x10 (size before relaxing) + .literal.raw_sendto_if_src + 0x00000000400d15cc 0xc esp-idf/lwip/liblwip.a(raw.c.obj) + 0x40 (size before relaxing) + .literal.raw_sendto + 0x00000000400d15d8 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x18 (size before relaxing) + .literal.raw_send + 0x00000000400d15d8 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x4 (size before relaxing) + .literal.raw_remove + 0x00000000400d15d8 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x8 (size before relaxing) + .literal.raw_new + 0x00000000400d15d8 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0xc (size before relaxing) + .literal.raw_new_ip_type + 0x00000000400d15d8 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x4 (size before relaxing) + .literal.raw_netif_ip_addr_changed + 0x00000000400d15d8 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x4 (size before relaxing) + .literal.tcp_new_port + 0x00000000400d15d8 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_remove_listener + 0x00000000400d15e8 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x10 (size before relaxing) + .literal.tcp_listen_closed + 0x00000000400d15f4 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x20 (size before relaxing) + .literal.tcp_free_listen + 0x00000000400d1600 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_init + 0x00000000400d1608 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_free + 0x00000000400d1608 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_backlog_delayed + 0x00000000400d1610 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_backlog_accepted + 0x00000000400d1618 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_close_shutdown_fin + 0x00000000400d161c 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x24 (size before relaxing) + .literal.tcp_handle_closepend + 0x00000000400d1620 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_bind + 0x00000000400d1620 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x34 (size before relaxing) + .literal.tcp_listen_with_backlog_and_err + 0x00000000400d162c 0x18 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x38 (size before relaxing) + .literal.tcp_update_rcv_ann_wnd + 0x00000000400d1644 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x20 (size before relaxing) + .literal.tcp_recved + 0x00000000400d1654 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x24 (size before relaxing) + .literal.tcp_seg_free + 0x00000000400d1664 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_segs_free + 0x00000000400d1664 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_seg_copy + 0x00000000400d1664 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + .literal.tcp_pcb_num_cal + 0x00000000400d166c 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x10 (size before relaxing) + .literal.tcp_recv + 0x00000000400d1670 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_sent + 0x00000000400d167c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_err + 0x00000000400d1688 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_poll + 0x00000000400d1694 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + .literal.tcp_next_iss + 0x00000000400d16a4 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + .literal.tcp_eff_send_mss_netif + 0x00000000400d16b8 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_free_ooseq + 0x00000000400d16c4 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_pcb_purge + 0x00000000400d16c4 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + .literal.tcp_pcb_remove + 0x00000000400d16c8 0x2c esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4c (size before relaxing) + .literal.tcp_abandon + 0x00000000400d16f4 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4c (size before relaxing) + .literal.tcp_abort + 0x00000000400d1704 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_accept_null + 0x00000000400d1704 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_kill_timewait + 0x00000000400d170c 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_kill_prio + 0x00000000400d170c 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_netif_ip_addr_changed_pcblist + 0x00000000400d170c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_netif_ip_addr_changed + 0x00000000400d1718 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_kill_state + 0x00000000400d1718 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + .literal.tcp_alloc + 0x00000000400d1720 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x64 (size before relaxing) + .literal.tcp_new_ip_type + 0x00000000400d1730 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_close_shutdown + 0x00000000400d1730 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x5c (size before relaxing) + .literal.tcp_close + 0x00000000400d1740 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_recv_null + 0x00000000400d1744 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_process_refused_data + 0x00000000400d1748 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x10 (size before relaxing) + .literal.tcp_fasttmr + 0x00000000400d174c 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_shutdown + 0x00000000400d174c 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_slowtmr + 0x00000000400d1750 0x40 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xb8 (size before relaxing) + .literal.tcp_tmr + 0x00000000400d1790 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_get_next_optbyte + 0x00000000400d1794 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .literal.tcp_parseopt + 0x00000000400d17a4 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x2c (size before relaxing) + .literal.tcp_input_delayed_close + 0x00000000400d17b4 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x20 (size before relaxing) + .literal.tcp_timewait_input + 0x00000000400d17c0 0x1c esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x38 (size before relaxing) + .literal.tcp_listen_input + 0x00000000400d17dc 0x8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x64 (size before relaxing) + .literal.tcp_free_acked_segments + 0x00000000400d17e4 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x30 (size before relaxing) + .literal.tcp_oos_insert_segment + 0x00000000400d17f4 0x8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x2c (size before relaxing) + .literal.tcp_receive + 0x00000000400d17fc 0x40 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x16c (size before relaxing) + .literal.tcp_process + 0x00000000400d183c 0x20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xc8 (size before relaxing) + .literal.tcp_input + 0x00000000400d185c 0x30 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x134 (size before relaxing) + .literal.tcp_trigger_input_pcb_close + 0x00000000400d188c 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x4 (size before relaxing) + .literal.tcp_write_checks + 0x00000000400d188c 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x20 (size before relaxing) + .literal.tcp_output_segment_busy + 0x00000000400d18a0 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x10 (size before relaxing) + .literal.tcp_output_fill_options + 0x00000000400d18a8 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x18 (size before relaxing) + .literal.tcp_pbuf_prealloc + 0x00000000400d18b4 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_create_segment + 0x00000000400d18c4 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x40 (size before relaxing) + .literal.tcp_output_alloc_header_common + 0x00000000400d18d4 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x28 (size before relaxing) + .literal.tcp_output_alloc_header + 0x00000000400d18dc 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x14 (size before relaxing) + .literal.tcp_route + 0x00000000400d18e4 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xc (size before relaxing) + .literal.tcp_output_segment + 0x00000000400d18e4 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x54 (size before relaxing) + .literal.tcp_output_control_segment + 0x00000000400d18f8 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_write + 0x00000000400d1900 0x30 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x88 (size before relaxing) + .literal.tcp_split_unsent_seg + 0x00000000400d1930 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x54 (size before relaxing) + .literal.tcp_enqueue_flags + 0x00000000400d1944 0x1c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x44 (size before relaxing) + .literal.tcp_send_fin + 0x00000000400d1960 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1c (size before relaxing) + .literal.tcp_rexmit_rto_prepare + 0x00000000400d1968 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_rexmit + 0x00000000400d1974 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1c (size before relaxing) + .literal.tcp_rexmit_fast + 0x00000000400d197c 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x14 (size before relaxing) + .literal.tcp_rst + 0x00000000400d1984 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x2c (size before relaxing) + .literal.tcp_send_empty_ack + 0x00000000400d1994 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x20 (size before relaxing) + .literal.tcp_output + 0x00000000400d199c 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x68 (size before relaxing) + .literal.tcp_rexmit_rto_commit + 0x00000000400d19ac 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x14 (size before relaxing) + .literal.tcp_rexmit_rto + 0x00000000400d19b4 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x18 (size before relaxing) + .literal.tcp_keepalive + 0x00000000400d19bc 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_zero_window_probe + 0x00000000400d19c8 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x34 (size before relaxing) + .literal.sys_timeout_abs + 0x00000000400d19d4 0x10 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x18 (size before relaxing) + .literal.lwip_cyclic_timer + 0x00000000400d19e4 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x14 (size before relaxing) + .literal.sys_timeout + 0x00000000400d19ec 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x1c (size before relaxing) + .literal.tcp_timer_needed + 0x00000000400d19f8 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x14 (size before relaxing) + .literal.tcpip_tcp_timer + 0x00000000400d1a00 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x18 (size before relaxing) + .literal.sys_timeouts_init + 0x00000000400d1a00 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0xc (size before relaxing) + .literal.sys_untimeout + 0x00000000400d1a04 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x8 (size before relaxing) + .literal.sys_check_timeouts + 0x00000000400d1a04 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x10 (size before relaxing) + .literal.sys_timeouts_sleeptime + 0x00000000400d1a04 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x18 (size before relaxing) + .literal.udp_new_port + 0x00000000400d1a0c 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x14 (size before relaxing) + .literal.udp_input_local_match + 0x00000000400d1a14 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x1c (size before relaxing) + .literal.udp_init + 0x00000000400d1a24 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x8 (size before relaxing) + .literal.udp_input + 0x00000000400d1a24 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x6c (size before relaxing) + .literal.udp_bind + 0x00000000400d1a34 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x24 (size before relaxing) + .literal.udp_sendto_if_src + 0x00000000400d1a38 0x1c esp-idf/lwip/liblwip.a(udp.c.obj) + 0x68 (size before relaxing) + .literal.udp_sendto_if + 0x00000000400d1a54 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x2c (size before relaxing) + .literal.udp_sendto + 0x00000000400d1a64 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x44 (size before relaxing) + .literal.udp_send + 0x00000000400d1a74 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x14 (size before relaxing) + .literal.udp_connect + 0x00000000400d1a7c 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x28 (size before relaxing) + .literal.udp_disconnect + 0x00000000400d1a84 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) + 0xc (size before relaxing) + .literal.udp_recv + 0x00000000400d1a8c 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x8 (size before relaxing) + .literal.udp_remove + 0x00000000400d1a90 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x10 (size before relaxing) + .literal.udp_new + 0x00000000400d1a94 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x8 (size before relaxing) + .literal.udp_new_ip_type + 0x00000000400d1a94 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4 (size before relaxing) + .literal.udp_netif_ip_addr_changed + 0x00000000400d1a94 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_option_short + 0x00000000400d1a94 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_option + 0x00000000400d1aa0 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_option_byte + 0x00000000400d1aa8 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_option_long + 0x00000000400d1ab0 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_create_msg + 0x00000000400d1ab8 0x14 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x3c (size before relaxing) + .literal.dhcp_option_hostname + 0x00000000400d1acc 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x20 (size before relaxing) + .literal.dhcp_option_trailer + 0x00000000400d1ad4 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_rebind + 0x00000000400d1ad4 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x3c (size before relaxing) + .literal.dhcp_t2_timeout + 0x00000000400d1ae0 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_reboot + 0x00000000400d1ae0 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x48 (size before relaxing) + .literal.dhcp_select + 0x00000000400d1ae0 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x68 (size before relaxing) + .literal.dhcp_handle_offer + 0x00000000400d1aec 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_discover + 0x00000000400d1af4 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x40 (size before relaxing) + .literal.dhcp_decline + 0x00000000400d1af8 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x2c (size before relaxing) + .literal.dhcp_check + 0x00000000400d1af8 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x8 (size before relaxing) + .literal.dhcp_bind + 0x00000000400d1af8 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x24 (size before relaxing) + .literal.dhcp_handle_nak + 0x00000000400d1b00 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_dec_pcb_refcount + 0x00000000400d1b00 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x1c (size before relaxing) + .literal.dhcp_inc_pcb_refcount + 0x00000000400d1b0c 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x30 (size before relaxing) + .literal.dhcp_parse_reply + 0x00000000400d1b18 0x30 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x84 (size before relaxing) + .literal.dhcp_handle_ack + 0x00000000400d1b48 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x18 (size before relaxing) + .literal.dhcp_recv + 0x00000000400d1b48 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x44 (size before relaxing) + .literal.dhcp_cleanup + 0x00000000400d1b50 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x14 (size before relaxing) + .literal.dhcp_set_cb + 0x00000000400d1b58 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_network_changed + 0x00000000400d1b5c 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x18 (size before relaxing) + .literal.dhcp_arp_reply + 0x00000000400d1b64 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0xc (size before relaxing) + .literal.dhcp_renew + 0x00000000400d1b64 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x38 (size before relaxing) + .literal.dhcp_t1_timeout + 0x00000000400d1b68 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_release_and_stop + 0x00000000400d1b68 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x34 (size before relaxing) + .literal.dhcp_start + 0x00000000400d1b6c 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x2c (size before relaxing) + .literal.dhcp_coarse_tmr + 0x00000000400d1b70 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x14 (size before relaxing) + .literal.dhcp_timeout + 0x00000000400d1b70 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x20 (size before relaxing) + .literal.dhcp_fine_tmr + 0x00000000400d1b70 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x8 (size before relaxing) + .literal.dhcp_release + 0x00000000400d1b70 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_stop + 0x00000000400d1b70 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.free_etharp_q + 0x00000000400d1b70 0x10 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x20 (size before relaxing) + .literal.etharp_free_entry + 0x00000000400d1b80 0x8 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x10 (size before relaxing) + .literal.etharp_find_entry + 0x00000000400d1b88 0x10 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x2c (size before relaxing) + .literal.etharp_update_arp_entry + 0x00000000400d1b98 0x8 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x30 (size before relaxing) + .literal.etharp_raw + 0x00000000400d1ba0 0x14 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x3c (size before relaxing) + .literal.etharp_request_dst + 0x00000000400d1bb4 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_cleanup_netif + 0x00000000400d1bb4 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_input + 0x00000000400d1bb4 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x1c (size before relaxing) + .literal.etharp_request + 0x00000000400d1bb4 0x4 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.garp_tmr + 0x00000000400d1bb8 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_tmr + 0x00000000400d1bb8 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xc (size before relaxing) + .literal.etharp_output_to_arp_index + 0x00000000400d1bb8 0x8 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x24 (size before relaxing) + .literal.etharp_query + 0x00000000400d1bc0 0x14 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x5c (size before relaxing) + .literal.etharp_output + 0x00000000400d1bd4 0xc esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x48 (size before relaxing) + .literal.icmp_send_response + 0x00000000400d1be0 0xc esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x28 (size before relaxing) + .literal.icmp_input + 0x00000000400d1bec 0xc esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x68 (size before relaxing) + .literal.icmp_dest_unreach + 0x00000000400d1bf8 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_start_timer + 0x00000000400d1bf8 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x10 (size before relaxing) + .literal.igmp_delaying_member + 0x00000000400d1c00 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_ip_output_if + 0x00000000400d1c00 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_send + 0x00000000400d1c00 0x10 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x28 (size before relaxing) + .literal.igmp_timeout + 0x00000000400d1c10 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x8 (size before relaxing) + .literal.igmp_init + 0x00000000400d1c14 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x10 (size before relaxing) + .literal.igmp_stop + 0x00000000400d1c1c 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_report_groups + 0x00000000400d1c1c 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_lookup_group + 0x00000000400d1c1c 0x10 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x24 (size before relaxing) + .literal.igmp_start + 0x00000000400d1c2c 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x8 (size before relaxing) + .literal.igmp_input + 0x00000000400d1c2c 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x28 (size before relaxing) + .literal.igmp_joingroup_netif + 0x00000000400d1c2c 0xc esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x28 (size before relaxing) + .literal.igmp_joingroup + 0x00000000400d1c38 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x1c (size before relaxing) + .literal.igmp_leavegroup_netif + 0x00000000400d1c40 0x10 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x2c (size before relaxing) + .literal.igmp_leavegroup + 0x00000000400d1c50 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x1c (size before relaxing) + .literal.igmp_tmr + 0x00000000400d1c58 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x18 (size before relaxing) + .literal.igmp_timeout_cb + 0x00000000400d1c58 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.ip4_input_accept + 0x00000000400d1c58 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x8 (size before relaxing) + .literal.ip4_netif_exist + 0x00000000400d1c58 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4_route_src_hook + 0x00000000400d1c58 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4_route + 0x00000000400d1c58 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x10 (size before relaxing) + .literal.ip4_route_src + 0x00000000400d1c5c 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0xc (size before relaxing) + .literal.ip4_input + 0x00000000400d1c5c 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x68 (size before relaxing) + .literal.ip4_output_if_opt_src + 0x00000000400d1c60 0x14 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x44 (size before relaxing) + .literal.ip4_output_if_opt + 0x00000000400d1c74 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4_output_if + 0x00000000400d1c74 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4_output_if_src + 0x00000000400d1c74 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4addr_aton + 0x00000000400d1c74 0x14 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x34 (size before relaxing) + .literal.ip4_frag + 0x00000000400d1c88 0x10 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x44 (size before relaxing) + .literal.icmp6_send_response_with_addrs_and_netif + 0x00000000400d1c98 0xc esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x28 (size before relaxing) + .literal.icmp6_send_response + 0x00000000400d1ca4 0x8 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x20 (size before relaxing) + .literal.icmp6_send_response_with_addrs + 0x00000000400d1cac 0x8 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x1c (size before relaxing) + .literal.icmp6_input + 0x00000000400d1cb4 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x48 (size before relaxing) + .literal.icmp6_dest_unreach + 0x00000000400d1cb4 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x4 (size before relaxing) + .literal.icmp6_time_exceeded_with_addrs + 0x00000000400d1cb4 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x4 (size before relaxing) + .literal.icmp6_param_problem + 0x00000000400d1cb4 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x8 (size before relaxing) + .literal.ip6_input_accept + 0x00000000400d1cb4 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4 (size before relaxing) + .literal.ip6_route + 0x00000000400d1cb4 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x1c (size before relaxing) + .literal.ip6_select_source_address + 0x00000000400d1cb4 0x4 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x14 (size before relaxing) + .literal.ip6_input + 0x00000000400d1cb8 0x4 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0xf8 (size before relaxing) + .literal.ip6_output_if_src + 0x00000000400d1cbc 0x14 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x48 (size before relaxing) + .literal.ip6_output_if + 0x00000000400d1cd0 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x8 (size before relaxing) + .literal.ip6_options_add_hbh_ra + 0x00000000400d1cd0 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4 (size before relaxing) + .literal.ip6_reass_free_complete_datagram + 0x00000000400d1cd0 0x1c esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x48 (size before relaxing) + .literal.ip6_reass_remove_oldest_datagram + 0x00000000400d1cec 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0xc (size before relaxing) + .literal.ip6_reass_tmr + 0x00000000400d1cec 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x8 (size before relaxing) + .literal.ip6_reass + 0x00000000400d1cec 0x24 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x98 (size before relaxing) + .literal.ip6_frag + 0x00000000400d1d10 0x10 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x44 (size before relaxing) + .literal.mld6_delayed_report + 0x00000000400d1d20 0xc esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x14 (size before relaxing) + .literal.mld6_new_group + 0x00000000400d1d2c 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.mld6_send + 0x00000000400d1d2c 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x20 (size before relaxing) + .literal.mld6_stop + 0x00000000400d1d2c 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.mld6_report_groups + 0x00000000400d1d2c 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.mld6_input + 0x00000000400d1d2c 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x28 (size before relaxing) + .literal.mld6_joingroup_netif + 0x00000000400d1d2c 0x4 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x24 (size before relaxing) + .literal.mld6_joingroup + 0x00000000400d1d30 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xc (size before relaxing) + .literal.mld6_leavegroup_netif + 0x00000000400d1d30 0x4 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x1c (size before relaxing) + .literal.mld6_leavegroup + 0x00000000400d1d34 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xc (size before relaxing) + .literal.mld6_tmr + 0x00000000400d1d34 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x18 (size before relaxing) + .literal.mld6_timeout_cb + 0x00000000400d1d34 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_find_neighbor_cache_entry + 0x00000000400d1d34 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_find_destination_cache_entry + 0x00000000400d1d38 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_new_destination_cache_entry + 0x00000000400d1d3c 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_is_prefix_in_netif + 0x00000000400d1d3c 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_select_router + 0x00000000400d1d40 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_get_router + 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_get_onlink_prefix + 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_new_onlink_prefix + 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_send_q + 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x18 (size before relaxing) + .literal.nd6_duplicate_addr_detected + 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x8 (size before relaxing) + .literal.nd6_process_autoconfig_prefix + 0x00000000400d1d48 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x2c (size before relaxing) + .literal.nd6_free_q + 0x00000000400d1d58 0x1c esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x34 (size before relaxing) + .literal.nd6_free_neighbor_cache_entry + 0x00000000400d1d74 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x8 (size before relaxing) + .literal.nd6_new_neighbor_cache_entry + 0x00000000400d1d74 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1c (size before relaxing) + .literal.nd6_send_na + 0x00000000400d1d74 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x30 (size before relaxing) + .literal.nd6_send_rs + 0x00000000400d1d80 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x20 (size before relaxing) + .literal.nd6_send_ns + 0x00000000400d1d80 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x30 (size before relaxing) + .literal.nd6_send_neighbor_cache_probe + 0x00000000400d1d84 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_new_router + 0x00000000400d1d84 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x14 (size before relaxing) + .literal.nd6_get_next_hop_entry + 0x00000000400d1d84 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4c (size before relaxing) + .literal.nd6_queue_packet + 0x00000000400d1d94 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x24 (size before relaxing) + .literal.nd6_input + 0x00000000400d1d94 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x124 (size before relaxing) + .literal.nd6_tmr + 0x00000000400d1da4 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x54 (size before relaxing) + .literal.nd6_clear_destination_cache + 0x00000000400d1dac 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_find_route + 0x00000000400d1dac 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1c (size before relaxing) + .literal.nd6_get_next_hop_addr_or_queue + 0x00000000400d1db4 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xc (size before relaxing) + .literal.nd6_get_destination_mtu + 0x00000000400d1db4 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x8 (size before relaxing) + .literal.nd6_reachability_hint + 0x00000000400d1db4 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1c (size before relaxing) + .literal.nd6_cleanup_netif + 0x00000000400d1db4 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x14 (size before relaxing) + .literal.nd6_adjust_mld_membership + 0x00000000400d1db4 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x10 (size before relaxing) + .literal.ethernet_input + 0x00000000400d1db4 0x4 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x28 (size before relaxing) + .literal.ethernet_output + 0x00000000400d1db8 0xc esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x20 (size before relaxing) + .literal.sys_thread_sem_free + 0x00000000400d1dc4 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x8 (size before relaxing) + .literal.sys_mutex_new + 0x00000000400d1dc4 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4 (size before relaxing) + .literal.sys_mutex_lock + 0x00000000400d1dc4 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_mutex_unlock + 0x00000000400d1dd0 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_sem_new + 0x00000000400d1dd8 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x20 (size before relaxing) + .literal.sys_sem_signal + 0x00000000400d1de4 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_sem_signal_isr + 0x00000000400d1dec 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4 (size before relaxing) + .literal.sys_arch_sem_wait + 0x00000000400d1dec 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x20 (size before relaxing) + .literal.sys_mbox_new + 0x00000000400d1df4 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xc (size before relaxing) + .literal.sys_mbox_post + 0x00000000400d1df4 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_mbox_trypost + 0x00000000400d1dfc 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4 (size before relaxing) + .literal.sys_arch_mbox_fetch + 0x00000000400d1dfc 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x20 (size before relaxing) + .literal.sys_arch_mbox_tryfetch + 0x00000000400d1e04 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_mbox_free + 0x00000000400d1e08 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x1c (size before relaxing) + .literal.sys_thread_new + 0x00000000400d1e10 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x8 (size before relaxing) + .literal.sys_init + 0x00000000400d1e10 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x28 (size before relaxing) + .literal.sys_now + 0x00000000400d1e24 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4 (size before relaxing) + .literal.sys_arch_protect + 0x00000000400d1e24 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xc (size before relaxing) + .literal.sys_arch_unprotect + 0x00000000400d1e24 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x8 (size before relaxing) + .literal.sys_thread_sem_init + 0x00000000400d1e24 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x2c (size before relaxing) + .literal.sys_thread_sem_get + 0x00000000400d1e28 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xc (size before relaxing) + .literal.inet_cksum_pseudo_base + 0x00000000400d1e28 0x4 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0xc (size before relaxing) + .literal.inet_chksum_pseudo + 0x00000000400d1e2c 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.ip6_chksum_pseudo + 0x00000000400d1e2c 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.ip_chksum_pseudo + 0x00000000400d1e2c 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x8 (size before relaxing) + .literal.inet_chksum + 0x00000000400d1e2c 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.inet_chksum_pbuf + 0x00000000400d1e2c 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.lwip_get_socket_select_semaphore + 0x00000000400d1e2c 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_stop_socket_select_isr + 0x00000000400d1e2c 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_stop_socket_select + 0x00000000400d1e2c 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_ioctl_r_wrapper + 0x00000000400d1e2c 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_fcntl_r_wrapper + 0x00000000400d1e2c 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_vfs_lwip_sockets_register + 0x00000000400d1e2c 0x30 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x3c (size before relaxing) + .literal.tryget_socket_unconn_nouse + 0x00000000400d1e5c 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.free_socket_locked + 0x00000000400d1e60 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_sockopt_to_ipopt + 0x00000000400d1e6c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x14 (size before relaxing) + .literal.lwip_link_select_cb + 0x00000000400d1e78 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_unlink_select_cb + 0x00000000400d1e80 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.sockaddr_to_ipaddr_port + 0x00000000400d1e8c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x14 (size before relaxing) + .literal.lwip_sock_make_addr + 0x00000000400d1e8c 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_recv_tcp_from + 0x00000000400d1e9c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.sock_inc_used + 0x00000000400d1e9c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x20 (size before relaxing) + .literal.tryget_socket_unconn + 0x00000000400d1ea8 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.sock_inc_used_locked + 0x00000000400d1ea8 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.tryget_socket_unconn_locked + 0x00000000400d1eac 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.lwip_select_inc_sockets_used_set + 0x00000000400d1eac 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.lwip_select_inc_sockets_used + 0x00000000400d1eac 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.alloc_socket + 0x00000000400d1eac 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.free_socket_free_elements + 0x00000000400d1eb4 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.free_socket + 0x00000000400d1eb4 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.done_socket + 0x00000000400d1eb4 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.tryget_socket + 0x00000000400d1eb8 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.get_socket + 0x00000000400d1eb8 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.lwip_selscan + 0x00000000400d1eb8 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x24 (size before relaxing) + .literal.lwip_select_dec_sockets_used + 0x00000000400d1ec0 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x18 (size before relaxing) + .literal.lwip_socket_register_membership + 0x00000000400d1ec8 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_socket_unregister_membership + 0x00000000400d1ecc 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.lwip_socket_register_mld6_membership + 0x00000000400d1ecc 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_socket_unregister_mld6_membership + 0x00000000400d1ed0 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.lwip_socket_drop_registered_memberships + 0x00000000400d1ed0 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_socket_drop_registered_mld6_memberships + 0x00000000400d1ed0 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_recv_tcp + 0x00000000400d1ed0 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x50 (size before relaxing) + .literal.lwip_recvfrom_udp_raw + 0x00000000400d1ee8 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.select_check_waiters + 0x00000000400d1ef4 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x20 (size before relaxing) + .literal.event_callback + 0x00000000400d1ef8 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x38 (size before relaxing) + .literal.lwip_setsockopt_impl + 0x00000000400d1f08 0x38 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x158 (size before relaxing) + .literal.lwip_setsockopt_callback + 0x00000000400d1f40 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_accept + 0x00000000400d1f4c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x78 (size before relaxing) + .literal.lwip_bind + 0x00000000400d1f58 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x40 (size before relaxing) + .literal.lwip_close + 0x00000000400d1f5c 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_listen + 0x00000000400d1f64 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_recvfrom + 0x00000000400d1f64 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_read + 0x00000000400d1f6c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4 (size before relaxing) + .literal.lwip_recv + 0x00000000400d1f6c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4 (size before relaxing) + .literal.lwip_sendto + 0x00000000400d1f6c 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x50 (size before relaxing) + .literal.lwip_send + 0x00000000400d1f70 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_socket + 0x00000000400d1f70 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x2c (size before relaxing) + .literal.lwip_write + 0x00000000400d1f74 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4 (size before relaxing) + .literal.lwip_select + 0x00000000400d1f74 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8c (size before relaxing) + .literal.lwip_setsockopt + 0x00000000400d1f80 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_ioctl + 0x00000000400d1f84 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x14 (size before relaxing) + .literal.lwip_fcntl + 0x00000000400d1f88 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x20 (size before relaxing) + .literal.netconn_apimsg + 0x00000000400d1f8c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_tcp_recvd_msg + 0x00000000400d1f8c 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x10 (size before relaxing) + .literal.netconn_close_shutdown + 0x00000000400d1f94 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x14 (size before relaxing) + .literal.netconn_new_with_proto_and_callback + 0x00000000400d1f9c 0x18 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x34 (size before relaxing) + .literal.netconn_prepare_delete + 0x00000000400d1fb4 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_delete + 0x00000000400d1fb8 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_getaddr + 0x00000000400d1fb8 0x10 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x20 (size before relaxing) + .literal.netconn_bind + 0x00000000400d1fc8 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x1c (size before relaxing) + .literal.netconn_listen_with_backlog + 0x00000000400d1fd0 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x10 (size before relaxing) + .literal.netconn_tcp_recvd + 0x00000000400d1fd8 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_send + 0x00000000400d1fd8 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x10 (size before relaxing) + .literal.netconn_write_vectors_partly + 0x00000000400d1fe0 0x14 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x30 (size before relaxing) + .literal.netconn_write_partly + 0x00000000400d1ff4 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_err + 0x00000000400d1ff4 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_accept + 0x00000000400d1ff4 0xc esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x2c (size before relaxing) + .literal.netconn_recv_data + 0x00000000400d2000 0x10 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x38 (size before relaxing) + .literal.netconn_recv_udp_raw_netbuf_flags + 0x00000000400d2010 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_recv_data_tcp + 0x00000000400d2014 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x10 (size before relaxing) + .literal.netconn_recv_tcp_pbuf_flags + 0x00000000400d2014 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_join_leave_group + 0x00000000400d2014 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x14 (size before relaxing) + .literal.netconn_join_leave_group_netif + 0x00000000400d201c 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x14 (size before relaxing) + .literal.lwip_netconn_err_to_msg + 0x00000000400d2020 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.recv_udp + 0x00000000400d2038 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x3c (size before relaxing) + .literal.recv_raw + 0x00000000400d2048 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18 (size before relaxing) + .literal.setup_tcp + 0x00000000400d2048 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x24 (size before relaxing) + .literal.pcb_new + 0x00000000400d205c 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x30 (size before relaxing) + .literal.err_tcp + 0x00000000400d2070 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x40 (size before relaxing) + .literal.netconn_mark_mbox_invalid + 0x00000000400d2084 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x14 (size before relaxing) + .literal.lwip_netconn_do_writemore + 0x00000000400d2088 0x20 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x60 (size before relaxing) + .literal.lwip_netconn_do_close_internal + 0x00000000400d20a8 0x1c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x88 (size before relaxing) + .literal.poll_tcp + 0x00000000400d20c4 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.sent_tcp + 0x00000000400d20c8 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.recv_tcp + 0x00000000400d20cc 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x38 (size before relaxing) + .literal.lwip_netconn_is_deallocated_msg + 0x00000000400d20e0 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x4 (size before relaxing) + .literal.lwip_netconn_is_err_msg + 0x00000000400d20e0 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.lwip_netconn_do_newconn + 0x00000000400d20e8 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8 (size before relaxing) + .literal.netconn_alloc + 0x00000000400d20e8 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.netconn_free + 0x00000000400d20f0 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x28 (size before relaxing) + .literal.netconn_drain + 0x00000000400d2100 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x40 (size before relaxing) + .literal.accept_function + 0x00000000400d2108 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x4c (size before relaxing) + .literal.lwip_netconn_do_delconn + 0x00000000400d2110 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x38 (size before relaxing) + .literal.lwip_netconn_do_bind + 0x00000000400d2120 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18 (size before relaxing) + .literal.lwip_netconn_do_listen + 0x00000000400d2120 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x34 (size before relaxing) + .literal.lwip_netconn_do_send + 0x00000000400d212c 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x28 (size before relaxing) + .literal.lwip_netconn_do_recv + 0x00000000400d212c 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xc (size before relaxing) + .literal.lwip_netconn_do_accepted + 0x00000000400d212c 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8 (size before relaxing) + .literal.lwip_netconn_do_write + 0x00000000400d212c 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x24 (size before relaxing) + .literal.lwip_netconn_do_getaddr + 0x00000000400d2134 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x14 (size before relaxing) + .literal.lwip_netconn_do_close + 0x00000000400d213c 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x38 (size before relaxing) + .literal.lwip_netconn_do_join_leave_group + 0x00000000400d2144 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x14 (size before relaxing) + .literal.lwip_netconn_do_join_leave_group_netif + 0x00000000400d2144 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18 (size before relaxing) + .literal.err_to_errno + 0x00000000400d2144 0x4 esp-idf/lwip/liblwip.a(err.c.obj) + .literal.netbuf_delete + 0x00000000400d2148 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x8 (size before relaxing) + .literal.netbuf_alloc + 0x00000000400d2148 0x10 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x20 (size before relaxing) + .literal.netbuf_free + 0x00000000400d2158 0x4 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0xc (size before relaxing) + .literal.heap_caps_get_free_size + 0x00000000400d215c 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_minimum_free_size + 0x00000000400d2168 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xc (size before relaxing) + .literal.heap_caps_get_info + 0x00000000400d216c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x10 (size before relaxing) + .literal.heap_caps_get_largest_free_block + 0x00000000400d2170 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x4 (size before relaxing) + .literal.register_heap + 0x00000000400d2170 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x18 (size before relaxing) + .literal.heap_caps_enable_nonos_stack_heaps + 0x00000000400d2184 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0xc (size before relaxing) + .literal.heap_caps_init + 0x00000000400d2188 0x38 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x84 (size before relaxing) + .literal.gpio_wakeup_enable + 0x00000000400d21c0 0x2c esp-idf/driver/libdriver.a(gpio.c.obj) + 0x40 (size before relaxing) + .literal.periph_module_enable + 0x00000000400d21ec 0x40 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x98 (size before relaxing) + .literal.periph_module_disable + 0x00000000400d222c 0x18 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x98 (size before relaxing) + .literal.periph_module_reset + 0x00000000400d2244 0x14 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x7c (size before relaxing) + .literal.rtc_gpio_isolate + 0x00000000400d2258 0x18 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x30 (size before relaxing) + .literal.rtc_gpio_force_hold_dis_all + 0x00000000400d2270 0x8 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x14 (size before relaxing) + .literal.rtc_gpio_wakeup_enable + 0x00000000400d2278 0x8 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x30 (size before relaxing) + .literal.rtc_isr + 0x00000000400d2280 0x10 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x20 (size before relaxing) + .literal.rtc_isr_ensure_installed + 0x00000000400d2290 0xc esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x20 (size before relaxing) + .literal.rtc_isr_register + 0x00000000400d229c 0x4 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x18 (size before relaxing) + .literal.uart_pattern_queue_update + 0x00000000400d22a0 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_link_free + 0x00000000400d22a4 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x14 (size before relaxing) + .literal.uart_module_enable + 0x00000000400d22ac 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x18 (size before relaxing) + .literal.uart_pattern_enqueue + 0x00000000400d22b0 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x14 (size before relaxing) + .literal.uart_rx_intr_handler_default + 0x00000000400d22b8 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + 0x114 (size before relaxing) + .literal.uart_module_disable + 0x00000000400d22f8 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x14 (size before relaxing) + .literal.uart_set_word_length + 0x00000000400d22f8 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + 0x34 (size before relaxing) + .literal.uart_get_word_length + 0x00000000400d230c 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_set_stop_bits + 0x00000000400d2314 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x34 (size before relaxing) + .literal.uart_get_stop_bits + 0x00000000400d2320 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_set_parity + 0x00000000400d2328 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_get_parity + 0x00000000400d2330 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_set_baudrate + 0x00000000400d2338 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x2c (size before relaxing) + .literal.uart_get_baudrate + 0x00000000400d2340 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_enable_intr_mask + 0x00000000400d2344 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_disable_intr_mask + 0x00000000400d2348 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_pattern_queue_reset + 0x00000000400d234c 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x3c (size before relaxing) + .literal.uart_enable_rx_intr + 0x00000000400d2354 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_check_buf_full + 0x00000000400d2354 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x18 (size before relaxing) + .literal.uart_disable_rx_intr + 0x00000000400d2358 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_disable_tx_intr + 0x00000000400d2358 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_enable_tx_intr + 0x00000000400d2358 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x34 (size before relaxing) + .literal.uart_tx_all + 0x00000000400d2360 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x50 (size before relaxing) + .literal.uart_isr_register + 0x00000000400d236c 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x2c (size before relaxing) + .literal.uart_param_config + 0x00000000400d2370 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + 0x78 (size before relaxing) + .literal.uart_intr_config + 0x00000000400d2380 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x44 (size before relaxing) + .literal.uart_wait_tx_done + 0x00000000400d2388 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x64 (size before relaxing) + .literal.uart_write_bytes + 0x00000000400d2390 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x38 (size before relaxing) + .literal.uart_read_bytes + 0x00000000400d2398 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + 0x64 (size before relaxing) + .literal.uart_get_buffered_data_len + 0x00000000400d23a8 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_flush_input + 0x00000000400d23ac 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x84 (size before relaxing) + .literal.uart_driver_delete + 0x00000000400d23b4 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + 0x60 (size before relaxing) + .literal.uart_driver_install + 0x00000000400d23c8 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + 0xbc (size before relaxing) + .literal.uart_is_driver_installed + 0x00000000400d2404 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_set_select_notif_callback + 0x00000000400d2404 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_get_selectlock + 0x00000000400d2404 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_set_wakeup_threshold + 0x00000000400d2404 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x34 (size before relaxing) + .literal.uart_wait_tx_idle_polling + 0x00000000400d2410 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x1c (size before relaxing) + .literal.esp_fill_random + 0x00000000400d2414 0x10 esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x18 (size before relaxing) + .literal.get_power_down_flags + 0x00000000400d2424 0x4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .literal.ext0_wakeup_prepare + 0x00000000400d2428 0x1c esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x30 (size before relaxing) + .literal.ext1_wakeup_prepare + 0x00000000400d2444 0xc esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x40 (size before relaxing) + .literal.timer_wakeup_prepare + 0x00000000400d2450 0x8 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x10 (size before relaxing) + .literal.esp_get_deep_sleep_wake_stub + 0x00000000400d2458 0x30 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x38 (size before relaxing) + .literal.esp_set_deep_sleep_wake_stub + 0x00000000400d2488 0x0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x14 (size before relaxing) + .literal.esp_light_sleep_start + 0x00000000400d2488 0x50 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x84 (size before relaxing) + .literal.esp_sleep_disable_wakeup_source + 0x00000000400d24d8 0xc esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x28 (size before relaxing) + .literal.esp_sleep_enable_timer_wakeup + 0x00000000400d24e4 0x0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x4 (size before relaxing) + .literal.esp_sleep_enable_ext1_wakeup + 0x00000000400d24e4 0x4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x24 (size before relaxing) + .literal.esp_sleep_enable_gpio_wakeup + 0x00000000400d24e8 0x4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x14 (size before relaxing) + .literal.esp_sleep_enable_uart_wakeup + 0x00000000400d24ec 0x0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x4 (size before relaxing) + .literal.esp_sleep_get_wakeup_cause + 0x00000000400d24ec 0x4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0xc (size before relaxing) + .literal.esp_base_mac_addr_set + 0x00000000400d24f0 0x10 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x24 (size before relaxing) + .literal.esp_base_mac_addr_get + 0x00000000400d2500 0x4 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x1c (size before relaxing) + .literal.esp_efuse_mac_get_default + 0x00000000400d2504 0x18 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x2c (size before relaxing) + .literal.esp_read_mac + 0x00000000400d251c 0x10 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x50 (size before relaxing) + .literal.ets_timer_setfn + 0x00000000400d252c 0x18 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x24 (size before relaxing) + .literal.ets_timer_done + 0x00000000400d2544 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x8 (size before relaxing) + .literal.find_command_by_name + 0x00000000400d2544 0x4 esp-idf/console/libconsole.a(commands.c.obj) + 0x10 (size before relaxing) + .literal.help_command + 0x00000000400d2548 0x14 esp-idf/console/libconsole.a(commands.c.obj) + 0x30 (size before relaxing) + .literal.esp_console_init + 0x00000000400d255c 0xc esp-idf/console/libconsole.a(commands.c.obj) + 0x10 (size before relaxing) + .literal.esp_console_cmd_register + 0x00000000400d2568 0x4 esp-idf/console/libconsole.a(commands.c.obj) + 0x28 (size before relaxing) + .literal.esp_console_get_completion + 0x00000000400d256c 0x0 esp-idf/console/libconsole.a(commands.c.obj) + 0x10 (size before relaxing) + .literal.esp_console_get_hint + 0x00000000400d256c 0x0 esp-idf/console/libconsole.a(commands.c.obj) + 0x14 (size before relaxing) + .literal.esp_console_run + 0x00000000400d256c 0x0 esp-idf/console/libconsole.a(commands.c.obj) + 0x24 (size before relaxing) + .literal.esp_console_register_help_command + 0x00000000400d256c 0xc esp-idf/console/libconsole.a(commands.c.obj) + 0x10 (size before relaxing) + .literal.esp_console_split_argv + 0x00000000400d2578 0x4 esp-idf/console/libconsole.a(split_argv.c.obj) + .literal.arg_register_error + 0x00000000400d257c 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4 (size before relaxing) + .literal.arg_parse_untagged + 0x00000000400d257c 0x4 esp-idf/console/libconsole.a(argtable3.c.obj) + 0xc (size before relaxing) + .literal.arg_parse_check + 0x00000000400d2580 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4 (size before relaxing) + .literal.detectsuffix + 0x00000000400d2580 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0xc (size before relaxing) + .literal.alloc_shortoptions + 0x00000000400d2580 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x8 (size before relaxing) + .literal.arg_end_errorfn + 0x00000000400d2580 0x24 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x44 (size before relaxing) + .literal.strtol0X + 0x00000000400d25a4 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x10 (size before relaxing) + .literal.arg_int_scanfn + 0x00000000400d25a4 0x10 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x3c (size before relaxing) + .literal.alloc_longoptions + 0x00000000400d25b4 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0xc (size before relaxing) + .literal.find_shortoption + 0x00000000400d25b4 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4 (size before relaxing) + .literal.arg_parse_tagged + 0x00000000400d25b4 0xc esp-idf/console/libconsole.a(argtable3.c.obj) + 0x54 (size before relaxing) + .literal.arg_cat_optionv + 0x00000000400d25c0 0x24 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x50 (size before relaxing) + .literal.arg_cat_option + 0x00000000400d25e4 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x60 (size before relaxing) + .literal.arg_print_gnuswitch + 0x00000000400d25e4 0x10 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x24 (size before relaxing) + .literal.arg_end + 0x00000000400d25f4 0x8 esp-idf/console/libconsole.a(argtable3.c.obj) + 0xc (size before relaxing) + .literal.arg_intn + 0x00000000400d25fc 0x14 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x18 (size before relaxing) + .literal.arg_int0 + 0x00000000400d2610 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4 (size before relaxing) + .literal.arg_strn + 0x00000000400d2610 0x14 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x1c (size before relaxing) + .literal.arg_str0 + 0x00000000400d2624 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4 (size before relaxing) + .literal.arg_str1 + 0x00000000400d2624 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4 (size before relaxing) + .literal.arg_parse + 0x00000000400d2624 0x8 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x24 (size before relaxing) + .literal.arg_print_option + 0x00000000400d262c 0x4 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x18 (size before relaxing) + .literal.arg_int_errorfn + 0x00000000400d2630 0x18 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x4c (size before relaxing) + .literal.arg_str_errorfn + 0x00000000400d2648 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x28 (size before relaxing) + .literal.arg_print_syntax + 0x00000000400d2648 0x10 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x30 (size before relaxing) + .literal.arg_print_glossary + 0x00000000400d2658 0x8 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x14 (size before relaxing) + .literal.arg_print_formatted + 0x00000000400d2660 0x0 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x18 (size before relaxing) + .literal.abAppend + 0x00000000400d2660 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x8 (size before relaxing) + .literal.abFree + 0x00000000400d2664 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4 (size before relaxing) + .literal.freeCompletions + 0x00000000400d2664 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x8 (size before relaxing) + .literal.getCursorPosition + 0x00000000400d2664 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x1c (size before relaxing) + .literal.getColumns + 0x00000000400d266c 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x28 (size before relaxing) + .literal.linenoiseBeep + 0x00000000400d2674 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x8 (size before relaxing) + .literal.linenoiseDumb + 0x00000000400d2674 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x2c (size before relaxing) + .literal.sanitize + 0x00000000400d2678 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4 (size before relaxing) + .literal.linenoiseSetMultiLine + 0x00000000400d2678 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .literal.linenoiseSetDumbMode + 0x00000000400d267c 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .literal.linenoiseClearScreen + 0x00000000400d2680 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0xc (size before relaxing) + .literal.linenoiseSetCompletionCallback + 0x00000000400d2684 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .literal.linenoiseSetHintsCallback + 0x00000000400d2688 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + .literal.linenoiseAddCompletion + 0x00000000400d268c 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x14 (size before relaxing) + .literal.refreshShowHints + 0x00000000400d268c 0xc esp-idf/console/libconsole.a(linenoise.c.obj) + 0x28 (size before relaxing) + .literal.refreshMultiLine + 0x00000000400d2698 0x1c esp-idf/console/libconsole.a(linenoise.c.obj) + 0x78 (size before relaxing) + .literal.refreshSingleLine + 0x00000000400d26b4 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x44 (size before relaxing) + .literal.refreshLine + 0x00000000400d26b8 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0xc (size before relaxing) + .literal.completeLine + 0x00000000400d26b8 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x38 (size before relaxing) + .literal.linenoiseEditInsert + 0x00000000400d26bc 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x1c (size before relaxing) + .literal.linenoiseEditMoveLeft + 0x00000000400d26bc 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4 (size before relaxing) + .literal.linenoiseEditMoveRight + 0x00000000400d26bc 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4 (size before relaxing) + .literal.linenoiseEditMoveHome + 0x00000000400d26bc 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4 (size before relaxing) + .literal.linenoiseEditMoveEnd + 0x00000000400d26bc 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4 (size before relaxing) + .literal.linenoiseEditHistoryNext + 0x00000000400d26bc 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x1c (size before relaxing) + .literal.linenoiseEditDelete + 0x00000000400d26c4 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x8 (size before relaxing) + .literal.linenoiseEditBackspace + 0x00000000400d26c4 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x8 (size before relaxing) + .literal.linenoiseEditDeletePrevWord + 0x00000000400d26c4 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x8 (size before relaxing) + .literal.linenoiseProbe + 0x00000000400d26c4 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x30 (size before relaxing) + .literal.linenoiseFree + 0x00000000400d26c8 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x4 (size before relaxing) + .literal.linenoiseHistoryAdd + 0x00000000400d26c8 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x28 (size before relaxing) + .literal.linenoiseEdit + 0x00000000400d26cc 0xc esp-idf/console/libconsole.a(linenoise.c.obj) + 0xd8 (size before relaxing) + .literal.linenoiseRaw + 0x00000000400d26d8 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x10 (size before relaxing) + .literal.linenoise + 0x00000000400d26d8 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x20 (size before relaxing) + .literal.linenoiseHistorySetMaxLen + 0x00000000400d26d8 0x0 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x20 (size before relaxing) + .literal.linenoiseHistorySave + 0x00000000400d26d8 0x8 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x1c (size before relaxing) + .literal.linenoiseHistoryLoad + 0x00000000400d26e0 0x4 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x20 (size before relaxing) + .literal.httpd_recv_pending + 0x00000000400d26e4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_sock_err + 0x00000000400d26e4 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x1c (size before relaxing) + .literal.httpd_sess_set_send_override + 0x00000000400d26f0 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .literal.httpd_sess_set_recv_override + 0x00000000400d26f4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_sess_set_pending_override + 0x00000000400d26f4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_recv_with_opt + 0x00000000400d26f4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_recv + 0x00000000400d26f4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_unrecv + 0x00000000400d26f4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_resp_send + 0x00000000400d26f4 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x44 (size before relaxing) + .literal.httpd_resp_send_chunk + 0x00000000400d270c 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x58 (size before relaxing) + .literal.httpd_resp_send_err + 0x00000000400d2714 0x6c esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0xa4 (size before relaxing) + .literal.httpd_req_handle_err + 0x00000000400d2780 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_req_recv + 0x00000000400d2780 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_default_send + 0x00000000400d2780 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0xc (size before relaxing) + .literal.httpd_default_recv + 0x00000000400d2784 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0xc (size before relaxing) + .literal.httpd_uri_match_simple + 0x00000000400d2788 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x8 (size before relaxing) + .literal.httpd_find_uri_handler + 0x00000000400d2788 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x4 (size before relaxing) + .literal.httpd_register_uri_handler + 0x00000000400d2788 0x1c esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x40 (size before relaxing) + .literal.httpd_unregister_all_uri_handlers + 0x00000000400d27a4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x8 (size before relaxing) + .literal.httpd_uri + 0x00000000400d27a4 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x38 (size before relaxing) + .literal.fd_is_valid + 0x00000000400d27b4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_free_ctx + 0x00000000400d27b4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x4 (size before relaxing) + .literal.httpd_sess_get_transport_ctx + 0x00000000400d27b4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x4 (size before relaxing) + .literal.httpd_sess_set_transport_ctx + 0x00000000400d27b4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_delete + 0x00000000400d27b4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_new + 0x00000000400d27b4 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x28 (size before relaxing) + .literal.httpd_sess_delete_invalid + 0x00000000400d27c8 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x1c (size before relaxing) + .literal.httpd_sess_close + 0x00000000400d27d0 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_pending + 0x00000000400d27d4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x4 (size before relaxing) + .literal.httpd_sess_process + 0x00000000400d27d4 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x10 (size before relaxing) + .literal.httpd_sess_trigger_close + 0x00000000400d27d8 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0xc (size before relaxing) + .literal.httpd_sess_close_lru + 0x00000000400d27dc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x4 (size before relaxing) + .literal.httpd_close_all_sessions + 0x00000000400d27dc 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0xc (size before relaxing) + .literal.httpd_process_ctrl_msg + 0x00000000400d27e0 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x28 (size before relaxing) + .literal.httpd_accept_conn + 0x00000000400d27f0 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x4c (size before relaxing) + .literal.httpd_server + 0x00000000400d2800 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x50 (size before relaxing) + .literal.httpd_thread + 0x00000000400d2810 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x1c (size before relaxing) + .literal.httpd_create + 0x00000000400d2818 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x84 (size before relaxing) + .literal.httpd_server_init + 0x00000000400d2830 0x1c esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x9c (size before relaxing) + .literal.httpd_delete + 0x00000000400d284c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x18 (size before relaxing) + .literal.httpd_queue_work + 0x00000000400d284c 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x18 (size before relaxing) + .literal.httpd_start + 0x00000000400d2854 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x34 (size before relaxing) + .literal.httpd_stop + 0x00000000400d2868 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x14 (size before relaxing) + .literal.init_req + 0x00000000400d286c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x4 (size before relaxing) + .literal.init_req_aux + 0x00000000400d286c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x8 (size before relaxing) + .literal.parse_init + 0x00000000400d286c 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x24 (size before relaxing) + .literal.cb_header_value + 0x00000000400d2884 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x14 (size before relaxing) + .literal.cb_url + 0x00000000400d2890 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x20 (size before relaxing) + .literal.verify_url + 0x00000000400d2898 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x3c (size before relaxing) + .literal.cb_headers_complete + 0x00000000400d28a4 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x30 (size before relaxing) + .literal.pause_parsing + 0x00000000400d28b0 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x28 (size before relaxing) + .literal.cb_no_body + 0x00000000400d28bc 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x1c (size before relaxing) + .literal.cb_on_body + 0x00000000400d28c0 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x18 (size before relaxing) + .literal.cb_header_field + 0x00000000400d28c4 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x20 (size before relaxing) + .literal.continue_parsing + 0x00000000400d28c8 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x4 (size before relaxing) + .literal.read_block + 0x00000000400d28c8 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x8 (size before relaxing) + .literal.parse_block + 0x00000000400d28c8 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x40 (size before relaxing) + .literal.httpd_parse_req + 0x00000000400d28dc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x14 (size before relaxing) + .literal.httpd_req_cleanup + 0x00000000400d28dc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x4 (size before relaxing) + .literal.httpd_req_new + 0x00000000400d28dc 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x18 (size before relaxing) + .literal.httpd_req_delete + 0x00000000400d28e4 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0xc (size before relaxing) + .literal.cs_create_ctrl_sock + 0x00000000400d28e4 0x4 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x18 (size before relaxing) + .literal.cs_free_ctrl_sock + 0x00000000400d28e8 0x0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x4 (size before relaxing) + .literal.cs_send_to_ctrl_sock + 0x00000000400d28e8 0x0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x10 (size before relaxing) + .literal.httpd_ssl_close + 0x00000000400d28e8 0xc esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x14 (size before relaxing) + .literal.httpd_ssl_open + 0x00000000400d28f4 0x30 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x68 (size before relaxing) + .literal.httpd_ssl_recv + 0x00000000400d2924 0x8 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x14 (size before relaxing) + .literal.httpd_ssl_send + 0x00000000400d292c 0x4 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x14 (size before relaxing) + .literal.httpd_ssl_pending + 0x00000000400d2930 0x4 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x18 (size before relaxing) + .literal.free_secure_context + 0x00000000400d2934 0x8 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x30 (size before relaxing) + .literal.create_secure_context + 0x00000000400d293c 0x4 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x54 (size before relaxing) + .literal.httpd_ssl_start + 0x00000000400d2940 0x1c esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x44 (size before relaxing) + .literal.httpd_ssl_stop + 0x00000000400d295c 0x0 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x4 (size before relaxing) + .literal.esp_vfs_fat_spiflash_mount + 0x00000000400d295c 0x24 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + 0xa0 (size before relaxing) + .literal.ff_diskio_get_drive + 0x00000000400d2980 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .literal.ff_diskio_register + 0x00000000400d2984 0x10 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x28 (size before relaxing) + .literal.ff_disk_initialize + 0x00000000400d2994 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x4 (size before relaxing) + .literal.ff_disk_status + 0x00000000400d2994 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x4 (size before relaxing) + .literal.ff_disk_read + 0x00000000400d2994 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x4 (size before relaxing) + .literal.ff_disk_write + 0x00000000400d2994 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x4 (size before relaxing) + .literal.ff_disk_ioctl + 0x00000000400d2994 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x4 (size before relaxing) + .literal.get_fattime + 0x00000000400d2994 0x8 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .literal.ff_wl_read + 0x00000000400d299c 0x18 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x30 (size before relaxing) + .literal.ff_wl_write + 0x00000000400d29b4 0xc esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x48 (size before relaxing) + .literal.ff_wl_ioctl + 0x00000000400d29c0 0x4 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x20 (size before relaxing) + .literal.ff_diskio_register_wl_partition + 0x00000000400d29c4 0x4 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0xc (size before relaxing) + .literal.ld_clust + 0x00000000400d29c8 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x8 (size before relaxing) + .literal.st_clust + 0x00000000400d29cc 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x8 (size before relaxing) + .literal.get_fileinfo + 0x00000000400d29d0 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0xc (size before relaxing) + .literal.create_name + 0x00000000400d29d4 0x18 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.lock_fs + 0x00000000400d29ec 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x4 (size before relaxing) + .literal.sync_window + 0x00000000400d29ec 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x8 (size before relaxing) + .literal.move_window + 0x00000000400d29ec 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x8 (size before relaxing) + .literal.check_fs + 0x00000000400d29ec 0x10 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x1c (size before relaxing) + .literal.find_volume + 0x00000000400d29fc 0x24 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x88 (size before relaxing) + .literal.put_fat + 0x00000000400d2a20 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x28 (size before relaxing) + .literal.get_fat + 0x00000000400d2a2c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x1c (size before relaxing) + .literal.dir_sdi + 0x00000000400d2a2c 0x8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0xc (size before relaxing) + .literal.create_chain + 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x14 (size before relaxing) + .literal.remove_chain + 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0xc (size before relaxing) + .literal.dir_remove + 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x4 (size before relaxing) + .literal.dir_clear + 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x14 (size before relaxing) + .literal.dir_next + 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x14 (size before relaxing) + .literal.dir_find + 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x10 (size before relaxing) + .literal.follow_path + 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x10 (size before relaxing) + .literal.dir_alloc + 0x00000000400d2a34 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0xc (size before relaxing) + .literal.dir_register + 0x00000000400d2a34 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x10 (size before relaxing) + .literal.dir_read + 0x00000000400d2a38 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x8 (size before relaxing) + .literal.sync_fs + 0x00000000400d2a38 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x34 (size before relaxing) + .literal.unlock_fs + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x4 (size before relaxing) + .literal.validate + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0xc (size before relaxing) + .literal.f_mount + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x18 (size before relaxing) + .literal.f_open + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x48 (size before relaxing) + .literal.f_read + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x44 (size before relaxing) + .literal.f_write + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x48 (size before relaxing) + .literal.f_sync + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x2c (size before relaxing) + .literal.f_close + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0xc (size before relaxing) + .literal.f_lseek + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x40 (size before relaxing) + .literal.f_opendir + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x14 (size before relaxing) + .literal.f_closedir + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x8 (size before relaxing) + .literal.f_readdir + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x18 (size before relaxing) + .literal.f_stat + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x10 (size before relaxing) + .literal.f_truncate + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x24 (size before relaxing) + .literal.f_unlink + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x24 (size before relaxing) + .literal.f_mkdir + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x40 (size before relaxing) + .literal.f_rename + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x3c (size before relaxing) + .literal.f_utime + 0x00000000400d2a3c 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x14 (size before relaxing) + .literal.f_mkfs + 0x00000000400d2a3c 0x24 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x140 (size before relaxing) + .literal.ff_memalloc + 0x00000000400d2a60 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x4 (size before relaxing) + .literal.ff_cre_syncobj + 0x00000000400d2a60 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x4 (size before relaxing) + .literal.ff_del_syncobj + 0x00000000400d2a60 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x4 (size before relaxing) + .literal.ff_req_grant + 0x00000000400d2a60 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x4 (size before relaxing) + .literal.ff_rel_grant + 0x00000000400d2a60 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x4 (size before relaxing) + .literal.find_unused_context_index + 0x00000000400d2a60 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.get_next_fd + 0x00000000400d2a64 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.fat_mode_conv + 0x00000000400d2a68 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_fstat + 0x00000000400d2a6c 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.file_cleanup + 0x00000000400d2a74 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0xc (size before relaxing) + .literal.prepend_drive_to_path + 0x00000000400d2a7c 0xc esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x14 (size before relaxing) + .literal.fresult_to_errno + 0x00000000400d2a88 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x14 (size before relaxing) + .literal.vfs_fat_utime + 0x00000000400d2a98 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x28 (size before relaxing) + .literal.vfs_fat_telldir + 0x00000000400d2a98 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x10 (size before relaxing) + .literal.vfs_fat_lseek + 0x00000000400d2aa0 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x1c (size before relaxing) + .literal.vfs_fat_close + 0x00000000400d2aa4 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x1c (size before relaxing) + .literal.vfs_fat_truncate + 0x00000000400d2aa4 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x74 (size before relaxing) + .literal.vfs_fat_open + 0x00000000400d2aac 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x44 (size before relaxing) + .literal.vfs_fat_access + 0x00000000400d2ab0 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x18 (size before relaxing) + .literal.vfs_fat_fsync + 0x00000000400d2ab0 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x18 (size before relaxing) + .literal.vfs_fat_rmdir + 0x00000000400d2ab0 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x18 (size before relaxing) + .literal.vfs_fat_unlink + 0x00000000400d2ab0 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x18 (size before relaxing) + .literal.vfs_fat_mkdir + 0x00000000400d2ab0 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x18 (size before relaxing) + .literal.vfs_fat_closedir + 0x00000000400d2ab0 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x20 (size before relaxing) + .literal.vfs_fat_seekdir + 0x00000000400d2ab4 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x28 (size before relaxing) + .literal.vfs_fat_readdir_r + 0x00000000400d2ab8 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x1c (size before relaxing) + .literal.vfs_fat_readdir + 0x00000000400d2abc 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x8 (size before relaxing) + .literal.vfs_fat_opendir + 0x00000000400d2abc 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x2c (size before relaxing) + .literal.vfs_fat_rename + 0x00000000400d2abc 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x18 (size before relaxing) + .literal.vfs_fat_pread + 0x00000000400d2abc 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x34 (size before relaxing) + .literal.vfs_fat_read + 0x00000000400d2abc 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x10 (size before relaxing) + .literal.vfs_fat_link + 0x00000000400d2abc 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x68 (size before relaxing) + .literal.vfs_fat_pwrite + 0x00000000400d2abc 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x34 (size before relaxing) + .literal.vfs_fat_write + 0x00000000400d2abc 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x20 (size before relaxing) + .literal.find_context_index_by_path + 0x00000000400d2abc 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x8 (size before relaxing) + .literal.vfs_fat_stat + 0x00000000400d2abc 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x34 (size before relaxing) + .literal.esp_vfs_fat_register + 0x00000000400d2acc 0x64 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0xa0 (size before relaxing) + .literal.esp_vfs_fat_unregister_path + 0x00000000400d2b30 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x18 (size before relaxing) + .literal._ZL12check_handleiPKc + 0x00000000400d2b34 0x14 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x2c (size before relaxing) + .literal.wl_mount + 0x00000000400d2b48 0x20 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x78 (size before relaxing) + .literal.wl_erase_range + 0x00000000400d2b68 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x14 (size before relaxing) + .literal.wl_write + 0x00000000400d2b6c 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x14 (size before relaxing) + .literal.wl_read + 0x00000000400d2b70 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x14 (size before relaxing) + .literal.wl_size + 0x00000000400d2b74 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x14 (size before relaxing) + .literal.wl_sector_size + 0x00000000400d2b78 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN9Partition12erase_sectorEj + 0x00000000400d2b7c 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN9Partition11sector_sizeEv + 0x00000000400d2b7c 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN9Partition11erase_rangeEjj + 0x00000000400d2b7c 0x8 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN9Partition5writeEjPKvj + 0x00000000400d2b84 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN9Partition4readEjPvj + 0x00000000400d2b84 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN9PartitionD0Ev + 0x00000000400d2b84 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN9PartitionC2EPK15esp_partition_t + 0x00000000400d2b84 0x4 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .literal._ZN8WL_FlashD2Ev + 0x00000000400d2b88 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN8WL_FlashD0Ev + 0x00000000400d2b88 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN8WL_Flash11erase_rangeEjj + 0x00000000400d2b88 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN8WL_Flash6configEP11WL_Config_sP12Flash_Access + 0x00000000400d2b94 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x30 (size before relaxing) + .literal._ZN8WL_FlashC2Ev + 0x00000000400d2b9c 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash12initSectionsEv + 0x00000000400d2ba0 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x48 (size before relaxing) + .literal._ZN8WL_Flash10fillOkBuffEi + 0x00000000400d2ba4 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN8WL_Flash11updateV1_V2Ev + 0x00000000400d2ba4 0x10 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x94 (size before relaxing) + .literal._ZN8WL_Flash13updateVersionEv + 0x00000000400d2bb4 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN8WL_Flash9OkBuffSetEi + 0x00000000400d2bb4 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN8WL_Flash10recoverPosEv + 0x00000000400d2bb4 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x18 (size before relaxing) + .literal._ZN8WL_Flash4initEv + 0x00000000400d2bb8 0x10 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x100 (size before relaxing) + .literal._ZN8WL_Flash8updateWLEv + 0x00000000400d2bc8 0x20 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x84 (size before relaxing) + .literal._ZN8WL_Flash5flushEv + 0x00000000400d2be8 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN8WL_Flash12erase_sectorEj + 0x00000000400d2be8 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x24 (size before relaxing) + .literal._ZN8WL_Flash5writeEjPKvj + 0x00000000400d2bf0 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x24 (size before relaxing) + .literal._ZN8WL_Flash4readEjPvj + 0x00000000400d2bf4 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x24 (size before relaxing) + .literal._ZN5crc328crc32_leEjPKhj + 0x00000000400d2bf8 0x0 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + 0x4 (size before relaxing) + .literal.esp_spiffs_get_empty + 0x00000000400d2bf8 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .literal.spiffs_res_to_errno + 0x00000000400d2bfc 0x2c esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .literal.spiffs_mode_conv + 0x00000000400d2c28 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x4 (size before relaxing) + .literal.esp_spiffs_by_label + 0x00000000400d2c28 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x8 (size before relaxing) + .literal.vfs_spiffs_telldir + 0x00000000400d2c2c 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x10 (size before relaxing) + .literal.esp_spiffs_free + 0x00000000400d2c38 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x1c (size before relaxing) + .literal.esp_spiffs_init + 0x00000000400d2c38 0x50 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x130 (size before relaxing) + .literal.vfs_spiffs_rmdir + 0x00000000400d2c88 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x4 (size before relaxing) + .literal.vfs_spiffs_mkdir + 0x00000000400d2c88 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x4 (size before relaxing) + .literal.vfs_spiffs_link + 0x00000000400d2c88 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x4 (size before relaxing) + .literal.vfs_spiffs_update_mtime_value + 0x00000000400d2c88 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.vfs_spiffs_utime + 0x00000000400d2c8c 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x28 (size before relaxing) + .literal.vfs_spiffs_closedir + 0x00000000400d2c94 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x28 (size before relaxing) + .literal.vfs_spiffs_seekdir + 0x00000000400d2c98 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x44 (size before relaxing) + .literal.vfs_spiffs_readdir_r + 0x00000000400d2ca4 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x3c (size before relaxing) + .literal.vfs_spiffs_readdir + 0x00000000400d2cac 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x18 (size before relaxing) + .literal.vfs_spiffs_opendir + 0x00000000400d2cb0 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x34 (size before relaxing) + .literal.vfs_spiffs_rename + 0x00000000400d2cbc 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x2c (size before relaxing) + .literal.vfs_spiffs_unlink + 0x00000000400d2cc8 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x24 (size before relaxing) + .literal.vfs_spiffs_stat + 0x00000000400d2ccc 0x14 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x38 (size before relaxing) + .literal.vfs_spiffs_fstat + 0x00000000400d2ce0 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x2c (size before relaxing) + .literal.vfs_spiffs_close + 0x00000000400d2ce4 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.vfs_spiffs_update_mtime + 0x00000000400d2ce4 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x18 (size before relaxing) + .literal.vfs_spiffs_open + 0x00000000400d2ce4 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x2c (size before relaxing) + .literal.vfs_spiffs_read + 0x00000000400d2ce8 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.vfs_spiffs_lseek + 0x00000000400d2ce8 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.vfs_spiffs_write + 0x00000000400d2ce8 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.esp_spiffs_info + 0x00000000400d2ce8 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_spiffs_register + 0x00000000400d2ce8 0x58 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x78 (size before relaxing) + .literal.spiffs_api_lock + 0x00000000400d2d40 0x0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x4 (size before relaxing) + .literal.spiffs_api_unlock + 0x00000000400d2d40 0x0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x4 (size before relaxing) + .literal.spiffs_api_read + 0x00000000400d2d40 0x8 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_api_write + 0x00000000400d2d48 0x4 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_api_erase + 0x00000000400d2d4c 0x4 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_api_check + 0x00000000400d2d50 0xc esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x18 (size before relaxing) + .literal.spiffs_hydro_write + 0x00000000400d2d5c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_fflush_cache + 0x00000000400d2d5c 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_hydro_read + 0x00000000400d2d60 0x10 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x48 (size before relaxing) + .literal.spiffs_stat_pix + 0x00000000400d2d70 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xc (size before relaxing) + .literal.spiffs_read_dir_v + 0x00000000400d2d74 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x10 (size before relaxing) + .literal.SPIFFS_format + 0x00000000400d2d7c 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x20 (size before relaxing) + .literal.SPIFFS_mount + 0x00000000400d2d80 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x30 (size before relaxing) + .literal.SPIFFS_unmount + 0x00000000400d2d88 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x14 (size before relaxing) + .literal.SPIFFS_open + 0x00000000400d2d88 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x78 (size before relaxing) + .literal.SPIFFS_read + 0x00000000400d2d88 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x8 (size before relaxing) + .literal.SPIFFS_write + 0x00000000400d2d88 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x60 (size before relaxing) + .literal.SPIFFS_lseek + 0x00000000400d2d8c 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x3c (size before relaxing) + .literal.SPIFFS_remove + 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x48 (size before relaxing) + .literal.SPIFFS_stat + 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x28 (size before relaxing) + .literal.SPIFFS_fstat + 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x24 (size before relaxing) + .literal.SPIFFS_close + 0x00000000400d2d94 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x24 (size before relaxing) + .literal.SPIFFS_rename + 0x00000000400d2d94 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x5c (size before relaxing) + .literal.SPIFFS_update_meta + 0x00000000400d2d98 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x3c (size before relaxing) + .literal.SPIFFS_fupdate_meta + 0x00000000400d2d98 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x2c (size before relaxing) + .literal.SPIFFS_opendir + 0x00000000400d2d98 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xc (size before relaxing) + .literal.SPIFFS_readdir + 0x00000000400d2d98 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x14 (size before relaxing) + .literal.SPIFFS_closedir + 0x00000000400d2d9c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xc (size before relaxing) + .literal.SPIFFS_info + 0x00000000400d2d9c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_obj_lu_scan_v + 0x00000000400d2d9c 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_update_ix_map + 0x00000000400d2da0 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x4 (size before relaxing) + .literal.spiffs_hash + 0x00000000400d2da0 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .literal.spiffs_obj_lu_find_id_and_span_v + 0x00000000400d2da4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_page_data_check + 0x00000000400d2da4 0x1c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x28 (size before relaxing) + .literal.spiffs_page_index_check + 0x00000000400d2dc0 0x14 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x28 (size before relaxing) + .literal.spiffs_object_find_object_index_header_by_name_v + 0x00000000400d2dd4 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_obj_lu_find_free_obj_id_compact_v + 0x00000000400d2dd8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_obj_lu_find_free_obj_id_bitmap_v + 0x00000000400d2dd8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_phys_cpy + 0x00000000400d2dd8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_obj_lu_find_entry_visitor + 0x00000000400d2dd8 0xc esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_erase_block + 0x00000000400d2de4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0xc (size before relaxing) + .literal.spiffs_obj_lu_scan + 0x00000000400d2de4 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x28 (size before relaxing) + .literal.spiffs_obj_lu_find_id + 0x00000000400d2de8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0xc (size before relaxing) + .literal.spiffs_obj_lu_find_free + 0x00000000400d2de8 0x8 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_obj_lu_find_id_and_span + 0x00000000400d2df0 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_page_allocate_data + 0x00000000400d2df4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_page_delete + 0x00000000400d2df4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_page_move + 0x00000000400d2df4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x18 (size before relaxing) + .literal.spiffs_cb_object_event + 0x00000000400d2df4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0xc (size before relaxing) + .literal.spiffs_object_create + 0x00000000400d2df4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x20 (size before relaxing) + .literal.spiffs_object_update_index_hdr + 0x00000000400d2df4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x28 (size before relaxing) + .literal.spiffs_object_open_by_page + 0x00000000400d2df4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x1c (size before relaxing) + .literal.spiffs_object_append + 0x00000000400d2df4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x84 (size before relaxing) + .literal.spiffs_object_modify + 0x00000000400d2df4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x6c (size before relaxing) + .literal.spiffs_object_find_object_index_header_by_name + 0x00000000400d2df4 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_object_truncate + 0x00000000400d2df8 0x8 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8c (size before relaxing) + .literal.spiffs_object_read + 0x00000000400d2e00 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x30 (size before relaxing) + .literal.spiffs_obj_lu_find_free_obj_id + 0x00000000400d2e00 0xc esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x24 (size before relaxing) + .literal.spiffs_fd_find_new + 0x00000000400d2e0c 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0xc (size before relaxing) + .literal.spiffs_fd_return + 0x00000000400d2e10 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_fd_get + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_fd_temporal_cache_rehash + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_cache_page_remove_oldest + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x4 (size before relaxing) + .literal.spiffs_cache_drop_page + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_phys_rd + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_phys_wr + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0xc (size before relaxing) + .literal.spiffs_cache_page_allocate_by_fd + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_cache_fd_release + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x4 (size before relaxing) + .literal.spiffs_cache_init + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_gc_erase_block + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_gc_quick + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_gc_erase_page_stats + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_gc_find_candidate + 0x00000000400d2e14 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_gc_clean + 0x00000000400d2e14 0x4 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x68 (size before relaxing) + .literal.spiffs_gc_check + 0x00000000400d2e18 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x14 (size before relaxing) + .literal.select + 0x00000000400d2e18 0x0 esp-idf/newlib/libnewlib.a(select.c.obj) + 0x4 (size before relaxing) + .literal.s_get_num_reserved_regions + 0x00000000400d2e18 0x8 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .literal.s_prepare_reserved_regions + 0x00000000400d2e20 0x24 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x3c (size before relaxing) + .literal.soc_get_available_memory_region_max_count + 0x00000000400d2e44 0x4 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x8 (size before relaxing) + .literal.soc_get_available_memory_regions + 0x00000000400d2e48 0x4 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x14 (size before relaxing) + .literal.rtcio_hal_isolate + 0x00000000400d2e4c 0x1c esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + 0x38 (size before relaxing) + .literal.uart_hal_set_baudrate + 0x00000000400d2e68 0x18 esp-idf/soc/libsoc.a(uart_hal.c.obj) + .literal.uart_hal_get_baudrate + 0x00000000400d2e80 0x0 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0xc (size before relaxing) + .literal.uart_hal_set_hw_flow_ctrl + 0x00000000400d2e80 0xc esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x14 (size before relaxing) + .literal.uart_hal_set_rx_timeout + 0x00000000400d2e8c 0xc esp-idf/soc/libsoc.a(uart_hal.c.obj) + .literal.uart_hal_set_tx_idle_num + 0x00000000400d2e98 0x4 esp-idf/soc/libsoc.a(uart_hal.c.obj) + .literal.uart_hal_set_txfifo_empty_thr + 0x00000000400d2e9c 0x4 esp-idf/soc/libsoc.a(uart_hal.c.obj) + .literal.uart_hal_init + 0x00000000400d2ea0 0xc esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x20 (size before relaxing) .literal.mbedtls_clz - 0x00000000400d2e9c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2eac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_int_div_int - 0x00000000400d2e9c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2eac 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .literal.mbedtls_mpi_zeroize - 0x00000000400d2ea8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2eb8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mpi_uint_bigendian_to_host - 0x00000000400d2ea8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2eb8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .literal.mpi_bigendian_to_host - 0x00000000400d2eac 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ebc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0xc (size before relaxing) .literal.mbedtls_mpi_free - 0x00000000400d2eb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x8 (size before relaxing) .literal.mbedtls_mpi_grow - 0x00000000400d2eb0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x14 (size before relaxing) .literal.mbedtls_mpi_shrink - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x18 (size before relaxing) .literal.mbedtls_mpi_copy - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x10 (size before relaxing) .literal.mbedtls_mpi_swap - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0xc (size before relaxing) .literal.mbedtls_mpi_safe_cond_assign - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_safe_cond_swap - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x8 (size before relaxing) .literal.mbedtls_mpi_lset - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x8 (size before relaxing) .literal.mbedtls_mpi_set_bit - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_bitlen - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_size - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_read_binary - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x18 (size before relaxing) .literal.mbedtls_mpi_write_binary - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_shift_l - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0xc (size before relaxing) .literal.mbedtls_mpi_shift_r - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x8 (size before relaxing) .literal.mbedtls_mpi_cmp_abs - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_cmp_mpi - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) + .literal.mbedtls_mpi_lt_mpi_ct + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) .literal.mbedtls_mpi_cmp_int - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_add_abs - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x10 (size before relaxing) .literal.mbedtls_mpi_sub_abs - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x1c (size before relaxing) .literal.mbedtls_mpi_add_mpi - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x10 (size before relaxing) .literal.mbedtls_mpi_sub_mpi - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x10 (size before relaxing) .literal.mbedtls_mpi_add_int - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_sub_int - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_mul_int - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_read_string - 0x00000000400d2eb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x30 (size before relaxing) .literal.mbedtls_mpi_div_mpi - 0x00000000400d2eb4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ec4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0xb8 (size before relaxing) .literal.mbedtls_mpi_div_int - 0x00000000400d2ebc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ecc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mbedtls_mpi_mod_mpi - 0x00000000400d2ebc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ecc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x18 (size before relaxing) .literal.mbedtls_mpi_mod_int - 0x00000000400d2ebc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ecc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4 (size before relaxing) .literal.mpi_write_hlp - 0x00000000400d2ebc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ecc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x10 (size before relaxing) .literal.mbedtls_mpi_write_string - 0x00000000400d2ec0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ed0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x1c (size before relaxing) .literal.mbedtls_mpi_write_file - 0x00000000400d2ec4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ed4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x2c (size before relaxing) .literal.mpi_check_small_factors - 0x00000000400d2ed4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ee4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0xc (size before relaxing) .literal.mbedtls_mpi_gcd - 0x00000000400d2ed8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ee8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x60 (size before relaxing) .literal.mbedtls_mpi_fill_random - 0x00000000400d2ed8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ee8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x14 (size before relaxing) .literal.mpi_miller_rabin - 0x00000000400d2ed8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ee8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x78 (size before relaxing) .literal.mbedtls_mpi_inv_mod - 0x00000000400d2ed8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ee8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0xd0 (size before relaxing) .literal.mbedtls_mpi_is_prime_ext - 0x00000000400d2ed8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ee8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x14 (size before relaxing) .literal.mbedtls_mpi_gen_prime - 0x00000000400d2ed8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000400d2ee8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x4c (size before relaxing) .literal.block_cipher_df - 0x00000000400d2ee0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x3c (size before relaxing) .literal.ctr_drbg_update_internal - 0x00000000400d2ee0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ctr_drbg_init - 0x00000000400d2ee0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ctr_drbg_free - 0x00000000400d2ee0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x8 (size before relaxing) .literal.mbedtls_ctr_drbg_reseed - 0x00000000400d2ee0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x14 (size before relaxing) - .literal.mbedtls_ctr_drbg_seed_entropy_len - 0x00000000400d2ee0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x10 (size before relaxing) .literal.mbedtls_ctr_drbg_seed - 0x00000000400d2ee0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x4 (size before relaxing) + 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x10 (size before relaxing) .literal.mbedtls_ctr_drbg_random_with_add - 0x00000000400d2ee0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x20 (size before relaxing) .literal.mbedtls_ctr_drbg_random - 0x00000000400d2ee0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x4 (size before relaxing) .literal.ecp_check_pubkey_mx - 0x00000000400d2ee0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2ef0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x8 (size before relaxing) .literal.ecp_modp - 0x00000000400d2ee4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2ef4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x20 (size before relaxing) .literal.ecp_randomize_mxz - 0x00000000400d2ee8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2ef8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x30 (size before relaxing) .literal.ecp_randomize_jac - 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x50 (size before relaxing) .literal.ecp_double_add_mxz - 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xf8 (size before relaxing) .literal.ecp_normalize_mxz - 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x14 (size before relaxing) .literal.ecp_normalize_jac - 0x00000000400d2ef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x40 (size before relaxing) .literal.ecp_double_jac - 0x00000000400d2ef0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f00 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x134 (size before relaxing) .literal.ecp_normalize_jac_many - 0x00000000400d2ef4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f04 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x84 (size before relaxing) .literal.ecp_safe_invert_jac - 0x00000000400d2ef8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x14 (size before relaxing) .literal.ecp_select_comb - 0x00000000400d2ef8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xc (size before relaxing) .literal.ecp_comb_recode_core - 0x00000000400d2ef8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f08 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x8 (size before relaxing) .literal.ecp_comb_recode_scalar - 0x00000000400d2efc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x2c (size before relaxing) .literal.ecp_check_pubkey_sw - 0x00000000400d2efc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x68 (size before relaxing) .literal.mbedtls_ecp_curve_list - 0x00000000400d2efc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f0c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) .literal.mbedtls_ecp_grp_id_list - 0x00000000400d2f00 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f10 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xc (size before relaxing) .literal.mbedtls_ecp_curve_info_from_grp_id - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecp_curve_info_from_tls_id - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecp_curve_info_from_name - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x8 (size before relaxing) .literal.mbedtls_ecp_point_init - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xc (size before relaxing) .literal.mbedtls_ecp_group_init - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x14 (size before relaxing) .literal.mbedtls_ecp_keypair_init - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xc (size before relaxing) .literal.mbedtls_ecp_point_free - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xc (size before relaxing) .literal.mbedtls_ecp_group_free - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x20 (size before relaxing) .literal.mbedtls_ecp_keypair_free - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xc (size before relaxing) .literal.mbedtls_ecp_copy - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xc (size before relaxing) .literal.ecp_mul_mxz - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x50 (size before relaxing) .literal.mbedtls_ecp_group_copy - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecp_set_zero - 0x00000000400d2f08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xc (size before relaxing) .literal.ecp_add_mixed - 0x00000000400d2f08 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f18 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x120 (size before relaxing) .literal.ecp_precompute_comb - 0x00000000400d2f0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x18 (size before relaxing) .literal.ecp_mul_comb_core - 0x00000000400d2f0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x20 (size before relaxing) .literal.ecp_mul_comb_after_precomp - 0x00000000400d2f0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x10 (size before relaxing) .literal.ecp_mul_comb - 0x00000000400d2f0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x2c (size before relaxing) .literal.mbedtls_ecp_is_zero - 0x00000000400d2f0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecp_point_cmp - 0x00000000400d2f0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f1c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ecp_point_write_binary - 0x00000000400d2f0c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f20 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x1c (size before relaxing) .literal.mbedtls_ecp_point_read_binary - 0x00000000400d2f10 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f24 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x1c (size before relaxing) .literal.mbedtls_ecp_tls_read_point - 0x00000000400d2f14 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f28 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x8 (size before relaxing) .literal.mbedtls_ecp_tls_write_point - 0x00000000400d2f14 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f28 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x8 (size before relaxing) .literal.mbedtls_ecp_tls_read_group_id - 0x00000000400d2f14 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f28 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xc (size before relaxing) .literal.mbedtls_ecp_tls_write_group - 0x00000000400d2f14 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f28 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xc (size before relaxing) .literal.mbedtls_ecp_check_pubkey - 0x00000000400d2f14 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f28 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x14 (size before relaxing) .literal.mbedtls_ecp_check_privkey - 0x00000000400d2f14 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x20 (size before relaxing) .literal.mbedtls_ecp_mul_restartable - 0x00000000400d2f14 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x14 (size before relaxing) .literal.mbedtls_ecp_mul - 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecp_mul_shortcuts - 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x1c (size before relaxing) .literal.mbedtls_ecp_muladd_restartable - 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x1c (size before relaxing) .literal.mbedtls_ecp_muladd - 0x00000000400d2f18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecp_gen_privkey - 0x00000000400d2f18 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f2c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x38 (size before relaxing) .literal.mbedtls_ecp_gen_keypair_base - 0x00000000400d2f1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f30 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x8 (size before relaxing) .literal.mbedtls_ecp_gen_keypair - 0x00000000400d2f1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f30 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecp_gen_key - 0x00000000400d2f1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000400d2f30 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x8 (size before relaxing) - .literal.mbedtls_ecp_check_pub_priv - 0x00000000400d2f1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x34 (size before relaxing) - .literal.ecp_mod_p255 - 0x00000000400d2f1c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0x18 (size before relaxing) - .literal.ecp_mod_p521 - 0x00000000400d2f20 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0xc (size before relaxing) - .literal.ecp_mod_p192 - 0x00000000400d2f20 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0x4 (size before relaxing) .text.esp_ota_get_app_description - 0x00000000400d2f20 0x8 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - 0x00000000400d2f20 esp_ota_get_app_description + 0x00000000400d2f30 0x8 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0x00000000400d2f30 esp_ota_get_app_description .text.esp_pthread_cfg_key_destructor - 0x00000000400d2f28 0xa esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x00000000400d2f38 0xa esp-idf/pthread/libpthread.a(pthread.c.obj) 0xe (size before relaxing) - *fill* 0x00000000400d2f32 0x2 + *fill* 0x00000000400d2f42 0x2 .text.esp_pthread_init - 0x00000000400d2f34 0x36 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x00000000400d2f44 0x36 esp-idf/pthread/libpthread.a(pthread.c.obj) 0x3e (size before relaxing) - 0x00000000400d2f34 esp_pthread_init - *fill* 0x00000000400d2f6a 0x2 + 0x00000000400d2f44 esp_pthread_init + *fill* 0x00000000400d2f7a 0x2 .text.pthread_cancel - 0x00000000400d2f6c 0x1e esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x00000000400d2f7c 0x1e esp-idf/pthread/libpthread.a(pthread.c.obj) 0x22 (size before relaxing) - 0x00000000400d2f6c pthread_cancel - *fill* 0x00000000400d2f8a 0x2 + 0x00000000400d2f7c pthread_cancel + *fill* 0x00000000400d2f9a 0x2 .text.pthread_mutex_init - 0x00000000400d2f8c 0x68 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x00000000400d2f9c 0x68 esp-idf/pthread/libpthread.a(pthread.c.obj) 0x70 (size before relaxing) - 0x00000000400d2f8c pthread_mutex_init + 0x00000000400d2f9c pthread_mutex_init .text.pthread_mutex_init_if_static - 0x00000000400d2ff4 0x30 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x00000000400d3004 0x30 esp-idf/pthread/libpthread.a(pthread.c.obj) 0x38 (size before relaxing) .text.find_key - 0x00000000400d3024 0x28 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x00000000400d3034 0x28 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) 0x2b (size before relaxing) - *fill* 0x00000000400d304c 0x0 + *fill* 0x00000000400d305c 0x0 .text.pthread_local_storage_thread_deleted_callback - 0x00000000400d304c 0x46 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x00000000400d305c 0x46 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) 0x4a (size before relaxing) - *fill* 0x00000000400d3092 0x2 + *fill* 0x00000000400d30a2 0x2 .text.pthread_key_create - 0x00000000400d3094 0x48 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x00000000400d30a4 0x48 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) 0x4c (size before relaxing) - 0x00000000400d3094 pthread_key_create + 0x00000000400d30a4 pthread_key_create .text.pthread_key_delete - 0x00000000400d30dc 0x3a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x00000000400d30ec 0x3a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) 0x45 (size before relaxing) - 0x00000000400d30dc pthread_key_delete - *fill* 0x00000000400d3116 0x2 + 0x00000000400d30ec pthread_key_delete + *fill* 0x00000000400d3126 0x2 .text.pthread_getspecific - 0x00000000400d3118 0x25 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x00000000400d3128 0x25 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) 0x29 (size before relaxing) - 0x00000000400d3118 pthread_getspecific - *fill* 0x00000000400d313d 0x3 + 0x00000000400d3128 pthread_getspecific + *fill* 0x00000000400d314d 0x3 .text.pthread_setspecific - 0x00000000400d3140 0x95 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x00000000400d3150 0x95 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) 0xa5 (size before relaxing) - 0x00000000400d3140 pthread_setspecific - *fill* 0x00000000400d31d5 0x3 - .text.cpu_configure_region_protection - 0x00000000400d31d8 0x42 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - *fill* 0x00000000400d321a 0x2 + 0x00000000400d3150 pthread_setspecific + *fill* 0x00000000400d31e5 0x3 + .text.esp_cache_err_int_init + 0x00000000400d31e8 0x56 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + 0x5e (size before relaxing) + 0x00000000400d31e8 esp_cache_err_int_init + *fill* 0x00000000400d323e 0x2 + .text.select_rtc_slow_clk + 0x00000000400d3240 0x67 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x7b (size before relaxing) + *fill* 0x00000000400d32a7 0x1 + .text.esp_clk_init + 0x00000000400d32a8 0xa9 esp-idf/esp32/libesp32.a(clk.c.obj) + 0xd9 (size before relaxing) + 0x00000000400d32a8 esp_clk_init + *fill* 0x00000000400d3351 0x3 + .text.esp_perip_clk_init + 0x00000000400d3354 0xde esp-idf/esp32/libesp32.a(clk.c.obj) + 0x10a (size before relaxing) + 0x00000000400d3354 esp_perip_clk_init + *fill* 0x00000000400d3432 0x2 .text.do_global_ctors - 0x00000000400d321c 0x19 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - *fill* 0x00000000400d3235 0x3 + 0x00000000400d3434 0x19 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + *fill* 0x00000000400d344d 0x3 .text.main_task - 0x00000000400d3238 0x6c esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x00000000400d3450 0x6c esp-idf/esp32/libesp32.a(cpu_start.c.obj) 0x90 (size before relaxing) .text.intr_matrix_clear - 0x00000000400d32a4 0x29 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - *fill* 0x00000000400d32cd 0x3 + 0x00000000400d34bc 0x29 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + *fill* 0x00000000400d34e5 0x3 .text.wdt_reset_cpu1_info_enable - 0x00000000400d32d0 0x29 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x00000000400d34e8 0x29 esp-idf/esp32/libesp32.a(cpu_start.c.obj) 0x2d (size before relaxing) - *fill* 0x00000000400d32f9 0x3 + *fill* 0x00000000400d3511 0x3 .text.esp_crosscore_int_init - 0x00000000400d32fc 0x6e esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x00000000400d3514 0x6e esp-idf/esp32/libesp32.a(crosscore_int.c.obj) 0x76 (size before relaxing) - 0x00000000400d32fc esp_crosscore_int_init - *fill* 0x00000000400d336a 0x2 + 0x00000000400d3514 esp_crosscore_int_init + *fill* 0x00000000400d3582 0x2 .text.dport_access_init_core - 0x00000000400d336c 0x62 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x00000000400d3584 0x62 esp-idf/esp32/libesp32.a(dport_access.c.obj) 0x6a (size before relaxing) - *fill* 0x00000000400d33ce 0x2 + *fill* 0x00000000400d35e6 0x2 .text.esp_dport_access_int_init - 0x00000000400d33d0 0x37 esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x00000000400d33d0 esp_dport_access_int_init - *fill* 0x00000000400d3407 0x1 + 0x00000000400d35e8 0x37 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x00000000400d35e8 esp_dport_access_int_init + *fill* 0x00000000400d361f 0x1 .text.esp_int_wdt_init - 0x00000000400d3408 0xee esp-idf/esp32/libesp32.a(int_wdt.c.obj) + 0x00000000400d3620 0xee esp-idf/esp32/libesp32.a(int_wdt.c.obj) 0xf2 (size before relaxing) - 0x00000000400d3408 esp_int_wdt_init - *fill* 0x00000000400d34f6 0x2 + 0x00000000400d3620 esp_int_wdt_init + *fill* 0x00000000400d370e 0x2 .text.esp_int_wdt_cpu_init - 0x00000000400d34f8 0x2f esp-idf/esp32/libesp32.a(int_wdt.c.obj) + 0x00000000400d3710 0x2f esp-idf/esp32/libesp32.a(int_wdt.c.obj) 0x37 (size before relaxing) - 0x00000000400d34f8 esp_int_wdt_cpu_init - *fill* 0x00000000400d3527 0x1 + 0x00000000400d3710 esp_int_wdt_cpu_init + *fill* 0x00000000400d373f 0x1 .text.insert_vector_desc - 0x00000000400d3528 0x50 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x00000000400d3740 0x50 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .text.find_desc_for_int - 0x00000000400d3578 0x25 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - *fill* 0x00000000400d359d 0x3 + 0x00000000400d3790 0x25 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + *fill* 0x00000000400d37b5 0x3 .text.int_has_handler - 0x00000000400d35a0 0x23 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - *fill* 0x00000000400d35c3 0x1 + 0x00000000400d37b8 0x23 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + *fill* 0x00000000400d37db 0x1 .text.get_desc_for_int - 0x00000000400d35c4 0x6c esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x00000000400d37dc 0x6c esp-idf/esp32/libesp32.a(intr_alloc.c.obj) 0x74 (size before relaxing) .text.find_desc_for_source - 0x00000000400d3630 0x6c esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x00000000400d3848 0x6c esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .text.is_vect_desc_usable - 0x00000000400d369c 0xe0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x00000000400d38b4 0xe0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .text.get_available_int - 0x00000000400d377c 0x158 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x00000000400d3994 0x158 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) 0x164 (size before relaxing) .text.esp_intr_alloc_intrstatus - 0x00000000400d38d4 0x281 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x00000000400d3aec 0x281 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) 0x2a5 (size before relaxing) - 0x00000000400d38d4 esp_intr_alloc_intrstatus - *fill* 0x00000000400d3b55 0x3 + 0x00000000400d3aec esp_intr_alloc_intrstatus + *fill* 0x00000000400d3d6d 0x3 .text.esp_intr_alloc - 0x00000000400d3b58 0x18 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x00000000400d3d70 0x18 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) 0x1c (size before relaxing) - 0x00000000400d3b58 esp_intr_alloc + 0x00000000400d3d70 esp_intr_alloc .text.esp_intr_free - 0x00000000400d3b70 0xee esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x00000000400d3d88 0xee esp-idf/esp32/libesp32.a(intr_alloc.c.obj) 0xfe (size before relaxing) - 0x00000000400d3b70 esp_intr_free - *fill* 0x00000000400d3c5e 0x2 + 0x00000000400d3d88 esp_intr_free + *fill* 0x00000000400d3e76 0x2 .text.esp_intr_free_cb - 0x00000000400d3c60 0xa esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x00000000400d3e78 0xa esp-idf/esp32/libesp32.a(intr_alloc.c.obj) 0xe (size before relaxing) - *fill* 0x00000000400d3c6a 0x2 + *fill* 0x00000000400d3e82 0x2 .text.esp_chip_info - 0x00000000400d3c6c 0x7b esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + 0x00000000400d3e84 0x7b esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) 0x7f (size before relaxing) - 0x00000000400d3c6c esp_chip_info - *fill* 0x00000000400d3ce7 0x1 + 0x00000000400d3e84 esp_chip_info + *fill* 0x00000000400d3eff 0x1 .text.find_task_in_twdt_list - 0x00000000400d3ce8 0x2f esp-idf/esp32/libesp32.a(task_wdt.c.obj) - *fill* 0x00000000400d3d17 0x1 + 0x00000000400d3f00 0x2f esp-idf/esp32/libesp32.a(task_wdt.c.obj) + *fill* 0x00000000400d3f2f 0x1 .text.reset_hw_timer - 0x00000000400d3d18 0x35 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - *fill* 0x00000000400d3d4d 0x3 + 0x00000000400d3f30 0x35 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + *fill* 0x00000000400d3f65 0x3 .text.task_wdt_isr - 0x00000000400d3d50 0x12e esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x00000000400d3f68 0x12e esp-idf/esp32/libesp32.a(task_wdt.c.obj) 0x156 (size before relaxing) - *fill* 0x00000000400d3e7e 0x2 + *fill* 0x00000000400d4096 0x2 .text.esp_task_wdt_init - 0x00000000400d3e80 0x1c5 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x00000000400d4098 0x1c5 esp-idf/esp32/libesp32.a(task_wdt.c.obj) 0x1d5 (size before relaxing) - 0x00000000400d3e80 esp_task_wdt_init - *fill* 0x00000000400d4045 0x3 + 0x00000000400d4098 esp_task_wdt_init + *fill* 0x00000000400d425d 0x3 .text.esp_task_wdt_add - 0x00000000400d4048 0xb6 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x00000000400d4260 0xb6 esp-idf/esp32/libesp32.a(task_wdt.c.obj) 0xd5 (size before relaxing) - 0x00000000400d4048 esp_task_wdt_add - *fill* 0x00000000400d40fe 0x2 + 0x00000000400d4260 esp_task_wdt_add + *fill* 0x00000000400d4316 0x2 .text.esp_task_wdt_reset - 0x00000000400d4100 0x4f esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x00000000400d4318 0x4f esp-idf/esp32/libesp32.a(task_wdt.c.obj) 0x61 (size before relaxing) - 0x00000000400d4100 esp_task_wdt_reset - *fill* 0x00000000400d414f 0x1 + 0x00000000400d4318 esp_task_wdt_reset + *fill* 0x00000000400d4367 0x1 .text.idle_hook_cb - 0x00000000400d4150 0xa esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x00000000400d4368 0xa esp-idf/esp32/libesp32.a(task_wdt.c.obj) 0xd (size before relaxing) - *fill* 0x00000000400d415a 0x2 - .text.esp_cache_err_int_init - 0x00000000400d415c 0x56 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - 0x5e (size before relaxing) - 0x00000000400d415c esp_cache_err_int_init - *fill* 0x00000000400d41b2 0x2 - .text.select_rtc_slow_clk - 0x00000000400d41b4 0x67 esp-idf/esp32/libesp32.a(clk.c.obj) - 0x7b (size before relaxing) - *fill* 0x00000000400d421b 0x1 - .text.esp_clk_init - 0x00000000400d421c 0xa9 esp-idf/esp32/libesp32.a(clk.c.obj) - 0xd9 (size before relaxing) - 0x00000000400d421c esp_clk_init - *fill* 0x00000000400d42c5 0x3 - .text.esp_perip_clk_init - 0x00000000400d42c8 0xde esp-idf/esp32/libesp32.a(clk.c.obj) - 0x10a (size before relaxing) - 0x00000000400d42c8 esp_perip_clk_init - *fill* 0x00000000400d43a6 0x2 + *fill* 0x00000000400d4372 0x2 .text.rtc_brownout_isr_handler - 0x00000000400d43a8 0x29 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x00000000400d4374 0x29 esp-idf/esp_common/libesp_common.a(brownout.c.obj) 0x35 (size before relaxing) - *fill* 0x00000000400d43d1 0x3 + *fill* 0x00000000400d439d 0x3 .text.esp_brownout_init - 0x00000000400d43d4 0x37 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x00000000400d43a0 0x37 esp-idf/esp_common/libesp_common.a(brownout.c.obj) 0x43 (size before relaxing) - 0x00000000400d43d4 esp_brownout_init - *fill* 0x00000000400d440b 0x1 + 0x00000000400d43a0 esp_brownout_init + *fill* 0x00000000400d43d7 0x1 + .text.esp_error_check_failed_print + 0x00000000400d43d8 0x56 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000400d442e 0x2 + .text._esp_error_check_failed + 0x00000000400d4430 0x16 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + 0x1e (size before relaxing) + 0x00000000400d4430 _esp_error_check_failed + *fill* 0x00000000400d4446 0x2 .text.esp_err_to_name - 0x00000000400d440c 0x2d esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - 0x00000000400d440c esp_err_to_name - *fill* 0x00000000400d4439 0x3 + 0x00000000400d4448 0x2d esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x00000000400d4448 esp_err_to_name + *fill* 0x00000000400d4475 0x3 .text.esp_vApplicationIdleHook - 0x00000000400d443c 0x37 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - 0x00000000400d443c esp_vApplicationIdleHook - *fill* 0x00000000400d4473 0x1 + 0x00000000400d4478 0x37 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x00000000400d4478 esp_vApplicationIdleHook + *fill* 0x00000000400d44af 0x1 .text.esp_register_freertos_idle_hook_for_cpu - 0x00000000400d4474 0x59 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x00000000400d44b0 0x59 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) 0x5d (size before relaxing) - 0x00000000400d4474 esp_register_freertos_idle_hook_for_cpu - *fill* 0x00000000400d44cd 0x3 + 0x00000000400d44b0 esp_register_freertos_idle_hook_for_cpu + *fill* 0x00000000400d4509 0x3 .text.esp_register_freertos_tick_hook_for_cpu - 0x00000000400d44d0 0x5a esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - 0x00000000400d44d0 esp_register_freertos_tick_hook_for_cpu - *fill* 0x00000000400d452a 0x2 + 0x00000000400d450c 0x5a esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x00000000400d450c esp_register_freertos_tick_hook_for_cpu + *fill* 0x00000000400d4566 0x2 .text.esp_ipc_call_and_wait - 0x00000000400d452c 0xb5 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x00000000400d4568 0xb5 esp-idf/esp_common/libesp_common.a(ipc.c.obj) 0xd5 (size before relaxing) - *fill* 0x00000000400d45e1 0x3 + *fill* 0x00000000400d461d 0x3 .text.esp_ipc_init - 0x00000000400d45e4 0x7d esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x00000000400d4620 0x7d esp-idf/esp_common/libesp_common.a(ipc.c.obj) 0x89 (size before relaxing) - *fill* 0x00000000400d4661 0x3 + *fill* 0x00000000400d469d 0x3 .text.esp_ipc_call - 0x00000000400d4664 0x15 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - 0x00000000400d4664 esp_ipc_call - *fill* 0x00000000400d4679 0x3 + 0x00000000400d46a0 0x15 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x00000000400d46a0 esp_ipc_call + *fill* 0x00000000400d46b5 0x3 .text.esp_ipc_call_blocking - 0x00000000400d467c 0x15 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - 0x00000000400d467c esp_ipc_call_blocking - *fill* 0x00000000400d4691 0x3 + 0x00000000400d46b8 0x15 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x00000000400d46b8 esp_ipc_call_blocking + *fill* 0x00000000400d46cd 0x3 .text.timer_process_alarm - 0x00000000400d4694 0xba esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d46d0 0xba esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0xcd (size before relaxing) - *fill* 0x00000000400d474e 0x2 + *fill* 0x00000000400d478a 0x2 .text.timer_task - 0x00000000400d4750 0x31 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d478c 0x31 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0x34 (size before relaxing) - *fill* 0x00000000400d4781 0x3 + *fill* 0x00000000400d47bd 0x3 .text.esp_timer_create - 0x00000000400d4784 0x49 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d47c0 0x49 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0x4d (size before relaxing) - 0x00000000400d4784 esp_timer_create - *fill* 0x00000000400d47cd 0x3 + 0x00000000400d47c0 esp_timer_create + *fill* 0x00000000400d4809 0x3 .text.esp_timer_init - 0x00000000400d47d0 0x7a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d480c 0x7a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0x86 (size before relaxing) - 0x00000000400d47d0 esp_timer_init - *fill* 0x00000000400d484a 0x2 + 0x00000000400d480c esp_timer_init + *fill* 0x00000000400d4886 0x2 .text.esp_timer_delete - 0x00000000400d484c 0x41 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d4888 0x41 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) 0x51 (size before relaxing) - 0x00000000400d484c esp_timer_delete - *fill* 0x00000000400d488d 0x3 + 0x00000000400d4888 esp_timer_delete + *fill* 0x00000000400d48c9 0x3 .text.esp_timer_impl_lock - 0x00000000400d4890 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400d48cc 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) 0xe (size before relaxing) - 0x00000000400d4890 esp_timer_private_lock - 0x00000000400d4890 esp_timer_impl_lock - *fill* 0x00000000400d489b 0x1 + 0x00000000400d48cc esp_timer_private_lock + 0x00000000400d48cc esp_timer_impl_lock + *fill* 0x00000000400d48d7 0x1 .text.esp_timer_impl_unlock - 0x00000000400d489c 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400d48d8 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) 0xe (size before relaxing) - 0x00000000400d489c esp_timer_impl_unlock - 0x00000000400d489c esp_timer_private_unlock - *fill* 0x00000000400d48a7 0x1 + 0x00000000400d48d8 esp_timer_impl_unlock + 0x00000000400d48d8 esp_timer_private_unlock + *fill* 0x00000000400d48e3 0x1 .text.esp_timer_impl_advance - 0x00000000400d48a8 0x4a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400d48e4 0x4a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) 0x52 (size before relaxing) - 0x00000000400d48a8 esp_timer_impl_advance - 0x00000000400d48a8 esp_timer_private_advance - *fill* 0x00000000400d48f2 0x2 + 0x00000000400d48e4 esp_timer_impl_advance + 0x00000000400d48e4 esp_timer_private_advance + *fill* 0x00000000400d492e 0x2 .text.esp_timer_impl_init - 0x00000000400d48f4 0xf2 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400d4930 0xf2 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) 0x10a (size before relaxing) - 0x00000000400d48f4 esp_timer_impl_init - *fill* 0x00000000400d49e6 0x2 + 0x00000000400d4930 esp_timer_impl_init + *fill* 0x00000000400d4a22 0x2 .text.get_vfs_for_fd - 0x00000000400d49e8 0x3e esp-idf/vfs/libvfs.a(vfs.c.obj) - *fill* 0x00000000400d4a26 0x2 + 0x00000000400d4a24 0x3e esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000400d4a62 0x2 .text.call_end_selects - 0x00000000400d4a28 0x4f esp-idf/vfs/libvfs.a(vfs.c.obj) - *fill* 0x00000000400d4a77 0x1 + 0x00000000400d4a64 0x4f esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000400d4ab3 0x1 .text.set_global_fd_sets - 0x00000000400d4a78 0x114 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d4ab4 0x114 esp-idf/vfs/libvfs.a(vfs.c.obj) .text.esp_vfs_register_common - 0x00000000400d4b8c 0xf6 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d4bc8 0xf6 esp-idf/vfs/libvfs.a(vfs.c.obj) 0xfa (size before relaxing) - *fill* 0x00000000400d4c82 0x2 + *fill* 0x00000000400d4cbe 0x2 .text.get_vfs_for_path - 0x00000000400d4c84 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d4cc0 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) .text.translate_path - 0x00000000400d4cf4 0x3e esp-idf/vfs/libvfs.a(vfs.c.obj) - *fill* 0x00000000400d4d32 0x2 + 0x00000000400d4d30 0x3e esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000400d4d6e 0x2 .text.esp_vfs_register - 0x00000000400d4d34 0x1c esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d4d70 0x1c esp-idf/vfs/libvfs.a(vfs.c.obj) 0x20 (size before relaxing) - 0x00000000400d4d34 esp_vfs_register + 0x00000000400d4d70 esp_vfs_register .text.esp_vfs_register_fd_range - 0x00000000400d4d50 0x10a esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d4d8c 0x10a esp-idf/vfs/libvfs.a(vfs.c.obj) 0x112 (size before relaxing) - 0x00000000400d4d50 esp_vfs_register_fd_range - *fill* 0x00000000400d4e5a 0x2 + 0x00000000400d4d8c esp_vfs_register_fd_range + *fill* 0x00000000400d4e96 0x2 .text.esp_vfs_unregister - 0x00000000400d4e5c 0xa8 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d4e98 0xa8 esp-idf/vfs/libvfs.a(vfs.c.obj) 0xb0 (size before relaxing) - 0x00000000400d4e5c esp_vfs_unregister + 0x00000000400d4e98 esp_vfs_unregister .text.esp_vfs_open - 0x00000000400d4f04 0xd4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d4f40 0xd4 esp-idf/vfs/libvfs.a(vfs.c.obj) 0xd8 (size before relaxing) - 0x00000000400d4f04 esp_vfs_open - 0x00000000400d4f04 _open_r + 0x00000000400d4f40 esp_vfs_open + 0x00000000400d4f40 _open_r .text.esp_vfs_write - 0x00000000400d4fd8 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d5014 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x78 (size before relaxing) - 0x00000000400d4fd8 esp_vfs_write - 0x00000000400d4fd8 _write_r + 0x00000000400d5014 esp_vfs_write + 0x00000000400d5014 _write_r .text.esp_vfs_lseek - 0x00000000400d504c 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d5088 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x78 (size before relaxing) - 0x00000000400d504c _lseek_r - 0x00000000400d504c esp_vfs_lseek + 0x00000000400d5088 _lseek_r + 0x00000000400d5088 esp_vfs_lseek .text.esp_vfs_read - 0x00000000400d50c0 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d50fc 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x78 (size before relaxing) - 0x00000000400d50c0 esp_vfs_read - 0x00000000400d50c0 _read_r + 0x00000000400d50fc esp_vfs_read + 0x00000000400d50fc _read_r .text.esp_vfs_close - 0x00000000400d5134 0xa0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d5170 0xa0 esp-idf/vfs/libvfs.a(vfs.c.obj) 0xab (size before relaxing) - 0x00000000400d5134 _close_r - 0x00000000400d5134 esp_vfs_close - *fill* 0x00000000400d51d4 0x0 + 0x00000000400d5170 _close_r + 0x00000000400d5170 esp_vfs_close + *fill* 0x00000000400d5210 0x0 .text.esp_vfs_fstat - 0x00000000400d51d4 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d5210 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x74 (size before relaxing) - 0x00000000400d51d4 esp_vfs_fstat - 0x00000000400d51d4 _fstat_r + 0x00000000400d5210 esp_vfs_fstat + 0x00000000400d5210 _fstat_r .text.esp_vfs_stat - 0x00000000400d5244 0x47 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d5280 0x47 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x4b (size before relaxing) - 0x00000000400d5244 esp_vfs_stat - 0x00000000400d5244 _stat_r - *fill* 0x00000000400d528b 0x1 + 0x00000000400d5280 esp_vfs_stat + 0x00000000400d5280 _stat_r + *fill* 0x00000000400d52c7 0x1 .text.esp_vfs_link - 0x00000000400d528c 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d52c8 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x70 (size before relaxing) - 0x00000000400d528c _link_r - 0x00000000400d528c esp_vfs_link + 0x00000000400d52c8 _link_r + 0x00000000400d52c8 esp_vfs_link .text.esp_vfs_unlink - 0x00000000400d52f4 0x44 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d5330 0x44 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x48 (size before relaxing) - 0x00000000400d52f4 _unlink_r - 0x00000000400d52f4 esp_vfs_unlink + 0x00000000400d5330 _unlink_r + 0x00000000400d5330 esp_vfs_unlink .text.esp_vfs_rename - 0x00000000400d5338 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d5374 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x70 (size before relaxing) - 0x00000000400d5338 _rename_r - 0x00000000400d5338 esp_vfs_rename + 0x00000000400d5374 _rename_r + 0x00000000400d5374 esp_vfs_rename .text._fcntl_r - 0x00000000400d53a0 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d53dc 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x7a (size before relaxing) - 0x00000000400d53a0 _fcntl_r - *fill* 0x00000000400d5416 0x2 - .text.fsync 0x00000000400d5418 0x73 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d53dc _fcntl_r + *fill* 0x00000000400d5452 0x2 + .text.fsync 0x00000000400d5454 0x73 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x77 (size before relaxing) - 0x00000000400d5418 fsync - *fill* 0x00000000400d548b 0x1 + 0x00000000400d5454 fsync + *fill* 0x00000000400d54c7 0x1 .text.esp_vfs_select - 0x00000000400d548c 0x42a esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d54c8 0x42a esp-idf/vfs/libvfs.a(vfs.c.obj) 0x45a (size before relaxing) - 0x00000000400d548c esp_vfs_select - *fill* 0x00000000400d58b6 0x2 + 0x00000000400d54c8 esp_vfs_select + *fill* 0x00000000400d58f2 0x2 .text.esp_vfs_select_triggered - 0x00000000400d58b8 0x49 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d58f4 0x49 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x4d (size before relaxing) - 0x00000000400d58b8 esp_vfs_select_triggered - *fill* 0x00000000400d5901 0x3 + 0x00000000400d58f4 esp_vfs_select_triggered + *fill* 0x00000000400d593d 0x3 .text.esp_vfs_select_triggered_isr - 0x00000000400d5904 0x45 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d5940 0x45 esp-idf/vfs/libvfs.a(vfs.c.obj) 0x49 (size before relaxing) - 0x00000000400d5904 esp_vfs_select_triggered_isr - *fill* 0x00000000400d5949 0x3 + 0x00000000400d5940 esp_vfs_select_triggered_isr + *fill* 0x00000000400d5985 0x3 .text.uart_tx_char - 0x00000000400d594c 0x29 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x00000000400d5975 0x3 + 0x00000000400d5988 0x29 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d59b1 0x3 .text.uart_rx_char - 0x00000000400d5978 0x26 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x00000000400d599e 0x2 + 0x00000000400d59b4 0x26 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d59da 0x2 .text.uart_read_char - 0x00000000400d59a0 0x24 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d59dc 0x24 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .text.unregister_select - 0x00000000400d59c4 0x68 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d5a00 0x68 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x6c (size before relaxing) .text.uart_end_select - 0x00000000400d5a2c 0x34 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d5a68 0x34 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x48 (size before relaxing) .text.register_select - 0x00000000400d5a60 0x49 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d5a9c 0x49 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x4d (size before relaxing) - *fill* 0x00000000400d5aa9 0x3 + *fill* 0x00000000400d5ae5 0x3 .text.uart_start_select - 0x00000000400d5aac 0x179 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d5ae8 0x179 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x199 (size before relaxing) - *fill* 0x00000000400d5c25 0x3 + *fill* 0x00000000400d5c61 0x3 .text.select_notif_callback_isr - 0x00000000400d5c28 0xde esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d5c64 0xde esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0xe2 (size before relaxing) - *fill* 0x00000000400d5d06 0x2 + *fill* 0x00000000400d5d42 0x2 .text.uart_tcflush - 0x00000000400d5d08 0x41 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x00000000400d5d49 0x3 + 0x00000000400d5d44 0x41 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d5d85 0x3 .text.uart_tcdrain - 0x00000000400d5d4c 0x35 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x00000000400d5d81 0x3 + 0x00000000400d5d88 0x35 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d5dbd 0x3 .text.uart_tcgetattr - 0x00000000400d5d84 0x384 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d5dc0 0x384 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .text.uart_tcsetattr - 0x00000000400d6108 0x27d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x00000000400d6385 0x3 + 0x00000000400d6144 0x27d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d63c1 0x3 .text.uart_access - 0x00000000400d6388 0x5a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x00000000400d63e2 0x2 + 0x00000000400d63c4 0x5a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d641e 0x2 .text.uart_open - 0x00000000400d63e4 0x64 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d6420 0x64 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .text.uart_fcntl - 0x00000000400d6448 0x65 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x00000000400d64ad 0x3 + 0x00000000400d6484 0x65 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d64e9 0x3 .text.uart_fstat - 0x00000000400d64b0 0x21 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x00000000400d64d1 0x3 + 0x00000000400d64ec 0x21 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d650d 0x3 .text.uart_close - 0x00000000400d64d4 0x1c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d6510 0x1c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .text.uart_return_char - 0x00000000400d64f0 0x28 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d652c 0x28 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .text.uart_fsync - 0x00000000400d6518 0x82 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d6554 0x82 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x86 (size before relaxing) - *fill* 0x00000000400d659a 0x2 + *fill* 0x00000000400d65d6 0x2 .text.uart_read - 0x00000000400d659c 0xb2 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d65d8 0xb2 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0xbe (size before relaxing) - *fill* 0x00000000400d664e 0x2 + *fill* 0x00000000400d668a 0x2 .text.uart_write - 0x00000000400d6650 0x8c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d668c 0x8c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x90 (size before relaxing) .text.uart_rx_char_via_driver - 0x00000000400d66dc 0x32 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - *fill* 0x00000000400d670e 0x2 + 0x00000000400d6718 0x32 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d674a 0x2 .text.uart_tx_char_via_driver - 0x00000000400d6710 0x14 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d674c 0x14 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .text.esp_vfs_dev_uart_register - 0x00000000400d6724 0x7e esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d6760 0x7e esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x82 (size before relaxing) - 0x00000000400d6724 esp_vfs_dev_uart_register - *fill* 0x00000000400d67a2 0x2 + 0x00000000400d6760 esp_vfs_dev_uart_register + *fill* 0x00000000400d67de 0x2 .text.esp_vfs_dev_uart_set_rx_line_endings - 0x00000000400d67a4 0x1b esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - 0x00000000400d67a4 esp_vfs_dev_uart_set_rx_line_endings - *fill* 0x00000000400d67bf 0x1 + 0x00000000400d67e0 0x1b esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d67e0 esp_vfs_dev_uart_set_rx_line_endings + *fill* 0x00000000400d67fb 0x1 .text.esp_vfs_dev_uart_set_tx_line_endings - 0x00000000400d67c0 0x1b esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - 0x00000000400d67c0 esp_vfs_dev_uart_set_tx_line_endings - *fill* 0x00000000400d67db 0x1 + 0x00000000400d67fc 0x1b esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d67fc esp_vfs_dev_uart_set_tx_line_endings + *fill* 0x00000000400d6817 0x1 .text.esp_vfs_dev_uart_use_driver - 0x00000000400d67dc 0x34 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d6818 0x34 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) 0x40 (size before relaxing) - 0x00000000400d67dc esp_vfs_dev_uart_use_driver + 0x00000000400d6818 esp_vfs_dev_uart_use_driver .text.raise_r_stub - 0x00000000400d6810 0xf esp-idf/newlib/libnewlib.a(syscall_table.c.obj) - *fill* 0x00000000400d681f 0x1 + 0x00000000400d684c 0xf esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + *fill* 0x00000000400d685b 0x1 .text.esp_setup_syscall_table - 0x00000000400d6820 0x2b esp-idf/newlib/libnewlib.a(syscall_table.c.obj) - 0x00000000400d6820 esp_setup_syscall_table - *fill* 0x00000000400d684b 0x1 + 0x00000000400d685c 0x2b esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + 0x00000000400d685c esp_setup_syscall_table + *fill* 0x00000000400d6887 0x1 .text._raise_r - 0x00000000400d684c 0x6 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x00000000400d6888 0x6 esp-idf/newlib/libnewlib.a(syscalls.c.obj) 0x9 (size before relaxing) - 0x00000000400d684c _raise_r - *fill* 0x00000000400d6852 0x2 - .text._sbrk_r 0x00000000400d6854 0x6 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x9 (size before relaxing) - 0x00000000400d6854 _sbrk_r - *fill* 0x00000000400d685a 0x2 - .text.fcntl 0x00000000400d685c 0x32 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x36 (size before relaxing) - 0x00000000400d685c fcntl + 0x00000000400d6888 _raise_r *fill* 0x00000000400d688e 0x2 + .text._sbrk_r 0x00000000400d6890 0x6 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x9 (size before relaxing) + 0x00000000400d6890 _sbrk_r + *fill* 0x00000000400d6896 0x2 + .text.fcntl 0x00000000400d6898 0x32 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x36 (size before relaxing) + 0x00000000400d6898 fcntl + *fill* 0x00000000400d68ca 0x2 .text.get_boot_time - 0x00000000400d6890 0x23 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d68cc 0x23 esp-idf/newlib/libnewlib.a(time.c.obj) 0x27 (size before relaxing) - *fill* 0x00000000400d68b3 0x1 + *fill* 0x00000000400d68ef 0x1 .text.set_boot_time - 0x00000000400d68b4 0x24 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d68f0 0x24 esp-idf/newlib/libnewlib.a(time.c.obj) 0x28 (size before relaxing) .text.get_time_since_boot - 0x00000000400d68d8 0x1f esp-idf/newlib/libnewlib.a(time.c.obj) - *fill* 0x00000000400d68f7 0x1 + 0x00000000400d6914 0x1f esp-idf/newlib/libnewlib.a(time.c.obj) + *fill* 0x00000000400d6933 0x1 .text.adjust_boot_time - 0x00000000400d68f8 0x146 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d6934 0x146 esp-idf/newlib/libnewlib.a(time.c.obj) 0x14a (size before relaxing) - *fill* 0x00000000400d6a3e 0x2 + *fill* 0x00000000400d6a7a 0x2 .text.get_adjusted_boot_time - 0x00000000400d6a40 0x1e esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d6a7c 0x1e esp-idf/newlib/libnewlib.a(time.c.obj) 0x26 (size before relaxing) - *fill* 0x00000000400d6a5e 0x2 + *fill* 0x00000000400d6a9a 0x2 .text.adjtime_corr_stop - 0x00000000400d6a60 0x2d esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d6a9c 0x2d esp-idf/newlib/libnewlib.a(time.c.obj) 0x38 (size before relaxing) - *fill* 0x00000000400d6a8d 0x3 + *fill* 0x00000000400d6ac9 0x3 .text.esp_clk_slowclk_cal_set - 0x00000000400d6a90 0x6a esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d6acc 0x6a esp-idf/newlib/libnewlib.a(time.c.obj) 0x6e (size before relaxing) - 0x00000000400d6a90 esp_clk_slowclk_cal_set - *fill* 0x00000000400d6afa 0x2 + 0x00000000400d6acc esp_clk_slowclk_cal_set + *fill* 0x00000000400d6b36 0x2 .text.esp_clk_slowclk_cal_get - 0x00000000400d6afc 0xd esp-idf/newlib/libnewlib.a(time.c.obj) - 0x00000000400d6afc esp_clk_slowclk_cal_get - *fill* 0x00000000400d6b09 0x3 + 0x00000000400d6b38 0xd esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d6b38 esp_clk_slowclk_cal_get + *fill* 0x00000000400d6b45 0x3 .text.get_rtc_time_us - 0x00000000400d6b0c 0x43 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d6b48 0x43 esp-idf/newlib/libnewlib.a(time.c.obj) 0x47 (size before relaxing) - *fill* 0x00000000400d6b4f 0x1 + *fill* 0x00000000400d6b8b 0x1 .text.esp_set_time_from_rtc - 0x00000000400d6b50 0x27 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d6b8c 0x27 esp-idf/newlib/libnewlib.a(time.c.obj) 0x2f (size before relaxing) - 0x00000000400d6b50 esp_set_time_from_rtc - *fill* 0x00000000400d6b77 0x1 - .text.usleep 0x00000000400d6b78 0x2c esp-idf/newlib/libnewlib.a(time.c.obj) - 0x00000000400d6b78 usleep - .text.sleep 0x00000000400d6ba4 0x10 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d6b8c esp_set_time_from_rtc + *fill* 0x00000000400d6bb3 0x1 + .text.usleep 0x00000000400d6bb4 0x2c esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d6bb4 usleep + .text.sleep 0x00000000400d6be0 0x10 esp-idf/newlib/libnewlib.a(time.c.obj) 0x13 (size before relaxing) - 0x00000000400d6ba4 sleep - *fill* 0x00000000400d6bb4 0x0 + 0x00000000400d6be0 sleep + *fill* 0x00000000400d6bf0 0x0 .text.esp_sync_counters_rtc_and_frc - 0x00000000400d6bb4 0x58 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d6bf0 0x58 esp-idf/newlib/libnewlib.a(time.c.obj) 0x60 (size before relaxing) - 0x00000000400d6bb4 esp_sync_counters_rtc_and_frc + 0x00000000400d6bf0 esp_sync_counters_rtc_and_frc .text.__cxx_fatal_exception - 0x00000000400d6c0c 0x6 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x00000000400d6c48 0x6 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) 0x9 (size before relaxing) - 0x00000000400d6c0c __cxa_end_catch - 0x00000000400d6c0c __cxa_allocate_exception - 0x00000000400d6c0c __cxa_get_exception_ptr - 0x00000000400d6c0c __cxa_call_terminate - 0x00000000400d6c0c __cxa_free_dependent_exception - 0x00000000400d6c0c __cxx_fatal_exception - 0x00000000400d6c0c __cxa_begin_catch - 0x00000000400d6c0c __cxa_rethrow - 0x00000000400d6c0c __cxa_throw - 0x00000000400d6c0c __cxa_allocate_dependent_exception - 0x00000000400d6c0c __cxa_free_exception - *fill* 0x00000000400d6c12 0x2 + 0x00000000400d6c48 __cxa_end_catch + 0x00000000400d6c48 __cxa_allocate_exception + 0x00000000400d6c48 __cxa_get_exception_ptr + 0x00000000400d6c48 __cxa_call_terminate + 0x00000000400d6c48 __cxa_free_dependent_exception + 0x00000000400d6c48 __cxx_fatal_exception + 0x00000000400d6c48 __cxa_begin_catch + 0x00000000400d6c48 __cxa_rethrow + 0x00000000400d6c48 __cxa_throw + 0x00000000400d6c48 __cxa_allocate_dependent_exception + 0x00000000400d6c48 __cxa_free_exception + *fill* 0x00000000400d6c4e 0x2 .text.initialize_nvs - 0x00000000400d6c14 0x53 esp-idf/main/libmain.a(main.c.obj) + 0x00000000400d6c50 0x53 esp-idf/main/libmain.a(main.c.obj) 0x5f (size before relaxing) - *fill* 0x00000000400d6c67 0x1 + *fill* 0x00000000400d6ca3 0x1 .text.initialize_filesystem - 0x00000000400d6c68 0x42 esp-idf/main/libmain.a(main.c.obj) + 0x00000000400d6ca4 0x42 esp-idf/main/libmain.a(main.c.obj) 0x4e (size before relaxing) - *fill* 0x00000000400d6caa 0x2 + *fill* 0x00000000400d6ce6 0x2 .text.initialize_console - 0x00000000400d6cac 0xda esp-idf/main/libmain.a(main.c.obj) + 0x00000000400d6ce8 0xda esp-idf/main/libmain.a(main.c.obj) 0x112 (size before relaxing) - *fill* 0x00000000400d6d86 0x2 + *fill* 0x00000000400d6dc2 0x2 .text.app_main - 0x00000000400d6d88 0xf9 esp-idf/main/libmain.a(main.c.obj) + 0x00000000400d6dc4 0xf9 esp-idf/main/libmain.a(main.c.obj) 0x13f (size before relaxing) - 0x00000000400d6d88 app_main - *fill* 0x00000000400d6e81 0x3 + 0x00000000400d6dc4 app_main + *fill* 0x00000000400d6ebd 0x3 .text.init_memory - 0x00000000400d6e84 0xcc esp-idf/files/libfiles.a(file.c.obj) + 0x00000000400d6ec0 0xcc esp-idf/files/libfiles.a(file.c.obj) 0xfc (size before relaxing) - 0x00000000400d6e84 init_memory + 0x00000000400d6ec0 init_memory .text.write_certificate - 0x00000000400d6f50 0x6c esp-idf/ca/libca.a(ca.c.obj) + 0x00000000400d6f8c 0x6c esp-idf/ca/libca.a(ca.c.obj) 0x74 (size before relaxing) - 0x00000000400d6f50 write_certificate - .text.connect 0x00000000400d6fbc 0xd66 esp-idf/ca/libca.a(ca.c.obj) + 0x00000000400d6f8c write_certificate + .text.connect 0x00000000400d6ff8 0xd66 esp-idf/ca/libca.a(ca.c.obj) 0xe26 (size before relaxing) - *fill* 0x00000000400d7d22 0x2 + *fill* 0x00000000400d7d5e 0x2 .text.register_ca - 0x00000000400d7d24 0x2a esp-idf/ca/libca.a(ca.c.obj) + 0x00000000400d7d60 0x2a esp-idf/ca/libca.a(ca.c.obj) 0x2e (size before relaxing) - 0x00000000400d7d24 register_ca - *fill* 0x00000000400d7d4e 0x2 + 0x00000000400d7d60 register_ca + *fill* 0x00000000400d7d8a 0x2 .text.dev_random_entropy_poll - 0x00000000400d7d50 0x6a esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d7d8c 0x6a esp-idf/ca/libca.a(gen_key.c.obj) 0x6e (size before relaxing) - 0x00000000400d7d50 dev_random_entropy_poll - *fill* 0x00000000400d7dba 0x2 + 0x00000000400d7d8c dev_random_entropy_poll + *fill* 0x00000000400d7df6 0x2 .text.write_private_key - 0x00000000400d7dbc 0x8c esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d7df8 0x8c esp-idf/ca/libca.a(gen_key.c.obj) 0x94 (size before relaxing) .text.task_create - 0x00000000400d7e48 0x62 esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d7e84 0x62 esp-idf/ca/libca.a(gen_key.c.obj) 0x6e (size before relaxing) - 0x00000000400d7e48 task_create - *fill* 0x00000000400d7eaa 0x2 - .text.connect 0x00000000400d7eac 0x50a esp-idf/ca/libca.a(gen_key.c.obj) + *fill* 0x00000000400d7ee6 0x2 + .text.connect 0x00000000400d7ee8 0x50a esp-idf/ca/libca.a(gen_key.c.obj) 0x586 (size before relaxing) - 0x00000000400d7eac connect - *fill* 0x00000000400d83b6 0x2 + 0x00000000400d7ee8 connect + *fill* 0x00000000400d83f2 0x2 .text.task_run - 0x00000000400d83b8 0x13 esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d83f4 0x13 esp-idf/ca/libca.a(gen_key.c.obj) 0x17 (size before relaxing) - 0x00000000400d83b8 task_run - *fill* 0x00000000400d83cb 0x1 + *fill* 0x00000000400d8407 0x1 .text.register_gen_key - 0x00000000400d83cc 0x2a esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000400d8408 0x2a esp-idf/ca/libca.a(gen_key.c.obj) 0x2e (size before relaxing) - 0x00000000400d83cc register_gen_key - *fill* 0x00000000400d83f6 0x2 + 0x00000000400d8408 register_gen_key + *fill* 0x00000000400d8432 0x2 .text.type_to_str - 0x00000000400d83f8 0x2c esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d8434 0x2c esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) .text.str_to_type - 0x00000000400d8424 0x35 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - *fill* 0x00000000400d8459 0x3 - .text.list 0x00000000400d845c 0x59 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d8460 0x35 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + *fill* 0x00000000400d8495 0x3 + .text.list 0x00000000400d8498 0x59 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x6d (size before relaxing) - *fill* 0x00000000400d84b5 0x3 + *fill* 0x00000000400d84f1 0x3 .text.list_entries - 0x00000000400d84b8 0x5c esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d84f4 0x5c esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x60 (size before relaxing) .text.set_namespace - 0x00000000400d8514 0x58 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d8550 0x58 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x60 (size before relaxing) .text.erase_all - 0x00000000400d856c 0x51 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d85a8 0x51 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x61 (size before relaxing) - *fill* 0x00000000400d85bd 0x3 + *fill* 0x00000000400d85f9 0x3 .text.erase_namespace - 0x00000000400d85c0 0x5c esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d85fc 0x5c esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x6c (size before relaxing) - .text.erase 0x00000000400d861c 0x43 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .text.erase 0x00000000400d8658 0x43 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x56 (size before relaxing) - *fill* 0x00000000400d865f 0x1 + *fill* 0x00000000400d869b 0x1 .text.erase_value - 0x00000000400d8660 0x5c esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d869c 0x5c esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x6c (size before relaxing) .text.print_blob - 0x00000000400d86bc 0x26 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - *fill* 0x00000000400d86e2 0x2 + 0x00000000400d86f8 0x26 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + *fill* 0x00000000400d871e 0x2 .text.get_value_from_nvs - 0x00000000400d86e4 0x1de esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d8720 0x1de esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x20e (size before relaxing) - *fill* 0x00000000400d88c2 0x2 + *fill* 0x00000000400d88fe 0x2 .text.get_value - 0x00000000400d88c4 0x60 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d8900 0x60 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x70 (size before relaxing) .text.store_blob - 0x00000000400d8924 0xe0 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d8960 0xe0 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0xf4 (size before relaxing) .text.set_value_in_nvs - 0x00000000400d8a04 0x26d esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d8a40 0x26d esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x298 (size before relaxing) - *fill* 0x00000000400d8c71 0x3 + *fill* 0x00000000400d8cad 0x3 .text.set_value - 0x00000000400d8c74 0x68 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d8cb0 0x68 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x78 (size before relaxing) .text.register_nvs - 0x00000000400d8cdc 0x1cb esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x00000000400d8d18 0x1cb esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) 0x227 (size before relaxing) - 0x00000000400d8cdc register_nvs - *fill* 0x00000000400d8ea7 0x1 + 0x00000000400d8d18 register_nvs + *fill* 0x00000000400d8ee3 0x1 .text.register_free - 0x00000000400d8ea8 0x32 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d8ee4 0x32 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x36 (size before relaxing) - *fill* 0x00000000400d8eda 0x2 + *fill* 0x00000000400d8f16 0x2 .text.register_heap - 0x00000000400d8edc 0x32 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d8f18 0x32 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x36 (size before relaxing) - *fill* 0x00000000400d8f0e 0x2 + *fill* 0x00000000400d8f4a 0x2 .text.register_version - 0x00000000400d8f10 0x32 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d8f4c 0x32 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x36 (size before relaxing) - *fill* 0x00000000400d8f42 0x2 + *fill* 0x00000000400d8f7e 0x2 .text.register_restart - 0x00000000400d8f44 0x32 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d8f80 0x32 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x36 (size before relaxing) - *fill* 0x00000000400d8f76 0x2 + *fill* 0x00000000400d8fb2 0x2 .text.register_tasks - 0x00000000400d8f78 0x32 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d8fb4 0x32 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x36 (size before relaxing) - *fill* 0x00000000400d8faa 0x2 + *fill* 0x00000000400d8fe6 0x2 .text.free_mem - 0x00000000400d8fac 0x18 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d8fe8 0x18 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) .text.heap_size - 0x00000000400d8fc4 0x24 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d9000 0x24 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x2c (size before relaxing) .text.get_version - 0x00000000400d8fe8 0xa4 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d9024 0xa8 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0xac (size before relaxing) - .text.restart 0x00000000400d908c 0x1a esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .text.restart 0x00000000400d90cc 0x1a esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x22 (size before relaxing) - *fill* 0x00000000400d90a6 0x2 + *fill* 0x00000000400d90e6 0x2 .text.register_deep_sleep - 0x00000000400d90a8 0x63 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d90e8 0x63 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x77 (size before relaxing) - *fill* 0x00000000400d910b 0x1 + *fill* 0x00000000400d914b 0x1 .text.deep_sleep - 0x00000000400d910c 0x13b esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d914c 0x13b esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x16b (size before relaxing) - *fill* 0x00000000400d9247 0x1 + *fill* 0x00000000400d9287 0x1 .text.register_light_sleep - 0x00000000400d9248 0x6e esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d9288 0x6e esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x82 (size before relaxing) - *fill* 0x00000000400d92b6 0x2 + *fill* 0x00000000400d92f6 0x2 .text.light_sleep - 0x00000000400d92b8 0x1df esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d92f8 0x1df esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x22f (size before relaxing) - *fill* 0x00000000400d9497 0x1 + *fill* 0x00000000400d94d7 0x1 .text.tasks_info - 0x00000000400d9498 0x6d esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d94d8 0x6d esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x85 (size before relaxing) - *fill* 0x00000000400d9505 0x3 + *fill* 0x00000000400d9545 0x3 .text.register_system - 0x00000000400d9508 0x1b esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x00000000400d9548 0x1b esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) 0x2f (size before relaxing) - 0x00000000400d9508 register_system - *fill* 0x00000000400d9523 0x1 + 0x00000000400d9548 register_system + *fill* 0x00000000400d9563 0x1 .text.initialise_wifi - 0x00000000400d9524 0x157 esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x00000000400d9564 0x157 esp-idf/wifi/libwifi.a(wifi.c.obj) 0x17b (size before relaxing) - *fill* 0x00000000400d967b 0x1 + *fill* 0x00000000400d96bb 0x1 .text.wifi_join - 0x00000000400d967c 0x8d esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x00000000400d96bc 0x8d esp-idf/wifi/libwifi.a(wifi.c.obj) 0xa5 (size before relaxing) - *fill* 0x00000000400d9709 0x3 - .text.connect 0x00000000400d970c 0xa2 esp-idf/wifi/libwifi.a(wifi.c.obj) + *fill* 0x00000000400d9749 0x3 + .text.connect 0x00000000400d974c 0xa2 esp-idf/wifi/libwifi.a(wifi.c.obj) 0xb6 (size before relaxing) - *fill* 0x00000000400d97ae 0x2 + *fill* 0x00000000400d97ee 0x2 .text.event_handler - 0x00000000400d97b0 0x3a esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x00000000400d97f0 0x3a esp-idf/wifi/libwifi.a(wifi.c.obj) 0x3e (size before relaxing) - *fill* 0x00000000400d97ea 0x2 + *fill* 0x00000000400d982a 0x2 .text.register_wifi - 0x00000000400d97ec 0x63 esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x00000000400d982c 0x63 esp-idf/wifi/libwifi.a(wifi.c.obj) 0x73 (size before relaxing) - 0x00000000400d97ec register_wifi - *fill* 0x00000000400d984f 0x1 + 0x00000000400d982c register_wifi + *fill* 0x00000000400d988f 0x1 .text.server_off - 0x00000000400d9850 0xd esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d9890 0xd esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x10 (size before relaxing) - *fill* 0x00000000400d985d 0x3 - .text.connect 0x00000000400d9860 0x4f esp-idf/https_server/libhttps_server.a(https_server.c.obj) + *fill* 0x00000000400d989d 0x3 + .text.connect 0x00000000400d98a0 0x4f esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x53 (size before relaxing) - *fill* 0x00000000400d98af 0x1 + *fill* 0x00000000400d98ef 0x1 .text.stop_webserver - 0x00000000400d98b0 0xa esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d98f0 0xa esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0xe (size before relaxing) - *fill* 0x00000000400d98ba 0x2 + *fill* 0x00000000400d98fa 0x2 .text.disconnect_handler - 0x00000000400d98bc 0x13 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - *fill* 0x00000000400d98cf 0x1 + 0x00000000400d98fc 0x13 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + *fill* 0x00000000400d990f 0x1 .text.start_webserver - 0x00000000400d98d0 0x90 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d9910 0x90 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0xb0 (size before relaxing) .text.connect_handler - 0x00000000400d9960 0xf esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d99a0 0xf esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x12 (size before relaxing) - *fill* 0x00000000400d996f 0x1 + *fill* 0x00000000400d99af 0x1 .text.echo_post_handler - 0x00000000400d9970 0x100 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d99b0 0x100 esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x124 (size before relaxing) .text.root_get_handler - 0x00000000400d9a70 0x1c esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d9ab0 0x1c esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x20 (size before relaxing) .text.register_server - 0x00000000400d9a8c 0x4f esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x00000000400d9acc 0x4f esp-idf/https_server/libhttps_server.a(https_server.c.obj) 0x5b (size before relaxing) - 0x00000000400d9a8c register_server - *fill* 0x00000000400d9adb 0x1 - .text.decode 0x00000000400d9adc 0xb3 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) - 0x00000000400d9adc decode - *fill* 0x00000000400d9b8f 0x1 - .text.brownout_hal_config - 0x00000000400d9b90 0xb6 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - 0x00000000400d9b90 brownout_hal_config - *fill* 0x00000000400d9c46 0x2 - .text.brownout_hal_intr_enable - 0x00000000400d9c48 0x21 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - 0x00000000400d9c48 brownout_hal_intr_enable - *fill* 0x00000000400d9c69 0x3 - .text.brownout_hal_intr_clear - 0x00000000400d9c6c 0x1a esp-idf/soc/libsoc.a(brownout_hal.c.obj) - 0x00000000400d9c6c brownout_hal_intr_clear - *fill* 0x00000000400d9c86 0x2 - .text.esp_netif_list_lock - 0x00000000400d9c88 0x35 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x39 (size before relaxing) - 0x00000000400d9c88 esp_netif_list_lock - *fill* 0x00000000400d9cbd 0x3 - .text.esp_netif_list_unlock - 0x00000000400d9cc0 0x3c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x40 (size before relaxing) - 0x00000000400d9cc0 esp_netif_list_unlock - .text.esp_netif_add_to_list - 0x00000000400d9cfc 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x3e (size before relaxing) - 0x00000000400d9cfc esp_netif_add_to_list - *fill* 0x00000000400d9d32 0x2 - .text.esp_netif_remove_from_list - 0x00000000400d9d34 0x6d esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x78 (size before relaxing) - 0x00000000400d9d34 esp_netif_remove_from_list - *fill* 0x00000000400d9da1 0x3 - .text.esp_netif_next_unsafe - 0x00000000400d9da4 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x00000000400d9da4 esp_netif_next_unsafe - *fill* 0x00000000400d9dda 0x2 - .text.esp_netif_is_netif_listed - 0x00000000400d9ddc 0x5c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x6e (size before relaxing) - 0x00000000400d9ddc esp_netif_is_netif_listed - *fill* 0x00000000400d9e38 0x0 - .text.esp_netif_get_handle_from_ifkey - 0x00000000400d9e38 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x70 (size before relaxing) - 0x00000000400d9e38 esp_netif_get_handle_from_ifkey - .text.esp_netif_config_sanity_check - 0x00000000400d9e98 0x5a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x6a (size before relaxing) - *fill* 0x00000000400d9ef2 0x2 - .text.esp_netif_set_ip_old_info_api - 0x00000000400d9ef4 0x35 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x00000000400d9f29 0x3 - .text.esp_netif_init_configuration - 0x00000000400d9f2c 0x100 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_lwip_remove - 0x00000000400da02c 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x1e (size before relaxing) - *fill* 0x00000000400da044 0x0 - .text.esp_netif_dhcps_cb - 0x00000000400da044 0x6a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x7a (size before relaxing) - *fill* 0x00000000400da0ae 0x2 - .text.esp_netif_lwip_add - 0x00000000400da0b0 0x76 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x86 (size before relaxing) - *fill* 0x00000000400da126 0x2 - .text.esp_netif_is_active - 0x00000000400da128 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x12 (size before relaxing) - *fill* 0x00000000400da136 0x2 - .text.esp_netif_ip_lost_timer - 0x00000000400da138 0x82 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x92 (size before relaxing) - *fill* 0x00000000400da1ba 0x2 - .text.esp_netif_set_default_netif - 0x00000000400da1bc 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x1d (size before relaxing) - *fill* 0x00000000400da1d6 0x2 - .text.esp_netif_api_cb - 0x00000000400da1d8 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x00000000400da1f3 0x1 - .text.esp_netif_start_ip_lost_timer - 0x00000000400da1f4 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x00000000400da21d 0x3 - .text.esp_netif_dhcpc_start_api - 0x00000000400da220 0xc1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0xc9 (size before relaxing) - *fill* 0x00000000400da2e1 0x3 - .text.esp_netif_init - 0x00000000400da2e4 0x85 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x95 (size before relaxing) - 0x00000000400da2e4 esp_netif_init - *fill* 0x00000000400da369 0x3 - .text.esp_netif_destroy - 0x00000000400da36c 0x54 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x6f (size before relaxing) - 0x00000000400da36c esp_netif_destroy - *fill* 0x00000000400da3c0 0x0 - .text.esp_netif_new - 0x00000000400da3c0 0x13c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x18c (size before relaxing) - 0x00000000400da3c0 esp_netif_new - .text.esp_netif_attach - 0x00000000400da4fc 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x3e (size before relaxing) - 0x00000000400da4fc esp_netif_attach - *fill* 0x00000000400da532 0x2 - .text.esp_netif_set_driver_config - 0x00000000400da534 0x31 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x00000000400da534 esp_netif_set_driver_config - *fill* 0x00000000400da565 0x3 - .text.esp_netif_set_mac - 0x00000000400da568 0x45 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x00000000400da568 esp_netif_set_mac - *fill* 0x00000000400da5ad 0x3 - .text.esp_netif_dhcpc_start - 0x00000000400da5b0 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x61 (size before relaxing) - 0x00000000400da5b0 esp_netif_dhcpc_start - *fill* 0x00000000400da601 0x3 - .text.esp_netif_get_hostname - 0x00000000400da604 0x39 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x00000000400da604 esp_netif_get_hostname - *fill* 0x00000000400da63d 0x3 - .text.esp_netif_up - 0x00000000400da640 0x53 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x5f (size before relaxing) - 0x00000000400da640 esp_netif_up - *fill* 0x00000000400da693 0x1 - .text.esp_netif_down - 0x00000000400da694 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x61 (size before relaxing) - 0x00000000400da694 esp_netif_down - *fill* 0x00000000400da6e5 0x3 - .text.esp_netif_update_default_netif - 0x00000000400da6e8 0xbc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0xcc (size before relaxing) - .text.esp_netif_start - 0x00000000400da7a4 0x6a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x7a (size before relaxing) - 0x00000000400da7a4 esp_netif_start - *fill* 0x00000000400da80e 0x2 - .text.esp_netif_start_api - 0x00000000400da810 0xb1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0xc9 (size before relaxing) - *fill* 0x00000000400da8c1 0x3 - .text.esp_netif_stop - 0x00000000400da8c4 0x6a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x7a (size before relaxing) - 0x00000000400da8c4 esp_netif_stop - *fill* 0x00000000400da92e 0x2 - .text.esp_netif_stop_api - 0x00000000400da930 0x79 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x89 (size before relaxing) - *fill* 0x00000000400da9a9 0x3 - .text.esp_netif_up_api - 0x00000000400da9ac 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x35 (size before relaxing) - *fill* 0x00000000400da9d9 0x3 - .text.esp_netif_down_api - 0x00000000400da9dc 0x5a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x62 (size before relaxing) - *fill* 0x00000000400daa36 0x2 - .text.esp_netif_get_old_ip_info - 0x00000000400daa38 0x32 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x00000000400daa38 esp_netif_get_old_ip_info - *fill* 0x00000000400daa6a 0x2 - .text.esp_netif_get_ip_info - 0x00000000400daa6c 0x6d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x00000000400daa6c esp_netif_get_ip_info - *fill* 0x00000000400daad9 0x3 - .text.esp_netif_set_old_ip_info - 0x00000000400daadc 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x61 (size before relaxing) - 0x00000000400daadc esp_netif_set_old_ip_info - *fill* 0x00000000400dab2d 0x3 - .text.esp_netif_dhcpc_cb - 0x00000000400dab30 0xdf esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0xea (size before relaxing) - *fill* 0x00000000400dac0f 0x1 - .text.esp_netif_ppp_set_default_netif - 0x00000000400dac10 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x20 (size before relaxing) - 0x00000000400dac10 esp_netif_ppp_set_default_netif - .text.esp_netif_new_ppp - 0x00000000400dac2c 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x22 (size before relaxing) - 0x00000000400dac2c esp_netif_new_ppp - *fill* 0x00000000400dac4a 0x2 - .text.esp_netif_start_ppp - 0x00000000400dac4c 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x25 (size before relaxing) - 0x00000000400dac4c esp_netif_start_ppp - *fill* 0x00000000400dac69 0x3 - .text.esp_netif_stop_ppp - 0x00000000400dac6c 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x25 (size before relaxing) - 0x00000000400dac6c esp_netif_stop_ppp - *fill* 0x00000000400dac89 0x3 - .text.esp_netif_destroy_ppp - 0x00000000400dac8c 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x20 (size before relaxing) - 0x00000000400dac8c esp_netif_destroy_ppp - .text.esp_event_legacy_wifi_event_id - 0x00000000400daca8 0x85 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - 0x89 (size before relaxing) - *fill* 0x00000000400dad2d 0x3 - .text.esp_event_legacy_ip_event_id - 0x00000000400dad30 0x47 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - 0x4b (size before relaxing) - *fill* 0x00000000400dad77 0x1 - .text.esp_event_legacy_event_id - 0x00000000400dad78 0x46 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - 0x4e (size before relaxing) - *fill* 0x00000000400dadbe 0x2 - .text.esp_event_send_internal - 0x00000000400dadc0 0x38 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - 0x3c (size before relaxing) - 0x00000000400dadc0 esp_event_send_internal - .text.MD5Transform - 0x00000000400dadf8 0x6e3 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - *fill* 0x00000000400db4db 0x1 - .text.MD5Init 0x00000000400db4dc 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - 0x00000000400db4dc MD5Init - *fill* 0x00000000400db4fb 0x1 - .text.MD5Update - 0x00000000400db4fc 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - 0x96 (size before relaxing) - 0x00000000400db4fc MD5Update - *fill* 0x00000000400db58e 0x2 - .text.MD5Final - 0x00000000400db590 0x77 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - 0x7b (size before relaxing) - 0x00000000400db590 MD5Final - *fill* 0x00000000400db607 0x1 - .text.md5_vector - 0x00000000400db608 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - 0x38 (size before relaxing) - 0x00000000400db608 md5_vector - .text.hmac_md5_vector - 0x00000000400db638 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - 0x110 (size before relaxing) - 0x00000000400db638 hmac_md5_vector - .text.hmac_md5 - 0x00000000400db744 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - 0x00000000400db744 hmac_md5 - *fill* 0x00000000400db761 0x3 - .text.sha1_vector - 0x00000000400db764 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - 0x58 (size before relaxing) - 0x00000000400db764 sha1_vector - .text.pbkdf2_sha1 - 0x00000000400db7b0 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - 0x67 (size before relaxing) - 0x00000000400db7b0 pbkdf2_sha1 - *fill* 0x00000000400db80c 0x0 - .text.hmac_sha1_vector - 0x00000000400db80c 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - 0x110 (size before relaxing) - 0x00000000400db80c hmac_sha1_vector - .text.hmac_sha1 - 0x00000000400db918 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - 0x00000000400db918 hmac_sha1 - *fill* 0x00000000400db935 0x3 - .text.sha1_prf - 0x00000000400db938 0x99 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - 0x00000000400db938 sha1_prf - *fill* 0x00000000400db9d1 0x3 - .text.hmac_sha256_vector - 0x00000000400db9d4 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - 0x110 (size before relaxing) - 0x00000000400db9d4 hmac_sha256_vector - .text.hmac_sha256 - 0x00000000400dbae0 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - 0x00000000400dbae0 hmac_sha256 - *fill* 0x00000000400dbafb 0x1 - .text.sha256_prf_bits - 0x00000000400dbafc 0xe2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - 0x00000000400dbafc sha256_prf_bits - *fill* 0x00000000400dbbde 0x2 - .text.sha256_prf - 0x00000000400dbbe0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - 0x00000000400dbbe0 sha256_prf - .text.rijndaelDecrypt - 0x00000000400dbc00 0x419 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - *fill* 0x00000000400dc019 0x3 - .text.rijndaelKeySetupDec - 0x00000000400dc01c 0x104 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - 0x108 (size before relaxing) - .text.aes_decrypt_init - 0x00000000400dc120 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - 0x38 (size before relaxing) - 0x00000000400dc120 aes_decrypt_init - .text.aes_decrypt - 0x00000000400dc150 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - 0x00000000400dc150 aes_decrypt - .text.aes_decrypt_deinit - 0x00000000400dc164 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - 0xe (size before relaxing) - 0x00000000400dc164 aes_decrypt_deinit - *fill* 0x00000000400dc16e 0x2 - .text.rijndaelEncrypt - 0x00000000400dc170 0x44e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - 0x00000000400dc170 rijndaelEncrypt - *fill* 0x00000000400dc5be 0x2 - .text.aes_encrypt_init - 0x00000000400dc5c0 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - 0x38 (size before relaxing) - 0x00000000400dc5c0 aes_encrypt_init - .text.aes_encrypt - 0x00000000400dc5f0 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - 0x00000000400dc5f0 aes_encrypt - .text.aes_encrypt_deinit - 0x00000000400dc604 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - 0xe (size before relaxing) - 0x00000000400dc604 aes_encrypt_deinit - *fill* 0x00000000400dc60e 0x2 - .text.rijndaelKeySetupEnc - 0x00000000400dc610 0x344 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - 0x00000000400dc610 rijndaelKeySetupEnc - .text.omac1_aes_vector - 0x00000000400dc954 0x169 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - 0x171 (size before relaxing) - 0x00000000400dc954 omac1_aes_vector - *fill* 0x00000000400dcabd 0x3 - .text.omac1_aes_128_vector - 0x00000000400dcac0 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - 0x00000000400dcac0 omac1_aes_128_vector - *fill* 0x00000000400dcad9 0x3 - .text.omac1_aes_128 - 0x00000000400dcadc 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - 0x1c (size before relaxing) - 0x00000000400dcadc omac1_aes_128 - .text.aes_unwrap - 0x00000000400dcaf4 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - 0xd6 (size before relaxing) - 0x00000000400dcaf4 aes_unwrap - *fill* 0x00000000400dcbbe 0x2 - .text.aes_wrap - 0x00000000400dcbc0 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - 0xc8 (size before relaxing) - 0x00000000400dcbc0 aes_wrap - .text.ccmp_aad_nonce - 0x00000000400dcc7c 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - *fill* 0x00000000400dcd96 0x2 - .text.ccmp_decrypt - 0x00000000400dcd98 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - 0x8c (size before relaxing) - 0x00000000400dcd98 ccmp_decrypt - .text.ccmp_encrypt - 0x00000000400dce14 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - 0x108 (size before relaxing) - 0x00000000400dce14 ccmp_encrypt - .text.sha256_vector - 0x00000000400dcf0c 0x53 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - 0x5e (size before relaxing) - 0x00000000400dcf0c sha256_vector - *fill* 0x00000000400dcf5f 0x1 - .text.aes_ccm_encr_start - 0x00000000400dcf60 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - *fill* 0x00000000400dcf7a 0x2 - .text.aes_ccm_auth - 0x00000000400dcf7c 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x5e (size before relaxing) - *fill* 0x00000000400dcfd2 0x2 - .text.aes_ccm_encr - 0x00000000400dcfd4 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x7a (size before relaxing) - *fill* 0x00000000400dd04a 0x2 - .text.aes_ccm_encr_auth - 0x00000000400dd04c 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x36 (size before relaxing) - *fill* 0x00000000400dd07e 0x2 - .text.aes_ccm_decr_auth - 0x00000000400dd080 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x36 (size before relaxing) - *fill* 0x00000000400dd0b2 0x2 - .text.aes_ccm_auth_start - 0x00000000400dd0b4 0xbb esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0xc3 (size before relaxing) - *fill* 0x00000000400dd16f 0x1 - .text.aes_ccm_ae - 0x00000000400dd170 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0xa6 (size before relaxing) - 0x00000000400dd170 aes_ccm_ae - *fill* 0x00000000400dd202 0x2 - .text.aes_ccm_ad - 0x00000000400dd204 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0xc2 (size before relaxing) - 0x00000000400dd204 aes_ccm_ad - *fill* 0x00000000400dd2ae 0x2 + 0x00000000400d9acc register_server + *fill* 0x00000000400d9b1b 0x1 + .text.decode 0x00000000400d9b1c 0xb3 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + 0x00000000400d9b1c decode + *fill* 0x00000000400d9bcf 0x1 .text.esp_efuse_get_chip_ver - 0x00000000400dd2b0 0x52 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x00000000400d9bd0 0x52 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) 0x56 (size before relaxing) - 0x00000000400dd2b0 esp_efuse_get_chip_ver - *fill* 0x00000000400dd302 0x2 + 0x00000000400d9bd0 esp_efuse_get_chip_ver + *fill* 0x00000000400d9c22 0x2 .text.esp_efuse_read_field_blob - 0x00000000400dd304 0x5f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000400d9c24 0x5f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) 0x66 (size before relaxing) - 0x00000000400dd304 esp_efuse_read_field_blob - *fill* 0x00000000400dd363 0x1 + 0x00000000400d9c24 esp_efuse_read_field_blob + *fill* 0x00000000400d9c83 0x1 .text.check_range_of_bits - 0x00000000400dd364 0x5a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400d9c84 0x5a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) 0x5e (size before relaxing) - *fill* 0x00000000400dd3be 0x2 + *fill* 0x00000000400d9cde 0x2 .text.esp_efuse_utility_process - 0x00000000400dd3c0 0x116 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400d9ce0 0x116 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) 0x11e (size before relaxing) - 0x00000000400dd3c0 esp_efuse_utility_process - *fill* 0x00000000400dd4d6 0x2 + 0x00000000400d9ce0 esp_efuse_utility_process + *fill* 0x00000000400d9df6 0x2 .text.esp_efuse_utility_read_reg - 0x00000000400dd4d8 0x6b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x00000000400dd4d8 esp_efuse_utility_read_reg - *fill* 0x00000000400dd543 0x1 + 0x00000000400d9df8 0x6b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400d9df8 esp_efuse_utility_read_reg + *fill* 0x00000000400d9e63 0x1 .text.esp_efuse_utility_fill_buff - 0x00000000400dd544 0xc7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x00000000400dd544 esp_efuse_utility_fill_buff - *fill* 0x00000000400dd60b 0x1 + 0x00000000400d9e64 0xc7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400d9e64 esp_efuse_utility_fill_buff + *fill* 0x00000000400d9f2b 0x1 .text.esp_efuse_get_coding_scheme - 0x00000000400dd60c 0x41 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - 0x00000000400dd60c esp_efuse_get_coding_scheme - *fill* 0x00000000400dd64d 0x3 + 0x00000000400d9f2c 0x41 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000400d9f2c esp_efuse_get_coding_scheme + *fill* 0x00000000400d9f6d 0x3 + .text.bootloader_init_mem + 0x00000000400d9f70 0x3a esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x00000000400d9f70 bootloader_init_mem + *fill* 0x00000000400d9faa 0x2 .text.bootloader_flash_update_id - 0x00000000400dd650 0xd esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x00000000400d9fac 0xd esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) 0x10 (size before relaxing) - 0x00000000400dd650 bootloader_flash_update_id - *fill* 0x00000000400dd65d 0x3 + 0x00000000400d9fac bootloader_flash_update_id + *fill* 0x00000000400d9fb9 0x3 .text.execute_flash_command - 0x00000000400dd660 0x18c esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x00000000400d9fbc 0x18c esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) .text.bootloader_read_flash_id - 0x00000000400dd7ec 0x2a esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x00000000400da148 0x2a esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) 0x2e (size before relaxing) - 0x00000000400dd7ec bootloader_read_flash_id - *fill* 0x00000000400dd816 0x2 + 0x00000000400da148 bootloader_read_flash_id + *fill* 0x00000000400da172 0x2 .text.spi_flash_init_lock - 0x00000000400dd818 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00000000400da174 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) 0x26 (size before relaxing) - 0x00000000400dd818 spi_flash_init_lock - *fill* 0x00000000400dd83a 0x2 + 0x00000000400da174 spi_flash_init_lock + *fill* 0x00000000400da196 0x2 .text.spi_flash_op_lock - 0x00000000400dd83c 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x00000000400dd83c spi_flash_op_lock - *fill* 0x00000000400dd84e 0x2 + 0x00000000400da198 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00000000400da198 spi_flash_op_lock + *fill* 0x00000000400da1aa 0x2 .text.spi_flash_op_unlock - 0x00000000400dd850 0xd esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00000000400da1ac 0xd esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) 0x10 (size before relaxing) - 0x00000000400dd850 spi_flash_op_unlock - *fill* 0x00000000400dd85d 0x3 + 0x00000000400da1ac spi_flash_op_unlock + *fill* 0x00000000400da1b9 0x3 .text.is_safe_write_address - 0x00000000400dd860 0x15 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x00000000400da1bc 0x15 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) 0x19 (size before relaxing) - *fill* 0x00000000400dd875 0x3 + *fill* 0x00000000400da1d1 0x3 .text.spi_flash_init - 0x00000000400dd878 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x00000000400da1d4 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) 0xb (size before relaxing) - 0x00000000400dd878 spi_flash_init - *fill* 0x00000000400dd880 0x0 + 0x00000000400da1d4 spi_flash_init + *fill* 0x00000000400da1dc 0x0 .text.esp_flash_init_default_chip - 0x00000000400dd880 0x9a esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x00000000400da1dc 0x9a esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) 0xa2 (size before relaxing) - 0x00000000400dd880 esp_flash_init_default_chip - *fill* 0x00000000400dd91a 0x2 + 0x00000000400da1dc esp_flash_init_default_chip + *fill* 0x00000000400da276 0x2 .text.esp_flash_app_init - 0x00000000400dd91c 0xd esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x00000000400da278 0xd esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) 0x10 (size before relaxing) - 0x00000000400dd91c esp_flash_app_init - *fill* 0x00000000400dd929 0x3 + 0x00000000400da278 esp_flash_app_init + *fill* 0x00000000400da285 0x3 .text.esp_flash_app_init_os_functions - 0x00000000400dd92c 0x11 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - 0x00000000400dd92c esp_flash_app_init_os_functions - *fill* 0x00000000400dd93d 0x3 + 0x00000000400da288 0x11 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x00000000400da288 esp_flash_app_init_os_functions + *fill* 0x00000000400da299 0x3 .text.load_partitions - 0x00000000400dd940 0xf7 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da29c 0xf7 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0xfa (size before relaxing) - *fill* 0x00000000400dda37 0x1 + *fill* 0x00000000400da393 0x1 .text.ensure_partitions_loaded - 0x00000000400dda38 0x4c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da394 0x4c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x58 (size before relaxing) .text.iterator_create - 0x00000000400dda84 0x1d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da3e0 0x1d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x21 (size before relaxing) - *fill* 0x00000000400ddaa1 0x3 + *fill* 0x00000000400da3fd 0x3 .text.esp_partition_iterator_release - 0x00000000400ddaa4 0xa esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da400 0xa esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0xe (size before relaxing) - 0x00000000400ddaa4 esp_partition_iterator_release - *fill* 0x00000000400ddaae 0x2 + 0x00000000400da400 esp_partition_iterator_release + *fill* 0x00000000400da40a 0x2 .text.esp_partition_next - 0x00000000400ddab0 0x80 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da40c 0x80 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x84 (size before relaxing) - 0x00000000400ddab0 esp_partition_next + 0x00000000400da40c esp_partition_next .text.esp_partition_find - 0x00000000400ddb30 0x20 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da48c 0x20 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x28 (size before relaxing) - 0x00000000400ddb30 esp_partition_find + 0x00000000400da48c esp_partition_find .text.esp_partition_get - 0x00000000400ddb50 0x1c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - 0x00000000400ddb50 esp_partition_get + 0x00000000400da4ac 0x1c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da4ac esp_partition_get .text.esp_partition_find_first - 0x00000000400ddb6c 0x24 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da4c8 0x24 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x2c (size before relaxing) - 0x00000000400ddb6c esp_partition_find_first + 0x00000000400da4c8 esp_partition_find_first .text.esp_partition_read - 0x00000000400ddb90 0x4d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da4ec 0x4d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x51 (size before relaxing) - 0x00000000400ddb90 esp_partition_read - *fill* 0x00000000400ddbdd 0x3 + 0x00000000400da4ec esp_partition_read + *fill* 0x00000000400da539 0x3 .text.esp_partition_write - 0x00000000400ddbe0 0x4d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da53c 0x4d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x51 (size before relaxing) - 0x00000000400ddbe0 esp_partition_write - *fill* 0x00000000400ddc2d 0x3 + 0x00000000400da53c esp_partition_write + *fill* 0x00000000400da589 0x3 .text.esp_partition_erase_range - 0x00000000400ddc30 0x59 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - 0x00000000400ddc30 esp_partition_erase_range - *fill* 0x00000000400ddc89 0x3 + 0x00000000400da58c 0x59 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da58c esp_partition_erase_range + *fill* 0x00000000400da5e5 0x3 .text.esp_partition_main_flash_region_safe - 0x00000000400ddc8c 0x39 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400da5e8 0x39 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) 0x3d (size before relaxing) - 0x00000000400ddc8c esp_partition_main_flash_region_safe - *fill* 0x00000000400ddcc5 0x3 + 0x00000000400da5e8 esp_partition_main_flash_region_safe + *fill* 0x00000000400da621 0x3 .text.spi_flash_cache2phys - 0x00000000400ddcc8 0x69 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x00000000400ddcc8 spi_flash_cache2phys - *fill* 0x00000000400ddd31 0x3 - .text._ZL18nvs_find_ns_handlejPPN3nvs15NVSHandleSimpleE - 0x00000000400ddd34 0x29 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - *fill* 0x00000000400ddd5d 0x3 - .text._ZL24lookup_storage_from_namePKc - 0x00000000400ddd60 0x11 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x15 (size before relaxing) - *fill* 0x00000000400ddd71 0x3 - .text._ZL19nvs_get_str_or_blobjN3nvs8ItemTypeEPKcPvPj - 0x00000000400ddd74 0x7e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400da624 0x69 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x00000000400da624 spi_flash_cache2phys + *fill* 0x00000000400da68d 0x3 + .text.spi_flash_hal_init + 0x00000000400da690 0xbe esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + 0xc2 (size before relaxing) + 0x00000000400da690 spi_flash_hal_init + *fill* 0x00000000400da74e 0x2 + .text.spi_flash_hal_supports_direct_write + 0x00000000400da750 0x26 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + 0x00000000400da750 spi_flash_hal_supports_direct_write + *fill* 0x00000000400da776 0x2 + .text.spi_flash_hal_supports_direct_read + 0x00000000400da778 0x26 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + 0x00000000400da778 spi_flash_hal_supports_direct_read + *fill* 0x00000000400da79e 0x2 + .text.brownout_hal_config + 0x00000000400da7a0 0xb6 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + 0x00000000400da7a0 brownout_hal_config + *fill* 0x00000000400da856 0x2 + .text.brownout_hal_intr_enable + 0x00000000400da858 0x21 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + 0x00000000400da858 brownout_hal_intr_enable + *fill* 0x00000000400da879 0x3 + .text.brownout_hal_intr_clear + 0x00000000400da87c 0x1a esp-idf/soc/libsoc.a(brownout_hal.c.obj) + 0x00000000400da87c brownout_hal_intr_clear + *fill* 0x00000000400da896 0x2 + .text.esp_netif_list_lock + 0x00000000400da898 0x35 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x39 (size before relaxing) + 0x00000000400da898 esp_netif_list_lock + *fill* 0x00000000400da8cd 0x3 + .text.esp_netif_list_unlock + 0x00000000400da8d0 0x3c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x40 (size before relaxing) + 0x00000000400da8d0 esp_netif_list_unlock + .text.esp_netif_add_to_list + 0x00000000400da90c 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x3e (size before relaxing) + 0x00000000400da90c esp_netif_add_to_list + *fill* 0x00000000400da942 0x2 + .text.esp_netif_remove_from_list + 0x00000000400da944 0x6d esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x78 (size before relaxing) + 0x00000000400da944 esp_netif_remove_from_list + *fill* 0x00000000400da9b1 0x3 + .text.esp_netif_next_unsafe + 0x00000000400da9b4 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x00000000400da9b4 esp_netif_next_unsafe + *fill* 0x00000000400da9ea 0x2 + .text.esp_netif_is_netif_listed + 0x00000000400da9ec 0x5c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x6e (size before relaxing) + 0x00000000400da9ec esp_netif_is_netif_listed + *fill* 0x00000000400daa48 0x0 + .text.esp_netif_get_handle_from_ifkey + 0x00000000400daa48 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x70 (size before relaxing) + 0x00000000400daa48 esp_netif_get_handle_from_ifkey + .text.esp_netif_config_sanity_check + 0x00000000400daaa8 0x5a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x6a (size before relaxing) + *fill* 0x00000000400dab02 0x2 + .text.esp_netif_set_ip_old_info_api + 0x00000000400dab04 0x35 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x00000000400dab39 0x3 + .text.esp_netif_init_configuration + 0x00000000400dab3c 0x100 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_lwip_remove + 0x00000000400dac3c 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x1e (size before relaxing) + *fill* 0x00000000400dac54 0x0 + .text.esp_netif_dhcps_cb + 0x00000000400dac54 0x6a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x7a (size before relaxing) + *fill* 0x00000000400dacbe 0x2 + .text.esp_netif_lwip_add + 0x00000000400dacc0 0x76 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) 0x86 (size before relaxing) - *fill* 0x00000000400dddf2 0x2 + *fill* 0x00000000400dad36 0x2 + .text.esp_netif_is_active + 0x00000000400dad38 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000400dad46 0x2 + .text.esp_netif_ip_lost_timer + 0x00000000400dad48 0x82 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x92 (size before relaxing) + *fill* 0x00000000400dadca 0x2 + .text.esp_netif_set_default_netif + 0x00000000400dadcc 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x1d (size before relaxing) + *fill* 0x00000000400dade6 0x2 + .text.esp_netif_api_cb + 0x00000000400dade8 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x00000000400dae03 0x1 + .text.esp_netif_start_ip_lost_timer + 0x00000000400dae04 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x00000000400dae2d 0x3 + .text.esp_netif_dhcpc_start_api + 0x00000000400dae30 0xc1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc9 (size before relaxing) + *fill* 0x00000000400daef1 0x3 + .text.esp_netif_update_default_netif + 0x00000000400daef4 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + *fill* 0x00000000400daf3d 0x3 + .text.esp_netif_start_api + 0x00000000400daf40 0xb1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xcd (size before relaxing) + *fill* 0x00000000400daff1 0x3 + .text.esp_netif_stop_api + 0x00000000400daff4 0x75 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x85 (size before relaxing) + *fill* 0x00000000400db069 0x3 + .text.esp_netif_up_api + 0x00000000400db06c 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x35 (size before relaxing) + *fill* 0x00000000400db099 0x3 + .text.esp_netif_down_api + 0x00000000400db09c 0x76 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x82 (size before relaxing) + *fill* 0x00000000400db112 0x2 + .text.esp_netif_init + 0x00000000400db114 0x85 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x95 (size before relaxing) + 0x00000000400db114 esp_netif_init + *fill* 0x00000000400db199 0x3 + .text.esp_netif_destroy + 0x00000000400db19c 0x54 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x6f (size before relaxing) + 0x00000000400db19c esp_netif_destroy + *fill* 0x00000000400db1f0 0x0 + .text.esp_netif_new + 0x00000000400db1f0 0x144 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x18c (size before relaxing) + 0x00000000400db1f0 esp_netif_new + .text.esp_netif_attach + 0x00000000400db334 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x3e (size before relaxing) + 0x00000000400db334 esp_netif_attach + *fill* 0x00000000400db36a 0x2 + .text.esp_netif_set_driver_config + 0x00000000400db36c 0x31 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400db36c esp_netif_set_driver_config + *fill* 0x00000000400db39d 0x3 + .text.esp_netif_set_mac + 0x00000000400db3a0 0x45 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400db3a0 esp_netif_set_mac + *fill* 0x00000000400db3e5 0x3 + .text.esp_netif_start + 0x00000000400db3e8 0x6a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x7a (size before relaxing) + 0x00000000400db3e8 esp_netif_start + *fill* 0x00000000400db452 0x2 + .text.esp_netif_stop + 0x00000000400db454 0x6a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x7a (size before relaxing) + 0x00000000400db454 esp_netif_stop + *fill* 0x00000000400db4be 0x2 + .text.esp_netif_dhcpc_start + 0x00000000400db4c0 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x61 (size before relaxing) + 0x00000000400db4c0 esp_netif_dhcpc_start + *fill* 0x00000000400db511 0x3 + .text.esp_netif_get_hostname + 0x00000000400db514 0x39 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400db514 esp_netif_get_hostname + *fill* 0x00000000400db54d 0x3 + .text.esp_netif_up + 0x00000000400db550 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400db550 esp_netif_up + *fill* 0x00000000400db599 0x3 + .text.esp_netif_down + 0x00000000400db59c 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400db59c esp_netif_down + *fill* 0x00000000400db5e5 0x3 + .text.esp_netif_update_default_netif_lwip + 0x00000000400db5e8 0xbe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xce (size before relaxing) + *fill* 0x00000000400db6a6 0x2 + .text.esp_netif_get_old_ip_info + 0x00000000400db6a8 0x32 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400db6a8 esp_netif_get_old_ip_info + *fill* 0x00000000400db6da 0x2 + .text.esp_netif_get_ip_info + 0x00000000400db6dc 0x6d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400db6dc esp_netif_get_ip_info + *fill* 0x00000000400db749 0x3 + .text.esp_netif_set_old_ip_info + 0x00000000400db74c 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x61 (size before relaxing) + 0x00000000400db74c esp_netif_set_old_ip_info + *fill* 0x00000000400db79d 0x3 + .text.esp_netif_dhcpc_cb + 0x00000000400db7a0 0xdf esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xea (size before relaxing) + *fill* 0x00000000400db87f 0x1 + .text.esp_netif_ppp_set_default_netif + 0x00000000400db880 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x20 (size before relaxing) + 0x00000000400db880 esp_netif_ppp_set_default_netif + .text.esp_netif_new_ppp + 0x00000000400db89c 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x22 (size before relaxing) + 0x00000000400db89c esp_netif_new_ppp + *fill* 0x00000000400db8ba 0x2 + .text.esp_netif_start_ppp + 0x00000000400db8bc 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x25 (size before relaxing) + 0x00000000400db8bc esp_netif_start_ppp + *fill* 0x00000000400db8d9 0x3 + .text.esp_netif_stop_ppp + 0x00000000400db8dc 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x25 (size before relaxing) + 0x00000000400db8dc esp_netif_stop_ppp + *fill* 0x00000000400db8f9 0x3 + .text.esp_netif_destroy_ppp + 0x00000000400db8fc 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x20 (size before relaxing) + 0x00000000400db8fc esp_netif_destroy_ppp + .text.esp_event_legacy_wifi_event_id + 0x00000000400db918 0x85 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x89 (size before relaxing) + *fill* 0x00000000400db99d 0x3 + .text.esp_event_legacy_ip_event_id + 0x00000000400db9a0 0x47 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x4b (size before relaxing) + *fill* 0x00000000400db9e7 0x1 + .text.esp_event_legacy_event_id + 0x00000000400db9e8 0x46 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x4e (size before relaxing) + *fill* 0x00000000400dba2e 0x2 + .text.esp_event_send_internal + 0x00000000400dba30 0x38 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x3c (size before relaxing) + 0x00000000400dba30 esp_event_send_internal + .text.MD5Transform + 0x00000000400dba68 0x6e3 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + *fill* 0x00000000400dc14b 0x1 + .text.MD5Init 0x00000000400dc14c 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + 0x00000000400dc14c MD5Init + *fill* 0x00000000400dc16b 0x1 + .text.MD5Update + 0x00000000400dc16c 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + 0x96 (size before relaxing) + 0x00000000400dc16c MD5Update + *fill* 0x00000000400dc1fe 0x2 + .text.MD5Final + 0x00000000400dc200 0x77 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + 0x7b (size before relaxing) + 0x00000000400dc200 MD5Final + *fill* 0x00000000400dc277 0x1 + .text.md5_vector + 0x00000000400dc278 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + 0x38 (size before relaxing) + 0x00000000400dc278 md5_vector + .text.hmac_md5_vector + 0x00000000400dc2a8 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + 0x110 (size before relaxing) + 0x00000000400dc2a8 hmac_md5_vector + .text.hmac_md5 + 0x00000000400dc3b4 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + 0x00000000400dc3b4 hmac_md5 + *fill* 0x00000000400dc3d1 0x3 + .text.sha1_vector + 0x00000000400dc3d4 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + 0x58 (size before relaxing) + 0x00000000400dc3d4 sha1_vector + .text.pbkdf2_sha1 + 0x00000000400dc420 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + 0x67 (size before relaxing) + 0x00000000400dc420 pbkdf2_sha1 + *fill* 0x00000000400dc47c 0x0 + .text.hmac_sha1_vector + 0x00000000400dc47c 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + 0x110 (size before relaxing) + 0x00000000400dc47c hmac_sha1_vector + .text.hmac_sha1 + 0x00000000400dc588 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + 0x00000000400dc588 hmac_sha1 + *fill* 0x00000000400dc5a5 0x3 + .text.sha1_prf + 0x00000000400dc5a8 0x99 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + 0x00000000400dc5a8 sha1_prf + *fill* 0x00000000400dc641 0x3 + .text.hmac_sha256_vector + 0x00000000400dc644 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + 0x110 (size before relaxing) + 0x00000000400dc644 hmac_sha256_vector + .text.hmac_sha256 + 0x00000000400dc750 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + 0x00000000400dc750 hmac_sha256 + *fill* 0x00000000400dc76b 0x1 + .text.sha256_prf_bits + 0x00000000400dc76c 0xe2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + 0x00000000400dc76c sha256_prf_bits + *fill* 0x00000000400dc84e 0x2 + .text.sha256_prf + 0x00000000400dc850 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + 0x00000000400dc850 sha256_prf + .text.rijndaelDecrypt + 0x00000000400dc870 0x419 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + *fill* 0x00000000400dcc89 0x3 + .text.rijndaelKeySetupDec + 0x00000000400dcc8c 0x104 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + 0x108 (size before relaxing) + .text.aes_decrypt_init + 0x00000000400dcd90 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + 0x38 (size before relaxing) + 0x00000000400dcd90 aes_decrypt_init + .text.aes_decrypt + 0x00000000400dcdc0 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + 0x00000000400dcdc0 aes_decrypt + .text.aes_decrypt_deinit + 0x00000000400dcdd4 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + 0xe (size before relaxing) + 0x00000000400dcdd4 aes_decrypt_deinit + *fill* 0x00000000400dcdde 0x2 + .text.rijndaelEncrypt + 0x00000000400dcde0 0x44e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + 0x00000000400dcde0 rijndaelEncrypt + *fill* 0x00000000400dd22e 0x2 + .text.aes_encrypt_init + 0x00000000400dd230 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + 0x38 (size before relaxing) + 0x00000000400dd230 aes_encrypt_init + .text.aes_encrypt + 0x00000000400dd260 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + 0x00000000400dd260 aes_encrypt + .text.aes_encrypt_deinit + 0x00000000400dd274 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + 0xe (size before relaxing) + 0x00000000400dd274 aes_encrypt_deinit + *fill* 0x00000000400dd27e 0x2 + .text.rijndaelKeySetupEnc + 0x00000000400dd280 0x344 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + 0x00000000400dd280 rijndaelKeySetupEnc + .text.omac1_aes_vector + 0x00000000400dd5c4 0x169 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x171 (size before relaxing) + 0x00000000400dd5c4 omac1_aes_vector + *fill* 0x00000000400dd72d 0x3 + .text.omac1_aes_128_vector + 0x00000000400dd730 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x00000000400dd730 omac1_aes_128_vector + *fill* 0x00000000400dd749 0x3 + .text.omac1_aes_128 + 0x00000000400dd74c 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x1c (size before relaxing) + 0x00000000400dd74c omac1_aes_128 + .text.aes_unwrap + 0x00000000400dd764 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0xd6 (size before relaxing) + 0x00000000400dd764 aes_unwrap + *fill* 0x00000000400dd82e 0x2 + .text.aes_wrap + 0x00000000400dd830 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0xc8 (size before relaxing) + 0x00000000400dd830 aes_wrap + .text.ccmp_aad_nonce + 0x00000000400dd8ec 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + *fill* 0x00000000400dda06 0x2 + .text.ccmp_decrypt + 0x00000000400dda08 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x8c (size before relaxing) + 0x00000000400dda08 ccmp_decrypt + .text.ccmp_encrypt + 0x00000000400dda84 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x108 (size before relaxing) + 0x00000000400dda84 ccmp_encrypt + .text.sha256_vector + 0x00000000400ddb7c 0x53 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + 0x5e (size before relaxing) + 0x00000000400ddb7c sha256_vector + *fill* 0x00000000400ddbcf 0x1 + .text.aes_ccm_encr_start + 0x00000000400ddbd0 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + *fill* 0x00000000400ddbea 0x2 + .text.aes_ccm_auth + 0x00000000400ddbec 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000400ddc42 0x2 + .text.aes_ccm_encr + 0x00000000400ddc44 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x7a (size before relaxing) + *fill* 0x00000000400ddcba 0x2 + .text.aes_ccm_encr_auth + 0x00000000400ddcbc 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400ddcee 0x2 + .text.aes_ccm_decr_auth + 0x00000000400ddcf0 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400ddd22 0x2 + .text.aes_ccm_auth_start + 0x00000000400ddd24 0xbb esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc3 (size before relaxing) + *fill* 0x00000000400ddddf 0x1 + .text.aes_ccm_ae + 0x00000000400ddde0 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xa6 (size before relaxing) + 0x00000000400ddde0 aes_ccm_ae + *fill* 0x00000000400dde72 0x2 + .text.aes_ccm_ad + 0x00000000400dde74 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc2 (size before relaxing) + 0x00000000400dde74 aes_ccm_ad + *fill* 0x00000000400ddf1e 0x2 + .text._ZL18nvs_find_ns_handlejPPN3nvs15NVSHandleSimpleE + 0x00000000400ddf20 0x29 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x00000000400ddf49 0x3 + .text._ZL24lookup_storage_from_namePKc + 0x00000000400ddf4c 0x11 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x15 (size before relaxing) + *fill* 0x00000000400ddf5d 0x3 + .text._ZL19nvs_get_str_or_blobjN3nvs8ItemTypeEPKcPvPj + 0x00000000400ddf60 0x7e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x86 (size before relaxing) + *fill* 0x00000000400ddfde 0x2 .text._ZL15create_iteratorPN3nvs7StorageE10nvs_type_t - 0x00000000400dddf4 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400ddfe0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x18 (size before relaxing) .text.nvs_flash_init_partition - 0x00000000400dde08 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400ddff4 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x52 (size before relaxing) - 0x00000000400dde08 nvs_flash_init_partition - *fill* 0x00000000400dde4a 0x2 + 0x00000000400ddff4 nvs_flash_init_partition + *fill* 0x00000000400de036 0x2 .text.nvs_flash_init - 0x00000000400dde4c 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de038 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x10 (size before relaxing) - 0x00000000400dde4c nvs_flash_init - *fill* 0x00000000400dde59 0x3 + 0x00000000400de038 nvs_flash_init + *fill* 0x00000000400de045 0x3 .text.nvs_flash_erase_partition - 0x00000000400dde5c 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x26 (size before relaxing) - 0x00000000400dde5c nvs_flash_erase_partition - *fill* 0x00000000400dde7e 0x2 + 0x00000000400de048 0x31 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x3d (size before relaxing) + 0x00000000400de048 nvs_flash_erase_partition + *fill* 0x00000000400de079 0x3 .text.nvs_flash_erase - 0x00000000400dde80 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de07c 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x10 (size before relaxing) - 0x00000000400dde80 nvs_flash_erase - *fill* 0x00000000400dde8d 0x3 + 0x00000000400de07c nvs_flash_erase + *fill* 0x00000000400de089 0x3 .text.nvs_open_from_partition - 0x00000000400dde90 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de08c 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0xae (size before relaxing) - 0x00000000400dde90 nvs_open_from_partition - *fill* 0x00000000400ddf32 0x2 + 0x00000000400de08c nvs_open_from_partition + *fill* 0x00000000400de12e 0x2 .text.nvs_open - 0x00000000400ddf34 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x00000000400ddf34 nvs_open - *fill* 0x00000000400ddf4a 0x2 + 0x00000000400de130 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de130 nvs_open + *fill* 0x00000000400de146 0x2 .text.nvs_close - 0x00000000400ddf4c 0x92 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de148 0x92 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x9a (size before relaxing) - 0x00000000400ddf4c nvs_close - *fill* 0x00000000400ddfde 0x2 + 0x00000000400de148 nvs_close + *fill* 0x00000000400de1da 0x2 .text.nvs_erase_key - 0x00000000400ddfe0 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de1dc 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - 0x00000000400ddfe0 nvs_erase_key - *fill* 0x00000000400de01e 0x2 + 0x00000000400de1dc nvs_erase_key + *fill* 0x00000000400de21a 0x2 .text.nvs_erase_all - 0x00000000400de020 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de21c 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - 0x00000000400de020 nvs_erase_all - *fill* 0x00000000400de05e 0x2 + 0x00000000400de21c nvs_erase_all + *fill* 0x00000000400de25a 0x2 .text.nvs_commit - 0x00000000400de060 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de25c 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - 0x00000000400de060 nvs_commit - *fill* 0x00000000400de09e 0x2 + 0x00000000400de25c nvs_commit + *fill* 0x00000000400de29a 0x2 .text.nvs_set_str - 0x00000000400de0a0 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de29c 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4e (size before relaxing) - 0x00000000400de0a0 nvs_set_str - *fill* 0x00000000400de0e2 0x2 + 0x00000000400de29c nvs_set_str + *fill* 0x00000000400de2de 0x2 .text.nvs_set_blob - 0x00000000400de0e4 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de2e0 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4e (size before relaxing) - 0x00000000400de0e4 nvs_set_blob - *fill* 0x00000000400de126 0x2 + 0x00000000400de2e0 nvs_set_blob + *fill* 0x00000000400de322 0x2 .text.nvs_get_str - 0x00000000400de128 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de324 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x18 (size before relaxing) - 0x00000000400de128 nvs_get_str + 0x00000000400de324 nvs_get_str .text.nvs_get_blob - 0x00000000400de13c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de338 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x18 (size before relaxing) - 0x00000000400de13c nvs_get_blob + 0x00000000400de338 nvs_get_blob .text.nvs_entry_find - 0x00000000400de150 0x52 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x62 (size before relaxing) - 0x00000000400de150 nvs_entry_find - *fill* 0x00000000400de1a2 0x2 + 0x00000000400de34c 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x60 (size before relaxing) + 0x00000000400de34c nvs_entry_find .text.nvs_entry_next - 0x00000000400de1a4 0x4f esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de3a0 0x4f esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x57 (size before relaxing) - 0x00000000400de1a4 nvs_entry_next - *fill* 0x00000000400de1f3 0x1 + 0x00000000400de3a0 nvs_entry_next + *fill* 0x00000000400de3ef 0x1 .text.nvs_entry_info - 0x00000000400de1f4 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x00000000400de1f4 nvs_entry_info - *fill* 0x00000000400de206 0x2 + 0x00000000400de3f0 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de3f0 nvs_entry_info + *fill* 0x00000000400de402 0x2 .text._Z7nvs_setIaEijPKcT_ - 0x00000000400de208 0x43 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de404 0x43 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4f (size before relaxing) - *fill* 0x00000000400de24b 0x1 + *fill* 0x00000000400de447 0x1 .text.nvs_set_i8 - 0x00000000400de24c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x00000000400de24c nvs_set_i8 + 0x00000000400de448 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de448 nvs_set_i8 .text._Z7nvs_setIhEijPKcT_ - 0x00000000400de260 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de45c 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - *fill* 0x00000000400de29e 0x2 - .text.nvs_set_u8 - 0x00000000400de2a0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x00000000400de2a0 nvs_set_u8 - .text._Z7nvs_setIsEijPKcT_ - 0x00000000400de2b4 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4a (size before relaxing) - *fill* 0x00000000400de2f2 0x2 - .text.nvs_set_i16 - 0x00000000400de2f4 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x00000000400de2f4 nvs_set_i16 - .text._Z7nvs_setItEijPKcT_ - 0x00000000400de308 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4a (size before relaxing) - *fill* 0x00000000400de346 0x2 - .text.nvs_set_u16 - 0x00000000400de348 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x00000000400de348 nvs_set_u16 - .text._Z7nvs_setIiEijPKcT_ - 0x00000000400de35c 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4a (size before relaxing) - *fill* 0x00000000400de39a 0x2 - .text.nvs_set_i32 - 0x00000000400de39c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - 0x00000000400de39c nvs_set_i32 - .text._Z7nvs_setIjEijPKcT_ - 0x00000000400de3ac 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4a (size before relaxing) - *fill* 0x00000000400de3ea 0x2 - .text.nvs_set_u32 - 0x00000000400de3ec 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - 0x00000000400de3ec nvs_set_u32 - .text._Z7nvs_setIxEijPKcT_ - 0x00000000400de3fc 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4e (size before relaxing) - *fill* 0x00000000400de43e 0x2 - .text.nvs_set_i64 - 0x00000000400de440 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x00000000400de440 nvs_set_i64 - *fill* 0x00000000400de455 0x3 - .text._Z7nvs_setIyEijPKcT_ - 0x00000000400de458 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4e (size before relaxing) *fill* 0x00000000400de49a 0x2 - .text.nvs_set_u64 - 0x00000000400de49c 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x00000000400de49c nvs_set_u64 - *fill* 0x00000000400de4b1 0x3 - .text._Z7nvs_getIaEijPKcPT_ - 0x00000000400de4b4 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u8 + 0x00000000400de49c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de49c nvs_set_u8 + .text._Z7nvs_setIsEijPKcT_ + 0x00000000400de4b0 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - *fill* 0x00000000400de4f2 0x2 - .text.nvs_get_i8 - 0x00000000400de4f4 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x14 (size before relaxing) - 0x00000000400de4f4 nvs_get_i8 - .text._Z7nvs_getIhEijPKcPT_ + *fill* 0x00000000400de4ee 0x2 + .text.nvs_set_i16 + 0x00000000400de4f0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de4f0 nvs_set_i16 + .text._Z7nvs_setItEijPKcT_ 0x00000000400de504 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) *fill* 0x00000000400de542 0x2 + .text.nvs_set_u16 + 0x00000000400de544 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de544 nvs_set_u16 + .text._Z7nvs_setIiEijPKcT_ + 0x00000000400de558 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4a (size before relaxing) + *fill* 0x00000000400de596 0x2 + .text.nvs_set_i32 + 0x00000000400de598 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400de598 nvs_set_i32 + .text._Z7nvs_setIjEijPKcT_ + 0x00000000400de5a8 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4a (size before relaxing) + *fill* 0x00000000400de5e6 0x2 + .text.nvs_set_u32 + 0x00000000400de5e8 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400de5e8 nvs_set_u32 + .text._Z7nvs_setIxEijPKcT_ + 0x00000000400de5f8 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4e (size before relaxing) + *fill* 0x00000000400de63a 0x2 + .text.nvs_set_i64 + 0x00000000400de63c 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de63c nvs_set_i64 + *fill* 0x00000000400de651 0x3 + .text._Z7nvs_setIyEijPKcT_ + 0x00000000400de654 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4e (size before relaxing) + *fill* 0x00000000400de696 0x2 + .text.nvs_set_u64 + 0x00000000400de698 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de698 nvs_set_u64 + *fill* 0x00000000400de6ad 0x3 + .text._Z7nvs_getIaEijPKcPT_ + 0x00000000400de6b0 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4a (size before relaxing) + *fill* 0x00000000400de6ee 0x2 + .text.nvs_get_i8 + 0x00000000400de6f0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400de6f0 nvs_get_i8 + .text._Z7nvs_getIhEijPKcPT_ + 0x00000000400de700 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4a (size before relaxing) + *fill* 0x00000000400de73e 0x2 .text.nvs_get_u8 - 0x00000000400de544 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de740 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x14 (size before relaxing) - 0x00000000400de544 nvs_get_u8 + 0x00000000400de740 nvs_get_u8 .text._Z7nvs_getIsEijPKcPT_ - 0x00000000400de554 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de750 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - *fill* 0x00000000400de592 0x2 + *fill* 0x00000000400de78e 0x2 .text.nvs_get_i16 - 0x00000000400de594 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de790 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x14 (size before relaxing) - 0x00000000400de594 nvs_get_i16 + 0x00000000400de790 nvs_get_i16 .text._Z7nvs_getItEijPKcPT_ - 0x00000000400de5a4 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de7a0 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - *fill* 0x00000000400de5e2 0x2 + *fill* 0x00000000400de7de 0x2 .text.nvs_get_u16 - 0x00000000400de5e4 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de7e0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x14 (size before relaxing) - 0x00000000400de5e4 nvs_get_u16 + 0x00000000400de7e0 nvs_get_u16 .text._Z7nvs_getIiEijPKcPT_ - 0x00000000400de5f4 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de7f0 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - *fill* 0x00000000400de632 0x2 + *fill* 0x00000000400de82e 0x2 .text.nvs_get_i32 - 0x00000000400de634 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de830 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x14 (size before relaxing) - 0x00000000400de634 nvs_get_i32 + 0x00000000400de830 nvs_get_i32 .text._Z7nvs_getIjEijPKcPT_ - 0x00000000400de644 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de840 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - *fill* 0x00000000400de682 0x2 + *fill* 0x00000000400de87e 0x2 .text.nvs_get_u32 - 0x00000000400de684 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de880 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x14 (size before relaxing) - 0x00000000400de684 nvs_get_u32 + 0x00000000400de880 nvs_get_u32 .text._Z7nvs_getIxEijPKcPT_ - 0x00000000400de694 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de890 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - *fill* 0x00000000400de6d2 0x2 + *fill* 0x00000000400de8ce 0x2 .text.nvs_get_i64 - 0x00000000400de6d4 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de8d0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x14 (size before relaxing) - 0x00000000400de6d4 nvs_get_i64 + 0x00000000400de8d0 nvs_get_i64 .text._Z7nvs_getIyEijPKcPT_ - 0x00000000400de6e4 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de8e0 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x4a (size before relaxing) - *fill* 0x00000000400de722 0x2 + *fill* 0x00000000400de91e 0x2 .text.nvs_get_u64 - 0x00000000400de724 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400de920 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) 0x14 (size before relaxing) - 0x00000000400de724 nvs_get_u64 + 0x00000000400de920 nvs_get_u64 .text._ZN3nvs7Storage15clearNamespacesEv - 0x00000000400de734 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x00000000400de734 _ZN3nvs7Storage15clearNamespacesEv - *fill* 0x00000000400de766 0x2 - .text._ZN3nvs7StorageD2Ev - 0x00000000400de768 0x3b esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x3f (size before relaxing) - 0x00000000400de768 _ZN3nvs7StorageD2Ev - 0x00000000400de768 _ZN3nvs7StorageD1Ev - *fill* 0x00000000400de7a3 0x1 - .text._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE - 0x00000000400de7a4 0x99 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x9d (size before relaxing) - 0x00000000400de7a4 _ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE - *fill* 0x00000000400de83d 0x3 - .text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE - 0x00000000400de840 0x122 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x12a (size before relaxing) - 0x00000000400de840 _ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400de930 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400de930 _ZN3nvs7Storage15clearNamespacesEv *fill* 0x00000000400de962 0x2 + .text._ZN3nvs7StorageD2Ev + 0x00000000400de964 0x3b esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x3f (size before relaxing) + 0x00000000400de964 _ZN3nvs7StorageD2Ev + 0x00000000400de964 _ZN3nvs7StorageD1Ev + *fill* 0x00000000400de99f 0x1 + .text._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400de9a0 0x99 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x9d (size before relaxing) + 0x00000000400de9a0 _ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE + *fill* 0x00000000400dea39 0x3 + .text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400dea3c 0x122 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x12a (size before relaxing) + 0x00000000400dea3c _ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + *fill* 0x00000000400deb5e 0x2 .text._ZN3nvs7Storage4initEjj - 0x00000000400de964 0x190 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400deb60 0x190 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0x194 (size before relaxing) - 0x00000000400de964 _ZN3nvs7Storage4initEjj + 0x00000000400deb60 _ZN3nvs7Storage4initEjj .text._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE - 0x00000000400deaf4 0x4b esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x00000000400deaf4 _ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE - *fill* 0x00000000400deb3f 0x1 + 0x00000000400decf0 0x4b esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400decf0 _ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE + *fill* 0x00000000400ded3b 0x1 .text._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE - 0x00000000400deb40 0x23a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400ded3c 0x23a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0x24a (size before relaxing) - 0x00000000400deb40 _ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE - *fill* 0x00000000400ded7a 0x2 + 0x00000000400ded3c _ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE + *fill* 0x00000000400def76 0x2 .text._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj - 0x00000000400ded7c 0xe1 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400def78 0xe1 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0xe9 (size before relaxing) - 0x00000000400ded7c _ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj - *fill* 0x00000000400dee5d 0x3 + 0x00000000400def78 _ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj + *fill* 0x00000000400df059 0x3 .text._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE - 0x00000000400dee60 0xf1 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df05c 0xf1 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0xf9 (size before relaxing) - 0x00000000400dee60 _ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE - *fill* 0x00000000400def51 0x3 + 0x00000000400df05c _ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE + *fill* 0x00000000400df14d 0x3 .text._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj - 0x00000000400def54 0x110 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df150 0x110 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0x114 (size before relaxing) - 0x00000000400def54 _ZN3nvs7Storage17readMultiPageBlobEhPKcPvj + 0x00000000400df150 _ZN3nvs7Storage17readMultiPageBlobEhPKcPvj .text._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj - 0x00000000400df064 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df260 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0x70 (size before relaxing) - 0x00000000400df064 _ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000400df260 _ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj .text._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj - 0x00000000400df0cc 0x27e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df2c8 0x27e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0x2aa (size before relaxing) - 0x00000000400df0cc _ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj - *fill* 0x00000000400df34a 0x2 + 0x00000000400df2c8 _ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + *fill* 0x00000000400df546 0x2 .text._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh - 0x00000000400df34c 0x12c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df548 0x12c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0x130 (size before relaxing) - 0x00000000400df34c _ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + 0x00000000400df548 _ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh .text._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc - 0x00000000400df478 0x94 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df674 0x94 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0x9c (size before relaxing) - 0x00000000400df478 _ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + 0x00000000400df674 _ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc .text._ZN3nvs7Storage14eraseNamespaceEh - 0x00000000400df50c 0x41 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x00000000400df50c _ZN3nvs7Storage14eraseNamespaceEh - *fill* 0x00000000400df54d 0x3 + 0x00000000400df708 0x41 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df708 _ZN3nvs7Storage14eraseNamespaceEh + *fill* 0x00000000400df749 0x3 .text._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj - 0x00000000400df550 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df74c 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0x68 (size before relaxing) - 0x00000000400df550 _ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + 0x00000000400df74c _ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj .text._ZN3nvs7Storage22calcEntriesInNamespaceEhRj - 0x00000000400df5b4 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x00000000400df5b4 _ZN3nvs7Storage22calcEntriesInNamespaceEhRj + 0x00000000400df7b0 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df7b0 _ZN3nvs7Storage22calcEntriesInNamespaceEhRj .text._ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t - 0x00000000400df614 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x00000000400df614 _ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t - *fill* 0x00000000400df64e 0x2 + 0x00000000400df810 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df810 _ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t + *fill* 0x00000000400df84a 0x2 .text._ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t - 0x00000000400df650 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df84c 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) 0x7c (size before relaxing) - 0x00000000400df650 _ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t + 0x00000000400df84c _ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t .text._ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc - 0x00000000400df6c4 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x00000000400df6c4 _ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc - *fill* 0x00000000400df6f9 0x3 + 0x00000000400df8c0 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400df8c0 _ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc + *fill* 0x00000000400df8f5 0x3 .text._ZN3nvs19NVSPartitionManagerD0Ev - 0x00000000400df6fc 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x00000000400df6fc _ZN3nvs19NVSPartitionManagerD0Ev - *fill* 0x00000000400df70a 0x2 + 0x00000000400df8f8 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400df8f8 _ZN3nvs19NVSPartitionManagerD0Ev + *fill* 0x00000000400df906 0x2 .text._ZN3nvs19NVSPartitionManager12get_instanceEv - 0x00000000400df70c 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x00000000400df70c _ZN3nvs19NVSPartitionManager12get_instanceEv + 0x00000000400df908 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400df908 _ZN3nvs19NVSPartitionManager12get_instanceEv .text._ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE - 0x00000000400df744 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x00000000400df744 _ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE - *fill* 0x00000000400df77a 0x2 + 0x00000000400df940 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400df940 _ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE + *fill* 0x00000000400df976 0x2 .text._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc - 0x00000000400df77c 0x1f esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x00000000400df77c _ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc - *fill* 0x00000000400df79b 0x1 + 0x00000000400df978 0x1f esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400df978 _ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc + *fill* 0x00000000400df997 0x1 .text._ZN3nvs19NVSPartitionManager11init_customEPKcjj - 0x00000000400df79c 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400df998 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) 0xbc (size before relaxing) - 0x00000000400df79c _ZN3nvs19NVSPartitionManager11init_customEPKcjj + 0x00000000400df998 _ZN3nvs19NVSPartitionManager11init_customEPKcjj .text._ZN3nvs19NVSPartitionManager14init_partitionEPKc - 0x00000000400df854 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400dfa50 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) 0x42 (size before relaxing) - 0x00000000400df854 _ZN3nvs19NVSPartitionManager14init_partitionEPKc - *fill* 0x00000000400df88e 0x2 + 0x00000000400dfa50 _ZN3nvs19NVSPartitionManager14init_partitionEPKc + *fill* 0x00000000400dfa8a 0x2 .text._ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE - 0x00000000400df890 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400dfa8c 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) 0x9c (size before relaxing) - 0x00000000400df890 _ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE + 0x00000000400dfa8c _ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE .text._ZN3nvs8HashList5clearEv - 0x00000000400df928 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x00000000400df928 _ZN3nvs8HashList5clearEv - *fill* 0x00000000400df95e 0x2 + 0x00000000400dfb24 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000400dfb24 _ZN3nvs8HashList5clearEv + *fill* 0x00000000400dfb5a 0x2 .text._ZN3nvs8HashListD2Ev - 0x00000000400df960 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000400dfb5c 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) 0xe (size before relaxing) - 0x00000000400df960 _ZN3nvs8HashListD2Ev - 0x00000000400df960 _ZN3nvs8HashListD1Ev - *fill* 0x00000000400df96a 0x2 + 0x00000000400dfb5c _ZN3nvs8HashListD2Ev + 0x00000000400dfb5c _ZN3nvs8HashListD1Ev + *fill* 0x00000000400dfb66 0x2 .text._ZN3nvs8HashList6insertERKNS_4ItemEj - 0x00000000400df96c 0x81 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000400dfb68 0x81 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) 0x85 (size before relaxing) - 0x00000000400df96c _ZN3nvs8HashList6insertERKNS_4ItemEj - *fill* 0x00000000400df9ed 0x3 + 0x00000000400dfb68 _ZN3nvs8HashList6insertERKNS_4ItemEj + *fill* 0x00000000400dfbe9 0x3 .text._ZN3nvs8HashList5eraseEjb - 0x00000000400df9f0 0x92 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x00000000400df9f0 _ZN3nvs8HashList5eraseEjb - *fill* 0x00000000400dfa82 0x2 + 0x00000000400dfbec 0x92 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000400dfbec _ZN3nvs8HashList5eraseEjb + *fill* 0x00000000400dfc7e 0x2 .text._ZN3nvs8HashList4findEjRKNS_4ItemE - 0x00000000400dfa84 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000400dfc80 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) 0x4c (size before relaxing) - 0x00000000400dfa84 _ZN3nvs8HashList4findEjRKNS_4ItemE + 0x00000000400dfc80 _ZN3nvs8HashList4findEjRKNS_4ItemE .text._ZN3nvs4Page6Header14calculateCrc32Ev - 0x00000000400dfacc 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400dfacc _ZN3nvs4Page6Header14calculateCrc32Ev + 0x00000000400dfcc8 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dfcc8 _ZN3nvs4Page6Header14calculateCrc32Ev .text._ZN3nvs4Page20updateFirstUsedEntryEjj - 0x00000000400dfae0 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400dfae0 _ZN3nvs4Page20updateFirstUsedEntryEjj + 0x00000000400dfcdc 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dfcdc _ZN3nvs4Page20updateFirstUsedEntryEjj .text._ZN3nvs4Page10initializeEv - 0x00000000400dfb50 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dfd4c 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0x78 (size before relaxing) - 0x00000000400dfb50 _ZN3nvs4Page10initializeEv + 0x00000000400dfd4c _ZN3nvs4Page10initializeEv .text._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE - 0x00000000400dfbc4 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400dfbc4 _ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + 0x00000000400dfdc0 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dfdc0 _ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE .text._ZN3nvs4Page10writeEntryERKNS_4ItemE - 0x00000000400dfc48 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400dfc48 _ZN3nvs4Page10writeEntryERKNS_4ItemE + 0x00000000400dfe44 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dfe44 _ZN3nvs4Page10writeEntryERKNS_4ItemE .text._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE - 0x00000000400dfcac 0xba esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400dfcac _ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE - *fill* 0x00000000400dfd66 0x2 + 0x00000000400dfea8 0xba esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dfea8 _ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + *fill* 0x00000000400dff62 0x2 .text._ZN3nvs4Page14writeEntryDataEPKhj - 0x00000000400dfd68 0xd8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dff64 0xd8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0xe4 (size before relaxing) - 0x00000000400dfd68 _ZN3nvs4Page14writeEntryDataEPKhj + 0x00000000400dff64 _ZN3nvs4Page14writeEntryDataEPKhj .text._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh - 0x00000000400dfe40 0x1f0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e003c 0x1f0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0x204 (size before relaxing) - 0x00000000400dfe40 _ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh + 0x00000000400e003c _ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh .text._ZN3nvs4Page14alterPageStateENS0_9PageStateE - 0x00000000400e0030 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400e0030 _ZN3nvs4Page14alterPageStateENS0_9PageStateE + 0x00000000400e022c 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e022c _ZN3nvs4Page14alterPageStateENS0_9PageStateE .text._ZNK3nvs4Page9readEntryEjRNS_4ItemE - 0x00000000400e0050 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e024c 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0x34 (size before relaxing) - 0x00000000400e0050 _ZNK3nvs4Page9readEntryEjRNS_4ItemE + 0x00000000400e024c _ZNK3nvs4Page9readEntryEjRNS_4ItemE .text._ZN3nvs4Page17eraseEntryAndSpanEj - 0x00000000400e0080 0x14a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e027c 0x14a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0x162 (size before relaxing) - 0x00000000400e0080 _ZN3nvs4Page17eraseEntryAndSpanEj - *fill* 0x00000000400e01ca 0x2 + 0x00000000400e027c _ZN3nvs4Page17eraseEntryAndSpanEj + *fill* 0x00000000400e03c6 0x2 .text._ZN3nvs4Page9copyItemsERS0_ - 0x00000000400e01cc 0xe6 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e03c8 0xe6 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0xfa (size before relaxing) - 0x00000000400e01cc _ZN3nvs4Page9copyItemsERS0_ - *fill* 0x00000000400e02b2 0x2 + 0x00000000400e03c8 _ZN3nvs4Page9copyItemsERS0_ + *fill* 0x00000000400e04ae 0x2 .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE - 0x00000000400e02b4 0x29d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e04b0 0x29d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0x2a5 (size before relaxing) - 0x00000000400e02b4 _ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE - *fill* 0x00000000400e0551 0x3 + 0x00000000400e04b0 _ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE + *fill* 0x00000000400e074d 0x3 .text._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE - 0x00000000400e0554 0x101 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0750 0x101 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0x109 (size before relaxing) - 0x00000000400e0554 _ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE - *fill* 0x00000000400e0655 0x3 + 0x00000000400e0750 _ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE + *fill* 0x00000000400e0851 0x3 .text._ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE - 0x00000000400e0658 0xfd esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0854 0xfd esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0x101 (size before relaxing) - 0x00000000400e0658 _ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE - *fill* 0x00000000400e0755 0x3 + 0x00000000400e0854 _ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE + *fill* 0x00000000400e0951 0x3 .text._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE - 0x00000000400e0758 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0954 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0x38 (size before relaxing) - 0x00000000400e0758 _ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x00000000400e0954 _ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE .text._ZN3nvs4Page15mLoadEntryTableEv - 0x00000000400e078c 0x460 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0988 0x460 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0x47c (size before relaxing) - 0x00000000400e078c _ZN3nvs4Page15mLoadEntryTableEv + 0x00000000400e0988 _ZN3nvs4Page15mLoadEntryTableEv .text._ZN3nvs4Page4loadEj - 0x00000000400e0bec 0x114 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0de8 0x114 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) 0x118 (size before relaxing) - 0x00000000400e0bec _ZN3nvs4Page4loadEj + 0x00000000400e0de8 _ZN3nvs4Page4loadEj .text._ZNK3nvs4Page12getSeqNumberERj - 0x00000000400e0d00 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400e0d00 _ZNK3nvs4Page12getSeqNumberERj - *fill* 0x00000000400e0d2d 0x3 + 0x00000000400e0efc 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0efc _ZNK3nvs4Page12getSeqNumberERj + *fill* 0x00000000400e0f29 0x3 .text._ZN3nvs4Page12setSeqNumberEj - 0x00000000400e0d30 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400e0d30 _ZN3nvs4Page12setSeqNumberEj - *fill* 0x00000000400e0d45 0x3 + 0x00000000400e0f2c 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0f2c _ZN3nvs4Page12setSeqNumberEj + *fill* 0x00000000400e0f41 0x3 .text._ZN3nvs4Page5eraseEv - 0x00000000400e0d48 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400e0d48 _ZN3nvs4Page5eraseEv - *fill* 0x00000000400e0d7e 0x2 + 0x00000000400e0f44 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0f44 _ZN3nvs4Page5eraseEv + *fill* 0x00000000400e0f7a 0x2 .text._ZN3nvs4Page11markFreeingEv - 0x00000000400e0d80 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400e0d80 _ZN3nvs4Page11markFreeingEv - *fill* 0x00000000400e0dad 0x3 + 0x00000000400e0f7c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0f7c _ZN3nvs4Page11markFreeingEv + *fill* 0x00000000400e0fa9 0x3 .text._ZN3nvs4Page8markFullEv - 0x00000000400e0db0 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400e0db0 _ZN3nvs4Page8markFullEv - *fill* 0x00000000400e0dce 0x2 + 0x00000000400e0fac 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0fac _ZN3nvs4Page8markFullEv + *fill* 0x00000000400e0fca 0x2 .text._ZNK3nvs4Page18getVarDataTailroomEv - 0x00000000400e0dd0 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x00000000400e0dd0 _ZNK3nvs4Page18getVarDataTailroomEv + 0x00000000400e0fcc 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400e0fcc _ZNK3nvs4Page18getVarDataTailroomEv .text._ZN3nvs11PageManager12activatePageEv - 0x00000000400e0e08 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x00000000400e0e08 _ZN3nvs11PageManager12activatePageEv + 0x00000000400e1004 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x00000000400e1004 _ZN3nvs11PageManager12activatePageEv .text._ZN3nvs11PageManager14requestNewPageEv - 0x00000000400e0e7c 0xdc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x00000000400e1078 0xdc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) 0xf0 (size before relaxing) - 0x00000000400e0e7c _ZN3nvs11PageManager14requestNewPageEv + 0x00000000400e1078 _ZN3nvs11PageManager14requestNewPageEv .text._ZN3nvs11PageManager4loadEjj - 0x00000000400e0f58 0x3be esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x00000000400e1154 0x3be esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) 0x3da (size before relaxing) - 0x00000000400e0f58 _ZN3nvs11PageManager4loadEjj - *fill* 0x00000000400e1316 0x2 + 0x00000000400e1154 _ZN3nvs11PageManager4loadEjj + *fill* 0x00000000400e1512 0x2 .text._ZN3nvs15NVSHandleSimple6commitEv - 0x00000000400e1318 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x00000000400e1318 _ZN3nvs15NVSHandleSimple6commitEv - *fill* 0x00000000400e132a 0x2 + 0x00000000400e1514 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e1514 _ZN3nvs15NVSHandleSimple6commitEv + *fill* 0x00000000400e1526 0x2 .text._ZN3nvs15NVSHandleSimpleD2Ev - 0x00000000400e132c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e1528 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) 0x18 (size before relaxing) - 0x00000000400e132c _ZN3nvs15NVSHandleSimpleD2Ev - 0x00000000400e132c _ZN3nvs15NVSHandleSimpleD1Ev + 0x00000000400e1528 _ZN3nvs15NVSHandleSimpleD2Ev + 0x00000000400e1528 _ZN3nvs15NVSHandleSimpleD1Ev .text._ZN3nvs15NVSHandleSimpleD0Ev - 0x00000000400e1340 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e153c 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) 0x16 (size before relaxing) - 0x00000000400e1340 _ZN3nvs15NVSHandleSimpleD0Ev - *fill* 0x00000000400e1352 0x2 + 0x00000000400e153c _ZN3nvs15NVSHandleSimpleD0Ev + *fill* 0x00000000400e154e 0x2 .text._ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj - 0x00000000400e1354 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x00000000400e1354 _ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj - *fill* 0x00000000400e1389 0x3 + 0x00000000400e1550 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e1550 _ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj + *fill* 0x00000000400e1585 0x3 .text._ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj - 0x00000000400e138c 0x31 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x00000000400e138c _ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj - *fill* 0x00000000400e13bd 0x3 + 0x00000000400e1588 0x31 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e1588 _ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj + *fill* 0x00000000400e15b9 0x3 .text._ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj - 0x00000000400e13c0 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x00000000400e13c0 _ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj - *fill* 0x00000000400e13e6 0x2 + 0x00000000400e15bc 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e15bc _ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj + *fill* 0x00000000400e15e2 0x2 .text._ZN3nvs15NVSHandleSimple10get_stringEPKcPcj - 0x00000000400e13e8 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e15e4 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) 0x26 (size before relaxing) - 0x00000000400e13e8 _ZN3nvs15NVSHandleSimple10get_stringEPKcPcj - *fill* 0x00000000400e140a 0x2 + 0x00000000400e15e4 _ZN3nvs15NVSHandleSimple10get_stringEPKcPcj + *fill* 0x00000000400e1606 0x2 .text._ZN3nvs15NVSHandleSimple8get_blobEPKcPvj - 0x00000000400e140c 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e1608 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) 0x26 (size before relaxing) - 0x00000000400e140c _ZN3nvs15NVSHandleSimple8get_blobEPKcPvj - *fill* 0x00000000400e142e 0x2 + 0x00000000400e1608 _ZN3nvs15NVSHandleSimple8get_blobEPKcPvj + *fill* 0x00000000400e162a 0x2 .text._ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ - 0x00000000400e1430 0x3d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x00000000400e1430 _ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ - *fill* 0x00000000400e146d 0x3 + 0x00000000400e162c 0x3d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e162c _ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ + *fill* 0x00000000400e1669 0x3 .text._ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj - 0x00000000400e1470 0x25 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x00000000400e1470 _ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj - *fill* 0x00000000400e1495 0x3 + 0x00000000400e166c 0x25 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e166c _ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj + *fill* 0x00000000400e1691 0x3 .text._ZN3nvs15NVSHandleSimple10erase_itemEPKc - 0x00000000400e1498 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x00000000400e1498 _ZN3nvs15NVSHandleSimple10erase_itemEPKc - *fill* 0x00000000400e14c5 0x3 + 0x00000000400e1694 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e1694 _ZN3nvs15NVSHandleSimple10erase_itemEPKc + *fill* 0x00000000400e16c1 0x3 .text._ZN3nvs15NVSHandleSimple9erase_allEv - 0x00000000400e14c8 0x29 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x00000000400e14c8 _ZN3nvs15NVSHandleSimple9erase_allEv - *fill* 0x00000000400e14f1 0x3 + 0x00000000400e16c4 0x29 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e16c4 _ZN3nvs15NVSHandleSimple9erase_allEv + *fill* 0x00000000400e16ed 0x3 .text._ZN3nvs15NVSHandleSimple20get_used_entry_countERj - 0x00000000400e14f4 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x00000000400e14f4 _ZN3nvs15NVSHandleSimple20get_used_entry_countERj - *fill* 0x00000000400e151e 0x2 + 0x00000000400e16f0 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e16f0 _ZN3nvs15NVSHandleSimple20get_used_entry_countERj + *fill* 0x00000000400e171a 0x2 .text._ZNK3nvs4Item14calculateCrc32Ev - 0x00000000400e1520 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x00000000400e1520 _ZNK3nvs4Item14calculateCrc32Ev + 0x00000000400e171c 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00000000400e171c _ZNK3nvs4Item14calculateCrc32Ev .text._ZNK3nvs4Item26calculateCrc32WithoutValueEv - 0x00000000400e154c 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x00000000400e154c _ZNK3nvs4Item26calculateCrc32WithoutValueEv + 0x00000000400e1748 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00000000400e1748 _ZNK3nvs4Item26calculateCrc32WithoutValueEv .text._ZN3nvs4Item14calculateCrc32EPKhj - 0x00000000400e1574 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x00000000400e1574 _ZN3nvs4Item14calculateCrc32EPKhj + 0x00000000400e1770 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00000000400e1770 _ZN3nvs4Item14calculateCrc32EPKhj .text._ZN3nvs15nvs_flash_writeEjPKvj - 0x00000000400e1588 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + 0x00000000400e1784 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) 0x14 (size before relaxing) - 0x00000000400e1588 _ZN3nvs15nvs_flash_writeEjPKvj + 0x00000000400e1784 _ZN3nvs15nvs_flash_writeEjPKvj .text._ZN3nvs14nvs_flash_readEjPvj - 0x00000000400e1598 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + 0x00000000400e1794 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) 0x14 (size before relaxing) - 0x00000000400e1598 _ZN3nvs14nvs_flash_readEjPvj + 0x00000000400e1794 _ZN3nvs14nvs_flash_readEjPvj .text.s_set_default_wifi_log_level - 0x00000000400e15a8 0x1b esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - *fill* 0x00000000400e15c3 0x1 + 0x00000000400e17a4 0x1b esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x00000000400e17bf 0x1 .text.esp_wifi_deinit - 0x00000000400e15c4 0x26 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x35 (size before relaxing) - 0x00000000400e15c4 esp_wifi_deinit - *fill* 0x00000000400e15ea 0x2 + 0x00000000400e17c0 0x29 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x38 (size before relaxing) + 0x00000000400e17c0 esp_wifi_deinit + *fill* 0x00000000400e17e9 0x3 .text.esp_wifi_init - 0x00000000400e15ec 0x6e esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x00000000400e17ec 0x6e esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) 0x8a (size before relaxing) - 0x00000000400e15ec esp_wifi_init - *fill* 0x00000000400e165a 0x2 + 0x00000000400e17ec esp_wifi_init + *fill* 0x00000000400e185a 0x2 .text.wifi_default_action_sta_got_ip - 0x00000000400e165c 0x3b esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e185c 0x3b esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) 0x43 (size before relaxing) - *fill* 0x00000000400e1697 0x1 + *fill* 0x00000000400e1897 0x1 .text.wifi_default_action_ap_stop - 0x00000000400e1698 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1898 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) .text.wifi_default_action_sta_stop - 0x00000000400e16b0 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e18b0 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) .text.wifi_start - 0x00000000400e16c8 0x7c esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e18c8 0x7c esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) 0x98 (size before relaxing) .text.wifi_default_action_ap_start - 0x00000000400e1744 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1944 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) .text.wifi_default_action_sta_start - 0x00000000400e175c 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e195c 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) .text.wifi_default_action_sta_disconnected - 0x00000000400e1774 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1974 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) .text.wifi_default_action_sta_connected - 0x00000000400e178c 0x5b esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e198c 0x5b esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) 0x67 (size before relaxing) - *fill* 0x00000000400e17e7 0x1 + *fill* 0x00000000400e19e7 0x1 .text.create_and_attach - 0x00000000400e17e8 0x32 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e19e8 0x32 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) 0x3a (size before relaxing) - *fill* 0x00000000400e181a 0x2 + *fill* 0x00000000400e1a1a 0x2 .text._esp_wifi_clear_default_wifi_handlers - 0x00000000400e181c 0x76 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x7e (size before relaxing) - 0x00000000400e181c _esp_wifi_clear_default_wifi_handlers - *fill* 0x00000000400e1892 0x2 + 0x00000000400e1a1c 0x7e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1a1c _esp_wifi_clear_default_wifi_handlers + *fill* 0x00000000400e1a9a 0x2 .text._esp_wifi_set_default_wifi_handlers - 0x00000000400e1894 0xe9 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0xed (size before relaxing) - 0x00000000400e1894 _esp_wifi_set_default_wifi_handlers - *fill* 0x00000000400e197d 0x3 + 0x00000000400e1a9c 0xed esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1a9c _esp_wifi_set_default_wifi_handlers + *fill* 0x00000000400e1b89 0x3 .text.esp_wifi_set_default_wifi_sta_handlers - 0x00000000400e1980 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1b8c 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) 0xd (size before relaxing) - 0x00000000400e1980 esp_wifi_set_default_wifi_sta_handlers - *fill* 0x00000000400e198a 0x2 + 0x00000000400e1b8c esp_wifi_set_default_wifi_sta_handlers + *fill* 0x00000000400e1b96 0x2 .text.esp_wifi_set_default_wifi_ap_handlers - 0x00000000400e198c 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1b98 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) 0xd (size before relaxing) - 0x00000000400e198c esp_wifi_set_default_wifi_ap_handlers - *fill* 0x00000000400e1996 0x2 + 0x00000000400e1b98 esp_wifi_set_default_wifi_ap_handlers + *fill* 0x00000000400e1ba2 0x2 .text.esp_netif_attach_wifi_station - 0x00000000400e1998 0x1e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x00000000400e1998 esp_netif_attach_wifi_station - *fill* 0x00000000400e19b6 0x2 + 0x00000000400e1ba4 0x1e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1ba4 esp_netif_attach_wifi_station + *fill* 0x00000000400e1bc2 0x2 .text.esp_netif_attach_wifi_ap - 0x00000000400e19b8 0x1e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x00000000400e19b8 esp_netif_attach_wifi_ap - *fill* 0x00000000400e19d6 0x2 + 0x00000000400e1bc4 0x1e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1bc4 esp_netif_attach_wifi_ap + *fill* 0x00000000400e1be2 0x2 .text.esp_netif_create_default_wifi_ap - 0x00000000400e19d8 0x38 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1be4 0x38 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) 0x42 (size before relaxing) - 0x00000000400e19d8 esp_netif_create_default_wifi_ap - *fill* 0x00000000400e1a10 0x0 + 0x00000000400e1be4 esp_netif_create_default_wifi_ap + *fill* 0x00000000400e1c1c 0x0 .text.esp_netif_create_default_wifi_sta - 0x00000000400e1a10 0x38 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400e1c1c 0x38 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) 0x42 (size before relaxing) - 0x00000000400e1a10 esp_netif_create_default_wifi_sta - *fill* 0x00000000400e1a48 0x0 + 0x00000000400e1c1c esp_netif_create_default_wifi_sta + *fill* 0x00000000400e1c54 0x0 .text.wifi_sta_receive - 0x00000000400e1a48 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000400e1c54 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) .text.wifi_ap_receive - 0x00000000400e1a64 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000400e1c70 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) .text.wifi_driver_start - 0x00000000400e1a80 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000400e1c8c 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) 0x20 (size before relaxing) .text.wifi_free - 0x00000000400e1a9c 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000400e1ca8 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) 0xe (size before relaxing) - *fill* 0x00000000400e1aa6 0x2 + *fill* 0x00000000400e1cb2 0x2 .text.wifi_transmit - 0x00000000400e1aa8 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000400e1cb4 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) .text.esp_wifi_create_if_driver - 0x00000000400e1abc 0x31 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000400e1cc8 0x31 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) 0x3d (size before relaxing) - 0x00000000400e1abc esp_wifi_create_if_driver - *fill* 0x00000000400e1aed 0x3 + 0x00000000400e1cc8 esp_wifi_create_if_driver + *fill* 0x00000000400e1cf9 0x3 .text.esp_wifi_get_if_mac - 0x00000000400e1af0 0x11 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x00000000400e1af0 esp_wifi_get_if_mac - *fill* 0x00000000400e1b01 0x3 + 0x00000000400e1cfc 0x11 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000400e1cfc esp_wifi_get_if_mac + *fill* 0x00000000400e1d0d 0x3 .text.esp_wifi_register_if_rxcb - 0x00000000400e1b04 0x8e esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000400e1d10 0x8e esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) 0xa6 (size before relaxing) - 0x00000000400e1b04 esp_wifi_register_if_rxcb - *fill* 0x00000000400e1b92 0x2 + 0x00000000400e1d10 esp_wifi_register_if_rxcb + *fill* 0x00000000400e1d9e 0x2 .text.queue_create_wrapper - 0x00000000400e1b94 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x00000000400e1da0 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) 0x14 (size before relaxing) .text.mutex_delete_wrapper - 0x00000000400e1ba4 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x00000000400e1db0 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) 0xe (size before relaxing) - *fill* 0x00000000400e1bae 0x2 + *fill* 0x00000000400e1dba 0x2 .text.wifi_thread_semphr_free - 0x00000000400e1bb0 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x00000000400e1dbc 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) 0xf (size before relaxing) - *fill* 0x00000000400e1bbc 0x0 + *fill* 0x00000000400e1dc8 0x0 .text.semphr_delete_wrapper - 0x00000000400e1bbc 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x00000000400e1dc8 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) 0xe (size before relaxing) - *fill* 0x00000000400e1bc6 0x2 + *fill* 0x00000000400e1dd2 0x2 .text.get_time_wrapper - 0x00000000400e1bc8 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x00000000400e1dd4 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) 0x10 (size before relaxing) - .text.timer_setfn_wrapper - 0x00000000400e1bd4 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x12 (size before relaxing) - *fill* 0x00000000400e1be2 0x2 - .text.timer_done_wrapper - 0x00000000400e1be4 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.wifi_clock_disable_wrapper + 0x00000000400e1de0 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) 0xe (size before relaxing) - *fill* 0x00000000400e1bee 0x2 - .text.esp_event_post_wrapper - 0x00000000400e1bf0 0x28 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.task_create_wrapper - 0x00000000400e1c18 0x1e esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400e1c36 0x2 - .text.task_create_pinned_to_core_wrapper - 0x00000000400e1c38 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.event_group_wait_bits_wrapper - 0x00000000400e1c5c 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x28 (size before relaxing) - .text.queue_recv_wrapper - 0x00000000400e1c80 0x26 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400e1ca6 0x2 - .text.semphr_take_wrapper - 0x00000000400e1ca8 0x28 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.queue_send_to_front_wrapper - 0x00000000400e1cd0 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400e1ce5 0x3 - .text.queue_send_to_back_wrapper - 0x00000000400e1ce8 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400e1cfd 0x3 - .text.queue_send_wrapper - 0x00000000400e1d00 0x26 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400e1d26 0x2 - .text.semphr_give_wrapper - 0x00000000400e1d28 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400e1d3d 0x3 - .text.recursive_mutex_create_wrapper - 0x00000000400e1d40 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x10 (size before relaxing) - .text.mutex_create_wrapper - 0x00000000400e1d4c 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x10 (size before relaxing) - .text.semphr_create_wrapper - 0x00000000400e1d58 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400e1d69 0x3 - .text.wifi_thread_semphr_get_wrapper - 0x00000000400e1d6c 0x48 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x58 (size before relaxing) - .text.spin_lock_create_wrapper - 0x00000000400e1db4 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.set_isr_wrapper - 0x00000000400e1dd8 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400e1dea 0x2 + .text.wifi_clock_enable_wrapper + 0x00000000400e1dec 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400e1df6 0x2 + .text.wifi_reset_mac_wrapper + 0x00000000400e1df8 0x28 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x2c (size before relaxing) + .text.timer_setfn_wrapper + 0x00000000400e1e20 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) 0x12 (size before relaxing) - *fill* 0x00000000400e1de6 0x2 - .text.wifi_create_queue - 0x00000000400e1de8 0x20 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x24 (size before relaxing) - 0x00000000400e1de8 wifi_create_queue - .text.wifi_create_queue_wrapper - 0x00000000400e1e08 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x00000000400e1e19 0x3 - .text.wifi_delete_queue - 0x00000000400e1e1c 0x13 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x17 (size before relaxing) - 0x00000000400e1e1c wifi_delete_queue - *fill* 0x00000000400e1e2f 0x1 - .text.wifi_delete_queue_wrapper + *fill* 0x00000000400e1e2e 0x2 + .text.timer_done_wrapper 0x00000000400e1e30 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) 0xe (size before relaxing) *fill* 0x00000000400e1e3a 0x2 + .text.esp_event_post_wrapper + 0x00000000400e1e3c 0x28 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.task_create_wrapper + 0x00000000400e1e64 0x1e esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400e1e82 0x2 + .text.task_create_pinned_to_core_wrapper + 0x00000000400e1e84 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.event_group_wait_bits_wrapper + 0x00000000400e1ea8 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x28 (size before relaxing) + .text.queue_recv_wrapper + 0x00000000400e1ecc 0x26 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400e1ef2 0x2 + .text.semphr_take_wrapper + 0x00000000400e1ef4 0x28 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.queue_send_to_front_wrapper + 0x00000000400e1f1c 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400e1f31 0x3 + .text.queue_send_to_back_wrapper + 0x00000000400e1f34 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400e1f49 0x3 + .text.queue_send_wrapper + 0x00000000400e1f4c 0x26 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400e1f72 0x2 + .text.semphr_give_wrapper + 0x00000000400e1f74 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400e1f89 0x3 + .text.recursive_mutex_create_wrapper + 0x00000000400e1f8c 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + .text.mutex_create_wrapper + 0x00000000400e1f98 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + .text.semphr_create_wrapper + 0x00000000400e1fa4 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400e1fb5 0x3 + .text.wifi_thread_semphr_get_wrapper + 0x00000000400e1fb8 0x48 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x58 (size before relaxing) + .text.spin_lock_create_wrapper + 0x00000000400e2000 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.set_isr_wrapper + 0x00000000400e2024 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000400e2032 0x2 + .text.wifi_create_queue + 0x00000000400e2034 0x20 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x24 (size before relaxing) + 0x00000000400e2034 wifi_create_queue + .text.wifi_create_queue_wrapper + 0x00000000400e2054 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400e2065 0x3 + .text.wifi_delete_queue + 0x00000000400e2068 0x13 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x17 (size before relaxing) + 0x00000000400e2068 wifi_delete_queue + *fill* 0x00000000400e207b 0x1 + .text.wifi_delete_queue_wrapper + 0x00000000400e207c 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400e2086 0x2 .text.load_cal_data_from_nvs_handle - 0x00000000400e1e3c 0x104 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e2088 0x104 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0x124 (size before relaxing) .text.store_cal_data_to_nvs_handle - 0x00000000400e1f40 0xbe esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e218c 0xbe esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0xe6 (size before relaxing) - *fill* 0x00000000400e1ffe 0x2 + *fill* 0x00000000400e224a 0x2 .text.esp_phy_rf_deinit - 0x00000000400e2000 0xf7 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e224c 0xf7 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0x10e (size before relaxing) - 0x00000000400e2000 esp_phy_rf_deinit - *fill* 0x00000000400e20f7 0x1 + 0x00000000400e224c esp_phy_rf_deinit + *fill* 0x00000000400e2343 0x1 .text.esp_modem_sleep_enter - 0x00000000400e20f8 0x9d esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e2344 0x9d esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0xad (size before relaxing) - 0x00000000400e20f8 esp_modem_sleep_enter - *fill* 0x00000000400e2195 0x3 + 0x00000000400e2344 esp_modem_sleep_enter + *fill* 0x00000000400e23e1 0x3 .text.esp_modem_sleep_register - 0x00000000400e2198 0x84 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e23e4 0x84 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0x90 (size before relaxing) - 0x00000000400e2198 esp_modem_sleep_register + 0x00000000400e23e4 esp_modem_sleep_register .text.esp_phy_get_init_data - 0x00000000400e221c 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x00000000400e221c esp_phy_get_init_data + 0x00000000400e2468 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e2468 esp_phy_get_init_data .text.esp_phy_load_cal_data_from_nvs - 0x00000000400e2224 0x44 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e2470 0x44 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0x50 (size before relaxing) - 0x00000000400e2224 esp_phy_load_cal_data_from_nvs + 0x00000000400e2470 esp_phy_load_cal_data_from_nvs .text.esp_phy_store_cal_data_to_nvs - 0x00000000400e2268 0x24 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e24b4 0x24 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0x2c (size before relaxing) - 0x00000000400e2268 esp_phy_store_cal_data_to_nvs + 0x00000000400e24b4 esp_phy_store_cal_data_to_nvs .text.esp_phy_rf_init - 0x00000000400e228c 0x110 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e24d8 0x110 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0x12f (size before relaxing) - 0x00000000400e228c esp_phy_rf_init - *fill* 0x00000000400e239c 0x0 + 0x00000000400e24d8 esp_phy_rf_init + *fill* 0x00000000400e25e8 0x0 .text.esp_modem_sleep_exit - 0x00000000400e239c 0xa1 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e25e8 0xa1 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0xb1 (size before relaxing) - 0x00000000400e239c esp_modem_sleep_exit - *fill* 0x00000000400e243d 0x3 + 0x00000000400e25e8 esp_modem_sleep_exit + *fill* 0x00000000400e2689 0x3 .text.esp_modem_sleep_deregister - 0x00000000400e2440 0xae esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e268c 0xae esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0xc1 (size before relaxing) - 0x00000000400e2440 esp_modem_sleep_deregister - *fill* 0x00000000400e24ee 0x2 + 0x00000000400e268c esp_modem_sleep_deregister + *fill* 0x00000000400e273a 0x2 .text.esp_phy_load_cal_and_init - 0x00000000400e24f0 0xfa esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400e273c 0xfa esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) 0x13a (size before relaxing) - 0x00000000400e24f0 esp_phy_load_cal_and_init - *fill* 0x00000000400e25ea 0x2 + 0x00000000400e273c esp_phy_load_cal_and_init + *fill* 0x00000000400e2836 0x2 .text.kill_oldest_dhcps_pool - 0x00000000400e25ec 0x3a esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e2838 0x3a esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0x3e (size before relaxing) - *fill* 0x00000000400e2626 0x2 + *fill* 0x00000000400e2872 0x2 .text.parse_options - 0x00000000400e2628 0x99 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - *fill* 0x00000000400e26c1 0x3 + 0x00000000400e2874 0x99 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x00000000400e290d 0x3 .text.create_msg - 0x00000000400e26c4 0xb1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - *fill* 0x00000000400e2775 0x3 + 0x00000000400e2910 0xb1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x00000000400e29c1 0x3 .text.add_offer_options - 0x00000000400e2778 0x15f esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e29c4 0x15f esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0x163 (size before relaxing) - *fill* 0x00000000400e28d7 0x1 + *fill* 0x00000000400e2b23 0x1 .text.dhcps_poll_set - 0x00000000400e28d8 0xb2 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e2b24 0xb2 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0xbe (size before relaxing) - *fill* 0x00000000400e298a 0x2 + *fill* 0x00000000400e2bd6 0x2 .text.parse_msg - 0x00000000400e298c 0x1ca esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e2bd8 0x1ca esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0x1ea (size before relaxing) - *fill* 0x00000000400e2b56 0x2 + *fill* 0x00000000400e2da2 0x2 .text.dhcps_pbuf_alloc - 0x00000000400e2b58 0x1d esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x00000000400e2b58 dhcps_pbuf_alloc - *fill* 0x00000000400e2b75 0x3 + 0x00000000400e2da4 0x1d esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e2da4 dhcps_pbuf_alloc + *fill* 0x00000000400e2dc1 0x3 .text.send_offer - 0x00000000400e2b78 0x8f esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e2dc4 0x8f esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0x9b (size before relaxing) - *fill* 0x00000000400e2c07 0x1 + *fill* 0x00000000400e2e53 0x1 .text.send_ack - 0x00000000400e2c08 0xa0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e2e54 0xa0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0xab (size before relaxing) - *fill* 0x00000000400e2ca8 0x0 + *fill* 0x00000000400e2ef4 0x0 .text.send_nak - 0x00000000400e2ca8 0x8b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e2ef4 0x8b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0x97 (size before relaxing) - *fill* 0x00000000400e2d33 0x1 + *fill* 0x00000000400e2f7f 0x1 .text.handle_dhcp - 0x00000000400e2d34 0xc6 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e2f80 0xc6 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0xda (size before relaxing) - *fill* 0x00000000400e2dfa 0x2 + *fill* 0x00000000400e3046 0x2 .text.dhcps_set_new_lease_cb - 0x00000000400e2dfc 0xa esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x00000000400e2dfc dhcps_set_new_lease_cb - *fill* 0x00000000400e2e06 0x2 + 0x00000000400e3048 0xa esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e3048 dhcps_set_new_lease_cb + *fill* 0x00000000400e3052 0x2 .text.dhcps_start - 0x00000000400e2e08 0x6b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e3054 0x6b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0x77 (size before relaxing) - 0x00000000400e2e08 dhcps_start - *fill* 0x00000000400e2e73 0x1 + 0x00000000400e3054 dhcps_start + *fill* 0x00000000400e30bf 0x1 .text.dhcps_stop - 0x00000000400e2e74 0x4f esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e30c0 0x4f esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0x57 (size before relaxing) - 0x00000000400e2e74 dhcps_stop - *fill* 0x00000000400e2ec3 0x1 + 0x00000000400e30c0 dhcps_stop + *fill* 0x00000000400e310f 0x1 .text.dhcps_coarse_tmr - 0x00000000400e2ec4 0x4c esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000400e3110 0x4c esp-idf/lwip/liblwip.a(dhcpserver.c.obj) 0x50 (size before relaxing) - 0x00000000400e2ec4 dhcps_coarse_tmr + 0x00000000400e3110 dhcps_coarse_tmr .text.tcpip_timeouts_mbox_fetch - 0x00000000400e2f10 0x36 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x00000000400e315c 0x36 esp-idf/lwip/liblwip.a(tcpip.c.obj) 0x42 (size before relaxing) - *fill* 0x00000000400e2f46 0x2 + *fill* 0x00000000400e3192 0x2 .text.tcpip_thread_handle_msg - 0x00000000400e2f48 0x90 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x00000000400e3194 0x90 esp-idf/lwip/liblwip.a(tcpip.c.obj) .text.tcpip_thread - 0x00000000400e2fd8 0x36 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x00000000400e3224 0x36 esp-idf/lwip/liblwip.a(tcpip.c.obj) 0x3d (size before relaxing) - *fill* 0x00000000400e300e 0x2 + *fill* 0x00000000400e325a 0x2 .text.tcpip_inpkt - 0x00000000400e3010 0x52 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x00000000400e325c 0x52 esp-idf/lwip/liblwip.a(tcpip.c.obj) 0x5a (size before relaxing) - 0x00000000400e3010 tcpip_inpkt - *fill* 0x00000000400e3062 0x2 + 0x00000000400e325c tcpip_inpkt + *fill* 0x00000000400e32ae 0x2 .text.tcpip_input - 0x00000000400e3064 0x2e esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x00000000400e32b0 0x2e esp-idf/lwip/liblwip.a(tcpip.c.obj) 0x31 (size before relaxing) - 0x00000000400e3064 tcpip_input - *fill* 0x00000000400e3092 0x2 + 0x00000000400e32b0 tcpip_input + *fill* 0x00000000400e32de 0x2 .text.tcpip_callback - 0x00000000400e3094 0x41 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x00000000400e32e0 0x41 esp-idf/lwip/liblwip.a(tcpip.c.obj) 0x45 (size before relaxing) - 0x00000000400e3094 tcpip_callback - *fill* 0x00000000400e30d5 0x3 + 0x00000000400e32e0 tcpip_callback + *fill* 0x00000000400e3321 0x3 .text.tcpip_try_callback - 0x00000000400e30d8 0x52 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x00000000400e3324 0x52 esp-idf/lwip/liblwip.a(tcpip.c.obj) 0x5a (size before relaxing) - 0x00000000400e30d8 tcpip_try_callback - *fill* 0x00000000400e312a 0x2 + 0x00000000400e3324 tcpip_try_callback + *fill* 0x00000000400e3376 0x2 .text.tcpip_send_msg_wait_sem - 0x00000000400e312c 0x50 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x00000000400e3378 0x50 esp-idf/lwip/liblwip.a(tcpip.c.obj) 0x54 (size before relaxing) - 0x00000000400e312c tcpip_send_msg_wait_sem + 0x00000000400e3378 tcpip_send_msg_wait_sem .text.tcpip_init - 0x00000000400e317c 0x4b esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x00000000400e33c8 0x4b esp-idf/lwip/liblwip.a(tcpip.c.obj) 0x53 (size before relaxing) - 0x00000000400e317c tcpip_init - *fill* 0x00000000400e31c7 0x1 + 0x00000000400e33c8 tcpip_init + *fill* 0x00000000400e3413 0x1 .text.lwip_htonl - 0x00000000400e31c8 0x26 esp-idf/lwip/liblwip.a(def.c.obj) - 0x00000000400e31c8 lwip_htonl - *fill* 0x00000000400e31ee 0x2 + 0x00000000400e3414 0x26 esp-idf/lwip/liblwip.a(def.c.obj) + 0x00000000400e3414 lwip_htonl + *fill* 0x00000000400e343a 0x2 .text.dns_backupserver_available - 0x00000000400e31f0 0x8d esp-idf/lwip/liblwip.a(dns.c.obj) - *fill* 0x00000000400e327d 0x3 + 0x00000000400e343c 0x8d esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400e34c9 0x3 .text.dns_create_txid - 0x00000000400e3280 0x3e esp-idf/lwip/liblwip.a(dns.c.obj) - *fill* 0x00000000400e32be 0x2 + 0x00000000400e34cc 0x3e esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400e350a 0x2 .text.dns_call_found - 0x00000000400e32c0 0x1d7 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x00000000400e350c 0x1d7 esp-idf/lwip/liblwip.a(dns.c.obj) 0x1db (size before relaxing) - *fill* 0x00000000400e3497 0x1 + *fill* 0x00000000400e36e3 0x1 .text.dns_send - 0x00000000400e3498 0x2d5 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x00000000400e36e4 0x2d5 esp-idf/lwip/liblwip.a(dns.c.obj) 0x2e5 (size before relaxing) - *fill* 0x00000000400e376d 0x3 + *fill* 0x00000000400e39b9 0x3 .text.dns_check_entry - 0x00000000400e3770 0x2ea esp-idf/lwip/liblwip.a(dns.c.obj) - *fill* 0x00000000400e3a5a 0x2 + 0x00000000400e39bc 0x2ea esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400e3ca6 0x2 .text.dns_check_entries - 0x00000000400e3a5c 0x1a esp-idf/lwip/liblwip.a(dns.c.obj) - *fill* 0x00000000400e3a76 0x2 + 0x00000000400e3ca8 0x1a esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400e3cc2 0x2 .text.dns_setserver - 0x00000000400e3a78 0x43 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x00000000400e3a78 dns_setserver - *fill* 0x00000000400e3abb 0x1 + 0x00000000400e3cc4 0x43 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x00000000400e3cc4 dns_setserver + *fill* 0x00000000400e3d07 0x1 .text.dns_clear_servers - 0x00000000400e3abc 0x2e esp-idf/lwip/liblwip.a(dns.c.obj) - 0x00000000400e3abc dns_clear_servers - *fill* 0x00000000400e3aea 0x2 - .text.dns_tmr 0x00000000400e3aec 0x8 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x00000000400e3d08 0x2e esp-idf/lwip/liblwip.a(dns.c.obj) + 0x00000000400e3d08 dns_clear_servers + *fill* 0x00000000400e3d36 0x2 + .text.dns_tmr 0x00000000400e3d38 0x8 esp-idf/lwip/liblwip.a(dns.c.obj) 0xb (size before relaxing) - 0x00000000400e3aec dns_tmr - *fill* 0x00000000400e3af4 0x0 + 0x00000000400e3d38 dns_tmr + *fill* 0x00000000400e3d40 0x0 .text.lwip_init - 0x00000000400e3af4 0x29 esp-idf/lwip/liblwip.a(init.c.obj) + 0x00000000400e3d40 0x29 esp-idf/lwip/liblwip.a(init.c.obj) 0x3b (size before relaxing) - 0x00000000400e3af4 lwip_init - *fill* 0x00000000400e3b1d 0x3 + 0x00000000400e3d40 lwip_init + *fill* 0x00000000400e3d69 0x3 .text.ip_input - 0x00000000400e3b20 0x31 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x00000000400e3d6c 0x31 esp-idf/lwip/liblwip.a(ip.c.obj) 0x39 (size before relaxing) - 0x00000000400e3b20 ip_input - *fill* 0x00000000400e3b51 0x3 + 0x00000000400e3d6c ip_input + *fill* 0x00000000400e3d9d 0x3 .text.mem_malloc - 0x00000000400e3b54 0x37 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x00000000400e3da0 0x37 esp-idf/lwip/liblwip.a(mem.c.obj) 0x3f (size before relaxing) - 0x00000000400e3b54 mem_malloc - *fill* 0x00000000400e3b8b 0x1 + 0x00000000400e3da0 mem_malloc + *fill* 0x00000000400e3dd7 0x1 .text.mem_free - 0x00000000400e3b8c 0x3b esp-idf/lwip/liblwip.a(mem.c.obj) + 0x00000000400e3dd8 0x3b esp-idf/lwip/liblwip.a(mem.c.obj) 0x3e (size before relaxing) - 0x00000000400e3b8c mem_free - *fill* 0x00000000400e3bc7 0x1 + 0x00000000400e3dd8 mem_free + *fill* 0x00000000400e3e13 0x1 .text.do_memp_malloc_pool - 0x00000000400e3bc8 0x3f esp-idf/lwip/liblwip.a(memp.c.obj) + 0x00000000400e3e14 0x3f esp-idf/lwip/liblwip.a(memp.c.obj) 0x4a (size before relaxing) - *fill* 0x00000000400e3c07 0x1 + *fill* 0x00000000400e3e53 0x1 .text.do_memp_free_pool - 0x00000000400e3c08 0x28 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x00000000400e3e54 0x28 esp-idf/lwip/liblwip.a(memp.c.obj) 0x30 (size before relaxing) .text.memp_malloc - 0x00000000400e3c30 0x2c esp-idf/lwip/liblwip.a(memp.c.obj) - 0x00000000400e3c30 memp_malloc + 0x00000000400e3e7c 0x2c esp-idf/lwip/liblwip.a(memp.c.obj) + 0x00000000400e3e7c memp_malloc .text.memp_free - 0x00000000400e3c5c 0x2a esp-idf/lwip/liblwip.a(memp.c.obj) - 0x00000000400e3c5c memp_free - *fill* 0x00000000400e3c86 0x2 + 0x00000000400e3ea8 0x2a esp-idf/lwip/liblwip.a(memp.c.obj) + 0x00000000400e3ea8 memp_free + *fill* 0x00000000400e3ed2 0x2 .text.netif_loopif_init - 0x00000000400e3c88 0x34 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e3ed4 0x34 esp-idf/lwip/liblwip.a(netif.c.obj) .text.netif_do_ip_addr_changed - 0x00000000400e3cbc 0x1c esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e3f08 0x1c esp-idf/lwip/liblwip.a(netif.c.obj) 0x24 (size before relaxing) .text.netif_issue_reports - 0x00000000400e3cd8 0x4b esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e3f24 0x4b esp-idf/lwip/liblwip.a(netif.c.obj) 0x53 (size before relaxing) - *fill* 0x00000000400e3d23 0x1 + *fill* 0x00000000400e3f6f 0x1 .text.netif_do_set_ipaddr - 0x00000000400e3d24 0x91 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e3f70 0x91 esp-idf/lwip/liblwip.a(netif.c.obj) 0x95 (size before relaxing) - *fill* 0x00000000400e3db5 0x3 + *fill* 0x00000000400e4001 0x3 .text.netif_poll - 0x00000000400e3db8 0xc3 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e4004 0xc3 esp-idf/lwip/liblwip.a(netif.c.obj) 0xd5 (size before relaxing) - 0x00000000400e3db8 netif_poll - *fill* 0x00000000400e3e7b 0x1 + 0x00000000400e4004 netif_poll + *fill* 0x00000000400e40c7 0x1 .text.netif_set_addr - 0x00000000400e3e7c 0x54 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x00000000400e3e7c netif_set_addr + 0x00000000400e40c8 0x54 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e40c8 netif_set_addr .text.netif_add - 0x00000000400e3ed0 0x217 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x00000000400e3ed0 netif_add - *fill* 0x00000000400e40e7 0x1 + 0x00000000400e411c 0x213 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x217 (size before relaxing) + 0x00000000400e411c netif_add + *fill* 0x00000000400e432f 0x1 .text.netif_set_default - 0x00000000400e40e8 0xa esp-idf/lwip/liblwip.a(netif.c.obj) - 0x00000000400e40e8 netif_set_default - *fill* 0x00000000400e40f2 0x2 + 0x00000000400e4330 0xa esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e4330 netif_set_default + *fill* 0x00000000400e433a 0x2 .text.netif_set_up - 0x00000000400e40f4 0x33 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x00000000400e40f4 netif_set_up - *fill* 0x00000000400e4127 0x1 + 0x00000000400e433c 0x33 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e433c netif_set_up + *fill* 0x00000000400e436f 0x1 .text.netif_set_down - 0x00000000400e4128 0x34 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x00000000400e4128 netif_set_down + 0x00000000400e4370 0x34 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e4370 netif_set_down .text.netif_remove - 0x00000000400e415c 0x99 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e43a4 0x99 esp-idf/lwip/liblwip.a(netif.c.obj) 0xa1 (size before relaxing) - 0x00000000400e415c netif_remove - *fill* 0x00000000400e41f5 0x3 + 0x00000000400e43a4 netif_remove + *fill* 0x00000000400e443d 0x3 .text.netif_set_link_up - 0x00000000400e41f8 0x38 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e4440 0x38 esp-idf/lwip/liblwip.a(netif.c.obj) 0x3c (size before relaxing) - 0x00000000400e41f8 netif_set_link_up + 0x00000000400e4440 netif_set_link_up .text.netif_init - 0x00000000400e4230 0x56 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e4478 0x56 esp-idf/lwip/liblwip.a(netif.c.obj) 0x5e (size before relaxing) - 0x00000000400e4230 netif_init - *fill* 0x00000000400e4286 0x2 + 0x00000000400e4478 netif_init + *fill* 0x00000000400e44ce 0x2 .text.netif_loop_output - 0x00000000400e4288 0xd4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e44d0 0xd4 esp-idf/lwip/liblwip.a(netif.c.obj) 0xe0 (size before relaxing) - 0x00000000400e4288 netif_loop_output + 0x00000000400e44d0 netif_loop_output .text.netif_loop_output_ipv6 - 0x00000000400e435c 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x00000000400e436e 0x2 + 0x00000000400e45a4 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000400e45b6 0x2 .text.netif_loop_output_ipv4 - 0x00000000400e4370 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x00000000400e4382 0x2 + 0x00000000400e45b8 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000400e45ca 0x2 + .text.netif_ip6_addr_set_parts + 0x00000000400e45cc 0x106 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x10a (size before relaxing) + 0x00000000400e45cc netif_ip6_addr_set_parts + *fill* 0x00000000400e46d2 0x2 + .text.netif_ip6_addr_set + 0x00000000400e46d4 0x43 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e46d4 netif_ip6_addr_set + *fill* 0x00000000400e4717 0x1 .text.netif_ip6_addr_set_state - 0x00000000400e4384 0xab esp-idf/lwip/liblwip.a(netif.c.obj) - 0x00000000400e4384 netif_ip6_addr_set_state - *fill* 0x00000000400e442f 0x1 + 0x00000000400e4718 0xab esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e4718 netif_ip6_addr_set_state + *fill* 0x00000000400e47c3 0x1 .text.netif_get_ip6_addr_match - 0x00000000400e4430 0xb4 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x00000000400e4430 netif_get_ip6_addr_match + 0x00000000400e47c4 0xb4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e47c4 netif_get_ip6_addr_match .text.netif_get_by_index - 0x00000000400e44e4 0x28 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x00000000400e44e4 netif_get_by_index + 0x00000000400e4878 0x28 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e4878 netif_get_by_index .text.netif_find - 0x00000000400e450c 0x3e esp-idf/lwip/liblwip.a(netif.c.obj) - 0x00000000400e450c netif_find - *fill* 0x00000000400e454a 0x2 + 0x00000000400e48a0 0x3e esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400e48a0 netif_find + *fill* 0x00000000400e48de 0x2 .text.pbuf_add_header_impl - 0x00000000400e454c 0x84 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e48e0 0x84 esp-idf/lwip/liblwip.a(pbuf.c.obj) .text.pbuf_pool_is_empty - 0x00000000400e45d0 0x3f esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4964 0x3f esp-idf/lwip/liblwip.a(pbuf.c.obj) 0x4b (size before relaxing) - *fill* 0x00000000400e460f 0x1 + *fill* 0x00000000400e49a3 0x1 .text.pbuf_free_ooseq - 0x00000000400e4610 0x33 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e49a4 0x33 esp-idf/lwip/liblwip.a(pbuf.c.obj) 0x3b (size before relaxing) - *fill* 0x00000000400e4643 0x1 + *fill* 0x00000000400e49d7 0x1 .text.pbuf_free_ooseq_callback - 0x00000000400e4644 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e49d8 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) 0xb (size before relaxing) - *fill* 0x00000000400e464c 0x0 + *fill* 0x00000000400e49e0 0x0 .text.pbuf_alloc_reference - 0x00000000400e464c 0x52 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x00000000400e464c pbuf_alloc_reference - *fill* 0x00000000400e469e 0x2 + 0x00000000400e49e0 0x52 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e49e0 pbuf_alloc_reference + *fill* 0x00000000400e4a32 0x2 .text.pbuf_add_header - 0x00000000400e46a0 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4a34 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) 0x14 (size before relaxing) - 0x00000000400e46a0 pbuf_add_header + 0x00000000400e4a34 pbuf_add_header .text.pbuf_add_header_force - 0x00000000400e46b0 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4a44 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) 0x14 (size before relaxing) - 0x00000000400e46b0 pbuf_add_header_force + 0x00000000400e4a44 pbuf_add_header_force .text.pbuf_remove_header - 0x00000000400e46c0 0x64 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x00000000400e46c0 pbuf_remove_header + 0x00000000400e4a54 0x64 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4a54 pbuf_remove_header .text.pbuf_header_impl - 0x00000000400e4724 0x22 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x00000000400e4746 0x2 + 0x00000000400e4ab8 0x22 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x00000000400e4ada 0x2 .text.pbuf_header_force - 0x00000000400e4748 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x00000000400e4748 pbuf_header_force + 0x00000000400e4adc 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4adc pbuf_header_force .text.pbuf_free - 0x00000000400e475c 0xd1 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4af0 0xd1 esp-idf/lwip/liblwip.a(pbuf.c.obj) 0xe1 (size before relaxing) - 0x00000000400e475c pbuf_free - *fill* 0x00000000400e482d 0x3 + 0x00000000400e4af0 pbuf_free + *fill* 0x00000000400e4bc1 0x3 .text.pbuf_alloc - 0x00000000400e4830 0x160 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4bc4 0x160 esp-idf/lwip/liblwip.a(pbuf.c.obj) 0x16c (size before relaxing) - 0x00000000400e4830 pbuf_alloc + 0x00000000400e4bc4 pbuf_alloc .text.pbuf_realloc - 0x00000000400e4990 0x9b esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4d24 0x9b esp-idf/lwip/liblwip.a(pbuf.c.obj) 0x9e (size before relaxing) - 0x00000000400e4990 pbuf_realloc - *fill* 0x00000000400e4a2b 0x1 + 0x00000000400e4d24 pbuf_realloc + *fill* 0x00000000400e4dbf 0x1 .text.pbuf_free_header - 0x00000000400e4a2c 0x46 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4dc0 0x46 esp-idf/lwip/liblwip.a(pbuf.c.obj) 0x4a (size before relaxing) - 0x00000000400e4a2c pbuf_free_header - *fill* 0x00000000400e4a72 0x2 - .text.pbuf_ref - 0x00000000400e4a74 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x32 (size before relaxing) - 0x00000000400e4a74 pbuf_ref - *fill* 0x00000000400e4aa2 0x2 - .text.pbuf_cat - 0x00000000400e4aa4 0x61 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x00000000400e4aa4 pbuf_cat - *fill* 0x00000000400e4b05 0x3 - .text.pbuf_chain - 0x00000000400e4b08 0x13 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x17 (size before relaxing) - 0x00000000400e4b08 pbuf_chain - *fill* 0x00000000400e4b1b 0x1 - .text.pbuf_copy - 0x00000000400e4b1c 0x107 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x00000000400e4b1c pbuf_copy - *fill* 0x00000000400e4c23 0x1 - .text.pbuf_copy_partial - 0x00000000400e4c24 0x87 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x00000000400e4c24 pbuf_copy_partial - *fill* 0x00000000400e4cab 0x1 - .text.pbuf_skip - 0x00000000400e4cac 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x00000000400e4cac pbuf_skip - .text.pbuf_take - 0x00000000400e4cc0 0x94 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x00000000400e4cc0 pbuf_take - .text.pbuf_take_at - 0x00000000400e4d54 0x7e esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x86 (size before relaxing) - 0x00000000400e4d54 pbuf_take_at - *fill* 0x00000000400e4dd2 0x2 - .text.pbuf_clone - 0x00000000400e4dd4 0x32 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x36 (size before relaxing) - 0x00000000400e4dd4 pbuf_clone + 0x00000000400e4dc0 pbuf_free_header *fill* 0x00000000400e4e06 0x2 - .text.pbuf_try_get_at + .text.pbuf_ref 0x00000000400e4e08 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x00000000400e4e08 pbuf_try_get_at + 0x32 (size before relaxing) + 0x00000000400e4e08 pbuf_ref *fill* 0x00000000400e4e36 0x2 + .text.pbuf_cat + 0x00000000400e4e38 0x61 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4e38 pbuf_cat + *fill* 0x00000000400e4e99 0x3 + .text.pbuf_chain + 0x00000000400e4e9c 0x13 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x17 (size before relaxing) + 0x00000000400e4e9c pbuf_chain + *fill* 0x00000000400e4eaf 0x1 + .text.pbuf_copy + 0x00000000400e4eb0 0x107 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4eb0 pbuf_copy + *fill* 0x00000000400e4fb7 0x1 + .text.pbuf_copy_partial + 0x00000000400e4fb8 0x87 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e4fb8 pbuf_copy_partial + *fill* 0x00000000400e503f 0x1 + .text.pbuf_skip + 0x00000000400e5040 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e5040 pbuf_skip + .text.pbuf_take + 0x00000000400e5054 0x94 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e5054 pbuf_take + .text.pbuf_take_at + 0x00000000400e50e8 0x7e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x86 (size before relaxing) + 0x00000000400e50e8 pbuf_take_at + *fill* 0x00000000400e5166 0x2 + .text.pbuf_clone + 0x00000000400e5168 0x32 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x36 (size before relaxing) + 0x00000000400e5168 pbuf_clone + *fill* 0x00000000400e519a 0x2 + .text.pbuf_try_get_at + 0x00000000400e519c 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e519c pbuf_try_get_at + *fill* 0x00000000400e51ca 0x2 .text.pbuf_get_at - 0x00000000400e4e38 0x18 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e51cc 0x18 esp-idf/lwip/liblwip.a(pbuf.c.obj) 0x1c (size before relaxing) - 0x00000000400e4e38 pbuf_get_at + 0x00000000400e51cc pbuf_get_at .text.pbuf_put_at - 0x00000000400e4e50 0x24 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400e51e4 0x24 esp-idf/lwip/liblwip.a(pbuf.c.obj) 0x28 (size before relaxing) - 0x00000000400e4e50 pbuf_put_at + 0x00000000400e51e4 pbuf_put_at .text.raw_input_local_match - 0x00000000400e4e74 0x12e esp-idf/lwip/liblwip.a(raw.c.obj) - *fill* 0x00000000400e4fa2 0x2 + 0x00000000400e5208 0x12e esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x00000000400e5336 0x2 .text.raw_input - 0x00000000400e4fa4 0x125 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x00000000400e4fa4 raw_input - *fill* 0x00000000400e50c9 0x3 + 0x00000000400e5338 0x125 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400e5338 raw_input + *fill* 0x00000000400e545d 0x3 .text.raw_bind - 0x00000000400e50cc 0x144 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x00000000400e50cc raw_bind + 0x00000000400e5460 0x144 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400e5460 raw_bind .text.raw_sendto_if_src - 0x00000000400e5210 0x25e esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400e55a4 0x25e esp-idf/lwip/liblwip.a(raw.c.obj) 0x276 (size before relaxing) - 0x00000000400e5210 raw_sendto_if_src - *fill* 0x00000000400e546e 0x2 + 0x00000000400e55a4 raw_sendto_if_src + *fill* 0x00000000400e5802 0x2 .text.raw_sendto - 0x00000000400e5470 0x169 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x00000000400e5470 raw_sendto - *fill* 0x00000000400e55d9 0x3 + 0x00000000400e5804 0x169 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400e5804 raw_sendto + *fill* 0x00000000400e596d 0x3 .text.raw_send - 0x00000000400e55dc 0x15 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x00000000400e55dc raw_send - *fill* 0x00000000400e55f1 0x3 + 0x00000000400e5970 0x15 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400e5970 raw_send + *fill* 0x00000000400e5985 0x3 .text.raw_remove - 0x00000000400e55f4 0x36 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400e5988 0x36 esp-idf/lwip/liblwip.a(raw.c.obj) 0x3a (size before relaxing) - 0x00000000400e55f4 raw_remove - *fill* 0x00000000400e562a 0x2 - .text.raw_new 0x00000000400e562c 0x32 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x00000000400e562c raw_new - *fill* 0x00000000400e565e 0x2 + 0x00000000400e5988 raw_remove + *fill* 0x00000000400e59be 0x2 + .text.raw_new 0x00000000400e59c0 0x32 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400e59c0 raw_new + *fill* 0x00000000400e59f2 0x2 .text.raw_new_ip_type - 0x00000000400e5660 0x19 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400e59f4 0x19 esp-idf/lwip/liblwip.a(raw.c.obj) 0x1c (size before relaxing) - 0x00000000400e5660 raw_new_ip_type - *fill* 0x00000000400e5679 0x3 + 0x00000000400e59f4 raw_new_ip_type + *fill* 0x00000000400e5a0d 0x3 .text.raw_netif_ip_addr_changed - 0x00000000400e567c 0x143 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x00000000400e567c raw_netif_ip_addr_changed - *fill* 0x00000000400e57bf 0x1 + 0x00000000400e5a10 0x143 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400e5a10 raw_netif_ip_addr_changed + *fill* 0x00000000400e5b53 0x1 .text.tcp_new_port - 0x00000000400e57c0 0x6f esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x00000000400e582f 0x1 + 0x00000000400e5b54 0x6f esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400e5bc3 0x1 .text.tcp_remove_listener - 0x00000000400e5830 0x2b esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x00000000400e585b 0x1 + 0x00000000400e5bc4 0x2b esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400e5bef 0x1 .text.tcp_listen_closed - 0x00000000400e585c 0x4c esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e5bf0 0x4c esp-idf/lwip/liblwip.a(tcp.c.obj) 0x50 (size before relaxing) .text.tcp_free_listen - 0x00000000400e58a8 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x00000000400e58ce 0x2 + 0x00000000400e5c3c 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400e5c62 0x2 .text.tcp_init - 0x00000000400e58d0 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e5c64 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x17 (size before relaxing) - 0x00000000400e58d0 tcp_init - *fill* 0x00000000400e58e4 0x0 + 0x00000000400e5c64 tcp_init + *fill* 0x00000000400e5c78 0x0 .text.tcp_free - 0x00000000400e58e4 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e58e4 tcp_free - *fill* 0x00000000400e590a 0x2 + 0x00000000400e5c78 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e5c78 tcp_free + *fill* 0x00000000400e5c9e 0x2 .text.tcp_backlog_delayed - 0x00000000400e590c 0x53 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e590c tcp_backlog_delayed - *fill* 0x00000000400e595f 0x1 + 0x00000000400e5ca0 0x53 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e5ca0 tcp_backlog_delayed + *fill* 0x00000000400e5cf3 0x1 .text.tcp_backlog_accepted - 0x00000000400e5960 0x4d esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e5960 tcp_backlog_accepted - *fill* 0x00000000400e59ad 0x3 + 0x00000000400e5cf4 0x4d esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e5cf4 tcp_backlog_accepted + *fill* 0x00000000400e5d41 0x3 .text.tcp_close_shutdown_fin - 0x00000000400e59b0 0x88 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e5d44 0x88 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x90 (size before relaxing) .text.tcp_handle_closepend - 0x00000000400e5a38 0x29 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x00000000400e5a61 0x3 + 0x00000000400e5dcc 0x29 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400e5df5 0x3 .text.tcp_bind - 0x00000000400e5a64 0x369 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e5df8 0x369 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x36d (size before relaxing) - 0x00000000400e5a64 tcp_bind - *fill* 0x00000000400e5dcd 0x3 + 0x00000000400e5df8 tcp_bind + *fill* 0x00000000400e6161 0x3 .text.tcp_listen_with_backlog_and_err - 0x00000000400e5dd0 0x1b4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6164 0x1b4 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x1b8 (size before relaxing) - 0x00000000400e5dd0 tcp_listen_with_backlog_and_err + 0x00000000400e6164 tcp_listen_with_backlog_and_err .text.tcp_update_rcv_ann_wnd - 0x00000000400e5f84 0x70 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e5f84 tcp_update_rcv_ann_wnd + 0x00000000400e6318 0x70 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6318 tcp_update_rcv_ann_wnd .text.tcp_recved - 0x00000000400e5ff4 0x6b esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6388 0x6b esp-idf/lwip/liblwip.a(tcp.c.obj) 0x6f (size before relaxing) - 0x00000000400e5ff4 tcp_recved - *fill* 0x00000000400e605f 0x1 + 0x00000000400e6388 tcp_recved + *fill* 0x00000000400e63f3 0x1 .text.tcp_seg_free - 0x00000000400e6060 0x18 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e63f4 0x18 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x1c (size before relaxing) - 0x00000000400e6060 tcp_seg_free + 0x00000000400e63f4 tcp_seg_free .text.tcp_segs_free - 0x00000000400e6078 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e6078 tcp_segs_free - *fill* 0x00000000400e608f 0x1 + 0x00000000400e640c 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e640c tcp_segs_free + *fill* 0x00000000400e6423 0x1 .text.tcp_seg_copy - 0x00000000400e6090 0x36 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6424 0x36 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x3a (size before relaxing) - 0x00000000400e6090 tcp_seg_copy - *fill* 0x00000000400e60c6 0x2 + 0x00000000400e6424 tcp_seg_copy + *fill* 0x00000000400e645a 0x2 .text.tcp_pcb_num_cal - 0x00000000400e60c8 0xcb esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e60c8 tcp_pcb_num_cal - *fill* 0x00000000400e6193 0x1 + 0x00000000400e645c 0xcb esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e645c tcp_pcb_num_cal + *fill* 0x00000000400e6527 0x1 .text.tcp_recv - 0x00000000400e6194 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e6194 tcp_recv - *fill* 0x00000000400e61b6 0x2 + 0x00000000400e6528 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6528 tcp_recv + *fill* 0x00000000400e654a 0x2 .text.tcp_sent - 0x00000000400e61b8 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e61b8 tcp_sent - *fill* 0x00000000400e61da 0x2 - .text.tcp_err 0x00000000400e61dc 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e61dc tcp_err - *fill* 0x00000000400e61fe 0x2 + 0x00000000400e654c 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e654c tcp_sent + *fill* 0x00000000400e656e 0x2 + .text.tcp_err 0x00000000400e6570 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6570 tcp_err + *fill* 0x00000000400e6592 0x2 .text.tcp_poll - 0x00000000400e6200 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e6200 tcp_poll + 0x00000000400e6594 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6594 tcp_poll .text.tcp_next_iss - 0x00000000400e6234 0x28 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e6234 tcp_next_iss + 0x00000000400e65c8 0x28 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e65c8 tcp_next_iss .text.tcp_eff_send_mss_netif - 0x00000000400e625c 0x53 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e65f0 0x53 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x57 (size before relaxing) - 0x00000000400e625c tcp_eff_send_mss_netif - *fill* 0x00000000400e62af 0x1 + 0x00000000400e65f0 tcp_eff_send_mss_netif + *fill* 0x00000000400e6643 0x1 .text.tcp_free_ooseq - 0x00000000400e62b0 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6644 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x16 (size before relaxing) - 0x00000000400e62b0 tcp_free_ooseq - *fill* 0x00000000400e62c2 0x2 + 0x00000000400e6644 tcp_free_ooseq + *fill* 0x00000000400e6656 0x2 .text.tcp_pcb_purge - 0x00000000400e62c4 0x6a esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6658 0x6a esp-idf/lwip/liblwip.a(tcp.c.obj) 0x72 (size before relaxing) - 0x00000000400e62c4 tcp_pcb_purge - *fill* 0x00000000400e632e 0x2 + 0x00000000400e6658 tcp_pcb_purge + *fill* 0x00000000400e66c2 0x2 .text.tcp_pcb_remove - 0x00000000400e6330 0xd1 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e66c4 0xd1 esp-idf/lwip/liblwip.a(tcp.c.obj) 0xd9 (size before relaxing) - 0x00000000400e6330 tcp_pcb_remove - *fill* 0x00000000400e6401 0x3 + 0x00000000400e66c4 tcp_pcb_remove + *fill* 0x00000000400e6795 0x3 .text.tcp_abandon - 0x00000000400e6404 0xe2 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6798 0xe2 esp-idf/lwip/liblwip.a(tcp.c.obj) 0xf6 (size before relaxing) - 0x00000000400e6404 tcp_abandon - *fill* 0x00000000400e64e6 0x2 + 0x00000000400e6798 tcp_abandon + *fill* 0x00000000400e687a 0x2 .text.tcp_abort - 0x00000000400e64e8 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e64e8 tcp_abort - *fill* 0x00000000400e64f7 0x1 + 0x00000000400e687c 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e687c tcp_abort + *fill* 0x00000000400e688b 0x1 .text.tcp_accept_null - 0x00000000400e64f8 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e688c 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x25 (size before relaxing) - *fill* 0x00000000400e651a 0x2 + *fill* 0x00000000400e68ae 0x2 .text.tcp_kill_timewait - 0x00000000400e651c 0x2f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e68b0 0x2f esp-idf/lwip/liblwip.a(tcp.c.obj) 0x32 (size before relaxing) - *fill* 0x00000000400e654b 0x1 + *fill* 0x00000000400e68df 0x1 .text.tcp_kill_prio - 0x00000000400e654c 0x58 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e68e0 0x58 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x5b (size before relaxing) - *fill* 0x00000000400e65a4 0x0 + *fill* 0x00000000400e6938 0x0 .text.tcp_netif_ip_addr_changed_pcblist - 0x00000000400e65a4 0x95 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x00000000400e6639 0x3 + 0x00000000400e6938 0x95 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400e69cd 0x3 .text.tcp_netif_ip_addr_changed - 0x00000000400e663c 0x158 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e69d0 0x158 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x15c (size before relaxing) - 0x00000000400e663c tcp_netif_ip_addr_changed + 0x00000000400e69d0 tcp_netif_ip_addr_changed .text.tcp_kill_state - 0x00000000400e6794 0x52 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x00000000400e67e6 0x2 + 0x00000000400e6b28 0x52 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400e6b7a 0x2 .text.tcp_alloc - 0x00000000400e67e8 0x122 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6b7c 0x122 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x152 (size before relaxing) - 0x00000000400e67e8 tcp_alloc - *fill* 0x00000000400e690a 0x2 + 0x00000000400e6b7c tcp_alloc + *fill* 0x00000000400e6c9e 0x2 .text.tcp_new_ip_type - 0x00000000400e690c 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e690c tcp_new_ip_type - *fill* 0x00000000400e6926 0x2 + 0x00000000400e6ca0 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6ca0 tcp_new_ip_type + *fill* 0x00000000400e6cba 0x2 .text.tcp_close_shutdown - 0x00000000400e6928 0x157 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6cbc 0x157 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x16a (size before relaxing) - *fill* 0x00000000400e6a7f 0x1 + *fill* 0x00000000400e6e13 0x1 .text.tcp_close - 0x00000000400e6a80 0x35 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e6a80 tcp_close - *fill* 0x00000000400e6ab5 0x3 + 0x00000000400e6e14 0x35 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6e14 tcp_close + *fill* 0x00000000400e6e49 0x3 .text.tcp_recv_null - 0x00000000400e6ab8 0x42 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6e4c 0x42 esp-idf/lwip/liblwip.a(tcp.c.obj) 0x46 (size before relaxing) - 0x00000000400e6ab8 tcp_recv_null - *fill* 0x00000000400e6afa 0x2 + 0x00000000400e6e4c tcp_recv_null + *fill* 0x00000000400e6e8e 0x2 .text.tcp_process_refused_data - 0x00000000400e6afc 0x92 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e6afc tcp_process_refused_data - *fill* 0x00000000400e6b8e 0x2 + 0x00000000400e6e90 0x92 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6e90 tcp_process_refused_data + *fill* 0x00000000400e6f22 0x2 .text.tcp_fasttmr - 0x00000000400e6b90 0x87 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x00000000400e6b90 tcp_fasttmr - *fill* 0x00000000400e6c17 0x1 + 0x00000000400e6f24 0x87 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6f24 tcp_fasttmr + *fill* 0x00000000400e6fab 0x1 .text.tcp_shutdown - 0x00000000400e6c18 0x7f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e6fac 0x7f esp-idf/lwip/liblwip.a(tcp.c.obj) 0x83 (size before relaxing) - 0x00000000400e6c18 tcp_shutdown - *fill* 0x00000000400e6c97 0x1 + 0x00000000400e6fac tcp_shutdown + *fill* 0x00000000400e702b 0x1 .text.tcp_slowtmr - 0x00000000400e6c98 0x49d esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e702c 0x49d esp-idf/lwip/liblwip.a(tcp.c.obj) 0x4b5 (size before relaxing) - 0x00000000400e6c98 tcp_slowtmr - *fill* 0x00000000400e7135 0x3 - .text.tcp_tmr 0x00000000400e7138 0x1c esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400e702c tcp_slowtmr + *fill* 0x00000000400e74c9 0x3 + .text.tcp_tmr 0x00000000400e74cc 0x1c esp-idf/lwip/liblwip.a(tcp.c.obj) 0x22 (size before relaxing) - 0x00000000400e7138 tcp_tmr - *fill* 0x00000000400e7154 0x0 + 0x00000000400e74cc tcp_tmr + *fill* 0x00000000400e74e8 0x0 .text.tcp_get_next_optbyte - 0x00000000400e7154 0x40 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e74e8 0x40 esp-idf/lwip/liblwip.a(tcp_in.c.obj) .text.tcp_parseopt - 0x00000000400e7194 0xa8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e7528 0xa8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) 0xb4 (size before relaxing) .text.tcp_input_delayed_close - 0x00000000400e723c 0x4d esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e75d0 0x4d esp-idf/lwip/liblwip.a(tcp_in.c.obj) 0x51 (size before relaxing) - *fill* 0x00000000400e7289 0x3 + *fill* 0x00000000400e761d 0x3 .text.tcp_timewait_input - 0x00000000400e728c 0xa6 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e7620 0xa6 esp-idf/lwip/liblwip.a(tcp_in.c.obj) 0xaa (size before relaxing) - *fill* 0x00000000400e7332 0x2 + *fill* 0x00000000400e76c6 0x2 .text.tcp_listen_input - 0x00000000400e7334 0x1fb esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e76c8 0x1fb esp-idf/lwip/liblwip.a(tcp_in.c.obj) 0x21e (size before relaxing) - *fill* 0x00000000400e752f 0x1 + *fill* 0x00000000400e78c3 0x1 .text.tcp_free_acked_segments - 0x00000000400e7530 0xdc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e78c4 0xdc esp-idf/lwip/liblwip.a(tcp_in.c.obj) .text.tcp_oos_insert_segment - 0x00000000400e760c 0xfc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e79a0 0xfc esp-idf/lwip/liblwip.a(tcp_in.c.obj) 0x104 (size before relaxing) .text.tcp_receive - 0x00000000400e7708 0xbe6 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e7a9c 0xbe6 esp-idf/lwip/liblwip.a(tcp_in.c.obj) 0xc2a (size before relaxing) - *fill* 0x00000000400e82ee 0x2 + *fill* 0x00000000400e8682 0x2 .text.tcp_process - 0x00000000400e82f0 0x61e esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e8684 0x61e esp-idf/lwip/liblwip.a(tcp_in.c.obj) 0x63a (size before relaxing) - *fill* 0x00000000400e890e 0x2 + *fill* 0x00000000400e8ca2 0x2 .text.tcp_input - 0x00000000400e8910 0x954 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e8ca4 0x954 esp-idf/lwip/liblwip.a(tcp_in.c.obj) 0x997 (size before relaxing) - 0x00000000400e8910 tcp_input - *fill* 0x00000000400e9264 0x0 + 0x00000000400e8ca4 tcp_input + *fill* 0x00000000400e95f8 0x0 .text.tcp_trigger_input_pcb_close - 0x00000000400e9264 0x13 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x00000000400e9264 tcp_trigger_input_pcb_close - *fill* 0x00000000400e9277 0x1 + 0x00000000400e95f8 0x13 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400e95f8 tcp_trigger_input_pcb_close + *fill* 0x00000000400e960b 0x1 .text.tcp_write_checks - 0x00000000400e9278 0xc0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400e960c 0xc0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) .text.tcp_output_segment_busy - 0x00000000400e9338 0x29 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x00000000400e9361 0x3 + 0x00000000400e96cc 0x29 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x00000000400e96f5 0x3 .text.tcp_output_fill_options - 0x00000000400e9364 0x42 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x00000000400e93a6 0x2 + 0x00000000400e96f8 0x42 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x00000000400e973a 0x2 .text.tcp_pbuf_prealloc - 0x00000000400e93a8 0x64 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400e973c 0x64 esp-idf/lwip/liblwip.a(tcp_out.c.obj) .text.tcp_create_segment - 0x00000000400e940c 0x10b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400e97a0 0x10b esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x117 (size before relaxing) - *fill* 0x00000000400e9517 0x1 + *fill* 0x00000000400e98ab 0x1 .text.tcp_output_alloc_header_common - 0x00000000400e9518 0xd8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400e98ac 0xd8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0xe0 (size before relaxing) .text.tcp_output_alloc_header - 0x00000000400e95f0 0x44 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400e9984 0x44 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x48 (size before relaxing) .text.tcp_route - 0x00000000400e9634 0x3c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400e99c8 0x3c esp-idf/lwip/liblwip.a(tcp_out.c.obj) .text.tcp_output_segment - 0x00000000400e9670 0x19c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400e9a04 0x19c esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x1b0 (size before relaxing) .text.tcp_output_control_segment - 0x00000000400e980c 0x93 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400e9ba0 0x93 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x9a (size before relaxing) - *fill* 0x00000000400e989f 0x1 + *fill* 0x00000000400e9c33 0x1 .text.tcp_write - 0x00000000400e98a0 0x362 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400e9c34 0x362 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x36e (size before relaxing) - 0x00000000400e98a0 tcp_write - *fill* 0x00000000400e9c02 0x2 + 0x00000000400e9c34 tcp_write + *fill* 0x00000000400e9f96 0x2 .text.tcp_split_unsent_seg - 0x00000000400e9c04 0x1d9 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400e9f98 0x1d9 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x1ed (size before relaxing) - 0x00000000400e9c04 tcp_split_unsent_seg - *fill* 0x00000000400e9ddd 0x3 + 0x00000000400e9f98 tcp_split_unsent_seg + *fill* 0x00000000400ea171 0x3 .text.tcp_enqueue_flags - 0x00000000400e9de0 0x140 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x00000000400e9de0 tcp_enqueue_flags + 0x00000000400ea174 0x140 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400ea174 tcp_enqueue_flags .text.tcp_send_fin - 0x00000000400e9f20 0x85 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400ea2b4 0x85 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x89 (size before relaxing) - 0x00000000400e9f20 tcp_send_fin - *fill* 0x00000000400e9fa5 0x3 + 0x00000000400ea2b4 tcp_send_fin + *fill* 0x00000000400ea339 0x3 .text.tcp_rexmit_rto_prepare - 0x00000000400e9fa8 0xcd esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400ea33c 0xcd esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0xd5 (size before relaxing) - 0x00000000400e9fa8 tcp_rexmit_rto_prepare - *fill* 0x00000000400ea075 0x3 + 0x00000000400ea33c tcp_rexmit_rto_prepare + *fill* 0x00000000400ea409 0x3 .text.tcp_rexmit - 0x00000000400ea078 0xc1 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400ea40c 0xc1 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0xc5 (size before relaxing) - 0x00000000400ea078 tcp_rexmit - *fill* 0x00000000400ea139 0x3 + 0x00000000400ea40c tcp_rexmit + *fill* 0x00000000400ea4cd 0x3 .text.tcp_rexmit_fast - 0x00000000400ea13c 0x68 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400ea4d0 0x68 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x6b (size before relaxing) - 0x00000000400ea13c tcp_rexmit_fast - *fill* 0x00000000400ea1a4 0x0 - .text.tcp_rst 0x00000000400ea1a4 0x6c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400ea4d0 tcp_rexmit_fast + *fill* 0x00000000400ea538 0x0 + .text.tcp_rst 0x00000000400ea538 0x6c esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x78 (size before relaxing) - 0x00000000400ea1a4 tcp_rst + 0x00000000400ea538 tcp_rst .text.tcp_send_empty_ack - 0x00000000400ea210 0x7f esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400ea5a4 0x7f esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x87 (size before relaxing) - 0x00000000400ea210 tcp_send_empty_ack - *fill* 0x00000000400ea28f 0x1 + 0x00000000400ea5a4 tcp_send_empty_ack + *fill* 0x00000000400ea623 0x1 .text.tcp_output - 0x00000000400ea290 0x417 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400ea624 0x417 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x433 (size before relaxing) - 0x00000000400ea290 tcp_output - *fill* 0x00000000400ea6a7 0x1 + 0x00000000400ea624 tcp_output + *fill* 0x00000000400eaa3b 0x1 .text.tcp_rexmit_rto_commit - 0x00000000400ea6a8 0x2d esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400eaa3c 0x2d esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x30 (size before relaxing) - 0x00000000400ea6a8 tcp_rexmit_rto_commit - *fill* 0x00000000400ea6d5 0x3 + 0x00000000400eaa3c tcp_rexmit_rto_commit + *fill* 0x00000000400eaa69 0x3 .text.tcp_rexmit_rto - 0x00000000400ea6d8 0x2b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400eaa6c 0x2b esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x2f (size before relaxing) - 0x00000000400ea6d8 tcp_rexmit_rto - *fill* 0x00000000400ea703 0x1 + 0x00000000400eaa6c tcp_rexmit_rto + *fill* 0x00000000400eaa97 0x1 .text.tcp_keepalive - 0x00000000400ea704 0x53 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400eaa98 0x53 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x5f (size before relaxing) - 0x00000000400ea704 tcp_keepalive - *fill* 0x00000000400ea757 0x1 + 0x00000000400eaa98 tcp_keepalive + *fill* 0x00000000400eaaeb 0x1 .text.tcp_zero_window_probe - 0x00000000400ea758 0x135 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400eaaec 0x135 esp-idf/lwip/liblwip.a(tcp_out.c.obj) 0x141 (size before relaxing) - 0x00000000400ea758 tcp_zero_window_probe - *fill* 0x00000000400ea88d 0x3 + 0x00000000400eaaec tcp_zero_window_probe + *fill* 0x00000000400eac21 0x3 .text.sys_timeout_abs - 0x00000000400ea890 0x61 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400eac24 0x61 esp-idf/lwip/liblwip.a(timeouts.c.obj) 0x65 (size before relaxing) - *fill* 0x00000000400ea8f1 0x3 + *fill* 0x00000000400eac85 0x3 .text.lwip_cyclic_timer - 0x00000000400ea8f4 0x37 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400eac88 0x37 esp-idf/lwip/liblwip.a(timeouts.c.obj) 0x3f (size before relaxing) - *fill* 0x00000000400ea92b 0x1 + *fill* 0x00000000400eacbf 0x1 .text.sys_timeout - 0x00000000400ea92c 0x2b esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400eacc0 0x2b esp-idf/lwip/liblwip.a(timeouts.c.obj) 0x2f (size before relaxing) - 0x00000000400ea92c sys_timeout - *fill* 0x00000000400ea957 0x1 + 0x00000000400eacc0 sys_timeout + *fill* 0x00000000400eaceb 0x1 .text.tcp_timer_needed - 0x00000000400ea958 0x2f esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x00000000400ea958 tcp_timer_needed - *fill* 0x00000000400ea987 0x1 + 0x00000000400eacec 0x2f esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400eacec tcp_timer_needed + *fill* 0x00000000400ead1b 0x1 .text.tcpip_tcp_timer - 0x00000000400ea988 0x2d esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400ead1c 0x2d esp-idf/lwip/liblwip.a(timeouts.c.obj) 0x35 (size before relaxing) - *fill* 0x00000000400ea9b5 0x3 + *fill* 0x00000000400ead49 0x3 .text.sys_timeouts_init - 0x00000000400ea9b8 0x26 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x00000000400ea9b8 sys_timeouts_init - *fill* 0x00000000400ea9de 0x2 + 0x00000000400ead4c 0x26 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400ead4c sys_timeouts_init + *fill* 0x00000000400ead72 0x2 .text.sys_untimeout - 0x00000000400ea9e0 0x3e esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400ead74 0x3e esp-idf/lwip/liblwip.a(timeouts.c.obj) 0x42 (size before relaxing) - 0x00000000400ea9e0 sys_untimeout - *fill* 0x00000000400eaa1e 0x2 + 0x00000000400ead74 sys_untimeout + *fill* 0x00000000400eadb2 0x2 .text.sys_check_timeouts - 0x00000000400eaa20 0x3a esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400eadb4 0x3a esp-idf/lwip/liblwip.a(timeouts.c.obj) 0x42 (size before relaxing) - 0x00000000400eaa20 sys_check_timeouts - *fill* 0x00000000400eaa5a 0x2 + 0x00000000400eadb4 sys_check_timeouts + *fill* 0x00000000400eadee 0x2 .text.sys_timeouts_sleeptime - 0x00000000400eaa5c 0x3c esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x00000000400eaa5c sys_timeouts_sleeptime + 0x00000000400eadf0 0x3c esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400eadf0 sys_timeouts_sleeptime .text.udp_new_port - 0x00000000400eaa98 0x57 esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x00000000400eaaef 0x1 + 0x00000000400eae2c 0x57 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x00000000400eae83 0x1 .text.udp_input_local_match - 0x00000000400eaaf0 0x176 esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x00000000400eac66 0x2 + 0x00000000400eae84 0x176 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x00000000400eaffa 0x2 .text.udp_init - 0x00000000400eac68 0x14 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400eaffc 0x14 esp-idf/lwip/liblwip.a(udp.c.obj) 0x17 (size before relaxing) - 0x00000000400eac68 udp_init - *fill* 0x00000000400eac7c 0x0 + 0x00000000400eaffc udp_init + *fill* 0x00000000400eb010 0x0 .text.udp_input - 0x00000000400eac7c 0x390 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400eb010 0x390 esp-idf/lwip/liblwip.a(udp.c.obj) 0x3a7 (size before relaxing) - 0x00000000400eac7c udp_input - *fill* 0x00000000400eb00c 0x0 + 0x00000000400eb010 udp_input + *fill* 0x00000000400eb3a0 0x0 .text.udp_bind - 0x00000000400eb00c 0x319 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400eb3a0 0x319 esp-idf/lwip/liblwip.a(udp.c.obj) 0x31d (size before relaxing) - 0x00000000400eb00c udp_bind - *fill* 0x00000000400eb325 0x3 + 0x00000000400eb3a0 udp_bind + *fill* 0x00000000400eb6b9 0x3 .text.udp_sendto_if_src - 0x00000000400eb328 0x231 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400eb6bc 0x231 esp-idf/lwip/liblwip.a(udp.c.obj) 0x24d (size before relaxing) - 0x00000000400eb328 udp_sendto_if_src - *fill* 0x00000000400eb559 0x3 + 0x00000000400eb6bc udp_sendto_if_src + *fill* 0x00000000400eb8ed 0x3 .text.udp_sendto_if - 0x00000000400eb55c 0xf9 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x00000000400eb55c udp_sendto_if - *fill* 0x00000000400eb655 0x3 + 0x00000000400eb8f0 0xf9 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400eb8f0 udp_sendto_if + *fill* 0x00000000400eb9e9 0x3 .text.udp_sendto - 0x00000000400eb658 0x14d esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400eb9ec 0x14d esp-idf/lwip/liblwip.a(udp.c.obj) 0x159 (size before relaxing) - 0x00000000400eb658 udp_sendto - *fill* 0x00000000400eb7a5 0x3 + 0x00000000400eb9ec udp_sendto + *fill* 0x00000000400ebb39 0x3 .text.udp_send - 0x00000000400eb7a8 0x4d esp-idf/lwip/liblwip.a(udp.c.obj) - 0x00000000400eb7a8 udp_send - *fill* 0x00000000400eb7f5 0x3 + 0x00000000400ebb3c 0x4d esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400ebb3c udp_send + *fill* 0x00000000400ebb89 0x3 .text.udp_connect - 0x00000000400eb7f8 0x16e esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400ebb8c 0x16e esp-idf/lwip/liblwip.a(udp.c.obj) 0x172 (size before relaxing) - 0x00000000400eb7f8 udp_connect - *fill* 0x00000000400eb966 0x2 + 0x00000000400ebb8c udp_connect + *fill* 0x00000000400ebcfa 0x2 .text.udp_disconnect - 0x00000000400eb968 0xa6 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x00000000400eb968 udp_disconnect - *fill* 0x00000000400eba0e 0x2 + 0x00000000400ebcfc 0xa6 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400ebcfc udp_disconnect + *fill* 0x00000000400ebda2 0x2 .text.udp_recv - 0x00000000400eba10 0x19 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x00000000400eba10 udp_recv - *fill* 0x00000000400eba29 0x3 + 0x00000000400ebda4 0x19 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400ebda4 udp_recv + *fill* 0x00000000400ebdbd 0x3 .text.udp_remove - 0x00000000400eba2c 0x44 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x00000000400eba2c udp_remove - .text.udp_new 0x00000000400eba70 0x20 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400ebdc0 0x44 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400ebdc0 udp_remove + .text.udp_new 0x00000000400ebe04 0x20 esp-idf/lwip/liblwip.a(udp.c.obj) 0x24 (size before relaxing) - 0x00000000400eba70 udp_new + 0x00000000400ebe04 udp_new .text.udp_new_ip_type - 0x00000000400eba90 0x15 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400ebe24 0x15 esp-idf/lwip/liblwip.a(udp.c.obj) 0x18 (size before relaxing) - 0x00000000400eba90 udp_new_ip_type - *fill* 0x00000000400ebaa5 0x3 + 0x00000000400ebe24 udp_new_ip_type + *fill* 0x00000000400ebe39 0x3 .text.udp_netif_ip_addr_changed - 0x00000000400ebaa8 0x143 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x00000000400ebaa8 udp_netif_ip_addr_changed - *fill* 0x00000000400ebbeb 0x1 + 0x00000000400ebe3c 0x143 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400ebe3c udp_netif_ip_addr_changed + *fill* 0x00000000400ebf7f 0x1 .text.dhcp_option_short - 0x00000000400ebbec 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x00000000400ebc21 0x3 + 0x00000000400ebf80 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400ebfb5 0x3 .text.dhcp_option - 0x00000000400ebc24 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ebfb8 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) .text.dhcp_option_byte - 0x00000000400ebc58 0x26 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x00000000400ebc7e 0x2 + 0x00000000400ebfec 0x26 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400ec012 0x2 .text.dhcp_option_long - 0x00000000400ebc80 0x4f esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x00000000400ebccf 0x1 + 0x00000000400ec014 0x4f esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400ec063 0x1 .text.dhcp_create_msg - 0x00000000400ebcd0 0x13d esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec064 0x13d esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x149 (size before relaxing) - *fill* 0x00000000400ebe0d 0x3 + *fill* 0x00000000400ec1a1 0x3 .text.dhcp_option_hostname - 0x00000000400ebe10 0x7a esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x00000000400ebe8a 0x2 + 0x00000000400ec1a4 0x7a esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400ec21e 0x2 .text.dhcp_option_trailer - 0x00000000400ebe8c 0x3f esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x00000000400ebecb 0x1 + 0x00000000400ec220 0x3f esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400ec25f 0x1 .text.dhcp_rebind - 0x00000000400ebecc 0xed esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec260 0xed esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x105 (size before relaxing) - *fill* 0x00000000400ebfb9 0x3 + *fill* 0x00000000400ec34d 0x3 .text.dhcp_t2_timeout - 0x00000000400ebfbc 0x3e esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x00000000400ebffa 0x2 + 0x00000000400ec350 0x3e esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400ec38e 0x2 .text.dhcp_reboot - 0x00000000400ebffc 0x10d esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec390 0x10d esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x12d (size before relaxing) - *fill* 0x00000000400ec109 0x3 + *fill* 0x00000000400ec49d 0x3 .text.dhcp_select - 0x00000000400ec10c 0x154 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec4a0 0x154 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x184 (size before relaxing) .text.dhcp_handle_offer - 0x00000000400ec260 0x5b esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec5f4 0x5b esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x62 (size before relaxing) - *fill* 0x00000000400ec2bb 0x1 + *fill* 0x00000000400ec64f 0x1 .text.dhcp_discover - 0x00000000400ec2bc 0xda esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0xf2 (size before relaxing) - *fill* 0x00000000400ec396 0x2 + 0x00000000400ec650 0xe6 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x102 (size before relaxing) + *fill* 0x00000000400ec736 0x2 .text.dhcp_decline - 0x00000000400ec398 0x87 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec738 0x87 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x9f (size before relaxing) - *fill* 0x00000000400ec41f 0x1 + *fill* 0x00000000400ec7bf 0x1 .text.dhcp_check - 0x00000000400ec420 0x2f esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec7c0 0x2f esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x33 (size before relaxing) - *fill* 0x00000000400ec44f 0x1 + *fill* 0x00000000400ec7ef 0x1 .text.dhcp_bind - 0x00000000400ec450 0xe4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec7f0 0xe4 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0xe8 (size before relaxing) .text.dhcp_handle_nak - 0x00000000400ec534 0x2d esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec8d4 0x2d esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x34 (size before relaxing) - *fill* 0x00000000400ec561 0x3 + *fill* 0x00000000400ec901 0x3 .text.dhcp_dec_pcb_refcount - 0x00000000400ec564 0x3b esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x00000000400ec59f 0x1 + 0x00000000400ec904 0x3b esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400ec93f 0x1 .text.dhcp_inc_pcb_refcount - 0x00000000400ec5a0 0x72 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec940 0x72 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x7e (size before relaxing) - *fill* 0x00000000400ec612 0x2 + *fill* 0x00000000400ec9b2 0x2 .text.dhcp_parse_reply - 0x00000000400ec614 0x3bf esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ec9b4 0x3bf esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x3c7 (size before relaxing) - *fill* 0x00000000400ec9d3 0x1 + *fill* 0x00000000400ecd73 0x1 .text.dhcp_handle_ack - 0x00000000400ec9d4 0x102 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ecd74 0x102 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x10a (size before relaxing) - *fill* 0x00000000400ecad6 0x2 + *fill* 0x00000000400ece76 0x2 .text.dhcp_recv - 0x00000000400ecad8 0x135 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ece78 0x135 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x148 (size before relaxing) - *fill* 0x00000000400ecc0d 0x3 + *fill* 0x00000000400ecfad 0x3 .text.dhcp_cleanup - 0x00000000400ecc10 0x28 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ecfb0 0x28 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x2b (size before relaxing) - 0x00000000400ecc10 dhcp_cleanup - *fill* 0x00000000400ecc38 0x0 + 0x00000000400ecfb0 dhcp_cleanup + *fill* 0x00000000400ecfd8 0x0 .text.dhcp_set_cb - 0x00000000400ecc38 0x22 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x00000000400ecc38 dhcp_set_cb - *fill* 0x00000000400ecc5a 0x2 + 0x00000000400ecfd8 0x22 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ecfd8 dhcp_set_cb + *fill* 0x00000000400ecffa 0x2 .text.dhcp_network_changed - 0x00000000400ecc5c 0x4c esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ecffc 0x4c esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x53 (size before relaxing) - 0x00000000400ecc5c dhcp_network_changed - *fill* 0x00000000400ecca8 0x0 + 0x00000000400ecffc dhcp_network_changed + *fill* 0x00000000400ed048 0x0 .text.dhcp_arp_reply - 0x00000000400ecca8 0x2a esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ed048 0x2a esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x2e (size before relaxing) - 0x00000000400ecca8 dhcp_arp_reply - *fill* 0x00000000400eccd2 0x2 + 0x00000000400ed048 dhcp_arp_reply + *fill* 0x00000000400ed072 0x2 .text.dhcp_renew - 0x00000000400eccd4 0xed esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ed074 0xed esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x105 (size before relaxing) - 0x00000000400eccd4 dhcp_renew - *fill* 0x00000000400ecdc1 0x3 + 0x00000000400ed074 dhcp_renew + *fill* 0x00000000400ed161 0x3 .text.dhcp_t1_timeout - 0x00000000400ecdc4 0x3b esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x00000000400ecdff 0x1 + 0x00000000400ed164 0x3b esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400ed19f 0x1 .text.dhcp_release_and_stop - 0x00000000400ece00 0x103 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ed1a0 0x103 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x123 (size before relaxing) - 0x00000000400ece00 dhcp_release_and_stop - *fill* 0x00000000400ecf03 0x1 + 0x00000000400ed1a0 dhcp_release_and_stop + *fill* 0x00000000400ed2a3 0x1 .text.dhcp_start - 0x00000000400ecf04 0xb4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ed2a4 0xb4 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0xbc (size before relaxing) - 0x00000000400ecf04 dhcp_start + 0x00000000400ed2a4 dhcp_start .text.dhcp_coarse_tmr - 0x00000000400ecfb8 0x63 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ed358 0x63 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x6b (size before relaxing) - 0x00000000400ecfb8 dhcp_coarse_tmr - *fill* 0x00000000400ed01b 0x1 + 0x00000000400ed358 dhcp_coarse_tmr + *fill* 0x00000000400ed3bb 0x1 .text.dhcp_timeout - 0x00000000400ed01c 0x87 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ed3bc 0x87 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x92 (size before relaxing) - *fill* 0x00000000400ed0a3 0x1 + *fill* 0x00000000400ed443 0x1 .text.dhcp_fine_tmr - 0x00000000400ed0a4 0x33 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ed444 0x33 esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x37 (size before relaxing) - 0x00000000400ed0a4 dhcp_fine_tmr - *fill* 0x00000000400ed0d7 0x1 + 0x00000000400ed444 dhcp_fine_tmr + *fill* 0x00000000400ed477 0x1 .text.dhcp_release - 0x00000000400ed0d8 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ed478 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) 0x10 (size before relaxing) - 0x00000000400ed0d8 dhcp_release + 0x00000000400ed478 dhcp_release .text.dhcp_stop - 0x00000000400ed0e4 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400ed484 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) 0xe (size before relaxing) - 0x00000000400ed0e4 dhcp_stop - *fill* 0x00000000400ed0ee 0x2 + 0x00000000400ed484 dhcp_stop + *fill* 0x00000000400ed48e 0x2 .text.free_etharp_q - 0x00000000400ed0f0 0x41 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400ed490 0x41 esp-idf/lwip/liblwip.a(etharp.c.obj) 0x49 (size before relaxing) - *fill* 0x00000000400ed131 0x3 + *fill* 0x00000000400ed4d1 0x3 .text.etharp_free_entry - 0x00000000400ed134 0x5e esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400ed4d4 0x5e esp-idf/lwip/liblwip.a(etharp.c.obj) 0x62 (size before relaxing) - *fill* 0x00000000400ed192 0x2 + *fill* 0x00000000400ed532 0x2 .text.etharp_find_entry - 0x00000000400ed194 0x1e6 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400ed534 0x1e6 esp-idf/lwip/liblwip.a(etharp.c.obj) 0x1ea (size before relaxing) - *fill* 0x00000000400ed37a 0x2 + *fill* 0x00000000400ed71a 0x2 .text.etharp_update_arp_entry - 0x00000000400ed37c 0xc6 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400ed71c 0xc6 esp-idf/lwip/liblwip.a(etharp.c.obj) 0xce (size before relaxing) - *fill* 0x00000000400ed442 0x2 + *fill* 0x00000000400ed7e2 0x2 .text.etharp_raw - 0x00000000400ed444 0x105 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400ed7e4 0x105 esp-idf/lwip/liblwip.a(etharp.c.obj) 0x10d (size before relaxing) - *fill* 0x00000000400ed549 0x3 + *fill* 0x00000000400ed8e9 0x3 .text.etharp_request_dst - 0x00000000400ed54c 0x21 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400ed8ec 0x21 esp-idf/lwip/liblwip.a(etharp.c.obj) 0x25 (size before relaxing) - *fill* 0x00000000400ed56d 0x3 + *fill* 0x00000000400ed90d 0x3 .text.etharp_cleanup_netif - 0x00000000400ed570 0x35 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x00000000400ed570 etharp_cleanup_netif - *fill* 0x00000000400ed5a5 0x3 + 0x00000000400ed910 0x35 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400ed910 etharp_cleanup_netif + *fill* 0x00000000400ed945 0x3 .text.etharp_input - 0x00000000400ed5a8 0xf8 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400ed948 0xf8 esp-idf/lwip/liblwip.a(etharp.c.obj) 0xfe (size before relaxing) - 0x00000000400ed5a8 etharp_input - *fill* 0x00000000400ed6a0 0x0 + 0x00000000400ed948 etharp_input + *fill* 0x00000000400eda40 0x0 .text.etharp_request - 0x00000000400ed6a0 0x15 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x00000000400ed6a0 etharp_request - *fill* 0x00000000400ed6b5 0x3 + 0x00000000400eda40 0x15 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400eda40 etharp_request + *fill* 0x00000000400eda55 0x3 .text.garp_tmr - 0x00000000400ed6b8 0x33 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x00000000400ed6b8 garp_tmr - *fill* 0x00000000400ed6eb 0x1 + 0x00000000400eda58 0x33 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400eda58 garp_tmr + *fill* 0x00000000400eda8b 0x1 .text.etharp_tmr - 0x00000000400ed6ec 0x9e esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400eda8c 0x9e esp-idf/lwip/liblwip.a(etharp.c.obj) 0xa2 (size before relaxing) - 0x00000000400ed6ec etharp_tmr - *fill* 0x00000000400ed78a 0x2 + 0x00000000400eda8c etharp_tmr + *fill* 0x00000000400edb2a 0x2 .text.etharp_output_to_arp_index - 0x00000000400ed78c 0xd2 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400edb2c 0xd2 esp-idf/lwip/liblwip.a(etharp.c.obj) 0xd6 (size before relaxing) - *fill* 0x00000000400ed85e 0x2 + *fill* 0x00000000400edbfe 0x2 .text.etharp_query - 0x00000000400ed860 0x22f esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400edc00 0x22f esp-idf/lwip/liblwip.a(etharp.c.obj) 0x23f (size before relaxing) - 0x00000000400ed860 etharp_query - *fill* 0x00000000400eda8f 0x1 + 0x00000000400edc00 etharp_query + *fill* 0x00000000400ede2f 0x1 .text.etharp_output - 0x00000000400eda90 0x171 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x00000000400eda90 etharp_output - *fill* 0x00000000400edc01 0x3 + 0x00000000400ede30 0x171 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400ede30 etharp_output + *fill* 0x00000000400edfa1 0x3 .text.icmp_send_response - 0x00000000400edc04 0xd3 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x00000000400edfa4 0xd3 esp-idf/lwip/liblwip.a(icmp.c.obj) 0xe6 (size before relaxing) - *fill* 0x00000000400edcd7 0x1 + *fill* 0x00000000400ee077 0x1 .text.icmp_input - 0x00000000400edcd8 0x1cf esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x00000000400ee078 0x1cf esp-idf/lwip/liblwip.a(icmp.c.obj) 0x1f6 (size before relaxing) - 0x00000000400edcd8 icmp_input - *fill* 0x00000000400edea7 0x1 + 0x00000000400ee078 icmp_input + *fill* 0x00000000400ee247 0x1 .text.icmp_dest_unreach - 0x00000000400edea8 0x12 esp-idf/lwip/liblwip.a(icmp.c.obj) - 0x00000000400edea8 icmp_dest_unreach - *fill* 0x00000000400edeba 0x2 + 0x00000000400ee248 0x12 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x00000000400ee248 icmp_dest_unreach + *fill* 0x00000000400ee25a 0x2 .text.igmp_start_timer - 0x00000000400edebc 0x3e esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee25c 0x3e esp-idf/lwip/liblwip.a(igmp.c.obj) 0x42 (size before relaxing) - *fill* 0x00000000400edefa 0x2 + *fill* 0x00000000400ee29a 0x2 .text.igmp_delaying_member - 0x00000000400edefc 0x26 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee29c 0x26 esp-idf/lwip/liblwip.a(igmp.c.obj) 0x2a (size before relaxing) - *fill* 0x00000000400edf22 0x2 + *fill* 0x00000000400ee2c2 0x2 .text.igmp_ip_output_if - 0x00000000400edf24 0x2d esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee2c4 0x2d esp-idf/lwip/liblwip.a(igmp.c.obj) 0x31 (size before relaxing) - *fill* 0x00000000400edf51 0x3 + *fill* 0x00000000400ee2f1 0x3 .text.igmp_send - 0x00000000400edf54 0xbf esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee2f4 0xbf esp-idf/lwip/liblwip.a(igmp.c.obj) 0xca (size before relaxing) - *fill* 0x00000000400ee013 0x1 + *fill* 0x00000000400ee3b3 0x1 .text.igmp_timeout - 0x00000000400ee014 0x26 esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x00000000400ee03a 0x2 + 0x00000000400ee3b4 0x26 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x00000000400ee3da 0x2 .text.igmp_init - 0x00000000400ee03c 0x15 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x00000000400ee03c igmp_init - *fill* 0x00000000400ee051 0x3 + 0x00000000400ee3dc 0x15 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee3dc igmp_init + *fill* 0x00000000400ee3f1 0x3 .text.igmp_stop - 0x00000000400ee054 0x31 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x00000000400ee054 igmp_stop - *fill* 0x00000000400ee085 0x3 - .text.igmp_report_groups - 0x00000000400ee088 0x1f esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x00000000400ee088 igmp_report_groups - *fill* 0x00000000400ee0a7 0x1 - .text.igmp_lookup_group - 0x00000000400ee0a8 0x82 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x86 (size before relaxing) - *fill* 0x00000000400ee12a 0x2 - .text.igmp_start - 0x00000000400ee12c 0x36 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x00000000400ee12c igmp_start - *fill* 0x00000000400ee162 0x2 - .text.igmp_input - 0x00000000400ee164 0x10b esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x116 (size before relaxing) - 0x00000000400ee164 igmp_input - *fill* 0x00000000400ee26f 0x1 - .text.igmp_joingroup_netif - 0x00000000400ee270 0x9d esp-idf/lwip/liblwip.a(igmp.c.obj) - 0xa5 (size before relaxing) - 0x00000000400ee270 igmp_joingroup_netif - *fill* 0x00000000400ee30d 0x3 - .text.igmp_joingroup - 0x00000000400ee310 0x6e esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x00000000400ee310 igmp_joingroup - *fill* 0x00000000400ee37e 0x2 - .text.igmp_leavegroup_netif - 0x00000000400ee380 0xa5 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0xad (size before relaxing) - 0x00000000400ee380 igmp_leavegroup_netif + 0x00000000400ee3f4 0x31 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee3f4 igmp_stop *fill* 0x00000000400ee425 0x3 + .text.igmp_report_groups + 0x00000000400ee428 0x1f esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee428 igmp_report_groups + *fill* 0x00000000400ee447 0x1 + .text.igmp_lookup_group + 0x00000000400ee448 0x82 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x86 (size before relaxing) + *fill* 0x00000000400ee4ca 0x2 + .text.igmp_start + 0x00000000400ee4cc 0x36 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee4cc igmp_start + *fill* 0x00000000400ee502 0x2 + .text.igmp_input + 0x00000000400ee504 0x10b esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x116 (size before relaxing) + 0x00000000400ee504 igmp_input + *fill* 0x00000000400ee60f 0x1 + .text.igmp_joingroup_netif + 0x00000000400ee610 0x9d esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xa5 (size before relaxing) + 0x00000000400ee610 igmp_joingroup_netif + *fill* 0x00000000400ee6ad 0x3 + .text.igmp_joingroup + 0x00000000400ee6b0 0x6e esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee6b0 igmp_joingroup + *fill* 0x00000000400ee71e 0x2 + .text.igmp_leavegroup_netif + 0x00000000400ee720 0xa5 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xad (size before relaxing) + 0x00000000400ee720 igmp_leavegroup_netif + *fill* 0x00000000400ee7c5 0x3 .text.igmp_leavegroup - 0x00000000400ee428 0x6d esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee7c8 0x6d esp-idf/lwip/liblwip.a(igmp.c.obj) 0x71 (size before relaxing) - 0x00000000400ee428 igmp_leavegroup - *fill* 0x00000000400ee495 0x3 + 0x00000000400ee7c8 igmp_leavegroup + *fill* 0x00000000400ee835 0x3 .text.igmp_tmr - 0x00000000400ee498 0x64 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x00000000400ee498 igmp_tmr + 0x00000000400ee838 0x64 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee838 igmp_tmr .text.igmp_timeout_cb - 0x00000000400ee4fc 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400ee89c 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) 0xb (size before relaxing) - *fill* 0x00000000400ee504 0x0 + *fill* 0x00000000400ee8a4 0x0 .text.ip4_input_accept - 0x00000000400ee504 0x34 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400ee8a4 0x34 esp-idf/lwip/liblwip.a(ip4.c.obj) .text.ip4_netif_exist - 0x00000000400ee538 0x38 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x00000000400ee538 ip4_netif_exist + 0x00000000400ee8d8 0x38 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400ee8d8 ip4_netif_exist .text.ip4_route_src_hook - 0x00000000400ee570 0x32 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x00000000400ee570 ip4_route_src_hook - *fill* 0x00000000400ee5a2 0x2 + 0x00000000400ee910 0x32 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400ee910 ip4_route_src_hook + *fill* 0x00000000400ee942 0x2 .text.ip4_route - 0x00000000400ee5a4 0x70 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400ee944 0x70 esp-idf/lwip/liblwip.a(ip4.c.obj) 0x74 (size before relaxing) - 0x00000000400ee5a4 ip4_route + 0x00000000400ee944 ip4_route .text.ip4_route_src - 0x00000000400ee614 0x2c esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400ee9b4 0x2c esp-idf/lwip/liblwip.a(ip4.c.obj) 0x34 (size before relaxing) - 0x00000000400ee614 ip4_route_src + 0x00000000400ee9b4 ip4_route_src .text.ip4_input - 0x00000000400ee640 0x29f esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400ee9e0 0x29f esp-idf/lwip/liblwip.a(ip4.c.obj) 0x2c6 (size before relaxing) - 0x00000000400ee640 ip4_input - *fill* 0x00000000400ee8df 0x1 + 0x00000000400ee9e0 ip4_input + *fill* 0x00000000400eec7f 0x1 .text.ip4_output_if_opt_src - 0x00000000400ee8e0 0x291 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400eec80 0x291 esp-idf/lwip/liblwip.a(ip4.c.obj) 0x299 (size before relaxing) - 0x00000000400ee8e0 ip4_output_if_opt_src - *fill* 0x00000000400eeb71 0x3 + 0x00000000400eec80 ip4_output_if_opt_src + *fill* 0x00000000400eef11 0x3 .text.ip4_output_if_opt - 0x00000000400eeb74 0x35 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x00000000400eeb74 ip4_output_if_opt - *fill* 0x00000000400eeba9 0x3 + 0x00000000400eef14 0x35 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400eef14 ip4_output_if_opt + *fill* 0x00000000400eef49 0x3 .text.ip4_output_if - 0x00000000400eebac 0x25 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400eef4c 0x25 esp-idf/lwip/liblwip.a(ip4.c.obj) 0x29 (size before relaxing) - 0x00000000400eebac ip4_output_if - *fill* 0x00000000400eebd1 0x3 - .text.ip4_output_if_src - 0x00000000400eebd4 0x25 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x29 (size before relaxing) - 0x00000000400eebd4 ip4_output_if_src - *fill* 0x00000000400eebf9 0x3 - .text.ip4addr_aton - 0x00000000400eebfc 0x1e3 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - 0x1e7 (size before relaxing) - 0x00000000400eebfc ip4addr_aton - *fill* 0x00000000400eeddf 0x1 - .text.ip4_frag - 0x00000000400eede0 0x191 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - 0x1a1 (size before relaxing) - 0x00000000400eede0 ip4_frag + 0x00000000400eef4c ip4_output_if *fill* 0x00000000400eef71 0x3 + .text.ip4_output_if_src + 0x00000000400eef74 0x25 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x29 (size before relaxing) + 0x00000000400eef74 ip4_output_if_src + *fill* 0x00000000400eef99 0x3 + .text.ip4addr_aton + 0x00000000400eef9c 0x1e3 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x1e7 (size before relaxing) + 0x00000000400eef9c ip4addr_aton + *fill* 0x00000000400ef17f 0x1 + .text.ip4_frag + 0x00000000400ef180 0x191 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x1a1 (size before relaxing) + 0x00000000400ef180 ip4_frag + *fill* 0x00000000400ef311 0x3 .text.icmp6_send_response_with_addrs_and_netif - 0x00000000400eef74 0x9f esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400ef314 0x9f esp-idf/lwip/liblwip.a(icmp6.c.obj) 0xaf (size before relaxing) - *fill* 0x00000000400ef013 0x1 + *fill* 0x00000000400ef3b3 0x1 .text.icmp6_send_response - 0x00000000400ef014 0x3e esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400ef3b4 0x3e esp-idf/lwip/liblwip.a(icmp6.c.obj) 0x42 (size before relaxing) - *fill* 0x00000000400ef052 0x2 + *fill* 0x00000000400ef3f2 0x2 .text.icmp6_send_response_with_addrs - 0x00000000400ef054 0x4a esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400ef3f4 0x4a esp-idf/lwip/liblwip.a(icmp6.c.obj) 0x4e (size before relaxing) - *fill* 0x00000000400ef09e 0x2 + *fill* 0x00000000400ef43e 0x2 .text.icmp6_input - 0x00000000400ef0a0 0x101 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400ef440 0x101 esp-idf/lwip/liblwip.a(icmp6.c.obj) 0x12c (size before relaxing) - 0x00000000400ef0a0 icmp6_input - *fill* 0x00000000400ef1a1 0x3 + 0x00000000400ef440 icmp6_input + *fill* 0x00000000400ef541 0x3 .text.icmp6_dest_unreach - 0x00000000400ef1a4 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x00000000400ef1a4 icmp6_dest_unreach + 0x00000000400ef544 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400ef544 icmp6_dest_unreach .text.icmp6_time_exceeded_with_addrs - 0x00000000400ef1b8 0x18 esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x00000000400ef1b8 icmp6_time_exceeded_with_addrs + 0x00000000400ef558 0x18 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400ef558 icmp6_time_exceeded_with_addrs .text.icmp6_param_problem - 0x00000000400ef1d0 0x1a esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x00000000400ef1d0 icmp6_param_problem - *fill* 0x00000000400ef1ea 0x2 + 0x00000000400ef570 0x1a esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400ef570 icmp6_param_problem + *fill* 0x00000000400ef58a 0x2 .text.ip6_input_accept - 0x00000000400ef1ec 0x96 esp-idf/lwip/liblwip.a(ip6.c.obj) - *fill* 0x00000000400ef282 0x2 + 0x00000000400ef58c 0x96 esp-idf/lwip/liblwip.a(ip6.c.obj) + *fill* 0x00000000400ef622 0x2 .text.ip6_route - 0x00000000400ef284 0x2c0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x00000000400ef624 0x2c0 esp-idf/lwip/liblwip.a(ip6.c.obj) 0x2c4 (size before relaxing) - 0x00000000400ef284 ip6_route + 0x00000000400ef624 ip6_route .text.ip6_select_source_address - 0x00000000400ef544 0x1d7 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x00000000400ef544 ip6_select_source_address - *fill* 0x00000000400ef71b 0x1 + 0x00000000400ef8e4 0x1d7 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x00000000400ef8e4 ip6_select_source_address + *fill* 0x00000000400efabb 0x1 .text.ip6_input - 0x00000000400ef71c 0x711 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x00000000400efabc 0x711 esp-idf/lwip/liblwip.a(ip6.c.obj) 0x779 (size before relaxing) - 0x00000000400ef71c ip6_input - *fill* 0x00000000400efe2d 0x3 + 0x00000000400efabc ip6_input + *fill* 0x00000000400f01cd 0x3 .text.ip6_output_if_src - 0x00000000400efe30 0x389 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x00000000400f01d0 0x389 esp-idf/lwip/liblwip.a(ip6.c.obj) 0x399 (size before relaxing) - 0x00000000400efe30 ip6_output_if_src - *fill* 0x00000000400f01b9 0x3 + 0x00000000400f01d0 ip6_output_if_src + *fill* 0x00000000400f0559 0x3 .text.ip6_output_if - 0x00000000400f01bc 0x65 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x00000000400f01bc ip6_output_if - *fill* 0x00000000400f0221 0x3 + 0x00000000400f055c 0x65 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x00000000400f055c ip6_output_if + *fill* 0x00000000400f05c1 0x3 .text.ip6_options_add_hbh_ra - 0x00000000400f0224 0x3e esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x00000000400f05c4 0x3e esp-idf/lwip/liblwip.a(ip6.c.obj) 0x42 (size before relaxing) - 0x00000000400f0224 ip6_options_add_hbh_ra - *fill* 0x00000000400f0262 0x2 + 0x00000000400f05c4 ip6_options_add_hbh_ra + *fill* 0x00000000400f0602 0x2 .text.ip6_reass_free_complete_datagram - 0x00000000400f0264 0x24b esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x00000000400f0604 0x24b esp-idf/lwip/liblwip.a(ip6_frag.c.obj) 0x25f (size before relaxing) - *fill* 0x00000000400f04af 0x1 + *fill* 0x00000000400f084f 0x1 .text.ip6_reass_remove_oldest_datagram - 0x00000000400f04b0 0x40 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x00000000400f0850 0x40 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) 0x43 (size before relaxing) - *fill* 0x00000000400f04f0 0x0 + *fill* 0x00000000400f0890 0x0 .text.ip6_reass_tmr - 0x00000000400f04f0 0x2b esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - 0x00000000400f04f0 ip6_reass_tmr - *fill* 0x00000000400f051b 0x1 + 0x00000000400f0890 0x2b esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x00000000400f0890 ip6_reass_tmr + *fill* 0x00000000400f08bb 0x1 .text.ip6_reass - 0x00000000400f051c 0x63e esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x00000000400f08bc 0x63e esp-idf/lwip/liblwip.a(ip6_frag.c.obj) 0x652 (size before relaxing) - 0x00000000400f051c ip6_reass - *fill* 0x00000000400f0b5a 0x2 + 0x00000000400f08bc ip6_reass + *fill* 0x00000000400f0efa 0x2 .text.ip6_frag - 0x00000000400f0b5c 0x171 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x00000000400f0efc 0x171 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) 0x181 (size before relaxing) - 0x00000000400f0b5c ip6_frag - *fill* 0x00000000400f0ccd 0x3 + 0x00000000400f0efc ip6_frag + *fill* 0x00000000400f106d 0x3 .text.mld6_delayed_report - 0x00000000400f0cd0 0x58 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400f1070 0x58 esp-idf/lwip/liblwip.a(mld6.c.obj) .text.mld6_new_group - 0x00000000400f0d28 0x61 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400f10c8 0x61 esp-idf/lwip/liblwip.a(mld6.c.obj) 0x65 (size before relaxing) - *fill* 0x00000000400f0d89 0x3 + *fill* 0x00000000400f1129 0x3 .text.mld6_send - 0x00000000400f0d8c 0x110 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400f112c 0x110 esp-idf/lwip/liblwip.a(mld6.c.obj) 0x124 (size before relaxing) .text.mld6_stop - 0x00000000400f0e9c 0x31 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x00000000400f0e9c mld6_stop - *fill* 0x00000000400f0ecd 0x3 + 0x00000000400f123c 0x31 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400f123c mld6_stop + *fill* 0x00000000400f126d 0x3 .text.mld6_report_groups - 0x00000000400f0ed0 0x1b esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x00000000400f0ed0 mld6_report_groups - *fill* 0x00000000400f0eeb 0x1 + 0x00000000400f1270 0x1b esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400f1270 mld6_report_groups + *fill* 0x00000000400f128b 0x1 .text.mld6_input - 0x00000000400f0eec 0x16c esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400f128c 0x16c esp-idf/lwip/liblwip.a(mld6.c.obj) 0x17b (size before relaxing) - 0x00000000400f0eec mld6_input - *fill* 0x00000000400f1058 0x0 + 0x00000000400f128c mld6_input + *fill* 0x00000000400f13f8 0x0 .text.mld6_joingroup_netif - 0x00000000400f1058 0xfe esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x106 (size before relaxing) - 0x00000000400f1058 mld6_joingroup_netif - *fill* 0x00000000400f1156 0x2 + 0x00000000400f13f8 0x11a esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x122 (size before relaxing) + 0x00000000400f13f8 mld6_joingroup_netif + *fill* 0x00000000400f1512 0x2 .text.mld6_joingroup - 0x00000000400f1158 0x5a esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x61 (size before relaxing) - 0x00000000400f1158 mld6_joingroup - *fill* 0x00000000400f11b2 0x2 + 0x00000000400f1514 0x42 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x49 (size before relaxing) + 0x00000000400f1514 mld6_joingroup + *fill* 0x00000000400f1556 0x2 .text.mld6_leavegroup_netif - 0x00000000400f11b4 0x109 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400f1558 0x109 esp-idf/lwip/liblwip.a(mld6.c.obj) 0x111 (size before relaxing) - 0x00000000400f11b4 mld6_leavegroup_netif - *fill* 0x00000000400f12bd 0x3 + 0x00000000400f1558 mld6_leavegroup_netif + *fill* 0x00000000400f1661 0x3 .text.mld6_leavegroup - 0x00000000400f12c0 0x45 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400f1664 0x45 esp-idf/lwip/liblwip.a(mld6.c.obj) 0x4d (size before relaxing) - 0x00000000400f12c0 mld6_leavegroup - *fill* 0x00000000400f1305 0x3 + 0x00000000400f1664 mld6_leavegroup + *fill* 0x00000000400f16a9 0x3 .text.mld6_tmr - 0x00000000400f1308 0x72 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400f16ac 0x72 esp-idf/lwip/liblwip.a(mld6.c.obj) 0x76 (size before relaxing) - 0x00000000400f1308 mld6_tmr - *fill* 0x00000000400f137a 0x2 + 0x00000000400f16ac mld6_tmr + *fill* 0x00000000400f171e 0x2 .text.mld6_timeout_cb - 0x00000000400f137c 0x8 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400f1720 0x8 esp-idf/lwip/liblwip.a(mld6.c.obj) 0xb (size before relaxing) - *fill* 0x00000000400f1384 0x0 + *fill* 0x00000000400f1728 0x0 .text.nd6_find_neighbor_cache_entry - 0x00000000400f1384 0x6a esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x00000000400f13ee 0x2 + 0x00000000400f1728 0x6a esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400f1792 0x2 .text.nd6_find_destination_cache_entry - 0x00000000400f13f0 0x5e esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x00000000400f144e 0x2 + 0x00000000400f1794 0x5e esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400f17f2 0x2 .text.nd6_new_destination_cache_entry - 0x00000000400f1450 0x64 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f17f4 0x64 esp-idf/lwip/liblwip.a(nd6.c.obj) .text.nd6_is_prefix_in_netif - 0x00000000400f14b4 0xc6 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x00000000400f157a 0x2 + 0x00000000400f1858 0xc6 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400f191e 0x2 .text.nd6_select_router - 0x00000000400f157c 0x102 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x00000000400f167e 0x2 + 0x00000000400f1920 0x102 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400f1a22 0x2 .text.nd6_get_router - 0x00000000400f1680 0x5c esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f1a24 0x5c esp-idf/lwip/liblwip.a(nd6.c.obj) .text.nd6_get_onlink_prefix - 0x00000000400f16dc 0x72 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x00000000400f174e 0x2 + 0x00000000400f1a80 0x72 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400f1af2 0x2 .text.nd6_new_onlink_prefix - 0x00000000400f1750 0xd1 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x00000000400f1821 0x3 + 0x00000000400f1af4 0xd1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400f1bc5 0x3 .text.nd6_send_q - 0x00000000400f1824 0x150 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f1bc8 0x150 esp-idf/lwip/liblwip.a(nd6.c.obj) 0x154 (size before relaxing) .text.nd6_duplicate_addr_detected - 0x00000000400f1974 0x46 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f1d18 0x46 esp-idf/lwip/liblwip.a(nd6.c.obj) 0x4e (size before relaxing) - *fill* 0x00000000400f19ba 0x2 + *fill* 0x00000000400f1d5e 0x2 .text.nd6_process_autoconfig_prefix - 0x00000000400f19bc 0x27b esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f1d60 0x27b esp-idf/lwip/liblwip.a(nd6.c.obj) 0x286 (size before relaxing) - *fill* 0x00000000400f1c37 0x1 + *fill* 0x00000000400f1fdb 0x1 .text.nd6_free_q - 0x00000000400f1c38 0x59 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f1fdc 0x55 esp-idf/lwip/liblwip.a(nd6.c.obj) 0x61 (size before relaxing) - *fill* 0x00000000400f1c91 0x3 + *fill* 0x00000000400f2031 0x3 .text.nd6_free_neighbor_cache_entry - 0x00000000400f1c94 0x82 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f2034 0x82 esp-idf/lwip/liblwip.a(nd6.c.obj) 0x86 (size before relaxing) - *fill* 0x00000000400f1d16 0x2 + *fill* 0x00000000400f20b6 0x2 .text.nd6_new_neighbor_cache_entry - 0x00000000400f1d18 0x216 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x00000000400f1f2e 0x2 + 0x00000000400f20b8 0x216 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400f22ce 0x2 .text.nd6_send_na - 0x00000000400f1f30 0x15e esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f22d0 0x15a esp-idf/lwip/liblwip.a(nd6.c.obj) 0x166 (size before relaxing) - *fill* 0x00000000400f208e 0x2 + *fill* 0x00000000400f242a 0x2 .text.nd6_send_rs - 0x00000000400f2090 0xe9 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f242c 0xe9 esp-idf/lwip/liblwip.a(nd6.c.obj) 0xf5 (size before relaxing) - *fill* 0x00000000400f2179 0x3 + *fill* 0x00000000400f2515 0x3 .text.nd6_send_ns - 0x00000000400f217c 0x158 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f2518 0x158 esp-idf/lwip/liblwip.a(nd6.c.obj) 0x164 (size before relaxing) .text.nd6_send_neighbor_cache_probe - 0x00000000400f22d4 0xe esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f2670 0xe esp-idf/lwip/liblwip.a(nd6.c.obj) 0x12 (size before relaxing) - *fill* 0x00000000400f22e2 0x2 + *fill* 0x00000000400f267e 0x2 .text.nd6_new_router - 0x00000000400f22e4 0x17a esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f2680 0x17a esp-idf/lwip/liblwip.a(nd6.c.obj) 0x17e (size before relaxing) - *fill* 0x00000000400f245e 0x2 + *fill* 0x00000000400f27fa 0x2 .text.nd6_get_next_hop_entry - 0x00000000400f2460 0x3a1 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f27fc 0x3a1 esp-idf/lwip/liblwip.a(nd6.c.obj) 0x3a5 (size before relaxing) - *fill* 0x00000000400f2801 0x3 + *fill* 0x00000000400f2b9d 0x3 .text.nd6_queue_packet - 0x00000000400f2804 0x13d esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f2ba0 0x13d esp-idf/lwip/liblwip.a(nd6.c.obj) 0x14d (size before relaxing) - *fill* 0x00000000400f2941 0x3 + *fill* 0x00000000400f2cdd 0x3 .text.nd6_input - 0x00000000400f2944 0xdcb esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f2ce0 0xdcb esp-idf/lwip/liblwip.a(nd6.c.obj) 0xe26 (size before relaxing) - 0x00000000400f2944 nd6_input - *fill* 0x00000000400f370f 0x1 - .text.nd6_tmr 0x00000000400f3710 0x53b esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f2ce0 nd6_input + *fill* 0x00000000400f3aab 0x1 + .text.nd6_tmr 0x00000000400f3aac 0x53b esp-idf/lwip/liblwip.a(nd6.c.obj) 0x54f (size before relaxing) - 0x00000000400f3710 nd6_tmr - *fill* 0x00000000400f3c4b 0x1 + 0x00000000400f3aac nd6_tmr + *fill* 0x00000000400f3fe7 0x1 .text.nd6_clear_destination_cache - 0x00000000400f3c4c 0x2b esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x00000000400f3c4c nd6_clear_destination_cache - *fill* 0x00000000400f3c77 0x1 + 0x00000000400f3fe8 0x2b esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f3fe8 nd6_clear_destination_cache + *fill* 0x00000000400f4013 0x1 .text.nd6_find_route - 0x00000000400f3c78 0x9c esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x00000000400f3c78 nd6_find_route + 0x00000000400f4014 0x98 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x9c (size before relaxing) + 0x00000000400f4014 nd6_find_route .text.nd6_get_next_hop_addr_or_queue - 0x00000000400f3d14 0x99 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f40ac 0x99 esp-idf/lwip/liblwip.a(nd6.c.obj) 0xa1 (size before relaxing) - 0x00000000400f3d14 nd6_get_next_hop_addr_or_queue - *fill* 0x00000000400f3dad 0x3 + 0x00000000400f40ac nd6_get_next_hop_addr_or_queue + *fill* 0x00000000400f4145 0x3 .text.nd6_get_destination_mtu - 0x00000000400f3db0 0x2a esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f4148 0x2a esp-idf/lwip/liblwip.a(nd6.c.obj) 0x2e (size before relaxing) - 0x00000000400f3db0 nd6_get_destination_mtu - *fill* 0x00000000400f3dda 0x2 + 0x00000000400f4148 nd6_get_destination_mtu + *fill* 0x00000000400f4172 0x2 .text.nd6_reachability_hint - 0x00000000400f3ddc 0x146 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f4174 0x146 esp-idf/lwip/liblwip.a(nd6.c.obj) 0x14a (size before relaxing) - 0x00000000400f3ddc nd6_reachability_hint - *fill* 0x00000000400f3f22 0x2 + 0x00000000400f4174 nd6_reachability_hint + *fill* 0x00000000400f42ba 0x2 .text.nd6_cleanup_netif - 0x00000000400f3f24 0xca esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f42bc 0xca esp-idf/lwip/liblwip.a(nd6.c.obj) 0xce (size before relaxing) - 0x00000000400f3f24 nd6_cleanup_netif - *fill* 0x00000000400f3fee 0x2 + 0x00000000400f42bc nd6_cleanup_netif + *fill* 0x00000000400f4386 0x2 .text.nd6_adjust_mld_membership - 0x00000000400f3ff0 0xb0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x00000000400f3ff0 nd6_adjust_mld_membership + 0x00000000400f4388 0xb0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400f4388 nd6_adjust_mld_membership .text.ethernet_input - 0x00000000400f40a0 0xf8 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x00000000400f4438 0xf8 esp-idf/lwip/liblwip.a(ethernet.c.obj) 0x104 (size before relaxing) - 0x00000000400f40a0 ethernet_input + 0x00000000400f4438 ethernet_input .text.ethernet_output - 0x00000000400f4198 0x71 esp-idf/lwip/liblwip.a(ethernet.c.obj) - 0x00000000400f4198 ethernet_output - *fill* 0x00000000400f4209 0x3 + 0x00000000400f4530 0x6d esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x71 (size before relaxing) + 0x00000000400f4530 ethernet_output + *fill* 0x00000000400f459d 0x3 .text.sys_thread_sem_free - 0x00000000400f420c 0x18 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f45a0 0x18 esp-idf/lwip/liblwip.a(sys_arch.c.obj) 0x1c (size before relaxing) .text.sys_mutex_new - 0x00000000400f4224 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f45b8 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) 0x1a (size before relaxing) - 0x00000000400f4224 sys_mutex_new - *fill* 0x00000000400f423a 0x2 + 0x00000000400f45b8 sys_mutex_new + *fill* 0x00000000400f45ce 0x2 .text.sys_mutex_lock - 0x00000000400f423c 0x27 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x00000000400f423c sys_mutex_lock - *fill* 0x00000000400f4263 0x1 + 0x00000000400f45d0 0x23 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x27 (size before relaxing) + 0x00000000400f45d0 sys_mutex_lock + *fill* 0x00000000400f45f3 0x1 .text.sys_mutex_unlock - 0x00000000400f4264 0x28 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x00000000400f4264 sys_mutex_unlock - .text.sys_sem_new - 0x00000000400f428c 0x59 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x61 (size before relaxing) - 0x00000000400f428c sys_sem_new - *fill* 0x00000000400f42e5 0x3 - .text.sys_sem_signal - 0x00000000400f42e8 0x28 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x00000000400f42e8 sys_sem_signal - .text.sys_sem_signal_isr - 0x00000000400f4310 0x1e esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x00000000400f4310 sys_sem_signal_isr - *fill* 0x00000000400f432e 0x2 - .text.sys_arch_sem_wait - 0x00000000400f4330 0x5c esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x60 (size before relaxing) - 0x00000000400f4330 sys_arch_sem_wait - .text.sys_mbox_new - 0x00000000400f438c 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x3e (size before relaxing) - 0x00000000400f438c sys_mbox_new - *fill* 0x00000000400f43c2 0x2 - .text.sys_mbox_post - 0x00000000400f43c4 0x2c esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x00000000400f43c4 sys_mbox_post - .text.sys_mbox_trypost - 0x00000000400f43f0 0x22 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x00000000400f43f0 sys_mbox_trypost - *fill* 0x00000000400f4412 0x2 - .text.sys_arch_mbox_fetch - 0x00000000400f4414 0x68 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x70 (size before relaxing) - 0x00000000400f4414 sys_arch_mbox_fetch - .text.sys_arch_mbox_tryfetch - 0x00000000400f447c 0x3d esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x00000000400f447c sys_arch_mbox_tryfetch - *fill* 0x00000000400f44b9 0x3 - .text.sys_mbox_free - 0x00000000400f44bc 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x3e (size before relaxing) - 0x00000000400f44bc sys_mbox_free - *fill* 0x00000000400f44f2 0x2 - .text.sys_thread_new - 0x00000000400f44f4 0x24 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f45f4 0x24 esp-idf/lwip/liblwip.a(sys_arch.c.obj) 0x28 (size before relaxing) - 0x00000000400f44f4 sys_thread_new + 0x00000000400f45f4 sys_mutex_unlock + .text.sys_sem_new + 0x00000000400f4618 0x55 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x61 (size before relaxing) + 0x00000000400f4618 sys_sem_new + *fill* 0x00000000400f466d 0x3 + .text.sys_sem_signal + 0x00000000400f4670 0x24 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x28 (size before relaxing) + 0x00000000400f4670 sys_sem_signal + .text.sys_sem_signal_isr + 0x00000000400f4694 0x1e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f4694 sys_sem_signal_isr + *fill* 0x00000000400f46b2 0x2 + .text.sys_arch_sem_wait + 0x00000000400f46b4 0x54 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x60 (size before relaxing) + 0x00000000400f46b4 sys_arch_sem_wait + .text.sys_mbox_new + 0x00000000400f4708 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x3e (size before relaxing) + 0x00000000400f4708 sys_mbox_new + *fill* 0x00000000400f473e 0x2 + .text.sys_mbox_post + 0x00000000400f4740 0x28 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x2c (size before relaxing) + 0x00000000400f4740 sys_mbox_post + .text.sys_mbox_trypost + 0x00000000400f4768 0x22 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f4768 sys_mbox_trypost + *fill* 0x00000000400f478a 0x2 + .text.sys_arch_mbox_fetch + 0x00000000400f478c 0x65 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x70 (size before relaxing) + 0x00000000400f478c sys_arch_mbox_fetch + *fill* 0x00000000400f47f1 0x3 + .text.sys_arch_mbox_tryfetch + 0x00000000400f47f4 0x3a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x3d (size before relaxing) + 0x00000000400f47f4 sys_arch_mbox_tryfetch + *fill* 0x00000000400f482e 0x2 + .text.sys_mbox_free + 0x00000000400f4830 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x3e (size before relaxing) + 0x00000000400f4830 sys_mbox_free + *fill* 0x00000000400f4866 0x2 + .text.sys_thread_new + 0x00000000400f4868 0x24 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x28 (size before relaxing) + 0x00000000400f4868 sys_thread_new .text.sys_init - 0x00000000400f4518 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f488c 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) 0x48 (size before relaxing) - 0x00000000400f4518 sys_init - *fill* 0x00000000400f454e 0x2 - .text.sys_now 0x00000000400f4550 0x10 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f488c sys_init + *fill* 0x00000000400f48c2 0x2 + .text.sys_now 0x00000000400f48c4 0x10 esp-idf/lwip/liblwip.a(sys_arch.c.obj) 0x13 (size before relaxing) - 0x00000000400f4550 sys_now - *fill* 0x00000000400f4560 0x0 + 0x00000000400f48c4 sys_now + *fill* 0x00000000400f48d4 0x0 .text.sys_arch_protect - 0x00000000400f4560 0x1b esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f48d4 0x1b esp-idf/lwip/liblwip.a(sys_arch.c.obj) 0x21 (size before relaxing) - 0x00000000400f4560 sys_arch_protect - *fill* 0x00000000400f457b 0x1 + 0x00000000400f48d4 sys_arch_protect + *fill* 0x00000000400f48ef 0x1 .text.sys_arch_unprotect - 0x00000000400f457c 0xb esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f48f0 0xb esp-idf/lwip/liblwip.a(sys_arch.c.obj) 0xe (size before relaxing) - 0x00000000400f457c sys_arch_unprotect - *fill* 0x00000000400f4587 0x1 + 0x00000000400f48f0 sys_arch_unprotect + *fill* 0x00000000400f48fb 0x1 .text.sys_thread_sem_init - 0x00000000400f4588 0x5c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f48fc 0x5c esp-idf/lwip/liblwip.a(sys_arch.c.obj) 0x74 (size before relaxing) - 0x00000000400f4588 sys_thread_sem_init + 0x00000000400f48fc sys_thread_sem_init .text.sys_thread_sem_get - 0x00000000400f45e4 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400f4958 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) 0x1a (size before relaxing) - 0x00000000400f45e4 sys_thread_sem_get - *fill* 0x00000000400f45fa 0x2 + 0x00000000400f4958 sys_thread_sem_get + *fill* 0x00000000400f496e 0x2 .text.inet_cksum_pseudo_base - 0x00000000400f45fc 0x7c esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000400f4970 0x7c esp-idf/lwip/liblwip.a(inet_chksum.c.obj) .text.inet_chksum_pseudo - 0x00000000400f4678 0x38 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000400f49ec 0x38 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) 0x3c (size before relaxing) - 0x00000000400f4678 inet_chksum_pseudo + 0x00000000400f49ec inet_chksum_pseudo .text.ip6_chksum_pseudo - 0x00000000400f46b0 0x55 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x00000000400f46b0 ip6_chksum_pseudo - *fill* 0x00000000400f4705 0x3 + 0x00000000400f4a24 0x55 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000400f4a24 ip6_chksum_pseudo + *fill* 0x00000000400f4a79 0x3 .text.ip_chksum_pseudo - 0x00000000400f4708 0x32 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x00000000400f4708 ip_chksum_pseudo - *fill* 0x00000000400f473a 0x2 + 0x00000000400f4a7c 0x32 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000400f4a7c ip_chksum_pseudo + *fill* 0x00000000400f4aae 0x2 .text.inet_chksum - 0x00000000400f473c 0x18 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x00000000400f473c inet_chksum + 0x00000000400f4ab0 0x18 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000400f4ab0 inet_chksum .text.inet_chksum_pbuf - 0x00000000400f4754 0x5b esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x00000000400f4754 inet_chksum_pbuf - *fill* 0x00000000400f47af 0x1 + 0x00000000400f4ac8 0x5b esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000400f4ac8 inet_chksum_pbuf + *fill* 0x00000000400f4b23 0x1 .text.lwip_get_socket_select_semaphore - 0x00000000400f47b0 0xa esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x00000000400f4b24 0xa esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) 0xd (size before relaxing) - *fill* 0x00000000400f47ba 0x2 + *fill* 0x00000000400f4b2e 0x2 .text.lwip_stop_socket_select_isr - 0x00000000400f47bc 0x12 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x00000000400f4b30 0x12 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) 0x16 (size before relaxing) - *fill* 0x00000000400f47ce 0x2 + *fill* 0x00000000400f4b42 0x2 .text.lwip_stop_socket_select - 0x00000000400f47d0 0xa esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x00000000400f4b44 0xa esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) 0xe (size before relaxing) - *fill* 0x00000000400f47da 0x2 + *fill* 0x00000000400f4b4e 0x2 .text.lwip_ioctl_r_wrapper - 0x00000000400f47dc 0x34 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x00000000400f4b50 0x34 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) 0x38 (size before relaxing) .text.lwip_fcntl_r_wrapper - 0x00000000400f4810 0x10 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x00000000400f4b84 0x10 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) 0x14 (size before relaxing) .text.esp_vfs_lwip_sockets_register - 0x00000000400f4820 0x62 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x00000000400f4b94 0x62 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) 0x66 (size before relaxing) - 0x00000000400f4820 esp_vfs_lwip_sockets_register - *fill* 0x00000000400f4882 0x2 + 0x00000000400f4b94 esp_vfs_lwip_sockets_register + *fill* 0x00000000400f4bf6 0x2 .text.tryget_socket_unconn_nouse - 0x00000000400f4884 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f4bf8 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) .text.free_socket_locked - 0x00000000400f48a4 0x48 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f4c18 0x4b esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000400f4c63 0x1 .text.lwip_sockopt_to_ipopt - 0x00000000400f48ec 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f4c64 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) .text.lwip_link_select_cb - 0x00000000400f490c 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f4c84 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) .text.lwip_unlink_select_cb - 0x00000000400f493c 0x6b esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x00000000400f49a7 0x1 + 0x00000000400f4cb4 0x67 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x6b (size before relaxing) + *fill* 0x00000000400f4d1b 0x1 .text.sockaddr_to_ipaddr_port - 0x00000000400f49a8 0x83 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x00000000400f4a2b 0x1 + 0x00000000400f4d1c 0x83 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000400f4d9f 0x1 .text.lwip_sock_make_addr - 0x00000000400f4a2c 0xf6 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x00000000400f4b22 0x2 + 0x00000000400f4da0 0xf6 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000400f4e96 0x2 .text.lwip_recv_tcp_from - 0x00000000400f4b24 0x42 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f4e98 0x42 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x46 (size before relaxing) - *fill* 0x00000000400f4b66 0x2 + *fill* 0x00000000400f4eda 0x2 .text.sock_inc_used - 0x00000000400f4b68 0x56 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f4edc 0x52 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x5a (size before relaxing) - *fill* 0x00000000400f4bbe 0x2 + *fill* 0x00000000400f4f2e 0x2 .text.tryget_socket_unconn - 0x00000000400f4bc0 0x26 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f4f30 0x26 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x2a (size before relaxing) - *fill* 0x00000000400f4be6 0x2 + *fill* 0x00000000400f4f56 0x2 .text.sock_inc_used_locked - 0x00000000400f4be8 0x74 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f4f58 0x6c esp-idf/lwip/liblwip.a(sockets.c.obj) 0x78 (size before relaxing) .text.tryget_socket_unconn_locked - 0x00000000400f4c5c 0x26 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f4fc4 0x26 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x2a (size before relaxing) - *fill* 0x00000000400f4c82 0x2 + *fill* 0x00000000400f4fea 0x2 .text.lwip_select_inc_sockets_used_set - 0x00000000400f4c84 0x53 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f4fec 0x53 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x5b (size before relaxing) - *fill* 0x00000000400f4cd7 0x1 + *fill* 0x00000000400f503f 0x1 .text.lwip_select_inc_sockets_used - 0x00000000400f4cd8 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5040 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x3c (size before relaxing) .text.alloc_socket - 0x00000000400f4d0c 0xe1 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5074 0xdd esp-idf/lwip/liblwip.a(sockets.c.obj) 0xe5 (size before relaxing) - *fill* 0x00000000400f4ded 0x3 + *fill* 0x00000000400f5151 0x3 .text.free_socket_free_elements - 0x00000000400f4df0 0x1f esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5154 0x1f esp-idf/lwip/liblwip.a(sockets.c.obj) 0x26 (size before relaxing) - *fill* 0x00000000400f4e0f 0x1 + *fill* 0x00000000400f5173 0x1 .text.free_socket - 0x00000000400f4e10 0x2a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5174 0x2a esp-idf/lwip/liblwip.a(sockets.c.obj) 0x36 (size before relaxing) - *fill* 0x00000000400f4e3a 0x2 + *fill* 0x00000000400f519e 0x2 .text.done_socket - 0x00000000400f4e3c 0x86 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f51a0 0x7e esp-idf/lwip/liblwip.a(sockets.c.obj) 0x8e (size before relaxing) - *fill* 0x00000000400f4ec2 0x2 + *fill* 0x00000000400f521e 0x2 .text.tryget_socket - 0x00000000400f4ec4 0x1a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5220 0x1a esp-idf/lwip/liblwip.a(sockets.c.obj) 0x1e (size before relaxing) - *fill* 0x00000000400f4ede 0x2 + *fill* 0x00000000400f523a 0x2 .text.get_socket - 0x00000000400f4ee0 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f523c 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x1c (size before relaxing) .text.lwip_selscan - 0x00000000400f4ef8 0x1c9 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5254 0x1c9 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x1d1 (size before relaxing) - *fill* 0x00000000400f50c1 0x3 + *fill* 0x00000000400f541d 0x3 .text.lwip_select_dec_sockets_used - 0x00000000400f50c4 0x43 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5420 0x3f esp-idf/lwip/liblwip.a(sockets.c.obj) 0x46 (size before relaxing) - *fill* 0x00000000400f5107 0x1 + *fill* 0x00000000400f545f 0x1 .text.lwip_socket_register_membership - 0x00000000400f5108 0x5a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5460 0x5a esp-idf/lwip/liblwip.a(sockets.c.obj) 0x5e (size before relaxing) - *fill* 0x00000000400f5162 0x2 + *fill* 0x00000000400f54ba 0x2 .text.lwip_socket_unregister_membership - 0x00000000400f5164 0x6c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f54bc 0x6c esp-idf/lwip/liblwip.a(sockets.c.obj) 0x73 (size before relaxing) - *fill* 0x00000000400f51d0 0x0 + *fill* 0x00000000400f5528 0x0 .text.lwip_socket_register_mld6_membership - 0x00000000400f51d0 0x69 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5528 0x69 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x71 (size before relaxing) - *fill* 0x00000000400f5239 0x3 + *fill* 0x00000000400f5591 0x3 .text.lwip_socket_unregister_mld6_membership - 0x00000000400f523c 0xd3 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5594 0xd3 esp-idf/lwip/liblwip.a(sockets.c.obj) 0xda (size before relaxing) - *fill* 0x00000000400f530f 0x1 + *fill* 0x00000000400f5667 0x1 .text.lwip_socket_drop_registered_memberships - 0x00000000400f5310 0x73 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5668 0x73 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x7b (size before relaxing) - *fill* 0x00000000400f5383 0x1 + *fill* 0x00000000400f56db 0x1 .text.lwip_socket_drop_registered_mld6_memberships - 0x00000000400f5384 0x7e esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f56dc 0x7e esp-idf/lwip/liblwip.a(sockets.c.obj) 0x86 (size before relaxing) - *fill* 0x00000000400f5402 0x2 + *fill* 0x00000000400f575a 0x2 .text.lwip_recv_tcp - 0x00000000400f5404 0x160 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f575c 0x158 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x164 (size before relaxing) .text.lwip_recvfrom_udp_raw - 0x00000000400f5564 0xe4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f58b4 0xe0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xe4 (size before relaxing) .text.select_check_waiters - 0x00000000400f5648 0xd3 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5994 0xd3 esp-idf/lwip/liblwip.a(sockets.c.obj) 0xe3 (size before relaxing) - *fill* 0x00000000400f571b 0x1 + *fill* 0x00000000400f5a67 0x1 .text.event_callback - 0x00000000400f571c 0xf0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5a68 0xec esp-idf/lwip/liblwip.a(sockets.c.obj) 0xfc (size before relaxing) .text.lwip_setsockopt_impl - 0x00000000400f580c 0x7d8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f5b54 0x7d4 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x82c (size before relaxing) .text.lwip_setsockopt_callback - 0x00000000400f5fe4 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6328 0x2c esp-idf/lwip/liblwip.a(sockets.c.obj) 0x34 (size before relaxing) .text.lwip_accept - 0x00000000400f6014 0x1e8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6354 0x1d8 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x210 (size before relaxing) - 0x00000000400f6014 lwip_accept + 0x00000000400f6354 lwip_accept .text.lwip_bind - 0x00000000400f61fc 0x106 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f652c 0xf6 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x11e (size before relaxing) - 0x00000000400f61fc lwip_bind - *fill* 0x00000000400f6302 0x2 + 0x00000000400f652c lwip_bind + *fill* 0x00000000400f6622 0x2 .text.lwip_close - 0x00000000400f6304 0x89 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6624 0x81 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x99 (size before relaxing) - 0x00000000400f6304 lwip_close - *fill* 0x00000000400f638d 0x3 + 0x00000000400f6624 lwip_close + *fill* 0x00000000400f66a5 0x3 .text.lwip_listen - 0x00000000400f6390 0x79 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f66a8 0x71 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x81 (size before relaxing) - 0x00000000400f6390 lwip_listen - *fill* 0x00000000400f6409 0x3 + 0x00000000400f66a8 lwip_listen + *fill* 0x00000000400f6719 0x3 .text.lwip_recvfrom - 0x00000000400f640c 0xce esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f671c 0xca esp-idf/lwip/liblwip.a(sockets.c.obj) 0xe2 (size before relaxing) - 0x00000000400f640c lwip_recvfrom - *fill* 0x00000000400f64da 0x2 + 0x00000000400f671c lwip_recvfrom + *fill* 0x00000000400f67e6 0x2 .text.lwip_read - 0x00000000400f64dc 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x00000000400f64dc lwip_read - *fill* 0x00000000400f64f5 0x3 + 0x00000000400f67e8 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f67e8 lwip_read + *fill* 0x00000000400f6801 0x3 .text.lwip_recv - 0x00000000400f64f8 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x00000000400f64f8 lwip_recv - *fill* 0x00000000400f6511 0x3 + 0x00000000400f6804 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6804 lwip_recv + *fill* 0x00000000400f681d 0x3 .text.lwip_sendto - 0x00000000400f6514 0x18e esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6820 0x186 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x1b2 (size before relaxing) - 0x00000000400f6514 lwip_sendto - *fill* 0x00000000400f66a2 0x2 + 0x00000000400f6820 lwip_sendto + *fill* 0x00000000400f69a6 0x2 .text.lwip_send - 0x00000000400f66a4 0x82 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f69a8 0x82 esp-idf/lwip/liblwip.a(sockets.c.obj) 0x96 (size before relaxing) - 0x00000000400f66a4 lwip_send - *fill* 0x00000000400f6726 0x2 + 0x00000000400f69a8 lwip_send + *fill* 0x00000000400f6a2a 0x2 .text.lwip_socket - 0x00000000400f6728 0xd2 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6a2c 0xd2 esp-idf/lwip/liblwip.a(sockets.c.obj) 0xde (size before relaxing) - 0x00000000400f6728 lwip_socket - *fill* 0x00000000400f67fa 0x2 + 0x00000000400f6a2c lwip_socket + *fill* 0x00000000400f6afe 0x2 .text.lwip_write - 0x00000000400f67fc 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x00000000400f67fc lwip_write - *fill* 0x00000000400f6811 0x3 + 0x00000000400f6b00 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6b00 lwip_write + *fill* 0x00000000400f6b15 0x3 .text.lwip_select - 0x00000000400f6814 0x33d esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6b18 0x33d esp-idf/lwip/liblwip.a(sockets.c.obj) 0x385 (size before relaxing) - 0x00000000400f6814 lwip_select - *fill* 0x00000000400f6b51 0x3 + 0x00000000400f6b18 lwip_select + *fill* 0x00000000400f6e55 0x3 .text.lwip_setsockopt - 0x00000000400f6b54 0x80 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6e58 0x80 esp-idf/lwip/liblwip.a(sockets.c.obj) 0xa0 (size before relaxing) - 0x00000000400f6b54 lwip_setsockopt + 0x00000000400f6e58 lwip_setsockopt .text.lwip_ioctl - 0x00000000400f6bd4 0x5c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6ed8 0x5c esp-idf/lwip/liblwip.a(sockets.c.obj) 0x64 (size before relaxing) - 0x00000000400f6bd4 lwip_ioctl + 0x00000000400f6ed8 lwip_ioctl .text.lwip_fcntl - 0x00000000400f6c30 0xc0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400f6f34 0xc0 esp-idf/lwip/liblwip.a(sockets.c.obj) 0xcc (size before relaxing) - 0x00000000400f6c30 lwip_fcntl + 0x00000000400f6f34 lwip_fcntl .text.netconn_apimsg - 0x00000000400f6cf0 0x22 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f6ff4 0x22 esp-idf/lwip/liblwip.a(api_lib.c.obj) 0x26 (size before relaxing) - *fill* 0x00000000400f6d12 0x2 + *fill* 0x00000000400f7016 0x2 .text.netconn_tcp_recvd_msg - 0x00000000400f6d14 0x35 esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x00000000400f6d49 0x3 + 0x00000000400f7018 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x35 (size before relaxing) + *fill* 0x00000000400f7049 0x3 .text.netconn_close_shutdown - 0x00000000400f6d4c 0x2e esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f704c 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) 0x32 (size before relaxing) - *fill* 0x00000000400f6d7a 0x2 + *fill* 0x00000000400f7076 0x2 .text.netconn_new_with_proto_and_callback - 0x00000000400f6d7c 0x72 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f7078 0x72 esp-idf/lwip/liblwip.a(api_lib.c.obj) 0x86 (size before relaxing) - 0x00000000400f6d7c netconn_new_with_proto_and_callback - *fill* 0x00000000400f6dee 0x2 + 0x00000000400f7078 netconn_new_with_proto_and_callback + *fill* 0x00000000400f70ea 0x2 .text.netconn_prepare_delete - 0x00000000400f6df0 0x1e esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f70ec 0x1e esp-idf/lwip/liblwip.a(api_lib.c.obj) 0x26 (size before relaxing) - 0x00000000400f6df0 netconn_prepare_delete - *fill* 0x00000000400f6e0e 0x2 + 0x00000000400f70ec netconn_prepare_delete + *fill* 0x00000000400f710a 0x2 .text.netconn_delete - 0x00000000400f6e10 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f710c 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) 0x32 (size before relaxing) - 0x00000000400f6e10 netconn_delete - *fill* 0x00000000400f6e3a 0x2 + 0x00000000400f710c netconn_delete + *fill* 0x00000000400f7136 0x2 .text.netconn_getaddr - 0x00000000400f6e3c 0x55 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f6e3c netconn_getaddr - *fill* 0x00000000400f6e91 0x3 + 0x00000000400f7138 0x4d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x55 (size before relaxing) + 0x00000000400f7138 netconn_getaddr + *fill* 0x00000000400f7185 0x3 .text.netconn_bind - 0x00000000400f6e94 0xb9 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f6e94 netconn_bind - *fill* 0x00000000400f6f4d 0x3 + 0x00000000400f7188 0xb5 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xb9 (size before relaxing) + 0x00000000400f7188 netconn_bind + *fill* 0x00000000400f723d 0x3 .text.netconn_listen_with_backlog - 0x00000000400f6f50 0x2d esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f6f50 netconn_listen_with_backlog - *fill* 0x00000000400f6f7d 0x3 + 0x00000000400f7240 0x29 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x2d (size before relaxing) + 0x00000000400f7240 netconn_listen_with_backlog + *fill* 0x00000000400f7269 0x3 .text.netconn_tcp_recvd - 0x00000000400f6f80 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f6f80 netconn_tcp_recvd - *fill* 0x00000000400f6fb1 0x3 + 0x00000000400f726c 0x2d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x31 (size before relaxing) + 0x00000000400f726c netconn_tcp_recvd + *fill* 0x00000000400f7299 0x3 .text.netconn_send - 0x00000000400f6fb4 0x29 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f6fb4 netconn_send - *fill* 0x00000000400f6fdd 0x3 + 0x00000000400f729c 0x25 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x29 (size before relaxing) + 0x00000000400f729c netconn_send + *fill* 0x00000000400f72c1 0x3 .text.netconn_write_vectors_partly - 0x00000000400f6fe0 0xfa esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f6fe0 netconn_write_vectors_partly - *fill* 0x00000000400f70da 0x2 + 0x00000000400f72c4 0xfa esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f72c4 netconn_write_vectors_partly + *fill* 0x00000000400f73be 0x2 .text.netconn_write_partly - 0x00000000400f70dc 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f70dc netconn_write_partly - *fill* 0x00000000400f70f9 0x3 + 0x00000000400f73c0 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f73c0 netconn_write_partly + *fill* 0x00000000400f73dd 0x3 .text.netconn_err - 0x00000000400f70fc 0x1f esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f73e0 0x1f esp-idf/lwip/liblwip.a(api_lib.c.obj) 0x23 (size before relaxing) - 0x00000000400f70fc netconn_err - *fill* 0x00000000400f711b 0x1 + 0x00000000400f73e0 netconn_err + *fill* 0x00000000400f73ff 0x1 .text.netconn_accept - 0x00000000400f711c 0xf4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f7400 0xf4 esp-idf/lwip/liblwip.a(api_lib.c.obj) 0xf8 (size before relaxing) - 0x00000000400f711c netconn_accept + 0x00000000400f7400 netconn_accept .text.netconn_recv_data - 0x00000000400f7210 0x13c esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f74f4 0x138 esp-idf/lwip/liblwip.a(api_lib.c.obj) 0x148 (size before relaxing) .text.netconn_recv_udp_raw_netbuf_flags - 0x00000000400f734c 0x35 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f734c netconn_recv_udp_raw_netbuf_flags - *fill* 0x00000000400f7381 0x3 + 0x00000000400f762c 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x35 (size before relaxing) + 0x00000000400f762c netconn_recv_udp_raw_netbuf_flags + *fill* 0x00000000400f765d 0x3 .text.netconn_recv_data_tcp - 0x00000000400f7384 0xad esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f7660 0xad esp-idf/lwip/liblwip.a(api_lib.c.obj) 0xb1 (size before relaxing) - *fill* 0x00000000400f7431 0x3 + *fill* 0x00000000400f770d 0x3 .text.netconn_recv_tcp_pbuf_flags - 0x00000000400f7434 0x35 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f7434 netconn_recv_tcp_pbuf_flags - *fill* 0x00000000400f7469 0x3 + 0x00000000400f7710 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x35 (size before relaxing) + 0x00000000400f7710 netconn_recv_tcp_pbuf_flags + *fill* 0x00000000400f7741 0x3 .text.netconn_join_leave_group - 0x00000000400f746c 0x36 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f746c netconn_join_leave_group - *fill* 0x00000000400f74a2 0x2 + 0x00000000400f7744 0x36 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000400f7744 netconn_join_leave_group + *fill* 0x00000000400f777a 0x2 .text.netconn_join_leave_group_netif - 0x00000000400f74a4 0x41 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x00000000400f74a4 netconn_join_leave_group_netif - *fill* 0x00000000400f74e5 0x3 + 0x00000000400f777c 0x3d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x41 (size before relaxing) + 0x00000000400f777c netconn_join_leave_group_netif + *fill* 0x00000000400f77b9 0x3 .text.lwip_netconn_err_to_msg - 0x00000000400f74e8 0x46 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f77bc 0x46 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x4a (size before relaxing) - *fill* 0x00000000400f752e 0x2 + *fill* 0x00000000400f7802 0x2 .text.recv_udp - 0x00000000400f7530 0x11b esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f7804 0x11b esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x12b (size before relaxing) - *fill* 0x00000000400f764b 0x1 + *fill* 0x00000000400f791f 0x1 .text.recv_raw - 0x00000000400f764c 0xa5 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f7920 0xa5 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0xb5 (size before relaxing) - *fill* 0x00000000400f76f1 0x3 + *fill* 0x00000000400f79c5 0x3 .text.setup_tcp - 0x00000000400f76f4 0x36 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f79c8 0x36 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x42 (size before relaxing) - *fill* 0x00000000400f772a 0x2 - .text.pcb_new 0x00000000400f772c 0xee esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x00000000400f79fe 0x2 + .text.pcb_new 0x00000000400f7a00 0xee esp-idf/lwip/liblwip.a(api_msg.c.obj) 0xf2 (size before relaxing) - *fill* 0x00000000400f781a 0x2 - .text.err_tcp 0x00000000400f781c 0x11c esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x00000000400f7aee 0x2 + .text.err_tcp 0x00000000400f7af0 0x11c esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x12c (size before relaxing) .text.netconn_mark_mbox_invalid - 0x00000000400f7938 0x40 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f7c0c 0x40 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x47 (size before relaxing) - *fill* 0x00000000400f7978 0x0 + *fill* 0x00000000400f7c4c 0x0 .text.lwip_netconn_do_writemore - 0x00000000400f7978 0x281 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f7c4c 0x281 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x291 (size before relaxing) - *fill* 0x00000000400f7bf9 0x3 + *fill* 0x00000000400f7ecd 0x3 .text.lwip_netconn_do_close_internal - 0x00000000400f7bfc 0x1ee esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f7ed0 0x1ee esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x206 (size before relaxing) - *fill* 0x00000000400f7dea 0x2 + *fill* 0x00000000400f80be 0x2 .text.poll_tcp - 0x00000000400f7dec 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f80c0 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x69 (size before relaxing) - *fill* 0x00000000400f7e4e 0x2 + *fill* 0x00000000400f8122 0x2 .text.sent_tcp - 0x00000000400f7e50 0x66 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8124 0x66 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x6a (size before relaxing) - *fill* 0x00000000400f7eb6 0x2 + *fill* 0x00000000400f818a 0x2 .text.recv_tcp - 0x00000000400f7eb8 0xa6 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f818c 0xa6 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0xb6 (size before relaxing) - *fill* 0x00000000400f7f5e 0x2 + *fill* 0x00000000400f8232 0x2 .text.lwip_netconn_is_deallocated_msg - 0x00000000400f7f60 0x12 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x00000000400f7f60 lwip_netconn_is_deallocated_msg - *fill* 0x00000000400f7f72 0x2 + 0x00000000400f8234 0x12 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8234 lwip_netconn_is_deallocated_msg + *fill* 0x00000000400f8246 0x2 .text.lwip_netconn_is_err_msg - 0x00000000400f7f74 0x4c esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x00000000400f7f74 lwip_netconn_is_err_msg + 0x00000000400f8248 0x4c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8248 lwip_netconn_is_err_msg .text.lwip_netconn_do_newconn - 0x00000000400f7fc0 0x1d esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8294 0x1d esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x20 (size before relaxing) - 0x00000000400f7fc0 lwip_netconn_do_newconn - *fill* 0x00000000400f7fdd 0x3 + 0x00000000400f8294 lwip_netconn_do_newconn + *fill* 0x00000000400f82b1 0x3 .text.netconn_alloc - 0x00000000400f7fe0 0x6e esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f82b4 0x6e esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x7a (size before relaxing) - 0x00000000400f7fe0 netconn_alloc - *fill* 0x00000000400f804e 0x2 + 0x00000000400f82b4 netconn_alloc + *fill* 0x00000000400f8322 0x2 .text.netconn_free - 0x00000000400f8050 0x56 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8324 0x56 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x5a (size before relaxing) - 0x00000000400f8050 netconn_free - *fill* 0x00000000400f80a6 0x2 + 0x00000000400f8324 netconn_free + *fill* 0x00000000400f837a 0x2 .text.netconn_drain - 0x00000000400f80a8 0xba esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f837c 0xba esp-idf/lwip/liblwip.a(api_msg.c.obj) 0xde (size before relaxing) - *fill* 0x00000000400f8162 0x2 + *fill* 0x00000000400f8436 0x2 .text.accept_function - 0x00000000400f8164 0x108 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x138 (size before relaxing) + 0x00000000400f8438 0x110 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x140 (size before relaxing) .text.lwip_netconn_do_delconn - 0x00000000400f826c 0xff esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8548 0xff esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x10b (size before relaxing) - 0x00000000400f826c lwip_netconn_do_delconn - *fill* 0x00000000400f836b 0x1 + 0x00000000400f8548 lwip_netconn_do_delconn + *fill* 0x00000000400f8647 0x1 .text.lwip_netconn_do_bind - 0x00000000400f836c 0xf9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8648 0xf9 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x104 (size before relaxing) - 0x00000000400f836c lwip_netconn_do_bind - *fill* 0x00000000400f8465 0x3 + 0x00000000400f8648 lwip_netconn_do_bind + *fill* 0x00000000400f8741 0x3 .text.lwip_netconn_do_listen - 0x00000000400f8468 0x17f esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8744 0x17f esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x18f (size before relaxing) - 0x00000000400f8468 lwip_netconn_do_listen - *fill* 0x00000000400f85e7 0x1 + 0x00000000400f8744 lwip_netconn_do_listen + *fill* 0x00000000400f88c3 0x1 .text.lwip_netconn_do_send - 0x00000000400f85e8 0x152 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f88c4 0x152 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x166 (size before relaxing) - 0x00000000400f85e8 lwip_netconn_do_send - *fill* 0x00000000400f873a 0x2 + 0x00000000400f88c4 lwip_netconn_do_send + *fill* 0x00000000400f8a16 0x2 .text.lwip_netconn_do_recv - 0x00000000400f873c 0x44 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8a18 0x44 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x48 (size before relaxing) - 0x00000000400f873c lwip_netconn_do_recv + 0x00000000400f8a18 lwip_netconn_do_recv .text.lwip_netconn_do_accepted - 0x00000000400f8780 0x23 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8a5c 0x23 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x2a (size before relaxing) - 0x00000000400f8780 lwip_netconn_do_accepted - *fill* 0x00000000400f87a3 0x1 + 0x00000000400f8a5c lwip_netconn_do_accepted + *fill* 0x00000000400f8a7f 0x1 .text.lwip_netconn_do_write - 0x00000000400f87a4 0x7e esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8a80 0x7e esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x8a (size before relaxing) - 0x00000000400f87a4 lwip_netconn_do_write - *fill* 0x00000000400f8822 0x2 + 0x00000000400f8a80 lwip_netconn_do_write + *fill* 0x00000000400f8afe 0x2 .text.lwip_netconn_do_getaddr - 0x00000000400f8824 0x17e esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8b00 0x17e esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x182 (size before relaxing) - 0x00000000400f8824 lwip_netconn_do_getaddr - *fill* 0x00000000400f89a2 0x2 + 0x00000000400f8b00 lwip_netconn_do_getaddr + *fill* 0x00000000400f8c7e 0x2 .text.lwip_netconn_do_close - 0x00000000400f89a4 0xcc esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8c80 0xcc esp-idf/lwip/liblwip.a(api_msg.c.obj) 0xdb (size before relaxing) - 0x00000000400f89a4 lwip_netconn_do_close - *fill* 0x00000000400f8a70 0x0 + 0x00000000400f8c80 lwip_netconn_do_close + *fill* 0x00000000400f8d4c 0x0 .text.lwip_netconn_do_join_leave_group - 0x00000000400f8a70 0x71 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8d4c 0x71 esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x75 (size before relaxing) - 0x00000000400f8a70 lwip_netconn_do_join_leave_group - *fill* 0x00000000400f8ae1 0x3 + 0x00000000400f8d4c lwip_netconn_do_join_leave_group + *fill* 0x00000000400f8dbd 0x3 .text.lwip_netconn_do_join_leave_group_netif - 0x00000000400f8ae4 0x7c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000400f8dc0 0x7c esp-idf/lwip/liblwip.a(api_msg.c.obj) 0x7f (size before relaxing) - 0x00000000400f8ae4 lwip_netconn_do_join_leave_group_netif - *fill* 0x00000000400f8b60 0x0 + 0x00000000400f8dc0 lwip_netconn_do_join_leave_group_netif + *fill* 0x00000000400f8e3c 0x0 .text.err_to_errno - 0x00000000400f8b60 0x28 esp-idf/lwip/liblwip.a(err.c.obj) - 0x00000000400f8b60 err_to_errno + 0x00000000400f8e3c 0x28 esp-idf/lwip/liblwip.a(err.c.obj) + 0x00000000400f8e3c err_to_errno .text.netbuf_delete - 0x00000000400f8b88 0x1b esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x00000000400f8e64 0x1b esp-idf/lwip/liblwip.a(netbuf.c.obj) 0x22 (size before relaxing) - 0x00000000400f8b88 netbuf_delete - *fill* 0x00000000400f8ba3 0x1 + 0x00000000400f8e64 netbuf_delete + *fill* 0x00000000400f8e7f 0x1 .text.netbuf_alloc - 0x00000000400f8ba4 0x48 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x00000000400f8e80 0x48 esp-idf/lwip/liblwip.a(netbuf.c.obj) 0x54 (size before relaxing) - 0x00000000400f8ba4 netbuf_alloc + 0x00000000400f8e80 netbuf_alloc .text.netbuf_free - 0x00000000400f8bec 0x1d esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x00000000400f8ec8 0x1d esp-idf/lwip/liblwip.a(netbuf.c.obj) 0x24 (size before relaxing) - 0x00000000400f8bec netbuf_free - *fill* 0x00000000400f8c09 0x3 + 0x00000000400f8ec8 netbuf_free + *fill* 0x00000000400f8ee5 0x3 .text.heap_caps_get_free_size - 0x00000000400f8c0c 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x00000000400f8c0c heap_caps_get_free_size - *fill* 0x00000000400f8c39 0x3 + 0x00000000400f8ee8 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000400f8ee8 heap_caps_get_free_size + *fill* 0x00000000400f8f15 0x3 .text.heap_caps_get_minimum_free_size - 0x00000000400f8c3c 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x00000000400f8c3c heap_caps_get_minimum_free_size - *fill* 0x00000000400f8c69 0x3 + 0x00000000400f8f18 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000400f8f18 heap_caps_get_minimum_free_size + *fill* 0x00000000400f8f45 0x3 + .text.heap_caps_get_info + 0x00000000400f8f48 0x73 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000400f8f48 heap_caps_get_info + *fill* 0x00000000400f8fbb 0x1 + .text.heap_caps_get_largest_free_block + 0x00000000400f8fbc 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000400f8fbc heap_caps_get_largest_free_block + *fill* 0x00000000400f8fcd 0x3 .text.register_heap - 0x00000000400f8c6c 0x2b esp-idf/heap/libheap.a(heap_caps_init.c.obj) - *fill* 0x00000000400f8c97 0x1 + 0x00000000400f8fd0 0x2b esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x00000000400f8ffb 0x1 .text.heap_caps_enable_nonos_stack_heaps - 0x00000000400f8c98 0x2c esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x00000000400f8c98 heap_caps_enable_nonos_stack_heaps + 0x00000000400f8ffc 0x2c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x00000000400f8ffc heap_caps_enable_nonos_stack_heaps .text.heap_caps_init - 0x00000000400f8cc4 0x2b2 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x00000000400f9028 0x2b2 esp-idf/heap/libheap.a(heap_caps_init.c.obj) 0x2c6 (size before relaxing) - 0x00000000400f8cc4 heap_caps_init - *fill* 0x00000000400f8f76 0x2 + 0x00000000400f9028 heap_caps_init + *fill* 0x00000000400f92da 0x2 .text.gpio_wakeup_enable - 0x00000000400f8f78 0xdd esp-idf/driver/libdriver.a(gpio.c.obj) - 0x00000000400f8f78 gpio_wakeup_enable - *fill* 0x00000000400f9055 0x3 - .text.get_clk_en_mask - 0x00000000400f9058 0xdf esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - *fill* 0x00000000400f9137 0x1 - .text.get_rst_en_mask - 0x00000000400f9138 0xda esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - *fill* 0x00000000400f9212 0x2 - .text.get_clk_en_reg - 0x00000000400f9214 0x24 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - .text.get_rst_en_reg - 0x00000000400f9238 0x25 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - *fill* 0x00000000400f925d 0x3 + 0x00000000400f92dc 0xdd esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000400f92dc gpio_wakeup_enable + *fill* 0x00000000400f93b9 0x3 .text.periph_module_enable - 0x00000000400f9260 0x83 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x8f (size before relaxing) - 0x00000000400f9260 periph_module_enable - *fill* 0x00000000400f92e3 0x1 + 0x00000000400f93bc 0x287 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x00000000400f93bc periph_module_enable + *fill* 0x00000000400f9643 0x1 .text.periph_module_disable - 0x00000000400f92e4 0x83 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x8f (size before relaxing) - 0x00000000400f92e4 periph_module_disable - *fill* 0x00000000400f9367 0x1 + 0x00000000400f9644 0x27f esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x00000000400f9644 periph_module_disable + *fill* 0x00000000400f98c3 0x1 .text.periph_module_reset - 0x00000000400f9368 0x77 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x7b (size before relaxing) - 0x00000000400f9368 periph_module_reset - *fill* 0x00000000400f93df 0x1 + 0x00000000400f98c4 0x1af esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x00000000400f98c4 periph_module_reset + *fill* 0x00000000400f9a73 0x1 .text.rtc_gpio_isolate - 0x00000000400f93e0 0x80 esp-idf/driver/libdriver.a(rtc_io.c.obj) - 0x00000000400f93e0 rtc_gpio_isolate + 0x00000000400f9a74 0x80 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x00000000400f9a74 rtc_gpio_isolate .text.rtc_gpio_force_hold_dis_all - 0x00000000400f9460 0x2d esp-idf/driver/libdriver.a(rtc_io.c.obj) - 0x00000000400f9460 rtc_gpio_force_hold_dis_all - *fill* 0x00000000400f948d 0x3 + 0x00000000400f9af4 0x2d esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x00000000400f9af4 rtc_gpio_force_hold_dis_all + *fill* 0x00000000400f9b21 0x3 .text.rtc_gpio_wakeup_enable - 0x00000000400f9490 0xb6 esp-idf/driver/libdriver.a(rtc_io.c.obj) - 0x00000000400f9490 rtc_gpio_wakeup_enable - *fill* 0x00000000400f9546 0x2 - .text.rtc_isr 0x00000000400f9548 0x56 esp-idf/driver/libdriver.a(rtc_module.c.obj) - *fill* 0x00000000400f959e 0x2 + 0x00000000400f9b24 0xb6 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x00000000400f9b24 rtc_gpio_wakeup_enable + *fill* 0x00000000400f9bda 0x2 + .text.rtc_isr 0x00000000400f9bdc 0x56 esp-idf/driver/libdriver.a(rtc_module.c.obj) + *fill* 0x00000000400f9c32 0x2 .text.rtc_isr_ensure_installed - 0x00000000400f95a0 0x46 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x00000000400f9c34 0x46 esp-idf/driver/libdriver.a(rtc_module.c.obj) 0x4a (size before relaxing) - *fill* 0x00000000400f95e6 0x2 + *fill* 0x00000000400f9c7a 0x2 .text.rtc_isr_register - 0x00000000400f95e8 0x46 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x00000000400f9c7c 0x46 esp-idf/driver/libdriver.a(rtc_module.c.obj) 0x4a (size before relaxing) - 0x00000000400f95e8 rtc_isr_register - *fill* 0x00000000400f962e 0x2 + 0x00000000400f9c7c rtc_isr_register + *fill* 0x00000000400f9cc2 0x2 .text.uart_pattern_queue_update - 0x00000000400f9630 0x46 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x00000000400f9676 0x2 + 0x00000000400f9cc4 0x46 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x00000000400f9d0a 0x2 .text.uart_pattern_link_free - 0x00000000400f9678 0x4d esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x00000000400f96c5 0x3 + 0x00000000400f9d0c 0x4d esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x00000000400f9d59 0x3 .text.uart_module_enable - 0x00000000400f96c8 0x5b esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400f9d5c 0x5b esp-idf/driver/libdriver.a(uart.c.obj) 0x5f (size before relaxing) - *fill* 0x00000000400f9723 0x1 + *fill* 0x00000000400f9db7 0x1 .text.uart_pattern_enqueue - 0x00000000400f9724 0x4c esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400f9db8 0x4c esp-idf/driver/libdriver.a(uart.c.obj) .text.uart_rx_intr_handler_default - 0x00000000400f9770 0x776 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400f9e04 0x776 esp-idf/driver/libdriver.a(uart.c.obj) 0x77a (size before relaxing) - *fill* 0x00000000400f9ee6 0x2 + *fill* 0x00000000400fa57a 0x2 .text.uart_module_disable - 0x00000000400f9ee8 0x48 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa57c 0x48 esp-idf/driver/libdriver.a(uart.c.obj) .text.uart_set_word_length - 0x00000000400f9f30 0x88 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400f9f30 uart_set_word_length + 0x00000000400fa5c4 0x88 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa5c4 uart_set_word_length .text.uart_get_word_length - 0x00000000400f9fb8 0x45 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400f9fb8 uart_get_word_length - *fill* 0x00000000400f9ffd 0x3 + 0x00000000400fa64c 0x45 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa64c uart_get_word_length + *fill* 0x00000000400fa691 0x3 .text.uart_set_stop_bits - 0x00000000400fa000 0x88 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa000 uart_set_stop_bits + 0x00000000400fa694 0x88 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa694 uart_set_stop_bits .text.uart_get_stop_bits - 0x00000000400fa088 0x45 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa088 uart_get_stop_bits - *fill* 0x00000000400fa0cd 0x3 + 0x00000000400fa71c 0x45 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa71c uart_get_stop_bits + *fill* 0x00000000400fa761 0x3 .text.uart_set_parity - 0x00000000400fa0d0 0x5a esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa0d0 uart_set_parity - *fill* 0x00000000400fa12a 0x2 + 0x00000000400fa764 0x5a esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa764 uart_set_parity + *fill* 0x00000000400fa7be 0x2 .text.uart_get_parity - 0x00000000400fa12c 0x45 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa12c uart_get_parity - *fill* 0x00000000400fa171 0x3 + 0x00000000400fa7c0 0x45 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa7c0 uart_get_parity + *fill* 0x00000000400fa805 0x3 .text.uart_set_baudrate - 0x00000000400fa174 0x68 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa808 0x68 esp-idf/driver/libdriver.a(uart.c.obj) 0x6c (size before relaxing) - 0x00000000400fa174 uart_set_baudrate + 0x00000000400fa808 uart_set_baudrate .text.uart_get_baudrate - 0x00000000400fa1dc 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa870 0x56 esp-idf/driver/libdriver.a(uart.c.obj) 0x5a (size before relaxing) - 0x00000000400fa1dc uart_get_baudrate - *fill* 0x00000000400fa232 0x2 + 0x00000000400fa870 uart_get_baudrate + *fill* 0x00000000400fa8c6 0x2 .text.uart_enable_intr_mask - 0x00000000400fa234 0x66 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa234 uart_enable_intr_mask - *fill* 0x00000000400fa29a 0x2 + 0x00000000400fa8c8 0x66 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa8c8 uart_enable_intr_mask + *fill* 0x00000000400fa92e 0x2 .text.uart_disable_intr_mask - 0x00000000400fa29c 0x64 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa29c uart_disable_intr_mask + 0x00000000400fa930 0x64 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa930 uart_disable_intr_mask .text.uart_pattern_queue_reset - 0x00000000400fa300 0xc0 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa300 uart_pattern_queue_reset + 0x00000000400fa994 0xc0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fa994 uart_pattern_queue_reset .text.uart_enable_rx_intr - 0x00000000400fa3c0 0x12 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa3c0 uart_enable_rx_intr - *fill* 0x00000000400fa3d2 0x2 + 0x00000000400faa54 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400faa54 uart_enable_rx_intr + *fill* 0x00000000400faa66 0x2 .text.uart_check_buf_full - 0x00000000400fa3d4 0x6a esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400faa68 0x6a esp-idf/driver/libdriver.a(uart.c.obj) 0x6e (size before relaxing) - *fill* 0x00000000400fa43e 0x2 + *fill* 0x00000000400faad2 0x2 .text.uart_disable_rx_intr - 0x00000000400fa440 0x12 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa440 uart_disable_rx_intr - *fill* 0x00000000400fa452 0x2 + 0x00000000400faad4 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400faad4 uart_disable_rx_intr + *fill* 0x00000000400faae6 0x2 .text.uart_disable_tx_intr - 0x00000000400fa454 0x11 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa454 uart_disable_tx_intr - *fill* 0x00000000400fa465 0x3 + 0x00000000400faae8 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400faae8 uart_disable_tx_intr + *fill* 0x00000000400faaf9 0x3 .text.uart_enable_tx_intr - 0x00000000400fa468 0xa1 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa468 uart_enable_tx_intr - *fill* 0x00000000400fa509 0x3 + 0x00000000400faafc 0xa1 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400faafc uart_enable_tx_intr + *fill* 0x00000000400fab9d 0x3 .text.uart_tx_all - 0x00000000400fa50c 0x1fc esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400faba0 0x1fc esp-idf/driver/libdriver.a(uart.c.obj) 0x200 (size before relaxing) .text.uart_isr_register - 0x00000000400fa708 0x6a esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fad9c 0x6a esp-idf/driver/libdriver.a(uart.c.obj) 0x6e (size before relaxing) - 0x00000000400fa708 uart_isr_register - *fill* 0x00000000400fa772 0x2 + 0x00000000400fad9c uart_isr_register + *fill* 0x00000000400fae06 0x2 .text.uart_param_config - 0x00000000400fa774 0x15d esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fae08 0x15d esp-idf/driver/libdriver.a(uart.c.obj) 0x16d (size before relaxing) - 0x00000000400fa774 uart_param_config - *fill* 0x00000000400fa8d1 0x3 + 0x00000000400fae08 uart_param_config + *fill* 0x00000000400faf65 0x3 .text.uart_intr_config - 0x00000000400fa8d4 0xee esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400faf68 0xee esp-idf/driver/libdriver.a(uart.c.obj) 0xf5 (size before relaxing) - 0x00000000400fa8d4 uart_intr_config - *fill* 0x00000000400fa9c2 0x2 + 0x00000000400faf68 uart_intr_config + *fill* 0x00000000400fb056 0x2 .text.uart_wait_tx_done - 0x00000000400fa9c4 0x1c9 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fa9c4 uart_wait_tx_done - *fill* 0x00000000400fab8d 0x3 + 0x00000000400fb058 0x1c9 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fb058 uart_wait_tx_done + *fill* 0x00000000400fb221 0x3 .text.uart_write_bytes - 0x00000000400fab90 0xa9 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fab90 uart_write_bytes - *fill* 0x00000000400fac39 0x3 + 0x00000000400fb224 0xa9 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fb224 uart_write_bytes + *fill* 0x00000000400fb2cd 0x3 .text.uart_read_bytes - 0x00000000400fac3c 0x1c1 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fb2d0 0x1c1 esp-idf/driver/libdriver.a(uart.c.obj) 0x1cd (size before relaxing) - 0x00000000400fac3c uart_read_bytes - *fill* 0x00000000400fadfd 0x3 + 0x00000000400fb2d0 uart_read_bytes + *fill* 0x00000000400fb491 0x3 .text.uart_get_buffered_data_len - 0x00000000400fae00 0x71 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fae00 uart_get_buffered_data_len - *fill* 0x00000000400fae71 0x3 + 0x00000000400fb494 0x71 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fb494 uart_get_buffered_data_len + *fill* 0x00000000400fb505 0x3 .text.uart_flush_input - 0x00000000400fae74 0x1fd esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fb508 0x1fd esp-idf/driver/libdriver.a(uart.c.obj) 0x20d (size before relaxing) - 0x00000000400fae74 uart_flush_input - 0x00000000400fae74 uart_flush - *fill* 0x00000000400fb071 0x3 + 0x00000000400fb508 uart_flush_input + 0x00000000400fb508 uart_flush + *fill* 0x00000000400fb705 0x3 .text.uart_driver_delete - 0x00000000400fb074 0x1b0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fb708 0x1b0 esp-idf/driver/libdriver.a(uart.c.obj) 0x1bc (size before relaxing) - 0x00000000400fb074 uart_driver_delete + 0x00000000400fb708 uart_driver_delete .text.uart_driver_install - 0x00000000400fb224 0x2f5 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fb8b8 0x2f5 esp-idf/driver/libdriver.a(uart.c.obj) 0x304 (size before relaxing) - 0x00000000400fb224 uart_driver_install - *fill* 0x00000000400fb519 0x3 + 0x00000000400fb8b8 uart_driver_install + *fill* 0x00000000400fbbad 0x3 .text.uart_is_driver_installed - 0x00000000400fb51c 0x1e esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fb51c uart_is_driver_installed - *fill* 0x00000000400fb53a 0x2 + 0x00000000400fbbb0 0x1e esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fbbb0 uart_is_driver_installed + *fill* 0x00000000400fbbce 0x2 .text.uart_set_select_notif_callback - 0x00000000400fb53c 0x17 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fb53c uart_set_select_notif_callback - *fill* 0x00000000400fb553 0x1 + 0x00000000400fbbd0 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fbbd0 uart_set_select_notif_callback + *fill* 0x00000000400fbbe7 0x1 .text.uart_get_selectlock - 0x00000000400fb554 0x8 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fb554 uart_get_selectlock + 0x00000000400fbbe8 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fbbe8 uart_get_selectlock .text.uart_set_wakeup_threshold - 0x00000000400fb55c 0x94 esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fb55c uart_set_wakeup_threshold + 0x00000000400fbbf0 0x94 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fbbf0 uart_set_wakeup_threshold .text.uart_wait_tx_idle_polling - 0x00000000400fb5f0 0x6f esp-idf/driver/libdriver.a(uart.c.obj) - 0x00000000400fb5f0 uart_wait_tx_idle_polling - *fill* 0x00000000400fb65f 0x1 + 0x00000000400fbc84 0x6f esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400fbc84 uart_wait_tx_idle_polling + *fill* 0x00000000400fbcf3 0x1 .text.esp_fill_random - 0x00000000400fb660 0x37 esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x00000000400fbcf4 0x37 esp-idf/esp32/libesp32.a(hw_random.c.obj) 0x3b (size before relaxing) - 0x00000000400fb660 esp_fill_random - *fill* 0x00000000400fb697 0x1 - .text.get_reset_reason - 0x00000000400fb698 0x6f esp-idf/esp32/libesp32.a(reset_reason.c.obj) - *fill* 0x00000000400fb707 0x1 - .text.esp_reset_reason_clear_hint - 0x00000000400fb708 0xf esp-idf/esp32/libesp32.a(reset_reason.c.obj) - *fill* 0x00000000400fb717 0x1 - .text.esp_reset_reason - 0x00000000400fb718 0xa esp-idf/esp32/libesp32.a(reset_reason.c.obj) - 0x00000000400fb718 esp_reset_reason - *fill* 0x00000000400fb722 0x2 - .text.esp_reset_reason_init - 0x00000000400fb724 0x27 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - 0x2b (size before relaxing) - *fill* 0x00000000400fb74b 0x1 + 0x00000000400fbcf4 esp_fill_random + *fill* 0x00000000400fbd2b 0x1 .text.get_power_down_flags - 0x00000000400fb74c 0x98 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fbd2c 0x98 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) .text.ext0_wakeup_prepare - 0x00000000400fb7e4 0xbe esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fbdc4 0xbe esp-idf/esp32/libesp32.a(sleep_modes.c.obj) 0xc2 (size before relaxing) - *fill* 0x00000000400fb8a2 0x2 + *fill* 0x00000000400fbe82 0x2 .text.ext1_wakeup_prepare - 0x00000000400fb8a4 0x16d esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x00000000400fba11 0x3 + 0x00000000400fbe84 0x16d esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x00000000400fbff1 0x3 .text.timer_wakeup_prepare - 0x00000000400fba14 0x52 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - *fill* 0x00000000400fba66 0x2 + 0x00000000400fbff4 0x52 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + *fill* 0x00000000400fc046 0x2 .text.esp_get_deep_sleep_wake_stub - 0x00000000400fba68 0x9e esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x00000000400fba68 esp_get_deep_sleep_wake_stub - *fill* 0x00000000400fbb06 0x2 + 0x00000000400fc048 0x9e esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fc048 esp_get_deep_sleep_wake_stub + *fill* 0x00000000400fc0e6 0x2 .text.esp_set_deep_sleep_wake_stub - 0x00000000400fbb08 0x26 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x00000000400fbb08 esp_set_deep_sleep_wake_stub - *fill* 0x00000000400fbb2e 0x2 + 0x00000000400fc0e8 0x26 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fc0e8 esp_set_deep_sleep_wake_stub + *fill* 0x00000000400fc10e 0x2 .text.esp_light_sleep_start - 0x00000000400fbb30 0x152 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fc110 0x152 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) 0x15e (size before relaxing) - 0x00000000400fbb30 esp_light_sleep_start - *fill* 0x00000000400fbc82 0x2 + 0x00000000400fc110 esp_light_sleep_start + *fill* 0x00000000400fc262 0x2 .text.esp_sleep_disable_wakeup_source - 0x00000000400fbc84 0x131 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x00000000400fbc84 esp_sleep_disable_wakeup_source - *fill* 0x00000000400fbdb5 0x3 + 0x00000000400fc264 0x131 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fc264 esp_sleep_disable_wakeup_source + *fill* 0x00000000400fc395 0x3 .text.esp_sleep_enable_timer_wakeup - 0x00000000400fbdb8 0x17 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x00000000400fbdb8 esp_sleep_enable_timer_wakeup - *fill* 0x00000000400fbdcf 0x1 + 0x00000000400fc398 0x17 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fc398 esp_sleep_enable_timer_wakeup + *fill* 0x00000000400fc3af 0x1 .text.esp_sleep_enable_ext1_wakeup - 0x00000000400fbdd0 0xb9 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x00000000400fbdd0 esp_sleep_enable_ext1_wakeup - *fill* 0x00000000400fbe89 0x3 + 0x00000000400fc3b0 0xb9 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fc3b0 esp_sleep_enable_ext1_wakeup + *fill* 0x00000000400fc469 0x3 .text.esp_sleep_enable_gpio_wakeup - 0x00000000400fbe8c 0x4d esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x00000000400fbe8c esp_sleep_enable_gpio_wakeup - *fill* 0x00000000400fbed9 0x3 + 0x00000000400fc46c 0x4d esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fc46c esp_sleep_enable_gpio_wakeup + *fill* 0x00000000400fc4b9 0x3 .text.esp_sleep_enable_uart_wakeup - 0x00000000400fbedc 0x32 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x00000000400fbedc esp_sleep_enable_uart_wakeup - *fill* 0x00000000400fbf0e 0x2 + 0x00000000400fc4bc 0x32 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fc4bc esp_sleep_enable_uart_wakeup + *fill* 0x00000000400fc4ee 0x2 .text.esp_sleep_get_wakeup_cause - 0x00000000400fbf10 0x65 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x00000000400fbf10 esp_sleep_get_wakeup_cause - *fill* 0x00000000400fbf75 0x3 + 0x00000000400fc4f0 0x65 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x00000000400fc4f0 esp_sleep_get_wakeup_cause + *fill* 0x00000000400fc555 0x3 .text.esp_base_mac_addr_set - 0x00000000400fbf78 0x60 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - 0x00000000400fbf78 esp_base_mac_addr_set + 0x00000000400fc558 0x60 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x00000000400fc558 esp_base_mac_addr_set .text.esp_base_mac_addr_get - 0x00000000400fbfd8 0x4c esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - 0x00000000400fbfd8 esp_base_mac_addr_get + 0x00000000400fc5b8 0x4c esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x00000000400fc5b8 esp_base_mac_addr_get .text.esp_efuse_mac_get_default - 0x00000000400fc024 0x6b esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x00000000400fc604 0x6b esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) 0x6f (size before relaxing) - 0x00000000400fc024 esp_efuse_mac_get_default - *fill* 0x00000000400fc08f 0x1 + 0x00000000400fc604 esp_efuse_mac_get_default + *fill* 0x00000000400fc66f 0x1 .text.esp_read_mac - 0x00000000400fc090 0xfe esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x00000000400fc670 0xfe esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) 0x106 (size before relaxing) - 0x00000000400fc090 esp_read_mac - *fill* 0x00000000400fc18e 0x2 - .text.esp_register_shutdown_handler - 0x00000000400fc190 0x35 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - 0x00000000400fc190 esp_register_shutdown_handler - *fill* 0x00000000400fc1c5 0x3 - .text.esp_unregister_shutdown_handler - 0x00000000400fc1c8 0x2b esp-idf/esp_common/libesp_common.a(system_api.c.obj) - 0x00000000400fc1c8 esp_unregister_shutdown_handler - *fill* 0x00000000400fc1f3 0x1 - .text.esp_get_free_heap_size - 0x00000000400fc1f4 0xd esp-idf/esp_common/libesp_common.a(system_api.c.obj) - 0x10 (size before relaxing) - 0x00000000400fc1f4 esp_get_free_heap_size - *fill* 0x00000000400fc201 0x3 - .text.esp_get_idf_version - 0x00000000400fc204 0x8 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - 0x00000000400fc204 esp_get_idf_version + 0x00000000400fc670 esp_read_mac + *fill* 0x00000000400fc76e 0x2 .text.ets_timer_setfn - 0x00000000400fc20c 0x52 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x00000000400fc20c os_timer_setfn - 0x00000000400fc20c ets_timer_setfn - *fill* 0x00000000400fc25e 0x2 + 0x00000000400fc770 0x4e esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x52 (size before relaxing) + 0x00000000400fc770 os_timer_setfn + 0x00000000400fc770 ets_timer_setfn + *fill* 0x00000000400fc7be 0x2 .text.ets_timer_done - 0x00000000400fc260 0x1a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x00000000400fc7c0 0x1a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) 0x1e (size before relaxing) - 0x00000000400fc260 ets_timer_done - 0x00000000400fc260 os_timer_done - *fill* 0x00000000400fc27a 0x2 + 0x00000000400fc7c0 ets_timer_done + 0x00000000400fc7c0 os_timer_done + *fill* 0x00000000400fc7da 0x2 .text.find_command_by_name - 0x00000000400fc27c 0x3b esp-idf/console/libconsole.a(commands.c.obj) - *fill* 0x00000000400fc2b7 0x1 + 0x00000000400fc7dc 0x3b esp-idf/console/libconsole.a(commands.c.obj) + *fill* 0x00000000400fc817 0x1 .text.help_command - 0x00000000400fc2b8 0x5c esp-idf/console/libconsole.a(commands.c.obj) + 0x00000000400fc818 0x5c esp-idf/console/libconsole.a(commands.c.obj) 0x68 (size before relaxing) .text.esp_console_init - 0x00000000400fc314 0x55 esp-idf/console/libconsole.a(commands.c.obj) - 0x00000000400fc314 esp_console_init - *fill* 0x00000000400fc369 0x3 + 0x00000000400fc874 0x55 esp-idf/console/libconsole.a(commands.c.obj) + 0x00000000400fc874 esp_console_init + *fill* 0x00000000400fc8c9 0x3 .text.esp_console_cmd_register - 0x00000000400fc36c 0xe3 esp-idf/console/libconsole.a(commands.c.obj) + 0x00000000400fc8cc 0xe3 esp-idf/console/libconsole.a(commands.c.obj) 0xeb (size before relaxing) - 0x00000000400fc36c esp_console_cmd_register - *fill* 0x00000000400fc44f 0x1 + 0x00000000400fc8cc esp_console_cmd_register + *fill* 0x00000000400fc9af 0x1 .text.esp_console_get_completion - 0x00000000400fc450 0x39 esp-idf/console/libconsole.a(commands.c.obj) - 0x00000000400fc450 esp_console_get_completion - *fill* 0x00000000400fc489 0x3 + 0x00000000400fc9b0 0x39 esp-idf/console/libconsole.a(commands.c.obj) + 0x00000000400fc9b0 esp_console_get_completion + *fill* 0x00000000400fc9e9 0x3 .text.esp_console_get_hint - 0x00000000400fc48c 0x4b esp-idf/console/libconsole.a(commands.c.obj) - 0x00000000400fc48c esp_console_get_hint - *fill* 0x00000000400fc4d7 0x1 + 0x00000000400fc9ec 0x4b esp-idf/console/libconsole.a(commands.c.obj) + 0x00000000400fc9ec esp_console_get_hint + *fill* 0x00000000400fca37 0x1 .text.esp_console_run - 0x00000000400fc4d8 0x89 esp-idf/console/libconsole.a(commands.c.obj) + 0x00000000400fca38 0x89 esp-idf/console/libconsole.a(commands.c.obj) 0x8d (size before relaxing) - 0x00000000400fc4d8 esp_console_run - *fill* 0x00000000400fc561 0x3 + 0x00000000400fca38 esp_console_run + *fill* 0x00000000400fcac1 0x3 .text.esp_console_register_help_command - 0x00000000400fc564 0x24 esp-idf/console/libconsole.a(commands.c.obj) - 0x00000000400fc564 esp_console_register_help_command + 0x00000000400fcac4 0x24 esp-idf/console/libconsole.a(commands.c.obj) + 0x00000000400fcac4 esp_console_register_help_command .text.esp_console_split_argv - 0x00000000400fc588 0x101 esp-idf/console/libconsole.a(split_argv.c.obj) - 0x00000000400fc588 esp_console_split_argv - *fill* 0x00000000400fc689 0x3 + 0x00000000400fcae8 0x101 esp-idf/console/libconsole.a(split_argv.c.obj) + 0x00000000400fcae8 esp_console_split_argv + *fill* 0x00000000400fcbe9 0x3 .text.arg_register_error - 0x00000000400fc68c 0x63 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x00000000400fc6ef 0x1 + 0x00000000400fcbec 0x63 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x00000000400fcc4f 0x1 .text.arg_parse_untagged - 0x00000000400fc6f0 0xb2 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x00000000400fc7a2 0x2 + 0x00000000400fcc50 0xb2 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x00000000400fcd02 0x2 .text.arg_parse_check - 0x00000000400fc7a4 0x30 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fcd04 0x30 esp-idf/console/libconsole.a(argtable3.c.obj) 0x34 (size before relaxing) .text.detectsuffix - 0x00000000400fc7d4 0x71 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fcd34 0x71 esp-idf/console/libconsole.a(argtable3.c.obj) 0x79 (size before relaxing) - *fill* 0x00000000400fc845 0x3 + *fill* 0x00000000400fcda5 0x3 .text.alloc_shortoptions - 0x00000000400fc848 0x90 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fcda8 0x90 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_end_errorfn - 0x00000000400fc8d8 0x96 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fce38 0x96 esp-idf/console/libconsole.a(argtable3.c.obj) 0x9e (size before relaxing) - *fill* 0x00000000400fc96e 0x2 + *fill* 0x00000000400fcece 0x2 .text.strtol0X - 0x00000000400fc970 0xa1 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fced0 0xa1 esp-idf/console/libconsole.a(argtable3.c.obj) 0xa5 (size before relaxing) - *fill* 0x00000000400fca11 0x3 + *fill* 0x00000000400fcf71 0x3 .text.arg_int_scanfn - 0x00000000400fca14 0x100 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fcf74 0x100 esp-idf/console/libconsole.a(argtable3.c.obj) 0x108 (size before relaxing) .text.alloc_longoptions - 0x00000000400fcb14 0x119 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x00000000400fcc2d 0x3 + 0x00000000400fd074 0x119 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x00000000400fd18d 0x3 .text.find_shortoption - 0x00000000400fcc30 0x2b esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x00000000400fcc5b 0x1 + 0x00000000400fd190 0x2b esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x00000000400fd1bb 0x1 .text.arg_parse_tagged - 0x00000000400fcc5c 0x192 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd1bc 0x192 esp-idf/console/libconsole.a(argtable3.c.obj) 0x1aa (size before relaxing) - *fill* 0x00000000400fcdee 0x2 + *fill* 0x00000000400fd34e 0x2 .text.arg_cat_optionv - 0x00000000400fcdf0 0x140 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd350 0x140 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_cat_option - 0x00000000400fcf30 0x140 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd490 0x140 esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_print_gnuswitch - 0x00000000400fd070 0x83 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd5d0 0x83 esp-idf/console/libconsole.a(argtable3.c.obj) 0x86 (size before relaxing) - *fill* 0x00000000400fd0f3 0x1 - .text.arg_end 0x00000000400fd0f4 0x50 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x00000000400fd0f4 arg_end + *fill* 0x00000000400fd653 0x1 + .text.arg_end 0x00000000400fd654 0x50 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd654 arg_end .text.arg_intn - 0x00000000400fd144 0x4c esp-idf/console/libconsole.a(argtable3.c.obj) - 0x00000000400fd144 arg_intn + 0x00000000400fd6a4 0x4c esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd6a4 arg_intn .text.arg_int0 - 0x00000000400fd190 0x19 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x00000000400fd190 arg_int0 - *fill* 0x00000000400fd1a9 0x3 + 0x00000000400fd6f0 0x19 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd6f0 arg_int0 + *fill* 0x00000000400fd709 0x3 .text.arg_strn - 0x00000000400fd1ac 0x61 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x00000000400fd1ac arg_strn - *fill* 0x00000000400fd20d 0x3 + 0x00000000400fd70c 0x61 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd70c arg_strn + *fill* 0x00000000400fd76d 0x3 .text.arg_str0 - 0x00000000400fd210 0x19 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x00000000400fd210 arg_str0 - *fill* 0x00000000400fd229 0x3 + 0x00000000400fd770 0x19 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd770 arg_str0 + *fill* 0x00000000400fd789 0x3 .text.arg_str1 - 0x00000000400fd22c 0x19 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x00000000400fd22c arg_str1 - *fill* 0x00000000400fd245 0x3 + 0x00000000400fd78c 0x19 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd78c arg_str1 + *fill* 0x00000000400fd7a5 0x3 .text.arg_parse - 0x00000000400fd248 0x99 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd7a8 0x99 esp-idf/console/libconsole.a(argtable3.c.obj) 0xa5 (size before relaxing) - 0x00000000400fd248 arg_parse - *fill* 0x00000000400fd2e1 0x3 + 0x00000000400fd7a8 arg_parse + *fill* 0x00000000400fd841 0x3 .text.arg_print_option - 0x00000000400fd2e4 0x40 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd844 0x40 esp-idf/console/libconsole.a(argtable3.c.obj) 0x4c (size before relaxing) - 0x00000000400fd2e4 arg_print_option + 0x00000000400fd844 arg_print_option .text.arg_int_errorfn - 0x00000000400fd324 0xb8 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd884 0xb8 esp-idf/console/libconsole.a(argtable3.c.obj) 0xd0 (size before relaxing) .text.arg_str_errorfn - 0x00000000400fd3dc 0x63 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd93c 0x63 esp-idf/console/libconsole.a(argtable3.c.obj) 0x6b (size before relaxing) - *fill* 0x00000000400fd43f 0x1 + *fill* 0x00000000400fd99f 0x1 .text.arg_print_syntax - 0x00000000400fd440 0xc7 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fd9a0 0xc7 esp-idf/console/libconsole.a(argtable3.c.obj) 0xcb (size before relaxing) - 0x00000000400fd440 arg_print_syntax - *fill* 0x00000000400fd507 0x1 + 0x00000000400fd9a0 arg_print_syntax + *fill* 0x00000000400fda67 0x1 .text.arg_print_glossary - 0x00000000400fd508 0x61 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fda68 0x61 esp-idf/console/libconsole.a(argtable3.c.obj) 0x65 (size before relaxing) - 0x00000000400fd508 arg_print_glossary - *fill* 0x00000000400fd569 0x3 + 0x00000000400fda68 arg_print_glossary + *fill* 0x00000000400fdac9 0x3 .text.arg_print_formatted - 0x00000000400fd56c 0xa6 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000400fdacc 0xa6 esp-idf/console/libconsole.a(argtable3.c.obj) 0xaa (size before relaxing) - 0x00000000400fd56c arg_print_formatted - *fill* 0x00000000400fd612 0x2 + 0x00000000400fdacc arg_print_formatted + *fill* 0x00000000400fdb72 0x2 .text.abAppend - 0x00000000400fd614 0x2c esp-idf/console/libconsole.a(linenoise.c.obj) - .text.abFree 0x00000000400fd640 0xe esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x00000000400fd64e 0x2 + 0x00000000400fdb74 0x2c esp-idf/console/libconsole.a(linenoise.c.obj) + .text.abFree 0x00000000400fdba0 0xe esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x00000000400fdbae 0x2 .text.freeCompletions - 0x00000000400fd650 0x2b esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x00000000400fd67b 0x1 + 0x00000000400fdbb0 0x2b esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x00000000400fdbdb 0x1 .text.getCursorPosition - 0x00000000400fd67c 0x84 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fdbdc 0x84 esp-idf/console/libconsole.a(linenoise.c.obj) .text.getColumns - 0x00000000400fd700 0x66 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fdc60 0x66 esp-idf/console/libconsole.a(linenoise.c.obj) 0x76 (size before relaxing) - *fill* 0x00000000400fd766 0x2 + *fill* 0x00000000400fdcc6 0x2 .text.linenoiseBeep - 0x00000000400fd768 0x12 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fdcc8 0x12 esp-idf/console/libconsole.a(linenoise.c.obj) 0x16 (size before relaxing) - *fill* 0x00000000400fd77a 0x2 + *fill* 0x00000000400fdcda 0x2 .text.linenoiseDumb - 0x00000000400fd77c 0xa3 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fdcdc 0xa3 esp-idf/console/libconsole.a(linenoise.c.obj) 0xa7 (size before relaxing) - *fill* 0x00000000400fd81f 0x1 + *fill* 0x00000000400fdd7f 0x1 .text.sanitize - 0x00000000400fd820 0x31 esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x00000000400fd851 0x3 + 0x00000000400fdd80 0x31 esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x00000000400fddb1 0x3 .text.linenoiseSetMultiLine - 0x00000000400fd854 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fd854 linenoiseSetMultiLine - *fill* 0x00000000400fd85e 0x2 + 0x00000000400fddb4 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fddb4 linenoiseSetMultiLine + *fill* 0x00000000400fddbe 0x2 .text.linenoiseSetDumbMode - 0x00000000400fd860 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fd860 linenoiseSetDumbMode - *fill* 0x00000000400fd86a 0x2 + 0x00000000400fddc0 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fddc0 linenoiseSetDumbMode + *fill* 0x00000000400fddca 0x2 .text.linenoiseClearScreen - 0x00000000400fd86c 0x1a esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fd86c linenoiseClearScreen - *fill* 0x00000000400fd886 0x2 - .text.linenoiseSetCompletionCallback - 0x00000000400fd888 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fd888 linenoiseSetCompletionCallback - *fill* 0x00000000400fd892 0x2 - .text.linenoiseSetHintsCallback - 0x00000000400fd894 0xa esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fd894 linenoiseSetHintsCallback - *fill* 0x00000000400fd89e 0x2 - .text.linenoiseAddCompletion - 0x00000000400fd8a0 0x56 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fd8a0 linenoiseAddCompletion - *fill* 0x00000000400fd8f6 0x2 - .text.refreshShowHints - 0x00000000400fd8f8 0xaf esp-idf/console/libconsole.a(linenoise.c.obj) - 0xb7 (size before relaxing) - 0x00000000400fd8f8 refreshShowHints - *fill* 0x00000000400fd9a7 0x1 - .text.refreshMultiLine - 0x00000000400fd9a8 0x193 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x1b7 (size before relaxing) - *fill* 0x00000000400fdb3b 0x1 - .text.refreshSingleLine - 0x00000000400fdb3c 0xcb esp-idf/console/libconsole.a(linenoise.c.obj) - 0xeb (size before relaxing) - *fill* 0x00000000400fdc07 0x1 - .text.refreshLine - 0x00000000400fdc08 0x19 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x20 (size before relaxing) - *fill* 0x00000000400fdc21 0x3 - .text.completeLine - 0x00000000400fdc24 0xf3 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x106 (size before relaxing) - *fill* 0x00000000400fdd17 0x1 - .text.linenoiseEditInsert - 0x00000000400fdd18 0xbc esp-idf/console/libconsole.a(linenoise.c.obj) - 0xc4 (size before relaxing) - 0x00000000400fdd18 linenoiseEditInsert - .text.linenoiseEditMoveLeft - 0x00000000400fddd4 0x12 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x16 (size before relaxing) - 0x00000000400fddd4 linenoiseEditMoveLeft + 0x00000000400fddcc 0x1a esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fddcc linenoiseClearScreen *fill* 0x00000000400fdde6 0x2 - .text.linenoiseEditMoveRight - 0x00000000400fdde8 0x18 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fdde8 linenoiseEditMoveRight - .text.linenoiseEditMoveHome - 0x00000000400fde00 0x12 esp-idf/console/libconsole.a(linenoise.c.obj) + .text.linenoiseSetCompletionCallback + 0x00000000400fdde8 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fdde8 linenoiseSetCompletionCallback + *fill* 0x00000000400fddf2 0x2 + .text.linenoiseSetHintsCallback + 0x00000000400fddf4 0xa esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fddf4 linenoiseSetHintsCallback + *fill* 0x00000000400fddfe 0x2 + .text.linenoiseAddCompletion + 0x00000000400fde00 0x56 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fde00 linenoiseAddCompletion + *fill* 0x00000000400fde56 0x2 + .text.refreshShowHints + 0x00000000400fde58 0xaf esp-idf/console/libconsole.a(linenoise.c.obj) + 0xb7 (size before relaxing) + 0x00000000400fde58 refreshShowHints + *fill* 0x00000000400fdf07 0x1 + .text.refreshMultiLine + 0x00000000400fdf08 0x193 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x1b7 (size before relaxing) + *fill* 0x00000000400fe09b 0x1 + .text.refreshSingleLine + 0x00000000400fe09c 0xcb esp-idf/console/libconsole.a(linenoise.c.obj) + 0xeb (size before relaxing) + *fill* 0x00000000400fe167 0x1 + .text.refreshLine + 0x00000000400fe168 0x19 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x20 (size before relaxing) + *fill* 0x00000000400fe181 0x3 + .text.completeLine + 0x00000000400fe184 0xf3 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x106 (size before relaxing) + *fill* 0x00000000400fe277 0x1 + .text.linenoiseEditInsert + 0x00000000400fe278 0xbc esp-idf/console/libconsole.a(linenoise.c.obj) + 0xc4 (size before relaxing) + 0x00000000400fe278 linenoiseEditInsert + .text.linenoiseEditMoveLeft + 0x00000000400fe334 0x12 esp-idf/console/libconsole.a(linenoise.c.obj) 0x16 (size before relaxing) - 0x00000000400fde00 linenoiseEditMoveHome - *fill* 0x00000000400fde12 0x2 + 0x00000000400fe334 linenoiseEditMoveLeft + *fill* 0x00000000400fe346 0x2 + .text.linenoiseEditMoveRight + 0x00000000400fe348 0x18 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe348 linenoiseEditMoveRight + .text.linenoiseEditMoveHome + 0x00000000400fe360 0x12 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x16 (size before relaxing) + 0x00000000400fe360 linenoiseEditMoveHome + *fill* 0x00000000400fe372 0x2 .text.linenoiseEditMoveEnd - 0x00000000400fde14 0x16 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fde14 linenoiseEditMoveEnd - *fill* 0x00000000400fde2a 0x2 + 0x00000000400fe374 0x16 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe374 linenoiseEditMoveEnd + *fill* 0x00000000400fe38a 0x2 .text.linenoiseEditHistoryNext - 0x00000000400fde2c 0x93 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fde2c linenoiseEditHistoryNext - *fill* 0x00000000400fdebf 0x1 + 0x00000000400fe38c 0x93 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe38c linenoiseEditHistoryNext + *fill* 0x00000000400fe41f 0x1 .text.linenoiseEditDelete - 0x00000000400fdec0 0x36 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe420 0x36 esp-idf/console/libconsole.a(linenoise.c.obj) 0x3a (size before relaxing) - 0x00000000400fdec0 linenoiseEditDelete - *fill* 0x00000000400fdef6 0x2 + 0x00000000400fe420 linenoiseEditDelete + *fill* 0x00000000400fe456 0x2 .text.linenoiseEditBackspace - 0x00000000400fdef8 0x3b esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fdef8 linenoiseEditBackspace - *fill* 0x00000000400fdf33 0x1 + 0x00000000400fe458 0x3b esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe458 linenoiseEditBackspace + *fill* 0x00000000400fe493 0x1 .text.linenoiseEditDeletePrevWord - 0x00000000400fdf34 0x53 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe494 0x53 esp-idf/console/libconsole.a(linenoise.c.obj) 0x57 (size before relaxing) - 0x00000000400fdf34 linenoiseEditDeletePrevWord - *fill* 0x00000000400fdf87 0x1 + 0x00000000400fe494 linenoiseEditDeletePrevWord + *fill* 0x00000000400fe4e7 0x1 .text.linenoiseProbe - 0x00000000400fdf88 0x92 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe4e8 0x92 esp-idf/console/libconsole.a(linenoise.c.obj) 0xa2 (size before relaxing) - 0x00000000400fdf88 linenoiseProbe - *fill* 0x00000000400fe01a 0x2 + 0x00000000400fe4e8 linenoiseProbe + *fill* 0x00000000400fe57a 0x2 .text.linenoiseFree - 0x00000000400fe01c 0xe esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fe01c linenoiseFree - *fill* 0x00000000400fe02a 0x2 + 0x00000000400fe57c 0xe esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe57c linenoiseFree + *fill* 0x00000000400fe58a 0x2 .text.linenoiseHistoryAdd - 0x00000000400fe02c 0xb6 esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fe02c linenoiseHistoryAdd - *fill* 0x00000000400fe0e2 0x2 + 0x00000000400fe58c 0xb6 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe58c linenoiseHistoryAdd + *fill* 0x00000000400fe642 0x2 .text.linenoiseEdit - 0x00000000400fe0e4 0x328 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe644 0x328 esp-idf/console/libconsole.a(linenoise.c.obj) 0x37c (size before relaxing) .text.linenoiseRaw - 0x00000000400fe40c 0x30 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe96c 0x30 esp-idf/console/libconsole.a(linenoise.c.obj) 0x34 (size before relaxing) .text.linenoise - 0x00000000400fe43c 0x54 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe99c 0x54 esp-idf/console/libconsole.a(linenoise.c.obj) 0x58 (size before relaxing) - 0x00000000400fe43c linenoise + 0x00000000400fe99c linenoise .text.linenoiseHistorySetMaxLen - 0x00000000400fe490 0x9e esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fe490 linenoiseHistorySetMaxLen - *fill* 0x00000000400fe52e 0x2 + 0x00000000400fe9f0 0x9e esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fe9f0 linenoiseHistorySetMaxLen + *fill* 0x00000000400fea8e 0x2 .text.linenoiseHistorySave - 0x00000000400fe530 0x4b esp-idf/console/libconsole.a(linenoise.c.obj) - 0x00000000400fe530 linenoiseHistorySave - *fill* 0x00000000400fe57b 0x1 + 0x00000000400fea90 0x4b esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400fea90 linenoiseHistorySave + *fill* 0x00000000400feadb 0x1 .text.linenoiseHistoryLoad - 0x00000000400fe57c 0x59 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x00000000400feadc 0x59 esp-idf/console/libconsole.a(linenoise.c.obj) 0x5d (size before relaxing) - 0x00000000400fe57c linenoiseHistoryLoad - *fill* 0x00000000400fe5d5 0x3 + 0x00000000400feadc linenoiseHistoryLoad + *fill* 0x00000000400feb35 0x3 .text.httpd_recv_pending - 0x00000000400fe5d8 0x31 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - *fill* 0x00000000400fe609 0x3 + 0x00000000400feb38 0x31 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x00000000400feb69 0x3 .text.httpd_sock_err - 0x00000000400fe60c 0x79 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400feb6c 0x79 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) 0x7d (size before relaxing) - *fill* 0x00000000400fe685 0x3 + *fill* 0x00000000400febe5 0x3 .text.httpd_sess_set_send_override - 0x00000000400fe688 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x00000000400fe688 httpd_sess_set_send_override - *fill* 0x00000000400fe6a5 0x3 + 0x00000000400febe8 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400febe8 httpd_sess_set_send_override + *fill* 0x00000000400fec05 0x3 .text.httpd_sess_set_recv_override - 0x00000000400fe6a8 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x00000000400fe6a8 httpd_sess_set_recv_override - *fill* 0x00000000400fe6c5 0x3 + 0x00000000400fec08 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400fec08 httpd_sess_set_recv_override + *fill* 0x00000000400fec25 0x3 .text.httpd_sess_set_pending_override - 0x00000000400fe6c8 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x00000000400fe6c8 httpd_sess_set_pending_override - *fill* 0x00000000400fe6e5 0x3 + 0x00000000400fec28 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400fec28 httpd_sess_set_pending_override + *fill* 0x00000000400fec45 0x3 .text.httpd_recv_with_opt - 0x00000000400fe6e8 0x6b esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x00000000400fe6e8 httpd_recv_with_opt - *fill* 0x00000000400fe753 0x1 + 0x00000000400fec48 0x6b esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400fec48 httpd_recv_with_opt + *fill* 0x00000000400fecb3 0x1 .text.httpd_recv - 0x00000000400fe754 0x15 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x00000000400fe754 httpd_recv - *fill* 0x00000000400fe769 0x3 + 0x00000000400fecb4 0x15 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400fecb4 httpd_recv + *fill* 0x00000000400fecc9 0x3 .text.httpd_unrecv - 0x00000000400fe76c 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x00000000400fe76c httpd_unrecv - *fill* 0x00000000400fe799 0x3 + 0x00000000400feccc 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400feccc httpd_unrecv + *fill* 0x00000000400fecf9 0x3 .text.httpd_resp_send - 0x00000000400fe79c 0x145 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400fecfc 0x145 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) 0x149 (size before relaxing) - 0x00000000400fe79c httpd_resp_send - *fill* 0x00000000400fe8e1 0x3 + 0x00000000400fecfc httpd_resp_send + *fill* 0x00000000400fee41 0x3 .text.httpd_resp_send_chunk - 0x00000000400fe8e4 0x186 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400fee44 0x186 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) 0x18e (size before relaxing) - 0x00000000400fe8e4 httpd_resp_send_chunk - *fill* 0x00000000400fea6a 0x2 + 0x00000000400fee44 httpd_resp_send_chunk + *fill* 0x00000000400fefca 0x2 .text.httpd_resp_send_err - 0x00000000400fea6c 0x13e esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400fefcc 0x13e esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) 0x152 (size before relaxing) - 0x00000000400fea6c httpd_resp_send_err - *fill* 0x00000000400febaa 0x2 + 0x00000000400fefcc httpd_resp_send_err + *fill* 0x00000000400ff10a 0x2 .text.httpd_req_handle_err - 0x00000000400febac 0x37 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x00000000400febac httpd_req_handle_err - *fill* 0x00000000400febe3 0x1 + 0x00000000400ff10c 0x37 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400ff10c httpd_req_handle_err + *fill* 0x00000000400ff143 0x1 .text.httpd_req_recv - 0x00000000400febe4 0x50 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x00000000400febe4 httpd_req_recv + 0x00000000400ff144 0x50 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400ff144 httpd_req_recv .text.httpd_default_send - 0x00000000400fec34 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400ff194 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) 0x2c (size before relaxing) - 0x00000000400fec34 httpd_default_send + 0x00000000400ff194 httpd_default_send .text.httpd_default_recv - 0x00000000400fec5c 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x00000000400ff1bc 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) 0x2c (size before relaxing) - 0x00000000400fec5c httpd_default_recv + 0x00000000400ff1bc httpd_default_recv .text.httpd_uri_match_simple - 0x00000000400fec84 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - *fill* 0x00000000400fecb1 0x3 + 0x00000000400ff1e4 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x00000000400ff211 0x3 .text.httpd_find_uri_handler - 0x00000000400fecb4 0x72 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - *fill* 0x00000000400fed26 0x2 + 0x00000000400ff214 0x72 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x00000000400ff286 0x2 .text.httpd_register_uri_handler - 0x00000000400fed28 0x101 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x00000000400ff288 0x101 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) 0x105 (size before relaxing) - 0x00000000400fed28 httpd_register_uri_handler - *fill* 0x00000000400fee29 0x3 + 0x00000000400ff288 httpd_register_uri_handler + *fill* 0x00000000400ff389 0x3 .text.httpd_unregister_all_uri_handlers - 0x00000000400fee2c 0x3c esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - 0x00000000400fee2c httpd_unregister_all_uri_handlers + 0x00000000400ff38c 0x3c esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x00000000400ff38c httpd_unregister_all_uri_handlers .text.httpd_uri - 0x00000000400fee68 0xce esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x00000000400ff3c8 0xce esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) 0xd6 (size before relaxing) - 0x00000000400fee68 httpd_uri - *fill* 0x00000000400fef36 0x2 + 0x00000000400ff3c8 httpd_uri + *fill* 0x00000000400ff496 0x2 .text.fd_is_valid - 0x00000000400fef38 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff498 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) 0x2c (size before relaxing) .text.httpd_sess_free_ctx - 0x00000000400fef60 0x19 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x00000000400fef60 httpd_sess_free_ctx - *fill* 0x00000000400fef79 0x3 + 0x00000000400ff4c0 0x19 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff4c0 httpd_sess_free_ctx + *fill* 0x00000000400ff4d9 0x3 .text.httpd_sess_get_transport_ctx - 0x00000000400fef7c 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x00000000400fef7c httpd_sess_get_transport_ctx + 0x00000000400ff4dc 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff4dc httpd_sess_get_transport_ctx .text.httpd_sess_set_transport_ctx - 0x00000000400fef94 0x24 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x00000000400fef94 httpd_sess_set_transport_ctx + 0x00000000400ff4f4 0x24 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff4f4 httpd_sess_set_transport_ctx .text.httpd_sess_delete - 0x00000000400fefb8 0xa8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x00000000400fefb8 httpd_sess_delete + 0x00000000400ff518 0xa8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff518 httpd_sess_delete .text.httpd_sess_new - 0x00000000400ff060 0xbb esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff5c0 0xbb esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) 0xbf (size before relaxing) - 0x00000000400ff060 httpd_sess_new - *fill* 0x00000000400ff11b 0x1 + 0x00000000400ff5c0 httpd_sess_new + *fill* 0x00000000400ff67b 0x1 .text.httpd_sess_delete_invalid - 0x00000000400ff11c 0x62 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff67c 0x62 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) 0x66 (size before relaxing) - 0x00000000400ff11c httpd_sess_delete_invalid - *fill* 0x00000000400ff17e 0x2 + 0x00000000400ff67c httpd_sess_delete_invalid + *fill* 0x00000000400ff6de 0x2 .text.httpd_sess_close - 0x00000000400ff180 0x24 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff6e0 0x24 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) .text.httpd_sess_pending - 0x00000000400ff1a4 0x39 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x00000000400ff1a4 httpd_sess_pending - *fill* 0x00000000400ff1dd 0x3 + 0x00000000400ff704 0x39 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff704 httpd_sess_pending + *fill* 0x00000000400ff73d 0x3 .text.httpd_sess_process - 0x00000000400ff1e0 0x52 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff740 0x52 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) 0x56 (size before relaxing) - 0x00000000400ff1e0 httpd_sess_process - *fill* 0x00000000400ff232 0x2 + 0x00000000400ff740 httpd_sess_process + *fill* 0x00000000400ff792 0x2 .text.httpd_sess_trigger_close - 0x00000000400ff234 0x26 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x00000000400ff234 httpd_sess_trigger_close - *fill* 0x00000000400ff25a 0x2 + 0x00000000400ff794 0x26 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff794 httpd_sess_trigger_close + *fill* 0x00000000400ff7ba 0x2 .text.httpd_sess_close_lru - 0x00000000400ff25c 0x55 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x00000000400ff25c httpd_sess_close_lru - *fill* 0x00000000400ff2b1 0x3 + 0x00000000400ff7bc 0x55 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000400ff7bc httpd_sess_close_lru + *fill* 0x00000000400ff811 0x3 .text.httpd_close_all_sessions - 0x00000000400ff2b4 0x2b esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x00000000400ff2df 0x1 + 0x00000000400ff814 0x2b esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x00000000400ff83f 0x1 .text.httpd_process_ctrl_msg - 0x00000000400ff2e0 0x7b esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x00000000400ff840 0x7b esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) 0x83 (size before relaxing) - *fill* 0x00000000400ff35b 0x1 + *fill* 0x00000000400ff8bb 0x1 .text.httpd_accept_conn - 0x00000000400ff35c 0xc2 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x00000000400ff8bc 0xc2 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) 0xd2 (size before relaxing) - *fill* 0x00000000400ff41e 0x2 + *fill* 0x00000000400ff97e 0x2 .text.httpd_server - 0x00000000400ff420 0x18c esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x00000000400ff980 0x18c esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) 0x1a0 (size before relaxing) .text.httpd_thread - 0x00000000400ff5ac 0x40 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x00000000400ffb0c 0x40 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) 0x48 (size before relaxing) .text.httpd_create - 0x00000000400ff5ec 0x16f esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - *fill* 0x00000000400ff75b 0x1 + 0x00000000400ffb4c 0x16f esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x00000000400ffcbb 0x1 .text.httpd_server_init - 0x00000000400ff75c 0x1c1 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x00000000400ffcbc 0x1c1 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) 0x1e5 (size before relaxing) - *fill* 0x00000000400ff91d 0x3 + *fill* 0x00000000400ffe7d 0x3 .text.httpd_delete - 0x00000000400ff920 0x3c esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x00000000400ffe80 0x3c esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) .text.httpd_queue_work - 0x00000000400ff95c 0x5e esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x00000000400ffebc 0x5e esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) 0x62 (size before relaxing) - 0x00000000400ff95c httpd_queue_work - *fill* 0x00000000400ff9ba 0x2 + 0x00000000400ffebc httpd_queue_work + *fill* 0x00000000400fff1a 0x2 .text.httpd_start - 0x00000000400ff9bc 0xa7 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x00000000400fff1c 0xa7 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) 0xb3 (size before relaxing) - 0x00000000400ff9bc httpd_start - *fill* 0x00000000400ffa63 0x1 + 0x00000000400fff1c httpd_start + *fill* 0x00000000400fffc3 0x1 .text.httpd_stop - 0x00000000400ffa64 0x6d esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x00000000400fffc4 0x6d esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) 0x75 (size before relaxing) - 0x00000000400ffa64 httpd_stop - *fill* 0x00000000400ffad1 0x3 + 0x00000000400fffc4 httpd_stop + *fill* 0x0000000040100031 0x3 .text.init_req - 0x00000000400ffad4 0x2f esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x00000000400ffb03 0x1 + 0x0000000040100034 0x2f esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x0000000040100063 0x1 .text.init_req_aux - 0x00000000400ffb04 0x36 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x00000000400ffb3a 0x2 + 0x0000000040100064 0x36 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000004010009a 0x2 .text.parse_init - 0x00000000400ffb3c 0x40 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x000000004010009c 0x40 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) 0x48 (size before relaxing) .text.cb_header_value - 0x00000000400ffb7c 0x66 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x00000000400ffbe2 0x2 - .text.cb_url 0x00000000400ffbe4 0x88 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x00000000401000dc 0x66 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x0000000040100142 0x2 + .text.cb_url 0x0000000040100144 0x88 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) .text.verify_url - 0x00000000400ffc6c 0xe9 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x00000000401001cc 0xe9 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) 0xed (size before relaxing) - *fill* 0x00000000400ffd55 0x3 + *fill* 0x00000000401002b5 0x3 .text.cb_headers_complete - 0x00000000400ffd58 0x132 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x136 (size before relaxing) - *fill* 0x00000000400ffe8a 0x2 + 0x00000000401002b8 0x115 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x119 (size before relaxing) + *fill* 0x00000000401003cd 0x3 .text.pause_parsing - 0x00000000400ffe8c 0x87 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x00000000401003d0 0x87 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) 0x8b (size before relaxing) - *fill* 0x00000000400fff13 0x1 + *fill* 0x0000000040100457 0x1 .text.cb_no_body - 0x00000000400fff14 0x71 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x00000000400fff85 0x3 + 0x0000000040100458 0x71 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x00000000401004c9 0x3 .text.cb_on_body - 0x00000000400fff88 0x59 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - *fill* 0x00000000400fffe1 0x3 + 0x00000000401004cc 0x59 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x0000000040100525 0x3 .text.cb_header_field - 0x00000000400fffe4 0xa6 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x0000000040100528 0xa6 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) 0xaa (size before relaxing) - *fill* 0x000000004010008a 0x2 + *fill* 0x00000000401005ce 0x2 .text.continue_parsing - 0x000000004010008c 0x1f esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x00000000401005d0 0x1f esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) 0x23 (size before relaxing) - *fill* 0x00000000401000ab 0x1 + *fill* 0x00000000401005ef 0x1 .text.read_block - 0x00000000401000ac 0x4d esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x00000000401005f0 0x4d esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) 0x51 (size before relaxing) - *fill* 0x00000000401000f9 0x3 + *fill* 0x000000004010063d 0x3 .text.parse_block - 0x00000000401000fc 0x110 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x0000000040100640 0x110 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) .text.httpd_parse_req - 0x000000004010020c 0x5e esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x0000000040100750 0x5e esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) 0x6a (size before relaxing) - *fill* 0x000000004010026a 0x2 + *fill* 0x00000000401007ae 0x2 .text.httpd_req_cleanup - 0x000000004010026c 0x44 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x00000000401007b0 0x44 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) .text.httpd_req_new - 0x00000000401002b0 0x57 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x00000000401007f4 0x57 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) 0x63 (size before relaxing) - 0x00000000401002b0 httpd_req_new - *fill* 0x0000000040100307 0x1 + 0x00000000401007f4 httpd_req_new + *fill* 0x000000004010084b 0x1 .text.httpd_req_delete - 0x0000000040100308 0x3d esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x000000004010084c 0x3d esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) 0x41 (size before relaxing) - 0x0000000040100308 httpd_req_delete - *fill* 0x0000000040100345 0x3 + 0x000000004010084c httpd_req_delete + *fill* 0x0000000040100889 0x3 .text.cs_create_ctrl_sock - 0x0000000040100348 0x56 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x000000004010088c 0x56 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) 0x62 (size before relaxing) - 0x0000000040100348 cs_create_ctrl_sock - *fill* 0x000000004010039e 0x2 + 0x000000004010088c cs_create_ctrl_sock + *fill* 0x00000000401008e2 0x2 .text.cs_free_ctrl_sock - 0x00000000401003a0 0xe esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - 0x00000000401003a0 cs_free_ctrl_sock - *fill* 0x00000000401003ae 0x2 + 0x00000000401008e4 0xe esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x00000000401008e4 cs_free_ctrl_sock + *fill* 0x00000000401008f2 0x2 .text.cs_send_to_ctrl_sock - 0x00000000401003b0 0x35 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x00000000401008f4 0x35 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) 0x3d (size before relaxing) - 0x00000000401003b0 cs_send_to_ctrl_sock - *fill* 0x00000000401003e5 0x3 + 0x00000000401008f4 cs_send_to_ctrl_sock + *fill* 0x0000000040100929 0x3 .text.httpd_ssl_close - 0x00000000401003e8 0x1d esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x000000004010092c 0x1d esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) 0x20 (size before relaxing) - *fill* 0x0000000040100405 0x3 + *fill* 0x0000000040100949 0x3 .text.httpd_ssl_open - 0x0000000040100408 0xc5 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x000000004010094c 0xc5 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) 0xd5 (size before relaxing) - *fill* 0x00000000401004cd 0x3 + *fill* 0x0000000040100a11 0x3 .text.httpd_ssl_recv - 0x00000000401004d0 0x2d esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x0000000040100a14 0x2d esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) 0x31 (size before relaxing) - *fill* 0x00000000401004fd 0x3 + *fill* 0x0000000040100a41 0x3 .text.httpd_ssl_send - 0x0000000040100500 0x2d esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x0000000040100a44 0x2d esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) 0x31 (size before relaxing) - *fill* 0x000000004010052d 0x3 + *fill* 0x0000000040100a71 0x3 .text.httpd_ssl_pending - 0x0000000040100530 0x23 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x0000000040100a74 0x23 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) 0x2a (size before relaxing) - *fill* 0x0000000040100553 0x1 + *fill* 0x0000000040100a97 0x1 .text.free_secure_context - 0x0000000040100554 0x4e esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - *fill* 0x00000000401005a2 0x2 + 0x0000000040100a98 0x58 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) .text.create_secure_context - 0x00000000401005a4 0x75 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - *fill* 0x0000000040100619 0x3 + 0x0000000040100af0 0x100 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) .text.httpd_ssl_start - 0x000000004010061c 0xa2 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x0000000040100bf0 0xa2 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) 0xaa (size before relaxing) - 0x000000004010061c httpd_ssl_start - *fill* 0x00000000401006be 0x2 + 0x0000000040100bf0 httpd_ssl_start + *fill* 0x0000000040100c92 0x2 .text.httpd_ssl_stop - 0x00000000401006c0 0xa esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x0000000040100c94 0xa esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) 0xe (size before relaxing) - 0x00000000401006c0 httpd_ssl_stop - *fill* 0x00000000401006ca 0x2 + 0x0000000040100c94 httpd_ssl_stop + *fill* 0x0000000040100c9e 0x2 .text.esp_vfs_fat_spiflash_mount - 0x00000000401006cc 0x212 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + 0x0000000040100ca0 0x212 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) 0x22a (size before relaxing) - 0x00000000401006cc esp_vfs_fat_spiflash_mount - *fill* 0x00000000401008de 0x2 + 0x0000000040100ca0 esp_vfs_fat_spiflash_mount + *fill* 0x0000000040100eb2 0x2 .text.ff_diskio_get_drive - 0x00000000401008e0 0x29 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x00000000401008e0 ff_diskio_get_drive - *fill* 0x0000000040100909 0x3 + 0x0000000040100eb4 0x29 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x0000000040100eb4 ff_diskio_get_drive + *fill* 0x0000000040100edd 0x3 .text.ff_diskio_register - 0x000000004010090c 0x64 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x0000000040100ee0 0x64 esp-idf/fatfs/libfatfs.a(diskio.c.obj) 0x6c (size before relaxing) - 0x000000004010090c ff_diskio_register + 0x0000000040100ee0 ff_diskio_register .text.ff_disk_initialize - 0x0000000040100970 0x19 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x0000000040100970 ff_disk_initialize - *fill* 0x0000000040100989 0x3 + 0x0000000040100f44 0x19 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x0000000040100f44 ff_disk_initialize + *fill* 0x0000000040100f5d 0x3 .text.ff_disk_status - 0x000000004010098c 0x19 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x000000004010098c ff_disk_status - *fill* 0x00000000401009a5 0x3 + 0x0000000040100f60 0x19 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x0000000040100f60 ff_disk_status + *fill* 0x0000000040100f79 0x3 .text.ff_disk_read - 0x00000000401009a8 0x20 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x00000000401009a8 ff_disk_read + 0x0000000040100f7c 0x20 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x0000000040100f7c ff_disk_read .text.ff_disk_write - 0x00000000401009c8 0x20 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x00000000401009c8 ff_disk_write + 0x0000000040100f9c 0x20 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x0000000040100f9c ff_disk_write .text.ff_disk_ioctl - 0x00000000401009e8 0x1e esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x00000000401009e8 ff_disk_ioctl - *fill* 0x0000000040100a06 0x2 + 0x0000000040100fbc 0x1e esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x0000000040100fbc ff_disk_ioctl + *fill* 0x0000000040100fda 0x2 .text.get_fattime - 0x0000000040100a08 0x57 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x0000000040100a08 get_fattime - *fill* 0x0000000040100a5f 0x1 + 0x0000000040100fdc 0x57 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x0000000040100fdc get_fattime + *fill* 0x0000000040101033 0x1 .text.ff_wl_read - 0x0000000040100a60 0x61 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x0000000040101034 0x61 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) 0x71 (size before relaxing) - 0x0000000040100a60 ff_wl_read - *fill* 0x0000000040100ac1 0x3 + 0x0000000040101034 ff_wl_read + *fill* 0x0000000040101095 0x3 .text.ff_wl_write - 0x0000000040100ac4 0x9d esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x0000000040101098 0x9d esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) 0xb5 (size before relaxing) - 0x0000000040100ac4 ff_wl_write - *fill* 0x0000000040100b61 0x3 + 0x0000000040101098 ff_wl_write + *fill* 0x0000000040101135 0x3 .text.ff_wl_ioctl - 0x0000000040100b64 0x62 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x0000000040101138 0x62 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) 0x6a (size before relaxing) - 0x0000000040100b64 ff_wl_ioctl - *fill* 0x0000000040100bc6 0x2 + 0x0000000040101138 ff_wl_ioctl + *fill* 0x000000004010119a 0x2 .text.ff_diskio_register_wl_partition - 0x0000000040100bc8 0x26 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - 0x0000000040100bc8 ff_diskio_register_wl_partition - *fill* 0x0000000040100bee 0x2 + 0x000000004010119c 0x26 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x000000004010119c ff_diskio_register_wl_partition + *fill* 0x00000000401011c2 0x2 .text.ld_clust - 0x0000000040100bf0 0x27 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x0000000040100c17 0x1 + 0x00000000401011c4 0x27 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x00000000401011eb 0x1 .text.st_clust - 0x0000000040100c18 0x23 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x0000000040100c3b 0x1 + 0x00000000401011ec 0x23 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x000000004010120f 0x1 .text.get_fileinfo - 0x0000000040100c3c 0x83 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x0000000040100cbf 0x1 + 0x0000000040101210 0x83 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040101293 0x1 .text.create_name - 0x0000000040100cc0 0x175 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x0000000040100e35 0x3 - .text.lock_fs 0x0000000040100e38 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101294 0x175 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040101409 0x3 + .text.lock_fs 0x000000004010140c 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x10 (size before relaxing) .text.sync_window - 0x0000000040100e44 0x58 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101418 0x58 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x5c (size before relaxing) .text.move_window - 0x0000000040100e9c 0x32 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101470 0x32 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x36 (size before relaxing) - *fill* 0x0000000040100ece 0x2 + *fill* 0x00000000401014a2 0x2 .text.check_fs - 0x0000000040100ed0 0x90 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x00000000401014a4 0x90 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x94 (size before relaxing) .text.find_volume - 0x0000000040100f60 0x3a0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101534 0x3a0 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x3b0 (size before relaxing) - .text.put_fat 0x0000000040101300 0x154 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.put_fat 0x00000000401018d4 0x154 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x158 (size before relaxing) - .text.get_fat 0x0000000040101454 0x105 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.get_fat 0x0000000040101a28 0x105 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x109 (size before relaxing) - *fill* 0x0000000040101559 0x3 - .text.dir_sdi 0x000000004010155c 0xac esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040101b2d 0x3 + .text.dir_sdi 0x0000000040101b30 0xac esp-idf/fatfs/libfatfs.a(ff.c.obj) 0xb0 (size before relaxing) .text.create_chain - 0x0000000040101608 0x13a esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101bdc 0x13a esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x13e (size before relaxing) - *fill* 0x0000000040101742 0x2 + *fill* 0x0000000040101d16 0x2 .text.remove_chain - 0x0000000040101744 0x77 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101d18 0x77 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x7f (size before relaxing) - *fill* 0x00000000401017bb 0x1 + *fill* 0x0000000040101d8f 0x1 .text.dir_remove - 0x00000000401017bc 0x1e esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101d90 0x1e esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x22 (size before relaxing) - *fill* 0x00000000401017da 0x2 + *fill* 0x0000000040101dae 0x2 .text.dir_clear - 0x00000000401017dc 0x5c esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101db0 0x5c esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x60 (size before relaxing) .text.dir_next - 0x0000000040101838 0xca esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101e0c 0xca esp-idf/fatfs/libfatfs.a(ff.c.obj) 0xce (size before relaxing) - *fill* 0x0000000040101902 0x2 + *fill* 0x0000000040101ed6 0x2 .text.dir_find - 0x0000000040101904 0x58 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101ed8 0x58 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x60 (size before relaxing) .text.follow_path - 0x000000004010195c 0x9a esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101f30 0x9a esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x9e (size before relaxing) - *fill* 0x00000000401019f6 0x2 + *fill* 0x0000000040101fca 0x2 .text.dir_alloc - 0x00000000401019f8 0x5a esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040101fcc 0x5a esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x5e (size before relaxing) - *fill* 0x0000000040101a52 0x2 + *fill* 0x0000000040102026 0x2 .text.dir_register - 0x0000000040101a54 0x40 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102028 0x40 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x44 (size before relaxing) .text.dir_read - 0x0000000040101a94 0x76 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x0000000040101b0a 0x2 - .text.sync_fs 0x0000000040101b0c 0x96 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102068 0x76 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x00000000401020de 0x2 + .text.sync_fs 0x00000000401020e0 0x96 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x9e (size before relaxing) - *fill* 0x0000000040101ba2 0x2 + *fill* 0x0000000040102176 0x2 .text.unlock_fs - 0x0000000040101ba4 0x3f esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x0000000040101be3 0x1 + 0x0000000040102178 0x3f esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x00000000401021b7 0x1 .text.validate - 0x0000000040101be4 0x68 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x00000000401021b8 0x68 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x6c (size before relaxing) - .text.f_mount 0x0000000040101c4c 0x88 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_mount 0x0000000040102220 0x88 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x90 (size before relaxing) - 0x0000000040101c4c f_mount - .text.f_open 0x0000000040101cd4 0x1e0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102220 f_mount + .text.f_open 0x00000000401022a8 0x1e0 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x200 (size before relaxing) - 0x0000000040101cd4 f_open - .text.f_read 0x0000000040101eb4 0x1f0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x00000000401022a8 f_open + .text.f_read 0x0000000040102488 0x1f0 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x214 (size before relaxing) - 0x0000000040101eb4 f_read - .text.f_write 0x00000000401020a4 0x231 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102488 f_read + .text.f_write 0x0000000040102678 0x231 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x249 (size before relaxing) - 0x00000000401020a4 f_write - *fill* 0x00000000401022d5 0x3 - .text.f_sync 0x00000000401022d8 0xba esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102678 f_write + *fill* 0x00000000401028a9 0x3 + .text.f_sync 0x00000000401028ac 0xba esp-idf/fatfs/libfatfs.a(ff.c.obj) 0xd2 (size before relaxing) - 0x00000000401022d8 f_sync - *fill* 0x0000000040102392 0x2 - .text.f_close 0x0000000040102394 0x26 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x00000000401028ac f_sync + *fill* 0x0000000040102966 0x2 + .text.f_close 0x0000000040102968 0x26 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x2e (size before relaxing) - 0x0000000040102394 f_close - *fill* 0x00000000401023ba 0x2 - .text.f_lseek 0x00000000401023bc 0x1e6 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102968 f_close + *fill* 0x000000004010298e 0x2 + .text.f_lseek 0x0000000040102990 0x1e6 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x1fa (size before relaxing) - 0x00000000401023bc f_lseek - *fill* 0x00000000401025a2 0x2 + 0x0000000040102990 f_lseek + *fill* 0x0000000040102b76 0x2 .text.f_opendir - 0x00000000401025a4 0x7c esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102b78 0x7c esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x8c (size before relaxing) - 0x00000000401025a4 f_opendir + 0x0000000040102b78 f_opendir .text.f_closedir - 0x0000000040102620 0x1e esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102bf4 0x1e esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x22 (size before relaxing) - 0x0000000040102620 f_closedir - *fill* 0x000000004010263e 0x2 + 0x0000000040102bf4 f_closedir + *fill* 0x0000000040102c12 0x2 .text.f_readdir - 0x0000000040102640 0x52 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102c14 0x52 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x62 (size before relaxing) - 0x0000000040102640 f_readdir - *fill* 0x0000000040102692 0x2 - .text.f_stat 0x0000000040102694 0x42 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102c14 f_readdir + *fill* 0x0000000040102c66 0x2 + .text.f_stat 0x0000000040102c68 0x42 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x4a (size before relaxing) - 0x0000000040102694 f_stat - *fill* 0x00000000401026d6 0x2 + 0x0000000040102c68 f_stat + *fill* 0x0000000040102caa 0x2 .text.f_truncate - 0x00000000401026d8 0xd8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102cac 0xd8 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0xe4 (size before relaxing) - 0x00000000401026d8 f_truncate + 0x0000000040102cac f_truncate .text.f_unlink - 0x00000000401027b0 0xbc esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102d84 0xbc esp-idf/fatfs/libfatfs.a(ff.c.obj) 0xd3 (size before relaxing) - 0x00000000401027b0 f_unlink - *fill* 0x000000004010286c 0x0 - .text.f_mkdir 0x000000004010286c 0x110 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102d84 f_unlink + *fill* 0x0000000040102e40 0x0 + .text.f_mkdir 0x0000000040102e40 0x110 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x12c (size before relaxing) - 0x000000004010286c f_mkdir + 0x0000000040102e40 f_mkdir .text.f_rename - 0x000000004010297c 0x13f esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102f50 0x13f esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x156 (size before relaxing) - 0x000000004010297c f_rename - *fill* 0x0000000040102abb 0x1 - .text.f_utime 0x0000000040102abc 0x68 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040102f50 f_rename + *fill* 0x000000004010308f 0x1 + .text.f_utime 0x0000000040103090 0x68 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x70 (size before relaxing) - 0x0000000040102abc f_utime - .text.f_mkfs 0x0000000040102b24 0x761 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000040103090 f_utime + .text.f_mkfs 0x00000000401030f8 0x761 esp-idf/fatfs/libfatfs.a(ff.c.obj) 0x791 (size before relaxing) - 0x0000000040102b24 f_mkfs - *fill* 0x0000000040103285 0x3 + 0x00000000401030f8 f_mkfs + *fill* 0x0000000040103859 0x3 .text.ff_memalloc - 0x0000000040103288 0x10 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x0000000040103288 ff_memalloc + 0x000000004010385c 0x10 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x000000004010385c ff_memalloc .text.ff_cre_syncobj - 0x0000000040103298 0x17 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x0000000040103298 ff_cre_syncobj - *fill* 0x00000000401032af 0x1 + 0x000000004010386c 0x17 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x000000004010386c ff_cre_syncobj + *fill* 0x0000000040103883 0x1 .text.ff_del_syncobj - 0x00000000401032b0 0x10 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x00000000401032b0 ff_del_syncobj + 0x0000000040103884 0x10 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x0000000040103884 ff_del_syncobj .text.ff_req_grant - 0x00000000401032c0 0x1d esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x00000000401032c0 ff_req_grant - *fill* 0x00000000401032dd 0x3 + 0x0000000040103894 0x1d esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x0000000040103894 ff_req_grant + *fill* 0x00000000401038b1 0x3 .text.ff_rel_grant - 0x00000000401032e0 0x13 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x00000000401032e0 ff_rel_grant - *fill* 0x00000000401032f3 0x1 + 0x00000000401038b4 0x13 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x00000000401038b4 ff_rel_grant + *fill* 0x00000000401038c7 0x1 .text.find_unused_context_index - 0x00000000401032f4 0x1e esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x0000000040103312 0x2 + 0x00000000401038c8 0x1e esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x00000000401038e6 0x2 .text.get_next_fd - 0x0000000040103314 0x30 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x00000000401038e8 0x30 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) .text.fat_mode_conv - 0x0000000040103344 0x4f esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x0000000040103393 0x1 + 0x0000000040103918 0x4f esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x0000000040103967 0x1 .text.vfs_fat_fstat - 0x0000000040103394 0x2c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103968 0x2c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) .text.file_cleanup - 0x00000000401033c0 0x26 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x00000000401033e6 0x2 + 0x0000000040103994 0x26 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x00000000401039ba 0x2 .text.prepend_drive_to_path - 0x00000000401033e8 0x36 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x00000000401039bc 0x36 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x3a (size before relaxing) - *fill* 0x000000004010341e 0x2 + *fill* 0x00000000401039f2 0x2 .text.fresult_to_errno - 0x0000000040103420 0x7c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x00000000401039f4 0x7c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) .text.vfs_fat_utime - 0x000000004010349c 0xc4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103a70 0xc4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0xd4 (size before relaxing) .text.vfs_fat_telldir - 0x0000000040103560 0x19 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103b34 0x19 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x1c (size before relaxing) - *fill* 0x0000000040103579 0x3 + *fill* 0x0000000040103b4d 0x3 .text.vfs_fat_lseek - 0x000000004010357c 0x88 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103b50 0x88 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x90 (size before relaxing) .text.vfs_fat_close - 0x0000000040103604 0x50 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103bd8 0x50 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x5c (size before relaxing) .text.vfs_fat_truncate - 0x0000000040103654 0x112 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103c28 0x112 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x13a (size before relaxing) - *fill* 0x0000000040103766 0x2 + *fill* 0x0000000040103d3a 0x2 .text.vfs_fat_open - 0x0000000040103768 0xc1 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103d3c 0xc1 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0xd9 (size before relaxing) - *fill* 0x0000000040103829 0x3 + *fill* 0x0000000040103dfd 0x3 .text.vfs_fat_access - 0x000000004010382c 0x5c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103e00 0x5c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x64 (size before relaxing) .text.vfs_fat_fsync - 0x0000000040103888 0x49 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103e5c 0x49 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x51 (size before relaxing) - *fill* 0x00000000401038d1 0x3 + *fill* 0x0000000040103ea5 0x3 .text.vfs_fat_rmdir - 0x00000000401038d4 0x40 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103ea8 0x40 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x4c (size before relaxing) .text.vfs_fat_unlink - 0x0000000040103914 0x40 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103ee8 0x40 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x4c (size before relaxing) .text.vfs_fat_mkdir - 0x0000000040103954 0x40 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103f28 0x40 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x4c (size before relaxing) .text.vfs_fat_closedir - 0x0000000040103994 0x3c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103f68 0x3c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x48 (size before relaxing) .text.vfs_fat_seekdir - 0x00000000401039d0 0x67 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040103fa4 0x67 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x7b (size before relaxing) - *fill* 0x0000000040103a37 0x1 + *fill* 0x000000004010400b 0x1 .text.vfs_fat_readdir_r - 0x0000000040103a38 0x69 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x000000004010400c 0x69 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x71 (size before relaxing) - *fill* 0x0000000040103aa1 0x3 + *fill* 0x0000000040104075 0x3 .text.vfs_fat_readdir - 0x0000000040103aa4 0x24 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040104078 0x24 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x28 (size before relaxing) .text.vfs_fat_opendir - 0x0000000040103ac8 0x72 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x000000004010409c 0x72 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x82 (size before relaxing) - *fill* 0x0000000040103b3a 0x2 + *fill* 0x000000004010410e 0x2 .text.vfs_fat_rename - 0x0000000040103b3c 0x44 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040104110 0x44 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x50 (size before relaxing) .text.vfs_fat_pread - 0x0000000040103b80 0xa8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040104154 0xa8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0xc0 (size before relaxing) .text.vfs_fat_read - 0x0000000040103c28 0x45 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x00000000401041fc 0x45 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x4d (size before relaxing) - *fill* 0x0000000040103c6d 0x3 + *fill* 0x0000000040104241 0x3 .text.vfs_fat_link - 0x0000000040103c70 0x160 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040104244 0x160 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x17c (size before relaxing) .text.vfs_fat_pwrite - 0x0000000040103dd0 0xa8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x00000000401043a4 0xa8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0xc0 (size before relaxing) .text.vfs_fat_write - 0x0000000040103e78 0x79 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x000000004010444c 0x79 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x89 (size before relaxing) - *fill* 0x0000000040103ef1 0x3 + *fill* 0x00000000401044c5 0x3 .text.find_context_index_by_path - 0x0000000040103ef4 0x2f esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - *fill* 0x0000000040103f23 0x1 + 0x00000000401044c8 0x2f esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + *fill* 0x00000000401044f7 0x1 .text.vfs_fat_stat - 0x0000000040103f24 0xce esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x00000000401044f8 0xce esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0xda (size before relaxing) - *fill* 0x0000000040103ff2 0x2 + *fill* 0x00000000401045c6 0x2 .text.esp_vfs_fat_register - 0x0000000040103ff4 0x16d esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x00000000401045c8 0x16d esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x179 (size before relaxing) - 0x0000000040103ff4 esp_vfs_fat_register - *fill* 0x0000000040104161 0x3 + 0x00000000401045c8 esp_vfs_fat_register + *fill* 0x0000000040104735 0x3 .text.esp_vfs_fat_unregister_path - 0x0000000040104164 0x52 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000040104738 0x52 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) 0x5a (size before relaxing) - 0x0000000040104164 esp_vfs_fat_unregister_path - *fill* 0x00000000401041b6 0x2 + 0x0000000040104738 esp_vfs_fat_unregister_path + *fill* 0x000000004010478a 0x2 .text._ZL12check_handleiPKc - 0x00000000401041b8 0x86 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - *fill* 0x000000004010423e 0x2 + 0x000000004010478c 0x86 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + *fill* 0x0000000040104812 0x2 .text.wl_mount - 0x0000000040104240 0x1aa esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x0000000040104814 0x1aa esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) 0x1ae (size before relaxing) - 0x0000000040104240 wl_mount - *fill* 0x00000000401043ea 0x2 + 0x0000000040104814 wl_mount + *fill* 0x00000000401049be 0x2 .text.wl_erase_range - 0x00000000401043ec 0x3c esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x00000000401049c0 0x3c esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) 0x40 (size before relaxing) - 0x00000000401043ec wl_erase_range + 0x00000000401049c0 wl_erase_range .text.wl_write - 0x0000000040104428 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x00000000401049fc 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) 0x44 (size before relaxing) - 0x0000000040104428 wl_write - .text.wl_read 0x0000000040104468 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x00000000401049fc wl_write + .text.wl_read 0x0000000040104a3c 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) 0x44 (size before relaxing) - 0x0000000040104468 wl_read - .text.wl_size 0x00000000401044a8 0x3c esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x0000000040104a3c wl_read + .text.wl_size 0x0000000040104a7c 0x3c esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) 0x40 (size before relaxing) - 0x00000000401044a8 wl_size + 0x0000000040104a7c wl_size .text.wl_sector_size - 0x00000000401044e4 0x3c esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x0000000040104ab8 0x3c esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) 0x40 (size before relaxing) - 0x00000000401044e4 wl_sector_size + 0x0000000040104ab8 wl_sector_size .text._ZN9Partition12erase_sectorEj - 0x0000000040104520 0x16 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x0000000040104520 _ZN9Partition12erase_sectorEj - *fill* 0x0000000040104536 0x2 + 0x0000000040104af4 0x16 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000040104af4 _ZN9Partition12erase_sectorEj + *fill* 0x0000000040104b0a 0x2 .text._ZN9Partition11sector_sizeEv - 0x0000000040104538 0x8 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x0000000040104538 _ZN9Partition11sector_sizeEv + 0x0000000040104b0c 0x8 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000040104b0c _ZN9Partition11sector_sizeEv .text._ZN9Partition11erase_rangeEjj - 0x0000000040104540 0x32 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000040104b14 0x32 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) 0x36 (size before relaxing) - 0x0000000040104540 _ZN9Partition11erase_rangeEjj - *fill* 0x0000000040104572 0x2 + 0x0000000040104b14 _ZN9Partition11erase_rangeEjj + *fill* 0x0000000040104b46 0x2 .text._ZN9Partition5writeEjPKvj - 0x0000000040104574 0x15 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x0000000040104574 _ZN9Partition5writeEjPKvj - *fill* 0x0000000040104589 0x3 + 0x0000000040104b48 0x15 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000040104b48 _ZN9Partition5writeEjPKvj + *fill* 0x0000000040104b5d 0x3 .text._ZN9Partition4readEjPvj - 0x000000004010458c 0x15 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x000000004010458c _ZN9Partition4readEjPvj - *fill* 0x00000000401045a1 0x3 + 0x0000000040104b60 0x15 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000040104b60 _ZN9Partition4readEjPvj + *fill* 0x0000000040104b75 0x3 .text._ZN9PartitionD0Ev - 0x00000000401045a4 0xa esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000040104b78 0xa esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) 0xe (size before relaxing) - 0x00000000401045a4 _ZN9PartitionD0Ev - *fill* 0x00000000401045ae 0x2 + 0x0000000040104b78 _ZN9PartitionD0Ev + *fill* 0x0000000040104b82 0x2 .text._ZN9PartitionC2EPK15esp_partition_t - 0x00000000401045b0 0xc esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x00000000401045b0 _ZN9PartitionC1EPK15esp_partition_t - 0x00000000401045b0 _ZN9PartitionC2EPK15esp_partition_t + 0x0000000040104b84 0xc esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000040104b84 _ZN9PartitionC1EPK15esp_partition_t + 0x0000000040104b84 _ZN9PartitionC2EPK15esp_partition_t .text._ZN8WL_FlashD2Ev - 0x00000000401045bc 0xe esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x00000000401045bc _ZN8WL_FlashD2Ev - 0x00000000401045bc _ZN8WL_FlashD1Ev - *fill* 0x00000000401045ca 0x2 + 0x0000000040104b90 0xe esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040104b90 _ZN8WL_FlashD2Ev + 0x0000000040104b90 _ZN8WL_FlashD1Ev + *fill* 0x0000000040104b9e 0x2 .text._ZN8WL_FlashD0Ev - 0x00000000401045cc 0x12 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040104ba0 0x12 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) 0x16 (size before relaxing) - 0x00000000401045cc _ZN8WL_FlashD0Ev - *fill* 0x00000000401045de 0x2 + 0x0000000040104ba0 _ZN8WL_FlashD0Ev + *fill* 0x0000000040104bb2 0x2 .text._ZN8WL_Flash11erase_rangeEjj - 0x00000000401045e0 0x60 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x00000000401045e0 _ZN8WL_Flash11erase_rangeEjj + 0x0000000040104bb4 0x60 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040104bb4 _ZN8WL_Flash11erase_rangeEjj .text._ZN8WL_Flash6configEP11WL_Config_sP12Flash_Access - 0x0000000040104640 0x149 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040104c14 0x149 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) 0x14d (size before relaxing) - 0x0000000040104640 _ZN8WL_Flash6configEP11WL_Config_sP12Flash_Access - *fill* 0x0000000040104789 0x3 + 0x0000000040104c14 _ZN8WL_Flash6configEP11WL_Config_sP12Flash_Access + *fill* 0x0000000040104d5d 0x3 .text._ZN8WL_FlashC2Ev - 0x000000004010478c 0x1a esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x000000004010478c _ZN8WL_FlashC1Ev - 0x000000004010478c _ZN8WL_FlashC2Ev - *fill* 0x00000000401047a6 0x2 + 0x0000000040104d60 0x1a esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040104d60 _ZN8WL_FlashC1Ev + 0x0000000040104d60 _ZN8WL_FlashC2Ev + *fill* 0x0000000040104d7a 0x2 .text._ZN8WL_Flash12initSectionsEv - 0x00000000401047a8 0x1c4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040104d7c 0x1c4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) 0x1c8 (size before relaxing) - 0x00000000401047a8 _ZN8WL_Flash12initSectionsEv + 0x0000000040104d7c _ZN8WL_Flash12initSectionsEv .text._ZN8WL_Flash10fillOkBuffEi - 0x000000004010496c 0x2e esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040104f40 0x2e esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) 0x32 (size before relaxing) - 0x000000004010496c _ZN8WL_Flash10fillOkBuffEi - *fill* 0x000000004010499a 0x2 + 0x0000000040104f40 _ZN8WL_Flash10fillOkBuffEi + *fill* 0x0000000040104f6e 0x2 .text._ZN8WL_Flash11updateV1_V2Ev - 0x000000004010499c 0x370 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040104f70 0x370 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) 0x384 (size before relaxing) - 0x000000004010499c _ZN8WL_Flash11updateV1_V2Ev + 0x0000000040104f70 _ZN8WL_Flash11updateV1_V2Ev .text._ZN8WL_Flash13updateVersionEv - 0x0000000040104d0c 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x00000000401052e0 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) 0x10 (size before relaxing) - 0x0000000040104d0c _ZN8WL_Flash13updateVersionEv + 0x00000000401052e0 _ZN8WL_Flash13updateVersionEv .text._ZN8WL_Flash9OkBuffSetEi - 0x0000000040104d18 0x39 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x0000000040104d18 _ZN8WL_Flash9OkBuffSetEi - *fill* 0x0000000040104d51 0x3 + 0x00000000401052ec 0x39 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x00000000401052ec _ZN8WL_Flash9OkBuffSetEi + *fill* 0x0000000040105325 0x3 .text._ZN8WL_Flash10recoverPosEv - 0x0000000040104d54 0x78 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x0000000040104d54 _ZN8WL_Flash10recoverPosEv + 0x0000000040105328 0x78 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040105328 _ZN8WL_Flash10recoverPosEv .text._ZN8WL_Flash4initEv - 0x0000000040104dcc 0x63d esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x00000000401053a0 0x63d esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) 0x649 (size before relaxing) - 0x0000000040104dcc _ZN8WL_Flash4initEv - *fill* 0x0000000040105409 0x3 + 0x00000000401053a0 _ZN8WL_Flash4initEv + *fill* 0x00000000401059dd 0x3 .text._ZN8WL_Flash8updateWLEv - 0x000000004010540c 0x2f2 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x00000000401059e0 0x2f2 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) 0x2fe (size before relaxing) - 0x000000004010540c _ZN8WL_Flash8updateWLEv - *fill* 0x00000000401056fe 0x2 + 0x00000000401059e0 _ZN8WL_Flash8updateWLEv + *fill* 0x0000000040105cd2 0x2 .text._ZN8WL_Flash5flushEv - 0x0000000040105700 0x15 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x0000000040105700 _ZN8WL_Flash5flushEv - *fill* 0x0000000040105715 0x3 + 0x0000000040105cd4 0x15 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040105cd4 _ZN8WL_Flash5flushEv + *fill* 0x0000000040105ce9 0x3 .text._ZN8WL_Flash12erase_sectorEj - 0x0000000040105718 0x8c esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040105cec 0x8c esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) 0x90 (size before relaxing) - 0x0000000040105718 _ZN8WL_Flash12erase_sectorEj + 0x0000000040105cec _ZN8WL_Flash12erase_sectorEj .text._ZN8WL_Flash5writeEjPKvj - 0x00000000401057a4 0xd4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x00000000401057a4 _ZN8WL_Flash5writeEjPKvj + 0x0000000040105d78 0xd4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040105d78 _ZN8WL_Flash5writeEjPKvj .text._ZN8WL_Flash4readEjPvj - 0x0000000040105878 0xd4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x0000000040105878 _ZN8WL_Flash4readEjPvj + 0x0000000040105e4c 0xd4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040105e4c _ZN8WL_Flash4readEjPvj .text._ZN5crc328crc32_leEjPKhj - 0x000000004010594c 0x14 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) - 0x000000004010594c _ZN5crc328crc32_leEjPKhj + 0x0000000040105f20 0x14 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + 0x0000000040105f20 _ZN5crc328crc32_leEjPKhj .text.esp_spiffs_get_empty - 0x0000000040105960 0x26 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x0000000040105986 0x2 - .text.spiffs_res_to_errno - 0x0000000040105988 0xb6 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x0000000040105a3e 0x2 - .text.spiffs_mode_conv - 0x0000000040105a40 0x4c esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .text.esp_spiffs_by_label - 0x0000000040105a8c 0x4a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x0000000040105ad6 0x2 - .text.vfs_spiffs_telldir - 0x0000000040105ad8 0x1a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x1d (size before relaxing) - *fill* 0x0000000040105af2 0x2 - .text.esp_spiffs_free - 0x0000000040105af4 0x4a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x4e (size before relaxing) - *fill* 0x0000000040105b3e 0x2 - .text.esp_spiffs_init - 0x0000000040105b40 0x3ab esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x3df (size before relaxing) - *fill* 0x0000000040105eeb 0x1 - .text.vfs_spiffs_rmdir - 0x0000000040105eec 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x0000000040105efe 0x2 - .text.vfs_spiffs_mkdir - 0x0000000040105f00 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x0000000040105f12 0x2 - .text.vfs_spiffs_link - 0x0000000040105f14 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x0000000040105f26 0x2 - .text.vfs_spiffs_update_mtime_value - 0x0000000040105f28 0x32 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040105f34 0x26 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) *fill* 0x0000000040105f5a 0x2 + .text.spiffs_res_to_errno + 0x0000000040105f5c 0xb6 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x0000000040106012 0x2 + .text.spiffs_mode_conv + 0x0000000040106014 0x4c esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .text.esp_spiffs_by_label + 0x0000000040106060 0x4a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x00000000401060aa 0x2 + .text.vfs_spiffs_telldir + 0x00000000401060ac 0x1a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x1d (size before relaxing) + *fill* 0x00000000401060c6 0x2 + .text.esp_spiffs_free + 0x00000000401060c8 0x4a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x4e (size before relaxing) + *fill* 0x0000000040106112 0x2 + .text.esp_spiffs_init + 0x0000000040106114 0x3ab esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x3df (size before relaxing) + *fill* 0x00000000401064bf 0x1 + .text.vfs_spiffs_rmdir + 0x00000000401064c0 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x00000000401064d2 0x2 + .text.vfs_spiffs_mkdir + 0x00000000401064d4 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x00000000401064e6 0x2 + .text.vfs_spiffs_link + 0x00000000401064e8 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x00000000401064fa 0x2 + .text.vfs_spiffs_update_mtime_value + 0x00000000401064fc 0x32 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000004010652e 0x2 .text.vfs_spiffs_utime - 0x0000000040105f5c 0x54 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106530 0x54 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x60 (size before relaxing) .text.vfs_spiffs_closedir - 0x0000000040105fb0 0x4e esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106584 0x4e esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x5a (size before relaxing) - *fill* 0x0000000040105ffe 0x2 + *fill* 0x00000000401065d2 0x2 .text.vfs_spiffs_seekdir - 0x0000000040106000 0xd0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x00000000401065d4 0xd0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0xe8 (size before relaxing) .text.vfs_spiffs_readdir_r - 0x00000000401060d0 0xc4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x00000000401066a4 0xc4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0xdc (size before relaxing) .text.vfs_spiffs_readdir - 0x0000000040106194 0x35 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106768 0x35 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x3d (size before relaxing) - *fill* 0x00000000401061c9 0x3 + *fill* 0x000000004010679d 0x3 .text.vfs_spiffs_opendir - 0x00000000401061cc 0x7d esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x00000000401067a0 0x7d esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x8d (size before relaxing) - *fill* 0x0000000040106249 0x3 + *fill* 0x000000004010681d 0x3 .text.vfs_spiffs_rename - 0x000000004010624c 0x5a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106820 0x5a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x66 (size before relaxing) - *fill* 0x00000000401062a6 0x2 + *fill* 0x000000004010687a 0x2 .text.vfs_spiffs_unlink - 0x00000000401062a8 0x44 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x000000004010687c 0x44 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x50 (size before relaxing) .text.vfs_spiffs_stat - 0x00000000401062ec 0x90 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x00000000401068c0 0x90 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x9c (size before relaxing) .text.vfs_spiffs_fstat - 0x000000004010637c 0x65 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106950 0x65 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x71 (size before relaxing) - *fill* 0x00000000401063e1 0x3 + *fill* 0x00000000401069b5 0x3 .text.vfs_spiffs_close - 0x00000000401063e4 0x34 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x00000000401069b8 0x34 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x3c (size before relaxing) .text.vfs_spiffs_update_mtime - 0x0000000040106418 0x3a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x00000000401069ec 0x3a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x3e (size before relaxing) - *fill* 0x0000000040106452 0x2 + *fill* 0x0000000040106a26 0x2 .text.vfs_spiffs_open - 0x0000000040106454 0x62 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106a28 0x62 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x75 (size before relaxing) - *fill* 0x00000000401064b6 0x2 + *fill* 0x0000000040106a8a 0x2 .text.vfs_spiffs_read - 0x00000000401064b8 0x36 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106a8c 0x36 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x42 (size before relaxing) - *fill* 0x00000000401064ee 0x2 + *fill* 0x0000000040106ac2 0x2 .text.vfs_spiffs_lseek - 0x00000000401064f0 0x36 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106ac4 0x36 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x42 (size before relaxing) - *fill* 0x0000000040106526 0x2 + *fill* 0x0000000040106afa 0x2 .text.vfs_spiffs_write - 0x0000000040106528 0x36 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106afc 0x36 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x42 (size before relaxing) - *fill* 0x000000004010655e 0x2 + *fill* 0x0000000040106b32 0x2 .text.esp_spiffs_info - 0x0000000040106560 0x2d esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106b34 0x2d esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0x31 (size before relaxing) - 0x0000000040106560 esp_spiffs_info - *fill* 0x000000004010658d 0x3 + 0x0000000040106b34 esp_spiffs_info + *fill* 0x0000000040106b61 0x3 .text.esp_vfs_spiffs_register - 0x0000000040106590 0xf0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000040106b64 0xf0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) 0xfc (size before relaxing) - 0x0000000040106590 esp_vfs_spiffs_register + 0x0000000040106b64 esp_vfs_spiffs_register .text.spiffs_api_lock - 0x0000000040106680 0x16 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x0000000040106680 spiffs_api_lock - *fill* 0x0000000040106696 0x2 + 0x0000000040106c54 0x16 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x0000000040106c54 spiffs_api_lock + *fill* 0x0000000040106c6a 0x2 .text.spiffs_api_unlock - 0x0000000040106698 0x16 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x0000000040106698 spiffs_api_unlock - *fill* 0x00000000401066ae 0x2 + 0x0000000040106c6c 0x16 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x0000000040106c6c spiffs_api_unlock + *fill* 0x0000000040106c82 0x2 .text.spiffs_api_read - 0x00000000401066b0 0x3d esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x0000000040106c84 0x3d esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) 0x41 (size before relaxing) - 0x00000000401066b0 spiffs_api_read - *fill* 0x00000000401066ed 0x3 + 0x0000000040106c84 spiffs_api_read + *fill* 0x0000000040106cc1 0x3 .text.spiffs_api_write - 0x00000000401066f0 0x3d esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x0000000040106cc4 0x3d esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) 0x41 (size before relaxing) - 0x00000000401066f0 spiffs_api_write - *fill* 0x000000004010672d 0x3 + 0x0000000040106cc4 spiffs_api_write + *fill* 0x0000000040106d01 0x3 .text.spiffs_api_erase - 0x0000000040106730 0x3d esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x0000000040106730 spiffs_api_erase - *fill* 0x000000004010676d 0x3 + 0x0000000040106d04 0x3d esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x0000000040106d04 spiffs_api_erase + *fill* 0x0000000040106d41 0x3 .text.spiffs_api_check - 0x0000000040106770 0x3a esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x0000000040106770 spiffs_api_check - *fill* 0x00000000401067aa 0x2 + 0x0000000040106d44 0x3a esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x0000000040106d44 spiffs_api_check + *fill* 0x0000000040106d7e 0x2 .text.spiffs_hydro_write - 0x00000000401067ac 0x56 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - *fill* 0x0000000040106802 0x2 + 0x0000000040106d80 0x56 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + *fill* 0x0000000040106dd6 0x2 .text.spiffs_fflush_cache - 0x0000000040106804 0x72 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - *fill* 0x0000000040106876 0x2 + 0x0000000040106dd8 0x72 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + *fill* 0x0000000040106e4a 0x2 .text.spiffs_hydro_read - 0x0000000040106878 0x108 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040106e4c 0x108 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x124 (size before relaxing) .text.spiffs_stat_pix - 0x0000000040106980 0xb4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040106f54 0xb4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) .text.spiffs_read_dir_v - 0x0000000040106a34 0xd2 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107008 0xd2 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0xd6 (size before relaxing) - *fill* 0x0000000040106b06 0x2 + *fill* 0x00000000401070da 0x2 .text.SPIFFS_format - 0x0000000040106b08 0x6c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000401070dc 0x6c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x70 (size before relaxing) - 0x0000000040106b08 SPIFFS_format + 0x00000000401070dc SPIFFS_format .text.SPIFFS_mount - 0x0000000040106b74 0x11e esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107148 0x11e esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x126 (size before relaxing) - 0x0000000040106b74 SPIFFS_mount - *fill* 0x0000000040106c92 0x2 + 0x0000000040107148 SPIFFS_mount + *fill* 0x0000000040107266 0x2 .text.SPIFFS_unmount - 0x0000000040106c94 0x53 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107268 0x53 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x5b (size before relaxing) - 0x0000000040106c94 SPIFFS_unmount - *fill* 0x0000000040106ce7 0x1 + 0x0000000040107268 SPIFFS_unmount + *fill* 0x00000000401072bb 0x1 .text.SPIFFS_open - 0x0000000040106ce8 0x1c5 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000401072bc 0x1c5 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x201 (size before relaxing) - 0x0000000040106ce8 SPIFFS_open - *fill* 0x0000000040106ead 0x3 + 0x00000000401072bc SPIFFS_open + *fill* 0x0000000040107481 0x3 .text.SPIFFS_read - 0x0000000040106eb0 0x1c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107484 0x1c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x20 (size before relaxing) - 0x0000000040106eb0 SPIFFS_read + 0x0000000040107484 SPIFFS_read .text.SPIFFS_write - 0x0000000040106ecc 0x206 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000401074a0 0x206 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x22e (size before relaxing) - 0x0000000040106ecc SPIFFS_write - *fill* 0x00000000401070d2 0x2 + 0x00000000401074a0 SPIFFS_write + *fill* 0x00000000401076a6 0x2 .text.SPIFFS_lseek - 0x00000000401070d4 0x118 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000401076a8 0x118 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x130 (size before relaxing) - 0x00000000401070d4 SPIFFS_lseek + 0x00000000401076a8 SPIFFS_lseek .text.SPIFFS_remove - 0x00000000401071ec 0xe9 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000401077c0 0xe9 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x109 (size before relaxing) - 0x00000000401071ec SPIFFS_remove - *fill* 0x00000000401072d5 0x3 + 0x00000000401077c0 SPIFFS_remove + *fill* 0x00000000401078a9 0x3 .text.SPIFFS_stat - 0x00000000401072d8 0x74 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000401078ac 0x74 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x80 (size before relaxing) - 0x00000000401072d8 SPIFFS_stat + 0x00000000401078ac SPIFFS_stat .text.SPIFFS_fstat - 0x000000004010734c 0x6c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107920 0x6c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x7c (size before relaxing) - 0x000000004010734c SPIFFS_fstat + 0x0000000040107920 SPIFFS_fstat .text.SPIFFS_close - 0x00000000401073b8 0x67 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x000000004010798c 0x67 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x76 (size before relaxing) - 0x00000000401073b8 SPIFFS_close - *fill* 0x000000004010741f 0x1 + 0x000000004010798c SPIFFS_close + *fill* 0x00000000401079f3 0x1 .text.SPIFFS_rename - 0x0000000040107420 0x12c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000401079f4 0x12c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x14f (size before relaxing) - 0x0000000040107420 SPIFFS_rename - *fill* 0x000000004010754c 0x0 + 0x00000000401079f4 SPIFFS_rename + *fill* 0x0000000040107b20 0x0 .text.SPIFFS_update_meta - 0x000000004010754c 0xcf esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107b20 0xcf esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0xee (size before relaxing) - 0x000000004010754c SPIFFS_update_meta - *fill* 0x000000004010761b 0x1 + 0x0000000040107b20 SPIFFS_update_meta + *fill* 0x0000000040107bef 0x1 .text.SPIFFS_fupdate_meta - 0x000000004010761c 0x93 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107bf0 0x93 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0xa6 (size before relaxing) - 0x000000004010761c SPIFFS_fupdate_meta - *fill* 0x00000000401076af 0x1 + 0x0000000040107bf0 SPIFFS_fupdate_meta + *fill* 0x0000000040107c83 0x1 .text.SPIFFS_opendir - 0x00000000401076b0 0x37 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x00000000401076b0 SPIFFS_opendir - *fill* 0x00000000401076e7 0x1 + 0x0000000040107c84 0x37 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107c84 SPIFFS_opendir + *fill* 0x0000000040107cbb 0x1 .text.SPIFFS_readdir - 0x00000000401076e8 0x6a esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107cbc 0x6a esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) 0x6e (size before relaxing) - 0x00000000401076e8 SPIFFS_readdir - *fill* 0x0000000040107752 0x2 + 0x0000000040107cbc SPIFFS_readdir + *fill* 0x0000000040107d26 0x2 .text.SPIFFS_closedir - 0x0000000040107754 0x2a esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x0000000040107754 SPIFFS_closedir - *fill* 0x000000004010777e 0x2 + 0x0000000040107d28 0x2a esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107d28 SPIFFS_closedir + *fill* 0x0000000040107d52 0x2 .text.SPIFFS_info - 0x0000000040107780 0x72 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x0000000040107780 SPIFFS_info - *fill* 0x00000000401077f2 0x2 + 0x0000000040107d54 0x72 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040107d54 SPIFFS_info + *fill* 0x0000000040107dc6 0x2 .text.spiffs_obj_lu_scan_v - 0x00000000401077f4 0x35 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - *fill* 0x0000000040107829 0x3 + 0x0000000040107dc8 0x35 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x0000000040107dfd 0x3 .text.spiffs_update_ix_map - 0x000000004010782c 0x102 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - *fill* 0x000000004010792e 0x2 + 0x0000000040107e00 0x102 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x0000000040107f02 0x2 .text.spiffs_hash - 0x0000000040107930 0x26 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - *fill* 0x0000000040107956 0x2 + 0x0000000040107f04 0x26 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x0000000040107f2a 0x2 .text.spiffs_obj_lu_find_id_and_span_v - 0x0000000040107958 0xa6 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - *fill* 0x00000000401079fe 0x2 + 0x0000000040107f2c 0xa6 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x0000000040107fd2 0x2 .text.spiffs_page_data_check - 0x0000000040107a00 0x9f esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - *fill* 0x0000000040107a9f 0x1 + 0x0000000040107fd4 0x9f esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x0000000040108073 0x1 .text.spiffs_page_index_check - 0x0000000040107aa0 0xab esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - *fill* 0x0000000040107b4b 0x1 + 0x0000000040108074 0xab esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x000000004010811f 0x1 .text.spiffs_object_find_object_index_header_by_name_v - 0x0000000040107b4c 0x96 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108120 0x96 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x9a (size before relaxing) - *fill* 0x0000000040107be2 0x2 + *fill* 0x00000000401081b6 0x2 .text.spiffs_obj_lu_find_free_obj_id_compact_v - 0x0000000040107be4 0xa9 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - *fill* 0x0000000040107c8d 0x3 + 0x00000000401081b8 0xa9 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x0000000040108261 0x3 .text.spiffs_obj_lu_find_free_obj_id_bitmap_v - 0x0000000040107c90 0xdc esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108264 0xdc esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) .text.spiffs_phys_cpy - 0x0000000040107d6c 0x44 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108340 0x44 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x4c (size before relaxing) - 0x0000000040107d6c spiffs_phys_cpy + 0x0000000040108340 spiffs_phys_cpy .text.spiffs_obj_lu_find_entry_visitor - 0x0000000040107db0 0x1cc esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108384 0x1cc esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x1d0 (size before relaxing) - 0x0000000040107db0 spiffs_obj_lu_find_entry_visitor + 0x0000000040108384 spiffs_obj_lu_find_entry_visitor .text.spiffs_erase_block - 0x0000000040107f7c 0xd4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x0000000040107f7c spiffs_erase_block + 0x0000000040108550 0xd4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108550 spiffs_erase_block .text.spiffs_obj_lu_scan - 0x0000000040108050 0x154 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108624 0x154 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x158 (size before relaxing) - 0x0000000040108050 spiffs_obj_lu_scan + 0x0000000040108624 spiffs_obj_lu_scan .text.spiffs_obj_lu_find_id - 0x00000000401081a4 0x29 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108778 0x29 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x2d (size before relaxing) - 0x00000000401081a4 spiffs_obj_lu_find_id - *fill* 0x00000000401081cd 0x3 + 0x0000000040108778 spiffs_obj_lu_find_id + *fill* 0x00000000401087a1 0x3 .text.spiffs_obj_lu_find_free - 0x00000000401081d0 0x60 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000401087a4 0x60 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x64 (size before relaxing) - 0x00000000401081d0 spiffs_obj_lu_find_free + 0x00000000401087a4 spiffs_obj_lu_find_free .text.spiffs_obj_lu_find_id_and_span - 0x0000000040108230 0x8e esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x0000000040108230 spiffs_obj_lu_find_id_and_span - *fill* 0x00000000401082be 0x2 + 0x0000000040108804 0x8e esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108804 spiffs_obj_lu_find_id_and_span + *fill* 0x0000000040108892 0x2 .text.spiffs_page_allocate_data - 0x00000000401082c0 0x155 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108894 0x155 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x161 (size before relaxing) - 0x00000000401082c0 spiffs_page_allocate_data - *fill* 0x0000000040108415 0x3 + 0x0000000040108894 spiffs_page_allocate_data + *fill* 0x00000000401089e9 0x3 .text.spiffs_page_delete - 0x0000000040108418 0x7a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000401089ec 0x7a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x7e (size before relaxing) - 0x0000000040108418 spiffs_page_delete - *fill* 0x0000000040108492 0x2 + 0x00000000401089ec spiffs_page_delete + *fill* 0x0000000040108a66 0x2 .text.spiffs_page_move - 0x0000000040108494 0x132 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108a68 0x132 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x13a (size before relaxing) - 0x0000000040108494 spiffs_page_move - *fill* 0x00000000401085c6 0x2 + 0x0000000040108a68 spiffs_page_move + *fill* 0x0000000040108b9a 0x2 .text.spiffs_cb_object_event - 0x00000000401085c8 0x16e esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x00000000401085c8 spiffs_cb_object_event - *fill* 0x0000000040108736 0x2 + 0x0000000040108b9c 0x16e esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108b9c spiffs_cb_object_event + *fill* 0x0000000040108d0a 0x2 .text.spiffs_object_create - 0x0000000040108738 0x17c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108d0c 0x17c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x184 (size before relaxing) - 0x0000000040108738 spiffs_object_create + 0x0000000040108d0c spiffs_object_create .text.spiffs_object_update_index_hdr - 0x00000000401088b4 0x168 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x00000000401088b4 spiffs_object_update_index_hdr + 0x0000000040108e88 0x168 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108e88 spiffs_object_update_index_hdr .text.spiffs_object_open_by_page - 0x0000000040108a1c 0xc9 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040108ff0 0xc9 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0xcd (size before relaxing) - 0x0000000040108a1c spiffs_object_open_by_page - *fill* 0x0000000040108ae5 0x3 + 0x0000000040108ff0 spiffs_object_open_by_page + *fill* 0x00000000401090b9 0x3 .text.spiffs_object_append - 0x0000000040108ae8 0x62a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000401090bc 0x62a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x66e (size before relaxing) - 0x0000000040108ae8 spiffs_object_append - *fill* 0x0000000040109112 0x2 + 0x00000000401090bc spiffs_object_append + *fill* 0x00000000401096e6 0x2 .text.spiffs_object_modify - 0x0000000040109114 0x4d4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000401096e8 0x4d4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x510 (size before relaxing) - 0x0000000040109114 spiffs_object_modify + 0x00000000401096e8 spiffs_object_modify .text.spiffs_object_find_object_index_header_by_name - 0x00000000401095e8 0x76 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x00000000401095e8 spiffs_object_find_object_index_header_by_name - *fill* 0x000000004010965e 0x2 + 0x0000000040109bbc 0x76 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040109bbc spiffs_object_find_object_index_header_by_name + *fill* 0x0000000040109c32 0x2 .text.spiffs_object_truncate - 0x0000000040109660 0x52a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x0000000040109c34 0x52a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x572 (size before relaxing) - 0x0000000040109660 spiffs_object_truncate - *fill* 0x0000000040109b8a 0x2 + 0x0000000040109c34 spiffs_object_truncate + *fill* 0x000000004010a15e 0x2 .text.spiffs_object_read - 0x0000000040109b8c 0x1f0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x000000004010a160 0x1f0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x200 (size before relaxing) - 0x0000000040109b8c spiffs_object_read + 0x000000004010a160 spiffs_object_read .text.spiffs_obj_lu_find_free_obj_id - 0x0000000040109d7c 0x186 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x0000000040109d7c spiffs_obj_lu_find_free_obj_id - *fill* 0x0000000040109f02 0x2 + 0x000000004010a350 0x186 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x000000004010a350 spiffs_obj_lu_find_free_obj_id + *fill* 0x000000004010a4d6 0x2 .text.spiffs_fd_find_new - 0x0000000040109f04 0xf2 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x000000004010a4d8 0xf2 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0xf6 (size before relaxing) - 0x0000000040109f04 spiffs_fd_find_new - *fill* 0x0000000040109ff6 0x2 + 0x000000004010a4d8 spiffs_fd_find_new + *fill* 0x000000004010a5ca 0x2 .text.spiffs_fd_return - 0x0000000040109ff8 0x43 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x0000000040109ff8 spiffs_fd_return - *fill* 0x000000004010a03b 0x1 + 0x000000004010a5cc 0x43 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x000000004010a5cc spiffs_fd_return + *fill* 0x000000004010a60f 0x1 .text.spiffs_fd_get - 0x000000004010a03c 0x41 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x000000004010a03c spiffs_fd_get - *fill* 0x000000004010a07d 0x3 + 0x000000004010a610 0x41 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x000000004010a610 spiffs_fd_get + *fill* 0x000000004010a651 0x3 .text.spiffs_fd_temporal_cache_rehash - 0x000000004010a080 0x3c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x000000004010a654 0x3c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) 0x40 (size before relaxing) - 0x000000004010a080 spiffs_fd_temporal_cache_rehash + 0x000000004010a654 spiffs_fd_temporal_cache_rehash .text.spiffs_cache_page_remove_oldest - 0x000000004010a0bc 0x60 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x000000004010a690 0x60 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) .text.spiffs_cache_drop_page - 0x000000004010a11c 0x1f esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x000000004010a11c spiffs_cache_drop_page - *fill* 0x000000004010a13b 0x1 + 0x000000004010a6f0 0x1b esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x1f (size before relaxing) + 0x000000004010a6f0 spiffs_cache_drop_page + *fill* 0x000000004010a70b 0x1 .text.spiffs_phys_rd - 0x000000004010a13c 0x108 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x000000004010a70c 0x104 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) 0x10c (size before relaxing) - 0x000000004010a13c spiffs_phys_rd + 0x000000004010a70c spiffs_phys_rd .text.spiffs_phys_wr - 0x000000004010a244 0xb8 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x000000004010a244 spiffs_phys_wr + 0x000000004010a810 0xb4 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0xb8 (size before relaxing) + 0x000000004010a810 spiffs_phys_wr .text.spiffs_cache_page_allocate_by_fd - 0x000000004010a2fc 0x2c esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x000000004010a2fc spiffs_cache_page_allocate_by_fd + 0x000000004010a8c4 0x28 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x2c (size before relaxing) + 0x000000004010a8c4 spiffs_cache_page_allocate_by_fd .text.spiffs_cache_fd_release - 0x000000004010a328 0x40 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x000000004010a328 spiffs_cache_fd_release + 0x000000004010a8ec 0x40 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x000000004010a8ec spiffs_cache_fd_release .text.spiffs_cache_init - 0x000000004010a368 0x92 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x000000004010a368 spiffs_cache_init - *fill* 0x000000004010a3fa 0x2 + 0x000000004010a92c 0x92 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x000000004010a92c spiffs_cache_init + *fill* 0x000000004010a9be 0x2 .text.spiffs_gc_erase_block - 0x000000004010a3fc 0x38 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x000000004010a9c0 0x38 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) .text.spiffs_gc_quick - 0x000000004010a434 0x151 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - 0x000000004010a434 spiffs_gc_quick - *fill* 0x000000004010a585 0x3 + 0x000000004010a9f8 0x151 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x000000004010a9f8 spiffs_gc_quick + *fill* 0x000000004010ab49 0x3 .text.spiffs_gc_erase_page_stats - 0x000000004010a588 0xc0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - 0x000000004010a588 spiffs_gc_erase_page_stats + 0x000000004010ab4c 0xc0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x000000004010ab4c spiffs_gc_erase_page_stats .text.spiffs_gc_find_candidate - 0x000000004010a648 0x215 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - 0x000000004010a648 spiffs_gc_find_candidate - *fill* 0x000000004010a85d 0x3 + 0x000000004010ac0c 0x215 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x000000004010ac0c spiffs_gc_find_candidate + *fill* 0x000000004010ae21 0x3 .text.spiffs_gc_clean - 0x000000004010a860 0x4ee esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x000000004010ae24 0x4ee esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) 0x50a (size before relaxing) - 0x000000004010a860 spiffs_gc_clean - *fill* 0x000000004010ad4e 0x2 + 0x000000004010ae24 spiffs_gc_clean + *fill* 0x000000004010b312 0x2 .text.spiffs_gc_check - 0x000000004010ad50 0x159 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x000000004010b314 0x159 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) 0x161 (size before relaxing) - 0x000000004010ad50 spiffs_gc_check - *fill* 0x000000004010aea9 0x3 - .text.select 0x000000004010aeac 0x14 esp-idf/newlib/libnewlib.a(select.c.obj) + 0x000000004010b314 spiffs_gc_check + *fill* 0x000000004010b46d 0x3 + .text.select 0x000000004010b470 0x14 esp-idf/newlib/libnewlib.a(select.c.obj) 0x18 (size before relaxing) - 0x000000004010aeac select + 0x000000004010b470 select .text.s_get_num_reserved_regions - 0x000000004010aec0 0x11 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - *fill* 0x000000004010aed1 0x3 + 0x000000004010b484 0x11 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + *fill* 0x000000004010b495 0x3 .text.s_prepare_reserved_regions - 0x000000004010aed4 0x9e esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x000000004010b498 0x9e esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) 0xa2 (size before relaxing) - *fill* 0x000000004010af72 0x2 + *fill* 0x000000004010b536 0x2 .text.soc_get_available_memory_region_max_count - 0x000000004010af74 0x12 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - 0x000000004010af74 soc_get_available_memory_region_max_count - *fill* 0x000000004010af86 0x2 + 0x000000004010b538 0x12 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x000000004010b538 soc_get_available_memory_region_max_count + *fill* 0x000000004010b54a 0x2 .text.soc_get_available_memory_regions - 0x000000004010af88 0x100 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x000000004010b54c 0x100 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) 0x104 (size before relaxing) - 0x000000004010af88 soc_get_available_memory_regions + 0x000000004010b54c soc_get_available_memory_regions .text.rtcio_hal_isolate - 0x000000004010b088 0x12e esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + 0x000000004010b64c 0x12e esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) 0x13a (size before relaxing) - 0x000000004010b088 rtcio_hal_isolate - *fill* 0x000000004010b1b6 0x2 + 0x000000004010b64c rtcio_hal_isolate + *fill* 0x000000004010b77a 0x2 .text.uart_hal_set_baudrate - 0x000000004010b1b8 0x6e esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004010b1b8 uart_hal_set_baudrate - *fill* 0x000000004010b226 0x2 + 0x000000004010b77c 0x6e esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x000000004010b77c uart_hal_set_baudrate + *fill* 0x000000004010b7ea 0x2 .text.uart_hal_get_baudrate - 0x000000004010b228 0x44 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004010b228 uart_hal_get_baudrate + 0x000000004010b7ec 0x44 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x000000004010b7ec uart_hal_get_baudrate .text.uart_hal_set_hw_flow_ctrl - 0x000000004010b26c 0x74 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004010b26c uart_hal_set_hw_flow_ctrl + 0x000000004010b830 0x74 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x000000004010b830 uart_hal_set_hw_flow_ctrl .text.uart_hal_set_rx_timeout - 0x000000004010b2e0 0x56 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004010b2e0 uart_hal_set_rx_timeout - *fill* 0x000000004010b336 0x2 + 0x000000004010b8a4 0x56 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x000000004010b8a4 uart_hal_set_rx_timeout + *fill* 0x000000004010b8fa 0x2 .text.uart_hal_set_tx_idle_num - 0x000000004010b338 0x22 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004010b338 uart_hal_set_tx_idle_num - *fill* 0x000000004010b35a 0x2 + 0x000000004010b8fc 0x22 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x000000004010b8fc uart_hal_set_tx_idle_num + *fill* 0x000000004010b91e 0x2 .text.uart_hal_set_txfifo_empty_thr - 0x000000004010b35c 0x20 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004010b35c uart_hal_set_txfifo_empty_thr + 0x000000004010b920 0x20 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x000000004010b920 uart_hal_set_txfifo_empty_thr .text.uart_hal_init - 0x000000004010b37c 0x108 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004010b37c uart_hal_init - .text.spi_flash_hal_init - 0x000000004010b484 0xc2 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - 0x000000004010b484 spi_flash_hal_init - *fill* 0x000000004010b546 0x2 - .text.spi_flash_hal_supports_direct_write - 0x000000004010b548 0x26 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - 0x000000004010b548 spi_flash_hal_supports_direct_write - *fill* 0x000000004010b56e 0x2 - .text.spi_flash_hal_supports_direct_read - 0x000000004010b570 0x26 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - 0x000000004010b570 spi_flash_hal_supports_direct_read - *fill* 0x000000004010b596 0x2 - .text.esp_netif_action_start - 0x000000004010b598 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0xe (size before relaxing) - 0x000000004010b598 esp_netif_action_start - *fill* 0x000000004010b5a2 0x2 - .text.esp_netif_action_stop - 0x000000004010b5a4 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0xe (size before relaxing) - 0x000000004010b5a4 esp_netif_action_stop - *fill* 0x000000004010b5ae 0x2 - .text.esp_netif_action_connected - 0x000000004010b5b0 0xde esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0xf6 (size before relaxing) - 0x000000004010b5b0 esp_netif_action_connected - *fill* 0x000000004010b68e 0x2 - .text.esp_netif_action_disconnected - 0x000000004010b690 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0xe (size before relaxing) - 0x000000004010b690 esp_netif_action_disconnected - *fill* 0x000000004010b69a 0x2 - .text.esp_netif_action_got_ip - 0x000000004010b69c 0x62 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x66 (size before relaxing) - 0x000000004010b69c esp_netif_action_got_ip - *fill* 0x000000004010b6fe 0x2 - .text.wifi_create_and_start_sta - 0x000000004010b700 0x2f esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - 0x37 (size before relaxing) - *fill* 0x000000004010b72f 0x1 - .text.wifi_create_and_start_ap - 0x000000004010b730 0x2f esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - 0x37 (size before relaxing) - *fill* 0x000000004010b75f 0x1 - .text.tcpip_adapter_set_default_wifi_handlers - 0x000000004010b760 0x44 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - 0x48 (size before relaxing) - 0x000000004010b760 tcpip_adapter_set_default_wifi_handlers - .text.tcpip_adapter_clear_default_wifi_handlers - 0x000000004010b7a4 0xa esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - 0xd (size before relaxing) - 0x000000004010b7a4 tcpip_adapter_clear_default_wifi_handlers - *fill* 0x000000004010b7ae 0x2 + 0x000000004010b940 0x108 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x000000004010b940 uart_hal_init .text.mbedtls_clz - 0x000000004010b7b0 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - *fill* 0x000000004010b7cd 0x3 + 0x000000004010ba48 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000004010ba65 0x3 .text.mbedtls_int_div_int - 0x000000004010b7d0 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010ba68 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .text.mbedtls_mpi_zeroize - 0x000000004010b81c 0xd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bab4 0xd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x10 (size before relaxing) - *fill* 0x000000004010b829 0x3 + *fill* 0x000000004010bac1 0x3 .text.mpi_uint_bigendian_to_host - 0x000000004010b82c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bac4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .text.mpi_bigendian_to_host - 0x000000004010b83c 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bad4 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x32 (size before relaxing) - *fill* 0x000000004010b86a 0x2 + *fill* 0x000000004010bb02 0x2 .text.mbedtls_mpi_free - 0x000000004010b86c 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bb04 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x26 (size before relaxing) - 0x000000004010b86c mbedtls_mpi_free - *fill* 0x000000004010b88e 0x2 + 0x000000004010bb04 mbedtls_mpi_free + *fill* 0x000000004010bb26 0x2 .text.mbedtls_mpi_grow - 0x000000004010b890 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bb28 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x58 (size before relaxing) - 0x000000004010b890 mbedtls_mpi_grow + 0x000000004010bb28 mbedtls_mpi_grow .text.mbedtls_mpi_shrink - 0x000000004010b8dc 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bb74 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x7a (size before relaxing) - 0x000000004010b8dc mbedtls_mpi_shrink - *fill* 0x000000004010b94e 0x2 + 0x000000004010bb74 mbedtls_mpi_shrink + *fill* 0x000000004010bbe6 0x2 .text.mbedtls_mpi_copy - 0x000000004010b950 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x7a (size before relaxing) - 0x000000004010b950 mbedtls_mpi_copy - *fill* 0x000000004010b9c6 0x2 + 0x000000004010bbe8 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bbe8 mbedtls_mpi_copy + *fill* 0x000000004010bc5e 0x2 .text.mbedtls_mpi_swap - 0x000000004010b9c8 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010b9c8 mbedtls_mpi_swap - *fill* 0x000000004010b9f3 0x1 + 0x000000004010bc60 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bc60 mbedtls_mpi_swap + *fill* 0x000000004010bc8b 0x1 .text.mbedtls_mpi_safe_cond_assign - 0x000000004010b9f4 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010b9f4 mbedtls_mpi_safe_cond_assign - *fill* 0x000000004010ba69 0x3 + 0x000000004010bc8c 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bc8c mbedtls_mpi_safe_cond_assign .text.mbedtls_mpi_safe_cond_swap - 0x000000004010ba6c 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bd00 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x8e (size before relaxing) - 0x000000004010ba6c mbedtls_mpi_safe_cond_swap - *fill* 0x000000004010baf6 0x2 + 0x000000004010bd00 mbedtls_mpi_safe_cond_swap + *fill* 0x000000004010bd8a 0x2 .text.mbedtls_mpi_lset - 0x000000004010baf8 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010baf8 mbedtls_mpi_lset + 0x000000004010bd8c 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bd8c mbedtls_mpi_lset .text.mbedtls_mpi_set_bit - 0x000000004010bb30 0x67 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010bb30 mbedtls_mpi_set_bit - *fill* 0x000000004010bb97 0x1 + 0x000000004010bdc4 0x67 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bdc4 mbedtls_mpi_set_bit + *fill* 0x000000004010be2b 0x1 .text.mbedtls_mpi_bitlen - 0x000000004010bb98 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010bb98 mbedtls_mpi_bitlen - *fill* 0x000000004010bbd5 0x3 + 0x000000004010be2c 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010be2c mbedtls_mpi_bitlen + *fill* 0x000000004010be69 0x3 .text.mbedtls_mpi_size - 0x000000004010bbd8 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010be6c 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x13 (size before relaxing) - 0x000000004010bbd8 mbedtls_mpi_size - *fill* 0x000000004010bbe7 0x1 + 0x000000004010be6c mbedtls_mpi_size + *fill* 0x000000004010be7b 0x1 .text.mbedtls_mpi_read_binary - 0x000000004010bbe8 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010be7c 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x68 (size before relaxing) - 0x000000004010bbe8 mbedtls_mpi_read_binary + 0x000000004010be7c mbedtls_mpi_read_binary .text.mbedtls_mpi_write_binary - 0x000000004010bc44 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010bc44 mbedtls_mpi_write_binary + 0x000000004010bed8 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bed8 mbedtls_mpi_write_binary .text.mbedtls_mpi_shift_l - 0x000000004010bcc0 0xb1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010bf54 0xb1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0xb9 (size before relaxing) - 0x000000004010bcc0 mbedtls_mpi_shift_l - *fill* 0x000000004010bd71 0x3 + 0x000000004010bf54 mbedtls_mpi_shift_l + *fill* 0x000000004010c005 0x3 .text.mbedtls_mpi_shift_r - 0x000000004010bd74 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010bd74 mbedtls_mpi_shift_r - *fill* 0x000000004010be1a 0x2 + 0x000000004010c008 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c008 mbedtls_mpi_shift_r + *fill* 0x000000004010c0ae 0x2 .text.mbedtls_mpi_cmp_abs - 0x000000004010be1c 0x85 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010be1c mbedtls_mpi_cmp_abs - *fill* 0x000000004010bea1 0x3 + 0x000000004010c0b0 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c0b0 mbedtls_mpi_cmp_abs .text.mbedtls_mpi_cmp_mpi - 0x000000004010bea4 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010bea4 mbedtls_mpi_cmp_mpi - *fill* 0x000000004010bf4a 0x2 + 0x000000004010c134 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c134 mbedtls_mpi_cmp_mpi + *fill* 0x000000004010c1da 0x2 + .text.mbedtls_mpi_lt_mpi_ct + 0x000000004010c1dc 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xa4 (size before relaxing) + 0x000000004010c1dc mbedtls_mpi_lt_mpi_ct .text.mbedtls_mpi_cmp_int - 0x000000004010bf4c 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010bf4c mbedtls_mpi_cmp_int - *fill* 0x000000004010bf76 0x2 + 0x000000004010c27c 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c27c mbedtls_mpi_cmp_int + *fill* 0x000000004010c2a6 0x2 .text.mbedtls_mpi_add_abs - 0x000000004010bf78 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c2a8 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0xb2 (size before relaxing) - 0x000000004010bf78 mbedtls_mpi_add_abs - *fill* 0x000000004010c026 0x2 + 0x000000004010c2a8 mbedtls_mpi_add_abs + *fill* 0x000000004010c356 0x2 .text.mbedtls_mpi_sub_abs - 0x000000004010c028 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c358 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x7a (size before relaxing) - 0x000000004010c028 mbedtls_mpi_sub_abs - *fill* 0x000000004010c096 0x2 + 0x000000004010c358 mbedtls_mpi_sub_abs + *fill* 0x000000004010c3c6 0x2 .text.mbedtls_mpi_add_mpi - 0x000000004010c098 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c3c8 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x5a (size before relaxing) - 0x000000004010c098 mbedtls_mpi_add_mpi - *fill* 0x000000004010c0ea 0x2 + 0x000000004010c3c8 mbedtls_mpi_add_mpi + *fill* 0x000000004010c41a 0x2 .text.mbedtls_mpi_sub_mpi - 0x000000004010c0ec 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c41c 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x5a (size before relaxing) - 0x000000004010c0ec mbedtls_mpi_sub_mpi - *fill* 0x000000004010c13e 0x2 + 0x000000004010c41c mbedtls_mpi_sub_mpi + *fill* 0x000000004010c46e 0x2 .text.mbedtls_mpi_add_int - 0x000000004010c140 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010c140 mbedtls_mpi_add_int + 0x000000004010c470 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c470 mbedtls_mpi_add_int .text.mbedtls_mpi_sub_int - 0x000000004010c16c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010c16c mbedtls_mpi_sub_int + 0x000000004010c49c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c49c mbedtls_mpi_sub_int .text.mbedtls_mpi_mul_int - 0x000000004010c198 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c4c8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x20 (size before relaxing) - 0x000000004010c198 mbedtls_mpi_mul_int + 0x000000004010c4c8 mbedtls_mpi_mul_int .text.mbedtls_mpi_read_string - 0x000000004010c1b4 0x131 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c4e4 0x131 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x145 (size before relaxing) - 0x000000004010c1b4 mbedtls_mpi_read_string - *fill* 0x000000004010c2e5 0x3 + 0x000000004010c4e4 mbedtls_mpi_read_string + *fill* 0x000000004010c615 0x3 .text.mbedtls_mpi_div_mpi - 0x000000004010c2e8 0x37e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x3ee (size before relaxing) - 0x000000004010c2e8 mbedtls_mpi_div_mpi - *fill* 0x000000004010c666 0x2 + 0x000000004010c618 0x380 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x3f0 (size before relaxing) + 0x000000004010c618 mbedtls_mpi_div_mpi .text.mbedtls_mpi_div_int - 0x000000004010c668 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010c668 mbedtls_mpi_div_int - *fill* 0x000000004010c696 0x2 + 0x000000004010c998 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c998 mbedtls_mpi_div_int + *fill* 0x000000004010c9c6 0x2 .text.mbedtls_mpi_mod_mpi - 0x000000004010c698 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010c9c8 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x6c (size before relaxing) - 0x000000004010c698 mbedtls_mpi_mod_mpi + 0x000000004010c9c8 mbedtls_mpi_mod_mpi .text.mbedtls_mpi_mod_int - 0x000000004010c6fc 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004010c6fc mbedtls_mpi_mod_int - *fill* 0x000000004010c77a 0x2 + 0x000000004010ca2c 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010ca2c mbedtls_mpi_mod_int + *fill* 0x000000004010caaa 0x2 .text.mpi_write_hlp - 0x000000004010c77c 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010caac 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x7e (size before relaxing) - *fill* 0x000000004010c7f6 0x2 + *fill* 0x000000004010cb22 0x2 .text.mbedtls_mpi_write_string - 0x000000004010c7f8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010cb24 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x10c (size before relaxing) - 0x000000004010c7f8 mbedtls_mpi_write_string + 0x000000004010cb24 mbedtls_mpi_write_string .text.mbedtls_mpi_write_file - 0x000000004010c8f8 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010cc24 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0xa0 (size before relaxing) - 0x000000004010c8f8 mbedtls_mpi_write_file + 0x000000004010cc24 mbedtls_mpi_write_file .text.mpi_check_small_factors - 0x000000004010c98c 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010ccb8 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x54 (size before relaxing) .text.mbedtls_mpi_gcd - 0x000000004010c9dc 0x10b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010cd08 0x10b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x14b (size before relaxing) - 0x000000004010c9dc mbedtls_mpi_gcd - *fill* 0x000000004010cae7 0x1 + 0x000000004010cd08 mbedtls_mpi_gcd + *fill* 0x000000004010ce13 0x1 .text.mbedtls_mpi_fill_random - 0x000000004010cae8 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010ce14 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x68 (size before relaxing) - 0x000000004010cae8 mbedtls_mpi_fill_random + 0x000000004010ce14 mbedtls_mpi_fill_random .text.mpi_miller_rabin - 0x000000004010cb44 0x1b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x204 (size before relaxing) + 0x000000004010ce70 0x1b5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x205 (size before relaxing) + *fill* 0x000000004010d025 0x3 .text.mbedtls_mpi_inv_mod - 0x000000004010ccf8 0x2a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010d028 0x2a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x334 (size before relaxing) - 0x000000004010ccf8 mbedtls_mpi_inv_mod + 0x000000004010d028 mbedtls_mpi_inv_mod .text.mbedtls_mpi_is_prime_ext - 0x000000004010cf9c 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004010d2cc 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) 0x64 (size before relaxing) - 0x000000004010cf9c mbedtls_mpi_is_prime_ext + 0x000000004010d2cc mbedtls_mpi_is_prime_ext .text.mbedtls_mpi_gen_prime - 0x000000004010cff4 0x214 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x240 (size before relaxing) - 0x000000004010cff4 mbedtls_mpi_gen_prime + 0x000000004010d324 0x210 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x23c (size before relaxing) + 0x000000004010d324 mbedtls_mpi_gen_prime .text.block_cipher_df - 0x000000004010d208 0x1a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x000000004010d534 0x1a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x1ba (size before relaxing) - *fill* 0x000000004010d3ae 0x2 + *fill* 0x000000004010d6da 0x2 .text.ctr_drbg_update_internal - 0x000000004010d3b0 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x000000004010d6dc 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .text.mbedtls_ctr_drbg_init - 0x000000004010d454 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x000000004010d454 mbedtls_ctr_drbg_init - *fill* 0x000000004010d466 0x2 + 0x000000004010d780 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x000000004010d780 mbedtls_ctr_drbg_init + *fill* 0x000000004010d792 0x2 .text.mbedtls_ctr_drbg_free - 0x000000004010d468 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x000000004010d794 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x1a (size before relaxing) - 0x000000004010d468 mbedtls_ctr_drbg_free - *fill* 0x000000004010d47e 0x2 + 0x000000004010d794 mbedtls_ctr_drbg_free + *fill* 0x000000004010d7aa 0x2 .text.mbedtls_ctr_drbg_reseed - 0x000000004010d480 0x8f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x000000004010d7ac 0x8f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x97 (size before relaxing) - 0x000000004010d480 mbedtls_ctr_drbg_reseed - *fill* 0x000000004010d50f 0x1 - .text.mbedtls_ctr_drbg_seed_entropy_len - 0x000000004010d510 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x50 (size before relaxing) - 0x000000004010d510 mbedtls_ctr_drbg_seed_entropy_len + 0x000000004010d7ac mbedtls_ctr_drbg_reseed + *fill* 0x000000004010d83b 0x1 .text.mbedtls_ctr_drbg_seed - 0x000000004010d558 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x000000004010d558 mbedtls_ctr_drbg_seed - *fill* 0x000000004010d571 0x3 + 0x000000004010d83c 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x54 (size before relaxing) + 0x000000004010d83c mbedtls_ctr_drbg_seed .text.mbedtls_ctr_drbg_random_with_add - 0x000000004010d574 0xe7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0xf7 (size before relaxing) - 0x000000004010d574 mbedtls_ctr_drbg_random_with_add - *fill* 0x000000004010d65b 0x1 + 0x000000004010d888 0xf3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x103 (size before relaxing) + 0x000000004010d888 mbedtls_ctr_drbg_random_with_add + *fill* 0x000000004010d97b 0x1 .text.mbedtls_ctr_drbg_random - 0x000000004010d65c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x000000004010d97c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) 0x18 (size before relaxing) - 0x000000004010d65c mbedtls_ctr_drbg_random + 0x000000004010d97c mbedtls_ctr_drbg_random .text.ecp_check_pubkey_mx - 0x000000004010d670 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010d990 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x21 (size before relaxing) - *fill* 0x000000004010d68d 0x3 + *fill* 0x000000004010d9ad 0x3 .text.ecp_modp - 0x000000004010d690 0x97 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010d9b0 0x97 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x9b (size before relaxing) - *fill* 0x000000004010d727 0x1 + *fill* 0x000000004010da47 0x1 .text.ecp_randomize_mxz - 0x000000004010d728 0xad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010da48 0xad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xd1 (size before relaxing) - *fill* 0x000000004010d7d5 0x3 + *fill* 0x000000004010daf5 0x3 .text.ecp_randomize_jac - 0x000000004010d7d8 0x12d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010daf8 0x12d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x161 (size before relaxing) - *fill* 0x000000004010d905 0x3 + *fill* 0x000000004010dc25 0x3 .text.ecp_double_add_mxz - 0x000000004010d908 0x38f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010dc28 0x38f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x427 (size before relaxing) - *fill* 0x000000004010dc97 0x1 + *fill* 0x000000004010dfb7 0x1 .text.ecp_normalize_mxz - 0x000000004010dc98 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010dfb8 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x45 (size before relaxing) - *fill* 0x000000004010dcd1 0x3 + *fill* 0x000000004010dff1 0x3 .text.ecp_normalize_jac - 0x000000004010dcd4 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010dff4 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xfe (size before relaxing) - *fill* 0x000000004010dda2 0x2 + *fill* 0x000000004010e0c2 0x2 .text.ecp_double_jac - 0x000000004010dda4 0x4b2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010e0c4 0x4b2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x55e (size before relaxing) - *fill* 0x000000004010e256 0x2 + *fill* 0x000000004010e576 0x2 .text.ecp_normalize_jac_many - 0x000000004010e258 0x235 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010e578 0x235 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x28d (size before relaxing) - *fill* 0x000000004010e48d 0x3 + *fill* 0x000000004010e7ad 0x3 .text.ecp_safe_invert_jac - 0x000000004010e490 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010e7b0 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x48 (size before relaxing) - *fill* 0x000000004010e4c9 0x3 + *fill* 0x000000004010e7e9 0x3 .text.ecp_select_comb - 0x000000004010e4cc 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010e7ec 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x60 (size before relaxing) .text.ecp_comb_recode_core - 0x000000004010e524 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010e844 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x8e (size before relaxing) - *fill* 0x000000004010e5ae 0x2 + *fill* 0x000000004010e8ce 0x2 .text.ecp_comb_recode_scalar - 0x000000004010e5b0 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010e8d0 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x91 (size before relaxing) - *fill* 0x000000004010e625 0x3 + *fill* 0x000000004010e945 0x3 .text.ecp_check_pubkey_sw - 0x000000004010e628 0x168 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010e948 0x168 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x19c (size before relaxing) .text.mbedtls_ecp_curve_list - 0x000000004010e790 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010e790 mbedtls_ecp_curve_list + 0x000000004010eab0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010eab0 mbedtls_ecp_curve_list .text.mbedtls_ecp_grp_id_list - 0x000000004010e798 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010e798 mbedtls_ecp_grp_id_list - *fill* 0x000000004010e7d9 0x3 + 0x000000004010eab8 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010eab8 mbedtls_ecp_grp_id_list + *fill* 0x000000004010eaf9 0x3 .text.mbedtls_ecp_curve_info_from_grp_id - 0x000000004010e7dc 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010e7dc mbedtls_ecp_curve_info_from_grp_id + 0x000000004010eafc 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010eafc mbedtls_ecp_curve_info_from_grp_id .text.mbedtls_ecp_curve_info_from_tls_id - 0x000000004010e7f8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010eb18 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x24 (size before relaxing) - 0x000000004010e7f8 mbedtls_ecp_curve_info_from_tls_id + 0x000000004010eb18 mbedtls_ecp_curve_info_from_tls_id .text.mbedtls_ecp_curve_info_from_name - 0x000000004010e818 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010e818 mbedtls_ecp_curve_info_from_name - *fill* 0x000000004010e846 0x2 + 0x000000004010eb38 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010eb38 mbedtls_ecp_curve_info_from_name + *fill* 0x000000004010eb66 0x2 .text.mbedtls_ecp_point_init - 0x000000004010e848 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010eb68 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x1f (size before relaxing) - 0x000000004010e848 mbedtls_ecp_point_init - *fill* 0x000000004010e85f 0x1 + 0x000000004010eb68 mbedtls_ecp_point_init + *fill* 0x000000004010eb7f 0x1 .text.mbedtls_ecp_group_init - 0x000000004010e860 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010eb80 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x51 (size before relaxing) - 0x000000004010e860 mbedtls_ecp_group_init - *fill* 0x000000004010e8a1 0x3 + 0x000000004010eb80 mbedtls_ecp_group_init + *fill* 0x000000004010ebc1 0x3 .text.mbedtls_ecp_keypair_init - 0x000000004010e8a4 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010ebc4 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x22 (size before relaxing) - 0x000000004010e8a4 mbedtls_ecp_keypair_init - *fill* 0x000000004010e8be 0x2 + 0x000000004010ebc4 mbedtls_ecp_keypair_init + *fill* 0x000000004010ebde 0x2 .text.mbedtls_ecp_point_free - 0x000000004010e8c0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010ebe0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x20 (size before relaxing) - 0x000000004010e8c0 mbedtls_ecp_point_free + 0x000000004010ebe0 mbedtls_ecp_point_free .text.mbedtls_ecp_group_free - 0x000000004010e8d8 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010ebf8 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x77 (size before relaxing) - 0x000000004010e8d8 mbedtls_ecp_group_free - *fill* 0x000000004010e93b 0x1 + 0x000000004010ebf8 mbedtls_ecp_group_free + *fill* 0x000000004010ec5b 0x1 .text.mbedtls_ecp_keypair_free - 0x000000004010e93c 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010ec5c 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x23 (size before relaxing) - 0x000000004010e93c mbedtls_ecp_keypair_free - *fill* 0x000000004010e957 0x1 + 0x000000004010ec5c mbedtls_ecp_keypair_free + *fill* 0x000000004010ec77 0x1 .text.mbedtls_ecp_copy - 0x000000004010e958 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010ec78 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x2c (size before relaxing) - 0x000000004010e958 mbedtls_ecp_copy + 0x000000004010ec78 mbedtls_ecp_copy .text.ecp_mul_mxz - 0x000000004010e97c 0x101 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010ec9c 0x101 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x141 (size before relaxing) - *fill* 0x000000004010ea7d 0x3 + *fill* 0x000000004010ed9d 0x3 .text.mbedtls_ecp_group_copy - 0x000000004010ea80 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010ea80 mbedtls_ecp_group_copy - *fill* 0x000000004010ea91 0x3 + 0x000000004010eda0 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010eda0 mbedtls_ecp_group_copy + *fill* 0x000000004010edb1 0x3 .text.mbedtls_ecp_set_zero - 0x000000004010ea94 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010edb4 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x2a (size before relaxing) - 0x000000004010ea94 mbedtls_ecp_set_zero - *fill* 0x000000004010eab6 0x2 + 0x000000004010edb4 mbedtls_ecp_set_zero + *fill* 0x000000004010edd6 0x2 .text.ecp_add_mixed - 0x000000004010eab8 0x411 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010edd8 0x411 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x4b1 (size before relaxing) - *fill* 0x000000004010eec9 0x3 + *fill* 0x000000004010f1e9 0x3 .text.ecp_precompute_comb - 0x000000004010eecc 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f1ec 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) .text.ecp_mul_comb_core - 0x000000004010eff4 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f314 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xa4 (size before relaxing) .text.ecp_mul_comb_after_precomp - 0x000000004010f084 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f3a4 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x5d (size before relaxing) - *fill* 0x000000004010f0d5 0x3 + *fill* 0x000000004010f3f5 0x3 .text.ecp_mul_comb - 0x000000004010f0d8 0x122 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f3f8 0x122 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x132 (size before relaxing) - *fill* 0x000000004010f1fa 0x2 + *fill* 0x000000004010f51a 0x2 .text.mbedtls_ecp_is_zero - 0x000000004010f1fc 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010f1fc mbedtls_ecp_is_zero - *fill* 0x000000004010f213 0x1 + 0x000000004010f51c 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f51c mbedtls_ecp_is_zero + *fill* 0x000000004010f533 0x1 .text.mbedtls_ecp_point_cmp - 0x000000004010f214 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f534 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x42 (size before relaxing) - 0x000000004010f214 mbedtls_ecp_point_cmp - *fill* 0x000000004010f24e 0x2 + 0x000000004010f534 mbedtls_ecp_point_cmp + *fill* 0x000000004010f56e 0x2 .text.mbedtls_ecp_point_write_binary - 0x000000004010f250 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f570 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0xa8 (size before relaxing) - 0x000000004010f250 mbedtls_ecp_point_write_binary + 0x000000004010f570 mbedtls_ecp_point_write_binary .text.mbedtls_ecp_point_read_binary - 0x000000004010f2ec 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f60c 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x7c (size before relaxing) - 0x000000004010f2ec mbedtls_ecp_point_read_binary + 0x000000004010f60c mbedtls_ecp_point_read_binary .text.mbedtls_ecp_tls_read_point - 0x000000004010f358 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010f358 mbedtls_ecp_tls_read_point - *fill* 0x000000004010f395 0x3 + 0x000000004010f678 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f678 mbedtls_ecp_tls_read_point + *fill* 0x000000004010f6b5 0x3 .text.mbedtls_ecp_tls_write_point - 0x000000004010f398 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f6b8 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x32 (size before relaxing) - 0x000000004010f398 mbedtls_ecp_tls_write_point - *fill* 0x000000004010f3c6 0x2 + 0x000000004010f6b8 mbedtls_ecp_tls_write_point + *fill* 0x000000004010f6e6 0x2 .text.mbedtls_ecp_tls_read_group_id - 0x000000004010f3c8 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010f3c8 mbedtls_ecp_tls_read_group_id - *fill* 0x000000004010f411 0x3 + 0x000000004010f6e8 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f6e8 mbedtls_ecp_tls_read_group_id + *fill* 0x000000004010f731 0x3 .text.mbedtls_ecp_tls_write_group - 0x000000004010f414 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f734 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x39 (size before relaxing) - 0x000000004010f414 mbedtls_ecp_tls_write_group - *fill* 0x000000004010f449 0x3 + 0x000000004010f734 mbedtls_ecp_tls_write_group + *fill* 0x000000004010f769 0x3 .text.mbedtls_ecp_check_pubkey - 0x000000004010f44c 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f76c 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x51 (size before relaxing) - 0x000000004010f44c mbedtls_ecp_check_pubkey - *fill* 0x000000004010f499 0x3 + 0x000000004010f76c mbedtls_ecp_check_pubkey + *fill* 0x000000004010f7b9 0x3 .text.mbedtls_ecp_check_privkey - 0x000000004010f49c 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f7bc 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x98 (size before relaxing) - 0x000000004010f49c mbedtls_ecp_check_privkey + 0x000000004010f7bc mbedtls_ecp_check_privkey .text.mbedtls_ecp_mul_restartable - 0x000000004010f524 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f844 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x6e (size before relaxing) - 0x000000004010f524 mbedtls_ecp_mul_restartable - *fill* 0x000000004010f58a 0x2 + 0x000000004010f844 mbedtls_ecp_mul_restartable + *fill* 0x000000004010f8aa 0x2 .text.mbedtls_ecp_mul - 0x000000004010f58c 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010f58c mbedtls_ecp_mul - *fill* 0x000000004010f5a9 0x3 + 0x000000004010f8ac 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f8ac mbedtls_ecp_mul + *fill* 0x000000004010f8c9 0x3 .text.mbedtls_ecp_mul_shortcuts - 0x000000004010f5ac 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f8cc 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x72 (size before relaxing) - *fill* 0x000000004010f60e 0x2 + *fill* 0x000000004010f92e 0x2 .text.mbedtls_ecp_muladd_restartable - 0x000000004010f610 0x67 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f930 0x67 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x77 (size before relaxing) - 0x000000004010f610 mbedtls_ecp_muladd_restartable - *fill* 0x000000004010f677 0x1 + 0x000000004010f930 mbedtls_ecp_muladd_restartable + *fill* 0x000000004010f997 0x1 .text.mbedtls_ecp_muladd - 0x000000004010f678 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010f678 mbedtls_ecp_muladd - *fill* 0x000000004010f695 0x3 + 0x000000004010f998 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010f998 mbedtls_ecp_muladd + *fill* 0x000000004010f9b5 0x3 .text.mbedtls_ecp_gen_privkey - 0x000000004010f698 0x101 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x121 (size before relaxing) - 0x000000004010f698 mbedtls_ecp_gen_privkey - *fill* 0x000000004010f799 0x3 + 0x000000004010f9b8 0x10a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x12a (size before relaxing) + 0x000000004010f9b8 mbedtls_ecp_gen_privkey + *fill* 0x000000004010fac2 0x2 .text.mbedtls_ecp_gen_keypair_base - 0x000000004010f79c 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010fac4 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x29 (size before relaxing) - 0x000000004010f79c mbedtls_ecp_gen_keypair_base - *fill* 0x000000004010f7c1 0x3 + 0x000000004010fac4 mbedtls_ecp_gen_keypair_base + *fill* 0x000000004010fae9 0x3 .text.mbedtls_ecp_gen_keypair - 0x000000004010f7c4 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x000000004010f7c4 mbedtls_ecp_gen_keypair - *fill* 0x000000004010f7de 0x2 + 0x000000004010faec 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010faec mbedtls_ecp_gen_keypair + *fill* 0x000000004010fb06 0x2 .text.mbedtls_ecp_gen_key - 0x000000004010f7e0 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004010fb08 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) 0x28 (size before relaxing) - 0x000000004010f7e0 mbedtls_ecp_gen_key - .text.mbedtls_ecp_check_pub_priv - 0x000000004010f804 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0xbc (size before relaxing) - 0x000000004010f804 mbedtls_ecp_check_pub_priv - .text.ecp_mod_p255 - 0x000000004010f89c 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0xac (size before relaxing) - .text.ecp_mod_p521 - 0x000000004010f938 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - *fill* 0x000000004010f9aa 0x2 - .text.ecp_mod_p192 - 0x000000004010f9ac 0x220 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .literal.ecp_use_curve25519 - 0x000000004010fbcc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0x34 (size before relaxing) - .literal.ecp_mod_p224 - 0x000000004010fbd4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000004010fb08 mbedtls_ecp_gen_key + .literal.ecp_mod_p521 + 0x000000004010fb2c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0xc (size before relaxing) - .literal.ecp_mod_p256 - 0x000000004010fbd8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0xc (size before relaxing) - .literal.ecp_mod_p192k1 - 0x000000004010fbd8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0x1c (size before relaxing) - .literal.ecp_mod_p256k1 - 0x000000004010fbe0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0x1c (size before relaxing) - .literal.ecp_mod_p224k1 - 0x000000004010fbe4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0x1c (size before relaxing) - .literal.mbedtls_ecp_group_load - 0x000000004010fbe8 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0x158 (size before relaxing) - .literal.entropy_update - 0x000000004010fd08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x14 (size before relaxing) - .literal.entropy_gather_internal - 0x000000004010fd08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_entropy_free - 0x000000004010fd08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_entropy_init - 0x000000004010fd08 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_entropy_func - 0x000000004010fd10 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x28 (size before relaxing) - .literal.mbedtls_strerror - 0x000000004010fd10 0x5a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) - 0x8ec (size before relaxing) - .literal.mbedtls_md_info_from_type - 0x00000000401102b8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .literal.mbedtls_md_free - 0x00000000401102d4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_md_setup - 0x00000000401102d4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_md_starts - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_md_update - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_md_finish - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_md - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_md_hmac_starts - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_md_hmac_update - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_md_hmac_finish - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_md_hmac_reset - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_md_process - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4 (size before relaxing) - .literal.md5_process_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.md5_clone_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.md5_ctx_free - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x8 (size before relaxing) - .literal.md5_ctx_alloc - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x8 (size before relaxing) - .literal.md5_finish_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.md5_update_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.md5_starts_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha1_process_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha1_clone_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha1_ctx_free - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x8 (size before relaxing) - .literal.sha1_ctx_alloc - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x8 (size before relaxing) - .literal.sha1_finish_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha1_update_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha1_starts_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha224_process_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha224_clone_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha224_ctx_free - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x8 (size before relaxing) - .literal.sha224_ctx_alloc - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x8 (size before relaxing) - .literal.sha224_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha256_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha224_finish_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha224_update_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha224_starts_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha256_starts_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha384_process_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha384_clone_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha384_ctx_free - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x8 (size before relaxing) - .literal.sha384_ctx_alloc - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x8 (size before relaxing) - .literal.sha384_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha512_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha384_finish_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha384_update_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha384_starts_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.sha512_starts_wrap - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_pk_free - 0x00000000401102dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_pk_info_from_type - 0x00000000401102dc 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .literal.mbedtls_pk_setup - 0x00000000401102ec 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .literal.mbedtls_pk_verify_restartable - 0x00000000401102f4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_pk_verify - 0x00000000401102f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_pk_sign_restartable - 0x00000000401102f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_pk_sign - 0x00000000401102f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_pk_decrypt - 0x00000000401102f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_pk_encrypt - 0x00000000401102f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_pk_check_pair - 0x00000000401102f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_pk_verify_ext - 0x00000000401102f8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x24 (size before relaxing) - .literal.rsa_debug - 0x0000000040110300 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .literal.eckey_debug - 0x0000000040110308 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .literal.rsa_free_wrap - 0x000000004011030c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x8 (size before relaxing) - .literal.rsa_alloc_wrap - 0x000000004011030c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x8 (size before relaxing) - .literal.rsa_check_pair_wrap - 0x000000004011030c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x4 (size before relaxing) - .literal.rsa_get_bitlen - 0x000000004011030c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x4 (size before relaxing) - .literal.rsa_encrypt_wrap - 0x000000004011030c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0xc (size before relaxing) - .literal.rsa_decrypt_wrap - 0x0000000040110310 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0xc (size before relaxing) - .literal.rsa_sign_wrap - 0x0000000040110314 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x8 (size before relaxing) - .literal.rsa_verify_wrap - 0x0000000040110314 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x10 (size before relaxing) - .literal.eckey_free_wrap - 0x0000000040110314 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x8 (size before relaxing) - .literal.eckey_alloc_wrap - 0x0000000040110314 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x8 (size before relaxing) - .literal.eckey_check_pair - 0x0000000040110314 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x4 (size before relaxing) - .literal.ecdsa_alloc_wrap - 0x0000000040110314 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x8 (size before relaxing) - .literal.ecdsa_free_wrap - 0x0000000040110314 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x8 (size before relaxing) - .literal.ecdsa_sign_wrap - 0x0000000040110314 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x4 (size before relaxing) - .literal.eckey_sign_wrap - 0x0000000040110314 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x10 (size before relaxing) - .literal.ecdsa_verify_wrap - 0x0000000040110314 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0xc (size before relaxing) - .literal.eckey_verify_wrap - 0x0000000040110318 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x10 (size before relaxing) - .literal.pkcs5_parse_pbkdf2_params - 0x0000000040110318 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - 0x20 (size before relaxing) - .literal.mbedtls_pkcs5_pbkdf2_hmac - 0x0000000040110324 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - 0x28 (size before relaxing) - .literal.mbedtls_pkcs5_pbes2 - 0x0000000040110324 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - 0x58 (size before relaxing) - .literal.pk_get_ecparams - 0x0000000040110334 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x10 (size before relaxing) - .literal.pk_get_pk_alg - 0x0000000040110340 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x10 (size before relaxing) - .literal.pk_get_rsapubkey - 0x0000000040110348 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x24 (size before relaxing) - .literal.pk_group_from_specified - 0x0000000040110350 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x64 (size before relaxing) - .literal.pk_group_id_from_group - 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x38 (size before relaxing) - .literal.pk_group_id_from_specified - 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x10 (size before relaxing) - .literal.pk_use_ecparams - 0x000000004011035c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x14 (size before relaxing) - .literal.pk_get_ecpubkey - 0x0000000040110360 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x8 (size before relaxing) - .literal.pk_parse_key_pkcs1_der - 0x0000000040110360 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x5c (size before relaxing) - .literal.pk_parse_key_sec1_der - 0x0000000040110364 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x58 (size before relaxing) - .literal.pk_parse_key_pkcs8_unencrypted_der - 0x0000000040110364 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x38 (size before relaxing) - .literal.pk_parse_key_pkcs8_encrypted_der - 0x0000000040110364 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x44 (size before relaxing) - .literal.mbedtls_pk_load_file - 0x0000000040110378 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x44 (size before relaxing) - .literal.mbedtls_pk_parse_subpubkey - 0x000000004011038c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x2c (size before relaxing) - .literal.mbedtls_pk_parse_key - 0x000000004011038c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0xdc (size before relaxing) - .literal.mbedtls_pk_parse_keyfile - 0x00000000401103b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x18 (size before relaxing) - .literal.pk_write_rsa_pubkey - 0x00000000401103b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - 0x20 (size before relaxing) - .literal.pk_write_ec_pubkey - 0x00000000401103b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - 0x8 (size before relaxing) - .literal.pk_write_ec_param - 0x00000000401103b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_pk_write_pubkey - 0x00000000401103b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_pk_write_pubkey_der - 0x00000000401103b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - 0x28 (size before relaxing) - .literal.mbedtls_pk_write_key_der - 0x00000000401103b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - 0x90 (size before relaxing) - .literal.mbedtls_pk_write_key_pem - 0x00000000401103b8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - 0x2c (size before relaxing) - .literal.mbedtls_calloc - 0x00000000401103d0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .literal.mbedtls_free - 0x00000000401103d4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .literal.mbedtls_platform_zeroize - 0x00000000401103d8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .literal.if_int - 0x00000000401103dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x4 (size before relaxing) - .literal.mem_move_to_left - 0x00000000401103dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0xc (size before relaxing) - .literal.rsa_check_context - 0x00000000401103dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x30 (size before relaxing) - .literal.rsa_prepare_blinding - 0x00000000401103dc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x28 (size before relaxing) - .literal.mgf_mask - 0x00000000401103e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x1c (size before relaxing) - .literal.rsa_rsassa_pkcs1_v15_encode - 0x00000000401103e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x24 (size before relaxing) - .literal.mbedtls_rsa_import_raw - 0x00000000401103e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x1c (size before relaxing) - .literal.mbedtls_rsa_complete - 0x00000000401103e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x30 (size before relaxing) - .literal.mbedtls_rsa_export - 0x00000000401103e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x2c (size before relaxing) - .literal.mbedtls_rsa_export_crt - 0x00000000401103e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x24 (size before relaxing) - .literal.mbedtls_rsa_init - 0x00000000401103e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_rsa_check_pubkey - 0x00000000401103e0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x18 (size before relaxing) - .literal.mbedtls_rsa_check_privkey - 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_rsa_check_pub_priv - 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_rsa_public - 0x00000000401103e4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x24 (size before relaxing) - .literal.mbedtls_rsa_private - 0x00000000401103e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0xc4 (size before relaxing) - .literal.mbedtls_rsa_rsaes_oaep_encrypt - 0x00000000401103e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x38 (size before relaxing) - .literal.mbedtls_rsa_rsaes_pkcs1_v15_encrypt - 0x00000000401103e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_rsa_pkcs1_encrypt - 0x00000000401103e8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_rsa_rsaes_oaep_decrypt - 0x00000000401103ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x48 (size before relaxing) - .literal.mbedtls_rsa_rsaes_pkcs1_v15_decrypt - 0x00000000401103ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x4c (size before relaxing) - .literal.mbedtls_rsa_pkcs1_decrypt - 0x00000000401103ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_rsa_rsassa_pss_sign - 0x00000000401103ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x58 (size before relaxing) - .literal.mbedtls_rsa_rsassa_pkcs1_v15_sign - 0x00000000401103ec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x30 (size before relaxing) - .literal.mbedtls_rsa_pkcs1_sign - 0x00000000401103f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_rsa_rsassa_pss_verify_ext - 0x00000000401103f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x50 (size before relaxing) - .literal.mbedtls_rsa_rsassa_pss_verify - 0x00000000401103f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_rsa_rsassa_pkcs1_v15_verify - 0x00000000401103f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x2c (size before relaxing) - .literal.mbedtls_rsa_pkcs1_verify - 0x00000000401103f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_rsa_free - 0x00000000401103f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x34 (size before relaxing) - .literal.mbedtls_rsa_gen_key - 0x00000000401103f0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x78 (size before relaxing) - .literal.mbedtls_rsa_deduce_primes - 0x00000000401103f4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - 0x74 (size before relaxing) - .literal.mbedtls_rsa_deduce_private_exponent - 0x00000000401103f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - 0x38 (size before relaxing) - .literal.mbedtls_rsa_validate_crt - 0x00000000401103f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - 0x48 (size before relaxing) - .literal.mbedtls_rsa_validate_params - 0x00000000401103f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - 0x68 (size before relaxing) - .literal.mbedtls_rsa_deduce_crt - 0x00000000401103f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - 0x1c (size before relaxing) - .literal.mbedtls_sha1_ret - 0x00000000401103f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_sha256_ret - 0x00000000401103f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_sha512_ret - 0x00000000401103f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_hardware_poll - 0x00000000401103f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_sha1_software_process - 0x00000000401103f8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .literal.mbedtls_sha1_init - 0x0000000040110408 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_sha1_free - 0x0000000040110408 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_sha1_clone - 0x0000000040110408 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_sha1_starts_ret - 0x0000000040110408 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x18 (size before relaxing) - .literal.mbedtls_internal_sha1_process - 0x000000004011041c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_sha1_update_ret - 0x000000004011041c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_sha1_finish_ret - 0x000000004011041c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_sha256_software_process - 0x0000000040110420 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .literal.mbedtls_sha256_init - 0x0000000040110424 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_sha256_free - 0x0000000040110424 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_sha256_clone - 0x0000000040110424 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_sha256_starts_ret - 0x0000000040110424 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x44 (size before relaxing) - .literal.mbedtls_internal_sha256_process - 0x0000000040110464 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_sha256_update_ret - 0x0000000040110464 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_sha256_finish_ret - 0x0000000040110464 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_sha512_software_process - 0x0000000040110468 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .literal.mbedtls_sha512_init - 0x000000004011046c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_sha512_free - 0x000000004011046c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_sha512_clone - 0x000000004011046c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_sha512_starts_ret - 0x000000004011046c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x8c (size before relaxing) - .literal.mbedtls_internal_sha512_process - 0x00000000401104b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_sha512_update_ret - 0x00000000401104b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_sha512_finish_ret - 0x00000000401104b0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x14 (size before relaxing) - .literal.modular_inverse - 0x00000000401104b4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .literal.calculate_rinv - 0x00000000401104b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x10 (size before relaxing) - .literal.mont 0x00000000401104b8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x40 (size before relaxing) - .literal.esp_mpi_acquire_hardware - 0x00000000401104e8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x1c (size before relaxing) - .literal.esp_mpi_release_hardware - 0x00000000401104f8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x14 (size before relaxing) - .literal.mpi_montgomery_exp_calc - 0x00000000401104fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x40 (size before relaxing) - .literal.mpi_mult_mpi_failover_mod_mult - 0x00000000401104fc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x48 (size before relaxing) - .literal.esp_mpi_mul_mpi_mod - 0x0000000040110504 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x60 (size before relaxing) - .literal.mbedtls_mpi_exp_mod - 0x0000000040110504 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x30 (size before relaxing) - .literal.mbedtls_mpi_mul_mpi - 0x0000000040110508 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x68 (size before relaxing) - .literal.mpi_mult_mpi_overlong - 0x000000004011050c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x18 (size before relaxing) - .literal.esp_aes_setkey_hardware - 0x000000004011050c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .literal.esp_aes_block - 0x0000000040110518 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x30 (size before relaxing) - .literal.esp_aes_acquire_hardware - 0x0000000040110530 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0xc (size before relaxing) - .literal.esp_aes_release_hardware - 0x0000000040110538 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0xc (size before relaxing) - .literal.esp_aes_init - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x4 (size before relaxing) - .literal.esp_aes_free - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x4 (size before relaxing) - .literal.esp_aes_setkey - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x4 (size before relaxing) - .literal.esp_internal_aes_encrypt - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x10 (size before relaxing) - .literal.esp_internal_aes_decrypt - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x10 (size before relaxing) - .literal.esp_aes_crypt_ecb - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x10 (size before relaxing) - .literal.esp_aes_crypt_cbc - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x20 (size before relaxing) - .literal.esp_aes_crypt_cfb128 - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x14 (size before relaxing) - .literal.esp_aes_crypt_ctr - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x10 (size before relaxing) - .literal.esp_aes_crypt_ofb - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x10 (size before relaxing) - .literal.esp_aes_xts_init - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x8 (size before relaxing) - .literal.esp_aes_xts_free - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x8 (size before relaxing) - .literal.esp_aes_xts_setkey_enc - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0xc (size before relaxing) - .literal.esp_aes_xts_setkey_dec - 0x000000004011053c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0xc (size before relaxing) - .literal.esp_aes_crypt_xts - 0x000000004011053c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x18 (size before relaxing) - .literal.sha_get_engine_state - 0x0000000040110540 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x20 (size before relaxing) - .literal.esp_sha_lock_engine_common - 0x000000004011055c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x2c (size before relaxing) - .literal.esp_sha_lock_memory_block - 0x0000000040110570 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x8 (size before relaxing) - .literal.esp_sha_unlock_memory_block - 0x0000000040110574 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x8 (size before relaxing) - .literal.esp_sha_try_lock_engine - 0x0000000040110574 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x4 (size before relaxing) - .literal.esp_sha_unlock_engine - 0x0000000040110574 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x1c (size before relaxing) - .literal.esp_sha_wait_idle - 0x0000000040110574 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x20 (size before relaxing) - .literal.esp_sha_read_digest_state - 0x0000000040110584 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x4c (size before relaxing) - .literal.esp_sha_block - 0x00000000401105a0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x38 (size before relaxing) - .literal.mbedtls_asn1_get_tag - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_asn1_get_bool - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_asn1_get_int - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_asn1_get_mpi - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_asn1_get_bitstring - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_asn1_get_bitstring_null - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_asn1_get_sequence_of - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_asn1_get_alg - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_asn1_get_alg_null - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_asn1_free_named_data - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_asn1_free_named_data_list - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x8 (size before relaxing) - .literal.asn1_find_named_data - 0x00000000401105b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_asn1_write_len - 0x00000000401105b0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .literal.mbedtls_asn1_write_raw_buffer - 0x00000000401105b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_asn1_write_mpi - 0x00000000401105b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_asn1_write_null - 0x00000000401105b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_asn1_write_oid - 0x00000000401105b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_asn1_write_algorithm_identifier - 0x00000000401105b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_asn1_write_bool - 0x00000000401105b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_asn1_write_int - 0x00000000401105b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_asn1_write_tagged_string - 0x00000000401105b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_asn1_write_bitstring - 0x00000000401105b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_asn1_store_named_data - 0x00000000401105b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x2c (size before relaxing) - .literal.get_pkcs_padding - 0x00000000401105b8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .literal.get_one_and_zeros_padding - 0x00000000401105c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x8 (size before relaxing) - .literal.get_zeros_and_len_padding - 0x00000000401105c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x8 (size before relaxing) - .literal.get_zeros_padding - 0x00000000401105c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4 (size before relaxing) - .literal.get_no_padding - 0x00000000401105c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_cipher_info_from_type - 0x00000000401105c0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .literal.mbedtls_cipher_info_from_values - 0x00000000401105c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_cipher_init - 0x00000000401105c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_cipher_free - 0x00000000401105c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_cipher_setkey - 0x00000000401105c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_cipher_set_iv - 0x00000000401105c4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_cipher_reset - 0x00000000401105c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_cipher_update - 0x00000000401105c8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x20 (size before relaxing) - .literal.mbedtls_cipher_finish - 0x00000000401105d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_cipher_set_padding_mode - 0x00000000401105d0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x30 (size before relaxing) - .literal.mbedtls_cipher_setup - 0x00000000401105f8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_cipher_crypt - 0x00000000401105fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_cipher_auth_encrypt - 0x00000000401105fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_cipher_auth_decrypt - 0x00000000401105fc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x10 (size before relaxing) - .literal.ccm_ctx_free - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x8 (size before relaxing) - .literal.ccm_ctx_alloc - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x8 (size before relaxing) - .literal.ccm_aes_setkey_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.gcm_ctx_free - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x8 (size before relaxing) - .literal.gcm_ctx_alloc - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x8 (size before relaxing) - .literal.gcm_aes_setkey_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.xts_aes_ctx_free - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x8 (size before relaxing) - .literal.xts_aes_ctx_alloc - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x8 (size before relaxing) - .literal.xts_aes_setkey_dec_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.xts_aes_setkey_enc_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.aes_crypt_xts_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x8 (size before relaxing) - .literal.aes_ctx_free - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x8 (size before relaxing) - .literal.aes_ctx_alloc - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x8 (size before relaxing) - .literal.aes_setkey_dec_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.aes_setkey_enc_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.aes_crypt_ctr_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.aes_crypt_ofb_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.aes_crypt_cfb128_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.aes_crypt_cbc_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.aes_crypt_ecb_wrap - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x4 (size before relaxing) - .literal.derive_mpi - 0x0000000040110600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x10 (size before relaxing) - .literal.ecdsa_sign_restartable - 0x0000000040110600 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x6c (size before relaxing) - .literal.ecdsa_sign_det_restartable - 0x000000004011060c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x30 (size before relaxing) - .literal.ecdsa_verify_restartable - 0x0000000040110610 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x68 (size before relaxing) - .literal.ecdsa_signature_to_asn1 - 0x0000000040110614 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_ecdsa_write_signature_restartable - 0x0000000040110614 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x18 (size before relaxing) - .literal.mbedtls_ecdsa_write_signature - 0x0000000040110614 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_ecdsa_read_signature_restartable - 0x0000000040110614 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x2c (size before relaxing) - .literal.mbedtls_ecdsa_read_signature - 0x0000000040110618 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_ecdsa_init - 0x0000000040110618 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_ecdsa_free - 0x0000000040110618 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_ecdsa_from_keypair - 0x0000000040110618 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x10 (size before relaxing) - .literal.gcm_mult - 0x0000000040110618 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .literal.gcm_gen_table - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_gcm_init - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_gcm_setkey - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_gcm_starts - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x24 (size before relaxing) - .literal.mbedtls_gcm_update - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_gcm_finish - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_gcm_crypt_and_tag - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_gcm_auth_decrypt - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_gcm_free - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_hmac_drbg_init - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_hmac_drbg_update_ret - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x28 (size before relaxing) - .literal.mbedtls_hmac_drbg_seed_buf - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x18 (size before relaxing) - .literal.mbedtls_hmac_drbg_reseed - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_hmac_drbg_random_with_add - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x20 (size before relaxing) - .literal.mbedtls_hmac_drbg_random - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_hmac_drbg_free - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_md5_init - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_md5_free - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_md5_clone - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_md5_starts_ret - 0x000000004011061c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_internal_md5_process - 0x000000004011061c 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .literal.mbedtls_md5_update_ret - 0x000000004011071c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_md5_finish_ret - 0x000000004011071c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_md5_ret - 0x000000004011071c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x14 (size before relaxing) - .literal.oid_x520_attr_from_asn1 - 0x000000004011071c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x8 (size before relaxing) - .literal.oid_x509_ext_from_asn1 - 0x0000000040110720 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x8 (size before relaxing) - .literal.oid_sig_alg_from_asn1 - 0x0000000040110724 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x8 (size before relaxing) - .literal.oid_pk_alg_from_asn1 - 0x0000000040110728 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x8 (size before relaxing) - .literal.oid_grp_id_from_asn1 - 0x000000004011072c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x8 (size before relaxing) - .literal.oid_cipher_alg_from_asn1 - 0x0000000040110730 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x8 (size before relaxing) - .literal.oid_md_alg_from_asn1 - 0x0000000040110734 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x8 (size before relaxing) - .literal.oid_md_hmac_from_asn1 - 0x0000000040110738 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x8 (size before relaxing) - .literal.oid_pkcs12_pbe_alg_from_asn1 - 0x000000004011073c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_oid_get_attr_short_name - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_x509_ext_type - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_sig_alg - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_oid_by_sig_alg - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_pk_alg - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_oid_by_pk_alg - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_ec_grp - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_oid_by_ec_grp - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_cipher_alg - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_md_alg - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_oid_by_md - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_md_hmac - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_oid_get_pkcs12_pbe_alg - 0x0000000040110740 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4 (size before relaxing) - .literal.pem_get_iv - 0x0000000040110740 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x8 (size before relaxing) - .literal.pem_pbkdf1 - 0x0000000040110744 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x3c (size before relaxing) - .literal.pem_aes_decrypt - 0x0000000040110744 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x18 (size before relaxing) - .literal.mbedtls_pem_read_buffer - 0x0000000040110744 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x90 (size before relaxing) - .literal.mbedtls_pem_free - 0x0000000040110768 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_pem_write_buffer - 0x0000000040110768 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x3c (size before relaxing) - .literal.pkcs12_parse_pbe_params - 0x0000000040110768 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - 0x14 (size before relaxing) - .literal.pkcs12_fill_buffer - 0x0000000040110774 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_pkcs12_pbe_sha1_rc4_128 - 0x0000000040110774 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .literal.mbedtls_pkcs12_derivation - 0x0000000040110778 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - 0x58 (size before relaxing) - .literal.pkcs12_pbe_derive_key_iv - 0x000000004011077c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_pkcs12_pbe - 0x000000004011077c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - 0x38 (size before relaxing) - .literal.mbedtls_base64_encode - 0x000000004011077c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_base64_decode - 0x0000000040110784 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .literal.ccm_auth_crypt - 0x0000000040110788 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x40 (size before relaxing) - .literal.mbedtls_ccm_init - 0x000000004011078c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_ccm_setkey - 0x000000004011078c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_ccm_free - 0x000000004011078c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_ccm_star_encrypt_and_tag - 0x000000004011078c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_ccm_encrypt_and_tag - 0x000000004011078c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_ccm_star_auth_decrypt - 0x000000004011078c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_ccm_auth_decrypt - 0x000000004011078c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x4 (size before relaxing) - .literal.x509_parse_int - 0x000000004011078c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .literal.x509_date_is_valid - 0x0000000040110790 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x10 (size before relaxing) - .literal.x509_parse_time - 0x000000004011079c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x20 (size before relaxing) - .literal.x509_get_attr_type_value - 0x000000004011079c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x1c (size before relaxing) - .literal.x509_get_hash_alg - 0x00000000401107ac 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x18 (size before relaxing) - .literal.mbedtls_x509_get_serial - 0x00000000401107b8 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_x509_get_alg_null - 0x00000000401107c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_x509_get_alg - 0x00000000401107c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_x509_get_rsassa_pss_params - 0x00000000401107c4 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x40 (size before relaxing) - .literal.mbedtls_x509_get_name - 0x00000000401107d0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x18 (size before relaxing) - .literal.mbedtls_x509_get_time - 0x00000000401107d4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_x509_get_sig - 0x00000000401107dc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_x509_get_sig_alg - 0x00000000401107e4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x1c (size before relaxing) - .literal.mbedtls_x509_get_ext - 0x00000000401107e8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_x509_dn_gets - 0x00000000401107ec 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x30 (size before relaxing) - .literal.x509_get_uid - 0x0000000040110804 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_string_cmp - 0x0000000040110808 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_name_cmp - 0x0000000040110808 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_crt_check_ee_locally_trusted - 0x0000000040110808 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_get_version - 0x0000000040110808 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x10 (size before relaxing) - .literal.x509_get_dates - 0x000000004011080c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x10 (size before relaxing) - .literal.x509_get_basic_constraints - 0x0000000040110810 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x14 (size before relaxing) - .literal.x509_get_key_usage - 0x0000000040110810 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_get_ns_cert_type - 0x0000000040110814 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_get_ext_key_usage - 0x0000000040110814 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_get_subject_alt_name - 0x0000000040110814 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x20 (size before relaxing) - .literal.x509_get_crt_ext - 0x0000000040110824 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x44 (size before relaxing) - .literal.x509_profile_check_key - 0x000000004011082c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_check_wildcard - 0x000000004011082c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_crt_check_cn - 0x000000004011082c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_crt_verify_name - 0x000000004011082c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x14 (size before relaxing) - .literal.x509_crt_check_signature - 0x0000000040110830 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_x509_crt_check_key_usage - 0x0000000040110830 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0xc (size before relaxing) - .literal.x509_crt_check_parent - 0x0000000040110838 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_crt_find_parent_in - 0x0000000040110838 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x10 (size before relaxing) - .literal.x509_crt_find_parent - 0x0000000040110838 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_x509_crt_check_extended_key_usage - 0x0000000040110838 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_x509_crt_is_revoked - 0x000000004011083c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x8 (size before relaxing) - .literal.x509_crt_verifycrl - 0x000000004011083c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x3c (size before relaxing) - .literal.x509_crt_verify_chain - 0x0000000040110844 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x34 (size before relaxing) - .literal.mbedtls_x509_crt_verify_restartable - 0x0000000040110850 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x30 (size before relaxing) - .literal.mbedtls_x509_crt_init - 0x0000000040110854 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_x509_crt_free - 0x0000000040110854 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x38 (size before relaxing) - .literal.x509_crt_parse_der_core - 0x0000000040110854 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0xbc (size before relaxing) - .literal.mbedtls_x509_crt_parse_der - 0x0000000040110860 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x18 (size before relaxing) - .literal.mbedtls_x509_crt_parse - 0x0000000040110860 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x38 (size before relaxing) - .literal.mbedtls_x509_crt_parse_file - 0x000000004011086c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x10 (size before relaxing) - .literal.x509_csr_get_version - 0x000000004011086c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_x509_csr_init - 0x000000004011086c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_x509_csr_free - 0x000000004011086c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - 0x1c (size before relaxing) - .literal.mbedtls_x509_csr_parse_der - 0x000000004011086c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - 0x80 (size before relaxing) - .literal.mbedtls_x509_csr_parse - 0x0000000040110870 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - 0x30 (size before relaxing) - .literal.mbedtls_x509_csr_parse_file - 0x0000000040110880 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - 0x10 (size before relaxing) - .literal.x509_write_time - 0x0000000040110880 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x18 (size before relaxing) - .literal.mbedtls_x509write_crt_init - 0x0000000040110880 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x8 (size before relaxing) - .literal.mbedtls_x509write_crt_free - 0x0000000040110880 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_x509write_crt_set_subject_name - 0x0000000040110880 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_x509write_crt_set_issuer_name - 0x0000000040110880 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_x509write_crt_set_serial - 0x0000000040110880 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_x509write_crt_set_validity - 0x0000000040110880 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x14 (size before relaxing) - .literal.mbedtls_x509write_crt_set_extension - 0x0000000040110884 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x4 (size before relaxing) - .literal.mbedtls_x509write_crt_set_basic_constraints - 0x0000000040110884 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x1c (size before relaxing) - .literal.mbedtls_x509write_crt_set_subject_key_identifier - 0x0000000040110888 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x20 (size before relaxing) - .literal.mbedtls_x509write_crt_set_authority_key_identifier - 0x0000000040110890 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x28 (size before relaxing) - .literal.mbedtls_x509write_crt_set_key_usage - 0x0000000040110894 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x18 (size before relaxing) - .literal.mbedtls_x509write_crt_set_ns_cert_type - 0x0000000040110898 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_x509write_crt_der - 0x000000004011089c 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x88 (size before relaxing) - .literal.mbedtls_x509write_crt_pem - 0x00000000401108a8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x14 (size before relaxing) - .literal.x509_attr_descr_from_name - 0x00000000401108b0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - .literal.x509_write_name - 0x00000000401108b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - 0x18 (size before relaxing) - .literal.x509_write_extension - 0x00000000401108b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - 0x24 (size before relaxing) - .literal.mbedtls_x509_string_to_names - 0x00000000401108b8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - 0x20 (size before relaxing) - .literal.mbedtls_x509_set_extension - 0x00000000401108bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_x509_write_names - 0x00000000401108bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - 0xc (size before relaxing) - .literal.mbedtls_x509_write_sig - 0x00000000401108bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - 0x10 (size before relaxing) - .literal.mbedtls_x509_write_extensions - 0x00000000401108bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - 0x4 (size before relaxing) - .literal.esp_ota_get_running_partition - 0x00000000401108bc 0x18 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - 0x38 (size before relaxing) - .literal.os_get_time - 0x00000000401108d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x4 (size before relaxing) - .literal.os_random - 0x00000000401108d4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .literal.os_get_random - 0x00000000401108d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x4 (size before relaxing) - .literal.wpa_install_key - 0x00000000401108d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4 (size before relaxing) - .literal.wpa_get_key - 0x00000000401108d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4 (size before relaxing) - .literal.wpa_sendto_wrapper - 0x00000000401108d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4 (size before relaxing) - .literal.wpa_deauthenticate - 0x00000000401108d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4 (size before relaxing) - .literal.wpa_config_assoc_ie - 0x00000000401108d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x8 (size before relaxing) - .literal.wpa_neg_complete - 0x00000000401108d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4 (size before relaxing) - .literal.wpa_attach - 0x00000000401108d8 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x24 (size before relaxing) - .literal.wpa_ap_get_wpa_ie - 0x00000000401108f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4 (size before relaxing) - .literal.wpa_ap_rx_eapol - 0x00000000401108f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4 (size before relaxing) - .literal.wpa_deattach - 0x00000000401108f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4 (size before relaxing) - .literal.wpa_parse_wpa_ie_wrapper - 0x00000000401108f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x10 (size before relaxing) - .literal.wpa_config_profile - 0x00000000401108f4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x2c (size before relaxing) - .literal.wpa_config_bss - 0x0000000040110900 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x18 (size before relaxing) - .literal.wpa_sta_connect - 0x0000000040110900 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x18 (size before relaxing) - .literal.esp_supplicant_init - 0x0000000040110908 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x44 (size before relaxing) - .literal.esp_supplicant_deinit - 0x0000000040110944 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4 (size before relaxing) - .literal.wpa3_parse_sae_commit - 0x0000000040110944 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x10 (size before relaxing) - .literal.wpa3_parse_sae_confirm - 0x000000004011094c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x18 (size before relaxing) - .literal.wpa3_parse_sae_msg - 0x0000000040110950 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x8 (size before relaxing) - .literal.wpa3_build_sae_commit - 0x0000000040110950 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x28 (size before relaxing) - .literal.wpa3_build_sae_confirm - 0x0000000040110950 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x10 (size before relaxing) - .literal.wpa3_build_sae_msg - 0x0000000040110950 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x8 (size before relaxing) - .literal.esp_wifi_register_wpa3_cb - 0x0000000040110950 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .literal.wpa_sm_pmksa_free_cb - 0x0000000040110958 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x14 (size before relaxing) - .literal.wpa_supplicant_clr_countermeasures - 0x0000000040110958 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0xc (size before relaxing) - .literal.cipher_type_map_public_to_supp - 0x0000000040110960 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .literal.wpa_eapol_key_send - 0x0000000040110964 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0xc (size before relaxing) - .literal.wpa_sm_key_request - 0x0000000040110964 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x2c (size before relaxing) - .literal.wpa_sm_rekey_ptk - 0x0000000040110974 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4 (size before relaxing) - .literal.wpa_supplicant_send_2_of_4 - 0x0000000040110974 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x1c (size before relaxing) - .literal.wpa_derive_ptk - 0x0000000040110974 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0xc (size before relaxing) - .literal.wpa_supplicant_pairwise_gtk - 0x0000000040110978 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x10 (size before relaxing) - .literal.wpa_report_ie_mismatch - 0x0000000040110978 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4 (size before relaxing) - .literal.ieee80211w_set_keys - 0x0000000040110978 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x8 (size before relaxing) - .literal.wpa_supplicant_validate_ie - 0x000000004011097c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x1c (size before relaxing) - .literal.wpa_supplicant_send_4_of_4 - 0x000000004011097c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x1c (size before relaxing) - .literal.wpa_sm_set_seq - 0x0000000040110980 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4 (size before relaxing) - .literal.wpa_supplicant_process_1_of_2_rsn - 0x0000000040110980 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x14 (size before relaxing) - .literal.wpa_supplicant_process_1_of_2_wpa - 0x0000000040110980 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x1c (size before relaxing) - .literal.wpa_supplicant_send_2_of_2 - 0x0000000040110980 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x18 (size before relaxing) - .literal.wpa_supplicant_verify_eapol_key_mic - 0x0000000040110980 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x28 (size before relaxing) - .literal.wpa_supplicant_decrypt_key_data - 0x0000000040110980 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x14 (size before relaxing) - .literal.wpa_sm_set_state - 0x0000000040110980 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0xc (size before relaxing) - .literal.wpa_supplicant_key_neg_complete - 0x0000000040110984 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x8 (size before relaxing) - .literal.wpa_supplicant_process_3_of_4 - 0x0000000040110984 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x28 (size before relaxing) - .literal.wpa_supplicant_process_1_of_2 - 0x0000000040110984 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x1c (size before relaxing) - .literal.wpa_supplicant_stop_countermeasures - 0x0000000040110984 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x14 (size before relaxing) - .literal.wpa_sm_set_pmk_from_pmksa - 0x0000000040110984 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x8 (size before relaxing) - .literal.wpa_supplicant_get_pmk - 0x0000000040110984 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x34 (size before relaxing) - .literal.wpa_supplicant_process_1_of_4 - 0x0000000040110990 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x2c (size before relaxing) - .literal.wpa_sm_rx_eapol - 0x0000000040110990 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x28 (size before relaxing) - .literal.wpa_sm_init - 0x0000000040110994 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x10 (size before relaxing) - .literal.wpa_sm_deinit - 0x0000000040110998 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x8 (size before relaxing) - .literal.wpa_set_profile - 0x0000000040110998 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4 (size before relaxing) - .literal.wpa_set_pmk - 0x0000000040110998 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x8 (size before relaxing) - .literal.wpa_set_passphrase - 0x0000000040110998 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x40 (size before relaxing) - .literal.set_assoc_ie - 0x0000000040110998 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4 (size before relaxing) - .literal.wpa_set_bss - 0x0000000040110998 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4c (size before relaxing) - .literal.wpa_sm_set_key - 0x00000000401109a4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0xc (size before relaxing) - .literal.wpa_supplicant_install_ptk - 0x00000000401109a4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x10 (size before relaxing) - .literal.wpa_supplicant_install_gtk - 0x00000000401109a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x14 (size before relaxing) - .literal.wpa_supplicant_send_4_of_4_txcallback - 0x00000000401109a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x14 (size before relaxing) - .literal.wpa_sm_get_key - 0x00000000401109a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4 (size before relaxing) - .literal.wpa_supplicant_gtk_in_use - 0x00000000401109a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x24 (size before relaxing) - .literal.wpa_supplicant_send_2_of_2_txcallback - 0x00000000401109a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x10 (size before relaxing) - .literal.wpa_michael_mic_failure - 0x00000000401109a8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x54 (size before relaxing) - .literal.eapol_txcb - 0x00000000401109c8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x1c (size before relaxing) - .literal.wpa_sta_in_4way_handshake - 0x00000000401109d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4 (size before relaxing) - .literal.wpa_parse_generic - 0x00000000401109d0 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .literal.wpa_gen_wpa_ie_rsn - 0x00000000401109e4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0x14 (size before relaxing) - .literal.wpa_gen_wpa_ie_wpa - 0x00000000401109f0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0x10 (size before relaxing) - .literal.wpa_parse_wpa_ie - 0x00000000401109f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0x8 (size before relaxing) - .literal.wpa_gen_wpa_ie - 0x00000000401109f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0x8 (size before relaxing) - .literal.wpa_supplicant_parse_ies - 0x00000000401109f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0x8 (size before relaxing) - .literal.hex2byte - 0x00000000401109f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x8 (size before relaxing) - .literal.hexstr2bin - 0x00000000401109f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4 (size before relaxing) - .literal.wpa_get_ntp_timestamp - 0x00000000401109f8 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x14 (size before relaxing) - .literal.wpa_config_parse_string - 0x0000000040110a04 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x10 (size before relaxing) - .literal.wpa_bin_clear_free - 0x0000000040110a04 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4 (size before relaxing) - .literal.wpabuf_alloc - 0x0000000040110a04 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .literal.wpabuf_free - 0x0000000040110a08 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - 0x8 (size before relaxing) - .literal.wpa_auth_get_sm - 0x0000000040110a08 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .literal.wpa_auth_add_sm - 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x8 (size before relaxing) - .literal.wpa_auth_del_sm - 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x8 (size before relaxing) - .literal.wpa_use_aes_cmac - 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.wpa_receive_error_report - 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.wpa_free_sta_sm - 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x10 (size before relaxing) - .literal.wpa_group_init_gmk_and_counter - 0x0000000040110a10 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x18 (size before relaxing) - .literal.sm_WPA_PTK_AUTHENTICATION_Enter - 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.wpa_gmk_to_gtk - 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x14 (size before relaxing) - .literal.wpa_gtk_update - 0x0000000040110a14 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x20 (size before relaxing) - .literal.wpa_group_gtk_init - 0x0000000040110a1c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x8 (size before relaxing) - .literal.wpa_group_setkeys - 0x0000000040110a1c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.wpa_group_config_group_keys - 0x0000000040110a1c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x10 (size before relaxing) - .literal.wpa_group_setkeysdone - 0x0000000040110a20 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.wpa_group_sm_step - 0x0000000040110a20 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x14 (size before relaxing) - .literal.wpa_group_init - 0x0000000040110a20 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x18 (size before relaxing) - .literal.wpa_group_ensure_init - 0x0000000040110a20 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0xc (size before relaxing) - .literal.wpa_sta_disconnect - 0x0000000040110a20 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.sm_WPA_PTK_AUTHENTICATION2_Enter - 0x0000000040110a20 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0xc (size before relaxing) - .literal.sm_WPA_PTK_DISCONNECT_Enter - 0x0000000040110a20 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.wpa_rekey_gtk - 0x0000000040110a20 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0xc (size before relaxing) - .literal.wpa_derive_ptk - 0x0000000040110a24 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0xc (size before relaxing) - .literal.wpa_verify_key_mic - 0x0000000040110a28 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x14 (size before relaxing) - .literal.wpa_replay_counter_valid - 0x0000000040110a28 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.wpa_replay_counter_mark_invalid - 0x0000000040110a28 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.sm_WPA_PTK_PTKINITDONE_Enter - 0x0000000040110a28 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x20 (size before relaxing) - .literal.ieee80211w_kde_add - 0x0000000040110a2c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0xc (size before relaxing) - .literal.resend_eapol_handle - 0x0000000040110a2c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x8 (size before relaxing) - .literal.sm_WPA_PTK_INITPSK_Enter - 0x0000000040110a30 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0xc (size before relaxing) - .literal.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter - 0x0000000040110a30 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x24 (size before relaxing) - .literal.wpa_init - 0x0000000040110a38 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x20 (size before relaxing) - .literal.wpa_auth_sta_init - 0x0000000040110a38 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0xc (size before relaxing) - .literal.wpa_auth_sta_deinit - 0x0000000040110a38 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0xc (size before relaxing) - .literal.__wpa_send_eapol - 0x0000000040110a38 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x80 (size before relaxing) - .literal.wpa_send_eapol - 0x0000000040110a38 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x20 (size before relaxing) - .literal.sm_WPA_PTK_PTKSTART_Enter - 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x10 (size before relaxing) - .literal.sm_WPA_PTK_PTKINITNEGOTIATING_Enter - 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x24 (size before relaxing) - .literal.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter - 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x20 (size before relaxing) - .literal.sm_WPA_PTK_GROUP_Step - 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x1c (size before relaxing) - .literal.wpa_remove_ptk - 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x10 (size before relaxing) - .literal.sm_WPA_PTK_INITIALIZE_Enter - 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.sm_WPA_PTK_Step - 0x0000000040110a40 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x70 (size before relaxing) - .literal.wpa_sm_step - 0x0000000040110a44 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x10 (size before relaxing) - .literal.wpa_send_eapol_timeout - 0x0000000040110a44 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.wpa_rekey_ptk - 0x0000000040110a44 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x8 (size before relaxing) - .literal.wpa_auth_sta_associated - 0x0000000040110a44 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x10 (size before relaxing) - .literal.wpa_receive - 0x0000000040110a44 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x8c (size before relaxing) - .literal.hostap_eapol_resend_process - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x8 (size before relaxing) - .literal.wpa_ap_join - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x14 (size before relaxing) - .literal.wpa_ap_remove - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4 (size before relaxing) - .literal.wpa_parse_generic - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x14 (size before relaxing) - .literal.wpa_write_wpa_ie - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x8 (size before relaxing) - .literal.wpa_write_rsn_ie - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0xc (size before relaxing) - .literal.wpa_auth_gen_wpa_ie - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x14 (size before relaxing) - .literal.wpa_add_kde - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x8 (size before relaxing) - .literal.wpa_validate_wpa_ie - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x24 (size before relaxing) - .literal.wpa_parse_kde_ies - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x8 (size before relaxing) - .literal.sae_parse_commit_token - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x8 (size before relaxing) - .literal.sae_cn_confirm - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xc (size before relaxing) - .literal.sae_cn_confirm_ffc - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xc (size before relaxing) - .literal.get_random_qr_qnr - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x18 (size before relaxing) - .literal.sae_pwd_seed_key - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x14 (size before relaxing) - .literal.get_rand_1_to_p_1 - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x18 (size before relaxing) - .literal.is_quadratic_residue_blind - 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x24 (size before relaxing) - .literal.sae_test_pwd_seed_ecc - 0x0000000040110a48 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x2c (size before relaxing) - .literal.sae_derive_pwe_ecc - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x38 (size before relaxing) - .literal.sae_test_pwd_seed_ffc - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x38 (size before relaxing) - .literal.sae_derive_pwe_ffc - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x14 (size before relaxing) - .literal.sae_derive_k_ffc - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x1c (size before relaxing) - .literal.sae_get_rand - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x20 (size before relaxing) - .literal.sae_get_rand_and_mask - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xc (size before relaxing) - .literal.sae_parse_commit_scalar - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x20 (size before relaxing) - .literal.sae_parse_commit_element_ffc - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x3c (size before relaxing) - .literal.sae_derive_commit_element_ecc - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xc (size before relaxing) - .literal.sae_derive_commit_element_ffc - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xc (size before relaxing) - .literal.sae_derive_commit - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x24 (size before relaxing) - .literal.sae_derive_k_ecc - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x1c (size before relaxing) - .literal.sae_cn_confirm_ecc - 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xc (size before relaxing) - .literal.sae_derive_keys - 0x0000000040110a4c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x30 (size before relaxing) - .literal.sae_parse_commit_element_ecc - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x18 (size before relaxing) - .literal.sae_parse_commit_element - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x8 (size before relaxing) - .literal.sae_parse_password_identifier - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x1c (size before relaxing) - .literal.bin_clear_free - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4 (size before relaxing) - .literal.sae_clear_temp_data - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x38 (size before relaxing) - .literal.sae_clear_data - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xc (size before relaxing) - .literal.sae_set_group - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x30 (size before relaxing) - .literal.sae_prepare_commit - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xc (size before relaxing) - .literal.sae_process_commit - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xc (size before relaxing) - .literal.sae_write_commit - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x40 (size before relaxing) - .literal.sae_group_allowed - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4 (size before relaxing) - .literal.sae_parse_commit - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x24 (size before relaxing) - .literal.sae_write_confirm - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x1c (size before relaxing) - .literal.sae_check_confirm - 0x0000000040110a50 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xc (size before relaxing) - .literal.rsn_selector_to_bitfield - 0x0000000040110a50 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x18 (size before relaxing) - .literal.rsn_key_mgmt_to_bitfield - 0x0000000040110a60 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x14 (size before relaxing) - .literal.wpa_selector_to_bitfield - 0x0000000040110a64 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x14 (size before relaxing) - .literal.wpa_key_mgmt_to_bitfield - 0x0000000040110a74 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0xc (size before relaxing) - .literal.wpa_parse_wpa_ie_rsn - 0x0000000040110a74 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0xc (size before relaxing) - .literal.wpa_parse_wpa_ie_wpa - 0x0000000040110a74 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x10 (size before relaxing) - .literal.wpa_eapol_key_mic - 0x0000000040110a74 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x10 (size before relaxing) - .literal.wpa_compare_rsn_ie - 0x0000000040110a74 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x4 (size before relaxing) - .literal.wpa_pmk_to_ptk - 0x0000000040110a74 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x30 (size before relaxing) - .literal.rsn_pmkid - 0x0000000040110a74 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x14 (size before relaxing) - .literal.wpa_cipher_to_suite - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x2c (size before relaxing) - .literal.ecp_opp - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0xc (size before relaxing) - .literal.crypto_bignum_init - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x8 (size before relaxing) - .literal.crypto_bignum_init_set - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0xc (size before relaxing) - .literal.crypto_bignum_deinit - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x8 (size before relaxing) - .literal.crypto_bignum_to_bin - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x10 (size before relaxing) - .literal.crypto_bignum_add - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_mod - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_exptmod - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_inverse - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_sub - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_div - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_mulmod - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_cmp - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_bits - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_is_zero - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_is_one - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_bignum_legendre - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x28 (size before relaxing) - .literal.crypto_ec_deinit - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x8 (size before relaxing) - .literal.crypto_ec_init - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x10 (size before relaxing) - .literal.crypto_ec_point_init - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x8 (size before relaxing) - .literal.crypto_ec_prime_len - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_ec_prime_len_bits - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_ec_point_deinit - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x8 (size before relaxing) - .literal.crypto_ec_point_to_bin - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0xc (size before relaxing) - .literal.crypto_ec_point_from_bin - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x20 (size before relaxing) - .literal.crypto_ec_point_add - 0x0000000040110a7c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x10 (size before relaxing) - .literal.crypto_ec_point_mul - 0x0000000040110a7c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x1c (size before relaxing) - .literal.crypto_ec_point_invert - 0x0000000040110a84 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_ec_point_compute_y_sqr - 0x0000000040110a84 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4c (size before relaxing) - .literal.crypto_ec_point_solve_y_coord - 0x0000000040110a84 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x30 (size before relaxing) - .literal.crypto_ec_point_is_at_infinity - 0x0000000040110a84 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.crypto_ec_point_is_on_curve - 0x0000000040110a84 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x24 (size before relaxing) - .literal.crypto_ec_point_cmp - 0x0000000040110a84 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4 (size before relaxing) - .literal.dh_groups_get - 0x0000000040110a84 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .literal.hostap_init - 0x0000000040110a88 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x60 (size before relaxing) - .literal.hostap_deinit - 0x0000000040110a88 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x1c (size before relaxing) - .literal.wpa_sm_alloc_eapol - 0x0000000040110a88 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0xc (size before relaxing) - .literal.wpa_sm_free_eapol - 0x0000000040110a88 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x4 (size before relaxing) - .literal.wpa_sm_deauthenticate - 0x0000000040110a88 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x4 (size before relaxing) - .literal._pmksa_cache_free_entry - 0x0000000040110a88 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x4 (size before relaxing) - .literal.pmksa_cache_free_entry - 0x0000000040110a88 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x4 (size before relaxing) - .literal.pmksa_cache_set_expiration - 0x0000000040110a88 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x2c (size before relaxing) - .literal.pmksa_cache_expire - 0x0000000040110aac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x20 (size before relaxing) - .literal.pmksa_cache_flush - 0x0000000040110aac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x8 (size before relaxing) - .literal.pmksa_cache_add - 0x0000000040110aac 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x58 (size before relaxing) - .literal.pmksa_cache_clone_entry - 0x0000000040110ab4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x4 (size before relaxing) - .literal.pmksa_cache_deinit - 0x0000000040110ab4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x14 (size before relaxing) - .literal.pmksa_cache_get - 0x0000000040110ab4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x8 (size before relaxing) - .literal.pmksa_cache_get_opportunistic - 0x0000000040110ab4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x4 (size before relaxing) - .literal.pmksa_cache_set_current - 0x0000000040110ab4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0xc (size before relaxing) - .literal.pmksa_cache_init - 0x0000000040110ab4 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x10 (size before relaxing) - .literal.hostapd_derive_psk - 0x0000000040110abc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - 0xc (size before relaxing) - .literal.hostapd_setup_wpa_psk - 0x0000000040110abc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - 0x4 (size before relaxing) - .literal.hostapd_get_psk - 0x0000000040110abc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.ecp_mod_p192 + 0x000000004010fb30 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0x4 (size before relaxing) .literal.ecp_mod_p384 - 0x0000000040110abc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000004010fb30 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0xc (size before relaxing) .literal.ecp_group_load - 0x0000000040110abc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x000000004010fb34 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0xc (size before relaxing) + .literal.ecp_use_curve25519 + 0x000000004010fb38 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x34 (size before relaxing) + .literal.ecp_mod_p224 + 0x000000004010fb40 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xc (size before relaxing) + .literal.ecp_mod_p256 + 0x000000004010fb40 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xc (size before relaxing) + .literal.ecp_mod_p192k1 + 0x000000004010fb40 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x1c (size before relaxing) + .literal.ecp_mod_p256k1 + 0x000000004010fb44 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x1c (size before relaxing) + .literal.ecp_mod_p224k1 + 0x000000004010fb48 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ecp_group_load + 0x000000004010fb4c 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x158 (size before relaxing) + .literal.entropy_update + 0x000000004010fc6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x14 (size before relaxing) + .literal.entropy_gather_internal + 0x000000004010fc6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_entropy_free + 0x000000004010fc6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_entropy_init + 0x000000004010fc6c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_entropy_func + 0x000000004010fc74 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_strerror + 0x000000004010fc74 0x5a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + 0x8ec (size before relaxing) + .literal.mbedtls_md_info_from_type + 0x000000004011021c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_free + 0x0000000040110238 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_md_setup + 0x0000000040110238 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_md_starts + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md_update + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md_finish + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md_hmac_starts + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_md_hmac_update + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md_hmac_finish + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md_hmac_reset + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md_process + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x4 (size before relaxing) + .literal.md5_process_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.md5_clone_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.md5_ctx_free + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x8 (size before relaxing) + .literal.md5_ctx_alloc + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x8 (size before relaxing) + .literal.md5_finish_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.md5_update_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.md5_starts_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha1_process_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha1_clone_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha1_ctx_free + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x8 (size before relaxing) + .literal.sha1_ctx_alloc + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x8 (size before relaxing) + .literal.sha1_finish_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha1_update_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha1_starts_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha224_process_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha224_clone_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha224_ctx_free + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x8 (size before relaxing) + .literal.sha224_ctx_alloc + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x8 (size before relaxing) + .literal.sha224_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha256_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha224_finish_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha224_update_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha224_starts_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha256_starts_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha384_process_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha384_clone_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha384_ctx_free + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x8 (size before relaxing) + .literal.sha384_ctx_alloc + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x8 (size before relaxing) + .literal.sha384_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha512_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha384_finish_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha384_update_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha384_starts_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.sha512_starts_wrap + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_free + 0x0000000040110240 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_info_from_type + 0x0000000040110240 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_setup + 0x0000000040110250 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_verify_restartable + 0x0000000040110258 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_pk_verify + 0x000000004011025c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_sign_restartable + 0x000000004011025c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_pk_sign + 0x000000004011025c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_decrypt + 0x000000004011025c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_pk_encrypt + 0x000000004011025c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_pk_check_pair + 0x000000004011025c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_pk_verify_ext + 0x000000004011025c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x24 (size before relaxing) + .literal.rsa_debug + 0x0000000040110264 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.eckey_debug + 0x000000004011026c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_free_wrap + 0x0000000040110270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.rsa_alloc_wrap + 0x0000000040110270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.rsa_check_pair_wrap + 0x0000000040110270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.rsa_get_bitlen + 0x0000000040110270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.rsa_encrypt_wrap + 0x0000000040110270 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xc (size before relaxing) + .literal.rsa_decrypt_wrap + 0x0000000040110274 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xc (size before relaxing) + .literal.rsa_sign_wrap + 0x0000000040110278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.rsa_verify_wrap + 0x0000000040110278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x10 (size before relaxing) + .literal.eckey_free_wrap + 0x0000000040110278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.eckey_alloc_wrap + 0x0000000040110278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.eckey_check_pair + 0x0000000040110278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.ecdsa_alloc_wrap + 0x0000000040110278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.ecdsa_free_wrap + 0x0000000040110278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.ecdsa_sign_wrap + 0x0000000040110278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.eckey_sign_wrap + 0x0000000040110278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x10 (size before relaxing) + .literal.ecdsa_verify_wrap + 0x0000000040110278 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xc (size before relaxing) + .literal.eckey_verify_wrap + 0x000000004011027c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x10 (size before relaxing) + .literal.pkcs5_parse_pbkdf2_params + 0x000000004011027c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_pkcs5_pbkdf2_hmac + 0x0000000040110288 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_pkcs5_pbes2 + 0x0000000040110288 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x58 (size before relaxing) + .literal.pk_get_ecparams + 0x0000000040110298 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x10 (size before relaxing) + .literal.pk_get_pk_alg + 0x00000000401102a4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x10 (size before relaxing) + .literal.pk_get_rsapubkey + 0x00000000401102ac 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x24 (size before relaxing) + .literal.pk_group_from_specified + 0x00000000401102b4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x64 (size before relaxing) + .literal.pk_group_id_from_group + 0x00000000401102c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x38 (size before relaxing) + .literal.pk_group_id_from_specified + 0x00000000401102c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x10 (size before relaxing) + .literal.pk_use_ecparams + 0x00000000401102c0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x14 (size before relaxing) + .literal.pk_get_ecpubkey + 0x00000000401102c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x8 (size before relaxing) + .literal.asn1_get_nonzero_mpi + 0x00000000401102c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xc (size before relaxing) + .literal.pk_parse_key_pkcs1_der + 0x00000000401102c4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x6c (size before relaxing) + .literal.pk_parse_key_sec1_der + 0x00000000401102c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x58 (size before relaxing) + .literal.pk_parse_key_pkcs8_unencrypted_der + 0x00000000401102c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x38 (size before relaxing) + .literal.pk_parse_key_pkcs8_encrypted_der + 0x00000000401102c8 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x44 (size before relaxing) + .literal.mbedtls_pk_load_file + 0x00000000401102dc 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x44 (size before relaxing) + .literal.mbedtls_pk_parse_subpubkey + 0x00000000401102f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_pk_parse_key + 0x00000000401102f0 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xdc (size before relaxing) + .literal.mbedtls_pk_parse_keyfile + 0x000000004011031c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x18 (size before relaxing) + .literal.pk_write_rsa_pubkey + 0x000000004011031c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x20 (size before relaxing) + .literal.pk_write_ec_pubkey + 0x000000004011031c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x8 (size before relaxing) + .literal.pk_write_ec_param + 0x000000004011031c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x8 (size before relaxing) + .literal.pk_write_ec_private + 0x000000004011031c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_pk_write_pubkey + 0x000000004011031c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_pk_write_pubkey_der + 0x000000004011031c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_pk_write_key_der + 0x000000004011031c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x90 (size before relaxing) + .literal.mbedtls_pk_write_key_pem + 0x000000004011031c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_calloc + 0x0000000040110334 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .literal.mbedtls_free + 0x0000000040110338 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .literal.mbedtls_platform_zeroize + 0x000000004011033c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .literal.if_int + 0x0000000040110340 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4 (size before relaxing) + .literal.mem_move_to_left + 0x0000000040110340 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.rsa_check_context + 0x0000000040110340 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x30 (size before relaxing) + .literal.rsa_prepare_blinding + 0x0000000040110340 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x28 (size before relaxing) + .literal.mgf_mask + 0x0000000040110344 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1c (size before relaxing) + .literal.rsa_rsassa_pkcs1_v15_encode + 0x0000000040110344 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_rsa_import + 0x0000000040110344 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_rsa_import_raw + 0x0000000040110344 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_rsa_complete + 0x0000000040110344 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x3c (size before relaxing) + .literal.mbedtls_rsa_export + 0x0000000040110344 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_rsa_export_crt + 0x0000000040110344 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_rsa_init + 0x0000000040110344 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_rsa_check_pubkey + 0x0000000040110344 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_rsa_check_privkey + 0x0000000040110348 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_check_pub_priv + 0x0000000040110348 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_public + 0x0000000040110348 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_rsa_private + 0x000000004011034c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc4 (size before relaxing) + .literal.mbedtls_rsa_rsaes_oaep_encrypt + 0x000000004011034c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_rsa_rsaes_pkcs1_v15_encrypt + 0x000000004011034c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_encrypt + 0x000000004011034c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsaes_oaep_decrypt + 0x0000000040110350 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x48 (size before relaxing) + .literal.mbedtls_rsa_rsaes_pkcs1_v15_decrypt + 0x0000000040110350 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4c (size before relaxing) + .literal.mbedtls_rsa_pkcs1_decrypt + 0x0000000040110350 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_sign + 0x0000000040110350 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x58 (size before relaxing) + .literal.mbedtls_rsa_rsassa_pkcs1_v15_sign + 0x0000000040110350 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_sign + 0x0000000040110354 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_verify_ext + 0x0000000040110354 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x50 (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_verify + 0x0000000040110354 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_rsa_rsassa_pkcs1_v15_verify + 0x0000000040110354 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_rsa_pkcs1_verify + 0x0000000040110354 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_rsa_free + 0x0000000040110354 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_rsa_gen_key + 0x0000000040110354 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x78 (size before relaxing) + .literal.mbedtls_rsa_deduce_primes + 0x0000000040110358 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x74 (size before relaxing) + .literal.mbedtls_rsa_deduce_private_exponent + 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_rsa_validate_crt + 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x48 (size before relaxing) + .literal.mbedtls_rsa_validate_params + 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x68 (size before relaxing) + .literal.mbedtls_rsa_deduce_crt + 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_sha1_ret + 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha256_ret + 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha512_ret + 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_hardware_poll + 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x4 (size before relaxing) + .literal.mpi_words + 0x000000004011035c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x4 (size before relaxing) + .literal.modular_inverse + 0x000000004011035c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .literal.calculate_rinv + 0x0000000040110360 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x10 (size before relaxing) + .literal.esp_mpi_acquire_hardware + 0x0000000040110360 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0xc (size before relaxing) + .literal.esp_mpi_release_hardware + 0x0000000040110368 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0xc (size before relaxing) + .literal.mpi_montgomery_exp_calc + 0x000000004011036c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x3c (size before relaxing) + .literal.mpi_mult_mpi_failover_mod_mult + 0x000000004011036c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x18 (size before relaxing) + .literal.esp_mpi_mul_mpi_mod + 0x000000004011036c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_mpi_exp_mod + 0x000000004011036c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x3c (size before relaxing) + .literal.mbedtls_mpi_mul_mpi + 0x0000000040110370 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x40 (size before relaxing) + .literal.mpi_mult_mpi_overlong + 0x0000000040110374 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x18 (size before relaxing) + .literal.esp_mpi_enable_hardware_hw_op + 0x0000000040110374 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14 (size before relaxing) + .literal.esp_mpi_disable_hardware_hw_op + 0x0000000040110380 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.esp_mpi_read_result_hw_op + 0x0000000040110380 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x20 (size before relaxing) + .literal.esp_mpi_mul_mpi_mod_hw_op + 0x0000000040110398 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x20 (size before relaxing) + .literal.esp_mpi_mul_mpi_hw_op + 0x00000000401103ac 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x18 (size before relaxing) + .literal.esp_mont_hw_op + 0x00000000401103b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x40 (size before relaxing) + .literal.esp_mpi_mult_mpi_failover_mod_mult_hw_op + 0x00000000401103b0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x24 (size before relaxing) + .literal.esp_aes_setkey_hardware + 0x00000000401103b4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .literal.esp_aes_block + 0x00000000401103c0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x30 (size before relaxing) + .literal.esp_aes_acquire_hardware + 0x00000000401103d8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_release_hardware + 0x00000000401103e0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_init + 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_free + 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_setkey + 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x4 (size before relaxing) + .literal.esp_internal_aes_encrypt + 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x10 (size before relaxing) + .literal.esp_internal_aes_decrypt + 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x10 (size before relaxing) + .literal.esp_aes_crypt_ecb + 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x10 (size before relaxing) + .literal.esp_aes_crypt_cbc + 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x20 (size before relaxing) + .literal.esp_aes_crypt_cfb128 + 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x14 (size before relaxing) + .literal.esp_aes_crypt_ctr + 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x10 (size before relaxing) + .literal.esp_aes_crypt_ofb + 0x00000000401103e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_sha1_software_process + 0x00000000401103e4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .literal.mbedtls_sha1_init + 0x00000000401103f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_sha1_free + 0x00000000401103f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha1_clone + 0x00000000401103f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha1_starts_ret + 0x00000000401103f4 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_internal_sha1_process + 0x0000000040110408 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_sha1_update_ret + 0x0000000040110408 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_sha1_finish_ret + 0x0000000040110408 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha256_software_process + 0x000000004011040c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_init + 0x0000000040110410 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_sha256_free + 0x0000000040110410 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha256_clone + 0x0000000040110410 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha256_starts_ret + 0x0000000040110410 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x44 (size before relaxing) + .literal.mbedtls_internal_sha256_process + 0x0000000040110450 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_sha256_update_ret + 0x0000000040110450 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_sha256_finish_ret + 0x0000000040110450 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha512_software_process + 0x0000000040110454 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .literal.mbedtls_sha512_init + 0x0000000040110458 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_sha512_free + 0x0000000040110458 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha512_clone + 0x0000000040110458 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha512_starts_ret + 0x0000000040110458 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x8c (size before relaxing) + .literal.mbedtls_internal_sha512_process + 0x000000004011049c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_sha512_update_ret + 0x000000004011049c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_sha512_finish_ret + 0x000000004011049c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_asn1_get_tag + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_bool + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_int + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_mpi + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_get_bitstring + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_bitstring_null + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_sequence_of + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_asn1_get_alg + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_asn1_get_alg_null + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_free_named_data + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_asn1_free_named_data_list + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x8 (size before relaxing) + .literal.asn1_find_named_data + 0x00000000401104a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_write_len + 0x00000000401104a0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_raw_buffer + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_write_mpi + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_asn1_write_null + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_write_oid + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_asn1_write_algorithm_identifier + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_asn1_write_bool + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_write_int + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_write_tagged_string + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_asn1_write_bitstring + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_asn1_write_octet_string + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_asn1_store_named_data + 0x00000000401104a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x2c (size before relaxing) + .literal.get_pkcs_padding + 0x00000000401104a8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.get_one_and_zeros_padding + 0x00000000401104b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x8 (size before relaxing) + .literal.get_zeros_and_len_padding + 0x00000000401104b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x8 (size before relaxing) + .literal.get_zeros_padding + 0x00000000401104b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.get_no_padding + 0x00000000401104b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_info_from_type + 0x00000000401104b0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_info_from_values + 0x00000000401104b4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_init + 0x00000000401104b4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_free + 0x00000000401104b4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_setkey + 0x00000000401104b4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_set_iv + 0x00000000401104b4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_cipher_reset + 0x00000000401104b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_update + 0x00000000401104b8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_cipher_finish + 0x00000000401104c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_cipher_set_padding_mode + 0x00000000401104c0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_cipher_setup + 0x00000000401104e8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_cipher_crypt + 0x00000000401104ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_cipher_auth_encrypt + 0x00000000401104ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_cipher_auth_decrypt + 0x00000000401104ec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x10 (size before relaxing) + .literal.ccm_ctx_free + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.ccm_ctx_alloc + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.ccm_aes_setkey_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.gcm_ctx_free + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.gcm_ctx_alloc + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.gcm_aes_setkey_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.xts_aes_ctx_free + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.xts_aes_ctx_alloc + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.xts_aes_setkey_dec_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.xts_aes_setkey_enc_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_xts_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.aes_ctx_free + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.aes_ctx_alloc + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.aes_setkey_dec_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_setkey_enc_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_ctr_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_ofb_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_cfb128_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_cbc_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_ecb_wrap + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.derive_mpi + 0x00000000401104f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x10 (size before relaxing) + .literal.ecdsa_sign_restartable + 0x00000000401104f0 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x70 (size before relaxing) + .literal.ecdsa_sign_det_restartable + 0x00000000401104fc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4c (size before relaxing) + .literal.ecdsa_verify_restartable + 0x0000000040110504 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x68 (size before relaxing) + .literal.ecdsa_signature_to_asn1 + 0x0000000040110508 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ecdsa_write_signature_restartable + 0x0000000040110508 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ecdsa_write_signature + 0x0000000040110508 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_read_signature_restartable + 0x0000000040110508 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_ecdsa_read_signature + 0x000000004011050c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_init + 0x000000004011050c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_free + 0x000000004011050c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_from_keypair + 0x000000004011050c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x10 (size before relaxing) + .literal.gcm_mult + 0x000000004011050c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .literal.gcm_gen_table + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_gcm_init + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_gcm_setkey + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_gcm_starts + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_gcm_update + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_gcm_finish + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_gcm_crypt_and_tag + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_gcm_auth_decrypt + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_gcm_free + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_hmac_drbg_init + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_hmac_drbg_update_ret + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x28 (size before relaxing) + .literal.hmac_drbg_reseed_core + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_hmac_drbg_seed_buf + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_hmac_drbg_reseed + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_hmac_drbg_random_with_add + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_hmac_drbg_random + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_hmac_drbg_free + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_md5_init + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md5_free + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md5_clone + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md5_starts_ret + 0x0000000040110510 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_internal_md5_process + 0x0000000040110510 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .literal.mbedtls_md5_update_ret + 0x0000000040110610 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_md5_finish_ret + 0x0000000040110610 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_md5_ret + 0x0000000040110610 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x14 (size before relaxing) + .literal.oid_x520_attr_from_asn1 + 0x0000000040110610 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_x509_ext_from_asn1 + 0x0000000040110614 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_sig_alg_from_asn1 + 0x0000000040110618 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_pk_alg_from_asn1 + 0x000000004011061c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_grp_id_from_asn1 + 0x0000000040110620 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_cipher_alg_from_asn1 + 0x0000000040110624 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_md_alg_from_asn1 + 0x0000000040110628 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_md_hmac_from_asn1 + 0x000000004011062c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_pkcs12_pbe_alg_from_asn1 + 0x0000000040110630 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_oid_get_attr_short_name + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_x509_ext_type + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_sig_alg + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_oid_by_sig_alg + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_pk_alg + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_oid_by_pk_alg + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_ec_grp + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_oid_by_ec_grp + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_cipher_alg + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_md_alg + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_oid_by_md + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_md_hmac + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_pkcs12_pbe_alg + 0x0000000040110634 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.pem_get_iv + 0x0000000040110634 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x8 (size before relaxing) + .literal.pem_pbkdf1 + 0x0000000040110638 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x3c (size before relaxing) + .literal.pem_aes_decrypt + 0x0000000040110638 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_pem_read_buffer + 0x0000000040110638 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x90 (size before relaxing) + .literal.mbedtls_pem_free + 0x000000004011065c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_pem_write_buffer + 0x000000004011065c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x3c (size before relaxing) + .literal.pkcs12_parse_pbe_params + 0x000000004011065c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x14 (size before relaxing) + .literal.pkcs12_fill_buffer + 0x0000000040110668 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pkcs12_pbe_sha1_rc4_128 + 0x0000000040110668 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .literal.mbedtls_pkcs12_derivation + 0x000000004011066c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x58 (size before relaxing) + .literal.pkcs12_pbe_derive_key_iv + 0x0000000040110670 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_pkcs12_pbe + 0x0000000040110670 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x38 (size before relaxing) + .literal.esp_aes_xts_init + 0x0000000040110670 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x8 (size before relaxing) + .literal.esp_aes_xts_free + 0x0000000040110670 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x8 (size before relaxing) + .literal.esp_aes_xts_setkey_enc + 0x0000000040110670 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_xts_setkey_dec + 0x0000000040110670 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_crypt_xts + 0x0000000040110670 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x18 (size before relaxing) + .literal.sha_get_engine_state + 0x0000000040110674 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x20 (size before relaxing) + .literal.esp_sha_lock_engine_common + 0x0000000040110690 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x2c (size before relaxing) + .literal.esp_sha_lock_memory_block + 0x00000000401106a4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x8 (size before relaxing) + .literal.esp_sha_unlock_memory_block + 0x00000000401106a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x8 (size before relaxing) + .literal.esp_sha_try_lock_engine + 0x00000000401106a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4 (size before relaxing) + .literal.esp_sha_unlock_engine + 0x00000000401106a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x1c (size before relaxing) + .literal.esp_sha_wait_idle + 0x00000000401106a8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x20 (size before relaxing) + .literal.esp_sha_read_digest_state + 0x00000000401106b8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4c (size before relaxing) + .literal.esp_sha_block + 0x00000000401106d4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_base64_encode + 0x00000000401106e4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_base64_decode + 0x00000000401106ec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .literal.ccm_auth_crypt + 0x00000000401106f0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x40 (size before relaxing) + .literal.mbedtls_ccm_init + 0x00000000401106f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_setkey + 0x00000000401106f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ccm_free + 0x00000000401106f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ccm_star_encrypt_and_tag + 0x00000000401106f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_encrypt_and_tag + 0x00000000401106f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_star_auth_decrypt + 0x00000000401106f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ccm_auth_decrypt + 0x00000000401106f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.x509_parse_int + 0x00000000401106f4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.x509_date_is_valid + 0x00000000401106f8 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x10 (size before relaxing) + .literal.x509_parse_time + 0x0000000040110704 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x20 (size before relaxing) + .literal.x509_get_attr_type_value + 0x0000000040110704 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1c (size before relaxing) + .literal.x509_get_hash_alg + 0x0000000040110714 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_x509_get_serial + 0x0000000040110720 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_x509_get_alg_null + 0x000000004011072c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_get_alg + 0x000000004011072c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_get_rsassa_pss_params + 0x000000004011072c 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x40 (size before relaxing) + .literal.mbedtls_x509_get_name + 0x0000000040110738 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_x509_get_time + 0x000000004011073c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_x509_get_sig + 0x0000000040110744 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_x509_get_sig_alg + 0x000000004011074c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_x509_get_ext + 0x0000000040110750 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_x509_dn_gets + 0x0000000040110754 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x30 (size before relaxing) + .literal.x509_get_uid + 0x000000004011076c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_string_cmp + 0x0000000040110770 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_name_cmp + 0x0000000040110770 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_check_ee_locally_trusted + 0x0000000040110770 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_version + 0x0000000040110770 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x10 (size before relaxing) + .literal.x509_get_dates + 0x0000000040110774 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x10 (size before relaxing) + .literal.x509_get_basic_constraints + 0x0000000040110778 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x14 (size before relaxing) + .literal.x509_get_key_usage + 0x0000000040110778 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_ns_cert_type + 0x000000004011077c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_ext_key_usage + 0x000000004011077c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_subject_alt_name + 0x000000004011077c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x20 (size before relaxing) + .literal.x509_get_crt_ext + 0x000000004011078c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x44 (size before relaxing) + .literal.x509_profile_check_key + 0x0000000040110794 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_check_wildcard + 0x0000000040110794 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_check_cn + 0x0000000040110794 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_verify_name + 0x0000000040110794 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x14 (size before relaxing) + .literal.x509_crt_check_signature + 0x0000000040110798 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_x509_crt_check_key_usage + 0x0000000040110798 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xc (size before relaxing) + .literal.x509_crt_check_parent + 0x00000000401107a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_find_parent_in + 0x00000000401107a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x10 (size before relaxing) + .literal.x509_crt_find_parent + 0x00000000401107a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_check_extended_key_usage + 0x00000000401107a0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_x509_crt_is_revoked + 0x00000000401107a4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_verifycrl + 0x00000000401107a4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x3c (size before relaxing) + .literal.x509_crt_verify_chain + 0x00000000401107ac 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_x509_crt_verify_restartable + 0x00000000401107b8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_x509_crt_init + 0x00000000401107bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_free + 0x00000000401107bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x38 (size before relaxing) + .literal.x509_crt_parse_der_core + 0x00000000401107bc 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xbc (size before relaxing) + .literal.mbedtls_x509_crt_parse_der + 0x00000000401107c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_x509_crt_parse + 0x00000000401107c8 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_x509_crt_parse_file + 0x00000000401107d4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x10 (size before relaxing) + .literal.x509_csr_get_version + 0x00000000401107d4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_csr_init + 0x00000000401107d4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_csr_free + 0x00000000401107d4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_x509_csr_parse_der + 0x00000000401107d4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x80 (size before relaxing) + .literal.mbedtls_x509_csr_parse + 0x00000000401107d8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_x509_csr_parse_file + 0x00000000401107e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x10 (size before relaxing) + .literal.x509_write_time + 0x00000000401107e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_x509write_crt_init + 0x00000000401107e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_x509write_crt_free + 0x00000000401107e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_x509write_crt_set_subject_name + 0x00000000401107e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509write_crt_set_issuer_name + 0x00000000401107e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509write_crt_set_serial + 0x00000000401107e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509write_crt_set_validity + 0x00000000401107e8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_x509write_crt_set_extension + 0x00000000401107ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509write_crt_set_basic_constraints + 0x00000000401107ec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_x509write_crt_set_subject_key_identifier + 0x00000000401107f0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_x509write_crt_set_authority_key_identifier + 0x00000000401107f8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_x509write_crt_set_key_usage + 0x00000000401107fc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_x509write_crt_set_ns_cert_type + 0x0000000040110800 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_x509write_crt_der + 0x0000000040110804 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x88 (size before relaxing) + .literal.mbedtls_x509write_crt_pem + 0x0000000040110810 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x14 (size before relaxing) + .literal.x509_attr_descr_from_name + 0x0000000040110818 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + .literal.x509_write_name + 0x0000000040110820 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x18 (size before relaxing) + .literal.x509_write_extension + 0x0000000040110820 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_x509_string_to_names + 0x0000000040110820 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_x509_set_extension + 0x0000000040110824 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_x509_write_names + 0x0000000040110824 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_x509_write_sig + 0x0000000040110824 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_x509_write_extensions + 0x0000000040110824 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x4 (size before relaxing) + .literal.esp_ota_get_running_partition + 0x0000000040110824 0x18 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x38 (size before relaxing) + .literal.esp_netif_action_start + 0x000000004011083c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_action_stop + 0x000000004011083c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_action_connected + 0x000000004011083c 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x50 (size before relaxing) + .literal.esp_netif_action_disconnected + 0x000000004011085c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_action_got_ip + 0x000000004011085c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x14 (size before relaxing) + .literal.wifi_create_and_start_sta + 0x0000000040110860 0xc esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x18 (size before relaxing) + .literal.wifi_create_and_start_ap + 0x000000004011086c 0x8 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x18 (size before relaxing) + .literal.tcpip_adapter_set_default_wifi_handlers + 0x0000000040110874 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x1c (size before relaxing) + .literal.tcpip_adapter_clear_default_wifi_handlers + 0x0000000040110884 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x4 (size before relaxing) + .literal.os_get_time + 0x0000000040110884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x4 (size before relaxing) + .literal.os_random + 0x0000000040110884 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .literal.os_get_random + 0x0000000040110888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_install_key + 0x0000000040110888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_get_key + 0x0000000040110888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_sendto_wrapper + 0x0000000040110888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_deauthenticate + 0x0000000040110888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_config_assoc_ie + 0x0000000040110888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x8 (size before relaxing) + .literal.wpa_neg_complete + 0x0000000040110888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_attach + 0x0000000040110888 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x24 (size before relaxing) + .literal.wpa_ap_get_wpa_ie + 0x00000000401108a4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_ap_rx_eapol + 0x00000000401108a4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_deattach + 0x00000000401108a4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_parse_wpa_ie_wrapper + 0x00000000401108a4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x10 (size before relaxing) + .literal.wpa_sta_disconnected_cb + 0x00000000401108a4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_config_profile + 0x00000000401108a4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x2c (size before relaxing) + .literal.wpa_config_bss + 0x00000000401108b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x18 (size before relaxing) + .literal.wpa_sta_connect + 0x00000000401108b0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x18 (size before relaxing) + .literal.esp_supplicant_init + 0x00000000401108b8 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x48 (size before relaxing) + .literal.esp_supplicant_deinit + 0x00000000401108f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa3_parse_sae_commit + 0x00000000401108f8 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x1c (size before relaxing) + .literal.wpa3_parse_sae_confirm + 0x0000000040110904 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x1c (size before relaxing) + .literal.wpa3_parse_sae_msg + 0x000000004011090c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x8 (size before relaxing) + .literal.wpa3_build_sae_commit + 0x000000004011090c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x34 (size before relaxing) + .literal.wpa3_build_sae_confirm + 0x000000004011090c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x10 (size before relaxing) + .literal.wpa3_build_sae_msg + 0x000000004011090c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x8 (size before relaxing) + .literal.esp_wifi_register_wpa3_cb + 0x000000004011090c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .literal.wpa_sm_pmksa_free_cb + 0x0000000040110914 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_supplicant_clr_countermeasures + 0x0000000040110914 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.cipher_type_map_public_to_supp + 0x000000004011091c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .literal.wpa_eapol_key_send + 0x0000000040110920 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_sm_key_request + 0x0000000040110920 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x2c (size before relaxing) + .literal.wpa_sm_rekey_ptk + 0x0000000040110930 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_send_2_of_4 + 0x0000000040110930 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_derive_ptk + 0x0000000040110930 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_supplicant_pairwise_gtk + 0x0000000040110934 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.wpa_report_ie_mismatch + 0x0000000040110934 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.ieee80211w_set_keys + 0x0000000040110934 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_validate_ie + 0x0000000040110938 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_send_4_of_4 + 0x0000000040110938 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_sm_set_seq + 0x000000004011093c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_process_1_of_2_rsn + 0x000000004011093c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_supplicant_process_1_of_2_wpa + 0x000000004011093c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_send_2_of_2 + 0x000000004011093c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x18 (size before relaxing) + .literal.wpa_supplicant_verify_eapol_key_mic + 0x000000004011093c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x28 (size before relaxing) + .literal.wpa_supplicant_decrypt_key_data + 0x000000004011093c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_sm_set_state + 0x000000004011093c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_supplicant_key_neg_complete + 0x0000000040110940 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_process_3_of_4 + 0x0000000040110940 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x28 (size before relaxing) + .literal.wpa_supplicant_process_1_of_2 + 0x0000000040110940 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_stop_countermeasures + 0x0000000040110940 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_sm_set_pmk_from_pmksa + 0x0000000040110940 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_get_pmk + 0x0000000040110940 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x34 (size before relaxing) + .literal.wpa_supplicant_process_1_of_4 + 0x000000004011094c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x2c (size before relaxing) + .literal.wpa_sm_rx_eapol + 0x000000004011094c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x28 (size before relaxing) + .literal.wpa_sm_init + 0x0000000040110950 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.wpa_sm_deinit + 0x0000000040110954 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_set_profile + 0x0000000040110954 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_set_pmk + 0x0000000040110954 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_set_passphrase + 0x000000004011095c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x40 (size before relaxing) + .literal.set_assoc_ie + 0x000000004011095c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_set_bss + 0x000000004011095c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4c (size before relaxing) + .literal.wpa_sm_set_key + 0x0000000040110960 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_supplicant_install_ptk + 0x0000000040110960 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.wpa_supplicant_install_gtk + 0x0000000040110964 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_supplicant_send_4_of_4_txcallback + 0x0000000040110964 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_sm_get_key + 0x0000000040110964 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_gtk_in_use + 0x0000000040110964 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x24 (size before relaxing) + .literal.wpa_supplicant_send_2_of_2_txcallback + 0x0000000040110964 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.wpa_michael_mic_failure + 0x0000000040110964 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x54 (size before relaxing) + .literal.eapol_txcb + 0x0000000040110984 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_sta_in_4way_handshake + 0x000000004011098c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_sta_is_cur_pmksa_set + 0x000000004011098c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_sta_clear_curr_pmksa + 0x000000004011098c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_parse_generic + 0x000000004011098c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .literal.wpa_gen_wpa_ie_rsn + 0x00000000401109a0 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x14 (size before relaxing) + .literal.wpa_gen_wpa_ie_wpa + 0x00000000401109ac 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x10 (size before relaxing) + .literal.wpa_parse_wpa_ie + 0x00000000401109b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_gen_wpa_ie + 0x00000000401109b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_parse_ies + 0x00000000401109b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x8 (size before relaxing) + .literal.hex2byte + 0x00000000401109b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x8 (size before relaxing) + .literal.hexstr2bin + 0x00000000401109b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x4 (size before relaxing) + .literal.wpa_get_ntp_timestamp + 0x00000000401109b4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x14 (size before relaxing) + .literal.printf_decode + 0x00000000401109c0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0xc (size before relaxing) + .literal.dup_binstr + 0x00000000401109c4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x8 (size before relaxing) + .literal.wpa_config_parse_string + 0x00000000401109c4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x38 (size before relaxing) + .literal.wpa_bin_clear_free + 0x00000000401109c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x4 (size before relaxing) + .literal.wpabuf_alloc + 0x00000000401109c8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .literal.wpabuf_free + 0x00000000401109cc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x8 (size before relaxing) + .literal.wpabuf_alloc_copy + 0x00000000401109cc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0xc (size before relaxing) + .literal.wpa_auth_get_sm + 0x00000000401109cc 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .literal.wpa_auth_add_sm + 0x00000000401109d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_auth_del_sm + 0x00000000401109d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_use_aes_cmac + 0x00000000401109d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_receive_error_report + 0x00000000401109d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_free_sta_sm + 0x00000000401109d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_group_init_gmk_and_counter + 0x00000000401109d4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x18 (size before relaxing) + .literal.sm_WPA_PTK_AUTHENTICATION_Enter + 0x00000000401109d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_gmk_to_gtk + 0x00000000401109d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_gtk_update + 0x00000000401109d8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.wpa_group_gtk_init + 0x00000000401109e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_group_setkeys + 0x00000000401109e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_group_config_group_keys + 0x00000000401109e0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_group_setkeysdone + 0x00000000401109e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_group_sm_step + 0x00000000401109e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_group_init + 0x00000000401109e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x18 (size before relaxing) + .literal.wpa_group_ensure_init + 0x00000000401109e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_sta_disconnect + 0x00000000401109e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.sm_WPA_PTK_AUTHENTICATION2_Enter + 0x00000000401109e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.sm_WPA_PTK_DISCONNECT_Enter + 0x00000000401109e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_rekey_gtk + 0x00000000401109e4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_derive_ptk + 0x00000000401109e8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_verify_key_mic + 0x00000000401109ec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_replay_counter_valid + 0x00000000401109ec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_replay_counter_mark_invalid + 0x00000000401109ec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.sm_WPA_PTK_PTKINITDONE_Enter + 0x00000000401109ec 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.ieee80211w_kde_add + 0x00000000401109f0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.resend_eapol_handle + 0x00000000401109f0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.sm_WPA_PTK_INITPSK_Enter + 0x00000000401109f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter + 0x00000000401109f4 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x24 (size before relaxing) + .literal.wpa_init + 0x00000000401109fc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.wpa_auth_sta_init + 0x00000000401109fc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_auth_sta_deinit + 0x00000000401109fc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.__wpa_send_eapol + 0x00000000401109fc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x80 (size before relaxing) + .literal.wpa_send_eapol + 0x00000000401109fc 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.sm_WPA_PTK_PTKSTART_Enter + 0x0000000040110a04 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.sm_WPA_PTK_PTKINITNEGOTIATING_Enter + 0x0000000040110a04 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x24 (size before relaxing) + .literal.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter + 0x0000000040110a04 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.sm_WPA_PTK_GROUP_Step + 0x0000000040110a04 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x1c (size before relaxing) + .literal.wpa_remove_ptk + 0x0000000040110a04 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.sm_WPA_PTK_INITIALIZE_Enter + 0x0000000040110a04 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.sm_WPA_PTK_Step + 0x0000000040110a04 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x70 (size before relaxing) + .literal.wpa_sm_step + 0x0000000040110a08 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_send_eapol_timeout + 0x0000000040110a08 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_rekey_ptk + 0x0000000040110a08 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_auth_sta_associated + 0x0000000040110a08 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_receive + 0x0000000040110a08 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8c (size before relaxing) + .literal.hostap_eapol_resend_process + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_ap_join + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_ap_remove + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_parse_generic + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x14 (size before relaxing) + .literal.wpa_write_wpa_ie + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_write_rsn_ie + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0xc (size before relaxing) + .literal.wpa_auth_gen_wpa_ie + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x14 (size before relaxing) + .literal.wpa_add_kde + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_validate_wpa_ie + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x24 (size before relaxing) + .literal.wpa_parse_kde_ies + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x8 (size before relaxing) + .literal.sae_parse_commit_token + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8 (size before relaxing) + .literal.sae_cn_confirm + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_cn_confirm_ffc + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.get_random_qr_qnr + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x18 (size before relaxing) + .literal.sae_pwd_seed_key + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x14 (size before relaxing) + .literal.get_rand_1_to_p_1 + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x18 (size before relaxing) + .literal.is_quadratic_residue_blind + 0x0000000040110a0c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x24 (size before relaxing) + .literal.sae_test_pwd_seed_ecc + 0x0000000040110a0c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x2c (size before relaxing) + .literal.sae_derive_pwe_ecc + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x38 (size before relaxing) + .literal.sae_test_pwd_seed_ffc + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x38 (size before relaxing) + .literal.sae_derive_pwe_ffc + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x14 (size before relaxing) + .literal.sae_derive_k_ffc + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.sae_get_rand + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x20 (size before relaxing) + .literal.sae_get_rand_and_mask + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_parse_commit_scalar + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x20 (size before relaxing) + .literal.sae_parse_commit_element_ffc + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x3c (size before relaxing) + .literal.sae_derive_commit_element_ecc + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_derive_commit_element_ffc + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_derive_commit + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x24 (size before relaxing) + .literal.sae_derive_k_ecc + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.sae_cn_confirm_ecc + 0x0000000040110a10 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_derive_keys + 0x0000000040110a10 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x30 (size before relaxing) + .literal.sae_parse_commit_element_ecc + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x18 (size before relaxing) + .literal.sae_parse_commit_element + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8 (size before relaxing) + .literal.sae_parse_password_identifier + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.bin_clear_free + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4 (size before relaxing) + .literal.sae_clear_temp_data + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x34 (size before relaxing) + .literal.sae_clear_data + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_set_group + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x30 (size before relaxing) + .literal.sae_prepare_commit + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_process_commit + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_write_commit + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x40 (size before relaxing) + .literal.sae_group_allowed + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4 (size before relaxing) + .literal.sae_parse_commit + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x24 (size before relaxing) + .literal.sae_write_confirm + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.sae_check_confirm + 0x0000000040110a14 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.rsn_selector_to_bitfield + 0x0000000040110a14 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x18 (size before relaxing) + .literal.rsn_key_mgmt_to_bitfield + 0x0000000040110a24 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x14 (size before relaxing) + .literal.wpa_selector_to_bitfield + 0x0000000040110a28 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x14 (size before relaxing) + .literal.wpa_key_mgmt_to_bitfield + 0x0000000040110a38 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0xc (size before relaxing) + .literal.wpa_parse_wpa_ie_rsn + 0x0000000040110a38 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0xc (size before relaxing) + .literal.wpa_parse_wpa_ie_wpa + 0x0000000040110a38 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x10 (size before relaxing) + .literal.wpa_eapol_key_mic + 0x0000000040110a38 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x10 (size before relaxing) + .literal.wpa_compare_rsn_ie + 0x0000000040110a38 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4 (size before relaxing) + .literal.wpa_pmk_to_ptk + 0x0000000040110a38 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x30 (size before relaxing) + .literal.rsn_pmkid + 0x0000000040110a38 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x14 (size before relaxing) + .literal.wpa_cipher_to_suite + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x2c (size before relaxing) + .literal.ecp_opp + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xc (size before relaxing) + .literal.crypto_bignum_init + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x8 (size before relaxing) + .literal.crypto_bignum_init_set + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xc (size before relaxing) + .literal.crypto_bignum_deinit + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x8 (size before relaxing) + .literal.crypto_bignum_to_bin + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x10 (size before relaxing) + .literal.crypto_bignum_add + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_mod + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_exptmod + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_inverse + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_sub + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_div + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_mulmod + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_cmp + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_bits + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_is_zero + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_is_one + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_legendre + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x28 (size before relaxing) + .literal.crypto_ec_deinit + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_init + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x10 (size before relaxing) + .literal.crypto_ec_point_init + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_prime_len + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_prime_len_bits + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_point_deinit + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_point_to_bin + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xc (size before relaxing) + .literal.crypto_ec_point_from_bin + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x20 (size before relaxing) + .literal.crypto_ec_point_add + 0x0000000040110a40 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x10 (size before relaxing) + .literal.crypto_ec_point_mul + 0x0000000040110a40 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x20 (size before relaxing) + .literal.crypto_ec_point_invert + 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_point_compute_y_sqr + 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4c (size before relaxing) + .literal.crypto_ec_point_solve_y_coord + 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x30 (size before relaxing) + .literal.crypto_ec_point_is_at_infinity + 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_point_is_on_curve + 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x24 (size before relaxing) + .literal.crypto_ec_point_cmp + 0x0000000040110a48 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.dh_groups_get + 0x0000000040110a48 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .literal.hostap_init + 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x60 (size before relaxing) + .literal.hostap_deinit + 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x1c (size before relaxing) + .literal.wpa_sm_alloc_eapol + 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0xc (size before relaxing) + .literal.wpa_sm_free_eapol + 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4 (size before relaxing) + .literal.wpa_sm_deauthenticate + 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4 (size before relaxing) + .literal._pmksa_cache_free_entry + 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_free_entry + 0x0000000040110a4c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_set_expiration + 0x0000000040110a4c 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x2c (size before relaxing) + .literal.pmksa_cache_expire + 0x0000000040110a70 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x20 (size before relaxing) + .literal.pmksa_cache_flush + 0x0000000040110a70 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x8 (size before relaxing) + .literal.pmksa_cache_add + 0x0000000040110a70 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x5c (size before relaxing) + .literal.pmksa_cache_clone_entry + 0x0000000040110a78 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_deinit + 0x0000000040110a78 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x14 (size before relaxing) + .literal.pmksa_cache_get + 0x0000000040110a78 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x8 (size before relaxing) + .literal.pmksa_cache_get_opportunistic + 0x0000000040110a78 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_set_current + 0x0000000040110a78 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0xc (size before relaxing) + .literal.pmksa_cache_init + 0x0000000040110a78 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x10 (size before relaxing) + .literal.hostapd_derive_psk + 0x0000000040110a80 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0xc (size before relaxing) + .literal.hostapd_setup_wpa_psk + 0x0000000040110a80 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x4 (size before relaxing) + .literal.hostapd_get_psk + 0x0000000040110a80 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_check_pub_priv + 0x0000000040110a80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x34 (size before relaxing) + .literal.ecp_mod_p255 + 0x0000000040110a80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x18 (size before relaxing) + .text.mbedtls_ecp_check_pub_priv + 0x0000000040110a80 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xbc (size before relaxing) + 0x0000000040110a80 mbedtls_ecp_check_pub_priv + .text.ecp_mod_p255 + 0x0000000040110b18 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xac (size before relaxing) + .text.ecp_mod_p521 + 0x0000000040110bb4 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x0000000040110c26 0x2 + .text.ecp_mod_p192 + 0x0000000040110c28 0x220 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .text.ecp_mod_p384 - 0x0000000040110ac0 0x83c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x0000000040110e48 0x83c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0x844 (size before relaxing) .text.ecp_group_load - 0x00000000401112fc 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x0000000040111684 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0x7e (size before relaxing) - *fill* 0x0000000040111372 0x2 + *fill* 0x00000000401116fa 0x2 .text.ecp_use_curve25519 - 0x0000000040111374 0x93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x00000000401116fc 0x93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0xb7 (size before relaxing) - *fill* 0x0000000040111407 0x1 + *fill* 0x000000004011178f 0x1 .text.ecp_mod_p224 - 0x0000000040111408 0x32c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x0000000040111790 0x32c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0x334 (size before relaxing) .text.ecp_mod_p256 - 0x0000000040111734 0x65c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x0000000040111abc 0x65c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0x660 (size before relaxing) .text.ecp_mod_p192k1 - 0x0000000040111d90 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x0000000040112118 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0x116 (size before relaxing) - *fill* 0x0000000040111e9e 0x2 + *fill* 0x0000000040112226 0x2 .text.ecp_mod_p256k1 - 0x0000000040111ea0 0x10a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x0000000040112228 0x10a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0x116 (size before relaxing) - *fill* 0x0000000040111faa 0x2 + *fill* 0x0000000040112332 0x2 .text.ecp_mod_p224k1 - 0x0000000040111fac 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x0000000040112334 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) 0x116 (size before relaxing) - *fill* 0x00000000401120ba 0x2 - .text.mbedtls_ecp_group_load - 0x00000000401120bc 0x283 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0x28e (size before relaxing) - 0x00000000401120bc mbedtls_ecp_group_load - *fill* 0x000000004011233f 0x1 - .text.entropy_update - 0x0000000040112340 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x6a (size before relaxing) - *fill* 0x00000000401123a2 0x2 - .text.entropy_gather_internal - 0x00000000401123a4 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0xa2 (size before relaxing) *fill* 0x0000000040112442 0x2 + .text.mbedtls_ecp_group_load + 0x0000000040112444 0x283 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x28e (size before relaxing) + 0x0000000040112444 mbedtls_ecp_group_load + *fill* 0x00000000401126c7 0x1 + .text.entropy_update + 0x00000000401126c8 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x6a (size before relaxing) + *fill* 0x000000004011272a 0x2 + .text.entropy_gather_internal + 0x000000004011272c 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0xa2 (size before relaxing) + *fill* 0x00000000401127ca 0x2 .text.mbedtls_entropy_free - 0x0000000040112444 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x00000000401127cc 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) 0x24 (size before relaxing) - 0x0000000040112444 mbedtls_entropy_free + 0x00000000401127cc mbedtls_entropy_free .text.mbedtls_entropy_init - 0x0000000040112460 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x00000000401127e8 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) 0x36 (size before relaxing) - 0x0000000040112460 mbedtls_entropy_init - *fill* 0x0000000040112492 0x2 + 0x00000000401127e8 mbedtls_entropy_init + *fill* 0x000000004011281a 0x2 .text.mbedtls_entropy_func - 0x0000000040112494 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x000000004011281c 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) 0xf8 (size before relaxing) - 0x0000000040112494 mbedtls_entropy_func + 0x000000004011281c mbedtls_entropy_func .text.mbedtls_strerror - 0x0000000040112578 0xd5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + 0x0000000040112900 0xd5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) 0x102e (size before relaxing) - 0x0000000040112578 mbedtls_strerror - *fill* 0x00000000401132d6 0x2 - .text.mbedtls_md_info_from_type - 0x00000000401132d8 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x00000000401132d8 mbedtls_md_info_from_type - *fill* 0x0000000040113316 0x2 - .text.mbedtls_md_free - 0x0000000040113318 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x38 (size before relaxing) - 0x0000000040113318 mbedtls_md_free - .text.mbedtls_md_setup - 0x000000004011334c 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x55 (size before relaxing) - 0x000000004011334c mbedtls_md_setup - *fill* 0x000000004011339d 0x3 - .text.mbedtls_md_starts - 0x00000000401133a0 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x00000000401133a0 mbedtls_md_starts - *fill* 0x00000000401133c1 0x3 - .text.mbedtls_md_update - 0x00000000401133c4 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x00000000401133c4 mbedtls_md_update - *fill* 0x00000000401133e9 0x3 - .text.mbedtls_md_finish - 0x00000000401133ec 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x00000000401133ec mbedtls_md_finish - *fill* 0x0000000040113411 0x3 - .text.mbedtls_md - 0x0000000040113414 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x0000000040113414 mbedtls_md - *fill* 0x000000004011342e 0x2 - .text.mbedtls_md_hmac_starts - 0x0000000040113430 0xd3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x0000000040113430 mbedtls_md_hmac_starts - *fill* 0x0000000040113503 0x1 - .text.mbedtls_md_hmac_update - 0x0000000040113504 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x0000000040113504 mbedtls_md_hmac_update - *fill* 0x0000000040113535 0x3 - .text.mbedtls_md_hmac_finish - 0x0000000040113538 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x0000000040113538 mbedtls_md_hmac_finish - .text.mbedtls_md_hmac_reset - 0x00000000401135ac 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x00000000401135ac mbedtls_md_hmac_reset - .text.mbedtls_md_process - 0x00000000401135ec 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x00000000401135ec mbedtls_md_process - *fill* 0x000000004011360e 0x2 - .text.md5_process_wrap - 0x0000000040113610 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x0000000040113621 0x3 - .text.md5_clone_wrap - 0x0000000040113624 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x0000000040113633 0x1 - .text.md5_ctx_free - 0x0000000040113634 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x16 (size before relaxing) - *fill* 0x0000000040113646 0x2 - .text.md5_ctx_alloc - 0x0000000040113648 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0x1a (size before relaxing) + 0x0000000040112900 mbedtls_strerror *fill* 0x000000004011365e 0x2 + .text.mbedtls_md_info_from_type + 0x0000000040113660 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x0000000040113660 mbedtls_md_info_from_type + *fill* 0x000000004011369e 0x2 + .text.mbedtls_md_free + 0x00000000401136a0 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x38 (size before relaxing) + 0x00000000401136a0 mbedtls_md_free + .text.mbedtls_md_setup + 0x00000000401136d4 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x55 (size before relaxing) + 0x00000000401136d4 mbedtls_md_setup + *fill* 0x0000000040113725 0x3 + .text.mbedtls_md_starts + 0x0000000040113728 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x0000000040113728 mbedtls_md_starts + *fill* 0x0000000040113749 0x3 + .text.mbedtls_md_update + 0x000000004011374c 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004011374c mbedtls_md_update + *fill* 0x0000000040113771 0x3 + .text.mbedtls_md_finish + 0x0000000040113774 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x0000000040113774 mbedtls_md_finish + *fill* 0x0000000040113799 0x3 + .text.mbedtls_md + 0x000000004011379c 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004011379c mbedtls_md + *fill* 0x00000000401137b6 0x2 + .text.mbedtls_md_hmac_starts + 0x00000000401137b8 0xd3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401137b8 mbedtls_md_hmac_starts + *fill* 0x000000004011388b 0x1 + .text.mbedtls_md_hmac_update + 0x000000004011388c 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004011388c mbedtls_md_hmac_update + *fill* 0x00000000401138bd 0x3 + .text.mbedtls_md_hmac_finish + 0x00000000401138c0 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401138c0 mbedtls_md_hmac_finish + .text.mbedtls_md_hmac_reset + 0x0000000040113934 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x0000000040113934 mbedtls_md_hmac_reset + .text.mbedtls_md_process + 0x0000000040113974 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x0000000040113974 mbedtls_md_process + *fill* 0x0000000040113996 0x2 + .text.md5_process_wrap + 0x0000000040113998 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x00000000401139a9 0x3 + .text.md5_clone_wrap + 0x00000000401139ac 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x00000000401139bb 0x1 + .text.md5_ctx_free + 0x00000000401139bc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x00000000401139ce 0x2 + .text.md5_ctx_alloc + 0x00000000401139d0 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x00000000401139e6 0x2 .text.md5_finish_wrap - 0x0000000040113660 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x0000000040113671 0x3 + 0x00000000401139e8 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x00000000401139f9 0x3 .text.md5_update_wrap - 0x0000000040113674 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x00000000401139fc 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x14 (size before relaxing) .text.md5_starts_wrap - 0x0000000040113684 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113a0c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x10 (size before relaxing) .text.sha1_process_wrap - 0x0000000040113690 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x00000000401136a1 0x3 + 0x0000000040113a18 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113a29 0x3 .text.sha1_clone_wrap - 0x00000000401136a4 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x00000000401136b3 0x1 + 0x0000000040113a2c 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113a3b 0x1 .text.sha1_ctx_free - 0x00000000401136b4 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113a3c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x16 (size before relaxing) - *fill* 0x00000000401136c6 0x2 + *fill* 0x0000000040113a4e 0x2 .text.sha1_ctx_alloc - 0x00000000401136c8 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113a50 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x1a (size before relaxing) - *fill* 0x00000000401136de 0x2 + *fill* 0x0000000040113a66 0x2 .text.sha1_finish_wrap - 0x00000000401136e0 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x00000000401136f1 0x3 + 0x0000000040113a68 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113a79 0x3 .text.sha1_update_wrap - 0x00000000401136f4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113a7c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x14 (size before relaxing) .text.sha1_starts_wrap - 0x0000000040113704 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113a8c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x10 (size before relaxing) .text.sha224_process_wrap - 0x0000000040113710 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x0000000040113721 0x3 + 0x0000000040113a98 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113aa9 0x3 .text.sha224_clone_wrap - 0x0000000040113724 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x0000000040113733 0x1 + 0x0000000040113aac 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113abb 0x1 .text.sha224_ctx_free - 0x0000000040113734 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113abc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x16 (size before relaxing) - *fill* 0x0000000040113746 0x2 + *fill* 0x0000000040113ace 0x2 .text.sha224_ctx_alloc - 0x0000000040113748 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113ad0 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x1a (size before relaxing) - *fill* 0x000000004011375e 0x2 + *fill* 0x0000000040113ae6 0x2 .text.sha224_wrap - 0x0000000040113760 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x0000000040113775 0x3 + 0x0000000040113ae8 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113afd 0x3 .text.sha256_wrap - 0x0000000040113778 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x000000004011378d 0x3 + 0x0000000040113b00 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113b15 0x3 .text.sha224_finish_wrap - 0x0000000040113790 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x00000000401137a1 0x3 + 0x0000000040113b18 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113b29 0x3 .text.sha224_update_wrap - 0x00000000401137a4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113b2c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x14 (size before relaxing) .text.sha224_starts_wrap - 0x00000000401137b4 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x00000000401137c5 0x3 + 0x0000000040113b3c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113b4d 0x3 .text.sha256_starts_wrap - 0x00000000401137c8 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x00000000401137d9 0x3 + 0x0000000040113b50 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113b61 0x3 .text.sha384_process_wrap - 0x00000000401137dc 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x00000000401137ed 0x3 + 0x0000000040113b64 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113b75 0x3 .text.sha384_clone_wrap - 0x00000000401137f0 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x00000000401137ff 0x1 + 0x0000000040113b78 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113b87 0x1 .text.sha384_ctx_free - 0x0000000040113800 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113b88 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x16 (size before relaxing) - *fill* 0x0000000040113812 0x2 + *fill* 0x0000000040113b9a 0x2 .text.sha384_ctx_alloc - 0x0000000040113814 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113b9c 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x1a (size before relaxing) - *fill* 0x000000004011382a 0x2 + *fill* 0x0000000040113bb2 0x2 .text.sha384_wrap - 0x000000004011382c 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x0000000040113841 0x3 + 0x0000000040113bb4 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113bc9 0x3 .text.sha512_wrap - 0x0000000040113844 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x0000000040113859 0x3 + 0x0000000040113bcc 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113be1 0x3 .text.sha384_finish_wrap - 0x000000004011385c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x000000004011386d 0x3 + 0x0000000040113be4 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113bf5 0x3 .text.sha384_update_wrap - 0x0000000040113870 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000040113bf8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) 0x14 (size before relaxing) .text.sha384_starts_wrap - 0x0000000040113880 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x0000000040113891 0x3 + 0x0000000040113c08 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113c19 0x3 .text.sha512_starts_wrap - 0x0000000040113894 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - *fill* 0x00000000401138a5 0x3 + 0x0000000040113c1c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + *fill* 0x0000000040113c2d 0x3 .text.mbedtls_pk_free - 0x00000000401138a8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x00000000401138a8 mbedtls_pk_free + 0x0000000040113c30 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113c30 mbedtls_pk_free .text.mbedtls_pk_info_from_type - 0x00000000401138c4 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x00000000401138c4 mbedtls_pk_info_from_type - *fill* 0x00000000401138fd 0x3 + 0x0000000040113c4c 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113c4c mbedtls_pk_info_from_type + *fill* 0x0000000040113c85 0x3 .text.mbedtls_pk_setup - 0x0000000040113900 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x0000000040113900 mbedtls_pk_setup - *fill* 0x000000004011392b 0x1 + 0x0000000040113c88 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113c88 mbedtls_pk_setup + *fill* 0x0000000040113cb3 0x1 .text.mbedtls_pk_verify_restartable - 0x000000004011392c 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113cb4 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) 0x4f (size before relaxing) - 0x000000004011392c mbedtls_pk_verify_restartable - *fill* 0x0000000040113977 0x1 + 0x0000000040113cb4 mbedtls_pk_verify_restartable + *fill* 0x0000000040113cff 0x1 .text.mbedtls_pk_verify - 0x0000000040113978 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x0000000040113978 mbedtls_pk_verify - *fill* 0x0000000040113995 0x3 + 0x0000000040113d00 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113d00 mbedtls_pk_verify + *fill* 0x0000000040113d1d 0x3 .text.mbedtls_pk_sign_restartable - 0x0000000040113998 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113d20 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) 0x59 (size before relaxing) - 0x0000000040113998 mbedtls_pk_sign_restartable - *fill* 0x00000000401139ed 0x3 + 0x0000000040113d20 mbedtls_pk_sign_restartable + *fill* 0x0000000040113d75 0x3 .text.mbedtls_pk_sign - 0x00000000401139f0 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x00000000401139f0 mbedtls_pk_sign - *fill* 0x0000000040113a15 0x3 + 0x0000000040113d78 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113d78 mbedtls_pk_sign + *fill* 0x0000000040113d9d 0x3 .text.mbedtls_pk_decrypt - 0x0000000040113a18 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x0000000040113a18 mbedtls_pk_decrypt - *fill* 0x0000000040113a4d 0x3 + 0x0000000040113da0 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113da0 mbedtls_pk_decrypt + *fill* 0x0000000040113dd5 0x3 .text.mbedtls_pk_encrypt - 0x0000000040113a50 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x0000000040113a50 mbedtls_pk_encrypt - *fill* 0x0000000040113a85 0x3 + 0x0000000040113dd8 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113dd8 mbedtls_pk_encrypt + *fill* 0x0000000040113e0d 0x3 .text.mbedtls_pk_check_pair - 0x0000000040113a88 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x0000000040113a88 mbedtls_pk_check_pair - *fill* 0x0000000040113ad5 0x3 + 0x0000000040113e10 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113e10 mbedtls_pk_check_pair + *fill* 0x0000000040113e5d 0x3 .text.mbedtls_pk_verify_ext - 0x0000000040113ad8 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040113e60 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) 0xb2 (size before relaxing) - 0x0000000040113ad8 mbedtls_pk_verify_ext - *fill* 0x0000000040113b7e 0x2 + 0x0000000040113e60 mbedtls_pk_verify_ext + *fill* 0x0000000040113f06 0x2 .text.rsa_debug - 0x0000000040113b80 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x0000000040113b9e 0x2 + 0x0000000040113f08 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x0000000040113f26 0x2 .text.eckey_debug - 0x0000000040113ba0 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x0000000040113bb5 0x3 + 0x0000000040113f28 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x0000000040113f3d 0x3 .text.rsa_free_wrap - 0x0000000040113bb8 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000040113f40 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x16 (size before relaxing) - *fill* 0x0000000040113bca 0x2 + *fill* 0x0000000040113f52 0x2 .text.rsa_alloc_wrap - 0x0000000040113bcc 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000040113f54 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x1e (size before relaxing) - *fill* 0x0000000040113be6 0x2 + *fill* 0x0000000040113f6e 0x2 .text.rsa_check_pair_wrap - 0x0000000040113be8 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x0000000040113bf9 0x3 + 0x0000000040113f70 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x0000000040113f81 0x3 .text.rsa_get_bitlen - 0x0000000040113bfc 0xd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000040113f84 0xd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x11 (size before relaxing) - *fill* 0x0000000040113c09 0x3 + *fill* 0x0000000040113f91 0x3 .text.rsa_encrypt_wrap - 0x0000000040113c0c 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000040113f94 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x31 (size before relaxing) - *fill* 0x0000000040113c39 0x3 + *fill* 0x0000000040113fc1 0x3 .text.rsa_decrypt_wrap - 0x0000000040113c3c 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000040113fc4 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x31 (size before relaxing) - *fill* 0x0000000040113c69 0x3 + *fill* 0x0000000040113ff1 0x3 .text.rsa_sign_wrap - 0x0000000040113c6c 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000040113ff4 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x28 (size before relaxing) .text.rsa_verify_wrap - 0x0000000040113c90 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000040114018 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x3f (size before relaxing) - *fill* 0x0000000040113cc7 0x1 + *fill* 0x000000004011404f 0x1 .text.eckey_free_wrap - 0x0000000040113cc8 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000040114050 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x16 (size before relaxing) - *fill* 0x0000000040113cda 0x2 + *fill* 0x0000000040114062 0x2 .text.eckey_alloc_wrap - 0x0000000040113cdc 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000040114064 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x1a (size before relaxing) - *fill* 0x0000000040113cf2 0x2 + *fill* 0x000000004011407a 0x2 .text.eckey_check_pair - 0x0000000040113cf4 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x0000000040113d05 0x3 + 0x000000004011407c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004011408d 0x3 .text.ecdsa_alloc_wrap - 0x0000000040113d08 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000040114090 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x1a (size before relaxing) - *fill* 0x0000000040113d1e 0x2 + *fill* 0x00000000401140a6 0x2 .text.ecdsa_free_wrap - 0x0000000040113d20 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x00000000401140a8 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x16 (size before relaxing) - *fill* 0x0000000040113d32 0x2 + *fill* 0x00000000401140ba 0x2 .text.ecdsa_sign_wrap - 0x0000000040113d34 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x0000000040113d55 0x3 + 0x00000000401140bc 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x00000000401140dd 0x3 .text.eckey_sign_wrap - 0x0000000040113d58 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x00000000401140e0 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x47 (size before relaxing) - *fill* 0x0000000040113d94 0x0 + *fill* 0x000000004011411c 0x0 .text.ecdsa_verify_wrap - 0x0000000040113d94 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000004011411c 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x21 (size before relaxing) - *fill* 0x0000000040113db1 0x3 + *fill* 0x0000000040114139 0x3 .text.eckey_verify_wrap - 0x0000000040113db4 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000004011413c 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) 0x38 (size before relaxing) - *fill* 0x0000000040113de1 0x3 + *fill* 0x0000000040114169 0x3 .text.pkcs5_parse_pbkdf2_params - 0x0000000040113de4 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x000000004011416c 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) 0xaf (size before relaxing) - *fill* 0x0000000040113e8f 0x1 + *fill* 0x0000000040114217 0x1 .text.mbedtls_pkcs5_pbkdf2_hmac - 0x0000000040113e90 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x0000000040114218 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) 0x114 (size before relaxing) - 0x0000000040113e90 mbedtls_pkcs5_pbkdf2_hmac + 0x0000000040114218 mbedtls_pkcs5_pbkdf2_hmac .text.mbedtls_pkcs5_pbes2 - 0x0000000040113f90 0x1ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x0000000040114318 0x1ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) 0x1f6 (size before relaxing) - 0x0000000040113f90 mbedtls_pkcs5_pbes2 - *fill* 0x000000004011415a 0x2 + 0x0000000040114318 mbedtls_pkcs5_pbes2 + *fill* 0x00000000401144e2 0x2 .text.pk_get_ecparams - 0x000000004011415c 0x5d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - *fill* 0x00000000401141b9 0x3 + 0x00000000401144e4 0x5d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x0000000040114541 0x3 .text.pk_get_pk_alg - 0x00000000401141bc 0x83 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x0000000040114544 0x83 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0x87 (size before relaxing) - *fill* 0x000000004011423f 0x1 + *fill* 0x00000000401145c7 0x1 .text.pk_get_rsapubkey - 0x0000000040114240 0xdd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x00000000401145c8 0xdd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0xe9 (size before relaxing) - *fill* 0x000000004011431d 0x3 + *fill* 0x00000000401146a5 0x3 .text.pk_group_from_specified - 0x0000000040114320 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x00000000401146a8 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0x212 (size before relaxing) - *fill* 0x0000000040114502 0x2 + *fill* 0x000000004011488a 0x2 .text.pk_group_id_from_group - 0x0000000040114504 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x000000004011488c 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0xd2 (size before relaxing) - *fill* 0x00000000401145b6 0x2 + *fill* 0x000000004011493e 0x2 .text.pk_group_id_from_specified - 0x00000000401145b8 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x0000000040114940 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0x30 (size before relaxing) - *fill* 0x00000000401145dd 0x3 + *fill* 0x0000000040114965 0x3 .text.pk_use_ecparams - 0x00000000401145e0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x0000000040114968 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0x48 (size before relaxing) .text.pk_get_ecpubkey - 0x0000000040114624 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x00000000401149ac 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0x2a (size before relaxing) - *fill* 0x000000004011464a 0x2 + *fill* 0x00000000401149d2 0x2 + .text.asn1_get_nonzero_mpi + 0x00000000401149d4 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x27 (size before relaxing) + *fill* 0x00000000401149f3 0x1 .text.pk_parse_key_pkcs1_der - 0x000000004011464c 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x204 (size before relaxing) + 0x00000000401149f4 0x17e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x1b6 (size before relaxing) + *fill* 0x0000000040114b72 0x2 .text.pk_parse_key_sec1_der - 0x000000004011481c 0x17f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x0000000040114b74 0x183 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0x19f (size before relaxing) - *fill* 0x000000004011499b 0x1 + *fill* 0x0000000040114cf7 0x1 .text.pk_parse_key_pkcs8_unencrypted_der - 0x000000004011499c 0xea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0xfe (size before relaxing) - *fill* 0x0000000040114a86 0x2 + 0x0000000040114cf8 0xea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x102 (size before relaxing) + *fill* 0x0000000040114de2 0x2 .text.pk_parse_key_pkcs8_encrypted_der - 0x0000000040114a88 0x136 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x0000000040114de4 0x136 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0x13e (size before relaxing) - *fill* 0x0000000040114bbe 0x2 + *fill* 0x0000000040114f1a 0x2 .text.mbedtls_pk_load_file - 0x0000000040114bc0 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x0000000040114f1c 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0xd0 (size before relaxing) - 0x0000000040114bc0 mbedtls_pk_load_file + 0x0000000040114f1c mbedtls_pk_load_file .text.mbedtls_pk_parse_subpubkey - 0x0000000040114c7c 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x0000000040114fd8 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0xde (size before relaxing) - 0x0000000040114c7c mbedtls_pk_parse_subpubkey - *fill* 0x0000000040114d42 0x2 + 0x0000000040114fd8 mbedtls_pk_parse_subpubkey + *fill* 0x000000004011509e 0x2 .text.mbedtls_pk_parse_key - 0x0000000040114d44 0x26a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x2d2 (size before relaxing) - 0x0000000040114d44 mbedtls_pk_parse_key - *fill* 0x0000000040114fae 0x2 + 0x00000000401150a0 0x26a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x2d6 (size before relaxing) + 0x00000000401150a0 mbedtls_pk_parse_key + *fill* 0x000000004011530a 0x2 .text.mbedtls_pk_parse_keyfile - 0x0000000040114fb0 0x4f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x000000004011530c 0x4f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) 0x5b (size before relaxing) - 0x0000000040114fb0 mbedtls_pk_parse_keyfile - *fill* 0x0000000040114fff 0x1 + 0x000000004011530c mbedtls_pk_parse_keyfile + *fill* 0x000000004011535b 0x1 .text.pk_write_rsa_pubkey - 0x0000000040115000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x000000004011535c 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) 0x9a (size before relaxing) - *fill* 0x0000000040115086 0x2 + *fill* 0x00000000401153e2 0x2 .text.pk_write_ec_pubkey - 0x0000000040115088 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x00000000401153e4 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) 0x50 (size before relaxing) .text.pk_write_ec_param - 0x00000000401150d4 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x0000000040115430 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) 0x24 (size before relaxing) + .text.pk_write_ec_private + 0x0000000040115450 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x3a (size before relaxing) + *fill* 0x0000000040115486 0x2 .text.mbedtls_pk_write_pubkey - 0x00000000401150f4 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x0000000040115488 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) 0x42 (size before relaxing) - 0x00000000401150f4 mbedtls_pk_write_pubkey - *fill* 0x000000004011512a 0x2 + 0x0000000040115488 mbedtls_pk_write_pubkey + *fill* 0x00000000401154be 0x2 .text.mbedtls_pk_write_pubkey_der - 0x000000004011512c 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x00000000401154c0 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) 0xd8 (size before relaxing) - 0x000000004011512c mbedtls_pk_write_pubkey_der + 0x00000000401154c0 mbedtls_pk_write_pubkey_der .text.mbedtls_pk_write_key_der - 0x00000000401151e0 0x28a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - 0x2fe (size before relaxing) - 0x00000000401151e0 mbedtls_pk_write_key_der - *fill* 0x000000004011546a 0x2 + 0x0000000040115574 0x282 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x2f6 (size before relaxing) + 0x0000000040115574 mbedtls_pk_write_key_der + *fill* 0x00000000401157f6 0x2 .text.mbedtls_pk_write_key_pem - 0x000000004011546c 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x00000000401157f8 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) 0x6e (size before relaxing) - 0x000000004011546c mbedtls_pk_write_key_pem - *fill* 0x00000000401154d2 0x2 + 0x00000000401157f8 mbedtls_pk_write_key_pem + *fill* 0x000000004011585e 0x2 .text.mbedtls_calloc - 0x00000000401154d4 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - 0x00000000401154d4 mbedtls_calloc + 0x0000000040115860 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x0000000040115860 mbedtls_calloc .text.mbedtls_free - 0x00000000401154e8 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - 0x00000000401154e8 mbedtls_free - *fill* 0x00000000401154f7 0x1 + 0x0000000040115874 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x0000000040115874 mbedtls_free + *fill* 0x0000000040115883 0x1 .text.mbedtls_platform_zeroize - 0x00000000401154f8 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - 0x00000000401154f8 mbedtls_platform_zeroize - *fill* 0x000000004011550e 0x2 - .text.if_int 0x0000000040115510 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040115884 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x0000000040115884 mbedtls_platform_zeroize + .text.if_int 0x000000004011589c 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x17 (size before relaxing) - *fill* 0x0000000040115523 0x1 + *fill* 0x00000000401158af 0x1 .text.mem_move_to_left - 0x0000000040115524 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401158b0 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x64 (size before relaxing) .text.rsa_check_context - 0x0000000040115580 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004011590c 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0xe8 (size before relaxing) .text.rsa_prepare_blinding - 0x0000000040115648 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401159d4 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0xc8 (size before relaxing) .text.mgf_mask - 0x00000000401156f4 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040115a80 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0xac (size before relaxing) .text.rsa_rsassa_pkcs1_v15_encode - 0x0000000040115790 0x152 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040115b1c 0x152 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x15a (size before relaxing) - *fill* 0x00000000401158e2 0x2 + *fill* 0x0000000040115c6e 0x2 + .text.mbedtls_rsa_import + 0x0000000040115c70 0x65 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x75 (size before relaxing) + 0x0000000040115c70 mbedtls_rsa_import + *fill* 0x0000000040115cd5 0x3 .text.mbedtls_rsa_import_raw - 0x00000000401158e4 0x81 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040115cd8 0x81 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x89 (size before relaxing) - 0x00000000401158e4 mbedtls_rsa_import_raw - *fill* 0x0000000040115965 0x3 + 0x0000000040115cd8 mbedtls_rsa_import_raw + *fill* 0x0000000040115d59 0x3 .text.mbedtls_rsa_complete - 0x0000000040115968 0x1b1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x1c1 (size before relaxing) - 0x0000000040115968 mbedtls_rsa_complete - *fill* 0x0000000040115b19 0x3 + 0x0000000040115d5c 0x1f1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x211 (size before relaxing) + 0x0000000040115d5c mbedtls_rsa_complete + *fill* 0x0000000040115f4d 0x3 .text.mbedtls_rsa_export - 0x0000000040115b1c 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040115f50 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0xd0 (size before relaxing) - 0x0000000040115b1c mbedtls_rsa_export + 0x0000000040115f50 mbedtls_rsa_export .text.mbedtls_rsa_export_crt - 0x0000000040115bd0 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116004 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x8c (size before relaxing) - 0x0000000040115bd0 mbedtls_rsa_export_crt + 0x0000000040116004 mbedtls_rsa_export_crt .text.mbedtls_rsa_init - 0x0000000040115c44 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x0000000040115c44 mbedtls_rsa_init - *fill* 0x0000000040115c62 0x2 + 0x0000000040116078 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116078 mbedtls_rsa_init + *fill* 0x0000000040116096 0x2 .text.mbedtls_rsa_check_pubkey - 0x0000000040115c64 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116098 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x68 (size before relaxing) - 0x0000000040115c64 mbedtls_rsa_check_pubkey + 0x0000000040116098 mbedtls_rsa_check_pubkey .text.mbedtls_rsa_check_privkey - 0x0000000040115cb8 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401160ec 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x6b (size before relaxing) - 0x0000000040115cb8 mbedtls_rsa_check_privkey - *fill* 0x0000000040115d1b 0x1 + 0x00000000401160ec mbedtls_rsa_check_privkey + *fill* 0x000000004011614f 0x1 .text.mbedtls_rsa_check_pub_priv - 0x0000000040115d1c 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116150 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x41 (size before relaxing) - 0x0000000040115d1c mbedtls_rsa_check_pub_priv - *fill* 0x0000000040115d55 0x3 + 0x0000000040116150 mbedtls_rsa_check_pub_priv + *fill* 0x0000000040116189 0x3 .text.mbedtls_rsa_public - 0x0000000040115d58 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004011618c 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x82 (size before relaxing) - 0x0000000040115d58 mbedtls_rsa_public - *fill* 0x0000000040115dca 0x2 + 0x000000004011618c mbedtls_rsa_public + *fill* 0x00000000401161fe 0x2 .text.mbedtls_rsa_private - 0x0000000040115dcc 0x264 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116200 0x264 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x2f4 (size before relaxing) - 0x0000000040115dcc mbedtls_rsa_private + 0x0000000040116200 mbedtls_rsa_private .text.mbedtls_rsa_rsaes_oaep_encrypt - 0x0000000040116030 0x14c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116464 0x14c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x160 (size before relaxing) - 0x0000000040116030 mbedtls_rsa_rsaes_oaep_encrypt + 0x0000000040116464 mbedtls_rsa_rsaes_oaep_encrypt .text.mbedtls_rsa_rsaes_pkcs1_v15_encrypt - 0x000000004011617c 0xfd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x000000004011617c mbedtls_rsa_rsaes_pkcs1_v15_encrypt - *fill* 0x0000000040116279 0x3 + 0x00000000401165b0 0xfd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401165b0 mbedtls_rsa_rsaes_pkcs1_v15_encrypt + *fill* 0x00000000401166ad 0x3 .text.mbedtls_rsa_pkcs1_encrypt - 0x000000004011627c 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x000000004011627c mbedtls_rsa_pkcs1_encrypt + 0x00000000401166b0 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401166b0 mbedtls_rsa_pkcs1_encrypt .text.mbedtls_rsa_rsaes_oaep_decrypt - 0x00000000401162c8 0x201 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401166fc 0x201 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x225 (size before relaxing) - 0x00000000401162c8 mbedtls_rsa_rsaes_oaep_decrypt - *fill* 0x00000000401164c9 0x3 + 0x00000000401166fc mbedtls_rsa_rsaes_oaep_decrypt + *fill* 0x00000000401168fd 0x3 .text.mbedtls_rsa_rsaes_pkcs1_v15_decrypt - 0x00000000401164cc 0x1b1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116900 0x1b1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x1dd (size before relaxing) - 0x00000000401164cc mbedtls_rsa_rsaes_pkcs1_v15_decrypt - *fill* 0x000000004011667d 0x3 + 0x0000000040116900 mbedtls_rsa_rsaes_pkcs1_v15_decrypt + *fill* 0x0000000040116ab1 0x3 .text.mbedtls_rsa_pkcs1_decrypt - 0x0000000040116680 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x0000000040116680 mbedtls_rsa_pkcs1_decrypt + 0x0000000040116ab4 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116ab4 mbedtls_rsa_pkcs1_decrypt .text.mbedtls_rsa_rsassa_pss_sign - 0x00000000401166d4 0x1e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116b08 0x1e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x218 (size before relaxing) - 0x00000000401166d4 mbedtls_rsa_rsassa_pss_sign + 0x0000000040116b08 mbedtls_rsa_rsassa_pss_sign .text.mbedtls_rsa_rsassa_pkcs1_v15_sign - 0x00000000401168b8 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116cec 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0xda (size before relaxing) - 0x00000000401168b8 mbedtls_rsa_rsassa_pkcs1_v15_sign - *fill* 0x000000004011697e 0x2 + 0x0000000040116cec mbedtls_rsa_rsassa_pkcs1_v15_sign + *fill* 0x0000000040116db2 0x2 .text.mbedtls_rsa_pkcs1_sign - 0x0000000040116980 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x0000000040116980 mbedtls_rsa_pkcs1_sign - *fill* 0x00000000401169cd 0x3 + 0x0000000040116db4 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116db4 mbedtls_rsa_pkcs1_sign + *fill* 0x0000000040116e01 0x3 .text.mbedtls_rsa_rsassa_pss_verify_ext - 0x00000000401169d0 0x222 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040116e04 0x222 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x246 (size before relaxing) - 0x00000000401169d0 mbedtls_rsa_rsassa_pss_verify_ext - *fill* 0x0000000040116bf2 0x2 + 0x0000000040116e04 mbedtls_rsa_rsassa_pss_verify_ext + *fill* 0x0000000040117026 0x2 .text.mbedtls_rsa_rsassa_pss_verify - 0x0000000040116bf4 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x0000000040116bf4 mbedtls_rsa_rsassa_pss_verify - *fill* 0x0000000040116c22 0x2 + 0x0000000040117028 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040117028 mbedtls_rsa_rsassa_pss_verify + *fill* 0x0000000040117056 0x2 .text.mbedtls_rsa_rsassa_pkcs1_v15_verify - 0x0000000040116c24 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040117058 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0xce (size before relaxing) - 0x0000000040116c24 mbedtls_rsa_rsassa_pkcs1_v15_verify - *fill* 0x0000000040116ce2 0x2 + 0x0000000040117058 mbedtls_rsa_rsassa_pkcs1_v15_verify + *fill* 0x0000000040117116 0x2 .text.mbedtls_rsa_pkcs1_verify - 0x0000000040116ce4 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x0000000040116ce4 mbedtls_rsa_pkcs1_verify - *fill* 0x0000000040116d31 0x3 + 0x0000000040117118 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040117118 mbedtls_rsa_pkcs1_verify + *fill* 0x0000000040117165 0x3 .text.mbedtls_rsa_free - 0x0000000040116d34 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040117168 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x82 (size before relaxing) - 0x0000000040116d34 mbedtls_rsa_free - *fill* 0x0000000040116d92 0x2 + 0x0000000040117168 mbedtls_rsa_free + *fill* 0x00000000401171c6 0x2 .text.mbedtls_rsa_gen_key - 0x0000000040116d94 0x1c6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401171c8 0x1c6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) 0x21a (size before relaxing) - 0x0000000040116d94 mbedtls_rsa_gen_key - *fill* 0x0000000040116f5a 0x2 + 0x00000000401171c8 mbedtls_rsa_gen_key + *fill* 0x000000004011738e 0x2 .text.mbedtls_rsa_deduce_primes - 0x0000000040116f5c 0x1d4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x0000000040117390 0x1d4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) 0x224 (size before relaxing) - 0x0000000040116f5c mbedtls_rsa_deduce_primes + 0x0000000040117390 mbedtls_rsa_deduce_primes .text.mbedtls_rsa_deduce_private_exponent - 0x0000000040117130 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x0000000040117564 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) 0xc8 (size before relaxing) - 0x0000000040117130 mbedtls_rsa_deduce_private_exponent + 0x0000000040117564 mbedtls_rsa_deduce_private_exponent .text.mbedtls_rsa_validate_crt - 0x00000000401171d0 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x0000000040117604 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) 0x16a (size before relaxing) - 0x00000000401171d0 mbedtls_rsa_validate_crt - *fill* 0x000000004011730a 0x2 + 0x0000000040117604 mbedtls_rsa_validate_crt + *fill* 0x000000004011773e 0x2 .text.mbedtls_rsa_validate_params - 0x000000004011730c 0x1dc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x0000000040117740 0x1dc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) 0x228 (size before relaxing) - 0x000000004011730c mbedtls_rsa_validate_params + 0x0000000040117740 mbedtls_rsa_validate_params .text.mbedtls_rsa_deduce_crt - 0x00000000401174e8 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x000000004011791c 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) 0x7a (size before relaxing) - 0x00000000401174e8 mbedtls_rsa_deduce_crt - *fill* 0x0000000040117556 0x2 + 0x000000004011791c mbedtls_rsa_deduce_crt + *fill* 0x000000004011798a 0x2 .text.mbedtls_sha1_ret - 0x0000000040117558 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x000000004011798c 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) 0x40 (size before relaxing) - 0x0000000040117558 mbedtls_sha1_ret - *fill* 0x0000000040117589 0x3 + 0x000000004011798c mbedtls_sha1_ret + *fill* 0x00000000401179bd 0x3 .text.mbedtls_sha256_ret - 0x000000004011758c 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x00000000401179c0 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) 0x42 (size before relaxing) - 0x000000004011758c mbedtls_sha256_ret - *fill* 0x00000000401175bf 0x1 + 0x00000000401179c0 mbedtls_sha256_ret + *fill* 0x00000000401179f3 0x1 .text.mbedtls_sha512_ret - 0x00000000401175c0 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x00000000401179f4 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) 0x42 (size before relaxing) - 0x00000000401175c0 mbedtls_sha512_ret - *fill* 0x00000000401175f3 0x1 + 0x00000000401179f4 mbedtls_sha512_ret + *fill* 0x0000000040117a27 0x1 .text.mbedtls_hardware_poll - 0x00000000401175f4 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - 0x00000000401175f4 mbedtls_hardware_poll - *fill* 0x0000000040117607 0x1 - .text.mbedtls_sha1_software_process - 0x0000000040117608 0x1118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .text.mbedtls_sha1_init - 0x0000000040118720 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x0000000040118720 mbedtls_sha1_init - *fill* 0x0000000040118732 0x2 - .text.mbedtls_sha1_free - 0x0000000040118734 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x22 (size before relaxing) - 0x0000000040118734 mbedtls_sha1_free - *fill* 0x000000004011874f 0x1 - .text.mbedtls_sha1_clone - 0x0000000040118750 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x0000000040118750 mbedtls_sha1_clone - *fill* 0x0000000040118777 0x1 - .text.mbedtls_sha1_starts_ret - 0x0000000040118778 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x0000000040118778 mbedtls_sha1_starts_ret - *fill* 0x00000000401187b1 0x3 - .text.mbedtls_internal_sha1_process - 0x00000000401187b4 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x00000000401187b4 mbedtls_internal_sha1_process - *fill* 0x00000000401187fd 0x3 - .text.mbedtls_sha1_update_ret - 0x0000000040118800 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x0000000040118800 mbedtls_sha1_update_ret - .text.mbedtls_sha1_finish_ret - 0x0000000040118894 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x118 (size before relaxing) - 0x0000000040118894 mbedtls_sha1_finish_ret - .text.mbedtls_sha256_software_process - 0x000000004011899c 0x9ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - *fill* 0x0000000040119349 0x3 - .text.mbedtls_sha256_init - 0x000000004011934c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x000000004011934c mbedtls_sha256_init - *fill* 0x000000004011935e 0x2 - .text.mbedtls_sha256_free - 0x0000000040119360 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x22 (size before relaxing) - 0x0000000040119360 mbedtls_sha256_free - *fill* 0x000000004011937b 0x1 - .text.mbedtls_sha256_clone - 0x000000004011937c 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x000000004011937c mbedtls_sha256_clone - *fill* 0x00000000401193a3 0x1 - .text.mbedtls_sha256_starts_ret - 0x00000000401193a4 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x00000000401193a4 mbedtls_sha256_starts_ret - *fill* 0x000000004011941e 0x2 - .text.mbedtls_internal_sha256_process - 0x0000000040119420 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x0000000040119420 mbedtls_internal_sha256_process - *fill* 0x0000000040119472 0x2 - .text.mbedtls_sha256_update_ret - 0x0000000040119474 0x93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x0000000040119474 mbedtls_sha256_update_ret - *fill* 0x0000000040119507 0x1 - .text.mbedtls_sha256_finish_ret - 0x0000000040119508 0x155 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x165 (size before relaxing) - 0x0000000040119508 mbedtls_sha256_finish_ret - *fill* 0x000000004011965d 0x3 - .text.mbedtls_sha512_software_process - 0x0000000040119660 0xe93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - *fill* 0x000000004011a4f3 0x1 - .text.mbedtls_sha512_init - 0x000000004011a4f4 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x000000004011a4f4 mbedtls_sha512_init - *fill* 0x000000004011a506 0x2 - .text.mbedtls_sha512_free - 0x000000004011a508 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x2a (size before relaxing) - 0x000000004011a508 mbedtls_sha512_free - *fill* 0x000000004011a52f 0x1 - .text.mbedtls_sha512_clone - 0x000000004011a530 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x000000004011a530 mbedtls_sha512_clone - .text.mbedtls_sha512_starts_ret - 0x000000004011a558 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0xe1 (size before relaxing) - 0x000000004011a558 mbedtls_sha512_starts_ret - *fill* 0x000000004011a636 0x2 - .text.mbedtls_internal_sha512_process - 0x000000004011a638 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x5e (size before relaxing) - 0x000000004011a638 mbedtls_internal_sha512_process - *fill* 0x000000004011a692 0x2 - .text.mbedtls_sha512_update_ret - 0x000000004011a694 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0xc0 (size before relaxing) - 0x000000004011a694 mbedtls_sha512_update_ret - .text.mbedtls_sha512_finish_ret - 0x000000004011a750 0x274 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x27c (size before relaxing) - 0x000000004011a750 mbedtls_sha512_finish_ret + 0x0000000040117a28 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x0000000040117a28 mbedtls_hardware_poll + *fill* 0x0000000040117a3b 0x1 + .text.mpi_words + 0x0000000040117a3c 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + *fill* 0x0000000040117a5d 0x3 .text.modular_inverse - 0x000000004011a9c4 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x0000000040117a60 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) .text.calculate_rinv - 0x000000004011aa40 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x0000000040117adc 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) 0x36 (size before relaxing) - *fill* 0x000000004011aa6b 0x1 - .text.mont 0x000000004011aa6c 0x146 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x14e (size before relaxing) - *fill* 0x000000004011abb2 0x2 + *fill* 0x0000000040117b07 0x1 .text.esp_mpi_acquire_hardware - 0x000000004011abb4 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x3a (size before relaxing) - 0x000000004011abb4 esp_mpi_acquire_hardware - *fill* 0x000000004011abea 0x2 + 0x0000000040117b08 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x14 (size before relaxing) + 0x0000000040117b08 esp_mpi_acquire_hardware + *fill* 0x0000000040117b19 0x3 .text.esp_mpi_release_hardware - 0x000000004011abec 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x000000004011abec esp_mpi_release_hardware - *fill* 0x000000004011ac17 0x1 + 0x0000000040117b1c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x14 (size before relaxing) + 0x0000000040117b1c esp_mpi_release_hardware + *fill* 0x0000000040117b2d 0x3 .text.mpi_montgomery_exp_calc - 0x000000004011ac18 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x11c (size before relaxing) + 0x0000000040117b30 0xe5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x115 (size before relaxing) + *fill* 0x0000000040117c15 0x3 .text.mpi_mult_mpi_failover_mod_mult - 0x000000004011ad08 0x176 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x17a (size before relaxing) - *fill* 0x000000004011ae7e 0x2 + 0x0000000040117c18 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x4c (size before relaxing) + *fill* 0x0000000040117c51 0x3 .text.esp_mpi_mul_mpi_mod - 0x000000004011ae80 0x1fd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x21c (size before relaxing) - 0x000000004011ae80 esp_mpi_mul_mpi_mod - *fill* 0x000000004011b07d 0x3 + 0x0000000040117c54 0x95 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0xbd (size before relaxing) + 0x0000000040117c54 esp_mpi_mul_mpi_mod + *fill* 0x0000000040117ce9 0x3 .text.mbedtls_mpi_exp_mod - 0x000000004011b080 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x150 (size before relaxing) - 0x000000004011b080 mbedtls_mpi_exp_mod + 0x0000000040117cec 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x11a (size before relaxing) + 0x0000000040117cec mbedtls_mpi_exp_mod + *fill* 0x0000000040117dde 0x2 .text.mbedtls_mpi_mul_mpi - 0x000000004011b1bc 0x1f3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x206 (size before relaxing) - 0x000000004011b1bc mbedtls_mpi_mul_mpi - *fill* 0x000000004011b3af 0x1 + 0x0000000040117de0 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x13c (size before relaxing) + 0x0000000040117de0 mbedtls_mpi_mul_mpi .text.mpi_mult_mpi_overlong - 0x000000004011b3b0 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x0000000040117f00 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) 0x72 (size before relaxing) - *fill* 0x000000004011b412 0x2 + *fill* 0x0000000040117f62 0x2 + .text.esp_mpi_enable_hardware_hw_op + 0x0000000040117f64 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x32 (size before relaxing) + 0x0000000040117f64 esp_mpi_enable_hardware_hw_op + *fill* 0x0000000040117f92 0x2 + .text.esp_mpi_disable_hardware_hw_op + 0x0000000040117f94 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040117f94 esp_mpi_disable_hardware_hw_op + *fill* 0x0000000040117fb6 0x2 + .text.esp_mpi_read_result_hw_op + 0x0000000040117fb8 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x55 (size before relaxing) + 0x0000000040117fb8 esp_mpi_read_result_hw_op + *fill* 0x0000000040118009 0x3 + .text.esp_mpi_mul_mpi_mod_hw_op + 0x000000004011800c 0x125 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004011800c esp_mpi_mul_mpi_mod_hw_op + *fill* 0x0000000040118131 0x3 + .text.esp_mpi_mul_mpi_hw_op + 0x0000000040118134 0x99 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040118134 esp_mpi_mul_mpi_hw_op + *fill* 0x00000000401181cd 0x3 + .text.esp_mont_hw_op + 0x00000000401181d0 0x146 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14e (size before relaxing) + 0x00000000401181d0 esp_mont_hw_op + *fill* 0x0000000040118316 0x2 + .text.esp_mpi_mult_mpi_failover_mod_mult_hw_op + 0x0000000040118318 0xfb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040118318 esp_mpi_mult_mpi_failover_mod_mult_hw_op + *fill* 0x0000000040118413 0x1 .text.esp_aes_setkey_hardware - 0x000000004011b414 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x0000000040118414 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) .text.esp_aes_block - 0x000000004011b490 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x0000000040118490 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) 0xb6 (size before relaxing) - *fill* 0x000000004011b542 0x2 + *fill* 0x0000000040118542 0x2 .text.esp_aes_acquire_hardware - 0x000000004011b544 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x0000000040118544 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) 0x16 (size before relaxing) - 0x000000004011b544 esp_aes_acquire_hardware - *fill* 0x000000004011b557 0x1 + 0x0000000040118544 esp_aes_acquire_hardware + *fill* 0x0000000040118557 0x1 .text.esp_aes_release_hardware - 0x000000004011b558 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x0000000040118558 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) 0x17 (size before relaxing) - 0x000000004011b558 esp_aes_release_hardware - *fill* 0x000000004011b56b 0x1 + 0x0000000040118558 esp_aes_release_hardware + *fill* 0x000000004011856b 0x1 .text.esp_aes_init - 0x000000004011b56c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x000000004011b56c esp_aes_init - *fill* 0x000000004011b57e 0x2 + 0x000000004011856c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x000000004011856c esp_aes_init + *fill* 0x000000004011857e 0x2 .text.esp_aes_free - 0x000000004011b580 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x000000004011b580 esp_aes_free - *fill* 0x000000004011b593 0x1 + 0x0000000040118580 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x0000000040118580 esp_aes_free + *fill* 0x0000000040118593 0x1 .text.esp_aes_setkey - 0x000000004011b594 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x000000004011b594 esp_aes_setkey - *fill* 0x000000004011b5d9 0x3 + 0x0000000040118594 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x0000000040118594 esp_aes_setkey + *fill* 0x00000000401185d9 0x3 .text.esp_internal_aes_encrypt - 0x000000004011b5dc 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x00000000401185dc 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) 0x61 (size before relaxing) - 0x000000004011b5dc esp_internal_aes_encrypt - *fill* 0x000000004011b631 0x3 + 0x00000000401185dc esp_internal_aes_encrypt + *fill* 0x0000000040118631 0x3 .text.esp_internal_aes_decrypt - 0x000000004011b634 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x0000000040118634 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) 0x61 (size before relaxing) - 0x000000004011b634 esp_internal_aes_decrypt - *fill* 0x000000004011b689 0x3 + 0x0000000040118634 esp_internal_aes_decrypt + *fill* 0x0000000040118689 0x3 .text.esp_aes_crypt_ecb - 0x000000004011b68c 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x000000004011868c 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) 0x61 (size before relaxing) - 0x000000004011b68c esp_aes_crypt_ecb - *fill* 0x000000004011b6e1 0x3 + 0x000000004011868c esp_aes_crypt_ecb + *fill* 0x00000000401186e1 0x3 .text.esp_aes_crypt_cbc - 0x000000004011b6e4 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x00000000401186e4 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) 0xfa (size before relaxing) - 0x000000004011b6e4 esp_aes_crypt_cbc - *fill* 0x000000004011b7d6 0x2 + 0x00000000401186e4 esp_aes_crypt_cbc + *fill* 0x00000000401187d6 0x2 .text.esp_aes_crypt_cfb128 - 0x000000004011b7d8 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x00000000401187d8 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) 0xd6 (size before relaxing) - 0x000000004011b7d8 esp_aes_crypt_cfb128 - *fill* 0x000000004011b8aa 0x2 + 0x00000000401187d8 esp_aes_crypt_cfb128 + *fill* 0x00000000401188aa 0x2 .text.esp_aes_crypt_ctr - 0x000000004011b8ac 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x00000000401188ac 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) 0xbc (size before relaxing) - 0x000000004011b8ac esp_aes_crypt_ctr + 0x00000000401188ac esp_aes_crypt_ctr .text.esp_aes_crypt_ofb - 0x000000004011b964 0xee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x0000000040118964 0xee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) 0xf6 (size before relaxing) - 0x000000004011b964 esp_aes_crypt_ofb - *fill* 0x000000004011ba52 0x2 - .text.esp_aes_xts_init - 0x000000004011ba54 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x17 (size before relaxing) - 0x000000004011ba54 esp_aes_xts_init - *fill* 0x000000004011ba64 0x0 - .text.esp_aes_xts_free - 0x000000004011ba64 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x17 (size before relaxing) - 0x000000004011ba64 esp_aes_xts_free - *fill* 0x000000004011ba74 0x0 - .text.esp_aes_xts_setkey_enc - 0x000000004011ba74 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x36 (size before relaxing) - 0x000000004011ba74 esp_aes_xts_setkey_enc - *fill* 0x000000004011baa2 0x2 - .text.esp_aes_xts_setkey_dec - 0x000000004011baa4 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x36 (size before relaxing) - 0x000000004011baa4 esp_aes_xts_setkey_dec - *fill* 0x000000004011bad2 0x2 - .text.esp_aes_crypt_xts - 0x000000004011bad4 0x182 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x186 (size before relaxing) - 0x000000004011bad4 esp_aes_crypt_xts - *fill* 0x000000004011bc56 0x2 - .text.sha_get_engine_state - 0x000000004011bc58 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - *fill* 0x000000004011bccf 0x1 - .text.esp_sha_lock_engine_common - 0x000000004011bcd0 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x6e (size before relaxing) - *fill* 0x000000004011bd32 0x2 - .text.esp_sha_lock_memory_block - 0x000000004011bd34 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x000000004011bd34 esp_sha_lock_memory_block - *fill* 0x000000004011bd42 0x2 - .text.esp_sha_unlock_memory_block - 0x000000004011bd44 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x000000004011bd44 esp_sha_unlock_memory_block - *fill* 0x000000004011bd52 0x2 - .text.esp_sha_try_lock_engine - 0x000000004011bd54 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x000000004011bd54 esp_sha_try_lock_engine - *fill* 0x000000004011bd65 0x3 - .text.esp_sha_unlock_engine - 0x000000004011bd68 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x4a (size before relaxing) - 0x000000004011bd68 esp_sha_unlock_engine - *fill* 0x000000004011bdaa 0x2 - .text.esp_sha_wait_idle - 0x000000004011bdac 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x000000004011bdac esp_sha_wait_idle - *fill* 0x000000004011bde1 0x3 - .text.esp_sha_read_digest_state - 0x000000004011bde4 0xee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0xfa (size before relaxing) - 0x000000004011bde4 esp_sha_read_digest_state - *fill* 0x000000004011bed2 0x2 - .text.esp_sha_block - 0x000000004011bed4 0x9b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0xa7 (size before relaxing) - 0x000000004011bed4 esp_sha_block - *fill* 0x000000004011bf6f 0x1 - .text.mbedtls_asn1_get_tag - 0x000000004011bf70 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x000000004011bf70 mbedtls_asn1_get_tag - *fill* 0x000000004011bfa5 0x3 - .text.mbedtls_asn1_get_bool - 0x000000004011bfa8 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x000000004011bfa8 mbedtls_asn1_get_bool - .text.mbedtls_asn1_get_int - 0x000000004011bfe0 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x000000004011bfe0 mbedtls_asn1_get_int - .text.mbedtls_asn1_get_mpi - 0x000000004011c040 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x2c (size before relaxing) - 0x000000004011c040 mbedtls_asn1_get_mpi - .text.mbedtls_asn1_get_bitstring - 0x000000004011c068 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x000000004011c068 mbedtls_asn1_get_bitstring - *fill* 0x000000004011c0b9 0x3 - .text.mbedtls_asn1_get_bitstring_null - 0x000000004011c0bc 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x30 (size before relaxing) - 0x000000004011c0bc mbedtls_asn1_get_bitstring_null - .text.mbedtls_asn1_get_sequence_of - 0x000000004011c0e8 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x82 (size before relaxing) - 0x000000004011c0e8 mbedtls_asn1_get_sequence_of - *fill* 0x000000004011c166 0x2 - .text.mbedtls_asn1_get_alg - 0x000000004011c168 0x89 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x91 (size before relaxing) - 0x000000004011c168 mbedtls_asn1_get_alg - *fill* 0x000000004011c1f1 0x3 - .text.mbedtls_asn1_get_alg_null - 0x000000004011c1f4 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x000000004011c1f4 mbedtls_asn1_get_alg_null - *fill* 0x000000004011c239 0x3 - .text.mbedtls_asn1_free_named_data - 0x000000004011c23c 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000040118964 esp_aes_crypt_ofb + *fill* 0x0000000040118a52 0x2 + .text.mbedtls_sha1_software_process + 0x0000000040118a54 0x1118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.mbedtls_sha1_init + 0x0000000040119b6c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x0000000040119b6c mbedtls_sha1_init + *fill* 0x0000000040119b7e 0x2 + .text.mbedtls_sha1_free + 0x0000000040119b80 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) 0x22 (size before relaxing) - 0x000000004011c23c mbedtls_asn1_free_named_data - *fill* 0x000000004011c256 0x2 - .text.mbedtls_asn1_free_named_data_list - 0x000000004011c258 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x21 (size before relaxing) - 0x000000004011c258 mbedtls_asn1_free_named_data_list - *fill* 0x000000004011c275 0x3 - .text.asn1_find_named_data - 0x000000004011c278 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - *fill* 0x000000004011c299 0x3 - .text.mbedtls_asn1_write_len - 0x000000004011c29c 0x127 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x000000004011c29c mbedtls_asn1_write_len - *fill* 0x000000004011c3c3 0x1 - .text.mbedtls_asn1_write_raw_buffer - 0x000000004011c3c4 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x000000004011c3c4 mbedtls_asn1_write_raw_buffer - *fill* 0x000000004011c3f5 0x3 - .text.mbedtls_asn1_write_mpi - 0x000000004011c3f8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x88 (size before relaxing) - 0x000000004011c3f8 mbedtls_asn1_write_mpi - .text.mbedtls_asn1_write_null - 0x000000004011c478 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x0000000040119b80 mbedtls_sha1_free + *fill* 0x0000000040119b9b 0x1 + .text.mbedtls_sha1_clone + 0x0000000040119b9c 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x0000000040119b9c mbedtls_sha1_clone + *fill* 0x0000000040119bc3 0x1 + .text.mbedtls_sha1_starts_ret + 0x0000000040119bc4 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x0000000040119bc4 mbedtls_sha1_starts_ret + *fill* 0x0000000040119bfd 0x3 + .text.mbedtls_internal_sha1_process + 0x0000000040119c00 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x0000000040119c00 mbedtls_internal_sha1_process + *fill* 0x0000000040119c49 0x3 + .text.mbedtls_sha1_update_ret + 0x0000000040119c4c 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x0000000040119c4c mbedtls_sha1_update_ret + .text.mbedtls_sha1_finish_ret + 0x0000000040119ce0 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x118 (size before relaxing) + 0x0000000040119ce0 mbedtls_sha1_finish_ret + .text.mbedtls_sha256_software_process + 0x0000000040119de8 0x9ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + *fill* 0x000000004011a795 0x3 + .text.mbedtls_sha256_init + 0x000000004011a798 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000004011a798 mbedtls_sha256_init + *fill* 0x000000004011a7aa 0x2 + .text.mbedtls_sha256_free + 0x000000004011a7ac 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x22 (size before relaxing) + 0x000000004011a7ac mbedtls_sha256_free + *fill* 0x000000004011a7c7 0x1 + .text.mbedtls_sha256_clone + 0x000000004011a7c8 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000004011a7c8 mbedtls_sha256_clone + *fill* 0x000000004011a7ef 0x1 + .text.mbedtls_sha256_starts_ret + 0x000000004011a7f0 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000004011a7f0 mbedtls_sha256_starts_ret + *fill* 0x000000004011a86a 0x2 + .text.mbedtls_internal_sha256_process + 0x000000004011a86c 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000004011a86c mbedtls_internal_sha256_process + *fill* 0x000000004011a8be 0x2 + .text.mbedtls_sha256_update_ret + 0x000000004011a8c0 0x93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000004011a8c0 mbedtls_sha256_update_ret + *fill* 0x000000004011a953 0x1 + .text.mbedtls_sha256_finish_ret + 0x000000004011a954 0x155 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x165 (size before relaxing) + 0x000000004011a954 mbedtls_sha256_finish_ret + *fill* 0x000000004011aaa9 0x3 + .text.mbedtls_sha512_software_process + 0x000000004011aaac 0xe93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + *fill* 0x000000004011b93f 0x1 + .text.mbedtls_sha512_init + 0x000000004011b940 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x000000004011b940 mbedtls_sha512_init + *fill* 0x000000004011b952 0x2 + .text.mbedtls_sha512_free + 0x000000004011b954 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) 0x2a (size before relaxing) - 0x000000004011c478 mbedtls_asn1_write_null - *fill* 0x000000004011c49e 0x2 + 0x000000004011b954 mbedtls_sha512_free + *fill* 0x000000004011b97b 0x1 + .text.mbedtls_sha512_clone + 0x000000004011b97c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x000000004011b97c mbedtls_sha512_clone + .text.mbedtls_sha512_starts_ret + 0x000000004011b9a4 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0xe1 (size before relaxing) + 0x000000004011b9a4 mbedtls_sha512_starts_ret + *fill* 0x000000004011ba82 0x2 + .text.mbedtls_internal_sha512_process + 0x000000004011ba84 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x5e (size before relaxing) + 0x000000004011ba84 mbedtls_internal_sha512_process + *fill* 0x000000004011bade 0x2 + .text.mbedtls_sha512_update_ret + 0x000000004011bae0 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0xc0 (size before relaxing) + 0x000000004011bae0 mbedtls_sha512_update_ret + .text.mbedtls_sha512_finish_ret + 0x000000004011bb9c 0x274 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x27c (size before relaxing) + 0x000000004011bb9c mbedtls_sha512_finish_ret + .text.mbedtls_asn1_get_tag + 0x000000004011be10 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x000000004011be10 mbedtls_asn1_get_tag + *fill* 0x000000004011be45 0x3 + .text.mbedtls_asn1_get_bool + 0x000000004011be48 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x000000004011be48 mbedtls_asn1_get_bool + .text.mbedtls_asn1_get_int + 0x000000004011be80 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x000000004011be80 mbedtls_asn1_get_int + .text.mbedtls_asn1_get_mpi + 0x000000004011bee0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x2c (size before relaxing) + 0x000000004011bee0 mbedtls_asn1_get_mpi + .text.mbedtls_asn1_get_bitstring + 0x000000004011bf08 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x000000004011bf08 mbedtls_asn1_get_bitstring + *fill* 0x000000004011bf59 0x3 + .text.mbedtls_asn1_get_bitstring_null + 0x000000004011bf5c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x30 (size before relaxing) + 0x000000004011bf5c mbedtls_asn1_get_bitstring_null + .text.mbedtls_asn1_get_sequence_of + 0x000000004011bf88 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x82 (size before relaxing) + 0x000000004011bf88 mbedtls_asn1_get_sequence_of + *fill* 0x000000004011c006 0x2 + .text.mbedtls_asn1_get_alg + 0x000000004011c008 0x89 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x91 (size before relaxing) + 0x000000004011c008 mbedtls_asn1_get_alg + *fill* 0x000000004011c091 0x3 + .text.mbedtls_asn1_get_alg_null + 0x000000004011c094 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x000000004011c094 mbedtls_asn1_get_alg_null + *fill* 0x000000004011c0d9 0x3 + .text.mbedtls_asn1_free_named_data + 0x000000004011c0dc 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x22 (size before relaxing) + 0x000000004011c0dc mbedtls_asn1_free_named_data + *fill* 0x000000004011c0f6 0x2 + .text.mbedtls_asn1_free_named_data_list + 0x000000004011c0f8 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x21 (size before relaxing) + 0x000000004011c0f8 mbedtls_asn1_free_named_data_list + *fill* 0x000000004011c115 0x3 + .text.asn1_find_named_data + 0x000000004011c118 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + *fill* 0x000000004011c139 0x3 + .text.mbedtls_asn1_write_len + 0x000000004011c13c 0x127 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004011c13c mbedtls_asn1_write_len + *fill* 0x000000004011c263 0x1 + .text.mbedtls_asn1_write_raw_buffer + 0x000000004011c264 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004011c264 mbedtls_asn1_write_raw_buffer + *fill* 0x000000004011c295 0x3 + .text.mbedtls_asn1_write_mpi + 0x000000004011c298 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x88 (size before relaxing) + 0x000000004011c298 mbedtls_asn1_write_mpi + .text.mbedtls_asn1_write_null + 0x000000004011c318 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x2a (size before relaxing) + 0x000000004011c318 mbedtls_asn1_write_null + *fill* 0x000000004011c33e 0x2 .text.mbedtls_asn1_write_oid - 0x000000004011c4a0 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004011c340 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) 0x3e (size before relaxing) - 0x000000004011c4a0 mbedtls_asn1_write_oid - *fill* 0x000000004011c4d6 0x2 + 0x000000004011c340 mbedtls_asn1_write_oid + *fill* 0x000000004011c376 0x2 .text.mbedtls_asn1_write_algorithm_identifier - 0x000000004011c4d8 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004011c378 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) 0x51 (size before relaxing) - 0x000000004011c4d8 mbedtls_asn1_write_algorithm_identifier - *fill* 0x000000004011c51d 0x3 + 0x000000004011c378 mbedtls_asn1_write_algorithm_identifier + *fill* 0x000000004011c3bd 0x3 .text.mbedtls_asn1_write_bool - 0x000000004011c520 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004011c3c0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) 0x4c (size before relaxing) - 0x000000004011c520 mbedtls_asn1_write_bool + 0x000000004011c3c0 mbedtls_asn1_write_bool .text.mbedtls_asn1_write_int - 0x000000004011c564 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004011c404 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) 0x70 (size before relaxing) - 0x000000004011c564 mbedtls_asn1_write_int + 0x000000004011c404 mbedtls_asn1_write_int .text.mbedtls_asn1_write_tagged_string - 0x000000004011c5d0 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004011c470 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) 0x41 (size before relaxing) - 0x000000004011c5d0 mbedtls_asn1_write_tagged_string - *fill* 0x000000004011c605 0x3 + 0x000000004011c470 mbedtls_asn1_write_tagged_string + *fill* 0x000000004011c4a5 0x3 .text.mbedtls_asn1_write_bitstring - 0x000000004011c608 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004011c4a8 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) 0x8c (size before relaxing) - 0x000000004011c608 mbedtls_asn1_write_bitstring + 0x000000004011c4a8 mbedtls_asn1_write_bitstring + .text.mbedtls_asn1_write_octet_string + 0x000000004011c52c 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x3e (size before relaxing) + 0x000000004011c52c mbedtls_asn1_write_octet_string + *fill* 0x000000004011c562 0x2 .text.mbedtls_asn1_store_named_data - 0x000000004011c68c 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004011c564 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) 0xbc (size before relaxing) - 0x000000004011c68c mbedtls_asn1_store_named_data + 0x000000004011c564 mbedtls_asn1_store_named_data .text.get_pkcs_padding - 0x000000004011c72c 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - *fill* 0x000000004011c7a2 0x2 + 0x000000004011c604 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x000000004011c67a 0x2 .text.get_one_and_zeros_padding - 0x000000004011c7a4 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - *fill* 0x000000004011c812 0x2 + 0x000000004011c67c 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x000000004011c6ea 0x2 .text.get_zeros_and_len_padding - 0x000000004011c814 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011c6ec 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) .text.get_zeros_padding - 0x000000004011c888 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - *fill* 0x000000004011c8de 0x2 + 0x000000004011c760 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x000000004011c7b6 0x2 .text.get_no_padding - 0x000000004011c8e0 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - *fill* 0x000000004011c909 0x3 + 0x000000004011c7b8 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x000000004011c7e1 0x3 .text.mbedtls_cipher_info_from_type - 0x000000004011c90c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x000000004011c90c mbedtls_cipher_info_from_type - *fill* 0x000000004011c925 0x3 + 0x000000004011c7e4 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011c7e4 mbedtls_cipher_info_from_type + *fill* 0x000000004011c7fd 0x3 .text.mbedtls_cipher_info_from_values - 0x000000004011c928 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x000000004011c928 mbedtls_cipher_info_from_values - *fill* 0x000000004011c94d 0x3 + 0x000000004011c800 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011c800 mbedtls_cipher_info_from_values + *fill* 0x000000004011c825 0x3 .text.mbedtls_cipher_init - 0x000000004011c950 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x000000004011c950 mbedtls_cipher_init - *fill* 0x000000004011c962 0x2 + 0x000000004011c828 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011c828 mbedtls_cipher_init + *fill* 0x000000004011c83a 0x2 .text.mbedtls_cipher_free - 0x000000004011c964 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011c83c 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) 0x1e (size before relaxing) - 0x000000004011c964 mbedtls_cipher_free - *fill* 0x000000004011c97f 0x1 + 0x000000004011c83c mbedtls_cipher_free + *fill* 0x000000004011c857 0x1 .text.mbedtls_cipher_setkey - 0x000000004011c980 0x61 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x000000004011c980 mbedtls_cipher_setkey - *fill* 0x000000004011c9e1 0x3 + 0x000000004011c858 0x61 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011c858 mbedtls_cipher_setkey + *fill* 0x000000004011c8b9 0x3 .text.mbedtls_cipher_set_iv - 0x000000004011c9e4 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x000000004011c9e4 mbedtls_cipher_set_iv - *fill* 0x000000004011ca2e 0x2 + 0x000000004011c8bc 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011c8bc mbedtls_cipher_set_iv + *fill* 0x000000004011c906 0x2 .text.mbedtls_cipher_reset - 0x000000004011ca30 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x000000004011ca30 mbedtls_cipher_reset - *fill* 0x000000004011ca45 0x3 + 0x000000004011c908 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011c908 mbedtls_cipher_reset + *fill* 0x000000004011c91d 0x3 .text.mbedtls_cipher_update - 0x000000004011ca48 0x21c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x000000004011ca48 mbedtls_cipher_update + 0x000000004011c920 0x21c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x220 (size before relaxing) + 0x000000004011c920 mbedtls_cipher_update .text.mbedtls_cipher_finish - 0x000000004011cc64 0x124 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x000000004011cc64 mbedtls_cipher_finish + 0x000000004011cb3c 0x124 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011cb3c mbedtls_cipher_finish .text.mbedtls_cipher_set_padding_mode - 0x000000004011cd88 0x7d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x000000004011cd88 mbedtls_cipher_set_padding_mode - *fill* 0x000000004011ce05 0x3 + 0x000000004011cc60 0x7d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011cc60 mbedtls_cipher_set_padding_mode + *fill* 0x000000004011ccdd 0x3 .text.mbedtls_cipher_setup - 0x000000004011ce08 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x000000004011ce08 mbedtls_cipher_setup - *fill* 0x000000004011ce41 0x3 + 0x000000004011cce0 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011cce0 mbedtls_cipher_setup + *fill* 0x000000004011cd19 0x3 .text.mbedtls_cipher_crypt - 0x000000004011ce44 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011cd1c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) 0x4c (size before relaxing) - 0x000000004011ce44 mbedtls_cipher_crypt + 0x000000004011cd1c mbedtls_cipher_crypt .text.mbedtls_cipher_auth_encrypt - 0x000000004011ce84 0x6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011cd5c 0x6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) 0x71 (size before relaxing) - 0x000000004011ce84 mbedtls_cipher_auth_encrypt - *fill* 0x000000004011cef1 0x3 + 0x000000004011cd5c mbedtls_cipher_auth_encrypt + *fill* 0x000000004011cdc9 0x3 .text.mbedtls_cipher_auth_decrypt - 0x000000004011cef4 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011cdcc 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) 0x76 (size before relaxing) - 0x000000004011cef4 mbedtls_cipher_auth_decrypt - *fill* 0x000000004011cf62 0x2 + 0x000000004011cdcc mbedtls_cipher_auth_decrypt + *fill* 0x000000004011ce3a 0x2 .text.ccm_ctx_free - 0x000000004011cf64 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011ce3c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x16 (size before relaxing) - *fill* 0x000000004011cf76 0x2 + *fill* 0x000000004011ce4e 0x2 .text.ccm_ctx_alloc - 0x000000004011cf78 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011ce50 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x1a (size before relaxing) - *fill* 0x000000004011cf8e 0x2 + *fill* 0x000000004011ce66 0x2 .text.ccm_aes_setkey_wrap - 0x000000004011cf90 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - *fill* 0x000000004011cfa5 0x3 + 0x000000004011ce68 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x000000004011ce7d 0x3 .text.gcm_ctx_free - 0x000000004011cfa8 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011ce80 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x16 (size before relaxing) - *fill* 0x000000004011cfba 0x2 + *fill* 0x000000004011ce92 0x2 .text.gcm_ctx_alloc - 0x000000004011cfbc 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011ce94 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x1a (size before relaxing) - *fill* 0x000000004011cfd2 0x2 + *fill* 0x000000004011ceaa 0x2 .text.gcm_aes_setkey_wrap - 0x000000004011cfd4 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - *fill* 0x000000004011cfe9 0x3 + 0x000000004011ceac 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x000000004011cec1 0x3 .text.xts_aes_ctx_free - 0x000000004011cfec 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011cec4 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x17 (size before relaxing) - *fill* 0x000000004011cfff 0x1 + *fill* 0x000000004011ced7 0x1 .text.xts_aes_ctx_alloc - 0x000000004011d000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011ced8 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x1a (size before relaxing) - *fill* 0x000000004011d016 0x2 + *fill* 0x000000004011ceee 0x2 .text.xts_aes_setkey_dec_wrap - 0x000000004011d018 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011cef0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x14 (size before relaxing) .text.xts_aes_setkey_enc_wrap - 0x000000004011d028 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011cf00 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x14 (size before relaxing) .text.aes_crypt_xts_wrap - 0x000000004011d038 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011cf10 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x2a (size before relaxing) - *fill* 0x000000004011d05e 0x2 + *fill* 0x000000004011cf36 0x2 .text.aes_ctx_free - 0x000000004011d060 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011cf38 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x16 (size before relaxing) - *fill* 0x000000004011d072 0x2 + *fill* 0x000000004011cf4a 0x2 .text.aes_ctx_alloc - 0x000000004011d074 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011cf4c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x20 (size before relaxing) .text.aes_setkey_dec_wrap - 0x000000004011d090 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011cf68 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x14 (size before relaxing) .text.aes_setkey_enc_wrap - 0x000000004011d0a0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000004011cf78 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) 0x14 (size before relaxing) .text.aes_crypt_ctr_wrap - 0x000000004011d0b0 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - *fill* 0x000000004011d0cd 0x3 + 0x000000004011cf88 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x000000004011cfa5 0x3 .text.aes_crypt_ofb_wrap - 0x000000004011d0d0 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - *fill* 0x000000004011d0e9 0x3 + 0x000000004011cfa8 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x000000004011cfc1 0x3 .text.aes_crypt_cfb128_wrap - 0x000000004011d0ec 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - *fill* 0x000000004011d109 0x3 + 0x000000004011cfc4 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x000000004011cfe1 0x3 .text.aes_crypt_cbc_wrap - 0x000000004011d10c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - *fill* 0x000000004011d125 0x3 + 0x000000004011cfe4 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x000000004011cffd 0x3 .text.aes_crypt_ecb_wrap - 0x000000004011d128 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - *fill* 0x000000004011d13d 0x3 + 0x000000004011d000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x000000004011d015 0x3 .text.derive_mpi - 0x000000004011d140 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004011d018 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) 0x5e (size before relaxing) - *fill* 0x000000004011d18e 0x2 + *fill* 0x000000004011d066 0x2 .text.ecdsa_sign_restartable - 0x000000004011d190 0x1b5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x205 (size before relaxing) - *fill* 0x000000004011d345 0x3 + 0x000000004011d068 0x1ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x1fd (size before relaxing) + *fill* 0x000000004011d215 0x3 .text.ecdsa_sign_det_restartable - 0x000000004011d348 0xba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0xd6 (size before relaxing) - *fill* 0x000000004011d402 0x2 + 0x000000004011d218 0x13f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x16f (size before relaxing) + *fill* 0x000000004011d357 0x1 .text.ecdsa_verify_restartable - 0x000000004011d404 0x134 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004011d358 0x134 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) 0x17c (size before relaxing) .text.ecdsa_signature_to_asn1 - 0x000000004011d538 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004011d48c 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) 0x72 (size before relaxing) - *fill* 0x000000004011d59e 0x2 + *fill* 0x000000004011d4f2 0x2 .text.mbedtls_ecdsa_write_signature_restartable - 0x000000004011d5a0 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x5c (size before relaxing) - 0x000000004011d5a0 mbedtls_ecdsa_write_signature_restartable - *fill* 0x000000004011d5ea 0x2 + 0x000000004011d4f4 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x68 (size before relaxing) + 0x000000004011d4f4 mbedtls_ecdsa_write_signature_restartable + *fill* 0x000000004011d54a 0x2 .text.mbedtls_ecdsa_write_signature - 0x000000004011d5ec 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x000000004011d5ec mbedtls_ecdsa_write_signature - *fill* 0x000000004011d611 0x3 + 0x000000004011d54c 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004011d54c mbedtls_ecdsa_write_signature + *fill* 0x000000004011d571 0x3 .text.mbedtls_ecdsa_read_signature_restartable - 0x000000004011d614 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004011d574 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) 0xac (size before relaxing) - 0x000000004011d614 mbedtls_ecdsa_read_signature_restartable - *fill* 0x000000004011d6aa 0x2 + 0x000000004011d574 mbedtls_ecdsa_read_signature_restartable + *fill* 0x000000004011d60a 0x2 .text.mbedtls_ecdsa_read_signature - 0x000000004011d6ac 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x000000004011d6ac mbedtls_ecdsa_read_signature - *fill* 0x000000004011d6c5 0x3 + 0x000000004011d60c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004011d60c mbedtls_ecdsa_read_signature + *fill* 0x000000004011d625 0x3 .text.mbedtls_ecdsa_init - 0x000000004011d6c8 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004011d628 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) 0xe (size before relaxing) - 0x000000004011d6c8 mbedtls_ecdsa_init - *fill* 0x000000004011d6d2 0x2 + 0x000000004011d628 mbedtls_ecdsa_init + *fill* 0x000000004011d632 0x2 .text.mbedtls_ecdsa_free - 0x000000004011d6d4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004011d634 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) 0xf (size before relaxing) - 0x000000004011d6d4 mbedtls_ecdsa_free - *fill* 0x000000004011d6e0 0x0 + 0x000000004011d634 mbedtls_ecdsa_free + *fill* 0x000000004011d640 0x0 .text.mbedtls_ecdsa_from_keypair - 0x000000004011d6e0 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004011d640 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) 0x3f (size before relaxing) - 0x000000004011d6e0 mbedtls_ecdsa_from_keypair - *fill* 0x000000004011d714 0x0 + 0x000000004011d640 mbedtls_ecdsa_from_keypair + *fill* 0x000000004011d674 0x0 .text.gcm_mult - 0x000000004011d714 0x138 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000004011d674 0x138 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) .text.gcm_gen_table - 0x000000004011d84c 0x17c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000004011d7ac 0x17c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) .text.mbedtls_gcm_init - 0x000000004011d9c8 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x000000004011d9c8 mbedtls_gcm_init - *fill* 0x000000004011d9da 0x2 + 0x000000004011d928 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000004011d928 mbedtls_gcm_init + *fill* 0x000000004011d93a 0x2 .text.mbedtls_gcm_setkey - 0x000000004011d9dc 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000004011d93c 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) 0x58 (size before relaxing) - 0x000000004011d9dc mbedtls_gcm_setkey + 0x000000004011d93c mbedtls_gcm_setkey .text.mbedtls_gcm_starts - 0x000000004011da24 0x162 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000004011d984 0x162 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) 0x166 (size before relaxing) - 0x000000004011da24 mbedtls_gcm_starts - *fill* 0x000000004011db86 0x2 + 0x000000004011d984 mbedtls_gcm_starts + *fill* 0x000000004011dae6 0x2 .text.mbedtls_gcm_update - 0x000000004011db88 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000004011dae8 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) 0x10c (size before relaxing) - 0x000000004011db88 mbedtls_gcm_update + 0x000000004011dae8 mbedtls_gcm_update .text.mbedtls_gcm_finish - 0x000000004011dc90 0x105 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x000000004011dc90 mbedtls_gcm_finish - *fill* 0x000000004011dd95 0x3 + 0x000000004011dbf0 0x105 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000004011dbf0 mbedtls_gcm_finish + *fill* 0x000000004011dcf5 0x3 .text.mbedtls_gcm_crypt_and_tag - 0x000000004011dd98 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000004011dcf8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) 0x38 (size before relaxing) - 0x000000004011dd98 mbedtls_gcm_crypt_and_tag + 0x000000004011dcf8 mbedtls_gcm_crypt_and_tag .text.mbedtls_gcm_auth_decrypt - 0x000000004011ddc8 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x000000004011ddc8 mbedtls_gcm_auth_decrypt + 0x000000004011dd28 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000004011dd28 mbedtls_gcm_auth_decrypt .text.mbedtls_gcm_free - 0x000000004011de2c 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x000000004011dd8c 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) 0x1a (size before relaxing) - 0x000000004011de2c mbedtls_gcm_free - *fill* 0x000000004011de42 0x2 + 0x000000004011dd8c mbedtls_gcm_free + *fill* 0x000000004011dda2 0x2 .text.mbedtls_hmac_drbg_init - 0x000000004011de44 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x000000004011de44 mbedtls_hmac_drbg_init - *fill* 0x000000004011de56 0x2 + 0x000000004011dda4 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x000000004011dda4 mbedtls_hmac_drbg_init + *fill* 0x000000004011ddb6 0x2 .text.mbedtls_hmac_drbg_update_ret - 0x000000004011de58 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x000000004011ddb8 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) 0xe0 (size before relaxing) - 0x000000004011de58 mbedtls_hmac_drbg_update_ret + 0x000000004011ddb8 mbedtls_hmac_drbg_update_ret + .text.hmac_drbg_reseed_core + 0x000000004011de80 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xca (size before relaxing) + *fill* 0x000000004011df46 0x2 .text.mbedtls_hmac_drbg_seed_buf - 0x000000004011df20 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x000000004011df48 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) 0x4e (size before relaxing) - 0x000000004011df20 mbedtls_hmac_drbg_seed_buf - *fill* 0x000000004011df5e 0x2 + 0x000000004011df48 mbedtls_hmac_drbg_seed_buf + *fill* 0x000000004011df86 0x2 .text.mbedtls_hmac_drbg_reseed - 0x000000004011df60 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x8c (size before relaxing) - 0x000000004011df60 mbedtls_hmac_drbg_reseed + 0x000000004011df88 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x000000004011df88 mbedtls_hmac_drbg_reseed + *fill* 0x000000004011df9d 0x3 .text.mbedtls_hmac_drbg_random_with_add - 0x000000004011dfe4 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x000000004011dfa0 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) 0xdc (size before relaxing) - 0x000000004011dfe4 mbedtls_hmac_drbg_random_with_add + 0x000000004011dfa0 mbedtls_hmac_drbg_random_with_add .text.mbedtls_hmac_drbg_random - 0x000000004011e0b0 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x000000004011e06c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) 0x18 (size before relaxing) - 0x000000004011e0b0 mbedtls_hmac_drbg_random + 0x000000004011e06c mbedtls_hmac_drbg_random .text.mbedtls_hmac_drbg_free - 0x000000004011e0c4 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x000000004011e080 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) 0x1a (size before relaxing) - 0x000000004011e0c4 mbedtls_hmac_drbg_free - *fill* 0x000000004011e0da 0x2 + 0x000000004011e080 mbedtls_hmac_drbg_free + *fill* 0x000000004011e096 0x2 .text.mbedtls_md5_init - 0x000000004011e0dc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x000000004011e0dc mbedtls_md5_init - *fill* 0x000000004011e0ee 0x2 + 0x000000004011e098 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x000000004011e098 mbedtls_md5_init + *fill* 0x000000004011e0aa 0x2 .text.mbedtls_md5_free - 0x000000004011e0f0 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x000000004011e0ac 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) 0x12 (size before relaxing) - 0x000000004011e0f0 mbedtls_md5_free - *fill* 0x000000004011e0fe 0x2 + 0x000000004011e0ac mbedtls_md5_free + *fill* 0x000000004011e0ba 0x2 .text.mbedtls_md5_clone - 0x000000004011e100 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x000000004011e100 mbedtls_md5_clone - *fill* 0x000000004011e112 0x2 + 0x000000004011e0bc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x000000004011e0bc mbedtls_md5_clone + *fill* 0x000000004011e0ce 0x2 .text.mbedtls_md5_starts_ret - 0x000000004011e114 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x000000004011e114 mbedtls_md5_starts_ret - *fill* 0x000000004011e135 0x3 + 0x000000004011e0d0 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x000000004011e0d0 mbedtls_md5_starts_ret + *fill* 0x000000004011e0f1 0x3 .text.mbedtls_internal_md5_process - 0x000000004011e138 0x8bf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x000000004011e138 mbedtls_internal_md5_process - *fill* 0x000000004011e9f7 0x1 + 0x000000004011e0f4 0x8bf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x000000004011e0f4 mbedtls_internal_md5_process + *fill* 0x000000004011e9b3 0x1 .text.mbedtls_md5_update_ret - 0x000000004011e9f8 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x000000004011e9f8 mbedtls_md5_update_ret + 0x000000004011e9b4 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x000000004011e9b4 mbedtls_md5_update_ret .text.mbedtls_md5_finish_ret - 0x000000004011ea8c 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x000000004011ea48 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) 0x104 (size before relaxing) - 0x000000004011ea8c mbedtls_md5_finish_ret + 0x000000004011ea48 mbedtls_md5_finish_ret .text.mbedtls_md5_ret - 0x000000004011eb8c 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x000000004011eb48 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) 0x40 (size before relaxing) - 0x000000004011eb8c mbedtls_md5_ret - *fill* 0x000000004011ebbd 0x3 + 0x000000004011eb48 mbedtls_md5_ret + *fill* 0x000000004011eb79 0x3 .text.oid_x520_attr_from_asn1 - 0x000000004011ebc0 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - *fill* 0x000000004011ebf2 0x2 + 0x000000004011eb7c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004011ebae 0x2 .text.oid_x509_ext_from_asn1 - 0x000000004011ebf4 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - *fill* 0x000000004011ec26 0x2 + 0x000000004011ebb0 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004011ebe2 0x2 .text.oid_sig_alg_from_asn1 - 0x000000004011ec28 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - *fill* 0x000000004011ec59 0x3 + 0x000000004011ebe4 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004011ec15 0x3 .text.oid_pk_alg_from_asn1 - 0x000000004011ec5c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - *fill* 0x000000004011ec8e 0x2 + 0x000000004011ec18 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004011ec4a 0x2 .text.oid_grp_id_from_asn1 - 0x000000004011ec90 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - *fill* 0x000000004011ecc2 0x2 + 0x000000004011ec4c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004011ec7e 0x2 .text.oid_cipher_alg_from_asn1 - 0x000000004011ecc4 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - *fill* 0x000000004011ecf6 0x2 + 0x000000004011ec80 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004011ecb2 0x2 .text.oid_md_alg_from_asn1 - 0x000000004011ecf8 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - *fill* 0x000000004011ed2a 0x2 + 0x000000004011ecb4 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004011ece6 0x2 .text.oid_md_hmac_from_asn1 - 0x000000004011ed2c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - *fill* 0x000000004011ed5e 0x2 + 0x000000004011ece8 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004011ed1a 0x2 .text.oid_pkcs12_pbe_alg_from_asn1 - 0x000000004011ed60 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - *fill* 0x000000004011ed92 0x2 + 0x000000004011ed1c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004011ed4e 0x2 .text.mbedtls_oid_get_attr_short_name - 0x000000004011ed94 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000004011ed50 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) 0x1d (size before relaxing) - 0x000000004011ed94 mbedtls_oid_get_attr_short_name - *fill* 0x000000004011edad 0x3 + 0x000000004011ed50 mbedtls_oid_get_attr_short_name + *fill* 0x000000004011ed69 0x3 .text.mbedtls_oid_get_x509_ext_type - 0x000000004011edb0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000004011ed6c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) 0x1c (size before relaxing) - 0x000000004011edb0 mbedtls_oid_get_x509_ext_type + 0x000000004011ed6c mbedtls_oid_get_x509_ext_type .text.mbedtls_oid_get_sig_alg - 0x000000004011edc8 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000004011ed84 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) 0x21 (size before relaxing) - 0x000000004011edc8 mbedtls_oid_get_sig_alg - *fill* 0x000000004011ede5 0x3 + 0x000000004011ed84 mbedtls_oid_get_sig_alg + *fill* 0x000000004011eda1 0x3 .text.mbedtls_oid_get_oid_by_sig_alg - 0x000000004011ede8 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x000000004011ede8 mbedtls_oid_get_oid_by_sig_alg - *fill* 0x000000004011ee15 0x3 + 0x000000004011eda4 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000004011eda4 mbedtls_oid_get_oid_by_sig_alg + *fill* 0x000000004011edd1 0x3 .text.mbedtls_oid_get_pk_alg - 0x000000004011ee18 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000004011edd4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) 0x1c (size before relaxing) - 0x000000004011ee18 mbedtls_oid_get_pk_alg + 0x000000004011edd4 mbedtls_oid_get_pk_alg .text.mbedtls_oid_get_oid_by_pk_alg - 0x000000004011ee30 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x000000004011ee30 mbedtls_oid_get_oid_by_pk_alg - *fill* 0x000000004011ee56 0x2 + 0x000000004011edec 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000004011edec mbedtls_oid_get_oid_by_pk_alg + *fill* 0x000000004011ee12 0x2 .text.mbedtls_oid_get_ec_grp + 0x000000004011ee14 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x000000004011ee14 mbedtls_oid_get_ec_grp + *fill* 0x000000004011ee2d 0x3 + .text.mbedtls_oid_get_oid_by_ec_grp + 0x000000004011ee30 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000004011ee30 mbedtls_oid_get_oid_by_ec_grp + *fill* 0x000000004011ee56 0x2 + .text.mbedtls_oid_get_cipher_alg 0x000000004011ee58 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) 0x1d (size before relaxing) - 0x000000004011ee58 mbedtls_oid_get_ec_grp + 0x000000004011ee58 mbedtls_oid_get_cipher_alg *fill* 0x000000004011ee71 0x3 - .text.mbedtls_oid_get_oid_by_ec_grp - 0x000000004011ee74 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x000000004011ee74 mbedtls_oid_get_oid_by_ec_grp - *fill* 0x000000004011ee9a 0x2 - .text.mbedtls_oid_get_cipher_alg - 0x000000004011ee9c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x1d (size before relaxing) - 0x000000004011ee9c mbedtls_oid_get_cipher_alg - *fill* 0x000000004011eeb5 0x3 .text.mbedtls_oid_get_md_alg + 0x000000004011ee74 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x000000004011ee74 mbedtls_oid_get_md_alg + *fill* 0x000000004011ee8d 0x3 + .text.mbedtls_oid_get_oid_by_md + 0x000000004011ee90 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000004011ee90 mbedtls_oid_get_oid_by_md + *fill* 0x000000004011eeb6 0x2 + .text.mbedtls_oid_get_md_hmac 0x000000004011eeb8 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) 0x1d (size before relaxing) - 0x000000004011eeb8 mbedtls_oid_get_md_alg + 0x000000004011eeb8 mbedtls_oid_get_md_hmac *fill* 0x000000004011eed1 0x3 - .text.mbedtls_oid_get_oid_by_md - 0x000000004011eed4 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x000000004011eed4 mbedtls_oid_get_oid_by_md - *fill* 0x000000004011eefa 0x2 - .text.mbedtls_oid_get_md_hmac - 0x000000004011eefc 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x1d (size before relaxing) - 0x000000004011eefc mbedtls_oid_get_md_hmac - *fill* 0x000000004011ef15 0x3 .text.mbedtls_oid_get_pkcs12_pbe_alg - 0x000000004011ef18 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x000000004011eed4 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) 0x21 (size before relaxing) - 0x000000004011ef18 mbedtls_oid_get_pkcs12_pbe_alg - *fill* 0x000000004011ef35 0x3 + 0x000000004011eed4 mbedtls_oid_get_pkcs12_pbe_alg + *fill* 0x000000004011eef1 0x3 .text.pem_get_iv - 0x000000004011ef38 0x6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - *fill* 0x000000004011efa5 0x3 + 0x000000004011eef4 0x6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + *fill* 0x000000004011ef61 0x3 .text.pem_pbkdf1 - 0x000000004011efa8 0xcf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x000000004011ef64 0xcf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) 0xef (size before relaxing) - *fill* 0x000000004011f077 0x1 + *fill* 0x000000004011f033 0x1 .text.pem_aes_decrypt - 0x000000004011f078 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x000000004011f034 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) 0x61 (size before relaxing) - *fill* 0x000000004011f0c5 0x3 + *fill* 0x000000004011f081 0x3 .text.mbedtls_pem_read_buffer - 0x000000004011f0c8 0x2c9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x000000004011f084 0x2c9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) 0x2e5 (size before relaxing) - 0x000000004011f0c8 mbedtls_pem_read_buffer - *fill* 0x000000004011f391 0x3 + 0x000000004011f084 mbedtls_pem_read_buffer + *fill* 0x000000004011f34d 0x3 .text.mbedtls_pem_free - 0x000000004011f394 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x000000004011f350 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) 0x2c (size before relaxing) - 0x000000004011f394 mbedtls_pem_free + 0x000000004011f350 mbedtls_pem_free .text.mbedtls_pem_write_buffer - 0x000000004011f3b8 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x000000004011f374 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) 0x106 (size before relaxing) - 0x000000004011f3b8 mbedtls_pem_write_buffer - *fill* 0x000000004011f4b6 0x2 + 0x000000004011f374 mbedtls_pem_write_buffer + *fill* 0x000000004011f472 0x2 .text.pkcs12_parse_pbe_params - 0x000000004011f4b8 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - *fill* 0x000000004011f51b 0x1 + 0x000000004011f474 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + *fill* 0x000000004011f4d7 0x1 .text.pkcs12_fill_buffer - 0x000000004011f51c 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - *fill* 0x000000004011f53e 0x2 + 0x000000004011f4d8 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + *fill* 0x000000004011f4fa 0x2 .text.mbedtls_pkcs12_pbe_sha1_rc4_128 - 0x000000004011f540 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - 0x000000004011f540 mbedtls_pkcs12_pbe_sha1_rc4_128 + 0x000000004011f4fc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x000000004011f4fc mbedtls_pkcs12_pbe_sha1_rc4_128 .text.mbedtls_pkcs12_derivation - 0x000000004011f548 0x237 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x000000004011f504 0x237 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) 0x26b (size before relaxing) - 0x000000004011f548 mbedtls_pkcs12_derivation - *fill* 0x000000004011f77f 0x1 + 0x000000004011f504 mbedtls_pkcs12_derivation + *fill* 0x000000004011f73b 0x1 .text.pkcs12_pbe_derive_key_iv - 0x000000004011f780 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x000000004011f73c 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) 0xbc (size before relaxing) .text.mbedtls_pkcs12_pbe - 0x000000004011f838 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x000000004011f7f4 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) 0xfa (size before relaxing) - 0x000000004011f838 mbedtls_pkcs12_pbe - *fill* 0x000000004011f90a 0x2 + 0x000000004011f7f4 mbedtls_pkcs12_pbe + *fill* 0x000000004011f8c6 0x2 + .text.esp_aes_xts_init + 0x000000004011f8c8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x17 (size before relaxing) + 0x000000004011f8c8 esp_aes_xts_init + *fill* 0x000000004011f8d8 0x0 + .text.esp_aes_xts_free + 0x000000004011f8d8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x17 (size before relaxing) + 0x000000004011f8d8 esp_aes_xts_free + *fill* 0x000000004011f8e8 0x0 + .text.esp_aes_xts_setkey_enc + 0x000000004011f8e8 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x36 (size before relaxing) + 0x000000004011f8e8 esp_aes_xts_setkey_enc + *fill* 0x000000004011f916 0x2 + .text.esp_aes_xts_setkey_dec + 0x000000004011f918 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x36 (size before relaxing) + 0x000000004011f918 esp_aes_xts_setkey_dec + *fill* 0x000000004011f946 0x2 + .text.esp_aes_crypt_xts + 0x000000004011f948 0x182 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x186 (size before relaxing) + 0x000000004011f948 esp_aes_crypt_xts + *fill* 0x000000004011faca 0x2 + .text.sha_get_engine_state + 0x000000004011facc 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000004011fb43 0x1 + .text.esp_sha_lock_engine_common + 0x000000004011fb44 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x6e (size before relaxing) + *fill* 0x000000004011fba6 0x2 + .text.esp_sha_lock_memory_block + 0x000000004011fba8 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x000000004011fba8 esp_sha_lock_memory_block + *fill* 0x000000004011fbb6 0x2 + .text.esp_sha_unlock_memory_block + 0x000000004011fbb8 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x000000004011fbb8 esp_sha_unlock_memory_block + *fill* 0x000000004011fbc6 0x2 + .text.esp_sha_try_lock_engine + 0x000000004011fbc8 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x000000004011fbc8 esp_sha_try_lock_engine + *fill* 0x000000004011fbd9 0x3 + .text.esp_sha_unlock_engine + 0x000000004011fbdc 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4a (size before relaxing) + 0x000000004011fbdc esp_sha_unlock_engine + *fill* 0x000000004011fc1e 0x2 + .text.esp_sha_wait_idle + 0x000000004011fc20 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x000000004011fc20 esp_sha_wait_idle + *fill* 0x000000004011fc55 0x3 + .text.esp_sha_read_digest_state + 0x000000004011fc58 0xee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0xfa (size before relaxing) + 0x000000004011fc58 esp_sha_read_digest_state + *fill* 0x000000004011fd46 0x2 + .text.esp_sha_block + 0x000000004011fd48 0x9b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0xa7 (size before relaxing) + 0x000000004011fd48 esp_sha_block + *fill* 0x000000004011fde3 0x1 .text.mbedtls_base64_encode - 0x000000004011f90c 0x122 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - 0x000000004011f90c mbedtls_base64_encode - *fill* 0x000000004011fa2e 0x2 + 0x000000004011fde4 0x122 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x000000004011fde4 mbedtls_base64_encode + *fill* 0x000000004011ff06 0x2 .text.mbedtls_base64_decode - 0x000000004011fa30 0x171 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - 0x000000004011fa30 mbedtls_base64_decode - *fill* 0x000000004011fba1 0x3 + 0x000000004011ff08 0x171 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x000000004011ff08 mbedtls_base64_decode + *fill* 0x0000000040120079 0x3 .text.ccm_auth_crypt - 0x000000004011fba4 0x3da esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x000000004012007c 0x3da esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) 0x3e6 (size before relaxing) - *fill* 0x000000004011ff7e 0x2 + *fill* 0x0000000040120456 0x2 .text.mbedtls_ccm_init - 0x000000004011ff80 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x000000004011ff80 mbedtls_ccm_init - *fill* 0x000000004011ff92 0x2 + 0x0000000040120458 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x0000000040120458 mbedtls_ccm_init + *fill* 0x000000004012046a 0x2 .text.mbedtls_ccm_setkey - 0x000000004011ff94 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x000000004012046c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) 0x4c (size before relaxing) - 0x000000004011ff94 mbedtls_ccm_setkey + 0x000000004012046c mbedtls_ccm_setkey .text.mbedtls_ccm_free - 0x000000004011ffd4 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x00000000401204ac 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) 0x1a (size before relaxing) - 0x000000004011ffd4 mbedtls_ccm_free - *fill* 0x000000004011ffea 0x2 + 0x00000000401204ac mbedtls_ccm_free + *fill* 0x00000000401204c2 0x2 .text.mbedtls_ccm_star_encrypt_and_tag - 0x000000004011ffec 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x00000000401204c4 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) 0x30 (size before relaxing) - 0x000000004011ffec mbedtls_ccm_star_encrypt_and_tag + 0x00000000401204c4 mbedtls_ccm_star_encrypt_and_tag .text.mbedtls_ccm_encrypt_and_tag - 0x0000000040120018 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x00000000401204f0 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) 0x31 (size before relaxing) - 0x0000000040120018 mbedtls_ccm_encrypt_and_tag - *fill* 0x0000000040120045 0x3 + 0x00000000401204f0 mbedtls_ccm_encrypt_and_tag + *fill* 0x000000004012051d 0x3 .text.mbedtls_ccm_star_auth_decrypt - 0x0000000040120048 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x0000000040120520 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) 0x68 (size before relaxing) - 0x0000000040120048 mbedtls_ccm_star_auth_decrypt + 0x0000000040120520 mbedtls_ccm_star_auth_decrypt .text.mbedtls_ccm_auth_decrypt - 0x00000000401200ac 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x0000000040120584 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) 0x31 (size before relaxing) - 0x00000000401200ac mbedtls_ccm_auth_decrypt - *fill* 0x00000000401200d9 0x3 + 0x0000000040120584 mbedtls_ccm_auth_decrypt + *fill* 0x00000000401205b1 0x3 .text.x509_parse_int - 0x00000000401200dc 0x49 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - *fill* 0x0000000040120125 0x3 + 0x00000000401205b4 0x49 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + *fill* 0x00000000401205fd 0x3 .text.x509_date_is_valid - 0x0000000040120128 0xd9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - *fill* 0x0000000040120201 0x3 + 0x0000000040120600 0xd9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + *fill* 0x00000000401206d9 0x3 .text.x509_parse_time - 0x0000000040120204 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x00000000401206dc 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) 0xc8 (size before relaxing) .text.x509_get_attr_type_value - 0x00000000401202b4 0xd7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x000000004012078c 0xd7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) 0xdb (size before relaxing) - *fill* 0x000000004012038b 0x1 + *fill* 0x0000000040120863 0x1 .text.x509_get_hash_alg - 0x000000004012038c 0x8a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040120864 0x8a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) 0x8e (size before relaxing) - *fill* 0x0000000040120416 0x2 + *fill* 0x00000000401208ee 0x2 .text.mbedtls_x509_get_serial - 0x0000000040120418 0x5f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x0000000040120418 mbedtls_x509_get_serial - *fill* 0x0000000040120477 0x1 + 0x00000000401208f0 0x5f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x00000000401208f0 mbedtls_x509_get_serial + *fill* 0x000000004012094f 0x1 .text.mbedtls_x509_get_alg_null - 0x0000000040120478 0x15 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040120950 0x15 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) 0x19 (size before relaxing) - 0x0000000040120478 mbedtls_x509_get_alg_null - *fill* 0x000000004012048d 0x3 + 0x0000000040120950 mbedtls_x509_get_alg_null + *fill* 0x0000000040120965 0x3 .text.mbedtls_x509_get_alg - 0x0000000040120490 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x0000000040120490 mbedtls_x509_get_alg - *fill* 0x00000000401204aa 0x2 + 0x0000000040120968 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040120968 mbedtls_x509_get_alg + *fill* 0x0000000040120982 0x2 .text.mbedtls_x509_get_rsassa_pss_params - 0x00000000401204ac 0x1be esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040120984 0x1be esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) 0x1da (size before relaxing) - 0x00000000401204ac mbedtls_x509_get_rsassa_pss_params - *fill* 0x000000004012066a 0x2 + 0x0000000040120984 mbedtls_x509_get_rsassa_pss_params + *fill* 0x0000000040120b42 0x2 .text.mbedtls_x509_get_name - 0x000000004012066c 0x6d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040120b44 0x6d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) 0x71 (size before relaxing) - 0x000000004012066c mbedtls_x509_get_name - *fill* 0x00000000401206d9 0x3 + 0x0000000040120b44 mbedtls_x509_get_name + *fill* 0x0000000040120bb1 0x3 .text.mbedtls_x509_get_time - 0x00000000401206dc 0x59 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x00000000401206dc mbedtls_x509_get_time - *fill* 0x0000000040120735 0x3 + 0x0000000040120bb4 0x59 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040120bb4 mbedtls_x509_get_time + *fill* 0x0000000040120c0d 0x3 .text.mbedtls_x509_get_sig - 0x0000000040120738 0x3c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x0000000040120738 mbedtls_x509_get_sig + 0x0000000040120c10 0x3c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040120c10 mbedtls_x509_get_sig .text.mbedtls_x509_get_sig_alg - 0x0000000040120774 0x87 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040120c4c 0x87 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) 0x8f (size before relaxing) - 0x0000000040120774 mbedtls_x509_get_sig_alg - *fill* 0x00000000401207fb 0x1 + 0x0000000040120c4c mbedtls_x509_get_sig_alg + *fill* 0x0000000040120cd3 0x1 .text.mbedtls_x509_get_ext - 0x00000000401207fc 0x4c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040120cd4 0x4c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) 0x50 (size before relaxing) - 0x00000000401207fc mbedtls_x509_get_ext + 0x0000000040120cd4 mbedtls_x509_get_ext .text.mbedtls_x509_dn_gets - 0x0000000040120848 0x141 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040120d20 0x141 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) 0x14d (size before relaxing) - 0x0000000040120848 mbedtls_x509_dn_gets - *fill* 0x0000000040120989 0x3 + 0x0000000040120d20 mbedtls_x509_dn_gets + *fill* 0x0000000040120e61 0x3 .text.x509_get_uid - 0x000000004012098c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040120e64 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x48 (size before relaxing) .text.x509_string_cmp - 0x00000000401209d0 0x74 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040120ea8 0x74 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x78 (size before relaxing) .text.x509_name_cmp - 0x0000000040120a44 0x8c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040120f1c 0x8c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x90 (size before relaxing) .text.x509_crt_check_ee_locally_trusted - 0x0000000040120ad0 0x38 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040120fa8 0x38 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x3c (size before relaxing) .text.x509_get_version - 0x0000000040120b08 0x50 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040120fe0 0x50 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .text.x509_get_dates - 0x0000000040120b58 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121030 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x48 (size before relaxing) .text.x509_get_basic_constraints - 0x0000000040120b9c 0x86 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121074 0x86 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x8a (size before relaxing) - *fill* 0x0000000040120c22 0x2 + *fill* 0x00000000401210fa 0x2 .text.x509_get_key_usage - 0x0000000040120c24 0x58 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x00000000401210fc 0x58 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .text.x509_get_ns_cert_type - 0x0000000040120c7c 0x37 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - *fill* 0x0000000040120cb3 0x1 + 0x0000000040121154 0x37 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000004012118b 0x1 .text.x509_get_ext_key_usage - 0x0000000040120cb4 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000004012118c 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .text.x509_get_subject_alt_name - 0x0000000040120cd8 0xcc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x00000000401211b0 0xcc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .text.x509_get_crt_ext - 0x0000000040120da4 0x1c6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000004012127c 0x1c6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x1ca (size before relaxing) - *fill* 0x0000000040120f6a 0x2 + *fill* 0x0000000040121442 0x2 .text.x509_profile_check_key - 0x0000000040120f6c 0x84 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121444 0x84 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x88 (size before relaxing) .text.x509_check_wildcard - 0x0000000040120ff0 0x70 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x00000000401214c8 0x70 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .text.x509_crt_check_cn - 0x0000000040121060 0x28 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121538 0x28 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .text.x509_crt_verify_name - 0x0000000040121088 0x78 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121560 0x78 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .text.x509_crt_check_signature - 0x0000000040121100 0x60 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x00000000401215d8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x70 (size before relaxing) .text.mbedtls_x509_crt_check_key_usage - 0x0000000040121160 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x0000000040121160 mbedtls_x509_crt_check_key_usage + 0x0000000040121638 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121638 mbedtls_x509_crt_check_key_usage .text.x509_crt_check_parent - 0x00000000401211a0 0x3d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121678 0x3d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x41 (size before relaxing) - *fill* 0x00000000401211dd 0x3 + *fill* 0x00000000401216b5 0x3 .text.x509_crt_find_parent_in - 0x00000000401211e0 0x9b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0xa3 (size before relaxing) - *fill* 0x000000004012127b 0x1 + 0x00000000401216b8 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xa8 (size before relaxing) .text.x509_crt_find_parent - 0x000000004012127c 0x46 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - *fill* 0x00000000401212c2 0x2 + 0x0000000040121758 0x46 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000004012179e 0x2 .text.mbedtls_x509_crt_check_extended_key_usage - 0x00000000401212c4 0x4a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x00000000401212c4 mbedtls_x509_crt_check_extended_key_usage - *fill* 0x000000004012130e 0x2 + 0x00000000401217a0 0x4a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x00000000401217a0 mbedtls_x509_crt_check_extended_key_usage + *fill* 0x00000000401217ea 0x2 .text.mbedtls_x509_crt_is_revoked - 0x0000000040121310 0x41 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x0000000040121310 mbedtls_x509_crt_is_revoked - *fill* 0x0000000040121351 0x3 + 0x00000000401217ec 0x41 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x00000000401217ec mbedtls_x509_crt_is_revoked + *fill* 0x000000004012182d 0x3 .text.x509_crt_verifycrl - 0x0000000040121354 0x119 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121830 0x119 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x129 (size before relaxing) - *fill* 0x000000004012146d 0x3 + *fill* 0x0000000040121949 0x3 .text.x509_crt_verify_chain - 0x0000000040121470 0x163 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x16b (size before relaxing) - *fill* 0x00000000401215d3 0x1 + 0x000000004012194c 0x15b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x167 (size before relaxing) + *fill* 0x0000000040121aa7 0x1 .text.mbedtls_x509_crt_verify_restartable - 0x00000000401215d4 0xac esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121aa8 0xac esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0xc0 (size before relaxing) - 0x00000000401215d4 mbedtls_x509_crt_verify_restartable + 0x0000000040121aa8 mbedtls_x509_crt_verify_restartable .text.mbedtls_x509_crt_init - 0x0000000040121680 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x0000000040121680 mbedtls_x509_crt_init - *fill* 0x0000000040121692 0x2 + 0x0000000040121b54 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121b54 mbedtls_x509_crt_init + *fill* 0x0000000040121b66 0x2 .text.mbedtls_x509_crt_free - 0x0000000040121694 0xb7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121b68 0xb7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0xdb (size before relaxing) - 0x0000000040121694 mbedtls_x509_crt_free - *fill* 0x000000004012174b 0x1 + 0x0000000040121b68 mbedtls_x509_crt_free + *fill* 0x0000000040121c1f 0x1 .text.x509_crt_parse_der_core - 0x000000004012174c 0x306 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x356 (size before relaxing) - *fill* 0x0000000040121a52 0x2 + 0x0000000040121c20 0x306 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x35a (size before relaxing) + *fill* 0x0000000040121f26 0x2 .text.mbedtls_x509_crt_parse_der - 0x0000000040121a54 0x80 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121f28 0x80 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x8c (size before relaxing) - 0x0000000040121a54 mbedtls_x509_crt_parse_der + 0x0000000040121f28 mbedtls_x509_crt_parse_der .text.mbedtls_x509_crt_parse - 0x0000000040121ad4 0xfc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040121fa8 0xfc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x108 (size before relaxing) - 0x0000000040121ad4 mbedtls_x509_crt_parse + 0x0000000040121fa8 mbedtls_x509_crt_parse .text.mbedtls_x509_crt_parse_file - 0x0000000040121bd0 0x2b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x00000000401220a4 0x2b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) 0x37 (size before relaxing) - 0x0000000040121bd0 mbedtls_x509_crt_parse_file - *fill* 0x0000000040121bfb 0x1 + 0x00000000401220a4 mbedtls_x509_crt_parse_file + *fill* 0x00000000401220cf 0x1 .text.x509_csr_get_version - 0x0000000040121bfc 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x00000000401220d0 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) 0x28 (size before relaxing) .text.mbedtls_x509_csr_init - 0x0000000040121c20 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - 0x0000000040121c20 mbedtls_x509_csr_init - *fill* 0x0000000040121c32 0x2 + 0x00000000401220f4 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x00000000401220f4 mbedtls_x509_csr_init + *fill* 0x0000000040122106 0x2 .text.mbedtls_x509_csr_free - 0x0000000040121c34 0x47 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x0000000040122108 0x47 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) 0x5a (size before relaxing) - 0x0000000040121c34 mbedtls_x509_csr_free - *fill* 0x0000000040121c7b 0x1 + 0x0000000040122108 mbedtls_x509_csr_free + *fill* 0x000000004012214f 0x1 .text.mbedtls_x509_csr_parse_der - 0x0000000040121c7c 0x1f2 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x0000000040122150 0x1f2 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) 0x226 (size before relaxing) - 0x0000000040121c7c mbedtls_x509_csr_parse_der - *fill* 0x0000000040121e6e 0x2 + 0x0000000040122150 mbedtls_x509_csr_parse_der + *fill* 0x0000000040122342 0x2 .text.mbedtls_x509_csr_parse - 0x0000000040121e70 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x0000000040122344 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) 0xb8 (size before relaxing) - 0x0000000040121e70 mbedtls_x509_csr_parse + 0x0000000040122344 mbedtls_x509_csr_parse .text.mbedtls_x509_csr_parse_file - 0x0000000040121f18 0x2b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x00000000401223ec 0x2b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) 0x37 (size before relaxing) - 0x0000000040121f18 mbedtls_x509_csr_parse_file - *fill* 0x0000000040121f43 0x1 + 0x00000000401223ec mbedtls_x509_csr_parse_file + *fill* 0x0000000040122417 0x1 .text.x509_write_time - 0x0000000040121f44 0x81 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040122418 0x81 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) 0x95 (size before relaxing) - *fill* 0x0000000040121fc5 0x3 + *fill* 0x0000000040122499 0x3 .text.mbedtls_x509write_crt_init - 0x0000000040121fc8 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x000000004012249c 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) 0x1e (size before relaxing) - 0x0000000040121fc8 mbedtls_x509write_crt_init - *fill* 0x0000000040121fe2 0x2 + 0x000000004012249c mbedtls_x509write_crt_init + *fill* 0x00000000401224b6 0x2 .text.mbedtls_x509write_crt_free - 0x0000000040121fe4 0x23 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x00000000401224b8 0x23 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) 0x33 (size before relaxing) - 0x0000000040121fe4 mbedtls_x509write_crt_free - *fill* 0x0000000040122007 0x1 + 0x00000000401224b8 mbedtls_x509write_crt_free + *fill* 0x00000000401224db 0x1 .text.mbedtls_x509write_crt_set_subject_name - 0x0000000040122008 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x0000000040122008 mbedtls_x509write_crt_set_subject_name - *fill* 0x000000004012201a 0x2 + 0x00000000401224dc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x00000000401224dc mbedtls_x509write_crt_set_subject_name + *fill* 0x00000000401224ee 0x2 .text.mbedtls_x509write_crt_set_issuer_name - 0x000000004012201c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x000000004012201c mbedtls_x509write_crt_set_issuer_name - *fill* 0x000000004012202e 0x2 + 0x00000000401224f0 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x00000000401224f0 mbedtls_x509write_crt_set_issuer_name + *fill* 0x0000000040122502 0x2 .text.mbedtls_x509write_crt_set_serial - 0x0000000040122030 0x11 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x0000000040122030 mbedtls_x509write_crt_set_serial - *fill* 0x0000000040122041 0x3 + 0x0000000040122504 0x11 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040122504 mbedtls_x509write_crt_set_serial + *fill* 0x0000000040122515 0x3 .text.mbedtls_x509write_crt_set_validity - 0x0000000040122044 0x55 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x0000000040122044 mbedtls_x509write_crt_set_validity - *fill* 0x0000000040122099 0x3 + 0x0000000040122518 0x55 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040122518 mbedtls_x509write_crt_set_validity + *fill* 0x000000004012256d 0x3 .text.mbedtls_x509write_crt_set_extension - 0x000000004012209c 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x000000004012209c mbedtls_x509write_crt_set_extension - *fill* 0x00000000401220b6 0x2 + 0x0000000040122570 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040122570 mbedtls_x509write_crt_set_extension + *fill* 0x000000004012258a 0x2 .text.mbedtls_x509write_crt_set_basic_constraints - 0x00000000401220b8 0x9c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x000000004012258c 0x9c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) 0xa4 (size before relaxing) - 0x00000000401220b8 mbedtls_x509write_crt_set_basic_constraints + 0x000000004012258c mbedtls_x509write_crt_set_basic_constraints .text.mbedtls_x509write_crt_set_subject_key_identifier - 0x0000000040122154 0x79 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040122628 0x79 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) 0x89 (size before relaxing) - 0x0000000040122154 mbedtls_x509write_crt_set_subject_key_identifier - *fill* 0x00000000401221cd 0x3 + 0x0000000040122628 mbedtls_x509write_crt_set_subject_key_identifier + *fill* 0x00000000401226a1 0x3 .text.mbedtls_x509write_crt_set_authority_key_identifier - 0x00000000401221d0 0x9c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x00000000401226a4 0x9c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) 0xb4 (size before relaxing) - 0x00000000401221d0 mbedtls_x509write_crt_set_authority_key_identifier + 0x00000000401226a4 mbedtls_x509write_crt_set_authority_key_identifier .text.mbedtls_x509write_crt_set_key_usage - 0x000000004012226c 0x54 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040122740 0x54 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) 0x60 (size before relaxing) - 0x000000004012226c mbedtls_x509write_crt_set_key_usage + 0x0000000040122740 mbedtls_x509write_crt_set_key_usage .text.mbedtls_x509write_crt_set_ns_cert_type - 0x00000000401222c0 0x3d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040122794 0x3d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) 0x45 (size before relaxing) - 0x00000000401222c0 mbedtls_x509write_crt_set_ns_cert_type - *fill* 0x00000000401222fd 0x3 + 0x0000000040122794 mbedtls_x509write_crt_set_ns_cert_type + *fill* 0x00000000401227d1 0x3 .text.mbedtls_x509write_crt_der - 0x0000000040122300 0x3e6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x00000000401227d4 0x3e6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) 0x442 (size before relaxing) - 0x0000000040122300 mbedtls_x509write_crt_der - *fill* 0x00000000401226e6 0x2 + 0x00000000401227d4 mbedtls_x509write_crt_der + *fill* 0x0000000040122bba 0x2 .text.mbedtls_x509write_crt_pem - 0x00000000401226e8 0x45 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040122bbc 0x45 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) 0x49 (size before relaxing) - 0x00000000401226e8 mbedtls_x509write_crt_pem - *fill* 0x000000004012272d 0x3 + 0x0000000040122bbc mbedtls_x509write_crt_pem + *fill* 0x0000000040122c01 0x3 .text.x509_attr_descr_from_name - 0x0000000040122730 0x2e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - *fill* 0x000000004012275e 0x2 + 0x0000000040122c04 0x2e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + *fill* 0x0000000040122c32 0x2 .text.x509_write_name - 0x0000000040122760 0x65 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x0000000040122c34 0x65 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) 0x7d (size before relaxing) - *fill* 0x00000000401227c5 0x3 + *fill* 0x0000000040122c99 0x3 .text.x509_write_extension - 0x00000000401227c8 0x99 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x0000000040122c9c 0x99 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) 0xb5 (size before relaxing) - *fill* 0x0000000040122861 0x3 + *fill* 0x0000000040122d35 0x3 .text.mbedtls_x509_string_to_names - 0x0000000040122864 0xe5 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x0000000040122d38 0xe5 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) 0xed (size before relaxing) - 0x0000000040122864 mbedtls_x509_string_to_names - *fill* 0x0000000040122949 0x3 + 0x0000000040122d38 mbedtls_x509_string_to_names + *fill* 0x0000000040122e1d 0x3 .text.mbedtls_x509_set_extension - 0x000000004012294c 0x31 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x0000000040122e20 0x31 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) 0x35 (size before relaxing) - 0x000000004012294c mbedtls_x509_set_extension - *fill* 0x000000004012297d 0x3 + 0x0000000040122e20 mbedtls_x509_set_extension + *fill* 0x0000000040122e51 0x3 .text.mbedtls_x509_write_names - 0x0000000040122980 0x3e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x0000000040122e54 0x3e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) 0x46 (size before relaxing) - 0x0000000040122980 mbedtls_x509_write_names - *fill* 0x00000000401229be 0x2 + 0x0000000040122e54 mbedtls_x509_write_names + *fill* 0x0000000040122e92 0x2 .text.mbedtls_x509_write_sig - 0x00000000401229c0 0x7c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x0000000040122e94 0x7c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) 0x84 (size before relaxing) - 0x00000000401229c0 mbedtls_x509_write_sig + 0x0000000040122e94 mbedtls_x509_write_sig .text.mbedtls_x509_write_extensions - 0x0000000040122a3c 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - 0x0000000040122a3c mbedtls_x509_write_extensions + 0x0000000040122f10 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x0000000040122f10 mbedtls_x509_write_extensions .text.esp_ota_get_running_partition - 0x0000000040122a60 0x7c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x0000000040122f34 0x7c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) 0x8f (size before relaxing) - 0x0000000040122a60 esp_ota_get_running_partition - *fill* 0x0000000040122adc 0x0 - .text.os_get_time - 0x0000000040122adc 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x0000000040122adc os_get_time - *fill* 0x0000000040122af5 0x3 - .text.os_random - 0x0000000040122af8 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x0000000040122af8 os_random - *fill* 0x0000000040122b05 0x3 - .text.os_get_random - 0x0000000040122b08 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x0000000040122b08 os_get_random - *fill* 0x0000000040122b19 0x3 - .text.wpa_install_key - 0x0000000040122b1c 0x23 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x0000000040122b1c wpa_install_key - *fill* 0x0000000040122b3f 0x1 - .text.wpa_get_key - 0x0000000040122b40 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x0000000040122b40 wpa_get_key - *fill* 0x0000000040122b5d 0x3 - .text.wpa_sendto_wrapper - 0x0000000040122b60 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x0000000040122b60 wpa_sendto_wrapper - *fill* 0x0000000040122b72 0x2 - .text.wpa_deauthenticate - 0x0000000040122b74 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040122f34 esp_ota_get_running_partition + *fill* 0x0000000040122fb0 0x0 + .text.esp_netif_action_start + 0x0000000040122fb0 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) 0xe (size before relaxing) - 0x0000000040122b74 wpa_deauthenticate - *fill* 0x0000000040122b7f 0x1 + 0x0000000040122fb0 esp_netif_action_start + *fill* 0x0000000040122fba 0x2 + .text.esp_netif_action_stop + 0x0000000040122fbc 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0xe (size before relaxing) + 0x0000000040122fbc esp_netif_action_stop + *fill* 0x0000000040122fc6 0x2 + .text.esp_netif_action_connected + 0x0000000040122fc8 0xde esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0xf6 (size before relaxing) + 0x0000000040122fc8 esp_netif_action_connected + *fill* 0x00000000401230a6 0x2 + .text.esp_netif_action_disconnected + 0x00000000401230a8 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0xe (size before relaxing) + 0x00000000401230a8 esp_netif_action_disconnected + *fill* 0x00000000401230b2 0x2 + .text.esp_netif_action_got_ip + 0x00000000401230b4 0x62 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x66 (size before relaxing) + 0x00000000401230b4 esp_netif_action_got_ip + *fill* 0x0000000040123116 0x2 + .text.wifi_create_and_start_sta + 0x0000000040123118 0x2f esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x37 (size before relaxing) + *fill* 0x0000000040123147 0x1 + .text.wifi_create_and_start_ap + 0x0000000040123148 0x2f esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x37 (size before relaxing) + *fill* 0x0000000040123177 0x1 + .text.tcpip_adapter_set_default_wifi_handlers + 0x0000000040123178 0x3c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x48 (size before relaxing) + 0x0000000040123178 tcpip_adapter_set_default_wifi_handlers + .text.tcpip_adapter_clear_default_wifi_handlers + 0x00000000401231b4 0xa esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0xd (size before relaxing) + 0x00000000401231b4 tcpip_adapter_clear_default_wifi_handlers + *fill* 0x00000000401231be 0x2 + .text.os_get_time + 0x00000000401231c0 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x00000000401231c0 os_get_time + *fill* 0x00000000401231d9 0x3 + .text.os_random + 0x00000000401231dc 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x00000000401231dc os_random + *fill* 0x00000000401231e9 0x3 + .text.os_get_random + 0x00000000401231ec 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x00000000401231ec os_get_random + *fill* 0x00000000401231fd 0x3 + .text.wpa_install_key + 0x0000000040123200 0x23 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123200 wpa_install_key + *fill* 0x0000000040123223 0x1 + .text.wpa_get_key + 0x0000000040123224 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123224 wpa_get_key + *fill* 0x0000000040123241 0x3 + .text.wpa_sendto_wrapper + 0x0000000040123244 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123244 wpa_sendto_wrapper + *fill* 0x0000000040123256 0x2 + .text.wpa_deauthenticate + 0x0000000040123258 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0xe (size before relaxing) + 0x0000000040123258 wpa_deauthenticate + *fill* 0x0000000040123263 0x1 .text.wpa_config_assoc_ie - 0x0000000040122b80 0x2b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x0000000040122b80 wpa_config_assoc_ie - *fill* 0x0000000040122bab 0x1 + 0x0000000040123264 0x2b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123264 wpa_config_assoc_ie + *fill* 0x000000004012328f 0x1 .text.wpa_neg_complete - 0x0000000040122bac 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123290 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) 0xb (size before relaxing) - 0x0000000040122bac wpa_neg_complete - *fill* 0x0000000040122bb4 0x0 + 0x0000000040123290 wpa_neg_complete + *fill* 0x0000000040123298 0x0 .text.wpa_attach - 0x0000000040122bb4 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123298 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) 0x3c (size before relaxing) - 0x0000000040122bb4 wpa_attach + 0x0000000040123298 wpa_attach .text.wpa_ap_get_wpa_ie - 0x0000000040122be8 0x31 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x0000000040122be8 wpa_ap_get_wpa_ie - *fill* 0x0000000040122c19 0x3 + 0x00000000401232cc 0x31 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000401232cc wpa_ap_get_wpa_ie + *fill* 0x00000000401232fd 0x3 .text.wpa_ap_rx_eapol - 0x0000000040122c1c 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x0000000040122c1c wpa_ap_rx_eapol - *fill* 0x0000000040122c4e 0x2 + 0x0000000040123300 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123300 wpa_ap_rx_eapol + *fill* 0x0000000040123332 0x2 .text.wpa_deattach - 0x0000000040122c50 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123334 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) 0xd (size before relaxing) - 0x0000000040122c50 wpa_deattach - *fill* 0x0000000040122c5a 0x2 + 0x0000000040123334 wpa_deattach + *fill* 0x000000004012333e 0x2 .text.wpa_parse_wpa_ie_wrapper - 0x0000000040122c5c 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123340 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) 0x42 (size before relaxing) - 0x0000000040122c5c wpa_parse_wpa_ie_wrapper - *fill* 0x0000000040122c92 0x2 + 0x0000000040123340 wpa_parse_wpa_ie_wrapper + *fill* 0x0000000040123376 0x2 + .text.wpa_sta_disconnected_cb + 0x0000000040123378 0x43 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x46 (size before relaxing) + *fill* 0x00000000401233bb 0x1 .text.wpa_config_profile - 0x0000000040122c94 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000401233bc 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) 0x57 (size before relaxing) - 0x0000000040122c94 wpa_config_profile - *fill* 0x0000000040122cd8 0x0 + 0x00000000401233bc wpa_config_profile + *fill* 0x0000000040123400 0x0 .text.wpa_config_bss - 0x0000000040122cd8 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123400 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) 0x49 (size before relaxing) - 0x0000000040122cd8 wpa_config_bss - *fill* 0x0000000040122d0d 0x3 + 0x0000000040123400 wpa_config_bss + *fill* 0x0000000040123435 0x3 .text.wpa_sta_connect - 0x0000000040122d10 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000040123438 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) 0x27 (size before relaxing) - 0x0000000040122d10 wpa_sta_connect - *fill* 0x0000000040122d2f 0x1 + 0x0000000040123438 wpa_sta_connect + *fill* 0x0000000040123457 0x1 .text.esp_supplicant_init - 0x0000000040122d30 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x71 (size before relaxing) - 0x0000000040122d30 esp_supplicant_init - *fill* 0x0000000040122d9d 0x3 + 0x0000000040123458 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x76 (size before relaxing) + 0x0000000040123458 esp_supplicant_init + *fill* 0x00000000401234ca 0x2 .text.esp_supplicant_deinit - 0x0000000040122da0 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000401234cc 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) 0xd (size before relaxing) - 0x0000000040122da0 esp_supplicant_deinit - *fill* 0x0000000040122daa 0x2 + 0x00000000401234cc esp_supplicant_deinit + *fill* 0x00000000401234d6 0x2 .text.wpa3_parse_sae_commit - 0x0000000040122dac 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x42 (size before relaxing) - *fill* 0x0000000040122de6 0x2 - .text.wpa3_parse_sae_confirm - 0x0000000040122de8 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x4d (size before relaxing) - *fill* 0x0000000040122e2d 0x3 - .text.wpa3_parse_sae_msg - 0x0000000040122e30 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.wpa3_build_sae_commit - 0x0000000040122e5c 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x94 (size before relaxing) - .text.wpa3_build_sae_confirm - 0x0000000040122edc 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x42 (size before relaxing) - *fill* 0x0000000040122f16 0x2 - .text.wpa3_build_sae_msg - 0x0000000040122f18 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x32 (size before relaxing) - *fill* 0x0000000040122f46 0x2 - .text.esp_wifi_register_wpa3_cb - 0x0000000040122f48 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x0000000040122f48 esp_wifi_register_wpa3_cb - .text.wpa_sm_pmksa_free_cb - 0x0000000040122f58 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401234d8 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) 0x5e (size before relaxing) - *fill* 0x0000000040122fb2 0x2 + *fill* 0x0000000040123532 0x2 + .text.wpa3_parse_sae_confirm + 0x0000000040123534 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x51 (size before relaxing) + *fill* 0x000000004012357d 0x3 + .text.wpa3_parse_sae_msg + 0x0000000040123580 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.wpa3_build_sae_commit + 0x00000000401235b0 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xc6 (size before relaxing) + *fill* 0x0000000040123656 0x2 + .text.wpa3_build_sae_confirm + 0x0000000040123658 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x42 (size before relaxing) + *fill* 0x0000000040123692 0x2 + .text.wpa3_build_sae_msg + 0x0000000040123694 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000401236c2 0x2 + .text.esp_wifi_register_wpa3_cb + 0x00000000401236c4 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x00000000401236c4 esp_wifi_register_wpa3_cb + *fill* 0x00000000401236d5 0x3 + .text.wpa_sm_pmksa_free_cb + 0x00000000401236d8 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x5e (size before relaxing) + *fill* 0x0000000040123732 0x2 .text.wpa_supplicant_clr_countermeasures - 0x0000000040122fb4 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123734 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x1a (size before relaxing) - 0x0000000040122fb4 wpa_supplicant_clr_countermeasures - *fill* 0x0000000040122fca 0x2 + 0x0000000040123734 wpa_supplicant_clr_countermeasures + *fill* 0x000000004012374a 0x2 .text.cipher_type_map_public_to_supp - 0x0000000040122fcc 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x0000000040122fcc cipher_type_map_public_to_supp + 0x000000004012374c 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000004012374c cipher_type_map_public_to_supp .text.wpa_eapol_key_send - 0x0000000040123004 0xaf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123784 0xaf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0xb3 (size before relaxing) - 0x0000000040123004 wpa_eapol_key_send - *fill* 0x00000000401230b3 0x1 + 0x0000000040123784 wpa_eapol_key_send + *fill* 0x0000000040123833 0x1 .text.wpa_sm_key_request - 0x00000000401230b4 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123834 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x10c (size before relaxing) - 0x00000000401230b4 wpa_sm_key_request + 0x0000000040123834 wpa_sm_key_request .text.wpa_sm_rekey_ptk - 0x00000000401231bc 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000004012393c 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x12 (size before relaxing) - 0x00000000401231bc wpa_sm_rekey_ptk - *fill* 0x00000000401231ca 0x2 + 0x000000004012393c wpa_sm_rekey_ptk + *fill* 0x000000004012394a 0x2 .text.wpa_supplicant_send_2_of_4 - 0x00000000401231cc 0xdc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000004012394c 0xdc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0xe0 (size before relaxing) - 0x00000000401231cc wpa_supplicant_send_2_of_4 + 0x000000004012394c wpa_supplicant_send_2_of_4 .text.wpa_derive_ptk - 0x00000000401232a8 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x00000000401232a8 wpa_derive_ptk + 0x0000000040123a28 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123a28 wpa_derive_ptk .text.wpa_supplicant_pairwise_gtk - 0x00000000401232f0 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123a70 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x72 (size before relaxing) - 0x00000000401232f0 wpa_supplicant_pairwise_gtk - *fill* 0x000000004012335a 0x2 + 0x0000000040123a70 wpa_supplicant_pairwise_gtk + *fill* 0x0000000040123ada 0x2 .text.wpa_report_ie_mismatch - 0x000000004012335c 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x000000004012335c wpa_report_ie_mismatch - *fill* 0x000000004012336b 0x1 + 0x0000000040123adc 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123adc wpa_report_ie_mismatch + *fill* 0x0000000040123aeb 0x1 .text.ieee80211w_set_keys - 0x000000004012336c 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x000000004012336c ieee80211w_set_keys - *fill* 0x00000000401233b6 0x2 + 0x0000000040123aec 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123aec ieee80211w_set_keys + *fill* 0x0000000040123b36 0x2 .text.wpa_supplicant_validate_ie - 0x00000000401233b8 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123b38 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0xce (size before relaxing) - 0x00000000401233b8 wpa_supplicant_validate_ie - *fill* 0x0000000040123482 0x2 + 0x0000000040123b38 wpa_supplicant_validate_ie + *fill* 0x0000000040123c02 0x2 .text.wpa_supplicant_send_4_of_4 - 0x0000000040123484 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123c04 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0xec (size before relaxing) - 0x0000000040123484 wpa_supplicant_send_4_of_4 + 0x0000000040123c04 wpa_supplicant_send_4_of_4 .text.wpa_sm_set_seq - 0x000000004012356c 0x33 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x000000004012356c wpa_sm_set_seq - *fill* 0x000000004012359f 0x1 + 0x0000000040123cec 0x33 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123cec wpa_sm_set_seq + *fill* 0x0000000040123d1f 0x1 .text.wpa_supplicant_process_1_of_2_rsn - 0x00000000401235a0 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123d20 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x8e (size before relaxing) - 0x00000000401235a0 wpa_supplicant_process_1_of_2_rsn - *fill* 0x0000000040123626 0x2 + 0x0000000040123d20 wpa_supplicant_process_1_of_2_rsn + *fill* 0x0000000040123da6 0x2 .text.wpa_supplicant_process_1_of_2_wpa - 0x0000000040123628 0x113 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123da8 0x113 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x11f (size before relaxing) - 0x0000000040123628 wpa_supplicant_process_1_of_2_wpa - *fill* 0x000000004012373b 0x1 + 0x0000000040123da8 wpa_supplicant_process_1_of_2_wpa + *fill* 0x0000000040123ebb 0x1 .text.wpa_supplicant_send_2_of_2 - 0x000000004012373c 0xc1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123ebc 0xc1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0xc5 (size before relaxing) - 0x000000004012373c wpa_supplicant_send_2_of_2 - *fill* 0x00000000401237fd 0x3 + 0x0000000040123ebc wpa_supplicant_send_2_of_2 + *fill* 0x0000000040123f7d 0x3 .text.wpa_supplicant_verify_eapol_key_mic - 0x0000000040123800 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040123f80 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0xd2 (size before relaxing) - 0x0000000040123800 wpa_supplicant_verify_eapol_key_mic - *fill* 0x00000000401238ce 0x2 + 0x0000000040123f80 wpa_supplicant_verify_eapol_key_mic + *fill* 0x000000004012404e 0x2 .text.wpa_supplicant_decrypt_key_data - 0x00000000401238d0 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124050 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0xbc (size before relaxing) - 0x00000000401238d0 wpa_supplicant_decrypt_key_data + 0x0000000040124050 wpa_supplicant_decrypt_key_data .text.wpa_sm_set_state - 0x0000000040123984 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x0000000040123984 wpa_sm_set_state + 0x0000000040124104 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124104 wpa_sm_set_state .text.wpa_supplicant_key_neg_complete - 0x00000000401239a4 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124124 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x24 (size before relaxing) - 0x00000000401239a4 wpa_supplicant_key_neg_complete + 0x0000000040124124 wpa_supplicant_key_neg_complete .text.wpa_supplicant_process_3_of_4 - 0x00000000401239c4 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124144 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x108 (size before relaxing) - 0x00000000401239c4 wpa_supplicant_process_3_of_4 + 0x0000000040124144 wpa_supplicant_process_3_of_4 .text.wpa_supplicant_process_1_of_2 - 0x0000000040123ab0 0x83 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124230 0x83 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x96 (size before relaxing) - 0x0000000040123ab0 wpa_supplicant_process_1_of_2 - *fill* 0x0000000040123b33 0x1 + 0x0000000040124230 wpa_supplicant_process_1_of_2 + *fill* 0x00000000401242b3 0x1 .text.wpa_supplicant_stop_countermeasures - 0x0000000040123b34 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401242b4 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x2c (size before relaxing) - 0x0000000040123b34 wpa_supplicant_stop_countermeasures - *fill* 0x0000000040123b59 0x3 + 0x00000000401242b4 wpa_supplicant_stop_countermeasures + *fill* 0x00000000401242d9 0x3 .text.wpa_sm_set_pmk_from_pmksa - 0x0000000040123b5c 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x0000000040123b5c wpa_sm_set_pmk_from_pmksa + 0x00000000401242dc 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401242dc wpa_sm_set_pmk_from_pmksa .text.wpa_supplicant_get_pmk - 0x0000000040123b88 0x19e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124308 0x1a2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x1a6 (size before relaxing) - *fill* 0x0000000040123d26 0x2 + *fill* 0x00000000401244aa 0x2 .text.wpa_supplicant_process_1_of_4 - 0x0000000040123d28 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401244ac 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x100 (size before relaxing) - 0x0000000040123d28 wpa_supplicant_process_1_of_4 + 0x00000000401244ac wpa_supplicant_process_1_of_4 .text.wpa_sm_rx_eapol - 0x0000000040123e0c 0x214 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124590 0x214 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x21c (size before relaxing) - 0x0000000040123e0c wpa_sm_rx_eapol + 0x0000000040124590 wpa_sm_rx_eapol .text.wpa_sm_init - 0x0000000040124020 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401247a4 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x4e (size before relaxing) - 0x0000000040124020 wpa_sm_init - *fill* 0x000000004012406a 0x2 + 0x00000000401247a4 wpa_sm_init + *fill* 0x00000000401247ee 0x2 .text.wpa_sm_deinit - 0x000000004012406c 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401247f0 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x11 (size before relaxing) - 0x000000004012406c wpa_sm_deinit - *fill* 0x000000004012407a 0x2 + 0x00000000401247f0 wpa_sm_deinit + *fill* 0x00000000401247fe 0x2 .text.wpa_set_profile - 0x000000004012407c 0x43 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x000000004012407c wpa_set_profile - *fill* 0x00000000401240bf 0x1 + 0x0000000040124800 0x43 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124800 wpa_set_profile + *fill* 0x0000000040124843 0x1 .text.wpa_set_pmk - 0x00000000401240c0 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x00000000401240c0 wpa_set_pmk + 0x0000000040124844 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x48 (size before relaxing) + 0x0000000040124844 wpa_set_pmk .text.wpa_set_passphrase - 0x00000000401240d8 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124888 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0xac (size before relaxing) - 0x00000000401240d8 wpa_set_passphrase + 0x0000000040124888 wpa_set_passphrase .text.set_assoc_ie - 0x0000000040124164 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x0000000040124164 set_assoc_ie - *fill* 0x000000004012419a 0x2 + 0x0000000040124914 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124914 set_assoc_ie + *fill* 0x000000004012494a 0x2 .text.wpa_set_bss - 0x000000004012419c 0xcd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0xf1 (size before relaxing) - 0x000000004012419c wpa_set_bss - *fill* 0x0000000040124269 0x3 + 0x000000004012494c 0xd1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xf9 (size before relaxing) + 0x000000004012494c wpa_set_bss + *fill* 0x0000000040124a1d 0x3 .text.wpa_sm_set_key - 0x000000004012426c 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x000000004012426c wpa_sm_set_key - *fill* 0x00000000401242e5 0x3 + 0x0000000040124a20 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124a20 wpa_sm_set_key + *fill* 0x0000000040124a99 0x3 .text.wpa_supplicant_install_ptk - 0x00000000401242e8 0x7d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124a9c 0x7d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x85 (size before relaxing) - 0x00000000401242e8 wpa_supplicant_install_ptk - *fill* 0x0000000040124365 0x3 + 0x0000000040124a9c wpa_supplicant_install_ptk + *fill* 0x0000000040124b19 0x3 .text.wpa_supplicant_install_gtk - 0x0000000040124368 0xa9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124b1c 0xa9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0xad (size before relaxing) - 0x0000000040124368 wpa_supplicant_install_gtk - *fill* 0x0000000040124411 0x3 + 0x0000000040124b1c wpa_supplicant_install_gtk + *fill* 0x0000000040124bc5 0x3 .text.wpa_supplicant_send_4_of_4_txcallback - 0x0000000040124414 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124bc8 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x82 (size before relaxing) - 0x0000000040124414 wpa_supplicant_send_4_of_4_txcallback - *fill* 0x000000004012448a 0x2 + 0x0000000040124bc8 wpa_supplicant_send_4_of_4_txcallback + *fill* 0x0000000040124c3e 0x2 .text.wpa_sm_get_key - 0x000000004012448c 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x000000004012448c wpa_sm_get_key + 0x0000000040124c40 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124c40 wpa_sm_get_key .text.wpa_supplicant_gtk_in_use - 0x00000000401244ac 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124c60 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x122 (size before relaxing) - 0x00000000401244ac wpa_supplicant_gtk_in_use - *fill* 0x00000000401245c6 0x2 + 0x0000000040124c60 wpa_supplicant_gtk_in_use + *fill* 0x0000000040124d7a 0x2 .text.wpa_supplicant_send_2_of_2_txcallback - 0x00000000401245c8 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124d7c 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x62 (size before relaxing) - 0x00000000401245c8 wpa_supplicant_send_2_of_2_txcallback - *fill* 0x0000000040124622 0x2 + 0x0000000040124d7c wpa_supplicant_send_2_of_2_txcallback + *fill* 0x0000000040124dd6 0x2 .text.wpa_michael_mic_failure - 0x0000000040124624 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124dd8 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0xce (size before relaxing) - 0x0000000040124624 wpa_michael_mic_failure - *fill* 0x00000000401246d2 0x2 + 0x0000000040124dd8 wpa_michael_mic_failure + *fill* 0x0000000040124e86 0x2 .text.eapol_txcb - 0x00000000401246d4 0x73 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124e88 0x73 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) 0x7a (size before relaxing) - 0x00000000401246d4 eapol_txcb - *fill* 0x0000000040124747 0x1 + 0x0000000040124e88 eapol_txcb + *fill* 0x0000000040124efb 0x1 .text.wpa_sta_in_4way_handshake - 0x0000000040124748 0x2f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x0000000040124748 wpa_sta_in_4way_handshake - *fill* 0x0000000040124777 0x1 + 0x0000000040124efc 0x2f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124efc wpa_sta_in_4way_handshake + *fill* 0x0000000040124f2b 0x1 + .text.wpa_sta_is_cur_pmksa_set + 0x0000000040124f2c 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040124f2c wpa_sta_is_cur_pmksa_set + *fill* 0x0000000040124f41 0x3 + .text.wpa_sta_clear_curr_pmksa + 0x0000000040124f44 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x23 (size before relaxing) + 0x0000000040124f44 wpa_sta_clear_curr_pmksa + *fill* 0x0000000040124f60 0x0 .text.wpa_parse_generic - 0x0000000040124778 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - *fill* 0x00000000401248ae 0x2 + 0x0000000040124f60 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x0000000040125096 0x2 .text.wpa_gen_wpa_ie_rsn - 0x00000000401248b0 0x248 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x0000000040125098 0x254 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) .text.wpa_gen_wpa_ie_wpa - 0x0000000040124af8 0x172 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - *fill* 0x0000000040124c6a 0x2 + 0x00000000401252ec 0x16c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x170 (size before relaxing) .text.wpa_parse_wpa_ie - 0x0000000040124c6c 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0x0000000040124c6c wpa_parse_wpa_ie - *fill* 0x0000000040124c9a 0x2 + 0x0000000040125458 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x0000000040125458 wpa_parse_wpa_ie + *fill* 0x0000000040125486 0x2 .text.wpa_gen_wpa_ie - 0x0000000040124c9c 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x0000000040125488 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) 0x3c (size before relaxing) - 0x0000000040124c9c wpa_gen_wpa_ie - *fill* 0x0000000040124cd5 0x3 + 0x0000000040125488 wpa_gen_wpa_ie + *fill* 0x00000000401254c1 0x3 .text.wpa_supplicant_parse_ies - 0x0000000040124cd8 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x00000000401254c4 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) 0x80 (size before relaxing) - 0x0000000040124cd8 wpa_supplicant_parse_ies + 0x00000000401254c4 wpa_supplicant_parse_ies .text.hex2byte - 0x0000000040124d54 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040125540 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) 0x30 (size before relaxing) - 0x0000000040124d54 hex2byte + 0x0000000040125540 hex2byte .text.hexstr2bin - 0x0000000040124d80 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x0000000040124d80 hexstr2bin + 0x000000004012556c 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x000000004012556c hexstr2bin .text.wpa_get_ntp_timestamp - 0x0000000040124da8 0x8d esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040125594 0x8d esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) 0x91 (size before relaxing) - 0x0000000040124da8 wpa_get_ntp_timestamp - *fill* 0x0000000040124e35 0x3 + 0x0000000040125594 wpa_get_ntp_timestamp + *fill* 0x0000000040125621 0x3 + .text.printf_decode + 0x0000000040125624 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x11e (size before relaxing) + 0x0000000040125624 printf_decode + *fill* 0x000000004012573e 0x2 + .text.dup_binstr + 0x0000000040125740 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040125740 dup_binstr .text.wpa_config_parse_string - 0x0000000040124e38 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x0000000040124e38 wpa_config_parse_string + 0x000000004012576c 0x13a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x146 (size before relaxing) + 0x000000004012576c wpa_config_parse_string + *fill* 0x00000000401258a6 0x2 .text.wpa_bin_clear_free - 0x0000000040124ea8 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x0000000040124ea8 wpa_bin_clear_free - *fill* 0x0000000040124eb7 0x1 + 0x00000000401258a8 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x00000000401258a8 wpa_bin_clear_free + *fill* 0x00000000401258b7 0x1 .text.wpabuf_alloc - 0x0000000040124eb8 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - 0x0000000040124eb8 wpabuf_alloc - *fill* 0x0000000040124ecd 0x3 + 0x00000000401258b8 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x00000000401258b8 wpabuf_alloc + *fill* 0x00000000401258cd 0x3 .text.wpabuf_free - 0x0000000040124ed0 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - 0x0000000040124ed0 wpabuf_free - *fill* 0x0000000040124ee7 0x1 + 0x00000000401258d0 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x00000000401258d0 wpabuf_free + *fill* 0x00000000401258e7 0x1 + .text.wpabuf_alloc_copy + 0x00000000401258e8 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x28 (size before relaxing) + 0x00000000401258e8 wpabuf_alloc_copy .text.wpa_auth_get_sm - 0x0000000040124ee8 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x0000000040124f0e 0x2 + 0x000000004012590c 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040125932 0x2 .text.wpa_auth_add_sm - 0x0000000040124f10 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x0000000040124f51 0x3 + 0x0000000040125934 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040125975 0x3 .text.wpa_auth_del_sm - 0x0000000040124f54 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x0000000040124f86 0x2 + 0x0000000040125978 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401259aa 0x2 .text.wpa_use_aes_cmac - 0x0000000040124f88 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x0000000040124f9d 0x3 + 0x00000000401259ac 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401259c1 0x3 .text.wpa_receive_error_report - 0x0000000040124fa0 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000401259c4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x10 (size before relaxing) .text.wpa_free_sta_sm - 0x0000000040124fac 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000401259d0 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x36 (size before relaxing) - *fill* 0x0000000040124fde 0x2 + *fill* 0x0000000040125a02 0x2 .text.wpa_group_init_gmk_and_counter - 0x0000000040124fe0 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125a04 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x76 (size before relaxing) - *fill* 0x000000004012504a 0x2 + *fill* 0x0000000040125a6e 0x2 .text.sm_WPA_PTK_AUTHENTICATION_Enter - 0x000000004012504c 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x0000000040125082 0x2 + 0x0000000040125a70 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040125aa6 0x2 .text.wpa_gmk_to_gtk - 0x0000000040125084 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125aa8 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x54 (size before relaxing) .text.wpa_gtk_update - 0x00000000401250d4 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125af8 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x9c (size before relaxing) .text.wpa_group_gtk_init - 0x0000000040125164 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125b88 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .text.wpa_group_setkeys - 0x0000000040125198 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x00000000401251cf 0x1 + 0x0000000040125bbc 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040125bf3 0x1 .text.wpa_group_config_group_keys - 0x00000000401251d0 0x4d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125bf4 0x4d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x55 (size before relaxing) - *fill* 0x000000004012521d 0x3 + *fill* 0x0000000040125c41 0x3 .text.wpa_group_setkeysdone - 0x0000000040125220 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125c44 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x24 (size before relaxing) .text.wpa_group_sm_step - 0x0000000040125240 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125c64 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .text.wpa_group_init - 0x00000000401252a4 0x53 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125cc8 0x53 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x5b (size before relaxing) - *fill* 0x00000000401252f7 0x1 + *fill* 0x0000000040125d1b 0x1 .text.wpa_group_ensure_init - 0x00000000401252f8 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125d1c 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x32 (size before relaxing) - *fill* 0x0000000040125322 0x2 + *fill* 0x0000000040125d46 0x2 .text.wpa_sta_disconnect - 0x0000000040125324 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x0000000040125333 0x1 + 0x0000000040125d48 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040125d57 0x1 .text.sm_WPA_PTK_AUTHENTICATION2_Enter - 0x0000000040125334 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125d58 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x4c (size before relaxing) .text.sm_WPA_PTK_DISCONNECT_Enter - 0x0000000040125378 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x00000000401253a6 0x2 + 0x0000000040125d9c 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040125dca 0x2 .text.wpa_rekey_gtk - 0x00000000401253a8 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125dcc 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x3c (size before relaxing) .text.wpa_derive_ptk - 0x00000000401253e0 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x0000000040125426 0x2 + 0x0000000040125e04 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040125e4a 0x2 .text.wpa_verify_key_mic - 0x0000000040125428 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125e4c 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x78 (size before relaxing) .text.wpa_replay_counter_valid - 0x000000004012549c 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x00000000401254d1 0x3 + 0x0000000040125ec0 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040125ef5 0x3 .text.wpa_replay_counter_mark_invalid - 0x00000000401254d4 0x31 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x0000000040125505 0x3 + 0x0000000040125ef8 0x31 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040125f29 0x3 .text.sm_WPA_PTK_PTKINITDONE_Enter - 0x0000000040125508 0x94 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125f2c 0x94 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0xa7 (size before relaxing) - *fill* 0x000000004012559c 0x0 + *fill* 0x0000000040125fc0 0x0 .text.ieee80211w_kde_add - 0x000000004012559c 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040125fc0 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x70 (size before relaxing) .text.resend_eapol_handle - 0x0000000040125604 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x0000000040125604 resend_eapol_handle + 0x0000000040126028 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126028 resend_eapol_handle .text.sm_WPA_PTK_INITPSK_Enter - 0x000000004012561c 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126040 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x53 (size before relaxing) - *fill* 0x000000004012566b 0x1 + *fill* 0x000000004012608f 0x1 .text.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter - 0x000000004012566c 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126090 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0xda (size before relaxing) - *fill* 0x000000004012573e 0x2 + *fill* 0x0000000040126162 0x2 .text.wpa_init - 0x0000000040125740 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126164 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x6e (size before relaxing) - 0x0000000040125740 wpa_init - *fill* 0x00000000401257aa 0x2 + 0x0000000040126164 wpa_init + *fill* 0x00000000401261ce 0x2 .text.wpa_auth_sta_init - 0x00000000401257ac 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x00000000401257ac wpa_auth_sta_init + 0x00000000401261d0 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000401261d0 wpa_auth_sta_init .text.wpa_auth_sta_deinit - 0x00000000401257dc 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126200 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x3e (size before relaxing) - 0x00000000401257dc wpa_auth_sta_deinit - *fill* 0x0000000040125817 0x1 + 0x0000000040126200 wpa_auth_sta_deinit + *fill* 0x000000004012623b 0x1 .text.__wpa_send_eapol - 0x0000000040125818 0x36f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x000000004012623c 0x36f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x37b (size before relaxing) - 0x0000000040125818 __wpa_send_eapol - *fill* 0x0000000040125b87 0x1 + 0x000000004012623c __wpa_send_eapol + *fill* 0x00000000401265ab 0x1 .text.wpa_send_eapol - 0x0000000040125b88 0xd7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000401265ac 0xd7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0xdb (size before relaxing) - *fill* 0x0000000040125c5f 0x1 + *fill* 0x0000000040126683 0x1 .text.sm_WPA_PTK_PTKSTART_Enter - 0x0000000040125c60 0xb3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x0000000040125d13 0x1 + 0x0000000040126684 0xb3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040126737 0x1 .text.sm_WPA_PTK_PTKINITNEGOTIATING_Enter - 0x0000000040125d14 0x15e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126738 0x15e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x162 (size before relaxing) - *fill* 0x0000000040125e72 0x2 + *fill* 0x0000000040126896 0x2 .text.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter - 0x0000000040125e74 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126898 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0xf8 (size before relaxing) .text.sm_WPA_PTK_GROUP_Step - 0x0000000040125f5c 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126980 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0xb0 (size before relaxing) .text.wpa_remove_ptk - 0x0000000040126008 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126a2c 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x3a (size before relaxing) - 0x0000000040126008 wpa_remove_ptk - *fill* 0x000000004012603e 0x2 + 0x0000000040126a2c wpa_remove_ptk + *fill* 0x0000000040126a62 0x2 .text.sm_WPA_PTK_INITIALIZE_Enter - 0x0000000040126040 0x63 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x00000000401260a3 0x1 + 0x0000000040126a64 0x63 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040126ac7 0x1 .text.sm_WPA_PTK_Step - 0x00000000401260a4 0x1eb esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126ac8 0x1eb esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x207 (size before relaxing) - *fill* 0x000000004012628f 0x1 + *fill* 0x0000000040126cb3 0x1 .text.wpa_sm_step - 0x0000000040126290 0xa1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126cb4 0xa1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0xa9 (size before relaxing) - *fill* 0x0000000040126331 0x3 + *fill* 0x0000000040126d55 0x3 .text.wpa_send_eapol_timeout - 0x0000000040126334 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x000000004012634a 0x2 + 0x0000000040126d58 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040126d6e 0x2 .text.wpa_rekey_ptk - 0x000000004012634c 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126d70 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x16 (size before relaxing) - *fill* 0x000000004012635e 0x2 + *fill* 0x0000000040126d82 0x2 .text.wpa_auth_sta_associated - 0x0000000040126360 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126d84 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x7c (size before relaxing) - 0x0000000040126360 wpa_auth_sta_associated + 0x0000000040126d84 wpa_auth_sta_associated .text.wpa_receive - 0x00000000401263d0 0x3df esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040126df4 0x3df esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x407 (size before relaxing) - 0x00000000401263d0 wpa_receive - *fill* 0x00000000401267af 0x1 + 0x0000000040126df4 wpa_receive + *fill* 0x00000000401271d3 0x1 .text.hostap_eapol_resend_process - 0x00000000401267b0 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000401271d4 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x30 (size before relaxing) - 0x00000000401267b0 hostap_eapol_resend_process + 0x00000000401271d4 hostap_eapol_resend_process .text.wpa_ap_join - 0x00000000401267d8 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000401271fc 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) 0x76 (size before relaxing) - 0x00000000401267d8 wpa_ap_join - *fill* 0x0000000040126846 0x2 + 0x00000000401271fc wpa_ap_join + *fill* 0x000000004012726a 0x2 .text.wpa_ap_remove - 0x0000000040126848 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x0000000040126848 wpa_ap_remove - *fill* 0x000000004012685e 0x2 + 0x000000004012726c 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x000000004012726c wpa_ap_remove + *fill* 0x0000000040127282 0x2 .text.wpa_parse_generic - 0x0000000040126860 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - *fill* 0x0000000040126996 0x2 + 0x0000000040127284 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + *fill* 0x00000000401273ba 0x2 .text.wpa_write_wpa_ie - 0x0000000040126998 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x00000000401273bc 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) 0xca (size before relaxing) - *fill* 0x0000000040126a5e 0x2 + *fill* 0x0000000040127482 0x2 .text.wpa_write_rsn_ie - 0x0000000040126a60 0x18d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x0000000040127484 0x18d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) 0x191 (size before relaxing) - 0x0000000040126a60 wpa_write_rsn_ie - *fill* 0x0000000040126bed 0x3 + 0x0000000040127484 wpa_write_rsn_ie + *fill* 0x0000000040127611 0x3 .text.wpa_auth_gen_wpa_ie - 0x0000000040126bf0 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x0000000040127614 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) 0x70 (size before relaxing) - 0x0000000040126bf0 wpa_auth_gen_wpa_ie + 0x0000000040127614 wpa_auth_gen_wpa_ie .text.wpa_add_kde - 0x0000000040126c5c 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x0000000040126c5c wpa_add_kde + 0x0000000040127680 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x0000000040127680 wpa_add_kde .text.wpa_validate_wpa_ie - 0x0000000040126ca4 0x1c6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x00000000401276c8 0x1c6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) 0x1d6 (size before relaxing) - 0x0000000040126ca4 wpa_validate_wpa_ie - *fill* 0x0000000040126e6a 0x2 + 0x00000000401276c8 wpa_validate_wpa_ie + *fill* 0x000000004012788e 0x2 .text.wpa_parse_kde_ies - 0x0000000040126e6c 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x0000000040127890 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) 0x80 (size before relaxing) - 0x0000000040126e6c wpa_parse_kde_ies + 0x0000000040127890 wpa_parse_kde_ies .text.sae_parse_commit_token - 0x0000000040126ee8 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x000000004012790c 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x76 (size before relaxing) - *fill* 0x0000000040126f5a 0x2 + *fill* 0x000000004012797e 0x2 .text.sae_cn_confirm - 0x0000000040126f5c 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040127980 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x74 (size before relaxing) .text.sae_cn_confirm_ffc - 0x0000000040126fc8 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x00000000401279ec 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x6c (size before relaxing) .text.get_random_qr_qnr - 0x000000004012702c 0x9d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040127a50 0x9d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0xa5 (size before relaxing) - *fill* 0x00000000401270c9 0x3 + *fill* 0x0000000040127aed 0x3 .text.sae_pwd_seed_key - 0x00000000401270cc 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040127af0 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) .text.get_rand_1_to_p_1 - 0x0000000040127118 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040127b3c 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x70 (size before relaxing) .text.is_quadratic_residue_blind - 0x0000000040127178 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040127b9c 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0xdc (size before relaxing) .text.sae_test_pwd_seed_ecc - 0x000000004012723c 0xc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040127c60 0xc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0xde (size before relaxing) - *fill* 0x00000000401272fe 0x2 + *fill* 0x0000000040127d22 0x2 .text.sae_derive_pwe_ecc - 0x0000000040127300 0x194 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040127d24 0x194 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x1ac (size before relaxing) .text.sae_test_pwd_seed_ffc - 0x0000000040127494 0x11d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040127eb8 0x11d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x139 (size before relaxing) - *fill* 0x00000000401275b1 0x3 + *fill* 0x0000000040127fd5 0x3 .text.sae_derive_pwe_ffc - 0x00000000401275b4 0xb1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040127fd8 0xb1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0xb9 (size before relaxing) - *fill* 0x0000000040127665 0x3 + *fill* 0x0000000040128089 0x3 .text.sae_derive_k_ffc - 0x0000000040127668 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x000000004012808c 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x8a (size before relaxing) - *fill* 0x00000000401276de 0x2 + *fill* 0x0000000040128102 0x2 .text.sae_get_rand - 0x00000000401276e0 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128104 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0xac (size before relaxing) .text.sae_get_rand_and_mask - 0x0000000040127778 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x000000004012819c 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x31 (size before relaxing) - *fill* 0x00000000401277a1 0x3 + *fill* 0x00000000401281c5 0x3 .text.sae_parse_commit_scalar - 0x00000000401277a4 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x00000000401281c8 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x9e (size before relaxing) - *fill* 0x0000000040127832 0x2 + *fill* 0x0000000040128256 0x2 .text.sae_parse_commit_element_ffc - 0x0000000040127834 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128258 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x11e (size before relaxing) - *fill* 0x000000004012792e 0x2 + *fill* 0x0000000040128352 0x2 .text.sae_derive_commit_element_ecc - 0x0000000040127930 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128354 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x52 (size before relaxing) - *fill* 0x000000004012797e 0x2 + *fill* 0x00000000401283a2 0x2 .text.sae_derive_commit_element_ffc - 0x0000000040127980 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x00000000401283a4 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x52 (size before relaxing) - *fill* 0x00000000401279ca 0x2 + *fill* 0x00000000401283ee 0x2 .text.sae_derive_commit - 0x00000000401279cc 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x00000000401283f0 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0xc4 (size before relaxing) .text.sae_derive_k_ecc - 0x0000000040127a74 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128498 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x96 (size before relaxing) - *fill* 0x0000000040127af2 0x2 + *fill* 0x0000000040128516 0x2 .text.sae_cn_confirm_ecc - 0x0000000040127af4 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128518 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x78 (size before relaxing) .text.sae_derive_keys - 0x0000000040127b60 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128584 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x104 (size before relaxing) .text.sae_parse_commit_element_ecc - 0x0000000040127c50 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128674 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0xaa (size before relaxing) - *fill* 0x0000000040127cee 0x2 + *fill* 0x0000000040128712 0x2 .text.sae_parse_commit_element - 0x0000000040127cf0 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128714 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x2d (size before relaxing) - *fill* 0x0000000040127d19 0x3 + *fill* 0x000000004012873d 0x3 .text.sae_parse_password_identifier - 0x0000000040127d1c 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128740 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0xb6 (size before relaxing) - *fill* 0x0000000040127dce 0x2 + *fill* 0x00000000401287f2 0x2 .text.bin_clear_free - 0x0000000040127dd0 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x0000000040127dd0 bin_clear_free - *fill* 0x0000000040127ddf 0x1 + 0x00000000401287f4 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x00000000401287f4 bin_clear_free + *fill* 0x0000000040128803 0x1 .text.sae_clear_temp_data - 0x0000000040127de0 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xa0 (size before relaxing) - 0x0000000040127de0 sae_clear_temp_data + 0x0000000040128804 0x73 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x97 (size before relaxing) + 0x0000000040128804 sae_clear_temp_data + *fill* 0x0000000040128877 0x1 .text.sae_clear_data - 0x0000000040127e58 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128878 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x26 (size before relaxing) - 0x0000000040127e58 sae_clear_data - *fill* 0x0000000040127e7a 0x2 + 0x0000000040128878 sae_clear_data + *fill* 0x000000004012889a 0x2 .text.sae_set_group - 0x0000000040127e7c 0xb9 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x000000004012889c 0xb9 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0xd5 (size before relaxing) - 0x0000000040127e7c sae_set_group - *fill* 0x0000000040127f35 0x3 + 0x000000004012889c sae_set_group + *fill* 0x0000000040128955 0x3 .text.sae_prepare_commit - 0x0000000040127f38 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128958 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x58 (size before relaxing) - 0x0000000040127f38 sae_prepare_commit + 0x0000000040128958 sae_prepare_commit .text.sae_process_commit - 0x0000000040127f88 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x00000000401289a8 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x4a (size before relaxing) - 0x0000000040127f88 sae_process_commit - *fill* 0x0000000040127fca 0x2 + 0x00000000401289a8 sae_process_commit + *fill* 0x00000000401289ea 0x2 .text.sae_write_commit - 0x0000000040127fcc 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x00000000401289ec 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) 0x142 (size before relaxing) - 0x0000000040127fcc sae_write_commit - *fill* 0x00000000401280e6 0x2 - .text.sae_group_allowed - 0x00000000401280e8 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x00000000401280e8 sae_group_allowed - *fill* 0x0000000040128155 0x3 - .text.sae_parse_commit - 0x0000000040128158 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xcc (size before relaxing) - 0x0000000040128158 sae_parse_commit - .text.sae_write_confirm - 0x000000004012820c 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0xb2 (size before relaxing) - 0x000000004012820c sae_write_confirm - *fill* 0x00000000401282ae 0x2 - .text.sae_check_confirm - 0x00000000401282b0 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x7a (size before relaxing) - 0x00000000401282b0 sae_check_confirm - *fill* 0x0000000040128326 0x2 - .text.rsn_selector_to_bitfield - 0x0000000040128328 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text.rsn_key_mgmt_to_bitfield - 0x0000000040128394 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - *fill* 0x00000000401283f5 0x3 - .text.wpa_selector_to_bitfield - 0x00000000401283f8 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - *fill* 0x0000000040128459 0x3 - .text.wpa_key_mgmt_to_bitfield - 0x000000004012845c 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - *fill* 0x00000000401284a2 0x2 - .text.wpa_parse_wpa_ie_rsn - 0x00000000401284a4 0x18d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x191 (size before relaxing) - 0x00000000401284a4 wpa_parse_wpa_ie_rsn - *fill* 0x0000000040128631 0x3 - .text.wpa_parse_wpa_ie_wpa - 0x0000000040128634 0x18a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x0000000040128634 wpa_parse_wpa_ie_wpa - *fill* 0x00000000401287be 0x2 - .text.wpa_eapol_key_mic - 0x00000000401287c0 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x00000000401287c0 wpa_eapol_key_mic - .text.wpa_compare_rsn_ie - 0x000000004012882c 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x000000004012882c wpa_compare_rsn_ie - *fill* 0x000000004012886a 0x2 - .text.wpa_pmk_to_ptk - 0x000000004012886c 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x000000004012886c wpa_pmk_to_ptk - .text.rsn_pmkid - 0x0000000040128950 0x5b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x63 (size before relaxing) - 0x0000000040128950 rsn_pmkid - *fill* 0x00000000401289ab 0x1 - .text.wpa_cipher_to_suite - 0x00000000401289ac 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x00000000401289ac wpa_cipher_to_suite - *fill* 0x0000000040128a22 0x2 - .text.ecp_opp 0x0000000040128a24 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x3a (size before relaxing) - *fill* 0x0000000040128a5a 0x2 - .text.crypto_bignum_init - 0x0000000040128a5c 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x20 (size before relaxing) - 0x0000000040128a5c crypto_bignum_init - .text.crypto_bignum_init_set - 0x0000000040128a78 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x32 (size before relaxing) - 0x0000000040128a78 crypto_bignum_init_set - *fill* 0x0000000040128aa6 0x2 - .text.crypto_bignum_deinit - 0x0000000040128aa8 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x16 (size before relaxing) - 0x0000000040128aa8 crypto_bignum_deinit - *fill* 0x0000000040128aba 0x2 - .text.crypto_bignum_to_bin - 0x0000000040128abc 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4e (size before relaxing) - 0x0000000040128abc crypto_bignum_to_bin + 0x00000000401289ec sae_write_commit *fill* 0x0000000040128b06 0x2 - .text.crypto_bignum_add - 0x0000000040128b08 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x18 (size before relaxing) - 0x0000000040128b08 crypto_bignum_add - .text.crypto_bignum_mod - 0x0000000040128b1c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x18 (size before relaxing) - 0x0000000040128b1c crypto_bignum_mod - .text.crypto_bignum_exptmod - 0x0000000040128b30 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x1c (size before relaxing) - 0x0000000040128b30 crypto_bignum_exptmod - .text.crypto_bignum_inverse - 0x0000000040128b48 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x18 (size before relaxing) - 0x0000000040128b48 crypto_bignum_inverse - .text.crypto_bignum_sub - 0x0000000040128b5c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x18 (size before relaxing) - 0x0000000040128b5c crypto_bignum_sub - .text.crypto_bignum_div - 0x0000000040128b70 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x0000000040128b70 crypto_bignum_div - *fill* 0x0000000040128b89 0x3 - .text.crypto_bignum_mulmod - 0x0000000040128b8c 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x0000000040128b8c crypto_bignum_mulmod - *fill* 0x0000000040128ba5 0x3 - .text.crypto_bignum_cmp - 0x0000000040128ba8 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x0000000040128ba8 crypto_bignum_cmp - *fill* 0x0000000040128bb9 0x3 - .text.crypto_bignum_bits - 0x0000000040128bbc 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x10 (size before relaxing) - 0x0000000040128bbc crypto_bignum_bits - .text.crypto_bignum_is_zero - 0x0000000040128bc8 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x0000000040128bc8 crypto_bignum_is_zero - *fill* 0x0000000040128bde 0x2 - .text.crypto_bignum_is_one - 0x0000000040128be0 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x0000000040128be0 crypto_bignum_is_one - *fill* 0x0000000040128bf6 0x2 - .text.crypto_bignum_legendre - 0x0000000040128bf8 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x94 (size before relaxing) - 0x0000000040128bf8 crypto_bignum_legendre - .text.crypto_ec_deinit - 0x0000000040128c70 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x0000000040128c70 crypto_ec_deinit - *fill* 0x0000000040128c87 0x1 - .text.crypto_ec_init - 0x0000000040128c88 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x3c (size before relaxing) - 0x0000000040128c88 crypto_ec_init - .text.crypto_ec_point_init - 0x0000000040128cbc 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x26 (size before relaxing) - 0x0000000040128cbc crypto_ec_point_init - *fill* 0x0000000040128cde 0x2 - .text.crypto_ec_prime_len - 0x0000000040128ce0 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x10 (size before relaxing) - 0x0000000040128ce0 crypto_ec_prime_len - .text.crypto_ec_prime_len_bits - 0x0000000040128cec 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x10 (size before relaxing) - 0x0000000040128cec crypto_ec_prime_len_bits - .text.crypto_ec_point_deinit - 0x0000000040128cf8 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x16 (size before relaxing) - 0x0000000040128cf8 crypto_ec_point_deinit - *fill* 0x0000000040128d0a 0x2 - .text.crypto_ec_point_to_bin - 0x0000000040128d0c 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4a (size before relaxing) - 0x0000000040128d0c crypto_ec_point_to_bin - *fill* 0x0000000040128d4e 0x2 - .text.crypto_ec_point_from_bin - 0x0000000040128d50 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x66 (size before relaxing) - 0x0000000040128d50 crypto_ec_point_from_bin - *fill* 0x0000000040128da6 0x2 - .text.crypto_ec_point_add - 0x0000000040128da8 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x3e (size before relaxing) - 0x0000000040128da8 crypto_ec_point_add - *fill* 0x0000000040128dde 0x2 - .text.crypto_ec_point_mul - 0x0000000040128de0 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x5a (size before relaxing) - 0x0000000040128de0 crypto_ec_point_mul - *fill* 0x0000000040128e2a 0x2 - .text.crypto_ec_point_invert - 0x0000000040128e2c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x18 (size before relaxing) - 0x0000000040128e2c crypto_ec_point_invert - .text.crypto_ec_point_compute_y_sqr - 0x0000000040128e40 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x106 (size before relaxing) - 0x0000000040128e40 crypto_ec_point_compute_y_sqr - *fill* 0x0000000040128f12 0x2 - .text.crypto_ec_point_solve_y_coord - 0x0000000040128f14 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0xc6 (size before relaxing) - 0x0000000040128f14 crypto_ec_point_solve_y_coord - *fill* 0x0000000040128fba 0x2 - .text.crypto_ec_point_is_at_infinity - 0x0000000040128fbc 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x10 (size before relaxing) - 0x0000000040128fbc crypto_ec_point_is_at_infinity - .text.crypto_ec_point_is_on_curve - 0x0000000040128fc8 0x8d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0xa1 (size before relaxing) - 0x0000000040128fc8 crypto_ec_point_is_on_curve - *fill* 0x0000000040129055 0x3 - .text.crypto_ec_point_cmp - 0x0000000040129058 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x0000000040129058 crypto_ec_point_cmp - *fill* 0x0000000040129069 0x3 - .text.dh_groups_get - 0x000000004012906c 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - 0x000000004012906c dh_groups_get - *fill* 0x0000000040129092 0x2 - .text.hostap_init - 0x0000000040129094 0x12c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x144 (size before relaxing) - 0x0000000040129094 hostap_init - .text.hostap_deinit - 0x00000000401291c0 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x00000000401291c0 hostap_deinit - .text.wpa_sm_alloc_eapol - 0x0000000040129218 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x0000000040129218 wpa_sm_alloc_eapol - .text.wpa_sm_free_eapol - 0x0000000040129290 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x0000000040129290 wpa_sm_free_eapol - *fill* 0x000000004012929e 0x2 - .text.wpa_sm_deauthenticate - 0x00000000401292a0 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x1e (size before relaxing) - 0x00000000401292a0 wpa_sm_deauthenticate - *fill* 0x00000000401292bb 0x1 - .text._pmksa_cache_free_entry - 0x00000000401292bc 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - *fill* 0x00000000401292cb 0x1 - .text.pmksa_cache_free_entry - 0x00000000401292cc 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - *fill* 0x00000000401292ea 0x2 - .text.pmksa_cache_set_expiration - 0x00000000401292ec 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - *fill* 0x000000004012934e 0x2 - .text.pmksa_cache_expire - 0x0000000040129350 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x52 (size before relaxing) - *fill* 0x000000004012939f 0x1 - .text.pmksa_cache_flush - 0x00000000401293a0 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x00000000401293a0 pmksa_cache_flush - *fill* 0x00000000401293f6 0x2 - .text.pmksa_cache_add - 0x00000000401293f8 0x1a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x00000000401293f8 pmksa_cache_add - .text.pmksa_cache_clone_entry - 0x0000000040129598 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x38 (size before relaxing) - .text.pmksa_cache_deinit - 0x00000000401295cc 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x3e (size before relaxing) - 0x00000000401295cc pmksa_cache_deinit - *fill* 0x0000000040129606 0x2 - .text.pmksa_cache_get - 0x0000000040129608 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x0000000040129608 pmksa_cache_get - *fill* 0x0000000040129641 0x3 - .text.pmksa_cache_get_opportunistic - 0x0000000040129644 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x0000000040129644 pmksa_cache_get_opportunistic - .text.pmksa_cache_set_current - 0x0000000040129674 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x72 (size before relaxing) - 0x0000000040129674 pmksa_cache_set_current - *fill* 0x00000000401296e2 0x2 - .text.pmksa_cache_init - 0x00000000401296e4 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text.sae_group_allowed + 0x0000000040128b08 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000040128b08 sae_group_allowed + *fill* 0x0000000040128b75 0x3 + .text.sae_parse_commit + 0x0000000040128b78 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xcc (size before relaxing) + 0x0000000040128b78 sae_parse_commit + .text.sae_write_confirm + 0x0000000040128c2c 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xb2 (size before relaxing) + 0x0000000040128c2c sae_write_confirm + *fill* 0x0000000040128cce 0x2 + .text.sae_check_confirm + 0x0000000040128cd0 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x7a (size before relaxing) + 0x0000000040128cd0 sae_check_confirm + *fill* 0x0000000040128d46 0x2 + .text.rsn_selector_to_bitfield + 0x0000000040128d48 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.rsn_key_mgmt_to_bitfield + 0x0000000040128db4 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x0000000040128e15 0x3 + .text.wpa_selector_to_bitfield + 0x0000000040128e18 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x0000000040128e79 0x3 + .text.wpa_key_mgmt_to_bitfield + 0x0000000040128e7c 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x0000000040128ec2 0x2 + .text.wpa_parse_wpa_ie_rsn + 0x0000000040128ec4 0x18d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x191 (size before relaxing) + 0x0000000040128ec4 wpa_parse_wpa_ie_rsn + *fill* 0x0000000040129051 0x3 + .text.wpa_parse_wpa_ie_wpa + 0x0000000040129054 0x18a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000040129054 wpa_parse_wpa_ie_wpa + *fill* 0x00000000401291de 0x2 + .text.wpa_eapol_key_mic + 0x00000000401291e0 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000401291e0 wpa_eapol_key_mic + .text.wpa_compare_rsn_ie + 0x000000004012924c 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x000000004012924c wpa_compare_rsn_ie + *fill* 0x000000004012928a 0x2 + .text.wpa_pmk_to_ptk + 0x000000004012928c 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x000000004012928c wpa_pmk_to_ptk + .text.rsn_pmkid + 0x0000000040129370 0x5b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x63 (size before relaxing) + 0x0000000040129370 rsn_pmkid + *fill* 0x00000000401293cb 0x1 + .text.wpa_cipher_to_suite + 0x00000000401293cc 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000401293cc wpa_cipher_to_suite + *fill* 0x0000000040129442 0x2 + .text.ecp_opp 0x0000000040129444 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) 0x3a (size before relaxing) - 0x00000000401296e4 pmksa_cache_init - *fill* 0x000000004012971a 0x2 - .text.hostapd_derive_psk - 0x000000004012971c 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - *fill* 0x000000004012974a 0x2 - .text.hostapd_setup_wpa_psk - 0x000000004012974c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - 0x000000004012974c hostapd_setup_wpa_psk - *fill* 0x0000000040129779 0x3 - .text.hostapd_get_psk - 0x000000004012977c 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - 0x000000004012977c hostapd_get_psk - *fill* 0x00000000401297b7 0x1 - .text.wifi_softap_get_config_local - 0x00000000401297b8 0x150 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x178 (size before relaxing) - .text.wifi_station_get_config_local - 0x0000000040129908 0x130 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x14c (size before relaxing) - .text.wifi_api_unlock$part$2 - 0x0000000040129a38 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x1f (size before relaxing) - *fill* 0x0000000040129a53 0x1 - .text.wifi_get_init_state - 0x0000000040129a54 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x0000000040129a58 wifi_get_init_state - *fill* 0x0000000040129a62 0x2 - .text.wifi_is_stop_in_progress - 0x0000000040129a64 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x0000000040129a68 wifi_is_stop_in_progress - *fill* 0x0000000040129a73 0x1 - .text.wifi_api_lock - 0x0000000040129a74 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x54 (size before relaxing) - 0x0000000040129a78 wifi_api_lock - .text.wifi_init_completed - 0x0000000040129ab8 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x58 (size before relaxing) - 0x0000000040129ab8 wifi_init_completed - .text.wifi_api_unlock - 0x0000000040129af0 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x1d (size before relaxing) - 0x0000000040129af0 wifi_api_unlock - *fill* 0x0000000040129b02 0x2 - .text.wifi_softap_deauth - 0x0000000040129b04 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0xc0 (size before relaxing) - 0x0000000040129b0c wifi_softap_deauth - .text.wifi_check_chan_param - 0x0000000040129bac 0x56 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x66 (size before relaxing) - 0x0000000040129bac wifi_check_chan_param - *fill* 0x0000000040129c02 0x2 - .text.wifi_deinit_in_caller_task - 0x0000000040129c04 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x42 (size before relaxing) - 0x0000000040129c08 wifi_deinit_in_caller_task - *fill* 0x0000000040129c2e 0x2 - .text.wifi_init_in_caller_task - 0x0000000040129c30 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0xbc (size before relaxing) - 0x0000000040129c38 wifi_init_in_caller_task - .text.wifi_osi_funcs_register - 0x0000000040129cc0 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x76 (size before relaxing) - 0x0000000040129cd0 wifi_osi_funcs_register - *fill* 0x0000000040129d1e 0x2 - .text.esp_wifi_init_internal - 0x0000000040129d20 0x130 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x1ac (size before relaxing) - 0x0000000040129d30 esp_wifi_init_internal - .text.esp_wifi_deinit_internal - 0x0000000040129e50 0xf6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x16a (size before relaxing) - 0x0000000040129e58 esp_wifi_deinit_internal - *fill* 0x0000000040129f46 0x2 - .text.esp_wifi_set_mode - 0x0000000040129f48 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x48 (size before relaxing) - 0x0000000040129f48 esp_wifi_set_mode - .text.esp_wifi_start - 0x0000000040129f7c 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x44 (size before relaxing) - 0x0000000040129f7c esp_wifi_start - .text.esp_wifi_stop - 0x0000000040129fa8 0x1f7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x24f (size before relaxing) - 0x0000000040129fc8 esp_wifi_stop - *fill* 0x000000004012a19f 0x1 - .text.esp_wifi_connect - 0x000000004012a1a0 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x94 (size before relaxing) - 0x000000004012a1a8 esp_wifi_connect - .text.esp_wifi_deauth_sta - 0x000000004012a218 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0xa0 (size before relaxing) - 0x000000004012a21c esp_wifi_deauth_sta - .text.esp_wifi_set_config - 0x000000004012a298 0xc6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0xe2 (size before relaxing) - 0x000000004012a2a4 esp_wifi_set_config - *fill* 0x000000004012a35e 0x2 - .text.esp_wifi_get_config - 0x000000004012a360 0x8f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0xb6 (size before relaxing) - 0x000000004012a364 esp_wifi_get_config - *fill* 0x000000004012a3ef 0x1 - .text.esp_wifi_get_channel - 0x000000004012a3f0 0xaa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0xc2 (size before relaxing) - 0x000000004012a3f4 esp_wifi_get_channel - *fill* 0x000000004012a49a 0x2 - .text.esp_wifi_get_mac - 0x000000004012a49c 0x88 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0xa8 (size before relaxing) - 0x000000004012a4a0 esp_wifi_get_mac - .text.esp_wifi_set_storage - 0x000000004012a524 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x5c (size before relaxing) - 0x000000004012a524 esp_wifi_set_storage - .text.esp_wifi_internal_reg_rxcb - 0x000000004012a56c 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x96 (size before relaxing) - 0x000000004012a570 esp_wifi_internal_reg_rxcb - *fill* 0x000000004012a5e6 0x2 - .text.esp_wifi_internal_set_sta_ip - 0x000000004012a5e8 0x5f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x7b (size before relaxing) - 0x000000004012a5ec esp_wifi_internal_set_sta_ip - *fill* 0x000000004012a647 0x1 - .text.wifi_set_event_handler - 0x000000004012a648 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x000000004012a64c wifi_set_event_handler - .text.wifi_event_post - 0x000000004012a658 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x29 (size before relaxing) - 0x000000004012a65c wifi_event_post - *fill* 0x000000004012a67d 0x3 - .text.wifi_mesh_event_post - 0x000000004012a680 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x56 (size before relaxing) - 0x000000004012a688 wifi_mesh_event_post - *fill* 0x000000004012a6ce 0x2 - .text.esp_wifi_vnd_lora_enable - 0x000000004012a6d0 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0xe8 (size before relaxing) - 0x000000004012a6d0 esp_wifi_vnd_lora_enable - .text.esp_wifi_vnd_lora_disable - 0x000000004012a7a4 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x58 (size before relaxing) - 0x000000004012a7a4 esp_wifi_vnd_lora_disable - .text.esp_wifi_get_event_mask - 0x000000004012a7f0 0x53 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x67 (size before relaxing) - 0x000000004012a7f8 esp_wifi_get_event_mask - *fill* 0x000000004012a843 0x1 - .text.esp_wifi_ipc_internal - 0x000000004012a844 0x172 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x19e (size before relaxing) - 0x000000004012a84c esp_wifi_ipc_internal - *fill* 0x000000004012a9b6 0x2 - .text.esp_mesh_map_deauth - 0x000000004012a9b8 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0xa4 (size before relaxing) - 0x000000004012a9c0 esp_mesh_map_deauth - .text.ieee80211_freedom_inside_cb - 0x000000004012aa38 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x3c (size before relaxing) - 0x000000004012aa38 ieee80211_freedom_inside_cb - .text.ieee80211_freedom_init - 0x000000004012aa70 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x2c (size before relaxing) - 0x000000004012aa74 ieee80211_freedom_init - .text.ieee80211_user_ie_init - 0x000000004012aa94 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x41 (size before relaxing) - 0x000000004012aa98 ieee80211_user_ie_init - *fill* 0x000000004012aad1 0x3 - .text.ieee80211_ifattach - 0x000000004012aad4 0x11e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x186 (size before relaxing) - 0x000000004012aad4 ieee80211_ifattach - *fill* 0x000000004012abf2 0x2 - .text.ieee80211_ifdetach - 0x000000004012abf4 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x1b (size before relaxing) - 0x000000004012abf4 ieee80211_ifdetach - *fill* 0x000000004012ac03 0x1 - .text.wifi_create_softap - 0x000000004012ac04 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x118 (size before relaxing) - 0x000000004012ac0c wifi_create_softap - .text.wifi_destroy_softap - 0x000000004012acf4 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x82 (size before relaxing) - 0x000000004012acf4 wifi_destroy_softap - *fill* 0x000000004012ad5a 0x2 - .text.wifi_create_sta - 0x000000004012ad5c 0x104 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x144 (size before relaxing) - 0x000000004012ad64 wifi_create_sta - .text.wifi_destroy_sta - 0x000000004012ae60 0x6e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x96 (size before relaxing) - 0x000000004012ae60 wifi_destroy_sta - *fill* 0x000000004012aece 0x2 - .text.wifi_mode_set - 0x000000004012aed0 0x1e4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) - 0x21f (size before relaxing) - 0x000000004012aee8 wifi_mode_set - *fill* 0x000000004012b0b4 0x0 - .text.ieee80211_crypto_encap - 0x000000004012b0b4 0x8d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) - 0x95 (size before relaxing) - 0x000000004012b0c0 ieee80211_crypto_encap - *fill* 0x000000004012b141 0x3 - .text.ieee80211_crypto_decap - 0x000000004012b144 0x9d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) - 0xb1 (size before relaxing) - 0x000000004012b144 ieee80211_crypto_decap - *fill* 0x000000004012b1e1 0x3 - .text.ieee80211_crypto_aes_128_cmac_decrypt - 0x000000004012b1e4 0x19e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) - 0x1be (size before relaxing) - 0x000000004012b1fc ieee80211_crypto_aes_128_cmac_decrypt - *fill* 0x000000004012b382 0x2 - .text.ccmp_encap - 0x000000004012b384 0xb6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) - *fill* 0x000000004012b43a 0x2 - .text.ieee80211_ccmp_decrypt - 0x000000004012b43c 0x373 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) - 0x37f (size before relaxing) - 0x000000004012b450 ieee80211_ccmp_decrypt - *fill* 0x000000004012b7af 0x1 - .text.ieee80211_ccmp_encrypt - 0x000000004012b7b0 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) - 0x130 (size before relaxing) - 0x000000004012b7b8 ieee80211_ccmp_encrypt - .text.tkip_decap - 0x000000004012b8d0 0xc9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) - 0xcd (size before relaxing) - *fill* 0x000000004012b999 0x3 - .text.tkip_encap - 0x000000004012b99c 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) - 0xd2 (size before relaxing) - *fill* 0x000000004012ba6a 0x2 - .text.wep_encap - 0x000000004012ba6c 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) - .text.ieee80211_hostap_send_beacon - 0x000000004012bae8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x16 (size before relaxing) - *fill* 0x000000004012baf6 0x2 - .text.hostap_handle_timer - 0x000000004012baf8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x16 (size before relaxing) - 0x000000004012baf8 hostap_handle_timer - *fill* 0x000000004012bb06 0x2 - .text.ieee80211_hostapd_ps_txcb - 0x000000004012bb08 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x30 (size before relaxing) - 0x000000004012bb0c ieee80211_hostapd_ps_txcb - .text.ieee80211_hostap_send_beacon_process - 0x000000004012bb30 0x3c6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x3f6 (size before relaxing) - 0x000000004012bb70 ieee80211_hostap_send_beacon_process - *fill* 0x000000004012bef6 0x2 - .text.ieee80211_hostap_attach - 0x000000004012bef8 0x1fc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x258 (size before relaxing) - 0x000000004012bf14 ieee80211_hostap_attach - .text.hostap_handle_timer_process - 0x000000004012c0f4 0x18b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x1d3 (size before relaxing) - 0x000000004012c10c hostap_handle_timer_process - *fill* 0x000000004012c27f 0x1 - .text.wifi_ap_reg_rxcb - 0x000000004012c280 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x000000004012c284 wifi_ap_reg_rxcb - *fill* 0x000000004012c28e 0x2 - .text.hostap_input - 0x000000004012c290 0x16f6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x18a2 (size before relaxing) - 0x000000004012c2ec hostap_input - *fill* 0x000000004012d986 0x2 - .text.ap_rx_cb - 0x000000004012d988 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x22 (size before relaxing) - 0x000000004012d988 ap_rx_cb - *fill* 0x000000004012d9a2 0x2 - .text.wifi_softap_start - 0x000000004012d9a4 0x3e3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x463 (size before relaxing) - 0x000000004012d9dc wifi_softap_start - *fill* 0x000000004012dd87 0x1 - .text.ieee80211_hostapd_beacon_txcb - 0x000000004012dd88 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0xae (size before relaxing) - 0x000000004012dd88 ieee80211_hostapd_beacon_txcb - *fill* 0x000000004012de02 0x2 - .text.wifi_softap_stop - 0x000000004012de04 0x171 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) - 0x1cd (size before relaxing) - 0x000000004012de04 wifi_softap_stop - *fill* 0x000000004012df75 0x3 - .text.addba_response_txcb - 0x000000004012df78 0x227 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x23b (size before relaxing) - *fill* 0x000000004012e19f 0x1 - .text.ieee80211_ampdu_timeout - 0x000000004012e1a0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x16 (size before relaxing) - *fill* 0x000000004012e1ae 0x2 - .text.addba_timeout - 0x000000004012e1b0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x16 (size before relaxing) - *fill* 0x000000004012e1be 0x2 - .text.ieee80211_add_htinfo_body - 0x000000004012e1c0 0x18d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x19d (size before relaxing) - *fill* 0x000000004012e34d 0x3 - .text.unlikely.ieee80211_ampdu_start_age_timer$part$1 - 0x000000004012e350 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x2e (size before relaxing) - *fill* 0x000000004012e37a 0x2 - .text.ieee80211_add_htcap_body - 0x000000004012e37c 0x214 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x22c (size before relaxing) - .text.ht_recv_action_ba_addba_response - 0x000000004012e590 0x170 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x180 (size before relaxing) - .text.ampdu_tx_stop - 0x000000004012e700 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0xa2 (size before relaxing) - *fill* 0x000000004012e78e 0x2 - .text.ampdu_free_rx_ba_index$part$8 - 0x000000004012e790 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x34 (size before relaxing) - .text.ampdu_rx_stop - 0x000000004012e7bc 0x123 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x14b (size before relaxing) - *fill* 0x000000004012e8df 0x1 - .text.ht_recv_action_ba_delba - 0x000000004012e8e0 0x57 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x76 (size before relaxing) - *fill* 0x000000004012e937 0x1 - .text.ht_action_output - 0x000000004012e938 0xe5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0xfd (size before relaxing) - *fill* 0x000000004012ea1d 0x3 - .text.ht_send_action_ba_delba - 0x000000004012ea20 0x148 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x16c (size before relaxing) - .text.ht_send_action_ba_addba - 0x000000004012eb68 0x1f0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x220 (size before relaxing) - .text.ieee80211_ht_attach - 0x000000004012ed58 0x22a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x27e (size before relaxing) - 0x000000004012ed9c ieee80211_ht_attach - *fill* 0x000000004012ef82 0x2 - .text.ampdu_alloc_rx_ba_index - 0x000000004012ef84 0x88 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x9c (size before relaxing) - 0x000000004012ef84 ampdu_alloc_rx_ba_index - .text.ht_recv_action_ba_addba_request - 0x000000004012f00c 0x240 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x268 (size before relaxing) - .text.ieee80211_ht_deattach - 0x000000004012f24c 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x54 (size before relaxing) - 0x000000004012f24c ieee80211_ht_deattach - .text.ieee80211_cal_tx_pps - 0x000000004012f290 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x5a (size before relaxing) - 0x000000004012f290 ieee80211_cal_tx_pps - *fill* 0x000000004012f2de 0x2 - .text.ieee80211_ampdu_enable - 0x000000004012f2e0 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x2e (size before relaxing) - 0x000000004012f2e0 ieee80211_ampdu_enable - *fill* 0x000000004012f30a 0x2 - .text.addba_timeout_process - 0x000000004012f30c 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x56 (size before relaxing) - 0x000000004012f30c addba_timeout_process - *fill* 0x000000004012f35e 0x2 - .text.ieee80211_ampdu_request - 0x000000004012f360 0x271 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x295 (size before relaxing) - 0x000000004012f380 ieee80211_ampdu_request - *fill* 0x000000004012f5d1 0x3 - .text.ieee80211_ampdu_age_all - 0x000000004012f5d4 0x37c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x3b0 (size before relaxing) - 0x000000004012f5e8 ieee80211_ampdu_age_all - .text.ieee80211_ampdu_deinit_age_timer - 0x000000004012f950 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x52 (size before relaxing) - 0x000000004012f950 ieee80211_ampdu_deinit_age_timer - *fill* 0x000000004012f992 0x2 - .text.ieee80211_recv_bar - 0x000000004012f994 0x87 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x9b (size before relaxing) - 0x000000004012f994 ieee80211_recv_bar - *fill* 0x000000004012fa1b 0x1 - .text.ieee80211_ht_node_cleanup - 0x000000004012fa1c 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x3c (size before relaxing) - 0x000000004012fa1c ieee80211_ht_node_cleanup - .text.ieee80211_ht_node_init - 0x000000004012fa48 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x92 (size before relaxing) - 0x000000004012fa4c ieee80211_ht_node_init - *fill* 0x000000004012fac2 0x2 - .text.ieee80211_parse_htcap - 0x000000004012fac4 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x122 (size before relaxing) - 0x000000004012facc ieee80211_parse_htcap - *fill* 0x000000004012fbce 0x2 - .text.ieee80211_has_ht40_bss - 0x000000004012fbd0 0xb2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0xba (size before relaxing) - 0x000000004012fbd0 ieee80211_has_ht40_bss - *fill* 0x000000004012fc82 0x2 - .text.ieee80211_update_channel - 0x000000004012fc84 0x3da /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x422 (size before relaxing) - 0x000000004012fc94 ieee80211_update_channel - *fill* 0x000000004013005e 0x2 - .text.ieee80211_ht_updatehtcap - 0x0000000040130060 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x3e (size before relaxing) - 0x0000000040130060 ieee80211_ht_updatehtcap - *fill* 0x000000004013008f 0x1 - .text.ieee80211_ht_updateparams - 0x0000000040130090 0x278 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x2b8 (size before relaxing) - 0x00000000401300a4 ieee80211_ht_updateparams - .text.ieee80211_setup_htrates - 0x0000000040130308 0xd7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0xef (size before relaxing) - 0x0000000040130308 ieee80211_setup_htrates - *fill* 0x00000000401303df 0x1 - .text.ieee80211_setup_basic_htrates - 0x00000000401303e0 0xbe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0xce (size before relaxing) - 0x00000000401303e4 ieee80211_setup_basic_htrates - *fill* 0x000000004013049e 0x2 - .text.ieee80211_add_htcap - 0x00000000401304a0 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x69 (size before relaxing) - 0x00000000401304a4 ieee80211_add_htcap - *fill* 0x00000000401304f5 0x3 - .text.ieee80211_add_htcap_vendor - 0x00000000401304f8 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x38 (size before relaxing) - 0x00000000401304f8 ieee80211_add_htcap_vendor - .text.ieee80211_add_htinfo - 0x000000004013052c 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x69 (size before relaxing) - 0x0000000040130530 ieee80211_add_htinfo - *fill* 0x0000000040130581 0x3 - .text.ieee80211_add_htinfo_vendor - 0x0000000040130584 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x7e (size before relaxing) - 0x0000000040130588 ieee80211_add_htinfo_vendor - *fill* 0x00000000401305ee 0x2 - .text.ieee80211_decap1 - 0x00000000401305f0 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x00000000401305f4 ieee80211_decap1 - .text.ieee80211_decap_amsdu - 0x0000000040130660 0x107 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - 0x133 (size before relaxing) - 0x0000000040130664 ieee80211_decap_amsdu - *fill* 0x0000000040130767 0x1 - .text.ieee80211_add_ie_vendor_esp_head - 0x0000000040130768 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) - 0x000000004013076c ieee80211_add_ie_vendor_esp_head - .text.ieee80211_add_ie_vendor_esp_manufacturer - 0x000000004013079c 0x6f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) - 0x77 (size before relaxing) - 0x000000004013079c ieee80211_add_ie_vendor_esp_manufacturer - *fill* 0x000000004013080b 0x1 - .text.wpa_cipher - 0x000000004013080c 0x82 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x8a (size before relaxing) - *fill* 0x000000004013088e 0x2 - .text.rsn_cipher - 0x0000000040130890 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - .text.ieee80211_decap - 0x0000000040130930 0x1a7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x1cf (size before relaxing) - 0x000000004013093c ieee80211_decap - *fill* 0x0000000040130ad7 0x1 - .text.ieee80211_setup_phy_mode - 0x0000000040130ad8 0x108 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x10c (size before relaxing) - 0x0000000040130ae8 ieee80211_setup_phy_mode - .text.ieee80211_setup_rates - 0x0000000040130be0 0x129 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x131 (size before relaxing) - 0x0000000040130be0 ieee80211_setup_rates - *fill* 0x0000000040130d09 0x3 - .text.ieee80211_set_max_rate - 0x0000000040130d0c 0x1ed /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x205 (size before relaxing) - 0x0000000040130d18 ieee80211_set_max_rate - *fill* 0x0000000040130ef9 0x3 - .text.ieee80211_alloc_challenge - 0x0000000040130efc 0x59 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x61 (size before relaxing) - 0x0000000040130f00 ieee80211_alloc_challenge - *fill* 0x0000000040130f55 0x3 - .text.ieee80211_parse_beacon - 0x0000000040130f58 0x6cb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x717 (size before relaxing) - 0x0000000040130f68 ieee80211_parse_beacon - *fill* 0x0000000040131623 0x1 - .text.ieee80211_parse_wpa - 0x0000000040131624 0x122 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x13a (size before relaxing) - 0x0000000040131624 ieee80211_parse_wpa - *fill* 0x0000000040131746 0x2 - .text.ieee80211_better_rsn_pairwise_cipher - 0x0000000040131748 0xb3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0xb7 (size before relaxing) - 0x000000004013174c ieee80211_better_rsn_pairwise_cipher - *fill* 0x00000000401317fb 0x1 - .text.ieee80211_parse_rsn - 0x00000000401317fc 0x9c2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0xa02 (size before relaxing) - 0x000000004013186c ieee80211_parse_rsn - *fill* 0x00000000401321be 0x2 - .text.ieee80211_is_ht_cipher - 0x00000000401321c0 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x2b (size before relaxing) - 0x00000000401321c0 ieee80211_is_ht_cipher - *fill* 0x00000000401321e7 0x1 - .text.ieee80211_parse_action - 0x00000000401321e8 0xf4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x10c (size before relaxing) - 0x00000000401321e8 ieee80211_parse_action - .text.wifi_get_bw_process - 0x00000000401322dc 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x2e (size before relaxing) - 0x00000000401322dc wifi_get_bw_process - *fill* 0x0000000040132306 0x2 - .text.wifi_set_vnd_ie_cb_process - 0x0000000040132308 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000004012947a 0x2 + .text.crypto_bignum_init + 0x000000004012947c 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) 0x20 (size before relaxing) - 0x0000000040132308 wifi_set_vnd_ie_cb_process - .text.wifi_set_event_mask - 0x0000000040132324 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x12 (size before relaxing) - 0x0000000040132324 wifi_set_event_mask - *fill* 0x0000000040132332 0x2 - .text.wifi_wpa2_ent_enable_process - 0x0000000040132334 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x58 (size before relaxing) - 0x0000000040132340 wifi_wpa2_ent_enable_process - .text.wifi_wpa2_ent_disable_process - 0x0000000040132388 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x58 (size before relaxing) - 0x0000000040132388 wifi_wpa2_ent_disable_process - .text.wifi_set_wps_type_process - 0x00000000401323d0 0x47 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x4f (size before relaxing) - 0x00000000401323d8 wifi_set_wps_type_process - *fill* 0x0000000040132417 0x1 - .text.wifi_set_wps_status_process - 0x0000000040132418 0x43 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x4f (size before relaxing) - 0x000000004013241c wifi_set_wps_status_process - *fill* 0x000000004013245b 0x1 - .text.wifi_set_wps_cb_process - 0x000000004013245c 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x29 (size before relaxing) - 0x000000004013245c wifi_set_wps_cb_process - *fill* 0x000000004013247d 0x3 - .text.wifi_ioctl_ht2040_get - 0x0000000040132480 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x1a (size before relaxing) - 0x0000000040132480 wifi_ioctl_ht2040_get - *fill* 0x0000000040132496 0x2 - .text.wifi_internal_ioctl_process - 0x0000000040132498 0xbb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xc3 (size before relaxing) - 0x00000000401324ac wifi_internal_ioctl_process - *fill* 0x0000000040132553 0x1 - .text.ieee80211_ioctl_process - 0x0000000040132554 0xf8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x100 (size before relaxing) - 0x0000000040132560 ieee80211_ioctl_process - .text.wifi_restart_process - 0x000000004013264c 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x35 (size before relaxing) - 0x000000004013264c wifi_restart_process - *fill* 0x0000000040132672 0x2 - .text.wifi_pmk_is_valid - 0x0000000040132674 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x2d (size before relaxing) - *fill* 0x0000000040132699 0x3 - .text.wifi_set_ant_gpio - 0x000000004013269c 0xd7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xe7 (size before relaxing) - 0x00000000401326a8 wifi_set_ant_gpio - *fill* 0x0000000040132773 0x1 - .text.wifi_set_auto_connect_process - 0x0000000040132774 0xd8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xf8 (size before relaxing) - 0x0000000040132780 wifi_set_auto_connect_process - .text.wifi_scan_stop_process - 0x000000004013284c 0x51 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x69 (size before relaxing) - 0x0000000040132850 wifi_scan_stop_process - *fill* 0x000000004013289d 0x3 - .text.wifi_scan_start_process - 0x00000000401328a0 0xfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x120 (size before relaxing) - 0x00000000401328b0 wifi_scan_start_process - .text.wifi_set_vnd_ie_process - 0x000000004013299c 0x11c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x128 (size before relaxing) - 0x000000004013299c wifi_set_vnd_ie_process - .text.wifi_get_ap_info_process - 0x0000000040132ab8 0x166 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x186 (size before relaxing) - 0x0000000040132ac4 wifi_get_ap_info_process - *fill* 0x0000000040132c1e 0x2 - .text.wifi_set_promis_filter_process - 0x0000000040132c20 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x13 (size before relaxing) - 0x0000000040132c20 wifi_set_promis_filter_process - *fill* 0x0000000040132c2f 0x1 - .text.wifi_set_promis_ctrl_filter_process - 0x0000000040132c30 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x13 (size before relaxing) - 0x0000000040132c30 wifi_set_promis_ctrl_filter_process - *fill* 0x0000000040132c3f 0x1 - .text.wifi_get_ap_list_process - 0x0000000040132c40 0x38e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x3ce (size before relaxing) - 0x0000000040132c50 wifi_get_ap_list_process - *fill* 0x0000000040132fce 0x2 - .text.wifi_station_set_config_local_2 - 0x0000000040132fd0 0x638 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x6d4 (size before relaxing) - .text.wifi_set_config_process - 0x0000000040133608 0xa26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xb56 (size before relaxing) - 0x000000004013362c wifi_set_config_process - *fill* 0x000000004013402e 0x2 - .text.wifi_get_protocol_process - 0x0000000040134030 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x80 (size before relaxing) - 0x0000000040134030 wifi_get_protocol_process - .text.wifi_set_home_channel_process - 0x00000000401340a4 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x36 (size before relaxing) - 0x00000000401340a4 wifi_set_home_channel_process - *fill* 0x00000000401340ce 0x2 - .text.wifi_set_channel_process - 0x00000000401340d0 0x112 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x136 (size before relaxing) - 0x00000000401340d4 wifi_set_channel_process - *fill* 0x00000000401341e2 0x2 - .text.wifi_set_ps_process - 0x00000000401341e4 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x14 (size before relaxing) - 0x00000000401341e4 wifi_set_ps_process - *fill* 0x00000000401341f1 0x3 - .text.wifi_set_rxcb_process - 0x00000000401341f4 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x2c (size before relaxing) - 0x00000000401341f4 wifi_set_rxcb_process - .text.wifi_set_max_tpw - 0x0000000040134218 0x29 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x39 (size before relaxing) - 0x0000000040134218 wifi_set_max_tpw - *fill* 0x0000000040134241 0x3 - .text.wifi_set_csi - 0x0000000040134244 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000004012947c crypto_bignum_init + .text.crypto_bignum_init_set + 0x0000000040129498 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x32 (size before relaxing) + 0x0000000040129498 crypto_bignum_init_set + *fill* 0x00000000401294c6 0x2 + .text.crypto_bignum_deinit + 0x00000000401294c8 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x16 (size before relaxing) + 0x00000000401294c8 crypto_bignum_deinit + *fill* 0x00000000401294da 0x2 + .text.crypto_bignum_to_bin + 0x00000000401294dc 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4e (size before relaxing) + 0x00000000401294dc crypto_bignum_to_bin + *fill* 0x0000000040129526 0x2 + .text.crypto_bignum_add + 0x0000000040129528 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x0000000040129528 crypto_bignum_add + .text.crypto_bignum_mod + 0x000000004012953c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x000000004012953c crypto_bignum_mod + .text.crypto_bignum_exptmod + 0x0000000040129550 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) 0x1c (size before relaxing) - 0x0000000040134244 wifi_set_csi - .text.wifi_csi_set_config - 0x0000000040134258 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x14 (size before relaxing) - 0x0000000040134258 wifi_csi_set_config - *fill* 0x0000000040134265 0x3 - .text.wifi_set_fix_rate_process - 0x0000000040134268 0x8c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xa0 (size before relaxing) - 0x0000000040134270 wifi_set_fix_rate_process - .text.wifi_deauth_sta_process - 0x00000000401342f4 0x110 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x14f (size before relaxing) - 0x0000000040134300 wifi_deauth_sta_process - *fill* 0x0000000040134404 0x0 - .text.wifi_mesh_map_deauth_progress - 0x0000000040134404 0xf2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x116 (size before relaxing) - 0x0000000040134410 wifi_mesh_map_deauth_progress - *fill* 0x00000000401344f6 0x2 - .text.wifi_set_log_mod_process - 0x00000000401344f8 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x92 (size before relaxing) - 0x00000000401344f8 wifi_set_log_mod_process - *fill* 0x0000000040134586 0x2 - .text.wifi_get_sta_list_process - 0x0000000040134588 0x16a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x192 (size before relaxing) - 0x0000000040134590 wifi_get_sta_list_process - *fill* 0x00000000401346f2 0x2 - .text.wifi_get_channel_process - 0x00000000401346f4 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xb0 (size before relaxing) - 0x0000000040134700 wifi_get_channel_process - .text.wifi_get_country - 0x0000000040134794 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xc6 (size before relaxing) - 0x000000004013479c wifi_get_country - *fill* 0x0000000040134842 0x2 - .text.wifi_ipc_process - 0x0000000040134844 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x7c (size before relaxing) - 0x0000000040134848 wifi_ipc_process - .text.wifi_ioctl_ht2040_set - 0x00000000401348b0 0x8c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xa4 (size before relaxing) - 0x00000000401348b8 wifi_ioctl_ht2040_set - .text._do_wifi_stop$part$26 - 0x000000004013493c 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x40 (size before relaxing) - .text.ieee80211_set_appie$part$41 - 0x000000004013496c 0xc4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xd4 (size before relaxing) - .text.wifi_set_appie_process - 0x0000000040134a30 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000040129550 crypto_bignum_exptmod + .text.crypto_bignum_inverse + 0x0000000040129568 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x0000000040129568 crypto_bignum_inverse + .text.crypto_bignum_sub + 0x000000004012957c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x000000004012957c crypto_bignum_sub + .text.crypto_bignum_div + 0x0000000040129590 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040129590 crypto_bignum_div + *fill* 0x00000000401295a9 0x3 + .text.crypto_bignum_mulmod + 0x00000000401295ac 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000401295ac crypto_bignum_mulmod + *fill* 0x00000000401295c5 0x3 + .text.crypto_bignum_cmp + 0x00000000401295c8 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000401295c8 crypto_bignum_cmp + *fill* 0x00000000401295d9 0x3 + .text.crypto_bignum_bits + 0x00000000401295dc 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x10 (size before relaxing) + 0x00000000401295dc crypto_bignum_bits + .text.crypto_bignum_is_zero + 0x00000000401295e8 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000401295e8 crypto_bignum_is_zero + *fill* 0x00000000401295fe 0x2 + .text.crypto_bignum_is_one + 0x0000000040129600 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040129600 crypto_bignum_is_one + *fill* 0x0000000040129616 0x2 + .text.crypto_bignum_legendre + 0x0000000040129618 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x94 (size before relaxing) + 0x0000000040129618 crypto_bignum_legendre + .text.crypto_ec_deinit + 0x0000000040129690 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040129690 crypto_ec_deinit + *fill* 0x00000000401296a7 0x1 + .text.crypto_ec_init + 0x00000000401296a8 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x3c (size before relaxing) + 0x00000000401296a8 crypto_ec_init + .text.crypto_ec_point_init + 0x00000000401296dc 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) 0x26 (size before relaxing) - 0x0000000040134a30 wifi_set_appie_process - *fill* 0x0000000040134a4e 0x2 - .text.current_task_is_wifi_task - 0x0000000040134a50 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x27 (size before relaxing) - 0x0000000040134a54 current_task_is_wifi_task - *fill* 0x0000000040134a73 0x1 - .text._do_wifi_start - 0x0000000040134a74 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xb6 (size before relaxing) - 0x0000000040134a78 _do_wifi_start - *fill* 0x0000000040134b02 0x2 - .text.wifi_set_mac_process - 0x0000000040134b04 0x1da /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x24e (size before relaxing) - 0x0000000040134b0c wifi_set_mac_process - *fill* 0x0000000040134cde 0x2 - .text.ieee80211_set_phy_bw - 0x0000000040134ce0 0x178 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x19c (size before relaxing) - 0x0000000040134ce4 ieee80211_set_phy_bw - .text.ieee80211_set_phy_mode - 0x0000000040134e58 0x157 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x1af (size before relaxing) - 0x0000000040134e60 ieee80211_set_phy_mode - *fill* 0x0000000040134faf 0x1 - .text.wifi_set_protocol_process - 0x0000000040134fb0 0xaa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xc2 (size before relaxing) - 0x0000000040134fb0 wifi_set_protocol_process - *fill* 0x000000004013505a 0x2 - .text.wifi_set_bw_process - 0x000000004013505c 0xc5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xdd (size before relaxing) - 0x000000004013505c wifi_set_bw_process - *fill* 0x0000000040135121 0x3 - .text.wifi_station_save_ap_channel - 0x0000000040135124 0xfe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x126 (size before relaxing) - 0x0000000040135128 wifi_station_save_ap_channel - *fill* 0x0000000040135222 0x2 - .text.ieee80211_sta_connect - 0x0000000040135224 0x176 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x1a6 (size before relaxing) - 0x0000000040135240 ieee80211_sta_connect - *fill* 0x000000004013539a 0x2 - .text._do_wifi_connect - 0x000000004013539c 0x63 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x82 (size before relaxing) - *fill* 0x00000000401353ff 0x1 - .text.wifi_connect_process - 0x0000000040135400 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xaf (size before relaxing) - 0x0000000040135408 wifi_connect_process - *fill* 0x0000000040135490 0x0 - .text.ieee80211_sta_disconnect - 0x0000000040135490 0x97 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xbf (size before relaxing) - 0x0000000040135490 ieee80211_sta_disconnect - *fill* 0x0000000040135527 0x1 - .text._do_wifi_disconnect - 0x0000000040135528 0xfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x12c (size before relaxing) - .text.wifi_disconnect_process - 0x0000000040135624 0xb2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xda (size before relaxing) - 0x0000000040135628 wifi_disconnect_process - *fill* 0x00000000401356d6 0x2 - .text.wifi_get_macaddr - 0x00000000401356d8 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x3c (size before relaxing) - 0x00000000401356d8 wifi_get_macaddr - .text.chip_enable - 0x000000004013570c 0x45 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x65 (size before relaxing) - 0x000000004013570c chip_enable - *fill* 0x0000000040135751 0x3 - .text.chip_disable - 0x0000000040135754 0x45 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x64 (size before relaxing) - 0x0000000040135754 chip_disable - *fill* 0x0000000040135799 0x3 - .text.wifi_reset_mac - 0x000000004013579c 0xa4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xac (size before relaxing) - 0x00000000401357b8 wifi_reset_mac - .text.wifi_rf_phy_disable - 0x0000000040135840 0x143 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x157 (size before relaxing) - 0x0000000040135850 wifi_rf_phy_disable - *fill* 0x0000000040135983 0x1 - .text.wifi_txq_empty - 0x0000000040135984 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x34 (size before relaxing) - 0x0000000040135984 wifi_txq_empty - .text.wifi_stop_sw_txq - 0x00000000401359a8 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x6e (size before relaxing) - 0x00000000401359ac wifi_stop_sw_txq - *fill* 0x00000000401359ee 0x2 - .text.wifi_hw_stop - 0x00000000401359f0 0x82 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xce (size before relaxing) - 0x00000000401359f4 wifi_hw_stop - *fill* 0x0000000040135a72 0x2 - .text.wifi_stop_process - 0x0000000040135a74 0xd0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x00000000401296dc crypto_ec_point_init + *fill* 0x00000000401296fe 0x2 + .text.crypto_ec_prime_len + 0x0000000040129700 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x10 (size before relaxing) + 0x0000000040129700 crypto_ec_prime_len + .text.crypto_ec_prime_len_bits + 0x000000004012970c 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x10 (size before relaxing) + 0x000000004012970c crypto_ec_prime_len_bits + .text.crypto_ec_point_deinit + 0x0000000040129718 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x16 (size before relaxing) + 0x0000000040129718 crypto_ec_point_deinit + *fill* 0x000000004012972a 0x2 + .text.crypto_ec_point_to_bin + 0x000000004012972c 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4a (size before relaxing) + 0x000000004012972c crypto_ec_point_to_bin + *fill* 0x000000004012976e 0x2 + .text.crypto_ec_point_from_bin + 0x0000000040129770 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x66 (size before relaxing) + 0x0000000040129770 crypto_ec_point_from_bin + *fill* 0x00000000401297c6 0x2 + .text.crypto_ec_point_add + 0x00000000401297c8 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x3e (size before relaxing) + 0x00000000401297c8 crypto_ec_point_add + *fill* 0x00000000401297fe 0x2 + .text.crypto_ec_point_mul + 0x0000000040129800 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x66 (size before relaxing) + 0x0000000040129800 crypto_ec_point_mul + *fill* 0x0000000040129852 0x2 + .text.crypto_ec_point_invert + 0x0000000040129854 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x0000000040129854 crypto_ec_point_invert + .text.crypto_ec_point_compute_y_sqr + 0x0000000040129868 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x106 (size before relaxing) + 0x0000000040129868 crypto_ec_point_compute_y_sqr + *fill* 0x000000004012993a 0x2 + .text.crypto_ec_point_solve_y_coord + 0x000000004012993c 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xc6 (size before relaxing) + 0x000000004012993c crypto_ec_point_solve_y_coord + *fill* 0x00000000401299e2 0x2 + .text.crypto_ec_point_is_at_infinity + 0x00000000401299e4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x10 (size before relaxing) + 0x00000000401299e4 crypto_ec_point_is_at_infinity + .text.crypto_ec_point_is_on_curve + 0x00000000401299f0 0x8d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xa1 (size before relaxing) + 0x00000000401299f0 crypto_ec_point_is_on_curve + *fill* 0x0000000040129a7d 0x3 + .text.crypto_ec_point_cmp + 0x0000000040129a80 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040129a80 crypto_ec_point_cmp + *fill* 0x0000000040129a91 0x3 + .text.dh_groups_get + 0x0000000040129a94 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x0000000040129a94 dh_groups_get + *fill* 0x0000000040129aba 0x2 + .text.hostap_init + 0x0000000040129abc 0x12c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) 0x144 (size before relaxing) - 0x0000000040135a78 wifi_stop_process - .text.wifi_menuconfig_init - 0x0000000040135b44 0x366 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x376 (size before relaxing) - 0x0000000040135b78 wifi_menuconfig_init - *fill* 0x0000000040135eaa 0x2 - .text.wpa_crypto_funcs_init - 0x0000000040135eac 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x5a (size before relaxing) - 0x0000000040135eb4 wpa_crypto_funcs_init - *fill* 0x0000000040135ef6 0x2 - .text.wifi_lmac_init - 0x0000000040135ef8 0x12e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x15a (size before relaxing) - 0x0000000040135f14 wifi_lmac_init - *fill* 0x0000000040136026 0x2 - .text.wifi_deinit - 0x0000000040136028 0x56 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000040129abc hostap_init + .text.hostap_deinit + 0x0000000040129be8 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x0000000040129be8 hostap_deinit + .text.wpa_sm_alloc_eapol + 0x0000000040129c40 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x0000000040129c40 wpa_sm_alloc_eapol + .text.wpa_sm_free_eapol + 0x0000000040129cb8 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x0000000040129cb8 wpa_sm_free_eapol + *fill* 0x0000000040129cc6 0x2 + .text.wpa_sm_deauthenticate + 0x0000000040129cc8 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x1e (size before relaxing) + 0x0000000040129cc8 wpa_sm_deauthenticate + *fill* 0x0000000040129ce3 0x1 + .text._pmksa_cache_free_entry + 0x0000000040129ce4 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + *fill* 0x0000000040129cf3 0x1 + .text.pmksa_cache_free_entry + 0x0000000040129cf4 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + *fill* 0x0000000040129d12 0x2 + .text.pmksa_cache_set_expiration + 0x0000000040129d14 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + *fill* 0x0000000040129d76 0x2 + .text.pmksa_cache_expire + 0x0000000040129d78 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x52 (size before relaxing) + *fill* 0x0000000040129dc7 0x1 + .text.pmksa_cache_flush + 0x0000000040129dc8 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x0000000040129dc8 pmksa_cache_flush + *fill* 0x0000000040129e1e 0x2 + .text.pmksa_cache_add + 0x0000000040129e20 0x1ac esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x1b0 (size before relaxing) + 0x0000000040129e20 pmksa_cache_add + .text.pmksa_cache_clone_entry + 0x0000000040129fcc 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + *fill* 0x000000004012a005 0x3 + .text.pmksa_cache_deinit + 0x000000004012a008 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x3e (size before relaxing) + 0x000000004012a008 pmksa_cache_deinit + *fill* 0x000000004012a042 0x2 + .text.pmksa_cache_get + 0x000000004012a044 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x000000004012a044 pmksa_cache_get + *fill* 0x000000004012a07d 0x3 + .text.pmksa_cache_get_opportunistic + 0x000000004012a080 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x000000004012a080 pmksa_cache_get_opportunistic + .text.pmksa_cache_set_current + 0x000000004012a0b0 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x72 (size before relaxing) + 0x000000004012a0b0 pmksa_cache_set_current + *fill* 0x000000004012a11e 0x2 + .text.pmksa_cache_init + 0x000000004012a120 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x3a (size before relaxing) + 0x000000004012a120 pmksa_cache_init + *fill* 0x000000004012a156 0x2 + .text.hostapd_derive_psk + 0x000000004012a158 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + *fill* 0x000000004012a186 0x2 + .text.hostapd_setup_wpa_psk + 0x000000004012a188 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x000000004012a188 hostapd_setup_wpa_psk + *fill* 0x000000004012a1b5 0x3 + .text.hostapd_get_psk + 0x000000004012a1b8 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x000000004012a1b8 hostapd_get_psk + *fill* 0x000000004012a1f3 0x1 + .text.wifi_softap_get_config_local + 0x000000004012a1f4 0x148 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x178 (size before relaxing) + .text.wifi_station_get_config_local$part$0 + 0x000000004012a33c 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x10c (size before relaxing) + .text.wifi_api_unlock$part$2 + 0x000000004012a42c 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + *fill* 0x000000004012a44b 0x1 + .text.wifi_get_init_state + 0x000000004012a44c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000004012a450 wifi_get_init_state + *fill* 0x000000004012a45a 0x2 + .text.wifi_is_stop_in_progress + 0x000000004012a45c 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000004012a460 wifi_is_stop_in_progress + *fill* 0x000000004012a46b 0x1 + .text.wifi_api_lock + 0x000000004012a46c 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x54 (size before relaxing) + 0x000000004012a470 wifi_api_lock + .text.wifi_init_completed + 0x000000004012a4b0 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x58 (size before relaxing) + 0x000000004012a4b0 wifi_init_completed + .text.wifi_api_unlock + 0x000000004012a4e8 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x1d (size before relaxing) + 0x000000004012a4e8 wifi_api_unlock + *fill* 0x000000004012a4fa 0x2 + .text.wifi_softap_deauth + 0x000000004012a4fc 0xa4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xc0 (size before relaxing) + 0x000000004012a504 wifi_softap_deauth + .text.wifi_check_chan_param + 0x000000004012a5a0 0x56 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x66 (size before relaxing) + 0x000000004012a5a0 wifi_check_chan_param + *fill* 0x000000004012a5f6 0x2 + .text.wifi_deinit_in_caller_task + 0x000000004012a5f8 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x42 (size before relaxing) + 0x000000004012a5fc wifi_deinit_in_caller_task + *fill* 0x000000004012a622 0x2 + .text.wifi_init_in_caller_task + 0x000000004012a624 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xb3 (size before relaxing) + 0x000000004012a62c wifi_init_in_caller_task + *fill* 0x000000004012a6a8 0x0 + .text.wifi_osi_funcs_register + 0x000000004012a6a8 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) 0x76 (size before relaxing) - 0x0000000040136030 wifi_deinit - *fill* 0x000000004013607e 0x2 - .text.wifi_init_process - 0x0000000040136080 0xda /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x142 (size before relaxing) - 0x000000004013608c wifi_init_process - *fill* 0x000000004013615a 0x2 - .text.wifi_deinit_process - 0x000000004013615c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x11 (size before relaxing) - 0x000000004013615c wifi_deinit_process - *fill* 0x0000000040136166 0x2 - .text.wifi_set_chan_range - 0x0000000040136168 0xbf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x103 (size before relaxing) - 0x0000000040136170 wifi_set_chan_range - *fill* 0x0000000040136227 0x1 - .text.wifi_set_country - 0x0000000040136228 0x1a2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x1be (size before relaxing) - 0x0000000040136234 wifi_set_country - *fill* 0x00000000401363ca 0x2 - .text.wifi_mac_restore - 0x00000000401363cc 0x36 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x4e (size before relaxing) - 0x00000000401363cc wifi_mac_restore - *fill* 0x0000000040136402 0x2 - .text.wifi_restore_process - 0x0000000040136404 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x25 (size before relaxing) - 0x0000000040136404 wifi_restore_process - *fill* 0x0000000040136415 0x3 - .text.wifi_ant_config_check - 0x0000000040136418 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x8e (size before relaxing) - 0x0000000040136420 wifi_ant_config_check - *fill* 0x000000004013649e 0x2 - .text.wifi_ant_update - 0x00000000401364a0 0x8d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xa9 (size before relaxing) - 0x00000000401364a4 wifi_ant_update - *fill* 0x000000004013652d 0x3 - .text.wifi_rf_phy_enable - 0x0000000040136530 0x137 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x167 (size before relaxing) - 0x0000000040136530 wifi_rf_phy_enable - *fill* 0x0000000040136667 0x1 - .text.wifi_hw_start - 0x0000000040136668 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xb8 (size before relaxing) - 0x0000000040136668 wifi_hw_start - .text.wifi_set_promis_process - 0x00000000401366d8 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x96 (size before relaxing) - 0x00000000401366dc wifi_set_promis_process - *fill* 0x000000004013674a 0x2 - .text.wifi_set_mode_process - 0x000000004013674c 0x21e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x2f6 (size before relaxing) - 0x0000000040136750 wifi_set_mode_process - *fill* 0x000000004013696a 0x2 - .text.wifi_start_process - 0x000000004013696c 0x112 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x16e (size before relaxing) - 0x0000000040136970 wifi_start_process - *fill* 0x0000000040136a7e 0x2 - .text.wifi_set_ant - 0x0000000040136a80 0x37 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x4f (size before relaxing) - 0x0000000040136a80 wifi_set_ant - *fill* 0x0000000040136ab7 0x1 - .text.wifi_wps_is_started - 0x0000000040136ab8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x0000000040136abc wifi_wps_is_started - *fill* 0x0000000040136ac7 0x1 - .text.wifi_wpa2_is_started - 0x0000000040136ac8 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0xf (size before relaxing) - 0x0000000040136ac8 wifi_wpa2_is_started - *fill* 0x0000000040136ad3 0x1 - .text.ieee80211_ioctl_init - 0x0000000040136ad4 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x3c (size before relaxing) - 0x0000000040136adc ieee80211_ioctl_init - .text.ieee80211_ioctl_deinit - 0x0000000040136af8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x12 (size before relaxing) - 0x0000000040136af8 ieee80211_ioctl_deinit - *fill* 0x0000000040136b06 0x2 - .text.ieee80211_ioctl - 0x0000000040136b08 0x1df /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x22a (size before relaxing) - 0x0000000040136b1c ieee80211_ioctl - *fill* 0x0000000040136ce7 0x1 - .text.is_esp_mesh_assoc - 0x0000000040136ce8 0x5b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) - 0x0000000040136cec is_esp_mesh_assoc - *fill* 0x0000000040136d43 0x1 - .text.wifi_nvs_commit$part$2 - 0x0000000040136d44 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x2a (size before relaxing) - *fill* 0x0000000040136d66 0x2 - .text.wifi_nvs_cfg_item_init - 0x0000000040136d68 0xcf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0xd7 (size before relaxing) - 0x0000000040136d78 wifi_nvs_cfg_item_init - *fill* 0x0000000040136e37 0x1 - .text.wifi_nvs_cfg_init - 0x0000000040136e38 0x5c4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x6ec (size before relaxing) - 0x0000000040136f60 wifi_nvs_cfg_init - .text.wifi_nvs_get - 0x00000000401373fc 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0xe (size before relaxing) - 0x00000000401373fc wifi_nvs_get - *fill* 0x0000000040137406 0x2 - .text.ieee80211_adjust_2nd_chan - 0x0000000040137408 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x56 (size before relaxing) - 0x0000000040137408 ieee80211_adjust_2nd_chan - *fill* 0x000000004013744e 0x2 - .text.wifi_nvs_commit - 0x0000000040137450 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x30 (size before relaxing) - 0x0000000040137450 wifi_nvs_commit - .text.wifi_nvs_set - 0x0000000040137470 0x237 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x25b (size before relaxing) - 0x0000000040137488 wifi_nvs_set - *fill* 0x00000000401376a7 0x1 - .text.wifi_set_default_ssid - 0x00000000401376a8 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x5e (size before relaxing) - 0x00000000401376ac wifi_set_default_ssid - *fill* 0x00000000401376f2 0x2 - .text.wifi_nvs_validate_ap_password - 0x00000000401376f4 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x000000004012a6b8 wifi_osi_funcs_register + *fill* 0x000000004012a706 0x2 + .text.esp_wifi_init_internal + 0x000000004012a708 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x174 (size before relaxing) + 0x000000004012a718 esp_wifi_init_internal + .text.esp_wifi_deinit_internal + 0x000000004012a7f8 0xe6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x17a (size before relaxing) + 0x000000004012a808 esp_wifi_deinit_internal + *fill* 0x000000004012a8de 0x2 + .text.esp_wifi_set_mode + 0x000000004012a8e0 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) 0x48 (size before relaxing) - 0x00000000401376f4 wifi_nvs_validate_ap_password - .text.wifi_nvs_validate_sta_password - 0x000000004013772c 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x4e (size before relaxing) - 0x000000004013772c wifi_nvs_validate_sta_password - *fill* 0x000000004013776a 0x2 - .text.wifi_nvs_validate_ap_chan - 0x000000004013776c 0x4b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x6b (size before relaxing) - 0x000000004013776c wifi_nvs_validate_ap_chan - *fill* 0x00000000401377b7 0x1 - .text.wifi_nvs_load - 0x00000000401377b8 0x3ba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x40a (size before relaxing) - *fill* 0x0000000040137b72 0x2 - .text.wifi_nvs_restore - 0x0000000040137b74 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x14 (size before relaxing) - 0x0000000040137b74 wifi_nvs_restore - .text.wifi_nvs_get_sta_listen_interval - 0x0000000040137b80 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x11 (size before relaxing) - 0x0000000040137b80 wifi_nvs_get_sta_listen_interval - *fill* 0x0000000040137b8d 0x3 - .text.wifi_nvs_deinit - 0x0000000040137b90 0x47 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0x57 (size before relaxing) - 0x0000000040137b90 wifi_nvs_deinit - *fill* 0x0000000040137bd7 0x1 - .text.wifi_nvs_init - 0x0000000040137bd8 0x9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) - 0xbc (size before relaxing) - 0x0000000040137be4 wifi_nvs_init - .text.ieee80211_classify - 0x0000000040137c74 0xb2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000004012a8e0 esp_wifi_set_mode + .text.esp_wifi_start + 0x000000004012a914 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x44 (size before relaxing) + 0x000000004012a914 esp_wifi_start + .text.esp_wifi_stop + 0x000000004012a940 0x197 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x20b (size before relaxing) + 0x000000004012a960 esp_wifi_stop + *fill* 0x000000004012aad7 0x1 + .text.esp_wifi_connect + 0x000000004012aad8 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x5a (size before relaxing) + 0x000000004012aad8 esp_wifi_connect + *fill* 0x000000004012ab16 0x2 + .text.esp_wifi_deauth_sta + 0x000000004012ab18 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x64 (size before relaxing) + 0x000000004012ab18 esp_wifi_deauth_sta + .text.esp_wifi_set_config + 0x000000004012ab60 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x76 (size before relaxing) + 0x000000004012ab64 esp_wifi_set_config + *fill* 0x000000004012abbe 0x2 + .text.esp_wifi_get_config + 0x000000004012abc0 0x31 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x49 (size before relaxing) + 0x000000004012abc0 esp_wifi_get_config + *fill* 0x000000004012abf1 0x3 + .text.esp_wifi_get_channel + 0x000000004012abf4 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x68 (size before relaxing) + 0x000000004012abf4 esp_wifi_get_channel + .text.esp_wifi_get_mac + 0x000000004012ac48 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x3a (size before relaxing) + 0x000000004012ac48 esp_wifi_get_mac + *fill* 0x000000004012ac6e 0x2 + .text.esp_wifi_set_storage + 0x000000004012ac70 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x5c (size before relaxing) + 0x000000004012ac70 esp_wifi_set_storage + .text.esp_wifi_internal_reg_rxcb + 0x000000004012acb8 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x5a (size before relaxing) + 0x000000004012acb8 esp_wifi_internal_reg_rxcb + *fill* 0x000000004012acfa 0x2 + .text.esp_wifi_internal_set_sta_ip + 0x000000004012acfc 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x3c (size before relaxing) + 0x000000004012acfc esp_wifi_internal_set_sta_ip + .text.wifi_set_event_handler + 0x000000004012ad28 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000004012ad2c wifi_set_event_handler + .text.wifi_event_post + 0x000000004012ad38 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x29 (size before relaxing) + 0x000000004012ad38 wifi_event_post + *fill* 0x000000004012ad59 0x3 + .text.wifi_mesh_event_post + 0x000000004012ad5c 0x3f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x4b (size before relaxing) + 0x000000004012ad64 wifi_mesh_event_post + *fill* 0x000000004012ad9b 0x1 + .text.esp_wifi_vnd_lora_enable + 0x000000004012ad9c 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xe8 (size before relaxing) + 0x000000004012ad9c esp_wifi_vnd_lora_enable + .text.esp_wifi_vnd_lora_disable + 0x000000004012ae70 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x58 (size before relaxing) + 0x000000004012ae70 esp_wifi_vnd_lora_disable + .text.esp_wifi_get_event_mask + 0x000000004012aebc 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x2c (size before relaxing) + 0x000000004012aec0 esp_wifi_get_event_mask + .text.esp_wifi_ipc_internal + 0x000000004012aee0 0x100 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x12c (size before relaxing) + 0x000000004012aee4 esp_wifi_ipc_internal + .text.esp_mesh_map_deauth + 0x000000004012afe0 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x68 (size before relaxing) + 0x000000004012afe0 esp_mesh_map_deauth + .text.ieee80211_freedom_inside_cb + 0x000000004012b02c 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x3c (size before relaxing) + 0x000000004012b02c ieee80211_freedom_inside_cb + .text.ieee80211_freedom_init + 0x000000004012b064 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x2c (size before relaxing) + 0x000000004012b068 ieee80211_freedom_init + .text.ieee80211_user_ie_init + 0x000000004012b088 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x41 (size before relaxing) + 0x000000004012b08c ieee80211_user_ie_init + *fill* 0x000000004012b0c5 0x3 + .text.ieee80211_ifattach + 0x000000004012b0c8 0x11e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x186 (size before relaxing) + 0x000000004012b0c8 ieee80211_ifattach + *fill* 0x000000004012b1e6 0x2 + .text.ieee80211_ifdetach + 0x000000004012b1e8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x1b (size before relaxing) + 0x000000004012b1e8 ieee80211_ifdetach + *fill* 0x000000004012b1f7 0x1 + .text.wifi_create_softap + 0x000000004012b1f8 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x118 (size before relaxing) + 0x000000004012b200 wifi_create_softap + .text.wifi_destroy_softap + 0x000000004012b2e8 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x82 (size before relaxing) + 0x000000004012b2e8 wifi_destroy_softap + *fill* 0x000000004012b34e 0x2 + .text.wifi_create_sta + 0x000000004012b350 0x104 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x144 (size before relaxing) + 0x000000004012b358 wifi_create_sta + .text.wifi_destroy_sta + 0x000000004012b454 0x6e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x96 (size before relaxing) + 0x000000004012b454 wifi_destroy_sta + *fill* 0x000000004012b4c2 0x2 + .text.wifi_mode_set + 0x000000004012b4c4 0x145 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x18c (size before relaxing) + 0x000000004012b4d4 wifi_mode_set + *fill* 0x000000004012b609 0x3 + .text.ieee80211_crypto_encap + 0x000000004012b60c 0x75 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x81 (size before relaxing) + 0x000000004012b614 ieee80211_crypto_encap + *fill* 0x000000004012b681 0x3 + .text.ieee80211_crypto_decap + 0x000000004012b684 0x89 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x9d (size before relaxing) + 0x000000004012b684 ieee80211_crypto_decap + *fill* 0x000000004012b70d 0x3 + .text.ieee80211_crypto_aes_128_cmac_decrypt + 0x000000004012b710 0x14a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x17a (size before relaxing) + 0x000000004012b728 ieee80211_crypto_aes_128_cmac_decrypt + *fill* 0x000000004012b85a 0x2 + .text.ccmp_encap + 0x000000004012b85c 0xb6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + *fill* 0x000000004012b912 0x2 + .text.ieee80211_ccmp_decrypt + 0x000000004012b914 0x2c8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x2ec (size before relaxing) + 0x000000004012b924 ieee80211_ccmp_decrypt + .text.ieee80211_ccmp_encrypt + 0x000000004012bbdc 0x107 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x11b (size before relaxing) + 0x000000004012bbe4 ieee80211_ccmp_encrypt + *fill* 0x000000004012bce3 0x1 + .text.tkip_decap + 0x000000004012bce4 0xc9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0xcd (size before relaxing) + *fill* 0x000000004012bdad 0x3 + .text.tkip_encap + 0x000000004012bdb0 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0xd2 (size before relaxing) + *fill* 0x000000004012be7e 0x2 + .text.wep_encap + 0x000000004012be80 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .text.wifi_log + 0x000000004012befc 0x9e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0xa2 (size before relaxing) + 0x000000004012bf14 wifi_log + *fill* 0x000000004012bf9a 0x2 + .text.ieee80211_hostap_send_beacon + 0x000000004012bf9c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x16 (size before relaxing) + *fill* 0x000000004012bfaa 0x2 + .text.hostap_handle_timer + 0x000000004012bfac 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x16 (size before relaxing) + 0x000000004012bfac hostap_handle_timer + *fill* 0x000000004012bfba 0x2 + .text.ieee80211_hostapd_ps_txcb + 0x000000004012bfbc 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x30 (size before relaxing) + 0x000000004012bfc0 ieee80211_hostapd_ps_txcb + .text.ieee80211_hostap_send_beacon_process + 0x000000004012bfe4 0x3c2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x3fa (size before relaxing) + 0x000000004012c024 ieee80211_hostap_send_beacon_process + *fill* 0x000000004012c3a6 0x2 + .text.ieee80211_hostap_attach + 0x000000004012c3a8 0x1b0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x224 (size before relaxing) + 0x000000004012c3c4 ieee80211_hostap_attach + .text.hostap_handle_timer_process + 0x000000004012c558 0x12c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x17f (size before relaxing) + 0x000000004012c574 hostap_handle_timer_process + *fill* 0x000000004012c684 0x0 + .text.wifi_ap_reg_rxcb + 0x000000004012c684 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000004012c688 wifi_ap_reg_rxcb + *fill* 0x000000004012c692 0x2 + .text.hostap_input + 0x000000004012c694 0x15a2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x176e (size before relaxing) + 0x000000004012c6ec hostap_input + *fill* 0x000000004012dc36 0x2 + .text.ap_rx_cb + 0x000000004012dc38 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x22 (size before relaxing) + 0x000000004012dc38 ap_rx_cb + *fill* 0x000000004012dc52 0x2 + .text.wifi_softap_start + 0x000000004012dc54 0x2db /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x36b (size before relaxing) + 0x000000004012dc7c wifi_softap_start + *fill* 0x000000004012df2f 0x1 + .text.ieee80211_hostapd_beacon_txcb + 0x000000004012df30 0x7e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0xae (size before relaxing) + 0x000000004012df30 ieee80211_hostapd_beacon_txcb + *fill* 0x000000004012dfae 0x2 + .text.wifi_softap_stop + 0x000000004012dfb0 0x159 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x1bd (size before relaxing) + 0x000000004012dfb0 wifi_softap_stop + *fill* 0x000000004012e109 0x3 + .text.ampdu_tx_stop + 0x000000004012e10c 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x92 (size before relaxing) + *fill* 0x000000004012e186 0x2 + .text.addba_response_txcb + 0x000000004012e188 0x19f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1cb (size before relaxing) + *fill* 0x000000004012e327 0x1 + .text.ieee80211_ampdu_timeout + 0x000000004012e328 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x16 (size before relaxing) + *fill* 0x000000004012e336 0x2 + .text.addba_timeout + 0x000000004012e338 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x16 (size before relaxing) + *fill* 0x000000004012e346 0x2 + .text.ieee80211_add_htinfo_body + 0x000000004012e348 0x175 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x189 (size before relaxing) + *fill* 0x000000004012e4bd 0x3 + .text.ieee80211_add_htcap_body + 0x000000004012e4c0 0x200 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x21c (size before relaxing) + .text.ht_recv_action_ba_addba_response + 0x000000004012e6c0 0x12c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x14c (size before relaxing) + .text.ampdu_rx_stop + 0x000000004012e7ec 0x123 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x14b (size before relaxing) + *fill* 0x000000004012e90f 0x1 + .text.ht_recv_action_ba_delba + 0x000000004012e910 0x43 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x62 (size before relaxing) + *fill* 0x000000004012e953 0x1 + .text.ht_action_output + 0x000000004012e954 0xe5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xfd (size before relaxing) + *fill* 0x000000004012ea39 0x3 + .text.ht_send_action_ba_delba + 0x000000004012ea3c 0x118 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x144 (size before relaxing) + .text.ht_send_action_ba_addba + 0x000000004012eb54 0x1c6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1f6 (size before relaxing) + *fill* 0x000000004012ed1a 0x2 + .text.ieee80211_ht_attach + 0x000000004012ed1c 0x226 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x27a (size before relaxing) + 0x000000004012ed64 ieee80211_ht_attach + *fill* 0x000000004012ef42 0x2 + .text.ampdu_alloc_rx_ba_index + 0x000000004012ef44 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x88 (size before relaxing) + 0x000000004012ef44 ampdu_alloc_rx_ba_index + .text.ht_recv_action_ba_addba_request + 0x000000004012efb4 0x1e8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x22c (size before relaxing) + .text.ieee80211_ht_deattach + 0x000000004012f19c 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x40 (size before relaxing) + 0x000000004012f19c ieee80211_ht_deattach + .text.ieee80211_cal_tx_pps + 0x000000004012f1c8 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x5a (size before relaxing) + 0x000000004012f1c8 ieee80211_cal_tx_pps + *fill* 0x000000004012f216 0x2 + .text.ieee80211_ampdu_enable + 0x000000004012f218 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x2e (size before relaxing) + 0x000000004012f218 ieee80211_ampdu_enable + *fill* 0x000000004012f242 0x2 + .text.addba_timeout_process + 0x000000004012f244 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x56 (size before relaxing) + 0x000000004012f244 addba_timeout_process + *fill* 0x000000004012f296 0x2 + .text.ieee80211_ampdu_request + 0x000000004012f298 0x204 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x244 (size before relaxing) + 0x000000004012f2b8 ieee80211_ampdu_request + .text.ieee80211_ampdu_age_all + 0x000000004012f49c 0x30a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x34a (size before relaxing) + 0x000000004012f4ac ieee80211_ampdu_age_all + *fill* 0x000000004012f7a6 0x2 + .text.ieee80211_ampdu_deinit_age_timer + 0x000000004012f7a8 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x52 (size before relaxing) + 0x000000004012f7a8 ieee80211_ampdu_deinit_age_timer + *fill* 0x000000004012f7ea 0x2 + .text.ieee80211_recv_bar + 0x000000004012f7ec 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x88 (size before relaxing) + 0x000000004012f7ec ieee80211_recv_bar + .text.ieee80211_ht_node_cleanup + 0x000000004012f85c 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x3c (size before relaxing) + 0x000000004012f85c ieee80211_ht_node_cleanup + .text.ieee80211_ht_node_init + 0x000000004012f888 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x7e (size before relaxing) + 0x000000004012f88c ieee80211_ht_node_init + *fill* 0x000000004012f8ea 0x2 + .text.ieee80211_parse_htcap + 0x000000004012f8ec 0xf3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x10f (size before relaxing) + 0x000000004012f8f4 ieee80211_parse_htcap + *fill* 0x000000004012f9df 0x1 + .text.ieee80211_has_ht40_bss + 0x000000004012f9e0 0xb2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) 0xba (size before relaxing) - *fill* 0x0000000040137d26 0x2 - .text.ieee80211_add_wme_param$isra$2 - 0x0000000040137d28 0x8d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x91 (size before relaxing) - *fill* 0x0000000040137db5 0x3 - .text.ieee80211_output_pending_eb$part$6 - 0x0000000040137db8 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x6e (size before relaxing) - *fill* 0x0000000040137e1a 0x2 - .text.ieee80211_vnd_ie_size$part$7 - 0x0000000040137e1c 0x31 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000004012f9e0 ieee80211_has_ht40_bss + *fill* 0x000000004012fa92 0x2 + .text.ieee80211_update_channel + 0x000000004012fa94 0x356 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x3aa (size before relaxing) + 0x000000004012faa4 ieee80211_update_channel + *fill* 0x000000004012fdea 0x2 + .text.ieee80211_ht_updatehtcap + 0x000000004012fdec 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x3e (size before relaxing) + 0x000000004012fdec ieee80211_ht_updatehtcap + *fill* 0x000000004012fe1b 0x1 + .text.ieee80211_ht_updateparams + 0x000000004012fe1c 0x1fb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x24b (size before relaxing) + 0x000000004012fe30 ieee80211_ht_updateparams + *fill* 0x0000000040130017 0x1 + .text.ieee80211_setup_htrates + 0x0000000040130018 0xbf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xdb (size before relaxing) + 0x0000000040130018 ieee80211_setup_htrates + *fill* 0x00000000401300d7 0x1 + .text.ieee80211_setup_basic_htrates + 0x00000000401300d8 0x8f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xa7 (size before relaxing) + 0x00000000401300dc ieee80211_setup_basic_htrates + *fill* 0x0000000040130167 0x1 + .text.ieee80211_add_htcap + 0x0000000040130168 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x51 (size before relaxing) + 0x000000004013016c ieee80211_add_htcap + *fill* 0x00000000401301a5 0x3 + .text.ieee80211_add_htcap_vendor + 0x00000000401301a8 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x38 (size before relaxing) + 0x00000000401301a8 ieee80211_add_htcap_vendor + .text.ieee80211_add_htinfo + 0x00000000401301dc 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x51 (size before relaxing) + 0x00000000401301e0 ieee80211_add_htinfo + *fill* 0x0000000040130219 0x3 + .text.ieee80211_add_htinfo_vendor + 0x000000004013021c 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x68 (size before relaxing) + 0x0000000040130220 ieee80211_add_htinfo_vendor + .text.ieee80211_decap1 + 0x0000000040130270 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x0000000040130274 ieee80211_decap1 + .text.ieee80211_decap_amsdu + 0x00000000401302e0 0x107 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x133 (size before relaxing) + 0x00000000401302e4 ieee80211_decap_amsdu + *fill* 0x00000000401303e7 0x1 + .text.ieee80211_add_ie_vendor_esp_head + 0x00000000401303e8 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + 0x00000000401303ec ieee80211_add_ie_vendor_esp_head + .text.ieee80211_add_ie_vendor_esp_manufacturer + 0x000000004013041c 0x6f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + 0x77 (size before relaxing) + 0x000000004013041c ieee80211_add_ie_vendor_esp_manufacturer + *fill* 0x000000004013048b 0x1 + .text.wpa_cipher + 0x000000004013048c 0x82 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x8a (size before relaxing) + *fill* 0x000000004013050e 0x2 + .text.rsn_cipher + 0x0000000040130510 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .text.ieee80211_decap + 0x00000000401305b0 0x1a7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x1cf (size before relaxing) + 0x00000000401305bc ieee80211_decap + *fill* 0x0000000040130757 0x1 + .text.ieee80211_setup_phy_mode + 0x0000000040130758 0xe4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xf0 (size before relaxing) + 0x0000000040130764 ieee80211_setup_phy_mode + .text.ieee80211_setup_rates + 0x000000004013083c 0x129 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x131 (size before relaxing) + 0x000000004013083c ieee80211_setup_rates + *fill* 0x0000000040130965 0x3 + .text.ieee80211_set_max_rate + 0x0000000040130968 0x11d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x139 (size before relaxing) + 0x0000000040130974 ieee80211_set_max_rate + *fill* 0x0000000040130a85 0x3 + .text.ieee80211_alloc_challenge + 0x0000000040130a88 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x49 (size before relaxing) + 0x0000000040130a8c ieee80211_alloc_challenge + *fill* 0x0000000040130ac5 0x3 + .text.ieee80211_parse_beacon + 0x0000000040130ac8 0x683 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x6cb (size before relaxing) + 0x0000000040130ad8 ieee80211_parse_beacon + *fill* 0x000000004013114b 0x1 + .text.ieee80211_parse_wpa + 0x000000004013114c 0x122 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x13a (size before relaxing) + 0x000000004013114c ieee80211_parse_wpa + *fill* 0x000000004013126e 0x2 + .text.ieee80211_better_rsn_pairwise_cipher + 0x0000000040131270 0xb3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xb7 (size before relaxing) + 0x0000000040131274 ieee80211_better_rsn_pairwise_cipher + *fill* 0x0000000040131323 0x1 + .text.ieee80211_parse_rsn + 0x0000000040131324 0x5a5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x629 (size before relaxing) + 0x0000000040131390 ieee80211_parse_rsn + *fill* 0x00000000401318c9 0x3 + .text.ieee80211_is_ht_cipher + 0x00000000401318cc 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x2b (size before relaxing) + 0x00000000401318cc ieee80211_is_ht_cipher + *fill* 0x00000000401318f3 0x1 + .text.ieee80211_parse_action + 0x00000000401318f4 0xdc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xf8 (size before relaxing) + 0x00000000401318f4 ieee80211_parse_action + .text.wifi_get_bw_process + 0x00000000401319d0 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2e (size before relaxing) + 0x00000000401319d0 wifi_get_bw_process + *fill* 0x00000000401319fa 0x2 + .text.wifi_set_vnd_ie_cb_process + 0x00000000401319fc 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x20 (size before relaxing) + 0x00000000401319fc wifi_set_vnd_ie_cb_process + .text.wifi_set_event_mask + 0x0000000040131a18 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x12 (size before relaxing) + 0x0000000040131a18 wifi_set_event_mask + *fill* 0x0000000040131a26 0x2 + .text.wifi_set_wps_cb_process + 0x0000000040131a28 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x29 (size before relaxing) + 0x0000000040131a28 wifi_set_wps_cb_process + *fill* 0x0000000040131a49 0x3 + .text.wifi_ioctl_ht2040_get + 0x0000000040131a4c 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1a (size before relaxing) + 0x0000000040131a4c wifi_ioctl_ht2040_get + *fill* 0x0000000040131a62 0x2 + .text.wifi_restart_process + 0x0000000040131a64 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) 0x35 (size before relaxing) - *fill* 0x0000000040137e4d 0x3 + 0x0000000040131a64 wifi_restart_process + *fill* 0x0000000040131a8a 0x2 + .text.wifi_pmk_is_valid + 0x0000000040131a8c 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2d (size before relaxing) + *fill* 0x0000000040131ab1 0x3 + .text.wifi_set_ant_gpio + 0x0000000040131ab4 0xb7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xc3 (size before relaxing) + 0x0000000040131ac0 wifi_set_ant_gpio + *fill* 0x0000000040131b6b 0x1 + .text.wifi_wpa2_ent_enable_process + 0x0000000040131b6c 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x41 (size before relaxing) + 0x0000000040131b74 wifi_wpa2_ent_enable_process + *fill* 0x0000000040131ba9 0x3 + .text.wifi_wpa2_ent_disable_process + 0x0000000040131bac 0x35 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x41 (size before relaxing) + 0x0000000040131bac wifi_wpa2_ent_disable_process + *fill* 0x0000000040131be1 0x3 + .text.wifi_set_wps_type_process + 0x0000000040131be4 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x38 (size before relaxing) + 0x0000000040131bec wifi_set_wps_type_process + .text.wifi_set_wps_status_process + 0x0000000040131c14 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x0000000040131c18 wifi_set_wps_status_process + .text.ieee80211_ioctl_process + 0x0000000040131c40 0xc8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xd4 (size before relaxing) + 0x0000000040131c4c ieee80211_ioctl_process + .text.wifi_scan_stop_process + 0x0000000040131d08 0x25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x39 (size before relaxing) + 0x0000000040131d0c wifi_scan_stop_process + *fill* 0x0000000040131d2d 0x3 + .text.wifi_scan_start_process + 0x0000000040131d30 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xc0 (size before relaxing) + 0x0000000040131d40 wifi_scan_start_process + .text.wifi_get_sta_list_process + 0x0000000040131dd0 0x130 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x148 (size before relaxing) + 0x0000000040131dd4 wifi_get_sta_list_process + .text.wifi_set_vnd_ie_process + 0x0000000040131f00 0x11c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x128 (size before relaxing) + 0x0000000040131f00 wifi_set_vnd_ie_process + .text.wifi_get_ap_info_process + 0x000000004013201c 0x17c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x198 (size before relaxing) + 0x0000000040132028 wifi_get_ap_info_process + .text.wifi_set_promis_filter_process + 0x0000000040132198 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x13 (size before relaxing) + 0x0000000040132198 wifi_set_promis_filter_process + *fill* 0x00000000401321a7 0x1 + .text.wifi_set_promis_ctrl_filter_process + 0x00000000401321a8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x13 (size before relaxing) + 0x00000000401321a8 wifi_set_promis_ctrl_filter_process + *fill* 0x00000000401321b7 0x1 + .text.wifi_deinit_process + 0x00000000401321b8 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x37 (size before relaxing) + 0x00000000401321b8 wifi_deinit_process + *fill* 0x00000000401321d7 0x1 + .text.wifi_get_ap_list_process + 0x00000000401321d8 0x303 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x346 (size before relaxing) + 0x00000000401321e8 wifi_get_ap_list_process + *fill* 0x00000000401324db 0x1 + .text.wifi_station_set_config_local_2 + 0x00000000401324dc 0x332 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3c6 (size before relaxing) + *fill* 0x000000004013280e 0x2 + .text.wifi_set_config_process + 0x0000000040132810 0x726 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x84e (size before relaxing) + 0x0000000040132830 wifi_set_config_process + *fill* 0x0000000040132f36 0x2 + .text.wifi_get_protocol_process + 0x0000000040132f38 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x80 (size before relaxing) + 0x0000000040132f38 wifi_get_protocol_process + .text.wifi_set_home_channel_process + 0x0000000040132fac 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x36 (size before relaxing) + 0x0000000040132fac wifi_set_home_channel_process + *fill* 0x0000000040132fd6 0x2 + .text.wifi_set_channel_process + 0x0000000040132fd8 0x101 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x121 (size before relaxing) + 0x0000000040132fdc wifi_set_channel_process + *fill* 0x00000000401330d9 0x3 + .text.wifi_get_channel_process + 0x00000000401330dc 0x41 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x45 (size before relaxing) + 0x00000000401330dc wifi_get_channel_process + *fill* 0x000000004013311d 0x3 + .text.wifi_set_ps_process + 0x0000000040133120 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x14 (size before relaxing) + 0x0000000040133120 wifi_set_ps_process + *fill* 0x000000004013312d 0x3 + .text.wifi_get_country + 0x0000000040133130 0x77 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x83 (size before relaxing) + 0x0000000040133130 wifi_get_country + *fill* 0x00000000401331a7 0x1 + .text.wifi_set_rxcb_process + 0x00000000401331a8 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2c (size before relaxing) + 0x00000000401331a8 wifi_set_rxcb_process + .text.wifi_set_csi + 0x00000000401331cc 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1c (size before relaxing) + 0x00000000401331cc wifi_set_csi + .text.wifi_csi_set_config + 0x00000000401331e0 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x14 (size before relaxing) + 0x00000000401331e0 wifi_csi_set_config + *fill* 0x00000000401331ed 0x3 + .text.wifi_deauth_sta_process + 0x00000000401331f0 0xd6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x109 (size before relaxing) + 0x00000000401331f4 wifi_deauth_sta_process + *fill* 0x00000000401332c6 0x2 + .text.wifi_set_log_mod_process + 0x00000000401332c8 0x92 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x00000000401332cc wifi_set_log_mod_process + *fill* 0x000000004013335a 0x2 + .text.wifi_set_auto_connect_process + 0x000000004013335c 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x7e (size before relaxing) + 0x000000004013335c wifi_set_auto_connect_process + *fill* 0x00000000401333ba 0x2 + .text.wifi_internal_ioctl_process + 0x00000000401333bc 0x79 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x85 (size before relaxing) + 0x00000000401333d0 wifi_internal_ioctl_process + *fill* 0x0000000040133435 0x3 + .text.wifi_set_max_tpw + 0x0000000040133438 0x49 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x6d (size before relaxing) + 0x0000000040133438 wifi_set_max_tpw + *fill* 0x0000000040133481 0x3 + .text.wifi_set_fix_rate_process + 0x0000000040133484 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x76 (size before relaxing) + 0x000000004013348c wifi_set_fix_rate_process + *fill* 0x00000000401334e2 0x2 + .text.wifi_ipc_process + 0x00000000401334e4 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x64 (size before relaxing) + 0x00000000401334e8 wifi_ipc_process + .text.wifi_ioctl_ht2040_set + 0x0000000040133538 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x74 (size before relaxing) + 0x0000000040133540 wifi_ioctl_ht2040_set + .text.wifi_mesh_map_deauth_progress + 0x0000000040133590 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x9e (size before relaxing) + 0x0000000040133590 wifi_mesh_map_deauth_progress + *fill* 0x0000000040133616 0x2 + .text._do_wifi_stop$part$14 + 0x0000000040133618 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x40 (size before relaxing) + .text.ieee80211_set_appie$part$30 + 0x0000000040133648 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xc4 (size before relaxing) + .text.wifi_set_appie_process + 0x00000000401336fc 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x26 (size before relaxing) + 0x00000000401336fc wifi_set_appie_process + *fill* 0x000000004013371a 0x2 + .text.current_task_is_wifi_task + 0x000000004013371c 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x27 (size before relaxing) + 0x0000000040133720 current_task_is_wifi_task + *fill* 0x000000004013373f 0x1 + .text._do_wifi_start + 0x0000000040133740 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xb6 (size before relaxing) + 0x0000000040133744 _do_wifi_start + *fill* 0x00000000401337ce 0x2 + .text.wifi_set_mac_process + 0x00000000401337d0 0x117 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x183 (size before relaxing) + 0x00000000401337d4 wifi_set_mac_process + *fill* 0x00000000401338e7 0x1 + .text.ieee80211_set_phy_bw + 0x00000000401338e8 0x11c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x138 (size before relaxing) + 0x00000000401338e8 ieee80211_set_phy_bw + .text.ieee80211_set_phy_mode + 0x0000000040133a04 0x11e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x16d (size before relaxing) + 0x0000000040133a04 ieee80211_set_phy_mode + *fill* 0x0000000040133b22 0x2 + .text.wifi_set_protocol_process + 0x0000000040133b24 0xaa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xc2 (size before relaxing) + 0x0000000040133b24 wifi_set_protocol_process + *fill* 0x0000000040133bce 0x2 + .text.wifi_set_bw_process + 0x0000000040133bd0 0xc6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xde (size before relaxing) + 0x0000000040133bd0 wifi_set_bw_process + *fill* 0x0000000040133c96 0x2 + .text.wifi_station_save_ap_channel + 0x0000000040133c98 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x86 (size before relaxing) + 0x0000000040133c98 wifi_station_save_ap_channel + *fill* 0x0000000040133cfe 0x2 + .text.ieee80211_sta_connect + 0x0000000040133d00 0xd1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x10d (size before relaxing) + 0x0000000040133d1c ieee80211_sta_connect + *fill* 0x0000000040133dd1 0x3 + .text._do_wifi_connect + 0x0000000040133dd4 0x37 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x4a (size before relaxing) + *fill* 0x0000000040133e0b 0x1 + .text.wifi_connect_process + 0x0000000040133e0c 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x5a (size before relaxing) + 0x0000000040133e14 wifi_connect_process + *fill* 0x0000000040133e4e 0x2 + .text.ieee80211_sta_disconnect + 0x0000000040133e50 0x97 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xbf (size before relaxing) + 0x0000000040133e50 ieee80211_sta_disconnect + *fill* 0x0000000040133ee7 0x1 + .text._do_wifi_disconnect + 0x0000000040133ee8 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xac (size before relaxing) + .text.wifi_disconnect_process + 0x0000000040133f64 0x5c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x7c (size before relaxing) + 0x0000000040133f68 wifi_disconnect_process + .text.wifi_get_macaddr + 0x0000000040133fc0 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3c (size before relaxing) + 0x0000000040133fc0 wifi_get_macaddr + .text.chip_enable + 0x0000000040133ff4 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x0000000040133ff4 chip_enable + .text.chip_disable + 0x0000000040134010 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x0000000040134010 chip_disable + .text.wifi_reset_mac + 0x000000004013402c 0x69 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x6d (size before relaxing) + 0x0000000040134040 wifi_reset_mac + *fill* 0x0000000040134095 0x3 + .text.wifi_rf_phy_disable + 0x0000000040134098 0x10c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x138 (size before relaxing) + 0x00000000401340a8 wifi_rf_phy_disable + .text.wifi_txq_empty + 0x00000000401341a4 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x00000000401341a4 wifi_txq_empty + .text.wifi_stop_sw_txq + 0x00000000401341c8 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x4c (size before relaxing) + 0x00000000401341cc wifi_stop_sw_txq + .text.wifi_hw_stop + 0x00000000401341f4 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xc2 (size before relaxing) + 0x00000000401341f8 wifi_hw_stop + *fill* 0x0000000040134266 0x2 + .text.wifi_stop_process + 0x0000000040134268 0xc1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x131 (size before relaxing) + 0x000000004013426c wifi_stop_process + *fill* 0x0000000040134329 0x3 + .text.wifi_menuconfig_init + 0x000000004013432c 0x21c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x258 (size before relaxing) + 0x0000000040134360 wifi_menuconfig_init + .text.wpa_crypto_funcs_init + 0x0000000040134548 0x37 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x43 (size before relaxing) + 0x0000000040134550 wpa_crypto_funcs_init + *fill* 0x000000004013457f 0x1 + .text.wifi_lmac_init + 0x0000000040134580 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x116 (size before relaxing) + 0x00000000401345a0 wifi_lmac_init + *fill* 0x000000004013464e 0x2 + .text.wifi_init_process + 0x0000000040134650 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x14a (size before relaxing) + 0x000000004013465c wifi_init_process + *fill* 0x000000004013471e 0x2 + .text.wifi_set_chan_range + 0x0000000040134720 0x95 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xd1 (size before relaxing) + 0x0000000040134724 wifi_set_chan_range + *fill* 0x00000000401347b5 0x3 + .text.wifi_set_country + 0x00000000401347b8 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x160 (size before relaxing) + 0x00000000401347c4 wifi_set_country + .text.wifi_mac_restore + 0x00000000401348d8 0x36 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x4e (size before relaxing) + 0x00000000401348d8 wifi_mac_restore + *fill* 0x000000004013490e 0x2 + .text.wifi_restore_process + 0x0000000040134910 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x25 (size before relaxing) + 0x0000000040134910 wifi_restore_process + *fill* 0x0000000040134921 0x3 + .text.wifi_ant_config_check + 0x0000000040134924 0x49 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x59 (size before relaxing) + 0x000000004013492c wifi_ant_config_check + *fill* 0x000000004013496d 0x3 + .text.wifi_ant_update + 0x0000000040134970 0x8d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xa9 (size before relaxing) + 0x0000000040134974 wifi_ant_update + *fill* 0x00000000401349fd 0x3 + .text.wifi_rf_phy_enable + 0x0000000040134a00 0xfb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x137 (size before relaxing) + 0x0000000040134a00 wifi_rf_phy_enable + *fill* 0x0000000040134afb 0x1 + .text.wifi_hw_start + 0x0000000040134afc 0x5c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xa4 (size before relaxing) + 0x0000000040134afc wifi_hw_start + .text.wifi_set_promis_process + 0x0000000040134b58 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x96 (size before relaxing) + 0x0000000040134b5c wifi_set_promis_process + *fill* 0x0000000040134bca 0x2 + .text.wifi_set_mode_process + 0x0000000040134bcc 0x1a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x274 (size before relaxing) + 0x0000000040134bcc wifi_set_mode_process + .text.wifi_start_process + 0x0000000040134d74 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xd8 (size before relaxing) + 0x0000000040134d74 wifi_start_process + .text.wifi_set_ant + 0x0000000040134df8 0x37 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x4f (size before relaxing) + 0x0000000040134df8 wifi_set_ant + *fill* 0x0000000040134e2f 0x1 + .text.wifi_wps_is_started + 0x0000000040134e30 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000040134e34 wifi_wps_is_started + *fill* 0x0000000040134e3f 0x1 + .text.wifi_wpa2_is_started + 0x0000000040134e40 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xf (size before relaxing) + 0x0000000040134e40 wifi_wpa2_is_started + *fill* 0x0000000040134e4b 0x1 + .text.ieee80211_ioctl_init + 0x0000000040134e4c 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3c (size before relaxing) + 0x0000000040134e54 ieee80211_ioctl_init + .text.ieee80211_ioctl_deinit + 0x0000000040134e70 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x12 (size before relaxing) + 0x0000000040134e70 ieee80211_ioctl_deinit + *fill* 0x0000000040134e7e 0x2 + .text.ieee80211_ioctl + 0x0000000040134e80 0x1b3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x20a (size before relaxing) + 0x0000000040134e94 ieee80211_ioctl + *fill* 0x0000000040135033 0x1 + .text.is_esp_mesh_assoc + 0x0000000040135034 0xc2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x0000000040135040 is_esp_mesh_assoc + *fill* 0x00000000401350f6 0x2 + .text.wifi_nvs_commit$part$2 + 0x00000000401350f8 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x2c (size before relaxing) + .text.wifi_nvs_cfg_item_init + 0x000000004013511c 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0xb8 (size before relaxing) + 0x0000000040135128 wifi_nvs_cfg_item_init + .text.wifi_nvs_cfg_init + 0x00000000401351c4 0x5b2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x6ea (size before relaxing) + 0x00000000401352f4 wifi_nvs_cfg_init + *fill* 0x0000000040135776 0x2 + .text.wifi_nvs_get + 0x0000000040135778 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0xe (size before relaxing) + 0x0000000040135778 wifi_nvs_get + *fill* 0x0000000040135782 0x2 + .text.ieee80211_adjust_2nd_chan + 0x0000000040135784 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x56 (size before relaxing) + 0x0000000040135784 ieee80211_adjust_2nd_chan + *fill* 0x00000000401357ca 0x2 + .text.wifi_nvs_commit + 0x00000000401357cc 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x30 (size before relaxing) + 0x00000000401357cc wifi_nvs_commit + .text.wifi_nvs_set + 0x00000000401357ec 0x1e3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x20f (size before relaxing) + 0x0000000040135804 wifi_nvs_set + *fill* 0x00000000401359cf 0x1 + .text.wifi_set_default_ssid + 0x00000000401359d0 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x5e (size before relaxing) + 0x00000000401359d4 wifi_set_default_ssid + *fill* 0x0000000040135a1a 0x2 + .text.wifi_nvs_validate_ap_password + 0x0000000040135a1c 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x48 (size before relaxing) + 0x0000000040135a1c wifi_nvs_validate_ap_password + .text.wifi_nvs_validate_sta_password + 0x0000000040135a54 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x4e (size before relaxing) + 0x0000000040135a54 wifi_nvs_validate_sta_password + *fill* 0x0000000040135a92 0x2 + .text.wifi_nvs_validate_country + 0x0000000040135a94 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x56 (size before relaxing) + 0x0000000040135a94 wifi_nvs_validate_country + *fill* 0x0000000040135ae6 0x2 + .text.wifi_nvs_validate_ap_chan + 0x0000000040135ae8 0x4b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x6b (size before relaxing) + 0x0000000040135ae8 wifi_nvs_validate_ap_chan + *fill* 0x0000000040135b33 0x1 + .text.wifi_nvs_load + 0x0000000040135b34 0x375 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x3d7 (size before relaxing) + *fill* 0x0000000040135ea9 0x3 + .text.wifi_nvs_restore + 0x0000000040135eac 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x14 (size before relaxing) + 0x0000000040135eac wifi_nvs_restore + .text.wifi_nvs_get_sta_listen_interval + 0x0000000040135eb8 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x11 (size before relaxing) + 0x0000000040135eb8 wifi_nvs_get_sta_listen_interval + *fill* 0x0000000040135ec5 0x3 + .text.wifi_nvs_deinit + 0x0000000040135ec8 0x4b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x5b (size before relaxing) + 0x0000000040135ec8 wifi_nvs_deinit + *fill* 0x0000000040135f13 0x1 + .text.wifi_nvs_init + 0x0000000040135f14 0x71 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x9d (size before relaxing) + 0x0000000040135f20 wifi_nvs_init + *fill* 0x0000000040135f85 0x3 + .text.ieee80211_classify + 0x0000000040135f88 0xb2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xba (size before relaxing) + *fill* 0x000000004013603a 0x2 + .text.ieee80211_add_wme_param$isra$2 + 0x000000004013603c 0x8d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x91 (size before relaxing) + *fill* 0x00000000401360c9 0x3 + .text.ieee80211_output_pending_eb$part$6 + 0x00000000401360cc 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x6e (size before relaxing) + *fill* 0x000000004013612e 0x2 + .text.ieee80211_vnd_ie_size$part$7 + 0x0000000040136130 0x31 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x35 (size before relaxing) + *fill* 0x0000000040136161 0x3 .text.ieee80211_vnd_ie_set$part$8 - 0x0000000040137e50 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x0000000040136164 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) 0x40 (size before relaxing) .text.ieee80211_set_hmac_stop - 0x0000000040137e88 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000004013619c 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) 0x37 (size before relaxing) - 0x0000000040137e8c ieee80211_set_hmac_stop - *fill* 0x0000000040137eb7 0x1 + 0x00000000401361a0 ieee80211_set_hmac_stop + *fill* 0x00000000401361cb 0x1 .text.ieee80211_output - 0x0000000040137eb8 0x31b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x357 (size before relaxing) - 0x0000000040137ed0 ieee80211_output - *fill* 0x00000000401381d3 0x1 + 0x00000000401361cc 0x2f1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x345 (size before relaxing) + 0x00000000401361e4 ieee80211_output + *fill* 0x00000000401364bd 0x3 .text.esp_wifi_internal_tx - 0x00000000401381d4 0x308 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x35c (size before relaxing) - 0x00000000401381d4 esp_wifi_internal_tx + 0x00000000401364c0 0x2e1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x34d (size before relaxing) + 0x00000000401364c0 esp_wifi_internal_tx + *fill* 0x00000000401367a1 0x3 .text.ieee80211_empty_txq - 0x00000000401384dc 0xc8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x00000000401367a4 0xc8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) 0xe0 (size before relaxing) - 0x00000000401384dc ieee80211_empty_txq + 0x00000000401367a4 ieee80211_empty_txq .text.ieee80211_output_init - 0x00000000401385a4 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000004013686c 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) 0x33 (size before relaxing) - 0x00000000401385ac ieee80211_output_init - *fill* 0x00000000401385c7 0x1 + 0x0000000040136874 ieee80211_output_init + *fill* 0x000000004013688f 0x1 .text.ieee80211_send_setup - 0x00000000401385c8 0x180 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x1ac (size before relaxing) - 0x00000000401385d0 ieee80211_send_setup + 0x0000000040136890 0x150 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x184 (size before relaxing) + 0x0000000040136898 ieee80211_send_setup .text.ieee80211_mgmt_output - 0x0000000040138748 0x179 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x1ad (size before relaxing) - 0x0000000040138758 ieee80211_mgmt_output - *fill* 0x00000000401388c1 0x3 + 0x00000000401369e0 0x169 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1a1 (size before relaxing) + 0x00000000401369f0 ieee80211_mgmt_output + *fill* 0x0000000040136b49 0x3 .text.ieee80211_tx_mgt_cb - 0x00000000401388c4 0x8c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x0000000040136b4c 0x8c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) 0x9c (size before relaxing) - 0x00000000401388c4 ieee80211_tx_mgt_cb + 0x0000000040136b4c ieee80211_tx_mgt_cb .text.ieee80211_send_nulldata - 0x0000000040138950 0x21e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x272 (size before relaxing) - 0x0000000040138954 ieee80211_send_nulldata - *fill* 0x0000000040138b6e 0x2 - .text.ieee80211_add_xrates - 0x0000000040138b70 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x30 (size before relaxing) - 0x0000000040138b70 ieee80211_add_xrates - .text.ieee80211_vnd_lora_ie_set - 0x0000000040138b9c 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x2f (size before relaxing) - 0x0000000040138b9c ieee80211_vnd_lora_ie_set - *fill* 0x0000000040138bc3 0x1 - .text.ieee80211_send_probereq - 0x0000000040138bc4 0x3d0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x458 (size before relaxing) - 0x0000000040138bcc ieee80211_send_probereq - .text.ieee80211_getcapinfo - 0x0000000040138f94 0xac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0xc0 (size before relaxing) - 0x0000000040138f98 ieee80211_getcapinfo - .text.ieee80211_send_mgmt - 0x0000000040139040 0xb25 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0xc61 (size before relaxing) - 0x0000000040139068 ieee80211_send_mgmt - *fill* 0x0000000040139b65 0x3 - .text.ieee80211_alloc_proberesp - 0x0000000040139b68 0x3dc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x460 (size before relaxing) - 0x0000000040139b74 ieee80211_alloc_proberesp - .text.ieee80211_send_proberesp - 0x0000000040139f44 0x1e9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x0000000040136bd8 0x1f0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) 0x250 (size before relaxing) - 0x0000000040139f48 ieee80211_send_proberesp - *fill* 0x000000004013a12d 0x3 - .text.ieee80211_alloc_deauth - 0x000000004013a130 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x6c (size before relaxing) - 0x000000004013a130 ieee80211_alloc_deauth - .text.ieee80211_send_deauth - 0x000000004013a188 0x206 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x266 (size before relaxing) - 0x000000004013a18c ieee80211_send_deauth - *fill* 0x000000004013a38e 0x2 - .text.ieee80211_beacon_alloc - 0x000000004013a390 0x622 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x6f2 (size before relaxing) - 0x000000004013a3a8 ieee80211_beacon_alloc - *fill* 0x000000004013a9b2 0x2 - .text.ieee80211_encap_null_data - 0x000000004013a9b4 0x232 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x286 (size before relaxing) - 0x000000004013a9bc ieee80211_encap_null_data - *fill* 0x000000004013abe6 0x2 - .text.ieee80211_pm_tx_null_process - 0x000000004013abe8 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) - 0x32 (size before relaxing) - 0x000000004013abe8 ieee80211_pm_tx_null_process - *fill* 0x000000004013ac0e 0x2 - .text.ieee80211_phy_deinit - 0x000000004013ac10 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) - 0x11 (size before relaxing) - 0x000000004013ac10 ieee80211_phy_deinit - *fill* 0x000000004013ac1a 0x2 - .text.ieee80211_phy_type_get - 0x000000004013ac1c 0x67 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) - 0x6b (size before relaxing) - 0x000000004013ac1c ieee80211_phy_type_get - *fill* 0x000000004013ac83 0x1 - .text.ieee80211_phy_mode_show - 0x000000004013ac84 0xbb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) - 0xd7 (size before relaxing) - 0x000000004013aca0 ieee80211_phy_mode_show - *fill* 0x000000004013ad3f 0x1 - .text.ieee80211_setup_ratetable - 0x000000004013ad40 0x148 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) - 0x15c (size before relaxing) - 0x000000004013ad58 ieee80211_setup_ratetable - .text.ieee80211_phy_init - 0x000000004013ae88 0xb6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) - 0xfa (size before relaxing) - 0x000000004013ae88 ieee80211_phy_init - *fill* 0x000000004013af3e 0x2 - .text.ieee80211_psq_init - 0x000000004013af40 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x1a (size before relaxing) - 0x000000004013af40 ieee80211_psq_init - *fill* 0x000000004013af56 0x2 - .text.ieee80211_gpsq_init - 0x000000004013af58 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x76 (size before relaxing) - 0x000000004013af60 ieee80211_gpsq_init - *fill* 0x000000004013afbe 0x2 - .text.ieee80211_set_tim - 0x000000004013afc0 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x98 (size before relaxing) - 0x000000004013afc0 ieee80211_set_tim - .text.ieee80211_psq_drop_one_pkt - 0x000000004013b050 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x72 (size before relaxing) - 0x000000004013b050 ieee80211_psq_drop_one_pkt - *fill* 0x000000004013b0b2 0x2 - .text.ieee80211_psq_send_one_pkt - 0x000000004013b0b4 0x93 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0xa7 (size before relaxing) - 0x000000004013b0b4 ieee80211_psq_send_one_pkt - *fill* 0x000000004013b147 0x1 - .text.ieee80211_psq_is_buff_pkt - 0x000000004013b148 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x7a (size before relaxing) - 0x000000004013b148 ieee80211_psq_is_buff_pkt - *fill* 0x000000004013b1ae 0x2 - .text.ieee80211_pwrsave - 0x000000004013b1b0 0x79 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x91 (size before relaxing) - 0x000000004013b1b0 ieee80211_pwrsave - *fill* 0x000000004013b229 0x3 - .text.pwrsave_flushq - 0x000000004013b22c 0xfe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x12a (size before relaxing) - 0x000000004013b22c pwrsave_flushq - *fill* 0x000000004013b32a 0x2 - .text.ieee80211_node_pwrsave - 0x000000004013b32c 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x86 (size before relaxing) - 0x000000004013b32c ieee80211_node_pwrsave - *fill* 0x000000004013b39e 0x2 - .text.ieee80211_pwrsave_node_cleanup - 0x000000004013b3a0 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x48 (size before relaxing) - 0x000000004013b3a0 ieee80211_pwrsave_node_cleanup - .text.ieee80211_pwrsave_txcb - 0x000000004013b3d8 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - 0x3c (size before relaxing) - 0x000000004013b3d8 ieee80211_pwrsave_txcb - .text.ieee80211_proto_attach - 0x000000004013b40c 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - 0x2a (size before relaxing) - 0x000000004013b410 ieee80211_proto_attach - *fill* 0x000000004013b42e 0x2 - .text.ieee80211_wme_updateparams - 0x000000004013b430 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - 0x4a (size before relaxing) - 0x000000004013b434 ieee80211_wme_updateparams - *fill* 0x000000004013b46e 0x2 - .text.ieee80211_mlme_connect_bss - 0x000000004013b470 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - 0x12e (size before relaxing) - 0x000000004013b480 ieee80211_mlme_connect_bss - *fill* 0x000000004013b57a 0x2 - .text.ieee80211_regdomain_get_country$part$1 - 0x000000004013b57c 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x36 (size before relaxing) - *fill* 0x000000004013b5aa 0x2 - .text.ieee80211_regdomain_max_tx_power - 0x000000004013b5ac 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x4e (size before relaxing) - 0x000000004013b5b4 ieee80211_regdomain_max_tx_power - *fill* 0x000000004013b5f2 0x2 - .text.ieee80211_regdomain_update - 0x000000004013b5f4 0xd9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0xe5 (size before relaxing) - 0x000000004013b5f8 ieee80211_regdomain_update - *fill* 0x000000004013b6cd 0x3 - .text.ieee80211_regdomain_update_in_scan - 0x000000004013b6d0 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x16 (size before relaxing) - 0x000000004013b6d0 ieee80211_regdomain_update_in_scan - *fill* 0x000000004013b6e2 0x2 - .text.ieee80211_regdomain_update_in_connect - 0x000000004013b6e4 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x18 (size before relaxing) - 0x000000004013b6e4 ieee80211_regdomain_update_in_connect - .text.ieee80211_regdomain_get_country - 0x000000004013b6f8 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x24 (size before relaxing) - 0x000000004013b6f8 ieee80211_regdomain_get_country - .text.ieee80211_add_countryie - 0x000000004013b710 0xe6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x102 (size before relaxing) - 0x000000004013b710 ieee80211_add_countryie - *fill* 0x000000004013b7f6 0x2 - .text.ieee80211_regdomain_max_chan - 0x000000004013b7f8 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x2f (size before relaxing) - 0x000000004013b7f8 ieee80211_regdomain_max_chan - *fill* 0x000000004013b81b 0x1 - .text.ieee80211_regdomain_min_chan - 0x000000004013b81c 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x25 (size before relaxing) - 0x000000004013b81c ieee80211_regdomain_min_chan - *fill* 0x000000004013b832 0x2 - .text.ieee80211_regdomain_chan_in_range - 0x000000004013b834 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x50 (size before relaxing) - 0x000000004013b834 ieee80211_regdomain_chan_in_range - .text.ieee80211_regdomain_is_active_scan - 0x000000004013b878 0x49 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) - 0x59 (size before relaxing) - 0x000000004013b878 ieee80211_regdomain_is_active_scan - *fill* 0x000000004013b8c1 0x3 - .text.ieee80211_rfid_locp_recv_reset - 0x000000004013b8c4 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) - 0x11 (size before relaxing) - 0x000000004013b8c4 ieee80211_rfid_locp_recv_reset - *fill* 0x000000004013b8d1 0x3 - .text.ieee80211_rfid_locp_recv - 0x000000004013b8d4 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) - 0x20 (size before relaxing) - 0x000000004013b8d4 ieee80211_rfid_locp_recv - .text.scan_enter_oper_channel - 0x000000004013b8f0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x16 (size before relaxing) - *fill* 0x000000004013b8fe 0x2 - .text.scan_inter_channel_timeout - 0x000000004013b900 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x16 (size before relaxing) - *fill* 0x000000004013b90e 0x2 - .text.scan_op_start - 0x000000004013b910 0x2fc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x338 (size before relaxing) - .text.unlikely.scan_add_ssid_do - 0x000000004013bc0c 0x297 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x2b3 (size before relaxing) - *fill* 0x000000004013bea3 0x1 - .text.unlikely.scan_add_ssid - 0x000000004013bea4 0x126 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x146 (size before relaxing) - *fill* 0x000000004013bfca 0x2 - .text.scan_update_scan_history$part$0 - 0x000000004013bfcc 0x232 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x24e (size before relaxing) - *fill* 0x000000004013c1fe 0x2 - .text.ieee80211_scan_attach - 0x000000004013c200 0xe8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xfc (size before relaxing) - 0x000000004013c218 ieee80211_scan_attach - .text.ieee80211_scan_deattach - 0x000000004013c2e8 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x2a (size before relaxing) - 0x000000004013c2e8 ieee80211_scan_deattach - *fill* 0x000000004013c306 0x2 - .text.scan_get_apnum - 0x000000004013c308 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xf (size before relaxing) - 0x000000004013c308 scan_get_apnum - *fill* 0x000000004013c313 0x1 - .text.scan_freq_cal - 0x000000004013c314 0xcf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xd3 (size before relaxing) - 0x000000004013c320 scan_freq_cal - *fill* 0x000000004013c3e3 0x1 - .text.scan_flush_all_tx_buf - 0x000000004013c3e4 0xb1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xd4 (size before relaxing) - 0x000000004013c3ec scan_flush_all_tx_buf - *fill* 0x000000004013c495 0x3 - .text.scan_cancel - 0x000000004013c498 0x88 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xac (size before relaxing) - 0x000000004013c49c scan_cancel - .text.scan_add_bssid - 0x000000004013c520 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x27 (size before relaxing) - 0x000000004013c520 scan_add_bssid - *fill* 0x000000004013c53f 0x1 - .text.scan_remove_bssid - 0x000000004013c540 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x14 (size before relaxing) - 0x000000004013c540 scan_remove_bssid - .text.scan_hidden_ssid - 0x000000004013c550 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x12 (size before relaxing) - 0x000000004013c550 scan_hidden_ssid - *fill* 0x000000004013c55e 0x2 - .text.scan_set_act_duration - 0x000000004013c560 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x10 (size before relaxing) - 0x000000004013c560 scan_set_act_duration - .text.scan_set_pas_duration - 0x000000004013c56c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xe (size before relaxing) - 0x000000004013c56c scan_set_pas_duration - *fill* 0x000000004013c576 0x2 - .text.scan_add_probe_ssid - 0x000000004013c578 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x6a (size before relaxing) - 0x000000004013c578 scan_add_probe_ssid - *fill* 0x000000004013c5da 0x2 - .text.scan_remove_probe_ssid - 0x000000004013c5dc 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x2a (size before relaxing) - 0x000000004013c5dc scan_remove_probe_ssid - *fill* 0x000000004013c602 0x2 - .text.scan_prefer_chan - 0x000000004013c604 0x33e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x37e (size before relaxing) - 0x000000004013c620 scan_prefer_chan - *fill* 0x000000004013c942 0x2 - .text.scan_build_chan_list - 0x000000004013c944 0xe8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x100 (size before relaxing) - 0x000000004013c948 scan_build_chan_list - .text.scan_set_desChan - 0x000000004013ca2c 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x14 (size before relaxing) - 0x000000004013ca2c scan_set_desChan - .text.scan_get_type - 0x000000004013ca3c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xe (size before relaxing) - 0x000000004013ca3c scan_get_type - *fill* 0x000000004013ca46 0x2 - .text.scan_profile_check - 0x000000004013ca48 0x33a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x37a (size before relaxing) - 0x000000004013ca5c scan_profile_check - *fill* 0x000000004013cd82 0x2 - .text.free_bss_info - 0x000000004013cd84 0x35 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x3d (size before relaxing) - 0x000000004013cd84 free_bss_info - *fill* 0x000000004013cdb9 0x3 - .text.clear_bss_queue - 0x000000004013cdbc 0x5c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x78 (size before relaxing) - 0x000000004013cdc0 clear_bss_queue - .text.scan_done - 0x000000004013ce18 0x30e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x38e (size before relaxing) - *fill* 0x000000004013d126 0x2 - .text.scan_next_channel - 0x000000004013d128 0x22e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x29a (size before relaxing) - *fill* 0x000000004013d356 0x2 - .text.scan_enter_oper_channel_process - 0x000000004013d358 0x51 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x70 (size before relaxing) - 0x000000004013d35c scan_enter_oper_channel_process - *fill* 0x000000004013d3a9 0x3 - .text.scan_inter_channel_timeout_process - 0x000000004013d3ac 0xba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xd9 (size before relaxing) - 0x000000004013d3b4 scan_inter_channel_timeout_process - *fill* 0x000000004013d466 0x2 - .text.scan_op_end - 0x000000004013d468 0x24c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x2a4 (size before relaxing) - .text.scan_start - 0x000000004013d6b4 0x1d8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0x240 (size before relaxing) - 0x000000004013d6c4 scan_start - .text.check_bss_queue - 0x000000004013d88c 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x0000000040136bdc ieee80211_send_nulldata + .text.ieee80211_add_xrates + 0x0000000040136dc8 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) 0x30 (size before relaxing) - 0x000000004013d88c check_bss_queue - .text.scan_parse_ht2040_coex - 0x000000004013d8b4 0xb5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xc5 (size before relaxing) - 0x000000004013d8bc scan_parse_ht2040_coex - *fill* 0x000000004013d969 0x3 - .text.scan_parse_beacon - 0x000000004013d96c 0x9c0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - 0xafc (size before relaxing) - 0x000000004013d9b0 scan_parse_beacon - .text.sta_recv_sa_query_resp - 0x000000004013e32c 0x91 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x99 (size before relaxing) - *fill* 0x000000004013e3bd 0x3 - .text.sta_assoc_comeback - 0x000000004013e3c0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x16 (size before relaxing) - *fill* 0x000000004013e3ce 0x2 - .text.sta_try_sa_query - 0x000000004013e3d0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x16 (size before relaxing) - *fill* 0x000000004013e3de 0x2 - .text.sta_sa_query_timeout - 0x000000004013e3e0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x16 (size before relaxing) - *fill* 0x000000004013e3ee 0x2 - .text.sta_recv_sa_query_req - 0x000000004013e3f0 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x19 (size before relaxing) - *fill* 0x000000004013e405 0x3 - .text.sta_action_output - 0x000000004013e408 0xd9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0xfd (size before relaxing) - *fill* 0x000000004013e4e1 0x3 - .text.sta_send_sa_query_resp - 0x000000004013e4e4 0xac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0xc0 (size before relaxing) - .text.sta_send_sa_query_req - 0x000000004013e590 0xac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0xc0 (size before relaxing) - .text.ieee80211_sta_new_state - 0x000000004013e63c 0x11be /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x1362 (size before relaxing) - 0x000000004013e69c ieee80211_sta_new_state - *fill* 0x000000004013f7fa 0x2 - .text.sta_rx_eapol - 0x000000004013f7fc 0x245 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x265 (size before relaxing) - 0x000000004013f810 sta_rx_eapol - *fill* 0x000000004013fa41 0x3 - .text.wifi_sta_reg_rxcb - 0x000000004013fa44 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0xe (size before relaxing) - 0x000000004013fa44 wifi_sta_reg_rxcb - *fill* 0x000000004013fa4e 0x2 - .text.sta_michael_mic_failure - 0x000000004013fa50 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x0000000040136dc8 ieee80211_add_xrates + .text.ieee80211_vnd_lora_ie_set + 0x0000000040136df4 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2f (size before relaxing) + 0x0000000040136df4 ieee80211_vnd_lora_ie_set + *fill* 0x0000000040136e1b 0x1 + .text.ieee80211_send_probereq + 0x0000000040136e1c 0x3ba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x43a (size before relaxing) + 0x0000000040136e24 ieee80211_send_probereq + *fill* 0x00000000401371d6 0x2 + .text.ieee80211_getcapinfo + 0x00000000401371d8 0x92 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xaa (size before relaxing) + 0x00000000401371dc ieee80211_getcapinfo + *fill* 0x000000004013726a 0x2 + .text.ieee80211_send_mgmt + 0x000000004013726c 0xa7d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xbed (size before relaxing) + 0x0000000040137294 ieee80211_send_mgmt + *fill* 0x0000000040137ce9 0x3 + .text.ieee80211_alloc_proberesp + 0x0000000040137cec 0x39a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x426 (size before relaxing) + 0x0000000040137cf8 ieee80211_alloc_proberesp + *fill* 0x0000000040138086 0x2 + .text.ieee80211_send_proberesp + 0x0000000040138088 0x1d1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x23c (size before relaxing) + 0x000000004013808c ieee80211_send_proberesp + *fill* 0x0000000040138259 0x3 + .text.ieee80211_alloc_deauth + 0x000000004013825c 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) 0x50 (size before relaxing) - 0x000000004013fa54 sta_michael_mic_failure - .text.ieee80211_parse_wmeparams - 0x000000004013fa94 0xe4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x000000004013fa98 ieee80211_parse_wmeparams - .text.sta_rx_csa - 0x000000004013fb78 0x381 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x39d (size before relaxing) - 0x000000004013fb9c sta_rx_csa - *fill* 0x000000004013fef9 0x3 - .text.ieee80211_parse_obss_scan_param - 0x000000004013fefc 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x2a (size before relaxing) - 0x000000004013fefc ieee80211_parse_obss_scan_param - *fill* 0x000000004013ff22 0x2 - .text.sta_retry_assoc - 0x000000004013ff24 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0x62 (size before relaxing) - 0x000000004013ff24 sta_retry_assoc - *fill* 0x000000004013ff6e 0x2 - .text.wifi_station_start - 0x000000004013ff70 0xb8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0xe0 (size before relaxing) - 0x000000004013ff70 wifi_station_start - .text.wifi_station_stop - 0x0000000040140028 0xa2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - 0xca (size before relaxing) - 0x0000000040140028 wifi_station_stop - *fill* 0x00000000401400ca 0x2 - .text.sta_sa_query_process_timeout - 0x00000000401400cc 0xbf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000004013825c ieee80211_alloc_deauth + .text.ieee80211_send_deauth + 0x000000004013829c 0x1f2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x256 (size before relaxing) + 0x00000000401382a0 ieee80211_send_deauth + *fill* 0x000000004013848e 0x2 + .text.ieee80211_beacon_alloc + 0x0000000040138490 0x5d8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x6bc (size before relaxing) + 0x00000000401384a8 ieee80211_beacon_alloc + .text.ieee80211_encap_null_data + 0x0000000040138a68 0x1fe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x24e (size before relaxing) + 0x0000000040138a70 ieee80211_encap_null_data + *fill* 0x0000000040138c66 0x2 + .text.ieee80211_pm_tx_null_process + 0x0000000040138c68 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x32 (size before relaxing) + 0x0000000040138c68 ieee80211_pm_tx_null_process + *fill* 0x0000000040138c8e 0x2 + .text.ieee80211_phy_deinit + 0x0000000040138c90 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x11 (size before relaxing) + 0x0000000040138c90 ieee80211_phy_deinit + *fill* 0x0000000040138c9a 0x2 + .text.ieee80211_phy_type_get + 0x0000000040138c9c 0x67 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x6b (size before relaxing) + 0x0000000040138c9c ieee80211_phy_type_get + *fill* 0x0000000040138d03 0x1 + .text.ieee80211_phy_mode_show + 0x0000000040138d04 0xbb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) 0xd7 (size before relaxing) - 0x00000000401400d8 sta_sa_query_process_timeout - *fill* 0x000000004014018b 0x1 + 0x0000000040138d20 ieee80211_phy_mode_show + *fill* 0x0000000040138dbf 0x1 + .text.ieee80211_setup_ratetable + 0x0000000040138dc0 0x120 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x144 (size before relaxing) + 0x0000000040138dd4 ieee80211_setup_ratetable + .text.ieee80211_phy_init + 0x0000000040138ee0 0x9e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0xe6 (size before relaxing) + 0x0000000040138ee0 ieee80211_phy_init + *fill* 0x0000000040138f7e 0x2 + .text.ieee80211_psq_init + 0x0000000040138f80 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x1a (size before relaxing) + 0x0000000040138f80 ieee80211_psq_init + *fill* 0x0000000040138f96 0x2 + .text.ieee80211_gpsq_init + 0x0000000040138f98 0x3f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x4b (size before relaxing) + 0x0000000040138f9c ieee80211_gpsq_init + *fill* 0x0000000040138fd7 0x1 + .text.ieee80211_set_tim + 0x0000000040138fd8 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x98 (size before relaxing) + 0x0000000040138fd8 ieee80211_set_tim + .text.ieee80211_psq_drop_one_pkt + 0x0000000040139068 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x72 (size before relaxing) + 0x0000000040139068 ieee80211_psq_drop_one_pkt + *fill* 0x00000000401390ca 0x2 + .text.ieee80211_psq_send_one_pkt + 0x00000000401390cc 0x93 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0xa7 (size before relaxing) + 0x00000000401390cc ieee80211_psq_send_one_pkt + *fill* 0x000000004013915f 0x1 + .text.ieee80211_psq_is_buff_pkt + 0x0000000040139160 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x7a (size before relaxing) + 0x0000000040139160 ieee80211_psq_is_buff_pkt + *fill* 0x00000000401391c6 0x2 + .text.ieee80211_pwrsave + 0x00000000401391c8 0x79 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x91 (size before relaxing) + 0x00000000401391c8 ieee80211_pwrsave + *fill* 0x0000000040139241 0x3 + .text.pwrsave_flushq + 0x0000000040139244 0xfe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x12a (size before relaxing) + 0x0000000040139244 pwrsave_flushq + *fill* 0x0000000040139342 0x2 + .text.ieee80211_node_pwrsave + 0x0000000040139344 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x86 (size before relaxing) + 0x0000000040139344 ieee80211_node_pwrsave + *fill* 0x00000000401393b6 0x2 + .text.ieee80211_pwrsave_node_cleanup + 0x00000000401393b8 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x48 (size before relaxing) + 0x00000000401393b8 ieee80211_pwrsave_node_cleanup + .text.ieee80211_pwrsave_txcb + 0x00000000401393f0 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x3c (size before relaxing) + 0x00000000401393f0 ieee80211_pwrsave_txcb + .text.ieee80211_proto_attach + 0x0000000040139424 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x2a (size before relaxing) + 0x0000000040139428 ieee80211_proto_attach + *fill* 0x0000000040139446 0x2 + .text.ieee80211_wme_updateparams + 0x0000000040139448 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x4a (size before relaxing) + 0x000000004013944c ieee80211_wme_updateparams + *fill* 0x0000000040139486 0x2 + .text.ieee80211_mlme_connect_bss + 0x0000000040139488 0xbe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0xee (size before relaxing) + 0x0000000040139494 ieee80211_mlme_connect_bss + *fill* 0x0000000040139546 0x2 + .text.ieee80211_regdomain_max_tx_power + 0x0000000040139548 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x4e (size before relaxing) + 0x0000000040139550 ieee80211_regdomain_max_tx_power + *fill* 0x000000004013958e 0x2 + .text.ieee80211_update_phy_country + 0x0000000040139590 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x54 (size before relaxing) + 0x0000000040139590 ieee80211_update_phy_country + .text.ieee80211_regdomain_update + 0x00000000401395d8 0xfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x114 (size before relaxing) + 0x00000000401395dc ieee80211_regdomain_update + .text.ieee80211_regdomain_update_in_scan + 0x00000000401396d4 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x16 (size before relaxing) + 0x00000000401396d4 ieee80211_regdomain_update_in_scan + *fill* 0x00000000401396e6 0x2 + .text.ieee80211_regdomain_update_in_connect + 0x00000000401396e8 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x18 (size before relaxing) + 0x00000000401396e8 ieee80211_regdomain_update_in_connect + .text.ieee80211_regdomain_get_country + 0x00000000401396fc 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x3a (size before relaxing) + 0x00000000401396fc ieee80211_regdomain_get_country + *fill* 0x000000004013972e 0x2 + .text.ieee80211_add_countryie + 0x0000000040139730 0x102 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x116 (size before relaxing) + 0x0000000040139730 ieee80211_add_countryie + *fill* 0x0000000040139832 0x2 + .text.ieee80211_regdomain_max_chan + 0x0000000040139834 0x45 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x4d (size before relaxing) + 0x0000000040139834 ieee80211_regdomain_max_chan + *fill* 0x0000000040139879 0x3 + .text.ieee80211_regdomain_min_chan + 0x000000004013987c 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x3a (size before relaxing) + 0x000000004013987c ieee80211_regdomain_min_chan + *fill* 0x00000000401398ae 0x2 + .text.ieee80211_regdomain_chan_in_range + 0x00000000401398b0 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x2e (size before relaxing) + 0x00000000401398b0 ieee80211_regdomain_chan_in_range + *fill* 0x00000000401398ce 0x2 + .text.ieee80211_regdomain_is_active_scan + 0x00000000401398d0 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x4a (size before relaxing) + 0x00000000401398d0 ieee80211_regdomain_is_active_scan + *fill* 0x000000004013990a 0x2 + .text.ieee80211_rfid_locp_recv_reset + 0x000000004013990c 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + 0x11 (size before relaxing) + 0x000000004013990c ieee80211_rfid_locp_recv_reset + *fill* 0x0000000040139919 0x3 + .text.ieee80211_rfid_locp_recv + 0x000000004013991c 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + 0x20 (size before relaxing) + 0x000000004013991c ieee80211_rfid_locp_recv + .text.scan_enter_oper_channel + 0x0000000040139938 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x16 (size before relaxing) + *fill* 0x0000000040139946 0x2 + .text.scan_inter_channel_timeout + 0x0000000040139948 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x16 (size before relaxing) + *fill* 0x0000000040139956 0x2 + .text.scan_op_start + 0x0000000040139958 0x1f2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x256 (size before relaxing) + *fill* 0x0000000040139b4a 0x2 + .text.unlikely.scan_add_ssid_do + 0x0000000040139b4c 0x273 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x293 (size before relaxing) + *fill* 0x0000000040139dbf 0x1 + .text.unlikely.scan_add_ssid + 0x0000000040139dc0 0x126 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x146 (size before relaxing) + *fill* 0x0000000040139ee6 0x2 + .text.ieee80211_scan_attach + 0x0000000040139ee8 0xc4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xd0 (size before relaxing) + 0x0000000040139f00 ieee80211_scan_attach + .text.ieee80211_scan_deattach + 0x0000000040139fac 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x2a (size before relaxing) + 0x0000000040139fac ieee80211_scan_deattach + *fill* 0x0000000040139fca 0x2 + .text.scan_get_apnum + 0x0000000040139fcc 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xf (size before relaxing) + 0x0000000040139fcc scan_get_apnum + *fill* 0x0000000040139fd7 0x1 + .text.scan_freq_cal + 0x0000000040139fd8 0xcf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xd3 (size before relaxing) + 0x0000000040139fe4 scan_freq_cal + *fill* 0x000000004013a0a7 0x1 + .text.scan_flush_all_tx_buf + 0x000000004013a0a8 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x8c (size before relaxing) + 0x000000004013a0b0 scan_flush_all_tx_buf + .text.scan_cancel + 0x000000004013a114 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x84 (size before relaxing) + 0x000000004013a118 scan_cancel + .text.scan_add_bssid + 0x000000004013a174 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x27 (size before relaxing) + 0x000000004013a174 scan_add_bssid + *fill* 0x000000004013a193 0x1 + .text.scan_remove_bssid + 0x000000004013a194 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x14 (size before relaxing) + 0x000000004013a194 scan_remove_bssid + .text.scan_hidden_ssid + 0x000000004013a1a4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x12 (size before relaxing) + 0x000000004013a1a4 scan_hidden_ssid + *fill* 0x000000004013a1b2 0x2 + .text.scan_set_act_duration + 0x000000004013a1b4 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x10 (size before relaxing) + 0x000000004013a1b4 scan_set_act_duration + .text.scan_set_pas_duration + 0x000000004013a1c0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xe (size before relaxing) + 0x000000004013a1c0 scan_set_pas_duration + *fill* 0x000000004013a1ca 0x2 + .text.scan_add_probe_ssid + 0x000000004013a1cc 0x62 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x6a (size before relaxing) + 0x000000004013a1cc scan_add_probe_ssid + *fill* 0x000000004013a22e 0x2 + .text.scan_remove_probe_ssid + 0x000000004013a230 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x2a (size before relaxing) + 0x000000004013a230 scan_remove_probe_ssid + *fill* 0x000000004013a256 0x2 + .text.scan_prefer_chan + 0x000000004013a258 0x1d3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x22b (size before relaxing) + 0x000000004013a274 scan_prefer_chan + *fill* 0x000000004013a42b 0x1 + .text.scan_update_scan_history + 0x000000004013a42c 0x171 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x191 (size before relaxing) + 0x000000004013a440 scan_update_scan_history + *fill* 0x000000004013a59d 0x3 + .text.scan_build_chan_list + 0x000000004013a5a0 0x8b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x97 (size before relaxing) + 0x000000004013a5a4 scan_build_chan_list + *fill* 0x000000004013a62b 0x1 + .text.scan_set_desChan + 0x000000004013a62c 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x14 (size before relaxing) + 0x000000004013a62c scan_set_desChan + .text.scan_get_type + 0x000000004013a63c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xe (size before relaxing) + 0x000000004013a63c scan_get_type + *fill* 0x000000004013a646 0x2 + .text.scan_profile_check + 0x000000004013a648 0x2d8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x320 (size before relaxing) + 0x000000004013a65c scan_profile_check + .text.free_bss_info + 0x000000004013a920 0x35 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x3d (size before relaxing) + 0x000000004013a920 free_bss_info + *fill* 0x000000004013a955 0x3 + .text.clear_bss_queue + 0x000000004013a958 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x4c (size before relaxing) + 0x000000004013a95c clear_bss_queue + .text.scan_done + 0x000000004013a990 0x218 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x2b8 (size before relaxing) + .text.scan_next_channel + 0x000000004013aba8 0x1c3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x22f (size before relaxing) + *fill* 0x000000004013ad6b 0x1 + .text.scan_enter_oper_channel_process + 0x000000004013ad6c 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x40 (size before relaxing) + 0x000000004013ad70 scan_enter_oper_channel_process + .text.scan_inter_channel_timeout_process + 0x000000004013ad98 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x89 (size before relaxing) + 0x000000004013ada0 scan_inter_channel_timeout_process + *fill* 0x000000004013adfe 0x2 + .text.scan_op_end + 0x000000004013ae00 0x192 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x206 (size before relaxing) + *fill* 0x000000004013af92 0x2 + .text.scan_start + 0x000000004013af94 0x136 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x1b2 (size before relaxing) + 0x000000004013afa4 scan_start + *fill* 0x000000004013b0ca 0x2 + .text.check_bss_queue + 0x000000004013b0cc 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x30 (size before relaxing) + 0x000000004013b0cc check_bss_queue + .text.scan_parse_ht2040_coex + 0x000000004013b0f4 0x75 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x85 (size before relaxing) + 0x000000004013b0fc scan_parse_ht2040_coex + *fill* 0x000000004013b169 0x3 + .text.scan_parse_beacon + 0x000000004013b16c 0x6c5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x845 (size before relaxing) + 0x000000004013b1a8 scan_parse_beacon + *fill* 0x000000004013b831 0x3 + .text.sta_recv_sa_query_resp + 0x000000004013b834 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x66 (size before relaxing) + *fill* 0x000000004013b892 0x2 + .text.sta_assoc_comeback + 0x000000004013b894 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + *fill* 0x000000004013b8a2 0x2 + .text.sta_try_sa_query + 0x000000004013b8a4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + *fill* 0x000000004013b8b2 0x2 + .text.sta_sa_query_timeout + 0x000000004013b8b4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + *fill* 0x000000004013b8c2 0x2 + .text.sta_recv_sa_query_req + 0x000000004013b8c4 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x19 (size before relaxing) + *fill* 0x000000004013b8d9 0x3 + .text.sta_action_output + 0x000000004013b8dc 0xd9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xfd (size before relaxing) + *fill* 0x000000004013b9b5 0x3 + .text.sta_send_sa_query_resp + 0x000000004013b9b8 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x7e (size before relaxing) + *fill* 0x000000004013ba22 0x2 + .text.sta_send_sa_query_req + 0x000000004013ba24 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x7e (size before relaxing) + *fill* 0x000000004013ba8e 0x2 + .text.ieee80211_sta_new_state + 0x000000004013ba90 0xca4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xefc (size before relaxing) + 0x000000004013baf4 ieee80211_sta_new_state + .text.sta_rx_eapol + 0x000000004013c734 0x179 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x1a1 (size before relaxing) + 0x000000004013c748 sta_rx_eapol + *fill* 0x000000004013c8ad 0x3 + .text.wifi_sta_reg_rxcb + 0x000000004013c8b0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xe (size before relaxing) + 0x000000004013c8b0 wifi_sta_reg_rxcb + *fill* 0x000000004013c8ba 0x2 + .text.sta_michael_mic_failure + 0x000000004013c8bc 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x38 (size before relaxing) + 0x000000004013c8c0 sta_michael_mic_failure + .text.ieee80211_parse_wmeparams + 0x000000004013c8ec 0xe4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000004013c8f0 ieee80211_parse_wmeparams + .text.sta_rx_csa + 0x000000004013c9d0 0x22c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x268 (size before relaxing) + 0x000000004013c9f4 sta_rx_csa + .text.ieee80211_parse_obss_scan_param + 0x000000004013cbfc 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x2a (size before relaxing) + 0x000000004013cbfc ieee80211_parse_obss_scan_param + *fill* 0x000000004013cc22 0x2 + .text.sta_retry_assoc + 0x000000004013cc24 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x62 (size before relaxing) + 0x000000004013cc24 sta_retry_assoc + *fill* 0x000000004013cc6e 0x2 + .text.wifi_station_start + 0x000000004013cc70 0x8d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xa9 (size before relaxing) + 0x000000004013cc70 wifi_station_start + *fill* 0x000000004013ccfd 0x3 + .text.wifi_station_stop + 0x000000004013cd00 0x6e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x8a (size before relaxing) + 0x000000004013cd00 wifi_station_stop + *fill* 0x000000004013cd6e 0x2 + .text.sta_sa_query_process_timeout + 0x000000004013cd70 0x7e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x9e (size before relaxing) + 0x000000004013cd7c sta_sa_query_process_timeout + *fill* 0x000000004013cdee 0x2 .text.sta_try_sa_query_process - 0x000000004014018c 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000004013cdf0 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) 0xcc (size before relaxing) - 0x0000000040140198 sta_try_sa_query_process + 0x000000004013cdfc sta_try_sa_query_process .text.ieee80211_setup_pmf - 0x000000004014023c 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000004013cea0 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) 0x5a (size before relaxing) - 0x000000004014024c ieee80211_setup_pmf - *fill* 0x000000004014027a 0x2 + 0x000000004013ceb0 ieee80211_setup_pmf + *fill* 0x000000004013cede 0x2 .text.sta_is_wpa3_enabled - 0x000000004014027c 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000004013cee0 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) 0x26 (size before relaxing) - 0x000000004014027c sta_is_wpa3_enabled - *fill* 0x000000004014029a 0x2 + 0x000000004013cee0 sta_is_wpa3_enabled + *fill* 0x000000004013cefe 0x2 .text.ieee80211_set_key$part$0 - 0x000000004014029c 0x29 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013cf00 0x29 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x31 (size before relaxing) - *fill* 0x00000000401402c5 0x3 + *fill* 0x000000004013cf29 0x3 .text.esp_wifi_set_appie_internal$part$2 - 0x00000000401402c8 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013cf2c 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x40 (size before relaxing) .text.esp_wifi_ap_get_prof_pmk_internal - 0x00000000401402fc 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013cf60 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x13 (size before relaxing) - 0x00000000401402fc esp_wifi_ap_get_prof_pmk_internal - *fill* 0x000000004014030b 0x1 + 0x000000004013cf60 esp_wifi_ap_get_prof_pmk_internal + *fill* 0x000000004013cf6f 0x1 .text.esp_wifi_sta_update_ap_info_internal - 0x000000004014030c 0x29 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013cf70 0x29 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x3d (size before relaxing) - 0x000000004014030c esp_wifi_sta_update_ap_info_internal - *fill* 0x0000000040140335 0x3 + 0x000000004013cf70 esp_wifi_sta_update_ap_info_internal + *fill* 0x000000004013cf99 0x3 .text.esp_wifi_sta_get_ap_info_prof_pmk_internal - 0x0000000040140338 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013cf9c 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x22 (size before relaxing) - 0x0000000040140338 esp_wifi_sta_get_ap_info_prof_pmk_internal - *fill* 0x0000000040140356 0x2 + 0x000000004013cf9c esp_wifi_sta_get_ap_info_prof_pmk_internal + *fill* 0x000000004013cfba 0x2 .text.esp_wifi_ap_get_prof_ap_ssid_internal - 0x0000000040140358 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013cfbc 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x13 (size before relaxing) - 0x0000000040140358 esp_wifi_ap_get_prof_ap_ssid_internal - *fill* 0x0000000040140367 0x1 + 0x000000004013cfbc esp_wifi_ap_get_prof_ap_ssid_internal + *fill* 0x000000004013cfcb 0x1 .text.esp_wifi_sta_get_prof_ssid_internal - 0x0000000040140368 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013cfcc 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x10 (size before relaxing) - 0x0000000040140368 esp_wifi_sta_get_prof_ssid_internal + 0x000000004013cfcc esp_wifi_sta_get_prof_ssid_internal .text.esp_wifi_ap_get_prof_authmode_internal - 0x0000000040140374 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013cfd8 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x14 (size before relaxing) - 0x0000000040140374 esp_wifi_ap_get_prof_authmode_internal + 0x000000004013cfd8 esp_wifi_ap_get_prof_authmode_internal .text.esp_wifi_sta_get_prof_authmode_internal - 0x0000000040140384 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013cfe8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x12 (size before relaxing) - 0x0000000040140384 esp_wifi_sta_get_prof_authmode_internal - *fill* 0x0000000040140392 0x2 + 0x000000004013cfe8 esp_wifi_sta_get_prof_authmode_internal + *fill* 0x000000004013cff6 0x2 .text.esp_wifi_sta_is_ap_notify_completed_rsne_internal - 0x0000000040140394 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013cff8 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x19 (size before relaxing) - 0x0000000040140394 esp_wifi_sta_is_ap_notify_completed_rsne_internal - *fill* 0x00000000401403a9 0x3 + 0x000000004013cff8 esp_wifi_sta_is_ap_notify_completed_rsne_internal + *fill* 0x000000004013d00d 0x3 .text.esp_wifi_ap_get_prof_password_internal - 0x00000000401403ac 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d010 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x13 (size before relaxing) - 0x00000000401403ac esp_wifi_ap_get_prof_password_internal - *fill* 0x00000000401403bb 0x1 + 0x000000004013d010 esp_wifi_ap_get_prof_password_internal + *fill* 0x000000004013d01f 0x1 .text.wifi_sta_get_prof_password - 0x00000000401403bc 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d020 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x11 (size before relaxing) - 0x00000000401403bc wifi_sta_get_prof_password - *fill* 0x00000000401403c9 0x3 + 0x000000004013d020 wifi_sta_get_prof_password + *fill* 0x000000004013d02d 0x3 .text.esp_wifi_sta_get_prof_password_internal - 0x00000000401403cc 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d030 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x11 (size before relaxing) - 0x00000000401403cc esp_wifi_sta_get_prof_password_internal - *fill* 0x00000000401403d9 0x3 + 0x000000004013d030 esp_wifi_sta_get_prof_password_internal + *fill* 0x000000004013d03d 0x3 .text.esp_wifi_sta_get_reset_param_internal - 0x00000000401403dc 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d040 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x12 (size before relaxing) - 0x00000000401403dc esp_wifi_sta_get_reset_param_internal - *fill* 0x00000000401403ea 0x2 + 0x000000004013d040 esp_wifi_sta_get_reset_param_internal + *fill* 0x000000004013d04e 0x2 .text.esp_wifi_sta_set_reset_param_internal - 0x00000000401403ec 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d050 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x17 (size before relaxing) - 0x00000000401403ec esp_wifi_sta_set_reset_param_internal - *fill* 0x00000000401403ff 0x1 + 0x000000004013d050 esp_wifi_sta_set_reset_param_internal + *fill* 0x000000004013d063 0x1 .text.esp_wifi_sta_prof_is_wpa_internal - 0x0000000040140400 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d064 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x2f (size before relaxing) - 0x0000000040140400 esp_wifi_sta_prof_is_wpa_internal - *fill* 0x000000004014042b 0x1 + 0x000000004013d064 esp_wifi_sta_prof_is_wpa_internal + *fill* 0x000000004013d08f 0x1 .text.esp_wifi_sta_prof_is_wpa2_internal - 0x000000004014042c 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d090 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x34 (size before relaxing) - 0x000000004014042c esp_wifi_sta_prof_is_wpa2_internal + 0x000000004013d090 esp_wifi_sta_prof_is_wpa2_internal .text.esp_wifi_sta_prof_is_wpa3_internal - 0x000000004014045c 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d0c0 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x1c (size before relaxing) - 0x000000004014045c esp_wifi_sta_prof_is_wpa3_internal + 0x000000004013d0c0 esp_wifi_sta_prof_is_wpa3_internal .text.esp_wifi_sta_get_pairwise_cipher_internal - 0x0000000040140474 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d0d8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x12 (size before relaxing) - 0x0000000040140474 esp_wifi_sta_get_pairwise_cipher_internal - *fill* 0x0000000040140482 0x2 + 0x000000004013d0d8 esp_wifi_sta_get_pairwise_cipher_internal + *fill* 0x000000004013d0e6 0x2 .text.esp_wifi_sta_get_group_cipher_internal - 0x0000000040140484 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d0e8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x12 (size before relaxing) - 0x0000000040140484 esp_wifi_sta_get_group_cipher_internal - *fill* 0x0000000040140492 0x2 + 0x000000004013d0e8 esp_wifi_sta_get_group_cipher_internal + *fill* 0x000000004013d0f6 0x2 .text.ieee80211_set_gtk - 0x0000000040140494 0x5d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) - 0x65 (size before relaxing) - 0x00000000401404a0 ieee80211_set_gtk - *fill* 0x00000000401404f1 0x3 + 0x000000004013d0f8 0x45 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x51 (size before relaxing) + 0x000000004013d100 ieee80211_set_gtk + *fill* 0x000000004013d13d 0x3 .text.esp_wifi_wpa_ptk_init_done_internal - 0x00000000401404f4 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) - 0x8e (size before relaxing) - 0x00000000401404f4 esp_wifi_wpa_ptk_init_done_internal - *fill* 0x0000000040140566 0x2 + 0x000000004013d140 0x5b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x7b (size before relaxing) + 0x000000004013d140 esp_wifi_wpa_ptk_init_done_internal + *fill* 0x000000004013d19b 0x1 .text.esp_wifi_sta_is_running_internal - 0x0000000040140568 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d19c 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x20 (size before relaxing) - 0x0000000040140568 esp_wifi_sta_is_running_internal + 0x000000004013d19c esp_wifi_sta_is_running_internal .text.esp_wifi_auth_done_internal - 0x0000000040140584 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d1b8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x11 (size before relaxing) - 0x0000000040140584 esp_wifi_auth_done_internal - *fill* 0x000000004014058e 0x2 + 0x000000004013d1b8 esp_wifi_auth_done_internal + *fill* 0x000000004013d1c2 0x2 .text.esp_wifi_unregister_wpa_cb_internal - 0x0000000040140590 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d1c4 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x27 (size before relaxing) - 0x0000000040140590 esp_wifi_unregister_wpa_cb_internal - *fill* 0x00000000401405af 0x1 + 0x000000004013d1c4 esp_wifi_unregister_wpa_cb_internal + *fill* 0x000000004013d1e3 0x1 .text.esp_wifi_register_wpa_cb_internal - 0x00000000401405b0 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d1e4 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x27 (size before relaxing) - 0x00000000401405b0 esp_wifi_register_wpa_cb_internal - *fill* 0x00000000401405cf 0x1 + 0x000000004013d1e4 esp_wifi_register_wpa_cb_internal + *fill* 0x000000004013d203 0x1 .text.esp_wifi_get_hostap_private_internal - 0x00000000401405d0 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d204 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x13 (size before relaxing) - 0x00000000401405d0 esp_wifi_get_hostap_private_internal - *fill* 0x00000000401405df 0x1 + 0x000000004013d204 esp_wifi_get_hostap_private_internal + *fill* 0x000000004013d213 0x1 .text.esp_wifi_deauthenticate_internal - 0x00000000401405e0 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) - 0x3a (size before relaxing) - 0x00000000401405e0 esp_wifi_deauthenticate_internal - *fill* 0x000000004014060a 0x2 + 0x000000004013d214 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x4a (size before relaxing) + 0x000000004013d214 esp_wifi_deauthenticate_internal + *fill* 0x000000004013d24e 0x2 .text.wifi_set_rx_policy - 0x000000004014060c 0x178 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d250 0x178 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x204 (size before relaxing) - 0x0000000040140610 wifi_set_rx_policy + 0x000000004013d254 wifi_set_rx_policy .text.esp_wifi_register_tx_cb_internal - 0x0000000040140784 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d3c8 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x16 (size before relaxing) - 0x0000000040140784 esp_wifi_register_tx_cb_internal - *fill* 0x0000000040140796 0x2 + 0x000000004013d3c8 esp_wifi_register_tx_cb_internal + *fill* 0x000000004013d3da 0x2 .text.esp_wifi_get_macaddr_internal - 0x0000000040140798 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d3dc 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x1f (size before relaxing) - 0x0000000040140798 esp_wifi_get_macaddr_internal - *fill* 0x00000000401407b3 0x1 + 0x000000004013d3dc esp_wifi_get_macaddr_internal + *fill* 0x000000004013d3f7 0x1 .text.esp_wifi_ap_deauth_internal - 0x00000000401407b4 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d3f8 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x15 (size before relaxing) - 0x00000000401407b4 esp_wifi_ap_deauth_internal - *fill* 0x00000000401407c5 0x3 + 0x000000004013d3f8 esp_wifi_ap_deauth_internal + *fill* 0x000000004013d409 0x3 .text.esp_wifi_set_ap_key_internal - 0x00000000401407c8 0x150 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d40c 0x150 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x19c (size before relaxing) - 0x00000000401407d0 esp_wifi_set_ap_key_internal + 0x000000004013d414 esp_wifi_set_ap_key_internal .text.ppInstallKey - 0x0000000040140918 0x198 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d55c 0x198 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x1e4 (size before relaxing) - 0x0000000040140918 ppInstallKey + 0x000000004013d55c ppInstallKey .text.esp_wifi_set_sta_key_internal - 0x0000000040140ab0 0x31 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d6f4 0x31 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x35 (size before relaxing) - 0x0000000040140ab0 esp_wifi_set_sta_key_internal - *fill* 0x0000000040140ae1 0x3 + 0x000000004013d6f4 esp_wifi_set_sta_key_internal + *fill* 0x000000004013d725 0x3 .text.esp_wifi_get_sta_key_internal - 0x0000000040140ae4 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d728 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x2e (size before relaxing) - 0x0000000040140ae4 esp_wifi_get_sta_key_internal - *fill* 0x0000000040140b0e 0x2 + 0x000000004013d728 esp_wifi_get_sta_key_internal + *fill* 0x000000004013d752 0x2 .text.esp_wifi_set_appie_internal - 0x0000000040140b10 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d754 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x32 (size before relaxing) - 0x0000000040140b10 esp_wifi_set_appie_internal - *fill* 0x0000000040140b32 0x2 + 0x000000004013d754 esp_wifi_set_appie_internal + *fill* 0x000000004013d776 0x2 .text.esp_wifi_sta_pmf_enabled - 0x0000000040140b34 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d778 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0xf (size before relaxing) - 0x0000000040140b34 esp_wifi_sta_pmf_enabled - *fill* 0x0000000040140b3f 0x1 + 0x000000004013d778 esp_wifi_sta_pmf_enabled + *fill* 0x000000004013d783 0x1 .text.esp_wifi_sta_get_mgmt_group_cipher - 0x0000000040140b40 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d784 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x1c (size before relaxing) - 0x0000000040140b40 esp_wifi_sta_get_mgmt_group_cipher + 0x000000004013d784 esp_wifi_sta_get_mgmt_group_cipher .text.esp_wifi_set_igtk_internal - 0x0000000040140b58 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d79c 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x66 (size before relaxing) - 0x0000000040140b60 esp_wifi_set_igtk_internal - *fill* 0x0000000040140bb6 0x2 + 0x000000004013d7a4 esp_wifi_set_igtk_internal + *fill* 0x000000004013d7fa 0x2 .text.ieee80211w_get_active_igtk_key_id - 0x0000000040140bb8 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d7fc 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x1b (size before relaxing) - 0x0000000040140bb8 ieee80211w_get_active_igtk_key_id - *fill* 0x0000000040140bcb 0x1 + 0x000000004013d7fc ieee80211w_get_active_igtk_key_id + *fill* 0x000000004013d80f 0x1 .text.ieee80211w_get_igtk_from_keyidx - 0x0000000040140bcc 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013d810 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) 0x2a (size before relaxing) - 0x0000000040140bd0 ieee80211w_get_igtk_from_keyidx - *fill* 0x0000000040140bf2 0x2 + 0x000000004013d814 ieee80211w_get_igtk_from_keyidx + *fill* 0x000000004013d836 0x2 .text.ieee80211_ampdu_age_handle - 0x0000000040140bf4 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x000000004013d838 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) 0x13 (size before relaxing) - *fill* 0x0000000040140c03 0x1 + *fill* 0x000000004013d847 0x1 .text.ieee80211_addba - 0x0000000040140c04 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x000000004013d848 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) 0x13 (size before relaxing) - *fill* 0x0000000040140c13 0x1 + *fill* 0x000000004013d857 0x1 .text.ieee80211_coexist - 0x0000000040140c14 0x5a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x6a (size before relaxing) - *fill* 0x0000000040140c6e 0x2 + 0x000000004013d858 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x000000004013d88a 0x2 .text.ieee80211_sta_retry_assoc - 0x0000000040140c70 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x62 (size before relaxing) - *fill* 0x0000000040140cba 0x2 + 0x000000004013d88c 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x000000004013d8b7 0x1 .text.ieee80211_sta_sa_query_timeout - 0x0000000040140cbc 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x62 (size before relaxing) - *fill* 0x0000000040140d06 0x2 + 0x000000004013d8b8 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x000000004013d8e3 0x1 .text.ieee80211_sta_try_sa_query - 0x0000000040140d08 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x62 (size before relaxing) - *fill* 0x0000000040140d52 0x2 + 0x000000004013d8e4 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x000000004013d90f 0x1 .text.ieee80211_assoc - 0x0000000040140d54 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x62 (size before relaxing) - *fill* 0x0000000040140d9e 0x2 + 0x000000004013d910 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x41 (size before relaxing) + *fill* 0x000000004013d93a 0x2 .text.ieee80211_hostap_handle - 0x0000000040140da0 0x56 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x6a (size before relaxing) - *fill* 0x0000000040140df6 0x2 + 0x000000004013d93c 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x000000004013d96e 0x2 .text.ieee80211_auth - 0x0000000040140df8 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x62 (size before relaxing) - *fill* 0x0000000040140e42 0x2 + 0x000000004013d970 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x000000004013d99b 0x1 .text.ieee80211_send_beacon - 0x0000000040140e44 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x64 (size before relaxing) + 0x000000004013d99c 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x44 (size before relaxing) .text.ieee80211_chm_dwell - 0x0000000040140e90 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x6a (size before relaxing) - *fill* 0x0000000040140ee2 0x2 + 0x000000004013d9cc 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x000000004013d9fa 0x2 .text.ieee80211_handshake - 0x0000000040140ee4 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x62 (size before relaxing) - *fill* 0x0000000040140f2e 0x2 + 0x000000004013d9fc 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x000000004013da27 0x1 .text.ieee80211_beacon - 0x0000000040140f30 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0xa2 (size before relaxing) - *fill* 0x0000000040140fba 0x2 + 0x000000004013da28 0x4b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x66 (size before relaxing) + *fill* 0x000000004013da73 0x1 .text.ieee80211_probe_send - 0x0000000040140fbc 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0xa2 (size before relaxing) - *fill* 0x0000000040141042 0x2 + 0x000000004013da74 0x47 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x66 (size before relaxing) + *fill* 0x000000004013dabb 0x1 .text.ieee80211_csa - 0x0000000040141044 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x62 (size before relaxing) - *fill* 0x000000004014108e 0x2 + 0x000000004013dabc 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x000000004013dae7 0x1 .text.ieee80211_scan_enter_op_chan - 0x0000000040141090 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x6a (size before relaxing) - *fill* 0x00000000401410e2 0x2 + 0x000000004013dae8 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x000000004013db16 0x2 .text.ieee80211_scan_inter_chan - 0x00000000401410e4 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x6a (size before relaxing) - *fill* 0x0000000040141136 0x2 + 0x000000004013db18 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x000000004013db46 0x2 .text.ieee80211_timer_connect - 0x0000000040141138 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x62 (size before relaxing) - *fill* 0x0000000040141182 0x2 + 0x000000004013db48 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x000000004013db73 0x1 .text.ieee80211_timer_do_process - 0x0000000040141184 0xbe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0xc6 (size before relaxing) - 0x0000000040141190 ieee80211_timer_do_process - *fill* 0x0000000040141242 0x2 + 0x000000004013db74 0x96 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0xa6 (size before relaxing) + 0x000000004013db80 ieee80211_timer_do_process + *fill* 0x000000004013dc0a 0x2 .text.ieee80211_timer_process - 0x0000000040141244 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - 0x13a (size before relaxing) - 0x0000000040141254 ieee80211_timer_process - *fill* 0x000000004014134e 0x2 + 0x000000004013dc0c 0xbc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x108 (size before relaxing) + 0x000000004013dc1c ieee80211_timer_process .text.chm_end_op_timeout - 0x0000000040141350 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013dcc8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x16 (size before relaxing) - *fill* 0x000000004014135e 0x2 + *fill* 0x000000004013dcd6 0x2 .text.chm_mhz2num - 0x0000000040141360 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - 0x0000000040141378 chm_mhz2num + 0x000000004013dcd8 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013dcf0 chm_mhz2num .text.chm_deinit - 0x00000000401413c8 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013dd40 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x2e (size before relaxing) - 0x00000000401413c8 chm_deinit - *fill* 0x00000000401413ee 0x2 + 0x000000004013dd40 chm_deinit + *fill* 0x000000004013dd66 0x2 .text.chm_release_lock - 0x00000000401413f0 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013dd68 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x1d (size before relaxing) - 0x00000000401413f0 chm_release_lock - *fill* 0x0000000040141409 0x3 + 0x000000004013dd68 chm_release_lock + *fill* 0x000000004013dd81 0x3 .text.chm_end_op - 0x000000004014140c 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013dd84 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x3a (size before relaxing) - 0x000000004014140c chm_end_op - *fill* 0x000000004014143e 0x2 + 0x000000004013dd84 chm_end_op + *fill* 0x000000004013ddb6 0x2 .text.chm_end_op_timeout_process - 0x0000000040141440 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013ddb8 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x2e (size before relaxing) - 0x0000000040141440 chm_end_op_timeout_process - *fill* 0x000000004014145f 0x1 + 0x000000004013ddb8 chm_end_op_timeout_process + *fill* 0x000000004013ddd7 0x1 .text.chm_cancel_op - 0x0000000040141460 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013ddd8 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x52 (size before relaxing) - 0x0000000040141460 chm_cancel_op - *fill* 0x00000000401414a2 0x2 + 0x000000004013ddd8 chm_cancel_op + *fill* 0x000000004013de1a 0x2 .text.chm_acquire_lock - 0x00000000401414a4 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013de1c 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x38 (size before relaxing) - 0x00000000401414a4 chm_acquire_lock + 0x000000004013de1c chm_acquire_lock .text.chm_get_current_channel - 0x00000000401414d4 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013de4c 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x11 (size before relaxing) - 0x00000000401414d4 chm_get_current_channel - *fill* 0x00000000401414e1 0x3 + 0x000000004013de4c chm_get_current_channel + *fill* 0x000000004013de59 0x3 .text.chm_set_current_channel - 0x00000000401414e4 0x204 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - 0x24c (size before relaxing) - 0x00000000401414fc chm_set_current_channel + 0x000000004013de5c 0x13c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x1a4 (size before relaxing) + 0x000000004013de70 chm_set_current_channel .text.chm_change_channel - 0x00000000401416e8 0x192 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - 0x1ae (size before relaxing) - *fill* 0x000000004014187a 0x2 + 0x000000004013df98 0xea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x116 (size before relaxing) + *fill* 0x000000004013e082 0x2 .text.chm_start_op - 0x000000004014187c 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013e084 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x48 (size before relaxing) - 0x000000004014187c chm_start_op + 0x000000004013e084 chm_start_op .text.chm_return_home_channel - 0x00000000401418bc 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - 0x98 (size before relaxing) - 0x00000000401418c0 chm_return_home_channel + 0x000000004013e0c4 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x60 (size before relaxing) + 0x000000004013e0c8 chm_return_home_channel .text.chm_get_home_channel - 0x000000004014193c 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013e114 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x11 (size before relaxing) - 0x000000004014193c chm_get_home_channel - *fill* 0x0000000040141949 0x3 + 0x000000004013e114 chm_get_home_channel + *fill* 0x000000004013e121 0x3 .text.chm_set_home_channel - 0x000000004014194c 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - 0xaa (size before relaxing) - 0x000000004014194c chm_set_home_channel - *fill* 0x00000000401419da 0x2 + 0x000000004013e124 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x9a (size before relaxing) + 0x000000004013e124 chm_set_home_channel + *fill* 0x000000004013e19a 0x2 .text.chm_init - 0x00000000401419dc 0x10e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013e19c 0x10e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x132 (size before relaxing) - 0x00000000401419e0 chm_init - *fill* 0x0000000040141aea 0x2 + 0x000000004013e1a0 chm_init + *fill* 0x000000004013e2aa 0x2 .text.chm_get_chan_info - 0x0000000040141aec 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004013e2ac 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) 0x28 (size before relaxing) - 0x0000000040141aec chm_get_chan_info + 0x000000004013e2ac chm_get_chan_info .text.cnx_cal_rc_util - 0x0000000040141b10 0x57 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013e2d0 0x57 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x5b (size before relaxing) - *fill* 0x0000000040141b67 0x1 + *fill* 0x000000004013e327 0x1 .text.cnx_get_next_rc - 0x0000000040141b68 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013e328 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x52 (size before relaxing) - *fill* 0x0000000040141bae 0x2 + *fill* 0x000000004013e36e 0x2 .text.cnx_traverse_rc_lis_done - 0x0000000040141bb0 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013e370 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x3f (size before relaxing) - *fill* 0x0000000040141bdf 0x1 + *fill* 0x000000004013e39f 0x1 .text.cnx_sta_connect_led_timer_cb - 0x0000000040141be0 0x73 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013e3a0 0x73 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x7f (size before relaxing) - 0x0000000040141be0 cnx_sta_connect_led_timer_cb - *fill* 0x0000000040141c53 0x1 + 0x000000004013e3a0 cnx_sta_connect_led_timer_cb + *fill* 0x000000004013e413 0x1 .text.cnx_connect_op - 0x0000000040141c54 0x1d6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x24a (size before relaxing) - *fill* 0x0000000040141e2a 0x2 + 0x000000004013e414 0x17e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x1f6 (size before relaxing) + *fill* 0x000000004013e592 0x2 .text.cnx_connect_to_bss - 0x0000000040141e2c 0x4dd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x531 (size before relaxing) - *fill* 0x0000000040142309 0x3 + 0x000000004013e594 0x3f6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x492 (size before relaxing) + *fill* 0x000000004013e98a 0x2 .text.cnx_connect_timeout - 0x000000004014230c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013e98c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x16 (size before relaxing) - 0x000000004014230c cnx_connect_timeout - *fill* 0x000000004014231a 0x2 + 0x000000004013e98c cnx_connect_timeout + *fill* 0x000000004013e99a 0x2 .text.cnx_handshake_timeout - 0x000000004014231c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013e99c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x16 (size before relaxing) - 0x000000004014231c cnx_handshake_timeout - *fill* 0x000000004014232a 0x2 + 0x000000004013e99c cnx_handshake_timeout + *fill* 0x000000004013e9aa 0x2 .text.cnx_csa_fn - 0x000000004014232c 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013e9ac 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x18 (size before relaxing) - 0x000000004014232c cnx_csa_fn + 0x000000004013e9ac cnx_csa_fn .text.mgd_probe_send_timeout - 0x000000004014233c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013e9bc 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x16 (size before relaxing) - *fill* 0x000000004014234a 0x2 + *fill* 0x000000004013e9ca 0x2 .text.cnx_beacon_timeout - 0x000000004014234c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013e9cc 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x16 (size before relaxing) - *fill* 0x000000004014235a 0x2 + *fill* 0x000000004013e9da 0x2 .text.cnx_sta_pm - 0x000000004014235c 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013e9dc 0x2b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x36 (size before relaxing) - *fill* 0x0000000040142387 0x1 + *fill* 0x000000004013ea07 0x1 .text.send_ap_probe - 0x0000000040142388 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013ea08 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0xde (size before relaxing) - *fill* 0x0000000040142436 0x2 + *fill* 0x000000004013eab6 0x2 .text.cnx_probe_rc - 0x0000000040142438 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013eab8 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x74 (size before relaxing) .text.ieee80211_cnx_attach - 0x0000000040142490 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013eb10 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x4e (size before relaxing) - 0x0000000040142498 ieee80211_cnx_attach - *fill* 0x00000000401424ca 0x2 + 0x000000004013eb18 ieee80211_cnx_attach + *fill* 0x000000004013eb4a 0x2 .text._cnx_start_connect_without_scan - 0x00000000401424cc 0x89 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0xa9 (size before relaxing) - 0x00000000401424d0 _cnx_start_connect_without_scan - *fill* 0x0000000040142555 0x3 + 0x000000004013eb4c 0x5d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x79 (size before relaxing) + 0x000000004013eb50 _cnx_start_connect_without_scan + *fill* 0x000000004013eba9 0x3 .text.cnx_can_do_obss_scan - 0x0000000040142558 0x11a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x12e (size before relaxing) - 0x0000000040142568 cnx_can_do_obss_scan - *fill* 0x0000000040142672 0x2 + 0x000000004013ebac 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x8e (size before relaxing) + 0x000000004013ebbc cnx_can_do_obss_scan + *fill* 0x000000004013ec22 0x2 .text.cnx_obss_scan - 0x0000000040142674 0x104 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x148 (size before relaxing) - 0x0000000040142684 cnx_obss_scan - .text.cnx_obss_scan_timeout - 0x0000000040142778 0xfa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x121 (size before relaxing) - 0x000000004014277c cnx_obss_scan_timeout - *fill* 0x0000000040142872 0x2 - .text.cnx_sta_scan_cmd - 0x0000000040142874 0x3c8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x47c (size before relaxing) - 0x00000000401428a4 cnx_sta_scan_cmd - .text.cnx_auth_timeout - 0x0000000040142c3c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x16 (size before relaxing) - 0x0000000040142c3c cnx_auth_timeout - *fill* 0x0000000040142c4a 0x2 - .text.cnx_assoc_timeout - 0x0000000040142c4c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x16 (size before relaxing) - 0x0000000040142c4c cnx_assoc_timeout - *fill* 0x0000000040142c5a 0x2 - .text.cnx_coexist_timeout - 0x0000000040142c5c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x16 (size before relaxing) - 0x0000000040142c5c cnx_coexist_timeout - *fill* 0x0000000040142c6a 0x2 - .text.cnx_coexist_timeout_process - 0x0000000040142c6c 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x5c (size before relaxing) - 0x0000000040142c6c cnx_coexist_timeout_process - .text.wl_is_ap_no_lr - 0x0000000040142cb0 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x0000000040142cb4 wl_is_ap_no_lr - *fill* 0x0000000040142cbf 0x1 - .text.wl_clear_ap_no_lr - 0x0000000040142cc0 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x14 (size before relaxing) - 0x0000000040142cc0 wl_clear_ap_no_lr - .text.cnx_csa_fn_process - 0x0000000040142cd0 0x198 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x1e4 (size before relaxing) - 0x0000000040142ce8 cnx_csa_fn_process - .text.cnx_bss_init - 0x0000000040142e68 0xa3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0xaf (size before relaxing) - 0x0000000040142e70 cnx_bss_init - *fill* 0x0000000040142f0b 0x1 - .text.cnx_check_bssid_in_blacklist - 0x0000000040142f0c 0x29 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x31 (size before relaxing) - 0x0000000040142f0c cnx_check_bssid_in_blacklist - *fill* 0x0000000040142f35 0x3 - .text.cnx_add_to_blacklist - 0x0000000040142f38 0x130 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x14c (size before relaxing) - 0x0000000040142f44 cnx_add_to_blacklist - .text.cnx_clear_blacklist - 0x0000000040143068 0xb7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0xcb (size before relaxing) - 0x000000004014306c cnx_clear_blacklist - *fill* 0x000000004014311f 0x1 - .text.cnx_choose_rc - 0x0000000040143120 0x23b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x2a3 (size before relaxing) - *fill* 0x000000004014335b 0x1 - .text.cnx_rc_search - 0x000000004014335c 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x4c (size before relaxing) - 0x000000004014335c cnx_rc_search - .text.cnx_add_rc - 0x000000004014339c 0xa5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0xad (size before relaxing) - 0x000000004014339c cnx_add_rc - *fill* 0x0000000040143441 0x3 - .text.cnx_remove_all_rc - 0x0000000040143444 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x90 (size before relaxing) - 0x0000000040143448 cnx_remove_all_rc - .text.cnx_do_handoff - 0x00000000401434bc 0x4f3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x567 (size before relaxing) - *fill* 0x00000000401439af 0x1 - .text.cnx_connect_next_ap - 0x00000000401439b0 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x80 (size before relaxing) - 0x00000000401439b4 cnx_connect_next_ap - .text.cnx_start_handoff_cb - 0x0000000040143a10 0x63 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x7f (size before relaxing) - 0x0000000040143a14 cnx_start_handoff_cb - *fill* 0x0000000040143a73 0x1 - .text.cnx_remove_rc - 0x0000000040143a74 0xe6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x106 (size before relaxing) - 0x0000000040143a78 cnx_remove_rc - *fill* 0x0000000040143b5a 0x2 - .text.cnx_sta_connect_cmd - 0x0000000040143b5c 0x28e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x356 (size before relaxing) - 0x0000000040143b78 cnx_sta_connect_cmd - *fill* 0x0000000040143dea 0x2 - .text.cnx_connect_timeout_process - 0x0000000040143dec 0xf4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x124 (size before relaxing) - 0x0000000040143df4 cnx_connect_timeout_process - .text.cnx_auth_timeout_process - 0x0000000040143ee0 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0xa8 (size before relaxing) - 0x0000000040143ee8 cnx_auth_timeout_process - .text.cnx_assoc_timeout_process - 0x0000000040143f64 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x76 (size before relaxing) - 0x0000000040143f68 cnx_assoc_timeout_process - *fill* 0x0000000040143fb2 0x2 - .text.cnx_handshake_timeout_process - 0x0000000040143fb4 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0xba (size before relaxing) - 0x0000000040143fbc cnx_handshake_timeout_process - *fill* 0x000000004014403e 0x2 - .text.cnx_bss_alloc - 0x0000000040144040 0x372 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x3be (size before relaxing) - 0x0000000040144058 cnx_bss_alloc - *fill* 0x00000000401443b2 0x2 - .text.cnx_remove_rc_except - 0x00000000401443b4 0x9e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0xb6 (size before relaxing) - 0x00000000401443b8 cnx_remove_rc_except - *fill* 0x0000000040144452 0x2 - .text.cnx_rc_update_rssi - 0x0000000040144454 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x8a (size before relaxing) - 0x0000000040144454 cnx_rc_update_rssi - *fill* 0x00000000401444da 0x2 - .text.cnx_rc_update_state_metric - 0x00000000401444dc 0x79 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x81 (size before relaxing) - 0x00000000401444dc cnx_rc_update_state_metric - *fill* 0x0000000040144555 0x3 - .text.cnx_probe_rc_tx_cb - 0x0000000040144558 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x7c (size before relaxing) - *fill* 0x00000000401445ad 0x3 - .text.cnx_update_bss - 0x00000000401445b0 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x2a (size before relaxing) - 0x00000000401445b0 cnx_update_bss - *fill* 0x00000000401445ce 0x2 - .text.cnx_update_bss_more - 0x00000000401445d0 0x372 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x402 (size before relaxing) - 0x00000000401445e4 cnx_update_bss_more - *fill* 0x0000000040144942 0x2 - .text.cnx_beacon_timeout_process - 0x0000000040144944 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x8c (size before relaxing) - 0x000000004014494c cnx_beacon_timeout_process - .text.mgd_probe_send_timeout_process - 0x00000000401449bc 0x188 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x1c0 (size before relaxing) - 0x00000000401449c8 mgd_probe_send_timeout_process - .text.cnx_node_alloc - 0x0000000040144b44 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0xc2 (size before relaxing) - 0x0000000040144b44 cnx_node_alloc - *fill* 0x0000000040144bea 0x2 - .text.cnx_node_remove - 0x0000000040144bec 0xe7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x10f (size before relaxing) - 0x0000000040144bec cnx_node_remove - *fill* 0x0000000040144cd3 0x1 - .text.ic_set_sta - 0x0000000040144cd4 0xcc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0xe8 (size before relaxing) - 0x0000000040144cd4 ic_set_sta - .text.cnx_sta_leave - 0x0000000040144da0 0x231 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x29c (size before relaxing) - 0x0000000040144da8 cnx_sta_leave - *fill* 0x0000000040144fd1 0x3 - .text.cnx_sta_associated - 0x0000000040144fd4 0x1de /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x20a (size before relaxing) - 0x0000000040144ff4 cnx_sta_associated - *fill* 0x00000000401451b2 0x2 - .text.cnx_node_leave - 0x00000000401451b4 0x208 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x244 (size before relaxing) - 0x00000000401451c4 cnx_node_leave - .text.cnx_node_join - 0x00000000401453bc 0x362 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x3d6 (size before relaxing) - 0x00000000401453e8 cnx_node_join - *fill* 0x000000004014571e 0x2 - .text.cnx_start_obss_scan - 0x0000000040145720 0x161 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x181 (size before relaxing) - 0x0000000040145734 cnx_start_obss_scan - *fill* 0x0000000040145881 0x3 - .text.cnx_obss_scan_done_cb - 0x0000000040145884 0x2cd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x319 (size before relaxing) - 0x0000000040145898 cnx_obss_scan_done_cb - *fill* 0x0000000040145b51 0x3 - .text.cnx_stop_obss_scan - 0x0000000040145b54 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x36 (size before relaxing) - 0x0000000040145b54 cnx_stop_obss_scan - *fill* 0x0000000040145b82 0x2 - .text.cnx_auth_done - 0x0000000040145b84 0x52c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x5b4 (size before relaxing) - 0x0000000040145ba8 cnx_auth_done - .text.ieee80211_send_action_register - 0x00000000401460b0 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) - 0x00000000401460c0 ieee80211_send_action_register - .text.ieee80211_send_action - 0x0000000040146118 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) - 0x84 (size before relaxing) - 0x000000004014611c ieee80211_send_action - .text.ieee80211_recv_action_register - 0x000000004014618c 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) - 0x000000004014619c ieee80211_recv_action_register - *fill* 0x00000000401461f2 0x2 - .text.ieee80211_recv_action - 0x00000000401461f4 0xc4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) - 0xdc (size before relaxing) - 0x0000000040146204 ieee80211_recv_action - .text.ieee80211_recv_action_vendor_spec - 0x00000000401462b8 0x10e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) - 0x116 (size before relaxing) - 0x00000000401462c4 ieee80211_recv_action_vendor_spec - *fill* 0x00000000401463c6 0x2 - .text.ieee80211_action_vendor_spec_attach - 0x00000000401463c8 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) - 0x35 (size before relaxing) - 0x00000000401463cc ieee80211_action_vendor_spec_attach - *fill* 0x00000000401463f5 0x3 - .text.ieee80211_getmgtframe - 0x00000000401463f8 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) - 0x92 (size before relaxing) - 0x0000000040146404 ieee80211_getmgtframe - *fill* 0x0000000040146482 0x2 - .text.ieee80211_getbcnframe - 0x0000000040146484 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + 0x000000004013ec24 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0xca (size before relaxing) - 0x000000004014648c ieee80211_getbcnframe - *fill* 0x0000000040146532 0x2 - .text.esf_buf_free_static$part$4 - 0x0000000040146534 0x8b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x000000004013ec34 cnx_obss_scan + *fill* 0x000000004013ecaa 0x2 + .text.cnx_obss_scan_timeout + 0x000000004013ecac 0x61 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x89 (size before relaxing) + 0x000000004013ecb0 cnx_obss_scan_timeout + *fill* 0x000000004013ed0d 0x3 + .text.cnx_sta_scan_cmd + 0x000000004013ed10 0x2a6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x382 (size before relaxing) + 0x000000004013ed40 cnx_sta_scan_cmd + *fill* 0x000000004013efb6 0x2 + .text.cnx_auth_timeout + 0x000000004013efb8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x000000004013efb8 cnx_auth_timeout + *fill* 0x000000004013efc6 0x2 + .text.cnx_assoc_timeout + 0x000000004013efc8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x000000004013efc8 cnx_assoc_timeout + *fill* 0x000000004013efd6 0x2 + .text.cnx_coexist_timeout + 0x000000004013efd8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x000000004013efd8 cnx_coexist_timeout + *fill* 0x000000004013efe6 0x2 + .text.cnx_coexist_timeout_process + 0x000000004013efe8 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x5c (size before relaxing) + 0x000000004013efe8 cnx_coexist_timeout_process + .text.wl_is_ap_no_lr + 0x000000004013f02c 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004013f030 wl_is_ap_no_lr + *fill* 0x000000004013f03b 0x1 + .text.wl_clear_ap_no_lr + 0x000000004013f03c 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x14 (size before relaxing) + 0x000000004013f03c wl_clear_ap_no_lr + .text.cnx_csa_fn_process + 0x000000004013f04c 0xf1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x135 (size before relaxing) + 0x000000004013f05c cnx_csa_fn_process + *fill* 0x000000004013f13d 0x3 + .text.cnx_bss_init + 0x000000004013f140 0x8f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x9b (size before relaxing) - *fill* 0x00000000401465bf 0x1 - .text.esf_buf_setup - 0x00000000401465c0 0x4b4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) - 0x4e4 (size before relaxing) - 0x0000000040146600 esf_buf_setup - .text.esf_buf_setdown - 0x0000000040146a74 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) - 0x1b (size before relaxing) - 0x0000000040146a74 esf_buf_setdown - *fill* 0x0000000040146a8b 0x1 - .text.ic_get_addr - 0x0000000040146a8c 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x0000000040146a90 ic_get_addr - *fill* 0x0000000040146aa1 0x3 - .text.ic_get_ptk_alg - 0x0000000040146aa4 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x18 (size before relaxing) - 0x0000000040146aa4 ic_get_ptk_alg - .text.ic_disable_crypto - 0x0000000040146ab8 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x2e (size before relaxing) - 0x0000000040146ab8 ic_disable_crypto - *fill* 0x0000000040146adb 0x1 - .text.ic_set_vif - 0x0000000040146adc 0x246 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x2aa (size before relaxing) - 0x0000000040146af0 ic_set_vif - *fill* 0x0000000040146d22 0x2 - .text.ic_set_key - 0x0000000040146d24 0x56 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x66 (size before relaxing) - 0x0000000040146d24 ic_set_key - *fill* 0x0000000040146d7a 0x2 - .text.ic_get_key - 0x0000000040146d7c 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x24 (size before relaxing) - 0x0000000040146d7c ic_get_key - .text.ic_tx_pkt - 0x0000000040146d98 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x15 (size before relaxing) - 0x0000000040146d98 ic_tx_pkt - *fill* 0x0000000040146da9 0x3 - .text.ic_ebuf_alloc - 0x0000000040146dac 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x0000000040146db0 ic_ebuf_alloc - .text.ic_ebuf_recycle_tx - 0x0000000040146dc4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x12 (size before relaxing) - 0x0000000040146dc4 ic_ebuf_recycle_tx - *fill* 0x0000000040146dd2 0x2 - .text.ic_ebuf_recycle_rx - 0x0000000040146dd4 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x12 (size before relaxing) - 0x0000000040146dd4 ic_ebuf_recycle_rx - *fill* 0x0000000040146dde 0x2 - .text.esp_wifi_internal_free_rx_buffer - 0x0000000040146de0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x12 (size before relaxing) - 0x0000000040146de0 esp_wifi_internal_free_rx_buffer - *fill* 0x0000000040146dea 0x2 - .text.ic_register_tx_cb - 0x0000000040146dec 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x16 (size before relaxing) - 0x0000000040146dec ic_register_tx_cb - *fill* 0x0000000040146dfe 0x2 - .text.ic_register_rx_cb - 0x0000000040146e00 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x16 (size before relaxing) - 0x0000000040146e00 ic_register_rx_cb - *fill* 0x0000000040146e12 0x2 - .text.ic_register_timer_post_cb - 0x0000000040146e14 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x0000000040146e14 ic_register_timer_post_cb - .text.ic_register_michael_mic_failure_cb - 0x0000000040146e20 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x0000000040146e20 ic_register_michael_mic_failure_cb - .text.ic_set_promis_filter - 0x0000000040146e2c 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x0000000040146e2c ic_set_promis_filter - .text.ic_set_promis_ctrl_filter - 0x0000000040146e38 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x0000000040146e38 ic_set_promis_ctrl_filter - .text.ic_register_config_cb - 0x0000000040146e44 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x1a (size before relaxing) - 0x0000000040146e44 ic_register_config_cb - *fill* 0x0000000040146e5a 0x2 - .text.ic_register_pm_tx_null_cb - 0x0000000040146e5c 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x1a (size before relaxing) - 0x0000000040146e5c ic_register_pm_tx_null_cb - *fill* 0x0000000040146e72 0x2 - .text.ic_register_net80211_tx_cb - 0x0000000040146e74 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x18 (size before relaxing) - 0x0000000040146e74 ic_register_net80211_tx_cb - *fill* 0x0000000040146e85 0x3 - .text.ic_register_timer_cb - 0x0000000040146e88 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x18 (size before relaxing) - 0x0000000040146e88 ic_register_timer_cb - *fill* 0x0000000040146e99 0x3 - .text.ic_get_next_tbtt - 0x0000000040146e9c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x11 (size before relaxing) - 0x0000000040146e9c ic_get_next_tbtt - *fill* 0x0000000040146ea6 0x2 - .text.ic_del_rx_ba - 0x0000000040146ea8 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x12 (size before relaxing) - 0x0000000040146ea8 ic_del_rx_ba - *fill* 0x0000000040146eb3 0x1 - .text.ic_reset_rx_ba - 0x0000000040146eb4 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x1b (size before relaxing) - 0x0000000040146eb4 ic_reset_rx_ba - *fill* 0x0000000040146ec8 0x0 - .text.ic_add_rx_ba - 0x0000000040146ec8 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x20 (size before relaxing) - 0x0000000040146ec8 ic_add_rx_ba - *fill* 0x0000000040146ee1 0x3 - .text.ic_reset_tbtt - 0x0000000040146ee4 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0xf (size before relaxing) - 0x0000000040146ee4 ic_reset_tbtt - *fill* 0x0000000040146eec 0x0 - .text.ic_del_key_all - 0x0000000040146eec 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x0000000040146eec ic_del_key_all - *fill* 0x0000000040146ef9 0x3 - .text.ic_del_key - 0x0000000040146efc 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x12 (size before relaxing) - 0x0000000040146efc ic_del_key - *fill* 0x0000000040146f06 0x2 - .text.ic_set_ac_param - 0x0000000040146f08 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x1e (size before relaxing) - 0x0000000040146f08 ic_set_ac_param - *fill* 0x0000000040146f1f 0x1 - .text.ic_ampdu_op - 0x0000000040146f20 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x3a (size before relaxing) - 0x0000000040146f20 ic_ampdu_op - *fill* 0x0000000040146f47 0x1 - .text.ic_set_trc - 0x0000000040146f48 0x108 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x12c (size before relaxing) - 0x0000000040146f50 ic_set_trc - .text.ic_deinit - 0x0000000040147050 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x2f (size before relaxing) - 0x0000000040147050 ic_deinit - *fill* 0x0000000040147063 0x1 - .text.ic_init 0x0000000040147064 0x31 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x000000004013f148 cnx_bss_init + *fill* 0x000000004013f1cf 0x1 + .text.cnx_check_bssid_in_blacklist + 0x000000004013f1d0 0x29 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x31 (size before relaxing) + 0x000000004013f1d0 cnx_check_bssid_in_blacklist + *fill* 0x000000004013f1f9 0x3 + .text.cnx_add_to_blacklist + 0x000000004013f1fc 0xb8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xd8 (size before relaxing) + 0x000000004013f208 cnx_add_to_blacklist + .text.cnx_clear_blacklist + 0x000000004013f2b4 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x9a (size before relaxing) + 0x000000004013f2b8 cnx_clear_blacklist + *fill* 0x000000004013f33e 0x2 + .text.cnx_choose_rc + 0x000000004013f340 0x1f2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x252 (size before relaxing) + *fill* 0x000000004013f532 0x2 + .text.cnx_rc_search + 0x000000004013f534 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x4c (size before relaxing) + 0x000000004013f534 cnx_rc_search + .text.cnx_add_rc + 0x000000004013f574 0xa5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xad (size before relaxing) + 0x000000004013f574 cnx_add_rc + *fill* 0x000000004013f619 0x3 + .text.cnx_remove_all_rc + 0x000000004013f61c 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x64 (size before relaxing) + 0x000000004013f620 cnx_remove_all_rc + .text.cnx_do_handoff + 0x000000004013f670 0x32d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x3e5 (size before relaxing) + *fill* 0x000000004013f99d 0x3 + .text.cnx_connect_next_ap + 0x000000004013f9a0 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x54 (size before relaxing) - 0x0000000040147068 ic_init - *fill* 0x0000000040147095 0x3 - .text.ic_enable - 0x0000000040147098 0x3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x48 (size before relaxing) - 0x00000000401470a0 ic_enable - .text.ic_disable - 0x00000000401470d4 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x30 (size before relaxing) - 0x00000000401470d4 ic_disable - .text.ic_enable_rx - 0x00000000401470f8 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x20 (size before relaxing) - 0x00000000401470f8 ic_enable_rx - .text.ic_disable_rx - 0x0000000040147110 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x20 (size before relaxing) - 0x0000000040147110 ic_disable_rx - .text.ic_set_beacon_int - 0x0000000040147128 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x12 (size before relaxing) - 0x0000000040147128 ic_set_beacon_int - *fill* 0x0000000040147132 0x2 - .text.ic_set_mac - 0x0000000040147134 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x0000000040147134 ic_set_mac - *fill* 0x0000000040147141 0x3 - .text.ic_set_bssid - 0x0000000040147144 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x0000000040147144 ic_set_bssid - *fill* 0x0000000040147151 0x3 - .text.ic_set_current_channel - 0x0000000040147154 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x13 (size before relaxing) - 0x0000000040147154 ic_set_current_channel - *fill* 0x0000000040147160 0x0 - .text.ic_get_trc - 0x0000000040147160 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x17 (size before relaxing) - 0x0000000040147160 ic_get_trc - *fill* 0x0000000040147170 0x0 - .text.ic_tx_is_idle - 0x0000000040147170 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x0000000040147170 ic_tx_is_idle - *fill* 0x000000004014717d 0x3 - .text.ic_get_pp_hdl - 0x0000000040147180 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x11 (size before relaxing) - 0x0000000040147180 ic_get_pp_hdl - *fill* 0x000000004014718a 0x2 - .text.ic_set_rx_policy_ubssid_check - 0x000000004014718c 0x4b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x0000000040147190 ic_set_rx_policy_ubssid_check - *fill* 0x00000000401471d7 0x1 - .text.ic_set_rx_policy - 0x00000000401471d8 0xd7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0xe7 (size before relaxing) - 0x00000000401471e8 ic_set_rx_policy - *fill* 0x00000000401472af 0x1 - .text.ic_set_sta_auth_flag - 0x00000000401472b0 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x12 (size before relaxing) - 0x00000000401472b0 ic_set_sta_auth_flag - *fill* 0x00000000401472bb 0x1 - .text.ic_set_opmode - 0x00000000401472bc 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x12 (size before relaxing) - 0x00000000401472bc ic_set_opmode - *fill* 0x00000000401472c7 0x1 - .text.ic_set_interface - 0x00000000401472c8 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x00000000401472c8 ic_set_interface - *fill* 0x00000000401472d5 0x3 - .text.ic_trc_update_conn_phy_mode - 0x00000000401472d8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x13 (size before relaxing) - 0x00000000401472d8 ic_trc_update_conn_phy_mode - *fill* 0x00000000401472e7 0x1 - .text.ic_stop_hw_txq - 0x00000000401472e8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x11 (size before relaxing) - 0x00000000401472e8 ic_stop_hw_txq - *fill* 0x00000000401472f2 0x2 - .text.ic_stop_sw_txq - 0x00000000401472f4 0x37 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x000000004013f9a4 cnx_connect_next_ap + .text.cnx_start_handoff_cb + 0x000000004013f9d8 0x3f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x53 (size before relaxing) + 0x000000004013f9dc cnx_start_handoff_cb + *fill* 0x000000004013fa17 0x1 + .text.cnx_remove_rc + 0x000000004013fa18 0xc2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xd6 (size before relaxing) + 0x000000004013fa1c cnx_remove_rc + *fill* 0x000000004013fada 0x2 + .text.cnx_sta_connect_cmd + 0x000000004013fadc 0x232 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x2fa (size before relaxing) + 0x000000004013faf8 cnx_sta_connect_cmd + *fill* 0x000000004013fd0e 0x2 + .text.cnx_connect_timeout_process + 0x000000004013fd10 0x88 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xb3 (size before relaxing) + 0x000000004013fd18 cnx_connect_timeout_process + *fill* 0x000000004013fd98 0x0 + .text.cnx_auth_timeout_process + 0x000000004013fd98 0x39 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x61 (size before relaxing) + 0x000000004013fda0 cnx_auth_timeout_process + *fill* 0x000000004013fdd1 0x3 + .text.cnx_assoc_timeout_process + 0x000000004013fdd4 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x4a (size before relaxing) - 0x00000000401472f8 ic_stop_sw_txq - *fill* 0x000000004014732b 0x1 - .text.ic_txq_empty - 0x000000004014732c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x11 (size before relaxing) - 0x000000004014732c ic_txq_empty - *fill* 0x0000000040147336 0x2 - .text.ic_set_fix_rate - 0x0000000040147338 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x18 (size before relaxing) - 0x0000000040147338 ic_set_fix_rate - .text.ic_set_lmac_stop - 0x000000004014734c 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x000000004014734c ic_set_lmac_stop - *fill* 0x0000000040147359 0x3 - .text.ic_create_wifi_task - 0x000000004014735c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x11 (size before relaxing) - 0x000000004014735c ic_create_wifi_task - *fill* 0x0000000040147366 0x2 - .text.ic_delete_wifi_task - 0x0000000040147368 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x11 (size before relaxing) - 0x0000000040147368 ic_delete_wifi_task - *fill* 0x0000000040147372 0x2 - .text.ic_set_csi - 0x0000000040147374 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x14 (size before relaxing) - 0x0000000040147374 ic_set_csi - *fill* 0x0000000040147381 0x3 - .text.ic_mac_init - 0x0000000040147384 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x11 (size before relaxing) - 0x0000000040147384 ic_mac_init - *fill* 0x000000004014738e 0x2 - .text.ic_mac_deinit - 0x0000000040147390 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x11 (size before relaxing) - 0x0000000040147390 ic_mac_deinit - *fill* 0x000000004014739a 0x2 - .text.ic_csi_set_config - 0x000000004014739c 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - 0x32 (size before relaxing) - 0x000000004014739c ic_csi_set_config - *fill* 0x00000000401473c2 0x2 - .text.unlikely.lmacClearWaitQueue - 0x00000000401473c4 0x82 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000004013fdd8 cnx_assoc_timeout_process + *fill* 0x000000004013fdfe 0x2 + .text.cnx_handshake_timeout_process + 0x000000004013fe00 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x8c (size before relaxing) + 0x000000004013fe08 cnx_handshake_timeout_process + .text.cnx_bss_alloc + 0x000000004013fe64 0x2f6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x34a (size before relaxing) + 0x000000004013fe7c cnx_bss_alloc + *fill* 0x000000004014015a 0x2 + .text.cnx_remove_rc_except + 0x000000004014015c 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x86 (size before relaxing) + 0x0000000040140160 cnx_remove_rc_except + *fill* 0x00000000401401d2 0x2 + .text.cnx_rc_update_rssi + 0x00000000401401d4 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) 0x8a (size before relaxing) - *fill* 0x0000000040147446 0x2 - .text.lmacSetTxFrame - 0x0000000040147448 0x7af /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x7fb (size before relaxing) - *fill* 0x0000000040147bf7 0x1 - .text.unlikely.lmacEndRetryAMPDUFail$isra$2 - 0x0000000040147bf8 0x73 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x8f (size before relaxing) - *fill* 0x0000000040147c6b 0x1 - .text.lmacDiscardMSDU - 0x0000000040147c6c 0x103 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x133 (size before relaxing) - *fill* 0x0000000040147d6f 0x1 - .text.lmacDiscardFrameExchangeSequence - 0x0000000040147d70 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x136 (size before relaxing) - *fill* 0x0000000040147e7a 0x2 - .text.lmacIsIdle - 0x0000000040147e7c 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x1f (size before relaxing) - 0x0000000040147e7c lmacIsIdle - *fill* 0x0000000040147e97 0x1 - .text.lmacSetAcParam - 0x0000000040147e98 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x78 (size before relaxing) - 0x0000000040147e98 lmacSetAcParam - .text.lmacInit - 0x0000000040147f04 0x118 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x134 (size before relaxing) - 0x0000000040147f08 lmacInit - .text.lmacDiscardAgedMSDU - 0x000000004014801c 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x32 (size before relaxing) - 0x000000004014801c lmacDiscardAgedMSDU - *fill* 0x0000000040148042 0x2 - .text.unlikely.lmacRetryTxFrame - 0x0000000040148044 0x160 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x1a8 (size before relaxing) - .text.unlikely.lmacEndTxopFrameExchangeSequence - 0x00000000401481a4 0x70e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x7ae (size before relaxing) - *fill* 0x00000000401488b2 0x2 - .text.unlikely.lmacProcessLongRetryFail - 0x00000000401488b4 0x1f8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x230 (size before relaxing) - .text.lmacProcessShortRetryFail - 0x0000000040148aac 0x264 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x2a8 (size before relaxing) - .text.lmacProcessCtsTimeout - 0x0000000040148d10 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0xb0 (size before relaxing) - 0x0000000040148d14 lmacProcessCtsTimeout - .text.lmacProcessCollision - 0x0000000040148da0 0x105 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x128 (size before relaxing) - 0x0000000040148da4 lmacProcessCollision - *fill* 0x0000000040148ea5 0x3 - .text.lmacProcessCollisions_task - 0x0000000040148ea8 0x56 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x62 (size before relaxing) - 0x0000000040148eb0 lmacProcessCollisions_task - *fill* 0x0000000040148efe 0x2 - .text.lmacProcessTxRtsError - 0x0000000040148f00 0xfb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x11f (size before relaxing) - 0x0000000040148f08 lmacProcessTxRtsError - *fill* 0x0000000040148ffb 0x1 - .text.lmacProcessAckTimeout - 0x0000000040148ffc 0x12a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x14e (size before relaxing) - 0x0000000040149000 lmacProcessAckTimeout - *fill* 0x0000000040149126 0x2 - .text.lmacProcessTxError - 0x0000000040149128 0xc1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0xf8 (size before relaxing) - 0x000000004014912c lmacProcessTxError - *fill* 0x00000000401491e9 0x3 - .text.lmacProcessTxSuccess - 0x00000000401491ec 0x11f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x143 (size before relaxing) - 0x00000000401491f0 lmacProcessTxSuccess - *fill* 0x000000004014930b 0x1 - .text.lmacProcessTxComplete - 0x000000004014930c 0x21b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x24f (size before relaxing) - 0x000000004014932c lmacProcessTxComplete - *fill* 0x0000000040149527 0x1 - .text.lmacRxDone - 0x0000000040149528 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x20 (size before relaxing) - 0x000000004014952c lmacRxDone - .text.lmacDisableTransmit - 0x0000000040149544 0x10e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x132 (size before relaxing) - 0x0000000040149550 lmacDisableTransmit - *fill* 0x0000000040149652 0x2 - .text.lmacProcessTxTimeout - 0x0000000040149654 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x76 (size before relaxing) - 0x0000000040149654 lmacProcessTxTimeout - *fill* 0x00000000401496ba 0x2 - .text.lmac_stop_hw_txq - 0x00000000401496bc 0xe8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - 0x104 (size before relaxing) - 0x00000000401496c8 lmac_stop_hw_txq - .text.pm_coex_schm_process - 0x00000000401497a4 0xf6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x00000000401401d4 cnx_rc_update_rssi + *fill* 0x000000004014025a 0x2 + .text.cnx_rc_update_state_metric + 0x000000004014025c 0x79 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x81 (size before relaxing) + 0x000000004014025c cnx_rc_update_state_metric + *fill* 0x00000000401402d5 0x3 + .text.cnx_probe_rc_tx_cb + 0x00000000401402d8 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x7c (size before relaxing) + *fill* 0x000000004014032d 0x3 + .text.cnx_update_bss + 0x0000000040140330 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x2a (size before relaxing) + 0x0000000040140330 cnx_update_bss + *fill* 0x000000004014034e 0x2 + .text.cnx_update_bss_more + 0x0000000040140350 0x376 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x3fe (size before relaxing) + 0x0000000040140368 cnx_update_bss_more + *fill* 0x00000000401406c6 0x2 + .text.cnx_beacon_timeout_process + 0x00000000401406c8 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x6c (size before relaxing) + 0x00000000401406d0 cnx_beacon_timeout_process + .text.mgd_probe_send_timeout_process + 0x000000004014071c 0x12e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16e (size before relaxing) + 0x0000000040140728 mgd_probe_send_timeout_process + *fill* 0x000000004014084a 0x2 + .text.cnx_node_alloc + 0x000000004014084c 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xc2 (size before relaxing) + 0x000000004014084c cnx_node_alloc + *fill* 0x00000000401408f2 0x2 + .text.cnx_node_remove + 0x00000000401408f4 0xe7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x10f (size before relaxing) + 0x00000000401408f4 cnx_node_remove + *fill* 0x00000000401409db 0x1 + .text.ic_set_sta + 0x00000000401409dc 0xcc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xe8 (size before relaxing) + 0x00000000401409dc ic_set_sta + .text.cnx_sta_leave + 0x0000000040140aa8 0x1de /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x25a (size before relaxing) + 0x0000000040140ab0 cnx_sta_leave + *fill* 0x0000000040140c86 0x2 + .text.cnx_sta_associated + 0x0000000040140c88 0x14a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x18a (size before relaxing) + 0x0000000040140ca8 cnx_sta_associated + *fill* 0x0000000040140dd2 0x2 + .text.cnx_node_leave + 0x0000000040140dd4 0x160 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x1b2 (size before relaxing) + 0x0000000040140de0 cnx_node_leave + *fill* 0x0000000040140f34 0x0 + .text.cnx_node_join + 0x0000000040140f34 0x27a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x30a (size before relaxing) + 0x0000000040140f60 cnx_node_join + *fill* 0x00000000401411ae 0x2 + .text.cnx_start_obss_scan + 0x00000000401411b0 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xf4 (size before relaxing) + 0x00000000401411c0 cnx_start_obss_scan + .text.cnx_obss_scan_done_cb + 0x0000000040141284 0x215 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x26d (size before relaxing) + 0x0000000040141298 cnx_obss_scan_done_cb + *fill* 0x0000000040141499 0x3 + .text.cnx_stop_obss_scan + 0x000000004014149c 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x36 (size before relaxing) + 0x000000004014149c cnx_stop_obss_scan + *fill* 0x00000000401414ca 0x2 + .text.cnx_auth_done + 0x00000000401414cc 0x3b2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x472 (size before relaxing) + 0x00000000401414f0 cnx_auth_done + *fill* 0x000000004014187e 0x2 + .text.ieee80211_send_action_register + 0x0000000040141880 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x0000000040141890 ieee80211_send_action_register + .text.ieee80211_send_action + 0x00000000401418e8 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x84 (size before relaxing) + 0x00000000401418ec ieee80211_send_action + .text.ieee80211_recv_action_register + 0x000000004014195c 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x000000004014196c ieee80211_recv_action_register + *fill* 0x00000000401419c2 0x2 + .text.ieee80211_recv_action + 0x00000000401419c4 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0xc8 (size before relaxing) + 0x00000000401419d0 ieee80211_recv_action + .text.ieee80211_recv_action_vendor_spec + 0x0000000040141a6c 0x10e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) 0x116 (size before relaxing) - *fill* 0x000000004014989a 0x2 - .text.pm_coex_schm_process_restart - 0x000000004014989c 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040141a78 ieee80211_recv_action_vendor_spec + *fill* 0x0000000040141b7a 0x2 + .text.ieee80211_action_vendor_spec_attach + 0x0000000040141b7c 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0x35 (size before relaxing) + 0x0000000040141b80 ieee80211_action_vendor_spec_attach + *fill* 0x0000000040141ba9 0x3 + .text.ieee80211_getmgtframe + 0x0000000040141bac 0x6f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + 0x7b (size before relaxing) + 0x0000000040141bb4 ieee80211_getmgtframe + *fill* 0x0000000040141c1b 0x1 + .text.ieee80211_getbcnframe + 0x0000000040141c1c 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + 0x86 (size before relaxing) + 0x0000000040141c24 ieee80211_getbcnframe + *fill* 0x0000000040141c86 0x2 + .text.esf_buf_free_static$part$4 + 0x0000000040141c88 0x8b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x9b (size before relaxing) + *fill* 0x0000000040141d13 0x1 + .text.esf_buf_setup + 0x0000000040141d14 0x385 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x3d9 (size before relaxing) + 0x0000000040141d50 esf_buf_setup + *fill* 0x0000000040142099 0x3 + .text.esf_buf_setdown + 0x000000004014209c 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x1b (size before relaxing) + 0x000000004014209c esf_buf_setdown + *fill* 0x00000000401420b3 0x1 + .text.ic_get_addr + 0x00000000401420b4 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x00000000401420b8 ic_get_addr + *fill* 0x00000000401420c9 0x3 + .text.ic_get_ptk_alg + 0x00000000401420cc 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000401420cc ic_get_ptk_alg + .text.ic_disable_crypto + 0x00000000401420e0 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x2e (size before relaxing) + 0x00000000401420e0 ic_disable_crypto + *fill* 0x0000000040142103 0x1 + .text.ic_set_vif + 0x0000000040142104 0x18b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1ff (size before relaxing) + 0x0000000040142114 ic_set_vif + *fill* 0x000000004014228f 0x1 + .text.ic_set_key + 0x0000000040142290 0x56 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x66 (size before relaxing) + 0x0000000040142290 ic_set_key + *fill* 0x00000000401422e6 0x2 + .text.ic_get_key + 0x00000000401422e8 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x24 (size before relaxing) + 0x00000000401422e8 ic_get_key + .text.ic_tx_pkt + 0x0000000040142304 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x15 (size before relaxing) + 0x0000000040142304 ic_tx_pkt + *fill* 0x0000000040142315 0x3 + .text.ic_ebuf_alloc + 0x0000000040142318 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x000000004014231c ic_ebuf_alloc + .text.ic_ebuf_recycle_tx + 0x0000000040142330 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040142330 ic_ebuf_recycle_tx + *fill* 0x000000004014233e 0x2 + .text.ic_ebuf_recycle_rx + 0x0000000040142340 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040142340 ic_ebuf_recycle_rx + *fill* 0x000000004014234a 0x2 + .text.esp_wifi_internal_free_rx_buffer + 0x000000004014234c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x000000004014234c esp_wifi_internal_free_rx_buffer + *fill* 0x0000000040142356 0x2 + .text.ic_register_tx_cb + 0x0000000040142358 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x16 (size before relaxing) + 0x0000000040142358 ic_register_tx_cb + *fill* 0x000000004014236a 0x2 + .text.ic_register_rx_cb + 0x000000004014236c 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x16 (size before relaxing) + 0x000000004014236c ic_register_rx_cb + *fill* 0x000000004014237e 0x2 + .text.ic_register_timer_post_cb + 0x0000000040142380 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040142380 ic_register_timer_post_cb + .text.ic_register_michael_mic_failure_cb + 0x000000004014238c 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x000000004014238c ic_register_michael_mic_failure_cb + .text.ic_set_promis_filter + 0x0000000040142398 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040142398 ic_set_promis_filter + .text.ic_set_promis_ctrl_filter + 0x00000000401423a4 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401423a4 ic_set_promis_ctrl_filter + .text.ic_register_config_cb + 0x00000000401423b0 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1a (size before relaxing) + 0x00000000401423b0 ic_register_config_cb + *fill* 0x00000000401423c6 0x2 + .text.ic_register_pm_tx_null_cb + 0x00000000401423c8 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1a (size before relaxing) + 0x00000000401423c8 ic_register_pm_tx_null_cb + *fill* 0x00000000401423de 0x2 + .text.ic_register_net80211_tx_cb + 0x00000000401423e0 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000401423e0 ic_register_net80211_tx_cb + *fill* 0x00000000401423f1 0x3 + .text.ic_register_timer_cb + 0x00000000401423f4 0x11 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000401423f4 ic_register_timer_cb + *fill* 0x0000000040142405 0x3 + .text.ic_get_next_tbtt + 0x0000000040142408 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x0000000040142408 ic_get_next_tbtt + *fill* 0x0000000040142412 0x2 + .text.ic_del_rx_ba + 0x0000000040142414 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040142414 ic_del_rx_ba + *fill* 0x000000004014241f 0x1 + .text.ic_reset_rx_ba + 0x0000000040142420 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1b (size before relaxing) + 0x0000000040142420 ic_reset_rx_ba + *fill* 0x0000000040142434 0x0 + .text.ic_add_rx_ba + 0x0000000040142434 0x19 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x20 (size before relaxing) + 0x0000000040142434 ic_add_rx_ba + *fill* 0x000000004014244d 0x3 + .text.ic_reset_tbtt + 0x0000000040142450 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0xf (size before relaxing) + 0x0000000040142450 ic_reset_tbtt + *fill* 0x0000000040142458 0x0 + .text.ic_del_key_all + 0x0000000040142458 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040142458 ic_del_key_all + *fill* 0x0000000040142465 0x3 + .text.ic_del_key + 0x0000000040142468 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040142468 ic_del_key + *fill* 0x0000000040142472 0x2 + .text.ic_set_ac_param + 0x0000000040142474 0x17 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1e (size before relaxing) + 0x0000000040142474 ic_set_ac_param + *fill* 0x000000004014248b 0x1 + .text.ic_ampdu_op + 0x000000004014248c 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) 0x3a (size before relaxing) - *fill* 0x00000000401498c6 0x2 + 0x000000004014248c ic_ampdu_op + *fill* 0x00000000401424b3 0x1 + .text.ic_set_trc + 0x00000000401424b4 0x108 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12c (size before relaxing) + 0x00000000401424bc ic_set_trc + .text.ic_deinit + 0x00000000401425bc 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x2f (size before relaxing) + 0x00000000401425bc ic_deinit + *fill* 0x00000000401425cf 0x1 + .text.ic_init 0x00000000401425d0 0x31 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x54 (size before relaxing) + 0x00000000401425d4 ic_init + *fill* 0x0000000040142601 0x3 + .text.ic_enable + 0x0000000040142604 0x3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x48 (size before relaxing) + 0x000000004014260c ic_enable + .text.ic_disable + 0x0000000040142640 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x30 (size before relaxing) + 0x0000000040142640 ic_disable + .text.ic_enable_rx + 0x0000000040142664 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x20 (size before relaxing) + 0x0000000040142664 ic_enable_rx + .text.ic_disable_rx + 0x000000004014267c 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x20 (size before relaxing) + 0x000000004014267c ic_disable_rx + .text.ic_set_beacon_int + 0x0000000040142694 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040142694 ic_set_beacon_int + *fill* 0x000000004014269e 0x2 + .text.ic_set_mac + 0x00000000401426a0 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401426a0 ic_set_mac + *fill* 0x00000000401426ad 0x3 + .text.ic_set_bssid + 0x00000000401426b0 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401426b0 ic_set_bssid + *fill* 0x00000000401426bd 0x3 + .text.ic_set_current_channel + 0x00000000401426c0 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x13 (size before relaxing) + 0x00000000401426c0 ic_set_current_channel + *fill* 0x00000000401426cc 0x0 + .text.ic_get_trc + 0x00000000401426cc 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x17 (size before relaxing) + 0x00000000401426cc ic_get_trc + *fill* 0x00000000401426dc 0x0 + .text.ic_tx_is_idle + 0x00000000401426dc 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401426dc ic_tx_is_idle + *fill* 0x00000000401426e9 0x3 + .text.ic_get_pp_hdl + 0x00000000401426ec 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401426ec ic_get_pp_hdl + *fill* 0x00000000401426f6 0x2 + .text.ic_set_rx_policy_ubssid_check + 0x00000000401426f8 0x4b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x00000000401426fc ic_set_rx_policy_ubssid_check + *fill* 0x0000000040142743 0x1 + .text.ic_set_rx_policy + 0x0000000040142744 0xd6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0xea (size before relaxing) + 0x0000000040142750 ic_set_rx_policy + *fill* 0x000000004014281a 0x2 + .text.ic_set_sta_auth_flag + 0x000000004014281c 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x000000004014281c ic_set_sta_auth_flag + *fill* 0x0000000040142827 0x1 + .text.ic_set_opmode + 0x0000000040142828 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040142828 ic_set_opmode + *fill* 0x0000000040142833 0x1 + .text.ic_set_interface + 0x0000000040142834 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040142834 ic_set_interface + *fill* 0x0000000040142841 0x3 + .text.ic_trc_update_conn_phy_mode + 0x0000000040142844 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x13 (size before relaxing) + 0x0000000040142844 ic_trc_update_conn_phy_mode + *fill* 0x0000000040142853 0x1 + .text.ic_stop_hw_txq + 0x0000000040142854 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x0000000040142854 ic_stop_hw_txq + *fill* 0x000000004014285e 0x2 + .text.ic_stop_sw_txq + 0x0000000040142860 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x28 (size before relaxing) + 0x0000000040142864 ic_stop_sw_txq + .text.ic_txq_empty + 0x000000004014287c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x000000004014287c ic_txq_empty + *fill* 0x0000000040142886 0x2 + .text.ic_set_fix_rate + 0x0000000040142888 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x0000000040142888 ic_set_fix_rate + .text.ic_set_lmac_stop + 0x000000004014289c 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x000000004014289c ic_set_lmac_stop + *fill* 0x00000000401428a9 0x3 + .text.ic_create_wifi_task + 0x00000000401428ac 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401428ac ic_create_wifi_task + *fill* 0x00000000401428b6 0x2 + .text.ic_delete_wifi_task + 0x00000000401428b8 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401428b8 ic_delete_wifi_task + *fill* 0x00000000401428c2 0x2 + .text.ic_set_csi + 0x00000000401428c4 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401428c4 ic_set_csi + *fill* 0x00000000401428d1 0x3 + .text.ic_mac_init + 0x00000000401428d4 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401428d4 ic_mac_init + *fill* 0x00000000401428de 0x2 + .text.ic_mac_deinit + 0x00000000401428e0 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401428e0 ic_mac_deinit + *fill* 0x00000000401428ea 0x2 + .text.ic_csi_set_config + 0x00000000401428ec 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x32 (size before relaxing) + 0x00000000401428ec ic_csi_set_config + *fill* 0x0000000040142912 0x2 + .text.lmacSetTxFrame + 0x0000000040142914 0x7af /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x7ef (size before relaxing) + *fill* 0x00000000401430c3 0x1 + .text.lmacClearWaitQueue + 0x00000000401430c4 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x6a (size before relaxing) + *fill* 0x0000000040143112 0x2 + .text.unlikely.lmacEndRetryAMPDUFail$isra$4 + 0x0000000040143114 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x90 (size before relaxing) + .text.lmacDiscardMSDU + 0x0000000040143188 0xe7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x113 (size before relaxing) + *fill* 0x000000004014326f 0x1 + .text.lmacDiscardFrameExchangeSequence + 0x0000000040143270 0xee /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x11e (size before relaxing) + *fill* 0x000000004014335e 0x2 + .text.lmacIsIdle + 0x0000000040143360 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x1f (size before relaxing) + 0x0000000040143360 lmacIsIdle + *fill* 0x000000004014337b 0x1 + .text.lmacSetAcParam + 0x000000004014337c 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x78 (size before relaxing) + 0x000000004014337c lmacSetAcParam + .text.lmacInit + 0x00000000401433e8 0x118 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x134 (size before relaxing) + 0x00000000401433ec lmacInit + .text.lmacDiscardAgedMSDU + 0x0000000040143500 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x32 (size before relaxing) + 0x0000000040143500 lmacDiscardAgedMSDU + *fill* 0x0000000040143526 0x2 + .text.lmacRetryTxFrame + 0x0000000040143528 0x148 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x18c (size before relaxing) + .text.lmacEndTxopFrameExchangeSequence + 0x0000000040143670 0x652 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x72e (size before relaxing) + *fill* 0x0000000040143cc2 0x2 + .text.lmacProcessLongRetryFail + 0x0000000040143cc4 0x1c4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x1fc (size before relaxing) + .text.lmacProcessShortRetryFail + 0x0000000040143e88 0x210 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x260 (size before relaxing) + .text.lmacProcessCtsTimeout + 0x0000000040144098 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x90 (size before relaxing) + 0x000000004014409c lmacProcessCtsTimeout + .text.lmacProcessCollision + 0x0000000040144104 0xb1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xdc (size before relaxing) + 0x0000000040144108 lmacProcessCollision + *fill* 0x00000000401441b5 0x3 + .text.lmacProcessCollisions_task + 0x00000000401441b8 0x53 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x5f (size before relaxing) + 0x00000000401441c0 lmacProcessCollisions_task + *fill* 0x000000004014420b 0x1 + .text.lmacProcessTxRtsError + 0x000000004014420c 0xaf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xe3 (size before relaxing) + 0x0000000040144214 lmacProcessTxRtsError + *fill* 0x00000000401442bb 0x1 + .text.lmacProcessAckTimeout + 0x00000000401442bc 0xce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x106 (size before relaxing) + 0x00000000401442c0 lmacProcessAckTimeout + *fill* 0x000000004014438a 0x2 + .text.lmacProcessTxError + 0x000000004014438c 0xa1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xdc (size before relaxing) + 0x0000000040144390 lmacProcessTxError + *fill* 0x000000004014442d 0x3 + .text.lmacProcessTxSuccess + 0x0000000040144430 0xff /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x127 (size before relaxing) + 0x0000000040144434 lmacProcessTxSuccess + *fill* 0x000000004014452f 0x1 + .text.lmacProcessTxComplete + 0x0000000040144530 0x1da /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x20e (size before relaxing) + 0x0000000040144550 lmacProcessTxComplete + *fill* 0x000000004014470a 0x2 + .text.lmacRxDone + 0x000000004014470c 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x20 (size before relaxing) + 0x0000000040144710 lmacRxDone + .text.lmacDisableTransmit + 0x0000000040144728 0x10a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x132 (size before relaxing) + 0x0000000040144730 lmacDisableTransmit + *fill* 0x0000000040144832 0x2 + .text.lmacProcessTxTimeout + 0x0000000040144834 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x74 (size before relaxing) + 0x0000000040144834 lmacProcessTxTimeout + .text.lmac_stop_hw_txq + 0x0000000040144898 0xb1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xe1 (size before relaxing) + 0x00000000401448a4 lmac_stop_hw_txq + *fill* 0x0000000040144949 0x3 + .text.pm_coex_schm_process + 0x000000004014494c 0xf6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x116 (size before relaxing) + *fill* 0x0000000040144a42 0x2 + .text.pm_coex_schm_process_restart + 0x0000000040144a44 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x3a (size before relaxing) + *fill* 0x0000000040144a6e 0x2 .text.pm_coex_slice_wifi_timeout - 0x00000000401498c8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144a70 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x13 (size before relaxing) - *fill* 0x00000000401498d7 0x1 + *fill* 0x0000000040144a7f 0x1 .text.pm_coex_schm_timeout - 0x00000000401498d8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144a80 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x13 (size before relaxing) - *fill* 0x00000000401498e7 0x1 + *fill* 0x0000000040144a8f 0x1 .text.pm_noise_check_timeout - 0x00000000401498e8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144a90 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x13 (size before relaxing) - *fill* 0x00000000401498f7 0x1 + *fill* 0x0000000040144a9f 0x1 .text.pm_sleep_delay_timeout - 0x00000000401498f8 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144aa0 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x13 (size before relaxing) - *fill* 0x0000000040149907 0x1 + *fill* 0x0000000040144aaf 0x1 .text.pm_active_timeout - 0x0000000040149908 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144ab0 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x13 (size before relaxing) - *fill* 0x0000000040149917 0x1 + *fill* 0x0000000040144abf 0x1 .text.pm_dream_timeout - 0x0000000040149918 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144ac0 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x13 (size before relaxing) - *fill* 0x0000000040149927 0x1 + *fill* 0x0000000040144acf 0x1 .text.pm_tbtt_timeout - 0x0000000040149928 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144ad0 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x13 (size before relaxing) - *fill* 0x0000000040149937 0x1 + *fill* 0x0000000040144adf 0x1 .text.pm_sleep$part$1 - 0x0000000040149938 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144ae0 0xe0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0xfc (size before relaxing) .text.pm_is_open - 0x0000000040149a18 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144bc0 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0xf (size before relaxing) - 0x0000000040149a18 pm_is_open - *fill* 0x0000000040149a23 0x1 + 0x0000000040144bc0 pm_is_open + *fill* 0x0000000040144bcb 0x1 .text.pm_is_on_channel - 0x0000000040149a24 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144bcc 0xb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0xf (size before relaxing) - 0x0000000040149a24 pm_is_on_channel - *fill* 0x0000000040149a2f 0x1 + 0x0000000040144bcc pm_is_on_channel + *fill* 0x0000000040144bd7 0x1 .text.pm_allow_tx - 0x0000000040149a30 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144bd8 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x24 (size before relaxing) - 0x0000000040149a30 pm_allow_tx + 0x0000000040144bd8 pm_allow_tx .text.pm_allow_sleep - 0x0000000040149a50 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144bf8 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x3e (size before relaxing) - 0x0000000040149a50 pm_allow_sleep - *fill* 0x0000000040149a8a 0x2 + 0x0000000040144bf8 pm_allow_sleep + *fill* 0x0000000040144c32 0x2 .text.pm_noise_check_disable - 0x0000000040149a8c 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144c34 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x2a (size before relaxing) - 0x0000000040149a90 pm_noise_check_disable - *fill* 0x0000000040149aae 0x2 + 0x0000000040144c38 pm_noise_check_disable + *fill* 0x0000000040144c56 0x2 .text.pm_noise_check_enable - 0x0000000040149ab0 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144c58 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x3e (size before relaxing) - 0x0000000040149ab0 pm_noise_check_enable - *fill* 0x0000000040149ae2 0x2 + 0x0000000040144c58 pm_noise_check_enable + *fill* 0x0000000040144c8a 0x2 .text.pm_noise_check - 0x0000000040149ae4 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144c8c 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x54 (size before relaxing) - 0x0000000040149ae8 pm_noise_check + 0x0000000040144c90 pm_noise_check .text.pm_noise_check_process - 0x0000000040149b28 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144cd0 0x2a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x3a (size before relaxing) - 0x0000000040149b28 pm_noise_check_process - *fill* 0x0000000040149b52 0x2 + 0x0000000040144cd0 pm_noise_check_process + *fill* 0x0000000040144cfa 0x2 .text.pm_register_pm_tx_null_cb - 0x0000000040149b54 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x0000000040149b58 pm_register_pm_tx_null_cb + 0x0000000040144cfc 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144d00 pm_register_pm_tx_null_cb .text.pm_send_probe_start - 0x0000000040149b64 0x3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144d0c 0x3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x44 (size before relaxing) - 0x0000000040149b6c pm_send_probe_start + 0x0000000040144d14 pm_send_probe_start .text.pm_send_probe_stop - 0x0000000040149ba0 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144d48 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x28 (size before relaxing) - 0x0000000040149ba4 pm_send_probe_stop + 0x0000000040144d4c pm_send_probe_stop .text.pm_off_channel - 0x0000000040149bc4 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144d6c 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x68 (size before relaxing) - 0x0000000040149bc4 pm_off_channel + 0x0000000040144d6c pm_off_channel .text.pm_on_channel - 0x0000000040149c18 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144dc0 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x4c (size before relaxing) - 0x0000000040149c18 pm_on_channel + 0x0000000040144dc0 pm_on_channel .text.pm_wake_up - 0x0000000040149c58 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144e00 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x28 (size before relaxing) - 0x0000000040149c58 pm_wake_up + 0x0000000040144e00 pm_wake_up .text.pm_go_to_sleep - 0x0000000040149c78 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144e20 0x3a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x42 (size before relaxing) - 0x0000000040149c7c pm_go_to_sleep - *fill* 0x0000000040149cb2 0x2 + 0x0000000040144e24 pm_go_to_sleep + *fill* 0x0000000040144e5a 0x2 .text.pm_go_to_wake - 0x0000000040149cb4 0x36 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144e5c 0x36 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x42 (size before relaxing) - 0x0000000040149cb4 pm_go_to_wake - *fill* 0x0000000040149cea 0x2 + 0x0000000040144e5c pm_go_to_wake + *fill* 0x0000000040144e92 0x2 .text.pm_coex_schm_timeout_process - 0x0000000040149cec 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144e94 0x34 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x54 (size before relaxing) - 0x0000000040149cec pm_coex_schm_timeout_process + 0x0000000040144e94 pm_coex_schm_timeout_process .text.pm_coex_slice_timeout_process - 0x0000000040149d20 0xc8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144ec8 0xc8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0xe8 (size before relaxing) - 0x0000000040149d28 pm_coex_slice_timeout_process + 0x0000000040144ed0 pm_coex_slice_timeout_process .text.pm_active_timeout_process - 0x0000000040149de8 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040144f90 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0xa7 (size before relaxing) - 0x0000000040149de8 pm_active_timeout_process - *fill* 0x0000000040149e6c 0x0 + 0x0000000040144f90 pm_active_timeout_process + *fill* 0x0000000040145014 0x0 .text.pm_sleep_delay_timeout_process - 0x0000000040149e6c 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040145014 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x28 (size before relaxing) - 0x0000000040149e6c pm_sleep_delay_timeout_process + 0x0000000040145014 pm_sleep_delay_timeout_process .text.pm_tbtt_process - 0x0000000040149e88 0x29e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x2da (size before relaxing) - 0x0000000040149ea0 pm_tbtt_process - *fill* 0x000000004014a126 0x2 + 0x0000000040145030 0x272 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x2ba (size before relaxing) + 0x0000000040145040 pm_tbtt_process + *fill* 0x00000000401452a2 0x2 .text.pm_rx_beacon_process - 0x000000004014a128 0x2cd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x00000000401452a4 0x2c9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x301 (size before relaxing) - 0x000000004014a134 pm_rx_beacon_process - *fill* 0x000000004014a3f5 0x3 + 0x00000000401452ac pm_rx_beacon_process + *fill* 0x000000004014556d 0x3 .text.pm_tx_data_process - 0x000000004014a3f8 0x1bb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040145570 0x1bb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x1df (size before relaxing) - 0x000000004014a3f8 pm_tx_data_process - *fill* 0x000000004014a5b3 0x1 + 0x0000000040145570 pm_tx_data_process + *fill* 0x000000004014572b 0x1 .text.pm_tx_data_done_process - 0x000000004014a5b4 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000004014572c 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x52 (size before relaxing) - 0x000000004014a5b4 pm_tx_data_done_process - *fill* 0x000000004014a5f6 0x2 + 0x000000004014572c pm_tx_data_done_process + *fill* 0x000000004014576e 0x2 .text.pm_tx_null_data_done_process - 0x000000004014a5f8 0x203 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040145770 0x203 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x233 (size before relaxing) - 0x000000004014a5f8 pm_tx_null_data_done_process - *fill* 0x000000004014a7fb 0x1 + 0x0000000040145770 pm_tx_null_data_done_process + *fill* 0x0000000040145973 0x1 .text.pm_send_sleep_null_cb - 0x000000004014a7fc 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040145974 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x16 (size before relaxing) - 0x000000004014a7fc pm_send_sleep_null_cb - *fill* 0x000000004014a80e 0x2 + 0x0000000040145974 pm_send_sleep_null_cb + *fill* 0x0000000040145986 0x2 .text.pm_send_wake_null_cb - 0x000000004014a810 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040145988 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x16 (size before relaxing) - 0x000000004014a810 pm_send_wake_null_cb - *fill* 0x000000004014a822 0x2 + 0x0000000040145988 pm_send_wake_null_cb + *fill* 0x000000004014599a 0x2 .text.pm_on_coex_schm_process_restart - 0x000000004014a824 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000004014599c 0x8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0xf (size before relaxing) - 0x000000004014a824 pm_on_coex_schm_process_restart - *fill* 0x000000004014a82c 0x0 + 0x000000004014599c pm_on_coex_schm_process_restart + *fill* 0x00000000401459a4 0x0 .text.pm_on_beacon_rx - 0x000000004014a82c 0x3ae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x3ee (size before relaxing) - 0x000000004014a84c pm_on_beacon_rx - *fill* 0x000000004014abda 0x2 + 0x00000000401459a4 0x32a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x376 (size before relaxing) + 0x00000000401459c0 pm_on_beacon_rx + *fill* 0x0000000040145cce 0x2 .text.pm_on_data_tx - 0x000000004014abdc 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040145cd0 0xd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x14 (size before relaxing) - 0x000000004014abdc pm_on_data_tx - *fill* 0x000000004014abe9 0x3 + 0x0000000040145cd0 pm_on_data_tx + *fill* 0x0000000040145cdd 0x3 .text.pm_on_data_tx_done - 0x000000004014abec 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040145ce0 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x15 (size before relaxing) - 0x000000004014abec pm_on_data_tx_done - *fill* 0x000000004014abfa 0x2 + 0x0000000040145ce0 pm_on_data_tx_done + *fill* 0x0000000040145cee 0x2 .text.pm_start - 0x000000004014abfc 0x29c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x308 (size before relaxing) - 0x000000004014ac08 pm_start - .text.pm_stop 0x000000004014ae98 0x113 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x167 (size before relaxing) - 0x000000004014ae9c pm_stop - *fill* 0x000000004014afab 0x1 + 0x0000000040145cf0 0x234 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x2a4 (size before relaxing) + 0x0000000040145d00 pm_start + .text.pm_stop 0x0000000040145f24 0xf7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x14b (size before relaxing) + 0x0000000040145f28 pm_stop + *fill* 0x000000004014601b 0x1 .text.pm_attach - 0x000000004014afac 0x11c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000004014601c 0x11c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x15c (size before relaxing) - 0x000000004014afdc pm_attach + 0x000000004014604c pm_attach .text.pm_deattach - 0x000000004014b0c8 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040146138 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) 0x8e (size before relaxing) - 0x000000004014b0c8 pm_deattach - *fill* 0x000000004014b132 0x2 + 0x0000000040146138 pm_deattach + *fill* 0x00000000401461a2 0x2 .text.pm_set_sleep_type - 0x000000004014b134 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x110 (size before relaxing) - 0x000000004014b140 pm_set_sleep_type + 0x00000000401461a4 0xbc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xec (size before relaxing) + 0x00000000401461ac pm_set_sleep_type .text.pp_delete_task_manually - 0x000000004014b224 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x0000000040146260 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) 0x48 (size before relaxing) .text.pp_register_net80211_tx_cb - 0x000000004014b268 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x000000004014b26c pp_register_net80211_tx_cb + 0x00000000401462a4 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401462a8 pp_register_net80211_tx_cb .text.pp_register_config_cb - 0x000000004014b278 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x000000004014b27c pp_register_config_cb + 0x00000000401462b4 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401462b8 pp_register_config_cb .text.pp_register_timer_cb - 0x000000004014b288 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x000000004014b28c pp_register_timer_cb + 0x00000000401462c4 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401462c8 pp_register_timer_cb .text.pp_register_michael_mic_failure_cb - 0x000000004014b298 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x000000004014b29c pp_register_michael_mic_failure_cb + 0x00000000401462d4 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401462d8 pp_register_michael_mic_failure_cb .text.ppSetStop - 0x000000004014b2a8 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401462e4 0x2f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) 0x37 (size before relaxing) - 0x000000004014b2ac ppSetStop - *fill* 0x000000004014b2d7 0x1 + 0x00000000401462e8 ppSetStop + *fill* 0x0000000040146313 0x1 .text.ppRegisterRxCallback - 0x000000004014b2d8 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x0000000040146314 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) 0x20 (size before relaxing) - 0x000000004014b2d8 ppRegisterRxCallback + 0x0000000040146314 ppRegisterRxCallback .text.pp_register_tx_cb - 0x000000004014b2f4 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x0000000040146330 0x2d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) 0x31 (size before relaxing) - 0x000000004014b2f4 pp_register_tx_cb - *fill* 0x000000004014b321 0x3 + 0x0000000040146330 pp_register_tx_cb + *fill* 0x000000004014635d 0x3 .text.ppRegisterTxCallback - 0x000000004014b324 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x0000000040146360 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) 0x16 (size before relaxing) - 0x000000004014b324 ppRegisterTxCallback - *fill* 0x000000004014b336 0x2 + 0x0000000040146360 ppRegisterTxCallback + *fill* 0x0000000040146372 0x2 .text.ppRecycleRxPkt - 0x000000004014b338 0x7e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x86 (size before relaxing) - 0x000000004014b34c ppRecycleRxPkt - *fill* 0x000000004014b3b6 0x2 - .text.ppSetInterface - 0x000000004014b3b8 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x000000004014b3bc ppSetInterface - .text.ppClearRxFragment - 0x000000004014b3cc 0xaa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0xca (size before relaxing) - 0x000000004014b3d4 ppClearRxFragment - *fill* 0x000000004014b476 0x2 - .text.ppGetTxQFirstAvail_Locked - 0x000000004014b478 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x5a (size before relaxing) - 0x000000004014b478 ppGetTxQFirstAvail_Locked - *fill* 0x000000004014b4c6 0x2 - .text.ppFetchTxQFirstAvail - 0x000000004014b4c8 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x74 (size before relaxing) - 0x000000004014b4cc ppFetchTxQFirstAvail - .text.ppDequeueTxQ - 0x000000004014b534 0x47 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x4f (size before relaxing) - 0x000000004014b534 ppDequeueTxQ - *fill* 0x000000004014b57b 0x1 - .text.ppRollBackTxQ - 0x000000004014b57c 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x4a (size before relaxing) - 0x000000004014b57c ppRollBackTxQ - *fill* 0x000000004014b5be 0x2 - .text.ppFillAMPDUBar - 0x000000004014b5c0 0x11c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x13c (size before relaxing) - 0x000000004014b5c4 ppFillAMPDUBar - .text.ppReSendBar - 0x000000004014b6dc 0x136 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x15e (size before relaxing) - 0x000000004014b6e0 ppReSendBar - *fill* 0x000000004014b812 0x2 - .text.ppRecordBarRRC - 0x000000004014b814 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x20 (size before relaxing) - 0x000000004014b814 ppRecordBarRRC - .text.ppTxqUpdateBitmap - 0x000000004014b830 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x2c (size before relaxing) - 0x000000004014b830 ppTxqUpdateBitmap - .text.ppGetTxqInfo - 0x000000004014b858 0x33 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x3b (size before relaxing) - 0x000000004014b858 ppGetTxqInfo - *fill* 0x000000004014b88b 0x1 - .text.ppEnqueueTxDone - 0x000000004014b88c 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0xa6 (size before relaxing) - 0x000000004014b890 ppEnqueueTxDone - *fill* 0x000000004014b916 0x2 - .text.ppDequeueTxDone_Locked - 0x000000004014b918 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x64 (size before relaxing) - 0x000000004014b918 ppDequeueTxDone_Locked - .text.ppProcTxDone - 0x000000004014b96c 0x146 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x16e (size before relaxing) - 0x000000004014b978 ppProcTxDone - *fill* 0x000000004014bab2 0x2 - .text.pp_create_task - 0x000000004014bab4 0x28f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x2a7 (size before relaxing) - 0x000000004014bae0 pp_create_task - *fill* 0x000000004014bd43 0x1 - .text.pp_deattach - 0x000000004014bd44 0x33 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x43 (size before relaxing) - 0x000000004014bd44 pp_deattach - *fill* 0x000000004014bd77 0x1 - .text.ppGetTxframe - 0x000000004014bd78 0x93 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x9b (size before relaxing) - 0x000000004014bd80 ppGetTxframe - *fill* 0x000000004014be0b 0x1 - .text.ppTxqEmpty - 0x000000004014be0c 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x54 (size before relaxing) - 0x000000004014be10 ppTxqEmpty - .text.pp_delete_task - 0x000000004014be5c 0x6f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x8a (size before relaxing) - 0x000000004014be60 pp_delete_task - *fill* 0x000000004014becb 0x1 - .text.ppMapWaitTxq - 0x000000004014becc 0x18a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x1a2 (size before relaxing) - 0x000000004014bed4 ppMapWaitTxq - *fill* 0x000000004014c056 0x2 - .text.ppProcessWaitingQueue - 0x000000004014c058 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x5e (size before relaxing) - 0x000000004014c05c ppProcessWaitingQueue - *fill* 0x000000004014c0aa 0x2 - .text.ppCheckTxIdle - 0x000000004014c0ac 0xdc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0xf0 (size before relaxing) - 0x000000004014c0ac ppCheckTxIdle - .text.ppSelectNextQueue - 0x000000004014c188 0xb2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0xbe (size before relaxing) - 0x000000004014c188 ppSelectNextQueue - *fill* 0x000000004014c23a 0x2 - .text.ppCalTxop - 0x000000004014c23c 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x9a (size before relaxing) - 0x000000004014c23c ppCalTxop - *fill* 0x000000004014c2c6 0x2 - .text.ppPrepareBarFrame - 0x000000004014c2c8 0x118 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x138 (size before relaxing) - 0x000000004014c2d8 ppPrepareBarFrame - .text.pp_attach - 0x000000004014c3e0 0x10f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x133 (size before relaxing) - 0x000000004014c3e8 pp_attach - *fill* 0x000000004014c4ef 0x1 - .text.ppDirectRecycleAmpdu - 0x000000004014c4f0 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x64 (size before relaxing) - 0x000000004014c4f0 ppDirectRecycleAmpdu - .text.ppClearTxq - 0x000000004014c548 0x73 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x83 (size before relaxing) - 0x000000004014c548 ppClearTxq - *fill* 0x000000004014c5bb 0x1 - .text.pp_stop_sw_txq - 0x000000004014c5bc 0x7f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x9e (size before relaxing) - 0x000000004014c5c0 pp_stop_sw_txq - *fill* 0x000000004014c63b 0x1 - .text.ppRecycleAmpdu - 0x000000004014c63c 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0xbe (size before relaxing) - 0x000000004014c63c ppRecycleAmpdu - *fill* 0x000000004014c6e2 0x2 - .text.ppRegressAmpdu - 0x000000004014c6e4 0x173 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0x193 (size before relaxing) - 0x000000004014c6e8 ppRegressAmpdu - *fill* 0x000000004014c857 0x1 - .text.ppGetTaskHdl - 0x000000004014c858 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - 0xe (size before relaxing) - 0x000000004014c858 ppGetTaskHdl - *fill* 0x000000004014c862 0x2 - .text.dbg_cnt_eb_alloc - 0x000000004014c864 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) - 0x28 (size before relaxing) - 0x000000004014c864 dbg_cnt_eb_alloc - .text.dbg_cnt_eb_free - 0x000000004014c888 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) - 0x28 (size before relaxing) - 0x000000004014c888 dbg_cnt_eb_free - .text.dbg_cnt_lmac_ps_reset - 0x000000004014c8ac 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) - 0x61 (size before relaxing) - 0x000000004014c8ac dbg_cnt_lmac_ps_reset - *fill* 0x000000004014c901 0x3 - .text.dbg_lmac_init - 0x000000004014c904 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) - 0x1a (size before relaxing) - 0x000000004014c908 dbg_lmac_init - *fill* 0x000000004014c91a 0x2 - .text.pp_timer_sleep_delay - 0x000000004014c91c 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - 0x13 (size before relaxing) - *fill* 0x000000004014c92b 0x1 - .text.pp_timer_coex_slice - 0x000000004014c92c 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - 0x13 (size before relaxing) - *fill* 0x000000004014c93b 0x1 - .text.pp_timer_coex_schm - 0x000000004014c93c 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - 0x13 (size before relaxing) - *fill* 0x000000004014c94b 0x1 - .text.pp_timer_active - 0x000000004014c94c 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - 0x13 (size before relaxing) - *fill* 0x000000004014c95b 0x1 - .text.pp_timer_tbtt - 0x000000004014c95c 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - 0x13 (size before relaxing) - *fill* 0x000000004014c96b 0x1 - .text.pp_timer_noise_check - 0x000000004014c96c 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - 0x13 (size before relaxing) - *fill* 0x000000004014c97b 0x1 - .text.pp_timer_do_process - 0x000000004014c97c 0xbc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - 0xc0 (size before relaxing) - 0x000000004014c98c pp_timer_do_process - .text.pp_timer_register_post_cb - 0x000000004014ca38 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - 0x000000004014ca3c pp_timer_register_post_cb - .text.pp_timer_process - 0x000000004014ca48 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - 0x20 (size before relaxing) - 0x000000004014ca48 pp_timer_process - .text.RC_GetAckTime - 0x000000004014ca64 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) - 0x000000004014ca68 RC_GetAckTime - *fill* 0x000000004014ca7f 0x1 - .text.RC_GetCtsTime - 0x000000004014ca80 0x9a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) - 0x9e (size before relaxing) - 0x000000004014ca88 RC_GetCtsTime - *fill* 0x000000004014cb1a 0x2 - .text.RC_GetBlockAckTime - 0x000000004014cb1c 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) - 0x70 (size before relaxing) - 0x000000004014cb1c RC_GetBlockAckTime - .text.rc11NRate2SchedIdx - 0x000000004014cb84 0x3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - .text.rc11GRate2SchedIdx - 0x000000004014cbc0 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - .text.rc11BRate2SchedIdx - 0x000000004014cbdc 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - .text.rssi_margin - 0x000000004014cbf8 0x19e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - *fill* 0x000000004014cd96 0x2 - .text.rc_set_per_conn_fix_rate$part$4 - 0x000000004014cd98 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - .text.rcTxUpdatePer - 0x000000004014ce08 0xf3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0xfb (size before relaxing) - *fill* 0x000000004014cefb 0x1 - .text.rcUpdateAMPDUParam - 0x000000004014cefc 0x117 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x11b (size before relaxing) - 0x000000004014cf0c rcUpdateAMPDUParam - *fill* 0x000000004014d013 0x1 - .text.rcGet11NHighestRateIdx - 0x000000004014d014 0x98 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x9c (size before relaxing) - 0x000000004014d01c rcGet11NHighestRateIdx - .text.rcGet11GHighestRateIdx - 0x000000004014d0ac 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x88 (size before relaxing) - 0x000000004014d0b0 rcGet11GHighestRateIdx - .text.rcGet11BHighestRateIdx - 0x000000004014d12c 0x5a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x62 (size before relaxing) - 0x000000004014d130 rcGet11BHighestRateIdx - *fill* 0x000000004014d186 0x2 - .text.rcGetHighestRateIdx$part$8 - 0x000000004014d188 0x49 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x55 (size before relaxing) - *fill* 0x000000004014d1d1 0x3 - .text.rcUpdatePhyMode - 0x000000004014d1d4 0x560 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x578 (size before relaxing) - 0x000000004014d224 rcUpdatePhyMode - .text.trc_onAmpduOp - 0x000000004014d734 0x15e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x166 (size before relaxing) - 0x000000004014d734 trc_onAmpduOp - *fill* 0x000000004014d892 0x2 - .text.rcGetAmpduSched - 0x000000004014d894 0xad /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0xb5 (size before relaxing) - 0x000000004014d8a0 rcGetAmpduSched - *fill* 0x000000004014d941 0x3 - .text.rcGetRate - 0x000000004014d944 0xe3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0xf3 (size before relaxing) - 0x000000004014d948 rcGetRate - *fill* 0x000000004014da27 0x1 - .text.rcReachRetryLimit - 0x000000004014da28 0x119 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x12d (size before relaxing) - 0x000000004014da34 rcReachRetryLimit - *fill* 0x000000004014db41 0x3 - .text.rcAttach - 0x000000004014db44 0xdb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0xf3 (size before relaxing) - 0x000000004014db4c rcAttach - *fill* 0x000000004014dc1f 0x1 - .text.trc_onPPTxDone - 0x000000004014dc20 0xdf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0xef (size before relaxing) - 0x000000004014dc20 trc_onPPTxDone - *fill* 0x000000004014dcff 0x1 - .text.rc_enable_trc - 0x000000004014dd00 0x10c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x12c (size before relaxing) - 0x000000004014dd08 rc_enable_trc - .text.rc_disable_trc - 0x000000004014de0c 0x6f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x87 (size before relaxing) - 0x000000004014de10 rc_disable_trc - *fill* 0x000000004014de7b 0x1 - .text.rc_disable_trc_by_interface - 0x000000004014de7c 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x26 (size before relaxing) - 0x000000004014de7c rc_disable_trc_by_interface - *fill* 0x000000004014de9a 0x2 - .text.rc_get_trc_by_index - 0x000000004014de9c 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x43 (size before relaxing) - 0x000000004014dea4 rc_get_trc_by_index - *fill* 0x000000004014ded7 0x1 - .text.trc_init - 0x000000004014ded8 0x51 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x65 (size before relaxing) - 0x000000004014ded8 trc_init - *fill* 0x000000004014df29 0x3 - .text.trc_update_conn_phy_mode - 0x000000004014df2c 0x6b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x87 (size before relaxing) - 0x000000004014df30 trc_update_conn_phy_mode - *fill* 0x000000004014df97 0x1 - .text.trc_deinit - 0x000000004014df98 0xb3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0xb7 (size before relaxing) - 0x000000004014dfa0 trc_deinit - *fill* 0x000000004014e04b 0x1 - .text.rc_set_fix_rate - 0x000000004014e04c 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x84 (size before relaxing) - 0x000000004014e04c rc_set_fix_rate - .text.wdev_csi_hw_bug_check - 0x000000004014e0b0 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x94 (size before relaxing) - .text.wdev_csi_rx_process$part$3 - 0x000000004014e140 0xca /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0xee (size before relaxing) - *fill* 0x000000004014e20a 0x2 - .text.unlikely.wDev_SnifferRxData - 0x000000004014e20c 0x2d6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x312 (size before relaxing) - *fill* 0x000000004014e4e2 0x2 - .text.wDev_SetCurChannel - 0x000000004014e4e4 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x26 (size before relaxing) - 0x000000004014e4e4 wDev_SetCurChannel - *fill* 0x000000004014e506 0x2 - .text.wDev_SetOpMode - 0x000000004014e508 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000004014e50c wDev_SetOpMode - *fill* 0x000000004014e51a 0x2 - .text.wDev_Set_Beacon_Int - 0x000000004014e51c 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000004014e520 wDev_Set_Beacon_Int - *fill* 0x000000004014e52a 0x2 - .text.wDev_Reset_TBTT - 0x000000004014e52c 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x94 (size before relaxing) - 0x000000004014e544 wDev_Reset_TBTT - .text.wDev_Mesh_Enable_Tsf - 0x000000004014e5bc 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x20 (size before relaxing) - 0x000000004014e5c0 wDev_Mesh_Enable_Tsf - .text.wDev_Mesh_Set_TBTT - 0x000000004014e5d8 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x80 (size before relaxing) - 0x000000004014e5e0 wDev_Mesh_Set_TBTT - .text.wDev_Get_Next_TBTT - 0x000000004014e64c 0x71 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x7d (size before relaxing) - 0x000000004014e654 wDev_Get_Next_TBTT - *fill* 0x000000004014e6bd 0x3 - .text.wdev_pop_promis_misc_buf - 0x000000004014e6c0 0x75 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x79 (size before relaxing) - 0x000000004014e6c4 wdev_pop_promis_misc_buf - *fill* 0x000000004014e735 0x3 - .text.wdev_process_misc_pkt - 0x000000004014e738 0xd0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0xe8 (size before relaxing) - 0x000000004014e738 wdev_process_misc_pkt - .text.wdev_set_promis_misc_buf - 0x000000004014e808 0x80 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x90 (size before relaxing) - 0x000000004014e80c wdev_set_promis_misc_buf - .text.wdev_set_promis_ctrl_pkt - 0x000000004014e888 0x65 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x69 (size before relaxing) - 0x000000004014e894 wdev_set_promis_ctrl_pkt - *fill* 0x000000004014e8ed 0x3 - .text.wdev_set_promis - 0x000000004014e8f0 0x250 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x278 (size before relaxing) - 0x000000004014e908 wdev_set_promis - .text.wdev_set_promis_filter - 0x000000004014eb40 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x82 (size before relaxing) - 0x000000004014eb40 wdev_set_promis_filter - *fill* 0x000000004014ebb6 0x2 - .text.wdev_set_promis_ctrl_filter - 0x000000004014ebb8 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x4e (size before relaxing) - 0x000000004014ebb8 wdev_set_promis_ctrl_filter - *fill* 0x000000004014ebfe 0x2 - .text.wDev_Ant_Init - 0x000000004014ec00 0x9e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0xa2 (size before relaxing) - 0x000000004014ec04 wDev_Ant_Init - *fill* 0x000000004014ec9e 0x2 - .text.wDev_Rxbuf_Deinit - 0x000000004014eca0 0x93 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0xa3 (size before relaxing) - 0x000000004014eca4 wDev_Rxbuf_Deinit - *fill* 0x000000004014ed33 0x1 - .text.wDev_disable_low_rate - 0x000000004014ed34 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000004014ed40 wDev_disable_low_rate - .text.wDev_enable_low_rate - 0x000000004014ed88 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x54 (size before relaxing) - 0x000000004014ed8c wDev_enable_low_rate - .text.wDev_is_low_rate_enable - 0x000000004014edd4 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x2f (size before relaxing) - 0x000000004014edd4 wDev_is_low_rate_enable - *fill* 0x000000004014edf7 0x1 - .text.wDev_Initialize - 0x000000004014edf8 0x672 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x6ba (size before relaxing) - 0x000000004014eee0 wDev_Initialize - *fill* 0x000000004014f46a 0x2 - .text.wDev_DeInitialize - 0x000000004014f46c 0x4d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x59 (size before relaxing) - 0x000000004014f470 wDev_DeInitialize - *fill* 0x000000004014f4b9 0x3 - .text.wDev_EnableTransmit - 0x000000004014f4bc 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x98 (size before relaxing) - 0x000000004014f4c0 wDev_EnableTransmit - .text.wDev_SetMacAddress - 0x000000004014f540 0x83 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x87 (size before relaxing) - 0x000000004014f548 wDev_SetMacAddress - *fill* 0x000000004014f5c3 0x1 - .text.Tx_Copy2Queue - 0x000000004014f5c4 0x7b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x9f (size before relaxing) - 0x000000004014f5c4 Tx_Copy2Queue - *fill* 0x000000004014f63f 0x1 - .text.wDev_SetBssid - 0x000000004014f640 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0xbe (size before relaxing) - 0x000000004014f64c wDev_SetBssid - *fill* 0x000000004014f6ee 0x2 - .text.wDev_ProcessCollision - 0x000000004014f6f0 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x44 (size before relaxing) - 0x000000004014f6f0 wDev_ProcessCollision - .text.wDev_SetFrameAckType - 0x000000004014f728 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000004014f72c wDev_SetFrameAckType - .text.wDev_Get_KeyEntry - 0x000000004014f780 0x8f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x93 (size before relaxing) - 0x000000004014f78c wDev_Get_KeyEntry - *fill* 0x000000004014f80f 0x1 - .text.wDev_remove_KeyEntry - 0x000000004014f810 0x102 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x112 (size before relaxing) - 0x000000004014f830 wDev_remove_KeyEntry - *fill* 0x000000004014f912 0x2 - .text.wDev_remove_KeyEntry_all_cnx - 0x000000004014f914 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x37 (size before relaxing) - 0x000000004014f914 wDev_remove_KeyEntry_all_cnx - *fill* 0x000000004014f940 0x0 - .text.wDev_Insert_KeyEntry - 0x000000004014f940 0x126 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x152 (size before relaxing) - 0x000000004014f94c wDev_Insert_KeyEntry - *fill* 0x000000004014fa66 0x2 - .text.wDev_Crypto_Conf - 0x000000004014fa68 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x5c (size before relaxing) - 0x000000004014fa74 wDev_Crypto_Conf - .text.wDev_Crypto_Disable - 0x000000004014fabc 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x64 (size before relaxing) - 0x000000004014fabc wDev_Crypto_Disable - .text.wDev_AddRXBA - 0x000000004014fb0c 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000004014fb20 wDev_AddRXBA - .text.wDev_ResetRXBA - 0x000000004014fbac 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x50 (size before relaxing) - 0x000000004014fbac wDev_ResetRXBA - .text.wDev_RemoveRXBA - 0x000000004014fbf0 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x1c (size before relaxing) - 0x000000004014fbf0 wDev_RemoveRXBA - .text.wDev_GetBAInfo - 0x000000004014fc08 0x63 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000004014fc14 wDev_GetBAInfo - *fill* 0x000000004014fc6b 0x1 - .text.wdev_set_csi - 0x000000004014fc6c 0x45 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x51 (size before relaxing) - 0x000000004014fc70 wdev_set_csi - *fill* 0x000000004014fcb1 0x3 - .text.wdev_mac_init - 0x000000004014fcb4 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x22 (size before relaxing) - 0x000000004014fcb8 wdev_mac_init - *fill* 0x000000004014fcd2 0x2 - .text.wdev_mac_deinit - 0x000000004014fcd4 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x41 (size before relaxing) - 0x000000004014fce0 wdev_mac_deinit - *fill* 0x000000004014fd11 0x3 - .text.phy_change_channel_nomac - 0x000000004014fd14 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) - 0x17 (size before relaxing) - 0x000000004014fd14 phy_change_channel_nomac - *fill* 0x000000004014fd24 0x0 - .text.ram_pbus_force_mode - 0x000000004014fd24 0xf3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x10b (size before relaxing) - 0x000000004014fd44 ram_pbus_force_mode - *fill* 0x000000004014fe17 0x1 - .text.rfpll_init - 0x000000004014fe18 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000004014fe1c rfpll_init - .text.ram_restart_cal - 0x000000004014fecc 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x62 (size before relaxing) - 0x000000004014fecc ram_restart_cal - *fill* 0x000000004014ff2a 0x2 - .text.ram_wait_rfpll_cal_end - 0x000000004014ff2c 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x50 (size before relaxing) - 0x000000004014ff30 ram_wait_rfpll_cal_end - .text.chip_v7_rxmax_ext_ana - 0x000000004014ff70 0xfb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0xff (size before relaxing) - 0x000000004014ff7c chip_v7_rxmax_ext_ana - *fill* 0x000000004015006b 0x1 - .text.bb_bss_cbw40_ana - 0x000000004015006c 0xcb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0xcf (size before relaxing) - 0x0000000040150070 bb_bss_cbw40_ana - *fill* 0x0000000040150137 0x1 - .text.chip_v7_ana_rx_cfg - 0x0000000040150138 0x102 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x106 (size before relaxing) - 0x000000004015013c chip_v7_ana_rx_cfg - *fill* 0x000000004015023a 0x2 - .text.get_rf_freq_cap - 0x000000004015023c 0xa3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0xaf (size before relaxing) - 0x000000004015023c get_rf_freq_cap - *fill* 0x00000000401502df 0x1 - .text.correct_rfpll_offset - 0x00000000401502e0 0x112 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x116 (size before relaxing) - 0x00000000401502f8 correct_rfpll_offset - *fill* 0x00000000401503f2 0x2 - .text.wr_rf_freq_mem - 0x00000000401503f4 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x0000000040146374 0x66 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) 0x72 (size before relaxing) - 0x00000000401503f4 wr_rf_freq_mem - *fill* 0x000000004015045e 0x2 - .text.get_rf_freq_init$part$1 - 0x0000000040150460 0x10b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x12b (size before relaxing) - *fill* 0x000000004015056b 0x1 - .text.write_freq_mem_all - 0x000000004015056c 0x96 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0xaa (size before relaxing) - 0x000000004015056c write_freq_mem_all - *fill* 0x0000000040150602 0x2 - .text.bt_i2c_write_set - 0x0000000040150604 0x703 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x70b (size before relaxing) - 0x0000000040150670 bt_i2c_write_set - *fill* 0x0000000040150d07 0x1 - .text.bt_i2c_set_wifi_data - 0x0000000040150d08 0x12e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x0000000040150d1c bt_i2c_set_wifi_data - *fill* 0x0000000040150e36 0x2 - .text.bt_get_i2c_data - 0x0000000040150e38 0x426 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x42a (size before relaxing) - 0x0000000040150e3c bt_get_i2c_data - *fill* 0x000000004015125e 0x2 - .text.write_wifi_chan_data - 0x0000000040151260 0xab /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0xb7 (size before relaxing) - 0x0000000040151268 write_wifi_chan_data - *fill* 0x000000004015130b 0x1 - .text.set_chan_freq_hw_init - 0x000000004015130c 0x138 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x178 (size before relaxing) - 0x0000000040151318 set_chan_freq_hw_init - .text.rf_init 0x0000000040151444 0x180 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x1ac (size before relaxing) - 0x0000000040151468 rf_init - .text.set_chan_freq_sw_start - 0x00000000401515c4 0x216 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x23e (size before relaxing) - 0x00000000401515e4 set_chan_freq_sw_start - *fill* 0x00000000401517da 0x2 - .text.set_channel_rfpll_freq - 0x00000000401517dc 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x0000000040146384 ppRecycleRxPkt + *fill* 0x00000000401463da 0x2 + .text.ppSetInterface + 0x00000000401463dc 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401463e0 ppSetInterface + .text.ppClearRxFragment + 0x00000000401463f0 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x9e (size before relaxing) + 0x00000000401463f8 ppClearRxFragment + *fill* 0x0000000040146466 0x2 + .text.ppGetTxQFirstAvail_Locked + 0x0000000040146468 0x4e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x5a (size before relaxing) + 0x0000000040146468 ppGetTxQFirstAvail_Locked + *fill* 0x00000000401464b6 0x2 + .text.ppFetchTxQFirstAvail + 0x00000000401464b8 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x74 (size before relaxing) + 0x00000000401464b8 ppFetchTxQFirstAvail + .text.ppDequeueTxQ + 0x0000000040146520 0x47 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x4f (size before relaxing) + 0x0000000040146520 ppDequeueTxQ + *fill* 0x0000000040146567 0x1 + .text.ppRollBackTxQ + 0x0000000040146568 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x4a (size before relaxing) + 0x0000000040146568 ppRollBackTxQ + *fill* 0x00000000401465aa 0x2 + .text.ppFillAMPDUBar + 0x00000000401465ac 0x11c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x13c (size before relaxing) + 0x00000000401465b0 ppFillAMPDUBar + .text.ppReSendBar + 0x00000000401466c8 0x136 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x15e (size before relaxing) + 0x00000000401466cc ppReSendBar + *fill* 0x00000000401467fe 0x2 + .text.ppRecordBarRRC + 0x0000000040146800 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x20 (size before relaxing) + 0x0000000040146800 ppRecordBarRRC + .text.ppTxqUpdateBitmap + 0x000000004014681c 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x2c (size before relaxing) + 0x000000004014681c ppTxqUpdateBitmap + .text.ppGetTxqInfo + 0x0000000040146844 0x33 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x3b (size before relaxing) + 0x0000000040146844 ppGetTxqInfo + *fill* 0x0000000040146877 0x1 + .text.ppEnqueueTxDone + 0x0000000040146878 0x72 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) 0x92 (size before relaxing) - 0x00000000401517e0 set_channel_rfpll_freq - *fill* 0x0000000040151856 0x2 - .text.chip_v7_set_chan_nomac - 0x0000000040151858 0xaf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0xe2 (size before relaxing) - 0x000000004015186c chip_v7_set_chan_nomac - *fill* 0x0000000040151907 0x1 - .text.chip_v7_set_chan_offset - 0x0000000040151908 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0xe0 (size before relaxing) - 0x000000004015191c chip_v7_set_chan_offset - .text.chip_v7_set_chan_ana - 0x00000000401519c8 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x2f (size before relaxing) - 0x00000000401519c8 chip_v7_set_chan_ana - *fill* 0x00000000401519e7 0x1 - .text.phy_set_wifi_mode_only - 0x00000000401519e8 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x12 (size before relaxing) - 0x00000000401519e8 phy_set_wifi_mode_only - *fill* 0x00000000401519f6 0x2 - .text.ram_set_pbus_mem - 0x00000000401519f8 0x291 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x2a1 (size before relaxing) - 0x0000000040151a5c ram_set_pbus_mem - *fill* 0x0000000040151c89 0x3 - .text.ram_start_tx_tone - 0x0000000040151c8c 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x84 (size before relaxing) - 0x0000000040151c90 ram_start_tx_tone - .text.ram_bb_tx_ht20_cen - 0x0000000040151d08 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x29 (size before relaxing) - 0x0000000040151d08 ram_bb_tx_ht20_cen - *fill* 0x0000000040151d29 0x3 - .text.ram_phy_get_noisefloor - 0x0000000040151d2c 0x43 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x0000000040151d34 ram_phy_get_noisefloor - *fill* 0x0000000040151d6f 0x1 - .text.ram_check_noise_floor - 0x0000000040151d70 0x112 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x12a (size before relaxing) - 0x0000000040151d78 ram_check_noise_floor - *fill* 0x0000000040151e82 0x2 - .text.ram_set_noise_floor - 0x0000000040151e84 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014687c ppEnqueueTxDone + *fill* 0x00000000401468ea 0x2 + .text.ppDequeueTxDone_Locked + 0x00000000401468ec 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x64 (size before relaxing) + 0x00000000401468ec ppDequeueTxDone_Locked + .text.ppProcTxDone + 0x0000000040146940 0x132 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x156 (size before relaxing) + 0x000000004014694c ppProcTxDone + *fill* 0x0000000040146a72 0x2 + .text.pp_create_task + 0x0000000040146a74 0x1e5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x21d (size before relaxing) + 0x0000000040146aa4 pp_create_task + *fill* 0x0000000040146c59 0x3 + .text.pp_deattach + 0x0000000040146c5c 0x33 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x43 (size before relaxing) + 0x0000000040146c5c pp_deattach + *fill* 0x0000000040146c8f 0x1 + .text.ppGetTxframe + 0x0000000040146c90 0x93 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x9b (size before relaxing) + 0x0000000040146c98 ppGetTxframe + *fill* 0x0000000040146d23 0x1 + .text.ppTxqEmpty + 0x0000000040146d24 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) 0x54 (size before relaxing) - 0x0000000040151e8c ram_set_noise_floor - .text.ram_gen_rx_gain_table - 0x0000000040151ed4 0x142 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x14a (size before relaxing) - 0x0000000040151ee0 ram_gen_rx_gain_table - *fill* 0x0000000040152016 0x2 - .text.ram_bb_bss_cbw40_dig - 0x0000000040152018 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x2b (size before relaxing) - 0x0000000040152018 ram_bb_bss_cbw40_dig - *fill* 0x000000004015203b 0x1 - .text.ram_cbw2040_cfg - 0x000000004015203c 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x0000000040146d28 ppTxqEmpty + .text.pp_delete_task + 0x0000000040146d74 0x6f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x8a (size before relaxing) + 0x0000000040146d78 pp_delete_task + *fill* 0x0000000040146de3 0x1 + .text.ppMapWaitTxq + 0x0000000040146de4 0x186 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1a2 (size before relaxing) + 0x0000000040146de8 ppMapWaitTxq + *fill* 0x0000000040146f6a 0x2 + .text.ppProcessWaitingQueue + 0x0000000040146f6c 0x52 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x5e (size before relaxing) + 0x0000000040146f70 ppProcessWaitingQueue + *fill* 0x0000000040146fbe 0x2 + .text.ppCheckTxIdle + 0x0000000040146fc0 0xdc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xf0 (size before relaxing) + 0x0000000040146fc0 ppCheckTxIdle + .text.ppSelectNextQueue + 0x000000004014709c 0xb2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xbe (size before relaxing) + 0x000000004014709c ppSelectNextQueue + *fill* 0x000000004014714e 0x2 + .text.ppCalTxop + 0x0000000040147150 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x9a (size before relaxing) + 0x0000000040147150 ppCalTxop + *fill* 0x00000000401471da 0x2 + .text.ppPrepareBarFrame + 0x00000000401471dc 0xfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x120 (size before relaxing) + 0x00000000401471ec ppPrepareBarFrame + .text.pp_attach + 0x00000000401472d8 0x10f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x133 (size before relaxing) + 0x00000000401472e0 pp_attach + *fill* 0x00000000401473e7 0x1 + .text.ppDirectRecycleAmpdu + 0x00000000401473e8 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x64 (size before relaxing) + 0x00000000401473e8 ppDirectRecycleAmpdu + .text.ppClearTxq + 0x0000000040147440 0x73 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x83 (size before relaxing) + 0x0000000040147440 ppClearTxq + *fill* 0x00000000401474b3 0x1 + .text.pp_stop_sw_txq + 0x00000000401474b4 0x7e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x9e (size before relaxing) + 0x00000000401474b8 pp_stop_sw_txq + *fill* 0x0000000040147532 0x2 + .text.ppRecycleAmpdu + 0x0000000040147534 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xbe (size before relaxing) + 0x0000000040147534 ppRecycleAmpdu + *fill* 0x00000000401475da 0x2 + .text.ppRegressAmpdu + 0x00000000401475dc 0x173 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x193 (size before relaxing) + 0x00000000401475e0 ppRegressAmpdu + *fill* 0x000000004014774f 0x1 + .text.ppGetTaskHdl + 0x0000000040147750 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xe (size before relaxing) + 0x0000000040147750 ppGetTaskHdl + *fill* 0x000000004014775a 0x2 + .text.dbg_cnt_eb_alloc + 0x000000004014775c 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x28 (size before relaxing) + 0x000000004014775c dbg_cnt_eb_alloc + .text.dbg_cnt_eb_free + 0x0000000040147780 0x24 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x28 (size before relaxing) + 0x0000000040147780 dbg_cnt_eb_free + .text.dbg_cnt_lmac_ps_reset + 0x00000000401477a4 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x61 (size before relaxing) + 0x00000000401477a4 dbg_cnt_lmac_ps_reset + *fill* 0x00000000401477f9 0x3 + .text.dbg_lmac_init + 0x00000000401477fc 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x1a (size before relaxing) + 0x0000000040147800 dbg_lmac_init + *fill* 0x0000000040147812 0x2 + .text.pp_timer_sleep_delay + 0x0000000040147814 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x0000000040147823 0x1 + .text.pp_timer_coex_slice + 0x0000000040147824 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x0000000040147833 0x1 + .text.pp_timer_coex_schm + 0x0000000040147834 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x0000000040147843 0x1 + .text.pp_timer_active + 0x0000000040147844 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x0000000040147853 0x1 + .text.pp_timer_tbtt + 0x0000000040147854 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x0000000040147863 0x1 + .text.pp_timer_noise_check + 0x0000000040147864 0xf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x0000000040147873 0x1 + .text.pp_timer_do_process + 0x0000000040147874 0x8d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x99 (size before relaxing) + 0x0000000040147884 pp_timer_do_process + *fill* 0x0000000040147901 0x3 + .text.pp_timer_register_post_cb + 0x0000000040147904 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x0000000040147908 pp_timer_register_post_cb + .text.pp_timer_process + 0x0000000040147914 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x20 (size before relaxing) + 0x0000000040147914 pp_timer_process + .text.RC_GetAckTime + 0x0000000040147930 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x0000000040147934 RC_GetAckTime + *fill* 0x000000004014794b 0x1 + .text.RC_GetCtsTime + 0x000000004014794c 0x9a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x9e (size before relaxing) + 0x0000000040147954 RC_GetCtsTime + *fill* 0x00000000401479e6 0x2 + .text.RC_GetBlockAckTime + 0x00000000401479e8 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) 0x70 (size before relaxing) - 0x0000000040152040 ram_cbw2040_cfg + 0x00000000401479e8 RC_GetBlockAckTime + .text.rc11NRate2SchedIdx + 0x0000000040147a50 0x3c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc11GRate2SchedIdx + 0x0000000040147a8c 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc11BRate2SchedIdx + 0x0000000040147aa8 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rssi_margin + 0x0000000040147ac4 0x19e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x0000000040147c62 0x2 + .text.rc_set_per_conn_fix_rate$part$4 + 0x0000000040147c64 0x70 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rcTxUpdatePer + 0x0000000040147cd4 0xf3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xfb (size before relaxing) + *fill* 0x0000000040147dc7 0x1 + .text.rcUpdateAMPDUParam + 0x0000000040147dc8 0x117 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x11b (size before relaxing) + 0x0000000040147dd8 rcUpdateAMPDUParam + *fill* 0x0000000040147edf 0x1 + .text.rcGet11NHighestRateIdx + 0x0000000040147ee0 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x80 (size before relaxing) + 0x0000000040147ee4 rcGet11NHighestRateIdx + .text.rcGet11GHighestRateIdx + 0x0000000040147f5c 0x68 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x6c (size before relaxing) + 0x0000000040147f60 rcGet11GHighestRateIdx + .text.rcGet11BHighestRateIdx + 0x0000000040147fc4 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x46 (size before relaxing) + 0x0000000040147fc8 rcGet11BHighestRateIdx + *fill* 0x0000000040148006 0x2 + .text.rcGetHighestRateIdx$part$8 + 0x0000000040148008 0x49 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x55 (size before relaxing) + *fill* 0x0000000040148051 0x3 + .text.rcUpdatePhyMode + 0x0000000040148054 0x4fd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x519 (size before relaxing) + 0x00000000401480a4 rcUpdatePhyMode + *fill* 0x0000000040148551 0x3 + .text.trc_onAmpduOp + 0x0000000040148554 0x15e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x166 (size before relaxing) + 0x0000000040148554 trc_onAmpduOp + *fill* 0x00000000401486b2 0x2 + .text.rcGetAmpduSched + 0x00000000401486b4 0x91 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x99 (size before relaxing) + 0x00000000401486c0 rcGetAmpduSched + *fill* 0x0000000040148745 0x3 + .text.rcGetRate + 0x0000000040148748 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xbc (size before relaxing) + 0x000000004014874c rcGetRate + .text.rcReachRetryLimit + 0x00000000401487f0 0xb5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xdd (size before relaxing) + 0x00000000401487fc rcReachRetryLimit + *fill* 0x00000000401488a5 0x3 + .text.rcAttach + 0x00000000401488a8 0xdb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xf3 (size before relaxing) + 0x00000000401488b0 rcAttach + *fill* 0x0000000040148983 0x1 + .text.trc_onPPTxDone + 0x0000000040148984 0xdf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xef (size before relaxing) + 0x0000000040148984 trc_onPPTxDone + *fill* 0x0000000040148a63 0x1 + .text.rc_enable_trc + 0x0000000040148a64 0xe3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x107 (size before relaxing) + 0x0000000040148a6c rc_enable_trc + *fill* 0x0000000040148b47 0x1 + .text.rc_disable_trc + 0x0000000040148b48 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x76 (size before relaxing) + 0x0000000040148b4c rc_disable_trc + *fill* 0x0000000040148ba6 0x2 + .text.rc_disable_trc_by_interface + 0x0000000040148ba8 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x26 (size before relaxing) + 0x0000000040148ba8 rc_disable_trc_by_interface + *fill* 0x0000000040148bc6 0x2 + .text.rc_get_trc_by_index + 0x0000000040148bc8 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x43 (size before relaxing) + 0x0000000040148bd0 rc_get_trc_by_index + *fill* 0x0000000040148c03 0x1 + .text.trc_init + 0x0000000040148c04 0x51 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x65 (size before relaxing) + 0x0000000040148c04 trc_init + *fill* 0x0000000040148c55 0x3 + .text.trc_update_conn_phy_mode + 0x0000000040148c58 0x53 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x6f (size before relaxing) + 0x0000000040148c5c trc_update_conn_phy_mode + *fill* 0x0000000040148cab 0x1 + .text.trc_deinit + 0x0000000040148cac 0xb3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xb7 (size before relaxing) + 0x0000000040148cb4 trc_deinit + *fill* 0x0000000040148d5f 0x1 + .text.rc_set_fix_rate + 0x0000000040148d60 0x60 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x84 (size before relaxing) + 0x0000000040148d60 rc_set_fix_rate + .text.wdev_csi_hw_bug_check + 0x0000000040148dc0 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x80 (size before relaxing) + .text.unlikely.wDev_SnifferRxData + 0x0000000040148e3c 0x37e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x3d2 (size before relaxing) + *fill* 0x00000000401491ba 0x2 + .text.wDev_SetCurChannel + 0x00000000401491bc 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x26 (size before relaxing) + 0x00000000401491bc wDev_SetCurChannel + *fill* 0x00000000401491de 0x2 + .text.wDev_SetOpMode + 0x00000000401491e0 0x12 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x00000000401491e4 wDev_SetOpMode + *fill* 0x00000000401491f2 0x2 + .text.wDev_Set_Beacon_Int + 0x00000000401491f4 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x00000000401491f8 wDev_Set_Beacon_Int + *fill* 0x0000000040149202 0x2 + .text.wDev_Reset_TBTT + 0x0000000040149204 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x94 (size before relaxing) + 0x000000004014921c wDev_Reset_TBTT + .text.wDev_Mesh_Enable_Tsf + 0x0000000040149294 0x1c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x20 (size before relaxing) + 0x0000000040149298 wDev_Mesh_Enable_Tsf + .text.wDev_Mesh_Set_TBTT + 0x00000000401492b0 0x74 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x80 (size before relaxing) + 0x00000000401492b8 wDev_Mesh_Set_TBTT + .text.wDev_Get_Next_TBTT + 0x0000000040149324 0x71 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x7d (size before relaxing) + 0x000000004014932c wDev_Get_Next_TBTT + *fill* 0x0000000040149395 0x3 + .text.wdev_pop_promis_misc_buf + 0x0000000040149398 0x75 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x79 (size before relaxing) + 0x000000004014939c wdev_pop_promis_misc_buf + *fill* 0x000000004014940d 0x3 + .text.wdev_process_misc_pkt + 0x0000000040149410 0xd0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe8 (size before relaxing) + 0x0000000040149410 wdev_process_misc_pkt + .text.wdev_set_promis_misc_buf + 0x00000000401494e0 0x6e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x82 (size before relaxing) + 0x00000000401494e4 wdev_set_promis_misc_buf + *fill* 0x000000004014954e 0x2 + .text.wdev_set_promis_ctrl_pkt + 0x0000000040149550 0x65 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x69 (size before relaxing) + 0x000000004014955c wdev_set_promis_ctrl_pkt + *fill* 0x00000000401495b5 0x3 + .text.wdev_set_promis + 0x00000000401495b8 0x20e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x23e (size before relaxing) + 0x00000000401495d0 wdev_set_promis + *fill* 0x00000000401497c6 0x2 + .text.wdev_set_promis_filter + 0x00000000401497c8 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x82 (size before relaxing) + 0x00000000401497c8 wdev_set_promis_filter + *fill* 0x000000004014983e 0x2 + .text.wdev_set_promis_ctrl_filter + 0x0000000040149840 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x4e (size before relaxing) + 0x0000000040149840 wdev_set_promis_ctrl_filter + *fill* 0x0000000040149886 0x2 + .text.wDev_Ant_Init + 0x0000000040149888 0x9e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xa2 (size before relaxing) + 0x000000004014988c wDev_Ant_Init + *fill* 0x0000000040149926 0x2 + .text.wDev_Rxbuf_Deinit + 0x0000000040149928 0x6b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x77 (size before relaxing) + 0x000000004014992c wDev_Rxbuf_Deinit + *fill* 0x0000000040149993 0x1 + .text.wDev_disable_low_rate + 0x0000000040149994 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x00000000401499a0 wDev_disable_low_rate + .text.wDev_enable_low_rate + 0x00000000401499e8 0x48 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x54 (size before relaxing) + 0x00000000401499e8 wDev_enable_low_rate + .text.wDev_is_low_rate_enable + 0x0000000040149a30 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2f (size before relaxing) + 0x0000000040149a30 wDev_is_low_rate_enable + *fill* 0x0000000040149a53 0x1 + .text.wDev_Initialize + 0x0000000040149a54 0x672 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x6ba (size before relaxing) + 0x0000000040149b3c wDev_Initialize + *fill* 0x000000004014a0c6 0x2 + .text.wDev_DeInitialize + 0x000000004014a0c8 0x4d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x59 (size before relaxing) + 0x000000004014a0cc wDev_DeInitialize + *fill* 0x000000004014a115 0x3 + .text.wDev_EnableTransmit + 0x000000004014a118 0x84 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x98 (size before relaxing) + 0x000000004014a11c wDev_EnableTransmit + .text.wDev_SetMacAddress + 0x000000004014a19c 0x87 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004014a1a8 wDev_SetMacAddress + *fill* 0x000000004014a223 0x1 + .text.Tx_Copy2Queue + 0x000000004014a224 0x7f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x9f (size before relaxing) + 0x000000004014a228 Tx_Copy2Queue + *fill* 0x000000004014a2a3 0x1 + .text.wDev_SetBssid + 0x000000004014a2a4 0xae /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xbe (size before relaxing) + 0x000000004014a2b0 wDev_SetBssid + *fill* 0x000000004014a352 0x2 + .text.wDev_ProcessCollision + 0x000000004014a354 0x38 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x44 (size before relaxing) + 0x000000004014a354 wDev_ProcessCollision + .text.wDev_SetFrameAckType + 0x000000004014a38c 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004014a390 wDev_SetFrameAckType + .text.wDev_Get_KeyEntry + 0x000000004014a3e4 0x8f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x93 (size before relaxing) + 0x000000004014a3f0 wDev_Get_KeyEntry + *fill* 0x000000004014a473 0x1 + .text.wDev_remove_KeyEntry + 0x000000004014a474 0x102 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x112 (size before relaxing) + 0x000000004014a494 wDev_remove_KeyEntry + *fill* 0x000000004014a576 0x2 + .text.wDev_remove_KeyEntry_all_cnx + 0x000000004014a578 0x2c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x37 (size before relaxing) + 0x000000004014a578 wDev_remove_KeyEntry_all_cnx + *fill* 0x000000004014a5a4 0x0 + .text.wDev_Insert_KeyEntry + 0x000000004014a5a4 0x12a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x152 (size before relaxing) + 0x000000004014a5b4 wDev_Insert_KeyEntry + *fill* 0x000000004014a6ce 0x2 + .text.wDev_Crypto_Conf + 0x000000004014a6d0 0x54 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x5c (size before relaxing) + 0x000000004014a6dc wDev_Crypto_Conf + .text.wDev_Crypto_Disable + 0x000000004014a724 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x64 (size before relaxing) + 0x000000004014a724 wDev_Crypto_Disable + .text.wDev_AddRXBA + 0x000000004014a774 0xa0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004014a788 wDev_AddRXBA + .text.wDev_ResetRXBA + 0x000000004014a814 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x50 (size before relaxing) + 0x000000004014a814 wDev_ResetRXBA + .text.wDev_RemoveRXBA + 0x000000004014a858 0x18 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x1c (size before relaxing) + 0x000000004014a858 wDev_RemoveRXBA + .text.wDev_GetBAInfo + 0x000000004014a870 0x63 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004014a87c wDev_GetBAInfo + *fill* 0x000000004014a8d3 0x1 + .text.wdev_set_csi + 0x000000004014a8d4 0x45 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x51 (size before relaxing) + 0x000000004014a8d8 wdev_set_csi + *fill* 0x000000004014a919 0x3 + .text.wdev_mac_init + 0x000000004014a91c 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x22 (size before relaxing) + 0x000000004014a920 wdev_mac_init + *fill* 0x000000004014a93a 0x2 + .text.wdev_mac_deinit + 0x000000004014a93c 0x3d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x41 (size before relaxing) + 0x000000004014a948 wdev_mac_deinit + *fill* 0x000000004014a979 0x3 + .text.phy_change_channel_nomac + 0x000000004014a97c 0x10 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + 0x17 (size before relaxing) + 0x000000004014a97c phy_change_channel_nomac + *fill* 0x000000004014a98c 0x0 + .text.ram_pbus_force_mode + 0x000000004014a98c 0xf3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x10b (size before relaxing) + 0x000000004014a9ac ram_pbus_force_mode + *fill* 0x000000004014aa7f 0x1 + .text.rfpll_init + 0x000000004014aa80 0xb4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000004014aa84 rfpll_init + .text.ram_restart_cal + 0x000000004014ab34 0x5e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x62 (size before relaxing) + 0x000000004014ab34 ram_restart_cal + *fill* 0x000000004014ab92 0x2 + .text.ram_wait_rfpll_cal_end + 0x000000004014ab94 0x44 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x50 (size before relaxing) + 0x000000004014ab98 ram_wait_rfpll_cal_end + .text.chip_v7_rxmax_ext_ana + 0x000000004014abd8 0xfb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xff (size before relaxing) + 0x000000004014abe4 chip_v7_rxmax_ext_ana + *fill* 0x000000004014acd3 0x1 + .text.bb_bss_cbw40_ana + 0x000000004014acd4 0xcb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xcf (size before relaxing) + 0x000000004014acd8 bb_bss_cbw40_ana + *fill* 0x000000004014ad9f 0x1 + .text.chip_v7_ana_rx_cfg + 0x000000004014ada0 0x102 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x106 (size before relaxing) + 0x000000004014ada4 chip_v7_ana_rx_cfg + *fill* 0x000000004014aea2 0x2 + .text.get_rf_freq_cap + 0x000000004014aea4 0xa3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xaf (size before relaxing) + 0x000000004014aea4 get_rf_freq_cap + *fill* 0x000000004014af47 0x1 + .text.correct_rfpll_offset + 0x000000004014af48 0x112 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x116 (size before relaxing) + 0x000000004014af60 correct_rfpll_offset + *fill* 0x000000004014b05a 0x2 + .text.wr_rf_freq_mem + 0x000000004014b05c 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x72 (size before relaxing) + 0x000000004014b05c wr_rf_freq_mem + *fill* 0x000000004014b0c6 0x2 + .text.get_rf_freq_init$part$1 + 0x000000004014b0c8 0x10b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x12b (size before relaxing) + *fill* 0x000000004014b1d3 0x1 + .text.write_freq_mem_all + 0x000000004014b1d4 0x96 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xaa (size before relaxing) + 0x000000004014b1d4 write_freq_mem_all + *fill* 0x000000004014b26a 0x2 + .text.bt_i2c_write_set + 0x000000004014b26c 0x703 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x70b (size before relaxing) + 0x000000004014b2d8 bt_i2c_write_set + *fill* 0x000000004014b96f 0x1 + .text.bt_i2c_set_wifi_data + 0x000000004014b970 0x12e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000004014b984 bt_i2c_set_wifi_data + *fill* 0x000000004014ba9e 0x2 + .text.bt_get_i2c_data + 0x000000004014baa0 0x426 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x42a (size before relaxing) + 0x000000004014baa4 bt_get_i2c_data + *fill* 0x000000004014bec6 0x2 + .text.write_wifi_chan_data + 0x000000004014bec8 0xab /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xb7 (size before relaxing) + 0x000000004014bed0 write_wifi_chan_data + *fill* 0x000000004014bf73 0x1 + .text.set_chan_freq_hw_init + 0x000000004014bf74 0x138 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x178 (size before relaxing) + 0x000000004014bf80 set_chan_freq_hw_init + .text.rf_init 0x000000004014c0ac 0x184 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x1ac (size before relaxing) + 0x000000004014c0d4 rf_init + .text.set_chan_freq_sw_start + 0x000000004014c230 0x216 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x23e (size before relaxing) + 0x000000004014c250 set_chan_freq_sw_start + *fill* 0x000000004014c446 0x2 + .text.set_channel_rfpll_freq + 0x000000004014c448 0x7a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x92 (size before relaxing) + 0x000000004014c44c set_channel_rfpll_freq + *fill* 0x000000004014c4c2 0x2 + .text.chip_v7_set_chan_nomac + 0x000000004014c4c4 0xaf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xe2 (size before relaxing) + 0x000000004014c4d8 chip_v7_set_chan_nomac + *fill* 0x000000004014c573 0x1 + .text.chip_v7_set_chan_offset + 0x000000004014c574 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xe0 (size before relaxing) + 0x000000004014c588 chip_v7_set_chan_offset + .text.chip_v7_set_chan_ana + 0x000000004014c634 0x1f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x2f (size before relaxing) + 0x000000004014c634 chip_v7_set_chan_ana + *fill* 0x000000004014c653 0x1 + .text.phy_set_wifi_mode_only + 0x000000004014c654 0xe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x12 (size before relaxing) + 0x000000004014c654 phy_set_wifi_mode_only + *fill* 0x000000004014c662 0x2 + .text.ram_set_pbus_mem + 0x000000004014c664 0x291 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x2a1 (size before relaxing) + 0x000000004014c6c8 ram_set_pbus_mem + *fill* 0x000000004014c8f5 0x3 + .text.ram_start_tx_tone + 0x000000004014c8f8 0x7c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x84 (size before relaxing) + 0x000000004014c8fc ram_start_tx_tone + .text.ram_bb_tx_ht20_cen + 0x000000004014c974 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x29 (size before relaxing) + 0x000000004014c974 ram_bb_tx_ht20_cen + *fill* 0x000000004014c995 0x3 + .text.ram_phy_get_noisefloor + 0x000000004014c998 0x43 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014c9a0 ram_phy_get_noisefloor + *fill* 0x000000004014c9db 0x1 + .text.ram_check_noise_floor + 0x000000004014c9dc 0x112 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x12a (size before relaxing) + 0x000000004014c9e4 ram_check_noise_floor + *fill* 0x000000004014caee 0x2 + .text.ram_set_noise_floor + 0x000000004014caf0 0x50 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x54 (size before relaxing) + 0x000000004014caf8 ram_set_noise_floor + .text.ram_gen_rx_gain_table + 0x000000004014cb40 0x142 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x14a (size before relaxing) + 0x000000004014cb4c ram_gen_rx_gain_table + *fill* 0x000000004014cc82 0x2 + .text.ram_bb_bss_cbw40_dig + 0x000000004014cc84 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x2b (size before relaxing) + 0x000000004014cc84 ram_bb_bss_cbw40_dig + *fill* 0x000000004014cca7 0x1 + .text.ram_cbw2040_cfg + 0x000000004014cca8 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x70 (size before relaxing) + 0x000000004014ccac ram_cbw2040_cfg .text.ram_bb_bss_bw_40_en - 0x00000000401520a0 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014cd0c 0x22 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x2a (size before relaxing) - 0x00000000401520a0 ram_bb_bss_bw_40_en - *fill* 0x00000000401520c2 0x2 + 0x000000004014cd0c ram_bb_bss_bw_40_en + *fill* 0x000000004014cd2e 0x2 .text.bt_txdc_cal$part$3 - 0x00000000401520c4 0xbd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014cd30 0xbd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xc5 (size before relaxing) - *fill* 0x0000000040152181 0x3 + *fill* 0x000000004014cded 0x3 .text.bt_txiq_cal$part$4 - 0x0000000040152184 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014cdf0 0xa6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xc6 (size before relaxing) - *fill* 0x000000004015222a 0x2 + *fill* 0x000000004014ce96 0x2 .text.ram_spur_coef_cfg - 0x000000004015222c 0x21b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014ce98 0x21f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x243 (size before relaxing) - 0x0000000040152248 ram_spur_coef_cfg - *fill* 0x0000000040152447 0x1 + 0x000000004014ceb8 ram_spur_coef_cfg + *fill* 0x000000004014d0b7 0x1 .text.disable_wifi_agc - 0x0000000040152448 0x82 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014d0b8 0x82 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x86 (size before relaxing) - 0x0000000040152460 disable_wifi_agc - *fill* 0x00000000401524ca 0x2 + 0x000000004014d0d0 disable_wifi_agc + *fill* 0x000000004014d13a 0x2 .text.enable_wifi_agc - 0x00000000401524cc 0x75 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014d13c 0x75 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x8d (size before relaxing) - 0x00000000401524d0 enable_wifi_agc - *fill* 0x0000000040152541 0x3 + 0x000000004014d140 enable_wifi_agc + *fill* 0x000000004014d1b1 0x3 .text.set_rx_gain_cal_iq - 0x0000000040152544 0x2ef /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014d1b4 0x2ef /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x31b (size before relaxing) - 0x0000000040152570 set_rx_gain_cal_iq - *fill* 0x0000000040152833 0x1 + 0x000000004014d1e0 set_rx_gain_cal_iq + *fill* 0x000000004014d4a3 0x1 .text.set_rx_gain_cal_dc - 0x0000000040152834 0x2f4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014d4a4 0x2f4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x314 (size before relaxing) - 0x0000000040152844 set_rx_gain_cal_dc + 0x000000004014d4b4 set_rx_gain_cal_dc .text.wr_rx_gain_mem - 0x0000000040152b28 0x165 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014d798 0x165 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x17d (size before relaxing) - 0x0000000040152b2c wr_rx_gain_mem - *fill* 0x0000000040152c8d 0x3 + 0x000000004014d79c wr_rx_gain_mem + *fill* 0x000000004014d8fd 0x3 .text.set_rx_gain_testchip_70 - 0x0000000040152c90 0x24a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014d900 0x24a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x282 (size before relaxing) - 0x0000000040152c9c set_rx_gain_testchip_70 - *fill* 0x0000000040152eda 0x2 + 0x000000004014d90c set_rx_gain_testchip_70 + *fill* 0x000000004014db4a 0x2 .text.bt_correct_bbgain - 0x0000000040152edc 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014db4c 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xb4 (size before relaxing) - 0x0000000040152edc bt_correct_bbgain + 0x000000004014db4c bt_correct_bbgain .text.bt_tx_gain_cal$part$2 - 0x0000000040152f8c 0x21c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014dbfc 0x21c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x230 (size before relaxing) .text.bt_index_to_bb - 0x00000000401531a8 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014de18 0x16 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x1a (size before relaxing) - 0x00000000401531a8 bt_index_to_bb - *fill* 0x00000000401531be 0x2 + 0x000000004014de18 bt_index_to_bb + *fill* 0x000000004014de2e 0x2 .text.wr_bt_tx_gain_mem - 0x00000000401531c0 0xbd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014de30 0xbd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xc5 (size before relaxing) - 0x00000000401531c8 wr_bt_tx_gain_mem - *fill* 0x000000004015327d 0x3 + 0x000000004014de38 wr_bt_tx_gain_mem + *fill* 0x000000004014deed 0x3 .text.set_tx_gain_table_bt - 0x0000000040153280 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014def0 0x32 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x56 (size before relaxing) - 0x0000000040153284 set_tx_gain_table_bt - *fill* 0x00000000401532b2 0x2 + 0x000000004014def4 set_tx_gain_table_bt + *fill* 0x000000004014df22 0x2 .text.set_chanfreq_nomac - 0x00000000401532b4 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014df24 0x27 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x2f (size before relaxing) - 0x00000000401532b4 set_chanfreq_nomac - *fill* 0x00000000401532db 0x1 + 0x000000004014df24 set_chanfreq_nomac + *fill* 0x000000004014df4b 0x1 .text.bb_bss_cbw40 - 0x00000000401532dc 0xe3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014df4c 0xe3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xfb (size before relaxing) - 0x00000000401532ec bb_bss_cbw40 - *fill* 0x00000000401533bf 0x1 + 0x000000004014df5c bb_bss_cbw40 + *fill* 0x000000004014e02f 0x1 .text.read_hw_noisefloor - 0x00000000401533c0 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014e030 0x13 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x17 (size before relaxing) - 0x00000000401533c0 read_hw_noisefloor - *fill* 0x00000000401533d3 0x1 + 0x000000004014e030 read_hw_noisefloor + *fill* 0x000000004014e043 0x1 .text.noise_check_loop - 0x00000000401533d4 0x173 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014e044 0x173 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x18f (size before relaxing) - 0x00000000401533e0 noise_check_loop - *fill* 0x0000000040153547 0x1 + 0x000000004014e050 noise_check_loop + *fill* 0x000000004014e1b7 0x1 .text.noise_init - 0x0000000040153548 0x116 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014e1b8 0x116 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x12e (size before relaxing) - 0x0000000040153550 noise_init - *fill* 0x000000004015365e 0x2 + 0x000000004014e1c0 noise_init + *fill* 0x000000004014e2ce 0x2 .text.chip_v7_set_chan_misc - 0x0000000040153660 0x110 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014e2d0 0x110 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x130 (size before relaxing) - 0x0000000040153680 chip_v7_set_chan_misc + 0x000000004014e2f0 chip_v7_set_chan_misc .text.set_rx_gain_table - 0x0000000040153770 0x1e3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014e3e0 0x1e3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x22f (size before relaxing) - 0x0000000040153790 set_rx_gain_table - *fill* 0x0000000040153953 0x1 + 0x000000004014e400 set_rx_gain_table + *fill* 0x000000004014e5c3 0x1 .text.txiq_cal_init - 0x0000000040153954 0xdc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014e5c4 0xdc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xf4 (size before relaxing) - 0x0000000040153958 txiq_cal_init + 0x000000004014e5c8 txiq_cal_init .text.opt_11b_resart - 0x0000000040153a30 0xab /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014e6a0 0xab /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xc3 (size before relaxing) - 0x0000000040153a44 opt_11b_resart - *fill* 0x0000000040153adb 0x1 + 0x000000004014e6b4 opt_11b_resart + *fill* 0x000000004014e74b 0x1 .text.phy_chan_filt_set - 0x0000000040153adc 0xde /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014e74c 0xde /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xf2 (size before relaxing) - 0x0000000040153af0 phy_chan_filt_set - *fill* 0x0000000040153bba 0x2 + 0x000000004014e760 phy_chan_filt_set + *fill* 0x000000004014e82a 0x2 .text.register_chipv7_phy_init_param - 0x0000000040153bbc 0x29e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014e82c 0x29e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x2ae (size before relaxing) - 0x0000000040153bc4 register_chipv7_phy_init_param - *fill* 0x0000000040153e5a 0x2 + 0x000000004014e834 register_chipv7_phy_init_param + *fill* 0x000000004014eaca 0x2 .text.phy_get_romfunc_addr - 0x0000000040153e5c 0x29f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014eacc 0x29f /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x2a3 (size before relaxing) - 0x0000000040153ef8 phy_get_romfunc_addr - *fill* 0x00000000401540fb 0x1 + 0x000000004014eb68 phy_get_romfunc_addr + *fill* 0x000000004014ed6b 0x1 .text.rf_cal_data_recovery - 0x00000000401540fc 0xd7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014ed6c 0xd7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xe7 (size before relaxing) - 0x00000000401540fc rf_cal_data_recovery - *fill* 0x00000000401541d3 0x1 + 0x000000004014ed6c rf_cal_data_recovery + *fill* 0x000000004014ee43 0x1 .text.rf_cal_data_backup - 0x00000000401541d4 0x1a7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014ee44 0x1a7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x1cb (size before relaxing) - 0x00000000401541dc rf_cal_data_backup - *fill* 0x000000004015437b 0x1 + 0x000000004014ee4c rf_cal_data_backup + *fill* 0x000000004014efeb 0x1 .text.phy_get_rf_cal_version - 0x000000004015437c 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x0000000040154380 phy_get_rf_cal_version + 0x000000004014efec 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014eff0 phy_get_rf_cal_version .text.set_xpd_sar - 0x0000000040154388 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014eff8 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x32 (size before relaxing) - 0x0000000040154390 set_xpd_sar - *fill* 0x00000000401543b6 0x2 + 0x000000004014f000 set_xpd_sar + *fill* 0x000000004014f026 0x2 .text.phy_close_rf - 0x00000000401543b8 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014f028 0x76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x9e (size before relaxing) - 0x00000000401543bc phy_close_rf - *fill* 0x000000004015442e 0x2 + 0x000000004014f02c phy_close_rf + *fill* 0x000000004014f09e 0x2 .text.phy_set_most_tpw - 0x0000000040154430 0x4d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014f0a0 0x4d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x55 (size before relaxing) - 0x0000000040154440 phy_set_most_tpw - *fill* 0x000000004015447d 0x3 + 0x000000004014f0b0 phy_set_most_tpw + *fill* 0x000000004014f0ed 0x3 .text.phy_get_most_tpw - 0x0000000040154480 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014f0f0 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x2c (size before relaxing) - 0x0000000040154480 phy_get_most_tpw + 0x000000004014f0f0 phy_get_most_tpw .text.phy_ant_init - 0x00000000401544a0 0xbb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014f110 0xbb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xcb (size before relaxing) - 0x00000000401544b8 phy_ant_init - *fill* 0x000000004015455b 0x1 - .text.bb_init 0x000000004015455c 0x5b6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014f128 phy_ant_init + *fill* 0x000000004014f1cb 0x1 + .text.bb_init 0x000000004014f1cc 0x5b6 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x6e2 (size before relaxing) - 0x00000000401545d8 bb_init - *fill* 0x0000000040154b12 0x2 + 0x000000004014f248 bb_init + *fill* 0x000000004014f782 0x2 .text.register_chipv7_phy - 0x0000000040154b14 0x30a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014f784 0x30a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x396 (size before relaxing) - 0x0000000040154b34 register_chipv7_phy - *fill* 0x0000000040154e1e 0x2 + 0x000000004014f7a4 register_chipv7_phy + *fill* 0x000000004014fa8e 0x2 .text.ant_dft_cfg - 0x0000000040154e20 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014fa90 0x21 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x29 (size before relaxing) - 0x0000000040154e20 ant_dft_cfg - *fill* 0x0000000040154e41 0x3 + 0x000000004014fa90 ant_dft_cfg + *fill* 0x000000004014fab1 0x3 .text.ant_wifitx_cfg - 0x0000000040154e44 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014fab4 0x46 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x4e (size before relaxing) - 0x0000000040154e48 ant_wifitx_cfg - *fill* 0x0000000040154e8a 0x2 + 0x000000004014fab8 ant_wifitx_cfg + *fill* 0x000000004014fafa 0x2 .text.ant_wifirx_cfg - 0x0000000040154e8c 0xa4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014fafc 0xa4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0xb8 (size before relaxing) - 0x0000000040154e90 ant_wifirx_cfg + 0x000000004014fb00 ant_wifirx_cfg .text.phy_chan_dump_cfg - 0x0000000040154f30 0x99 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x0000000040154f34 phy_chan_dump_cfg - *fill* 0x0000000040154fc9 0x3 + 0x000000004014fba0 0x99 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014fba4 phy_chan_dump_cfg + *fill* 0x000000004014fc39 0x3 .text.chan14_mic_cfg - 0x0000000040154fcc 0xea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004014fc3c 0xea /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) 0x10e (size before relaxing) - 0x0000000040154fd8 chan14_mic_cfg - *fill* 0x00000000401550b6 0x2 + 0x000000004014fc48 chan14_mic_cfg + *fill* 0x000000004014fd26 0x2 .text.ram_index_to_txbbgain - 0x00000000401550b8 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x00000000401550bc ram_index_to_txbbgain - *fill* 0x00000000401550d6 0x2 + 0x000000004014fd28 0x1e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000004014fd2c ram_index_to_txbbgain + *fill* 0x000000004014fd46 0x2 .text.ram_txdc_cal_v70 - 0x00000000401550d8 0x1b8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000004014fd48 0x1b8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x1cc (size before relaxing) - 0x00000000401550e8 ram_txdc_cal_v70 + 0x000000004014fd58 ram_txdc_cal_v70 .text.pwdet_sar2_init - 0x0000000040155290 0xfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000004014ff00 0xfc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x114 (size before relaxing) - 0x00000000401552a8 pwdet_sar2_init + 0x000000004014ff18 pwdet_sar2_init .text.ram_en_pwdet - 0x000000004015538c 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000004014fffc 0x86 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x96 (size before relaxing) - 0x0000000040155398 ram_en_pwdet - *fill* 0x0000000040155412 0x2 + 0x0000000040150008 ram_en_pwdet + *fill* 0x0000000040150082 0x2 .text.txcal_debuge_mode - 0x0000000040155414 0x53 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040150084 0x53 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x5f (size before relaxing) - 0x0000000040155414 txcal_debuge_mode - *fill* 0x0000000040155467 0x1 + 0x0000000040150084 txcal_debuge_mode + *fill* 0x00000000401500d7 0x1 .text.ram_txcal_work_mode - 0x0000000040155468 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x00000000401500d8 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x32 (size before relaxing) - 0x0000000040155468 ram_txcal_work_mode - *fill* 0x0000000040155496 0x2 + 0x00000000401500d8 ram_txcal_work_mode + *fill* 0x0000000040150106 0x2 .text.ram_get_fm_sar_dout - 0x0000000040155498 0x9d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040150108 0x9d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0xa9 (size before relaxing) - 0x0000000040155498 ram_get_fm_sar_dout - *fill* 0x0000000040155535 0x3 + 0x0000000040150108 ram_get_fm_sar_dout + *fill* 0x00000000401501a5 0x3 .text.ram_txiq_get_mis_pwr - 0x0000000040155538 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x00000000401501a8 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0xe8 (size before relaxing) - 0x0000000040155548 ram_txiq_get_mis_pwr + 0x00000000401501b8 ram_txiq_get_mis_pwr .text.ram_txiq_cover - 0x000000004015560c 0x197 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000004015027c 0x197 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x19b (size before relaxing) - 0x000000004015560c ram_txiq_cover - *fill* 0x00000000401557a3 0x1 + 0x000000004015027c ram_txiq_cover + *fill* 0x0000000040150413 0x1 .text.rfcal_txiq - 0x00000000401557a4 0x1df /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040150414 0x1df /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x207 (size before relaxing) - 0x00000000401557a4 rfcal_txiq - *fill* 0x0000000040155983 0x1 + 0x0000000040150414 rfcal_txiq + *fill* 0x00000000401505f3 0x1 .text.ram_iq_est_enable - 0x0000000040155984 0xb2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x00000000401505f4 0xb2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0xbe (size before relaxing) - 0x0000000040155998 ram_iq_est_enable - *fill* 0x0000000040155a36 0x2 + 0x0000000040150608 ram_iq_est_enable + *fill* 0x00000000401506a6 0x2 .text.ram_iq_est_disable - 0x0000000040155a38 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x00000000401506a8 0x2e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x36 (size before relaxing) - 0x0000000040155a38 ram_iq_est_disable - *fill* 0x0000000040155a66 0x2 + 0x00000000401506a8 ram_iq_est_disable + *fill* 0x00000000401506d6 0x2 .text.ram_dc_iq_est - 0x0000000040155a68 0x6e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x00000000401506d8 0x6e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x7e (size before relaxing) - 0x0000000040155a68 ram_dc_iq_est - *fill* 0x0000000040155ad6 0x2 + 0x00000000401506d8 ram_dc_iq_est + *fill* 0x0000000040150746 0x2 .text.ram_pbus_rx_dco_cal - 0x0000000040155ad8 0x2ff /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040150748 0x2ff /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x323 (size before relaxing) - 0x0000000040155aec ram_pbus_rx_dco_cal - *fill* 0x0000000040155dd7 0x1 + 0x000000004015075c ram_pbus_rx_dco_cal + *fill* 0x0000000040150a47 0x1 .text.pbus_rx_dco_cal_1step - 0x0000000040155dd8 0x4a0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040150a48 0x4a0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x4a8 (size before relaxing) - 0x0000000040155ddc pbus_rx_dco_cal_1step - .text.rc_cal 0x0000000040156278 0x2cd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040150a4c pbus_rx_dco_cal_1step + .text.rc_cal 0x0000000040150ee8 0x2cd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x2e5 (size before relaxing) - 0x0000000040156280 rc_cal - *fill* 0x0000000040156545 0x3 + 0x0000000040150ef0 rc_cal + *fill* 0x00000000401511b5 0x3 .text.tx_cap_init - 0x0000000040156548 0x154 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x00000000401511b8 0x154 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x17c (size before relaxing) - 0x0000000040156550 tx_cap_init + 0x00000000401511c0 tx_cap_init .text.ram_meas_tone_pwr_db - 0x000000004015669c 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000004015130c 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x5d (size before relaxing) - 0x000000004015669c ram_meas_tone_pwr_db - *fill* 0x00000000401566f1 0x3 + 0x000000004015130c ram_meas_tone_pwr_db + *fill* 0x0000000040151361 0x3 .text.ram_rfcal_pwrctrl - 0x00000000401566f4 0x24e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040151364 0x24e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x25a (size before relaxing) - 0x00000000401566f8 ram_rfcal_pwrctrl - *fill* 0x0000000040156942 0x2 + 0x0000000040151368 ram_rfcal_pwrctrl + *fill* 0x00000000401515b2 0x2 .text.ram_tx_pwr_backoff - 0x0000000040156944 0x20c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x00000000401515b4 0x20c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x224 (size before relaxing) - 0x0000000040156944 ram_tx_pwr_backoff + 0x00000000401515b4 ram_tx_pwr_backoff .text.cal_rf_ana_gain - 0x0000000040156b50 0xd3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x00000000401517c0 0xd3 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0xf3 (size before relaxing) - 0x0000000040156b58 cal_rf_ana_gain - *fill* 0x0000000040156c23 0x1 + 0x00000000401517c8 cal_rf_ana_gain + *fill* 0x0000000040151893 0x1 .text.tx_pwctrl_init_cal - 0x0000000040156c24 0x17a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040151894 0x17a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x1b6 (size before relaxing) - 0x0000000040156c30 tx_pwctrl_init_cal - *fill* 0x0000000040156d9e 0x2 + 0x00000000401518a0 tx_pwctrl_init_cal + *fill* 0x0000000040151a0e 0x2 .text.tx_pwctrl_init - 0x0000000040156da0 0x9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040151a10 0x9c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0xc8 (size before relaxing) - 0x0000000040156da4 tx_pwctrl_init + 0x0000000040151a14 tx_pwctrl_init .text.bt_tx_pwctrl_init - 0x0000000040156e3c 0x23b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040151aac 0x23b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x2ab (size before relaxing) - 0x0000000040156e44 bt_tx_pwctrl_init - *fill* 0x0000000040157077 0x1 + 0x0000000040151ab4 bt_tx_pwctrl_init + *fill* 0x0000000040151ce7 0x1 .text.ram_phy_get_vdd33 - 0x0000000040157078 0x176 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040151ce8 0x176 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x1b2 (size before relaxing) - 0x0000000040157078 ram_phy_get_vdd33 - *fill* 0x00000000401571ee 0x2 + 0x0000000040151ce8 ram_phy_get_vdd33 + *fill* 0x0000000040151e5e 0x2 .text.txpwr_offset - 0x00000000401571f0 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040151e60 0x90 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0xa4 (size before relaxing) - 0x00000000401571fc txpwr_offset + 0x0000000040151e6c txpwr_offset .text.phy_set_bbfreq_init - 0x0000000040157280 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040151ef0 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x46 (size before relaxing) - 0x000000004015728c phy_set_bbfreq_init - *fill* 0x00000000401572c2 0x2 + 0x0000000040151efc phy_set_bbfreq_init + *fill* 0x0000000040151f32 0x2 .text.ram_tx_pwctrl_bg_init - 0x00000000401572c4 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000040151f34 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) 0x2a (size before relaxing) - 0x00000000401572c8 ram_tx_pwctrl_bg_init - *fill* 0x00000000401572ea 0x2 + 0x0000000040151f38 ram_tx_pwctrl_bg_init + *fill* 0x0000000040151f5a 0x2 .literal.net80211_printf - 0x00000000401572ec 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x0000000040151f5c 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) 0x8 (size before relaxing) .literal.parse_url_char - 0x00000000401572f0 0x8 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040151f60 0x8 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .literal.http_parse_host_char - 0x00000000401572f8 0x4 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040151f68 0x4 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .literal.http_parse_host - 0x00000000401572fc 0x18 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040151f6c 0x18 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x20 (size before relaxing) .literal.http_should_keep_alive - 0x0000000040157314 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040151f84 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x4 (size before relaxing) .literal.http_parser_execute - 0x0000000040157314 0x180 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040151f84 0x180 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x2b4 (size before relaxing) .literal.http_parser_init - 0x0000000040157494 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040152104 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0xc (size before relaxing) .literal.http_parser_settings_init - 0x0000000040157494 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040152104 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x4 (size before relaxing) .literal.http_parser_url_init - 0x0000000040157494 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040152104 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x4 (size before relaxing) .literal.http_parser_parse_url - 0x0000000040157494 0x14 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040152104 0x14 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x28 (size before relaxing) .literal.http_parser_pause - 0x00000000401574a8 0x10 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040152118 0x10 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x20 (size before relaxing) .literal.esp_tls_server_session_create - 0x00000000401574b8 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x0000000040152128 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) 0x4 (size before relaxing) .literal.esp_tls_server_session_delete - 0x00000000401574b8 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x0000000040152128 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) 0x4 (size before relaxing) .literal.esp_tls_get_bytes_avail - 0x00000000401574b8 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x0000000040152128 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) 0x4 (size before relaxing) .literal.esp_mbedtls_read - 0x00000000401574b8 0x18 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040152128 0x18 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x1c (size before relaxing) .literal.esp_mbedtls_write - 0x00000000401574d0 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040152140 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x20 (size before relaxing) .literal.set_ca_cert - 0x00000000401574d8 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040152148 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x34 (size before relaxing) .literal.set_global_ca_store - 0x00000000401574ec 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000004015215c 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x2c (size before relaxing) .literal.set_pki_context - 0x00000000401574f8 0x18 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040152168 0x18 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x60 (size before relaxing) .literal.esp_mbedtls_get_bytes_avail - 0x0000000040157510 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040152180 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x14 (size before relaxing) .literal.esp_mbedtls_cleanup - 0x0000000040157514 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040152184 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x30 (size before relaxing) .literal.set_server_config - 0x0000000040157518 0x1c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040152188 0x1c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x5c (size before relaxing) .literal.set_client_config - 0x0000000040157534 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0xa4 (size before relaxing) + 0x00000000401521a4 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0xa8 (size before relaxing) .literal.esp_create_mbedtls_handle - 0x0000000040157564 0x2c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x00000000401521d4 0x2c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x90 (size before relaxing) .literal.esp_mbedtls_server_session_create - 0x0000000040157590 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040152200 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x30 (size before relaxing) .literal.esp_mbedtls_server_session_delete - 0x00000000401575a0 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040152210 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x8 (size before relaxing) .literal.low_level_init - 0x00000000401575a0 0x4 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040152210 0x4 esp-idf/lwip/liblwip.a(wlanif.c.obj) .literal.lwip_netif_wifi_free_rx_buffer - 0x00000000401575a4 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040152214 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x8 (size before relaxing) .literal.low_level_output - 0x00000000401575a4 0xc esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040152214 0xc esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x18 (size before relaxing) .literal.wlanif_input - 0x00000000401575b0 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040152220 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x14 (size before relaxing) .literal.wlanif_init - 0x00000000401575b0 0x20 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040152220 0x20 esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x2c (size before relaxing) .literal.wlanif_init_sta - 0x00000000401575d0 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040152240 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x4 (size before relaxing) .literal.wlanif_init_ap - 0x00000000401575d0 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040152240 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x4 (size before relaxing) .literal.ethip6_output - 0x00000000401575d0 0x4 esp-idf/lwip/liblwip.a(ethip6.c.obj) + 0x0000000040152240 0x4 esp-idf/lwip/liblwip.a(ethip6.c.obj) 0x14 (size before relaxing) .literal.ssl_mfl_code_to_length - 0x00000000401575d4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152244 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_check_hs_header - 0x00000000401575d4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152244 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.ssl_dtls_replay_reset - 0x00000000401575d4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152244 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_cookie_write_dummy - 0x00000000401575d4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152248 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .literal.ssl_cookie_check_dummy - 0x00000000401575d8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015224c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.ssl_reset_in_out_pointers - 0x00000000401575d8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015224c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_get_maximum_datagram_size - 0x00000000401575d8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015224c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.ssl_get_remaining_space_in_datagram - 0x00000000401575e0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152254 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_swap_epochs - 0x00000000401575e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152258 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.ssl_load_buffered_message - 0x00000000401575e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152258 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.ssl_check_dtls_clihlo_cookie - 0x00000000401575e4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152258 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x18 (size before relaxing) .literal.ssl_calc_finished_tls_sha256 - 0x00000000401575f4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152268 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x1c (size before relaxing) .literal.ssl_calc_verify_tls_sha256 - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.tls_prf_generic - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x54 (size before relaxing) .literal.tls_prf_sha256 - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.tls_prf_sha384 - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.tls1_prf - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x84 (size before relaxing) .literal.ssl_calc_finished_tls_sha384 - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x1c (size before relaxing) .literal.ssl_calc_verify_tls_sha384 - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.ssl_calc_finished_tls - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x2c (size before relaxing) .literal.ssl_calc_verify_tls - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x20 (size before relaxing) .literal.ssl_bitmask_set - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.ssl_consume_current_message - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_flight_free - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_free_buffered_record - 0x00000000401575fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.ssl_load_buffered_record - 0x00000000401575fc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152270 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x14 (size before relaxing) .literal.ssl_buffering_free_slot - 0x0000000040157600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152274 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_buffering_free - 0x0000000040157600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152274 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_buffer_make_space - 0x0000000040157600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152274 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.ssl_key_cert_free - 0x0000000040157600 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152274 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.ssl_flight_append - 0x0000000040157600 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152274 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x14 (size before relaxing) .literal.ssl_buffer_future_record - 0x0000000040157604 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.ssl_append_key_cert - 0x0000000040157604 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152278 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_hs_is_proper_fragment - 0x0000000040157604 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152278 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.ssl_buffer_message - 0x0000000040157608 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015227c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x40 (size before relaxing) .literal.ssl_transform_init - 0x0000000040157608 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015227c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x14 (size before relaxing) .literal.ssl_update_checksum_md5sha1 - 0x0000000040157608 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015227c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_update_checksum_sha256 - 0x0000000040157608 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015227c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.ssl_update_checksum_start - 0x0000000040157608 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015227c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.ssl_update_checksum_sha384 - 0x0000000040157608 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015227c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ssl_derive_keys - 0x0000000040157608 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015227c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x98 (size before relaxing) .literal.mbedtls_ssl_psk_derive_premaster - 0x0000000040157638 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522ac 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x1c (size before relaxing) .literal.mbedtls_ssl_flush_output - 0x000000004015763c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.mbedtls_ssl_recv_flight_completed - 0x000000004015763c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.mbedtls_ssl_send_flight_completed - 0x000000004015763c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.mbedtls_ssl_update_handshake_status - 0x000000004015763c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ssl_dtls_replay_update - 0x000000004015763c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.mbedtls_ssl_optimize_checksum - 0x000000004015763c 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522b0 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .literal.mbedtls_ssl_reset_checksum - 0x0000000040157648 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ssl_session_init - 0x0000000040157648 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ssl_init - 0x0000000040157648 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ssl_conf_own_cert - 0x0000000040157648 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ssl_conf_dh_param_bin - 0x0000000040157648 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ssl_set_hostname - 0x0000000040157648 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x20 (size before relaxing) .literal.mbedtls_ssl_conf_alpn_protocols - 0x0000000040157648 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.mbedtls_ssl_get_record_expansion - 0x0000000040157648 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ssl_get_max_frag_len - 0x0000000040157648 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.ssl_get_remaining_payload_in_datagram - 0x0000000040157648 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522bc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x14 (size before relaxing) .literal.mbedtls_ssl_get_max_out_record_payload - 0x000000004015764c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x18 (size before relaxing) .literal.mbedtls_ssl_handshake_step - 0x000000004015764c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ssl_handshake - 0x000000004015764c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.mbedtls_ssl_transform_free - 0x000000004015764c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x14 (size before relaxing) .literal.mbedtls_ssl_handshake_free - 0x000000004015764c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x3c (size before relaxing) .literal.ssl_handshake_wrapup_free_hs_transform - 0x0000000040157650 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ssl_session_free - 0x0000000040157650 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ssl_handshake_wrapup - 0x0000000040157650 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ssl_free - 0x0000000040157650 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x54 (size before relaxing) .literal.mbedtls_ssl_config_init - 0x0000000040157650 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ssl_config_defaults - 0x0000000040157650 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522c4 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x54 (size before relaxing) .literal.mbedtls_ssl_config_free - 0x0000000040157678 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x20 (size before relaxing) .literal.mbedtls_ssl_sig_from_pk - 0x0000000040157678 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_handshake_params_init - 0x0000000040157678 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522ec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x38 (size before relaxing) .literal.ssl_handshake_init - 0x000000004015767c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x3c (size before relaxing) .literal.ssl_session_reset_int - 0x000000004015767c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x34 (size before relaxing) .literal.ssl_handle_possible_reconnect - 0x000000004015767c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522f0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x14 (size before relaxing) .literal.mbedtls_ssl_setup - 0x0000000040157680 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x24 (size before relaxing) .literal.ssl_start_renegotiation - 0x0000000040157680 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.mbedtls_ssl_md_alg_from_hash - 0x0000000040157680 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522f4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .literal.mbedtls_ssl_hash_from_md_alg - 0x0000000040157684 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522f8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .literal.mbedtls_ssl_check_cert_usage - 0x0000000040157688 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401522fc 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x1c (size before relaxing) .literal.ssl_encrypt_buf - 0x0000000040157694 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152308 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x60 (size before relaxing) .literal.mbedtls_ssl_write_record - 0x0000000040157694 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152308 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x24 (size before relaxing) .literal.mbedtls_ssl_flight_transmit - 0x0000000040157698 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015230c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x30 (size before relaxing) .literal.mbedtls_ssl_resend - 0x0000000040157698 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015230c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ssl_prepare_handshake_record - 0x0000000040157698 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015230c 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x20 (size before relaxing) .literal.mbedtls_ssl_handle_message_type - 0x00000000401576a4 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152318 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x20 (size before relaxing) .literal.mbedtls_ssl_write_handshake_msg - 0x00000000401576b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152324 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x18 (size before relaxing) .literal.ssl_write_hello_request - 0x00000000401576b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152324 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.ssl_resend_hello_request - 0x00000000401576b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152324 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ssl_fetch_input - 0x00000000401576b0 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152324 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x34 (size before relaxing) .literal.mbedtls_ssl_renegotiate - 0x00000000401576bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152330 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x14 (size before relaxing) .literal.ssl_check_ctr_renegotiate - 0x00000000401576bc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152330 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.mbedtls_ssl_write_certificate - 0x00000000401576bc 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152330 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x14 (size before relaxing) .literal.mbedtls_ssl_write_change_cipher_spec - 0x00000000401576c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015233c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ssl_write_finished - 0x00000000401576c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015233c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x1c (size before relaxing) .literal.mbedtls_ssl_send_alert_message - 0x00000000401576c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015233c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_certificate_chain - 0x00000000401576c8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015233c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x64 (size before relaxing) .literal.ssl_write_real - 0x00000000401576e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152354 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x14 (size before relaxing) .literal.ssl_write_split - 0x00000000401576e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152354 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc (size before relaxing) .literal.mbedtls_ssl_write - 0x00000000401576e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152354 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.ssl_decrypt_buf - 0x00000000401576e0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152354 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x6c (size before relaxing) .literal.ssl_prepare_record_content - 0x00000000401576e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015235c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.ssl_parse_record_header - 0x00000000401576e8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015235c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x24 (size before relaxing) .literal.ssl_get_next_record - 0x00000000401576e8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015235c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x38 (size before relaxing) .literal.mbedtls_ssl_read_record - 0x00000000401576ec 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152360 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x30 (size before relaxing) .literal.mbedtls_ssl_parse_certificate - 0x00000000401576f4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152368 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x2c (size before relaxing) .literal.mbedtls_ssl_parse_change_cipher_spec - 0x00000000401576fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152370 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x18 (size before relaxing) .literal.mbedtls_ssl_parse_finished - 0x00000000401576fc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152370 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x20 (size before relaxing) .literal.mbedtls_ssl_read - 0x0000000040157700 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152374 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x44 (size before relaxing) .literal.mbedtls_ssl_set_calc_verify_md - 0x0000000040157700 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152374 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ssl_get_key_exchange_md_ssl_tls - 0x0000000040157704 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152378 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x34 (size before relaxing) .literal.mbedtls_ssl_get_key_exchange_md_tls1_2 - 0x0000000040157704 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040152378 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x28 (size before relaxing) .literal.net_would_block - 0x0000000040157704 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x0000000040152378 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) 0x8 (size before relaxing) .literal.mbedtls_net_recv - 0x0000000040157704 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x0000000040152378 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) 0x18 (size before relaxing) .literal.mbedtls_net_send - 0x0000000040157708 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x000000004015237c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) 0x18 (size before relaxing) .literal.mbedtls_ssl_ciphersuite_from_id - 0x0000000040157710 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x0000000040152384 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) .literal.mbedtls_ssl_list_ciphersuites - 0x0000000040157714 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x0000000040152388 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) 0x18 (size before relaxing) .literal.mbedtls_ssl_get_ciphersuite_sig_pk_alg - 0x0000000040157724 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x0000000040152398 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) .literal.ssl_parse_server_psk_hint - 0x0000000040157728 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015239c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) .literal.ssl_write_renegotiation_ext - 0x000000004015772c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x4 (size before relaxing) .literal.ssl_write_session_ticket_ext - 0x000000004015772c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x4 (size before relaxing) .literal.ssl_generate_random - 0x000000004015772c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523a0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) .literal.ssl_write_hostname_ext - 0x0000000040157730 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523a4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x8 (size before relaxing) .literal.ssl_write_alpn_ext - 0x0000000040157730 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523a4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xc (size before relaxing) .literal.ssl_write_signature_algorithms_ext - 0x0000000040157730 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523a4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x8 (size before relaxing) .literal.ssl_write_supported_elliptic_curves_ext - 0x0000000040157730 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523a4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x8 (size before relaxing) .literal.ssl_write_client_hello - 0x0000000040157730 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523a4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x5c (size before relaxing) .literal.ssl_parse_renegotiation_info - 0x0000000040157734 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523a8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xc (size before relaxing) .literal.ssl_parse_max_fragment_length_ext - 0x0000000040157738 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_truncated_hmac_ext - 0x0000000040157738 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_encrypt_then_mac_ext - 0x0000000040157738 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_extended_ms_ext - 0x0000000040157738 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_session_ticket_ext - 0x0000000040157738 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_supported_point_formats_ext - 0x0000000040157738 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xc (size before relaxing) .literal.ssl_parse_certificate_request - 0x0000000040157738 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523ac 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x20 (size before relaxing) .literal.ssl_parse_alpn_ext - 0x000000004015773c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x20 (size before relaxing) .literal.ssl_parse_hello_verify_request - 0x000000004015773c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523b0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x2c (size before relaxing) .literal.ssl_parse_server_hello - 0x0000000040157740 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523b4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xa4 (size before relaxing) .literal.ssl_parse_server_hello_done - 0x0000000040157748 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523bc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x14 (size before relaxing) .literal.ssl_check_server_ecdh_params - 0x000000004015774c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xc (size before relaxing) .literal.ssl_get_ecdh_params_from_cert - 0x000000004015774c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523c0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x18 (size before relaxing) .literal.ssl_parse_server_dh_params - 0x0000000040157750 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_server_ecdh_params - 0x0000000040157750 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xc (size before relaxing) .literal.ssl_parse_signature_algorithm - 0x0000000040157750 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x10 (size before relaxing) .literal.ssl_parse_server_key_exchange - 0x0000000040157750 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x74 (size before relaxing) .literal.ssl_write_encrypted_pms - 0x0000000040157750 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x1c (size before relaxing) .literal.ssl_write_client_key_exchange - 0x0000000040157750 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523c4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x48 (size before relaxing) .literal.ssl_write_certificate_verify - 0x0000000040157754 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x18 (size before relaxing) .literal.ssl_parse_new_session_ticket - 0x0000000040157754 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523c8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x30 (size before relaxing) .literal.mbedtls_ssl_handshake_client_step - 0x0000000040157758 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401523cc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x4c (size before relaxing) .literal.ssl_write_renegotiation_ext - 0x000000004015775c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_servername_ext - 0x000000004015775c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x18 (size before relaxing) .literal.ssl_parse_renegotiation_info - 0x000000004015775c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xc (size before relaxing) .literal.ssl_parse_supported_point_formats - 0x000000004015775c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_max_fragment_length_ext - 0x000000004015775c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_truncated_hmac_ext - 0x000000004015775c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_encrypt_then_mac_ext - 0x000000004015775c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_extended_ms_ext - 0x000000004015775c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x8 (size before relaxing) .literal.ssl_parse_client_psk_identity - 0x000000004015775c 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523d0 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x14 (size before relaxing) .literal.ssl_parse_signature_algorithms_ext - 0x0000000040157768 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x1c (size before relaxing) .literal.ssl_parse_supported_elliptic_curves - 0x0000000040157768 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x20 (size before relaxing) .literal.ssl_parse_session_ticket_ext - 0x0000000040157768 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x18 (size before relaxing) .literal.ssl_parse_alpn_ext - 0x0000000040157768 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x20 (size before relaxing) .literal.ssl_write_alpn_ext - 0x0000000040157768 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x8 (size before relaxing) .literal.ssl_pick_cert - 0x0000000040157768 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x10 (size before relaxing) .literal.ssl_ciphersuite_match - 0x0000000040157768 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x1c (size before relaxing) .literal.ssl_parse_client_hello - 0x0000000040157768 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523dc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xc0 (size before relaxing) .literal.ssl_write_hello_verify_request - 0x0000000040157770 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x14 (size before relaxing) .literal.ssl_write_new_session_ticket - 0x0000000040157770 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x4 (size before relaxing) .literal.ssl_write_encrypt_then_mac_ext - 0x0000000040157770 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x8 (size before relaxing) .literal.ssl_write_server_hello - 0x0000000040157770 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x50 (size before relaxing) .literal.ssl_get_ecdh_params_from_cert - 0x0000000040157770 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xc (size before relaxing) .literal.ssl_prepare_server_key_exchange - 0x0000000040157770 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x44 (size before relaxing) .literal.ssl_write_server_key_exchange - 0x0000000040157770 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523e4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x14 (size before relaxing) .literal.ssl_write_certificate_request - 0x0000000040157778 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x10 (size before relaxing) .literal.ssl_write_server_hello_done - 0x0000000040157778 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xc (size before relaxing) .literal.ssl_parse_client_dh_public - 0x0000000040157778 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523ec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xc (size before relaxing) .literal.ssl_decrypt_encrypted_pms - 0x000000004015777c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x14 (size before relaxing) .literal.ssl_parse_encrypted_pms - 0x000000004015777c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xc (size before relaxing) .literal.ssl_parse_client_key_exchange - 0x000000004015777c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523f0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x58 (size before relaxing) .literal.ssl_parse_certificate_verify - 0x0000000040157780 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523f4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x24 (size before relaxing) .literal.mbedtls_ssl_handshake_server_step - 0x0000000040157784 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x00000000401523f8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x50 (size before relaxing) .literal.dhm_read_bignum - 0x0000000040157788 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x00000000401523fc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x8 (size before relaxing) .literal.dhm_check_range - 0x000000004015778c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x0000000040152400 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x24 (size before relaxing) .literal.dhm_update_blinding - 0x000000004015778c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x0000000040152400 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x40 (size before relaxing) .literal.mbedtls_dhm_init - 0x000000004015778c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x0000000040152400 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x4 (size before relaxing) .literal.mbedtls_dhm_read_params - 0x000000004015778c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x0000000040152400 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x14 (size before relaxing) .literal.mbedtls_dhm_make_params - 0x000000004015778c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x0000000040152400 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x3c (size before relaxing) .literal.mbedtls_dhm_set_group - 0x0000000040157790 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x0000000040152404 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x10 (size before relaxing) .literal.mbedtls_dhm_read_public - 0x0000000040157794 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x0000000040152408 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x8 (size before relaxing) .literal.mbedtls_dhm_make_public - 0x0000000040157794 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x0000000040152408 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x28 (size before relaxing) .literal.mbedtls_dhm_calc_secret - 0x0000000040157798 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015240c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x34 (size before relaxing) .literal.mbedtls_dhm_free - 0x0000000040157798 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015240c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x2c (size before relaxing) .literal.ecdh_gen_public_restartable - 0x0000000040157798 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015240c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x8 (size before relaxing) .literal.ecdh_compute_shared_restartable - 0x0000000040157798 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015240c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x18 (size before relaxing) .literal.ecdh_init_internal - 0x000000004015779c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152410 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x14 (size before relaxing) .literal.ecdh_setup_internal - 0x000000004015779c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152410 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x8 (size before relaxing) .literal.ecdh_free_internal - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x14 (size before relaxing) .literal.ecdh_read_params_internal - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x4 (size before relaxing) .literal.ecdh_read_public_internal - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x8 (size before relaxing) .literal.ecdh_get_params_internal - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ecdh_gen_public - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x4 (size before relaxing) .literal.ecdh_make_params_internal - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x10 (size before relaxing) .literal.ecdh_make_public_internal - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0xc (size before relaxing) .literal.mbedtls_ecdh_compute_shared - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x4 (size before relaxing) .literal.ecdh_calc_secret_internal - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ecdh_init - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ecdh_setup - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecdh_free - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ecdh_make_params - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecdh_read_params - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0xc (size before relaxing) .literal.mbedtls_ecdh_get_params - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x10 (size before relaxing) .literal.mbedtls_ecdh_make_public - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecdh_read_public - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x4 (size before relaxing) .literal.mbedtls_ecdh_calc_secret - 0x00000000401577a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040152414 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x4 (size before relaxing) .literal._ZdlPv - 0x00000000401577a0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + 0x0000000040152414 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) 0x4 (size before relaxing) .literal._ZdaPv - 0x00000000401577a0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + 0x0000000040152414 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) 0x4 (size before relaxing) .literal._ZSt15get_new_handlerv - 0x00000000401577a0 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + 0x0000000040152414 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) .literal._ZnwjRKSt9nothrow_t - 0x00000000401577a4 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x0000000040152418 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) 0x14 (size before relaxing) .literal._ZnajRKSt9nothrow_t - 0x00000000401577ac 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + 0x0000000040152420 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) 0x4 (size before relaxing) .literal._ZN10__cxxabiv120__si_class_type_infoD2Ev - 0x00000000401577ac 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x0000000040152420 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) 0x8 (size before relaxing) .literal._ZN10__cxxabiv120__si_class_type_infoD0Ev - 0x00000000401577b0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x0000000040152424 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) 0x8 (size before relaxing) .literal._ZNKSt9type_infoeqERKS_$isra$0 - 0x00000000401577b0 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x0000000040152424 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) .literal._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ - 0x00000000401577b4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x0000000040152428 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) 0x4 (size before relaxing) .literal._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE - 0x00000000401577b4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x0000000040152428 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) 0x8 (size before relaxing) .literal._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE - 0x00000000401577b4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x0000000040152428 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) 0x4 (size before relaxing) .literal._ZN10__cxxabiv111__terminateEPFvvE - 0x00000000401577b4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x0000000040152428 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) 0x18 (size before relaxing) .literal._ZSt13get_terminatev - 0x00000000401577b4 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x000000004015242c 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) .literal._ZSt9terminatev - 0x00000000401577b8 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x0000000040152430 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) 0x8 (size before relaxing) .literal._ZN10__cxxabiv112__unexpectedEPFvvE - 0x00000000401577b8 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x0000000040152430 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) 0x4 (size before relaxing) .literal._ZSt14get_unexpectedv - 0x00000000401577b8 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x0000000040152430 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) .literal._ZSt10unexpectedv - 0x00000000401577bc 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x0000000040152434 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) 0x8 (size before relaxing) .literal._ZL28read_encoded_value_with_basehjPKhPj - 0x00000000401577bc 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040152434 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x10 (size before relaxing) .literal._ZL15get_ttype_entryP16lsda_header_infom - 0x00000000401577c0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040152438 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x8 (size before relaxing) .literal._ZL20check_exception_specP16lsda_header_infoPKSt9type_infoPvl - 0x00000000401577c0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040152438 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0xc (size before relaxing) .literal._ZL21base_of_encoded_valuehP15_Unwind_Context - 0x00000000401577c0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040152438 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x10 (size before relaxing) .literal._ZL18read_encoded_valueP15_Unwind_ContexthPKhPj - 0x00000000401577c0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040152438 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x8 (size before relaxing) .literal._ZL17parse_lsda_headerP15_Unwind_ContextPKhP16lsda_header_info - 0x00000000401577c0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040152438 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x10 (size before relaxing) .literal.__gxx_personality_v0 - 0x00000000401577c0 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040152438 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x68 (size before relaxing) .literal.__cxa_call_unexpected - 0x00000000401577c8 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040152440 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x2c (size before relaxing) .literal._ZdlPvj - 0x00000000401577c8 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + 0x0000000040152440 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) 0x4 (size before relaxing) .literal._ZL15eh_globals_dtorPv - 0x00000000401577c8 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x0000000040152440 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) 0x8 (size before relaxing) .literal.__cxa_get_globals_fast - 0x00000000401577c8 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x0000000040152440 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) .literal.startup._GLOBAL__sub_I___cxa_get_globals_fast - 0x00000000401577d4 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x000000004015244c 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) 0xc (size before relaxing) .literal.exit._GLOBAL__sub_D___cxa_get_globals_fast - 0x00000000401577dc 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x0000000040152454 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) 0x8 (size before relaxing) .literal._ZN10__cxxabiv117__class_type_infoD2Ev - 0x00000000401577e0 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x0000000040152458 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) 0x8 (size before relaxing) .literal._ZN10__cxxabiv117__class_type_infoD0Ev - 0x00000000401577e4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x000000004015245c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) 0x8 (size before relaxing) .literal._ZNKSt9type_infoeqERKS_$isra$0 - 0x00000000401577e4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x000000004015245c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) 0x4 (size before relaxing) .literal._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE - 0x00000000401577e4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x000000004015245c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) 0x8 (size before relaxing) .literal._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE - 0x00000000401577e4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x000000004015245c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) 0x4 (size before relaxing) .literal._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj - 0x00000000401577e4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x000000004015245c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) 0x4 (size before relaxing) - .literal 0x00000000401577e4 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) - .literal 0x00000000401577e8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + .literal 0x000000004015245c 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .literal 0x0000000040152460 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) 0x94 (size before relaxing) - .literal 0x0000000040157808 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .literal 0x0000000040152480 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) 0xa8 (size before relaxing) - .literal 0x000000004015783c 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) + .literal 0x00000000401524b4 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) 0x14 (size before relaxing) - .literal 0x0000000040157844 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) + .literal 0x00000000401524bc 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) 0x18 (size before relaxing) - .literal 0x0000000040157850 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .literal 0x00000000401524c8 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) 0x4 (size before relaxing) - .literal 0x0000000040157850 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) + .literal 0x00000000401524c8 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) 0x24 (size before relaxing) - .literal 0x0000000040157868 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) + .literal 0x00000000401524e0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) 0x28 (size before relaxing) - .literal 0x0000000040157868 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) + .literal 0x00000000401524e0 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) 0x3c (size before relaxing) - .literal 0x000000004015786c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) + .literal 0x00000000401524e4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) 0x28 (size before relaxing) - .literal 0x000000004015786c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) + .literal 0x00000000401524e4 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) 0xc (size before relaxing) - .literal 0x000000004015786c 0x24 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .literal 0x00000000401524e4 0x24 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) 0x48 (size before relaxing) - .literal 0x0000000040157890 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .literal 0x0000000040152508 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) 0xc (size before relaxing) - .literal 0x0000000040157890 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) + .literal 0x0000000040152508 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) 0x28 (size before relaxing) - .literal 0x0000000040157890 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .literal 0x0000000040152508 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) 0x34 (size before relaxing) - .literal 0x0000000040157894 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) + .literal 0x000000004015250c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) 0x40 (size before relaxing) - .literal 0x0000000040157894 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .literal 0x000000004015250c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) 0xc (size before relaxing) - .literal 0x0000000040157894 0x1c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .literal 0x000000004015250c 0x1c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) 0x80 (size before relaxing) - .literal 0x00000000401578b0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) + .literal 0x0000000040152528 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) 0xc (size before relaxing) - .literal 0x00000000401578b0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .literal 0x0000000040152528 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) 0x30 (size before relaxing) - .literal 0x00000000401578b0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .literal 0x0000000040152528 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) 0x38 (size before relaxing) - .literal 0x00000000401578b0 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + .literal 0x0000000040152528 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) 0x104 (size before relaxing) - .literal 0x00000000401578ec 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .literal 0x0000000040152564 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) 0x2c (size before relaxing) - .literal 0x00000000401578fc 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .literal 0x0000000040152574 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) 0x18 (size before relaxing) - .literal 0x0000000040157908 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .literal 0x0000000040152580 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) 0x8 (size before relaxing) - .literal 0x0000000040157908 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) + .literal 0x0000000040152580 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) 0x80 (size before relaxing) - .literal 0x000000004015791c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .literal 0x0000000040152594 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) 0x14 (size before relaxing) - .literal 0x000000004015791c 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) + .literal 0x0000000040152594 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) 0x28 (size before relaxing) - .literal 0x0000000040157920 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) + .literal 0x0000000040152598 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) 0x14 (size before relaxing) - .literal 0x0000000040157920 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .literal 0x0000000040152598 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) 0x3c (size before relaxing) - .literal 0x0000000040157924 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .literal 0x000000004015259c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) 0x38 (size before relaxing) - .literal 0x0000000040157924 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) + .literal 0x000000004015259c 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) 0x18 (size before relaxing) - .literal 0x0000000040157924 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) + .literal 0x000000004015259c 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) 0x50 (size before relaxing) - .literal 0x0000000040157928 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .literal 0x00000000401525a0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) 0xc (size before relaxing) - .literal 0x0000000040157928 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) + .literal 0x00000000401525a0 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) 0x1c (size before relaxing) - .literal 0x000000004015792c 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) + .literal 0x00000000401525a4 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) 0x1c (size before relaxing) - .literal 0x0000000040157930 0xcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + .literal 0x00000000401525a8 0xc8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) 0x264 (size before relaxing) - .literal 0x00000000401579fc 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .literal 0x0000000040152670 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) 0x34 (size before relaxing) - .literal 0x0000000040157a00 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .literal 0x0000000040152678 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) 0x2c (size before relaxing) - .literal 0x0000000040157a00 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .literal 0x0000000040152678 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) 0x1a0 (size before relaxing) - .literal 0x0000000040157a58 0x24 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + .literal 0x00000000401526d0 0x24 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) 0x15c (size before relaxing) - .literal 0x0000000040157a7c 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .literal 0x00000000401526f4 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) 0x8 (size before relaxing) - .literal 0x0000000040157a80 0x30 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .literal 0x00000000401526f8 0x30 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) 0xb8 (size before relaxing) - .literal 0x0000000040157ab0 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .literal 0x0000000040152728 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) 0x1ec (size before relaxing) - .literal 0x0000000040157af0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .literal 0x0000000040152764 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) 0x14 (size before relaxing) - .literal 0x0000000040157af0 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) + .literal 0x0000000040152764 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) 0x8 (size before relaxing) - .literal 0x0000000040157af0 0x50 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .literal 0x0000000040152764 0x54 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) 0x218 (size before relaxing) - .literal 0x0000000040157b40 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .literal 0x00000000401527b8 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) 0x4 (size before relaxing) - .literal 0x0000000040157b40 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) + .literal 0x00000000401527b8 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) 0x48 (size before relaxing) - .literal 0x0000000040157b40 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) + .literal 0x00000000401527b8 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) 0x4 (size before relaxing) - .literal 0x0000000040157b40 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) + .literal 0x00000000401527b8 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) 0x10 (size before relaxing) - .literal 0x0000000040157b44 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .literal 0x00000000401527bc 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) 0x4 (size before relaxing) - .literal 0x0000000040157b44 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .literal 0x00000000401527bc 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) 0x10 (size before relaxing) - .literal 0x0000000040157b44 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .literal 0x00000000401527bc 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) 0x14 (size before relaxing) - .literal 0x0000000040157b48 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .literal 0x00000000401527c0 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) 0x70 (size before relaxing) - .literal 0x0000000040157b5c 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .literal 0x00000000401527d8 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) 0x20 (size before relaxing) - .literal 0x0000000040157b64 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) - .literal 0x0000000040157b68 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .literal 0x00000000401527e0 0x4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) + .literal 0x00000000401527e4 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) 0x78 (size before relaxing) - .literal 0x0000000040157b90 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .literal 0x000000004015280c 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) 0xe4 (size before relaxing) .literal.lib_printf - 0x0000000040157b98 0x8 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x0000000040152814 0x8 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) 0x10 (size before relaxing) - .literal.heap_bubble_down - 0x0000000040157ba0 0x4 esp-idf/log/liblog.a(log.c.obj) - .literal.esp_log_level_set - 0x0000000040157ba4 0x30 esp-idf/log/liblog.a(log.c.obj) - 0x58 (size before relaxing) - .literal.handler_instances_add - 0x0000000040157bd4 0xc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x24 (size before relaxing) - .literal.base_node_add_handler - 0x0000000040157be0 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x24 (size before relaxing) - .literal.loop_node_add_handler - 0x0000000040157be4 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x28 (size before relaxing) - .literal.handler_instances_remove - 0x0000000040157bec 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x10 (size before relaxing) - .literal.base_node_remove_handler - 0x0000000040157bec 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0xc (size before relaxing) - .literal.loop_node_remove_handler - 0x0000000040157bec 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x10 (size before relaxing) - .literal.esp_event_loop_create - 0x0000000040157bec 0x34 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x68 (size before relaxing) - .literal.esp_event_loop_run - 0x0000000040157c20 0x1c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x3c (size before relaxing) - .literal.esp_event_loop_run_task - 0x0000000040157c3c 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x18 (size before relaxing) - .literal.esp_event_handler_register_with_internal - 0x0000000040157c44 0x10 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x50 (size before relaxing) - .literal.esp_event_handler_register_with - 0x0000000040157c54 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.esp_register_shutdown_handler + 0x000000004015281c 0x4 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .literal.esp_unregister_shutdown_handler + 0x0000000040152820 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) 0x4 (size before relaxing) - .literal.esp_event_handler_unregister_with_internal - 0x0000000040157c54 0xc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x3c (size before relaxing) - .literal.esp_event_handler_unregister_with - 0x0000000040157c60 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x4 (size before relaxing) - .literal.esp_event_post_to - 0x0000000040157c60 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x40 (size before relaxing) - .literal.esp_event_handler_register - 0x0000000040157c68 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_get_free_heap_size + 0x0000000040152820 0x4 esp-idf/esp_system/libesp_system.a(system_api.c.obj) 0x8 (size before relaxing) - .literal.esp_event_handler_unregister - 0x0000000040157c6c 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x8 (size before relaxing) - .literal.esp_event_post - 0x0000000040157c6c 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x8 (size before relaxing) - .literal.esp_event_loop_create_default - 0x0000000040157c6c 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x10 (size before relaxing) + .literal.esp_get_idf_version + 0x0000000040152824 0x4 esp-idf/esp_system/libesp_system.a(system_api.c.obj) .literal.uart_hal_rxfifo_rst - 0x0000000040157c70 0x28 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x0000000040152828 0x28 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) 0x2c (size before relaxing) .literal.uart_hal_tx_break - 0x0000000040157c98 0x0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x0000000040152850 0x0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) 0x4 (size before relaxing) .literal.uart_hal_write_txfifo - 0x0000000040157c98 0x14 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x0000000040152850 0x14 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) 0x2c (size before relaxing) .literal.uart_hal_read_rxfifo - 0x0000000040157cac 0x4 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x0000000040152864 0x4 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) 0x2c (size before relaxing) + .literal.esp_event_handler_register + 0x0000000040152868 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_handler_unregister + 0x000000004015286c 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_post + 0x000000004015286c 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_loop_create_default + 0x000000004015286c 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x10 (size before relaxing) + .literal.handler_instances_add + 0x0000000040152870 0xc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x24 (size before relaxing) + .literal.base_node_add_handler + 0x000000004015287c 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x24 (size before relaxing) + .literal.loop_node_add_handler + 0x0000000040152880 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x28 (size before relaxing) + .literal.handler_instances_remove + 0x0000000040152888 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x10 (size before relaxing) + .literal.base_node_remove_handler + 0x0000000040152888 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xc (size before relaxing) + .literal.loop_node_remove_handler + 0x0000000040152888 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x10 (size before relaxing) + .literal.esp_event_loop_create + 0x0000000040152888 0x34 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x68 (size before relaxing) + .literal.esp_event_loop_run + 0x00000000401528bc 0x1c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x3c (size before relaxing) + .literal.esp_event_loop_run_task + 0x00000000401528d8 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x18 (size before relaxing) + .literal.esp_event_handler_register_with_internal + 0x00000000401528e0 0x10 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x50 (size before relaxing) + .literal.esp_event_handler_register_with + 0x00000000401528f0 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x4 (size before relaxing) + .literal.esp_event_handler_unregister_with_internal + 0x00000000401528f0 0xc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x3c (size before relaxing) + .literal.esp_event_handler_unregister_with + 0x00000000401528fc 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x4 (size before relaxing) + .literal.esp_event_post_to + 0x00000000401528fc 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x40 (size before relaxing) + .literal.heap_bubble_down + 0x0000000040152904 0x4 esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_level_set + 0x0000000040152908 0x30 esp-idf/log/liblog.a(log.c.obj) + 0x58 (size before relaxing) + .literal.esp_log_writev + 0x0000000040152938 0xc esp-idf/log/liblog.a(log.c.obj) + 0x44 (size before relaxing) .literal.phy_printf - 0x0000000040157cb0 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x0000000040152944 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) 0x8 (size before relaxing) .text.lib_printf - 0x0000000040157cb4 0x70 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x0000000040152948 0x70 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) .text.phy_printf - 0x0000000040157d24 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - 0x0000000040157d24 phy_printf - *fill* 0x0000000040157d4e 0x2 + 0x00000000401529b8 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x00000000401529b8 phy_printf + *fill* 0x00000000401529e2 0x2 .text.net80211_printf - 0x0000000040157d50 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - 0x0000000040157d50 net80211_printf - *fill* 0x0000000040157d7a 0x2 + 0x00000000401529e4 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x00000000401529e4 net80211_printf + *fill* 0x0000000040152a0e 0x2 .text.parse_url_char - 0x0000000040157d7c 0x34e esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - *fill* 0x00000000401580ca 0x2 + 0x0000000040152a10 0x34e esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + *fill* 0x0000000040152d5e 0x2 .text.http_parse_host_char - 0x00000000401580cc 0x314 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040152d60 0x314 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .text.http_parse_host - 0x00000000401583e0 0x104 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040153074 0x104 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x108 (size before relaxing) .text.http_should_keep_alive - 0x00000000401584e4 0x35 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - 0x00000000401584e4 http_should_keep_alive - *fill* 0x0000000040158519 0x3 + 0x0000000040153178 0x35 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040153178 http_should_keep_alive + *fill* 0x00000000401531ad 0x3 .text.http_parser_execute - 0x000000004015851c 0x2d38 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x00000000401531b0 0x2d38 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x2d5c (size before relaxing) - 0x000000004015851c http_parser_execute + 0x00000000401531b0 http_parser_execute .text.http_parser_init - 0x000000004015b254 0x46 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - 0x000000004015b254 http_parser_init - *fill* 0x000000004015b29a 0x2 + 0x0000000040155ee8 0x46 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040155ee8 http_parser_init + *fill* 0x0000000040155f2e 0x2 .text.http_parser_settings_init - 0x000000004015b29c 0x12 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - 0x000000004015b29c http_parser_settings_init - *fill* 0x000000004015b2ae 0x2 + 0x0000000040155f30 0x12 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040155f30 http_parser_settings_init + *fill* 0x0000000040155f42 0x2 .text.http_parser_url_init - 0x000000004015b2b0 0x12 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - 0x000000004015b2b0 http_parser_url_init - *fill* 0x000000004015b2c2 0x2 + 0x0000000040155f44 0x12 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040155f44 http_parser_url_init + *fill* 0x0000000040155f56 0x2 .text.http_parser_parse_url - 0x000000004015b2c4 0x111 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - 0x000000004015b2c4 http_parser_parse_url - *fill* 0x000000004015b3d5 0x3 + 0x0000000040155f58 0x111 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040155f58 http_parser_parse_url + *fill* 0x0000000040156069 0x3 .text.http_parser_pause - 0x000000004015b3d8 0x4b esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x000000004015606c 0x4b esp-idf/nghttp/libnghttp.a(http_parser.c.obj) 0x4e (size before relaxing) - 0x000000004015b3d8 http_parser_pause - *fill* 0x000000004015b423 0x1 + 0x000000004015606c http_parser_pause + *fill* 0x00000000401560b7 0x1 .text.esp_tls_server_session_create - 0x000000004015b424 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x00000000401560b8 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) 0x14 (size before relaxing) - 0x000000004015b424 esp_tls_server_session_create + 0x00000000401560b8 esp_tls_server_session_create .text.esp_tls_server_session_delete - 0x000000004015b434 0xa esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x00000000401560c8 0xa esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) 0xe (size before relaxing) - 0x000000004015b434 esp_tls_server_session_delete - *fill* 0x000000004015b43e 0x2 + 0x00000000401560c8 esp_tls_server_session_delete + *fill* 0x00000000401560d2 0x2 .text.esp_tls_get_bytes_avail - 0x000000004015b440 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x00000000401560d4 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) 0x10 (size before relaxing) - 0x000000004015b440 esp_tls_get_bytes_avail + 0x00000000401560d4 esp_tls_get_bytes_avail .text.esp_mbedtls_read - 0x000000004015b44c 0x66 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x00000000401560e0 0x66 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x6e (size before relaxing) - 0x000000004015b44c esp_mbedtls_read - *fill* 0x000000004015b4b2 0x2 + 0x00000000401560e0 esp_mbedtls_read + *fill* 0x0000000040156146 0x2 .text.esp_mbedtls_write - 0x000000004015b4b4 0x89 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040156148 0x89 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x8d (size before relaxing) - 0x000000004015b4b4 esp_mbedtls_write - *fill* 0x000000004015b53d 0x3 + 0x0000000040156148 esp_mbedtls_write + *fill* 0x00000000401561d1 0x3 .text.set_ca_cert - 0x000000004015b540 0x84 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x00000000401561d4 0x84 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x90 (size before relaxing) .text.set_global_ca_store - 0x000000004015b5c4 0x5e esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040156258 0x5e esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x66 (size before relaxing) - *fill* 0x000000004015b622 0x2 + *fill* 0x00000000401562b6 0x2 .text.set_pki_context - 0x000000004015b624 0x122 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x00000000401562b8 0x122 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x13a (size before relaxing) - *fill* 0x000000004015b746 0x2 + *fill* 0x00000000401563da 0x2 .text.esp_mbedtls_get_bytes_avail - 0x000000004015b748 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x000000004015b748 esp_mbedtls_get_bytes_avail + 0x00000000401563dc 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x00000000401563dc esp_mbedtls_get_bytes_avail .text.esp_mbedtls_cleanup - 0x000000004015b778 0x66 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000004015640c 0x66 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x8a (size before relaxing) - 0x000000004015b778 esp_mbedtls_cleanup - *fill* 0x000000004015b7de 0x2 + 0x000000004015640c esp_mbedtls_cleanup + *fill* 0x0000000040156472 0x2 .text.set_server_config - 0x000000004015b7e0 0x10c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040156474 0x10c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x118 (size before relaxing) - 0x000000004015b7e0 set_server_config + 0x0000000040156474 set_server_config .text.set_client_config - 0x000000004015b8ec 0x21a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x23e (size before relaxing) - 0x000000004015b8ec set_client_config - *fill* 0x000000004015bb06 0x2 + 0x0000000040156580 0x22e esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x256 (size before relaxing) + 0x0000000040156580 set_client_config + *fill* 0x00000000401567ae 0x2 .text.esp_create_mbedtls_handle - 0x000000004015bb08 0x160 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x00000000401567b0 0x160 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0x18b (size before relaxing) - 0x000000004015bb08 esp_create_mbedtls_handle - *fill* 0x000000004015bc68 0x0 + 0x00000000401567b0 esp_create_mbedtls_handle + *fill* 0x0000000040156910 0x0 .text.esp_mbedtls_server_session_create - 0x000000004015bc68 0xd4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000040156910 0xd4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) 0xd8 (size before relaxing) - 0x000000004015bc68 esp_mbedtls_server_session_create + 0x0000000040156910 esp_mbedtls_server_session_create .text.esp_mbedtls_server_session_delete - 0x000000004015bd3c 0x17 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x000000004015bd3c esp_mbedtls_server_session_delete - *fill* 0x000000004015bd53 0x1 + 0x00000000401569e4 0x17 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x00000000401569e4 esp_mbedtls_server_session_delete + *fill* 0x00000000401569fb 0x1 .text.low_level_init - 0x000000004015bd54 0x1b esp-idf/lwip/liblwip.a(wlanif.c.obj) - *fill* 0x000000004015bd6f 0x1 + 0x00000000401569fc 0x1b esp-idf/lwip/liblwip.a(wlanif.c.obj) + *fill* 0x0000000040156a17 0x1 .text.lwip_netif_wifi_free_rx_buffer - 0x000000004015bd70 0x12 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040156a18 0x12 esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x16 (size before relaxing) - *fill* 0x000000004015bd82 0x2 + *fill* 0x0000000040156a2a 0x2 .text.low_level_output - 0x000000004015bd84 0x69 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040156a2c 0x69 esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x71 (size before relaxing) - *fill* 0x000000004015bded 0x3 + *fill* 0x0000000040156a95 0x3 .text.wlanif_input - 0x000000004015bdf0 0x5f esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040156a98 0x5f esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x67 (size before relaxing) - 0x000000004015bdf0 wlanif_input - *fill* 0x000000004015be4f 0x1 + 0x0000000040156a98 wlanif_input + *fill* 0x0000000040156af7 0x1 .text.wlanif_init - 0x000000004015be50 0x4a esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040156af8 0x4a esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x52 (size before relaxing) - 0x000000004015be50 wlanif_init - *fill* 0x000000004015be9a 0x2 + 0x0000000040156af8 wlanif_init + *fill* 0x0000000040156b42 0x2 .text.wlanif_init_sta - 0x000000004015be9c 0x19 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040156b44 0x19 esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x1d (size before relaxing) - 0x000000004015be9c wlanif_init_sta - *fill* 0x000000004015beb5 0x3 + 0x0000000040156b44 wlanif_init_sta + *fill* 0x0000000040156b5d 0x3 .text.wlanif_init_ap - 0x000000004015beb8 0x19 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040156b60 0x19 esp-idf/lwip/liblwip.a(wlanif.c.obj) 0x1d (size before relaxing) - 0x000000004015beb8 wlanif_init_ap - *fill* 0x000000004015bed1 0x3 + 0x0000000040156b60 wlanif_init_ap + *fill* 0x0000000040156b79 0x3 .text.ethip6_output - 0x000000004015bed4 0x7c esp-idf/lwip/liblwip.a(ethip6.c.obj) + 0x0000000040156b7c 0x7c esp-idf/lwip/liblwip.a(ethip6.c.obj) 0x84 (size before relaxing) - 0x000000004015bed4 ethip6_output + 0x0000000040156b7c ethip6_output .text.ssl_mfl_code_to_length - 0x000000004015bf50 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015bf79 0x3 + 0x0000000040156bf8 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040156c21 0x3 .text.ssl_check_hs_header - 0x000000004015bf7c 0x3d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040156c24 0x3d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x45 (size before relaxing) - *fill* 0x000000004015bfb9 0x3 + *fill* 0x0000000040156c61 0x3 .text.ssl_dtls_replay_reset - 0x000000004015bfbc 0x17 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015bfd3 0x1 + 0x0000000040156c64 0x17 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040156c7b 0x1 .text.ssl_cookie_write_dummy - 0x000000004015bfd4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040156c7c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_cookie_check_dummy - 0x000000004015bfdc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040156c84 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_reset_in_out_pointers - 0x000000004015bfe4 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040156c8c 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x42 (size before relaxing) - *fill* 0x000000004015c022 0x2 + *fill* 0x0000000040156cca 0x2 .text.ssl_get_maximum_datagram_size - 0x000000004015c024 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040156ccc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x1c (size before relaxing) .text.ssl_get_remaining_space_in_datagram - 0x000000004015c03c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040156ce4 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x1d (size before relaxing) - *fill* 0x000000004015c055 0x3 + *fill* 0x0000000040156cfd 0x3 .text.ssl_swap_epochs - 0x000000004015c058 0x52 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040156d00 0x52 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x5a (size before relaxing) - *fill* 0x000000004015c0aa 0x2 + *fill* 0x0000000040156d52 0x2 .text.ssl_load_buffered_message - 0x000000004015c0ac 0xa9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015c155 0x3 + 0x0000000040156d54 0xa9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040156dfd 0x3 .text.ssl_check_dtls_clihlo_cookie - 0x000000004015c158 0x17d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015c2d5 0x3 + 0x0000000040156e00 0x17d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040156f7d 0x3 .text.ssl_calc_finished_tls_sha256 - 0x000000004015c2d8 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040156f80 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x72 (size before relaxing) - *fill* 0x000000004015c33e 0x2 + *fill* 0x0000000040156fe6 0x2 .text.ssl_calc_verify_tls_sha256 - 0x000000004015c340 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040156fe8 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x30 (size before relaxing) .text.tls_prf_generic - 0x000000004015c364 0x150 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015700c 0x150 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x188 (size before relaxing) .text.tls_prf_sha256 - 0x000000004015c4b4 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015715c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x20 (size before relaxing) .text.tls_prf_sha384 - 0x000000004015c4d0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157178 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x20 (size before relaxing) .text.tls1_prf - 0x000000004015c4ec 0x226 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157194 0x226 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x27a (size before relaxing) - *fill* 0x000000004015c712 0x2 + *fill* 0x00000000401573ba 0x2 .text.ssl_calc_finished_tls_sha384 - 0x000000004015c714 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401573bc 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x72 (size before relaxing) - *fill* 0x000000004015c77a 0x2 + *fill* 0x0000000040157422 0x2 .text.ssl_calc_verify_tls_sha384 - 0x000000004015c77c 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157424 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x30 (size before relaxing) .text.ssl_calc_finished_tls - 0x000000004015c7a0 0x86 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157448 0x86 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x9e (size before relaxing) - *fill* 0x000000004015c826 0x2 + *fill* 0x00000000401574ce 0x2 .text.ssl_calc_verify_tls - 0x000000004015c828 0x47 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401574d0 0x47 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x5f (size before relaxing) - *fill* 0x000000004015c86f 0x1 + *fill* 0x0000000040157517 0x1 .text.ssl_bitmask_set - 0x000000004015c870 0x98 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157518 0x98 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_consume_current_message - 0x000000004015c908 0x50 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401575b0 0x50 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_flight_free - 0x000000004015c958 0x1b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157600 0x1b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x1f (size before relaxing) - *fill* 0x000000004015c973 0x1 + *fill* 0x000000004015761b 0x1 .text.ssl_free_buffered_record - 0x000000004015c974 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015761c 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x27 (size before relaxing) - *fill* 0x000000004015c998 0x0 + *fill* 0x0000000040157640 0x0 .text.ssl_load_buffered_record - 0x000000004015c998 0x7a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157640 0x7a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x7e (size before relaxing) - *fill* 0x000000004015ca12 0x2 + *fill* 0x00000000401576ba 0x2 .text.ssl_buffering_free_slot - 0x000000004015ca14 0x7c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401576bc 0x7c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x80 (size before relaxing) .text.ssl_buffering_free - 0x000000004015ca90 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157738 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x27 (size before relaxing) - *fill* 0x000000004015cab0 0x0 + *fill* 0x0000000040157758 0x0 .text.ssl_buffer_make_space - 0x000000004015cab0 0x4c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157758 0x4c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_key_cert_free - 0x000000004015cafc 0x17 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015cb13 0x1 + 0x00000000401577a4 0x17 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x00000000401577bb 0x1 .text.ssl_flight_append - 0x000000004015cb14 0x69 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401577bc 0x69 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x71 (size before relaxing) - *fill* 0x000000004015cb7d 0x3 + *fill* 0x0000000040157825 0x3 .text.ssl_buffer_future_record - 0x000000004015cb80 0x54 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157828 0x54 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x58 (size before relaxing) .text.ssl_append_key_cert - 0x000000004015cbd4 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015cc0d 0x3 + 0x000000004015787c 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x00000000401578b5 0x3 .text.ssl_hs_is_proper_fragment - 0x000000004015cc10 0x3f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015cc4f 0x1 + 0x00000000401578b8 0x3f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x00000000401578f7 0x1 .text.ssl_buffer_message - 0x000000004015cc50 0x23c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401578f8 0x23c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x250 (size before relaxing) .text.ssl_transform_init - 0x000000004015ce8c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157b34 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x38 (size before relaxing) .text.ssl_update_checksum_md5sha1 - 0x000000004015ceb8 0x23 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157b60 0x23 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x27 (size before relaxing) - *fill* 0x000000004015cedb 0x1 + *fill* 0x0000000040157b83 0x1 .text.ssl_update_checksum_sha256 - 0x000000004015cedc 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015cef2 0x2 + 0x0000000040157b84 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040157b9a 0x2 .text.ssl_update_checksum_start - 0x000000004015cef4 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157b9c 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x4a (size before relaxing) - *fill* 0x000000004015cf32 0x2 + *fill* 0x0000000040157bda 0x2 .text.ssl_update_checksum_sha384 - 0x000000004015cf34 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015cf4a 0x2 + 0x0000000040157bdc 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040157bf2 0x2 .text.mbedtls_ssl_derive_keys - 0x000000004015cf4c 0x40e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040157bf4 0x40e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x446 (size before relaxing) - 0x000000004015cf4c mbedtls_ssl_derive_keys - *fill* 0x000000004015d35a 0x2 + 0x0000000040157bf4 mbedtls_ssl_derive_keys + *fill* 0x0000000040158002 0x2 .text.mbedtls_ssl_psk_derive_premaster - 0x000000004015d35c 0x12c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158004 0x12c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x130 (size before relaxing) - 0x000000004015d35c mbedtls_ssl_psk_derive_premaster + 0x0000000040158004 mbedtls_ssl_psk_derive_premaster .text.mbedtls_ssl_flush_output - 0x000000004015d488 0x74 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015d488 mbedtls_ssl_flush_output + 0x0000000040158130 0x74 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158130 mbedtls_ssl_flush_output .text.mbedtls_ssl_recv_flight_completed - 0x000000004015d4fc 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401581a4 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x68 (size before relaxing) - 0x000000004015d4fc mbedtls_ssl_recv_flight_completed + 0x00000000401581a4 mbedtls_ssl_recv_flight_completed .text.mbedtls_ssl_send_flight_completed - 0x000000004015d55c 0x41 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158204 0x41 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x45 (size before relaxing) - 0x000000004015d55c mbedtls_ssl_send_flight_completed - *fill* 0x000000004015d59d 0x3 + 0x0000000040158204 mbedtls_ssl_send_flight_completed + *fill* 0x0000000040158245 0x3 .text.mbedtls_ssl_update_handshake_status - 0x000000004015d5a0 0x83 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015d5a0 mbedtls_ssl_update_handshake_status - *fill* 0x000000004015d623 0x1 + 0x0000000040158248 0x83 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158248 mbedtls_ssl_update_handshake_status + *fill* 0x00000000401582cb 0x1 .text.mbedtls_ssl_dtls_replay_update - 0x000000004015d624 0x108 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015d624 mbedtls_ssl_dtls_replay_update + 0x00000000401582cc 0x108 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401582cc mbedtls_ssl_dtls_replay_update .text.mbedtls_ssl_optimize_checksum - 0x000000004015d72c 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015d72c mbedtls_ssl_optimize_checksum - *fill* 0x000000004015d762 0x2 + 0x00000000401583d4 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401583d4 mbedtls_ssl_optimize_checksum + *fill* 0x000000004015840a 0x2 .text.mbedtls_ssl_reset_checksum - 0x000000004015d764 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015840c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x3e (size before relaxing) - 0x000000004015d764 mbedtls_ssl_reset_checksum - *fill* 0x000000004015d796 0x2 + 0x000000004015840c mbedtls_ssl_reset_checksum + *fill* 0x000000004015843e 0x2 .text.mbedtls_ssl_session_init - 0x000000004015d798 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015d798 mbedtls_ssl_session_init - *fill* 0x000000004015d7aa 0x2 + 0x0000000040158440 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158440 mbedtls_ssl_session_init + *fill* 0x0000000040158452 0x2 .text.mbedtls_ssl_init - 0x000000004015d7ac 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015d7ac mbedtls_ssl_init - *fill* 0x000000004015d7be 0x2 + 0x0000000040158454 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158454 mbedtls_ssl_init + *fill* 0x0000000040158466 0x2 .text.mbedtls_ssl_conf_own_cert - 0x000000004015d7c0 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015d7c0 mbedtls_ssl_conf_own_cert + 0x0000000040158468 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158468 mbedtls_ssl_conf_own_cert .text.mbedtls_ssl_conf_dh_param_bin - 0x000000004015d7d4 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015847c 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x40 (size before relaxing) - 0x000000004015d7d4 mbedtls_ssl_conf_dh_param_bin + 0x000000004015847c mbedtls_ssl_conf_dh_param_bin .text.mbedtls_ssl_set_hostname - 0x000000004015d80c 0x76 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401584b4 0x76 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x7e (size before relaxing) - 0x000000004015d80c mbedtls_ssl_set_hostname - *fill* 0x000000004015d882 0x2 + 0x00000000401584b4 mbedtls_ssl_set_hostname + *fill* 0x000000004015852a 0x2 .text.mbedtls_ssl_conf_alpn_protocols - 0x000000004015d884 0x3d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015d884 mbedtls_ssl_conf_alpn_protocols - *fill* 0x000000004015d8c1 0x3 + 0x000000004015852c 0x3d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015852c mbedtls_ssl_conf_alpn_protocols + *fill* 0x0000000040158569 0x3 .text.mbedtls_ssl_get_record_expansion - 0x000000004015d8c4 0x69 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015d8c4 mbedtls_ssl_get_record_expansion - *fill* 0x000000004015d92d 0x3 + 0x000000004015856c 0x69 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015856c mbedtls_ssl_get_record_expansion + *fill* 0x00000000401585d5 0x3 .text.mbedtls_ssl_get_max_frag_len - 0x000000004015d930 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401585d8 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x3f (size before relaxing) - 0x000000004015d930 mbedtls_ssl_get_max_frag_len - *fill* 0x000000004015d964 0x0 + 0x00000000401585d8 mbedtls_ssl_get_max_frag_len + *fill* 0x000000004015860c 0x0 .text.ssl_get_remaining_payload_in_datagram - 0x000000004015d964 0x4c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015860c 0x4c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x54 (size before relaxing) .text.mbedtls_ssl_get_max_out_record_payload - 0x000000004015d9b0 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158658 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x46 (size before relaxing) - 0x000000004015d9b0 mbedtls_ssl_get_max_out_record_payload - *fill* 0x000000004015d9ee 0x2 + 0x0000000040158658 mbedtls_ssl_get_max_out_record_payload + *fill* 0x0000000040158696 0x2 .text.mbedtls_ssl_handshake_step - 0x000000004015d9f0 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158698 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x44 (size before relaxing) - 0x000000004015d9f0 mbedtls_ssl_handshake_step + 0x0000000040158698 mbedtls_ssl_handshake_step .text.mbedtls_ssl_handshake - 0x000000004015da2c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015da2c mbedtls_ssl_handshake + 0x00000000401586d4 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401586d4 mbedtls_ssl_handshake .text.mbedtls_ssl_transform_free - 0x000000004015da5c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158704 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x38 (size before relaxing) - 0x000000004015da5c mbedtls_ssl_transform_free + 0x0000000040158704 mbedtls_ssl_transform_free .text.mbedtls_ssl_handshake_free - 0x000000004015da88 0x7b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158730 0x7b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xaa (size before relaxing) - 0x000000004015da88 mbedtls_ssl_handshake_free - *fill* 0x000000004015db03 0x1 + 0x0000000040158730 mbedtls_ssl_handshake_free + *fill* 0x00000000401587ab 0x1 .text.ssl_handshake_wrapup_free_hs_transform - 0x000000004015db04 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401587ac 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x3a (size before relaxing) - *fill* 0x000000004015db32 0x2 + *fill* 0x00000000401587da 0x2 .text.mbedtls_ssl_session_free - 0x000000004015db34 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401587dc 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x2f (size before relaxing) - 0x000000004015db34 mbedtls_ssl_session_free - *fill* 0x000000004015db5c 0x0 + 0x00000000401587dc mbedtls_ssl_session_free + *fill* 0x0000000040158804 0x0 .text.mbedtls_ssl_handshake_wrapup - 0x000000004015db5c 0x74 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158804 0x74 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x7c (size before relaxing) - 0x000000004015db5c mbedtls_ssl_handshake_wrapup + 0x0000000040158804 mbedtls_ssl_handshake_wrapup .text.mbedtls_ssl_free - 0x000000004015dbd0 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158878 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xcb (size before relaxing) - 0x000000004015dbd0 mbedtls_ssl_free - *fill* 0x000000004015dc78 0x0 + 0x0000000040158878 mbedtls_ssl_free + *fill* 0x0000000040158920 0x0 .text.mbedtls_ssl_config_init - 0x000000004015dc78 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015dc78 mbedtls_ssl_config_init - *fill* 0x000000004015dc8a 0x2 + 0x0000000040158920 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158920 mbedtls_ssl_config_init + *fill* 0x0000000040158932 0x2 .text.mbedtls_ssl_config_defaults - 0x000000004015dc8c 0x12c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158934 0x12c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x138 (size before relaxing) - 0x000000004015dc8c mbedtls_ssl_config_defaults + 0x0000000040158934 mbedtls_ssl_config_defaults .text.mbedtls_ssl_config_free - 0x000000004015ddb8 0x56 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158a60 0x56 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x6e (size before relaxing) - 0x000000004015ddb8 mbedtls_ssl_config_free - *fill* 0x000000004015de0e 0x2 + 0x0000000040158a60 mbedtls_ssl_config_free + *fill* 0x0000000040158ab6 0x2 .text.mbedtls_ssl_sig_from_pk - 0x000000004015de10 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158ab8 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x29 (size before relaxing) - 0x000000004015de10 mbedtls_ssl_sig_from_pk - *fill* 0x000000004015de35 0x3 + 0x0000000040158ab8 mbedtls_ssl_sig_from_pk + *fill* 0x0000000040158add 0x3 .text.ssl_handshake_params_init - 0x000000004015de38 0x77 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158ae0 0x77 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x9b (size before relaxing) - *fill* 0x000000004015deaf 0x1 + *fill* 0x0000000040158b57 0x1 .text.ssl_handshake_init - 0x000000004015deb0 0xce esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158b58 0xce esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xea (size before relaxing) - *fill* 0x000000004015df7e 0x2 + *fill* 0x0000000040158c26 0x2 .text.ssl_session_reset_int - 0x000000004015df80 0x135 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158c28 0x135 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x149 (size before relaxing) - *fill* 0x000000004015e0b5 0x3 + *fill* 0x0000000040158d5d 0x3 .text.ssl_handle_possible_reconnect - 0x000000004015e0b8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158d60 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.mbedtls_ssl_setup - 0x000000004015e118 0x7d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158dc0 0x7d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x8d (size before relaxing) - 0x000000004015e118 mbedtls_ssl_setup - *fill* 0x000000004015e195 0x3 + 0x0000000040158dc0 mbedtls_ssl_setup + *fill* 0x0000000040158e3d 0x3 .text.ssl_start_renegotiation - 0x000000004015e198 0x40 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158e40 0x40 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x44 (size before relaxing) .text.mbedtls_ssl_md_alg_from_hash - 0x000000004015e1d8 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015e1d8 mbedtls_ssl_md_alg_from_hash - *fill* 0x000000004015e211 0x3 + 0x0000000040158e80 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158e80 mbedtls_ssl_md_alg_from_hash + *fill* 0x0000000040158eb9 0x3 .text.mbedtls_ssl_hash_from_md_alg - 0x000000004015e214 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015e214 mbedtls_ssl_hash_from_md_alg - *fill* 0x000000004015e24d 0x3 + 0x0000000040158ebc 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158ebc mbedtls_ssl_hash_from_md_alg + *fill* 0x0000000040158ef5 0x3 .text.mbedtls_ssl_check_cert_usage - 0x000000004015e250 0x72 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015e250 mbedtls_ssl_check_cert_usage - *fill* 0x000000004015e2c2 0x2 + 0x0000000040158ef8 0x72 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158ef8 mbedtls_ssl_check_cert_usage + *fill* 0x0000000040158f6a 0x2 .text.ssl_encrypt_buf - 0x000000004015e2c4 0x378 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040158f6c 0x378 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x39c (size before relaxing) .text.mbedtls_ssl_write_record - 0x000000004015e63c 0x11c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401592e4 0x11c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x124 (size before relaxing) - 0x000000004015e63c mbedtls_ssl_write_record + 0x00000000401592e4 mbedtls_ssl_write_record .text.mbedtls_ssl_flight_transmit - 0x000000004015e758 0x1ee esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040159400 0x1ee esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x1fa (size before relaxing) - 0x000000004015e758 mbedtls_ssl_flight_transmit - *fill* 0x000000004015e946 0x2 + 0x0000000040159400 mbedtls_ssl_flight_transmit + *fill* 0x00000000401595ee 0x2 .text.mbedtls_ssl_resend - 0x000000004015e948 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401595f0 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x10 (size before relaxing) - 0x000000004015e948 mbedtls_ssl_resend + 0x00000000401595f0 mbedtls_ssl_resend .text.mbedtls_ssl_prepare_handshake_record - 0x000000004015e954 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401595fc 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xc8 (size before relaxing) - 0x000000004015e954 mbedtls_ssl_prepare_handshake_record + 0x00000000401595fc mbedtls_ssl_prepare_handshake_record .text.mbedtls_ssl_handle_message_type - 0x000000004015ea14 0xdc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401596bc 0xdc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xe0 (size before relaxing) - 0x000000004015ea14 mbedtls_ssl_handle_message_type + 0x00000000401596bc mbedtls_ssl_handle_message_type .text.mbedtls_ssl_write_handshake_msg - 0x000000004015eaf0 0x161 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040159798 0x161 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x165 (size before relaxing) - 0x000000004015eaf0 mbedtls_ssl_write_handshake_msg - *fill* 0x000000004015ec51 0x3 + 0x0000000040159798 mbedtls_ssl_write_handshake_msg + *fill* 0x00000000401598f9 0x3 .text.ssl_write_hello_request - 0x000000004015ec54 0x21 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015ec75 0x3 + 0x00000000401598fc 0x21 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004015991d 0x3 .text.ssl_resend_hello_request - 0x000000004015ec78 0x41 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015ecb9 0x3 + 0x0000000040159920 0x41 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040159961 0x3 .text.mbedtls_ssl_fetch_input - 0x000000004015ecbc 0x1be esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040159964 0x1be esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x1ce (size before relaxing) - 0x000000004015ecbc mbedtls_ssl_fetch_input - *fill* 0x000000004015ee7a 0x2 + 0x0000000040159964 mbedtls_ssl_fetch_input + *fill* 0x0000000040159b22 0x2 .text.mbedtls_ssl_renegotiate - 0x000000004015ee7c 0x75 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040159b24 0x75 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x79 (size before relaxing) - 0x000000004015ee7c mbedtls_ssl_renegotiate - *fill* 0x000000004015eef1 0x3 + 0x0000000040159b24 mbedtls_ssl_renegotiate + *fill* 0x0000000040159b99 0x3 .text.ssl_check_ctr_renegotiate - 0x000000004015eef4 0x81 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004015ef75 0x3 + 0x0000000040159b9c 0x81 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040159c1d 0x3 .text.mbedtls_ssl_write_certificate - 0x000000004015ef78 0x123 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015ef78 mbedtls_ssl_write_certificate - *fill* 0x000000004015f09b 0x1 + 0x0000000040159c20 0x123 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040159c20 mbedtls_ssl_write_certificate + *fill* 0x0000000040159d43 0x1 .text.mbedtls_ssl_write_change_cipher_spec - 0x000000004015f09c 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004015f09c mbedtls_ssl_write_change_cipher_spec - *fill* 0x000000004015f0c1 0x3 + 0x0000000040159d44 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040159d44 mbedtls_ssl_write_change_cipher_spec + *fill* 0x0000000040159d69 0x3 .text.mbedtls_ssl_write_finished - 0x000000004015f0c4 0x13e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040159d6c 0x13e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x142 (size before relaxing) - 0x000000004015f0c4 mbedtls_ssl_write_finished - *fill* 0x000000004015f202 0x2 + 0x0000000040159d6c mbedtls_ssl_write_finished + *fill* 0x0000000040159eaa 0x2 .text.mbedtls_ssl_send_alert_message - 0x000000004015f204 0x3d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040159eac 0x3d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x41 (size before relaxing) - 0x000000004015f204 mbedtls_ssl_send_alert_message - *fill* 0x000000004015f241 0x3 + 0x0000000040159eac mbedtls_ssl_send_alert_message + *fill* 0x0000000040159ee9 0x3 .text.ssl_parse_certificate_chain - 0x000000004015f244 0x20e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040159eec 0x20e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x22e (size before relaxing) - *fill* 0x000000004015f452 0x2 + *fill* 0x000000004015a0fa 0x2 .text.ssl_write_real - 0x000000004015f454 0x5a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015a0fc 0x5a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x5e (size before relaxing) - *fill* 0x000000004015f4ae 0x2 + *fill* 0x000000004015a156 0x2 .text.ssl_write_split - 0x000000004015f4b0 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015a158 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x64 (size before relaxing) .text.mbedtls_ssl_write - 0x000000004015f510 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015a1b8 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x44 (size before relaxing) - 0x000000004015f510 mbedtls_ssl_write + 0x000000004015a1b8 mbedtls_ssl_write .text.ssl_decrypt_buf - 0x000000004015f54c 0x5dc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015a1f4 0x5dc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x60c (size before relaxing) .text.ssl_prepare_record_content - 0x000000004015fb28 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015a7d0 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x3e (size before relaxing) - *fill* 0x000000004015fb62 0x2 + *fill* 0x000000004015a80a 0x2 .text.ssl_parse_record_header - 0x000000004015fb64 0x161 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015a80c 0x161 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x169 (size before relaxing) - *fill* 0x000000004015fcc5 0x3 + *fill* 0x000000004015a96d 0x3 .text.ssl_get_next_record - 0x000000004015fcc8 0x162 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015a970 0x162 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x172 (size before relaxing) - *fill* 0x000000004015fe2a 0x2 + *fill* 0x000000004015aad2 0x2 .text.mbedtls_ssl_read_record - 0x000000004015fe2c 0xa3 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015aad4 0xa3 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xb7 (size before relaxing) - 0x000000004015fe2c mbedtls_ssl_read_record - *fill* 0x000000004015fecf 0x1 + 0x000000004015aad4 mbedtls_ssl_read_record + *fill* 0x000000004015ab77 0x1 .text.mbedtls_ssl_parse_certificate - 0x000000004015fed0 0x20e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015ab78 0x20e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x21e (size before relaxing) - 0x000000004015fed0 mbedtls_ssl_parse_certificate - *fill* 0x00000000401600de 0x2 + 0x000000004015ab78 mbedtls_ssl_parse_certificate + *fill* 0x000000004015ad86 0x2 .text.mbedtls_ssl_parse_change_cipher_spec - 0x00000000401600e0 0x88 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015ad88 0x88 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x94 (size before relaxing) - 0x00000000401600e0 mbedtls_ssl_parse_change_cipher_spec + 0x000000004015ad88 mbedtls_ssl_parse_change_cipher_spec .text.mbedtls_ssl_parse_finished - 0x0000000040160168 0x112 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015ae10 0x112 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x11a (size before relaxing) - 0x0000000040160168 mbedtls_ssl_parse_finished - *fill* 0x000000004016027a 0x2 + 0x000000004015ae10 mbedtls_ssl_parse_finished + *fill* 0x000000004015af22 0x2 .text.mbedtls_ssl_read - 0x000000004016027c 0x256 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015af24 0x256 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x266 (size before relaxing) - 0x000000004016027c mbedtls_ssl_read - *fill* 0x00000000401604d2 0x2 + 0x000000004015af24 mbedtls_ssl_read + *fill* 0x000000004015b17a 0x2 .text.mbedtls_ssl_set_calc_verify_md - 0x00000000401604d4 0x4d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x00000000401604d4 mbedtls_ssl_set_calc_verify_md - *fill* 0x0000000040160521 0x3 + 0x000000004015b17c 0x4d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015b17c mbedtls_ssl_set_calc_verify_md + *fill* 0x000000004015b1c9 0x3 .text.mbedtls_ssl_get_key_exchange_md_ssl_tls - 0x0000000040160524 0x97 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015b1cc 0x97 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0xbf (size before relaxing) - 0x0000000040160524 mbedtls_ssl_get_key_exchange_md_ssl_tls - *fill* 0x00000000401605bb 0x1 + 0x000000004015b1cc mbedtls_ssl_get_key_exchange_md_ssl_tls + *fill* 0x000000004015b263 0x1 .text.mbedtls_ssl_get_key_exchange_md_tls1_2 - 0x00000000401605bc 0x6a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004015b264 0x6a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) 0x86 (size before relaxing) - 0x00000000401605bc mbedtls_ssl_get_key_exchange_md_tls1_2 - *fill* 0x0000000040160626 0x2 + 0x000000004015b264 mbedtls_ssl_get_key_exchange_md_tls1_2 + *fill* 0x000000004015b2ce 0x2 .text.net_would_block - 0x0000000040160628 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x000000004015b2d0 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) 0x21 (size before relaxing) - *fill* 0x0000000040160645 0x3 + *fill* 0x000000004015b2ed 0x3 .text.mbedtls_net_recv - 0x0000000040160648 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x000000004015b2f0 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) 0x6c (size before relaxing) - 0x0000000040160648 mbedtls_net_recv + 0x000000004015b2f0 mbedtls_net_recv .text.mbedtls_net_send - 0x00000000401606a8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x000000004015b350 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) 0x6c (size before relaxing) - 0x00000000401606a8 mbedtls_net_send + 0x000000004015b350 mbedtls_net_send .text.mbedtls_ssl_ciphersuite_from_id - 0x0000000040160708 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x0000000040160708 mbedtls_ssl_ciphersuite_from_id - *fill* 0x0000000040160722 0x2 + 0x000000004015b3b0 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000004015b3b0 mbedtls_ssl_ciphersuite_from_id + *fill* 0x000000004015b3ca 0x2 .text.mbedtls_ssl_list_ciphersuites - 0x0000000040160724 0x45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000004015b3cc 0x45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) 0x49 (size before relaxing) - 0x0000000040160724 mbedtls_ssl_list_ciphersuites - *fill* 0x0000000040160769 0x3 + 0x000000004015b3cc mbedtls_ssl_list_ciphersuites + *fill* 0x000000004015b411 0x3 .text.mbedtls_ssl_get_ciphersuite_sig_pk_alg - 0x000000004016076c 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x000000004016076c mbedtls_ssl_get_ciphersuite_sig_pk_alg - *fill* 0x0000000040160796 0x2 + 0x000000004015b414 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000004015b414 mbedtls_ssl_get_ciphersuite_sig_pk_alg + *fill* 0x000000004015b43e 0x2 .text.ssl_parse_server_psk_hint - 0x0000000040160798 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x00000000401607d1 0x3 + 0x000000004015b440 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015b479 0x3 .text.ssl_write_renegotiation_ext - 0x00000000401607d4 0x56 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x000000004016082a 0x2 + 0x000000004015b47c 0x56 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015b4d2 0x2 .text.ssl_write_session_ticket_ext - 0x000000004016082c 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015b4d4 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) .text.ssl_generate_random - 0x0000000040160884 0x4c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015b52c 0x4c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) .text.ssl_write_hostname_ext - 0x00000000401608d0 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x0000000040160936 0x2 + 0x000000004015b578 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015b5de 0x2 .text.ssl_write_alpn_ext - 0x0000000040160938 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x00000000401609da 0x2 + 0x000000004015b5e0 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015b682 0x2 .text.ssl_write_signature_algorithms_ext - 0x00000000401609dc 0x9e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015b684 0x9e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xa2 (size before relaxing) - *fill* 0x0000000040160a7a 0x2 + *fill* 0x000000004015b722 0x2 .text.ssl_write_supported_elliptic_curves_ext - 0x0000000040160a7c 0x93 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x0000000040160b0f 0x1 + 0x000000004015b724 0x93 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015b7b7 0x1 .text.ssl_write_client_hello - 0x0000000040160b10 0x2bc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015b7b8 0x2bc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x2e8 (size before relaxing) .text.ssl_parse_renegotiation_info - 0x0000000040160dcc 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015ba74 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xc8 (size before relaxing) .text.ssl_parse_max_fragment_length_ext - 0x0000000040160e90 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015bb38 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x32 (size before relaxing) - *fill* 0x0000000040160ebe 0x2 + *fill* 0x000000004015bb66 0x2 .text.ssl_parse_truncated_hmac_ext - 0x0000000040160ec0 0x2b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x0000000040160eeb 0x1 + 0x000000004015bb68 0x2b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015bb93 0x1 .text.ssl_parse_encrypt_then_mac_ext - 0x0000000040160eec 0x2f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x0000000040160f1b 0x1 + 0x000000004015bb94 0x2f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015bbc3 0x1 .text.ssl_parse_extended_ms_ext - 0x0000000040160f1c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x0000000040160f4e 0x2 + 0x000000004015bbc4 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015bbf6 0x2 .text.ssl_parse_session_ticket_ext - 0x0000000040160f50 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x0000000040160f7e 0x2 + 0x000000004015bbf8 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015bc26 0x2 .text.ssl_parse_supported_point_formats_ext - 0x0000000040160f80 0x4d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x0000000040160fcd 0x3 + 0x000000004015bc28 0x4d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015bc75 0x3 .text.ssl_parse_certificate_request - 0x0000000040160fd0 0x110 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015bc78 0x110 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x11c (size before relaxing) .text.ssl_parse_alpn_ext - 0x00000000401610e0 0xac esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015bd88 0xac esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xb4 (size before relaxing) .text.ssl_parse_hello_verify_request - 0x000000004016118c 0xbe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015be34 0xbe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xce (size before relaxing) - *fill* 0x000000004016124a 0x2 + *fill* 0x000000004015bef2 0x2 .text.ssl_parse_server_hello - 0x000000004016124c 0x478 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015bef4 0x478 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x4ac (size before relaxing) .text.ssl_parse_server_hello_done - 0x00000000401616c4 0x68 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015c36c 0x68 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x70 (size before relaxing) .text.ssl_check_server_ecdh_params - 0x000000004016172c 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015c3d4 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x2e (size before relaxing) - *fill* 0x0000000040161756 0x2 + *fill* 0x000000004015c3fe 0x2 .text.ssl_get_ecdh_params_from_cert - 0x0000000040161758 0x51 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015c400 0x51 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x59 (size before relaxing) - *fill* 0x00000000401617a9 0x3 + *fill* 0x000000004015c451 0x3 .text.ssl_parse_server_dh_params - 0x00000000401617ac 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x00000000401617d5 0x3 + 0x000000004015c454 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004015c47d 0x3 .text.ssl_parse_server_ecdh_params - 0x00000000401617d8 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015c480 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x2b (size before relaxing) - *fill* 0x00000000401617ff 0x1 + *fill* 0x000000004015c4a7 0x1 .text.ssl_parse_signature_algorithm - 0x0000000040161800 0x61 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015c4a8 0x61 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x69 (size before relaxing) - *fill* 0x0000000040161861 0x3 + *fill* 0x000000004015c509 0x3 .text.ssl_parse_server_key_exchange - 0x0000000040161864 0x31c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015c50c 0x31c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x354 (size before relaxing) .text.ssl_write_encrypted_pms - 0x0000000040161b80 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015c828 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0xdc (size before relaxing) .text.ssl_write_client_key_exchange - 0x0000000040161c54 0x230 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015c8fc 0x230 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x24c (size before relaxing) .text.ssl_write_certificate_verify - 0x0000000040161e84 0x1a0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015cb2c 0x1a0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x1a8 (size before relaxing) .text.ssl_parse_new_session_ticket - 0x0000000040162024 0x111 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015cccc 0x111 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x125 (size before relaxing) - *fill* 0x0000000040162135 0x3 + *fill* 0x000000004015cddd 0x3 .text.mbedtls_ssl_handshake_client_step - 0x0000000040162138 0x136 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000004015cde0 0x136 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) 0x156 (size before relaxing) - 0x0000000040162138 mbedtls_ssl_handshake_client_step - *fill* 0x000000004016226e 0x2 + 0x000000004015cde0 mbedtls_ssl_handshake_client_step + *fill* 0x000000004015cf16 0x2 .text.ssl_write_renegotiation_ext - 0x0000000040162270 0x7e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x00000000401622ee 0x2 + 0x000000004015cf18 0x7e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004015cf96 0x2 .text.ssl_parse_servername_ext - 0x00000000401622f0 0xb1 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015cf98 0xb1 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xb9 (size before relaxing) - *fill* 0x00000000401623a1 0x3 + *fill* 0x000000004015d049 0x3 .text.ssl_parse_renegotiation_info - 0x00000000401623a4 0x84 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d04c 0x84 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x88 (size before relaxing) .text.ssl_parse_supported_point_formats - 0x0000000040162428 0x40 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d0d0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) .text.ssl_parse_max_fragment_length_ext - 0x0000000040162468 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x000000004016248f 0x1 + 0x000000004015d110 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004015d137 0x1 .text.ssl_parse_truncated_hmac_ext - 0x0000000040162490 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d138 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) .text.ssl_parse_encrypt_then_mac_ext - 0x00000000401624c0 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x00000000401624f6 0x2 + 0x000000004015d168 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004015d19e 0x2 .text.ssl_parse_extended_ms_ext - 0x00000000401624f8 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x0000000040162532 0x2 + 0x000000004015d1a0 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004015d1da 0x2 .text.ssl_parse_client_psk_identity - 0x0000000040162534 0xf5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d1dc 0xf5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xf9 (size before relaxing) - *fill* 0x0000000040162629 0x3 + *fill* 0x000000004015d2d1 0x3 .text.ssl_parse_signature_algorithms_ext - 0x000000004016262c 0x73 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d2d4 0x73 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x83 (size before relaxing) - *fill* 0x000000004016269f 0x1 + *fill* 0x000000004015d347 0x1 .text.ssl_parse_supported_elliptic_curves - 0x00000000401626a0 0xbe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d348 0xbe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xce (size before relaxing) - *fill* 0x000000004016275e 0x2 + *fill* 0x000000004015d406 0x2 .text.ssl_parse_session_ticket_ext - 0x0000000040162760 0x8c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d408 0x8c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x98 (size before relaxing) .text.ssl_parse_alpn_ext - 0x00000000401627ec 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d494 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xe4 (size before relaxing) .text.ssl_write_alpn_ext - 0x00000000401628cc 0x63 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x000000004016292f 0x1 + 0x000000004015d574 0x63 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004015d5d7 0x1 .text.ssl_pick_cert - 0x0000000040162930 0x8c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d5d8 0x8c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x98 (size before relaxing) .text.ssl_ciphersuite_match - 0x00000000401629bc 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d664 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xe0 (size before relaxing) .text.ssl_parse_client_hello - 0x0000000040162a94 0x780 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015d73c 0x780 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x79c (size before relaxing) .text.ssl_write_hello_verify_request - 0x0000000040163214 0x8c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015debc 0x8c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x94 (size before relaxing) .text.ssl_write_new_session_ticket - 0x00000000401632a0 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015df48 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) .text.ssl_write_encrypt_then_mac_ext - 0x0000000040163320 0x4a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015dfc8 0x4a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x4e (size before relaxing) - *fill* 0x000000004016336a 0x2 + *fill* 0x000000004015e012 0x2 .text.ssl_write_server_hello - 0x000000004016336c 0x1fc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015e014 0x1fc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x218 (size before relaxing) .text.ssl_get_ecdh_params_from_cert - 0x0000000040163568 0x55 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x00000000401635bd 0x3 + 0x000000004015e210 0x55 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004015e265 0x3 .text.ssl_prepare_server_key_exchange - 0x00000000401635c0 0x25c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015e268 0x25c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x27c (size before relaxing) .text.ssl_write_server_key_exchange - 0x000000004016381c 0xad esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x00000000401638c9 0x3 + 0x000000004015e4c4 0xad esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004015e571 0x3 .text.ssl_write_certificate_request - 0x00000000401638cc 0x18c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015e574 0x18c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x190 (size before relaxing) .text.ssl_write_server_hello_done - 0x0000000040163a58 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015e700 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x4a (size before relaxing) - *fill* 0x0000000040163a9a 0x2 + *fill* 0x000000004015e742 0x2 .text.ssl_parse_client_dh_public - 0x0000000040163a9c 0x4d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x0000000040163ae9 0x3 + 0x000000004015e744 0x4d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004015e791 0x3 .text.ssl_decrypt_encrypted_pms - 0x0000000040163aec 0xb3 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015e794 0xb3 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xb7 (size before relaxing) - *fill* 0x0000000040163b9f 0x1 + *fill* 0x000000004015e847 0x1 .text.ssl_parse_encrypted_pms - 0x0000000040163ba0 0xdc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015e848 0xdc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0xe4 (size before relaxing) .text.ssl_parse_client_key_exchange - 0x0000000040163c7c 0x1fd esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015e924 0x1fd esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x229 (size before relaxing) - *fill* 0x0000000040163e79 0x3 + *fill* 0x000000004015eb21 0x3 .text.ssl_parse_certificate_verify - 0x0000000040163e7c 0x19c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015eb24 0x19c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x1a8 (size before relaxing) .text.mbedtls_ssl_handshake_server_step - 0x0000000040164018 0x136 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000004015ecc0 0x136 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) 0x152 (size before relaxing) - 0x0000000040164018 mbedtls_ssl_handshake_server_step - *fill* 0x000000004016414e 0x2 + 0x000000004015ecc0 mbedtls_ssl_handshake_server_step + *fill* 0x000000004015edf6 0x2 .text.dhm_read_bignum - 0x0000000040164150 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015edf8 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x4d (size before relaxing) - *fill* 0x0000000040164199 0x3 + *fill* 0x000000004015ee41 0x3 .text.dhm_check_range - 0x000000004016419c 0x57 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015ee44 0x57 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x6f (size before relaxing) - *fill* 0x00000000401641f3 0x1 + *fill* 0x000000004015ee9b 0x1 .text.dhm_update_blinding - 0x00000000401641f4 0xea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015ee9c 0xea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x11a (size before relaxing) - *fill* 0x00000000401642de 0x2 + *fill* 0x000000004015ef86 0x2 .text.mbedtls_dhm_init - 0x00000000401642e0 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) - 0x00000000401642e0 mbedtls_dhm_init - *fill* 0x00000000401642f2 0x2 + 0x000000004015ef88 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015ef88 mbedtls_dhm_init + *fill* 0x000000004015ef9a 0x2 .text.mbedtls_dhm_read_params - 0x00000000401642f4 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015ef9c 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x56 (size before relaxing) - 0x00000000401642f4 mbedtls_dhm_read_params - *fill* 0x000000004016433a 0x2 + 0x000000004015ef9c mbedtls_dhm_read_params + *fill* 0x000000004015efe2 0x2 .text.mbedtls_dhm_make_params - 0x000000004016433c 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015efe4 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x130 (size before relaxing) - 0x000000004016433c mbedtls_dhm_make_params + 0x000000004015efe4 mbedtls_dhm_make_params .text.mbedtls_dhm_set_group - 0x0000000040164448 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015f0f0 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x38 (size before relaxing) - 0x0000000040164448 mbedtls_dhm_set_group + 0x000000004015f0f0 mbedtls_dhm_set_group .text.mbedtls_dhm_read_public - 0x000000004016447c 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015f124 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x32 (size before relaxing) - 0x000000004016447c mbedtls_dhm_read_public - *fill* 0x00000000401644aa 0x2 + 0x000000004015f124 mbedtls_dhm_read_public + *fill* 0x000000004015f152 0x2 .text.mbedtls_dhm_make_public - 0x00000000401644ac 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015f154 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0xcc (size before relaxing) - 0x00000000401644ac mbedtls_dhm_make_public + 0x000000004015f154 mbedtls_dhm_make_public .text.mbedtls_dhm_calc_secret - 0x0000000040164568 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015f210 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0xe6 (size before relaxing) - 0x0000000040164568 mbedtls_dhm_calc_secret - *fill* 0x000000004016462e 0x2 + 0x000000004015f210 mbedtls_dhm_calc_secret + *fill* 0x000000004015f2d6 0x2 .text.mbedtls_dhm_free - 0x0000000040164630 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000004015f2d8 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) 0x6e (size before relaxing) - 0x0000000040164630 mbedtls_dhm_free - *fill* 0x000000004016467b 0x1 + 0x000000004015f2d8 mbedtls_dhm_free + *fill* 0x000000004015f323 0x1 .text.ecdh_gen_public_restartable - 0x000000004016467c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f324 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x2c (size before relaxing) .text.ecdh_compute_shared_restartable - 0x00000000401646a4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f34c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x53 (size before relaxing) - *fill* 0x00000000401646e8 0x0 + *fill* 0x000000004015f390 0x0 .text.ecdh_init_internal - 0x00000000401646e8 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f390 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x3a (size before relaxing) - *fill* 0x0000000040164712 0x2 + *fill* 0x000000004015f3ba 0x2 .text.ecdh_setup_internal - 0x0000000040164714 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - *fill* 0x000000004016472a 0x2 + 0x000000004015f3bc 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + *fill* 0x000000004015f3d2 0x2 .text.ecdh_free_internal - 0x000000004016472c 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f3d4 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x3a (size before relaxing) - *fill* 0x0000000040164756 0x2 + *fill* 0x000000004015f3fe 0x2 .text.ecdh_read_params_internal - 0x0000000040164758 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f400 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x1c (size before relaxing) .text.ecdh_read_public_internal - 0x0000000040164770 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f418 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x28 (size before relaxing) .text.ecdh_get_params_internal - 0x0000000040164794 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f43c 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x46 (size before relaxing) - *fill* 0x00000000401647ce 0x2 + *fill* 0x000000004015f476 0x2 .text.mbedtls_ecdh_gen_public - 0x00000000401647d0 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x00000000401647d0 mbedtls_ecdh_gen_public - *fill* 0x00000000401647e9 0x3 + 0x000000004015f478 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f478 mbedtls_ecdh_gen_public + *fill* 0x000000004015f491 0x3 .text.ecdh_make_params_internal - 0x00000000401647ec 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f494 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x5c (size before relaxing) .text.ecdh_make_public_internal - 0x0000000040164840 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f4e8 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x40 (size before relaxing) .text.mbedtls_ecdh_compute_shared - 0x0000000040164878 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x0000000040164878 mbedtls_ecdh_compute_shared - *fill* 0x0000000040164895 0x3 + 0x000000004015f520 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f520 mbedtls_ecdh_compute_shared + *fill* 0x000000004015f53d 0x3 .text.ecdh_calc_secret_internal - 0x0000000040164898 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f540 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x70 (size before relaxing) .text.mbedtls_ecdh_init - 0x00000000401648fc 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f5a4 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x37 (size before relaxing) - 0x00000000401648fc mbedtls_ecdh_init - *fill* 0x0000000040164923 0x1 + 0x000000004015f5a4 mbedtls_ecdh_init + *fill* 0x000000004015f5cb 0x1 .text.mbedtls_ecdh_setup - 0x0000000040164924 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x0000000040164924 mbedtls_ecdh_setup - *fill* 0x0000000040164935 0x3 + 0x000000004015f5cc 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f5cc mbedtls_ecdh_setup + *fill* 0x000000004015f5dd 0x3 .text.mbedtls_ecdh_free - 0x0000000040164938 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f5e0 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x32 (size before relaxing) - 0x0000000040164938 mbedtls_ecdh_free - *fill* 0x000000004016495e 0x2 + 0x000000004015f5e0 mbedtls_ecdh_free + *fill* 0x000000004015f606 0x2 .text.mbedtls_ecdh_make_params - 0x0000000040164960 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x0000000040164960 mbedtls_ecdh_make_params + 0x000000004015f608 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f608 mbedtls_ecdh_make_params .text.mbedtls_ecdh_read_params - 0x0000000040164980 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f628 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x30 (size before relaxing) - 0x0000000040164980 mbedtls_ecdh_read_params + 0x000000004015f628 mbedtls_ecdh_read_params .text.mbedtls_ecdh_get_params - 0x00000000401649a8 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f650 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x3b (size before relaxing) - 0x00000000401649a8 mbedtls_ecdh_get_params - *fill* 0x00000000401649db 0x1 + 0x000000004015f650 mbedtls_ecdh_get_params + *fill* 0x000000004015f683 0x1 .text.mbedtls_ecdh_make_public - 0x00000000401649dc 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x00000000401649dc mbedtls_ecdh_make_public + 0x000000004015f684 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f684 mbedtls_ecdh_make_public .text.mbedtls_ecdh_read_public - 0x00000000401649fc 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f6a4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) 0x14 (size before relaxing) - 0x00000000401649fc mbedtls_ecdh_read_public + 0x000000004015f6a4 mbedtls_ecdh_read_public .text.mbedtls_ecdh_calc_secret - 0x0000000040164a0c 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x0000000040164a0c mbedtls_ecdh_calc_secret - *fill* 0x0000000040164a29 0x3 + 0x000000004015f6b4 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004015f6b4 mbedtls_ecdh_calc_secret + *fill* 0x000000004015f6d1 0x3 .text.coex_schm_status_change - 0x0000000040164a2c 0x5ab /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - *fill* 0x0000000040164fd7 0x1 + 0x000000004015f6d4 0x5db /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + *fill* 0x000000004015fcaf 0x1 .text.coex_schm_status_bit_set - 0x0000000040164fd8 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000004015fcb0 0x8e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) 0x9a (size before relaxing) - 0x0000000040164fdc coex_schm_status_bit_set - *fill* 0x0000000040165066 0x2 + 0x000000004015fcb4 coex_schm_status_bit_set + *fill* 0x000000004015fd3e 0x2 .text.coex_schm_status_bit_clear - 0x0000000040165068 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000004015fd40 0x8a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) 0x9a (size before relaxing) - 0x0000000040165068 coex_schm_status_bit_clear - *fill* 0x00000000401650f2 0x2 + 0x000000004015fd40 coex_schm_status_bit_clear + *fill* 0x000000004015fdca 0x2 .text.coex_schm_curr_phase_idx_set - 0x00000000401650f4 0x6c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x74 (size before relaxing) - 0x00000000401650f4 coex_schm_curr_phase_idx_set + 0x000000004015fdcc 0x6a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x72 (size before relaxing) + 0x000000004015fdcc coex_schm_curr_phase_idx_set + *fill* 0x000000004015fe36 0x2 .text.coex_schm_curr_phase_idx_get - 0x0000000040165160 0x35 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x3d (size before relaxing) - 0x0000000040165160 coex_schm_curr_phase_idx_get - *fill* 0x0000000040165195 0x3 + 0x000000004015fe38 0x36 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x3e (size before relaxing) + 0x000000004015fe38 coex_schm_curr_phase_idx_get + *fill* 0x000000004015fe6e 0x2 .text.coex_schm_interval_get - 0x0000000040165198 0x35 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000004015fe70 0x35 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) 0x3d (size before relaxing) - 0x0000000040165198 coex_schm_interval_get - *fill* 0x00000000401651cd 0x3 + 0x000000004015fe70 coex_schm_interval_get + *fill* 0x000000004015fea5 0x3 .text.coex_schm_interval_set - 0x00000000401651d0 0x37 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x3f (size before relaxing) - 0x00000000401651d0 coex_schm_interval_set - *fill* 0x0000000040165207 0x1 + 0x000000004015fea8 0x36 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x3e (size before relaxing) + 0x000000004015fea8 coex_schm_interval_set + *fill* 0x000000004015fede 0x2 .text.coex_schm_curr_period_get - 0x0000000040165208 0x3e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x46 (size before relaxing) - 0x0000000040165208 coex_schm_curr_period_get - *fill* 0x0000000040165246 0x2 + 0x000000004015fee0 0x40 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x48 (size before relaxing) + 0x000000004015fee0 coex_schm_curr_period_get .text.coex_schm_curr_phase_get - 0x0000000040165248 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000004015ff20 0x4c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) 0x54 (size before relaxing) - 0x0000000040165248 coex_schm_curr_phase_get + 0x000000004015ff20 coex_schm_curr_phase_get .text.coex_wifi_channel_set - 0x0000000040165294 0x59 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) - 0x61 (size before relaxing) - 0x0000000040165294 coex_wifi_channel_set - *fill* 0x00000000401652ed 0x3 + 0x000000004015ff6c 0x5a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x62 (size before relaxing) + 0x000000004015ff6c coex_wifi_channel_set + *fill* 0x000000004015ffc6 0x2 .text.misc_nvs_deinit - 0x00000000401652f0 0x59 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x000000004015ffc8 0x55 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) 0x61 (size before relaxing) - 0x00000000401652f8 misc_nvs_deinit - *fill* 0x0000000040165349 0x3 + 0x000000004015ffcc misc_nvs_deinit + *fill* 0x000000004016001d 0x3 .text.nvs_log_init - 0x000000004016534c 0x1b2 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) - 0x1c2 (size before relaxing) - 0x0000000040165370 nvs_log_init - *fill* 0x00000000401654fe 0x2 + 0x0000000040160020 0x144 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x170 (size before relaxing) + 0x0000000040160038 nvs_log_init .text.misc_nvs_load - 0x0000000040165500 0xee /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) - 0x10a (size before relaxing) - 0x0000000040165514 misc_nvs_load - *fill* 0x00000000401655ee 0x2 + 0x0000000040160164 0x92 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0xb2 (size before relaxing) + 0x0000000040160170 misc_nvs_load + *fill* 0x00000000401601f6 0x2 .text.misc_nvs_init - 0x00000000401655f0 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x00000000401601f8 0x28 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) 0x3c (size before relaxing) - 0x00000000401655f0 misc_nvs_init + 0x00000000401601f8 misc_nvs_init .text.misc_nvs_restore - 0x0000000040165618 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x0000000040160220 0xc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) 0x14 (size before relaxing) - 0x0000000040165618 misc_nvs_restore - .text._ZdlPv 0x0000000040165624 0xe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) - 0x0000000040165624 _ZdlPv - *fill* 0x0000000040165632 0x2 - .text._ZdaPv 0x0000000040165634 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + 0x0000000040160220 misc_nvs_restore + .text.esp_mesh_get_topology + 0x000000004016022c 0xa /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) 0xe (size before relaxing) - 0x0000000040165634 _ZdaPv - *fill* 0x000000004016563e 0x2 + 0x000000004016022c esp_mesh_get_topology + *fill* 0x0000000040160236 0x2 + .text._ZdlPv 0x0000000040160238 0xe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + 0x0000000040160238 _ZdlPv + *fill* 0x0000000040160246 0x2 + .text._ZdaPv 0x0000000040160248 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + 0xe (size before relaxing) + 0x0000000040160248 _ZdaPv + *fill* 0x0000000040160252 0x2 .text._ZSt15get_new_handlerv - 0x0000000040165640 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) - 0x0000000040165640 _ZSt15get_new_handlerv + 0x0000000040160254 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + 0x0000000040160254 _ZSt15get_new_handlerv .text._ZnwjRKSt9nothrow_t - 0x0000000040165650 0x3e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - 0x0000000040165650 _ZnwjRKSt9nothrow_t - *fill* 0x000000004016568e 0x2 + 0x0000000040160264 0x3e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x0000000040160264 _ZnwjRKSt9nothrow_t + *fill* 0x00000000401602a2 0x2 .text._ZnajRKSt9nothrow_t - 0x0000000040165690 0x11 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) - 0x0000000040165690 _ZnajRKSt9nothrow_t - *fill* 0x00000000401656a1 0x3 + 0x00000000401602a4 0x11 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + 0x00000000401602a4 _ZnajRKSt9nothrow_t + *fill* 0x00000000401602b5 0x3 .text._ZN10__cxxabiv120__si_class_type_infoD2Ev - 0x00000000401656a4 0x12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - 0x00000000401656a4 _ZN10__cxxabiv120__si_class_type_infoD1Ev - 0x00000000401656a4 _ZN10__cxxabiv120__si_class_type_infoD2Ev - *fill* 0x00000000401656b6 0x2 + 0x00000000401602b8 0x12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x00000000401602b8 _ZN10__cxxabiv120__si_class_type_infoD1Ev + 0x00000000401602b8 _ZN10__cxxabiv120__si_class_type_infoD2Ev + *fill* 0x00000000401602ca 0x2 .text._ZN10__cxxabiv120__si_class_type_infoD0Ev - 0x00000000401656b8 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x00000000401602cc 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) 0x18 (size before relaxing) - 0x00000000401656b8 _ZN10__cxxabiv120__si_class_type_infoD0Ev + 0x00000000401602cc _ZN10__cxxabiv120__si_class_type_infoD0Ev .text._ZNKSt9type_infoeqERKS_$isra$0 - 0x00000000401656cc 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x00000000401602e0 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) .text._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ - 0x00000000401656f4 0x2c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - 0x00000000401656f4 _ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ + 0x0000000040160308 0x2c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x0000000040160308 _ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ .text._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE - 0x0000000040165720 0x8c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - 0x0000000040165720 _ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE + 0x0000000040160334 0x8c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x0000000040160334 _ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE .text._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE - 0x00000000401657ac 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - 0x00000000401657ac _ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE - *fill* 0x00000000401657d2 0x2 + 0x00000000401603c0 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x00000000401603c0 _ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE + *fill* 0x00000000401603e6 0x2 .text._ZN10__cxxabiv111__terminateEPFvvE - 0x00000000401657d4 0x32 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - 0x00000000401657d4 _ZN10__cxxabiv111__terminateEPFvvE - *fill* 0x0000000040165806 0x2 + 0x00000000401603e8 0x32 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x00000000401603e8 _ZN10__cxxabiv111__terminateEPFvvE + *fill* 0x000000004016041a 0x2 .text._ZSt13get_terminatev - 0x0000000040165808 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - 0x0000000040165808 _ZSt13get_terminatev + 0x000000004016041c 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x000000004016041c _ZSt13get_terminatev .text._ZSt9terminatev - 0x0000000040165818 0x9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x000000004016042c 0x9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) 0xf (size before relaxing) - 0x0000000040165818 _ZSt9terminatev - *fill* 0x0000000040165821 0x3 + 0x000000004016042c _ZSt9terminatev + *fill* 0x0000000040160435 0x3 .text._ZN10__cxxabiv112__unexpectedEPFvvE - 0x0000000040165824 0x9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x0000000040160438 0x9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) 0xc (size before relaxing) - 0x0000000040165824 _ZN10__cxxabiv112__unexpectedEPFvvE - *fill* 0x000000004016582d 0x3 + 0x0000000040160438 _ZN10__cxxabiv112__unexpectedEPFvvE + *fill* 0x0000000040160441 0x3 .text._ZSt14get_unexpectedv - 0x0000000040165830 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - 0x0000000040165830 _ZSt14get_unexpectedv + 0x0000000040160444 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x0000000040160444 _ZSt14get_unexpectedv .text._ZSt10unexpectedv - 0x0000000040165840 0x9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x0000000040160454 0x9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) 0xf (size before relaxing) - 0x0000000040165840 _ZSt10unexpectedv - *fill* 0x0000000040165849 0x3 + 0x0000000040160454 _ZSt10unexpectedv + *fill* 0x000000004016045d 0x3 .text._ZL28read_encoded_value_with_basehjPKhPj - 0x000000004016584c 0xdb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - *fill* 0x0000000040165927 0x1 + 0x0000000040160460 0xdb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + *fill* 0x000000004016053b 0x1 .text._ZL15get_ttype_entryP16lsda_header_infom - 0x0000000040165928 0x4e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - *fill* 0x0000000040165976 0x2 + 0x000000004016053c 0x4e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + *fill* 0x000000004016058a 0x2 .text._ZL20check_exception_specP16lsda_header_infoPKSt9type_infoPvl - 0x0000000040165978 0x38 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x000000004016058c 0x38 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x40 (size before relaxing) .text._ZL21base_of_encoded_valuehP15_Unwind_Context - 0x00000000401659b0 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x00000000401605c4 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x5c (size before relaxing) .text._ZL18read_encoded_valueP15_Unwind_ContexthPKhPj - 0x0000000040165a08 0x1c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x000000004016061c 0x1c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x20 (size before relaxing) .text._ZL17parse_lsda_headerP15_Unwind_ContextPKhP16lsda_header_info - 0x0000000040165a24 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040160638 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) 0x6c (size before relaxing) .text.__gxx_personality_v0 - 0x0000000040165a8c 0x2c8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - 0x0000000040165a8c __gxx_personality_v0 + 0x00000000401606a0 0x2c8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x00000000401606a0 __gxx_personality_v0 .text.__cxa_call_unexpected - 0x0000000040165d54 0x7d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - 0x0000000040165d54 __cxa_call_unexpected - *fill* 0x0000000040165dd1 0x3 - .text._ZdlPvj 0x0000000040165dd4 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + 0x0000000040160968 0x7d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040160968 __cxa_call_unexpected + *fill* 0x00000000401609e5 0x3 + .text._ZdlPvj 0x00000000401609e8 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) 0xe (size before relaxing) - 0x0000000040165dd4 _ZdlPvj - *fill* 0x0000000040165dde 0x2 + 0x00000000401609e8 _ZdlPvj + *fill* 0x00000000401609f2 0x2 .text._ZL15eh_globals_dtorPv - 0x0000000040165de0 0x23 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - *fill* 0x0000000040165e03 0x1 + 0x00000000401609f4 0x23 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + *fill* 0x0000000040160a17 0x1 .text.__cxa_get_globals_fast - 0x0000000040165e04 0x1a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - 0x0000000040165e04 __cxa_get_globals_fast - *fill* 0x0000000040165e1e 0x2 + 0x0000000040160a18 0x1a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x0000000040160a18 __cxa_get_globals_fast + *fill* 0x0000000040160a32 0x2 .text.startup._GLOBAL__sub_I___cxa_get_globals_fast - 0x0000000040165e20 0x22 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - *fill* 0x0000000040165e42 0x2 + 0x0000000040160a34 0x22 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + *fill* 0x0000000040160a56 0x2 .text.exit._GLOBAL__sub_D___cxa_get_globals_fast - 0x0000000040165e44 0x16 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - *fill* 0x0000000040165e5a 0x2 + 0x0000000040160a58 0x16 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + *fill* 0x0000000040160a6e 0x2 .text._ZN10__cxxabiv117__class_type_infoD2Ev - 0x0000000040165e5c 0x12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - 0x0000000040165e5c _ZN10__cxxabiv117__class_type_infoD2Ev - 0x0000000040165e5c _ZN10__cxxabiv117__class_type_infoD1Ev - *fill* 0x0000000040165e6e 0x2 + 0x0000000040160a70 0x12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x0000000040160a70 _ZN10__cxxabiv117__class_type_infoD2Ev + 0x0000000040160a70 _ZN10__cxxabiv117__class_type_infoD1Ev + *fill* 0x0000000040160a82 0x2 .text._ZN10__cxxabiv117__class_type_infoD0Ev - 0x0000000040165e70 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x0000000040160a84 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) 0x18 (size before relaxing) - 0x0000000040165e70 _ZN10__cxxabiv117__class_type_infoD0Ev + 0x0000000040160a84 _ZN10__cxxabiv117__class_type_infoD0Ev .text._ZNKSt9type_infoeqERKS_$isra$0 - 0x0000000040165e84 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x0000000040160a98 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) .text._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE - 0x0000000040165eac 0x36 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - 0x0000000040165eac _ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE - *fill* 0x0000000040165ee2 0x2 + 0x0000000040160ac0 0x36 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x0000000040160ac0 _ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE + *fill* 0x0000000040160af6 0x2 .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE - 0x0000000040165ee4 0x1d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - 0x0000000040165ee4 _ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE - *fill* 0x0000000040165f01 0x3 + 0x0000000040160af8 0x1d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x0000000040160af8 _ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE + *fill* 0x0000000040160b15 0x3 .text._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj - 0x0000000040165f04 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x0000000040160b18 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) 0x24 (size before relaxing) - 0x0000000040165f04 _ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj - .text 0x0000000040165f24 0x75 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) - 0x0000000040165f24 __fixunsdfdi - *fill* 0x0000000040165f99 0x3 - .text 0x0000000040165f9c 0x85c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + 0x0000000040160b18 _ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj + .text 0x0000000040160b38 0x75 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) + 0x0000000040160b38 __fixunsdfdi + *fill* 0x0000000040160bad 0x3 + .text 0x0000000040160bb0 0x85c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) 0x864 (size before relaxing) - 0x000000004016640c _Unwind_GetGR - 0x0000000040166528 _Unwind_GetCFA - 0x0000000040166530 _Unwind_SetGR - 0x000000004016654c _Unwind_GetIP - 0x0000000040166554 _Unwind_GetIPInfo - 0x0000000040166564 _Unwind_SetIP - 0x000000004016656c _Unwind_GetLanguageSpecificData - 0x0000000040166574 _Unwind_GetRegionStart - 0x000000004016657c _Unwind_FindEnclosingFunction - 0x0000000040166590 _Unwind_GetDataRelBase - 0x0000000040166598 _Unwind_GetTextRelBase - 0x00000000401665a0 _Unwind_RaiseException - 0x0000000040166654 _Unwind_ForcedUnwind - 0x00000000401666b8 _Unwind_Resume - 0x0000000040166724 _Unwind_Resume_or_Rethrow - 0x0000000040166794 _Unwind_DeleteException - 0x00000000401667a4 _Unwind_Backtrace - .text 0x00000000401667f8 0xbe2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - 0x0000000040167190 __register_frame_info_bases - 0x00000000401671d0 __register_frame_info - 0x00000000401671e0 __register_frame - 0x00000000401671fc __register_frame_info_table_bases - 0x0000000040167234 __register_frame_info_table - 0x0000000040167244 __register_frame_table - 0x000000004016725c __deregister_frame_info_bases - 0x00000000401672f0 __deregister_frame_info - 0x00000000401672fc __deregister_frame - 0x0000000040167310 _Unwind_Find_FDE - *fill* 0x00000000401673da 0x2 - .text 0x00000000401673dc 0xa8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) - 0x00000000401673dc _asprintf_r - 0x0000000040167428 asprintf - .text 0x0000000040167484 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) + 0x0000000040161020 _Unwind_GetGR + 0x000000004016113c _Unwind_GetCFA + 0x0000000040161144 _Unwind_SetGR + 0x0000000040161160 _Unwind_GetIP + 0x0000000040161168 _Unwind_GetIPInfo + 0x0000000040161178 _Unwind_SetIP + 0x0000000040161180 _Unwind_GetLanguageSpecificData + 0x0000000040161188 _Unwind_GetRegionStart + 0x0000000040161190 _Unwind_FindEnclosingFunction + 0x00000000401611a4 _Unwind_GetDataRelBase + 0x00000000401611ac _Unwind_GetTextRelBase + 0x00000000401611b4 _Unwind_RaiseException + 0x0000000040161268 _Unwind_ForcedUnwind + 0x00000000401612cc _Unwind_Resume + 0x0000000040161338 _Unwind_Resume_or_Rethrow + 0x00000000401613a8 _Unwind_DeleteException + 0x00000000401613b8 _Unwind_Backtrace + .text 0x000000004016140c 0xbe2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + 0x0000000040161da4 __register_frame_info_bases + 0x0000000040161de4 __register_frame_info + 0x0000000040161df4 __register_frame + 0x0000000040161e10 __register_frame_info_table_bases + 0x0000000040161e48 __register_frame_info_table + 0x0000000040161e58 __register_frame_table + 0x0000000040161e70 __deregister_frame_info_bases + 0x0000000040161f04 __deregister_frame_info + 0x0000000040161f10 __deregister_frame + 0x0000000040161f24 _Unwind_Find_FDE + *fill* 0x0000000040161fee 0x2 + .text 0x0000000040161ff0 0xa8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) + 0x0000000040161ff0 _asprintf_r + 0x000000004016203c asprintf + .text 0x0000000040162098 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) 0x40 (size before relaxing) - 0x0000000040167484 __assert_func - 0x00000000401674b0 __assert - .text 0x00000000401674c0 0xd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) - 0x00000000401674c0 __errno - *fill* 0x00000000401674cd 0x3 - .text 0x00000000401674d0 0x78 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) + 0x0000000040162098 __assert_func + 0x00000000401620c4 __assert + .text 0x00000000401620d4 0xd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) + 0x00000000401620d4 __errno + *fill* 0x00000000401620e1 0x3 + .text 0x00000000401620e4 0x78 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) 0x80 (size before relaxing) - 0x00000000401674d0 ferror - .text 0x0000000040167548 0xa2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) + 0x00000000401620e4 ferror + .text 0x000000004016215c 0xa2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) 0xa6 (size before relaxing) - 0x0000000040167548 _fgetc_r - 0x00000000401675d8 fgetc - *fill* 0x00000000401675ea 0x2 - .text 0x00000000401675ec 0x13a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) + 0x000000004016215c _fgetc_r + 0x00000000401621ec fgetc + *fill* 0x00000000401621fe 0x2 + .text 0x0000000040162200 0x13a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) 0x13e (size before relaxing) - 0x00000000401675ec _fgets_r - 0x0000000040167710 fgets - *fill* 0x0000000040167726 0x2 - .text 0x0000000040167728 0x90 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) + 0x0000000040162200 _fgets_r + 0x0000000040162324 fgets + *fill* 0x000000004016233a 0x2 + .text 0x000000004016233c 0x90 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) 0x94 (size before relaxing) - 0x0000000040167728 fileno - .text 0x00000000401677b8 0x54 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) + 0x000000004016233c fileno + .text 0x00000000401623cc 0x54 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) 0x5c (size before relaxing) - 0x00000000401677b8 _fiprintf_r - 0x00000000401677dc fiprintf - .text 0x000000004016780c 0xe0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + 0x00000000401623cc _fiprintf_r + 0x00000000401623f0 fiprintf + .text 0x0000000040162420 0xe0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) 0xec (size before relaxing) - 0x000000004016780c _fopen_r - 0x00000000401678d8 fopen - .text 0x00000000401678ec 0x54 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + 0x0000000040162420 _fopen_r + 0x00000000401624ec fopen + .text 0x0000000040162500 0x54 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) 0x5c (size before relaxing) - 0x00000000401678ec _fprintf_r - 0x0000000040167910 fprintf - .text 0x0000000040167940 0x90 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) + 0x0000000040162500 _fprintf_r + 0x0000000040162524 fprintf + .text 0x0000000040162554 0x90 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) 0x94 (size before relaxing) - 0x0000000040167940 _fputc_r - 0x00000000401679bc fputc - .text 0x00000000401679d0 0xcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + 0x0000000040162554 _fputc_r + 0x00000000401625d0 fputc + .text 0x00000000401625e4 0xcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) 0xd0 (size before relaxing) - 0x00000000401679d0 _fputs_r - 0x0000000040167a88 fputs - .text 0x0000000040167a9c 0x140 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) + 0x00000000401625e4 _fputs_r + 0x000000004016269c fputs + .text 0x00000000401626b0 0x140 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) 0x144 (size before relaxing) - 0x0000000040167a9c _fread_r - 0x0000000040167bc4 fread - .text 0x0000000040167bdc 0x31 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) - 0x0000000040167bdc _fseek_r - 0x0000000040167bf4 fseek - *fill* 0x0000000040167c0d 0x3 - .text 0x0000000040167c10 0x382 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + 0x00000000401626b0 _fread_r + 0x00000000401627d8 fread + .text 0x00000000401627f0 0x31 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + 0x00000000401627f0 _fseek_r + 0x0000000040162808 fseek + *fill* 0x0000000040162821 0x3 + .text 0x0000000040162824 0x382 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) 0x386 (size before relaxing) - 0x0000000040167c10 _fseeko_r - 0x0000000040167f7c fseeko - *fill* 0x0000000040167f92 0x2 - .text 0x0000000040167f94 0x29 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) - 0x0000000040167f94 _ftell_r - 0x0000000040167fa8 ftell - *fill* 0x0000000040167fbd 0x3 - .text 0x0000000040167fc0 0x116 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + 0x0000000040162824 _fseeko_r + 0x0000000040162b90 fseeko + *fill* 0x0000000040162ba6 0x2 + .text 0x0000000040162ba8 0x29 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) + 0x0000000040162ba8 _ftell_r + 0x0000000040162bbc ftell + *fill* 0x0000000040162bd1 0x3 + .text 0x0000000040162bd4 0x116 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) 0x11a (size before relaxing) - 0x0000000040167fc0 _ftello_r - 0x00000000401680c4 ftello - *fill* 0x00000000401680d6 0x2 - .text 0x00000000401680d8 0xf8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + 0x0000000040162bd4 _ftello_r + 0x0000000040162cd8 ftello + *fill* 0x0000000040162cea 0x2 + .text 0x0000000040162cec 0xf8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) 0xfc (size before relaxing) - 0x00000000401680d8 _fwrite_r - 0x00000000401681b8 fwrite - .text 0x00000000401681d0 0x688 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + 0x0000000040162cec _fwrite_r + 0x0000000040162dcc fwrite + .text 0x0000000040162de4 0x688 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) 0x6cc (size before relaxing) - 0x0000000040168798 getopt - 0x00000000401687c0 getopt_long - 0x00000000401687e8 getopt_long_only - 0x0000000040168810 __getopt_r - 0x0000000040168828 __getopt_long_r - 0x0000000040168840 __getopt_long_only_r - .text 0x0000000040168858 0x80 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) - 0x0000000040168858 _setlocale_r - 0x000000004016888c __locale_mb_cur_max - 0x00000000401688a4 __locale_ctype_ptr_l - 0x00000000401688ac __locale_ctype_ptr - 0x00000000401688c4 setlocale - .text 0x00000000401688d8 0xeb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) - 0x00000000401688d8 __swhatbuf_r - *fill* 0x00000000401689c3 0x1 - .text 0x00000000401689c4 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) - 0x00000000401689c4 _mbtowc_r - 0x00000000401689e8 __ascii_mbtowc - .text 0x0000000040168a0c 0x338 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) + 0x00000000401633ac getopt + 0x00000000401633d4 getopt_long + 0x00000000401633fc getopt_long_only + 0x0000000040163424 __getopt_r + 0x000000004016343c __getopt_long_r + 0x0000000040163454 __getopt_long_only_r + .text 0x000000004016346c 0x80 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0x000000004016346c _setlocale_r + 0x00000000401634a0 __locale_mb_cur_max + 0x00000000401634b8 __locale_ctype_ptr_l + 0x00000000401634c0 __locale_ctype_ptr + 0x00000000401634d8 setlocale + .text 0x00000000401634ec 0xeb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + 0x00000000401634ec __swhatbuf_r + *fill* 0x00000000401635d7 0x1 + .text 0x00000000401635d8 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + 0x00000000401635d8 _mbtowc_r + 0x00000000401635fc __ascii_mbtowc + .text 0x0000000040163620 0x338 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) 0x348 (size before relaxing) - 0x0000000040168cf4 _open_memstream_r - 0x0000000040168d08 _open_wmemstream_r - 0x0000000040168d1c open_memstream - 0x0000000040168d30 open_wmemstream - .text 0x0000000040168d44 0x78 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) - 0x0000000040168d44 _printf_r - 0x0000000040168d7c printf - .text 0x0000000040168dbc 0xb4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) + 0x0000000040163908 _open_memstream_r + 0x000000004016391c _open_wmemstream_r + 0x0000000040163930 open_memstream + 0x0000000040163944 open_wmemstream + .text 0x0000000040163958 0x78 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) + 0x0000000040163958 _printf_r + 0x0000000040163990 printf + .text 0x00000000401639d0 0xb4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) 0xb8 (size before relaxing) - 0x0000000040168dbc _putc_r - 0x0000000040168e5c putc - .text 0x0000000040168e70 0x4c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) - 0x0000000040168e70 _putchar_r - 0x0000000040168e94 putchar - .text 0x0000000040168ebc 0xe6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + 0x00000000401639d0 _putc_r + 0x0000000040163a70 putc + .text 0x0000000040163a84 0x4c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) + 0x0000000040163a84 _putchar_r + 0x0000000040163aa8 putchar + .text 0x0000000040163ad0 0xe6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) 0xea (size before relaxing) - 0x0000000040168ebc _puts_r - 0x0000000040168f90 puts - *fill* 0x0000000040168fa2 0x2 - .text 0x0000000040168fa4 0xfc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) - 0x0000000040168fa4 cleanup_glue - 0x0000000040168fbc _reclaim_reent - .text 0x00000000401690a0 0x62 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) - 0x00000000401690a0 __srget_r - 0x00000000401690f0 __srget - *fill* 0x0000000040169102 0x2 - .text 0x0000000040169104 0x1b3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) + 0x0000000040163ad0 _puts_r + 0x0000000040163ba4 puts + *fill* 0x0000000040163bb6 0x2 + .text 0x0000000040163bb8 0xfc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) + 0x0000000040163bb8 cleanup_glue + 0x0000000040163bd0 _reclaim_reent + .text 0x0000000040163cb4 0x62 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) + 0x0000000040163cb4 __srget_r + 0x0000000040163d04 __srget + *fill* 0x0000000040163d16 0x2 + .text 0x0000000040163d18 0x1b3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) 0x1bb (size before relaxing) - 0x0000000040169104 setvbuf - *fill* 0x00000000401692b7 0x1 - .text 0x00000000401692b8 0xd9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) - 0x00000000401692b8 _snprintf_r - 0x0000000040169320 snprintf - *fill* 0x0000000040169391 0x3 - .text 0x0000000040169394 0x9f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) + 0x0000000040163d18 setvbuf + *fill* 0x0000000040163ecb 0x1 + .text 0x0000000040163ecc 0xd9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + 0x0000000040163ecc _snprintf_r + 0x0000000040163f34 snprintf + *fill* 0x0000000040163fa5 0x3 + .text 0x0000000040163fa8 0x9f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) 0xa3 (size before relaxing) - 0x0000000040169394 _sprintf_r - 0x00000000401693dc sprintf - *fill* 0x0000000040169433 0x1 - .text 0x0000000040169434 0xbe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) + 0x0000000040163fa8 _sprintf_r + 0x0000000040163ff0 sprintf + *fill* 0x0000000040164047 0x1 + .text 0x0000000040164048 0xbe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) 0xc2 (size before relaxing) - 0x0000000040169434 sscanf - 0x000000004016949c _sscanf_r - *fill* 0x00000000401694f2 0x2 - .text 0x00000000401694f4 0xe9d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + 0x0000000040164048 sscanf + 0x00000000401640b0 _sscanf_r + *fill* 0x0000000040164106 0x2 + .text 0x0000000040164108 0xe9d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) 0xf05 (size before relaxing) - 0x0000000040169538 _strtod_l - 0x000000004016a220 _strtod_r - 0x000000004016a238 strtod_l - 0x000000004016a250 strtod - 0x000000004016a270 strtof_l - 0x000000004016a300 strtof - *fill* 0x000000004016a391 0x3 - .text 0x000000004016a394 0x202 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) - 0x000000004016a52c _strtoll_r - 0x000000004016a550 strtoll_l - 0x000000004016a56c strtoll - *fill* 0x000000004016a596 0x2 - .text 0x000000004016a598 0x1f2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + 0x000000004016414c _strtod_l + 0x0000000040164e34 _strtod_r + 0x0000000040164e4c strtod_l + 0x0000000040164e64 strtod + 0x0000000040164e84 strtof_l + 0x0000000040164f14 strtof + *fill* 0x0000000040164fa5 0x3 + .text 0x0000000040164fa8 0x202 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + 0x0000000040165140 _strtoll_r + 0x0000000040165164 strtoll_l + 0x0000000040165180 strtoll + *fill* 0x00000000401651aa 0x2 + .text 0x00000000401651ac 0x1f2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) 0x1f6 (size before relaxing) - 0x000000004016a720 _strtoull_r - 0x000000004016a744 strtoull_l - 0x000000004016a760 strtoull - *fill* 0x000000004016a78a 0x2 - .text 0x000000004016a78c 0x3366 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + 0x0000000040165334 _strtoull_r + 0x0000000040165358 strtoull_l + 0x0000000040165374 strtoull + *fill* 0x000000004016539e 0x2 + .text 0x00000000401653a0 0x3366 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) 0x33aa (size before relaxing) - 0x000000004016ac4c _svfprintf_r - *fill* 0x000000004016daf2 0x2 - .text 0x000000004016daf4 0x2523 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + 0x0000000040165860 _svfprintf_r + *fill* 0x0000000040168706 0x2 + .text 0x0000000040168708 0x2523 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) 0x2567 (size before relaxing) - 0x000000004016db38 __ssvfscanf_r - *fill* 0x0000000040170017 0x1 - .text 0x0000000040170018 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) - 0x0000000040170018 gettimeofday - .text 0x0000000040170030 0x26b9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + 0x000000004016874c __ssvfscanf_r + *fill* 0x000000004016ac2b 0x1 + .text 0x000000004016ac2c 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + 0x000000004016ac2c gettimeofday + .text 0x000000004016ac44 0x26b9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) 0x26c5 (size before relaxing) - 0x00000000401704f0 __sprint_r - 0x0000000040170560 _vfiprintf_r - 0x000000004017262c vfiprintf - *fill* 0x00000000401726e9 0x3 - .text 0x00000000401726ec 0x3559 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + 0x000000004016b104 __sprint_r + 0x000000004016b174 _vfiprintf_r + 0x000000004016d240 vfiprintf + *fill* 0x000000004016d2fd 0x3 + .text 0x000000004016d300 0x3559 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) 0x35a9 (size before relaxing) - 0x0000000040172bac _vfprintf_r - 0x0000000040175b88 vfprintf - *fill* 0x0000000040175c45 0x3 - .text 0x0000000040175c48 0x62 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) - 0x0000000040175c48 vprintf - 0x0000000040175c7c _vprintf_r - *fill* 0x0000000040175caa 0x2 - .text 0x0000000040175cac 0x81 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) - 0x0000000040175cac _vsnprintf_r - 0x0000000040175d04 vsnprintf - *fill* 0x0000000040175d2d 0x3 - .text 0x0000000040175d30 0xd5c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + 0x000000004016d7c0 _vfprintf_r + 0x000000004017079c vfprintf + *fill* 0x0000000040170859 0x3 + .text 0x000000004017085c 0x62 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + 0x000000004017085c vprintf + 0x0000000040170890 _vprintf_r + *fill* 0x00000000401708be 0x2 + .text 0x00000000401708c0 0x81 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) + 0x00000000401708c0 _vsnprintf_r + 0x0000000040170918 vsnprintf + *fill* 0x0000000040170941 0x3 + .text 0x0000000040170944 0xd5c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) 0xdb4 (size before relaxing) - 0x0000000040175e40 _dtoa_r - .text 0x0000000040176a8c 0x80 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) - 0x0000000040176a8c __sflags - .text 0x0000000040176b0c 0x519 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) + 0x0000000040170a54 _dtoa_r + .text 0x00000000401716a0 0x80 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) + 0x00000000401716a0 __sflags + .text 0x0000000040171720 0x519 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) 0x535 (size before relaxing) - 0x0000000040176b8c __hexdig_fun - 0x0000000040176bc8 __gethex - *fill* 0x0000000040177025 0x3 - .text 0x0000000040177028 0x173 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) + 0x00000000401717a0 __hexdig_fun + 0x00000000401717dc __gethex + *fill* 0x0000000040171c39 0x3 + .text 0x0000000040171c3c 0x173 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) 0x177 (size before relaxing) - 0x0000000040177058 __match - 0x0000000040177088 __hexnan - *fill* 0x000000004017719b 0x1 - .text 0x000000004017719c 0x30 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) - 0x000000004017719c _findenv - 0x00000000401771b4 getenv - .text 0x00000000401771cc 0x1c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + 0x0000000040171c6c __match + 0x0000000040171c9c __hexnan + *fill* 0x0000000040171daf 0x1 + .text 0x0000000040171db0 0x30 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) + 0x0000000040171db0 _findenv + 0x0000000040171dc8 getenv + .text 0x0000000040171de0 0x1c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) 0x20 (size before relaxing) - 0x00000000401771cc iswspace - .text 0x00000000401771e8 0x3b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) - 0x00000000401771e8 __localeconv_l - 0x00000000401771f4 _localeconv_r - 0x000000004017720c localeconv - *fill* 0x0000000040177223 0x1 - .text 0x0000000040177224 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) - 0x0000000040177224 _mbrtowc_r - 0x000000004017727c mbrtowc - .text 0x0000000040177294 0x850 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) - 0x0000000040177294 _Balloc - 0x0000000040177310 _Bfree - 0x0000000040177344 __multadd - 0x00000000401773b8 __s2b - 0x0000000040177440 __hi0bits - 0x0000000040177488 __lo0bits - 0x00000000401774f8 __i2b - 0x000000004017750c __multiply - 0x0000000040177618 __pow5mult - 0x00000000401776ac __lshift - 0x0000000040177748 __mcmp - 0x0000000040177780 __mdiff - 0x0000000040177844 __ulp - 0x000000004017788c __b2d - 0x0000000040177930 __d2b - 0x00000000401779d0 __ratio - 0x0000000040177a24 _mprec_log10 - 0x0000000040177a5c __copybits - 0x0000000040177a94 __any_on - .text 0x0000000040177ae4 0x5c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) - 0x0000000040177ae4 frexp - .text 0x0000000040177b40 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) - 0x0000000040177b40 nanf - .text 0x0000000040177b48 0x2573 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + 0x0000000040171de0 iswspace + .text 0x0000000040171dfc 0x3b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + 0x0000000040171dfc __localeconv_l + 0x0000000040171e08 _localeconv_r + 0x0000000040171e20 localeconv + *fill* 0x0000000040171e37 0x1 + .text 0x0000000040171e38 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + 0x0000000040171e38 _mbrtowc_r + 0x0000000040171e90 mbrtowc + .text 0x0000000040171ea8 0x850 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + 0x0000000040171ea8 _Balloc + 0x0000000040171f24 _Bfree + 0x0000000040171f58 __multadd + 0x0000000040171fcc __s2b + 0x0000000040172054 __hi0bits + 0x000000004017209c __lo0bits + 0x000000004017210c __i2b + 0x0000000040172120 __multiply + 0x000000004017222c __pow5mult + 0x00000000401722c0 __lshift + 0x000000004017235c __mcmp + 0x0000000040172394 __mdiff + 0x0000000040172458 __ulp + 0x00000000401724a0 __b2d + 0x0000000040172544 __d2b + 0x00000000401725e4 __ratio + 0x0000000040172638 _mprec_log10 + 0x0000000040172670 __copybits + 0x00000000401726a8 __any_on + .text 0x00000000401726f8 0x5c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + 0x00000000401726f8 frexp + .text 0x0000000040172754 0x8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) + 0x0000000040172754 nanf + .text 0x000000004017275c 0x2573 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) 0x2577 (size before relaxing) - 0x0000000040178008 __ssprint_r - 0x0000000040178114 _svfiprintf_r - *fill* 0x000000004017a0bb 0x1 - .text 0x000000004017a0bc 0x214d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + 0x0000000040172c1c __ssprint_r + 0x0000000040172d28 _svfiprintf_r + *fill* 0x0000000040174ccf 0x1 + .text 0x0000000040174cd0 0x214d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) 0x2169 (size before relaxing) - 0x000000004017a100 _sungetc_r - 0x000000004017a17c __ssrefill_r - 0x000000004017a1bc _sfread_r - 0x000000004017a22c __ssvfiscanf_r - *fill* 0x000000004017c209 0x3 + 0x0000000040174d14 _sungetc_r + 0x0000000040174d90 __ssrefill_r + 0x0000000040174dd0 _sfread_r + 0x0000000040174e40 __ssvfiscanf_r + *fill* 0x0000000040176e1d 0x3 .text.mutexattr_check - 0x000000004017c20c 0x11 esp-idf/pthread/libpthread.a(pthread.c.obj) - *fill* 0x000000004017c21d 0x0 - *fill* 0x000000004017c21d 0x0 - *fill* 0x000000004017c21d 0x0 - *fill* 0x000000004017c21d 0x3 + 0x0000000040176e20 0x11 esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x0000000040176e31 0x0 + *fill* 0x0000000040176e31 0x0 + *fill* 0x0000000040176e31 0x0 + *fill* 0x0000000040176e31 0x3 .text.pthread_include_pthread_impl - 0x000000004017c220 0x5 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x000000004017c220 pthread_include_pthread_impl - *fill* 0x000000004017c225 0x3 + 0x0000000040176e34 0x5 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x0000000040176e34 pthread_include_pthread_impl + *fill* 0x0000000040176e39 0x3 .text.find_value - 0x000000004017c228 0x14 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - *fill* 0x000000004017c23c 0x0 - *fill* 0x000000004017c23c 0x0 - *fill* 0x000000004017c23c 0x0 - *fill* 0x000000004017c23c 0x0 - *fill* 0x000000004017c23c 0x0 + 0x0000000040176e3c 0x14 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x0000000040176e50 0x0 + *fill* 0x0000000040176e50 0x0 + *fill* 0x0000000040176e50 0x0 + *fill* 0x0000000040176e50 0x0 + *fill* 0x0000000040176e50 0x0 .text.pthread_include_pthread_local_storage_impl - 0x000000004017c23c 0x5 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x000000004017c23c pthread_include_pthread_local_storage_impl - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x0 - *fill* 0x000000004017c241 0x3 + 0x0000000040176e50 0x5 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x0000000040176e50 pthread_include_pthread_local_storage_impl + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x0 + *fill* 0x0000000040176e55 0x3 .text.esp_task_wdt_isr_user_handler - 0x000000004017c244 0x5 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - 0x000000004017c244 esp_task_wdt_isr_user_handler - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x0 - *fill* 0x000000004017c249 0x3 + 0x0000000040176e58 0x5 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x0000000040176e58 esp_task_wdt_isr_user_handler + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x0 + *fill* 0x0000000040176e5d 0x3 .text.vfs_include_syscalls_impl - 0x000000004017c24c 0x5 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x000000004017c24c vfs_include_syscalls_impl - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x0 - *fill* 0x000000004017c251 0x3 + 0x0000000040176e60 0x5 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x0000000040176e60 vfs_include_syscalls_impl + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x0 + *fill* 0x0000000040176e65 0x3 .text.newlib_include_locks_impl - 0x000000004017c254 0x5 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x000000004017c254 newlib_include_locks_impl - *fill* 0x000000004017c259 0x3 + 0x0000000040176e68 0x5 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040176e68 newlib_include_locks_impl + *fill* 0x0000000040176e6d 0x3 .text.pthread_setcancelstate - 0x000000004017c25c 0x7 esp-idf/newlib/libnewlib.a(pthread.c.obj) - 0x000000004017c25c pthread_setcancelstate - *fill* 0x000000004017c263 0x1 + 0x0000000040176e70 0x7 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x0000000040176e70 pthread_setcancelstate + *fill* 0x0000000040176e77 0x1 .text.newlib_include_pthread_impl - 0x000000004017c264 0x5 esp-idf/newlib/libnewlib.a(pthread.c.obj) - 0x000000004017c264 newlib_include_pthread_impl - *fill* 0x000000004017c269 0x0 - *fill* 0x000000004017c269 0x0 - *fill* 0x000000004017c269 0x3 + 0x0000000040176e78 0x5 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x0000000040176e78 newlib_include_pthread_impl + *fill* 0x0000000040176e7d 0x0 + *fill* 0x0000000040176e7d 0x0 + *fill* 0x0000000040176e7d 0x3 .text._system_r - 0x000000004017c26c 0xb esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x000000004017c26c _system_r - *fill* 0x000000004017c277 0x0 - *fill* 0x000000004017c277 0x0 - *fill* 0x000000004017c277 0x1 + 0x0000000040176e80 0xb esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x0000000040176e80 _system_r + *fill* 0x0000000040176e8b 0x0 + *fill* 0x0000000040176e8b 0x0 + *fill* 0x0000000040176e8b 0x1 .text._getpid_r - 0x000000004017c278 0xb esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x000000004017c278 _getpid_r - *fill* 0x000000004017c283 0x1 - .text._kill_r 0x000000004017c284 0xb esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x000000004017c284 _kill_r - *fill* 0x000000004017c28f 0x0 - *fill* 0x000000004017c28f 0x1 + 0x0000000040176e8c 0xb esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x0000000040176e8c _getpid_r + *fill* 0x0000000040176e97 0x1 + .text._kill_r 0x0000000040176e98 0xb esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x0000000040176e98 _kill_r + *fill* 0x0000000040176ea3 0x0 + *fill* 0x0000000040176ea3 0x1 .text.newlib_include_syscalls_impl - 0x000000004017c290 0x5 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x000000004017c290 newlib_include_syscalls_impl - *fill* 0x000000004017c295 0x0 - *fill* 0x000000004017c295 0x0 - *fill* 0x000000004017c295 0x0 - *fill* 0x000000004017c295 0x0 - *fill* 0x000000004017c295 0x0 - *fill* 0x000000004017c295 0x0 - *fill* 0x000000004017c295 0x0 - *fill* 0x000000004017c295 0x0 - *fill* 0x000000004017c295 0x0 - *fill* 0x000000004017c295 0x0 - *fill* 0x000000004017c295 0x3 + 0x0000000040176ea4 0x5 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x0000000040176ea4 newlib_include_syscalls_impl + *fill* 0x0000000040176ea9 0x0 + *fill* 0x0000000040176ea9 0x0 + *fill* 0x0000000040176ea9 0x0 + *fill* 0x0000000040176ea9 0x0 + *fill* 0x0000000040176ea9 0x0 + *fill* 0x0000000040176ea9 0x0 + *fill* 0x0000000040176ea9 0x0 + *fill* 0x0000000040176ea9 0x0 + *fill* 0x0000000040176ea9 0x0 + *fill* 0x0000000040176ea9 0x0 + *fill* 0x0000000040176ea9 0x3 .text.__cxa_guard_dummy - 0x000000004017c298 0x5 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - 0x000000004017c298 __cxa_guard_dummy - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x0 - *fill* 0x000000004017c29d 0x3 - .text.esp_netif_reset_ip_info - 0x000000004017c2a0 0x15 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x0 - *fill* 0x000000004017c2b5 0x3 - .text.esp_netif_get_io_driver - 0x000000004017c2b8 0x7 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c2b8 esp_netif_get_io_driver - *fill* 0x000000004017c2bf 0x1 - .text.esp_netif_get_handle_from_netif_impl - 0x000000004017c2c0 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c2c0 esp_netif_get_handle_from_netif_impl - *fill* 0x000000004017c2c8 0x0 - *fill* 0x000000004017c2c8 0x0 - *fill* 0x000000004017c2c8 0x0 - *fill* 0x000000004017c2c8 0x0 - *fill* 0x000000004017c2c8 0x0 - .text.esp_netif_free_rx_buffer - 0x000000004017c2c8 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c2c8 esp_netif_free_rx_buffer - *fill* 0x000000004017c2d6 0x2 - .text.esp_netif_transmit - 0x000000004017c2d8 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c2d8 esp_netif_transmit - *fill* 0x000000004017c2ea 0x2 - .text.esp_netif_receive - 0x000000004017c2ec 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c2ec esp_netif_receive - *fill* 0x000000004017c300 0x0 - .text.esp_netif_dhcpc_get_status - 0x000000004017c300 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c300 esp_netif_dhcpc_get_status - *fill* 0x000000004017c32d 0x0 - *fill* 0x000000004017c32d 0x0 - *fill* 0x000000004017c32d 0x0 - *fill* 0x000000004017c32d 0x3 - .text.esp_netif_is_netif_up - 0x000000004017c330 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c330 esp_netif_is_netif_up - *fill* 0x000000004017c34c 0x0 - *fill* 0x000000004017c34c 0x0 - *fill* 0x000000004017c34c 0x0 - *fill* 0x000000004017c34c 0x0 - *fill* 0x000000004017c34c 0x0 - *fill* 0x000000004017c34c 0x0 - *fill* 0x000000004017c34c 0x0 - *fill* 0x000000004017c34c 0x0 - .text.esp_netif_is_valid_static_ip - 0x000000004017c34c 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c34c esp_netif_is_valid_static_ip - *fill* 0x000000004017c364 0x0 - .text.esp_netif_get_ifkey - 0x000000004017c364 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c364 esp_netif_get_ifkey - .text.esp_netif_get_desc - 0x000000004017c36c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c36c esp_netif_get_desc - .text.esp_netif_get_event_id - 0x000000004017c374 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x000000004017c374 esp_netif_get_event_id - *fill* 0x000000004017c391 0x0 - *fill* 0x000000004017c391 0x0 - *fill* 0x000000004017c391 0x0 - *fill* 0x000000004017c391 0x0 - *fill* 0x000000004017c391 0x0 - *fill* 0x000000004017c391 0x0 - *fill* 0x000000004017c391 0x0 - *fill* 0x000000004017c391 0x3 - .text.esp_event_send_noop - 0x000000004017c394 0x7 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - 0x000000004017c394 esp_event_send_noop - 0x000000004017c394 esp_event_send_legacy - *fill* 0x000000004017c39b 0x0 - *fill* 0x000000004017c39b 0x0 - *fill* 0x000000004017c39b 0x0 - *fill* 0x000000004017c39b 0x0 - *fill* 0x000000004017c39b 0x0 - *fill* 0x000000004017c39b 0x1 - .text.rc4_skip - 0x000000004017c39c 0xb3 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - 0x000000004017c39c rc4_skip - *fill* 0x000000004017c44f 0x0 - *fill* 0x000000004017c44f 0x0 - *fill* 0x000000004017c44f 0x0 - *fill* 0x000000004017c44f 0x0 - *fill* 0x000000004017c44f 0x0 - *fill* 0x000000004017c44f 0x0 - *fill* 0x000000004017c44f 0x0 - *fill* 0x000000004017c44f 0x0 - *fill* 0x000000004017c44f 0x0 - *fill* 0x000000004017c44f 0x1 - .text.gf_mulx 0x000000004017c450 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - *fill* 0x000000004017c494 0x0 - *fill* 0x000000004017c494 0x0 - *fill* 0x000000004017c494 0x0 - *fill* 0x000000004017c494 0x0 - *fill* 0x000000004017c494 0x0 - .text.xor_aes_block - 0x000000004017c494 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - *fill* 0x000000004017c4bd 0x0 - *fill* 0x000000004017c4bd 0x0 - *fill* 0x000000004017c4bd 0x0 - *fill* 0x000000004017c4bd 0x0 - *fill* 0x000000004017c4bd 0x0 - *fill* 0x000000004017c4bd 0x0 - *fill* 0x000000004017c4bd 0x0 - *fill* 0x000000004017c4bd 0x0 - *fill* 0x000000004017c4bd 0x0 - *fill* 0x000000004017c4bd 0x0 - *fill* 0x000000004017c4bd 0x3 + 0x0000000040176eac 0x5 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x0000000040176eac __cxa_guard_dummy + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x0 + *fill* 0x0000000040176eb1 0x3 .text.esp_efuse_get_field_size - 0x000000004017c4c0 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - 0x000000004017c4c0 esp_efuse_get_field_size + 0x0000000040176eb4 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x0000000040176eb4 esp_efuse_get_field_size .text.get_mask - 0x000000004017c4e8 0x1e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - *fill* 0x000000004017c506 0x2 + 0x0000000040176edc 0x1e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x0000000040176efa 0x2 .text.get_reg_num - 0x000000004017c508 0x26 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - *fill* 0x000000004017c52e 0x2 + 0x0000000040176efc 0x26 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x0000000040176f22 0x2 .text.get_starting_bit_num_in_reg - 0x000000004017c530 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - *fill* 0x000000004017c54a 0x2 + 0x0000000040176f24 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x0000000040176f3e 0x2 .text.get_count_bits_in_reg - 0x000000004017c54c 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - *fill* 0x000000004017c57a 0x0 - *fill* 0x000000004017c57a 0x0 - *fill* 0x000000004017c57a 0x2 + 0x0000000040176f40 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x0000000040176f6e 0x0 + *fill* 0x0000000040176f6e 0x0 + *fill* 0x0000000040176f6e 0x2 .text.esp_efuse_utility_get_number_of_items - 0x000000004017c57c 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x000000004017c57c esp_efuse_utility_get_number_of_items - *fill* 0x000000004017c592 0x0 - *fill* 0x000000004017c592 0x0 - *fill* 0x000000004017c592 0x0 - *fill* 0x000000004017c592 0x0 - *fill* 0x000000004017c592 0x0 - *fill* 0x000000004017c592 0x0 - *fill* 0x000000004017c592 0x0 - *fill* 0x000000004017c592 0x0 - *fill* 0x000000004017c592 0x2 + 0x0000000040176f70 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x0000000040176f70 esp_efuse_utility_get_number_of_items + *fill* 0x0000000040176f86 0x0 + *fill* 0x0000000040176f86 0x0 + *fill* 0x0000000040176f86 0x0 + *fill* 0x0000000040176f86 0x0 + *fill* 0x0000000040176f86 0x0 + *fill* 0x0000000040176f86 0x0 + *fill* 0x0000000040176f86 0x0 + *fill* 0x0000000040176f86 0x0 + *fill* 0x0000000040176f86 0x0 + *fill* 0x0000000040176f86 0x2 .text.esp_flash_chip_driver_initialized - 0x000000004017c594 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x000000004017c594 esp_flash_chip_driver_initialized - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 - *fill* 0x000000004017c5a4 0x0 + 0x0000000040176f88 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x0000000040176f88 esp_flash_chip_driver_initialized + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + *fill* 0x0000000040176f98 0x0 + .text.mpu_hal_set_region_access + 0x0000000040176f98 0x2f esp-idf/soc/libsoc.a(mpu_hal.c.obj) + 0x0000000040176f98 mpu_hal_set_region_access + *fill* 0x0000000040176fc7 0x0 + *fill* 0x0000000040176fc7 0x0 + *fill* 0x0000000040176fc7 0x0 + *fill* 0x0000000040176fc7 0x0 + *fill* 0x0000000040176fc7 0x0 + *fill* 0x0000000040176fc7 0x0 + *fill* 0x0000000040176fc7 0x0 + *fill* 0x0000000040176fc7 0x1 + .text.esp_netif_reset_ip_info + 0x0000000040176fc8 0x15 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x0 + *fill* 0x0000000040176fdd 0x3 + .text.esp_netif_get_io_driver + 0x0000000040176fe0 0x7 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040176fe0 esp_netif_get_io_driver + *fill* 0x0000000040176fe7 0x1 + .text.esp_netif_get_handle_from_netif_impl + 0x0000000040176fe8 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040176fe8 esp_netif_get_handle_from_netif_impl + *fill* 0x0000000040176ff0 0x0 + *fill* 0x0000000040176ff0 0x0 + *fill* 0x0000000040176ff0 0x0 + *fill* 0x0000000040176ff0 0x0 + *fill* 0x0000000040176ff0 0x0 + *fill* 0x0000000040176ff0 0x0 + *fill* 0x0000000040176ff0 0x0 + .text.esp_netif_free_rx_buffer + 0x0000000040176ff0 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040176ff0 esp_netif_free_rx_buffer + *fill* 0x0000000040176ffe 0x2 + .text.esp_netif_transmit + 0x0000000040177000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040177000 esp_netif_transmit + *fill* 0x0000000040177012 0x2 + .text.esp_netif_receive + 0x0000000040177014 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040177014 esp_netif_receive + *fill* 0x0000000040177028 0x0 + .text.esp_netif_dhcpc_get_status + 0x0000000040177028 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040177028 esp_netif_dhcpc_get_status + *fill* 0x0000000040177055 0x0 + *fill* 0x0000000040177055 0x0 + *fill* 0x0000000040177055 0x0 + *fill* 0x0000000040177055 0x3 + .text.esp_netif_is_netif_up + 0x0000000040177058 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040177058 esp_netif_is_netif_up + *fill* 0x0000000040177074 0x0 + *fill* 0x0000000040177074 0x0 + *fill* 0x0000000040177074 0x0 + .text.esp_netif_is_valid_static_ip + 0x0000000040177074 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040177074 esp_netif_is_valid_static_ip + *fill* 0x000000004017708c 0x0 + .text.esp_netif_get_ifkey + 0x000000004017708c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x000000004017708c esp_netif_get_ifkey + .text.esp_netif_get_desc + 0x0000000040177094 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040177094 esp_netif_get_desc + .text.esp_netif_get_event_id + 0x000000004017709c 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x000000004017709c esp_netif_get_event_id + *fill* 0x00000000401770b9 0x0 + *fill* 0x00000000401770b9 0x0 + *fill* 0x00000000401770b9 0x0 + *fill* 0x00000000401770b9 0x0 + *fill* 0x00000000401770b9 0x0 + *fill* 0x00000000401770b9 0x0 + *fill* 0x00000000401770b9 0x0 + *fill* 0x00000000401770b9 0x3 + .text.esp_event_send_noop + 0x00000000401770bc 0x7 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x00000000401770bc esp_event_send_noop + 0x00000000401770bc esp_event_send_legacy + *fill* 0x00000000401770c3 0x0 + *fill* 0x00000000401770c3 0x0 + *fill* 0x00000000401770c3 0x0 + *fill* 0x00000000401770c3 0x0 + *fill* 0x00000000401770c3 0x0 + *fill* 0x00000000401770c3 0x1 + .text.rc4_skip + 0x00000000401770c4 0xb3 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + 0x00000000401770c4 rc4_skip + *fill* 0x0000000040177177 0x0 + *fill* 0x0000000040177177 0x0 + *fill* 0x0000000040177177 0x0 + *fill* 0x0000000040177177 0x0 + *fill* 0x0000000040177177 0x0 + *fill* 0x0000000040177177 0x0 + *fill* 0x0000000040177177 0x0 + *fill* 0x0000000040177177 0x0 + *fill* 0x0000000040177177 0x0 + *fill* 0x0000000040177177 0x1 + .text.gf_mulx 0x0000000040177178 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + *fill* 0x00000000401771bc 0x0 + *fill* 0x00000000401771bc 0x0 + *fill* 0x00000000401771bc 0x0 + *fill* 0x00000000401771bc 0x0 + *fill* 0x00000000401771bc 0x0 + .text.xor_aes_block + 0x00000000401771bc 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x0 + *fill* 0x00000000401771e5 0x3 .text._ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ - 0x000000004017c5a4 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c5a4 _ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ - *fill* 0x000000004017c5c0 0x0 + 0x00000000401771e8 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401771e8 _ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ + *fill* 0x0000000040177204 0x0 .text._ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ - 0x000000004017c5c0 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c5c0 _ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ - *fill* 0x000000004017c5dc 0x0 + 0x0000000040177204 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040177204 _ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ + *fill* 0x0000000040177220 0x0 .text._ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ - 0x000000004017c5dc 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c5dc _ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ - *fill* 0x000000004017c5f8 0x0 + 0x0000000040177220 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040177220 _ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ + *fill* 0x000000004017723c 0x0 .text._ZN3nvs9NVSHandle8set_itemItEEiPKcT_ - 0x000000004017c5f8 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c5f8 _ZN3nvs9NVSHandle8set_itemItEEiPKcT_ - *fill* 0x000000004017c614 0x0 + 0x000000004017723c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000004017723c _ZN3nvs9NVSHandle8set_itemItEEiPKcT_ + *fill* 0x0000000040177258 0x0 .text._ZN3nvs9NVSHandle8set_itemIiEEiPKcT_ - 0x000000004017c614 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c614 _ZN3nvs9NVSHandle8set_itemIiEEiPKcT_ - *fill* 0x000000004017c62e 0x0 - *fill* 0x000000004017c62e 0x2 + 0x0000000040177258 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040177258 _ZN3nvs9NVSHandle8set_itemIiEEiPKcT_ + *fill* 0x0000000040177272 0x0 + *fill* 0x0000000040177272 0x2 .text._ZN3nvs9NVSHandle8set_itemIjEEiPKcT_ - 0x000000004017c630 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c630 _ZN3nvs9NVSHandle8set_itemIjEEiPKcT_ - *fill* 0x000000004017c64a 0x0 - *fill* 0x000000004017c64a 0x2 + 0x0000000040177274 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040177274 _ZN3nvs9NVSHandle8set_itemIjEEiPKcT_ + *fill* 0x000000004017728e 0x0 + *fill* 0x000000004017728e 0x2 .text._ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ - 0x000000004017c64c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c64c _ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ - *fill* 0x000000004017c668 0x0 - *fill* 0x000000004017c668 0x0 + 0x0000000040177290 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040177290 _ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ + *fill* 0x00000000401772ac 0x0 + *fill* 0x00000000401772ac 0x0 .text._ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ - 0x000000004017c668 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c668 _ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ - *fill* 0x000000004017c684 0x0 - *fill* 0x000000004017c684 0x0 + 0x00000000401772ac 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401772ac _ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ + *fill* 0x00000000401772c8 0x0 + *fill* 0x00000000401772c8 0x0 .text._ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ - 0x000000004017c684 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c684 _ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ - *fill* 0x000000004017c69c 0x0 + 0x00000000401772c8 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401772c8 _ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ + *fill* 0x00000000401772e0 0x0 .text._ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ - 0x000000004017c69c 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c69c _ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ - *fill* 0x000000004017c6b4 0x0 + 0x00000000401772e0 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401772e0 _ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ + *fill* 0x00000000401772f8 0x0 .text._ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ - 0x000000004017c6b4 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c6b4 _ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ - *fill* 0x000000004017c6cc 0x0 + 0x00000000401772f8 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401772f8 _ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ + *fill* 0x0000000040177310 0x0 .text._ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ - 0x000000004017c6cc 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c6cc _ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ - *fill* 0x000000004017c6e4 0x0 + 0x0000000040177310 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040177310 _ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ + *fill* 0x0000000040177328 0x0 .text._ZN3nvs9NVSHandle8get_itemIiEEiPKcRT_ - 0x000000004017c6e4 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c6e4 _ZN3nvs9NVSHandle8get_itemIiEEiPKcRT_ - *fill* 0x000000004017c6fc 0x0 + 0x0000000040177328 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040177328 _ZN3nvs9NVSHandle8get_itemIiEEiPKcRT_ + *fill* 0x0000000040177340 0x0 .text._ZN3nvs9NVSHandle8get_itemIjEEiPKcRT_ - 0x000000004017c6fc 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c6fc _ZN3nvs9NVSHandle8get_itemIjEEiPKcRT_ - *fill* 0x000000004017c714 0x0 + 0x0000000040177340 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040177340 _ZN3nvs9NVSHandle8get_itemIjEEiPKcRT_ + *fill* 0x0000000040177358 0x0 .text._ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ - 0x000000004017c714 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c714 _ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ - *fill* 0x000000004017c72c 0x0 + 0x0000000040177358 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040177358 _ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ + *fill* 0x0000000040177370 0x0 .text._ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ - 0x000000004017c72c 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x000000004017c72c _ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 - *fill* 0x000000004017c744 0x0 + 0x0000000040177370 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040177370 _ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 + *fill* 0x0000000040177388 0x0 .text._ZN3nvs19NVSPartitionManagerD2Ev - 0x000000004017c744 0x5 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x000000004017c744 _ZN3nvs19NVSPartitionManagerD2Ev - 0x000000004017c744 _ZN3nvs19NVSPartitionManagerD1Ev - *fill* 0x000000004017c749 0x0 - *fill* 0x000000004017c749 0x0 - *fill* 0x000000004017c749 0x0 - *fill* 0x000000004017c749 0x0 - *fill* 0x000000004017c749 0x3 + 0x0000000040177388 0x5 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x0000000040177388 _ZN3nvs19NVSPartitionManagerD2Ev + 0x0000000040177388 _ZN3nvs19NVSPartitionManagerD1Ev + *fill* 0x000000004017738d 0x0 + *fill* 0x000000004017738d 0x0 + *fill* 0x000000004017738d 0x0 + *fill* 0x000000004017738d 0x0 + *fill* 0x000000004017738d 0x3 .text._ZN3nvs8HashListC2Ev - 0x000000004017c74c 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x000000004017c74c _ZN3nvs8HashListC2Ev - 0x000000004017c74c _ZN3nvs8HashListC1Ev - *fill* 0x000000004017c759 0x0 - *fill* 0x000000004017c759 0x0 - *fill* 0x000000004017c759 0x3 + 0x0000000040177390 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x0000000040177390 _ZN3nvs8HashListC2Ev + 0x0000000040177390 _ZN3nvs8HashListC1Ev + *fill* 0x000000004017739d 0x0 + *fill* 0x000000004017739d 0x0 + *fill* 0x000000004017739d 0x3 .text._ZN3nvs8HashList13HashListBlockC2Ev - 0x000000004017c75c 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x000000004017c75c _ZN3nvs8HashList13HashListBlockC1Ev - 0x000000004017c75c _ZN3nvs8HashList13HashListBlockC2Ev - *fill* 0x000000004017c77e 0x0 - *fill* 0x000000004017c77e 0x0 - *fill* 0x000000004017c77e 0x2 + 0x00000000401773a0 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000401773a0 _ZN3nvs8HashList13HashListBlockC1Ev + 0x00000000401773a0 _ZN3nvs8HashList13HashListBlockC2Ev + *fill* 0x00000000401773c2 0x0 + *fill* 0x00000000401773c2 0x0 + *fill* 0x00000000401773c2 0x2 .text._ZSt9__find_ifIPjN9__gnu_cxx5__ops10_Iter_predIZN3nvs4Page4loadEjEUljE_EEET_S8_S8_T0_St26random_access_iterator_tag - 0x000000004017c780 0x72 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x0 - *fill* 0x000000004017c7f2 0x2 + 0x00000000401773c4 0x72 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x0 + *fill* 0x0000000040177436 0x2 .text.esp_wifi_is_if_ready_when_started - 0x000000004017c7f4 0x12 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x000000004017c7f4 esp_wifi_is_if_ready_when_started - *fill* 0x000000004017c806 0x0 - *fill* 0x000000004017c806 0x2 + 0x0000000040177438 0x12 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x0000000040177438 esp_wifi_is_if_ready_when_started + *fill* 0x000000004017744a 0x0 + *fill* 0x000000004017744a 0x2 .text.task_get_max_priority_wrapper - 0x000000004017c808 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x000000004017c80f 0x1 + 0x000000004017744c 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040177453 0x1 .text.coex_status_get_wrapper - 0x000000004017c810 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x000000004017c817 0x1 + 0x0000000040177454 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004017745b 0x1 .text.coex_condition_set_wrapper - 0x000000004017c818 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x000000004017c81d 0x3 + 0x000000004017745c 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040177461 0x3 .text.coex_wifi_request_wrapper - 0x000000004017c820 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x000000004017c827 0x1 + 0x0000000040177464 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004017746b 0x1 .text.coex_wifi_release_wrapper - 0x000000004017c828 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x0 - *fill* 0x000000004017c82f 0x1 + 0x000000004017746c 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x0 + *fill* 0x0000000040177473 0x1 .text.esp_phy_reduce_tx_power - 0x000000004017c830 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - *fill* 0x000000004017c84c 0x0 - *fill* 0x000000004017c84c 0x0 - *fill* 0x000000004017c84c 0x0 - *fill* 0x000000004017c84c 0x0 - *fill* 0x000000004017c84c 0x0 - *fill* 0x000000004017c84c 0x0 - *fill* 0x000000004017c84c 0x0 + 0x0000000040177474 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x0000000040177490 0x0 + *fill* 0x0000000040177490 0x0 + *fill* 0x0000000040177490 0x0 + *fill* 0x0000000040177490 0x0 + *fill* 0x0000000040177490 0x0 + *fill* 0x0000000040177490 0x0 + *fill* 0x0000000040177490 0x0 + .text.esp_phy_update_country_info + 0x0000000040177490 0x7 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x0000000040177490 esp_phy_update_country_info + *fill* 0x0000000040177497 0x1 .text.node_insert_to_list - 0x000000004017c84c 0x3b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - *fill* 0x000000004017c887 0x1 + 0x0000000040177498 0x3b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x00000000401774d3 0x1 .text.add_msg_type - 0x000000004017c888 0x14 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.add_end 0x000000004017c89c 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - *fill* 0x000000004017c8a8 0x0 - *fill* 0x000000004017c8a8 0x0 - *fill* 0x000000004017c8a8 0x0 - *fill* 0x000000004017c8a8 0x0 - *fill* 0x000000004017c8a8 0x0 + 0x00000000401774d4 0x14 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.add_end 0x00000000401774e8 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x00000000401774f4 0x0 + *fill* 0x00000000401774f4 0x0 + *fill* 0x00000000401774f4 0x0 + *fill* 0x00000000401774f4 0x0 + *fill* 0x00000000401774f4 0x0 .text.node_remove_from_list - 0x000000004017c8a8 0x35 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x000000004017c8a8 node_remove_from_list - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x0 - *fill* 0x000000004017c8dd 0x3 + 0x00000000401774f4 0x35 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000401774f4 node_remove_from_list + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x0 + *fill* 0x0000000040177529 0x3 .text.lwip_htons - 0x000000004017c8e0 0x14 esp-idf/lwip/liblwip.a(def.c.obj) - 0x000000004017c8e0 lwip_htons - *fill* 0x000000004017c8f4 0x0 - *fill* 0x000000004017c8f4 0x0 - *fill* 0x000000004017c8f4 0x0 - *fill* 0x000000004017c8f4 0x0 - *fill* 0x000000004017c8f4 0x0 - *fill* 0x000000004017c8f4 0x0 - *fill* 0x000000004017c8f4 0x0 + 0x000000004017752c 0x14 esp-idf/lwip/liblwip.a(def.c.obj) + 0x000000004017752c lwip_htons + *fill* 0x0000000040177540 0x0 + *fill* 0x0000000040177540 0x0 + *fill* 0x0000000040177540 0x0 + *fill* 0x0000000040177540 0x0 + *fill* 0x0000000040177540 0x0 + *fill* 0x0000000040177540 0x0 + *fill* 0x0000000040177540 0x0 .text.dns_init - 0x000000004017c8f4 0x5 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x000000004017c8f4 dns_init - *fill* 0x000000004017c8f9 0x0 - *fill* 0x000000004017c8f9 0x0 - *fill* 0x000000004017c8f9 0x0 - *fill* 0x000000004017c8f9 0x0 - *fill* 0x000000004017c8f9 0x0 - *fill* 0x000000004017c8f9 0x3 + 0x0000000040177540 0x5 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x0000000040177540 dns_init + *fill* 0x0000000040177545 0x0 + *fill* 0x0000000040177545 0x0 + *fill* 0x0000000040177545 0x0 + *fill* 0x0000000040177545 0x0 + *fill* 0x0000000040177545 0x0 + *fill* 0x0000000040177545 0x3 .text.mem_init - 0x000000004017c8fc 0x5 esp-idf/lwip/liblwip.a(mem.c.obj) - 0x000000004017c8fc mem_init - *fill* 0x000000004017c901 0x3 + 0x0000000040177548 0x5 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x0000000040177548 mem_init + *fill* 0x000000004017754d 0x3 .text.mem_trim - 0x000000004017c904 0x5 esp-idf/lwip/liblwip.a(mem.c.obj) - 0x000000004017c904 mem_trim - *fill* 0x000000004017c909 0x0 - *fill* 0x000000004017c909 0x0 - *fill* 0x000000004017c909 0x0 - *fill* 0x000000004017c909 0x3 + 0x0000000040177550 0x5 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x0000000040177550 mem_trim + *fill* 0x0000000040177555 0x0 + *fill* 0x0000000040177555 0x0 + *fill* 0x0000000040177555 0x0 + *fill* 0x0000000040177555 0x3 .text.memp_init - 0x000000004017c90c 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x000000004017c90c memp_init - *fill* 0x000000004017c920 0x0 + 0x0000000040177558 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x0000000040177558 memp_init + *fill* 0x000000004017756c 0x0 .text.netif_do_set_netmask - 0x000000004017c920 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000004017c93e 0x2 + 0x000000004017756c 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000004017758a 0x2 .text.netif_do_set_gw - 0x000000004017c940 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000004017c95e 0x2 + 0x000000004017758c 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000401775aa 0x2 .text.netif_null_output_ip6 - 0x000000004017c960 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000401775ac 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) .text.netif_null_output_ip4 - 0x000000004017c968 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x000000004017c970 0x0 - *fill* 0x000000004017c970 0x0 - *fill* 0x000000004017c970 0x0 - *fill* 0x000000004017c970 0x0 + 0x00000000401775b4 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000401775bc 0x0 + *fill* 0x00000000401775bc 0x0 + *fill* 0x00000000401775bc 0x0 + *fill* 0x00000000401775bc 0x0 .text.netif_set_garp_flag - 0x000000004017c970 0x11 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x000000004017c970 netif_set_garp_flag - *fill* 0x000000004017c981 0x0 - *fill* 0x000000004017c981 0x0 - *fill* 0x000000004017c981 0x0 - *fill* 0x000000004017c981 0x0 - *fill* 0x000000004017c981 0x0 - *fill* 0x000000004017c981 0x0 - *fill* 0x000000004017c981 0x0 - *fill* 0x000000004017c981 0x0 - *fill* 0x000000004017c981 0x3 + 0x00000000401775bc 0x11 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000401775bc netif_set_garp_flag + *fill* 0x00000000401775cd 0x0 + *fill* 0x00000000401775cd 0x0 + *fill* 0x00000000401775cd 0x0 + *fill* 0x00000000401775cd 0x0 + *fill* 0x00000000401775cd 0x0 + *fill* 0x00000000401775cd 0x0 + *fill* 0x00000000401775cd 0x0 + *fill* 0x00000000401775cd 0x0 + *fill* 0x00000000401775cd 0x0 + *fill* 0x00000000401775cd 0x0 + *fill* 0x00000000401775cd 0x3 .text.pbuf_init_alloced_pbuf - 0x000000004017c984 0x23 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000004017c9a7 0x1 + 0x00000000401775d0 0x23 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x00000000401775f3 0x1 .text.pbuf_skip_const - 0x000000004017c9a8 0x1f esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x000000004017c9c7 0x0 - *fill* 0x000000004017c9c7 0x0 - *fill* 0x000000004017c9c7 0x0 - *fill* 0x000000004017c9c7 0x0 - *fill* 0x000000004017c9c7 0x0 - *fill* 0x000000004017c9c7 0x0 - *fill* 0x000000004017c9c7 0x0 - *fill* 0x000000004017c9c7 0x0 - *fill* 0x000000004017c9c7 0x1 + 0x00000000401775f4 0x1f esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x0000000040177613 0x0 + *fill* 0x0000000040177613 0x0 + *fill* 0x0000000040177613 0x0 + *fill* 0x0000000040177613 0x0 + *fill* 0x0000000040177613 0x0 + *fill* 0x0000000040177613 0x0 + *fill* 0x0000000040177613 0x0 + *fill* 0x0000000040177613 0x0 + *fill* 0x0000000040177613 0x1 .text.pbuf_clen - 0x000000004017c9c8 0x16 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x000000004017c9c8 pbuf_clen - *fill* 0x000000004017c9de 0x0 - *fill* 0x000000004017c9de 0x0 - *fill* 0x000000004017c9de 0x0 - *fill* 0x000000004017c9de 0x0 - *fill* 0x000000004017c9de 0x0 - *fill* 0x000000004017c9de 0x0 - *fill* 0x000000004017c9de 0x0 - *fill* 0x000000004017c9de 0x0 - *fill* 0x000000004017c9de 0x0 - *fill* 0x000000004017c9de 0x0 - *fill* 0x000000004017c9de 0x2 + 0x0000000040177614 0x16 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x0000000040177614 pbuf_clen + *fill* 0x000000004017762a 0x0 + *fill* 0x000000004017762a 0x0 + *fill* 0x000000004017762a 0x0 + *fill* 0x000000004017762a 0x0 + *fill* 0x000000004017762a 0x0 + *fill* 0x000000004017762a 0x0 + *fill* 0x000000004017762a 0x0 + *fill* 0x000000004017762a 0x0 + *fill* 0x000000004017762a 0x0 + *fill* 0x000000004017762a 0x0 + *fill* 0x000000004017762a 0x2 .text.raw_bind_netif - 0x000000004017c9e0 0x17 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x000000004017c9e0 raw_bind_netif - *fill* 0x000000004017c9f7 0x1 + 0x000000004017762c 0x17 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x000000004017762c raw_bind_netif + *fill* 0x0000000040177643 0x1 .text.raw_recv - 0x000000004017c9f8 0xa esp-idf/lwip/liblwip.a(raw.c.obj) - 0x000000004017c9f8 raw_recv - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x0 - *fill* 0x000000004017ca02 0x2 + 0x0000000040177644 0xa esp-idf/lwip/liblwip.a(raw.c.obj) + 0x0000000040177644 raw_recv + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x0 + *fill* 0x000000004017764e 0x2 .text.tcp_bind_netif - 0x000000004017ca04 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x000000004017ca04 tcp_bind_netif - *fill* 0x000000004017ca1b 0x0 - *fill* 0x000000004017ca1b 0x0 - *fill* 0x000000004017ca1b 0x0 - *fill* 0x000000004017ca1b 0x0 - *fill* 0x000000004017ca1b 0x1 - .text.tcp_arg 0x000000004017ca1c 0xa esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x000000004017ca1c tcp_arg - *fill* 0x000000004017ca26 0x0 - *fill* 0x000000004017ca26 0x0 - *fill* 0x000000004017ca26 0x0 - *fill* 0x000000004017ca26 0x2 + 0x0000000040177650 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x0000000040177650 tcp_bind_netif + *fill* 0x0000000040177667 0x0 + *fill* 0x0000000040177667 0x0 + *fill* 0x0000000040177667 0x0 + *fill* 0x0000000040177667 0x0 + *fill* 0x0000000040177667 0x1 + .text.tcp_arg 0x0000000040177668 0xa esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x0000000040177668 tcp_arg + *fill* 0x0000000040177672 0x0 + *fill* 0x0000000040177672 0x0 + *fill* 0x0000000040177672 0x0 + *fill* 0x0000000040177672 0x2 .text.tcp_accept - 0x000000004017ca28 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x000000004017ca28 tcp_accept - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x0 - *fill* 0x000000004017ca37 0x1 + 0x0000000040177674 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x0000000040177674 tcp_accept + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x0 + *fill* 0x0000000040177683 0x1 .text.udp_bind_netif - 0x000000004017ca38 0x17 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x000000004017ca38 udp_bind_netif - *fill* 0x000000004017ca4f 0x0 - *fill* 0x000000004017ca4f 0x0 - *fill* 0x000000004017ca4f 0x0 - *fill* 0x000000004017ca4f 0x0 - *fill* 0x000000004017ca4f 0x1 + 0x0000000040177684 0x17 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x0000000040177684 udp_bind_netif + *fill* 0x000000004017769b 0x0 + *fill* 0x000000004017769b 0x0 + *fill* 0x000000004017769b 0x0 + *fill* 0x000000004017769b 0x0 + *fill* 0x000000004017769b 0x1 .text.dhcp_set_state - 0x000000004017ca50 0x18 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 - *fill* 0x000000004017ca68 0x0 + 0x000000004017769c 0x18 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 + *fill* 0x00000000401776b4 0x0 .text.dhcp_supplied_address - 0x000000004017ca68 0x42 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x000000004017ca68 dhcp_supplied_address - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x0 - *fill* 0x000000004017caaa 0x2 + 0x00000000401776b4 0x42 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000401776b4 dhcp_supplied_address + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x0 + *fill* 0x00000000401776f6 0x2 .text.igmp_remove_group - 0x000000004017caac 0x26 esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x000000004017cad2 0x0 - *fill* 0x000000004017cad2 0x0 - *fill* 0x000000004017cad2 0x0 - *fill* 0x000000004017cad2 0x0 - *fill* 0x000000004017cad2 0x0 - *fill* 0x000000004017cad2 0x0 - *fill* 0x000000004017cad2 0x0 - *fill* 0x000000004017cad2 0x0 - *fill* 0x000000004017cad2 0x2 + 0x00000000401776f8 0x26 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000004017771e 0x0 + *fill* 0x000000004017771e 0x0 + *fill* 0x000000004017771e 0x0 + *fill* 0x000000004017771e 0x0 + *fill* 0x000000004017771e 0x0 + *fill* 0x000000004017771e 0x0 + *fill* 0x000000004017771e 0x0 + *fill* 0x000000004017771e 0x0 + *fill* 0x000000004017771e 0x2 .text.igmp_lookfor_group - 0x000000004017cad4 0x17 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x000000004017cad4 igmp_lookfor_group - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x0 - *fill* 0x000000004017caeb 0x1 + 0x0000000040177720 0x17 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x0000000040177720 igmp_lookfor_group + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x0 + *fill* 0x0000000040177737 0x1 .text.ip4_addr_isbroadcast_u32 - 0x000000004017caec 0x46 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - 0x000000004017caec ip4_addr_isbroadcast_u32 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x0 - *fill* 0x000000004017cb32 0x2 + 0x0000000040177738 0x46 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x0000000040177738 ip4_addr_isbroadcast_u32 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x0 + *fill* 0x000000004017777e 0x2 .text.mld6_remove_group - 0x000000004017cb34 0x35 esp-idf/lwip/liblwip.a(mld6.c.obj) - *fill* 0x000000004017cb69 0x0 - *fill* 0x000000004017cb69 0x0 - *fill* 0x000000004017cb69 0x0 - *fill* 0x000000004017cb69 0x3 + 0x0000000040177780 0x35 esp-idf/lwip/liblwip.a(mld6.c.obj) + *fill* 0x00000000401777b5 0x0 + *fill* 0x00000000401777b5 0x0 + *fill* 0x00000000401777b5 0x0 + *fill* 0x00000000401777b5 0x3 .text.mld6_lookfor_group - 0x000000004017cb6c 0x35 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x000000004017cb6c mld6_lookfor_group - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x0 - *fill* 0x000000004017cba1 0x3 + 0x00000000401777b8 0x35 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000401777b8 mld6_lookfor_group + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x0 + *fill* 0x00000000401777ed 0x3 .text.nd6_restart_netif - 0x000000004017cba4 0xa esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x000000004017cba4 nd6_restart_netif - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x0 - *fill* 0x000000004017cbae 0x2 + 0x00000000401777f0 0xa esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000401777f0 nd6_restart_netif + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x0 + *fill* 0x00000000401777fa 0x2 .text.lwip_standard_chksum - 0x000000004017cbb0 0x69 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x000000004017cbb0 lwip_standard_chksum - *fill* 0x000000004017cc19 0x0 - *fill* 0x000000004017cc19 0x0 - *fill* 0x000000004017cc19 0x0 - *fill* 0x000000004017cc19 0x0 - *fill* 0x000000004017cc19 0x0 - *fill* 0x000000004017cc19 0x0 - *fill* 0x000000004017cc19 0x0 - *fill* 0x000000004017cc19 0x3 + 0x00000000401777fc 0x69 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000401777fc lwip_standard_chksum + *fill* 0x0000000040177865 0x0 + *fill* 0x0000000040177865 0x0 + *fill* 0x0000000040177865 0x0 + *fill* 0x0000000040177865 0x0 + *fill* 0x0000000040177865 0x0 + *fill* 0x0000000040177865 0x0 + *fill* 0x0000000040177865 0x0 + *fill* 0x0000000040177865 0x3 .text.lwip_poll_should_wake - 0x000000004017cc1c 0x41 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x0 - *fill* 0x000000004017cc5d 0x3 + 0x0000000040177868 0x41 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x0 + *fill* 0x00000000401778a9 0x3 .text.heap_caps_match - 0x000000004017cc60 0x32 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x000000004017cc60 heap_caps_match - *fill* 0x000000004017cc92 0x0 - *fill* 0x000000004017cc92 0x0 - *fill* 0x000000004017cc92 0x0 - *fill* 0x000000004017cc92 0x0 - *fill* 0x000000004017cc92 0x0 - *fill* 0x000000004017cc92 0x0 - *fill* 0x000000004017cc92 0x0 - *fill* 0x000000004017cc92 0x2 - .text.is_wifi_clk_peripheral - 0x000000004017cc94 0x26 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - *fill* 0x000000004017ccba 0x0 - *fill* 0x000000004017ccba 0x0 - *fill* 0x000000004017ccba 0x0 - *fill* 0x000000004017ccba 0x0 - *fill* 0x000000004017ccba 0x0 - *fill* 0x000000004017ccba 0x0 - *fill* 0x000000004017ccba 0x0 - *fill* 0x000000004017ccba 0x0 - *fill* 0x000000004017ccba 0x0 - *fill* 0x000000004017ccba 0x0 - *fill* 0x000000004017ccba 0x2 + 0x00000000401778ac 0x32 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000401778ac heap_caps_match + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x0 + *fill* 0x00000000401778de 0x2 .text.uart_find_pattern_from_last - 0x000000004017ccbc 0x24 esp-idf/driver/libdriver.a(uart.c.obj) - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 - *fill* 0x000000004017cce0 0x0 + 0x00000000401778e0 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 + *fill* 0x0000000040177904 0x0 .text.esp_pm_impl_waiti - 0x000000004017cce0 0x8 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - 0x000000004017cce0 esp_pm_impl_waiti - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 - *fill* 0x000000004017cce8 0x0 + 0x0000000040177904 0x8 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + 0x0000000040177904 esp_pm_impl_waiti + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 + *fill* 0x000000004017790c 0x0 .text.arg_end_resetfn - 0x000000004017cce8 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000004017ccf1 0x3 + 0x000000004017790c 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x0000000040177915 0x3 .text.arg_int_resetfn - 0x000000004017ccf4 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000004017ccfd 0x3 + 0x0000000040177918 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x0000000040177921 0x3 .text.arg_int_checkfn - 0x000000004017cd00 0x15 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000004017cd15 0x3 + 0x0000000040177924 0x15 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x0000000040177939 0x3 .text.arg_str_resetfn - 0x000000004017cd18 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000004017cd21 0x3 + 0x000000004017793c 0x9 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x0000000040177945 0x3 .text.arg_str_scanfn - 0x000000004017cd24 0x2c esp-idf/console/libconsole.a(argtable3.c.obj) + 0x0000000040177948 0x2c esp-idf/console/libconsole.a(argtable3.c.obj) .text.arg_str_checkfn - 0x000000004017cd50 0x15 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000004017cd65 0x0 - *fill* 0x000000004017cd65 0x3 + 0x0000000040177974 0x15 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x0000000040177989 0x0 + *fill* 0x0000000040177989 0x3 .text.arg_endindex - 0x000000004017cd68 0x1b esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000004017cd83 0x0 - *fill* 0x000000004017cd83 0x1 + 0x000000004017798c 0x1b esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x00000000401779a7 0x0 + *fill* 0x00000000401779a7 0x1 .text.arg_reset - 0x000000004017cd84 0x21 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000004017cda5 0x3 - .text.arg_cat 0x000000004017cda8 0x38 esp-idf/console/libconsole.a(argtable3.c.obj) - *fill* 0x000000004017cde0 0x0 - *fill* 0x000000004017cde0 0x0 - *fill* 0x000000004017cde0 0x0 - *fill* 0x000000004017cde0 0x0 - *fill* 0x000000004017cde0 0x0 - *fill* 0x000000004017cde0 0x0 - *fill* 0x000000004017cde0 0x0 + 0x00000000401779a8 0x21 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x00000000401779c9 0x3 + .text.arg_cat 0x00000000401779cc 0x38 esp-idf/console/libconsole.a(argtable3.c.obj) + *fill* 0x0000000040177a04 0x0 + *fill* 0x0000000040177a04 0x0 + *fill* 0x0000000040177a04 0x0 + *fill* 0x0000000040177a04 0x0 + *fill* 0x0000000040177a04 0x0 + *fill* 0x0000000040177a04 0x0 + *fill* 0x0000000040177a04 0x0 .text.arg_print_errors - 0x000000004017cde0 0x32 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x000000004017cde0 arg_print_errors - *fill* 0x000000004017ce12 0x0 - *fill* 0x000000004017ce12 0x0 - *fill* 0x000000004017ce12 0x0 - *fill* 0x000000004017ce12 0x0 - *fill* 0x000000004017ce12 0x0 - *fill* 0x000000004017ce12 0x0 - *fill* 0x000000004017ce12 0x0 - *fill* 0x000000004017ce12 0x0 - *fill* 0x000000004017ce12 0x0 - *fill* 0x000000004017ce12 0x2 - .text.abInit 0x000000004017ce14 0xb esp-idf/console/libconsole.a(linenoise.c.obj) - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x0 - *fill* 0x000000004017ce1f 0x1 + 0x0000000040177a04 0x32 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x0000000040177a04 arg_print_errors + *fill* 0x0000000040177a36 0x0 + *fill* 0x0000000040177a36 0x0 + *fill* 0x0000000040177a36 0x0 + *fill* 0x0000000040177a36 0x0 + *fill* 0x0000000040177a36 0x0 + *fill* 0x0000000040177a36 0x0 + *fill* 0x0000000040177a36 0x0 + *fill* 0x0000000040177a36 0x0 + *fill* 0x0000000040177a36 0x0 + *fill* 0x0000000040177a36 0x2 + .text.abInit 0x0000000040177a38 0xb esp-idf/console/libconsole.a(linenoise.c.obj) + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x0 + *fill* 0x0000000040177a43 0x1 .text.httpd_send_all - 0x000000004017ce20 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - *fill* 0x000000004017ce50 0x0 - *fill* 0x000000004017ce50 0x0 - *fill* 0x000000004017ce50 0x0 - *fill* 0x000000004017ce50 0x0 - *fill* 0x000000004017ce50 0x0 - *fill* 0x000000004017ce50 0x0 - *fill* 0x000000004017ce50 0x0 - *fill* 0x000000004017ce50 0x0 + 0x0000000040177a44 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x0000000040177a74 0x0 + *fill* 0x0000000040177a74 0x0 + *fill* 0x0000000040177a74 0x0 + *fill* 0x0000000040177a74 0x0 + *fill* 0x0000000040177a74 0x0 + *fill* 0x0000000040177a74 0x0 + *fill* 0x0000000040177a74 0x0 + *fill* 0x0000000040177a74 0x0 .text.httpd_resp_set_status - 0x000000004017ce50 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x000000004017ce50 httpd_resp_set_status - *fill* 0x000000004017ce7d 0x3 + 0x0000000040177a74 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x0000000040177a74 httpd_resp_set_status + *fill* 0x0000000040177aa1 0x3 .text.httpd_resp_set_type - 0x000000004017ce80 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x000000004017ce80 httpd_resp_set_type - *fill* 0x000000004017cead 0x0 - *fill* 0x000000004017cead 0x0 - *fill* 0x000000004017cead 0x0 - *fill* 0x000000004017cead 0x0 - *fill* 0x000000004017cead 0x0 - *fill* 0x000000004017cead 0x0 - *fill* 0x000000004017cead 0x0 - *fill* 0x000000004017cead 0x0 - *fill* 0x000000004017cead 0x3 + 0x0000000040177aa4 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x0000000040177aa4 httpd_resp_set_type + *fill* 0x0000000040177ad1 0x0 + *fill* 0x0000000040177ad1 0x0 + *fill* 0x0000000040177ad1 0x0 + *fill* 0x0000000040177ad1 0x0 + *fill* 0x0000000040177ad1 0x0 + *fill* 0x0000000040177ad1 0x0 + *fill* 0x0000000040177ad1 0x0 + *fill* 0x0000000040177ad1 0x0 + *fill* 0x0000000040177ad1 0x3 .text.httpd_is_sess_available - 0x000000004017ceb0 0x31 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x000000004017ceb0 httpd_is_sess_available - *fill* 0x000000004017cee1 0x3 + 0x0000000040177ad4 0x31 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x0000000040177ad4 httpd_is_sess_available + *fill* 0x0000000040177b05 0x3 .text.httpd_sess_get - 0x000000004017cee4 0x44 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x000000004017cee4 httpd_sess_get - *fill* 0x000000004017cf28 0x0 + 0x0000000040177b08 0x44 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x0000000040177b08 httpd_sess_get + *fill* 0x0000000040177b4c 0x0 .text.httpd_sess_set_descriptors - 0x000000004017cf28 0x53 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x000000004017cf28 httpd_sess_set_descriptors - *fill* 0x000000004017cf7b 0x0 - *fill* 0x000000004017cf7b 0x0 - *fill* 0x000000004017cf7b 0x1 + 0x0000000040177b4c 0x53 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x0000000040177b4c httpd_sess_set_descriptors + *fill* 0x0000000040177b9f 0x0 + *fill* 0x0000000040177b9f 0x0 + *fill* 0x0000000040177b9f 0x1 .text.httpd_sess_init - 0x000000004017cf7c 0x32 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x000000004017cf7c httpd_sess_init - *fill* 0x000000004017cfae 0x0 - *fill* 0x000000004017cfae 0x0 - *fill* 0x000000004017cfae 0x2 + 0x0000000040177ba0 0x32 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x0000000040177ba0 httpd_sess_init + *fill* 0x0000000040177bd2 0x0 + *fill* 0x0000000040177bd2 0x0 + *fill* 0x0000000040177bd2 0x2 .text.httpd_sess_iterate - 0x000000004017cfb0 0x62 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x000000004017cfb0 httpd_sess_iterate - *fill* 0x000000004017d012 0x0 - *fill* 0x000000004017d012 0x0 - *fill* 0x000000004017d012 0x0 - *fill* 0x000000004017d012 0x0 - *fill* 0x000000004017d012 0x0 - *fill* 0x000000004017d012 0x0 - *fill* 0x000000004017d012 0x0 - *fill* 0x000000004017d012 0x0 - *fill* 0x000000004017d012 0x2 + 0x0000000040177bd4 0x62 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x0000000040177bd4 httpd_sess_iterate + *fill* 0x0000000040177c36 0x0 + *fill* 0x0000000040177c36 0x0 + *fill* 0x0000000040177c36 0x0 + *fill* 0x0000000040177c36 0x0 + *fill* 0x0000000040177c36 0x0 + *fill* 0x0000000040177c36 0x0 + *fill* 0x0000000040177c36 0x0 + *fill* 0x0000000040177c36 0x0 + *fill* 0x0000000040177c36 0x2 .text.httpd_get_global_transport_ctx - 0x000000004017d014 0x7 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x000000004017d014 httpd_get_global_transport_ctx - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x0 - *fill* 0x000000004017d01b 0x1 + 0x0000000040177c38 0x7 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x0000000040177c38 httpd_get_global_transport_ctx + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x0 + *fill* 0x0000000040177c3f 0x1 .text.ff_wl_initialize - 0x000000004017d01c 0x7 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - 0x000000004017d01c ff_wl_initialize - *fill* 0x000000004017d023 0x1 + 0x0000000040177c40 0x7 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x0000000040177c40 ff_wl_initialize + *fill* 0x0000000040177c47 0x1 .text.ff_wl_status - 0x000000004017d024 0x7 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - 0x000000004017d024 ff_wl_status - *fill* 0x000000004017d02b 0x0 - *fill* 0x000000004017d02b 0x0 - *fill* 0x000000004017d02b 0x0 - *fill* 0x000000004017d02b 0x0 - *fill* 0x000000004017d02b 0x1 - .text.ld_word 0x000000004017d02c 0x11 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000004017d03d 0x3 + 0x0000000040177c48 0x7 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x0000000040177c48 ff_wl_status + *fill* 0x0000000040177c4f 0x0 + *fill* 0x0000000040177c4f 0x0 + *fill* 0x0000000040177c4f 0x0 + *fill* 0x0000000040177c4f 0x0 + *fill* 0x0000000040177c4f 0x1 + .text.ld_word 0x0000000040177c50 0x11 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040177c61 0x3 .text.ld_dword - 0x000000004017d040 0x23 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000004017d063 0x1 - .text.st_word 0x000000004017d064 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000004017d072 0x2 + 0x0000000040177c64 0x23 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040177c87 0x1 + .text.st_word 0x0000000040177c88 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040177c96 0x2 .text.st_dword - 0x000000004017d074 0x1a esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000004017d08e 0x2 - .text.mem_cpy 0x000000004017d090 0x16 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000004017d0a6 0x2 - .text.mem_set 0x000000004017d0a8 0xf esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000004017d0b7 0x1 - .text.mem_cmp 0x000000004017d0b8 0x20 esp-idf/fatfs/libfatfs.a(ff.c.obj) - .text.chk_chr 0x000000004017d0d8 0x14 esp-idf/fatfs/libfatfs.a(ff.c.obj) - .text.dbc_1st 0x000000004017d0ec 0x7 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000004017d0f3 0x1 - .text.dbc_2nd 0x000000004017d0f4 0x7 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000004017d0fb 0x1 + 0x0000000040177c98 0x1a esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040177cb2 0x2 + .text.mem_cpy 0x0000000040177cb4 0x16 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040177cca 0x2 + .text.mem_set 0x0000000040177ccc 0xf esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040177cdb 0x1 + .text.mem_cmp 0x0000000040177cdc 0x20 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.chk_chr 0x0000000040177cfc 0x14 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dbc_1st 0x0000000040177d10 0x7 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040177d17 0x1 + .text.dbc_2nd 0x0000000040177d18 0x7 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040177d1f 0x1 .text.clst2sect - 0x000000004017d0fc 0x20 esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000004017d11c 0x0 - *fill* 0x000000004017d11c 0x0 - *fill* 0x000000004017d11c 0x0 - *fill* 0x000000004017d11c 0x0 + 0x0000000040177d20 0x20 esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040177d40 0x0 + *fill* 0x0000000040177d40 0x0 + *fill* 0x0000000040177d40 0x0 + *fill* 0x0000000040177d40 0x0 .text.get_ldnumber - 0x000000004017d11c 0x6c esp-idf/fatfs/libfatfs.a(ff.c.obj) - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 - *fill* 0x000000004017d188 0x0 + 0x0000000040177d40 0x6c esp-idf/fatfs/libfatfs.a(ff.c.obj) + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 + *fill* 0x0000000040177dac 0x0 .text._ZN12Flash_Access5flushEv - 0x000000004017d188 0x7 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x000000004017d188 _ZN12Flash_Access5flushEv - *fill* 0x000000004017d18f 0x1 + 0x0000000040177dac 0x7 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000040177dac _ZN12Flash_Access5flushEv + *fill* 0x0000000040177db3 0x1 .text._ZN9Partition9chip_sizeEv - 0x000000004017d190 0x9 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x000000004017d190 _ZN9Partition9chip_sizeEv - *fill* 0x000000004017d199 0x0 - *fill* 0x000000004017d199 0x3 + 0x0000000040177db4 0x9 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000040177db4 _ZN9Partition9chip_sizeEv + *fill* 0x0000000040177dbd 0x0 + *fill* 0x0000000040177dbd 0x3 .text._ZN9PartitionD2Ev - 0x000000004017d19c 0x5 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x000000004017d19c _ZN9PartitionD2Ev - 0x000000004017d19c _ZN9PartitionD1Ev - *fill* 0x000000004017d1a1 0x0 - *fill* 0x000000004017d1a1 0x0 - *fill* 0x000000004017d1a1 0x0 - *fill* 0x000000004017d1a1 0x0 - *fill* 0x000000004017d1a1 0x3 + 0x0000000040177dc0 0x5 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000040177dc0 _ZN9PartitionD2Ev + 0x0000000040177dc0 _ZN9PartitionD1Ev + *fill* 0x0000000040177dc5 0x0 + *fill* 0x0000000040177dc5 0x0 + *fill* 0x0000000040177dc5 0x0 + *fill* 0x0000000040177dc5 0x0 + *fill* 0x0000000040177dc5 0x3 .text._ZN8WL_Flash9chip_sizeEv - 0x000000004017d1a4 0x12 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x000000004017d1a4 _ZN8WL_Flash9chip_sizeEv - *fill* 0x000000004017d1b6 0x2 + 0x0000000040177dc8 0x12 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040177dc8 _ZN8WL_Flash9chip_sizeEv + *fill* 0x0000000040177dda 0x2 .text._ZN8WL_Flash11sector_sizeEv - 0x000000004017d1b8 0x12 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x000000004017d1b8 _ZN8WL_Flash11sector_sizeEv - *fill* 0x000000004017d1ca 0x0 - *fill* 0x000000004017d1ca 0x0 - *fill* 0x000000004017d1ca 0x0 - *fill* 0x000000004017d1ca 0x0 - *fill* 0x000000004017d1ca 0x0 - *fill* 0x000000004017d1ca 0x0 - *fill* 0x000000004017d1ca 0x0 - *fill* 0x000000004017d1ca 0x0 - *fill* 0x000000004017d1ca 0x0 - *fill* 0x000000004017d1ca 0x2 + 0x0000000040177ddc 0x12 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040177ddc _ZN8WL_Flash11sector_sizeEv + *fill* 0x0000000040177dee 0x0 + *fill* 0x0000000040177dee 0x0 + *fill* 0x0000000040177dee 0x0 + *fill* 0x0000000040177dee 0x0 + *fill* 0x0000000040177dee 0x0 + *fill* 0x0000000040177dee 0x0 + *fill* 0x0000000040177dee 0x0 + *fill* 0x0000000040177dee 0x0 + *fill* 0x0000000040177dee 0x0 + *fill* 0x0000000040177dee 0x2 .text._ZN8WL_Flash8calcAddrEj - 0x000000004017d1cc 0x24 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0x000000004017d1cc _ZN8WL_Flash8calcAddrEj - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 - *fill* 0x000000004017d1f0 0x0 + 0x0000000040177df0 0x24 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x0000000040177df0 _ZN8WL_Flash8calcAddrEj + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 + *fill* 0x0000000040177e14 0x0 .text.vfs_spiffs_get_mtime - 0x000000004017d1f0 0x22 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x0 - *fill* 0x000000004017d212 0x2 + 0x0000000040177e14 0x22 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x0 + *fill* 0x0000000040177e36 0x2 .text.SPIFFS_errno - 0x000000004017d214 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x000000004017d214 SPIFFS_errno + 0x0000000040177e38 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040177e38 SPIFFS_errno .text.SPIFFS_clearerr - 0x000000004017d21c 0xa esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x000000004017d21c SPIFFS_clearerr - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x0 - *fill* 0x000000004017d226 0x2 + 0x0000000040177e40 0xa esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040177e40 SPIFFS_clearerr + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x0 + *fill* 0x0000000040177e4a 0x2 .text.spiffs_cache_page_get - 0x000000004017d228 0x4b esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - *fill* 0x000000004017d273 0x1 + 0x0000000040177e4c 0x4b esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + *fill* 0x0000000040177e97 0x1 .text.spiffs_cache_page_free - 0x000000004017d274 0x6e esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - *fill* 0x000000004017d2e2 0x2 + 0x0000000040177e98 0x6e esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + *fill* 0x0000000040177f06 0x2 .text.spiffs_cache_page_allocate - 0x000000004017d2e4 0x45 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - *fill* 0x000000004017d329 0x0 - *fill* 0x000000004017d329 0x3 + 0x0000000040177f08 0x45 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + *fill* 0x0000000040177f4d 0x0 + *fill* 0x0000000040177f4d 0x3 .text.spiffs_cache_page_get_by_fd - 0x000000004017d32c 0x48 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0x000000004017d32c spiffs_cache_page_get_by_fd - *fill* 0x000000004017d374 0x0 - *fill* 0x000000004017d374 0x0 - *fill* 0x000000004017d374 0x0 - *fill* 0x000000004017d374 0x0 - *fill* 0x000000004017d374 0x0 - *fill* 0x000000004017d374 0x0 + 0x0000000040177f50 0x48 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x0000000040177f50 spiffs_cache_page_get_by_fd + *fill* 0x0000000040177f98 0x0 + *fill* 0x0000000040177f98 0x0 + *fill* 0x0000000040177f98 0x0 + *fill* 0x0000000040177f98 0x0 + *fill* 0x0000000040177f98 0x0 + *fill* 0x0000000040177f98 0x0 .text.s_compare_reserved_regions - 0x000000004017d374 0xc esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - *fill* 0x000000004017d380 0x0 - *fill* 0x000000004017d380 0x0 - *fill* 0x000000004017d380 0x0 - *fill* 0x000000004017d380 0x0 + 0x0000000040177f98 0xc esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + *fill* 0x0000000040177fa4 0x0 + *fill* 0x0000000040177fa4 0x0 + *fill* 0x0000000040177fa4 0x0 + *fill* 0x0000000040177fa4 0x0 .text.uart_hal_set_stop_bits - 0x000000004017d380 0x5d esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004017d380 uart_hal_set_stop_bits - *fill* 0x000000004017d3dd 0x3 + 0x0000000040177fa4 0x5d esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x0000000040177fa4 uart_hal_set_stop_bits + *fill* 0x0000000040178001 0x3 .text.uart_hal_get_stop_bits - 0x000000004017d3e0 0x2c esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004017d3e0 uart_hal_get_stop_bits + 0x0000000040178004 0x2c esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x0000000040178004 uart_hal_get_stop_bits .text.uart_hal_set_data_bit_num - 0x000000004017d40c 0x1f esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004017d40c uart_hal_set_data_bit_num - *fill* 0x000000004017d42b 0x1 + 0x0000000040178030 0x1f esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x0000000040178030 uart_hal_set_data_bit_num + *fill* 0x000000004017804f 0x1 .text.uart_hal_get_data_bit_num - 0x000000004017d42c 0x11 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004017d42c uart_hal_get_data_bit_num - *fill* 0x000000004017d43d 0x3 + 0x0000000040178050 0x11 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x0000000040178050 uart_hal_get_data_bit_num + *fill* 0x0000000040178061 0x3 .text.uart_hal_set_parity - 0x000000004017d440 0x36 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004017d440 uart_hal_set_parity - *fill* 0x000000004017d476 0x2 + 0x0000000040178064 0x36 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x0000000040178064 uart_hal_set_parity + *fill* 0x000000004017809a 0x2 .text.uart_hal_get_parity - 0x000000004017d478 0x26 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004017d478 uart_hal_get_parity - *fill* 0x000000004017d49e 0x0 - *fill* 0x000000004017d49e 0x2 + 0x000000004017809c 0x26 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x000000004017809c uart_hal_get_parity + *fill* 0x00000000401780c2 0x0 + *fill* 0x00000000401780c2 0x2 .text.uart_hal_get_sclk - 0x000000004017d4a0 0x16 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004017d4a0 uart_hal_get_sclk - *fill* 0x000000004017d4b6 0x0 - *fill* 0x000000004017d4b6 0x2 + 0x00000000401780c4 0x16 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x00000000401780c4 uart_hal_get_sclk + *fill* 0x00000000401780da 0x0 + *fill* 0x00000000401780da 0x2 .text.uart_hal_set_rxfifo_full_thr - 0x000000004017d4b8 0x1d esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004017d4b8 uart_hal_set_rxfifo_full_thr - *fill* 0x000000004017d4d5 0x3 + 0x00000000401780dc 0x1d esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x00000000401780dc uart_hal_set_rxfifo_full_thr + *fill* 0x00000000401780f9 0x3 .text.uart_hal_set_wakeup_thrd - 0x000000004017d4d8 0x20 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x000000004017d4d8 uart_hal_set_wakeup_thrd - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 - *fill* 0x000000004017d4f8 0x0 + 0x00000000401780fc 0x20 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x00000000401780fc uart_hal_set_wakeup_thrd + *fill* 0x000000004017811c 0x0 .text.mpi_get_digit - 0x000000004017d4f8 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - *fill* 0x000000004017d53a 0x2 + 0x000000004017811c 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000004017815e 0x2 + .text.ct_lt_mpi_uint + 0x0000000040178160 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000004017817f 0x1 .text.mpi_sub_hlp - 0x000000004017d53c 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - *fill* 0x000000004017d58c 0x0 + 0x0000000040178180 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x00000000401781d0 0x0 .text.mbedtls_mpi_init - 0x000000004017d58c 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004017d58c mbedtls_mpi_init - *fill* 0x000000004017d59b 0x0 - *fill* 0x000000004017d59b 0x0 - *fill* 0x000000004017d59b 0x0 - *fill* 0x000000004017d59b 0x0 - *fill* 0x000000004017d59b 0x0 - *fill* 0x000000004017d59b 0x0 - *fill* 0x000000004017d59b 0x1 + 0x00000000401781d0 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401781d0 mbedtls_mpi_init + *fill* 0x00000000401781df 0x0 + *fill* 0x00000000401781df 0x0 + *fill* 0x00000000401781df 0x0 + *fill* 0x00000000401781df 0x0 + *fill* 0x00000000401781df 0x0 + *fill* 0x00000000401781df 0x1 .text.mbedtls_mpi_get_bit - 0x000000004017d59c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004017d59c mbedtls_mpi_get_bit - *fill* 0x000000004017d5c4 0x0 + 0x00000000401781e0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401781e0 mbedtls_mpi_get_bit + *fill* 0x0000000040178208 0x0 .text.mbedtls_mpi_lsb - 0x000000004017d5c4 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x000000004017d5c4 mbedtls_mpi_lsb - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x0 - *fill* 0x000000004017d5f5 0x3 + 0x0000000040178208 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040178208 mbedtls_mpi_lsb + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x0 + *fill* 0x0000000040178239 0x3 .text.ecp_pick_window_size - 0x000000004017d5f8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 - *fill* 0x000000004017d620 0x0 + 0x000000004017823c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 + *fill* 0x0000000040178264 0x0 .text.mbedtls_entropy_add_source - 0x000000004017d620 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x000000004017d620 mbedtls_entropy_add_source - *fill* 0x000000004017d651 0x0 - *fill* 0x000000004017d651 0x0 - *fill* 0x000000004017d651 0x0 - *fill* 0x000000004017d651 0x3 + 0x0000000040178264 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x0000000040178264 mbedtls_entropy_add_source + *fill* 0x0000000040178295 0x0 + *fill* 0x0000000040178295 0x0 + *fill* 0x0000000040178295 0x0 + *fill* 0x0000000040178295 0x3 .text.mbedtls_md_init - 0x000000004017d654 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x000000004017d654 mbedtls_md_init - *fill* 0x000000004017d67f 0x0 - *fill* 0x000000004017d67f 0x0 - *fill* 0x000000004017d67f 0x0 - *fill* 0x000000004017d67f 0x0 - *fill* 0x000000004017d67f 0x0 - *fill* 0x000000004017d67f 0x0 - *fill* 0x000000004017d67f 0x0 - *fill* 0x000000004017d67f 0x0 - *fill* 0x000000004017d67f 0x1 + 0x0000000040178298 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x0000000040178298 mbedtls_md_init + *fill* 0x00000000401782c3 0x0 + *fill* 0x00000000401782c3 0x0 + *fill* 0x00000000401782c3 0x0 + *fill* 0x00000000401782c3 0x0 + *fill* 0x00000000401782c3 0x0 + *fill* 0x00000000401782c3 0x0 + *fill* 0x00000000401782c3 0x0 + *fill* 0x00000000401782c3 0x0 + *fill* 0x00000000401782c3 0x1 .text.mbedtls_md_get_size - 0x000000004017d680 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x000000004017d680 mbedtls_md_get_size - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 - *fill* 0x000000004017d690 0x0 + 0x00000000401782c4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401782c4 mbedtls_md_get_size + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 + *fill* 0x00000000401782d4 0x0 .text.mbedtls_pk_init - 0x000000004017d690 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x000000004017d690 mbedtls_pk_init - *fill* 0x000000004017d69b 0x0 - *fill* 0x000000004017d69b 0x0 - *fill* 0x000000004017d69b 0x1 + 0x00000000401782d4 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x00000000401782d4 mbedtls_pk_init + *fill* 0x00000000401782df 0x0 + *fill* 0x00000000401782df 0x0 + *fill* 0x00000000401782df 0x1 .text.mbedtls_pk_can_do - 0x000000004017d69c 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x000000004017d69c mbedtls_pk_can_do - *fill* 0x000000004017d6ba 0x0 - *fill* 0x000000004017d6ba 0x0 - *fill* 0x000000004017d6ba 0x0 - *fill* 0x000000004017d6ba 0x0 - *fill* 0x000000004017d6ba 0x0 - *fill* 0x000000004017d6ba 0x0 - *fill* 0x000000004017d6ba 0x0 - *fill* 0x000000004017d6ba 0x2 + 0x00000000401782e0 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x00000000401782e0 mbedtls_pk_can_do + *fill* 0x00000000401782fe 0x0 + *fill* 0x00000000401782fe 0x0 + *fill* 0x00000000401782fe 0x0 + *fill* 0x00000000401782fe 0x0 + *fill* 0x00000000401782fe 0x0 + *fill* 0x00000000401782fe 0x0 + *fill* 0x00000000401782fe 0x0 + *fill* 0x00000000401782fe 0x2 .text.mbedtls_pk_get_bitlen - 0x000000004017d6bc 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x000000004017d6bc mbedtls_pk_get_bitlen - *fill* 0x000000004017d6da 0x0 - *fill* 0x000000004017d6da 0x2 + 0x0000000040178300 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040178300 mbedtls_pk_get_bitlen + *fill* 0x000000004017831e 0x0 + *fill* 0x000000004017831e 0x2 .text.mbedtls_pk_get_type - 0x000000004017d6dc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x000000004017d6dc mbedtls_pk_get_type + 0x0000000040178320 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040178320 mbedtls_pk_get_type .text.rsa_can_do - 0x000000004017d6f4 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x000000004017d713 0x0 - *fill* 0x000000004017d713 0x1 + 0x0000000040178338 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x0000000040178357 0x0 + *fill* 0x0000000040178357 0x1 .text.eckey_can_do - 0x000000004017d714 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x000000004017d723 0x1 + 0x0000000040178358 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x0000000040178367 0x1 .text.eckey_get_bitlen - 0x000000004017d724 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x000000004017d72c 0x0 + 0x0000000040178368 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x0000000040178370 0x0 .text.eckeydh_can_do - 0x000000004017d72c 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x000000004017d73b 0x1 + 0x0000000040178370 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004017837f 0x1 .text.ecdsa_can_do - 0x000000004017d73c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x0 - *fill* 0x000000004017d74d 0x3 + 0x0000000040178380 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x0 + *fill* 0x0000000040178391 0x3 .text.all_or_nothing_int - 0x000000004017d750 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - *fill* 0x000000004017d75e 0x2 + 0x0000000040178394 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + *fill* 0x00000000401783a2 0x2 .text.size_greater_than - 0x000000004017d760 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - *fill* 0x000000004017d76b 0x0 - *fill* 0x000000004017d76b 0x0 - *fill* 0x000000004017d76b 0x0 - *fill* 0x000000004017d76b 0x0 - *fill* 0x000000004017d76b 0x1 + 0x00000000401783a4 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + *fill* 0x00000000401783af 0x0 + *fill* 0x00000000401783af 0x0 + *fill* 0x00000000401783af 0x0 + *fill* 0x00000000401783af 0x0 + *fill* 0x00000000401783af 0x0 + *fill* 0x00000000401783af 0x1 .text.mbedtls_rsa_set_padding - 0x000000004017d76c 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x000000004017d76c mbedtls_rsa_set_padding - *fill* 0x000000004017d777 0x0 - *fill* 0x000000004017d777 0x1 + 0x00000000401783b0 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401783b0 mbedtls_rsa_set_padding + *fill* 0x00000000401783bb 0x0 + *fill* 0x00000000401783bb 0x1 .text.mbedtls_rsa_get_len - 0x000000004017d778 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x000000004017d778 mbedtls_rsa_get_len - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x0 - *fill* 0x000000004017d77f 0x1 - .text.mbedtls_zeroize - 0x000000004017d780 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - *fill* 0x000000004017d799 0x0 - *fill* 0x000000004017d799 0x0 - *fill* 0x000000004017d799 0x0 - *fill* 0x000000004017d799 0x0 - *fill* 0x000000004017d799 0x0 - *fill* 0x000000004017d799 0x3 - .text.mbedtls_zeroize - 0x000000004017d79c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - *fill* 0x000000004017d7b5 0x0 - *fill* 0x000000004017d7b5 0x0 - *fill* 0x000000004017d7b5 0x0 - *fill* 0x000000004017d7b5 0x0 - *fill* 0x000000004017d7b5 0x0 - *fill* 0x000000004017d7b5 0x0 - *fill* 0x000000004017d7b5 0x0 - *fill* 0x000000004017d7b5 0x0 - *fill* 0x000000004017d7b5 0x3 - .text.mbedtls_zeroize - 0x000000004017d7b8 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - *fill* 0x000000004017d7d1 0x0 - *fill* 0x000000004017d7d1 0x0 - *fill* 0x000000004017d7d1 0x0 - *fill* 0x000000004017d7d1 0x0 - *fill* 0x000000004017d7d1 0x0 - *fill* 0x000000004017d7d1 0x3 + 0x00000000401783bc 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401783bc mbedtls_rsa_get_len + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x0 + *fill* 0x00000000401783c3 0x1 .text.mbedtls_mpi_msb - 0x000000004017d7d4 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - *fill* 0x000000004017d81d 0x0 - *fill* 0x000000004017d81d 0x0 - *fill* 0x000000004017d81d 0x0 - *fill* 0x000000004017d81d 0x0 - *fill* 0x000000004017d81d 0x0 - *fill* 0x000000004017d81d 0x0 - *fill* 0x000000004017d81d 0x0 - *fill* 0x000000004017d81d 0x3 - .text.esp_aes_xts_decode_keys - 0x000000004017d820 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - *fill* 0x000000004017d845 0x3 - .text.esp_gf128mul_x_ble - 0x000000004017d848 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 - *fill* 0x000000004017d954 0x0 + 0x00000000401783c4 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + *fill* 0x000000004017840d 0x0 + *fill* 0x000000004017840d 0x0 + *fill* 0x000000004017840d 0x0 + *fill* 0x000000004017840d 0x0 + *fill* 0x000000004017840d 0x0 + *fill* 0x000000004017840d 0x3 + .text.esp_mpi_hardware_words + 0x0000000040178410 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040178410 esp_mpi_hardware_words + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + *fill* 0x000000004017841c 0x0 + .text.mbedtls_zeroize + 0x000000004017841c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + *fill* 0x0000000040178435 0x0 + *fill* 0x0000000040178435 0x0 + *fill* 0x0000000040178435 0x0 + *fill* 0x0000000040178435 0x0 + *fill* 0x0000000040178435 0x0 + *fill* 0x0000000040178435 0x3 + .text.mbedtls_zeroize + 0x0000000040178438 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + *fill* 0x0000000040178451 0x0 + *fill* 0x0000000040178451 0x0 + *fill* 0x0000000040178451 0x0 + *fill* 0x0000000040178451 0x0 + *fill* 0x0000000040178451 0x0 + *fill* 0x0000000040178451 0x0 + *fill* 0x0000000040178451 0x0 + *fill* 0x0000000040178451 0x0 + *fill* 0x0000000040178451 0x3 + .text.mbedtls_zeroize + 0x0000000040178454 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + *fill* 0x000000004017846d 0x0 + *fill* 0x000000004017846d 0x0 + *fill* 0x000000004017846d 0x0 + *fill* 0x000000004017846d 0x0 + *fill* 0x000000004017846d 0x0 + *fill* 0x000000004017846d 0x3 .text.mbedtls_asn1_get_len - 0x000000004017d954 0xf9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x000000004017d954 mbedtls_asn1_get_len - *fill* 0x000000004017da4d 0x0 - *fill* 0x000000004017da4d 0x0 - *fill* 0x000000004017da4d 0x0 - *fill* 0x000000004017da4d 0x0 - *fill* 0x000000004017da4d 0x0 - *fill* 0x000000004017da4d 0x0 - *fill* 0x000000004017da4d 0x0 - *fill* 0x000000004017da4d 0x0 - *fill* 0x000000004017da4d 0x0 - *fill* 0x000000004017da4d 0x3 + 0x0000000040178470 0xf9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000040178470 mbedtls_asn1_get_len + *fill* 0x0000000040178569 0x0 + *fill* 0x0000000040178569 0x0 + *fill* 0x0000000040178569 0x0 + *fill* 0x0000000040178569 0x0 + *fill* 0x0000000040178569 0x0 + *fill* 0x0000000040178569 0x0 + *fill* 0x0000000040178569 0x0 + *fill* 0x0000000040178569 0x0 + *fill* 0x0000000040178569 0x0 + *fill* 0x0000000040178569 0x3 .text.mbedtls_asn1_write_tag - 0x000000004017da50 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x000000004017da50 mbedtls_asn1_write_tag - *fill* 0x000000004017da71 0x0 - *fill* 0x000000004017da71 0x0 - *fill* 0x000000004017da71 0x0 - *fill* 0x000000004017da71 0x0 - *fill* 0x000000004017da71 0x0 - *fill* 0x000000004017da71 0x3 + 0x000000004017856c 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004017856c mbedtls_asn1_write_tag + *fill* 0x000000004017858d 0x0 + *fill* 0x000000004017858d 0x0 + *fill* 0x000000004017858d 0x0 + *fill* 0x000000004017858d 0x0 + *fill* 0x000000004017858d 0x0 + *fill* 0x000000004017858d 0x0 + *fill* 0x000000004017858d 0x3 .text.add_pkcs_padding - 0x000000004017da74 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - *fill* 0x000000004017da91 0x0 - *fill* 0x000000004017da91 0x3 + 0x0000000040178590 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x00000000401785ad 0x0 + *fill* 0x00000000401785ad 0x3 .text.add_one_and_zeros_padding - 0x000000004017da94 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - *fill* 0x000000004017dabb 0x0 - *fill* 0x000000004017dabb 0x1 + 0x00000000401785b0 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x00000000401785d7 0x0 + *fill* 0x00000000401785d7 0x1 .text.add_zeros_and_len_padding - 0x000000004017dabc 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x00000000401785d8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) .text.add_zeros_padding - 0x000000004017dae4 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 - *fill* 0x000000004017daf8 0x0 + 0x0000000040178600 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 + *fill* 0x0000000040178614 0x0 .text.mbedtls_pem_init - 0x000000004017daf8 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x000000004017daf8 mbedtls_pem_init - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x0 - *fill* 0x000000004017db23 0x1 + 0x0000000040178614 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x0000000040178614 mbedtls_pem_init + *fill* 0x000000004017863f 0x0 + *fill* 0x000000004017863f 0x0 + *fill* 0x000000004017863f 0x0 + *fill* 0x000000004017863f 0x0 + *fill* 0x000000004017863f 0x0 + *fill* 0x000000004017863f 0x0 + *fill* 0x000000004017863f 0x1 + .text.esp_aes_xts_decode_keys + 0x0000000040178640 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + *fill* 0x0000000040178665 0x3 + .text.esp_gf128mul_x_ble + 0x0000000040178668 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 + *fill* 0x0000000040178774 0x0 .text.mbedtls_x509_time_is_past - 0x000000004017db24 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x000000004017db24 mbedtls_x509_time_is_past - *fill* 0x000000004017db2b 0x1 + 0x0000000040178774 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040178774 mbedtls_x509_time_is_past + *fill* 0x000000004017877b 0x1 .text.mbedtls_x509_time_is_future - 0x000000004017db2c 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x000000004017db2c mbedtls_x509_time_is_future - *fill* 0x000000004017db33 0x1 + 0x000000004017877c 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x000000004017877c mbedtls_x509_time_is_future + *fill* 0x0000000040178783 0x1 .text.x509_profile_check_md_alg - 0x000000004017db34 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - *fill* 0x000000004017db4e 0x2 + 0x0000000040178784 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000004017879e 0x2 .text.x509_profile_check_pk_alg - 0x000000004017db50 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - *fill* 0x000000004017db6a 0x2 + 0x00000000401787a0 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x00000000401787ba 0x2 .text.x509_memcasecmp - 0x000000004017db6c 0x58 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x00000000401787bc 0x58 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .text.x509_crt_verify_chain_reset - 0x000000004017dbc4 0x23 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - *fill* 0x000000004017dbe7 0x1 + 0x0000000040178814 0x23 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x0000000040178837 0x1 .text.x509_crt_merge_flags_with_cb - 0x000000004017dbe8 0x3c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 - *fill* 0x000000004017dc24 0x0 + 0x0000000040178838 0x3c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 + *fill* 0x0000000040178874 0x0 .text.crt_get_unused_bits_for_named_bitstring - 0x000000004017dc24 0x14 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - *fill* 0x000000004017dc38 0x0 - *fill* 0x000000004017dc38 0x0 - *fill* 0x000000004017dc38 0x0 + 0x0000000040178874 0x14 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + *fill* 0x0000000040178888 0x0 + *fill* 0x0000000040178888 0x0 + *fill* 0x0000000040178888 0x0 .text.mbedtls_x509write_crt_set_version - 0x000000004017dc38 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x000000004017dc38 mbedtls_x509write_crt_set_version - *fill* 0x000000004017dc3f 0x1 + 0x0000000040178888 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040178888 mbedtls_x509write_crt_set_version + *fill* 0x000000004017888f 0x1 .text.mbedtls_x509write_crt_set_md_alg - 0x000000004017dc40 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x000000004017dc40 mbedtls_x509write_crt_set_md_alg - *fill* 0x000000004017dc47 0x1 + 0x0000000040178890 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040178890 mbedtls_x509write_crt_set_md_alg + *fill* 0x0000000040178897 0x1 .text.mbedtls_x509write_crt_set_subject_key - 0x000000004017dc48 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x000000004017dc48 mbedtls_x509write_crt_set_subject_key - *fill* 0x000000004017dc4f 0x1 + 0x0000000040178898 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x0000000040178898 mbedtls_x509write_crt_set_subject_key + *fill* 0x000000004017889f 0x1 .text.mbedtls_x509write_crt_set_issuer_key - 0x000000004017dc50 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0x000000004017dc50 mbedtls_x509write_crt_set_issuer_key - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x0 - *fill* 0x000000004017dc57 0x1 + 0x00000000401788a0 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x00000000401788a0 mbedtls_x509write_crt_set_issuer_key + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x0 + *fill* 0x00000000401788a7 0x1 .text.cipher_type_map_supp_to_public - 0x000000004017dc58 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x000000004017dc58 cipher_type_map_supp_to_public - *fill* 0x000000004017dca2 0x0 - *fill* 0x000000004017dca2 0x0 - *fill* 0x000000004017dca2 0x2 + 0x00000000401788a8 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401788a8 cipher_type_map_supp_to_public + *fill* 0x00000000401788f2 0x0 + *fill* 0x00000000401788f2 0x0 + *fill* 0x00000000401788f2 0x2 .text.wpa_supplicant_check_group_cipher - 0x000000004017dca4 0xdc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x000000004017dca4 wpa_supplicant_check_group_cipher + 0x00000000401788f4 0xdc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401788f4 wpa_supplicant_check_group_cipher .text.wpa_supplicant_gtk_tx_bit_workaround - 0x000000004017dd80 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x000000004017dd80 wpa_supplicant_gtk_tx_bit_workaround - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x0 - *fill* 0x000000004017dd91 0x3 - .text.hex2num 0x000000004017dd94 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x00000000401789d0 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401789d0 wpa_supplicant_gtk_tx_bit_workaround + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x0 + *fill* 0x00000000401789e1 0x3 + .text.hex2num 0x00000000401789e4 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .text.inc_byte_array - 0x000000004017ddcc 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x000000004017ddcc inc_byte_array - *fill* 0x000000004017ddea 0x0 - *fill* 0x000000004017ddea 0x0 - *fill* 0x000000004017ddea 0x0 - *fill* 0x000000004017ddea 0x0 - *fill* 0x000000004017ddea 0x2 + 0x0000000040178a1c 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040178a1c inc_byte_array + *fill* 0x0000000040178a3a 0x0 + *fill* 0x0000000040178a3a 0x0 + *fill* 0x0000000040178a3a 0x0 + *fill* 0x0000000040178a3a 0x0 + *fill* 0x0000000040178a3a 0x0 + *fill* 0x0000000040178a3a 0x0 + *fill* 0x0000000040178a3a 0x2 .text.wpabuf_put - 0x000000004017ddec 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - 0x000000004017ddec wpabuf_put - *fill* 0x000000004017ddff 0x1 + 0x0000000040178a3c 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x0000000040178a3c wpabuf_put + *fill* 0x0000000040178a4f 0x1 .text.eloop_cancel_timeout - 0x000000004017de00 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - 0x000000004017de00 eloop_cancel_timeout - *fill* 0x000000004017de07 0x1 + 0x0000000040178a50 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + 0x0000000040178a50 eloop_cancel_timeout + *fill* 0x0000000040178a57 0x1 .text.eloop_register_timeout - 0x000000004017de08 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - 0x000000004017de08 eloop_register_timeout - *fill* 0x000000004017de0f 0x0 - *fill* 0x000000004017de0f 0x0 - *fill* 0x000000004017de0f 0x0 - *fill* 0x000000004017de0f 0x0 - *fill* 0x000000004017de0f 0x1 + 0x0000000040178a58 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + 0x0000000040178a58 eloop_register_timeout + *fill* 0x0000000040178a5f 0x0 + *fill* 0x0000000040178a5f 0x0 + *fill* 0x0000000040178a5f 0x0 + *fill* 0x0000000040178a5f 0x0 + *fill* 0x0000000040178a5f 0x1 .text.wpa_request_new_ptk - 0x000000004017de10 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x000000004017de22 0x2 + 0x0000000040178a60 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040178a72 0x2 .text.sm_WPA_PTK_DISCONNECTED_Enter - 0x000000004017de24 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040178a74 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .text.sm_WPA_PTK_PTKCALCNEGOTIATING2_Enter - 0x000000004017de48 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040178a98 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .text.ieee80211w_kde_len - 0x000000004017de6c 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x000000004017de81 0x3 + 0x0000000040178abc 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040178ad1 0x3 .text.sm_WPA_PTK_GROUP_IDLE_Enter - 0x000000004017de84 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040178ad4 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .text.sm_WPA_PTK_GROUP_REKEYESTABLISHED_Enter - 0x000000004017deb8 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x000000004017def6 0x2 + 0x0000000040178b08 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040178b46 0x2 .text.sm_WPA_PTK_GROUP_KEYERROR_Enter - 0x000000004017def8 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x0 - *fill* 0x000000004017df2f 0x1 + 0x0000000040178b48 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x0 + *fill* 0x0000000040178b7f 0x1 .text.buf_shift_right - 0x000000004017df30 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - *fill* 0x000000004017df6e 0x2 + 0x0000000040178b80 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x0000000040178bbe 0x2 .text.sae_is_password_id_elem - 0x000000004017df70 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x0 - *fill* 0x000000004017dfb2 0x2 + 0x0000000040178bc0 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x0 + *fill* 0x0000000040178c02 0x2 .text.wpa_cipher_key_len - 0x000000004017dfb4 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x000000004017dfb4 wpa_cipher_key_len - *fill* 0x000000004017dff1 0x3 + 0x0000000040178c04 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000040178c04 wpa_cipher_key_len + *fill* 0x0000000040178c41 0x3 .text.wpa_cipher_to_alg - 0x000000004017dff4 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x000000004017dff4 wpa_cipher_to_alg - *fill* 0x000000004017e02c 0x0 + 0x0000000040178c44 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000040178c44 wpa_cipher_to_alg + *fill* 0x0000000040178c7c 0x0 .text.rsn_cipher_put_suites - 0x000000004017e02c 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x000000004017e02c rsn_cipher_put_suites - *fill* 0x000000004017e0a6 0x2 + 0x0000000040178c7c 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000040178c7c rsn_cipher_put_suites + *fill* 0x0000000040178cf6 0x2 .text.wpa_cipher_put_suites - 0x000000004017e0a8 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x000000004017e0a8 wpa_cipher_put_suites - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x0 - *fill* 0x000000004017e102 0x2 + 0x0000000040178cf8 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000040178cf8 wpa_cipher_put_suites + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x0 + *fill* 0x0000000040178d52 0x2 .text.crypto_ec_get_prime - 0x000000004017e104 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x000000004017e104 crypto_ec_get_prime - *fill* 0x000000004017e10b 0x1 + 0x0000000040178d54 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040178d54 crypto_ec_get_prime + *fill* 0x0000000040178d5b 0x1 .text.crypto_ec_get_order - 0x000000004017e10c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x000000004017e10c crypto_ec_get_order - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 - *fill* 0x000000004017e114 0x0 + 0x0000000040178d5c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040178d5c crypto_ec_get_order + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 + *fill* 0x0000000040178d64 0x0 .text.wpa_sm_mlme_setprotection - 0x000000004017e114 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x000000004017e114 wpa_sm_mlme_setprotection - *fill* 0x000000004017e11b 0x1 + 0x0000000040178d64 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x0000000040178d64 wpa_sm_mlme_setprotection + *fill* 0x0000000040178d6b 0x1 .text.wpa_sm_get_beacon_ie - 0x000000004017e11c 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x000000004017e11c wpa_sm_get_beacon_ie - *fill* 0x000000004017e123 0x1 + 0x0000000040178d6c 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x0000000040178d6c wpa_sm_get_beacon_ie + *fill* 0x0000000040178d73 0x1 .text.wpa_sm_disassociate - 0x000000004017e124 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x000000004017e124 wpa_sm_disassociate - *fill* 0x000000004017e129 0x0 - *fill* 0x000000004017e129 0x0 - *fill* 0x000000004017e129 0x0 - *fill* 0x000000004017e129 0x0 - *fill* 0x000000004017e129 0x0 - *fill* 0x000000004017e129 0x0 - *fill* 0x000000004017e129 0x0 - *fill* 0x000000004017e129 0x3 + 0x0000000040178d74 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x0000000040178d74 wpa_sm_disassociate + *fill* 0x0000000040178d79 0x0 + *fill* 0x0000000040178d79 0x0 + *fill* 0x0000000040178d79 0x0 + *fill* 0x0000000040178d79 0x0 + *fill* 0x0000000040178d79 0x0 + *fill* 0x0000000040178d79 0x0 + *fill* 0x0000000040178d79 0x0 + *fill* 0x0000000040178d79 0x0 + *fill* 0x0000000040178d79 0x3 + .text.pmksa_cache_get_current + 0x0000000040178d7c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x0000000040178d7c pmksa_cache_get_current .text.pmksa_cache_clear_current - 0x000000004017e12c 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x000000004017e12c pmksa_cache_clear_current - *fill* 0x000000004017e138 0x0 - *fill* 0x000000004017e138 0x0 - *fill* 0x000000004017e138 0x0 - *fill* 0x000000004017e138 0x0 - *fill* 0x000000004017e138 0x0 - *fill* 0x000000004017e138 0x0 - *fill* 0x000000004017e138 0x0 - *fill* 0x000000004017e138 0x0 - *fill* 0x000000004017e138 0x0 + 0x0000000040178d8c 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x0000000040178d8c pmksa_cache_clear_current + *fill* 0x0000000040178d98 0x0 + *fill* 0x0000000040178d98 0x0 + *fill* 0x0000000040178d98 0x0 + *fill* 0x0000000040178d98 0x0 + *fill* 0x0000000040178d98 0x0 + *fill* 0x0000000040178d98 0x0 + *fill* 0x0000000040178d98 0x0 + *fill* 0x0000000040178d98 0x0 + *fill* 0x0000000040178d98 0x0 .text.ieee80211_check_sleep - 0x000000004017e138 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - 0x000000004017e138 ieee80211_check_sleep - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x0 - *fill* 0x000000004017e13f 0x1 + 0x0000000040178d98 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x0000000040178d98 ieee80211_check_sleep + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x0 + *fill* 0x0000000040178d9f 0x1 .text.ieee80211_crypto_attach - 0x000000004017e140 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) - 0x000000004017e140 ieee80211_crypto_attach - *fill* 0x000000004017e145 0x0 - *fill* 0x000000004017e145 0x0 - *fill* 0x000000004017e145 0x0 - *fill* 0x000000004017e145 0x0 - *fill* 0x000000004017e145 0x3 + 0x0000000040178da0 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x0000000040178da0 ieee80211_crypto_attach + *fill* 0x0000000040178da5 0x0 + *fill* 0x0000000040178da5 0x0 + *fill* 0x0000000040178da5 0x0 + *fill* 0x0000000040178da5 0x0 + *fill* 0x0000000040178da5 0x3 .text.ccmp_decap - 0x000000004017e148 0xbe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) - *fill* 0x000000004017e206 0x0 - *fill* 0x000000004017e206 0x0 - *fill* 0x000000004017e206 0x0 - *fill* 0x000000004017e206 0x2 + 0x0000000040178da8 0xbe /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + *fill* 0x0000000040178e66 0x0 + *fill* 0x0000000040178e66 0x0 + *fill* 0x0000000040178e66 0x0 + *fill* 0x0000000040178e66 0x2 .text.wep_decap - 0x000000004017e208 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x0 - *fill* 0x000000004017e22e 0x2 + 0x0000000040178e68 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x0 + *fill* 0x0000000040178e8e 0x2 .text.ieee80211_is_support_rate - 0x000000004017e230 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x000000004017e230 ieee80211_is_support_rate - *fill* 0x000000004017e294 0x0 - *fill* 0x000000004017e294 0x0 + 0x0000000040178e90 0x64 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x0000000040178e90 ieee80211_is_support_rate + *fill* 0x0000000040178ef4 0x0 + *fill* 0x0000000040178ef4 0x0 .text.ieee80211_is_lr_only - 0x000000004017e294 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x000000004017e294 ieee80211_is_lr_only + 0x0000000040178ef4 0x14 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x0000000040178ef4 ieee80211_is_lr_only .text.ieee80211_setup_lr_rates - 0x000000004017e2a8 0x94 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x000000004017e2a8 ieee80211_setup_lr_rates - *fill* 0x000000004017e33c 0x0 - *fill* 0x000000004017e33c 0x0 - *fill* 0x000000004017e33c 0x0 - *fill* 0x000000004017e33c 0x0 - *fill* 0x000000004017e33c 0x0 - *fill* 0x000000004017e33c 0x0 + 0x0000000040178f08 0x94 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x0000000040178f08 ieee80211_setup_lr_rates + *fill* 0x0000000040178f9c 0x0 + *fill* 0x0000000040178f9c 0x0 + *fill* 0x0000000040178f9c 0x0 + *fill* 0x0000000040178f9c 0x0 + *fill* 0x0000000040178f9c 0x0 + *fill* 0x0000000040178f9c 0x0 .text.ieee80211_setup_rateset - 0x000000004017e33c 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - 0x000000004017e33c ieee80211_setup_rateset - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x0 - *fill* 0x000000004017e343 0x1 + 0x0000000040178f9c 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x0000000040178f9c ieee80211_setup_rateset + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x0 + *fill* 0x0000000040178fa3 0x1 .text.adc2_wifi_acquire - 0x000000004017e344 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x000000004017e344 adc2_wifi_acquire - *fill* 0x000000004017e34b 0x1 + 0x0000000040178fa4 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000040178fa4 adc2_wifi_acquire + *fill* 0x0000000040178fab 0x1 .text.adc2_wifi_release - 0x000000004017e34c 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x000000004017e34c adc2_wifi_release - *fill* 0x000000004017e353 0x1 + 0x0000000040178fac 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000040178fac adc2_wifi_release + *fill* 0x0000000040178fb3 0x1 .text.wifi_station_get_reconnect_policy - 0x000000004017e354 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - 0x000000004017e354 wifi_station_get_reconnect_policy - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x0 - *fill* 0x000000004017e35b 0x1 + 0x0000000040178fb4 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000040178fb4 wifi_station_get_reconnect_policy + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x0 + *fill* 0x0000000040178fbb 0x1 .text.ieee80211_set_shortslottime - 0x000000004017e35c 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - 0x000000004017e35c ieee80211_set_shortslottime - *fill* 0x000000004017e377 0x0 - *fill* 0x000000004017e377 0x0 - *fill* 0x000000004017e377 0x1 + 0x0000000040178fbc 0x1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x0000000040178fbc ieee80211_set_shortslottime + *fill* 0x0000000040178fd7 0x0 + *fill* 0x0000000040178fd7 0x0 + *fill* 0x0000000040178fd7 0x1 .text.ieee80211_find_ie - 0x000000004017e378 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - 0x000000004017e378 ieee80211_find_ie - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x0 - *fill* 0x000000004017e3ba 0x2 + 0x0000000040178fd8 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x0000000040178fd8 ieee80211_find_ie + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x0 + *fill* 0x000000004017901a 0x2 .text.cnx_rc_update_age - 0x000000004017e3bc 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - 0x000000004017e3bc cnx_rc_update_age - *fill* 0x000000004017e3d1 0x0 - *fill* 0x000000004017e3d1 0x0 - *fill* 0x000000004017e3d1 0x0 - *fill* 0x000000004017e3d1 0x0 - *fill* 0x000000004017e3d1 0x0 - *fill* 0x000000004017e3d1 0x0 - *fill* 0x000000004017e3d1 0x0 - *fill* 0x000000004017e3d1 0x0 - *fill* 0x000000004017e3d1 0x0 - *fill* 0x000000004017e3d1 0x3 + 0x000000004017901c 0x15 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004017901c cnx_rc_update_age + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x0 + *fill* 0x0000000040179031 0x3 .text.send_inval - 0x000000004017e3d4 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) - *fill* 0x000000004017e3db 0x1 + 0x0000000040179034 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + *fill* 0x000000004017903b 0x1 .text.recv_inval - 0x000000004017e3dc 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x0 - *fill* 0x000000004017e3e3 0x1 + 0x000000004017903c 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x0 + *fill* 0x0000000040179043 0x1 .text.wifi_apb80m_request - 0x000000004017e3e4 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x000000004017e3e4 wifi_apb80m_request - *fill* 0x000000004017e3e9 0x3 + 0x0000000040179044 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040179044 wifi_apb80m_request + *fill* 0x0000000040179049 0x3 .text.wifi_apb80m_release - 0x000000004017e3ec 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x000000004017e3ec wifi_apb80m_release - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x0 - *fill* 0x000000004017e3f1 0x3 + 0x000000004017904c 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000004017904c wifi_apb80m_release + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x3 .text.pm_force_scan_unlock - 0x000000004017e3f4 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - 0x000000004017e3f4 pm_force_scan_unlock - *fill* 0x000000004017e3f9 0x3 + 0x0000000040179054 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040179054 pm_force_scan_unlock + *fill* 0x0000000040179059 0x3 .text.fpm_allow_tx - 0x000000004017e3fc 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) - 0x000000004017e3fc fpm_allow_tx - *fill* 0x000000004017e403 0x1 + 0x000000004017905c 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + 0x000000004017905c fpm_allow_tx + *fill* 0x0000000040179063 0x1 .text.fpm_do_wakeup - 0x000000004017e404 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) - 0x000000004017e404 fpm_do_wakeup - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x0 - *fill* 0x000000004017e409 0x3 + 0x0000000040179064 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + 0x0000000040179064 fpm_do_wakeup + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x0 + *fill* 0x0000000040179069 0x3 .text.pp_timer_dream - 0x000000004017e40c 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) - *fill* 0x000000004017e413 0x0 - *fill* 0x000000004017e413 0x0 - *fill* 0x000000004017e413 0x0 - *fill* 0x000000004017e413 0x0 - *fill* 0x000000004017e413 0x0 - *fill* 0x000000004017e413 0x0 - *fill* 0x000000004017e413 0x1 + 0x000000004017906c 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + *fill* 0x0000000040179073 0x0 + *fill* 0x0000000040179073 0x0 + *fill* 0x0000000040179073 0x0 + *fill* 0x0000000040179073 0x0 + *fill* 0x0000000040179073 0x0 + *fill* 0x0000000040179073 0x0 + *fill* 0x0000000040179073 0x0 + *fill* 0x0000000040179073 0x1 .text.RC_SetBasicRate - 0x000000004017e414 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) - 0x000000004017e414 RC_SetBasicRate - *fill* 0x000000004017e41b 0x0 - *fill* 0x000000004017e41b 0x0 - *fill* 0x000000004017e41b 0x1 + 0x0000000040179074 0x7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x0000000040179074 RC_SetBasicRate + *fill* 0x000000004017907b 0x0 + *fill* 0x000000004017907b 0x0 + *fill* 0x000000004017907b 0x1 .text.rcLoRaRate2SchedIdx - 0x000000004017e41c 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x000000004017e41c rcLoRaRate2SchedIdx - *fill* 0x000000004017e436 0x0 - *fill* 0x000000004017e436 0x0 - *fill* 0x000000004017e436 0x0 - *fill* 0x000000004017e436 0x0 - *fill* 0x000000004017e436 0x0 - *fill* 0x000000004017e436 0x2 + 0x000000004017907c 0x1a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004017907c rcLoRaRate2SchedIdx + *fill* 0x0000000040179096 0x0 + *fill* 0x0000000040179096 0x0 + *fill* 0x0000000040179096 0x0 + *fill* 0x0000000040179096 0x0 + *fill* 0x0000000040179096 0x0 + *fill* 0x0000000040179096 0x0 + *fill* 0x0000000040179096 0x2 .text.rcUpdateRxDone - 0x000000004017e438 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) - 0x000000004017e438 rcUpdateRxDone - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 - *fill* 0x000000004017e4b0 0x0 + 0x0000000040179098 0x78 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x0000000040179098 rcUpdateRxDone + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 + *fill* 0x0000000040179110 0x0 .text.wDev_SetAuthed - 0x000000004017e4b0 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - 0x000000004017e4b0 wDev_SetAuthed - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x0 - *fill* 0x000000004017e4b5 0x3 + 0x0000000040179110 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x0000000040179110 wDev_SetAuthed + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x0 + *fill* 0x0000000040179115 0x3 .text.ram_rfpll_reset - 0x000000004017e4b8 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x000000004017e4b8 ram_rfpll_reset - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x0 - *fill* 0x000000004017e4bd 0x3 + 0x0000000040179118 0x5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x0000000040179118 ram_rfpll_reset + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x0 + *fill* 0x000000004017911d 0x3 .text.spur_cal$part$5 - 0x000000004017e4c0 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - *fill* 0x000000004017e50a 0x0 - *fill* 0x000000004017e50a 0x0 - *fill* 0x000000004017e50a 0x0 - *fill* 0x000000004017e50a 0x0 - *fill* 0x000000004017e50a 0x0 - *fill* 0x000000004017e50a 0x0 - *fill* 0x000000004017e50a 0x0 - *fill* 0x000000004017e50a 0x2 + 0x0000000040179120 0x4a /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + *fill* 0x000000004017916a 0x0 + *fill* 0x000000004017916a 0x0 + *fill* 0x000000004017916a 0x0 + *fill* 0x000000004017916a 0x0 + *fill* 0x000000004017916a 0x0 + *fill* 0x000000004017916a 0x0 + *fill* 0x000000004017916a 0x0 + *fill* 0x000000004017916a 0x2 .text.get_bbgain_db - 0x000000004017e50c 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000004017e50c get_bbgain_db - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x0 - *fill* 0x000000004017e532 0x2 + 0x000000004017916c 0x26 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000004017916c get_bbgain_db + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x0 + *fill* 0x0000000040179192 0x2 .text.phy_byte_to_word - 0x000000004017e534 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000004017e534 phy_byte_to_word - *fill* 0x000000004017e557 0x0 - *fill* 0x000000004017e557 0x0 - *fill* 0x000000004017e557 0x1 + 0x0000000040179194 0x23 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x0000000040179194 phy_byte_to_word + *fill* 0x00000000401791b7 0x0 + *fill* 0x00000000401791b7 0x0 + *fill* 0x00000000401791b7 0x1 .text.phy_rfcal_data_check - 0x000000004017e558 0xc7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x000000004017e558 phy_rfcal_data_check - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x0 - *fill* 0x000000004017e61f 0x1 + 0x00000000401791b8 0xc7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x00000000401791b8 phy_rfcal_data_check + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x0 + *fill* 0x000000004017927f 0x1 .text.http_message_needs_eof - 0x000000004017e620 0x72 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - 0x000000004017e620 http_message_needs_eof - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x0 - *fill* 0x000000004017e692 0x2 + 0x0000000040179280 0x72 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000040179280 http_message_needs_eof + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x0 + *fill* 0x00000000401792f2 0x2 .text.ssl_set_timer - 0x000000004017e694 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004017e6aa 0x2 + 0x00000000401792f4 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017930a 0x2 .text.ssl_check_timer - 0x000000004017e6ac 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017930c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_double_retransmit_timeout - 0x000000004017e6cc 0x45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004017e711 0x3 + 0x000000004017932c 0x45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040179371 0x3 .text.ssl_reset_retransmit_timeout - 0x000000004017e714 0xf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004017e723 0x0 - *fill* 0x000000004017e723 0x1 + 0x0000000040179374 0xf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040179383 0x0 + *fill* 0x0000000040179383 0x1 .text.ssl_read_memory - 0x000000004017e724 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179384 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_get_hs_frag_len - 0x000000004017e744 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004017e761 0x3 + 0x00000000401793a4 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x00000000401793c1 0x3 .text.ssl_get_hs_frag_off - 0x000000004017e764 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004017e781 0x3 + 0x00000000401793c4 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x00000000401793e1 0x3 .text.ssl_bitmask_check - 0x000000004017e784 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401793e4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_get_reassembly_buffer_size - 0x000000004017e7c8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179428 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_get_hs_total_len - 0x000000004017e7e4 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004017e801 0x0 - *fill* 0x000000004017e801 0x0 - *fill* 0x000000004017e801 0x3 + 0x0000000040179444 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040179461 0x0 + *fill* 0x0000000040179461 0x0 + *fill* 0x0000000040179461 0x3 .text.ssl_next_record_is_in_datagram - 0x000000004017e804 0x15 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004017e819 0x3 + 0x0000000040179464 0x15 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040179479 0x3 .text.ssl_record_is_in_progress - 0x000000004017e81c 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017947c 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_update_out_pointers - 0x000000004017e828 0x54 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179488 0x54 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .text.ssl_update_in_pointers - 0x000000004017e87c 0x54 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004017e8d0 0x0 + 0x00000000401794dc 0x54 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040179530 0x0 .text.ssl_get_current_mtu - 0x000000004017e8d0 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x0 - *fill* 0x000000004017e90e 0x2 + 0x0000000040179530 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x0 + *fill* 0x000000004017956e 0x2 .text.mbedtls_ssl_dtls_replay_check - 0x000000004017e910 0xaa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017e910 mbedtls_ssl_dtls_replay_check - *fill* 0x000000004017e9ba 0x0 - *fill* 0x000000004017e9ba 0x0 - *fill* 0x000000004017e9ba 0x0 - *fill* 0x000000004017e9ba 0x0 - *fill* 0x000000004017e9ba 0x2 + 0x0000000040179570 0xaa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179570 mbedtls_ssl_dtls_replay_check + *fill* 0x000000004017961a 0x0 + *fill* 0x000000004017961a 0x0 + *fill* 0x000000004017961a 0x0 + *fill* 0x000000004017961a 0x0 + *fill* 0x000000004017961a 0x2 .text.mbedtls_ssl_conf_endpoint - 0x000000004017e9bc 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017e9bc mbedtls_ssl_conf_endpoint - *fill* 0x000000004017e9d2 0x2 + 0x000000004017961c 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017961c mbedtls_ssl_conf_endpoint + *fill* 0x0000000040179632 0x2 .text.mbedtls_ssl_conf_transport - 0x000000004017e9d4 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017e9d4 mbedtls_ssl_conf_transport - *fill* 0x000000004017e9ed 0x3 + 0x0000000040179634 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179634 mbedtls_ssl_conf_transport + *fill* 0x000000004017964d 0x3 .text.mbedtls_ssl_conf_authmode - 0x000000004017e9f0 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017e9f0 mbedtls_ssl_conf_authmode - *fill* 0x000000004017ea09 0x3 + 0x0000000040179650 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179650 mbedtls_ssl_conf_authmode + *fill* 0x0000000040179669 0x3 .text.mbedtls_ssl_conf_rng - 0x000000004017ea0c 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017ea0c mbedtls_ssl_conf_rng - *fill* 0x000000004017ea15 0x3 + 0x000000004017966c 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017966c mbedtls_ssl_conf_rng + *fill* 0x0000000040179675 0x3 .text.mbedtls_ssl_set_bio - 0x000000004017ea18 0xd esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017ea18 mbedtls_ssl_set_bio - *fill* 0x000000004017ea25 0x3 + 0x0000000040179678 0xd esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179678 mbedtls_ssl_set_bio + *fill* 0x0000000040179685 0x3 .text.mbedtls_ssl_conf_ca_chain - 0x000000004017ea28 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017ea28 mbedtls_ssl_conf_ca_chain - *fill* 0x000000004017ea33 0x0 - *fill* 0x000000004017ea33 0x0 - *fill* 0x000000004017ea33 0x1 + 0x0000000040179688 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179688 mbedtls_ssl_conf_ca_chain + *fill* 0x0000000040179693 0x0 + *fill* 0x0000000040179693 0x0 + *fill* 0x0000000040179693 0x1 .text.mbedtls_ssl_get_bytes_avail - 0x000000004017ea34 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017ea34 mbedtls_ssl_get_bytes_avail - *fill* 0x000000004017ea46 0x0 - *fill* 0x000000004017ea46 0x0 - *fill* 0x000000004017ea46 0x0 - *fill* 0x000000004017ea46 0x0 - *fill* 0x000000004017ea46 0x0 - *fill* 0x000000004017ea46 0x0 - *fill* 0x000000004017ea46 0x0 - *fill* 0x000000004017ea46 0x0 - *fill* 0x000000004017ea46 0x0 - *fill* 0x000000004017ea46 0x0 - *fill* 0x000000004017ea46 0x2 + 0x0000000040179694 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179694 mbedtls_ssl_get_bytes_avail + *fill* 0x00000000401796a6 0x0 + *fill* 0x00000000401796a6 0x0 + *fill* 0x00000000401796a6 0x0 + *fill* 0x00000000401796a6 0x0 + *fill* 0x00000000401796a6 0x0 + *fill* 0x00000000401796a6 0x0 + *fill* 0x00000000401796a6 0x0 + *fill* 0x00000000401796a6 0x0 + *fill* 0x00000000401796a6 0x0 + *fill* 0x00000000401796a6 0x0 + *fill* 0x00000000401796a6 0x2 .text.mbedtls_ssl_sig_from_pk_alg - 0x000000004017ea48 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017ea48 mbedtls_ssl_sig_from_pk_alg + 0x00000000401796a8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401796a8 mbedtls_ssl_sig_from_pk_alg .text.mbedtls_ssl_pk_alg_from_sig - 0x000000004017ea68 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017ea68 mbedtls_ssl_pk_alg_from_sig - *fill* 0x000000004017ea82 0x2 + 0x00000000401796c8 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401796c8 mbedtls_ssl_pk_alg_from_sig + *fill* 0x00000000401796e2 0x2 .text.mbedtls_ssl_sig_hash_set_find - 0x000000004017ea84 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017ea84 mbedtls_ssl_sig_hash_set_find + 0x00000000401796e4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401796e4 mbedtls_ssl_sig_hash_set_find .text.mbedtls_ssl_sig_hash_set_add - 0x000000004017ea9c 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017ea9c mbedtls_ssl_sig_hash_set_add - *fill* 0x000000004017eaba 0x2 + 0x00000000401796fc 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401796fc mbedtls_ssl_sig_hash_set_add + *fill* 0x000000004017971a 0x2 .text.mbedtls_ssl_sig_hash_set_const_hash - 0x000000004017eabc 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017eabc mbedtls_ssl_sig_hash_set_const_hash - *fill* 0x000000004017eac5 0x0 - *fill* 0x000000004017eac5 0x0 - *fill* 0x000000004017eac5 0x0 - *fill* 0x000000004017eac5 0x0 - *fill* 0x000000004017eac5 0x0 - *fill* 0x000000004017eac5 0x0 - *fill* 0x000000004017eac5 0x3 + 0x000000004017971c 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017971c mbedtls_ssl_sig_hash_set_const_hash + *fill* 0x0000000040179725 0x0 + *fill* 0x0000000040179725 0x0 + *fill* 0x0000000040179725 0x0 + *fill* 0x0000000040179725 0x0 + *fill* 0x0000000040179725 0x0 + *fill* 0x0000000040179725 0x0 + *fill* 0x0000000040179725 0x3 .text.mbedtls_ssl_check_curve - 0x000000004017eac8 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017eac8 mbedtls_ssl_check_curve - *fill* 0x000000004017eaed 0x3 + 0x0000000040179728 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179728 mbedtls_ssl_check_curve + *fill* 0x000000004017974d 0x3 .text.mbedtls_ssl_check_sig_hash - 0x000000004017eaf0 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017eaf0 mbedtls_ssl_check_sig_hash - *fill* 0x000000004017eb15 0x0 - *fill* 0x000000004017eb15 0x3 + 0x0000000040179750 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179750 mbedtls_ssl_check_sig_hash + *fill* 0x0000000040179775 0x0 + *fill* 0x0000000040179775 0x3 .text.mbedtls_ssl_write_version - 0x000000004017eb18 0x2b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017eb18 mbedtls_ssl_write_version - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x0 - *fill* 0x000000004017eb43 0x1 + 0x0000000040179778 0x2b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040179778 mbedtls_ssl_write_version + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x0 + *fill* 0x00000000401797a3 0x1 .text.mbedtls_ssl_read_version - 0x000000004017eb44 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x000000004017eb44 mbedtls_ssl_read_version - *fill* 0x000000004017eb76 0x0 - *fill* 0x000000004017eb76 0x0 - *fill* 0x000000004017eb76 0x0 - *fill* 0x000000004017eb76 0x0 - *fill* 0x000000004017eb76 0x0 - *fill* 0x000000004017eb76 0x0 - *fill* 0x000000004017eb76 0x0 - *fill* 0x000000004017eb76 0x0 - *fill* 0x000000004017eb76 0x0 - *fill* 0x000000004017eb76 0x0 - *fill* 0x000000004017eb76 0x2 + 0x00000000401797a4 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401797a4 mbedtls_ssl_read_version + *fill* 0x00000000401797d6 0x0 + *fill* 0x00000000401797d6 0x0 + *fill* 0x00000000401797d6 0x0 + *fill* 0x00000000401797d6 0x0 + *fill* 0x00000000401797d6 0x0 + *fill* 0x00000000401797d6 0x0 + *fill* 0x00000000401797d6 0x0 + *fill* 0x00000000401797d6 0x0 + *fill* 0x00000000401797d6 0x0 + *fill* 0x00000000401797d6 0x0 + *fill* 0x00000000401797d6 0x2 .text.ciphersuite_is_removed - 0x000000004017eb78 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - *fill* 0x000000004017eb96 0x0 - *fill* 0x000000004017eb96 0x0 - *fill* 0x000000004017eb96 0x0 - *fill* 0x000000004017eb96 0x2 + 0x00000000401797d8 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + *fill* 0x00000000401797f6 0x0 + *fill* 0x00000000401797f6 0x0 + *fill* 0x00000000401797f6 0x0 + *fill* 0x00000000401797f6 0x2 .text.mbedtls_ssl_get_ciphersuite_sig_alg - 0x000000004017eb98 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x000000004017eb98 mbedtls_ssl_get_ciphersuite_sig_alg + 0x00000000401797f8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x00000000401797f8 mbedtls_ssl_get_ciphersuite_sig_alg .text.mbedtls_ssl_ciphersuite_uses_ec - 0x000000004017ebb8 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x000000004017ebb8 mbedtls_ssl_ciphersuite_uses_ec - *fill* 0x000000004017ebdd 0x3 + 0x0000000040179818 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x0000000040179818 mbedtls_ssl_ciphersuite_uses_ec + *fill* 0x000000004017983d 0x3 .text.mbedtls_ssl_ciphersuite_uses_psk - 0x000000004017ebe0 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x000000004017ebe0 mbedtls_ssl_ciphersuite_uses_psk + 0x0000000040179840 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x0000000040179840 mbedtls_ssl_ciphersuite_uses_psk .text.ssl_write_supported_point_formats_ext - 0x000000004017ebf4 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x000000004017ec2a 0x2 + 0x0000000040179854 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017988a 0x2 .text.ssl_write_max_fragment_length_ext - 0x000000004017ec2c 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x000000004017ec6e 0x2 + 0x000000004017988c 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x00000000401798ce 0x2 .text.ssl_write_truncated_hmac_ext - 0x000000004017ec70 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x00000000401798d0 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) .text.ssl_write_encrypt_then_mac_ext - 0x000000004017eca4 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x000000004017ecde 0x2 + 0x0000000040179904 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017993e 0x2 .text.ssl_write_extended_ms_ext - 0x000000004017ece0 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x000000004017ed1a 0x2 + 0x0000000040179940 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017997a 0x2 .text.ssl_validate_ciphersuite - 0x000000004017ed1c 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 - *fill* 0x000000004017ed58 0x0 + 0x000000004017997c 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 + *fill* 0x00000000401799b8 0x0 .text.ssl_check_key_curve - 0x000000004017ed58 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x000000004017ed7d 0x3 + 0x00000000401799b8 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x00000000401799dd 0x3 .text.ssl_write_truncated_hmac_ext - 0x000000004017ed80 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x000000004017eda7 0x1 + 0x00000000401799e0 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x0000000040179a07 0x1 .text.ssl_write_extended_ms_ext - 0x000000004017eda8 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x000000004017edd6 0x2 + 0x0000000040179a08 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x0000000040179a36 0x2 .text.ssl_write_session_ticket_ext - 0x000000004017edd8 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x000000004017ee02 0x2 + 0x0000000040179a38 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x0000000040179a62 0x2 .text.ssl_write_max_fragment_length_ext - 0x000000004017ee04 0x2f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x000000004017ee33 0x1 + 0x0000000040179a64 0x2f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x0000000040179a93 0x1 .text.ssl_write_supported_point_formats_ext - 0x000000004017ee34 0x35 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x0 - *fill* 0x000000004017ee69 0x3 + 0x0000000040179a94 0x35 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x0 + *fill* 0x0000000040179ac9 0x3 .text.mbedtls_ecdh_grp_id - 0x000000004017ee6c 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x0 - *fill* 0x000000004017ee73 0x1 + 0x0000000040179acc 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x0 + *fill* 0x0000000040179ad3 0x1 .text._ZL12read_uleb128PKhPm - 0x000000004017ee74 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - *fill* 0x000000004017ee99 0x3 + 0x0000000040179ad4 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + *fill* 0x0000000040179af9 0x3 .text._ZL12read_sleb128PKhPl - 0x000000004017ee9c 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x0000000040179afc 0x3c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) .text._ZL16get_adjusted_ptrPKSt9type_infoS1_PPv - 0x000000004017eed8 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - *fill* 0x000000004017ef0c 0x0 - *fill* 0x000000004017ef0c 0x0 - *fill* 0x000000004017ef0c 0x0 - *fill* 0x000000004017ef0c 0x0 - *fill* 0x000000004017ef0c 0x0 - *fill* 0x000000004017ef0c 0x0 - *fill* 0x000000004017ef0c 0x0 - *fill* 0x000000004017ef0c 0x0 + 0x0000000040179b38 0x34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + *fill* 0x0000000040179b6c 0x0 + *fill* 0x0000000040179b6c 0x0 + *fill* 0x0000000040179b6c 0x0 + *fill* 0x0000000040179b6c 0x0 + *fill* 0x0000000040179b6c 0x0 + *fill* 0x0000000040179b6c 0x0 + *fill* 0x0000000040179b6c 0x0 + *fill* 0x0000000040179b6c 0x0 .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv - 0x000000004017ef0c 0x32 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - 0x000000004017ef0c _ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv - *fill* 0x000000004017ef3e 0x2 + 0x0000000040179b6c 0x32 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x0000000040179b6c _ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv + *fill* 0x0000000040179b9e 0x2 .text._ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ - 0x000000004017ef40 0x11 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - 0x000000004017ef40 _ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ - *fill* 0x000000004017ef51 0x0 - *fill* 0x000000004017ef51 0x0 - *fill* 0x000000004017ef51 0x0 - *fill* 0x000000004017ef51 0x3 + 0x0000000040179ba0 0x11 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x0000000040179ba0 _ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ + *fill* 0x0000000040179bb1 0x0 + *fill* 0x0000000040179bb1 0x0 + *fill* 0x0000000040179bb1 0x0 + *fill* 0x0000000040179bb1 0x3 .text._ZNSt9type_infoD2Ev - 0x000000004017ef54 0x5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) - 0x000000004017ef54 _ZNSt9type_infoD1Ev - 0x000000004017ef54 _ZNSt9type_infoD2Ev - *fill* 0x000000004017ef59 0x3 + 0x0000000040179bb4 0x5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + 0x0000000040179bb4 _ZNSt9type_infoD1Ev + 0x0000000040179bb4 _ZNSt9type_infoD2Ev + *fill* 0x0000000040179bb9 0x3 .text._ZNKSt9type_info14__is_pointer_pEv - 0x000000004017ef5c 0x7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) - 0x000000004017ef5c _ZNKSt9type_info14__is_pointer_pEv - 0x000000004017ef5c _ZNKSt9type_info15__is_function_pEv - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *fill* 0x000000004017ef63 0x0 - *liblog.a:log_freertos.*(.literal.esp_log_system_timestamp .text.esp_log_system_timestamp) - *liblog.a:log.*(.literal.heap_bubble_down .literal.esp_log_set_vprintf .literal.esp_log_level_set .text.heap_bubble_down .text.esp_log_set_vprintf .text.esp_log_level_set) - *fill* 0x000000004017ef63 0x1 - .text.heap_bubble_down - 0x000000004017ef64 0x5a esp-idf/log/liblog.a(log.c.obj) - *fill* 0x000000004017efbe 0x2 - .text.esp_log_level_set - 0x000000004017efc0 0x128 esp-idf/log/liblog.a(log.c.obj) - 0x12c (size before relaxing) - 0x000000004017efc0 esp_log_level_set - *fill* 0x000000004017f0e8 0x0 - *fill* 0x000000004017f0e8 0x0 - *libesp_event.a:esp_event.*(.literal.handler_instances_remove_all .literal.base_node_remove_all_handler .literal.loop_node_remove_all_handler .literal.handler_instances_add .literal.base_node_add_handler .literal.loop_node_add_handler .literal.handler_instances_remove .literal.base_node_remove_handler .literal.loop_node_remove_handler .literal.esp_event_loop_create .literal.esp_event_loop_run .literal.esp_event_loop_run_task .literal.esp_event_loop_delete .literal.esp_event_handler_register_with_internal .literal.esp_event_handler_register_with .literal.esp_event_handler_instance_register_with .literal.esp_event_handler_unregister_with_internal .literal.esp_event_handler_unregister_with .literal.esp_event_handler_instance_unregister_with .literal.esp_event_post_to .text.handler_execute .text.handler_instances_remove_all .text.base_node_remove_all_handler .text.loop_node_remove_all_handler .text.handler_instances_add .text.base_node_add_handler .text.loop_node_add_handler .text.handler_instances_remove .text.base_node_remove_handler .text.loop_node_remove_handler .text.esp_event_loop_create .text.esp_event_loop_run .text.esp_event_loop_run_task .text.esp_event_loop_delete .text.esp_event_handler_register_with_internal .text.esp_event_handler_register_with .text.esp_event_handler_instance_register_with .text.esp_event_handler_unregister_with_internal .text.esp_event_handler_unregister_with .text.esp_event_handler_instance_unregister_with .text.esp_event_post_to .text.esp_event_dump) - .text.handler_instances_add - 0x000000004017f0e8 0xa6 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000004017f18e 0x2 - .text.base_node_add_handler - 0x000000004017f190 0xd2 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000004017f262 0x2 - .text.loop_node_add_handler - 0x000000004017f264 0xf7 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000004017f35b 0x1 - .text.handler_instances_remove - 0x000000004017f35c 0x85 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000004017f3e1 0x3 - .text.base_node_remove_handler - 0x000000004017f3e4 0x71 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000004017f455 0x3 - .text.loop_node_remove_handler - 0x000000004017f458 0x7b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000004017f4d3 0x1 - .text.esp_event_loop_create - 0x000000004017f4d4 0x114 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x118 (size before relaxing) - 0x000000004017f4d4 esp_event_loop_create - .text.esp_event_loop_run - 0x000000004017f5e8 0x13e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x142 (size before relaxing) - 0x000000004017f5e8 esp_event_loop_run - *fill* 0x000000004017f726 0x2 - .text.esp_event_loop_run_task - 0x000000004017f728 0x34 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_handler_register_with_internal - 0x000000004017f75c 0x138 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x13c (size before relaxing) - 0x000000004017f75c esp_event_handler_register_with_internal - .text.esp_event_handler_register_with - 0x000000004017f894 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x000000004017f894 esp_event_handler_register_with - *fill* 0x000000004017f8b1 0x3 - .text.esp_event_handler_unregister_with_internal - 0x000000004017f8b4 0xda esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0xde (size before relaxing) - 0x000000004017f8b4 esp_event_handler_unregister_with_internal - *fill* 0x000000004017f98e 0x2 - .text.esp_event_handler_unregister_with - 0x000000004017f990 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x000000004017f990 esp_event_handler_unregister_with - *fill* 0x000000004017f9ad 0x3 - .text.esp_event_post_to - 0x000000004017f9b0 0x122 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x126 (size before relaxing) - 0x000000004017f9b0 esp_event_post_to - *fill* 0x000000004017fad2 0x2 - .text.handler_execute - 0x000000004017fad4 0x32 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x000000004017fb06 0x0 - *fill* 0x000000004017fb06 0x0 - *fill* 0x000000004017fb06 0x0 - *fill* 0x000000004017fb06 0x0 - *fill* 0x000000004017fb06 0x0 - *fill* 0x000000004017fb06 0x0 - *fill* 0x000000004017fb06 0x0 - *fill* 0x000000004017fb06 0x0 - *fill* 0x000000004017fb06 0x0 - *fill* 0x000000004017fb06 0x0 - *fill* 0x000000004017fb06 0x0 - *libesp_event.a:default_event_loop.*(.literal.esp_event_handler_register .literal.esp_event_handler_instance_register .literal.esp_event_handler_unregister .literal.esp_event_handler_instance_unregister .literal.esp_event_post .literal.esp_event_loop_create_default .literal.esp_event_loop_delete_default .literal.esp_event_send_to_default_loop .text.esp_event_handler_register .text.esp_event_handler_instance_register .text.esp_event_handler_unregister .text.esp_event_handler_instance_unregister .text.esp_event_post .text.esp_event_loop_create_default .text.esp_event_loop_delete_default .text.esp_event_send_to_default_loop) - *fill* 0x000000004017fb06 0x2 - .text.esp_event_handler_register - 0x000000004017fb08 0x22 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x000000004017fb08 esp_event_handler_register - *fill* 0x000000004017fb2a 0x2 - .text.esp_event_handler_unregister - 0x000000004017fb2c 0x21 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x000000004017fb2c esp_event_handler_unregister - *fill* 0x000000004017fb4d 0x3 - .text.esp_event_post - 0x000000004017fb50 0x25 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x000000004017fb50 esp_event_post - *fill* 0x000000004017fb75 0x3 - .text.esp_event_loop_create_default - 0x000000004017fb78 0x2a esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x2e (size before relaxing) - 0x000000004017fb78 esp_event_loop_create_default - *fill* 0x000000004017fba2 0x0 - *fill* 0x000000004017fba2 0x0 - *fill* 0x000000004017fba2 0x0 - *fill* 0x000000004017fba2 0x0 + 0x0000000040179bbc 0x7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + 0x0000000040179bbc _ZNKSt9type_info14__is_pointer_pEv + 0x0000000040179bbc _ZNKSt9type_info15__is_function_pEv + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *fill* 0x0000000040179bc3 0x0 + *libesp_system.a:system_api.*(.literal.esp_register_shutdown_handler .literal.esp_unregister_shutdown_handler .literal.esp_get_free_heap_size .literal.esp_get_minimum_free_heap_size .literal.esp_get_idf_version .text.esp_register_shutdown_handler .text.esp_unregister_shutdown_handler .text.esp_get_free_heap_size .text.esp_get_minimum_free_heap_size .text.esp_get_idf_version) + *fill* 0x0000000040179bc3 0x1 + .text.esp_register_shutdown_handler + 0x0000000040179bc4 0x35 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x0000000040179bc4 esp_register_shutdown_handler + *fill* 0x0000000040179bf9 0x3 + .text.esp_unregister_shutdown_handler + 0x0000000040179bfc 0x2b esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x0000000040179bfc esp_unregister_shutdown_handler + *fill* 0x0000000040179c27 0x1 + .text.esp_get_free_heap_size + 0x0000000040179c28 0x10 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x0000000040179c28 esp_get_free_heap_size + .text.esp_get_idf_version + 0x0000000040179c38 0x8 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x0000000040179c38 esp_get_idf_version + *fill* 0x0000000040179c40 0x0 + *fill* 0x0000000040179c40 0x0 + *fill* 0x0000000040179c40 0x0 *libsoc.a:uart_hal_iram.*(.literal .literal.* .text .text.* .wifi0iram .wifi0iram.* .wifirxiram .wifirxiram.*) - *fill* 0x000000004017fba2 0x2 .text.uart_hal_rxfifo_rst - 0x000000004017fba4 0x73 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - 0x000000004017fba4 uart_hal_rxfifo_rst - *fill* 0x000000004017fc17 0x1 + 0x0000000040179c40 0x73 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x0000000040179c40 uart_hal_rxfifo_rst + *fill* 0x0000000040179cb3 0x1 .text.uart_hal_tx_break - 0x000000004017fc18 0x47 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - 0x000000004017fc18 uart_hal_tx_break - *fill* 0x000000004017fc5f 0x1 + 0x0000000040179cb4 0x47 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x0000000040179cb4 uart_hal_tx_break + *fill* 0x0000000040179cfb 0x1 .text.uart_hal_write_txfifo - 0x000000004017fc60 0x75 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x0000000040179cfc 0x75 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) 0x78 (size before relaxing) - 0x000000004017fc60 uart_hal_write_txfifo - *fill* 0x000000004017fcd5 0x3 + 0x0000000040179cfc uart_hal_write_txfifo + *fill* 0x0000000040179d71 0x3 .text.uart_hal_read_rxfifo - 0x000000004017fcd8 0x64 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - 0x000000004017fcd8 uart_hal_read_rxfifo - *fill* 0x000000004017fd3c 0x0 - *fill* 0x000000004017fd3c 0x0 - *fill* 0x000000004017fd3c 0x0 + 0x0000000040179d74 0x64 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x0000000040179d74 uart_hal_read_rxfifo + *fill* 0x0000000040179dd8 0x0 + *fill* 0x0000000040179dd8 0x0 + *libesp_event.a:default_event_loop.*(.literal.esp_event_handler_register .literal.esp_event_handler_instance_register .literal.esp_event_handler_unregister .literal.esp_event_handler_instance_unregister .literal.esp_event_post .literal.esp_event_loop_create_default .literal.esp_event_loop_delete_default .literal.esp_event_send_to_default_loop .text.esp_event_handler_register .text.esp_event_handler_instance_register .text.esp_event_handler_unregister .text.esp_event_handler_instance_unregister .text.esp_event_post .text.esp_event_loop_create_default .text.esp_event_loop_delete_default .text.esp_event_send_to_default_loop) + .text.esp_event_handler_register + 0x0000000040179dd8 0x22 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x0000000040179dd8 esp_event_handler_register + *fill* 0x0000000040179dfa 0x2 + .text.esp_event_handler_unregister + 0x0000000040179dfc 0x21 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x0000000040179dfc esp_event_handler_unregister + *fill* 0x0000000040179e1d 0x3 + .text.esp_event_post + 0x0000000040179e20 0x25 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x0000000040179e20 esp_event_post + *fill* 0x0000000040179e45 0x3 + .text.esp_event_loop_create_default + 0x0000000040179e48 0x2a esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x2e (size before relaxing) + 0x0000000040179e48 esp_event_loop_create_default + *fill* 0x0000000040179e72 0x0 + *fill* 0x0000000040179e72 0x0 + *fill* 0x0000000040179e72 0x0 + *libesp_event.a:esp_event.*(.literal.handler_instances_remove_all .literal.base_node_remove_all_handler .literal.loop_node_remove_all_handler .literal.handler_instances_add .literal.base_node_add_handler .literal.loop_node_add_handler .literal.handler_instances_remove .literal.base_node_remove_handler .literal.loop_node_remove_handler .literal.esp_event_loop_create .literal.esp_event_loop_run .literal.esp_event_loop_run_task .literal.esp_event_loop_delete .literal.esp_event_handler_register_with_internal .literal.esp_event_handler_register_with .literal.esp_event_handler_instance_register_with .literal.esp_event_handler_unregister_with_internal .literal.esp_event_handler_unregister_with .literal.esp_event_handler_instance_unregister_with .literal.esp_event_post_to .text.handler_execute .text.handler_instances_remove_all .text.base_node_remove_all_handler .text.loop_node_remove_all_handler .text.handler_instances_add .text.base_node_add_handler .text.loop_node_add_handler .text.handler_instances_remove .text.base_node_remove_handler .text.loop_node_remove_handler .text.esp_event_loop_create .text.esp_event_loop_run .text.esp_event_loop_run_task .text.esp_event_loop_delete .text.esp_event_handler_register_with_internal .text.esp_event_handler_register_with .text.esp_event_handler_instance_register_with .text.esp_event_handler_unregister_with_internal .text.esp_event_handler_unregister_with .text.esp_event_handler_instance_unregister_with .text.esp_event_post_to .text.esp_event_dump) + *fill* 0x0000000040179e72 0x2 + .text.handler_instances_add + 0x0000000040179e74 0xa6 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x0000000040179f1a 0x2 + .text.base_node_add_handler + 0x0000000040179f1c 0xd2 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x0000000040179fee 0x2 + .text.loop_node_add_handler + 0x0000000040179ff0 0xf7 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017a0e7 0x1 + .text.handler_instances_remove + 0x000000004017a0e8 0x85 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017a16d 0x3 + .text.base_node_remove_handler + 0x000000004017a170 0x71 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017a1e1 0x3 + .text.loop_node_remove_handler + 0x000000004017a1e4 0x7b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017a25f 0x1 + .text.esp_event_loop_create + 0x000000004017a260 0x114 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x118 (size before relaxing) + 0x000000004017a260 esp_event_loop_create + .text.esp_event_loop_run + 0x000000004017a374 0x13e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x142 (size before relaxing) + 0x000000004017a374 esp_event_loop_run + *fill* 0x000000004017a4b2 0x2 + .text.esp_event_loop_run_task + 0x000000004017a4b4 0x34 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_register_with_internal + 0x000000004017a4e8 0x138 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x13c (size before relaxing) + 0x000000004017a4e8 esp_event_handler_register_with_internal + .text.esp_event_handler_register_with + 0x000000004017a620 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x000000004017a620 esp_event_handler_register_with + *fill* 0x000000004017a63d 0x3 + .text.esp_event_handler_unregister_with_internal + 0x000000004017a640 0xda esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xde (size before relaxing) + 0x000000004017a640 esp_event_handler_unregister_with_internal + *fill* 0x000000004017a71a 0x2 + .text.esp_event_handler_unregister_with + 0x000000004017a71c 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x000000004017a71c esp_event_handler_unregister_with + *fill* 0x000000004017a739 0x3 + .text.esp_event_post_to + 0x000000004017a73c 0x122 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x126 (size before relaxing) + 0x000000004017a73c esp_event_post_to + *fill* 0x000000004017a85e 0x2 + .text.handler_execute + 0x000000004017a860 0x32 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017a892 0x0 + *fill* 0x000000004017a892 0x0 + *fill* 0x000000004017a892 0x0 + *fill* 0x000000004017a892 0x0 + *fill* 0x000000004017a892 0x0 + *fill* 0x000000004017a892 0x0 + *fill* 0x000000004017a892 0x0 + *fill* 0x000000004017a892 0x0 + *fill* 0x000000004017a892 0x0 + *fill* 0x000000004017a892 0x0 + *fill* 0x000000004017a892 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_system_timestamp .text.esp_log_system_timestamp) + *liblog.a:log.*(.literal.heap_bubble_down .literal.esp_log_set_vprintf .literal.esp_log_level_set .literal.esp_log_writev .text.heap_bubble_down .text.esp_log_set_vprintf .text.esp_log_level_set .text.esp_log_writev) + *fill* 0x000000004017a892 0x2 + .text.heap_bubble_down + 0x000000004017a894 0x5a esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000004017a8ee 0x2 + .text.esp_log_level_set + 0x000000004017a8f0 0x128 esp-idf/log/liblog.a(log.c.obj) + 0x12c (size before relaxing) + 0x000000004017a8f0 esp_log_level_set + .text.esp_log_writev + 0x000000004017aa18 0x162 esp-idf/log/liblog.a(log.c.obj) + 0x166 (size before relaxing) + 0x000000004017aa18 esp_log_writev + *fill* 0x000000004017ab7a 0x0 + *fill* 0x000000004017ab7a 0x0 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) *(.irom0.text) *(.fini.literal) *(.fini) - .fini 0x000000004017fd3c 0x3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crti.o - 0x000000004017fd3c _fini + *fill* 0x000000004017ab7a 0x2 + .fini 0x000000004017ab7c 0x3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crti.o + 0x000000004017ab7c _fini *(.gnu.version) - 0x000000004017fd3f _text_end = ABSOLUTE (.) - 0x000000004017fd3f _etext = . + 0x000000004017ab7f _text_end = ABSOLUTE (.) + 0x000000004017ab7f _etext = . 0x0000000000000000 _flash_cache_start = ABSOLUTE (0x0) .iram0.text_end - 0x000000004009730d 0x3 - 0x0000000040097310 . = ALIGN (0x4) - *fill* 0x000000004009730d 0x3 - 0x0000000040097310 _iram_end = ABSOLUTE (.) + 0x0000000040096d95 0x3 + 0x0000000040096d98 . = ALIGN (0x4) + *fill* 0x0000000040096d95 0x3 + 0x0000000040096d98 _iram_end = ABSOLUTE (.) .dram0.heap_start - 0x000000003ffb95a8 0x0 - 0x000000003ffb95a8 . = ALIGN (0x8) - 0x000000003ffb95a8 _heap_start = ABSOLUTE (.) + 0x000000003ffb9620 0x0 + 0x000000003ffb9620 . = ALIGN (0x8) + 0x000000003ffb9620 _heap_start = ABSOLUTE (.) 0x0000000000000001 ASSERT (((_iram_text_end - ORIGIN (iram0_0_seg)) <= LENGTH (iram0_0_seg)), IRAM0 segment data does not fit.) 0x0000000000000001 ASSERT (((_heap_start - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) 0x000000003ff40000 PROVIDE (UART0 = 0x3ff40000) @@ -56920,20 +57169,31 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtbegin.o .xtensa.info 0x0000000000000038 0x0 CMakeFiles/bakalarka.elf.dir/project_elf_src.c.obj .xtensa.info 0x0000000000000038 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(cpu_start.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(int_wdt.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(panic.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(ipc.c.obj) @@ -56954,6 +57214,7 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) @@ -56976,12 +57237,37 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/https_server/libhttps_server.a(prvtkey.pem.S.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(mpu_hal.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) @@ -57006,29 +57292,6 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) @@ -57082,7 +57345,6 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(err.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) @@ -57094,11 +57356,9 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(uart.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(hw_random.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(reset_reason.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(system_api.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/console/libconsole.a(commands.c.obj) @@ -57135,20 +57395,8 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(gpio_hal.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(uart_hal.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) @@ -57171,12 +57419,12 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) @@ -57188,6 +57436,8 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) @@ -57204,6 +57454,15 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(spi_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) @@ -57280,9 +57539,6 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(touch_sensor_hal.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) @@ -57290,6 +57546,9 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/soc/esp32/libsoc_esp32.a(touch_sensor_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) @@ -57298,20 +57557,20 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) - .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) - .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) @@ -57380,6 +57639,7 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-impure.o) + .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) @@ -57407,6 +57667,7 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-stdio.o) + .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strchr.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcmp.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcpy.o) @@ -57446,6 +57707,7 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-tzset.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-tzset_r.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-tzvars.o) + .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) .xtensa.info 0x0000000000000038 0x0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) @@ -57495,19 +57757,30 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000000 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/crtbegin.o 0x26 (size before relaxing) .comment 0x0000000000000025 0x26 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/log/liblog.a(log_freertos.c.obj) .comment 0x0000000000000025 0x26 esp-idf/pthread/libpthread.a(pthread.c.obj) .comment 0x0000000000000025 0x26 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(clk.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(cpu_start.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(dport_access.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(int_wdt.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(panic.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(clk.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp_common/libesp_common.a(ipc.c.obj) @@ -57523,6 +57796,7 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000025 0x26 esp-idf/freertos/libfreertos.a(list.c.obj) .comment 0x0000000000000025 0x26 esp-idf/vfs/libvfs.a(vfs.c.obj) .comment 0x0000000000000025 0x26 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/newlib/libnewlib.a(abort.c.obj) .comment 0x0000000000000025 0x26 esp-idf/newlib/libnewlib.a(heap.c.obj) .comment 0x0000000000000025 0x26 esp-idf/newlib/libnewlib.a(locks.c.obj) .comment 0x0000000000000025 0x26 esp-idf/newlib/libnewlib.a(pthread.c.obj) @@ -57542,12 +57816,34 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000025 0x26 esp-idf/https_server/libhttps_server.a(https_server.c.obj) .comment 0x0000000000000025 0x26 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) .comment 0x0000000000000025 0x26 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(mpu_hal.c.obj) .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(rtc_clk.c.obj) .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) @@ -57571,27 +57867,6 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000025 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) .comment 0x0000000000000025 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) .comment 0x0000000000000025 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .comment 0x0000000000000025 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .comment 0x0000000000000025 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .comment 0x0000000000000025 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) @@ -57645,7 +57920,6 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000025 0x26 esp-idf/lwip/liblwip.a(err.c.obj) .comment 0x0000000000000025 0x26 esp-idf/lwip/liblwip.a(netbuf.c.obj) .comment 0x0000000000000025 0x26 esp-idf/log/liblog.a(log.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/log/liblog.a(log_freertos.c.obj) .comment 0x0000000000000025 0x26 esp-idf/heap/libheap.a(heap_caps.c.obj) .comment 0x0000000000000025 0x26 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .comment 0x0000000000000025 0x26 esp-idf/heap/libheap.a(multi_heap.c.obj) @@ -57656,10 +57930,8 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000025 0x26 esp-idf/driver/libdriver.a(uart.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(hw_random.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(reset_reason.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/esp_common/libesp_common.a(system_api.c.obj) .comment 0x0000000000000025 0x26 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) .comment 0x0000000000000025 0x26 esp-idf/freertos/libfreertos.a(event_groups.c.obj) .comment 0x0000000000000025 0x26 esp-idf/console/libconsole.a(commands.c.obj) @@ -57693,18 +57965,8 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(uart_hal.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) .comment 0x0000000000000025 0x26 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) @@ -57727,12 +57989,12 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) @@ -57744,6 +58006,8 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) @@ -57752,6 +58016,13 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) .comment 0x0000000000000025 0x26 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) .comment 0x0000000000000025 0x26 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .comment 0x0000000000000025 0x26 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) .comment 0x0000000000000025 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) .comment 0x0000000000000025 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) .comment 0x0000000000000025 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) @@ -57835,6 +58106,7 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .comment 0x0000000000000099 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) .comment 0x0000000000000099 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) .comment 0x0000000000000099 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .comment 0x0000000000000099 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) .comment 0x0000000000000099 0x3b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) .comment 0x0000000000000099 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) .comment 0x0000000000000099 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) @@ -58063,3742 +58335,3839 @@ OUTPUT(bakalarka.elf elf32-xtensa-le) .xt.prop._ZTVN10__cxxabiv117__class_type_infoE 0x0000000000000000 0xc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) -.debug_frame 0x0000000000000000 0x1e4e4 +.debug_frame 0x0000000000000000 0x1e85c .debug_frame 0x0000000000000000 0x40 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - .debug_frame 0x0000000000000040 0x3e8 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_frame 0x0000000000000428 0xe8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_frame 0x0000000000000510 0xe8 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .debug_frame 0x00000000000005f8 0x88 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - .debug_frame 0x0000000000000680 0x100 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .debug_frame 0x0000000000000780 0x58 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - .debug_frame 0x00000000000007d8 0x238 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .debug_frame 0x0000000000000a10 0x280 esp-idf/esp32/libesp32.a(panic.c.obj) - .debug_frame 0x0000000000000c90 0x40 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - .debug_frame 0x0000000000000cd0 0x118 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .debug_frame 0x0000000000000de8 0x40 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .debug_frame 0x0000000000000e28 0xd0 esp-idf/esp32/libesp32.a(clk.c.obj) - .debug_frame 0x0000000000000ef8 0x40 esp-idf/esp_common/libesp_common.a(brownout.c.obj) - .debug_frame 0x0000000000000f38 0x40 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_frame 0x0000000000000f78 0x100 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - .debug_frame 0x0000000000001078 0x88 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .debug_frame 0x0000000000001100 0x1f0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_frame 0x00000000000012f0 0x130 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .debug_frame 0x0000000000001420 0x178 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_frame 0x0000000000001598 0x40 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) - .debug_frame 0x00000000000015d8 0x58 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) - .debug_frame 0x0000000000001630 0x358 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_frame 0x0000000000001988 0x6e8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_frame 0x0000000000002070 0x208 esp-idf/freertos/libfreertos.a(timers.c.obj) - .debug_frame 0x0000000000002278 0x88 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_frame 0x0000000000002300 0x4d8 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_frame 0x00000000000027d8 0x2b0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - .debug_frame 0x0000000000002a88 0x178 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_frame 0x0000000000002c00 0x148 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_frame 0x0000000000002d48 0x88 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_frame 0x0000000000002dd0 0x40 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_frame 0x0000000000002e10 0x40 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) - .debug_frame 0x0000000000002e50 0x100 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_frame 0x0000000000002f50 0x250 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_frame 0x00000000000031a0 0x88 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_frame 0x0000000000003228 0xb8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_frame 0x00000000000032e0 0x70 esp-idf/main/libmain.a(main.c.obj) - .debug_frame 0x0000000000003350 0x70 esp-idf/files/libfiles.a(file.c.obj) - .debug_frame 0x00000000000033c0 0x58 esp-idf/ca/libca.a(ca.c.obj) - .debug_frame 0x0000000000003418 0xa0 esp-idf/ca/libca.a(gen_key.c.obj) - .debug_frame 0x00000000000034b8 0x190 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .debug_frame 0x0000000000003648 0x178 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .debug_frame 0x00000000000037c0 0x88 esp-idf/wifi/libwifi.a(wifi.c.obj) - .debug_frame 0x0000000000003848 0xec esp-idf/https_server/libhttps_server.a(https_server.c.obj) - .debug_frame 0x0000000000003934 0x28 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) - .debug_frame 0x000000000000395c 0x40 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - .debug_frame 0x000000000000399c 0x58 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .debug_frame 0x00000000000039f4 0x70 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .debug_frame 0x0000000000003a64 0x2e0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .debug_frame 0x0000000000003d44 0x58 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .debug_frame 0x0000000000003d9c 0xb8 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .debug_frame 0x0000000000003e54 0x130 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .debug_frame 0x0000000000003f84 0xe8 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_frame 0x000000000000406c 0x730 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_frame 0x000000000000479c 0xd0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .debug_frame 0x000000000000486c 0xe8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_frame 0x0000000000004954 0x238 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_frame 0x0000000000004b8c 0xa0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .debug_frame 0x0000000000004c2c 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .debug_frame 0x0000000000004cb4 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .debug_frame 0x0000000000004cf4 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_frame 0x0000000000004d1c 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .debug_frame 0x0000000000004da4 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .debug_frame 0x0000000000004dcc 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .debug_frame 0x0000000000004e24 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .debug_frame 0x0000000000004e94 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .debug_frame 0x0000000000004f1c 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .debug_frame 0x0000000000004f8c 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .debug_frame 0x0000000000004fb4 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .debug_frame 0x000000000000503c 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_frame 0x0000000000005064 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_frame 0x000000000000508c 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_frame 0x000000000000515c 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .debug_frame 0x0000000000005184 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_frame 0x000000000000526c 0x70 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_frame 0x00000000000052dc 0xb8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_frame 0x0000000000005394 0x130 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_frame 0x00000000000054c4 0x1f0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_frame 0x00000000000056b4 0x58 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_frame 0x000000000000570c 0x88 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_frame 0x0000000000005794 0x130 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) - .debug_frame 0x00000000000058c4 0x130 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_frame 0x00000000000059f4 0x118 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_frame 0x0000000000005b0c 0x298 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_frame 0x0000000000005da4 0x88 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_frame 0x0000000000005e2c 0xd0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_frame 0x0000000000005efc 0x70 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_frame 0x0000000000005f6c 0x1c0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .debug_frame 0x000000000000612c 0x280 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_frame 0x00000000000063ac 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_frame 0x0000000000006404 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_frame 0x000000000000645c 0x100 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_frame 0x000000000000655c 0x148 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_frame 0x00000000000066a4 0x730 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_frame 0x0000000000006dd4 0x238 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_frame 0x000000000000700c 0x100 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_frame 0x000000000000710c 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_frame 0x00000000000071c4 0x2e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_frame 0x00000000000074a4 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_frame 0x0000000000007514 0x1c0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_frame 0x00000000000076d4 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_frame 0x000000000000772c 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) - .debug_frame 0x000000000000776c 0x58 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_frame 0x00000000000077c4 0x208 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_frame 0x00000000000079cc 0x100 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_frame 0x0000000000007acc 0x5b0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_frame 0x000000000000807c 0x1f0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .debug_frame 0x000000000000826c 0x250 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_frame 0x00000000000084bc 0x1a8 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_frame 0x0000000000008664 0xa0 esp-idf/lwip/liblwip.a(def.c.obj) - .debug_frame 0x0000000000008704 0x220 esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_frame 0x0000000000008924 0x28 esp-idf/lwip/liblwip.a(init.c.obj) - .debug_frame 0x000000000000894c 0x70 esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_frame 0x00000000000089bc 0x88 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_frame 0x0000000000008a44 0xd0 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_frame 0x0000000000008b14 0x388 esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_frame 0x0000000000008e9c 0x388 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_frame 0x0000000000009224 0x160 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_frame 0x0000000000009384 0x538 esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_frame 0x00000000000098bc 0x118 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_frame 0x00000000000099d4 0x250 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_frame 0x0000000000009c24 0x100 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_frame 0x0000000000009d24 0x1a8 esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_frame 0x0000000000009ecc 0x3b8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_frame 0x000000000000a284 0x190 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_frame 0x000000000000a414 0x58 esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_frame 0x000000000000a46c 0x1d8 esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_frame 0x000000000000a644 0x130 esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_frame 0x000000000000a774 0xa0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_frame 0x000000000000a814 0x28 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_frame 0x000000000000a83c 0xe8 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_frame 0x000000000000a924 0xd0 esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_frame 0x000000000000a9f4 0x58 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_frame 0x000000000000aa4c 0x88 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_frame 0x000000000000aad4 0x160 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_frame 0x000000000000ac34 0x310 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_frame 0x000000000000af44 0x40 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_frame 0x000000000000af84 0x2b0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_frame 0x000000000000b234 0x118 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_frame 0x000000000000b34c 0xa0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_frame 0x000000000000b3ec 0x6b8 esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_frame 0x000000000000baa4 0x328 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_frame 0x000000000000bdcc 0x370 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_frame 0x000000000000c13c 0x40 esp-idf/lwip/liblwip.a(err.c.obj) - .debug_frame 0x000000000000c17c 0xe8 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_frame 0x000000000000c264 0x70 esp-idf/log/liblog.a(log.c.obj) - .debug_frame 0x000000000000c2d4 0xa0 esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_frame 0x000000000000c374 0x2b0 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_frame 0x000000000000c624 0x88 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_frame 0x000000000000c6ac 0x220 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_frame 0x000000000000c8cc 0x388 esp-idf/driver/libdriver.a(gpio.c.obj) - .debug_frame 0x000000000000cc54 0xd0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - .debug_frame 0x000000000000cd24 0x1d8 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .debug_frame 0x000000000000cefc 0x70 esp-idf/driver/libdriver.a(rtc_module.c.obj) - .debug_frame 0x000000000000cf6c 0x610 esp-idf/driver/libdriver.a(uart.c.obj) - .debug_frame 0x000000000000d57c 0x40 esp-idf/esp32/libesp32.a(hw_random.c.obj) - .debug_frame 0x000000000000d5bc 0x130 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .debug_frame 0x000000000000d6ec 0xa0 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .debug_frame 0x000000000000d78c 0x2b0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .debug_frame 0x000000000000da3c 0xa0 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - .debug_frame 0x000000000000dadc 0xa0 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .debug_frame 0x000000000000db7c 0xd0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_frame 0x000000000000dc4c 0x148 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_frame 0x000000000000dd94 0xe8 esp-idf/console/libconsole.a(commands.c.obj) - .debug_frame 0x000000000000de7c 0x28 esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_frame 0x000000000000dea4 0xa00 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_frame 0x000000000000e8a4 0x3d0 esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_frame 0x000000000000ec74 0x220 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - .debug_frame 0x000000000000ee94 0xd0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - .debug_frame 0x000000000000ef64 0x1f0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - .debug_frame 0x000000000000f154 0x148 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - .debug_frame 0x000000000000f29c 0x250 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .debug_frame 0x000000000000f4ec 0x70 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - .debug_frame 0x000000000000f55c 0xe8 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - .debug_frame 0x000000000000f644 0x70 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) - .debug_frame 0x000000000000f6b4 0xd0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - .debug_frame 0x000000000000f784 0xd0 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - .debug_frame 0x000000000000f854 0x568 esp-idf/fatfs/libfatfs.a(ff.c.obj) - .debug_frame 0x000000000000fdbc 0xa0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - .debug_frame 0x000000000000fe5c 0x328 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .debug_frame 0x0000000000010184 0xd0 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - .debug_frame 0x0000000000010254 0x100 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - .debug_frame 0x0000000000010354 0x220 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - .debug_frame 0x0000000000010574 0x28 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) - .debug_frame 0x000000000001059c 0x328 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .debug_frame 0x00000000000108c4 0xa0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - .debug_frame 0x0000000000010964 0x418 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - .debug_frame 0x0000000000010d7c 0x3a0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - .debug_frame 0x000000000001111c 0x118 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - .debug_frame 0x0000000000011234 0xa0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - .debug_frame 0x00000000000112d4 0x28 esp-idf/newlib/libnewlib.a(select.c.obj) - .debug_frame 0x00000000000112fc 0x88 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - .debug_frame 0x0000000000011384 0x58 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) - .debug_frame 0x00000000000113dc 0x268 esp-idf/soc/libsoc.a(uart_hal.c.obj) - .debug_frame 0x0000000000011644 0x88 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .debug_frame 0x00000000000116cc 0x58 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .debug_frame 0x0000000000011724 0x118 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - .debug_frame 0x000000000001183c 0x70 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - .debug_frame 0x00000000000118ac 0x88 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_frame 0x0000000000011934 0x418 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .debug_frame 0x0000000000011d4c 0x508 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_frame 0x0000000000012254 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_frame 0x0000000000012414 0x580 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_frame 0x0000000000012994 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_frame 0x0000000000012ac4 0x178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_frame 0x0000000000012c3c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) - .debug_frame 0x0000000000012c64 0x220 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_frame 0x0000000000012e84 0x340 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - .debug_frame 0x00000000000131c4 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_frame 0x0000000000013384 0x2f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_frame 0x000000000001367c 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_frame 0x00000000000136ec 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_frame 0x00000000000138ac 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_frame 0x000000000001397c 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_frame 0x0000000000013a04 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_frame 0x0000000000013a2c 0x3d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_frame 0x0000000000013dfc 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - .debug_frame 0x0000000000013e84 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_frame 0x0000000000013edc 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_frame 0x0000000000013f34 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_frame 0x0000000000013f8c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_frame 0x0000000000013fb4 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_frame 0x0000000000013ff4 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_frame 0x000000000001413c 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_frame 0x0000000000014284 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .debug_frame 0x00000000000143cc 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_frame 0x00000000000144fc 0x220 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .debug_frame 0x000000000001471c 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_frame 0x000000000001481c 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_frame 0x0000000000014964 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_frame 0x0000000000014b0c 0x2c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_frame 0x0000000000014dd4 0x1f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_frame 0x0000000000014fc4 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_frame 0x000000000001516c 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_frame 0x0000000000015284 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_frame 0x0000000000015414 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_frame 0x0000000000015574 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_frame 0x00000000000157f4 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_frame 0x00000000000158ac 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_frame 0x000000000001594c 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_frame 0x00000000000159a4 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_frame 0x0000000000015a8c 0x208 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_frame 0x0000000000015c94 0x460 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_frame 0x00000000000160f4 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - .debug_frame 0x00000000000161ac 0x1f0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - .debug_frame 0x000000000001639c 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - .debug_frame 0x000000000001646c 0x268 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_frame 0x00000000000166d4 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_frame 0x000000000001672c 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_frame 0x00000000000168bc 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_frame 0x0000000000016974 0x4f0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_frame 0x0000000000016e64 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_frame 0x0000000000016f04 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_frame 0x0000000000017034 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_frame 0x0000000000017134 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_frame 0x00000000000171a4 0x5b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_frame 0x0000000000017754 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_frame 0x0000000000017824 0x3d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_frame 0x0000000000017bf4 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_frame 0x0000000000017d6c 0x370 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_frame 0x00000000000180dc 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_frame 0x0000000000018134 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_frame 0x0000000000018174 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_frame 0x0000000000018214 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_frame 0x000000000001838c 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_frame 0x000000000001848c 0x1c0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) - .debug_frame 0x000000000001864c 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) - .debug_frame 0x00000000000186a4 0x4c0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - .debug_frame 0x0000000000018b64 0x958 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - .debug_frame 0x00000000000194bc 0x4a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - .debug_frame 0x0000000000019964 0x118 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_frame 0x0000000000019a7c 0x3e8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_frame 0x0000000000019e64 0x190 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - .debug_frame 0x0000000000019ff4 0x268 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_frame 0x000000000001a25c 0x1d8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_frame 0x000000000001a434 0xb8 esp-idf/lwip/liblwip.a(wlanif.c.obj) - .debug_frame 0x000000000001a4ec 0x28 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_frame 0x000000000001a514 0x1288 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_frame 0x000000000001b79c 0x148 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_frame 0x000000000001b8e4 0x100 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_frame 0x000000000001b9e4 0x3a0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - .debug_frame 0x000000000001bd84 0x3d0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - .debug_frame 0x000000000001c154 0x178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) - .debug_frame 0x000000000001c2cc 0x238 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_frame 0x000000000001c504 0x208 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) - .debug_frame 0x000000000001c70c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) - .debug_frame 0x000000000001c734 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) - .debug_frame 0x000000000001c75c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) - .debug_frame 0x000000000001c79c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - .debug_frame 0x000000000001c7c4 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) - .debug_frame 0x000000000001c7ec 0xa0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_frame 0x000000000001c88c 0xd0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - .debug_frame 0x000000000001c95c 0x118 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - .debug_frame 0x000000000001ca74 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) - .debug_frame 0x000000000001ca9c 0x88 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - .debug_frame 0x000000000001cb24 0xd0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - .debug_frame 0x000000000001cbf4 0x88 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) - .debug_frame 0x000000000001cc7c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) - .debug_frame 0x000000000001cca4 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) - .debug_frame 0x000000000001cccc 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) - .debug_frame 0x000000000001ccf4 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) - .debug_frame 0x000000000001cd1c 0x2c0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) - .debug_frame 0x000000000001cfdc 0x280 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - .debug_frame 0x000000000001d25c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) - .debug_frame 0x000000000001d29c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) - .debug_frame 0x000000000001d2dc 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) - .debug_frame 0x000000000001d304 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) - .debug_frame 0x000000000001d32c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) - .debug_frame 0x000000000001d36c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) - .debug_frame 0x000000000001d3ac 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) - .debug_frame 0x000000000001d3d4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) - .debug_frame 0x000000000001d414 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) - .debug_frame 0x000000000001d454 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) - .debug_frame 0x000000000001d494 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) - .debug_frame 0x000000000001d4d4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) - .debug_frame 0x000000000001d514 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) - .debug_frame 0x000000000001d554 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) - .debug_frame 0x000000000001d594 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) - .debug_frame 0x000000000001d5d4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) - .debug_frame 0x000000000001d614 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) - .debug_frame 0x000000000001d654 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) - .debug_frame 0x000000000001d694 0x118 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) - .debug_frame 0x000000000001d7ac 0x88 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) - .debug_frame 0x000000000001d834 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) - .debug_frame 0x000000000001d874 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) - .debug_frame 0x000000000001d8b4 0xd0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) - .debug_frame 0x000000000001d984 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) - .debug_frame 0x000000000001d9c4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) - .debug_frame 0x000000000001da04 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) - .debug_frame 0x000000000001da44 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) - .debug_frame 0x000000000001da84 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) - .debug_frame 0x000000000001dac4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) - .debug_frame 0x000000000001db04 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) - .debug_frame 0x000000000001db2c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) - .debug_frame 0x000000000001db6c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) - .debug_frame 0x000000000001dbac 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) - .debug_frame 0x000000000001dbec 0xd0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) - .debug_frame 0x000000000001dcbc 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) - .debug_frame 0x000000000001dd2c 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) - .debug_frame 0x000000000001dd9c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) - .debug_frame 0x000000000001dddc 0x44 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) - .debug_frame 0x000000000001de20 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) - .debug_frame 0x000000000001de48 0x88 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) - .debug_frame 0x000000000001ded0 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) - .debug_frame 0x000000000001df40 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) - .debug_frame 0x000000000001df80 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) - .debug_frame 0x000000000001dfc0 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) - .debug_frame 0x000000000001e000 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) - .debug_frame 0x000000000001e028 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) - .debug_frame 0x000000000001e080 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) - .debug_frame 0x000000000001e0d8 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) - .debug_frame 0x000000000001e118 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) - .debug_frame 0x000000000001e140 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) - .debug_frame 0x000000000001e198 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) - .debug_frame 0x000000000001e1d8 0x1d8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) - .debug_frame 0x000000000001e3b0 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) - .debug_frame 0x000000000001e3d8 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) - .debug_frame 0x000000000001e400 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) - .debug_frame 0x000000000001e458 0x8c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_frame 0x0000000000000040 0x148 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_frame 0x0000000000000188 0xa0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_frame 0x0000000000000228 0xd0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_frame 0x00000000000002f8 0xb8 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .debug_frame 0x00000000000003b0 0x88 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .debug_frame 0x0000000000000438 0x88 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .debug_frame 0x00000000000004c0 0x40 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .debug_frame 0x0000000000000500 0x2e0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .debug_frame 0x00000000000007e0 0xb8 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .debug_frame 0x0000000000000898 0x130 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .debug_frame 0x00000000000009c8 0xa0 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_frame 0x0000000000000a68 0x3e8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_frame 0x0000000000000e50 0xe8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_frame 0x0000000000000f38 0x40 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_frame 0x0000000000000f78 0xd0 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_frame 0x0000000000001048 0xd0 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + .debug_frame 0x0000000000001118 0x88 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_frame 0x00000000000011a0 0x100 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_frame 0x00000000000012a0 0x58 esp-idf/esp32/libesp32.a(int_wdt.c.obj) + .debug_frame 0x00000000000012f8 0x238 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .debug_frame 0x0000000000001530 0x40 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_frame 0x0000000000001570 0x118 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + .debug_frame 0x0000000000001688 0x40 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_frame 0x00000000000016c8 0x58 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_frame 0x0000000000001720 0x40 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_frame 0x0000000000001760 0x100 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_frame 0x0000000000001860 0x88 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .debug_frame 0x00000000000018e8 0x1f0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_frame 0x0000000000001ad8 0x130 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_frame 0x0000000000001c08 0x190 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_frame 0x0000000000001d98 0x40 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_frame 0x0000000000001dd8 0x58 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + .debug_frame 0x0000000000001e30 0x358 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_frame 0x0000000000002188 0x6e8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_frame 0x0000000000002870 0x208 esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_frame 0x0000000000002a78 0x88 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_frame 0x0000000000002b00 0x4d8 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_frame 0x0000000000002fd8 0x2b0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_frame 0x0000000000003288 0x28 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_frame 0x00000000000032b0 0x178 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_frame 0x0000000000003428 0x148 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_frame 0x0000000000003570 0x88 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_frame 0x00000000000035f8 0x40 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_frame 0x0000000000003638 0x40 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + .debug_frame 0x0000000000003678 0x100 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_frame 0x0000000000003778 0x250 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_frame 0x00000000000039c8 0x88 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_frame 0x0000000000003a50 0xb8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_frame 0x0000000000003b08 0x70 esp-idf/main/libmain.a(main.c.obj) + .debug_frame 0x0000000000003b78 0x70 esp-idf/files/libfiles.a(file.c.obj) + .debug_frame 0x0000000000003be8 0x58 esp-idf/ca/libca.a(ca.c.obj) + .debug_frame 0x0000000000003c40 0xa0 esp-idf/ca/libca.a(gen_key.c.obj) + .debug_frame 0x0000000000003ce0 0x190 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .debug_frame 0x0000000000003e70 0x178 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .debug_frame 0x0000000000003fe8 0x88 esp-idf/wifi/libwifi.a(wifi.c.obj) + .debug_frame 0x0000000000004070 0xec esp-idf/https_server/libhttps_server.a(https_server.c.obj) + .debug_frame 0x000000000000415c 0x28 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + .debug_frame 0x0000000000004184 0x40 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_frame 0x00000000000041c4 0x70 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_frame 0x0000000000004234 0xb8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x00000000000042ec 0x130 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x000000000000441c 0x1f0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x000000000000460c 0x58 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x0000000000004664 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_frame 0x000000000000468c 0x88 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_frame 0x0000000000004714 0x130 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_frame 0x0000000000004844 0x130 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_frame 0x0000000000004974 0x118 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_frame 0x0000000000004a8c 0x298 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_frame 0x0000000000004d24 0x88 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_frame 0x0000000000004dac 0xd0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_frame 0x0000000000004e7c 0x70 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_frame 0x0000000000004eec 0x1c0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_frame 0x00000000000050ac 0x280 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_frame 0x000000000000532c 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_frame 0x0000000000005384 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_frame 0x00000000000053dc 0x100 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_frame 0x00000000000054dc 0x148 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_frame 0x0000000000005624 0xb8 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_frame 0x00000000000056dc 0x58 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .debug_frame 0x0000000000005734 0x118 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .debug_frame 0x000000000000584c 0x28 esp-idf/soc/libsoc.a(mpu_hal.c.obj) + .debug_frame 0x0000000000005874 0x58 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .debug_frame 0x00000000000058cc 0x58 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .debug_frame 0x0000000000005924 0xe8 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_frame 0x0000000000005a0c 0x748 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_frame 0x0000000000006154 0xd0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .debug_frame 0x0000000000006224 0xe8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_frame 0x000000000000630c 0x238 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_frame 0x0000000000006544 0xa0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_frame 0x00000000000065e4 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .debug_frame 0x000000000000666c 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .debug_frame 0x00000000000066ac 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_frame 0x00000000000066d4 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .debug_frame 0x000000000000675c 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .debug_frame 0x0000000000006784 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .debug_frame 0x00000000000067dc 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .debug_frame 0x000000000000684c 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .debug_frame 0x00000000000068d4 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .debug_frame 0x0000000000006944 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .debug_frame 0x000000000000696c 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_frame 0x00000000000069f4 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_frame 0x0000000000006a1c 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_frame 0x0000000000006a44 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_frame 0x0000000000006b14 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .debug_frame 0x0000000000006b3c 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_frame 0x0000000000006c24 0x730 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_frame 0x0000000000007354 0x238 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_frame 0x000000000000758c 0x100 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_frame 0x000000000000768c 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_frame 0x0000000000007744 0x2e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_frame 0x0000000000007a24 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_frame 0x0000000000007a94 0x1c0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_frame 0x0000000000007c54 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_frame 0x0000000000007cac 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + .debug_frame 0x0000000000007cec 0x58 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_frame 0x0000000000007d44 0x208 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_frame 0x0000000000007f4c 0x100 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_frame 0x000000000000804c 0x5f8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_frame 0x0000000000008644 0x208 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_frame 0x000000000000884c 0x250 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_frame 0x0000000000008a9c 0x1a8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_frame 0x0000000000008c44 0xa0 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_frame 0x0000000000008ce4 0x220 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_frame 0x0000000000008f04 0x28 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_frame 0x0000000000008f2c 0x70 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_frame 0x0000000000008f9c 0x88 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_frame 0x0000000000009024 0xd0 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_frame 0x00000000000090f4 0x388 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_frame 0x000000000000947c 0x388 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_frame 0x0000000000009804 0x160 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_frame 0x0000000000009964 0x538 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_frame 0x0000000000009e9c 0x118 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_frame 0x0000000000009fb4 0x250 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_frame 0x000000000000a204 0x100 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_frame 0x000000000000a304 0x1a8 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_frame 0x000000000000a4ac 0x3b8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_frame 0x000000000000a864 0x190 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_frame 0x000000000000a9f4 0x58 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_frame 0x000000000000aa4c 0x1d8 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_frame 0x000000000000ac24 0x130 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_frame 0x000000000000ad54 0xa0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_frame 0x000000000000adf4 0x28 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_frame 0x000000000000ae1c 0xe8 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_frame 0x000000000000af04 0xd0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_frame 0x000000000000afd4 0x58 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_frame 0x000000000000b02c 0x88 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_frame 0x000000000000b0b4 0x160 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_frame 0x000000000000b214 0x310 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_frame 0x000000000000b524 0x40 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_frame 0x000000000000b564 0x2b0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_frame 0x000000000000b814 0x118 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_frame 0x000000000000b92c 0xa0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_frame 0x000000000000b9cc 0x6b8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_frame 0x000000000000c084 0x328 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_frame 0x000000000000c3ac 0x370 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_frame 0x000000000000c71c 0x40 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_frame 0x000000000000c75c 0xe8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_frame 0x000000000000c844 0x88 esp-idf/log/liblog.a(log.c.obj) + .debug_frame 0x000000000000c8cc 0x2b0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_frame 0x000000000000cb7c 0x88 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_frame 0x000000000000cc04 0x250 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_frame 0x000000000000ce54 0x388 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_frame 0x000000000000d1dc 0x58 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_frame 0x000000000000d234 0x1d8 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_frame 0x000000000000d40c 0x70 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_frame 0x000000000000d47c 0x610 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_frame 0x000000000000da8c 0x40 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_frame 0x000000000000dacc 0x130 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .debug_frame 0x000000000000dbfc 0x2b0 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .debug_frame 0x000000000000deac 0xa0 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_frame 0x000000000000df4c 0xd0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_frame 0x000000000000e01c 0x148 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_frame 0x000000000000e164 0xe8 esp-idf/console/libconsole.a(commands.c.obj) + .debug_frame 0x000000000000e24c 0x28 esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_frame 0x000000000000e274 0xa00 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_frame 0x000000000000ec74 0x3d0 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_frame 0x000000000000f044 0x220 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_frame 0x000000000000f264 0xd0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_frame 0x000000000000f334 0x1f0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_frame 0x000000000000f524 0x148 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_frame 0x000000000000f66c 0x250 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_frame 0x000000000000f8bc 0x70 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_frame 0x000000000000f92c 0xe8 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + .debug_frame 0x000000000000fa14 0x70 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + .debug_frame 0x000000000000fa84 0xd0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_frame 0x000000000000fb54 0xd0 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_frame 0x000000000000fc24 0x568 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_frame 0x000000000001018c 0xa0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_frame 0x000000000001022c 0x328 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_frame 0x0000000000010554 0xd0 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_frame 0x0000000000010624 0x100 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_frame 0x0000000000010724 0x220 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_frame 0x0000000000010944 0x28 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_frame 0x000000000001096c 0x328 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_frame 0x0000000000010c94 0xa0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_frame 0x0000000000010d34 0x418 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_frame 0x000000000001114c 0x3a0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_frame 0x00000000000114ec 0x118 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_frame 0x0000000000011604 0xa0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_frame 0x00000000000116a4 0x28 esp-idf/newlib/libnewlib.a(select.c.obj) + .debug_frame 0x00000000000116cc 0x88 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_frame 0x0000000000011754 0x58 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + .debug_frame 0x00000000000117ac 0x268 esp-idf/soc/libsoc.a(uart_hal.c.obj) + .debug_frame 0x0000000000011a14 0x70 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + .debug_frame 0x0000000000011a84 0x538 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_frame 0x0000000000011fbc 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_frame 0x000000000001217c 0x580 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_frame 0x00000000000126fc 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_frame 0x000000000001282c 0x178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_frame 0x00000000000129a4 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + .debug_frame 0x00000000000129cc 0x220 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_frame 0x0000000000012bec 0x340 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + .debug_frame 0x0000000000012f2c 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_frame 0x00000000000130ec 0x2f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_frame 0x00000000000133e4 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_frame 0x0000000000013454 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_frame 0x000000000001362c 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_frame 0x0000000000013714 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_frame 0x000000000001379c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_frame 0x00000000000137c4 0x3d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_frame 0x0000000000013b94 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_frame 0x0000000000013c1c 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_frame 0x0000000000013c74 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_frame 0x0000000000013ccc 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_frame 0x0000000000013d24 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_frame 0x0000000000013d4c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_frame 0x0000000000013d8c 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_frame 0x0000000000013ebc 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_frame 0x0000000000013f8c 0x178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .debug_frame 0x0000000000014104 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_frame 0x000000000001424c 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_frame 0x0000000000014394 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_frame 0x00000000000144dc 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_frame 0x0000000000014624 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_frame 0x00000000000147cc 0x2c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_frame 0x0000000000014a94 0x1f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_frame 0x0000000000014c84 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_frame 0x0000000000014e44 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_frame 0x0000000000014f5c 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_frame 0x0000000000015104 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_frame 0x0000000000015264 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_frame 0x00000000000154e4 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_frame 0x000000000001559c 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_frame 0x000000000001563c 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_frame 0x00000000000156f4 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_frame 0x00000000000157f4 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_frame 0x000000000001584c 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_frame 0x0000000000015934 0x208 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_frame 0x0000000000015b3c 0x460 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_frame 0x0000000000015f9c 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + .debug_frame 0x0000000000016054 0x1f0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + .debug_frame 0x0000000000016244 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + .debug_frame 0x0000000000016314 0x268 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_frame 0x000000000001657c 0x88 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_frame 0x0000000000016604 0x418 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_frame 0x0000000000016a1c 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_frame 0x0000000000016a74 0x1a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_frame 0x0000000000016c1c 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_frame 0x0000000000016cd4 0x508 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_frame 0x00000000000171dc 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_frame 0x000000000001727c 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_frame 0x00000000000173ac 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_frame 0x00000000000174ac 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_frame 0x000000000001751c 0x5b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_frame 0x0000000000017acc 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_frame 0x0000000000017b9c 0x3d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_frame 0x0000000000017f6c 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_frame 0x00000000000180e4 0x370 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_frame 0x0000000000018454 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_frame 0x00000000000184ac 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_frame 0x00000000000184ec 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_frame 0x000000000001858c 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_frame 0x0000000000018704 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_frame 0x0000000000018804 0x1c0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_frame 0x00000000000189c4 0x58 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_frame 0x0000000000018a1c 0x4c0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_frame 0x0000000000018edc 0x958 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_frame 0x0000000000019834 0x4a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_frame 0x0000000000019cdc 0x118 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_frame 0x0000000000019df4 0x3e8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_frame 0x000000000001a1dc 0x190 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_frame 0x000000000001a36c 0x268 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_frame 0x000000000001a5d4 0x1d8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_frame 0x000000000001a7ac 0xb8 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_frame 0x000000000001a864 0x28 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_frame 0x000000000001a88c 0x1288 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_frame 0x000000000001bb14 0x148 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_frame 0x000000000001bc5c 0x100 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_frame 0x000000000001bd5c 0x3a0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_frame 0x000000000001c0fc 0x3d0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_frame 0x000000000001c4cc 0x178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_frame 0x000000000001c644 0x238 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_frame 0x000000000001c87c 0x208 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_frame 0x000000000001ca84 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_frame 0x000000000001caac 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_frame 0x000000000001cad4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_frame 0x000000000001cb14 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_frame 0x000000000001cb3c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_frame 0x000000000001cb64 0xa0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_frame 0x000000000001cc04 0xd0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_frame 0x000000000001ccd4 0x118 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + .debug_frame 0x000000000001cdec 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_frame 0x000000000001ce14 0x88 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_frame 0x000000000001ce9c 0xd0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_frame 0x000000000001cf6c 0x88 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_frame 0x000000000001cff4 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) + .debug_frame 0x000000000001d01c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) + .debug_frame 0x000000000001d044 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_frame 0x000000000001d06c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_frame 0x000000000001d094 0x2c0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + .debug_frame 0x000000000001d354 0x280 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .debug_frame 0x000000000001d5d4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) + .debug_frame 0x000000000001d614 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) + .debug_frame 0x000000000001d654 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .debug_frame 0x000000000001d67c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) + .debug_frame 0x000000000001d6a4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) + .debug_frame 0x000000000001d6e4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) + .debug_frame 0x000000000001d724 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) + .debug_frame 0x000000000001d74c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) + .debug_frame 0x000000000001d78c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_frame 0x000000000001d7cc 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_frame 0x000000000001d80c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) + .debug_frame 0x000000000001d84c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_frame 0x000000000001d88c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) + .debug_frame 0x000000000001d8cc 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_frame 0x000000000001d90c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_frame 0x000000000001d94c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) + .debug_frame 0x000000000001d98c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_frame 0x000000000001d9cc 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_frame 0x000000000001da0c 0x118 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + .debug_frame 0x000000000001db24 0x88 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_frame 0x000000000001dbac 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_frame 0x000000000001dbec 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_frame 0x000000000001dc2c 0xd0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) + .debug_frame 0x000000000001dcfc 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_frame 0x000000000001dd3c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) + .debug_frame 0x000000000001dd7c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) + .debug_frame 0x000000000001ddbc 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_frame 0x000000000001ddfc 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_frame 0x000000000001de3c 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) + .debug_frame 0x000000000001de7c 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) + .debug_frame 0x000000000001dea4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_frame 0x000000000001dee4 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) + .debug_frame 0x000000000001df24 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) + .debug_frame 0x000000000001df64 0xd0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + .debug_frame 0x000000000001e034 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_frame 0x000000000001e0a4 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_frame 0x000000000001e114 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_frame 0x000000000001e154 0x44 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + .debug_frame 0x000000000001e198 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_frame 0x000000000001e1c0 0x88 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_frame 0x000000000001e248 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_frame 0x000000000001e2b8 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_frame 0x000000000001e2f8 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) + .debug_frame 0x000000000001e338 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_frame 0x000000000001e378 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_frame 0x000000000001e3a0 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) + .debug_frame 0x000000000001e3f8 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) + .debug_frame 0x000000000001e450 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) + .debug_frame 0x000000000001e490 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_frame 0x000000000001e4b8 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_frame 0x000000000001e510 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_frame 0x000000000001e550 0x1d8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_frame 0x000000000001e728 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_frame 0x000000000001e750 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) + .debug_frame 0x000000000001e778 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_frame 0x000000000001e7d0 0x8c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) -.debug_info 0x0000000000000000 0x40c729 +.debug_info 0x0000000000000000 0x41d59c .debug_info 0x0000000000000000 0x10f7 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - .debug_info 0x00000000000010f7 0x3200 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_info 0x00000000000042f7 0x1aba esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_info 0x0000000000005db1 0x87cb esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .debug_info 0x000000000000e57c 0x64d0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - .debug_info 0x0000000000014a4c 0x57a5 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .debug_info 0x000000000001a1f1 0x26 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) - .debug_info 0x000000000001a217 0x22b6 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - .debug_info 0x000000000001c4cd 0x2a53 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .debug_info 0x000000000001ef20 0x8d97 esp-idf/esp32/libesp32.a(panic.c.obj) - .debug_info 0x0000000000027cb7 0xaae2 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - .debug_info 0x0000000000032799 0x301c esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .debug_info 0x00000000000357b5 0x1499 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .debug_info 0x0000000000036c4e 0xa197 esp-idf/esp32/libesp32.a(clk.c.obj) - .debug_info 0x0000000000040de5 0x4281 esp-idf/esp_common/libesp_common.a(brownout.c.obj) - .debug_info 0x0000000000045066 0x54e3 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_info 0x000000000004a549 0x4609 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - .debug_info 0x000000000004eb52 0x19df esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .debug_info 0x0000000000050531 0x2096 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_info 0x00000000000525c7 0x4a04 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .debug_info 0x0000000000056fcb 0x22f1 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_info 0x00000000000592bc 0x26 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_info 0x00000000000592e2 0x26 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) - .debug_info 0x0000000000059308 0x11ef esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) - .debug_info 0x000000000005a4f7 0x26 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) - .debug_info 0x000000000005a51d 0x164e esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) - .debug_info 0x000000000005bb6b 0x22 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) - .debug_info 0x000000000005bb8d 0x1276 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) - .debug_info 0x000000000005ce03 0x38b1 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_info 0x00000000000606b4 0x7a40 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_info 0x00000000000680f4 0x2786 esp-idf/freertos/libfreertos.a(timers.c.obj) - .debug_info 0x000000000006a87a 0x26 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) - .debug_info 0x000000000006a8a0 0x14b9 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_info 0x000000000006bd59 0x61f4 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_info 0x0000000000071f4d 0x560d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - .debug_info 0x000000000007755a 0xdda esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_info 0x0000000000078334 0x1a41 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_info 0x0000000000079d75 0xc4d esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_info 0x000000000007a9c2 0xafc esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_info 0x000000000007b4be 0x1b3c esp-idf/newlib/libnewlib.a(syscall_table.c.obj) - .debug_info 0x000000000007cffa 0xcb6 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_info 0x000000000007dcb0 0x4c8d esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_info 0x000000000008293d 0x1684 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_info 0x0000000000083fc1 0x26df esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_info 0x00000000000866a0 0x591f esp-idf/main/libmain.a(main.c.obj) - .debug_info 0x000000000008bfbf 0x1015 esp-idf/files/libfiles.a(file.c.obj) - .debug_info 0x000000000008cfd4 0x2e08 esp-idf/ca/libca.a(ca.c.obj) - .debug_info 0x000000000008fddc 0x2de8 esp-idf/ca/libca.a(gen_key.c.obj) - .debug_info 0x0000000000092bc4 0x37b9 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .debug_info 0x000000000009637d 0x7401 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .debug_info 0x000000000009d77e 0x5fed esp-idf/wifi/libwifi.a(wifi.c.obj) - .debug_info 0x00000000000a376b 0x61f8 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - .debug_info 0x00000000000a9963 0xa19 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) - .debug_info 0x00000000000aa37c 0x1628 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - .debug_info 0x00000000000ab9a4 0x1f71 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .debug_info 0x00000000000ad915 0x3f44 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .debug_info 0x00000000000b1859 0x7b0f esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .debug_info 0x00000000000b9368 0x4be4 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .debug_info 0x00000000000bdf4c 0x44af esp-idf/soc/libsoc.a(rtc_time.c.obj) - .debug_info 0x00000000000c23fb 0x3ba5 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .debug_info 0x00000000000c5fa0 0x44d4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_info 0x00000000000ca474 0x8d57 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_info 0x00000000000d31cb 0x4c51 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .debug_info 0x00000000000d7e1c 0x4d6d esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_info 0x00000000000dcb89 0x6152 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_info 0x00000000000e2cdb 0x47da esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .debug_info 0x00000000000e74b5 0xf18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_info 0x00000000000e83cd 0xdf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .debug_info 0x00000000000e91bd 0xc4a esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .debug_info 0x00000000000e9e07 0xaef esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_info 0x00000000000ea8f6 0xf76 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .debug_info 0x00000000000eb86c 0xbc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .debug_info 0x00000000000ec42c 0xe44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .debug_info 0x00000000000ed270 0xffa esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .debug_info 0x00000000000ee26a 0x1376 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .debug_info 0x00000000000ef5e0 0x1223 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .debug_info 0x00000000000f0803 0xb48 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .debug_info 0x00000000000f134b 0xdad esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .debug_info 0x00000000000f20f8 0xc2a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_info 0x00000000000f2d22 0xc66 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_info 0x00000000000f3988 0x1762 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_info 0x00000000000f50ea 0xbaa esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .debug_info 0x00000000000f5c94 0x1535 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_info 0x00000000000f71c9 0xfb9 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_info 0x00000000000f8182 0x1135 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_info 0x00000000000f92b7 0x14e2 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_info 0x00000000000fa799 0x1bd7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_info 0x00000000000fc370 0x10c2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_info 0x00000000000fd432 0xdbc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_info 0x00000000000fe1ee 0x17ba esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_info 0x00000000000ff9a8 0x3704 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) - .debug_info 0x00000000001030ac 0x1fc0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_info 0x000000000010506c 0x1ff2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_info 0x000000000010705e 0x5077 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_info 0x000000000010c0d5 0x5010 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_info 0x00000000001110e5 0x1232 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_info 0x0000000000112317 0x19d2 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_info 0x0000000000113ce9 0x23cd esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .debug_info 0x00000000001160b6 0x113a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_info 0x00000000001171f0 0x21b6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_info 0x00000000001193a6 0x12b7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_info 0x000000000011a65d 0x12d1 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_info 0x000000000011b92e 0x3c28 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_info 0x000000000011f556 0x268b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_info 0x0000000000121be1 0xc81d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_info 0x000000000012e3fe 0xc2ec esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_info 0x000000000013a6ea 0x91ee esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_info 0x00000000001438d8 0x410e esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_info 0x00000000001479e6 0x8052 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_info 0x000000000014fa38 0x792f esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_info 0x0000000000157367 0x752e esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_info 0x000000000015e895 0x2ec0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_info 0x0000000000161755 0x123d esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) - .debug_info 0x0000000000162992 0x7f5d esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_info 0x000000000016a8ef 0x620c esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_info 0x0000000000170afb 0x545f esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_info 0x0000000000175f5a 0x6617 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_info 0x000000000017c571 0x9d71 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .debug_info 0x00000000001862e2 0x602e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_info 0x000000000018c310 0x2b44 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_info 0x000000000018ee54 0x1691 esp-idf/lwip/liblwip.a(def.c.obj) - .debug_info 0x00000000001904e5 0x34cc esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_info 0x00000000001939b1 0x2558 esp-idf/lwip/liblwip.a(init.c.obj) - .debug_info 0x0000000000195f09 0x1ee2 esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_info 0x0000000000197deb 0x1669 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_info 0x0000000000199454 0x2cf5 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_info 0x000000000019c149 0x41dd esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_info 0x00000000001a0326 0x428d esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_info 0x00000000001a45b3 0x281c esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_info 0x00000000001a6dcf 0x4f35 esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_info 0x00000000001abd04 0x3e2c esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_info 0x00000000001afb30 0x49bb esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_info 0x00000000001b44eb 0x2ade esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_info 0x00000000001b6fc9 0x2f8e esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_info 0x00000000001b9f57 0x4a73 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_info 0x00000000001be9ca 0x33f9 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_info 0x00000000001c1dc3 0x22c1 esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_info 0x00000000001c4084 0x2aea esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_info 0x00000000001c6b6e 0x322f esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_info 0x00000000001c9d9d 0x1e52 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_info 0x00000000001cbbef 0x1f2d esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_info 0x00000000001cdb1c 0x26b3 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_info 0x00000000001d01cf 0x348b esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_info 0x00000000001d365a 0x181d esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_info 0x00000000001d4e77 0x29a5 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_info 0x00000000001d781c 0x2847 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_info 0x00000000001da063 0x4380 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_info 0x00000000001de3e3 0x20e3 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_info 0x00000000001e04c6 0x2694 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_info 0x00000000001e2b5a 0x1dce esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_info 0x00000000001e4928 0x2d9a esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_info 0x00000000001e76c2 0x8fe8 esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_info 0x00000000001f06aa 0x4482 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_info 0x00000000001f4b2c 0x562b esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_info 0x00000000001fa157 0x1405 esp-idf/lwip/liblwip.a(err.c.obj) - .debug_info 0x00000000001fb55c 0x1ba1 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_info 0x00000000001fd0fd 0x11fa esp-idf/log/liblog.a(log.c.obj) - .debug_info 0x00000000001fe2f7 0x17c6 esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_info 0x00000000001ffabd 0x2aab esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_info 0x0000000000202568 0x1cab esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_info 0x0000000000204213 0x4272 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_info 0x0000000000208485 0x8076 esp-idf/driver/libdriver.a(gpio.c.obj) - .debug_info 0x00000000002104fb 0x1a0f esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - .debug_info 0x0000000000211f0a 0x67ed esp-idf/driver/libdriver.a(rtc_io.c.obj) - .debug_info 0x00000000002186f7 0x5955 esp-idf/driver/libdriver.a(rtc_module.c.obj) - .debug_info 0x000000000021e04c 0xa136 esp-idf/driver/libdriver.a(uart.c.obj) - .debug_info 0x0000000000228182 0x134a esp-idf/esp32/libesp32.a(hw_random.c.obj) - .debug_info 0x00000000002294cc 0x694b esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .debug_info 0x000000000022fe17 0x39f5 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .debug_info 0x000000000023380c 0xb28b esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .debug_info 0x000000000023ea97 0x136d esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - .debug_info 0x000000000023fe04 0x1438 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .debug_info 0x000000000024123c 0x18f0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_info 0x0000000000242b2c 0x2300 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_info 0x0000000000244e2c 0x1362 esp-idf/console/libconsole.a(commands.c.obj) - .debug_info 0x000000000024618e 0xa92 esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_info 0x0000000000246c20 0x72c2 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_info 0x000000000024dee2 0x2c07 esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_info 0x0000000000250ae9 0x37e0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - .debug_info 0x00000000002542c9 0x2c6c esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - .debug_info 0x0000000000256f35 0x2eb9 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - .debug_info 0x0000000000259dee 0x3dbe esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - .debug_info 0x000000000025dbac 0x3f2f esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .debug_info 0x0000000000261adb 0x2039 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - .debug_info 0x0000000000263b14 0x474c esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - .debug_info 0x0000000000268260 0x581d esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) - .debug_info 0x000000000026da7d 0x194f esp-idf/fatfs/libfatfs.a(diskio.c.obj) - .debug_info 0x000000000026f3cc 0x2017 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - .debug_info 0x00000000002713e3 0x565d esp-idf/fatfs/libfatfs.a(ff.c.obj) - .debug_info 0x0000000000276a40 0x14ea esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - .debug_info 0x0000000000277f2a 0x5348 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .debug_info 0x000000000027d272 0x28ad esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - .debug_info 0x000000000027fb1f 0x1ff9 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - .debug_info 0x0000000000281b18 0x3f45 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - .debug_info 0x0000000000285a5d 0x107 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) - .debug_info 0x0000000000285b64 0x5695 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .debug_info 0x000000000028b1f9 0x2314 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - .debug_info 0x000000000028d50d 0x4111 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - .debug_info 0x000000000029161e 0x4918 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - .debug_info 0x0000000000295f36 0x189c esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - .debug_info 0x00000000002977d2 0x1b7e esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - .debug_info 0x0000000000299350 0x1425 esp-idf/newlib/libnewlib.a(select.c.obj) - .debug_info 0x000000000029a775 0xefd esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - .debug_info 0x000000000029b672 0x4ed1 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) - .debug_info 0x00000000002a0543 0x321f esp-idf/soc/libsoc.a(uart_hal.c.obj) - .debug_info 0x00000000002a3762 0x23c1 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .debug_info 0x00000000002a5b23 0x3a22 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .debug_info 0x00000000002a9545 0x498e esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - .debug_info 0x00000000002aded3 0x65e4 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - .debug_info 0x00000000002b44b7 0xb6b esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - .debug_info 0x00000000002b5022 0x129e esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - .debug_info 0x00000000002b62c0 0x367a esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - .debug_info 0x00000000002b993a 0x1e00 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - .debug_info 0x00000000002bb73a 0x4447 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_info 0x00000000002bfb81 0x3e3f esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .debug_info 0x00000000002c39c0 0x53fc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .debug_info 0x00000000002c8dbc 0x782a esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .debug_info 0x00000000002d05e6 0x48d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_info 0x00000000002d4ebe 0x1ef2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_info 0x00000000002d6db0 0x68cf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_info 0x00000000002dd67f 0x5cc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_info 0x00000000002e3341 0x1a8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_info 0x00000000002e4dcf 0x2734 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) - .debug_info 0x00000000002e7503 0x17e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_info 0x00000000002e8ce6 0x1b2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - .debug_info 0x00000000002ea813 0x1a52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_info 0x00000000002ec265 0x22c3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_info 0x00000000002ee528 0x1a46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_info 0x00000000002eff6e 0x359c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_info 0x00000000002f350a 0x1c29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_info 0x00000000002f5133 0xae8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_info 0x00000000002f5c1b 0x9d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_info 0x00000000002f65f4 0x576b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_info 0x00000000002fbd5f 0x189d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - .debug_info 0x00000000002fd5fc 0xebc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_info 0x00000000002fe4b8 0xf54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_info 0x00000000002ff40c 0xf54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_info 0x0000000000300360 0x9a5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_info 0x0000000000300d05 0x9c9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_info 0x00000000003016ce 0x1140 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_info 0x000000000030280e 0x117d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_info 0x000000000030398b 0x12fd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .debug_info 0x0000000000304c88 0x36cd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_info 0x0000000000308355 0x2861 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .debug_info 0x000000000030abb6 0x212d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_info 0x000000000030cce3 0x128a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_info 0x000000000030df6d 0x173c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_info 0x000000000030f6a9 0x2482 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_info 0x0000000000311b2b 0x1e0e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_info 0x0000000000313939 0x2632 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_info 0x0000000000315f6b 0x22ac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_info 0x0000000000318217 0x1ce3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_info 0x0000000000319efa 0x1251 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_info 0x000000000031b14b 0x1bd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_info 0x000000000031cd23 0x18e8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_info 0x000000000031e60b 0x1a18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_info 0x0000000000320023 0xdc9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_info 0x0000000000320dec 0x1cce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_info 0x0000000000322aba 0x2a49 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_info 0x0000000000325503 0x4b3b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_info 0x000000000032a03e 0x1600 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - .debug_info 0x000000000032b63e 0x1ffc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - .debug_info 0x000000000032d63a 0x137a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - .debug_info 0x000000000032e9b4 0x3863 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_info 0x0000000000332217 0xb04 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_info 0x0000000000332d1b 0x681f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_info 0x000000000033953a 0x5866 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_info 0x000000000033eda0 0x97c3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_info 0x0000000000348563 0x1e64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_info 0x000000000034a3c7 0x11ae esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_info 0x000000000034b575 0x154e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_info 0x000000000034cac3 0xd8d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_info 0x000000000034d850 0x9c99 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_info 0x00000000003574e9 0x2049 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_info 0x0000000000359532 0x3fca esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_info 0x000000000035d4fc 0x1953 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_info 0x000000000035ee4f 0x2795 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_info 0x00000000003615e4 0xf11 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_info 0x00000000003624f5 0x59ff esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_info 0x0000000000367ef4 0x1417 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_info 0x000000000036930b 0x1f2c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_info 0x000000000036b237 0x5755 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_info 0x000000000037098c 0x1459 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) - .debug_info 0x0000000000371de5 0x230 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) - .debug_info 0x0000000000372015 0x3b1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - .debug_info 0x0000000000375b30 0x5799 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - .debug_info 0x000000000037b2c9 0x4212 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - .debug_info 0x000000000037f4db 0xec6 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_info 0x00000000003803a1 0x4686 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_info 0x0000000000384a27 0x2761 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - .debug_info 0x0000000000387188 0x58b5 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_info 0x000000000038ca3d 0x59a6 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_info 0x00000000003923e3 0x575f esp-idf/lwip/liblwip.a(wlanif.c.obj) - .debug_info 0x0000000000397b42 0x1bf4 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_info 0x0000000000399736 0xb66e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_info 0x00000000003a4da4 0x2e0d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_info 0x00000000003a7bb1 0x10cc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_info 0x00000000003a8c7d 0x5acc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - .debug_info 0x00000000003ae749 0x6157 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - .debug_info 0x00000000003b48a0 0x1fc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) - .debug_info 0x00000000003b6866 0x1d33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_info 0x00000000003b8599 0x181c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) - .debug_info 0x00000000003b9db5 0x1151 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) - .debug_info 0x00000000003baf06 0x3ad /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) - .debug_info 0x00000000003bb2b3 0x440 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) - .debug_info 0x00000000003bb6f3 0x49f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - .debug_info 0x00000000003bbb92 0x3dc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) - .debug_info 0x00000000003bbf6e 0x8df /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_info 0x00000000003bc84d 0x146f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - .debug_info 0x00000000003bdcbc 0x286f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - .debug_info 0x00000000003c052b 0x3c0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) - .debug_info 0x00000000003c08eb 0x19c3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - .debug_info 0x00000000003c22ae 0x9cc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - .debug_info 0x00000000003c2c7a 0x57d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) - .debug_info 0x00000000003c31f7 0x11ec /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_info 0x00000000003c43e3 0x44f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) - .debug_info 0x00000000003c4832 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) - .debug_info 0x00000000003c4858 0x114b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) - .debug_info 0x00000000003c59a3 0x11ac /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) - .debug_info 0x00000000003c6b4f 0x10fd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) - .debug_info 0x00000000003c7c4c 0x1175 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) - .debug_info 0x00000000003c8dc1 0x2700 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) - .debug_info 0x00000000003cb4c1 0x2f9e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - .debug_info 0x00000000003ce45f 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) - .debug_info 0x00000000003ce485 0x5d /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) - .debug_info 0x00000000003ce4e2 0x78 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(int_asm--set_intclear.o) - .debug_info 0x00000000003ce55a 0x55 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) - .debug_info 0x00000000003ce5af 0x7a /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--restore_extra_nw.o) - .debug_info 0x00000000003ce629 0x7a /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--save_extra_nw.o) - .debug_info 0x00000000003ce6a3 0xcdb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) - .debug_info 0x00000000003cf37e 0xa3e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) - .debug_info 0x00000000003cfdbc 0x977 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) - .debug_info 0x00000000003d0733 0xc72 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) - .debug_info 0x00000000003d13a5 0xcec /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) - .debug_info 0x00000000003d2091 0xe0d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) - .debug_info 0x00000000003d2e9e 0xca8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) - .debug_info 0x00000000003d3b46 0xa93 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) - .debug_info 0x00000000003d45d9 0xe40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) - .debug_info 0x00000000003d5419 0xa9c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) - .debug_info 0x00000000003d5eb5 0xd14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) - .debug_info 0x00000000003d6bc9 0xdcd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) - .debug_info 0x00000000003d7996 0xe12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) - .debug_info 0x00000000003d87a8 0xce9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) - .debug_info 0x00000000003d9491 0x11f0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) - .debug_info 0x00000000003da681 0xca5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) - .debug_info 0x00000000003db326 0xd28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) - .debug_info 0x00000000003dc04e 0xe28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) - .debug_info 0x00000000003dce76 0x1623 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) - .debug_info 0x00000000003de499 0x115a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) - .debug_info 0x00000000003df5f3 0xf4b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) - .debug_info 0x00000000003e053e 0x105f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) - .debug_info 0x00000000003e159d 0x130c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) - .debug_info 0x00000000003e28a9 0xcd3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) - .debug_info 0x00000000003e357c 0xd8b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) - .debug_info 0x00000000003e4307 0xc39 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) - .debug_info 0x00000000003e4f40 0xde8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) - .debug_info 0x00000000003e5d28 0xb1e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) - .debug_info 0x00000000003e6846 0xc6f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) - .debug_info 0x00000000003e74b5 0xdf7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) - .debug_info 0x00000000003e82ac 0xd51 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) - .debug_info 0x00000000003e8ffd 0xcec /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) - .debug_info 0x00000000003e9ce9 0xd1b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) - .debug_info 0x00000000003eaa04 0x1eb4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) - .debug_info 0x00000000003ec8b8 0x1259 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) - .debug_info 0x00000000003edb11 0x1253 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) - .debug_info 0x00000000003eed64 0x2c10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) - .debug_info 0x00000000003f1974 0x29c2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) - .debug_info 0x00000000003f4336 0xa0f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) - .debug_info 0x00000000003f4d45 0x285f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) - .debug_info 0x00000000003f75a4 0x2f2f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) - .debug_info 0x00000000003fa4d3 0xca7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) - .debug_info 0x00000000003fb17a 0xd10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) - .debug_info 0x00000000003fbe8a 0x1a1b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) - .debug_info 0x00000000003fd8a5 0x9fd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) - .debug_info 0x00000000003fe2a2 0x173b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) - .debug_info 0x00000000003ff9dd 0x121b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) - .debug_info 0x0000000000400bf8 0x9f7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) - .debug_info 0x00000000004015ef 0xed9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) - .debug_info 0x00000000004024c8 0x1022 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) - .debug_info 0x00000000004034ea 0x10c5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) - .debug_info 0x00000000004045af 0x1ff0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) - .debug_info 0x000000000040659f 0xa9d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) - .debug_info 0x000000000040703c 0x995 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) - .debug_info 0x00000000004079d1 0x2567 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) - .debug_info 0x0000000000409f38 0x27f1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_info 0x00000000000010f7 0x26 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .debug_info 0x000000000000111d 0x72c0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_info 0x00000000000083dd 0x39f5 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_info 0x000000000000bdd2 0x6e73 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_info 0x0000000000012c45 0x4146 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .debug_info 0x0000000000016d8b 0x1508 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .debug_info 0x0000000000018293 0x23c1 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .debug_info 0x000000000001a654 0x12ba esp-idf/soc/libsoc.a(soc_hal.c.obj) + .debug_info 0x000000000001b90e 0x7b0f esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .debug_info 0x000000000002341d 0x44af esp-idf/soc/libsoc.a(rtc_time.c.obj) + .debug_info 0x00000000000278cc 0x3ba5 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .debug_info 0x000000000002b471 0x17e5 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_info 0x000000000002cc56 0x3200 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_info 0x000000000002fe56 0x1aba esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_info 0x0000000000031910 0x14b8 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_info 0x0000000000032dc8 0xa197 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_info 0x000000000003cf5f 0x85f1 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + .debug_info 0x0000000000045550 0x6513 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_info 0x000000000004ba63 0x57fa esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_info 0x000000000005125d 0x22f9 esp-idf/esp32/libesp32.a(int_wdt.c.obj) + .debug_info 0x0000000000053556 0x2acc esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .debug_info 0x0000000000056022 0xaba9 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_info 0x0000000000060bcb 0x301c esp-idf/esp32/libesp32.a(task_wdt.c.obj) + .debug_info 0x0000000000063be7 0x42a0 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_info 0x0000000000067e87 0xcc6 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_info 0x0000000000068b4d 0x558b esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_info 0x000000000006e0d8 0x465e esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_info 0x0000000000072736 0x19fe esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .debug_info 0x0000000000074134 0x2096 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_info 0x00000000000761ca 0x4a04 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_info 0x000000000007abce 0x2481 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_info 0x000000000007d04f 0x26 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_info 0x000000000007d075 0x26 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_info 0x000000000007d09b 0x11ef esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_info 0x000000000007e28a 0x26 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) + .debug_info 0x000000000007e2b0 0x1691 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + .debug_info 0x000000000007f941 0x22 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_info 0x000000000007f963 0x1276 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_info 0x0000000000080bd9 0x394e esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_info 0x0000000000084527 0x84a1 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_info 0x000000000008c9c8 0x27a5 esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_info 0x000000000008f16d 0x26 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_info 0x000000000008f193 0x14b9 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_info 0x000000000009064c 0x61f4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_info 0x0000000000096840 0x560d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_info 0x000000000009be4d 0x1307 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_info 0x000000000009d154 0xdda esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_info 0x000000000009df2e 0x1a41 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_info 0x000000000009f96f 0xc4d esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_info 0x00000000000a05bc 0xafc esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_info 0x00000000000a10b8 0x1b3c esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + .debug_info 0x00000000000a2bf4 0xcb6 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_info 0x00000000000a38aa 0x4c8d esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_info 0x00000000000a8537 0x1684 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_info 0x00000000000a9bbb 0x26df esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_info 0x00000000000ac29a 0x5920 esp-idf/main/libmain.a(main.c.obj) + .debug_info 0x00000000000b1bba 0x1015 esp-idf/files/libfiles.a(file.c.obj) + .debug_info 0x00000000000b2bcf 0x3774 esp-idf/ca/libca.a(ca.c.obj) + .debug_info 0x00000000000b6343 0x2dea esp-idf/ca/libca.a(gen_key.c.obj) + .debug_info 0x00000000000b912d 0x37b9 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .debug_info 0x00000000000bc8e6 0x7401 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .debug_info 0x00000000000c3ce7 0x6095 esp-idf/wifi/libwifi.a(wifi.c.obj) + .debug_info 0x00000000000c9d7c 0x62ba esp-idf/https_server/libhttps_server.a(https_server.c.obj) + .debug_info 0x00000000000d0036 0xa19 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + .debug_info 0x00000000000d0a4f 0x1689 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_info 0x00000000000d20d8 0xfb9 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_info 0x00000000000d3091 0x1135 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000000d41c6 0x14e2 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x00000000000d56a8 0x1bd7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000000d727f 0x10c2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_info 0x00000000000d8341 0xdbc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x00000000000d90fd 0x127d esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x00000000000da37a 0x17ba esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_info 0x00000000000dbb34 0x3704 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_info 0x00000000000df238 0x2109 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_info 0x00000000000e1341 0x1ff2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_info 0x00000000000e3333 0x50bf esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_info 0x00000000000e83f2 0x5010 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_info 0x00000000000ed402 0x1232 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_info 0x00000000000ee634 0x19d2 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_info 0x00000000000f0006 0x23cd esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_info 0x00000000000f23d3 0x113a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_info 0x00000000000f350d 0x21b6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_info 0x00000000000f56c3 0x12b7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_info 0x00000000000f697a 0x12d1 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_info 0x00000000000f7c4b 0x3c28 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_info 0x00000000000fb873 0x268b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_info 0x00000000000fdefe 0x1485 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_info 0x00000000000ff383 0x26 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_info 0x00000000000ff3a9 0x3a22 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .debug_info 0x0000000000102dcb 0x49be esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .debug_info 0x0000000000107789 0xab4 esp-idf/soc/libsoc.a(mpu_hal.c.obj) + .debug_info 0x000000000010823d 0x1f71 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .debug_info 0x000000000010a1ae 0x4be4 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .debug_info 0x000000000010ed92 0x44d4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_info 0x0000000000113266 0x8ece esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_info 0x000000000011c134 0x4c51 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .debug_info 0x0000000000120d85 0x4d6d esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_info 0x0000000000125af2 0x6152 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_info 0x000000000012bc44 0x47da esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_info 0x000000000013041e 0xf38 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_info 0x0000000000131356 0xdf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .debug_info 0x0000000000132146 0xc4a esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .debug_info 0x0000000000132d90 0xaef esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_info 0x000000000013387f 0xf76 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .debug_info 0x00000000001347f5 0xbc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .debug_info 0x00000000001353b5 0xe44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .debug_info 0x00000000001361f9 0xffa esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .debug_info 0x00000000001371f3 0x1376 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .debug_info 0x0000000000138569 0x1223 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .debug_info 0x000000000013978c 0xb48 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .debug_info 0x000000000013a2d4 0xdad esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_info 0x000000000013b081 0xc2a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_info 0x000000000013bcab 0xc66 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_info 0x000000000013c911 0x1762 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_info 0x000000000013e073 0xbaa esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .debug_info 0x000000000013ec1d 0x1535 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_info 0x0000000000140152 0xc83e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_info 0x000000000014c990 0xc2ec esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_info 0x0000000000158c7c 0x91ee esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_info 0x0000000000161e6a 0x410e esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_info 0x0000000000165f78 0x8052 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_info 0x000000000016dfca 0x792f esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_info 0x00000000001758f9 0x752e esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_info 0x000000000017ce27 0x2ec0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_info 0x000000000017fce7 0x123d esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + .debug_info 0x0000000000180f24 0x8005 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_info 0x0000000000188f29 0x62b4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_info 0x000000000018f1dd 0x5507 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_info 0x00000000001946e4 0x68cd esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_info 0x000000000019afb1 0x9e53 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_info 0x00000000001a4e04 0x602e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_info 0x00000000001aae32 0x2b44 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_info 0x00000000001ad976 0x1691 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_info 0x00000000001af007 0x34cc esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_info 0x00000000001b24d3 0x2558 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_info 0x00000000001b4a2b 0x1ee2 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_info 0x00000000001b690d 0x1669 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_info 0x00000000001b7f76 0x2cf5 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_info 0x00000000001bac6b 0x41dd esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_info 0x00000000001bee48 0x428d esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_info 0x00000000001c30d5 0x281c esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_info 0x00000000001c58f1 0x4f35 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_info 0x00000000001ca826 0x3e2c esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_info 0x00000000001ce652 0x49bb esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_info 0x00000000001d300d 0x2ade esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_info 0x00000000001d5aeb 0x2f8e esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_info 0x00000000001d8a79 0x4a8d esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_info 0x00000000001dd506 0x33f9 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_info 0x00000000001e08ff 0x22c1 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_info 0x00000000001e2bc0 0x2aea esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_info 0x00000000001e56aa 0x322f esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_info 0x00000000001e88d9 0x1e52 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_info 0x00000000001ea72b 0x1f2d esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_info 0x00000000001ec658 0x26b3 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_info 0x00000000001eed0b 0x348b esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_info 0x00000000001f2196 0x181d esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_info 0x00000000001f39b3 0x29a5 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_info 0x00000000001f6358 0x2847 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_info 0x00000000001f8b9f 0x4380 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_info 0x00000000001fcf1f 0x20e3 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_info 0x00000000001ff002 0x2694 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_info 0x0000000000201696 0x1dce esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_info 0x0000000000203464 0x2d9a esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_info 0x00000000002061fe 0x8fe8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_info 0x000000000020f1e6 0x4482 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_info 0x0000000000213668 0x562b esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_info 0x0000000000218c93 0x1405 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_info 0x000000000021a098 0x1ba1 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_info 0x000000000021bc39 0x1269 esp-idf/log/liblog.a(log.c.obj) + .debug_info 0x000000000021cea2 0x2ada esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_info 0x000000000021f97c 0x1cab esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_info 0x0000000000221627 0x4488 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_info 0x0000000000225aaf 0x80a7 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_info 0x000000000022db56 0x1bf4 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_info 0x000000000022f74a 0x67ed esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_info 0x0000000000235f37 0x5955 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_info 0x000000000023b88c 0xa136 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_info 0x00000000002459c2 0x134a esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_info 0x0000000000246d0c 0x69b2 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .debug_info 0x000000000024d6be 0xb28b esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .debug_info 0x0000000000258949 0x136d esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_info 0x0000000000259cb6 0x18f0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_info 0x000000000025b5a6 0x2331 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_info 0x000000000025d8d7 0x1362 esp-idf/console/libconsole.a(commands.c.obj) + .debug_info 0x000000000025ec39 0xa92 esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_info 0x000000000025f6cb 0x72c2 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_info 0x000000000026698d 0x2c07 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_info 0x0000000000269594 0x37e0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_info 0x000000000026cd74 0x2c6c esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_info 0x000000000026f9e0 0x2eb9 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_info 0x0000000000272899 0x3dbf esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_info 0x0000000000276658 0x3eef esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_info 0x000000000027a547 0x2039 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_info 0x000000000027c580 0x484f esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + .debug_info 0x0000000000280dcf 0x581d esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + .debug_info 0x00000000002865ec 0x194f esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_info 0x0000000000287f3b 0x2017 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_info 0x0000000000289f52 0x565d esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_info 0x000000000028f5af 0x14ea esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_info 0x0000000000290a99 0x5348 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_info 0x0000000000295de1 0x28ad esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_info 0x000000000029868e 0x1ff9 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_info 0x000000000029a687 0x3f45 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_info 0x000000000029e5cc 0x107 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_info 0x000000000029e6d3 0x5695 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_info 0x00000000002a3d68 0x2314 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_info 0x00000000002a607c 0x4111 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_info 0x00000000002aa18d 0x4918 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_info 0x00000000002aeaa5 0x189c esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_info 0x00000000002b0341 0x1b7e esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_info 0x00000000002b1ebf 0x1425 esp-idf/newlib/libnewlib.a(select.c.obj) + .debug_info 0x00000000002b32e4 0xefd esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_info 0x00000000002b41e1 0x4ed1 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + .debug_info 0x00000000002b90b2 0x3225 esp-idf/soc/libsoc.a(uart_hal.c.obj) + .debug_info 0x00000000002bc2d7 0x65e4 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + .debug_info 0x00000000002c28bb 0xb6c esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .debug_info 0x00000000002c3427 0x4a08 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_info 0x00000000002c7e2f 0x1f2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_info 0x00000000002c9d5c 0x68f2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_info 0x00000000002d064e 0x5cc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_info 0x00000000002d6310 0x1a8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_info 0x00000000002d7d9e 0x2734 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + .debug_info 0x00000000002da4d2 0x17e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_info 0x00000000002dbcb5 0x1b2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + .debug_info 0x00000000002dd7e2 0x1a52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_info 0x00000000002df234 0x22c3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_info 0x00000000002e14f7 0x1a46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_info 0x00000000002e2f3d 0x3634 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_info 0x00000000002e6571 0x1d5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_info 0x00000000002e82cb 0xae8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_info 0x00000000002e8db3 0x9d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_info 0x00000000002e978c 0x5808 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_info 0x00000000002eef94 0x189d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_info 0x00000000002f0831 0xebc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_info 0x00000000002f16ed 0xf54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_info 0x00000000002f2641 0xf54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_info 0x00000000002f3595 0x9a5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_info 0x00000000002f3f3a 0x9c9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_info 0x00000000002f4903 0x23a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_info 0x00000000002f6ca5 0x21ee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_info 0x00000000002f8e93 0x2242 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .debug_info 0x00000000002fb0d5 0x1140 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_info 0x00000000002fc215 0x117d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_info 0x00000000002fd392 0x12fd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_info 0x00000000002fe68f 0x128a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_info 0x00000000002ff919 0x173c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_info 0x0000000000301055 0x247a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_info 0x00000000003034cf 0x1e0e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_info 0x00000000003052dd 0x28f9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_info 0x0000000000307bd6 0x22ac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_info 0x0000000000309e82 0x1d94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_info 0x000000000030bc16 0x1251 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_info 0x000000000030ce67 0x1bd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_info 0x000000000030ea3f 0x18e8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_info 0x0000000000310327 0x1a18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_info 0x0000000000311d3f 0xfc9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_info 0x0000000000312d08 0x212d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_info 0x0000000000314e35 0xdc9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_info 0x0000000000315bfe 0x1cce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_info 0x00000000003178cc 0x2a49 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_info 0x000000000031a315 0x4b3a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_info 0x000000000031ee4f 0x1600 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + .debug_info 0x000000000032044f 0x1ffc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + .debug_info 0x000000000032244b 0x137a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + .debug_info 0x00000000003237c5 0x3863 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_info 0x0000000000327028 0x129e esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + .debug_info 0x00000000003282c6 0x367a esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + .debug_info 0x000000000032b940 0x1e00 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + .debug_info 0x000000000032d740 0x4447 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_info 0x0000000000331b87 0x3e3f esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_info 0x00000000003359c6 0x54a4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_info 0x000000000033ae6a 0x78d4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_info 0x000000000034273e 0xb04 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_info 0x0000000000343242 0x69ed esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_info 0x0000000000349c2f 0x59ed esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_info 0x000000000034f61c 0x994c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_info 0x0000000000358f68 0x1e64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_info 0x000000000035adcc 0x12cc esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_info 0x000000000035c098 0x154e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_info 0x000000000035d5e6 0xd8d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_info 0x000000000035e373 0x9d41 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_info 0x00000000003680b4 0x2049 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_info 0x000000000036a0fd 0x3fb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_info 0x000000000036e0b1 0x1953 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_info 0x000000000036fa04 0x27b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_info 0x00000000003721bc 0xf11 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_info 0x00000000003730cd 0x5aa7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_info 0x0000000000378b74 0x1417 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_info 0x0000000000379f8b 0x1f56 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_info 0x000000000037bee1 0x57fd esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_info 0x00000000003816de 0x1459 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_info 0x0000000000382b37 0x230 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_info 0x0000000000382d67 0x3b1b /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_info 0x0000000000386882 0x5799 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_info 0x000000000038c01b 0x4212 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_info 0x000000000039022d 0xec6 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_info 0x00000000003910f3 0x4686 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_info 0x0000000000395779 0x2761 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_info 0x0000000000397eda 0x58da esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_info 0x000000000039d7b4 0x59fa esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_info 0x00000000003a31ae 0x5807 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_info 0x00000000003a89b5 0x1bf4 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_info 0x00000000003aa5a9 0xb66e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_info 0x00000000003b5c17 0x2e0d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_info 0x00000000003b8a24 0x10cc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_info 0x00000000003b9af0 0x5acc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_info 0x00000000003bf5bc 0x6157 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_info 0x00000000003c5713 0x1fc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_info 0x00000000003c76d9 0x1d33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_info 0x00000000003c940c 0x181c /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_info 0x00000000003cac28 0x1151 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_info 0x00000000003cbd79 0x3ad /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_info 0x00000000003cc126 0x440 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_info 0x00000000003cc566 0x49f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_info 0x00000000003cca05 0x3dc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_info 0x00000000003ccde1 0x8df /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_info 0x00000000003cd6c0 0x146f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_info 0x00000000003ceb2f 0x286f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + .debug_info 0x00000000003d139e 0x3c0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_info 0x00000000003d175e 0x19c3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_info 0x00000000003d3121 0x9cc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_info 0x00000000003d3aed 0x57d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_info 0x00000000003d406a 0x11ec /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_info 0x00000000003d5256 0x44f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_info 0x00000000003d56a5 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .debug_info 0x00000000003d56cb 0x114b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) + .debug_info 0x00000000003d6816 0x11ac /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) + .debug_info 0x00000000003d79c2 0x10fd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_info 0x00000000003d8abf 0x1175 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_info 0x00000000003d9c34 0x2700 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + .debug_info 0x00000000003dc334 0x2f9e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .debug_info 0x00000000003df2d2 0x26 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) + .debug_info 0x00000000003df2f8 0x5d /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) + .debug_info 0x00000000003df355 0x78 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(int_asm--set_intclear.o) + .debug_info 0x00000000003df3cd 0x55 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) + .debug_info 0x00000000003df422 0x7a /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--restore_extra_nw.o) + .debug_info 0x00000000003df49c 0x7a /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--save_extra_nw.o) + .debug_info 0x00000000003df516 0xcdb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) + .debug_info 0x00000000003e01f1 0xa3e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) + .debug_info 0x00000000003e0c2f 0x977 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .debug_info 0x00000000003e15a6 0xc72 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) + .debug_info 0x00000000003e2218 0xcec /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) + .debug_info 0x00000000003e2f04 0xe0d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) + .debug_info 0x00000000003e3d11 0xca8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) + .debug_info 0x00000000003e49b9 0xa93 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) + .debug_info 0x00000000003e544c 0xe40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_info 0x00000000003e628c 0xa9c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_info 0x00000000003e6d28 0xd14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) + .debug_info 0x00000000003e7a3c 0xdcd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_info 0x00000000003e8809 0xe12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) + .debug_info 0x00000000003e961b 0xce9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_info 0x00000000003ea304 0x11f0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_info 0x00000000003eb4f4 0xca5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) + .debug_info 0x00000000003ec199 0xd28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_info 0x00000000003ecec1 0xe28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_info 0x00000000003edce9 0x1623 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + .debug_info 0x00000000003ef30c 0x115a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_info 0x00000000003f0466 0xf4b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_info 0x00000000003f13b1 0x105f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_info 0x00000000003f2410 0x130c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) + .debug_info 0x00000000003f371c 0xcd3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_info 0x00000000003f43ef 0xd8b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) + .debug_info 0x00000000003f517a 0xc39 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) + .debug_info 0x00000000003f5db3 0xde8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_info 0x00000000003f6b9b 0xb1e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_info 0x00000000003f76b9 0xc6f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) + .debug_info 0x00000000003f8328 0xdf7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) + .debug_info 0x00000000003f911f 0xd51 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_info 0x00000000003f9e70 0xcec /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) + .debug_info 0x00000000003fab5c 0xd1b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) + .debug_info 0x00000000003fb877 0x1eb4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + .debug_info 0x00000000003fd72b 0x1259 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_info 0x00000000003fe984 0x1253 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_info 0x00000000003ffbd7 0x2c10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_info 0x00000000004027e7 0x29c2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + .debug_info 0x00000000004051a9 0xa0f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_info 0x0000000000405bb8 0x285f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_info 0x0000000000408417 0x2f2f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_info 0x000000000040b346 0xca7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_info 0x000000000040bfed 0xd10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) + .debug_info 0x000000000040ccfd 0x1a1b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_info 0x000000000040e718 0x9fd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_info 0x000000000040f115 0x173b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) + .debug_info 0x0000000000410850 0x121b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) + .debug_info 0x0000000000411a6b 0x9f7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) + .debug_info 0x0000000000412462 0xed9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_info 0x000000000041333b 0x1022 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_info 0x000000000041435d 0x10c5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_info 0x0000000000415422 0x1ff0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_info 0x0000000000417412 0xa9d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_info 0x0000000000417eaf 0x995 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) + .debug_info 0x0000000000418844 0x2567 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_info 0x000000000041adab 0x27f1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) -.debug_abbrev 0x0000000000000000 0x55eb7 +.debug_abbrev 0x0000000000000000 0x57e5d .debug_abbrev 0x0000000000000000 0x2a6 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - .debug_abbrev 0x00000000000002a6 0x55e esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_abbrev 0x0000000000000804 0x31a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_abbrev 0x0000000000000b1e 0x53e esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .debug_abbrev 0x000000000000105c 0x3b9 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - .debug_abbrev 0x0000000000001415 0x49a esp-idf/esp32/libesp32.a(dport_access.c.obj) - .debug_abbrev 0x00000000000018af 0x14 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) - .debug_abbrev 0x00000000000018c3 0x321 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - .debug_abbrev 0x0000000000001be4 0x4af esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .debug_abbrev 0x0000000000002093 0x623 esp-idf/esp32/libesp32.a(panic.c.obj) - .debug_abbrev 0x00000000000026b6 0x469 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - .debug_abbrev 0x0000000000002b1f 0x43b esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .debug_abbrev 0x0000000000002f5a 0x2a7 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .debug_abbrev 0x0000000000003201 0x4a7 esp-idf/esp32/libesp32.a(clk.c.obj) - .debug_abbrev 0x00000000000036a8 0x355 esp-idf/esp_common/libesp_common.a(brownout.c.obj) - .debug_abbrev 0x00000000000039fd 0x36f esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_abbrev 0x0000000000003d6c 0x39c esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - .debug_abbrev 0x0000000000004108 0x32b esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .debug_abbrev 0x0000000000004433 0x421 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_abbrev 0x0000000000004854 0x46d esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .debug_abbrev 0x0000000000004cc1 0x4b5 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_abbrev 0x0000000000005176 0x14 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_abbrev 0x000000000000518a 0x14 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) - .debug_abbrev 0x000000000000519e 0x1ea esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) - .debug_abbrev 0x0000000000005388 0x14 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) - .debug_abbrev 0x000000000000539c 0x294 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) - .debug_abbrev 0x0000000000005630 0x12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) - .debug_abbrev 0x0000000000005642 0x18b esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) - .debug_abbrev 0x00000000000057cd 0x389 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_abbrev 0x0000000000005b56 0x49d esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_abbrev 0x0000000000005ff3 0x3d3 esp-idf/freertos/libfreertos.a(timers.c.obj) - .debug_abbrev 0x00000000000063c6 0x14 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) - .debug_abbrev 0x00000000000063da 0x209 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_abbrev 0x00000000000065e3 0x5d2 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_abbrev 0x0000000000006bb5 0x550 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - .debug_abbrev 0x0000000000007105 0x2a0 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_abbrev 0x00000000000073a5 0x322 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_abbrev 0x00000000000076c7 0x296 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_abbrev 0x000000000000795d 0x249 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_abbrev 0x0000000000007ba6 0x233 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) - .debug_abbrev 0x0000000000007dd9 0x2c8 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_abbrev 0x00000000000080a1 0x4eb esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_abbrev 0x000000000000858c 0x45f esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_abbrev 0x00000000000089eb 0x5ce esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_abbrev 0x0000000000008fb9 0x37f esp-idf/main/libmain.a(main.c.obj) - .debug_abbrev 0x0000000000009338 0x277 esp-idf/files/libfiles.a(file.c.obj) - .debug_abbrev 0x00000000000095af 0x352 esp-idf/ca/libca.a(ca.c.obj) - .debug_abbrev 0x0000000000009901 0x3fe esp-idf/ca/libca.a(gen_key.c.obj) - .debug_abbrev 0x0000000000009cff 0x3d3 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .debug_abbrev 0x000000000000a0d2 0x436 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .debug_abbrev 0x000000000000a508 0x3e8 esp-idf/wifi/libwifi.a(wifi.c.obj) - .debug_abbrev 0x000000000000a8f0 0x498 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - .debug_abbrev 0x000000000000ad88 0x248 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) - .debug_abbrev 0x000000000000afd0 0x2a5 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - .debug_abbrev 0x000000000000b275 0x1cb esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .debug_abbrev 0x000000000000b440 0x2b7 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .debug_abbrev 0x000000000000b6f7 0x4b0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .debug_abbrev 0x000000000000bba7 0x33f esp-idf/soc/libsoc.a(rtc_init.c.obj) - .debug_abbrev 0x000000000000bee6 0x385 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .debug_abbrev 0x000000000000c26b 0x30c esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .debug_abbrev 0x000000000000c577 0x3ae esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_abbrev 0x000000000000c925 0x5cd esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_abbrev 0x000000000000cef2 0x34c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .debug_abbrev 0x000000000000d23e 0x356 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_abbrev 0x000000000000d594 0x4ef esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_abbrev 0x000000000000da83 0x375 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .debug_abbrev 0x000000000000ddf8 0x195 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_abbrev 0x000000000000df8d 0x29d esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .debug_abbrev 0x000000000000e22a 0x26c esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .debug_abbrev 0x000000000000e496 0x231 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_abbrev 0x000000000000e6c7 0x352 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .debug_abbrev 0x000000000000ea19 0x278 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .debug_abbrev 0x000000000000ec91 0x280 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .debug_abbrev 0x000000000000ef11 0x2ed esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .debug_abbrev 0x000000000000f1fe 0x31f esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .debug_abbrev 0x000000000000f51d 0x2c1 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .debug_abbrev 0x000000000000f7de 0x225 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .debug_abbrev 0x000000000000fa03 0x278 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .debug_abbrev 0x000000000000fc7b 0x264 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_abbrev 0x000000000000fedf 0x275 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_abbrev 0x0000000000010154 0x3bd esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_abbrev 0x0000000000010511 0x27e esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .debug_abbrev 0x000000000001078f 0x2f1 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_abbrev 0x0000000000010a80 0x2b8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_abbrev 0x0000000000010d38 0x350 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_abbrev 0x0000000000011088 0x2c7 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_abbrev 0x000000000001134f 0x407 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_abbrev 0x0000000000011756 0x1da esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_abbrev 0x0000000000011930 0x24d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_abbrev 0x0000000000011b7d 0x2c5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_abbrev 0x0000000000011e42 0x418 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) - .debug_abbrev 0x000000000001225a 0x3b1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_abbrev 0x000000000001260b 0x48e esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_abbrev 0x0000000000012a99 0x53a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_abbrev 0x0000000000012fd3 0x390 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_abbrev 0x0000000000013363 0x2a6 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_abbrev 0x0000000000013609 0x2fb esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_abbrev 0x0000000000013904 0x439 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .debug_abbrev 0x0000000000013d3d 0x1b4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_abbrev 0x0000000000013ef1 0x42e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_abbrev 0x000000000001431f 0x284 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_abbrev 0x00000000000145a3 0x298 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_abbrev 0x000000000001483b 0x392 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_abbrev 0x0000000000014bcd 0x477 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_abbrev 0x0000000000015044 0xe9e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_abbrev 0x0000000000015ee2 0xe40 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_abbrev 0x0000000000016d22 0xcbb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_abbrev 0x00000000000179dd 0x84b esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_abbrev 0x0000000000018228 0xbcb esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_abbrev 0x0000000000018df3 0xca0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_abbrev 0x0000000000019a93 0xb50 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_abbrev 0x000000000001a5e3 0x655 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_abbrev 0x000000000001ac38 0x303 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) - .debug_abbrev 0x000000000001af3b 0x394 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_abbrev 0x000000000001b2cf 0x51c esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_abbrev 0x000000000001b7eb 0x3e6 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_abbrev 0x000000000001bbd1 0x582 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_abbrev 0x000000000001c153 0x5a1 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .debug_abbrev 0x000000000001c6f4 0x51e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_abbrev 0x000000000001cc12 0x42b esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_abbrev 0x000000000001d03d 0x27c esp-idf/lwip/liblwip.a(def.c.obj) - .debug_abbrev 0x000000000001d2b9 0x3bc esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_abbrev 0x000000000001d675 0x257 esp-idf/lwip/liblwip.a(init.c.obj) - .debug_abbrev 0x000000000001d8cc 0x2c5 esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_abbrev 0x000000000001db91 0x2de esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_abbrev 0x000000000001de6f 0x3a5 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_abbrev 0x000000000001e214 0x46d esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_abbrev 0x000000000001e681 0x459 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_abbrev 0x000000000001eada 0x421 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_abbrev 0x000000000001eefb 0x47c esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_abbrev 0x000000000001f377 0x40b esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_abbrev 0x000000000001f782 0x480 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_abbrev 0x000000000001fc02 0x3f1 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_abbrev 0x000000000001fff3 0x40b esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_abbrev 0x00000000000203fe 0x43f esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_abbrev 0x000000000002083d 0x3ed esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_abbrev 0x0000000000020c2a 0x3ae esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_abbrev 0x0000000000020fd8 0x44c esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_abbrev 0x0000000000021424 0x3fc esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_abbrev 0x0000000000021820 0x365 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_abbrev 0x0000000000021b85 0x2fd esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_abbrev 0x0000000000021e82 0x35a esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_abbrev 0x00000000000221dc 0x3d2 esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_abbrev 0x00000000000225ae 0x2d7 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_abbrev 0x0000000000022885 0x3bd esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_abbrev 0x0000000000022c42 0x407 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_abbrev 0x0000000000023049 0x45b esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_abbrev 0x00000000000234a4 0x362 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_abbrev 0x0000000000023806 0x3b1 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_abbrev 0x0000000000023bb7 0x314 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_abbrev 0x0000000000023ecb 0x33a esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_abbrev 0x0000000000024205 0x3f5 esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_abbrev 0x00000000000245fa 0x447 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_abbrev 0x0000000000024a41 0x4bf esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_abbrev 0x0000000000024f00 0x1db esp-idf/lwip/liblwip.a(err.c.obj) - .debug_abbrev 0x00000000000250db 0x2c9 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_abbrev 0x00000000000253a4 0x453 esp-idf/log/liblog.a(log.c.obj) - .debug_abbrev 0x00000000000257f7 0x2e7 esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_abbrev 0x0000000000025ade 0x483 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_abbrev 0x0000000000025f61 0x3b8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_abbrev 0x0000000000026319 0x496 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_abbrev 0x00000000000267af 0x5a9 esp-idf/driver/libdriver.a(gpio.c.obj) - .debug_abbrev 0x0000000000026d58 0x2e2 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - .debug_abbrev 0x000000000002703a 0x3a6 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .debug_abbrev 0x00000000000273e0 0x346 esp-idf/driver/libdriver.a(rtc_module.c.obj) - .debug_abbrev 0x0000000000027726 0x583 esp-idf/driver/libdriver.a(uart.c.obj) - .debug_abbrev 0x0000000000027ca9 0x258 esp-idf/esp32/libesp32.a(hw_random.c.obj) - .debug_abbrev 0x0000000000027f01 0x49c esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .debug_abbrev 0x000000000002839d 0x386 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .debug_abbrev 0x0000000000028723 0x5c4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .debug_abbrev 0x0000000000028ce7 0x2c2 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - .debug_abbrev 0x0000000000028fa9 0x271 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .debug_abbrev 0x000000000002921a 0x2a8 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_abbrev 0x00000000000294c2 0x3a8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_abbrev 0x000000000002986a 0x309 esp-idf/console/libconsole.a(commands.c.obj) - .debug_abbrev 0x0000000000029b73 0x1ff esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_abbrev 0x0000000000029d72 0x421 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_abbrev 0x000000000002a193 0x43c esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_abbrev 0x000000000002a5cf 0x4aa esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - .debug_abbrev 0x000000000002aa79 0x411 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - .debug_abbrev 0x000000000002ae8a 0x4f8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - .debug_abbrev 0x000000000002b382 0x58e esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - .debug_abbrev 0x000000000002b910 0x482 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .debug_abbrev 0x000000000002bd92 0x330 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - .debug_abbrev 0x000000000002c0c2 0x409 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - .debug_abbrev 0x000000000002c4cb 0x3f2 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) - .debug_abbrev 0x000000000002c8bd 0x2e6 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - .debug_abbrev 0x000000000002cba3 0x2d2 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - .debug_abbrev 0x000000000002ce75 0x334 esp-idf/fatfs/libfatfs.a(ff.c.obj) - .debug_abbrev 0x000000000002d1a9 0x22c esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - .debug_abbrev 0x000000000002d3d5 0x4ed esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .debug_abbrev 0x000000000002d8c2 0x643 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - .debug_abbrev 0x000000000002df05 0x4d1 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - .debug_abbrev 0x000000000002e3d6 0x6ea esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - .debug_abbrev 0x000000000002eac0 0xd0 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) - .debug_abbrev 0x000000000002eb90 0x434 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .debug_abbrev 0x000000000002efc4 0x2b9 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - .debug_abbrev 0x000000000002f27d 0x3fe esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - .debug_abbrev 0x000000000002f67b 0x44a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - .debug_abbrev 0x000000000002fac5 0x383 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - .debug_abbrev 0x000000000002fe48 0x344 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - .debug_abbrev 0x000000000003018c 0x1e9 esp-idf/newlib/libnewlib.a(select.c.obj) - .debug_abbrev 0x0000000000030375 0x33c esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - .debug_abbrev 0x00000000000306b1 0x344 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) - .debug_abbrev 0x00000000000309f5 0x42f esp-idf/soc/libsoc.a(uart_hal.c.obj) - .debug_abbrev 0x0000000000030e24 0x3ee esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .debug_abbrev 0x0000000000031212 0x38e esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .debug_abbrev 0x00000000000315a0 0x48d esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - .debug_abbrev 0x0000000000031a2d 0x36b esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - .debug_abbrev 0x0000000000031d98 0x1a5 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - .debug_abbrev 0x0000000000031f3d 0x1cd esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - .debug_abbrev 0x000000000003210a 0x228 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - .debug_abbrev 0x0000000000032332 0x244 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - .debug_abbrev 0x0000000000032576 0x357 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_abbrev 0x00000000000328cd 0x26f esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .debug_abbrev 0x0000000000032b3c 0x2bc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .debug_abbrev 0x0000000000032df8 0x507 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .debug_abbrev 0x00000000000332ff 0x420 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_abbrev 0x000000000003371f 0x3fc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_abbrev 0x0000000000033b1b 0x3ef esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_abbrev 0x0000000000033f0a 0x3ec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_abbrev 0x00000000000342f6 0x3c5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_abbrev 0x00000000000346bb 0x23e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) - .debug_abbrev 0x00000000000348f9 0x3df esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_abbrev 0x0000000000034cd8 0x30a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - .debug_abbrev 0x0000000000034fe2 0x46a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_abbrev 0x000000000003544c 0x3ce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_abbrev 0x000000000003581a 0x36a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_abbrev 0x0000000000035b84 0x3f2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_abbrev 0x0000000000035f76 0x3e7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_abbrev 0x000000000003635d 0x288 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_abbrev 0x00000000000365e5 0x1cf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_abbrev 0x00000000000367b4 0x4c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_abbrev 0x0000000000036c74 0x31b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - .debug_abbrev 0x0000000000036f8f 0x29c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_abbrev 0x000000000003722b 0x293 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_abbrev 0x00000000000374be 0x293 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_abbrev 0x0000000000037751 0x1f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_abbrev 0x0000000000037946 0x211 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_abbrev 0x0000000000037b57 0x3a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_abbrev 0x0000000000037ef8 0x3a3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_abbrev 0x000000000003829b 0x439 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .debug_abbrev 0x00000000000386d4 0x561 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_abbrev 0x0000000000038c35 0x484 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .debug_abbrev 0x00000000000390b9 0x44a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_abbrev 0x0000000000039503 0x2ee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_abbrev 0x00000000000397f1 0x31b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_abbrev 0x0000000000039b0c 0x4b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_abbrev 0x0000000000039fc0 0x351 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_abbrev 0x000000000003a311 0x380 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_abbrev 0x000000000003a691 0x41d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_abbrev 0x000000000003aaae 0x3fe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_abbrev 0x000000000003aeac 0x343 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_abbrev 0x000000000003b1ef 0x34c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_abbrev 0x000000000003b53b 0x3b6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_abbrev 0x000000000003b8f1 0x33f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_abbrev 0x000000000003bc30 0x253 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_abbrev 0x000000000003be83 0x39e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_abbrev 0x000000000003c221 0x3e4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_abbrev 0x000000000003c605 0x46d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_abbrev 0x000000000003ca72 0x370 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - .debug_abbrev 0x000000000003cde2 0x3ba esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - .debug_abbrev 0x000000000003d19c 0x362 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - .debug_abbrev 0x000000000003d4fe 0x46f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_abbrev 0x000000000003d96d 0x227 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_abbrev 0x000000000003db94 0x3f1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_abbrev 0x000000000003df85 0x427 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_abbrev 0x000000000003e3ac 0x69d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_abbrev 0x000000000003ea49 0x3df esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_abbrev 0x000000000003ee28 0x3a6 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_abbrev 0x000000000003f1ce 0x425 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_abbrev 0x000000000003f5f3 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_abbrev 0x000000000003f88b 0x6c0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_abbrev 0x000000000003ff4b 0x457 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_abbrev 0x00000000000403a2 0x528 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_abbrev 0x00000000000408ca 0x3f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_abbrev 0x0000000000040cbe 0x3c9 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_abbrev 0x0000000000041087 0x2e0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_abbrev 0x0000000000041367 0x37a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_abbrev 0x00000000000416e1 0x2d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_abbrev 0x00000000000419b5 0x502 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_abbrev 0x0000000000041eb7 0x3e9 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_abbrev 0x00000000000422a0 0x306 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) - .debug_abbrev 0x00000000000425a6 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) - .debug_abbrev 0x000000000004267a 0x4f5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - .debug_abbrev 0x0000000000042b6f 0x531 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - .debug_abbrev 0x00000000000430a0 0x4ef /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - .debug_abbrev 0x000000000004358f 0x2b4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_abbrev 0x0000000000043843 0x3cd esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_abbrev 0x0000000000043c10 0x39d esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - .debug_abbrev 0x0000000000043fad 0x56a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_abbrev 0x0000000000044517 0x519 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_abbrev 0x0000000000044a30 0x422 esp-idf/lwip/liblwip.a(wlanif.c.obj) - .debug_abbrev 0x0000000000044e52 0x2a0 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_abbrev 0x00000000000450f2 0x645 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_abbrev 0x0000000000045737 0x492 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_abbrev 0x0000000000045bc9 0x289 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_abbrev 0x0000000000045e52 0x551 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - .debug_abbrev 0x00000000000463a3 0x5a6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - .debug_abbrev 0x0000000000046949 0x3d6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) - .debug_abbrev 0x0000000000046d1f 0x3bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_abbrev 0x00000000000470db 0x2d4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) - .debug_abbrev 0x00000000000473af 0x3e1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) - .debug_abbrev 0x0000000000047790 0x268 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) - .debug_abbrev 0x00000000000479f8 0x2b7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) - .debug_abbrev 0x0000000000047caf 0x2d8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - .debug_abbrev 0x0000000000047f87 0x27e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) - .debug_abbrev 0x0000000000048205 0x456 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_abbrev 0x000000000004865b 0x50e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - .debug_abbrev 0x0000000000048b69 0x837 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - .debug_abbrev 0x00000000000493a0 0x271 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) - .debug_abbrev 0x0000000000049611 0x662 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - .debug_abbrev 0x0000000000049c73 0x479 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - .debug_abbrev 0x000000000004a0ec 0x32b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) - .debug_abbrev 0x000000000004a417 0x405 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_abbrev 0x000000000004a81c 0x291 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) - .debug_abbrev 0x000000000004aaad 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) - .debug_abbrev 0x000000000004aac1 0x28e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) - .debug_abbrev 0x000000000004ad4f 0x29b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) - .debug_abbrev 0x000000000004afea 0x27a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) - .debug_abbrev 0x000000000004b264 0x294 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) - .debug_abbrev 0x000000000004b4f8 0x643 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) - .debug_abbrev 0x000000000004bb3b 0x650 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - .debug_abbrev 0x000000000004c18b 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) - .debug_abbrev 0x000000000004c19f 0x14 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) - .debug_abbrev 0x000000000004c1b3 0x14 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(int_asm--set_intclear.o) - .debug_abbrev 0x000000000004c1c7 0x43 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) - .debug_abbrev 0x000000000004c20a 0x14 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--restore_extra_nw.o) - .debug_abbrev 0x000000000004c21e 0x14 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--save_extra_nw.o) - .debug_abbrev 0x000000000004c232 0x2b9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) - .debug_abbrev 0x000000000004c4eb 0x210 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) - .debug_abbrev 0x000000000004c6fb 0x1b8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) - .debug_abbrev 0x000000000004c8b3 0x25c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) - .debug_abbrev 0x000000000004cb0f 0x27a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) - .debug_abbrev 0x000000000004cd89 0x2a4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) - .debug_abbrev 0x000000000004d02d 0x261 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) - .debug_abbrev 0x000000000004d28e 0x224 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) - .debug_abbrev 0x000000000004d4b2 0x2bf /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) - .debug_abbrev 0x000000000004d771 0x249 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) - .debug_abbrev 0x000000000004d9ba 0x2b0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) - .debug_abbrev 0x000000000004dc6a 0x29f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) - .debug_abbrev 0x000000000004df09 0x2ec /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) - .debug_abbrev 0x000000000004e1f5 0x28d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) - .debug_abbrev 0x000000000004e482 0x2eb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) - .debug_abbrev 0x000000000004e76d 0x291 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) - .debug_abbrev 0x000000000004e9fe 0x27e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) - .debug_abbrev 0x000000000004ec7c 0x2e1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) - .debug_abbrev 0x000000000004ef5d 0x366 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) - .debug_abbrev 0x000000000004f2c3 0x2c3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) - .debug_abbrev 0x000000000004f586 0x305 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) - .debug_abbrev 0x000000000004f88b 0x264 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) - .debug_abbrev 0x000000000004faef 0x32e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) - .debug_abbrev 0x000000000004fe1d 0x2a1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) - .debug_abbrev 0x00000000000500be 0x2e2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) - .debug_abbrev 0x00000000000503a0 0x266 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) - .debug_abbrev 0x0000000000050606 0x2a4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) - .debug_abbrev 0x00000000000508aa 0x24f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) - .debug_abbrev 0x0000000000050af9 0x258 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) - .debug_abbrev 0x0000000000050d51 0x293 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) - .debug_abbrev 0x0000000000050fe4 0x2a0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) - .debug_abbrev 0x0000000000051284 0x294 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) - .debug_abbrev 0x0000000000051518 0x2a1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) - .debug_abbrev 0x00000000000517b9 0x442 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) - .debug_abbrev 0x0000000000051bfb 0x314 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) - .debug_abbrev 0x0000000000051f0f 0x31d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) - .debug_abbrev 0x000000000005222c 0x462 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) - .debug_abbrev 0x000000000005268e 0x420 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) - .debug_abbrev 0x0000000000052aae 0x202 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) - .debug_abbrev 0x0000000000052cb0 0x480 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) - .debug_abbrev 0x0000000000053130 0x4b8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) - .debug_abbrev 0x00000000000535e8 0x28b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) - .debug_abbrev 0x0000000000053873 0x287 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) - .debug_abbrev 0x0000000000053afa 0x31e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) - .debug_abbrev 0x0000000000053e18 0x1f8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) - .debug_abbrev 0x0000000000054010 0x379 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) - .debug_abbrev 0x0000000000054389 0x294 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) - .debug_abbrev 0x000000000005461d 0x213 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) - .debug_abbrev 0x0000000000054830 0x1c3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) - .debug_abbrev 0x00000000000549f3 0x27a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) - .debug_abbrev 0x0000000000054c6d 0x25b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) - .debug_abbrev 0x0000000000054ec8 0x38a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) - .debug_abbrev 0x0000000000055252 0x262 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) - .debug_abbrev 0x00000000000554b4 0x1cc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) - .debug_abbrev 0x0000000000055680 0x3ff /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) - .debug_abbrev 0x0000000000055a7f 0x438 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_abbrev 0x00000000000002a6 0x14 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .debug_abbrev 0x00000000000002ba 0x58a esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_abbrev 0x0000000000000844 0x386 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_abbrev 0x0000000000000bca 0x457 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_abbrev 0x0000000000001021 0x3a3 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .debug_abbrev 0x00000000000013c4 0x2f9 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .debug_abbrev 0x00000000000016bd 0x3ee esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .debug_abbrev 0x0000000000001aab 0x218 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .debug_abbrev 0x0000000000001cc3 0x4b0 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .debug_abbrev 0x0000000000002173 0x385 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .debug_abbrev 0x00000000000024f8 0x30c esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .debug_abbrev 0x0000000000002804 0x2f8 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_abbrev 0x0000000000002afc 0x55e esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_abbrev 0x000000000000305a 0x31a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_abbrev 0x0000000000003374 0x2d0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_abbrev 0x0000000000003644 0x4a7 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_abbrev 0x0000000000003aeb 0x4f1 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + .debug_abbrev 0x0000000000003fdc 0x3f8 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_abbrev 0x00000000000043d4 0x4c3 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_abbrev 0x0000000000004897 0x34a esp-idf/esp32/libesp32.a(int_wdt.c.obj) + .debug_abbrev 0x0000000000004be1 0x4d8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .debug_abbrev 0x00000000000050b9 0x4c6 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_abbrev 0x000000000000557f 0x43b esp-idf/esp32/libesp32.a(task_wdt.c.obj) + .debug_abbrev 0x00000000000059ba 0x37c esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_abbrev 0x0000000000005d36 0x266 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_abbrev 0x0000000000005f9c 0x38d esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_abbrev 0x0000000000006329 0x3c1 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_abbrev 0x00000000000066ea 0x352 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .debug_abbrev 0x0000000000006a3c 0x421 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_abbrev 0x0000000000006e5d 0x46d esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_abbrev 0x00000000000072ca 0x4f6 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_abbrev 0x00000000000077c0 0x14 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_abbrev 0x00000000000077d4 0x14 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_abbrev 0x00000000000077e8 0x1ea esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_abbrev 0x00000000000079d2 0x14 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) + .debug_abbrev 0x00000000000079e6 0x2b9 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + .debug_abbrev 0x0000000000007c9f 0x12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_abbrev 0x0000000000007cb1 0x18b esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_abbrev 0x0000000000007e3c 0x3b2 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_abbrev 0x00000000000081ee 0x4b5 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_abbrev 0x00000000000086a3 0x3ce esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_abbrev 0x0000000000008a71 0x14 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_abbrev 0x0000000000008a85 0x209 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_abbrev 0x0000000000008c8e 0x5d2 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_abbrev 0x0000000000009260 0x550 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_abbrev 0x00000000000097b0 0x289 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_abbrev 0x0000000000009a39 0x2a0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_abbrev 0x0000000000009cd9 0x322 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_abbrev 0x0000000000009ffb 0x296 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_abbrev 0x000000000000a291 0x249 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_abbrev 0x000000000000a4da 0x233 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + .debug_abbrev 0x000000000000a70d 0x2c8 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_abbrev 0x000000000000a9d5 0x4eb esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_abbrev 0x000000000000aec0 0x45f esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_abbrev 0x000000000000b31f 0x5ce esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_abbrev 0x000000000000b8ed 0x37f esp-idf/main/libmain.a(main.c.obj) + .debug_abbrev 0x000000000000bc6c 0x277 esp-idf/files/libfiles.a(file.c.obj) + .debug_abbrev 0x000000000000bee3 0x36a esp-idf/ca/libca.a(ca.c.obj) + .debug_abbrev 0x000000000000c24d 0x418 esp-idf/ca/libca.a(gen_key.c.obj) + .debug_abbrev 0x000000000000c665 0x3d3 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .debug_abbrev 0x000000000000ca38 0x436 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .debug_abbrev 0x000000000000ce6e 0x406 esp-idf/wifi/libwifi.a(wifi.c.obj) + .debug_abbrev 0x000000000000d274 0x4b6 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + .debug_abbrev 0x000000000000d72a 0x248 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + .debug_abbrev 0x000000000000d972 0x2f5 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_abbrev 0x000000000000dc67 0x2b8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_abbrev 0x000000000000df1f 0x350 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x000000000000e26f 0x2c7 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x000000000000e536 0x407 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x000000000000e93d 0x1da esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_abbrev 0x000000000000eb17 0x24d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x000000000000ed64 0x294 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x000000000000eff8 0x2c5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_abbrev 0x000000000000f2bd 0x418 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_abbrev 0x000000000000f6d5 0x3f3 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_abbrev 0x000000000000fac8 0x48e esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_abbrev 0x000000000000ff56 0x53a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_abbrev 0x0000000000010490 0x390 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_abbrev 0x0000000000010820 0x2a6 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_abbrev 0x0000000000010ac6 0x2fb esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_abbrev 0x0000000000010dc1 0x439 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_abbrev 0x00000000000111fa 0x1b4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_abbrev 0x00000000000113ae 0x42e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_abbrev 0x00000000000117dc 0x284 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_abbrev 0x0000000000011a60 0x298 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_abbrev 0x0000000000011cf8 0x392 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_abbrev 0x000000000001208a 0x477 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_abbrev 0x0000000000012501 0x2a1 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_abbrev 0x00000000000127a2 0x14 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_abbrev 0x00000000000127b6 0x38e esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .debug_abbrev 0x0000000000012b44 0x49f esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .debug_abbrev 0x0000000000012fe3 0x269 esp-idf/soc/libsoc.a(mpu_hal.c.obj) + .debug_abbrev 0x000000000001324c 0x1cb esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .debug_abbrev 0x0000000000013417 0x33f esp-idf/soc/libsoc.a(rtc_init.c.obj) + .debug_abbrev 0x0000000000013756 0x3ae esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_abbrev 0x0000000000013b04 0x5e3 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_abbrev 0x00000000000140e7 0x34c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .debug_abbrev 0x0000000000014433 0x356 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_abbrev 0x0000000000014789 0x4ef esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_abbrev 0x0000000000014c78 0x375 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_abbrev 0x0000000000014fed 0x195 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_abbrev 0x0000000000015182 0x29d esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .debug_abbrev 0x000000000001541f 0x26c esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .debug_abbrev 0x000000000001568b 0x231 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_abbrev 0x00000000000158bc 0x352 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .debug_abbrev 0x0000000000015c0e 0x278 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .debug_abbrev 0x0000000000015e86 0x280 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .debug_abbrev 0x0000000000016106 0x2ed esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .debug_abbrev 0x00000000000163f3 0x31f esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .debug_abbrev 0x0000000000016712 0x2c1 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .debug_abbrev 0x00000000000169d3 0x225 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .debug_abbrev 0x0000000000016bf8 0x278 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_abbrev 0x0000000000016e70 0x264 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_abbrev 0x00000000000170d4 0x275 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_abbrev 0x0000000000017349 0x3bd esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_abbrev 0x0000000000017706 0x27e esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .debug_abbrev 0x0000000000017984 0x2f1 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_abbrev 0x0000000000017c75 0xe9e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_abbrev 0x0000000000018b13 0xe40 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_abbrev 0x0000000000019953 0xcbb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_abbrev 0x000000000001a60e 0x84b esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_abbrev 0x000000000001ae59 0xbcb esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_abbrev 0x000000000001ba24 0xca0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_abbrev 0x000000000001c6c4 0xb50 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_abbrev 0x000000000001d214 0x655 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_abbrev 0x000000000001d869 0x303 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + .debug_abbrev 0x000000000001db6c 0x3b2 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_abbrev 0x000000000001df1e 0x53a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_abbrev 0x000000000001e458 0x404 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_abbrev 0x000000000001e85c 0x5e9 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_abbrev 0x000000000001ee45 0x597 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_abbrev 0x000000000001f3dc 0x51e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_abbrev 0x000000000001f8fa 0x42b esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_abbrev 0x000000000001fd25 0x27c esp-idf/lwip/liblwip.a(def.c.obj) + .debug_abbrev 0x000000000001ffa1 0x3bc esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_abbrev 0x000000000002035d 0x257 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_abbrev 0x00000000000205b4 0x2c5 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_abbrev 0x0000000000020879 0x2de esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_abbrev 0x0000000000020b57 0x3a5 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_abbrev 0x0000000000020efc 0x46d esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_abbrev 0x0000000000021369 0x459 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_abbrev 0x00000000000217c2 0x421 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_abbrev 0x0000000000021be3 0x47c esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_abbrev 0x000000000002205f 0x40b esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_abbrev 0x000000000002246a 0x480 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_abbrev 0x00000000000228ea 0x3f1 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_abbrev 0x0000000000022cdb 0x40b esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_abbrev 0x00000000000230e6 0x43f esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_abbrev 0x0000000000023525 0x3ed esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_abbrev 0x0000000000023912 0x3ae esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_abbrev 0x0000000000023cc0 0x44c esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_abbrev 0x000000000002410c 0x3fc esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_abbrev 0x0000000000024508 0x365 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_abbrev 0x000000000002486d 0x2fd esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_abbrev 0x0000000000024b6a 0x35a esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_abbrev 0x0000000000024ec4 0x3d2 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_abbrev 0x0000000000025296 0x2d7 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_abbrev 0x000000000002556d 0x3bd esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_abbrev 0x000000000002592a 0x407 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_abbrev 0x0000000000025d31 0x45b esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_abbrev 0x000000000002618c 0x362 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_abbrev 0x00000000000264ee 0x3b1 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_abbrev 0x000000000002689f 0x314 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_abbrev 0x0000000000026bb3 0x33a esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_abbrev 0x0000000000026eed 0x3f5 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_abbrev 0x00000000000272e2 0x447 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_abbrev 0x0000000000027729 0x4bf esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_abbrev 0x0000000000027be8 0x1db esp-idf/lwip/liblwip.a(err.c.obj) + .debug_abbrev 0x0000000000027dc3 0x2c9 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_abbrev 0x000000000002808c 0x464 esp-idf/log/liblog.a(log.c.obj) + .debug_abbrev 0x00000000000284f0 0x483 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_abbrev 0x0000000000028973 0x3b8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_abbrev 0x0000000000028d2b 0x4a7 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_abbrev 0x00000000000291d2 0x5bc esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_abbrev 0x000000000002978e 0x2bd esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_abbrev 0x0000000000029a4b 0x3a6 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_abbrev 0x0000000000029df1 0x346 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_abbrev 0x000000000002a137 0x583 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_abbrev 0x000000000002a6ba 0x258 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_abbrev 0x000000000002a912 0x4db esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .debug_abbrev 0x000000000002aded 0x5c4 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .debug_abbrev 0x000000000002b3b1 0x2c2 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_abbrev 0x000000000002b673 0x2a8 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_abbrev 0x000000000002b91b 0x3d1 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_abbrev 0x000000000002bcec 0x309 esp-idf/console/libconsole.a(commands.c.obj) + .debug_abbrev 0x000000000002bff5 0x1ff esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_abbrev 0x000000000002c1f4 0x421 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_abbrev 0x000000000002c615 0x43c esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_abbrev 0x000000000002ca51 0x4aa esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_abbrev 0x000000000002cefb 0x411 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_abbrev 0x000000000002d30c 0x4f8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_abbrev 0x000000000002d804 0x58e esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_abbrev 0x000000000002dd92 0x482 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_abbrev 0x000000000002e214 0x330 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_abbrev 0x000000000002e544 0x409 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + .debug_abbrev 0x000000000002e94d 0x3f2 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + .debug_abbrev 0x000000000002ed3f 0x2e6 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_abbrev 0x000000000002f025 0x2d2 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_abbrev 0x000000000002f2f7 0x334 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_abbrev 0x000000000002f62b 0x22c esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_abbrev 0x000000000002f857 0x4ed esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_abbrev 0x000000000002fd44 0x643 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_abbrev 0x0000000000030387 0x4d1 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_abbrev 0x0000000000030858 0x6ea esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_abbrev 0x0000000000030f42 0xd0 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_abbrev 0x0000000000031012 0x434 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_abbrev 0x0000000000031446 0x2b9 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_abbrev 0x00000000000316ff 0x3fe esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_abbrev 0x0000000000031afd 0x44a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_abbrev 0x0000000000031f47 0x383 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_abbrev 0x00000000000322ca 0x344 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_abbrev 0x000000000003260e 0x1e9 esp-idf/newlib/libnewlib.a(select.c.obj) + .debug_abbrev 0x00000000000327f7 0x33c esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_abbrev 0x0000000000032b33 0x344 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + .debug_abbrev 0x0000000000032e77 0x42f esp-idf/soc/libsoc.a(uart_hal.c.obj) + .debug_abbrev 0x00000000000332a6 0x36b esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + .debug_abbrev 0x0000000000033611 0x198 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .debug_abbrev 0x00000000000337a9 0x420 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_abbrev 0x0000000000033bc9 0x3de esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_abbrev 0x0000000000033fa7 0x3ef esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_abbrev 0x0000000000034396 0x3ec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_abbrev 0x0000000000034782 0x3c5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_abbrev 0x0000000000034b47 0x23e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + .debug_abbrev 0x0000000000034d85 0x3df esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_abbrev 0x0000000000035164 0x30a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + .debug_abbrev 0x000000000003546e 0x46a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_abbrev 0x00000000000358d8 0x3ce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_abbrev 0x0000000000035ca6 0x36a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_abbrev 0x0000000000036010 0x3f2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_abbrev 0x0000000000036402 0x40c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_abbrev 0x000000000003680e 0x288 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_abbrev 0x0000000000036a96 0x1cf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_abbrev 0x0000000000036c65 0x4c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_abbrev 0x0000000000037125 0x31b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_abbrev 0x0000000000037440 0x29c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_abbrev 0x00000000000376dc 0x293 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_abbrev 0x000000000003796f 0x293 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_abbrev 0x0000000000037c02 0x1f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_abbrev 0x0000000000037df7 0x211 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_abbrev 0x0000000000038008 0x453 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_abbrev 0x000000000003845b 0x415 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_abbrev 0x0000000000038870 0x429 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .debug_abbrev 0x0000000000038c99 0x3a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_abbrev 0x000000000003903a 0x3a3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_abbrev 0x00000000000393dd 0x439 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_abbrev 0x0000000000039816 0x2ee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_abbrev 0x0000000000039b04 0x31b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_abbrev 0x0000000000039e1f 0x4d3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_abbrev 0x000000000003a2f2 0x351 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_abbrev 0x000000000003a643 0x38b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_abbrev 0x000000000003a9ce 0x41d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_abbrev 0x000000000003adeb 0x423 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_abbrev 0x000000000003b20e 0x343 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_abbrev 0x000000000003b551 0x34c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_abbrev 0x000000000003b89d 0x3b6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_abbrev 0x000000000003bc53 0x33f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_abbrev 0x000000000003bf92 0x308 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_abbrev 0x000000000003c29a 0x44a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_abbrev 0x000000000003c6e4 0x253 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_abbrev 0x000000000003c937 0x39e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_abbrev 0x000000000003ccd5 0x3e4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_abbrev 0x000000000003d0b9 0x46d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_abbrev 0x000000000003d526 0x370 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + .debug_abbrev 0x000000000003d896 0x3ba esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + .debug_abbrev 0x000000000003dc50 0x362 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + .debug_abbrev 0x000000000003dfb2 0x46f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_abbrev 0x000000000003e421 0x1cd esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + .debug_abbrev 0x000000000003e5ee 0x228 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + .debug_abbrev 0x000000000003e816 0x244 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + .debug_abbrev 0x000000000003ea5a 0x357 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_abbrev 0x000000000003edb1 0x26f esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_abbrev 0x000000000003f020 0x2da esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_abbrev 0x000000000003f2fa 0x525 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_abbrev 0x000000000003f81f 0x227 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_abbrev 0x000000000003fa46 0x429 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_abbrev 0x000000000003fe6f 0x454 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_abbrev 0x00000000000402c3 0x6bb esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_abbrev 0x000000000004097e 0x3df esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_abbrev 0x0000000000040d5d 0x391 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_abbrev 0x00000000000410ee 0x425 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_abbrev 0x0000000000041513 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_abbrev 0x00000000000417ab 0x6de esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_abbrev 0x0000000000041e89 0x457 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_abbrev 0x00000000000422e0 0x528 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_abbrev 0x0000000000042808 0x3f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_abbrev 0x0000000000042bfc 0x3c9 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_abbrev 0x0000000000042fc5 0x2e0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_abbrev 0x00000000000432a5 0x398 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_abbrev 0x000000000004363d 0x2d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_abbrev 0x0000000000043911 0x502 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_abbrev 0x0000000000043e13 0x407 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_abbrev 0x000000000004421a 0x306 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_abbrev 0x0000000000044520 0xd4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_abbrev 0x00000000000445f4 0x4f5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_abbrev 0x0000000000044ae9 0x531 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_abbrev 0x000000000004501a 0x4ef /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_abbrev 0x0000000000045509 0x2b4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_abbrev 0x00000000000457bd 0x3cd esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_abbrev 0x0000000000045b8a 0x39d esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_abbrev 0x0000000000045f27 0x56a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_abbrev 0x0000000000046491 0x527 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_abbrev 0x00000000000469b8 0x440 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_abbrev 0x0000000000046df8 0x2a0 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_abbrev 0x0000000000047098 0x645 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_abbrev 0x00000000000476dd 0x492 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_abbrev 0x0000000000047b6f 0x289 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_abbrev 0x0000000000047df8 0x551 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_abbrev 0x0000000000048349 0x5a6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_abbrev 0x00000000000488ef 0x3d6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_abbrev 0x0000000000048cc5 0x3bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_abbrev 0x0000000000049081 0x2d4 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_abbrev 0x0000000000049355 0x3e1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_abbrev 0x0000000000049736 0x268 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_abbrev 0x000000000004999e 0x2b7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_abbrev 0x0000000000049c55 0x2d8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_abbrev 0x0000000000049f2d 0x27e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_abbrev 0x000000000004a1ab 0x456 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_abbrev 0x000000000004a601 0x50e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_abbrev 0x000000000004ab0f 0x837 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + .debug_abbrev 0x000000000004b346 0x271 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_abbrev 0x000000000004b5b7 0x662 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_abbrev 0x000000000004bc19 0x479 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_abbrev 0x000000000004c092 0x32b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_abbrev 0x000000000004c3bd 0x405 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_abbrev 0x000000000004c7c2 0x291 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_abbrev 0x000000000004ca53 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .debug_abbrev 0x000000000004ca67 0x28e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) + .debug_abbrev 0x000000000004ccf5 0x29b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) + .debug_abbrev 0x000000000004cf90 0x27a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_abbrev 0x000000000004d20a 0x294 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_abbrev 0x000000000004d49e 0x643 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + .debug_abbrev 0x000000000004dae1 0x650 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .debug_abbrev 0x000000000004e131 0x14 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) + .debug_abbrev 0x000000000004e145 0x14 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) + .debug_abbrev 0x000000000004e159 0x14 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(int_asm--set_intclear.o) + .debug_abbrev 0x000000000004e16d 0x43 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) + .debug_abbrev 0x000000000004e1b0 0x14 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--restore_extra_nw.o) + .debug_abbrev 0x000000000004e1c4 0x14 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--save_extra_nw.o) + .debug_abbrev 0x000000000004e1d8 0x2b9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) + .debug_abbrev 0x000000000004e491 0x210 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) + .debug_abbrev 0x000000000004e6a1 0x1b8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .debug_abbrev 0x000000000004e859 0x25c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) + .debug_abbrev 0x000000000004eab5 0x27a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) + .debug_abbrev 0x000000000004ed2f 0x2a4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) + .debug_abbrev 0x000000000004efd3 0x261 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) + .debug_abbrev 0x000000000004f234 0x224 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) + .debug_abbrev 0x000000000004f458 0x2bf /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_abbrev 0x000000000004f717 0x249 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_abbrev 0x000000000004f960 0x2b0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) + .debug_abbrev 0x000000000004fc10 0x29f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_abbrev 0x000000000004feaf 0x2ec /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) + .debug_abbrev 0x000000000005019b 0x28d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_abbrev 0x0000000000050428 0x2eb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_abbrev 0x0000000000050713 0x291 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) + .debug_abbrev 0x00000000000509a4 0x27e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_abbrev 0x0000000000050c22 0x2e1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_abbrev 0x0000000000050f03 0x366 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + .debug_abbrev 0x0000000000051269 0x2c3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_abbrev 0x000000000005152c 0x305 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_abbrev 0x0000000000051831 0x264 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_abbrev 0x0000000000051a95 0x32e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) + .debug_abbrev 0x0000000000051dc3 0x2a1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_abbrev 0x0000000000052064 0x2e2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) + .debug_abbrev 0x0000000000052346 0x266 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) + .debug_abbrev 0x00000000000525ac 0x2a4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_abbrev 0x0000000000052850 0x24f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_abbrev 0x0000000000052a9f 0x258 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) + .debug_abbrev 0x0000000000052cf7 0x293 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) + .debug_abbrev 0x0000000000052f8a 0x2a0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_abbrev 0x000000000005322a 0x294 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) + .debug_abbrev 0x00000000000534be 0x2a1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) + .debug_abbrev 0x000000000005375f 0x442 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + .debug_abbrev 0x0000000000053ba1 0x314 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_abbrev 0x0000000000053eb5 0x31d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_abbrev 0x00000000000541d2 0x462 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_abbrev 0x0000000000054634 0x420 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + .debug_abbrev 0x0000000000054a54 0x202 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_abbrev 0x0000000000054c56 0x480 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_abbrev 0x00000000000550d6 0x4b8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_abbrev 0x000000000005558e 0x28b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_abbrev 0x0000000000055819 0x287 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) + .debug_abbrev 0x0000000000055aa0 0x31e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_abbrev 0x0000000000055dbe 0x1f8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_abbrev 0x0000000000055fb6 0x379 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) + .debug_abbrev 0x000000000005632f 0x294 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) + .debug_abbrev 0x00000000000565c3 0x213 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) + .debug_abbrev 0x00000000000567d6 0x1c3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_abbrev 0x0000000000056999 0x27a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_abbrev 0x0000000000056c13 0x25b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_abbrev 0x0000000000056e6e 0x38a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_abbrev 0x00000000000571f8 0x262 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_abbrev 0x000000000005745a 0x1cc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) + .debug_abbrev 0x0000000000057626 0x3ff /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_abbrev 0x0000000000057a25 0x438 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) -.debug_loc 0x0000000000000000 0xf116a +.debug_loc 0x0000000000000000 0xf2301 .debug_loc 0x0000000000000000 0x12c esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - .debug_loc 0x000000000000012c 0x11b8 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_loc 0x00000000000012e4 0x494 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_loc 0x0000000000001778 0x2f5 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .debug_loc 0x0000000000001a6d 0x11c esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - .debug_loc 0x0000000000001b89 0x223 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .debug_loc 0x0000000000001dac 0x1d5 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - .debug_loc 0x0000000000001f81 0x13e8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .debug_loc 0x0000000000003369 0x8c0 esp-idf/esp32/libesp32.a(panic.c.obj) - .debug_loc 0x0000000000003c29 0x2ae esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - .debug_loc 0x0000000000003ed7 0x5eb esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .debug_loc 0x00000000000044c2 0xc7 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .debug_loc 0x0000000000004589 0x270 esp-idf/esp32/libesp32.a(clk.c.obj) - .debug_loc 0x00000000000047f9 0x37 esp-idf/esp_common/libesp_common.a(brownout.c.obj) - .debug_loc 0x0000000000004830 0xc7 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_loc 0x00000000000048f7 0x343 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - .debug_loc 0x0000000000004c3a 0x1d1 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .debug_loc 0x0000000000004e0b 0x725 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_loc 0x0000000000005530 0x34e esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .debug_loc 0x000000000000587e 0x719 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_loc 0x0000000000005f97 0x1fe esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) - .debug_loc 0x0000000000006195 0x169f esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_loc 0x0000000000007834 0x3492 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_loc 0x000000000000acc6 0x7cf esp-idf/freertos/libfreertos.a(timers.c.obj) - .debug_loc 0x000000000000b495 0xd0 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_loc 0x000000000000b565 0x4296 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_loc 0x000000000000f7fb 0x13bd esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - .debug_loc 0x0000000000010bb8 0x1c1 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_loc 0x0000000000010d79 0x276 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_loc 0x0000000000010fef 0x94 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_loc 0x0000000000011083 0x162 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_loc 0x00000000000111e5 0xce esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_loc 0x00000000000112b3 0x63e esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_loc 0x00000000000118f1 0x2e2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_loc 0x0000000000011bd3 0x1e3 esp-idf/main/libmain.a(main.c.obj) - .debug_loc 0x0000000000011db6 0xa3 esp-idf/files/libfiles.a(file.c.obj) - .debug_loc 0x0000000000011e59 0x728 esp-idf/ca/libca.a(ca.c.obj) - .debug_loc 0x0000000000012581 0x587 esp-idf/ca/libca.a(gen_key.c.obj) - .debug_loc 0x0000000000012b08 0xcfb esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .debug_loc 0x0000000000013803 0x516 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .debug_loc 0x0000000000013d19 0x2af esp-idf/wifi/libwifi.a(wifi.c.obj) - .debug_loc 0x0000000000013fc8 0x22b esp-idf/https_server/libhttps_server.a(https_server.c.obj) - .debug_loc 0x00000000000141f3 0x9c esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) - .debug_loc 0x000000000001428f 0x40d esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - .debug_loc 0x000000000001469c 0x4a esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .debug_loc 0x00000000000146e6 0x15 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .debug_loc 0x00000000000146fb 0xb52 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .debug_loc 0x000000000001524d 0x275 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .debug_loc 0x00000000000154c2 0x2aa esp-idf/soc/libsoc.a(rtc_time.c.obj) - .debug_loc 0x000000000001576c 0x39d esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .debug_loc 0x0000000000015b09 0x34b esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_loc 0x0000000000015e54 0x2982 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_loc 0x00000000000187d6 0xb9 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .debug_loc 0x000000000001888f 0x581 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_loc 0x0000000000018e10 0x1851 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_loc 0x000000000001a661 0x189 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .debug_loc 0x000000000001a7ea 0x565 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .debug_loc 0x000000000001ad4f 0x1ce esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .debug_loc 0x000000000001af1d 0x215 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_loc 0x000000000001b132 0x316 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .debug_loc 0x000000000001b448 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .debug_loc 0x000000000001b562 0x367 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .debug_loc 0x000000000001b8c9 0x4b5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .debug_loc 0x000000000001bd7e 0x79a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .debug_loc 0x000000000001c518 0x648 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .debug_loc 0x000000000001cb60 0x226 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .debug_loc 0x000000000001cd86 0x402 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .debug_loc 0x000000000001d188 0x157 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_loc 0x000000000001d2df 0x139 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_loc 0x000000000001d418 0xbf4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_loc 0x000000000001e00c 0xa4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .debug_loc 0x000000000001e0b0 0x6fe esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_loc 0x000000000001e7ae 0x84 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_loc 0x000000000001e832 0x40f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_loc 0x000000000001ec41 0x4fa esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_loc 0x000000000001f13b 0xbdc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_loc 0x000000000001fd17 0x172 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_loc 0x000000000001fe89 0x1f4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_loc 0x000000000002007d 0x2c4 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) - .debug_loc 0x0000000000020341 0x3f6 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_loc 0x0000000000020737 0x35b esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_loc 0x0000000000020a92 0x1028 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_loc 0x0000000000021aba 0x256 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_loc 0x0000000000021d10 0x220 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_loc 0x0000000000021f30 0x13d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_loc 0x000000000002206d 0xb72 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .debug_loc 0x0000000000022bdf 0xb39 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_loc 0x0000000000023718 0x133 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_loc 0x000000000002384b 0x17c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_loc 0x00000000000239c7 0x1d5 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_loc 0x0000000000023b9c 0xd8b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_loc 0x0000000000024927 0x1c53 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_loc 0x000000000002657a 0x2e27 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_loc 0x00000000000293a1 0xbc8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_loc 0x0000000000029f69 0x6df esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_loc 0x000000000002a648 0x2c88 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_loc 0x000000000002d2d0 0x148c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_loc 0x000000000002e75c 0x473 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_loc 0x000000000002ebcf 0x159 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_loc 0x000000000002ed28 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) - .debug_loc 0x000000000002ed72 0xa1 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_loc 0x000000000002ee13 0x5d1 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_loc 0x000000000002f3e4 0x307 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_loc 0x000000000002f6eb 0x64f esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_loc 0x000000000002fd3a 0x835 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .debug_loc 0x000000000003056f 0x15bb esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_loc 0x0000000000031b2a 0x32e esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_loc 0x0000000000031e58 0x4e0 esp-idf/lwip/liblwip.a(def.c.obj) - .debug_loc 0x0000000000032338 0x199b esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_loc 0x0000000000033cd3 0x16 esp-idf/lwip/liblwip.a(init.c.obj) - .debug_loc 0x0000000000033ce9 0x18e esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_loc 0x0000000000033e77 0x74 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_loc 0x0000000000033eeb 0x173 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_loc 0x000000000003405e 0xc91 esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_loc 0x0000000000034cef 0x17c1 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_loc 0x00000000000364b0 0x975 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_loc 0x0000000000036e25 0x194e esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_loc 0x0000000000038773 0xae2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_loc 0x0000000000039255 0x16ba esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_loc 0x000000000003a90f 0x329 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_loc 0x000000000003ac38 0xefe esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_loc 0x000000000003bb36 0x1890 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_loc 0x000000000003d3c6 0x121b esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_loc 0x000000000003e5e1 0x1c1 esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_loc 0x000000000003e7a2 0x795 esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_loc 0x000000000003ef37 0x8c0 esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_loc 0x000000000003f7f7 0x63c esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_loc 0x000000000003fe33 0x2de esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_loc 0x0000000000040111 0x1a1 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_loc 0x00000000000402b2 0x1034 esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_loc 0x00000000000412e6 0x726 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_loc 0x0000000000041a0c 0x8c4 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_loc 0x00000000000422d0 0x6e0 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_loc 0x00000000000429b0 0x209b esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_loc 0x0000000000044a4b 0x149 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_loc 0x0000000000044b94 0x710 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_loc 0x00000000000452a4 0x8ae esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_loc 0x0000000000045b52 0x6c esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_loc 0x0000000000045bbe 0x4e5f esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_loc 0x000000000004aa1d 0x10b4 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_loc 0x000000000004bad1 0x14e6 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_loc 0x000000000004cfb7 0x4a esp-idf/lwip/liblwip.a(err.c.obj) - .debug_loc 0x000000000004d001 0x1fe esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_loc 0x000000000004d1ff 0x47f esp-idf/log/liblog.a(log.c.obj) - .debug_loc 0x000000000004d67e 0xcf esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_loc 0x000000000004d74d 0xd82 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_loc 0x000000000004e4cf 0x6d9 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_loc 0x000000000004eba8 0x2896 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_loc 0x000000000005143e 0x1c10 esp-idf/driver/libdriver.a(gpio.c.obj) - .debug_loc 0x000000000005304e 0x2d2 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - .debug_loc 0x0000000000053320 0xbce esp-idf/driver/libdriver.a(rtc_io.c.obj) - .debug_loc 0x0000000000053eee 0x336 esp-idf/driver/libdriver.a(rtc_module.c.obj) - .debug_loc 0x0000000000054224 0x2e20 esp-idf/driver/libdriver.a(uart.c.obj) - .debug_loc 0x0000000000057044 0x10f esp-idf/esp32/libesp32.a(hw_random.c.obj) - .debug_loc 0x0000000000057153 0x722 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .debug_loc 0x0000000000057875 0xc8 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .debug_loc 0x000000000005793d 0x994 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .debug_loc 0x00000000000582d1 0x368 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - .debug_loc 0x0000000000058639 0x122 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .debug_loc 0x000000000005875b 0x10e esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_loc 0x0000000000058869 0x7ed esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_loc 0x0000000000059056 0x40d esp-idf/console/libconsole.a(commands.c.obj) - .debug_loc 0x0000000000059463 0x321 esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_loc 0x0000000000059784 0x5400 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_loc 0x000000000005eb84 0xd0d esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_loc 0x000000000005f891 0x11ad esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - .debug_loc 0x0000000000060a3e 0x97e esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - .debug_loc 0x00000000000613bc 0x927 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - .debug_loc 0x0000000000061ce3 0xc11 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - .debug_loc 0x00000000000628f4 0x151a esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .debug_loc 0x0000000000063e0e 0x24a esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - .debug_loc 0x0000000000064058 0x2c3 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - .debug_loc 0x000000000006431b 0x5b8 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) - .debug_loc 0x00000000000648d3 0x1ff esp-idf/fatfs/libfatfs.a(diskio.c.obj) - .debug_loc 0x0000000000064ad2 0x2dd esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - .debug_loc 0x0000000000064daf 0x46e3 esp-idf/fatfs/libfatfs.a(ff.c.obj) - .debug_loc 0x0000000000069492 0x94 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - .debug_loc 0x0000000000069526 0x1f4a esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .debug_loc 0x000000000006b470 0x4bb esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - .debug_loc 0x000000000006b92b 0x1ab esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - .debug_loc 0x000000000006bad6 0x161c esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - .debug_loc 0x000000000006d0f2 0x25 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) - .debug_loc 0x000000000006d117 0x1489 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .debug_loc 0x000000000006e5a0 0x152 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - .debug_loc 0x000000000006e6f2 0x1f89 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - .debug_loc 0x000000000007067b 0x3d9a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - .debug_loc 0x0000000000074415 0xa01 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - .debug_loc 0x0000000000074e16 0x1141 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - .debug_loc 0x0000000000075f57 0x25 esp-idf/newlib/libnewlib.a(select.c.obj) - .debug_loc 0x0000000000075f7c 0x33b esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - .debug_loc 0x00000000000762b7 0x60b esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) - .debug_loc 0x00000000000768c2 0xcea esp-idf/soc/libsoc.a(uart_hal.c.obj) - .debug_loc 0x00000000000775ac 0x390 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .debug_loc 0x000000000007793c 0x2e7 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .debug_loc 0x0000000000077c23 0xd84 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - .debug_loc 0x00000000000789a7 0xb3 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - .debug_loc 0x0000000000078a5a 0x161 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_loc 0x0000000000078bbb 0xf3f esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .debug_loc 0x0000000000079afa 0x2d68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_loc 0x000000000007c862 0xa88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_loc 0x000000000007d2ea 0x2bb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_loc 0x000000000007fea2 0x5ccc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_loc 0x0000000000085b6e 0x86f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_loc 0x00000000000863dd 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) - .debug_loc 0x0000000000086499 0x910 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_loc 0x0000000000086da9 0x382 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - .debug_loc 0x000000000008712b 0x7f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_loc 0x0000000000087920 0x7be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_loc 0x00000000000880de 0x522 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_loc 0x0000000000088600 0x136d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_loc 0x000000000008996d 0x650 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_loc 0x0000000000089fbd 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_loc 0x000000000008a02d 0x3956 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_loc 0x000000000008d983 0x70f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - .debug_loc 0x000000000008e092 0x142 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_loc 0x000000000008e1d4 0x239 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_loc 0x000000000008e40d 0x239 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_loc 0x000000000008e646 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_loc 0x000000000008e66b 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_loc 0x000000000008e690 0x1e9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_loc 0x000000000009052c 0x1639 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_loc 0x0000000000091b65 0xdcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .debug_loc 0x0000000000092931 0x1a51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_loc 0x0000000000094382 0x1023 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .debug_loc 0x00000000000953a5 0x661 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_loc 0x0000000000095a06 0x692 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_loc 0x0000000000096098 0xc52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_loc 0x0000000000096cea 0x14fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_loc 0x00000000000981e4 0x2e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_loc 0x00000000000984c7 0xc83 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_loc 0x000000000009914a 0xbcd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_loc 0x0000000000099d17 0x7e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_loc 0x000000000009a4f7 0xbba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_loc 0x000000000009b0b1 0xefb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_loc 0x000000000009bfac 0x939 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_loc 0x000000000009c8e5 0x87c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_loc 0x000000000009d161 0x654 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_loc 0x000000000009d7b5 0xa2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_loc 0x000000000009e1e2 0x1471 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_loc 0x000000000009f653 0x30eb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_loc 0x00000000000a273e 0x691 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - .debug_loc 0x00000000000a2dcf 0xad6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - .debug_loc 0x00000000000a38a5 0x75f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - .debug_loc 0x00000000000a4004 0xfa0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_loc 0x00000000000a4fa4 0x5f esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_loc 0x00000000000a5003 0x269 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_loc 0x00000000000a526c 0x369 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_loc 0x00000000000a55d5 0x2759 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_loc 0x00000000000a7d2e 0xd93 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_loc 0x00000000000a8ac1 0xaed esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_loc 0x00000000000a95ae 0x75d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_loc 0x00000000000a9d0b 0x69c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_loc 0x00000000000aa3a7 0x1da3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_loc 0x00000000000ac14a 0xe9f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_loc 0x00000000000acfe9 0x2322 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_loc 0x00000000000af30b 0x10fb esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_loc 0x00000000000b0406 0xb66 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_loc 0x00000000000b0f6c 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_loc 0x00000000000b1204 0xe7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_loc 0x00000000000b12eb 0x1c1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_loc 0x00000000000b14ac 0x8db esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_loc 0x00000000000b1d87 0x442 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_loc 0x00000000000b21c9 0x12e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) - .debug_loc 0x00000000000b22f7 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) - .debug_loc 0x00000000000b2339 0x1404 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - .debug_loc 0x00000000000b373d 0x3854 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - .debug_loc 0x00000000000b6f91 0x2ee5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - .debug_loc 0x00000000000b9e76 0x2a3 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_loc 0x00000000000ba119 0x1bd8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_loc 0x00000000000bbcf1 0x3d2e esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - .debug_loc 0x00000000000bfa1f 0xde6 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_loc 0x00000000000c0805 0x1178 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_loc 0x00000000000c197d 0x1e7 esp-idf/lwip/liblwip.a(wlanif.c.obj) - .debug_loc 0x00000000000c1b64 0x7c esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_loc 0x00000000000c1be0 0x6735 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_loc 0x00000000000c8315 0xd42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_loc 0x00000000000c9057 0x3a2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_loc 0x00000000000c93f9 0x2b8e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - .debug_loc 0x00000000000cbf87 0x32ce esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - .debug_loc 0x00000000000cf255 0xc68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) - .debug_loc 0x00000000000cfebd 0x666 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_loc 0x00000000000d0523 0x610 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) - .debug_loc 0x00000000000d0b33 0x4f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) - .debug_loc 0x00000000000d0b82 0x4c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - .debug_loc 0x00000000000d0bce 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) - .debug_loc 0x00000000000d0bf3 0x1fc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_loc 0x00000000000d0def 0x9e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - .debug_loc 0x00000000000d0e8d 0xe5a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - .debug_loc 0x00000000000d1ce7 0x20a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - .debug_loc 0x00000000000d1ef1 0x150 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - .debug_loc 0x00000000000d2041 0xbe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) - .debug_loc 0x00000000000d20ff 0xac9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) - .debug_loc 0x00000000000d2bc8 0x7e1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) - .debug_loc 0x00000000000d33a9 0xa12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) - .debug_loc 0x00000000000d3dbb 0x94c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) - .debug_loc 0x00000000000d4707 0x13a1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) - .debug_loc 0x00000000000d5aa8 0x1809 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - .debug_loc 0x00000000000d72b1 0x74 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) - .debug_loc 0x00000000000d7325 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) - .debug_loc 0x00000000000d734a 0x4c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) - .debug_loc 0x00000000000d7396 0xe0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) - .debug_loc 0x00000000000d7476 0x20c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) - .debug_loc 0x00000000000d7682 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) - .debug_loc 0x00000000000d76ea 0x74 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) - .debug_loc 0x00000000000d775e 0xea /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) - .debug_loc 0x00000000000d7848 0x74 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) - .debug_loc 0x00000000000d78bc 0xa6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) - .debug_loc 0x00000000000d7962 0xa6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) - .debug_loc 0x00000000000d7a08 0x1ef /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) - .debug_loc 0x00000000000d7bf7 0x9e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) - .debug_loc 0x00000000000d7c95 0x3af /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) - .debug_loc 0x00000000000d8044 0x9e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) - .debug_loc 0x00000000000d80e2 0xfa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) - .debug_loc 0x00000000000d81dc 0x10d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) - .debug_loc 0x00000000000d82e9 0x803 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) - .debug_loc 0x00000000000d8aec 0xb1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) - .debug_loc 0x00000000000d8b9d 0x1e0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) - .debug_loc 0x00000000000d8d7d 0xea /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) - .debug_loc 0x00000000000d8e67 0x483 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) - .debug_loc 0x00000000000d92ea 0x89 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) - .debug_loc 0x00000000000d9373 0x161 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) - .debug_loc 0x00000000000d94d4 0x5f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) - .debug_loc 0x00000000000d9533 0xfe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) - .debug_loc 0x00000000000d9631 0x44 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) - .debug_loc 0x00000000000d9675 0x91 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) - .debug_loc 0x00000000000d9706 0x214 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) - .debug_loc 0x00000000000d991a 0x147 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) - .debug_loc 0x00000000000d9a61 0xc5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) - .debug_loc 0x00000000000d9b26 0x99 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) - .debug_loc 0x00000000000d9bbf 0x1470 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) - .debug_loc 0x00000000000db02f 0x49a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) - .debug_loc 0x00000000000db4c9 0x468 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) - .debug_loc 0x00000000000db931 0x3e12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) - .debug_loc 0x00000000000df743 0x2315 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) - .debug_loc 0x00000000000e1a58 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) - .debug_loc 0x00000000000e1a7d 0x270a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) - .debug_loc 0x00000000000e4187 0x3ee7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) - .debug_loc 0x00000000000e806e 0x5f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) - .debug_loc 0x00000000000e80cd 0xbe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) - .debug_loc 0x00000000000e818b 0x190a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) - .debug_loc 0x00000000000e9a95 0x10c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) - .debug_loc 0x00000000000e9ba1 0xcee /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) - .debug_loc 0x00000000000ea88f 0x50a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) - .debug_loc 0x00000000000ead99 0x4a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) - .debug_loc 0x00000000000eade3 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) - .debug_loc 0x00000000000eae08 0xc9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) - .debug_loc 0x00000000000eaed1 0xef /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) - .debug_loc 0x00000000000eafc0 0x17ae /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) - .debug_loc 0x00000000000ec76e 0xe2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) - .debug_loc 0x00000000000ec850 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) - .debug_loc 0x00000000000ec875 0x288d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) - .debug_loc 0x00000000000ef102 0x2068 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_loc 0x000000000000012c 0x59f esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_loc 0x00000000000006cb 0xc8 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_loc 0x0000000000000793 0x332 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_loc 0x0000000000000ac5 0x8f esp-idf/soc/libsoc.a(cpu_util.c.obj) + .debug_loc 0x0000000000000b54 0x243 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .debug_loc 0x0000000000000d97 0x390 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .debug_loc 0x0000000000001127 0x94 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .debug_loc 0x00000000000011bb 0xb52 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .debug_loc 0x0000000000001d0d 0x2aa esp-idf/soc/libsoc.a(rtc_time.c.obj) + .debug_loc 0x0000000000001fb7 0x39d esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .debug_loc 0x0000000000002354 0xcf esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_loc 0x0000000000002423 0x11b8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_loc 0x00000000000035db 0x494 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_loc 0x0000000000003a6f 0xc7 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_loc 0x0000000000003b36 0x270 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_loc 0x0000000000003da6 0x220 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + .debug_loc 0x0000000000003fc6 0x11c esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_loc 0x00000000000040e2 0x223 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_loc 0x0000000000004305 0x1d5 esp-idf/esp32/libesp32.a(int_wdt.c.obj) + .debug_loc 0x00000000000044da 0x13e8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .debug_loc 0x00000000000058c2 0x2ae esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_loc 0x0000000000005b70 0x5eb esp-idf/esp32/libesp32.a(task_wdt.c.obj) + .debug_loc 0x000000000000615b 0x37 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_loc 0x0000000000006192 0x25 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_loc 0x00000000000061b7 0xc7 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_loc 0x000000000000627e 0x343 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_loc 0x00000000000065c1 0x1d1 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .debug_loc 0x0000000000006792 0x725 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_loc 0x0000000000006eb7 0x34e esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_loc 0x0000000000007205 0x793 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_loc 0x0000000000007998 0x1fe esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + .debug_loc 0x0000000000007b96 0x169f esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_loc 0x0000000000009235 0x3492 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_loc 0x000000000000c6c7 0x7cf esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_loc 0x000000000000ce96 0xd0 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_loc 0x000000000000cf66 0x4296 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_loc 0x00000000000111fc 0x13bd esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_loc 0x00000000000125b9 0x8a esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_loc 0x0000000000012643 0x1c1 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_loc 0x0000000000012804 0x276 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_loc 0x0000000000012a7a 0x94 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_loc 0x0000000000012b0e 0x162 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_loc 0x0000000000012c70 0xce esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_loc 0x0000000000012d3e 0x63e esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_loc 0x000000000001337c 0x2e2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_loc 0x000000000001365e 0x1e3 esp-idf/main/libmain.a(main.c.obj) + .debug_loc 0x0000000000013841 0xa3 esp-idf/files/libfiles.a(file.c.obj) + .debug_loc 0x00000000000138e4 0x728 esp-idf/ca/libca.a(ca.c.obj) + .debug_loc 0x000000000001400c 0x587 esp-idf/ca/libca.a(gen_key.c.obj) + .debug_loc 0x0000000000014593 0xcfb esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .debug_loc 0x000000000001528e 0x516 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .debug_loc 0x00000000000157a4 0x2af esp-idf/wifi/libwifi.a(wifi.c.obj) + .debug_loc 0x0000000000015a53 0x22b esp-idf/https_server/libhttps_server.a(https_server.c.obj) + .debug_loc 0x0000000000015c7e 0x9c esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + .debug_loc 0x0000000000015d1a 0x4a4 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_loc 0x00000000000161be 0x84 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_loc 0x0000000000016242 0x40f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x0000000000016651 0x4fa esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x0000000000016b4b 0xbdc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x0000000000017727 0x172 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x0000000000017899 0x23 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_loc 0x00000000000178bc 0x1f4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_loc 0x0000000000017ab0 0x2c4 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_loc 0x0000000000017d74 0x420 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_loc 0x0000000000018194 0x35b esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_loc 0x00000000000184ef 0x109c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_loc 0x000000000001958b 0x256 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_loc 0x00000000000197e1 0x220 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_loc 0x0000000000019a01 0x13d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_loc 0x0000000000019b3e 0xb72 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_loc 0x000000000001a6b0 0xb39 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_loc 0x000000000001b1e9 0x133 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_loc 0x000000000001b31c 0x17c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_loc 0x000000000001b498 0x1d5 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_loc 0x000000000001b66d 0xd8b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_loc 0x000000000001c3f8 0x122 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_loc 0x000000000001c51a 0x2e7 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .debug_loc 0x000000000001c801 0xd84 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .debug_loc 0x000000000001d585 0xed esp-idf/soc/libsoc.a(mpu_hal.c.obj) + .debug_loc 0x000000000001d672 0x4a esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .debug_loc 0x000000000001d6bc 0x275 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .debug_loc 0x000000000001d931 0x34b esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_loc 0x000000000001dc7c 0x2a97 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_loc 0x0000000000020713 0xb9 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .debug_loc 0x00000000000207cc 0x581 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_loc 0x0000000000020d4d 0x1851 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_loc 0x000000000002259e 0x189 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_loc 0x0000000000022727 0x565 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .debug_loc 0x0000000000022c8c 0x1ce esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .debug_loc 0x0000000000022e5a 0x215 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_loc 0x000000000002306f 0x316 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .debug_loc 0x0000000000023385 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .debug_loc 0x000000000002349f 0x367 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .debug_loc 0x0000000000023806 0x4b5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .debug_loc 0x0000000000023cbb 0x79a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .debug_loc 0x0000000000024455 0x648 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .debug_loc 0x0000000000024a9d 0x226 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .debug_loc 0x0000000000024cc3 0x402 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_loc 0x00000000000250c5 0x157 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_loc 0x000000000002521c 0x139 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_loc 0x0000000000025355 0xbf4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_loc 0x0000000000025f49 0xa4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .debug_loc 0x0000000000025fed 0x6fe esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_loc 0x00000000000266eb 0x1c70 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_loc 0x000000000002835b 0x2e27 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_loc 0x000000000002b182 0xbc8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_loc 0x000000000002bd4a 0x6df esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_loc 0x000000000002c429 0x2c88 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_loc 0x000000000002f0b1 0x148c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_loc 0x000000000003053d 0x473 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_loc 0x00000000000309b0 0x159 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_loc 0x0000000000030b09 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + .debug_loc 0x0000000000030b53 0xa1 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_loc 0x0000000000030bf4 0x5d1 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_loc 0x00000000000311c5 0x307 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_loc 0x00000000000314cc 0x683 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_loc 0x0000000000031b4f 0x85a esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_loc 0x00000000000323a9 0x15bb esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_loc 0x0000000000033964 0x32e esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_loc 0x0000000000033c92 0x4e0 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_loc 0x0000000000034172 0x199b esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_loc 0x0000000000035b0d 0x16 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_loc 0x0000000000035b23 0x18e esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_loc 0x0000000000035cb1 0x74 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_loc 0x0000000000035d25 0x173 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_loc 0x0000000000035e98 0xc91 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_loc 0x0000000000036b29 0x17c1 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_loc 0x00000000000382ea 0x975 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_loc 0x0000000000038c5f 0x194e esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_loc 0x000000000003a5ad 0xae2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_loc 0x000000000003b08f 0x16ba esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_loc 0x000000000003c749 0x329 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_loc 0x000000000003ca72 0xefe esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_loc 0x000000000003d970 0x1890 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_loc 0x000000000003f200 0x121b esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_loc 0x000000000004041b 0x1c1 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_loc 0x00000000000405dc 0x795 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_loc 0x0000000000040d71 0x8c0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_loc 0x0000000000041631 0x63c esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_loc 0x0000000000041c6d 0x2de esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_loc 0x0000000000041f4b 0x1a1 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_loc 0x00000000000420ec 0x1034 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_loc 0x0000000000043120 0x726 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_loc 0x0000000000043846 0x8c4 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_loc 0x000000000004410a 0x6fd esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_loc 0x0000000000044807 0x209b esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_loc 0x00000000000468a2 0x149 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_loc 0x00000000000469eb 0x710 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_loc 0x00000000000470fb 0x8ae esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_loc 0x00000000000479a9 0x6c esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_loc 0x0000000000047a15 0x4e5f esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_loc 0x000000000004c874 0x10b4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_loc 0x000000000004d928 0x14e6 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_loc 0x000000000004ee0e 0x4a esp-idf/lwip/liblwip.a(err.c.obj) + .debug_loc 0x000000000004ee58 0x1fe esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_loc 0x000000000004f056 0x47f esp-idf/log/liblog.a(log.c.obj) + .debug_loc 0x000000000004f4d5 0xddb esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_loc 0x00000000000502b0 0x6d9 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_loc 0x0000000000050989 0x2aa4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_loc 0x000000000005342d 0x1c1f esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_loc 0x000000000005504c 0x438 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_loc 0x0000000000055484 0xbce esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_loc 0x0000000000056052 0x336 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_loc 0x0000000000056388 0x2e20 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_loc 0x00000000000591a8 0x10f esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_loc 0x00000000000592b7 0x722 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .debug_loc 0x00000000000599d9 0x994 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .debug_loc 0x000000000005a36d 0x368 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_loc 0x000000000005a6d5 0x10e esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_loc 0x000000000005a7e3 0x7ed esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_loc 0x000000000005afd0 0x40d esp-idf/console/libconsole.a(commands.c.obj) + .debug_loc 0x000000000005b3dd 0x321 esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_loc 0x000000000005b6fe 0x5400 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_loc 0x0000000000060afe 0xd0d esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_loc 0x000000000006180b 0x11ad esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_loc 0x00000000000629b8 0x97e esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_loc 0x0000000000063336 0x927 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_loc 0x0000000000063c5d 0xc11 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_loc 0x000000000006486e 0x151a esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_loc 0x0000000000065d88 0x24a esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_loc 0x0000000000065fd2 0x2d0 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + .debug_loc 0x00000000000662a2 0x5b8 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + .debug_loc 0x000000000006685a 0x1ff esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_loc 0x0000000000066a59 0x2dd esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_loc 0x0000000000066d36 0x46e3 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_loc 0x000000000006b419 0x94 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_loc 0x000000000006b4ad 0x1f59 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_loc 0x000000000006d406 0x4bb esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_loc 0x000000000006d8c1 0x1ab esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_loc 0x000000000006da6c 0x161c esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_loc 0x000000000006f088 0x25 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_loc 0x000000000006f0ad 0x148a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_loc 0x0000000000070537 0x152 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_loc 0x0000000000070689 0x1f89 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_loc 0x0000000000072612 0x3d9a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_loc 0x00000000000763ac 0xa01 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_loc 0x0000000000076dad 0x1141 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_loc 0x0000000000077eee 0x25 esp-idf/newlib/libnewlib.a(select.c.obj) + .debug_loc 0x0000000000077f13 0x33b esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_loc 0x000000000007824e 0x60b esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + .debug_loc 0x0000000000078859 0xcea esp-idf/soc/libsoc.a(uart_hal.c.obj) + .debug_loc 0x0000000000079543 0xb3 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + .debug_loc 0x00000000000795f6 0x2f16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_loc 0x000000000007c50c 0xa9f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_loc 0x000000000007cfab 0x2be0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_loc 0x000000000007fb8b 0x5ccc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_loc 0x0000000000085857 0x86f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_loc 0x00000000000860c6 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + .debug_loc 0x0000000000086182 0x910 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_loc 0x0000000000086a92 0x382 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + .debug_loc 0x0000000000086e14 0x7f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_loc 0x0000000000087609 0x7be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_loc 0x0000000000087dc7 0x522 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_loc 0x00000000000882e9 0x12d7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_loc 0x00000000000895c0 0x6aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_loc 0x0000000000089c6a 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_loc 0x0000000000089cda 0x3b6b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_loc 0x000000000008d845 0x70f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_loc 0x000000000008df54 0x142 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_loc 0x000000000008e096 0x239 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_loc 0x000000000008e2cf 0x239 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_loc 0x000000000008e508 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_loc 0x000000000008e52d 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_loc 0x000000000008e552 0xba4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_loc 0x000000000008f0f6 0xd32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_loc 0x000000000008fe28 0xb74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .debug_loc 0x000000000009099c 0x1e9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_loc 0x0000000000092838 0x1639 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_loc 0x0000000000093e71 0xdcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_loc 0x0000000000094c3d 0x692 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_loc 0x00000000000952cf 0xc52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_loc 0x0000000000095f21 0x154d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_loc 0x000000000009746e 0x2e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_loc 0x0000000000097751 0xd4f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_loc 0x00000000000984a0 0xbcd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_loc 0x000000000009906d 0x8b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_loc 0x0000000000099921 0xbba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_loc 0x000000000009a4db 0xefb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_loc 0x000000000009b3d6 0x939 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_loc 0x000000000009bd0f 0x87c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_loc 0x000000000009c58b 0x4af esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_loc 0x000000000009ca3a 0x661 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_loc 0x000000000009d09b 0x654 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_loc 0x000000000009d6ef 0xa2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_loc 0x000000000009e11c 0x1471 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_loc 0x000000000009f58d 0x30c3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_loc 0x00000000000a2650 0x691 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + .debug_loc 0x00000000000a2ce1 0xad6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + .debug_loc 0x00000000000a37b7 0x75f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + .debug_loc 0x00000000000a3f16 0xfa0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_loc 0x00000000000a4eb6 0x161 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_loc 0x00000000000a5017 0xf3f esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_loc 0x00000000000a5f56 0x5f esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_loc 0x00000000000a5fb5 0x29d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_loc 0x00000000000a6252 0x3bc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_loc 0x00000000000a660e 0x277e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_loc 0x00000000000a8d8c 0xd93 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_loc 0x00000000000a9b1f 0xc62 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_loc 0x00000000000aa781 0x75d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_loc 0x00000000000aaede 0x69c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_loc 0x00000000000ab57a 0x1da3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_loc 0x00000000000ad31d 0xe9f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_loc 0x00000000000ae1bc 0x2322 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_loc 0x00000000000b04de 0x10fb esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_loc 0x00000000000b15d9 0xb66 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_loc 0x00000000000b213f 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_loc 0x00000000000b23d7 0xe7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_loc 0x00000000000b24be 0x1c1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_loc 0x00000000000b267f 0x89f esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_loc 0x00000000000b2f1e 0x442 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_loc 0x00000000000b3360 0x12e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_loc 0x00000000000b348e 0x42 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_loc 0x00000000000b34d0 0x1404 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_loc 0x00000000000b48d4 0x3854 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_loc 0x00000000000b8128 0x2ee5 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_loc 0x00000000000bb00d 0x2a3 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_loc 0x00000000000bb2b0 0x1bd8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_loc 0x00000000000bce88 0x3d2e esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_loc 0x00000000000c0bb6 0xde6 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_loc 0x00000000000c199c 0x1178 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_loc 0x00000000000c2b14 0x1e7 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_loc 0x00000000000c2cfb 0x7c esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_loc 0x00000000000c2d77 0x6735 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_loc 0x00000000000c94ac 0xd42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_loc 0x00000000000ca1ee 0x3a2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_loc 0x00000000000ca590 0x2b8e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_loc 0x00000000000cd11e 0x32ce esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_loc 0x00000000000d03ec 0xc68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_loc 0x00000000000d1054 0x666 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_loc 0x00000000000d16ba 0x610 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_loc 0x00000000000d1cca 0x4f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_loc 0x00000000000d1d19 0x4c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_loc 0x00000000000d1d65 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_loc 0x00000000000d1d8a 0x1fc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_loc 0x00000000000d1f86 0x9e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_loc 0x00000000000d2024 0xe5a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + .debug_loc 0x00000000000d2e7e 0x20a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_loc 0x00000000000d3088 0x150 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_loc 0x00000000000d31d8 0xbe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_loc 0x00000000000d3296 0xac9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) + .debug_loc 0x00000000000d3d5f 0x7e1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) + .debug_loc 0x00000000000d4540 0xa12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_loc 0x00000000000d4f52 0x94c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_loc 0x00000000000d589e 0x13a1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + .debug_loc 0x00000000000d6c3f 0x1809 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .debug_loc 0x00000000000d8448 0x74 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) + .debug_loc 0x00000000000d84bc 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) + .debug_loc 0x00000000000d84e1 0x4c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) + .debug_loc 0x00000000000d852d 0xe0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) + .debug_loc 0x00000000000d860d 0x20c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) + .debug_loc 0x00000000000d8819 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) + .debug_loc 0x00000000000d8881 0x74 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) + .debug_loc 0x00000000000d88f5 0xea /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_loc 0x00000000000d89df 0x74 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_loc 0x00000000000d8a53 0xa6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) + .debug_loc 0x00000000000d8af9 0xa6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_loc 0x00000000000d8b9f 0x1ef /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) + .debug_loc 0x00000000000d8d8e 0x9e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_loc 0x00000000000d8e2c 0x3af /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_loc 0x00000000000d91db 0x9e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) + .debug_loc 0x00000000000d9279 0xfa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_loc 0x00000000000d9373 0x10d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_loc 0x00000000000d9480 0x803 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + .debug_loc 0x00000000000d9c83 0xb1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_loc 0x00000000000d9d34 0x1e0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_loc 0x00000000000d9f14 0xea /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_loc 0x00000000000d9ffe 0x483 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) + .debug_loc 0x00000000000da481 0x89 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_loc 0x00000000000da50a 0x161 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) + .debug_loc 0x00000000000da66b 0x5f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) + .debug_loc 0x00000000000da6ca 0xfe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_loc 0x00000000000da7c8 0x44 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_loc 0x00000000000da80c 0x91 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) + .debug_loc 0x00000000000da89d 0x214 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) + .debug_loc 0x00000000000daab1 0x147 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_loc 0x00000000000dabf8 0xc5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) + .debug_loc 0x00000000000dacbd 0x99 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) + .debug_loc 0x00000000000dad56 0x1470 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + .debug_loc 0x00000000000dc1c6 0x49a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_loc 0x00000000000dc660 0x468 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_loc 0x00000000000dcac8 0x3e12 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_loc 0x00000000000e08da 0x2315 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + .debug_loc 0x00000000000e2bef 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_loc 0x00000000000e2c14 0x270a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_loc 0x00000000000e531e 0x3ee7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_loc 0x00000000000e9205 0x5f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_loc 0x00000000000e9264 0xbe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) + .debug_loc 0x00000000000e9322 0x190a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_loc 0x00000000000eac2c 0x10c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_loc 0x00000000000ead38 0xcee /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) + .debug_loc 0x00000000000eba26 0x50a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) + .debug_loc 0x00000000000ebf30 0x4a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) + .debug_loc 0x00000000000ebf7a 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_loc 0x00000000000ebf9f 0xc9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_loc 0x00000000000ec068 0xef /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_loc 0x00000000000ec157 0x17ae /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_loc 0x00000000000ed905 0xe2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_loc 0x00000000000ed9e7 0x25 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) + .debug_loc 0x00000000000eda0c 0x288d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_loc 0x00000000000f0299 0x2068 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) -.debug_aranges 0x0000000000000000 0xb9f8 +.debug_aranges 0x0000000000000000 0xbbe8 .debug_aranges 0x0000000000000000 0x28 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) .debug_aranges - 0x0000000000000028 0x160 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x0000000000000028 0x20 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) .debug_aranges - 0x0000000000000188 0x60 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x0000000000000048 0x80 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) .debug_aranges - 0x00000000000001e8 0x60 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x00000000000000c8 0x48 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) .debug_aranges - 0x0000000000000248 0x40 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x0000000000000110 0x58 esp-idf/esp_system/libesp_system.a(panic.c.obj) .debug_aranges - 0x0000000000000288 0x68 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x0000000000000168 0x50 esp-idf/soc/libsoc.a(cpu_util.c.obj) .debug_aranges - 0x00000000000002f0 0x20 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) + 0x00000000000001b8 0x40 esp-idf/soc/libsoc.a(cpu_hal.c.obj) .debug_aranges - 0x0000000000000310 0x30 esp-idf/esp32/libesp32.a(int_wdt.c.obj) + 0x00000000000001f8 0x40 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) .debug_aranges - 0x0000000000000340 0xd0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x0000000000000238 0x28 esp-idf/soc/libsoc.a(soc_hal.c.obj) .debug_aranges - 0x0000000000000410 0xe8 esp-idf/esp32/libesp32.a(panic.c.obj) + 0x0000000000000260 0x108 esp-idf/soc/libsoc.a(rtc_clk.c.obj) .debug_aranges - 0x00000000000004f8 0x28 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + 0x0000000000000368 0x50 esp-idf/soc/libsoc.a(rtc_time.c.obj) .debug_aranges - 0x0000000000000520 0x70 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x00000000000003b8 0x78 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) .debug_aranges - 0x0000000000000590 0x28 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + 0x0000000000000430 0x48 esp-idf/log/liblog.a(log_freertos.c.obj) .debug_aranges - 0x00000000000005b8 0x58 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x0000000000000478 0x160 esp-idf/pthread/libpthread.a(pthread.c.obj) .debug_aranges - 0x0000000000000610 0x28 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x00000000000005d8 0x60 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) .debug_aranges - 0x0000000000000638 0x28 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x0000000000000638 0x28 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) .debug_aranges - 0x0000000000000660 0x68 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x0000000000000660 0x58 esp-idf/esp32/libesp32.a(clk.c.obj) .debug_aranges - 0x00000000000006c8 0x40 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x00000000000006b8 0x58 esp-idf/esp32/libesp32.a(cpu_start.c.obj) .debug_aranges - 0x0000000000000708 0xb8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x0000000000000710 0x40 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) .debug_aranges - 0x00000000000007c0 0x78 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x0000000000000750 0x68 esp-idf/esp32/libesp32.a(dport_access.c.obj) .debug_aranges - 0x0000000000000838 0x90 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x00000000000007b8 0x30 esp-idf/esp32/libesp32.a(int_wdt.c.obj) .debug_aranges - 0x00000000000008c8 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x00000000000007e8 0xd0 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) .debug_aranges - 0x00000000000008e8 0x20 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x00000000000008b8 0x28 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) .debug_aranges - 0x0000000000000908 0x28 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x00000000000008e0 0x70 esp-idf/esp32/libesp32.a(task_wdt.c.obj) .debug_aranges - 0x0000000000000930 0x20 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) + 0x0000000000000950 0x28 esp-idf/esp_common/libesp_common.a(brownout.c.obj) .debug_aranges - 0x0000000000000950 0x30 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + 0x0000000000000978 0x30 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) .debug_aranges - 0x0000000000000980 0x70 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x00000000000009a8 0x28 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) .debug_aranges - 0x00000000000009f0 0x18 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + 0x00000000000009d0 0x68 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) .debug_aranges - 0x0000000000000a08 0x130 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000000000a38 0x40 esp-idf/esp_common/libesp_common.a(ipc.c.obj) .debug_aranges - 0x0000000000000b38 0x260 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000000000a78 0xb8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) .debug_aranges - 0x0000000000000d98 0xc0 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x0000000000000b30 0x78 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) .debug_aranges - 0x0000000000000e58 0x20 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + 0x0000000000000ba8 0x98 esp-idf/freertos/libfreertos.a(port.c.obj) .debug_aranges - 0x0000000000000e78 0x40 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x0000000000000c40 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) .debug_aranges - 0x0000000000000eb8 0x1b0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x0000000000000c60 0x20 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) .debug_aranges - 0x0000000000001068 0xf8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x0000000000000c80 0x28 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) .debug_aranges - 0x0000000000001160 0x90 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x0000000000000ca8 0x20 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) .debug_aranges - 0x00000000000011f0 0x80 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000000000cc8 0x30 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) .debug_aranges - 0x0000000000001270 0x40 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x0000000000000cf8 0x70 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) .debug_aranges - 0x00000000000012b0 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x0000000000000d68 0x18 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) .debug_aranges - 0x00000000000012d8 0x28 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + 0x0000000000000d80 0x130 esp-idf/freertos/libfreertos.a(queue.c.obj) .debug_aranges - 0x0000000000001300 0x68 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x0000000000000eb0 0x260 esp-idf/freertos/libfreertos.a(tasks.c.obj) .debug_aranges - 0x0000000000001368 0xd8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x0000000000001110 0xc0 esp-idf/freertos/libfreertos.a(timers.c.obj) .debug_aranges - 0x0000000000001440 0x40 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x00000000000011d0 0x20 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) .debug_aranges - 0x0000000000001480 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x00000000000011f0 0x40 esp-idf/freertos/libfreertos.a(list.c.obj) .debug_aranges - 0x00000000000014d0 0x38 esp-idf/main/libmain.a(main.c.obj) + 0x0000000000001230 0x1b0 esp-idf/vfs/libvfs.a(vfs.c.obj) .debug_aranges - 0x0000000000001508 0x38 esp-idf/files/libfiles.a(file.c.obj) + 0x00000000000013e0 0xf8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) .debug_aranges - 0x0000000000001540 0x30 esp-idf/ca/libca.a(ca.c.obj) + 0x00000000000014d8 0x20 esp-idf/newlib/libnewlib.a(abort.c.obj) .debug_aranges - 0x0000000000001570 0x48 esp-idf/ca/libca.a(gen_key.c.obj) + 0x00000000000014f8 0x90 esp-idf/newlib/libnewlib.a(heap.c.obj) .debug_aranges - 0x00000000000015b8 0x98 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x0000000000001588 0x80 esp-idf/newlib/libnewlib.a(locks.c.obj) .debug_aranges - 0x0000000000001650 0x90 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x0000000000001608 0x40 esp-idf/newlib/libnewlib.a(pthread.c.obj) .debug_aranges - 0x00000000000016e0 0x40 esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x0000000000001648 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) .debug_aranges - 0x0000000000001720 0x60 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x0000000000001670 0x28 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) .debug_aranges - 0x0000000000001780 0x20 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + 0x0000000000001698 0x68 esp-idf/newlib/libnewlib.a(syscalls.c.obj) .debug_aranges - 0x00000000000017a0 0x28 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + 0x0000000000001700 0xd8 esp-idf/newlib/libnewlib.a(time.c.obj) .debug_aranges - 0x00000000000017c8 0x30 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + 0x00000000000017d8 0x40 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) .debug_aranges - 0x00000000000017f8 0x38 esp-idf/soc/libsoc.a(cpu_util.c.obj) + 0x0000000000001818 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) .debug_aranges - 0x0000000000001830 0x108 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x0000000000001868 0x38 esp-idf/main/libmain.a(main.c.obj) .debug_aranges - 0x0000000000001938 0x30 esp-idf/soc/libsoc.a(rtc_init.c.obj) + 0x00000000000018a0 0x38 esp-idf/files/libfiles.a(file.c.obj) .debug_aranges - 0x0000000000001968 0x50 esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x00000000000018d8 0x30 esp-idf/ca/libca.a(ca.c.obj) .debug_aranges - 0x00000000000019b8 0x78 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x0000000000001908 0x48 esp-idf/ca/libca.a(gen_key.c.obj) .debug_aranges - 0x0000000000001a30 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x0000000000001950 0x98 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) .debug_aranges - 0x0000000000001a90 0x278 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000000019e8 0x90 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) .debug_aranges - 0x0000000000001d08 0x58 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x0000000000001a78 0x40 esp-idf/wifi/libwifi.a(wifi.c.obj) .debug_aranges - 0x0000000000001d60 0x60 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x0000000000001ab8 0x60 esp-idf/https_server/libhttps_server.a(https_server.c.obj) .debug_aranges - 0x0000000000001dc0 0xd0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x0000000000001b18 0x20 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) .debug_aranges - 0x0000000000001e90 0x48 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x0000000000001b38 0x28 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) .debug_aranges - 0x0000000000001ed8 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x0000000000001b60 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) .debug_aranges - 0x0000000000001ef0 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + 0x0000000000001b98 0x50 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .debug_aranges - 0x0000000000001f30 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + 0x0000000000001be8 0x78 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .debug_aranges - 0x0000000000001f58 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + 0x0000000000001c60 0xb8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .debug_aranges - 0x0000000000001f78 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + 0x0000000000001d18 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) .debug_aranges - 0x0000000000001fb8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + 0x0000000000001d30 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .debug_aranges - 0x0000000000001fd8 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + 0x0000000000001d60 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) .debug_aranges - 0x0000000000002008 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + 0x0000000000001d80 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) .debug_aranges - 0x0000000000002040 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + 0x0000000000001dc0 0x78 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) .debug_aranges - 0x0000000000002080 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + 0x0000000000001e38 0x78 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) .debug_aranges - 0x00000000000020b8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + 0x0000000000001eb0 0x70 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) .debug_aranges - 0x00000000000020d8 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x0000000000001f20 0xf0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) .debug_aranges - 0x0000000000002118 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0x0000000000002010 0x40 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) .debug_aranges - 0x0000000000002138 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0x0000000000002050 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) .debug_aranges - 0x0000000000002158 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x00000000000020a8 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) .debug_aranges - 0x00000000000021b0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + 0x00000000000020e0 0xa8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) .debug_aranges - 0x00000000000021d0 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x0000000000002188 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) .debug_aranges - 0x0000000000002230 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x00000000000021a0 0xe8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) .debug_aranges - 0x0000000000002268 0x50 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x0000000000002288 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) .debug_aranges - 0x00000000000022b8 0x78 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000000022b8 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) .debug_aranges - 0x0000000000002330 0xb8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000000022e8 0x68 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) .debug_aranges - 0x00000000000023e8 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x0000000000002350 0x80 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) .debug_aranges - 0x0000000000002400 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000000023d0 0x50 esp-idf/esp_system/libesp_system.a(system_api.c.obj) .debug_aranges - 0x0000000000002430 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x0000000000002420 0x20 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) .debug_aranges - 0x0000000000002470 0x78 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x0000000000002440 0x30 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) .debug_aranges - 0x00000000000024e8 0x78 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x0000000000002470 0x70 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) .debug_aranges - 0x0000000000002560 0x70 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x00000000000024e0 0x20 esp-idf/soc/libsoc.a(mpu_hal.c.obj) .debug_aranges - 0x00000000000025d0 0xf0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x0000000000002500 0x30 esp-idf/soc/libsoc.a(brownout_hal.c.obj) .debug_aranges - 0x00000000000026c0 0x40 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x0000000000002530 0x30 esp-idf/soc/libsoc.a(rtc_init.c.obj) .debug_aranges - 0x0000000000002700 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x0000000000002560 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) .debug_aranges - 0x0000000000002758 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x00000000000025c0 0x280 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) .debug_aranges - 0x0000000000002790 0xa8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x0000000000002840 0x58 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) .debug_aranges - 0x0000000000002838 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x0000000000002898 0x60 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) .debug_aranges - 0x0000000000002850 0xe8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000000028f8 0xd0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) .debug_aranges - 0x0000000000002938 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x00000000000029c8 0x48 esp-idf/esp_event/libesp_event.a(event_send.c.obj) .debug_aranges - 0x0000000000002968 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x0000000000002a10 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) .debug_aranges - 0x0000000000002998 0x68 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000000002a28 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) .debug_aranges - 0x0000000000002a00 0x80 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x0000000000002a68 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) .debug_aranges - 0x0000000000002a80 0x278 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000000002a90 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) .debug_aranges - 0x0000000000002cf8 0xd0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x0000000000002ab0 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) .debug_aranges - 0x0000000000002dc8 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x0000000000002af0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) .debug_aranges - 0x0000000000002e30 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x0000000000002b10 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) .debug_aranges - 0x0000000000002e80 0x108 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x0000000000002b40 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) .debug_aranges - 0x0000000000002f88 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x0000000000002b78 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) .debug_aranges - 0x0000000000002fc0 0xa8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x0000000000002bb8 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) .debug_aranges - 0x0000000000003068 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x0000000000002bf0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) .debug_aranges - 0x0000000000003098 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + 0x0000000000002c10 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) .debug_aranges - 0x00000000000030c0 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x0000000000002c50 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) .debug_aranges - 0x00000000000030f0 0xc0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x0000000000002c70 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) .debug_aranges - 0x00000000000031b0 0x68 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x0000000000002c90 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) .debug_aranges - 0x0000000000003218 0x1f8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x0000000000002ce8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) .debug_aranges - 0x0000000000003410 0xb8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x0000000000002d08 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) .debug_aranges - 0x00000000000034c8 0xd8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x0000000000002d68 0x278 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) .debug_aranges - 0x00000000000035a0 0xa0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x0000000000002fe0 0xd0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) .debug_aranges - 0x0000000000003640 0x48 esp-idf/lwip/liblwip.a(def.c.obj) + 0x00000000000030b0 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) .debug_aranges - 0x0000000000003688 0xc8 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x0000000000003118 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) .debug_aranges - 0x0000000000003750 0x20 esp-idf/lwip/liblwip.a(init.c.obj) + 0x0000000000003168 0x108 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) .debug_aranges - 0x0000000000003770 0x38 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x0000000000003270 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) .debug_aranges - 0x00000000000037a8 0x40 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x00000000000032a8 0xa8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) .debug_aranges - 0x00000000000037e8 0x58 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x0000000000003350 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) .debug_aranges - 0x0000000000003840 0x140 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x0000000000003380 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) .debug_aranges - 0x0000000000003980 0x140 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000000033a8 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) .debug_aranges - 0x0000000000003ac0 0x88 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000000033d8 0xc0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) .debug_aranges - 0x0000000000003b48 0x1d0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x0000000000003498 0x68 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) .debug_aranges - 0x0000000000003d18 0x70 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x0000000000003500 0x210 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) .debug_aranges - 0x0000000000003d88 0xd8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x0000000000003710 0xc0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) .debug_aranges - 0x0000000000003e60 0x68 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000000037d0 0xd8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) .debug_aranges - 0x0000000000003ec8 0xa0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000000038a8 0xa0 esp-idf/lwip/liblwip.a(tcpip.c.obj) .debug_aranges - 0x0000000000003f68 0x150 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x0000000000003948 0x48 esp-idf/lwip/liblwip.a(def.c.obj) .debug_aranges - 0x00000000000040b8 0x98 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x0000000000003990 0xc8 esp-idf/lwip/liblwip.a(dns.c.obj) .debug_aranges - 0x0000000000004150 0x30 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x0000000000003a58 0x20 esp-idf/lwip/liblwip.a(init.c.obj) .debug_aranges - 0x0000000000004180 0xb0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x0000000000003a78 0x38 esp-idf/lwip/liblwip.a(ip.c.obj) .debug_aranges - 0x0000000000004230 0x78 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x0000000000003ab0 0x40 esp-idf/lwip/liblwip.a(mem.c.obj) .debug_aranges - 0x00000000000042a8 0x48 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x0000000000003af0 0x58 esp-idf/lwip/liblwip.a(memp.c.obj) .debug_aranges - 0x00000000000042f0 0x20 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x0000000000003b48 0x140 esp-idf/lwip/liblwip.a(netif.c.obj) .debug_aranges - 0x0000000000004310 0x60 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x0000000000003c88 0x140 esp-idf/lwip/liblwip.a(pbuf.c.obj) .debug_aranges - 0x0000000000004370 0x58 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x0000000000003dc8 0x88 esp-idf/lwip/liblwip.a(raw.c.obj) .debug_aranges - 0x00000000000043c8 0x30 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x0000000000003e50 0x1d0 esp-idf/lwip/liblwip.a(tcp.c.obj) .debug_aranges - 0x00000000000043f8 0x40 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x0000000000004020 0x70 esp-idf/lwip/liblwip.a(tcp_in.c.obj) .debug_aranges - 0x0000000000004438 0x88 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x0000000000004090 0xd8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) .debug_aranges - 0x00000000000044c0 0x118 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x0000000000004168 0x68 esp-idf/lwip/liblwip.a(timeouts.c.obj) .debug_aranges - 0x00000000000045d8 0x28 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x00000000000041d0 0xa0 esp-idf/lwip/liblwip.a(udp.c.obj) .debug_aranges - 0x0000000000004600 0xf8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x0000000000004270 0x150 esp-idf/lwip/liblwip.a(dhcp.c.obj) .debug_aranges - 0x00000000000046f8 0x70 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000000043c0 0x98 esp-idf/lwip/liblwip.a(etharp.c.obj) .debug_aranges - 0x0000000000004768 0x48 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x0000000000004458 0x30 esp-idf/lwip/liblwip.a(icmp.c.obj) .debug_aranges - 0x00000000000047b0 0x250 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x0000000000004488 0xb0 esp-idf/lwip/liblwip.a(igmp.c.obj) .debug_aranges - 0x0000000000004a00 0x120 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x0000000000004538 0x78 esp-idf/lwip/liblwip.a(ip4.c.obj) .debug_aranges - 0x0000000000004b20 0x138 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000000045b0 0x48 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) .debug_aranges - 0x0000000000004c58 0x28 esp-idf/lwip/liblwip.a(err.c.obj) + 0x00000000000045f8 0x20 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) .debug_aranges - 0x0000000000004c80 0x60 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x0000000000004618 0x60 esp-idf/lwip/liblwip.a(icmp6.c.obj) .debug_aranges - 0x0000000000004ce0 0x38 esp-idf/log/liblog.a(log.c.obj) + 0x0000000000004678 0x58 esp-idf/lwip/liblwip.a(ip6.c.obj) .debug_aranges - 0x0000000000004d18 0x48 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x00000000000046d0 0x30 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) .debug_aranges - 0x0000000000004d60 0xf8 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x0000000000004700 0x40 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) .debug_aranges - 0x0000000000004e58 0x40 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x0000000000004740 0x88 esp-idf/lwip/liblwip.a(mld6.c.obj) .debug_aranges - 0x0000000000004e98 0xc8 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x00000000000047c8 0x118 esp-idf/lwip/liblwip.a(nd6.c.obj) .debug_aranges - 0x0000000000004f60 0x140 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000000048e0 0x28 esp-idf/lwip/liblwip.a(ethernet.c.obj) .debug_aranges - 0x00000000000050a0 0x58 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x0000000000004908 0xf8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) .debug_aranges - 0x00000000000050f8 0xb0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x0000000000004a00 0x70 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) .debug_aranges - 0x00000000000051a8 0x38 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x0000000000004a70 0x48 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) .debug_aranges - 0x00000000000051e0 0x218 esp-idf/driver/libdriver.a(uart.c.obj) + 0x0000000000004ab8 0x250 esp-idf/lwip/liblwip.a(sockets.c.obj) .debug_aranges - 0x00000000000053f8 0x28 esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x0000000000004d08 0x120 esp-idf/lwip/liblwip.a(api_lib.c.obj) .debug_aranges - 0x0000000000005420 0x78 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + 0x0000000000004e28 0x138 esp-idf/lwip/liblwip.a(api_msg.c.obj) .debug_aranges - 0x0000000000005498 0x48 esp-idf/esp32/libesp32.a(reset_reason.c.obj) + 0x0000000000004f60 0x28 esp-idf/lwip/liblwip.a(err.c.obj) .debug_aranges - 0x00000000000054e0 0xf8 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x0000000000004f88 0x60 esp-idf/lwip/liblwip.a(netbuf.c.obj) .debug_aranges - 0x00000000000055d8 0x48 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x0000000000004fe8 0x40 esp-idf/log/liblog.a(log.c.obj) .debug_aranges - 0x0000000000005620 0x48 esp-idf/esp_common/libesp_common.a(system_api.c.obj) + 0x0000000000005028 0xf8 esp-idf/heap/libheap.a(heap_caps.c.obj) .debug_aranges - 0x0000000000005668 0x58 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x0000000000005120 0x40 esp-idf/heap/libheap.a(heap_caps_init.c.obj) .debug_aranges - 0x00000000000056c0 0x80 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x0000000000005160 0xd8 esp-idf/heap/libheap.a(multi_heap.c.obj) .debug_aranges - 0x0000000000005740 0x60 esp-idf/console/libconsole.a(commands.c.obj) + 0x0000000000005238 0x140 esp-idf/driver/libdriver.a(gpio.c.obj) .debug_aranges - 0x00000000000057a0 0x20 esp-idf/console/libconsole.a(split_argv.c.obj) + 0x0000000000005378 0x30 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) .debug_aranges - 0x00000000000057c0 0x368 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x00000000000053a8 0xb0 esp-idf/driver/libdriver.a(rtc_io.c.obj) .debug_aranges - 0x0000000000005b28 0x158 esp-idf/console/libconsole.a(linenoise.c.obj) + 0x0000000000005458 0x38 esp-idf/driver/libdriver.a(rtc_module.c.obj) .debug_aranges - 0x0000000000005c80 0xc8 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x0000000000005490 0x218 esp-idf/driver/libdriver.a(uart.c.obj) .debug_aranges - 0x0000000000005d48 0x58 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x00000000000056a8 0x28 esp-idf/esp32/libesp32.a(hw_random.c.obj) .debug_aranges - 0x0000000000005da0 0xb8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x00000000000056d0 0x78 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) .debug_aranges - 0x0000000000005e58 0x80 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x0000000000005748 0xf8 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) .debug_aranges - 0x0000000000005ed8 0xd8 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x0000000000005840 0x48 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) .debug_aranges - 0x0000000000005fb0 0x38 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x0000000000005888 0x58 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) .debug_aranges - 0x0000000000005fe8 0x60 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x00000000000058e0 0x80 esp-idf/freertos/libfreertos.a(event_groups.c.obj) .debug_aranges - 0x0000000000006048 0x38 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + 0x0000000000005960 0x60 esp-idf/console/libconsole.a(commands.c.obj) .debug_aranges - 0x0000000000006080 0x58 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x00000000000059c0 0x20 esp-idf/console/libconsole.a(split_argv.c.obj) .debug_aranges - 0x00000000000060d8 0x58 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x00000000000059e0 0x368 esp-idf/console/libconsole.a(argtable3.c.obj) .debug_aranges - 0x0000000000006130 0x1e0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x0000000000005d48 0x158 esp-idf/console/libconsole.a(linenoise.c.obj) .debug_aranges - 0x0000000000006310 0x48 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x0000000000005ea0 0xc8 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) .debug_aranges - 0x0000000000006358 0x120 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x0000000000005f68 0x58 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) .debug_aranges - 0x0000000000006478 0x58 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x0000000000005fc0 0xb8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) .debug_aranges - 0x00000000000064d0 0x68 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x0000000000006078 0x80 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) .debug_aranges - 0x0000000000006538 0xc8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0x00000000000060f8 0xd8 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) .debug_aranges - 0x0000000000006600 0x20 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + 0x00000000000061d0 0x38 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) .debug_aranges - 0x0000000000006620 0x120 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x0000000000006208 0x60 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) .debug_aranges - 0x0000000000006740 0x48 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x0000000000006268 0x38 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) .debug_aranges - 0x0000000000006788 0x170 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000000062a0 0x58 esp-idf/fatfs/libfatfs.a(diskio.c.obj) .debug_aranges - 0x00000000000068f8 0x148 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000000062f8 0x58 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) .debug_aranges - 0x0000000000006a40 0x70 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x0000000000006350 0x1e0 esp-idf/fatfs/libfatfs.a(ff.c.obj) .debug_aranges - 0x0000000000006ab0 0x48 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x0000000000006530 0x48 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) .debug_aranges - 0x0000000000006af8 0x20 esp-idf/newlib/libnewlib.a(select.c.obj) + 0x0000000000006578 0x120 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) .debug_aranges - 0x0000000000006b18 0x40 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x0000000000006698 0x58 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) .debug_aranges - 0x0000000000006b58 0x30 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + 0x00000000000066f0 0x68 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) .debug_aranges - 0x0000000000006b88 0xe0 esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x0000000000006758 0xc8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) .debug_aranges - 0x0000000000006c68 0x40 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x0000000000006820 0x20 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) .debug_aranges - 0x0000000000006ca8 0x30 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + 0x0000000000006840 0x120 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) .debug_aranges - 0x0000000000006cd8 0x70 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x0000000000006960 0x48 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) .debug_aranges - 0x0000000000006d48 0x38 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + 0x00000000000069a8 0x170 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) .debug_aranges - 0x0000000000006d80 0x18 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x0000000000006b18 0x148 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) .debug_aranges - 0x0000000000006d98 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + 0x0000000000006c60 0x70 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) .debug_aranges - 0x0000000000006db0 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + 0x0000000000006cd0 0x48 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) .debug_aranges - 0x0000000000006dc8 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + 0x0000000000006d18 0x20 esp-idf/newlib/libnewlib.a(select.c.obj) .debug_aranges - 0x0000000000006de0 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x0000000000006d38 0x40 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) .debug_aranges - 0x0000000000006e20 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x0000000000006d78 0x30 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) .debug_aranges - 0x0000000000006e38 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x0000000000006da8 0xe0 esp-idf/soc/libsoc.a(uart_hal.c.obj) .debug_aranges - 0x0000000000006e50 0x170 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x0000000000006e88 0x38 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) .debug_aranges - 0x0000000000006fc0 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000000006ec0 0x18 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) .debug_aranges - 0x0000000000007180 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x0000000000006ed8 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .debug_aranges - 0x0000000000007228 0x1e8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000000070a8 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) .debug_aranges - 0x0000000000007410 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x0000000000007150 0x1e8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) .debug_aranges - 0x0000000000007488 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x0000000000007338 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) .debug_aranges - 0x0000000000007518 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + 0x00000000000073b0 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) .debug_aranges - 0x0000000000007538 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x0000000000007440 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) .debug_aranges - 0x0000000000007600 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0x0000000000007460 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) .debug_aranges - 0x0000000000007728 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000000007528 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) .debug_aranges - 0x00000000000077d0 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x0000000000007650 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) .debug_aranges - 0x00000000000078e0 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x00000000000076f8 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) .debug_aranges - 0x0000000000007918 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x0000000000007808 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) .debug_aranges - 0x00000000000079c0 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x0000000000007840 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) .debug_aranges - 0x0000000000007a18 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x00000000000078f0 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) .debug_aranges - 0x0000000000007a58 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x0000000000007950 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) .debug_aranges - 0x0000000000007a78 0x158 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000000007990 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) .debug_aranges - 0x0000000000007bd0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x00000000000079b0 0x158 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) .debug_aranges - 0x0000000000007c10 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x0000000000007b08 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) .debug_aranges - 0x0000000000007c40 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x0000000000007b48 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) .debug_aranges - 0x0000000000007c70 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x0000000000007b78 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) .debug_aranges - 0x0000000000007ca0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x0000000000007ba8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) .debug_aranges - 0x0000000000007cc0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x0000000000007bd8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) .debug_aranges - 0x0000000000007ce8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x0000000000007bf8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) .debug_aranges - 0x0000000000007d68 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x0000000000007c20 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) .debug_aranges - 0x0000000000007de8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x0000000000007c98 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) .debug_aranges - 0x0000000000007e68 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x0000000000007cf0 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) .debug_aranges - 0x0000000000007ee0 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x0000000000007d80 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) .debug_aranges - 0x0000000000007fa8 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x0000000000007e00 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) .debug_aranges - 0x0000000000008010 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000000007e80 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) .debug_aranges - 0x0000000000008090 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x0000000000007f00 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) .debug_aranges - 0x0000000000008130 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000000007f80 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) .debug_aranges - 0x0000000000008230 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x0000000000008020 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) .debug_aranges - 0x00000000000082e8 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x0000000000008120 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) .debug_aranges - 0x0000000000008388 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x00000000000081d8 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) .debug_aranges - 0x00000000000083f8 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x0000000000008280 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) .debug_aranges - 0x0000000000008490 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x00000000000082f0 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) .debug_aranges - 0x0000000000008518 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x0000000000008390 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) .debug_aranges - 0x0000000000008600 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x0000000000008418 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) .debug_aranges - 0x0000000000008650 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x0000000000008500 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) .debug_aranges - 0x0000000000008698 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x0000000000008550 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) .debug_aranges - 0x00000000000086c8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x0000000000008598 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) .debug_aranges - 0x0000000000008728 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x00000000000085e8 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) .debug_aranges - 0x00000000000087e8 0x188 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000000008650 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) .debug_aranges - 0x0000000000008970 0x50 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0x0000000000008680 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) .debug_aranges - 0x00000000000089c0 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0x00000000000086e0 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) .debug_aranges - 0x0000000000008a78 0x58 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x00000000000087a0 0x188 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) .debug_aranges - 0x0000000000008ad0 0xe0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x0000000000008928 0x50 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) .debug_aranges - 0x0000000000008bb0 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x0000000000008978 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) .debug_aranges - 0x0000000000008be0 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x0000000000008a30 0x58 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) .debug_aranges - 0x0000000000008c78 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x0000000000008a88 0xe0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) .debug_aranges - 0x0000000000008cc8 0x1b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000000008b68 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) .debug_aranges - 0x0000000000008e80 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x0000000000008b80 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) .debug_aranges - 0x0000000000008ec8 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000000008b98 0x18 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) .debug_aranges - 0x0000000000008f40 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x0000000000008bb0 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) .debug_aranges - 0x0000000000008fa8 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + 0x0000000000008bf0 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) .debug_aranges - 0x0000000000008fe0 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000000008c08 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) .debug_aranges - 0x00000000000091d8 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x0000000000008c20 0x170 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) .debug_aranges - 0x0000000000009230 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x0000000000008d90 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) .debug_aranges - 0x0000000000009388 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000000008dc0 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) .debug_aranges - 0x0000000000009418 0x138 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000000008e60 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) .debug_aranges - 0x0000000000009550 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x0000000000008eb0 0x1c0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) .debug_aranges - 0x0000000000009580 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x0000000000009070 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) .debug_aranges - 0x00000000000095a8 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x00000000000090b8 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) .debug_aranges - 0x00000000000095f0 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x0000000000009130 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) .debug_aranges - 0x0000000000009680 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x0000000000009198 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) .debug_aranges - 0x00000000000096e8 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0x00000000000091d0 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) .debug_aranges - 0x0000000000009790 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + 0x00000000000093c8 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) .debug_aranges - 0x00000000000097c0 0x1a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x0000000000009420 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) .debug_aranges - 0x0000000000009968 0x328 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x0000000000009578 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) .debug_aranges - 0x0000000000009c90 0x1a0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x0000000000009608 0x138 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) .debug_aranges - 0x0000000000009e30 0x70 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x0000000000009740 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) .debug_aranges - 0x0000000000009ea0 0x160 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x0000000000009770 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) .debug_aranges - 0x000000000000a000 0x98 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x0000000000009798 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) .debug_aranges - 0x000000000000a098 0xe0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x00000000000097e0 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) .debug_aranges - 0x000000000000a178 0xb0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x0000000000009870 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) .debug_aranges - 0x000000000000a228 0x50 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x00000000000098d8 0xa8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) .debug_aranges - 0x000000000000a278 0x20 esp-idf/lwip/liblwip.a(ethip6.c.obj) + 0x0000000000009980 0x30 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) .debug_aranges - 0x000000000000a298 0x640 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000000099b0 0x1a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) .debug_aranges - 0x000000000000a8d8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x0000000000009b58 0x328 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) .debug_aranges - 0x000000000000a958 0x68 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x0000000000009e80 0x1a0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) .debug_aranges - 0x000000000000a9c0 0x148 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x000000000000a020 0x70 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) .debug_aranges - 0x000000000000ab08 0x158 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x000000000000a090 0x160 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) .debug_aranges - 0x000000000000ac60 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x000000000000a1f0 0x98 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) .debug_aranges - 0x000000000000acf0 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000000000a288 0xe0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) .debug_aranges - 0x000000000000adc0 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + 0x000000000000a368 0xb0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) .debug_aranges - 0x000000000000ae80 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + 0x000000000000a418 0x50 esp-idf/lwip/liblwip.a(wlanif.c.obj) .debug_aranges - 0x000000000000aea0 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + 0x000000000000a468 0x20 esp-idf/lwip/liblwip.a(ethip6.c.obj) .debug_aranges - 0x000000000000aec0 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + 0x000000000000a488 0x640 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) .debug_aranges - 0x000000000000aee8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x000000000000aac8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) .debug_aranges - 0x000000000000af08 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + 0x000000000000ab48 0x68 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) .debug_aranges - 0x000000000000af28 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x000000000000abb0 0x148 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) .debug_aranges - 0x000000000000af70 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x000000000000acf8 0x158 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) .debug_aranges - 0x000000000000afc8 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x000000000000ae50 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) .debug_aranges - 0x000000000000b038 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + 0x000000000000aee0 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) .debug_aranges - 0x000000000000b058 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x000000000000afb0 0xc0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) .debug_aranges - 0x000000000000b098 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x000000000000b070 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) .debug_aranges - 0x000000000000b0f0 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + 0x000000000000b090 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) .debug_aranges - 0x000000000000b130 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + 0x000000000000b0b0 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) .debug_aranges - 0x000000000000b148 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + 0x000000000000b0d8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) .debug_aranges - 0x000000000000b160 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) + 0x000000000000b0f8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) .debug_aranges - 0x000000000000b180 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) + 0x000000000000b118 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) .debug_aranges - 0x000000000000b1a0 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) + 0x000000000000b160 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) .debug_aranges - 0x000000000000b1c0 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) + 0x000000000000b1b8 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) .debug_aranges - 0x000000000000b1e0 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) + 0x000000000000b228 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) .debug_aranges - 0x000000000000b200 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + 0x000000000000b248 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) .debug_aranges - 0x000000000000b220 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + 0x000000000000b288 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) .debug_aranges - 0x000000000000b240 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) + 0x000000000000b2e0 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) .debug_aranges - 0x000000000000b260 0x20 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) + 0x000000000000b320 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) .debug_aranges - 0x000000000000b280 0x20 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(int_asm--set_intclear.o) + 0x000000000000b338 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) .debug_aranges - 0x000000000000b2a0 0x18 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) + 0x000000000000b350 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) .debug_aranges - 0x000000000000b2b8 0x20 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--restore_extra_nw.o) + 0x000000000000b370 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) .debug_aranges - 0x000000000000b2d8 0x20 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--save_extra_nw.o) + 0x000000000000b390 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) .debug_aranges - 0x000000000000b2f8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) + 0x000000000000b3b0 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) .debug_aranges - 0x000000000000b318 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) + 0x000000000000b3d0 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) .debug_aranges - 0x000000000000b338 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) + 0x000000000000b3f0 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) .debug_aranges - 0x000000000000b358 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) + 0x000000000000b410 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) .debug_aranges - 0x000000000000b378 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) + 0x000000000000b430 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) .debug_aranges - 0x000000000000b398 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) + 0x000000000000b450 0x20 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) .debug_aranges - 0x000000000000b3b8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) + 0x000000000000b470 0x20 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(int_asm--set_intclear.o) .debug_aranges - 0x000000000000b3d8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) + 0x000000000000b490 0x18 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) .debug_aranges - 0x000000000000b3f8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + 0x000000000000b4a8 0x20 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--restore_extra_nw.o) .debug_aranges - 0x000000000000b418 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + 0x000000000000b4c8 0x20 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--save_extra_nw.o) .debug_aranges - 0x000000000000b438 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) + 0x000000000000b4e8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) .debug_aranges - 0x000000000000b458 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + 0x000000000000b508 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) .debug_aranges - 0x000000000000b478 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) + 0x000000000000b528 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) .debug_aranges - 0x000000000000b498 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + 0x000000000000b548 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) .debug_aranges - 0x000000000000b4b8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + 0x000000000000b568 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) .debug_aranges - 0x000000000000b4d8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) + 0x000000000000b588 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) .debug_aranges - 0x000000000000b4f8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + 0x000000000000b5a8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) .debug_aranges - 0x000000000000b518 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + 0x000000000000b5c8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) .debug_aranges - 0x000000000000b538 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + 0x000000000000b5e8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) .debug_aranges - 0x000000000000b558 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0x000000000000b608 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) .debug_aranges - 0x000000000000b578 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + 0x000000000000b628 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) .debug_aranges - 0x000000000000b598 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + 0x000000000000b648 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) .debug_aranges - 0x000000000000b5b8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) + 0x000000000000b668 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) .debug_aranges - 0x000000000000b5d8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) + 0x000000000000b688 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) .debug_aranges - 0x000000000000b5f8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) + 0x000000000000b6a8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) .debug_aranges - 0x000000000000b618 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) + 0x000000000000b6c8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) .debug_aranges - 0x000000000000b638 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + 0x000000000000b6e8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) .debug_aranges - 0x000000000000b658 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) + 0x000000000000b708 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) .debug_aranges - 0x000000000000b678 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) + 0x000000000000b728 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) .debug_aranges - 0x000000000000b698 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) + 0x000000000000b748 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) .debug_aranges - 0x000000000000b6b8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + 0x000000000000b768 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) .debug_aranges - 0x000000000000b6d8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) + 0x000000000000b788 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) .debug_aranges - 0x000000000000b6f8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) + 0x000000000000b7a8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) .debug_aranges - 0x000000000000b718 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + 0x000000000000b7c8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) .debug_aranges - 0x000000000000b738 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + 0x000000000000b7e8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) .debug_aranges - 0x000000000000b758 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + 0x000000000000b808 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) .debug_aranges - 0x000000000000b778 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + 0x000000000000b828 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) .debug_aranges - 0x000000000000b798 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + 0x000000000000b848 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) .debug_aranges - 0x000000000000b7b8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + 0x000000000000b868 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) .debug_aranges - 0x000000000000b7d8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + 0x000000000000b888 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) .debug_aranges - 0x000000000000b7f8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + 0x000000000000b8a8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) .debug_aranges - 0x000000000000b818 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + 0x000000000000b8c8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) .debug_aranges - 0x000000000000b838 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) + 0x000000000000b8e8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) .debug_aranges - 0x000000000000b858 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + 0x000000000000b908 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) .debug_aranges - 0x000000000000b878 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) + 0x000000000000b928 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) .debug_aranges - 0x000000000000b898 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) + 0x000000000000b948 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) .debug_aranges - 0x000000000000b8b8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) + 0x000000000000b968 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) .debug_aranges - 0x000000000000b8d8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) + 0x000000000000b988 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) .debug_aranges - 0x000000000000b8f8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + 0x000000000000b9a8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) .debug_aranges - 0x000000000000b918 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + 0x000000000000b9c8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) .debug_aranges - 0x000000000000b938 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + 0x000000000000b9e8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) .debug_aranges - 0x000000000000b958 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + 0x000000000000ba08 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) .debug_aranges - 0x000000000000b978 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + 0x000000000000ba28 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) .debug_aranges - 0x000000000000b998 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) + 0x000000000000ba48 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) .debug_aranges - 0x000000000000b9b8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + 0x000000000000ba68 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) .debug_aranges - 0x000000000000b9d8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + 0x000000000000ba88 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) + .debug_aranges + 0x000000000000baa8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) + .debug_aranges + 0x000000000000bac8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) + .debug_aranges + 0x000000000000bae8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_aranges + 0x000000000000bb08 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_aranges + 0x000000000000bb28 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_aranges + 0x000000000000bb48 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_aranges + 0x000000000000bb68 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_aranges + 0x000000000000bb88 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) + .debug_aranges + 0x000000000000bba8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_aranges + 0x000000000000bbc8 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) -.debug_ranges 0x0000000000000000 0xd0a8 +.debug_ranges 0x0000000000000000 0xe6f0 .debug_ranges 0x0000000000000000 0x18 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - .debug_ranges 0x0000000000000018 0x1a8 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_ranges 0x00000000000001c0 0x50 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_ranges 0x0000000000000210 0x50 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .debug_ranges 0x0000000000000260 0x30 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - .debug_ranges 0x0000000000000290 0x58 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .debug_ranges 0x00000000000002e8 0x20 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - .debug_ranges 0x0000000000000308 0x138 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .debug_ranges 0x0000000000000440 0x130 esp-idf/esp32/libesp32.a(panic.c.obj) - .debug_ranges 0x0000000000000570 0x18 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - .debug_ranges 0x0000000000000588 0x78 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .debug_ranges 0x0000000000000600 0x18 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .debug_ranges 0x0000000000000618 0x48 esp-idf/esp32/libesp32.a(clk.c.obj) - .debug_ranges 0x0000000000000660 0x18 esp-idf/esp_common/libesp_common.a(brownout.c.obj) - .debug_ranges 0x0000000000000678 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_ranges 0x0000000000000690 0x70 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - .debug_ranges 0x0000000000000700 0x30 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .debug_ranges 0x0000000000000730 0xa8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_ranges 0x00000000000007d8 0x68 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .debug_ranges 0x0000000000000840 0x80 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_ranges 0x00000000000008c0 0x18 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) - .debug_ranges 0x00000000000008d8 0x20 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) - .debug_ranges 0x00000000000008f8 0x68 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) - .debug_ranges 0x0000000000000960 0x120 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_ranges 0x0000000000000a80 0x2f8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_ranges 0x0000000000000d78 0xc8 esp-idf/freertos/libfreertos.a(timers.c.obj) - .debug_ranges 0x0000000000000e40 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_ranges 0x0000000000000e70 0x230 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_ranges 0x00000000000010a0 0x1d0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - .debug_ranges 0x0000000000001270 0x80 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_ranges 0x00000000000012f0 0x70 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_ranges 0x0000000000001360 0x30 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_ranges 0x0000000000001390 0x48 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_ranges 0x00000000000013d8 0x18 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) - .debug_ranges 0x00000000000013f0 0x58 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_ranges 0x0000000000001448 0xe0 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_ranges 0x0000000000001528 0x30 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_ranges 0x0000000000001558 0x40 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_ranges 0x0000000000001598 0x28 esp-idf/main/libmain.a(main.c.obj) - .debug_ranges 0x00000000000015c0 0x28 esp-idf/files/libfiles.a(file.c.obj) - .debug_ranges 0x00000000000015e8 0x20 esp-idf/ca/libca.a(ca.c.obj) - .debug_ranges 0x0000000000001608 0x50 esp-idf/ca/libca.a(gen_key.c.obj) - .debug_ranges 0x0000000000001658 0x88 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .debug_ranges 0x00000000000016e0 0x80 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .debug_ranges 0x0000000000001760 0x30 esp-idf/wifi/libwifi.a(wifi.c.obj) - .debug_ranges 0x0000000000001790 0x50 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - .debug_ranges 0x00000000000017e0 0x10 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) - .debug_ranges 0x00000000000017f0 0x18 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - .debug_ranges 0x0000000000001808 0x20 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .debug_ranges 0x0000000000001828 0x28 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .debug_ranges 0x0000000000001850 0x110 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .debug_ranges 0x0000000000001960 0x20 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .debug_ranges 0x0000000000001980 0x40 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .debug_ranges 0x00000000000019c0 0x68 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .debug_ranges 0x0000000000001a28 0x50 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_ranges 0x0000000000001a78 0x298 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_ranges 0x0000000000001d10 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .debug_ranges 0x0000000000001d58 0x50 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_ranges 0x0000000000001da8 0x120 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_ranges 0x0000000000001ec8 0x38 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .debug_ranges 0x0000000000001f00 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .debug_ranges 0x0000000000001f30 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .debug_ranges 0x0000000000001f48 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_ranges 0x0000000000001f58 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .debug_ranges 0x0000000000001f88 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .debug_ranges 0x0000000000001f98 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .debug_ranges 0x0000000000001fb8 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .debug_ranges 0x0000000000001fe0 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .debug_ranges 0x0000000000002010 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .debug_ranges 0x0000000000002038 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .debug_ranges 0x0000000000002048 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .debug_ranges 0x0000000000002078 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_ranges 0x0000000000002088 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_ranges 0x0000000000002098 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_ranges 0x00000000000020e0 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .debug_ranges 0x0000000000002108 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_ranges 0x0000000000002158 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_ranges 0x0000000000002180 0xe8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_ranges 0x0000000000002268 0x80 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_ranges 0x00000000000022e8 0xf0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_ranges 0x00000000000023d8 0x38 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_ranges 0x0000000000002410 0x120 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_ranges 0x0000000000002530 0x80 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) - .debug_ranges 0x00000000000025b0 0x68 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_ranges 0x0000000000002618 0x78 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_ranges 0x0000000000002690 0xf8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_ranges 0x0000000000002788 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_ranges 0x00000000000027b8 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_ranges 0x0000000000002800 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_ranges 0x0000000000002828 0xb8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .debug_ranges 0x00000000000028e0 0xd8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_ranges 0x00000000000029b8 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_ranges 0x00000000000029d8 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_ranges 0x00000000000029f8 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_ranges 0x0000000000002a50 0xf0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_ranges 0x0000000000002b40 0x280 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_ranges 0x0000000000002dc0 0x560 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_ranges 0x0000000000003320 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_ranges 0x0000000000003378 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_ranges 0x00000000000033d0 0x3c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_ranges 0x0000000000003798 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_ranges 0x00000000000038e0 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_ranges 0x0000000000003978 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_ranges 0x0000000000003998 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) - .debug_ranges 0x00000000000039b0 0x20 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_ranges 0x00000000000039d0 0xb0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_ranges 0x0000000000003a80 0x58 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_ranges 0x0000000000003ad8 0x1e8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_ranges 0x0000000000003cc0 0xa8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .debug_ranges 0x0000000000003d68 0xc8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_ranges 0x0000000000003e30 0x90 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_ranges 0x0000000000003ec0 0x98 esp-idf/lwip/liblwip.a(def.c.obj) - .debug_ranges 0x0000000000003f58 0xe8 esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_ranges 0x0000000000004040 0x10 esp-idf/lwip/liblwip.a(init.c.obj) - .debug_ranges 0x0000000000004050 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_ranges 0x0000000000004078 0x30 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_ranges 0x00000000000040a8 0x48 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_ranges 0x00000000000040f0 0x130 esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_ranges 0x0000000000004220 0x178 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_ranges 0x0000000000004398 0x90 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_ranges 0x0000000000004428 0x208 esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_ranges 0x0000000000004630 0x60 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_ranges 0x0000000000004690 0xf8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_ranges 0x0000000000004788 0x58 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_ranges 0x00000000000047e0 0x90 esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_ranges 0x0000000000004870 0x188 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_ranges 0x00000000000049f8 0xd0 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_ranges 0x0000000000004ac8 0x20 esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_ranges 0x0000000000004ae8 0xa0 esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_ranges 0x0000000000004b88 0xf8 esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_ranges 0x0000000000004c80 0x38 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_ranges 0x0000000000004cb8 0x10 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_ranges 0x0000000000004cc8 0x50 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_ranges 0x0000000000004d18 0x60 esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_ranges 0x0000000000004d78 0x20 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_ranges 0x0000000000004d98 0x30 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_ranges 0x0000000000004dc8 0x90 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_ranges 0x0000000000004e58 0x108 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_ranges 0x0000000000004f60 0x18 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_ranges 0x0000000000004f78 0xe8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_ranges 0x0000000000005060 0x60 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_ranges 0x00000000000050c0 0x38 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_ranges 0x00000000000050f8 0x3a0 esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_ranges 0x0000000000005498 0x170 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_ranges 0x0000000000005608 0x188 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_ranges 0x0000000000005790 0x18 esp-idf/lwip/liblwip.a(err.c.obj) - .debug_ranges 0x00000000000057a8 0x50 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_ranges 0x00000000000057f8 0x28 esp-idf/log/liblog.a(log.c.obj) - .debug_ranges 0x0000000000005820 0x38 esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_ranges 0x0000000000005858 0x208 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_ranges 0x0000000000005a60 0x90 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_ranges 0x0000000000005af0 0x140 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_ranges 0x0000000000005c30 0x1e8 esp-idf/driver/libdriver.a(gpio.c.obj) - .debug_ranges 0x0000000000005e18 0x48 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - .debug_ranges 0x0000000000005e60 0xe8 esp-idf/driver/libdriver.a(rtc_io.c.obj) - .debug_ranges 0x0000000000005f48 0x28 esp-idf/driver/libdriver.a(rtc_module.c.obj) - .debug_ranges 0x0000000000005f70 0x208 esp-idf/driver/libdriver.a(uart.c.obj) - .debug_ranges 0x0000000000006178 0x18 esp-idf/esp32/libesp32.a(hw_random.c.obj) - .debug_ranges 0x0000000000006190 0x68 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .debug_ranges 0x00000000000061f8 0x38 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .debug_ranges 0x0000000000006230 0x148 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .debug_ranges 0x0000000000006378 0x38 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - .debug_ranges 0x00000000000063b0 0x50 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .debug_ranges 0x0000000000006400 0x48 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_ranges 0x0000000000006448 0x88 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_ranges 0x00000000000064d0 0x50 esp-idf/console/libconsole.a(commands.c.obj) - .debug_ranges 0x0000000000006520 0x28 esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_ranges 0x0000000000006548 0x400 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_ranges 0x0000000000006948 0x178 esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_ranges 0x0000000000006ac0 0xe8 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - .debug_ranges 0x0000000000006ba8 0x60 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - .debug_ranges 0x0000000000006c08 0xa8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - .debug_ranges 0x0000000000006cb0 0xa0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - .debug_ranges 0x0000000000006d50 0x148 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .debug_ranges 0x0000000000006e98 0x28 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - .debug_ranges 0x0000000000006ec0 0x68 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - .debug_ranges 0x0000000000006f28 0x48 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) - .debug_ranges 0x0000000000006f70 0x48 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - .debug_ranges 0x0000000000006fb8 0x48 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - .debug_ranges 0x0000000000007000 0x1d0 esp-idf/fatfs/libfatfs.a(ff.c.obj) - .debug_ranges 0x00000000000071d0 0x38 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - .debug_ranges 0x0000000000007208 0x110 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .debug_ranges 0x0000000000007318 0x48 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - .debug_ranges 0x0000000000007360 0x58 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - .debug_ranges 0x00000000000073b8 0x148 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - .debug_ranges 0x0000000000007500 0x10 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) - .debug_ranges 0x0000000000007510 0x110 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .debug_ranges 0x0000000000007620 0x38 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - .debug_ranges 0x0000000000007658 0x178 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - .debug_ranges 0x00000000000077d0 0x218 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - .debug_ranges 0x00000000000079e8 0x90 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - .debug_ranges 0x0000000000007a78 0x80 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - .debug_ranges 0x0000000000007af8 0x10 esp-idf/newlib/libnewlib.a(select.c.obj) - .debug_ranges 0x0000000000007b08 0x58 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - .debug_ranges 0x0000000000007b60 0x20 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) - .debug_ranges 0x0000000000007b80 0x120 esp-idf/soc/libsoc.a(uart_hal.c.obj) - .debug_ranges 0x0000000000007ca0 0x30 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .debug_ranges 0x0000000000007cd0 0x20 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .debug_ranges 0x0000000000007cf0 0x60 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - .debug_ranges 0x0000000000007d50 0x28 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - .debug_ranges 0x0000000000007d78 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_ranges 0x0000000000007da8 0x160 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .debug_ranges 0x0000000000007f08 0x1b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_ranges 0x00000000000080b8 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_ranges 0x0000000000008150 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_ranges 0x0000000000008328 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_ranges 0x0000000000008438 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_ranges 0x00000000000084b8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) - .debug_ranges 0x00000000000084c8 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_ranges 0x0000000000008580 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - .debug_ranges 0x0000000000008698 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_ranges 0x0000000000008748 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_ranges 0x0000000000008848 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_ranges 0x0000000000008870 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_ranges 0x0000000000008920 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_ranges 0x0000000000008998 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_ranges 0x00000000000089c8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_ranges 0x00000000000089d8 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_ranges 0x0000000000008b38 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - .debug_ranges 0x0000000000008b68 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_ranges 0x0000000000008b88 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_ranges 0x0000000000008ba8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_ranges 0x0000000000008bc8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_ranges 0x0000000000008bd8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_ranges 0x0000000000008bf0 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_ranges 0x0000000000008c60 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_ranges 0x0000000000008cd0 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .debug_ranges 0x0000000000008d40 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_ranges 0x0000000000008da8 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .debug_ranges 0x0000000000008e80 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_ranges 0x0000000000008f08 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_ranges 0x0000000000008f78 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_ranges 0x0000000000009020 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_ranges 0x0000000000009128 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_ranges 0x00000000000091d0 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_ranges 0x0000000000009260 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_ranges 0x00000000000092d8 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_ranges 0x0000000000009360 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_ranges 0x00000000000093d8 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_ranges 0x00000000000094b0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_ranges 0x00000000000094f0 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_ranges 0x0000000000009528 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_ranges 0x0000000000009548 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_ranges 0x0000000000009598 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_ranges 0x0000000000009678 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_ranges 0x0000000000009820 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - .debug_ranges 0x0000000000009860 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - .debug_ranges 0x0000000000009908 0x60 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - .debug_ranges 0x0000000000009968 0x168 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_ranges 0x0000000000009ad0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_ranges 0x0000000000009af0 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_ranges 0x0000000000009b78 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_ranges 0x0000000000009bd0 0x248 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_ranges 0x0000000000009e18 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_ranges 0x0000000000009e50 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_ranges 0x0000000000009ed0 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_ranges 0x0000000000009fb8 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_ranges 0x0000000000009fe0 0x200 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_ranges 0x000000000000a1e0 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_ranges 0x000000000000a228 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_ranges 0x000000000000a3b8 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_ranges 0x000000000000a438 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_ranges 0x000000000000a560 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_ranges 0x000000000000a580 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_ranges 0x000000000000a598 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_ranges 0x000000000000a5d0 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_ranges 0x000000000000a650 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_ranges 0x000000000000a6a8 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) - .debug_ranges 0x000000000000a798 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) - .debug_ranges 0x000000000000a7b8 0x1e0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - .debug_ranges 0x000000000000a998 0x4a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - .debug_ranges 0x000000000000ae40 0x1f0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - .debug_ranges 0x000000000000b030 0x60 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_ranges 0x000000000000b090 0x180 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_ranges 0x000000000000b210 0x140 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - .debug_ranges 0x000000000000b350 0x100 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_ranges 0x000000000000b450 0xb8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_ranges 0x000000000000b508 0x40 esp-idf/lwip/liblwip.a(wlanif.c.obj) - .debug_ranges 0x000000000000b548 0x10 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_ranges 0x000000000000b558 0x7f0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_ranges 0x000000000000bd48 0x88 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_ranges 0x000000000000bdd0 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_ranges 0x000000000000be28 0x190 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - .debug_ranges 0x000000000000bfb8 0x190 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - .debug_ranges 0x000000000000c148 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) - .debug_ranges 0x000000000000c1c8 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_ranges 0x000000000000c288 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) - .debug_ranges 0x000000000000c338 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) - .debug_ranges 0x000000000000c348 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) - .debug_ranges 0x000000000000c358 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) - .debug_ranges 0x000000000000c370 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - .debug_ranges 0x000000000000c398 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) - .debug_ranges 0x000000000000c3a8 0x50 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_ranges 0x000000000000c3f8 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - .debug_ranges 0x000000000000c440 0x138 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - .debug_ranges 0x000000000000c578 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) - .debug_ranges 0x000000000000c588 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - .debug_ranges 0x000000000000c5f0 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - .debug_ranges 0x000000000000c658 0x30 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) - .debug_ranges 0x000000000000c688 0xa0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) - .debug_ranges 0x000000000000c728 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) - .debug_ranges 0x000000000000c768 0xa0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) - .debug_ranges 0x000000000000c808 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) - .debug_ranges 0x000000000000c860 0x100 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) - .debug_ranges 0x000000000000c960 0x270 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - .debug_ranges 0x000000000000cbd0 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) - .debug_ranges 0x000000000000cbe8 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) - .debug_ranges 0x000000000000cc00 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) - .debug_ranges 0x000000000000cc18 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) - .debug_ranges 0x000000000000cc38 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) - .debug_ranges 0x000000000000cc50 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) - .debug_ranges 0x000000000000cc70 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) - .debug_ranges 0x000000000000cc88 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) - .debug_ranges 0x000000000000cca0 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) - .debug_ranges 0x000000000000ccb8 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) - .debug_ranges 0x000000000000ccd0 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) - .debug_ranges 0x000000000000ccf0 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) - .debug_ranges 0x000000000000cd60 0xa0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) - .debug_ranges 0x000000000000ce00 0x88 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) - .debug_ranges 0x000000000000ce88 0xb8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) - .debug_ranges 0x000000000000cf40 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) - .debug_ranges 0x000000000000cf60 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) - .debug_ranges 0x000000000000cfa8 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) - .debug_ranges 0x000000000000cff0 0xb8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_ranges 0x0000000000000018 0x88 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_ranges 0x00000000000000a0 0x38 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_ranges 0x00000000000000d8 0x88 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_ranges 0x0000000000000160 0x58 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .debug_ranges 0x00000000000001b8 0x48 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .debug_ranges 0x0000000000000200 0x30 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .debug_ranges 0x0000000000000230 0x68 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .debug_ranges 0x0000000000000298 0x110 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .debug_ranges 0x00000000000003a8 0x40 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .debug_ranges 0x00000000000003e8 0x68 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .debug_ranges 0x0000000000000450 0x50 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_ranges 0x00000000000004a0 0x1a8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_ranges 0x0000000000000648 0x50 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_ranges 0x0000000000000698 0x30 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_ranges 0x00000000000006c8 0x48 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_ranges 0x0000000000000710 0x48 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + .debug_ranges 0x0000000000000758 0x78 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_ranges 0x00000000000007d0 0xb8 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_ranges 0x0000000000000888 0x68 esp-idf/esp32/libesp32.a(int_wdt.c.obj) + .debug_ranges 0x00000000000008f0 0x1c8 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .debug_ranges 0x0000000000000ab8 0x30 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_ranges 0x0000000000000ae8 0x78 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + .debug_ranges 0x0000000000000b60 0x30 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_ranges 0x0000000000000b90 0x20 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_ranges 0x0000000000000bb0 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_ranges 0x0000000000000bc8 0xd0 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_ranges 0x0000000000000c98 0x48 esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .debug_ranges 0x0000000000000ce0 0xa8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_ranges 0x0000000000000d88 0x68 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_ranges 0x0000000000000df0 0x118 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_ranges 0x0000000000000f08 0x18 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_ranges 0x0000000000000f20 0x68 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + .debug_ranges 0x0000000000000f88 0x68 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_ranges 0x0000000000000ff0 0x1e0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_ranges 0x00000000000011d0 0x1148 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_ranges 0x0000000000002318 0xe0 esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_ranges 0x00000000000023f8 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_ranges 0x0000000000002428 0x230 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_ranges 0x0000000000002658 0x1d0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_ranges 0x0000000000002828 0x10 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_ranges 0x0000000000002838 0x80 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_ranges 0x00000000000028b8 0x70 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_ranges 0x0000000000002928 0x30 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_ranges 0x0000000000002958 0x48 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_ranges 0x00000000000029a0 0x18 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + .debug_ranges 0x00000000000029b8 0x58 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_ranges 0x0000000000002a10 0xe0 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_ranges 0x0000000000002af0 0x30 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_ranges 0x0000000000002b20 0x40 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_ranges 0x0000000000002b60 0x28 esp-idf/main/libmain.a(main.c.obj) + .debug_ranges 0x0000000000002b88 0x28 esp-idf/files/libfiles.a(file.c.obj) + .debug_ranges 0x0000000000002bb0 0x20 esp-idf/ca/libca.a(ca.c.obj) + .debug_ranges 0x0000000000002bd0 0x50 esp-idf/ca/libca.a(gen_key.c.obj) + .debug_ranges 0x0000000000002c20 0x88 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .debug_ranges 0x0000000000002ca8 0x80 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .debug_ranges 0x0000000000002d28 0x30 esp-idf/wifi/libwifi.a(wifi.c.obj) + .debug_ranges 0x0000000000002d58 0x50 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + .debug_ranges 0x0000000000002da8 0x10 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + .debug_ranges 0x0000000000002db8 0x48 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_ranges 0x0000000000002e00 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_ranges 0x0000000000002e28 0xe8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x0000000000002f10 0x80 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x0000000000002f90 0xf0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x0000000000003080 0x38 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x00000000000030b8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_ranges 0x00000000000030c8 0x120 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_ranges 0x00000000000031e8 0x80 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_ranges 0x0000000000003268 0x110 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_ranges 0x0000000000003378 0x78 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_ranges 0x00000000000033f0 0x100 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_ranges 0x00000000000034f0 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_ranges 0x0000000000003520 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_ranges 0x0000000000003568 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_ranges 0x0000000000003590 0xb8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_ranges 0x0000000000003648 0xd8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_ranges 0x0000000000003720 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_ranges 0x0000000000003740 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_ranges 0x0000000000003760 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_ranges 0x00000000000037b8 0xf0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_ranges 0x00000000000038a8 0x58 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_ranges 0x0000000000003900 0x20 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .debug_ranges 0x0000000000003920 0x60 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .debug_ranges 0x0000000000003980 0x10 esp-idf/soc/libsoc.a(mpu_hal.c.obj) + .debug_ranges 0x0000000000003990 0x20 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .debug_ranges 0x00000000000039b0 0x20 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .debug_ranges 0x00000000000039d0 0x50 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_ranges 0x0000000000003a20 0x2a0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_ranges 0x0000000000003cc0 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .debug_ranges 0x0000000000003d08 0x50 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_ranges 0x0000000000003d58 0x120 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_ranges 0x0000000000003e78 0x38 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_ranges 0x0000000000003eb0 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .debug_ranges 0x0000000000003ee0 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .debug_ranges 0x0000000000003ef8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_ranges 0x0000000000003f08 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .debug_ranges 0x0000000000003f38 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .debug_ranges 0x0000000000003f48 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .debug_ranges 0x0000000000003f68 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .debug_ranges 0x0000000000003f90 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .debug_ranges 0x0000000000003fc0 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .debug_ranges 0x0000000000003fe8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .debug_ranges 0x0000000000003ff8 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_ranges 0x0000000000004028 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_ranges 0x0000000000004038 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_ranges 0x0000000000004048 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_ranges 0x0000000000004090 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .debug_ranges 0x00000000000040b8 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_ranges 0x0000000000004108 0x280 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_ranges 0x0000000000004388 0x560 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_ranges 0x00000000000048e8 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_ranges 0x0000000000004940 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_ranges 0x0000000000004998 0x3c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_ranges 0x0000000000004d60 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_ranges 0x0000000000004ea8 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_ranges 0x0000000000004f40 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_ranges 0x0000000000004f60 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + .debug_ranges 0x0000000000004f78 0x20 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_ranges 0x0000000000004f98 0xb0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_ranges 0x0000000000005048 0x58 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_ranges 0x00000000000050a0 0x200 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_ranges 0x00000000000052a0 0xb0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_ranges 0x0000000000005350 0xc8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_ranges 0x0000000000005418 0x90 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_ranges 0x00000000000054a8 0x98 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_ranges 0x0000000000005540 0xe8 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_ranges 0x0000000000005628 0x10 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_ranges 0x0000000000005638 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_ranges 0x0000000000005660 0x30 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_ranges 0x0000000000005690 0x48 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_ranges 0x00000000000056d8 0x130 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_ranges 0x0000000000005808 0x178 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_ranges 0x0000000000005980 0x90 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_ranges 0x0000000000005a10 0x208 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_ranges 0x0000000000005c18 0x60 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_ranges 0x0000000000005c78 0xf8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_ranges 0x0000000000005d70 0x58 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_ranges 0x0000000000005dc8 0x90 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_ranges 0x0000000000005e58 0x188 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_ranges 0x0000000000005fe0 0xd0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_ranges 0x00000000000060b0 0x20 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_ranges 0x00000000000060d0 0xa0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_ranges 0x0000000000006170 0xf8 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_ranges 0x0000000000006268 0x38 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_ranges 0x00000000000062a0 0x10 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_ranges 0x00000000000062b0 0x50 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_ranges 0x0000000000006300 0x60 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_ranges 0x0000000000006360 0x20 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_ranges 0x0000000000006380 0x30 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_ranges 0x00000000000063b0 0x90 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_ranges 0x0000000000006440 0x108 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_ranges 0x0000000000006548 0x18 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_ranges 0x0000000000006560 0xe8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_ranges 0x0000000000006648 0x60 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_ranges 0x00000000000066a8 0x38 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_ranges 0x00000000000066e0 0x3a0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_ranges 0x0000000000006a80 0x170 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_ranges 0x0000000000006bf0 0x188 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_ranges 0x0000000000006d78 0x18 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_ranges 0x0000000000006d90 0x50 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_ranges 0x0000000000006de0 0x30 esp-idf/log/liblog.a(log.c.obj) + .debug_ranges 0x0000000000006e10 0x208 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_ranges 0x0000000000007018 0x90 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_ranges 0x00000000000070a8 0x150 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_ranges 0x00000000000071f8 0x218 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_ranges 0x0000000000007410 0x20 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_ranges 0x0000000000007430 0xe8 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_ranges 0x0000000000007518 0x28 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_ranges 0x0000000000007540 0x208 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_ranges 0x0000000000007748 0x18 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_ranges 0x0000000000007760 0xe0 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .debug_ranges 0x0000000000007840 0x148 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .debug_ranges 0x0000000000007988 0x38 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_ranges 0x00000000000079c0 0x48 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_ranges 0x0000000000007a08 0xb8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_ranges 0x0000000000007ac0 0x50 esp-idf/console/libconsole.a(commands.c.obj) + .debug_ranges 0x0000000000007b10 0x28 esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_ranges 0x0000000000007b38 0x400 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_ranges 0x0000000000007f38 0x178 esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_ranges 0x00000000000080b0 0xe8 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_ranges 0x0000000000008198 0x60 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_ranges 0x00000000000081f8 0xa8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_ranges 0x00000000000082a0 0xa0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_ranges 0x0000000000008340 0x148 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_ranges 0x0000000000008488 0x28 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_ranges 0x00000000000084b0 0x68 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + .debug_ranges 0x0000000000008518 0x48 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + .debug_ranges 0x0000000000008560 0x48 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_ranges 0x00000000000085a8 0x48 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_ranges 0x00000000000085f0 0x1d0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_ranges 0x00000000000087c0 0x38 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_ranges 0x00000000000087f8 0x110 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_ranges 0x0000000000008908 0x48 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_ranges 0x0000000000008950 0x58 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_ranges 0x00000000000089a8 0x148 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_ranges 0x0000000000008af0 0x10 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_ranges 0x0000000000008b00 0x110 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_ranges 0x0000000000008c10 0x38 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_ranges 0x0000000000008c48 0x178 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_ranges 0x0000000000008dc0 0x218 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_ranges 0x0000000000008fd8 0x90 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_ranges 0x0000000000009068 0x80 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_ranges 0x00000000000090e8 0x10 esp-idf/newlib/libnewlib.a(select.c.obj) + .debug_ranges 0x00000000000090f8 0x58 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_ranges 0x0000000000009150 0x20 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + .debug_ranges 0x0000000000009170 0x120 esp-idf/soc/libsoc.a(uart_hal.c.obj) + .debug_ranges 0x0000000000009290 0x28 esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + .debug_ranges 0x00000000000092b8 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_ranges 0x0000000000009478 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_ranges 0x0000000000009510 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_ranges 0x00000000000096e8 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_ranges 0x00000000000097f8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_ranges 0x0000000000009878 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + .debug_ranges 0x0000000000009888 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_ranges 0x0000000000009940 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + .debug_ranges 0x0000000000009a58 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_ranges 0x0000000000009b08 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_ranges 0x0000000000009c08 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_ranges 0x0000000000009c30 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_ranges 0x0000000000009ce8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_ranges 0x0000000000009d68 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_ranges 0x0000000000009d98 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_ranges 0x0000000000009da8 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_ranges 0x0000000000009f08 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_ranges 0x0000000000009f38 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_ranges 0x0000000000009f58 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_ranges 0x0000000000009f78 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_ranges 0x0000000000009f98 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_ranges 0x0000000000009fa8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_ranges 0x0000000000009fc0 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_ranges 0x000000000000a028 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_ranges 0x000000000000a070 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .debug_ranges 0x000000000000a0f0 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_ranges 0x000000000000a160 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_ranges 0x000000000000a1d0 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_ranges 0x000000000000a240 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_ranges 0x000000000000a2b0 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_ranges 0x000000000000a358 0x138 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_ranges 0x000000000000a490 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_ranges 0x000000000000a538 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_ranges 0x000000000000a5d0 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_ranges 0x000000000000a648 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_ranges 0x000000000000a6f0 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_ranges 0x000000000000a768 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_ranges 0x000000000000a840 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_ranges 0x000000000000a880 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_ranges 0x000000000000a8b8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_ranges 0x000000000000a918 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_ranges 0x000000000000a9a0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_ranges 0x000000000000a9c0 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_ranges 0x000000000000aa10 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_ranges 0x000000000000aaf0 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_ranges 0x000000000000ac98 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + .debug_ranges 0x000000000000acd8 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + .debug_ranges 0x000000000000ad80 0x60 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + .debug_ranges 0x000000000000ade0 0x168 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_ranges 0x000000000000af48 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_ranges 0x000000000000af78 0x160 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_ranges 0x000000000000b0d8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_ranges 0x000000000000b0f8 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_ranges 0x000000000000b188 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_ranges 0x000000000000b1e0 0x250 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_ranges 0x000000000000b430 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_ranges 0x000000000000b468 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_ranges 0x000000000000b518 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_ranges 0x000000000000b600 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_ranges 0x000000000000b628 0x200 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_ranges 0x000000000000b828 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_ranges 0x000000000000b870 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_ranges 0x000000000000ba00 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_ranges 0x000000000000ba80 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_ranges 0x000000000000bba8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_ranges 0x000000000000bbc8 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_ranges 0x000000000000bbe0 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_ranges 0x000000000000bc18 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_ranges 0x000000000000bc98 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_ranges 0x000000000000bcf0 0xf0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_ranges 0x000000000000bde0 0x20 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_ranges 0x000000000000be00 0x1e0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_ranges 0x000000000000bfe0 0x4a8 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_ranges 0x000000000000c488 0x1f0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_ranges 0x000000000000c678 0x60 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_ranges 0x000000000000c6d8 0x180 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_ranges 0x000000000000c858 0x140 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_ranges 0x000000000000c998 0x100 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_ranges 0x000000000000ca98 0xb8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_ranges 0x000000000000cb50 0x40 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_ranges 0x000000000000cb90 0x10 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_ranges 0x000000000000cba0 0x7f0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_ranges 0x000000000000d390 0x88 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_ranges 0x000000000000d418 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_ranges 0x000000000000d470 0x190 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_ranges 0x000000000000d600 0x190 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_ranges 0x000000000000d790 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_ranges 0x000000000000d810 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_ranges 0x000000000000d8d0 0xb0 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_ranges 0x000000000000d980 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_ranges 0x000000000000d990 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_ranges 0x000000000000d9a0 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_ranges 0x000000000000d9b8 0x28 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_ranges 0x000000000000d9e0 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_ranges 0x000000000000d9f0 0x50 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_ranges 0x000000000000da40 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_ranges 0x000000000000da88 0x138 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + .debug_ranges 0x000000000000dbc0 0x10 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_ranges 0x000000000000dbd0 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_ranges 0x000000000000dc38 0x68 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_ranges 0x000000000000dca0 0x30 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_ranges 0x000000000000dcd0 0xa0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) + .debug_ranges 0x000000000000dd70 0x40 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) + .debug_ranges 0x000000000000ddb0 0xa0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_ranges 0x000000000000de50 0x58 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_ranges 0x000000000000dea8 0x100 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + .debug_ranges 0x000000000000dfa8 0x270 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .debug_ranges 0x000000000000e218 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) + .debug_ranges 0x000000000000e230 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_ranges 0x000000000000e248 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) + .debug_ranges 0x000000000000e260 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_ranges 0x000000000000e280 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_ranges 0x000000000000e298 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + .debug_ranges 0x000000000000e2b8 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_ranges 0x000000000000e2d0 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) + .debug_ranges 0x000000000000e2e8 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_ranges 0x000000000000e300 0x18 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) + .debug_ranges 0x000000000000e318 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + .debug_ranges 0x000000000000e338 0x70 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_ranges 0x000000000000e3a8 0xa0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + .debug_ranges 0x000000000000e448 0x88 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_ranges 0x000000000000e4d0 0xb8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_ranges 0x000000000000e588 0x20 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_ranges 0x000000000000e5a8 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_ranges 0x000000000000e5f0 0x48 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_ranges 0x000000000000e638 0xb8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) -.debug_line 0x0000000000000000 0x21f184 +.debug_line 0x0000000000000000 0x22511c .debug_line 0x0000000000000000 0x59a esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - .debug_line 0x000000000000059a 0x23fc esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_line 0x0000000000002996 0xbd4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_line 0x000000000000356a 0x1640 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - .debug_line 0x0000000000004baa 0x8d3 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - .debug_line 0x000000000000547d 0xc41 esp-idf/esp32/libesp32.a(dport_access.c.obj) - .debug_line 0x00000000000060be 0x267 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) - .debug_line 0x0000000000006325 0xae0 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - .debug_line 0x0000000000006e05 0x2531 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - .debug_line 0x0000000000009336 0x1f93 esp-idf/esp32/libesp32.a(panic.c.obj) - .debug_line 0x000000000000b2c9 0xfef esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - .debug_line 0x000000000000c2b8 0x1863 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - .debug_line 0x000000000000db1b 0x693 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - .debug_line 0x000000000000e1ae 0xc52 esp-idf/esp32/libesp32.a(clk.c.obj) - .debug_line 0x000000000000ee00 0x6dc esp-idf/esp_common/libesp_common.a(brownout.c.obj) - .debug_line 0x000000000000f4dc 0x9ef esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_line 0x000000000000fecb 0xc1f esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - .debug_line 0x0000000000010aea 0x881 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - .debug_line 0x000000000001136b 0x14f5 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_line 0x0000000000012860 0x11c6 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - .debug_line 0x0000000000013a26 0x1043 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_line 0x0000000000014a69 0x43c esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_line 0x0000000000014ea5 0x365 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) - .debug_line 0x000000000001520a 0x482 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) - .debug_line 0x000000000001568c 0xe4 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) - .debug_line 0x0000000000015770 0x72d esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) - .debug_line 0x0000000000015e9d 0xa04 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) - .debug_line 0x00000000000168a1 0x3bb esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) - .debug_line 0x0000000000016c5c 0x29be esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_line 0x000000000001961a 0x793a esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_line 0x0000000000020f54 0x14c4 esp-idf/freertos/libfreertos.a(timers.c.obj) - .debug_line 0x0000000000022418 0xcc esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) - .debug_line 0x00000000000224e4 0x7f9 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_line 0x0000000000022cdd 0x5669 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_line 0x0000000000028346 0x2a89 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - .debug_line 0x000000000002adcf 0x582 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_line 0x000000000002b351 0xaeb esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_line 0x000000000002be3c 0x414 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_line 0x000000000002c250 0x600 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_line 0x000000000002c850 0x4e2 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) - .debug_line 0x000000000002cd32 0x475 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_line 0x000000000002d1a7 0x1465 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_line 0x000000000002e60c 0x4c8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_line 0x000000000002ead4 0xe06 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_line 0x000000000002f8da 0xfb7 esp-idf/main/libmain.a(main.c.obj) - .debug_line 0x0000000000030891 0x846 esp-idf/files/libfiles.a(file.c.obj) - .debug_line 0x00000000000310d7 0x1d25 esp-idf/ca/libca.a(ca.c.obj) - .debug_line 0x0000000000032dfc 0x129c esp-idf/ca/libca.a(gen_key.c.obj) - .debug_line 0x0000000000034098 0x2085 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - .debug_line 0x000000000003611d 0x1679 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - .debug_line 0x0000000000037796 0xfb8 esp-idf/wifi/libwifi.a(wifi.c.obj) - .debug_line 0x000000000003874e 0x118a esp-idf/https_server/libhttps_server.a(https_server.c.obj) - .debug_line 0x00000000000398d8 0x409 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) - .debug_line 0x0000000000039ce1 0x985 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - .debug_line 0x000000000003a666 0x303 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - .debug_line 0x000000000003a969 0x998 esp-idf/soc/libsoc.a(cpu_util.c.obj) - .debug_line 0x000000000003b301 0x2967 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - .debug_line 0x000000000003dc68 0x1897 esp-idf/soc/libsoc.a(rtc_init.c.obj) - .debug_line 0x000000000003f4ff 0xfc2 esp-idf/soc/libsoc.a(rtc_time.c.obj) - .debug_line 0x00000000000404c1 0xe37 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - .debug_line 0x00000000000412f8 0xf2d esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_line 0x0000000000042225 0x56e0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_line 0x0000000000047905 0x9fd esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - .debug_line 0x0000000000048302 0xcab esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_line 0x0000000000048fad 0x2cc9 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_line 0x000000000004bc76 0xc26 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - .debug_line 0x000000000004c89c 0x33e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_line 0x000000000004cbda 0xe52 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - .debug_line 0x000000000004da2c 0x606 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - .debug_line 0x000000000004e032 0x61c esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_line 0x000000000004e64e 0x105c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - .debug_line 0x000000000004f6aa 0x476 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - .debug_line 0x000000000004fb20 0x7d5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - .debug_line 0x00000000000502f5 0x947 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - .debug_line 0x0000000000050c3c 0xfa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - .debug_line 0x0000000000051bde 0xc06 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - .debug_line 0x00000000000527e4 0xa25 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - .debug_line 0x0000000000053209 0x898 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - .debug_line 0x0000000000053aa1 0x60d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_line 0x00000000000540ae 0x5c5 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_line 0x0000000000054673 0x12c6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_line 0x0000000000055939 0x4b7 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - .debug_line 0x0000000000055df0 0xcc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_line 0x0000000000056ab2 0x756 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_line 0x0000000000057208 0x1072 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_line 0x000000000005827a 0xd68 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_line 0x0000000000058fe2 0x1523 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_line 0x000000000005a505 0x3b3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_line 0x000000000005a8b8 0x693 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_line 0x000000000005af4b 0x1283 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_line 0x000000000005c1ce 0xc1f esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) - .debug_line 0x000000000005cded 0xeb0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_line 0x000000000005dc9d 0xb8c esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_line 0x000000000005e829 0x2757 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_line 0x0000000000060f80 0xdad esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_line 0x0000000000061d2d 0x723 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_line 0x0000000000062450 0x6cb esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_line 0x0000000000062b1b 0x1847 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - .debug_line 0x0000000000064362 0x3d0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_line 0x0000000000064732 0x1876 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_line 0x0000000000065fa8 0x4e0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_line 0x0000000000066488 0x53a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_line 0x00000000000669c2 0xaa2 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_line 0x0000000000067464 0x1b51 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_line 0x0000000000068fb5 0x3363 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_line 0x000000000006c318 0x3acd esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_line 0x000000000006fde5 0x15b4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_line 0x0000000000071399 0x1044 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_line 0x00000000000723dd 0x44f4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_line 0x00000000000768d1 0x211b esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_line 0x00000000000789ec 0x1077 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_line 0x0000000000079a63 0x88e esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_line 0x000000000007a2f1 0x560 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) - .debug_line 0x000000000007a851 0xb8c esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_line 0x000000000007b3dd 0x1647 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_line 0x000000000007ca24 0xc9e esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_line 0x000000000007d6c2 0x18a2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_line 0x000000000007ef64 0x231f esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - .debug_line 0x0000000000081283 0x2bad esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_line 0x0000000000083e30 0x111d esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_line 0x0000000000084f4d 0x9de esp-idf/lwip/liblwip.a(def.c.obj) - .debug_line 0x000000000008592b 0x2dbe esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_line 0x00000000000886e9 0x68c esp-idf/lwip/liblwip.a(init.c.obj) - .debug_line 0x0000000000088d75 0x821 esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_line 0x0000000000089596 0x657 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_line 0x0000000000089bed 0x998 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_line 0x000000000008a585 0x2bd2 esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_line 0x000000000008d157 0x292c esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_line 0x000000000008fa83 0x1f2e esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_line 0x00000000000919b1 0x5448 esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_line 0x0000000000096df9 0x4421 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_line 0x000000000009b21a 0x3586 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_line 0x000000000009e7a0 0xdb9 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_line 0x000000000009f559 0x30dd esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_line 0x00000000000a2636 0x43d7 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_line 0x00000000000a6a0d 0x2012 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_line 0x00000000000a8a1f 0xc16 esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_line 0x00000000000a9635 0x1b41 esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_line 0x00000000000ab176 0x191d esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_line 0x00000000000aca93 0xec4 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_line 0x00000000000ad957 0x8d3 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_line 0x00000000000ae22a 0xb44 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_line 0x00000000000aed6e 0x271f esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_line 0x00000000000b148d 0x10cd esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_line 0x00000000000b255a 0x1a38 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_line 0x00000000000b3f92 0x181a esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_line 0x00000000000b57ac 0x55fc esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_line 0x00000000000bada8 0x984 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_line 0x00000000000bb72c 0x13f2 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_line 0x00000000000bcb1e 0x119c esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_line 0x00000000000bdcba 0x874 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_line 0x00000000000be52e 0x9b52 esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_line 0x00000000000c8080 0x2bee esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_line 0x00000000000cac6e 0x476c esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_line 0x00000000000cf3da 0x53e esp-idf/lwip/liblwip.a(err.c.obj) - .debug_line 0x00000000000cf918 0xc24 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_line 0x00000000000d053c 0xa2b esp-idf/log/liblog.a(log.c.obj) - .debug_line 0x00000000000d0f67 0x914 esp-idf/log/liblog.a(log_freertos.c.obj) - .debug_line 0x00000000000d187b 0x1b7f esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_line 0x00000000000d33fa 0xf76 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_line 0x00000000000d4370 0x343a esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_line 0x00000000000d77aa 0x37d0 esp-idf/driver/libdriver.a(gpio.c.obj) - .debug_line 0x00000000000daf7a 0xe58 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - .debug_line 0x00000000000dbdd2 0x209c esp-idf/driver/libdriver.a(rtc_io.c.obj) - .debug_line 0x00000000000dde6e 0x986 esp-idf/driver/libdriver.a(rtc_module.c.obj) - .debug_line 0x00000000000de7f4 0x79d8 esp-idf/driver/libdriver.a(uart.c.obj) - .debug_line 0x00000000000e61cc 0x5ab esp-idf/esp32/libesp32.a(hw_random.c.obj) - .debug_line 0x00000000000e6777 0x137a esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - .debug_line 0x00000000000e7af1 0x6d4 esp-idf/esp32/libesp32.a(reset_reason.c.obj) - .debug_line 0x00000000000e81c5 0x28a5 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - .debug_line 0x00000000000eaa6a 0xc72 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - .debug_line 0x00000000000eb6dc 0x76c esp-idf/esp_common/libesp_common.a(system_api.c.obj) - .debug_line 0x00000000000ebe48 0x783 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_line 0x00000000000ec5cb 0x12f4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_line 0x00000000000ed8bf 0xd78 esp-idf/console/libconsole.a(commands.c.obj) - .debug_line 0x00000000000ee637 0x55c esp-idf/console/libconsole.a(split_argv.c.obj) - .debug_line 0x00000000000eeb93 0x9512 esp-idf/console/libconsole.a(argtable3.c.obj) - .debug_line 0x00000000000f80a5 0x2ecc esp-idf/console/libconsole.a(linenoise.c.obj) - .debug_line 0x00000000000faf71 0x1d96 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - .debug_line 0x00000000000fcd07 0x1715 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - .debug_line 0x00000000000fe41c 0x196b esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - .debug_line 0x00000000000ffd87 0x1d85 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - .debug_line 0x0000000000101b0c 0x2f9e esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - .debug_line 0x0000000000104aaa 0x7b5 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - .debug_line 0x000000000010525f 0x108f esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - .debug_line 0x00000000001062ee 0x10f4 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) - .debug_line 0x00000000001073e2 0x84b esp-idf/fatfs/libfatfs.a(diskio.c.obj) - .debug_line 0x0000000000107c2d 0xae4 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - .debug_line 0x0000000000108711 0x8913 esp-idf/fatfs/libfatfs.a(ff.c.obj) - .debug_line 0x0000000000111024 0x5fd esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - .debug_line 0x0000000000111621 0x2cea esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - .debug_line 0x000000000011430b 0x1178 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - .debug_line 0x0000000000115483 0x8ed esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - .debug_line 0x0000000000115d70 0x3f23 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - .debug_line 0x0000000000119c93 0xea esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) - .debug_line 0x0000000000119d7d 0x2d0e esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - .debug_line 0x000000000011ca8b 0x93a esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - .debug_line 0x000000000011d3c5 0x54ee esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - .debug_line 0x00000000001228b3 0x74c1 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - .debug_line 0x0000000000129d74 0x108f esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - .debug_line 0x000000000012ae03 0x2122 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) - .debug_line 0x000000000012cf25 0x461 esp-idf/newlib/libnewlib.a(select.c.obj) - .debug_line 0x000000000012d386 0x939 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - .debug_line 0x000000000012dcbf 0x12c7 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) - .debug_line 0x000000000012ef86 0x15b5 esp-idf/soc/libsoc.a(uart_hal.c.obj) - .debug_line 0x000000000013053b 0x811 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - .debug_line 0x0000000000130d4c 0x7ef esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - .debug_line 0x000000000013153b 0x178e esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - .debug_line 0x0000000000132cc9 0x24fe esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - .debug_line 0x00000000001351c7 0x2df esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - .debug_line 0x00000000001354a6 0x330 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - .debug_line 0x00000000001357d6 0x34b esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - .debug_line 0x0000000000135b21 0x341 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - .debug_line 0x0000000000135e62 0xa70 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_line 0x00000000001368d2 0x6a5 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .debug_line 0x0000000000136f77 0x7db esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .debug_line 0x0000000000137752 0x3025 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - .debug_line 0x000000000013a777 0x5b1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_line 0x0000000000140292 0x14cd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_line 0x000000000014175f 0x6237 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_line 0x0000000000147996 0x7fdb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_line 0x000000000014f971 0x115f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_line 0x0000000000150ad0 0x194d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) - .debug_line 0x000000000015241d 0x133c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_line 0x0000000000153759 0xb50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - .debug_line 0x00000000001542a9 0xfed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_line 0x0000000000155296 0xdc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_line 0x000000000015605c 0xcce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_line 0x0000000000156d2a 0x2b95 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_line 0x00000000001598bf 0x1199 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_line 0x000000000015aa58 0x381 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_line 0x000000000015add9 0x237 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_line 0x000000000015b010 0x4e22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_line 0x000000000015fe32 0xf40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - .debug_line 0x0000000000160d72 0x628 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_line 0x000000000016139a 0x706 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_line 0x0000000000161aa0 0x706 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_line 0x00000000001621a6 0x286 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_line 0x000000000016242c 0x2a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_line 0x00000000001626cd 0x1957 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_line 0x0000000000164024 0x14ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_line 0x00000000001654d1 0x18e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - .debug_line 0x0000000000166db1 0x242b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_line 0x00000000001691dc 0x1d7d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - .debug_line 0x000000000016af59 0xf11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_line 0x000000000016be6a 0x100c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_line 0x000000000016ce76 0x1533 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_line 0x000000000016e3a9 0x266c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_line 0x0000000000170a15 0x8e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_line 0x00000000001712f9 0x1353 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_line 0x000000000017264c 0x1cb6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_line 0x0000000000174302 0x116c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_line 0x000000000017546e 0x152b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_line 0x0000000000176999 0xf41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_line 0x00000000001778da 0x1273 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_line 0x0000000000178b4d 0xc35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_line 0x0000000000179782 0xd63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_line 0x000000000017a4e5 0x10a7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_line 0x000000000017b58c 0x232b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_line 0x000000000017d8b7 0x550a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_line 0x0000000000182dc1 0xd7a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - .debug_line 0x0000000000183b3b 0x162c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - .debug_line 0x0000000000185167 0xdd0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - .debug_line 0x0000000000185f37 0x25ff esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_line 0x0000000000188536 0x3d7 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_line 0x000000000018890d 0x1030 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_line 0x000000000018993d 0xe38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_line 0x000000000018a775 0x4f50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_line 0x000000000018f6c5 0x1d0f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_line 0x00000000001913d4 0x11f9 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_line 0x00000000001925cd 0xd89 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_line 0x0000000000193356 0x664 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_line 0x00000000001939ba 0x5808 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_line 0x00000000001991c2 0x1f9e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_line 0x000000000019b160 0x3e67 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_line 0x000000000019efc7 0x1fb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_line 0x00000000001a0f7c 0x1581 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_line 0x00000000001a24fd 0x97d esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_line 0x00000000001a2e7a 0xcfc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_line 0x00000000001a3b76 0x73c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_line 0x00000000001a42b2 0x15ea esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_line 0x00000000001a589c 0x10bf esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_line 0x00000000001a695b 0x822 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) - .debug_line 0x00000000001a717d 0xb1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) - .debug_line 0x00000000001a722e 0x1b76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - .debug_line 0x00000000001a8da4 0x317e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - .debug_line 0x00000000001abf22 0x2509 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - .debug_line 0x00000000001ae42b 0x733 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_line 0x00000000001aeb5e 0x3f99 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_line 0x00000000001b2af7 0x5b6d esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - .debug_line 0x00000000001b8664 0x208c esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_line 0x00000000001ba6f0 0x2936 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_line 0x00000000001bd026 0xcd0 esp-idf/lwip/liblwip.a(wlanif.c.obj) - .debug_line 0x00000000001bdcf6 0x740 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_line 0x00000000001be436 0xf8b9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_line 0x00000000001cdcef 0x14d2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_line 0x00000000001cf1c1 0x833 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_line 0x00000000001cf9f4 0x64d6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - .debug_line 0x00000000001d5eca 0x6df1 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - .debug_line 0x00000000001dccbb 0x1694 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) - .debug_line 0x00000000001de34f 0xdd5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_line 0x00000000001df124 0xdba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) - .debug_line 0x00000000001dfede 0x3a8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) - .debug_line 0x00000000001e0286 0x277 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) - .debug_line 0x00000000001e04fd 0x2cc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) - .debug_line 0x00000000001e07c9 0x2fe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) - .debug_line 0x00000000001e0ac7 0x27f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) - .debug_line 0x00000000001e0d46 0x571 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - .debug_line 0x00000000001e12b7 0x5c6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - .debug_line 0x00000000001e187d 0x17d2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - .debug_line 0x00000000001e304f 0x277 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) - .debug_line 0x00000000001e32c6 0x7ef /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - .debug_line 0x00000000001e3ab5 0x5bf /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - .debug_line 0x00000000001e4074 0x347 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) - .debug_line 0x00000000001e43bb 0x3be /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) - .debug_line 0x00000000001e4779 0x2ee /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) - .debug_line 0x00000000001e4a67 0x182 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) - .debug_line 0x00000000001e4be9 0xaf6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) - .debug_line 0x00000000001e56df 0xb63 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) - .debug_line 0x00000000001e6242 0xa2b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) - .debug_line 0x00000000001e6c6d 0xae0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) - .debug_line 0x00000000001e774d 0x1eda /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) - .debug_line 0x00000000001e9627 0x2ad0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - .debug_line 0x00000000001ec0f7 0x15c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) - .debug_line 0x00000000001ec253 0x2ef /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) - .debug_line 0x00000000001ec542 0x6a /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(int_asm--set_intclear.o) - .debug_line 0x00000000001ec5ac 0x50 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) - .debug_line 0x00000000001ec5fc 0x66 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--restore_extra_nw.o) - .debug_line 0x00000000001ec662 0x66 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--save_extra_nw.o) - .debug_line 0x00000000001ec6c8 0x49f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) - .debug_line 0x00000000001ecb67 0x2a2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) - .debug_line 0x00000000001ece09 0x203 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) - .debug_line 0x00000000001ed00c 0x3b5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) - .debug_line 0x00000000001ed3c1 0x3ec /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) - .debug_line 0x00000000001ed7ad 0x608 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) - .debug_line 0x00000000001eddb5 0x3f8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) - .debug_line 0x00000000001ee1ad 0x31c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) - .debug_line 0x00000000001ee4c9 0x4b8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) - .debug_line 0x00000000001ee981 0x31b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) - .debug_line 0x00000000001eec9c 0x3d4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) - .debug_line 0x00000000001ef070 0x483 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) - .debug_line 0x00000000001ef4f3 0x5d4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) - .debug_line 0x00000000001efac7 0x2ee /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) - .debug_line 0x00000000001efdb5 0xcd8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) - .debug_line 0x00000000001f0a8d 0x31a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) - .debug_line 0x00000000001f0da7 0x5a2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) - .debug_line 0x00000000001f1349 0x4ce /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) - .debug_line 0x00000000001f1817 0x1384 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) - .debug_line 0x00000000001f2b9b 0x455 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) - .debug_line 0x00000000001f2ff0 0x5c6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) - .debug_line 0x00000000001f35b6 0x3d1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) - .debug_line 0x00000000001f3987 0xca9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) - .debug_line 0x00000000001f4630 0x3d7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) - .debug_line 0x00000000001f4a07 0x42f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) - .debug_line 0x00000000001f4e36 0x315 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) - .debug_line 0x00000000001f514b 0x500 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) - .debug_line 0x00000000001f564b 0x4fc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) - .debug_line 0x00000000001f5b47 0x38c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) - .debug_line 0x00000000001f5ed3 0x765 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) - .debug_line 0x00000000001f6638 0x5d6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) - .debug_line 0x00000000001f6c0e 0x43f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) - .debug_line 0x00000000001f704d 0x4e0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) - .debug_line 0x00000000001f752d 0x26db /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) - .debug_line 0x00000000001f9c08 0x806 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) - .debug_line 0x00000000001fa40e 0x7d3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) - .debug_line 0x00000000001fabe1 0x5893 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) - .debug_line 0x0000000000200474 0x4452 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) - .debug_line 0x00000000002048c6 0x28a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) - .debug_line 0x0000000000204b50 0x4191 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) - .debug_line 0x0000000000208ce1 0x5c34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) - .debug_line 0x000000000020e915 0x346 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) - .debug_line 0x000000000020ec5b 0x445 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) - .debug_line 0x000000000020f0a0 0x2683 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) - .debug_line 0x0000000000211723 0x3c5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) - .debug_line 0x0000000000211ae8 0x13c9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) - .debug_line 0x0000000000212eb1 0x89f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) - .debug_line 0x0000000000213750 0x299 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) - .debug_line 0x00000000002139e9 0x30d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) - .debug_line 0x0000000000213cf6 0x3b8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) - .debug_line 0x00000000002140ae 0x410 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) - .debug_line 0x00000000002144be 0x25cd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) - .debug_line 0x0000000000216a8b 0x4b1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) - .debug_line 0x0000000000216f3c 0x264 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) - .debug_line 0x00000000002171a0 0x3fde /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) - .debug_line 0x000000000021b17e 0x4006 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_line 0x000000000000059a 0x277 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .debug_line 0x0000000000000811 0x1786 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_line 0x0000000000001f97 0x6e4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_line 0x000000000000267b 0x10b9 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_line 0x0000000000003734 0x6f4 esp-idf/soc/libsoc.a(cpu_util.c.obj) + .debug_line 0x0000000000003e28 0x71d esp-idf/soc/libsoc.a(cpu_hal.c.obj) + .debug_line 0x0000000000004545 0x811 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + .debug_line 0x0000000000004d56 0x6a2 esp-idf/soc/libsoc.a(soc_hal.c.obj) + .debug_line 0x00000000000053f8 0x2967 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + .debug_line 0x0000000000007d5f 0xfc2 esp-idf/soc/libsoc.a(rtc_time.c.obj) + .debug_line 0x0000000000008d21 0xe37 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + .debug_line 0x0000000000009b58 0x928 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_line 0x000000000000a480 0x23fc esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_line 0x000000000000c87c 0xbd4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_line 0x000000000000d450 0x6f0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_line 0x000000000000db40 0xc52 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_line 0x000000000000e792 0x14f1 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + .debug_line 0x000000000000fc83 0x954 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_line 0x00000000000105d7 0xcd9 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_line 0x00000000000112b0 0xb24 esp-idf/esp32/libesp32.a(int_wdt.c.obj) + .debug_line 0x0000000000011dd4 0x25ee esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + .debug_line 0x00000000000143c2 0x102f esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_line 0x00000000000153f1 0x189b esp-idf/esp32/libesp32.a(task_wdt.c.obj) + .debug_line 0x0000000000016c8c 0x771 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_line 0x00000000000173fd 0x427 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_line 0x0000000000017824 0xa09 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_line 0x000000000001822d 0xcb3 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_line 0x0000000000018ee0 0x8de esp-idf/esp_common/libesp_common.a(ipc.c.obj) + .debug_line 0x00000000000197be 0x14f5 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_line 0x000000000001acb3 0x11c6 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_line 0x000000000001be79 0x11e1 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_line 0x000000000001d05a 0x43c esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_line 0x000000000001d496 0x365 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_line 0x000000000001d7fb 0x482 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_line 0x000000000001dc7d 0xe4 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) + .debug_line 0x000000000001dd61 0x7b0 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + .debug_line 0x000000000001e511 0x919 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_line 0x000000000001ee2a 0x3bb esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_line 0x000000000001f1e5 0x2aa1 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_line 0x0000000000021c86 0x84c3 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_line 0x000000000002a149 0x1522 esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_line 0x000000000002b66b 0xcc esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_line 0x000000000002b737 0x7f9 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_line 0x000000000002bf30 0x5669 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_line 0x0000000000031599 0x2a89 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_line 0x0000000000034022 0x4e0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_line 0x0000000000034502 0x582 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_line 0x0000000000034a84 0xad3 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_line 0x0000000000035557 0x414 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_line 0x000000000003596b 0x600 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_line 0x0000000000035f6b 0x4e2 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + .debug_line 0x000000000003644d 0x475 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_line 0x00000000000368c2 0x1465 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_line 0x0000000000037d27 0x4c8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_line 0x00000000000381ef 0xe06 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_line 0x0000000000038ff5 0xfb7 esp-idf/main/libmain.a(main.c.obj) + .debug_line 0x0000000000039fac 0x846 esp-idf/files/libfiles.a(file.c.obj) + .debug_line 0x000000000003a7f2 0x1e53 esp-idf/ca/libca.a(ca.c.obj) + .debug_line 0x000000000003c645 0x129c esp-idf/ca/libca.a(gen_key.c.obj) + .debug_line 0x000000000003d8e1 0x2085 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + .debug_line 0x000000000003f966 0x16b1 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + .debug_line 0x0000000000041017 0xfc4 esp-idf/wifi/libwifi.a(wifi.c.obj) + .debug_line 0x0000000000041fdb 0x1196 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + .debug_line 0x0000000000043171 0x409 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + .debug_line 0x000000000004357a 0x963 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_line 0x0000000000043edd 0x756 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_line 0x0000000000044633 0x1072 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x00000000000456a5 0xd68 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x000000000004640d 0x1523 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x0000000000047930 0x3b3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_line 0x0000000000047ce3 0x693 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x0000000000048376 0x474 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x00000000000487ea 0x1283 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_line 0x0000000000049a6d 0xc1f esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + .debug_line 0x000000000004a68c 0xfde esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_line 0x000000000004b66a 0xb8c esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_line 0x000000000004c1f6 0x27ca esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_line 0x000000000004e9c0 0xdad esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_line 0x000000000004f76d 0x723 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_line 0x000000000004fe90 0x6cb esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_line 0x000000000005055b 0x1847 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_line 0x0000000000051da2 0x3d0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_line 0x0000000000052172 0x1876 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_line 0x00000000000539e8 0x4e0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_line 0x0000000000053ec8 0x53a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_line 0x0000000000054402 0xaa2 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_line 0x0000000000054ea4 0x1b51 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_line 0x00000000000569f5 0x817 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_line 0x000000000005720c 0xfd esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_line 0x0000000000057309 0x7ef esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + .debug_line 0x0000000000057af8 0x1798 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + .debug_line 0x0000000000059290 0x3e9 esp-idf/soc/libsoc.a(mpu_hal.c.obj) + .debug_line 0x0000000000059679 0x303 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + .debug_line 0x000000000005997c 0x1897 esp-idf/soc/libsoc.a(rtc_init.c.obj) + .debug_line 0x000000000005b213 0xf2d esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_line 0x000000000005c140 0x5828 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_line 0x0000000000061968 0x9fd esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + .debug_line 0x0000000000062365 0xcab esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_line 0x0000000000063010 0x2cc9 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_line 0x0000000000065cd9 0xc26 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_line 0x00000000000668ff 0x39d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_line 0x0000000000066c9c 0xe52 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + .debug_line 0x0000000000067aee 0x606 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + .debug_line 0x00000000000680f4 0x61c esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_line 0x0000000000068710 0x105c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + .debug_line 0x000000000006976c 0x476 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + .debug_line 0x0000000000069be2 0x7d5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + .debug_line 0x000000000006a3b7 0x947 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) + .debug_line 0x000000000006acfe 0xfa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + .debug_line 0x000000000006bca0 0xc06 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + .debug_line 0x000000000006c8a6 0xa25 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + .debug_line 0x000000000006d2cb 0x898 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_line 0x000000000006db63 0x60d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_line 0x000000000006e170 0x5c5 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_line 0x000000000006e735 0x12c6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_line 0x000000000006f9fb 0x4b7 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + .debug_line 0x000000000006feb2 0xcc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_line 0x0000000000070b74 0x3387 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_line 0x0000000000073efb 0x3acd esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_line 0x00000000000779c8 0x15b4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_line 0x0000000000078f7c 0x1044 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_line 0x0000000000079fc0 0x44f4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_line 0x000000000007e4b4 0x211b esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_line 0x00000000000805cf 0x1077 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_line 0x0000000000081646 0x88e esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_line 0x0000000000081ed4 0x560 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + .debug_line 0x0000000000082434 0xbc9 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_line 0x0000000000082ffd 0x1696 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_line 0x0000000000084693 0xcc3 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_line 0x0000000000085356 0x1a3a esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_line 0x0000000000086d90 0x23a0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_line 0x0000000000089130 0x2bad esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_line 0x000000000008bcdd 0x111d esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_line 0x000000000008cdfa 0x9de esp-idf/lwip/liblwip.a(def.c.obj) + .debug_line 0x000000000008d7d8 0x2dbe esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_line 0x0000000000090596 0x68c esp-idf/lwip/liblwip.a(init.c.obj) + .debug_line 0x0000000000090c22 0x821 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_line 0x0000000000091443 0x657 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_line 0x0000000000091a9a 0x998 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_line 0x0000000000092432 0x2bd2 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_line 0x0000000000095004 0x292c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_line 0x0000000000097930 0x1f2e esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_line 0x000000000009985e 0x5448 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_line 0x000000000009eca6 0x4421 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_line 0x00000000000a30c7 0x3586 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_line 0x00000000000a664d 0xdb9 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_line 0x00000000000a7406 0x30dd esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_line 0x00000000000aa4e3 0x43f1 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_line 0x00000000000ae8d4 0x2012 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_line 0x00000000000b08e6 0xc16 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_line 0x00000000000b14fc 0x1b41 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_line 0x00000000000b303d 0x191d esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_line 0x00000000000b495a 0xec4 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_line 0x00000000000b581e 0x8d3 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_line 0x00000000000b60f1 0xb44 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_line 0x00000000000b6c35 0x271f esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_line 0x00000000000b9354 0x10cd esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_line 0x00000000000ba421 0x1a38 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_line 0x00000000000bbe59 0x1826 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_line 0x00000000000bd67f 0x55fc esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_line 0x00000000000c2c7b 0x984 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_line 0x00000000000c35ff 0x13f2 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_line 0x00000000000c49f1 0x119c esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_line 0x00000000000c5b8d 0x874 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_line 0x00000000000c6401 0x9b64 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_line 0x00000000000cff65 0x2bee esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_line 0x00000000000d2b53 0x477e esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_line 0x00000000000d72d1 0x53e esp-idf/lwip/liblwip.a(err.c.obj) + .debug_line 0x00000000000d780f 0xc24 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_line 0x00000000000d8433 0xa53 esp-idf/log/liblog.a(log.c.obj) + .debug_line 0x00000000000d8e86 0x1bcd esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_line 0x00000000000daa53 0xf76 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_line 0x00000000000db9c9 0x36a9 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_line 0x00000000000df072 0x3803 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_line 0x00000000000e2875 0x16a9 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_line 0x00000000000e3f1e 0x209c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_line 0x00000000000e5fba 0x986 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_line 0x00000000000e6940 0x79d8 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_line 0x00000000000ee318 0x5ab esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_line 0x00000000000ee8c3 0x1424 esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + .debug_line 0x00000000000efce7 0x28a5 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + .debug_line 0x00000000000f258c 0xcaa esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_line 0x00000000000f3236 0x783 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_line 0x00000000000f39b9 0x1365 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_line 0x00000000000f4d1e 0xd78 esp-idf/console/libconsole.a(commands.c.obj) + .debug_line 0x00000000000f5a96 0x55c esp-idf/console/libconsole.a(split_argv.c.obj) + .debug_line 0x00000000000f5ff2 0x9512 esp-idf/console/libconsole.a(argtable3.c.obj) + .debug_line 0x00000000000ff504 0x2ecc esp-idf/console/libconsole.a(linenoise.c.obj) + .debug_line 0x00000000001023d0 0x1d96 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_line 0x0000000000104166 0x1715 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_line 0x000000000010587b 0x196b esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_line 0x00000000001071e6 0x1d85 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_line 0x0000000000108f6b 0x2f5c esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_line 0x000000000010bec7 0x7b5 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_line 0x000000000010c67c 0x1213 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + .debug_line 0x000000000010d88f 0x10f4 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + .debug_line 0x000000000010e983 0x84b esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_line 0x000000000010f1ce 0xae4 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_line 0x000000000010fcb2 0x8913 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_line 0x00000000001185c5 0x5fd esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_line 0x0000000000118bc2 0x2cea esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_line 0x000000000011b8ac 0x1178 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_line 0x000000000011ca24 0x8ed esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_line 0x000000000011d311 0x3f5b esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_line 0x000000000012126c 0xea esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_line 0x0000000000121356 0x2d0e esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_line 0x0000000000124064 0x93a esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_line 0x000000000012499e 0x54ee esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_line 0x0000000000129e8c 0x74c1 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_line 0x000000000013134d 0x108f esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_line 0x00000000001323dc 0x2122 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_line 0x00000000001344fe 0x461 esp-idf/newlib/libnewlib.a(select.c.obj) + .debug_line 0x000000000013495f 0x939 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_line 0x0000000000135298 0x12c7 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + .debug_line 0x000000000013655f 0x153b esp-idf/soc/libsoc.a(uart_hal.c.obj) + .debug_line 0x0000000000137a9a 0x24fe esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + .debug_line 0x0000000000139f98 0x2df esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .debug_line 0x000000000013a277 0x5e43 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_line 0x00000000001400ba 0x14e9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_line 0x00000000001415a3 0x6297 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_line 0x000000000014783a 0x7fdb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_line 0x000000000014f815 0x115f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_line 0x0000000000150974 0x194d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + .debug_line 0x00000000001522c1 0x133c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_line 0x00000000001535fd 0xb50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + .debug_line 0x000000000015414d 0xfed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_line 0x000000000015513a 0xdc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_line 0x0000000000155f00 0xcce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_line 0x0000000000156bce 0x2bd7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_line 0x00000000001597a5 0x1212 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_line 0x000000000015a9b7 0x381 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_line 0x000000000015ad38 0x255 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_line 0x000000000015af8d 0x4ed6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_line 0x000000000015fe63 0xf40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_line 0x0000000000160da3 0x628 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_line 0x00000000001613cb 0x706 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_line 0x0000000000161ad1 0x706 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_line 0x00000000001621d7 0x286 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_line 0x000000000016245d 0x2a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_line 0x00000000001626fe 0x124d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_line 0x000000000016394b 0x1376 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_line 0x0000000000164cc1 0x15f2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + .debug_line 0x00000000001662b3 0x195d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_line 0x0000000000167c10 0x14b3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_line 0x00000000001690c3 0x18e6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_line 0x000000000016a9a9 0x100c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_line 0x000000000016b9b5 0x1533 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_line 0x000000000016cee8 0x267a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_line 0x000000000016f562 0x8e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_line 0x000000000016fe46 0x1486 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_line 0x00000000001712cc 0x1cb6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_line 0x0000000000172f82 0x1224 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_line 0x00000000001741a6 0x152b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_line 0x00000000001756d1 0xf41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_line 0x0000000000176612 0x1273 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_line 0x0000000000177885 0xc35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_line 0x00000000001784ba 0xaac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_line 0x0000000000178f66 0xf11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_line 0x0000000000179e77 0xd63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_line 0x000000000017abda 0x10a7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_line 0x000000000017bc81 0x232b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_line 0x000000000017dfac 0x54fa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_line 0x00000000001834a6 0xd7a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + .debug_line 0x0000000000184220 0x162d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + .debug_line 0x000000000018584d 0xdd0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + .debug_line 0x000000000018661d 0x2637 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_line 0x0000000000188c54 0x330 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + .debug_line 0x0000000000188f84 0x34b esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + .debug_line 0x00000000001892cf 0x341 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + .debug_line 0x0000000000189610 0xa70 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_line 0x000000000018a080 0x6a5 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_line 0x000000000018a725 0x800 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_line 0x000000000018af25 0x304a esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_line 0x000000000018df6f 0x3d7 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_line 0x000000000018e346 0x10af esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_line 0x000000000018f3f5 0xf42 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_line 0x0000000000190337 0x5005 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_line 0x000000000019533c 0x1d1b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_line 0x0000000000197057 0x1449 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_line 0x00000000001984a0 0xd89 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_line 0x0000000000199229 0x664 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_line 0x000000000019988d 0x581f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_line 0x000000000019f0ac 0x1f9e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_line 0x00000000001a104a 0x3e61 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_line 0x00000000001a4eab 0x1fb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_line 0x00000000001a6e60 0x1587 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_line 0x00000000001a83e7 0x97d esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_line 0x00000000001a8d64 0xd13 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_line 0x00000000001a9a77 0x73c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_line 0x00000000001aa1b3 0x15fe esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_line 0x00000000001ab7b1 0x10d6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_line 0x00000000001ac887 0x822 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_line 0x00000000001ad0a9 0xb1 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_line 0x00000000001ad15a 0x1b76 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_line 0x00000000001aecd0 0x317e /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_line 0x00000000001b1e4e 0x2509 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_line 0x00000000001b4357 0x733 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_line 0x00000000001b4a8a 0x3f99 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_line 0x00000000001b8a23 0x5b6d esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_line 0x00000000001be590 0x208c esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_line 0x00000000001c061c 0x297d esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_line 0x00000000001c2f99 0xcf5 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_line 0x00000000001c3c8e 0x740 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_line 0x00000000001c43ce 0xf8b9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_line 0x00000000001d3c87 0x14d2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_line 0x00000000001d5159 0x833 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_line 0x00000000001d598c 0x64d6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_line 0x00000000001dbe62 0x6df1 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_line 0x00000000001e2c53 0x1694 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_line 0x00000000001e42e7 0xdd5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_line 0x00000000001e50bc 0xdba /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_line 0x00000000001e5e76 0x3a8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_line 0x00000000001e621e 0x277 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_line 0x00000000001e6495 0x2cc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_line 0x00000000001e6761 0x2fe /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_line 0x00000000001e6a5f 0x27f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_line 0x00000000001e6cde 0x571 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_line 0x00000000001e724f 0x5c6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_line 0x00000000001e7815 0x17d2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + .debug_line 0x00000000001e8fe7 0x277 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_line 0x00000000001e925e 0x7ef /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_line 0x00000000001e9a4d 0x5bf /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_line 0x00000000001ea00c 0x347 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_line 0x00000000001ea353 0x3be /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_line 0x00000000001ea711 0x2ee /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_line 0x00000000001ea9ff 0x182 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .debug_line 0x00000000001eab81 0xaf6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) + .debug_line 0x00000000001eb677 0xb63 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) + .debug_line 0x00000000001ec1da 0xa2b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_line 0x00000000001ecc05 0xae0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_line 0x00000000001ed6e5 0x1eda /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + .debug_line 0x00000000001ef5bf 0x2ad0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + .debug_line 0x00000000001f208f 0x15c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) + .debug_line 0x00000000001f21eb 0x2ef /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(windowspill_asm.o) + .debug_line 0x00000000001f24da 0x6a /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(int_asm--set_intclear.o) + .debug_line 0x00000000001f2544 0x50 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) + .debug_line 0x00000000001f2594 0x66 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--restore_extra_nw.o) + .debug_line 0x00000000001f25fa 0x66 /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(state_asm--save_extra_nw.o) + .debug_line 0x00000000001f2660 0x49f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) + .debug_line 0x00000000001f2aff 0x2a2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) + .debug_line 0x00000000001f2da1 0x203 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) + .debug_line 0x00000000001f2fa4 0x3b5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) + .debug_line 0x00000000001f3359 0x3ec /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) + .debug_line 0x00000000001f3745 0x608 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) + .debug_line 0x00000000001f3d4d 0x3f8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) + .debug_line 0x00000000001f4145 0x31c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) + .debug_line 0x00000000001f4461 0x4b8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + .debug_line 0x00000000001f4919 0x31b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + .debug_line 0x00000000001f4c34 0x3d4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) + .debug_line 0x00000000001f5008 0x483 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + .debug_line 0x00000000001f548b 0x5d4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) + .debug_line 0x00000000001f5a5f 0x2ee /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + .debug_line 0x00000000001f5d4d 0xcd8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + .debug_line 0x00000000001f6a25 0x31a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) + .debug_line 0x00000000001f6d3f 0x5a2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + .debug_line 0x00000000001f72e1 0x4ce /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + .debug_line 0x00000000001f77af 0x1384 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + .debug_line 0x00000000001f8b33 0x455 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + .debug_line 0x00000000001f8f88 0x5c6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + .debug_line 0x00000000001f954e 0x3d1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + .debug_line 0x00000000001f991f 0xca9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) + .debug_line 0x00000000001fa5c8 0x3d7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) + .debug_line 0x00000000001fa99f 0x42f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) + .debug_line 0x00000000001fadce 0x315 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) + .debug_line 0x00000000001fb0e3 0x500 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + .debug_line 0x00000000001fb5e3 0x4fc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) + .debug_line 0x00000000001fbadf 0x38c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) + .debug_line 0x00000000001fbe6b 0x765 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) + .debug_line 0x00000000001fc5d0 0x5d6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + .debug_line 0x00000000001fcba6 0x43f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) + .debug_line 0x00000000001fcfe5 0x4e0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) + .debug_line 0x00000000001fd4c5 0x26db /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + .debug_line 0x00000000001ffba0 0x806 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + .debug_line 0x00000000002003a6 0x7d3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + .debug_line 0x0000000000200b79 0x5893 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + .debug_line 0x000000000020640c 0x4452 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + .debug_line 0x000000000020a85e 0x28a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + .debug_line 0x000000000020aae8 0x4191 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + .debug_line 0x000000000020ec79 0x5c34 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_line 0x00000000002148ad 0x346 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + .debug_line 0x0000000000214bf3 0x445 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) + .debug_line 0x0000000000215038 0x2683 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + .debug_line 0x00000000002176bb 0x3c5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) + .debug_line 0x0000000000217a80 0x13c9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) + .debug_line 0x0000000000218e49 0x89f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) + .debug_line 0x00000000002196e8 0x299 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) + .debug_line 0x0000000000219981 0x30d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + .debug_line 0x0000000000219c8e 0x3b8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + .debug_line 0x000000000021a046 0x410 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + .debug_line 0x000000000021a456 0x25cd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + .debug_line 0x000000000021ca23 0x4b1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_line 0x000000000021ced4 0x264 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) + .debug_line 0x000000000021d138 0x3fde /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_line 0x0000000000221116 0x4006 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) -.debug_str 0x0000000000000000 0x509f5 - .debug_str 0x0000000000000000 0x754 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - 0xa2f (size before relaxing) - .debug_str 0x0000000000000754 0x15b2 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x1cdf (size before relaxing) - .debug_str 0x0000000000001d06 0x1ae esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x14e0 (size before relaxing) - .debug_str 0x0000000000001eb4 0x2ff4 esp-idf/esp32/libesp32.a(cpu_start.c.obj) - 0x4a28 (size before relaxing) - .debug_str 0x0000000000004ea8 0x128 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) - 0x3930 (size before relaxing) - .debug_str 0x0000000000004fd0 0x16de esp-idf/esp32/libesp32.a(dport_access.c.obj) - 0x3710 (size before relaxing) - .debug_str 0x00000000000066ae 0x53 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) - 0x7b (size before relaxing) - .debug_str 0x0000000000006701 0x203 esp-idf/esp32/libesp32.a(int_wdt.c.obj) - 0x1a41 (size before relaxing) - .debug_str 0x0000000000006904 0x490 esp-idf/esp32/libesp32.a(intr_alloc.c.obj) - 0x17e9 (size before relaxing) - .debug_str 0x0000000000006d94 0x731 esp-idf/esp32/libesp32.a(panic.c.obj) - 0x486b (size before relaxing) - .debug_str 0x00000000000074c5 0xb47 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - 0x6180 (size before relaxing) - .debug_str 0x000000000000800c 0x1b5 esp-idf/esp32/libesp32.a(task_wdt.c.obj) - 0x1de6 (size before relaxing) - .debug_str 0x00000000000081c1 0x4d esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - 0x1262 (size before relaxing) - .debug_str 0x000000000000820e 0xde2 esp-idf/esp32/libesp32.a(clk.c.obj) - 0x5cef (size before relaxing) - .debug_str 0x0000000000008ff0 0xf1 esp-idf/esp_common/libesp_common.a(brownout.c.obj) - 0x2bf6 (size before relaxing) - .debug_str 0x00000000000090e1 0x191 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - 0x3dfd (size before relaxing) - .debug_str 0x0000000000009272 0x1bc esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) - 0x2c62 (size before relaxing) - .debug_str 0x000000000000942e 0x185 esp-idf/esp_common/libesp_common.a(ipc.c.obj) - 0x1467 (size before relaxing) - .debug_str 0x00000000000095b3 0x308 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x1734 (size before relaxing) - .debug_str 0x00000000000098bb 0x18c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - 0x30a1 (size before relaxing) - .debug_str 0x0000000000009a47 0x3ca esp-idf/freertos/libfreertos.a(port.c.obj) - 0x1860 (size before relaxing) - .debug_str 0x0000000000009e11 0x3f esp-idf/freertos/libfreertos.a(portasm.S.obj) - 0x75 (size before relaxing) - .debug_str 0x0000000000009e50 0x46 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) - 0x7c (size before relaxing) - .debug_str 0x0000000000009e96 0x51 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) - 0x1143 (size before relaxing) - .debug_str 0x0000000000009ee7 0x47 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) - 0x7d (size before relaxing) - .debug_str 0x0000000000009f2e 0xa1 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) - 0x12c9 (size before relaxing) - .debug_str 0x0000000000009fcf 0x46 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) - 0x7c (size before relaxing) - .debug_str 0x000000000000a015 0x53 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) - 0x11cd (size before relaxing) - .debug_str 0x000000000000a068 0x671 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x1ab2 (size before relaxing) - .debug_str 0x000000000000a6d9 0xcc6 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x2667 (size before relaxing) - .debug_str 0x000000000000b39f 0x4c8 esp-idf/freertos/libfreertos.a(timers.c.obj) - 0x199e (size before relaxing) - .debug_str 0x000000000000b867 0x4e esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) - 0x84 (size before relaxing) - .debug_str 0x000000000000b8b5 0x76 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x12ee (size before relaxing) - .debug_str 0x000000000000b92b 0x805 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x1e3a (size before relaxing) - .debug_str 0x000000000000c130 0x68d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) - 0x2c08 (size before relaxing) - .debug_str 0x000000000000c7bd 0x225 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x74a (size before relaxing) - .debug_str 0x000000000000c9e2 0x131 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x14a0 (size before relaxing) - .debug_str 0x000000000000cb13 0xe0 esp-idf/newlib/libnewlib.a(pthread.c.obj) - 0x730 (size before relaxing) - .debug_str 0x000000000000cbf3 0x5a esp-idf/newlib/libnewlib.a(reent_init.c.obj) - 0x5e2 (size before relaxing) - .debug_str 0x000000000000cc4d 0x179 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) - 0x160c (size before relaxing) - .debug_str 0x000000000000cdc6 0x63 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x6b0 (size before relaxing) - .debug_str 0x000000000000ce29 0x2bb esp-idf/newlib/libnewlib.a(time.c.obj) - 0x2f71 (size before relaxing) - .debug_str 0x000000000000d0e4 0x802 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0xda3 (size before relaxing) - .debug_str 0x000000000000d8e6 0x306 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - 0x1c74 (size before relaxing) - .debug_str 0x000000000000dbec 0x478 esp-idf/main/libmain.a(main.c.obj) - 0x3c7b (size before relaxing) - .debug_str 0x000000000000e064 0xab esp-idf/files/libfiles.a(file.c.obj) - 0x769 (size before relaxing) - .debug_str 0x000000000000e10f 0xa93 esp-idf/ca/libca.a(ca.c.obj) - 0x1286 (size before relaxing) - .debug_str 0x000000000000eba2 0x3fc esp-idf/ca/libca.a(gen_key.c.obj) - 0x1bf7 (size before relaxing) - .debug_str 0x000000000000ef9e 0x423 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) - 0x1980 (size before relaxing) - .debug_str 0x000000000000f3c1 0x1005 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) - 0x41a8 (size before relaxing) - .debug_str 0x00000000000103c6 0x7e7 esp-idf/wifi/libwifi.a(wifi.c.obj) - 0x43de (size before relaxing) - .debug_str 0x0000000000010bad 0x5d5 esp-idf/https_server/libhttps_server.a(https_server.c.obj) - 0x476c (size before relaxing) - .debug_str 0x0000000000011182 0x36 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) - 0x576 (size before relaxing) - .debug_str 0x00000000000111b8 0x72 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - 0x12b0 (size before relaxing) - .debug_str 0x000000000001122a 0x50 esp-idf/soc/libsoc.a(brownout_hal.c.obj) - 0x14ba (size before relaxing) - .debug_str 0x000000000001127a 0x3e esp-idf/soc/libsoc.a(cpu_util.c.obj) - 0x2944 (size before relaxing) - .debug_str 0x00000000000112b8 0x473 esp-idf/soc/libsoc.a(rtc_clk.c.obj) - 0x4801 (size before relaxing) - .debug_str 0x000000000001172b 0xbe esp-idf/soc/libsoc.a(rtc_init.c.obj) - 0x2c23 (size before relaxing) - .debug_str 0x00000000000117e9 0x12c esp-idf/soc/libsoc.a(rtc_time.c.obj) - 0x2337 (size before relaxing) - .debug_str 0x0000000000011915 0xe4 esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - 0x2144 (size before relaxing) - .debug_str 0x00000000000119f9 0x162 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x31eb (size before relaxing) - .debug_str 0x0000000000011b5b 0x1efd esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x5329 (size before relaxing) - .debug_str 0x0000000000013a58 0x14d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - 0x38fe (size before relaxing) - .debug_str 0x0000000000013ba5 0x960 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x3d8f (size before relaxing) - .debug_str 0x0000000000014505 0x555 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x393a (size before relaxing) - .debug_str 0x0000000000014a5a 0xb5 esp-idf/esp_event/libesp_event.a(event_send.c.obj) - 0x3b40 (size before relaxing) - .debug_str 0x0000000000014b0f 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - 0x950 (size before relaxing) - .debug_str 0x0000000000014b5b 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) - 0x65d (size before relaxing) - .debug_str 0x0000000000014bed 0x55 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) - 0x633 (size before relaxing) - .debug_str 0x0000000000014c42 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - 0x5e6 (size before relaxing) - .debug_str 0x0000000000014c8c 0x195 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) - 0x795 (size before relaxing) - .debug_str 0x0000000000014e21 0x107 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) - 0x756 (size before relaxing) - .debug_str 0x0000000000014f28 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) - 0x671 (size before relaxing) - .debug_str 0x0000000000014f78 0x93 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) - 0x6c9 (size before relaxing) - .debug_str 0x000000000001500b 0xb7 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) - 0x67c (size before relaxing) - .debug_str 0x00000000000150c2 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) - 0x651 (size before relaxing) - .debug_str 0x0000000000015124 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) - 0x5fb (size before relaxing) - .debug_str 0x0000000000015172 0x8d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) - 0x663 (size before relaxing) - .debug_str 0x00000000000151ff 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - 0x66c (size before relaxing) - .debug_str 0x000000000001528d 0x63 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - 0x66f (size before relaxing) - .debug_str 0x00000000000152f0 0x132 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - 0x748 (size before relaxing) - .debug_str 0x0000000000015422 0x14e esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) - 0x701 (size before relaxing) - .debug_str 0x0000000000015570 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x71f (size before relaxing) - .debug_str 0x0000000000015654 0x5f3 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - 0xc44 (size before relaxing) - .debug_str 0x0000000000015c47 0x234 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x96f (size before relaxing) - .debug_str 0x0000000000015e7b 0x215 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - 0xd93 (size before relaxing) - .debug_str 0x0000000000016090 0x2ea esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0xc31 (size before relaxing) - .debug_str 0x000000000001637a 0x43 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0xc1e (size before relaxing) - .debug_str 0x00000000000163bd 0x7c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - 0xb5c (size before relaxing) - .debug_str 0x0000000000016439 0x1ae esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0xbad (size before relaxing) - .debug_str 0x00000000000165e7 0x278 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) - 0x1fe4 (size before relaxing) - .debug_str 0x000000000001685f 0x2de esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x1730 (size before relaxing) - .debug_str 0x0000000000016b3d 0x2c1 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x1969 (size before relaxing) - .debug_str 0x0000000000016dfe 0x4ae esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x2a4b (size before relaxing) - .debug_str 0x00000000000172ac 0x2b3 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - 0x358e (size before relaxing) - .debug_str 0x000000000001755f 0x13f esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - 0xb86 (size before relaxing) - .debug_str 0x000000000001769e 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - 0x1525 (size before relaxing) - .debug_str 0x00000000000176e6 0x7fe esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - 0x14cd (size before relaxing) - .debug_str 0x0000000000017ee4 0x9e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - 0xa19 (size before relaxing) - .debug_str 0x0000000000017f82 0x506 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0xfe9 (size before relaxing) - .debug_str 0x0000000000018488 0xc3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0xaea (size before relaxing) - .debug_str 0x000000000001854b 0xa2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0xabb (size before relaxing) - .debug_str 0x00000000000185ed 0x145 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x2623 (size before relaxing) - .debug_str 0x0000000000018732 0x21b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x187b (size before relaxing) - .debug_str 0x000000000001894d 0x6429 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x9006 (size before relaxing) - .debug_str 0x000000000001ed76 0x2ca1 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x83bd (size before relaxing) - .debug_str 0x0000000000021a17 0x122a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x89a2 (size before relaxing) - .debug_str 0x0000000000022c41 0x6c5 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x2809 (size before relaxing) - .debug_str 0x0000000000023306 0x656 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x363f (size before relaxing) - .debug_str 0x000000000002395c 0x70c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x548a (size before relaxing) - .debug_str 0x0000000000024068 0x453 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x7354 (size before relaxing) - .debug_str 0x00000000000244bb 0x41 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x198b (size before relaxing) - .debug_str 0x00000000000244fc 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) - 0x8ff (size before relaxing) - .debug_str 0x000000000002454c 0x16d esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x5434 (size before relaxing) - .debug_str 0x00000000000246b9 0x4b0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x42d3 (size before relaxing) - .debug_str 0x0000000000024b69 0x128 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x3c93 (size before relaxing) - .debug_str 0x0000000000024c91 0x70b esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x44ee (size before relaxing) - .debug_str 0x000000000002539c 0x6c4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - 0x6015 (size before relaxing) - .debug_str 0x0000000000025a60 0x47e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x4380 (size before relaxing) - .debug_str 0x0000000000025ede 0x351 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x1ded (size before relaxing) - .debug_str 0x000000000002622f 0x8c esp-idf/lwip/liblwip.a(def.c.obj) - 0x12ed (size before relaxing) - .debug_str 0x00000000000262bb 0x3f4 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x1f7b (size before relaxing) - .debug_str 0x00000000000266af 0x377 esp-idf/lwip/liblwip.a(init.c.obj) - 0x1c15 (size before relaxing) - .debug_str 0x0000000000026a26 0x94 esp-idf/lwip/liblwip.a(ip.c.obj) - 0x19ff (size before relaxing) - .debug_str 0x0000000000026aba 0x9a esp-idf/lwip/liblwip.a(mem.c.obj) - 0x131e (size before relaxing) - .debug_str 0x0000000000026b54 0x2e8 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x2101 (size before relaxing) - .debug_str 0x0000000000026e3c 0x4b5 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x2470 (size before relaxing) - .debug_str 0x00000000000272f1 0x3d1 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x233e (size before relaxing) - .debug_str 0x00000000000276c2 0x22d esp-idf/lwip/liblwip.a(raw.c.obj) - 0x1d49 (size before relaxing) - .debug_str 0x00000000000278ef 0x605 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x2523 (size before relaxing) - .debug_str 0x0000000000027ef4 0x261 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x21c1 (size before relaxing) - .debug_str 0x0000000000028155 0x225 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x21c0 (size before relaxing) - .debug_str 0x000000000002837a 0x123 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x1ed6 (size before relaxing) - .debug_str 0x000000000002849d 0x23d esp-idf/lwip/liblwip.a(udp.c.obj) - 0x1ed3 (size before relaxing) - .debug_str 0x00000000000286da 0x770 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x24d2 (size before relaxing) - .debug_str 0x0000000000028e4a 0x458 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x1fb3 (size before relaxing) - .debug_str 0x00000000000292a2 0xbd esp-idf/lwip/liblwip.a(icmp.c.obj) - 0x198b (size before relaxing) - .debug_str 0x000000000002935f 0x208 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x1cb2 (size before relaxing) - .debug_str 0x0000000000029567 0x147 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x2265 (size before relaxing) - .debug_str 0x00000000000296ae 0x6c esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - 0x186e (size before relaxing) - .debug_str 0x000000000002971a 0x73 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - 0x1882 (size before relaxing) - .debug_str 0x000000000002978d 0x32d esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x1c24 (size before relaxing) - .debug_str 0x0000000000029aba 0x1cd esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x2013 (size before relaxing) - .debug_str 0x0000000000029c87 0xe7 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - 0x1458 (size before relaxing) - .debug_str 0x0000000000029d6e 0x179 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - 0x1cf7 (size before relaxing) - .debug_str 0x0000000000029ee7 0x138 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x1e0a (size before relaxing) - .debug_str 0x000000000002a01f 0x50b esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x24d9 (size before relaxing) - .debug_str 0x000000000002a52a 0x8b esp-idf/lwip/liblwip.a(ethernet.c.obj) - 0x1b53 (size before relaxing) - .debug_str 0x000000000002a5b5 0x1c5 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x197c (size before relaxing) - .debug_str 0x000000000002a77a 0x120 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x14f8 (size before relaxing) - .debug_str 0x000000000002a89a 0xd5 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - 0x1c4e (size before relaxing) - .debug_str 0x000000000002a96f 0xf8b esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x3205 (size before relaxing) - .debug_str 0x000000000002b8fa 0x1e8 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x25aa (size before relaxing) - .debug_str 0x000000000002bae2 0x3bc esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x2956 (size before relaxing) - .debug_str 0x000000000002be9e 0x67 esp-idf/lwip/liblwip.a(err.c.obj) - 0x1271 (size before relaxing) - .debug_str 0x000000000002bf05 0x88 esp-idf/lwip/liblwip.a(netbuf.c.obj) - 0x1682 (size before relaxing) - .debug_str 0x000000000002bf8d 0x216 esp-idf/log/liblog.a(log.c.obj) - 0x8f6 (size before relaxing) - .debug_str 0x000000000002c1a3 0xd1 esp-idf/log/liblog.a(log_freertos.c.obj) - 0x1470 (size before relaxing) - .debug_str 0x000000000002c274 0x4d3 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x185a (size before relaxing) - .debug_str 0x000000000002c747 0x128 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x1517 (size before relaxing) - .debug_str 0x000000000002c86f 0x310 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x16fb (size before relaxing) - .debug_str 0x000000000002cb7f 0x89f esp-idf/driver/libdriver.a(gpio.c.obj) - 0x3a5d (size before relaxing) - .debug_str 0x000000000002d41e 0xba esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - 0x15e8 (size before relaxing) - .debug_str 0x000000000002d4d8 0x3e4 esp-idf/driver/libdriver.a(rtc_io.c.obj) - 0x34e9 (size before relaxing) - .debug_str 0x000000000002d8bc 0x301 esp-idf/driver/libdriver.a(rtc_module.c.obj) - 0x390c (size before relaxing) - .debug_str 0x000000000002dbbd 0x100b esp-idf/driver/libdriver.a(uart.c.obj) - 0x36c5 (size before relaxing) - .debug_str 0x000000000002ebc8 0x73 esp-idf/esp32/libesp32.a(hw_random.c.obj) - 0x11a6 (size before relaxing) - .debug_str 0x000000000002ec3b 0x3fc esp-idf/esp32/libesp32.a(pm_esp32.c.obj) - 0x3e36 (size before relaxing) - .debug_str 0x000000000002f037 0x9e esp-idf/esp32/libesp32.a(reset_reason.c.obj) - 0x2127 (size before relaxing) - .debug_str 0x000000000002f0d5 0x7b9 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - 0x6c8f (size before relaxing) - .debug_str 0x000000000002f88e 0x144 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) - 0xc03 (size before relaxing) - .debug_str 0x000000000002f9d2 0x72 esp-idf/esp_common/libesp_common.a(system_api.c.obj) - 0x12f1 (size before relaxing) - .debug_str 0x000000000002fa44 0xf3 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x143a (size before relaxing) - .debug_str 0x000000000002fb37 0x292 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - 0x1780 (size before relaxing) - .debug_str 0x000000000002fdc9 0x171 esp-idf/console/libconsole.a(commands.c.obj) - 0x8e7 (size before relaxing) - .debug_str 0x000000000002ff3a 0xc9 esp-idf/console/libconsole.a(split_argv.c.obj) - 0x644 (size before relaxing) - .debug_str 0x0000000000030003 0x921 esp-idf/console/libconsole.a(argtable3.c.obj) - 0x12d9 (size before relaxing) - .debug_str 0x0000000000030924 0x3dc esp-idf/console/libconsole.a(linenoise.c.obj) - 0xc5b (size before relaxing) - .debug_str 0x0000000000030d00 0x582 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) - 0x2301 (size before relaxing) - .debug_str 0x0000000000031282 0x12c esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) - 0x212e (size before relaxing) - .debug_str 0x00000000000313ae 0x259 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) - 0x2259 (size before relaxing) - .debug_str 0x0000000000031607 0x264 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) - 0x25c8 (size before relaxing) - .debug_str 0x000000000003186b 0x49e esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) - 0x25b8 (size before relaxing) - .debug_str 0x0000000000031d09 0x71 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) - 0x176e (size before relaxing) - .debug_str 0x0000000000031d7a 0x1915 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) - 0x3e8f (size before relaxing) - .debug_str 0x000000000003368f 0x3d0 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) - 0x3b8e (size before relaxing) - .debug_str 0x0000000000033a5f 0x106 esp-idf/fatfs/libfatfs.a(diskio.c.obj) - 0x13ee (size before relaxing) - .debug_str 0x0000000000033b65 0xc8 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) - 0x17da (size before relaxing) - .debug_str 0x0000000000033c2d 0x3e9 esp-idf/fatfs/libfatfs.a(ff.c.obj) - 0x1890 (size before relaxing) - .debug_str 0x0000000000034016 0x5c esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) - 0x12d2 (size before relaxing) - .debug_str 0x0000000000034072 0x371 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) - 0x200c (size before relaxing) - .debug_str 0x00000000000343e3 0x26a esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) - 0x19c8 (size before relaxing) - .debug_str 0x000000000003464d 0x1c7 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) - 0x1487 (size before relaxing) - .debug_str 0x0000000000034814 0x460 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) - 0xff9 (size before relaxing) - .debug_str 0x0000000000034c74 0x3e esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) - 0x184 (size before relaxing) - .debug_str 0x0000000000034cb2 0x75e esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) - 0x2a2c (size before relaxing) - .debug_str 0x0000000000035410 0xd6 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) - 0x1fa2 (size before relaxing) - .debug_str 0x00000000000354e6 0x6e0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) - 0x12b9 (size before relaxing) - .debug_str 0x0000000000035bc6 0x610 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) - 0x13dc (size before relaxing) - .debug_str 0x00000000000361d6 0xf3 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) - 0xc03 (size before relaxing) - .debug_str 0x00000000000362c9 0x203 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) +.debug_str 0x0000000000000000 0x51817 + .debug_str 0x0000000000000000 0x74e esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0xa29 (size before relaxing) + .debug_str 0x000000000000074e 0x63 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + 0x85 (size before relaxing) + .debug_str 0x00000000000007b1 0x35ec esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3f82 (size before relaxing) + .debug_str 0x0000000000003d9d 0x2d7 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x2131 (size before relaxing) + .debug_str 0x0000000000004074 0x41f esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x3f20 (size before relaxing) + .debug_str 0x0000000000004493 0x179 esp-idf/soc/libsoc.a(cpu_util.c.obj) + 0x2aac (size before relaxing) + .debug_str 0x000000000000460c 0xf0 esp-idf/soc/libsoc.a(cpu_hal.c.obj) + 0x1258 (size before relaxing) + .debug_str 0x00000000000046fc 0x154 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + 0x1096 (size before relaxing) + .debug_str 0x0000000000004850 0x99 esp-idf/soc/libsoc.a(soc_hal.c.obj) + 0x1153 (size before relaxing) + .debug_str 0x00000000000048e9 0x10e3 esp-idf/soc/libsoc.a(rtc_clk.c.obj) + 0x47fb (size before relaxing) + .debug_str 0x00000000000059cc 0x18b esp-idf/soc/libsoc.a(rtc_time.c.obj) + 0x2331 (size before relaxing) + .debug_str 0x0000000000005b57 0x11a esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + 0x213e (size before relaxing) + .debug_str 0x0000000000005c71 0x224 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x147d (size before relaxing) + .debug_str 0x0000000000005e95 0x8bd esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x1cd9 (size before relaxing) + .debug_str 0x0000000000006752 0x1ae esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x14da (size before relaxing) + .debug_str 0x0000000000006900 0x9f esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + 0x126f (size before relaxing) + .debug_str 0x000000000000699f 0x206c esp-idf/esp32/libesp32.a(clk.c.obj) + 0x5ce9 (size before relaxing) + .debug_str 0x0000000000008a0b 0x8e4 esp-idf/esp32/libesp32.a(cpu_start.c.obj) + 0x49df (size before relaxing) + .debug_str 0x00000000000092ef 0x119 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x393d (size before relaxing) + .debug_str 0x0000000000009408 0x19d esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x371d (size before relaxing) + .debug_str 0x00000000000095a5 0x8d esp-idf/esp32/libesp32.a(int_wdt.c.obj) + 0x1a4e (size before relaxing) + .debug_str 0x0000000000009632 0x47e esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + 0x17f6 (size before relaxing) + .debug_str 0x0000000000009ab0 0xb39 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + 0x61fc (size before relaxing) + .debug_str 0x000000000000a5e9 0x1b5 esp-idf/esp32/libesp32.a(task_wdt.c.obj) + 0x1de0 (size before relaxing) + .debug_str 0x000000000000a79e 0xf1 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x2c03 (size before relaxing) + .debug_str 0x000000000000a88f 0x9c esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + 0x779 (size before relaxing) + .debug_str 0x000000000000a92b 0x191 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x3e66 (size before relaxing) + .debug_str 0x000000000000aabc 0x1bc esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x2c6f (size before relaxing) + .debug_str 0x000000000000ac78 0x16e esp-idf/esp_common/libesp_common.a(ipc.c.obj) + 0x1474 (size before relaxing) + .debug_str 0x000000000000ade6 0x2fd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x172e (size before relaxing) + .debug_str 0x000000000000b0e3 0x18c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x309b (size before relaxing) + .debug_str 0x000000000000b26f 0x40b esp-idf/freertos/libfreertos.a(port.c.obj) + 0x18d3 (size before relaxing) + .debug_str 0x000000000000b67a 0x3f esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x6f (size before relaxing) + .debug_str 0x000000000000b6b9 0x46 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x76 (size before relaxing) + .debug_str 0x000000000000b6ff 0x51 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x113d (size before relaxing) + .debug_str 0x000000000000b750 0x47 esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) + 0x77 (size before relaxing) + .debug_str 0x000000000000b797 0xa1 esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) + 0x12d6 (size before relaxing) + .debug_str 0x000000000000b838 0x46 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x76 (size before relaxing) + .debug_str 0x000000000000b87e 0x53 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + 0x11c7 (size before relaxing) + .debug_str 0x000000000000b8d1 0x671 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1abf (size before relaxing) + .debug_str 0x000000000000bf42 0xc9b esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2674 (size before relaxing) + .debug_str 0x000000000000cbdd 0x4c8 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x19ab (size before relaxing) + .debug_str 0x000000000000d0a5 0x4e esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + 0x7e (size before relaxing) + .debug_str 0x000000000000d0f3 0x76 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x12e8 (size before relaxing) + .debug_str 0x000000000000d169 0x7ba esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1e34 (size before relaxing) + .debug_str 0x000000000000d923 0x68d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x2c02 (size before relaxing) + .debug_str 0x000000000000dfb0 0x3d esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x111d (size before relaxing) + .debug_str 0x000000000000dfed 0x225 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x744 (size before relaxing) + .debug_str 0x000000000000e212 0x131 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x149a (size before relaxing) + .debug_str 0x000000000000e343 0xe0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x72a (size before relaxing) + .debug_str 0x000000000000e423 0x5a esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x5dc (size before relaxing) + .debug_str 0x000000000000e47d 0x179 esp-idf/newlib/libnewlib.a(syscall_table.c.obj) + 0x1606 (size before relaxing) + .debug_str 0x000000000000e5f6 0x63 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x6aa (size before relaxing) + .debug_str 0x000000000000e659 0x2ae esp-idf/newlib/libnewlib.a(time.c.obj) + 0x2f6b (size before relaxing) + .debug_str 0x000000000000e907 0x802 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) 0xd9d (size before relaxing) - .debug_str 0x00000000000364cc 0x35 esp-idf/newlib/libnewlib.a(select.c.obj) - 0x128c (size before relaxing) - .debug_str 0x0000000000036501 0x13c esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) - 0x890 (size before relaxing) - .debug_str 0x000000000003663d 0x1a8 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) - 0x248d (size before relaxing) - .debug_str 0x00000000000367e5 0x3f5 esp-idf/soc/libsoc.a(uart_hal.c.obj) - 0x1877 (size before relaxing) - .debug_str 0x0000000000036bda 0x105 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - 0x109c (size before relaxing) - .debug_str 0x0000000000036cdf 0x146 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) - 0x2519 (size before relaxing) - .debug_str 0x0000000000036e25 0x3d7 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - 0x26ee (size before relaxing) - .debug_str 0x00000000000371fc 0xae esp-idf/soc/libsoc.a(rtc_sleep.c.obj) - 0x3bc1 (size before relaxing) - .debug_str 0x00000000000372aa 0x132 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) - 0x778 (size before relaxing) - .debug_str 0x00000000000373dc 0x41 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) - 0x855 (size before relaxing) - .debug_str 0x000000000003741d 0x43 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) - 0x1db3 (size before relaxing) - .debug_str 0x0000000000037460 0x41 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) - 0xf09 (size before relaxing) - .debug_str 0x00000000000374a1 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x32b7 (size before relaxing) - .debug_str 0x00000000000374f2 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - 0x2fcd (size before relaxing) - .debug_str 0x0000000000037536 0xa3 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - 0x3e83 (size before relaxing) - .debug_str 0x00000000000375d9 0x738 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - 0x4a01 (size before relaxing) - .debug_str 0x0000000000037d11 0x55d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0xc58 (size before relaxing) - .debug_str 0x000000000003826e 0x2aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0xa50 (size before relaxing) - .debug_str 0x0000000000038518 0x62f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x1193 (size before relaxing) - .debug_str 0x0000000000038b47 0x49b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0xd53 (size before relaxing) - .debug_str 0x0000000000038fe2 0x26f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0xa7d (size before relaxing) - .debug_str 0x0000000000039251 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) - 0x6ae (size before relaxing) - .debug_str 0x000000000003929e 0x29d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x9f3 (size before relaxing) - .debug_str 0x000000000003953b 0x3d2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) - 0xe54 (size before relaxing) - .debug_str 0x000000000003990d 0x373 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0xc2a (size before relaxing) - .debug_str 0x0000000000039c80 0x387 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0xf34 (size before relaxing) - .debug_str 0x000000000003a007 0xc4f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - 0x14b8 (size before relaxing) - .debug_str 0x000000000003ac56 0x34f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x181e (size before relaxing) - .debug_str 0x000000000003afa5 0x1de esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - 0xb1f (size before relaxing) - .debug_str 0x000000000003b183 0xd9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - 0x67b (size before relaxing) - .debug_str 0x000000000003b25c 0x59 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - 0x5d1 (size before relaxing) - .debug_str 0x000000000003b2b5 0x518 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x118d (size before relaxing) - .debug_str 0x000000000003b7cd 0x5f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) - 0x7f7 (size before relaxing) - .debug_str 0x000000000003b82c 0x95 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - 0x78a (size before relaxing) - .debug_str 0x000000000003b8c1 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - 0x7d0 (size before relaxing) - .debug_str 0x000000000003b96c 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - 0x7d0 (size before relaxing) - .debug_str 0x000000000003ba17 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - 0x5bb (size before relaxing) - .debug_str 0x000000000003ba58 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - 0x5d0 (size before relaxing) - .debug_str 0x000000000003bac0 0x154 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x871 (size before relaxing) - .debug_str 0x000000000003bc14 0xd3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x8a4 (size before relaxing) - .debug_str 0x000000000003bce7 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) - 0x8ba (size before relaxing) - .debug_str 0x000000000003bdbb 0x217 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x18a4 (size before relaxing) - .debug_str 0x000000000003bfd2 0x27e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - 0x18b3 (size before relaxing) - .debug_str 0x000000000003c250 0x1bb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x18fa (size before relaxing) - .debug_str 0x000000000003c40b 0x12b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x7fe (size before relaxing) - .debug_str 0x000000000003c536 0x196 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x8b8 (size before relaxing) - .debug_str 0x000000000003c6cc 0x61a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x174d (size before relaxing) - .debug_str 0x000000000003cce6 0x3c6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x1794 (size before relaxing) - .debug_str 0x000000000003d0ac 0x22b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0xe89 (size before relaxing) - .debug_str 0x000000000003d2d7 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x13f3 (size before relaxing) - .debug_str 0x000000000003d3a3 0x1fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0xafd (size before relaxing) - .debug_str 0x000000000003d59d 0xf3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x7e5 (size before relaxing) - .debug_str 0x000000000003d690 0x35e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x152c (size before relaxing) - .debug_str 0x000000000003d9ee 0xd6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x1106 (size before relaxing) - .debug_str 0x000000000003dac4 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - 0x1431 (size before relaxing) - .debug_str 0x000000000003dbb6 0x9d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - 0x67c (size before relaxing) - .debug_str 0x000000000003dc53 0xa7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x1361 (size before relaxing) - .debug_str 0x000000000003dcfa 0x2bc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x1e41 (size before relaxing) - .debug_str 0x000000000003dfb6 0x68c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x1959 (size before relaxing) - .debug_str 0x000000000003e642 0xa5 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) - 0xab9 (size before relaxing) - .debug_str 0x000000000003e6e7 0x18d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) - 0xf2a (size before relaxing) - .debug_str 0x000000000003e874 0xdb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) - 0x850 (size before relaxing) - .debug_str 0x000000000003e94f 0x692 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - 0x262f (size before relaxing) - .debug_str 0x000000000003efe1 0x6f esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x64f (size before relaxing) - .debug_str 0x000000000003f050 0x11d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4c73 (size before relaxing) - .debug_str 0x0000000000040224 0x351 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x3eb4 (size before relaxing) - .debug_str 0x0000000000040575 0xf79 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x50c0 (size before relaxing) - .debug_str 0x00000000000414ee 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0xcf1 (size before relaxing) - .debug_str 0x00000000000415da 0x101 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x766 (size before relaxing) - .debug_str 0x00000000000416db 0x103 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_str 0x000000000000f109 0x306 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x1c6e (size before relaxing) + .debug_str 0x000000000000f40f 0x478 esp-idf/main/libmain.a(main.c.obj) + 0x3c75 (size before relaxing) + .debug_str 0x000000000000f887 0xab esp-idf/files/libfiles.a(file.c.obj) 0x763 (size before relaxing) - .debug_str 0x00000000000417de 0xd7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - 0x6b1 (size before relaxing) - .debug_str 0x00000000000418b5 0xa1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x544d (size before relaxing) - .debug_str 0x00000000000422d3 0x1be esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x105b (size before relaxing) - .debug_str 0x0000000000042491 0x73d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x10a7 (size before relaxing) - .debug_str 0x0000000000042bce 0xee esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x99b (size before relaxing) - .debug_str 0x0000000000042cbc 0x95 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x1081 (size before relaxing) - .debug_str 0x0000000000042d51 0xd3 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - 0x72d (size before relaxing) - .debug_str 0x0000000000042e24 0x102 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x430d (size before relaxing) - .debug_str 0x0000000000042f26 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0xc88 (size before relaxing) - .debug_str 0x0000000000042f9c 0x1c2 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0xf3d (size before relaxing) - .debug_str 0x000000000004315e 0x13e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - 0x3fed (size before relaxing) - .debug_str 0x000000000004329c 0x986 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) - 0xabe (size before relaxing) - .debug_str 0x0000000000043c22 0x16d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) - 0x252 (size before relaxing) - .debug_str 0x0000000000043d8f 0xbd7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) - 0x1768 (size before relaxing) - .debug_str 0x0000000000044966 0x10c9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) - 0x2357 (size before relaxing) - .debug_str 0x0000000000045a2f 0x915 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) - 0x1b4c (size before relaxing) - .debug_str 0x0000000000046344 0xb6 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - 0x6d3 (size before relaxing) - .debug_str 0x00000000000463fa 0x6d3 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x1be4 (size before relaxing) - .debug_str 0x0000000000046acd 0xc3a esp-idf/nghttp/libnghttp.a(http_parser.c.obj) - 0x169e (size before relaxing) - .debug_str 0x0000000000047707 0x5e3 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x42a8 (size before relaxing) - .debug_str 0x0000000000047cea 0x328 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x4169 (size before relaxing) - .debug_str 0x0000000000048012 0xbb esp-idf/lwip/liblwip.a(wlanif.c.obj) - 0x3de2 (size before relaxing) - .debug_str 0x00000000000480cd 0x54 esp-idf/lwip/liblwip.a(ethip6.c.obj) - 0x17a3 (size before relaxing) - .debug_str 0x0000000000048121 0x1f3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x491d (size before relaxing) - .debug_str 0x000000000004a05d 0x153 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - 0x1aec (size before relaxing) - .debug_str 0x000000000004a1b0 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x13d7 (size before relaxing) - .debug_str 0x000000000004a354 0x61e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) - 0x3270 (size before relaxing) - .debug_str 0x000000000004a972 0x575 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) - 0x361e (size before relaxing) - .debug_str 0x000000000004aee7 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) - 0xa14 (size before relaxing) - .debug_str 0x000000000004aff3 0x1d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0xc1f (size before relaxing) - .debug_str 0x000000000004b1cc 0x252 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) - 0xb67 (size before relaxing) - .debug_str 0x000000000004b41e 0x155 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) - 0xb67 (size before relaxing) - .debug_str 0x000000000004b573 0xdd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) - 0x642 (size before relaxing) - .debug_str 0x000000000004b650 0x152 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) - 0x69a (size before relaxing) - .debug_str 0x000000000004b7a2 0x11b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_str 0x000000000000f932 0xaa8 esp-idf/ca/libca.a(ca.c.obj) + 0x1eb3 (size before relaxing) + .debug_str 0x00000000000103da 0x3e7 esp-idf/ca/libca.a(gen_key.c.obj) + 0x1bf1 (size before relaxing) + .debug_str 0x00000000000107c1 0x423 esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) + 0x197a (size before relaxing) + .debug_str 0x0000000000010be4 0x698 esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) + 0x41a2 (size before relaxing) + .debug_str 0x000000000001127c 0x7e7 esp-idf/wifi/libwifi.a(wifi.c.obj) + 0x4447 (size before relaxing) + .debug_str 0x0000000000011a63 0x603 esp-idf/https_server/libhttps_server.a(https_server.c.obj) + 0x4803 (size before relaxing) + .debug_str 0x0000000000012066 0x36 esp-idf/https_server/libhttps_server.a(url_decoder.c.obj) + 0x570 (size before relaxing) + .debug_str 0x000000000001209c 0x72 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + 0x12c0 (size before relaxing) + .debug_str 0x000000000001210e 0x5f3 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0xc3e (size before relaxing) + .debug_str 0x0000000000012701 0x234 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x969 (size before relaxing) + .debug_str 0x0000000000012935 0x215 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0xd8d (size before relaxing) + .debug_str 0x0000000000012b4a 0x2ea esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0xc2b (size before relaxing) + .debug_str 0x0000000000012e34 0x43 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0xc18 (size before relaxing) + .debug_str 0x0000000000012e77 0x7c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0xb56 (size before relaxing) + .debug_str 0x0000000000012ef3 0xee esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x119e (size before relaxing) + .debug_str 0x0000000000012fe1 0x1ae esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0xba7 (size before relaxing) + .debug_str 0x000000000001318f 0x278 esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) + 0x1fde (size before relaxing) + .debug_str 0x0000000000013407 0x2fc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x1762 (size before relaxing) + .debug_str 0x0000000000013703 0x2c1 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x1963 (size before relaxing) + .debug_str 0x00000000000139c4 0x4cc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x2a63 (size before relaxing) + .debug_str 0x0000000000013e90 0x2b3 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x3588 (size before relaxing) + .debug_str 0x0000000000014143 0x13f esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0xb80 (size before relaxing) + .debug_str 0x0000000000014282 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x151f (size before relaxing) + .debug_str 0x00000000000142ca 0x7fe esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x14c7 (size before relaxing) + .debug_str 0x0000000000014ac8 0x9e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0xa13 (size before relaxing) + .debug_str 0x0000000000014b66 0x4fd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0xfe3 (size before relaxing) + .debug_str 0x0000000000015063 0xc3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0xae4 (size before relaxing) + .debug_str 0x0000000000015126 0xa2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0xab5 (size before relaxing) + .debug_str 0x00000000000151c8 0x145 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x261d (size before relaxing) + .debug_str 0x000000000001530d 0x21b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x1875 (size before relaxing) + .debug_str 0x0000000000015528 0xd7 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x131a (size before relaxing) + .debug_str 0x00000000000155ff 0x49 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x79 (size before relaxing) + .debug_str 0x0000000000015648 0x136 esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) + 0x2513 (size before relaxing) + .debug_str 0x000000000001577e 0x3e2 esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + 0x26fc (size before relaxing) + .debug_str 0x0000000000015b60 0x99 esp-idf/soc/libsoc.a(mpu_hal.c.obj) + 0x646 (size before relaxing) + .debug_str 0x0000000000015bf9 0x50 esp-idf/soc/libsoc.a(brownout_hal.c.obj) + 0x14b4 (size before relaxing) + .debug_str 0x0000000000015c49 0xbe esp-idf/soc/libsoc.a(rtc_init.c.obj) + 0x2c1d (size before relaxing) + .debug_str 0x0000000000015d07 0x162 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x31e5 (size before relaxing) + .debug_str 0x0000000000015e69 0x1f2f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x535a (size before relaxing) + .debug_str 0x0000000000017d98 0x14d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + 0x38f8 (size before relaxing) + .debug_str 0x0000000000017ee5 0x960 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x3d89 (size before relaxing) + .debug_str 0x0000000000018845 0x555 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x3934 (size before relaxing) + .debug_str 0x0000000000018d9a 0xb5 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x3b3a (size before relaxing) + .debug_str 0x0000000000018e4f 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x96c (size before relaxing) + .debug_str 0x0000000000018e9b 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + 0x657 (size before relaxing) + .debug_str 0x0000000000018f2d 0x55 esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) + 0x62d (size before relaxing) + .debug_str 0x0000000000018f82 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + 0x5e0 (size before relaxing) + .debug_str 0x0000000000018fcc 0x195 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) + 0x78f (size before relaxing) + .debug_str 0x0000000000019161 0x107 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) + 0x750 (size before relaxing) + .debug_str 0x0000000000019268 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1.c.obj) + 0x66b (size before relaxing) + .debug_str 0x00000000000192b8 0x93 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) 0x6c3 (size before relaxing) - .debug_str 0x000000000004b8bd 0xe1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) - 0x661 (size before relaxing) - .debug_str 0x000000000004b99e 0x6a7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) - 0x831 (size before relaxing) - .debug_str 0x000000000004c045 0x2fa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) - 0xe2c (size before relaxing) - .debug_str 0x000000000004c33f 0x8ae /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) - 0x1613 (size before relaxing) - .debug_str 0x000000000004cbed 0xdd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) - 0x637 (size before relaxing) - .debug_str 0x000000000004ccca 0x2c1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) - 0x11f0 (size before relaxing) - .debug_str 0x000000000004cf8b 0x3e0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) - 0x85f (size before relaxing) - .debug_str 0x000000000004d36b 0x2b9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) - 0x4cc (size before relaxing) - .debug_str 0x000000000004d624 0xed /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) - 0xc91 (size before relaxing) - .debug_str 0x000000000004d711 0xed /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) - 0x755 (size before relaxing) - .debug_str 0x000000000004d7fe 0xc5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) - 0xd3 (size before relaxing) - .debug_str 0x000000000004d8c3 0x1bd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) - 0x758 (size before relaxing) - .debug_str 0x000000000004da80 0x9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) - 0x758 (size before relaxing) - .debug_str 0x000000000004da89 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) - 0x759 (size before relaxing) - .debug_str 0x000000000004da93 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) - 0x759 (size before relaxing) - .debug_str 0x000000000004da9d 0x43a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) - 0xdf6 (size before relaxing) - .debug_str 0x000000000004ded7 0x43b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) - 0xc81 (size before relaxing) - .debug_str 0x000000000004e312 0x5a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) - 0xd2 (size before relaxing) - .debug_str 0x000000000004e36c 0x4f /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) - 0x82 (size before relaxing) - .debug_str 0x000000000004e3bb 0x20a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) - 0x777 (size before relaxing) - .debug_str 0x000000000004e5c5 0xda /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) - 0x5fe (size before relaxing) - .debug_str 0x000000000004e69f 0xc3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) - 0x5d0 (size before relaxing) - .debug_str 0x000000000004e762 0x7d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) - 0x789 (size before relaxing) - .debug_str 0x000000000004e7df 0x69 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) - 0x79a (size before relaxing) - .debug_str 0x000000000004e848 0x6b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) - 0x7aa (size before relaxing) - .debug_str 0x000000000004e8b3 0x57 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) - 0x7a0 (size before relaxing) - .debug_str 0x000000000004e90a 0x72 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) - 0x61b (size before relaxing) - .debug_str 0x000000000004e97c 0xb3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) - 0x80a (size before relaxing) - .debug_str 0x000000000004ea2f 0x6f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) - 0x617 (size before relaxing) - .debug_str 0x000000000004ea9e 0x67 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) - 0x79d (size before relaxing) - .debug_str 0x000000000004eb05 0x97 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) - 0x7e7 (size before relaxing) - .debug_str 0x000000000004eb9c 0x5f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) - 0x7ba (size before relaxing) - .debug_str 0x000000000004ebfb 0x60 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) - 0x74b (size before relaxing) - .debug_str 0x000000000004ec5b 0x90 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) - 0x953 (size before relaxing) - .debug_str 0x000000000004eceb 0x69 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) - 0x73d (size before relaxing) - .debug_str 0x000000000004ed54 0x5e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) - 0x7a3 (size before relaxing) - .debug_str 0x000000000004edb2 0x61 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) - 0x7e7 (size before relaxing) - .debug_str 0x000000000004ee13 0x1c1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) - 0x7d6 (size before relaxing) - .debug_str 0x000000000004efd4 0x2b1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) - 0x9b8 (size before relaxing) - .debug_str 0x000000000004f285 0x7f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) - 0x8a3 (size before relaxing) - .debug_str 0x000000000004f304 0x73 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) - 0x961 (size before relaxing) - .debug_str 0x000000000004f377 0xc7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) - 0x907 (size before relaxing) - .debug_str 0x000000000004f43e 0x61 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) - 0x76e (size before relaxing) - .debug_str 0x000000000004f49f 0x69 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) - 0x7a6 (size before relaxing) - .debug_str 0x000000000004f508 0x63 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) - 0x733 (size before relaxing) - .debug_str 0x000000000004f56b 0x5d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) - 0x7e4 (size before relaxing) - .debug_str 0x000000000004f5c8 0xe0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) - 0x5f4 (size before relaxing) - .debug_str 0x000000000004f6a8 0x5d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) - 0x759 (size before relaxing) - .debug_str 0x000000000004f705 0x67 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) - 0x7d0 (size before relaxing) - .debug_str 0x000000000004f76c 0x65 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) - 0x795 (size before relaxing) - .debug_str 0x000000000004f7d1 0x63 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) - 0x76f (size before relaxing) - .debug_str 0x000000000004f834 0x6f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) - 0x774 (size before relaxing) - .debug_str 0x000000000004f8a3 0x300 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) - 0xc56 (size before relaxing) - .debug_str 0x000000000004fba3 0x82 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) - 0x993 (size before relaxing) - .debug_str 0x000000000004fc25 0x72 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) - 0x998 (size before relaxing) - .debug_str 0x000000000004fc97 0x2e8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) - 0xf03 (size before relaxing) - .debug_str 0x000000000004ff7f 0x194 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) - 0xdc5 (size before relaxing) - .debug_str 0x0000000000050113 0xe0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) - 0x63f (size before relaxing) - .debug_str 0x00000000000501f3 0x36 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) - 0xf33 (size before relaxing) - .debug_str 0x0000000000050229 0xfdf /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) - .debug_str 0x0000000000050229 0x63 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) - 0x777 (size before relaxing) - .debug_str 0x000000000005028c 0x67 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) - 0x798 (size before relaxing) - .debug_str 0x00000000000502f3 0xf4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) - 0xab7 (size before relaxing) - .debug_str 0x00000000000503e7 0x5b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) - 0x5ec (size before relaxing) - .debug_str 0x0000000000050442 0xf0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) - 0xb8f (size before relaxing) - .debug_str 0x0000000000050532 0x66 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) - 0xa9a (size before relaxing) - .debug_str 0x0000000000050598 0x6c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) - 0x5e5 (size before relaxing) - .debug_str 0x0000000000050604 0xc6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) - 0x8e9 (size before relaxing) - .debug_str 0x00000000000506ca 0x6b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) - 0x950 (size before relaxing) - .debug_str 0x0000000000050735 0x59 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) - 0x955 (size before relaxing) - .debug_str 0x000000000005078e 0x7f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) - 0xa60 (size before relaxing) - .debug_str 0x000000000005080d 0xf4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + .debug_str 0x000000000001934b 0xb7 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + 0x676 (size before relaxing) + .debug_str 0x0000000000019402 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) + 0x64b (size before relaxing) + .debug_str 0x0000000000019464 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) + 0x5f5 (size before relaxing) + .debug_str 0x00000000000194b2 0x8d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x65d (size before relaxing) + .debug_str 0x000000000001953f 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) 0x666 (size before relaxing) - .debug_str 0x0000000000050901 0xc6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) + .debug_str 0x00000000000195cd 0x63 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0x669 (size before relaxing) + .debug_str 0x0000000000019630 0x132 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x742 (size before relaxing) + .debug_str 0x0000000000019762 0x14e esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-internal.c.obj) + 0x6fb (size before relaxing) + .debug_str 0x00000000000198b0 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x719 (size before relaxing) + .debug_str 0x0000000000019994 0x6429 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x9000 (size before relaxing) + .debug_str 0x000000000001fdbd 0x2ca1 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x83b7 (size before relaxing) + .debug_str 0x0000000000022a5e 0x122a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x899c (size before relaxing) + .debug_str 0x0000000000023c88 0x6c5 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x2803 (size before relaxing) + .debug_str 0x000000000002434d 0x656 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x3639 (size before relaxing) + .debug_str 0x00000000000249a3 0x70c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x5484 (size before relaxing) + .debug_str 0x00000000000250af 0x453 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x734e (size before relaxing) + .debug_str 0x0000000000025502 0x41 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x1985 (size before relaxing) + .debug_str 0x0000000000025543 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_ops.cpp.obj) + 0x8f9 (size before relaxing) + .debug_str 0x0000000000025593 0x16d esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x549d (size before relaxing) + .debug_str 0x0000000000025700 0x45f esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x433c (size before relaxing) + .debug_str 0x0000000000025b5f 0x128 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x3cfc (size before relaxing) + .debug_str 0x0000000000025c87 0x7be esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4654 (size before relaxing) + .debug_str 0x0000000000026445 0x686 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x60a2 (size before relaxing) + .debug_str 0x0000000000026acb 0x47e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x437a (size before relaxing) + .debug_str 0x0000000000026f49 0x351 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x1de7 (size before relaxing) + .debug_str 0x000000000002729a 0x8c esp-idf/lwip/liblwip.a(def.c.obj) + 0x12e7 (size before relaxing) + .debug_str 0x0000000000027326 0x3f4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1f75 (size before relaxing) + .debug_str 0x000000000002771a 0x377 esp-idf/lwip/liblwip.a(init.c.obj) + 0x1c0f (size before relaxing) + .debug_str 0x0000000000027a91 0x94 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x19f9 (size before relaxing) + .debug_str 0x0000000000027b25 0x9a esp-idf/lwip/liblwip.a(mem.c.obj) + 0x1318 (size before relaxing) + .debug_str 0x0000000000027bbf 0x2e8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x20fb (size before relaxing) + .debug_str 0x0000000000027ea7 0x4a2 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x246a (size before relaxing) + .debug_str 0x0000000000028349 0x3d1 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x2338 (size before relaxing) + .debug_str 0x000000000002871a 0x22d esp-idf/lwip/liblwip.a(raw.c.obj) + 0x1d43 (size before relaxing) + .debug_str 0x0000000000028947 0x605 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x251d (size before relaxing) + .debug_str 0x0000000000028f4c 0x261 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x21bb (size before relaxing) + .debug_str 0x00000000000291ad 0x225 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x21ba (size before relaxing) + .debug_str 0x00000000000293d2 0x123 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x1ed0 (size before relaxing) + .debug_str 0x00000000000294f5 0x23d esp-idf/lwip/liblwip.a(udp.c.obj) + 0x1ecd (size before relaxing) + .debug_str 0x0000000000029732 0x770 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x24cc (size before relaxing) + .debug_str 0x0000000000029ea2 0x458 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x1fad (size before relaxing) + .debug_str 0x000000000002a2fa 0xbd esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x1985 (size before relaxing) + .debug_str 0x000000000002a3b7 0x208 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x1cac (size before relaxing) + .debug_str 0x000000000002a5bf 0x147 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x225f (size before relaxing) + .debug_str 0x000000000002a706 0x6c esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x1868 (size before relaxing) + .debug_str 0x000000000002a772 0x73 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x187c (size before relaxing) + .debug_str 0x000000000002a7e5 0x32d esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x1c1e (size before relaxing) + .debug_str 0x000000000002ab12 0x1cd esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x200d (size before relaxing) + .debug_str 0x000000000002acdf 0xe7 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x1452 (size before relaxing) + .debug_str 0x000000000002adc6 0x179 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x1cf1 (size before relaxing) + .debug_str 0x000000000002af3f 0x138 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x1e04 (size before relaxing) + .debug_str 0x000000000002b077 0x50b esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x24d3 (size before relaxing) + .debug_str 0x000000000002b582 0x8b esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x1b4d (size before relaxing) + .debug_str 0x000000000002b60d 0x1c5 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x1976 (size before relaxing) + .debug_str 0x000000000002b7d2 0x120 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x14f2 (size before relaxing) + .debug_str 0x000000000002b8f2 0xd5 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x1c48 (size before relaxing) + .debug_str 0x000000000002b9c7 0xf8b esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x31ff (size before relaxing) + .debug_str 0x000000000002c952 0x1e8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x25a4 (size before relaxing) + .debug_str 0x000000000002cb3a 0x3bc esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x2950 (size before relaxing) + .debug_str 0x000000000002cef6 0x67 esp-idf/lwip/liblwip.a(err.c.obj) + 0x126b (size before relaxing) + .debug_str 0x000000000002cf5d 0x88 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x167c (size before relaxing) + .debug_str 0x000000000002cfe5 0x1e5 esp-idf/log/liblog.a(log.c.obj) + 0x904 (size before relaxing) + .debug_str 0x000000000002d1ca 0x4ae esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x1868 (size before relaxing) + .debug_str 0x000000000002d678 0x128 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x1511 (size before relaxing) + .debug_str 0x000000000002d7a0 0x35f esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x175a (size before relaxing) + .debug_str 0x000000000002daff 0x89f esp-idf/driver/libdriver.a(gpio.c.obj) + 0x3a6a (size before relaxing) + .debug_str 0x000000000002e39e 0x118 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x1640 (size before relaxing) + .debug_str 0x000000000002e4b6 0x3e4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x34e3 (size before relaxing) + .debug_str 0x000000000002e89a 0x301 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x3906 (size before relaxing) + .debug_str 0x000000000002eb9b 0xf90 esp-idf/driver/libdriver.a(uart.c.obj) + 0x36bf (size before relaxing) + .debug_str 0x000000000002fb2b 0x73 esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x11a0 (size before relaxing) + .debug_str 0x000000000002fb9e 0x3fc esp-idf/esp32/libesp32.a(pm_esp32.c.obj) + 0x3e43 (size before relaxing) + .debug_str 0x000000000002ff9a 0x7b9 esp-idf/esp32/libesp32.a(sleep_modes.c.obj) + 0x6c89 (size before relaxing) + .debug_str 0x0000000000030753 0x144 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0xbfd (size before relaxing) + .debug_str 0x0000000000030897 0xf3 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x1434 (size before relaxing) + .debug_str 0x000000000003098a 0x292 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x178d (size before relaxing) + .debug_str 0x0000000000030c1c 0x171 esp-idf/console/libconsole.a(commands.c.obj) + 0x8e1 (size before relaxing) + .debug_str 0x0000000000030d8d 0xc9 esp-idf/console/libconsole.a(split_argv.c.obj) + 0x63e (size before relaxing) + .debug_str 0x0000000000030e56 0x921 esp-idf/console/libconsole.a(argtable3.c.obj) + 0x12d3 (size before relaxing) + .debug_str 0x0000000000031777 0x3dc esp-idf/console/libconsole.a(linenoise.c.obj) + 0xc55 (size before relaxing) + .debug_str 0x0000000000031b53 0x582 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x22fb (size before relaxing) + .debug_str 0x00000000000320d5 0x12c esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x2128 (size before relaxing) + .debug_str 0x0000000000032201 0x259 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x2253 (size before relaxing) + .debug_str 0x000000000003245a 0x264 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x25c2 (size before relaxing) + .debug_str 0x00000000000326be 0x49e esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x25b2 (size before relaxing) + .debug_str 0x0000000000032b5c 0x69 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x1768 (size before relaxing) + .debug_str 0x0000000000032bc5 0x1915 esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) + 0x3eb7 (size before relaxing) + .debug_str 0x00000000000344da 0x3d0 esp-idf/fatfs/libfatfs.a(vfs_fat_spiflash.c.obj) + 0x3b88 (size before relaxing) + .debug_str 0x00000000000348aa 0x106 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + 0x13e8 (size before relaxing) + .debug_str 0x00000000000349b0 0xc8 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + 0x17d4 (size before relaxing) + .debug_str 0x0000000000034a78 0x3e9 esp-idf/fatfs/libfatfs.a(ff.c.obj) + 0x188a (size before relaxing) + .debug_str 0x0000000000034e61 0x5c esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + 0x12cc (size before relaxing) + .debug_str 0x0000000000034ebd 0x371 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + 0x2006 (size before relaxing) + .debug_str 0x000000000003522e 0x26a esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + 0x19c2 (size before relaxing) + .debug_str 0x0000000000035498 0x1c7 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + 0x1481 (size before relaxing) + .debug_str 0x000000000003565f 0x460 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + 0xff3 (size before relaxing) + .debug_str 0x0000000000035abf 0x3e esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + 0x17e (size before relaxing) + .debug_str 0x0000000000035afd 0x75e esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x2a26 (size before relaxing) + .debug_str 0x000000000003625b 0xd6 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x1f9c (size before relaxing) + .debug_str 0x0000000000036331 0x6e0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x12b3 (size before relaxing) + .debug_str 0x0000000000036a11 0x610 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x13d6 (size before relaxing) + .debug_str 0x0000000000037021 0xf3 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0xbfd (size before relaxing) + .debug_str 0x0000000000037114 0x203 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0xd97 (size before relaxing) + .debug_str 0x0000000000037317 0x35 esp-idf/newlib/libnewlib.a(select.c.obj) + 0x1286 (size before relaxing) + .debug_str 0x000000000003734c 0x13c esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x88a (size before relaxing) + .debug_str 0x0000000000037488 0x1a8 esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) + 0x2487 (size before relaxing) + .debug_str 0x0000000000037630 0x40d esp-idf/soc/libsoc.a(uart_hal.c.obj) + 0x1889 (size before relaxing) + .debug_str 0x0000000000037a3d 0xae esp-idf/soc/libsoc.a(rtc_sleep.c.obj) + 0x3bbb (size before relaxing) + .debug_str 0x0000000000037aeb 0x132 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x772 (size before relaxing) + .debug_str 0x0000000000037c1d 0x59a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc9d (size before relaxing) + .debug_str 0x00000000000381b7 0x2aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0xa4a (size before relaxing) + .debug_str 0x0000000000038461 0x62f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x11a3 (size before relaxing) + .debug_str 0x0000000000038a90 0x49b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xd4d (size before relaxing) + .debug_str 0x0000000000038f2b 0x26f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0xa77 (size before relaxing) + .debug_str 0x000000000003919a 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(error.c.obj) + 0x6a8 (size before relaxing) + .debug_str 0x00000000000391e7 0x29d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x9ed (size before relaxing) + .debug_str 0x0000000000039484 0x3d2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md_wrap.c.obj) + 0xe4e (size before relaxing) + .debug_str 0x0000000000039856 0x373 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0xc24 (size before relaxing) + .debug_str 0x0000000000039bc9 0x387 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xf2e (size before relaxing) + .debug_str 0x0000000000039f50 0xc4f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x14b2 (size before relaxing) + .debug_str 0x000000000003ab9f 0x377 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x1865 (size before relaxing) + .debug_str 0x000000000003af16 0x21e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0xb90 (size before relaxing) + .debug_str 0x000000000003b134 0xd9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x675 (size before relaxing) + .debug_str 0x000000000003b20d 0x59 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x5cb (size before relaxing) + .debug_str 0x000000000003b266 0x518 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x119f (size before relaxing) + .debug_str 0x000000000003b77e 0x5f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x7f1 (size before relaxing) + .debug_str 0x000000000003b7dd 0x95 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x784 (size before relaxing) + .debug_str 0x000000000003b872 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x7ca (size before relaxing) + .debug_str 0x000000000003b91d 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x7ca (size before relaxing) + .debug_str 0x000000000003b9c8 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x5b5 (size before relaxing) + .debug_str 0x000000000003ba09 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x5ca (size before relaxing) + .debug_str 0x000000000003ba71 0x268 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x149b (size before relaxing) + .debug_str 0x000000000003bcd9 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x15d1 (size before relaxing) + .debug_str 0x000000000003bd77 0x17c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + 0x1784 (size before relaxing) + .debug_str 0x000000000003bef3 0x15a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x871 (size before relaxing) + .debug_str 0x000000000003c04d 0xd9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x8a4 (size before relaxing) + .debug_str 0x000000000003c126 0xda esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x8ba (size before relaxing) + .debug_str 0x000000000003c200 0x12b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x7f8 (size before relaxing) + .debug_str 0x000000000003c32b 0x176 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x8b2 (size before relaxing) + .debug_str 0x000000000003c4a1 0x61a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x1747 (size before relaxing) + .debug_str 0x000000000003cabb 0x446 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x178e (size before relaxing) + .debug_str 0x000000000003cf01 0x2a5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0xefd (size before relaxing) + .debug_str 0x000000000003d1a6 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x13ed (size before relaxing) + .debug_str 0x000000000003d272 0x20f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xb29 (size before relaxing) + .debug_str 0x000000000003d481 0xf3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x7df (size before relaxing) + .debug_str 0x000000000003d574 0x35e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1526 (size before relaxing) + .debug_str 0x000000000003d8d2 0xd6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x1100 (size before relaxing) + .debug_str 0x000000000003d9a8 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x142b (size before relaxing) + .debug_str 0x000000000003da9a 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x73e (size before relaxing) + .debug_str 0x000000000003db5c 0x1bb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x18f4 (size before relaxing) + .debug_str 0x000000000003dd17 0x9d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x676 (size before relaxing) + .debug_str 0x000000000003ddb4 0xa7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x135b (size before relaxing) + .debug_str 0x000000000003de5b 0x2bc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1e3b (size before relaxing) + .debug_str 0x000000000003e117 0x68c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x1953 (size before relaxing) + .debug_str 0x000000000003e7a3 0xa5 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_csr.c.obj) + 0xab3 (size before relaxing) + .debug_str 0x000000000003e848 0x18d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509write_crt.c.obj) + 0xf24 (size before relaxing) + .debug_str 0x000000000003e9d5 0xdb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) + 0x84a (size before relaxing) + .debug_str 0x000000000003eab0 0x692 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x2629 (size before relaxing) + .debug_str 0x000000000003f142 0x41 esp-idf/soc/soc/esp32/libsoc_esp32.a(gpio_periph.c.obj) + 0x84f (size before relaxing) + .debug_str 0x000000000003f183 0x43 esp-idf/soc/soc/esp32/libsoc_esp32.a(rtc_io_periph.c.obj) + 0x1dad (size before relaxing) + .debug_str 0x000000000003f1c6 0x41 esp-idf/soc/soc/esp32/libsoc_esp32.a(uart_periph.c.obj) + 0xf03 (size before relaxing) + .debug_str 0x000000000003f207 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x32b1 (size before relaxing) + .debug_str 0x000000000003f258 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x2fc7 (size before relaxing) + .debug_str 0x000000000003f29c 0xa3 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x3eec (size before relaxing) + .debug_str 0x000000000003f33f 0x738 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x4a6a (size before relaxing) + .debug_str 0x000000000003fa77 0x6f esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x649 (size before relaxing) + .debug_str 0x000000000003fae6 0x1546 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x5056 (size before relaxing) + .debug_str 0x000000000004102c 0x37f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x3f63 (size before relaxing) + .debug_str 0x00000000000413ab 0xf7e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x5160 (size before relaxing) + .debug_str 0x0000000000042329 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0xceb (size before relaxing) + .debug_str 0x0000000000042415 0x101 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x768 (size before relaxing) + .debug_str 0x0000000000042516 0xf1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x75d (size before relaxing) + .debug_str 0x0000000000042607 0xd7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + 0x6ab (size before relaxing) + .debug_str 0x00000000000426de 0xa1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x54b6 (size before relaxing) + .debug_str 0x00000000000430fc 0x1be esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x1055 (size before relaxing) + .debug_str 0x00000000000432ba 0x73d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x108d (size before relaxing) + .debug_str 0x00000000000439f7 0xee esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x995 (size before relaxing) + .debug_str 0x0000000000043ae5 0x95 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1091 (size before relaxing) + .debug_str 0x0000000000043b7a 0xd3 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x727 (size before relaxing) + .debug_str 0x0000000000043c4d 0x102 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x4376 (size before relaxing) + .debug_str 0x0000000000043d4f 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0xc82 (size before relaxing) + .debug_str 0x0000000000043dc5 0x1b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0xf37 (size before relaxing) + .debug_str 0x0000000000043f75 0x13e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x4056 (size before relaxing) + .debug_str 0x00000000000440b3 0x986 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0xabe (size before relaxing) + .debug_str 0x0000000000044a39 0x16d /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + 0x252 (size before relaxing) + .debug_str 0x0000000000044ba6 0xbd7 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x1768 (size before relaxing) + .debug_str 0x000000000004577d 0x10c9 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x2357 (size before relaxing) + .debug_str 0x0000000000046846 0x915 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x1b4c (size before relaxing) + .debug_str 0x000000000004715b 0xb6 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x6cd (size before relaxing) + .debug_str 0x0000000000047211 0x6d3 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x1bde (size before relaxing) + .debug_str 0x00000000000478e4 0xc3a esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x1698 (size before relaxing) + .debug_str 0x000000000004851e 0x5f5 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x42b4 (size before relaxing) + .debug_str 0x0000000000048b13 0x328 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x4175 (size before relaxing) + .debug_str 0x0000000000048e3b 0xbb esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x3e4b (size before relaxing) + .debug_str 0x0000000000048ef6 0x54 esp-idf/lwip/liblwip.a(ethip6.c.obj) + 0x179d (size before relaxing) + .debug_str 0x0000000000048f4a 0x1f3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4917 (size before relaxing) + .debug_str 0x000000000004ae86 0x153 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x1ae6 (size before relaxing) + .debug_str 0x000000000004afd9 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x13d1 (size before relaxing) + .debug_str 0x000000000004b17d 0x61e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x326a (size before relaxing) + .debug_str 0x000000000004b79b 0x575 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x3618 (size before relaxing) + .debug_str 0x000000000004bd10 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0xa0e (size before relaxing) + .debug_str 0x000000000004be1c 0x1d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0xc19 (size before relaxing) + .debug_str 0x000000000004bff5 0x252 /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + 0xb67 (size before relaxing) + .debug_str 0x000000000004c247 0x155 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + 0xb67 (size before relaxing) + .debug_str 0x000000000004c39c 0xdd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + 0x642 (size before relaxing) + .debug_str 0x000000000004c479 0x152 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + 0x69a (size before relaxing) + .debug_str 0x000000000004c5cb 0x11b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x6c3 (size before relaxing) + .debug_str 0x000000000004c6e6 0xe1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + 0x661 (size before relaxing) + .debug_str 0x000000000004c7c7 0x6a7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x831 (size before relaxing) + .debug_str 0x000000000004ce6e 0x2fa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0xe2c (size before relaxing) + .debug_str 0x000000000004d168 0x8ae /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_personality.o) + 0x1613 (size before relaxing) + .debug_str 0x000000000004da16 0xdd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + 0x637 (size before relaxing) + .debug_str 0x000000000004daf3 0x2c1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x11f0 (size before relaxing) + .debug_str 0x000000000004ddb4 0x3e0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x85f (size before relaxing) + .debug_str 0x000000000004e194 0x2b9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + 0x4cc (size before relaxing) + .debug_str 0x000000000004e44d 0xed /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + 0xc91 (size before relaxing) + .debug_str 0x000000000004e53a 0xed /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + 0x755 (size before relaxing) + .debug_str 0x000000000004e627 0xc5 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixunsdfdi.o) + 0xd3 (size before relaxing) + .debug_str 0x000000000004e6ec 0x1bd /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_divdi3.o) + 0x758 (size before relaxing) + .debug_str 0x000000000004e8a9 0x9 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_moddi3.o) + 0x758 (size before relaxing) + .debug_str 0x000000000004e8b2 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_udivdi3.o) + 0x759 (size before relaxing) + .debug_str 0x000000000004e8bc 0xa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) + 0x759 (size before relaxing) + .debug_str 0x000000000004e8c6 0x433 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + 0xdf6 (size before relaxing) + .debug_str 0x000000000004ecf9 0x43b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) + 0xc81 (size before relaxing) + .debug_str 0x000000000004f134 0x5a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) + 0xd2 (size before relaxing) + .debug_str 0x000000000004f18e 0x4f /home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a(interrupts--intlevel.o) + 0x82 (size before relaxing) + .debug_str 0x000000000004f1dd 0x20a /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-asprintf.o) + 0x777 (size before relaxing) + .debug_str 0x000000000004f3e7 0xda /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) + 0x5fe (size before relaxing) + .debug_str 0x000000000004f4c1 0xc3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-errno.o) + 0x5d0 (size before relaxing) + .debug_str 0x000000000004f584 0x7d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ferror.o) + 0x789 (size before relaxing) + .debug_str 0x000000000004f601 0x69 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgetc.o) + 0x79a (size before relaxing) + .debug_str 0x000000000004f66a 0x6b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) + 0x7aa (size before relaxing) + .debug_str 0x000000000004f6d5 0x57 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fileno.o) + 0x7a0 (size before relaxing) + .debug_str 0x000000000004f72c 0x72 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fiprintf.o) + 0x61b (size before relaxing) + .debug_str 0x000000000004f79e 0xb3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fopen.o) + 0x80a (size before relaxing) + .debug_str 0x000000000004f851 0x6f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fprintf.o) + 0x617 (size before relaxing) + .debug_str 0x000000000004f8c0 0x67 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputc.o) + 0x79d (size before relaxing) + .debug_str 0x000000000004f927 0x97 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fputs.o) + 0x7e7 (size before relaxing) + .debug_str 0x000000000004f9be 0x5f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) + 0x7ba (size before relaxing) + .debug_str 0x000000000004fa1d 0x60 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseek.o) + 0x74b (size before relaxing) + .debug_str 0x000000000004fa7d 0x90 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fseeko.o) + 0x953 (size before relaxing) + .debug_str 0x000000000004fb0d 0x69 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftell.o) + 0x73d (size before relaxing) + .debug_str 0x000000000004fb76 0x5e /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ftello.o) + 0x7a3 (size before relaxing) + .debug_str 0x000000000004fbd4 0x61 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fwrite.o) + 0x7e7 (size before relaxing) + .debug_str 0x000000000004fc35 0x1c1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + 0x7d6 (size before relaxing) + .debug_str 0x000000000004fdf6 0x2b1 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-locale.o) + 0x9b8 (size before relaxing) + .debug_str 0x00000000000500a7 0x7f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-makebuf.o) + 0x8a3 (size before relaxing) + .debug_str 0x0000000000050126 0x73 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbtowc_r.o) + 0x961 (size before relaxing) + .debug_str 0x0000000000050199 0xc7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-open_memstream.o) + 0x907 (size before relaxing) + .debug_str 0x0000000000050260 0x61 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) + 0x76e (size before relaxing) + .debug_str 0x00000000000502c1 0x69 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putc.o) + 0x7a6 (size before relaxing) + .debug_str 0x000000000005032a 0x63 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-putchar.o) + 0x733 (size before relaxing) + .debug_str 0x000000000005038d 0x5d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-puts.o) + 0x7e4 (size before relaxing) + .debug_str 0x00000000000503ea 0xe0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-reent.o) + 0x5f4 (size before relaxing) + .debug_str 0x00000000000504ca 0x5d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-rget.o) + 0x759 (size before relaxing) + .debug_str 0x0000000000050527 0x67 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-setvbuf.o) + 0x7d0 (size before relaxing) + .debug_str 0x000000000005058e 0x65 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-snprintf.o) + 0x795 (size before relaxing) + .debug_str 0x00000000000505f3 0x63 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) + 0x76f (size before relaxing) + .debug_str 0x0000000000050656 0x6f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sscanf.o) + 0x774 (size before relaxing) + .debug_str 0x00000000000506c5 0x300 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) + 0xc56 (size before relaxing) + .debug_str 0x00000000000509c5 0x82 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) + 0x993 (size before relaxing) + .debug_str 0x0000000000050a47 0x72 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) + 0x998 (size before relaxing) + .debug_str 0x0000000000050ab9 0x2e8 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) + 0xf03 (size before relaxing) + .debug_str 0x0000000000050da1 0x194 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) + 0xdc5 (size before relaxing) + .debug_str 0x0000000000050f35 0xe0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysgettod.o) + 0x63f (size before relaxing) + .debug_str 0x0000000000051015 0x36 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfiprintf.o) + 0xf33 (size before relaxing) + .debug_str 0x000000000005104b 0xfdf /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) + .debug_str 0x000000000005104b 0x63 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vprintf.o) + 0x777 (size before relaxing) + .debug_str 0x00000000000510ae 0x67 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vsnprintf.o) + 0x798 (size before relaxing) + .debug_str 0x0000000000051115 0xf4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + 0xab7 (size before relaxing) + .debug_str 0x0000000000051209 0x5b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-flags.o) + 0x5ec (size before relaxing) + .debug_str 0x0000000000051264 0xf0 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) + 0xb8f (size before relaxing) + .debug_str 0x0000000000051354 0x66 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-hexnan.o) + 0xa9a (size before relaxing) + .debug_str 0x00000000000513ba 0x6c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getenv.o) + 0x5e5 (size before relaxing) + .debug_str 0x0000000000051426 0xc6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) + 0x8e9 (size before relaxing) + .debug_str 0x00000000000514ec 0x6b /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-localeconv.o) + 0x950 (size before relaxing) + .debug_str 0x0000000000051557 0x59 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mbrtowc.o) + 0x955 (size before relaxing) + .debug_str 0x00000000000515b0 0x7f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) + 0xa60 (size before relaxing) + .debug_str 0x000000000005162f 0xf4 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-s_frexp.o) + 0x666 (size before relaxing) + .debug_str 0x0000000000051723 0xc6 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sf_nan.o) 0x61d (size before relaxing) - .debug_str 0x00000000000509c7 0x15 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) + .debug_str 0x00000000000517e9 0x15 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) 0xe7a (size before relaxing) - .debug_str 0x00000000000509dc 0x19 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) + .debug_str 0x00000000000517fe 0x19 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) 0xd13 (size before relaxing) Cross Reference Table @@ -62018,10 +62387,11 @@ SigSpaceFree /home/mithras/esp/esp-idf/comp SigSpaceMalloc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) TIMERG0 esp-idf/esp32/libesp32.a(task_wdt.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) TIMERG1 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) esp-idf/esp32/libesp32.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) Td0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) Td4s esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal.c.obj) @@ -62035,12 +62405,13 @@ TotalUsedSigNum /home/mithras/esp/esp-idf/comp TxNodeNum /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) Tx_Copy2Queue /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) -UART0 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - esp-idf/driver/libdriver.a(uart.c.obj) +UART0 esp-idf/driver/libdriver.a(uart.c.obj) esp-idf/vfs/libvfs.a(vfs_uart.c.obj) -UART1 esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) - esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +UART1 esp-idf/driver/libdriver.a(uart.c.obj) esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) UART2 esp-idf/driver/libdriver.a(uart.c.obj) esp-idf/vfs/libvfs.a(vfs_uart.c.obj) VolToPart esp-idf/fatfs/libfatfs.a(diskio.c.obj) @@ -62469,8 +62840,7 @@ __assert_func /home/mithras/.espressif/tools esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) @@ -62482,7 +62852,6 @@ __assert_func /home/mithras/.espressif/tools esp-idf/freertos/libfreertos.a(event_groups.c.obj) esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - esp-idf/esp32/libesp32.a(reset_reason.c.obj) esp-idf/esp32/libesp32.a(pm_esp32.c.obj) esp-idf/esp32/libesp32.a(hw_random.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) @@ -62529,6 +62898,8 @@ __assert_func /home/mithras/.espressif/tools esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) esp-idf/spi_flash/libspi_flash.a(partition.c.obj) @@ -62539,9 +62910,6 @@ __assert_func /home/mithras/.espressif/tools esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - esp-idf/soc/libsoc.a(rtc_time.c.obj) esp-idf/wifi/libwifi.a(wifi.c.obj) esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) esp-idf/vfs/libvfs.a(vfs_uart.c.obj) @@ -62552,13 +62920,16 @@ __assert_func /home/mithras/.espressif/tools esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) esp-idf/esp_common/libesp_common.a(ipc.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/esp32/libesp32.a(intr_alloc.c.obj) esp-idf/esp32/libesp32.a(dport_access.c.obj) esp-idf/esp32/libesp32.a(crosscore_int.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) + esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/soc/libsoc.a(rtc_time.c.obj) + esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) __b2d /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) __bswapsi2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_bswapsi2.o) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) @@ -62645,8 +63016,8 @@ __errno /home/mithras/.espressif/tools esp-idf/vfs/libvfs.a(vfs_uart.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) __extendsfdf2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_extendsfdf2.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) __fixdfdi /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_fixdfdi.o) esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) @@ -62810,6 +63181,7 @@ __i2b /home/mithras/.espressif/tools /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) __init_array_end esp-idf/esp32/libesp32.a(cpu_start.c.obj) __init_array_start esp-idf/esp32/libesp32.a(cpu_start.c.obj) +__itoa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) __ledf2 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_cmpdf2.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) @@ -63145,10 +63517,10 @@ __udivdi3 /home/mithras/.espressif/tools /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoull.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtoll.o) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - esp-idf/soc/libsoc.a(rtc_wdt.c.obj) - esp-idf/soc/libsoc.a(rtc_time.c.obj) esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/soc/libsoc.a(rtc_wdt.c.obj) + esp-idf/soc/libsoc.a(rtc_time.c.obj) __ulp /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) __umoddi3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(_umoddi3.o) @@ -63166,6 +63538,8 @@ __unorddf2 /home/mithras/.espressif/tools /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) +__utoa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) + /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) __wpa_send_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) __xtensa_libgcc_window_spill /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(lib2funcs.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) @@ -63206,7 +63580,7 @@ _do_wifi_stop /home/mithras/esp/esp-idf/comp _dtoa_r /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-vfprintf.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfprintf.o) -_esp_error_check_failed esp-idf/esp32/libesp32.a(panic.c.obj) +_esp_error_check_failed esp-idf/esp_common/libesp_common.a(esp_err.c.obj) esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) esp-idf/esp32/libesp32.a(pm_esp32.c.obj) @@ -63227,7 +63601,7 @@ _esp_error_check_failed esp-idf/esp32/libesp32.a(panic esp-idf/esp_common/libesp_common.a(brownout.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) -_esp_error_check_failed_without_abort esp-idf/esp32/libesp32.a(panic.c.obj) +_esp_error_check_failed_without_abort esp-idf/esp_common/libesp_common.a(esp_err.c.obj) _esp_wifi_clear_default_wifi_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) _esp_wifi_set_default_wifi_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) @@ -63370,13 +63744,13 @@ _lock_acquire esp-idf/newlib/libnewlib.a(loc esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - esp-idf/log/liblog.a(log_freertos.c.obj) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/newlib/libnewlib.a(syscall_table.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) _lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-envlock.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) @@ -63430,13 +63804,13 @@ _lock_release esp-idf/newlib/libnewlib.a(loc esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - esp-idf/log/liblog.a(log_freertos.c.obj) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/newlib/libnewlib.a(syscall_table.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) _lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-envlock.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-ungetc.o) @@ -63621,11 +63995,12 @@ _xt_alloca_exc esp-idf/freertos/libfreertos.a _xt_context_restore esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) esp-idf/freertos/libfreertos.a(portasm.S.obj) - esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) _xt_context_save esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) esp-idf/freertos/libfreertos.a(portasm.S.obj) - esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) _xt_coproc_init esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) esp-idf/freertos/libfreertos.a(port.c.obj) _xt_coproc_owner_sa esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) @@ -63648,8 +64023,9 @@ _xt_interrupt_table esp-idf/freertos/libfreertos.a _xt_medint2_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) _xt_medint3_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) _xt_nmi esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) -_xt_panic esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_panic esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) _xt_tick_divisor esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) esp-idf/esp32/libesp32.a(pm_esp32.c.obj) esp-idf/freertos/libfreertos.a(portasm.S.obj) @@ -63665,7 +64041,7 @@ _xtos_set_intlevel esp-idf/mbedtls/mbedtls/librar esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/esp32/libesp32.a(dport_access.c.obj) -abort esp-idf/esp32/libesp32.a(panic.c.obj) +abort esp-idf/newlib/libnewlib.a(abort.c.obj) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-assert.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-fde.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) @@ -63678,16 +64054,15 @@ abort esp-idf/esp32/libesp32.a(panic esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) - esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) esp-idf/esp32/libesp32.a(pm_esp32.c.obj) esp-idf/heap/libheap.a(multi_heap.c.obj) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + esp-idf/soc/libsoc.a(spi_flash_hal.c.obj) esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - esp-idf/soc/libsoc.a(rtc_clk.c.obj) esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) esp-idf/newlib/libnewlib.a(syscalls.c.obj) @@ -63695,10 +64070,12 @@ abort esp-idf/esp32/libesp32.a(panic esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/esp_common/libesp_common.a(ipc.c.obj) + esp-idf/esp_common/libesp_common.a(esp_err.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) esp-idf/esp32/libesp32.a(intr_alloc.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/soc/libsoc.a(rtc_clk.c.obj) abs /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-abs.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strftime.o) access esp-idf/vfs/libvfs.a(vfs.c.obj) @@ -63894,6 +64271,8 @@ bootloader_flash_update_id esp-idf/bootloader_support/lib esp-idf/esp32/libesp32.a(cpu_start.c.obj) bootloader_flash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_init_mem esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/esp32/libesp32.a(cpu_start.c.obj) bootloader_load_image esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) bootloader_load_image_no_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) bootloader_mmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) @@ -63901,6 +64280,7 @@ bootloader_mmap esp-idf/bootloader_support/lib esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) bootloader_mmap_get_free_pages esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) bootloader_munmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) @@ -63913,13 +64293,17 @@ bootloader_read_flash_id esp-idf/bootloader_support/lib esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) bootloader_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_sha256_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) bootloader_sha256_finish esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_sha256_flash_contents esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_sha256_hex_to_str esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_sha256_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) bootloader_utility_get_selected_boot_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) @@ -64006,10 +64390,10 @@ calloc esp-idf/newlib/libnewlib.a(hea esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp-idf/esp_event/libesp_event.a(esp_event.c.obj) esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) @@ -64528,6 +64912,16 @@ connect esp-idf/ca/libca.a(gen_key.c.o connect_scan_flag /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) core_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) correct_rfpll_offset /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +cpu_hal_clear_breakpoint esp-idf/soc/libsoc.a(cpu_hal.c.obj) +cpu_hal_clear_watchpoint esp-idf/soc/libsoc.a(cpu_hal.c.obj) + esp-idf/soc/libsoc.a(cpu_util.c.obj) +cpu_hal_set_breakpoint esp-idf/soc/libsoc.a(cpu_hal.c.obj) + esp-idf/soc/libsoc.a(cpu_util.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +cpu_hal_set_vecbase esp-idf/soc/libsoc.a(cpu_hal.c.obj) + esp-idf/esp32/libesp32.a(cpu_start.c.obj) +cpu_hal_set_watchpoint esp-idf/soc/libsoc.a(cpu_hal.c.obj) + esp-idf/soc/libsoc.a(cpu_util.c.obj) crc32_le /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) @@ -64752,9 +65146,9 @@ dns_tmr esp-idf/lwip/liblwip.a(dns.c.o esp-idf/lwip/liblwip.a(timeouts.c.obj) dpd_scale_set /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) dport_access_end esp-idf/esp32/libesp32.a(dport_access.c.obj) - esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) dport_access_start esp-idf/esp32/libesp32.a(dport_access.c.obj) - esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) dup_binstr esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) eTaskGetState esp-idf/freertos/libfreertos.a(tasks.c.obj) eapol_sm_notify_eap_success esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) @@ -64801,13 +65195,15 @@ esp_aes_crypt_cfb8 esp-idf/mbedtls/mbedtls/librar esp_aes_crypt_ctr esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) esp_aes_crypt_ecb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) esp_aes_crypt_ofb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) -esp_aes_crypt_xts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) +esp_aes_crypt_xts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) esp_aes_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) @@ -64815,6 +65211,7 @@ esp_aes_free esp-idf/mbedtls/mbedtls/librar esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) esp_aes_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) @@ -64823,23 +65220,24 @@ esp_aes_init esp-idf/mbedtls/mbedtls/librar esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) esp_aes_release_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) esp_aes_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-cbc.c.obj) -esp_aes_xts_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) +esp_aes_xts_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) -esp_aes_xts_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) +esp_aes_xts_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) -esp_aes_xts_setkey_dec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) +esp_aes_xts_setkey_dec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) -esp_aes_xts_setkey_enc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) +esp_aes_xts_setkey_enc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) esp_app_desc esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) esp_backtrace_get_next_frame esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) esp_backtrace_get_start esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) esp_backtrace_print esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) @@ -64848,12 +65246,12 @@ esp_base_mac_addr_set esp-idf/esp_common/libesp_comm esp_brownout_init esp-idf/esp_common/libesp_common.a(brownout.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) esp_cache_err_get_cpuid esp-idf/esp32/libesp32.a(cache_err_int.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) esp_cache_err_int_init esp-idf/esp32/libesp32.a(cache_err_int.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) esp_chip_info esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) -esp_clear_watchpoint esp-idf/esp32/libesp32.a(panic.c.obj) +esp_clear_watchpoint esp-idf/soc/libsoc.a(cpu_util.c.obj) esp_clk_apb_freq esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/esp32/libesp32.a(hw_random.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) @@ -64897,17 +65295,17 @@ esp_console_split_argv esp-idf/console/libconsole.a(s esp-idf/console/libconsole.a(commands.c.obj) esp_cpu_in_ocd_debug_mode esp-idf/soc/libsoc.a(cpu_util.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) esp_cpu_reset esp-idf/soc/libsoc.a(cpu_util.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) esp_cpu_stall esp-idf/soc/libsoc.a(cpu_util.c.obj) esp-idf/esp_common/libesp_common.a(brownout.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) esp_cpu_unstall esp-idf/soc/libsoc.a(cpu_util.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) esp_crc8 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) esp_create_mbedtls_handle esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) @@ -64934,7 +65332,7 @@ esp_deregister_freertos_tick_hook_for_cpu esp-idf/esp_common/libesp_comm esp_derive_local_mac esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) esp_dport_access_int_abort esp-idf/esp32/libesp32.a(dport_access.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) esp_dport_access_int_init esp-idf/esp32/libesp32.a(dport_access.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) esp_dport_access_int_pause esp-idf/esp32/libesp32.a(dport_access.c.obj) @@ -64942,25 +65340,26 @@ esp_dport_access_int_resume esp-idf/esp32/libesp32.a(dport esp_dport_access_read_buffer esp-idf/esp32/libesp32.a(dport_access.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp_dport_access_reg_read esp-idf/esp32/libesp32.a(dport_access.c.obj) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/soc/libsoc.a(rtc_sleep.c.obj) esp-idf/driver/libdriver.a(spi_common.c.obj) esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/soc/libsoc.a(rtc_init.c.obj) esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/soc/libsoc.a(rtc_init.c.obj) - esp-idf/soc/libsoc.a(rtc_clk.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) - esp-idf/esp32/libesp32.a(cache_err_int.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) + esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + esp-idf/soc/libsoc.a(rtc_clk.c.obj) esp_dport_access_sequence_reg_read esp-idf/esp32/libesp32.a(dport_access.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) @@ -65046,7 +65445,7 @@ esp_err_to_name esp-idf/esp_common/libesp_comm esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) esp-idf/files/libfiles.a(file.c.obj) esp-idf/main/libmain.a(main.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_common/libesp_common.a(esp_err.c.obj) esp_err_to_name_r esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) esp_eth_clear_default_handlers esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) @@ -65177,13 +65576,13 @@ esp_flash_write esp-idf/spi_flash/libspi_flash esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) esp_get_deep_sleep_wake_stub esp-idf/esp32/libesp32.a(sleep_modes.c.obj) -esp_get_free_heap_size esp-idf/esp_common/libesp_common.a(system_api.c.obj) +esp_get_free_heap_size esp-idf/esp_system/libesp_system.a(system_api.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) -esp_get_idf_version esp-idf/esp_common/libesp_common.a(system_api.c.obj) +esp_get_idf_version esp-idf/esp_system/libesp_system.a(system_api.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) -esp_get_minimum_free_heap_size esp-idf/esp_common/libesp_common.a(system_api.c.obj) +esp_get_minimum_free_heap_size esp-idf/esp_system/libesp_system.a(system_api.c.obj) esp_image_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) @@ -65252,15 +65651,15 @@ esp_log_timestamp esp-idf/log/liblog.a(log_freer esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) @@ -65290,6 +65689,11 @@ esp_log_timestamp esp-idf/log/liblog.a(log_freer esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_event/libesp_event.a(event_send.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) esp-idf/spi_flash/libspi_flash.a(partition.c.obj) @@ -65300,13 +65704,6 @@ esp_log_timestamp esp-idf/log/liblog.a(log_freer esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - esp-idf/esp_event/libesp_event.a(event_send.c.obj) - esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - esp-idf/soc/libsoc.a(rtc_time.c.obj) - esp-idf/soc/libsoc.a(rtc_clk.c.obj) esp-idf/https_server/libhttps_server.a(https_server.c.obj) esp-idf/wifi/libwifi.a(wifi.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) @@ -65316,24 +65713,26 @@ esp_log_timestamp esp-idf/log/liblog.a(log_freer esp-idf/newlib/libnewlib.a(pthread.c.obj) esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) + esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/soc/libsoc.a(rtc_time.c.obj) + esp-idf/soc/libsoc.a(rtc_clk.c.obj) esp_log_write esp-idf/log/liblog.a(log.c.obj) esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) - esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) @@ -65361,6 +65760,11 @@ esp_log_write esp-idf/log/liblog.a(log.c.obj esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_event/libesp_event.a(event_send.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) @@ -65368,11 +65772,6 @@ esp_log_write esp-idf/log/liblog.a(log.c.obj esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/esp_event/libesp_event.a(event_send.c.obj) - esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_ppp.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) esp-idf/https_server/libhttps_server.a(https_server.c.obj) esp-idf/wifi/libwifi.a(wifi.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) @@ -65383,6 +65782,8 @@ esp_log_write esp-idf/log/liblog.a(log.c.obj esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_log_writev esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp_mbedtls_cleanup esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) esp_mbedtls_conn_delete esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) @@ -65435,8 +65836,8 @@ esp_mesh_available_txupQ_num /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_best_effort_tx /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) esp_mesh_channel_enable_jp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_check_multi_redundant_ack /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) esp_mesh_check_nonassociated_children /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -65456,15 +65857,15 @@ esp_mesh_copy_mgmt_announce /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) esp_mesh_create_context /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) esp_mesh_create_mbox /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_debug_tsf_time /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) esp_mesh_decrypt_vnd_ie /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) esp_mesh_deinit /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) @@ -65475,8 +65876,8 @@ esp_mesh_delete_sub_children /home/mithras/esp/esp-idf/comp esp_mesh_delivery_toDS /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) esp_mesh_delivery_toSelf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_discard_context /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) @@ -65498,14 +65899,14 @@ esp_mesh_forward_packet /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_free_context /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) esp_mesh_free_mbox /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_get_announce_interval /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_get_ap_assoc_expire /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) @@ -65535,9 +65936,9 @@ esp_mesh_get_layer /home/mithras/esp/esp-idf/comp esp_mesh_get_max_layer /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_get_optlen /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) esp_mesh_get_parent_bssid /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) esp_mesh_get_parent_candidate /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_mesh_get_parent_monitor_config /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_mesh_get_passive_scan_time /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) @@ -65545,10 +65946,10 @@ esp_mesh_get_root_addr /home/mithras/esp/esp-idf/comp esp_mesh_get_root_healing_delay /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_get_router /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_get_router_bssid /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_get_routing_table /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) esp_mesh_get_routing_table_size /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) @@ -65565,9 +65966,19 @@ esp_mesh_get_sub_capacity /home/mithras/esp/esp-idf/comp esp_mesh_get_subnet_nodes_list /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_get_subnet_nodes_num /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_get_switch_parent_paras /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) -esp_mesh_get_total_children_num /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_get_topology /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_get_total_children_num /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) esp_mesh_get_total_node_num /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_get_tsf_time /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) esp_mesh_get_tx_pending /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) @@ -65601,9 +66012,9 @@ esp_mesh_is_nwk_running /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_is_root /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_is_root_conflicts_allowed /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) esp_mesh_is_root_fixed /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_is_roots_found /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) @@ -65612,30 +66023,30 @@ esp_mesh_is_roots_found /home/mithras/esp/esp-idf/comp esp_mesh_is_rt_change_debug /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) esp_mesh_is_same_router /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) esp_mesh_is_scan_allowed /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_mesh_is_switch_parent /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) esp_mesh_look_for_network /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_lookup_route /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) esp_mesh_lookup_sub_route /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) esp_mesh_map_change_beacon_interval /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) esp_mesh_map_deauth /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) esp_mesh_map_probe_response /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) esp_mesh_map_reject_connection /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) esp_mesh_map_stop_beacon /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) esp_mesh_match_self /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_mcast_cover_node /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) esp_mesh_monitor_nonassociated_children /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -65648,11 +66059,11 @@ esp_mesh_nvs_init /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_nvs_operate /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) esp_mesh_nvs_set_assoc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) esp_mesh_nvs_set_layer /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) esp_mesh_nwk_redundant_route /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) esp_mesh_nwk_task_deinit /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -65689,15 +66100,15 @@ esp_mesh_push_to_myself_queue /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) esp_mesh_push_to_nwk_queue /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) esp_mesh_push_to_rx_queue /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) esp_mesh_push_to_tcpip_queue /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) esp_mesh_push_to_tx_queue /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) @@ -65756,10 +66167,10 @@ esp_mesh_send_block_start /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) esp_mesh_send_event_internal esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_send_mgmt /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -65782,8 +66193,8 @@ esp_mesh_set_ap_connections /home/mithras/esp/esp-idf/comp esp_mesh_set_ap_password /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_attempts /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_beacon_interval /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_capacity_num /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_config /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_group_id /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) @@ -65806,15 +66217,16 @@ esp_mesh_set_passive_scan_time /home/mithras/esp/esp-idf/comp esp_mesh_set_root_healing_delay /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_router /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_router_bssid /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_rssi_threshold /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) esp_mesh_set_rssi_threshold_internal /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) esp_mesh_set_self_organized /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_switch_parent_paras /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_topology /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_type /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_vote_percentage /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_mesh_set_xon_qsize /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) @@ -65861,9 +66273,25 @@ esp_modem_sleep_exit esp-idf/esp_wifi/libesp_wifi.a esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp_modem_sleep_register esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_mont_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) esp_mpi_acquire_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_disable_hardware_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_enable_hardware_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_hardware_words esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mul_mpi_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) esp_mpi_mul_mpi_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_mpi_mul_mpi_mod_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mult_mpi_failover_mod_mult_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_read_result_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) esp_mpi_release_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) esp_netif_action_connected esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) @@ -66043,8 +66471,8 @@ esp_ota_erase_last_boot_app_partition esp-idf/app_update/libapp_upda esp_ota_get_app_description esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) esp_ota_get_app_elf_sha256 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) esp_ota_get_boot_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp_ota_get_last_invalid_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp_ota_get_next_update_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) @@ -66056,6 +66484,8 @@ esp_ota_mark_app_invalid_rollback_and_reboot esp-idf/app_update/libapp_upda esp_ota_mark_app_valid_cancel_rollback esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp_ota_set_boot_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp_ota_write esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_panic_handler esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) esp_partition_check_identity esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp_partition_deregister_external esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp_partition_erase_range esp-idf/spi_flash/libspi_flash.a(partition.c.obj) @@ -66100,6 +66530,7 @@ esp_partition_write esp-idf/spi_flash/libspi_flash esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) esp_perip_clk_init esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) +esp_phy_apply_phy_init_data /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_phy_common_clock_disable esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp_phy_common_clock_enable esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) @@ -66115,6 +66546,8 @@ esp_phy_rf_deinit esp-idf/esp_wifi/libesp_wifi.a esp_phy_rf_get_on_ts esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) esp_phy_rf_init esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) esp_phy_store_cal_data_to_nvs esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_phy_update_country_info esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp_pm_configure esp-idf/esp32/libesp32.a(pm_esp32.c.obj) esp_pm_dump_locks esp-idf/esp_common/libesp_common.a(pm_locks.c.obj) esp_pm_impl_get_mode esp-idf/esp32/libesp32.a(pm_esp32.c.obj) @@ -66158,23 +66591,24 @@ esp_register_freertos_idle_hook_for_cpu esp-idf/esp_common/libesp_comm esp_register_freertos_tick_hook esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) esp_register_freertos_tick_hook_for_cpu esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) esp-idf/esp32/libesp32.a(int_wdt.c.obj) -esp_register_shutdown_handler esp-idf/esp_common/libesp_common.a(system_api.c.obj) +esp_register_shutdown_handler esp-idf/esp_system/libesp_system.a(system_api.c.obj) esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) -esp_reset_reason esp-idf/esp32/libesp32.a(reset_reason.c.obj) +esp_reset_reason esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) -esp_reset_reason_get_hint esp-idf/esp32/libesp32.a(reset_reason.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) -esp_reset_reason_set_hint esp-idf/esp32/libesp32.a(reset_reason.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) +esp_reset_reason_get_hint esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_reset_reason_set_hint esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) esp-idf/esp_common/libesp_common.a(brownout.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) -esp_restart esp-idf/esp_common/libesp_common.a(system_api.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_restart esp-idf/esp_system/libesp_system.a(system_api.c.obj) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) esp_restart_noos esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp_common/libesp_common.a(system_api.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) esp-idf/esp_common/libesp_common.a(brownout.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) esp_rom_spiflash_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) esp_rom_spiflash_config_readmode esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) @@ -66198,12 +66632,12 @@ esp_rom_spiflash_write_encrypted esp-idf/spi_flash/libspi_flash esp_rom_spiflash_write_encrypted_disable esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) esp_rom_spiflash_write_encrypted_enable esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) esp_rom_spiflash_write_status esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) -esp_set_breakpoint_if_jtag esp-idf/esp32/libesp32.a(panic.c.obj) +esp_set_breakpoint_if_jtag esp-idf/soc/libsoc.a(cpu_util.c.obj) esp_set_deep_sleep_wake_stub esp-idf/esp32/libesp32.a(sleep_modes.c.obj) esp_set_time_from_rtc esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) -esp_set_watchpoint esp-idf/esp32/libesp32.a(panic.c.obj) +esp_set_watchpoint esp-idf/soc/libsoc.a(cpu_util.c.obj) esp-idf/freertos/libfreertos.a(port.c.obj) esp_setup_syscall_table esp-idf/newlib/libnewlib.a(syscall_table.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) @@ -66255,6 +66689,9 @@ esp_supplicant_init esp-idf/wpa_supplicant/libwpa_ esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) esp_sync_counters_rtc_and_frc esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) +esp_system_abort esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) esp_task_wdt_add esp-idf/esp32/libesp32.a(task_wdt.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) esp_task_wdt_deinit esp-idf/esp32/libesp32.a(task_wdt.c.obj) @@ -66333,7 +66770,7 @@ esp_tls_server_session_delete esp-idf/esp-tls/libesp-tls.a(e esp-idf/esp_https_server/libesp_https_server.a(https_server.c.obj) esp_tls_set_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) esp_tx_state_out /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) -esp_unregister_shutdown_handler esp-idf/esp_common/libesp_common.a(system_api.c.obj) +esp_unregister_shutdown_handler esp-idf/esp_system/libesp_system.a(system_api.c.obj) esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) esp_vApplicationIdleHook esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) @@ -66441,9 +66878,9 @@ esp_wifi_destroy_if_driver esp-idf/esp_wifi/libesp_wifi.a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) esp_wifi_disarm_sta_connection_timer_internal /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) esp_wifi_disconnect /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) esp_wifi_enable_sta_privacy_internal /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) esp_wifi_get_ant /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_wifi_get_ant_gpio /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) @@ -66456,11 +66893,11 @@ esp_wifi_get_beacon_interval /home/mithras/esp/esp-idf/comp esp_wifi_get_channel /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) esp_wifi_get_config /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) esp_wifi_get_config_channel_local /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) @@ -66566,11 +67003,11 @@ esp_wifi_scan_get_ap_num /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) esp_wifi_scan_get_ap_records /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_wifi_scan_get_cur_ap_info /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) esp_wifi_scan_get_cur_ap_record /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) esp_wifi_scan_sort_ap_records /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) esp_wifi_scan_sort_get_cur_ap_info /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) @@ -66595,10 +67032,10 @@ esp_wifi_set_beacon_interval /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) esp_wifi_set_channel /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_wifi_set_config /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) esp-idf/wifi/libwifi.a(wifi.c.obj) esp_wifi_set_country /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) @@ -66617,10 +67054,10 @@ esp_wifi_set_key_internal /home/mithras/esp/esp-idf/comp esp_wifi_set_mac /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_wifi_set_max_tx_power /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_wifi_set_mode /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) esp-idf/wifi/libwifi.a(wifi.c.obj) esp_wifi_set_promiscuous /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_wifi_set_promiscuous_ctrl_filter /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) @@ -66699,16 +67136,16 @@ esp_wifi_vnd_lora_enable /home/mithras/esp/esp-idf/comp esp_wifi_vnd_mesh_deinit /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_wifi_vnd_mesh_get /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_wifi_vnd_mesh_init /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_wifi_vnd_mesh_set /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp_wifi_vnd_roots_get /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) esp_wifi_vnd_roots_set /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -66758,11 +67195,11 @@ ets_delay_us /home/mithras/esp/esp-idf/comp esp-idf/esp32/libesp32.a(sleep_modes.c.obj) esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp32/libesp32.a(cpu_start.c.obj) esp-idf/soc/libsoc.a(rtc_time.c.obj) esp-idf/soc/libsoc.a(rtc_clk.c.obj) - esp-idf/newlib/libnewlib.a(time.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) - esp-idf/esp32/libesp32.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) ets_efuse_get_spiconfig esp-idf/bootloader_support/libbootloader_support.a(flash_qio_mode.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) ets_get_detected_xtal_freq esp-idf/esp32/libesp32.a(sleep_modes.c.obj) @@ -66781,8 +67218,6 @@ ets_printf esp-idf/esp_ringbuf/libesp_rin esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - esp-idf/soc/libsoc.a(rtc_time.c.obj) - esp-idf/soc/libsoc.a(rtc_clk.c.obj) esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/freertos/libfreertos.a(timers.c.obj) @@ -66791,11 +67226,13 @@ ets_printf esp-idf/esp_ringbuf/libesp_rin esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_common/libesp_common.a(esp_err.c.obj) esp-idf/esp_common/libesp_common.a(brownout.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) + esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/soc/libsoc.a(rtc_time.c.obj) + esp-idf/soc/libsoc.a(rtc_clk.c.obj) ets_set_appcpu_boot_addr esp-idf/esp32/libesp32.a(cpu_start.c.obj) ets_timer_arm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) @@ -67021,9 +67458,9 @@ free esp-idf/newlib/libnewlib.a(hea esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) @@ -67052,16 +67489,16 @@ free esp-idf/newlib/libnewlib.a(hea esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) esp-idf/esp_event/libesp_event.a(esp_event.c.obj) esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) esp-idf/newlib/libnewlib.a(reent_init.c.obj) @@ -67212,77 +67649,47 @@ g_intr_lock_mux /home/mithras/esp/esp-idf/comp g_is_mesh_started /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) g_is_root_fixed /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) g_is_standalone_sta /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) g_is_wifi_connected /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) g_is_wifi_connecting /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) g_is_wifi_disconnecting /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) g_log_level /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) g_log_mod /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) g_long_ampdu_retry /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) g_lwip_task esp-idf/lwip/liblwip.a(tcpip.c.obj) @@ -67296,41 +67703,44 @@ g_mesh_cfg_switch_parent /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) g_mesh_cfg_vote_percent /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_chain /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) g_mesh_conn /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) g_mesh_current_parent /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) g_mesh_ext_cfg /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) g_mesh_ext_vote_state /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) g_mesh_ie /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) -g_mesh_is_root /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_is_root /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) @@ -67346,15 +67756,15 @@ g_mesh_is_started /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) g_mesh_manual_nwk /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) g_mesh_max_layer /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) g_mesh_monitor_parent_beacon_count /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) g_mesh_nvs_settings /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) @@ -67368,29 +67778,31 @@ g_mesh_root_conflicts_allowed /home/mithras/esp/esp-idf/comp g_mesh_root_healing_delay /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) g_mesh_rt_capacity /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) g_mesh_self_map_addr /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) g_mesh_self_organized /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) g_mesh_self_sta_addr /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) g_mesh_stop_event_group /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) g_mesh_stop_reconnection /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_topology /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) g_mesh_xon_cfg_qsize /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) @@ -67405,20 +67817,20 @@ g_mpdu_retry_before_rts /home/mithras/esp/esp-idf/comp g_noise_now /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) g_osi_funcs_p /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) @@ -67431,15 +67843,14 @@ g_osi_funcs_p /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) @@ -67452,6 +67863,8 @@ g_osi_funcs_p /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +g_panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) g_phyFuns /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) @@ -67474,8 +67887,8 @@ g_sniffer_mode /home/mithras/esp/esp-idf/comp g_sta_connected_flag /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) g_ticks_per_us_app esp-idf/esp32/libesp32.a(clk.c.obj) -g_ticks_per_us_pro esp-idf/log/liblog.a(log_freertos.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) +g_ticks_per_us_pro esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) g_timer_info /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) g_wdev_csi_rx /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) g_wdev_csi_rx_ctx /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) @@ -67546,6 +67959,7 @@ g_wifi_nvs /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) @@ -67591,6 +68005,7 @@ gettimeofday /home/mithras/.espressif/tools esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) esp-idf/log/liblog.a(log_freertos.c.obj) global_arg esp-idf/ca/libca.a(gen_key.c.obj) + esp-idf/ca/libca.a(ca.c.obj) gmtime_r /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gmtime_r.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-lcltime_r.o) gpio_config esp-idf/driver/libdriver.a(gpio.c.obj) @@ -67665,8 +68080,8 @@ heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_ca heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) heap_caps_aligned_free esp-idf/heap/libheap.a(heap_caps.c.obj) heap_caps_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) @@ -67683,11 +68098,12 @@ heap_caps_free esp-idf/heap/libheap.a(heap_ca esp-idf/newlib/libnewlib.a(heap.c.obj) heap_caps_get_allocated_size esp-idf/heap/libheap.a(heap_caps.c.obj) heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) - esp-idf/esp_common/libesp_common.a(system_api.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) heap_caps_get_info esp-idf/heap/libheap.a(heap_caps.c.obj) heap_caps_get_largest_free_block esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) heap_caps_get_minimum_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) - esp-idf/esp_common/libesp_common.a(system_api.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) heap_caps_get_total_size esp-idf/heap/libheap.a(heap_caps.c.obj) heap_caps_init esp-idf/heap/libheap.a(heap_caps_init.c.obj) @@ -68319,7 +68735,6 @@ ieee80211_recv_action_vendor_spec /home/mithras/esp/esp-idf/comp ieee80211_recv_bar /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) -ieee80211_regdomain_attach /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) ieee80211_regdomain_chan_in_range /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) ieee80211_regdomain_chan_num /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) @@ -68430,7 +68845,6 @@ ieee80211_sta_disconnect /home/mithras/esp/esp-idf/comp ieee80211_sta_is_connected /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) ieee80211_sta_new_state /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) @@ -68455,6 +68869,9 @@ ieee80211_txq_enq /home/mithras/esp/esp-idf/comp ieee80211_update_channel /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_update_phy_country /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) ieee80211_user_ie_init /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) ieee80211_vnd_ie_set /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) ieee80211_vnd_ie_size /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) @@ -68522,14 +68939,14 @@ inet_chksum_pseudo_partial esp-idf/lwip/liblwip.a(inet_ch init_memory esp-idf/files/libfiles.a(file.c.obj) esp-idf/main/libmain.a(main.c.obj) int_wdt_app_cpu_ticked esp-idf/esp32/libesp32.a(int_wdt.c.obj) - esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) interface_mask /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) intr_matrix_set /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) - esp-idf/esp32/libesp32.a(cache_err_int.c.obj) esp-idf/esp32/libesp32.a(intr_alloc.c.obj) esp-idf/esp32/libesp32.a(int_wdt.c.obj) esp-idf/esp32/libesp32.a(dport_access.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) + esp-idf/esp32/libesp32.a(cache_err_int.c.obj) io_cfg2str /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) ioctl esp-idf/vfs/libvfs.a(vfs.c.obj) @@ -68585,6 +69002,7 @@ ip6_addr_any esp-idf/lwip/liblwip.a(ip6_add esp-idf/lwip/liblwip.a(nd6.c.obj) esp-idf/lwip/liblwip.a(mld6.c.obj) esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) ip6_chksum_pseudo esp-idf/lwip/liblwip.a(inet_chksum.c.obj) esp-idf/lwip/liblwip.a(nd6.c.obj) esp-idf/lwip/liblwip.a(mld6.c.obj) @@ -68695,9 +69113,11 @@ is_self_mac_greater /home/mithras/esp/esp-idf/comp iswspace /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-iswspace.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiscanf.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) +itoa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-itoa.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) labs /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-labs.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strftime.o) -ld_include_panic_highint_hdl esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) +ld_include_panic_highint_hdl esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) libcoexist_reversion_git /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) libcore_reversion_git /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) libmesh_reversion_git /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) @@ -68991,10 +69411,10 @@ malloc esp-idf/newlib/libnewlib.a(hea esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-enc.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-internal-dec.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) esp-idf/ca/libca.a(gen_key.c.obj) @@ -69083,6 +69503,7 @@ mbedtls_asn1_write_mpi esp-idf/mbedtls/mbedtls/librar esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) mbedtls_asn1_write_null esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) mbedtls_asn1_write_octet_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) mbedtls_asn1_write_oid esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_create.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) @@ -69202,6 +69623,7 @@ mbedtls_ctr_drbg_free esp-idf/mbedtls/mbedtls/librar esp-idf/ca/libca.a(ca.c.obj) mbedtls_ctr_drbg_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) esp-idf/ca/libca.a(gen_key.c.obj) esp-idf/ca/libca.a(ca.c.obj) mbedtls_ctr_drbg_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) @@ -69283,6 +69705,7 @@ mbedtls_ecdsa_read_signature esp-idf/mbedtls/mbedtls/librar mbedtls_ecdsa_read_signature_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) mbedtls_ecdsa_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) mbedtls_ecdsa_sign_det esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_sign_det_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) mbedtls_ecdsa_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) mbedtls_ecdsa_write_signature esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) @@ -69466,6 +69889,7 @@ mbedtls_hmac_drbg_set_prediction_resistance esp-idf/mbedtls/mbedtls/librar mbedtls_hmac_drbg_set_reseed_interval esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) mbedtls_hmac_drbg_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) mbedtls_hmac_drbg_update_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) mbedtls_hmac_drbg_update_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) mbedtls_hmac_drbg_write_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) mbedtls_internal_md5_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) @@ -69619,12 +70043,13 @@ mbedtls_mpi_cmp_int esp-idf/mbedtls/mbedtls/librar esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) mbedtls_mpi_cmp_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) @@ -69638,6 +70063,7 @@ mbedtls_mpi_copy esp-idf/mbedtls/mbedtls/librar esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) mbedtls_mpi_div_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) @@ -69685,6 +70111,7 @@ mbedtls_mpi_get_bit esp-idf/mbedtls/mbedtls/librar esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) mbedtls_mpi_grow esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) mbedtls_mpi_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) @@ -69723,6 +70150,8 @@ mbedtls_mpi_lset esp-idf/mbedtls/mbedtls/librar esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_lt_mpi_ct esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) mbedtls_mpi_mod_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) mbedtls_mpi_mod_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) @@ -69806,7 +70235,7 @@ mbedtls_mpi_sub_int esp-idf/mbedtls/mbedtls/librar mbedtls_mpi_sub_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) @@ -69820,6 +70249,7 @@ mbedtls_mpi_write_binary esp-idf/mbedtls/mbedtls/librar esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) mbedtls_mpi_write_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/ca/libca.a(gen_key.c.obj) @@ -69994,6 +70424,7 @@ mbedtls_platform_zeroize esp-idf/mbedtls/mbedtls/librar esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) @@ -70033,6 +70464,7 @@ mbedtls_rsa_gen_key esp-idf/mbedtls/mbedtls/librar mbedtls_rsa_get_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) mbedtls_rsa_import esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) mbedtls_rsa_import_raw esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) mbedtls_rsa_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) @@ -70728,17 +71160,17 @@ memchr /home/mithras/.espressif/tools esp-idf/nghttp/libnghttp.a(http_parser.c.obj) memcmp /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-memcmp.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) @@ -70765,6 +71197,7 @@ memcmp /home/mithras/.espressif/tools esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) @@ -70786,16 +71219,15 @@ memcmp /home/mithras/.espressif/tools esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) esp-idf/lwip/liblwip.a(ethernet.c.obj) esp-idf/lwip/liblwip.a(dhcpserver.c.obj) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) memcpy /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-memcpy.o) @@ -70805,6 +71237,7 @@ memcpy /home/mithras/.espressif/tools /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-mprec.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-gdtoa-gethex.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-dtoa.o) + /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strtod.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strndup_r.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strdup_r.o) @@ -70813,22 +71246,22 @@ memcpy /home/mithras/.espressif/tools /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fread.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fgets.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) esp-idf/lwip/liblwip.a(ethip6.c.obj) esp-idf/lwip/liblwip.a(netdb.c.obj) esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) @@ -70890,10 +71323,10 @@ memcpy /home/mithras/.espressif/tools esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) @@ -70904,7 +71337,6 @@ memcpy /home/mithras/.espressif/tools esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) @@ -70945,10 +71377,6 @@ memcpy /home/mithras/.espressif/tools esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) @@ -70963,6 +71391,12 @@ memcpy /home/mithras/.espressif/tools esp-idf/esp_event/libesp_event.a(esp_event.c.obj) esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/soc/libsoc.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/https_server/libhttps_server.a(https_server.c.obj) esp-idf/wifi/libwifi.a(wifi.c.obj) esp-idf/cmd_system/libcmd_system.a(cmd_system.c.obj) @@ -70972,9 +71406,9 @@ memcpy /home/mithras/.espressif/tools esp-idf/vfs/libvfs.a(vfs.c.obj) esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) memmove /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-memmove.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfiprintf.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-fvwrite.o) @@ -71055,23 +71489,23 @@ memset /home/mithras/.espressif/tools /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-findfp.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-bzero.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/no-rtti/libgcc.a(unwind-dw2-xtensa.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) esp-idf/lwip/liblwip.a(netdb.c.obj) esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) esp-idf/nghttp/libnghttp.a(http_parser.c.obj) @@ -71119,10 +71553,10 @@ memset /home/mithras/.espressif/tools esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) @@ -71160,8 +71594,6 @@ memset /home/mithras/.espressif/tools esp-idf/lwip/liblwip.a(raw.c.obj) esp-idf/lwip/liblwip.a(dhcpserver.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - esp-idf/spi_flash/libspi_flash.a(partition.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256.c.obj) @@ -71169,14 +71601,18 @@ memset /home/mithras/.espressif/tools esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-internal.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(md5.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(md5-internal.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/https_server/libhttps_server.a(https_server.c.obj) esp-idf/wifi/libwifi.a(wifi.c.obj) esp-idf/ca/libca.a(gen_key.c.obj) esp-idf/ca/libca.a(ca.c.obj) esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) esp-idf/vfs/libvfs.a(vfs_uart.c.obj) esp-idf/vfs/libvfs.a(vfs.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/esp32/libesp32.a(intr_alloc.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) @@ -71204,6 +71640,7 @@ mesh_bcn_change_timer_start /home/mithras/esp/esp-idf/comp mesh_candidate_monitor_timeout /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_candidate_monitor_timeout_process /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_chain_header_add_ttl /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) mesh_check_conflict_beacon /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) mesh_check_last_rcandidate /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_check_rc_expire /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -71213,12 +71650,13 @@ mesh_coding_ie_key /home/mithras/esp/esp-idf/comp mesh_conn_leave /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_conn_mutex /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) mesh_connect_to_candidate /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_connect_to_router /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_construct_rmv_announcement /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) mesh_create_task /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) mesh_csa_set_bssid /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -71226,18 +71664,19 @@ mesh_deinit_cb /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) mesh_disable_parent_switch_monitor /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_encrypt_ie_plain_key /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_fill_rmv_sub_child /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) mesh_find_root_competitor /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_flush_txQ /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) mesh_flush_upstream_packets /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) mesh_free /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) mesh_get_parent_candidate /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) mesh_get_parent_monitor_config /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) @@ -71257,9 +71696,9 @@ mesh_ie_monitor_timeout /home/mithras/esp/esp-idf/comp mesh_ie_monitor_timeout_process /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) mesh_ie_type2str /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_init_cb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) mesh_init_rcandidate /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -71274,34 +71713,35 @@ mesh_is_yield_root /home/mithras/esp/esp-idf/comp mesh_look_for_network /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) mesh_malloc /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_malloc_rmv_announcement /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) mesh_multi_recv_ack /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) mesh_multi_send_ack /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) mesh_mutex_lock /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) mesh_mutex_unlock /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) mesh_myself_mbox /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sta.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) mesh_node_process_cycle /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_node_process_disconnect /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_node_process_healing /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -71340,6 +71780,7 @@ mesh_nwk_process_yield_roots_monitor /home/mithras/esp/esp-idf/comp mesh_nwk_remove_conflict_roots /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_nwk_task_deinit /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_nwk_task_main /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_pack_rmv_announcement /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) mesh_parent_check_root_conflict /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_parent_insert_candidate /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_parent_select_done /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -71397,6 +71838,8 @@ mesh_self_xonseq /home/mithras/esp/esp-idf/comp mesh_send_block_deinit /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) mesh_send_block_main /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) mesh_send_process_flag /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_send_process_topo /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) mesh_send_roots_fixed /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_send_roots_gone /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) mesh_send_roots_stop /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) @@ -71449,6 +71892,9 @@ mesh_timer_mie_monitor /home/mithras/esp/esp-idf/comp mesh_timer_root_connect /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) mesh_timer_route_announce /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) mesh_timer_rt_change /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_topo_get_ttl /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) mesh_tx_cb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) mesh_tx_task_deinit /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) @@ -71508,8 +71954,14 @@ mld6_report_groups esp-idf/lwip/liblwip.a(mld6.c. mld6_stop esp-idf/lwip/liblwip.a(mld6.c.obj) esp-idf/lwip/liblwip.a(netif.c.obj) mld6_tmr esp-idf/lwip/liblwip.a(mld6.c.obj) -multi_heap_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj) -multi_heap_aligned_free esp-idf/heap/libheap.a(heap_caps.c.obj) +mpu_hal_set_region_access esp-idf/soc/libsoc.a(mpu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) +multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_aligned_alloc_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_aligned_free esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_aligned_free_impl esp-idf/heap/libheap.a(multi_heap.c.obj) multi_heap_check esp-idf/heap/libheap.a(multi_heap.c.obj) esp-idf/heap/libheap.a(heap_caps.c.obj) multi_heap_dump esp-idf/heap/libheap.a(multi_heap.c.obj) @@ -71677,6 +72129,7 @@ netif_init esp-idf/lwip/liblwip.a(netif.c esp-idf/lwip/liblwip.a(init.c.obj) netif_input esp-idf/lwip/liblwip.a(netif.c.obj) netif_ip6_addr_set esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) netif_ip6_addr_set_parts esp-idf/lwip/liblwip.a(netif.c.obj) netif_ip6_addr_set_state esp-idf/lwip/liblwip.a(netif.c.obj) esp-idf/lwip/liblwip.a(nd6.c.obj) @@ -71814,9 +72267,9 @@ nvs_set_u8 esp-idf/nvs_flash/libnvs_flash esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) nwk_event_id2str /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) omac1_aes_128 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) @@ -71861,9 +72314,20 @@ os_timer_setfn esp-idf/esp_timer/libesp_timer pTxRx /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) -panicHandler esp-idf/esp32/libesp32.a(panic.c.obj) - esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) - esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) +panicHandler esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) +panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) +panic_print_char esp-idf/esp_system/libesp_system.a(panic.c.obj) +panic_print_dec esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_hex esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_str esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_restart esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) pbkdf2_sha1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) @@ -72010,14 +72474,14 @@ pbus_rx_dco_cal_1step /home/mithras/esp/esp-idf/comp pcTaskGetTaskName esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) pcTimerGetTimerName esp-idf/freertos/libfreertos.a(timers.c.obj) pend_flag_periodic_cal /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) periph_module_disable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) esp-idf/driver/libdriver.a(spi_common.c.obj) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) @@ -72026,16 +72490,16 @@ periph_module_disable esp-idf/driver/libdriver.a(per periph_module_enable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aes.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) esp-idf/driver/libdriver.a(spi_common.c.obj) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) esp-idf/esp32/libesp32.a(int_wdt.c.obj) + esp-idf/esp32/libesp32.a(clk.c.obj) periph_module_reset esp-idf/driver/libdriver.a(periph_ctrl.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) esp-idf/driver/libdriver.a(spi_common.c.obj) @@ -72232,6 +72696,7 @@ pmksa_cache_clear_current esp-idf/wpa_supplicant/libwpa_ pmksa_cache_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) pmksa_cache_flush esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) pmksa_cache_get esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) pmksa_cache_get_current esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) @@ -72393,8 +72858,8 @@ print_rc_info /home/mithras/esp/esp-idf/comp print_roots_ie /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) print_sta_pmk /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) print_txupQ_pending /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) printf /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-printf.o) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) @@ -72771,6 +73236,7 @@ register_ca esp-idf/ca/libca.a(ca.c.obj) register_chipv7_phy /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) register_chipv7_phy_init_param /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) register_gen_key esp-idf/ca/libca.a(gen_key.c.obj) esp-idf/main/libmain.a(main.c.obj) register_ieee80211_action_vendor_get_key_cb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) @@ -72855,7 +73321,7 @@ rtc_clk_cpu_freq_set_config_fast esp-idf/soc/libsoc.a(rtc_clk.c rtc_clk_cpu_freq_set_xtal esp-idf/soc/libsoc.a(rtc_clk.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) rtc_clk_cpu_freq_to_config esp-idf/soc/libsoc.a(rtc_clk.c.obj) rtc_clk_cpu_freq_to_xtal esp-idf/soc/libsoc.a(rtc_clk.c.obj) rtc_clk_fast_freq_get esp-idf/soc/libsoc.a(rtc_clk.c.obj) @@ -72870,18 +73336,18 @@ rtc_clk_slow_freq_set esp-idf/soc/libsoc.a(rtc_clk.c rtc_clk_wait_for_slow_cycle esp-idf/soc/libsoc.a(rtc_time.c.obj) esp-idf/soc/libsoc.a(rtc_clk.c.obj) rtc_clk_xtal_freq_get esp-idf/soc/libsoc.a(rtc_clk.c.obj) - esp-idf/soc/libsoc.a(rtc_time.c.obj) esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/soc/libsoc.a(rtc_time.c.obj) rtc_clk_xtal_freq_update esp-idf/soc/libsoc.a(rtc_clk.c.obj) rtc_cmd_ext_wakeup /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) rtc_cmd_wakeup_conf /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) rtc_get_reset_reason esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - esp-idf/esp32/libesp32.a(reset_reason.c.obj) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) + esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) rtc_get_st /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) rtc_get_xtal esp-idf/soc/libsoc.a(rtc_clk.c.obj) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) @@ -72988,11 +73454,11 @@ rtc_vddsdio_set_config esp-idf/soc/libsoc.a(rtc_init. rtc_wdt_disable esp-idf/soc/libsoc.a(rtc_wdt.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) rtc_wdt_enable esp-idf/soc/libsoc.a(rtc_wdt.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) rtc_wdt_feed esp-idf/soc/libsoc.a(rtc_wdt.c.obj) esp-idf/esp32/libesp32.a(clk.c.obj) rtc_wdt_flashboot_mode_enable esp-idf/soc/libsoc.a(rtc_wdt.c.obj) @@ -73001,29 +73467,29 @@ rtc_wdt_get_protect_status esp-idf/soc/libsoc.a(rtc_wdt.c rtc_wdt_get_timeout esp-idf/soc/libsoc.a(rtc_wdt.c.obj) rtc_wdt_is_on esp-idf/soc/libsoc.a(rtc_wdt.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) rtc_wdt_protect_off esp-idf/soc/libsoc.a(rtc_wdt.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) rtc_wdt_protect_on esp-idf/soc/libsoc.a(rtc_wdt.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) esp-idf/esp32/libesp32.a(clk.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) rtc_wdt_set_length_of_reset_signal esp-idf/soc/libsoc.a(rtc_wdt.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) rtc_wdt_set_stage esp-idf/soc/libsoc.a(rtc_wdt.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) rtc_wdt_set_time esp-idf/soc/libsoc.a(rtc_wdt.c.obj) esp-idf/esp32/libesp32.a(sleep_modes.c.obj) - esp-idf/esp32/libesp32.a(clk.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) rtc_wifi_force_pd /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) rtcio_hal_isolate esp-idf/soc/libsoc.a(rtc_io_hal.c.obj) esp-idf/driver/libdriver.a(rtc_io.c.obj) @@ -73204,15 +73670,20 @@ snprintf /home/mithras/.espressif/tools esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) esp-idf/console/libconsole.a(linenoise.c.obj) - esp-idf/log/liblog.a(log_freertos.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) esp-idf/esp_common/libesp_common.a(ipc.c.obj) esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) soc_get_available_memory_region_max_count esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) esp-idf/heap/libheap.a(heap_caps_init.c.obj) soc_get_available_memory_regions esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_hal_stall_core esp-idf/soc/libsoc.a(soc_hal.c.obj) + esp-idf/soc/libsoc.a(cpu_util.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +soc_hal_unstall_core esp-idf/soc/libsoc.a(soc_hal.c.obj) + esp-idf/soc/libsoc.a(cpu_util.c.obj) soc_memory_region_count esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) esp-idf/heap/libheap.a(heap_caps_init.c.obj) @@ -73229,7 +73700,8 @@ spi_bus_remove_flash_device esp-idf/spi_flash/libspi_flash spi_flash_cache2phys esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) spi_flash_cache_enabled esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) spi_flash_check_and_flush_cache esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) @@ -73300,7 +73772,7 @@ spi_flash_disable_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash spi_flash_disable_interrupts_caches_and_other_cpu_no_os esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) spi_flash_enable_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) spi_flash_enable_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) @@ -73526,9 +73998,9 @@ spiffs_probe esp-idf/spiffs/libspiffs.a(spi esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) sprintf /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sprintf.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-svfscanf.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) @@ -73566,6 +74038,9 @@ start_cpu1 esp-idf/esp32/libesp32.a(cpu_s start_cpu1_default esp-idf/esp32/libesp32.a(cpu_start.c.obj) stat /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-sysstat.o) esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +strcat /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strcat.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) strchr /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strchr.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strrchr.o) /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-getopt.o) @@ -73595,8 +74070,8 @@ strcmp /home/mithras/.espressif/tools esp-idf/log/liblog.a(log.c.obj) esp-idf/lwip/liblwip.a(dns.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) esp-idf/cmd_nvs/libcmd_nvs.a(cmd_nvs.c.obj) esp-idf/ca/libca.a(gen_key.c.obj) esp-idf/ca/libca.a(ca.c.obj) @@ -73748,13 +74223,14 @@ strndup /home/mithras/.espressif/tools esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) strnlen /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strnlen.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) - /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) strrchr /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strrchr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) esp-idf/console/libconsole.a(argtable3.c.obj) strstr /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-strstr.o) esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) @@ -73886,11 +74362,10 @@ system_get_rtc_time esp-idf/newlib/libnewlib.a(tim system_get_time esp-idf/newlib/libnewlib.a(time.c.obj) system_relative_time esp-idf/newlib/libnewlib.a(time.c.obj) target_power_backoff /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) target_power_backoff_qdb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) taskYIELD_OTHER_CORE esp-idf/freertos/libfreertos.a(tasks.c.obj) -task_create esp-idf/ca/libca.a(gen_key.c.obj) -task_run esp-idf/ca/libca.a(gen_key.c.obj) tcdrain esp-idf/vfs/libvfs.a(vfs.c.obj) tcflow esp-idf/vfs/libvfs.a(vfs.c.obj) tcflush esp-idf/vfs/libvfs.a(vfs.c.obj) @@ -74238,6 +74713,7 @@ tx_pwctrl_track_num /home/mithras/esp/esp-idf/comp tx_rf_ana_gain /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) tx_state_id2str /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) tx_wifi_err2str /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) txcal_debuge_mode /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) @@ -74340,6 +74816,7 @@ uart_hal_tx_break esp-idf/soc/libsoc.a(uart_hal_ uart_hal_txfifo_rst esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) uart_hal_write_txfifo esp-idf/soc/libsoc.a(uart_hal_iram.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) uart_intr_config esp-idf/driver/libdriver.a(uart.c.obj) uart_is_driver_installed esp-idf/driver/libdriver.a(uart.c.obj) esp-idf/vfs/libvfs.a(vfs_uart.c.obj) @@ -74446,6 +74923,7 @@ unregister_ieee80211_action_vendor_spec_cb /home/mithras/esp/esp-idf/comp unregister_ieee80211_rfid_locp_recv_cb /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) usleep esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/console/libconsole.a(linenoise.c.obj) +utoa /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc.a(lib_a-utoa.o) uxEventGroupGetNumber esp-idf/freertos/libfreertos.a(event_groups.c.obj) uxListRemove esp-idf/freertos/libfreertos.a(list.c.obj) esp-idf/freertos/libfreertos.a(timers.c.obj) @@ -74471,7 +74949,7 @@ uxTaskPriorityGetFromISR esp-idf/freertos/libfreertos.a uxTaskResetEventItemValue esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/freertos/libfreertos.a(event_groups.c.obj) uxTopUsedPriority esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) -vApplicationStackOverflowHook esp-idf/esp32/libesp32.a(panic.c.obj) +vApplicationStackOverflowHook esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) vEventGroupClearBitsCallback esp-idf/freertos/libfreertos.a(event_groups.c.obj) vEventGroupDelete esp-idf/freertos/libfreertos.a(event_groups.c.obj) @@ -74641,7 +75119,7 @@ vTaskSuspend esp-idf/freertos/libfreertos.a esp-idf/pthread/libpthread.a(pthread.c.obj) vTaskSuspendAll esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/esp_common/libesp_common.a(system_api.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) esp-idf/freertos/libfreertos.a(timers.c.obj) vTaskSwitchContext esp-idf/freertos/libfreertos.a(tasks.c.obj) @@ -74894,6 +75372,40 @@ wifi_is_stop_in_progress /home/mithras/esp/esp-idf/comp /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) wifi_lmac_deinit /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) wifi_lmac_init /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_log /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) wifi_mac_restore /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) wifi_malloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) @@ -75226,10 +75738,13 @@ wpa_sm_set_state esp-idf/wpa_supplicant/libwpa_ wpa_snprintf_hex esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) wpa_snprintf_hex_uppercase esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) +wpa_sta_clear_curr_pmksa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) wpa_sta_connect esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) wpa_sta_in_4way_handshake esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) wpa_sta_is_cur_pmksa_set esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) wpa_supplicant_check_group_cipher esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) wpa_supplicant_clr_countermeasures esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) wpa_supplicant_decrypt_key_data esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) @@ -75261,6 +75776,7 @@ wpabuf_alloc esp-idf/wpa_supplicant/libwpa_ esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) wpabuf_alloc_copy esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) wpabuf_alloc_ext_data esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) wpabuf_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) wpabuf_concat esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) @@ -75313,15 +75829,15 @@ xPortGetTickRateHz esp-idf/freertos/libfreertos.a xPortInIsrContext esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/esp32/libesp32.a(pm_esp32.c.obj) esp-idf/driver/libdriver.a(periph_ctrl.c.obj) - esp-idf/log/liblog.a(log_freertos.c.obj) esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) esp-idf/esp32/libesp32.a(intr_alloc.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) xPortInterruptedFromISRContext esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) xPortStartScheduler esp-idf/freertos/libfreertos.a(port.c.obj) esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) @@ -75337,17 +75853,17 @@ xQueueCreateMutex esp-idf/freertos/libfreertos.a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) - esp-idf/log/liblog.a(log_freertos.c.obj) esp-idf/lwip/liblwip.a(sys_arch.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) esp-idf/esp_event/libesp_event.a(esp_event.c.obj) esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/esp_common/libesp_common.a(ipc.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) xQueueCreateSet esp-idf/freertos/libfreertos.a(queue.c.obj) xQueueGenericCreate esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) @@ -75365,7 +75881,6 @@ xQueueGenericReceive esp-idf/freertos/libfreertos.a esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) - esp-idf/log/liblog.a(log_freertos.c.obj) esp-idf/lwip/liblwip.a(sys_arch.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) @@ -75378,6 +75893,7 @@ xQueueGenericReceive esp-idf/freertos/libfreertos.a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) esp-idf/esp_common/libesp_common.a(ipc.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) xQueueGenericReset esp-idf/freertos/libfreertos.a(queue.c.obj) xQueueGenericSend esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) @@ -75385,7 +75901,6 @@ xQueueGenericSend esp-idf/freertos/libfreertos.a esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) - esp-idf/log/liblog.a(log_freertos.c.obj) esp-idf/lwip/liblwip.a(sys_arch.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) @@ -75397,6 +75912,7 @@ xQueueGenericSend esp-idf/freertos/libfreertos.a esp-idf/freertos/libfreertos.a(timers.c.obj) esp-idf/esp_common/libesp_common.a(ipc.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) xQueueGenericSendFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) esp-idf/lwip/liblwip.a(sys_arch.c.obj) @@ -75416,8 +75932,8 @@ xQueueGiveFromISR esp-idf/freertos/libfreertos.a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) xQueueGiveMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) xQueueIsQueueEmptyFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) @@ -75432,8 +75948,8 @@ xQueueSelectFromSet esp-idf/freertos/libfreertos.a xQueueSelectFromSetFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) xQueueTakeMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/pthread/libpthread.a(pthread.c.obj) xRingbufferAddToQueueSetRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) @@ -75489,30 +76005,30 @@ xTaskGetCurrentTaskHandle esp-idf/freertos/libfreertos.a esp-idf/pthread/libpthread.a(pthread.c.obj) xTaskGetCurrentTaskHandleForCPU esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) - esp-idf/esp32/libesp32.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) xTaskGetIdleTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) xTaskGetIdleTaskHandleForCPU esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/esp32/libesp32.a(task_wdt.c.obj) esp-idf/esp32/libesp32.a(cpu_start.c.obj) xTaskGetSchedulerState esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/log/liblog.a(log_freertos.c.obj) esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) esp-idf/newlib/libnewlib.a(locks.c.obj) esp-idf/freertos/libfreertos.a(timers.c.obj) esp-idf/freertos/libfreertos.a(queue.c.obj) esp-idf/esp_common/libesp_common.a(ipc.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) xTaskGetTickCount esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) esp-idf/driver/libdriver.a(uart.c.obj) - esp-idf/log/liblog.a(log_freertos.c.obj) esp-idf/lwip/liblwip.a(sys_arch.c.obj) esp-idf/esp_event/libesp_event.a(esp_event.c.obj) esp-idf/newlib/libnewlib.a(time.c.obj) esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) xTaskGetTickCountFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) esp-idf/log/liblog.a(log_freertos.c.obj) xTaskIncrementTick esp-idf/freertos/libfreertos.a(tasks.c.obj) @@ -75550,31 +76066,31 @@ xphyQueue /home/mithras/esp/esp-idf/comp xt_clock_freq esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) xt_debugexception esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) -xt_highint4 esp-idf/esp32/libesp32.a(dport_panic_highint_hdl.S.obj) +xt_highint4 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) xt_highint5 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) xt_ints_off esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - esp-idf/esp32/libesp32.a(cache_err_int.c.obj) esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) esp-idf/esp32/libesp32.a(intr_alloc.c.obj) esp-idf/esp32/libesp32.a(int_wdt.c.obj) esp-idf/esp32/libesp32.a(dport_access.c.obj) + esp-idf/esp32/libesp32.a(cache_err_int.c.obj) xt_ints_on esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/freertos/libfreertos.a(portasm.S.obj) - esp-idf/esp32/libesp32.a(cache_err_int.c.obj) esp-idf/esp32/libesp32.a(intr_alloc.c.obj) esp-idf/esp32/libesp32.a(int_wdt.c.obj) esp-idf/esp32/libesp32.a(dport_access.c.obj) + esp-idf/esp32/libesp32.a(cache_err_int.c.obj) xt_nmi esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) xt_set_exception_handler esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) xt_set_interrupt_handler esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) esp-idf/esp32/libesp32.a(intr_alloc.c.obj) -xt_unhandled_exception esp-idf/esp32/libesp32.a(panic.c.obj) +xt_unhandled_exception esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) esp-idf/freertos/libfreertos.a(xtensa_intr_asm.S.obj) xt_unhandled_interrupt esp-idf/freertos/libfreertos.a(xtensa_intr.c.obj) diff --git a/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt b/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt index 65f9b43..f49526c 100644 --- a/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt +++ b/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt @@ -1 +1 @@ -cmd='/usr/bin/cmake;-DSDKCONFIG=/home/mithras/Documents/bakalarka/sdkconfig;-DIDF_PATH=/home/mithras/esp/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python;-DEXTRA_COMPONENT_DIRS=/home/mithras/esp/esp-idf/components/bootloader;-DLEGACY_INCLUDE_COMMON_HEADERS=;-GNinja;' +cmd='/usr/bin/cmake;-DSDKCONFIG=/home/mithras/esp/bakalarka/sdkconfig;-DIDF_PATH=/home/mithras/esp/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=python;-DEXTRA_COMPONENT_DIRS=/home/mithras/esp/esp-idf/components/bootloader;-DLEGACY_INCLUDE_COMMON_HEADERS=;-GNinja;' diff --git a/build/bootloader/.bin_timestamp b/build/bootloader/.bin_timestamp index ea91bbb..82cfd12 100644 --- a/build/bootloader/.bin_timestamp +++ b/build/bootloader/.bin_timestamp @@ -1 +1 @@ -af3f4e38b844bed1e1b37ceda9ffa101 /home/mithras/Documents/bakalarka/build/bootloader/bootloader.bin +513c2f2b315eab4e315b7e6bed994458 /home/mithras/esp/bakalarka/build/bootloader/bootloader.bin diff --git a/build/bootloader/.ninja_deps b/build/bootloader/.ninja_deps index 4f1c36c84867bd35da146f8ebdb0116927ab27d2..48552df8076911f1ca791fe4f204972e88f60ab1 100644 GIT binary patch literal 57868 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 P-|Zn@E4MrX9t8gjc_P}7 literal 55900 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 diff --git a/build/bootloader/.ninja_log b/build/bootloader/.ninja_log index a53a26b..deeb27d 100644 --- a/build/bootloader/.ninja_log +++ b/build/bootloader/.ninja_log @@ -1,101 +1,102 @@ # ninja log v5 -1 111 1584721289 project_elf_src.c 4c9fd5165270a02a -111 224 1584721289 CMakeFiles/bootloader.elf.dir/project_elf_src.c.obj 39f2c4d183d9f94c -22 253 1584721289 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj 42e3d81226d253a4 -12 379 1584721289 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj d3c5ede6e6c27299 -37 455 1584721289 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj 81562121d4fb8150 -43 560 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj 8898a12c67cd33fa -51 573 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj a9f6c39a17230087 -224 669 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj f48c1e166a2e5ff9 -253 846 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj 2b859dddff4d3d9f -669 853 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj a048c55f35ee797b -456 862 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj 99f23d5e1b52ca97 -573 980 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj 24f02975769053da -846 1048 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj 932944a4d1329f67 -560 1071 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj 4b73bd149c7cd7c8 -862 1123 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj 9a522f0be4dd86ee -379 1138 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj 734a3835b3cf6628 -980 1245 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj 112e1299c02e11f3 -1048 1255 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj 45d5062a3404d3b1 -1138 1361 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj 3ba313cb854b7073 -1071 1449 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj 3f12f9d6e619127 -1245 1490 1584721290 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj a0d584cef520acc9 -1361 1732 1584721291 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj 28861ccb80887623 -853 1754 1584721291 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj 23752131344e1500 -1123 1766 1584721291 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj 77be850043e71b69 -1449 1937 1584721291 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj 3fd764a3b977514d -1732 2080 1584721291 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj c306442c10391e75 -1755 2089 1584721291 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj 586f148eb0beb3b8 -1490 2111 1584721291 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj 518ceb6b757d2bae -1255 2119 1584721291 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj 401a093051f100f0 -2080 2267 1584721291 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj 8c40554611e8cf48 -2089 2494 1584721291 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj 917406aff40ca5af -2119 2749 1584721292 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj e6016913e36d6ddb -2494 2785 1584721292 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj d6006871ca7cae96 -2267 2807 1584721292 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj 69d85f7f3a5da155 -1766 2927 1584721292 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj f12140b1d002c08a -2785 3250 1584721292 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj ec08a34b72b43988 -2111 3301 1584721292 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj 14859c48f59abda8 -2807 3338 1584721292 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj 6f320ac5112d072e -2749 3361 1584721292 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj 16566f01f3195d7e -3250 3394 1584721292 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj 3b4e6f523647b79a -1937 3448 1584721292 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj 7e9268532abcfae9 -3394 3611 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj 36ef8dc73befd7d8 -3301 3622 1584721293 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj 24213a63c172023c -3338 3627 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj 677c43cfb05268b6 -3361 3644 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj 68c2864a17543c0c -3448 3686 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj 24950562e87a7da7 -3611 3712 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj 341011598e117e7b -3644 3739 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj c4b7c27093e4cb19 -3627 3807 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj befd0f7ac453e6b9 -3686 3873 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj 8fab98c12dc6e1cc -3712 3894 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj 7911e14d5520a5b7 -3807 3919 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj 662fd3584c684d3b -3622 3933 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj 808de98b692dc899 -3739 3968 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj 74f3efe5b6a5fd5e -3873 4038 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj e69c64ca1a755812 -3894 4121 1584721293 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj b1af8f36f7824178 -3968 4177 1584721293 esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj 768afe5d5c7937af -3919 4290 1584721293 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 4baefb36b582ee85 -3934 4360 1584721293 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 4dd4488d06e527ea -2927 4437 1584721293 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj 68d93774c493d6c5 -4177 4446 1584721293 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj c066160c8c5bc4e7 -4360 4551 1584721294 esp-idf/log/liblog.a 3c0f1be6faeb5037 -4290 4588 1584721294 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj a13548688a81f026 -4551 4685 1584721294 esp-idf/soc/soc/esp32/libsoc_esp32.a 5535786e5680a71 -4437 4825 1584721294 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj 15290b95c219900e -4685 4828 1584721294 esp-idf/soc/libsoc.a 1570b58e380cf730 -4446 4909 1584721294 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj 9048a75f29b34891 -4121 4942 1584721294 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj f38c73437017eb3f -4589 4994 1584721294 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj c43194974e29b4b2 -4825 5176 1584721294 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 7858373c3da35667 -4909 5466 1584721294 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj 6b0dd43a50bc87a3 -4828 5475 1584721294 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj f235884acab48ea5 -4994 5524 1584721294 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj 6f345af67cfa1dd1 -4942 5758 1584721295 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 16d13c8b378bab1 -5176 5778 1584721295 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj c01c0f5dd202d512 -5524 5867 1584721295 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 2cbd6f45bf171db9 -5867 6134 1584721295 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj 736d206ef8002f9e -5778 6273 1584721295 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj 92ec694ceec1fd80 -5475 6304 1584721295 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 512d67f2eba22aaa -5758 6323 1584721295 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj 259a7ce5be468a98 -4038 6392 1584721295 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/micro-ecc/uECC.c.obj be714a60aa45b932 -6134 6432 1584721295 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 585b0ddb213dbf3f -6392 6542 1584721296 esp-idf/micro-ecc/libmicro-ecc.a 17c637439710cf25 -6304 6643 1584721296 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj 12699e613499e44b -6273 6725 1584721296 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj e3c598253458ab34 -5468 6794 1584721296 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj e2ca1680d816129b -6432 6800 1584721296 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_signatures.c.obj 8f21778471c0be6 -6323 7019 1584721296 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/flash_encrypt.c.obj 49cf861170b4d05b -6725 7077 1584721296 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj e5f8113653675df9 -6542 7167 1584721296 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot.c.obj 70cf295a874ba7ea -6643 7331 1584721296 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj 2fcd32e9793fbb88 -7331 7431 1584721296 esp-idf/bootloader_support/libbootloader_support.a f8e76f8d77921e80 -7431 7536 1584721297 esp-idf/efuse/libefuse.a 8b73fc3e19818359 -7536 7618 1584721297 esp-idf/spi_flash/libspi_flash.a d0e2a18fd79e1fab -7618 7669 1584721297 esp-idf/main/libmain.a 540777458a2e8b0a -7669 7856 1584721297 bootloader.elf 559c852b4006a53b -7856 8808 1584721298 .bin_timestamp cbf29532614689a2 -4 334 1584808802 bootloader.elf 559c852b4006a53b -334 964 1584808802 .bin_timestamp 978208c277b55428 -2 248 1584808895 .bin_timestamp cbf29532614689a2 +1 82 1584850577 project_elf_src.c 8727c1285057a039 +82 168 1584850577 CMakeFiles/bootloader.elf.dir/project_elf_src.c.obj 262d11715f456607 +48 204 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj 2f891f129d619d40 +56 287 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj 9b0174a8d69b2bb5 +16 304 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj 550b8bc621908750 +32 342 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj b113d3e5ef9a5089 +70 436 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj 69fc22f5505b8c6e +204 512 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj ec64cd1887ff07ff +287 549 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj df2df67e97a5ad25 +169 560 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj 737d60cf19c3bee8 +304 639 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj cba3d8369d2e676d +561 652 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj b6d1e3e40f98cd34 +437 663 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj dd5e779853e1e16f +512 787 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj 578d6f75ea132095 +639 820 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj f2f9b2ec503da1da +663 840 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj 5149501c986a9681 +549 882 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj 1243c06aa85932d6 +787 931 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj b9b6a8eff8e339fe +820 1018 1584850577 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj 75552f94b62a77fd +342 1091 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj a0c310fc8bb1e998 +840 1104 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj 6efffa7b211c8c3d +931 1148 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj e5c0f896301f9aa +1018 1229 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj ed0ca5cc3700e60d +652 1334 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj 1eed93cd420465a3 +1104 1355 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj 139ab440e0a50c0f +882 1370 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj 56dbcbe8c694c1a6 +1148 1450 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj bf12f74cc7941edb +1334 1535 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj 9dd0387e651f0ee4 +1370 1588 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj 6f4f44f57c9c4841 +1355 1598 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj 85daffbf922989d9 +1091 1637 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj b81751b96def929b +1229 1755 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj af2e6529960e0678 +1599 1775 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj 35a1d3d99758b2cb +1450 1821 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj d2f6aa3c0096b60 +1821 1985 1584850578 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj 52cdba32d9d02f93 +1755 2264 1584850579 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj 4b682eed809afd5b +1775 2274 1584850579 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj d630a0cc0d40d909 +1637 2526 1584850579 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj 496150f0d48fc0cc +2526 2545 1584850579 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj 5d9331f5f8bd1105 +1985 2563 1584850579 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj 866b17e2a1cd8f1b +1535 2693 1584850579 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj dbce094077d840fe +2264 2723 1584850579 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj 3c2ae5c2dc06055e +1588 2756 1584850579 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj 69832a5bddc3573f +2545 2776 1584850579 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj 4814e5cc091d40e3 +2563 2777 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj 4487e6fe0d6304c5 +2274 2788 1584850579 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj 883cb3bb3e6c6863 +2693 2801 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj c83d0578b7d13c32 +2723 2864 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj eb0fe06bf3a21adf +2776 2873 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj a505a4922de37551 +2801 2880 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj 5e77cecc92caa58e +2756 2885 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj aa548635efba49b8 +2788 2919 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj 7651553f20ad7550 +2880 2956 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj 6a3329ec09c92f43 +2885 2980 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj 8c3d741ea278eef1 +2777 2995 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj 7a916d97c37e55b +2873 3000 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj d516a151de9ae984 +2864 3030 1584850579 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj 8c2896c0e5a00d1 +2919 3052 1584850580 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj 18c25ecb0d71650e +2956 3111 1584850580 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj aac9bcbcf11d5535 +3000 3214 1584850580 esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj de975716e137015f +3111 3305 1584850580 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj 275c82162bd3096f +2980 3318 1584850580 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 5236cfb16f23a891 +2995 3360 1584850580 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 4ace7f3205c676f5 +3214 3470 1584850580 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj 6a21ce575cc925bf +3360 3492 1584850580 esp-idf/log/liblog.a 3c0f1be6faeb5037 +3305 3562 1584850580 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj 49474a9dd4b14cb7 +3492 3635 1584850580 esp-idf/soc/soc/esp32/libsoc_esp32.a 5535786e5680a71 +3318 3683 1584850580 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj bafdaba53d01718a +3562 3723 1584850580 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 77a6589b9904842a +3635 3773 1584850580 esp-idf/soc/libsoc.a 3e4f5ac0e3a61569 +3052 3791 1584850580 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj 5ca751965d623aa8 +3470 3891 1584850580 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj cbeb7a0888d9412f +3723 4003 1584850580 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj b0e5d5558e73f8aa +3892 4065 1584850581 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 53bad9ca874fb9c6 +3791 4291 1584850581 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj 4c2c5a73da6511de +3683 4326 1584850581 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj 8ab86544976b9710 +3773 4352 1584850581 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 64c5bb9c61d48f86 +4003 4364 1584850581 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj 943410948ea8b075 +4326 4620 1584850581 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj bce24b5b267eaed0 +4365 4715 1584850581 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj d959e31199bfdff3 +4352 4787 1584850581 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj 3a58b465fddda9b0 +4620 4840 1584850581 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj 6d75dbf2af1997b2 +4715 4926 1584850581 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 681583d5ea1c415d +4065 5032 1584850581 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 89d64c59b01a40ed +4291 5139 1584850582 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj ab80da07fdc0b8cb +4840 5233 1584850582 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj 2c5665c4685606df +4787 5275 1584850582 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj 8d340c14fabc31f7 +5139 5387 1584850582 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 47039cc88ef7a25e +4926 5410 1584850582 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/flash_encrypt.c.obj 487ed6f1f43704b0 +3030 5503 1584850582 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj 1e3cd575b6f9f2e9 +5032 5522 1584850582 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj cff283b9e43f43a9 +5503 5594 1584850582 esp-idf/micro-ecc/libmicro-ecc.a d7a6482da236b013 +5594 5686 1584850582 esp-idf/bootloader_support/libbootloader_support.a 5be4880d77ce2108 +5686 5747 1584850582 esp-idf/efuse/libefuse.a 8b73fc3e19818359 +5747 5802 1584850582 esp-idf/spi_flash/libspi_flash.a d0e2a18fd79e1fab +5802 5839 1584850582 esp-idf/main/libmain.a 540777458a2e8b0a +5840 6025 1584850582 bootloader.elf dfb7248c8dab7ea4 +6025 6396 1584850583 .bin_timestamp 7606649684278b10 +0 4471 1585020623 build.ninja 67fcd4bb430fc215 +0 2257 1585062202 build.ninja 67fcd4bb430fc215 +2 236 1585062202 .bin_timestamp adb63170bd190c36 diff --git a/build/bootloader/CMakeCache.txt b/build/bootloader/CMakeCache.txt index 3f5070e..0e7cc66 100644 --- a/build/bootloader/CMakeCache.txt +++ b/build/bootloader/CMakeCache.txt @@ -1,5 +1,5 @@ # This is the CMakeCache file. -# For build in directory: /home/mithras/Documents/bakalarka/build/bootloader +# For build in directory: /home/mithras/esp/bakalarka/build/bootloader # It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. @@ -214,13 +214,13 @@ IDF_TARGET:STRING=esp32 LEGACY_INCLUDE_COMMON_HEADERS:UNINITIALIZED= //No help, variable specified on the command line. -PYTHON:UNINITIALIZED=/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python +PYTHON:UNINITIALIZED=python //No help, variable specified on the command line. PYTHON_DEPS_CHECKED:UNINITIALIZED=1 //No help, variable specified on the command line. -SDKCONFIG:UNINITIALIZED=/home/mithras/Documents/bakalarka/sdkconfig +SDKCONFIG:UNINITIALIZED=/home/mithras/esp/bakalarka/sdkconfig //Dependencies for the target __idf_bootloader_support_LIB_DEPENDS:STATIC=general;__idf_log; @@ -244,13 +244,13 @@ __idf_soc_LIB_DEPENDS:STATIC=general;__idf_log;general;__idf_esp_rom;general;__i __idf_spi_flash_LIB_DEPENDS:STATIC=general;__idf_log; //Value Computed by CMake -bootloader_BINARY_DIR:STATIC=/home/mithras/Documents/bakalarka/build/bootloader +bootloader_BINARY_DIR:STATIC=/home/mithras/esp/bakalarka/build/bootloader //Value Computed by CMake bootloader_SOURCE_DIR:STATIC=/home/mithras/esp/esp-idf/components/bootloader/subproject //Value Computed by CMake -esp-idf_BINARY_DIR:STATIC=/home/mithras/Documents/bakalarka/build/bootloader/esp-idf +esp-idf_BINARY_DIR:STATIC=/home/mithras/esp/bakalarka/build/bootloader/esp-idf //Value Computed by CMake esp-idf_SOURCE_DIR:STATIC=/home/mithras/esp/esp-idf @@ -281,7 +281,7 @@ CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/mithras/Documents/bakalarka/build/bootloader +CMAKE_CACHEFILE_DIR:INTERNAL=/home/mithras/esp/bakalarka/build/bootloader //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache diff --git a/build/bootloader/CMakeFiles/3.10.2/CMakeSystem.cmake b/build/bootloader/CMakeFiles/3.10.2/CMakeSystem.cmake index 0773d3c..1a63a5c 100644 --- a/build/bootloader/CMakeFiles/3.10.2/CMakeSystem.cmake +++ b/build/bootloader/CMakeFiles/3.10.2/CMakeSystem.cmake @@ -1,6 +1,6 @@ -set(CMAKE_HOST_SYSTEM "Linux-4.15.0-91-generic") +set(CMAKE_HOST_SYSTEM "Linux-5.0.0-32-generic") set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "4.15.0-91-generic") +set(CMAKE_HOST_SYSTEM_VERSION "5.0.0-32-generic") set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") include("/home/mithras/esp/esp-idf/tools/cmake/toolchain-esp32.cmake") diff --git a/build/bootloader/CMakeFiles/CMakeOutput.log b/build/bootloader/CMakeFiles/CMakeOutput.log index 625d60d..018be6e 100644 --- a/build/bootloader/CMakeFiles/CMakeOutput.log +++ b/build/bootloader/CMakeFiles/CMakeOutput.log @@ -1,5 +1,5 @@ The target system is: Generic - - -The host system is: Linux - 4.15.0-91-generic - x86_64 +The host system is: Linux - 5.0.0-32-generic - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Build flags: -mlongcalls;-Wno-frame-address @@ -11,7 +11,7 @@ The output was: Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" -The C compiler identification is GNU, found in "/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/3.10.2/CompilerIdC/a.out" +The C compiler identification is GNU, found in "/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/3.10.2/CompilerIdC/a.out" Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ @@ -24,7 +24,7 @@ The output was: Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" -The CXX compiler identification is GNU, found in "/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/3.10.2/CompilerIdCXX/a.out" +The CXX compiler identification is GNU, found in "/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/3.10.2/CompilerIdCXX/a.out" Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": xtensa-esp32-elf-gcc (crosstool-NG esp-2019r2) 8.2.0 @@ -33,19 +33,19 @@ This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Determining if the C compiler works passed with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_abd54" -[1/2] Building C object CMakeFiles/cmTC_abd54.dir/testCCompiler.c.obj -[2/2] Linking C executable cmTC_abd54 +Run Build Command:"/usr/bin/ninja" "cmTC_0b8d0" +[1/2] Building C object CMakeFiles/cmTC_0b8d0.dir/testCCompiler.c.obj +[2/2] Linking C executable cmTC_0b8d0 Detecting C compiler ABI info compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_e89cb" -[1/2] Building C object CMakeFiles/cmTC_e89cb.dir/CMakeCCompilerABI.c.obj -[2/2] Linking C executable cmTC_e89cb +Run Build Command:"/usr/bin/ninja" "cmTC_ba039" +[1/2] Building C object CMakeFiles/cmTC_ba039.dir/CMakeCCompilerABI.c.obj +[2/2] Linking C executable cmTC_ba039 Using built-in specs. COLLECT_GCC=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc COLLECT_LTO_WRAPPER=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper @@ -55,18 +55,18 @@ Thread model: posix gcc version 8.2.0 (crosstool-NG esp-2019r2) COMPILER_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ LIBRARY_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_e89cb' - /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKRL6G8.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_e89cb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_e89cb.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_e89cb' +COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ba039' + /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc1376Hi.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_ba039 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_ba039.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o +COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ba039' Parsed C implicit link information from above output: link line regex: [^( *|.*[/\])(xtensa-esp32-elf-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp] + ignore line: [Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp] ignore line: [] - ignore line: [Run Build Command:"/usr/bin/ninja" "cmTC_e89cb"] - ignore line: [[1/2] Building C object CMakeFiles/cmTC_e89cb.dir/CMakeCCompilerABI.c.obj] - ignore line: [[2/2] Linking C executable cmTC_e89cb] + ignore line: [Run Build Command:"/usr/bin/ninja" "cmTC_ba039"] + ignore line: [[1/2] Building C object CMakeFiles/cmTC_ba039.dir/CMakeCCompilerABI.c.obj] + ignore line: [[2/2] Linking C executable cmTC_ba039] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc] ignore line: [COLLECT_LTO_WRAPPER=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper] @@ -76,27 +76,27 @@ Parsed C implicit link information from above output: ignore line: [gcc version 8.2.0 (crosstool-NG esp-2019r2) ] ignore line: [COMPILER_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/] ignore line: [LIBRARY_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_e89cb'] - link line: [ /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKRL6G8.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_e89cb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_e89cb.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ba039'] + link line: [ /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc1376Hi.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_ba039 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_ba039.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o] arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2] ==> ignore arg [-plugin] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so] ==> ignore arg [-plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccKRL6G8.res] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc1376Hi.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lnosys] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-o] ==> ignore - arg [cmTC_e89cb] ==> ignore + arg [cmTC_ba039] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o] ==> ignore arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0] arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc] arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib] - arg [CMakeFiles/cmTC_e89cb.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [CMakeFiles/cmTC_ba039.dir/CMakeCCompilerABI.c.obj] ==> ignore arg [-lgcc] ==> lib [gcc] arg [-lc] ==> lib [c] arg [-lnosys] ==> lib [nosys] @@ -115,11 +115,11 @@ Parsed C implicit link information from above output: Detecting C [-std=c11] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_184a7" -[1/2] Building C object CMakeFiles/cmTC_184a7.dir/feature_tests.c.obj -[2/2] Linking C executable cmTC_184a7 +Run Build Command:"/usr/bin/ninja" "cmTC_f0bc2" +[1/2] Building C object CMakeFiles/cmTC_f0bc2.dir/feature_tests.c.obj +[2/2] Linking C executable cmTC_f0bc2 Feature record: C_FEATURE:1c_function_prototypes @@ -129,11 +129,11 @@ Run Build Command:"/usr/bin/ninja" "cmTC_184a7" Detecting C [-std=c99] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_c40dd" -[1/2] Building C object CMakeFiles/cmTC_c40dd.dir/feature_tests.c.obj -[2/2] Linking C executable cmTC_c40dd +Run Build Command:"/usr/bin/ninja" "cmTC_69004" +[1/2] Building C object CMakeFiles/cmTC_69004.dir/feature_tests.c.obj +[2/2] Linking C executable cmTC_69004 Feature record: C_FEATURE:1c_function_prototypes @@ -143,11 +143,11 @@ Run Build Command:"/usr/bin/ninja" "cmTC_c40dd" Detecting C [-std=c90] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_93957" -[1/2] Building C object CMakeFiles/cmTC_93957.dir/feature_tests.c.obj -[2/2] Linking C executable cmTC_93957 +Run Build Command:"/usr/bin/ninja" "cmTC_c001c" +[1/2] Building C object CMakeFiles/cmTC_c001c.dir/feature_tests.c.obj +[2/2] Linking C executable cmTC_c001c Feature record: C_FEATURE:1c_function_prototypes @@ -155,19 +155,19 @@ Run Build Command:"/usr/bin/ninja" "cmTC_93957" Feature record: C_FEATURE:0c_static_assert Feature record: C_FEATURE:0c_variadic_macros Determining if the CXX compiler works passed with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_aa771" -[1/2] Building CXX object CMakeFiles/cmTC_aa771.dir/testCXXCompiler.cxx.obj -[2/2] Linking CXX executable cmTC_aa771 +Run Build Command:"/usr/bin/ninja" "cmTC_090ad" +[1/2] Building CXX object CMakeFiles/cmTC_090ad.dir/testCXXCompiler.cxx.obj +[2/2] Linking CXX executable cmTC_090ad Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_0cd2f" -[1/2] Building CXX object CMakeFiles/cmTC_0cd2f.dir/CMakeCXXCompilerABI.cpp.obj -[2/2] Linking CXX executable cmTC_0cd2f +Run Build Command:"/usr/bin/ninja" "cmTC_4fbf7" +[1/2] Building CXX object CMakeFiles/cmTC_4fbf7.dir/CMakeCXXCompilerABI.cpp.obj +[2/2] Linking CXX executable cmTC_4fbf7 Using built-in specs. COLLECT_GCC=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ COLLECT_LTO_WRAPPER=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper @@ -177,18 +177,18 @@ Thread model: posix gcc version 8.2.0 (crosstool-NG esp-2019r2) COMPILER_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ LIBRARY_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_0cd2f' - /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2eThsr.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_0cd2f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_0cd2f.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_0cd2f' +COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_4fbf7' + /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccK5lNSa.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_4fbf7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_4fbf7.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o +COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_4fbf7' Parsed CXX implicit link information from above output: link line regex: [^( *|.*[/\])(xtensa-esp32-elf-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp] + ignore line: [Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp] ignore line: [] - ignore line: [Run Build Command:"/usr/bin/ninja" "cmTC_0cd2f"] - ignore line: [[1/2] Building CXX object CMakeFiles/cmTC_0cd2f.dir/CMakeCXXCompilerABI.cpp.obj] - ignore line: [[2/2] Linking CXX executable cmTC_0cd2f] + ignore line: [Run Build Command:"/usr/bin/ninja" "cmTC_4fbf7"] + ignore line: [[1/2] Building CXX object CMakeFiles/cmTC_4fbf7.dir/CMakeCXXCompilerABI.cpp.obj] + ignore line: [[2/2] Linking CXX executable cmTC_4fbf7] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++] ignore line: [COLLECT_LTO_WRAPPER=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper] @@ -198,27 +198,27 @@ Parsed CXX implicit link information from above output: ignore line: [gcc version 8.2.0 (crosstool-NG esp-2019r2) ] ignore line: [COMPILER_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/] ignore line: [LIBRARY_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_0cd2f'] - link line: [ /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2eThsr.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_0cd2f /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_0cd2f.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_4fbf7'] + link line: [ /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccK5lNSa.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_4fbf7 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_4fbf7.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o] arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2] ==> ignore arg [-plugin] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so] ==> ignore arg [-plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/cc2eThsr.res] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccK5lNSa.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lnosys] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-o] ==> ignore - arg [cmTC_0cd2f] ==> ignore + arg [cmTC_4fbf7] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o] ==> ignore arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0] arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc] arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib] - arg [CMakeFiles/cmTC_0cd2f.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [CMakeFiles/cmTC_4fbf7.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore arg [-lstdc++] ==> lib [stdc++] arg [-lm] ==> lib [m] arg [-lgcc] ==> lib [gcc] @@ -239,11 +239,11 @@ Parsed CXX implicit link information from above output: Detecting CXX [-std=c++1z] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_2e680" -[1/2] Building CXX object CMakeFiles/cmTC_2e680.dir/feature_tests.cxx.obj -[2/2] Linking CXX executable cmTC_2e680 +Run Build Command:"/usr/bin/ninja" "cmTC_10d55" +[1/2] Building CXX object CMakeFiles/cmTC_10d55.dir/feature_tests.cxx.obj +[2/2] Linking CXX executable cmTC_10d55 Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers @@ -306,11 +306,11 @@ Run Build Command:"/usr/bin/ninja" "cmTC_2e680" Detecting CXX [-std=c++14] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_6ed5b" -[1/2] Building CXX object CMakeFiles/cmTC_6ed5b.dir/feature_tests.cxx.obj -[2/2] Linking CXX executable cmTC_6ed5b +Run Build Command:"/usr/bin/ninja" "cmTC_252af" +[1/2] Building CXX object CMakeFiles/cmTC_252af.dir/feature_tests.cxx.obj +[2/2] Linking CXX executable cmTC_252af Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers @@ -373,11 +373,11 @@ Run Build Command:"/usr/bin/ninja" "cmTC_6ed5b" Detecting CXX [-std=c++11] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_18c8c" -[1/2] Building CXX object CMakeFiles/cmTC_18c8c.dir/feature_tests.cxx.obj -[2/2] Linking CXX executable cmTC_18c8c +Run Build Command:"/usr/bin/ninja" "cmTC_1b6b5" +[1/2] Building CXX object CMakeFiles/cmTC_1b6b5.dir/feature_tests.cxx.obj +[2/2] Linking CXX executable cmTC_1b6b5 Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers @@ -440,11 +440,11 @@ Run Build Command:"/usr/bin/ninja" "cmTC_18c8c" Detecting CXX [-std=c++98] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_68ccf" -[1/2] Building CXX object CMakeFiles/cmTC_68ccf.dir/feature_tests.cxx.obj -[2/2] Linking CXX executable cmTC_68ccf +Run Build Command:"/usr/bin/ninja" "cmTC_e48d7" +[1/2] Building CXX object CMakeFiles/cmTC_e48d7.dir/feature_tests.cxx.obj +[2/2] Linking CXX executable cmTC_e48d7 Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers diff --git a/build/bootloader/CMakeFiles/TargetDirectories.txt b/build/bootloader/CMakeFiles/TargetDirectories.txt index d6bd0fb..0010fbe 100644 --- a/build/bootloader/CMakeFiles/TargetDirectories.txt +++ b/build/bootloader/CMakeFiles/TargetDirectories.txt @@ -1,61 +1,61 @@ -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/size-components.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/size.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/bootloader.elf.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/_project_elf_src.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/confserver.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/menuconfig.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/gen_project_binary.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/erase_flash.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/size-files.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/app.dir -/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/monitor.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp32/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp32/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/src/esp32/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/src/esp32/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir -/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/size-components.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/size.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/bootloader.elf.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/_project_elf_src.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/confserver.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/menuconfig.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/gen_project_binary.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/erase_flash.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/size-files.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/app.dir +/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/monitor.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp32/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp32/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/src/esp32/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/src/esp32/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir +/home/mithras/esp/bakalarka/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir diff --git a/build/bootloader/CMakeFiles/git-data/grabRef.cmake b/build/bootloader/CMakeFiles/git-data/grabRef.cmake index 1cf33a5..8296003 100644 --- a/build/bootloader/CMakeFiles/git-data/grabRef.cmake +++ b/build/bootloader/CMakeFiles/git-data/grabRef.cmake @@ -15,7 +15,7 @@ set(HEAD_HASH) -file(READ "/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) +file(READ "/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) set(GIT_DIR "/home/mithras/esp/esp-idf/.git") @@ -34,17 +34,17 @@ if(HEAD_CONTENTS MATCHES "ref") # named branch string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") if(EXISTS "${GIT_DIR}/${HEAD_REF}") - configure_file("${GIT_DIR}/${HEAD_REF}" "/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/${HEAD_REF}" "/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") - configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) set(HEAD_HASH "${HEAD_REF}") endif() else() # detached HEAD - configure_file("${GIT_DIR}/HEAD" "/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/HEAD" "/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) endif() if(NOT HEAD_HASH) - file(READ "/home/mithras/Documents/bakalarka/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + file(READ "/home/mithras/esp/bakalarka/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) string(STRIP "${HEAD_HASH}" HEAD_HASH) endif() diff --git a/build/bootloader/CMakeFiles/git-data/head-ref b/build/bootloader/CMakeFiles/git-data/head-ref index 09fc5bb..ebafeac 100644 --- a/build/bootloader/CMakeFiles/git-data/head-ref +++ b/build/bootloader/CMakeFiles/git-data/head-ref @@ -1 +1 @@ -132cc67c03364f5f032aa65c6b88f1f1bf7ecbee +6330b3345e87eb4401e7be7c8b6fea2870c35d9f diff --git a/build/bootloader/build.ninja b/build/bootloader/build.ninja index 798ab42..333f30b 100644 --- a/build/bootloader/build.ninja +++ b/build/bootloader/build.ninja @@ -34,7 +34,7 @@ include rules.ninja # Utility command for rebuild_cache build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -44,7 +44,7 @@ build rebuild_cache: phony CMakeFiles/rebuild_cache.util # Utility command for edit_cache build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build edit_cache: phony CMakeFiles/edit_cache.util @@ -69,7 +69,7 @@ build cmake_object_order_depends_target_bootloader.elf: phony || _project_elf_sr build CMakeFiles/bootloader.elf.dir/project_elf_src.c.obj: C_COMPILER__bootloader.2eelf project_elf_src.c || cmake_object_order_depends_target_bootloader.elf DEP_FILE = CMakeFiles/bootloader.elf.dir/project_elf_src.c.obj.d FLAGS = -mlongcalls -Wno-frame-address - INCLUDES = -I/home/mithras/esp/esp-idf/components/esp32/include -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader + INCLUDES = -I/home/mithras/esp/esp-idf/components/esp32/include -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader OBJECT_DIR = CMakeFiles/bootloader.elf.dir OBJECT_FILE_DIR = CMakeFiles/bootloader.elf.dir @@ -82,7 +82,7 @@ build CMakeFiles/bootloader.elf.dir/project_elf_src.c.obj: C_COMPILER__bootloade build bootloader.elf: C_EXECUTABLE_LINKER__bootloader.2eelf CMakeFiles/bootloader.elf.dir/project_elf_src.c.obj | esp-idf/soc/libsoc.a esp-idf/log/liblog.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/main/libmain.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/log/liblog.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/soc/libsoc.a esp-idf/log/liblog.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/soc/libsoc.a /home/mithras/esp/esp-idf/components/esp32/ld/esp32.peripherals.ld /home/mithras/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld /home/mithras/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld /home/mithras/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld /home/mithras/esp/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.ld /home/mithras/esp/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.rom.ld || _project_elf_src esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a FLAGS = -mlongcalls -Wno-frame-address - LINK_LIBRARIES = esp-idf/soc/libsoc.a esp-idf/log/liblog.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/main/libmain.a -Wl,--cref -Wl,--Map=/home/mithras/Documents/bakalarka/build/bootloader/bootloader.map -fno-rtti -fno-lto esp-idf/bootloader_support/libbootloader_support.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/log/liblog.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/soc/libsoc.a esp-idf/log/liblog.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/soc/libsoc.a -L /home/mithras/esp/esp-idf/components/esp_rom/esp32/ld -T esp32.rom.ld -T esp32.rom.newlib-funcs.ld -T esp32.rom.libgcc.ld -Wl,--gc-sections -L /home/mithras/esp/esp-idf/components/esp32/ld -T esp32.peripherals.ld -L /home/mithras/esp/esp-idf/components/bootloader/subproject/main/ld/esp32 -T bootloader.ld -T bootloader.rom.ld + LINK_LIBRARIES = esp-idf/soc/libsoc.a esp-idf/log/liblog.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/main/libmain.a -Wl,--cref -Wl,--Map=/home/mithras/esp/bakalarka/build/bootloader/bootloader.map -fno-rtti -fno-lto esp-idf/bootloader_support/libbootloader_support.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/spi_flash/libspi_flash.a esp-idf/efuse/libefuse.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/log/liblog.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/soc/libsoc.a esp-idf/log/liblog.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/soc/libsoc.a -L /home/mithras/esp/esp-idf/components/esp_rom/esp32/ld -T esp32.rom.ld -T esp32.rom.newlib-funcs.ld -T esp32.rom.libgcc.ld -Wl,--gc-sections -L /home/mithras/esp/esp-idf/components/esp32/ld -T esp32.peripherals.ld -L /home/mithras/esp/esp-idf/components/bootloader/subproject/main/ld/esp32 -T bootloader.ld -T bootloader.rom.ld OBJECT_DIR = CMakeFiles/bootloader.elf.dir POST_BUILD = : PRE_LINK = : @@ -133,19 +133,19 @@ build monitor: phony CMakeFiles/monitor # Custom command for CMakeFiles/size-components build CMakeFiles/size-components: CUSTOM_COMMAND bootloader.elf || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/idf_size.py --archives /home/mithras/Documents/bakalarka/build/bootloader/bootloader.map + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && python /home/mithras/esp/esp-idf/tools/idf_size.py --target esp32 --archives /home/mithras/esp/bakalarka/build/bootloader/bootloader.map ############################################# # Custom command for CMakeFiles/size build CMakeFiles/size: CUSTOM_COMMAND bootloader.elf || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/idf_size.py /home/mithras/Documents/bakalarka/build/bootloader/bootloader.map + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && python /home/mithras/esp/esp-idf/tools/idf_size.py --target esp32 /home/mithras/esp/bakalarka/build/bootloader/bootloader.map ############################################# # Custom command for project_elf_src.c build project_elf_src.c: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /usr/bin/cmake -E touch /home/mithras/Documents/bakalarka/build/bootloader/project_elf_src.c + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && /usr/bin/cmake -E touch /home/mithras/esp/bakalarka/build/bootloader/project_elf_src.c DESC = Generating project_elf_src.c restat = 1 @@ -158,14 +158,14 @@ build CMakeFiles/_project_elf_src: phony project_elf_src.c # Custom command for CMakeFiles/confserver build CMakeFiles/confserver: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --env-file /home/mithras/Documents/bakalarka/build/bootloader/config.env && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/confserver.py --env-file /home/mithras/Documents/bakalarka/build/bootloader/config.env --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/Documents/bakalarka/sdkconfig + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && python /home/mithras/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --env-file /home/mithras/esp/bakalarka/build/bootloader/config.env && python /home/mithras/esp/esp-idf/tools/kconfig_new/confserver.py --env-file /home/mithras/esp/bakalarka/build/bootloader/config.env --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/esp/bakalarka/sdkconfig pool = console ############################################# # Custom command for CMakeFiles/menuconfig build CMakeFiles/menuconfig: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --env-file /home/mithras/Documents/bakalarka/build/bootloader/config.env && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/Documents/bakalarka/sdkconfig --env-file /home/mithras/Documents/bakalarka/build/bootloader/config.env --env IDF_TARGET=esp32 --dont-write-deprecated --output config /home/mithras/Documents/bakalarka/sdkconfig && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/check_term.py && /usr/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/home/mithras/Documents/bakalarka/build/bootloader/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/home/mithras/Documents/bakalarka/build/bootloader/kconfigs_projbuild.in IDF_CMAKE=y KCONFIG_CONFIG=/home/mithras/Documents/bakalarka/sdkconfig IDF_TARGET=esp32 /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/menuconfig.py /home/mithras/esp/esp-idf/Kconfig && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/Documents/bakalarka/sdkconfig --env-file /home/mithras/Documents/bakalarka/build/bootloader/config.env --env IDF_TARGET=esp32 --output config /home/mithras/Documents/bakalarka/sdkconfig + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && python /home/mithras/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --env-file /home/mithras/esp/bakalarka/build/bootloader/config.env && python /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/esp/bakalarka/sdkconfig --env-file /home/mithras/esp/bakalarka/build/bootloader/config.env --env IDF_TARGET=esp32 --dont-write-deprecated --output config /home/mithras/esp/bakalarka/sdkconfig && python /home/mithras/esp/esp-idf/tools/check_term.py && /usr/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/home/mithras/esp/bakalarka/build/bootloader/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/home/mithras/esp/bakalarka/build/bootloader/kconfigs_projbuild.in IDF_CMAKE=y KCONFIG_CONFIG=/home/mithras/esp/bakalarka/sdkconfig IDF_TARGET=esp32 python /home/mithras/esp/esp-idf/tools/kconfig_new/menuconfig.py /home/mithras/esp/esp-idf/Kconfig && python /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/esp/bakalarka/sdkconfig --env-file /home/mithras/esp/bakalarka/build/bootloader/config.env --env IDF_TARGET=esp32 --output config /home/mithras/esp/bakalarka/sdkconfig pool = console ############################################# @@ -177,7 +177,7 @@ build CMakeFiles/gen_project_binary: phony .bin_timestamp || _project_elf_src bo # Custom command for .bin_timestamp build .bin_timestamp: CUSTOM_COMMAND bootloader.elf || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode dio --flash_freq 40m --flash_size 4MB -o /home/mithras/Documents/bakalarka/build/bootloader/bootloader.bin bootloader.elf && /usr/bin/cmake -E echo "Generated /home/mithras/Documents/bakalarka/build/bootloader/bootloader.bin" && /usr/bin/cmake -E md5sum /home/mithras/Documents/bakalarka/build/bootloader/bootloader.bin > /home/mithras/Documents/bakalarka/build/bootloader/.bin_timestamp + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode dio --flash_freq 40m --flash_size 4MB -o /home/mithras/esp/bakalarka/build/bootloader/bootloader.bin bootloader.elf && /usr/bin/cmake -E echo "Generated /home/mithras/esp/bakalarka/build/bootloader/bootloader.bin" && /usr/bin/cmake -E md5sum /home/mithras/esp/bakalarka/build/bootloader/bootloader.bin > /home/mithras/esp/bakalarka/build/bootloader/.bin_timestamp DESC = Generating binary image from built executable restat = 1 @@ -185,14 +185,14 @@ build .bin_timestamp: CUSTOM_COMMAND bootloader.elf || _project_elf_src bootload # Custom command for CMakeFiles/erase_flash build CMakeFiles/erase_flash: CUSTOM_COMMAND - COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="erase_flash" -P run_esptool.cmake + COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="erase_flash" -P run_esptool.cmake pool = console ############################################# # Custom command for CMakeFiles/size-files build CMakeFiles/size-files: CUSTOM_COMMAND bootloader.elf || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/idf_size.py --files /home/mithras/Documents/bakalarka/build/bootloader/bootloader.map + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && python /home/mithras/esp/esp-idf/tools/idf_size.py --target esp32 --files /home/mithras/esp/bakalarka/build/bootloader/bootloader.map ############################################# # Phony custom command for CMakeFiles/app @@ -203,7 +203,7 @@ build CMakeFiles/app: phony || _project_elf_src bootloader.elf esp-idf/bootloade # Custom command for CMakeFiles/monitor build CMakeFiles/monitor: CUSTOM_COMMAND - COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D IDF_MONITOR="/home/mithras/esp/esp-idf/tools/idf_monitor.py" -D ELF_FILE="bootloader.elf" -D WORKING_DIRECTORY="/home/mithras/Documents/bakalarka/build/bootloader" -P run_idf_monitor.cmake + COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D IDF_MONITOR="/home/mithras/esp/esp-idf/tools/idf_monitor.py" -D ELF_FILE="bootloader.elf" -D WORKING_DIRECTORY="/home/mithras/esp/bakalarka/build/bootloader" -P run_idf_monitor.cmake pool = console # ============================================================================= # Write statements declared in CMakeLists.txt: @@ -215,7 +215,7 @@ build CMakeFiles/monitor: CUSTOM_COMMAND # Utility command for rebuild_cache build esp-idf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -225,7 +225,7 @@ build esp-idf/rebuild_cache: phony esp-idf/CMakeFiles/rebuild_cache.util # Utility command for edit_cache build esp-idf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util @@ -239,7 +239,7 @@ build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp32 && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp32 && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -249,7 +249,7 @@ build esp-idf/esp32/rebuild_cache: phony esp-idf/esp32/CMakeFiles/rebuild_cache. # Utility command for edit_cache build esp-idf/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp32/edit_cache: phony esp-idf/esp32/CMakeFiles/edit_cache.util @@ -263,7 +263,7 @@ build esp-idf/esp32/edit_cache: phony esp-idf/esp32/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -276,249 +276,261 @@ build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util # Order-only phony target for __idf_soc build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_depends_target_soc_esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/cpu_util.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/memory_layout_utils.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/lldesc.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/cpu_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/rmt_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/rtc_io_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/dac_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/adc_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal_iram.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/touch_sensor_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/soc_include_legacy_warn.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/pcnt_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/i2s_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/sigmadelta_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/timer_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal_iram.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal_iram.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/gpio_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal_iram.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/mpu_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/soc_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/compare_set.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/can_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/mcpwm_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/sdio_slave_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/brownout_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/cpu_util.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk_init.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_init.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_pm.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_sleep.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_time.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_wdt.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/sdio_slave_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/soc_memory_layout.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/touch_sensor_hal.c || cmake_object_order_depends_target___idf_soc DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 @@ -530,7 +542,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj: C_C ############################################# # Link the static library esp-idf/soc/libsoc.a -build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj || esp-idf/soc/soc/esp32/libsoc_esp32.a +build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj || esp-idf/soc/soc/esp32/libsoc_esp32.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir POST_BUILD = : @@ -542,7 +554,7 @@ build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc esp-idf/soc/CMake # Utility command for edit_cache build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util @@ -556,7 +568,7 @@ build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/soc/src/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/src/esp32 && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/src/esp32 && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -566,7 +578,7 @@ build esp-idf/soc/src/esp32/rebuild_cache: phony esp-idf/soc/src/esp32/CMakeFile # Utility command for edit_cache build esp-idf/soc/src/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/src/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/src/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/soc/src/esp32/edit_cache: phony esp-idf/soc/src/esp32/CMakeFiles/edit_cache.util @@ -580,7 +592,7 @@ build esp-idf/soc/src/esp32/edit_cache: phony esp-idf/soc/src/esp32/CMakeFiles/e # Utility command for rebuild_cache build esp-idf/soc/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -590,7 +602,7 @@ build esp-idf/soc/soc/rebuild_cache: phony esp-idf/soc/soc/CMakeFiles/rebuild_ca # Utility command for edit_cache build esp-idf/soc/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/soc/soc/edit_cache: phony esp-idf/soc/soc/CMakeFiles/edit_cache.util @@ -604,7 +616,7 @@ build esp-idf/soc/soc/edit_cache: phony esp-idf/soc/soc/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/soc/soc/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc/esp32 && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc/esp32 && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -619,85 +631,85 @@ build esp-idf/soc/soc/esp32/rebuild_cache: phony esp-idf/soc/soc/esp32/CMakeFile build cmake_object_order_depends_target_soc_esp32: phony || cmake_object_order_depends_target___idf_log build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/adc_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/dac_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/gpio_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_io_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdio_slave_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdmmc_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/interrupts.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/spi_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/ledc_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2s_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2c_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/uart_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/touch_sensor_periph.c || cmake_object_order_depends_target_soc_esp32 DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir @@ -721,7 +733,7 @@ build esp-idf/soc/soc/esp32/libsoc_esp32.a: C_STATIC_LIBRARY_LINKER__soc_esp32 e # Utility command for edit_cache build esp-idf/soc/soc/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/soc/soc/esp32/edit_cache: phony esp-idf/soc/soc/esp32/CMakeFiles/edit_cache.util @@ -735,7 +747,7 @@ build esp-idf/soc/soc/esp32/edit_cache: phony esp-idf/soc/soc/esp32/CMakeFiles/e # Utility command for rebuild_cache build esp-idf/xtensa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/xtensa && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/xtensa && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -745,7 +757,7 @@ build esp-idf/xtensa/rebuild_cache: phony esp-idf/xtensa/CMakeFiles/rebuild_cach # Utility command for edit_cache build esp-idf/xtensa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/xtensa && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/xtensa && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/xtensa/edit_cache: phony esp-idf/xtensa/CMakeFiles/edit_cache.util @@ -759,7 +771,7 @@ build esp-idf/xtensa/edit_cache: phony esp-idf/xtensa/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/esp_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_common && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_common && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -769,7 +781,7 @@ build esp-idf/esp_common/rebuild_cache: phony esp-idf/esp_common/CMakeFiles/rebu # Utility command for edit_cache build esp-idf/esp_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_common && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_common && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_cache.util @@ -783,7 +795,7 @@ build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/esp_rom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_rom && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_rom && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -793,7 +805,7 @@ build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_ca # Utility command for edit_cache build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_rom && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_rom && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.util @@ -807,7 +819,7 @@ build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/log/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/log && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/log && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -822,19 +834,19 @@ build esp-idf/log/rebuild_cache: phony esp-idf/log/CMakeFiles/rebuild_cache.util build cmake_object_order_depends_target___idf_log: phony build esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj: C_COMPILER____idf_log /home/mithras/esp/esp-idf/components/log/log.c || cmake_object_order_depends_target___idf_log DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir build esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj: C_COMPILER____idf_log /home/mithras/esp/esp-idf/components/log/log_buffers.c || cmake_object_order_depends_target___idf_log DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir build esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj: C_COMPILER____idf_log /home/mithras/esp/esp-idf/components/log/log_noos.c || cmake_object_order_depends_target___idf_log DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir @@ -858,7 +870,7 @@ build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log esp-idf/log/CMake # Utility command for edit_cache build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/log && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/log && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util @@ -872,7 +884,7 @@ build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/partition_table/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/partition_table && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/partition_table && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -882,7 +894,7 @@ build esp-idf/partition_table/rebuild_cache: phony esp-idf/partition_table/CMake # Utility command for edit_cache build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/partition_table && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/partition_table && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFiles/edit_cache.util @@ -896,7 +908,7 @@ build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFil # Utility command for rebuild_cache build esp-idf/bootloader/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -906,7 +918,7 @@ build esp-idf/bootloader/rebuild_cache: phony esp-idf/bootloader/CMakeFiles/rebu # Utility command for edit_cache build esp-idf/bootloader/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_cache.util @@ -920,7 +932,7 @@ build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/micro-ecc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/micro-ecc && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/micro-ecc && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -933,12 +945,12 @@ build esp-idf/micro-ecc/rebuild_cache: phony esp-idf/micro-ecc/CMakeFiles/rebuil # Order-only phony target for __idf_micro-ecc build cmake_object_order_depends_target___idf_micro-ecc: phony || cmake_object_order_depends_target___idf_soc -build esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/micro-ecc/uECC.c.obj: C_COMPILER____idf_micro-ecc /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/uECC.c || cmake_object_order_depends_target___idf_micro-ecc - DEP_FILE = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/micro-ecc/uECC.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include +build esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj: C_COMPILER____idf_micro-ecc /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c || cmake_object_order_depends_target___idf_micro-ecc + DEP_FILE = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include OBJECT_DIR = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir - OBJECT_FILE_DIR = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/micro-ecc + OBJECT_FILE_DIR = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir # ============================================================================= # Link build statements for STATIC_LIBRARY target __idf_micro-ecc @@ -947,7 +959,7 @@ build esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/micro-ecc/uECC.c.obj: C_C ############################################# # Link the static library esp-idf/micro-ecc/libmicro-ecc.a -build esp-idf/micro-ecc/libmicro-ecc.a: C_STATIC_LIBRARY_LINKER____idf_micro-ecc esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/micro-ecc/uECC.c.obj || esp-idf/soc/libsoc.a +build esp-idf/micro-ecc/libmicro-ecc.a: C_STATIC_LIBRARY_LINKER____idf_micro-ecc esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj || esp-idf/soc/libsoc.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir POST_BUILD = : @@ -959,7 +971,7 @@ build esp-idf/micro-ecc/libmicro-ecc.a: C_STATIC_LIBRARY_LINKER____idf_micro-ecc # Utility command for edit_cache build esp-idf/micro-ecc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/micro-ecc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/micro-ecc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/micro-ecc/edit_cache: phony esp-idf/micro-ecc/CMakeFiles/edit_cache.util @@ -973,7 +985,7 @@ build esp-idf/micro-ecc/edit_cache: phony esp-idf/micro-ecc/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/spi_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/spi_flash && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/spi_flash && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -988,7 +1000,7 @@ build esp-idf/spi_flash/rebuild_cache: phony esp-idf/spi_flash/CMakeFiles/rebuil build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_efuse build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/esp32/spi_flash_rom_patch.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32 @@ -1012,7 +1024,7 @@ build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash # Utility command for edit_cache build esp-idf/spi_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/spi_flash && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/spi_flash && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cache.util @@ -1036,43 +1048,43 @@ build esp-idf/efuse/efuse_common_table: phony esp-idf/efuse/CMakeFiles/efuse_com build cmake_object_order_depends_target___idf_efuse: phony || cmake_object_order_depends_target___idf_bootloader_support build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32 build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32 build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32 build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32 build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src @@ -1101,7 +1113,7 @@ build esp-idf/efuse/efuse_custom_table: phony # Utility command for rebuild_cache build esp-idf/efuse/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1121,7 +1133,7 @@ build esp-idf/efuse/efuse_test_table: phony esp-idf/efuse/CMakeFiles/efuse_test_ # Utility command for edit_cache build esp-idf/efuse/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util @@ -1130,19 +1142,19 @@ build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util # Custom command for esp-idf/efuse/CMakeFiles/efuse_common_table build esp-idf/efuse/CMakeFiles/efuse_common_table: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse && python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 ############################################# # Custom command for esp-idf/efuse/CMakeFiles/show_efuse_table build esp-idf/efuse/CMakeFiles/show_efuse_table: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse && python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info ############################################# # Custom command for esp-idf/efuse/CMakeFiles/efuse_test_table build esp-idf/efuse/CMakeFiles/efuse_test_table: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192 + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse && python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192 # ============================================================================= # Write statements declared in CMakeLists.txt: # /home/mithras/esp/esp-idf/CMakeLists.txt @@ -1153,7 +1165,7 @@ build esp-idf/efuse/CMakeFiles/efuse_test_table: CUSTOM_COMMAND # Utility command for rebuild_cache build esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader_support && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader_support && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1168,104 +1180,98 @@ build esp-idf/bootloader_support/rebuild_cache: phony esp-idf/bootloader_support build cmake_object_order_depends_target___idf_bootloader_support: phony || cmake_object_order_depends_target___idf_micro-ecc cmake_object_order_depends_target___idf_soc build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_clock.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/esp_image_format.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_qio_mode.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash_config_esp32.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_efuse_esp32.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_init.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32 build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/flash_encrypt.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/flash_encrypt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir - OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32 -build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_signatures.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot_signatures.c || cmake_object_order_depends_target___idf_bootloader_support - DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_signatures.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir - OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32 -build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot.c || cmake_object_order_depends_target___idf_bootloader_support - DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32 build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c || cmake_object_order_depends_target___idf_bootloader_support DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32 @@ -1276,7 +1282,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp ############################################# # Link the static library esp-idf/bootloader_support/libbootloader_support.a -build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKER____idf_bootloader_support esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_signatures.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj || esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a +build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKER____idf_bootloader_support esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj || esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir POST_BUILD = : @@ -1288,7 +1294,7 @@ build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKE # Utility command for edit_cache build esp-idf/bootloader_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader_support && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader_support && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CMakeFiles/edit_cache.util @@ -1302,7 +1308,7 @@ build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CM # Utility command for rebuild_cache build esp-idf/esptool_py/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esptool_py && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esptool_py && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1312,7 +1318,7 @@ build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebu # Utility command for edit_cache build esp-idf/esptool_py/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esptool_py && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esptool_py && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_cache.util @@ -1326,7 +1332,7 @@ build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/main/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/main && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/Documents/bakalarka/build/bootloader + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/main && /usr/bin/cmake -H/home/mithras/esp/esp-idf/components/bootloader/subproject -B/home/mithras/esp/bakalarka/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1341,7 +1347,7 @@ build esp-idf/main/rebuild_cache: phony esp-idf/main/CMakeFiles/rebuild_cache.ut build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_micro-ecc cmake_object_order_depends_target___idf_soc cmake_object_order_depends_target___idf_spi_flash build esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj: C_COMPILER____idf_main /home/mithras/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c || cmake_object_order_depends_target___idf_main DEP_FILE = esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir OBJECT_FILE_DIR = esp-idf/main/CMakeFiles/__idf_main.dir @@ -1365,7 +1371,7 @@ build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main esp-idf/main/C # Utility command for edit_cache build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/main && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader/esp-idf/main && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util @@ -1399,109 +1405,109 @@ build soc_esp32: phony esp-idf/soc/soc/esp32/libsoc_esp32.a # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf build esp-idf/all: phony esp-idf/esp32/all esp-idf/soc/all esp-idf/xtensa/all esp-idf/esp_common/all esp-idf/esp_rom/all esp-idf/log/all esp-idf/partition_table/all esp-idf/bootloader/all esp-idf/micro-ecc/all esp-idf/spi_flash/all esp-idf/efuse/all esp-idf/bootloader_support/all esp-idf/esptool_py/all esp-idf/main/all # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader build esp-idf/bootloader/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader_support +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader_support build esp-idf/bootloader_support/all: phony __idf_bootloader_support # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse build esp-idf/efuse/all: phony __idf_efuse # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp32 +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp32 build esp-idf/esp32/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_common +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_common build esp-idf/esp_common/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_rom +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_rom build esp-idf/esp_rom/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esptool_py +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/esptool_py build esp-idf/esptool_py/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/log +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/log build esp-idf/log/all: phony __idf_log # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/main +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/main build esp-idf/main/all: phony __idf_main # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/micro-ecc +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/micro-ecc build esp-idf/micro-ecc/all: phony __idf_micro-ecc # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/partition_table +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/partition_table build esp-idf/partition_table/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc build esp-idf/soc/all: phony __idf_soc esp-idf/soc/src/esp32/all esp-idf/soc/soc/all # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc build esp-idf/soc/soc/all: phony esp-idf/soc/soc/esp32/all # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc/esp32 +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc/esp32 build esp-idf/soc/soc/esp32/all: phony soc_esp32 # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/src/esp32 +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/src/esp32 build esp-idf/soc/src/esp32/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/spi_flash +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/spi_flash build esp-idf/spi_flash/all: phony __idf_spi_flash # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/bootloader/esp-idf/xtensa +# Folder: /home/mithras/esp/bakalarka/build/bootloader/esp-idf/xtensa build esp-idf/xtensa/all: phony # ============================================================================= @@ -1521,13 +1527,13 @@ default all ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja: RERUN_CMAKE | /home/mithras/Documents/bakalarka/sdkconfig /home/mithras/esp/esp-idf/.git/HEAD /home/mithras/esp/esp-idf/.git/modules/components/asio/asio/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/controller/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/mithras/esp/esp-idf/.git/modules/components/cbor/tinycbor/HEAD /home/mithras/esp/esp-idf/.git/modules/components/coap/libcoap/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esptool_py/esptool/HEAD /home/mithras/esp/esp-idf/.git/modules/components/expat/expat/HEAD /home/mithras/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/mithras/esp/esp-idf/.git/modules/components/libsodium/libsodium/HEAD /home/mithras/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/mithras/esp/esp-idf/.git/modules/components/nghttp/nghttp2/HEAD /home/mithras/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/mithras/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/mithras/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/mithras/esp/esp-idf/.git/modules/examples/build_system/cmake/import_lib/main/lib/tinyxml2/HEAD /home/mithras/esp/esp-idf/.git/refs/heads/master /home/mithras/esp/esp-idf/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/asio/.git /home/mithras/esp/esp-idf/components/bootloader/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/project_include.cmake /home/mithras/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/mithras/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/controller/lib/.git /home/mithras/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/mithras/esp/esp-idf/components/cbor/tinycbor/.git /home/mithras/esp/esp-idf/components/coap/libcoap/.git /home/mithras/esp/esp-idf/components/efuse/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/esp32/sources.cmake /home/mithras/esp/esp-idf/components/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/project_include.cmake /home/mithras/esp/esp-idf/components/esp_common/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/lib/.git /home/mithras/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/esptool/.git /home/mithras/esp/esp-idf/components/esptool_py/project_include.cmake /home/mithras/esp/esp-idf/components/expat/expat/.git /home/mithras/esp/esp-idf/components/json/cJSON/.git /home/mithras/esp/esp-idf/components/libsodium/libsodium/.git /home/mithras/esp/esp-idf/components/log/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/lwip/.git /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/.git /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/mithras/esp/esp-idf/components/nghttp/nghttp2/.git /home/mithras/esp/esp-idf/components/partition_table/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/project_include.cmake /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/src/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/spiffs/.git /home/mithras/esp/esp-idf/components/unity/unity/.git /home/mithras/esp/esp-idf/components/xtensa/CMakeLists.txt /home/mithras/esp/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/.git /home/mithras/esp/esp-idf/tools/cmake/build.cmake /home/mithras/esp/esp-idf/tools/cmake/component.cmake /home/mithras/esp/esp-idf/tools/cmake/crosstool_version_check.cmake /home/mithras/esp/esp-idf/tools/cmake/git_submodules.cmake /home/mithras/esp/esp-idf/tools/cmake/idf.cmake /home/mithras/esp/esp-idf/tools/cmake/kconfig.cmake /home/mithras/esp/esp-idf/tools/cmake/ldgen.cmake /home/mithras/esp/esp-idf/tools/cmake/project.cmake /home/mithras/esp/esp-idf/tools/cmake/project_description.json.in /home/mithras/esp/esp-idf/tools/cmake/targets.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/mithras/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/mithras/esp/esp-idf/tools/cmake/utilities.cmake /home/mithras/esp/esp-idf/tools/cmake/version.cmake /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py /home/mithras/esp/esp-idf/tools/kconfig_new/config.env.in /home/mithras/esp/esp-idf/tools/kconfig_new/kconfiglib.py /usr/share/cmake-3.10/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU.cmake /usr/share/cmake-3.10/Modules/ExternalProject.cmake /usr/share/cmake-3.10/Modules/FindGit.cmake /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.10/Modules/FindPackageMessage.cmake /usr/share/cmake-3.10/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.10.2/CMakeASMCompiler.cmake CMakeFiles/3.10.2/CMakeCCompiler.cmake CMakeFiles/3.10.2/CMakeCXXCompiler.cmake CMakeFiles/3.10.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h +build build.ninja: RERUN_CMAKE | /home/mithras/esp/bakalarka/sdkconfig /home/mithras/esp/esp-idf/.git/HEAD /home/mithras/esp/esp-idf/.git/modules/components/asio/asio/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/controller/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/mithras/esp/esp-idf/.git/modules/components/cbor/tinycbor/HEAD /home/mithras/esp/esp-idf/.git/modules/components/coap/libcoap/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esptool_py/esptool/HEAD /home/mithras/esp/esp-idf/.git/modules/components/expat/expat/HEAD /home/mithras/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/mithras/esp/esp-idf/.git/modules/components/libsodium/libsodium/HEAD /home/mithras/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/mithras/esp/esp-idf/.git/modules/components/nghttp/nghttp2/HEAD /home/mithras/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/mithras/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/mithras/esp/esp-idf/.git/modules/components/tinyusb/tinyusb/HEAD /home/mithras/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/mithras/esp/esp-idf/.git/modules/examples/build_system/cmake/import_lib/main/lib/tinyxml2/HEAD /home/mithras/esp/esp-idf/.git/refs/heads/master /home/mithras/esp/esp-idf/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/asio/.git /home/mithras/esp/esp-idf/components/bootloader/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/project_include.cmake /home/mithras/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/mithras/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/controller/lib/.git /home/mithras/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/mithras/esp/esp-idf/components/cbor/tinycbor/.git /home/mithras/esp/esp-idf/components/coap/libcoap/.git /home/mithras/esp/esp-idf/components/efuse/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/esp32/sources.cmake /home/mithras/esp/esp-idf/components/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/project_include.cmake /home/mithras/esp/esp-idf/components/esp_common/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/lib/.git /home/mithras/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/esptool/.git /home/mithras/esp/esp-idf/components/esptool_py/project_include.cmake /home/mithras/esp/esp-idf/components/expat/expat/.git /home/mithras/esp/esp-idf/components/json/cJSON/.git /home/mithras/esp/esp-idf/components/libsodium/libsodium/.git /home/mithras/esp/esp-idf/components/log/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/lwip/.git /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/.git /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/mithras/esp/esp-idf/components/nghttp/nghttp2/.git /home/mithras/esp/esp-idf/components/partition_table/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/project_include.cmake /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/src/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/spiffs/.git /home/mithras/esp/esp-idf/components/tinyusb/tinyusb/.git /home/mithras/esp/esp-idf/components/unity/unity/.git /home/mithras/esp/esp-idf/components/xtensa/CMakeLists.txt /home/mithras/esp/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/.git /home/mithras/esp/esp-idf/tools/cmake/build.cmake /home/mithras/esp/esp-idf/tools/cmake/component.cmake /home/mithras/esp/esp-idf/tools/cmake/crosstool_version_check.cmake /home/mithras/esp/esp-idf/tools/cmake/git_submodules.cmake /home/mithras/esp/esp-idf/tools/cmake/idf.cmake /home/mithras/esp/esp-idf/tools/cmake/kconfig.cmake /home/mithras/esp/esp-idf/tools/cmake/ldgen.cmake /home/mithras/esp/esp-idf/tools/cmake/project.cmake /home/mithras/esp/esp-idf/tools/cmake/project_description.json.in /home/mithras/esp/esp-idf/tools/cmake/targets.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/mithras/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/mithras/esp/esp-idf/tools/cmake/utilities.cmake /home/mithras/esp/esp-idf/tools/cmake/version.cmake /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py /home/mithras/esp/esp-idf/tools/kconfig_new/config.env.in /home/mithras/esp/esp-idf/tools/kconfig_new/kconfiglib.py /usr/share/cmake-3.10/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU.cmake /usr/share/cmake-3.10/Modules/ExternalProject.cmake /usr/share/cmake-3.10/Modules/FindGit.cmake /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.10/Modules/FindPackageMessage.cmake /usr/share/cmake-3.10/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.10.2/CMakeASMCompiler.cmake CMakeFiles/3.10.2/CMakeCCompiler.cmake CMakeFiles/3.10.2/CMakeCXXCompiler.cmake CMakeFiles/3.10.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h pool = console ############################################# # A missing CMake input file is not an error. -build /home/mithras/Documents/bakalarka/sdkconfig /home/mithras/esp/esp-idf/.git/HEAD /home/mithras/esp/esp-idf/.git/modules/components/asio/asio/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/controller/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/mithras/esp/esp-idf/.git/modules/components/cbor/tinycbor/HEAD /home/mithras/esp/esp-idf/.git/modules/components/coap/libcoap/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esptool_py/esptool/HEAD /home/mithras/esp/esp-idf/.git/modules/components/expat/expat/HEAD /home/mithras/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/mithras/esp/esp-idf/.git/modules/components/libsodium/libsodium/HEAD /home/mithras/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/mithras/esp/esp-idf/.git/modules/components/nghttp/nghttp2/HEAD /home/mithras/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/mithras/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/mithras/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/mithras/esp/esp-idf/.git/modules/examples/build_system/cmake/import_lib/main/lib/tinyxml2/HEAD /home/mithras/esp/esp-idf/.git/refs/heads/master /home/mithras/esp/esp-idf/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/asio/.git /home/mithras/esp/esp-idf/components/bootloader/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/project_include.cmake /home/mithras/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/mithras/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/controller/lib/.git /home/mithras/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/mithras/esp/esp-idf/components/cbor/tinycbor/.git /home/mithras/esp/esp-idf/components/coap/libcoap/.git /home/mithras/esp/esp-idf/components/efuse/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/esp32/sources.cmake /home/mithras/esp/esp-idf/components/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/project_include.cmake /home/mithras/esp/esp-idf/components/esp_common/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/lib/.git /home/mithras/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/esptool/.git /home/mithras/esp/esp-idf/components/esptool_py/project_include.cmake /home/mithras/esp/esp-idf/components/expat/expat/.git /home/mithras/esp/esp-idf/components/json/cJSON/.git /home/mithras/esp/esp-idf/components/libsodium/libsodium/.git /home/mithras/esp/esp-idf/components/log/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/lwip/.git /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/.git /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/mithras/esp/esp-idf/components/nghttp/nghttp2/.git /home/mithras/esp/esp-idf/components/partition_table/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/project_include.cmake /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/src/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/spiffs/.git /home/mithras/esp/esp-idf/components/unity/unity/.git /home/mithras/esp/esp-idf/components/xtensa/CMakeLists.txt /home/mithras/esp/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/.git /home/mithras/esp/esp-idf/tools/cmake/build.cmake /home/mithras/esp/esp-idf/tools/cmake/component.cmake /home/mithras/esp/esp-idf/tools/cmake/crosstool_version_check.cmake /home/mithras/esp/esp-idf/tools/cmake/git_submodules.cmake /home/mithras/esp/esp-idf/tools/cmake/idf.cmake /home/mithras/esp/esp-idf/tools/cmake/kconfig.cmake /home/mithras/esp/esp-idf/tools/cmake/ldgen.cmake /home/mithras/esp/esp-idf/tools/cmake/project.cmake /home/mithras/esp/esp-idf/tools/cmake/project_description.json.in /home/mithras/esp/esp-idf/tools/cmake/targets.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/mithras/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/mithras/esp/esp-idf/tools/cmake/utilities.cmake /home/mithras/esp/esp-idf/tools/cmake/version.cmake /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py /home/mithras/esp/esp-idf/tools/kconfig_new/config.env.in /home/mithras/esp/esp-idf/tools/kconfig_new/kconfiglib.py /usr/share/cmake-3.10/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU.cmake /usr/share/cmake-3.10/Modules/ExternalProject.cmake /usr/share/cmake-3.10/Modules/FindGit.cmake /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.10/Modules/FindPackageMessage.cmake /usr/share/cmake-3.10/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.10.2/CMakeASMCompiler.cmake CMakeFiles/3.10.2/CMakeCCompiler.cmake CMakeFiles/3.10.2/CMakeCXXCompiler.cmake CMakeFiles/3.10.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h: phony +build /home/mithras/esp/bakalarka/sdkconfig /home/mithras/esp/esp-idf/.git/HEAD /home/mithras/esp/esp-idf/.git/modules/components/asio/asio/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/controller/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/mithras/esp/esp-idf/.git/modules/components/cbor/tinycbor/HEAD /home/mithras/esp/esp-idf/.git/modules/components/coap/libcoap/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esptool_py/esptool/HEAD /home/mithras/esp/esp-idf/.git/modules/components/expat/expat/HEAD /home/mithras/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/mithras/esp/esp-idf/.git/modules/components/libsodium/libsodium/HEAD /home/mithras/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/mithras/esp/esp-idf/.git/modules/components/nghttp/nghttp2/HEAD /home/mithras/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/mithras/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/mithras/esp/esp-idf/.git/modules/components/tinyusb/tinyusb/HEAD /home/mithras/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/mithras/esp/esp-idf/.git/modules/examples/build_system/cmake/import_lib/main/lib/tinyxml2/HEAD /home/mithras/esp/esp-idf/.git/refs/heads/master /home/mithras/esp/esp-idf/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/asio/.git /home/mithras/esp/esp-idf/components/bootloader/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/project_include.cmake /home/mithras/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/mithras/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/controller/lib/.git /home/mithras/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/mithras/esp/esp-idf/components/cbor/tinycbor/.git /home/mithras/esp/esp-idf/components/coap/libcoap/.git /home/mithras/esp/esp-idf/components/efuse/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/esp32/sources.cmake /home/mithras/esp/esp-idf/components/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/project_include.cmake /home/mithras/esp/esp-idf/components/esp_common/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/lib/.git /home/mithras/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/esptool/.git /home/mithras/esp/esp-idf/components/esptool_py/project_include.cmake /home/mithras/esp/esp-idf/components/expat/expat/.git /home/mithras/esp/esp-idf/components/json/cJSON/.git /home/mithras/esp/esp-idf/components/libsodium/libsodium/.git /home/mithras/esp/esp-idf/components/log/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/lwip/.git /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/.git /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/mithras/esp/esp-idf/components/nghttp/nghttp2/.git /home/mithras/esp/esp-idf/components/partition_table/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/project_include.cmake /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/src/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/spiffs/.git /home/mithras/esp/esp-idf/components/tinyusb/tinyusb/.git /home/mithras/esp/esp-idf/components/unity/unity/.git /home/mithras/esp/esp-idf/components/xtensa/CMakeLists.txt /home/mithras/esp/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/.git /home/mithras/esp/esp-idf/tools/cmake/build.cmake /home/mithras/esp/esp-idf/tools/cmake/component.cmake /home/mithras/esp/esp-idf/tools/cmake/crosstool_version_check.cmake /home/mithras/esp/esp-idf/tools/cmake/git_submodules.cmake /home/mithras/esp/esp-idf/tools/cmake/idf.cmake /home/mithras/esp/esp-idf/tools/cmake/kconfig.cmake /home/mithras/esp/esp-idf/tools/cmake/ldgen.cmake /home/mithras/esp/esp-idf/tools/cmake/project.cmake /home/mithras/esp/esp-idf/tools/cmake/project_description.json.in /home/mithras/esp/esp-idf/tools/cmake/targets.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/mithras/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/mithras/esp/esp-idf/tools/cmake/utilities.cmake /home/mithras/esp/esp-idf/tools/cmake/version.cmake /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py /home/mithras/esp/esp-idf/tools/kconfig_new/config.env.in /home/mithras/esp/esp-idf/tools/kconfig_new/kconfiglib.py /usr/share/cmake-3.10/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU.cmake /usr/share/cmake-3.10/Modules/ExternalProject.cmake /usr/share/cmake-3.10/Modules/FindGit.cmake /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.10/Modules/FindPackageMessage.cmake /usr/share/cmake-3.10/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.10.2/CMakeASMCompiler.cmake CMakeFiles/3.10.2/CMakeCCompiler.cmake CMakeFiles/3.10.2/CMakeCXXCompiler.cmake CMakeFiles/3.10.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h: phony ############################################# # Clean all the built files. diff --git a/build/bootloader/cmake_install.cmake b/build/bootloader/cmake_install.cmake index 8301a56..cbede64 100644 --- a/build/bootloader/cmake_install.cmake +++ b/build/bootloader/cmake_install.cmake @@ -34,7 +34,7 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/cmake_install.cmake") endif() @@ -46,5 +46,5 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/mithras/Documents/bakalarka/build/bootloader/${CMAKE_INSTALL_MANIFEST}" +file(WRITE "/home/mithras/esp/bakalarka/build/bootloader/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/bootloader/compile_commands.json b/build/bootloader/compile_commands.json index 98c9580..991c212 100644 --- a/build/bootloader/compile_commands.json +++ b/build/bootloader/compile_commands.json @@ -1,517 +1,523 @@ [ { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/mithras/esp/esp-idf/components/esp32/include -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -mlongcalls -Wno-frame-address -o CMakeFiles/bootloader.elf.dir/project_elf_src.c.obj -c /home/mithras/Documents/bakalarka/build/bootloader/project_elf_src.c", - "file": "/home/mithras/Documents/bakalarka/build/bootloader/project_elf_src.c" + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/mithras/esp/esp-idf/components/esp32/include -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -mlongcalls -Wno-frame-address -o CMakeFiles/bootloader.elf.dir/project_elf_src.c.obj -c /home/mithras/esp/bakalarka/build/bootloader/project_elf_src.c", + "file": "/home/mithras/esp/bakalarka/build/bootloader/project_elf_src.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/memory_layout_utils.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/cpu_util.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/cpu_util.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/memory_layout_utils.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/memory_layout_utils.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/lldesc.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/lldesc.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/lldesc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/rmt_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/cpu_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/cpu_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/rmt_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/rmt_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/rtc_io_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/rtc_io_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/rtc_io_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/dac_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/dac_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/dac_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/adc_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/adc_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/adc_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal_iram.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal_iram.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal_iram.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/touch_sensor_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/touch_sensor_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/touch_sensor_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/soc_include_legacy_warn.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/soc_include_legacy_warn.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/soc_include_legacy_warn.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/pcnt_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/pcnt_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/pcnt_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2s_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2s_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/i2s_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/sigmadelta_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/sigmadelta_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/sigmadelta_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/timer_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/timer_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/timer_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal_iram.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal_iram.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal_iram.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal_iram.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal_iram.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal_iram.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/gpio_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/gpio_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/gpio_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal_iram.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal_iram.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal_iram.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/compare_set.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/mpu_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/mpu_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/soc_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/soc_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/compare_set.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/compare_set.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/can_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/can_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/can_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/mcpwm_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/mcpwm_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/mcpwm_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/sdio_slave_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/sdio_slave_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/sdio_slave_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/brownout_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/brownout_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/brownout_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/cpu_util.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/cpu_util.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk_init.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk_init.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_init.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_init.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_pm.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_pm.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_pm.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_sleep.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_sleep.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_sleep.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_time.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_time.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_time.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_wdt.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_wdt.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_wdt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/sdio_slave_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/sdio_slave_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/soc_memory_layout.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/soc_memory_layout.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/soc_memory_layout.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/touch_sensor_hal.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/touch_sensor_hal.c", "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/touch_sensor_hal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/adc_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/adc_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/adc_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/dac_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/dac_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/dac_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/gpio_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/gpio_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/gpio_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_io_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_io_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_io_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdio_slave_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdio_slave_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/sdio_slave_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdmmc_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdmmc_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/sdmmc_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/interrupts.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/interrupts.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/interrupts.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/spi_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/spi_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/spi_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/ledc_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/ledc_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/ledc_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2s_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2s_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/i2s_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2c_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2c_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/i2c_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/uart_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/uart_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/uart_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/touch_sensor_periph.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/touch_sensor_periph.c", "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/touch_sensor_periph.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj -c /home/mithras/esp/esp-idf/components/log/log.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj -c /home/mithras/esp/esp-idf/components/log/log.c", "file": "/home/mithras/esp/esp-idf/components/log/log.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj -c /home/mithras/esp/esp-idf/components/log/log_buffers.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj -c /home/mithras/esp/esp-idf/components/log/log_buffers.c", "file": "/home/mithras/esp/esp-idf/components/log/log_buffers.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj -c /home/mithras/esp/esp-idf/components/log/log_noos.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj -c /home/mithras/esp/esp-idf/components/log/log_noos.c", "file": "/home/mithras/esp/esp-idf/components/log/log_noos.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/micro-ecc/uECC.c.obj -c /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/uECC.c", - "file": "/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/uECC.c" + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj -c /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c", + "file": "/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/esp32/spi_flash_rom_patch.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/esp32/spi_flash_rom_patch.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/esp32/spi_flash_rom_patch.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj -c /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj -c /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", "file": "/home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_api.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_api.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_api.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_fields.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_fields.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_fields.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_utility.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_utility.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_utility.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_api.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_fields.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_utility.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_clock.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_clock.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_clock.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_common.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_random.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/esp_image_format.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/flash_partitions.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_qio_mode.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_qio_mode.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/flash_qio_mode.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash_config_esp32.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash_config_esp32.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash_config_esp32.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_efuse_esp32.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_efuse_esp32.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_efuse_esp32.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_sha.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_sha.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_sha.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/flash_encrypt.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/flash_encrypt.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/flash_encrypt.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/flash_encrypt.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/flash_encrypt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_signatures.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot_signatures.c", - "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot_signatures.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot.c", - "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build/bootloader", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj -c /home/mithras/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c", + "directory": "/home/mithras/esp/bakalarka/build/bootloader", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -fno-stack-protector -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DBOOTLOADER_BUILD=1 -o esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj -c /home/mithras/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c", "file": "/home/mithras/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c" } ] \ No newline at end of file diff --git a/build/bootloader/config.env b/build/bootloader/config.env index b15be78..62ce5cc 100644 --- a/build/bootloader/config.env +++ b/build/bootloader/config.env @@ -5,6 +5,6 @@ "IDF_CMAKE": "y", "IDF_TARGET": "esp32", "IDF_PATH": "/home/mithras/esp/esp-idf", - "COMPONENT_KCONFIGS_SOURCE_FILE": "/home/mithras/Documents/bakalarka/build/bootloader/kconfigs.in", - "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/mithras/Documents/bakalarka/build/bootloader/kconfigs_projbuild.in" + "COMPONENT_KCONFIGS_SOURCE_FILE": "/home/mithras/esp/bakalarka/build/bootloader/kconfigs.in", + "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/mithras/esp/bakalarka/build/bootloader/kconfigs_projbuild.in" } diff --git a/build/bootloader/config/kconfig_menus.json b/build/bootloader/config/kconfig_menus.json index c318850..9b03cc7 100644 --- a/build/bootloader/config/kconfig_menus.json +++ b/build/bootloader/config/kconfig_menus.json @@ -1,1623 +1,1732 @@ [ { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_CMAKE", - "name": "IDF_CMAKE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_CMAKE", + "name": "IDF_CMAKE", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_ENV_FPGA", - "name": "IDF_ENV_FPGA", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_ENV_FPGA", + "name": "IDF_ENV_FPGA", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TARGET", - "name": "IDF_TARGET", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET", + "name": "IDF_TARGET", + "range": null, + "title": null, "type": "string" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TARGET_ESP32", - "name": "IDF_TARGET_ESP32", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32", + "name": "IDF_TARGET_ESP32", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TARGET_ESP32S2", - "name": "IDF_TARGET_ESP32S2", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32S2", + "name": "IDF_TARGET_ESP32S2", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_FIRMWARE_CHIP_ID", - "name": "IDF_FIRMWARE_CHIP_ID", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_FIRMWARE_CHIP_ID", + "name": "IDF_FIRMWARE_CHIP_ID", + "range": null, + "title": null, "type": "hex" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "The prefix/path that is used to call the toolchain. The default setting assumes\na crosstool-ng gcc setup that is in your PATH.", - "id": "SDK_TOOLPREFIX", - "name": "SDK_TOOLPREFIX", - "range": null, - "title": "Compiler toolchain path/prefix", + "children": [], + "depends_on": null, + "help": "The prefix/path that is used to call the toolchain. The default setting assumes\na crosstool-ng gcc setup that is in your PATH.", + "id": "SDK_TOOLPREFIX", + "name": "SDK_TOOLPREFIX", + "range": null, + "title": "Compiler toolchain path/prefix", "type": "string" - }, + }, { - "children": [], - "depends_on": "!IDF_CMAKE", - "help": "The executable name/path that is used to run python. On some systems Python 2.x\nmay need to be invoked as python2.\n\n(Note: This option is used with the legacy GNU Make build system only.)", - "id": "SDK_PYTHON", - "name": "SDK_PYTHON", - "range": null, - "title": "Python 2 interpreter", + "children": [], + "depends_on": "!IDF_CMAKE", + "help": "The executable name/path that is used to run python.\n\n(Note: This option is used with the legacy GNU Make build system only.)", + "id": "SDK_PYTHON", + "name": "SDK_PYTHON", + "range": null, + "title": "Python interpreter", "type": "string" - }, + }, { - "children": [], - "depends_on": "!IDF_CMAKE", - "help": "Adds --warn-undefined-variables to MAKEFLAGS. This causes make to\nprint a warning any time an undefined variable is referenced.\n\nThis option helps find places where a variable reference is misspelled\nor otherwise missing, but it can be unwanted if you have Makefiles which\ndepend on undefined variables expanding to an empty string.\n\n(Note: this option is used with the legacy GNU Make build system only.)", - "id": "SDK_MAKE_WARN_UNDEFINED_VARIABLES", - "name": "SDK_MAKE_WARN_UNDEFINED_VARIABLES", - "range": null, - "title": "'make' warns on undefined variables", + "children": [], + "depends_on": "!IDF_CMAKE", + "help": "Adds --warn-undefined-variables to MAKEFLAGS. This causes make to\nprint a warning any time an undefined variable is referenced.\n\nThis option helps find places where a variable reference is misspelled\nor otherwise missing, but it can be unwanted if you have Makefiles which\ndepend on undefined variables expanding to an empty string.\n\n(Note: this option is used with the legacy GNU Make build system only.)", + "id": "SDK_MAKE_WARN_UNDEFINED_VARIABLES", + "name": "SDK_MAKE_WARN_UNDEFINED_VARIABLES", + "range": null, + "title": "'make' warns on undefined variables", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable this option in case you have a custom toolchain which supports time_t wide 64-bits.\nThis option checks time_t is 64-bits and disables ROM time functions\nto use the time functions from the toolchain instead.\nThis option allows resolving the Y2K38 problem.\nSee \"Setup Linux Toolchain from Scratch\" to build\na custom toolchain which supports 64-bits time_t.\n\nNote: ESP-IDF does not currently come with any pre-compiled toolchain\nthat supports 64-bit wide time_t.\nThis will change in a future major release,\nbut currently 64-bit time_t requires a custom built toolchain.", - "id": "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS", - "name": "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS", - "range": null, - "title": "Toolchain supports time_t wide 64-bits", + "children": [], + "depends_on": null, + "help": "Enable this option in case you have a custom toolchain which supports time_t wide 64-bits.\nThis option checks time_t is 64-bits and disables ROM time functions\nto use the time functions from the toolchain instead.\nThis option allows resolving the Y2K38 problem.\nSee \"Setup Linux Toolchain from Scratch\" to build\na custom toolchain which supports 64-bits time_t.\n\nNote: ESP-IDF does not currently come with any pre-compiled toolchain\nthat supports 64-bit wide time_t.\nThis will change in a future major release,\nbut currently 64-bit time_t requires a custom built toolchain.", + "id": "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS", + "name": "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS", + "range": null, + "title": "Toolchain supports time_t wide 64-bits", "type": "bool" } - ], - "depends_on": null, - "id": "sdk-tool-configuration", - "title": "SDK tool configuration", + ], + "depends_on": null, + "id": "sdk-tool-configuration", + "title": "SDK tool configuration", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "APP_BUILD_TYPE_APP_2NDBOOT", - "name": "APP_BUILD_TYPE_APP_2NDBOOT", - "range": null, - "title": "Default (binary application + 2nd stage bootloader)", + "children": [], + "depends_on": "", + "help": null, + "id": "APP_BUILD_TYPE_APP_2NDBOOT", + "name": "APP_BUILD_TYPE_APP_2NDBOOT", + "range": null, + "title": "Default (binary application + 2nd stage bootloader)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "APP_BUILD_TYPE_ELF_RAM", - "name": "APP_BUILD_TYPE_ELF_RAM", - "range": null, - "title": "ELF file, loadable into RAM (EXPERIMENTAL))", + "children": [], + "depends_on": "", + "help": null, + "id": "APP_BUILD_TYPE_ELF_RAM", + "name": "APP_BUILD_TYPE_ELF_RAM", + "range": null, + "title": "ELF file, loadable into RAM (EXPERIMENTAL))", "type": "bool" } - ], - "depends_on": null, - "help": "Select the way the application is built.\n\nBy default, the application is built as a binary file in a format compatible with\nthe ESP32 bootloader. In addition to this application, 2nd stage bootloader is\nalso built. Application and bootloader binaries can be written into flash and\nloaded/executed from there.\n\nAnother option, useful for only very small and limited applications, is to only link\nthe .elf file of the application, such that it can be loaded directly into RAM over\nJTAG. Note that since IRAM and DRAM sizes are very limited, it is not possible to\nbuild any complex application this way. However for kinds of testing and debugging,\nthis option may provide faster iterations, since the application does not need to be\nwritten into flash.\nNote that at the moment, ESP-IDF does not contain all the startup code required to\ninitialize the CPUs and ROM memory (data/bss). Therefore it is necessary to execute\na bit of ROM code prior to executing the application. A gdbinit file may look as follows:\n\n # Connect to a running instance of OpenOCD\n target remote :3333\n # Reset and halt the target\n mon reset halt\n # Run to a specific point in ROM code,\n # where most of initialization is complete.\n thb *0x40007901\n c\n # Load the application into RAM\n load\n # Run till app_main\n tb app_main\n c\n\nExecute this gdbinit file as follows:\n\n xtensa-esp32-elf-gdb build/app-name.elf -x gdbinit\n\nRecommended sdkconfig.defaults for building loadable ELF files is as follows.\nCONFIG_APP_BUILD_TYPE_ELF_RAM is required, other options help reduce application\nmemory footprint.\n\n CONFIG_APP_BUILD_TYPE_ELF_RAM=y\n CONFIG_VFS_SUPPORT_TERMIOS=\n CONFIG_NEWLIB_NANO_FORMAT=y\n CONFIG_ESP32_PANIC_PRINT_HALT=y\n CONFIG_ESP32_DEBUG_STUBS_ENABLE=\n CONFIG_ESP_ERR_TO_NAME_LOOKUP=", - "id": "build-type-application-build-type", - "name": "APP_BUILD_TYPE", - "title": "Application build type", + ], + "depends_on": null, + "help": "Select the way the application is built.\n\nBy default, the application is built as a binary file in a format compatible with\nthe ESP32 bootloader. In addition to this application, 2nd stage bootloader is\nalso built. Application and bootloader binaries can be written into flash and\nloaded/executed from there.\n\nAnother option, useful for only very small and limited applications, is to only link\nthe .elf file of the application, such that it can be loaded directly into RAM over\nJTAG. Note that since IRAM and DRAM sizes are very limited, it is not possible to\nbuild any complex application this way. However for kinds of testing and debugging,\nthis option may provide faster iterations, since the application does not need to be\nwritten into flash.\nNote that at the moment, ESP-IDF does not contain all the startup code required to\ninitialize the CPUs and ROM memory (data/bss). Therefore it is necessary to execute\na bit of ROM code prior to executing the application. A gdbinit file may look as follows:\n\n # Connect to a running instance of OpenOCD\n target remote :3333\n # Reset and halt the target\n mon reset halt\n # Run to a specific point in ROM code,\n # where most of initialization is complete.\n thb *0x40007901\n c\n # Load the application into RAM\n load\n # Run till app_main\n tb app_main\n c\n\nExecute this gdbinit file as follows:\n\n xtensa-esp32-elf-gdb build/app-name.elf -x gdbinit\n\nRecommended sdkconfig.defaults for building loadable ELF files is as follows.\nCONFIG_APP_BUILD_TYPE_ELF_RAM is required, other options help reduce application\nmemory footprint.\n\n CONFIG_APP_BUILD_TYPE_ELF_RAM=y\n CONFIG_VFS_SUPPORT_TERMIOS=\n CONFIG_NEWLIB_NANO_FORMAT=y\n CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y\n CONFIG_ESP32_DEBUG_STUBS_ENABLE=\n CONFIG_ESP_ERR_TO_NAME_LOOKUP=", + "id": "build-type-application-build-type", + "name": "APP_BUILD_TYPE", + "title": "Application build type", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "APP_BUILD_GENERATE_BINARIES", - "name": "APP_BUILD_GENERATE_BINARIES", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_GENERATE_BINARIES", + "name": "APP_BUILD_GENERATE_BINARIES", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "APP_BUILD_BOOTLOADER", - "name": "APP_BUILD_BOOTLOADER", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_BOOTLOADER", + "name": "APP_BUILD_BOOTLOADER", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "APP_BUILD_USE_FLASH_SECTIONS", - "name": "APP_BUILD_USE_FLASH_SECTIONS", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_USE_FLASH_SECTIONS", + "name": "APP_BUILD_USE_FLASH_SECTIONS", + "range": null, + "title": null, "type": "bool" } - ], - "depends_on": null, - "id": "build-type", - "title": "Build type", + ], + "depends_on": null, + "id": "build-type", + "title": "Build type", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_NONE", - "name": "BOOTLOADER_LOG_LEVEL_NONE", - "range": null, - "title": "No output", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Size (-Os)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_ERROR", - "name": "BOOTLOADER_LOG_LEVEL_ERROR", - "range": null, - "title": "Error", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "range": null, + "title": "Debug (-Og)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_WARN", - "name": "BOOTLOADER_LOG_LEVEL_WARN", - "range": null, - "title": "Warning", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_INFO", - "name": "BOOTLOADER_LOG_LEVEL_INFO", - "range": null, - "title": "Info", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_DEBUG", - "name": "BOOTLOADER_LOG_LEVEL_DEBUG", - "range": null, - "title": "Debug", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", - "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", - "range": null, - "title": "Verbose", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0)", "type": "bool" } - ], - "depends_on": null, - "help": "Specify how much output to see in bootloader logs.", - "id": "bootloader-config-bootloader-log-verbosity", - "name": "BOOTLOADER_LOG_LEVEL", - "title": "Bootloader log verbosity", + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument)\nfor the bootloader.\n\n- The default \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nNote that custom optimization levels may be unsupported.", + "id": "bootloader-config-bootloader-optimization-level", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION", + "title": "Bootloader optimization Level", "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "BOOTLOADER_LOG_LEVEL", - "name": "BOOTLOADER_LOG_LEVEL", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT", - "help": "This value is ignored unless flash mode is set to QIO or QOUT *and* the SPI flash pins have been\noverriden by setting the eFuses SPI_PAD_CONFIG_xxx.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka ESP32\npin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. That pin number is compiled into the\nbootloader instead.\n\nThe default value (GPIO 7) is correct for WP pin on ESP32-D2WD integrated flash.", - "id": "BOOTLOADER_SPI_WP_PIN", - "name": "BOOTLOADER_SPI_WP_PIN", - "range": null, - "title": "SPI Flash WP Pin when customising pins via eFuse (read help)", - "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "!ESPTOOLPY_FLASHFREQ_80M && ", - "help": null, - "id": "BOOTLOADER_VDDSDIO_BOOST_1_8V", - "name": "BOOTLOADER_VDDSDIO_BOOST_1_8V", - "range": null, - "title": "1.8V", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_NONE", + "name": "BOOTLOADER_LOG_LEVEL_NONE", + "range": null, + "title": "No output", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_VDDSDIO_BOOST_1_9V", - "name": "BOOTLOADER_VDDSDIO_BOOST_1_9V", - "range": null, - "title": "1.9V", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_ERROR", + "name": "BOOTLOADER_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_WARN", + "name": "BOOTLOADER_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_INFO", + "name": "BOOTLOADER_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_DEBUG", + "name": "BOOTLOADER_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", "type": "bool" } - ], - "depends_on": null, - "help": "If this option is enabled, and VDDSDIO LDO is set to 1.8V (using eFuse\nor MTDI bootstrapping pin), bootloader will change LDO settings to\noutput 1.9V instead. This helps prevent flash chip from browning out\nduring flash programming operations.\n\nThis option has no effect if VDDSDIO is set to 3.3V, or if the internal\nVDDSDIO regulator is disabled via eFuse.", - "id": "bootloader-config-vddsdio-ldo-voltage", - "name": "BOOTLOADER_VDDSDIO_BOOST", - "title": "VDDSDIO LDO voltage", + ], + "depends_on": null, + "help": "Specify how much output to see in bootloader logs.", + "id": "bootloader-config-bootloader-log-verbosity", + "name": "BOOTLOADER_LOG_LEVEL", + "title": "Bootloader log verbosity", "type": "choice" - }, + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_LOG_LEVEL", + "name": "BOOTLOADER_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT", + "help": "This value is ignored unless flash mode is set to QIO or QOUT *and* the SPI flash pins have been\noverriden by setting the eFuses SPI_PAD_CONFIG_xxx.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka ESP32\npin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. That pin number is compiled into the\nbootloader instead.\n\nThe default value (GPIO 7) is correct for WP pin on ESP32-D2WD integrated flash.", + "id": "BOOTLOADER_SPI_WP_PIN", + "name": "BOOTLOADER_SPI_WP_PIN", + "range": null, + "title": "SPI Flash WP Pin when customising pins via eFuse (read help)", + "type": "int" + }, { "children": [ { - "children": [], - "depends_on": "BOOTLOADER_FACTORY_RESET", - "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a factory reset, this GPIO must be pulled low on reset.\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", - "id": "BOOTLOADER_NUM_PIN_FACTORY_RESET", - "name": "BOOTLOADER_NUM_PIN_FACTORY_RESET", - "range": null, - "title": "Number of the GPIO input for factory reset", + "children": [], + "depends_on": "!ESPTOOLPY_FLASHFREQ_80M && ", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "range": null, + "title": "1.8V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "range": null, + "title": "1.9V", + "type": "bool" + } + ], + "depends_on": null, + "help": "If this option is enabled, and VDDSDIO LDO is set to 1.8V (using eFuse\nor MTDI bootstrapping pin), bootloader will change LDO settings to\noutput 1.9V instead. This helps prevent flash chip from browning out\nduring flash programming operations.\n\nThis option has no effect if VDDSDIO is set to 3.3V, or if the internal\nVDDSDIO regulator is disabled via eFuse.", + "id": "bootloader-config-vddsdio-ldo-voltage", + "name": "BOOTLOADER_VDDSDIO_BOOST", + "title": "VDDSDIO LDO voltage", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a factory reset, this GPIO must be pulled low on reset.\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", + "id": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "name": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "range": null, + "title": "Number of the GPIO input for factory reset", "type": "int" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_FACTORY_RESET", - "help": "The device will boot from \"factory\" partition (or OTA slot 0 if no factory partition is present) after a\nfactory reset.", - "id": "BOOTLOADER_OTA_DATA_ERASE", - "name": "BOOTLOADER_OTA_DATA_ERASE", - "range": null, - "title": "Clear OTA data on factory reset (select factory partition)", + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The device will boot from \"factory\" partition (or OTA slot 0 if no factory partition is present) after a\nfactory reset.", + "id": "BOOTLOADER_OTA_DATA_ERASE", + "name": "BOOTLOADER_OTA_DATA_ERASE", + "range": null, + "title": "Clear OTA data on factory reset (select factory partition)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_FACTORY_RESET", - "help": "Allows customers to select which data partitions will be erased while factory reset.\n\nSpecify the names of partitions as a comma-delimited with optional spaces for readability. (Like this:\n\"nvs, phy_init, ...\")\nMake sure that the name specified in the partition table and here are the same.\nPartitions of type \"app\" cannot be specified here.", - "id": "BOOTLOADER_DATA_FACTORY_RESET", - "name": "BOOTLOADER_DATA_FACTORY_RESET", - "range": null, - "title": "Comma-separated names of partitions to clear on factory reset", + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "Allows customers to select which data partitions will be erased while factory reset.\n\nSpecify the names of partitions as a comma-delimited with optional spaces for readability. (Like this:\n\"nvs, phy_init, ...\")\nMake sure that the name specified in the partition table and here are the same.\nPartitions of type \"app\" cannot be specified here.", + "id": "BOOTLOADER_DATA_FACTORY_RESET", + "name": "BOOTLOADER_DATA_FACTORY_RESET", + "range": null, + "title": "Comma-separated names of partitions to clear on factory reset", "type": "string" } - ], - "depends_on": null, - "help": "Allows to reset the device to factory settings:\n- clear one or more data partitions;\n- boot from \"factory\" partition.\nThe factory reset will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", - "id": "BOOTLOADER_FACTORY_RESET", - "name": "BOOTLOADER_FACTORY_RESET", - "range": null, - "title": "GPIO triggers factory reset", + ], + "depends_on": null, + "help": "Allows to reset the device to factory settings:\n- clear one or more data partitions;\n- boot from \"factory\" partition.\nThe factory reset will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", + "id": "BOOTLOADER_FACTORY_RESET", + "name": "BOOTLOADER_FACTORY_RESET", + "range": null, + "title": "GPIO triggers factory reset", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BOOTLOADER_APP_TEST", - "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", - "id": "BOOTLOADER_NUM_PIN_APP_TEST", - "name": "BOOTLOADER_NUM_PIN_APP_TEST", - "range": null, - "title": "Number of the GPIO input to boot TEST partition", + "children": [], + "depends_on": "BOOTLOADER_APP_TEST", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", + "id": "BOOTLOADER_NUM_PIN_APP_TEST", + "name": "BOOTLOADER_NUM_PIN_APP_TEST", + "range": null, + "title": "Number of the GPIO input to boot TEST partition", "type": "int" } - ], - "depends_on": null, - "help": "Allows to run the test app from \"TEST\" partition.\nA boot from \"test\" partition will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", - "id": "BOOTLOADER_APP_TEST", - "name": "BOOTLOADER_APP_TEST", - "range": null, - "title": "GPIO triggers boot from test app partition", + ], + "depends_on": null, + "help": "Allows to run the test app from \"TEST\" partition.\nA boot from \"test\" partition will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", + "id": "BOOTLOADER_APP_TEST", + "name": "BOOTLOADER_APP_TEST", + "range": null, + "title": "GPIO triggers boot from test app partition", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_FACTORY_RESET || BOOTLOADER_APP_TEST", - "help": "The GPIO must be held low continuously for this period of time after reset\nbefore a factory reset or test partition boot (as applicable) is performed.", - "id": "BOOTLOADER_HOLD_TIME_GPIO", - "name": "BOOTLOADER_HOLD_TIME_GPIO", - "range": null, - "title": "Hold time of GPIO for reset/test mode (seconds)", + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET || BOOTLOADER_APP_TEST", + "help": "The GPIO must be held low continuously for this period of time after reset\nbefore a factory reset or test partition boot (as applicable) is performed.", + "id": "BOOTLOADER_HOLD_TIME_GPIO", + "name": "BOOTLOADER_HOLD_TIME_GPIO", + "range": null, + "title": "Hold time of GPIO for reset/test mode (seconds)", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "BOOTLOADER_WDT_ENABLE", - "help": "If it is set, the client must itself reset or disable rtc_wdt in their code (app_main()).\nOtherwise rtc_wdt will be disabled before calling app_main function.\nUse function rtc_wdt_feed() for resetting counter of rtc_wdt.\nUse function rtc_wdt_disable() for disabling rtc_wdt.", - "id": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", - "name": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", - "range": null, - "title": "Allows RTC watchdog disable in user code", + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "If it is set, the client must itself reset or disable rtc_wdt in their code (app_main()).\nOtherwise rtc_wdt will be disabled before calling app_main function.\nUse function rtc_wdt_feed() for resetting counter of rtc_wdt.\nUse function rtc_wdt_disable() for disabling rtc_wdt.", + "id": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "name": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "range": null, + "title": "Allows RTC watchdog disable in user code", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_WDT_ENABLE", - "help": "Verify that this parameter is correct and more then the execution time.\nPay attention to options such as reset to factory, trigger test partition and encryption on boot\n- these options can increase the execution time.\nNote: RTC_WDT will reset while encryption operations will be performed.", - "id": "BOOTLOADER_WDT_TIME_MS", - "name": "BOOTLOADER_WDT_TIME_MS", + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "Verify that this parameter is correct and more then the execution time.\nPay attention to options such as reset to factory, trigger test partition and encryption on boot\n- these options can increase the execution time.\nNote: RTC_WDT will reset while encryption operations will be performed.", + "id": "BOOTLOADER_WDT_TIME_MS", + "name": "BOOTLOADER_WDT_TIME_MS", "range": [ - 0, + 0, 120000 - ], - "title": "Timeout for RTC watchdog (ms)", + ], + "title": "Timeout for RTC watchdog (ms)", "type": "int" } - ], - "depends_on": null, - "help": "Tracks the execution time of startup code.\nIf the execution time is exceeded, the RTC_WDT will restart system.\nIt is also useful to prevent a lock up in start code caused by an unstable power source.\nNOTE: Tracks the execution time starts from the bootloader code - re-set timeout, while selecting the\nsource for slow_clk - and ends calling app_main.\nRe-set timeout is needed due to WDT uses a SLOW_CLK clock source. After changing a frequency slow_clk a\ntime of WDT needs to re-set for new frequency.\nslow_clk depends on ESP32_RTC_CLK_SRC (INTERNAL_RC or EXTERNAL_CRYSTAL).", - "id": "BOOTLOADER_WDT_ENABLE", - "name": "BOOTLOADER_WDT_ENABLE", - "range": null, - "title": "Use RTC watchdog in start code", + ], + "depends_on": null, + "help": "Tracks the execution time of startup code.\nIf the execution time is exceeded, the RTC_WDT will restart system.\nIt is also useful to prevent a lock up in start code caused by an unstable power source.\nNOTE: Tracks the execution time starts from the bootloader code - re-set timeout, while selecting the\nsource for slow_clk - and ends calling app_main.\nRe-set timeout is needed due to WDT uses a SLOW_CLK clock source. After changing a frequency slow_clk a\ntime of WDT needs to re-set for new frequency.\nslow_clk depends on ESP32_RTC_CLK_SRC (INTERNAL_RC or EXTERNAL_CRYSTAL).", + "id": "BOOTLOADER_WDT_ENABLE", + "name": "BOOTLOADER_WDT_ENABLE", + "range": null, + "title": "Use RTC watchdog in start code", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", - "help": "The secure version is the sequence number stored in the header of each firmware.\nThe security version is set in the bootloader, version is recorded in the eFuse field\nas the number of set ones. The allocated number of bits in the efuse field\nfor storing the security version is limited (see BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD option).\n\nBootloader: When bootloader selects an app to boot, an app is selected that has\na security version greater or equal that recorded in eFuse field.\nThe app is booted with a higher (or equal) secure version.\n\nThe security version is worth increasing if in previous versions there is\na significant vulnerability and their use is not acceptable.\n\nYour partition table should has a scheme with ota_0 + ota_1 (without factory).", - "id": "BOOTLOADER_APP_SECURE_VERSION", - "name": "BOOTLOADER_APP_SECURE_VERSION", - "range": null, - "title": "eFuse secure version of app", + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The secure version is the sequence number stored in the header of each firmware.\nThe security version is set in the bootloader, version is recorded in the eFuse field\nas the number of set ones. The allocated number of bits in the efuse field\nfor storing the security version is limited (see BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD option).\n\nBootloader: When bootloader selects an app to boot, an app is selected that has\na security version greater or equal that recorded in eFuse field.\nThe app is booted with a higher (or equal) secure version.\n\nThe security version is worth increasing if in previous versions there is\na significant vulnerability and their use is not acceptable.\n\nYour partition table should has a scheme with ota_0 + ota_1 (without factory).", + "id": "BOOTLOADER_APP_SECURE_VERSION", + "name": "BOOTLOADER_APP_SECURE_VERSION", + "range": null, + "title": "eFuse secure version of app", "type": "int" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", - "help": "The size of the efuse secure version field.\nIts length is limited to 32 bits for ESP32 and 16 bits for ESP32-S2.\nThis determines how many times the security version can be increased.", - "id": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", - "name": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", - "range": null, - "title": "Size of the efuse secure version field", + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The size of the efuse secure version field.\nIts length is limited to 32 bits for ESP32 and 16 bits for ESP32-S2.\nThis determines how many times the security version can be increased.", + "id": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "name": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "range": null, + "title": "Size of the efuse secure version field", "type": "int" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", - "help": "This option allow emulate read/write operations with efuse secure version.\nIt allow to test anti-rollback implemention without permanent write eFuse bits.\nIn partition table should be exist this partition `emul_efuse, data, 5, , 0x2000`.", - "id": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", - "name": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", - "range": null, - "title": "Emulate operations with efuse secure version(only test)", + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "This option allow emulate read/write operations with efuse secure version.\nIt allow to test anti-rollback implemention without permanent write eFuse bits.\nIn partition table should be exist this partition `emul_efuse, data, 5, , 0x2000`.", + "id": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "name": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "range": null, + "title": "Emulate operations with efuse secure version(only test)", "type": "bool" } - ], - "depends_on": "BOOTLOADER_APP_ROLLBACK_ENABLE", - "help": "This option prevents rollback to previous firmware/application image with lower security version.", - "id": "BOOTLOADER_APP_ANTI_ROLLBACK", - "name": "BOOTLOADER_APP_ANTI_ROLLBACK", - "range": null, - "title": "Enable app anti-rollback support", + ], + "depends_on": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "help": "This option prevents rollback to previous firmware/application image with lower security version.", + "id": "BOOTLOADER_APP_ANTI_ROLLBACK", + "name": "BOOTLOADER_APP_ANTI_ROLLBACK", + "range": null, + "title": "Enable app anti-rollback support", "type": "bool" } - ], - "depends_on": null, - "help": "After updating the app, the bootloader runs a new app with the \"ESP_OTA_IMG_PENDING_VERIFY\" state set.\nThis state prevents the re-run of this app. After the first boot of the new app in the user code, the\nfunction should be called to confirm the operability of the app or vice versa about its non-operability.\nIf the app is working, then it is marked as valid. Otherwise, it is marked as not valid and rolls back to\nthe previous working app. A reboot is performed, and the app is booted before the software update.\nNote: If during the first boot a new app the power goes out or the WDT works, then roll back will happen.\nRollback is possible only between the apps with the same security versions.", - "id": "BOOTLOADER_APP_ROLLBACK_ENABLE", - "name": "BOOTLOADER_APP_ROLLBACK_ENABLE", - "range": null, - "title": "Enable app rollback support", + ], + "depends_on": null, + "help": "After updating the app, the bootloader runs a new app with the \"ESP_OTA_IMG_PENDING_VERIFY\" state set.\nThis state prevents the re-run of this app. After the first boot of the new app in the user code, the\nfunction should be called to confirm the operability of the app or vice versa about its non-operability.\nIf the app is working, then it is marked as valid. Otherwise, it is marked as not valid and rolls back to\nthe previous working app. A reboot is performed, and the app is booted before the software update.\nNote: If during the first boot a new app the power goes out or the WDT works, then roll back will happen.\nRollback is possible only between the apps with the same security versions.", + "id": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "name": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "range": null, + "title": "Enable app rollback support", "type": "bool" - }, + }, { - "children": [], - "depends_on": "(SECURE_BOOT_ENABLED && SECURE_BOOT_INSECURE) || !SECURE_BOOT_ENABLED", - "help": "This option disables the normal validation of an image coming out of\ndeep sleep (checksums, SHA256, and signature). This is a trade-off\nbetween wakeup performance from deep sleep, and image integrity checks.\n\nOnly enable this if you know what you are doing. It should not be used\nin conjunction with using deep_sleep() entry and changing the active OTA\npartition as this would skip the validation upon first load of the new\nOTA partition.", - "id": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", - "name": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", - "range": null, - "title": "Skip image validation when exiting deep sleep", + "children": [], + "depends_on": "(SECURE_BOOT && SECURE_BOOT_INSECURE) || !SECURE_BOOT", + "help": "This option disables the normal validation of an image coming out of\ndeep sleep (checksums, SHA256, and signature). This is a trade-off\nbetween wakeup performance from deep sleep, and image integrity checks.\n\nOnly enable this if you know what you are doing. It should not be used\nin conjunction with using deep_sleep() entry and changing the active OTA\npartition as this would skip the validation upon first load of the new\nOTA partition.", + "id": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "name": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "range": null, + "title": "Skip image validation when exiting deep sleep", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Reserve RTC FAST memory for Skip image validation. This option in bytes.\nThis option reserves an area in the RTC FAST memory (access only PRO_CPU).\nUsed to save the addresses of the selected application.\nWhen a wakeup occurs (from Deep sleep), the bootloader retrieves it and\nloads the application without validation.", - "id": "BOOTLOADER_RESERVE_RTC_SIZE", - "name": "BOOTLOADER_RESERVE_RTC_SIZE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": "Reserve RTC FAST memory for Skip image validation. This option in bytes.\nThis option reserves an area in the RTC FAST memory (access only PRO_CPU).\nUsed to save the addresses of the selected application.\nWhen a wakeup occurs (from Deep sleep), the bootloader retrieves it and\nloads the application without validation.", + "id": "BOOTLOADER_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_RESERVE_RTC_SIZE", + "range": null, + "title": null, "type": "hex" - }, + }, { "children": [ { - "children": [], - "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", - "help": "This option reserves in RTC FAST memory the area for custom purposes.\nIf you want to create your own bootloader and save more information\nin this area of memory, you can increase it. It must be a multiple of 4 bytes.\nThis area (rtc_retain_mem_t) is reserved and has access from the bootloader and an application.", - "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", - "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", - "range": null, - "title": "Size in bytes for custom purposes", + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option reserves in RTC FAST memory the area for custom purposes.\nIf you want to create your own bootloader and save more information\nin this area of memory, you can increase it. It must be a multiple of 4 bytes.\nThis area (rtc_retain_mem_t) is reserved and has access from the bootloader and an application.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "range": null, + "title": "Size in bytes for custom purposes", "type": "hex" } - ], - "depends_on": null, - "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootoloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", - "id": "BOOTLOADER_CUSTOM_RESERVE_RTC", - "name": "BOOTLOADER_CUSTOM_RESERVE_RTC", - "range": null, - "title": "Reserve RTC FAST memory for custom purposes", + ], + "depends_on": null, + "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootoloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "range": null, + "title": "Reserve RTC FAST memory for custom purposes", "type": "bool" } - ], - "depends_on": null, - "id": "bootloader-config", - "title": "Bootloader config", + ], + "depends_on": null, + "id": "bootloader-config", + "title": "Bootloader config", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "SECURE_BOOT_ENABLED || SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", - "help": null, - "id": "SECURE_SIGNED_ON_BOOT", - "name": "SECURE_SIGNED_ON_BOOT", - "range": null, - "title": null, + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_BOOT", + "name": "SECURE_SIGNED_ON_BOOT", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_BOOT_ENABLED || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", - "help": null, - "id": "SECURE_SIGNED_ON_UPDATE", - "name": "SECURE_SIGNED_ON_UPDATE", - "range": null, - "title": null, + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_UPDATE", + "name": "SECURE_SIGNED_ON_UPDATE", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_SIGNED_ON_BOOT || SECURE_SIGNED_ON_UPDATE", - "help": null, - "id": "SECURE_SIGNED_APPS", - "name": "SECURE_SIGNED_APPS", - "range": null, - "title": null, + "children": [], + "depends_on": "SECURE_SIGNED_ON_BOOT || SECURE_SIGNED_ON_UPDATE", + "help": null, + "id": "SECURE_SIGNED_APPS", + "name": "SECURE_SIGNED_APPS", + "range": null, + "title": null, "type": "bool" - }, + }, + { + "children": [], + "depends_on": "!SECURE_BOOT", + "help": "Require apps to be signed to verify their integrity.\n\nThis option uses the same app signature scheme as hardware secure boot, but unlike hardware secure boot it\ndoes not prevent the bootloader from being physically updated. This means that the device can be secured\nagainst remote network access, but not physical access. Compared to using hardware Secure Boot this option\nis much simpler to implement.", + "id": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "range": null, + "title": "Require signed app images", + "type": "bool" + }, { "children": [ { - "children": [], - "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", - "help": "If this option is set, the bootloader will be compiled with code to verify that an app is signed before\nbooting it.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option doesn't add significant security by itself so most\nusers will want to leave it disabled.", - "id": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", - "name": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", - "range": null, - "title": "Bootloader verifies app signatures", + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V1_ENABLED) && ", + "help": "Embeds the ECDSA public key in the bootloader and signs the application with an ECDSA key.\n\nRefer to the documentation before enabling.", + "id": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "name": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "range": null, + "title": "ECDSA", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", - "help": "If this option is set, any OTA updated apps will have the signature verified before being considered valid.\n\nWhen enabled, the signature is automatically checked whenever the esp_ota_ops.h APIs are used for OTA\nupdates, or esp_image_format.h APIs are used to verify apps.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option still adds significant security against network-based\nattackers by preventing spoofing of OTA updates.", - "id": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", - "name": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", - "range": null, - "title": "Verify app signature on update", + "children": [], + "depends_on": "ESP32_REV_MIN_3 && SECURE_BOOT_V2_ENABLED && ", + "help": "Appends the RSA-3072 based Signature block to the application.\nRefer to before enabling.", + "id": "SECURE_SIGNED_APPS_RSA_SCHEME", + "name": "SECURE_SIGNED_APPS_RSA_SCHEME", + "range": null, + "title": "RSA", "type": "bool" } - ], - "depends_on": "!SECURE_BOOT_ENABLED", - "help": "Require apps to be signed to verify their integrity.\n\nThis option uses the same app signature scheme as hardware secure boot, but unlike hardware secure boot it\ndoes not prevent the bootloader from being physically updated. This means that the device can be secured\nagainst remote network access, but not physical access. Compared to using hardware Secure Boot this option\nis much simpler to implement.", - "id": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", - "name": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", - "range": null, - "title": "Require signed app images", + ], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "Select the Secure App signing scheme. Depends on the Chip Revision.\nThere are two options:\n1. ECDSA based secure boot scheme. (Only choice for Secure Boot V1)\nSupported in ESP32 and ESP32-ECO3.\n2. The RSA based secure boot scheme. (Only choice for Secure Boot V2)\nSupported in ESP32-ECO3. (ESP32 Chip Revision 3 onwards)", + "id": "security-features-app-signing-scheme", + "name": "SECURE_SIGNED_APPS_SCHEME", + "title": "App Signing Scheme", + "type": "choice" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "If this option is set, the bootloader will be compiled with code to verify that an app is signed before\nbooting it.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option doesn't add significant security by itself so most\nusers will want to leave it disabled.", + "id": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "range": null, + "title": "Bootloader verifies app signatures", "type": "bool" - }, + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "If this option is set, any OTA updated apps will have the signature verified before being considered valid.\n\nWhen enabled, the signature is automatically checked whenever the esp_ota_ops.h APIs are used for OTA\nupdates, or esp_image_format.h APIs are used to verify apps.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option still adds significant security against network-based\nattackers by preventing spoofing of OTA updates.", + "id": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "range": null, + "title": "Verify app signature on update", + "type": "bool" + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": "On first boot, the bootloader will generate a key which is not readable externally or by software. A\ndigest is generated from the bootloader image itself. This digest will be verified on each subsequent\nboot.\n\nEnabling this option means that the bootloader cannot be changed after the first time it is booted.", - "id": "SECURE_BOOTLOADER_ONE_TIME_FLASH", - "name": "SECURE_BOOTLOADER_ONE_TIME_FLASH", - "range": null, - "title": "One-time flash", + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ", + "help": "Build a bootloader which enables secure boot version 1 on first boot.\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V1_ENABLED", + "name": "SECURE_BOOT_V1_ENABLED", + "range": null, + "title": "Enable Secure Boot version 1", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "Generate a reusable secure bootloader key, derived (via SHA-256) from the secure boot signing key.\n\nThis allows the secure bootloader to be re-flashed by anyone with access to the secure boot signing\nkey.\n\nThis option is less secure than one-time flash, because a leak of the digest key from one device\nallows reflashing of any device that uses it.", - "id": "SECURE_BOOTLOADER_REFLASHABLE", - "name": "SECURE_BOOTLOADER_REFLASHABLE", - "range": null, - "title": "Reflashable", + "children": [], + "depends_on": "ESP32_REV_MIN_3 && ", + "help": "Build a bootloader which enables Secure Boot version 2 on first boot.\nRefer to Secure Boot V2 section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V2_ENABLED", + "name": "SECURE_BOOT_V2_ENABLED", + "range": null, + "title": "Enable Secure Boot version 2", "type": "bool" } - ], - "depends_on": "SECURE_BOOT_ENABLED", - "help": null, - "id": "security-features-enable-hardware-secure-boot-in-bootloader-read-docs-first--secure-bootloader-mode", - "name": "SECURE_BOOTLOADER_MODE", - "title": "Secure bootloader mode", + ], + "depends_on": "SECURE_BOOT", + "help": "Select the Secure Boot Version. Depends on the Chip Revision.\nSecure Boot V2 is the new RSA based secure boot scheme.\nSupported in ESP32-ECO3. (ESP32 Chip Revision 3 onwards)\nSecure Boot V1 is the AES based secure boot scheme.\nSupported in ESP32 and ESP32-ECO3.", + "id": "security-features-enable-hardware-secure-boot-in-bootloader-read-docs-first--select-secure-boot-version", + "name": "SECURE_BOOT_VERSION", + "title": "Select secure boot version", "type": "choice" } - ], - "depends_on": null, - "help": "Build a bootloader which enables secure boot on first boot.\n\nOnce enabled, secure boot will not boot a modified bootloader. The bootloader will only load a partition\ntable or boot an app if the data has a verified digital signature. There are implications for reflashing\nupdated apps once secure boot is enabled.\n\nWhen enabling secure boot, JTAG and ROM BASIC Interpreter are permanently disabled by default.\n\nRefer to https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html before enabling.", - "id": "SECURE_BOOT_ENABLED", - "name": "SECURE_BOOT_ENABLED", - "range": null, - "title": "Enable hardware secure boot in bootloader (READ DOCS FIRST)", + ], + "depends_on": null, + "help": "Build a bootloader which enables Secure Boot on first boot.\n\nOnce enabled, Secure Boot will not boot a modified bootloader. The bootloader will only load a partition\ntable or boot an app if the data has a verified digital signature. There are implications for reflashing\nupdated apps once secure boot is enabled.\n\nWhen enabling secure boot, JTAG and ROM BASIC Interpreter are permanently disabled by default.", + "id": "SECURE_BOOT", + "name": "SECURE_BOOT", + "range": null, + "title": "Enable hardware Secure Boot in bootloader (READ DOCS FIRST)", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "SECURE_BOOT_BUILD_SIGNED_BINARIES", - "help": "Path to the key file used to sign app images.\n\nKey file is an ECDSA private key (NIST256p curve) in PEM format.\n\nPath is evaluated relative to the project directory.\n\nYou can generate a new signing key by running the following command:\nespsecure.py generate_signing_key secure_boot_signing_key.pem\n\nSee https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html for details.", - "id": "SECURE_BOOT_SIGNING_KEY", - "name": "SECURE_BOOT_SIGNING_KEY", - "range": null, - "title": "Secure boot private signing key", + "children": [], + "depends_on": "", + "help": "On first boot, the bootloader will generate a key which is not readable externally or by software. A\ndigest is generated from the bootloader image itself. This digest will be verified on each subsequent\nboot.\n\nEnabling this option means that the bootloader cannot be changed after the first time it is booted.", + "id": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "name": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "range": null, + "title": "One-time flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Generate a reusable secure bootloader key, derived (via SHA-256) from the secure boot signing key.\n\nThis allows the secure bootloader to be re-flashed by anyone with access to the secure boot signing\nkey.\n\nThis option is less secure than one-time flash, because a leak of the digest key from one device\nallows reflashing of any device that uses it.", + "id": "SECURE_BOOTLOADER_REFLASHABLE", + "name": "SECURE_BOOTLOADER_REFLASHABLE", + "range": null, + "title": "Reflashable", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT_V1_ENABLED", + "help": null, + "id": "security-features-secure-bootloader-mode", + "name": "SECURE_BOOTLOADER_MODE", + "title": "Secure bootloader mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "Path to the key file used to sign app images.\n\nKey file is an ECDSA private key (NIST256p curve) in PEM format for Secure Boot V1.\nKey file is an RSA private key in PEM format for Secure Boot V2.\n\nPath is evaluated relative to the project directory.\n\nYou can generate a new signing key by running the following command:\nespsecure.py generate_signing_key secure_boot_signing_key.pem\n\nSee the Secure Boot section of the ESP-IDF Programmer's Guide for this version for details.", + "id": "SECURE_BOOT_SIGNING_KEY", + "name": "SECURE_BOOT_SIGNING_KEY", + "range": null, + "title": "Secure boot private signing key", "type": "string" } - ], - "depends_on": "SECURE_SIGNED_APPS", - "help": "Once secure boot or signed app requirement is enabled, app images are required to be signed.\n\nIf enabled (default), these binary files are signed as part of the build process. The file named in\n\"Secure boot private signing key\" will be used to sign the image.\n\nIf disabled, unsigned app/partition data will be built. They must be signed manually using espsecure.py\n(for example, on a remote signing server.)", - "id": "SECURE_BOOT_BUILD_SIGNED_BINARIES", - "name": "SECURE_BOOT_BUILD_SIGNED_BINARIES", - "range": null, - "title": "Sign binaries during build", + ], + "depends_on": "SECURE_SIGNED_APPS", + "help": "Once secure boot or signed app requirement is enabled, app images are required to be signed.\n\nIf enabled (default), these binary files are signed as part of the build process. The file named in\n\"Secure boot private signing key\" will be used to sign the image.\n\nIf disabled, unsigned app/partition data will be built. They must be signed manually using espsecure.py.\nVersion 1 to enable ECDSA Based Secure Boot and Version 2 to enable RSA based Secure Boot.\n(for example, on a remote signing server.)", + "id": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "name": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "range": null, + "title": "Sign binaries during build", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_SIGNED_APPS && !SECURE_BOOT_BUILD_SIGNED_BINARIES", - "help": "Path to a public key file used to verify signed images. This key is compiled into the bootloader and/or\napp, to verify app images.\n\nKey file is in raw binary format, and can be extracted from a\nPEM formatted private key using the espsecure.py\nextract_public_key command.\n\nRefer to https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html before enabling.", - "id": "SECURE_BOOT_VERIFICATION_KEY", - "name": "SECURE_BOOT_VERIFICATION_KEY", - "range": null, - "title": "Secure boot public signature verification key", + "children": [], + "depends_on": "SECURE_SIGNED_APPS && !SECURE_BOOT_BUILD_SIGNED_BINARIES && !SECURE_SIGNED_APPS_RSA_SCHEME", + "help": "Path to a public key file used to verify signed images.\nSecure Boot V1: This ECDSA public key is compiled into the bootloader and/or\napp, to verify app images.\nSecure Boot V2: This RSA public key is compiled into the signature block at\nthe end of the bootloader/app.\n\nKey file is in raw binary format, and can be extracted from a\nPEM formatted private key using the espsecure.py\nextract_public_key command.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_VERIFICATION_KEY", + "name": "SECURE_BOOT_VERIFICATION_KEY", + "range": null, + "title": "Secure boot public signature verification key", "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", - "name": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", - "range": null, - "title": "No encoding (256 bit key)", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "range": null, + "title": "No encoding (256 bit key)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", - "name": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", - "range": null, - "title": "3/4 encoding (192 bit key)", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "range": null, + "title": "3/4 encoding (192 bit key)", "type": "bool" } - ], - "depends_on": "SECURE_BOOTLOADER_REFLASHABLE", - "help": "In reflashable secure bootloader mode, a hardware key is derived from the signing key (with SHA-256) and\ncan be written to eFuse with espefuse.py.\n\nNormally this is a 256-bit key, but if 3/4 Coding Scheme is used on the device then the eFuse key is\ntruncated to 192 bits.\n\nThis configuration item doesn't change any firmware code, it only changes the size of key binary which is\ngenerated at build time.", - "id": "security-features-hardware-key-encoding", - "name": "SECURE_BOOTLOADER_KEY_ENCODING", - "title": "Hardware Key Encoding", + ], + "depends_on": "SECURE_BOOTLOADER_REFLASHABLE", + "help": "In reflashable secure bootloader mode, a hardware key is derived from the signing key (with SHA-256) and\ncan be written to eFuse with espefuse.py.\n\nNormally this is a 256-bit key, but if 3/4 Coding Scheme is used on the device then the eFuse key is\ntruncated to 192 bits.\n\nThis configuration item doesn't change any firmware code, it only changes the size of key binary which is\ngenerated at build time.", + "id": "security-features-hardware-key-encoding", + "name": "SECURE_BOOTLOADER_KEY_ENCODING", + "title": "Hardware Key Encoding", "type": "choice" - }, + }, { - "children": [], - "depends_on": "SECURE_BOOT_ENABLED", - "help": "You can disable some of the default protections offered by secure boot, in order to enable testing or a\ncustom combination of security features.\n\nOnly enable these options if you are very sure.\n\nRefer to https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html before enabling.", - "id": "SECURE_BOOT_INSECURE", - "name": "SECURE_BOOT_INSECURE", - "range": null, - "title": "Allow potentially insecure options", + "children": [], + "depends_on": "SECURE_BOOT", + "help": "You can disable some of the default protections offered by secure boot, in order to enable testing or a\ncustom combination of security features.\n\nOnly enable these options if you are very sure.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_INSECURE", + "name": "SECURE_BOOT_INSECURE", + "range": null, + "title": "Allow potentially insecure options", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_FLASH_ENCRYPTION_AES128", - "name": "SECURE_FLASH_ENCRYPTION_AES128", - "range": null, - "title": "AES-128 (256-bit key)", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES128", + "name": "SECURE_FLASH_ENCRYPTION_AES128", + "range": null, + "title": "AES-128 (256-bit key)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_FLASH_ENCRYPTION_AES256", - "name": "SECURE_FLASH_ENCRYPTION_AES256", - "range": null, - "title": "AES-256 (512-bit key)", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES256", + "name": "SECURE_FLASH_ENCRYPTION_AES256", + "range": null, + "title": "AES-256 (512-bit key)", "type": "bool" } - ], - "depends_on": "IDF_TARGET_ESP32S2 && SECURE_FLASH_ENC_ENABLED", - "help": "Size of generated AES-XTS key.\n\nAES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\nAES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", - "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-aes-xts-key", - "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", - "title": "Size of generated AES-XTS key", + ], + "depends_on": "IDF_TARGET_ESP32S2 && SECURE_FLASH_ENC_ENABLED", + "help": "Size of generated AES-XTS key.\n\nAES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\nAES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-aes-xts-key", + "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", + "title": "Size of generated AES-XTS key", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "name": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "range": null, - "title": "Development(NOT SECURE)", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "name": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "range": null, + "title": "Development(NOT SECURE)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", - "name": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", - "range": null, - "title": "Release", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "name": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "range": null, + "title": "Release", "type": "bool" } - ], - "depends_on": "SECURE_FLASH_ENC_ENABLED", - "help": "By default Development mode is enabled which allows UART bootloader to perform flash encryption operations\n\nSelect Release mode only for production or manufacturing. Once enabled you can not reflash using UART\nbootloader\n\nRefer to https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html and\nhttps://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html for details.", - "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--enable-usage-mode", - "name": "SECURE_FLASH_ENCRYPTION_MODE", - "title": "Enable usage mode", + ], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "By default Development mode is enabled which allows UART bootloader to perform flash encryption operations\n\nSelect Release mode only for production or manufacturing. Once enabled you can not reflash using UART\nbootloader\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version and\nhttps://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html for details.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--enable-usage-mode", + "name": "SECURE_FLASH_ENCRYPTION_MODE", + "title": "Enable usage mode", "type": "choice" } - ], - "depends_on": null, - "help": "If this option is set, flash contents will be encrypted by the bootloader on first boot.\n\nNote: After first boot, the system will be permanently encrypted. Re-flashing an encrypted\nsystem is complicated and not always possible.\n\nRead https://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html\nbefore enabling.", - "id": "SECURE_FLASH_ENC_ENABLED", - "name": "SECURE_FLASH_ENC_ENABLED", - "range": null, - "title": "Enable flash encryption on boot (READ DOCS FIRST)", + ], + "depends_on": null, + "help": "If this option is set, flash contents will be encrypted by the bootloader on first boot.\n\nNote: After first boot, the system will be permanently encrypted. Re-flashing an encrypted\nsystem is complicated and not always possible.\n\nRead https://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html\nbefore enabling.", + "id": "SECURE_FLASH_ENC_ENABLED", + "name": "SECURE_FLASH_ENC_ENABLED", + "range": null, + "title": "Enable flash encryption on boot (READ DOCS FIRST)", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "By default, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\nWhen either flash encryption or secure boot are enabled, the default is to\ndisable this BASIC fallback mode permanently via eFuse.\n\nIf this option is set, this eFuse is not burned and the BASIC ROM Console may\nremain accessible. Only set this option in testing environments.", - "id": "SECURE_BOOT_ALLOW_ROM_BASIC", - "name": "SECURE_BOOT_ALLOW_ROM_BASIC", - "range": null, - "title": "Leave ROM BASIC Interpreter available on reset", + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "By default, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\nWhen either flash encryption or secure boot are enabled, the default is to\ndisable this BASIC fallback mode permanently via eFuse.\n\nIf this option is set, this eFuse is not burned and the BASIC ROM Console may\nremain accessible. Only set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_ROM_BASIC", + "name": "SECURE_BOOT_ALLOW_ROM_BASIC", + "range": null, + "title": "Leave ROM BASIC Interpreter available on reset", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "If not set (default), the bootloader will permanently disable JTAG (across entire chip) on first boot\nwhen either secure boot or flash encryption is enabled.\n\nSetting this option leaves JTAG on for debugging, which negates all protections of flash encryption\nand some of the protections of secure boot.\n\nOnly set this option in testing environments.", - "id": "SECURE_BOOT_ALLOW_JTAG", - "name": "SECURE_BOOT_ALLOW_JTAG", - "range": null, - "title": "Allow JTAG Debugging", + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable JTAG (across entire chip) on first boot\nwhen either secure boot or flash encryption is enabled.\n\nSetting this option leaves JTAG on for debugging, which negates all protections of flash encryption\nand some of the protections of secure boot.\n\nOnly set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_JTAG", + "name": "SECURE_BOOT_ALLOW_JTAG", + "range": null, + "title": "Allow JTAG Debugging", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_BOOT_INSECURE", - "help": "If not set (default), app partition size must be a multiple of 64KB. App images are padded to 64KB\nlength, and the bootloader checks any trailing bytes after the signature (before the next 64KB\nboundary) have not been written. This is because flash cache maps entire 64KB pages into the address\nspace. This prevents an attacker from appending unverified data after the app image in the flash,\ncausing it to be mapped into the address space.\n\nSetting this option allows the app partition length to be unaligned, and disables padding of the app\nimage to this length. It is generally not recommended to set this option, unless you have a legacy\npartitioning scheme which doesn't support 64KB aligned partition lengths.", - "id": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", - "name": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", - "range": null, - "title": "Allow app partition length not 64KB aligned", + "children": [], + "depends_on": "SECURE_BOOT_INSECURE", + "help": "If not set (default), app partition size must be a multiple of 64KB. App images are padded to 64KB\nlength, and the bootloader checks any trailing bytes after the signature (before the next 64KB\nboundary) have not been written. This is because flash cache maps entire 64KB pages into the address\nspace. This prevents an attacker from appending unverified data after the app image in the flash,\ncausing it to be mapped into the address space.\n\nSetting this option allows the app partition length to be unaligned, and disables padding of the app\nimage to this length. It is generally not recommended to set this option, unless you have a legacy\npartitioning scheme which doesn't support 64KB aligned partition lengths.", + "id": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "name": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "range": null, + "title": "Allow app partition length not 64KB aligned", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "If not set (default), the bootloader will permanently disable UART bootloader encryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware encryption.\n\nIt is recommended to only set this option in testing environments.", - "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", - "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", - "range": null, - "title": "Leave UART bootloader encryption enabled", + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable UART bootloader encryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware encryption.\n\nIt is recommended to only set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "range": null, + "title": "Leave UART bootloader encryption enabled", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "If not set (default), the bootloader will permanently disable UART bootloader decryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware decryption.\n\nOnly set this option in testing environments. Setting this option allows complete bypass of flash\nencryption.", - "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", - "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", - "range": null, - "title": "Leave UART bootloader decryption enabled", + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable UART bootloader decryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware decryption.\n\nOnly set this option in testing environments. Setting this option allows complete bypass of flash\nencryption.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "range": null, + "title": "Leave UART bootloader decryption enabled", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "If not set (default), the bootloader will permanently disable UART bootloader flash cache access on\nfirst boot. If set, the UART bootloader will still be able to access the flash cache.\n\nOnly set this option in testing environments.", - "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", - "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", - "range": null, - "title": "Leave UART bootloader flash cache enabled", + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable UART bootloader flash cache access on\nfirst boot. If set, the UART bootloader will still be able to access the flash cache.\n\nOnly set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "range": null, + "title": "Leave UART bootloader flash cache enabled", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "If not set (default), and flash encryption is not yet enabled in eFuses, the 2nd stage bootloader\nwill enable flash encryption: generate the flash encryption key and program eFuses.\nIf this option is set, and flash encryption is not yet enabled, the bootloader will error out and\nreboot.\nIf flash encryption is enabled in eFuses, this option does not change the bootloader behavior.\n\nOnly use this option in testing environments, to avoid accidentally enabling flash encryption on\nthe wrong device. The device needs to have flash encryption already enabled using espefuse.py.", - "id": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", - "name": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", - "range": null, - "title": "Require flash encryption to be already enabled", + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), and flash encryption is not yet enabled in eFuses, the 2nd stage bootloader\nwill enable flash encryption: generate the flash encryption key and program eFuses.\nIf this option is set, and flash encryption is not yet enabled, the bootloader will error out and\nreboot.\nIf flash encryption is enabled in eFuses, this option does not change the bootloader behavior.\n\nOnly use this option in testing environments, to avoid accidentally enabling flash encryption on\nthe wrong device. The device needs to have flash encryption already enabled using espefuse.py.", + "id": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "name": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "range": null, + "title": "Require flash encryption to be already enabled", "type": "bool" } - ], - "depends_on": null, - "id": "security-features-potentially-insecure-options", - "title": "Potentially insecure options", + ], + "depends_on": null, + "id": "security-features-potentially-insecure-options", + "title": "Potentially insecure options", "type": "menu" } - ], - "depends_on": null, - "id": "security-features", - "title": "Security features", + ], + "depends_on": null, + "id": "security-features", + "title": "Security features", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "!IDF_CMAKE", - "help": "The serial port that's connected to the ESP chip. This can be overridden by setting the ESPPORT\nenvironment variable.\n\nThis value is ignored when using the CMake-based build system or idf.py.", - "id": "ESPTOOLPY_PORT", - "name": "ESPTOOLPY_PORT", - "range": null, - "title": "Default serial port", + "children": [], + "depends_on": "!IDF_CMAKE", + "help": "The serial port that's connected to the ESP chip. This can be overridden by setting the ESPPORT\nenvironment variable.\n\nThis value is ignored when using the CMake-based build system or idf.py.", + "id": "ESPTOOLPY_PORT", + "name": "ESPTOOLPY_PORT", + "range": null, + "title": "Default serial port", "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BAUD_115200B", - "name": "ESPTOOLPY_BAUD_115200B", - "range": null, - "title": "115200 baud", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BAUD_115200B", + "name": "ESPTOOLPY_BAUD_115200B", + "range": null, + "title": "115200 baud", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BAUD_230400B", - "name": "ESPTOOLPY_BAUD_230400B", - "range": null, - "title": "230400 baud", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BAUD_230400B", + "name": "ESPTOOLPY_BAUD_230400B", + "range": null, + "title": "230400 baud", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BAUD_921600B", - "name": "ESPTOOLPY_BAUD_921600B", - "range": null, - "title": "921600 baud", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BAUD_921600B", + "name": "ESPTOOLPY_BAUD_921600B", + "range": null, + "title": "921600 baud", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BAUD_2MB", - "name": "ESPTOOLPY_BAUD_2MB", - "range": null, - "title": "2Mbaud", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BAUD_2MB", + "name": "ESPTOOLPY_BAUD_2MB", + "range": null, + "title": "2Mbaud", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BAUD_OTHER", - "name": "ESPTOOLPY_BAUD_OTHER", - "range": null, - "title": "Other baud rate", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BAUD_OTHER", + "name": "ESPTOOLPY_BAUD_OTHER", + "range": null, + "title": "Other baud rate", "type": "bool" } - ], - "depends_on": "!IDF_CMAKE", - "help": "Default baud rate to use while communicating with the ESP chip. Can be overridden by\nsetting the ESPBAUD variable.\n\nThis value is ignored when using the CMake-based build system or idf.py.", - "id": "serial-flasher-config-default-baud-rate", - "name": "ESPTOOLPY_BAUD", - "title": "Default baud rate", + ], + "depends_on": "!IDF_CMAKE", + "help": "Default baud rate to use while communicating with the ESP chip. Can be overridden by\nsetting the ESPBAUD variable.\n\nThis value is ignored when using the CMake-based build system or idf.py.", + "id": "serial-flasher-config-default-baud-rate", + "name": "ESPTOOLPY_BAUD", + "title": "Default baud rate", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_BAUD_OTHER_VAL", - "name": "ESPTOOLPY_BAUD_OTHER_VAL", - "range": null, - "title": "Other baud rate value", + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_BAUD_OTHER_VAL", + "name": "ESPTOOLPY_BAUD_OTHER_VAL", + "range": null, + "title": "Other baud rate value", "type": "int" - }, + }, { - "children": [], - "depends_on": "!IDF_CMAKE", - "help": null, - "id": "ESPTOOLPY_BAUD", - "name": "ESPTOOLPY_BAUD", - "range": null, - "title": null, + "children": [], + "depends_on": "!IDF_CMAKE", + "help": null, + "id": "ESPTOOLPY_BAUD", + "name": "ESPTOOLPY_BAUD", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "!IDF_CMAKE", - "help": "The flasher tool can send data compressed using zlib, letting the ROM on the ESP chip\ndecompress it on the fly before flashing it. For most payloads, this should result in a\nspeed increase.", - "id": "ESPTOOLPY_COMPRESSED", - "name": "ESPTOOLPY_COMPRESSED", - "range": null, - "title": "Use compressed upload", + "children": [], + "depends_on": "!IDF_CMAKE", + "help": "The flasher tool can send data compressed using zlib, letting the ROM on the ESP chip\ndecompress it on the fly before flashing it. For most payloads, this should result in a\nspeed increase.", + "id": "ESPTOOLPY_COMPRESSED", + "name": "ESPTOOLPY_COMPRESSED", + "range": null, + "title": "Use compressed upload", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHMODE_QIO", - "name": "ESPTOOLPY_FLASHMODE_QIO", - "range": null, - "title": "QIO", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QIO", + "name": "ESPTOOLPY_FLASHMODE_QIO", + "range": null, + "title": "QIO", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHMODE_QOUT", - "name": "ESPTOOLPY_FLASHMODE_QOUT", - "range": null, - "title": "QOUT", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QOUT", + "name": "ESPTOOLPY_FLASHMODE_QOUT", + "range": null, + "title": "QOUT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHMODE_DIO", - "name": "ESPTOOLPY_FLASHMODE_DIO", - "range": null, - "title": "DIO", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DIO", + "name": "ESPTOOLPY_FLASHMODE_DIO", + "range": null, + "title": "DIO", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHMODE_DOUT", - "name": "ESPTOOLPY_FLASHMODE_DOUT", - "range": null, - "title": "DOUT", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DOUT", + "name": "ESPTOOLPY_FLASHMODE_DOUT", + "range": null, + "title": "DOUT", "type": "bool" } - ], - "depends_on": null, - "help": "Mode the flash chip is flashed in, as well as the default mode for the\nbinary to run in.", - "id": "serial-flasher-config-flash-spi-mode", - "name": "ESPTOOLPY_FLASHMODE", - "title": "Flash SPI mode", + ], + "depends_on": null, + "help": "Mode the flash chip is flashed in, as well as the default mode for the\nbinary to run in.", + "id": "serial-flasher-config-flash-spi-mode", + "name": "ESPTOOLPY_FLASHMODE", + "title": "Flash SPI mode", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_FLASHMODE", - "name": "ESPTOOLPY_FLASHMODE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_FLASHMODE", + "name": "ESPTOOLPY_FLASHMODE", + "range": null, + "title": null, "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_80M", - "name": "ESPTOOLPY_FLASHFREQ_80M", - "range": null, - "title": "80 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_80M", + "name": "ESPTOOLPY_FLASHFREQ_80M", + "range": null, + "title": "80 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_40M", - "name": "ESPTOOLPY_FLASHFREQ_40M", - "range": null, - "title": "40 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_40M", + "name": "ESPTOOLPY_FLASHFREQ_40M", + "range": null, + "title": "40 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_26M", - "name": "ESPTOOLPY_FLASHFREQ_26M", - "range": null, - "title": "26 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_26M", + "name": "ESPTOOLPY_FLASHFREQ_26M", + "range": null, + "title": "26 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_20M", - "name": "ESPTOOLPY_FLASHFREQ_20M", - "range": null, - "title": "20 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_20M", + "name": "ESPTOOLPY_FLASHFREQ_20M", + "range": null, + "title": "20 MHz", "type": "bool" } - ], - "depends_on": null, - "help": "The SPI flash frequency to be used.", - "id": "serial-flasher-config-flash-spi-speed", - "name": "ESPTOOLPY_FLASHFREQ", - "title": "Flash SPI speed", + ], + "depends_on": null, + "help": "The SPI flash frequency to be used.", + "id": "serial-flasher-config-flash-spi-speed", + "name": "ESPTOOLPY_FLASHFREQ", + "title": "Flash SPI speed", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_FLASHFREQ", - "name": "ESPTOOLPY_FLASHFREQ", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_FLASHFREQ", + "name": "ESPTOOLPY_FLASHFREQ", + "range": null, + "title": null, "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHSIZE_1MB", - "name": "ESPTOOLPY_FLASHSIZE_1MB", - "range": null, - "title": "1 MB", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_1MB", + "name": "ESPTOOLPY_FLASHSIZE_1MB", + "range": null, + "title": "1 MB", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHSIZE_2MB", - "name": "ESPTOOLPY_FLASHSIZE_2MB", - "range": null, - "title": "2 MB", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_2MB", + "name": "ESPTOOLPY_FLASHSIZE_2MB", + "range": null, + "title": "2 MB", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHSIZE_4MB", - "name": "ESPTOOLPY_FLASHSIZE_4MB", - "range": null, - "title": "4 MB", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_4MB", + "name": "ESPTOOLPY_FLASHSIZE_4MB", + "range": null, + "title": "4 MB", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHSIZE_8MB", - "name": "ESPTOOLPY_FLASHSIZE_8MB", - "range": null, - "title": "8 MB", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_8MB", + "name": "ESPTOOLPY_FLASHSIZE_8MB", + "range": null, + "title": "8 MB", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHSIZE_16MB", - "name": "ESPTOOLPY_FLASHSIZE_16MB", - "range": null, - "title": "16 MB", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_16MB", + "name": "ESPTOOLPY_FLASHSIZE_16MB", + "range": null, + "title": "16 MB", "type": "bool" } - ], - "depends_on": null, - "help": "SPI flash size, in megabytes", - "id": "serial-flasher-config-flash-size", - "name": "ESPTOOLPY_FLASHSIZE", - "title": "Flash size", + ], + "depends_on": null, + "help": "SPI flash size, in megabytes", + "id": "serial-flasher-config-flash-size", + "name": "ESPTOOLPY_FLASHSIZE", + "title": "Flash size", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_FLASHSIZE", - "name": "ESPTOOLPY_FLASHSIZE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_FLASHSIZE", + "name": "ESPTOOLPY_FLASHSIZE", + "range": null, + "title": null, "type": "string" - }, + }, { - "children": [], - "depends_on": null, - "help": "If this option is set, flashing the project will automatically detect\nthe flash size of the target chip and update the bootloader image\nbefore it is flashed.", - "id": "ESPTOOLPY_FLASHSIZE_DETECT", - "name": "ESPTOOLPY_FLASHSIZE_DETECT", - "range": null, - "title": "Detect flash size when flashing bootloader", + "children": [], + "depends_on": null, + "help": "If this option is set, flashing the project will automatically detect\nthe flash size of the target chip and update the bootloader image\nbefore it is flashed.", + "id": "ESPTOOLPY_FLASHSIZE_DETECT", + "name": "ESPTOOLPY_FLASHSIZE_DETECT", + "range": null, + "title": "Detect flash size when flashing bootloader", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BEFORE_RESET", - "name": "ESPTOOLPY_BEFORE_RESET", - "range": null, - "title": "Reset to bootloader", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_RESET", + "name": "ESPTOOLPY_BEFORE_RESET", + "range": null, + "title": "Reset to bootloader", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BEFORE_NORESET", - "name": "ESPTOOLPY_BEFORE_NORESET", - "range": null, - "title": "No reset", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_NORESET", + "name": "ESPTOOLPY_BEFORE_NORESET", + "range": null, + "title": "No reset", "type": "bool" } - ], - "depends_on": null, - "help": "Configure whether esptool.py should reset the ESP32 before flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", - "id": "serial-flasher-config-before-flashing", - "name": "ESPTOOLPY_BEFORE", - "title": "Before flashing", + ], + "depends_on": null, + "help": "Configure whether esptool.py should reset the ESP32 before flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-before-flashing", + "name": "ESPTOOLPY_BEFORE", + "title": "Before flashing", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_BEFORE", - "name": "ESPTOOLPY_BEFORE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_BEFORE", + "name": "ESPTOOLPY_BEFORE", + "range": null, + "title": null, "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_AFTER_RESET", - "name": "ESPTOOLPY_AFTER_RESET", - "range": null, - "title": "Reset after flashing", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_RESET", + "name": "ESPTOOLPY_AFTER_RESET", + "range": null, + "title": "Reset after flashing", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_AFTER_NORESET", - "name": "ESPTOOLPY_AFTER_NORESET", - "range": null, - "title": "Stay in bootloader", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_NORESET", + "name": "ESPTOOLPY_AFTER_NORESET", + "range": null, + "title": "Stay in bootloader", "type": "bool" } - ], - "depends_on": null, - "help": "Configure whether esptool.py should reset the ESP32 after flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", - "id": "serial-flasher-config-after-flashing", - "name": "ESPTOOLPY_AFTER", - "title": "After flashing", + ], + "depends_on": null, + "help": "Configure whether esptool.py should reset the ESP32 after flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-after-flashing", + "name": "ESPTOOLPY_AFTER", + "title": "After flashing", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_AFTER", - "name": "ESPTOOLPY_AFTER", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_AFTER", + "name": "ESPTOOLPY_AFTER", + "range": null, + "title": null, "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_9600B", - "name": "ESPTOOLPY_MONITOR_BAUD_9600B", - "range": null, - "title": "9600 bps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_9600B", + "name": "ESPTOOLPY_MONITOR_BAUD_9600B", + "range": null, + "title": "9600 bps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_57600B", - "name": "ESPTOOLPY_MONITOR_BAUD_57600B", - "range": null, - "title": "57600 bps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_57600B", + "name": "ESPTOOLPY_MONITOR_BAUD_57600B", + "range": null, + "title": "57600 bps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_115200B", - "name": "ESPTOOLPY_MONITOR_BAUD_115200B", - "range": null, - "title": "115200 bps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_115200B", + "name": "ESPTOOLPY_MONITOR_BAUD_115200B", + "range": null, + "title": "115200 bps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_230400B", - "name": "ESPTOOLPY_MONITOR_BAUD_230400B", - "range": null, - "title": "230400 bps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_230400B", + "name": "ESPTOOLPY_MONITOR_BAUD_230400B", + "range": null, + "title": "230400 bps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_921600B", - "name": "ESPTOOLPY_MONITOR_BAUD_921600B", - "range": null, - "title": "921600 bps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_921600B", + "name": "ESPTOOLPY_MONITOR_BAUD_921600B", + "range": null, + "title": "921600 bps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_2MB", - "name": "ESPTOOLPY_MONITOR_BAUD_2MB", - "range": null, - "title": "2 Mbps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_2MB", + "name": "ESPTOOLPY_MONITOR_BAUD_2MB", + "range": null, + "title": "2 Mbps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_OTHER", - "name": "ESPTOOLPY_MONITOR_BAUD_OTHER", - "range": null, - "title": "Custom baud rate", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_OTHER", + "name": "ESPTOOLPY_MONITOR_BAUD_OTHER", + "range": null, + "title": "Custom baud rate", "type": "bool" } - ], - "depends_on": null, - "help": "Baud rate to use when running 'idf.py monitor' or 'make monitor'\nto view serial output from a running chip.\n\nCan override by setting the MONITORBAUD environment variable.", - "id": "serial-flasher-config--idf-py-monitor-baud-rate", - "name": "ESPTOOLPY_MONITOR_BAUD", - "title": "'idf.py monitor' baud rate", + ], + "depends_on": null, + "help": "Baud rate to use when running 'idf.py monitor' or 'make monitor'\nto view serial output from a running chip.\n\nCan override by setting the MONITORBAUD environment variable.", + "id": "serial-flasher-config--idf-py-monitor-baud-rate", + "name": "ESPTOOLPY_MONITOR_BAUD", + "title": "'idf.py monitor' baud rate", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL", - "name": "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL", - "range": null, - "title": "Custom baud rate value", + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL", + "name": "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL", + "range": null, + "title": "Custom baud rate value", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD", - "name": "ESPTOOLPY_MONITOR_BAUD", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD", + "name": "ESPTOOLPY_MONITOR_BAUD", + "range": null, + "title": null, "type": "int" } - ], - "depends_on": null, - "id": "serial-flasher-config", - "title": "Serial flasher config", + ], + "depends_on": null, + "id": "serial-flasher-config", + "title": "Serial flasher config", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "PARTITION_TABLE_SINGLE_APP", - "name": "PARTITION_TABLE_SINGLE_APP", - "range": null, - "title": "Single factory app, no OTA", + "children": [], + "depends_on": "", + "help": null, + "id": "PARTITION_TABLE_SINGLE_APP", + "name": "PARTITION_TABLE_SINGLE_APP", + "range": null, + "title": "Single factory app, no OTA", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "PARTITION_TABLE_TWO_OTA", - "name": "PARTITION_TABLE_TWO_OTA", - "range": null, - "title": "Factory app, two OTA definitions", + "children": [], + "depends_on": "", + "help": null, + "id": "PARTITION_TABLE_TWO_OTA", + "name": "PARTITION_TABLE_TWO_OTA", + "range": null, + "title": "Factory app, two OTA definitions", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "PARTITION_TABLE_CUSTOM", - "name": "PARTITION_TABLE_CUSTOM", - "range": null, - "title": "Custom partition table CSV", + "children": [], + "depends_on": "", + "help": null, + "id": "PARTITION_TABLE_CUSTOM", + "name": "PARTITION_TABLE_CUSTOM", + "range": null, + "title": "Custom partition table CSV", "type": "bool" } - ], - "depends_on": null, - "help": "The partition table to flash to the ESP32. The partition table\ndetermines where apps, data and other resources are expected to\nbe found.\n\nThe predefined partition table CSV descriptions can be found\nin the components/partition_table directory. Otherwise it's\npossible to create a new custom partition CSV for your application.", - "id": "partition-table-partition-table", - "name": "PARTITION_TABLE_TYPE", - "title": "Partition Table", + ], + "depends_on": null, + "help": "The partition table to flash to the ESP32. The partition table\ndetermines where apps, data and other resources are expected to\nbe found.\n\nThe predefined partition table CSV descriptions can be found\nin the components/partition_table directory. Otherwise it's\npossible to create a new custom partition CSV for your application.", + "id": "partition-table-partition-table", + "name": "PARTITION_TABLE_TYPE", + "title": "Partition Table", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "Name of the custom partition CSV filename. This path is evaluated\nrelative to the project root directory.", - "id": "PARTITION_TABLE_CUSTOM_FILENAME", - "name": "PARTITION_TABLE_CUSTOM_FILENAME", - "range": null, - "title": "Custom partition CSV file", + "children": [], + "depends_on": null, + "help": "Name of the custom partition CSV filename. This path is evaluated\nrelative to the project root directory.", + "id": "PARTITION_TABLE_CUSTOM_FILENAME", + "name": "PARTITION_TABLE_CUSTOM_FILENAME", + "range": null, + "title": "Custom partition CSV file", "type": "string" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "PARTITION_TABLE_FILENAME", - "name": "PARTITION_TABLE_FILENAME", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "PARTITION_TABLE_FILENAME", + "name": "PARTITION_TABLE_FILENAME", + "range": null, + "title": null, "type": "string" - }, + }, { - "children": [], - "depends_on": null, - "help": "The address of partition table (by default 0x8000).\nAllows you to move the partition table, it gives more space for the bootloader.\nNote that the bootloader and app will both need to be compiled with the same PARTITION_TABLE_OFFSET value.\n\nThis number should be a multiple of 0x1000.\n\nNote that partition offsets in the partition table CSV file may need to be changed if this value is set to\na higher value. To have each partition offset adapt to the configured partition table offset, leave all\npartition offsets blank in the CSV file.", - "id": "PARTITION_TABLE_OFFSET", - "name": "PARTITION_TABLE_OFFSET", - "range": null, - "title": "Offset of partition table", + "children": [], + "depends_on": null, + "help": "The address of partition table (by default 0x8000).\nAllows you to move the partition table, it gives more space for the bootloader.\nNote that the bootloader and app will both need to be compiled with the same PARTITION_TABLE_OFFSET value.\n\nThis number should be a multiple of 0x1000.\n\nNote that partition offsets in the partition table CSV file may need to be changed if this value is set to\na higher value. To have each partition offset adapt to the configured partition table offset, leave all\npartition offsets blank in the CSV file.", + "id": "PARTITION_TABLE_OFFSET", + "name": "PARTITION_TABLE_OFFSET", + "range": null, + "title": "Offset of partition table", "type": "hex" - }, + }, { - "children": [], - "depends_on": null, - "help": "Generate an MD5 checksum for the partition table for protecting the\nintegrity of the table. The generation should be turned off for legacy\nbootloaders which cannot recognize the MD5 checksum in the partition\ntable.", - "id": "PARTITION_TABLE_MD5", - "name": "PARTITION_TABLE_MD5", - "range": null, - "title": "Generate an MD5 checksum for the partition table", + "children": [], + "depends_on": null, + "help": "Generate an MD5 checksum for the partition table for protecting the\nintegrity of the table. The generation should be turned off for legacy\nbootloaders which cannot recognize the MD5 checksum in the partition\ntable.", + "id": "PARTITION_TABLE_MD5", + "name": "PARTITION_TABLE_MD5", + "range": null, + "title": "Generate an MD5 checksum for the partition table", "type": "bool" } - ], - "depends_on": null, - "id": "partition-table", - "title": "Partition Table", + ], + "depends_on": null, + "id": "partition-table", + "title": "Partition Table", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_OPTIMIZATION_DEFAULT", - "name": "COMPILER_OPTIMIZATION_DEFAULT", - "range": null, - "title": "Debug (-Og)", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_DEFAULT", + "name": "COMPILER_OPTIMIZATION_DEFAULT", + "range": null, + "title": "Debug (-Og)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_OPTIMIZATION_SIZE", - "name": "COMPILER_OPTIMIZATION_SIZE", - "range": null, - "title": "Optimize for size (-Os)", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_SIZE", + "name": "COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Optimize for size (-Os)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_OPTIMIZATION_PERF", - "name": "COMPILER_OPTIMIZATION_PERF", - "range": null, - "title": "Optimize for performance (-O2)", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_PERF", + "name": "COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_OPTIMIZATION_NONE", - "name": "COMPILER_OPTIMIZATION_NONE", - "range": null, - "title": "Debug without optimization (-O0)", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_NONE", + "name": "COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0)", "type": "bool" } - ], - "depends_on": null, - "help": "This option sets compiler optimization level (gcc -O argument).\n\n- The \"Default\" setting will add the -0g flag to CFLAGS.\n- The \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.", - "id": "compiler-options-optimization-level", - "name": "COMPILER_OPTIMIZATION", - "title": "Optimization Level", + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument) for the app.\n\n- The \"Default\" setting will add the -0g flag to CFLAGS.\n- The \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.\n\nCompiler optimization for the IDF bootloader is set separately,\nsee the BOOTLOADER_COMPILER_OPTIMIZATION setting.", + "id": "compiler-options-optimization-level", + "name": "COMPILER_OPTIMIZATION", + "title": "Optimization Level", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "Enable assertions. Assertion content and line number will be printed on failure.", - "id": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", - "name": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", - "range": null, - "title": "Enabled", + "children": [], + "depends_on": "", + "help": "Enable assertions. Assertion content and line number will be printed on failure.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "range": null, + "title": "Enabled", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "Enable silent assertions. Failed assertions will abort(), user needs to\nuse the aborting address to find the line number with the failed assertion.", - "id": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", - "name": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", - "range": null, - "title": "Silent (saves code size)", + "children": [], + "depends_on": "", + "help": "Enable silent assertions. Failed assertions will abort(), user needs to\nuse the aborting address to find the line number with the failed assertion.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "range": null, + "title": "Silent (saves code size)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "If assertions are disabled, -DNDEBUG is added to CPPFLAGS.", - "id": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", - "name": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", - "range": null, - "title": "Disabled (sets -DNDEBUG)", + "children": [], + "depends_on": "", + "help": "If assertions are disabled, -DNDEBUG is added to CPPFLAGS.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "range": null, + "title": "Disabled (sets -DNDEBUG)", "type": "bool" } - ], - "depends_on": null, - "help": "Assertions can be:\n\n- Enabled. Failure will print verbose assertion details. This is the default.\n\n- Set to \"silent\" to save code size (failed assertions will abort() but user\n needs to use the aborting address to find the line number with the failed assertion.)\n\n- Disabled entirely (not recommended for most configurations.) -DNDEBUG is added\n to CPPFLAGS in this case.", - "id": "compiler-options-assertion-level", - "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", - "title": "Assertion level", + ], + "depends_on": null, + "help": "Assertions can be:\n\n- Enabled. Failure will print verbose assertion details. This is the default.\n\n- Set to \"silent\" to save code size (failed assertions will abort() but user\n needs to use the aborting address to find the line number with the failed assertion.)\n\n- Disabled entirely (not recommended for most configurations.) -DNDEBUG is added\n to CPPFLAGS in this case.", + "id": "compiler-options-assertion-level", + "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "title": "Assertion level", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "COMPILER_CXX_EXCEPTIONS", - "help": "Size (in bytes) of the emergency memory pool for C++ exceptions. This pool will be used to allocate\nmemory for thrown exceptions when there is not enough memory on the heap.", - "id": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", - "name": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", - "range": null, - "title": "Emergency Pool Size", + "children": [], + "depends_on": "COMPILER_CXX_EXCEPTIONS", + "help": "Size (in bytes) of the emergency memory pool for C++ exceptions. This pool will be used to allocate\nmemory for thrown exceptions when there is not enough memory on the heap.", + "id": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "name": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "range": null, + "title": "Emergency Pool Size", "type": "int" } - ], - "depends_on": null, - "help": "Enabling this option compiles all IDF C++ files with exception support enabled.\n\nDisabling this option disables C++ exception support in all compiled files, and any libstdc++ code\nwhich throws an exception will abort instead.\n\nEnabling this option currently adds an additional ~500 bytes of heap overhead\nwhen an exception is thrown in user code for the first time.", - "id": "COMPILER_CXX_EXCEPTIONS", - "is_menuconfig": true, - "name": "COMPILER_CXX_EXCEPTIONS", - "range": null, - "title": "Enable C++ exceptions", + ], + "depends_on": null, + "help": "Enabling this option compiles all IDF C++ files with exception support enabled.\n\nDisabling this option disables C++ exception support in all compiled files, and any libstdc++ code\nwhich throws an exception will abort instead.\n\nEnabling this option currently adds an additional ~500 bytes of heap overhead\nwhen an exception is thrown in user code for the first time.", + "id": "COMPILER_CXX_EXCEPTIONS", + "is_menuconfig": true, + "name": "COMPILER_CXX_EXCEPTIONS", + "range": null, + "title": "Enable C++ exceptions", "type": "menu" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option compiles all C++ files with RTTI support enabled.\nThis increases binary size (typically by tens of kB) but allows using\ndynamic_cast conversion and typeid operator.", - "id": "COMPILER_CXX_RTTI", - "name": "COMPILER_CXX_RTTI", - "range": null, - "title": "Enable C++ run-time type info (RTTI)", + "children": [], + "depends_on": null, + "help": "Enabling this option compiles all C++ files with RTTI support enabled.\nThis increases binary size (typically by tens of kB) but allows using\ndynamic_cast conversion and typeid operator.", + "id": "COMPILER_CXX_RTTI", + "name": "COMPILER_CXX_RTTI", + "range": null, + "title": "Enable C++ run-time type info (RTTI)", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_STACK_CHECK_MODE_NONE", - "name": "COMPILER_STACK_CHECK_MODE_NONE", - "range": null, - "title": "None", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NONE", + "name": "COMPILER_STACK_CHECK_MODE_NONE", + "range": null, + "title": "None", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_STACK_CHECK_MODE_NORM", - "name": "COMPILER_STACK_CHECK_MODE_NORM", - "range": null, - "title": "Normal", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NORM", + "name": "COMPILER_STACK_CHECK_MODE_NORM", + "range": null, + "title": "Normal", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_STACK_CHECK_MODE_STRONG", - "name": "COMPILER_STACK_CHECK_MODE_STRONG", - "range": null, - "title": "Strong", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_STRONG", + "name": "COMPILER_STACK_CHECK_MODE_STRONG", + "range": null, + "title": "Strong", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_STACK_CHECK_MODE_ALL", - "name": "COMPILER_STACK_CHECK_MODE_ALL", - "range": null, - "title": "Overall", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_ALL", + "name": "COMPILER_STACK_CHECK_MODE_ALL", + "range": null, + "title": "Overall", "type": "bool" } - ], - "depends_on": null, - "help": "Stack smashing protection mode. Emit extra code to check for buffer overflows, such as stack\nsmashing attacks. This is done by adding a guard variable to functions with vulnerable objects.\nThe guards are initialized when a function is entered and then checked when the function exits.\nIf a guard check fails, program is halted. Protection has the following modes:\n\n- In NORMAL mode (GCC flag: -fstack-protector) only functions that call alloca, and functions with\n buffers larger than 8 bytes are protected.\n\n- STRONG mode (GCC flag: -fstack-protector-strong) is like NORMAL, but includes additional functions\n to be protected -- those that have local array definitions, or have references to local frame\n addresses.\n\n- In OVERALL mode (GCC flag: -fstack-protector-all) all functions are protected.\n\nModes have the following impact on code performance and coverage:\n\n- performance: NORMAL > STRONG > OVERALL\n\n- coverage: NORMAL < STRONG < OVERALL", - "id": "compiler-options-stack-smashing-protection-mode", - "name": "COMPILER_STACK_CHECK_MODE", - "title": "Stack smashing protection mode", + ], + "depends_on": null, + "help": "Stack smashing protection mode. Emit extra code to check for buffer overflows, such as stack\nsmashing attacks. This is done by adding a guard variable to functions with vulnerable objects.\nThe guards are initialized when a function is entered and then checked when the function exits.\nIf a guard check fails, program is halted. Protection has the following modes:\n\n- In NORMAL mode (GCC flag: -fstack-protector) only functions that call alloca, and functions with\n buffers larger than 8 bytes are protected.\n\n- STRONG mode (GCC flag: -fstack-protector-strong) is like NORMAL, but includes additional functions\n to be protected -- those that have local array definitions, or have references to local frame\n addresses.\n\n- In OVERALL mode (GCC flag: -fstack-protector-all) all functions are protected.\n\nModes have the following impact on code performance and coverage:\n\n- performance: NORMAL > STRONG > OVERALL\n\n- coverage: NORMAL < STRONG < OVERALL", + "id": "compiler-options-stack-smashing-protection-mode", + "name": "COMPILER_STACK_CHECK_MODE", + "title": "Stack smashing protection mode", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "Stack smashing protection.", - "id": "COMPILER_STACK_CHECK", - "name": "COMPILER_STACK_CHECK", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": "Stack smashing protection.", + "id": "COMPILER_STACK_CHECK", + "name": "COMPILER_STACK_CHECK", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Adds -Wwrite-strings flag for the C/C++ compilers.\n\nFor C, this gives string constants the type ``const char[]`` so that\ncopying the address of one into a non-const ``char *`` pointer\nproduces a warning. This warning helps to find at compile time code\nthat tries to write into a string constant.\n\nFor C++, this warns about the deprecated conversion from string\nliterals to ``char *``.", - "id": "COMPILER_WARN_WRITE_STRINGS", - "name": "COMPILER_WARN_WRITE_STRINGS", - "range": null, - "title": "Enable -Wwrite-strings warning flag", + "children": [], + "depends_on": null, + "help": "Adds -Wwrite-strings flag for the C/C++ compilers.\n\nFor C, this gives string constants the type ``const char[]`` so that\ncopying the address of one into a non-const ``char *`` pointer\nproduces a warning. This warning helps to find at compile time code\nthat tries to write into a string constant.\n\nFor C++, this warns about the deprecated conversion from string\nliterals to ``char *``.", + "id": "COMPILER_WARN_WRITE_STRINGS", + "name": "COMPILER_WARN_WRITE_STRINGS", + "range": null, + "title": "Enable -Wwrite-strings warning flag", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable this option if using GCC 6 or newer, and wanting to disable warnings which don't appear with\nGCC 5.", - "id": "COMPILER_DISABLE_GCC8_WARNINGS", - "name": "COMPILER_DISABLE_GCC8_WARNINGS", - "range": null, - "title": "Disable new warnings introduced in GCC 6 - 8", + "children": [], + "depends_on": null, + "help": "Enable this option if using GCC 6 or newer, and wanting to disable warnings which don't appear with\nGCC 5.", + "id": "COMPILER_DISABLE_GCC8_WARNINGS", + "name": "COMPILER_DISABLE_GCC8_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 6 - 8", "type": "bool" } - ], - "depends_on": null, - "id": "compiler-options", - "title": "Compiler options", + ], + "depends_on": null, + "id": "compiler-options", + "title": "Compiler options", "type": "menu" - }, + }, { "children": [ { @@ -1625,212 +1734,212 @@ { "children": [ { - "children": [], - "depends_on": "EFUSE_CUSTOM_TABLE", - "help": "Name of the custom eFuse CSV filename. This path is evaluated\nrelative to the project root directory.", - "id": "EFUSE_CUSTOM_TABLE_FILENAME", - "name": "EFUSE_CUSTOM_TABLE_FILENAME", - "range": null, - "title": "Custom eFuse CSV file", + "children": [], + "depends_on": "EFUSE_CUSTOM_TABLE", + "help": "Name of the custom eFuse CSV filename. This path is evaluated\nrelative to the project root directory.", + "id": "EFUSE_CUSTOM_TABLE_FILENAME", + "name": "EFUSE_CUSTOM_TABLE_FILENAME", + "range": null, + "title": "Custom eFuse CSV file", "type": "string" } - ], - "depends_on": null, - "help": "Allows to generate a structure for eFuse from the CSV file.", - "id": "EFUSE_CUSTOM_TABLE", - "name": "EFUSE_CUSTOM_TABLE", - "range": null, - "title": "Use custom eFuse table", + ], + "depends_on": null, + "help": "Allows to generate a structure for eFuse from the CSV file.", + "id": "EFUSE_CUSTOM_TABLE", + "name": "EFUSE_CUSTOM_TABLE", + "range": null, + "title": "Use custom eFuse table", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "All read and writes operations are redirected to RAM instead of eFuse registers.\nIf this option is set, all permanent changes (via eFuse) are disabled.\nLog output will state changes which would be applied, but they will not be.", - "id": "EFUSE_VIRTUAL", - "name": "EFUSE_VIRTUAL", - "range": null, - "title": "Simulate eFuse operations in RAM", + "children": [], + "depends_on": null, + "help": "All read and writes operations are redirected to RAM instead of eFuse registers.\nIf this option is set, all permanent changes (via eFuse) are disabled.\nLog output will state changes which would be applied, but they will not be.", + "id": "EFUSE_VIRTUAL", + "name": "EFUSE_VIRTUAL", + "range": null, + "title": "Simulate eFuse operations in RAM", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "EFUSE_CODE_SCHEME_COMPAT_NONE", - "name": "EFUSE_CODE_SCHEME_COMPAT_NONE", - "range": null, - "title": "None Only", + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "name": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "range": null, + "title": "None Only", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "EFUSE_CODE_SCHEME_COMPAT_3_4", - "name": "EFUSE_CODE_SCHEME_COMPAT_3_4", - "range": null, - "title": "3/4 and None", + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "name": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "range": null, + "title": "3/4 and None", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", - "name": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", - "range": null, - "title": "Repeat, 3/4 and None (common table does not support it)", + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "name": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "range": null, + "title": "Repeat, 3/4 and None (common table does not support it)", "type": "bool" } - ], - "depends_on": "IDF_TARGET_ESP32", - "help": "Selector eFuse code scheme.", - "id": "component-config-efuse-bit-manager-coding-scheme-compatibility", - "name": "EFUSE_CODE_SCHEME_SELECTOR", - "title": "Coding Scheme Compatibility", + ], + "depends_on": "IDF_TARGET_ESP32", + "help": "Selector eFuse code scheme.", + "id": "component-config-efuse-bit-manager-coding-scheme-compatibility", + "name": "EFUSE_CODE_SCHEME_SELECTOR", + "title": "Coding Scheme Compatibility", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "EFUSE_MAX_BLK_LEN", - "name": "EFUSE_MAX_BLK_LEN", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "EFUSE_MAX_BLK_LEN", + "name": "EFUSE_MAX_BLK_LEN", + "range": null, + "title": null, "type": "int" } - ], - "depends_on": null, - "id": "component-config-efuse-bit-manager", - "title": "eFuse Bit Manager", + ], + "depends_on": null, + "id": "component-config-efuse-bit-manager", + "title": "eFuse Bit Manager", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_REV_MIN_0", - "name": "ESP32_REV_MIN_0", - "range": null, - "title": "Rev 0", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_0", + "name": "ESP32_REV_MIN_0", + "range": null, + "title": "Rev 0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_REV_MIN_1", - "name": "ESP32_REV_MIN_1", - "range": null, - "title": "Rev 1", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_1", + "name": "ESP32_REV_MIN_1", + "range": null, + "title": "Rev 1", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_REV_MIN_2", - "name": "ESP32_REV_MIN_2", - "range": null, - "title": "Rev 2", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_2", + "name": "ESP32_REV_MIN_2", + "range": null, + "title": "Rev 2", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_REV_MIN_3", - "name": "ESP32_REV_MIN_3", - "range": null, - "title": "Rev 3", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_3", + "name": "ESP32_REV_MIN_3", + "range": null, + "title": "Rev 3", "type": "bool" } - ], - "depends_on": null, - "help": "Minimum revision that ESP-IDF would support.\nESP-IDF performs different strategy on different esp32 revision.", - "id": "component-config-esp32-specific-minimum-supported-esp32-revision", - "name": "ESP32_REV_MIN", - "title": "Minimum Supported ESP32 Revision", + ], + "depends_on": null, + "help": "Minimum revision that ESP-IDF would support.\nESP-IDF performs different strategy on different esp32 revision.", + "id": "component-config-esp32-specific-minimum-supported-esp32-revision", + "name": "ESP32_REV_MIN", + "title": "Minimum Supported ESP32 Revision", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_REV_MIN", - "name": "ESP32_REV_MIN", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_REV_MIN", + "name": "ESP32_REV_MIN", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_DPORT_WORKAROUND", - "name": "ESP32_DPORT_WORKAROUND", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_DPORT_WORKAROUND", + "name": "ESP32_DPORT_WORKAROUND", + "range": null, + "title": null, "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_DEFAULT_CPU_FREQ_80", - "name": "ESP32_DEFAULT_CPU_FREQ_80", - "range": null, - "title": "80 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_DEFAULT_CPU_FREQ_80", + "name": "ESP32_DEFAULT_CPU_FREQ_80", + "range": null, + "title": "80 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_DEFAULT_CPU_FREQ_160", - "name": "ESP32_DEFAULT_CPU_FREQ_160", - "range": null, - "title": "160 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_DEFAULT_CPU_FREQ_160", + "name": "ESP32_DEFAULT_CPU_FREQ_160", + "range": null, + "title": "160 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_DEFAULT_CPU_FREQ_240", - "name": "ESP32_DEFAULT_CPU_FREQ_240", - "range": null, - "title": "240 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_DEFAULT_CPU_FREQ_240", + "name": "ESP32_DEFAULT_CPU_FREQ_240", + "range": null, + "title": "240 MHz", "type": "bool" } - ], - "depends_on": null, - "help": "CPU frequency to be set on application startup.", - "id": "component-config-esp32-specific-cpu-frequency", - "name": "ESP32_DEFAULT_CPU_FREQ_MHZ", - "title": "CPU frequency", + ], + "depends_on": null, + "help": "CPU frequency to be set on application startup.", + "id": "component-config-esp32-specific-cpu-frequency", + "name": "ESP32_DEFAULT_CPU_FREQ_MHZ", + "title": "CPU frequency", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_DEFAULT_CPU_FREQ_MHZ", - "name": "ESP32_DEFAULT_CPU_FREQ_MHZ", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_DEFAULT_CPU_FREQ_MHZ", + "name": "ESP32_DEFAULT_CPU_FREQ_MHZ", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { @@ -1838,1651 +1947,1617 @@ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_TYPE_AUTO", - "name": "SPIRAM_TYPE_AUTO", - "range": null, - "title": "Auto-detect", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_TYPE_AUTO", + "name": "SPIRAM_TYPE_AUTO", + "range": null, + "title": "Auto-detect", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_TYPE_ESPPSRAM32", - "name": "SPIRAM_TYPE_ESPPSRAM32", - "range": null, - "title": "ESP-PSRAM32 or IS25WP032", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_TYPE_ESPPSRAM32", + "name": "SPIRAM_TYPE_ESPPSRAM32", + "range": null, + "title": "ESP-PSRAM32 or IS25WP032", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_TYPE_ESPPSRAM64", - "name": "SPIRAM_TYPE_ESPPSRAM64", - "range": null, - "title": "ESP-PSRAM64 or LY68L6400", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_TYPE_ESPPSRAM64", + "name": "SPIRAM_TYPE_ESPPSRAM64", + "range": null, + "title": "ESP-PSRAM64 or LY68L6400", "type": "bool" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": null, - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-type-of-spi-ram-chip-in-use", - "name": "SPIRAM_TYPE", - "title": "Type of SPI RAM chip in use", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": null, + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-type-of-spi-ram-chip-in-use", + "name": "SPIRAM_TYPE", + "title": "Type of SPI RAM chip in use", "type": "choice" - }, + }, { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": null, - "id": "SPIRAM_SIZE", - "name": "SPIRAM_SIZE", - "range": null, - "title": null, + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": null, + "id": "SPIRAM_SIZE", + "name": "SPIRAM_SIZE", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_SPEED_40M", - "name": "SPIRAM_SPEED_40M", - "range": null, - "title": "40MHz clock speed", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_SPEED_40M", + "name": "SPIRAM_SPEED_40M", + "range": null, + "title": "40MHz clock speed", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESPTOOLPY_FLASHFREQ_80M && ", - "help": null, - "id": "SPIRAM_SPEED_80M", - "name": "SPIRAM_SPEED_80M", - "range": null, - "title": "80MHz clock speed", + "children": [], + "depends_on": "ESPTOOLPY_FLASHFREQ_80M && ", + "help": null, + "id": "SPIRAM_SPEED_80M", + "name": "SPIRAM_SPEED_80M", + "range": null, + "title": "80MHz clock speed", "type": "bool" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": "Select the speed for the SPI RAM chip.\nIf SPI RAM is enabled, we only support three combinations of SPI speed mode we supported now:\n\n1. Flash SPI running at 40Mhz and RAM SPI running at 40Mhz\n2. Flash SPI running at 80Mhz and RAM SPI running at 40Mhz\n3. Flash SPI running at 80Mhz and RAM SPI running at 80Mhz\n\nNote: If the third mode(80Mhz+80Mhz) is enabled for SPI RAM of type 32MBit, one of the HSPI/VSPI host\nwill be occupied by the system. Which SPI host to use can be selected by the config item\nSPIRAM_OCCUPY_SPI_HOST. Application code should never touch HSPI/VSPI hardware in this case. The\noption to select 80MHz will only be visible if the flash SPI speed is also 80MHz.\n(ESPTOOLPY_FLASHFREQ_80M is true)", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-set-ram-clock-speed", - "name": "SPIRAM_SPEED", - "title": "Set RAM clock speed", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": "Select the speed for the SPI RAM chip.\nIf SPI RAM is enabled, we only support three combinations of SPI speed mode we supported now:\n\n1. Flash SPI running at 40Mhz and RAM SPI running at 40Mhz\n2. Flash SPI running at 80Mhz and RAM SPI running at 40Mhz\n3. Flash SPI running at 80Mhz and RAM SPI running at 80Mhz\n\nNote: If the third mode(80Mhz+80Mhz) is enabled for SPI RAM of type 32MBit, one of the HSPI/VSPI host\nwill be occupied by the system. Which SPI host to use can be selected by the config item\nSPIRAM_OCCUPY_SPI_HOST. Application code should never touch HSPI/VSPI hardware in this case. The\noption to select 80MHz will only be visible if the flash SPI speed is also 80MHz.\n(ESPTOOLPY_FLASHFREQ_80M is true)", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-set-ram-clock-speed", + "name": "SPIRAM_SPEED", + "title": "Set RAM clock speed", "type": "choice" - }, + }, { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": null, - "id": "SPIRAM", - "name": "SPIRAM", - "range": null, - "title": null, + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": null, + "id": "SPIRAM", + "name": "SPIRAM", + "range": null, + "title": null, "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "SPIRAM_BOOT_INIT && !SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY && ESP32_SPIRAM_SUPPORT", - "help": "Normally, if psram initialization is enabled during compile time but not found at runtime, it\nis seen as an error making the CPU panic. If this is enabled, booting will complete\nbut no PSRAM will be available.", - "id": "SPIRAM_IGNORE_NOTFOUND", - "name": "SPIRAM_IGNORE_NOTFOUND", - "range": null, - "title": "Ignore PSRAM when not found", + "children": [], + "depends_on": "SPIRAM_BOOT_INIT && !SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY && ESP32_SPIRAM_SUPPORT", + "help": "Normally, if psram initialization is enabled during compile time but not found at runtime, it\nis seen as an error making the CPU panic. If this is enabled, booting will complete\nbut no PSRAM will be available.", + "id": "SPIRAM_IGNORE_NOTFOUND", + "name": "SPIRAM_IGNORE_NOTFOUND", + "range": null, + "title": "Ignore PSRAM when not found", "type": "bool" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": "If this is enabled, the SPI RAM will be enabled during initial boot. Unless you\nhave specific requirements, you'll want to leave this enabled so memory allocated\nduring boot-up can also be placed in SPI RAM.", - "id": "SPIRAM_BOOT_INIT", - "name": "SPIRAM_BOOT_INIT", - "range": null, - "title": "Initialize SPI RAM during startup", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": "If this is enabled, the SPI RAM will be enabled during initial boot. Unless you\nhave specific requirements, you'll want to leave this enabled so memory allocated\nduring boot-up can also be placed in SPI RAM.", + "id": "SPIRAM_BOOT_INIT", + "name": "SPIRAM_BOOT_INIT", + "range": null, + "title": "Initialize SPI RAM during startup", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_USE_MEMMAP", - "name": "SPIRAM_USE_MEMMAP", - "range": null, - "title": "Integrate RAM into memory map", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_USE_MEMMAP", + "name": "SPIRAM_USE_MEMMAP", + "range": null, + "title": "Integrate RAM into memory map", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_USE_CAPS_ALLOC", - "name": "SPIRAM_USE_CAPS_ALLOC", - "range": null, - "title": "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_USE_CAPS_ALLOC", + "name": "SPIRAM_USE_CAPS_ALLOC", + "range": null, + "title": "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_USE_MALLOC", - "name": "SPIRAM_USE_MALLOC", - "range": null, - "title": "Make RAM allocatable using malloc() as well", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_USE_MALLOC", + "name": "SPIRAM_USE_MALLOC", + "range": null, + "title": "Make RAM allocatable using malloc() as well", "type": "bool" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": "The SPI RAM can be accessed in multiple methods: by just having it available as an unmanaged\nmemory region in the CPU's memory map, by integrating it in the heap as 'special' memory\nneeding heap_caps_malloc to allocate, or by fully integrating it making malloc() also able to\nreturn SPI RAM pointers.", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-spi-ram-access-method", - "name": "SPIRAM_USE", - "title": "SPI RAM access method", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": "The SPI RAM can be accessed in multiple methods: by just having it available as an unmanaged\nmemory region in the CPU's memory map, by integrating it in the heap as 'special' memory\nneeding heap_caps_malloc to allocate, or by fully integrating it making malloc() also able to\nreturn SPI RAM pointers.", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-spi-ram-access-method", + "name": "SPIRAM_USE", + "title": "SPI RAM access method", "type": "choice" - }, + }, { - "children": [], - "depends_on": "SPIRAM_BOOT_INIT && ESP32_SPIRAM_SUPPORT", - "help": "Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for\nslightly faster startup.", - "id": "SPIRAM_MEMTEST", - "name": "SPIRAM_MEMTEST", - "range": null, - "title": "Run memory test on SPI RAM initialization", + "children": [], + "depends_on": "SPIRAM_BOOT_INIT && ESP32_SPIRAM_SUPPORT", + "help": "Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for\nslightly faster startup.", + "id": "SPIRAM_MEMTEST", + "name": "SPIRAM_MEMTEST", + "range": null, + "title": "Run memory test on SPI RAM initialization", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", - "help": "If malloc() is capable of also allocating SPI-connected ram, its allocation strategy will prefer to\nallocate chunks less than this size in internal memory, while allocations larger than this will be\ndone from external RAM. If allocation from the preferred region fails, an attempt is made to allocate\nfrom the non-preferred region instead, so malloc() will not suddenly fail when either internal or\nexternal memory is full.", - "id": "SPIRAM_MALLOC_ALWAYSINTERNAL", - "name": "SPIRAM_MALLOC_ALWAYSINTERNAL", - "range": null, - "title": "Maximum malloc() size, in bytes, to always put in internal memory", + "children": [], + "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", + "help": "If malloc() is capable of also allocating SPI-connected ram, its allocation strategy will prefer to\nallocate chunks less than this size in internal memory, while allocations larger than this will be\ndone from external RAM. If allocation from the preferred region fails, an attempt is made to allocate\nfrom the non-preferred region instead, so malloc() will not suddenly fail when either internal or\nexternal memory is full.", + "id": "SPIRAM_MALLOC_ALWAYSINTERNAL", + "name": "SPIRAM_MALLOC_ALWAYSINTERNAL", + "range": null, + "title": "Maximum malloc() size, in bytes, to always put in internal memory", "type": "int" - }, + }, { - "children": [], - "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_SPIRAM_SUPPORT", - "help": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, try to allocate internal\nmemory then.", - "id": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", - "name": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", - "range": null, - "title": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal memory", + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_SPIRAM_SUPPORT", + "help": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, try to allocate internal\nmemory then.", + "id": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", + "name": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", + "range": null, + "title": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal memory", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", - "help": "Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happen\nthat the internal memory is entirely filled up. This causes allocations that are specifically done in\ninternal memory, for example the stack for new tasks or memory to service DMA or have memory that's\nalso available when SPI cache is down, to fail. This option reserves a pool specifically for requests\nlike that; the memory in this pool is not given out when a normal malloc() is called.\n\nSet this to 0 to disable this feature.\n\nNote that because FreeRTOS stacks are forced to internal memory, they will also use this memory pool;\nbe sure to keep this in mind when adjusting this value.\n\nNote also that the DMA reserved pool may not be one single contiguous memory region, depending on the\nconfigured size and the static memory usage of the app.", - "id": "SPIRAM_MALLOC_RESERVE_INTERNAL", - "name": "SPIRAM_MALLOC_RESERVE_INTERNAL", - "range": null, - "title": "Reserve this amount of bytes for data that specifically needs to be in DMA or internal memory", + "children": [], + "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", + "help": "Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happen\nthat the internal memory is entirely filled up. This causes allocations that are specifically done in\ninternal memory, for example the stack for new tasks or memory to service DMA or have memory that's\nalso available when SPI cache is down, to fail. This option reserves a pool specifically for requests\nlike that; the memory in this pool is not given out when a normal malloc() is called.\n\nSet this to 0 to disable this feature.\n\nNote that because FreeRTOS stacks are forced to internal memory, they will also use this memory pool;\nbe sure to keep this in mind when adjusting this value.\n\nNote also that the DMA reserved pool may not be one single contiguous memory region, depending on the\nconfigured size and the static memory usage of the app.", + "id": "SPIRAM_MALLOC_RESERVE_INTERNAL", + "name": "SPIRAM_MALLOC_RESERVE_INTERNAL", + "range": null, + "title": "Reserve this amount of bytes for data that specifically needs to be in DMA or internal memory", "type": "int" - }, + }, { - "children": [], - "depends_on": "SPIRAM && ESP32_SPIRAM_SUPPORT", - "help": "If enabled the option,and add EXT_RAM_ATTR defined your variable,then your variable will be placed in\nPSRAM instead of internal memory, and placed most of variables of lwip,net802.11,pp,bluedroid library\nto external memory defaultly.", - "id": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", - "name": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", - "range": null, - "title": "Allow .bss segment placed in external memory", + "children": [], + "depends_on": "SPIRAM && ESP32_SPIRAM_SUPPORT", + "help": "If enabled the option,and add EXT_RAM_ATTR defined your variable,then your variable will be placed in\nPSRAM instead of internal memory, and placed most of variables of lwip,net802.11,pp,bluedroid library\nto external memory defaultly.", + "id": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "name": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "range": null, + "title": "Allow .bss segment placed in external memory", "type": "bool" - }, + }, { - "children": [], - "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_REV_MIN < 3 && ESP32_SPIRAM_SUPPORT", - "help": "Revision 1 of the ESP32 has a bug that can cause a write to PSRAM not to take place in some situations\nwhen the cache line needs to be fetched from external RAM and an interrupt occurs. This enables a\nfix in the compiler (-mfix-esp32-psram-cache-issue) that makes sure the specific code that is\nvulnerable to this will not be emitted.\n\nThis will also not use any bits of newlib that are located in ROM, opting for a version that is\ncompiled with the workaround and located in flash instead.\n\nThe workaround is not required for ESP32 revision 3 and above.", - "id": "SPIRAM_CACHE_WORKAROUND", - "name": "SPIRAM_CACHE_WORKAROUND", - "range": null, - "title": "Enable workaround for bug in SPI RAM cache for Rev1 ESP32s", + "children": [], + "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_REV_MIN < 3 && ESP32_SPIRAM_SUPPORT", + "help": "Revision 1 of the ESP32 has a bug that can cause a write to PSRAM not to take place in some situations\nwhen the cache line needs to be fetched from external RAM and an interrupt occurs. This enables a\nfix in the compiler (-mfix-esp32-psram-cache-issue) that makes sure the specific code that is\nvulnerable to this will not be emitted.\n\nThis will also not use any bits of newlib that are located in ROM, opting for a version that is\ncompiled with the workaround and located in flash instead.\n\nThe workaround is not required for ESP32 revision 3 and above.", + "id": "SPIRAM_CACHE_WORKAROUND", + "name": "SPIRAM_CACHE_WORKAROUND", + "range": null, + "title": "Enable workaround for bug in SPI RAM cache for Rev1 ESP32s", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "SPIRAM_BANKSWITCH_ENABLE && ESP32_SPIRAM_SUPPORT", - "help": "Select the amount of banks reserved for bank switching. Note that the amount of RAM allocatable with\nmalloc/esp_heap_alloc_caps will decrease by 32K for each page reserved here.\n\nNote that this reservation is only actually done if your program actually uses the himem API. Without\nany himem calls, the reservation is not done and the original amount of memory will be available\nto malloc/esp_heap_alloc_caps.", - "id": "SPIRAM_BANKSWITCH_RESERVE", - "name": "SPIRAM_BANKSWITCH_RESERVE", - "range": null, - "title": "Amount of 32K pages to reserve for bank switching", + "children": [], + "depends_on": "SPIRAM_BANKSWITCH_ENABLE && ESP32_SPIRAM_SUPPORT", + "help": "Select the amount of banks reserved for bank switching. Note that the amount of RAM allocatable with\nmalloc/esp_heap_alloc_caps will decrease by 32K for each page reserved here.\n\nNote that this reservation is only actually done if your program actually uses the himem API. Without\nany himem calls, the reservation is not done and the original amount of memory will be available\nto malloc/esp_heap_alloc_caps.", + "id": "SPIRAM_BANKSWITCH_RESERVE", + "name": "SPIRAM_BANKSWITCH_RESERVE", + "range": null, + "title": "Amount of 32K pages to reserve for bank switching", "type": "int" } - ], - "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_SPIRAM_SUPPORT", - "help": "The ESP32 only supports 4MiB of external RAM in its address space. The hardware does support larger\nmemories, but these have to be bank-switched in and out of this address space. Enabling this allows you\nto reserve some MMU pages for this, which allows the use of the esp_himem api to manage these banks.\n\n#Note that this is limited to 62 banks, as esp_spiram_writeback_cache needs some kind of mapping of\n#some banks below that mark to work. We cannot at this moment guarantee this to exist when himem is\n#enabled.", - "id": "SPIRAM_BANKSWITCH_ENABLE", - "name": "SPIRAM_BANKSWITCH_ENABLE", - "range": null, - "title": "Enable bank switching for >4MiB external RAM", + ], + "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_SPIRAM_SUPPORT", + "help": "The ESP32 only supports 4MiB of external RAM in its address space. The hardware does support larger\nmemories, but these have to be bank-switched in and out of this address space. Enabling this allows you\nto reserve some MMU pages for this, which allows the use of the esp_himem api to manage these banks.\n\n#Note that this is limited to 62 banks, as esp_spiram_writeback_cache needs some kind of mapping of\n#some banks below that mark to work. We cannot at this moment guarantee this to exist when himem is\n#enabled.", + "id": "SPIRAM_BANKSWITCH_ENABLE", + "name": "SPIRAM_BANKSWITCH_ENABLE", + "range": null, + "title": "Enable bank switching for >4MiB external RAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", - "help": "Because some bits of the ESP32 code environment cannot be recompiled with the cache workaround,\nnormally tasks cannot be safely run with their stack residing in external memory; for this reason\nxTaskCreate and friends always allocate stack in internal memory and xTaskCreateStatic will check if\nthe memory passed to it is in internal memory. If you have a task that needs a large amount of stack\nand does not call on ROM code in any way (no direct calls, but also no Bluetooth/WiFi), you can try to\ndisable this and use xTaskCreateStatic to create the tasks stack in external memory.", - "id": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", - "name": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", - "range": null, - "title": "Allow external memory as an argument to xTaskCreateStatic", + "children": [], + "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", + "help": "Because some bits of the ESP32 code environment cannot be recompiled with the cache workaround,\nnormally tasks cannot be safely run with their stack residing in external memory; for this reason\nxTaskCreate and friends always allocate stack in internal memory and xTaskCreateStatic will check if\nthe memory passed to it is in internal memory. If you have a task that needs a large amount of stack\nand does not call on ROM code in any way (no direct calls, but also no Bluetooth/WiFi), you can try to\ndisable this and use xTaskCreateStatic to create the tasks stack in external memory.", + "id": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", + "name": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", + "range": null, + "title": "Allow external memory as an argument to xTaskCreateStatic", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_OCCUPY_HSPI_HOST", - "name": "SPIRAM_OCCUPY_HSPI_HOST", - "range": null, - "title": "HSPI host (SPI2)", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_OCCUPY_HSPI_HOST", + "name": "SPIRAM_OCCUPY_HSPI_HOST", + "range": null, + "title": "HSPI host (SPI2)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_OCCUPY_VSPI_HOST", - "name": "SPIRAM_OCCUPY_VSPI_HOST", - "range": null, - "title": "VSPI host (SPI3)", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_OCCUPY_VSPI_HOST", + "name": "SPIRAM_OCCUPY_VSPI_HOST", + "range": null, + "title": "VSPI host (SPI3)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_OCCUPY_NO_HOST", - "name": "SPIRAM_OCCUPY_NO_HOST", - "range": null, - "title": "Will not try to use any host, will abort if not able to use the PSRAM", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_OCCUPY_NO_HOST", + "name": "SPIRAM_OCCUPY_NO_HOST", + "range": null, + "title": "Will not try to use any host, will abort if not able to use the PSRAM", "type": "bool" } - ], - "depends_on": "SPIRAM_SPEED_80M && ESP32_SPIRAM_SUPPORT", - "help": "When both flash and PSRAM is working under 80MHz, and the PSRAM is of type 32MBit, one of the HSPI/VSPI\nhost will be used to output the clock. Select which one to use here.", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-spi-host-to-use-for-32mbit-psram", - "name": "SPIRAM_OCCUPY_SPI_HOST", - "title": "SPI host to use for 32MBit PSRAM", + ], + "depends_on": "SPIRAM_SPEED_80M && ESP32_SPIRAM_SUPPORT", + "help": "When both flash and PSRAM is working under 80MHz, and the PSRAM is of type 32MBit, one of the HSPI/VSPI\nhost will be used to output the clock. Select which one to use here.", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-spi-host-to-use-for-32mbit-psram", + "name": "SPIRAM_OCCUPY_SPI_HOST", + "title": "SPI host to use for 32MBit PSRAM", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", - "help": "The PSRAM CLOCK IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", - "id": "D0WD_PSRAM_CLK_IO", - "name": "D0WD_PSRAM_CLK_IO", - "range": null, - "title": "PSRAM CLK IO number", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", + "help": "The PSRAM CLOCK IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", + "id": "D0WD_PSRAM_CLK_IO", + "name": "D0WD_PSRAM_CLK_IO", + "range": null, + "title": "PSRAM CLK IO number", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", - "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", - "id": "D0WD_PSRAM_CS_IO", - "name": "D0WD_PSRAM_CS_IO", - "range": null, - "title": "PSRAM CS IO number", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", + "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", + "id": "D0WD_PSRAM_CS_IO", + "name": "D0WD_PSRAM_CS_IO", + "range": null, + "title": "PSRAM CS IO number", "type": "int" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-dowd", - "title": "PSRAM clock and cs IO for ESP32-DOWD", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-dowd", + "title": "PSRAM clock and cs IO for ESP32-DOWD", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", - "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", - "id": "D2WD_PSRAM_CLK_IO", - "name": "D2WD_PSRAM_CLK_IO", - "range": null, - "title": "PSRAM CLK IO number", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", + "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", + "id": "D2WD_PSRAM_CLK_IO", + "name": "D2WD_PSRAM_CLK_IO", + "range": null, + "title": "PSRAM CLK IO number", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", - "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", - "id": "D2WD_PSRAM_CS_IO", - "name": "D2WD_PSRAM_CS_IO", - "range": null, - "title": "PSRAM CS IO number", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", + "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", + "id": "D2WD_PSRAM_CS_IO", + "name": "D2WD_PSRAM_CS_IO", + "range": null, + "title": "PSRAM CS IO number", "type": "int" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-d2wd", - "title": "PSRAM clock and cs IO for ESP32-D2WD", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-d2wd", + "title": "PSRAM clock and cs IO for ESP32-D2WD", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", - "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design.\n\nFor ESP32-PICO chip, the psram share clock with flash, so user do not need to configure the clock\nIO.\nFor the reference hardware design, please refer to\nhttps://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf", - "id": "PICO_PSRAM_CS_IO", - "name": "PICO_PSRAM_CS_IO", - "range": null, - "title": "PSRAM CS IO number", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", + "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design.\n\nFor ESP32-PICO chip, the psram share clock with flash, so user do not need to configure the clock\nIO.\nFor the reference hardware design, please refer to\nhttps://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf", + "id": "PICO_PSRAM_CS_IO", + "name": "PICO_PSRAM_CS_IO", + "range": null, + "title": "PSRAM CS IO number", "type": "int" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-pico", - "title": "PSRAM clock and cs IO for ESP32-PICO", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-pico", + "title": "PSRAM clock and cs IO for ESP32-PICO", "type": "menu" - }, + }, { - "children": [], - "depends_on": "(ESPTOOLPY_FLASHMODE_DIO || ESPTOOLPY_FLASHMODE_DOUT) && ESP32_SPIRAM_SUPPORT", - "help": "This value is ignored unless flash mode is set to DIO or DOUT and the SPI flash pins have been\noverriden by setting the eFuses SPI_PAD_CONFIG_xxx.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. And the psram only has QPI\nmode, the WP pin is necessary, so we need to configure this value here.\n\nWhen flash mode is set to QIO or QOUT, the PSRAM WP pin will be set as the value configured in\nbootloader.\n\nFor ESP32-PICO chip, the default value of this config should be 7.", - "id": "SPIRAM_SPIWP_SD3_PIN", - "name": "SPIRAM_SPIWP_SD3_PIN", - "range": null, - "title": "SPI PSRAM WP(SD3) Pin when customising pins via eFuse (read help)", + "children": [], + "depends_on": "(ESPTOOLPY_FLASHMODE_DIO || ESPTOOLPY_FLASHMODE_DOUT) && ESP32_SPIRAM_SUPPORT", + "help": "This value is ignored unless flash mode is set to DIO or DOUT and the SPI flash pins have been\noverriden by setting the eFuses SPI_PAD_CONFIG_xxx.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. And the psram only has QPI\nmode, the WP pin is necessary, so we need to configure this value here.\n\nWhen flash mode is set to QIO or QOUT, the PSRAM WP pin will be set as the value configured in\nbootloader.\n\nFor ESP32-PICO chip, the default value of this config should be 7.", + "id": "SPIRAM_SPIWP_SD3_PIN", + "name": "SPIRAM_SPIWP_SD3_PIN", + "range": null, + "title": "SPI PSRAM WP(SD3) Pin when customising pins via eFuse (read help)", "type": "int" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config", - "title": "SPI RAM config", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config", + "title": "SPI RAM config", "type": "menu" } - ], - "depends_on": null, - "help": "This enables support for an external SPI RAM chip, connected in parallel with the\nmain SPI flash chip.", - "id": "ESP32_SPIRAM_SUPPORT", - "name": "ESP32_SPIRAM_SUPPORT", - "range": null, - "title": "Support for external, SPI-connected RAM", + ], + "depends_on": null, + "help": "This enables support for an external SPI RAM chip, connected in parallel with the\nmain SPI flash chip.", + "id": "ESP32_SPIRAM_SUPPORT", + "name": "ESP32_SPIRAM_SUPPORT", + "range": null, + "title": "Support for external, SPI-connected RAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_MEMMAP_TRACEMEM", - "name": "ESP32_MEMMAP_TRACEMEM", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_MEMMAP_TRACEMEM", + "name": "ESP32_MEMMAP_TRACEMEM", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", - "name": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", + "name": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", + "range": null, + "title": null, "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_TRAX && !FREERTOS_UNICORE", - "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.\n\n# Memory to reverse for trace, used in linker script", - "id": "ESP32_TRAX_TWOBANKS", - "name": "ESP32_TRAX_TWOBANKS", - "range": null, - "title": "Reserve memory for tracing both pro as well as app cpu execution", + "children": [], + "depends_on": "ESP32_TRAX && !FREERTOS_UNICORE", + "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.\n\n# Memory to reverse for trace, used in linker script", + "id": "ESP32_TRAX_TWOBANKS", + "name": "ESP32_TRAX_TWOBANKS", + "range": null, + "title": "Reserve memory for tracing both pro as well as app cpu execution", "type": "bool" } - ], - "depends_on": null, - "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.", - "id": "ESP32_TRAX", - "name": "ESP32_TRAX", - "range": null, - "title": "Use TRAX tracing feature", + ], + "depends_on": null, + "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.", + "id": "ESP32_TRAX", + "name": "ESP32_TRAX", + "range": null, + "title": "Use TRAX tracing feature", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_TRACEMEM_RESERVE_DRAM", - "name": "ESP32_TRACEMEM_RESERVE_DRAM", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_TRACEMEM_RESERVE_DRAM", + "name": "ESP32_TRACEMEM_RESERVE_DRAM", + "range": null, + "title": null, "type": "hex" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", - "range": null, - "title": "Two", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", + "range": null, + "title": "Two", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", - "range": null, - "title": "Four", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", + "range": null, + "title": "Four", "type": "bool" } - ], - "depends_on": null, - "help": "Configure the number of universally administered (by IEEE) MAC addresses.\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)", - "id": "component-config-esp32-specific-number-of-universally-administered-by-ieee-mac-address", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", - "title": "Number of universally administered (by IEEE) MAC address", + ], + "depends_on": null, + "help": "Configure the number of universally administered (by IEEE) MAC addresses.\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)", + "id": "component-config-esp32-specific-number-of-universally-administered-by-ieee-mac-address", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "title": "Number of universally administered (by IEEE) MAC address", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Bytes of memory to reserve for ULP coprocessor firmware & data.\n\nData is reserved at the beginning of RTC slow memory.", - "id": "ESP32_ULP_COPROC_RESERVE_MEM", - "name": "ESP32_ULP_COPROC_RESERVE_MEM", + "children": [], + "depends_on": null, + "help": "Bytes of memory to reserve for ULP coprocessor firmware & data.\n\nData is reserved at the beginning of RTC slow memory.", + "id": "ESP32_ULP_COPROC_RESERVE_MEM", + "name": "ESP32_ULP_COPROC_RESERVE_MEM", "range": [ - 0, + 0, 0 - ], - "title": "RTC slow memory reserved for coprocessor", + ], + "title": "RTC slow memory reserved for coprocessor", "type": "int" } - ], - "depends_on": null, - "help": "Set to 'y' if you plan to load a firmware for the coprocessor.\n\nIf this option is enabled, further coprocessor configuration will appear in the Components menu.", - "id": "ESP32_ULP_COPROC_ENABLED", - "name": "ESP32_ULP_COPROC_ENABLED", - "range": null, - "title": "Enable Ultra Low Power (ULP) Coprocessor", + ], + "depends_on": null, + "help": "Set to 'y' if you plan to load a firmware for the coprocessor.\n\nIf this option is enabled, further coprocessor configuration will appear in the Components menu.", + "id": "ESP32_ULP_COPROC_ENABLED", + "name": "ESP32_ULP_COPROC_ENABLED", + "range": null, + "title": "Enable Ultra Low Power (ULP) Coprocessor", "type": "bool" - }, + }, { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Outputs the relevant registers over the serial port and halt the\nprocessor. Needs a manual reset to restart.", - "id": "ESP32_PANIC_PRINT_HALT", - "name": "ESP32_PANIC_PRINT_HALT", - "range": null, - "title": "Print registers and halt", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Outputs the relevant registers over the serial port and immediately\nreset the processor.", - "id": "ESP32_PANIC_PRINT_REBOOT", - "name": "ESP32_PANIC_PRINT_REBOOT", - "range": null, - "title": "Print registers and reboot", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Just resets the processor without outputting anything", - "id": "ESP32_PANIC_SILENT_REBOOT", - "name": "ESP32_PANIC_SILENT_REBOOT", - "range": null, - "title": "Silent reboot", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it to do a postmortem\nof the crash.", - "id": "ESP32_PANIC_GDBSTUB", - "name": "ESP32_PANIC_GDBSTUB", - "range": null, - "title": "Invoke GDBStub", - "type": "bool" - } - ], - "depends_on": null, - "help": "If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is\ninvoked. Configure the panic handlers action here.", - "id": "component-config-esp32-specific-panic-handler-behaviour", - "name": "ESP32_PANIC", - "title": "Panic handler behaviour", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": "The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and\ninstead of panicking, have the debugger stop on the offending instruction.", - "id": "ESP32_DEBUG_OCDAWARE", - "name": "ESP32_DEBUG_OCDAWARE", - "range": null, - "title": "Make exception and panic handlers JTAG/OCD aware", + "children": [], + "depends_on": null, + "help": "The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and\ninstead of panicking, have the debugger stop on the offending instruction.", + "id": "ESP32_DEBUG_OCDAWARE", + "name": "ESP32_DEBUG_OCDAWARE", + "range": null, + "title": "Make exception and panic handlers JTAG/OCD aware", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_0", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_0", - "range": null, - "title": "2.43V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_0", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_0", + "range": null, + "title": "2.43V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_1", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_1", - "range": null, - "title": "2.48V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_1", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_1", + "range": null, + "title": "2.48V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_2", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_2", - "range": null, - "title": "2.58V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_2", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_2", + "range": null, + "title": "2.58V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_3", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_3", - "range": null, - "title": "2.62V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_3", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_3", + "range": null, + "title": "2.62V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_4", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_4", - "range": null, - "title": "2.67V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_4", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_4", + "range": null, + "title": "2.67V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_5", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_5", - "range": null, - "title": "2.70V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_5", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_5", + "range": null, + "title": "2.70V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_6", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_6", - "range": null, - "title": "2.77V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_6", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_6", + "range": null, + "title": "2.77V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_7", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_7", - "range": null, - "title": "2.80V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_7", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_7", + "range": null, + "title": "2.80V +/- 0.05", "type": "bool" } - ], - "depends_on": "ESP32_BROWNOUT_DET", - "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each ESP32 chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", - "id": "component-config-esp32-specific-hardware-brownout-detect-reset-brownout-voltage-level", - "name": "ESP32_BROWNOUT_DET_LVL_SEL", - "title": "Brownout voltage level", + ], + "depends_on": "ESP32_BROWNOUT_DET", + "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each ESP32 chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", + "id": "component-config-esp32-specific-hardware-brownout-detect-reset-brownout-voltage-level", + "name": "ESP32_BROWNOUT_DET_LVL_SEL", + "title": "Brownout voltage level", "type": "choice" } - ], - "depends_on": null, - "help": "The ESP32 has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", - "id": "ESP32_BROWNOUT_DET", - "name": "ESP32_BROWNOUT_DET", - "range": null, - "title": "Hardware brownout detect & reset", + ], + "depends_on": null, + "help": "The ESP32 has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", + "id": "ESP32_BROWNOUT_DET", + "name": "ESP32_BROWNOUT_DET", + "range": null, + "title": "Hardware brownout detect & reset", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL", - "name": "ESP32_BROWNOUT_DET_LVL", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL", + "name": "ESP32_BROWNOUT_DET_LVL", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_BROWNOUT_DET", - "help": "When brownout reset occurs, reduce PHY TX power to keep the code running\n\n# Note about the use of \"FRC1\" name: currently FRC1 timer is not used for\n# high resolution timekeeping anymore. Instead the esp_timer API is used.\n# FRC1 name in the option name is kept for compatibility.", - "id": "ESP32_REDUCE_PHY_TX_POWER", - "name": "ESP32_REDUCE_PHY_TX_POWER", - "range": null, - "title": "Reduce PHY TX power when brownout reset", + "children": [], + "depends_on": "ESP32_BROWNOUT_DET", + "help": "When brownout reset occurs, reduce PHY TX power to keep the code running\n\n# Note about the use of \"FRC1\" name: currently FRC1 timer is not used for\n# high resolution timekeeping anymore. Instead the esp_timer API is used.\n# FRC1 name in the option name is kept for compatibility.", + "id": "ESP32_REDUCE_PHY_TX_POWER", + "name": "ESP32_REDUCE_PHY_TX_POWER", + "range": null, + "title": "Reduce PHY TX power when brownout reset", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_TIME_SYSCALL_USE_RTC_FRC1", - "name": "ESP32_TIME_SYSCALL_USE_RTC_FRC1", - "range": null, - "title": "RTC and high-resolution timer", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_TIME_SYSCALL_USE_RTC_FRC1", + "name": "ESP32_TIME_SYSCALL_USE_RTC_FRC1", + "range": null, + "title": "RTC and high-resolution timer", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_TIME_SYSCALL_USE_RTC", - "name": "ESP32_TIME_SYSCALL_USE_RTC", - "range": null, - "title": "RTC", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_TIME_SYSCALL_USE_RTC", + "name": "ESP32_TIME_SYSCALL_USE_RTC", + "range": null, + "title": "RTC", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_TIME_SYSCALL_USE_FRC1", - "name": "ESP32_TIME_SYSCALL_USE_FRC1", - "range": null, - "title": "High-resolution timer", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_TIME_SYSCALL_USE_FRC1", + "name": "ESP32_TIME_SYSCALL_USE_FRC1", + "range": null, + "title": "High-resolution timer", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_TIME_SYSCALL_USE_NONE", - "name": "ESP32_TIME_SYSCALL_USE_NONE", - "range": null, - "title": "None", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_TIME_SYSCALL_USE_NONE", + "name": "ESP32_TIME_SYSCALL_USE_NONE", + "range": null, + "title": "None", "type": "bool" } - ], - "depends_on": null, - "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution and RTC timers are used, timekeeping will\n continue in deep sleep. Time will be reported at 1 microsecond\n resolution. This is the default, and the recommended option.\n- If only high-resolution timer is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS.\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", - "id": "component-config-esp32-specific-timers-used-for-gettimeofday-function", - "name": "ESP32_TIME_SYSCALL", - "title": "Timers used for gettimeofday function", + ], + "depends_on": null, + "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution and RTC timers are used, timekeeping will\n continue in deep sleep. Time will be reported at 1 microsecond\n resolution. This is the default, and the recommended option.\n- If only high-resolution timer is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS.\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", + "id": "component-config-esp32-specific-timers-used-for-gettimeofday-function", + "name": "ESP32_TIME_SYSCALL", + "title": "Timers used for gettimeofday function", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_RTC_CLK_SRC_INT_RC", - "name": "ESP32_RTC_CLK_SRC_INT_RC", - "range": null, - "title": "Internal 150kHz RC oscillator", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_RTC_CLK_SRC_INT_RC", + "name": "ESP32_RTC_CLK_SRC_INT_RC", + "range": null, + "title": "Internal 150kHz RC oscillator", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_RTC_CLK_SRC_EXT_CRYS", - "name": "ESP32_RTC_CLK_SRC_EXT_CRYS", - "range": null, - "title": "External 32kHz crystal", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_RTC_CLK_SRC_EXT_CRYS", + "name": "ESP32_RTC_CLK_SRC_EXT_CRYS", + "range": null, + "title": "External 32kHz crystal", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_RTC_CLK_SRC_EXT_OSC", - "name": "ESP32_RTC_CLK_SRC_EXT_OSC", - "range": null, - "title": "External 32kHz oscillator at 32K_XP pin", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_RTC_CLK_SRC_EXT_OSC", + "name": "ESP32_RTC_CLK_SRC_EXT_OSC", + "range": null, + "title": "External 32kHz oscillator at 32K_XP pin", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_RTC_CLK_SRC_INT_8MD256", - "name": "ESP32_RTC_CLK_SRC_INT_8MD256", - "range": null, - "title": "Internal 8.5MHz oscillator, divided by 256 (~33kHz)", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_RTC_CLK_SRC_INT_8MD256", + "name": "ESP32_RTC_CLK_SRC_INT_8MD256", + "range": null, + "title": "Internal 8.5MHz oscillator, divided by 256 (~33kHz)", "type": "bool" } - ], - "depends_on": null, - "help": "Choose which clock is used as RTC clock source.\n\n- \"Internal 150kHz oscillator\" option provides lowest deep sleep current\n consumption, and does not require extra external components. However\n frequency stability with respect to temperature is poor, so time may\n drift in deep/light sleep modes.\n- \"External 32kHz crystal\" provides better frequency stability, at the\n expense of slightly higher (1uA) deep sleep current consumption.\n- \"External 32kHz oscillator\" allows using 32kHz clock generated by an\n external circuit. In this case, external clock signal must be connected\n to 32K_XP pin. Amplitude should be <1.2V in case of sine wave signal,\n and <1V in case of square wave signal. Common mode voltage should be\n 0.1 < Vcm < 0.5Vamp, where Vamp is the signal amplitude.\n Additionally, 1nF capacitor must be connected between 32K_XN pin and\n ground. 32K_XN pin can not be used as a GPIO in this case.\n- \"Internal 8.5MHz oscillator divided by 256\" option results in higher\n deep sleep current (by 5uA) but has better frequency stability than\n the internal 150kHz oscillator. It does not require external components.", - "id": "component-config-esp32-specific-rtc-clock-source", - "name": "ESP32_RTC_CLK_SRC", - "title": "RTC clock source", + ], + "depends_on": null, + "help": "Choose which clock is used as RTC clock source.\n\n- \"Internal 150kHz oscillator\" option provides lowest deep sleep current\n consumption, and does not require extra external components. However\n frequency stability with respect to temperature is poor, so time may\n drift in deep/light sleep modes.\n- \"External 32kHz crystal\" provides better frequency stability, at the\n expense of slightly higher (1uA) deep sleep current consumption.\n- \"External 32kHz oscillator\" allows using 32kHz clock generated by an\n external circuit. In this case, external clock signal must be connected\n to 32K_XP pin. Amplitude should be <1.2V in case of sine wave signal,\n and <1V in case of square wave signal. Common mode voltage should be\n 0.1 < Vcm < 0.5Vamp, where Vamp is the signal amplitude.\n Additionally, 1nF capacitor must be connected between 32K_XN pin and\n ground. 32K_XN pin can not be used as a GPIO in this case.\n- \"Internal 8.5MHz oscillator divided by 256\" option results in higher\n deep sleep current (by 5uA) but has better frequency stability than\n the internal 150kHz oscillator. It does not require external components.", + "id": "component-config-esp32-specific-rtc-clock-source", + "name": "ESP32_RTC_CLK_SRC", + "title": "RTC clock source", "type": "choice" - }, + }, { - "children": [], - "depends_on": "ESP32_RTC_CLK_SRC_EXT_CRYS", - "help": "Choose which additional current is used for rtc external crystal.\n\n- With some 32kHz crystal configurations, the X32N and X32P pins may not\n have enough drive strength to keep the crystal oscillating during deep sleep.\n If this option is enabled, additional current from touchpad 9 is provided\n internally to drive the 32kHz crystal. If this option is enabled, deep sleep current\n is slightly higher (4-5uA) and the touchpad and ULP wakeup sources are not available.", - "id": "ESP32_RTC_EXT_CRYST_ADDIT_CURRENT", - "name": "ESP32_RTC_EXT_CRYST_ADDIT_CURRENT", - "range": null, - "title": "Additional current for external 32kHz crystal", + "children": [], + "depends_on": "ESP32_RTC_CLK_SRC_EXT_CRYS", + "help": "Choose which additional current is used for rtc external crystal.\n\n- With some 32kHz crystal configurations, the X32N and X32P pins may not\n have enough drive strength to keep the crystal oscillating during deep sleep.\n If this option is enabled, additional current from touchpad 9 is provided\n internally to drive the 32kHz crystal. If this option is enabled, deep sleep current\n is slightly higher (4-5uA) and the touchpad and ULP wakeup sources are not available.", + "id": "ESP32_RTC_EXT_CRYST_ADDIT_CURRENT", + "name": "ESP32_RTC_EXT_CRYST_ADDIT_CURRENT", + "range": null, + "title": "Additional current for external 32kHz crystal", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "When the startup code initializes RTC_SLOW_CLK, it can perform\ncalibration by comparing the RTC_SLOW_CLK frequency with main XTAL\nfrequency. This option sets the number of RTC_SLOW_CLK cycles measured\nby the calibration routine. Higher numbers increase calibration\nprecision, which may be important for applications which spend a lot of\ntime in deep sleep. Lower numbers reduce startup time.\n\nWhen this option is set to 0, clock calibration will not be performed at\nstartup, and approximate clock frequencies will be assumed:\n\n- 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.\n- 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more.\n In case more value will help improve the definition of the launch of the crystal.\n If the crystal could not start, it will be switched to internal RC.", - "id": "ESP32_RTC_CLK_CAL_CYCLES", - "name": "ESP32_RTC_CLK_CAL_CYCLES", + "children": [], + "depends_on": null, + "help": "When the startup code initializes RTC_SLOW_CLK, it can perform\ncalibration by comparing the RTC_SLOW_CLK frequency with main XTAL\nfrequency. This option sets the number of RTC_SLOW_CLK cycles measured\nby the calibration routine. Higher numbers increase calibration\nprecision, which may be important for applications which spend a lot of\ntime in deep sleep. Lower numbers reduce startup time.\n\nWhen this option is set to 0, clock calibration will not be performed at\nstartup, and approximate clock frequencies will be assumed:\n\n- 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.\n- 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more.\n In case more value will help improve the definition of the launch of the crystal.\n If the crystal could not start, it will be switched to internal RC.", + "id": "ESP32_RTC_CLK_CAL_CYCLES", + "name": "ESP32_RTC_CLK_CAL_CYCLES", "range": [ - 0, + 0, 32766 - ], - "title": "Number of cycles for RTC_SLOW_CLK calibration", + ], + "title": "Number of cycles for RTC_SLOW_CLK calibration", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_RTC_CLK_SRC_EXT_CRYS", - "help": "To reduce the startup time of an external RTC crystal,\nwe bootstrap it with a 32kHz square wave for a fixed number of cycles.\nSetting 0 will disable bootstrapping (if disabled, the crystal may take\nlonger to start up or fail to oscillate under some conditions).\n\nIf this value is too high, a faulty crystal may initially start and then fail.\nIf this value is too low, an otherwise good crystal may not start.\n\nTo accurately determine if the crystal has started,\nset a larger \"Number of cycles for RTC_SLOW_CLK calibration\" (about 3000).", - "id": "ESP32_RTC_XTAL_BOOTSTRAP_CYCLES", - "name": "ESP32_RTC_XTAL_BOOTSTRAP_CYCLES", - "range": null, - "title": "Bootstrap cycles for external 32kHz crystal", + "children": [], + "depends_on": "ESP32_RTC_CLK_SRC_EXT_CRYS", + "help": "To reduce the startup time of an external RTC crystal,\nwe bootstrap it with a 32kHz square wave for a fixed number of cycles.\nSetting 0 will disable bootstrapping (if disabled, the crystal may take\nlonger to start up or fail to oscillate under some conditions).\n\nIf this value is too high, a faulty crystal may initially start and then fail.\nIf this value is too low, an otherwise good crystal may not start.\n\nTo accurately determine if the crystal has started,\nset a larger \"Number of cycles for RTC_SLOW_CLK calibration\" (about 3000).", + "id": "ESP32_RTC_XTAL_BOOTSTRAP_CYCLES", + "name": "ESP32_RTC_XTAL_BOOTSTRAP_CYCLES", + "range": null, + "title": "Bootstrap cycles for external 32kHz crystal", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "When ESP32 exits deep sleep, the CPU and the flash chip are powered on\nat the same time. CPU will run deep sleep stub first, and then\nproceed to load code from flash. Some flash chips need sufficient\ntime to pass between power on and first read operation. By default,\nwithout any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\nBy default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the\nconsole after deep sleep reset, try increasing this value.", - "id": "ESP32_DEEP_SLEEP_WAKEUP_DELAY", - "name": "ESP32_DEEP_SLEEP_WAKEUP_DELAY", + "children": [], + "depends_on": null, + "help": "When ESP32 exits deep sleep, the CPU and the flash chip are powered on\nat the same time. CPU will run deep sleep stub first, and then\nproceed to load code from flash. Some flash chips need sufficient\ntime to pass between power on and first read operation. By default,\nwithout any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\nBy default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the\nconsole after deep sleep reset, try increasing this value.", + "id": "ESP32_DEEP_SLEEP_WAKEUP_DELAY", + "name": "ESP32_DEEP_SLEEP_WAKEUP_DELAY", "range": [ - 0, + 0, 5000 - ], - "title": "Extra delay in deep sleep wake stub (in us)", + ], + "title": "Extra delay in deep sleep wake stub (in us)", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_XTAL_FREQ_40", - "name": "ESP32_XTAL_FREQ_40", - "range": null, - "title": "40 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_XTAL_FREQ_40", + "name": "ESP32_XTAL_FREQ_40", + "range": null, + "title": "40 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_XTAL_FREQ_26", - "name": "ESP32_XTAL_FREQ_26", - "range": null, - "title": "26 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_XTAL_FREQ_26", + "name": "ESP32_XTAL_FREQ_26", + "range": null, + "title": "26 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_XTAL_FREQ_AUTO", - "name": "ESP32_XTAL_FREQ_AUTO", - "range": null, - "title": "Autodetect", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_XTAL_FREQ_AUTO", + "name": "ESP32_XTAL_FREQ_AUTO", + "range": null, + "title": "Autodetect", "type": "bool" } - ], - "depends_on": null, - "help": "ESP32 currently supports the following XTAL frequencies:\n\n- 26 MHz\n- 40 MHz\n\nStartup code can automatically estimate XTAL frequency. This feature\nuses the internal 8MHz oscillator as a reference. Because the internal\noscillator frequency is temperature dependent, it is not recommended\nto use automatic XTAL frequency detection in applications which need\nto work at high ambient temperatures and use high-temperature\nqualified chips and modules.", - "id": "component-config-esp32-specific-main-xtal-frequency", - "name": "ESP32_XTAL_FREQ_SEL", - "title": "Main XTAL frequency", + ], + "depends_on": null, + "help": "ESP32 currently supports the following XTAL frequencies:\n\n- 26 MHz\n- 40 MHz\n\nStartup code can automatically estimate XTAL frequency. This feature\nuses the internal 8MHz oscillator as a reference. Because the internal\noscillator frequency is temperature dependent, it is not recommended\nto use automatic XTAL frequency detection in applications which need\nto work at high ambient temperatures and use high-temperature\nqualified chips and modules.", + "id": "component-config-esp32-specific-main-xtal-frequency", + "name": "ESP32_XTAL_FREQ_SEL", + "title": "Main XTAL frequency", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_XTAL_FREQ", - "name": "ESP32_XTAL_FREQ", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_XTAL_FREQ", + "name": "ESP32_XTAL_FREQ", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "If set, the first time the app boots it will disable the BASIC ROM Console\npermanently (by burning an eFuse).\n\nOtherwise, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\n(Enabling secure boot also disables the BASIC ROM Console by default.)", - "id": "ESP32_DISABLE_BASIC_ROM_CONSOLE", - "name": "ESP32_DISABLE_BASIC_ROM_CONSOLE", - "range": null, - "title": "Permanently disable BASIC ROM Console", + "children": [], + "depends_on": null, + "help": "If set, the first time the app boots it will disable the BASIC ROM Console\npermanently (by burning an eFuse).\n\nOtherwise, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\n(Enabling secure boot also disables the BASIC ROM Console by default.)", + "id": "ESP32_DISABLE_BASIC_ROM_CONSOLE", + "name": "ESP32_DISABLE_BASIC_ROM_CONSOLE", + "range": null, + "title": "Permanently disable BASIC ROM Console", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!BT_ENABLED", - "help": "If enabled, this disables the linking of binary libraries in the application build. Note\nthat after enabling this Wi-Fi/Bluetooth will not work.", - "id": "ESP32_NO_BLOBS", - "name": "ESP32_NO_BLOBS", - "range": null, - "title": "No Binary Blobs", + "children": [], + "depends_on": "!BT_ENABLED", + "help": "If enabled, this disables the linking of binary libraries in the application build. Note\nthat after enabling this Wi-Fi/Bluetooth will not work.", + "id": "ESP32_NO_BLOBS", + "name": "ESP32_NO_BLOBS", + "range": null, + "title": "No Binary Blobs", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Bootloaders before IDF v2.1 did less initialisation of the\nsystem clock. This setting needs to be enabled to build an app\nwhich can be booted by these older bootloaders.\n\nIf this setting is enabled, the app can be booted by any bootloader\nfrom IDF v1.0 up to the current version.\n\nIf this setting is disabled, the app can only be booted by bootloaders\nfrom IDF v2.1 or newer.\n\nEnabling this setting adds approximately 1KB to the app's IRAM usage.", - "id": "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS", - "name": "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS", - "range": null, - "title": "App compatible with bootloaders before IDF v2.1", + "children": [], + "depends_on": null, + "help": "Bootloaders before IDF v2.1 did less initialisation of the\nsystem clock. This setting needs to be enabled to build an app\nwhich can be booted by these older bootloaders.\n\nIf this setting is enabled, the app can be booted by any bootloader\nfrom IDF v1.0 up to the current version.\n\nIf this setting is disabled, the app can only be booted by bootloaders\nfrom IDF v2.1 or newer.\n\nEnabling this setting adds approximately 1KB to the app's IRAM usage.", + "id": "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "name": "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "range": null, + "title": "App compatible with bootloaders before IDF v2.1", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_APP_INIT_CLK", - "name": "ESP32_APP_INIT_CLK", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_APP_INIT_CLK", + "name": "ESP32_APP_INIT_CLK", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "FREERTOS_UNICORE", - "help": "This option allows to place .rtc_data and .rtc_rodata sections into\nRTC fast memory segment to free the slow memory region for ULP programs.\nThis option depends on the CONFIG_FREERTOS_UNICORE option because RTC fast memory\ncan be accessed only by PRO_CPU core.", - "id": "ESP32_RTCDATA_IN_FAST_MEM", - "name": "ESP32_RTCDATA_IN_FAST_MEM", - "range": null, - "title": "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment", + "children": [], + "depends_on": "FREERTOS_UNICORE", + "help": "This option allows to place .rtc_data and .rtc_rodata sections into\nRTC fast memory segment to free the slow memory region for ULP programs.\nThis option depends on the CONFIG_FREERTOS_UNICORE option because RTC fast memory\ncan be accessed only by PRO_CPU core.", + "id": "ESP32_RTCDATA_IN_FAST_MEM", + "name": "ESP32_RTCDATA_IN_FAST_MEM", + "range": null, + "title": "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "help": "RAM size dedicated for static variables (.data & .bss sections).\nPlease note that the actual length will be reduced by BT_RESERVE_DRAM if Bluetooth\ncontroller is enabled.", - "id": "ESP32_FIXED_STATIC_RAM_SIZE", - "name": "ESP32_FIXED_STATIC_RAM_SIZE", - "range": null, - "title": "Fixed Static RAM size", + "children": [], + "depends_on": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "help": "RAM size dedicated for static variables (.data & .bss sections).\nPlease note that the actual length will be reduced by BT_RESERVE_DRAM if Bluetooth\ncontroller is enabled.", + "id": "ESP32_FIXED_STATIC_RAM_SIZE", + "name": "ESP32_FIXED_STATIC_RAM_SIZE", + "range": null, + "title": "Fixed Static RAM size", "type": "hex" } - ], - "depends_on": null, - "help": "If this option is disabled, the DRAM part of the heap starts right after the .bss section,\nwithin the dram0_0 region. As a result, adding or removing some static variables\nwill change the available heap size.\n\nIf this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,\nwhere its length is set with ESP32_FIXED_STATIC_RAM_SIZE", - "id": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "name": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "range": null, - "title": "Use fixed static RAM size", + ], + "depends_on": null, + "help": "If this option is disabled, the DRAM part of the heap starts right after the .bss section,\nwithin the dram0_0 region. As a result, adding or removing some static variables\nwill change the available heap size.\n\nIf this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,\nwhere its length is set with ESP32_FIXED_STATIC_RAM_SIZE", + "id": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "name": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "range": null, + "title": "Use fixed static RAM size", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "To prevent interrupting DPORT workarounds,\nneed to disable interrupt with a maximum used level in the system.", - "id": "ESP32_DPORT_DIS_INTERRUPT_LVL", - "name": "ESP32_DPORT_DIS_INTERRUPT_LVL", - "range": null, - "title": "Disable the interrupt level for the DPORT workarounds", + "children": [], + "depends_on": null, + "help": "To prevent interrupting DPORT workarounds,\nneed to disable interrupt with a maximum used level in the system.", + "id": "ESP32_DPORT_DIS_INTERRUPT_LVL", + "name": "ESP32_DPORT_DIS_INTERRUPT_LVL", + "range": null, + "title": "Disable the interrupt level for the DPORT workarounds", "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_UNICORE", + "help": "If enabled, application can use IRAM as byte accessible region for storing data\n(Note: IRAM region cannot be used as task stack)\n\nThis is possible due to handling of exceptions `LoadStoreError (3)` and `LoadStoreAlignmentError (9)`\nEach unaligned read/write access will incur a penalty of maximum of 167 CPU cycles.", + "id": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", + "name": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", + "range": null, + "title": "Enable IRAM as 8 bit accessible memory", + "type": "bool" } - ], - "depends_on": null, - "id": "component-config-esp32-specific", - "title": "ESP32-specific", + ], + "depends_on": null, + "id": "component-config-esp32-specific", + "title": "ESP32-specific", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "PM_ENABLE", - "help": "If enabled, startup code configures dynamic frequency scaling.\nMax CPU frequency is set to CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ setting,\nmin frequency is set to XTAL frequency.\nIf disabled, DFS will not be active until the application\nconfigures it using esp_pm_configure function.", - "id": "PM_DFS_INIT_AUTO", - "name": "PM_DFS_INIT_AUTO", - "range": null, - "title": "Enable dynamic frequency scaling (DFS) at startup", + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, startup code configures dynamic frequency scaling.\nMax CPU frequency is set to CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ setting,\nmin frequency is set to XTAL frequency.\nIf disabled, DFS will not be active until the application\nconfigures it using esp_pm_configure function.", + "id": "PM_DFS_INIT_AUTO", + "name": "PM_DFS_INIT_AUTO", + "range": null, + "title": "Enable dynamic frequency scaling (DFS) at startup", "type": "bool" - }, + }, { - "children": [], - "depends_on": "PM_ENABLE && ESP_TIMER_IMPL_FRC2 && (ESP32_TIME_SYSCALL_USE_RTC || ESP32_TIME_SYSCALL_USE_RTC_FRC1)", - "help": "When APB clock frequency changes, high-resolution timer (esp_timer)\nscale and base value need to be adjusted. Each adjustment may cause\nsmall error, and over time such small errors may cause time drift.\nIf this option is enabled, RTC timer will be used as a reference to\ncompensate for the drift.\nIt is recommended that this option is only used if 32k XTAL is selected\nas RTC clock source.", - "id": "PM_USE_RTC_TIMER_REF", - "name": "PM_USE_RTC_TIMER_REF", - "range": null, - "title": "Use RTC timer to prevent time drift (EXPERIMENTAL)", + "children": [], + "depends_on": "PM_ENABLE && ESP_TIMER_IMPL_FRC2 && (ESP32_TIME_SYSCALL_USE_RTC || ESP32_TIME_SYSCALL_USE_RTC_FRC1)", + "help": "When APB clock frequency changes, high-resolution timer (esp_timer)\nscale and base value need to be adjusted. Each adjustment may cause\nsmall error, and over time such small errors may cause time drift.\nIf this option is enabled, RTC timer will be used as a reference to\ncompensate for the drift.\nIt is recommended that this option is only used if 32k XTAL is selected\nas RTC clock source.", + "id": "PM_USE_RTC_TIMER_REF", + "name": "PM_USE_RTC_TIMER_REF", + "range": null, + "title": "Use RTC timer to prevent time drift (EXPERIMENTAL)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "PM_ENABLE", - "help": "If enabled, esp_pm_* functions will keep track of the amount of time\neach of the power management locks has been held, and esp_pm_dump_locks\nfunction will print this information.\nThis feature can be used to analyze which locks are preventing the chip\nfrom going into a lower power state, and see what time the chip spends\nin each power saving mode. This feature does incur some run-time\noverhead, so should typically be disabled in production builds.", - "id": "PM_PROFILING", - "name": "PM_PROFILING", - "range": null, - "title": "Enable profiling counters for PM locks", + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, esp_pm_* functions will keep track of the amount of time\neach of the power management locks has been held, and esp_pm_dump_locks\nfunction will print this information.\nThis feature can be used to analyze which locks are preventing the chip\nfrom going into a lower power state, and see what time the chip spends\nin each power saving mode. This feature does incur some run-time\noverhead, so should typically be disabled in production builds.", + "id": "PM_PROFILING", + "name": "PM_PROFILING", + "range": null, + "title": "Enable profiling counters for PM locks", "type": "bool" - }, + }, { - "children": [], - "depends_on": "PM_ENABLE", - "help": "If enabled, some GPIOs will be used to signal events such as RTOS ticks,\nfrequency switching, entry/exit from idle state. Refer to pm_trace.c\nfile for the list of GPIOs.\nThis feature is intended to be used when analyzing/debugging behavior\nof power management implementation, and should be kept disabled in\napplications.", - "id": "PM_TRACE", - "name": "PM_TRACE", - "range": null, - "title": "Enable debug tracing of PM using GPIOs", + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, some GPIOs will be used to signal events such as RTOS ticks,\nfrequency switching, entry/exit from idle state. Refer to pm_trace.c\nfile for the list of GPIOs.\nThis feature is intended to be used when analyzing/debugging behavior\nof power management implementation, and should be kept disabled in\napplications.", + "id": "PM_TRACE", + "name": "PM_TRACE", + "range": null, + "title": "Enable debug tracing of PM using GPIOs", "type": "bool" } - ], - "depends_on": null, - "help": "If enabled, application is compiled with support for power management.\nThis option has run-time overhead (increased interrupt latency,\nlonger time to enter idle state), and it also reduces accuracy of\nRTOS ticks and timers used for timekeeping.\nEnable this option if application uses power management APIs.", - "id": "PM_ENABLE", - "name": "PM_ENABLE", - "range": null, - "title": "Support for power management", + ], + "depends_on": null, + "help": "If enabled, application is compiled with support for power management.\nThis option has run-time overhead (increased interrupt latency,\nlonger time to enter idle state), and it also reduces accuracy of\nRTOS ticks and timers used for timekeeping.\nEnable this option if application uses power management APIs.", + "id": "PM_ENABLE", + "name": "PM_ENABLE", + "range": null, + "title": "Support for power management", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-power-management", - "title": "Power Management", + ], + "depends_on": null, + "id": "component-config-power-management", + "title": "Power Management", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Functions esp_err_to_name() and esp_err_to_name_r() return string representations of error codes from a\npre-generated lookup table. This option can be used to turn off the use of the look-up table in order to\nsave memory but this comes at the price of sacrificing distinguishable (meaningful) output string\nrepresentations.", - "id": "ESP_ERR_TO_NAME_LOOKUP", - "name": "ESP_ERR_TO_NAME_LOOKUP", - "range": null, - "title": "Enable lookup of error code strings", + "children": [], + "depends_on": null, + "help": "Functions esp_err_to_name() and esp_err_to_name_r() return string representations of error codes from a\npre-generated lookup table. This option can be used to turn off the use of the look-up table in order to\nsave memory but this comes at the price of sacrificing distinguishable (meaningful) output string\nrepresentations.", + "id": "ESP_ERR_TO_NAME_LOOKUP", + "name": "ESP_ERR_TO_NAME_LOOKUP", + "range": null, + "title": "Enable lookup of error code strings", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Config system event queue size in different application.", - "id": "ESP_SYSTEM_EVENT_QUEUE_SIZE", - "name": "ESP_SYSTEM_EVENT_QUEUE_SIZE", - "range": null, - "title": "System event queue size", + "children": [], + "depends_on": null, + "help": "Config system event queue size in different application.", + "id": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "name": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "range": null, + "title": "System event queue size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Config system event task stack size in different application.", - "id": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", - "name": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", - "range": null, - "title": "Event loop task stack size", + "children": [], + "depends_on": null, + "help": "Config system event task stack size in different application.", + "id": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "name": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "range": null, + "title": "Event loop task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Configure the \"main task\" stack size. This is the stack of the task\nwhich calls app_main(). If app_main() returns then this task is deleted\nand its stack memory is freed.", - "id": "ESP_MAIN_TASK_STACK_SIZE", - "name": "ESP_MAIN_TASK_STACK_SIZE", - "range": null, - "title": "Main task stack size", + "children": [], + "depends_on": null, + "help": "Configure the \"main task\" stack size. This is the stack of the task\nwhich calls app_main(). If app_main() returns then this task is deleted\nand its stack memory is freed.", + "id": "ESP_MAIN_TASK_STACK_SIZE", + "name": "ESP_MAIN_TASK_STACK_SIZE", + "range": null, + "title": "Main task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Configure the IPC tasks stack size. One IPC task runs on each core\n(in dual core mode), and allows for cross-core function calls.\n\nSee IPC documentation for more details.\n\nThe default stack size should be enough for most common use cases.\nIt can be shrunk if you are sure that you do not use any custom\nIPC functionality.", - "id": "ESP_IPC_TASK_STACK_SIZE", - "name": "ESP_IPC_TASK_STACK_SIZE", + "children": [], + "depends_on": null, + "help": "Configure the IPC tasks stack size. One IPC task runs on each core\n(in dual core mode), and allows for cross-core function calls.\n\nSee IPC documentation for more details.\n\nThe default stack size should be enough for most common use cases.\nIt can be shrunk if you are sure that you do not use any custom\nIPC functionality.", + "id": "ESP_IPC_TASK_STACK_SIZE", + "name": "ESP_IPC_TASK_STACK_SIZE", "range": [ - 512, + 512, 65536 - ], - "title": "Inter-Processor Call (IPC) task stack size", + ], + "title": "Inter-Processor Call (IPC) task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": "!FREERTOS_UNICORE", - "help": "If this option is not enabled then the IPC task will keep behavior\nsame as prior to that of ESP-IDF v4.0, and hence IPC task will run\nat (configMAX_PRIORITIES - 1) priority.", - "id": "ESP_IPC_USES_CALLERS_PRIORITY", - "name": "ESP_IPC_USES_CALLERS_PRIORITY", - "range": null, - "title": "IPC runs at caller's priority", + "children": [], + "depends_on": "!FREERTOS_UNICORE", + "help": "If this option is not enabled then the IPC task will keep behavior\nsame as prior to that of ESP-IDF v4.0, and hence IPC task will run\nat (configMAX_PRIORITIES - 1) priority.", + "id": "ESP_IPC_USES_CALLERS_PRIORITY", + "name": "ESP_IPC_USES_CALLERS_PRIORITY", + "range": null, + "title": "IPC runs at caller's priority", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Minimal value of size, in bytes, accepted to execute a expression\nwith shared stack.", - "id": "ESP_MINIMAL_SHARED_STACK_SIZE", - "name": "ESP_MINIMAL_SHARED_STACK_SIZE", - "range": null, - "title": "Minimal allowed size for shared stack", + "children": [], + "depends_on": null, + "help": "Minimal value of size, in bytes, accepted to execute a expression\nwith shared stack.", + "id": "ESP_MINIMAL_SHARED_STACK_SIZE", + "name": "ESP_MINIMAL_SHARED_STACK_SIZE", + "range": null, + "title": "Minimal allowed size for shared stack", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CONSOLE_UART_DEFAULT", - "name": "ESP_CONSOLE_UART_DEFAULT", - "range": null, - "title": "Default: UART0, TX=GPIO1, RX=GPIO3", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_DEFAULT", + "name": "ESP_CONSOLE_UART_DEFAULT", + "range": null, + "title": "Default: UART0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CONSOLE_UART_CUSTOM", - "name": "ESP_CONSOLE_UART_CUSTOM", - "range": null, - "title": "Custom", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM", + "name": "ESP_CONSOLE_UART_CUSTOM", + "range": null, + "title": "Custom", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CONSOLE_UART_NONE", - "name": "ESP_CONSOLE_UART_NONE", - "range": null, - "title": "None", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_NONE", + "name": "ESP_CONSOLE_UART_NONE", + "range": null, + "title": "None", "type": "bool" } - ], - "depends_on": null, - "help": "Select whether to use UART for console output (through stdout and stderr).\n\n- Default is to use UART0 on pins GPIO1(TX) and GPIO3(RX).\n- If \"Custom\" is selected, UART0 or UART1 can be chosen,\n and any pins can be selected.\n- If \"None\" is selected, there will be no console output on any UART, except\n for initial output from ROM bootloader. This output can be further suppressed by\n bootstrapping GPIO13 pin to low logic level.", - "id": "component-config-common-esp-related-uart-for-console-output", - "name": "ESP_CONSOLE_UART", - "title": "UART for console output", + ], + "depends_on": null, + "help": "Select whether to use UART for console output (through stdout and stderr).\n\n- Default is to use UART0 on pre-defined GPIOs.\n- If \"Custom\" is selected, UART0 or UART1 can be chosen,\n and any pins can be selected.\n- If \"None\" is selected, there will be no console output on any UART, except\n for initial output from ROM bootloader. This output can be further suppressed by\n bootstrapping GPIO13 pin to low logic level.", + "id": "component-config-common-esp-related-uart-for-console-output", + "name": "ESP_CONSOLE_UART", + "title": "UART for console output", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CONSOLE_UART_CUSTOM_NUM_0", - "name": "ESP_CONSOLE_UART_CUSTOM_NUM_0", - "range": null, - "title": "UART0", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "range": null, + "title": "UART0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CONSOLE_UART_CUSTOM_NUM_1", - "name": "ESP_CONSOLE_UART_CUSTOM_NUM_1", - "range": null, - "title": "UART1", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "range": null, + "title": "UART1", "type": "bool" } - ], - "depends_on": "ESP_CONSOLE_UART_CUSTOM", - "help": "Due of a ROM bug, UART2 is not supported for console output\nvia ets_printf.", - "id": "component-config-common-esp-related-uart-peripheral-to-use-for-console-output-0-1-", - "name": "ESP_CONSOLE_UART_NUM", - "title": "UART peripheral to use for console output (0-1)", + ], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "Due of a ROM bug, UART2 is not supported for console output\nvia ets_printf.", + "id": "component-config-common-esp-related-uart-peripheral-to-use-for-console-output-0-1-", + "name": "ESP_CONSOLE_UART_NUM", + "title": "UART peripheral to use for console output (0-1)", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_CONSOLE_UART_NUM", - "name": "ESP_CONSOLE_UART_NUM", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART_NUM", + "name": "ESP_CONSOLE_UART_NUM", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP_CONSOLE_UART_CUSTOM", - "help": null, - "id": "ESP_CONSOLE_UART_TX_GPIO", - "name": "ESP_CONSOLE_UART_TX_GPIO", - "range": null, - "title": "UART TX on GPIO#", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_CONSOLE_UART_CUSTOM", - "help": null, - "id": "ESP_CONSOLE_UART_RX_GPIO", - "name": "ESP_CONSOLE_UART_RX_GPIO", - "range": null, - "title": "UART RX on GPIO#", - "type": "int" - }, - { - "children": [], - "depends_on": "!ESP_CONSOLE_UART_NONE", - "help": null, - "id": "ESP_CONSOLE_UART_BAUDRATE", - "name": "ESP_CONSOLE_UART_BAUDRATE", + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART_TX_GPIO", + "name": "ESP_CONSOLE_UART_TX_GPIO", "range": [ - 1200, + 0, + 46 + ], + "title": "UART TX on GPIO#", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART_RX_GPIO", + "name": "ESP_CONSOLE_UART_RX_GPIO", + "range": [ + 0, + 46 + ], + "title": "UART RX on GPIO#", + "type": "int" + }, + { + "children": [], + "depends_on": "!ESP_CONSOLE_UART_NONE", + "help": null, + "id": "ESP_CONSOLE_UART_BAUDRATE", + "name": "ESP_CONSOLE_UART_BAUDRATE", + "range": [ + 1200, 4000000 - ], - "title": "UART console baud rate", + ], + "title": "UART console baud rate", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP_INT_WDT", - "help": "The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.", - "id": "ESP_INT_WDT_TIMEOUT_MS", - "name": "ESP_INT_WDT_TIMEOUT_MS", + "children": [], + "depends_on": "ESP_INT_WDT", + "help": "The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.", + "id": "ESP_INT_WDT_TIMEOUT_MS", + "name": "ESP_INT_WDT_TIMEOUT_MS", "range": [ - 10, + 10, 10000 - ], - "title": "Interrupt watchdog timeout (ms)", + ], + "title": "Interrupt watchdog timeout (ms)", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP_INT_WDT && !FREERTOS_UNICORE", - "help": "Also detect if interrupts on CPU 1 are disabled for too long.", - "id": "ESP_INT_WDT_CHECK_CPU1", - "name": "ESP_INT_WDT_CHECK_CPU1", - "range": null, - "title": "Also watch CPU1 tick interrupt", + "children": [], + "depends_on": "ESP_INT_WDT && !FREERTOS_UNICORE", + "help": "Also detect if interrupts on CPU 1 are disabled for too long.", + "id": "ESP_INT_WDT_CHECK_CPU1", + "name": "ESP_INT_WDT_CHECK_CPU1", + "range": null, + "title": "Also watch CPU1 tick interrupt", "type": "bool" } - ], - "depends_on": null, - "help": "This watchdog timer can detect if the FreeRTOS tick interrupt has not been called for a certain time,\neither because a task turned off interrupts and did not turn them on for a long time, or because an\ninterrupt handler did not return. It will try to invoke the panic handler first and failing that\nreset the SoC.", - "id": "ESP_INT_WDT", - "name": "ESP_INT_WDT", - "range": null, - "title": "Interrupt watchdog", + ], + "depends_on": null, + "help": "This watchdog timer can detect if the FreeRTOS tick interrupt has not been called for a certain time,\neither because a task turned off interrupts and did not turn them on for a long time, or because an\ninterrupt handler did not return. It will try to invoke the panic handler first and failing that\nreset the SoC.", + "id": "ESP_INT_WDT", + "name": "ESP_INT_WDT", + "range": null, + "title": "Interrupt watchdog", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP_TASK_WDT", - "help": "If this option is enabled, the Task Watchdog Timer will be configured to\ntrigger the panic handler when it times out. This can also be configured\nat run time (see Task Watchdog Timer API Reference)", - "id": "ESP_TASK_WDT_PANIC", - "name": "ESP_TASK_WDT_PANIC", - "range": null, - "title": "Invoke panic handler on Task Watchdog timeout", + "children": [], + "depends_on": "ESP_TASK_WDT", + "help": "If this option is enabled, the Task Watchdog Timer will be configured to\ntrigger the panic handler when it times out. This can also be configured\nat run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_PANIC", + "name": "ESP_TASK_WDT_PANIC", + "range": null, + "title": "Invoke panic handler on Task Watchdog timeout", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP_TASK_WDT", - "help": "Timeout period configuration for the Task Watchdog Timer in seconds.\nThis is also configurable at run time (see Task Watchdog Timer API Reference)", - "id": "ESP_TASK_WDT_TIMEOUT_S", - "name": "ESP_TASK_WDT_TIMEOUT_S", + "children": [], + "depends_on": "ESP_TASK_WDT", + "help": "Timeout period configuration for the Task Watchdog Timer in seconds.\nThis is also configurable at run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_TIMEOUT_S", + "name": "ESP_TASK_WDT_TIMEOUT_S", "range": [ - 1, + 1, 60 - ], - "title": "Task Watchdog timeout period (seconds)", + ], + "title": "Task Watchdog timeout period (seconds)", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP_TASK_WDT", - "help": "If this option is enabled, the Task Watchdog Timer will watch the CPU0\nIdle Task. Having the Task Watchdog watch the Idle Task allows for detection\nof CPU starvation as the Idle Task not being called is usually a symptom of\nCPU starvation. Starvation of the Idle Task is detrimental as FreeRTOS household\ntasks depend on the Idle Task getting some runtime every now and then.", - "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", - "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", - "range": null, - "title": "Watch CPU0 Idle Task", + "children": [], + "depends_on": "ESP_TASK_WDT", + "help": "If this option is enabled, the Task Watchdog Timer will watch the CPU0\nIdle Task. Having the Task Watchdog watch the Idle Task allows for detection\nof CPU starvation as the Idle Task not being called is usually a symptom of\nCPU starvation. Starvation of the Idle Task is detrimental as FreeRTOS household\ntasks depend on the Idle Task getting some runtime every now and then.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "range": null, + "title": "Watch CPU0 Idle Task", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP_TASK_WDT && !FREERTOS_UNICORE", - "help": "If this option is enabled, the Task Wtachdog Timer will wach the CPU1\nIdle Task.", - "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", - "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", - "range": null, - "title": "Watch CPU1 Idle Task", + "children": [], + "depends_on": "ESP_TASK_WDT && !FREERTOS_UNICORE", + "help": "If this option is enabled, the Task Wtachdog Timer will wach the CPU1\nIdle Task.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "range": null, + "title": "Watch CPU1 Idle Task", "type": "bool" } - ], - "depends_on": null, - "help": "The Task Watchdog Timer can be used to make sure individual tasks are still\nrunning. Enabling this option will cause the Task Watchdog Timer to be\ninitialized automatically at startup. The Task Watchdog timer can be\ninitialized after startup as well (see Task Watchdog Timer API Reference)", - "id": "ESP_TASK_WDT", - "name": "ESP_TASK_WDT", - "range": null, - "title": "Initialize Task Watchdog Timer on startup", + ], + "depends_on": null, + "help": "The Task Watchdog Timer can be used to make sure individual tasks are still\nrunning. Enabling this option will cause the Task Watchdog Timer to be\ninitialized automatically at startup. The Task Watchdog timer can be\ninitialized after startup as well (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT", + "name": "ESP_TASK_WDT", + "range": null, + "title": "Initialize Task Watchdog Timer on startup", "type": "bool" - }, + }, { - "children": [], - "depends_on": "IDF_TARGET_ESP32", - "help": "If this option is disabled (default), the panic handler code is placed in flash not IRAM.\nThis means that if ESP-IDF crashes while flash cache is disabled, the panic handler will\nautomatically re-enable flash cache before running GDB Stub or Core Dump. This adds some minor\nrisk, if the flash cache status is also corrupted during the crash.\n\nIf this option is enabled, the panic handler code is placed in IRAM. This allows the panic\nhandler to run without needing to re-enable cache first. This may be necessary to debug some\ncomplex issues with crashes while flash cache is disabled (for example, when writing to\nSPI flash.)", - "id": "ESP_PANIC_HANDLER_IRAM", - "name": "ESP_PANIC_HANDLER_IRAM", - "range": null, - "title": "Place panic handler code in IRAM", + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "If this option is disabled (default), the panic handler code is placed in flash not IRAM.\nThis means that if ESP-IDF crashes while flash cache is disabled, the panic handler will\nautomatically re-enable flash cache before running GDB Stub or Core Dump. This adds some minor\nrisk, if the flash cache status is also corrupted during the crash.\n\nIf this option is enabled, the panic handler code is placed in IRAM. This allows the panic\nhandler to run without needing to re-enable cache first. This may be necessary to debug some\ncomplex issues with crashes while flash cache is disabled (for example, when writing to\nSPI flash.)", + "id": "ESP_PANIC_HANDLER_IRAM", + "name": "ESP_PANIC_HANDLER_IRAM", + "range": null, + "title": "Place panic handler code in IRAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!ESP32_TRAX && !ESP32S2_TRAX", - "help": "Debug stubs are used by OpenOCD to execute pre-compiled onboard code\nwhich does some useful debugging stuff, e.g. GCOV data dump.", - "id": "ESP_DEBUG_STUBS_ENABLE", - "name": "ESP_DEBUG_STUBS_ENABLE", - "range": null, - "title": null, + "children": [], + "depends_on": "!ESP32_TRAX && !ESP32S2_TRAX", + "help": "Debug stubs are used by OpenOCD to execute pre-compiled onboard code\nwhich does some useful debugging stuff, e.g. GCOV data dump.", + "id": "ESP_DEBUG_STUBS_ENABLE", + "name": "ESP_DEBUG_STUBS_ENABLE", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", - "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", - "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_MAC_ADDR_UNIVERSE_BT", - "name": "ESP_MAC_ADDR_UNIVERSE_BT", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_BT", + "name": "ESP_MAC_ADDR_UNIVERSE_BT", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_MAC_ADDR_UNIVERSE_ETH", - "name": "ESP_MAC_ADDR_UNIVERSE_ETH", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_ETH", + "name": "ESP_MAC_ADDR_UNIVERSE_ETH", + "range": null, + "title": null, "type": "bool" } - ], - "depends_on": null, - "id": "component-config-common-esp-related", - "title": "Common ESP-related", + ], + "depends_on": null, + "id": "component-config-common-esp-related", + "title": "Common ESP-related", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_NONE", - "name": "LOG_DEFAULT_LEVEL_NONE", - "range": null, - "title": "No output", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_NONE", + "name": "LOG_DEFAULT_LEVEL_NONE", + "range": null, + "title": "No output", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_ERROR", - "name": "LOG_DEFAULT_LEVEL_ERROR", - "range": null, - "title": "Error", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_ERROR", + "name": "LOG_DEFAULT_LEVEL_ERROR", + "range": null, + "title": "Error", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_WARN", - "name": "LOG_DEFAULT_LEVEL_WARN", - "range": null, - "title": "Warning", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_WARN", + "name": "LOG_DEFAULT_LEVEL_WARN", + "range": null, + "title": "Warning", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_INFO", - "name": "LOG_DEFAULT_LEVEL_INFO", - "range": null, - "title": "Info", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_INFO", + "name": "LOG_DEFAULT_LEVEL_INFO", + "range": null, + "title": "Info", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_DEBUG", - "name": "LOG_DEFAULT_LEVEL_DEBUG", - "range": null, - "title": "Debug", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_DEBUG", + "name": "LOG_DEFAULT_LEVEL_DEBUG", + "range": null, + "title": "Debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_VERBOSE", - "name": "LOG_DEFAULT_LEVEL_VERBOSE", - "range": null, - "title": "Verbose", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_VERBOSE", + "name": "LOG_DEFAULT_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", "type": "bool" } - ], - "depends_on": null, - "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set function.\n\nNote that this setting limits which log statements\nare compiled into the program. So setting this to, say,\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible.", - "id": "component-config-log-output-default-log-verbosity", - "name": "LOG_DEFAULT_LEVEL", - "title": "Default log verbosity", + ], + "depends_on": null, + "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set function.\n\nNote that this setting limits which log statements\nare compiled into the program. So setting this to, say,\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible.", + "id": "component-config-log-output-default-log-verbosity", + "name": "LOG_DEFAULT_LEVEL", + "title": "Default log verbosity", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "LOG_DEFAULT_LEVEL", - "name": "LOG_DEFAULT_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "LOG_DEFAULT_LEVEL", + "name": "LOG_DEFAULT_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable ANSI terminal color codes in bootloader output.\n\nIn order to view these, your terminal program must support ANSI color codes.", - "id": "LOG_COLORS", - "name": "LOG_COLORS", - "range": null, - "title": "Use ANSI terminal colors in log output", + "children": [], + "depends_on": null, + "help": "Enable ANSI terminal color codes in bootloader output.\n\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "LOG_COLORS", + "name": "LOG_COLORS", + "range": null, + "title": "Use ANSI terminal colors in log output", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_RTOS", - "name": "LOG_TIMESTAMP_SOURCE_RTOS", - "range": null, - "title": "Milliseconds Since Boot", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_RTOS", + "name": "LOG_TIMESTAMP_SOURCE_RTOS", + "range": null, + "title": "Milliseconds Since Boot", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", - "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", - "range": null, - "title": "System Time", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "range": null, + "title": "System Time", "type": "bool" } - ], - "depends_on": null, - "help": "Choose what sort of timestamp is displayed in the log output:\n\n- Milliseconds since boot is calulated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- System time is taken from POSIX time functions which use the ESP32's\n RTC and FRC1 timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", - "id": "component-config-log-output-log-timestamps", - "name": "LOG_TIMESTAMP_SOURCE", - "title": "Log Timestamps", + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- Milliseconds since boot is calulated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- System time is taken from POSIX time functions which use the ESP32's\n RTC and FRC1 timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", + "id": "component-config-log-output-log-timestamps", + "name": "LOG_TIMESTAMP_SOURCE", + "title": "Log Timestamps", "type": "choice" } - ], - "depends_on": null, - "id": "component-config-log-output", - "title": "Log output", + ], + "depends_on": null, + "id": "component-config-log-output", + "title": "Log output", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "SPI_FLASH_VERIFY_WRITE", - "help": "If this option is enabled, if SPI flash write verification fails then a log error line\nwill be written with the address, expected & actual values. This can be useful when\ndebugging hardware SPI flash problems.", - "id": "SPI_FLASH_LOG_FAILED_WRITE", - "name": "SPI_FLASH_LOG_FAILED_WRITE", - "range": null, - "title": "Log errors if verification fails", + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE", + "help": "If this option is enabled, if SPI flash write verification fails then a log error line\nwill be written with the address, expected & actual values. This can be useful when\ndebugging hardware SPI flash problems.", + "id": "SPI_FLASH_LOG_FAILED_WRITE", + "name": "SPI_FLASH_LOG_FAILED_WRITE", + "range": null, + "title": "Log errors if verification fails", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPI_FLASH_VERIFY_WRITE", - "help": "If this option is enabled, any SPI flash write which tries to set zero bits in the flash to\nones will log a warning. Such writes will not result in the requested data appearing identically\nin flash once written, as SPI NOR flash can only set bits to one when an entire sector is erased.\nAfter erasing, individual bits can only be written from one to zero.\n\nNote that some software (such as SPIFFS) which is aware of SPI NOR flash may write one bits as an\noptimisation, relying on the data in flash becoming a bitwise AND of the new data and any existing data.\nSuch software will log spurious warnings if this option is enabled.", - "id": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", - "name": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", - "range": null, - "title": "Log warning if writing zero bits to ones", + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE", + "help": "If this option is enabled, any SPI flash write which tries to set zero bits in the flash to\nones will log a warning. Such writes will not result in the requested data appearing identically\nin flash once written, as SPI NOR flash can only set bits to one when an entire sector is erased.\nAfter erasing, individual bits can only be written from one to zero.\n\nNote that some software (such as SPIFFS) which is aware of SPI NOR flash may write one bits as an\noptimisation, relying on the data in flash becoming a bitwise AND of the new data and any existing data.\nSuch software will log spurious warnings if this option is enabled.", + "id": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "name": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "range": null, + "title": "Log warning if writing zero bits to ones", "type": "bool" } - ], - "depends_on": null, - "help": "If this option is enabled, any time SPI flash is written then the data will be read\nback and verified. This can catch hardware problems with SPI flash, or flash which\nwas not erased before verification.", - "id": "SPI_FLASH_VERIFY_WRITE", - "name": "SPI_FLASH_VERIFY_WRITE", - "range": null, - "title": "Verify SPI flash writes", + ], + "depends_on": null, + "help": "If this option is enabled, any time SPI flash is written then the data will be read\nback and verified. This can catch hardware problems with SPI flash, or flash which\nwas not erased before verification.", + "id": "SPI_FLASH_VERIFY_WRITE", + "name": "SPI_FLASH_VERIFY_WRITE", + "range": null, + "title": "Verify SPI flash writes", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option enables the following APIs:\n\n- spi_flash_reset_counters\n- spi_flash_dump_counters\n- spi_flash_get_counters\n\nThese APIs may be used to collect performance data for spi_flash APIs\nand to help understand behaviour of libraries which use SPI flash.", - "id": "SPI_FLASH_ENABLE_COUNTERS", - "name": "SPI_FLASH_ENABLE_COUNTERS", - "range": null, - "title": "Enable operation counters", + "children": [], + "depends_on": null, + "help": "This option enables the following APIs:\n\n- spi_flash_reset_counters\n- spi_flash_dump_counters\n- spi_flash_get_counters\n\nThese APIs may be used to collect performance data for spi_flash APIs\nand to help understand behaviour of libraries which use SPI flash.", + "id": "SPI_FLASH_ENABLE_COUNTERS", + "name": "SPI_FLASH_ENABLE_COUNTERS", + "range": null, + "title": "Enable operation counters", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable this flag to use patched versions of SPI flash ROM driver functions.\nThis option is needed to write to flash on ESP32-D2WD, and any configuration\nwhere external SPI flash is connected to non-default pins.", - "id": "SPI_FLASH_ROM_DRIVER_PATCH", - "name": "SPI_FLASH_ROM_DRIVER_PATCH", - "range": null, - "title": "Enable SPI flash ROM driver patched functions", + "children": [], + "depends_on": null, + "help": "Enable this flag to use patched versions of SPI flash ROM driver functions.\nThis option is needed to write to flash on ESP32-D2WD, and any configuration\nwhere external SPI flash is connected to non-default pins.", + "id": "SPI_FLASH_ROM_DRIVER_PATCH", + "name": "SPI_FLASH_ROM_DRIVER_PATCH", + "range": null, + "title": "Enable SPI flash ROM driver patched functions", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", - "name": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", - "range": null, - "title": "Aborts", + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "name": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "range": null, + "title": "Aborts", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPI_FLASH_DANGEROUS_WRITE_FAILS", - "name": "SPI_FLASH_DANGEROUS_WRITE_FAILS", - "range": null, - "title": "Fails", + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "name": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "range": null, + "title": "Fails", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", - "name": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", - "range": null, - "title": "Allowed", + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "name": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "range": null, + "title": "Allowed", "type": "bool" } - ], - "depends_on": null, - "help": "SPI flash APIs can optionally abort or return a failure code\nif erasing or writing addresses that fall at the beginning\nof flash (covering the bootloader and partition table) or that\noverlap the app partition that contains the running app.\n\nIt is not recommended to ever write to these regions from an IDF app,\nand this check prevents logic errors or corrupted firmware memory from\ndamaging these regions.\n\nNote that this feature *does not* check calls to the esp_rom_xxx SPI flash\nROM functions. These functions should not be called directly from IDF\napplications.", - "id": "component-config-spi-flash-driver-writing-to-dangerous-flash-regions", - "name": "SPI_FLASH_DANGEROUS_WRITE", - "title": "Writing to dangerous flash regions", + ], + "depends_on": null, + "help": "SPI flash APIs can optionally abort or return a failure code\nif erasing or writing addresses that fall at the beginning\nof flash (covering the bootloader and partition table) or that\noverlap the app partition that contains the running app.\n\nIt is not recommended to ever write to these regions from an IDF app,\nand this check prevents logic errors or corrupted firmware memory from\ndamaging these regions.\n\nNote that this feature *does not* check calls to the esp_rom_xxx SPI flash\nROM functions. These functions should not be called directly from IDF\napplications.", + "id": "component-config-spi-flash-driver-writing-to-dangerous-flash-regions", + "name": "SPI_FLASH_DANGEROUS_WRITE", + "title": "Writing to dangerous flash regions", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "The implementation of SPI flash has been greatly changed in IDF v4.0.\nEnable this option to use the legacy implementation.", - "id": "SPI_FLASH_USE_LEGACY_IMPL", - "name": "SPI_FLASH_USE_LEGACY_IMPL", - "range": null, - "title": "Use the legacy implementation before IDF v4.0", + "children": [], + "depends_on": null, + "help": "The implementation of SPI flash has been greatly changed in IDF v4.0.\nEnable this option to use the legacy implementation.", + "id": "SPI_FLASH_USE_LEGACY_IMPL", + "name": "SPI_FLASH_USE_LEGACY_IMPL", + "range": null, + "title": "Use the legacy implementation before IDF v4.0", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Enable this to support auto detection of ISSI chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", - "id": "SPI_FLASH_SUPPORT_ISSI_CHIP", - "name": "SPI_FLASH_SUPPORT_ISSI_CHIP", - "range": null, - "title": "ISSI", + "children": [], + "depends_on": null, + "help": "Enable this to support auto detection of ISSI chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "name": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "range": null, + "title": "ISSI", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not\ndirectly given by ``chip_drv`` member of the chip struct. If you are using Wrover\nmodules, please don't disable this, otherwise your flash may not work in 4-bit\nmode.\n\nThis adds support for variant chips, however will extend detecting time and image\nsize. Note that the default chip driver supports the GD chips with product ID\n60H.", - "id": "SPI_FLASH_SUPPORT_GD_CHIP", - "name": "SPI_FLASH_SUPPORT_GD_CHIP", - "range": null, - "title": "GigaDevice", + "children": [], + "depends_on": null, + "help": "Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not\ndirectly given by ``chip_drv`` member of the chip struct. If you are using Wrover\nmodules, please don't disable this, otherwise your flash may not work in 4-bit\nmode.\n\nThis adds support for variant chips, however will extend detecting time and image\nsize. Note that the default chip driver supports the GD chips with product ID\n60H.", + "id": "SPI_FLASH_SUPPORT_GD_CHIP", + "name": "SPI_FLASH_SUPPORT_GD_CHIP", + "range": null, + "title": "GigaDevice", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-spi-flash-driver-auto-detect-flash-chips", - "title": "Auto-detect flash chips", + ], + "depends_on": null, + "id": "component-config-spi-flash-driver-auto-detect-flash-chips", + "title": "Auto-detect flash chips", "type": "menu" } - ], - "depends_on": null, - "id": "component-config-spi-flash-driver", - "title": "SPI Flash driver", + ], + "depends_on": null, + "id": "component-config-spi-flash-driver", + "title": "SPI Flash driver", "type": "menu" } - ], - "depends_on": null, - "id": "component-config", - "title": "Component config", + ], + "depends_on": null, + "id": "component-config", + "title": "Component config", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Soc, esp32, and driver components, the most common\ncomponents. Some header of these components are included\nimplicitly by headers of other components before IDF v4.0.\nIt's not required for high-level components, but still\nincluded through long header chain everywhere.\n\nThis is harmful to the modularity. So it's changed in IDF\nv4.0.\n\nYou can still include these headers in a legacy way until it\nis totally deprecated by enable this option.", - "id": "LEGACY_INCLUDE_COMMON_HEADERS", - "name": "LEGACY_INCLUDE_COMMON_HEADERS", - "range": null, - "title": "Include headers across components as before IDF v4.0", + "children": [], + "depends_on": null, + "help": "Soc, esp32, and driver components, the most common\ncomponents. Some header of these components are included\nimplicitly by headers of other components before IDF v4.0.\nIt's not required for high-level components, but still\nincluded through long header chain everywhere.\n\nThis is harmful to the modularity. So it's changed in IDF\nv4.0.\n\nYou can still include these headers in a legacy way until it\nis totally deprecated by enable this option.", + "id": "LEGACY_INCLUDE_COMMON_HEADERS", + "name": "LEGACY_INCLUDE_COMMON_HEADERS", + "range": null, + "title": "Include headers across components as before IDF v4.0", "type": "bool" } - ], - "depends_on": null, - "id": "compatibility-options", - "title": "Compatibility options", + ], + "depends_on": null, + "id": "compatibility-options", + "title": "Compatibility options", "type": "menu" } ] \ No newline at end of file diff --git a/build/bootloader/config/sdkconfig.cmake b/build/bootloader/config/sdkconfig.cmake index 14fe347..d536fce 100644 --- a/build/bootloader/config/sdkconfig.cmake +++ b/build/bootloader/config/sdkconfig.cmake @@ -13,6 +13,10 @@ set(CONFIG_APP_BUILD_TYPE_ELF_RAM "") set(CONFIG_APP_BUILD_GENERATE_BINARIES "y") set(CONFIG_APP_BUILD_BOOTLOADER "y") set(CONFIG_APP_BUILD_USE_FLASH_SECTIONS "y") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE "y") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE "") set(CONFIG_BOOTLOADER_LOG_LEVEL_NONE "") set(CONFIG_BOOTLOADER_LOG_LEVEL_ERROR "") set(CONFIG_BOOTLOADER_LOG_LEVEL_WARN "y") @@ -32,7 +36,7 @@ set(CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP "") set(CONFIG_BOOTLOADER_RESERVE_RTC_SIZE "0") set(CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC "") set(CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT "") -set(CONFIG_SECURE_BOOT_ENABLED "") +set(CONFIG_SECURE_BOOT "") set(CONFIG_SECURE_FLASH_ENC_ENABLED "") set(CONFIG_ESPTOOLPY_BAUD_OTHER_VAL "115200") set(CONFIG_ESPTOOLPY_FLASHMODE_QIO "") @@ -113,10 +117,6 @@ set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR "y") set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES "4") set(CONFIG_ESP32_ULP_COPROC_ENABLED "") set(CONFIG_ESP32_ULP_COPROC_RESERVE_MEM "0") -set(CONFIG_ESP32_PANIC_PRINT_HALT "") -set(CONFIG_ESP32_PANIC_PRINT_REBOOT "y") -set(CONFIG_ESP32_PANIC_SILENT_REBOOT "") -set(CONFIG_ESP32_PANIC_GDBSTUB "") set(CONFIG_ESP32_DEBUG_OCDAWARE "y") set(CONFIG_ESP32_BROWNOUT_DET "y") set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 "y") @@ -160,6 +160,8 @@ set(CONFIG_ESP_CONSOLE_UART_DEFAULT "y") set(CONFIG_ESP_CONSOLE_UART_CUSTOM "") set(CONFIG_ESP_CONSOLE_UART_NONE "") set(CONFIG_ESP_CONSOLE_UART_NUM "0") +set(CONFIG_ESP_CONSOLE_UART_TX_GPIO "1") +set(CONFIG_ESP_CONSOLE_UART_RX_GPIO "3") set(CONFIG_ESP_CONSOLE_UART_BAUDRATE "115200") set(CONFIG_ESP_INT_WDT "y") set(CONFIG_ESP_INT_WDT_TIMEOUT_MS "300") @@ -194,7 +196,7 @@ set(CONFIG_SPI_FLASH_USE_LEGACY_IMPL "") set(CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP "y") set(CONFIG_SPI_FLASH_SUPPORT_GD_CHIP "y") set(CONFIG_LEGACY_INCLUDE_COMMON_HEADERS "") -set(CONFIGS_LIST CONFIG_IDF_CMAKE;CONFIG_IDF_TARGET;CONFIG_IDF_TARGET_ESP32;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_SDK_TOOLPREFIX;CONFIG_TOOLPREFIX;CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT_ENABLED;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_ESPTOOLPY_BAUD_OTHER_VAL;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_26M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_FLASHSIZE_DETECT;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD_9600B;CONFIG_MONITOR_BAUD_9600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_57600B;CONFIG_MONITOR_BAUD_57600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B;CONFIG_MONITOR_BAUD_115200B;CONFIG_ESPTOOLPY_MONITOR_BAUD_230400B;CONFIG_MONITOR_BAUD_230400B;CONFIG_ESPTOOLPY_MONITOR_BAUD_921600B;CONFIG_MONITOR_BAUD_921600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_2MB;CONFIG_MONITOR_BAUD_2MB;CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER;CONFIG_MONITOR_BAUD_OTHER;CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL;CONFIG_MONITOR_BAUD_OTHER_VAL;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_DISABLE_GCC8_WARNINGS;CONFIG_DISABLE_GCC8_WARNINGS;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE;CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4;CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP32_REV_MIN_0;CONFIG_ESP32_REV_MIN_1;CONFIG_ESP32_REV_MIN_2;CONFIG_ESP32_REV_MIN_3;CONFIG_ESP32_REV_MIN;CONFIG_ESP32_DPORT_WORKAROUND;CONFIG_ESP32_DEFAULT_CPU_FREQ_80;CONFIG_ESP32_DEFAULT_CPU_FREQ_160;CONFIG_ESP32_DEFAULT_CPU_FREQ_240;CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_SPIRAM_SUPPORT;CONFIG_SPIRAM_SUPPORT;CONFIG_ESP32_TRAX;CONFIG_ESP32_TRACEMEM_RESERVE_DRAM;CONFIG_TRACEMEM_RESERVE_DRAM;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_TWO_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES;CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_ULP_COPROC_ENABLED;CONFIG_ULP_COPROC_ENABLED;CONFIG_ESP32_ULP_COPROC_RESERVE_MEM;CONFIG_ULP_COPROC_RESERVE_MEM;CONFIG_ESP32_PANIC_PRINT_HALT;CONFIG_ESP32_PANIC_PRINT_REBOOT;CONFIG_ESP32_PANIC_SILENT_REBOOT;CONFIG_ESP32_PANIC_GDBSTUB;CONFIG_ESP32_DEBUG_OCDAWARE;CONFIG_ESP32_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0;CONFIG_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1;CONFIG_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32_REDUCE_PHY_TX_POWER;CONFIG_REDUCE_PHY_TX_POWER;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1;CONFIG_ESP32_TIME_SYSCALL_USE_RTC;CONFIG_ESP32_TIME_SYSCALL_USE_FRC1;CONFIG_ESP32_TIME_SYSCALL_USE_NONE;CONFIG_ESP32_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC;CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL;CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC;CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256;CONFIG_ESP32_RTC_CLK_CAL_CYCLES;CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP32_XTAL_FREQ_40;CONFIG_ESP32_XTAL_FREQ_26;CONFIG_ESP32_XTAL_FREQ_AUTO;CONFIG_ESP32_XTAL_FREQ;CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE;CONFIG_DISABLE_BASIC_ROM_CONSOLE;CONFIG_ESP32_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE;CONFIG_ESP32_DPORT_DIS_INTERRUPT_LVL;CONFIG_PM_ENABLE;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_ESP_IPC_USES_CALLERS_PRIORITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_INT_WDT_CHECK_CPU1;CONFIG_INT_WDT_CHECK_CPU1;CONFIG_ESP_TASK_WDT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_USE_LEGACY_IMPL;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_LEGACY_INCLUDE_COMMON_HEADERS) +set(CONFIGS_LIST CONFIG_IDF_CMAKE;CONFIG_IDF_TARGET;CONFIG_IDF_TARGET_ESP32;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_SDK_TOOLPREFIX;CONFIG_TOOLPREFIX;CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_ESPTOOLPY_BAUD_OTHER_VAL;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_26M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_FLASHSIZE_DETECT;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD_9600B;CONFIG_MONITOR_BAUD_9600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_57600B;CONFIG_MONITOR_BAUD_57600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B;CONFIG_MONITOR_BAUD_115200B;CONFIG_ESPTOOLPY_MONITOR_BAUD_230400B;CONFIG_MONITOR_BAUD_230400B;CONFIG_ESPTOOLPY_MONITOR_BAUD_921600B;CONFIG_MONITOR_BAUD_921600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_2MB;CONFIG_MONITOR_BAUD_2MB;CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER;CONFIG_MONITOR_BAUD_OTHER;CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL;CONFIG_MONITOR_BAUD_OTHER_VAL;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_DISABLE_GCC8_WARNINGS;CONFIG_DISABLE_GCC8_WARNINGS;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE;CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4;CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP32_REV_MIN_0;CONFIG_ESP32_REV_MIN_1;CONFIG_ESP32_REV_MIN_2;CONFIG_ESP32_REV_MIN_3;CONFIG_ESP32_REV_MIN;CONFIG_ESP32_DPORT_WORKAROUND;CONFIG_ESP32_DEFAULT_CPU_FREQ_80;CONFIG_ESP32_DEFAULT_CPU_FREQ_160;CONFIG_ESP32_DEFAULT_CPU_FREQ_240;CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_SPIRAM_SUPPORT;CONFIG_SPIRAM_SUPPORT;CONFIG_ESP32_TRAX;CONFIG_ESP32_TRACEMEM_RESERVE_DRAM;CONFIG_TRACEMEM_RESERVE_DRAM;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_TWO_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES;CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_ULP_COPROC_ENABLED;CONFIG_ULP_COPROC_ENABLED;CONFIG_ESP32_ULP_COPROC_RESERVE_MEM;CONFIG_ULP_COPROC_RESERVE_MEM;CONFIG_ESP32_DEBUG_OCDAWARE;CONFIG_ESP32_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0;CONFIG_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1;CONFIG_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32_REDUCE_PHY_TX_POWER;CONFIG_REDUCE_PHY_TX_POWER;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1;CONFIG_ESP32_TIME_SYSCALL_USE_RTC;CONFIG_ESP32_TIME_SYSCALL_USE_FRC1;CONFIG_ESP32_TIME_SYSCALL_USE_NONE;CONFIG_ESP32_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC;CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL;CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC;CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256;CONFIG_ESP32_RTC_CLK_CAL_CYCLES;CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP32_XTAL_FREQ_40;CONFIG_ESP32_XTAL_FREQ_26;CONFIG_ESP32_XTAL_FREQ_AUTO;CONFIG_ESP32_XTAL_FREQ;CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE;CONFIG_DISABLE_BASIC_ROM_CONSOLE;CONFIG_ESP32_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE;CONFIG_ESP32_DPORT_DIS_INTERRUPT_LVL;CONFIG_PM_ENABLE;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_ESP_IPC_USES_CALLERS_PRIORITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_UART_TX_GPIO;CONFIG_CONSOLE_UART_TX_GPIO;CONFIG_ESP_CONSOLE_UART_RX_GPIO;CONFIG_CONSOLE_UART_RX_GPIO;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_INT_WDT_CHECK_CPU1;CONFIG_INT_WDT_CHECK_CPU1;CONFIG_ESP_TASK_WDT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_USE_LEGACY_IMPL;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_LEGACY_INCLUDE_COMMON_HEADERS) # List of deprecated options for backward compatibility set(CONFIG_TOOLPREFIX "xtensa-esp32-elf-") set(CONFIG_LOG_BOOTLOADER_LEVEL_NONE "") @@ -264,6 +266,8 @@ set(CONFIG_CONSOLE_UART_DEFAULT "y") set(CONFIG_CONSOLE_UART_CUSTOM "") set(CONFIG_CONSOLE_UART_NONE "") set(CONFIG_CONSOLE_UART_NUM "0") +set(CONFIG_CONSOLE_UART_TX_GPIO "1") +set(CONFIG_CONSOLE_UART_RX_GPIO "3") set(CONFIG_CONSOLE_UART_BAUDRATE "115200") set(CONFIG_INT_WDT "y") set(CONFIG_INT_WDT_TIMEOUT_MS "300") diff --git a/build/bootloader/config/sdkconfig.h b/build/bootloader/config/sdkconfig.h index 1da1853..e2da96a 100644 --- a/build/bootloader/config/sdkconfig.h +++ b/build/bootloader/config/sdkconfig.h @@ -12,6 +12,7 @@ #define CONFIG_APP_BUILD_GENERATE_BINARIES 1 #define CONFIG_APP_BUILD_BOOTLOADER 1 #define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1 +#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1 #define CONFIG_BOOTLOADER_LOG_LEVEL_WARN 1 #define CONFIG_BOOTLOADER_LOG_LEVEL 2 #define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1 @@ -52,7 +53,6 @@ #define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR 1 #define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES 4 #define CONFIG_ESP32_ULP_COPROC_RESERVE_MEM 0 -#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1 #define CONFIG_ESP32_DEBUG_OCDAWARE 1 #define CONFIG_ESP32_BROWNOUT_DET 1 #define CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 1 @@ -74,6 +74,8 @@ #define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048 #define CONFIG_ESP_CONSOLE_UART_DEFAULT 1 #define CONFIG_ESP_CONSOLE_UART_NUM 0 +#define CONFIG_ESP_CONSOLE_UART_TX_GPIO 1 +#define CONFIG_ESP_CONSOLE_UART_RX_GPIO 3 #define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200 #define CONFIG_ESP_INT_WDT 1 #define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300 @@ -101,6 +103,8 @@ #define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT #define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE #define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT +#define CONFIG_CONSOLE_UART_RX_GPIO CONFIG_ESP_CONSOLE_UART_RX_GPIO +#define CONFIG_CONSOLE_UART_TX_GPIO CONFIG_ESP_CONSOLE_UART_TX_GPIO #define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC CONFIG_ESP32_RTC_CLK_SRC_INT_RC #define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO #define CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR diff --git a/build/bootloader/config/sdkconfig.json b/build/bootloader/config/sdkconfig.json index 220785f..daa6b91 100644 --- a/build/bootloader/config/sdkconfig.json +++ b/build/bootloader/config/sdkconfig.json @@ -1,194 +1,196 @@ { - "APP_BUILD_BOOTLOADER": true, - "APP_BUILD_GENERATE_BINARIES": true, - "APP_BUILD_TYPE_APP_2NDBOOT": true, - "APP_BUILD_TYPE_ELF_RAM": false, - "APP_BUILD_USE_FLASH_SECTIONS": true, - "BOOTLOADER_APP_ROLLBACK_ENABLE": false, - "BOOTLOADER_APP_TEST": false, - "BOOTLOADER_CUSTOM_RESERVE_RTC": false, - "BOOTLOADER_FACTORY_RESET": false, - "BOOTLOADER_LOG_LEVEL": 2, - "BOOTLOADER_LOG_LEVEL_DEBUG": false, - "BOOTLOADER_LOG_LEVEL_ERROR": false, - "BOOTLOADER_LOG_LEVEL_INFO": false, - "BOOTLOADER_LOG_LEVEL_NONE": false, - "BOOTLOADER_LOG_LEVEL_VERBOSE": false, - "BOOTLOADER_LOG_LEVEL_WARN": true, - "BOOTLOADER_RESERVE_RTC_SIZE": 0, - "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false, - "BOOTLOADER_VDDSDIO_BOOST_1_8V": false, - "BOOTLOADER_VDDSDIO_BOOST_1_9V": true, - "BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false, - "BOOTLOADER_WDT_ENABLE": true, - "BOOTLOADER_WDT_TIME_MS": 9000, - "COMPILER_CXX_EXCEPTIONS": false, - "COMPILER_CXX_RTTI": false, - "COMPILER_DISABLE_GCC8_WARNINGS": false, - "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false, - "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true, - "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false, - "COMPILER_OPTIMIZATION_DEFAULT": true, - "COMPILER_OPTIMIZATION_NONE": false, - "COMPILER_OPTIMIZATION_PERF": false, - "COMPILER_OPTIMIZATION_SIZE": false, - "COMPILER_STACK_CHECK_MODE_ALL": false, - "COMPILER_STACK_CHECK_MODE_NONE": true, - "COMPILER_STACK_CHECK_MODE_NORM": false, - "COMPILER_STACK_CHECK_MODE_STRONG": false, - "COMPILER_WARN_WRITE_STRINGS": false, - "EFUSE_CODE_SCHEME_COMPAT_3_4": true, - "EFUSE_CODE_SCHEME_COMPAT_NONE": false, - "EFUSE_CODE_SCHEME_COMPAT_REPEAT": false, - "EFUSE_CUSTOM_TABLE": false, - "EFUSE_MAX_BLK_LEN": 192, - "EFUSE_VIRTUAL": false, - "ESP32_BROWNOUT_DET": true, - "ESP32_BROWNOUT_DET_LVL": 0, - "ESP32_BROWNOUT_DET_LVL_SEL_0": true, - "ESP32_BROWNOUT_DET_LVL_SEL_1": false, - "ESP32_BROWNOUT_DET_LVL_SEL_2": false, - "ESP32_BROWNOUT_DET_LVL_SEL_3": false, - "ESP32_BROWNOUT_DET_LVL_SEL_4": false, - "ESP32_BROWNOUT_DET_LVL_SEL_5": false, - "ESP32_BROWNOUT_DET_LVL_SEL_6": false, - "ESP32_BROWNOUT_DET_LVL_SEL_7": false, - "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS": false, - "ESP32_DEBUG_OCDAWARE": true, - "ESP32_DEEP_SLEEP_WAKEUP_DELAY": 2000, - "ESP32_DEFAULT_CPU_FREQ_160": true, - "ESP32_DEFAULT_CPU_FREQ_240": false, - "ESP32_DEFAULT_CPU_FREQ_80": false, - "ESP32_DEFAULT_CPU_FREQ_MHZ": 160, - "ESP32_DISABLE_BASIC_ROM_CONSOLE": false, - "ESP32_DPORT_DIS_INTERRUPT_LVL": 5, - "ESP32_DPORT_WORKAROUND": true, - "ESP32_NO_BLOBS": false, - "ESP32_PANIC_GDBSTUB": false, - "ESP32_PANIC_PRINT_HALT": false, - "ESP32_PANIC_PRINT_REBOOT": true, - "ESP32_PANIC_SILENT_REBOOT": false, - "ESP32_REDUCE_PHY_TX_POWER": true, - "ESP32_REV_MIN": 0, - "ESP32_REV_MIN_0": true, - "ESP32_REV_MIN_1": false, - "ESP32_REV_MIN_2": false, - "ESP32_REV_MIN_3": false, - "ESP32_RTC_CLK_CAL_CYCLES": 1024, - "ESP32_RTC_CLK_SRC_EXT_CRYS": false, - "ESP32_RTC_CLK_SRC_EXT_OSC": false, - "ESP32_RTC_CLK_SRC_INT_8MD256": false, - "ESP32_RTC_CLK_SRC_INT_RC": true, - "ESP32_SPIRAM_SUPPORT": false, - "ESP32_TIME_SYSCALL_USE_FRC1": false, - "ESP32_TIME_SYSCALL_USE_NONE": false, - "ESP32_TIME_SYSCALL_USE_RTC": false, - "ESP32_TIME_SYSCALL_USE_RTC_FRC1": true, - "ESP32_TRACEMEM_RESERVE_DRAM": 0, - "ESP32_TRAX": false, - "ESP32_ULP_COPROC_ENABLED": false, - "ESP32_ULP_COPROC_RESERVE_MEM": 0, - "ESP32_UNIVERSAL_MAC_ADDRESSES": 4, - "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR": true, - "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO": false, - "ESP32_USE_FIXED_STATIC_RAM_SIZE": false, - "ESP32_XTAL_FREQ": 40, - "ESP32_XTAL_FREQ_26": false, - "ESP32_XTAL_FREQ_40": true, - "ESP32_XTAL_FREQ_AUTO": false, - "ESPTOOLPY_AFTER": "hard_reset", - "ESPTOOLPY_AFTER_NORESET": false, - "ESPTOOLPY_AFTER_RESET": true, - "ESPTOOLPY_BAUD_OTHER_VAL": 115200, - "ESPTOOLPY_BEFORE": "default_reset", - "ESPTOOLPY_BEFORE_NORESET": false, - "ESPTOOLPY_BEFORE_RESET": true, - "ESPTOOLPY_FLASHFREQ": "40m", - "ESPTOOLPY_FLASHFREQ_20M": false, - "ESPTOOLPY_FLASHFREQ_26M": false, - "ESPTOOLPY_FLASHFREQ_40M": true, - "ESPTOOLPY_FLASHFREQ_80M": false, - "ESPTOOLPY_FLASHMODE": "dio", - "ESPTOOLPY_FLASHMODE_DIO": true, - "ESPTOOLPY_FLASHMODE_DOUT": false, - "ESPTOOLPY_FLASHMODE_QIO": false, - "ESPTOOLPY_FLASHMODE_QOUT": false, - "ESPTOOLPY_FLASHSIZE": "4MB", - "ESPTOOLPY_FLASHSIZE_16MB": false, - "ESPTOOLPY_FLASHSIZE_1MB": false, - "ESPTOOLPY_FLASHSIZE_2MB": false, - "ESPTOOLPY_FLASHSIZE_4MB": true, - "ESPTOOLPY_FLASHSIZE_8MB": false, - "ESPTOOLPY_FLASHSIZE_DETECT": true, - "ESPTOOLPY_MONITOR_BAUD": 115200, - "ESPTOOLPY_MONITOR_BAUD_115200B": true, - "ESPTOOLPY_MONITOR_BAUD_230400B": false, - "ESPTOOLPY_MONITOR_BAUD_2MB": false, - "ESPTOOLPY_MONITOR_BAUD_57600B": false, - "ESPTOOLPY_MONITOR_BAUD_921600B": false, - "ESPTOOLPY_MONITOR_BAUD_9600B": false, - "ESPTOOLPY_MONITOR_BAUD_OTHER": false, - "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL": 115200, - "ESP_CONSOLE_UART_BAUDRATE": 115200, - "ESP_CONSOLE_UART_CUSTOM": false, - "ESP_CONSOLE_UART_DEFAULT": true, - "ESP_CONSOLE_UART_NONE": false, - "ESP_CONSOLE_UART_NUM": 0, - "ESP_ERR_TO_NAME_LOOKUP": true, - "ESP_INT_WDT": true, - "ESP_INT_WDT_CHECK_CPU1": true, - "ESP_INT_WDT_TIMEOUT_MS": 300, - "ESP_IPC_TASK_STACK_SIZE": 1024, - "ESP_IPC_USES_CALLERS_PRIORITY": true, - "ESP_MAC_ADDR_UNIVERSE_BT": true, - "ESP_MAC_ADDR_UNIVERSE_ETH": true, - "ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true, - "ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true, - "ESP_MAIN_TASK_STACK_SIZE": 7168, - "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, - "ESP_PANIC_HANDLER_IRAM": false, - "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, - "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, - "ESP_TASK_WDT": true, - "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true, - "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1": true, - "ESP_TASK_WDT_PANIC": false, - "ESP_TASK_WDT_TIMEOUT_S": 5, - "IDF_CMAKE": true, - "IDF_FIRMWARE_CHIP_ID": 0, - "IDF_TARGET": "esp32", - "IDF_TARGET_ESP32": true, - "LEGACY_INCLUDE_COMMON_HEADERS": false, - "LOG_COLORS": true, - "LOG_DEFAULT_LEVEL": 3, - "LOG_DEFAULT_LEVEL_DEBUG": false, - "LOG_DEFAULT_LEVEL_ERROR": false, - "LOG_DEFAULT_LEVEL_INFO": true, - "LOG_DEFAULT_LEVEL_NONE": false, - "LOG_DEFAULT_LEVEL_VERBOSE": false, - "LOG_DEFAULT_LEVEL_WARN": false, - "LOG_TIMESTAMP_SOURCE_RTOS": true, - "LOG_TIMESTAMP_SOURCE_SYSTEM": false, - "PARTITION_TABLE_CUSTOM": true, - "PARTITION_TABLE_CUSTOM_FILENAME": "partitions_example.csv", - "PARTITION_TABLE_FILENAME": "partitions_example.csv", - "PARTITION_TABLE_MD5": true, - "PARTITION_TABLE_OFFSET": 32768, - "PARTITION_TABLE_SINGLE_APP": false, - "PARTITION_TABLE_TWO_OTA": false, - "PM_ENABLE": false, - "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS": false, - "SDK_TOOLPREFIX": "xtensa-esp32-elf-", - "SECURE_BOOT_ENABLED": false, - "SECURE_FLASH_ENC_ENABLED": false, - "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, - "SPI_FLASH_DANGEROUS_WRITE_ABORTS": true, - "SPI_FLASH_DANGEROUS_WRITE_ALLOWED": false, - "SPI_FLASH_DANGEROUS_WRITE_FAILS": false, - "SPI_FLASH_ENABLE_COUNTERS": false, - "SPI_FLASH_ROM_DRIVER_PATCH": true, - "SPI_FLASH_SUPPORT_GD_CHIP": true, - "SPI_FLASH_SUPPORT_ISSI_CHIP": true, - "SPI_FLASH_USE_LEGACY_IMPL": false, + "APP_BUILD_BOOTLOADER": true, + "APP_BUILD_GENERATE_BINARIES": true, + "APP_BUILD_TYPE_APP_2NDBOOT": true, + "APP_BUILD_TYPE_ELF_RAM": false, + "APP_BUILD_USE_FLASH_SECTIONS": true, + "BOOTLOADER_APP_ROLLBACK_ENABLE": false, + "BOOTLOADER_APP_TEST": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_NONE": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_PERF": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE": true, + "BOOTLOADER_CUSTOM_RESERVE_RTC": false, + "BOOTLOADER_FACTORY_RESET": false, + "BOOTLOADER_LOG_LEVEL": 2, + "BOOTLOADER_LOG_LEVEL_DEBUG": false, + "BOOTLOADER_LOG_LEVEL_ERROR": false, + "BOOTLOADER_LOG_LEVEL_INFO": false, + "BOOTLOADER_LOG_LEVEL_NONE": false, + "BOOTLOADER_LOG_LEVEL_VERBOSE": false, + "BOOTLOADER_LOG_LEVEL_WARN": true, + "BOOTLOADER_RESERVE_RTC_SIZE": 0, + "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false, + "BOOTLOADER_VDDSDIO_BOOST_1_8V": false, + "BOOTLOADER_VDDSDIO_BOOST_1_9V": true, + "BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false, + "BOOTLOADER_WDT_ENABLE": true, + "BOOTLOADER_WDT_TIME_MS": 9000, + "COMPILER_CXX_EXCEPTIONS": false, + "COMPILER_CXX_RTTI": false, + "COMPILER_DISABLE_GCC8_WARNINGS": false, + "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false, + "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true, + "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false, + "COMPILER_OPTIMIZATION_DEFAULT": true, + "COMPILER_OPTIMIZATION_NONE": false, + "COMPILER_OPTIMIZATION_PERF": false, + "COMPILER_OPTIMIZATION_SIZE": false, + "COMPILER_STACK_CHECK_MODE_ALL": false, + "COMPILER_STACK_CHECK_MODE_NONE": true, + "COMPILER_STACK_CHECK_MODE_NORM": false, + "COMPILER_STACK_CHECK_MODE_STRONG": false, + "COMPILER_WARN_WRITE_STRINGS": false, + "EFUSE_CODE_SCHEME_COMPAT_3_4": true, + "EFUSE_CODE_SCHEME_COMPAT_NONE": false, + "EFUSE_CODE_SCHEME_COMPAT_REPEAT": false, + "EFUSE_CUSTOM_TABLE": false, + "EFUSE_MAX_BLK_LEN": 192, + "EFUSE_VIRTUAL": false, + "ESP32_BROWNOUT_DET": true, + "ESP32_BROWNOUT_DET_LVL": 0, + "ESP32_BROWNOUT_DET_LVL_SEL_0": true, + "ESP32_BROWNOUT_DET_LVL_SEL_1": false, + "ESP32_BROWNOUT_DET_LVL_SEL_2": false, + "ESP32_BROWNOUT_DET_LVL_SEL_3": false, + "ESP32_BROWNOUT_DET_LVL_SEL_4": false, + "ESP32_BROWNOUT_DET_LVL_SEL_5": false, + "ESP32_BROWNOUT_DET_LVL_SEL_6": false, + "ESP32_BROWNOUT_DET_LVL_SEL_7": false, + "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS": false, + "ESP32_DEBUG_OCDAWARE": true, + "ESP32_DEEP_SLEEP_WAKEUP_DELAY": 2000, + "ESP32_DEFAULT_CPU_FREQ_160": true, + "ESP32_DEFAULT_CPU_FREQ_240": false, + "ESP32_DEFAULT_CPU_FREQ_80": false, + "ESP32_DEFAULT_CPU_FREQ_MHZ": 160, + "ESP32_DISABLE_BASIC_ROM_CONSOLE": false, + "ESP32_DPORT_DIS_INTERRUPT_LVL": 5, + "ESP32_DPORT_WORKAROUND": true, + "ESP32_NO_BLOBS": false, + "ESP32_REDUCE_PHY_TX_POWER": true, + "ESP32_REV_MIN": 0, + "ESP32_REV_MIN_0": true, + "ESP32_REV_MIN_1": false, + "ESP32_REV_MIN_2": false, + "ESP32_REV_MIN_3": false, + "ESP32_RTC_CLK_CAL_CYCLES": 1024, + "ESP32_RTC_CLK_SRC_EXT_CRYS": false, + "ESP32_RTC_CLK_SRC_EXT_OSC": false, + "ESP32_RTC_CLK_SRC_INT_8MD256": false, + "ESP32_RTC_CLK_SRC_INT_RC": true, + "ESP32_SPIRAM_SUPPORT": false, + "ESP32_TIME_SYSCALL_USE_FRC1": false, + "ESP32_TIME_SYSCALL_USE_NONE": false, + "ESP32_TIME_SYSCALL_USE_RTC": false, + "ESP32_TIME_SYSCALL_USE_RTC_FRC1": true, + "ESP32_TRACEMEM_RESERVE_DRAM": 0, + "ESP32_TRAX": false, + "ESP32_ULP_COPROC_ENABLED": false, + "ESP32_ULP_COPROC_RESERVE_MEM": 0, + "ESP32_UNIVERSAL_MAC_ADDRESSES": 4, + "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO": false, + "ESP32_USE_FIXED_STATIC_RAM_SIZE": false, + "ESP32_XTAL_FREQ": 40, + "ESP32_XTAL_FREQ_26": false, + "ESP32_XTAL_FREQ_40": true, + "ESP32_XTAL_FREQ_AUTO": false, + "ESPTOOLPY_AFTER": "hard_reset", + "ESPTOOLPY_AFTER_NORESET": false, + "ESPTOOLPY_AFTER_RESET": true, + "ESPTOOLPY_BAUD_OTHER_VAL": 115200, + "ESPTOOLPY_BEFORE": "default_reset", + "ESPTOOLPY_BEFORE_NORESET": false, + "ESPTOOLPY_BEFORE_RESET": true, + "ESPTOOLPY_FLASHFREQ": "40m", + "ESPTOOLPY_FLASHFREQ_20M": false, + "ESPTOOLPY_FLASHFREQ_26M": false, + "ESPTOOLPY_FLASHFREQ_40M": true, + "ESPTOOLPY_FLASHFREQ_80M": false, + "ESPTOOLPY_FLASHMODE": "dio", + "ESPTOOLPY_FLASHMODE_DIO": true, + "ESPTOOLPY_FLASHMODE_DOUT": false, + "ESPTOOLPY_FLASHMODE_QIO": false, + "ESPTOOLPY_FLASHMODE_QOUT": false, + "ESPTOOLPY_FLASHSIZE": "4MB", + "ESPTOOLPY_FLASHSIZE_16MB": false, + "ESPTOOLPY_FLASHSIZE_1MB": false, + "ESPTOOLPY_FLASHSIZE_2MB": false, + "ESPTOOLPY_FLASHSIZE_4MB": true, + "ESPTOOLPY_FLASHSIZE_8MB": false, + "ESPTOOLPY_FLASHSIZE_DETECT": true, + "ESPTOOLPY_MONITOR_BAUD": 115200, + "ESPTOOLPY_MONITOR_BAUD_115200B": true, + "ESPTOOLPY_MONITOR_BAUD_230400B": false, + "ESPTOOLPY_MONITOR_BAUD_2MB": false, + "ESPTOOLPY_MONITOR_BAUD_57600B": false, + "ESPTOOLPY_MONITOR_BAUD_921600B": false, + "ESPTOOLPY_MONITOR_BAUD_9600B": false, + "ESPTOOLPY_MONITOR_BAUD_OTHER": false, + "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL": 115200, + "ESP_CONSOLE_UART_BAUDRATE": 115200, + "ESP_CONSOLE_UART_CUSTOM": false, + "ESP_CONSOLE_UART_DEFAULT": true, + "ESP_CONSOLE_UART_NONE": false, + "ESP_CONSOLE_UART_NUM": 0, + "ESP_CONSOLE_UART_RX_GPIO": 3, + "ESP_CONSOLE_UART_TX_GPIO": 1, + "ESP_ERR_TO_NAME_LOOKUP": true, + "ESP_INT_WDT": true, + "ESP_INT_WDT_CHECK_CPU1": true, + "ESP_INT_WDT_TIMEOUT_MS": 300, + "ESP_IPC_TASK_STACK_SIZE": 1024, + "ESP_IPC_USES_CALLERS_PRIORITY": true, + "ESP_MAC_ADDR_UNIVERSE_BT": true, + "ESP_MAC_ADDR_UNIVERSE_ETH": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true, + "ESP_MAIN_TASK_STACK_SIZE": 7168, + "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, + "ESP_PANIC_HANDLER_IRAM": false, + "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, + "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, + "ESP_TASK_WDT": true, + "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true, + "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1": true, + "ESP_TASK_WDT_PANIC": false, + "ESP_TASK_WDT_TIMEOUT_S": 5, + "IDF_CMAKE": true, + "IDF_FIRMWARE_CHIP_ID": 0, + "IDF_TARGET": "esp32", + "IDF_TARGET_ESP32": true, + "LEGACY_INCLUDE_COMMON_HEADERS": false, + "LOG_COLORS": true, + "LOG_DEFAULT_LEVEL": 3, + "LOG_DEFAULT_LEVEL_DEBUG": false, + "LOG_DEFAULT_LEVEL_ERROR": false, + "LOG_DEFAULT_LEVEL_INFO": true, + "LOG_DEFAULT_LEVEL_NONE": false, + "LOG_DEFAULT_LEVEL_VERBOSE": false, + "LOG_DEFAULT_LEVEL_WARN": false, + "LOG_TIMESTAMP_SOURCE_RTOS": true, + "LOG_TIMESTAMP_SOURCE_SYSTEM": false, + "PARTITION_TABLE_CUSTOM": true, + "PARTITION_TABLE_CUSTOM_FILENAME": "partitions_example.csv", + "PARTITION_TABLE_FILENAME": "partitions_example.csv", + "PARTITION_TABLE_MD5": true, + "PARTITION_TABLE_OFFSET": 32768, + "PARTITION_TABLE_SINGLE_APP": false, + "PARTITION_TABLE_TWO_OTA": false, + "PM_ENABLE": false, + "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS": false, + "SDK_TOOLPREFIX": "xtensa-esp32-elf-", + "SECURE_BOOT": false, + "SECURE_FLASH_ENC_ENABLED": false, + "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, + "SPI_FLASH_DANGEROUS_WRITE_ABORTS": true, + "SPI_FLASH_DANGEROUS_WRITE_ALLOWED": false, + "SPI_FLASH_DANGEROUS_WRITE_FAILS": false, + "SPI_FLASH_ENABLE_COUNTERS": false, + "SPI_FLASH_ROM_DRIVER_PATCH": true, + "SPI_FLASH_SUPPORT_GD_CHIP": true, + "SPI_FLASH_SUPPORT_ISSI_CHIP": true, + "SPI_FLASH_USE_LEGACY_IMPL": false, "SPI_FLASH_VERIFY_WRITE": false } \ No newline at end of file diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj index 0fe7e4429dbba1b146ec649782beb4a8ec92f371..cbc32093b40998716ff48500a1aea981e4f4512d 100644 GIT binary patch delta 17736 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 delta 17531 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 diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj index adf820bccba06870b5d8362397ffb70d813d37b5..8e675154d3847fb65a8fc3aaf1460a59d59ea920 100644 GIT binary patch literal 79556 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 literal 80248 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

GR%ln%^Ts;?5{;J+}R!`5b)76Wf zyIDOh*AFk1KH5Ls_RO;$hipB<^Rleh(|XPD{)K!Q*6}Jz;3aGqea@WQC9)y@JSt~( z!*+ldrAi%doh%v)*c|h_+|g=9*VM-G7bO3(Fm7^;WBbm$2L`t)86b@e>>EJv3i# zWs8O7Mn6|>^Yy)6Ict~g){W|ExzW#!+ih5`&N+A3d?>1?@>HJX7Jb1!N8!t@X7`8X z?zei%8}jMA?+qpJ67qeNCtu==_IFIrr~P!u7yazG&4+wC_Zk+Gc|FZ0Sp&66(~OnX zIr05uEt?PdS{T^BMV7Cg8hBAXm8J$cO*2-~Uy6^HIySHSG@frVFrPj%e22wDQ9YF* z202YLR#sR(?E^JlQf$(F%D2S8eEPkkh87P+^;8xbuR-KTu-8k8@L zgBg}@y3L28db+=;^_$C0wim0xp_1LIo=QQhC#Pvf<>lCT(Ry5DlkU@Uo8`$j)$%1- zJd}{HQJ#D|EMM4f=>6)D??%rT+RwFo+NXvR^67Kta+=@qh4R^0Q~$IbL%wl&@_k`D z!!tU0BfANyv-0Ho<5k<%jbiy4Bj4ma`M$c&{=OVKg?w}K)GOB0?$nOhOIYrlJj-2j zG7_0rB(~h9RyV9i^gV&l*lvprh(xk6AM!n!Ctuql2@$<-sqJ!^O(9=Sp8idRsPBAzhx@2x!fRu{8-te*0`s{U->j0&QtH)C+%+vs^BHm`_byzP|7XMte!o*xkdF<^4s$!So1eqy>5b+-21Ga zwq=^fS0^V##+$VsSJ)J`vp$cQ+s5K=TE3sGFQJ6{&dQUoQN@I4J>}Ei)M}J&DfP+{)P$8MS`HqG{%E4*_(baHM5{Ig0O{M5mPaW(HvrJ&=GQVWm2$+q$53rRdbu~dET`0;~>BL`2tcHWzY3VG%z z6VKnEgq3l*G7Z&EL;Ny`X9PB@WNI3Jq2T{#0y0`YV%&tMd5NLaOHs|4yoHRqaj?Ss zAsPBW=SozBjCeg*p-{Ao%us9sR3s8Dlxr&7$(pURcTp}9qZy%i^bjlw#bdvO{%}8V zxU+2;YQld-Mqm4O;AkXVhexEL@k6ZHLu|Gj!6Oujo`QbD_ds)WS@KR+uSUaYRpYwv zpt8;}I(DHV7Kz>weg`0a3c88jWqzA@4J4v>w~?d(XuK%)!T2V$Ge5+}s}i0I{{*SnYE4AUr%0^PMBIFrVrw;Fn!lv+ zXKA9@+(A>$)5iHk2?-vGePRmH8a? z4JAk%Y`Kv&7u3@OWwb29aK}EZsfeKxp9b?7#I#@YRbvBM9**sZzeJrnju*EQEAtTU zu}kXcWW*e#jXM*sfEPDc)2!c1{R+ec;zf0dw{hd;>urkA`PQZgjbKpG>w;`CKbCOehZ#SdrZZ?*s6t-c2&i0^hP#m?@_U18pq9@ zXcfCD!3DxJAEo*)X(E}lGkF!exy1ml+1yI8otgGnA5s&J#Lez59>u-g1I(_(@(e`7sTWO6_@>-+$HBf7loZS(MRJvC>e?UMSLp)q6hZ@F}M$k!Tp9D+=t}gJ}d|K5jnVz%EA4n zH@M~|n)uiCO#GDjDcbbpyaVWck=aG!sd@K;SZZ#@J@$0tb9gK>hZv6UBwh#6m$b(- zD)x--X9Wlh%s*(G*MdMseph!oU|viG-)ngbk8{kgGfLlY2_Zb-V-BZNyCx##*`aR#6W5R>>wYZtFla2UJNLYFeT5PnCP}UO+!zo^N zN33NWmL*=c#nBgYuqi^t?XMzGow0RB{3}$l3`WETj8+oLx|z+^dsLm($DtWCTF*t5 zY4uZbqp_$As#zt-d<2br!`oj))8^PtBOb!UupVG4eZ=ryG}arWE)8t^Te|d7uP$y~ z&n_=B+S$y6jeIq=+i>Q>SjLEdoyyLm9ga6Wl=V|K&l`HcBi6|a)Ja9!egy()v@@l|5>}dY*L^kJ_vf zOq<7GqmDvM%{~isQ-qwR2%|HH3y~gmFrL%w9N0|}zA@);4GHo@CCGk5i^OrCdnx06 zyRndq``kRuy~8IOSaYXO4ARN^uv1Scd}a>$ z^R9-l(HGTu3iS(d8OKg~3Hpro#5gFHL0rbM`Oi>xRwKDUy3D^=^E$|zhifjb`L^aQ zAdhb-E^Mg>5qM)x@(}A!WBpvMXB%j~XuxPO7AM;p!pXVG9UU!3a|b$Eq#7E|1`C^+ zSt^`d-LR%%Rl}Axyi@!dgecksAWV z?KH~r<+UqRJU}H-qv)ka{S}2{vDr%X#!gEA$wO4IjJlTdR$EpEbA=P&?pM$szbrJ5mEW({)NDzJJjUp@y zy~pJJ{rDYd7E(Wk3d8snMi|F0%uw{8jNXw-$>}W>Y9rOO+v~Vvyt)gyd~dc=8mp9@ za?S0{R4TP%C7pAswmUvHR;ku{-D*}%Z`*^0RmXJ;`QBQkQgnOw)||4N?go2#f45W2 zYt8+Ar?0B^cdzW}@9BH5#Cw{!``qqAIa?gh!N_!Wq)>MLzq^GAzk@D|g-q{oHv8TX zc#-ja{vCAuzlC^4cPGdOuN>P%4{Lm>rGBdc^i2Ix^n;G;!Yzp;NC0hGLeI@9)B8M0wnzjMB-NJr|<%?;maH`dEMcKBSxAW;y zhXY<2huqNC4d>ezZQQWqqHS9)-e_-!UMHPXb}3UWI%U7FO&9D)ZCJG`rRPMdyHu={ zhqLKo(M@#^59cze?yW%3c-C-v9Ae%1{CGKAD^$weuA`r*&gas#w4~iywUDiK@2(Wn zwL;P9&J=3-f>X>SmnAij0YLz3iPM5qupcGN)0+IRh_fih5T5>Wz6zr_?fL# zMhkFzurSOxOkWyLFp4Qb^G?bBXh1yOdPoRjNDR;S{y zQ-jGhCud_!K5myr_A9&W>_u;-j9aZ$_GB^Ty?nHHr;Fo={MZ?8&|M#MmSPYN#7dc| zyvmNG=>`L&?LY$COdXwmR30?S2lE2@Mqp|sMbYG=&e#-z^3PHSr5z}sH3Ynw_=YV-4P2h!?2wxVRd6-=}fLV zy9+Ls3XIzB+O&1d&yK0Ng*I>)FS9BfO6Raj*)Chab0(hcdQU7YwaTbnOzUyW$UH(C zr8zYDvR+vI1=H)u3yv4->2BrA`c=u*mMbde8{I3jYj~5vUMR?Yv>S7>1*~H^F6HP8 z(<)zipJgbM9!(e1)zNfsX1q|$iN%JFOfAydSG|V!Bkx^1yB7oQIu4xYQsPg>pfi|- zx>23ty5+czk5q`2NNw7%VRdS0wpwvrZV|gL*p$N3*zN5JPxY30{X2UKuW#;9cj_&q zy@kH)*tXGLKe%n{(2ngJ?V&B(H(s=UXxmwR_3H<>;0|GwX74e%O(sn}EZjN=Skp^+ z_cqepFAQo5XDa{6N5q#&0aGS;E(GSqBIP~KjDFP5eiQKd3{P6;al_ogh!WPjm?=gW z$Ba2XiPJTF;PGRs=q=3@$sgGT#s2u^Vyc7{&Yhx!C!^*u!}@45B@k9Pb%_#ImY}E~ zXCzU=3TG@)u+92I`!YRB*o z;HlfT0-$h&+A-KE5-4qOiF%mN#QgTei+e|wPF#kcMm&AC`FMfAOl7v^ryyQI+dg6@ z77FcY^YJQyxvw_-w4&XHKhfxFfSDBmW(F93n$ZTM2{#nl5Xf{3yhdP-X&|#j;2i>I z1^$@89~XGHz@HHKsKCbrzDMBu1b#%|rv(0?z^@71gme$=?-KYlfzK599D%n8yhGrO zz<(g{guvGe{G`Co3H&btzb-I86$Uofg{E+uz$t;d1?G>}LEFs&>tE3PJjn|Fn7~&G ze3QWZ^*7M@pukTE{H(wsOrAi#N#HJl`vgu4To!mjVE%R+=)6nd2LygXV1Atm{}#9&6FT5`3e2ys0iVBr2KYjOFB7;ZFh3gy@)H7oUf|mV=J(V<{#yb+Bk+p? z|C_+S5V#TRO`zv&fzKD1U$z37s=x;XJ}mGJ0^cFjl15;Kv1S#QP_R=Ny5T2)shz^#W%EE(^Sm82+;&G*HXsEUlcO86Z7SUa<{5FS-X`!R0`tpuAfFXj_a*kzfeiN>LEQ9y!;iV%Z}=D@ zlRB|HOk$+Kht+cnivn&DDW(S=lhsjlqCZ5gFf4G zE3(qZ+_S9rG52L#1pcs(xqtb6AJe~GK4!f00#^jyBk%zqFM|9vK3)QR#K)%rf8NLa z!2C2xI|qPo75E`yKUVy@MU01fT426+$mh8Iz{f}<^%Eb{_qTjZ-+%36?%MedVq2as zT7As?n&smZFpI&4D0&?IJu2ydugBEq%e^T555`yTGyO5u`RV($nKC}!F7PgaRgb%` zgr7I?#35ThM*>uJis_yreyFUbi#>A3exd{a`wE}vSEnBQI8swR`Uj7mjO(f%-5!kE0LyJswVHGWbnnS~Yr^MyGLfA9eyC zyk_siD)K9fuN6^NJv<=s7n~mN<3W$tt@aFIKO04;!$TL!vFyhs<(PxAu#V**E@Dg> zT}~u-HEKCG{x7+skeS)jM5H0xOSgGPW!e*@P5fnS1t-vurE?L)s; zftSKX`-6U4piJuf1?v8bhWRC^!@pfl(|14g)nH%>a$M&Eee)m}w4sVO@IK=?C@2B! zn<4iYjH(7gcm{GG0FZtxJz3!+uGcS@#-QJU8TyttdS~81WuR}(41LF;FBo6`+7jsF z{~!i!sN*Bh$8ifvP{)6Rl=i&{eOzx-xOgrP^bJEUXalx#p>HlL{SwsiyeajWiGp)$S$4XccJ8zK**P&+%>q#d`rREl{4f>-r(yC zs&+z7t{c?Favgy5<7hm-=o^8)qSoNu0)1beq3>^?k8&woC*cb8Q9hVM tfa?3ucNEM8z(M?IFH<~NGXPZ%^L&)RFVw@r9FuY@5WM?>O4J4Le*n!-Y>WT^ literal 11812 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 diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj index 6cb834268f6aecd7d4c6d7045d57a465ea3c6c9a..d030e7a7c8bcd282abd9a16a79559bf12c22c7fb 100644 GIT binary patch literal 50280 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 SoI_r6XuTjN+X5wUdjAhQgp=+7 literal 52148 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 y@jT@Evs!c?i#s3GoGRJ)Y diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj index eda867a9c3dc1789a27de65c14cb2998ccf3e31f..2313c1f9c9f5d94f832bdc8882de5b56e9af33d2 100644 GIT binary patch literal 59432 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 literal 58608 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 Vxz0^j&tn+wkWBYy_oaO2_&=6P`=9^- literal 75460 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 XpX=Osi%Jisd%r?R;79kP{O0&Sr8w9t diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj index 240946c023d1e2882059a3edcf156ca82115e32b..34c2798c23a08879fdbc08aa8ac7e60e5c2aab9b 100644 GIT binary patch literal 125436 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

`anUIrWGA7Anyi<;Gt|XhFD)CkHQ&<&5 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 C5pJUZ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj index f0cd96957b8cb3288d51102908aa1227fb12dc52..577610b8ac539647a6f54e7ddafb3da62003d765 100644 GIT binary patch literal 118736 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 z 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 diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj index 32b4b93afc96ca910dc973eaa29fe2f2ec80e5ab..b6fb8c5aed6fe3c05f38c847ae4dad349f3d2301 100644 GIT binary patch delta 10063 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 z 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 Wp~AxKeqiNdc|DSnB6(Oq$onsT4gJ*s literal 69572 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 diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot.c.obj deleted file mode 100644 index 667c08adb63e27aadbb427df8c0f8452d58753d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 62100 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 V$_qo9Bio+(ZTKmKj1=I0{{pgrMpgg- diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_signatures.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_signatures.c.obj deleted file mode 100644 index 7be7ab3c28689d51490c416762c6d984f7936bd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20696 zcmc(H33yz^m2TZ$)U9r{+?Ld~yth|L##(G_V`BsIA}`pnjTbQ3xTn?XmKwLZmF|`o z!eYYmK|&U`$AdVrArJyQLKYrb1}7{@U?3qOVF)DT%?u$SgpiOh2@uHV_y2XPT1T>( zIP<+XQ=hBve@>lq>eQ)otL`RW+O>X_<2cF|N9|HWlv2@kXz?mFUkfy=nQDge#I3Y@ ztifUXaMu4*s+3L*7SoCDLZPfC?C4l>^4$Kec=ODjmiWxlsqwDLpQ2pHZh*C#F zx9JAZ7yWTnRITwGywPob-ZQfKs-Rjo&24-=^mEUgnj_wd^0lYdc&<`vs#25QP{;9` zp~)4JJ?Ubizdt$94Da^Mp^y7o;+bSNmo_6-YT<3F<+8=sx&8Eq+~dWeMc1vltZE!) ztuy}bHH|g?`1Tt%H9f4RjqaG1I^yZPBkl^GANuVDE_&TFa)34A`>Ncwi~e}kc%{DY zITEs*`}}Up?3MA8AO2PSEk_*N!j8|JzJA?(9#`VD(2GyHX#Iwt9~&bdV(Pf?|q99FgQVf^PR{7q`qD9C6XpYyZ>drasBRhm=z@tgq> z&rRd!g5&l1v-z^})WNXl`LQd(^7#Va=D`yPR^#AQy%t2s8{ z3S8y$v{EJ<(FRXKi@#>HcF5;f(D8J`tExG*FH-SZG*=Zh4*Y?QX-AJC=&SmicQzWU zyU}me=WE`DboEJ)sJgqJd==tIP6Z0D1n{bwVAW@y2l?x zgHL&ieo*&%spdJChVP&7Lr5WFPq6cM!3vBSw+GF&x8bKT&>s8+j*(7S3Cyi0R-+QT zRbZYr?~B|HwZObE`wB*)nrI+V6Zt;82+W&6B04IuPX$g6zY6sR74=<%W9VZ1yo0LU zM}J44JR@*Q@FM6%#<9P})$R~7v~;Q_e35TMC9p&j!N^4VyHpc3k$%i&;51D{BVBam zbWJow?xxNenrMv7q3KRdOpH8)cm$SdBCbX+;3%BHnZZZs!&69wz`78ziYOB6t4SQF zI};Na*q}$CoVwdcouw(Cqe72D{27SpaZORRzl2-Y2DSz3(XSiFv+IaeWC=Yvr;3C0 zMQ)^z+p9V7U}O)+b#A-^#MOuw&4pS(uo}BjUpt8UsE_fgJsa)?1B1a`;6;8(?LDK3 zRb(f<+v|1$Q%suL2Otm++!Fi=Bt|6$RN&S+Ej%hwRDn;qGdn7=R|O7g9E`jKt-z=8PBu@k-lYQ9)6qj9m*Kq?q}ietFgnM|rC#=ZiVIzgRTu>h&doa);V z=7!kav~sy?voThn-jyyjG4>dz@G57_yEw+jB>FM#tDQRfG$Yo>F@3}d)q!e`JwYqi zx_WbBw{jq#aH)=14Xu3A?QeeUD;&f1PJJWv7R4^3WH@cFYv01cv zvlDJd+sYV|BJe4vo{6v~_86&yP95iYee7fG;gA#E3Tw~D3bb`ea=#%b_aEitJ|rji zTkhmWZsBA-rV~FNIgP}3COv@OXGB)e!N({40z`AP|Z&Kc;~nk8Xm_%1D;Pv!hP|v3gV@2LnIR2G&F# z04wlQt+OfeCx-85p0zOaB+L&bq4+ATCSKoBe&4nFZDXmqsB6`m`{z& z)5b?ZHEL2XM^WGB(S$8zEQa7Gj`|pDt@ZqHElnD&`_belBkKDG#edJ(z#-8IS$Z3S z%&U~4Dnm3RgO&&wdhzGj^=ja8>D88o;U96_Q=IY3FoK2*GO8vp-3fjS5;47&&vZtU zP_f_OH!#c1ZeOgA)6(Q-TM&IQ2cte3ZYaZIW8e%Y_^+U1cQas}P8|sq`xDicxl~nb zH4}KbQ^!lzn%Mo6>~dyY4=SocWWE6<<9Nfxa4;I!?gUSPR_rUxo*j<6(Zp`%Aa+{c zzK-k;obR>;W3RExT}}hlYTzTcriP6$yeZJ_1b;zkao<3YqCRq>K1OFe7a~3DU<7pIEnr7|+%d;<4Y7H$ zKsV0Nzo$We!V7?bJDq7<+$W5uyPq?})oi)T5c4?5kXQHNSr5fv*Wvj{2*$IYrg1thuCmY6!d5Gia!}wDv(9ROGKngPH>o zHuzkfxq#Y_GnD5AwqE9?89(`fL+B^6+KFNIwlvxEh%ix!IZJ z34@r1u|*EKMAUaD?8dh)TdkZ44O~w`WSkDUsmgyc4%2ez%9%7~58B9{hGtB{7;eF& zr#}VYY!45@Dhn^mor7Jta-Z=QHMegguGMWy&HSd8E=+}{vt?EkemUojnu*o{qdV(- zYGp$V)|KF0j@lH%&n>XgOvyU|{tW#V=RCiccL*)cPCv{NobM?^oVT@FoGC={DG<}* zy#B9v^YCFB}#aLaat>aAN8FEU#8b008Ue7oV?9&4ziaSTQGE| zX#vygFzP|n8P!bHrZwa}hWahklRireEfFTP_qs1$I;)TL>;}f-WwgJ9I_n!8{YlM? z**l=$B5wlix5qz*LoH^SIX`PHBR5y4^mNcu$vc&D^CR~_XA$UysI|)YdqZQmAi5ptKn$fpbb7o&P8rFGrpABAs2Vd9QCS+ymL?Ap2coZV$~l9jbW`8eT%f zuVjN~5Y0QOIQtT`{|@c+VGy_pa_TQ&=)|eQOD5|xhwfwcvtU{ed5hQf7yPi+?g+JA zhFG$OU-7q1MBcED`iGkKS201Xqf(B)?R$tnYjjbh?e~~e*3i_dwmKYHLsP2S3NXSN z?W}71F%pS2G-+bnTC}r9XNHtB+L>8fANJNxsNFVpv=beR#dM7F)}9((5?&l$TaVnF zp~B(Q!(J%+48&0UvlJT<%rFKQFe-jmB{b&(QL`ay?AYf=AD=XJx3Vbt|8)ie&3TxxpL@N{KyJOW#XN+UpM8neYbXk*p&go$~Jmlx( zW++ZXw^K|oj9YPNSB8o+dn&SI+K|P3?b>?R=JYn_jB$42=;vssuBx-~=H=S28GbPb zp0QtDj)|T*jMs>>ddTkDdLz_y&4(Q|+L?>7H3K4F=IY67`3U%)#_N_tZ?Hwy2ADM&dsI8Wz6nBLjs$X5GI@%5mHMl5_13cp4IaH6j zZW9i}3bFwrTX--c!h9#V+}<3u4Zm)2ZpV?U1+)wc2drRP-%)1|F)^WrdCm}%Jzb9~ z)UhBavg4@qk;fZR;Cu+4StI*M-;}IE>+&vo9 z+z(Z_&5jyVPX)FdKott0L^&Cl6N6y#Z~^L6wYOquV&{yy&UG`UmDHF99$U5LLlkqv zS8;g;SlGKzusxc>*=Awa_P2`qSYboS!z$0 z23T9OJ(>1Yp?{!|Pv^^}cJaivG&nF&D3;qx#S|q^o~MReXalpDE|s#G_Hv<+E4A+{ zr}L#`tCnp|=Q7&USpYi-8j}#Ss?^ z{dTx+KDL8%V(Rbj$%*Ng2C|7vE?Mfc4xE@;uF(7UDGd49UK;EkC>AbAr^@p5?9Zl( zh1N9Am7Hp%I_$@UM;=PE2qj!n~vXK<#np@zQya& zWX&*sH3Wi|Q>{FB8{$e6x&}rdr+N%@qOPd!!3cQVzP#+qUuSIwVT3Ie+aN|*tQetA zmD@}&qJO&|*F$$?(BN=qR(ZV|M7I^po`sN zD56cn0~&x4t!{pGaE)0v&@DCu=+sjkgyp#4IOGhIj|^+2=dOFTRo+YWfWlztP%=1v z*qdWD*1-^?Ud^81nSYXP!D}xLhAlb?{L^fU=3qnghb<@K&Z+L?{iX<38tn|}iM2W$ zUxQ0j<`aDze?5#WbZhYI#-iT#s{NqYIKwex344or)QDc4PG4^|?sfbNhol%Hw+F~L z)wO61RIFORAoL%PWmqaRLA*L(F>6WB9(p!@>+=Jd;igArc}d9E*$KSPPViw*VIaXZ zL?!yOrIgY*QC5jUK9Sy+Ehm!2-jYh}EoRGU98%>%e>c{jB&gw67FZXKx9y2V;FxQZ zcCok&Uj!4y`HQg3@qKwN(LI<^gLx8oG0*p;=IuFr?aq|47s4;BFZ42j)|2Padn|bQ zf?lhzFeS>_{xp2X+mfy=n-c3cu1>7%TE1;H6iS&yCb>J!6}2!3z4aSctV?X}TCr{O zmbGVhCAO+WF`eu|Y`Tkh;co_>#TuE+q}`w-l07}VqSC7}ZHN)~59aX(T`#HwMfjG1 zrvrr&9n9pRkt!5+XW{B@& zu@!Ia&*5W)R5F(<#anxOd%EMT8++re7|vSa^97horgpbtYb(P@Dv9V1@EatLw#Gi;g@$r2py$Hy8-08G`Ywd=c( zf<2sQjYsTH%$Gzrb6MxF_EA-mA34#VF7~GLsr_JHn5GPail`{;+l7HLGTmkE*HeJY z9)*O$m8NoP2z(T9bzDnHTvA?PSOHh%w-X&L_g1;L}J@| zBo_ms<6(v*PElO>%v-Q9!4pF9N1x8HgR?-T_oWi45~gUj)PoV(d|SI=)kdL& z<$Ex%=fS8PJGcx&TI$2K9}NG^6vAqR8^aNc`^rLUu;0DcOzuwRlEvN0_U^%Ku1DN^ z>hK{5a2Pi^CwfM>PMP!`3WeE}Dq%n{u^Dy9IP&8pcgmQ}30I;LdR6MfeX!mx^vc2< zfgC>Ba`zQnSaZsGwaO)607+1s3-6K0-N>|Dp&L6-wts*hi!piixb~-c%5a~=;)QTj z=A>)$=8c=hq_{K53DJu^rYD&bOBt7SeU7B|l(qBy$$ffV%PpLrbeFsC+-`SkLp?suzZo1)2+fyF4pXyb>+Bs+0<_#F> z(5{0FN0`#wP7&dr9-TcPnAnLD4Pgz_AGa}PSh6b1?Xl~hJJV3pf|a!8*^P5^cLHkz zPnT}7^uU@~&~yZOeq)uzPJe8UyVlt~E)w*hxSknpce31!7#2VimEkK>zL3Bk&2>pH z2$&$uc7KvvTPCk>!xSE`n1#ZfBy5NbNnY<%=wTq8!gqt|9$rl)ah7NEnF1p=bhV)) zsxMpSVc{$#Qu~sKL^_S_hFhoEbF4mWqYc++*x0q^pxG0L48lE~%=#K{KRzf}vEtNt zGwwV~B|hnC-LN{2{j$}4wA12VKIkvq;_jm+wOv06O01=;+qQHimM!11as9TfU5WK; zw{~q_wtmZL9ie5**WwonC>`!Wb($k-KDJ`%M75Z-ubIE@BUIk|&DIoNDH_bzjMGrp z3O;chmHaF!3+0J%C#(7PX&U*q*uEx%!M^N~GI3PewKnM^`FyCy$C>0mf@=AX0yh}G zeUc~pLX#=fu*IkTaMWTRz1rU)j+b}eqImUv@esqSeUfzb5CP=neYPn0Zcb2auN^^0 zN6>X6Xgnbo#jE({bEtR~ANmdzuYRyA=?Oyw5bp9u(0FJeiWeVK$>LR$Bnf@a*--JS zxWY%EmBP_B>!{rf0`xDpD^=GP!wLiuO?T_(6 z`@&}PRqpV-)3M9lX(C`(bT9iHJ0quneELEhHshK@K6JS|v=KulZm`uo-S8PYVynwneUxV`iNiFGvJ;hj+9nR0x$Y(( zebIMz&+oV|$8kNeS(?u>n7N?G3z=tuzaV73B4oZvY-E@^v;$J_EMb#BIws&VPC6!W z02IzC$kK;%jHaWS^ z@EKd;u*pxxg+9b_{0K38Xg1i|yw&g-XJYIB?c_uEQ5^3ehHi(!)_?8;E*!ur% z!)H8*!zSmSHvFYH5?en3RXw(8AC8P8F=NHbN2Dx_k%M_>VO;7BX1Fcp*r>~~uv%UE z?O-e{^tImL#RAiuV=fIi#||AqK?+tdcXrF?kepilpwI`0Nr5s8)ymMm#j6G0ATZw} zTbc6&?i08ma9Q930)JfKn*`>ZTKn9`E&i&&+`ldV8G-*r;Fkq{L*VxWu5*U$Ocr>h z!2Iyd_LUHLx4`=azC_@U2z;}^UljO=z)uSN7l8wwAs-q9o+@ygz)J*PBk(qXy9MSa z+jfi>3;a=m|EIur3j7s;`3AA7kI9~{Hq=-{{ew_2)tL|D+Rtm;M)YgU*IDGKPB)B0>2_K zziPJr@M~U+M+-bf;8uZ`3tSTTfWWs3e3!rv2>gh^PYe7rfqyOVL@Z?1&lZ7K2)s$) z^98;@;JpIhEASd@kkt?oYw`~!jiS>T@u{BHukB5)uyWV1owc>=Exc$2{A3w(jVdj&o$ z@cjZmCGZOZzasFT1rA~lw_}e9yi(wG0&f*~hrm4o7l?5Vu#|x9^~NPa<{DyNIG}t? z;Om9VVS(=zGWQGofROo?;6Ent6U4@!X9RwU7;6E`YXZL|WOxBxoU?oP?3PJssm*7q;Qw<`tz8i5ZJoBX^(;CltWU*N|Ceq7+E1^$u1FAMx@ zf!`7MuLAQ=IIKVV9>@5`KjX0cCV}~<9G1USVE#FW3Blbl!s)pPK~cG&|UvS$JC7yyAVm z-9z<#z0uY8^#)VN%HuM;g4t~Q!g5=|Z$ik*ccEh|a}@kKlW#$+9~RddjN278R^Yh6 z{7W3lv!8_mcN&aSQJpF9R)LcS&xFiwfy)N-T;!iV(*A7VD+RvZ;5pzQG`J1;a{_-! zVEz$1?eN*gKN-9d_{RdjXz(iVUov5-xBz!z<$V5o@+qZVEw$!V4nBm z4ekbx3(Wfw>XOgDqqF!FgEQbSF*paz`;OL><%L1#m(*AyYE`%dKYtY9&i;C%7vMq-X zDT~P*{}6*8p4k74=>0zBYWusCR2#mNDXTX9ZA)7>zDjH>7D$|6cXWDg+k9xzRoXg1 z#S`x5KhcBnrYGG!hz~W2$^P^(j{dfy&23F~cNf!phBf00jA3*VpI6{px?#NIuyXuc z5@QuXQEmL&4Sw>|=Kd8*o7=696QYD!H5NhOL&*W8#0i%;BylNH`6^&OFwX;9d zCGIrz*RY{7x2K^}pKUzH^z(Qe%_*gNfICrbp&ZL5RN_ulmZj}VJ&Ysm@tVTgyA)XZ zcL!)$*v4`tDlv6g-cRnMXyfVlx8(G>3b}cxEVOr+z!dt&{+=>NJ6=Ak&l?#YD97?$ zRN_ulmiI7TUgvVWcuZ6o@7ut%Yx{iw#HpZdvHiA!PdVG~8z7#uLO9xf@rPr>`kg-) z`zm&#tZ;w%`8SS>%es3CK@7d+6bOwueU8>x8|BV1)K~t!3?f-`KNjz|DAn`zI!- zDYVD>{0O;gTa=n*g^Ud4{tZ94T&R>ULvB%p8uIT=W6w7I26CK#TWE{rcK|Xj@2z&@ z$8k(Xwc}8pA=}jZ3+%l?V2ZW(?g)DgYg{?ni=$e5l!wVm`7JIWH-Rx796KNMw;C0x bUMWjkmHLqF3|tF&xgzC!YoRMTuyX$wuEBnd0gew3Z0d|fr`C6M#oD_fjZHn_Xm59SS5Ite zTW3RiZ)1}?t2frxKBZNFd%5Dy-kwn@W{$~vQHX;=+`D(|^|Ch)`^CDkX$o0#TFO5M zoV=N1EywSSSU1LUQZJvF847tv9jT8rhFEPV(%9J36pe;@BAqQwqH9xAPkW?0D)X9p zLQ7XyE>9p6vWC#ahK=kHguBY6lN{|ZGA+08mPH&TSug&Dcs!E(-DbH zX%KOg$Um)g_O!B&>d?e-jm4pH(OIF|rj`zRN6PLw4!gaib8FjnoXxc$3!xrmP@1N{9 zJPMog(f~;peK_Fcro1>n`@LZ=Yeb2iQi$uW*tXZY=3&pay+nY=byqm~*F0i5fxEYd z?m;ahCOk|d-X7}jkG;36c|*zdf|R%4aO;D402ya89&^K9Yr=`1{(Ygn{jtgZQAZsA zC7)s_EIK;yd1L9uXl;wNb#;cKZRa-8VET-ml!V$NJuMgrvDQdusBFgaDrGgFXCjR= z6p5+gt&yl<5rWmWHH7N7#F|`Xr**7LSnC&;tzES=)X~-01VjGs6_zbZDx5S}qa~HpN2h_02tz?(QacZzZ*ML2FaP#%OPcW;-RcAkyB@+a8HQRnqXJ z?g)KRjZ5hTLt0DlZ>F)$Z84Z!C}GTT62-|?5#($=hSOA>nQ1z2a!9qWEgEX*>gnn2 zjwxQ%eceqB6j^ebQDhY#9JBW?#TPjNXW0CEzfvB_y!-Ch+SeLN@BPZ!^BOwrQ-r9< zo_SyS_JifudnV)sFVbG(<=lhPPpI@yt`|<=POnN#whx^_-vXpTT~U;Ia^t?#H$1m_ z3wAu3qUqAs{^9hG58gk|vuKVe_vYtDQ&q+pX}QZzPta}iddv6zzGtkMnRni{BBxA< z@p)$`O5?4%f35xUHgC%Pts_k4Ti%p|Qc73;kp7D+?{CdlByV|#7#4@$u6$#N!tTB? z_sI{?9-m4c`su(KX@}kz*mcmcn@8++^6%6Q*l{joflowRKR6gF_xcJ_{_*C_`->+Y zq>RHJRK*`nd&}#4*?Uk5@~JL*=w0xYpemEsgd3G_O9A)%O0SFP29}ppMoTXO7R`e(<9T&!Nl36-Bup6$jWyz8%vl zf@`l_JnG2)_nlGBjyrW*=BDkw%*dfcFs)2EG$3}|4C)=Gp&!3rQCNCb&e~1Bh!8Vp zobvUr)la3{-xe7L7Uyo-ygvgefZdxgpLhM%H8p) zN#kD_lXd*qm#Y-rCBGgJM#DEmf*%wGj~wxS z5E;J1J~|I|W5($z8g@e@uRM}{MN#&lVp7!I#8TT%9`&86E9Y>Q;4JU?)!-}(Bs$VfNgwxW^y{JG0M+n1O7&rcoy z%>7UFzg2YjuB?yWy#2wa0z1Ml4?XZk=_^B_m>mN{I%mEq#LF3bZ|Q&G+0vh!E$;C3 z@4f2vhx#8saKlYv@3Ree`aaM7$?c` zDs`bffqO3dPWQ{bZ>5Uv%l~%y8>Lt5wYuLZ-FxDd-F=na7nGLnjdgd&o;|nwqywe5 zU70)5^Oh-#!BaF+Nn&)JGKK?g$9=44)y;a`!+q??u0Is2Z=4A$Z1v8(+Ow!qd{C5G zK6YmPRBPt_Q{r*Y3B91 zGFQDQSQ5C?QVrebMQtU4(%buQ_>aR1RpLBq%}rBq?zwvK8~ah{gF@VCmjqPePFuxj zgyXCC=HGFse(cPB-jcxCx5s&Qq~*T)@}p@t>^)rK+(o0kFr+rYA)mnH~ePzqEHxGRSK@o$R+7o}0dSVKPQdCtCJuU=zLP8)S3j??mM+;iSX z?a&Qc`^0hoD!S$R|2fYM*L!wXp}mh5JkVlo=mn<;@kRa^6xu-p^r?N(D1Rr7oS`|SZ+Smz7J5;;hlYYqS} z_tP1nB>ZN};7gP6o4$a4ONybt+;a0Ld@TO|E`DsBPqI7(ar|CSS}E#68o$;e?6{n( zA=FiQ@EooK1CQ6&))^D_IFhZzPs+=~s}R{RV&U@+@eTt_gwHeNo8WG*AZ(>fk_`m= zA(QetB+CDlA;^}n$G3I_*ab!*dwHH@JqDdVWaS9S$?vN}%I6=lKM1PFacDB+-4T+i z0(gHQUBZ9Q0PJMlE9LOLimJSM5FoWA<3E7%)}U-^kAzd6#L-YnlO+Wo;!VB9&O>+k z|Ac0y?sI+*YJVN6Z_6fLq*BI-fYM|`MZlkWV=B+1oR6}Rd-D)hFPwh-q~7lP2$5HK z??x4=-?v%JyO8h?@_&q+bT4$|futGUD6)K(KadJ75cY1&M-{mvngI{pfJWw}P4&Nn zg!3xOr2)pzRa$v~_4}PuvzW+X!f`giXw%B`naIox_ldM=fj^>n z4(k0n;?%A9`2;~W3H99ucx>8C|Aiiuev%m{rmAM0F&c?kGU0V@g+kM2%Y@%KimpzZ zBNL8uiw}vpGLh+cMj~;NOyoG{!B*4e$wZ#>OD5*aM1gY~`a7*sCPE@>DSFIrr7iP6 zP8qIb-pOf%h4T;eMp{iO6aB+pgQ=vgNMj3xHLQS2J4L3vmPl;`_7@5@TCe{s;GFO0f@)J1Vd2=+%4SswSkaJ%wxMf6Y1jH+0YzrGTclk# zOcG~?dqmoIRL^FHH;c60681Yg(T23|rfwlarwCd~`<_f>WQOaTMcSUM3UYG3#s=+` zW%8WEG?^QQ%|-nM!fpmZPO)EzBWW?qPh@Z$O{dS2El`04}u%9lm za{mZyC^y`Jc5k%$dTaP3aQR*EB$m5D)$krV_dmgHXfssM zns%T661Y3rx%ay|_W@Vu?ss?YgYM3K$lbXQyF2$0cjrE)I@gJ?X^*GT@I%h4l=sO| zH=*{i&QT_QI_eilOmuQNg#IJ_??{w5=b`~=&!lFdjis64-g=StGg;4cB+xO>OPS{& z0gHS=RyyA)rqX_qH5_FYI*(DiFJ(;?qW%lVfhMaSdBUN;>2!YuE~8Il)V))oN?(9;7lwDv^g#NDH2`7WSK& zw%+njz_1H`L~B0HQqxNCkMt|28`(bPI6Fh-`Geyr>6umzi#d>y6H(5)Xzi-BddvSS zGW!j?y-5uQ5nM_a-E7J3^#&JHsuq=Uf?L>{R+Y*L{wG+awJ9bA!Dh}iXDcDb2A`!! z8x`fmU_Q0nu2QAJf3n>jDpe8uHD{tum6{*Ci#)qjYKchY-1;tLlv)@fM)X1}8D3&C zywuJ}x*gf;K>S^zF9kZo%lUC6J%+K9aeyfB)gyR)##2uY0eJ7_64ZIy9|vAEYG=xh;IT> zV1wGZI)5n;a-Mq_NZqJ{9|Lyo%lJO&@*s_Kzk&}E-ml<7^osMKf}^O-c}(&uI2l@Z z4k*54p3TXi3cwIy+kgv7&=}`nKJf)Ln3tWOD7XYP&f|*7-GrY|On!zYu6Hq6!h-W* zFV3NS;tPI^Re%<}Ocdpin zZ^GD}YjomxGT5aPza;Bxb>e5Vf$MZ)FI<819i4cJy|`N^KBH{k)rqr7_C1}Li;?Z@ z(TRT6vsWi((L8R@iCWszjh0kf{=1a=X5H+O?8jSmVlor^bfT54Z_|lxs_J%~_y!!G z^L?$IjjZPmojAnax!$7`-_Iu8s1tvrc5YUQR9eC9(1SF~p~AinaDFYz?(^g`BYy_{ z?(Hg(N@IG(kQWO3X;Qqy4!_e=z>NG1D(G&Nklg+Bcr^MnVSh}DD7pX8lh2IQ5@Z~2 zC~RSm1e|{#8*;yA7&Gz@QOQqxl+k>b+WQZkID-cMbKR?}4Sef}=VVO>(u&Q#M zm`@v+rW03kR87~36WA9g=tLb`F+(TL3Lr64Cw{_2g-)DF!#hzY?q&OC>BLtl>ujAE zOV)FAB1qZh>cn5!D<|nh7k$bi-Pmujp2a%xDy?9tt-QpO?1*JLv4^Uw(PX<=>2jSI zjk(adS|{!&>uYr4+j3m%#2=`TYjt8LUF>x_@imT}@90D!8GKhKeo5KBrxT-@*rO8@ zsnNYU@i#fDbmC&_;0B$TMs7FiCR{;X-=q@<=s$1KWIJhPx9Y@N7?iV5Cz{#p+jQcu zl=^m^_yN1*`zn!>0fqRT3%r?J^W;XN!rAH#a9TqmhP|>%ctr{cor}Eo$)K}IoO%&{ zb|S#OEQ##{IYj51%m$mEO~7MUX} zxDc+@D%_6Jp2D+WIz!`RGc&f5><1WnqVNM)h*fwdTIVTz8n$N_7NBw7!k?fP9~MQK z)v1%{GOmY_W-dx+(}YurpUlNFVL5*WW#$r@@D$yOx-*xm9Iw|ddJh(mxlE^p?d)Yq ztvTnXV4PVaGyTrD(YVZ&>8vc(c@1tab5%C=A#1OCkV)P4X?81-Z}=+3>Kf;5`Wt%ucS zHrc0x%qDFrE#P_pvKE|fuok&_Wv>;AF~Z6ko0`TElnL9*8s{jJc?6Bf8lTI0y$($) zYr<$!6*%RPCu^cJ5{cc;-KZ|BSeAL+@uP>bjt{W5!$L|*B5hStkmD0+?-KMw)+C#< zXdB9!oN)#S3crm$7KP`*lB~i4Xx3Ah!JZc0|A3`uO}A%&D8t)@-{T5igk245$>8oT zm8+;7riKZ^J|A$w!x*30-yBK2t|sTWj2Dn9d>+FK)`y0o8VKVlY{0Ox3$KH5dkZ5V z@rjgQpy|QIRwfT_QYJx|;K@4i2#hqiQYT{I60FsU2^e6(byj8;IxxdK9KXXS;fEow z40XyMoZER`L#<~bV+GR{9r>8`QHU(UoZ7-4XaN_g*r zVsrC{a)+$7GrTtAcrYk@2(pR72hlrL;a`z$7ltwTy@kurPjmdfl`6OT&^Dq=R!^Ch0lUMqwr?PF|=?KokzU7=8TJ3-IdaBJOabE z3crf}_Y~fa&h{2YVN?FXF7#|>VGdY@3J*iB`Gr43%lktgKzw0^Y&uj==r_oPWg3!n5&X750IHr|>(nA-}=M^cVh(Bi9tk8<+8O7P$ywh{74rmL&o?_MFsA zi0>SPZ?NZP@k~HC$3b5Eqzq>M3x$UArR?7?xmsHl{Txf ziBB!T&m06yRb_|@W}(6M!f`|u%pg^Da4sqgWZFwpuL07bmDnd|a65;^C91S*c#9ii zT!x;tm&=6Tc?C+eS4c8Pc+WW%pMAp)x1hp6B-XvRKe3{eIDi6LXJ zmer1{t6VHR({kA8@tLU7Q<=rHL?3!yhzULHsS0~ol>K%B^fU1<&?+$Ve*nQI+GqKw^y0FHER`_@3uIirEu!X3u-(N@hzS6|z^;KPk@7 zdp1kX<0;pR9_a#$KS0HvpR2_2^}Wr)^D9r`k5HX=Qd3Wl@ch~{l+qUSZi(k*k95Yx zeH7;vl@KMpP`l@VCqO!0V-c*~r$O(NWs44Ys#q_rjn|aBSpSor!XJ>!&Q(*-D#E58 z8Gf-JYVthoaY}apH36t`2&G$*I0?WkCVG%K3&5EOWg+~m9V0}!wZSSaw@w4Ma_e+Y z5746Id-PHFC&YrLA=cv*OE&s`PZ<+^K*tcKNLlxLMpC)<&chc>lkI;{wf{SyxE7&| zg&N{%1VRrFb7 zJ3K{lHksgH40<|s*KTJ1OqTETlu#iPe}`EZi8V6k&kz@h7TM27RL)jPQ7i@M)BQY) z*0Mzlkm20{tD0~jtlTqAS92olMTs%ZQ_9gY@f>oV=2<8?bJ|2=y-Lt8O!Ks`8fC)M zJYSbqCoN-|=Xz?kSZZ{RCrH-C2QXATD?CG)GYQWv3ePDjXZoZz;i>gxuxZmLZ4M(< z=aKi9CT$j;HJ)LtviN>z!Bg+a<>1DZ;k}eve~Z@pwxz~E2tBM6^|m!$Drz45KC)*> zp|7DmyltH+$)uv*wl>NZT+imbZS^IZ^R~4+(VVxfd!^9Q9^SRoc#z8dz>*H5SSshQ zmKsq~Z6B({39`&2k5#BVnDJ)Y63(QGCcB{LrP z0oiFu<6`T1tJB*3SqP>)jjTGY32g6=5bi>lEQRZ|=CK=p2gG3_*TK<(vX;n6U@#70 z<^{CGPOF|xx7JKPi?w%JF(x-6e;q=_>m1+bSkjY!48#$H{ENWF(_>|_-u!FXgdS^@ zO#GUb)?-bSi6Jzb9%~L06?@1iY6Uob&IHv|goeK8FwT(*bWrK^Kvjy%$u$ zLg;-n4B7Lr>Wqs~|2Bk*zp;lNR-N%ZAa+x*xkDflsuKYLrz$+>S*f$Yp)?O@&Jg#L z=p+(BeIiT#vUwmZZZL$;f#?~@?Klt~K=vx!S_IMet&Hs?nhx|^AUG_!k?0v@ua&=& z+xM+0_ZY&zgXnLP+YeD^D$KA`^7Oo5W&VmpPXO(pF=?FTPC5^%91!)&U&-wyYdZgc zp>zkbctf#}gmbT93WVp0mnqxNt<13@5bXnc1_-80B66DyqHW>`iC(fYmy(E_P6h#Q z;)*KjYvxoTwjhf=Vx#ler*_&F3tgfXAm~(|9Y%(zI*cE7{gok-xw@?CBc1b@%#nSY zHeXr?nh3x}yI?iMT7X*1S^=yCAgg{39Aur3OW+KcY`Jx&G^#L+s@!vqfT2K-ylKQ? zE?0X&VSk1yC;XD$c&Ya38<0D3GpCNF)>P@nxzj?TR^~`IzSIiSU#a!V$;v;&bFPEI zE%edlEVSg>#JY~mZlH@>Xq9v8H1QrTzZP1xGDl8V3#~3LR#2YHlaiJ67PD1(VC91) z*6vThXtFFj+gil3_2`2$5oSsrvn{!VvuevQkH;4%(>Ok;2`Uh*m$OyngIRMqqga<) zbIAH@VEdIg>vC&7#T&%BJehU%QBDeta#p0!T)SDj7rMd#3;DOy+dnwK2>uCeoDWJpTB|VF9~YDFAMd zmXTHE9l%t>R8K@${vZ;ShwyVdQo9f;e}Tj#2RmJa6^D^n{(I8!2H|}`-HA|XL(+c& zcn@JNSBcz;julT)(vPjcp|Ox_CD5f+_-RVVY>iNQ0usLhaEOVCNGw4|%|}?qg3C__ zrm_t`-vsJngt=U-79(q_oa(Sf%-c)Oe$a>oTc8|{>jm62OW+KUa>y^ZNCUuULQ>uW zD~9?jvykW;Dnt*$)C<661adrbBJ&h^hSt0QRL$e~Ddn2(DNy|cq4YK+{t4hiCUzrH zjKOmpLe003SjKs<@(n<1fm)5Q{0~Sh|2uwGd7-r%kY5jpZypCa9}s<@;o;^fnMm-C zS7jD}-N0OpP&pcj=K(y;L@^Sd0Qd(&*%8p5HdVSZPcMg0RS7UHz&r-toPjyXoyI}D zUDJA*=-`BWEVrug~%zp0>EVeP>)q1 zWq1qvzZ#g8x{#E?yYr5%DJX1Jz_VLrV!?Z$lJaDrdNyKP>OOb~YI_0*Sg}7Os-6ap zDqA9P8|>I&Oln#t5|q6N0%}g_6BaTXUh;H!GLP6!0iMiWJP~%qU0OdXxe%dr0}|f` za3vGVk+>beK7?f~QW*p0F{BWt^s+u4N`))wBh(&dOU5^~uUq1ps`oOW&HnFtl+il^Ax-weO97;Q?25EnpzEeNGtOYH&h9fW11svQZ8Y{mot2Z4SRp=t)$ z+yzPQRFWuRPnW$=iL3{a^_0rO=rAHwtw7e3$a>FRihU>Bz%{g}ihzb4DT)lorxM3%tihiV7K6?DUqXP{Ie;+zX5fX7>9h8 zDEklqHOX3~7CDsW{2ka05aBY6rD>SOa;;(GkbD!}@?Y$=y=ZZT+}jPea=94#2-pu1 z=7dtzVt6Y`7QZ(XCNRRv=caYO$(eSx@Qk!Zl3ySjOD_aS?ngO#0hmyBk=i_t5Fwh- z4MTe;!S~JswzM2SV^LrvKz)*XE&y^r(~$r8802Lqf$I05qMGStPlJyHg9`po z#w7sA<$Hz;(g_(w)fyx@7JjVqxpoB)oHU(|hcqlv)vEJfapmi*3y{Sz|FO){uF6`% zcK4w6tC9UTif}Uk4(U*d5>r}(a<L<4dq04HjHHf_t0#EsH=n1wFg2(*xXRA z=|*y~JSnXE8M?&&K;>~8!MqQ2UOKGS{{3h=W}EvE=KcO8RgRlP`yG|X9S`%~S)lUH zz?5shsq&uJd2i}Ge*k%Js66h1S?-Pbs@z<o7Rho`>1oDw-oz#pM~@9k4cFa@;o_UB63-)d9F8G;W%5iztfzdu z<{((RPoIMEvI?l@(GAZaoO(JER_&>+jOtE}FxSR6$a)H4zR6im#*m8a=+__>qxC%J zk=e$r3&wi~s_tr`7nz-P?z~iBW*if7fKZh`)IAz1vV89GH zr=@N92PR^M?BDt}yqJNh1tGUEWy5FCD8tBE>8IU@?*Aj~v_Nd=gL`HeS(UQEK}#9( zPe|GDFp4pZtPO1V5iEycxEfM1{Az zSP=-E6ySrs_IR-rP4MOlJ7ZR0cHqPSlRixVX;XBLPvs05ZUq90&;lVIs&SV~wXCJt z#HSU3?NsO^kex*Dxalj9pFR|#VAaZqH4n|U><{rnk);=8^OE+ zjgs0^s8KY_(O&DM0Na%iws0a!7ohHt1R!mZTl_#EJ>Uc=+ZZU$)yU(pqQ-Qol&RY@ z4%Nn0gGI1g3J*r_gelM^ss=e*6_QH8g3chR?_zgr@NAT3DI2%lf*h0F7_0}TSo200 z2IQJ$4NIAycTJVl4IU#ic}ufB!yl-Eu}yK;K(VHdvdXeoTl=egYlg26oa*Bda;Z<0 znF3{(ZnI#tWst7?vTYWQv3FLX*fh5wn)md8g$+EO^r9LdGY+_t+ngjFP8nR%fn`OK zXiD4@iCdaIeFR0F1=d=FS*U4tz*;k$HZUgu0f(g!ocp=f5PMP_OFGp`;^z&<2iW@g ziXFV?^n@C!j2c*O0TM##WZ~c*Q2ko18x9-%T(>OJ4VU(*Rkt_^hqf-!%5W1c)jD_M zmQe{f<%qXL_M&V@4SNxbIJN>O5NR@689-MmwXGs(6nBckW0CkdPHb_lR0ZU!OKzBI z?HWk$GX1sg#$axpqPk7%A_Nt$pQ5Xd+v=&(-?2TD`|)TJnx#2uYA6kZ>MI;G7od(-?&iY_W6IF$#J_X&ehGd9gGYGQz5C zP@R}xG~SZSd?ef#SFk9{=m3I}myo>MlaLaa_;m#!OVl#D4q=Gc)ZhQ{fW3!_0|;bN zyN8fsQVVF%bsN%_sAF^hfhFo(CF+3tm)Cj7wXoPibO3?n*UIuAs|-dwFjpCb@b`Qy z!KgBxL1>}MVALMZAQV#>jMxsv3Vh`SguJk16^|gWUk)H98^VU2CDxG_8MwQS#dtCP zZ>tkaY0cuxs*_UBK&V21IWSs`;1lQe_j_D+brq2JNt)B}tFP}PR>-vmJd7?LP?XNJK=Y1zCB!{DN{ zY~FQYa3N8HyoTWyqm@w(0=1IxE|LO2Uy2AzJ91*ggL-(Iy;}_fW}$x9g(D=2!)S>F z*D^W-0R`{gN}xmG8Ld|g@7_w_ECdu~q$|2RUXdm3A8Q=kPec7F2uds}kBCu#^4 zO(Og~#4jU2kBr{ZXvXg-G$S75kopv;nwm$QrUQs(4>TxrDsZ}*7%}D)MkNTg=b|HX}(Ua~xCSF5;&h~F5@D2h98PWFQOlW{!Ofhi;6H^gDY!n~Q zGpzuVV_a+lPv5B##=4(x+R7Gvgn)^e5eO*POc!+@|U zPuP%4QITM+EF*cFLSM30@Gw`r1^;7%FfzpZ(nudi7!AY`Mu=my=_a=(Z*pt$3wp!w zvTV!deLoI0Q8XC_vhT${@tMl5mH#SO#094(#ELEC!mHVH=Oh0ePzADXKIh zKJM)iTfH1Jy$a2!U!ysG9#d#4>Qe>s<|39Ls$|SA!H7vp#kYJONk_&fRbrlLZFFWMBPgO8x503Q z$*wY-2pd*}lZtC?Dh66Zh6yTrWGlJwjTV+Tm67Tt;K^|-f+QlqXL8VdMtVR$5+7%A zi$|vFx_@7Dy5{|EW8Cj{4g0^KI#nSJ1QQn{b_&G4L-r0W1b9YY(u-`w#Dx-!^in9{ zP|Q%GUB98K`L~CXRF+f}@2peUG2EIxJ8+&{GvSq_{Uu2EUvj=q&+9KK+C$@d=1bBV zU-4!58q4`Iv}WXd8Cqk7mTal9RY%}O3IhWpOQ-k;M($zVTM&}5#=?@Zaei0;smBIr zFm&DIqWsCu8dH||W0%mrfCT^=dbck~ssO{+@CTS6UuU>8o&sika1UdM#H|W+Q``j9 zUnF|{$A~z9FqYgDxWkN$pGulD8IjzFCy>j>?>P!k6*)7x$Pbb6Jc1=oXY_Lf51toG z(4TJTEtx4Zu)y-h9j`|+*6RgBj0F;|mmuUP2!1>QosuRpr|jY1nvO+CV9de^yGF1D ziD4nc10dv`cPtL#NQ-yf$=9{LQn%tSmdJ!wU6k>)mq*^TZ=R=M?nS`+kNLNm2NF31pF-d}I6>&& z$uk{wS>FI&wKCoy&M>?QuhyY;W`E$)Lo&sh1Vz04s!CapJ7#vbv^$_N1$4~^`KQLDj;IRl35RP}@X}P5c(-2N@;Y~j>#tqK+ zbu%EIo|%DXhLN#)LpUG2h~vb^dB%(G3Ls=4@OhLHgg+r1L7?ZQ3*l*lxmex=@~Hyd z1_a|V4V~eCBg&GGxs3lZuF2q|;Kls_?rn&R5x#}63*kD18xgp#+>gLLmEld<&2nNe zpTXttL^Wc_`JJ2f#W^4RE<;$hISvDEn9!oy%eYo4qg(Fn&OaDT_; z9G7Y4a^soDFyEE`MeQ_;B_oI7_eJ!Xu!U>{v)y4iu5Zk0#gxAlxQ`Ib^1$F}BbgZ2 zoDn#8m<#vN<=D+e97N!qix7hQ`akI>&Mu@Ml80Z`C-^f}oC!k90>Szpz7zg`@(%Sc zS2o(!5PtzZ;4fcDzomUzdAxXQq%%Ke|P zj(^ojgR1)iO;OCAt_~w3l?j^$=F1gt?`knczg&T6cbj@``oCAq_0rKn-;D?-vhcKc z;`0*v8xrtBY@&Rzcj99T@a7op;f|(`t{%LqG_s|uH--;Rz{xgr_r`&6JHJAK87~@Z zY;0-<438TI6zOe`g=1T~o1(zM^R{<2Yy>m}xdsckrwQL=&}eYL`#x0yjsk!mb#?VL z0ZLUO;*Tnj!0iCatKKXhf4e#B(JjII)=fL&xTMxeEb4>jK&b%u#iC)193-%UA#-#Z z5|}2Kh<6B3c;LvT!Dwp)IIIGDVhyUWD^r;^&=4yUjW+eLaj48iBHN%ixUl&0Mq^ip zDmbUUx2-(}uW}OSCKnMquPwGk6^_Pw+BzvQ*yEJ}cqJ;S?J-sg&LuI)_Pls*plA>e|yR?3)VLCt5vEX(UjRQP9)yG9R*6tART zkL2z*+##Etnvx`2itR}qCM>V*8*RUOp=yB^s#q68wSN0%DF?`k?bj}3Z3gR6g;Q7> ztbM-Emmbg3p!21&HV}EezMy?8A224p6w>Ph3TjGV;tfH`gd||`jA~W7MnY3~=a(-> zvGzH(6pwYKQBI$sLyllmnUgMa9HW;4b{29;o+;t_)NH^bBs^Nm4mPq8T3qVuV6wiZ zCZr762aUd_+K(B1W!gWMSYH--Q4h8+WWQp#sAjD)LRD&kR;d`jRJDigxm{X~?6ZeW zX=O-822hi~$Cqb6qjaBXZ%Or{O|owGAM5^wDXr?RGA=9617@Ak+hxc5KyT1!My8Wh~&)t*IncCh)jaJ{d{DlnoexZI1ctWoy_y_B&EjNx9!i z}kmlKq`xzoh&us!@jMhat-DRvuRlEIpo~$OPoeNwH5!4N2Zh z64nj2gIwzsc(paE1DYMH#3*oKJd_9h98)Ao#*kuXNbH0ZyGH`Yqo1=tPUkZev0wWh zaP~`Y6nD-rN~sXvBvTj5u+ezejf|PrhV4}uZb~00!Q`+asD$X!+TXws26Mj2KHVD*S z>CKH+z=dwa=tgrDuP=oFg|14g4~-g*QmLw&T&4AVmqeY4T1SF|8pZJykTH5$gPMb=(nJjfE=2;( zZh$(MN!xR`K$@#Blw$w%!c_J$h~A`)ySibh-6zZYF&4=OoscQ*5S6P6DUH&o&Oa(= zN|Oz`-<~IHMrT~>C4>TW52)=@xxg``;H~CrC<$afG?=gcqG!mLbq+(C(lO1-l2x2y z56HIK7i~2LPR?Io>t-lWf3MkeJfKB_VtpiCvM!7@z(3BHVhq)TX{xQ7tReDc zThK!T7g7|rm(fFGn0>EWBAF4RtTuUwbG;B3Mh<8)lZ{rt?9=TQ*A+yF5Ie{v$!961Zpw&!71T8x;M-)Fg63cZp3xcQ7A{KJG#&m z%LamEg=VhP^QrHI6bw{Km<>s(u@m&bWm+}aU};~dkvdAT{gw8XDx%u777Oij z%jmPm5{)|GT?|*yJfH@zat0&VHEdfp`YO(Zoq!x;zPiiDO9Gg}R<1^T-1c*PWIznY z^o=YSS6keS;uymdBSpE_5!yo774fnJ;-f>3C1QrVnqbQXRx%Amn3F8?aLttm6KosP zx{X5!=%&Z{jMMZXO&70wtkF`s(h~A>qm^|_#0EnYwNAvuuEuSuy?d)Pc?hmBj<)#`+IyNV zQQ3nPVP+sIYqXw$I7Jz0eHeo~)RMq3&IKoSQxIc>#pny&>1_MY=kfH2YlzE~yEN01 zG(aUnl0OL=;pL!``xk?m0CKLeb$=x0>tfSWc=LvoLoWiAXV$V6Ye$f-W533yYyXY< z2CZ~y>ue1d3T&NJAG!re)%AMds-C1(fQOwrf<=tXvJ99oO?MnfvGJRnsn!wpusvpo?51#;=iOy9DFsjhy8jbdN`DHj6FJxP^t z(G&v4Fbq~T_E=M<{q}{@Bjniy zT2!_kYWuAmQhHRVxz0=_-~=Mr+MvUfdq00po#<^2Fj|R}74i-$`|$su>=Q|4)eLDm z8mE%VI=`Ua14#!!sx0hDtrIihMW|W7n!c3lAtJtHbL@-M(P*JPplBtABPouNR!L`(L-2YjJ`xN>yYSoS5-{d|#*?*F{3XdD^2-JBZF@eyF$r*FEpPFMzefdX-tM5~fr zPMB_!?Slr??BdeedVHI?J=}m>T8-gFtJVm2di{bWl{Mi7t4;_nU0A)MPUl71+rv$L zv7ShnpGOw@%fq-iiO(JjqQWsv*%oWB4@Y{M!Xm)`33ZFINJO<8Sp*wmQIarjcjV- z{k!(2NM}^Y4=IZ^m8k7GcjNw&CTQ!#?WV2{ zG?L$Ncikl9jXm7^i#EiyrTW0=e1_I}INaRZ*$@sxQLzq4+z{=Fb#>I^7F-OUJr?0k zDHQU;(WVBsR8jPi2)ECe9+7hE&nV(1oTyzFUR_;VT}Nr7k>)0)2H9pjT_9TY-NKgM zNKYeF67Iss7`vmIH~Jk_ZRukQ*IXtGm*{KnXj3CN9PWjw zSHKVlNf&MJ+APA&_!7C4NZmv}rqOVebalclv|;S@v|u2xVexNv>M9%Q58w;J^=+}J zs?2;mKHLo}Gg^=eYwt=JU0VYl5NQgx;~5cYX_0z}@TFs9^l~Mm=1Te!PCem2wZlwsHU=ZNw{|DhU#$n@+!ky>00{sL@#nkMB!HZB32Jew)z9<}N9F&C12$b(O1E za5}|YJg7a=i!NNbrcRD#RbNL_EFzs2d_qfmS3Q;&F!f%zPdL8B5b9~dG#zb%Wp;MO z(R5#Ec~oejDXQYCjXcqHV#Uhv^6JVJE{R~xLu~S< zuJ#C?-)WkRSpz28-UwFBJxyIbuGJCE+R7SCk6e%HRKsls z26k;tb@eJv%vg-VQgjurWq@p^Yc%Kq*xc6H7Bwpz>9^4<9Qfg`=4MXn36ti8Bi+|2 zSVVDE&xLd%n-(92B+^1E>#8BYdM-@~)P^N(pB78jLl4?ZLrqN5%GmVMUv&vq6Gl%R zk+b7|PpXy6M3IkmQhW~Lf=S7GEJ4jkP%F4Zm5JGVI_5T2UiX%iTX#NlV9c}IEZExg$PK1%h-cYrx0S{qgPoUbxnHv)vZD%1&R@$u| zo#84h8c|hZ4l`S2HMwEA+YPT0BXd{+D(d5?(1ya9P31hTIQ? zvH!z*yA+w=!cB$gIjlxIBGHXuvzIK>`x9D1d?RKS;~4CftCczEIW}2Lu;*e=?Sz{; zntEEAIvcjA9bddgxy{AQsaCksqTX`G1B5%Pjt-tev~&V;=~-Glr+LUn?L)zFN#$Ve!!979T)6}{eVeSg zaZXs#m*>SUnkwnFaJ}e!+nW#!zgFh;JK`4mgtcrqfLe+~$qPljUQ)(*Bx7(%_Fz zNxC;0o9cU8^d1O{IBWydodDw)Ft~@8UaW8%VS6|>>1d3Y zO3h)79NKk@lb81RAU6iNs)=oY_*f8dr34vyFvDXRT^%-}s@_EBx}5TKIOW6+RO&9w z$C$%hqHDh>^n8`5PYY*;y;!w!UG?htN^vue6|ns>s~EL}k(I={!g47Cqrq~!Q6=C{ zZ;NvXZXz(pSFNnA zR_7V2(NzEDg!<(o2~I?+U-8#nn!NGnk)GZtC)Cr>g@s=O_PSj?=oNC_lHkn#;(14s z?aCzqI*^l!;v?-4V*-`|tXkixGf7wPmCZo+CHl2;)vB7M3o7fdXh+wnQw({`QvU@i zGKZ^-=}_z4h}4jmD6veZw)$0m*5#AM@|WTal= zXLV)^(-`f-=>t~}F4w82R%wsZE8KdCc1Jopu|DAej(amI4>FZCaWF{Nk~rjIBh2zO zaW0mS@^jldN53wfO6>LQno;IFRKNrpN{#Zrcw@0i_k)Dl_snUl}P53P#mk6pnhq^4fSljBRZ6&%_^xD8 zWi7XP*mleF3j7@r{(MO8)Ul^hRnu4SBw0_AYI7>0z4cw)*rvAdkb)YH>bXR2BXm(} zO1oR_ESqqsm(VH?ecPoIz;2mqAGHV3_jvRIz`X}bwhyyxa@hwrAaY+VPrLPomiur$ zgxYcD!W|CU)4-p`_^?@6UA1PhbWwUk4@<9IQi;RuH7iaw#*}ojtkmN&WVMT~TU?fW zJg?W%v`H*O6Vp3XDsM)FG2=D#MRXnVz+5eGRRw0zE9Expx$tH<4;TYB31|n8UGm)0cs3qiajUFk?V42&?mMACFV4_nt^;wiZIk1|b;Ai3 zjJ>Iz_j%ki= zfhudZhUR<&vz+pVYTP8vXdRK3Ht3KuIyPiI!gcN?$6gy2jxj78vGz6tBfdQ2lv*xN zd)V>ZGvJ)SOnUUBm=|zI&8*rumgGJsNlGq0lmTI4?unJDab`9v#+kbBol0k+ZcMIZ z#mdA#-xu5fCe6)y@@wvt_fX_n`O<|rGm*O;YM?FJ2zT!qr(Cs3uMi)kxcAa2cL=)g zq>?Z}G1W(>phpX4GTDrPgSEW6-S?$wr(BolV>1t@iZBlMQq#sOpO81g1 ze)B>$7Jp3)OBRb4ESMFV*wE7z#m&2}_Q@+2hroBT`upf&byO)|s1d@S|KZOLAqxMT zI=qxe-)m~C!W^rtf`$_npRo06u%(Gm7^lDTgMZ1%oix~!e4sI zYjBJ|)l9;Zk1is48JPSGOr8cNzyBS~I*vsHwD4*{#{=fyJ~HOTGKBHBrV>9{!($Nh zT%E#_W(hjj43DS??WI@!hC^;!5;w3i+m0sEJ0vdziun>eCY=NPLuc? zz*If?j0TK9`;le&0*>K;NmBth1u<#(X%9ogmxdg#Y53Jj{Fi0h0T}uoA~l{c-+4hk z=H(~HYVRoIvtGu0!3pV05ctvr!YAr9;U)y5hjzfc$djl`9+5l`6Q&5Ku#CBqWX zQ3l3*!wc);`;AQ7`5Mre#=nR-q~Z4wkJE52+DjfR%Qx@f0|*l4D>iwtUcyEmzMO;? z@q~@d@KrrVhDCsl41CeZG|;jRz9fVf%MzwN5Z@1&Z^oeveCZ@{g!#e`UZf{H2{H2q z05gktBJkvrr00jNA{y=jY-sq7wFw%3jSJ70b@0VBV-W5Je1eAgA`o8WPdFDbQJ>(4 zG4Xs!2X)Bw7&MmSXAA;gL}GNcoJzn&dct_Wg`{r>OdRR?q7EZJU)aHmd4yRnX?6h~ ztKmmnc)steSmQqdY}(5ge2@oaPPcoGo8YV@%qF;3#L@$#!?o!o@j zlk_qywudjiN?bO^TaQjsQ7Wy^WYo#uKVaoLd1ec4Gbvts>a?rfy#{}Y!j*A(vbj6?#EEh+}3XAMf5b%;Xa zX~#kN^gD^mmgCi(=A4zd@W5mu0mzo?js(hR7x|4DlrGk3`hj7XALb>cj}zgf z^f>ueR++^DEigyycEj!0|@cdGK4i166y(@RU;TeV|8YLuX! zSzd0Q+mUC7JoLnIHlG+#HzMWP*`UW$l1?z(_oox5$L{A#updr570ILJB!t}F$|fbB zMDv9&`cBa?pBBO4B5$p`cBTLFcC4z#MXm4M%Y(|#qxCI)SH{1%Bj%zy*3NiPwz;$D zMyqF0T^RRC*cb0hT?LZvdFg{!SGMe2*>7%*C9r(rR-eKrtm_L9u9p?5ql3XETm-aZ zUKW=vxHvmoBP1wiW`lQ#*EAeM@_UGg<(#Blq@>ZXq|q?P6`wHY#T9^oIbJM1J%(KP zQo`luG2gVZKfj7stP)r=!p5K~Dox4;s!Py@sV8G%WR?;gE}lGqItc@TyP^{-QHHhy1ng$xje_!jbLD@e?1NN5kH$0*u^1O6dYGS zg5h~FVa;>93orGr@lyX<2C09I-$i;oh3+OSU+N^pUKgL62y6O%gtcsUxM=Qn(fo+8 zmUF+0<`EZsfH1cpxSl|;=1EY#D%9ff1FmNgtoek5cmct*_a(wwo|g$%;s@932v(H@ z#bLq=6#O<}Ezj==YdyS2So1kTcp-jpeTZP%_%UHkf0VGM=Q7Cf^b*!I@>E6B@HM7} zXC`6Y*F0e{I_D{XRSm|t3JA}ap#1c!wMfBy?Wy6<(*YwxiK}cWVcm9~4j4W>sWJMQ zWhxo|C7i2hyo2eNDLmao&R7N0Z4o9dhZA8xVh%aN4q~p@ z4b5?c!GN^3hVu|}mr5FnM>wGU67xtu9`QsCb45K>!_yJ7j+}AIcS;!m7XT-D0uBL| zG5|&ua)(QL@?$p>E z@L7QIQZTLL}pF$IBTc^WD06EOQf zk9hDoU&F@6#%uZ##KjsufS5Zq@|lj9=17=2;IJg0e#C?WtPt192&AEG8wi8uV#I_E z%~`~QhB|1_Fxwa<4EpUFHuUGYXfD<8RfzX$_#VV}X_)=^fQAuC-^;q#x6f%j`|4G~ zsA~se!ltgn#Dkvt{*8ty+Y!Q`zg)wH{$m#nU+v7Y)DL|iVfH^??M#?HlCN_%Fi$xN z*C6I8Ct=pbH0xp;2?w+vuGjcoz!MG_pG+Cpfw<(@2kZqr3W0dqUP!~VAL%!M&jh?s z<8u%%)-Y{krG^U-uhVb{aVKH;QjQDRUm8v!9z4e)CLE~153b<|q^B%AIV4OQqdgJk z^ucM8a695k4WEO!M#HSD&IN}x+=O@xVK8QU=V+Mil{|rGd!_tnEKi1iq-hX|pJYRI6!li)AG|YaOu3>iB z3Jn7k%^GH1Z5pPI+Xn;Ya-~c()4`o^;;Ug8}P>(rk*O`yo?@Z zYj{4&E+eelwNm4$2Yyh7cz%lJ2^aojjlT&oPqE39^p;oAKMfpTc}_g90u8f`g&JN0 zn6E=O_1@y5xlO~g%^ztR%FmN)@>~V{pEL|m_Q=-2M8tEy>(6??(k2# zgMS}l!U4U1*`;aD0-rsa=6uA20~{>4h$~4W3fGaf3ZVd_Ij~~)G%%M85jJ#hI!ZKb;97k5Bv!mn|WK) z;6Poxt7+~44Phf2eH_c)4Lo5Z8_Q5O-eL3;2F;H^L)h2}KY>RY-fhfx!BaFmAMq>~ zJXgcK6SUL?pQ7P)i0d>=eKO5@_oH6IMrM8ojrE>~xKG2RXPWenfS$0SzfR*108co8 zxtkY1lSe+h6MC11dH0iP@_7O@gae$Mas5Qo@J{GoG|f}M6AoZ4#OrUGhUNHq0`lkG z(n1aM?&o;I;QuV>2?yr0r2487>3Qe0RMWfwJYmz8DvjsZB5e9=4e=<;JEskr=4H?j z4paib)v58XYdBCP(PD?jA4ZaJV1dG4M?83LL%hcYbFLzucXjzeCc?Z+` zY2(*5z65x}Musajz7%-EW{g}6)Km?Iff*)Lj1Ir|+&XMwVg^(8 zEW%pnjexT?+~$J238QQbF@q`FM>rclxXwq&*6>9xcspT~-GP|Fl)aoVm51vpglr98 z>w@kfo$4d3H}_Y+3hM-VfZvIhvmHh4XOkgegTUGNKpQT8Ro z45sYMg!Ax&>ve=|4ZrDv+2s}wns7M?)^QS)ceo8qaSc4;e>HY5a5mNJAIG;S_lSxv zr-l&HxSmoe<5p;L6h(zGV}_w&Ff$_LS~*B6<&sK~B;*=NaSll}PLxVWa*0ZEq)4j& z^Ih}&W{$PdttKe4f9dHty0qZ=gP^WS60=I%Yz{zkXJRY6~ z&xM!6|AfDSe}I33OP45U+eL6Z+yrh5cZPey+3;w1GW;C80A3Amf)BzCN*1)aDVzx3 z4flkj8!`BMCK}Dy{TOm)!E4}6@HTi4d>B3nUu63);r&n@t`FY`cZ2)DgW%EdBzOiq z7hVd#4Zjb63h#xFz`w#JN*Aox1#nfkF5Coe1K$PrfcwM4;qmZPcn-V-ejEM(-VPst zkHLSyWo#!Vyp9*aHQz|-KD;HB_dI2ZmL{u=%f)~W4b`@xR`yX58LWI_%b*V?g?kXqu@30d+?|5KKLm78+?@=GYD;K1>Xwa z4tIjP!2{qY;05qfcoqCMya9e6-U{!Azk^T0XWIdSuwL=-jqu%YFE|Gt3qK9dh8M%{ z!&~4_;a%`v_z-*qJ`SIPbxa1U}0%a`Zn z9EE>Ej@`x~zfL*1N?!h@vdgGV7}GCUJGv*4GIvjp)K@M`3|3vYwJf{(zb zWMALk;i7h;PuQO2WY4JxS4K`%+1@vru0*`9?AyGN?0+9x%U&}Pz8(2@n)MnDx0>A) z_uu_Kvd`NO&O*)z#K*uBWpB?DvbSe8a$bg)Ab%zNrde&9Xl=_y{uX!#^7p{|&6;Nm3bJrVDN zc$VV6-234X$bS)D1Mii+4d2QBnx2ro=C80Wa}7CVWX~xNUo2ajHO0wZzdmyQ3O7Z5 zE4YnW>t4s|+=KjXa60n)$-b-+$Qc7aiu@E{SrRk+7;eEHQ_B`sd;~rQpOAgK z6}O+k6=Yw>3*k$UQv>nZaAV}OK>QXsQMT7rQ#Zs@;9khdknN%Ae&h^=$IAZNjhDUt zEac3Am%^{ZYvJ{9F1!W)MD}IvMtm=P6h03B1{bMjb$pxada2;ba22>Z954I2H>{#n%v z^3Q?G!4=_4;W)Uq>}_a>__c6b+1Iz7S$`{DENbVZAtwn=m%Ziy#B<;W;nDB}_%V2j z>}{9}uY=!%cgS|kTGKw+KQDelPPrNdH7mol;r8&|@B{E9cq+V6_U-VYY`+7VcF6u( z?}qmw=Lq7*;1jaf)CD=AW@*`LmVDwww_d==b8_IX>$CG*~&w<0GUIsFhH z4Nrleg%`3q)Wiu>zQ z3yzn4`!|&Rce5#STEMMkub*gEeVrG2r{X?u3UYcPCr5E_!w`5R@*jhrlD%#7k-rFD z3BL)ilYQRz5Z?@cB>TGTgb&NU&3}@8n-{sNAiorRiR}5+WY4dMoa^AW$nSvsB;*W& zN5GS1U)FTlm-Rey*1|jBU*NOs3tw3GD)9AiOW9x3?(i^p8oV6d0w0D;TwPGJ8k_*% z4tIrn!#VIMc!F%lB{j`Od>On=w)d>2?dEV!??J`={rMeSGT!3;UaBB_&V}&h@D*?! zxE_2Rd?Vak_GR57dpkSI_Is=;SuUIBG;=slI9qXV+hBMU{17}z_BvB!U+zoDc?DjE z{FP=c_ixsW4anI9Z$|!BN}? zN4N{z9ZrWc;B0s>JOUmAPki&Vh^BYaIGDO2Fk{eMJvBwyTnF`_q;0o8abf8~8T3JDds+mc74Y7(51k z1bzm79$qe&vVUw^Wsl&s@OpSNycIqKABKN~Pr$lvCoD_X>I7GSbss$%jo}a+oxknd;Q_?Q!sFn_;3wf{;TPa}@B;XCSl3I2_WT2W2i7%` zA?IUw2fQ0T2}kFX`#KgotDugqe+)It!{@`7z?Z|lGRCqqD>mtMYM(3`38{R*zzx({Q<>1@VgT#qeeDU*YI{ zcyC)G;_cy1@V#&*oCS}C$HC9RIxY~_WfiRJAwzsKycOOHe+{32qx0>3y~@}h)=;xN zTm_EKz4!cU5WgP26^_os_xu#a{n%_zxGy{aj?T~bW33YucRv9?4KI*=KYTH~5`Gij z0q=$nz|r~qUQ^dUhWf|h-(c-qg&d7_5L^bn0KN#0gR8;U!n)2e)a(LxheyC;;D5p! z;eWv&!Mor+@FDmx{3ERIilLpq!@6cL#7n{&e<8#*&O-1da8Ac_)++Acp5wteg$3#zYa&&-T1ov1Mzp@kKj+? zeQ+-K@YV1&@bz#rxE0(Ez5|Y~3G%jeMLfDb$m4ww9{}gT z(RD+fKN|7B!;ivG!!zJz@Je_cyaC<}Z-sZjyWyYUUtsOygzbMeToyhLt_5EWUjttc zw}5Yf+ru5<9C!#k5*`ab3O^1%2fqlv0xyJD!_oCn{+fP(_=oT=cn|y=T%>ftwk-vp z3s-_Kfvdqa;Z|^T&6KyZ1LB?FZg2{m0Y}$Wd7b+a9}16!$HDXAMeqvv4fr4MJ8&+% z1&*%C^0w_ld>?!eJ_1MAZTY;vApRR%tW3dcR06&Vt_wGYo4_sLTj2I^N4P7T4EKTi z!8z~{cr^Sl{3!f5JPn=+uYlix*TEa$TzCt-9o_|>f`5n4w&R`Q?@vj%0(>F-7q|*s z8;*ysg>QhH!#BfeaBp}ZJO~~RkAla;li;cFGw>XE9=rrz0e=ebfWLwdz(?R?@GtOh z@Hyueye_5Sif|=34z31Y1=odJ!-?>n@ZE3<+!M}(v*1Z^biJPc9axR{+wj-$w{QhJ zkQ&~f7s5Be&EdgtbUmFfcM{@Hz;obv@FqAH-Ue@n_rTG0cD~$Gh)37idHihq8P=;L zTprdKHX)}Ld^Ow%ZVX4)<=Ou=wLttX_#QYJPJ;)-!{9OSBk)Xk7W^{&D*QUU8vYRe z7~TQzhQEftg@1*k>jdrpnkwp=J9j0x4qOku32qLzhdaXe!I|(#cr5%BJRP17FM`*? z>)}t~9q>Lly57*&{UqY2;R|$~o##Z?7`m$?O}H-H5WXJ1 z3GM)Qg1f;faBsLT{4hKoegb|Po(0c=UxiniCm!3rDsN0WNoIS!etY!{< z`ZX2z-=jK;yXz@#ucf9&_6X-iH#Uc3^-UDl!fi^hM`&kDbLeMpt+-!nmZ-S9z2e?C z+EH=0F@L@6@Oi%NFiE~`mpR{s*Eg(toO0~@rzWj$aI{_?*LsC`v|b+9dWCobtn~`< zXuUjN>lNai;Vy7@I2G;>XTyWxVemM3B0L$M0?&fy!1Le*@M3s5ybj&~Z-R5-?eH#m z54;~f3Ll40!l&V=KiYry%c%du*M$_uW8i(?(dnX|J_{%IZ*%EFIC&KOFj&NtV3)~$}h11~-xIdf?kA%m<&f1ebCqcQqC zUIy{X@TG7ZTn(-X*MT(_bXaa9xG~%WZVgB0MR?ny^CH|Gk<%IO0(XZ~;dD3y?hk9s z>(J)G@Gy8BJQ1D@Pl0E_bKrUK0(h0|`#fvlb?^pw6Pycgmwlgn7raOI{gD0eA=y6@ z55q@g-~Pwpld|vcorX0aZrI<`xbVRxWZz$n&JS@%=ZE@rd7r*)?`3Kq8{UrRm zTWu?5eYnbzOTp#gi{Ps8)o$zViZycECXO|A+a`DD$d4Ri`dAPfV z`5|{5^CWmW{GvPFau&L^O;*5bVfB@(4a(UJtFJu7cet;yoUdVx@u(cd)h8aT@gC*o z7C*a0o?DyGb>C`M-?wtwnJ5Oh4>harTlI&V)!!X_ zKde6P5T5`)?H+0KzTh5Xp6`Cxyuv-v{1&_s{uiwNYc1?{@!ePI2qISGxOGb0$0#ei&9CwA!Qm z>F^wQ0lWf!6W-u1Y5V5tYgSG9Ggy7iA^tV|Z+98XKMfZzotIzE;uYPx7n%B+Rp)%O z`kI3^K4)-ax6XHN=B{i`bXPHVguBA&aF$!&K_7HqX@115`(i!e)_rhhz_VfXFRN|J zQJ=D0&%D9i(5!xB#dR;WPuz{oJKfF98rxGjEzRmL4*nS~Y9ADe>ppB{-HGN(a2#CI zonblg?t$h8?rd{g*+1Vqz+K!$?fsJm_jTKknEHP;uRIJM15bpf!0PAKygH0F$6d#~ z&|TO3y1SWqExgIy(&FmpRUKLVyz(vPJ?^&VZ`_IIWA4A1)&Hw}xv2e=JDSV5JDGK# zH^t?P-CfLa?lf~vce+{QmnvUw?9MPZaSt$elzrc?E8N4aZLWS^<;a8k?>cp8pf_J*FwD?!<+UA4s zQTU|0j^z}!{!P`?>#lKADm7qug2MN8riubofR02+MyJUhW=k@wedh?(r7Sg+GCJyC+-D zLHMY9n#F&Cbxonx@fnM299Q`zb6L0&90%8SziRmn+>6YO;bw4KxPx1t_4mR(+{-PV z;a+JT=w5AB|FzmFkA%m$w_5yhcm_Pn{h8&=g%`og-T$^6jTx(D$?w4bav!(2`n#2L z%De;K3xDU<=aj~kRlcmgZ&{yNMeS#B8TdlC?&BKgu4z_(xAOH_Qy;$0UDx8x-MXjQ zt?owV4)EP>-P5dxJHgxs&W0a^$HJ4`ZEW7B;OF6&;6{sP|b?riZN+`1>*FK*q3t>}4qb>ws53*4y|zr>wouI|=7E!Fp}HpqW< z>p1R>a4YwN7H{VsY3}46ZBBNNHLD+7HOHGZcCM^zq=vhvnICe`Fi&#NGEa5SHb3v4 zYn}_MPh2$>f8G6xS^eXRziNKRz0mxTTgQxd!-w3(C#^Vhh20!H9Z#k3TDekW= zJ_DWutFK%&f3}?EZXLH?4X<~{?0BL2%9Sr~bDw42;Xc>A4?YYZb62pOlko3waXSX1 z`pQusdT?bp4zA_C!1C+6FEgtTUGv776WqFAN*i|#v-;DOBj4?=Wlo0GhprsO`@{Fc z!{IUTL|A?6q0S6<9jp1GyS{n8JHfon-Nvl(iZySdc>|p5ZfEgN+`9MRPPeYH`wBh; z|J&Wwa!$E*toey7*MRG|M_G>g+%>O`wciNe?4E6L z^~Eb^f%#5Y<0OZ8FSm}hXTtZpU$^*3x31@V*sbI46XB=e=iry!x~J_zc%}Oti@yc0 zht)@~b}DBZyvzN8#SgeQn~%6ZH2)0$?%rzgbL_aIYJO}k8%Z5(6e zv^JN5&x0?9fW9m;V$lXEuQMu zeXBFv>OaYGe`p@+)_p<8!V}>s?roOytot+bT=(bZMeuUB`eatS)yMKrx9&Z<3EtvX zf6J$C^|$PCtB>VtSYuyn-4#Cp>n4JV>z<|OxJ#NfCbr`81@6-3IJfR=THCGunMQC^ z_%^rh?|m1Xzf~RH!_cfABCsGFS&Jp)J5*5=2h|A(}`!S2Jbn6=Hx7@lH?Rr>adaJ(TTim)Q?dR?n%zNFd&ELVt+-ofUt9zZf z*u{A@-!qqmFLeLQ;+MlU-MV*eeYmlEo5h>MZDEZQuJ$YEE;tEJhX=TIZ`=pqk?!v- zJ|2G3{k_GXbL-mid2Zb=cPac9ywQEyaz1qH-n%>9x_9nDx9*pF)UEsF{^G7_)|mQQ zN4XSS5x&TMjpbbKZf36OZfC9sH+FZhxW+SA{X5OA-JQ+t-O1*=-D&0&x9+do2hMWq zUb`CeTs3un-4XCZ@C5f*%X!@WxOs+qx>@6*tB(ANTldOa3cu;ry>2(ao87Z5{t5hr zd!EG)xaXUXxEGi;rn;89(j2?Az~{JETfD6MJ@bWb-JADvxE5U3t$PqRcI#UFo8Z>& zy%zr)+!;=GAF!N0Zr$&9fLr$fe88=1_s75!;iufEE$3NSW36l5OPpih|J~)yE8Xgk zU+>oS{kd-4EBF()#((?5UEO@pt$PUn=&o)4!(GQ*+79q*x%JJJ+zriFxNk6Dau-Zk9{oLcNI;$-~(>W`#t=lTXjyjRi~VF{#USl zZcUZpDsI)O1=n?}PD8iq+$!6Cj3$kj9^BQfI%#lUx4o@mgWT#<(75QDSA7cO;K$u| zh(9*NZHGQ%v)$UH3*1_r6>j?z8G8%f2L<#dIj5`h$b6jEchI^ z*0CI18Lr~CE}~d%xS`t)smE@FHNLv)YrXDr+pc*m$*pFj!M)vDUrj}-<^9w)EmA$t zdd-T|$g}1zqK*}t;_OkRrevQ5_R!dun(Eo3h&o(sYHSaUW2h;?9!1p2;!{|b)-5b6 zs_)BEQ^K;Mn!c z*jAW#6}$o70`G!(KId`7^+!6?ECW}DtHC<<5%QbBI>r&=9pUbTiel!}<;!a`gQ+I6808UsHYm4DmQv-z`JDG29Yv4@ckGykt04KuQw+{2B z!rE63@nP^dcnUlV);?>PcNM$=-U9D}55dRbnEgEtHOs)2Wqo+rR1K~NH<5iGrZwCV z*1lIbA2k|t$@f*FahBX;m7@{xu>Tq#-F8kzdf z|Jt&8Vd}@%_a&*w|C%Ge@)=)+Gt@g{9vArMmnyH>1uxPWDi%D+GT3@tQk~4DByh*8PDLK88dfIb;j`Z%=Gt=G|(X+`ZDFf36{b`1b%pQOGfAYZO ze!cR4net{kLnxznKU+-R)AkOE#rMeU+c&MBy#ohlr}fK9j?Y_c^jm9hDf>0|rPzP^ z56tZEe;)onKjJLOcBS-ZG@2UOzy2pN`oDe5M3esH$O+N^>^R&)I|t0%!XBDm&uRa= zo&P`7(|)z~gToZ+wXp!}m9Z0Vv_GqQ_OYH{Z=jj&+i(B(-FH)7o_^}QCe|zQT3&lp z&ps~l>rFJXUK#sOq5?jJ_B~?%XT9^Sp7wK8ued*_^?k`6tf&3PP{W?e_bhjU{nRvV zX+it!blm**y=P{@!IU!>I)5%mZgWz zZ{TuM?U!drXoNiok%uR`_q*qifAfB#Yn)vNhV!TY%i z>P6oJ?f;=k$Nx*cF@@?Spxzazx2#b6O4vU9ncAmujk&&^QLj4cz3=txM>Jh(_0IJB z`&psoRfa4jrH`wC$_UM*Db`+H-t z?)H3`LcO_#>eaD9-}hUR>Rn@xP;YIadbf44?WZSw3iVbOs#m^Zk=RlDo1l7)?Gfs! zZ$8YU5;@&tG2Ig~OyN0=ZLN6{!V`Zf5*v0!UcKur7V7Qxdf}zoH^TZO?f7h%R8Nm@ z3gxYN&dxUrNuHy;W0t4=iZJc9JheYep?$@y0l|9i;^(bDEF{^_@Z29(kLxikp-3#l zo^N4~ruGQyabBT%DOT@v_~V6oWh{^N4p}|rsa`YG)AGabq%qcguKnG$8C#me`_z7A jV%q1iCgx9Zb`thN%ox@~pY6=se@l_r#cGI8A@BbHuNd-O literal 79796 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 KROAaK)cZekU_4X+ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj index 6ee53dbb63bb672f164a919c9440aa2dfc2c18dc..87041b3c13fcfdf3215e34fb152235d0498d88eb 100644 GIT binary patch delta 5164 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 Lg-~iqcfo%Ft|4Pm delta 5374 zcmZvfdvF!i9mmhvy^px@A>kcJLK4IW2$TRK3L=OMCG!*5ukIh+ncegGJC7BTwu zb<4hPqp#b9=kY4B)!O{yrLjoAA;QZ8v6B4{wrt+gJ-6t*^Vh(O`=u{rN{Z*t#LC*9 z`Yvd!?D$igDRsGH#>$3$Z%avYpf4pQAI1lLu|$7R#EgprB9;i50?&Sl$Hkx&a#Mw} zJX0rx2*4(CT0{~}_Sy@`>JP`kt|1`j8R-2V2xmfBSKS&iG(ReY*>B-7tf&=QLs|n7 zG)C~sFqCUBj5)q|7A;126`TWsOz`?u>xFp~Zsre)SJD&+Kf%TdJ`iLR?qs)1p$gdX zE76#@NpLK0i|ZU*!qA5hEZCUyAkDA999-*i@DjugEtQ1~90~*vn|}s`%MdvDXzV!# z2!E_b8?~8pm{#ymnDK>uD<&H}8hi;H5avouH29eLB_uPSJ)bPy0geTb>2So42PR>} zoM|@f^{|JF@*C+p9EpW%lBhNq;lnM-Mdat!iR&}qm=cobR9R_INDeVO{mC@Osb z1++%mOvSQSB8W9INg-yhP+diu25!gLJ_QP3hkmwlUeZfYZm=8>PJk-2%>UXxk{0 zlq~0JEHtDFN-?LKDQBd`oO7Mend}xB*@t31v z4SZUih4fT1S4PBC(eBJ;Zo9Q>mvfAH-!JV10!((eB-TSRpUZHmGmg@LOdP`+PIKZ+ zbf3(f1ns*{y_y$lkxSIJ5KH@VC_Tw7?J-?i`yH0*x6x6Ylzlgam&y-fHZ}G_=Js;= zn-J>lD_Fx<<7Xi>+LKgscvQ|(s@}>gz$laL$JLr}@z{TJ0)KRuWTyQb(|6oM zJtAVlnj{lE@32o)ain7W&6semHBVZ#n3|JDeXaR2pF3SRW0>rMYz{lPK38j-<)9vs zWce&~nrU4tt+&~`fa|hUucvT+st!a-m!zm$F5Oxro&Bue_1eA6d4_YmLC3Fg2DvsX zv}e8Z3P)S1r52}$Qm>X;oi{kGRa)wD?p2l1g_#YU_#v5k2|1VY?Y0hk!YO8O#1pTdNykwN^a3y#uP_rUWbClM{4fIHjIzb`~p@iK3elO@)*rYW;IrGBYB+W zwe)GN%DAbYr(wJ{Jj;P6X#Ri$v}r!V4(*zM%_KTB@2CGn%|qzlsrg#0TD;3;Z&MhR zIp;8wiUAZsRGj8=R%BXHaxCPhP#M+c2e1!4i=OflhrYb{K_dqe_>@VVLcQgbICp}v zYi8<2ic>wYCw0;l%e8e@>KzOtr#5MEcJ&h+@3Im`MSSg57CLe%l(pyBhZVYX*jO>f!_1Mk>GyD5s^(ZJwWIj3dX zD13HOA&OEiN950v&rP!PWFj=rz7oF=G9Tr$B^Aob>z~6Ju$m7rtQfJ6t>%&YfclbU zXq$0MG0#&0g{vM4g&|t@vDGeDsyFh=nphBC+#mky|LH#(9Fb@X)Wn4hM({z+jS{rb znpzol-r;b5(oE{pv_@N-k5c z7SBkmTHUm6{o*Ann%1mcy?*JE^{dwoo-8R06gDqk-Mh58_xknA*DhYyJbCq!4ZTZO ztzW0!PgM-YD_<}NzfASW0`5Yb3nJU5z;){Cn$nD3S-kPy^5GP6nJv8D@tB@hc+8Qn^B8Vo6B&K^cHQpdtv?+t5cK+x@IH+anT`jN+b z1~)dGk7QQFu+I1m;kDYww~*1D*G3<20p~-{BWZ_EzsslJOT8EK5g#A%@nf3t`+@6e z3f^F^`S_HN&-pkXXROR|yNVJrHzBSHF#oCYYVi5A`h0qPyf{Al`#@`b9X9!RhmY^| z@g5&P;^Twr;nCG`Zm8^(lIr!*)wTTL%WArP%&nQ#PgmzgPm6mq;LevpHFr#9449o` zuX<|Cg&F>4O@}rCU-Dd!xoxiTxCFe!<67{K$X=ECO-Saa#C9Lw=P}=thkbm=WBhW8 zCjuhscIFEFLTwyd82`Oz=B_xQ4vekLkiPJ=#o&K<%>By`6b?@QuaCo+4E20(a(!In zaSilCJ?7cg;Ny`VH$p!?h!>H8`0`!o8OYOoJj>&e(9id{3%ta~D?R25y4K^1z_)nJ z@03j*F9P4`aWDV(-t(Ox#6uqQr99&CTJVz|-wb}%T;S#U@#xE(fg{gQBX99o0r4p$>MWD3dB^A7U9EQYu4G*+%l8^vwhX#_0LC0XuzV0(%Z`TD*s{yYkTx zj0v>~g#h6SM==n%r=(r^W6nglQhkscY-&_CMw zeBPb!JoC&m&z$cm?da}V<~WYB!BOX`k(5#!mmtTl)I6=ws$y!2rhC_TB_fD^^P7VQ zbBOQ6@dA!IX#nX@8~U<|(m;GLQ7o6#gtNMipF2C(9cyh#&5E^@7Q`selrx2VtR)r8 zIb)G-O?vr2V!mA6GB z6=wu;zBMn!b}IFiCUxP3f4J}Iy4^RNb4kEu77%xfX_Sk*qIZd1xjE&KgJL))Fls{T0R?Ithx=M`T5u75qK zRZ-LK8;VUIIZbmNFK4tJ)UfL{sH)rd)jpY^d#LKksj=AoF-W}R{rhTf-#6g##K`^o z2A;jkOWeGm>4gtGv{rZh`k;zTTK40Et-(HD)lXh};?+RJ7u)805W%mU^Hs!AjbajaI!XnwCRELR&abM$Ixpb7ia7F^PpNg4O05tDe1VEg zzO4L#N=p5{%0C4WIl*5c3fxw0mN3UxQ4L{W15Ejj8#fm@fi!-6r#82c z&w-9_^|&^c2vtl#_5M)hbSMXqq5N*O*7^=PQg=C{K*d-ZoCd!FZ8dj76xhN>6g5|j zN4bi$GnN*Efxun<-vcUdMiT>fN1h_DW$}9&C|4oRRi(n(1636Yd@Vc^=G?bv^Ug|E zuiP#czqjH!a6kpFhL?e_`~B3onmON|a07B80d&fHFkT&4g)DTyS;(v*2TnneVAHt8 z;4#=0 zbFX9JHLX0QR{AnwctrQ(da(NG7EL0*}aFR7wN=A_gsTn#Y9h-i3{tiF{r^+RcwKB>Th7`vpN-URA?cj--4QM*AzA8 zLsW5Da6{-_+SL7cT0L3058*d>dXS9_xEIjJjp6@*EacwDcAXKcMsx}Ki{?T>%5WIF z)dAXSs1C5d#@qn+LcyWX@sPRm*r+XaWaUnxcU!$mV2TrI%$vxG1#bvFfVeh3sDd}v zYvtN_Q3Y@EMz%J-RRwR>9CFV^so>v+*CUF!8JfRECu(Zry?rXUr>=pP+znK_RhMaY zdpH8O*Eb`YsA?8Nq4D?d^4(zB2~ij=PqBqxxe;O6QeJ42zNP6&xFwW zrg#qRzQn2j5mM8mUt;Z-I#oYMsx=y6>N2lfTl4`oQwMHXKXO6)Z5V$n7ZAo;T;U_!>D7-3K$s({(UF` zGkS2pD+c#LF}M%O!F^Z`?)T*2J|YMAQ8~DedxPtKkuLs26(@eoeVRT!J!uDOpYBd% z;`@`ng+#0S97p5X>gSPYbDv~){4o3u5?!_Np9hQujzEUaa#WT3#E^!obVgzzX+8j>13bGHcv^4#Ll>z5z$pyKgY(jmTU$ zy3q|V@n#Ko(X-vFXzgG0K9EvlTcFJbG;^Ldvt7-cUiwskZf4JFov)47(Mgtt&Iah$ zP*5HCYpOp4DO)Z~Qe;hX%(Y2&$cPR~zXE~Y{@GH!_I+Nu-llOP*~C^(amG)Ezm0dH zL?k%P32lT%RPQ(~P8|~}+JL;^3~w$6qPKGpW_oiggt|E6ssl9K7=p#-;6f+#bsD)1 zKfy&#JrgRrl+$&wmkLJNQNblnJ`3UIH$ zXoXLyNr9DnC#-}&qZ7FBcnmd%d;I4ktA@H&vG8ZZ;VS6;7;c2u*7WE?N5gD*UCkmS zeD3SCuwEzpwS$F{3U3(4vH|y2s-0HD@)377Y73vPE1IZ6EIJNy-LGR*;IHV@M*rVI zTtoT9JrGp&*KqNM?tz_UR(YnXIfe=aRO^0uJmr%r1H8DZnO1WtQj@2llhowP;jlA# z4T}0E|2=g5ldpj|Fxd}Dg{o?fTpfM`+U`Eo5V^+m#ttY(uJwAu&B8+DI-Ll)A5!gl zort(y=%&b5b)weY0<)1DbfQrO_E7IeKOLFyMK}_f?u)UWF|%NLV|8<=)5SXK9qLon z<6N?GamA;q$GZ!eQJcxD>Iqe=!ObefA);9KlHW@+OQ&(c!d{Hq^g=ad{o>`yX>8=? z6`RfWH@SmQVc=!BbMy9UrKbJ>ZaGa$$hBUkI^tp!ahf*nfXrEU#CuvJvx}+q(}tMW ztasQiL;rjn(`qq1&NwaOJ;(=?vGbhqx+7w!Z8DDOkgIhtGwp9!|Kt`{dOVOD`Sey~ zo*PlBg|o()+Ikr>w<6_lEYeFJzG>%0zy zS?7#90Ic(dC>j_hE!b z^^{=S+sNlp9SgQKVOj7PGr3YZbxuo7gX^!EP_todol`p&>u|bq-IH8DHb1{XT($?A zl)q+yd%Sy`yRrdG(+{)@v$|1*D*+6-Cs#@8=)l}6mO5c_G^N}AJ z10UcmBUV>40|nu6gX6D}71g3($a=+sby}lh#FhF{rqKfpQ8jZM&TYe{&;p~01F>j&~>7MgMlLF33E?YL@ z=j2utoQP_tKz+DL7}ySH;W*p#tiH~v4=!rHeu=JbYK7=%-`EG2VEm34C2Pi_mJS%D z>8`V3EFEr<)tSs0U%JS_1FzZ0o(aSpA+}x$sjvB}B``V5g|I$I14oXsj=ZC65$3ja zC^k7?W1E0Ed$`aJp`+F^>cSCFzjxN|A$5Bhj5gu$GDv%Ipai3D;_xy^+~|uorA%q@x!LVT)g591?oIO-hMeX56>5T!lbiRfAnSrsoZq5DTfAK~z+*?SmQ zz%s8*|dk? znLG`o18c=Jz`?T63h1sq)+ROqcG?7D9lS!^D1U|ng=+T@Uc=$2Ga0d|T8>zUiTK3{ z2LZc|33SBxa9GmCA`%tYACdT2r2`6AA}E5% z04*%ibh#AAd_w{k7p1|BSHw%^Qb)(}fa1g?HcSr{x2}IqQ>vnvDWrM5VabR_`(4-Y%lEpd>9Hre^3{Q zFq`$%p*~u|Ex(S#G!Ue~TB;u9NkyZT*Fuq1)|vc~oMz<z@9>SUQPZ5gkK$cA_{*=9yP-F4ym zLp4T98C_#w0&1uY`cVs@!S;skrLdRfjo`=o#nh$8b+k8!uWL*=1cP30mN+P;5XTGk z`6-g~102zkG5GaqHiK-uL^ZfRuHeXVh_#0t!r?LfOCDBKWB#D0D#qG&qbHnj1thj7 zV4Ehjf1JO%GtB&*WlK$h*tEjY>cbwOoKHIkiC=edt(og}-bj6#-U~NjY@B#5Q%WkV zx#Z?}S;Y(aczRo=98VPcODev#m?@_bCCi0eZ@g4aAcfV=tm3@+DqhO;=M&jDZDB6DbwX^%k?~ zyzz7SstvJ|k2@}=Pdu^qT(*$!PvY%oDc0WKpX!aZuLi;5iT(K@sI~X?4ds)3CEH%Y z>rceU?n@=g37O`Olq|PzDP-|}GMjGi&6N8x=`3E(w)Yj&g(5B`+I!iT6yyuApGaF zb$;xu1)KTwHuO=hw^S?_wkC1T(lg#p$5pFWp?z_@h#tbs9y}WDgc4Lyz^J0^$P7#l zB-r!paqTu1NSu>QPgGW53iay|*8XsGxoFI4g#7`uw9s49gF2u6DOYHGu#6g#*+R*i zJ^G{{*KgBNaVeF-Sv$i~*JGm>(eMC!7YGV7812BctF<+$`^I)n9~O+lw+!)QVyKihUh3)WO+d6G zoyg-I1qXl~&(`K}?TuNWXDE9zQ%a#iJ0dGrEnAJHg3EH#&xO27W%{v==>F0Z5HpCE zJt_{1*x9<+kPU-a*u$dX3RP(U_W*ha)3aSKKwP>E;xeS%=WTa~Ok3U8@h$0MrVkU7 z+XXzqsP&>VvxQ!4j+xxxP%*7XO79G2xv??Z)0`mOfU(wau{GST?zL-IuhpA!A}dxH z7nPm^$t`6}GZam1)5|S;%)EqNh5FkI74OY%9_})4Z)dBQ;j4#u7vF**%y4NmQ zy{;R}K+m|Xs0~AaUvKA5l?u2}%cn4kUWdYqQ9Hk$@7CDqi`T9~SB&gM{pm70ohJZp za`8TFNZ7LysT5r5r?^lo>D~o$=;I|?&n9})7~OuZIkaJ=na?_nnS~j)IgU?lI8}PZ zn&Js90Z*~P>Qk9HIeAOc>uhhZNA(1>^(C^(rE^J~h|E}FQ=&t8`ZJj5$B9VKM-&}Q zCo?z!q)c^s7dy)L6P>+7nQThjc(R!zXE*kZcgmcDWnYRXw_!S!@bM4! zcJ#d2pKN8`*d!`Exbo(m{6>A#8()cCT5VX@9bdd;-RhnV>$~GUE7y0gUEH(o#ICBvOIG3+ z%GCEF9kaX*0X|el@E(MCG5H7_%)%{&WGD{jfQy*gb9JtTen+n@z}b#xdQ@3FVk6fR`A<%xo)Xk6PxlIm_f*4 zRV&#HOPi2)3HdxBpD*Mmkj)S-BAek`N*<3NgcUfP2^v)o+0?s6@OrZGfeW*dD~vG@ zZ~!s&$?Su5hGU31zKvMf+%!0rR_Aku*-z(_p~J_#JB^%U{Z+%Xd6Qw*xtDBg{?^E; z^PXWg`4431+=BQ|hL1%Y#=Nv;`I^o8Gu1H1gs+aQPRx|uiMYiu`@YriCdBg$Q^xtu zvh=gtFx$R@jQ-)+l3ml!rx`iRl3ml!n~a=ePPY16jGR7@t^RJxQ7<>ZOAT}Lyxi~| zh_58W2l`94HrYp%bMBC>&F>gF=MmX8bLmMVUxb+KntAnOBj@}gyJn8@88z**-DKCy zx7R6$&woUGz%c!Miwu3vN3!*kn=$pdnb(RjY9K>@4f4rWe}<8-hn#HNg`{f0RvbWF zYnbE3!!cVlo9du02F?k7L&7i>hh>WRbc=!W*s0N|>IC!SB`aq)IaEZT9j98OcM>&a zkD=V~iGr61W;?CU>4MJ|JRrC%_#(ky68vSsHwwO6Fz1u4_hG?L3+DJ*onHy&m|6LF z!L5Sl30^Arvx3hO+%LE+_;SHF3f?RDWx;O>eoye91-rfx|ChF!|5U*pf|m#`3BFM9je_?I{+{6df`2NQUtn4v z-WSY;XyrA6Ckj4N@O;7R1@{Ub6nuf;%LLyj_-?`975tRo=LNqe__u=jjiYT#6|My= zPZ7LE@Hv9{`L5N!SnySXZxQ@;!4C<3TJV1f4r0Ty_G5zE1@lW!tFv72dcoW~tximE zhu{+gpCULdxFmR|;41|Gt>8xmKP&hZ!EXuvgJ3*~9`<>x;1qd1%FNOlY*=HnAq(3;|0$YJWudq!KVs7LvUK~=LGK(e6`@)1V18pzu=by|4#6S zg2z{lwB;zlJ%alLX9X7pZxeih;EM%cBltGK-xB46`&N+h56FMcq7m-bS zzb1IE;BO25j^IZGKQ8$Df`2IZ1;H;1{-xjpf_a^6`$1nPo4)0xyp>N8JWFu9;CX_1 zzhTQR5xh+Bse<|J!0MkRI4-zP@Ogsu^{w&wD?+ZXb&Z_&KGy!7g6|Q0pWp`sKO*>X z!OsYOR`7FzUlROt!LJK`Tkt!Ac~4}0<{v#-b_I_S91}cUFuyFdW%=#DkiJr42RBb zyN5H+)`iQuVP-Ka$5t`ShuX0^hu%wCd8;VfCb&!RC#@IWlUqA01osHm*Vtx^KEm~O zz2P7lW0`;TLq@i$7tFu*v+`+zk1|YC{F5u{;PkIfG>lV-S|<2Z!?-^2+&Un%%H!_y$&BY3ai`wX{0=V8Mfho=Sqqv0bVf7vki zumggBXP9I4UxqnW6*v#jPd;m^6FkB2aggI{P_45N%)cI_KKDOTt}@6r2`ZG`tEr=NsMx-X)m#6tqJ*|ALF$2foAbPVhGce^>D1hA)NAe!a>qCmFs2Jj3u_aGT+8g69aHFZd+Gd{(j4@P6Uh9XF`Z3xWbr9aF_GmrkDv6SqC>yk@6d0t zJ9ROLz8u|{QsbAv{LEbA$$o@Oyts|B>V(Kb$Gdn-riz*%cyL; z(H)ge;FTy|^^cMrMwI2ZwZAd}qcoU8ejzDE#{&_Lx8G z5WQI~IG30*jHtt74t_*&wHkW!sbB(i7?uJoGrb#nTrW1*Jl?y=cD#*?EcPqg!S^q= z9s2&o7Djvp?O7v8TkJW+-XCC(dbDTv3fiZ>m~QyLCKwM0Cqr)gkK@cWVAnWMZNwtF XfM5dcFz~uq>V3Ef*LyY-c^3a0Ea!m6 literal 18684 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 Jn}{@v{|D(ekw*Xk diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj index 670640fc2c3d81c67f8d56c432a9f0703fac224a..1efd59a28c0e28641c94a700d79f897a8fc76fbc 100644 GIT binary patch literal 52196 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 literal 53024 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 diff --git a/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a b/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a index 965d6ae1d3e52a42ba3d5e36d9948c059792f55a..6d552b962cc288810b2833f2815eb985895e1fe6 100644 GIT binary patch literal 896204 zcmce<2Y6h?^*(&>7F}Hx%i3MbmTlRxv9XPtBzJ6zi(J4B7i{XX(ypY%YDg;=dJhl+ zrgt#ChTcO0BtQZogpv?K2@pzvKqvtcTKv85l)GmQ`F+3ddA|RDpJ%1_%$+$ibLN~g zXXeh`J7P|%r@3wSlF7A&pZaMtr_P*KH*ID^ZEc;pB>&ddHq=j_u1g$J;yBJc$0<2h ze?NZJasEGkLp#6f{MYZ_k9ETJmj>U+{`Wio?OU|q6KBV-cj-{ad+T=fExzqpXUDIf z_=BUq^V%Js-{bH9AHO9VhC0Fbx%Ey7zNN1|V!usYUAgwIR65g>Y;Nyr-jHnW>TJoj z_Vr|(Om8>RHY8KsP05y?%wdkq+ttz0)tT(drINjw_Dpjw+1%6oKWE5xZcMdj)Bkg( z|CXh>ErYhTcXhTV+q&A*$=2>{*AH-NPc>!Q(IV=|4_walq}MncLExNv2b| z)DL89&E%53ZK;N7)015-Dtk7U?dtr2oTl#(!~ei4)tt+2%urVULnby#)sjqSdYgN) z-T$S=jp=l6I@=|N>HDLih1J}a?M^CrW^-G9pzZ8sPo`J>P4yObucIT?on!`#I|bI7 z>6ILKxq$BL+##iXURLD6hyHka(k zbQBcGwznsdGu>5?tW%Pi&Qw!-0S|K_o$cN6N?$J94&g!XQt7-NBy;~QpHduU4w-b4 zpl%6AJ24<+2@+xy)kpu`RPXnd?gS<_biV&NTJ4CY$e%<{%BLnfyOJ9-J=vBm${VPh|1Cjv*tim<==2}5gvg+{kFN?0wy6LMB;Q%E+NNnag%$;YqZslTtQ0gd_a^Rl1)4S~T6) z(Xr(Rt~P6bNd-}M*^}9r?cLF*sA`p2qV4E7d~UL%?QkV5-7;l5$?l%6oOZcey1}nA zr*bHBRc4pzZ0^Aou>YQPn%m(UlTE$7aFTFKg;uWzt1VriLuw4fn6zO`3bjnT8o?C)=4zHl;c{QCBjV>g~S(vzAebu}G2xgcF>*biJ#UHO4@c+DS3)kE=7_A`gM0$N)o%}m}Dh6=c%<0o~;CV>NF^x+Xx~_}xQ-56NU?)#G&atl} zJ?uDB)#b6yC}$^UsPp+AjYl~w*(8QFdd=;e6#2bT>}=bXc=j}xx!tWd^*{Ee+8bSaA@YW~ zaDQdtrJ7IBrn!c}#1fKD8NTSm_ORm~>6E!nLiFQo;0R>l^s6gKFAvgdo#cAtQDq|T z;r+pH-6+S|I^J;xsYLxJzWSakWz+`%!iR#Xb0wzHK3k?6)f+TwlYcWCrA&FVE;K9zCP*yWVwk#)_b7aL(cy;HOgBcKAX9SIOpgqh z9^)T^nl;m7b)g7$0rnu1;|vq@{EVGIA8+Wvj`!yp&?gug;vYM+bi(lt!p=z1DW*L9(}$x#pK7i{vWLMz7oBG4{*HG58eQ~b zLsvLn@ifqk)lwek8am>5r*WjuGj!PTo~j0YzM(N_naQ9pFf;}& zjv1inLPP68J34vT1+W=&@R`7V*MO%0Bz(7!vsP&k%O?!&=A6_ z6`-#)G=%UNm=s;5>5%Vun>ol=o9hsQI~w#ghK3Mcfl?M-YiI~zSp(?nOnG$rAlrA7p>?M(jdr6^K6|b^eM`{k+x-2DZKrS7g-W1V zdvFrE!!Utnox+j5)6mc?2Qy>QU51W3-Yyi<-G+vyeKHXAJ%)y+&BAP6bg!mE(5%a- zIro|C5VFgu=6*w$JEiGVvs3hdri-IaX-{9qDSFUckATJ+vFK-phET$o$BP~^bO_~p zHabN=*EHls$8>A74?XoM2`z+&10npD?YPOyC{ApgKNoXqfLz zcH#+>ALe^2CI4$f!+clJoPJ~IL5{a8NA^iW!@(t&c8D>gzQoMpD{Fq{4MMMy{0MT`4q~t<~oG@N4DoVLqn5aqh>yDXlQbT?&1Yg z9_D*D2jvguIyCtyy01SP8k)R_?S0YE(Bu(RfD z?`1bgDHe}HSOv~ydJ%cjbKZ3Bi;)d@pu18@YkC2p)OR0k-L$O z=p(}fBd5&gABM)rDf9W*&=@&oKA#vGj#!z`r-sHzD)aeF(;t#;q=I*pp z^tqwogI?kk_=TY{lD|PmioP_oZ_Mjonhx73^WWyWHMg$}ZO!d#Lx+udeWU3Rgr>~z zTXS6t?Stsskc>~sX`%f`3#}|tz#^7k>f@u zA+t|z{Z#}VbpuYtu75zl$={JvNg*fCjcz6i3OVJka?+pPmvf4Sd0dw`@#DsW(P)qBi%5J3i3uLp z3B_?0(@*gj@0Z1or$gD*W8B_9{sIkSuE+R05m&MDVvlk3p!j~Y(-j`$;i2*0vHSaa zjB9J-53IAMMQz?uXwBGo6L=QoJO+H-@o(7CzJ6TzB#tBYC-(e<1Bn^{7yQLN4%ea+lle#X{3Mg=%r7Oe}~mz(fb~)e{1~L z^cmZ|%aHBdL_7ha$n~gQ4<*i_`zm)mYRDsr*U6&F^*G9pC6wrEkQ1W)jWd7}u407D z>IQb9os~`%Cr0vBwChyS(tm1c-x<^c@fQtq!xVpYEjSbncLy*-QN*kE@4$@boreKM z6sH!5jJGS%HP0*%LkI|;!O(a^jon~Ic@8sL65ani#LjTz-xG|{Uy zG-i~O5U+b942^00G6>llX=uzaVHlOSlcC|Ko`(#*QHF+}T8J)sqYVu|wTbz6HZ=Uy z-3SA`F@}bpDj|Qf>~!I$YDk-9r;8cqMGU;Ri^&haHG4Yf@rK5X^CSk$n_y`8txKS3 z-b6#gZw;gTCK(#eeF8??n`~&zK<8ox_38`_XWzl{^@fID+lm>{YcMpN{|d@?ilH$h zy~gWP4UNg*ABd&AX@a?f)9%uKb)AEM~pk z{37yyn?f{;*ZvUNZzh1=!!Uu+c7;WGdukf7B$>{MjzCGDoHf&VcE<4<{R7C9zSCQ% z3vs=2Dx8qF$S_4qUxYq-iw&)rE{JXDLKk97C$nWM4Xv3h zi~fvE$VoF<6);)rEA><@+gBG#V2pQ$y?g6SOEAWRsAKC5jWNDxXVCi@8e@D1ZDfB# zV~lr!Z}1KW)<`>q3KHOY~xcf8z5$3vX`NrtONc35guH>kol4E_J zCVd9|z;XFXl1wxUT~@M;c6&m;k_#!m6ALOiCOQg*eAc8ZIXS50RKJt_K7}Vo_@2+(Hr>Qixc0c}>V&@tNCDbZ6|32V}ooEcPdwm${_U5~*zx)O$$ z4`Gt<&egPwF_^@jo@Z!OGK3~{zMcC2FijD;*pEc=9?g%Qm+hv$d85%nG zFdJ>wnJ%p9LE8B*^mX))owzId5j(-2=uSKmbmCY31r&nvSdST|wi9NZ>Do>_VXoUw z*mb7ugk5LaPS|y(?Sxrpy0#N`ooPGqwBc_%@w(6$qQGBi4|o!0u2p=~GrY-rnwmkn(@@rt2sCtlUG8Hwkj zo6u69J<*-`OVEio{SjD9>rR-(W6%k+cnn73ZBvOI3A1=~Z71F}*KH^MW@y`q_Y7@2 z@xGyLCq6K=?Zn?TZ94HrbPihTvnRR}9|fKG+~3Gfs0sKBU5KH6}GM-)hxmZSh zF%b!N@dy8mWt10oqkX8*XOnbm@{2zYi@&>q*4V{gP1q@qb27AxKNoAgYbc9g@uyj1 zt@kWhlfP!2$ai$0>wg!p9%NcwRpOLCME7VHe+a|b$SOBF7!jvWcAC?WJf~rEL$4M-Sc62g^E`D>hy$J!kIo${OLOvl-T3a5N47KPp} zCZQOEd&)E-(V%`O}06-AZy%cGxGVA zrWRyN_ox2!QnA7F#bn_&~M8E^#UHq$0RUH>u`3A1bh zdNdsC0B={55JCsaYLPJ8CZGd%Qq*&7g6ovGQ!2Yz9=Zcl+~_E@(PuAo2lmK!V4myW z7j$60DM;g~zFVS`P8fnP|;w%dfbQ~oo!C9lIKU@#U^kexOGF5nt= zzsn}T1?*1G(`^&r0*>W8ahOf$=ai3OZ+mP)xl{fi1=MR3%AE2p$luG^1lVaYgRVZ4 zfZ2eq^I$i+7My$zksh5*`O!Jt_2*!|(h7KlDHw+A!#+42X<0+|w=&@k z+XTp7EtHS336T9pj?S?*0kYqZQaR2hK=wm-M#Awn0kYrBgcEE6WZ%Gjh7)Z9WPdL8 z{v?|K*&je5oNN;y``4N9Bbxx(FQZbNViO?y-!b7-n*iCb;%s)BO@QoQ!IHuIu}y&N zr$U6@={5nff0qeAu?bf8XPAUAe9jeY`k6Kd?C(_S(N>!PClsg2o@Eo@gd8^PY?}ZJ zy^!{Ij!l4tocqo6EJ?~Ohv+VHUZ-|i8g$_O~CjiIrZIO6EJ=r z1$m=Q!1(RT+43fvfbqMG1A4Pffd5>|@w>$)V2=AIgz5d%CSZh9RPbAE0!H{K%HuYh zfDs-_Z*#j%zzBatGrGejV1zf&Dc@-mFv1sdA$6BczzF}9p5ktsfDt~JMskl$&?9`Y z8=Z|o^f}CWgzw9b@Pn>D1=E|h@}HT49N}$@7$35nFv3%~i2u1wzzDw!e%>!^0!H{c z)Z#sC6EMO9*rP{GLKx$>h|PP{CSY{hsk6VdMKC(=(}sU#6EHf*afBbUMIieYnec>7fZW!w$ggdJ>-5WXVgu38h#RQ(54h2l=(kVFXrVln7s_+4e^elp=S{)k z5N{0~+Y5!9o^_)alM~r#PJhgE`m^i56mWXk6l9RRjJElT<%FU9m;u78CIKqSM!w`m zzaVS!*R21NXZ4=LktOT+XT(}4fG$See&0=-_5iB z*!3@mwU#^N^oc2mrCs^sN}lA?b-yWZzJLy zFJuy+h8)FzxY3`XH9qC7MI8z0m10@M^Fsbt6tz!}Qfvz11V#CL*5zB)Focz4U1Ad8 zUC6p96s%36$|WEZe*xHV53^X>{^KO+q+CYfa&% zh|K}>O=ohrt6>v#&j*B}{ULmxjn?h0&9`@4$lnbY)xAP*7gNyQEA+;j1k5Fr;n+}g ze{v!_&1s_HRCzlh+Rwd#)z`tp#22yQyL!Au<-`|KrnA+}xk!8;67xOYwp9o7KIkLGcIa3_3h+nh%XXN}|u>W_E4-Hzbbs zxCuQf{(BNX^0-+%HvS@stsXaZC&ZtpOSYC$~1E%SeP+}v3lznR%SR$W*czn8=(idY%v zQAF=kMXZUxNa8a^tdEbSMStyaW97iaWKJX@*W-@JA&Cnq1l(WbMn*cZhOHamdfZ58 zOT0mqAL@Es`?n|F3xjHKJ+9xo6W35)d%7MMp}E8x3}%o5LZFaqxwYVdicoL)RUF3QUWlu~zLuYiq>oKS~CGp85P``COPJpK;4yCm}?W!(p zO>89fJ58ONIG)rqnz}G?2C3g`>e56jW&fhk2jVj1I| zk2LjIqML1rhCF)j-z0|9I?F>I9n8}SibIx z9#r*q($uSo_ehP>)EkMx8T{KOeR8yoa6 zjbm~sOoOVvkAqkj8hA5^qM5}z`zKDsEqOeC;1rKhEpcKUeVd))v5JVqcf#f3af&F8 zWiw9kE(({$*P|81;}y|AUW!32o}h?Ce1B+E@kB)oim!**izg{!XuP~0#AHR(#(5H> zxK0tH;*?==y&}fOzaWDKMNEjlOk#>6>f(Qgk`_<(*Fkbqop1|lofdu^U5T(8Ra^1r zT71oY@yL0=Lvr|2yvIp`JQo?eEs_KcH%;qfSjF zMr~}(@nw!PxW<9B2RY&EG06VB@SjAHmVV>WoSMI&zfR59P*%5Q6VyNCgn72XKQvr| z%a(svzg5hvj@#E1LlImshFSVO;TgD4c{GLVpV0qR5MDF1#XoTXTNL5lqfxL*|0E@m zNC|FTe~HZg$pgqS;^NlzdbHI4(Ev6l62fiFM|{wy==@j*dEc_}r)nBq_YQ=;_@^0q zPy{E)$?(VFgTY|PR+vx8`9n6MS5*;s7=D#_J!e>C$jcB=$vyo(XU@klxFz>$d@=f8 za=*qu!SIwkpz$7XbtMlgZbORU7D^t`oXP&+Jm<)A;2}eq`OzUvAM!dZuH=^*L!F(H zUuhQJ_G$iQ0Qk2QV*%c+u2be4aOy3X{>H{ zeN(fFWpBmUm3*u5Sa_I{?TSzJ>#WOhHSrj9s3hd7($y1SCM5^BF{*C$$59Yxm~6}7 zb4$)N#7C6=R(B|cQ2h*Mu9CA1F&FAna*pBlbCx;R5Fe2Bd4`xxNuF7q?OH1Xj>YwccnjKGa)Tir#I#&;qapsoY&RJqi*TvrW+R<< zSFL3y#$ZH}-L zIg&Y!KEi zZ0lQwm`S<5ZHOjbdB+e%hzm;I)kJOebIjK-T-k-*S3k(c4Kls(mj2q$tX{#E~-T2vPv%CzcHY(%{w?i&H3 z!4MZ=CMlU>hy-SzlBtIHkb^PJ5Vul7(+!cE24aRG{ul!>(-0}R*pgX>SXK^VS3^YD z*4c(QhOFlp;y!BLZicv>CbGLB=Ah{%3r%OwVm*rt5o4JpVeKZ4z*Jtcmm&6|=$4vn zV_4}jL;RcGP4L zc#Pw9g&}UQ0)7fm4e>Nh@hU?MpqgE6y08npbICP^cpHAKTlVyNL!8S> zZ!pB6tmj5U+<|DP96TRlWvshKD1)d_un$iC=+Ml=mn+D2uB4Wn2{(6i3Rh3(uM1I6Hj~S5tmNSvm37 z%za~==}y&5{8dF{uRnq)W?aPSaO3?(V*Bz z;t7mNMMLR2q!-68fq$xKNRTLtf8>!ELZW{xx!I|hQu+;wClE|rg8x-#;!i31pqh{R zR-^Z$DrOX)fwXuxh>BS%LUrPU(X@(P6%mPd!}KaN5irp2Fh`$PfRP3RMLGcrJ0Nu zJMsHr{uN7o6331Xk@@lx_P}vR?*?~Nv5%r6I5o=9?k!|f{Tl96W}#ZASF9}_Jod%WHsk1NITKSM(*_N$!>;uOe>?5bvi;MedS9;t;ShDRu_ z%A?^pi!1tyyKp@o#kf{%tR!~gPeBnYHt9N$8=0NT$1wHRR$Ns49&*Hz-A={DF_k%% z>~ShC(E}SxZgMIvRk%3*uUas<%wK@QW$`4(^>Rh@izS;{oQf+d7lBj%_?hT=#Wq!D zP<%Tz=Bn7z*$CI2NFOqcd<`D`lZu>M%*4d|1Car1U3T9|EQZlm9Oah&WH$&SQHSXa zRDx7-qLI}f80W~VIx*FF`b4$whz#1j-bNKLz({;HCiFqMVXKJc0Q8ED3 zR$brJM2v%Wwi}P3+|0x*j6%gZZvR1`<|KHoy5d}&bI-&v2>2>4a7)MG+JXdiqT&)a zPCZzhIEuAj>c%+COA{&9eudkAIePn2;!f7EP0Quc6NN_XHiaCt8=2ok8cO4slq z2KOUyt2`fC+g5Q;@p%x48r*xu;NB+&_kKCJ56HoNP!8_T0c@>x~sp7A}(Q09fo5h$}DelxZ350&*G7R8e7VDKl!U~!yowc=$} zW@Y?yiv5+6FOaq-z6euZ#b3*goZ&d@+)`AwfBL zc2Ze=NYisI4F~-XL}L}h-NCES)R7y9!ayo^a*Kb290}#KN4u3IoJ2L%YGNGDn?yYw&4*n9{CA8-Jps++~SwXq#iR)#hz}Agp=4AQ(nbfO%)}E(-qHiV|(LL zS>kF^jqa%9LG^d4nD_w-nTC(-M$!Hi>)qmdSX^QhhvEQNPbi5y>7)*{ZTpV;bdbJQ zoOqLS%E4}e#mdk|PC+B@f~#Ly(c~7tL1yFV@G{yCoWyt3j22goY$S1PEvQyal_d_R zw`kK;B2k5Tz9Orc3{CW42Cq0&H)2#`4x6+==Ny|@!y4K(RhO7a@6@5GnTZ>QgX+}O zo{9Ce*Dg&hcB-f=pP-FO3Z66e=a9DZ6~ynxA$Y0mC(B~N^Y5`*f7)DZlzdVN4kOHs2pk;TM0%v5ad5B?JY)8m1)RA% z2n~&mGS_kDu0MJdv(GHx%-w6y?AXrcI?mh;!kiu(V`!YYJB|6r8X6lvzks`q*=H7T z=B^o&Mr;>z9nVmVhg!t!GYdG!x)jbjW}jKW;n@@%SS?g*?a5R>-><+6vh`!+>WswUF&I3|7eI z83rCPRYIO?%3C4NGqe@*d_!9yFEF$fa-*TGkQW--3VD&Ct&kTR+6sAzp{`e(vqEk% zv=wr*p{$R9t8U-Ch^#rh9^48hmT@gHI3B(>-ceWCK&mwNY`<8P{(3pMRR`UkL*iwq6vrz=2TZ0JfnXTCY@#4a&38g&C3d8ww0AqbC? z!DX7p-7Jq!aK2VdkTb&drVu1qji4-cgP~yp;N!$@)HI(m%(7EA85$~nBUY%fn@xWBkpT$t zVz(F?LK_hR{Zm6j#lK*A`=ka`Jj)r*JgMPA#b4lzd%MXGAumIe9lOKO5c0v;!in8! zXb5={*2}TG3=I{p8wvVuLqo`Wpa-#g3=I|ENFm;9XsG!6#8g>Y!edyPW+ zjbVyGi6Xv>J!!5(Xh%;5{gk;5p*=$({?=SarE-pb?5L~Dp|Rx^thdM}-~?BRiv-Uk6yrpj@{q+Qf!0wGiQ(al z*izKR3Uys2!3nNdx$9qpi#+)j>u1Vgu*&CRQixU91RUTxl~wh(2{^#Tdpxm9n}7pc z(Or-bvk5rB^*W6tZWC~T>utJ{gh{~DzU4}<2ABkjAI&XuqmQz=Y_o3ezz5Kj7Rx*Cz0^Cg-7fwg_~43gtWBCg70eg{)DY=s;B8ylut$5!ap z?VoSmL9Rb~B`SQH9`|5VAy4El9EXIYO@KuzA9{#Mpc91%4|JpRP}*lDnsrm2HFkcw z$Xd-+Ev6t3ld8$8)g+W@PH8uKIysS@=9JBIYIpqy0#5e1hk%oP?!j={;6`60C$iI= zx(%nw$0p-0L2O|4xvQ{Yaz0fPzte%Wx}y%R#b$Wi2Z^YIYq6Cc*XzaVd|NE*aa~!a zPO-&~_qhJ)AO9&w;53hMdLo_+fjGxwd_740Xh-ZCkAd*e_y6GxPQn&x`+E^87u()Jd)9v#B^#8k#(%UzF_abV&;+SCEAM}<8kF@>hz?0VFu zbmCi1W7xE#0<C4NSCwG4RZ*q7g92t-1tQ##xkzjY>0o;cWu#xIh7Qz>UZmEoJx8a9dv3ojKDrw z&A-ZVkF90{nh>rz2Am@`SB}NcOV%8XS-Gg@6A09+Sq;9$H4D)Nzvj6pCirAchG0SX7o6>blHiYg))huig4pU zM#PY)QA8-d4Khg#Q$#qH?K#Xz3|B-XKC%K=YKJ@suEkEc5$#Bf2tN!eLjF}d;m=Hb z2X>)?kP{gTJY?Z6$hFf5rW@IZR`u%!RZ~3?*=l}-+T5CV(6dkte;^_3gtuY{LhHgy zM3MdaUB)8EAP{hCp5gVHr(q+=JRkB29TYxNWKQ;bikXiEd#C1cC}yZ;*kqOYj9L)s z@QosKOTSNo&UDs++}isM%#K%Cs~ROBj)p9Osn{b&H|>5olr zCWfzI?o+~dBF(ns%zktBMH{+cTux068tc~V0||s`>X8zzIbP(RJ~gF>;}+ ztJa|bI9yp#1?rmcVqB_@v27Q-aW-_qGq~>V8)Y_rV4{wD=`fHJVZYAg_4qUCIjDro zvviJgHooqq@8SAn9$a+CsGC*jlKMO|d75Wcw6t9bY^bk@pxmW4t) zc%~Lk1YdVl^hTsLe2G7^LC?aM56Y;EQ^RP%J|I@$>p0UYLDmAm`=Vrh`O_>p5{WIK z(@dOrApXoj%EUf^B?Mam_62aJAA&ZA%H3gM@|iJ%GA?&#a{Om9@(K0R-q)G67ltgn z*T{=;B}^gg$}_d$y>?}SGkfJAOda_8r?@4v88#QvC>`0^;lHTK0JFjG ze3h2!4A?%xkz|p-w6wgmtaK&@sd!*PF27u{DM9AqJo8dX=F66u8ltmGSwp$00pyZ+ zK36|ec!%T)Q?V(GTO+DQl?#Ivcfgh@~wm@r_P>PwaDE{U^! z14n@7x%fdwbf&IqC_5#o$UUn0%L0RCYshPe$)jr1d4@*Z-AhZ+)x3;r#)8vOWFJ<6 zal%x@e;k(D0nQk(9f9e^85wj96|!AB$(}IkVb`O1uA}AknNi%B9pH|s)_ociRec;A zN5yRTI9?*tT~t$$dAtI!#0it!J*utBuzaN(E826=1@lz?iKia#I+bocicTubSdeY9 zltXCXeehA@%kF@S>@h8uasrim+n`(PIa^)>eRLWvnM$m#?F40H9SB;5(;Cm z5H={s0S5{fRJ`&Ef@S!+4ouvBIMrd+LE?Tk2@@3{eNM=!yTYbw55-iG)lu$gJQ9nX zGXBnbke$wuE#RbKKXj-3(Cyk!EdcAM10^5%`Jw!EkbB7a5tzE}H?U9qFuaR0__~wZ zx;iqGJF>Ypysu_5etw?ciP?0^WV}YAyQ`CL@t7=rI={ECyBlvDnB0q3@cggJf?cww zt7CGuv$?%5ogw=v4U>`bzboF`)jXMBUCc5;$_~XRAp_oZ(wl9Woa^dp@149EFCghn zO;qJ3X4+d+zZ&Z5XZ18poH?msQr-7+e6L9FmfnfB%8pcXTedUvf4f>VVTUTwqaPZh zLP1TM6bStLvidI^boYaDn*85YZi*^l@4x_h#J6$mz~}#u;cCw|O>S*&{{A@X;WY#I zf1u+3Nl%=D_jT|sE0daOXnlBX$fPz}cbfK-Of@${Taf~{f!8p#r25+Ri=vnYL&a-% z(s(lf2>5h7dX>bBVDKiMzGfz&43qFS7QBFJheYJ-##?l{+mH`tk9@j7TdExZv1xNx zPX-7PgKC|sK)s@hHKQ_AjP?K{y2BfpY#Wdafg>3ab|!~+x@=*7^oKnwXoaqxoihDX zIb@@psOv@?AFpMIgrdX3@4KkgjrK1J^Y;(jXjM4GYtd*?_(+1VzV4g< z$j4@qN63%jvZFY;Md9;~W_q|-UF{cS!%w*SKJxoT;Z5pNaoATy!qJgM;la8tQ+Jsu zWtpNe8J3BJqh;YCsx|mIJJ4>lJe*eCs=(efH{$d6VXH*VA-@zU14T+$r+Omgd zw3gzvZoTbYoAf(|@a7-~dW~1W^`ttcB=JI*X1w$(?R2N{wk!wla^X9$GCe)c@)gS) zlk=9WS?%CPr+V>FFC2Pi3V5L{83$B4xf!p}N#j*Ncy-*&4l-!Y^(5OjI!U}nt2x!4 zN#>x=d|?kfQ{nsNzTbwve7hPZ^~q%`7OY*`=;$|T@rQ-+8_7w&X-x<;&DQV*Votif zUiFMUOsjX}<+}Qs+wi)t^fdi~Iwi!QtP*-JUTl_WFfGY!Zth67XEvfH)d60c;w1IE z(Sk9=R#qNQgCu*Cc#WQuN;lUh@q{4Xy(covf>`k0v7QYMUYLZpJ9VJ1(1^`b8amYo zb!D7n^Tu2|#>Bia4EjVC-F@xtI5-)|zs|^-l1}yEePd0jzI32Cdh$s2?wF8sjF-VH zx%$*NYdziE-jUU+m+tM+?e9#fkykxO{W_l-oQ}Ts`sof{6P4U#UUTKNq^z0K}gh)WU{x#Nwz@Qy4%}R(zH?-LiH*`tto0qX+|6mzIBmOwi>!_$-*Up zhGtW(bxu<@)f*T@Z+j+#_wg|)+t7^U_D#u|9R)S^Iq(?m$?i710MYaS4xs}x2HvQZ zO=GlFea5WPh%uea<}Bo{tsfpHli480sij*D|E3gFh?<6XhBcv!`5qeMQca(?COLn_ zvSlll=R47w?B3Mur16ihcvBvyuaoj{RyXe3xLkV~!(&Oq>cBt?YUxwDffrc?qM*jY zGTN;hP&(Dzp6clCHLZvLOlF(#Rce}AdW=&D>fsF02QDxOGE<|&-t5q_J~{@SMZ50aOoJ*w4Wt2T zJFgeGLEtF@PYpVW{T7IdUbYj4fOn~NHYJ;tm&|T-0v|a;YQAz$)|o*eHud1$lUgIx zXu>$#l;y8px?-KS{3#84D?i}C+Vo(-S8(K->tJzxFy5K4-qmZC%-=h?a_*`nYxYYn zShCv5_M}r3gzC4}wN>*MCzq{Wlw906cLD4)i#J22(DM$wVKmi^_CmaNKAlk)NKj9V zNt*a(=zprG6)%0$#k#wCb9^ITvXib?_qbpbVCb02`rwfvX3V9@Rdd%gChO~`HPqE< zSIvtU5xgs}*V&ZXkm>8LSMz5F-dl-c%0UI9tdpXI>cN%6!r5rFC&jm=Y0*HJn|ku) zwX$TJv4F}X+p&h?*HT|nX3~j3Hr1gF9U&}}_?l0?g|!wkHnr#msnB5lnpI0p zlXd0r&zW9E(Hk7~)>6C*HJPS<>iIw$v-Vjg<}muL94MA3*>t_L84)#vnWV3A+9}Ke z`$Eub+&jA0nrpLWy?FJ?z-j8xBbX8GSi!j2jb6MtSo=R+JKq~f=eRMI#=8*JRDid| z(wB2gzt`wKx-q4--Cdh9J$=UHzSq<~<<}W8z!r?_l}ECf%8zji(lPH@xa3 zxfu>BIi&&fJZ3Mv;}I$im86@J{-GB^pP}_=V&+G@(d%@ncSH8p1y+k;-OS*Pp`2CC z&0Q@mN$fymdX=RZku|radYsiu)@%Q~s(ItG-qv||@91i!m5fgiiXseY$+qAnnY4qB zY;QBh2WuAF=cSDc0(Z-?)wUjZ%CuHW6|1)5^{WW0V3!;w9eWw(nT~EmrD$MV+Il-} zEQTNK9Q}vV(17&lrtxw^yj4}y+2=5F&ZKKqzpUfnq@8R*K^Pkrd`dE1J)Eg}wUnj? z!B=3wv!=s*yOqIZRkWoBn}b4?73xsY%O%E>NwmU;}tfGORGylf`ST88&d;(uD;rLvHvm zSUgq;@TYpUjipLg5H*ucT8EDqFudM65S?A1c0){jL$`VDw-SY295%?=nv3MLiY?)! zv{Wfb#s!&lD_&l#7MnV1Nq4tzwu6cWH??viPB*nCQ#tIZTCYSg8tvBl!N8Twty538 z*U|kLzorFKxNe$aBGXM!X`@+G)BNr)7ggc#U zGB^CRf1`fqLqqBZ*ZJHCD0IhD>y{xpF>62*Phmwz5y;t+N~YW?16l*?o!(}6v}PN6 zJ2s%M-+?3i!e++Ccndj#W8E1$V`p-kvS|chMtWA6sfuPA=H7{NA3{?N4?P?vF6`;r z)R|-j`6;~K4q@YxMT;@ds9mV84*KO}Vccc?Kf=ES%jR0=Z&xCE{!3>z!hdMb$w#F~Qg#7QZ(Y)ohWUAqWL5_a%3V^2^8Sh2YGlMP$T}2knwS#P zjqvR9PWch20QMeWd174+x74+P>w)fRy=r3(_Gq*OfnQ!gbpqEzo#C^B*I1`GYAR~Z zyGpehf_hMo==tof#nM{ zz8%JtX@?nQ+8g+13ja)n*tMaWx;A0X`2K2M?Zk9r?-ULJT~DUlx2T=XwDJvTkFySI z*v90FeH&M)B`;Sz5RK`4wps1G_GYk9Fzd?vE{2LQ)Pk4SFo;+(2UmAgC)fcla|2hm zH=S#5f+}v|RM_hv2E+`CwLXi%!%IU?c>A4t0{E}|Qv)i1$;jVpwkR-aZholQMC4ObdM=x3Q!=A=WBsM((xoe~%do0({@PWm zmmt<$!K)YFL;6+Fg{w*pe#P5Ckws+>OSg@awklqpGz6V059w=8c zZw6rZ+lIw@QfNnzKX2~Z1$ujCK_iA0-UYioc6EiYsbB-R-ULn<3lmPl0XTYvyjrb} zjnb-#(@c>nB4FIB?48~X(b2s*h4UUf4xvi_L1kw%GebZ)e`AJs^cdG?u)kQ51 zz?I86y*Z?Ig4qE0nw}QROYfUaX#fL63z?qQOlR{JM{Nr+siP^^wTVj_`q*x)qzXdW zLL=1sCTg1~*efdR6xzOK9ad-7nHFrNsWlJ1Fv7I_){43p#cdA0>oq^?!IMDD$SKL3gUntUxP*=sc~YDV99;3iSmR+sZ|^?oV6ZU3aEBGC^DHDvmywAs}0W zn_M~`)vGFd4?x|0fjhc`!>+gfei+(X@roinu? zqEr=}F|uRa(xfTkg-ez;s{IwtHYU)d zEX5v^T3p*usUFj67jCViO>B=D9JR^ZkqrW>dNht(Sl_=hh8s!&s~LGXGY@A``kmIZ zVH;yD{6F2_VoUfax@AEOd%eG=WA+7hm?NkkW zfy!Y=FW(mBNFnN;!u1G^!}xvNjR|JT{MMh0=nA%S)dmY9G3^wv*6D-h=hqHgis42^ z2ktXrJ;ghfs)u5X(->6TfDQ($0fDNGy7RY38>SQlm8uC?tJsXw^3Vp}J34T?@(s%5 z^`pVwN;fMVghbdlfI4zE3hqIeTaCO2v8h?zPBiWktF-yc*DO_$Wk(7t0=4>rC2;dL zo!Wv;l1vhtvbG1~~ygoq_2?yMOr$0TO=rh{D~ zGztsr;7(G0r@hXOFm8xXvCAgLnDY=^ucF^azj&9_bc>f(s>1=xy0BsMJr`rvu<#(h2p5Z)uP2L5REHL&C5GTd-2&vkJExA#>RiaO zm1{9eibF9dXq0UKPcpcLJ&7+1@l~N;sQfUxpeD;i+j-@8K(J*hFivGXiW^ZIP? zW;N6^Zv0=J85OrG#CcPB3{~C1z{xtS(R$mM9e1Ww)F$eO`wGt8ti{%Du%Df5LCXyO6JyfAP3quw7@`I2C0dVQZf0oRE4W42y$V~% zE4%Ezq+Pu+w872u-c2otdeo*g{y=-|Hu7}2jg0vxjo|Zp?iap4AA%P|3|#+nmdoJ) zlDcCGi9*JOeph?%#$_wl?Dqq_aWAtii~TX)Ex{ueSU@&tpO@v%HC<`9kVZ0%EvvRv zCqq>&SYw=7#6Qs7OcOSC)llW#3#C@$;|}J!NTT@bF~})Ci>@8 z$54YSa!klLj|Q(# zK5#bCokl5rLk+!Z%J80>+DpOwlZ5Q);d$6f#XtGwJtLWRte0ROM%|n8XLxpuVeF|V zbQAsEkc1`jE{Wb+2xb9z=dPYDNwvXF*(lK%$prg$oOQAFPLtG|EsW5G+;)h>+q=4O z#3l$4=LeQW$u#mPkq#B4GvaKJO7jjE6c`(Cnb!L5nb4HFGJaRbc6yhSg*p7+b;dH=P%(aiY~8lCnE0_RfTI@7N>U(VCPI zaqmnmrOdEt-^(FU4boFSCzhn@J~r2Mm5^T!hdZ<-2CYymwTsk;Xmo7vm|C!N!h;b% zFmX1eHl*59JsVP!)w)+qkLH+(ov9JYz;WBti7>5P7RH8|B$;aG@&Y>|f#IqEDcOcC zWo(+_W)c@s7^VCo%521|Wr<1@tVl=_68v3t=fJcW{HW;YD!;kf|i zW=;1xPD`AbX|n1LKyR~YnTqAOghx1vLlF+oAgFsIa_i3Q%F=^y!%Ek!wy5>oByJoB z^>d|zlQQjamJW_QU`2?NWpIn?)QHkUWay;2VvUCzIceM_Q#+`7`v=;gJ75ANx@0x6 z8n4{AY;Lftq1(e~)kM;IHM#}+zOu(~r|ah8jN0n`mLuX^wajd*(bDpFvg&r&v4k8c zw0xszNIa508xd;Qd1vJ zuEMq944bM7Q*FDrnHG@xb{YQ70kqi1R|A6kSGI9iy&Y8@wqxHGHetlic0oOx2cnEBP*V~-2#X-l~R5l#eoH)MJ` z^^OgQ)3x;6MPKgc>Gmhgxoo z;>;aEbJSBDd7+-EBWR|K4HWr=5>`Y!OTqg$y#1v0k;lCBY^XywEf`}N-+OEa_L0#C zS8a401kh+KpC;hmfr@0=E1u9(eOC`Nn1Nb}eONnEx;ATHdM^>vt2)eW&qiPrbT&0h z2ImRH>KAhr}Rps4Sv0_>Emkn;cxwTH=nOwuO2~8F5wx? zwW}MGbLXvIv2-mCS1iQ|i&b-%uHLP#WbV8r_^Th_o}m8)4}X&;AAa~ixW$Ubud~=s z#9%yvs2(5Z|5NcDiLZSe9FKbjADf?#l=CS}`)Ik$V>1`j>3q7~rt^Q8kBf>A-s~YL zUgwX&nP?9YGjBxjxg!Vm52K;zez#3zjRN61gu!Os(kPuLkAw20#pL;vxUJi(_w zP-8&xhi4q;fF0;ILsK#_ynSZN4%dI^@nf-_y5q@j`d)Rf)1J!aB3#E(@FnW@tXkm9 zROMm5_duoPRB*mS_rW!4Qj50o{RRAt!q+w8A4`lMv#=lh_Obd<+6f8)A8Hmc?SQ|h zKum3_HJEnC-)dkwi%^cl)PN>~S=|u^bENpwG6^uI7ILJB$pb%nqsrDATx#0fWzyMp zV!pVZpVRPVUF-*Osp*Sqzxo*(>JHL{y2R0V_JwUFW;^+H*(rR;+BN3Hw#E$}Au#J> zS^5d(D@@rs(5^8(_9t%eEP=_+HGYS(b1U!%AN5-m2IEJ7f^>EX?;2Dew!x+F@L?Nl z*@*(r7I=}s%LPsg+#~SO0-q!>WozrYMBv*6enj9e1jeJ!LD^je-b>(P1U^&X#{~X^ z!0MrDBdcmYU~TYnfe#k=9D%PEn6JyTW#1DRZ?F#1Qvx3*@Noj4CGeF3-y!h30)HuR z5tPxkp-SML1)eVOLV=GE_{RcYBJi^UzacPxQO?%O>BQpx0@n&$C-9yEuN3$Yfx87h zR^Y7yZxi@-fgch0S%KdW_!EKYq=NPfTq`htipA#HQ{a^XpCs^k0$(feJpw;2@E-+! zN8m36j=~?*Jv+X=aV7_|U zre7iOZ2~_m@b3kFUEq%e-Y#$jCIriWxWJPI-b3IO0w)FT68IQ_&lLCyfo~J|VS#@y z@aqD9Ebw-Lr^2t>_Ad~4jlgMva{`|z@B;!rDe#{KeqZ3P1jf%%1Z}7mc$~mX1l~{J zEdoCv@W%qr!lY&Uc!I#^3Vf}=_X_;6zzi`hpUDC*5qMvLn+5I`_$Yz-h7rs20)ej) z_zr=8EAUGKza#Kx0&f?%4D+z9t6Jcl1)d`Co&qly_&|XV75G+xe3HnrvkHG zwr!OHj}W+C;JE_tBXCOK!vsD~;Ijn2Qs6rTepKM+1b$QCPX%@noVlR+sT6pG!1V(2 zXTNR!eFRPke3-z;34E5oR|@>1!0!tDrNHA6wAp%R3%s|$#|pev;Kv32qrmS7{Dr_# zEU|1|0|Xu|@HBxN1zsy~M&OGDzDeK*1%684mj$lC57^oE3>SE^z-fVV0-q@GxdJ~a z@Sg>KU*N92Pdsw&G zHVhPajKDJlUL^23fm;RMB=C;}en{Y_1%6fF4+Z{K;4&=sY&-c5bc-hlJV)TA0v{*v zSpr`v@Erm_D)4gxzbWvi0&`t%+fym5SvR^YP)zDnR%1pZLq(O8$;dZ!D#NZ|DX^L^qr|KS4vSl~+q{;9yf5cu~3zaj9a z0^=n)L0xfyM+rPl;7);$5qPV>R|iCdUkF^ppE5Qv z!$5(@3Oq~Ty#zi$;C6wJ68H>(uMqflfgct4d4b;&_;Z1ywfQzz2|PyNLj*od;Nt~8 zN8oD&zDM9E1pbr2?+N^sz$GK{Z5tx+1c7%Gc)7qyfx87hPT;czzFOeB1%6!M7X|*C z!2cH5ADM6SV1dUAoEErG;FATuK;Rn$en8--1b#)}4+Z{C;C?&h+csR_I)Ud3yh`9^ zfpY?%B=GqHUoY_e0zWD6%L4yh;BN&kAC+(OLV?!_+$QiAflm|o5`k|K_~!yYBk=12 ze2w+Vc!zz+%hl)x_u{I0;C3*3KvzK_EMo*?k9 z0xuSLUxCvC_XvEfz-I`2slYc0e80d?2>b_u|0?h&0{=(gvI+Tq4HkH;z|#d@An+=I z4-vRi;3EY-P2dX!zD3{%1b$!O(8PQ@D+C@Y@Hl~|3p`)ol>#3mFkj7KeaI$(PZIcM zfu9!mU4cIo_%nh3E%0`Mt0(2_9WL-_fhP#OP~fEkuNF8daJ#@q3Vgc2mkNA~zz+%h zw7`4^qm|YB0(+D5>2ZOF3p`%n83NB2I4y9uz()#vioo{@{D{C$3;dG6Zwvg1z~2g7 zT$k@lLf~3~CkQ-K-~|G&6!;*44;6Tmz$XfPmcW+_e6zs!3;eji&kOvzz#j_ymB2;y z`ToWQt`&Hqz`F{(NZ>UBrv&a4_y~bd5%@fTuM+q+fgck1Nr7J!_$`4y5jfV6@8fWR z=L)=B;BJA>7WfK*ZxQ$bfu9ig1%clX_#=V87TBATZ)ZZ_kpfQ^c#gnJ1m0KRW`Vl} zK1$$=1-@S3y9It!;AaGWMd0@Y{zBl;)O^1x1Rg5zIDw}NJYV3I0v{ysp#pCb_(Xxv z68Lg~Zx;A|fgcz6d4XRS_(Ore61ZquzQ1vSYXzPtFyB&U{puot*9e>vxKrRG1U^OJ z^8~(1;M)X#N#L&q_NM3ClMr}>z>@@?E%0K2*9zPuaF@VG3Vf=-=L>wbz_$zhbAg`{ z_|F3WMc@wv{!-x3jC_Cl2|P;RI)V2UxLM%C1U^dO9}B!y;7bL*QQ%(+{Ck046}W6> zzRlGF?=0{Xf%g=6nZWxC+$wNR;Nt{7Q{c-4zDeNw1b$rLw*~%G;Qt6*IxF9=K>{xp zc&)%q0&f)fdV%j2_!)s;5%?bhe=BgwuA)5x?=0|Cf#(UlQs9FHZWs6zfzKEC8iDT= z_z{7h5%^VsKM?re0vFBB_a!0lNP+7F-d*6;0-q@GSpwfI@cjZmF7WdLzb^2H0)Hj& z#5wsk?<(*bfl~r^3VejXrwBZ6w>-}k0v{ys27$K-e6GM(34FW2zYzFof&VV>R|0#x z=i4(t;GG1XDeyvp*9hDsaJRrm3w*l37YlrY!1oILn842q{Hefm_QWWVA?`iE<0`JV z@wr>I(p9mfyOyigmMz=DMUr~~TejtfZ5dfE)U~Q5tcHpUF<>yECov@fj0v`>A+!(( z2_-R*&`E$0AS9F!Qb-^n2_zwe`2W6B?#{~Q`{n;V-}8O@Ja_k;b7#(+Ip@roGjs3W zYr%6Yc!dR@WWlFf@R=5Ti3R__f`4McZ&~o4E%>kn=PpXgS!}^mEO@>J*I01Ug1apE z91H%61>a!7cU$leEchoD{FVj(*@DL`PRTsYf)`tGodq{paGwRAZ^2ht@J$wcp9TNW zf?u}acP;oM3l3GMwH!S!A3;xW4vzMe~SZKku7TjRL zJr;bP1s}BFdoB1e3x3Ih-?89vOH(q;wBV%{yupGuTktjuzR-fNw%}VW_yG%k(t=;L z;NMyBKP))9EG6e)3m#{|Gc9O_%;iE z)q>x(;J;Y#e=IobgjBml7ChF1D=m1w1+TQ=6D_#Kf_p7^mj!>xg7;eRtrmR01wU@V zFIw+8+EgD0Tku#5o@&8(aEfo=8Vf$vg11=k4h!CE!M9rQeHQ$v1^?25 z-?8A|TkxMO_#+Gcmj#QpDVZY{>{@WX1s7THNDCfg!DSX)ZoxAwc%B6>wBThHyxM~C zcne>*Ct2_&3vRLCb_?#Y;O!QCwgsPW!IxO@9t-}O1@E)qgBE<71>bGKPh0RS7W``q z{?LLm>r(wKvf$$^c%ucMX2DGse7XgnVZoPL@Z}bKwFQ6Og1>9Q-?!i&TJW<^Rv&%oT;5RM!w-)@qhI3H&Ny;;M@0Pe8hts0&T`Z*e&2KXWizFfofqrDb< zqlT+N|AqzMt6?lf#6ucJI1`Us@N*hI1@xb3xC`(b7W^9x_k;d{hIaw}yN1sLd|1Pm z01m={wEG^wLkVl2DbX-};1~;@qG9dc!l8rXBgY+$r9Xx)eO1$?ucB>!#^5l1SZ=}C zGWY3NzWXqyci&exS#Y}ri^;t^I`E(${NhoK^0(DMcqU2xWW4#Vxd-nD|6e>PU~*c) zBmVtA8Sg9T6O-jLMkY7(_KL|pT?&!)c=mthE=wKBT5?bi7st~^@N9e~i=xOEpiNeA zeFI*WwKeTDo<5X@<6Vn*Eg!{Wzg4xPkofEw^rpF?e={B>(jzA0so@=Xtd5wh-u*sV zH7l8*XV9PK2n3Js>4x(E%TEI392{^T`Qdn(sA2wK=*!PA4KGlrxajLb&_71uV11UO zPhndnjo&8Vh6g|&Uaa8-B;xa3@MC@Qqi-92jeu?WntmGat&w&$&2Q&ghSRe+3TnG39oGKzM;Z@k8|Y5a3ZbIA(c{{l685 z&5wvq4R9uY548O+#lb`wI0a;)W{2KYbuVHg;ANZXQ8u_t( z!|!K+ZGLNjG-A#-A9L;n5Ljn{K9Sfj#JjkbN`6dH48LCiHgy1sZ=Z;Ejd84VA6YQV z%{*0zvkB;r;qhnScDte1RSadj`T89796|+C2dKCo{KgZ|A9L<7aGT#%;Kx`~UeSN;njRt6M5 z#&yGQrsij4s%pZ2N@t>g{*WJ!g#*gfUMEDUDWuD=-0}FbQX{b)3F2r_j6EnX$Ef9&;-A+G@nyeOsvn$E?Q-s$LiDl`{W0K_%4rGvQ!#xO-ppG* zeO5&xQBhuAZhg;~hN3fPPoF+RR@jtzPW8$qj$=5n?bCccvYD&Oa1KH+meZ?O3uZ6r zpP#O3u+5Nu@_)kU@Viu@O#CcX;D7xcNT{N$`@j2P-O9S>zj^ffhdFGI_{=|ok|NBg z5|0Gjl?U%We6A30XNXCeBR&M}nt)qW8jD@iaK+P~eP@E>X6#CYMtq2BICp1YRX`PX z1LO7%n$>q_NTK_0JmePaFWJq4D3{pOcV|SMsRHlXK_@L<7P{=+LkY1lblyR+Yh421 zi6K))l^p)@s?2fI7b`>r7VO`D`TqSOH@so*#Ni*0n?7y8iT58=gnC5W+YfEJ{owvv zs%Fl4#q}nIM|`MGJ@J9=+7o{{yz}G8Cx<5{*pGVQMota5g_9y{#_T>TFey?#W_My- zVsn1rf>Gj;;GJPr`>f24z;lDqqcv9_+IQ{VuV!6)MNE7ta`5Sw_n*J}&Wz_;uXy_H zJvZ&X1EJ9?TTy-Tl_Cy?I}X>^Xn;^%)1Bd3n?K5C!IkQjDy`P``$9o32P zW1A)<#`exhSlJ_9KGZ$FeEZn#6BGQNkZ7sLOE;TPrz7(yHJ8Y0zG=(zQ8(*O-SvZ!K+DiMZtUuUjC&)&d-m?$v!`#k z`|Nk_bgsQz)xPHP=e}{D?ABNon?oc;l%_X~c?dn@UE3^EP-RobA{d@8A&b==>qw5z`)>o-Yt1^GN_dI7< z<*1qaw%@z|?TPM#-!gnAVJK7yvE;ME@Dr^L6d$0A4}x##b2~q};IIDhdhYcFH)-=P zJm4&O|M2s{N3_l!2^(%^M7g2JyNAWX1A!&)U}R%VQTBwC{rbRy1%3Y>5BcAJZFErF z8+4wl-TBvh%B~#o;iQcCrH5x-d{L}?eB)(><>PyIjXvZC-J-;-D<=h){NwP>zefJf zK!Gu^^I!4GK;obl=wOvN_?Qnn?(jz(Baw~^ZXw!-Cqs7`k@96%uD>aKTj0C{fjdsR zceJ(+yy6+9!bdWHpZ{9mQRx|qvh$ylGDduO?=y+V4hS<~j8-oSjuIkq(V@`?!n?-o z{!-wAj}C)zbEqK=oq0bvJjrE=5`Vu|; zoe7K)JiD#AM=`?sr;TsE{$H{~Kh6teR|ec&7Y!=EDB%WY7LC;%3uM0|$@?EnJSz27 z{?o+Uzt{cQ`8QK4XI18f59$&1Naj0%994M1%YMm8K^eb&lhSUSwhrTi=j!bgt|Rj| zkmN_^a-6tx5^3}yAcc-XXHIl9I?|D&((m@^G%q~HuzZlghSEYL-7-cURZ`7Co&YNRft@NwTNeaJ4BW`3^z}@eUK&hLfY+ks1_zK@1{u6#eBJ>6_%L;7oQ1 z3L0GiKMZZbDJX+a9SRZ-&76RBW_-wLfOD_#kRL~;WV`{y-3f6c6$OMvUUG|wRLUkp z?(a}4Qkli}Gu&h0%aO`LBCcDCL^V=5j7VNya=VC3&H6Q}7oy$W_>FDD*WYl+E}^}# z0qhM$W@c=~uUmz$$n2Qv)|QDt=13&u@^5#Mxf026Umpf!oa!>&`&BG*SHeP3xV~i_3uFoed+&_&& z#SIa5GUSHfg^`W10-VWktKn>s6BA`XE`q+uE>;4Bhvu6TngFCACq#YaUIiI4BK;W~ zL349QqxRN8goS%0yfCs&H3C+2q}*(nCK0(d<3*InOLmLM-h5d&FWDm^*D1^9CAW#l zJ_%>I9}EYR>toGi=&ps9B43wCPF}L1MMQ2GR8CIr%k0p8S*OT7uLQ`!{OKq?Tm(-; zfx-_mh4?Vi=VXxRJ%rH`+3v{V!aE1UJaU$k^#xcl%GTT z&T%rvLYh49BaFYuxlXJZYA^JzhhIl_E1pFj@E&H-0{d{l8C(J`zxP}YzJscT_hH;uz%BQyP(f?t{*1FBj5O|dEaN_4 z8TY%kaldC9_d(mZ581|j*f#DDlyTj+5xOIfXVUQ#?xU3VM$DIvK?nXx{zw=93*Y zt$1HRPa~%o*+$SJr>b)q-ak1ePIC%b&4rAdhzdJ^tcf%@89yeoiPS-}8Vtgl17${9 z9BJN=cNwMHtT5N((?cSy3M=&1(~;T~li}WO&NZhiA;x$UDbf~Ia=bU2Ewn4F-1`Un z-J!5q-mRR8Iu*9SD@a{xwec1AOl4;zoPCvuBMS{Pn$)rf~FK9U)fZG4I~wP*uF9cI!u=6Umi1MM zgxrP_AYYS6hC2~P$+}u1uDcZW%DP4(dG01imvyZ~3PmUrUCG)Tq#(mW=tI_+K!WXr zoxs^poE9~EM$QjGEdDF<0#W=E7|1EU9}zfE+=}=eEdCuvQz-F1+T;>IWF@kzVgXcl z$Dpz7g|ac>zKlKM>_s^|5pp*ZSuD>KPsPCLe{Q{t86sQZ${tBuEK@ zq-SMhFOMxH`;VZm>=l|l78fG>c!?kd1BWhTO%+;LQ3QS>HX2#WvW|9zr20ZLSCvz)`X{ z1~-BfBt5bXYROsZuvCWIg;Af|lX)(XJhzdYdL>fsCXNBpmw7qPta0Z+@wxpH z+2r!c7P(txv2OQ^WW6o>0E+E#-zMwrIo|?ukBBjpkg@D7vUrAUvXgkR!dXu{xYP!# zn)9sxsKGH@AEKpp1m9I1%^MRdMRV>FaLpU*s<<@)PL)?0r|v@TET}PW+(?!h?(T(m z=8bn}0NLl3Be>*Ekad3PPD0=E%CacQ+d^uag^W<-yCj8&c%3fqnBem$tz%f;q?{cn zQ2ZJqo+y@&)hxaM0tAY45sHGQ*r2sJzh|*Cz(5q&!Lgj;dmwwT_%aN!P;obuA1+=7 zdqj$-z`)VsKBzXM__R@Qx8h~!OJ;EqMp0Jr+32KO{5S;5F20wes5l?rxy9c`T+b7s z98AT7nu3%`OE{<{XEjO`Hz08n#qxo9#b+Sa28tUXbEx}o;1BQ9U6;N`b_%|rH zp!n;UB6f{_8odzC=xd=f48e8;UJ>#+pPzFsIrq!HuVBIAm%%4c{4AU#RLqBhWEAg) zvhu{pa0t9besRu0R%u1pamI2^KBqVjvZ6R2O_pC0Bu6cI{@9$SS@u6~I7uetq?nBNnH&?l*k>|v0Fy~+Ov=JHkqJ2|CR2PS zm9Za#I-ajQDwsNe$+R>k72)^Dgq#$U89tMFu>u%Pb?4XtOpZ%qGB-RKB}>UkFiTzTi_H0Yc;M+ye9k^nUIrWvd(96Vr(2DztYJ`10*>)O_Gh_g(z7{PKwE? zK9j~+JDI$TnYW;60F&l4CJo^W$%LE~lg&Pp(_`QAnQR%rq&e7q?lanGr27GBcI8a1~B<@8k0-IZ<7f*DJFY-CRfHX5kysY zt{TAPt7%NG2#-a{QgTvEuJ)Pijn()}t{cE)UmBBZ!>5x8IVmPz_n91seMBbjAhH)6 zRFwiFMaf-=`UN*C+!-NCvgpw_DLgbpl<x0;8ukP z3Pi~p@cM$=6dukIB@c5%d_&=gxeR*y!?_6DrIb_&`AuKQyJE|6s^k#jVZq(1QYIQb zgG}yGxaVNRuoK@>IOZ!dy))cIrsS-ce%ojIo!DJuT8cPa@PMjR=!%lVn0^bss~ZW3 zlHKgd_cT*9G8j`$!Gmdy+#i0Ljj$!v$isdkKZq4z(OvQ)I#qB;Rf-H1B~kX|QOyME zd<^C-cueDFPIz45dQSL$crrMZvL)5XkNifSie2P4^0cZH8w_<|{w{b%Glja&$DCa7 ztj1xZKmz!48ZQ(j=Te=|D;)AreNTpOWTR|ZHTo0P=%DHFj~BuPgNNLMO712k#RWww zh0Ei+R11da6z;4sI5Sit8SZ!@!zALmJK5UkD5u0c_f$l%f(cPhZG~=_NO_b~RFTUU zj}**|a;h2b-Um4fW=RGK_Z3=uwnWCb+lb7O$awdwC|pn#<;*hCUBZyDEXo<8+;xf6 zL>cL)xwj*0DOew6#GaLh_k9(p1 z!Ez`60NwY6=+B6S#RU3@3?n=()6sE4`aKIs{IHNN`Wu6f6QQ-__+pU$Ghzi&u!5Hg zcsh0k#$z@#tN8>!V*x(Oym0tn(nlPRbgXcsgtJ24kXRjvGJbhOmG9={tI5+Frf}F7 zzU&o+yHK*U3}4chy%A;rd5PGyK9f-?CgaeOH#&_;ahNVpN=}N&7@x_w*qc6+@hK+X zM}NEtX-rDPpO6VTDJIAGOeV)lFk`FkOi3}J<9p?4OeTeoL&;KdQcNm+CevfBK9dGjU2uqBAoxk=@amnP##)TuUb8q?q`bnRh~r z*AWyGotgRF(V3ZMvL<{rnUIrW;%8>w#@HdB$%(#V$72wAI#JU+HiUmc9%Q6=oZ{;> z8LLL@RDx_$Jj{ga)hpagxL$+8&4lYUD%?!Co=)r>1oIsT1)fgqFtq9Lr-e76rBX_w zgzytP@ATN~6ygks>*>TUJWP~qC9V^@FlLM|5bscph6jm~UBo*zj=A!S#Je;e6(#?` zTQ37+^RIQT~!*12{?yLcW9=VfG4}y3)r=&UliFKlm)>X?;>3v&f5Z^yo+^x zX!b0GXzvn@W5qB7v%Yt!#&bo<9qjaFx_-7O=|aBc>GacqC6*#UdOH2Y|A$J3a)fQwJ3uh>4PK(8wmKg%Z9%Bj}_Se~2mh zGI9-1C$)6n_o+mk)CSP$>yc1-I;mx+PehXG>7>>{r+e5*ozyz$bc9ZDyOu|FdSCb> z^sJOUSDn7Y@ATcVH(^xesXD1;l6w*-A(Pa?vsO{4do@#dRv$h2+Zsovorgi--KTMQ z+TYQhcfZErY1^>j<9$cr0eIFldXCP29VmGZry8CA;$LIq`O0-q=f4?YF`ln<_e}m9 z0**J&dJk#-P|DdHIS*?*fckg=viFE?PbuN9@F(bLDK(*#@B?27kHxNp=P4!V{MRWK zCGT-K{7^H&a-^G${7B;%zHf4PKA{`M@ckD(<4KKU_-+dUe@f%Xub-t7b*hY4HkPcT zyX#ar044Kr|DH*eq2zODX_G2L$y1O3c{){gpybyPa=jmG{!ns~mj8*uspMNJ?+f}o zlzf=-yr^+_@`v=ymoyGfei-SS_fuUT!?&INe_5Z0Ctt~M@H36WljqUXU(q-`IZF9o z)%7ua-y944HGLkQ{1H9*=NgC6KBj!HYaE{Z3H9>}U0)gP(ePbRQYkH`jP{0aw6|kL z2rtTLzfzTO*{YgWJ zEQiluG!9G3;qzC82VglleEz1-yJ9?E%PeqP!UgDSh=Dl5nDVj4VM(r0y}xTbria%* z6plY-sVVcH`n(x#pJ?0+w|{9osE6053J*YOa`^pQpI1uzL%0>1DW&F=(*C2AHY(&f zPVB2VSH|VP7jRUyVPSC$clErWCWOIfV#pIt_+Bz1w@KWV^umtMDZ`1q<#UP+hH3%^EBikf{U;}~Q=EotPPvN^f1dLO z5BWEyJ-Gn(Mn;)J2$u_BZ)}w7i;!FZdlREvCuGRQtT#2veBYIeS#M61d3&B*%z9N( z=HG>K{pl@>GLJ5j>rbyH%6xdZTz`7&qs(g)?rsjIQ=`mJ$H--!*BW)8j`8jT5X0+> zGU4lXXLC&U%jILA`%@0Mv!cwpw!14hI;{Of7nD$n8l9A z0$HK>kl1ug%OzJqfAOJuoM3~Cels*Sq!(W|Z3_z!SPWH(wCJSG+{yh*LWp)qkFfnI8pjMY3l0%4*EoXxQ>-pm5liOy`Af zCR1`&Oc$CNCte+Ui%c0i<4aT}u2+5tCyX!EOd;uSGl4JDxMI3E{4X*kXT@}d&vbQc z3_PRcIdmdkqbivz2=O%ug=c8mPIVmQ!K9hB^Psl_{wq8}@*5)G^@9_;<64>}b z`rJm1!^Za{fS;&w*!Td)$VnQ9jh9e;CuEahk@V znRyua@ubF~8QwP%-=uNXsk$()oR_j^s#6VqrmrHI`U?PhcQsE zqa(E{JOcygNe;|5g=eA@w@|3l^?B83Q}|*w%9d55?S7+OvB%k{)MU4+l#9{V!JeF< z@EDkWA6ZenCyi-m_)Rh;XT`M7XSyvmeiE3zfFv@$T{A(*_%lLpe22oZL0obwhuE3= zJk-rAqwz23^GfoqVZL~vlr5=7&hi`C75fq!SweN4n`&eW$GKkUvXL0a?e0_~%c;Ke z(;7J^d>b2KORA9z{6;R0@dX4WeA9OP5><(pG>6lX^y)POjeMEoOs`&Xk6X#LY*epa z(H_UyMd9qpXoM}PM!w=Vaz*R`oKiNpQZ>T#@^nVHs}%0Q25%7ms>adCMi=!-~ z8D_xZ4)48+>c39o@ZK-8{yvSXPFx;-iJf3i zR44rFEb#-eiBr&tLG(twB;|#G(>d+jsF*}B4dhW%H)*Dr2EK>U9XCr-c=Kh9P`9Y_ zh=A1G{_s+8E@jKA(c65@eKU4B8$~P;@jFzdEX+MOQB!wn9OM2~>=MWC(v3p1JK5;n z3day-Be#d|U?XfvHS#ULk^5rn%h8A&?DuOX7?*Oee@Ek(a35jMAJ90KaI5G8-_fUn|ccu?ce)bkYbA&p}KJ`4Fw{9%oANk?<(btac|!x=%pug+sh%T9bd zd^QIGKooPB@)|sXgW}Rs|q1Tzr zB4j7bI@5IGInCd6;`y{rJQkh-NlV!i)d_t`2C2?VvA6wB=*1%!&(acR@n|~nvjLrW zMdPLuuWB5fxS7H2HI182{9NOv6R&IBbmA8pH=X#U!nGw{41dZ_uqUb$Z~B(_RqW_|)r}ZS=*6RBI`Lb5-gM%38aJKzy~a%^-qX10#2++nI`Kz^>rT8K zJ_Jci*%Q@?5ByGi6ywVlRLJ^RRbpz;z=8O8%@iSoZwib5L*vRv{}%S9f+;yGrl0ss z{~fErDaG`&6w^O&Ap9rAl&^A+A5LTXX?P2nlCxa6#2tSL6c0JEUxF@|Tk)`7@f2l< zvf0ewBAS5hv9cA6JyAo5h_aoWzcUOWEXrOf0KqK&uuWJti@A|m{2_b5GAbT)!k{8Adql|`zh_YX@t1B+AMQK`1eV!J=#zr=c;15Eo_ZAW?j*A$X$f_oG25HH1Q} zUKy{)X+m(2DEokh8E;DDiLzfXm`*T+Tv7HRnU-ln28{bIGOqYBrUZ;TA2~&Qq9MSz z!^mTjCIn!TBKpH*QvxP=3=8!56jMSea)cB99duPnZ7M}pq!c;LiCsFwC~~^4h`W`` z7IIpgVOYaPpJ9y}pJ@o#3@D}EW*Gw9^(ks)wjrQLi?cwOqX_|YU@{i9@wtY84lJUo z=NW<{%J??Y__2nE>cCVdd>dpeWiM0*=BGNa(232RX*#e-SLEPXkPS|Y4Qr_L9=b-g zVGU_&6Cf-x1dNqesqm$S0P$8+yk&*}{T7k1+z=q|g*3?uLs0ToIpK{Esgy!1c~_?7 zt#M)_XBm0d=!#MJ<TUBSqN(mS`}95u)sB4x2_pz<7R${?KFy!$jGO2oLdQ zL%;z48}qdmLx3VjGAwO21SoPR39W{J0saSiZkr)sfM3b^^>jmksy`!Piy>fuzfaA! z8$y97n}#VU-eCwZMhz9&X$S}bVFsEmLqG^jkS)p@ zIRo?>f-A}}#6-N$5HLk9K=<2don3|i-M_-A@mxcI?oXwf&NBq+ zJ^{jRLxApoPR*Wg2+(~y{r-!F0NwMIp79F|0lMEwtz2jb(ET%Xii->Zx-X>tE;a<{ zem-6A5<`IQ?;ZrgrG^0AZ=o?RGX&`Vmn3}25RC4>tO-HHoN8{7e8rT&_`8#Sw8sz- zgf61!mm30t&{>r93PZpMJ%MsuX$TmhLpZlwWe6CdmogH6)eta3&!fh^W(dj$b~xcT zVCGUfg7SfDQa*5<6XWYFRK~GSS7Z?SM?N@RZ#cnz|K{}hbwhytF5|p#gCW3v@3D*f z4FUGMA_&3(LxBB$K$9Od1lX^FJZ>}u*zfmjJMkD0ZZQPd?^BN9 zTMYsBTfkj~+YABrTSvk-3<36=&nmYY0_^uSy6-m)0rB$#D)J6Pz#O-Sj&-LYz{2Yp z!tOEzSa=i-dbc6K!hhxzagQOu!Z&jmeajGF;d>aA?==KixSfOK+lBxO^D=t;K0|3A_d4Mpz=)+Zv$F65DGNX7#2z@#Sok4bkrr-dgnig>f`xxh`#oX^u<#e? zUf(waSa=fWxE~k-Ec{zWibI+Zg#B76-lK*9>jdbtkC`g4&Z8W|j~fE4a}6#0LsJF1 zpU8pmBSU~@$C2=aAwX|CSmjAWaKtgqog)5}#vP@U?>XU@(eF}fMk(c)lu}-FV$OV{ zl$UhHVyJgt7@U8a&glgwJQ9UV$xdr2{hq@w`c4dp{1Aj3DOw2X3@Lvr9lY_^R@i#-j&qz1ef>v28D zl)&(9YVN}Y9Yat(_X6RoAW|uXR`MoN@=gfE9;LjzU==UZ70tE6_%WIQ>r#i~1K~Hx ziR=`oNt#pc%ka#P;)92jEy0DqF%*1Gl$WT4doh#nx$@#%$i0flqA0IhWVk;m26B9q z*Be~-+l)jjWwAW>dqmbodC{QI<#q9RW0af!Meg$q1|3munh$qhCek0}W_H5;1(CC( z+=L$EzC+}~C^w78yYCU%6XmAvME4rbST{tu`C9HS;+XtKl$)5-+|%JH@q44(T%6^; z0ny`+M!5+%&n=>5UWjrtZGrn8+U>0DQ4hnP(MDay^AW$r^P_Gj6JmF^QnK9tBB zcaQ_*FA}M9hZFg$L^itZ9IyY1a%1Hb@9)%Gz=?84WRrI)^b*JQMQ&s?dE+^3JtxYI zgjVmbP~059_{<7j`*kzLs1 zT|?}7gL(C3D8DO6CWEdz6L>Uua@P?1Vxlw^A$Mwq|OoY9Tfb9Eg-iyRa z6!uGRvIA_4!ru1g5F4wocfA&3r3(AKw}O(5Q`r0RYH@sWAj*;Wp_sri7Wp+TJS7n1 zfExClVL-|QgQoz=nl-pIma!C<)O(sYi^1chBqFb)f4dkwULts+2qO642@=W3YikyR z%Ovc&2O!1ZVKQ6h!zWcbP8NfIe?cO-yJmdJ4T=_rsX5=pqc6Jv0>M8>$( z;ou61jCXG%gGz}^bgv^aRU+l?nF!c}r^zP~OcS94Y;}5YIl2;LH)4hOnt(%J7Y_~r zJmPok!TjN*$KZ)#g(-mlUC&{GhsbnkKIw(8A~J`HIs$nw04rMnpDXHAx(#tE=6%LR zU50?E_%;%{4FOXzZ_+6`LlXj+dCy|7=`jRMw7jjSsMiosKavYiDC!FYPez-etKhFg zhUN0P3X|)qmI|k=kWWgOvH>NXDUST>A$lP&zX)gFjAaNudyqBa)O2)IKw|l+z#tc2 zuEkUOoRb1QfT!?J@XjzN>qeC3rxk~@Z}4(3C>2PbF1W5sVwi&7yN zp|WEiKuX!UOb~p9h?(nw{slF1z=pQ$#rMg9{sf8yGle56PD6ozE0F{JfOA4?v-tfe ztdbLILmy|q$X@&*OtbRC-a7m41;aU!D9+LcqaZ+ zBgA=HfF4*8V^Y$-W@rgf!Ljv}!KILwuYr(G1;yZ>@?#ffsuKD(mE*Qy&^s?kv7GV8 z3o&0x^TJ{YODSI1Fd6g(9rfE$u#5Gpp5Zw7nG697hv8(^3uPd@DxWbW7ENvw&RhAa zqdB3GXf-FqYO{ZeZa6plhI~+};MJ8-!A-~T%zWOFR)g+Wvdzx)&Z z?7J~UoURCs#?P}joPEDQ9GH^>jXPbl84cG!jVp1?y`AdqTEWs7aqmKr&KaXv`V5@y z!ci4-LF*aBTGcXo^~&IN3C^95K>%MPJbpDK7!NV#<6%4WS9+} z)o`x!rE}rhjlgs4#FFheHBW|uFHT^yML1E2-$Z;q<3&+g!aB>zD_3U^o`nq&D~m8t`Upw~%bFRFSH%$*ZuV5s7MW}OxZFRH2=1>}@L zIvmb^iBWrQod0F#=QU7*dV25=bxhH?pXnNyblxQ3^$)PR_sfmzO( z;SZ2foN)HltiiIO7xbkJp7%iv=F2ltRPfYsI4DXFTm<{1VyDJoMKOCeC{BgX5P2^c zvIH4cEGNTP!0aU)V)pYKP7^cPeSV;C6#k(uJW&?@6b1i*qaqI{Z-Ve_Id+)Qhok=# zXBwVUPxJC~Hx6gtOD7<|2tYT9FjiwYj?V$&tX(-2KdVgH6(lak+2e4?;=KSma4aFK z)hv7v7&nY+N`WLm{T^7a9tY$_P@l!IdMc0%cuojM&3qsWP;48EEdVke)KVN3CxUv9 zmcAG8%rD~WVGyoDQFdt?zE9SkJo9p0`ZoWhsMrtMQ<8&>yYiMyP0#_GArhbEoHzNw z*oQWlwypR%NL*CT#j)ZyK+XlQ4af0+0pirH{tQ3Q0OzxWmcpY2`X(l$>gwUJ*oUCL zk3*~>?@0iV_$x+*n5Ob@tRSPA0HzaRdn*axIKh-($wt=1z|T-t=K!fk8D4+jr}mg^ zyb1%ypzCvLc}Fb|_vFmlKL&*0k@>rD?Ys;`JskPB#nyTdgh$a?f%w`>i-h1&bU`4p zb{JUl$h^pj)INbB&SU7D?7Hi~@)498E^6Bmb$JY37^(eD0^tlt-j=M|JoqJ#AtQ#@ zep(;|k0Hg8+OmA)@i>Nziq!sWG+q#bW7x!u+UxMkW9as*y3ewNxE8ts`(HqbJhB_I zY7Zin=P}~b$l4Hod5p+~XiIaUaU5=6X6@3kfN_jCJF_;1HhGM=Ftc_&Xgo$j6NyZ? zB937bVzsv+*zg!OE>?Sg2_AfpV_12Ha0WSJa|*J8Im2?+4Ibp=A`y{{2@FyycF&_Ler%R z6@6sLIWCL+N(oy$9<_&~?Sus28>6&_w2-4E9la>AyOoudo#kdx<}oO4b$+ZYjzLnI zE#)1jyQB>{-bPbQCQO%w%XAa6E2*;>b5i94$P=~cwV;#iQiu=ezHcWi3MV`Bhe+2z zaq4uClOI`7boD~1L;QEyoLgQH82rFOIAz7f=Q;4z3aGg9lJgu9D7t(hM&?w_R|=zx zPP0uwWlpyVy3h>p6N=wV!L?y}>`LffoFt5Pw>69K8@z3`eZx zk14d)=OkaifG=#j$i$$#xEH=qRxgSgndX$o~ zxW%pb^UA1#gJrYh(CkoAp(T`OQeW2(mI|Ui9B~r9kMdaz8tlQJWjK^Q2sNq`{5iuv zL1>#gfp7ma9*|w9Et~_2h|CD zn~&x<6*xSBKjg|9Yj2>Gs>WJCM|_R}1-`)_(@Nb9gdR{Q_`~XCR_8k=2>4LXTXCTN z4*YyYfmh(?9tGlCe@ri+e?v0A99JOo=UE&9aXAug^BD?&)FX7v4kD4oiIcc6JfOgD z;O8y{;#+<&eenaGa}>?M5r7lT#xJWA<}WKk2>u+xK{9_;)0W7ovUNBuKU6-ETW~mH zJ%7k1D7J3$^`#8NNYICa!7a_Q?l^Li{Pjp=3!b0fdG`A^zMg!2zQKSC@nu zA8RWB-Ym+JghtuEY<`1`yx+L-1rApA(C?I)#e(!{Ldl{8^!>{8^=__&&-< zS#T|X#^X@KoX`{;82|hsKXrnTV&^NC-bf>pgPcZKndKycU-iL|83l+3U6a48!LflK z|1$~DQCs#)$aNL@+mnz*v=lcRrRc}dj;X#AKtLiPLz3P{guUR0a`D44!4Ex&AC6ys z7{U0VBKRp+KQh1*oTKqp{hOzM`C}Z=xRdb&Lq`4doP2abXDmxFdZ4$8*B zVLrrbaB!#|Fhu+!^O5153SDi{3362O^M6AxBM=4x;&+Izj`L|wHooC7v>Yzew03ng zPw8muYwfA;or1R=@|e`t)G`IH)#>i)#9Ib?r&zDj>Fw|C?&|5A(u?Qcrq`W}iapJ} zy=^U1`ntN>d#9*(6HWqoYUQNn_7=&xvbOL0sPb){ zjqUw-e!>6whL4c7cSr9e-Q1Lpdb||{Z(#ht+$=;G(B$Ws2jnDQg4ESH<^PR_{(CWd zx;l)Ebcd;xQ$YFes<(G-HdX(-3P4S5+}VY&qn0=!QJ+|!Iep~>KYSG_2Nu8FH0KoERz0s|ay1TXFF>rKMJ zfnbBp*R(=e3DyRZfr3D!6_Wm2xL7Nu&e%0G6{)@(6}o!xI-^vvwvPJE&1qEJE}|Mc zQVo*%=I*vGzH7C=k!+A5NkTW?2iDyR0(SPmAvvH7NsXO-?P(QtxdBxbQ>*db)_Tyg z)9fPqt*8*Ct&=K&?&dZ0x3%{nJRQdggo1$%HR74%3c$0_MOaS6!HG@;sR9ChI2;K& zF}&+2>>7##0wx2T58y@EDDOC_iWNszT&XLHKnVXQ!5>3eJP^tN8(#S(B-p}0Rx^%d zWyx?3TMxTn!rx=TB4T6;SAi+zqu47nEK6w^`;<}yb`9{rhUXs9Fv?}2&Jd#lN(|Y< zF>)a1a4-Cy*$?~HNr&vll)`UJCJ`w&`H46}$Kf0!x1&3h zZE!FQNRdYv&Y&m{Dbp0qf$j?qI61_Z7E(yzQ{E)y%0UA|4L=w4;D?$E&IhF+#sloL zs)cY~uvPZDD40Xh2HNG%N7@BKQH4i-<5^pf1$Nvaf&5@p>xdrgfXWd}mLPyCk zvP;j`;|C7IPJrJ4$cYu94u^p6FHUfR^fGWfQ7TQ=gQh7>mfnS$8VQq8D-i6}YGdp`+ma@|DFw;V2?g?>oC7uN zYn`ppaw=*lH&t3WhiayTy0-`g#pDE?Gm@H7f>LQy!Of0uGiePf16@(m3P&%;3eJRZ zZ-Zqg>E%=+)E$-fD1k3=CSBUPxIBPlS@3jg1(ObxUftgI&*& zs^J{2&je{spy29Dt|f%lGigAeJe$z9fzql@5WSKosgIFTH=R;9vfp4&&G1}O|DK9p zwmL!Mrkrngbspbxu)_8}f7DCs^&e8bmewU(=vQ|`&qFvP+Pihs7`x7d_p;gl#|0RE!QH!SXo)&$ZyR7eDDY} znvkXe5IkCncU?ew6$J9FXLAgj*b8oK+vFO#!Lz03Wk76tq_0ExjW!Ed4uG5(UW1~- zs?|%ypvX`-lGswwz_I3Q^uKIt=n-vEoJcSt1(u3|i0BvO$B|}{yN}e0Kc-~92bJ12 zJNrA5e6}?9Z<>3yHa8`w&KAARn>(M8_hYl6zQ4Cw^tPSZ zoa{rn&fey!$=>$vB<{!FP<4Fux;4q=tLsEl+va3r`<7W9tl8MtlWgBAl33U^*0-}> zGKpu>;o+26D`E-SQ{OR_3$(`OWOsjxR;g*7U2VNx0^;=SNY*zs^`Lfdi)d+uQM~J*)y7 zd%HWu+6~Ft>b2E%f{Wdz=H5n8-&s#(C%M|BLaddg+8RnWwl+6zf%-c)tB!KrD7H2A zCAW3=boJp~zoM_LIoZ|SC)(S3p)u?S!p2Qp;x@PQbTZl30Tnd%_VjgiG+_DOR}W<* zJJ|!CL%BvvA59|JK4V(F>|lfJ1(|fWx7Qmx!!+Ph-_oq~Dm8}Nl5*hPL`%-$i=co1428sjadRIslIYJbZ=|4Ez{B8i8qrA?yiWQrX6%*xN-+}TtpKJgKvF*Uzc=C4x#RT z>Kr_Q$d1bn`~8#yahek4^UTlJJ9FH%HMRBa5a{ye`abL{Br7UAL@!?4+|k^Tl2{tQ zzOgUag!q8dvSzZiP1G$d->|qYx%R}h+70Ev75ymD2&>^oYJhTbg9ec$$;ZkLXrP~d zuZkmZG}ZUjC+YZfNu~A*3$C=_sTMp%L zNj2Wvwx&k=OnbD;@n=RUoU5U|xgxo(0{4P?j1*d-u^cD*;X|`9#APRF zBedk#>=g(^?HE614>5UES7-RtT2}!!+0~hB-VPV4@7dhT$kiiSn&D?EN~LKQp#{;g zAAtj-L_xC0{>U+0{g>@F}|+@kt0O?C!Z1)>99S^Bw4z zDODsGC`!Mm-dLBcUSGYsu0kne>6+y=$+gRBYU`5AYE~{5-E=dkwL(o*vO_@CLPwW&#te>D{08JHRHCimWQ<7>wCjtn)Mp49;fNgK7 zoUR_m?q1{2W>9v^(F9k9k;K}?Fu2S`+S@j_VtRzL_B5Z4DUwlBs;kS74N4kjK=g2m zjdTiUG2OAWj8wICix`s^ty!mIa&7gB>P2-j6YKA^yCI!LvFz+p@!t>K{S7K|<4Rr= z!X?aw%xoL;4jGy&`g#Q#T3%xXwk~egBeQ@%G{Q}!C)0kFXB!gkQ<_)X9}K za7XFozDJj*CLP8r6>6AtpnFXD;56t%cXMM~OB=FNokO;DwsfV^v+@*JAx!tEGrEc# zK>dhI%vhA`;k`FWY`P~ar_Yd)P+cSFXjaa_CO5ZtHDFw|b#(XlAPhp~ZJk?XxMh~r z1Rn!u)e@c}-PF_Ef}MXPOroW}w~vuW#dN=y6{*6jYm%#~t5!p?NMe!;alKSZpUxBB z*SC2p)1gW~hvbCP(S>WEv{SkKt}w}h-D#aaD3Y9={BhJPq&Le+k57Zwku}-U*(*Bg zd$urjNev&U2pVFv@9C3%$qN}>O=`sGH3DY4#`Z3xOGx``*R5S%vs(M0iq=T@rGG0P zzB){9k9^-`8XTQ%coV3flvmob2s5ZAnfPG1E46UgaQruzPGw$*q3t2xL{2X_GV)V~Ltbkg@e58Z|X+PS*GJp>Zn-(>||!g?TEa)`3dR zlO}}f*uk*9d{x!b>g39rs>Rk2Qwb_EPBX~1VH{{@qK7YCy)Ln6_UwebN}ib1!ATiP zZ|_Y^+Pt}`Au*{25aQFZn>+haY*GuyD#Pd`r0g=PgT`sk#(Bl5v2W7Wu6Cq|?ah<0 z6v5zYZvrbUoVwsSJ(C(Z@=56I0{{BPEtB+Gq6^^(u|y`eT^-i&#)Y`H#^g3shZiCj zZEF&^%7t79VI^6&d{uRFebq{2a$G?Ao?-@$n(%b4L**e)kfVcc0GQFy9t2eVfO!m) znOEwr0cXWX-xdJ)q^VNv&6*^VB3- zAyYzRNzgFY^8=Eg^wpNRvdr}sR=&(r{v76hI{O>Fis8l5? zh=0n|bCHnagE3zxV2D;-TOe#&RP67Rwq{hpAkvP5!Hg+=$?}!ea#pvyhqW&z_0%9$ z8C7yE%EDRw@QQBB%-w8is7U|;f9=ZZ>NV1q>Di$)LZyt55D|GVG==V(<%C-5H6ksC zh-yV^4S(oH=88JGsu0PpmKK>Pr$V@uOzCLe)sjl9BQ!{2r8$sfz`Sz+MgxocNw=t1yui#fDzoznQnrM=P4fZ@r zORe>t$np`UxgKLKkBuH3Z_VJUt68^bnO+D8uz#!j>+)O09r}yHv2ds1aJPMIXn6xgHxhY{V3`{gqNjZ~2(Ocgm zeHqySQdX>z^@>hz8OiKK#+)_FS0`7k+lbM&)c7HPo3LK*#F~a17Mpu3r4y#Dd1XvM zf`p|a*Kt^|v~^$$3Hf14JkE{U*XZ~oygOJkF$RVt2YB$gcH zdPJb+q=ZRq(edcWqII=vm#?o**0Ce0T$%rUwc6G`3LjwBXEJoTtHsS9OeRUWEd|42 zkFC883AZvXZ!hUYs;oj6>Z@qUT|H$@voydh6Uc1La$621c!E70sOg0R5Q`+aZ`IV? zm~2Hf?`vqTM-tiAghgXdOV9RXcLSEQ9D7^)uyP{A^siN=f4Jwzs-^NJfr(LO_nq|} z&0;YkfeZ&atfsa~o0x1trOAbDo9Sh#T*d6iLLT0;(`Moh^bomwDRr)UZOklJ#t=+y z;<0Vfx4oyu@Kd>-+?q``W0MY3OydrnjEdk-p$;Nr@wLj#yUgYbtO|3xgRMvHcWcu$6hsY(aHCwK@t&9n;2X+v->oLUOrDHckCZmoqjZD>u$& zs+CM?AMo)) z_xa?8gcN?7TKIuKw!U?WrGlkp1sNLB=2kzig$mSFC^;!f*YW3FzbzTiV5Xk*-7UJc zACsirbrPlb4P|JQZ5x$WVh=%Uzfxu0#uGViwI_1PgdHBaJ$VFI%qNDy^c0w~S7pjb zmAJ&_?+&XKo|@cb>{dyR-0jE32I@1QCmb^5fiZuR2oCCgXC4H$9c-UUN6*Ek!hYFA^UKYdRr+0R6gVHXjC zI~_+xIBUU-bp)?8*rvxeiQXaA0^=$X7N$%Fy11tdM?oifeM$EbyUlbednaA#idy1^ zHT$c0$uNd3JY34bqJ*nCnRyLp5OG>9ICY*Z*N-|ml>VizRLJ$@k!u_2WtdJWsGO2i zzAIfxGto1mSW~m1x;C{F!ni{ZQfm_vMkzCU(9qMht&RyGT3)>g}FQfj+1 z{nmHHhX4L=0`|WLRF;Pujip;|qg$GwDEH+tZ_Blfnnkep$LpE$!mZvXmrHb`Xu9?e z@~}b;Qhe$773!x_{Y+Iq)6~y&>Fxd`Ak$iD5cnc9XnAQBnOW7^8tl+@;htVxgOsj` z(_6S-(c4O0b0dzq8n#;6FkR!SL2BVtwPwxA<#@CQ_QK$B`q~P^xw>Y&jB=UJkj1e>VXsZ-e_)8QBIo58W}#fp_HDH zuzXH!JJ84EPN_;7r1euf`f9dP@xyPXLSH+8&EmNAE9~ zd`{(ZxUAzRY02r0Y7>Q*oiz`38yCw}z9)6E85>r8n=8etD(qJCP9iuL2RchOtBkvf{u+qeJ>5h7nk0mL%ydkQ$6@Q~kP))vxD$|W_`5+=iW6Esm9uMuYjJ*(7-US5b z^O>2YJ?t%=oGUIy5V=Q(8-`NLSL`WrBV@B&_sKEFHQ!M<@p=@m0%0=-7lUz!0+c8B zG}QfIxPZhB|6aijgeK%O_N_QN=T2S1LGaZ}SiM}(JJ+IyDW{4dGE3Nj{TEwubn-~M zs-VF2iu_lS8cixdlRb7Mby{9-bzI9tt*CV&Wikb)`p_)3F96NjH>9WydNmcKbY(Iv zh6CRehNxl&lS*Ew@P~t3$01)avru{3G@x<@xlCcS@o#U?lL~&cvQ(~(hyZWEEj`%O zXlRjh0E}xA1%WvpahR9bOzd4;y>Q)9IXCjk1*Z`h8P_cQTV{+xW(#?jAXMBYFBzo- zmex_B0N&Qy#QQ{WNe+&wFY&-+GP?1cG)e_vK3i93secuRExOFSBFKnmuP=KD+nXJf-CUZH&8qYGxQyNn@ ztu=3lu=4%@d52EwQj{L$>DhqZqJU+1t61u)7rjodVT`z`K~7&+)%+BiMv|d{E1ve| zt(b5jGN%t6{;+}K`|vaqoAfx6*BM|}<0jJN-TarG^f^75NVlahCQwkN+z&}*Oa3sc z#1#M;6VrAASWczwKXf()!}me^1ABUs+DVxEzhi4xE$XojE{K;0{+D+ zKjZZ;9}B?G0{M*x7VBTO#ZN+htLGKjxZ%fN%EJ$N8<_kJ%r*?Xz=GM9p|d>$CoGtc zR5%*lZWl#FNOy>jGQbV!{v!=2lldI24E{nWM&mG#KKTD=I}^YvsO+pe9 zKtQ}8`x+o9AV}Cj5s*bu(Mw1Iq=p2OAfRY*->v(CD7eG#z4pN{BEpPzQ1 zKKH}nsn73?c-{(T{wY5lo{o0Nc&o(8FTkFTa{ii~x@15^&>?=&m@2Nk;l&DWmz*9aKo{n;|uV;SNgN}0V zy!{an&_4IRU-?g!bf!Pk^tt!?OpA{CM)-h?Fh9+ccCo;HD#NlNl2{AoRFliU#mk-3ng02#xerZOyTSmAdBRnf3 zJUb&iCnG#B@D_MFD?@+d2gtl*SD$JD_RKQ$KMof1j&2M1;xpOq1wpAlYaVNUU7D8-2x$Ir_M z<9mZC$MpHxSnnAAQAYTgj4;1z?H%?1oDmK=r@%c7Uxx8E+`^Pme{x26Mn?FkjBrav z_&f`9TF1{81$SDw(uGF^KesTa*)p8C|7~GTk!2Xa{iMq?KNB*-3p2tiEX=924CDLM zjN`Xhn6}D-@xjv>$2(qd;14GqZ+*xg-1u;7>Za3|YWhFTeW_A(N1?-WNgd;K`f8cG z0n9sjxJpSqv5^wmLngdQ(Ag7{PA`2Yt$i?hEURNS+Fg#N?vA=A*Aa3r&UK8`>764{ zbAL(m*-YOa;cFrG8W|6!|5D!W4I6v38mYTG(PFmay=*yX?}drPZeQ}x(49TP$1Fsb zW%j2HyK5pAEE=x3a0joW++Epq6x+jna=>z8jp`rN>Zri1W;~42xl+37^!<*Gx}Ds* z#ig&8${*-?MeN1;1WCIWc{)5D8TDaz4e9zl-;e8<36~6?TTcCXtaBaSG~+Yk?&)x5 zh!NWfG3epKkWrMqPvn2!PkFbgw(Ir@DONX8ad**7% z>ma3hOO*s|+DX^tvpUilLix0aSxuoWjaW_L^hnO?2+byo;cYU>a7Lu#>e=$+%BXp^ z<%7$!Egimgo^5I2@@#3jJkO2Nb$Ol_vCFgRP!f)gWV}vWp^4zG8cNKQ>zL7pTZsW-5K)`nBPJQUG&d6~#0$eeC`92QaZ%2`- zb1vm59J|4##>ZfPmGM^WS$67kPan6j$ucr7uMn6Fbyzp#xQ$t=QqFoJ$E&b`V-qs& z>DW&tLx=T8j@!6qlTc?X_REYfzBtf4craz&1vVEob5vPaa|uk zT$W{<>9AeMKA$<1_rnGbRp~ezd)61_lnpj6#QqjCfO-F($*FUnG4t>g89HnN*PmgB z>5}6%-g}u2i^+CnTC8Jo+{PpGO*v)c_<`8KaYuQ=I6f5sHxr)e-iAHvn!F49BgxQb znaJ^KY~X6)sdGK{YmM8m-$I7|5aakX0Nm;D)V~D#bIH&dVH~&l{36q#P4->tR2s)^ zo@f3jufm?}%loj&*@eiyyib^XGWO)S&4F_%X9t8k7{0tHs)IT*X*vn&!zTL)*|#stNjr0~cjbi+f{uOrvfnc<`v%#!?;?}4 zKahQ2T5fXo2eNOAzLXEd1}+9q&NhxOpw#B8(&$#S%MWx|c5-|nHKKDL&r4H+d>}{?vIqQe)>ob>fPWEu*_)>>%)2$*Z3-dvC`2~kyI;IikICS%M zH)Bk5f#)G)=(FF_`?!^4CJ0vr-_4l)&~r5zac5#r@8hyuVHa%R=EHY0=KSxOeSmRU zR(cfpIM!D;;|AgNWW;U5p5DjZL@vMvZVP-jW6mv}&n6@8`PkF@xEGNNv4Oh` zzMJvY!aK=`dlUBbKJKk#4mh|w;ky}sPxv7+;y!{sy^p(#j5&nvN%(HYPYb_5M%R{zexC6;Rl7E6#k{~d%~XzhuLZSU4{1+9xgmlc#iNg;p2qADSUx2 ze`wOz!)?M33jbL67s9_0{lqCVai{cZ7c+{FLy^ z!tV%o$K>VH+E;jr@Ik_d3)cxBCtQhhueUix_+a59gx3h4DtwXfb;5TFKP>z!;ok}W zRXCQH&RePQAmJ+E>B5VIj}dMZK0)|w;VXo1623=xm+)J{!}8O4-d}j8@S(!T2saD6 zFOb^Yb(YAl623|JLE%@0KN0>y_&>tgSO@t&P#|0)%%5@eIwOTA3C|H;DqJJnEPSHy zxx&{9-za>W@OOpp7yg0pPlaC>{y?}JF2GXd5}qVHS9q0hv+x$-D}-+peq8uP;kSf8 z6#lz#E*2|3pZg0h5v~z#7Cu?{BH?R=9}@nd@RP#N3I9g;BjJAvyC3YeKHL*)UY~#b z>SKz>3r`nbD7-?rLHKy#n}mNT{H*Y=g#Rr3FJXLkHkG&T!utwW3QrL}NceE!I^idT zUlo2&_!HsX!i8AB`#Ri9m_Nzt@SlYT;9AYsVU=)$@Mhs33V$jbD@)s%AUs$2 zB;gB$pAddgxC^cYecpNq&lg@He6jHL!mkLwFWei~i{Acl;g!Pcg>M$VU-%Eg{}3LH z3rlZ*s&Jd|>B5%@-z0pW@RPzX3BN16SNC+fLxm>_Hwm9Ce4+4l!oLvyt?;M9F!=@NVI*xZ&>evybpn;X2_q;nRgL z6TV6KKH(>YUlM*-_%q>b{Gr9?jej5ZJV3Zgc&6}D;X2_q;nRgL6TV6KKH(>YUlPtw zr1Q3y@KE82!t;cW5N;6OEPRge)xx(4e_!}%;r|F1_e}9cS9qN84B;ihwZg5!rwLywe53Ha!aoxJh462MKNXJcEBP1RS9qN84B;ih zwZg5!rwKnK{FLyk!XF5KA)GfLozE%4hX@}nyiWKe;R}SX6~0UOdEqyO|1CUaU^+jo z!jB4f8I;!PDLhnol5nf=>B9F4KQH{6@b82_6AlNb^H40@TX=}@c;SV@D})<_j~6~o z_#)wJg>M&rQ20sV7lq#z{z!Q2kaW4G3NI6`7v3OzhVbRWHw)h{{A1ylh2InYt8mWH zblxh22MUiDo+Z3YxL$aJ@EO9F3*Rh!zwnQRUlx8(_^-k_!zBO01BH(i{)X@g!rv8s zO!#NQ*~8Oml?%@kK0>%bc(d?1!dDC5Cj5Qjr-gqd{CnZPBhq;rC48Xp0^wtXFBQH~ z_+H@;guf8Z8<|eGr|==dM+>hLK1ui<;U|P&6n;mz$Eb9=gN64Oo+Es?@EYNb!eQdm~=j?g%=606kad9Rrn&|ox*nu?-G7NIA?4+4;8`# zg~toe5?&@;FT6qc4B^X#pAmjd_z%MSj7#TjwD45nzDoEu;fIBv70#|or&S?5 zNH{6HUidcQhlQUNena?A!v7KOIzF9;gzy;Q>B38d>x4H5pDBE$@U6n%7yd*zwqH6w z<-!An_Ye3qbe?+&4;P*+e2DNd!p*{4g)bI-gbx-zUHEe0TZG>d{#ZDyPTMaN-dDIvc$V;C z!fS*#37;dpP52JsM}(gj{h5HMS6P_u& zL-=mtw}d|w{=0DQjC8u)gcHIeg(nHm5nd`>Bitl>qVU zJW6=7@Ik`Mg;xu=37;x_k??iGcM3l&{FLx3!tV-yA{@+4m#bK~k8q{%6ybHkX9`~` zyi@ot;fIC)OZX+>-w1ys{7>QhIqCe57G5O0LiiiPCkmf0e68?zgdY?Bx$v)rKNrrL zi@cQw&gFvrGsC5n_le|tlY2(oPk0d7;_ff{GsxW{{W)O&4D({qIfiUDR|&5XomP== z6h2${eBq19mggP9cZkk+h3_LKVNhXCtF#L5?(1f z&1AE4n(&pvPmBI*!tV?JN4V?3>3ohCt|k{nd7cUO?>j6Mog>MX=VOFxMW;#REy5c` z=TwoODSV#jTrGT)=-euNm*_ks@<)UpC-;iV^^EBMO8EC=D|`O@G!GV@CVY_aQRH}J zzfSmg(fOwErNVa!|CjKu$<~*CPcDq?{|W5hVfjLIVuwJ-+NFzdA=&Ko5*{czLxo3) z&McA76J8)XYen8Dd>q;8{4|lDC49cOPZC}#e6(;A+4{gn;d4ai2H`t|9})c@3qLD5pOCG7VhhvU zRk*kC5aBA}X~K(yk0R$qeJly~?`M5ObT*K!J~s=WEIQ{4Unx4*2=63YTK5S*CH!;Y z*Mxs7{Gsq)g?E#!t_l``yF}$G2K)Ea`crOY86-Sh^rs3hBAd;l$hlTmVE^7+E9GW$ zqwq;&i+eUXCyIMM*uSs0Q}k~VzD@L>CKp6;p9lMQ-`)`Yw}t;owlVl0k!KwWx#cr1 z+*P=oY;pG%c|YM{qO-rq4-lRyJXiQove`dI4i#u<$R* z#gYE&VE-=OA1Jqa_(=F~!v7TJd!Jsvt8h8l?DquIem^8PP;`b0j}!gJ$!n1_u z2_GuFOn8OxO5wG_jlylhn}kmhK128d;fsZ@7QR;aX5rg}zbAaZ@T0w}^bZ@J`|HlS^E7f=7kjJDw(g zO62^$pVxmy_)X#82>(&|&%#+*X*;>XMZ%@R1IX+waPA#aPLOT=IY4;0@Mz(g!gGZe3NH~pQur9*R^g4pCkvk{e2(x1!Z!%t zB7B$d_ku z3G*|{zOKrJdkXI(ysz;7!UqV?7hWV>BU~?x>;z%==zPj$fgfwU1@EtadHLbTGA}v& zHFbh=*rFQ%@2}s7fc;!Ff^wUeDk-=A$@QMUMt18xo6{y!Zd^@$J15Sh+;}eK);H!; zZoG(cTR$wN+;}J@c!=_4Eu6n>Pj(- z?d2?zXD08N<~%2aS)X1$M0kX7rErySwJ__=+i~?~_0M|q@W6q+x6W;UPWOih@``|r4M7I9B`MfbNWtO)BVa_p>W62ft7Vc-v>KbTV z2A)KQr{g)u^L%64IZSw!F`K*5m{qslxCfZ$molrL3x%&Vrp+C~-!^7(zH7|r_ZzdT zJZ{Wx@Vqhe|0`qW;XUI%;NKe$0RM+Ki!Sl{rUOwe@#maioACnh4aSSWcNi}L z-)p=K{D|;V!Y>*xht98!j{*O|xDNb@@fz?yj2pmN$QSe03@$Kk0aHf50o==&_Y(RW zp9~&iycJw!d@8uw_;m1G;|sv^jjsT&BHKK3tZBj6==Nh9J!6nB0)5bPq zj*A0^>u$hYPPX=6$2p!cE3ULEdJ} z{&Rvc?pe};8< zGx%-cca3j{{2ye@(R4BBdd@dyzv?PnA>3QIpYSl@vBDFK*(a-w*$?L$v+o^h%)WP| zG3T5$!p9kNt~*iq4B<Lb$K-O6Uw09%;N9^8JLT8?S}@VB=%K zhZ?tmk2L1|vs$>t_)N%8G`?v z<8k0OjmLxEHD(|FQ1~<9e;Ch&P7LWVEuM1=g)4;n8XpOr;lli;5aX_Ze5&v~;lqsC zCszvd`$CL+Jmf9LoJ&s>KHc~f$S)AS)c7>Ww;P`izCrj7<8ML!J!AIm2aVaEA2nwG z{E6{*z|RT4WPCT|uNmJ5{nuAr~3* ze8lU1%JaZ|ga-(ZG%khCe#YhC1BLkwDB9t;USymAFBd+>cm(9Dj7Nbtk+~RyJ4N_h zW9Io1;p>dqXKpv<{PTb@=bXokdxM`cX5M}-{F*V_^moF4F=qSzQ#c2CWIie9o}TNg zUc&ntbDkM$%(feCd>D9wG1pG~b`$N8XB)2s&o{0GFETz3yoSt%fLm|O`q?aesxg*0 z!MVbh8ly1IM$^1I>jAY~Wm4mIuz2J`c{msinTLW>jNC8-87{aa6~jNXz)m!ckveJ^D?;uZqy= z4-$S=q;@|a_*KfC{%qh^MdFXZb@uapUngG1Z|QxVD4qYZ-dDx+Kb=?G+_bu3&4!lx z;HzSE_S1P^6{o}R;f-pm-_#b2a=$}3Y88IxKC(dR*X=-Gt?PgG^6T2x-nIwpd+2J- zEJ!CA*G|T9GiKD7FE6P^faad;cGe%imi^8metC|*ych4GnlgSb@=F_l33S@s_h6g) zU)I<65UsP0zNhN#q>F#8+U+FXS66Pk--(QBs;++3hBe96Ej8=>aEv4kO{<$RXx!17 zRjcr;lx98>H8$6_3)i&NG_9%kV=L0>MAX>Ogk++_=%c|X{^)0Y6Ncxew)&>lno&`* zZq~-|#5`}QAh5ord3|(_`a0VLl(5WkzmY@zDtMf3QqD84SIO0OafJ&TI4Z;#KwwnPO*dfXqBVecu} z8vr@&arx=(otlw9W;TK2-cgV4qzro>!roHIX^%@cZ_lmI5%&2@Af7F~AWi3wzj4Ai z)fB>2}iinGH>rA=;43L9)A-jfv|Vfqx(JNYOfCVRzgmDT(Wt4{j=KJAPy*pv=8gI<>82o*Py~(i0YgO7yz}|0)-1&6BlaVg3 zot_mvpYCmtYr1DYihI14F6-N;`*wysUcaE}QqJ3ZJ;UD2$D(U-mV@)Ow^spRUVXiA zQa&VQEz)DK1bU29%>dj7yVCOp?{9j0(=zNWg1t&cFh@PQ$pCUS18|ccPum-TFpshS zx!>5q-sf*C>}^EYJ8!Qs!`?-(_b!xJ-cj)0-mL&F?-#H)$s03025-!;*Y-qu9%6aC zy%)`%?+0U%(FlhOrlSYTR^WLbpDDSqowxVx40~G(!qj|qAe6nmT^aTY8c=`U2=qMi zx0V>E8lLXSco^)=it<;Du($V%414{*fp_q5pVm8X@245|>WahQ3v?KkcRIYc_m^IjIT#N1up z=0oD=D~`W>cnpV>d-Y!2ix+`Umun*t2b%_j?pZt^(d&(_nwU^GX8eSz3F9lrPZ*O( zjH#@wlPY0x}7%G z)#>itlyO@<^&~s~zp+~YBUd>?Q407A_W!E=Lt*>c|BsCBH!YalfA5dwF5T+Jn%1>J z@1rUY7&m6!ti+Ikbwd*aTPG#jS{mx>5^c>1(OtK$W__Y$OVL`?|@6_qk+VaIY$bH9Fkot_Or=`B8F45Xjo2;p;Ye`gY8n`LZ)ZCV+ z8o6q7TYaLYv0+V9echhwc@NguIR7h_>grqDzTDD&H9=x!`JzQ_-G7qNhHqv?HM8ZD zy+20fRj(}H-aV2$TJUD}ZRg9X9jmtivzsQkXUS zPizF3*jitL?WVkq-Io*=oMXwR8X^u8h5O7eelz#3IMmRqPAWJ%?9k#}qGLYVnJ@2d z$cseiH?O_C^37eFiW2p^zEQh5_uyr@Z=t8DPaYVT^^+%d z_X~oL$CXYR+yByF_G7!hMnBltf*bA$R(M8F7+Ci|>k5%UH&9c3;s4WCORaQ>zZ%t=AK8D(P4$Z}M&_YstUUdl?aRFmj#|&i{Tz+WzHz2M z_PFaYe(az5=iN2}Kc9484J!Ng(%Wx2bz5-Q+5dPx`_b54S=+})5kH@Fxj&ZsTOa2q zf4A|RxFHd#ZTaN$NgT@5y|w?gfPEI@J#o=}r(U1+;l#?F*k`}-aAL%?%E{A)joZI0 z+&*l}7l_j@igN?fW_c1@s}9=~CQjRR$iMTk?PJY)Oravh3^2&C0u1j6tIN+(@)*y$IbrTi;G8h;3#=7mHSTcE7Tf^Jo`zLU&LKUWxiProlCy9x7dtQK zwm3q0T^4i2v>y4&d4DgbH3KGcM|5k0k!-&Hms?rBmHc!u_>l5#;N0x&3$W`FFLE*X z$IUKlb!QjCR>AI<&7wQml02d@w^ttT?WB;c75oIl$V`%OKdF4lm8qlBJbA1 z7U3s^4qdX{JNv4D1%yTR#%*(qme>K8I&mv=aH+Nz3K@oqTGVk`B5*)}5viZ1P z-W@SU%jTo5dEf2*Dzs2{e<+2BPfg}`-|J)?F8(j%tY`k{Jieh_v=f&!`D40~gRaSA zgZ#11e0I?+M9Uu=XIgnh{gA!Mnn5Zw5-bCN~B7q%Dr$bgWp6N}@kBacy90Vr0Kz30x0|&T3UJ-vaGk>xR6c(L~ zHprji0wqP)Gb;zWKzY&cP?Y?sF3_{+NSdy8fj&jIpg!`axj-T)#rhRDK=KdDdzyLJ zj$V_0Z~-|eIv8z}KR=&=t!4eufcXnt3GiUaG(2CGf2a#(he5$JQ0H6Nu3Y;B#WT_5 z=jSiWF&yWOmUG=5cv`KOD&``Xibq|A@o{1kOf%(Odz4S(x7J zmSpdbK(~@?)>rYr(R=gqH{`8`tmxP1y!pqMl7pfu=5=F~2u#&LR?HvJOypmk_ZBp| zCf5h~+sd4B*JMkOe@)b~U6UJw{OykOin<|<{A=^qA#!06f7UYpIu|JJnq0Ly$lp=Q zpE@onDxlg<7pG^@acqGb%4VRw`UEllO}+dX)ab|gZDAgT6$ev$Q|Q!#ic6X4lfw8l z9M%;xSQ{sW#d|>17!K9g!#9lyOmdrrj^qon>{Oj zz_Onah5A%n!1g>d>>fj>Npw%HL%Gim%kmK#P?5!caBf)83!xzu+i2zdDBg&QDeU6k zib9nYZ?hv@6s1>Hu>zeq|B|p<0`VqP45a3zVaXtbCRa3Y09+PnR#)&P#r!M7IDdF{ zW(7M%{xxAYc7(YVFS6%u56jrj^D7QvK6ivAD^RjmD?UM0u?9 zsBw$Nhq&}eNH_YyT?fpjth7?`GR(z(YD~dIuXb7wL+5Djh zRCY~nSQX^|)TL8}02=0JF3*z@K#zREC0bqd5DomIl&>AlELzL9eW`RR0&}`18)4v= z&cNKFGuaBSxj2i8`2KAE>ji&AMwS*mz$5PzwxHUU7tLoAyj#o}b4Ag{;wjJ=srtazOWVLCR6hcjFLFC!eAXV&sx+*0qcEcKcW^XtDSfaEyYI>?f%HH`rob zNFo%uvk`RuLLEkB6{U4>qyhpr`Lpb9Hpq&?3w;=8obMxg{yt%^c_=|Se>|};f8Q|g za%fbzxqM()%0N)D5Bu|=sCQ>q@D+yq!BKC^Lt5;ECD}Aw9*4!A`BTHZ4`^f_E37&! zV<4!==9Dlk3guQjg2^a1f~S-B{GRhah?jU_pd z>Z9QiRQ!z5SBI{_vnzN$%wH3Q3M(3^xi$)wR~*7_(hwQxQ?Z<-`9_q90Tr{^y^oDF zhg9s%>S~Nal@+&eVpe)jZ;nE9g93J&|3KZt>A4{0(#U=sWi04fdJEd7%h70%_?)nW=bA1fk{Wb=Ka9( zuWzag;wOYduRtiff*mD(VmS0hgz_qup@rgG!l8E~R9LYVd5fPM4t*4%lAucw8Z5pw zjQtV87!CL4>ooBz!$I>H$ih?+-w_2$vYQ~8$7*9DtU%od| zd`0hhP<0a{&*;|JeII~g@%_cGGnpmm#>Edr%=_WR4@G<)OcsAX;vUp_%-QPu9C=q{ zm&RuxY<6SgzWeTh1+Mtl`@-sr;&_2pgK;y*{sCwz-Pj&!c2{ELWd z829fHk3@wP|8wtUjQcb*`LBqpScAKro!$qcwTgo<3OquiS)q&F`z%^IDl8j;=)M2R zO1se1UZL8zEbuDoy7;274@=v77^~=F3!H$6#h0432bs=g7Ffp2TyBA_7=6W8Sb#sA zTzsVkzRCPwWr0JfcC`hjF|f@7E18{ZEbs!4Y_~ub^LDKTx}$RyUuS`Abo$~Q7N}<( z@3g=T=+ebESb*=*6yF%SYU}+j+N}6yD>kA8#oxBTPzG+bzyF_Tsu_*C6%`xc6qJcWYK}9_U?z zS)lm#C{V!8ln;SZ-zSLuof;!pCwFD_;ep<_vc2w(0?zsbuU-(uhEU^G494PnvwHJD z0lUJHULzL7_|xCL4`(YqkX6P5y-z?A#ZPBNou-WS`iupbnc^3%RL8UMzp%g*w#9EO zFp1Uwjs-4b?fupQ&tgI-e%Atptg!biZ~%++z6HL|Kyj>eI@0TX0!{a{z;DR2l0-S?{;l+s9a7 zBBPD9z~9(f<1D~env1I}z<273$6Me`j)VOy(83PBzXjgnkqH)PWt@o?xE~ErJjnw8 zVw?jka0jbyvIQ2ghNoEI3+DPj3w+A#%(lYDn9dvvETrjqv1pb!k=72fz)hS8=bPGI zjB|(ua2FQi+5&vxw)jd5^kkf?EYO2J=4uN($lkuq0{j?H@ii7$OVig{;CvS0It%n- zIy)?IBP(R51^Bjq@%0wqpW}*eu)t}|!Hrgge(WSSS>RdL!7Zlt0=xFNEx>n3if^^R z=WNs4EHIye+bwVzyU!g_pnM$C$tyl7yW}P`NB5f6p!l2F@q3UH1loe)tx+I5=t9Nf zQ?g?xLN7+;g70DTI6V3n7uUV3SOKSH_ob}&S!j>0yR)O-%T-O+ASY^^xyWVLSWa~0 zU6ibAwjFs1wb8YU9l0D?=$dCoCZj>S#_h;(nl7{>T^ZriblRLCTvN^~jD5cW z%i&2yTz}*U!tJdn!oUxRhlgXRjpUpgcrpw@ zIGe(u@B`roaRC=5!@@BLEP_7>elXW@;mSyO76hlk4_e3MYQnN92;2sLGyLF|+90eA z_hEhh0^z6Ohwy&X0_0-QJt$pR7nagCA4%&5KXg6<%M(Gs>3CRpWOhqXH82={B&79_ zLXy=29?{qvZ38IchAvze7LGg#(*0p&JUlK>uSCBI7pH50_bJ2eZ?Fbj+Ka4;9eyn1XQ;QN($#!rIGZ}*(#l<|$;$9hwr;p=aD7Wl5RMJIvK=2r><8cn z9f(m7j*FV$eF$EKcll@S6mvrtP7CAbp{u$4pNMX@89vgx7|@d&x^Qk-arQD+?% z9-Y;Sc+B{@33LOdcqL##q>e@(79Ir^#K>xc;w?CS6OIQ1nlJ@~z0!3*2sIIIzp)qU zemJsNT2>9y9 zSQ=h|0~hk(u&`wGUU-(}IS9w?;^sbVs{HZsuOhVHyVzU=?eXsc_Wuhu$04*Ce!?dR z{2W&K;lT<2LEvwIzc5gMu2_YkISPLN?g)Gn`b!z72Lh);x)pxnynUi0-FO(oDG0wP zy1WM({4gB25*nAoSNVg(&wL^}SctD#2WzTBX;gD?myPD6hf`96;P2$A_*%gEOd_!Z!n4Ez*PZgm!~qBLsAlMxdGh0LZ-+ zn{Y%}ax%Kd$Yqcok0jdQN6tfls}nv>G;#_8_W-^Fe*oi5sDXrE`s4MQ>nJpr=QcF? z>zv2XbzMi{^DiI3SNVg(KY@mIl&lTlsHafcl^a)gc)EsJVozaR{D%ho!Quaa(0WQ_ zU^45D4@5OElM zFgzDWf0JL1e|!0I1U5RO7IOY9umiVnZ(*{%Wu-*xu zkK&(=_|tLh`2%@|d6gr9u{ zHes|N>w_xdw-jf)4_!vMa))kqv(U4-9ADvpVBx4G}pbGh+X0 zY{G3hD;bevtPdjfVniMoz7(5B6H#xEB62Eb#Nj;UhBp+IW3}UE;R%RT3GZg%iviza zfV1$O0N&Gdv+#R>-!i~im^Ui_#QOrCYad>6My=3pWIxhD-YIi@#o1v&T>5oNx(X8aGHT2ye?@#(Z;L7>Wc2!&mu( z!?!`><%CZS0XL~!3z)}@gm>qh>z4nD+u=$F}v2v8P0O+r~S+zNo?2_LN=^Mmx7} zj2$D=J9m`R`v7$iJKyU~;ajq?S%an{sTjL?q&w?C>P}zZP=|vDkq=x!jae(Gcwk)# zdA;MqoP3MZZ`!a9^0UYXpMbSnY>xYjd%pxGehQ-vqxE!~lnnD%J^u1PuZ-egN-hRk z)|ow7MX}`xB*@{Mb>>tGTt>3aT;S?&K403PFTF7AJ)ckH)0bWo_CAE4_ogp7s^F0B z$S-}-?{en9j(LQ>bTMM^I}h}wyAc?igDwYO`h7%aby}4k!YZ?BJA}ouq8-AfvF4dy zk1W%dK8?s#=uPx7eE&8q4F?u?i^qz47cc8k8kS&vl{FxU#}ACh*kXf%d5D$WJ&57& zwg~p1!Oa~D|FFIOd%&y$m>ha)ov^0K0+w0HkX0pMSiYv9rhQz~VJy^P-=bRd%$Bc2!H|*R~!yv2Y#nX}Y zaDM=+p1pB=arn^mIMZJqKO*OFlwf2|Fvce_suK-bAB`-sfKk%0TG=ko5R5@G0n^9& zfJV|OFh17ZJW>@$7Wr86_$n9PFAmLRDDM7*=+FcnveHe=%uf7p*C8gQxp#R^VoTF$7H2enU>9sl6=qIumW zyPi0oh9~dURP6g6UW92ULVD=#-eE?=GITL_N%(A>rWfz<2mKzYL1_thUTH~MDI3em zfCjKYq%H0$;d5zg^1vNcU`F#{V9I%2Sodl`e;94&jM7?GP@S?w_BvTEd4_0Z2ICEZM={d*S?mrwX#!ib>xF)g`I^zV!*ZcR zP2$uYpl54>2$>s&J>qi51%1>Cq}!qc*rwc8&_(cJuzV+WH%EwV@9URqQ1A3yFb7)7fW}L+)XUk zOA$!B$j~zGe45KrV*nX(g?u0TFj&SNO~rx@TT(g*!)=6r8y?Ng9X0dN)NZl9!^eYU zOC-Tz=dc2U`vv^l@P&wRe9&j#ty`b^XKV*0j9CO}!S3C?Oze$8yhX%NbS^8r1$$Zy zU8i%xF#IO==fHCeI}tXqkP>zdmFBoELnB$in3Qf>8VmB$lSEpKf+LD^X<;t!{kBZ) z#EPaEWHB}Rc3Iv9!Bg<68ivn9!qTZU%e6{I17|^rjrFCS$}4?E-=z)y?Lwx|?2yJk z$;e48q~sqN(lDd}-fPiZ$DAa?EMhvBi!BBdcVpq(52n!lqGCDZ?d*k=@RDDp2&P=r z*B5ig!50}Nv4M~pcf1AAJ~aqZE&)O%aOW*7*+Jrk3=VMTEu@Do3hvxYY&pB-1$G&` zgCP!`FgTh!W*~jgXD6TMyY}M-dd~42!!!$nR*Vw64BkP>8hDPJ^wseWilW5uoMx2I z3=K$~%L-1wo&}K>&vJJwm?EmmsbQnS)af;=3$^IACGv|qla@u6vUu!&T9OkGcMl~g zbB3wVZrr+5-JvgS55`Nk2LjHeZRP}d|DHX7?UZpq%N=CV482rl7+wOwHh5JHL*9Ad znOCLrT^Jj5Oz*lFu#M=(Mmsl$6K}IHR}6H?Xy>-+2SWm+3nk8W#jZfqSLeZys>(;r#ixZ0I*Y~`4VEn`Pc7&UfOWk-$1hE=22 z)Yf)95b0YM{tpuFkk{7Dts{Mj*WndGeyOH?b^ULY_e+yS7BZ4VRd&`y>XUE{wM)%Cy(0~l!h?AX_{)7ZSmN5{0++}zgK zTvJ!y5>?(P{2{#)=~|5apq4L}j#`V8NzmF>S69CpjQJo5s@c%kmTcR+zP=SQ+^|YQ z0dF25fJF?xr*v#YDHTXt>M<`wVm3McDvtnWb_P;y2@!7T!5GF8I3I`GT9fEY2p}74 z@twT2{5x%Ja|?48kD{Z52oxfs?-P+a9;n5ePMiT_xF?j86U)hu1tH#dit(3o!+bZn zrFG5=afE3?l`7QD_mVsuae^Q#+Zn)pNn#WsgTnlB#4U+bBa2~dXns~?`3MJj-g5re zv)G-HV=-hpjIy7dmD4lU9A!6_#eH@xH^%29!`S-#JOs0H=EhDS<={06=04hHyYiJr zF>?Aw)?nM&$myR7yGqJQL}ANq6!*kb-1VgYR@@SoL02g#jmve;pxBMyR70t(L|Mv7 z6}T)n#vi0$K~S05v7C5prnAAKPR>W0m<&f#Mb2?thCtGF2*l4tmX8e+RMxzww z#=5wQh@mkyyE3}MqDIoz(W`Tv9cV|zg(S;$>p@kkH8yh5qNr_` z`dI<`#t!<*xTv{wxe#|OW1tGy*-Ly`AP$ zx@}qBT6*N8t3`Db#=hyQC=bTk%>W3vc1-t&6y?UU^Gkf=hU}M_vq53h4|8KJE{DZF zwGQ*l9{Qh~3%bE>&;LQp?0m*d_4NUUU|=|49px0p2APy226cH9%MlI5oK)?& zI!?>WeQwx~SX)KfCvIpr$~&EE3bbJn`88Lku18(`)v?=k3&j4jiybv&G~{7vQ0&Kk zfVuf4I)L1?n{9I9z9?=WRiG?3MVcI=4k_Fpjp$ULD`lVK9Nj);nbhw+6`1aS|rqSb0lo>-Fy(cxQ zFoT@`O*b>juyUt_PXjk4rlu#9BHNV$gDmP*d8kj=XIFGXAU);7>KW~<=9F38ODYz1 zcYrsQ(x;24lOv&at@>ieR^`by>U2o$?M2ZuvnI|%Xqk4lf7yxc zRF5b@9FF%qJN=**Vr<%+)Tv^R8maubenunv_#FFb*&X5dj%L7U5-6}@xh0InurnNt zqPVJO=2>>I`kT;D`%ZFDn8s*FB2Rq0f6Mhat!i%y>Y zbQ9U-yc@~ArL;VnBt@T9=Ji=7grhcI-iFJGa6CUU6C~F)wAT9QHOJQ{YipY~;QI_w8tdxU zHMeX|Hn-qnEO3#N{!s1uRNz0nn zVAhgF$;Ar~NiJD5Z}$9YOXemQ&swr<{?g>qd56qexD49v%Otp(s%eS7brRGxHa2g> z^;>Pr=Jh@;JaLlT)VQtz>a}gn>sH}XuBNSikH!}sY}s#U!bfkL*CkzfqY~A%HLgl- ztihFkvZZQ*>D9T*$Rxj(yRo6JZLNt>MAmn!*K!}{O?^$f4p)@;AP?GS)rQrk|C91+N!fy6YRF5Bo&lW?toLKgx%zzD;JCLBwo0?hEZ5vu$)46Qox-{9=fI_y_;AMKBx0d=f zxTIw-i6m>;Gg{ZzG&LbHR-dc;`3vVHXU>|wY>sImDPC`9SYg!FO~^^>>g4L0V_~PQ zu6YA8G=JfYgV7&mEL*%}-eI$nOZQZ5t@UX17R|}phBa#&>yNK*>{x47mF_6p7++LE zA79ndSl?v5CTi<;-=hi|P}-W+^-*th-`v4{w!l@uoCV7gGbT<cAP}?^0_~yo% zHhc+dB!=hehWf@j>bBIo;WpCs77Ci0VZWyK*pc`mb6bbHSl6(wp%z0N_d#mf@QLS5 zZpt`h(Xu4&WwdN|w>?q7O*ETmF+kpM_hBfFM9UB<8{nj(BWZSyr#yWJX zy87es0kR~XNQ+usJ7F#EezIG#Lp5!5eG0cjahIo~-Dp;ErF5UW-rz@puZ8w=SCyZ; zn2)v1_+CMzhgeZJ<4mU=5R*tJ1=qPl=InJf-$3_GqB7DGE4yh8ixZW7T|*P@7x6HM zNh)=8lbUr&o2c=5@4D2CCFYUI`WBA$)Sac|nhiBAb!h*(Bs(K3II1Xo^o89w;Wq7N ztYl3qI_o;zyvAG>6`ond$zUBm$c`3Fw$7e6e-*l6fH|3-Toj=9SUbM^<-3bj{V!bTQ{s~UXN0)iMrip4mr%BwcOO{e31SgomoL%q`k)b0n@}v z#r)dZ($>7O7K78Bn5C9C!f^A(`Z`|#JN-tzB+~O|>8Ma9i>4Fwg=kQ59l_Jhf`toa znJL$(tNl4E)qpkYI@Y}mjZSBJ)VTZD+D6R0eq5&-69$tQgN++73f7PJhd0&NB#*Ce zX~hJu`Dv)btlQAG8S@KfQ`89R1+`=Kf{IF?hpdv)YddsE%oDY1YdBe8B3j4Rk*Zv` zp%Fa>0|LJvfMM-UYpnHlmF}l3jo5^h(;BxRam~s}_v_u3mpk$D2QvM;nKOtR^jMW( zWr=!hcd~Zg(QjVwn*d#} zrN&M~wT;cKZkDQRKw|hA1Dmkiio-Q-fEG#C_!+>?C72emv~cT_sG{*n%XLXN=XV?p z(MbihjTD09ni_mCla0{?l4%tUpmp#1u{$yQ1eodQ{F_{bCA}%H+R)Hgm)y|QaNGuW z`om8|)YmsQv~qOu6qigcn~$m6wEa8~orO2nx?a}4AJ_m&ui@~M5=kroldG}d2vAO} z88+aG0>AfzusabuYf(1cT$nodM6&i%K>Hb%b3YfN(YQ{ZiR_ZYpNBfmSX#~e0%?-J z0m8DoWd=`=wVZbGJt59AoLy4WqniLW;g3A&I);JuuCJ}bTES0%9LcWjaBf?TKPquu z)PPleI+sxogLPbl*cme_vYQ0(V;nX9?4QwZY#GAQ+R$2u#`5#jyalrtN&={c4NY!@ znE5?j7tLC{IJy|JhW0}wT0?Z!4u0*DI@azyIL=Sh({cLpohRxV?jk6PTu2Lh8zZ)yO5`8-f6%>6vNMV#OQi4>TFSkHgJ8AT2}edgi)~&94Nl&I?pwT-v{ z_NNwG3fej=xvKHlXr@JJEe`4ulY<2~O}N!Ova)7ubfd%$S(9Vg5lun3jo5_!^nHCCHf!yNCT=w(V#9eXZE zPy6PRxe^WEZid~z-Ia#BWU&i2tkIoqq>*YJSC?p#_P2W44@_?nOPKW4n2XrDzP@$? zZy8`t#^A(?G^$W`d8{5YuFj)lE+S?N48UZoi<3GT@!kMd4#y_(m2fvdc34fi1zf$m zenEUU&ahU%)an)zP3{(--S=`W)nO8_>rPmY27WZDrkWQuVMWNSRzEwnUj$-G!%YcJ zsAzdNA>lTFd&VPmQOYT?{e3HbrhL7-6Ju$)MvA7rWb^9PoI;w?HJzCgf31_QYIlw} z78l+1{*)S3a>MFC?v0?3Xs!m_*Qv9b!&t+Qe6@eb2{kr)Rn4(AjWsRD){J(mKv`e2 z&C++x*jb}oaKfpJ)+N#Xz_E59eL}J&CMKTRO*N>LdQQQ-hmee}*?gXS1GpmKaXIvT zPV~`0i_RwOUbqr-Ba?>w3}!VIT{}g0ld(8vF7Yu)jOuoo$C^2v_u6LM%c{jaw&s>r zyo)4tj3!gM=qF?K(&mFo@5&u-Ff4qGwxwRJPHIu{PD8nJXYtjC9{&# zrY~7If7#Mm$@%k^&RRTe{*oz`1=FU_!^2zcuAAx=8V$#^c($^Ao>ou$PGG8xzJY2QDz+L^xQjq#{I2p)fna_J7m9i-_z*8?9)oeWQX|4?dY z`5$IFeos3i;IrY$tOsv%47iuc55}IhY4Z?xpNC_?UcV7M4xV=SFs+yG1mn+2PJSEq zbe-j`59Cb4?`g+BDBPJo`yTbVr=t#;aVTF5Pe(bq2%a|m!?*2hvT@A$e(1xtXK}pC z4*s&+GxsrPJS~agts-?Xd@xEKUNX=i;+JNG%TmLX>4q-jX_Xj`^0{I{7~aKV)6((fg)m4EQ!du-*Tz^LHhkK}T%%~%H%ugpb+DJ2A69(Y#e#j)0Z`0+ zgDEYF;p3I+V(u-qv?S(U^U^RoaoWY)uSaRvmp+o=PoC+6AbeXdBaBBS#l=z+RwTq< zC*>&P$1}nlJZTq8O)8Nr<_3x$AD{X?D^87N=pTNX;Ph37e+_AM*L(O*nRo0>XZis4 z4EyPjVut-R=)*rInB(!+jXC|X_x;Jj-0}G57UuL)hW><4@~0e+_qQ;Icp3T+Kf~u8 zj~|*5=C_NzAKyFUt zL+;5qW3HWiQY3VFHXWXw z%J+`s%qN*PdKgoe`JtTUW7T*aW`)eMR+DjpNnp?Vq@4Cxhh&zO^DCKkaJn(mI?FhL z{Wh}Mx!ss&_<;8*~ewoP|j{o_Hk#M zoJ~NETc25Aa#kZbPJ?hQ@U%18IBsM11j>J_!*;Y>|GsV!!oj)QqJ}z`*QK~1C$qHPxj@aIm+4A#Chz@C>b)L|a@LMNH& zUuw*Lb&oN2!TrWe>nSp9vM>F@)jAtBrl0A2vDjPWI(}!sK(YC;LA6 zyvgTdPxkT;P0qeR_Iduy<6CR_=UU@GH2hIdeli^ z&pD0EV$vL$`uiKR&Z>nuHkmH-MvhOy25u=lE!g0b;sq{(}$4Lv5iB! zJY?Cr8M8V(vpr~sbx!Z&GOr=dFLYJ#-Hay+SCbKUCie6`F8ekg-=&)m-_7_?VU9P( zWxdk-xGTwp*ud4ncQbAfUQb5cHtgwr+)ZTkCAux}-HcBWKAViV=VMRr<6cB&MZ#SM z-_7`H;hki}y$O4IANN)=+L!K5_-@AE6J~!4xd?(|k;4DS-FwGJRc-&@XOihN3;_nn zNJs)f>Aed`q@xImAc$oQDG*7)BnT)9Sh0f@Y#=sJ!HWGV*t=ePy&`t6BG>NKE6?Y% z_u7+{T<`aOpXc@b{`sBPYi8bSoxRuY`|ML@9X1Fy26YV68BUQosbFJ!`PjLz4Zz2R z=X~P$FvXlhoSt>)nDyp(kz&@5(_f_ca>Z9EzFG0ziXTzF6^k#rG@b`MgW(RmE9Zjrx{~^AvYiJVfzW z#fK_BM)C2A7b`wf@g<5kDBhy@A;s@1{#@}7it(s@ro0KoqZLn4OwY`&eySB;tN2#M zPbz*@@u!NvSM2jQ+Ha}2qvD>5hbx|_c&6e~#mg06p!h1qn-$-u_({dDDgH?Dw~GIz zIEMMy)mut2-5okT9V0%#b+ztsQ3=Wk0^dYG5x~2w0>0_3ODN8DlSsoU-1OR zGZfENyioC}iqBVkrQ%JB?^XPS;#U>#RJ>R5K{(#JGR{(5ruYQK=C3z0ub!*)S17(g z@tukvQT(~$pA@%_Hs+^LaUaE_6i-upwBm(|*C@VK@tunAQ~Vdjk1Kvw@hghIR{V=% zf2^@AIg077($zWNv*Ⓢ+cv|6jv+0P%&SL=8jbgrw#f8aJ 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

PX7f`PF%}#;# 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

(=2_kVnj(~A1#Dcu|xcpb0>>(Z& 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≀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

#eo5h1 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 diff --git a/build/bootloader/esp-idf/cmake_install.cmake b/build/bootloader/esp-idf/cmake_install.cmake index 4f1ca7c..dd77c80 100644 --- a/build/bootloader/esp-idf/cmake_install.cmake +++ b/build/bootloader/esp-idf/cmake_install.cmake @@ -34,20 +34,20 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp32/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/xtensa/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_common/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esp_rom/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/log/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/partition_table/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/spi_flash/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/efuse/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/esptool_py/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/main/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp32/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/xtensa/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_common/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esp_rom/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/log/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/partition_table/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/spi_flash/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/efuse/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/esptool_py/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/main/cmake_install.cmake") endif() diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj index a90b5221cd1bf3cfde2276af2a9298dfaefdc841..20c8e418cfe1dfdb60d5cd39ccd11216cae2c1e9 100644 GIT binary patch delta 2891 zcmYjS4RBP|6~1@(?c2BeF4;}8mu$$g*^pl(VPj%6F@Xe{0gM5`CLtk#kl-c@BqWmr zK}Og*phb*|US>!&s8h#)wgaP?I@GZ^Rvp{aw%}hG&9v5{Z52AU&e+re+wbh9Gn>im z_nmX@Ip;g)-c1f&;79Qr;a|O&=W`@}$r%$HT#Vgmv*eG1o9DcYIfaKYz9d)huK^C<2JW)|SM^9=GG z1%c(@F2mW)m^$OgYM7;}7Wx~dX;0I!gadpe$<2R4hbzXj+7WOY#+364h;;%*jZ@+r z@t885g)MIMGM;m9fQO0q4Hz%DegkeWCr5qbC(diIoX05fOpXGF+&56%xdCF$`Pns) zKJOSh2hFH8MQb^(63$>w7-!51n+jXvGn6tb0%QpBBlVIqns^lP0`nHD9;u=Sjm;X5 zRKmRtW6r0SPB(pUD6OjQO#vZ!!HsRjO9rqASNlNK4}ES7?o~F8X=KM zIV;GhWfA5-NaDEJWE~>_jk3{wTzFchg?O8ZkqDP8Q-Bnh-DTdCoqGQugo!SkyEaQLUS+I*D158 z_I_@+L8>7)l9K&AK$a!1;oZOrlO^N$TKK~q)Mdo)84m0yG&v+A7f&4eMKf=8qz$%epvc`2@shm%*<56vu%jN1p zGpF?uO{cj3&%io)2-BIzw1@^-O(KqS`(KDPO4_~oB+sOMuaRfTn&cVu2%F_Yr08kx z&w}@&Y*YU+%lTvK1~=_6?k@5rcles#p%{0l6Yj#aztT)I^JXBiRQy4mcUPvl1YGZ> ze*ssc@TqhwyXpbb{84hZ>%~VT?_=*27Ssz$&DrhjD;l*d5 z6BUDIJ-42vBCpXD4LpMkCU2*Guh5n$@9{Fh%#}Q&2{9qxQm=TzH3A3yW;?gOrSxCW z`{?AE^c`k$8;R}uzlP80MQqkFORiAq-azX`T*Z2`ms`(+NJVRp>FZ)LM4J0}atVe! ziGpUowuF3!PR6wrkVQ1>c3mVSx2k>KoYIw)J)lpN%M;XlP+QfK-lVxpTMg27sn@*= z`FZsxZ&Ot+UD_JrG z!iFI4lI(k6IGFQ6HD~7~K7}|tC-N60gnmvur1?82WG~eGG_?q89)WZ_SMw<9*%8gZ z#un{7&5O{~UUc0Lv39=Zb5y55b4lk5BR3}-cTu272g0~}yIAuc;w73_lDNg1f1`dU zqKP9UajEt^Lp-Ya%f!pC`$_JNn*R)Q+ZCGs9*@he)ckuS@g~iE#H%!ag80pvzeM~N z&A%j7)sam}>BmTVjSe(Z;8x8)rv|l}mr-(^<^j9|dzt1{bbh(!Q*^#w^V90Xd8-Sb z!oXr_?$?;W1G5sJ^uP&Xp8hl^PvJP0^ItZAcox{)CY06Is3w8!z{|i> zz`Bh>%>l=OYc@8jS>Ob)v|Xsb0q+G?w>PSHfQNyh4xugr2Y@9Vjp|k4UZB{7{=hC^ za1;6i3;F~10!26a1G|91ZuAGnfmeZNyBqnqy4HOMpO{{|wcg~PsE7OZ@Tgdns@2ma&#jbA)7^_x!Et%@oem}2JzwIw}SgX}H{YCsuwJ=`n3RE)owz{!DQ+37t Kd_oPzv;GGSTO?=z delta 2857 zcmYjSYiv~45x!^d-Lu#C9@}es53C;;8?RaOv<*05Uf$4cv7CeewT+DpcIqx(+WH}T zc_b3qq!3C{Cqy|^B?Xf7fpHR55ivxFR#c_50-{!SYa*8*H6>0Hr8Gr=nv|-v-|QjM z?vML@GjnFc*) zN4_T%SPkyA%nrj)Z+WIi?orjbF6zwBdXrL~&u*|)b_*S6;hun`aq!~e& zPs^`G)6D zh-~V!OJ^F{7G0vuN%e?#73)&p_s&i}O;i3P_Z}J)8F^vk1a6?%O`c#jIptdFwwvkK zDLK{N!`x;_wd8q(`O_>ThWvp1JuQ7N)ojH} zmTi>yjBZgR$7oIa*|c*|Rx+)lr{CZQSndT_A^A6I{~U9!z^ag$WDV)O`EnWEj)U5& zlAY>VUf9IRr3hG zdX@R7!#gRzs{YNZ*i&k*k9HXM&CX8k@K<_=;&Y~s`O34d(M*>!FGJ#d@jEr6t1YKRylTl%?Rncn%eDpaf#%;?+jyMjp8yzu8RfOaEtgm$(hP3h0!jaQ62VT z7F5bUnmkV_Gg*O!Spp{@Q}8loug7tjx@?u z0_)>#ERVj!hTKSE+rQLsh3>}|9kXSX%5efsckwFL^KUTwbr5-)G{^MoGNenIx3Sa` zEO`P2dAGKNJWnU%+6u^eTHSVCq)2{OJ>eA2ucqwp=o3|Phwp}IN{LYP# zVia$|lNHDD^b`-`X%^o=0)7rB&^e>njKSwxPDREaL1xy&>CDN03EZ-ShIkiZow@lv zsKf+TZaDMuABW*F%s15+ZfSBH;@rZL50OwbLcB=xU!agXL-R3eQLOnINOxyy9zs30 zL~}|0()%1u-C6fJ<(6q)fK9t0&6g4{FL@x<_(?i6TL&`n?%lBFbp6~4&1aFgIhuc@ z{vaxokCViO+H;V2rRK+pS84tOl2xtwY0T{|(tJ5Cm%CW=820Hd(Y%^?jpn~3{($Ba z#FuKGNqkw!=9KhzNP4XftRT6|HNQd)R%rexC9KpufP3Js(mX`xS8JX_=j${-rryh3 zTmC!-77J(I#spqa!zkT_y^2NYo~3F{RvEjlwq=#IRa5k9>CyMmOEjc=&Y`1Nm+twP zvNooBE>l)>y638z%Bo4;BR$*F{r8|*d@J4K(3#$J&ouH3qa((?AuggOK~ z0Gt9&0++N#RYj{%`+&QF6TpkW&}Q`CjQ+ql@B;7*FwlnnZRihd0iFVm0IhcP2Q~uh z+tD9*7OlVv^asX)7l3DgfzBu! z8g1>Y<7`5`yloe|sdBo%&Q_~fcNx2+p6w2^f2xyshSi_D!^+=nDJvdgXVjc{nAvJW UJRBTqz@Htyj9-3mi&LNf1G_#C^8f$< diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj index e099c6d01a1e32601e76a20a0c18c49a1b142464..1c1abf3a714743232754aeb26ebc0241d8ce7799 100644 GIT binary patch delta 5539 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 delta 6622 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 diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj index d441908a019eb064ba5841e29f70671a4d1dc66d..9f63d6a80b592d997ec54f76fc14509b4812037a 100644 GIT binary patch literal 19648 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 literal 19860 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 diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj index b027530e9f8a071ea460ddcb1a380ca5be6bde27..e8cf03fa62da1b9494153f7c16d7db5f0d838d2f 100644 GIT binary patch literal 29460 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 bsxME+2kmTONV8bjN3SxD->8TJtls|tDONbf literal 30336 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 K-pvSs)%!o$&Q)&! diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj index e61f63e54be4398c90cbd8a71fdbb6910e73ee7a..64eda0156806fb599a8425ab0254d067fafb3fd0 100644 GIT binary patch literal 36376 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%0A-L}IC2MMooQ^kgPUuLSIbZN4f}3VvHK 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 eHc^f0Y{qvNqM-GObGFobwPVk^^0GHF9|Bbh)e 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 diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj index 26ff3c5bee532fc5d448f634d6b95d0f15eb4963..5c589d307c4285742dfbc6846880d7cc5d3cedfe 100644 GIT binary patch delta 4306 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 X=c$aYTpmMdy^Ej1eFU)Qg46pyuW5(H literal 55320 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 R4Fx6kk{`wWqurG6{{cv>T5kXV diff --git a/build/bootloader/esp-idf/efuse/libefuse.a b/build/bootloader/esp-idf/efuse/libefuse.a index 0aed98f6b52c88089b500053b9430b1b1df33bd3..2e40054f1aaf521ff719e73271f01f8ef2b8ca90 100644 GIT binary patch literal 203230 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

&eLMJVv&Z^g{=R=jNLl_$9j;JIcg@zL)nH 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 LNAdn>8~OVmWA@^3 diff --git a/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj index b5c9f56b18b70f29afc233901343521a075058ca..30acaf30334b836311cec401d72cbfe6f725c4eb 100644 GIT binary patch literal 30240 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%0A!( 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 aGx5v$t};j+@;O%Om7IZp=TTJP^!^)<9Nzu_ literal 29704 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 diff --git a/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj index 3afcf730be4acf38a7e3a2053851e589596128ae..a36cbcb9c7d4acb0bd1c04ea7d6002b86b20f35e 100644 GIT binary patch literal 28588 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 literal 29744 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 g)!$YooDds1)OIy^HK71;LuKbnS4F#rGn diff --git a/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj index 920d54453e91de8d25779d0d21eb2570bf236ca2..8e70b905f4bede9e34fdd908fa405d5bfc478413 100644 GIT binary patch literal 20576 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 Tx^Zbz$(KDtslO2eIKKZ2=U)3L literal 15580 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 Z?_GsAEM` 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 literal 75652 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 N_Y6AV%S{GK_fN;MX|ezS diff --git a/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj b/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj index c5d95c8fa4680bf5d6b0f7df250e46d64a812d45..651e8ea7d7f0d8d9e12aed707fbfe5723f886fe7 100644 GIT binary patch literal 17152 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

m1~-n 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�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 dr=}%JDp65k9u}N3d(_LqAJ)8|2~YP)j&Z(+J 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 literal 185628 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�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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj index d021c9b0ee2c3dff5c1237daf02b0e3948e41350..8b12d7d4a8b59e5c10be7f3bc7c9cb9b655a0186 100644 GIT binary patch literal 25032 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 Nbo~D;8;LlJ{}(BO6D0ru literal 25808 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 JZ6x9>{x@EcZV&(f diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj index 8c8927d7eef443b5cc05265efd77aca219e24df7..345482d115353781e6ac251ac8e363513b40996a 100644 GIT binary patch delta 5599 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 XHiEHQ+xFV&UiG;tjBOTcrdj_7C2m>q delta 5589 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 N7~2Y;4e}*#{|8qRSV8~* diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj deleted file mode 100644 index cad37c220628a625b8dd0bb10a933424ac61d07c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 38752 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 Wi*k4|1<~c+yTJ2~ayN0$!T$p%*F{nQ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj index db3c02a7cc4a7b8338cc5cdba09a2a230df9a164..7ec28322a98395b3210f56aecb3162851021df3b 100644 GIT binary patch literal 122244 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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj index 448c802c1c09cbebfd35c5919c9da04ff160eb5d..24cd05f4c53891304de2ec56751f09718f191a08 100644 GIT binary patch delta 29997 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 delta 30125 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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj index aa6616d4a73e8327775bfac1acc49a8707a8828b..e433809937da2d7b630958a94afa03a5c3870236 100644 GIT binary patch delta 20008 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 LkEHdgON;*o^w#)W delta 9437 zcmZ8n33yaRwywI}H`Q5gNOC(XAxWo`bRdug8VrcY5|AK@EFvlzFd(3YB?J*9v?z`u zi~^;+0i6MHdAL27jG|9eP~31s#0^|$+;CiQn>UK+{O8_N&~NVd-R|@Mb*k>Eb55PA zzRB8O@F&07)HjB(MF|HmmwTPgc zZKKzlX+r$yO~7Nl4@;&zQXqsSL!aj1%d)@7p)d70$UxAZGq*zohe6Z+fttq^o(C2VqXIC~qz_gPA!(t}-9b#X}4@&SHoIW{8uH(_3^&fQM*0&hFQ(0UqMi<1B`_E5KGvI8JZT zUkBpype_%N81ETA&2O_xgn9&y2u}C0>>(svVDb&$`TKODv)8rm>f>mK5qNy~U0vJgqByHdu@&B4oi8 ztkqqpZHQg)O2$P(jmZbTiZLt<NaRKEYHo+cJ-Y$_fiW!JMEDxUVUbWr z$oOk{07Up`5%4Nj$QEiA(k^%%<1C@v5b$co-Gq9G+ShP@N2nT_<{!B|L#R@k!1avN zg_=Pwyn%6AlTcZtu$Bi12{kAMcpWP!p^6KE*E5E9|3w36#+d7?ZD9=Sf1vhT8N>R$dXFkC50j5> zXBH+d$3hI=!5Aif@96YUN%l$9c^lI(={r3r)a0A+fX}8OLUp9|AZsB)8)>kI7>6-9 zIk=0lE7ZOEsZd?cR5ElsvzW;5DeF^*$oKWhsZD-PJ;QCKLOq%a-Q7O6kmY-^(u2=3 zMvj$JNS|YUly;6!O=6Y$3tK4^FE=0ibUq#{>9K$Fv4zL{jTZ0U8RId_>9L{s_J>8rzR=NY}xiO6g8<4$AFBa{n;+*lkGPNlXpYZJd>!+1HE zUpN+#&zZLf8%>G29ZnMN{S>=Ob%;FXHWBEpYO&*l+}V_N{nSE$4EG>afkEm~fGl?{ zfnn+>K-k?+PaLg=BZmsyr>SL}x(1-wT|i*6df5^QQRa@J7@nuHuwz!_%%3w?1ZS)9 zFsItxMbYa}z3?^PErF%MMVWJ9Plx*#GNDr?&~ll3grae?ilhE4bHAie-KTnDH@w0< zL@hhjbd0vreU*apf%-cX*0?of+#xk&HkRXBcNDaPzpDk%yD|I&)v*+*K1H(b2oIu^ zcBHC9hn?ZolrMQw-3+ul{D_{{ZA4}&>6gd=xv+4k-q|fTu^D#Ry!+C2btg6lySpD4 z3!B9bbg_#$u2{&Q;URVp##qQ-VXk%wV=Ux0(l2F+hvTgkh5W`9bue@g?tw# zX_qsB+LT5eqKvVyUquA$3dUI2my!XMjFFU&BHnftV+J@{sLG0Z z^<|9Jc0G;Vk1-bYUDz7!IAg57@5$T!8DmW^(i^gyB8u1{KAVLpOr$BE%vzX2vp$mT zpIGcsK1-YbXgxHiDf=+OZjU?OcZj|z$3FttlYKUfJ*N!C%07!n#GZ2^&1(u{%(j!9 zel}xNm1c_SIgC-v?x!G}%NTz6oyME$;{fI}eL&zaT?4z8q^=T{k&t5J>RFhAthE~ zIoS(*oC>uEbUYlFSLiw6I_r&~-W2ZFuz^Ne!7518c@#K46DfqCf$ZlqQ7R@}uYU{2 z8#ZHY*?e#bA=y78H}JtFgkBTKUOu=`uak6ZE(e287gVxm(bzZo&z3OnCBio`Mz3pW zRCDY=l5N3OWSe6Ll57&$`X|%rb`vW7dKH^wz;-Z;dZxv-l8k z%q%`c9P`#E|6vv%BBU|vGj2C#ea_gJ^#x;N)*;5ny!9m$p11Of{GU7aPd-Z(ZzXVHMkbQZU5K1vjXgfoHGQVJ7N31=haqcTK_a4w}a8#06~ zoX6-XsfNID%qkhiAA*dqh^$R;Y_2|USWtl;k-vHqS6q#!g-VCRAq>;aBiaF8e<}m zEu0WlgleOa1siBiJq^)KIQQbLV)v4H`m5ra=n3?MKHO?yYKN)9)Eae6?O{ErN8?Cu z4*i+VO&89SR7D3EJi6YP1LMj34g*b}8gL$e{IaN6`eC5^K@1J7Vu6$lT0#}-OrwDm8mPyVMxuRb@0!B2giST%jI#{^n;z8H zmo~>+DJ7>HxoG}0_XU@|#0nc0Rw z?wmx2vpI%9?iA9{7a0Q6y_<-O4T0QwkrLq&L%3KElniY$uVpSBukka$IY7xX*Qg-9 z`V%qF5J;~TM9en?(kq1))dE9g3TFg`wA~Pna30rbk%-)*dq*0*AD8y!+!%mIejyu{ z8Etr^gc6|B5Z#6IS4y=A+Sa+(3#PQd|B5=xdz?B zjkFFH>ZQ@h$jww1Hk&?}@28YeTMU8pm_vr#Y6zsqU9>#58Uns}ReuzXR8$jvhoO-H zokZMe2xP#aZo0CfA^JQ;@@~Up!Z}3TV+bs-gL+9tBzlx$@jr&fBI_bc?l%NnQlX!y z=qp$0!xa&krgJK}B0tV5G|Tlgza6FzLjIU;tBfSdC>ftJG-mk@1#Tx30mQS6%ET^1 z!1@*B|EEnCgtk8|#%BzH(C(t@zuR=dJa!QAtRXOi?L<6h(hH|#=OLY6HQL`G_OW6q z>O`wvP{kX>0j6nxc`2xORE@^=X2&9OwT{IaWvZSQi{#|cYWtow@ruzoTkBXPI-3rs zKN%WJViTq9KMeu@)atjPH;TOUv!Rg%o5=US7y|x@>+aQ&oC@lG)X?x!u0Fjw5?x8Y z5*F{m@YM*4s5At8HA%0pZj4?;qlTEqdokyE3PY;VgA0f2ud5q#T4+gRCFxDlC-iLe zck+Cu@tWA#O71K$-BE>>(tHaIfgD^z3%rPlG^ET*(&%n9u!^qL&-OgWd*5L9V%mS- z(9o+^UZtn?DongjiF~5>TR!N1L12VBfT9_4&!Xabs;Yw>8SX7qZpM0QS?*Q>6IBOV z!mdk++p3xoqyqP9GO0~H2~h0TQrs3P7ZWaXr_#{N)nxz`?kH-xM!oOitwXhY8lkmn zI2LDbcNit!W~C5}diQ%u+`H5=fVg`#)x?L?#{iA)S5((`sXL)P*!`Sbx>sF{nlaRU zm*VxIs)vnD?sPKl8}$>wXm8>Def40 z&@XBXl4xr94l==#iVDlL@b7qoV&i>8Z#;2E_yw{xSE_4(W{2Yxy<(|e2f8F&PIafR zR7J&jeG+cOn>Bl=R0n|q9pOU#bIo+wuFvh=v*r@Y!MCIuUx`13gy&G^zAZgVZVxxo zEI*X$UbJls$MpTZyCXmsDiy#43ICN%#Y5tMbto;TNg2$9(ivnBI=rwU)~6Da2usTZ^xP0`gd$ z6-#o{Ul-1c2%LJ|5I7N?hRCRWhCo64mNecl1or-qyDn49Oo0Kz9>`!4+n8V)^+uTiJLK&C|Q8_h!P2e1t5z8sdYk>jz=!Y zSXKpOy2j#`w|os$))$pS#`+$GH{e0xHv~Y$zaqO-FkR?&w-9 zpkO^>OMkBu6-W`0TaN-!(G5}r4Ha;#=mViL4q+gKT^OxOo?~YW%^E61Yz*j8pot2U z0aVFzt8XA(21D_%pzCB5G(wF zDjiRNwYB2p!oh`eGyTWf^fIDGf735=z7SaPh~NbJ>Or#;KgbE2NgCic(AU6Y4J45} z(SyDyxPA`^eAVE)A8sk8=(c!q57J4#lJWAcJLB(Jr>6*Mr=|pCD*jT7Pl8z~0fA6U zd|H5ZN+961T147Tz+zoOrL1c^G)748JfUbHQ5cPgRO%nFy^b0Ge^_)_PHHw31F6|U zrdnO$#sR^u4+jsBdd%Q*IZL+BZF%3jEEJgv!c@mJ!R?Je!o z+xoU#IIq2RX3P9VT|39^vAVWT$daijo!(Wg_fD)EfIUEz<0gmGg;L_lh^EIIFA{IA zVD-9TZdd)JDN>HrtIm8WL5&iNj;;*cc+2Kp$i!njEn|s%ql*@jqz_zV0N&_$R~gBa zA-F1V z;xa6INe1FtmL#trnT*A?nq+qDT9WY?x;7@sTa)B_lH{k8iRP>gkK~o2gKn)*(sq@Fcl8Nj@z}rj5b$ovH6wbX%eun6E5E95zt~{KPUP$dM$O z{^NsmDBfu-ds&kt7qDCgok)`0D@m?rnbLef08yer2@FnZ7@j0IC&_29Ol5Kk%jAyf zN%E{Dc|OZjhnKKSS=`C;7@=zyUyw5il<~?ml0*8s#S3J->(|BAQdaBAB~ke&-Ml1* zzgsTwJ|mOz^#e6G;4+(sUKCd%sKd_jjt2?83(p{Y~t75X=*I89ie3=ku K(lq%p;=ciTRrNXm diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj index a1863e01b73f2eb9b86180b881a14bed88f6c18e..1e9e40ff6487ac8e7b8445730d4f1bf9134281cc 100644 GIT binary patch literal 72040 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�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 WN!!sWo6M|NDSMFbEw@tEIsO;5873P5 literal 72012 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

KLUI%~8#GTAhy708kk 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 d>6;$vMC4%s3<$4vdQ8g3eBblbQCC2 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 delta 21231 zcmbt+d3aPs)_&bicWy5?O}2(?O_B~I0Rki>gs@52iLwbQizpzAARveV0l{Wd1H(8# zp|~)^=7J0A7!*{7kx@ovRmX8dXBhQ!`9?=(Mu8vB$nSmYR>7U``TqDl&+k4@=f3Z$ zQ&p!=HIZVCLc`PI(zPI zQ)bVaIA!sa+0$+<>Qz+TrCV(`A#WMoL2g@|ohHQm#wimUXU>@hWjWBg0^Qd36@7*1 zwkQ2r6bDa6R+1L^A@WW5K1 zs*th=(l7B}3-RoW=|U=H=sx7?LJc}if#vtaN)w%&d?$QexaitdBS$ty?qC1ps%`5V zH{V&fH?z&kH-2(L%O6^`9>xX=4+@cLt3eJ5VEmwil9&?(EZhmU!@A}j?`#v>cCK8Z zywDqMyXa`%j&0?D+nRoNch@{uc2J1lgtr@yIlj9RXvdhhL5THD9L<^l{xk&?FH(GW z$_lnVS)|ee5vg``gAh|Uc=jvb7g=ALmNq_p0WB>bkWoK`^&0}yGc$&<(el8k-4{kC z*hxG8x>t);?Q&mHS>HiIIKKF4S((zkPvvVXE8pF*?KgejdcsQYZN0Lg?|NDER#o2z zA9Qja>ux#09#1~e6nXr)ZPw-Xk(Uc3fUP zETys}WBIB>%M(SF)rY8oAj05aL{kVR6g8s7r~T zMtd*-?YZ%Skhtk$jBLjYcw^-MiPNBsGsKQ<)(SPSR3F^)KV3fK8;(WDE&dwoWBInf zvo%UufzDQI{B328lTG56rx|QTRuodf>x!$VcQ>0Q-W0U(|vF||$dtCo;GVzUF`(1yShfs?rT zMZkwf0#Bx-S-36F!=GpJccLWC4-d43Em8ki6u|*ILeM7;R28AWmbq5|xA?Aw5IJ_| z;9(Hw2->o%vWP|c#96}bqPq0QohU|VcZtw|pz}f|Nj8b&eB;PMdq^^+1hO6>%KT1K zF-T8Ef{q_EW%p9Vac;q6*u51=ck)|ef#_hg}6p4)I z;hvynUmo1Wkoq~xt_bfcW)wJ6a>0g%Sh76xJ4}#0JUo?yu`(Z(cCdBVM)+}^eRc3W z>#EUSlSwR`Fha>5lj_?4EL>%e4e<#QbjsxTU}fc2ln3nv!GVxDgW+d;VFs~qnlQ!o zZEj6?y9Z<~{@}=$f}N9P=+6FSs4vx=?J(T_l_Jsfi8o9a_STFzT1a>PML%p)uFi4Z z<{a$EOrX^Q;lBb3*$0AnYT1oekiu9=3n(nI++c_;4}&eUA~O)){@5dQz%nbFEEpU7 z9$ml8YEA0I0vuw}3UZ9;vClc9E3D8c_$NEI43T25avRNwO-G0Joh~bgwUf_;@>>k1 z{#q;iCCbWUE#!xx{Ptslg8!bW?WJFL%RB}HJ{tybx1<*V2&az!}X zS|INWSN2yPe$ngUm%JW++3Vr`UJw7)^|14(BSVq4(N7p~htobrcvd)vWUolIZ>BA8 ziL~vS!@2%QRUPR};BZccUx0O2Ie&rO_NPv7IB=}<4PE_tv zP`=i37kq3U?6fDiW+eTwB8J3uZecJsgKPeJE1UHkggJ9W_Cs*jNc#pW_%d4?&+$%k zqd~;JE&!WuDUbMLf1-PCbeR*o9!b!i;j-*l9{o7eZKNRPlz`n-Pp?;XJ0vAy{mOQ*zWg z`#|oC7M0!(Z-nm2n~orh_`|uO?EvvUSexOzmP_DAe>79XUy(mWYciFz_>#0mP!4EO zouS0#m&6BUQ;Ql`+WC@np*+??H&J^@iYBtsbrZcWi4V##>AHylm!y{5lCGP$;*u0i zd}^8)bxC|smS)sgedM(n{YNPaC%I+5)*}81!X-S}(5jaoX4bd^S?+513q*Vg4PBvYz=FH6V!|sm&lB+j zh=lMe%`vbK*yC!K`&x!K?#NVTtJ6!Gy ziTEv?o}IcJ!z!m=AJ!bh>W`cdenj(B(J%fZ{qm@80OPm{i!=O~R=_wak&nW=H1~=4 zEaZmp;VX!R+NZ%`yE4k;KByn!`E$IqW@}BOKZz zrG%f?9O1Bt!+yc#K1_c%PVZh_9u>a$2wB&%kMCrbT->t1>(p0uX`zUZLyir2{(i}0}lfn6Wt&f-vk-x4vV)}K??Hiisi1;Cn=1t8J;~N)_79L|Pe5g5Mp@9Z| zq&Z?CD0}DBT&Y6%FRru|LU11E=2MsZ(92(G=4YCtml9g_x#noqPySz;Bchhb-{t6t z`o@(yh?o&2(E8Tp79vJP)Za9Rb5%rrr#YOfBI>l}NFXYr{;oNkts?3lF89H?Dx&_W z%N-#X4N+o-O<2ceIwsIr+IWH*r0*wZDMF{mulE3cCYhKIkmO9wuCE z&jWFsYDQEK`+1ObXB1oPYo7W^3SY2qhT5jsdgj|#%prwV><*BKKav|-i5wq4g0>=h-@pg$YQ%IT zUwa$Rt7bSaQlRGyYx^D87>R3+wY>&@h_u!mYx{ljLYF5kEbe>oz>5@V1uX6}=SZRo@Ffid1NhCqOM7(ou5+X(M?j&9NN!vi;7QBMB@(vWiq{j^){w z`c;~ziqY}EBA_B&v;gaMK0R2iIkG}IJyxSR*6)5i5h7hRM^^X^<~gD_U>4T%u{3$A zb#?I?j{7oKEgcK;3@56Ou7(9!E^7*FikVCzgIsBAGK4-T;oc!;i=sS+{hSR7oOVBnHZ}%JT(yU6d9*EJoPF=X}sp})DBvFt>*C5 z-SpH1m#4rH-($5#uG8fyA`#y}W3Sf&7~cmW9+{{)j9)5u7S;4ku-WNail@_;oX{Ix z9zcXv(aaex4AYV~H-u7%!La6xVe5k}Tdqni6Er_MGmYwTOTM*T{A%{ftrY(fdzLHxKOrdWlI!``IXWr*F$(`wLWR-~7 zE+Gn!aWe1M<#7HsmOr35qHqr<=RwWk`#b56hct)pcgV>lHGMnMmwLOD3SX~a5bkuf zQn7g7AUE43EZ&WbZL?j%T%^eNN@}X6u$8CWS`nmxGh7k7HAi6eqHRy>z7be6WzRM> zNfjMtPlI_^(eZ-TLM9u*b!PT7*rlwcllSRzWVUD6%Zr*Lv(u~4_Mt+q<IS$b<@!K?;O><7BsnDwFN#;lJt zzv!%!T0m#XwWZoydT(>lEWNk6=qN^@h@*P356 z>%X-?nKhzJCj-4vVb*NGlRa`qYa#e^3*;kZ)oybAw=1SvfKS$+E~))P{-3hiYgA?l z=$%SVP$YJ8DWz(GWsAhCj8xkQQbnRa7kHrz+R@e2Wo+Zwm)YE8e{~RnLb2 z0(8EKkCw}=mh!J1s$3gJ>QWoicYrzXN~4bH!y*%rQCg4^6Nx-pIob#^MWUWwyh;m# z@Zxw@x!P#JN7u2+HAVolKcLgbSS>4*ODx#klTV|uTE&9hLpkryWt`p> zMgVWU$Vgs!F#_POD!OZxQGvVG(HX0a0PZ>^hji|eoXWXrGGaL300nD|01oKR2v};17Uw6l<`)+u08#w|4PI~RV7b1} zjJClDuw3J`Y@-n%?*GngDUASOU(TGj$p{ekqnLs2H3EcvU-o;S5#T$}Ga`t-GdBg}XJK0>Hj~W4HXOg_GsyMlYq5rrMV+KCu2%azk%)mdEN- zwNb$w-OYZVGXl)fCdNjy5nzsnbAjzK0?biHt{mE>oBI%bS<5*qwesFB#mQPu=>ek- z&wob2Z;b$+e}zl#6)i}CThDWK95ezrErWCOJ5vQA-IZ3pY6J-B5p?`(rV8BkIVbCo z)v`bhH3i=IGbO(_Di~@aB(JO%Oj{?Vvl2@IFhx)u-I$?5pXh!N!-*!Be@K$JH#MuboA>@Z=i8F`iwV8W{9k*;+m zV>qy&7UTFiaXBl7j2`CkGFe(%m)VZ%D&3=3E$7wNxjV&HT8uAo5+CM4FUM4eWnH-S z$u$C4ww-GtPYc4BiaiYYe4~LC@Jsnq?Ra%u7HO}=`nYUXw~on=@f`j>(kl11t~d`{ z#kxIgo(l=*0d5s~szWWm^Ds$&o6o$U^9G;YSJ)LW4qucrFo!C&bmumb(e^DU$#(ut zA5F0b;g;jv%h;M@zYJ2~Y#~`-rx%EUI78b>c89$H^Vi0Cg5+-dBam|E*CgxhKFG5b zP97h?TWvogqtY3}CH1(y7^KFTB`4J7cD3n=x9k~+!Fs0`{q$$MBLa1R6KAsjoBa=v zAx@HN-zj^CI&0+2HSaiFjCos*h%`pXW3i8CdDRmKsaM-hmF|O*z;sD%U%sO zBlafew!pHFgUybO^nrD;>{e~@E3H@&gR$PSKLBft74msB%(9zGaVFRjKefU!hh@(y z!=YeoaUzLAd`%u|hhxE5fRFnJEIX|O&IMy#&~#*9?TsPiRy>MX=lv0ZfLS8n}hW6zL%?Xo?wEKbCKyKG-(R+-kYzpFCeI-_oC@WIY-cj2#ObI=juSz!I-L|LaNbAsIGq(K za!%p}%&AnQjYIRCDn-hj_t`)fMJk+ENvaj8bh=|{J2mRZ9W^4*7E|GLO}VeDJkm36 z{ak+Cv#4enH3nyHt`(xp_G89GTJPuyu<|RAU_|+CaB+G01K6(SmA`IbQHVf=?AyDnE@reIg)HBkiV?lb*JgMB8Vp2TX8mMIc+_F~~h%N22) z7@{EBPLXuyN-UOWdquJxyoQQs2Ssw6iSnu5C2Bhq)hDX_YMT$(s5wx@Q5~PJQGKAA zg710wc#Y}<)fAjls-c<#RU9X&k=E*Dj^iXgTch1v&M#Q_XpPos9uQe^K3SvPwE(Wb zgLU#{{nYp6(Y~&jC$OF5p3B@5*XVFp$}d{xVs@kYY?WWM440ukovn9d_df2|<vk1Hv^r+128S`tK1!(Hk_!nZ;Z5#}v)YR8Q61O!YL)%}kpE zQ!~^0z!Wo`=}xsiF~vS0o-O;=_gDL$s6HX(S>H=(^8WhC87=X2kFM0M<49({4EMdk zmFlBO9@Na2%Z&6sukL9hHQ&i9-6{QQGMNUV`uGhGtT?{kdAwgWPB%a4*CROz@guBg ztK5QmEV|Z6NzqPrF|cr$C8L+wncbP~nIxkF?J*!j9p=dBAhn)HI!uw#!HQhvFhfR% zC^FW`Bxz7&g2QYXy!Ig znwBILTj#vPvEHu8dZ&pkELCKa^A21Qz02N>UhjAKXpFA6i+TyM#R)LlAG9UNHfI^q zV)S7ayG?DyT zkq?{+=?wYj6#Lj2MAEFtDd)Q)kUffg?o4CJ^NM`sd{6R%BHuVQ%n^GPIqkepckff= zd*^;RcVK60mfSk9RdNr<^JZ2R0!yd#7A4Upu<~JfaB%s(_+ynn0r&dK=fM#vCRo}tFYL&ekIkEk7s9^DTNJ1=Ttu4puh3GH|u%J)EJ{I8Oen++Ewk0~f2Z6QrVqJs_>JCNS z%9}7WYi)bhrj)~}Ttgez_E`daIX;6B=0a3eVu4#LFSdaJqK!3d1CKD2s5a(8It!mJ zs*RPZ4eKgV)gO^#EmCJ=C>5jdv9|Q-hsu9|FRVpv_)vQY(#`l(&P8Uk7S+;#SMW*h z$Ditjv}#F=Ptwo8|AJ4=8Om-~W3T3e%37-MIh37Yc^AaBwahJ77Tuv{H`Brwz4&y+ z8W8>9_m0?^i32bP4)e{&-)nuhLQ-`-Cexaiyl8hD2(2wtbnTwko_4oGQ*H6-qU@g6 zi*{S1UE}7f&TFoUKy<5X$O5Dst5F#;6tynLrz6tK|I&YLIYP?nkj!90X z0)CRRUvLU~$NmLxpScNw(-hu8p_?pA5NpNwxYN?0rlkjXEoHxivNb&WF0^|+_*lx0 zbE+n&jyHqfi%$oL#BkVlxWDpzASFj$7*dezT8{dhmae@3#shSqlcodw%V#r6qhh8~P#sJFZ!2Ss7Lp#GN`> zeR5NxJt93L-6LhW4OtmhW@>%T=6<=X)VW5a1l_WREMKd={aRsu0>bEDlvT+wL*xCr z{6`7;sYZ3(^hMPguMB>GDZ(|Swv#2V9h!S%H)=Fw)#UonL|rG*C%0Gb%~91*pgTgd z`+taFHk~SlZ_R6K*>N2s1p=ul7O)k_z`uy$TTh@I_ZGMZaZklP zWHbUPDWNPD7|s7Ei3tlW6{^4K`0EQ5D9k2{rFC^)G86w0f;#N2i^3x00Jl{*smyUw z(Fqk=m`-Xh)zWoX+}=~C75aiKWf{Jsw@}^fJp?TbP89_j&|0w?-3WJ7_{*-NxciKv zPi9@y0l%rX0@zKp=i z0Ig&z=$%HQF_h3(5z{xktK@+!kHiXP(%!UGjF!_EK@&lF{+fLJOBK~nP{zmPbcZ9{ z!K1HB^M%m_)NtWtcdpaX42`!^{45Ch51m||B16-ji{M}X zO_@A<=ENz}Z)|>X+Iu0{I5lD2C^t_Xo_X`!j<+^Wo-(WBy!mq*r%h>`JHL6;T-$Db zV_~Xo&66jVm4%A*>YpbsEbD0%$)0zVB(Z-G34E9&@a$1|2JUxj{2lJhGuY_hl!y7< z)#3IHTLdLP=aK*9k+Y)FPX*=QYa_XvsvV3(LId-+fO(0_2RpXP^DseF%mlg+#3lCdi z(I#Az@Ui%C#zlWvr3#7}#APn#E0$FzA6;EywUMn~ZYBS+Iwx0`F$9cWfvcB#XL~C{ zR^8buiPvP24Gk9X(QGgqCoaN$p2oCivBu@NuhX~!_bnP%;!dBjZVm3u8ngYcHTL8F z4RI=hnj4JMx&SxvPq#qH&w1oOdgKfbcEE;Gh_Q6o4p$51j2v>}I$$mw;$FbLG_D8k zYhg#jf&m~yS%8KE&(I6fIJX7PLz)OjtzYcePj6PQyF-Lq@D{^%2V<97s=-}dJ zj22FS95{&|qXOaLc8s0TU)**P(-pPEs4xjS#1S2h1GIc94NVSz~6eW{sJ#_@T}RmOOrU{{h-$ycLUVynOj_Cyqda7mgW3 zHqL*UsQPF;0C&zJ^@GIn>ZZ;~?$NU`S!|&tFjSG3Usq2-Kz_XE0=@@>D&UlUCOF?YfoUY|GkJ!i? zDMvd~n}@BLRh~RhkCo3fjq7+lFkaAjeOM0+lX!hnFGQBce+TA^9j_niFX8jVS|{8W zSho`+rXO(S0%vL5#?`^%!qu5XH(Kq%b*_@q>F<#b_TXV2ow3C3+nksHoTc%N9-aBb zy03+O(Z3XE;0Fvow?qx8Nhfc&Hf zpYrH@GJkf)1 z^x#<@?1N`a)}s>)=GM<-y@UsM^58DS{L+Ni<@lHi!#((F4<6^ibBT3!yVZj^pGLmQ zgC8Q+%X_N_%cXmBlCO9KuX*qh4?f|+pLy_?9(>M&|K-6vfHs}C^x$^HA;bVLZYa#U zuJPbH59a>M=#2DW9toRRnB~FqJ(!yeqqE$DS961B3V!A(_=N}aeA(zc?!nJ`@E#B5 zM#ShJ_25rD_%8-?{AUaSKJUR6BFr=t@ZhKiB9KGd*~Y2RC}~A`j;2w`u1g4_2!M-(lctp8L{uR_{MTV&=BD4XmT}Gh!X- zZLzsBt7Hzb-f(;?L;D9OyZiCJg;ub26a6$!0AHaocch~|_*#u?AfKvn58&Av^Sx(* z#@u7y;lX!lJR0(KE>5bw>_%O1Hwy08cr);?G;Rjwk6CFb@v|QMqQ>0BAM)V0H9iRW zCmJ6E{z7AJ^uO~XjM(T0AV2B?;s6pd9?LCp`EgjrrR5rN;aQ=IaUky8WaE%A|)|jt1gFJYI#;YM8qwzZ6DGFo$`HnPO7w{eF zR*fG7UZOFN@A;EAj)3n@{5SLlOO0QEe2d2XzTgp!nbw~6;Jq629rm|L4|!c<9v2K#o zY1{_*8I3yv@71`6?0B$MlG}n4T0;Cs5B^YNrm63Ub;3O7!4?uGYGX9!Bu>;g3wVmge4}1Mth4!YjoIcJ zjazb;u<;_nx91wu(w!R9mrrTj4){5ZD}ecbps)kJn!o13$21-U`FkGxXN~FU&xn(# zOmdzi3cw3KBc`RP8gn#`#-+fFK`8+!2Fj4)R_ca>A~GKo(g$!UrlC% zG-%A1`C%I0)?D@KJd3N4R|Qs^dG4w$l$P@h#>mwcO3Nouj+S`M@L=XIBVSIe7Yp-_ z!S{P`@?j5A+aq0JKjk_s)%Hl^cRlh`#5%IR@!)eF?B^yzM@qT}7r1z$8bP_IpvHsi ziS^_S^ML3 zx_tAE66<04?Hgsj@;hbAH%qOjWbZf2eE5F?r-SU1KL?q5r+fiqzx)Jb-kmb_aB1LO z*j^;74wnR$-ict5;|`Zt-^;4yt>mV|=^E|7h(14@-tl|X*sVtF{=su!z*nMx4#Qnf zuHdA6EQ^nn1U8}N?`6Z05^K4fbEM4I)FkgaQW|&|Av{VRgm|C)uOnsFIhl5}%$Ku9 z)*dYlhm{|541kZ+OJv66rvkIfk6 znQGcxBh}x6fE<3T)Hh(QTzCv4hu*DnJ8FFYGaUTNH-QFUjvs5KqYBx3Xl# z@$|r{y*!rdd%Pqt3+Zm8TyZ!{E3(%HTcxb7bPra2M_~!RQ?4hy$7oYO77XSbN diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj index db1829558cb7719effa0a446c8392e99e08e3281..0a119bd385561b7e55a3a290b4299ed42f9f8985 100644 GIT binary patch literal 53188 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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj index 909305de3faf04d7ca4d185cb2d17d14637d7959..66fa95ef37e6c989a0e71250ab658379aa23f91a 100644 GIT binary patch delta 17723 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 delta 17248 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 bF+cz8A%(M+#_Qua<{hh>=? literal 65828 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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj index 626ffd4f718de6d171b7f701d79b7edc0dbdeb49..55a0e70eb593608d44923adb149e7e9330ab67e6 100644 GIT binary patch literal 34136 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 literal 33960 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 iBgBGL z>+sol`=aKASXWiC@sX^?I})ImPp^2$w=!qspipCD4ETwv%AM%8D!X}WR^y$nMCHno zk$0Hh_U2WFw|%)UYvk{#G;}Yis!Wtw)9QkajT0Li=dD}2U}<6F+Ieov^2bGEN!HpD zj#@Ik(q%5gsx&8lNK9+B{P;wlt}=ECk@l}+(^}nioVnIvzW52YIjz-e?ih&*Oqu+j zb7J@fk7WPPX%~NXOxWKU#i?>bhyau-G7@6PK+quZX*?)}kb{bZINDZ-i4N2K@CD4R z`Ovb@%&&qu0>K%x=ZQc)8iNDkV6@904BBU;T@V86%ph1D3dTFE(C{!j26vR8Wlan% zXQm3v*%S)?2D49!0Ki+yd==1>8GB6uj4D`ncJ|omU3VG7OJ{4F_ zUSSW=nJaRIC@?#Rp5Zj9gb>}#+FSyWHQ@qb);V(qWD~^9x+oVAk`Lq�aE(Ba@(Y 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 delta 19291 zcmb_^XP6XK7WSkz+8WE)k@#OoDcrW z(p1~(=H{4Kn0;c6>a>uUSQyt`u+D*n#(&j8FJ&M6ksik3l64?rJZWkHRBe(1qxgl0rhpK`EE6{eF{*d20a zW3CVdX2;NW4znhKg8E#_B5Uj=!t7*r$I`Ie5vXQ%igE%Wc}5;Vj6lj+nFK}M?X&%@ zQ=B+DUG5X2!t5G46L+~8UuL(kJNH9v0J=LMAWLB<^CSm^Y5+`%qff33=E-3*R z6eeiS*~H!lN6zA!jhyQ$frdFKV2E%d*bS)WSfo^Bc4{TWV)LBPXY6xL0(FPyP!_U` z4f98&ahU zDGT{L{K~x2?GBBaz-69i9}bkHoDs6dUMb8~jzfgxONFTWm+%y}lMe&|?sh;%*4XhA zg?Uf5M3-4I%qgyR+7!qQ34nWZvQfJjy950Xv1PsT_ZlGIEP6YAR^8uEK1F#qup#o-o_@av36NNi`^Qv)w7xhQn%-%)rsp_ zX5@Z=c8yjV{l_-4J^?z}dWr3pyES`S8``dGB6d6$t(EB3eU=*Hn!896li zAZs*-zsJZbKzHw2A7Vk~YU)6ULspoZXpNEo2f8_IZO*YDP0LLU#QG+gkB3IXdRb$q z3-gH_$DCPXX9)92N0$M|blbe9+wL{pQ(n_O?KRyFujzKXrju1%&9f0YYC_hObEVJ6 zufp&Z@>YTu;~M~Kk^Kb<`p5_Ejb>r06&>+C zXSAX62nTpSvJQ(sTRsLqF+Y*D=y{}EM6(~tNC2EC$I!C>ayH+EBA>SBBns$C1)N*~ z9iV_byqW58>a04kjsv^feL@|aP>Y(IoSJqjR5-E;O@9G&_M*>?mQk3(!HBc3an_|q zt9%R@t4D~EX1Ng>h8otI1d1w+Yyx3PTD8h`qkz@QJ{oG3x)TmvVD>OVYgvB-mDSV8 zArMvwCy?38MQPTL)j++CoCXw0Ydv+)*Qlrj$`WCckD-y8W9%UKEOVq0`i0%b*z{b( zjjz_VSc`d{JB?JpI*eFtp6?chEWr>v#)z?Q%a*?!>IR4B@E{a*t!?n%HZYRaoR}737U*Jxo!Wzs;UE)@)u`cBh zQ(RPMT~-4$)kTfgEXM0gUDVUMgPl%uQGXHUG4m8A>FB`}g-h&7kxowJ!diYpK}O)P z^KIa}=y`mZ>x{BZ@UEh4oZ;qr1sWNIHYl);;UeO9e5!awIU>(R8T6_kBWpO8b2@Ip zo#-oEkUI);U>ICGcykqqy4dB&Bt$e2DGdJzHvUisCf6!&Jmf&AK*X0rVUZ$*vqbz& zs3lVDVqb=ck3$%X#9eHpi};4tz$L1FP{bvy7b#Wc0TKV5^%DyFMSLK%Wv`6ZXOD)W zA~kM776zJRzZXsRx`J%S7WN@TrAVENo#88h>lKzFK7&5i$;EKbcu#wXOpbdVr%t4s z%La-?{2DAh(p_OJ@_SDDB!y!lKA{ZwWQ8%8rW)W=6vikUV2{YD3Wr2|vwcV=Q_FDZ zMh3d9uSCSJXRAR9W7JHJ`X?6~MIyd74S2AN{g}lm9Ce5)&lmB(!;+Dq3g?M<4*MUb zuqEQNXqq!!9F2%h@ul#}$XTjFSj21D;n@mfnhQDLISQL1UTXg}Jz3v10rouA4Z3}Y z9&oRB3MvWr7L5&zY;Gm>TVS!;Sr ztC_@?wY2&^-~KG4q4!$SSG81IPJDGswMp!Jwu{;MDTuL=Yg}v?B5t;_$7DA2evZwq zZ|UYS;(0CI^hGp_%x~!?OayuF z0cUfI!r3A|h<0D9FuduXI7%b8x;O;0>>ysI%3+pxTVPw^G?5eEiyR}eToKq)o$cGR zlJx-uugG04TMSpfnpKei!2bCH}L0U3PNZ6>Rm0%d*!7j7%L_Eb$1Ucw~#h zX(GOk2HmPKR#?kz|CqwgHqOgQW=ksOX_w_F3+!{jeu5J!vbTi|+N*PtsSJ+zSC@@o z^BksEzodGEmv>;RmlcLlB`3x##nFIZ^rthW>Qx_we<2L1J}+cZK0C9jJjn6iyR~wm35)!f=T+Vc%}GNxp;JC6cB%s4ejk2~!hU zB9Xu;83`!@ic36ae`|Fre}b+k6>XRz@eGM{O>j7SKwe|&9-O$5n4)orB%UK->3T&X z@nSWIJWaF`iFq6`UlWBQ(V3BJ{19x)`*(_We1 zA$0*#1z|+;3tQoYkq3ETJsbvGbHEnu<2rM0g&={&bqhR z4~ET>7qiW2PMetA&wbR#0R{3t+NiGsiseC;oDPs;#{L~qKc}cdnvA&p9Z(|^^x08n zE!I>kFX2+ho3{eg$;+sS2~M@7G^wTw9ndKIQUO!V?{Pa>?&M5onFDbe^pyP*04Z}1 zKp#1h;HH$>8Ns5zoXd@~()<}gNTsBfxZdJ456f=KZ+MmnGZ*Z#t7(D7#Zx|1{I#PmAT*Wk|;&UzmG= zmdZDIVtsG+!vVd|mWFtRj}uHI=B|NICO<*Q%zLJGq4)SXU4= zxafd2kozR*qC?gTEbHu|!`5qbkS;Fz(was;=<1@QRxuCFMi+f+{YKaB=As|1@3^F% zhH39NffS(WsX?QcJ**^VuBbM3D++ogql)lL?xepPDf_Heak z`?S>k+}@>Gm7uzF@W)jTDvfk|=pRoSUF^B>(}p>-zQFB=DeZ1pC_2u?MqI=LaNX#5 z7Y7PO+=5?6C%D*;6K^BVljw!2K2F_*c6Lc}TyJcZ=p`;2L?Yaec#6VkHHdhs!bqTo z5nrk>&duS((-g+}Ffaf--Ngp7iMICol4NUV?kb5a!Rb2Lk6J2;WRm#2{YyzQ<JioQt>D}D!Nd002eq2?~UH1Dq!(FEx<^&Ry4q5)s};t&82_Vd6vn!CBJxJ>b+Hdg#m6+tW3+u|Ss&NCpH-!$B7O`{C;q4Eyw-;1>c>7n} zGcPI(Z-0}v-KQ{e)3(%s%CZf3{|)pFm1X-Zc=s_x*r+GXeuql*q}hwP9Xx6F8FZFc z)c{!TAzJ-47jwDuIN{e-IlQDdo%3%B!%Oa@cmG{s3GZIXi1dc)0J-Pm)WDmn0^H

cUjT{7vIe}UDsw83d=LA_h?|F9bHFu=N$ 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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj index 892f5e8181b7dad371f3e22c4cc16060fc1b9242..00e44b31f5a8ffb9cd1bb5fd327d4d3c587abee4 100644 GIT binary patch delta 17010 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 delta 16643 zcma)@378bc*~hE8=jfSP_8fM%iv@OBj)ehsVHa5LLs;%ZKt)Am5pcN=K~d2GJW--x z8%4o*paMd~gs7-Q@ruMNXpEwwqLKuUe2PatZ@>S)t6JKa#eG{-a5K_ z7SfpE4MznbA6lhvYp4|q;7vavPy_Uj@W;3L7)0V7Z-FB;>y}9E?#5h*n7)G z?W{1!Vx3nGdE*iC@*LM7ed?F{#rZ7u`Cr_-R}Jd-$91)=-o0s17GJkl z4Q7=-tkS({Fh8q?tn-N1HVyG{(6u|CSXZkZ2Ep>P7<4Cor#hy83F2o#%}e<0Wkv5J z^%h#(@Lrj-at)(e^IjDV_3y5}U97ygyuU-+yDdKvJqL@e)@qBLZ0NLdWn|G6@;5@< zdt<(-*C|xGDl+X~ORumtOl)K2m$!+W_*D#T>^^Xt5ZPO|v(Ie@Xjp#x&PQ+E&i1!4 zbGxV9CWPTB|B)Zg_r3g9j(PpW8k;D@EVqeGu+MOp+2v!BhL3gmlgj_GV;$(RE)BsJ1Q+aFpmr*qkc?$WQVyKJ-bQ4_-dx6g2wEkwuv&}Yj}yxd58D zF(gHD0frN+Fq{y{280`HV;IBP$POzF$3-%RiHWr}923dM5q_+l;iyQCM+dR?h9e?* zGzIQp80q+1foLUSRmNb6q{32&bu=tRvWxdwtS;;4p_{fQi$(HGOh~M|@oFxTU0rak zVa&o!SQ@c9!$l(b4Q4;q!*HQUK9U6YG+ZE(S0%u`3?t9KEdbYRj^qd{x!KzqZ#6N} z4CcPZ4cU<#T|dLfPC2{jZy4FBi-89iMs_}Cw*w6$JG%?LQm3}UA6?y?IVuMV6h9JLc7x10Jv0LFdE0$DE-Bjr2N6TO*|+d9PQTsFpW+4T;vW*qepV zA>L()x;C%o!*8bciz$(OlswBYGI%uKJD6x?wRXL46SdjfIIxAfRJIn$AzYV>G}~n& zd0b2IVpHBiBo~vH7)I;IGpe%lh+HrBNGK}5Qhs$iWVXTMmxZN%`j48PbXHV=B!*OwD@@<@4u}h5s3*s=> z@nwdwARgiNyWB8legpG9uzcK)KjNi&ySqS)J*Q(JH{Q+=B@m+}bk-p;8jxQjEoHEeC$ ztgc`R6MC<_+lJCPqS z<(S+p41BldJY=Oa51|J&OJv37Y4DI?iQT)xOXSwcSG)nat>rfF^xW3jt~}SCGA;|XoQBPqvv*AWm?%uX#_jR0F<^}KUTuC|x7WF{-q%(x-W>7=hSBVs z+{7Om#(MnR+kjf-%+IICYVG9K{p?t+NWa5`qyj@rkuGK^If0=}q^EhY!g_tRDhkYKX$V(SIxwK6UvarK z4-9B&9H*~1FrcNY*m+4{Xd%*#G?WGgCDKoE#I7+og(7_!myD9dUDgTQE;vb%Udkc0 zFfO=Mr(Ld^vY-)Lq+clXJ}5l7atwD^J7c%d{ZKBK_JJe1pX1Fcs&D%+r?`tTR|q z_V>>eV~C*R&l$UTvSJ{TgFW2Z>l`3=SrDUxBxwq`Yu8 zN8$wyAk{0pXG-dO`1NlJ)vsgjHwJzwk-nIQO~w${4fZNE4c-zs`VG!5t*_k9C4X07 z#y;A^yUQ(s!O#7ZrS;kMTtxQ-X80XufI9;N{K}ZIdjkU|VXbVZD7D; z%;tf-D==WcJ()aVic%Lk8;qN!x3#QvK;QIp?%+yuh^{$EU_klTx?~%X| z#P?`m2;$ot7=rj73k*Sgj|YYzz9#}h5Z{wOi|?tx#gDH^nfRUy%t3t52ZkWN7Xm{N z-=6|Q5a0g55XARlUq;jO5;(6rTpj zcPdyiJ>CurGwrPP-YIkCX78Iax5c+Sz3+@)gl4LonP@+@BmM-Svs3R?w{){N@=Eb) zyct$!y>kJZ{9F7bKtE?S;p2EOv^>aJL-;bj2{6=|&oTWFe+Mway_5~aWV|B=G{&ui zEtW6iyak-#{)TJ5T*lYn#GmXAVTg`#h;Z({lHhJUfSLTH*e{ zqk4qQ=34EASm}0QGb453UUxZfz(#3$(%nHCt!baznH9%qdd|I^G*;7ocPD9_rkCCE z412t$1MVd}5hiFl=srR^Ugl=kVa5-+&k!f-!o%(k9_o`c9dX~}`7~M6NA3k|^mG}& z7@7IRT}f(^ae?Fcb2pdA(n1*@3Hs8#j%DY_xCi=HHD?cNW&9wHSs~SaHhP1MXXoIt zB_h>1ybIYZ;|Ywwk!l57+AiZWfH_hf;JSH8#(ScXe5vm9Z*XPYK_h9YS`rV)`0Kz@ zsoHWT|1RS@Fu`R~4du~zM2BB4)fXJw`x@Iy)wPMU@`2_mss6?(`%q(NslFzDq_IY- z+r6W$TV{X38>El5v7b~uI6a?e93<5=-Yp%~I8>@yF2PSVj*x0Soj=n!2Bmyx`&{D$ zsU{J>&^TGD!^D4ToFdg*oZbJ$lHr_9mC9jCztqLkr0P!mO5+Tv1`@y4*d*1b#BVgt zlWIKk|ENReOPOp<06gENwt@l*0^7)*NDwEzARM{ z??Z|$JqHJ*+RTMoqKgko)q#^=s_~FiHYd>4cvz}sEL9qhNcA$Yg~pGhQvUB{8b3i( z#FiRAmudvDmBueI2XB#EYyMWMF`V9VjlxoMh!q+mmO7W%Mx$e?-kjb_jX9RuOl+$$ z-%|Gy+i6T&>S|7QdyS=*YUJ#8$Z9UL)Dd!(#&S!gIDs8CwzX7SVkeDNmb!+R(b(Bi z2Z^0E)>!JF#4Z}^ELF(K@2auhQhy{?YwVY`RGK@fM)M#`RS~;s9BQdsh}|`gu+$~Q zT8(2Y^$f92;{;2+O6;L=vZY?<{Z~(oQ!G_U?4@z4rA{Hvtk*ovQY*>5HO{cqFNl3K zHd*RL9xr`0&a>1nc{S{(agn7SCid63)KdG112itT)M)R~wk@-Jcx4!@jh7$|#3355 zu+%ypXUAz=YpIurLp83$ zho#OZkJ80kE!BgE?r4oWEOi=jjK+H{wU{_oaE#P4KdvCdW>@sM4hvEEikSh`SSKU=NlS+_{zAX^RK9o%A#Lv3{uaf!wew)%#6w#GJN zY_*)1@THn3*s3$~!w(9MD*`Y~J_8O~NW`{D*X3AFB>Qu(GQhTnnmE^&{O5-KA znnYZ!@d{ggMdyn(uC>+aJoqosxXxD9xZjCgs_{Botzqe98aLQ#BDd1zX0vRvRW6&p zLKokP;S$$qyu()0h*xUdYO6PiS83c~t4{+g3MoS6-uW zkDXQh80I?7du??JalOVTZ8d=#?^=!f5C=Dlr|~&k&Ed7}I*t2nbuRIj8eg{6CB*AB z9 zmyy4Cuf$l?&uKOZE#^Dt;W`{2;+xXWShhF9zb`6vF30A=t#C;P+=eS>k<{X`5|@ zyMx4?akejTUWbQ9a{Eg-vzdS{FN(D>73cLZX8k0GXt-S=Qhe1%yn zO;tM+s?f?P^quNfL@jd8m@87<{pKSM{xAqgu`kD&fk{erchaOBr`X%td1Us}a@hL# z`HVQH;}A*p^}%uSv1n5Lbn>0sk-}7eAM%}MIP+2id`LSxFq+grA4;7c2!nhmb2hN) z!9J9W(z}odN2W$OT{}WNgX23jI@z@XAe>WhCz2YIV9Cmg7jYb?#w9<%Acd^x>#gt7 zs>c?r$+f8yoRzHW5B9`DYT=}rl9OT_Qp9Ost5Xt}(aUM+9qv+7U59cfwaj^zw&_S| z>YM^<;jE|gxwg`}V@E z8LTuBeG#oyuEl!$B(+pJG`jOKH>u@PPqF)b0(7BFiLQvzUBIzkDAOdzJ<23sC|i+o z+&uP@l@3Rf@8)4or&h^CUKde;pKC8`2E14|TI!BMhp9_7mAU_H>Gi2r!;i4Wl`@&F z#?!yM4~J0-kAQ5gvpXBxD|L;g8n*xoH?_`hThzHx4(M80bSdi9yRUj1t6K~o#3bAx zQ=4EL>T&{78)XrbKEj>NRkcYL4gigDx3HgEWd37aggD^dgWgiN>d_u{-}An!ZexAX z+N-Fk)_HyK$Go0i34ki+ z_c$+7&oo;K=Ez#rlwtw%}n&`e$x}2#T?BW$q86glbx5?z`HrG0;V{X z9NFRAX8}{4_1+2HYUOBeO}9<;7jv<+mg*kNXyxhHIytFI>3ofjTz>_&lLZ9fPU866 z>&!;nDc)(_Rqt8oyfifsQ;CUnmoQ(0WFbMgO}Ox-25XAB-MQz6$ifB`<+xXR_jYfU z{TuxAQ&XgK2Wy{<`-0S|Qtxi}44gr!sX=dDnt@K!WsWWLR_jC*aC^hY0YV@$`r&DO1yxeo3L zQgd_^ZQZ_%X|DFHavPYqd75h6y&T_sP4(^yZ)@$jJ!Z#YyHmCq+6fnsqYU~k16^_f zTMXRIHJ-Ffxu-fl?M<#L&-Ozunq95F$51-OBRpzzi*rAz5h8OfYKn}9A;`?LsAy$Q z!fvoL!*F$pWY#05Xr_cWYne+iu6SlK+?~wRJis&OVRa-kyI@IW=3+tRWZuG_ZI(F; zGnG)*P>|V;4O5tjV;Du5Ymnb`=3{iwJTn*5QJnc2)k-q=!(N*C z8X0yo%aH_?8HCN=A~P2UVOb^*pDi>0fKRK;OUOX$%yS66JktWhsK`9#o!X;3y9{;n zx)oi8xP()W6_wZB2kFempz>;cu$&p?fI1&+=Ny*w@FC(XK$v+weTX`{5kp=tA7aie z2r;kThq%)nL(A*!gX0Xr$n*LTCW(Y|I}Y@`zC~wrM}nLW5n*0G->;eT`xKzR54lbe zn;YOmp7Sa4o;T2keCJtYByW%p19Lo2W_H36shuscu@of!~ zhBJ3d&#rQv_e#%pvcdbdr<*<#Gm6h`>*Qvyo-93X1}Y$T7sb+-Ze)7lOT?#M|G-)5bYsS{J?YySsY!8 z7I2mbF$X*g?;01d0pfbRMYk9fkTB zZ{CG;#!l<}8Ky}_{4r#3O3O`bRgWRk{UFBb@YV?L?njXZ8R^8phEJ|JKWjV~zA2#kze_m(%6f z?JIlwb=zYvqhz4(-g7S&wN(Q@M(_L8z%R>Ae8-x=u_qfZgd?-zI~K~`euF!)V^A`A zJElPNe3Kp9@MCs;KU>z)PxM}l)nZLg+Z=Eo4rh8dzo72}*p1gB5M)CZ$ac9!yT0wc z*NPO#!kG6+zv67k149sWZJn^4KB>N`-l>sAmbTTcSuIheTM<%t%Q3cv zoeS4!?^Fl3JS9=wE2?Y5G!j@3G#

rUKdyD)ccGQoXZ&jlNyQK)0W}AlI*lQU3U9 zfRbV&zqq*~;xjq%mLE$YxGOo+QL$WfQ#@4sbr%;)@~@LHfX$1Z6?jW=N?^i2H`5yq zS1S=m3*Fn+w!4Ke5buQFhHpAnp}i^mNh^8>7IO26iRa<#5-pEa(;ocEK#G&;u}VuW zdGq4_J>q>lpg4z%91Za+;}r}nLXdnl$6Ja?{Ng5ME+&P>*BbU_e$6RR{!97;=DwBU zN2A_w&3)sfz*BE8?q*BWgc@ZG9l19VkGEi8S%3D-7iWVnEUlls{#$vcT|W$*7Adwx zA}VAw8nb003DGPDi|{TS+68|)*gmw{D;rkoeLwWLnD2ooJ3S+Qmm*<%`x?5Xq6r3`4_le1Ms)Vtj40_<3~FP7iRQ3e!IBqP z{2Deat$t$3_dXilGOpVz_KHW;B>k#sR`m`wxTeT=^J+&Fv8%p6@5=rEbOj%V+ZzAu z4jpBY+IXT6M&~CHF-F9I>43nz$OJ9H$Y96B;gd$c6iJJg|HMBJmJUC$FjMV+Vks7t z|J5nqPoP&bva;Z3oq74A)Cj-tf7kARYZgr*cUT9~zRaK8gtcqzsE4iY)lCcM&#az5 zduh{>#>2+K!|bL=l@<@mEK8Eq6wrBnDc=N%I*}?lp;|@T4 zWi&fWAPMwgXRgugpe?m&w8q%0U>|QZ+dRW)wzJS^wzEv)*k+@h0hgKrHhPuO<c6RWX(d^)9qidjFHJY9M-Dr09rO|Ak7a8_jh5kiX18iu3(X2ew=sM`hMzf(A zMzf(gM%P0xqeh@d@XbpXJK*%)W;EOXjnQoX0q889*um4LfE~PQG&^|HXm&6XZ+5T; z-+WVZJ@ZY?HOx0P=a_G51{61%OPFtC-}T1g`zmF7Z~ZTa*29yp)wQ@$hGuV9L*qvR z|8;FhZw%>Myk^&zWOsxt4^o?}_Figp0eljg4`_V79`b)Hq~D`9b^j-1|1_i}5*9=i z)td8&J9UETpeUqEpxJQ+d^+d~zJDg9dxZS^g!BMt*5w6$T*!Z7NKdW9(Ghgq7^*ze zROT(hvQUNdLV9&bUl!79sm)-vQk$$i?wxi+N%rlK<#0%UAJRFv(G6;~59zv)9v9M6 zL;Bp1UKi5WY3;pnLyv4nBvG1G(tebAkh(4O)A< z?kMnX-B8->p-|Z)-cuVYvj;<#Lm_=Mq`wGh2lEr;Iwz!yLYi|J`0%kV(A`41UTeJ? z`-KYl&=*vg9MXKs3+%H)nvZpX{i2ZOb6jBeLYj|sfqk3w8g9B^sF@g^Izi%i>foQH z_^)(G_s10{sND(m0{?8`2v?`i_wP zwb4A(?+@umwayBzt$n6|`bDGp!1sDczi0Fi*gp#CFN{7O_U}VFjzMu?jj-p3v}^QY z*xN)gnRFs#Ou=gCx{&T~^mVW|g!Fi$H^V+9q#KRC5B51BeYVk0!Onl|!+xLQV!G78 zU!boJ=^KpxE9|$1^fsfp#&?GF!$$LQ=MN$Mg3&zWUJdCtp|gyF1@D;xK0tkJG#`<^ z4rvRkhyL6wsgN!R=`y4FBvl^LJ*e^KYrrv`6~hhS7g;gMX!IdYHJTUM86iCNBNFNR9uZ7l!n5qaTHRRY+fH^q*k&LVArf%9ZBepldva4I^SsC ze7i>T_nTW2{)Mn-ra9D`V#0JMz4kDKf|Oy^&>`af_^%r_Zz(f_SZuCU85g| z{lh?y0eo(Ne-ryUr1{_B*ctEe@jKCvx)n86IbZEUy5p{|Hh*Ku8t;p{p2Z{UV_Pca z2=A|3Iz*quq<`QQY^{tvw~%A?`fP0@@AXdG+9A3dSIjBii+2@yo3`d#BbIpgY;7Oq z<#MC<+Sbabb2i56$!(R5sr1~tE2AA@>*@`L8nh9AdhupMoivJFufMxe?)2`vyMz3T_vYOl zqRnu!<$H^_6nSOa^R20yy{_BaM_a=9iEo?-IEMcdm;JYsL}AoqIDZ|@MDaR(+D HF%|tEah5S{ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj index 9d46f7728a91e98fa6501c3c73da1855257910a6..098b17b358fbef6beab4695d417feb938af9c1a1 100644 GIT binary patch literal 49396 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 literal 50316 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 SgBl#8VxFoCf{FX;M*R!SDSzAm delta 2058 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 literal 63104 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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj index 95bc5d32a88c83fddd7aea0554f1866ad4c8f699..00acb9901a6172e0bc536e31b63c9ee7b371c123 100644 GIT binary patch literal 26044 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 WFIA|Q_wm|p`)T-!zN)~*_kRJmKB8Fw diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj index e1fa9061a7659ea1363b490bc5e019d0aaad3871..5cd6a08191c7b52238baa1cf5c59c8182364f81e 100644 GIT binary patch literal 6944 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 f&I{M9G5n&0{brsUx?N1?BE3;u6nbwz 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 h_Wa7+(#j8cF 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 Q&TXkz(u)3y3asA$0yA8>Gynhq literal 24312 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 Sv&cPB>P1%Io=-Gj_5LsA8u6Y0 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj index 5692ab2701c54798e9181657eb49cd1712016a40..ba0b79c24cc95fa836de6fd5612948d5ba9eb2dc 100644 GIT binary patch delta 157 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

_RIE?M|g@f*rMUuqc`zg^Up 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 z

GJG&DJ($C7xtUlzWc>##SIcv)N?p2p;SlEllm5#eJg{5Of0K^5US6n;+PE5a35 zsKia;dhz&37K><@o5UsFoX88DpevyXow~?2#xUAdsb3iBODkiv)EHS3g;b@bmdNe& z8>^-E$TO72X=!;Rn*-i>Ev<}aiHpAPBYX}{sM$^8D(vUTI{KaL zCUGhCn>UQ5i(k;W9CBRm3mU!BP2!}U;CgpKCv=0G#91}ydeeAKa+{mPSuEswkMp|m zAvcLLPrB>1f6ylmI&#fbjnCUL;XalNrzi+rk6A9cM(X6-XA z=DQx>$Q1fqi~U@W4*?2&p~e2L$7hd)zSLro>+$tpp|7-9=6ZvWk;0XgtHrZj?|X_qEv|9Bhgscz zEv`kXIOZj2ah>b!r*A-um$_addt#y%H@e;$ib-1B;(8ad*n?W!>UyJHh{;;K(e>&m zcG2QC*W&{kLn&Ik-Sw`d7}DYn*SnEosuu5cy~DVo32Sku>+#l`P?{DWalOqH)3vzE z_3ovZp~a^ma_H=;#oeyQhxUaswYUc*Nij={uejc;6uW8h4cGfG$GM0W_aas7RNb}s zE~<=TwifrfULhMp4=sM=dVCUF=pZeA>Uu9xJXnigx}IPCJgLR~uE$6CgnDZ6dsHaJ zL$vs_>wQEqSBt;7UMZVOREv(!JBng2EhhN9lbPl`Ee3twBsP`aS`7KT$*kXeEvEZC zzM3*rpv5eocQ1YWXffO8oy(@uSBp75kN<}c_0wY1=jBuMw3zSnMp8Ufi~W4wZi-;tZd+7Nb~buoh?eyzTTIqQ&EV-scp{wKxZ+ zs614QbudM7m=+iMyhXhs4%cF%&#UJEHA0ImKJP+`BemG>^EOgET#L(n-c*c_p;1~~ z;q&%!G^^0!N}rd=j#H_{vwhxIR35FxH9qeLEJQ+Mw7Ayioy5jprNwnVuZDx_SS?=W z^Ddz{PKz6TUJ4uVcr9-6c>_3HS8H*r&l^K=f);P|c?}dNYH^#-o5`X62rb_3^Cq%1 zCTVep&pVVwH(87K`aC`bCv>D1clx|JoHnOu@e!YQ2*-`7THNLH_!yPYQCfT&$)Gq* zi@TA1iqo~Y$L9@Zj%H}_6`wbrgZWG?zTxv`P&`_Tdr@UvfE=U6cVU_0EG_Qyd0jcv z9jnEUeBMR$ovp=BeO@_-pyRaorO&IQc)S+(`@CKpuTIe7_df4z`ktu8pMBo)G>A1? z{LSZG!z!DjMaS=rWYNvlVuIhBPjQ|WgMP1yO{G?gA-{JM#X2pf`@Op<)@w1#?>$a& zz816n-nncl3$&Qy_kN|gP>WH&m(64}XffaKjiGpw7W?_VQEW(ywAkP8ZDBb#YO%=g zJwtJ^7R&tJr&MmzV!7YDn0=vHizEErYz}=bTCDJUuh4gi7OVVT&wPljTCDbadnmSP zagyIVnQMl2El%}&V_8Q_wK&7?oj~zqEza_LtJ!guY4Lc!_bkQbTAbteUZ;497VG@p zR}@dx;zGaoz6|Dg*k*(a*v@V>!ch8b*FtK3YEkmu zB3vy7Fao3&XI=xlPIxxv(bN(pxZ&j}ywp-9_`-a3XKI-e{9)dGn>t7d3E{1n15*bp zArLM>cS{|jgv4-q6hgTYlET?&KB+^M5Dd>lHKh(yLUMQ$mK3SOGe1RYx`gk+>N0hN z@<|Qz`9Y~8l@Jd9gknlPTnTAmzLh+6loHaz@1upJRwyAO`~%85wNeRP!(Sr*siT#U z8NLeBMCuqNWQ89=yGgB5Lbr^D)+J8rSS3Wls~BdS61s<=`sE0=EeX^HZ6hm;pe-;Qz!Z_00+Kj-`njO(9Lj#c3?=@g?O^pS8?_g(Nvz&3kyA}TICwuhGS zTOi*O9UiA;{M->uz>pFiuVvTg^r~;3?}V$3j9*#VzQPlXj17f(OW{AU`$vc?;n1h> z$(ur%sN{t35dk`P8JdP5lMZH-y_eJ@q0s_3L+u89`oF{|6`tZ}khFx)@#)`zqV$!h z?F(}&p>I%lPzmnEyAMU=kMCyD%H=);HWAglcLituVP2 z5MF@{rwz>hjZucbL2lEE)IGZi;a|~g(~6Z4bo|RPh^3YI`DU)vgtVgqeDzf?-ocWl z?{G@sjRwonYSX5xq$S|FO3^Tl&oDB69)1VCJ8hLPBsJ}5BjY#tcFM;X8Nb2v zKiFx<8X3RAUydba+Hpok&85yt8P{P;_9L>C5dMI<7^Q?@ zcnq3f+8C9kQ1}#-P1*z{q=!$BLYSz8tZ+4jBb1OGz8(EKZITjl!hETB+TIoc# zfQM~G4|i{XEB@<%)7{d05O$OBOdYtEkx{Yg81Qu^?g9n+D$sM?TapXAj@EzeN1t*E z6CoS{7*FAUP+bgYz&Y>`_*5fEQ7+(8xLinA55gR{79R@mT{^XBFutFF&%-!NrsCrl zIF!1xlUkk9KJECW**y+wrS9>g+MHG=r|Zd1Bx^uF*NJ5I4*$s|>CY}jTDi0jOtU!p zAopd*pm5!55>G=ul`B5nEtGT#TvN&t=!Rrw;2iX7B}xq{xZgs9yERn!0UXQWI~XT& z;`)BWFnQQj7*gF$s#w|U+%3<;&|p=pn@VWZoi=EvG3Tc_G;PP-94LGSj+0^P2xacD zJ24u$?aIzeaB;W%eTYq5yQ-draAi3TK@)dRR!#gyh}YvR--i-ZN#)0>j9^)ya4_oU zD|kEzjR$Z#tBzE;<>&d$99xj#vqy3V|@D zJH=-~Km!1l-!l?__yGj?fllDK>ytB4E`=|`V;n+O;VgUt!tsFFIGv#kvkSHYXflp_ zS@HJdCsO1_-YMUd8Dg&caR@gF1j-se6K3?36GxohTML&ZzG( zwz!9?%IDt)-7SX;#qXHU-<8;b5L&^el;Rlwr!|_yjFT`2c2;m#RS4w}`DD3k>HMkBR?#MvFP^erAM?RiD4QJsw5C#EC z8EN^okah#o_<<49agPbiXP9T0x!G+LOY-pr&Ips;g0hwpa(yC z(!jBSt7zaGc$^OvzK@{rV+hv*u2x|VK+1E`lKIh9M@gk98c32dYO z5I9bR_c-bw3gHaEatb{m+zH?lwhJ>LyawRTnKN`OC0GjWrKKf-Z)xciIQ|Up{nT%S zP>-3I{~s-^fp8&!x8)a3hrkCyzmC%>>5q@}G3+|C1O6xkP8Y#qOc%QSqf2Q($G!s z2cf?NkiieO8aF3!B*WxYpi@C*KEp&H@IR_6RG2=na0yg%_|XHWn;TfgFct9F0F_G_ zrVPTJ0RD%?8T!u({W$164%luqa5we$!}0I%euDZRLErFOOg2(?zY6&|yoGJ|0*gRlm0t_sr^ zMLz@T6ZnCN$Z-n-M>0$$Jg$WbpJQA&2*NJFV=BxPNNb^_WBT29I0HGOKgoymHS{>5D!s3LL*sg1`zp2GKcmol9(o)R zmEQBx-t)f7*Ok39=CekF_HOpK#w)7^mh1$sd!76sU5y?>y>pJGau??v|=-{u2Wke1_|sWwUUuhTcD|-qo&d zCcI#T&nVp>IrI9)LGKT%H_qtsS`9vv)s?|AT&%p%Zdn?P&3k~J*Rx#so#`lTBw^*n2DZn#5~s6dzOElHM?C^UiC4D(0v@8tCiX9C&bL&F3sMl%)%6&dq9JUETOBj{JeHh zxw~4YQw=9qSMY+|8M~qYN|$E&dF`T02UZ1M;^dxa**r76M90l=3&NQx{_w%!ncXwobQWH|lag{coKU(E#~&V+ zGCXBy$^?vZ3C0KQHPFYQOX48)m6V1cSZf;ffL2fL?xv*Z&@Oblq;@ct;<^(u=^p9@ z8v_wMHM4_$SnBh?fN6|{v8HFb{;)Ki0o9;QCsn&DjX*qdyaXwp6K*PJb#wZn+`7d~ zA<;}t#3-sf&{TJ0JLZtx&F$MmC%s2NW&fZ|7#{&^2h)pIa>{gcD$uAN^usH|<0;Ti zha|X%r!Y(LbmsPhRt}<#$^@sRq^5*Yn3`TDHL6D9&UvXSA-$z9Rtly-P1XvGNtLL0 z*gmG3j8PettjNA{v?`YV0Z~uB z?hlMca~sgpEzX?g?i`&mv-_-+V^fZSjlzIaoN4?AroewD6pPB@j>U@6TT9Mg<)RH2 zqs&V$Smipt>`O<(xvXO%CS-O<#-Lb~bheQW?vOYb!OPs^t;(dP{4avC!iUD(Z7%3K zjIPpQI5UPtF!RK?ap_4HR`}sICk!~MWBPUKuh4~9!G<&;v#f^?X{?m3%A|30A-V^e z6l$<S8thMFO#n118(^F)3=FwaV?w4jiYr1}&$KcDw^2J2Wtm~$ zMkWupOBFh7`AuOR&T%Gpbl__wVh3{PxXv_w9gQ==`OckoZOj+I?FbC&P@3KgUsM9( zGj_x^X2dmS#JmAt8&)Z*d#eE1w}&O}G;yYZdq zDp?s??i!5Ry}E0e+M{u1YOmf==?V7^2YML`gkM-AbS@Ad-Hi&!9CYZ0({+xuPV)PI z%4-_Gid<`wv}D#k8T1xNC>-r7*}1 zE|zm#)w&8*dVY@cE1a$~i(yVtiJ3(o92M^|CYr}EkcS@7i{^w{ z;1{>N{;C$#R#?2%v;E-~LY$}KWJ&V-6`Za!`%L(9>jVe~b!h#2z`Jo$pWk2NL|(1F ztPtHLItO@N1^7R_y$5_$W!nFJ&P--9DN;fdGN6Vcg3?kzP*kddf}j+!4k3j^LK0Fa zii#aOBCDXNsHoU=#kRVNZ7pjrtLs`&*J~{r&DT^9%Ys|L1u>@BclYOy+xC z=f1DIU3WS6%sDgtw<6#Sj{Q)YNAQBxHAr)<$;B+b-Go;be$Z|AbTio)7#b0NyoocN zZ`{X0wGQDsD<=%5)0C}%bf>m%SO^>K+L#JV!m9MiWZw4yvg%-&3H)Lc;ad(8iU!Ru z2Zewlyby$MeY}1GV6xTojbHsT;i~|3R?oLqug@fEH>Yf})0iwPQS#1^%ka7mFQm%1 zTk(npt)bM|GN{-n5-~JQ>Y5U#%wd(Tx!Nm#gecJ?W;c(W0F^%62hC_DXlOb|xebbK z3VUR3HWY|~TmLIE?;Gsh#KgY93l&a7KjI~IkB~TLv&6*X!K_QO zj=D5!3;1IrAAM=oF_&ifJoxiIX)phFiqkSF{;Cq}-V(;V3y@49a%IOn(g>5s^jvHA z7_Bnx3W#L39}2XO=Vw=u&qKBO*J^0Yp)oN&`p_~|whu8Y6C#~DGHCWLPr$oN zeVa>tGgROHS`CdkG$xYV3?)NL>g_|!%7jR#Znr)!Mzk0B?eEJ%~7Zm7!692>|0|Y9gbJ7?QurO zkoI7Bp54LBbg1Uxh5Q%t9Ty!4BC9I~;8$SU#iKjlZBxi2PJduS%Q&w0X|HED;%gLMbn4A` zv1$BK4`{?|30`yrf3WRo%QvHMLw|k%pd2qh;r@U;a@zC9Qot#AEyL>`y!=s)a3k>Y zbBNdb0oISMUe8g^533yQHX;oUb^hSO^bNeqaE_};fB40vUs-xRmyTTaZNkgfE6?pB zFJ2w=#7pb98|0+ZPsO_)9Km?}Z`v!wl0Fi&qS3?fC+w5pvGd3gJR=AP*EY_t9z4IU zwYIsUWiTF^&DVeP;Ozh1leS^2taNZ)LuGwiRrO$gfZsm7K?u-X-O^H5Gq|;}vA$)n z{r#SSCf>m6`Wlm)(jg@yno9=`A5=PM$ge~EDoV?emVrLW`4yG5{IQ__pOZxv{x2k1 zUpHs)+{(&dSAne=SLXi<3IBIhyhCzmx!>|2s8h|2^V6 z7ux?f(FYAmXXAfm!6*A`H~udQ&0PCPOeydWM0O9INB^_WwI5W=VL4S*T~pCk-EH;_T#X0arvt-Zz}PgZZf!}yB_Uv| zzp1*puBn!ZQIW8Dz^`bvRWhcNZ6L__AgsQ=s=B4pMs_8DkSiy!4O7w5Qr%1gNN(hu zwz~RO^g+%An3-^mWd^NiVHl6nVi=3Xqmdju0h(`=%c0N0d#C6rISGG0f-goyVujJ? zvuqp}HbEnZ8_S7DLwpz?#&&mR5ui&D;%sNcG>P1O5~CU`XWNuw)(TD!jYq#f*_}>A zmq&7t-v7krcRo`0c=TEmi)lsQKbe_gQt{~XQDe-d73<>j7v#iz&NlMn;V{qve_=wmOXEhLM$}}$)FyLcYLnHvn@=?- zC(rAV?TkLi>0tGj*$kwsKgcPxCmuG*X4=J`$d5<+nlwAQ6f(7)PBZ#nq#4CeqOxVt z+_q(3%+$kA?dxF|Z@nAB=O9D7;2j0Sf8^W7KGSBfxLwVh)4tUTd_4rrlg9qRw4L#) z^JB&peTyZ1+Px5-m6pUi{R$2r=5zx129M$MQ*)-b3rRWKq=P(z(G6@~zd6x4X<_uI ztag4?GCkvN>j}OLJA146CX^||&hFi$LYL_0L+}i1 z*qrIM;~6@W+OTbaNF1m|?rcAE$UucEMFbYuEn_gh%9#Z+`T@NH1NBw(YMw$>bz$-xL&KGAX7tY0v1M@!D8tG`pRX zPh|tKqOw>Pldl!Ac74Xztm*G8#O^4JixirE+s7Bvk9({U)|ASuDav-lO4rmEnGtYV z`*hRZw707~=S`Vb^}RW^rwhRm8R_7E+WvN9KRsQsfbr<#?ML=>6&aV~xU+{VQ8d0| ze(%lXcP(lgVcpn*hAE3jKlG;)(W_0*VvFROaOnZcI03t1y5AcOD-3lVH+{m?6HJED zSBymz3002VBj_6uGcfP!^JweZ*x(56eVsvD%#_>XzX<6q#CAjLr`?m?XD8zUYH5L) z|9uQ(huQtjG|hA#`#+@#3&<==2pcQxj6I3jL@C>kSb0pz_~qvI{l$A7B5}xsou6!H z+cQ&KI^7-!U>6vCI2(dhn!;h$vB7uZ^v%-v!o~VRfk7RMi&IU@r9-5LK4{E(G!uuD zF|NMxpV?)@y<{2={@8Bj`j&HsP1tl%<}mFUzSElGCR{JHGkALT?}5y*t(ZARHgPyn z`x>_zOmFE`Bf{FnboU+Oq^%k&jN@z7THzd&?uRA}HGZ9gazI33ab`iLQkknA2Ru&l z>FT!g;Sp&K&Tu@zof_tSC;RSJRi-YwxVo^jxNl&y0%Oau|1;H0|7TO1{IZA2>N%a? zmP~%RKwy4p!FV(QEo}3fZ_gkbv1lLXNC=RHW~??ga(zhJU~)agfjRv~p|@^L(o{^@ zHnku2x;k?RYC8yu@%V}KDtCgB;?cWfc6H|Fe~HEZ>xV&WA&kCge37M_XELCzVU|xO zCmq_=vL9VxjGX~-yYoC;i51r0mzra`DHGmNO19e0IG>)*bDYl=;{?O?jxOceE1gAC zm#psD#_o<@L3?a8PWheM<*%R5L3h}q7xZ&Eq0E%h{_1-M^!8c{Woe}?WA%~Wu76A+ z?K!R_q&6`L7Zrn0zr zwX=Bre`7K2-rhCY-HOCbQ6Ujtp_mdCnx%m+Q7&o?DaAVY>Mo0BGiy-ON-VmBr)`y+ z+||39h0R@zrF27aBxb|(#OecMWvn22l64(6GELg`pdIiqnc9Sh#n{6q4ZMhkKyri`{)!1AGC&`q5pGvo72hVG+qA%e~>&^q& z2@sD8*9TmV=2x_|GEew{O*FdkhfM1?w9Oa$rSRSP*ryDdD;Kf`YBcqdIZ_FwBZdUk zi(AdVlAxu2A<|}ks#q+XD1)wIp*UqprPRT&;h98BD$9cw{8XnYaf_)ImI0fX+}%fs zP?;&~E18NY69Z+#D}$Q)ik8|`QxiS24tYpbSIuQVT~t|Xjq}U>>F98yRH_X&hqE5j zJr_kv3ni6O*s>AB-FB|2Mclq?z20q^rqEf;&z3ee)Nn|ssjIIJT9F%`KrR{^Qq_ym z;uXzv(X>7}e5WwYB~_9%+)GZBJNKxsYnYd+YN^B!QZwW?bS12H8AM7)r27i|Z2p{P zG>q#U^^Fa4i&6SaGG#V!s=huY-r|diL8^tD*Yh}nw6s-n$n^Cg!Ob{Z*;10Ks%ydS zHb&9_tkWYqzAUKqtl~VjTx;|3)(R7W60zNJW7mD02WlI8qkKC0d~haoHv{QrpoaN1*STT zoQqLUZkB6b2k?$eg~XO*_x#9GD(G>gG07R~1**Rx}5`uW({Z)l|%@ zMx)}x3yk!bS~<};+bz|>BD9)sAyhi+YSN_C#3^j&@u|ZnPH`hRre5y`M@$>-y}-=_ zm;%O(o;H5W=)=bOGg78XBx1&z_HNMD&>~s3&5ZVD&*xmv5w@~kM$^&?+mBG4GSruH z0)(li>dLyBI!x$ps;_IPY0Ok?X$2<1)@C%cZJKoM$}mW#=GHgPK|9sWZ)$6tmmkP6^SqRjL}C-Pp=K=oo3?Xq}s&kLx-6vnei%W=gh|#Q`49-9b^nXU4{2l zw6?XF)x?|%OevKurKTJDf}-)NjlX8}7U zm{pW7UvtGGZ?$zXm8cM%fiar1f^E0AV}HpoBx^=#&bx?XdSbfAV%=8uE8iozr- zDcbdbgAbcgJa)v0V)Hp|@xb{UTd_2(Zz&!)cW%|3;(=2@=q&rsZD>QVfi>(ct#yqJ z1FU#$w18KaK-v6hHb7ki-Li3Sb0=5G{QdGd|*>^ zV=HVnqPw!FT-(y;#A$U3F2%HK2L!VOO}AfZru`#Us1 z!~m8t)H<7HSYpd8XfbV*Zn4rT3{91djq~cN?Nxzq|EfB563n3(<`0@UX}lTfe=A$2 z-_BWr;btzD-c>DTC@eAmbp=vwTYyuRtcq4Wt()1r zY{7KRm7yeQp%fFWI(4eLxfy*<&f8*FRWD4na5`*GmCk85Ev6SPJGOW|x-Xaic7PgI z&T&zlX1-ZnyI2^t=3t>q*9=lkLtF5@0W9m%lOWf3E+hwQGy)dqZB6yni_IF@E|9C| zH?=Ma%*eI%53T8AnW;ICFezdZv=gaEY6)@iGiG?N%me z5k0Fxhf7PAVG?KSH8dIrY=EEAf10ZousiKAUyj4dg+1L?dsWcT$SsGa>V_6xZ*pD9 zWe>0H&9vqnbkg{7>6*-BxZN5J1Fkfb3}vi3yMX!CCWD=l7s#q0HKuNE`!zk5c390X zX8*J!DF@w59`u^D4A-PA9M<=!kM>(47%4G6q%ad#S2W-kQBx={u4ZJFSvEAiHlA2I zt^JAy+b{vABCZy3g^O>Z;o1!It#$FTQnY=ldVY2D-0FtPCH8t4D&xxO%aj^iMPT?d zi%sSdJ+-B^v5B=-Y3HAImsn=Ol_}>4ZGO&xX8FLOI@M6uI7b%4Wtb9e^V*A7Uf1Fp zw$#3rWmXV7&Z|RE)2WuZ+y}C&DGtqcUkJNKl~{PzVo_Lu4Jry1ouWpmR)jCCJ7yRfZKVVw=KG0b7(FTN>1I&%p-VFn zOXV`Nv?NnGrRB!S%ovcq4oJt}C!KJqL>b{1|Li6lxUlJA_QK4H1XDd6tRA}}=^Zm~ zFI9rvbNehczX}&6zAj;b1CO~BY`=aiK|jw#9*W3qcD!_3pCv=#j#%rqAAT{l(u?Sl zHPx+^wWv<+CNP`av2(dZuhffAY*=tT1s`kXrmndz<|dOJXHDldb5JHfWw_MkC7zkg zIKtTSATd7_Pn(dw%*>PmJ8Bun+OdDZq1{Pds$~`$b_C3%4PR%Kp$wUh?;?&KKke7u z7F)!o+w+3TT!FOI*41DYZTF|;VzdN1!Rh5CIs!)F#x_jsZVoj|<4jqGmD_D@PC~BZ zniaHL`AWcy`=m;TpfhleHk-C?j!p+H#jUokBu7k6?~tZXqq{I64r*v#3@Z&7BD^Ev zH)w4s*&B_YEux=6GRx*2=GVif95ER^Cv9508T=G=i(=RbwyweMgZZ8Obet0I4|Cti zq_%{qxy*AXKRq$kHKead+~Un%ikR6uZLD;N-_@9dVI5ZpnY@)?;~1W(4(rmvdbIS{ z?Y$3N(`^~1&6nx=vjls77_h4)jnWeIFR14E3d_uYtU;C_lOgu8#>{69yzow!HdVtb z*7SJD3}8gWUcK2JonyC0tE}$^=?fI3(Y}(=BU>96Rl4rFqo0(ai0Pu0miU^(%www- zb6w_q3D$U-Ynk8L$HVF_vjk{2RC`xdYwFDyWOe({T|(-@r_>FyZpzCTD#fUZi;=ml zwPwG|><`d^Ie6MJ(PkRP+}KhD7q^=j=1QmvA34=xxWewQ8Mey#`3$baF*lomlw%|N zf?H{|Z^9DnVrOa)8}Zm0F&n9K>gO4s_I+Ne%}Z5NCUyz7t23s`usEKBWtXbT zxgj;Ly1FS0J~A(`T&KZ4L)u&ICkea~bC-hlVgQqpS&P|DkWQzxj60-usz{GK ztaDyZJL?>0#!XHS{i$X&3tXhK8T;6>cU+1MUYi!u#&sL#67kv6a=SuC`(*|X?!?=< z$!v6ck1`)L1~sT+mk7KFyJu|rbk4EVOmk^@W#BGr)5}}4mmndeMRC30wms~+M#{P4 z1Xijub}44;j76;YjdPkkRDNXg8{fB|Q!%fizM^?v#bB;6s|L?$Y;3J>#70@O&w<%H zMGK(c_>sZv-C%nJn;Hu_0dU{&*K3bb&VjX!&8_Bx2-jq`n{cz)T>EkbfK5&AiNj%b z7@aXQ`s)chd%CXLu9izNC1#3@Pn{N3V7JHi82d4ict9EEx=dhP9@%-5Md7Yg=3E)p z`*t^?rEN}Q6ZR#r4N}u!zT2M(Rf^S6riRnk{M>j#X>dv9+HL&g(dqT9owus7iBK8q5HglhWms3IgOy>L6Txq_nN6YkIW=bFL(6h!!Csn~ z%>-PA;4=sOtMa>EekW}adp;uI(%5{qj2?(Vr-kcOXNGN3hY!EGN^+M>lq(lk_+9!; zhDtNbL#_aSJ+-4M(4eLbGO@}q|M|5+3tTrdVA%Z@cQwurfb4K*)_vSpnU8N5pkLUX zM3-Mq*Jg3H^?m< zqY;vzZ<%W^Tu<}!45fPQVdBTR1!f|)cRpc*76Z5WT;9}cT?@9K z(eTyHCF$n(`F9>t-?+%F#Cds&&TlR_?FS%8%0x3Ne!QSwot^=F{#Y3m_z|0>kDIceA+K7OL6UlOxCquIF(^*izB8Vr8wMX z62>}#Uhak=(c6tm_jMk7(dTp3ET6gs2ag@QZ*jlM=EfFm-!#?_JnZ0NwA(;?vuA(% zSs5N~5Cp||@pjc&_$E+GMQS2HW1TT=d}{QVX;UW6m_9x=Y2x(pM~t2{ZT}&;qsL6d ze+0(CyJ&f|+P8pr5%a)(a^~>w3`hGs7}hhxduG_*VyJ_xe*ACmVCH>p&l`z1j$7`6 zck18Ai#Dj=jF;Dc1NM5}0ZnrZ&l}pm!+S5h3ZS5lad~$%@4%+K2mj%qo?M9cUU>Pt zgsJz3&u0Y`jK+69cjEQ_j&6o0vl;Pb?%u|mv2!jI_|B!#^9Qncp5b{XH}9CHd=LKl zbT@*_oc^Dp=aVP+oTFZN`8%m;#~;3~c(*r#n!CPxg{d)R=){)Uq*k|_;2Nncjz;&zf=FW!tm~WhVggt z|5ljYT^Rq)Fg@||dG>dvYh0Z6hbxg0vx2X;dp+OHw=+c%HI154M9l-pRc43J98psd zDt8S0Qy}Q-Asl!&ciMJQ-|4L~YC4L>r*meGsBr?7d24>=h^7Y-tBaZrqvz>#nIjsc zAHZOg(RA)?m}tOC&Kyxw(JIr)G6#NvHzRtuF~0<`bdJDk7E$?O&d7>u59GP^(l+WSo>)2$2eD2C6R%s1m(e(H5g1OFx2KIOwo zOM|h~j+{PrLLXe6_+a+h%6)`_4_aClRW!BKm143sSY@!jr52w*ltGEFAl8%GN4J+| z?LUR~A=)hgem#r(VDjmCMwMBUd0o5hb$4lFY9Ms3Vfv99FWBY1zMRZ)3CFQ`h0Yac zlbzdEk$d4Ej#|7z&KEf9@d}+QHwp7}=v=IyFfa%Q@;{!LhF78M*0e)r9#=VL9`A9? z(c@V%zW2Th{No+RwDFZ=K6-_N6zwoP9~(yIc+vwtN2VX}M-*rWHG z_ctAHg#JA;$~znO$$4%}U>O*mOTBL#|A6=J99JOxX*kC)%-eNj*kPNJ^Lhbr+~>k@ z>GmWUVQQf#=dlrSyyx`wj`Q{~>flSKZ-Pkn`kf#bx+&bW3pfip=85_Q-ZwaAKQjFn zdiEnT&VcEkQI-Wv-{T|j$i?6hjv4+yGS;+wh|ogEpMWoRVQ7D)gulx%?LX|oe-3`i z>FL{lc6vT&=sd`@&t>R^j^DuhIx_OZDkA5(@%An15uP^x>6lAW=81YPTfcGqJ>GdK zLj5mz|H(0zs!Wf1rgaV(Y4vmL(~2=X2Q3_&{|iy^2xe9zWIhCmb>x}n$UX6X2$_Y& zLCza!(ERIyNNg|0C9|&h3aP-s_6V6c4w~SPned=p&&(_1a{S@T#~nh3Px2_otBd0i z!lTHDI}Y!B`M49vs1qKO@ap3DaN${G#61@8eEGPu$#|j)k1D*nIIa_JA|q}q-ud!z z7nA8oIF{no#qnvv%gKm)0p9uYaaWL0=R8*7g-2kUV~ube9P%0m2Tg~Z^l)eNDb9&xSc#QDD!ZUe}%Z(LW&kl<=#;nMR=v~6T&YGef0Fp9p^?{GISN;Rxn`pNE8S2Vt(Ee3+zgv2b7E0m7xi!-WqJ9w&T=@KoWM z!p92F5v~<(5N;JdQFxg!e@4oe@dDwM!mEY(n^HdfgTl`W|5f-0VLTZj9k)ohzc7D5 zz}ufFe3WpV@Dky3h1Uq*Ec~GG7s9^?cfdl*=V3SDLBa ziSV_;cMCrz{GD(d`(Zv0y9oCc9wvN{@J!(v;f2Cy3tuLDqwsyge-ZwN@OQ#-tnt%% z7VaxNO!y$-nZh-~3x&@XzD)Q=;roO?75+&$4;K$UpQD7Q3eOh)o$w99Zwr4SygRN} zy#2w#2MSLSP6;;(pDKK@@HN7B3O_3Rl5kd+OnwT5`v{i{j}x9QTqWEpe5UX!;q}5B zg`X6DU3iP|x58P4l7Hbo!sWts!b^nD6<#BJv+#q$&kFxl_+#N8ga_fe)3^Hp!iNbT zFMO%+^}_cEKOy|RFn-A@la}xl;pM_>gl`dkNcef-7_NtWS#}ZLQ+T-WMB$@_=Lz#S z-@VNXg|8OAQ#co!DL#C6;Q_+c!V87Z5#A*HitvZR-LY}t(;6ULExb_p9O2c%Hw%9# z{EcuHHk*7}I}7&}ZWP`i{Gjl^grnH&@;15e<#`X`VZsLs&l0W^K2i95;kClI3qKal#G4rwXqSepdKx;ZKFP3GalBK%a-*ga-@P3NH~pPxuMp z*M!$@O#2v3J1lR{EQGjMEDrtdf}6WFA}~+_%7kcgkKfT>zTB7rgm)JnB)q@yB;jL(PY_-r zyj=Kl;TwhT6@F6qHQ^71zZT}#dHmSkQFu4ufx;t&4;4OIxK4Pn@HxVl3Ev>RQTPer zSA{n6)-w^&#_)Fn!!Z|~vEW*8oaUW57Zrxw_5aA<*aeq%b`~u-qgwGegLHPH=j|zV) zoGi)MA1u7T@FBuS3!fl-qVN^MF9?4s{IhV^(o7z9749wEUwE+aFyTXmX9?pmDCs)H zqkq!8T6lx-1H#V;za_j?_4;kSkV zDg3Q)Sf0s$ci{oTxXCO1ogCaMnf^}BWa_&F<~UsVXbGPpV~>)@JPFe%yjXat@L9s= z3a=zPn^%hd8sQBR=0VZ_QTTE4PBw3Q4FzMLk;hPSzU2{M|NW&Y)VuOd6FyeLR|r>w z88-$~3nYA-@F`@M?is@8k@IXGE&}`SU)?JDyM#BoFidL`^)8=J3jdkx(t4GgYwiC9 z?7tiKnS}pJc)M_PSjK)n+1cqVyfc_KnV&r*e1G9G2|rwTB$#n;MBGUdeyZ?M!p8~E zCA<98lXtddTqgzJ{isx?jYQa?9$qm?DAPAVfGOoE#VImJ_O8s^1EP1OZel3=L*jgZX>%qoG5$> zm^Lqj&5I=bO5rPouMxh1>})pwI{7!x$^{!pI3HKD2% zc4JpJ(U+6m__iOJg8+^L!TvkvGpKj%c$9FhaJ_IF+1WXf?8<(ggtvKP_SYEd09gTf!d*|6TY?va|m!+1bw;33m065bi9zv+(X@XQz*FKQQZd z0qS|UgdZt9UU;JLG_tcfOZZqYZC(tU^%A~Gc!}`I!sn2k%?rq`ylW-QI^mmzZx_Cw z?Cd-&ya~*_@m{c(CH(8c?+Sk){3+Sl{7U#+Fm3X8%(M1K7~d|!orQN6-kt1h_7Uy} zrp@WFIb6bz6do@;QFt2J*_t;ha&KyzL`=xNu5%iSRkX*9zY${H*Ys!e0w- z7cLr|$_{EKjGY$l&M!kvY87S0L~-t7q_ggM1}J%=RE_*f&&*s@JCwieQiC2g7y6`mqI zQ}}4%`NEu6e7cK;mkM7Z{5#>Rgs&CeAbgwfW5Q1fzaspG@Mpqb3GW;t&u%ZJNVr(I zk1)r5AAY3pWU|{2Ib67w?5-KjJxY#SM88P*G~u&^IgWcfD}>hzZxDV^_>aPT9)P#= zs_+)!t-?PD|18`wlCjf8xUcYD!X?5(g%1)wMEF=?-ka?6yg=C8C*|sMx#%wtzEqfx zLh*Js2;V0BN8!hWUlV>)_zSXI_x?-x2Vp*=!H3C?W;jo{Ko~!OnGU~~@F3x_!Uqda z5uPS|wD9r5Ey9b0PZd5x_&ni@gx3pi5WY)zqwqt*j|#sb{8!=4!drwt75-8fKbM!T z!<~c+h0Q%>uI-9N-$!_F;laYAgvSZb5I#!S+-v62Iz{wn37;#xLU@(%Rl?T_ZxFss z_+H@$h0VQeEqpOBg?AG+_ry8-Lq$JA z_z>a4gj2$m!mYxKh0hhfQ1}|*>xDN8KOp>^@QcFl3x6d1t?>84_}SBR{p=*Xn{Y4T zGU0uM4-r00_&DJT;ZuZ97d}_`Lg7`ytA+0n{=M)YgdY)pRroK$?+Sk){Jrot;STT@ z?^gxFdkXI@JW6<+aJ6uqu(>A@GLKf#pD%o|@Rh>X2;VAvr|?6qyZbBYdLpDZ*z7pDVmpc%AS~!nX=P zBK)}U8^V7T{$6;Su>GY}TW{GpnYu~}?i2iip zONB2NzC+mDzv=8eE&4wTzb5>q@cY6a3I8Dcvv3yHU*50GJ)17wj-u!1Ej~;i;eNuS zg~toe5;pf*I{PPx-rQg5^vgwW?wxdcbC0Cs>m|&s!gmU95`I$n4PkRnrL*~o=)Vx& zE*!=6fv<;d!aamBqy=GT>xZ4l&OSfq;M~ch8(w~_>jCB-HIHJv{Q9;JnDx%1A71|2 zWB}NIR*SD)q_1UoJ?KA2*6TrRccnj12d49b={?QpMrr1yl+Uxtr^_?*>Gj3J%%|6z ze7f+=r`MbOI6d>@^`nHx2~QQCE<8*4SmD{iRl-eVSGTRgi-ng8FB3jfc!lsP;nl)x zg*OP_CVZFhM&V7uPYORH{Jij6!tV%g7TzMfRroXE@5#=`wh0GvotP!uNw`qBn=tok zz0H2Y1BCf39UrD#cof;~jf@kXAUsKUsxbFnecai?Rl>Ex=33sRwU~P6pG$?8k)8jX zDZHHQ>g`w8^==Pg6~j1QP0mLJ<5(-aj_mTVUigeG=v{ukPJmq=Zp9{%Pqzx2MBe`I z$eA6+?077~Omocr$m4};9COTT z6ka5Js^g;&X1U{Iz?V3l2VNt5t>gL7-|V;<%xfH$cL|u!X(68ue$4TC;OB*3cg%6| zU1471FfR39I=%t?A7NhaFw8B`$1v`Z?*!*Lz8~DxF+aoVCA^n#necwXV;w(n4^9U&9LS7v3cNtYdu47VsH3 z3{QUB@f7ffjw`^Q3V$uk>n6snLYOG#f6w{Ce7=p>_i#KH;d!k@{XB4q;|B1)j=3fs zD?G*ViO?VIm}}J<$ESdK-9($qz>9=W73TF6!<>aMmpHx>yhiw1$LpZK$?f?WoP~80^Gx1JnAbgCU*z~@gz4q@ zHSpe!KLD2q@8kG0=*K$dJaU-uOyQL9T;WE?TrV$j9HPIU>NpF0j^k|bg^u~`Nm&%I_6rQ&+}nDkmm|F3NLcZHU2WkM}W_D z%r*Wc!fPDQf&N;@bHO(|t^?ogm}~$09WMYs;rLYWi^6{qeqZ>X!e2V(GeN(1d@h*l zdY18WaE@?i$JapL)$w)U-j44A4-g(MJjyYjSvyhq2;pNKKZr0D!hC)a^TX%*wm5zs ze2Vbdj`_LbO5v-7Z*>zY1@0%x4RKBK)1>ub|)V z_y=&TgDnfWgX3SoT^;9O9xN8_@0j!KVBz78i=ZFvxDR-u@DYyrT;*Ag`E1Av;S+>g z98W-)CBmmW=JT7+cRUNcO86?rRnT8Ae4FDs=8KXQB~ z_zTD9g82+6`UZKsa10lJUfagQO7I5PYb`~ zcqR02I$i~S&+%p8t&VR5e2 zU-ye@;eQB!;rIZA|IYDP@HWR&!ThNq+Mh`c-`SnWo>4-tGsQ2DS2sjR%=ue;hOiKWJ*>Q2SqHx{-l* zIBBxW@|O%M`L9iAq1vU;zC@;4+MU-j?QkOV1603}^Y%q;wmHxI!qyK!X8vP9wel8QqSgWYT zU=V*>vl>5FKWMS}QOZF!SyMA;8TgE|2%)LDv5Di@|McLHkFFkYPUTUK7sqygWI5nm zqv0k&ZuNoi?!%36Jj$KBU|kS!Eax>6x|IpXd1N+TYHt(d0eJbt+dBpd@+fyA>sp&X z+M}K?+B*d=wfC7jhc|P0d)GkHa2)UbIR^B6h2v3F;^={NnGVzCRN>R*wTjyN7P1~Z z$KwgS$QUZj@n3~|7H2s}|DVFWhA=y(JAxJL4quKJA(KZreZOn*IR_%L94wD7#}{DQ zE5(b)KxAOHA^VT#_~PeweE0sc0^#_*Y=8K4J0p;$JMucL0T7ny;_^G4?$90W!7#sD z?+W-e)&v+80aIw7rHM>@9{p z=HDOQ9=mEqVf8=O5~weP{6w}I0pEx!L@ zhj1SvTp>@mgL&fdh6`sU?2#heIxpbe+kP40$fMl3Q8%HVL&yAax##ou&mHWo#%D6S zj&+gnhSTQwa0h!EH{kb&%B?*v6TQ7}cCdHvB$8!yz{;q49I!Cv{7_}m5##r*Aom$x_3 z*&E{GH?`pNJqB9H9Ytj2`$4Z$5gU5-hTouC$*IcG@%KHT78LyPq&89Kat z_|PFk_t~eoxMawXA@YA%d3kYhdHE2&;h3F!>i9_qg`u~^x;{Q#-^|V`j4jLrx*Lvu zLGPfKA^a=ezWtZ&cptTW`}X(oz6|fD;`Iw&KQj>D@#6Ls!fpe8gx58QGYaQU-3C1p zjxZeJ7hBQHT+6~?ql5gsL$7;$U7yoXiHYFlGdf>_9n$5Smv=tz+~v#jbIy%yDh}4v z^50_q>xX}i9${l?s746LjjW5iL`o(*rZAO@Xm614g0***im%20j8<Jg_~~abk{A6b#uS;iMz9Aw>z=n zi2N}~Y39D!4DwdbAou_|v$5WyYH_bSA1yWoznN9_z^rSrC593IAtv_VETig)#!>kd z>`*+^srVtLoeA=?SN*;=HuJ$Q%y><*7C}}sSyw)$xq9&=UtHD;HM5Y%OdzJZdX|w* zmHr>)_?GQK-@PIS^`@~*DH-`@rnrGA+Cnde`2R&AADp$zgI~keuM5WtUDN4LoLl?u z8#(BY+cTj|X_%qarrMo{_H0)N@kh3sDzTL&F*20~0}rrzq>(nv+I&kVS439V2A+q5 z0B@$ede+NpI-v~?x`&+^{$%`$>j(79?a?4y8svxV)&u;$R2B!O4#n;C{5G zn8=FN;gTjc83CgFv?V&FsG5PZvKM0WE|Q2%gff!IJ`2mY=pe+;>ehuLcKk&Ai}7Fd zfZd=SQg{@#EATHnD>gaj0YGAF5yDK)8G+Jb%>Ek+mmeG3iDGUF_G06@Vtfy>@(Y99 zj@=-SFS2qX$Q_I(jvZv>7=A+hY0RRrgRP8JMP7AdO%R*l1LIrkwyw$e&$q}*MC+|lsZc&Rh8 zbC8=4Ux}AF84hs+oHSnUUb$GH{$y{8FkDj!o&}7 zGV1tHX6HaBqmBz%XQQml-itaK9D4;7QNW6_bu=bjN8@wy&{1t29b_ZXv7Rl4k%O(A zkA}JkmkaR;R_0O&M#shY`+)_tY>gh0Haa%*{B$rB*GmIvJTfisLFC!?S7Cw}55IvM?JJqMeUoZKnMYpH7t;!B;3!S8R(&&f_krOo4Daf*{M_-$oN zpXy}v%g@-ampK_Ne;PZ^X--DR98dQ=-O2ET1nr;UWVmmH;m>q3I_6#MBWF38gCED4 zvz?5Nxt1OK94EtbzGZtXcQOXQl^jRTbutFOPgq~)IT?-q9pj(xWZUTTW4EAE3fS_t z(JxFl`ih(_Z1jJz5SQ3U3ExO7tz3XiZe*b@wKD3To^)}{d;yr2tYa?|-_5O#$ z=yg`cdFJez*cuw4C2M4T+Q>~gPtXW@bP(ULgOQut8M!gWy_5o4vPN!A8@V%Q1KJ?> z5jxIYHd2U=G8)wzzuU>X1vm@&_fFn5$gQB`-(%$nI?jpgog3YGbe#P;gxqW8XxAY3 zGKRm;g-6F2O8I_w9*)n?_Tvv&8N*BN4;*41v@%v8xgXH}ADj%wIGP>hAt&3Kx+C@k zN>ad*+Cu&@UC2#2{4QtiMppM@E)oj)Cl=~)C!>%j(i@*}G77mX$Gs<=jL{;WOM$1H zj6(l_q~d>aG79}PGx@ZWF-EmsAvIT@AQjZ3H3oop-l(O5rZx_~upEBPg>r zRPu#P*l;$&oEYcb?c zos5qA6btd0lWijZj2!_>1x(2%@$d5T6FcE&SF8-5^lpbQXwKMWVY#Txr(2_Osi#5_ED;|b9 z{ZaHnV7-AdBSL_xPKFS8m^NL-A!k(<`e6Q#c6wc$|v6EAPnRs>>dxD8G2R8AJnZygioO6+G zp}Cgm;w>TZV)ocVuR!8Iava>*E0B11_K{t@0*Uk6&GD{Y(LE^qBNg4eA{i9&cdO$? zPLU`G3ai*JlU|V<6!Ke=@$OC$&k73ruxIx0Hljh{Ui9K!odWh)#Li*tMno)NIc*Vl z&lIs&m=nk3+O>)+gx=oL?m^cDRP^x*6!A#b-X2bY-y|!X!fxKzhd_zi7-CPSz+}qA zdxo*zuwTF&*u?v15+4xeRN!Rc8ji{XT|~^1g=Ur<c+=6Vn6OJ@#pDx-5+Sm8NOmnjVocJrY%h^-$r1to;35 zMD!8s+y^*?bMF06egrO{IcsTD#?s6%=L}k^Ly6)?`aBf|g=Pew<@1CJd6hMElvm^j zg|BnsJK8DmEB1wJIY}Jj6kO<{hGvAZbxfQ&u!$d+Nqlyg!;gaspQfb>7ZF$aHt{(= zEhOH|g;Awf_{6K6f{EuNfq1o3xWrRoY**MXU=D2Jb2Evb5avw8$*wJ}L42Nz7e%)* z>w|iyK>e~5bz!WAhG@+iYRDK`5awJ8eIdW_6mNDBBi>zGoB~ZuOHEpkI4ywX-_9bGemIKR)P7xxLyP+e+Px1=%gy%SyEcFWXgsa%MPxcD*?Q&E~{1mS! z3JPyy=Q-6Yx&?*j(+!t-Mc1J4T25%EdBrY4;Z7V5PWOtPgThT*mz?1hXt_QpX8cUA z=n@oukAlX}@(K(o)eLdAS9A^vE7@}Acm*2!Y(`n`6&-`ZBKpUK#f5SRG0FnnFf?5*^QNKp6`=7jjA zUI9-t3%FHYVRLg~7&`|E7BEXTHw7 zXYVQ>!e{SlukhKs#w&dG)_H}^-s&*c7da?k9&Prn%Vh6{FsF*y%Vt4u^bs+|@Eb|- zo4mq1^aiJJ4!u5%okr8NZ%yBlF@1ZOGYlS5xR&G89o`a5^QMgWonFD&i;i@cSHQ!M zV~@YvE8yX~6hrZQuYiXS;~MfFuYiYhjEQgb3V8S`8ok#m;NhpSQ{3kj@Nl!Zzuzg~ z-1My5!q_xKEMT#0i5|?9=;1IYfnH%t^ha;Wm*^3%@FjZGD}0GId4(_0V_xA)^te~} z5$ShhsZWJ>hsFz4-biJteCe2HH03SXiZ zy~3C1C9m)$df6*{iC*yvU!qsN!k6eZuka;$-79>F-f#+6qUXZce^??G%a-WPOo`qO zb8bU8+eUx$mVAlc@d{s}cfG=w=smCSC3@d0e2F%Dg)h+uUg1mhp;!14edHCsL|dG~ zmFTZw>{(y|i)Bmnk4%ZyMRK^GQ1~SKz_k&(nC*e_VRtUJu5${vD7hvQ>w?8$0nJ%U z>mznC+pPYthepVDGzfeiha{+1#rR5@x6z)L{h!BxZ3o8Jo=w*+gOy$Av?) zx$~HxxPg6aS~hnKJ0(u$nK{|q=_^cZ<;t)=n>%LR65Tj-T$Ih7tR9IwnCr{3xx-PM zcn=B0ug>PqM4v=9$AufRxuei8QOyO`ZQ0xz7?9WnoiBd7$2ND;F4{op2rF$V;t$xyr&(!h z5r3vSKHW;674b_%@#Dj6t}(wVnoOw{AA?}d{-i2Ey*$k3q@EQfr}Nt9`Y@ZbY9dTdgv-Tm4YN6m<%h`|=tqADvpMs0 z3X^AZRr+k0ZHDbI`2}73tuUKoUbis$Z#LsU!)y*1J;LNVv}Sy(&3!SxZOtb5*ou9^ zWDCVltk^G1-opZXYQ+Iz@@a~nS#e01yq%XKpIfm!OircWe__SpVe(^Mt$k_5kzuk6 z+w3bVjtY|ldFl4G6~~3ii#cum%Zd}iB!6)_{*4tU;Vj31Z>=~rOx{WH-&UL+CLgEx zofT(=$%k37|FPn+VUk}|kAH8)*%h)lqt++N!zQbxySaDsLoWfx$$BOI2 zByVetV^?wo+G<0XJd}=3enpXo?ltoVGGypUp{6<-dMeD+LyXDhyrT%o_j zcd_DIVX}#Rp{o_&36p%_V!WFbH;2g-ouSBzTf!tCRT58Hach{omST4+eikPGNwJ3& zzk(@>yIS$vFv&-E#CNme_wYK3yIXNvnB0r5Qf$Q_lAJ)Xrxmjz$r%)TSuqhwcBQNI zwqkxHc^bt&R_qi>UPN&ZD;7qQpU`vqTCrOsc_3Y7Pb>C_B>zOQpB0NE$&V@aw_=}2 zGD6?j%ZmLX$@vubw&H+D@(&aTSaC=s`8vgcRxFPszoIzEio+wxo9I`AtvE80{1?R` zRvZ;c;!~m^USh>@k>tq~ORYE|lAJ@a%!-pDN&aYjyxfXYBguOy4z=R+Nb>Jo2M@F2 ztVnVY#eJ-JY$RDtakv#{N0R*Q_xK1aRz;GlDeh~<+DP&p4qy9Ou|ASq#{p`j6`N3X z6!*7cYb5y^#RIIkIFg*n3Fkm7E{!CA;b=C>ipwI&r+Id?70*P~Q5<8%<&or-oFK+p z@q$S5U5ewZxFVALhT?cDu8JgkGm{5daWyKI-hQwZ*G7^dNAC$%To*}ppg7Tr>m$iS zDIQ|Q4QK_9{D)fcHdGzONmjfok{m;EvK2Q*l2a%iX2l00$;T;9vEsv#Q?0lu zl02K@;Z}SylDwMY5mtOAk{rU}dYToVk0f7a0jFE>u5oWGp+bmB-w`x zkRz@54gyo0WyQ^rWN}Z3M_F-8BzXqU9&N>~ktFYuj~`>j&mze(ipN^#Y8lDDqW@0iuuvx zW{Oo->=aFYPO;jGh0)}X6l<*5Et))wt}@q(J)+4EDAroBIGX&HVx1NHM3cKSS0`Ap zUo`my#d%g75KRuD=hRzqNHjTy;(RNXN0Se7$ZfFV@M!WIo^7<^$Y^p32e&3Gj*2EH z7DHTM#c|Q(9E#0WoDfaM*$ORIoD@yI&e6Noic_P>eR#IbiqoUXaTFI?aaJ^WEj!L4 zD;^t7ZlSo?inF81uPH9EVpTMWeJyPJSg|&me1YOgR;-UEd$2*5TCpjbEag~tvK3pS zN#3#(KgEiRqset_-&3u)G@9(k+E`}AWzpnuT)UrU#WSPHJ1L%S#pTiDpBVTID_#&y z^5M|&Gp)EHnmiv%yZBjFTop~uWxEf8y3FsUvu8k&n(|>%q71u?RS5Q3HitD4v zhbf+C#SPKq2v+R*R=h2mJe%SLR=g{kyp-aFR@?{|rFfAQABZL!I22rL#fPKG)y(7y zD{hJ=@1uB$6`zbId$O~ywBj=;FT3-lR(u{JXV_I%d^wtYjpFaD_&U6u;$>ERE1Eom z)6?Zvd?%V*LvghgH%F5uB_i1BT-)c z?Y5K|zbR6{0K1(=VS^L+^o{t6y>?Wj?J<7@G#M%9__s;3OC)Ve+i-PQdorpnV4~%`;gFEtxSy_oX%=6i0Mo1)X zK#OGWlQS8i@^_ks6gwpj!U`jMj8PRP_GWq$%tEbOVkHxp*tsig_DEEr;j<6P+YLf- zVsRY8WD~3pzMjRRcF5Wlr*<#SiXKXXhecVQSTS_b0q}}M-cC$3dMFBz$nRVNeIzTk z3%ocQ!|9v>9VRm9W@I*}+3>F0G56TJ#|Do!$2b z!Iz#+;H@+MPnD{M6zguPkpSq8Fm#zJvYlpWt5&6ejyf?-Mj$pS*n% zA2U6E-#>4JX`>+Vb1{T{jeyq0c$>GM5fX`dIC|blBjhI<(MEau8=+I88)k>R1B_6Z zI1kIjyaSEUE%7deQAX&IxSpm*8=*Mp)`F@|gn5S~2K5K<_YU$7%_Rqk;phf=lX565 z>-i3*t-Ql>S%M(!c@VrN?{Fh!g+X^Z%mD~y%C&ota~4|Tg1i}tWwdGPab^KINbJst zN5)x0Sqc7wX#j@#XAx$XW}bSBEUtSI&VjmB?#L z{298$C^T%|!p`I%aS81%vWdVHohGLmO;en=CNXX=wq{e1cSV5-oS$kA@~*Tko1a<~ z%4~kyOfpjwN*Bpe}D4N9TJ~=F;lqhRfBBvUyxOc>89nun1v@3b(d<3RXU(T6)hI>XxRR@5Eo<(*}v9z}>B(RUOE)6@K4{2l(@AJ)DWkZfC;{H+I_SJFQ1nzs zNNd9aw)3Q-C{w>C?DQB)^j6Uw$V1*bTQ6IRzF^s}4ZCiDm90f69;(=;@EIC+BHA-2 zD8?;PdG{v19^e}HK55+hO_{Px<33>6HSUAjxPQ>beMlSkVH3wS?xVJG6D2I#6S;Pz ze2aN{YS*5~e4oVKbiSu|oeH5};!4)sb33&{7?7x8bN@N#A_znBQ*CpCycbP6DN22hj4IysvZX3GzKOlPNVO-k4=2O6NJB;aiA*LV=~G>f9gv=?aOlYH6rz> z=ACg0UvBP!BE-lYvRKz9*7)|ZjOb$Zz^ND&9kTYs|2>X{S=NOlLRH_%Hj$YOLuM6a z!XWmEP?*7=WjCWi#L64JjC-;w=$N}>!wV(o&8L#&=k*Q~KO#ht8H4r+J5vaX?&MI@ z*LrtW(MI~-p4Qv=1!nqShb$WIJr32{E$=||JM_Y$7wNM2_?JRZG!zTFywO&Q7wyj> zdQ4bw5KiS6{f^T3uulu5PC<7nk3%Gv@!n&Qey6-yVPZYaRs+t?$v5nS~W{@+3U9MHnLTAWn1pO2yA0qz|=)$ zWhqv(R&F#C2Z$*F+YlgNdWi!hbV3Pqa`>Ef}k!>0U9q7i1qpql>Ha4v)j`)8VJ$nzD0Yu@fGE2~iwZgd2VV-7QWi zA`tG1fv8o47v|$%izh20C%g! z28L(Q&?STa1(yv9H?iAGi`T$YL%3Hju2*~Ym@}B(qx~iW1nF6?ll?l>b8F!9W-tbK z>9GK?3(4D$%mJ#263ts`_~?MjkMS9|%7D>Sk~* z1ghUf0aU5GE~{SyF&D&ayq&6#LBVh*j~}YefM74{luX8xYrtELcXbYkZh%g_otizU zGY^2bso<9%gVp?%`)>h%1MlivKzt1F9*L_#tZ=c9z#D;^Gm$;|0)gi8snoCte0MJu z>K^69*?B(kXbax)htU%^XU1|!x~mfyDL14>>Pi&ys`%Ol7&Z!}7+r|u2S-9vbtjm2 zqV#sWovOv4u=jNe_<_anzm$n?X$Gq2P2L+<{oI z2DPXENE0h4g%vyS3c6Z%BkRsUT@H(?JHwr#>gFIRp=6E{uj9`d1*#!OtCd`}l&iLK zQ>eQXa&&@{D|M$SefML2qht*O)Tx_>`5EvaM}I0g&rMLynQ=IRBG6dwvAZ+bo5mVd zFpG~|O~MZN!tLjdDJqM2MT3jh4(#Wa(ALpTBr+Q;1pWZWE1Dje5t$aLFT+@v67)AX z)*&Z%vib^@xsiyL<4>=K3q`d$G?rK9dPPzqUrIzGg^_{? z;4c#qWm@sTJ{FWn{fG>y0Lh-!5i`c>;Is&>E;n^R)|X`)?{734sR2fnlETU$$!w)T zs>8voOQKRaE%*B{Fc^bfx4w*a3>g9Isvt7dc;7TNtX6wfk#nLmF}lOYVw_|20aAfc zsK%-e3P<*L#zAIO#`mTNqov6-WlVo}TvWF`HmE!^t_)4Ff$=P&Q4>t#O1p0SkQ{e* zgx=5gvSK{y@rP3;R=RVdHgv{C`?;mLa|c~AU#XfD6obq^c~tgc4E*7I1Yy-sx29~B zd++=R>#mC&9XU!35`HD1rYxXkYBDlw2WkoA9q7tLER`oNvA19s07fNZX9Tv@fQ3*IC6cE*&|}-`!PL*+RWmi~t$L&k)r3q5$Kr76sQ?XQcy* zF&$(G((%!WF&X)6k&w6b^h$A;skd}=b>&s}g4iz^qmfguz?+)21c*l@<3kW1Nd~GP z^qL1wJ>IT!48M-TJIEf7Drbv>Q5_|0t4c$D&BEIX0kRzkL0r7%0kZ?>9Tmlt%sMJk z>v7gcwhp}nxARNg+j@Z8k$LsHm#yilMT`rSaA80#TU?I%Fv%Fzmx&`h9&+Mk_X4^F za%dx898>$E1tak0%E?CUYaRf5YP)IsXv_J{9`W^6db_aE3^yRESTP(s;X7 ztz8|ds*bka)}DrRRVv-h_oTMwmMT0+sJp8Z&k{;krMsG{(mhR8+}!*hRe-KUysE9U zseMy(>MN>OLZBy=PPesG^>%f&r>pc+izcahlTz(1%9?m}&9t8Qq`Jy@W%a=l2USUL zOHZ;*b~H4#@)1dWt^OZx7A73fBzp8!o&`JE)76o2k?MFAIR9OBH82<)UCnkH-2cA1 zt#t6%{=e{2ds}1G`lhCXM@TX5;b?|tw4Z31RBa}cP+5sPXww@HGsulqoeh0?xJJp*`A{s%Uq3%>q zTX!pMBg3?$nV^v*W;SkWYwyMEQ3oMT&~<_;O%2HPsLTxpb3Hc?4-3F2(nzqR55E}4 z1i1V!*Lz(F=eWT_@4D@I0bMUZfbw$h6{E}ZlulF-%7c(D{VzB}jEon|3&Wn1X_Yn) zWU#NnFzf)GCE)mdS|O)zt$yIxR)Pb(0DdPF4DYmTOL<@n?xTe*_0>Yo!7WKnAdhXw z`sg{3<0%>IDfo-NR{gznJDsTf`VUu+5lrP+**2u~x#~v_mGllR6*SVeACN}l(CvEv zK9zbfY*;Wdq2QIdeJrKh$CG15H`lu{pgnZ3;;1$HRi#;(aoK+~BP0ELCCxT+bWd}= z$NRPswkGA_QZ3c`FvCG5M$|~e8Z8~>ovOYehij?9$PBRJ(Cwpa&43ClJ=_`jk+!8# zP@pw$@2k<)N1Iw=lqV!2G{)+{Y#NHo2;HEyAJ)Q3<@}4RiwbhR=K}0`u-Mj9)~N1S zTXioLpDpz56+_Tki=KHqA0Hny)E&=YWmp87A!P5FXIOjQ;JV-XQnQOs!dJQz9YrFaexp0!$|eJq*clHcrNx2pnf3P)RWA$65)+VXOar9mG$ceBj%BV5XkV7ftDS zvbimdMXzmrXG43Ek2>jSOLt-MX>Zt;?C5GvIbEB2lYAy93VYJM$yBFVLe0X8XPzdp zUaAGpY3^u9QXY>~fr@mpp}Dz7F?+URUB!beS1wvrzjA4EP5tsE)yd_DFI>B9k<-+^ zp}B2y5?f3snZy#>(4I>6V%2Qu>BV}PPW5a~H7663n^2l=u^Lt$wYQ45i za9dbYTDmG@ZB0Y1lWa&gv4V1HvT1W~J6tCu>YSzx%2};#>sz&}aRN387dop~*2kTW zu5_DJZngy&lTFG&y<0gJE$t2I*5sBRJQpUTJ29n+W3;6^+1AyuX={?##wU}#9Zqsf zQ@W?OtD_OSjoyY{_`8!M&az}W)s)o`ZxP-}Os&p%eZh(~*6YdkDYXm=)NkobXY1B9 z2t|phbta(t_P$X#yr!|%X>99FQUZZ^63lApZ0K2!u;hkH#SbGa)!Bd^^x&DhefM5) zQd?&mVx>9RxUDyp?CNPo2KE51=dVdFIDGl?!&lhBL+G_N zBaBkb>pAPTG_~rM(Oy)t!a{@Kdla9+18$NdXwFl zF`PchuFhm?D~4N*aHihW+H4Co&B8$lpo~yWbFGO6JW+Q;vN_#^ncq_V6}%dHK5oNy z)$)T4jZe!=5`A|&h;^LJKJyq!pJFU9xH5M21sveVv<9|)Tji?#K$SM z3Gvo|ENP|}rU!QFknc!!AcbTV)-*TS>EGV9MbCbHWP*u^WV$uko^EVuL&8;)paDuu zCh2>O{J%OX(x(Ed`W~l<(Wyzn%_{cIltIEHjY)zCgd>}yo}^7U0)-5 zloA7#sLjO4kw|7XN>rlh=tB55ZMJjHtOyI{Wn!~M&GF>MO-SL{p+|a3Vrgo^F!0IA zrWzt}{=C(T=FeNP&^BU9mWp<>S`aLPsI{{N`9ddB90p2(I)@8msyWuw+R)?Jslat8 z+0w8fg<;0AA~H3W$v$pQHg#c|ZpA=4Et@*+q)exu>!ZkyuN;e#%WYe~$_7oG(rcP zFKFmaHMO<0Vf8huvU*H4{km*fvK}kJnxj`PO0GD3)$)1EvbMz=u(I{`v~$96q_FhE zz81JRV}1fDGr7LKs}Wm{wvO&iJ*i|j9*d3i+uGI6gon+C^~BnFtJY*zdIqIh7rAD3 zbA!;@h1u5D>@>7Cb|BTXbS2fCnUC{S+(KYNs=YvCgIGu~sZ5+7kWAxPx-b;2&G3(- zhCFL>lL+rPmM^^yXZsY#DwdIsH!A6d&StP2c)ClCJ=20s;5wVDJ&PTXo`x-I+Ue=0 zQYP0t6!R=ZveUW*d!K}j4$&lhs^f9VinXx?)27AL*_+s;4(2oLs@l`BN$b})H^wF% z4g}Fz>pM3=Y*Gtjw70FRa}qWI{6=vLw|tVubIaSBdM9n}YH#R8MxTTw6QR-GOxd24 zT5~5ga=j*_vkUs+@=17lc`tN!Ve(+;nz=XR5DQPq#W0QqP|riPf6Mj_&NtJ#KE5Ek zaZFdM<0gX+>Fw&pJm6|VE7eX}EhH+W z8O=;B?d@t|Kxt-SXu?@jq#!0}wUy!Awxa5s7grLMn^Z9ZE}P5A;ohQ_J0?z1qzt1^ z&0TtNW4f;&<5;th*t#~f>1=0AVk+TGvm@7x*_iDz))=JA#r4Y;sf>vYTyt8bhZ^-M zw&!syAlif$oj#Djk}7*95fj)A_B3<)&}zMZ+tR3ehsM;gLb9u+g^R3-6wH!Lq^RJ- zGOS`x9N_fX=hf&*tB*J0SZ_Eu^na!|3Ax6_v6je?N~U^x5a$`;cuO7AeNQsp*eC60 zQnVb)WcOt39JueuB<{W&kg00F(55$RsgCa6ZAg8{m1<9Adc1n!^5qL`V&ITqHv;El zK-B(NyHR?)rAf^L?GUpEW&|~-He=&#kqSVh#LTgT9tgdNWqOlbcKCwBlB*UiSi5R< z{gI23YqFk5)QL%uz-+YkF3l`*eU?->QdGuTgk?@07iD~#s1w;Zfdz-o@9ffhSRQoR z-9=AoqY7m#(ns5`MeY&Gk&PL&$FM{?LuW1^)~*bZdNCTBcdA79;f z4aG6O!)(m$3+D|sDmcKxAD3`Qz{4!H?N7wP<|I(7lsXs#1AFD(t}RV!&SN{@f#dcj z9lDu)a|<#fR#=sL*ad87)zLpZ(WH}epQ8Y^_-DBK`oUkm^<6L8pQ@Jf%U=+ z>e{6X>NC?_9dPkj498t@{gqGys$*7V0oZ~;;}$Hvo=1av7nRK}I4jYF%+`vHN<#1t>c$Oi5;$UcIpX@Z{=c^Dr3>I!eMZCH7I({HRf*%nf5(C+q-6 z+sfYv!3M%aAAYMOm1=L}@qqFHwoedNR*4ap2TlpO^d!VVY)v)=)Fd*MYqDOinUdvB z#V!ixZPbYz<7(`=mt`i9J^#?$Mo(t9#R!{>l4K2!no}LAp7p8Drfu21Y2Orw<)vX$ zFE()UKqRCc_vEsR^g+R#(F9dV`>>?nE0E3>1_)SsGZ zI4-J8v)f7rx!%KL%iYk4YnvGn?KrT`CQ55~4Gh-@Kh4Gqm)fp3$c+R}q|Mg9tJZjp4{Z~h$nXi~kGCyK6bDeISd~9=@rBr zfAG;;W`V`9>5V#5h25{oX^EB3dNCnfkLa|s6{DA#ttNkEsw5G(92S_GosOpByhW?+ zpxYMEbCrUz55sg;yXJIjTT8EFPFhMI;S3=25hfeYdNp-zLYlVy<5n-Lb4qqPBx~eJ zns{}!4jQ$QGmB=XUc6e=i&tm;kVJGNKJ1BBSkQ@Fs&a_hWvS@c!suYa9=!KcnF&E==M2x8XF4Vn zh!~3_=gCt?<{(CHG2$lYnQ#zYK$63WgY~^Q6KL|7J_)4lhYmB-n{lccr{0h;u{z<@ zUJ~7HuGPthS>Nng`VLYJ&P--(j>pwzR{i0jv3-N`Ql_v5rxyib4+xvPC0F)2p@NZ9 z0(l83HB&i`>&}oAHl$MB$p#$P%5$)BoHk{yPHo)8KfD9daZNoqtB1dDsKjTtkUTdi zHar>iH9RNSh#eD7adLa9r?WaxQ%7HV&z9#K*G!t9K&V?QlBqoTjuyCb8blO zUNT2G=BOlrHciS#dwN9F?8dR5(a!TT3zuhi);$=TbnnJgvJ)qygm-X?ZVNMcAD-TF zVi>d8fhSmXU3F&D29ElhkkbMOTd%1TCyaoMi?BV*;CQV*Wu^9l>d-_KiSf)H>a!yU zE_`t;jM;iv1=)G+GM>-=ifcw18#XkwH}q_1sN%WU=Bmc7uHN=8WTPIPkJVV=>JUT^ z#sJREo(IM};HjX4m-9GRoYtGwEiRXy zIF_C*4LGl$hgzSr7criY>rDddO?p#fS2qra*Yl4k>arH;FMU{Zz>%AYn?=j#Wp;IH zHQJWKInPYUuFkC2_Poair0DFDnH`txil5zRX7`!dkeHmcEP-{#4r?|Rre%1^IF=kH z7I;b>2{pE0*zF$}ZB0mJwS&lNN+#s;k`Q}cl-QFpJZ*~G&06%Ipm5O>w%VP|_OysS z&9Vi15|b;qEJb%Pb8xl-+r|ttfmH<411fp8 zw9g8y4*1OxBhQQLw4weg%gkZ-nQ?if9q)6HjHN-HKhFv$uoRdxyXeWtVBm{XG9}0@ZXvc1LIaN~TU* z!!;aPwf)C|7*Ez_bi}cA$Wz?Xjq-d<0;@{4k~|WMV@aX)>L4a7g5ylHR++!%WFsoQ zt&@Lf;MpW0FXIWT4)tY=6IgA~L!=9n8v2~bQ4^}Q3->(gCNt^PPOw!gme^#c7Ssc> zH8vo0Q1%bcDs$tiH6}52x|+*^TBq#acC&_KFR0T;Yq$8bW`b*pJ~gMj!(ZvtIV^j| z!PLWFMbx^;{c9#)s^I0RqBiV#GL0o_vFPf*YpcI4iUK4j9&gRl`US)b~qN}hDdmc+5~<^je5>u~}rP_{OXz|g~_`9nQV7~qh?S+Zck^w{{O zo~|^Gq`TTDtymJnU+pI8%Vj6%ll1Br0%Q7OUuT{AP0(aLe~NVN>P5+U^H(3fZ0(vw z$z}Cx7Ok4MZ1t?_{CV^1@rep}jn`l5SJfUqgn1n@uNk!0BjeJ<%*)E~ zT4u`F?~%aw7#`($o%04m>r1NjMe)4ud5_`WW7<*jz*E7e9^N#G|LTS-UN(Nb;oIw? zzseq7gH3zvwb)VyZ1bX4`^s_t`lZGE_QVz5nzp*M6dsD9f%(Lv7Y?9t&5?L{4sKNt zFHenQmf<*d9mLCX`U{Hohi8 ze(^EO@f_R>C|(}!=a(-_TF$@%gkS8`j+&`Kz)nMB_XD5cYp??@#PNEn4T^-!@;N|#>Ki0?>iu7 z(a{Do(%KBhym)?I^`w=#u`i;>J4VQ z%M7MH$RU^M?NZP04WG7sWH8&prKGAY>hEtb zb;gJ>O_&vU4+!la4;(j`b&oKZ`qvmtJ$zDDDYfj)Ln>gzHQy5#3t1(qm02v2u#)XH{I!XK6;2R zxHW^Btt=mRu4R5_o%XvX71DkyGfChX0?!wibHU0VBXFz0oC{WFv%n_{yj$R#1-?(< z#{~YR!0!nBvA_c`zP8U#|54* z@G5~D1?~}ehrmA+_;G<>7WfYWe0=EdfS>Uq-zF6QJ1^%_b ze-ikg0#{=qTHEFdyi(vZ1^%|cHwb*Uz&{oEC4ql0@J9j%F~6-1{RKW$;9~^-n!qOs ze2&0B5%^hw-w^mO0)HuRF($dSXSl#s0?!eckHoX`NrCyiCd=P0@KpleD)3JPepcW& z1pbS_UkY4|TxHuDE^w8=a|AwI;H1D^0&f@iE`c8v_(g$n3qr;QKDx)+GeO`J1m=_H ztju)+-zo6B0)Hy7y6oNL-a*)oT0P?ht`m5v!0QBV6?m(_I|aT};AaGWUEmJ{{h6+4M;8_AM7x;LAI|M#e;BN_hg}~nz_(6f65%_h1KM?re0>`mcwf4^!c$L77 z0`~~KL*P9EUn}q(0zWM9Cj#^57OV{e1s*5xaRRpse2T#53H*@2zYsWt&8Tf_kibU> z+$eBb;4=jNw!l9Z_zi(S6qx%0+it1AqXe!Mc#*(I3cOz6tpdLw@Y@1^Byc6>leJ-v zz$*nlTj0wCzFFY61^!6jN^JNt`UPGoaD%`-0^cm~j|6^3U_RB}>i>(tb=aI){zid! z2>gJ+PYe9Iz<(C_OMy#Dv-(E}92a-S{@DBw3iNMbZ z{9A$lCa{N1xox*x;4uQ9AaIw!d?b;ryIbIE1-?_@M+JUK;CBT6MBr*1ms|bw1YRX@ zlfZmnyp=yw;EM(RuE6&S{4;?AIE`ZUlnFdq;K>3n7WgQETLs=G@HqlsF7S&2|6bs7 z9Qav#ssx@XaJ|4s3fv@cx4@?g%*Wwd{g()Qy}-8%{9}P%5%~84|4ra81?G=0+qR+t z^EoJ%KUv@f0v{o8Qs54OPZs!WfiDsG27&Js_#uIx75H_5|0M8d0*Cyp{rv?VC2)dC(aNt9n7{94 z`P~BZDdv`czQ9)qe2c&j2>hhLuL}IGz@G@5i|2vbw)zXqA5*maguwF!K0@FV1@02~ zG=aY*Fn@>3>c3gw`vv})z^@4W2Z28pI5;e;vs~a&0>=fOC-6#vlLB`Ne5%0b3Cv#= zuzk5n;QIuALg1GLen;Ss1kS?g;{S2z-jb=L&q8z~2-2 zUV$GM_?H6zUf_QS?8UP7lnOjT;A(;A2)shz;{|RP_+)|45%@a-?-Tfk0zW43O9Hm|9~Jlof!`ANuLAQAMmFY)1s*2wB!OoN ze3-z;2;3&{R)N1M@Wle(An;uRKO*q+0{>Rv4+Z{G;G)slehn3PqQEl*K2+eN1#T61 zi@;|I{B41+7x+$r9~Sr*0>3HnUj+U_;KDK4z6=q#Lg48F*9*K(;PnD;7WhnoFB14V zf$tFbA%UM0_zi*oEO6P_to<>8CkZ@V;3WbdFK~yzrwV+Xz_$tfpuo=w{JOyJ3H*t` zIpeZ6j}SO6@N9vX34DaW#|zvh@OFXE75H|6e=P9R0>2{gI|Bbn;7;5h=H zAaJ|DCkeb$;EM&mS>XEweq7*}1pb}Ce--#kfeWj$eHkq91c9dtyhz|?fo~P~M*{y$ z;9m;-JAremvo;J9c(lNW2#hNuGdUC21!wR~f#(anRNxf?uMzkdflm||S8!+aw+q}O z@K%9O6Zi~)&k=Z+z!wX=SKw;}-Y4)61ink)`vu-F@M8i$E%5UKzasE&1b$oK_XPf{ zz>%7)e+CIWMqu1Smhs^nftLwHMJVjvKIGO41xdPuH@GS!0EAUTxNO~5FuYF@Kk|k2)u~c=sZ;56~NSqLo(+CA>SzQ27$W--bQS6 zo<>}#`*MzuIbYyQ1ioD0>jmB?@ZH44TIY|5gBtG#w$}^&Qpo>G;5Ud(-A@Gnp91I9 zW_9Kf8~dZgW?Y5}JWj|@6c{%qD0^~T$C)eS7Ye*W$gdXoC}8%559{p^@*4%-BIGY5 zHvRg(!1oLMq`=P#{6~R55xC#vtj^&APZM~Fz>NZ*Ebw-Lb1+mkHW;rK({zi=1jZIS z!^c)7gXapoP~f!!A1!dVz`X*0OW@rCUn%gl0^cg|odWL{_)&p>A@EBAe=P9l0`qyt z)(^b?(Bcw-%LV3jdsb$+z+(mGwR%=&vcS^>=5H)mnNAvm_Ni|<<<3IrY^60wEQ0m%->tE{HFzeUEtpe%rwNOjq+83x2;DToF^OxpW7pGaB z(**ve!6U%mV=zu9Is8F)$`fBF@GS!K8Z*k!H$N8maf7j~cb*gYRfDmtI&TQf>(HoY zI{1G!coy&{1}_5U<@J;y#-mdeUIR=X-^7CrZU!DL@FatoW2Oi^$KW%;Un20~2A>Q5 zI)l##ZZP-~U|#dac8Svl-w1q)z-JnKH~8lZe2Kw71^;S+zh^LW(j5XnVDRt3e^lUS z4E_lG7X;=tb+nCZ+5n8_an7nZPd@JRAJi4W0-5 zj=;R$k8P3vslf|@zYsVV^P4jD;1?OpxjxX~!+~Q49|b%?;JCr-!LJi|w!vNCFEO|W zc%{K70k0GIM1!}3-)8U*;2wj|0X|9K9R^mDgX95>i;@pCu=<9Gg)4A=H$0Eo=>jhhc$vYMLS~h~#~OSE z_{|3I1MU!bv%$Q-fe$mMoy5Fel$iHBoGi#B~Pqo|1V6PX#{I;5oo61a2b6yyEL?0(TnB{LGijO$A;E4g5Nkg6hNa)&9!x z)&7df9Iw%M+r3S-z-qq)oB3Lbx83t_Ew}hYf!hV%D)1Qs?-F>g!21MdZnFCK3;Z;( z@xvN}G_Afl)wl^ywZqNiDbt|ls3&VyYTVG+*pu4a zrx?$d=tDQ)nH%eIldDwv6)fCkjApb}_|B>1!yEWa&Px5m8@t?6@w(EW#$gbTHx_`+gFYOxLilw12xysYp~EVhGTfMKIItSDrWI*!qz#?@bINx zR^N%BWV@H@;>;(@_-etM*v_&4B*)n2y!+qDZ8rL>ebi^~rUg{};P*y@=aRsy9sNB6 z-!Z&71#EvW0+#*Q55nFJi=vD^?i*NVF5Y~72z|WoEe4Dfm(j<)u+&$AN+wO9B&&~m zV9MFoAjqw=1isl8U(ew!+kFik+Yeq0Z;lts`27dGrM_+yoHZFt^Ri`cftLFAVw1IS zjMi6V%Bb(}c-uOF&d1XnXO|ruQI-oKDR&kQY`A{dmxVmXAlrQt2NvDP(=iA#rP_X| zd%J99d~cqE+%IUWuipXsR$iu$kz$bLxg4ucore(hZ-hSSXRD7fB<;H%`u3w<4DbGU zTYcQ8*g9Z4UqD|P>xg~XvN`~%ulaJU#|ZEk1P9`6^{M;UK-)fUJQTlUI|2;zqCUR4 z-{H5FdvSx~j5RX+vU0}*m=v!{KZji10dgd{*I^y|iemznSOVX+>}vqBA34`&^TrU! z*?ydIfWGw}CkV99&YYVsaHPzMC;&V!EZ7fzh zEip~kI5B_wqGgNqkB6~E>O3K%mvr;}_<#}2(ah3^I1}(qZ#bua`Q?|}@qR-M0^;P$ zFN?wc@JoEez^4qpzWfC5zmVX|@SQ31obiGEF=zZ+vC%n0KP0^~(Ed3%m%e-TcS`X6 zop(uuuR#ocCq_C9F=t8xpUei|Jqw0c}}&xr**#K%+;poD$sI`HRgZ8x%PTvFk}Wq za`u&;{B*(4{g2H1y5qbVb}kL<80kXI?a;K3jqjK+|F)eaSMOv`cC@isa3GN3+}kr? zaLyBr`$j@fq0qB)B&39zc|r~QvtzM=k9f{9$B($B#S0&9r_{czWme2?>lSPbt7)N`T2b3t$g?SdCv3sfot=KIIj!LQ`+NWqH_}^OB<){i8N2W z*sb3a$M7ybF;TL2R9#^HwGOI{|J_{O?(c?v*t%n4Xu#qxmfZQ<>N7{|cp~=Z&VJ{d z37MVY>gz_F?N*<$zkBC`lb`t0&izkZxBrn554u<1c>34X*u)=+oyDg>FgEw-m}De{ z$F=!;Muxu`EyvJ7(WT)@;XiCEq{_hQ7X&A%xK#Y7cK-6!f9HP2$me>*;Ky?oPH_rc zb?-LgpD)gm98T<_SRX!f<5%(j;97olANi9q@_qSgukaQ6u^eXfzXU?fVw{l*Vl60G zf((Bnc3ihX$i4z@F3**C2}pVsgP4=?llKpT6$k_)NTq>5=)xEjP*jMKv9E@^_Vk zUaaY$=j7jr4(Be>v>U*0#N$DVxl0Z0I{ANqqTG5zqa8lJDfiHU?Hr84!|)k)igIXF zaZc`GL9$CeFGQ7PgV|)ijVTx!`#vDV&cdhnF|5r!++&rZoF2%BazfF(E5Xeli7TK( z{s8tnr=-Nm{~#CiU`^w%Rr#Ng9%ASsCxS;5IiaD3E_Cw8jzIY^Ll-#t*Q2kY;f9Vl z`R7JK#|)kCp&|dx z%c*~?p>v%4284fToT1_C>ktK@@rDkdKDIld35JHRA4UX*4ly*GP@EGQ6ub|fDLn%% z^}|EFozTQmx`$4y&U+a4Xs6ZaO8Env`~isGP~0f#@8tiTMkNf5fY^k94b>XD%*j6! zF&Ua{=u#(tegyOsL-%v?kH@nnPX`9coTg#SJM!skE(*N!x5!) zl=jj5jE@%O4aB6?K3c3RF|hu`Kv|;c0u0niShhn;H4S+xT^Ni5l~S`-dT2)J^1OB` z9fnPJXhl{j?+pzdu4$bA%O6QcuQaq)x-6*vs6owI>8gyBBz1K!G&*@Ejy*zK4UKu$!sNBh(3oduGC7@OXw0)+Og1MQy2Od3@m#dfDTYS! z`#0@5)zEYrlf`L(ighkZ<4MQV* zn<#&Vp)oP<;~Y8D(1?^vm}ky1G$!UZII+KJXhhCPj>k?zbD?1#Ior@ke&b@G&oMLx z{dLwq*U);{<+U?+C#N?|)ldo+!6j`_c2r!Leq{Le_b zAQ(YUN~u{Z{dPv_rFn}`l>Zq$_Z?k{*+ON!%QVewaWa>Q%QbE0#3jKKsg#F%_57z84%g^PgW%qEbnmsAMma6JDtH5xP?J`2eMZT5^PZ&=-pU=?cYu=b^-*$T z@I5M_CavV=jFMaP?!p-4^ZxzNZMu?+iP8f1hHf|XF!i`4Cv=CQhdTLl8TfZFb<)7XLJKSBNX z8ybP}04K@=hSr|?LGW4hq?A3?oqRCU$^Cgz*pt7MWAu=zgiih%6+;gj8l60u(fEj= z(MkSsBlM`Dku9!f{ht~do&Fq6g&s3BI{gD0`M9BxEq=^A`Glbnh@I5`Geg5EQ|P28 z4UO#4FcS1rnhqdate{h#)^rfF-Q()${Srn&uTgcv+qu}|D2{> z#Ap|@+b;|aC-V=lq2~<^CvU_KGW3F>;pDY3&@UQVJNYNUS{PkQPirUtGUMb|^L|4o zU&)mBD^m$h=3P^vUmF@uZe$~`85&MLo+<8iL&M20(8<5ibS|92JG(<~7}`#}H#MDy z6!ZoM;kTwfX7|OMLvI-xPWU$m<#(D!e>taK34X>-uqV0`zt42y-Mj@znfbTTGk?^T zm_jb)I`E#MVMIPh>Q9Eo#NEeEyl-gT$RC0yKvOAO(vAE%)5u@*_OX#Kxmf%y+sIs| zn7?Nm;WH*e|Hw9SK0WzSpGH0mKEg)Wl5XUaOe3G?eZWR;VirtHCnk(=X`58%ukVs&^<`MHeZp@so{>|#GR zcn2z$vY)z(!?Rr+>E@NfwFCJB1EEn?({N`Xe;Oq;+A`3^DfHeL!w8^9=f%JnYbDU5 zHIx`<7|1zne1sdUg8oukpc|i%ZG57e*MY+F&pB5onTl8?%hf7bX&6{0%aPliP?ceD zorLNNH+T+JQ@>VSlT}^o<~>2x_4o))K2Y@(p}LOKV`^X32{-tAs-}LedRkWXOt=jD zk@BC?`Lj$#%n=>jvkk)p_YCwO!lhKFHOVBZ8A5w{ej;)-bRD(L-z9;4N&N7U;&0&o+Ldn^%C$Q9hoU8canT zAtchER{G7_i}*HVljuHFdkeA5jz4 zX-%85nzp)m?_%N9lYN`eG>eJlB*SoF?jf+-!6+ zbcSV=Ips%lCvc`^Af;?%9Gztu{hadM9Jy~=1_t{N@J(o^WfVK*CsD`QhJh%iBe&pZ z)e$zO^rm*?xmib^@8)erVfi_%c!8-{Zo_7mVT3WO&!og|+ZNK-ZS24v%Lq8-uQF?1 zXc>q!wSl|HGPE_{a)TGr8k(f7xj1Xhcig=Ghz)JcWu_vn`70a0+-iy-_E0^v*DylX zyeq7PHSbExu;yK58P>e3Ekm1ksT+*Lf>PS3&AT>h-VJVEH_fYJM{l$hvBdm>5%XQk zumQc#Fib#S?*_j`)zq(5-;`DTeK&7DhP!+p^VAQlCaCUa{N8FAP<=iF={Czigiqp( zzuhtr;j2f0aff9f!k2P=yVEid;YTo#?y?L-_;@P4+cFU04{}o6V;P8WwYmSHVIa5} zS+}^sB#bU)w{(y0%l7C;ZeBUG>K;94HQ65h*fMO7eqtH6NBb?q_UIwYuswR%GHj0? zu?*XzM=itl=%xag25Vq+DZ8b6^hCBtPq}&TWP0?p)nt40jAhs!{oFEa zkDj#*+oR_!!}jPGmSKDJyk*!PyZ!FGz<5B$B^MrV=+6k*vSy{A;0%2a87g`YF3E6P?T;_$tLOks9d6fd2=R=<`0z>G@81&QnSqJnEtq_v?<;ev3;6rxp&y5MxL+II%6-_& zAs!ajg}HqQy%XZ$+stqoiNAz+7&JHRllU~m!_dqg;ue2pbTX-!8{(dOO>`JHMTfW{Zco=m{{Vl6;%LaR0PZuByGX^p1dj~+vv zC%7T*F+YqZNwvBmj@mz>AF#JwZiu_EPors;ZFWQ4O8v|KE4_Q38{&4zas6*m=_PK6 zi+Yah&)~7ob#92OYS{HVxe(m!hPa9qxc<|Oqx;wgU$3H@1YO)hl(w<-KL zO)hnPK7lFpcTFyH{STP~{-Md0u3y4I{YaB*Tz?eFk2Sf@^@nm;KhflIuHQ`ZQ%#=e z`h3P)=rc_=yZ-GYKi6a{ggNa0)MUHsKSuIjn(TJ{k4XMolfABA$RYbelUrRs$OFkQ zHF=8b|AadqC!l7?>8_t-sjJB|T>om40Zs07{Usc3Pm|}l{zj5Hn%w33r;!Y5@*>y2 zh-9uNFLiyNjtyyYuj@zX$*?A`Mvs`L@-%t9>z_q3Uz7V>|3n5-M3c9;{>3BZ#2@TNXE3SVABWIu{UqgtJ9HhxNU4K7AC927{U7xo& zhI~!Fi&;i;uqNMk{TE0M(d37&|0c;IUM6Vs#< z@LwZ2LX$ZG|Boa`YBC(~Z)W6-(quuv_Zc~(HCYny$B`VP$?|}I7`rf5lY;{OScb|t zO%4h8-zPavmQ zHCY$%PhnhDX>w-3f1G5sCg%oxK6fotqsfHfYrv0k6`Y~T z_JF^g32LS$y953WBxh-|H{jnva<(S72K+`YICC_4O2Fq$E1|iXJU!sQz|wh|JR{)0 zNpij>cLw|ixj-z?S3+!gSvNiNdlMFIarl8ZHYX~4(HU@U@~+#B$D<3ebu zCa(_opOdWD0LG@|J*KMRJ)YZwvUmEe+2w*u=E5?ej4!Wu;B?MHTkcAzl}q7q9$=|$4&-PgC=u4 z|9X;*nhbmX2@I7cO%{0mPe?Xvvc&VBCYjP?x#z!1vPF}FJbyPsWxXbcc>V_@TQwQ; zeBMMCYSZLs)HBF93DIL2(lM_9^gJioVt37`^$qr4{dj3;Pxt*G<^ZaVgg)U9b z^!yl;Tel|Xdj1BMZq(#L&p(4?k0zIT{&Kfo<pcG+2jmt_9_RU=k=&}u6FooI1-VU=&9I8(Nt$f+{I^J+tjTuIui=26qRDR0k21NP zs>xn>gQcfwa;xY6j>ElOlc#w8bb8}-O`h)g=W_JFuE{ez|8~QMsogsQ$xnRtI1nD|1Of}Y4SGDe~9F_GQi)|A$mg~#KXjY;b)9^1UPsXqHEY#Y;02i#m>+Z>E9az9*_Qp@%hf7 z?*>XKFzhW7`wVdlEs^ZhoUQU?LDx7~^ z-pioFr(#!>e?y4PJK^>ah?|06M?sF`osA~)Z}wQtn?!u;;Cf(OiT4W(gx4Q=F)|?f z7qIfafiM{qsR|!A9$Nkl*+@+pu~U%T;6&m|eNOmXNJZiiwiOQZ$=#87If;VsSy)pd z@xdfY3X)r$NFvgR>g8};0N;Z@Mk74{%6zo$@WO+UbRyH#7&&1+tS~ZN z5jo)-V<2WIA{>4O(;zZa5e4D77^BE6MU;g30My8AMU;n!VP6=TqliJ_jU?tOVo3O> zi1x@lMZ}yzXTsHCH*#or`UHR<(}u(HiD3hFZINYpBu*c}r?Ey>(ZwKOR|1?1cNV;!(NuP)_(*wze*B52eE2MTA6- zj(rcrPWX%J249O0zK!0ZoP8ih7Uj@ic{PmO$foei;DyI=ur~K2cEa~k?-tz%R557s zwqa;uk?(|89>US=b|RORD&c};j}y6Ek8DA5ixb(aa5#KF$MTB2IjCF^-UKg2u2e)( zL9(&MiCoq1Rx|=t65@IVl zhC08Ybqgg5E0hesr<}{od)8o&;)i^acjfId1;BpvFg!MyiV7 zqybx)7-d$8T%f7y=o^@VkzKmI+UUJ>^&YouH|o_zufgn&T7Ui?{BUia4&!9)IL?3|-k*l>|-j06G zzF*@GybD_1ffygIrRSb3JRQWu z@OlpSQ+bzxs4l<{&^wWzt9EKZU|^nAHqQish)u^*D+@Gpn>~|Z8 zB?b7gRVVVYQm{1K%GmjpsOBbW4Ao@J1MegV{s1j!|nQf?K3?J2v_Ddq`-0*Ew zdlu*Dv94ZdqO&=ljS&nlb!e(C`aM#enwlHUq0TN%Ep-MnY`S2h@yp?X3a#-;FlpZr5YIVoB@py*$qDuxt;sCXXk zbSrj3XP}}Sxzwxp752V46${~@UI1k&dyox_!a^_b&0Zydi zEiB6g6^~#}6;^x-$)bvzkuQoX{)W}2q+&MQ*RNs&hOo3^KL)w1ViG>fE3Sq9{uTM? z*no<2kv9ictO0*e#oOpmv|@kEar}yZ!=AwvheFSgia#SzhgRGOnPC+dz&FDyBG@d& zDsF&=5f!Jwbt4_`As5Y0_XeYTLH02;y0|*;*f{K73AM#FW#__TtmWuKaa<8@I1mAm zP(&cS8$(}Qs|YXL3#G-A6_FDjfgTi3QA9AzJHLvjDk3*r4eN{R6cGydLzERyQ$#pi z4xbcHS43WzC!dRFlx=`D`Qbxgd+|(FQW%~GXBN*=L{az(c(8c3B8tPe!U4r|6j2iX z8hTnhR}uZfy%@aWd5S0v{{`JHp09|q@Skbu0!5UE`HL^b3l-77psi=4Q@ltK1H#v{ z&SFIj49}#YO9qE)FalxzI#%)0;x+Kp5bo8B>(yR8<_xCyXurt-L3-B1mBUW)pk?seSx`7FnbaK_+Wbtyio+Z=b1+R8KO2VR9z?4rg& z|7>{Qosqvw)kl=z+uge=qkqO+;$y%)k`hHZJT$23LFl;^_;8$)@OJl}UuzAjn9d4c z2lr&WVe;bKw={bZUyiAcsucF*wKv#;GSCDY3J4jU#Hk=6g&#v z!+0l_fcO=_D|kD#w}EN}aHr%=ei3-`6a07(A5-2mMN@wZ@E6E@fcKO?fjAwY?tOs3 z?v+zN#djEEAHaKBFG?PQd#Ag{gwjr8>}F@=boW?@O?Qu*gP&-2hLmn`29!@4?>Ym@ zMim{z2_4L-*20OgPz|rWhsbh^mDhN;le_oIDb{Pnb2*GBfV&Rw_-V##9=#UB+wB*8 z11?UShl2AUaSqr|kiAOMAUCx(L<2@u2Enej(-<`{?<4x;?n;A4=V>_H^)2}=0jh{;Os zJD|2hE~@Mw7yOud?*wxhius$RiSL4F07xqNhd^Bh`H?HBcYJUx+?@C|n43}DOZjI( zoC|O^or1 z3<4Di#gvK!|H%GyqTp^Aa3{Mk_aso|0AYTVP^=)B_$HW7qWB4lI1^dq=43L7Qnr`# zQ)iN#X`Hyfh3xBi&%MwztR^lkaB~Y1*MrHM_W~;7=EVyE+q^-$Q0y^g=OaaeF-M)x zSg;z^0>^pf9tThr9p}Y$(S5AB3Pl_%RkTVME&MC2N6GZ%(CIAr3~O#+3FH_nN^Xgi zTVmyIM{W|bRqIt;EHmOIYwD~g|?R0P6V!)%Og%_(Iq26>@N41tCY}gA+*~F zJw6aZ+Yt>`XnVEt)?tUiTTf$bOPpo%p@{E(6LOIb-7!UF5wB=)(b|Fi+!9tF?L;E8 z!Gd20I9}28$c)IeNPQUs)|6n)3yyWj$(^jeLS=3wqUBt0akX={S{8QMjv3iY80xms)NFj{T==^)~Jl{O%Fy(lWEGB{_eP_ZhLG{ zd1hQ0nqmXvSwy2In8uZM-S{Cn?(7J?pY3JEc+?vLl@lx7IZ+z}RNl`m&7C{wlKDy* zp5~Vw=D@%o&PUW$qJhlN8(vk!U5g?-@HJb6Y~NRRAIeGBv*M!FcDWfG8 zLc&yIye~2m7{hTI*f_VA}xshL|?`< zghb}0R!?UYzmTM`MC1`WRDjYMTU03slJNeIGy6S&N_av3fcJT^HK||vx;Bb zdH2 zUW@`Auo+2Q8x7`YyoH@cTsL%SBRrzA<^F_1xVl42* z2TlZ2mePEpeqrtYU^xj-_)G?it3dR z=t-s1Z7o&3U0vFUUgjq-REIR9OB6%mLE zUCnwM-2cA1t#oiu{Z9|ie{UnZsk>NNnQ_(sRWDh|IpFDtc<^9l6K5g$?d_GVOlryI zR7=CA_TFUgw(e9KJS^Oa>#al8UqXK z3!YrK0SHPm+JSpgnBpSN56|rh78p)WAXuL3{mjh^u+$4Ess6Um4Z7Yv zr{Ve6E}wzzf;0-fJoiAA)a3oSuOi%gi!78K81X&<_H48LveG3=+V$>G z!Z5B+0NiosHf2Me?M@hla1iVp;C<-i(A zl;OZ=Gy@02()0OT+Uy7i3+m)HmxXIt_iN_)rQn{h*$-x-^1 z&%n=EaF({9#40I3p=#G!vfP#!OM3cA5_k^ev26`40Z3PC((5f zi+K;I#_DRk zEfi_#T<=8{*|LRe)C7S{*l2u1iD->i{ckk7-kX`JvPF65!10Bipm(0mFNnhcEkuYh z7&G1-h}Jnu_@E93M1PP`VA2*+=rz! zn~@Up1)~5}dMsS;29@f9LvcNm>z&LxsGd+1uGk>y1_vtg!_!P@&^x=Yx3gxCfoA$| zgcoGq3YJ2p^1JCEIs;#t43@B6s?+wU(c#=03FiaEsYI8+xpIi_9UN>)@NN$;yGo>wsf)?J9Vd{ zE!~ABy1ijrvZJdx<#cW8P4bb-sMeG2P2#ky-e@G#?G2k#Njxk$iCu--3OLOj4N1!5 z8EsIJPBt_*_c-aclTyiEXXT<*^(&Vq*VHdxQk`6W_`e-xXP9`Qdp)}oMHLN^pd5u-DrH8%IhIei0O!YX)o>W7#vk7(M zLIr+~Evs)zZI+1F^(m=SH65sh5n8Q&8gy?P9`D@N2_w6@lf9{QuhRs7WxbTqUei$P zBpcFAte`xdY}(w*li5O|&S~19{M6dEzEyh}f6Pt7d(P^W^>L@8E8QlQn|%|8W0P`F z?^X^&OM64QHMyk+&zQ^TPE2Xy@NDT$wsm!E+M48jcFAOKhm+jWlS)Avthb>T z{_bQLuna@kl+_S#5#C8mt&f;hwTuVUZ|O{D>((>~MTx0(CYIQH6Ehqa z8X(8Frcn$*O=GRo*w&k59mMNNFtnw!p=Uj!m-|i?VGOraX9N1wg9nB?JUvFlUX$ufY%?y#Ij^-qu1F|WF5$;K%4jE{P4P}P1b5lpQH_dffoIsc)JFub7 zvT7Qe96VXPnjbYzx_vX0s#v5(@Dku*f`|%DqMuWQ@|vbvCyi~q>PA|1oyK9C%!5vt z%2-6Fp*K6w385fS*JPrhyW5V}QT2=Klk?Xk7aYEP`Qa<<$RY09nh`^(=JlL%Tbf#R z%V;mF8!?njZbE}~n2gyLr)6RRYRv@Bl-4xKp~s)5k}YlRDW^Btjp@RVc{(M8S`TwKsO~9k5vi9++bec|g7a>4eg3vL900Buz zI$=j;RS-mE6CJe8(t${lj_HKO6?b$TMaNx65gqq^Uq^IY$8{W?anx}e#&I1T_uc>d z-lh6Or|v!X+;h)8cd6>COcT0&OU=*lYH9g|wZYCUf1pC2*0n%UsZJ?-rql1&?$+EVnWtbi1(q+Hi{Jc1Qz_&Ac$ zxf#9aPD+A}$ zx@5Z3T`6NmSu$*k!KMjk_yBt&5xzBZ#*#TRXDpm;%Qt7{3YD_ffEx&+-u44T0v#W* z{FMnNVK`dVk!mh$THVm)SSRQ3l5A;MgW-&8WCUOge7TiqN}~g=$2jM-^mN$nmPui# z$Tk-2pEN;62VsnbwqA>u%&_&bmTFB)&6*%e#gE)}@9B^V>vly0v%}KU7z>-)#0ZdR z(ES4Xwq(U8I4VI@XR4{Sr4@s!8EnRL~4Yk`S<%hw?oCReqk8!^3TZSU+sdw1gP1PH9F(`^i8m`+$rESs@-sXu_{ z8ksffNI^Xc?pDsM#zKyhog6e8RyVdIvb3a=FuRkSiS0g47tq;|rJ=d8K@1T{VERR` z*qOjEg>qLn!+MVLgKRyTM0ZGFVA5l5wxS7)Pk!n|qe|V-(F~S@c1SCSV3)V?S_f}6 zv9it8)v(USkM8v*TA*s|xw^-ypveIaC%H3|?69W8)ThpRkG6~D_caZ=_X+M zkx{9mdKjNm)!o(5kulAP$~3@>d$4nD+oWrKR#-w8f!#MfC9&P39q}LY9rS`u_$hiV zXEu78;;WZvmJWqEhnW0vIzsDor@PUw?6{)`9c*}F+V0P$=tt<6x-aN%!XDCuoofU& zjs|Ml!?2+M{4zU4ki!{AJ?ByE-UwtSr|S1K-(i_t116f`bxrB?n%0zUp5|8Bh8U(0 zR`;B@V2+Bcn5{KuR2ZpM-(q&2NFlx`MO$>3LBva{D4RsXW9p{|L~5vKaO)cNxCtYw zsbn(U(!zLQ+yTABcL(KR7`T;#iKR`>Os`h=W4+u+U^dKtgvQjCUWFBo82Q*BG_Bu) zbx_|Y5*Ux9PbE`bU2t@9eiDa_u4JMyXXwa|^XrpsnZ}k@7GcytC}_l-jgH|YJI7;Q z!HJ4LFyziyCaUR0tDfPd+B>^9I4T6INtiLvlG*$0Gt0&i<1%O~w4Zv{j<&jNpq3`( zHQIh=(oE%=Q)@BPwn!~uTreMH%c8kqg8FL zKTPHf$}po$Uk`l{*sx&A3YjFDp$<1a(exc@J-_8b)J|QxQimxASL+E=?1DM7eS>5r z=FBY+Zs<&U>@|)klIB!LdC+0f5;I#@v7M6b4eQwtavTgNy7c;4#~DVStYo=5s>A5R zo(_jb<#LzVA_wY@B_1Z*=zd&cL5DPIJtC%Zs9}iTQ=5h^7vxNSs zQ|+p!+bT>zCA1yqa+y_JFzR_(HvC}Mq6yQk)tK=#w4*AVpaF3=gM7?LP$vvS*^Xe& z_~ZDJ+4J^IE?F=Gec~qzDGUKQ-hseIW0_u;#MpvMByfQCRC`nB25uPC@T*oi24|_Q z9ncvZT`#^L3KJCLuy{{ZD%IAC*aGcfHq6U9tch#00iw3f&s>{r zsM-lx?nKPe(Aa7}$aFbO^cVPj&hBM2Bf`nKI6Tc4lC0$-Jk_4+T9xW(+Ti?$0Els^ zp{E-YL<|U72jZg1-%v```@Vs>Xu`IE^>!61ZR$ieBi%~|zrqkADX4R)cT<$!o zHrw0PcEC@3Z9L@lU@q^gn8Z72)MPR@-l8{SuYlV}ri-Kh$&iZv&tXJtc5p_7EfFq7 z^;+00diY3CGg>3;>D2+Fi=E-gp4^hPSDi3DywkW4R}y~DHX$!t6*w-N1*&GduE{uK z&Jx?`S>s}xQFUB)eKiHotZr@5gK&1r)oU_fHb$iZvDN5L#^Ca3*K`jezpX##kl8Y^ z6=^!Vnql@{R@KUFqC`!N_A|9RXySn{Dp8Z|dC5dg)^tg92$sPpg*hW4LE+|s{nolg#g(kh`bp0{K>Fc zgUPv3!bD!k!D! zVJ2I-ja7^7R$u2tLQS~U^_9l9HEPS+KUs@CQ$g5;Y;&jN$~xC6*Jdw6bVOkHGbifm zxtp>kmFi43U_CB3mJ`?u=7^CxtcUkn0Mc+xUD&F`#=G7fvC{`^c#4^tFTR!=osF34 zVc(YXV$SK3T)T18lS>iPZdhsi&8D}!IWaK{G(Cl4nab(aRL?IVQHK)DFahb>{wh3R zNou5XBWm_O*#$rsS|ZbZSPFYWc(G?z6t*eXarDUH>6tMaEgN3AN38RzomlH8dPAfI z=Cn3an?Y=EzYNSGeVnM*-BwLm)yA$kC0Z}LA;F6D9&8gBjI;SL^0M;UWZaVfncImP z8`dw5**-Gr@Ok< z9=9>QUKkrEp_S3zy&^FNG&?i$M?|_?j=d5&7u7Iqt!uzuhi+wk#X&f89mcAx(wS6; zi0*Y5x-vbD=}xTdSMlPHx`RntPOrnX<@{x{@t`^T%<$)wYGB)t!Zxq(yi5Gqg58=~ zgFv4hkh3k6oo{5Px!GB6);Y#!HLJsrWg9r_6_b5lGJ%1M0R@IrOSi@rIDoxMYI7o0 zRyv5Rq-32Or0T>>8)xjk5ib?sPxvh=4sig&h++2+xWGePK|jRkZ8v!A*3ddkl1$h@ z*UzW{MQ5j{_!o!uqJwnP`UbndE33$DY|gphQVc(SwNQ6-I1F8w;rh%v3^iQa=-uR; znSt85FzaD;NkLs;Q`eyxaO_+@A@>myIa>f2Kh*VwY~nhM7iQ-hbzHUp+bGmlTs`#V z)?ox;#c`UmM-x7Iy+Eyijb%Ayhj9>!*n@EGsVUjiz?})a-56auD-BaO4&1zes4o~~ zr=;epp&CxOP1Gp8huVKoI2h#3xbE*zwRaTx{MGjPfK0o{iNGhF=|ra#nDvyRJ^- zITN}_KaAV%yLjPVHmIs$y4R?HX$@_cy+E%<2;BZitEsJi4nJ!2v)90VT@#qJ>R7e9 zQ(OVACxWT~ish3D_|0G5L zbli1K>KeUSWZ?(onj{A==z%$PYX+AFp-QT&)^9HB09cBoY=_hrT-ZD+nc4v47PRy= zKXfX|?O5~(9Z_$rbSRQ@bbBpb_1<1H*8~;@=-93Pj;y_DLqxGUEGp@`<~|0!60y$Q zC9Z)ud(E0PrL3~4E1ki9LAtGK;a+8!Xjkcbw@2%X7wSLQWw<4jcb~7oEGg5FoY&Ek zc9t!flbkVg$-WDgEuE8GFmLIc#WNNx*{vorW9B@3BQXx#sj7}i=GXpTf_%#3!E+Y# zyv011U&(KM13hm?wKvjRIXq|6@aB7_;V+M$OT#~CFb#hX!*4l0{No4@rYGJFzvSCL zBmA5k`~gzQ;V-Mo^emTu0wA7(4-e)go{kUs_KyTVCzF46$iv6}>EY+nP(IV}7ysT= zGRGJm)AOH0_@k^!WB-I8<=~V$OqCVRcldVC?16`$WeFfWVyhROD^cBfB~sw+LV{v` zJfT4x0lvdd90B}SQyu~Jccd&QfWHOFBcR^moaF@6TbLzXk|lrw&d$APwp#WGsJ9hM zx-3fo1#&!+G+Q8h1bi>oya1nXA&!7*r7R=h49^lk0X%epZOMcFJpgyI@qb%9=u>z_ zmNQRL+9wCVp3R2l53RS>(DbhXuTyiF58-Fx#!UDSGV&<(}j)CN5^1XBXh#;5_Q_;nP@n zsMxcM#)I+0=eF?R|CNf_v2f61h?#c2!Swp04W>tLHkkH(#9(HB++cd)+XmC)JajtB zWSV{kGfkDjOf$>i3gA5rE(7MDmzcK_n15IzW?$byj7H^uy2gPfW(?yWqlo$6wR?z> zzQ*9FvBPI3jf#mzW<7X$z%~t^WJozo!!j&Zw!&Y}dGODB#W2nc{Ni7%3bQV(1Nl?% z%Rd+p)1R5n;tpcSp`D4Nrd=kGk1$e-Uu095c^Ns#C&oYA6{a2P3`RB8F%bV@piH(6 zG5P$s{BHve+TCR(a8TEQ1`iXsk{IbJpC6l-c69sT3kU7Rhd}dSU$S^QG4jsFFF!W# zTw>Uh#{zr?8oZytD~OSIC4Tv_c@H6`F>o~FGtl5xfjfzjw;R9w*u3kBaoaABBk>t% z@Ua4KB1YcR@XL?QyP4R8^s|}9;0pw%30w|5I6QpZ0Sf9rmKscVv3&MBmyLsiHg^$% zcvRwJ(^LsORp6NdGcMZn2MWAe;IzPulQun{He)g4rN!F>zEfcKahv9Of!`9C{mrIf zKeD)7;AH}51U_Bhiv_+x;AaGWP2hhC{DZ)S7^gZV`B`z$XcOuE0+U{EEQu z3;eCXQFL;v!w`Y_R42=yD)4-Pe*Dex--zc28&0!I;Ft!_gE z-c{hK0?!xt7Xq&l_y~c2De!iIpA+~Efn$i-R-X|9j~Dn*f%zh8oBl?D9}xI6f%6g9 zZF)XG&Eg7y>jj=I@KS-B1@0F31cA>M_;P{&D)74ke=RWn9OvscSm4nDPZoHdzy}E2 zD)0t@PZ9V6fv*<$Zh@Z=_^$%LEAZC>z~2en7n46*F5k6o@i>8}3%sAejRI!`K0)Bu1^!rI7mG4m))ax~3%pX`a|FIZ z;5!BWSYXbBeE9;;7kH(>?E)Vy@SOrbF7RIkeox?U1)h!hm(}4Yfln9sF@awa_+5d& z5tvUZwK9haTqW@C0`DvEAp##J@NokFTHwnCzFpu)1^$b`MOgD$-G&LA5O|irO9f5| ze6hfM+@zJs_rzHIM}hg$b<6)$;QZn&e>Z^_3Y--9e1WeP_#T0u6!=wvKNR=}f%{>C zZgndYxK`jp1wKOH(**vFz&8l|fWXfQ{HDO42#kkv`TFpMSys1w1U^{cw7?q$K2zXr z0^cg|!veo3a3L17w%lC=t`T^Kz>5WL61ZF769qn3;41}wL*Rc4T!w|K)n}@}a|K=| zaHGI!fsYjU6oJnb_%eZS68L_B{~+)Vf&VS=4+2NA@U!}t2s}byJ_FsRnIZ7L0v{ys z8i6+me6qmj2z;5qHw*lLz)uVOioov*{H4G_Y#3Rc2MRn);Bf-;eY7_He1Q)Tc$L6C z0v|8%nF3!T@bv=UEASHnza;QK1^z*-(Fy9Yu^?5c6y4;7fNm9qM568JoUuMqflfgcw5PXfOs@V^Ci%Ccqk z6S!31DuJg7JYV1g1#T61y}&06e6GO175FxRe=qR!0>3Hn#{&N-aN)3Qz2X9o6?m$^ zdkcJkz^esbC-6xEpCj<)0^cg|LjwO%;5P*RNZ=m??pvO%%TR%L6?lrk^8{WY@G61V z3d{$OTYo!S;L8NQMc@Yoeoo-m1^$=7-wW&w&z3br;4uPE7I?0}`wQG6aF4(z2>fe- zw+Vc+z}p3WR^ZnJ{!rlW1ddi@>$0=JqXnKM@LmEh7dRzwx4_2>e3rnM3Vf5m4+#8> zz<(3?1A)I4I5Hwzm%##83OrHZJq2DSaI?S}fsYgTOo6uwe51g>6ZmO?UlsU$fxi)$ z50bV1JXYYz0`DpC5`kL<-XQQP0^ca`eF8rr@T&s9EASTr2S#P}EE2d%;N1n@Ti_J} zA0%+Az&!&0QsDChzF*)!2>g=3I|Tkj;4cLZREoL?JX+uh0?!gSBk)Fne373zcE?e zh6+4E;8_AM7r0sAE`c`+e7e9}1inV#y99nz;1>k`Sl}N7_IAzczq7!V0#6Wlw!n)8 zK1ARSfsYjURDsVI_zHpV75D>zzZQ7l*sRWF0#^w0OP2l?kenQ|s z3;cJ1KNh&6Dy!#%0zV`0s{+3#@K*v4tj@|ACh$0ccN2KNz=sOFUf`1iK3m{z0^cd{ zBLe?P;5P;SNZ{`Uj*iRfKUm;V0*@DXmcaW7+$r$A0zWSBivqtT@J9j{)nxS6QMc{1$ zUnTGj0^cU^JpykR_)&qM68L$6UlRB=fp-Y}p1>aq{Dr{Z3p}VcYqtu4YX#n2;Q0ct z5I7|;ZZ7rP;uwKX6ZiswuMqfFfwv3%w7@S5{7->D6WC2;btn|LQsD6d&lLDDfzK28 zW`XY#_+f#cC5|}i_!F?bx8z;&3pM{kfxj2nt;?qALtLcO4<;U501@2Ryt$Re^fy5?#h2U2TTt#ebat5)n)w#qWZL14` z?LAI6k#E}cHi7RK=^qmKQDEk!t^O?1zbx<$k^Ws`qx07y&G!O_#%Fc&1TF$*Sr4JC zGV+a{6#`cYTr2QYVpHGg0?!7fOg&Z(l*&NBj0Q!1jK> z#{~Z=fuA#J=)-T2Z}izA@V`X*PX+!GnDUE}H!v}qHzaT&vC(ZXF$=;G2e$V#)`|2J z1)eU_&k=YYF!NH>GLilOfe#@zD)4&(=TFMY93b#mfu{((RA4+& z#@FWvfzKBBW`Um&_(g#~6u5A5R^~{769Vroa8lrP0-qr87J;u8_#uHG75Hg^|0r-i z+QyEX48a!n6L_G&SibmaFctMN%!@M!{X z7WhJeFBbSlfo~P~VSyhP_+^1#6Zj*6KNXlSTC;lcK5dIj1Rg4Ioxl?XKA70Vs78TX z1#TCZFQ%~Rj}Z7Yfj0|$sldM#nD6DYa_$lMDS@98_)UTTA@G+1e=9KG$7kgi3CvgX zS^h|Y`6@okpDHllzi0W21a1&GB{1K=XVV`pFki)I`DX~cRp847=6mmK+`e02zUbEt4VB}UzgZqqQP+xT3gD~dOaoZbHt|IUl8~u zVx#A)0w13bzR~9eVxz-;;MsByfIM5)Um(NEFNgvgnWrJ|03+udfiE@~-N3m<;9Cr4 zmU{($RNy}t%pzVVHoCnd@TUe-{w+4>@{|15Y5colZE0N}DgA>3n z8N3JZ8v?&8@FxQE9&grV4$|kN-WK;Ycz^I?0>=$L2>g)-9|AniV2=Nj1fF5=dhqua zc!|NMg1=JWl)>yzFxQ^@3!D^qmBIaxCT;Kl;PnQ_fR8nJ6!6Ic|Jq>w zFYIE0uP~VF(;Ef8Q{V>--VJFUGk6~G(+1B6{;R=!sn-sHKM?qHf%zvf+JWh#1|I_4 z-(b$g;s$pBR|q^#;3)?4rD1an<{WL2!TcZIN`v__v1Wt$Qn7Y{GXfuD@UM{OB!SNq z_&kHpK$>j^p9g${z;_sYA^5!ipYC~H}E}yKR1~F^ZUVI zuBr18|CyKT;=TgM1dbbgJJM7bd?#>~!JK=J7kD>=p9O!8!OsKFH<)wMeGTUS8k>os z6OVR**BZr=mvh;;B~-n5yM_Q-WT{YgW2xi2>gS=Z0lmoPX>VI5f^y4!OS~a;Do?@ zMJ)3&&2)nizMTaILse&m!T52S4dy(d)8N6t>kP)Nht5WWOMy=k_zZ*T1Lq5TxxhCW zJQitgGq?_zhf7DrL7iMGfTIW>mriRAo5lle)07aKG@R4ec_4kuV)~86bBSpL9P|T= z4-vSH7_ou}$9RiR5O}k|9M^4{s|3D{m=(gY9UqJ3T=ylx-y!hF0)Hp4TGtz2Dn?AP z^Vl+h#}XT#nI!ORffot9QsC7BJJp#D?RXLme(@j?^}E`lHoQ5btD&tr_b=<>fzs7o zcxHR`&nL_I7ybW~Fy|li)qH-wQ_V*vI@OJtjH4Jo(IESgtLu<*bf6r-i0nVo7r?~KpuuhuWOtk%VKbJd(W=Ui$xbFpj{@ z{HJo%1LupZ7SHUJj$;Hr_OR)81A}J&aSn5~-d0P$UkCn&$P~z!i;SU@v(~<~Yt=D-6F@-hI8~&AkS5GMuM8&PT1h7kkOO z2=d;+d3#uS+!vPm?SQ+@x6*WdDf7o(>E7h9!dS$LaJlFv*#zwaJ&mg9v9vA(3i(;E!cY8uQy&*w)M;z$2!hg zPZYm#LH`RkZ7*}qpA>R(z=9jZOVeJq7etB{w_HP1lqGUR`qB z*6_&VMxA_CUisF7a-=EmKV~#eY#M+(n>R80DFfmk18@Fp&kugAD(LgYj}CM=7QHwR zC(o*^fUvDwi)*fNZ@Qpp>jjj0*6NC@2FR0(dYvrSCx@w=o!7W!A}0#d@^zZczlmL7 z3fg>8>;j5CuCij|DX~+^sTR|U+T9hv`KwAEME!26*nF?M{hA_M(W?e}=c}5!-f=k< zt)&+EH(le_Y%1EiiTbm~RRxcJ&IZYqkCU59Hl94&MB(6+(oe|e$%#=v9qgLtf=lh0*Wp4+FZfIkJ-py%b~1#d>D4UU0~ zz~sSWks#Q$6Y#!+*_ZPQf_H$*D+t}U3(jl;&X4w`m|zL&pYQeO$eouTT-67xRumN+ zTX+^ve})hl>{7VT-^wxTOSyw6F_a&?BJc)4L3t1@=)nCBE7=F1R5c<)8K0G`|XQ?vm`XG;CdEQJRB!#2NF9)c!66ep^D7+_)pWkMG#qOb^W4|GD8^ydIj_J*^n=au4H0~8Ja=+y;!RpZM1q;#es&VfSjeDnP z+`DAs-YpyV9@)6}%ErAoO%#wm}iyF(?Gx@pHqcS_d4kYf9n4-^33*b zhOI&`^nVY;UPX9LvlIG@5-`^rHVkK8R(TeAH`45{L@t08mwKyUpU_)g8MIpAJwa(Z z3K>OLdad-Ef2cUn>vLZ(-PLJgw0(-KFmzZsx+H(({VKD zhNk+&u4gQs=?*}kM8Eum2A$(pWIz=m4&vuBWHO2uzg`J;XoXww9>u;+NB)JYN0ivv zC^xjy>h=x>r_e$ATtRFhH9goZW;PExattaig8wfHHM#{C0K~QqLz0y42TttJ5ujRJ z)w21qd#TkbO?k2T7*s>6HB}sYi9Xb-g$#|o%XojNR-z(y099I}Q&z^FUy|T$4_S(tP3Q_kjA2~3(hxT?2u1>`jG>Q? zL_A$pNN)}0v}<{F6IA2`&~H zV(6hx{B2CIB11Lp4sqglVhIz88+vCaJ{4Orky1kscH)~hAwvELt%hOg`o#J@f7J1h92O=KVtfkhVJjguR$dv zqYPc-#N#|)Y3P1VyoU5>Ll-*n)o_T&7(@4U;$M*7)zF?3KLfEPGS<*hCmv({s|+1+ z;(VGzq}tG7C;k9DIWo@B1x|dxK+rXY4mt6Brmr=0A16KwTRM@1p@UBR84q-wq4S;i z`#fK7=ztS1fm=q#8#>R4UyU9gnP6zwiSubYk%@*zONa6!CBgmB(xnT~#Jk{)fKFuc z05&(BV7Kru=>$u#u8r)jGZn#Tze4Yd>|un!Xno*#k?ES|)*FOQ3tmB?l&po$^o7m| zzd@mgjY6h9b*55iT2%>pFC!G1^7>R{uA#Ni*}-oql#;d3y?vnz!y{ms_}vt;ug*kG zzooes8Cnb3CpaA`ODRbUS?mj07XF4plxE9yred`59++N4_BWcKjrYe;9a&*$wDAFD zpbs!K+L(9sMh-MI+W26a?-zzf8=uQIUa9E-+K^8GiyUOmqYbyyG6x$PmI={El7@z5 zzC$>U9Aao)sinafmOQ1bnXXi$U#V0$jZ^Wr=-4eL(=JZ@B09n+{p3SLiVNkPRJ?bnBdhc zgeB=hPVx&mCHyH1c?#Vua;nZ$fMD1`O@C=<)P#R|j+~Y)q;@#yU*#0CDOiXeSIUxf zA!qo7oE5$cr*s?qT4x#r?|ch`Q{-$-;~HFi25Wkbp<%9T=#A$Z8WCt9z5P5xBLcOs zH=J*1cyAw`zrfJ&-bd)&7aAJgyBFL1B16M_>zRLxp>=bd8T=C~!J6nwT{0>PY*BcuB{wNHwksC}QuTW}003N~K zaF3y3sh(Xy-)m?Lzz<^85xLLM@VQzJ@b?=Uz3C1HpWkU3MrS2%4R%4(Qr1LQV!L07 z--r3=H(iN`jSyRjM+|K%@u;C~B_1=ht;FMowv~9o(6$nPFtn}2lZLjHc*@YW5>IQ| zRN|rFL}*&dn&?VA>sR9W@SA=m{$zyMO1xlbTZtD9Z7cC-L)%LH#n7k(A0!cZ$JqN#LI@Zm3YO_wi2&u+En6?!S7fJ)aD)C0}L1TIkol(C@;Fa7qjPJ}dM@YzReu z$O@go-u`2b&~Jln6iUfuYG&lRTI#U;NWL5X8~Ei)*PyHOl@vJTDaN}#hT(>s@=Mr* zLzdCUDSwc2)B?*0I_0-O>qyu#@}2VMMuHJB49p&!;rWq(8~ldaP$jL6m(`}98=izX zthFgJ88Npl|B%CWe=9oADSw~gdVpbID4^&h+l~n46pG5H2O73DZ;;~)j%c*3U)oEv^d^SQ&WSC*N zgPrmxIfW{>j1s5(Gn#C;Wejr4cSDJh3d`8ZDer(rkr9>=bIRKoIY(MXu~Xj3L1L6) z1o}JWcX2$fv?+?5@&g!5M_Wcer+fw$O_4E%QGmvsI2MduZ3;B*F=ULj3^eZ3Z2l_4 z$U~E~lTmF`ph?DXL>^~TXhX)`;5)EYDXpmuS(`Ovy&FCaok<&VyvZ1gI^`aR#R*n4 z+UQzN6(?Fo*eQ?D)RQa&?z)s#nQR%T(Vsc*o?;kzsK8o|5K}D!6^PT+(=5Yv$`>=m zZdQh_K%E=p+M|@U&=uGtTY;Hwcp9vrD=^DsWaqh%jz8OqhB^84kH{P=8rtx2R*^j| z1AS$mDlqo445(L0_2yaz?E81Pb!47pK;LqNp2*&oq4k~N1`mKrrBqt$yCAFYzHWFI zbZf2eB9k!$zdVVf?|xPi{PG7@V6kBY;B`AVomyfU1Dx^~8N8MnMgiLBOpdtAYznl% zt(e6}mRkm@_z;_9f5UK5Mc$_$Sz#HdVk^ybfMuYHe1b~kK+DioT<8X;p%$gAr>^44 zY!#Dk_?3`4F3N7pHs<9lF6XO3@dYqR}$qs8InJO_qWF{5<`k*)oPWLO>T8otA+R@FsUa4zr9xr~Fvfw#zd5 zI_2M!k+BTVDW4AeN4hNo{j`xY#U8^zTQYPW>;_*3yOd3&TW4Libq;sKoVaNRJi=te zQv%B|z&Md3t!UUjMaEH<0o&hu~vv2V;Qjh7#d-tWiYssaja#)_E)jf z9cLM^{j@SLj<*chekQt2ya8m1S7lpKcfd#GL1-=@~W!`ri+% z+-A!_5GrGrJ<~D}gr4Mb<1EWS4;@22er*}(p)1CKakgckhxTD4KF2c9LqDM}o@*Jf z1$7cQ|3 zv|pNxt(JlI3v!uosb!%3_GXCLW*KO|8#ruTW*KO|M_J0{mVx#=h*^GX8EC&_DD(=; zK>O9QGhJyJXul6Qo?c}cXul^J46n8fv|oVT{u;|b`wgJ`UTYbMpR3t^*I5R}xU1<{ z*INc!IG_G}gJqzF@8F+Ws-iaGeUgnJ@CVq0#zu`@7xXi%_PNmeEG} zL)IvNbi;Wtq&CX)CgUzJ?*nX+Kjlh#&JFH@#HAFcCB2xH^j9~0kT2T*e;ts$sy?RPrS^csNBaRi@H9R?KC;6y zwCFcbe~PAjE&A=O=#Sj+aJXyvy&QHwHW~3C((ED)tftmkUjeKGm7#uEPi22kq zFgP@FuJoB@U~qVZ)9BAF1B1g??0;Wa23+q_PDZ}847gquvwUS4aJ?g#+vlH zk#8&mu6HNu75UaO5L{{)*uS$31eXPj1K(Q)oO2_c^9Rd7aCwQL<44OtaCw&f&&e|j zHn{Imuu{ae47hK9jHHn~!$8zvEB?z3PDi>@+FP4CKhIy&h4R8j)6@lwC$XKq7m3WU9L zI4%q|j6fcHYXh$5*c9l#&8co&(6J0%^H^T+9H>-ErM13gS$#+6g&(56hjSh|#$+6d z$iRojMRqj|v@UH}nHPMWk|<6~sxp%LJ%}0YXOTgJcZIuoUon_X3Got@@}dYNK=TL|0P}+A#K z>JT?E>%9lrmu?Ahb8(V4nlArfh?{`ZyuXJ*JQw0-+H`Lu+wJubH>GBK-_g_l72@X3 zT(6N0_>ro@0&+z>YsR>xka%MW!!T>H1h3Im`LZiwsm&e&D7*K{|;MQC^I7o2kK ziA^12&32Ywsw*Ri6KGf91v3IFUFfYXD{djCJXNZ0CLJTlZ#Z(w5&I>UnJQw>L zeRf!0i2eG77!<-@N1m$tOR+fHa=4~mjh#lSLQ`+V&L=fOQ#)e3VL38VQ}4vKv+kob z^+8N^zUsUXd*a8=2==i)&#`li%L}kW4H?ZwtjQZx10tFq9UOiEARdONMt9aBmKP|J zFj{nop>cuYVKi@asHXF9wRAJwBN{g$8COgBJltrhNsns>xIF{!05s=u?Vtn>6t!1> z&9#H*Fnu1D#pZLgB=`|DDdiJT)y7_QxZT)`jtUP(72*x3X|z&j;x)fCX>$n|`cufr zU_DZnQj!+3t1qNFd^&|3#Z2b9EQS0o1iD5GWz8-@)~LBIn}=(Hm!iu=&2`xV)P%t- zYOc$|BUxxw@M;#yl69fu{X!>&hhsF4_h8Z%ovaJNK3JTO3XM)NG|bJ%07s`98do`v zM6*Sw85&BCfxks}Gc=Ss5H^eMZfIQEIi2Utb=m^0)WqQKD5R8{X{BcPO6?skKqcZA zvnKPk5MJ@0h7K8BU}z{ArIPz-npgaJTT67IrUOtqh#6qiT!MA61MJaqi%fc4(O=0* z?`LRSRk;$L7hSCBD6XpT`Pb1U<~**dd`2TIH8d)9G0R(KXmd3+x?Iy}G+KUMa5ySa z%9`p*uJ9}Qi*P$D`P*^`S*bJe(#}3~^n(lyCHUZh=)tBCb7?1PF2RO%AqNIGu@IJ| z3u*8RX$e2iLe4_KiJD8SEaW)S<`OGw`V@W4Tw=xD?eYEyh*5Ki74FEIq=Fx^5SFA1 z@h`DP)8SEQ-uNvP+L^7%Hqz!2D+_5y4flGGyyrEH(GcZm>%_UYAx*Hwo#9oD-lvC)&AaCw0Wy!kGO@5)j4D%tY z@x`p^X*!dKE>?>m8a0<#@ej*5-xd%(-3Y~n#Isn_GYpL@+Kbp5HX9mUawH?*nVK$u zw+2a{WzNG}C$Wvq)mRr-SAXz8+pDpNkk_%f&e7?yo}>?)8vHja!J6nwoaa~K!thkc zidW#Y4K11u8-5tE0LMTZK z`JFH1!SL%8vZD-{9?A;g<1?ba&k?dc_zi_nk{0raFXZv?3F9DS9;^R^&J;ncJ(yw5 zUN=RT8qGrNbyIlz`5Z8w(&_2#g$#Sq3mTz8K7} zK_M(j7xJoK$m`*YaVq{J`}G?-6K5`OaFlt|&}gICtl3*eD71!Mmw6HP=eN=PUhTcz7+8 z-jBiNUs?$|(tB*KkBn02Vn=fN^|7I$bP0pczlGAQ^e38T7yF#SN|5DL*;0u|K8B( zl6O$)9}JByc~22&dz}?)&`YVLV;1&sdWO6&ga4qGR8_44qj~;*NHpk%Pf1`sc_HQW zG5OHMwA(nyN znP0KL4K<8BY{neLz7e+!Y$Qx(=P0!dY_*(1@888T%zj9;%rN?DBMfkZ*P@=Kw1hT7 zdDaM1-7p_uTmBX!)-;pR?g~VAGYmuqnsbU9{G5^~PD`@a68j%Xi@VW5gTI)7HU4WD z=%W=Ou3a4OAoh+CY8jR9E#RzlY={en0`C_jCWJWg_q-?igP0lOguKY>V4hhjPqDWh zQlhgJQR4lROO-i_80!6nXZBP?nfES2mL z_Y#}*{17KJ3p_O$xHQCx!6J{hR7I}~aR6WHoy}>$T_FynE4=mW#t($Ph1phm7ngx} zG!&hP)xEcEAc#MOIG~*1UB)WBpmf{ht)zqgEyO5(nm3fXy&qz<-RzaJoG(I*VrR$3 zaZnDpA%>IlV|?#yw7(l-r`-}eiw-;74Y3DojUB=cS)muqm&abAiAQMas#u&ljnve2 zvA?n(j?&akv8NDHqm`PvE%r6qF*;gPcg4P@WyWagzE~&A+f`HBW4DkRtEq=$&#|vm zY3lJ<(@0R&ntCdB2yHb^Q_saVk*d+u3$e>d)oSXc*k;x?p{ZA6-;k=))Elt~S}|I$ zsU5MwtnGMBy%T$f)C5g^5ZfPZ7oDi7k7G5Q&`r|RXR)u?29q`QRctlufXx?npYNOz z>==Jx{LMTZKsqlr2 z3cu?MG3$A1vIm8j^}Nw!WROpjEu|za#9z;Q)!}NK($yK4)ud_=gw*6{QWcy>A(W(r zBz#TAhcmvA30WbkIumn*)CW(e5K7WQ{F|q}Y2mwkA!d>8SH~>UO?9RQ|3o2_q=iiP zHJKIu-WM`EtI698U2}3YnHemZ3?Y=Hh3w@E**iQFr?gGX%AT62>X?5FD7cM6C`k)h<_lR7e$p3mfG=cZYlq__m36t79sc=u?06XJ{4 zY|>+H%=dzNDNSPvM29~(xCSMaQWLGjDqo31!~dWX<4|R9jn0IZDaPwbw;39ROeWoK zXe<}MW}zL1#$0z1&!-KI$x$hNy;IX%9&&Qznbo|W8+olkXDXDUW?HF?uhhEm6r9rS zY*z2QeQw_XgqYPkSLZh(o_L3wLUc{n2A5GNC2OHa`a+Khe>BYs-KaBhuWB+iJJtw6 z&1WH;dB+(VHwtbX4BD*TaR*oYG}iP4eLfG{Lfl37PBiIZsY9TMXIJlNjvFzecqg0l zSgPPwWyjlO^22$r#hk=D#hiy_55_R=ooZ-ITmLy4^e+vKX=`7`v(rp|Oz^K}OW1`z zTB4o-!Y=f2lRsaf=bd5lW13ryVa3~Q@?%+y!%$@)$93Mvcc25A6z8sSf&+G}fsPrwYq}>xh zrT3&$Tw~x6c25AF^#eW0 z?g?NKJdsASdjjyZcFcM_vnPPdYVi>?!W~+E9z5$udiI@0Nf_CoC*5V}zRt+zh9<|m zThmxdj_m45Io>_yd_L%A&}RF9p70y?9J74@ql|3sTI+cC>-3oSFfiQ^%-;h>pe3{s z9`KFuQ265M)(F2hh2TEmJxU<-VIu_5@eCI7h@sJauVEz~HR;iPA7o2DW@vO@K2_Fx z+|XE0KSv{&od)jme!%Wwb{g_vWWHU=6FUumU`vaghB&6^-qS`NjNC!@H#-e9ay7gE zv-&)Z{2KLr&ZLKt|3!WNXlQuyMfAky4GmA;#%TX1lONspFPPMNFPQW2`Mz>q|`s?2!4DId8k$*M_#;?HfY}O!qST8F?_8>V9@VLmTbAU$}ss>k`Mio{?fii0g}d?~CCe#)h~~DDc#rzAnW1zUS@F zWK%+%w-Gg2XxIV;D zc%yeYU3PnDD5Ra>m9bO57Gjh>&HI*N;@uE?|7I^qMUDj7mE#*_8Rqfrp-s6n*0Z$R8ETAAux=vBJkeRq`q0PURu^ zb}Q5P&Z|5c-+{_s;XA)_3%-MuD@t(nx$<`4P~|@n=L;&I0uER5E{lkRN0dNZWnkSL z2oI`fvlQ-H7}^t0_Iw&mbWCL<3U@01HG)O_fbYD@Lf9ivSqUL{rk=U(Vr%Im+*9}y5q9VvX7RnXw8CcBh#xnB?{|u^fIi>|p<)QExxAI7Q=T)8v zPN4EUeCJo54oxV$j17esxJ`Z|@LLm#(t z&o~4+!Aqe~;emm-kT~k~D+^CYI&Tcb^&2*b7IeJ#;qv{;ccMM=y<6c`{f3vYb||S5 zGx~lNdHs+lpBbYC{YHj+C}BQI>Njc-tKoQz$Nef}Q~~uJJqpz5z<#8dcFb28I9)y~ z+;QOhj=N>QxsJ2z1F(@hZVX)nR#eB>r_0D&!1L~ss>%g022KR{1?xI)ZSWHate$}r zvq8gSo$B!*4glC6A7|X}=A%mk1lHrrO$4j|0!Alr8$Q)fg18XiEPQI1qW16Lyaez9 zKI1C)(V2srLFK(sUOgU+AArBYhex5V&{!IHw5rfS;JRBX=h+I4RuxLPs5U;kK3&F? zi+R2abQ?ZZOQEn|t&z;XYw!uwxVjxDwj#yF_*6H5xC7uee4KG#K+RnN3Xslm#|EqW z;q zyoSj}1h+ETgE(<5l3dMXiNis`Ih+8$RI-u5>XX5I2&Z|w3U#C7jhQkUGKMJKlHj^q zTK0xTlx{=niC;nLzu;3#dnlj^#V#64p6`^RMBxugEN`z zO`Ir(fB_VexDeEIfWG`v$#w}=UkN6kT%(?j0}U5Y!>I`GZn4tvc%*f=Y?^PKqIfvH zycs!G;#0>H_*EZV;Js@A`5!CM|tYC;=sqqG(}~4Z4%E+O?P(V#8UF7wNUgMI!9qX zL(pWbkes~divx@wI^Xjm-}6hDNauUOl=S{EE@-WkP#XLyFOIq!@;h>?>adh%-?SSJ(*{^g%PVRxQzCZ|W@%!cAX0o-H? zLww$b8N|rRNI!WB?a~gr_~+ZFt07>wK@~VNb_lB+&~+L+S+#-V_IF1V4vYp0hZHUw z)ZZ<_$dp%s>tVZtg~SFHApVSW=3yFxn;Qa!Q=(I&lcOa27&55I&>%M&)n~D8a0>e7 zBo4doyn*CLhC$Z2C_=)(ob;Yd&xd#S?FUs*KmM?|egoY=p)8>YISQ;g%+X(^2xfH{ zkRub#jX$^Z7J*`46m+Ljc&34>nW_p!?PO&8j6pGX)L>nMlAyB2;DN|94bpbzDM}eq zFQn`-nCFHXmNJ=U#idfwXy2$8Wr?MImDF8K!N$gAQV+cF#MsQJU2a4vEwiGAo0c%C zDx{2TsuAN=fg@#s*|Vea-QA-!eAb$km8c&75-?hUzKDy}?jD1!ON<)a-yP6rddYb+ zl`(b=YGbI1vZ!$YvCio3M~7rS@O#1*3feO5#di0-f2qdMr+4m6p@`DvC7 z(kT$AqV6)ttF6x_OZdsMq7aXLuFcGbs%JjLT>qrW65JoPn@|luL#<)GQG?5rIuniF z%FYO7vYpZQOa|1{W|$%?il7G4_f*6u=@ghZ$^7#MmO+P{1O3-=oyGi_gipTnsk`_R zBF@!ufXw*UC%qtB!p2Ey|b##{XDPolk#rP=sXutiVU>MRcG(!JmWt z69Byqgh*P8KQ{l8ONf~1CuYQ~1(Wa$zV)GvOD=S9GPQ>sIW?Cs!_fxgM;(~1 z`)MG^CIK`FaF#MKvt&V*nWuzu#+Bzx^zD}A<|M@>ef2i1n$@1N_OP~)eCpPlzbkm`SS#?c{#^F^3o#_s| ztROQklWrQ9>1rCcx}nYauQEVZU1D5oM^jr*bLwZZS0h1JDwAn#8P}aow`IoZ*CJG@ zd{wEo7Nt$1rgm~yqH0ogqPpg%DSnbAvmsMui)?RbTFrMbiT2Jm{woRADd@&dce25|^@UbfB zN}=!QBw(ZMfcqdh2s|%ZpTPf|l1&}mZD4lwG?5vC5a^V{V5-)14l75`&Qw=x=W1j| zH_tg?^~FLthtKM+cEELlt`k%dGf?dI36SLmgM9*S7!Tsk&kGg@eu*o#-9lW|} ze$3kmwMLg}DORHjo5u+cv8i8EIx79~Z|Ge8U&__LfZ3_8uXjIdhaznTa~}F%u4Pqa zOGHL}8s7s{>2Ba*TR5t9dR{mmvi*8FtXHrout}vsCRhxmBOqrRV#v=o#B-)`Y(r#~ zD6`eR@fhDoZ~w>Cahv*rZ0hfFQxDC`#yz!u1^bx_9SGCLq&yl&#$>usXx2>(!gZSSe{mswi27XZX?_Gt_KVOAk<%$&! zH`3bj6Wiv+fh+J&bF{H_&mn=IbGV$2@-q&nB>Zma^cLD@(W4yV(j~mz!%y;3;*^x4?hX!*0^Drez(_?_og?TIedH zUeLk~Ja3gK3LM$HvbbL&+1jzT)-fRAWE#2>Nxtcdd_?C=s%vekIaxQ^K{&?CtME#w zx@1ebt0|Sl#pBNAB%U$Q(A-p;T%B%fc3Kln$xK_r+ElWkxw&hi3eu@MusV~iDW|!0 zRkEpV&7^i_YU=JvwykxNNsJKxNff1aGF?~=9aG1 zVP@>;Y-k>@Y+({`R8sHiN;p2OGifoKOl4L($#q?Lr&+eR`dWd&NMunf#!U#O5SZB&4Tr^{L za^bRlYI4ciTr!bM*5#7*x#W0lClzG1GNz1)sB3anXKOk)J)%QPYg@`Uw+__FbVo9^ z9!}TLwJIYrES)zex$mN-$p!oFZ%oHlRGz8Ytf8wGze)Ikjp){j>l)UidOB+v$yJn_ z;J`Jpa7eZ{b|D0rUfY)LSXGAjqxvhNk?P7Sk~XK-CNqwfl5A?gYaAJTGh9Zj(PL5P zIy?qLY0-??eM3`svbm$DU7l+~oM}%rWYCdShtaN^%(NbE`-JYXX3ScTg#?0#>U~Zd zE1K)S8!{#cLH||V2+wMO@&heL00uS<3H7z_TSj2<(J@YWmUv5W)R z5w6~NpYC5AnAfBKChHPw9F99GGV3bpVVF#WSY-lb+MbLKknM=$Jjq_K26%=Mol{5o z47`@z9|L+1nu-Hoduyf%)#u9>X(wF*0w>jAc+?E^c?ZD_t^VQj{32k*OtRp}5W zjH-7%NWM zJ*%O+wPRJXHqmYpsJPqEjbMlhudBrqIMj?OgBHLf24k&?{K{P2U2V3H>&TH9~^d~(v+4)bcV^wESG=b^?J)M|$s{T*+lh(N2=rcmj1b}&!2bY#?k&8>=bv+hLb zc4)m#k=0Y73SlRZdSI{{vwo3ie|*qhRuqu9j!$)*xpJF_~C=?>a1xvIm?uf_Dl zbQ0a*oSLyZCfw)|B|C-EvC|k>Pj2lTm9fjj8$FqC?m^j%#p~d`rUB`fdo5g6Hf!?a zGPP}3R@Kfy4EAr!lvS--)!bNCwJ#6?*KVsidXTKD1px+ak?yF%%#^=4-NKcWq_Kn5 z+SFYIWe`}}QdI~T=rV21Oxu-8!!5e18aZ1eqazLZ4NYsR%xpRhchAnh&;eUgsb(>Z zb7mqtZq4%Xz32(O=!w1PN!i{}o8!x3oWMLy^$I!>aCVsZAB?UdUJt5_AxTyN3%i^Z zBYI~JUE7OJ^rGu}(e+Mu3XuS#Mz0eS94uhk(q{Zinz<`n-b?|p8f{aK&54AbN9g5B zmQLt3mK{bK89B4R>&Uetb}Kz<{b7u5^ZzmTCh$>J z=l}nmWG0z`JCgtz2oRD%0tDGYSXER|QBYJWh`0_32_zC039EI%4MDA~M~mvZMN0Z(;K5rlR>1S2H; z0%sw)c@zpX@Uu%cC_8`T3B9W+90UB!+noAXZ)13^Z8yBm!Z*|GNV2GLg=ucCCb32} zwqRn5Nnv(&YyF(Ix_0L&%(T>jMtrt@h10~THl}sx-8tCWNG#bptm$B-D{rqEx!EhU z8}f~_`0Nu;qRk*7-2&SK^Mw-%9-XV$zQbp}aVEI;0og+)?0x7VQzuQIke$|kuHLlB zTh8vlp0Trobu$+1p1(jWN9WXF&PDC41O1foC(l}a|AmuPtS;tGS55Utfl^5wYfFQj zB0@yP<|z>-bY^9Rvtro5*0AGFJ7;Wcnw4#C!gQ&jsU8!}mPVY?u}gv;oWe)3=Tb6Wvv#qAs zZTckNd1F?;oE^*e`;lSO^M!);U}m)}6x4C7Q#36^S)eJ^&&P-R{PfmFYDJ%8)!B(V z$CfN=5zhE)Ij?lnN;Fd2*oM1hANCKnA@gH^JL>eOtE`h89oRxR^1(y4V(ysD_6lIr z;^m8G`$OzJa(Er)k=Z7!e9dW^KWl|uAhT0TI}F*%j}rn+zqRgiW^WsEZcSl_B z*{pdlWb4QH`j}fL$F#~X=6i!sn&@%n&8z1yH6O&aeH0rf7Kn^~+6~EAx8-SvIUlp9 z6~2>1Cx?}T))qv~X9>$-qXG;!@E;4x%rQ7_uoB{Q4%s*BMmRBEjB#(I86|NtLIIZ# zm{R`4zTG%)yJzjJah2Psr|Mkp8*tv~>jT`#S;I19D!;@&Y*aqN=sb?e<1VhA;~XJ7 z49(as+w*cq+bj;1SU8@GYMig(vZ}%J3e(T!bHQ^JbTxMEfOTnvJ*9&l^f+z#)gCi@ zX*XV>U%}N5+v@DVX~sqyfMz+T{UW{@2K*RjT24M~Govw+j&>7cdR1p3Zq3Z5z|P*S zJDVwm9jws^e&FoQpR#-B*X2E4hna&blDgsFPc7eo>qh1y=1Zv#^BQ?^Sk zdUn>B{A7k+(X&4^?mAR~{Q0_>m6$bhcM*cuk(SLe7all4!J-5fPWC=%+GI23nOBc_ zteNVgC&q<{d5s*m?X?rL;AVyl=S5yk@RhC(%Oo7AII!UQ1qT+a>bo8u{YLvnjsPT% z6T(HoLSCiAEW#E8*BQ`zE}O**BhEgow^~Elwq(d)R@+U$FtNwU^?WSVY1;XvOM5JP z12bc>ClzkqW$F_jk>(hNV$ZMl`SS=N5%WgOWX#!}F4Ef3DPL}lc7@Dl zlrtXHF-GUt_7slU&7bEO17)}{{Rfwf&2kO>*0>0ZB|3Rw<;b7QU}Rme1Os@kMVZTD z<}#gW@5q8FO=B1{W6o>xy`4XyFlTl3i#TMm!!YX|Or94PY!!hfwi?c1?D$#BHFWPf zocg$%n4P_F zK^qmCi^iO_@e)si&7RAKudC*4ignD+=<;rvZR%+q7ku5E5-o7?0<>n^49&W}ZA-ZY zTI=R^mj-e*W0cNvrcO9$s;MQpku^75`$;-F2QvZs{yB|1+4IxP_A^&>Jg7F!W|7g> zA9s}X1&azg2-=-x&ZjG>hVMCp5n=M>pWN~C0aT1P2ZL^Te zUT6gRXj~a)lgO`P@I-;#9tTdFD65pMWx3jybDN#Px@ut~wp;w?j2L4UE=akG>8JcK z2x~`v5>)HX>A65*R%=Z0;bc3=Hnh$)7n0z)X48e4lM%YW%z#i)>Tqe6m#A#rY=3>T zl^tmVuA<9~$WHR~VxSH2*9!8}KF)>~V-%X3ZN=2-dn!iT>&+~1bG=QfAM5X8Q+b=S z?k)rCGdD@F=k~^UOtls|Pn#ZU!J@fr6SKJpiB^*D<9X(9X1@LmJ)7lv39g!BeVU_1 zTQjOfJ=(~eVGGA#+E(9)iM<<_pvhjG<*gFVRcNg9wc7hSsH;7TP)T%M$qa+Ja`RU# z^2>So73>k{*3f-mnvCX)^I+RIc-wOwZ39;|%=xpQDA~c$+yj%ZA;Vk^fiiPBpR(y*gIuC8Ed$u>}^!59ydagmGbP3?_$RiAAkzj9&w7kheQ z=T)dG7(eZWlKLf!7nlj|4w^6?nhNU|^>XoCDY@~d{hi9ZowlKVZhdS0qPg`$8M?)f^v>U1f@Wm1!dlNh68BBGvvu2B+b+)RMH^xzb|v97ut2j*vA~ZD zmF(4Ul?bb0i|6392=PtHvHr^9F-6S$=Amcv*Te0Eq5az7$RIzj%rYmYleHz`CYKzv zc#R~3ifxk1*LEz7`_2sgk-00&RaI$CnrvO}+JH5qZo0oV;AKp+^Vj|T$m?e^_Kp!3 znoHWRR-o54jhjnQ`3mbt5!VO#DY;p{%b&#Kz8Wt4G&an^(giNF24>oZA?W+5@EV=D z4z{EL7qoFt0}?YAf$fb1W^b0s?~dsa=8Y?WkZf}-%v zwk@Y*7gK}n*qL{azd)Ps6iwH|j-1zOOfO;@Q@g>_w0_jHX0yJNyFY?Q@JRGSfxU#0 zZEcusMns&FU^2z)jxa8Fmch=!_Vjuij_HbQZcsPc8Ziguj3C>_(;=+RXJ;+Pz=6EG zI7`e`g*J3#oC29yB9^91K5V5hqcm=|wT0Fn0i;{!Fw%C->7@0Jy%o*O#`RpM-NeThK9c9HG=79*U8djj zjg6=GJ52VPMg(RoXaC6yJgm>I2AY|lnf92b!85_urlq_`0Rt_f`LkzPUK-&#BVM`4 z%>i0)&kxM-S~&vb2QNFvFhhgse`JP@D@*x{T&^o@w?1OpWAg$m$h&hSdR}{LU+i^$ zd0^J;IXjLt%!!|hSch}5%^M3tO~JOS8<^x^nudE7-Rz(D4}O1wH_EOkn>uS+zg`M8 z3%qPcOo-)<2HoyLS$51AV+5)kT*vbq-b0Y@X=b_kq3yoSJsY_SXl8<@%-rzFJ@Xgv zZYz>$QW(JOJjnN$Y+AhO5Iv{4UCcPQrL7Upkh2>!=l0c!8S!q;&aTB-7*6N>6(rxj zc|#FaRaB3z_1h+w?{nqEHs5dBTM|vH%1upp|BbN|GkKpMQ`PTA3#B{)ZL zvt)1iaJ_fW&d+&H@2(}fc5beHp2HU5(2H3j~0=$|a$k=Dmf*BYT+v>BE=FeUb96EJEcKlvb51xGJ zvamRHHt#ly(cp{i zKAgXW<{d5hkU~@7D&v8F*$M-^BSN;qT;bZl!l1M4rG8%t{Qj;x>@VLz?y-Yhv4h-e z2f1nox%UoopB?1BJILxC+KZ=sWGggI&Ic6o0WjI{%!5cg9&hZBt-Mrrc834)A`r8&`gO*CeBzZGt5j!bUu-1%Kl>b{@*ZO3lWsLs>jz0kl9V}XqKQH_jFsp);_t zc)B=dOY>YqM*Kne<)1&6w&4}WW*dQjyExuOcpMqW?t@?c`D5v;h-+?>8OQNYgqeRH zOaJrFA3Kvwr(tWvUl+$Lch3vSICe39`R9*aPKK|zoq)eCj!zM0HX8jBY1fnH~K9?XJez^e4L@eEO#G1NqCCzp~CgT3xt;nvz~jMX9`~=e3|eK z!gmQjE&QtRzl4h;`Lxo)y@mM|CU4Ik!V`t33D*lBFMOu(I^idTe=W=xWcqafEc~@F zAG-B%Ity0`4-(!*ct7Doh52qaualpz^USZ(dA>sUCgJ;p9~XW}7!MQX^zc)TUT06? zp~5qT=Lw%FyiWK=;d_N27yh;IJHnp{^Mz&JHavct<8H!zg~tmYEPS-^T;UbMX9`~= ze68@E!u-&rx9wNLzZ3pg_$%QM{h~j1cj5ho8-3bhgz$Lbe+$Ra?|MC5g{y_@gbx%xQn*E!-HFCH#f( zcHt!YexFuPVSdBNhmRJXAUsvLUU-4NoCd%F?-GvVlK1O)H@JYgV z3qLOWitq=*<(P~4bZdmi2u~EAA>1syTzIwcdf`pN{0Oj5_cP&dg_D>Y`Z&FW4-sw< zUL<^~@cqKS6n;(kPr_db7o&gjHgps2FFaa!Kj9OE&k?>t_*UVEg`XFGOZZdaZ-hgf z+j%?33;#s8UidiSQ-seKzDD>?;a>>E66h2P)X5oi~pBH{x_%FiS zg-dbn>uu;QTqnG@@HF8j;ibZ73a=NwN%%qGzX?aNFyZY<3-=QqEj&^9aN%Qxe=2;B z@RP#773N3nybWIqCval#!+Qu16mAq=BD_lY65&n44+uXi{5#=Kg})U};e^@Swx93} z;TGZJh0hkgLije}M}%J#epmPl;esA{d%6f$3y&1uSNJgDX5kgWX9-^}%r6CdKm0-X zAHv00-0^YBh55C2AHJ*b0m4TK&l5gL_&nha!gmTkCj5%NC;&lEmR_*CHwg|8F7SNJL6 z*MvV3{-HFBfL#GvQysX&cX)>A0<3b_y*zog|`Vu`iOqvKEfk}CkSs4zEk*J z;m?HsC0tycPq$3Cx9||*-GnC!A1d4+yg>K_;Wfe+3tua|S@`F|&kDaL{Gsp{!u%eS zZ&Mxn=DA$Bukdi;@xliSA1yprc!lsq!q*DlDg3DLuY`Xm{IT#?!m)n&ymS%nEj(0s zci{ts4;P*zyhQjk;q!&B7QRjRA>n6)Ulaa=FhAhq%P7)6&n3eALYj{=On49BX~K=d zi-k`YUMGB=@IAs$2>(+!QIof458;D^j}e|Pe3CG~kKpt5xbQ2&9|-?VxNt!J*e=2o zg=Yvi3ojR5ExcZMlkgVdr-fe^{z&+1;lVrS?c81XK;ff>FA&}+e3$TJ!e0p&56q|4 zO?a~KQNpdlCkUS-{0re<3%@7)g>Yn0-iA@a`wCANo-Mpoc$M(Q!Z!%tC;XJ~zlA#v z&fC*dc%bl1;f2C0h1Uvi5Z)~O2jMS;V?**bq=owmj})FDe7x{k!jB5SC>$M{PpeG0 zT6l!;KEl(48-*7O-z5Bi@H4`12=n7GzKvH34-wu&_#ok9gy##NBz&&$9w>|taOBdO zAbf~$R=8Doh43oj3xzib-zNN^@Gpg56@E|nFT(#8j*raSpBCOpc&PAL;Yq@{e?I4j zS;7m2PZT~&c)joq!uJS2Cj64{?}a}V{+DokRNl6(!qvic!sCPw5#r1^DvYOzb7j3=c$4tk z!k-E6v`hZjI^j9O%Y<(g-X_d1vG{(zR5&ACD?CnkiSQZ17YSc4e6R46!oLyjuv^}q z9>O~dXN4CCpDcWy@YTY12tO+PqVPMyp9^mnE*YD*vr2fV@Seg43ulEF2%ju`p77Pe zcL+Z!{G#wX!ezVX?W`6aA-s?9G~q_!#loixuM@sb_#WXWgkKd-?2)&vyYK+vU4$nI zA1>S?yh3=5@H4`xJ@e^S3J($9L--)!V}$1mpCo*)@KwUM3qKlJI%Lj|jgm{0HH`3U3z<_sQGPUAUj{aN%*n zM+namUMzfy@VUa53vUv>SNJjE7lq#z{&k?>rc)jpd!q*Ak zEWBCxKH-Oj9}|8?_yggOg+CYmQuyD(k$v;|jSKH2Tq8V0c!cn-!sCSZ6RsDYBRo&I zO?ZXy$-=9IHwfP#e5>$X!drwN5q?7WS>cz2Ulaa9_$%RWg`@lBecN5QpYU+u@xn(6 zHw!NnK2!Kyaw0I>1z>;A@Rbs06FF()+$wyh#Ce?T^gJ#6JeWEQarj#dcY59x{#f`k z;jhR}=QrdMYXiSL?Dd4gY2og|m1K8pe+eHbJc8`f+C}0|kT{csXOKHtd$Q!XSJe2HwJBnOvkKGmQ@1>t0aSoF> zM+wh#@#&w140rxnEPRs0KTY^dFw>$Lmq`4}g|CHGB4b+)_RnRUCUMRsyS!f@d^y=2yMgTL)nk_-!z4qdz}kxU=Uk!vB)^+l31cu*YJ#A?O13$95CW2v-Xa zAv=49lbxM=N}RogCksyzK9uZ^Jx0PCgy)i7S_>uq2@+?e@EWo!$4i8-6TVaUQQ_x> zKNS8-I6676ze0F`@F?NEgbx*N5S}mmQ{mOZmkVzazE}7$;ok_qFZ{XiH^L$oOnZE|N!P_^x;`A2DRMkkcp}-^KUsK+@HF9>!i~bs!mYx~$qD>}?F9UJUMYOK z@LJ(@!s~^v5Z**~`Mp(mGuf5nJ;GbauIwHb-b!|UctZGTva|nr;i@RYUAmj_>(k02 zO|O3^q~mpVgl?~AXB^wv9Xnij565WI!M?(L29xm_ewgq~;b!6E95adI9W!eyh0k(a zhVTo8FL&Gv;nz9t55CRu&fvR+A8^ci_oQQ3!UG&nMf^I))4{t6k8{jPLdT22CkUV6n024e zmQp`?o#T_hmkD3xcqPK`CcAq3u<$P(vktr{{JQY(g+FoJ2l2lY{#LjM=`bzE35ClY zk3)DL;eo<@j+MtU&aT4a9OHB-*w^tv;Ga0=eEd-1W67>Pwh5o)nE72Le4g+n!dE)x zsp3tJd5U+B@WaAS3ja#@6~{er>^qJtz@G^JRhZB1(tgG%#INUsl+#tH7#wo8}CwXC)b+~WBQES!+s#BwFMu|a#~T` z!H`)C=FQ``5r-@{?|>U(lQovXcc=s|6$p3%;zHEK|Jjy7G*q|1HIZNh*fmp-eJ>Gz z*=I%ZHx7T?7O%5?z#uS>=RUS~+yc=~AKP&${`|&x+}O{kzH^|D$5S8sXs>S;SnZqP z_Tk5DUf(g0RNs2h$1cL_I}@z>j)Kf|{pR(ZiU8Gjo#!vudf2( zs&66m@p$UvkmmL6wS&GBAagG2H?NOtpsMc#=wqFxzB2rIeN8*)dkgaJUYUzWapn&C zo{;=<2=)3_JAFKcTSY+-thQ+W_4b{%gTB8*AIB2f$1&IIyKD!2*FoRjSey47cAM>@ z9rO*l1aoFg?x?Q^{=B{$cF^~ygM;95U&#>9>w92_c&Fk->|JlX#JgvQbl-h82-c!g zV!Ax{^yxmcgT4lI2;;EdZ$4eVdy2=5b2}FPI$uw#5a#v0y@S4u(D%AKhCg24>pSTC zJM=w`FxuA}e_r19PVT6DK6q}Z@ygzUUnBu<-_T*hM`dIiHge2}F(Ye7jvk%K z46CiJm48Q#7y)V6usR!kW`~m}Ox`yV@tTQ{~e~RwfXJ)?=9-tO1O<5>Sg zedc7u(>`++;xP@sQ5QGle7uGH zSQ1|OI%L+61r5gz&HUFsY517hF{V@c?|l-V%hEonms!~gf>GmxQ!uki)ULU3O+l}1 zW{$NTTVW76AqXSw&LOx47iHn5GG-EHTSGL0AukATK&FP!JF*o-iXKOWD2T*6@uwhm zCaPLNLGf=P6-Hxt=X?<5;!eTA-KXKOf@twf{={QNM_Nh$Etl3>Te?vW_)Hx>0p;GxszK6dKjE~nj$D`LKVo(=ydJw(7cszoGa9`ve{^*6eKUlKjlS3<7eSF+y-YA4eLS}2M6Ixh*h+!5u)KE6m~O0JiHiLC>m>oFkFee742?>(vZufMSB>b zEWDP->}iDZ@EochXM~Dy29FtUgiKIMkH#ZK`^R~qJLGCt(E%OEL3k1KIXOXLWv7q1 z=b#SE0q);fjN&Z%iIJj_Akl)r<%nkTRTU&}MH1%}9U6a-I*lKvcP0nnEGB+f(Rgq) zTuvKjB(`EtJnYVLI6U(jgw^mD)g}1CPyRW*CDGqP=v)$|zmf;RqIl7gcnl5+dHJJg zX(w_J{*$&Yvxz_zvzVNO2$`Zw<0m0TD!VW!x~#K_oXRc=iY~V$o60T=imosm50~Po zqAL@_sWAM8>aQ|FDwS=R9TZ*N>1`NM8qQ<14d$5g@L86?#?J2}c16&oBa$lP+TgaL z#gRAz(@q!JHtv9>AUHPRgtb&;y2S3-{}a7R!2Ht3#mF?&7wFf z(%~LRHR(&Jjtxa!4`e5eaf=HJK5jrN#&bsKrNaaFFfSUL$3j4je90s_F1(WpUg`7%irx=9!QL6+J#_kqsThQ#!d7bg zgXsqvgKpyyoAs%j^|ZVNQn?Ws4mTf+T^J(Hhqt?sOQQ6(IqKy0M;Xx_HQmIlXUvPC zhHeo33@Udq&t@Dly_1iFbnZZa>Gzp!(-9O{`C~658&jC&sz{HIV0_s!RFtr&Pb5AR zc~6_}r*EVag&=(<-O}a|ROQgT8XmO;)>Q@q_;<8U7u%l?tNc>bPIf1?!7wJqP zNWa6w##^Z<&9|u*?G@?Ff)CTDGUkLxbpxc*Ai=;3aF8>+YywK4v}i^o{sz_FhD3^v zjMyCJ!3XosVqGlDvMgIl8Q91-4q>bji^pP$>ZkQm^JB}sk7Be zwQ1f>R5Z^@W740|!1-1hm*$;4MGLGnF-Wk+&^+UX;-LG_;G~i$LrS9bP7n4$rqmH| zlL_7p!6i`+mOa>g_v(`2_uaePk#0>picaxi>iBNbb4O39rF|q7H>7 zjp)75T3lN;5wSZ)<2{nSI-tKk1A+0LJ-XqjXos#r1usO!E3AwQC>7I@!FVqxmjxB~ zBVxSL$z6hqgJ3|s%E_IBim9+Jo^f)gpyGX0(Rgnsmj)GAqb9_6vT{KxsA%N=K28qp z%r9Q;KG$(tb4|TFPdb*Rn(T6$N z8$H9x-sr=f?2SIc$=>KAt?Z2cNo*r5>qX10(MRWuo|zb%^hVb^CEn-;Cwrr3IoTWC z=wxqnlasyCvz_dXp5tV1bhDGa(JfYXMrUJ(!LnYo+!{SMXY~BU7dfLBI3?cbg--TH zALnFm^dcvFquZS9jb7|zZ}bu;d!v^+*&Dsg%FgI{u@ILAdeL%g^opF(CnQ#3SH+QR z2q)Tu3Si__?8r`XN?|1LRE?kPWEk1P_$!?ZBYF32{1hj{$O5*JQ=JSWOIT-5vvPM^ zXMY;IhDOmcYt$JzqgE%L!vwG5=Tx%BDS;=ip^~$l3?rZB{ z_&O(JG&r9P_aY}_H29qRFLp9UgDbfI5+`Fc_=fw}I~l#xU)ft->f{onN2gzAWln(6 zTb~*GBd8ZWX`Oh5bz*52#|Dvjx9-!hh!H-=acZ~X!@)tgooe?gZhL?pW_P=s8(~YhndxjW!o%SM+;fc)wuVnq*l2_&!nY}0YlNr6IwpFZ5uOiuziRw? zBfJ!zPT>Y4yc*s>;YK689#&DoCL_ER4q*Y^WQ2D^-qahv*$5woley;>BYYG#Q@GU# zpN5Mm+-8Jr;py;K{B|S!J>*JK{0<|09mbjHW+QwPRIw1uXho;G35^+X=p!$)p{>cw z(KA>McNVgMGFz$ct}fi&F`DR~*aAr5yNW@grW2X-9`1||L@p8o3a?ESE; z4v{OqMd(ggheBu#IdVv!3s6>(F2lxi|5PY>1i?60kMvF9R5aByb!fLvky1SKQBWOp z?6?Plu!Q0e=0&>(g{fUT?$&Xaj+44zQKkfuFlTb1F&kRkEz+^0jl`Qx;>mW$BqEVX zT^Qb>cQC2TP#oT|OS|}?#^(r@>=G$Vsm2syU@*5=a_$Dh<-PNU)3+R@P^zUwSP#!Z%x_3ba$3kfj?xL2SBW#w< zL3?)Rz6v#@W5;C2up`y?N*WcFE*0n3s*xr%#6o=Ad;a3Kp;$8?+O}xcP}afr2Mj@MeBiIGW%f{hYOigmy^Ufpf```) zZfc!9H2>wj!DEKh4XOQpjPD)NwxVsYyWBE#Uj3|Q-m~%lbFwhu|3H$hEe%8G%$oIm z7g*1@JnxV&9B7>QLuG<;F`gdk-G!3+pC9fIVzCDK#ctM%Y-7{xdVJ?JYrgP1q?zmQ z{CqhGJyk9gj1S8rF2Ye27d4@}xF`t6da@OaZrpCOWEKO^d~=C4n~NP-q~Ldn&_{KN z6qzs2MPjj{!h!@=yQp2aDU2ivaI=@G&a;|pv(5Y%CqJx;Z^@bu&oZ!8 z0^Nt#vkT_q%eyU$v-abg%NF4luOPb&AD*7q;65{&<=4@(Z7p-=C5^0ZO#$$olfY3Vb({CIBetGxNI%Vwc#iI2=rjnaAUGsD>>^Z5}{+|Jd=(y>ag zO5cjF24~Da?MkUR+uAZO+ggu9>f2_S&l`%aoX0p;J=7MKe?JPgU& zP<&h$H?#%jGq0>p%(bau{4g)R*P3mb*R*I()BIV;Rd(?_e0>+6btSA|M$M;BQ3q)Q zTG{`+NxEKkXs&_a3*XJov%~lq-Ryi`iS*x8%{Gi+EWUpW@1ThdYJmPsD2rSTz=NsRN)5HpVkEp7=l{nEnKpw$yQ&}yEL(N zagakd$op2asQ>k?xlYcjADv4GMLBEfVvH_0tbRE=yKL*I5%p$pqpiqjQ=9d_!D0Ch zr`B{h4XtzS$LW#2NzQe=?fTs8eADQbv9Z9Y#OSHM{d zni@0KUR$bd%?lPS&b0UN?D=Lc7R+j$Ys$qG3N5gsqx~9uc0TP#P}{<$SuL|$ni^ed zXvDJ@{J=Q$A8uDdR`Syqe&idSEoMFNQcGKQ)^gO=opQXCA5&u%Z}5mn3@oV{{Qp0B>B@O{_;%7Z_ye{JbB`T)SpD*ocRZ~c1M2i zUM9?qWh<0ZH3t9pdzIR!S%`bqbo=k$v-Y;zqYBNNYVsNi1DxQ>hMBfVw6AOjnHMGU zTOq%haGsvy%8Y zLxo2P^B!d%XOi$?!o0WM$7vF76<#j9O89JH+)A9&bFJ_L!cPkSS@>(=B2)oyPiNtb za9`nJ!g~lGCfq1|obWZmw+lZc%o}~YJ--otU-)xjb5E};M{{=QxGT>T9ajt23GXR9 zS@;Oy6~e28FBIM&e4Fs^h5s!4wQz_^@9o@Ocz!-2yYNJ?@MsU zJ}lwS3coJ=M`12fd;JAyh@LBj%{vdA{#_+}qA)M5`ePe~7YVNvHt#TSIYw3kA-jUJ4=Ksga-(Z65d;Qity3G#|keKK3({H;j4si5#A#Fr0~na?+AY?{7>N` zUY|sr=GH|xBRp7mS7Gz5U3ctR5`MApqr%S#zf8tB%I&vcKj;5k;$V2pJ%bLDbMbi| z;o}2y;g~Yy_h{p{pQ&}<2KIi;CK93 z9zF2K;~9_gXeWDpV<79sxZKQnAbwdVxcykXy|E8djQ<+%K*Z5}P#?OR+~)H!5h3Jp zZqGQ$2W|HGm<{%}GAfU&A-K)!tB0)mCPN?N(l2qhkA7K>Kh?L8``kM(fVq8b49DL% z{Bc_ceRM4KVfv7>?{u*0TMS)%pP=77nsZ=6HVNKK}j2{rY%gd;jpWSieU+Ouutm1LA32r7mvU z@aLKGWr)Y}_nY7MX9Q?Is$l^A%6xF;$ou76us;SEY=k~Ze3S8GSqjvB#-#s2%VVq4BeDllS%Nwfy<^4TZYUd5-vzQ!MG*|zQ5_r%{;`?I~| z8-y2b$BvBqW0p&|e~#cP{5^_49((fk?X1+>w||GYar}OZ-_l@v;Wqr11g{*}P>P7( zZGQ*xP{`ZA!Y?(t4bQ5rE(p)snhDm|Y`8Ro-%D$ZaKiB$E-lTA;r{LSKIr%2`8MbX zJJdb?UD&<$vePO$tS;DZ*8w*X`7opuY0jHPE+m<>K{FIfyaV1Y_E(Ttk%)ytJuP>++SS zm2Ox~t!o}=r*%!RTc@JG!W+=LzTlc5K$O*QY}lt1SX(!K!|Kv;_OLgwW0y;NZ8Pz} zrw$mh@~m}h3LUOow|N-0IXjUO zBAq&5P;KqBal<(6Re zF6*Cm)$C~#siK3gbuKTtc(1!1ubX&-el%WteXakpdAYRaKkM6g$2$^nR6W}W{j?;PJ~oNJ8udX06=8_e)yHRaYZj~O>X-0(bIW5v5_%C|j4=iKF;eAhLB^$^@1 zCa~wy2>w|gv4!J=yY6@gfxcjN-t5Y0X9m{nY;$lyvlR!Q;F|0O&4bPU!M=qf;2Kkj z)~|M%Uj6j&+rsCCxtgU|Oq0+UN)5c4;gx&u!He#&WvijG!({ydL z_L)xDzt!a7fz>>y<`;N&azokHd&E7Su^nzq)FE_Z&CY{dS{qG? zA=)+QI*mCsHo{$Zd}mc7#+;7}_FWnvd_7%r*RAkY-a9*Z>w=mghy!<;e;Mt9<{_K9 z7_Z;8;f`TzFYdkJ(yi~_)akOzuy13{kZqTCLPBfTu3LMVi_K$dhSy8o{c4;Rc-_@{dd?DuQT!>m}Rk|o)j~xT{-!b5(qO$GBD|zYQp_*OzeDDpWw!holF)A9=m1xR#P!hAfxA&80AuVMz^%0 zzek)*P*byECl=xW7D!N#orC z^KoKUczF^28CcG913Vw-oZQ!Ug0z zdR~t`$mK3@Z7MngJK&!_Sh9?f3;$9JTe@~X09?Xb*URHWXsgp-S*wqNpwO zNRCGxjZaQcSlRjE!4M8IIS3-1lXTioj1-Lo9e9$z1<_2ts)CXOdZXKk9~%D`bs9fT z?@SJo8*$nkKdgubN0T#A2=N&So7?}PO+DaVn9x#QRegSPdj&~0=(to6n z@a}<^;1T=ofjHhhz}JdYrypQ7#=8gp1gR#y4{pwgG>EAGQynBGtwxhN)6xc5on-fwadHHEvyuq)gLv~VBP!hJ{!_hEC4E8ItI z;U+I*OMl!{{7jM$_Q#*>wFaqICmSgIvey;}HOY_rKzKI!7KA~`&8+UvCH?`Swv_K4 zh`(Uc836$m@34qM>GX~}wwOY!%^Jz>?1@VC4!gV;H%x2Ik{+12wR>tOI)CFpk#^G$2OW^f-9k0EHmk$hw8s4KS%_ z`a{-pyl%j>GNi>Cmx@wx*{S_tM;xykxR**^Wzpev0~CVv`*b5-H$bTS4LUIJNknsomu*D-Esf)K10kA7`W=j;alCH83@hmRxG$c5mX_jm13WB*jSMaO3XNb&9IqSTTVm3$^hXrDZh$2fr1!&U9mneiSiI5n z@w5uB8=w@X->Zg%*9}lAOS9*T<8=d6QjxxuV+~$6KqIQtufp^=UN^v)HR+)>knp+z zO10^mheN{a1}Ke5KfsX)uN$B=E{&%_f;e6`Kxtyofn)1)P;b0|*A1Kj<*6t`Qc-%R z2fH0p>Iitt1kXosD$4P(2YU=(Pdb28QNB+m73Ev6d!CEANgS^mU{~I=2j(tuyl%h< zPqTZ)>jsQ)KYK#FZou@$XAj2YVor*V>Toxz*K8;?ru7eE)4>(Dpj9 zubhhNlc>A_O|e7eJJeSB07Amb_2~1Hl@rhvq$>A8p_EjP+zIuglHYmhRQbD|u^L+W zQ{=Ks|R-c0_jnCH62me0~S_P-j4pX zS7ip%zskx#qE%E?o{I2HK+Z2BTjK zE4rQyi=%khzN!|pDZ8;AA-Y7CLcXE2I4A#Nn|n$W(@&v`(CubK(Js-BD=PiIbfY z@5BS0?45X!lf4rUcCvTk6eoKp{=~`NiHA7ZJ8`O$y%VQ7**o!2CwnJOcd~clVNUi= zoZ)2e#KWEJop^+ky%UdgvUlQ9PWDbb+RDy}`^RR$QyF^FIx(AbVngCoM6ynt<&=0Q zHagimvB}BaiL;&TojAwI-iggl_D*bZvUlRKPWDcm>tyf5RwsKW&U3PN;(RB2CoXWZ zcj7`PdnX>}Wbed9PWDc0bFz2hVkSXW46P)awc%qZN6HjuocjC!T_D)>sWbedNoa~)=s*}AFPjj+&;^|KIPCUcO z-ifQ6?45X~lf4sHJJ~yNjg!3-&vLSN;@MVqPFx;)AD+t4lh%np%Q-iT4fdppAmoD3&LF+PVEIvGwm661cj&dG4X3+z)aaxyY~H06t(j7;9oj{XuS zBU9({`1MXkCJy1ib*Yol(ewVn@G>Wd=p#80TyACDZ(g+(Mu%58xkFI(7p8Zmiyy~8 z!#?*ax4$^3YM}nBt&DjN`?&LBUqMNRp0Q53Cg+sv5~o04)nS+pgxA}Hije7vm~4bM zI2oDhTnG6^mk3I(iJ9DFgI=LXIx|liJ z>f}gJHG=byUpUzs@nCEzQp(U0YsBL@Bc4jUn=|5<_Mn^*Pg^->#4}E*H{w|*dn2B6 zvNz&+CtD+)jQyKN&=PCJ3ppcRO-w*0svhBB{Tq8wA>8{jy7RYA2^xm+)N58QKpnY- z`(L**#$meqmDo&Z$}lCH$eX!DK1dva8CKODtXLm9rRc&MIPLm_lhGO{afb0nC&P#* z;k58iPKFT^hC}|y$td$PBalCKGK?yygZzn;(S?1EnQ!=KC!_U#&bjfYPDU4Y2ls#G zWVGgP-2WFRqYKL*W8vpcMngEBlh|!eMnkxR)!_>#qqVPMb@{86VLF}ieryRcnW1N_ zQ~qw9vJ)MGx!PBWC+L~K!D->w_Q(V*dy4M;r!&Zh`qy< zj>kVXrEhIYeWD?rmLGx{boI^X62eHt9u}4b)eC8GfeVP127MRe8y8`r3&00~tIeb- z>H=I!+hhAfTZYN?GgHr^NG_?4k;J7;>K~juhVHm{c~E@`%P#2x3e!P#KlTzSpOiPI z#09`#LH}sjAriZfX)!^Y7G9QN=DEmL*GS?6rgajlNjG;OUI13T8U+`Y`v9vcja%x_ zWn`$%YU+{K)GLx0jGfh=VYw)*^an!I9;~rdKEP_Kh{X1%CaSZVdgnD&M-n$v(@pGC z`?>?spsF`Apq~%u5mZ+*puY>~fV9qFK#h-)464nne}D@>)1X88L}I^W;9tPD1*CJrJ3&7(9 z)z9&CVT3;<8dRUo&T^y+h+6XoM`E*KL54P3^G4^*+clDSissFs>fL-=s2gKhyT^J> zux2+7d%ODp_~vV#yX@f)i3iok)0#bffK7atNbCb9P77?}SW5AgWuHi*H%hm9%Rn4B z!5xSxK=nf$qW5(HvF<_jy=;5?xd0qOx9=T^?E%bCzg0acuX=JM@mK8Z+cZB24|K=j zthPEuCm-YkkQ85O7ar^bP$_tuYdFOP#NdfzQSZZ__!uat6!UqA59k_HZ)O{w>I2Y@ z*0a-_<^$lo-=LX>hx&jnLG@4B%BQ;kbTrJ+0g+e<`t1yJWivD*pP?foi3QkMeZVjr zc$C+K9No<6($PKuIrpVGV*9|P`O#5wb^J^=2VNTqXq0Ni;5 zebed!&^6G!#z<@+EXdGCYu^04dB;T(XVbh@?7kLxP4G=84qk0O0KVDCK7FwdKnA9> zV3zm*@0+DA!1-ojB({l((*m3L@_gbyjU*-`UiGnF`t^0RJu+fq>I|0Q|d>Sv=hZplQ&1 z$46obU}RwhJig98@pi*nEx;K!-Gt?eu3Z z0CVH&Ip}l3bA3Pu^cqxpo(n)zqcy7|v9D+iO|sUUpSK2=5Dr86SKrD0@*K&9=SX2cScGiOuj*7l1~<#4n7*7DIoA7TClu&nJFWBykk7 zR9(e-bG18=-NsIwif!-#D9dWp%kUZ>fU>-sZr|twP?n|aSgv&eQMhvs>%(;}AdU|7 zSPa(T^)3J}A+3IdP2&b10RMiC+8*BM1K`ftEdEVC09o9XZRI8x5W$eZFCm9F`+%aL zdLB#Q78ih?i%z&Q5?g_MX6Om)gxm5?*c?gRPbbV_WxUfJ*a7WwG6U}N0Wi-@&F^*r zXnRzBMqQI2?QK zDCQYlCix(1-)56eb#g1K^PNVhNq)w5|3ER%p#~*iW05{l%yXaG}6jz!nkBlH0tno#XM!$C%K9W-ZFb8CO_l(+1o~#ocxZ$ z?~O1e`8IRP_qbH$Nj z&S9I=bJ-N*5pz^)dI_b3l@_L-V>{>^DdrS(ak>+S$}V=_@^p8OOl4L&A&oc41!2!f zF(;5K)4eF|6e;E;@bq*Ir9qKmPUKdn|IQ(9Or)4It8>!dQQ9j~%!$m}beu8wj}&ue zu`b=6_2}?OF((7-(^u2#S&?Fnq*tW>#Z!d^kzx*Q8`8gL##cm&Ig(tL4%qRY87XGh zz9~J9dAJ}_%zpCL^q<%-UJ)r~Keaji5ZmbOkz#fn_oVlPec^qPVz!_y>0WG%k4B1F z=^sw-%a*v+=5}j(Ii+7%>524ZlpeFv)9LQC>~SkSpB~s7(i2vCDLs|alU8~)y_C{Z zR(d@>n>FT_R(dOaBc-RU^ltiBl%BEDhv|;2C(l~xqjc|TNY7d6)ATu%p10Dr^tF_J zWu?ETe?#d7D}9~be6B}bOT*VJ46tdyu$-AQvdK;lI`8YHscQQgW*?%B}K1PTo z$1+;A5sH$lQ8AKzjZmDt5M6k(pAq88W6^+;{f&?)ZCP|&kgPF6hvea?<;ej(8(HE( zA-`CW+_~^Qm>;9H9WKN_oA76@AmJTp>%kT0q0p0qG7Jx+sqTpn09B2sL8%`0ye@?k z(Fc%Zs;8CF@NpuVDvy1Km>FIkGN*^BUUq5>C7DDGJZ+Wq&MSEW?Kb5uqBtd0vAq#9 zLrqpmbxukD#Jrr6n!J*pR5GBQCH-Qnsf3!Wl7TrTLlSr8l(@?s%+6dilT>XxC4*zX zq7rJdO6qb-Mkc<>DH)Zw#AL@^?r_-|5$lW-qYO1!CA;L5j7^NiF6)!s^GZy1+%*iR zWVhI1R6^)jCHp6y$|*S@Z;8py zN@gSu&M9%1 z5TK+6uWU&j(aw;=V#iVk6GxBQf9uyPbDIs8s< z%3VPy#7fONC`tJ%2w16ULidlY#Or`8D3&gM@J%h5lED*zL;n9@cWdWQaR~;CG>@N!x1y!64rQBtKB5PDj z>~y4@p=H*nwwzJR5|7X*)0CH6BPy}F_xs^cvck#{tnN)10r_|*Tct~5Z%`>UTcs!D zl%AYuL-%Esy0!f%7Sg)WvQwNA7IW&>_6x8))oUc= zGu-j;)I5x5DZjRl;y4JEDdpGpv2eD9$FH{W3sCQ7qQ#}wxZ~m3Vdy+ler+GiU4Nq| z&vyH<+;tW+eU3XGE6k6=f2p6j{V0hg753_}x=VUCKpI!rbtvepe<~O6q zO}Wben8;QgS`67;2EZ$2s$PcEQtmPU){UypXZ3QI0U}rz9!vY&WdN=Vcf`1ya+d)j zD6}O*A-l@}EVP^IAiK)|5nE^{#m+?{8J3(aw99gZc4eY@XJ2S;ZND?F6}+2)61TRG zXGN?2jcHzLL*5C)FkwtxlXpTbGqurWIuTU$N3Wf_*6oKAR5}XHA6=Hszy3;8|&Dw1kbEXjUJC%MZ6c$rYu zUoc#z++~6YYT8qDlDkY$fSPpxYtH@dcsO}7hng);P6joN^|ON116Gd5f|^Bm?^o(U zw?7IQZyilNqJWxE)3|79kaAZP3ak@ukFAE$8G6Dx;nAEE9!uFcr@SLnEzMZe$?cHXrH@Sfj2r;9SB#Z z{KX2?a=^}0Kr%@^~o)EiDlp*_y->rE%4Chx(T|2r$YLiu6(H7|D^qySDc&F>qx-#YD+*jMmOhMu!d z`_4M8Pc#*YB&yLf|+H{rz7YlsdbB zf`Xv>Jsg+n;sdPJDXf1nEhcEwO6SumNB%KVR`b*<)!iLf;g7ZhsC&ZIxPCvYu z^ZhWnFMOKXwV3nv(&S-m-Q$Zn|1L|Kx$?wf&ZEndPq804xR~?diew#y>BXGaW|DYU zdyqQ1nDf)>(uJInHW#mjH8sg%j#7(@IpJHFTpWe4#4H^wP9D!*@Wf)yx|S!eV(YxT zn6sr5l3OznZY$;}yfWFsD!a9K17e?^JdHi=?~B<>pOfU;dFtb0w*IxrXX*Uy#hVdr zU3xh?%%Vs!YuCf+KXXh;Mv7TOwx-uoMOU2PLwdrT)uwtOCS3b;uoFGpfiq+#XU_XN z1symrQm;D??7)`3)ys*XxRrKPMhfZvp3iiIP!<LKrRSo_GTNO4SW$hb291wd8zz zHG1F@cY;`e3E|mDqNKvL8;mHEQMXEZIT<6$=1!0+os1D>07ih4Dkoz^8H4$GNyf<- zQTPS7lHN|nFn&CYDA~!$7-3#PL6r1yGWw}PxWA;@$>^u*Dfe|U`l$hEIwk#_jDBhs zil(H$lhIFY!Q7?9op$1~Wz}<(-Dzh8BhH&BqmrFneDqrnpvIRBbTUSqrDc!@IT`)d zpHaC=20I!3)~@hs$q*-_bN>^(TQbzi7=b3E-jvij8J+!`Jbsvy(XSQLe|1hq=l?23 zw36XY#)veP`$sq#gTZCAZ={nkBE5zxR5HrR=;u~pgen>BWHhvRw4^-t4xF5M6PB5N zt|WIdTe5qiJK9IpC3K=YdBtVYs%aRuOZIe1;51(AEg5I!603APFldaNyVr!_Bnyu3Pb4m|N+)bq$Y3afC zAX>VCmQ8W8RdQhL1uCH?tK^WJl0y@#;XZ5GbbAo*t2i2y^peAzB`D(|tdldGj4~dA zW><2!lTpUKFn=yN!pSJ($7s}%PDUB?UYnAmtXzmP{5A#oXty6__ys+4jFaJ+sc85m zStr9Yomr=5I@xAwTI^a_o?*^xrW$gYYD#>|Oz}lEC9~Z@m>PbUhCIj0F*MY%m^G9% zTRDz~a{wD+if9 z%6KP#)gkCYOBS_LIzKj#N~zf@U7S<8EO9@Tp49~hEq6-LWpwQed4-jE%fkmOj^o{a zxce{cqJHZ3Tg#WmUS=Xp$tH4QE|HaqiqS~q6!tTx*vaUD z-oS!&$t6xk544i4VZD=4doN-Sd8w08d(UI-zRby}y%;rulFOZp+It9(zrx8j6X(b3 zVQGdrv6;9kmx*f<4>1#eW^Hw+r2h|f?*U#_nYRC~y*HZ>ASRSh1TkPlN&+Ml0Si(E z1z{)(>bOlOl4f>7u`B90ilbvMsEFOMU>Qdp3)Zpsg1z^~*t_Sx-?G-dL;TNt=Um^p z&e>dR=eM5qywBVF%i26?)`fX`i8ay@-N1{yztkB;H;`l%^;1%mW*)G~z1%)W55$yP zmwbVq(r4@Gm7%A9%PyDzPrqY5zQ#K0g1)CU2lv;yd(``_`r!UL=P6S50k*Bz+k4a| zdUADgCs-<=Pu7zgLQihaevh7*%Kmp}1ohHX_FLRNI@}xB;QzzjV+vQtf_JOCM+f{S zJAm8VJv!iXFciwY-Q6Rlu&Ed1{?px~13qIQ?(cB-D05FSyWBi8hT6mfM7ej_=e=zt zZb}9d5ede`Mq*bv`<+oA2{+G-`A9tIp8H7nd8UtqpJ)0=_<5#}gqvq_ zUTPxY=b1hdk2(835|3v@;@;!~j09t1Bk^PyiD$AKck+>NlSlsF0+SPd^5`S+e49wT z;O>1SUUc_}#BHpto7}yR#7pkpN8)97?<4VwyZ4cJ)!w_Dcsh9^LR!F>*hst{M&hmP zF+2N6xXEJ}2{(BRbK+g+iO&f)d5rl;yzid-NPOV#eI!0~_dXIIxqBapkKMhG#3%ON zMdHomT!gfMF|m>OER4k0*?(pv%+TN)>xe^xBTx==zja2@gtRbazjODtjDD58ltyXU z8vP+O`g8W{q0wI=qx)gyIQQ4cXdP?&Zy82^O8!Wrv}`6Wxv_8xl-nVey=)gZ1Sh${Ts-OI!C&Dx; zHxWyo01pcoBpaG&@|TOr--BUj{NxY+1GI1h<^{Qa@`rV$!dX2b2q%BmH0FBm&@}B^ z(>x)=^W#5uGW>Yddo-sMP2EL@m22bUVz|z&fv}T0;KPy z6wLAhgm-6-Cid_G8{WyWAB_ z`OY*?t8SMIfj@Sa!1<&NY`pxjyH3cXBiZBnV|V!f?uC3;Xs$nYhY3RA>&%jUe0UMX z?^xIudjX>O9Ba@LFF+LYnQr@ffsNu`vE(C&MFHb!qqu(*#Z)YN!FF3W>IcE?jM zU09&Yyd|7^d6W%YxfkHn%O+I*+zKy1eLlMYf=VyI39&;MfhsRR1utPTReJ#v@;=6> z#tV>;yKN1@QZGOSAIMy+^#WAz`AoNiyZ}i(n}fh*UVsYTKn;IJ55LS;_yLX9dktj9 zt{hD@cmbM#gOU(5dI6e%7bs}*0yF{Nuqis&3veK62gbJ93vm2)6$^2ApbtloW+44@ z!vlS&r~Ho$x&A;O8XZ=c17gXg$bbT7k((!PuX-S9vk(!O$g2#)blMA{G8 z3WC*MfV5x3b%tZT0BQdbHIDNFq&*TP$UWW*koM11; z^+wSM{mN4ES1&*#w2mP?%?nUNKVtnm-3w4dm$D3;;RUFnH*vV(j|yUIudtZj`lEub z(OeZv)*+h3cK2mqtuxI==pKgm0`C{{?{RjY7kUBmuOll$cvKMi zw~9`}qk_o44>{irj|w9HHnR+@_coA!kFedk#0!vr?=wc1dI9o}zZRN%nHM1co@H6Q z+zXI@lURqZ@B-xDB6e6;dI9n;mkD{57a;#GW`}jP7ohGu&GP&=FF^abjtO~<7od;3 zh6U?dFF+1=V*$U;3y{O9fe>8p1<2u5Y<@O)0djZ-gMNb-Acx;%qkN+mAcrTg=-uQ6 z$l-D}3^#iLa`+3@n!kGi0)<+BUM#s6GO>W!Y;*V@Q4Zf8%bqdQ=deFl$Q-_nEv!FR z7()(!#B{sUn???w!pykK3y{M^@VsbQi#;~Z{_yhcVkaKuwHiUBDb`G(2Sh$dB`i>KH zL`lo-4#B%#U`@Y?_|r7)Ths4HroV_~->?Tv|C8PBX6KL{a|12?+Y8V!S0o_#(hJZz zT+Qz8D=$Fj(4{{FUwZ*MhkVwqZ@d7V!vfa7Z@mCTZw*V@cV2*^w;~II@4Wy;Zw(uU zAG`oXFNam-M=wCpdwehiKY0Nfm-kt0e)a-1F5^%Va)0px6wX~(IDhp5G%k}^yMFTm zG%nY(4hL~JVMFo#Gczsb1t`9^Yy&~u3D7n%7e9|BpFnCBFuiS3cZl1W;&vT!v*OuZ z_e4@JWQ)?tIm8Ky!e1D?Y;PJBf&arMx3d$VQqXkAcycIQ7tp>n-8C|u8_(XGrf+1X z<%ww%$Zk&H0=ZQ@nWiP0vzB^9mU_jrJI?k+t+#iGBzt%WO!sku7?SL0=5}8%K#~{DZPfB|Ht}Xb7B>xg z=FDITuE^rzf1jK*8@>80E}Hkxd5QI-HETZR7zH_R^5%#vE%HrbdsGLt&TdvCDBIcN!+e{yl#l^+(=CpS1Jy~1?+}RxJ&V4G2 zi)p)=L*2P=WN}eynmNav`*{`@ckmvauCVrniNfrhM&4{TH}i64vxNTJ+$_x5hc{oE zo5eY$tkFMaabacu{5_cA@mLmDL=Mcqmx+M=MJ{Ai=AXpwJ0B;Makn)80ama6u`JI0 z>++9g(^4AC;{3fS|4^paZn3PbcjIa4t_8T86U%x8cPo1}w^U#=BbLSa(qZ}Ma(avx zN^xp&RQ}&M$T&Ba#i8u6`MNg_tgB0=+2$) zJtKcGBjir^o|8YAn(lP(+Wc|Mq8DOW>@n8mKVFQx7wyU4OY=uE?r+4h*auvh|G;qE zeE|Q^5L}a=$NK!C)!dNZn|B}CyPNY*W)^;I?{3X6#ee22~Z-}|+ zkn6C|`^35A&xNFWJ^cQ)<%}rhoc8G(#B6HI-X8}5}ykc|HC+8!y?|CE4 zP5+!+jK1J=4MFFvjcHcYHo^h?&i&Cb2BREaEyNP#+Y|S z;YZWIMIp!=o7jY?BpHp)m*DGGTy9@Hc_q02_9z^AlloKMc_EVgC9i;2?mSF|X7mDi zyLYGDy>h2p(N^95fH&97fd`!i9Gr{i19~D>eFijPU|SF*MsJ6=q25bj8 zd}$d9=esASiSs#IZJ_h}iV%?jb5NXO1L8=>_<$O4V!%~!ftL@mf$O#)v05B9ZuJcv z_BFv9iF}9;*bkxWFkm~ha-9ZT!kig!I-C~_coeR83lc{oS-KsXxC73*4(WDu_IdNs z1oMA^cROYq+6r=h9EqFN+spxX$XU%N$8N)P>y-06Dr>jnwqaPi=G={X)$RCg81KBC zooMw>#!b(hC%fS01as3TXHEfb{%mgg=ZwzB&57I4&w`wb5yNgLnVW$*@6z-dqgIGF zD8}!~M#M*yKzMQ@2KD5{`0CoJ`{3*s0D1Ur&Y=4adE_AH4jAh0N_MbS2mU{R#Opbb z4Ncq#g`qD&5c>fh*muy!)(%_{1jG3A=dm9KlVkITS0XmCA4W3LMv=;Ra}=F#KzhW! zGSb12#@5~#I{#|4bzZbvErN)L_V*o8vVzz*$)liGyf2<0FU(uqi}%9KY}}wp34#%Q zaEB6wcdYX}4_EBlWN|5^W#AO9;=#CC0cgdApxlXS7yHZvWe42H*6y;<$Ku}kiAa4*9ej7)dZBYJ!`@iEdL3teTC@uu$DKz-8N)=1cUNEwBE!u{NJOgxjUcti6K{TjXE!m-*dpjpY{%dlIo@)c9$8& zl~kvJW=vRmE22)d>jJ*qGIm?`lZ?YNkj}vUG+f0G;%0xqzPN(YpdP<_00(ymC*VGY zpUPSUovk6|FAz53D&7h=rvOgI6%@S*=lrq0zngCp>D#l%($SB2aw&Ay)6wU+;j2+^ zHI9bB#GP<-yZJ`F4q|s?A4Eq}@Z?G8JWfaBaPtA+Jvu5q0(S|t=vl!A+{f|3HMrp~7V@}PP&yBH-Qi%X;2}ELnEeWU@2bY z1qVIM8$e_CWPbw(qYr|#_yBzE3#G+WEZVpXawzsS-`yGh`?7~28;W1XlSb&&<0^gv zH^%{18%Iwa1i#>Dfcfr5NB3u^=;&iSVJ@9RN3Y|CzmmhZgat)c;%;v^+Rl6%M-OD5 zK}YxE$pg^2kB)A^4Sy2jCF7_7{?@?J5c6#u{VV%nI+}y^}AmE3k8C|w2V3@A*aQt4{k zp}rvxHd5!1UH zMDi5s+zaV(c)r@`oYjCq7M^xQ7Z07IlJ`*O5=hU(^K)>G;e)Z)K@$J#JcO_bky;N? z_aKj@m-sU?O6kDC#VKMZ|@#JObY@(yR zakCllxpBlS*$CDC=G$b+amoGZh*^?E<;Nno&60kAzPN%SX35ilf#%ydIzIVVI%2kr zg3bs!Vz$fxOf!zo!QI<%G}wHb3i;>cgLHHwp6mymC3JK-ZVm?Uq-{_%0Lk$)V1)V3 z2gOcG{zOOP@#J{u97{(9>*(Mx-0-I) zpD_;Bp%Rrqb)xxMk=V(}KhnYNkbZ>cAJD;dxcLq6i*fKRswW$%$-!d!a7yxcI2fG= zqs1NY)f2si`7x=Y8Ms>ll^N!{7sG#Q@+K-DNacn2;wiWta0Nvx;Rjo?Jj!wm+`{1a?d>cpSWxq&ASL4Y?(D{IlF2v1mfM1Lw z_QlV_QJwiVj@D*(-4A-~i+grN!s9X>;4r`tT(&QG2aXO7_-!0rkUg1>*cWj1Vi!7M zU%*rB3ydTB^exm^ns1Xv>vEQRpALe~QaWO9Xv<(b3y@ zawc?6r=u5e^Ebd%#?exk=mST`ns4Li^6WS1=omcN2pzufw0JpgUI0929C3Ux1dje} zzKx?Rvh(+c9>*A;K<6Vm;ur(#=D}~q5xd>-aP$}RZ5&;hy$2n!>+J=-p14fcTLc(} zD=4B*d&1F~=G)ZvzvUe1eVPoNNpwV?_5tv}-2_E!y~^O|0`qMg-H?4V9kB(ggU&&8 z#1`xrz){8#OGGmqtvBB$csFK$L`N(UXG7;qI%0{q7VtOYh|S(HaCC+FHhtbr*?g0x zY4+}g&PF<7v$qNG0v(mI`#KI)`NZIRWO3}#?3r*dj$N1Svp$0smj{BPQIMUArgEJ5 zHeq@)`*51y15e_epo6P;SKMHeH0VV^Q77E3gQK0yw{i4T_KkEj2v3Tk!OG43|P(RA}|96giW{{ZMU z6198E{nxH%VawsAzCUV)=|=G!FM^WFYHNA&4B=v+fb^yz-Uy~YuJV!yGE`8Gan z>UO;M=_TmANJsSP3jkm792C(fb|MFuZ{z6o?0kHct6)R2lHw zIC>*{v-fEv9q^)0(*aYBBj(fgP_H%L#?hPE+oM}H`Lr)|@V0Q9PfdUZ;K+=p+mAEfrV>4pZAN7sJ7c(k%Z$qU1GdJ+ zNzJvK)ciUCWx9zqKG*?QY;FC4ekRd0)XgNGLj%qh)lO;l;D%H$!PG|m4EJfCK~9s1Zd@P$nxyLWo{`hniVgS>|wF&=8;VO{bz=oR-`zjiHAJcn=TS(!&Fj=hMR#cyc`qU28o2!o z%E9SSK*!)z>MThXQHO)m&++_I>J)LnJPXjld~Z#?eUl5R$3b&~A;A@l;Gnqz(8YWk zz5SAA(A)>ldr>DCI${{q|6l?>2=}qI@4%3qkpH2?27Gu{0d;0`;bA0P4aYU&!(~1) zj8Z>3U63q}*I}@O$MbL%e+!irfL2`aY0Plw%od;KAaK^F*%>~~Ha`6Yu1>@?A`dpB zl4yL|D_J}YQohCGdR)Z=aPtD-Ib87RwEpmEs`2Rr+{f0wSm}M5TI}M)UjdCx9XAKh zKZC1}a1AdiqHHQ<-MgZC;u`)(w4t%7dr`*C{n3==vcgVXLfQVfUrgEPQp##6I~w+$4G z=l&B z91Pvq0XjRIoM4<{YY(gPIk9t*&52=La@ctsAH)_6R4ZBhHg)tole5@{&3p|*Kod-F*bHCWs`Bg3$D^95C$9YQ8cw< z@;3(hLrD3f%;mU>U&YOz0e`|3?07lu1_HX`h3arHJ~?_LB*i!5>q023rBX0-f8>4xQ?6n_miaa_ z!I8;gPPz8S^L^=nQ?FHk6?6~`-G-I6Uq|vhT(Pxpgpuo~k?Ut7cRC!MjLSx@pN|~p zl3c)xyTv@%8IXM#44L`leQD4!*@!Jf@1|`iDcRZf+_oK}ecM)I#9Rx#P8w11nCUR48A6q+bsn5B5R}YGU zCSPb+bkM{EvEIqy&@0ZylVvbeOJgHGXyiH$mfFp?(d&~e{uNLH zdL}qaow#%bZ+7Go?L@vU5;xOWV1o&Vp%BFTL64Jaqt`D{8tL^*OtN}EkAPkt^f+ZQ zdU>js=k<2Uf?g7OoMRfjr23om{$7T(i2oSxnc#HA==~U%@ckHf;XAejdM`nb^E;#W zlIp$W^*-qWy(gf@*_qLMLiL{TdQ(s+P7ihxSJAXib-+eY%`G9D2*4$ElXl zTdsP`z229IOne#iIM_9M%i?3A@GXn)V&j{;1N07r-uGVbK-D|Y>upBGh%bU3SGJ73 zMe&J|y+!e<*51M)(AxugGris(s<(&N`xxDId=m6Hqc!#>slSuFzZ+1;;$xu41sS6^ zCSDTxJ0?ES`g=0tF%)_mz24Bc)Q_R@ovhwi>J5M%$3@28fcValy#ev*R__2TD#d$1 zkE0r+*CReI((4hQdXlM^y$3_D6ZF{M8of@c*U9VMiM~GmWvpj{ow?EbGA8Bu%a|+A z@1u8#e*irWFO1#?s`r7{`?Ux3UWFb<6h`mW*w`q1ug0d>@SVYW{xtMB#xZ(NtKQRI z?^U$M@du&D9RZ{FU`*=ygE3dnmlQy61N6A2Z}c|Aq+D%?O}74?-wk?~L66idHiZw+_tWfzjfK!Y1={R~jnz|B`xK`=;pfiKTMa#S@J4U7 z#(K4n^(os!Zzc5D4H~_b8taul)(^q+cscagqZqyNn3RU{m@5tEv()SZJ@&&!Zy(j$ z$Lkd{9)b|foa&8pdOID0L2`U^&je?cJF^qnZ0g7^ z>sZ>q>dV(E2Rpsq7dP+sOmK>7l-?h~0u$_XRt_G#+B3l^qIvM@X#3#rUGU(Uo(aw| z&4Xv0i+{mj{Gpx+&hgBHhfEm=cB&eQ2X~=1_y>25w5HDA3J-4XncyVNxVYK5SVdD; z_e^k>XC7SbT=d37D88;|g0my@V4W%7!A_5N!hB<8=BmMU95{;|H4Ep?U^vzrB)ck zy2ZBNsz;Z^R{geG)Vo_Ok9~Dv(51_+5MlJ%3j^4RU3Tg+q021P+79jsVv!siP|`6M zx)`N6y`nnIu%ntZ2d;y_cF&KTRFpm%<3hrTxG zeUc{neS08gJHy)6d_*gFLxD*#<7iS}KI`v9CK0V@n+~yEyD&;oI0p=Y!~XDgTMclR zE;(Jgc424=a*U4yU7%c!3>s^s+qndEQ7P1@L?*V^2u0$-D#rSd%RFamhQ<8MMxXY3* z`Kt&u*23Rwg_Rt zAr|nXuy)t}qYChy}DKj6i8b4kD#?=v!byKhcHFWIx&`r-9t^8rZPW;O(M? z16w+o4$#C!A2fAAELgxlsQXx^OUEuEa1W_N@KtQVMF98V@E+YFCMhNDNMpfbuV`m6 zXwx%PBdMs`sRP^NcrdDsRZ2xQZkEr`L$$F=HA+PlckYve@n$TT&p%w^WR&J#L^1~s zg85!A`n!j5v4DTPiv{9hf!B+WtXR3N>hAP#* zGOAHW5I2q~71fy8)J`I|Gyx)MhAKC-xj(G|h?xy;N<}qp)VM3Hs*yB9m1^9J&Q$f% z3{|SlG^!dcFBR38*`nURjcO##Q04YCcbhX)z)M9nZq&HPtg4YTLzQZ07}coPjGL`# zN;6cs0d0G`uwvM~=5?l-i`+-j4EI#yhH+*JdTE9#)ixScO+hcsP^H>aTc~=esK(6h z@n=Rg3Tq_IP~8kQbb}dTjhUTfN<|f|Hw4`H)o4XhQN_3eYTWcy)kvD5N;PivW~zE= zhAP#jZ=vd?q8c+hz<)HVQMyLb4Aldn*0hDHmu9GPcypXl)pYezQH=&^B8-M(BK$vS z79wZ_;w$rh!uuqEN%p5 zb2SKu@G1;7y%Em-V3mJ{;A)%dR?Ygdkbk^Vl)zMpf?|{gLPSfdL>0=VM#PN(%g8Fk zo%?jcUj&VRw#9`BYy2X@-ncTu88aJ&eAX#Q2ct&la4~v@{uLVbgTaf*{5|ovYcRT$ zu5h-qSC5M*p%1ZOKYW`{%&1bBX`&dCDY&u`)di((eDx32iLqwBByQMLv~eTM!__u! zoQU&TdvWv6)ECB$n}ySHWyXyX`j8Pfs#2I~Vi+Vl<7zi<{-HXtg&#KO}*&dhwsEkSPKPf;9E;c|%;qo7qoeLrJXT5)jzbd;yVu2( zEdL=-z_l|j&dB^nWt?sK5C22JdR&*`;!=qJcp29_czuHF-?+ZU#ib4ZA!p;t#l__g z|4|tiEBuGds}C-&SNIRt0{)DP10`Qh{IjVJ{=ZN@Uq%MUgZT($EcVk@Irxq-HF3p8 zE^Vx@8d+c4vb4D@J+dm@#H+ZrvU+4iV|`O&LsdgddStq>Vr06x!u;=>|B(aO8eKZF zwxOb~wX&)m=OdudT$N7OR*!6HY^+O{J-Gw|0#*v zc!!*8uLMDyYHq9#i-O7Ek&yg%&P@SCA+*kX=0f^^$N7j6VKDwj7QDCoKWIU1X*vZM zQNdcoo4UFYOW8@KDyyo?TI*U;EvuTU(vYEjNTpjUYa3c{gDP0pSh37fr~)Z8;1F`O z(alw;byfvp?RlIb<_yHkA8x3rJ4F6*aKE;yBj)@rB(pZOh zvS*@ScATOFPg%#3{WElOMFO|D?Oq!AwYwYbSmN=+O+4VoAxsYA>a5>& zg-~R7$qfIH|1SKUo$ZT%*LE2Gx1#Xh^t;;mF8oin6aI^S*Ht^=AG<~PO&Z)2&nO+e zqIB+ptl2uzmBk3Dj_+izL<~Z{2(oxw$CQ&Ctjn_<*ow`>?$kxw-0h-PoAK5>Fjw9O4}* zi48^>mO8qOd%+lLn{ki*PTJj`nRbJt@Y%Gp=@3gi(5}^|f5+;^|I+H+?OJ`|cdYi$ z$mTvis4=!Oi6iYpHcLp;q<@<1o9N7>N%l!Br-mkZc~}|-n_A!tL*K|UT(-3wK9v@j z|5L@5t5F%2dOJ(DjmJ4gC(uxdAVcj(&Bb2qUHlx4k30Z0V&`gwcFF>KE?F)b`QRM7clGejrnOkZ;t2 z>~6lU-yUf{`Jc6KjI`HfYWIt5ho#x}XUS1vA|aR^F#L~qz*}#9!NgsMj)}+2@Hd&{ zooj2hwNFe&7;%to2UkX^W8$VTx6IS4T@i>Zbf8bL{hU`c78BQ)BJV6>KFT5{UgpM*SbAASTTHCsXAWa8lr&Eg*CiN1;~*RYTPMF9;!Bx%`s^0rPX4Eu zUy~WSJN_#Ry=;!#Fx;1E;l%%Q{9G(tzFG_4X2#+yR~n3}O`(2PQS&du!pC7*GLClH zB8hu%X~0zp`(R2&IzHuUtTARo(2jwO5Nt3FXtIa+lk8;N+m_l)aFC0pp1#HZ_!>>i zwkYpVzVJ{VqQr%n+A_YiA%OPVk@k(5+U?nXJkmZcQ+r6;ng`oI8SP|OU-NQwetBJ{ zd+{x7ah|j8J9+mRDe>m-x)0-aQ54z>GPVDIk`iJ2_`FStu%YMVm(%l%6j`0w7D^j# z?LhhGu(T(R|IaD%LzI4NGHpwXZ>P%WO};a>lbN~2zJ{v_UuU}ar6oBqvHA$pUJXh7 zVj5pW%y#ey?MYE+KWyJUw8Pv!C({1NwMDKC9~hO*KBoPF?X$wRC-GH=Hb%m`!E5t4 zxjQ^y;>8irZ_IE4k9X%&8!;nA-GrJgwXnR#IK|+@kHnwKu%8UeUKbikw3=_*5t$6V zJ_^~(zvEK0FN?I_%g9j#6oEO{XW_Pq4?4L1zn@Qo^Zmn~i8eFg!YIXT{=$@<3Y*+q zo0%JaamXc>@%Wu6H!lCr+Al}iZA$SLqXmRSO7Y2=wndu@5&aXrOfHzkskaU@Bd#94 zHEFjF-I+OGl$eF(?A|D>|H|~eJ?&c~?aMN?rNs+vOFCTtpS3ahW@j+M$EYhZfUSaW zXOrHGWFDTNm?klHj8^zA{#_qzp2N%=)`vXrLx%e{s{`IMcxB^*Ho?ZHO`G8RvU4)i zTHK=rfR(Tv_#jHd^}ieDFb!Xew6Dq3ZZChHjkIt1&)N^$^w^?D%S>tJK}Jel`5!DJ zr8im2?WeR|TG?VTHcaVQ0;4__1yqg{2e+n{`q5CEMOe5B`vX~1YBQ4dX@$koj0M@x zV(l+|z45!585V|hQBr@DnIMw&Ry&qB%P6;<(0}zizQ6RlzK4T}%Ol_4`H#M@ZP)i7 zGJH3a+N94g4A@v^G2x5||F1jV!LL(O-U+o2g~P^*>+yJBVJdA_=1DEsLP%FNFR!Xh zjh+zThci=^Wi4f?^48{bORB0Nz+OaEbE>(lesrq3vALou)l?ZYRq{!F*~(P9uC}r& zl`gAqs;dg-O`kt&-ptg(S#x$Dm6|hm+M?OhgUZ^PR7Ksg@%403(bAl%TOOoR*w-kl ztAgLD6#hFde$IGHUs@wssq?v^u{PZZC+TXpi;_xLwWOL?rYe?}HKghrD}4y&?K7vu z2Y@lI!?p!9TUH|QCLonn<*hZ4)di{MsaGNbx`uz6)SUq||_mx>@&vAm@Y$zQdy1%X&r z)!I~oZJe@})-4aQqH976_0V!LK`^x&VAdT(Ysxg|PWesI4EGcd_ zF)Xe??K5k}tkjf+si|}4%$d8F&)9S&x1LN%tgKz0YG|#G5`9!q*3?wd)Qa3?#v|^C z&(hY08kC-vdgM_>y1AvXzMR`&Wyq~m1CyA~;BQ4_XG~P2rtY=S`<$v9H-InuPsZ5 zwIE$rRn=rgwWSph*R4p6ug?e!YEM+|E6Pyj%9sii!oP;HItHQv6|iOH(xz1Ts;07Z z8vBY&i&>=$OiHI_%$+}H^1{@-sdG}Z=i+_(wW$?p76=AdtRw8{rH#!fJ*yf}*0^OE zAeP3z%8FK$FEjzDJ0?j?O_7R#%FANrGjK&^i%Ff@no{d*MFkQH-m+ct{$eXNRTEa{ zpu8Np;4`5$KuxM^2`a6ZWvwlZCMOX0w(;WqoCQ+?78ArAHlV~tkHNF4YZ5w4Un#GF z$-;)lR83h+Z9`3}q_m!SXw#>%s;+ERkgjW7!CD_SnuuysMSYmoEWKqFXl+?=Svt@V zrtqKlO@+r_7MnYp zRup<9orDWX6@|;B@aQlFsK!k7O)Yx7umc&T>1H~QacUM}MxSGvk!E(oQ4X1g48^X# zzO|vY0;LYIK+$4+Q}yM|NK@C8)ipNM6d)l@%us1eowh+qRg|@+(b&Nj4;?IHHn9p1= zZ&uWhavTtLagx4lRB(nO)tGKBW&dK%6xh_Lg4m{p)3{g1QRRqg&s76}J&%tK%|o{({NAv`O(o>NAaO(~HiOjp&LJ z{M>+Zg~7&@$qS}WnY`CD@7nah6&UUL#Is#2Gu4(xw$Dt?%9W)w7j?R=4Vn(7fY@L* zG}`VX@NIf)xoy&M&JB%#Dfi7~E5Zh%g(Jq53}`x-zi{fTxdDbzrVds#wjyVl^>wuk z=uXoW7-L2Q00yhBYPFMMn8JjyaH!==8YTfL#H*>Q zqPDsgt*sl-*EUo)MuXu|5tal#%AtKLfT325m^cQr#S>vQ-echCQW}Yws;O%%M@rY$ zH?<-Mnp&EDPA!@|e_=S*=eV)5ys;65Hnd*ZTvd&Fhwj#-h^d4aJg^@^QrW0Fxq+0Zsu9aM#(gQxtoR1E-AsyP|j4Y!}qESMbK)=%1&}hb8oFpKh zO+p-bXf?Y8wA?H6|I^e+lh%80iq|dgB&xK2_xVqk4U{5Ztk_;Pq`yXp5xt3(FB+=EhOxlvxWGq|maY z7EGQqZ}#+5$v8+%I)u6E+8s<>NBaiH7G{q784g!|YIAhg4~)HJk0t+<-4EXNte zm=f_X9#_+#-s2QuZADA*^2Rz0N$RSKF^fcdP*+La=Bh@NmgeGeP6;SzXoP)qEyWo0 zwZLX$b5PTW>^I#FRucm0%Fr%US5=v^sS^a26pjpPIEUl_Da>bIP;FQ2(sNen)Ubq_ z8poW(m^kVKt-5+FqvysdJ2^MCgwtO{lS9~2o&93cTGv?P65X0(IjOCwFGFF)QVNFv zW}a-u$v*E)XKP~4vDQ!<{xLd8ln?wDt#(kslQ!SolS!dhmU8Z(~4 zY@)W(%=i&+H|#+9NOQ7P;fLpeAAOgYa*7$}^wgZm3l>hFkFk_`98M?gSc`=XRnYd) zqr<5MqMbR2GD$8o;Z-T-vWsYB3O&C`8kae&+%1h9M{!^pjWhhBMPS-qHoHg-Okj|{ zwpB1QyqS~t+H3l3RHD7mJ#r<>uQ-@touAFLI~$yh*&st@7Q@DjWp%e*JF8;m2oh5=|b?!&+*v6y(g0w>4E}!e|5=mqD#fTf)V*`cgMkT+S+PlFF1w zwp6I)uIOR>h+f?^r5IPun1zOhLn}lxRr+sXyB+<=`iKPL@on=^JFk@g76VyoL zZQUq-F_-H~`8AqfV@xq{LjtUJudlU`&E zt+^?tZ#+V47%=#9XLT?makEuZbnTQcW$U>tb(m=k!hm@?)RD7Q>54|5N);$@=-3c_ zQ{YlfW79Z^j%j5$l0~Z<_>nowza5Zh`9k>77o^RI(*z#1*SEc>*_a`5m>;CenoT?7 zMrUrR1BEYK()Fd&MyDLzhc6xrrp=i%)%TXJ$a8hLvKDg*Ea9Z8>&j})o8<|!aE5f##wb!?gcU^lJelzH3sjXVtCUs2hVm`Ws zQqB?3ifqxJu^Y$w+tfW%^QTW;G=IUYy{D%ZGMdrM$;{Nau3T!yfz4Qih6qC}MiYh7 z^a@yR!gR0#V?wrOX6O^tG(qY{7Fa34kS|;-F^h_*DVA}HPKW} zM8*%V;R>TayO`K^_%phcX=IuVEa>VolmwlZ2gm_2=3 znB!qfV8-1|%Uh75DFm1U{-tifkG3JQWZNsY>fy{A34}hLxsCRa%l)Ne$1%fGQ)+8i z#u-S{D=wHldGG0Nz*tdj7HkixYHq|5huKeHzs3fZNox|CJ1lY|Yvib)W*de1>Z-9V z+OC*JeomV_H8o|?tl0}wv-U!USJYLNHDG1Fx-8ui4L0jI6T|cg3tFSRJu{EM8UykM z9km%)AzYagBaDVQ!5(c_WyAJ_WACs*2?tRN!WmXu&s))wVp@h(Xr#OyPy6y@Vu`e* zxv~!4AO!ZHtYs@BDG(tpS(P6OS)I`skn=*CBx6=p&N&u(9h(0=QlOWzxR6?$P2GSCn=F{wr*g09azLvuL zqN=VI7NX^U*Cv_dH^qC5?{u~pymLtbaWPAsQSZ04p&EjwP7kdW^<vewX$mcE zI$H2V0_pxo##jLhT-dX)?SmPt*;QlKN=&L)dd%qD3`qRA0#%i3bm1B%$J(w5hY4<8 znuRbHBkp2mOv6}fbkOORtiuA%6hi|^|INVDMa+$bd`^`{Sy>uoWoeX^+_tdMj^YqH z9vkLWX_T3%iZPKm%FWUVp)^%7KH42|yO`V^Sy5qjEE!-dmSOo18r!8alra-Q z=9%3;;JDW=D_3GK3d4^Ss-|hNSfP+MSVD9Ogyu5U%Kn=jC-y)2ylDlu685bL)8Hw$6ql~K@6E*4nu!LJ)a8*B5Io^k2@^mw@;1LN%zPuStvYAt(JVo0s zCJNFTA~qOUm^P7nhn%1w+m@%6yVDBTIby}k%na=)qM;mjWGkDo6o%aa81n1KmH2Pm ztQR`@a7itdNk0|LXY#l>&V-t#qh6NMT(p7%_f%;~bp4Etx{?GuH zHqDZj?Yj^z&LRAIN~DF9cYT)``J;3&dbUKhHkiq>Gaa=jk?ZluH#0&B551rmVLi#t zjA+?RWzhJzlP(;w@T|Zp#=)fyPrZc0Bm|WISDlAk?2x=9sH&{ts-uY}Vi2vbu zs*N>OH0bp{B1=W!YWp4XnMYG+0pm3QPd$AEUV{z1w^ir&jV@C&z zZpe?exrlp7`3fyYD3yMVzz2oPzhQ*23W~w7o2S|xQ!W>v(l0HKTBS0(oaQEiVFqwf z7)8VGf->@=noKi9-Es~s71fss(}8oS z8ckf#E+YnZ0?DD0ThXeA$0(8}Z@GugWWWZH-EBo0BLgy|Bs-Y&Yy-1Qfk6KyI|;YG#-pb{1pnJIA^_u4YCUu3I!km-WmU zZZF>OhBFLyWq$8tlsjG|sROMxqd*QzXxbi5NON<`I=W6)7H8m4o_!>~A*VWmwMdr*z1 zK2fbqXJ!hw@nC7xoMucy&BKH2vh1>OzrrLY77I;}X67OpeLTnelCf?CN6*YcV#Y>* zSz_gA#59-YNDS6@d0NmLN4Ya~4yBJNtf`=_W9FHII=Ih#a|~Z^QeL*KtgftiS=q?) z*4nztk?el!8nH2im9`bmTT{fP62Xtm?Os$wlPc(g*xJ)2+k5nBSe3@MLU`JdonC6W z*;zAH%QuCY`3n~~Q-iE^tF6d9+113IYX^A_3A@!8ahV|sW|=T8lrV}-snhb0tSY-WrSwnl6!Ojp;oW|$r)WvT`; z%#L4uN1buHG_>uP;LtA{^IX(mX)yaf6F{iIoeu(xjBtb&y#oO;F{0hgs$ zxV=<6o6FcMWLIGqO^}D?#3J@J%$7#mj>uJ=>2t8+=<1Fg-(nTk*DEA@IQ4M@5HtU7 zTMMGY)T1Qv+*Fb&8wJUyd9)xBO^&14b2NG0(F}53)n#TyYaomlqRT_cICvMHB1LC| z;%f&Onsdx5o~Zz@@K8F2%#X9n%V5#!Ydx?JWv)x)LjMoC5km%xG7U zq)WiKJk1F|HV;!3E75l%SDb-XbKaA?#GHhfNlD6`&vAu>bKr0aqWjljKeljjJ4eNh zC*i3zY(n_@W~Xi(k?{y8CRX*BIbnazEb(y13bCSkg4t#q8OlK(T;rgd zSwrU3E0tO_8~avzDgsG_%El=%8w<1Q#DKTmqbME2Jqo72D_J;JYNvxdyJps`SKvKp zreCXTlHhO%?gC?`SvFl!W-)N*0vwLV_~HRg1SQN;yBiZNI99F1SkRn$YcUJSW=<+= z0htxg7F-Tic>Fm!-@u;H3^#nTv8Cm)Xq<~Qn`wUJiR3WD)eYvT zHkPW=IEG}GUTV{oC_OTnN5y7bIX|{RH|>EW7e+N1=O{AgKCCCE%wgruR&?g8>8R1E z;QUo|u*z07jCV0CBCz<90WBY_r4a_eJr)8L%I0X7y%1G9Ryb-+k)Ti3LL{ zu+xd%g~qz#y>>6au(sH~WpSuIONQ6L20;NXz9(|Ac`0LR77v0hS};8|dCG#hvllI# zo|-)i=RzjWUa-rk&XcFi!Z(!h!RzeI$N$CK=*)*U`SJ4q_U}yVjBm9wAG%|>_)+F_ zFQ;FgRp&VF0Ol)}h?LGPFIn z)0__f@+n(DY(4&3+<)=Lzz8aP~{`I-->73wn_?MsdbOu3AJN(Pf|6Luv zrk8g7>w4R>!&l`}$G+$9sid)d~-fu2Tb|tV1C+j``_6A zZ{q9A1OL*yLAd-Yi`8F<{l^z=-ggN8{hOEbZz8~d-<3}Szsjtign5m4BuSW;v+F$r z5`7Zp$D;J!2hPe8<~MoudEe*;lrZlxjzo#Dz*;h;BfMuwYtoA}DP0+!rSQ zd`O$;eBX2QNd&{A8&D!BYI8rL&Hbo0_oZ#_N4L2j+va}9Hun?S-0#%pUUQe>V?m5Q z_<^VB29yXJX)8{ccSlDm3BHh2J_){)R6dD}!cBYlZ{_kyn0JRpf<%D#UCJk6I-p39 zFs~NZ`(2_NP$FzhtvC_v7FuLe+#ThSZ^h<^&1-l3^C`|IvpdS;3_iq%Io%zV#sBaS zo5JoWkM(?r&k4A?2YrL1&7G}U-BBL-)@y!P)w-iR`Zr&*>FSR1csC#7!;;lKCTfh_J;?1y5}^LhihJ&`$g`a zHLp9%s~c;Lu)9R(}pR-2->|JIk*rNmfdB(zn7rNoFZqT%O6wdnGB0mOm z(SP4Cdzj1#3?W><&t^F`$%xF``g^(pItQYjs9t=lJb&VXOefot`GpUE)S)M;oRK-6 zhQEBnd(Q%V;ln&9)1U3g1M!6qZILNI*fF~V@Ryf&yOQj>%EPGR_-Nr1$Z)#`e|dSgr;^{Ufyj1 zIS-!TQ%D`hLxo3?;dTuE^73xSli8@_!(Y4T;drv}OfuZg#$R6EE&K17t2hg(M$VP51%fr-eTd{z|wn)6>O^KYHoelrbmY zP2_tC?Gu&HEIdYditqu#b;5@TpCEje@TI~x3U3sCLiknTkA=S%?udTg$GxZUP~m-r zYlM#${)_PW!dD9aUHD$%CxsJeqeCByzmU+g~E-( zhYO!1e6H{n!Vd~RC;YbXX5n9jIhOHZ9wB*5*{KvLU@euMB&|pX9&+0o-e#aI4!(d_;le* zgl`hQPxx8kcZ9zZPGDT@(}!bZ&)W%)7M?1+K)6CUExcOzbm2>cHwk|z{Jn4|jKO`_ z`UnpZ9xpsoc(L$O;g!NC2%jT-rSPr74+(D){!n-ujQxF>i-mU)o+JE6;dWtoW_T( zyYL|4QsF7W^M%WWn}x3s{)h0tgkKc?K=?c1EX<#LIC~54AiSgS?!x;B*9fl={*&<8 z!dD3YL-J~gpU#_#WYBguC>PZ1xvkBwQ`LLihyXbA_J~enF&7Jf?jE#a-Vj{F@i zytD8e;RA%v7QRyWHsMEvUlIOP_!r@ESf}ynu)FYL;acHCgl`hQU-)_9_l3U`?u0cV z?{8n>VZu8Jw+J66e3tMP!nX=PEF8xgjQ6*PaG~&6;Tgh53ZE)`vG9$;_X$5I{GRZ) z!dci~@?q;EJXCn1@SeiQ3ZE%_x$qmpn}uW8r1JiD7oIFUS9pKnTH)owtA$S$zCieD z;eQC%yN1e=nRYkhlnMD_kTzL3oDn0^tLN>xB;y{*&+-!WRo)FMOx)qrxu< ze<1vgaAIH-$8N&g3Kt9SBs@!aAK@zDwD8fwrwCsl{5Rp-g#RV{yzo21{}%pDIA>54 z$9}>?g?AL5F1$dvOt?|_aN(1L&lSEx_@BZL2|q9ViSYNr$?c-JbQj)MxJY<{@C@Mv z!UqZ;B7B1Ib;9=vKP%j+FbZ2A;W@&86h2LOz3_{|9|-r~KC)jVTqb<5@a4j{2!A5{ zlklj)k^L6oV};KUzEt>T;roSu5YFBqvfo#DsPF{gS;9+%{~~;$@O8rP2!AD<7!rk{ zhwyg7qlKpmFA%N}P7ALVK3(_{;hTi-6Mk0s9pSHp6GJ8Z!rKXt7M?1+K)6Eq9N{a4 zZxwz>c$4sl!ru#b8Wx4KkMI!T@xn8O7Ym;(e1Y(_!gmTkF8rGCXTrY-=M0a+IY;<3 z;q}5d3g0XIjPTpSUkb;IBEPx|4-zgFo+3P7xLmkd_!!~Sgx3q-D15K*Gs15Re<>U< zmhcPjF1(L$jqnQLKM9{L{Fv~o!k-HNEZlWO6rTRVMZ!A^?=M^@yhivj;rPhN{%qm1 zgs%|3Rrq1y_^8NE58)}o`wQ0!FBe`de5&vT!dDCbL->B-*M&b3{$4m)5{0?D@V3H5 z!V`pN2;)>(I36w&ZWKOT_#WXWgx?kZTDU`LWWT3yq3{^tX~GMID}`Hxj}<;c_)_7U zh3^-BPWWBnuZ25|mhcM~3Xc(;Yq@Cg;T<32wy6Ev+(`G&k4UP z{Izh0oujbz6fP8AB3vuHO87eAyM&(*PVN%<)k}B>;qk(=g!dIbUHDSrzYBjZ{G0Ij zU869}65dyMnebu4CktOFe7*2S;irY)7XC`O!=xxY`ND&RcNCr}e6;Xs!j}l&Ec}4* z3&I}=e=nT9TNJh_!V82eg7d~6~O5xjtzZ6bPj{NN@yuI)^;oXH73)c!CB7BnY zTH)t~-xvN)xYLvJOt@KiweT6jmkHk@{4e26 z!XF9$DBNXw6z2ZI#lpJ^uMj>#_*~(uh5sr1nDA@Dp9}vcoHrv1+d$z`;i@ z3;#*@9O0{kZx?=4_*LQ0gnt#z-8~9(f$$RHgM<$iUL$;g@O8p>3qK|NmhhLtiJ4J& zdJ1nZ+#r0U@U6lR3%@MfV^(CpPTewiTM0i)>J%twwR|z)@A1S;>_*~)3 zg>MqRNBBwM*MvV2{y{ivuPBb&36}^@5}qTxpKz`43gP2~PZz#e_g(nHm7G5G; zEu0oUO88{q3xwATKP>#3@JGU%$@zi#d=2*h4=87W#Eab5>hu>LB03|ZeE z^F+S4@V-tb2`2|p?(8=RuMj>|_&Boj>m=b*!1R}o&KLcQgs&97M))T3Ha7gXlY3ac z3+(?-)+-`^OZYvf!?=7yxr@sW!tsTXyrXa)xrg*y z!Vd~RBK#cL*?*br?0hUbp9_B{{F88UQDmo!a4wi(z7}ELmU0)i?SzYjM+r|PyRhvh zJPk~ncf#gE(O)cFCR`=lNOm?`$u7RfiO!#ePZK^%cpcfIUP1)JbJVNx35k5)y6ybBp&gMnJmw;)r1~zXJ{eK8=6uw{h39_^K zobV4`V&QGSK*nWznAcQFvE-` zp`cv!tA(3He>vHO?Re2SQTPneKTq_p7M<&aZxWpc$u4al6Zxy6|EBOq!k-C$M|O68 z5sodk@x1}@?FRN~n=d>-c#v=r+1V@=9tUO`ZiLMlqQ8gm0^xmx%gD}VjqoxsZ9WZ~ zhl>7@!Y2r?5k8CTY_1hv2d2%pVRM7%-z z!oiZrW=FCw^JHJmHa`*m0!*7jVDmT8 zPwWqUS4X-E=Lv63b~X!y3&FHG9yZ5_{&?ZZ!qbK4lAX;(!b`xkxhHJaihjNDa^XXS zk0m>sCkp=sOq*q}d7Gml-$p@dy_m|@`ijcP=HnQ)8nO5tP3 zE(|9KuL0BMI@nw*`s;+R624aWA7p3qPT_mNw7CH`pBDY+g3cMKzJD0*&HQ2227h{VRM@3&lLWH@FL+9+1acTt_9QP z9N1hX`iBc2FMOi#8DwYkJmCw$w0R(GUMKoD3jb61ZsCW?&gPTC&w^=_@B4Z~^xqNw zRCu%SFXU}(JJaDna5u}Hz&#vqFY@8SBb^S{sU}hG@^Py09I~^sKzJW8?dJzUP(itK zTO-^+c42EJ=LP1o3hdv-be7213a@iI4BH0Eo&B4I?;<;!_X|G+rhSI(Im(^eO~P-G zUD)0y=LY8UG1$LXDyuA#=LmNLQ-@(2NV&7Wz3@oUA1gcoOt%c%bkUzBJdfU3{+>3QrZ@U3f3D3)>=c zXB)O9;2w^fMdxs`3)|7c$BWKiMSiC6d7^Wf$gdKe&NT3pBCOkcIE92 zay9~k&pTlMp2n@KB6)#uA(%SMyD^lzayVXivhZ}_xn$?pBH<-q+GJN%CHnY{z|elP z@N(hRWEYnc$(y0 zg*#M7b~=-toql8&wrzz6lU*E($yqjzC1C$P&xNADSon`*=N7+R8oI?V?1a1uOgp_{ z_Ro~NFq|xWmhgGPmy%t0t|q&<+%7tI3I9v@QQ_yw&dw{sZ-5!LVubAz(f>mDd*Ppj z6E(2u;@+9u(Wcv0VE^9K63ShC#|lp*JGZmR&h32Ry}`886K1O^cXkdEP7ALPKAP-o z{)z0;?QGFGU-(ktD}`?)J3F@u-vMUWh9PVZiT-24&kMgK{C}}`9`JP(=i1-Z={o9` zY}t}6xnjUYvgHOg$PH{TU|hhIc@IvFNhA^PKmcLOu-V8q=^^!E`ykZkj|R`_z^Cxt&1?%U8A zcdBrM@L9t52)`|yIHJ=|rSKub#|d96{G9OLg$J(av^iV&NZ|{Ge<}PY;rzx0$7tZ?!#{+~136CdpV8ON< zcE@vs=L+N2A+1v{yju82!l#k#Jc^CNR|sDve3$Tj!oL=NPWTUGdoTaK@TbCm75-K@ zK3teShh3hHFIk)a4hiS)D^BMeVdGcU>R%(__XTuENGYtdbSdaEWl4aHa4#;k|_S5k5>f zCEOz1F1%j&6yb}6FBQH?_%`83g`X6DP55`hd=Bf{?sH*2OLgH1;S%98;R<2ngV*+x zy(FBz^qtMagj2#t3U>&fBz&sy#ln{f-z(g=BjIm_L%0TU`8Pg$Z5fLt z-1zUc;Ugt{58-LT3xpR5Hwdp3K34by;d6yA5WZIU2H^*UjZa{k=NBdX72!V#em?eLu*uC9uOjXzfaEtKq!Y2uzFMP4^4Z^nwKO}7Y zE!#GIMZ(_@{z&*!;f#1^{X~U}g-eA;3RenG7v5WVk?`TdO~S3h#y_(y%gGXcq3|Wb zHwxb>{D|-q!mkRyDg0;QzX*pDo%ItJ?k7Azc(m|X;hDm-g%1_}p>T_EyYPD9Q-m)T zzD(Hog|_v1yM#X`{FLzP!fy$GD*RXBC@!Ym`DOe$+q6n0yj-}F%!_Vprlsi-a!~zKNU@=-(#%i0~7_uadI^{Wpa_7XC~)lY?9 z*MvVJqrSL(Dr|gB+wiX?ya09M^m_~U7ak})L3nrJX~KI6A1=IDc$x4D;p2qY3!f&u zQTQt1>x6F+zC-v);a>}H72YQNf$*P&L+G=v-eSW2ga-%@72a8Rittq71;UGjQ^K{v ztA&3ge1`DZ!WRl(B7BSR9m0>1F-~!NO89l*w}d|t{#-bMvBB9%2$z!aJ;AM9cqidq zg{KP76rLkIS9q!L5yD3bcL<*%e7f+Z!p85n>Ih$8`X=`-F`Ta2x)Zgg+zvg76=O zKM)RK40iTo!X?6G!j;0~g!dBONBD5z#lmZaj}bnHjO#*f=L=sde1-7Og>MpmSom?_ zw}gK$Z2XYhbib1DY<#D={NxJ{5*{WzQFyZOLg7P%SCDaUz^z$$o$!gm%%Xcn96+>aKpyM}3JxV>&!!*F~3b2P&(uVc7{f8ktX0EIl^;=7YHvV z+csrAJ6M&JlNGMX7K(*^TGIod504{Sm?yWH+7* zb8fdgm(4rZ+<4A#H=Ya6B4?q4W1Ay9mu%1L1;UHSb__pUcrh8@wcN~m+$=9=cwP|R zDBMD}V|csp8nPSDh1ZeYcrLtwTo~9tO?V^Oj^XDD*Mt#n+vOi*`+aJj4chwuF~VG( z_d%Ge=X1%nKA(+)ZG8?yJGeSLnr!Rs0qDBAn#}ttTPOFDZJkU+-Mf0YlWfa=WRgbgG{7(_yOL&ej zpE=WhDfDYC?*d*S+%9~S@OsOWq0jfw(GK}S%X@$?7rsvTX5rf{&xHPyWZULpEc;(A^JlMbgrmq8Z8AJdn9rpdUWV|&mPdkj6|NHAO?al|Y0%$an9rzb za|Xg|g!#PMg|`T|TizG?r;u4FY-bB!Vwq+CnPn8uyHWUd;rlJ~w0g)gPoJkO_Xa;J z{D$R$2>+unpJOvW4F6L2AHoTgl{&+qlPx@mY{%qXg~wZFS@y8Zvg|FqpYS1;S(Z9s zKHsK&hIa`6NSM#Jse@s{J5_iy*^XV;3g2#-dAr{-^Y*CluY{ko%%S^D%bbGpp71Ba ze;58%ID-0Pes)IOe9IHTeD2L~@(^J@19#zLg(q2N-Pe`1+!^rdCC z5x_o z3G?|m!MzU+cHi4(lWnN`7E7wiowqdzh;^9O872C>Xd^&u)H&v&(#@D z{zjP3*j;#*F#8L`M?=5FawT|(WzJ98MVQaqsXrUxdkXI@JXiP-;U$)_6yIAe+-A8J z;l~K`IXu&1_!+|I3vagE0-dXbZ?=34!fzLTifpgP3x)d&4;CI}c?jZ;5uQc1*Hi}zA8wg>tFz3!trTt(KGrhxcB(L+$?8af7AGFWwflT2%%lzK#ZJFO|11&S3y9$pLo-8~~ zc$Vc|5cfdKBfy7Rt^zL>USXNn#vQ`P2%jW;rtk%p=OXTo4~b}uK+g*uM$31c)jphmTy7aO~O|S-ynRO@Pn4OAnsGb&kMgU{I>8% zmY+l1FNHmfL##K3Cxml_`JA6R??7jm@F?L4!c&B2TmB4j`JPbPAs;GSXZddkZ@2t+ z@H)$1gHIRcGk@A)_|=y4eXJJ~en|LPVLsbuTqxPKGQK>1ikh9@oaSzvF=w}A%;?<71@c#`FZp+7@-j_^X^!-SVv=3LZP;iH64 z5I#ltJj=gF+|9z*2;U-nm+-@u|AM$r3%?}1)iQlzyeIsr@E5`%+yt{eBN-Tng^PsC zEytlVT)0wrg79?9e3rSt@Ik^U;d+Y#Wx_ubzQr=1oAMpFEHC+C;on&1T;|^jza{*h@TZoq zfc_Vje+CZW;*s|0PcKKfw{V&8P~l3;^qV(Xc!uzP!t;ewmR~~LBZOOpe=K~G@L87s zfVi71e*nJP@~7Y%EPoEZ$8rc4uMY}8CH%bb>%wmf|Iu;+c0RJ43;w(10&o}?wyaNb zmT-}9iSSOAi=aP7csJp_gbx%x*m5!A)>@{&z9!*S!p91)7e34KOvK$Je5LRW!nX-O zXqo=^o)YFei&+m0e_i-(;g2lS&)%29d}zwJ3{ME>3YS=>KfPhXql702PZ6GJ`2@s0 zQ20>GoD081c!lMkAbgeOGr&K#yb*k|@ae*Q&oaxh89G-AUoU)z@O{FMTfP}_`Hp7V zA-^Wf_cgolKMDWU@)qdx!3=fCap8R7KEi`7KMVa4!d1dkEI$vOy)3^3-e34&%da4O ziDmkAIYPKic&+ey%O64i4B_*Iudw_HbgmP=P52(+M=g6{&-;z=%fjzi4ngOA%UqZ6 z7vaAP^ZnGU+id70vA&R81nw<7KzJwNk;0QK(@)C`;W@$!g%1;6W_cXqwhA95e1h;P z!sl6@iMW>vUoCvI^Ys z2+y@lQ-=xH3O5S33Lj&62;v?md_I|l#kN`aTFcBE-(5}}@-HmoalH4WWjy}yUb2iX z(^F z&mW|)&BE^QWH6YQMFZFtVfXo<+iosDd`9N-WAacQC@>k9ACs=l4}b4;`7vqP{48L& z&Cg=8%}*oQ=4TDr=I2DR&Cf;-8jBR_;zv>|FCVr?)YipSA@3-e?rFZPu%!C z!f_n;QH~3R%Y{df<0h&%QJDAtE_^N-zaMZrTzI)~I~mW!xvdj6^Ji@M1q{bCUv5_l zoB1#{+{}AnqhT}iUM!pWEta=3E;}SPGmpixna5(;%vZrPCT@ASPIYq?%)AsE&igbs zZ=p)KTG-4R$qVe5`5~6gJP^w|-{WY;#XUc_4Z^&~aPuEF3tumMx9}sv&ywx9_lEF$ z!n_uD^C)-{JI)g3wXB<8F+{jRc(SlJs%`Dc_L?R5Y;O%dmpf`~Xs>UrX&lusrY*I+ zrZLr4-=1n;lUmtaSMQDL>0s-39c*YyH8wP@=s9L>XPSBF!ZY?QKlBX9cAD z9SZF=t;}~1QO%Lo9*;D)>>vsb^c17ExoK&`vQ$e=Yt2e;RBL@>&2}}^(A3cGjcTu7 zga36k?KR%0C2eg%K)Q-s>siT58F&TMND zLQ89NOEA)XzyG*o@Gx|H_G`|o0*5842ToR~gmPdaYnhcLrqp zRYJA2-kD(4n=8ju@8)iLyf$!oQoZN8=`GrU-Ur?E4&Q-Zgx`BO=IU?p4)g|e)2rKo z-h^&?%b_<5yW3ou4(+DL^7mBF3!%q2)z-kd9|hNa(;&0Hd5oVe-R#|sFx_z2Y^$su zzLLzgBfX=c$Nc;=z2kaFce=IB4_DsHy6N$nihaRtPVXYfUpkFmVQ z9|S&KyUjtogCM)j*}JEky=TQon{fQ+SN>!O+wET>yCy!rkWV%|p1_n=JNNZfCEfo4xxXAM1=+J&I>^ z)8jSNupad2CqvVnCFzz!-=%w9H+ywEu*YZ2YHxwq8zlA~>t^q?9oYM2H+zf4-Vm|( zb~k&s!=Akbf>w|xe)3vX^VcZ$SU;}3Uw5~1T65BKmmI2{45 z-?N+Xk%T1UReXqN;Vv;8bI99q)!TToZ+vzm*lbR3bmjO7<+4?dn^-k*T*bHv2(7HB zsF45TtEwoC89&kJFU~x6=A6BJ-&tbXKTN03M9v+If5-%{c{y73H#77x2WYBy97>(2 zIOUvEGWvgF%Kt64kmn!mW%%MVS&*D^Z%;fgVSVAhzYSqo+ki*dhfF3M z|1$jOJ?1065h@uO5qcTQ$cXWaHWZFD;4(k_6!IK8pf9gsGs3Z5a3muh`8lO{>`;6} z!r?Vg2`96sLJBW|g>Y8>3ZovG%_9dQC^91F1Rnl(ILfcfXuaQureopARUuvv z$L~aFud_F}k~;0XCP_Dt%ByktD`(*&=0v$oOZ&tgp8%leSQb&;FEVK4j~ zlm2;#(Za7oH*!m?kHjVYv%mGvQ`j47dzmy=rK#l|K#;&`E#8?L}-VhH|i#%{8Y z^m-u!Lt+!+gYjuf8=I7vipXA8Aua7@gmBht2#M`(gm~7mxDtv@HbPd`IFv0m#Rz#> z{Mj|OhY~m*7J!?$&N@__q)Wa>J~z?1zy^Jk}A9 z;4|w*7>upTC!-xGtPT=^DR!Fd#fVZKyDcuV&S~e%O+KX*6 z9M9q;rr0G3e)nW${eh*w)Cf5_sU=Ij*k$=|!eU<5kxXl|iBp_aMd6BqcTmVutQba8 zg8xpBKE?aeiVpTC%W+-pFDn1U8F{?xg1WKq@V|lF~_jZ+fpO@10tSa&PbpehO(w z(e*rbs-Jl~q~S%MGriM-cq5ATVqVS+q>7^TJhm}Nuc~M<`_I{auX_=1V$mc@=lFTN z-kDrWBYvCI8F^qliv(Rqw_MUcXWXk7k=oXv~D<*_^BT*PA<_fBctyG(6| zP2=8e*f#Dx+PL>>)B*FqSPH4Fb^ze+rekBXdB#}Y6080phrGy60Oeq4V(If z{3j7-M%Hi|crpJ~eC(Z*YJ`E8je%KNoDmm$&BU3TbvlLDGfzd-1z8U>JMUz18sVa> zwam`8oCt)&v*<}L_O2NR>byQvq0RnO%zj$Taupkq;i%>Va45r%=c51iBIkx#*CrMR zB#C828|xsWSwqc#gBezXXfmkSYW{>eWY$in4$`>^0cPB1vCTk`5y*dXGQL506&EY> z`@M(E7k-6IX2k~k@zFSUip=mc)X%5j6|H2UhXoxwTy!a;?G$vhIMQPG%MH_TA@9wL zV|)5>I?pQl9V@QdFQDKR_2*eUHISl3^^~Uh1-s!;R?+d)oaql)0x8c+Fz{?dvKcR& z=OZ|_$dA8Dvo|s~hxx&GOi_Z;;Vy4&$VKc2!LfJ|ZyRDi^a~j+3wh+XQsE4wJU6z) zk8i-KQM5DjQ6HQcUeW2y$5P+4b-3tUWFxjLkg|&EX?l4e6&CrF8UiDwMVHaa5kV$~ z6kUa6Vk-j8;YI6dr7@5yiq7M)m4P&|hy{%`1yXgNj zyUGeoG0WH`|`!Sy_);}MwX*Silmj7b`$kK$;e#L9VI zX@8hYlm;>{EMwtBabyj&`wzyy0juCtH!+}q(P?yG;tEjd8#Fp7h*ai#rE6$pa3G^- zG*TY<1&z>BU}R|8$neA;(?)jgG{T?161#LUvQs1j_jCPeDKIi3ZDe#}1P+y+jLwy) z2qNKHy!1*`RiZMG(N&m}Q4uc6=}$|6k+Ff1>~`pmNc8Eu0Y|cuEJ9iAbg-9GyUa@r zi?OKXS?idskuhd@NY+m~DkQVHc`*DO>}C!R-2oo>1S;1rLUwQzyT2(P*Smx8LlZ))$o{;+LwTTR z%2a;Lhmq$IamZXm%-Fdwv^#W$E?*6v$V7(LHvy+I6k{E(gc&K{ADV-2@|=>Kg?;k< zJk09J7~&<9dmso`pcc^`G4Cvtvs-fa zoP_Vs?#1xTf!^$1bjp?N)kQx`^(W$Zb}v7aqZV_Z5qG(u2Bya+O@{J}YNRvq{4T~& zR{XNh$uYf#A#n^YY17C%GgV~uO;KnXt3*s%>3}{({!V>^5)?;_k-oi9z{xP$kB4Zb zq$((~iL_^59xK(1B$L_6tR&6%&o(CDAF8uNShhRPgqB+~rnUn!14sFL_H|9LQ{Q~Q zAX;5~{xp;7pokdBD8|ZP1f*Mw0YgTiCWFe^sc*R{@KB9}u29NufgNpa{_`LEoo*`6 zL7&d>_&mz@ze2;{&X1=&c7OEp=9TrMS2naSZ>?z?UEkKiePl!3($V;3rKPzEzpb>5 zZfmX`-PT$=njQLIiU3<<$Bb@hs%`A3tM4KDC@A1Jv$lq%quZOC8{0+)zv7HE@kZ7+ zE;YFsQ&BmobTNPexsH{a>CevhZJ!WMjjU(aUOU zx37YrW^9?eC5)=vVUwa+yS5M-`uj(BbZpmVFZ>$nUUq@5fd&mIqM$7B(5<+d=leFBGFI=275n}=R$IDBpw{`aRuau zGa`P7-kJO`VsS|=gK_qx>e`x7%%-}=dN0-1a1{RIx5~PziC(IHWqs?i`li~onvtfC zl_)uXCr_=eZEbH}xdd6RX-BlxwQWXjvjL6GP0Py7zm6u9q^Z8HoR2+lg}pRLCxzOo z!4J3yTe$>LSJ!r$Qp2hCm6+sEi^_EdX~&wZU0&1b@x-Gk57+-4OTE;Rnl>=wEpNtk zf7dhSyLwSDFpTb2@wKqk2D8mgsroey?Wvm9Wo=%nwz+vl1Cwc6*4R-W@lJ-Z5uzOtbWy0xp?O~#v-F2(QqtPj>DYSh&TDyXr( z$w^C_OcvT&8d7bmYg&+26H-cbAo;OlSf8vM<{(IeY1g;5dZ}p*%S;ZJ)vR1uW0XK> z@cNoM{%>P%USTS(YhhC@_>y=KpunOa)20(I5Y z(7dG0Yg^vj+Fss84Lu5n@elP|5#%3JTTGqQwAHpZtgH`&Ad|=8_b`*_kL4n%$&1eDpcB*nhd)} zQ`r=kU27$y203Pox(2i_expyJ4Vl_foav1XZJ;>^Oy4&(Z|3xc^XAV!Xl81G=gxIp zily4RNbQ}qY&v$z)E5d}-@2;4Zp=hmb*2%ShqZMzYniyIs1z&O^c|j%%tOl5y|?%N z3(KcZnpAGa*7A`nc_QI-X>2PWxolb8lJb!UfY3*#ENkk3+Q_9#JDO1E%}pb5+VK;I zm-3uf83R>AZTrYo&5bqf4UP39G1X^jLw#c%bzAG3ThZf2E@8_sps5-5Yid`F#KeVm z*lb2;L>~_Z4vsgeCQiUXnDlZC$~b+R&^2MkoZXo4QeV@A+xiqbPfLAm15&JW!-$zK zf!QEyR@dQVFykybQhhz*qZf2==t<#z0;eiN*g-Jj>H<&#Ljm=BYryEwbbhOq7C#5^( zC0%xV(-mF6!3nh#O@uRmHN(QKHvPtoTdBtJRW;`1LfM;|>QNQ2m0}mbmsQa5D#xP| zfJn?lR5f$s?LB?^Zso&k zTbtY3cmXwX|GmpGRF4d;*IDO`S7;N=4?>X|wU4UzeR1n7q*BHKW_Y!vo@FCcjzT=MUbdm3F2BA~zu3&TaFKWm@8&PC8Vh>3jH&fxsO_oST4Qd`CN8VI zLMbMnf3jAY7MVHb&L=M1aNmIoAA{!Z!uh-$h#<#Q^=(!2xwiAO#oBVrk~_u?ReFvs z?YOzL>^V+nv@m~4bm3EkXA2)J{6pb-VO))-?W_?#N%$wi=L`Q-_#WX$g+CDfQaFlk z;qqS~TrNCRm}{k-{vN^y3)cxBDSWvw*XKGr_X+EKv z*}|KJZxp^?m`{9Ny8JEO@gIcEZ{oI2GH@a~odLolgm)9>S{tW-kZ_%FtMEGEGlVw@ zUnhLG@MFT}T_rZp=KUm=`(d1L`PoT$s__28hY2qi?hrm+_)Ou4g*nH;rAxnSj=vBN zV~}#;`N9K)=Lx?r{DrW2SB5Pw{rNhZ1BE9G?<2fOc&Tu^@HxVl3*RLC3t{^Ga(UP) z{IT%Y!kHMSoqnLNOxKa2hVe@VZTUXm8{8Qn72q$?XZT0CB%kfCz zDZ={+A1{2i@Z-WS3uoa{z}YwNWU%SZlJJGXO~OACHt$TZaj%nb`eAbR-x8)DCii{% zKG=PSn)e~Nvg6UBi>vQ6KsQXUgW>nJv%~LeX9t)L$0?g;JjzIOKG^x8>?b_fGCsUr zg{v$hTONNQWn5lD>@B>nFb<{HwJ5WAF3);hF+{?@YpsTvyzSOx^mMJW{lWti#Y|)G zQD5ei|H~8A|L>caUe0>N&VItJ3OoCN+Z?;Orq%WU*J845`eA2$>QOe=TKIJKCW3XN zF1P8}$>;)R+mYUE9L4GWPxaw5f?e5xUJLf=JUQ&Zk2( z1iLs?r?_Jnk9H93* z9OSs-Hh1h+1gO0&u*dV4_Si1Y-cw)~2Wb3G&2^nZjy(!id#}J=Bf@Bp_YBV7Z^5)z zft}kPICzTdjF5SZ``h-@>2Xc`Foe0y>AjBtRDXK=2zuIAsmG1;k9w>Z*0-w{>Pz?V7UN(w0(o9@ zP5|}tu;c44eXaq$&FIgS1iQI(S?AJB-a4eq`xLi1hXlvpS=Gk%bA7&IjfDb#P5R(qCL&-6tgzu-rPpw<=5&jh_KI4GCLm4X` z*+hkS%*RKV-eW?^?6FLW6Bt8T`3=T)BpXM<2Qv1E925bn=!M}{!x3KGM=-mP7Ngeb5(;^Fm~j{#o4f+i z3z6uk9kuaj{hV+I+C&b6WNOC<6L?@YvPhRpmrm>q5!pWC;WOpOPlMkS; zM<*L0E4eGGIy%J&dCBFd$><(NC`>-dtn6uo;v{bsqSZzyP3}npQ;ksW<^KV;<9>9X z_)*Nm11!zHnPkrl^U*m83hN36(cb=63^o!p4=045j~{*PY^bszGyD~4*qescC*7= zKiexi%=*gBfT?)2BhIx0$>&%_tMbWS@(BEkt_~7`si_ciIpe-OdZC$Cn}->P(TfU< zavo+JMlTLpHV-onqnixJlT0IeNn#cvXC)tC=`S@xP9A3*MlZ|%GZgZY#Y}j!iBp_> zoC#l1zLzdqwn!zN}GY;#a4$00q{P*CPopJan zs|_;_P0uPik;!1j;Si*a8Ha3K%sAw+;-YM(fEkCBN{hZ?ye=~iqv;ukA!?>)9A+|g z%s6Dc5k)I0Va6e)ilP&l7tA&2L#>0$5YE~EVje61aj6-&c zC}te8Bg`uLEj2OYknKFDh`&rm(=!g=Hg)P|9CFrVG(F?+Eylx)L#FT{8uvWNxjUhl z%cFP1r{L2x?w!)OcbQUzP2=8e*f#Dx+PL>>-a!z5k$N9~NmB=3WxcE(}y5LT6)ahS&$htc1dbgCerLq22jJQ)Idf|q( zj-7Fs5#=xxPLe}4FCeGaCX%t@1+<>-Qketlyypxp+JByNhjb?OP z4oA_$lhb(QT{8|~#vxmpQznbqPm5WuVpef6!%@wwS)*en6n5$u(dzJFUUs;Kn&%>t znP1qc$slLV%r9gtGruscgV>y3Xhwd{FEpopMj&$yr`RB=(EBxztDW66jd;9m|qy=?OHZ1<`?o< zyl63Vnx0>n9cF0Zu1I-q)XgurlA3BQpg_J6a&gC)8FQhcF=xyjnF~5*f zbrCL7yeQ@uQkvz(`L)W~gr*iSzi=evY%{+wTjm$C)e+43h1p?_lG$N?H3stwnI8mj zeqnZ)^9!?s`GqgA3NgQsiz7-xtR>7ZG{Rz*67vgQvS<;VF62qCjy|OEzlvx_caO+TZCi0ir-^ztv z*<9Gl9AM>MUfJInzbugRLS7k{4`!Cz;~8GrSjHb{W#21X%HxBqjPgXonSB$Zkdt!0 zD0CoaMP?4^&FtVavp8}C4kd3x-DeI>GQ(c-RUR5vU~-(~vWLu_j1W(r#k>qRLRNBL zCbY8=@{)Y0ow}XcxG%E*2_KeUccR4KuMrNdq?3bv(y;M*!`v;M-&^az*WgcL2g3j?3D`IXS zXXJZ>TI<$&nFreAdEOxWqU~kQ3uFxcWqfaJ=6riR$i$q;zDTK@ISDecFrA4-iH>w8 z4hbT~`g&z`%*3IAjC(9r$H5W4-LjmP0waf~jieH@aiblSWO1jF3G7NWHYdei8Q*f9 zxx~tSys}-G(^@OL)27bK?zE}5vO8^-TG^d8%K|xl+AO!n-D%TcW!uC@STQKm4XlWq8czshPKQL2$3*y6%5tU~ zB)LAF*lIL03CHZewc1fNe$TrEdA{n_zlIaFXUYJgDQ-Us{O_G;b8#c*Ht>}`x z%*rmw%~p0vULMFc$%`W$Op@saN&YmQY*SKW~iIN=ixxKgU^=8KWKx70vnG8HuCSqxP{-E`}A$W zLxJR%%+07+2Okh52Xai_BgWx&R`Nj(8#7}Zr{*Ll^2lB}9PZ~PXHeMN2n&*2nvprn z2#b=3^T=!?9G;vFlbQP%VR3R8N6USUP?ual(+9;kdM!_KSw`j$VjM*plYDe@Q*pxhjg}W%muDUsS9&>$V zjGgGpWCB-JnLjfIu1T78BUc&W`s6D-aehJ4o$`5^h37e~$X9ZB=q4N*vI;?% zMh+$O=+EE81?fXEX$hgbko|eXg7?}_;T4@ff0+4&w_pKn`3rCf$<+SiYY4h79*A~b zJb)J}yBX`8uOD}d2NG`aKxWs)14-5A1pBODi9)tpA&?VH{Lf8K{Kw>aPT9wsAv$N^ zGh%-Cr385AN@rFkqT2EDP%b6-Z(KvL{d$1@VSkS#*FJPEc^EJp`7A{V$~42BOAg9| zB?oxrMQ4FAw5!;uJUCd1fQ17)Tz1f91p!wX4C}t^pvOf8>@&KlOt-fg<_E<8-HQtT z%ctl6&#Hj`>MHJG;wI-M_OPx*R}p;wIp;mDT=3+V3lBr_c8d)#>T_}}76qX1rWYH4 zF^@M`Y=8mZEj9>(vE~Bm7)XL?&0J)F13^M=4FiVdAYfT*b4Lpl?P>&!-<>%!ixa%g zg$M<@5W(-Z5CK0`gs~VQ;bEBqIT|tx67V*5BLoW=e4}L!Y`-kw`&Xr%zTcVCS`QcB zsim9*%!#$B}iTC>`7lYzPD!Oe6{)nd-^_6r~yYiiBR+{R|qFC7=wuC0at zwq>31>MFcINrI~EN{O`bx`|#b5^ro?{hwYv!Eyz@@i4pBO@VGV#SMbT2#@vZ>z37H zQgA!x+;&DC$C<48b>4mPMc_eDDx}H_ zv`s(xr>in*IxvyFo*m27qfA}53pBc~%YdW8mK4`X1Pe4e^KO=le6PhC>|`d7%NtCG z`)^#mVT;<nwP%q$6nPz2_aUaBiydKe51L`RbsTx#cM6+g#~U+tR`HDR6m- z+FRDXTuw5a;_RO7IIU~3kcD&5IWXGJFowex`Xr{%d#&xYDXb%CNYyUI#QN^5LC|;F zmU9L^Jw@^~>1-XG+V!jIIjP>9KWqZnLYs5#PB7STS(FnrbJYol4%0EUAeGSTwiuyJab+o%Tkg?^vF~ z45U|71;xYFys2Tj9Bp;uKya#{rqU~U%<74By)DH_+I{^>Z41T`LD4amW~=Rz8kqZ+m%gNPv$Ue~>s^;j$)cFF zZVguAxj_iuhe7v4e-6HO?D=L^Hc`!nV$i6-SLZT}4eiUuAg^3llQy}e$_tv^tS&Um zZ90#k-F4|r(1W?8rH9owJTsb`8rP;xqYM7;S$osb5-d^sjwLuQ%ip=&#wn$iU;s%k zz3E(X19!^}TmZznvuUQI)WWh^hSM2RMMa)aIsikBW5U0_PA516)9Z)KrA`;i=9_%` z#XLdc6;{;^NnF*_nbV2?4J&-`oWgAU#6@#@b1QuC3=8*pxJk#(2M~j>yZb;F7eSp{ z7bE|(*2m1nbG5_yTDm%jvRnJZN;PYL(me{xsNIT!p9>Q~k4;AKA zIA>>-@QK1_3vU*_QTTr0r-WY-{(~@olXdBiz!>9rlJIU6P0`DW=wY0Ij>i@KfB^In(X1iLwVwUE``^{_V!VYJ75J9|fg)!rJ&JK;Qan>)sZLu&7H<_{U7 zJzOTF?VSX6aeyA*3tozQFSog47b3thkKKodAms$RxnrCtujv+#>8uxgwWia(0qo+? z1mDx_&R@#z*fn6aHyQR^f5BH~+TIq41N1(CJ^F!go3qDhNNR5Z>@^~c^@8C#ZSQF? z<8Vyib`0jAyohT;xA7SFm+hz1J8*E%YZ|vg4?icTx7E;NA9tI}-)9JL%wsn}kL~X^ zckCksXgRi^9PDo_hpuU)qaGIr=-mZ-dXBhb|Bhp7?`hbh9__Kdd5rd{FWtlY9QOEJ z>F?iiP2`w|zsc&G6~`MFF333geHISc+x*g-g|I<1en)u!$6A1)M;4jppbf>D}{>NYH)WWNg? z$bY*QvtMGB;m^?KSWfwl`G{SLRu2d7a0q?nL+^mTi>VimO~DbYvD`)}9@~VE5FKQP zi+i!bBOHlB-y+p;Md1Q)G!|aW@V+^>;Uh+;;&|@>{`s*FnUoirhU`VkLT4k)DUZx~ zjcR=I1)u-;?|UIWLW_(IJt%79a8C za;q3+36l0>`$G*GxB?%MnW4To;4&~PXC>7>FqXf>e?Jz%d6^L_!2eKe77m8J(0Pow zf2bN#JRB{_|2-h_IC2mz9dHs74QCAS5>pT(+CPx}{&0GXq@x3@T#7{-$Yiw4$|Z1+ zO#Sje?uR!d>`Zx}Jr1Lp;b_0?e;}pgTKvo6I*I7ueoT&;7?#gRdx?HDx>FFTFw0Bu zEdbHsfz18|BSW*NLn%p1fstL(Mn>jyMs4CvMj91F>KjAJD31)9!z@g~4AQG09Bwl6pjJGm!wgrZw6RZsX?B`IP7|1?~Pp?JMNmdRL9h=R^ zg-NCyB)WS#(LM5ag8f7(vKQSmh?LHGbs*cEPsyGJ%_J=aMy6RKh0(qVUSejS%$y9# zWuto8rb2hkW#xvmO~s7KWhKS4Pp8`CToyJfoBpDr({q`LJTJaES{&h%$LyHX+7-4%cFZmo}|u9 zHrioHGAfA{U&U@J2`=Np(H|!0*gmn4=R>NuIlu7g<-|HDMHgEc=i5b0s>aGV->{Cx zi!QM;&Ns6Nw${q1*lqm*8CEXuXyD!t*(D6J2WMVlS~T?Jcu%A1{%jyxhv@ z;BAx}tX$+JPNsZ>l?%PZ#gtcAxfdFla-)?Cyu`zlS6VsWOT0|E$;x;yz~7m_W-I4< ziEK1ow8hFfXmrX)S~;73(jm8687JIq%57Fo!nr!-b}MIk3A)*ec32sm?l#u%Dl5m~ zr=9h?I*`#6>_k6^oPkPAvbloxUt7TDVWSU89|1W!Gq@TG=()Pps@3 z?KCU9MmycguF=l0vTL+6t?U|Yqm^Bwon>X$XlGm5HQG5=c8zwfm0hEq7s$5JeiWGw zO0wmGMms;>BL>E4xN}(8{jSwpiIU+Apo_8tow~yGDE1 z%C6BKv9fElN3HA{?J+C6Mtj`KuF;;bvTL*_t?U}@DJ#21`<0blqdje9*J!`CvTL;8 zSlKn&Ggfwu_Nh+=eNNdothYpUy2NbX40fd>p_~o3)0NzDk?7{+NW<4&(*S@ zgb%i}Y)fkwO_zBV$q{w{LWqH7ktKJ7sNQ2pXe9N&(eNYY z_Qe>x-)Vk<`Ko^_#@uf73vQs5tvM&b{<(g^y_DWI(gl72uLh#;7zxf5;oC-^=0E zSVgBCiZaeuA$EpBt|yCr-HV6uUbm7&3Xpvf0%N7Ujze_Z`Oxb^tbb@0jzoAkX9fPP z!*1MNhnZyPFbMI%p|ik! z_&!Fz5{Y@0rY}QXzR*?O9eUCw<`IR$x3uqLf*N>-%U)7g)kG!qrEq=+i zJY)|L<3HX|`@2U5jtHwD!j2c_KRgD*GXF^FRR|o5 z<8*UTdJ%;E0Q*un1Hux(VhSffpaX^u>?}Czvd=!~5`Lj6coxlVVhTas7Y+~VegNCg zFPy~o!^?5Xw?WLfv@moVGzapvIG0XhI}f5-#-+2VHi)&9ap@A)(jeAK#-+zl9jUT% z%31#zm4%_-ITMwE3ASiP#d@`}JQjxBe^Mb!l9p=jC9TT^HP80Ua0G@g+RzSM1;<(70S3m*W=V<+_D>X7&%b+GlCRZSlsqJPFw!iIc$K}Z2G-toX2^yO=wcnol_mX!eYm8seEYZU3{(T? zTpAa>rE3J!KiofadU^Btf$ZanQCsLT0*9Qi_ZNTuWdO6G$C>Ar{F=z{Dlg-w8JN69 z=D7LC@ntY}zvn;>H(fS7V}|ZLesF|git{>C#KVsu%~E`3cw;W(=K#Z%mkq)v<1ic_ zW}`j_jnUYdM}BeujC-wKWxx2h{nDBlX}zfT*$vFL+d7ZE3zj`&{=&gi>APNr z)Va(Meaysls|+JnPA@OSFk=*2>RTIHmSbTe&Yg5>X3e53H!RfUhQWJ}a^NgDfi4^= z!son_6}U+KLNR6uQJFD66gP+Q>ZTSGkbo(cAgvGMLGoG7 zLN-H?TwvMckj@A?GuYp1B8{krH$6oVqupqvUksIRZAAKY>LNcdivggsS}I+c((jfE zMU0_+I-{|k&6}rUNQ>2Vgei!tt&&bnyom}~$}(Bdl!sV>({0b8u?@+?g|Hr1m>t2Ht*SUV=0cixBV z2ybP-VP*9S50K~)5+Ft|j+)XaQV&Gb3@ zrl!uF7DUh_P(v&|m%^D^XzhI4ORBQ2)>|Ib^ca%^S8-f`r$*9QN>$cZbW3&Kg6R|Y zQ-z5tU|mk<>#EYF>8xFEc}p{Eo2`U5{opM>b}@{pj9_6(mu4|G(koYj`6WSPwA6H9 zQD6`c%l~ApZ)H7NnKfx^0(H{aBsH}=T*la`gkEFnde-c{XK6PSjdZ6Cs*-C6?F)ob zwac59VeJmyVANK-ydubAmoVEKyM&GDL2qmiVO2eZjq4$7d{6@O0-d?j*kQbymL=&^ zBdB~ViPUtXS0 zUAh&ur+E!{IbEu8m8R*|U1CjSdVys+GS6?|<+AP+7M)h4 z=*Y#r87gQ#w?r*iKmYx&E9~lg*G!{oz4Qy~I;*}$zXxinIyUF@DX zc})#tv@=@f07}smyacX^UkSmO7PK~dDi*U!0s@X6i9tso;UZp<6kYI2)|-ElP;acAI@ zyNf%E%x5Xs=3wt-nNzeJ)11%AoY>e7zI_tIwsCBp|JrcYiJK2Skc=m?+?ao-KT?>} z;#~MN;n~6qg>kc-);~h{NMW;X)8^-73BO$UYT+A%Zx{ZJ@QcE)3;$L4D`7rJbLEN& z=LioM9wj_Z_yFOB!iNdh2rmm8ONHBn*9o65%ojX3J7yiGP3w0O{tw|CoWxGw zypzr9&zJC8;R}R0(b2^tb5C#sHXO2UT&00#Ex3LmFU3k85t?&iH*9hM&{Dd%lP`Y&A z6Xp-yE z_<7-Xgg+C`z@=Y0|H6ZW#|Tdoo+rFSxK;Rg;k$$%7k*p#Q{h3lXmEL>+gry|gy|UD zg&!ikOqgDBoz4luX9-^>e1q_P!cPjnEc~wUUxaxrF)?k~Kn@Fd~Ag%=9f3Lhza ztnlf=7YoyIwad?4!jB5SApExQpM}2>uEaH(vpGe0p73JflZ3AkzF+tW;b+Jgv$(wg zcGs34iq02g^c!wp33C#K%UhCcb#jG^$<}^<;elYLg%58e!)@G3VY8mrhVLQa`;xJ9 zn@7fX2DgL2?z*~>;WloIFx^+XxF-moCA>-WHw*uajJDx+qv+owI=>KpjBNAvE8%Cr z%;(Oq^SbE2CH$W7hr(Zwt_b6tm-VVD?1$cr@60if8k-my9kdJo*+DfjI_D! zOUAVYw*$bvESvSlR%f;7n>EHZ{9*~eTKHb!=Y`)D{<|=%!}T!?y=gZ0LALLi`yk7_ zKXm$ogeMA57M>wIOZX7s9|$)Iw+gQ(+qOGJc%$&S!q*GmEPS`{{lbq3KOy{v@K)jX zgg+EE{%&kOxfaXinXlpD&wJcB-^hgz5*{mT{NPwSdq`YPJ#ujm6y_`>7rs=O6Ovr` zkAzLT+x(zAr2AnZ*!4qm|8DcZ2@7s~D5t*d4?`Gk8JJEBm;7nQT;4@}GN(3@2Z1?(*70S+*H|6~om+(Ovdl60m%>j9KQGMpgwsCte{Xp- z_(S2p3iDo-`dC(pWpte!w_Jtr{$$%XxG2mqUp+{M32&S*7vi|^8J3ZRx4&h6Rq=h} z)Zvhu60R3sVYv@(&=GdGIw%_WxFa&z8KUa{MF>I5uJDw%HKzOlm zqwpHCt)CNxHwu66b^Gaui^dJxcP-oRrfF8~n^zU559mWnV`)_SP?txSqy951{_!KC zrw0E2d9U%aLxbm+e1?qS-8_$Fzv450%C_rtSuc%XbBv#6@hCodesG%@e5C)=2Dj(y&bIf zzJ?s-MV8&%v6~<>PPGkx1@__?jA)NzlC!r3?BW2ui~?L&WRQZ*9eV+yV;(8T7yPLb z;P5v%rs-}Si`RbOAk*d0<Q*Wu!j_3Sox>~{!Id#{YcI|&g+d&p|q-WOmO z2k5;9d)f!xvCnLrYARtHG2ZhyrqLdXl(v_N2rdqSy#g%g|1mRSH+KvZm%8NdO4!?s z`lCHWN!#mf?YS~;?1vfO>`->2J?;a$>3ufH^U!qZ&FS$Kd3G2!$BGB{T;9pno-;5P zdXj9qjJ!_NdY*wFNO<0`9Q-B9wcG4&_7=h3CTAR~1>|C)++wz$fi+K64f*SSGW8VrPWWfK7feI~)z#th8GdIP6Tf%7bGQ5l z<1L<%|1YLD=z8Sy+^&&O4;wNrC_ud&KfES+VQFU8@f&wJ!ON +TU>)KBVp&-EVD)xF+dmAoiw1!%imFL8cd_;`Ev7UTHU`XgOe3u=B?@0e&4ad;i zW4btHdkn`=lMa6ZCm+u}{P#mql$$?G zh>geD=zLaiZGNZEiU%OUX9eC;MxPb8)5b;&OQ6_ z9ptl{&x)OLwo>f^9Pwfw8Rblvgfcy5M0V}sxngb(SLVdb&%d!eWW|rs??Xmx6#j=| zQ<%Bf9Q=>O4#WRw>1Sw;$)0t>UUxk zBB|erE08PoJ28v;;&-Bra(BNI4}{ekXoTS^Q4i z1|!?~o%kgaWy(RK>UZJ;CdxMgtKSKe^X`5pc;B6*rND^#oj4GOvM*y!hUBtQy=+sV zyXLZT!`Y@{#^kb+;@Ll=+T>goHYGQ+Gm#hgomfs&k1;^E4fLvv}}`kmlv%53uj-ouh) zR1z&-g56Y-^*b>E5fiubd=S4A>zTjBy-z}`@*pLow$_afcTxbm9qGq;G2il@5F1A#qY$&l*R8v2FoLUCpcqW{Z8=3 zrs{X%KITvSPCP?d{7&$(i29xQg0lFXNU}b}??f48@jEe=viP0Yo3i+wxSRFe-S5Oa zv`muC6|}$lo%j&-8#J2uoiL3iekV+$iQfs+XzOgFVl}*JH1RuO8cqC8m_`%76QRPMAg$ zzZ0g>#P5V@H1RuO8cqC8m_`%76Q-wD%b;&;L{n)sbCjV694Orwe43DaoecfvH9_?<9~CVnSOqlw=M(`e#%!Ze!r zoiL3iekV+$b@w}QKUyZqmJ1q9{Z1T|bd4r{CrqP>-wD%b;&;L{n)sbCjV694Orwe4 z3DaoecfvH<7Tc)sJ7F44{7#rg6TcIt(ZuhBX*BUWVH!>RPMAg$zZ0g>#P5V@H1RuO z8cqC8m_`%76Qat6Nhn(6~7a7*S($JiASlq7r(v4?*u24ZRdC5T_$JJr1c<8=Xc_07%+Y(p20Jr zZ2sm1zY{O=`B1^fv~_rF8-!}Vz&O`BD#q{Jb$$U?ki+i;2XpwHpxb%)o!}?|zY}-x z8}!8(yC3{cn6LV`V$3c4PTa_nrTtDkMk(!gVmz&+{Z0&}m9*c9F_hANCu%9B{Z8!6 zyrlh3e9mKOzZ2&&g|y#^v-#bf_B(MDYxR5io!Eo%(tam?MJerf;%r(;`<*CY1*ZK@ zOrn(bJMm{qX}=Q{tlhNViN%!CekbNrO8cEivV3X36Z=z2`<*zOb(Z!!v4O|Zekb@t zkNBNnFUaAQEF08ZM#1j{uf{&_ltbH?$FD-{428d7O@7^rhmGHf!I*TAeGl5d)9=Kw zP=VixEF6jOaL#D_n}OZhk5qvRKS3h!JHc?{cVaET`JEtp*{485{7x{*(6KlGzY`0g z&}UDi<4-}-!Ou$mCajLPz7MACK}LMD_5A`B;!l~!+qj((G8B8ilX~&G8dY)%)LzkS76;W5?Dzd@M7x3<>%ZO@;;|)ZcVx zIztmDGecVu`Uds^L(rD~#C>_(pI`O_tRaV9i2q8l`@2O-{*1s7GVEh7c?Sag3wnH9 zSn^v4QvthUFLzP;e~r*)gwSV0{{)^{o(MP|JGS28lkmUKVQ6Q6tjXV4$o{7N@CYq% z7BO}V^LH`S&&M8A*x0>TVOy}@&oJJk`C|{KrFS8}jlEwVq{ByR(T%h>E>f~D0y5cA zu@Bq>LP;h5jfAu-_L89x_5xI6M}~SM_x>o8AwIxMkfBi~L#v?Iiap5CD3c-H zWu4D3-X;2@Oop~Vz8`zPLy&;U5Fg(96_JwD5kN0-Z(|?04nj#A{>4!i-eHw2gD{YQ z9T~ceU212^P&14L8QQsmHN;b8KkPwFbRgvY7}mn#3|YAqmUvFLV(<4R5-=H>g;0N3q$D4YbS}n`^RW*MLn!$I zDi1*7gxiu2AiNBC4m&b*E%N1;nGEqcmA{Fv+#X~+t(1*mhT!bQoNi^+%t{O`%x*n^ zKW_MC2j5AJ1^vp9jLAd=g9k=R<|AMi=ncm{a4%+J68`N8X$tm|kq~%~IS)HBu^g8D zeo`yF(fNZ~={Jg*SOL9d*n_O}o5rkcgnSyq?n6oZev3|mr8^+sg1ui25-=GmW`;^5 zC1)YvH5~aZ_JQjml&rQKNB*m>8ppaf?A? zOf>F^CjRfc>Zv~WIdd?Y_kI80_g&Xp(9^$q`l+Y(>gqn-)ty`-x_!(9aTz3g%b1{Im5@@(tUrz_-?@;F8FpHww_nR^L@bO z*rKS4j};W%7+0h?boA#UE;q(gIBE{ypb5{sTcI|96#>s`#y0R7NQ!QX-I7C5)m)sR zinhQ4yRfscC7ztMuq8gsS>QkgwWC>Y19?qebh)?S&0P`9orf5T7Q!4mpfk5H9-B3{ zFrJ=G(872L6EuJW3c{Rlw#(9qn64Hb1Pkmj&cZ=z;UKkekXhgefG}p^GG=KaEU<|? z3lrlp*)&Xyr)ASHF<$J_@CplMVtkxW1AcsoiZZak_USBS;(f9fGV#G#3z>Miv%o%v zFz3AJa?zc6DuV?!C}*K89+9C z2fK=WZ3=@AcJ=z&Q4Bqpt-0v6W|x5>C$PF6tw_0mk50%2eDt7fz(?yD5H0P0SKj#_ zU3teZs#9?Bon)b%1>M3jJ3VEYonBl)2dDAT*_C%%udbd^Et;K*m9TDF&+0~F4n8TNhVRsuJl7CbU#(fz?-`q5CqOq5hDbmT*w`x zEy5|0dyE$tj82FzBV@3pxx7ymdRA}@oWZ6m?YJKxnQ~+Te{&p)g<|fiu;u3seVo6` zL1iBPCXQkTVY;}dN-8=r=3QoSRP%+mkUIpH-)dn^fup23;X!!U`na#N3U- zmY;Np;C%G+xC=_T)k39#*y3nDcR^`>PF8r*6QvRGGCEbF3gvN>U7iSDf5OaQj~d~Q z$wjfbJ@r$pLF{v!WX=6(ma~Xc(3GqNrBBUTP|{TU!+N2tQT}Eb z|8}iOTXVnqqCsj~W8<%OEo6Skr*BzaC_N&pc|=yzlW&D{xeHA-yK-4jmV^W)O^8<; zj2-$jcR{IjqZg(BN~33T*`K-JWuv#jm%E|Z{_Ri|lr(EBId>(a158$!6z3x76=7pE z!O3g&ry($;}9Ja9vlaCP5?vHh2$)V;8dT@Avl%qO8@i9M+D>8r?4@O za7L6vt`g`E`Tnnz2k-6_MOUK8|92g@#{XRh4r{<+$+zKHnr_s{;k#M~u6AW(-72hN z5Zjst|0foM>!J&lxz*9I6xpF|Q@6Qg->~W!)*j=!Y^g`T%GJrZPFdU3HoqoZSg8!^ zZuL0)?Ht8Pm^k&ATguHZRhC^Ftw*6K4{V!yJU_}?CCbNgql9{ha(5Rc)@y?V>r>!w z2bbhHwXIL`*J=9(F>BF(-N_M*^k+YDvJlzEaBkx}*^672y z9UPV}jD+GoOCtYAZsbtU&AZRF|J%``Kf7S`gLe`AMMZhh|Me@`+P=^oOjhyxOwqsT z-rCKt`MnB7KeKJ>yZO=oQKJ7&ZuC(9_qpF$F#1uui2lm_=%175zyCR+4-N141*0EV zDEf-j&fEyM}xPA`@Ybp16Q77E03U~b*QbQ$)(HH5~vxnP3!EtDX{ z@;ClK>3jVJQW9^qN@z%qZ@O-&$B?LQ*~I#z_>0vgT>|}I-%BK6*~N+S7c+G4Kwt?p zz5?Oa4_mgfv3{vrf$TG^bLc|wTSjixq|dY9VKzle#<}GU|D#0?xl&gB>e?lBVHrIx zc<9nHb;0~2YNyVeTRZcRDRZYyo;NM56!t&54r0z5C1IUFF4H9oBDN~=Cb#ro>*c#} zh8wnW+4A8_*Q{E*W_A7Q<|cRI!)jl{ahH8~5|^FooS*UNQh``5G0|&i!opW|t5?@I zgcS>OR#HS+He&t1y5@CF$?8^a@kDQ!D?KJ{BPWjff3tidT373+L;e3}t0}@H*6*up ztX*D*<<+=Op{D+GF0p6}0J1Gh#y{&Ki%Ib&J;>LmYlWYC@x{a%-&S%da$PKEnZ^He z%Q3c2%h;S18FNx!uxbjf*|=nMSQssTtvRgb=zCEu2bs`jYDavgg&hm5-)IA!_Dn9! znN*!$7P8=?j;=nZ%$R)0A=75L1rmKL<0_9X+o5Y^7kzZ4g*5*cR&)$G#=5Er<}Bpc zv|>$Ta|Vsyk9yhVW?d3Pnm8){U%Q@TZ8B6(on}L|l^oX>{H$v|x;n7M7L#U})N3+u z<((Y3BJF2b=`k_*DT7X^pV|?1wm@PwQWySH7JN+XCkbYa@#Gekf%GeOwmwIE)+HWu zTCc4P8yd4Ma~Qm~&|&b7@$c0E4GHCV|~}KUgt*-x9}>t!Kb{c9<)`u~4kD-u7tIv4I~hMkxb;2E^LOQ&QM4fOqsgTZRvGd=h!@GD)Pq>>`C_Vn? zh$sqo`U>gvGdtYVsg9Rq%bxz$Yh&_0T-K$cwpkA-v6|%RU$6s-YCrq zQc-Ev14>2s9a>z<{Q#B~v|bCdJbMt-dTmVn#4Rr6KJ1Yd{QI>q`LkBmrQGV0>d$07 zpj6KNR{BG0_G&3ttJxs=RszGxQC%O?)sd znuI+a+j<%5Bm9KrkC(bHAMv>NcZ|-Y2hRIDCGT9aZIj}<|T2I~+Ri3Z%CsWDHHAl-0{&{D_oT(Rwyw)LPo$efMKgUk=cR30t8lQ6J zj-m|8prWfU5Y{A_HJl;i=XbgcwhH`gPM5(}QAzTy9NmHXcxEjkqcq(X*6w7m*t#fN zYFPKAuW&UPVc8D2g|P0qDC^F=TOZa&!E37tPa-4iRP4EhurtWKJr6evTUbBkFyVz{ zgypXq+(OvJWE&=yfw}%E-AZhM*OC#o8GCLa>QKNsFX zM%bsY=N7^~L*@@>aL-{YH-1T&RhY9LhYflBl_#u|OHp7puh@o7wv)I5f8eUI1)X8S zZXH;&d4R}g3NH{|D*R>PV}*|s{+jUR!dDC5AiPcZ7s9UGESlxD3Xc??E_}G~(ZX(>BTE|}UJv&9v~1wVgr5`cT$I)6EBpoF z<-&aEHP}2`_*=q!05IrqEup}jaLNk2hwu>LvBFb@-Q&TQ$J0fAkuV?e5B7g5{7d1N zg}b%M>JJiLB)n31z3|n-cL+Zu%qLSrdR`U&K$y><2AyuggM`NlPZvI1m=BZ&JI4!u zP59fwR}0@E{E+Z(gkKf@K)4u#NQk$a@F3wu!VSWw2=hVGV5dcRtMJ{zj|o2~{D$zy z!lgLp1p9nJJMd89iNdpl7YR2ApCWvoaEtI(;k$(&6Mjy(GtOxtZGDAD2u~J1Ot?8_(0(=2rm~tPWWu$ZwdcE_;%r+2|q2oQ}})1wwOC4=@%X-ytnXy z!Y2!VUHB^D+k|%tzbnl7NJzu(!g~nsDLh_yy6^(wrNYMwpDO$f;qMAxD}0CWgTlWO zeo6RE;eQI_E1O9kD}@IMj}e|Ce3)>p@G9Yxh0hWGw(wQLw+i1U{GKr9eW6~u3ilU2 zNVq|mpVtjx&lA3wj5z4N4Gwe28z|=_5$vX;*N)JNUZRfEGE+pQaG`UgHO6n5*(TKXTL9DSSa zVQ{!Md0zBi7Jij%VfoqNkgxZJKN6j`ow7RZh0DnnZ+Eh_f&QXXExfnz1mP*d(}fQq zTRInzF^19|0S?!0Yec_E_yn?rn%@}a_G$QJJe zvgPqW(K$$Xq3|N%df}DAYsr?!SI(Zb_J=U}qg znM1ZTFB1L5!mEWFg-;efRrqYOmF+jkm}k>n2oCpxt``04g>NET*dL4hUf~Bs=LwPj zO87al#rqQ3^7t3g`J3=3!YSy6GAtGDB;1W`>FiDBU=G(09PX8k6a9(8lgSo#mdNJ_ zA3-*oN0G77tr49j;Zuay3xADlaa}I_L*X9_|6KSF!fy%xQ@B0u@dW$bg+~hSFFZ^5 zi^9#qrwN}g+#-Ct@cqI&gr67wP&ke92x%@8&InHso-RCJc!}^y!eB46VpD%oo z@OOpz8cnddO_=vNgZ$^hj|;y@wt3Dg!haTiQ`o(QZu;(CoH1WW4|d#|<0c;{a;`@i zbS4W=6P_hJM|h#|B4NJe9&9!V^M&^y-yqDl+QVGvGT|QxUnjg>_yOTZg`W`S+wj5u zpM>8Mepi_9#|Qn6!d-+bh57b;(C2buf%zhR;Ddw@6J8+fzAt5S!a9+=`;9h_I*D@Q z(}d3w<_q{i$9<>W^nW1o>x8!pKOpSxVOrQHM9$asgZ)1Vza{*xFkj{m`lZ5sg$D=^ z6|NB;Cp=M@@BD{3*aG22!i$Bu9zf7PN%%Bju8kgaxK==5u7@7@2g270Zx?<*_)%f5 zXcO#kZGphA3Uir(Am4MBg6@NvQ?33Ks=pns7t*Kr8)tA&Bdw_9+Dndo5JmCT2`Q%*&= zUf9C5Kn5JzK!3`uEmc!)ZFnf<#x;~%|K&Uv zdkK#qTYe`9A83qSG|QOj!7ElypXpg@%=8>%%rt~=x{x`Cp?>|%z0k2Cw5=899ESEOKgBo$KHZq<++fUf zUTn-V{I>8`vh}aqgzqzEI{EuJb(qdy8Z({G8#A4pw@`=ac~kg3;g5_n&|%-AKGVth z44LUy4St zvyGX~3yqo1Zwhl!@-pl1w+i2D%yd3zj9s+DnCX1ZnCX1QnCbkB@H@hPH_kxk6Jw?` z-PWgp>EwD+OwR}~zl9x`Ym$}OcsNp+%imGXbWSsd>F5yQF9_Efvm353W?ohcA8*Wi zB-6nV6tFyjV!E?89MtCThg#s|#9<~_#xDN1~v^-~V}2U}Zz(JJ?wRjnVr z^&gkY)zVbw9!Z|X-Bqys{1o_ZR?a&qpK3?)lv|`O7XQd@-j}y_`QUDz-lsgitDoCi zj<^2nb3VYea`o~x(O%2ym#jOwwrHQEo`SA{gEVz)5ryx+hX889GO4tXzCyXcAv75&Gv3oH59P+5g;pnf})ZSM3 zhhPgX*y{i#)#DghDBiYEVwg#0;92{!us{9QEif$kW>ff0aMv{sz4}^7Nj8pVvOY z1-+f77vx-k^R?i?KIpv!IeC&D<9DB`i+nlbC!-`EALiNPHQQrUFo(m=y_09J0v)ay z6D8IgrvZ%1)gQu#FbsH8cYMwRvf#oouCyMQ$EwlsZx59Xe>heKJdG_|}hdF960=mFl`x385dxOLt^`V-$sTefYLclRA)Cc=9izprxXaT?Ym%+8v3!i+#mvBCL6Z`G_ z3Ky@)-ufh3PyXc8Ae+R8%(gwyhJGIZg&Troc`;2;pE?`j;60z zQGvfBtGkq*d()^+8%I$#azz*Xy{NjvXX~P%vLzg4q+a8clYCZ1r&HVaQHbu_XiU@T z)m_%F?|=G~$d|=6MK}90Yd>kyQ#U1_o@)=y4X@YKJato&=hxjg>^9KG_|1-e9R zk}>{Tlb!M*G_JX}W?apdQ7m;HkoY&;=|0uw%c!&m<5`Jf-ZHA@it9gFtcAQXguABb zLYKx36E=?O1l*XUX@bRhxj#O$rskDwCC#MmnK;yGY7D8>&`h82%|%yiWtp8mxV)xj zQxfR(mE}%YhF~a=B-rUI%R+hG;=)}tq%*>yz-nAmyXecE8E!}?e76oo=Hoj3%bi^M zt|{_iHb26nNf|$a5F36=D@lHSYx$|EnaYDJuh`lL-}*~ZcMgigwXFtMKPb1U`NyhR zKh^y*{rN$_q#gcz{rXMkxTgFpDSRt0lA)^=JLr~ zc0Bdsk2~%7F+1X2?eOQ$*M7P+%8Fj2=;4}?o3{VBQ_Viq8viiKPE^(i9jP|aJN=xXC@n>^f+QY^~^9~7KR|%Wr z%UzBy=}u(~pMJP>9&}6fcjs8>k2_`fPgVa4SlZR_>+F5XaW*p4MQCe&Ux#rW0WYfF z?~<}o(qNy3UPT!{%3F@ga=rb;TTPY0K5zZ5|0E;X>)!9id(H2&)9=Pp)xV-I&Rlvn zaegVDPdV<=&p9SfZg_|Jl&Caz@0~*AoSO&mWZg0IndF!fC*OCh@Fv_}UV|3;ZsodN z$a%l8kbccB1SDHQM6UC22PDWt!v{APBc z@8;VD(#cs&A^W?kmtB>c`>t*Q`@53w%Kom>!?|Ihbawr3lDq4w0_oqC{K;L!dwU|U z$>|ro)mkY1yOQ6N=+{K!s}UA{{EY`=K3w`{d)$b}UFD5V=>On*sC+Iv#qZ!`zlX|K z1Mof6%g_x{`~p&Hd?lYIEGjBK2Fl^vsBc0G-$rfVkv7G=4S{c?^7~f!HtKYS8jY*K z@NLx7a5%LUw^iHpuQ-s*pYiaW)WzVoZPJw`PXUUT!F;+$*Gs`|I+jJn^|;_k_w;_= z4{z5d-97y#pyWFIY0ov7(tDIqoklVxm&7pAglN-!eW18cRD2iGlI~~z-cd0ha!yy7 ze~+m6WfV@jzxjJb#TTG-(*w-kGb%m|M$-e$-y^wfVb8#SbtO zgU#P9DxQt9O%L&YHVkB#Z+(z*pkS>Q(2`zae z(-R{HmGB!m#ozCQKnMFkyLXO?`KgTbEbqrngyJbo`E2h;QfPE$n%_Syp=EFM(8TE6 z625R;+>O;W&j(7QxL?Ozf%JUyca4fqWOf&rACdAW&h!_|A98ZI_ghX5OaGpcGG-s? z5lN(rN{&bM6;G$pFPRZUI-Ds#%KV6Q8;hsb`|((GaTojykzQ>6il}%fvX`zie>v)q z$CsENbza5Zu+;n8B9TLw$z|qm8x>Dt>#sMzFR3Hb7a?UOOu0|=(Mh7eTyi@OmA=5@ zKBmiQ(2q*_QbxL=3lGH6Zj}8D*s%dn#DZU$eu?I2)0 zC$1l!WPbE`H)5P@e$)ZKNsvCp{HTNF>}OvwKkA@8>+q}QM;&~T#dE6nbLxUZSexF7 zM3%55d?B2c6vCM$JJ8U4A)IAKLLr=O{!j>CGk++A4dxGpaE|#yA)IUePzYZ)e<+0W z%pVHj8|Dv%aK8CNAzWboPzW2%9}3|@^M^vX$os7j&Pe|mIW1vH_(Ir}6vDSlevLx& zg|OL-ghIH){GkxOWByPG-!*?IgckFMLinEfLm^yh{!j>)nLiZ57W0QfxZM1q5UwzP zD1`5uKNP~1<`0E%mG@gAd@KDHa$3TY@P%-7QV7?T@N<;D5Uw{Pp%Av3KNP|Z<`0GN zL-U71xY7Kf5N9lwwXT^!foacg>bw1Lm}K@{!j>adcPII zwdwbe(-M}1FN7Z@g>X+v9}I!T{QhJ5Cq7VnM0zOu)Vd#h*?B52CBM!|$uH9-7)MHI$s74iV&u0aqj1O@`CXoo=W>iZn?8g_XvrIS zJ~8rA$q9*(mwlilJAd$g%g&4Gi)nPKWXQ6q^9gTy)xr zETRa?_$ouqw=NAjZu17F{h$!O0m9ll%8D7>1eys zQYKH9SO(_(h&n$mq~;OE8coTE#B z#3MV3*~!M0@-eOSlO1_2FtPL_8hECdJ!euWCW%q{g<|%AsijY&DAGHN*^+0JK8xe& zzZA1Y&MLi=Ieo8~Eo)Bc8Jzk4vzSd{e#NmY*^;>U8N|1+;$)g@AG??~S1e+JI(T18 z1)sl9mwMlpiVx}A&HJvbXu||{^uB8=dEZSH&(hb~`?gi^8T53S z_uX0XbLOnv`|hsbGePMJ@7rE+In&a``yQxxlD@9q_i)9zEbMOH_gKZf^mX^X9Th8C zUzOhXR7HChN)PXQrs8q>dV1e;72R19y}a+mivINN;eD@E>_cB~?|ZG{QTqCL-y0QQ z;sh+?eQ#AXu@3rr-@6s$clfw>d&AYKrQQ&5X zyGOgR%0CSLK2g{AX<|T}V$1Hf52tzq<1#9An?%nb@9AFLrU3!lVz~rlzj8F{DyrNE zQKoy zbxJFLhC17=a(CpcVKnkPE z_fQovzPXECyXh$oI7M;M_YtUV$D#=(N20(=&p>4t?bGohs7Iy0L31pc=sZPkL@C{N_v-k z9TApesq?6$PbYFz`Vsz=WZWRpChFOS%`e5_wWM$AXejjRjy%VF#4w6@(8g>w+_{((`%7SV%$ki95=D!q~ce}@By z!G9>W%no>t2GnDV`becv9g2FbLa>-0j>ZEI#Fj<4f9XTt zHPnapwQ|=OUn_%VqWp$HwfF?;|2W+Oo0-EQd=maAuvPOwzoj|FJQbn}{&B^8PkILf zv6y#4_6jyv%pU{X&)%+>=fhXYKN)QCz3I+KnJZ?@0HWQoxnfQ{EapLw4#4J%xtU?z z9~!tXJ&p!g%oCw9foiUpHvtCmPX=53Q(w%ytUZ(}QLn$HA->ra5wjS#?2ji>d=cGj z1w42a2D13({Wv`H`Nw70db^jOZl1@U9M2zeKXJ{JPo z&A^}d_H^b=2ug}jZ`d-gz*7b2iw#+x&q!*Y#4;0G=1F)K1CFBSL3q{yny?}E3t3aAO6-3~Vn21H#(wHVjs4WwRswIp zTyE^Aq2;5L&xQRB*fMS5;k(D*qvs!0cuodz3pT{=-T^+z#qLV4Wjv-yKJOpc&7s{_$C<8@N2cO+KVg<5@&R@a4EbtSqkl<4m) z4p*WsUB{<0MFXPf4cO-^LYeoV5x2qbr1bm=p04ol1)wO}t0$%k@!GsrTGAu5(zR}O zz?XssW2^dJf9X>!$hfgIb0dUvaP$ytD5Z;`Nl0>1HyE^{cvU*H3BvPmbOW}`26%1++<*KObY8_e=4jEL8SKgCvcg+_$3j^Y*R%-s&<*{yS5$XdlM<3xs+E+hDHn z6EB)Y8DGSC6I<2jfs&G8I1(R~&KwD0ci87EHCC`^cz_W{ z@4=R-gokg!yiCt-@RXn+im@RjU*PyM7YFj*?Rzirf@uSmFD$Gx3HbVGi99@nra|S#Y0KQJo@$lRNxCt9;hYfOe zTXF_l+|rPwWVVeDgWVb;vqv%iKS!tsu~l6PGfAwK40&ieb3258#nIQXWv+*(Gg=|9 z@et8C6ETX3*ApVatq# zhrilQ#s<+B8PRAL5oeHb%VN9(=F4exPC1RQ>n%p!O= zsXfL=!SiE0+(qHKNXzR<6vIO^znjSz?gpVV5o$fQ!EOpL{9raX-nzO9TUE10K9~s_ zk55vez=q7arOAf4l;9cynVpmgnH>@?SRO?&#zQ9X z2r|1*m9IG0C}1&)hn8n%LpTf;2Ro}h+nfe@uSO1;oVMe%Pra7wGr{%%vpv|^9x$Hz za}ahGwqaj{G1hsEEs6)FGtCejk0ZRBmRSK0`wSOHMI?71330|n;^$F=`-Vs|)_r>O zgcD~D(ZydV0h2F5qo!oJa94 zM6Yjgtmx^|Fdovl<*pKNjBT(>NzYo!YT)O6;3{4br(wj+07lZ< z9%*-(wg5*D!{#p2P68Z94=>Zc2ly^Fq=eIuxT{ME>KQ4C`-RfzYDMlY(vlc5)avdp z(r$r`o4lQkEV0gFhnK0o4|EQ8c*Y z5xmVYVl`qYIxN+NPcuZrUqrf#_JiIfL2tj*$gJL^pm#QEyXd{5iqy8C_g>K$ciUw6 z!RV|-J8_6tRxYZY;m~hUz(qgBAztLTLq9E=;6v@fh;PRsUPrk@w}(T#6;*T{4)K!4 z9lEY)ybs02Gm9?8A$A6L=u$g0vWUr;QPk};WGls%><-T;8tp@_zz9?{8X-AlHqg#^QZ~@e_%IjK$m3|@vA8=2 zz!WdeT)@ZTQ7)GwAEM3ec9_>!?(p{57vIQzShCyfFfW$e;cemY6)7CPCa&P=F2z}@ zJA6&-D|+Nv7*>i}>@aU?xx+27YcJ8reOPiE%{b@N?(jx4KKx>wYl_Z5cG>aWp)TT_alUN+t-v#3A6`nahP!GlwBM_%eE>LXA<17zH z4!DTP!$ErHx$E!I=_2^vsYr1KG>~J;JHwgtG44j|J7b;Y(Nk%8XGMy07^k$;RoEC# zrHXd$>n!bk5A8ndTQMgjPVrekG>pESMfZ3`iW3NT;PG)T8cs5b9-qdhAB}#VO4}<^ zoB}wd?XK^PaZ1~#dZp7@b+=Zec&c_vx4K^Gm2REll`duHy{aO`Ta`}fD%ak}a2`-} zm8+&PuDf4#sL$aIEY@#Tq&N<{0N-*0305s&bmvs0c+bimIL8ijW{W(wBK2`NaIBBw z5?VTT2E{m~@&4J^M#lQ3iqx3*SPx&SVH(HOv5LRsaz2JP+lsz)6vOPfon>0((bG8Og5Id4CR(4V_Tsg4sm?9*XewNjO*57S$|i#mR;V2c@FbNh1!rL#O0ugJ zi<#_(I%Fw1@BWn&D{&#$Cf=_@2c#n#Ph~ZH_+AH3_G8Fls z%Fc0F+ezKOeLyAizeidUTGZ{115j7JAxkQ#2zO-q>=BPBpBvwKKnI3h*x`r{hj(D$ zOgb7-Zh`uCK&_Xd$@CjdAwpFZ2!$C$PJ~b!kefQ%9jH3ElbaY?&@CHzb%%HX5<562 zu|5Msv@k4vd#Vf*Etg8KKCG2}+(^ky)y(poQX9S(>f2Y&pvsIZiyBL_Ro@7$z9<^0 z0cMu_Afqhl7G$*PpbCT0F`7Bty;F@~WvmJ_XbOqL@E66=T<$o^wTa$|=U$c^brUzL z$L_ASlj8|G><`Wr7CFI@5EexvlJHrngfDWxPE`{Xq&cco+k`DgNWr#TA$-pHGM>lXlh|0s^OB7F-yblR z=9t5Ckp72+w$a;Msy1;rr@3Qdb0H4q+AMOvY2?|A+Va*MmE-7(!CpHjcmm%1h_Xi{ zn|>zmZq!BY?BeZUWQqz3nesSavz5?W<&_em;*JfhC~CyttYaMiMuo~$Lwn|qMU>Z` zizqi0kU0u4bRyjRAo5yXIIoZ}FZVqQ1^2?d;9mIO7u=_mC5FP|j`PFZ!uv1g5BA`! z)VTZ11?vL(UqK?*{MiC?n<`a;&Dbm9j&3U@s!*QOnBa%QoB-l^+-0y8HZMxO3nokbc z7$_DlQAub}(&$*ClozOaUt#mO8)fD-Bt&phSV5_ELPco=!W2%ZL>H7aIwq9zPfuvZ z%xg$(el9nk-UX7A157z5=b8Z!v~F2Unkcai=POagx9z;4&&G5d&T(Rnqj0{tR)Yp+ zd99QfC*=i7%#WAzxZ~-luz67`E1*R4l;@bI&}S)c+}}k$rN7q{hyx-x-!lHs4KK`; z%>uc@^;zB-1_HQhY#52TTZgT6q58pE)Of!2YMhr84#c6GdN{oWrB*W%Hj)4E?2V9c zjKoeN|kXR*=ok|(&(&O###a+U$(W!{c3J)Mx^)fBwaq84t#5)1 zy|T8cdD+U<&G29#rE*hqRSF2RxpZHm$rsrUKNAY`c`cdSp2QYRb<5(I{~O`MKX8~Ach z%!dtQctZqT3rFy;{~&_(1taKLID&_Za&pkaa)9(Ak3O?q0U~b~#W>p8a&!Av3gsqK zII>^nM%FE-xY{F{AVCE1y5ibeFoFTCB1l8xGLG6vDyVJh8*Os(R~(`&v1&~B%aL?L zA`(d-7-~xa46~YDm{LHfRWI3HB&k$Mi7Ow3bIJen$t)i<76jhZ2FpC>hekmr_DXOP z(?&6*buP;-xv+@BYRS!AZ##(ML;SuDk&4c#mt88*_*}{4x4q%5qH&G;-NJ1TW;-Cw zt{)IG*+_lUfY4?A+=A_Jbm7SUnHyP`tWmr$<;wa*RojwlH?*5HmTAZ1TXDKK_C5y{mV-YO%)#TkuzzK){jS;C zMB{+%j%M|D1+D&a7gle`wHnGF_Hr8J9{I6_2Ki*c*nYE%*q+LbO{{VVaLu34D;pcU zNDKbDI=`-9Y|rf?w(YsGg%QTv%f=?D@Z(H~?I#6edubQ3J)0Yw47)icDJ7iSwXZ4| z+s<9Y_Hu4)gR&*&+ZawTuEf4q(CVLeVfFP~s{^xEaq94G!dd-hL91`Iwwf+A6YL^w zQ`hC5tU}*&Hh=vUc64kx!}WWuZMxoeUaqB3hrU*M+UuK>b{E6j1y6hbXdOekb2il& zF?Qs}B{l175G4-#yQhBW?C)ya_@s3_E+>D?wH|6Rdot*s%}MBWmlVv&nQ^PJ&&BX& zZVUs=UN(lR)-haAFott>5yRheW5~?|Ya_&oHWVfyXBCX${MIq#wV}`DcX9|JMEwa_tYxmN(CBc*4qJXrFq< z=4Veg{cIZy$6e{r*){F1nO7xqru zrM)nN|5rhKTX$g(v%XzSMS?v)N6b&(&8_XF_e;71o)c@sDJ;$cM3A3mRyf}^HWPLp ze{C|*hj14$P8{kn?R>v+2T(zMocAYw#@o?(j^R8e?exN|*=e;+RWR0c#%aYotEam; zE^_lAFaN5$k_d91Un)(%9Ng9M3a76zmWDu527i4G;@5wn*R8qE!Be6TuOT+jQ@mC)10IojJr?chHSx31K zakMLcAEMHgp*xT|+Oe<7N*CJexH@N0^kN&Ioo^iN(S~oznkFvI@Z>L?fy^v!} z7V+12+;r;IlN`F!=ccqad*41=|4sJ{#oHeTIly!d*=2!JAg2`EHNpUasTU$bg57X3 z*rg?mCSfLv{Q2Gm<--%*AGltUT&{pXl({w}uN` zW?f47Z6CA{yB|}iHLP}p#G5x4{3os9t!!(!*@lzPe)9*7@$pdD6{&kZclbDUp9}6= z#GGk!XU>^Xd-%))XV%U>bn1dx(;^ei964`95Y;VP)>u2DX35ItTD*g4ch+iGHr1}G zYr;21YFDjURv$GjtE*kPy0&TM(TN7Xf6;ux@|DZi)Gl4!oQRtm>W-_2?#kw76q9kdP*yp{C}##^wljgzFoRt6x^Tye4v%SxziL%gX^tPE0U&-sE7XX=y`# zX)asYRJWv|zSb9C^9i*mKip?rUhBV1g5Hf;Iwb*q;)qkM-o)w?|oFJD&IT&I5AWnH1(WB_9~p{-tqWPVM#`E+9L?*RY8&f)GiJHC<{C=hmwRZ9 zhtJM2h3as{$l7aOxoYL=qeHCoW+YX+4y|w0NHj}V*p`B&4UIXCc=TPtWNXN{ zKRI2@?wtG1f(&CZpaxg6b&aU%MpXKm)wK<4Q0gdE*LXwXq(YXQ*j!)hx>ZzL%d#7> zH%zgFm#=ADT3?%&R13+M#Zd$GN&VN>Stn#86zOQ;aZ$sXroOC#&37~=d{_AlSa2<<WKK9au%<@L_FT3>Y$qm#RJ#-vhD@Sj>#JLU9RzXSM00mI1R=$qQ15P^W!kk1aFeg<)d98 zp{9;OZ(?%8V5WJ^R&R3d<6%2vAfVMK=Icq9O)B4wY--IlH;!xbrp!9HcJiD9v@QA` z=N;D~ZX|=7mO$c9|XFm<=qeRqID4l3f`zHs&;7KUZgyn?n9cw*hVjI^!W0lWqfutW;;8ybrHYV2| z-9Un>vcNO)<}aa8vO~Bj@}!?k6D*e8fk}jJjIxuTg~v=S3GU8^*{OUOO2Y*+)8OK_ zTwt8Wbsuvdx<#X;*& z(>hJn{_fcg*Oo)}2^rsW=S;JbYs}DIYL_MLI44`kHnL^KgLKbIrg=$ZGDY-3lcG4r zcUg3Sy%i8KnpX;jXtZO5_wub~JLGsMYCA zyH+%P%9IJ2>ZOfqnjl`&Fzk@&89a_Q%s+KE*x$KukGW>>G!~y5T<9LstDVV@s4kc{ zt#%^dynSohPd;EK{z4g!kB!oWeR$|L_`^QP!=BG{(}hP~ zgP;0L2c0s*6_W2tNA>;l;Z^71H5jz_i0XT_GLT zC3Qlb7SiFP!PMcNu8@v@z&`t!bs?Pr2unNM(-qRmKu#U*=?dwLf}A?s(-qR;*hk+xska8roraT)j|S zpGD`hr028bi;ti)@8L1|Lh0cn^VH#uFH0qZQ}Bld5d5K%f8K=shlq!^X-WKS!GZv8SsKW->u8KRC3btvXpzbLXQv5dO)e1FIm$+H1GJZ zJpW#K{^5E4a1!z2lzV3{tCEWNR%F(tl7ZLDQpr0r!9OOe3`*sE0h|7DdB-Q@`S;25 zPt5c0m*=09=RY9NKPAsUEzdta&p$KI&y@qR4i6w?J)o59P+3t55_Ks)j4v+b-X6{h zQhfGaT*^IfpB1F?I;s09IeQqf*}TqVsc4oQW%_34`47qS&q;bTr%z>gS1Po4@9&hf z2u_R2@Gq1YhyOB6RK8>uIjt!}e_d;S_T(}Q*k_oZEv*cL>UYe~sYw|o7Ppw6r>-)* zHvOpi*^|rAU;k)+jwEI1um3dv0O#K$Dz_@hIDhY`zxg>uC_{hU$NXcRzh5-Z{5BI_Z9~-QeHHEsM+J_qgNeue|uf zg|6Iil%K-vV7T7qO{O5?-G}VeVvzD$u(dSr)(fwz<)Sf!rB>cmDK!iIo+DT0xU99` zw1S=1w{F4_Mhg8_Kis#zlfnonP41QlLEim{M9ka5aygxq^R8y01KBIhkUAHi|2;K( zqgM~^>ZZKj#|rw)DsS}UMNM%|o}8Y$HCI4WuXb|`=iWPDX7he7R&BXiqhf1j;kFZv z?Otw zd#y3kyPj-QhmFPzyTzDcZ!%_Bx^le2N*#tLbG+sjgXy|sixCD zw-C05Y^Qb>ak(*zCh#OO!cN7WTL?RYT#P?(v#^yLA12KDW7tL5a|>Y?lbKn#W!TD% zR|>BsBWyGF+(OtB$gDKDQ?QjApC-J4jIifn&n<-ANN$fmaGS7|8?(LwZy_V>mDqC& zVXq>CmCVy#-3XUyPaH$KX4CVD>weR@D4Jkifl*t=#zU!kj8HES|!3TL{|@{+K6sIDUw++?XG!2;7~F zu)VP77Q$x8oqSl%bIOee3)helmT%T`3t`8R*%9F;Qpb3*@C-7-&cdEs2s?*d=EKgX zj`0z~i^&MP40~=N>T(q(ue(+I>s^PcY)iH5w;Y2ZXs+Z zGEW+C71S}V6wZ(lwm6e#i!|PBsjouO}nynb>m+VKOC`mlFX$M`!E7)@jVP7Njgb()yb&UTe{2>`(KgOP02+PaixW5mJhwUSN z$bt^f;wRjRjIb5ha|>a+lQB1->qQ;ozQWaHgdK`Kw-C05JkW>b^-8(%c;QK8gq?~# zw-9y)nHRrsv#4WynD9a}!Y;y|TL`UDUki${3oP#&1WTwo3XF(+1VY%Xz)LwA=c=CsNa16IPZs{V@OOo;7yhyETf)2$3hC)2oDr@Oo+La+c(L$W;q}5Bg|`Ub zB)nbtJ>fL2MM65e2oDe*BRoxbfpER>I^nZ~zbSl`@NL2m3jafx-_Q){>>)fvc!Kaj z!e12rvhYd5=L&yE_&VVq2|ptIiSX{Y#tP}2D(v2ovOar`$S)D*moP%u=Y@H_735XI zT&pz5R|tPk_y*yZg?W7z!tO21&o>0Q`>vOznICQl@~y)62>(L(1>v`Zd*dV*>11E?mPFgTpm!U&>8qg79SWKp%D*^^K1b zowcH~jy&A!pGCI1I7j$=(Yc&#Hh&;|9hh-Vg{dD=Zgzem{E+aY!oMb)&EEZ_!bb|%3NI&HI#-cp>qryXt(2b~^d)9E8z1*SgJ zHk@)x+bH1)WQ%Ju85`X+?89$QM~O~@@K?#$=*|%S8kk`j@5Pi`yx$hyB7CLr4Z=4I z-$}M~-cLqZ&^-hWzqS2d^j{KwUG(1+eh193Oy?(}pF)|1G`A;Pyq(Et({x?H;rGG4 zL}xtN^1H9_fn*DNu<)T^+F=@w6#ZJ^6~Ya|O=L^kNo0&=bYBIB-#x!AI#-Y_Z9fpc zk!)eN3Ev5(9j5I8(SKO@N#S1$KS#E-{eg^g65Xrd@Ov&F=?yv^$dMnc7X4|$hX~IVK2o?=csbefwTg^+4BfHd@VoZ8qVr9%4PEJK602SomHr<6^!Z75yiKpAmje_>aPW5`K$p`TBs2`7zx`;PAVD1;*o`(}!&N zsuHdiolznmD?Ev8_NNKY1T!w?Yk}w=A-qI*x$qj{CgGFFmao&uxL%?=3ml$>xKwnm zC0o935WYop?h*NY!jF*6{u9E#0y8e=>jlyOgYX-|Zwdch_@BaUa1Iao>Ok)7vK8$P z4$p^Fi_R#rdg`W_9nrvzNJ$ZMRwCE*pc!uX6qEm`FTF~h%+yzX1 zrlBw8mi__4L&+A`C^GI{(v1a&=Z@xx&XHuZQ!BiJY++Xk9}A`(rr|51f12>Q!siQr zlWb{gA@Amr7Ht8C=c(=zod?L4wugnEBwN_0g?|gC9j0xk=)W%fj_?P<{~}x3u$*J^ zoLC7sJSWzVa?=?tI^%`+HGQUGCgqm?*}`8C{-SUl+3c?%JIO|C#7NBK#}i-w3}b{EG0O$(FCT$@r~^?tO50-f#Cz zR;Mr7bOs6!0aKr8+naLB`vl?XWQ*$%a!KUeTyS_s@fgZY=Qy(2IZ5~ovW4A1w)+5^ zL}#<`<-%79ZzWq?x03OD9^D-oq{ny%IOset{1(}C-V^>im|5?mk3`W z`~%?|g>M!95!v!}AGxi|R`eh^JX`y+$X^xyv*|EBA5d=j{Ybb7_c?<75;B$Hb_0iJ zfQN{DxbP^`VUYbPH~UkB4)5QE$$ly`+bEc3Lh!FPWTMr z?+ITge5dd)g-h4&O5Cw!pr zV&PT7Ckua5`1`{52tO+PN8z`H`Axo1K0Sm736BvzRCtl_mxa$1zEJow;X8yM5PnYh zPr_{nWz*SPcu(Oe!gGXI2(J_VhVUiAKM=lG_!;51gj3bow3P~X7w#`yBisgkHT>q% zPMA}=Am?R9U__hnp28D_CkY=Wyg>M9;bVkP5neBRk?^;KuNJ;u_-^6t!cUS>uXMl0 z7I>%d>%t!kM{!o4&#Q;9U4#b-?G0^#l!`F7!lgdY`tLD)S9Xz6s%V;j5Yv5nnIwZ^*@W%E)&wlq|Ue30-sGR8H! ziNdqV7-#7Y6JA2@=jF?Vk0GfzbAY%8S^~4+l2W{a*%Hq=JUqk zUblNL5%Y4o7exLC;SYpA5-v@_4z8)__{?x%J`WstfbibJ6NC>Y_wsfQ6?V_=nw-z> z2Ay@nCkmfS#(fRC^Mx-H{=V=w;X8#NCF6b;-4nu33;$O54KnUC(!C`dV;~Fiv~XA9 z9>T-OcK>sP@HpX#!gGY@3%h4B?VjW@lp8k+A18dC@J8Wp3x8MmM&Vn9e@3?ZjgJUF zDg0|;_gtvyzbW$fh5sSkF`czvCOm+Q`+;UI3m+tWi0}g8BZSuoHwm94{8iyi z!kdLJ6aK#N9m4K;RLjdRD7X8BzZ8B}`1iu^2!9~_FX5uLS)1L3dkI$w4-(#2c(U*e z;aS3qg_j8*PqzDnCkvl0e710l@D|~#g|8RBPxwLM$AotX?-YJr_;14QnOjRUJ}!`? ze>dR_+3pke7v58NxbQULnZk2~=L>&Xc(t&5Uf1G1QREj0Uo89`;Y)>Y5x!mc=j6`5 ze?2bzl<+gce-(aP`0v916z+^kUa;RqxSDMD35N=g5*{l&Tlg^Hg~E%3*9tcapGD?m z6Yd=07P8&1+ai3m@b$v?2|p@39k}9R`^VE2d}?D_yXaJg|8L9L3o?+ox<+_e?v+3%Vmj zzF2sf@JYg76+TP&9O3T?UoLzL8Rr1H+l3z@yQ*LACGRlotP;O&*1LekRDYtV+5o}=9OMau0O@D<99U!y#OKX7kgE6ZxL31lnVQ-s$GpDDbNY-8Fc;mu?YY;Y~u0&gMP7a|O=N4U?yG~=R@Wjep-sAX8?8-_ z<~-2a;kjgMd(V@ty-ngA$=cO5WNTOL(T_u0Y9L$t`32e9Oh4o)v=jFZUB;LB8wlMFPQlDKrMxemFcS;@rIq#hY=Kaz#Ya4qB|9|Yg33yf2`98Y$IcJ}pV`eyn z1OfyI5auLI!Kq;slt~DRV+ctYG)xI7Dphd6pw=R4i;9ZWxwa0qYOMpc)~dB?TiaS| z)ml4fZL1xuRV)AZUF%yr-#LU1|NH#zbMOD&{bZlK-?zT?uC=~3?6s%0xlRK0_~%U# z%yf@dc#*363nyj(ETU8C^Xf>~wf3ud-2Rro4}uNTZNe5=B|rpj~&LI0q_j|;AX{%OG@ zfO$=o_7j0$QTSJaXF&h9!o0pp`+3mwnksPva1zdQxKQvC=t~tID0mh0yw*y4;zNni z&$&%gc#dHDYKg*21>>K$N?~4KB@gu*1=BxU1am0sRQNK%9KLQMrZKiV75=(l=HXGn z_~$*P@N)|PSTKjj*93EzdQ0JV1P_M(Z-U1F|3l#dG=v@)zqs{Qc#vS`XM|ux^TsJW zS>fq|>0Vx6B`5JI#4^q=S9rZ(@}DJ`{Jf@0d*V)oFBeRzYXox|bG^d%5!3nDzNzq2 zf|=Iyg313=gUPze(Xc6uwt5IUf|v;yfXEFz{0f zze+5}J? z8-F2~Q;T0I{I=lX(EnBN1mF)9F2Fd~L*_rd6&@s*`Qe9fX~R5>Q+Tq%Qw1|W#|UPA zj#Zf70wxdrvrKR;@N$Lu_3<8Zj&PB}I|MU7y96^oHz|CZ!uJSfeSJeP>+5lazaw}s z^e+nLSoe~`?-0v8kk?ur=Ji!#<|m0xM$G&aD%?xqzJlR;Z>V6l)e#EU6U#hvw!*x= zNO>fWjjLGu>LjO!qK_rz<>HFw^BaC*&kPRWQ?9rtl_WIj`BO@MVIT zF4sJv4b#0|;ae5HTQKYT>k97^%=&#&;a7;|9O_pJzblyOeyFgA3Zy;rz;#g^PAgn0 zm~D6rv7En8Qn+3)`R6FyAej88DBP^@D#7IE+9~A6KW~#@mi=<#3IJ?hRCteIrpt9y zXhVFzV5a-1!rxZ-dxDuR*H>X&{PSKD%y#>xU>*)WB$jheUR!cFPcYL>3ue0g6dtVb z7{TPMRd^OLPXw?XtMJK!$=@QF{Hqo2P?&48kca%|E4+(%FqGJCQur>x#&3d+-xU6~ z!p{rlA?b$-|BkrQ(0lJI{E1-lCs3KRA%DKYyl>$2{RNYMkivDuLoELkg^w0Y{^J#H z5{%~Vas3v?CFYtf4sTcZN`?0d#y{^~g&!5nV>;JYArJfDPX%+R`IW+d5j|Gnf z4l#HzE|2xRH$r>_@BqOJfJX^l3_MXV&(Z1?K3d@hg-=y@mBME#yiMVq3h!3?+0#Hc&*@XK!1+l$AB*u{4L-s1V0IUqu>{SzohUth&f5a_JqRE3ufEWM>z^A+YjF=tb*aHYbd1hb7z5L^p6@pRVwFg*OXsKwPf7!n_fGUSY1a;`BEue5c?R*x#e@BZ4y5g%qTe_gsf9=mi+ zT9R%h^^&gPmvj%OUeYz3l5PX_lI~JsNwjt_l`7MQCkT%qtNh0Q%Xu{ZbTcyPgH?!gH* z_u2%TduqAX#@ss-Z0?Z>Huu6<3E0d%FTv*Cmf(As2M!e29#Qydg&U*n%6Bekn008`#J_nD`z zkAY=|vqbvCUzwq{ILp^IuI6{VyYVp%Y$G~Ip}M};evsJuOIimeZohghAK>aHxa&J! z2L?*V>H1>WfhO7C4a>C9Uk}R+G2aGLX&+elt}c*KmnNeAs8~0=x@R32x$6UCnNhPo zGnN_1WYx#U4h&SE9Lo&M_=1@I@K~mSYhe2GW0@8i6!t@7nFg5@VsW5L+1Auo$+~M# zYV^qPT-ImGGLz5xSXno`86%I$SWD}&jVl_Lw>PbJ-NI^C@dM^#EN)u1tiAON=`~i> zwzfG#Zfb8@v!d0FUe=}?RokjHNX7=^FyW19Ub}jAE52GkW|R4D`WTz6$r%Pf93>SzLz%UWlEiGYsQt(8esjN1*GDkIyS=zN-`;{p0v9&*FOvVRHHkWbOF>&MdnM z$TB5ou;Jr>^G-DWyYe0myNwKxjp=fG3VNNtyHx&I&n|y&Wu<#RWI0tbJdQ8M^BQPe zx;!VWHWv2B+5HoGo$ixJmwu(6d79(W9gxMxb4EE0HH41uh%7svPcr{*b9N_Z*_A?; zQy^pN?96!~G_D*x-;~qY47+Qy_@+Z1;u6Jw$M?-FyEe!b-Pk<%3%*o&$@csj%| zmY?5>g)5@`T?Tm^WVg9=f0)JhJH=N4W5@T8EWUk^IVQTz@$tNsxZVYv+f{FapmTh^ zd0q$E`R_x-8}H(X9YymlIQ~1kQHa-Fd*L&Un(t)D6(o?&j_ax-*+8>{J)c(s;{^PZN=fB@)@$p=`pUIj1apgD! zK>OvxgVX01yevDukKLUepQqG* zX@lLP5nESzcf*d{^%AxN`D6cOd0B3kzkR|dW*(p0>qJ|1o68^Hd)IvX!1oXi@Z>uZ zyW{&|79XF(Iikw3*}PNweiq-Ri*Zj12Ws-wV|RRf)|2IR+xxYicb>|h3wuAyZXGK1 z6}fiGxX$j~taP9ID$0Qa2-BU0-KERx$u17#A3YV%F)D?FpJee}h|1u#Jo3#@e7&;x z&PQSoITF}8SOh!m=lAyEz8e(eJ4*3YW$_(~#1_gmOqfM{Tq{8H?fDMg6T-xae6tnb zc;Rzn{ADL%uF``{c4PjyeN$dxOty&TedNO?8FZY9`c; zubWUkVNzX1MNM@z!lK`a8mTY?u!QR9v-tDpKuT^ZtZHF9;Fb~X%Enm{FDpq^v@nqUt z-C2bH+xOPqay$M{-r4UxJex4ZU*AMHPA+^=TEy{VhHO%!RNpb%L(5m$D>FfQQC79aKJN>_)xUvM0L6WIGG5_ zQjY+HFEF@I$u|5;6!h@I0cf*9Un_H%$VmjH!A}8FJMnYK8BJ|o(60y0Nm7y8iWEb( z!eF3{gqs54YLW~RxxW|w69aZISmb_QcsS)sk;}a>L3xPCeZ6oovK|Z-xsMle(S%@_ z$Yox*38f9HL@xEhD;R&c$i2Og4@U+gtjtLW3NawyTVyGg#1>*yREV*uFJL4H{{SBc z)k16$$S6c1GcitN6rz<*7%wskaWyI{m>@C=F^T*WMMfc-n8`^Z zqY%%aWdwCr##exBO-#0OqQDFJglll9gy(qSM@;W9E5`#be46}+TNx`Lg&YZjBP87S z!gJ`vBPHBAWlX>&tWxxhbxM8YlxeA-(GLacpW;cRorv@L8giMy? zsEFj~6mOk{1^} zc^dgzL{56)K&IC!vh~zS!A9gP#hlwruZS{zTIw1E8j(AfZfWbq0N=}_ zj$aJTUkVVT<5vYwLQav>(yfW;)~CLTaVzY@+H99Rqo4eUW$F+a{e)-0!3L4hPi~>S zQDpQJoDh4#86v}nIc)c5ij00T6-fu1L`Fa13QxgVBBP&}et5RX=CY!mg%1>GU_1BhI5{kS-)_?y5JcknxZGH6ShW9xG?oK*jp!DBqYuW z+eCIwxL9Q8giev26Sj-&oN$TA&Iy-_?3{3!$j%9$6WKZ8a*>@AJ}x74`6AI`6%mN-waoh`+a$tDO#ykWm|A8I% zaVwYDj`c{ucX(2KImj}7D{|+PsW}nJcd|&H${_i6u!1CHvLsJOB;QM2K@u~mdCo?P zCN0ei*z@5;9qmpGG9Fr1*A?CHZ+4 z$*UP8KMN+pGDRj!@>)dl%hb|{v-~vV|GFg&eM`}yWJ%tQNdA=i2T4w36~AXA#rt`Mt!upCeJkQ2lyD{wcYn5WxvlX(25Bf$ zB(|J?jX3|Fnu{RI`C%sKKe9MK%HaGUSV>M2Th31+&i$#kp)K0NV-BA2*@jFca!S3T zx$th_ivrK}6fH%M4q{GG;uR&>TH{X9%PaaEk0S|D#Cv!}W@;RWqS*I}c#kMZx+u21 zp9TSD6Dek}*i4ple4Du*-$NF*_(AWoZ{o5P7D@=oKqF$_U2*t#E^5LbnXSLmz5#sD5bf4Ej(Bo^0;1} z`)jhDAM(guk$XSmTpjWVR+&41!tEhP@~T{3Ru8@zvO|x`-OrFG%w(oI_dF*0OvuhT zK6e;HUJTjE>T{(vH!#*D z;*lo^ho*@N@*+YOLH}@pqG`NO!s4*mRRZO^icRE=xwFv((5UeTIt2~O_a*4^iujh zN`0*Ka{48DrLUD2m%B}Q9x{gvmE4`KGy^o;3m426=K%Wh;(!1%4C{*M{(?f~vzwg~(K$_B%xqO1wb1IyYFYmgWJD@c=v#zPb@U>TEn zVOi=}Tt>>>hJ?aCJ+~sJm-`{C!@frFb3X)eSZ;(^?)SkN_A^4f=c@MgUfACViQJy> zO*o)0KmVKK#c!ij5&s7hB7fc~_-V&(YRJbq1#lm}s}~Ncpg!iu&WE?83j9$8&p=uB z6K1FE4UqX|$06xh*&8T9yo@(B5@k2AR?EJD&}7+EM8+BAE-?BN;+G(DGAE~h>K_0- zTkwcN&VV9fFSi9{%c(G3HR1J5uo1*L-sB97{}=}4To*Jp96wmb0K30?6Rw=~TZzjG zvEk#1{e}J4Aj#P9W6URe7Y*QB0wCq-EYu@|ilI=zX=bbF1EC6V5cYvo4H^ec?1}|| zeG~hUWZwkKTK)}0iS;uH^IDF-dln9zgH6Ky>X`6J&@RGWX_D_ZpUGbb`D*M#9swz@ z*5FuTuM5TorQU`?#j^-_2Di{l4jE*T*WuR|t8H!CAc&44iZp%fj)Gda>-%U@C zX6(ZFB*yj^jxq5I<8y7h8EY7dEd$#_RS~+XzcZGOvxFw)oiP*FtC|3x`r8o1dNx7Z zT+r!k@@FH6?lVDW#||@Xz4~qDaSeiudX1>@XtY11pl5Eppl`wA-o<_qu0X{qz1-X* zp+Yk*@!|!C<{p+iId?V~6B2@A217k+l0E(0Tx;M%4D*$JZf<^VUTz(-l+!!I3a^eb z?jbPF=_1e7aTzPm_h4#y({r3wGY++5_NE1j|`Se1jWkC+>$ zTJyeza5;TaKF0q{nREHDvSPnSvcB|-Q_JXveu2tp44tDt6jAL^F`%Dc({rK!(A3<; zy_e*kkb68*s|dWBp0VB!PDRZQ%=H)J-=OhS!G3TCqqV8bAho(75ic`jnVF-Z+t2sW zfNB7TU2?wf#Y(T33fihMa4`xFe+(iq;?>BkdB|>g3+3WB^aZL zs2HoMsHoOt6>x~zI7aghx9=_DjdL@)n*r5?+8^4W7s6%<|Is|=wVNC5v?uOvLz;-f zPm-E@8wu|({=yr1mxE92Ab|fksM`R5tWC1Te~d-5MJB#E66j1a2@ZZB#jn|72`aLb z38Sb+fU>mq_V@oKS*ANM%faT3sQ6T%k*!Aw=_GEfA-B28b~Wwv{QsZC=Q86lZx538 z{f`Us@$2(&!6U%fm1|eGj$OTK!^-xij$s0z)v|mno>^SCb`73d>=@gzws~wv zdozQ^)s9`YrnzlnOY2x3&HtYB;zwWI6C)Q+h>(Bgn79cOinc6nUg)Vz`pV`k>_e>_=aAuCCg=%Aj3cQZW;fB)}9 zA2TMZoBxWzIg9n<@im6FwlOQ&I@~J_tMJ_Hm}WNJ#+KIQO&i4y6+jXt&tJbY#G+IMJ1FM9Lb}4B((QqDFCf#whsJJR^^7(R^R2YJc(Mgw{~7Tjez z2n%d|6ZD_j;x=9IpV~6x8MZmyl?2J7=O$uZJ}N%IMaX0>;vV7(G!g}3QRyCf5YC7Z zB>W&9e>q{o0;uTbUJ}Wg;uix2QbUy6csI+&`BTDHiH+luNhjmyYQ5${S(xYem4<{) z|7f7ug~hRfMn zhnw2@$5~RvsGsw#RYr^KzHfEkEB;06T`*(e>;~d&S{lu3A)drvaQxhHF21OyHZ;ze=5&pX z8!;l)HE!slYN__*l?Obq-^hcTBU?Oc+Uyz^GfKK;yw`%mpCYL9)~sD)vWhGtqj(R1 z1KHXZZ+7jp#@X{47BDuCG;+%wRJ3m zuTbVFUgPp=FQaujZ`u-@)@i(JUfYv=Eu43h%NGm73SG6r;|nfmkS_CZP}FXbesy*Z zXUv=4IDJNgX=mv5wqx?8Cuz&5F7^*ek{vYiw>19^Q7<-`>sYzAeM3b?VW4ky45lq$ zgqSve?%etFT>jUtL+i$Sa$WCEVk+9&;x#p&-q_mS-sPvsb#9u1Cfvcgl->uo+8n!_ zqQgd29}OkTn@u}HiHxsE&zlvPRGF6(T_$JDoe~XTQQW5SE_mVG2A6S3jh=NX_9}Gy z_SO~N8LjOdtJbcG;w_rujOeruGxoKidH)wvOw9c;IUMVTAej$FnVgJv>DuVHX4940 zo6d}MH5hs^?nzT|9frNkG%**oW?WZ{u3lav4#5#|V^g*1M;NR; z+d0iK2F<{@9|PYilxG9lsT}~L+OeatYZHx4b>30)7FSH0Jh{T0|5c1$&7*2_Q(Id{ z#po3)T9#Feo)3g`kRw*C*$A`I%a?Cl(@f^k9T>v#AHmBxN@yA9D65(`j6P#+8#2+> zIvUwozN)pYg|_XjYuj5|+ea_M>wl+Hv1Tp!(X>Y6S$WM4)ZPXJC4;+t%!gZ_Co&HP|&aS37Ps zE=4rWCu1DJoKErK~HxCe3 z;F16@SuHW|&o<8HYrBgV&1jr5bm(&W(Cvr^kB}hJ*S#rJn)Jje26- zOEEm|DjxN2Ggm?(@M#|AhyVLvXS%!=N*!^nV8-PYM*gSXT}k}Ei<2)JGEe;P{KhMm z+?WSq`iC|nuydoH*!jU-_0)N$oopG^<-N~G;-f8Y?psD8u1uL*cab7)E-*zR!gEZr z)X@ESAhRnFC~mHucd6p0A!?a-47;{?#AbDI5BKNP7SDK+o&3F2C}rH)P+L6X%}s{$ zih9=;&v;{w;o3Wt%{|;GLfq>gVS>0fAWN>uk_VZ~?o_fV^?*N)5(_KmnRO4TVzu?~ z;14%7k{RN`CLzu&b2g1})y|^24~{0=F1VZdm*mf_bw$zPp}=WeLSwfcr|?vTc^ksn zu=a@A-3JP07at>--TDZ@?8kh5u|-X=w_?x!~l+CQlo7YusQmnBA8< z_3Yw?2azHk8e%(u2a1RXIN|{&&oJz1T;O5XoTPACFuNv)4BD_e)(WOQH-2A@U7C3& zHt~RcU~Vk4^E3U`Q_4ucIb1~y`%(DM-Nj}8e3X|P^W9T0%kFSJG2%|gf9@{sEMk^A?dy7th~C zc%Z^H3Qtk^ScRJuUav5pT5$XiDEySdKT-HM3V)z*62}wAQ=;%tg(oUJQ{m$jHs36l z`aMJGw<&Dia~GTMDLsc;mxm&SD->R=aI3=RJKw^|=g1t-)e1kWFux_^Y~E4$BZbX- z)56&Y9oO0OJ24I)s_@YYn|GQe?qy2O*!M+*N+;lC)%*H>KLdMeEKJe_`=!qXI9q;Rvs9SUEd@RbUGN#U0j z{++@fDx8C{(B-F8;VOme6rQE<5`|YPyh-6sg?A}@yTZRvm~U;l{OE5R=VJ_Z`hE(J zR`>{o=PG=P!mAbjtiqpD_ z@zg84K;erNzFOgD6@FXc{&=**aUP*Czfa)w7btv{!nY`FzTqnU*L=fO@XN{uZ#zYt zc+o7vV-)7M0bIJX6ke?GGKJSFyjkJx3V%W2FDZPF!jCHatinH4_$`IsSNKzf@iw4;04RiBY=z zmXOOsg~D8O-|5YFo&J1UFk3g4&jLkd5p@RJI2y?&Rs7Zv`A!mld)rowM49LF5i@f0cCPvH>? zPgi)M!kZN4TKtal8ij9E_!fn~tnj@GKd3O*=y#moR+#JcJN>%~a}w|Lc?$Cz&F;LQ zH?TV|s8%*pmCaGa@E5m5#OSNsxJJLjOBHTWconh4y@(h)x66oe4CA%~*qzthO1<#k zsqo#z*ttEd^p7e0U1H&UPT?1U$?%eP+>cuB(6z(9FxaTVU`3hf3ESx(Oz6zN9 z^vTW2{&t1$Q}z!k%=JE8eqK=cXUgU^h2I2bTJ*`EmHh__f1>R3aSgzgi|h3}JYM0c z3Lj03xi7bQ!0vo}g|azA;fodCtMH==zpOB({84{lmAk&fX6-P{Bg}F-{V0XUDa>mW z&gL@;PgD3LVkU^K5xc|76+TVj4GM2k_&kL#Q2089Z&dhJh3{1OeuW=W_!))2uP|Rw zaCv@H;lC*ScZK=3forQh6fRS^pTc~<$JvimxK`nb3iHhcXU}y49X>(fQxsmI@aYQk z-3AwTi^5kZe6_;nI)L;+v;Lo8oCZbT0LHK#wP9X+a&4IX)1_suJ4xIM>ZNT|(q3?O z+jC<(OrrL7u=b3pWn^R0l|IFEUH_^emOLEN?<+_RIvl5rrCHQS!Zci%gzUd1J?tevQIsD*Rc6xh@^^#`b%K!q*CBTmF*5cM9gX{#C)ezWW_w=?l** z%=P8n_m6)en11`U!haAHA+-c%NXl zx2FZ;pZ5cWf2!~sf^iwbds{G%+gt~Z{KOv#=C~WjpiF&l;5>zU3Fh_hz6uW&OyAZj ze3)R~cbKN|9KnO2Uo3bC@Tm%OZ8GLz1oUea-Xypd`mKT|0AHjqM9+OE1J&U1%^tTo zy&304&vxU+;Yx*BXHI{(!m|`^P7U19T$7HOX+Q!jX>!h9dy>CHSrY%Wv! zT?+FJM`!=9zQV9j?GWSvLHcZbBO$A4~zV-TjV$j4)g<1^zC zWDLn>dlA3g@%;#T#;M27?Lx)J`f_|RWKQP~%L`__I7d5f|HQ8Oo&z7#t;EiGh2yId zKB&ybH@Vk20skG}VCXep&N$Ee1mWZ>5?a1Q$ z9{4VCjZE=fn#H$yCd!NX4f)(yK|gbiKKz+^8vc2U2cn%YKsJVP=gJWLUoHCP(cQ1( zdJl}`ux%{2!>&93Jt2HT=Y0!yY)@`uTHGE5VA<;_V0-BpJI7@?DzH1hypYBB1Mo2~ zZgcQi0L}L<_-IGILD(H1?a@4dE6KXx{y=!ioG-C9=3UBAip0(eucw=1gp>+rnN@_#VR&YLC;Pa*L9(|QWu&JiWGcY9m5Y^c7bXv=o;oqt+M5{t;P znI3Gt)sqlr*Ga9&cp7cK(l_SYdc?0^jEc`&3+G&qPNFxgpW53;Tkv!EXad$uearj{ zIe5hFnyCpkAgr0%fOuFl^$nWmV3{HQ3txva@jlqGL@Eyy!7BV~`nZ5br1g7qXJlO7Qk#uB`tP36>37IU(#)#zH)Egw} zhaar4nOU4I86=+#J|+p7EXny1$wjFl=#`daTNcU186+15^{`Bl$&zf3NG?mA7Lj}| zi{$bQl1qb&NJ1t{vLhn7GIe)Ea#a?|)fpr^gJ(%XCQI_gh~(PTUn7$1vPgDkkX#cK zVvI|X$&%a7 zPh`|lJxltW$XLI#2j%ZuIc?qdU91?0M47Tp^aYz}-pvSqF~Aapi&J>;osXXd zr3LJkUIAZj49bj<$X^Og(8mZl`QHRh(ANlg`42ERgF+G&<@26QFg$!4LOP!(AVGD= zLsV)09A;`#$U{we{tXPNGXxd+e z{Abug=7${V$LD{IX2*pbvB8P;CyzJr4+pNnTFfCw;re{mYS3sxrswk-Pq5Sov+`$B zXfnc_e6#G~%8-NZf_ypx>n3vWY{-9-1ZRXC1efIBP2o%v=j8mCn6*ttSejqY;+$oK zmi*&scD4~#=I^C&juG1OFQ?gNBdp7>V#oy{hsF*0>nU6ka){fMzn?j{BIHoDIlqn> z-4$}k*^gKFFL` zG6cVVNi}|BB_|(pf$7A>UPQko;1VD^GOwzAReVK6w?*Z21bXZ}L| zunzrx!PSg|rO>>7FyYxmc^txAfMY0ph~Q-aOR?LM)&un54^P$ozNvDSbQ6Nlpgl{> zd(39RJg?%9sK40Wbet&<#L{)Ky%SjVgIHa$z0+Afui^{}SEl3iqcOVjaAU**$F7{s z0^0~zo?;`sfOZqR7|ZFo2p50GMEE8Wj$J&55xl_{pw?rX({aPN`Oq$d%|{snJhJgG z*R1PWq%M)UeBJ-dnsw0GnI+%2q#Ra}%3O4gYuZI?xz)h~MRu*b zVz&rh54Q+j&jXi_OCPw}TracQ9Nb*umYwVE)|e~(7i-Lw$pUL8qg+0%k1Vie6?Qqe zz6V(j4xgirmYVC=jg48cj*G<&$RI^36|zVhQgJKB4b(Y7JJM0mNHQa^-KdS@8&-DX zKlbddCDeEW8v*=h&e_e{Y7k`OaKn3QFmWn75LxAkPU)MG#-_5QJEgK@2F&2+MM@Wg z|4m=?7V#h7FN=E}OK&8o$8PgYWQLorO!?-jCdUHbjDP@y98jp#E7PIFiS}SA@i1Uh zGN$;685Zh&ui-$YruR)onLX5f$I{9how*I5bF?{!E}Nr-Gc;wRKqu*qq};TglZ}{n zBPjl_t;EJd(1Gtr^WEA1&86G^$CpI=|5sxB4;IZMXC$*Q8ye5QU53qA z>vh0HxX<&e!0w;k7dTT z8A`5NW|kQ<-0x;`_wR~Zid)K~Rf=Gix?FKA$qbNms#%w zMKIZJ?kdGal(>$s>8y5avrm(tnLj0a~nnY!QsiH)OOIeA>Q^N#I< z#{0A8&%uf$Qx+Z5RT-%3XyKfwhEUO6SdDx&YUINbQ(ZP{NaK=%VC>l6j zr|Me1&pIpWg>@MtZKQ6TUA{q`k!As23HQu=BE0TF%ye)4pZS4YvI`v zPZ0Q@mly_NKN352ygXEoohLGs-3fxbYy?%rQ!6&^KW)hA;<}Rx9T&l}W#sIDby6_l zQCl1*PkQ_J>!@U=`QNXTQmB)|8DnvltR9d-$iH7FMVFTL^ljG`Hz$Ky=942`Tih(F zqvdjQ51ks;P!C+=8ZN=~dJop48o3>`2P7Gq-FzoA&<)C71$ffphLM6<3ux6wPY?6d zlk1Q0gqWtp_4q$VFk1spnA1i0!8Qjwzplr#`eA};!;SA3k)Ni-Y5eEzo*!iz?s?X7 z+VDaGwt?6kt|CUvl*-KM1{>I65*V!^t{UI;-0E-tHP%#e4)ZuDg2DWKU25>&Cv1pSGZZ> zT?*f>@GlhReK5x}2u<1HT7_3A%r7)Lo4XW#L}7mJ$=Uck-x2>zRCuPs=O}!s!uu3{ zQQ-iM%W?Kn_-KVsRQU4>->5L3`*%EVDU7Rnk$$+slNFw=@Cgd9Qur)|w=4XZ!p|%G zn!;?$E^mVs9;Yy$Wp_4w9^K(ih50Ot)8DS}FBJZR!v9n_AN|k8?Wgc;g^yQwy~5`z ze5t}_-3Mt8w!fO=XpzzrWZ&7%g!j~z$Q{i0--=Of#3g4;lJqkad@FNO;Tj5_T%#ZT9dI@oN z#bJKY*x{bU7z?=d26o5RYGrd6F}S#WM&Vh+5|`inbNEPBNXO3Ddgn*>qzRwCsP$ZM&bDipFk{}rz*S* zn4Fx8wJZBG6h2Sk3lzRg;T;NJODt*Ks4&-FVOsS_>uzQLHH9Bhc%Q=GB^Lj@uJF4G zCve}++2E^I5$>n(1cj$6e4N4xBnic8$9 zm7YU`d*6)bGR~goGOmxCa~T;!%(;wUm_+uNT1NO_ZS1R@GfN)$d3#rP-+-Rax^R0! zVXg;9JxskH38vZ41>-R6y(O6EbAJ-dG34(Glfb;I3O#NzM3|4BQP1-68Bd4ZyVlf? zQTp+MdBxyx!Mrg$L+}{jd4hS~*`V-=f;rx{3g+$9H42|4xE}hg3SXk|4u!80yae{< zU2CbA`=}TEs9^l_z9X1Ed|u&~6n;Z6Z*RY?@cV)XK>rWH1A$|xc&0TBIA1W2Q#@y( zp18lll?sm)%<-d6Ve_sv;?h^gh@QAXVV?Vt-}qB7&r??ko&(Iytp#J+BpbMFPH)CQ z(VKQo=U}VE?%FEz=P>KcVKcsoeS^|3B}U%3wPAO7lfoA&yhGuC^&X~st1|NvNY?d{ zG2L6a3nl;RmCJw4+x3oQrd`Br4E_&&JyIUZuuo^9x=g!c+i@G3o!O?~7sIQ0ii?VR z>@JM5!%Km+-E;=3jbYrDV<$$JGuy%J*v{C-|D7G5&&p2MT{UF_E`RF<*Hek@stWu5 zA;&v5ZQ8N?H(=L%dmzup?l#AF4HU%n67Xt;?PKI)z8xQ59C2j_^xnf>PavD)mXIV~yJ! zAM@=n!)`C~JU)NzHV1zXg--X8k+`M^KBmiKnoE~tE)F^7;viQ=Ae#&O7_#PjZnS+b zlYG23==joEd>g^X@y~6JuMj}<<=`M!4I}b#&gl5e+BhyU{(la9T=&9lj&D#FUmf_? zNqP1Ak>g;;I82M%$0eS}>p5;?822Ny>|Vx!Yp6348`>R(A6!C-wohSK7fD^d&3?~w zA_|JCi#Bp`YXH!Gxg8m$|LB)K*qvX@+zhhYX2O8;R<}96rYydF;G-S+%CS2>+N!xPkcJye~L$TupU# z1-F0yzTiu5+f49S&Q^UaSA)6#$wd8B_JH^B>RlmUzx%t>LB{)dTlRb27W_ZYyjO^S z`}do-^yJ6`r(b_&n?|dK|Qp2YGWj zhibz^8~ov2#$BTtDlHdjas`;R#!AF5Yw36uf)5r?Ucz?I#%RO&HVa z$M3-#iPQc1SqzwcLSAWJqI%W^MGbzqQ%vRx?{*(~*>m#*B)w((6WimY;JcBXvE}22A-uM#IB)ij zapbRES&ZMh&YgF^uwz_Nd8&G{Nwu@zdr!fzZ%N$aUeMfr2~97lu1ReE*?Z%P@v>-joyqwn#$T+L zyd0R^zPdQA~u*u9hf+`F>puEG3Y)gx2gqpqhROz#_4gp%2O?p&GfYQxpl8(^`k z^TB@vFODmQbk~gubOsup|xs-mc!RaYk%dHdeG&)cC)wxdxSj=gtpVfZ!7T-4&P zapl<+vuT*{Ejm6-O#Iq!f6Dl8@4XA2K0GX$+pi^ah9#-NYVBWt*Gm~0?psHi_RpEtwYDvFQ0a=Wh+nV5oA~A zO`cbK_v3Isg0Jbs4+e`ap{{e!xT0+w)e(|G44LE6cFhJwCOrqJ$6Zz=MwzW-WZpF5 zU7d3dkq*MtccOS_+uYc(3yN|vunLo9m0uWaduRXuwy!cXC`GJD-Xr~|iuF{rvtn3) zn#Xv)E5;tdc2m8F?MKG&dUV_9m|=%?*j3+@sO~;sZ{o!}{qACXDY38nfSVKdbRTd_ zVo&!0w$^HPzhc9s(dIpymB7Q9(Q){L!Zjrm zX=jzqr#(>e*NjF&%Rwk3)qd~syaIEK{dgRAvxkLN(vaP@93a7oSwTgHeoCaT&d@K8 z^qKZNN9c}cz(MrI2hsC+fbMuI4x(Rr5dFdIzj6@!iw>e+co02K6S~dkpo8cu4x-2D zLAN{yvp<;LoFjEpkGvk+oj=VvUpMx@it>|L?*~iwlgPfp`}}aE1sT8oaB%1S8E4#| zAZH&MrTxMB6I??#{u*)+A6d$CBdkU71+)jOMe#SB<;LH`rLOqoGI~B13%QtX!mdjZ z|30j+E=3zd65&P^4eL^j!JQ$jOL077t-_gfqO|8I7zA7K6Mqt?;EBrgOycvAH!NDQ zlz}(kCmANl6bveO75~DIdAbw6gCzWrcj9B=4WtZnkf($fFUQ$VP!+#hMI2qw3t0$X zfteR_Q9VE8GS#uLH?k2A%_13I{1@nc!MOPERK&W1S&aB2{P^MBFph<90ms7yHmyHF z6&w*C2%XF1)B+Yaya4=O$d3}l!o_r>7ymxu1T*6e%J`UquhRHo{CHt2%=~aZsv#EM zflS83du%FP#yL1PzEwp$u3$eS@@5{E?ts7iFb8!Q3kSkEiSR@O=7g8QIYnV_l)55( z5a)mO;gJ|ownSNNE#OP4;nRlX5VQl|i+__&SQ#gKPEoKXwH_9!FTf<d)<0d8vUc z#yTVTsdJEMu)ct`lt}S2EF6Sn5&y2A?$oy!a-QKR5nanBx`F4iqsbkt|F7nS=>=E!n4+ zC2WBslYM(J!1oR@RA9|zONx1UiDYTOOZ@rIBfNm$icR+G!D5iEBDDf8Exev|14~Td z`~hAePrs9cMDFhu{>_IxSmb_QVG{L}tQ5K2E4+{PLqzWD6~2k|l0!xA;}xERHj*4B za+z273hk>zF7*mq&?l0^Megkt_M-g=kxRV7S#U*iq{zLz!kbVT$x$Mwy+Xdeog6K4 zPp^=-Rgz;w?%@?)iJqMtD{`?{_%I5ctQNV*D?9;hCRrnLA^gGgYDF$Ud1*gRaos(ya?3{eG$j-^f zi0qs^M`Y*ZxmFe@*9Cm(JD;AmPM#k*d10ysJ;XYBk&rkiH;C+2^z6L_&=Am!%pIUW`w)CO>B*aRYmGs^wdsmYiM6wc-d{skcc>GwH8 zf6>YbRKcap{VpqG;oQOLCo-J;1Lo&z zBBPyi#pLAuBE!l2T2b=rBBPzZ3CAQK5E<=!3(NPQ$Y|&5X#bGNXtFml{2L=W5F zf^S(Fu4Bu+B^VATmgMJIB(G+W{46+y zBxJHAuSF!kOkGTpTiJWxw2`n-RN+l5{;#ae(^BN*jbJZH$Ye==9g+MlRgR8S_%XBp zwvEJb=|~PC?}&`v#BV(%e=jnQDqmt9yel$#R}9q2KZuN@%4y{LqsZuOzhnGAS(*2# zkg4AWlaO*gb7nL3ew3-drka?ke=-w)vyq~bePCrN*mNj{87K2AMFlINJy zPi!QtKv;MubNWw_(OP(Vko;6+v<{vjB=?JKbNW%h(}8@Z)Wgi-ecz_iGm%XAsT!0m z&5wvB1K-9&X4AFIe9|fMyz~?7;GrmT5?GCw#9#`&bPO#Qo<2KuQDWa5pvwo zolkyCJ-&;2lAq%DmC`>aQ=LR)MVr~eWT!wyzeI-|>J+Hx?=Z??qQKg9=`SLIx7wIPMGbdR?-RU>EELzV$^z$5rwp# zS$=R4nMh}u=5{eH@KgN6lVv(Kn`xn9LVs@XQ~Z`ddLNyzSi-PKV0sf<%yFW~?dhd! zc)&Z}DbTFVrGO=h4n>^r2ZKSEZ*s?6*xa4imAg~?R1*_iM7mQYb{ti?hljyNr$CQ1 zW9U**a1aIm$$oGy`I(5NUe-n3>ZiU;YICewE)j9CN}Ge#3Q_QA1*R51c$!S4vrMbH znA-f*-y){f*-UFPnNIhE9+({Elg=`&6Qi^2zln7lRASFtyLkg1InC)uSb z(`arEIU6od^@iJ%PllXiRHV4xQ}PEPCmNNh+jx|EIphJoDs>nA{d&j)^QcsU)V~RN zfUQndu@C(@Ki2ZN5}(IT`509nvD4&k2Hsu-ot?|*AIC>s4qQ%4W`r&Ib=^S zJ()=j@I#J>vr0>7In)n1s?8~Vg;^i%ha8y}luly234X}YrJ=NfemTkyIUp=4J(7-@ z=ZEYWCzqbjCUcS>vcWDboy9CS`ypFXOX*7}Q}Q%FWCK`PdIwybTTzeTS|+)9?9X3hzYPF_x*)S}+V@dGf(>D%*jq)e?rh2@kR z!B6qil{x*45KEm6ww(S(h?lQwU+?7%FhU~5i>EmieLos{H=v zgJbb@Qsrs{pcrPWY=Xc?nZf8)9tWWYU@Z0_F51wupyg9H!!81t2|OJ;`sfQoJZ}m> z;T!nzuL!?4|oTGk$8sC*a!&p`ez_R6n9cpcyu*uB9Yfa6Ml z0{)mdR|gXqr)Zex{S~@DW3Nm=ID{<&yEphfFzf~B$sfe`{4WNp80Qf9VgO9~VXyoY zRucfmnK*nT?`fDO_=76){A+^i8K(~dj)n>EFH{ylSPF0|?5bZ{Q)AGRTYs>&+iN>PlEC_gua5kay|qfQFw;{32j36_P3gZens=$ z--#01S}O^i3r2ryJ+Gs4wdyqXk$Iqj+9t%?I{pPg zoOoa4#P)I4i39I9Hd7hmFB*9d$`HWRR1Mmb=Wpm)`2>{bfbvX3+dsk9GvG)Dt~T5i zgu4g!a}~5&xJMc8)l+D{2XU{(KJr}TktuXF>$O4UE-3jnG{1^gc^L$zAETK!U*0q$TjChQD$q6Y7gtyw5hW3O$(&T?w5QR8EDm9@@jPS5Ab`4A4X~Z@@IP zAD_cDh7aui?!QC{HBXX+&SGYoXE33&5$g=>BNym|aLn=i)}ZnVIYVHV8`!IFo*F^FnADTj0jOeC%8KLAzgREl${8#gXMVaBRNz?3Gp!GpA?v3 z@)U%U&kU3NO^+LhJ9oGD>K^8{;lTBl73Z;B4Y&u>3Lh z>X$JxBdV8}#aPD%m4AjJhI;r2p_RXZa0G_M)$HImRMlTghR+6O#{V;{+>ROH>Uj5#ha)2I;$VRLA|8*%w|`AAOmq7s=38y=WR-nS6?D0VZ+dkf%A>`3ThSo?!a zLU0BWIyXvakj$J0dT6`;pjiw-iJsO@8^}17LFJoJ@|E+yGl`!-C_ugPU2~R*lfD5v z@Z+;x;@d~q{oQXz3H5VRG?P%jqi8=IaR*|r<}}olh%x;Efth}uj*w>TX8L&tz%AI3 z$QIO!UuqJWLi63HRywzpn)wk<9fo6m;g^0!4#uU!ExkDy*D+3?9+ktP{2my;`@h(G z^YFT=^6h`0b8?!dX-boZ4y4f2iMG(RN#~XVNt?6{qytR~MUc}pLlc`OB}pehC^8k~ zt3{AOD-=XPWD<};QJF+g1XSRQ$P6lz0)mQw^4|B_&)VlcY3lG^*Za@!`mJ_nf7Y{~ z^{jc=`|JUmTZ{3)gc*>&4au9>N-N+A7iOc@&>){Bx2KhMaj_Tn>LC{C;TqKWQ9^?Tb+caV^Es8fx*Zg%5Lg(8IG9zV!M+ zY%ZY;GJ$6;*F(ZHQg`O^W55rw!OeUIDT$XP@WN@Nau#1>U6Pp1bFtZ6x587!1kE`V z4KTicViK_;2II2`+)$q2I>mIx}p`IC2zwO)z&Z^&X24XG#)WLOR{Y;`2i@YcQ9^uYwt_ z2Hl~n;^oc^SF1Qu`5XcUGf!fwFMu9bdrt3yxJz{~vj@lHr{NG6c<#_?@dcsvYD{hM zb{yh5(j97#FANW@XS$BVA)cwZL&wD{!b63*I8=*6Tzk1gwedOOp%;0m0*AP^aEB_w zL$kSd!x6XC31-%^W~M=p^S0BQ7C)3GW?#(IPK#G_r4r0s$3h+sJ$81dH{7z%R)!-B zIR6JTf7~CweCTn`bb9$(+WGMn96ExT3#s=}tT@5x&FOss&{LwjuX}F_xd@tb!-{I%pc~$cQyiXG35fC9h>1w>})3D>{!L=PVesw zwGDb)uR6VLmP4-0aKvh$7*WJefF75dPVaZzSarS=BCb9y0oUfeTikNGg zv$=M~k(yBN$4U4OgB~Xur*~Lvx=SBtBOF=8c`ulGF!iQDk7KLTo1%JCV%40sf|;W+ zyv0XCkAtGq8yO3`AxBOespS}r8l_%;=y7y&di_ETz?9H{-~22#15! zu1@D4*B{3|<1Wq3=LZ4f$Bp291;L?Gpo9Sy1FzbEvINw$~nfKcJchc+2>oZ4-Oq`sXPm@C|Y49>> z#b(kS%>>%ll4Dv!)ka2Zn0ukVWE8*5y4U49YkZ;p2n|TVepakbBM3_Dt@+M-_=x#f zUgE0-+3(=rf6q7TAK+h_Kk8q+G(V-Us^?4dN9)V#DHx-c`JIljeY_r@r8G`np+7z! z4W|go2hPBI^%-gcAs)Vje_~`|)v(q1$L1g7N_kR#tb9lq>Yzx0eyAjmL9ra%TZ({~ zp0g4hMo{V^L*l1oXT8SRuNZ#Gf)Pyd)U3>hLCc~@eA;kz#HWmbre!N2Wt2{jq?r^` zJ|mJlb1okKx{C!Nf(A4;rG%H>lH@HzJg{=z(WuVU-lyePfghZ4Z~9Zr=3%B5k2&;9fg z#@$ukUU9_SW!>G`!Q%l1&u0r`u9PcW*{;T+$T2@yBr|^QuslKE>B8UMu0I5*Fz$w6 z!$(NsR}fOzdS?nE*Xs8c=D+L$(s}xhjhPUo|9kVi1iNQudYR|7$=*s-an~#}-&%ph zIVpq`1ieGfL3RppLsSdo|Caxj}a@;L}g{yMmq+w*Kr|P6CfP<|BnIYowr% z?G)9IzmcPuC&Oqu+)<;iro%>pklgjv0U(C+&B_#cJvS^U5|{8eP=#Ghi1-^hCZiG? zl0l7L{l=?xIE^~)&cfDrEr`+?eJC*|%B8Qu7r7n~lF8lq*up4C7la46yD>Tdh#Yf& z9yWYRhx*rth`(8mS`r5X^ce?(@0q_$9IG>N$WXw{g;S7JGKH+ytmXi}xx=wXj=5vS zgpray6CU7h4YoZ~17X0bMUJ^!gN;h{nW+a7IwqSM{gCzkXuRab*m9{&0i#8}>Ezb1bDhE8Mw}pU4hI$LWwR<^G1PPyJrb+OZC`}0*(i_psD`VtQ8HvZ>vLfL{(nUZB8$h`3?K(BMY|M+8Z zPTPM94jtS1qmRe+!;7SvyV^Fk@}qOz_&gj0P9yr7T&@YiugAI3A^MuykiNgBR+jZK zwZ--^HGUEm=hEN}xz zZzBv{sG;2l{PG57*T9&*)B0g{T8H|y=Asaowy9PqL#&vmS~0W5u(*++ur0~w^9EQ; zIK!p7cT?@#%dQ(X75BK0BV38`M?U zzzXqsM#jrJV?&SH*#uvkBkjlp?5RmVYA=+!gnana|QGHlFj@%<8i z@k!fTlOLU_PquWIL=G@fvx#R080G=;SXjJ>E-O<}h%gKBUK!c$G7@%`kHb_+2(y&r zn3aj!SweHqs{MO|Ju>fl_l~TFYN;&rCGEymbbw?e*`roaTzp9*OF!3|!JqqV)IZrX z1$!y}OS00`t4Xq(j`8Vp1&@zfCJ)?0GCoU!;k=j52uS=06;>c6lYOYsQJeBJ!7DCT zVO8u7Q|Mz2TV7~|rRCEHITGhuJ5y)A!NK+Uxd!Au(|FcdP+IMCCW9dBig;ujW5Bg13CwX$u zY`N;VKf5|Ad_i*HLCP#kHuFjXe%NQ>{bnz*T<%Ama3uCqBJ2%xarmb6a-W0S3wyEp ztL(JR=zBIN>{a$vW8Y~J z3&-inVQff$VdCnOo#tNFVSmfSjY3pmuFM8dLA9`Zvwa^On-)stX!b#KHMz*t3 z;bTY+MImxQKTMap6!<0@rV2|(O%=U}^%0ja51krQ4L3teJ(psE2VQ`(h2V{Qp8? zZOf%W*Ne#^ID%w`e_gq}(B~rl?7fuBS=r@+(a85)cH_**`B9%%znEn;T!XsxsvCFi zI8Dbj6fhfp*vX^wR+l3#viztQHgQU1APCPBp!Kz+i6PQH&o4ZR6Yp88 zGuwH#9`ciWxMpN-{8|*ThHEdxdafHjT&yo;r8McoLmNvwG#F^_&ZO}YpT@8-eXM@< z6IKpKk~~Y7KN6KwEb)RYGgefutXZ)neN4@wn)K4;RjX>NgRZUV9)35xr?soKDKLea zX?5jZp{2cZOS-YAt3A2`h3|RetMK7xrxC0vJP>}?-3+W;TJOW#l`0o#LuXTSy0Npp zy{)?qA5d*-?%{Wg+nYDz1K~YeTiRMW)6E+;_G}9}n%8aI)ZX2Uam*x1n3hNv`sng#|5wsfT% znwq*YS!Y0gIX%6$ttZV-(4+hs@x}R7l`HGhbv28ZRo12#*4L$LmL1JQ_!xZlH{6*b z%H8+mGiF($-94QfX|_A)X=_}M4>7l-8``%tZ0k;Uc7*nq9FtyDyZo4i^($-BRW)^$ z3s8Sy#P!Qpq!-j6-tyjpY50CQ^OcUr|!zh?ESFf(t)2-73)XXM)K3uc0a&?u@ z#@bEY+tMgcykI0MLMGX2r)3kqf6d~u+Fw|S4@QU0%Onfx)3pn|Y-3k*x~&PZWe%El zQ+qk%KCa+LW?X>4x^sj&+Ra)}~6AgSvZ~4qex=32LP+{H%5l+H`3*S~T`J+`@LEeq3;EYwRiA+}YmH)7IWx zin?xTYi@6%ZdY?>S5tFW>DuBbFBK~r~Ey0LX#u(7kdCoE(ZKucG{I`p3o=B~+9q1Mpl`b-!!%^+;bRx2xxSvt*^ zsjo5D;&*jd20X>XEnzE*%cQb73YHCO~ZEW8f8m_9WuMB&~(#q9nTurXW zT3_$odF!p!t9=_O&@54Y&E2g5TPFhgZp_w^a(^~;pvQMKH>HqGe^EW`TF7!+$L92g zhVJ#5KE%<)_sQ-sv95`(tYe8TTwYsSQ&+QmS-PsazItJO7!F-cMz6+pjC*aHC8IN4 zR)cOF3DW6JNJ#lCM9$iGy`pPNdhNCz>*}s(W`!ZLdUorUaDZ?FKWreGF4yRYHg18J2~*6IcLPoL{=IN{(qkYNKAGwd~q*M`zatyp7ciuB?k1uy1-Co!pcp zqmvsoUB$8SMx(6jE$IcFosqqoX$#AI(sZb;s$1#WJCersh|baxw6?8l4d*~e-8{li zo}l)_f!EF20n61DD~mlVmwU|5oc0*Bsi!L}UYo64e_I*$Hya|*#5>!Y(yh~?a#*(5 zCtFL*1`gM(y1N?FY;swxh{fNwp_x^*u3=-CWXPJ@x4E+M)wUv9jjY4h!W#KIR8*%& z*JX}s+*y-w_m*@Q=1sF#y|gl#YyR`!?YbKI;Qmyf{wa;wlVs4nr3E?c>}c`PpfaOj zI2@i@y0F~9H0#spx_4A4sJgapHhCnKvz(=t?I3Ct7+spXHa9nwmjw~}DLq_VpcA;J zVxeoRtD?L{A!cR*&&uFjA0tNgC_)ya3?6gBp#aioie0s2VNImo-MOi&5lc8<(bgQ% zrqT_V_ck}D!^IqjojDkFdarXZ1U7edH?uu=pqpW~vZc+6%9S2H?2by z(V{A|wn@*#7>aqWT^3|*9c?{Pf%h`+>LD6mksPKII&M(_OHtWOD+{9aoYlaz8R%So zSkKa(6Gg}F#E#d+;_|a-S2L5|-Q3ZX=2FBjzuaQP<{Yk0qsp2VVBQXgW=@h!9#-68 z&(|>mE6QGrKCWIWS1icxayq*CIMTDr(0pw`$2`C#mSrewzHZV zmMvjnxioIUG74?5V_i?HPlR9ZyBX2y#n!Rbe511AS&l!=$P9vSY(Jfxx^x)PvTx+dqG<@PrF4K8gdRS?m7rQFl(%n$ud%4@6j0~977x18?eB#6_>NG%YbkJhvDO-<}fCkmczx#Mw-93D z|LmyIve>iMU9K{%L%5#W6NKmdEC?M=P(nNfZ^FsCt${ewMfHi++0(ogIq=<=Cn{0n zChd6{AsRWNlLi-og?HCzaN4|Z z`O>9013+iBt2NO=DqP%$CsUa<6>2kD;Ykl)QdzqwUA1aOZT0FPYnj5%&T*xTlVeAK z)bcoHtmxU7hSs8`^LpfqF-!q0Rb&wi;btRTUPzc3Q66wb)!EV;{)09hPS1 zEX$u)pj%}R)KLZdQm(67x-?q3;oi_bogq4GDNt`Kt z18CUP)9L0Me>xvdQ@)9!akz=c<b>l@k|y4E*LUAw8Ry=m&&&d#3p z&IVkD2-r3;vSC@{$0}dZcGgf;AD*$eh-?(^Rjg6_<|v7;0^`=yg$w7UCN_3;cBAKX zwwEqjoZ_u_)5^-{c1@cUUTksCbfj>vCvI{JR`)b_bT_1HIxtGFs;f>{E~r~xyQ;oA zU0YLMy|S{l?$ELUl?!U{H@rEN_p8$3E+gl9`@P)n{oTQS&--ENQtof&?qTnzJ*JC} zHazc5t~$z$&xciJ{9c|CRvnc?CCHh`zv1oJxK+sAmQBCU3)$;bf~mtjU0*u9r!9vkKUzUjWgjx-(ad3+4EaoCuC@C9__w#G!1x&NKMPiG2Y==##Hft+dJo{l(Ey#JYwax#7facNkCJzZZmQ;^dp_jG;f zoDVs5xTm8Ic{Dc4{r%{Dg+0r3xTot&hxe`14)>+l#$a2BEryNyRoHwU{k`J<&JKd~ z85eCcF7E02vXg?GI^5IsrNbvWsKY&7Upgts|DB!xM2Gk3(~iGizpuDB4p4{tMcBq* z<5NhKQU7>s3$RgsIW{lf4Q9WhpZC_&QJ;JSHp&l2Mfkd?032mv4)8U@3FP%>yrycI;R40`1FLU5sPVnBRp1DuB=RY%&glli=_s>Rz zvP9OGkQu%xqYO&8ddP?p(X$yoJYF3jF5w=X$p{ke;a>G~Y{|HUdyq=~sf-7dh}w53 zPPnl!qmpnBAE|$0#sf+OlY03N?&Y7{%g=tBaS8YKRQ3BYJ(MNf8&>uB^o$3Ta1U~2 zM2Tn|4P}X}FIH23UPjr4pWn-WSTFzKz5JEE{2YHWE)i5`JfMVo)+Hmt4K^8%JI?l) zark^!#sf;o(?L8CzQZ7+lHiT-;u3hOPaPiJS1-bItk1ZFd$>*gc=>|3M6^x`g^6H^ z9A$bquVh@pjRoqjjV!c4T!j8G#tyS2i|}ub`8m22p+77)KU-Q6`UAt!an>!u7sI#H z1IHP*2>sz}&KJ(0Md%MVnLp)@j|}cN{~G5%Ab8IFDd$fGe>Fd6ry`_ouvHOfq9XK% zN#^H_QiT3cX@1T^MOZKJ?dNpNR}uO{yZKYje{k@5^K%9$3ML0%%Q{{f+?C~@8vN4y z9L0;Uu6fh^97T)JA3iZZN1CEwdQfCdh@)c>`olryPdWdrpwj#t^;~KDGYecl_UJCV zN2}pTnsxOkl4hS*Mq+mC348n^a_B%l&cR7wOH2Z|>^@vE-l>&a&$P)DWnI`*S?-Q`>qk73D zvdQ%Hd4RFIi#?HQ)}^nEH2d0jBxm@{iESiy7q-Kv@D4=dg5ya}F_^1VwqG(wpmO7Z z*e^34j6IJPC&RZYU>6imz#lmFZ8GifDN!?r z9gdE3jh!wTnc(Bii^+@-ZVfgv{nVREMPOD1PMyEH(Db?eFj%oQg640}BGu5EzXHeCAw zb9KsN)Y*-F+L$`d=2QS2vs4Ubyo-z(kJE>oZNTLV%(}k7bZF;#W3JR5Fdm7$v(Ee3|fWGQwVsJvSfrIx-t3+zr@<7=KszE;7R2gFQDN_FnQp{DFHA+YsYN zgr6WI?337Y^I@MMvlGKThi!=Q%fhdd5%z8Dx%sf~lG%aaKEO7_`0v78x-x7I_S}5f z{^Wfa5^a|{#)ZPe$p||Vdu~2#iaajJZDZ z%$F82Y%TWOeApFaI~C*ShKCp*E4+q`uua%=^I==boZR5J)*E7cqVQHS!k&UXHy?I8 zxi}1aCUuO@73OPi8TKOVx%se{lJ^b6?xK$ImBQDN5%vb`x%sfSkU6Ns-A)~2e%8SA zy<~)a5PNPu?8D??Vc18hW6X7`=V!sinJ$p||Tdu~4LU@|YQ!SQPfLySiVr^pC94ts7s>_jqORRlMgI>zO~ zbI1rgAA4>-Yz28_7`BQ!#x=q#$Ov1HJvSeAHJOt(-0{>gZV=`W982L39EXP3c!zGj z^UP-9nMD>G8|sWEj|+Js*}`(}^L&W#0%5LIyv{1&2H{TO&BC7-{(|s@!dD3YNSI@w zkN0Q790R@lX<@E2y!>y%{}4{FU0L4qg!d61DqJQ!OL)HU0^u6rM&UN$PT|eM?E5}# z7YpwazDk(=-Rs{h{D|=5!cPhRR`_M%KM4O(_(mM#FWfGCitzcuyM%8LzDM{yVXkL=yoJJ}h53a5uTv>}lyHOaiNdD~ zUm$#?@OOpp6aJ;}%fjyob4~5j#&?N(9xZ&dFux+~bv6s1Eqt-?HNyN9m=F7q@YBM- z7yheozy6u9LxuU_3vY9l@FL-(g;6NEd2PZj=>@a4ic3I9m=G2s`4|0MiR;W=0s`SdRl<~ta@yj6Is@DAZih520s zANG0SKMIe*`Igt2CcI8~i|`G?_Xs~K{G9OH!k-8a#JQS}w^H~h;j@J=7QROK4&grv z|5JD$oZI=hQo?P*CkcO1c$e^v!aovzT)02Z1$|s2gjWhT3hxrWQTX@5e-rMH^F?pJ zQh23sqi~P#S;7|!Un_i<@FT*{3cn@%iEshVM}68B2_GZuK4CK+3tPA=MgBwK$An)L z=JzhW{V6zq^?bPS3gL5wzb5=^;n#$DUh8e9giD3z2`?6|7j6*l5I$LWhwxX0uM)ml z_#WX$gr63ERro#OPlXF`qUG~gB0NcWws5s@op6J2r|{>6zbJf}@U_C<6MkCwRpEDq z{~YX`n}zQn+qH=AgZ*`hUyIJm!haF{kA(jTW>_r2gF(0s6dUb^uAoS`M0k|&MB&N8 zW=sOO8$VzQ;-Na1?2g*}#R<5IKev1Up6N zBH?ccUnzV&+3egbd>h!?yjS!e6n22#+CK z+9r{)7NIKz``?ciiOx}EOWP{p6UY{}QFtAgc9^zq(cdDxUHDAlFOn^7Um;^%OLsBY z|3-GR=zO1SY5S4zPstYcQQ;@Rw8OMLC;Bf5zajib;Sb1`wvWl|jBuZV{cnH6@mrAB z8B4abO%N_4TiBVxbHTL3v{j3Kjqpn0qlG_9wzM^oasEcv3iiKgo-R7)lPzsKg)bvp z*vo~l0@DuDc9ZDeD*OZC9}7Q3wzU0%jPq5xUxNK_wQq{fC!!M@mC;Xvsn0YNQf}$r zSNH(oF~U>HmWEkmoS)Op1N+~X>qO@Sve{oNyq;`fHQ{gAb7WOIO-+*a{W%WDJe?$1s!haP`q+rw1Hh_%lICO(j zuxUI2>~*G*Ep4-e4-uWEWDC2JY~^->=&u!CFWf1-RrnO)bIF$Gon&0+qPr-CG#lRt z_BuZ%oBToHhfSa5_9W$&uV;i`7XF>^pUIYnzmsuYkM18Sq``P7?0KEhWV1hB_#n}l zDe}3(3&>`3G18>Kq~?C)dQB|0~W&TYbXnm)_( z0m`w_{Z#k~;U|S(CR-X_C*!&>-P>S)A5L;iMrSY?$LNZM_a|G}F~SFeX@_Z>Ci=64 z4;Nl2d<5Cjb`%-c-04<<{ryE9qO)Ce&JsS?^qGdQQf}$LO!z9{YlLqjTN=Jk#%~gI zKLY!EqW)KOULl+P-wVG(wy+-ve+Z@>rY#5U%ZKeRTqwM+@JODts2%(r`W*zhlwu1pE8ezAZYplg<8J!uOFa>_cR1 zbiWdvr-fe>epUEQvZd!eGJgM~`wQ6LcQp*?^lE`5uK|q* z6n;wh1>skO|3J35-U563ABfI}!Yl)yucUAR85`XM;TggUgpU{gobb8A-xU6?@Dsvs z3V$d(#`E(!GN5cOU#{2Cfoq@u5!EYoVCOlX8P+@!`CemLbyi)jR;m-;; z2(K6J6y7X+lJJ?rJA}V1e4+4ngl`tUL-_l`_X+<*_!;5ngkKeQ_uW~&d@S-$g$L(k z%B@&_?{wpDlcz@NTkQ54>9VJHj^$-zDts{j;!7 ziu@Vj7lmIHcJ~BY*mp&qlgy;2ziw9#k z3ZEr>uJ9GY-xR)H_$J}|g&z|B4H?(&=$;pTP55=;e+tJjG5fIY`zvOrK;)x^#|zIP zuC=O|3dhe!oL-MQTX@5Zwm7vHg7*iIA3@l;RA&a5-t~>DSWu_Lg6EXmkBos zw+eR(cMG3Mw(EO4gfA2RhVboVyPkHJ@Q;Nb5dMYmFNL2Geopw$!haS1hcK_f_%xIV zj}ksuc&hMx;R@ke;T6IggijRSD(v2OZ)I|}$j=kLK=`Y|-x0o9_zvOk3;&#K*BBoc zent5A!haNgPdLeYU+r3-yD!&xu*i#r4-%dtJX3hC@KWKUgx8X>(X|L~6aKvLnZi4S zcaf1Fy4}Lp3V%oVKH;ATKPvo$@N2@a3;&&rwn+C6;Xx=rFE0|FM8XNBJuepfhw zHtw%S6IXAKemcevGOG``|x$DYrT3c*>2}P;PT~6XnLO zl-pXOopR%il-qiyhjQbsl-nBY6v~aaQ*LX*GbuOTK{*Q;?tEsEln=)rxErwfdn#@L`}5!1DYtX6yC}DF`FkigzL#=4-+z#D z(_)|7k*p#L$Zy5p9lxM_GM#xj&OgnjV%L(2b25509>)~ zaI%dpBZX6B8)wD|PbAyeGFiBcJTSCBLwF9^#uoRys&NJ7Hnvm=FCkm|tQB5C9vs@Q z7hX-a_IbRpyM}3FOB3bBtz;Wp+J!fgi$nW8!duBUwwxlooor*vnZi5BHnyBEypudU zw11KCrDW?byM%X>ZEU$(_&TzUEjI|?LLM2~zg_q)vbDE+gn!KIc-F4mH8E>TD{>&W z_T!$Tv^L|eMOZs|me&ESZA?Wt-yW_bTN@~c4PWo2u;J_aX0p}q1F+}o^klBztR7c# z?P2xh)-zULZoOf3)P#6^y?mc+buk$2%a?x#*~KS2Dx439wk zzTEiSZjqJMuZ5pC#wEFc*HNiMwLb~}O*nueb=U=X?bLIjF`M^(#?0~<;e(8s)ak~! zYn{Jik*j9GnuGG8Q`hLEH_>+rT#qd0^>u$i;NEkA4j(S!t14;JB^X7V2d%!WV`UW!e23FnOrJ- zr7_FrdSjNuEy8ygGr#v4PXYfz_-W%Z$a%e#=_J2yTnYY@@SlxqAkRg@i2BvhWPy`No_+c)gTinXg)7w)uKvcIVF;GrujytoL@|Eym3I$-+CyHeOvO ze6=yte1kD|!S{rJAbg)Ov;U|uhtns7e@C|Q@K3^jH)dR%tEmG~FhF>)@K9r#8g0y> zlGjcdmOPJa^DnQLdR}JCxQ;evTxsD};S-J7bWajK!NJg>NHc zET+3h_@~B9+vCPe+cUy13G>=1?J#Y8-keOc9~rY8cukdZ@&IFw8*JBNh1VJ*DFLsSGA!Fhx9};#XBo4~z9@W=G1K`CW0vhVg>NvP z3i`_!=5EP zW5AemyhXU(xCinr#^-_05I*1de8|5d z{B`3CAivu9>)`8!zh`_sL!W47&j<96`z!n}6MG;~0|!T1dDiNfcQv8JTk zDSVkR^ZPAh=J!Tpwx2tM`7Q<8q5P-D=$-+uky6egeOmZMW6r0%UP>K~Gw%t1WbBs5 zXqeO?<9pDK$AUSxP+krmE_{G7#~EHzr4H8*GldT`u7bQuc!_Zh!s9T`J5sAMd1sKF@yz|8Dk0vt}sUP3$8cj_`vr(&?fmovYlW2LiibDrr{-Hrr{0Y zcZC09jG}Op6>X+~IY@}-{m6_IZmjSWW5zYhm~kC0TrGU0G26q@#vIc=BfODp=dIg> z&opLS=NmIFUL&PG`Rl@08ncbvV9axnTZA7Xvw^`qF8r)9<9fxI_TLhIPxx=fj4O@? zPMgeEKjD#N4(xE_h0BZ?*BoQURViE}yxf>&xXPH#V2v^3Z4y3->^ckDq44>}jQ3LE z-NsDAw}o#OzS9_8F}U9tyWnTWY`2dYvt7ML=3)l!kHQ}sGYwo&Q-|^P7cMkr^BW;N zMtGudxiROXdB)?x3x#WqXFzBV&nTDUm<*~@vk6H3$HVN9`cRC+l*g<{50XSjNgQu?@M8t z$rl^H557wHJH~&3{5IixgnuIZm~l=l2>w_2CF6Y|e?$1s#s@HD7bG3 zUt`Svd#mvGjoFtU5PnSfSH>JeUMF*KhI>!=6Jy%X!9YSC+AI*>S9pJ8j*a7uF~kH@ zjA1UAZOkdALb%3wBIGNDk29`>yh(V2@n<04EPR?V`|J+k3yjZ){A#SYr6E_4r-ZzOJT>GMWCns;jV;DT zZqBC%OVq%p$ECs2!)rG_JuY5L56_W&dR$zVo_fkHJ!{C8o_4aOXDiv#!}jXavy;qD z4Yv!M=j()TC-VXY+`ZU5KPvnTnI}zfuVM52uJ9+q{bL!OVsd{Rgi8re7M>$qCG397 z!}&a&`_0bS{WfRpeuLwr2DhDIjooi*#_qQ>oOjW=-^h&JZ(+vnH!tIdX@?aE_oVPk z!fy+INan-`mlMyhd$+U6-E#!S?!C>%Geo~a*gY?RwIiK--?FiLUch)G^|9`uJ4JYh zuzUBc>FgHy4dlUL*t>)u6n=t?IgIW(;n#&f5atCiukY^jx3I%0$9PRQPPj~%zfbw! zTiw0=7=!5eo0ONYA*27(@pmZCTZP@d`gT6MlXBx-!q<`QJoI+qdxiOXlmC6t-G^`I zlCO#UT{1g2+$X~Qb24(h-#$e-)}M5fh35!Y3A^7|P5*e2>pk{8BIj>L-v0T*{GG_l z-F@}8w&ZU^{`XCH|Gdc`rrg$t?p}K1mqhOFnYZ=Khm;%VV7&3n-+=sYqa%eU3I|iV zw{7TYSc`p6SGaHWgzwikcQv$6i9X}Pue(Iw{+Y7JVSZKSUmRxWtS{~CX@M$P-zn`| zMZdk%w}yO#r*8%Q_RiikvcGE@^sVN;mb2#}eEw8F4!@^D_Lp+@JnlZ3Gld@^4yN$i zN5Pb}-QB^IuIBazC*51E^r4VlFMTMuVvjz^)K?tt14bDQCM!DuS)XU>l|Tm0KE9VU z*jJnOmVke8c+a-gM-)s)b_47~Y0oCO7p1I5xECF5hS_E23Y1@j>MOHMLskRL4$H&* zE^@D8rnvWqqV{gRcjMkO3jIJ-uc(;%tiyZBf7m&)O=o>js;~6*?mBz1o%zgE-$vTd zaa_=*=CzyF;al+y8=A8uZTu4Nl<;W7+O=KHo3jqLcQ$7E8@d`g);0Ss7zXP@)ZW&C zXu`u7NP{Vjof|eZ<1@`uwz>}hPYI)SDMKg1AZoF|v$3mlV>mtiM}IjjVCfUs@-dhJ zw&~f0$F$(wJp5HXu5WF5<&Jy3V|(e_zXsUV7X2qW4NK zz4PJsX$MBk>sOjzuEYD%Gu2aXIVl z&E%RKes6Ce{G({VoKN4XUV4+^w3gP^y=NqSDJXk;ah@B%@6*Tgp&Pw1)1&tvz3jaPd-EY@`o>`M z_9pbQ_b~it;kb7`ePbXeSJ;8n_VD|Hv^NeLkFh>@51^)x=N-Ie<{kCu7WJ}MwLR0{ z4#aV9udSCoo^#mg7PLY=?$7R}$8!+o(>ovU>Am7Te|x4~@zRcu_glT}y@UfPZ_M=Q zy{DHRFLL7&SLA%W?pzO2UvDYsr6R3NK3?pVzDu`f(pL(7pFVe92*0;iu@`&1&rs`Q z4fO1E*v0PCcVsWU9_U@bfabg&??WV4nEdMPL2xga?SPlAc#Q3!5uow*$2A|jbbzCo z{GQoMkM~c#>NLVXv`5EhzR4Bzz%`v7_DjY)0~?Pq-fICG?Sb-*%$Cz3+jaSxCZj}KImm{JFYuj$cAjr$MsGxd&7624AIeOkK=;3$M);P z(8Q3L7)#J5z4OQT?2%_48$1{9d1405`D25iN81%9KjkL;W{nAz@g9!N$IE*;eHf~~ zQjL2c2t%22eW(u@p}mD-?}%RZ z&Rc@tJvi~2^Y*HH*?Z|HxL%6uIrkL}JopT1Mfo|iujy*1v0z1QPCu1sr%9XsU(+)o5%K90cV^WokR zU^?8*>Oy}+Sns^OGke(^_+qF>d$riSJ?f)6BiFtq2;RlP<&gM(iRKgVlC3n$;P_LZ zBLRK9g}wADUcXdu?7jljHeIXxVeqYE(n%@_4t@(W+ zFAe=x$a9iELrLbdq{Bj99u@M+ykaz(u#oG_h%e-N^ZP3LT-%;d41kCwEVD;+s%kC5ORP*~nJ}vZHA%8A;5lS+jB^?&>=}{q{nfDkAc^k)|v%)~d z1A_uSJ&`;+^yl;s3izZ-@|@6*LmY$7NWMX%v>X~eH!^yD-ZbbBYVHV<{}YDcIM26s zB)=5;b5XEoVe(3T*=!=Cg|L*|8Tz>rL>ymCE`_0dMij>Jl_-v{<_$wa3JL}y(8Xp1 zM*qNsUlRIrQ2Kx7;C^Z7$4|rs?=TUUnIEP9JSUg0nZGa?)U~xKNPgY?NYpgi-xd1% zqafPo|3>J~$q5QJv0yGY{R9Sk#(#zR<3Yi%nW^38j|GEzX#Yy{hnc)6ISqmGnbR>* z656}X{Al7lk4WBbeiSm_6_Wg(`O(DZ(0_;d(ZrkRztj9^;(Sj{@-FkEwer1d$-B*; zkMf}Y_su^bDEKDze_;MR*rWbE=0~Nz#q|Hs{JB9vKj!yG=I<92Jjd`qHh(fG;5!48 z_nO}~g8M>0*LY~T-%92pP(EumtkeghN_{Br0vsyf13t;0hJkWXDX%cm51Ua`%9A|) zh#g0v^<$y`%#Nebc)=_Ab32YqJ;-Iqqjnsb`iPC>7j`@r6x>gHkJ<4skv~b^z(g{o zVIrT168Y;qJ_J&*ijh1S2I9Cdi_QJ1(2qi5PJfl;qagXT6dL*8$jGyKCCF50 z^*laPQE)8FqFi@1UzlMIx+55>=G(t;?M=h5umc3cX-t zQ219CZIKt01chtZNrrgAenH`QroY$(ImnP}SNocP#gF6;j3u9Da+&5Zxx+Ha-7l7x zK)Wd9L*vO33pl)gQ0V5&ktRUrqoonCWD3gpG#6SrAY*BCEN>|-J^F5Ncw1l{i>f!Nz@r1&mtHktVR#vm};0ftF}4w6rv1X+zvG<_kLCqaXAKToyua=BP9&V7}w{lZ)>vWMromUDG3SHmN7%h<{v z%;l;vmHQd0{W6!Ujd8hrUup80T+ZqfbC=WFi@BVgC+8l|wEaGpvus)JH4O9TT+Ws= za$8v~f6wJCHD~A`&UNuvE~lIML%+g6`LSHi3Kc`QGe^T?xg58vhCWEmQL$VOi%W+7 zhH)Jj%jM8kJ9HS^S7|Jl!_$hPUuFa|W4Rn+>W6-hzQwUzjtZ-X@?Og1vRE#=$MHii zLH3fz#d6t_)(rhFk2S_}*_xV$)-uzdi{-Kbv<|(Pz7u1)ti<-AgV?XSVuN_KY2(oS z=<5!BJwq#)vYyblbyyn~=9@y#DM2x7b@*bcZ;mBcg(I$DoLgc;ZlmX0^lUZHcj(y` zdiKlBX@|Gp&_NI5N@K}gDD|M^WF$UTasi@?m+*e#M9JYOhMbb)X}@Fx^-C(CnOpKO zilBeVCU9QKJt*P;uU@C9i`Ams|)gEZGA6q7uHF za!5%jG>c34&V_wTz6c&#G8n}&tfUPo8D4THLX9ZlFT(qkyoofFlsu16BTIN+@BSsj zQNah4Tm>FgG8^(#$q`7^=#ouH^Ozv99SQ0;FYyNyLy~#yH!yde2Z)D0nU>c+17PpkUPqGa&oWckyOc(u-ZRJ@Gb1Q zqZ7Y@FG>6T55=FA*z96sashb%KOu#=V@FfoFQ@;wypsSUn{b;{|M7)np4m48%sS z`y4e^jd5>k8tV$+7dZNJYzOg+uZ$&!f6#@4*w_*Mp+1hEe0>G}m#_unE0N*@0k{MJ zm5IrNn;{r?EdKlrg1=xJw+tR!st@>Wf&-~G;Y3JA!^f`@O#D1Nb0|HP0Lct&bO+?H z?H!QAgpc|ev(0O#cpe{HY}ZprOPKAElf!IJ8jCg&8##~qY1lXh+jxEem-UD$#=!%U zJ04RM$JMmjPVsh$T_yyE~Ye$tH{U2FXXz! z^G}Le#mRB}Jnj@&?+e(9Pk{*@(8BK(F)=p52q)= z#yx|oA0Og6)$~`9j`%y_K}PBhz7rmtIUXZX{FUMabM6kjGTnum`DLUa{z!3xZNMFP z#2uJ*6NaVuqpms4;tMX~zZk{!#H?2kcl>cTcn32N#kdr|yEwsK=wUeJ; zkUub=)&{9oM!b)SlVK_cTbkfy%!Ovl9nAzPvUHdh-u3Ac&`Ya$rc2(wLt=?Rn$e+Z zlt~+=;VHn!+g;H)gP5mgi1+Xj^HKTx<-`ul&qu*#$`4<-NetpC2_EUsln2f2Z{b}{ zgy9d^2ld2C7&Rq!_y}K56GjxGcU26(WWfmLK9v+hakTK!5JXi$f7P(n`N!rT<4ST|GAJKn8sqoSz!;YwTZOV>u|Y z!6awmIhgUFpZ9SXqYM_#ZupquqCp0x5-=c4K^>teQQ#9sq+Ei_E%R0fxR=6fu-K+s z02Jwj5j8`?Ah@QNDR?}7t~#N{EG;i|GtC&r@qCPgbD<)wd0w^=c3yXn6X)!H!PcPv zr~7eLW{yK1QWwPBr0Ik)H{H4^-aUl3hp^5`Tp$c3ZeEh$81EqrgMY?rauB8XKy2}# z>qGvZKq zoKtgu=0w7*1XDZ@8xzcZ7*3*v%v@N6e1z5Rzj{Abcf}0&=3;^b1bvqeYCz5wS5JUe+L!lY+Sb%E6;BUr?Cikv1Km@*I~%8VcQsDsTKc~V09(_iO>OIFY~R$>+(+;!Q0Qvz z?rv+D+SA$D-aR#ZQlZp^D{XFXajBVBRzA0DTIrlA)25W|sj)|p?rq(rKFSRZjjenv zB0JUp&!a^WdPRvG?X_f4y4eMV^8UXGK4nT&)c=(QUs$Z(AbRAk4Uer%X=EdDqW1PF zt?Xp!rskH0P3?G0Xxql-Zpg5tPIvb-;dT{x(Epq^o2UIyf|eET+qXQzbvJ} zB0*qyb7IL@;+9jXi*RWDnFxmU9lF0X8sK$o1YcgzKAR@Jf1wjA2|pD+%S_o zAaPn=KPp(-lf%4*lTan!OC}pjplHztI%YjS1Ae`NHQ0t&Jr7B zd#L7E%c_-a^}t}tPzF!5Gs#>!Xn;e?>Y1lC4Cm>-IUV;>{ zzqqpcVVKEGa@mS}Za?%{2y>g=z*+zQGPh^B(hl3eCt*^Ge5v5_luOd+F!x~@!5Z@3 z)r}iA@o3zJbaPi%(B0h8l-}Ce5o~DQz~>LUdm4H+bq5$z(p?Q(f)&*(YgQ~tA6>Vi zCcSid)vDTRKPIKSnj4zz*~4IMTTi-U(}tj-v8Qcwa~e}xb9ZZJdy@}eGp(-7hY#a# z?CfaqN9(GVE?wvkuc};GUl#Chx%)fKrK}O@v7}j&Rvfc*x(|a#F1y=KYId3%n*#Tk zV?$F@SCCF`LQdwSdjhDe-PFB}S;P-v>+lF(BL~JFpN3US7S@z!*;^N|IB2$KYv#d8 zuaD@bdG)nj>zyg)shlx2wQqC9(camyF6I7g>gaA;*U{XR;=P5i%OGt{?ak>XO!Se> zh0E%_&6f7gEom(zmPiyM;&2MciXXxKW1wB#Jwd~!o=*2vc6gLgH?-4Q2TB5!Efs`{ zYVO+H+?1YO7G!uvkV!gIY>97dZ9t0&TZoGn7Y1RmrL(KC*)<}oo0@40qq6L_Cx~5v zGeIDRvuJ8BW5wY?@vfe3uW?MxqM9_+7A{}9 zbonx0bgc67SxA@Jaaz`RyPDGNFk@}7y`j6+Yt>cNEKk?fRvumL?bxHotb{UaNzaH??=8<+XLB(ME%ww#N1787=9C_AL$Dy3^=bzEp#zw#{i4rmsBolGdiM zk*y0ln%9Mvn%c{m(X0mJx|&OOSV%pco1)yUT(;OJILmOlb$WmYh7sfDpslN^!983I z#;PxDdF-!NLTvn*{@K%wX1^|Q51^wLclD&Q5(9a25S9%S+S<0RHB5Q*5I-6ibI{O* zN3YTDbfCb~&uNr{?|?0B?NLTtmyfby&2oCV8;UZGqIzj%)F!sF4Q0j}dpH|)(!;8- zyscas^(mAOOO8QM@QuhP3kS*O_-CQlHEeXH3tiVgqe}Aq&CH^SXG&~qnxkjSruKHT zjW+6RH#e2M4HYa)3UI*&h>Z+&#pf@2e z4FQUq>0=SO0oxS}lFdif?df>t0GW5gtsb_q-444dXUCwb4dUqqI6sO?W?EUMYr5gk za)J3E%9t((``O_eSO;Y{Grbsd|aR@&0CsRJ`{XGdvwv)kiv3$3dk zCkkziJ*AsF+Z%e?+M7!;hqtsfw>MF@tGTnQsky6kEgpzpPeDf~>^C&7FU8~PJ+Rr? zg&CrA<64Nq(WPl)`&Ku?;hB4k9X(wgzRnj`MkBM8m7C&yKVUcHl)%n_*5hXvlt(z& zqQSc+&K{4bY8v{L1$>|Ox-={O;F@W+3N)f==)t;86Dz+ftJQ_o(8;CH%b5YaX-rT$~ELvY-ZkXf5BqM`# z^Kd9eS##`hCEy3Ca1F>MqZ=c&<8erdMq;dJ(-@~VG<2_L7iQsL$zgL5M`y0QbfBCS z_ywXHS!vkSyUVT%;Ff;Ot+gUz))I>2G}kpQ!ALkGl|u3hZL4glYg%zRaifk~>-mub z!*^JxoKrG`hi`-!Y@#f4y30)H=uMfieRkM2!?D{&I4(Rnz;PnR0gHxdwgjT-EU2uj zUQoHL%C{lQ4V8SkWX(r@dExA(F@w79iG^Z%6AGL?Fj%~B;k?wu#;(q8tOq;WOP4K9 zp~IAh*Ow-R1DkucD20m;yh66xy*MLX!}oQps;f>{E~r~xyQ;oAU0YLMy|S{l?$ELU zl?!U{7s_zF;73;+?xM?)-tYI+qkTHcJoECUXO$~6OwL694KD)nN{PSN>Eq`yud^SR zI@}+GZ49<5Y}6&!Vxyy-gwi z{;|FMS~?8Rn#j0B)RIG4!d>3haxS9#F#l_>mDM@SG*?&2f%xxd`Q} zAy}HMbMNTqEf#car$s3LYUc~vUJ>2`a*X-eo{I2qgZbG;irDL-$;2kY$S>ojTO`Ii>d+NCrihEPUcwR(U9PV~;BaGhSyC%y?Zo!3geb6=SGidYN4EIP4D)c6ouE`Jm(XH))4<$*%ms z{(Y5<*T0{WcNO{Xgfd>w6Uhimo7{ZZGBWCjj%DhsWISIhA-2D43S#Dm3?awpE0M84A7YnZvZV>Ji-Yooi;V%eZD13$R zjlw?=eps0IO8Io|C(Jvey?mbV5yHGt)a!gs_$1-;guf60oi0x zRCLG+k&uKWEGlZ;5EU!#fLKv+*NWDCMXOa?7u+hf+G1-hwbrdx>(cUjz0NZ8PQ=gh z`#yf(e}4Co$vod@d7pFMXFoG@uV8*7&xYZ%$t)KMK2Gpb!D|FxAov==4+(x=@Y{m_ zBKT{;6EMcx{LB=*Sa74@b%Hkv-X{1i!H)}mN$|UZKNkGGU=MSM&0BxL!vs$dJX7#u z!Ht5|=b5H|Z4~a?1m7k2altPMephfF=0Kazfr3i~PZE5L;3~l@1)nYWLBYQi{GH$^ z7H~EX6@upqK40)vf^Qc5fZ*o@za{w3g8O3fw(0tUlY*NCpC$NG!F+y@)$_LCeS*Ic zJQ)i+8-BiEKCj2RuM)go@HK*O6a2p5F9aWo#kAEqLGUWU>jgh0n9rB7ao-o*7i$^o zeyHFHf@cXnS#Y!94#AfRzELor&tlVhR`6SbKNMVug{%!Gx1-~fR zL;th-`J55Ue71<{IuX#1piL(SAxG69Khzu<}*`pwqWi%ZJ54-$;O6j$ygKfS_ii0Bv*+r z+sVd;I|ScNHgWGGo4h?K!aO7R*MeUa{2Q{#&wFGV6W9A-d(QJ8;U2`Hk`2S3WHAi3 zI!;fzn|$^b++T!`i|~htFvA5;CY$_BCsR4DSzvo+b&7Cr7TjjSFv?kUH~BeN@I_>! ze}~}v1ivcyW5Hn@2HCg+1Ro-Jl;FvN>jk$8zF6>`f*%r$#|4)P z9wqol!7~J(C^#v&MR2>|3j|**_zJ<-2)=`C`ryw5KOp!K!7mGbP4FKDe<=8C!QTny zZvt()xq=4@9wJyiGiZWvuN2Jtd|RFT4WR9VHG)qO+$4Cd;B|t}6|C-~Zu<2N!u@8! zcL`R{8#3Y5d79xTMVRLVzbKeLOtksuZ^SLDGdH8>6XDJuAlkkk0~>%V^N&$CU1l3Zg?o&O&c3Vcf%!gH*;}0 z-3+lg=2%#!;`@8 z8mOGIqEl(O2s}eD?{Ckz zEbobi6X2zSTMTm?S}piA!{gw7DcQ6=K4Z)B4Tf2ky9GaBn9bu!!M_yzl3^|p_ZVi| zdtdNh1%Gb10Aao{+z%Xp@t7ZeCdvDGlLvx%{}IcDh6lr)&*Y*zxy*1e_%Okhf@cX{ zXm~8bpDegu@Jhq{4E7Ae{L$Qc!xiA47@i8g-0)H0Tghg8*eRIj{B)ifblm!SVLoD1gN4j6`Qsk`7_f(IIA9q}^)h9@TkA0~K;VcL17;01z{ zhKmtqx#2^=?S?r=trL8nVXh@FGCUgm6T_?*UiKM$EHi%x&5Px9^A+l6Wis=);&{2( zr`gNK_2_Qmvd!7JERTKGUJ2R6oj`_7c}>I1@&dt2$jB?NM!YPq6?~rHO@h_@W#Zl@ z-0vrIaKN<-FUv0p-Xr(}!Jm<7BwXL)WjT{;D&w9nI4*b?8Et@r%sWMVQ5c z|5wk#6JJl!kD2bIA-J z;GtVxvfMfD0rJ~9K&Q<9|L?h6rrD}?8B+fphvP4rpE{GF6Z@(e3Mi`YtMHxU2jf)W z#cLx5arS*5FD!|aAIF6g@RIuG8b7?L%cgr8BpHrl!GY3U1$UY54v{X06#6k;-pxbm zTL$?+`nJGb>U&)1<4|GsJ>Es%I>_>3TD+dYi_H0l*N=sJ0e-aqe;4j`gpuW-zJu|y z7xTx9du~~dH$^#U4_l7U!BXE2$g}aXm(}+%9HhRFp^sxP>lYtKrSz$NIb<{3I$we( z<7F?akGFe}`f9OI9E?EJmx~wun9tz|C-cYgat_?>W%Uj1qHhEA+5F)nj+DOHUG!~$ z%r&aLtiI`8^s(VLA`tV(c4PCW&I4>@yz@4!8-#52HFVL}2z@LI^>G@s`a0l-ztlAo zoo6@Bj_hUqP6sefh4I*dj>^x0sE_^5>f6{wU;qACtJ+3}a8}>-UBX?Cjlm?OZ7&;c zD?p~Z2pyQu0A{*eQ`&U-+%+4AI^GzV&MRf>cLzY~8#*8R5%^Qz0KBZeUm%=~181ja zk-4E11zgsT=Oj|!UC{S0xKSVXI#%Cr;AZ16{y(7a3fpKQTff%;Qs0h+Sd(F3p}v85 zS$%&*IL0Z#i`RNA#@g9{%|$=HcvmwS?%Pq0Q)~m7F!cWl|IE@v`NpwW8`~uu#Z1_q z;qA2u;f7iP@79m!JF*;~ouJ2ZmV@cra>Tmm>wvyxR*BHZ=T=L7!%o!UsE_GeeT<5r zscYXD$BDz?P`KFk!v4->k7$-oCdQX@QnAwI$mMsDJ@=)2 z)aWszRrvq@xi1s$)R`z(`5WqtP`gBtStqhNJO4?Z1F%BmEqr*hg~lakB0_)h7#c!El&jRW+>!kcsJ!%ar8{*RZK7)S8sNnZ$Y5p zrS6mx$d7Jx198YFR0q`eFJT)<9eh!yAHy*YuR5Kd4e4WyILRzh?7P;V$R{1&Cm$oClP z0~5#}_EDi;28W~F6<>@Ef7r{ri7`UqC1^Z>dSoGESoUL7cmm>Pv?|Vc6vKS5&Q-aN zgfeakX1N$ErXgb)w|Va%bY?X}-`fK(urnf+>~`VWRD-2W!xNL@{act z{L8o_{1?21oWRjYBIC{=qXk|?SI)Sn-#zf@9)f{h!;&C7R12?=n|TBJc90x6b07w_ zUVV6KRcLrvM$l*%J^^)k;k%>yk_xRabXu6H8W=kb&@*IR^KM7FCq1zrgKG;(8)5lFwk6Fd$9@^@z9nPQQ4HpjvHsL@k=yMbkcP%? zp!qlIc*9~Vp*eD?mP%sRvRQA^>6OP$W52lE?fDJjjg7rVTVLVk?uRrX#vT>9QirUF z9m{yvxY1nHb7hQ;B66+UlMP{7tc3qk z$7JO`E-UvbUAf*D82=-`=*EU0_nv2dpBr!$QXlN~rU{-O@GOL(9zV^E{Hpst2*W)7 zDl78qEPi9QBsaOL+KIfP(kX|4ig{J#c>)Bq$lWT@3hz=jgE#W{M9WI=bl58LW*#3~ zc~ow)5enW`3Z{A8*!9 zR^vde)0-`e1t?%UEnv9{*u2!V05j9FD$FCD!zht)5k@`Hiw@bLYZ?3%xU%FzC7rCw zUoi}$(je(Di2VtC)bP)es=go4@=z;dWZ%ak7rK4<;EwzxMqw{9$jxj*h?p9=hq!qZ zoY-M(Te#UXlM2NS<9L0rZd;j1i!ClYM8)}6q5~F0j&L)drjjqznCbSQ;KcYan#d$A zWyE$BL7MFLI2>MH>^)j_sylcSq+BP9j;|q-$$0+2fpCs2ax-xYbtm>Mq{xY`o>pS# zviB^ud3y;nROBS>ml@-?+9D^r`HbcvkDQ3|ABSn?MylP+=c#NXZGhX1v!>)O!2Cbxj?B&6baIb0_XmD&Ev$R}?92&coDKu)S zB(`J_q!n5k8{^NMB28MVh@C>6&03n~WN{>T8+lY#h&X-Dh4SnWU9v;8PG1f?s@CDK zPdT3k=j;&Y$G#jfY&+=%&JKmu|AP>)-w1?@-0T){DDT%F%O2bzTni7eN#AOOXAw5i zEvVAS4lPFf{sX#U7Ry|kO?w53p(d-K=W)nbumQe-IdIJy)^jBs0=ox-OY+YkFF+Dm zv+}P29~233HPWqD_F3r6g(qS#ateQffz2)aGm;Aw?utWOVKqK@4i#o#pbQr_AjynE ze&sV#Sc~A9g;UV7vI;k#mv$?>4KC5bhvDKC9u1Y<3twbG3y(y7w}USPT8J!tN+@ufjLb$a@#AhkHTcOr+SSFowG7TgZ%_l7V$ptD#y5lFK`4m!H*&T!a8+BY6CGgW?oRwnWGH%&kv%6q z7Rg2njU092hoY%P<3{f0#2?g5#Z7;WS{C;kZe-ZF8|!?ckzwNjC}Z>pBg4iY(1sOS zMoXoQMuz{2Kt(i^w$bF2jizP|LLF!u9jPO+VJ*gZ6g^7IxUqbkgGO|kmQlx4S{a^* zm_^jAmCi^hot3qgN{6!Gv(rjjSle^7jE82$*U->&jjWZ<3|~Q|)U1`xODSELbvP^) zKNOuKdaTJwe<#jo1VoQBa)A>+iaB3oWYp$*hCklOC>bipiJqY4K(-UViJ3Z4%RzL3 zoeaO&_@g>bqgp&`X@V)mO&%t9xAB}bGNEeB!FJL8a78vlN1eUw{`jGXSHwl*X8apJFYL}@oN z%>M@Ut4oS^Z}i8I~(zXFb!%7y-Ajcb#Qqbk15@y2Hq*{$n}foNZ+E z&QsV%&oMHZ!}Tohxkg4Cex1GTJR_rb=5R1L-^ge#?{TnMZ)Eh&o=pD&Bcu6jWPNNf zGDg6$9PckQGDg4^MUXEtGHQMn<6mrKUGpo#&!c9GUQgBhC8_4NDU07@jE`fbT&5%8 zDNwqSF4r=?yb&Kmqg|n8*q_bm(lGZXMbxaD(^V;@o3oCkQXXVQx9CV5GSslQRm&VQ zpvQ?`t7X$Mt_iQCQfk&puS+T2o^>si@~g7Z8+0Try5hTN-W#=yA&5DD6D zY2JsmoP&nJFQ-Hw(Xxw%QAPca8W|1abJpQwM%I@4S$Ho>QpA$#LOziymOCzJuyD>OLpEoi_ zizo~6f|1b>)x+>!G%}3xHjVx(BV+XV3k&sYE#sFP@$EFqOIi-2w|~v4`(-T$(VK5! zCB0%~^wwv&etA{P_!VjV3ywy+wd|seKFr?ynvr2-KC&VDx{+bzGU|WB$T0G??2T_4 zSsVGO@Kji`h?dqy{!Plrzs>rTM()8#@0dt1@NTbr|3j|ALdKXC3-G z#rJXW=x!Vknu$l;@Lnd)9O%Sz(uwzQv$(M-RvQXD_)hI8n0O247d-e*J0S62u}k8? zciI7o4`v_fWgU?CZOm_P>(I|B=I<_}1=gXjQ~W2IypM6n?BNvuj{UN)b?D|4f6wNF zr{t+rGD1%Asc|^qDS0|s-0kICw9V)M;{bguVxAlR1xiuGa_S-$ri)nQW(`8mIi!{= z1Uw~AYbtaOSxJY%)&WKQDXlleIN(94#qYCS726Of(c=tpuyH{5Vd4Yba0T=iF$X&F zL(+*4bFOd`{=y=*39I;$>o!(UM~^=sAR(yAxGWT=_qo{Wg6a?bcw5DU-tnJja6(x$|F>xxQm+us-5gd<+Qw|{*B*Gd0cWQB#$Pm`c3briH|>;p(o& zI@rW(jROfw1vTe}loZsOrtcExIa&}ba6 zC}cf1xZ!iDh}yKGrnI7!Zq`n?7Y||+YBdq@EI!>_+l&JWKus-f_+@IMI<09{TGLuL z>l-v$-PunSn)Y)hIL$cV&Oyce%0~2b>wumxmUGEE>wuoHo_+fa>wvyJ8b*npX&w4F z#btxwaF%r_aEb@AH+5Kt-gvAD>=r%SI`ndiSJUAf>kxB_`OBi{xz+*A20F3Kwhlc} zFI)+nZyhkC3}rjQF}rG5SoIcv%9^{tI-s(U3_lxLL($NIExLO+@DAB)0o&t)?j29v!wBhltJI zbvA^}-cPNA&EECa!Der}be5Tab7Wi=|8SNV-IiyIDifLUf6qu$pX%p0p0OL{C`tIXt zjCHUj`h|6{C3@C6*b+Tw9c+nyX&g+69&^K!k?A59OPA<{bcueA$GE0S^pe$NOZ2jJ zuqArMI@l7uY8`Bec3THqqSvg0Ez#@N!ItO^>tIXtrgg9-ddoPN68#F#WJQ}QVzG3I z-cFb39XIPmc~*b@ETI@l8Z!8+Iy?X?cJMDJS%TcST&2V0^) zSqEF94~&B;(Qn=Ghb$3`rAzc-xjU8u z1TLaFt!YOv!WJjo(K=D9ZwCFBeM1Ue(J2w0%4T|{ z8~~4w@c7a5O1aXXAK{>w>y4pLb%e)#`QAbb=1A>Rl0@3=H%3VM!moTVN4PB>>&;Y|4sKPsm!oMQiu2g!>oE`T^xUHBLyNL=i+z7V^ zGh;JYhFmwoCH~wPOB{{65w5ux#Ab6*q2-k~?V|=bdbi5nk5^qVY z4+hrgB!onm+8949ea(zCHEC>^b(7h=P>D4VIJmtyB|jWSD1 zyJL4ynysZbV|?;=bdHwx#2#jPbG7tt>>rel(bC@7eoFJS^g(PEmksl^v@bTER$8E? zk7HYCiId$3*O;HheoASX8{wkw%UCat-_34>tFV8??xWvoH^QaV_x^FTE#N0 z0xG@6jc`&Ax&HGA6TQiea8}K9{k}sW-swg-i+Qf!i<%yFBb<41T|Z6(yy!+aZ0Eav zEt|p~Jfs$4f$NW8LVs~1FT$YxT|dON$UdF>xa*(GqWx8igIzy72;xUt9P0X?u)6-H z#bK_`U*kkS)?$h4e~AR5f7fEU>rX>LqMvAStm{8QV}Gi}39kPx+s|iOtZ@C&>Ve#c2>(!T-?WOq2+%I{Kv+=eqtm6#uEk1+IS;#jmuu$n`&Gm4B_p#jf9v zHTf?sE`KX_4~7a16thR`tMN;YH_3M59gQ{(&8r9KZtAN zuoka${c?&KTHNgV4^oV1ahvPkMYCsWal7ju$6+cVy+fWE(rJoIE;+e;-Y|mG?&F=w759nUqo@N7MBG4ofOAuu{Pj8 zL2Z41_pYiyH!dDM!&MTHF}$H?r|pYH?G*UrpbsTD&sg-$L<7EpCP? zHsGVQxGmsUa=4zR#q9xq3B~DJ+!649N^yo3ZwvSrbErRBi+2V5k7$jVTHG1%e@#2j z(&GIA|E~-@TZ<0|{F6Cr%+ccG0l$Rf##}A#3iyXpJVuMp2KgV|JSwU`_9%PH1rF+b=}qFArRf}sCbic7WF zKj=?qy34c}5Bd!h8?-n$=wC_k6fF)7`i*Qz%e6Qx=>ME{Zq#B)(0`8N3N4lg{Q?e~ zO*7*J^P|(BDh(R4vv9{ckCrrp0AJ-(d}& zuEoZne+|WTT5JjWH*h38LyPS}{}uY4sl~NHzl63rON;A*{+X=q4lQ;B{p%>6t;O?# zKJNz?Jx7ZhPz0LpTrF-4`YR}&r^QV{zc&Z-^R;+o(7%Ab>$SKUHOT&Zffly~{X3|6 zgBG_3{TC=+sKp&Y|BnMVLBF2jW-aaw`sY&IqQwt_et-7Ctysw9~$~1cKcC^$RlNw+4DJK)*~1w;AD17sBmE=u4kFv=ANam1I3xf>rj-7y-P} zo~w`mzNd_N)JrJA^)7<(yfP&Oyd3ltuUrX1?-DE#yirOBd52^4^+qcp?9D`X^TsG4 z!@DF7VXP7&-gGn{Z=4b`z0F9?8?S^c@3$zRcUaF?kehDae_$JLg7WF^y@MgtJ6s9b z9zRp{CMqGv8w3M;M<^lJ8%S*xO33qWfi=BJO6cJo#KKKhLQn573R9Gj?>&Nc<5eml zmfO&}(($G$p_g|PY~~%Qgx=nJRDD#xi!p~3c(YmTX*oy3QvGxB2zGCJ?i}e+3XPOBk(L1Ox}!O3pn^&IA{GC|Gve`d{Hv^5qLlXV~aO4PIvQVyY9WS zhn3>nYQu7&vT!^)fm=9AX%C!^+;l%E7=?G>W0WJiAn!C}Aex)gC+l`NdW%rfoW9-p z^*&e$|8n{%!S#+pW##l&LcrsV`Emv*A?TIB@Hq#WQ-inB^>YgIsVvjuJwS8f+4oR0 zO2x8fhtyXGPs@YPz+feOOs;bd&Hffr;p-T(ox+JQm|OT6CbK|c8xji^?!nqCRCpg; z!iAaWGZ{{Rw~fjv3qCEBjLSYEf#}_kS*LI%s@g4F2~~l@SFjoj7S4rxsPI=XOt`QY z3sgMr;jKoy&spV_K^W}u)HY|0Hw(g0ZwM8fs)S+Qr!Y*;>FR6ACEiykY|dGE zD-o>R^D!sqoUMGudVd-S;e2mBd?tAPSeX~*-2RT-`HenD+l=Dh-+X-@C4 zFzs^WtbqSecSplA_-ZHw<#n<3Dj>n<0ffhQpRNC$DSr}tI2dJzu7S{(cCl(7q62NC z910i;!CruaN`|)4K5R+w`Mve=kWKAF!m&W$NR`6B5TGv&r#+8_qta?s6c8dHTq#5HuJy=YV&k>$`4E0MVZwoC-vXamy5T>`@U z0k{VKjh35R-k)C*!>(^a)-cU7cI^M7I@eSWY zRLc%|3((Q>d?jRhH(=_?JM^G8Q9dNQ0)0GhSn&7I8qLoenbihOn7-gx(wk$X(Nto*bT*$6?083o-78ovh_(cKZ-o z>CD2f*TBOTOghSOd-bGy6S5S|bPKWujzKy8ge8H&CgY_vhn-*oJp2~q$vx;$x`z?naYlTFq0OzyV5`~)*O7ZLXt*_#m!of$ zw15_{Ta{jeY`XQzW=`Vws0#N)6@@BLG{@Z*8tXV^D)Na_7&$~QT;))5;zBAp6cU@z zs7Ywm?nz2n67orSjb1+vBN6~#A);Ln;N*kGTm#2;a4TN82g_uP=W;*^|2LDU&8gn>= z`v5yBltOqB@El$f7-jrIxO@faOT5NcLEtZSv+)|g0>W^>APT2KcoOh1UbxG{RQ!7Z zP8dblWwJwO;s3;sSh7UVO1KAU%aJ1o(qS;`btD_Pn;1>ck$YiWH!*`;x)}}HEmsSc z(&bn*xT7^+j&|yf(fkL7(LcF!Cf)$0fwvB#(jbk877}=CJS*3kcsqxuC$t~)N53Zy zqu&v&PT)!1b}E)56knOR)4rSM4$1Br4QBVtUf4U&&Fu{Zy_{h7_~>ELanb4QEX5Ar zLW6NSHxU8RGz@ZDH(|p%Y^1jvjq0c_;$(L3q$$gFr}w0Lw}DVO5}h*Ivr~9ah93)m z{DOdYSkLAgGm+EN4Q9&}auFlb=9Mw>RETgo57^VEOEVUR?-_Fr?t{faN)__XOvOw< zRTQe~Wpt+;ddJ*@`{)uBgq2bH^n~&W(AJk;)Y7k9C#NDE(T9Hhi%~TLjJqf#>C6@mMeP1aJ1%n_jdqWEQD$kN$&%8Nb}s6!a)Zx|(#F72W|VRrVr*=RS!^_` z45n2aY--Mg8fsLjQ25%06w{G>sf)Hf6m8QPhN7nGgqyD6vg`rOVBxQ$a8ySR1{n@Syck=wv|>D==~7ySc@NHrS%!NQBtXK8$G}+ z?K#hVcrw05)gxn3^!Vs;F#MRXQ`*yn7<+&ata>yfM!{%No(_CiD)7SIS{Z{*h`Rjv z{O}9Uah*J*hpsyUEn7DP8YHfog!->?>SB2HV!uD|UMUQdB_$9VHaJh~U+1=aYkuK=e9zM#lBb$Mef#NZoN zQcCH(>q%E@558?ld63jRBGQ0U`qJv=OLg;=x@LqyCirI6&A&daE|oi1{lb@Xh$u&h z&$@>bUwKYzN5{5~brnYsF7j|Mf{tO=Td$%Ycp+#<$LS`h(=lwIu$SY~PRFa17V+(D zyaLW;bMdAx6@ad;bFy`##CR-7hSQdLr5nGV%wSopkwMA{lDY!QP%LML<8_R6mG!ij zyAbbM`-$2`{%3;Kc)8B;d}9(loat*-ikbWSmK-wFb$azoB^{%mNnLnTJ!>%EnO^ck zUt70`+h?lBKZ<8>ik^0M_V;~&Qv*y)ab=(^u! zcgKI%MI5}`|Lp^15AY;cK2)=zwti$y^NJQcgte)?ZDd<>&B%tPn#NVNb>uFQMj!^B zI@;DyKavmTY#X^&J$Q3CoXZl!>l*7vrk~R}Ts?pIhanmpsz)xZsrjLY4sR0w{~+NX zM@#r_u!;(ru<#EAcQ8f@L* zvGD)1Tq8Glgz$ZCskntVy5r_@KrU8X=EJ; zGM4T1w<%+Dz-qv=mEngCNV-5GMB1^j5y7w`O1rS!%P>zlb$He{`UeDTE~yiSf`DT` zC+s?5HT(vjaX1?zw9EO|%?dg$ZufFf@EhX>C;0vFe|SVjkiVmG!x2PBtndi)PB{Si zP@~Na=LXL|D~mrfaD(|OC{k)xVTwfBnOQv$B$t_hS|<>4p$I!75H_QX2jUumj^-_# z6RcAjryy1s(F=n8m5h5wBvlIGAkQ3J{Xd)|(oHY518lhuuBX-kI>NvlUzLToXM&r@p(o2mm#2lq*iJrURZOS0Znb*$dc#r&PegCP zW8_n@6JyJrwz~FJcuaT0iaMvE33+aYP=~MH*S0pSu4`2$f=7E<0tHD$EUhYcl2vUr zjK=Ib$(q&5$|A&Ar)Ie_-m-?J%e2jF8}OL=c3mobNRxzlY4wCQxTqX6N}-}wDGM5- zARnj{+=&$b%|ptMn||cZvYtE)+yEKx6Ns%%V&Ex_Cw+1YS{p5R@9ni%g%)0bTECXrp@#uK0iKf>jZ4F0y9AaQ+b!B5~96c|$w6M`OAVw;5187yrMoD=d>qVOm9mzHzn)VqJpYgm$s$jjSGZw*T#mX<;mK%8jK(HB?oXTrHvD^H^4*<$V9uthi|K~4a@(u>clwootB0*EifJ` zwz?JdWEy#6bJNl|ik}W#hQKYY%}c4NrHZD5CAex?&S9l(RSm~br>3nmS=-QtB?-n* z2TP%LqcCl@+8W!$r(tMF_Y4lEso|!s9u2f{IVzWRTf1t-ic^y{r`9yqu_>i>)xmtK z(VAwCVT3Z;9D=b~!$GwprNNH&(vYQ6n`|=WB@PD@o7ZDyUfK7tPPKkhCZ)!us+MYG zJGp$?X->VqXY$Hb7~w^Z*@YS~KB={wnY20=3Y7~rNe+?CwMkiAj4-Adqf1*76#Cld~o* zN{x#(jjd`r(u;spdWotMr=fYps>hNo)ee|)AIsW@)Xpv0@FUS(o$E`P~QMc zn8iRtQ+;!~x)W8HB->jX*;%l3PkWSM+)OTQY_6_qOg5}&S=CxcE1~-&mo+zXpu;l8 znrh*sc?(jj2bDBU%{rVp=cwfDIkTs#rmn^gPQ@)%s4rv_wZlRs`5pdc&FF~@wNBNt z>J=EL>YJ0OWG6Wp=K$D?RJE^aLk_EItE(`J)U+j3ALiPKvk3xnEH^cx+N$njU54BQ zW-=tZ4CyvGs{N%6$4-F{fRM;iVT790Y`1XQl<6h5A?Q^B#?vOzwiDH=cVfYZdc$(0 zu~{`$4lk;4p`Yl9KrO6n-dn5Iq|?KI%`rib1!|n;L}?l%mS|-*1L>B5YBF6KBc$#; zER-@Q)?E!XT>c$3dtrRaxN&iH1`;2>f`capv&Odg@TE&@tK-AxfDrlcrA@04Yp>cgu!5z?Wl8TwIo z!!bg)LuWJkK1<4_EgMwY1_?RkCNRzFVMMJ%)5T6#%=E;RRK3)+m8gc13Reb;s)i;T z_{~@fWqL)xlt{qI2hGbwX~_yv0c(fw>$cCEmO|bnFC!IVoh{4QqZ0& z+qkY4#m1b8C4TerhB~LN6$39bQB^(cjrHK`^8J?}D~dS|nyS}*XCN;`*_WOIEzHWs4uq*@7g3K+ZPevEcZ z&pBh&oWqGhXTPCY>6QzvQr+3>T32IaO<0XNsZ$wS3G*vw z&6;9|Fw+9q63{vtni^1NF!$0nS^b!2^@*F^ORM&(dyLr$*i{TVCksk@h=y5)4Jl@! zDMu&gO`WoE-u&suPE9UI+q4YZ&y<17(EB?rL{I_JR|Xv`Dy|H3C@ZT;=Rmg^oHJp~ z+0ufg3AQR?*NKJaQY9Tikj1%H@2S*LL$Yo~UF*`irkYb7wRuHuR3Av~ zJnAvFW9U?8IV>tp1=`x1TUc>5wQ79qw82vAr&NK<@Qt#xz&TGX4mfBhn;M#{WjVRm zUGKH3)K_=Ul^2A3kiqhjG);Tp;GA+a6u4)A`&DIFQbg101 z*h20xjiy&-#wWFzm|r=4PICUtN$5#t_is*QWxp%MJcWi+qT04ywYE1jAxCi5S!d7Y z@t7XKlW0+OjSXD%nc`z|MQ5NzFp%qmBb;lgl50E`M&XK?9l!pu}Rv`gOUvyYskLSZ*+Pb~DXu%@-P zq4OZqX&x=b{=L%}YqOaw!wj416;-R+u|CG^miES+nx1MBqq%7kp5>`Vt_Eo9lSmI1 z39-*il%_|wL^*p6=SPktYUE8V;ZthHq|!==nB(liogIba9F8*7L6xdjHNbJzoo;DX zU$V5W97f_Ewide#YdL6O9%%h8YsONH1nFVw$Vu}T%&SagDOrkdPT)4dozApIp@(3> z+j)e?G>$CtD9z*$eNv@nrW%|;utD-lrx|ABVH>KR!Nkzr*vO55ISi8Zg`G00 zQ*Wj?@Gu>oedxjh?Jz%oT57ABwhzw8((TXo!nHNYnkpRCCflp3an6$pjb32_bEB4C z2I=8egu^h?b-2a6y9!f1?G9t4hY_Q2($x8O5J)9gilb#Uh+q`ghfQtE8tQSJtB<6qW~B~5Q<~A=IFp#!8cQY~Q`x47Te7P5xrXhNx#H406_tlRc0+)c48y6T z0#51;P5OMyp7^K2mGYRFM^Z}fsnlz1%;WvksXux zV6`e*VJQxQu{e-z+$4(4X5xo6D^CW?FNvYcGVY*CLXDQZ`>Ali{PW-T8P6zA4UF*)m1h&TyM;3OWSo;qo*Zd|Tfw(Zukbfs7Z>D<?DN-}6$*FFZRqD}_h;HK&L~pN zSAXij^f54~#lAX1#N?({b-I^`!t*#*PdlmcM>Pj*;Ei_9e3i3OvqZ8LRgBXH%sl)= zf};*rrZufN|CSYmrL`QxdDxxKNuiXU_}RpE0^6p$Zkq)tCk#VDj1nRMyXp6T>4vs&A>EyK<-j;hjw z18Q3B0Zi-W$^=cY%dCLu*6wxmlx&6%8akawr_XaSy{@UkQI+na`eP~4ipnsDrek*6 z|6vb;%}j+}gIO0}Rv7r_P#`T50Q9vJM|1 zq`KJr)XK&lx-G~2lRleE*J^sHn_m2<*Z%1ejY^lT3^S_Db-E>uOSvTzm`b^pfi2Z$ zx4It1u%Fl4m_Ask77aWJOCm7VoNR)n`n4xjcNDPZ(K|e~IYWN1e3fg6PRA^mAJr#Q zsRAE2Y2Iv+J|;@@AqPsha3;>HxVSmsXUv#7)1Uj`+zT6EwmWlBVo#RT7p3rxCk~wa zq)HtNu+QkzPxFz5TxyqL1&YSZj~&ffTzbiDK5Dk3JsXPJ$6<%g4>eMipTL|dKU|Wd zcBk_~tm}EoiLsh_=ORuh!MtjYU(6?;>DJhGY7;-*8%@ek-&YOMI4@O-yIa(zB?GL?j!`CL&fr|Rb z2BTW5`P@%UifZPz-+D+F1uJPiTrF#n-wh~Z!?(3ai=q9s=us0xr8%Txi@{ow^Rl#i z8RkGt|EhEIQ+YH3GbA49oUhB7eHrFs)dLY7z*RCvLiL%uGF3wx)&Z!)y4KQEP1^N| zNwl$fjafc(`-%3a4qNqM1`6)z&q}9FnyC~hPxX0&{&qv>&nQ)zD=-?QELMhjvvY~e zQqP_fC$YxE_6=W2kSC%E>}`;hhR#ctGMrLz@R6H}bV`^`*(gk}7w*bL>LcZrWoFZb zr}IpiGCn@ErnR{Z=Pu2S!)G5AN4FiGC@CG+nm9y%oW-y2IdT21WoME4!fDpSY=9TOwWyfi5HG@uUw`LCcl}j(?QXx6O?P`)o%{s>b@H9Rl%Sr0 zc=0+=_&m5XJl}a8C=A`L{{K^Ee0_DYi1Yb=>(2KeztJhKV5fZ1AK#@DR}kOov?VBk zyNe%I$}5u{^o^!DA*0pD~+xR{7kLw_6{~l>&pdg<9evEO^{`mci zxPtg)L47BG{#+$}1@Sa^wgO%{eoPDIe-J+-++x5zOLpx`XVWuuEnE9GvIF9#L!)&qYH$GuKT5^P?PF~ya%7^2Yk0Il-?B{)6C;1%D&h$KYklHAZly z;6;Kj6nwSdoq~C%N2_zU;NJ`WSn#)kaYOP{++KnQ3+9vCto{nYvjv|bc&*^|g87tI ztLH|+I|cL3lQzstg5MFmPw-cQLl~cI+#Z7Cf=3Ci7u+WJ62V&q-zxZi!A}c*Mey$g z=U~9HdFwBDwBRX%=L$YaFdr>w^&EmR)$(Y;m4fF9ULyE(!50eVV+O6xn+5+|@auy2 z3jRd!_kz1&{I)s^1rHZ|nBeJxc~@Q=w@z@I;Ijo^D)>6VyuGy5^N8R*f(Ky@V#DyR zEtU@#JVWrwf=>~Ay5I{0Um^Hz!9N%Lh~TFLKPULtf?pH-wqV{5%;x`3f_cwL>;9?W ze+vFiu-h#io=;@5ak~rdDY%c|Lcv1>A1b(1@EE~|3!Wl)y5Kp27YaU6aFyVtf>#J` z6MU-R4#8Um-y!%>!S4wENbt9UyJ4|tZP-_^FL=D*8G=s`e2U=H1Yab0tKe4!|3UDl zg7*u~!J^9MvrzCz!AA(5Be+TMnSy^J_@{z@CiqFg{}3F+4=8PZdJ3K3dUMF~?;BA5*7yOdocLjee_h_qXi!+_;kS+3*IGox8N|2eXP!y;30xX37#r=q2M~fs|24f z_$t9S3w}WGM}of<+zrQ1HlMuzre$C7c)>FSpCI@Y!KVqnNbpv{cL;t|@UH~FBlsi1 z-wN)A&8y9GU%_((Cj~bPK1=YWg0B~RkKm^Szbg0-g7dNYwD}n?v;X16?~!K zErM?s{CmNl2p)|6wADXKaFgJ(1aA_2gW&rF|4s1sg1h6O!KQVP;E{qW1Ro=~T5y}- z^8{Zd_%p%W_uF)P2tHcyV!3_Xz&0;BN&-asFX-_7^-{@I=9L1TPW1Qt&x~uMoUL@B@N> zDfn%{`vecf*^JF+Lhuy93k25*UM=_@!Mg;%Cistn{~8LlzF+Xuf?pB*JHh`H%txczy2}yVU+^JeL zJWucv!A*kK3BE}1X2E>^g3ZtUf}at*Tk!7%e=PW0!I^{7I(rEoEI1*!Lhx+Civ^z| zc&*^|g0B>Oqu`x_pA`I(;CBT7Rq($AM+S>>2_7Q2T<{dZ^8{B3ZV`Nz;GYP-PVilV z9~1m5!M_!}Pw>}*Glrzg5)(XFaGBuAf{zirL~ygvg8XMBsd{>lHj?5lY*NBpCNdo;A;inA@~u&F9?2H@P~r`DL8a+x-2~f7YQyE zTp@Ul;FATf5WG(C#e%mAzFqLcf}a=s8^M1T{H5UF&~#aP2p%Z7MDP)UXA3?_aHHVU z1z#k1i{RS?KP3275t#! z=LEkg_)mhr5X{eV?U z;KKyZ5PZDgWrEiTUN876!8-*1T<|l3UlY7n@TY?RBe?tUbXocfK2-2{!P5mV61-IK zYQg6VzEbc_g6|XjwBX%>{~-7i!T%QQjYyZJpI~3`IKk5dA1An8@G8OQ3BE$`je_qL zyi4$_f`2dg?}EP<937c1ONrpa17W|H2r!=jnui&`gV!^`& zj}tsw@QH$#30@`m9Kn|g-X{1#!Mg?jM)13W|0sB$;7y9rrs5sDLzZ^M!{PI-y-;#3cg?Pqk?w{{-xlT1ivo$8^Mt=>9XVtE)qOV z@IrEyqplN#`zeAu1YaU}GdZH;ZUfuzdfh6*+(*V)C$9$uKP&hJ!7r0>F2-w*aDP|u zpUEcOj|6`LW*%}7_gfMEKZ3(!)B1DCVU?7V54PWPD->aTvdRAl!4m~f7JL-h_(Q=T3I2!RuLV2f(q#_`j*^Yt29k|E6M`oSo+0>H!PSDB1fM4O0>L*4 zeo^qtfipL8+O7PKwlY(mmw+mh?_%gDw;Z=gS z3EnRF4#7VY{D9y`1ph+t^MdyZ{y^~G1b-^{8^Qk;9CFk7&lKE4a4*4paE>kSp@P+S z9gQ6(3-{v%pCp)%(Xo2261+|DcENnojt&2yU_Nxmy1y*=w}Rgj%t!Lr@ansfCeM62 zk9AkyjWq6jP>*#l6+Bk(1i=dgFB04)c#Yu81YaeX&jhmRJ|p;5!EXqTVUV-o`v}fp zUH8U6T)BAJF!^9R4j0hfjPv-oCN;kRQ{h#AG&WKF(Xc1Nbk%RuQubLGVhDkBD zl_|y&JCz?SZBpDHI&9nzQ81h5p>XGS6M2;i=0k_+4s$q_f@cVxEBIK!Nx@46Hyfs1 z*BIusewN`V_#(sE;L8p70bgsFHrQbp9|bvg3x3crZLmx5uMBfMd&@9}OXpp~M}R*t zJQe)0;c4J64bKAeN#eB0TyPkLAkPCw1?LMMAh_7@LWCbCc$DGe;Xcvu$>1Xe&o;aS z?#CLg2A^zrDR`;j25^hvM(}FEXBuvX`+0_2!Iv059ekzXv%%X0?+|>K;q?gffZ+?l zj~Tua{IuX-3EnMukKwBk{$0acz+aF}pZZR42yS#|oAd-17)EtCal@SJ_ zxF+Cb`zhO>c>DM{)+$y{!!5XCWiWn&H`}jB`s&TI(t%0sTo}&Z!{#V)g9|YHV zX>DdcM7r{qTPlwu4)Ck2Q9Anv@+$vvud*NaO8mH2>5qGr7}M3(RjC%Fpusac9&0qgqE(GK8*-(e#e?Tu#TjNrW_c+=kz`q?!j zbh4@;p-R!%j7A8!?^=s)qyK~dafCs$R=@dT@N&F{5zNJTpBJ|zazNpAW3~oggy>SR^Rnt zsjsW0=*R13yvWQ8uOAC{C;T}4{CD9VK$x!SGB5VB<=6=aS&l}O<1@I?E*!ROIo<$E zeYp?@!p&Y*-z#vC`WCNF*Bk9^^#u@L>MMtkXO)?76uEbh`Zhx!=LF`D!>84!_6Cr# zL{--`=qoYIH-_Ui-K1;nw-&PXqrc_aF5%YwNVv1QgzNZ`a9g{CJMTxrJf!|vmAY6awqwWe5 z?t3))X$Z%1^vBDltM*nV4Bu{^41Gej=??3nukxmJd*+hH>YIviHV)Oi41E;@b6LNN zF8Vs4Zxg~We{sC5KDC#FY_IN99Op!{Hldr-X;Y4GWx7nw-()htxSEq&PO=rwSoe! zMYrO)pLnNT4#vxt9>(oti}$Brr)HD+u)URqL8 zBL0sqFOSE^j2k^lM_AJBtf@1P)KBBn+2I2itzNo(z`+oi;M~eqJy=KnZxNcw_OTB1W$5<}7%;XwQO{-a%9g!u#FSc}FPA1`%{KHE90-3zz0PP#6$vEgP3<*MvLW;C;LDLG z+%1zXbam*{%33OSDWzZTA3e$05V(A(!+=@GuH8T2GyIl(lJi2q3vBQ<_lNT#Yx!>| z{@u368}LM6-6xx#xMJ@exjXNO!|nDx$|L&7;enlpU$O4@&VUN%=QniqzWl}iYJb|=qz-ObYkme1Jv%&MCbYELi(!PC*3di&xap~wHz-wr; zTXIXZSITvG6prvUQM7w>2O@3R%$OUN+~Mxtl54y-&}psL7rH9^E8rfV>{d)?V$;`d z9)`DRYqu`E3up1Y|sx8x3Y`wmrB=49H2%kOcb3*kO@Zu{H?bU&W@rma0jJ(GKG zWiF)Y47%vyO$#X;|1gEMlaQL0m7d!W9$Mfv{WkoYMhj2RBjp(#T0pS5l`3y}U)7&D z39Y0)@08kU8QVjS3M~AU>;>>PedvJCtnd1-_gnnsmnlSpvaU$($WPG&&Q>iDPa=15 z?*hCU@H!c<`FM@O3+-ZZQSLLr;C;B8$w6NCy90Ye&a}Y1U|?G4-9PU_8L`81mgq9J zQ$DYH`~D>hm5t6@)Dxa?+|a(HE_dE`=Pzr!sUUMtSUB%FckbLJPOQQ?_6E2epZ`pd zHMppK_qIGQ)9ZBuEVb<1x%KY$g}Fu@Q@Wr}_?#E_FWEpFZr%Yq0OxMW?YNK$Uby4o zL3f)@b$O6BxvhQo7OLy_G}JwOZpCBnu2d^-zo1VjdZAHue-%uAd@iJp^OdUm5qnVx zu6GAa@}YS}d0t>|*m))xc(}}_gU$mREeqToSeD^sBGTs7e>pV^?;F;4T(q#?hRa{r z=k%#?DsSlMSmG2^IOnmn7xq#CcTcr>tI&DdlDkti^2_TZ_oA%%q3C%#bx|LjgeR?U z$gM~f^+9NumT@*#L4gk4R5B*}d8nM1!%qb7rUynA^fC5z=-QllH|?<@Yv%?Q@03cMiS*orr2mSQsB5>FJd z1z*0**&9Ua|0lYIQs9`ih25JUlBNAB?c^@mG|@+aKDTr&Bs-=){hW!5v$#*i@8DdvQ&R zIR%rEyUy`kb^i=Aoj6kfAKiIG1h z2$VxXcvb-e2M&el!*lwm3}uGrLkeX^DshGo*qH~P5BsQ4li;2a?XLK5Sovgl{||5P z0UlRzy^Y_yS1avWSF+mLa@AVcvVCz;aj$X%+sN3sfWd}ER19uY**qI+yjw{DmbXN=W$rPxD9&B2iF~+Umq=a$iIC64ZMv?(t5% zeTYjn3H5RFG(0vr#?6Ai1aGmaaowzwu~&#qQ$&`3@^BE-6%q4?_5(3P5x&n8=GaU{ z6!>2yLCjJ_iT@~!6q~JxQojs4#aOK(2Kxh8^c+Pbox+#0K)JESvD>IaA=3`%L+tqc zNm8sXPGWn}=`8%fK5T*G7A-CZb&#U6TqnK?+(#g$+EwQCJ)u7~sj*f3KT>1IgNukA zKbsj3$z~(7{Qc1hvDI-ODKYd@u-Jrri9jauCJ&S+rN*87wN+ z8#@R*|3d6ZW19=$+!9i;1b>$ZYA7i` z;j*nKxG~zTATf!iI?;`Dy;G7n5q=#zS(jOw7>xR2r)p|&V#q$AzT@_L4dXr8503+N zVyC%9Z-E+~IG1kxJ-5%NphhJo<3st_nL6K?#L*}@c8;bh6T@*p6gyYfHzDx^##QV* zxA-5(HzhGO8`Sx3!8f30B-)to0xema_$`OS58T`W=rlh;r-=Q~#sA_u&cehstbM0j z#D1_d$&D8`#~yiAT`J$^!gZf)jg6)iVJEI_7Dm^9&I1$Y)fg zwSFtz;Q7KB^33=5hpl2S6!Igd{R{ArS||3RDqx|%oWApl%CpRmv%6mH^ANOJ>A%K2 zZ}~i~TkYS%(%#8u6kY4{7wxfkRUBw^`qQ)6fKvKtDce;__fpdW%uLHFnL9IO6v@1h z*$8=$jQp%0Qv4}!*>X`NS++=iGN+29K|&ei{s<{5{IjKM>_;>`%F>u~rqK<{+<_CI zZ^>LlVL!Hy8*7I|LPhQoZXpRL@hnG6h4$sF1V0CgjnuvsLtXT^{45q+@*(0~X>7I| zdys{A?7CXFh=h~qg`36ZXev8#$Z$||-J+RD@)LK_sterV=YlG5;$%LHOh)mNx5~ke zt#)Ij7$S)s^yW3Lo>mgiK>65OtJ`Sy$l*FImiU5W;t02d*?j28iKyf#6ud09&W%0F z!d_svH|fFPB(B749&2`0_huz7pjPWO1A#3Yv4p{a#VoOA1o&{0_-#~E-ktdgHa zPJR}xGmv3N^*R{uEB4V~=Vx(#9LR`a{iGjoepXby4~5{Mry&=++AU`&AM_6U^T&qh z&){&4A=V&AtdFPa$j@2}YVeQ~lJKnc`Sk3_qbR0NY4IUY%xghvWHq>b#uRS?BeEXd z)TgrKIO4%*XP+e{KL8$@lQjvq+1ENBN1eCOA#MvKBZ?|FYp|Qfb*AlUO*F@keR{ z%dSD*L1nX`;o!12(7qvM(_q4(Ww*m@Wo5qwKUr3W_hDtDz%O?q_d+Olns+H$NS!Nv@}n$_*WJlJBs-eGHxBBo}9a9&YGt zCwUKy=Z`RS)JZpMFmAEUXaxYEwwUNxqIg^lJ=V z;v{FI@B9gdE_Raj2wwg~Ll-$oK3c|~WavUCc_^y(CmR}_av>WrMblX@@~`2K{#28m z>kQk{>G;zO2^+r;C-kQq8a6(jHkx5**mxz})}Lu;*!Uzko~XQn+*-6k0ia`&`@$KmENG~JPd|kafsa z7%lH2s$vUMGA!8|52EQ~k8vO;0 z@+(85(NDUdA2l>W#sD_rF+;-}Pht7LHZ+Vfk4Adj&xp8NmAqzX z82K-ZgTFU4jQlei`45`ThEc9yoO<2RcJ#fW={VvLAJXW*Y4T%;zr`{1mZ4#UH|aTV zYZ~_An0hJ7CqOA*Zaqe; z|DmCEC4Y?a@lxfiNmuewx{^=g53`b~oH70uRx*@v=F_l}*SU)LEUe^WTJrB1m3$oK zGpWj1ldj~8bR}QKW3XKEg$OeJQ)fztn6EPm`A2jgNS3oCUC6(6AtSPU*NrbjT7@bl z;--tKP?5?r42G(aSOvP#HWtLvMyX|L)J>NZbK_64q~kfJ;wB>^O~nAVvX5m9bt436Y z=&$KF6L&9qk|=s1-DGlR(KYzmFycu$%hyFu4U3)ulOeI<1sZ>*$%rwcoqLvH80Vgj z_Om1wr%S?_joO4^m>lfJf5MWUV!%Db>Qv%Xs0hB=>I8%QixxW6GJL0^ogICcVdT1S zNlp@L3&pRXf+HBXttuojh@AV zSeh=VJuGOG8@~(u3VwOb?=l%9)?K>|0}~)i>U5(ovLqI#OX>|v+Umx!zBhw?n<(iZ z29~1@1HWafXkk=8#xgJxZsA;VtYu&%yvwnDoMm8a&xTR_<1J%=Q}G-J&k2@M>Qvl8 zH{5O+{hf-zP|`oqGWt0cmyvOjWhCGf@J|0^%RtYe2&}a&qu8m~&XvHamVuBmlv!}# zt`}&9PDLAg?z@(O&VHV=$!V6+*QvOiWt?spSToX)Tij?8wkoGJwIR<44SBX3-$6s( z!i?vbj3w4>&NU1?%)H`yO6;(8A$)C1f^nW@M4SqKb>2VUGT>=y0e69AXl>4Nqc>6; zs-(5KFx2K^H(rSj)Y@EPGE$on^!p#$l5$Zw89NOl$Ex=uD`C~U)H1AkyDY=1cbR2q z^)7OwOQ1nHb=2xz5vq5!8$W~U?a%4q$2KFTm{;gA*I0&i=xYtbIP_I+l+#{0%hyH! zBrN&{H-0$eDt^Q`b)zi_MV~>V-eegldM1Xbf3s!4!@uCB>=w&_hu_2{;Lj`r9{vi~ zkhfX}Je&`7^l!5ac=)qq{M<6&;lJjfxZN_~;c9XJ3&X(prDt95MvsQlR$r8MZ~g zG7QtAyWMCVlrCqpbc-GfTl5<@?j~)Ep0Fj^7CmVhwna}_hHcT)mSJ1;jAhssJ!=`Z zMbBA=ZPD|VVO#WqW!M(|)-X(q9(SWdp>#Q$rCao3*rHe5`19!&y=qIcEqcu|Y>R$x z8MZ}#ungOx*Db@g=nc!TEqc>3Y>VEq4BMi&EyK3x9m6m!dfAPB%oed(x<&7WExIfc zA2JMmw3w@}%Og5=4n}-M7p0mBZTD)%2Sd_0cL z8`>JN=E>pFHHI1k;kbMimHoM#P3GnB{4wU=%(!qs4$mNc|4|0(6*)XREbwn9Yh4b{ z{7U>^bD7hc!=tQHtZ6}QokV;&0;o`*OJ5pWxrhb=ZqJ+!jyq-=#Y5<#78p!~c-PUvsz( zs`Wo5@nsITEA##L*`9B5xUE>2*u?^}-5hQY>Jq(tbnY43;ua zQ>}?(7z*cWsx$E((-vr|C-Dub{WP^T@vGsW_Se+03GC%?y6fhTM$c_eOk^pGblL-n zUt(PQi#7E~q7Y-kKR{EDC9dP5tWHx;BvNRXzeH2dB)&`PKux`nSkK_NR8ub{E@geo zH1%5IWl{%e>W##^q?T*yoy0qs^ZgZ?dOvXht+Y~8A11y}OB~_maEg(VmS{I+Sb2;R=!Dtrx12>10dX^iM;pSiI=5SVx zxq&wl@Y=!gr?`!RoZZMEt@PQ_WyTMr`|D?%LZcxq!{8^J@++Y&P4>eio1{ct`|DwqW zZmikt!{8N$*(op=>{*5{Ff$spd`tEYjUd_RI%P~G-3=y_ zbTxU38#I!PX!0~S*q7byY4S`r_&Xz2mL|`2gJz~iHF<#>97{4=lNY(cze(n3a;F=V z(vmSvUgiczGEBuad6gTSM6!=2uSIv$k#aS8y&K#`(%0n8Zty6{JWbx_21~i3$=Bo^ zZg33UxvwVgaf3Ta7HIMTH+YU@p(Y=3gTFF#7HRS^^ghEtu_m8zgTIk1(d093kf56- zH2H!X{FIC3ewusz5fO}>HdrZWuCq8 z?IZ_l@?%(o-j)#R6O6^^4aO@8eL_4J&iCY?xd0?A>T%!&kY>RhhLSR^=% zuCk9N{YY>L$KY^H7C@L|e}pDWBEcz~@hUV~8VNpU>PSrvjs$$xv_DFd$w+V-$7R+AGV!5t*WX>v*=IG3?zye4Nvf)7Ym zYO*#G6mx`DX>xuf$YMmU*5txS@GMhnG+7r37?}JCnp_qMW{{ky$(51dJOn0xk|tM2 zf(Mv7S(9rc!8atQX!6KNFoMEUHQ5*ms!2}MEd`#iFnmjEMJhl(Wd73;E zokHiIugP;GK^}wZ0!>~J31*VqPm>p+Q|Qn8YjS5Kc$03nP?MKMf-gue(&SZ)8x&OU=dBXM3c8gf;tKxsL4Ab!K);fYVscR0zYI}rpX5) z!7h>qY4VXs@C%a5HTf89#UQgnlTW}JZ2n43J`)KpW9lkRz5uh6JXn)2MS?~yKn~I5 zYms0F$<>;CBN9B!mDHh{d?ymz!_>nx`Fi{5n*180j5;5wNyiJ8({%Nk%<_U(lIt`X^MYo&N`oeSFL;z>qb3Wy z;02ORnk?~xH%T^YveXOCrK_yh$c>sD z;{}W9Ijx$k^n$e{+cY`B3o5cewrg^V7mVas=+NX0FW_?z{7y~Qq6tjhq{;bS@K2Im znq24we4wu1t;sqsc#83=N0ZCE;B%(-YI3C)vh0 z;0==7G}-6{Uy(dolN(?h7vwRTZ1sW$cIdI1?DPUY#@|0qlRaK=2~&^PgH!wy zGuty z;BKaVN0S$M0U!F|e^-+`y`T?EK24LCdBG@>r)%;mFPKa6dz!q~3-V~#Gc98KQi1$R-&b2a&Z7raDrhbABK0{-)qf1V~E z^MWrpoX^+f6DW%7jSDpSj2EmS`F%~k04F4Qp(bDQg1(%dexS+MykH#3i!}KL9GK+A zntaC#HgODIqRIEY;Jciif2he1z2GfcW2YuR_JU8D`Xfz#<^@%3{-v7y63$PryE>A? zZQ|GX_gwA(q59&41tVe;o0+`}3GE=-0*IToWl$#8V`$HN>@aw(AV> z22*~biQM6NmGLJl!5Emtx3Q{l%AV($d@*85<` zKjT}K=}*Z11N4wV2rzkdN%GBi@ACWSPX|?YY5|HY;};6uvWcqn$mP(zZ)xGts5G~r zU_ktO$oWsAbp-?S_zgeI@pvm3qzKo)0v%K^SP>Ebad>*c5Jh-C|IDRes5vgkMF$m> zm9Vgwe(CJe z%W_xY#?RkCtSTIjge?DZW;wKQDTtVVB2_)Su!C9rH{gE-_5OAc1^za;PeGG^A&3(H z7DU#97DeD>gH~uOycsEj{bCZE3ZDg$^dF`bdi_s84EI0Bg0NtVpF4pk80M^`+uUe={0Ya6;jDh)wW!B|)61Ql|Jv!?g=e_2(mHhQAqhC^)^a4MeT~EDJbC zDLUUDLE?hKGm)~;>CbK-jrvRZ2D8Uunfxr8L?z)5oOMzu5mN4eJig#-(_7N%L`Y!( z$LaLRSj*UQ|JUp*=bWAPp1%JD<9#X7UpN&4r(9`r?VXl zrYhAI{UVb3GYjn*${^<#OkuNWLY=~1&&XYfB$b=SR5HjokxXW!QFTVPLuZ^1F^uMY9q(U&Lsr6}3+Im@ zYY6|PxNt#&dgm4tE{ZpR>2FJdc|iVo>?D66X34@je*|!r|9fawxI_^#|5$i$;ekpF z8}kjMmU<&lfX7ne9e6td7pm>SZOGk)5ICrutRd$k78EWw)fSD6zXE0f9uDLbjZ#q# zvseP(%pI*fJIntR1Fa}fM9j~_5G>kv=y_-gs?CCuMPt03C?I}6wEG-DSz@H)y$3vG zDXJ|_m%hi>zPQ|-9h0H=!SEQbW zKNFmZtLhRED*={Mej*Jt$vw>b)Lrg4liz@?ydWDqXEQE$Cm--RMd=z$qpt4qDLbio zP{)Dmt{BV7!3z%Oc-n{p*W;RUBi09A&_SNNN;hPTYRK70Jrh^h5Zd1x(~r+zRSmfk zsh8t&DhJLp4JoC_*eD;ZS~U^OJCJ-kuBuTWo&tD6$=?i%)9Bd?DL+1XGUa~@&f7?S zlk&d?@g>0LB<=-~7lGAqO^*YP*gdSx%XS zwAz6vWHBynyM2`HHi70Zy+YeP2Flx~-y{^JZ1)||r{EH{dxIjwqs%_*X7EQgtz<`4L1HYf zDf6&?iEL^XgFn)(8nF_o%W;i=Yak?g)TGb`dOfbNVQ--1NO!+nD4-g4IZ}U!%b7NB zo({!*P@DQ;bEK!JnqsSv@H9l8q*&!Ub1`=ScpU1H-e?C!e2DPB!QaAF^$jEj!pr;N zs`?v<*#I-?_LUDo4)RXC0LF`Kj_zXS--CHDl9yBd84yPUY*q3X&ewr5K8o^Nq7PC2 zN-)ns@>vv_aW>u%3Vw$a8)v6p0^Vf{_8xD>{I~)c)}%XRADVjSi?eKpteHdqxE5t! zfosZw!IVC1Q8;NtQp()FL+T5-lxg8^PSyq*B-O8ZCUoR1_gAETfXkV79w>C1lgGCt zu1G`t5{lh`1U@@+5U#4rK-3W6aw^#!+~f4y&SIOR_fno+u@K38W~MWZU9py>@eNBK ziv62n?2Z&f*5Fdz!Cz8rC&BLc0RVq|hX)Zrt{1?+h;^)wj)N7dZUd7an*4zOMnkQu6G+uOJ_PjPe_!CsLl>SBO1aUtIVR zC*II~mm)s?#{o|+CCmXlzq&f;qf<2W4URIRH_Zw63~mt8-lf9q)PF+K=a3aW6wbt zj#R6G#XoC5pS(8*fLAks3*7ra-+@a-mWWrusEtCEsW6gQAIAWMGh94&eiFsUY18(2dKfq`RI6kW&DqBP*f{ zC{I^C6UnDhp00W$!1a`$#!-DAK$LGuT#;4LZM6`iYdj2*2bqVi@iG86(c1O?0FXb5 zbsQYMj`DOpeq8w><>`7{#6}p8<_&}!{2QQuE#(i1R@Hz}hNS+usz!o19Nr+<3JUDg=mxw+M)o^q4zy%YcnYbH<8ms8LMsA) zJ4HrCFQv%7V15EF{~+F(R)wD9@=4*y zN|0Z`K+=9%@b74qyAFa}@@m0#?u<}yox7NVi(ZH*xs|XLihn!_>R{wzAlA7KHn}*# zB1z?P7S9?1>HxQx**p$ZEqs7GomDvdUs-_k=_rWNR;NvOr>g21c#yOok8}=r62k5* zx0JsbarWova>pYV2baz@URFQeRKGu$fo?ej+3{MiTnd(3!I9X>x&0x?$46+v{>HF> z)k&+=gC+8_xPz>ln*;GrOFa7E64ec#PNUNM)n+ka1tVT9zue;fy_CPXbL!NeV82)5 zal@u_yf>LSmhd|#?t8UhZ(5jq3daPey=tuY*G%h~RQ}a-x`^ z8g!j<0(bdXmHE0Q%zQB__&%<&s*vlBU?F#d{spe_i;7Ud^=bm(hgvV=!e~SYXmQ*d z^4WmDf%OsDNf1jfW8F8ZFAPO?)Q%rSlisAr;#^FExTcPR+tjwhX~Fi z=*g!l?N@?!cXI!!wLdjO`&0MlnlV6;6}ZN7mFS+jn%XY|y%5(jtYp-~{yI>^__t}J zGt~@qCKA7g>mVz@=A2c;=3EIjKcJg~{g|WmKf90#{LS%0xO5ZGQQxA1{! z5|6tAEp(I`^iJJP7rz#S~jP@o13e%y2umD%P1-C zx{Hd*?=uWVjz?$Y7H7!&Qho~3^ZKGv3^LxRMBif9%a=72AVc2Yo(A+~* z$KkILs;oqHT7s2o8SGIgfhdHk!)i*g?>+q_7XtvX?0fk3Po#9mTrekRs-K}e+9;HQ z@Kjv_OP{uvs_7BawaED_dqx^FWv0zcViw!GsCWV#W_GSiPOY>6B3iDy3bvX%fvrVZ z^V0QMV<1wYM5ho&!n8FGLq&TQ`yi=IwV%`SV>b&?Tl&6HyM75*hYgDx1tkF3Uy#6lK#K2Wf~EN2fNPd5r8<&b(ByxK>CHL+L?gMbyo03Ary*t^}>3F zr|5)?BU&KBf>0CQcY85LATMv6U|r`h-uA_{r^D(SWHCaGjOBaUDRNR|+#@eW8z!or8hY3!h-( zPT>qoQnChD#95fmuWKgPmH9cVw=3o#2^p$V@-$q63Cg@U1H%lw6)SicZ#?GQy_*IjhdTZY$E-F( z0tx?ZF|InPW0klFg{3#jdMBGpTZ&pYSAT4yB5?aNZ6MRPBPQQ(a9)xqLNkZI~|ZZh3$(d z5%NVS1*J|VZ&vJ8yxoq=b9!CTX4>LDB_XOL;}5u`mqwHrxuTAU68rZaq7)-HLliV# zWD5fy1bb-%uK@aw=B6o_n^{mW<#)3^64eWvO-S(1nhp#D-y#&r|Wk;&#vTcFfQ%=L|iyy*z?BhnZv?W!n)XW zD?EtVoK)Cmbya5}kuR?JbiQ;$j|EFd{47eS7u&>_Eu4M9SC77_ctOaCgRh^j!hET6Vsh|5mPmfr@@ zg{v1AXHWaO2jD?mc1pDTuK*&bFAEoEMf+lZNE=%|7fp8IG{G`)C*}f=eQo^)P~qco z-;V1vT=r$l|4;qHe&YaU+wJRrl8=i{``V4(KQO6NnN2kJdFIaXz}NrH zIC4WNClSZkcN z`i2es_qj|1{a>#ZD*QjLa<}TxbKmMg@S;o)f?xfgWFI#!?SucL5^Ue>>4)EIM(70e`Z%5eUI6%?0jiLI}|8?w&>r zHef6yFT zBw)o0Xto!LRu@|hDj}a-VP_6q2h4~{5>W;5EQcY-tIU=;ysTtPNwiscp6{r1Tr~wxB<5U8i zEi6VGDVlGrHqz!8W9(LBEHxN{6xSNDJ;s{RJnCevA6Np)MF%TwPf!)_O-kEFr5FqM z+glD)tJtnGe5I~I-J`t9RG#HVODL4>RqZYnP3Q!rzADIJp-?1OQOi{Z*YoI}Xcf9x zDmi>lC5PG`QzL+O80c-%)uPW)0JOnB2viX2-a~=Yyu(78qbuJ?mU#V$qEVAKlC7Tf ztqSq_D>JKlI2`!D1f~?-1f*<8mvgTkKc=8)Kda_QWMb}qxM$%`TJ;|890RKOTng+h zM~;;!-iw4OfhD6PyrUkxqcAiX z+iTF)N_WDbZ0}0lA+-PRk25;5?a*zAvZTlN=s2%f-J@^=-GTUKOs2x6Myu!`6aPxh z2qK*}BS$Kdc?Hx<*$-L!Z` zX~CiGJ-J6;XbX=(A1IUW-UlO0Ehrm3pj&lIXuFrcr97o&0kpLF5vJ#>z8K-nFt$ot z>FTh&o&Tvk_;)nlwp!Idr^w`>PD*eZ!#oki!%0Q|4e;Wsl>>E`SjG$-$>wj#mtBIbQhhhyJ(Cl8qF#79#_>uo5|koRvQ%lSf)01ysClC zNI%TfVg|Z4I|t!R7ETSPm^*%#p=c8tK$)3IqufFdC0Jm4p)v(VEVk8YfgB;KvR zy>RVXh$K^yaS?!}e}K{;GbjJ^jBiAb%&NL)FjrV!+33 z8t{vwoy9i;l!T(Wbt+vy0PMTFHsL1s46)0K7@+&LPj?5x2njfooAzU+AZKP%1Nk7 zHr<$^^*{OL16H*X5C1IDz(Pj{mrU>c%kk7u4e#?+J5W6t%IA^D0%7TI8Qy#D zh*TVE$j~F*35W~WlGr$;HYKQyw5pB&UZ;I?w#<)2C~&V0Lqj-<7>#3Cbkn$M;YWr& zDngmu0je@}HWpwlc|0?lps8DiTEXLtDgxJZ$m}J;@*lIp{;(}Gt>AX!0Ue?kXtDc5 zRkDS{(=EK@Te`|luH3iKmkbTfV&415(;3iJ1H6m$vOok9BvLcE991n=E{(q%lxkyr zshWm&dKc@$%3s&0&GxbAc;wXP!M|0hL(Tg3#?-o&p4O&zr>&*C11F3){Y$lVG&VUn z157p6_tdA>^>%glq#&_k*`k`%!lf%#I&B@@Eh%PdY^zUEu&JXNdAn2fjg4JScgxXD zsUBz9g5`^rEljOkv}FIv)RLw1SJf?W8d^6twroz}GYKb^!g*+YDNezxT_~mgh zd$9oxz`^g9&QwcBTkqBse?F5+^|Zk}4c%Qm9c}Ay0^Cy%L#5hPlaQ9`ZfXcyUEM6K zUNgDU>a%R#fh(;Rsn$so=v>WVwyJtjM$P0YHk)dO@u0NwRqI4&R;`=hz>k$r(yulu z&xA!_jCyg3-P#I8ds52Rjo)`+1Z?YRN_BKKHg$!%)J%qL(jN=(LjdJ#U5#|UhPFoI zvK&Y#fece#L$?`4?Y(WHxN3NG8$J*SSyk&qYpbVLI!#-9)LWI)-MSg2vZh9kG9=W1 zSHD@fW>te|{-i0Q*oFyCH$Ib4t?E`5$!rG=p!^)eu%oA`p~s>2_-uh6r=czA+LZRC zw5@AuL`+rGqT*0-IAbc+ zi<+m%0aOFSr1hw35GJdcI>kvfx3o4nJ*iGJFjF1vsiv)Pg!-=a-C@4T!X2v`MS<`! z70VdtLh-7`3C4d~TiQ3K8oL`1bDAsn!mDE6REvhf!D!7EH~|Bc7+qaW>sz2*kHZg) zRG`G?vSFRoQ4BF{v7J3#M z&N$2(x}a$zy{NIbt!-PXVOv9M6Wuthwh3LJ28q(?`dl_W=*{15`=-ip|wj*mwJVgR;IdMk6X_0p{1)aEr&gb4?an#)ecr8(6FL35adK+xk_i9YLsBQ!5Yj>1irL9-fke-BBEu6O~y^hms z4}{-#;hoj%)Ih|V68W*vY3+dXg;qv{$cR}Sw7Q@jfFqLWm+34+ts9&6JytLEkZ_n z2g*k$jWu&FqN{2S7ti#Ku%Xp*Vz0(zuH%4Seb@zZb=WV9s^_J-a;4Osr0Q%_fYd$(CApuJcRH1^^POX(`A zBAoBHsBVFZ z=vZ_&cB^PprQXFxr@9GYNHwilM17-0QxkQnqq!Lk z69XyjOx&p;h|7&3Eza+fXvJGPR9SMhR;5FL-o;g8OThkN7o^))1EteMHD*8QVf>N` zMn%AFcsdi{xt1JYQA{&Fah%mY`fM(y9UD#hPhr0>#aIxeQ@bf zT}_)fZZO?f>DgNAYC9&i4oeZ?1Sm$0J#C9Aj2Y->y};H3(o6$&3+AT{9kwfDg@w4u zA+8r3dmKCHiExvccT;m))@Lrgu>=d(DF-cDiWOe{R*q2}1Q{B`y5%0V276RJwb5Le zMLPS>9khGW z{=}t;I9X`KVC4D{+h(;7;1sL(Wa?BS)zsG1wZ5snVVk2i+0X_NA;lH586@egN;9H8 zBC9${Vxw^^(cRP0$zE;HvrfiVO)Zl`HEoY$u7Eb7Ij2e|16G(Du(qqmc*K5ceLE0Ov&hFv z46VWx8!p#OO8OvX#r#D}Q!DD`VEmbLj6E8gxg|H>*pq|03bS7d;|E{3!zK@F)`re) zbj3crE0JtPLH(u-X1KsF*%0G+_>5`SWOdLEaQYo4;rox z(j!RC3^q%3n7dkRV5_S_+f+~BkmNkeFr`9%dP|TlW^!7IYLRoQ!#<)$m<{aafa8#{ z7UwbQ{b3g^&}*!~N#0Sh;+DTD?>i z9?hHT)iK|k?N&{M8)L1VIlW-102O(*Xf(vo&X|XB=%|kzvFvP2wd2^uY;LUo>SZ*(n`m5AqQ6qzkzFxiW)k4vD64%%tS@2E;|HP3d5ACY0iQbHpry) zsKS9d3W95?=#JyE?hP%?IJ?#d{9ODIf$DL+v9+pufSLRhX_r#j2 zNz_qYg^>!@Mr+D&?xtN+hgfo0qM?Bj8?{4Ihs-{bg=N&jX-jY2aA?}ov8BPpkKH}3MxFszSJ}R4!0EBt z$YLT7n^J}KbGRwo+X*IC&T6f*=hnbFyDTk?(y3}p0%p4`SBljL{LE<={Gl5m#N+5@ zeUCa$S3z6HVyz#_(BlD1FpP&re1^9H0g`+Ej!t}+pP`=-bAn#?VsWRB8$`5GAN%M* z&bZ8((kxR|r>8ZkQs@3AidWIYKP5D8V^b6t=yX9G-In-E%BhBo5$|l=9*!NGnurT z>(6qiiP@Ix)h9Yetw{ASOKVhJgNe}0b?I2A90O+-rgToX^OvNjrc@U?H*>Rv)pkP{ zJ_HbJ=V}~`?>>Ija?jbq$xt|d^@IsxM#sWcxdYrHjC%YqM4jL$|5B5&`gp;5ul_JJ zTo$aTTY3nV1>drhZ^pD_)Wy)oF(h43Eqz!#YHdnwX=%g&2n#%jXVz(>VXdFW)f4s_ zhSZ`gy%A9hUXexkVR*2{+IIiYu^OwLFdr5-A%Wc;&nMI<)?KWQ-ZFomhGqTub@dzT zTkE?v){o~}zH$7zj*gzzj(UFj*j|qhm-ReAFF^B6G}Cqo_ZMNcnAok=yEh;>C()Za zlHl}5E!E6W;ED-ey4xg$+1_sU^ojsAaa^$r!b&jB3j#avdYswm0j)pt6OLAcDLoX< z*Z^aT1!Z`+-Mg-%69}KUH@EAX`0yk>R#&9gWva*QLFGnFhv9i<*ze)WJ>18H+nBKN6GJo9U@c%982Z}O zG%r<+8J^w=v#W!Fb3&Nh6sq#0FhaiYh>@8(cenh6D3L;=P7xZQW%8xo5w$^jklDRRc4j0N?`|i0+ zL6eaQT_#UGYA`crtgqTSd$whEvJTPaBT94VqCSyRADXKLEl<_j@Ff$30=>CSo1;48 z=n8YO`g~593-hq~&<71&Rfm&5F1_~p4FSx|bVzfSWDn-l&j|6GKSp1EKBrDjII8ri zaCj)6)~Nj`G6fni}{aKZ3x?pbAYHdu}xl zH+1xNnJUw>iyfHD58U6zUzpE?8|;DhVnMhXEfanxNBf8h`pBz3*h2j4GM|E~8CER_ z>=#)=J7No<1KWm9`SlG>%RGa#y&0;*O}C6WG%H-MQxAtd!#}2gZ~OT-79iuprgAxA zeq4&UZH^4-j94SnNn{t-V9v(!M1>E2|01)LjE~*YO|8MQ0dkvEtVbMHUzt$7($bBO z@8KU!T~%o>u}djaOKZm#vq9kZfXv`GM~SFGWn(B zDaF@FaQd9t3QlwQ0)?IJ((S0m_6`cPWUi!YaPY^Eb!6A1v(#Ybrlap39cnQ5uu}64 zE4}Z;gB9n^o0c5a(ACk6v#5^Nu?Oy-WH0KU&5zcfDynBZB=wK}oz?gzR(E}B5kECv zwPHbP&fFDC>sGB?kg8j>a>4RBbt`68_L(zx5#H6$X8Ge__2P3R_~J7j_)4mG{j?@R zD_61`f3Tr#etV}pA4I?xc^0#Li<1JgT+5evC0}CJYvpD65<|qv8pU`0d=>san9qyg zi*m%(xX8E9Y#`shY+gP;gEIDB4lLVEJjKYY#GS9bl|vrO;hpAZIriBQdz0@$I^}ui zYi}|WVFb$X&KG5fhvH5?pNGO1`NVwA3;9O~KC$Ju2tKjp_Xs{Qp5CjrFouHntlKaojn3t zzPyab&9FQ>RBV1e{w92RyFEU|bB2Y9K%TSDZuE%V=#jh8qj#gNc{ST}#_pCbA9KU{ zs&-4~)1$(dryiRrY1=iL=c!O2)2D?5keBf|C(`->23E++=uM`3Hc8z*^;n^h<*CO= zNgChM7B5c?;gI2}=|a+ZApzv6p&hb3^$$#vwjosWJT+`(dTmGmdFs(nAXghB4?z-Kc41`gS*HX?MyNBW<~Ft4x;p=BKS|YNe8Lw-?|%poT2F%MSO~9 z=5oR;twN?bUYEzP8Hu}p0%kTqq0F8idS|BX_66AVnwI&#wiQF~s z*3itguvxgW&Ww#zW-&TRpWSArWUM7KleqiN`~(q4C{;YQ!O>GjYr`cxI}a~+jJ`{( z79fUSNf}?uEF>laFGf8V57Xd_5zgh4qVS?WS}bLl=5m#Qmnwg%#tN>|2%_fgNF^Kp1(3UiTm3I567JkbYtF8xDUkm zA!d{LCppA4`!s_m0IxQfCS60Ei|3%@-eCCDv03oj4ZjxrO@hD8@Y#+N48Iol5e9Qn z!;3nw|A}*r4}f%B)XNubWHIexG3{cp@(m+T8(BVQxRNB^@T$c{%<{Gw%<|4MnEXo( zX4#J!%(6c)m@?lO%zBi6pp!Y%97sO!THMby_+s2|B~EI;Cg#8K^7R@n%D;pAAlf0R z%OlP;K3_|jVR*x96)s}x&}1<6KgM9{OkGQ`f~0$|Huy-~FCa!mqm$3N_A{7es=O4$OXUSl=LJsZ1!msalmkxZ9l@OVLkCBG#)-7XKF%5$kyU=2`i+RW3&dcVlBsTrd`ic!^IJ3Bx7hpE%uAc`vU!grHk;N);9`SY1nwk8-X7d}*}Pkc&A2<3 zG6tV0@M*-zdnWF@Y~FK;;s1PHfUDSGjv0$DBSzk;3^DS)fIBan_a)*2yy5j4u404V6!?8&R@eKj&*WWegrI za3wMFPQaa)&CB(gTcY#Mpp3zD1kOgX%O`>2<>PV(E2!pLi&1o%KY*B%CSJpExqR{@ zUL2xUo<47Jt-vb;raxPmW`WxT?h^QTfzK59e1R_#Soxc2%gus+pTG|b{ItNY3jB${ z{}PyMYO6o(Z}BXF`2beSKTKf$Wv}IP&b659V~e?_xA;ndZx;Aof&U`#R|4lm!g5Lk z9wzWOfu{?+P~cSpuM@aa;Nt~8L*R=9{;|Nn6!e|B}|)XR^Ta1zs)i z=>lIU@XZ3>EATS{|3Tmn1^!ClSXQV{KY@n}TrF^|zy}I^l)zgB{*J&G2z-UWHw%29 zz)uMLiopDTR%^r012zS0|h==;PVB(Qs7$!eqZ1(1s;b(C0p-ofwu~Ly1x0DuJ5?-XieL0zWA5a{}k$u)wx) zu)wPXZWefpz^4g(vB1v>{IqUMTRP0v{#tF#?|{@Q(yme>!dSxnJ;~5%^7k|0eLh$Y*t)A@CA`j}W*+;Ozq6 zDe&V0zbf#D0{=_kd>m$59m)h=EpUs#M+f(0TY=vb_zQt!L&JIp2pkAJUEn%_ zPZjt=fv*wx4uO9y@GAoUS>Ue)&cng9waHL{4-t5Sz}p1=p1?m8_2*)M2{72MgRFaHqh>3H&{Qe<1Kx z0^cI=eFFbR;Fkn`SKx01_RB+^2MAmtaE-vV0v{;wT7i!ec&otQ5%>auuMqfVf$tOe z34vb`_jl0`;Kv01oxtx1 z{Hef^;bFT91x^Y)Uf@{*FA;dHz#9cVTHwg!yis9W1`E8ez|#a?B=Bm1*9*K^;8O*@K;SC{ z{+YlJ3jB<~uM7N3*0O4DFUA_@D&2zBJcwOKP~Vd z1pbS_UkjWYgl!op@MwXj2)w_*2MgRJaF4(z3w)lymkWHe!1oLMl)%3i_(OsJDR7^C z!?p|%c$C1C1>R5KRRT8(+%51)0`Cy`GJ$Ur_&$N36!{UMZ7CIaq`;E| zULf#Ffg1$w68J=c&lPx=z&8qfufR_T{Hnlz68Iki$Hs7WjREzYsWkeAt$Rz|#b-6ZlYpn+5I`_;i6U6!=PkZx;Aofgcz6MSfq>`&5T* z?1wK{a9RlAf@B;!rDe$WT ze=TrqQmAJ!afzc|{ekUwipqt|SYn(5@`Wb{rSTkr7YMwV7-vR&trGl01ztyN>RnHa zvpK%D2$^F9K2^wnPsm>)WG)r>S|NXfz_$Rijo2PL50G#4{0%YA(D{0rG6ugQWZoq< zcKATx?8za&kHE#mrkqk@)5cLkW{kj-g#2_Ne}Ir#D)4H7*9yFj*woueY}&YmxJbA0 z7-0LoweJX-3k1GG;2Vfd+iwy0b|Le$;6E?$Ys9ABH;IiMJ`pm17x)_?pEV_vFCjKM zlnOjd;1L3kCpPusr7!P?#>#&~Klz*DQX9>Imn0B5GvtLer zskZ;s0^ca`&jh}M*p&YmvFXRBi3@c(&jZ`PXLz-%Kzm~)DdKTY5r0)JoNUBsr$ zs|3Clm}O2wnRf{Jdjx(+$UjGH?Ef-xfwt%Gf$jHB-xo5U3+$p2YyYUg34sR)TuyAt zA4xn=*ELzlOc!_ov5{X)JW$IYCS;Bfc)h?I1@0v_W@xW{&?SHnAKTqHv3cO3; z>xfO6Hxdujy4@#a9uoL5Vk7?&v9bB<#C>(%w}I{Vgg+88InyCy{5)6S5@M5g0P#Rw z&S)VsR^Z7(euj{*6Ee#LK3K>%5F4G_iSu<`UBLEx(Z>my(}<1EX9~PS$m|mMCqm{% zfo~NuPYC`q0{>RXydn7S2>cgfqx0X0jjbXxLOrtuE+97Y34sRyv%PUNf3%PvEAV6? zKZDrRRVQSY34Ex)hYQ>+@KFNy5F6dL5u5T)7cyrFe4)UX2z(W>Dd#$3Q_h`2=3apx z7V<9&{2B3J?GN7&=V|QCgslwD2evW;h>dRy5x88)Oc(sw0xu*sWiBB$Iv*}%>IL2? z?z_$wgsK74~8{d1II9L1LAA#-fME)jZ{zYu;;9~J&aW=6jr%><{ z0uK~2BLsi6z~h9>RKcGq@LVCYMDPz1xL)8UfsZ0KdTtf?bYj!?vx$wJFC{kZy+YvY zh5Ri-{y`!0OM#yf_&I@JBsO*ZiP-4ySHb^A$a}S+KEA*O0uLlM<&+Vd^2ZCA8i8jB zTr2QmVpGmifmZ<2H|}%rdqeV#ebx)yDR7U##}k_}PbN0HoiAkm7kh64A60e!|KG_> zGLxA}$Tkp?00RUF2q6RzP=v54C?X;#C^}??NES@OqIJQws8p>RE?A*%s8n$UTdKHQ zYt^c)>$kOvTh*3UYpu2V|9sAQ&g7Y}Sifz*|L^bj`rX&-&V8SAp7Wgbo_pusbDq0S z@dm{=D!zj(dhQ{Mo`;moql%wV{Ji2{ktOb1WYOuL1eSi1O%8iz%LBW$SG|->8CmLK zsNxYyX1wyRQaoGnT*b$eCEXgbzqZ+UPLF^OXFticbJje+X%vsN`D|FDFah&QpAu;yV;?SNyW#cNEhai_@8 z-E;x(4`8=uGdQg?Z+T>C>+Xt+mCQipKSc3xC3ArCpP+aOS^CwH%732XW0g#TEd8WK z@ySa5G{t9;(`^|yk|pjYa?tv32D>$eKa>7~ z{*s6EgFE$SD$XWL+&r+08&@)=iU*UW4$H}+f1HvzNbzJPb0k^PTBi6SC3BDBUnqW0 zvG0)1bo(eCr}!Yn(-hB896%kp=aw8V9P{s`V?KIwj90r!9;O(Njg$Uk70*&UNAUv1 z$17f@xI^)G6rZ8^GR5l@Zzjt#!!3%pD*lP$M-)Gy_&18*Qv8A9j}?EW_zT5cOY8Cz zQ*74KNNfkw3d?dkP&RHidQH;Me#+7FI8;Tc#57|l>aux z+Z8{n_yxspD}GP$=Ze2noR!v@|6IlW6c1E9MzL8dDtVqo|6E%Sa}+O7e7xe56fakN zp5hA>U#s|f#dj&bPw^9qpH}?3VzbUv^1Ms=f2ug>N4ezrQbci{;_iygx>S)bSN;eP3{2*DLaXq5=Ma3^GeqXU!11oWT7~tHq zj&#LQ#W{+5C@xk!Lh)$D;}x4Vv+`VJuJWI+xLNT@ip^SDiF>N@H|uJ}{{rQ|QSnWR zH!C*lZ6)qj<^L1K&nbRUu~~a7aX(W2pD6yTVqWu;^{lu^ac{*#6qhTWsCbIvqZJ>k zxLR?&;!_l#uJ~fbmnq&v&a&gfX2tg?-m3UP#g8cdwc^(l|55QLioa0&mE!b_&ivqG z(8;{@QruVZNX26mPggusaYAveVzcg8>Y+vXpQZRb#p@JbtN0GZcPoBC@lO@Mp!nB{ z-&6dd;x84`l$vY1T*WcPWn}q}JXG;W#bXp7uJ}mB^A#^t+@^Si;?oqLso1Q)mi%0+ z{C}wUX2lOGenj!l6#qi;%ZguD{E^~aiv76xbM+HcoUJ%d@j%5x6r1(kQm%>0e~#j# z6(6s-TJdtlCo5j7_!7nI6kn_O4#jsXepK<3ieFXyUyA>r_|J+1_@C|SEu^@QVzb^{ z>ST!WFIPNP@p#1tD>iG=MbGidzgqDU#Z8LOAj|WOvlU;U_#(wWRD84It%`r5_*um- zD1KG3S*tF2_>=NCYtqF(grm!6R572yIR74shbS&rJW;V(R}MF~qm}=$ikFg+CvL5Z z&DwDBKS%jrO~!c5?K;IbD&C~{CyF0Z{Dk7C6~C_dw~GI)_%p>{DNaKlae3qOPRBhI z4u!o`?1H&E;gp?xX-7VKaCO4J^zIo&oc_`WO6f0LMt{^hH%v!OK3}Z>yD@?Pi{1MO z^S@ZGt>fu0Tt#`g*P2Ry;pz03``DTE7oJUjxeuR9f8qJ`m;Vb3=`Xy9{_;Plj{d?+ z=r8|0o9HjRjQ*?`Y#rF$94fk9z2Vj`$ruik997J0IeDsc99PWxbpED3r7c*W&fnCV z^i|fIYojW~tT*RBn=Ea_`f+UPNBmho&fnC7v?J@mwW+BG@n=0a|J91mQM^X+TE&+r zzFhGJGWsaD8?igyqrT7`e&ntdO z@tb5BqjoBOU-3tZKUe&vVp_;{dIE}b6dRjhl2)PeFHu~kc&OqE#iJBgk!38Ms@T{Q zbK|Y@pRahK;zf$<6faTSq<9rM2PXu!Qx&gPe2(Hv6ko3RD#hy+Z%}-r;w_5rRlH5{ zcEwMT<=XL#;^!5=r1(w6I~BjL_#?%;6o0CiCbQjjDxf%|II6f%af#x%;!?$Biiaw$ zP&`WUSjFQNPggus@odHBxtUyN&2uy1g-T|T;yT64$Z{?2P`pankDafmEq%WlsDWgIA=jBp`Y&fgNnak88*#-5&V8U3Z*hbpch zOIwUmJeDl&VxB7sXQ9qqy&cHs9#U7vwwu&XJOqEK6Jv8s>R~CaORnsPAn&fcV~{Ub zt~be2uD(dqmE{1uNO$>v2=~q|&sX;VOWt}SZ?wV3t)JrkgwYJ%NW}*V68#%bpLRPj@a`OJ;-lzCe*pR+mtFBFF$NPpfs<|r-@<|(-!SWZOg9eB5@x^cE?f@ot$3g?`{8h5p0j)wM?LI6 zRf_p6j{bAtKTCKXc&_k#@Ug;tr`;gD1bmX>lNFz(c#Y!Ah1(GKI>j3mZzIb%|FGhx zh1oY=RQ$Ry`@?&R|E&0PVN|QRo=`uE?9nEq<8F%iEYA7&Q_Sab&VQuh0~PbR9A!A3 zA12JPdaf`pF~;5!uGulOOwPb#KOOU8WyabFSs8Tfa?zXZRh_!HsZ!2c`78R%%# zLx0-6bX=&oukarrGg$Em;ZNW{M)))E6ydMHvlJh#IH7on;**3!K3uOApDoOJB5M_2 zCd_YKtQRf^-y}R5{3FHp3G@3Jw71FfR)L=oo(6tS@oS3T5k3?$9}3R||5f-%FfUxx zNscOx3G>5cy%i4OCE6LcotyX-VFvr7- zg?Zgsr+9a zJzz+fV_=T(W#B^LE5W^muLhS2{{UPed?$E+#S?`efd8S2=Lv6zf3@(#;6~xcz-@|8 zQGAy0Q;@kp_~+ougr5bk7k&eLqvFlNzlHz3!oLImSa>IRhwumBXN121zpVJTir-iK ziQ=z>({SDeaC66c4uErnqu`#3`wDl1f0;1n#FYydfX4{;1s|yRC^FiW+d{?l!aT2= z6|YcyhT=8Cy#KjKnD@O`31@;SaGCI6aJles@BzZ3zy~XysrVS-ageE1yi|BR{5uq% zs`wn?D#)xA=2%2~xy=8;;2#Lj1K%vn`{X->dGB<;Fz=bS3oimcBFy{eXN6aQUse1& z#lKhl7sdFPo5|1Vh?^n28k{G*23)APx9~;qA0&JYct6FH$v6kN9j17mF#F{3iW?L! zQ+$dr`{Zij5coo2+!}gUD*l1u+Z5lY_$R`+RC`Yf^P2U%;+KTu@c)pE{>P1WgB^b* z%(7&lBh#PUO>vRp0m3ZHe!?uv{=zKFB*iln&r`feaicKH(k9#oyh<_c4>ND<^A{^# zCp;Sd8x-HH_-^3?AoEkjk1Kvw@ym+e6rO~*A1eM#cqaV66g~nR!XFyuljlON;+Qbc zi=kxnU2dZlPZVbTAEJ1+;^P!I2(vAkgxMA=h1nKoDZW7Qm5MhizD<~IagQ+Df;N+x zXY%91Y>Vd=zaq@G_?_bS6n`Sjw)jeMM$GD`e>cT3#eIbjh0GAew8_l8&4&LpGWs+( z+GKV-Uzl~fNO7a$4#j5(vu@87X5C&Q%(}f+F>O0DE&AW7_{WML6=vN&Bg}5_D`9ja z?>E9d!S4z4nzBo{Kln4nY29tQBjF!WoUgc8nB)H-VUGF3g(rf?DxRSDP~oYNnWy-8 z#SMyE6)zV)8gWk-UI?bmYStC`a^X5K?N`&k0erJ?3;0gO_Xu~u|7kKS4cm)~|4W!{ z{f^>4DE?e=8gBflhix4aW?SbAvrT&`9-w%H;_-^73bU;b7e;sYjuuAp-a^Gog!{t( zB*iBSm%@LwFz*M>7v}xI_Y~hqW*OKDPbq#@@vFkDlbwoxFU)(YzXQ!4}8vV?$#r z!|r1yu~lIA@dU><7Q2s)j;#v2j~T-@9lMVm02{|U-ynnL$K`>2&gH?RD|w(gUmQQ! zOj?o$js-3cM!)1?F8w7Bi^!6PCbHyV6&EicsvkC!b88E}DBav#-BRc6OVoTVdJpC4{5o{) zlE!7;J|)`gYdc!o_AO&SB)zYkq8;lXh zE9W^}--5oos-wQ8y}H~cYx04hFie2kl3wIp5+nl}|;i2`tr1bHY#p!zqto3b%+g(0@Mvlkl zgsbSl_K~VT-ak8i<{k%bSARPs38@RKxzwq|KrTfb+ z=@!DRH|Km=YGBvvbp+u3;w$PN>Gjp$gtn@KaVR% zH{Soi?ey_}bS~U(bNa%N)B0vYALXcz=abWC)=$Ij^s(OEZ4|tX9FLV<^lgAXwkP%R zS)p&r^gRZB9dNtN@I(0UG%MozJ3UIo7307i@vJ6JKJplgq^;bUG(jM zzGIy-k)!jFF8XFd-+1^lfBfs`^tE--$8Y1#LAcvo{+he!Tch+1hOpDOu8Y29(8p_l z+nl~jyXboi`W8Wm`P&b>(`UY|47Y0!&Rt`;+nhemg(X)>K_7PgZ<%lo74Ap7k$%}zTpsd`XT_;-MpF5H(hx+eHj39l_b;zef*!p{EfiQFrKHq z04ln7IR>xUhaf;U7sffSTHiVMqyF%)korbqclri*(YNym%++9^Y)+q<*XlfR+>Sx$ zW%-XvZznefaT&dep4fK&(evKNg@fs`9vQ}R%mlbNaC(<5^1Rgq*<9EmkYk)G@qgwk z`=6fr#$sm}^(_LpIBSW6duYchS_c0ACcKAulb-x;Eh*8*-)ywn=T6HPYi<8EvP;OOMW-GsS9BEy4| zyA1l!m6BTma;y)xx%?R$1I`o2b{+)i#omvT(SAbAetSdK~95p3$^Zh(seFYk}g zw+Q{zZ7%FbUGzN#eUziVDcGGp%BQ)=IL^im+!n|k3?7P|ayi&}52cd9gHXJ$bcrF% zA@3EmTp0|q&~Ad;oLuv=!tH43f~ zqv(lkQTU8$GY|IpoF=AyLNa}(GrJ5w$iyg0d|ma>4^ac?u8W!a(y ze6+g}eF?5adg=u;EfCB`1*fG2`Pj!FNN>d7j5J@yPUuMUg_a{;T3R|kV;{H!Me-lf za{xm^>AyCIU^5PZ`3MO_Xt&-A)KWB>+sNQR`e25Pg;)B}>@ykM4e6)18BV7Wm5h2{ z4{FQ^q~Gj+4iMy}JAG4h1G$)dYd-zG&?Nl)7JDY;{a!efenX}o`Xl`4eELm6ChtX_ zpyRf5v_A?TxSdJg?q{^XLy%3svv@f;8bG;uuagxR0$&uAMl7<)fwiDu_ny7L-JZu! zVQ_e8J&ut|28_rjdpU`vUa-<68Hn79B!iU^rXPwtfZ$+d0UgoEql{8nOh-;mVwD#h z8Tlc?3y|()97DW4zZ<(L64LuCxHLE>G#Xip`~tCp<1%fr`cu;Z#u12o$&dq$BNSPL zYf*5#aYQ4u4--7dIC3JtfR^9{<0yzcMFkU$qcCzA#j1>>B*KeXaFTJvF(Hxp@&ykK zox(g^3|H{5Fxkxe^@1}q=~$gNjrwMVSpqzTtD@YI#)au3p<*~`M#q$^kJqgj>8%aU z3vtzDTIOfIfRIq+OF9Wk_^yj|lidb0w2Hkh9k zV10GF4vB<<%R@bIjC=-#!4xY8y9Rg>WCHWg9g!K*`DO_P&Y<^`|GGr~EE zHZORsZP}c}N-wzHa40g4`MEB0IwD6SKV|8EU>w;wiJAs4czy04p)n_N4%6CT;uJ=B zGk%PfUVL2MY337&0r7RD~2y-sM)ZD)tsjyUrK+CBml0*eQb7`tsQkrpMT;g6n;GZ0DJ= zzD(hIU(RRH_DU>+t_`+ccE(<&i;N!iHL+YgwnuH2I z+3Q?5$|BFQj-Srr@{6I7BK!t_p7|&a6*-CJHD2&plg=nO&@j)LJdcM1J@R>zXjNnv zoBGAvpCQiF2(8QnU&?(Ijze-1O;GT%Q7}Dn1at73i8DL0gpSw4YY=sAgiqgtZ$&v_ zYkuS?W@l$MN703m2O08?83*dT9_(2xKq32SAR(!kmj^cv+fU^8-x0d>`8rmMPDGR1uvjd zqQU;Y&~Th7F*9fn@a59s#g1eV2ik5Nh|!Q$aFFd*A*995mKC7l0{%xV3{Lcg&Z3fS ztfneo9vxn6C~JL^b!EhkrE9V;k9Q-{*g{H9^Oe@XmE(ozc_|`E#tSM@BRRqOzR;^w zdjoTGoX=iSVjm+cxX|T|RUbUwhJ|7an9~z{1&kI&9(fHan1z&Q2WxzxH8>GsW0{Y7 zdmebP#mq;8&$MhH_7JiWTx?y@*x^*Y#JUP%uP|PtRZ~My)SXWhSAziK3HQfvGvU(NrXlfzo^}H0pSpoWF1z0;p9C1vm z!{b)teIUHE0=zU9aj}zWby~9J>Py=e5F}>K7QCv zcr1rhYUl;P6l7`%!uhWQO@*ryGAzub!_wt8^YbUjx5_9sl>gLJDak z3j9=8#$2b37{Oe7gJ_Z}ZD@g?`LQ8GN7|4|iVZ68vp_avP^AeOybkrA*0Ycf{}5DF zTF-JbUf?~TZ$Nf_#GhT9J+DWuF9%Z%@afb@WCFY(D~LP>x_kcY10n}T#zi>SEM1)G z)|t`67m3(Vz7Y&&r3i<7z8U%S&+O~X$RCcssNwt+`G}Sui|}YSvtlEQ2PT(25D`&f z`96QPPACTvLoQd0m}?}`JF|kxw4M3p`I;Z|2I0?OK~fcpz`S9my%97eqN?tqJL%CQ z<{Q-07NjuU(wjZn-F2iI`i4P3=wf(==CZ0 zP3-BiJg8@`FE692aNT61J)W+Lo7Q9NWHeV__$3=g{QBu6#jk%a--!G8#-F)DkoD<0u?V)pfQP zdaK)bHv7CeJPgJj@ILX)x!whKJ@Wsg&pV0-oUvU%4d8)ipba1mv;jOg^+zf7 zE?MLN5@z$65rF|Io;>w!@=B5^P;H7N^V2WYllkJf!JN5`@!UqmXi$@P?ay%Seh1@J znrGg=`~IGt<>7xXPH!ad`GzlPZLS~Q+}N?Ct-5`9efu)*!y4-vhU0D4GQ01ZF` z-da1ny{&dQ{%d>RDgtzktQ_9hQron=u6_^E%OTKK-`?KXFubF+wW)o$eRDR<#2Z%M z)L?Q`SutW7XAZCHZ|4^UtC+e zdllH4kuv`W65dx8cS#N{x3?bT+JwExOFp_`FQlWXseB1LJKnK3R4;GpNOYXMtiBz7 z=(~79yA*_zAn6Nk@2G<;{4qwi)uW?Y5qP7bz&IBZaNtpi4PYuxDeg+Vbf1@Q&MtqE zFT>A=Q@-@{48JcEk8A>I>4pB&td~Dxj@?8Ck`yqqrJxnF-d4Z35i?QR zR-z3!`698hwymSJxdxS3-2r_oYuk;xT|AmvTNcO7&+?Y`#>Fl5b#XqH!atk_lXP`m zU7MFkpz*4k>JuG0D>G)!oOZ~hnO>r~1}az9b|#?{Oms9OW3_00mk{+!QngE}p?!JH z@&+$aQ{9gIQG7`&{)QzI?eIiV>Q^;(B&ypMw|kgh)4H^gLhXy2me*UACb!KPfNH%& zLsK=y8ru`Kt59^)Z=kqosVNEzu@pr})UN0-DYiB=pvstk)(L9Hl>h~5s&8?wh8B~0 zt?A#1#=1mDYr95>lH5?YE@Hl&p2REeSGeE24{F`@u72PD?aYFGYQ|G`7~Xd+keF z+dASYVya`!IR;$|T?DmVVM~IkGNziU+iN=-o9m6Ey0#W0y~{Q7jQn^jQ92f%<(5XM zL{DqOoGnwT#L4w+=H|wBv=N%sZ@zS z@PK(43A87&A%l|E;Bwu75vHlJ9ilUjm~t3SsVVd395v(UX^FX=)oi<@sxZ@Z?3O3j zRiDiCOr<1Py{7B%ykhASrpCQPX3dLF88 zXmQJOhz)CKSl)vAZEYFGSzS0HxPhmxc4KBrV{ON<6|GIx9gR)(!)h8k8XD`H>L}Y* z-`a+LHq6Z1p+`$A^jFs|9ftWS9d@P|ySP37Id~*mI5`V`s*__}$BBcvYjUciJhe^r z)h&2Bl0cVPR$tqQ6zkkTU}nW6nyXi>tTVlVGiFfZ^@xwNbU9s#71caR>AUowzrM&F z%5Z7La-P-8TH9H{IG0*lJ=;EPkLE^nh-RET=-{S6oH5wCG|^Pe7H()UmkHbLaF&@I z;=Ye!RSH7XUQm^Tv*=p``!42@FHOu*69T7$Er z5t(eOw`XZ`3}`_6p!2g@n8}r<)0p8Z(X{`lYI{myph&RY^>8}p7?i{IEyQbVuVX39 zxSKrt&?K#9kW}Z8$xs`v2fLp*Z7Xr=G}q{{dD&>mS2Od)DE8by{d$K?nQ}n9thTMS zy`A@Q!)6^4$Bn=+d*e3Pc4+fPByMjzz4>N_RAL4vX3aZlT4K`VqmGz4Z|=0j%o%g1 z&6zawsDmoPlP1r=FCxemD6_yDWnQ;=4XcnCu;L2-$Ywaf0sPqHHngDdidv~Ha{18tIcm7 zD|CAJ&0h@d#ve2A}dfd7zgMLDm-E50VRT(yY|) z=2x3PUQ%@|vGd1&Y|qUPrye&qyG+RpSA3A-sfrI%JX`Szit81hsCb3qa}=Mi_zJ}v z6>n9{2Sl!1A1LOl73YtaJxR_{99KL{@fgKZ6wg*ndjU?r`JRQ;^V!P(9>qHp|3dL= zip~5i(etVD_u+JNY4JU%W4?HFtmn_~ul)H2$;t4+vf~pJHz~eQ@l}d%Qhc}KhZOHp z{13%uzLAuxH*eI1k5If&@e0L!{O#ngRLrO8&i`)3I}|^wm~*C_{O=Wiu9)*zoJ@gY zV>3qEbo_O7`e`HCabLyb z6(6eD*w2^tYEb?iiZ4^VQSqIMX@kq9`*X!_D*l7wFBOL|PP@2;ij7Ts$=fL9KUwi? z#V06kQhbWys}<9pl}q}nGR3DUzCiIh#TZ(W`A3&YGRy4B#k(%YBNUHTJYI2?;zJeBQan%b0>!n8 z7b|X2+@|nfLLKH+xE_fwAVRs6W(pDBJ#@oyAk=pnbP`R{8j9+&UzWmVVS|6k}uJpW6V^?bXPJb2&7`ohls#BG#4B!3yk ztuJ;mn#^o_lN*Fkjz`}lXT~GQ>2wDh&Gv`q9k-#_$yM07O-F{=-aO~%&z=3{XzVVp zKyMNDGJD;YWQOmz=%_!7dKa`w03z zaGghmJpk7FUV=WZ^`JhEXHMVK5{Kghw_oMK&WY<}a5F9LzmlVqn~6W+1L5a3C&z0C zZWohV8|20&U7dN~1wY1d+ij4W>l`?`un)ny99$SdIhLclgqiUVth$G}!H7c%)F#WD z1Lm!YsxB{%{)ehbZZ2Kck(Qf_bpMu=>dYVBt$w>X%wxxn*gwwgo98gkpK3E<$Br_L zDRJiDOU!NbZ(jZBM2~wH_x@*kXJVE-3|Um;7|lHYq>@eNPb!&y{*lqA&hHx?d;W-M znO9il_1ie4@A@x~S9@oA-kbe$&+m)lM&xG% zGTPsn)Q zSpN#|JoIPwAN=|_={Z`59tmlB8 zx9vX+oL)!4BYM_SG!Q)62bbYc`fC`*(n7%(k!pGXKY@yZV;JLm{E1|l*nE4&11BFmx50y?5m-VTK-i|H`)w?iW%k05#h(yhTUla>1dc2gvz z*9c9ep)sL(Y|f*Z-ndL#tm{$6&;iB~i0((nfyNPvK7*Wx#v4a8%I_|P4l<6M=u6DX z1mh@(zJ{WNCK^X!^gC2tWgI2Z9jK$wB;$yCx%aRXzR;neYnX?P=pmuQ!erR;M8^ot z%%o#=-p34?6=n%Af17sdLPr``z~^Ni2;bWvX3B;6+bll{O!aSRP;ejevMYr7 z+w_dlE=LISw@o9*9%GR)fBRT8X&|-~;&2tv6^hYPA6&iZipDq_IE4AzjF%I8n%xZZ zx2Hl|LF{a5!TfE86~@}xGMK+jS4r$@)&%BnKf=$|mP<*@-+l+K@v+~tr(*s# zC97iZu_Tzk{Tafh#@H!Bn7_@AFg>=0F3jI%JI{>GU_LQ_yBINEiEW}5%-?3&cgAXv zhY;p(bCSXPF`ly_%-?1TAE9yYL#=fSqe7O1?h74{YBG&`ziQmArW66wxZ4a%<36Ap z_s6<%f1(?AyNM%>`;cwi=+kVhN5ky+@#s2~A@q1Jo@J%chnd|cd))>{S+tU^_;l8@ za14!}$}0YOCf5|&`P-pqO*(e|cIY{iXFGp8^t?&5Dmse_Ud;Ui;!KSWVcWix`xP8^ z{&whPqhNY;5nJIk6K8gm4--SLhc_W3bEB6quJ}qpwrjJ7yff z{B5>03sA^@TF7!0vWg4ok7{Pk8ky@;WsFl~j)c6Q9@&92DSj_vvgAr7y`0J|lwnj> zNT&>9zXT66{IjIy+)uOaY;*|Y#>hUHrNkueA{+~Pp#MZen8ZC75-~I4U=lYSUhD(b z048xWsX(lXjetqq<}5>6>~YxvDlT{!-L5c%N!+(k3C+xeFo~NEFE*M3048zMl@X%} z+7Kpj^I95>1u2P1+nY^+*DE$yO5>9ByMJ+Gck{&x+-FK zp*=#F#7)=O*!9dHCUMhM730k85GHZcHQmePc}h$FrWP=Xo7VTT1N6xbuy%?#?3h-E z$Fs(J5xlblygn9j#BlwDw*9jMADZ6)ev9X_zA=fLLwRu(vx`aG#_<5VG$wHy$HN?q zF^SuZ#wW2$EzV{|mGC2#;VX+zL~+fPi}z8I&653~E_`1$ZTXk*!v^8|E%Sjzc$;M! zhz~ztc`0QcGP+9sLEd5YQu+2yz5dNq_z6-EKU_@zl6ES5#Bv#O8h+F&c^gFtKW3HO zgiLdqwq(xFuVt2$Qppp=^e?GHO@v>x5nIrv;a``GM8YMtlzGMSSjxOn!VHyMjP4fx zqvh{VewUS5K>yDzXEE;IEdP}}#W^IDt%tF)^J96ko{*X+9IX zcqBC)=gXVJke{<07m3&wid`%YezzigiLZpEE#`8#@b|@W3L=It6KzMJcZ4q&$J-G& zt`G-bdW5eO$HC0zI&lm~&kkQDj+-fVwK%S%;~H@s!0cQrj&3Z^dU5=kiC!m;7#%+l z2mi{3uNOxz*6{{$)UgGBD2^2@_6ivRv4x4= zCJsn>;oGHlj${rti-XIW!W+|U#dEDi_y%#@!|J`sIx^WvN3n)#0o^=5?ba9bL+0U4 zX~hgEp1_*D%{t85p0k{IAJ5-L2|nZr|0u150mZ$T?iTAX+V67WVb8yj62GU%J!!=Z z$YfV|(Me#k!lRVv$yT~QEsp`km$SltmS#K6)2zy;#j%8ie?dyckB*056vsH$#P7uM zB^_^xV+m{TZE?KKbaslPmKlFX9Nk!?cf~P?j%9RFYsD)ZYK z=PJAKU~z0?$PjV#XUKlyc#1_BY8|GwUPI68<@uk(p}2z4D*Pq%EB-Z;8X=B%7_Cwq zTnZf?DUQh$8zqh@>|UeAQNUW>UmP>p!N-WBnIU7v@ejrsCk}pg&WYi$(Z>IJk^7e7!h^ zQQHP_aJgl8qd55NG5kYuT*MsQAVuiKPI99-_(`Pj%_25|CA~!)|6s*$634kr^j2|v zPSv-G;{zsoyLA-sp?@fRS|Fzva@@VT-3y-)h@1v-I6A!WYU>Di859hk8SsCKy!a`c z$-Bh^u%mws$D#NUR>0YT-t;T3gCp{F!1i9g?TvWp(m2Rv#Gh_Mo`beXKtlMTu1HWq z__sO|k`R6(AQF*~zoP~tQ3?4i9o-}(3+)lfk&ug-XugD0AWxA33CU%g9ul&Oi55!8 z^Qg2)v4q^oL`!T)Z$7E>^@d9OtkJigR>}L^1`%KHK8L{iHo?ci4ICLIR!pD*du*>w8TGI-ker}sbA9IGHwO0{VN3jF2p8o*+u z4H(Mg26Bm5+MsR|;6LyVa+zT})Y8`s^;i?an1fcManlM5{8mNbkWLjvR>dEwqFAXb zvHUyw_p++LY2}q&@D%7=faO+P$pWm5)CE|<)CE`}z3K_w*e$>cy9HR0)CE{kEzf7` zX5|%b8QlV`|7%uW^+kL4-p3NFK6(w4EQ^ZoaRF3cwQ#Cm1Pkf%(4+g0;%X{9jV{%T zpWv>SB1X82Me3HYRasEg5J}euC&YmynUGk=C_CWjd>=wIGEK^ zW6-I8Aj*Zf?yg9L|skxD>#MBZl8`y|kwY6d`7Z;>i zuey$=n#9U#ER#%d0fKneVzp*{f_7C`Hr914>C6u6rrk*yGpAL!9_k~F|J)?a| zUlTHbss7;D;upGn$Wf-&r&IsX=R*Ld&sFi zm(+OETzw)8fx9(VRx|rTHM^Nzfn=6RaWSP!7w2(xGgfDrm7Q)eX>u82=Q_=l(=ee| z0d}T?(WrSD5@S!cE8@8F$%eBb+S}xOwCm+m7BH09ELgwPbFOo+vP(3r496yY%5@#$ z_Lr)*()NVpgf-|^ovsS#$_E*!5^}^K?c9TqEgUErLu z%uy2Pyk4U};QUc*3b`y!Wdq9#(Tuz}+4XuHQ`LGpE9p*U9kGR%QMVGT&Hk$ zH$HYd#ZV+K~Pq)c6%+&K)Obh==jBec`R9LYdz)^J;Yvy>7Yqw%EW^|+j( zGLnmL?V3$lS!t!+31CXr)`1HFhQ~zhh(z;0caM&a=!{#?(1o3h#m<1%N-loy)LQ|) zlCV0ttPc#!C$P>mVHR@gDD7USYed3zN;7~Y$5X2!buddEmfSsv8yAzSY-NdV@&?ZI z?NwMB-dW=?BFA;^HW8jcW{ox0j5gG_nagBj@&?PCUNDkh?XE3ddV*ZTcu}%TONnmAiO?^}AN^|{`Ygh72w^iCX zV!CRV5z{SPw<_I;>4vEkU*4H^UiWPfCok75HsgoY#G5C(V%iFr#=tn!j&VlnpAA{v zj*-^hyPL)Jo#%>NS5mHVys1|wusOv#W0)kGT3eSTdzS5*%&$2uq!jjoWyb(kDwL`^ zsEWpkZ3kOxLP0DYNXfgjkG9)kCAe_At@CDGk~a;FPfLi?U3+o6 zCWa}JnUU+#?su5#`tHuSlojey0-Hf|`k6nI)*BU=a?ZLxI5yPWWXa7Tm&;pUlV`NP z`_Cn25L6&d1T3d{0-9+s>)majxgBq8>2f=+A}(v=)j>>ph=1n=+N8<9X6WQ!+H^w`7R=~80tx#(WU=QXntfH> zDCagO!w2S+aSzV5jFZJNMg4BJ4ETDibKBik0bc#7?c3Wfz{@VR`8~WgQ`@(?fZx1OtnGSbw26_=3_cPNhBUEB(?c>`pWS-o&>hQ8Q z$!tyM&$Sgk$vpGm)@(8lPG-2`0~JqJJYR8x;x@%6D?VNE1&Xg!e52x972l`$Va1&I z=kolv;!K>3&cC~2PAGH!6^g4AAFlWq#hhs7;&RrJ1FL2;{MuH|&{#`c2fxk35Uh_#b>OfeTVIR7^l|3NWlr8=1~PF%eGz6&8`+@btw58LJE4aJ;y?)*PjoPlx0`4=mmsd$0ncEzg| ze^2o>if>VTui}Rl|3z^c1}2vue*4DpV8#0@o}zfR;%*ohUEC7ILlloye6Zqb#jT1@ zQ+%P~s}*lk{Dk6{6u+f-m*R9>C|sWN757y9!EmR4 zzT!TL_ftGZ@f5{JC_YZ{V#V!>&rp1!Vq>pB%6p^ozf19hia9&jmFpG7?ra+;yzfr>{eu2Ous;$syrR?JzEPUo45FH(H1;!TS0Q_T5yPS10S-%$L4Voq3e z@_yW#IL=YrOYsoJV-zn?+@N@k;wuzyRs5>rcNKr4*uz9om$xj%MT!S09;JAa;#rE1 zQ@lj+a>ZvUzF6^k#kVTHU-6@g-&Fju;x7~j(U)Br3l#TNT(0;)#nTnfQ(U8%6DXbj zQx%`D_)5h$DBhy@r;49e{IcSmivOheE5#A~4{-S@R6Ia&rQ(T-XDVKxxIuBd;?;`3 zr}!Ghw@xzLrRs6c*_Z9y|ac}%Nab>Jhe7NFc6)#rYq4-S27b(70@g~LhDSkxp zbBfg$P+YJ0B*mvG#_ejdo^eZ(WOUUe=PMqp zc$nf*ipMIRMV7jnqj-Vh;}vs$vXft_*!))&J!dI@b`fXu5ZyBwm;d)&o0|Xo(wEHt zePM_sIe*ia#9u#yDutZuSFB&hT=U_^!0C$TD&Ci^A$)2ZpDk}H zcTeKfbGXir)!SFSsq+uaH{bVSrD#ve@H(j4#7QQV^3d=90P{uv!dJ<$o`vm!9bLg} z91B(Rn`e;>7=vBQP2G#!ye@KVZ@p0mH=c83o-^F`CRdFx_Q`LOTM8MSKkEA~cDJFs zo2>!A0X=oGS6Z1o}2(fT2E?)9HH> z?BY=L4;XCtT|BqBu-D+>m|;0sjd{5fQenRW>vYFsarX}RF-YT4LBMGv(bXlcZ z?n|V*zy%`A;qc0FV`+)WZQu0$*~-xsBP)&YH`{KSz0hW2l*wC}*B^H;4IF^5ef{;s zdwkxGnbzfbs6MY5`*qm2h$qiUZgzHN{Gfy4e2ut^boz{sSFAetV6!BFxrBfX zZC%*{Yx-R!@p)f-i+Yl`qt<)A)_e0q|CyfmePbtT^+gpw&E62rzxxAkYvHHxjuu^T zVYJ)oFD~1)x?^ka{Pm$<;%*W*nj2a+;XoT?(Kl3skAZI1jhzIl{H?x)?59de{ANM!laH1Gv52! zThlYL=KP*-j2(ejWtnjob;rB;w+4Fcs@(APcklVYCGh=>*S~g^>6Qg}NssE+t0k5Qivv6(Ac%=u``5(kj za5yez!7GbbfI}bRhkGW2gI+ig9EuVK@5_FjZZ4h;-f#Isq#fL5nNKW(4_N*Pm)hV% zMq6+b@*3P>HBV zh<=w!#l}RG12evfnRfz1j%HoL#)J{uNHN%$Fpfu9v#>G2N{GJ7IIuBc9305-{aLfz zIl2SaAbft-Ix3lAu`v-H#2ko?iRd5ECGcHZD|RsRFE%EkpR<+4#zgdeI>g3Al%_QB z^;#RJn%cz1M05`GCN?Ib=P?IjV`_&y5<8xzJclsSNn3FCkiKB_IX^C5Ep8xy9g%qMrn z#zgcgR-)LLh@M~)we}N2)ba^Br0K1&G4VDyI*sYU#smYRcd?ydV}cIzN#cG8HR7-_ zkq0)Wl7g@?!GLIQ_H@{opu=cC(uu>y#3V}4$WahBCKwQ6S7>(K7XmQGR4KC^jad-C1E` zV5`iIItD zm?2_hB6>MP#K=VS1(rdKOqlBW4$6`3`Iq4kr4jicj7-okx{%ReWWqT9$Y?M!VH{lR z8ibJv<2av5!N`Ph{GCk=BNN8)0#5`OnJ|vNJmFwu!Z`R+AP6H9#xa{66hzZMkb778FMX0CZc1hO^i%L*Rfq;WWx00 zC#VfZCXC}c7D0?mMC%wwj7&tQQkxi=h<-?i7@3GpMehuXk%{Q7EP@!Bh+f7z5F-;& z+Rh1zkqKh}E+|GOqIa+eVq_w^!JNz1szY=&wTY35Xf>Nej7&uNXCNp>CZha8c@Rb> zOc9=C;b3IKIL1?f7@3G3%aV$biRcZicrh{&{Si-6F)|TNqeF~LL=R+zh>?kI37&^R z7@2qw<#JNno2I7H82-NMKO z{i44|mP2A>BKk3!Is_vVCjUK=%a9nEh|<7)2u3DM$hD}AkQkYWUW8;rFfw66E<`ay zVq_xPPSr3nVM6>knL=V@B3gj<2*JpN2?-$^Au%!$J&K9K$b<>0Lk)(+$VAi_)Ps=; z6EYMn6%r#8(N~x#j7%^ja2|d#BU$F2VGahR%xEqRTBQZj`ED$*5$zown*A$yna_%c z+YIM^jgn`;?qw^Y=LKLJgm0De?}u1;Q}k0D@~0tZ;al_RZ$AP(5@ZHMd@v^zz9Eyg z`;A$=@J&G`k8ez)WZ~P=Ims#D1%80iz-9=e1+JmuJBxpY1MYwBL*jwUk=aQ1o~;P( zPLte)k>Q~?sPa0TSdkI=WUmLl-xjGf>I1Q7k)uduglUCh`Nm;vf8vwXXrM@CF+*~C zBvyHmk&(9$y#O~8XW%%SBNUsCyhp|xM>KXKnmTfjapc5k<0dk}I0|CFLs23VjiWF|qj8Zc<0y%ZVw_3F z5%&sz%2N0uhlYO4Jn%h8s0rP(d26*^Fn<6Z0qspJhB&in>jfqgM|#l9$+5lXXYU!6l2$jEQpuEu?F=;b)kN6 za2LIiK#&z2V0CqGV^@qU5Ant(_G1=(MK0NkbugeXDJz(N8 za!sBQ?g0~*k!x+k_JE1Y$a=$}7)`B3#KdLnBsQ{`xa^UrY49S~=axfLPV8qC+hF1p z#%k#JVctkc!^Gu62y`2dyzGj=#3en8IAtpW6PKoqi`eBNFmc&|dJYtEN)ucKbcKrU zVg}wT;?i`iB2JEpz{KS>=sg8R`Ru`;cwi814H< z9u0qpyv1V|u>~IQwE?M@#(vK1KH19{0FSL>D?Xj|K0=1ZXaX$@6$P&?BEWiB`oPpn?~3Lx?jqwu!CzQZC;)AJPL0puNb;M#1!06%vTN zX5!3_ZDkd`9)1JK&5bQ%$Xn4`H1GV_I#&A5Yz~+UV+T_8J7yTD^URRNIxR7sm*pxk zPWAv)GynNS0<2#n$;@i~-tXnc`fuilKe^|FP zCm7OVXNv@=xZC^aafK0Bx8ytXqH5L*tXtCI6}`zb1J*6+$|wpVxrnoFSu~3k3hS0< zK`;jm>L#3bY0Xj&{M0_&EAh*jigw}y2~b3rMhk+uk|TiU#Fj#vcNEg2Rn`Zbe; zbxTHzB9HX#b`F%yj=;L*lT?<@qQSZ)8_6r`!=k~uC0jO7^gDP(VBM0gXc3J|Mqu5N zu7aXVn15Keq>_@NJCWH4tXnb@rA6!6k73=Cl4V8B)CudBbX61`j^7BZThcYQD4Syk ztXtAmRWuRjU6#AX!RQSyL%pempx0|9t202KNPxA|nxjD+YzR0Zpn9L1xPm|a-6G>)DOfptscc!FmqtXr}#2cO1h8C{&s ziYh3`8lSlVN@EY93uPUY%Z}^CzJRu@3E2z?#5e;vYhri{96823YF3qTJ zo90WS8MnZnkU-WXe+@$XTk#Wm6h9n?ao@-H?7vlMSWy$-EGrvB#hVjp}J9Mr;M-<6Nh>)?@#2BLKkZ^)}~@y!F@$a-nVW%7;6fUn?r2!f|!AMj^5 zssRZ)-i6~kfRnL%gP(?r<)Hp76lBoP;X!N3moa$18Tg5G$92PZY`T9K9N30!g4|lb z0p|T|JZ->z@OS|7_hB!m=b(q-^EO<+!#?O2aC{E<4Ex~sB{B_@SZh2z`cs z0oPps=4a5~;TR6@VGP0+3H-?XZp3dzBZjWD)g%2dnBt9i4{e>cdN#RoGa|BNlf6wE2 znvCG-;qTc*6=Qf>_75ezFYV8^&Kdb*G2UU~rSVASusG%$)N@8Y)s>{1n(CDg z5!O#{1~H(It~*+Ri|@nITwiStPAtv!gCFa~WRwc}r)cc4but>YbPwj}m^$ps!SjS*}NX}BMTzOm!Ui9YL?&Uu&9? zA2)d$qw5H#K)J^b*OKiLK!4L)6&$d6#{-8-Yx9nDF?Iy-@M1Cmu-jGzAD?#=4^G2T z*OSh(0X#SjM_ms`myHAELD+rXLdIHPaS;wp7Ta*(%RUI)hyyQUK>W&fCXP(N=N;?3 zP&q#8t-=nAR9~C?oa!7nnoUb(n2VE_6m)JUi;*828o-NV_jxDqP-XBqX8SOU_%$0; z%a)1b0oZ-s@svB-;vyUxEwXsmSY+{@wus;4hLKK^I)N$<$BqmngAFie15Lnu9;&bh zz0&JT?+p1C}~q;&G5ywwZpC5L}j~iYOl50kkQw7zHzVDY=^<+V7MlJELqk`bqp4mKVM*mbO44zn&aq|pu`oD3-j zA+_m8YvU0ojo5g^V*t*fKrEb}Ney6Q(!hEnK3WTmJ8w>R6dQp})hEMz8oZII>h|{f zHZuQ+b(&br-_67#j344uO;3YCNG#C~q@|Da_clK1@IimFK{z7!5|G_h?PMawz zfptpcHZ#Njs7)@S((OjYbmM?u8ltr9a{-w)+}f|SzwokBw0(*9>5Q-Z(o7a}R4UeZ zq$|0tD-=T{0)Sg=u2aow(nw{y&93C@a*NCV5k;6t!s6;qSL? zhh*VVbtxrHccqe~P0P_zX3%BIWRu1;W6lRM>BfYpDnG-RV|1qs|3$9F0;b}^E+Tsr zG}*TMy(ue$k~Ix!Tso{t2xSKEUoyM-Elg~}_yw$d)+HKYLGPcmx4GNYpA^$x|5gK> z3D_gziET}l*-8>CIN#bFr!f+=n+jw2Bx#pwA7b!Vt$jsPFo{gtisVG z?Vb&Ia>Pr}Iwj2Sz*>{B_32JDYZ&;Sx8`X^Yda&<tZ)c0{_FsiF>uT3V8!B^P>OEo5C>TVx) zgKgdJ$!f7})O{KMw52f`{^#v{+Qd_f?o1Q@-(vEU{YJW&G8-s%Kh^aKCO%Tg3 zXHs(S16k_0^e+S52`JJezVIX#CWk^(0L2jvo zaeJxReOn_{|CatuCP``jlqUOAOp}@mkFtX=XP6l-Qj6O40}M8_t9{bern=p&hocgl zrP8EMb&upMo^~Bp%~iJ9lm8{wWlnqACxw}1sYtnLQua=hW^KD#KDA$)NPQ-`m&c;$ z4aS7E%anbfXtS>#b(o@kgF#fW!HK_QE#JcWDO&~x)RR_Dokf3Z`qtXPmF(~<2;b7^ zX>#QIKgX=8>Tu>hA|dsfywfrrp{s4vgfX~_3fng_i93oV?ElJ_(`;>mS#bCyc^ znuo80cpQPfANCp8F;Bs80!PN{!z)qg;1Tojb$lrw{=JXhT z7)Nf5OQufd!M#SJzuR0so!cClfZGE9cDt!Tvv!&KnGqi>f3m>bar!p!4Q!ptMzx;vSLWIP_P!m&a8 z<2W`7Q%@^dWY&p4%f#2y)Wb4uAdAdq@n=4t6lPiZGT+HRPZs&OF!Na{%mHJx;wfaL z#d;z~q^@R*%px3Xg*kYfDZCcP%Y`|3+$PLH;xS9@6+D*+&g#foTC}lux!mdb8L=Q*l35Zvv5;>qIG&8Z1npI9xQmY z;2DD17AEaV!Iui&DEJ1!+XX);_({R+M`Qm>!9NN1+4VYn(ckE|7Tj6z8G_Z^x4Iqp za-~VTQ1C5+?-q<7%E$Ge6#Sy#zY6|9@K=I=7OdvP)#c%jBushQ2zqs1A<=>{I=jv1b;8sjX~4cj|k2Z+*$Ccf`YFOKt>Es0`wAW*c(UM9!D^0SeZEu)`3Au^2!2xVdxF0d z{Ig&`F6^fKX@au_t9gZW8TtwNNWoJC^JiVg<|4rt3*IRBM!|Ooen7CAZ&;V%1tC8w z_#MHY2>woRB5uD;*;)$jFL;#Tvjoo&Tp@V5;I)El1m7e0VZjFleO$nj2W# zA134z1uqnQvEa)EZxMXA;6DmJDEL*u?+X4x@Xvw+xaT!>!CUZgZZG&W!E*(#5WGq7 zZGv|RepE1j7;5r;U9g%bSht&+16VWXJuv!e-d`gf6g*XMx!@&& zR|~#c@GXMx75u2+qk`MvLyjqDp5Xq1M+u%Pc%I-31+N!;t>6a*tNCbkpZ<@K|6TA; zf)nt0%ak)!a9hDW1dkIuO|Y6@R_D7?$gdE*S@4}?oNwHA3ORq4tzOWF{EuMsxw1~^ zyhuh{bK?X-hTjl6?+W<`g1;9!{CsKBdIbl`x-Mx#-b!#b8TT>VItuOrW|e3lhLN! zUKBd72tF$KZNYyR{E6Ui$htiL0<%2)34jNEV*1N3IEk$FGs(E0=GIZjyOMP|3(4Al z`UxH+bVdpJ7{OBopDTC_Z-~56!KpLx5tARWB(Mvg9VQfe2(Cmf-3~C6ueRJb!6N(aJyB=_XvJM z@L|Dk3jT-SZv=<%blud2b88yLZEU=cIP{qQf{VqurQo)L+Y9b0I8X2>!D9qZ7OZ~6 zr2V8!$Y%*&Ah<&CRf0DO-Xd8297@~2L&$ds-Yxh+!H)^%ucJ--ydwB@!5<0!RPZ-~ z|0S5e8#Xp0g84g4b1jGpc}#Fep~GJq8#|n9(=cbFGdxo8IKh(y^GC`?f3e^df~y3t z6?~cCs|0TnyhX5jE~op2KZQ2=J|uX*VD*en>+{#rM*pbbcLl5Gbz1+pkbf(fzpFNO z(gbskRU?lH?kHG2$J6%nh5Qu3{86^CbB18fR%GV0FA?%`!Ti~_NqdRl^<;gYz~62g zotp)37krms_1sUF`3WI^nyhU;FXS%?enaT+*WM=Ie+cFezm5DC!Tia$kvA8dA-J_* z{tn#e_Y%yan|9;n%IIL&R@WCC)Mn&(JQmkE*;v>3xxGmn6KQh<%kiy1$hU}csyXa+ zJKqO6=S1iBpk^Gb{eqv-OtqH;zb=>)MbQp*-WB|J!JNs`=zJrX&o+(xgkV1Bq#Tb4 ztY(7K1ZN7)(M(tAF1S!LK9*RV0gyIv`LWF0_H5&^T24MkaH(Ma%%5qgW9GJxfmdod z`7*&*X>JGkb(%YXZ_>=~yZGFdHu<|*GtYey_2yP`9Kk$z0bkV#T z`UQgdjF)!SK|W0I7|rV;=Xz_@xdL1wc$VP#f;lCK(dPt!hWUKhFsC&%%xA^qt6~2} z!M6y$Lo=`8J2mtB!v{3;8vdB(JHT~#WSyGB4R#sNW*@o1T z2xb8W^Zk6Iuh^SdW?>=Uxa;1uK6B~Wy{F|Yr%;LS=})2v4abgob<+8w|Myb94A5QW z*u*;n|NmaKA%^b5t&zIE;9&9E#@%cl4g6}IT%^N0@TD{TCx)Hr8Ao?0!Y=L2Mp$l) z<2D>S8J8usolI{uV*S|vliqmf&|W@vZnXE7BIh6DxN~gf5vQWsh9bawd9#`NE{8zY zH-;0f61p+S@wG?1zUngv!no~GTT4K)W*(RqH}zQqN28Z}61``j!!)M8{h-JCo6VH( z0|<<5#_@aPT%&}e(fga`A{}=fE{G$*G3@Lw>hbs;c4==O?4{!~quET{aR_9)ybXIb zDULlnf{oj=k-(&(jdd8zf~Hako4C|QdRM{G1~;MC40jox{M zmes*1X&uJT#XtJD+15f2fANhv+%5(fW_Ul8q@S8NeuiXOi>QR{IBulqZ!zpq?4}-^ z<=mu!*g6P%bp*YcxJv=j-Y>9M2b~ypbWPkI_2I(tZCxMeLD&|O4D7TK!OnYN;cnJY zjB90(nT>Y1(Z{6T5*3_gjYD;p>wW?k!sv_}lT}?q%sP15-<}k(2S1?6IVs*vtt5>bc zL5jNS#+!gMqpEY*#1Y%ob6Z5T-(vMZK5+mY)6RiO{-u$VpHIL1g&9PO#mpU2i`KX`#RB zwV2Ai51j+Sy$Jen^3QBu)Kq+Ea7<;P)N@${qg@2Q+Drc0r|WZlIw3AQHVf+8 zsJ^Lo)s21^AnSN&4nI# zEy*`+M&{24GIwrwTU`S+H$_grAT8SN?U9gfPLI0toVup_T-FsAhI&ETCq3)9iVQV> z7G0vo!;`Jsu^y*)eBBOls^hZJqftAKcb9a2=yuzFu4U(Td3WRB z$)eWSR$Uq6_r9$T2^Zqv83YgYq&FW#z7?O|Jb9_-g1rf9{$=mjr27%__2fm&SA&1H z?>7|7WqJ5G**npFB@PKo@sA(L)D*A@nB~K}B#?$u2TLm!S>DQ|)rhkazk|fPEKFrj z;x7y=R{?Ku$pyi zGK5dlVHBbQ!M-|}iD(4->0pKxE=RDx4z{wwv^78n)2*b-S>S^B0N!tRT&YU zq{ApA`@uI^hv7<3-~{wd(P8u}Uk&w5)!_^)sT=jr(&1KCQi$#!;GIZjv?dYpFw zN)};RV{ zN?OE{&2bWWP&3YC>bt-RyV2ZBFi(qbt`oLRCi5C(GRvC_OA+SeWU?Th$+Ex%M4=DM zEZ=e`k=L9CE1a-C4VHTO*eya!j**MvMlKF;#_jNu@>!N|W!y-3#vGhmmpEY?Z9bij zw8{y`n`5;T)@@wnzY$uV+G+{kr-^)zC$W3F#xpebE%`+n;WWCw+SVM?Jn`ymbHch!ZVi7#Bedigxjn-Sfp;ZG(58-&yBitV(ZI-^ z;V#gO(2`?hr#4dHyCuMtUVv3d{wtCc=@WezdhM+4pP!4KCYxb|aCx5Qn0zZ2H3z0b=f zB_d4jWcx(Co1O~XMk8f2EZ+eqjhj~yTtp5!K^vze-(mGVt)p>Dmf?(iMn@YLebx!< ziq?4_V~)($$?=erWAnCfs#U($t)9W>zr=@F*-i<(v|5RaS=)jHUh_POz3F>{6FBPm z6JJM<_{L%_8B{#+36|x&1P-E+#H*0fcfPuarzTd?+ROxwROyM;^t**>v9o9*r+xM< zQfjfpeGDvCftjIN32(b~EMp7?o~Hy(k@6L^9aBz}+5`Zgu- zL@P|>^25F@2|Qu?rLuF261%dve@bBIR3|%<~Cs@hYrnfrF87xlRwygXQ3y8J25AD3wj%2EV^n&NlVrC^;NK|ijeW}#>0m7JOxFp`qUaS&r0-1La#Qolm0Z=UWG_K5$e|S@wBAXR3+_4 zwkKpvMG5RxQ)VE9Kec5p!$T{$h2<`y>RRt#U@Te#VF`rA*rV$Z;HQ8}>{+*Hb)K26 zZ$*H2#T&3=4&p;;m=zp=TrB&t@Nrm*{RJ|s?FabZ1K{I7^p0h32)9HLqQ?=z+wNW1 zt;{rhE*K3+JBwwxDsUQAvLQSO;Zsz}{sjq!0GjcivUEit8i2}Cg#Ut_4b>MpxAdHj z|IXy?2s6w8x*p8}d}_5$rkq63U*a&VW7$ z_onP18*;Leor5rooAVyp-kzdlyc_1b5$!9>%Pf1UlC47+^BG(1D=0fl$@qT5jo35! zat}Mfn~RV=IkOiE7~RUYL6~R1)%G5QAhijm)(SkU zb((H?2R5CDosB(n5&D3JJU>uxMDTlNdNG8238Fo<+On2>)E4GHmFehE7VN2-@_F@X zRO`?kiP`~D*!=dH-so@$_!FnG*rRxHQ2GW`v+|e zh*xGAWcJpv%}iwmbYx|?rsbX3Gd^I|2lS<9^5NaLkYzG27TUdsX^XsE@kHgxWwj<^ zS9v}R;L`IQseTBWN`(u`zhP7|Faox~u3KanAf5kc+#Ve2LA&hx)1bpAw^oOVur&&h zb&M)QLeUuz@C))Ym6_ZE9P9#h?(<{3y|n;O9i3h(=)#K4gaW@f&*0O3yI?Hi`N4!= zj%O@G!R&&{(;(x6@m<(kovHLLTh06?XRuA|f}0uoD`H>8p6Npgar#^KZ2mjd+cAP- zPlAvOAi1$ePe-6LpaTP^Aut8Ni&L~40&4&(8HgdU2f#0Kqx@Co-vIojkCpiVGS~`8 zU&TBMy}OtPUwZrw(O*-aZ$_r0;{2vH%GW3R0Qi%h=#vPH0gT4piRoMa6OuB7O0c&+ zfxrsDGVEC)IR1T5=|QzH0#`$NId*KBW1#shAYn89*?qiRsVF)P!iS)6KlbQs1U>^tYO!|e&`Y@;a;|0$c@LYK1~^sOnd zIf-^vadFYH0{lmb-QD}7Dehbd=3rOFT@AQ|8f`yA6G6pF;y-1&hxa3<`4JKPF%VZY zw6c#N1V^<}_)n?jd82=W@LojoF$d1e1NdjRil3M38Qj_n4eGdWD>cX*fG*doQ-h2t zr)9SePDHh19AvPz2hy|!MEH+`pWW75!RSGVaL(RdfV3E+vb~QXN}Za2husgb$2hR4 z0flPu0fj$R`q4xqhYS>dJQUjSA3VXbbG-c8BwB!oWZV%o!yd~;z{)Ja{}Mn>A@$mO zlTecAA0X@qo%YmQNWBg_@P9F&%Q)(F@J9JgYJbG{r4C--Qc{2dwbLZ&kMyWO1`b>X!XF@05C@*ZNgN9}Zm z+-zv2d(_USuGKk-W}b%`Ug%WR^V$qAzlhOh#+hB&StfIEr zr>fHMV=iKbs?v16iKV#)dOS0f-Zgd~rzEgoxz-?x1Ez{vW1`kE)f_}|$WT#poJQ@! z2Nj4>joO7zDG(UPth(}P0|Mu(03S6Vus{X&GNU>6Me2IpnK$&Vv9QgdMcE!}7qUcM zIkY2Ym@0YRbcTv_1MnV0=@!`oRO$1E(rCJlR`+-GymY6SR%hN}xDt^IZ}3#gM0>DG z*|XS2)Q_p|Ul5beL_azvdp^U?-=FH{&7O+b-``2Ww<29TQ{B9Bs)(J+iLIW=tn-zr zZe9je#Fagmq8G2yt}6$qt8_s-mUL+HlVp5xja2@+7$pvtX%;(r<7wz8uwU!HO>(TRBUO;0?X{WomHJ>c&%R!eEHz^Re!_ zBwE%(7gh(&QYgx%S-_;HT-C(MC|_r!SLNv?dkGHCG>IgmI-C3VM+I`A+%9zj~>MBsmu8(j^3&4V#G@itOdCxQoKaN=#G zB~AnnwC$WFfZuKGu>Z#VFz7i}{wwn|%Oq%{`ufFt1`%p&RD~i4{}=LLY9?tq50}cH zpKV1yxzvZ@*Mo8iW~ z{7m4(dCfTTWGCFDZf_NLq0%Myb;7^Xbqea7i0AO2%dC#{dpE~x9QD>5#~ZLWI^nlM zv<jpgiAdK z;758}b(=CEh4I?C)Te)bz22aS>E!&l+u+=w0H3v0-EdHwOQ})XK$QZgm*Z7;DFORi zXet}{=NOp4!+Puu&n=hL3$pRpU1Ci3G%0l{y%MFH7k6ow`ZT=wcT!4LV|QEr>2c-J zN)7)|470IN+}bz?bp{fb=`b%j+<3j@HpMxp|33WpV`uZ>37e`bKjoW^l`}glX*O13 zCiXelSx~b{84GVV_8C4@s%K+7XUs<4f}JM~-O+4hdXX7XjGT6cVK)P_ktd%-&N1|S z?9;Jx=rkMc@Y2D{9lPCZ?Eq#UWP~_UpF7)%w*+Q0avozwh~p{P2ViG^$@WH2IT4Tl zJN>l<1$L=rO8<}6>FR-ZD*wARq0Ho`m>acMzFAJHiRAw`*0TC{>pAuKe`eLLe=|$0 zUVEyE=J_{?*uo847ZP}@dGi%Rk_yb5=d2O+AJ?g3N;MBM^x>Bb;wK(U%ebx-&Ua&2 zMT$kHTA3w~oF$;#_{5OnQ}beS)t@x?^J*<7tP+&se&iCh){$Cp$XOI9)%}cGQ3%UJ zx$u2l{fa}-kGLPZgli5dE6+O1Bq6EIwV=G|CJU^t)pD%E|XT8Aobx3$(s z!BSvStv>bfMa&ZB@uaC?DMETREVn9C0C}=(8QKPyp|S(bgalR*bgW*fRzgx%pK{Wh zy5-cDA!4-uR24779ZhR{+q=(VGk9~{xq5{wE{3IQ@K$~5pPlwId9`mMuXPuzYJ^NR zxHc2Ii!Wu^w%4}2>Z0uK{QC|yNl+^^{IxEp8+Dgu)n~=tQU&{5Wu+Qnn<}SG~@AC)2srsi1K`uU>qraRm#0S3wjM4Yps^3l%7GKXb9F zBEC*%3wcZQafx$ey?pMyE*0l>V>K)2m=^c8c9ig+z1CSLrIbr*!AWhb&TV^*N1|UH zO|5|tR@JK4i<$1q)p{|J^G|_MzqB&_fu7@ zr&H%A)Cm?pt3=nw^I#=~oXw}oNCo`#M733tsgpXB;0NBpM$!)|OoLY;0<2a)$4L>s zM74`bL0er+iY)g^T@&5DYSlDv3mp$T&I)MpbMEo_v*vwA*Xwqi)1<+e;*>(=#_`6u zt+yM>!|bzB9+p#Spdsru@{!ijP(6-NvT^hq|G?_2)8cyL#J@W&;wRBZra#i%ml|#7 zDB9Q2w%tD&Wt^)Ydjed~4P|x)u4c0BSm=0deph-7d~9{dFJYrL(qxoL%O&RJurWZM zRcc^S^?XUYy&fzYE``SqGovcn33b7L2+u&3K*e{>^DFGlu@ImEp&$SH^oVU%9eTmP_R|yg1+_vfZOqhAwZ0 zyFgXYTof7OxCE;9sxuJ$+q$7LXqyHt|E%@9ruUi!_?*)=(;0f2y2j23a2V!=I$A$I zvBer(VN2CmhWe{@9ig7?{`NmN*5&n$Rrh~(fkhjJc>BPM?ny3Nul~LjbbT}RNWfzI z+@Glh3C$43&hfcxOhL2U$Cc|!2f5Bfrn?U`taIF{ggZS^uf4kI3p#9LctFNz&fm;X zld+V;oPw_!*?G z@;u$bx}Uvg)Q_Rm#4NMwyo9Zwg5T$7yvBP9bU6yn(`h1>%Y$Dm7$5uJEN^^NXk0hv zT8yrAdI&X`ud+H**8sWmtmm+p3TEBm_nK&I9u^_R5q{p_+*)PJb4%sIQ_6jr+o_3j zqxky^n^#v=H7?sU-!yw$#8A*0BWyT6;HfTgeBuY?6YQ4ye&Pvf`U&~B^0_Zl6?Jk^ zXUC7q@z{5&XsVRQ9SdfRLNX=5e_nIb-48fpAJ3^7>b6>quWXKnV-PxD+3V3@$P?zM zKr0hf)lkxvY#x;++8~Yb52pyuNXAbV^X6e0tn!kI;*yF|tje&YvKT7^Sy!HklM z8J1QlUooeWi{@d)r1=YHV8y}WrTA4#A=You3bPQS*M!j$>SCpa;^ie3$YsuarOCud zbdr_!@aARlnPZ0zD;_hpc+ikDjBQ#fn>UvWpj1}OSv0S_7%!tQ!a|(0lmX6uaJXab9n$j4PHE&zQ4p&J0sPoo{hoVZ02*d41wVW+PRuD8||< zGm(Nb3}F4A1xrw-dKI-eRVCh^FYalnL%vmdVI_X}!T++je7nHuVzmN}T6qJ%zi6OS zhAN?w=o-~D7Mi(2Ek0XORNSfES4@^Qj8^T*or-!-Y}KznTMue z&zrU|HdS>|N?1cTEM0^jvv2|fYsu_|6_v3D)=SFD$``?(%gS}}&;a??jD@I9rRsJ3 z(xlwN&q*3oPq{fA0B^4rFHzZ&;7V%cBUMb68%?!vSvgmyfs-wmMdzHoFn(Gz=oQuG zJ*}Ch#maaliL<4?8I06vF;oyqaN_XH)cR~wzDn}Hv>*<=tq0TN*uBh(pKYT@PMkDs zO!3$;qtC8)tzLQTN5{qGiK5f%IxMYVBhsrK$1}w%*C!V1?+h4fT{BE*F`u5mGcMjo z&Pi!btAcnD@=rA_>YRhRZ`J9nPNj18E7t3?{-0bH)-;{dZ#!pOXtj+(W7+X z!peCIOE8X^qB;Yf9;q6fD&-5fx+hkJR%3*Abw`L*lAMyT(Tbfl*p)#w+Af5@t-u*k zKOU&I6;~vx&A_>e?ud^W#k!@H)HDjNgL5!+(y`*#!^)*j=fzK%F=Hp3IcT)%B3=ab zKy50>laoUzT%fGpo#WIiPK71~y8w=$uQrzOiTEI)ohE)E617mRrYdZmK4i#gvD~tX zg-hTq3+Htkb9xNVD!b+9_3TrT-ziquJ->UNdXOH&18qF0#6n!<3zn1=k6bWwp*4Bp zu;M|3CypIGdD5`r(IY1fn=okf#Qu4~L4!x)Ka{bVuQB*Ao*Too!;Lb-44YMj)`9tm z%N(=8>#=j=1A4O=eLiTXzIou@l+G#0h&tv-9e(-HL8s-HU)(4sx5AP6^6O4+P1)oZ z3AD*0)u@w$y)Aa89fqB8|y^iIRv1$hiv2zP!2n9iKClAAs-_@pKj2en#B^l@bARIZB0eLKr?KE?k z>#mtP^cU)I*kYK>A@6j}9I8eMW*l`m6!JS{@(dhRdB7a<_#JO5#z3Z##T1yhU&=8ENmpk-JH|gN%OR zwhMc6&Gc=A|f;S6(N$@*@e-%6!=cTc)ekQ5g zQ2laH^XEdREu6{dbKXnCGX?VpSw?=Z;QfM+3+BC&(H|?AKSMI|y9B=__#c9^aK0LS zwPuhm|J6diU+^Kpe-`|{;I9P#B3OO>s_nPHxo+}pCpb@Vf5B>PAf0xqkgK(Uw0yCU zt7oiQez}m}D)?T(`vkuz_!q$;j4`InT?J1NTr7B#;70{NBlvs49D9s?wJwh?{|F(U zB=}r1c5cNunz8Ewp|e8pTC%p>15>95bdoSA8=EPDqh#oCYfIL3=_z!23mz!+ zhYB76W?n;JXOhrAOYmH>?xSU7^d+~8z~*{%snDq*>vp(Kuv(Ky+qpx?cL=_ZtabJY z`Qw705;}*4{D|N`3!P&^{-NM+1^*z}kB>N}{2{?yk-cV4Q5(icGWscI&GCmyI$yDF8FGlmiJ#b3w^cjlD2af<+}YJ zAY)wM_D81GTqks1BI`tOi+TYVvPz83tm(C0G)lhy-fzO7LPwXT!SE1f!; zvxR;~vd*iQ&^c9bk>H_%&m`+Ij|Vf~cF6Y}p>w|AS%T*ZUP9JwxRQ)(1GhC`bKiKS z(AiAZb=fL-o6y-Msnj1)YMtlM@f8P|Aj=Yq}s{7j*Cksv!+*)w9;I3p{&Yoml&Ot(FnBXyjCkQ@QaIxUog69cdOxAf_B;+dvUncl+ z!Pk*>nKy&!5BH(1wh5g(1wSD4A13R3pA|YU2!37gUj@HM*7<%U_){>;z-JLZ3H{#$ zCm>JbpNWFg$l7Lx;MQQ;8E_C2-En&ujzf4$%>IxR0@_lUIj34U1cV}hS1<1+xa=LNq6X8Ccj-l1HV;XT2h zk#*YRg1-ebZ3`O3#nYtq2u>vHHfcd-#j$08%`=MjLMM-`%TOS=KUt?8Oh(?^&JyzT z1ebtmzb$l@3wae;r&a63nKq|f^Q}UEJD7HQ!Op!xXSd)dh5plm4}qC>JklN&`fm&V zOz0mc>$35YqbZL^aC5S5hjg;m&k;Jgf(yvlxs4S(NAPmN*9hJ#_^{yr5&V&0wT2qP zYD=xpSFMkx zuYy~^@l6?e2tHl#B*BXXq62Y9)%IH)J=Db!$ev4qvW@Y4i z1s@droZzE^-xkbCs*Ihl1#>bgbARp^+)QwD!JL}P=yws!xu}f1NH8a%GV;lSIUkjg z&lSwssEmA-U`|YBaK^O)eL1anO;qr>UG3?CEx55Zh}%jkS3m}_qtIlqiDjJXrz%o)Ut zytUx=f;$Q3OkzfVfM8A`X5^eA#W1G}GxwGk2<8-*M$YxN409?m!&eLDWX(o?lVDCW zX5?H;%kX}|PYULwV@8K-W*L58@JE7=3;tFxrzSIL69x0W#>iU=?ku>w;L`*T5X=eA zjGc1?&lG%t;5CBR3*IF72Em*r&DiJMqlWhjep2vrf?pKO8P-hN_XTrWH6!QxR)%@M zY}hN9Gp`wWRB(>qT)~{2&FJ?R%z4_3e1hOI!LtN&;x?mSC79E;8Tqw>Zx+mXw2TgC za5KD5@Kb`H5&W{?*93ne_zS_`3jRT`3!l$SzCOX69nQ!z1#_Y}BhM2&NboShoZZcQ z#yLkYr*kuM&WUSywctwytM5=yZf-XTIp=RPX?F|eJZ|XS&l9<+`&IZlH{6oPKgaPIsHtO=a@`Iw z%26h6IoQoJrChKXKf6+n{J5!mTK&wB_q662X(8C$!}OzE--8uVuAkcvrCc*GUKb2$ zab`BAj_N*K*QIg2j807Gv;0P`%CFP1{6?oewG^@`Gnz^imNvmd@)xOtN+)L*PRufYg|D@db zr{EESM+-hn@HD~G17EUXg2vji{E zOusVg?UL6EIX??9U&^l+yiGHGjMEKMhs@6chWS~*@H3k6$jLe)_^9A_1%INM&z$}# z_$R@?Y36Hwy#G(p;|69Qj5F8Lpq%Z~OEV5uU(HN1L^JDnhGyPcOw}9#7i;EYz}bQq z30|g|b>zIr%$Mco=K?a%wW~G9z?(I92iFSTp_%8={hE7&AJNkZun#Vx? z7tQ0q?`ob5{#f&L@NvOEXfB8RH_fxa3Fupve?B;(`48Y0g8A8jI_n_k=LPZ&-~zz| z1)rgr&*vs;=Cz&ccrY!wRPbEQ+aa&idVpiSP_d@cAV&4rM=a3Q4* zIZ?BEw^#EZ$ob9~b;unwj{o>F&?0q&sI+tJWey`9GfI~4jDVQ3c(j^=D2jJ zW}I@?Rf2C6T&o#HweAwUOLGYFy_)eAzQy<4m@miVr!{k2dP(qKH0MD6uHcU~cZB>) z!QX1`3i+>^Id*X}3FdVQI3zela}ngNH4g)K65LbpX@ZLcbFu>3ABD721fMT>mf%H# zFVuWC(ykSJrRMV?zgF{f@GY9l!1oB=t9dr$`vpI(c`oE!+=JyLzpQx)_(L*wZeIxg zUNe1w_mb2ha~^jx{UJqgRB#8)?Drm;+3$s#+1G;wpP`x8qbZtsJvv|TEWz^yU#Phq z^w$Z#LhyBhZxXy+@V$Z`68wbbeAquE_=x5~kiVgMDELz{c5dGY{!ugAkV~{shnyt1 zg=V&Gw%~4pduc{jS_3uneqfZ~34;0VBJ-k7iQxH~@inT&cNbM(f>#ONAoyy*H)~FZ z{#}Ca7yO9eCj>vQnfFDn34T-X2byEh`CK#mm+vdGoMgVENbUemfTJ0XXy!POE|~8q zQio$gXU#pqy)<)t=%=|4c(CA6nt5+CQS$)sG|lvZa={BU(;xW0BJ(A$)I18jQS+JL zYc-DrZ`C{je5c_1HS-?n5y5qu&xQPu;8!(s40%&?3HSrSpKG20`FDbU(>xP$zKh86 zlQDU>;tRm7H7^Et&|C@TyNJ|Z4lW|2pSX<_JV`VCf0}0cJl`{RG4O7|`vmjdLfWCu^O|$Pf7aXu{FdO4Gukl;EpD}?PZcEd*ne<=94;9msu{?(*S z6&xeuddf{bAJfeHLL(n4cpMq$7dQ31OY>|YSI@PyTs^kZ?1RoRpIT`-I?FYf?dvh(1;2Dn5i3;Y@9!6duSbaaP(^}n^TsXh7q!h=>3gA5Gk3%ADMS|VoOR(E3ht{ zjK-WN4ZWWI@GydbV8Wv8OJe-*Li8LP|I;po3Y2STH5;% z_HrPjJzm=wM|)GSOM6gjurZF?H0)%i<#sZ?Qp9mc`cHalJcOPeHkG~g2%C-N<2DOB zxd=NqKQ0U$pIHy)!#LLC66~@bhY>bY0RWXAk9=+-^*%?~{Jfv>Cg1Bc7g2~UhI~10 zGhd$aCf|p_(%uY=56d7ko3Zx*1mq$eu^IMw4WT_;j^p-T0ZV&t!`^Vn%x3Jp0D-jk z2JEpNXs?-$WB4D~r9HlSH9F#<}o$7g}YUXiwE(*FQ^`%FOVG1#|}yjCZYa&GKRXk?G?TWoAW3(kgU zwVm0>-ZT_02Ol_SkMHgod+J>{`|p2g8#6uYr^eIt809i8^m$>R3- z9g(#6A?)${0NUeyswDXL)u=RlgwIt zDn5hh`z4BKkNcC2^o9&{K4(#fo6+Mvfk|Iz;*gLQH zseNLxo_TqB;{PcH1u9gSR~W-KJ$T8m(Zg-qSfb7I<91n|=_?V3LhxFMr{31c_^b{H z&fX9>VOb}z{qp*mrIBXVF$52x)+cbp|5tE~;W!Y-Rh0e$xeLc{aKs76#wfzBa%8VG z+)lg;%g3>Qh5f{@NP~m*o3d@KvMrdw#(%$@U>?lRz$t^Q&F6!qklHOV!t5bVFx0t`pz6)qEs?m!W`DNJvwgP(SxhC|;?Fv+?A7&3KCKXX z)$OV_)Ko`8oocFSctg9U<8>6va(r#_X4h%e$EuTQqtC`Qh}+TpQ10H{R$Wcyo}H1J zowRgM^UW!lhcmbAD6D&Q%~O_Dd+(aI_`mglQm;AkZER;`)jP>Yw6c;yVb7K|h(PF` z<~3UnY$@D40$km$rY3b>#gQ$^vFb>DK~3A#-JZPj5Y#qD_odcs{uU;1DSVZ-wnMtF z-=ZzaHMb2qvOiJ>xS569(r>eeQAcZPaz1~(YHi;Bh>keAvlXBpQr`gKXCY0?A(U!+NwdNdA;k7 zO-w##LTUTtvs`uSlQ&*E>RM=2r@y%6*p}o~)!*Kf-Q0yKVctC6D>)MBj9QH9^n6e$&pY> zY%+^}_BTqFy}KENQN%dH{DXPAeAg!DZKyl)bn>ws$vY3faA4o#9s0VS?QR{fP99aA z>soUtf-YCRojaoHU|x14)GjZZHafA3a!2&UsF58}|An-w7d6-Z7n=FIUx8{@_kX22 z5UTmLtBfvkRb^;cfUM&ky11V0`fqB`+!*+eH5l?=XgW2B{`WN)9an8wfoESn@o*Q{ z@K;Xk+&-ama;UY{y2!e7Td2o5JFPZF*3NA^wg^Q!C6V4GbV*R07+ zMqzh+vT9Xo)r(gwnb~|8BKGe72E+NPjWo33lPBEwxenA?tJP4%Kqx9W9ZB zs-u-x)_PTyA3y$wh-m@iQE^n>2 zd)S;vuy=Qx+S;5w4P%|CP=-)m#yGBmkr33D0Ao*z8B53hOY815UY)eTLa z_s#I{PK1Uuir6z0SI2js{ZjkcgYdAt%j=F*C-3lV+yaXSI%U)z@l>rm@=o%x!;vFu z2s$u_H#m%W)l>DSV@<_Wy;Hm0bL4OYj#0adCEGqHW3y{Vs<8R~?n`Q#N(!Uz?|!nj z$*Ap~*LJ@PcY@`5vz``b2X?rsZc~HF_T0=+_v1Sw$9Bdx=P=*dnJjB=#&~>isZE`J zQ}VdOks7BOvz`02j03w)z~}1fy^3-e+6=#@p}3jtxf!p*Oik*s=j|i7^U+a`dd5?@ z%5O=ogB#q$B%5YuRHwEWkpRc+>o}$=PkMx&~22skH@mO;f4rhT2F~G?=Ld&(5GfaokYnuskm^L#=Am-BG@3nEc$# z`V%En-A`_Ig%U&2*LMGQa+;|2)P zPNp5$(g?C;RKsWPpV{}(&)Xr8->Fa4$E%#PW)57`n%Uf2dza_g&rj6e=^6gn350`M z?I^rdOhuE&pJ@Jv(E#yJ8k|PCJdKLAAT;rajJWm0R5_R=d$hR%Vg4 zWm|3hCe*#j!_%nRJ$Od~Mu4LF2xoj)a}aG~r87~kYpWNkYqAH2GFPqgggURf_u6~B z$eMR``H0DH=gyyD5weG!8ldi`($n!jJ9}8j9orJg-sY`ocdcW$+NBe!TX=W;R@2Qs z;%5x221kBAiQupZ`#9|Q{H#8h;o%aWv+z@g+p?>ykgeX$hDdG6_|M-dSxK=5a++vL z9y^I#J#TEn&Xp(8-*6K7$?V*A68$fcXH(@|d=mY8Pap8HD&*TlgM92H#DWM zp3^qbJ~%0x)Gs@UeCkQ$>RF1me;1x*IiFNLb~2s?g}!Wsmm<)z>EiRN%k~BFK*OB} znY&9mpJljg|6>rjT;5@L)Z=m`oZSX-b`1Z{Oh20$d%T$O)$)?v`{8Zwv8~w9E>FT! zxW{w(y}v@}@+ZX75!V8?Jn7B5Qn@3WrEBvu$@inIp1f2%2(o-0_p373hV3gBciE8*;v^pQrN&mnj(sX|h|BE#FDs=rlo0F|(#d9rxzB2C#r=qI< z{6yyE4{yT5L4STK1EDZ~LE+EOWFXS47^_+KN_-W`Q>}=H4+4Yb`1c-mRea<(0Z(jl z{HOZ)bU3^K|NMOdP8B|mA#j=sc*670c>caB;17S3iaT7*zwyPWg8|m^X+L>uQpcFt>}#_{FD7Z)23?2DJf(t{0b9J^|6wk zFemi#pB1p-@BVOZGX9?(B zb@1O37>LB7@Y!soTU8*bS#jx1%YR!kmU^-x;ip)NT9qa}{61Y~drCXxAGN%rp^!Qa z&z_F^D{Vi8X&G=Z{|Z~FTWLX@)c%X@#6R#1OS^;3eX*U&kUy<8v%lDG%}^-q1?F;z z?N^?a#>qDPtL?x>^nPj@ztZ-vb!?`m8^7$i_+#W-Hmo)OT-OLqf_{Awwu!tMx;$;?py5?_Vehp`ON(`JJJue zJ(|YB+F$Fm%ZF(*S%+8CFYr7X2xmewxk`I$Z@RM>E$T3fGk!RKZJ*c-Yn|Rb9hW zDyUQ4h$t@w5zlt2{}r~_79tah)I|w8uTqCe*+lg^i1`jNYVc>>)o6hAU3p&jFkxIq zrqeOo*cqKrgH%og67sjR{Y#;drpBQ5b}|E28Ygn`cW}Jhlg6n;{2d){^CK_%V8lbi zsTHdMX{}7GzU}qNDDGXR?ZQywRK~Bh*HkL#5U^`_vqC#oo+0Mi4oJ$ajSV0Pp zB9Sh5>S%a$#DA9UZ-Y}W?eFyOb8Y8Blg1a_{nJd@`m>MDbK?AIqgc}O?NlZUp^UsV zrS3!1jPsY;{+DU2vK3UyozufgE5!BRKhstn?n%pIsb)E$P};|=&1@%>n#SMI_~$rA zqG?~p5W2uAL{1vp(?8eI%uTz8Im~lHd1)`O-t(PMVH#)l@Go#eMQKxMbD3^9I^1&(<5YHY;Q9*UW* zq36HT&gS5rc`-h@(wJi%50zO@=nM8$&{ zEpCO-<4?DuD=_W`Go3Je0kmF za%Wl5jSP3yMl-GGc`SK1C(N6180{38O{28z80`@^njbzuqc>pW2=;Ok*=?+7Ioc># zpu?@L=v}xB27BvFqE_?;d@2c^;)IhEt!Qu7E;D7$PNp+enb_QO!dN}aigFUB-~~=1dH^Rr3eMGG$H?qJ4m7i9$uTlN zZe&q-0gb4$YO#}uC3ms<6;9aQ%8GuE@h-SThfPTH7`(_yghtsV#ODprN;N?2pg5jQ4@CqG<_ikk+uhd}_dK$x5=`ac%WcX?w zPO_rS7_QObkkw`e?O&tAL55*}lMZ8ioWxP&S|^O6v(lFa+M#AythrO^>*JN)9R8J+ zo`uU&aEp_O-OuYq@FpEb&x~Xv-0XyHIBsvoZ`EP+6ep4k-lD_ksg68lZ`EN`nlEDq zZ_{D)-1{h4uvUlB2ruFC5ZtE2$yW4CT#AC*br_A(mY#FF4r5e1oAGz(FdC^lef~}- zj9RkNHwMzt=UJ?|Q|Y_omEIX1jHos<%V$`@d!0n_6K9tWJ4WsaoJS+HZsdV5 zX9a9iK_hz`8F{dQkv)O!G(t;`kw3SaAWO_y$L7^7&WPMhLab9pf&fs%8j8VQNNBKiK3>SKb`p@eyD#72`1Ygi$ zoHuKj{zV(w1z*--RQfGe>J=SECChkUa72gUGEZ{A ze^rO!B40E7nhuAoDCd3%zOKVTxFj3x4IMV;(Vv~LK93Ft=Avb?*m6#z{WacbZ-$>? zqg6ALx12=m$(Ho%x3y6;5`TOad`HKlkv1by@NYV7?mOOf!ur1Be*(vtDRXu*eJ`Hr zhv5t~LUb}mh`(zi$TXMk^N|jtr$(|T{^5ktsqFp_0=7&DA_syz4RXWNAqpN1(*L@KIbmn;{UF;lFMNXD_-T;! zEwF;T?lBj2GmIxF9Jqh3598YSW#CTuQ}koEFf z2dnc>9Y+83V2!@fVf0Tio%CBBh7&W>;CDIBO&dWa*0MKF=x}Q*_AM`qmhA}KnO02Qc-mTk zHBMscX2zuju*Q6U@%Dk8EN0$T-HCf_C*y2S&~FEJAhI3DrGT;1#)_$1!Jro479pla zszfdDr&%#I^n^^3RIA;R_ta(>s2^C0(cCecf zpaRF}G~JB=6*!M~cs+~&6{z7@mS+U0KoTp^(+E(3jdaX>BR~aW9D{oq0V?nsPul_` zXlcbBQm6y2qIQ&K8KusM$pWPeaxcwH-aQ9wv)sE03!(Fc^`dXpb>Bz4UZmS}w!NL;8Cmol$8AQ}yUkcTFa$*n z7QNgE;5NLH1!o!o+~y!Z5YI9KxDD432+lSFxXqcY+#Dl-+wd1;!3&H4Zu2sY&NTwK z&E+iEJR^YHaPSSzHv;1}3$#GH%^2G|9SO7OJC55ds&|_ucHknMi?O@eJC()~+~&_L z-clog+mx_Fml*-v<~q8~awCA-yv2cGg%QAQ=27E9BY@kqpxazz1aO;QS%E(o0f$Sv zZ1aO<-Ea@5}fZOz8 zQ?E4wxXr`#l66J^xA~E-cc~G;Z6>f__-5f&RKbJqy<+=$UR`DcaGR&;Sk*=Vw|SaL zHW&fi=5>0>Mk9dRyuuH0mm2}xW-kZID~tecvz|t;Gy=Fy4<@;5N%y(rb*sxXmUl&~8&HjgMP#ZQX_!dT+9>lP9uQZyg+}x%Lw2$ zMHJj^1aO;H%yx$nz-``V58q=1a2p?6Y^M>xZQka2b*~Y?ZCdgkXqOSdZ5FZU_Zb1) z=2o6Y_ZtD+=5F2^>^1_p%{3gs_ZR`(rhi)q9xwv9&EM!YdyN2YlgGj3K_h_M*zA{w zi~w#E;t=*nBQS3Buoh^yxxx0nj4scj?>KI=uikC;+kv0yHmg{p$BiYp%|N>O6IuWb zUhW>l+V1F-EShsHJy~z*fE^fy$k=oE7d)sFMp5cZSo5c~05zbcr)+O2Ezz7~=~-72q0mrpRZ68n8C}Meath0Tp6YTawY56(Z$Ck{otqyFYARjEVGUiJr ze#&GiO_-l5SWXjWeIBY0C-6t|!9%v24Vu}O7N56MsgSvxL+A@mpksn(F%l-GBzd#Z z0~=6mZ2sJ>4n%TyI}o$ni_kcUE!=OxgqO-DX=YM?ggRY_I@z7>L+iRaeTDz-PW-wA zuRYAdd6XD)w-8C%CoN-=P3R@7(;fJ4cUpq;(bXyDVnR2nhJ>|fyTmT;ks@JU(mhPb z&%0KqooEre(^)8%t5X$R0n33_qR|q2yVpR;OHEV8(~`XHkYXu1$LjPZ1_!%Skt*pv z^q#xZ?Ji{4sVs(6ojReozD~o@$qAiivgbRU3VFbC{|ku|hq)gUW=AFE)9m*sf~Qje zro5e^`0uma!{DchW8BGzHf5NYbT*Z}D7)RM3}tXx?w`=}iBsGI5YhPuG+<~}62I&W zaz>)n5US4YXn7Y?;Q;CwzAA(AkSA$O;2uEu7z&p(R(*Mjn#@JIq;c*|i19Ky)piPq|wPL$l;aiYx(qxqg?R*!;#-u6k$EY7oIy;b=gDZIoV_@ydVFP z&Q0usKt!F7Nz+u~bUblED#}$!@%*4Kn7ad^{*-xylBNePflByp znk`Xhq7|NmQzNNV1w7$LP}QWe3_6zIa({zvNSfgugEXO4Nize70L`#)y_Ga8g=~cr zW6+qL%yYow6mU-4ml5M{hM&SFUC{P#;I8`*MiT zehUJH?U6$PhL@y;L9%X-MM>+ycDM+GOw!^o11|M-Pf~?b3w%%Qx)uHGev=wY+&{sf zcOVR)1(pR?(<+|=BrVURb6U;#5H)FqleQTjh9+I80%(DOh)=r6Jq~HSOc;tJT^u+_ z3$xgjE0vxVz8&X$(j|_C@M?Hs(yA}AO$1W<4{n|U@*hanT zjD7rlKCA5gIZ5=+z2AHP_^lV~?DtyxSi3)vrt;hJXn74!|5%2dFPubR*e&*AW{UM&LA)cFbjT| zmmIzhv6YA^hli?D5JX*r9r%M11>vim-lM9kaN=0Vtb-eSoYMRNC|_wC5p|gldGhJhKUr3GnRPhJbs*({h>KM9+9u$G{3)DG#G(&Z~T0Q(5Fl^=v}mGF`zAfFam?{nN&I#A}N*tzUW6t z6n%~#)_ca@s4m{Sl{5!peh)9WFsAe6-#BEd1q&yaD0s;L{f&@F0NiDg>k3A%xi@*zqm| z!$;bsixBZD_$B!C00e#je8a$=2=Eh@{G=sP-h$vfK!;~>GTfR#IgHk9HXRx$q{ZtEMog!3gs6@dHOeM|f2wlkoG9 z^Wn!J&)^XFqx<7qN2UR;F-ATPC)dIc^8!PnD{nSJ|kav71fs@ze zrhi7nPdM`peELfS#-Oaj;nN==Py<-bz^e%GOXz%O32w|1{BWL1qG+}hH<(hqh4cRb zKgqr6XDQpON@0_$1$S%_gs#E+Z} ze3(7>!fFbyMz|J!L<-f!#xH0+mxb7r`w{As&PU{xID094x-$Y>0gu54BW|2vzpBu2 zE#-foy9bmNy@<&4R{XpLnK$5z{)E6-iUdO^1KB%s_=A0L5dJo|1gX-8;lw{7{55>~ zPz20nYg?q=AAw-#TKv`m+VF>E41brqfeAO`#NLqW0iQk}f&Bn8nDAr-g3){6_XF+Jg^Giy>MNf;t}ue|)YMxjbh`ZnTv6ccvGC~-flYu5;DZsTLB1EDT|VVc zOLc~_^eu?I8>jE2{1pg119%#~Xd?o_&=UM&RSP=t2i-piPfyKc!Xt5FJLKMD!de9Q zHLq`(aH&a1;~Wh6UHQX{%kYfUNlZv1?bIH{fHy|!4d@A9L?Z=5KSoX~0bTiHay&D2 zKNEJu=~0wp!W05?0kawLEekhjPeh#s=)oUe0frk=>1l|pf=n5FdK3a10T;p-4Mc!F zU_bVN{%Emqk!cX#Ne>%mjqq#AqVXJy_aMo2@McX}RLl`sv=cfo{NP7W>u}Lr#)TzA zdNch&J*nUcoV^)-WCwJx+p!=HG5;-bW#=UjErd~e!VlT26%s5naZe(=m2oB5^o7e! z+}jBAf6|-Kc2~q5wkLP^6Rt;5!WD)mZp#N(_x>Z|gAqGn_PG%4JG3wR^a;6r2BY4G zAo6>t_$PdNt_CI}&>ea4zt2k#N1zxmg@Jt#r~yuBrt3Up3hOP%Z6%^CtZ*6kz6{0-jJ@n^tK46u%Qc^Dq>rjGpp zec){!zl5fJ`O}|uJhI&xLy!^cXzIo*%5hA{x-9_AhnKo_OX6E~=dc_{wR@W>SvS*u z)ev0Hl&l;6;w(6m0k+>3z)cLWZZ86!g?Dvh-?%A>Z=7F4oyWE7Kh)`r?esOIzl1ls zaxq==|HU)9`1b)_;jONr>;u)%RmPv5tlcr~4yV4T9}IzTAyd;v#eiuHupb-(SPUNw zVm~-L83c#%$Ml0^+nGMlfYWu9XCF8na4G||(`LZM@YYVY!FoVf?mH~R!MXoJAxwka z4xuef#ZLJoU@HSG%)5X$8DL>@c0o^sw+&VT=)|9WsO^y4DZ?Pf2I~uvz2QxP#sS7K zzyi$&><@1XG?Yd@28nm$k7@QpbFZKlHr@)zRWTtuW)xr}9*@{#d4`R+5pW>`Y{VM? z*TFl(Q~$M4y%&Etorjs+R>PhCMz?VzpffTg+DQ8zox z6386NL~N@g01XVVtu_EoV}Nb71#lC*ZL3|NWCVXqTP@A~g4)pBpz{dtCUoeY@B0PD&dln21u zx?*8@t7i~Q`YZO0;asz@Y^FgQON(G1a}#3j1THLfNKylD7M8g)xQJ{-@O=0IW%&D< zaPIzYVc`w(aGtp#cMs0q1wVnW9f$MHEtnDArrJ+h?QkkHn!oF3BT%wYhdDh0!W z2EW_gH0F)+#v5Pcu3AhV89(tr$jn39+3A@HKsYg#?trea8fWX_)2$HL z062|-Zy~+~a1%Uoy&XH;kXNrb4Iehn9PM)*K0F|TrA$bZ3;$GQ1l|B!Vx8dx~@adBgcm=@sDv=Q%|ApO6M)?SbjX7g|M%@dw zBX%Ffj`#yoeFHyevu3m#Q|71AcOfz#7Z+XO(>EY66)+JV8J*q+GF?nYrmr=gij3@( z-DMy%S`N8#_@U=dlR9u(3U^N}gmAhMC(eMxY1BAqB|?~rf*k%}*$u)yQt6Wsc^OXg z;c|LC0*?b8rF_u;DRlI(a}K#9eAxIWD77~2ypOHw;Fmawbe_#K;e2$rKla2@`w0eE z;*~^KKDSHq7UlG%RSk?WCc)+&O_X>#k(cB>&l#uS1_VOm`D|qdJ0b%6(snc2 zIEynAW-Xa9!xEz+xnYT^G+0o~`&o&7 zAh$M>+eZw$k2UOcKK6o`>tJPU!|q6QW0a_SVrrzkd%|2>Pv?U(h#kUy5fpQlO#B?? zCI1m6`Z*jEB?=N|r!<3)-V#BgXA0eLzuHy^A>#D#I0ad)aE)98Qn4 zYHiXlnL>odg24|Q=8^QzQtT%*}wo`7$s+l+z8u-k? zYB)BGJKM3L>ul3l`WndbCajgKu}w9DxAAexwbe-0WibS~j|eA3Mj8?BN4r?vBf|N{NJShbBf=W1f%o4N{h)#Sc&njbXl7;8|N4by zQnniUIhz{|{laRi;WyN<3p8*aZ#C>9J$M(}gKd>|aZSA&R$-)BYR2Hqb7-L-@{-)z z&N9o%55=s*Y)+y-m{JEbuV>HxI4{Y~m=*fiRMZH4Z0b3SJA}l?F2VfH2)vw^js>%_|$^Z0ruZ$2ls<|RLgQf!qJTWyM0*{ime*plDW3V}QGlDufL zdE7aiCAWFpY4%~W%z(Jl&XjXzvSqKcixT%!Hq~`z#M@NYnGqk%9Dp@G(U_Oy7RO38 znhD=ZHJS;37Wa0E#sh3=ev6xgiL>&O+^g6WXAO%>bC%gz2Qybv>Nj~wZqTgMZ=}q> zF=Y;B@^*h>ZC;WaMJu&d%DC2)ah91C*H-eyi(uwiwD+>SB%k`)6w6F6x8+@CdigA~ zC0Mq|mNy^C5{vSZeCBIYEVAXjfM#7ZgZqzQ4)>mkS#~qRJ&={0Wo!}5e3@1nmzU%w z%AOf#b2T}QGr0zHU#G$}wjQQ;rPH(uc03)!-t9ZLNw(jk{eoRPh8;MVdf~asI7DH# z+9gP~AJt}bn~`m1plYq$8O*(@y#vPN>|~z7?BL{5R<8A~VVgEK89p`<;4fxW%Z_0< zqch{%>;)ZZ7`bidEctdSUxf4RJBP{ks&OYswD#qq1imWU#uTxm5lzLJFC}P*0!#=y&qIXG|>hIPW%Ev(4?mR^;dknSN znMC7vbtcwD)3*M#8tr!01d{%`A&yX8%OWuq)jyL*E>5R$g=d* zvvHzcu63MLZ&ghL?LEvCtWT?OTpJoSwq@VGs9e_^ypv@BmDtBs*K`nD-Ts5Z@w<7G z_t~vu*ePd1myMH*bq1uQviPgpU?3u*4wl&UPHtZZbqfnS&kOIG)P`vnwK=fOLgbWA z1%;iRL_u~IGdgEwQka#A)rqIpk`FQ-q6K$qhqjP0?KrFrMoA}Bd-%|}3?m}p1-sfZ zQWW+p!~ynSuq(r(kWJK4T{feerNr$Ln+21MZ4)ej6~<*trD%ik)ZP^^K}(OzEe-Pg zq-+CO^IT-xVDf1vgs4xU8G=(zKOqbfUCx~ZlT7s|aQQO`0}kzuF2Ww4Z@SZTXIIzR zidDu+%y3qA68pMhx!`^pWaH0t8qj(A>}EC0(ssh?=dyJ3&m2wQi#1mx^HF(mn5cp< zn9l=GB!l`Xn+e_FTLoW*^EU&WL(ezgS5E{563df3^Glkrb~e*wQ(&z|-ivskP$Hx% zr_h2WJzIfVbO#|8EziSpcv~jY@%97{Cr2kpXWA1yoEx107?;2=dl~k*C`G|$9w`+D zi}7n*XgbO)aI;9ZvyK^RqlVr_cs`4@)*^n5%a&LiOGMeJ1a*56&Byj(tC783j8cK1 zH41b7pBcp}w$l-8&B3umXf0J|EVcyaT58Oth(F$(E7;6qqv68MJl<(|@Ma!cwr)AjFqN~e zR}fj3TCRlu1?&DVC8u?L)|@Q0?8w|W+nhc_*wH5ddifTt%LJA1ur3cwL@WBlWS_dJ zb?=32o6z=K9_Ja(p30wx%-`UlzB5kuhnI;LC(J8-UJFHjNeg9AelH?bp%%W-cM&`- z#p5=^S{6In_+H;J=3GN-%5h|3%5Tf#mGD@tc(@(j&i-ww-Maq`4b1=7%gORkO6C_P zuoJ1Tnhp7a*&`E`!ebM~17|O`7>}%R)>@yP5)W$-0gLhwPp_nr_5=@e;cdR8dG-Vk zheamHoaoED?3Vj=l^) zn`QPdw{*yyhb!Q%aY$F&6Fl4zod7g(c0n%T!KW|TOkyI~&5NV;%nOW?U-P|eXhix$ zRL5z;{2x{u5u4p*5@w@YYor@!f8*lVrqcFRN|uxxBpy$MZ?Zv3nD;GtB0D+D&uaau zSwbVinrr#FHvX4MlPxAiO5fk} zP#?_f-VhAw)uS%x(R09NMzV+<;uEkE&-j9OWHDSCcgowanKoLK^=huo*R}<1-tf(| zu^DKL=Gwf8TF~b0)jW|mUkizR6E`b@Z}8^YP|FrvBZ_Aa?;ZN|nxVjqLi`JgP zAS=~2SO;@=b+L^37`~m4HCCSD%akq50=);{M3`?pu7ht99hZ>X7Ta46@sXj~%PBh-3(LQeVB@>N|GC`zC z&4N<{&CPN*(H6;s!69A*=!>dakYg+n&6n8{^J9sqB%%4UvM-zD9mh&dG_py0cFQIP zqDsCoED91q92qG{z|NFQ!?XIuIF>t(Dk?IlzZX$cWJ#3760s?=B<9BwaY@YE$W2B{ zLLy^b5-G_!68YwER+Zz(CXyVpO>D-*H^FCj10S2EHja$c+G(DJOay~vME5`pVN;@XwH8}hMPDtu(N3cC^6rHP6-R#c!& zX4mqSDcpP>n69ZlEA*d6XdVx!Nz=Asx(QA4Oc-s9l|19f>}(PyIjfXib0)X3+EzX` zORBZANXI0T;SyrM#|p% zVAnP-j?6A~9FIjm7G~;;;U%wxxt(%^iHs!e^Mk_?xue;F*=-qu;)Z}Hz;jCAai-zI z%{(qQtV10UMq-gUQ?QxGa>Iq2d2A^K-vMSWxltLWP>jWrD1@A&JWn>+firr%i9XOL zZ*oruC*4K8d6tAXVw!bgUS;nFuM;4G*rjA8rAT&5c%hvDxGv|x>Z#+I7Tt8jq7FPX zz*~K!qwNVEj)S)+NGHQ11rMjeH!lGq;drMUU7iQ8xMVYliDWF;YUP>8`S^8?b+wUf zJ>wE4!ri=RDN-cu-I;li;suq@mh4@^1CG=whG4S)S3^)e)lwIl!k0kqmL$wMwoLXc z!W4|nHmsE{vD)yPw9 zM(+g=Sso~%SKpy|t+|OZ%#CmyGHc-z!P*Wy9tjUEJn&-KT$vR1!u3{HqG1nn4T1+uQAJ2HE^eDiA!O=Q2J;}E7}1JLY%jJl3s;(0lzX-p)3n3mVx{5wouzkZ#jo;oVvspDLD?`WT%@Jut%M>dHomU!a-ALg&K@;Tg+tuPsf zKeTU$-;maZ57WzQS5~A~Ry8cIE3Hpg)UTo+SXEw`E~{O+s2 z;mEqd1B(U?9#qg=qFIvqb@c;%mMcrkmRHqOG%5A}dA2CR|3Q}3RZG*$%F3FXz*@%D zxk<(_WlK$p=nPtTWo?abo_{Z$=?dr$riFY`c94HRxo?~1z3KnDUH-i?(lm9oE2GNU zsv-u@VaismS(!n>2bFR3*kE<_pygc6GUXMOrK_tOG7aliRn#L6(^aOvp&b9?B?1_H z)wN|SEJY%Sg#;2J9JZ5B8Pzw`tuEtf%y%|xpA!}os6qe0$z05B z4fPpxK?HX6k}UIba}k&dgOpiIlbyqyB*nv2DkmA{;(vEdb?`Cm1ANI3XYp}-Bp`?Q zd>1`tk61;QW-3}GQhCXpDVs_q6GnS4uheAI5oh}RVhpl`Kr2%ue#Iv=`uIQa#rnFr z)R1i*g!pZ5QiREaDb}=z-CHi=`$3Ckgf`d#zdM-Uot);zV_Q<)vt`vE{adPGSyVGj zUeu!MzAdTlmy;aN7O{n-k&+X0bFGbXl4G+f1XdQPo8@$8xaZnB|rDt8DV?9?M37+}_ErjhHQ^t%9|XDd^eO;BHvp z^wgZ>XU7;LwRcGpseO{?nW2c&?RnN()yG0?H*cK(G)ax-#w^XLeb}}vZfmq5jG4;y z5jbOeMJt{MN4?^$SlbWT2F-OHB}(h-2=iLa%%ZQ?9N>SxvpxF+V`>zzZBFtJwm>^M zDVvT>DO%A_8E<-0lX#dRYu*{(ti6mK{+ZoMxye?>x>7dV8EnV!Bk-gayTr3WvpiTj zYd$lm?6k?s@9N@F2=tYgvr8d;WqR@&GpHc9ck&e@hIVcmi&2Mc*zl&OBMB;R>W8l{ zbI8U$XnIcaUfY9aA&DIkLz0h#9P>!MkY{ZVY8u?Q=wzT@yFt;GI2e_X6mYuQYE3*Bv|iuGAU@ z>IBWEle69lX7Y?F4(gSgyw%q$FDLo5?T3D8l2T$@Y)xp(ieOyUAQ$r%b>&c*Z;jVl zuCYy@_Y3K-h|_=M)7y#CkFx?_F;gKJDdl5OzNj4M$9g_&s>k+vpUN7B6R(enS};uh z(X=i{=)q>j$R41PHJ^;Fd52hY>;J1Yq0C$JC0`3Wjr*4Qb!%Q5r{C_=|4*#BDc19T zQ#~zNvq`JiEenizkKUEL!m*~X0Ko^~xu?U6j1!#1U1Oi`)M$f(WC=Ys*sJ4`d7)$N#Wn|$&ZPSUA%To!B_=Ou6R_0G0GQgJ9? ztcM1CyF`5vN}h_X_dv^9Z2GM6ALQC48R_qj)7xQ-$;h@MdaPB*m5f$1MnE;9zHDQ- zsg&N$83&TKCKAttMnku3`L;IROtg`nU(#&nf!pFTKkDmj%iKC^{AyWk3$##zq}#}H zqBWcF>%4ZDdy7$zw06DfocxP9ncaFf`!Zy=p0zuBk+fT6_h)=AdC7Z!Ej@d?q_=Yr z+U=n@{Zl^uueBTcV-xFQ`{AtRjV7&yolf&swAMqqNE0lB=EtwK9?ErdT(0YVxmvPI zi*r2EzYwRt>(|o%Qh$CdPXD-1|KG7oGMB4|w?y-Ph|^h%doDC`lzBJ<9EEu&&>2t_OT2 zDd;z9+@B3h?#}C^)SzS~Ylm}g&y$mU>?r1J4E4NiBfmEo80*;Gj7!XcH^$O$W=r>r zrMr9S%VOz=vZeh+5lRwW?%o$mf0ZpQV=vNurjbsKcGT6+LvktIsfnz6bpn09>Gj&)xmu^#(^S;?@0jb=0(vnyhJ*;A#-Jxzb< zlPq;Mv;77A78&~fa&C4j`P8Uw7gIV&e-^jtiN7dq+XkZsHA0#n;xyZRO?EJ&$?g|0 z5bdPW)3#`;FOJ+el)CT?9Ie&aFg-D}(Gt)dCeN}v3}kW)N1w6QrtEU%C5xFC+VkJa zlX*cq^3Uo-m$ulTc}YyC+F5X|ZtpvB{$UkRGAkih@l0UiVW(7Y-=%XnsUdS~wlMi; zKc`^|!(zrn&F8THN-Oh8@aiV@UrA#BlvUxYnpZfrBZ_DHO8=bX20QnmD#?GCo}7a! zqm*a^oITT@?V0>KY9mt%(?+NIeqfLON&yM|EC)?sJ5Qk!P=cIoKWRxrTemlAK~tpT z%YR#k?Lkr++ca1n*`rxs6vovzvTW4WrhISvb@IQc;T~3JPV!>A=$K?JY50{IMmm1~ zZ|i7QLpx@1*@+rrMrkyfQqk5An+Q8|;l5T*@&-R&wM)KuG_O@z;GE>OcB%DyT?m@i zwDXY}4Q`;z48|=7+86&JqF>hv&eEoiP4=Bp9Y6JTG@4OG%vQFAS}3{I{OjcplU5}L zWY(y@xA~|>(_sRB*!DYSj9Va_UQLTWm_5BkTPDBqa;Y-w53g6`tla~I?siJkQasqa z6n<{87Xh>YZ`a!Cq;K+mQw%hgofTL-V^P_!zn(qb%pF6>nT?>kda^UK+@G_0+9ofv zogJMmo}uo^*5~UMudO}?eca9qX*^X(BpTv&~>y46$780u(K&gADKkavgpIqo$w#v5E6<*2e?PFTbvq>Q5e>EzcTIljy0}|%{c{DRMUx@l z*2yz%c}V!=^j4xgBqG)tSvhBgys$q z;<9?^yDhd;Uh>+eJ=C_F?{`*d^qYN~{dwsT=0RyermVUygU6#h24$tI2Ae=#>6+-t zD$Z1t8kxFaX=e4Rl@$%kYs=&3uz2QLTD~5yDd1stO=YGbPG}#+;!OSW+J;O;P3h9= zicEdgvKqX@;Gf%O%1Z0%sw$`-U&qX3@PM`yQbhc>-m5EuhN_h~%U2Y50@3xALHX*2 zb-}9D)%6vbHC5#e%Y#fE$`G&`$R#Mvlr1gGl;crud8T%CLsiWY6?F|kWg$)mnKgA) z4NhxerlDe$sc(HlfR7hvYWQ1Mfas->8K88?V3fxyT^(df>&sZC%+l4BL8k18hH7Yy zYGX^gtfC>as-mt6W?EKVyR@`AQ(0SARsrJ$4eJXswe<}~JdD7pnhFVnNi@97f+m-nLc&))Oiz2=0M4uDN{4k=FFQsHB&re zdU4>@6lCfvs?jzLD`DWW`nrbNl}qvbyP*`O&eRx7;T(j@tlGjLQ$2iWsj(qDAS_}V znoY7kGLEgm#K|Qy4w#ymIcK5CA4%~LA6?NlvhP2pPn1{HRiJfhYXZ~v3Zvf54sBDc zj*M37n?5$W?Xk8iuEcu;0lpaN%^9^ZnrMNGo?1WQg*bZ>sFQ4*W)w%D~vfz zUlgc<5Tuj@`eABVXICL{Mx~y`U zsUl5jyD^8hD~#{(vVA zvI+y$7KUf4GAt5j3C3ks)|O)ysA#~rTvi`sYHKnTYtd;->kvW)b?8)u@pz%d*ta6< zo4o8?Vsvum@vTiuWldeCB~3}%xvo0 z5&5;SIN84H*C4Z$nSrHqFnexAd4AdQ(z?L+ajr9&%F-3+s(gJ2RWHEw%@xFrcxh}q zQM*1FSsr~plF6z~WodPFTpc45OS0ejsUHhqU>6S5F<9MDQOcjC!Ri_K+MvGX=c8;xbV#L#kXgJsURanbKD)p9of#coVkube;MrhOF2gtewK2JP}8v5jybMVX4pr2x410Xjm?P| zOI!wvBy-112xZvnap%hX?PMMgKy;y1Sk`R2V;YS0E?*GFT`?~E7*gM$4 zW+Tn|Y|)MrlqH&&-H?*b9rZuEVn?G3sqDJK4&?VA_{29#6ED6k^`fXzq!O;U4W-z0 z*VZp@Sc45Zn}TbJZ3?a>2{ARtud}L>+^32N8`W1FNR=KRe zY@2;cQ_@t`R)KcLu&G^9#Vu64+cxo;`e`#}PBjxdcB>N(hPPn z(ktpJuqu~xi@&m}y1EogaNLB^=#6?QFL^Q?EC1D&8arG})m&p@b*7g{g&+~&1AP@ag$c_I>TOnnW@%aWjUi~t&}u`y_DjXaMiGSyiAL& zP_!6vPZXCsGJ{)-OapOlGIMX!d6#y_ip#d)vAhaPE-wcwVchz`X30IG!cUZ?@nmT8 zLoK3d*6qR3yV!lrUU+$FO%1P3X3m+sAC`m33+Bz|^+XA;2)VFkE%kWcH{eUZHMLw1 zqdmRp6dcR(Je#%3Ov5VUE^X~aO|%`i!!jzU4i4mRE_~z?kd4$#79a4onN69qaJIjo zvnGtM-Ok1nJgtXcJ|ciZiQZ1x|X9NV=nq@aJ||>i`vfN zJC1KkgTp#1ww5owal;-!xLNgZqkTuf`E|bvJZ3%ddH)nQc_MFV*;)%1dSBUeq z7IWQbX=!~GTa4Q@b6K9Lz$A-dP=<{mmk~@MZgg_@6q(Xa*!E5aZEm`5w3Rn4ZB})Y zS-dwk71ApdvuTO6VzM&V=onB~t?XtzQ&UyDv_7y#vX|5Kn2<8{%Xl|~0}%V5(v>Sq zO?Lq~3(TCEnK8R$US{&dxdqLm3Y$j_4&3|c(F%fbVC!j?igjgvz_4jh=gNZYsio-< zwYK$(W_;-ww~)IEpFC&Q+?g|GO`TohF37QxS5#La3nb3e;9iftY&3?j#xfVZxR1lP z+GDO`j78jzmyN`t@Gel?j8T!D#Z7a?r{miD4Zqu4VP31KJEEez zumHWo;oumD#5gp@;W3Vgu_#(H>{^C$@*34tAnF*=@>*4cmENR?S3kE9#g`XIAJ@T6 z5L}x5Y#cWLhKRlU!lfc>=8e`(yI$FyydRUi$>fI~&sQ9Qi>FLwfrmm5gQKF_=I5m1 zHtlw6?X5SsFz_bU`*6|ep={h$wYU!uMGcQ{I8bdAU&M}S=fQZf_7emraNK<`HqdQ{fX?d?PZQ#+_-?U+nFoXa$ZEP=JII`J7q!1f%eW8?~$P}W>LUKmumqp z-%YP&F?d_cl>#>f?CmWW9yb@oe;FItaHlbglNc6T=-?Q+a9;C3PL z_Q*}6=8V4+%3Z&?R-!m95M5}Sj*q)V?hXL$Yx^RN;Cd8pLvda=cb}q;>Q{euVRxU@ z**7YCtPJyu^iF$!Gwz$19B{3b!Ah8!HgC?X3~oLyn&?dIZs9dMKS_$|rf6xYHEb!} zmVx>T?0ak>%PV+w z61YjLqGAO~8Q;cbV;cqWIzk(or15%fyTq#6debj)gKcTE?&#NnxPunP)#KLB?Ac5^ z_^G~W<6(9}Pi?4OQ|3ocq1;ZhL&UCO{>l}d-;8KkBC{qM*VX*g;)1^CA-}jsM6;E- zS8R=sbXW!Ohg$Wu_#>{Ga^BMCxEWg1bmMJ}-cZij(REE{Lgr12V(4*b@VbkeJqTuZ zVLwIC2urJ1n0sipbn~aqoI1HAGylNZlf988$}hGOHQ4k+&Z=(cX0TfNZGV$pw4WI5 zqY0KQx}ShXz*M#(Q(cNOx$8e{FHF7SruBmob;J`BbN^9VFt#s794%`XVI3z>&Y&+Y zE&1R2n^E+ObTn25VZ(yEkY;OThd(AP_jCgfR_b}T-F5e9&M=)jW47~LcWg!6HJp)+ zx6&*tFO)f0?B?1ut+@wo?oMDrHVcWLaoKz7&|TKBCF~t~b7_VL4V-%2M$s%BycuC; zP-Yj;t+s0DJ!bR9?H#6XsIu{ESOl={a8j58gC+aq2!n~NHM!A@f}Z`-A%D@vsFMem#(g= zE>AD5t!>~XYlXj|5?wF34Vmw9u3fRtxS^E2GMRQ=iB9S7hU3XzT|+)vBCfP8YuxPa zvdC?Pqvuk%5^;~F0&}OuB#W1@$fQW%%MkBL;tTRPUrvTmwTw!8LvuB@8n`!8y#jxq z$y*ZjtC!ZU0xb&~++(ZC8uLe-u`0G3>Qu*ve%bef?2?1$q0#=OFrs)v8Sf{DMQ4X| zN5q|l-}n?oG}4cNsLk1`wl_xm5A;vHo54A)dTFJZ(@<87(W)AI>(=y-`Ze~RWv1Rd ze5%h7TXSe-a2S9Ty3Ag8e2vKv;Sj{w7h%`Zh2JW zs+)J~&83-rdb?mIZW?5-5hZh`Pseq?-`m>-O1G>WaM1;y*}&McR;HXLWHi{Dxh$=#K-3LbacAu)j`O8Fy)u== zUKGm;9=w_=$+Bci=och=XV}li*bJhNn~UgZgT#BH(d|w%R~6tEUITAw;%0@JhMUY_ zB?r!(YMw1){)_HP<5szOoY#D*YIfSVviRtlz1o;)hQZ&_V!JzA=^df@Eo`M5kEXuq4#&)!ovAIQLWAozFd_%;+jvyhp= zCnyW%Pt8o6G=I*_1toaSJp+&HC(fKdwqVDJlV;!-!f^Qea^v_x4Z5b`0vl~U976PR z_&WvTy1FCNF@HMBc>bk$>h&`GD2ZoH%RGEM^YIJ}TJ`0x{m=^Da4{cT!Jpil58e0= zclf$c&dbjQQ=UhrjDoKNY|3if2VBx$P)GYk1e&NhaUo>j6e1OzYI@DdGbB*jOUjd=@?Ju zM`M_lAOGo(BW3Er6r&73BE*li;1E29A08Rc4+9;CBg6dQ4;|yly>MhaKLA9>c=91Q zGX4pPC-Y-3J>dO^f++8u?+<+u!L&T`13#4K2b35``Q`AmIm3s;(=pyVuZJI}q7098 zEy?smJY{&KYf0uZ#8bu}DRTvUCl~KO`qNU{p-zTJI?9kacBoVPJeePx>H+UR7}SzZ z`=52hAJ=M0rlowL);Mn;-=BG049|R*!TbKO9NdzfX>qd$Rw+jCA=ja3= zX(|=RB+XaGG~6K$7ROI(;sWG8%8 z?_L+S^1BDGx-bvS|2-GxQrHRodk1H7E*qWDzx%uJ;pY6F!G12xslF5X_evLL&+dfD z{TvtORNV>v`!*NmG}|fIJJ{;NoLW1fKY!@L>{*@ApK~~$z?}=<35#cU7cMj5fx!qD z=Csra{kg=2IR$m1b?ub|?zZ3_OV*_;@9dfP<9ZDlSun(2F1Z_3{uUtb-8H$}?cW}V z)cV`C=DN3eEN%!ljm&z?*7T&k(!pnqaJkv^T-M8o8N60{M1AEDk@D9)xEE&j;PU!O ztg5L{d;##wGWMxe3+G*F-JOk=isH-sDv})1|gj`MK*vtzE%Pdet-4&UrDI)UbUjMSeGPP=&OALh6h_#nsBzr=B0@Ntf* z{|v_iz-N(R%hf3x* zQD1V*%bOmqY`g@z%`q=;xDMuF56rgfCcLNPwX=3mj8VF?k>Sz#Rflrp$?sDRYiv>c2wbZ*k0a zzm1Gd!bTiBIi~C^GCuIiA-PN#rZMqDaipirTpZsbyKQ1`whNf$nc$e^;s52vc$Vix z$1KBU#~hFMIA$NY8$J(_{6FBu~MSt}{9|>q{9j>p~xb=^%oKX5bQJ3HQAco7+C zX*YVGb_uyPe&EXCJ3FotUPVS)wgbISyOx}bAGo97J3BsJ_*62|o{1y9PkRm->jK>c z@SPq1R`?P!(q4fhy-#}$xeb2cZh-IX_*UV&$VhuHj`Tk51LU^&fqMkLv*Ra(pCu#h zi#XEzw6Bmc&(OUA-`VlI!XJ{6_EQ|`ecCU`99VE)!*_Q4op6AD&$O*@r1xoClkvy( zbZsf)xTA0vGSYU%k>01xCwH)Edr`)5Kj8v0(hkLu-lr`hW8R<}Lm9^tg^S5ZI}=BG zpLQ-8^9CKqb!W%?zOm;eWTY*}k>00WPR_Gwt1097aN)INq&*5pdY|?c;m?Hk#9qypZGiAd;aS4m zyL$OEgs&9dBK)ZE3&QUTe=hu!aGO?fUb_kR5gsNySvVuSQus*W(}Xt)UnzW>@Poq7 z2)`-(iST#AJ7AyU?Y6Vp~@P5Jv3NI5rLHHcuKM3C-e2?&}!haL~hj6lWT(*wFdkYU0o+Lb1 z_)y_$;q}6&3ST6Ah42>P2ZY}i-Us_WZ_g3JQ-t>yK2*3~_&36L32zmCMfgMEZrDHi zG7JGK^UJVW>Z;WFX%!lw)WPWU?EdxW19eoc5M zEbzWOdkUw8#|t+IpD28R@D;+h3x6d1o$w&+i+vf!3C|WjRQP=1%Y|8@&?aNRkTr9juc)9Q<;cJBN65cBOt?)p81gnQ#AIA#M5bntzYyll4qvto!ui4l!V`p73!fx>q41T$e-!>$_xEAgzEJoo z;X8%53co7+vG5PVLvf+&%RE*10O4iAYlTk}{+;mk!uJY4E&P`7=fZrr;>*)fxQFl% z;VHrkge!&D2%jqaTjA@3|0KLk_)X!@gnt(9fcq1^{Cf!x7G5EIl<)@OKM3C}{DAOt z!tV)xCETiOT%MhU_ZA)@Tr7N`@L|G73ZE%_vG7g8e-?gL_+8;Ig_F2X<87EH+*^3K z@O0rt!d1eT3Ew9Ci116o9|(UV+`4;Qw%vsH5gsi(Q}__!8sTGw&k?>N{ zRrsI6JK({9w`UjOe!`=K_Y*!?c%|?$!e}5L3-=cuEj&T^AmI~)8-=eGzC-v$;m?GB5YF8@E@w~S z0^xDObA%5dV_!md5ZFIcs27=I$e3s8P7pqW?9!eid;yqxQjotyV>Ehl+fW@IHj#f;_*LOIh5tr&W%yM13ovyKgHAqV@@>Iapgp%IyR@B!cLg);I3(>O^8JN} z3Kt1aB0HVah4%wf=M?B%DDsPiYsju|tR~}Hh;AL&Kl?jRWG*JVK6a__RU&h%#Q#zF zezMd5FgYI?!Mz|dFAKjTyj}S3!v87!1KH{4OQ&Hzl*4r(yE5}#70*3{_ZBW7J3YgM zM}ldSV(6SI@-u{&kexl3k#Rjtw*u^+!=5NIXOmso&KKT9&PPJH>m~kX;k(FA|9v9= zw8%Us{F?Av!XJ{Ip1+gxkty7FBJ-1Q&OVTFW!_P^v+%CMJ;+XfA96mF!wnIc5yF$n z&W8JvabJUOHrPK0KV0Nj3m+r$zai%%A>7#_bG~q+@Fl`mlU*5ZBIDi--4?Kaj=xpp zw+X*4{I>9RveWsw#D69HE!pMuBba${j!pHC({>>H{w%y3*`@6U_Gx=C-sL+``3k_YB6nGG8R}zZ2d}c4;pM z`?S|E-le@w>k5IG;haHB+KobYtv{e(+|7YUaNR|p?YcJ^5fW;qvzL2#1DoF;sp$ZsU) zqmXcyi_F!+w+P=Ze4p@x!cPkSMfhdm*M&bKyFTy*8TW|kz6SgEcG?Y$Wx9}^{ksb9 zB{BmfzCd^++36og&PPUY`-;qL;f2DBh0BGP3)hleU5+5**#O;ouz#27Vv)a8_$snX zd#l9%QTTqc)A=wtAIjlg5Sf>S-x1y}{2AHl`HGwmC2*|=ft_vJ3hzSBhX7nY*`@6* z+z-q;E`-cT#ydS@g{KMcD|{f?={!_;DVREIp|eipj}Sgq_&37mk)6(sO2cNUlI8?g#Rl1k?;>>*H03K;C4^~mjmwXxGUpbTjUF;g@*_ik)6(I!uyNN z0^x(m`N$NmOyp}srcQW`$ebYYCkvk;G8akw?}Rst%=N-|3U4JlJ3LL!Mtg}V#)5FS8wm=;XesKBD_`jIpLRtx07AIACdEsDO_?W*x7Ig;SR!i!rg@T z5-uP+{lkPuf@v%M{myKWpC`OnI3v7VxLWuKvdim8;bXzf>ult8hRB~Syh*rG_)6hx zh3_W2yzVFG!)S1S5t-+OUl)E`_(S1Oh5sS^op2I2&wReEh1-Hz#}bsGE93qAFWgUf zpzv_vQNlCGu8y;X=Yg5mG01DF$X5#23fBuCC48LlX~G+XFB1Np@U>)Dwwr{vfLXR{ zQMQLf{xRWagkKPTL--xxkA(j&{7>QUg>#3;Wou8)M`7T)lU=*?5biIW7A_JVBRo}j zhVVS$1B5Hc&Q^z!^HCVM^&)eO@F~J)2wxz)N%&IXD}`?+yL@jKz6;DY+6C9kTSb1G z@Jqt43cn}(f$%@bF0b!}{{?1V6Oh-ABOv4K-(GlE;XQWZG z>G_uI^t3AiJKJ^?-d(u6a3A6R!o$c;|0v;cVA`q@#okxsXA3VBUM#$n>}*vWht?==}CkdY=e4g-Tva{P&fbcNkk;0RNrwPv|yEZ+DoD1b} zhl2gzqBe;9TH&L~F72rjf2Q!cBGV}Gmk3`=cKO~!&PM^@?iZPdgr60DQTQ#g)AK$# zA4=f95}9v=+l-0jI|%22S@*+{HlOjXjd}?WBfGkfA-6VJ1rxyj?|%;znR2qzvt0Oa zvP*k}@Om)yaQvPu@}~=*FT7Fs4`f%iE6F?9vRw=If7kqw$UIGUWqVHeHL^?lw($F4 z>S5VF7x}M*e-!3NF}(gA$gXVd$vL)coxuKYwEK$u0O4UGKT3EUm}yy_*&;tr_+XJQ z6|Mj?EtZhraFJgve2nl3!l#j4UCtr10B{$8{oktJC^8QTzbE{K@K3@!j*Ino5#C#P zi0}mA*}_YNR|>BeK2`X4!dDCbQTSouXNBJs{zUjY;ZEb@dgTib5}q!+K)6i!DB;tE zHwoV={Ab~(g+CDfS~xKwE@xNaeT1h7&l6rJe2VZ*!uJZlB>bN67v$Xo<8mg(<;fEs zBs@lVsc^0E(ZXj4-zt2+@HXMsgufCFCdFlIFPtwtQh2)X0^u6rBZW^B-Y9&l@SlaZ z3BM-%q3}P16O-fecM$F_JVkha;X{S1h1UyTB7BqZy~6JaeA9ou&cfY=dkEu}K$I3+-H7K3^FEr_zgRdUyj-|i_ypmTg*OPFD|{un z3x43Ph4*}m@a@9egr60DS@?C~?ZO`l|4TR##`)$7w-e^KfPC5d36ByUCp<^kd^5q- z(R?St@nIrkzLVhMe~;3woKyg!%0$AOEKCyTV@z|5Mm} zd%=~nT_V=Q?^gNu;`$1wg@*`_5uPA?fbc=WrNZW04ZETN;nqp~(Zc5oZxsH6@MXf+ z3*Riv?~nO;ha`+*>)7}CcKw$KjDGGGlXXemk2KsUMgHEY`%Tr>Ug-so9|$__+ushWZ~0= zFClY+hr2@fdf}Ue9~FK=_*vl>g+CVlO!yzd=6f2h4DC`VPo6DLN8v8QU4;h=4;LOQ zJW+U|u=y^B%WJ8`R|+2|e4_A~!siHY5;ouQaQd&1_-lmk7k)_iY2oLD-x7XL_$Ogr zTYDR}749J1O?WTiF~Spsi-l(jmk2Kst`V*iUMGCC@QK2w3U3y^T=+WSn}qKWzDM{W z;m3sE5`ItkW8u$)|0(>va02&5yv=ijy9(zE_ZLnJj}e|AyjVCRe3)>J@R7pD3ja>n ze0Rn5&#NTCt=S;V*>075-7U74CON zHW%JWnD<1z%pl>x!lQ)82~QK=SJ-^h#`V1g5??L6N_egCQNrg5UnG37@TJ1n3*RjK zxbRcL&kO&D@LR&~3I9y)Y}cV;j@I#6TVXTTH#xSZx`MwyiNEm z;rE39Dg3=~+qSWNItcGAypQl;;o-vj3C|I(5UvtlC2YRG!qg-e91gjWi$7G5WOobZXl8-;%_d=DA*p}SxBQQ;?qUl4v-_$}f0gg+Jj zLiiiuAB0nALtma;;SR!i!bQSkgeMD67v5iZf$+h?ON0*-t`S}>yiWKx!lwwIC48Q6 zqwpodPY9dufVnn$PvSoi{!y48v-URJRd^5K0^y;;`wGt%t`M#gK1TQi;Z4Gg!nX-eZtQQzbO1y;g5uW6y|>u<@-`=;kLqi3ilKqCOlGjU*XxprNR}$D}@giK1ujA z;d6v95H{b4b92S@62C?G4&f(+pB8>m_!Z%gg#Rx5vv3mEPu`yV_P^&Y!u^B?3QrK8 zB5b}#=jwH!#8(Ti5?(8Ol<+yi7YP4ec(d>p;X8!y6Mj(mMd4S3-xhvf_-o;Bg>!M= z(c7(^aChMz!b5~d2p0>_6h1__RJcKSt?=o>X9;f>zFhcr;k$&N6#k3wyTX4J{#5u2 z;T+sc_V(FPxTEmS!hMAY2#*t-a~kxaG~&I;pxJQgbx<3BjXy3?g-(dg^w5B zDExcj%Y@Ch6P?a`B>sNkXM|r6-Y)#1@OQ#L3Af)ZE`KNCy@mG?9xXgxc&>1Xa0MCH z19VlwrwE@Re7^8T;myLA3*Rk#pYWr?PY6FJ{F3lT!haY3QP_O@(bZ))yffwN)lIlS zc&PAb;qk)r$hhA@cYyFA!llBih1Ush5I$FUlW?Q(7U4UD?-PDd_)RkIbJ4vk{Gsrt z!v7ThUYP$UhS!r4-btAMhlZEgUAVjOaN$wH6NRS=&k>$4TrRv^c%AUk!eal- z8^Z4k|4sM@GM=%~{Vbe=7rA`=j>7rEy@dM}yWF@$h~DMKvK*C}qW*pLe8xN5_F}x_ zzKnNmI)L$x3mEVE;ZVjqE@HeJvtt`Y-#5Dg%pT-dai)6*dFYlYcfUXN)P8UXH0c;ClNySR9^i;v$V%y#kd#{N$J28q8# z_;%sDgzpu8K=={it-{-cpA~*l_#Ltv3)_W16#i8BTj3vt1HP~5^t2N0Ae<-MMYyYQ zUt#lqV>z7#5n!uJYq72YQNtniD%?~vUbxLx=|;ZKFX5dK;?;Cq;E&TJ*zTDYxn2Vwp{ zwmxmXuzBCr=``=VIvyZ0MdS|Xm~iHOSI6dkSI1LCW-i&y)g{7m}11mP*d{6Bzw zIcEx+cYvK9^A51%B_dNUyo!u_i*yabYlV*zK9%hD17`}KBYc7ICBj$yf0TU*d=yps zZB=(FT?H+qyIDdA5JH52EMZXsq6TCYRAf<5Gz17F$|ebm4k{pOP;`)S0YwLJLqtVH zMP(FmLjgr)6t@{h(Q#(b!5tk&-Z^!@uXD}A|NFoGk#NqbTialzTudzYsC_J4LM-V)1u0v3PozSbQAGdB5V_ zBgEoY3v5@9c4NExQiSd5#gp(*+x$bcleYOI{LD_TL1+(c+f~HUp40dYT-xv=9ILil z4?g#hwhEuINc-Ht_ny)w*YN$9v_q#nU^#ZqrBBN7wzY5 zPg2^d(!y1O8He-aS%&G@2Nd6E;oAiB5dLUk`pEL_pg&^arv(>7f6>A_ExgylA6R(5 z;1cZ1IrEHv7BJ_`D~_VFN%1{y;iiIlT&)D-Kc~>boh{r$FuP4}!ECnyf?Ydqt`^L0zeESIoKb#LWAS zVD^EJ1#>9)LNMbT5{$0t{AA&y7WUBIjM*AxI8UCqBXBbdbDq5F?FDy6nXZD1fO`q< z2HaP0PhifO=f1sxM+iOz_(H)Yz>_U}so>M0bIv^XC0=CV8!UW_;ISyfIrA(}%z5&} zWxyK+PXgX5cq;JA7T#^)cLmQtnZF6X6!;$&{>H+GE&Pk%c_^QOKFd1%4!EJ<8-V$| zggS8{v0PKSTDZ4hdOgs>X9wG8LR zD}GEchqA4L@fh8CRWOD*XSd)yV192Y_w5CIz`_SD%FzYbN!WRn0f6ipV?31%Be7Rs= zUirPQj8A-%g;xsZW%ORb?1!Aw&ho8*pAcLC{DRMVZ-Fz2Wfp9wrv@Mz$31djo}Q1E2n3JcG) z@MRXh%EFwl&iHe%@6Cd*0lwYBcL}}&`Z~dP0dKJIc4E0N-DzRYSEo*YKd|s87XFuD z-VX75Z&{w#pa}Y);s%2Apf?em58TSa$6NRW!EFB?g1Z8rBKTC`(=B|qV4ln8TX=$n zFR^g7g|84?fqk#G@b3j*3H=TWueI=c3qNk*trmV+@E;Ior-k1W{2+ABMQ2+P|I@cExg^rI|X;ZzHeFhW5FfRzp(Hj z3m>*H-yg8uSiYWx`Pl;X(a@V&m~+>uUjn_z!o?OYvG5QJkFf9sf)^l8nT0ubo$+sm zKF7jWS-3_p*RtPi;X4HL8RS|EuNQnb^i6{A1%5{G{lMD=^V#H1!JB~J63pk6?^*a` z3-f!HS!b5{hlRhf@L>z{`5X?3Ag@XCKv&h1|EPR@U2MgvJ z{c{BW6Zkv}PZaFndDV0a&#~}T7Ot`I&4L?ZU(Sc;u@K)QxE1gt7Jkyg&s+Fa3-1wJ zfPLQ=+zyy?;2EFzUxJH)zqattf(Jv7;$qJ7#GLo8I4O82^yY#qfLmL*gWziD-7U=d z@Qg!!fZ%I@hg$eN!M8%6U}4UC=f2ddEIi-B*9hkG(Hks$i{Lw<^LwrthtEFmvG9X} zw?ThG@DAV?Ec~j4-xmBf%6w>H&VgtAebB$M@Q)Ve2dG*m5c~LeyPqy%M3(vLiRTi!hoR58P7F+;)hlSS&?gD+Cg&(sp z=h*YOSZ14GJ~w^M!f#vnL%}0a=5H4MyI?*y{Z{Z);9o49i5o`dqTbNL*%ods_%f7f zXW{OG`L`BMweUa-bFMz)v&a5oE|Y~j8ZK2tF7b;nqEyoD<*Jj24j6Fd(4UTfi-EPT6# z@3QcNf~R5M%@*Ej;g>DE)57lwz5)C0x9~v=e<%1Rl=-iPInSSMMLiIFJ8(n6eE*Uo znD@yoE!=~cM&Nadg@*{H*P|>vUNF6`5KONxweVaEUm+N`;Lg>8neHaRt$~+YcpWj$ zL%trfFz5MGXMJ`EX5M!MGyY!$V~BA6E*Ra;`9?6`XZ>v9C9_+j9Qf;R$RMvQZb zuSFKVQ84@4t%CVn=xz(&FPQ!CQNb8yoh^dd&!4mKtAg1l_Xy@#_pXIM65JO0-vxIA z{?@`r1owc>^#!ayaRb3Ufg4$vYYkY2&luYZX20!X;bOtVp`U8uL4rp>A1;{B`bJs! zVq%#A-k68Fg3qNn+mo2%5c2{^Ahj0@Ls`xhyJnPZ-GCx z@V^Du$9wbtSU3|8dKr^?Qg8w|M{o+bjfFc}m}?)nZ!45J#lojsc$nZ5P-e7X{yoAA zEIdW<2z>q_8P zE&Pt)+o1o&!k=6CD+~W<;s07Viou)lS0YYa@O{9I1@n1Ma|^c>%sFTsEL=j2>m^@9 zEIe8;$ItN=o+_AQX0>3BnOyI{IK)?5c!^-%BXR8m%W#~$Q*dkGH5T3=nAe?+7UtTA zB(6Pty=me11hby|E&PRrzZJ}D=ud)Uz+4BxnE2Shsh?|b9Jq;vTUwZF99W)Zx(LRt zuTv~Ie4iyaANn8*j}Ux3^b0IJS#Ue((=E*P4$MV;frXa{=KBk-eP9{ly9J*KyxziG z@4zx=L*FWx*VC6QyxYQD@4)gb^H;&6fIqYFzXYET{cFMFfR6|+2ljCT%Q(ad!4<$< z2SJ^9RuFZU{w(vuO+26Q6f@RpRp0)5x7Jl8rdj#`6!n=ZbE^w^`4y=PSWz zR_6x`|01{z^o*8fU-qjk!JUAcTeyvdJ6gD#g^LAu!M^=CSL4AZrcz#dBijquR{E| z{DoH$e%$sUbc%^-I$kCCaZeyJFU=JP)m&kG$;I@VD~u_*`cRi#gNY><$9K&&o>+2C zC1wNSH4i_E7h8Clg;x>t#sIH%_))ys!rO>r_=VRl{3zaM;RD1ze&KZpKZ=i7*mt4x z!i`rW3+Gw5BQZYP=BwDk{VhD)!n~i;@)Z`YwlF{Q)A@=^EgY^RV28nrpU>$$Mt&xz zI9wM%)9|v_1?*)RUKH@!Z{cvBzvzc8JtI z+JX;QdN>~&_so19p)T0ZsKt$ldBcELo`pMFxY)w|Ega5&mVLu{&VnnfGSwDdVBv5c zvXr;y8{6}W!}-Iw2jFWf_Z7T@n1dExoOh~tzl9GH%Qzp-D;AuAF-i3-VqTQ_>Rff% zwCb`6_`iCV`M*NZtn#U4ou^h-m(MDj+IiZDMleAfRu@TBsxNte%|eUwM1X5|b*c>e^qYT)N4n zJK5eJD|6lQb>07egcs}o$H;Zf|E-XEaKG*)zg1d}ueOUEs}5nO5L=J6z3$Oloyc<8 zL_t5Ss+dt-I&o@wnRekil`{q9I80x(!b~iiSv`AJd8uiSV|N%WGo`$`bXIv)x=SA; zOghc18SL(z*%It;rPF3i!T?cTU0peSN>xGkUPav{*QD|Zv!|3!o>evtXH?i6MyZ@W zc?QmzaBJCw3A4)Q{A%;m89LNRky&NarA)17|0OOUVi{a~961|NScuMRCjG$n9YG8G+o=g+Va1hc7&WafnMohHL9? zbFVxQocnVdZ<&gPYdqe|%B>WTDaZdW!jGMo_qoT)TT`dpaPVWryBfM(zg4Io%dvjE zHP-q)32f&b2VR69eX$&0U*N|sw-j7%Tevxl$NxVSTtb4^I^<BdUOrp3&FpC*D?U%Vi*W>GAS8C;p}T0q^te7q{`X zO3L9DCw%=@xwR@)h(c<%`-lf{UT+OXKl<5OIlY z$auTfx3Iqbd=9KHE%z6c%_YT@%Wug`qFr#>crcRcr3?u?vEdh$MO-~8UNq=3O-ZD#zDYrE0)W`4u? z0CyN)@2UaA2D+|hq;D6c`vWVuj9)B=%9?Sq5aZyobiE099kXBLyLau{b&f3pQ@5}6 zbvB2TWs=9*0PX1WNAcn#-fj_RK||;0)u2}$I_k{Fwxhos)!o>>d>uW?hk)4bIC=Pi zya4}MjT~w&%KbOJFZ0(aBlp`HH7pSRVp;nhR<}?$xm8L3U!ut5ak740$6w`GP$GnZkF+?1eSrt(=MMW*^x?=t zjIzEnB%fO*%%0ro)XB5T%S&fg&&oUHl)O-wh4-u!oGukJrj>V@R#{y!tE{R^dDTq* zbgG;*xeFg);H~%c>Z&ePGbVPanl-Tto~3oEnp8QXv}$VEoN_)|>pYQp?~2q6DeTrR zJAvDa7w}0xCQq-v*i>R&`}{TD1KF*%G%E}i?P&B&e!Jqx#+q%z*IoT!uO-n=8B6;Y z_G+KOiiUw_;jJ?&SUO|!WW14P4GTd#=8YI~)}Vf)2bK;TFK$3Ie%k{nIh;+a7vhM_;cV%4{hixZZdcyGg9(A7X*U4{j2yN8q)LG?t{xH3KQt71fs)?-LS)+#ybHYuP(@Q5$ zt(;O(ji(cn@>*-*dcn_W9}zq>QPK8kTZKWpvw+?9pqARf$!`%6Aq@(rAM<(s3kCeGm#4_0fy z$l;}D4|OJ2&Z?>=pITN`?VMERbj7UDS-q0@Z_J`z5&Rd==#?K&_1fNT``~^PlHDex zmaJW}X-Hy-+iyps;WZ1oZO^@~M`U>aZ9|sFGcL@i88K*GK|B&~vD+Q`*u&BGiTpBY z&UQH?q@t_e9+=7X^Six2xerH8Jy+G!jjz-m{ql8-R?I?ATEB9OdwX$YbB<^p^bC&eNubN<3z11~&q(Mm6IL_OT z{&jUtR;@Jk$evodC0O+6^V^=~=BK&GruNwjLbjEb#LFR#UcEcUpRm5J^NROQhvpJqfD*0I-j*k3u`dh;nzh%MasPL#Zd z-b?I4E0j&;*mhZ7_}sXBlGFTxqLaIKoi-q^@c2pX^Nz3TjUQ;!!cPp5qh@>C>=p~d z0rOAN-w-r^jr2hdtu>K&hX=PK&k7$VtzO9nU&#)%!k_=a>XkfvLl3Xv<}Cc)xIRnD z9cDSRA>1$I*|E!htgEj`Vn2xa?N1bUDoUl4pz`^bWY z-iCGg`SG^htdV|A<-)M_P^54O-~!Vjhs2XD4t4S~e>sZ5rMx;X9F5Co<;|@qpPpBZ z$Cg#oDyyn0XG~8!WyWFp(cDBlwjVW-o5O=$UePP=ulQui+q<5wS-WES?JIKPk!ybp z`)*CJ?(GFjH?OZ*^7fKmE84&E!_oAhVTOz*h5to$SNQARUbbrU`jso+URhjI_{vX5 z>kP>i=t=1@`G0JzK?6pOLSvPV7%+15uu)-~ZIAnJzxLmF&YpFD_)~Ou#_B!QlY2E; z@yT^7+q@NCB{!{kd5vCH+74-;;;X0zT4G6DFXM~Wc-P$#jTbK2-l-n0C#({N=IXM_ zsqntcxiGTt<#;52lGCw^myLz`|?by zPFUl0sy77@&#ip9;^oQb_L=ZLYLSGu*yF6o}t>(974yqtOXD9)p6e>fVRi{|1dSGc^kZS&aq z!V98a^}^#>v3=2+XxsLYYr8r7J~?t>O}FtPg-eZw=; zkDs8S!pQSK+$bmbo@cUd4)(|7a$Lp2cl34K2)p^&u%lhXn z=ugvnCGh_ccWmFm%f~D#o>kek-%E|o@7^=K!s2R~VL}u~hAiKPbFh0~+#s5BusiPv z!f|x|2iR283Z77hY9Z++IXJ7}6YHXJI&u-oX-riGO_;1%sN5AsaJF)eg(%YZ!>RW@FfpIkK$ zu+U#y7!P_t-4sxX3mP-M}B z#>OY$nkYJDyxuZ%y^Lz$S=(5ig&|ux_ z;jt_kBJXC>ZesDC1rZ~+|rq46E7*RHk{Yv+0(J9 zIvgEqMSN^$-YKv4emRPn9tStjz8+S^PRZ+ ztIwbK{3HW!T%87aztWrjhR$b1$10D(vCFqgm;c|@bNg?U z51-{7<9Pf2M)?K5q5szLK9DZ|>*M1%Kw%=`!~vW z{|)_u-_Te7hR!ER$2zY6U;VfGL%ZLI|6BD8KckcWP<0pThW+u|?VpA7W&uXi><;)K zf(7IiaWnaSsnHMd<~Vvnb}{6L>+{dAL?YfH6pln^2%K?dqlLhk8D6vCV-$|f#@j0|rwI#WxUHPn z^R2;~3vcPf_=iEfT;VO8*iJk>^jZkdbz&#tQ){oK@a9hJAgb-P5}xD4_y^m)JmJlp z*kL^7^jZtgc47rM1TSBBQztfy`Pv9?;>5m1TYCk<8#}SRtl#m%8#%G#ag<(L;VCCJ zhxytGPdc%S7_U%x!il|-2i{(ImJ_>yU*YH^-;(zej!trv z{B+^yB=vC_@%jr#CuvGPKsY){8}fm|(MfJ+rx_$1oun;3N%95@M<>~Z^UE6|9G!%# zS-mraqm%5xp?O1vqm!J*Mj0j?on-n6;AaX)Cn>;*?VTkYo#e^3;Aaa*C+SZUhYLq1 zxss-zBOION^91+^;pilHpnbiO!qG{Vy5OUPqmytYjW=32I?1OPuDo-Fqmx|O8T>rq z=p_7BSZ|DQbdn!nk~da3I?26kpYsjphZ!*W6z^jc3h1;kd0g7$(%=DfQe*OX38E&K z30IRR2v?IQ3RjaS30ITLg{#Svg{#R^gsaIF!qwzT;cD{5!qwzUgsaI@g{#TagsaKZ zg{#RkgsaIjg{#Sz3Rjb730IS=gsaKb!qw#2!qwzC!qw!t!qwz?!qw!k`47U?7QIqcxt|s3rTur`DxSD*wa5eb>;cD_a;cD`O!qw#U!qw!5gsaILgsaI93s;jL z5w0dbDqKz8C|pf`Ot_l7Nw}K)xNtRjvv4)}3E^t;lfu>Hr-ZA?TZF60PYYL*pAoJm zKPy~K-YQ&8{*&Qi@@j7>oDAr+G5Ptl$=idIa90_7me-&cB?wGDiPyZBgu~=dJAuC} z93~$ke?>S<{xA8f!eMefUSoC$r^)2635UrAXwtBKzU zR};S%t|tBOpkdrfe+70^jz;(v{a^|9>54fuEO z;^C?2x)P?96A#bDhzc#8cz7~KRcPVF!?Q6%gC{>8p_K#KYUJ5AT%YDl~H9;jQvtX?;^8fG zV-@N<@$jCxi3;@)lsC;yRS3|?ylc)@!ABN0VKWtCPCPtEb3_n-k9z#OgaJ)HE`0Zs z>!uBE1vR*r2sF4shS$>d-iL_+Z8i>{T_Hw6g;R>{<6U~O%NxWSXG z&6RvVcZTeUuZoVp%XjrdMTjB!&wLv{OmiXmcIG-$1RN=ke6Z`i!(2>ga-Ch9YlIu* zBdWoJK+`U&W^#7pkDG ze31xj>cx%3^pCUWf z$GLJn+pt0e56RD?=argETlr!Uq?OBEuNT4vOlWdVt<5#V4QkT4X4cJhY2942>gKBY zb*|~IcOP>xp~*G7HrG5iXo9C%@y6`Sm&uNeaH{c3HNDG4z)ID47EAn2b48u_D|m$H z%~v6UDXDxcc7+OQ=1!VYjcwuoQ{W3rfq&NJBGEvZJ4)ABViaS zWnWEWd+oeCI{uV(8#sDjCLuj`$UZ~+sVTo2XedIa}S%ryvo$a_?Fj5l%` z&Yk6W8--(acf(37=k*>_0hg(}IRtJ}0hg%_JbfQm0kwOXmDwyp99BL`;Rz8i#&VE+ z*!2#xcC4bQ-BY!-d&Uhe!+2wA_pC;e+HKWTTDw1~ptXBW1+CrlDzNQXnQbDZYxjZ( zQoE;J?>1B*U=>a6UaYO%D{jyfkB?35Ue!oayB(TJYxkN8TD#X((Aw=(LECPZ2XY%ItuNoScB$ro({VL#+#6K78{Y?ej+Wiq; zc%P_%Tf2r`A$+O=Ztd#xv^bywZtbGSL-92o#4KN`fLp40?1W#5 zzz=`>gz_* zxA65ML4a`~KAeyE>qpFcG<+*~{OwK<;v(Q{oz11;I1wUxL=8khUt!w>5w9)61x#pi zW!2_NMS_FOH3;t|yhe3%HMVkn$hRs@M94s6J;JvtO|^vH@nvfawB8)HUNaT6ZE|!M zw9UQj%FRXa^ir0qyI^$AX6v=k61aFgL;G8533G_ah!^1gAmDMDL(Ho^#5R#&KQ_j% zLtpa>WJi2%828a2-tj8nw0Q$(q1RRgG&uj9n%7PRG&ui$vsb7BPMZom?ef}-P#;G$ zjs3TSmcU7|gs0vKD&V9@;CY$XQ3ae78+evm=w^T5q9cdb3USH75 z3slH-;%(SA<5cjR_(L24rbd?CWHDV>_N4#qo ziQ!D7g|(3uM}obKw1_Qvjn)a3yoIC5wJM;JPji^RP6haNA^oaR!Q{F+;(g6rOlWdl zUz_X3NYDkJw8#0B(z{7_M6U1_@b@A##ogsmp0vwEz~`DgjHMB881@br--KRX8+v6V zxRashvt!;NJEj}tP7yM37};nQZ&SYo69&HUN!~*$VBq_Nm*ovA zVBj0c+k=Nyz`!@EJA_A6z`(bYWBa2j;L_9Fg|JZt+%MeE%k5(-z=sa>e3J^eV5IPr z*?U|C^sl9C-_0uE?d==5hIvn@fbr{kj@eJDfD7`US@ow>zy*0IYq~`RTy$P%mZw#K zN1J#dct!a>Q9=8_5f!u#{8t6-1HY)Cec-4H+6SDde2$`hz*Rx}Ktu)Y15p*U4`isIkAyuD zV&*LWXT&=Q69d|89F9e6-!Vjk$M9&^I9y*Nsl#y<)Zyb)P=_0+pbj@wK^@LgK^;!0 zpbjThP=`}0sKbp^P=_0Av0u8eVRl%F^mJ;nQDjB{w>iH^LL+ZN+oi>yQ| zp2UBR@iX~G3GV6r660M{cJeM>30t@^enyy^ypZ=~ecTv7P|8c*#hdU!Zj2v36eL?S z?{GK9hyR7ipK$H*#=0>+p6{5fB%9>M_yD~q*@f?Srnxab!0wUU%?tP(H^xWI#mVMO zzR->FA#k5$J(TyBx-mY4ElIXu_7!f74?+7U`3)Z4J#LK890w=g!jpzvTqHmNUr2<-FJpfP2NZLyjiB8nz+1 zlC0RUjmgG%ALI2hY;$rl?lisLhHXjyj_hQ^wkEG-hCYUEOKxWmImNJ-lJAk7YS@nC z4fO9c!*(Uh*|SOv+mrO!2Zuyrd;_~TIf&VZM`C=7xi8s-`<-J-ew1uYHo~y|$v>gb zdJ`fszJ)xHJd-u6jKuhE>x<-@ILEw;P054Foh*5YVTY1C>B>~YzDo|FW77;foE*WL zO*iaF>Xr^*GYrF@@9fDgIn&S#H`Rc5#FrZCyQzlkYO@TDyQ!;5s|?L@Q(ti3-$i0A z^KcHjsWb4Ow;!2j89YA$akZ-~V9g66uZ#iW10WNaK$o}1zqmwLCDPz7%4eca!9 zw;EcAP*Kp^4DINq^11bPLyO$hYizRBkr?03^l(#u=b8FIB*u3f#ct|57Tytw@ohsN zH}yQv)qg}{yn`%pQ@I78el*6LiT-ZtDxCRVyJ(D8p22SF9U4^_4LklYH&w}2ZExss zH+2JP2SZ1>sRu|;Fmw#^^6)zvI?hdvrFWeS9q*==k#;t8lAGdpDtKKCt#DJTc?d;@ zPIXiKi|t-lLub0FJa)-$hE}_&A*9_6oriYj5%n;1zMFcQ^h84!xT(LAo@D4^H`SPp z)6>uzH`STLYq6nA-P9`5UWP7nQxB5%HuM%Z^(yJfhOTf^Z=eOeK8CJxQ?oI?dZ!q= z+D&zefSzjTy>9Ak($frG=cZ1fza@rlK(EUH?Q7^pH+3p$KSMXWsWGId8@k0!jrKtM z8@km^Jx)5n&~0w&UDAPuzT~DpB^_kw4mVZ6Q)sZEyWG?g(jkWKaZ}q#&oFeaoBA8+ zP($~*DgMbPZc!qZ+|YyQ45a56dI%kf zbcCVbxv4+#92{xrVYgA`B+OYh?1<}xm)FL3u?vijMtLc1GIH4Ic(4>r=73~oWHt*f z0*L(qeq`pDdpf-Hi;ci}pV?fv!@0?s+1_O+8T7!faEeW43v)AuAbG*n7{Ou@oV1y( z<;D>6r266Fl$kFa^Q0me0W#YN$2_Ur_TUA=F;D6VbmYwAg=3x+zrHB5t#HhfT7pB( zY$qJ^q~7B8LgAPvbrUX9neByRp42Ybnb|>j6Q^nUw3$xk3BoZ?Y6wo}%#Ok_PwEm} z1Ts4rjt7OYp}0ZF>})tbzKHea_AXK$v-t19$dXxPIJzhssg-v(S|VUenMUfCZlvD9 zVK&k$xGl*%+3bX8SFx{o5PgIr>7RY@QzQu{TV0GnCi7I`m~6%A3Yjv?pZ7>e+RIC! zW&tysqLn_Kv5$X9+h!hI(Tdgpo{;;U-AdeeF=d&1~B2fs=6a z#jn-NY#C#xaT0@Zj%Rj{(fo{rhbGAE5e|la;!Rq6Vo2hNnb@9rQb@8AWf;pcdxoS@ z;%1WKkYp$3Gg`kGTPZj30mB!d$_k&Ft- zu*3=;>FAIQPwXW*HzcDHLvYECVm`^(kc>~L8FTroS&m13;`3Zj2d}dil79@U8G9e_3 z6a1rbnG-`&lQ@iPe&(c*EKMASmzm`uS(Z45Z7?|`SUF8HB_t~ni*fUuSrL*|i2}A; zWk^;hW|LeTl6w=klUx##b%_%8)~O-ckXTJJEhHNgGwIy)kZexy3sEv>gk($N8x8|A zL$Wo|w>`+EA=#F=oMcu=UP?SkQWcUNiFSD))gjrHs3Dmhl0AuaBy&QtH}MR~+>q=` z1o9V?=*$HnIf5tl=xNc7?1BrUJfpI!h!>?c05^+eOm%R&Hfj*>iEqrf;sl&{ zIk)0>B@J8 z1LrsB&%gzEw&&zLjLz!jY=Fg)oV7TuqfRsnojKM%+QQnUV}nb$%X^53@1a4rah>Ri z$D>%6=x}Vv%$e!I$s8VUdCQU5ARjP!>OA3U>Se;!)XRmdslOAhrp_0xrd}ajO}$dMntGLRHFbe- zHFcqIHFc42HT7!YYU*O)YU(w@)zoW+tEtxsS5s?*tEo$btEtxuS5t2guBI*(4pX1v znR%mdHT5RpFm*ics{G#zS5uc6E~Zv{N8wyRXN{@L)27}UJbkK~dYc4MQ*RfprmhgK zrmhsOrrsf3O}$gNnz~B3ntGRTHT7=cYU&?_tEsDntEp>*tEp>+tEu-0S5xm5uBP56 zTur@SxSINaa5Z(Ea5eQo;cDu7;cDtb!qwCb!u3pjSh$+{h;Thq9~G{qZZup>y~W!L z=K?xwOx=_=^@-r75;gTn38JPxC0tG2B3w;bBxR^e*upMMO$4)K`V8sXK(LsjmrFQ(qUZrtTE3 zrtT81XX~Ab+n-@&fr6wMll6|KnFl4tQIbgqci| zf2EUr6-4?W2_N$N|E^8KXVw0p+9cWJvMkBRk+dY2Wl4C`%;x&iYk^1sGnpjcrIY*^ zOkt7&?sT{|3BOj-|EV^~Y25y^a3mQ({vY8c$q(KlCSfL%B)!(i$6BMeAjgMtFV{_{ ziJwCuq5?jrnT0nwzOFUG(ZoNh4&S2p2G+$?qV(`G`UWw&DGfr4l>s_t+Asn(_yZM7)h7u_{i0?Ap~8f!>-Yif-cjM zHtghj!2sl9LX)dUZLXefa1u7gPeoy0SKjD^8edo5z!|!6lIx9RB!)AQYFFO)Sb4L6 zk%lqSX>z#fNF^djB&?dbi;)=4MCw;trvYy8IwPIWNCWFe8uaT({ax?xjKpvz(vaFn z!*Fy15$Sj~i!P>NOLnAimPBGpcBgQ*3TVmR6o#u{j(;eQAK?NfG`U99<{Iq=YniJr zchto+%r%(8c^V11&ORQ(7!{DKoF&GpU~-Lez2}*W2~DmGYI9xW1`P%w*MThTSgJcB z*S{!?R{^=cp-`p*a{WYMf(ja*d^MqYB9NJ)fA|qylrXgf6D>O|I)*ZxF%-OlWf5 zT$}4QH+X=#!siUPOC-*u4d3Ig5P?&}!zT?ZMZlwmc=)K{4&4RQN5f|gx>P2^B)`@5 zUSe|Az$Cw`Hu-8dNS%S?YkBsp(MU+nX}tbg5jc%^LwgAKXbG9d>))#-Os+q=UJ=3t zOlWf5Uz_VeH@GUDYrRI&Tn}j^&9y;GXs(B~gvqte^;R(#6PjF)*5=ye2ImaLaecw( z4C&=Bn6GkiM+mz7#l?J;3O-rT|}k70|=O$3$FIUGjPI3MY^;GU*~Dgqx9Mu%)kjB7NytLUpx3OMh>Cq^HrfEhU9Bcl&hz&yL~nbAig zWE#u2xn3Du4d}bE{4ceZ|IH10o~@RDqLI|{PgPLM52&D)r`Oh~<)3Q_wfyfYsO9Ok zHEMZ!ZH-#~Pu)c=|Cb7C`9T%b@-J0T%XMuH2er`he`^V~{E!N2`PV9_<=?2FmVc{) zTK=61YWepnsO3MXpqBrrf?9r91y~+FPWnj&wftulV0rjJ=|3u{Gefw`3V|SE$^s;THZ+owY;+m zYIzqG)bb(~)bg$>sO8;MP|LfkpqBSgK`lQ~1-1Mn71Z*cDyZefD(G3>O9i#Ow+ece zpR9sf-bVznJTKz)hN}U6HvKLIt&aqzY>J zC>7N5(JH9r=c=HVpQnOaK1KyS%g3sqmY=VJp5+&)pq7slK`bwcc%9&CK;Mn!7u8x` z773!~spS(il3G4d1+{#V3Tk<|3TpXe71Z)6DyZcZDyZd^DyZcbtDu%&qJmmJRRy(t znhI+9bQRR{87ipdGgVN_FI7P;pQVCYUZsLsUaf*!K3fH~e2xlg`CJv$@_8!gS$>%c zYWd|V=vn?d71Z+iB8cVVBVHa{4d}bE{K{I(7e;~~#;E0sG?H3=wF+waVinZ#YgACn zuT?=UzfJ|Uyha7Je2EHb`SmKOL7Ex%C(wfrU()bih}pq4LFK`p;o1+{#+ z3TpWuR8Y%rQ9&)gRRy*DHWk$J+f`7@SE!(8`AQYk@;g+}v;0mK)bdp#h~*0+UTQ2X zr|-t{yK609g9UNttL1Aol3IR`3TpYiDyZf6si2nMuYy|sfC_5)Iu+FN2USqZ*Q=nG zKcs?MzCi`G{9zT;@<&uq%O6!iE#IhuTK<>{YWXG=)bhtwP|G)~pq4+Of?EEh3TpXN zDyZdKRM4~hX%*D+XH?L${8<&$@~t9><*Tv&?E+X%-;L$Z)mr{SBD7pL2O}|@iL|RW(p!<>3r6A} zz470c9dk3nzaQeiBixn0lj84H0e>fDQXcmBvj`FM9(7N|^Tr_+^O;od)u#F|5}b~W z@$2hh$B$%3{&l8DIO9WCw*_#RGbw#t-PXW_{vhIwXK2PZq4(E@{xlNYoeq7VZs^Zc z(9oZYAfZ2rc+WC4U2tzy#|Wj%gS0q5x@c)aKTr~=N@yZGSounIU&x#-mYNd=szTpsKHtOCwcE|2y9qXN!T zE|2w(sDSg7%VT|e!P+0$K=y*QK77JvFIX#twZ6Sztr7Z>Z!cIYWYz5jYwL?3*bCNv zVOo2^S~;IS>Vh>_&(qAPd4nwHDORvO0#^h2ZY=lHE7<({(O~g-wLHCGO)XC^SX0Z> z3)a-~^nx|DJiTB|El)34Q_Ir}*3|O!f;F`~yqWgaa5bRs#`3~i%g0B9 z0cEiKF`jN^vZDvPPUUR12`Zqe@8LN-Q3W&;&PU8oQvrvV#U5F%0;+du3c_R&SiM#} z-KMC3Wwf92gsf0OpJG>vAW!E@quvD6G2l^{1GuF20H$NrB@dt*rcL@YWJeyrzT+Uw zQ~?KYJO{E%Rlou8?>_mnL`dLh@O*h1*8edV6PjGry8bU0M|0Tqn>PDf1tyxm!ZS8I zoI>j){z}p;BxcsRpA!-@>)dZ1l6Ybt$ALC6&P~lq>?i3E)byfES8;^$IC*; zkmM#xnt^nWan@*F;#rPPW7&Joi=rSUVV*t-e&M)3D8@OVC5gLQgParN+|K@qc|15X1$}U0JsmVt(1(S~ z9{s8qXJZZz*E9Nmh;bI*sBjIW|9FhEzs7`%8~t};HBy#v!*!QtWKYU$yVlc@sG0v8lnQXveKZZ4kVAaVcWLa*E6A$Jk zTaq<%W1Jc=KRJ?TN4^{5hxZGTKXcq}W7Z2UPWEESj&6(}w$~*4lAY+r_;L8st)G{c++w^N`l>z{0Fz4;l}vE@rvXS?l%%82RhEG!7`7%Gligz2w&auu*xhc7AC$e6yr&b`18$6;Tjq$UkUCH__ z!Jc*%IFCY5z@MQ-YQQdt+*!%f9G;>fzVVmF09CxuxQ zW@%I(tP>-Zb#Wzb>M~MU7uVlStqV_gQ+Tjh>F3M3xM60cpD*j;hMSdszO0KIWmfw6 zvMz3nS?TA?y0~#>rJpbB;>Meme!i@Wn`Bn{`LZsq!mRZ3WnJ7vF9WrNPfYEw|GObRcRjoa~>GAA14WwFIrjtX<5 zsn0>8r**}ZbYIh{xU@z~aN5+Xe;nQ(I?=gJf#ZpICDwUlcr)@K9YoRk9UBxtiXOta zR)1EA8()U=I4F0+7=A|m`=hf^qUB$Flvo!(otW!l>pz&H?zF~X8ILz4!b3v74=~Ob z#C!VtnC}osyjQ@Toy2zBQN(+PBqMPVF4XapL*ggSXbjRPB=N+;dLXBSBr9<-t`qT7 zL((Wwf&o5$T1c`JPmq*^BsVdTq5Fm;&&iq*!%?{LGyE2pAZ=@I8(NRpN!*VHiw_G( z791aC@U!ai2psqLb+}l@&k0$E>$G|fY9|y6kE@l_W_2E}z46ih48{!G@!TY_llV(# z?08-#4>BW>kBdTlOfVZ;{KVtvRPnKSOF?STUJTdj8vNpq#LdsR0i?F!@vl*Xjk{}d2QkydPlowy=cSmn3D4mHvE}jev7nIJzlp5n~ zLFrs4zAD6i;`BTOxhpsgJI50P(Ms{VL(-t2bi!o3OGqq7uB=4lIBZ!R?vtH(kzHnO z^7d)yTu$yb6lk{z+YiO7U7up|2+o%HJU1-vBwJu!Rs0IK{>L-W8p+XYjVs(nWPXy% z?7>=+#gq4-yT-3_{jg^xPh?Xqbc0vX?2VEy;S7jhZDM98&!L0Y7?ztnlbstgfd*WP zqc1GQ3e`BK{R{;wNM76w+pc%(jRPx8Zp76Me_uVUS;yoc_Ql^DR+QX@t95*t$=4&< z6k|kuxtp4R{fd*91Ymz~vns&)BztqeTTIE4=f}k-4r{*;AAzk zuX2<0d04WD+5hNf-HoH&mn>wy)uvqzBzyB1*0@ctL6k3&?QrRguQeGC(p>o2W-FSY zBL0NGf4Z3aq-E|?;W1@|=57hGnESMC?lZQz&)Vj04fhdqpEu?v_OlUQtjCU@m$;nu zeYwRi%%1p?eg9w0F0&9KgW zK+q%igh@*hE7%R*NnDD3`X~O$*4>*}2r{UkbSeV87X}!d_yfED2jM=$6J0n$d|2-U z)NNGaUY-k|#5aMANo3N30}VKej!O(@OMVuP1CyNg>{&d34(z8Lcw8OWy*f}wGqYvG zGWkeul?kbo*^BbI6!J4N@Vk9aa2~l;oRWs@&NAGU4N_YMd!Gj(9R7Kv;kh3%{AT5j z)A&^k_3>72&RwW)yWSjy<8563J(Ng>BhK+|g2YLF#B||(9xU0;^erE`*yHju z7`WY2xDsW@PjmeaGqKybw64TWk~qoJaPf@yH7qlk!vPtyPX}UCJUO3ifLm}mSeDa@ zVsGpu6>rxP{WmK<#`PC6Y^*B^U*MX{O7eT8jN@$vn;|1PJ^^;2+2$vkv8ETfjksGJ zb>xMp-N5>Ie-@wM`b9V!lJ{`;a&s~`$#*({O?E?jGm_KErWh7aF3kk1FsxCseF0dd z36h(9x(nFFrV<6o=Na=7Q?f954O@AtVMWPS-NB|AR-D|A_a5=-hLt4uvAQ!18|<{= zwY3Cw3|k@QobWP^Fh7Gzeg<2oBZr;PbqME#@~5E{ygqj1h@t)Ds&M1<@b`7tvqjg= z$aJ5Z&!N0UclP4@g*?IG^#LJIW8{t3i)OP!Ma_7VayB?Ui!^osVH@;sx*Z!bxC*ke9{7M}hGXLXg?Zou4ad^-*jDtG27?TD zBlu$gGbTF?1`Eem?p0${XfQ-Lh6#M9tkd9(rnewhMyD$LW?y8ba+%(%q>|BKsK){= zTVixDb_Vu$+Za zF3H6O8%uJ>!}N@t%~1TD-cYh~F2wJ=oc&Nra(=|`1y1yt1d5&*eUkAQLE<%B)1Z45 z;*G<2?HHUIu5Uo> zB-qLgF+&}FB_pvO$I);@xW!MDbKi$U5>JfcK97VX3x~IoN8J*+8$KF64RP9>kM?QQ z@X4&VnBajn*zi;Xwt*8qp=h|pJhCa^*XuTX`Z$hlSx)pMnBVZ3=ql`kg9Uyr$$h+! z8Sye4hu?5p(4-ncUO}${4!cRBsC!7bAp>=x82uQ7bi-`}zQUfF@rJK?W3jQIYU)I% z;p@$aokaZ(D6z9yDfdcL;%e1!S2KKtaOgV!R7QRVZ?f|Vmhv(8HV)EeZ^;a7q-N@OHK_BCT$W+xnsc?~~mwhT4OO}w84 zvcDNED@yzuzBl|^vnNrj9*LS}AfL2nvf@NHl21d@Cvif1kOLtpN!(5HSxEXPUSWX0 zcgjWG1}9#kfnRj$f&jx&eHxII-Vbw}oE11OEI$7R9nUR{?#2eG zfZL%#<2fksY&RBr9j)Z%q;NkNaiWUunp{A<>gKsxlQ$#9rY1dS&ZuIk zzGG41bo}tM`JEPv7*C{KcI#?MJtgX{!&4L`-tfiP|`2IV3v-25INL)j1IFZk)P2jqKzZ}G!d z?@RH^-5Cj3ExvG}!cldf=QusX_T3pdnMZXTMzsJxUBhGB8R^esLo45mcu3?#`3vW- z`KLeUpYvar*viopVt>;=;l=xSlI7b4>%*v^4W*>Uh`8ivyZ@9L@X+ zsXs!kudtcd5qS@Q)-!tZgHkl}ux;kKxS5CJ-pIsxIJJ>^5Z!pNO3~p*xm<4^NsX?m zL}~$MPD*CagaUqHMcIE2Mu|(c{u@CZ?khUoE6$~sjtdoVT%&@SSJ+Jb~F z@N;l#3Br%1rtFVm-$KIInRpYJ53fv({sJgRLs|BRKW02AsW@9<9?s3+QUDa=4nVPL zq*gL#-WRWjJ_GE>k7@AX^>|Viy36B1Q(aTmn->sZ~1quAZ*TttpUV~5&-|LFf{dfri<*P15>MO{889rD% z;T%|P07C{rDk0wHx|TFmNPQ3a@4(kFr)B|CN}$jq;cM0)G8bSLJeEw3D%ERrDeKsa zk>Y5ch|H}*Q1%~~(_yRjq#uOgzHee})`4kF)o@_?L3s+i_M}~Vasv|hEkg75LwyK! zFM_!rgl(zxp{S#3G;;1k*5{Zly_pCw6{43XrdCid!}S&Xg(MW+ zOyf0dScr;(<)0EwOZ8IC!ZIjXI0xg?c>pO=MJ!0C4P6>H)S$EC2{iImc%2m+byjfD zUT31TzDY-95?1I5T%~7iI2u*2OcfTNEj0(!_i!I$I<6~I)$GG;5YL2P(gQm)T%8(1 zig_nM77)EIkyKISjQlm&s@g?Cf_^I-sho!xcafp|U_ZmP5bJ8B_9Fij(%=>~_3{uf zbTm{joSVzg%9x?KI%O_Hp^I3s>|;>wuv$l88SCCR;T+F>wQ_$y2tNnE_vA@ct!G*p^e z&>ZkJ(#*o|K9Gh=GYT>p2`@@B8Q=&Csq&rca8&`YKR;x5t-}WPXQUp3{Mn=lmKNb? z9v+<W!Urs)tbm!X}mLmSLGZZb-aN)8-zk+&rIuiQfXYvOSkhqZtfP0Z}Hxqf}L1H7%Jl{vcx8PTNk-Z+B zDy6lax_bVxq9GGfBc%Dojn|?DFp#Px*@V>SFP;l|T!z%b!AOR$It!6%fJ#Ps5LpYb z8orKYYOX^{D`L&?EB^(NVAVJA$w~`0v(gjB+{`+Ehs4uCb1Hn*+lX8Zz%Lc6`Vk^` z0o(~+$09Xq zLRC3F-a)~i!&iPEdO?yS_#w;32n_7INF5H<9tvOeQ$!{KOn^sY+!Xz!zk0r%^sB#! zyl_}*SV(4c@Q0-;IT?dBU*#5=PL1+Id>|6TefNVyp;bKh6{t^^;FN{^{O=<7e3%p9b7p@>< zdr%L*!g#Idz;8p*fpoa|`pYmEP^5syS@_3r*vj)EihGcH7pOlCU&ox9hmi6O#J&!{ z?rB6)S2wKtj)dzLPDTa4{Df@4NCs!AtJfi^_9w_+12E_}to$$Gu&Q^F@{=JjGT`f& zTJvY5q%fgAKuS&F$AX{&k*V-9!FQr`3BN%vTo9)3BWs-CCn9?*e6aW!ED8GnCX|w9 zQJDS-X*MFY7x|~aR~?JUB>)$(z`S=Rwds0ADo;k>>!Ol|s*4iOC20G(QU9!xdq=n}xoMoYz6~V-|WH zk>3IQhJ_Y3<71#1GY_2^XvSc?=N^V?e~^s#U2JCGEf@Lm{z15m<2`&Rc!!_eRw4B3 zNwF3QOPDzL07-1U1BtgF;ad2)q8UF_&GzIQx)z3D|f+*h#m)c6h2s3g^%f%C|~`_JWp}0+m@n*F`bXJQ;4HD!|D3ycR#1N)R^a zNI$J3%~wzU1TUuf9jH+4XjPHtRYewJdz=q1U9CscCHxSre=!`~ibB%WO(59-FJ0{b zI2k@Tt_&ZP@R^{C4ftT;DkOUeaHZRdzB}ukY>4$fB^bv(E-l{=eBT?&N*j)a*mNbn zH#~;Du9x248?In)>qX)34Y#tdYAAhPd$GJ5>rQxoC=2d#IoI7EPUh+>eV>AA-5ElT z5R3~GCBZm0xped>6u-hTadphZ72&*ui7UdD!h{I?itt1-Q7;qg%5XZZHRb3k^H+;<)}8=V_XswH1R1rNZB(62$R4)(n9 zSWRe+$_;}^2H$is4f$1-$oT_G@VhgDc?%Gm3^0NpObJg82X7$V8srSd#=$Sb2xNyG zxX8EXTTJwx5(YUdywyz20a#1yCozrPKz8t56y`-hH8F!Bw z308l%64lg&!@`Ll^HtP^V!AAsd(C6QBaedeFMk{=5zf_!2&WSCb|x?`42}rKu`X_l zL0BFZA`lBO+*ggISns9ELpiF1_48=8Q?PR9DFUku(-)zUKJeclzIxeBQj$e#|sn5GR$MsFs`s4)FH>!ew;0onY?B(;}T0vyWg%dj|1 z4?{H@X)hHL#x^Jy~sHmG-nDOhxH6(AH@$D z)&s)yHqy~v<2RdJL%PZ|V&FNL!4IZ{2ST#NNWBNKyO^Sr>NbFCen@3Uhw0CnyFfS zSh$dDY*;U+i)^hPk8bgF@i#R30lDDmqNEs|hQ}Fd8|ys?^N<6pQ~9894yy}RpKv7d zMk4Q)IB#UQfD!Ec3;LnkFXNgaOoik4q$i>-X$`4RuHb@ATd`z?AC^SFLe^$EoPH=b zwp;c>o5K%RvRrWdMP-P*A`=!yCG>Uu$1xp*{FRy7v#pPElYM0Ycd4VnIbR!FA0O4( zBTf{v^Gk9b$qdIb8h%;u ziF|MxJ~W#2nJ=+|$7GMr9D_+2K2{cQ(aFMe(uwUs_{{JvY!i~=GqK}0lmC09k9Sk$ z_kHauY&+7&dt}+W2`pX&zx~{Uk^Omj`Z>M?HV6EwKVV|Wxc(G1hM!B%K;fzoCS5IZ zYv6-b_kaYcLBabZxi_65$x}$=D`G3*s~$q637}Evzm3>KARRiA?A(|BIO%_mMEyeqW~r_ zatR{*J?RtS*IkPUjq%$gT(^o>3pFUe-#XU(wW4>f2A{lH=m&K#yxc6rksjoH45^pG z*RhD)EZm0JE%17?&_tu626=`QV-xGd~U=W*SHRpBKJ^uy&3_i zgrCn2)R9yeUyG#G@HM;=X$II1FE=Bsvfw#ZdBT|cSmp0PaT;>>!b=~n0=N=>KKoEd zQZb7@gQPp)r4Nq+{3|@PG-8oUT!H5rk&0p5}V!EvX7 zi07X)JkLLJpNaE2ZEc=8w&62acps?zfu>syiNTHiMsS)KaA!-N9zCr1WSNW1$7<5mH0n{hPg zw&-ejKN7UvEmhL)^Ciq&@-)-sYG_L*PkfnC6-YlpDnGHM2NKw-w|G;?KB#RXgWynD+w4#t9$AEMZPk9{;;B<*D0Vw?5ap>0QT zOPQry^TG8Nx!IgGjm;{jv+Brcu(}oPrd|t6A}(Fa_;v(h^Z9y2{dvWbwT%zJmybLO zk)MRJ;s&cP9D&$(Q0lh0)OW%;Qi=~5k(FT%Iv1kF)fW#(+S4HCBS&rI>2P*J{&Xmh zK7-ZA90|flK*&d+^?W@8vAKLdqh9KLBs_@^FN4*OL+MiYgOE=bmGFK`c)ufDS`Wi5 zbw`NTd7(H9V&Xf(HLNvQ{cCJFsq0V?pFC?t*M+m0w~UXbk+p;xx{Qz85vj*=A1voh zFP?>u;Ms6FZ!A+c>i>uYOYb7jmxVm61reW4Yn_)Vb6V$R;d0g)Ed37Ua#lEoyG6v? zY$ZM`T#ztuR=84#S06JK#9iQ&Pk&U1UExd$F<5;Rc92vv^7y1s^P0n2&07qD)bYsU z(*w;rKAfd_D-S^4TIBHwgyyXckCD8k@8i&#S`wDfnuz%9O!JrcHeaU>%tBc{@6xCUm{v0Z=OnT`xBASx@SZ5CF0^i~9dj z6f@ZL9xfbH@0LWgmNn;H$=NK8zpHI;>MR4*&q^ZN-b(c|9g}TE9NZtO_;~u!+#kx^ z3O0S3qxpPE#H()2d48eDebb#K$a%6P;vJdhJh_B9+U}EUrO(?gX8DK4JVec*vTc#c z^3Z(g^`@z#ko(z^h&QfU$7f}BZsy~N)Mt-nv0&4)lR$M#Nz@cm-6A?8t3~RT)lA0} z=BqQCzCuMek$Y{pK4|5ZO1B(7+;cK`~;>Q%CrqNbqFp;{4)3*tOpB`oQ?j*)>zA@k#j426>E7G;2B0(*N*{S zWrTJ82H@B5)xLseR=tq7+_`rTsX-^_yEf6Qn}Usxm69F{wSX5Z^I`K!`FNRk*@$e1m8wOkcU-yp$8}BAUro+$ZBXzeG3%N!wZ{l0{n~-viWC#Kf&{D z47t%4HisVsdBY2v69LA<2SK~%Qh2K+0elsCTMe)hzK(RwWV4yzYsSOpJ1ix`LBG8ND5!{XVzc6hF(>B!fA$SGxm*87i4~91QBRk3(K0xYU z;Hy}}{y4jgfR}oX0N~H+RI#4f0Cn^%+{`K$jswcl2gKzPcRWDI54rNd%l$`_U0zD8 zLk(+KC9geN0Gi-~g(u>}TZuiW_T;wF=o);-O2ksw^#N0|v3W|#6A_+r%KoAX|RW!S(u4qLu z_;Wd^HeDSsrLZ_GDpG4QjVN!MohzBK=7rCm^bw#Xd zsH+Om6~#$a!(1Ur#u>@g>98lF)N$L6~$Rx z&dy>=E5nx_7)CYi80CZ_n(HK^{m|@rar;SENIRdM!NG_%t|+b=OF1mO^t=$=V)~-X z&I^Oon5!2ed2w8Y?*c1WVjF`sJ00^yWyql{l?l1b3Iq#?WgqW6*eKgS)>cV9UP<8+ ztjcDgXp>aG+P0}JuCYlu5?z~BJ@j*(j2#+2&Uc(0tG9y3xjk;$2@s9rQikFqXB$v7 zP?>EM{Xlh_923ycBgZOVo1G-wblc+EaM9yqO^_m4dT@d*Nh#qqGLf{Db?Ugyw&0JFyu@FQBLgZa&f&g)cv&nv37Z)95%?1LFj&v1x+HOnPtuEKrQDn(DxwL1 z3K*OKUl9C0Tz{)(@e@aDc`OzN4L%X#5?jWUWK-EC@v^!rnF@NiH#;{SA*sW_a55VS z$4O$`k(9J7yL-~RBr&^E6ooq+J`Cy^90^Z;>f@d$KczwvH?Q%thlk|J4jarG1S%A1qM+vm1nQKDS&01O zuI>Ouu9jo>LMj=CUPwrxL}VPHxRksJy$3iIl*bC0l2@M3L24E;c_HWQBx__y(Pa@K zE^Zw@F}@7^+_f6dQdr#KRdAjzpWtAQf{x;WDo#MKQXvD@oeECHr+2Jr3p^V4NkOP$ zl*3I>&!7@Mdls@DwlNVN?QjK|st}*f!9WgRJ|mwkh{Mf=B>ls>3k;F=*Yl9Czsz&J z<&sneZ|0zKsS8}ph3_GcjOaLne)#MjhCw;fs1JsJov5zU$P$N6L1Iia6|%5a*bOwW zdUnzm(N20c26PgYGmkZb6d^tiA z3Vd*=LBxPWrW!DhxUSF4*1i&rme^jb5=1ZqP;3hWZH5_$IG5C%=&8#Zf)H&ppt@&| zq7K-Ag_+BDDZF76F>$5%M0E`ERfl9ao?=17U>SVAHen7!$YrJv6d_a1$mvVOs-E#S znv%DMm*kXBQVr87d0)6zDviq{Caw{mV3GlqCYMQ}!N&r4tn>^v!KZ?&7c=xlk|iFA z;&g-?7Ro5+-4GWESt6wAuns;7uAYA@0g1!l1O{7uIzn-w zkTbbZmc~R?k{s*|%neT|)V zae>1XO0WVRZ8alkSBOt_;berGe|($T~$tP*JH-*9R44UAvW!94Z zE=|U#aa0egdl+nG;OOTh^;6Ey?L>GMeAcYlhlHG(Q}QbBQ@NBZO6siQr20O5DmY^( z0&yvMW0$FhG%aK~eJ+s1AA&L!RK{wjwdm(ysimGlM&Jepv?g?PiIn{fKDg7!l1vb5OLpmmyH~8DS5|uJ}}lWO(L8F$i!4o9giF*M-XzoCYPA;WYS26j8f3a zBAHuaJxiFO@g2i`VL&00M4=P;qb;53guna+U!KN-$qMfEV4*!N0n|owrNQ`Jex8lcL^K|E8Ha2 z^eQq#7FUXCjeC+@wsYX9gowz~x#1h5eFnD%6Stm(B-7-X6@N zZB{LI;!60ePF#hA2jQ*c^*uADngtTE9QP37+S}vVzki1ZJ%e}P)4U0pIFcQlChQ*1 zpa$OMu!pB;4ujK@9Cq<)&0%m;l7o6p^$cG0=?KMvG4H~|f&LHb{uYW$n{kC9S4<{n z&j-!lihx{WSWZK5i9+&wjY9J4h7d?ySc8x?nzKV%64{h(CP_7GpWhRDM>Z84vR_62?_rWhZ>dDxTzq#8Hsno<1mO%b#dar^WW{DQ1W=?i^Nc* zaBO!Ysf6UV6DgCLbfVCtCg;3CajMbObjT_{4R08>i7{Is5w{;cp_~k8@~47cE?)y2 z^FYSHtz8Tbh1a!*XgPe|X)s?h8W>Q>sE2`)$FdG(yIU&xSzHc9QravA2*3 zgM5}M4-9HxZt*45;L*fbRw*2C^ihsgDIR-#YGQUKsc1N^HAGL`vmnlPbs>dY0-v>h zFGB*wYKzNtlqRl6)&N(F6wou61+R)j)UFu}xWZ@#K#rS=IA$yZU%ug1A{H`J8D|f9 zUz!bZ&b2y{f`ErLM4Y1%u7l6&Ly~CvkR%#aN)i)Q3dWHHFTqekUH72$}Sxaapsm+s3Q;NlEQ;itfRMFSL9jL&iKUizBK zomma9VF=kC2jN@r-uZOSL-NawX|B&im@l7ujCZ6ZFC2pl;r&JpD2{RV`)2q%B}G4M z`t2q?4ZIz`1)enC`801!`SgbXz5!1w#E(1kxbV)8YL*V;0lK8_#-e`>c(ozc{_tGlbSrL(VhMsHWsjNYE68T`kqf4V?>XH!Rib4#8= z)6qmvOK)#`>x{mxu8!Urd;3~CdmE=Axw2wfOGm5lP*GN1*HbaAc6!D1vVjx>iu9h^ zJIyz_tFfuAy|X2U*Z=iq!9q@x|45#YsdRXT=NeMZDgJ+h^gR*+SUP%|gEp!DKD`!hzZwA_|#H9-rklTHpbO9 zjdy^+GPZ$PA^sm3Nntu&7=?rJ%tE8UDI_8{WG)gBg~x)F6uz)vKItJ=%qHlsf6t0iJ6aDXAhD zTqK%<9n}wOEIpwTvAHa*H&=RBMxue>FmB0>*&yGZj6Z5(7nsI@9Tp80_L0{wU|be8 zNlKz$o@ECi?Zu8Npzv(&2GvyPg3ea2*}g@Nhvtkz$j-z$hx(jx$l)ZA9AVApgwaS} zrbj@mg+pC!7=KYMme4skJeDMqD3tL|)zRa#*p4fa%o2`Up|&4MEAf04j@VNx8&zdA ztkpvZI)}Xs&_H0_k;sYH0MS5EX;~>C6&WNqcF5f=stfKeQ!yUl*vs7<{K$-m{!7Pf zRAF?r+c%sH{y&p^ys3G>n=u}Ey_0vfU zQXb)kznIH_$bq8+$@{ShBVO(f*rDzjIEM>TSRZpFc(AWVhIl^=`7jFA157`P3i*Uxm#V9EZBYW&268KtHCksV5p zQ)$?E@N5}HE4p@)MAN_ zj&^Y#pqR6Z#A1ZSk+qjeKmYDcDpg=_Szuk~WbaF+C#Q3qYbM{{q<2!+$FjFhPpy-G zEXsRJ28^i`XBI|(NXjp?eTj)7>><${nN3+Ev@(m@Hx^e7+A2~AXMI`Af;R#|i$zC2 zbtO48E|FckHxBdHK0k{SLklxn>zyYQu}OyGvOOSvVW7?k*PqYU!F*l(u1L?1tW#25 ze|_KY&mNTlnhZhxA{m2+v#CvIbi_dYoVHmKEz9b+H|`)KYF!xBGCOy^y_wZlF~+!E z#taljH+^KUF<21ipy(}S0L9e!O-DB?*GTyf$wPgZ$UI*t;#!IoQlxtMf73%$@_TI{ zHt$22n>3TZNO5km`Eqxie5p4m%+tE9!k=r>aB|LeKWpGTGbu7k}>U%u!JY`5PT z4N+NPv|iAozlue7D;%q}gS5ifuLJF_jszsLDQhC`Cxm07i~M?_Re6<`I|P;#(WubV zL!-a@#@Px4+bgOu)wj>xk-OwnEhf7qcO_7ULK$-^DXhdFL|h4^U!gX~nCQz{1MB+m zzjtZjIyoeIKt&-elKcOA-OE+6CkLLb(=eQMFfrCosyblYp3o7bxi$nW4RP`Wjh=`G z98x$}Sd;EZAruN4WG9erLFwo*RRHw%X=x*&(Pf85UOa4QPp7C^95{-S&MnRIp%!0B z^!aQR^F>+cd#V=T)F>7-GixILV4#$goExatJ<6SmMyujGW%AOAJ||Ss%PPc#M-`Gv zFfARwM<|^PIA`jV=7(BTh-mhBVcwzb4_B(!lq%L74BTGMJjc%nT(O}b=20ki(+F@I zPY;SQo_%5hGOHxINn3E|)jW43KUdM+qIBrozZ)(%8%IS;bfwW%#fe&p{J9bw!X(yl zBqxcC+=x3}0v$|I4i`Iekk{2ikicRkZs8FLFu_|0-f(6MgGlO2f>OTviDN0(kraYj z{r>!lHl36T2z*J@^o;g-aP*k=#tj!6ukc4vHY-qH~oZ^Wl5GSn0>uND}J2)N2vB~V%~V8~0?fkRNg8yuzZ zTNWr>0#t%p7^_5libYCFj;L|1LIYw94rR}g%T|>eRY37ZZtm%HgMPwG!`~;do+ESn z%sA}dSQDtrXj?aAqjuyQ(%4CEWPi>%MZ}#wGB_k1Y0*|~K#fH`SV;L7J$u>K zIUCXAyRQ-DrPEUW$G*IduD9mW?v7Ji)!KNr^nyitZ0+5d)b`d#)V2)t)W1U! za&Q@En6v_A)V|#;wILr8aw=C6eJN|>&a-5_p!7P*`xizJ=&**mG`QCHk4_UVARFB1 zpn0$Th-A&IYjmgMNQ)dv8}C@9P7Sk6BF>yruM|^p2&1-_;!cOXW}H|(_ z*-rw}s~n?V5oW>);oSqZc$LFk!X}z@j8CET&TofejgTs9hOqyBG_=NC&YsWWOjXmb z%M?&y^nSK<&0?gZk2Z8fF4oZ>u-%B9&&igv(IL6R<8(YHM|*N)_|ia5Rm~FnaRfAo zQbT3hlL5Ry2pAcfc|g!5BI>-X2pZAR@lwl`*G~p=K_ThNSLE!b62y7c$G8ju4ystJ za_f3~U|k}s53(ihbyB-UL*A!=@pyYVPo+01T4)zD$C%#?6Uq2x1Nx%9ABm9q1KElF z;8p@Rm$2N(R;+U-dluwwU$WtF$@P!yWH`vT(H$Q9Ww(A#_?CJne^9mT|?l+_*s%`X$j5pgajJ}>NcyAX&GVxCNuU^b~kG21eoT;0X zGZ(Q``k?51vAT2sR2t7F(sQ73)BLLe>`PJsQVa9M6xCpQmF#43e-Fh9l$VZ6rY$6_=Lu} z8r_ujia=5M>w7Z}F!3NL+!~7@awpWKTnbEk=)LQUkPh8G`rpb6AWx!kZh}0d1|!~@{Gc-l|S%)2FFvz?r~pA^GqAi2S|)#A{V^5iumxr z!HaE9)Qo3j?_^I;q{vv~Q>SNf^a*X0qYk0ws>h=PTM(B2dM3G#?HjYYYQ3R5Rp!?B z>NT8R3_xapvae{Oxx=dJI+=&|e}8WZ){ zEh90y>(Bxl<`%(lGD51IPhWvJ&s@`8KI5RnCylnD`Vd;C>r=8XBLl^AxqLA{mxa;& z%BFA4aUu16C!Q;X(X(d?Q~rJ+$9hjs_OsB}LoUf*ey$J3s}@+u(#POc3-*<9_WfA5 zmCHKDeKMZQrKpbw56Pi+t1W>0F+D%=^(IQG2q6plOBNajoDyQGXrA=#VbS4SDZP|e zN+rDbC40X2HNLl88r*iSrjWgml-UvYz_k4*wcEw=GA|0^-MvgtOVe(=ec0QC@5OEH zY0BVBsx!TfySjsxy?vSO?S19teD|)P4US(Yj9>nh8wLf?LLO@YCdp4~0Y8T_`v`o$~OX4bD-uyILd)hd9EE7mk*%F%z% zdrdi-=xsG^LJoOLRpEt6UvX7_lIoyqPiIR{fF3tC8}ix!LT&DC>dCb1>h3!==xc26 z2zvHrx?3~58#~&Yvs!Fev3kXtWtnyBm#kTwS+jn@>UFD@1evDYef;kH#_sKV+B@-X zZD%VhkUAxj+0)bB*OIhZRTbcs(#i_REoQr_){k`s#+vV|_Oy5IK(&^rys;|CH1;<2 zweM=lut_$}FMp1!DQ~O|);BC@Sdv+>7_6z%aBMO?&5eDHOejOwa>vLGGgZfP&TqI+ zhGJ%U(Aly_R21@R>1u@nHYUxMVW3+3JDV~YfWBQx2Ken1Mv_-$smI-XfJjPcu}iujf=#_9IlVCVv$(lal4zF?~2h7=@1Z z&YfN-D$A`(TKcM>tG^F@?aSW|YVq!J`)MsYHOn()eO+8dq$fRlTiaW^GJ8}d zvR;nXrATHxXZOxPbT`A_DoC`Uyv(gfY`3>BX1TQ;3(>Bw<`zR+Tkc+3rXugnoYLQp zF>qrl{lq)eT|GL&$WN+>b-LOOa-VYDjm0Rl3$JNw8CiMCp_xXX%C|SUS+HzLLjz~* zhBcV74VlGD@V$R=#Wf=Aatd3SNOG!Vz0;0ifePXu%aQebZvbG(fWpb)MS(UgkLAiF|Zk|JN=z~!Sc218-nhg zeQeCGrFCvq(YN5yu1tB(8whiIU)LV5<-#ddze2Q%(>zx=7>}$jNL5gUo=j5*7T8Qb za4m-0P{o^^_7shX*cddt4ZSTwA_dLun&9tM`Y({lv)`}$3!X)eB*1>tMpKik` z#}}rG(E9dL?rpLT8RnaF>&n^?MG|{@bP16;EL%I}!^zdtxW}nE7KE;@?o1zccvQXv z|IVNqMXr+=)(I1PtN7 zX39J-myIM*J}oY$QJ3-(7btIbCAfq4@7i^$u05hEm?4fkHB#a&GcH|=O{UFiJc6+JZJ3Jx)tAIz-rz@jpNTY{Z!y2hjje zk);;Cd*zkEp7z#uE|;_gx-n_d`DB-d$}Gfxg4t;wuW#6hpwDKBu5BV~nEQ|(Y+ugo z)^_O=tuPUfFw?U)yT6{9OgR?(%&vBr%<{i7zH<;nzn_DsKul(6TULjpVy4JqMEy5I z*or}?mEG9apOuVBo-BG?&SYWfZQs$^(p=iq*4PvHWsf!=R%8h(G^o@-ca`#Ljn!x{ z(~ek`D^~~I?CkX>rP-*xRS1)#zo*lf#wZD{n_&&;TG`&)0~U9~_Up+sxA!(~=SrD1 zaR$bFmBMFRfyq;mf;&x$jDJPjIZCE#OP)L{xG9BAn z#Xj*mXAU-8>(y8@iq_WLi1o2MQ(jTKlXgsx+XSS!-LUMp_j#S9=qt)ZyjaL2=9a?P zhLl7dj|v@+3LTG%tnsLJ#W5bLW|(TEs3AHACNbLnDQmSZYhwugk1j zyDYP2?V2S4ZF!neO}o%J$kwfaR$P8t_T#2IjR=UF0awe$w(YwxQ((Pu7PBty2kx|i zsRXlemzxV>_R9{-f>H}+6HWn`U4HdQR5}?*2p_ElGGC={sGf}hW3KGZ^h&eMeN90( zjyrY>kpHmr6>&=Mfz)=$M91XEa?{fi$W)PP#d32-DE1ewq#Tt>9XPCA64Mz}sWYfj zN32putWrm;a;A1J)?r%0TpOi)9W%w)NcK-X9_LEFV>gA&je}b3PP8!me0i=IV%#D@ zjX5@;ZR_6eR$wy$APiaGsOdoLqpwaCytjWBS&h%2Jv};)+dJ)HA?w_^&Ye4#t=Ukz zsIIP5{s**l+OCeS&K)?8cl4G{+p(j0d+D^bKv)uv+0oe#vT3cf>Ue;fhJzSGWVccu zY#f_@dsE-E-CZ4xeK4-3VS8w8Z|P_zEmqN<=9Zpm+qr8pp|cD1V;h*(-P6^FI%&u2 zg#ph?lunfnrd!skbTF%QFmVhP5*^Gc9n7kknpmp=MlVs(*ofrPs}>;t$FUo0VjspK zZW$YTrn{P}H#SHL8JMxH&B_NMdwgde6jRuokfS)^I5;;*h$9i+CSu%p&dsMb-a)={XgW$$&PhZzNFqD7Ij zGQb-vU6HsxWY8J>TPfBAXDu30#Y5NH(cjw!b6oB(&~rb1^thYpfpIDOi7qrTOav?k zM6e-8d)=npIbS30WZIW!rK>38!Uo0ZXgpPp%@{pd>Y7@2WH=ELdoSy#?q(m4kjbr& z-#wGlJA~y7LF^VyU0pldWyh66OE0dxXvkRgp-k98yXxq{E4g#fJBVG)>{}wL_#mK$ z0oG8g$mLy`-v!{{_WU|3#+Ht9~w_UfBUTTq{r>avsyJg$u@PTV6 z8y3o@uI^JaTzBLY2Tk4~7JSgw+ued*qiwgqb#vs~X$Exm@5291?{E~Vz}h>gn>`ak zpmLv?>1u6tYp1hzVhzcFBFzS5-i>$z7j8guKx+RGxVt=PhXqm!IP)=te zO6Alx9DWkan*>}CK!4<_p?B#D-g`0u^1=B!IXU9mEV-937~PK3D-EtPxZ2)PFFlH9)Fj^s{NUCc<>jd(08SYwM;X6lzL+EBlK1@4_2w2yMZk?Dj@)zaP3*o3VM zb`{Ub)Z9+q!Hbx98J%fu+}T1y8*44B&{Nv<*b=Y96+v(R_O5Pd?G9~RW;ZOGw)Spk zD{-0b?6UWA@xqZQFY|+5&TAKxu!DzL=)|pq0UOsZIT@_gMllTb3!<2VrjK#S^74WA zCT>|$9Woc6SxcceM5JA4Zeqb_Z3VH>!yQWQ*fR^;cR()MHNP=-cOeN|p{#Riu<-^I zHve9(Z`fAcrigjy<`9Ifwq5oaQ4%S4+P%0K!$j!p$E6{Z8h1dvt41d50yLG>swd>^ z6;dV><%FtuyN2xwD?~+>+2F6O>X$57EZ0`jy1i;Pf^G_$I>a=U#gs~g3sF9v;q=n0 zQ5b$n0SvHSr^&+tNUx=5M@wfDE@E;oF3Kya%xY0->abT56}9-jiOwCR^1%_{l9btl zNu9KrY-5>n+-^FGs_Z*7F{^ME(fcT!o=`L{k#6~f0hsA*@7mt0(*Wv`*x&v_N>r1Z zGH!tF^iwT~S;D@IskcMczU%>V=2vSAABm~5n&psdT_R|6n#W@lbY8bFXXo?Dm5~A- zqr}aZSKy{$N8_$tjojQifwW81FtMLx#Lew=Qj%vGXIqrlm>O}8abN2pcA&pLs>ID2 zcd-uc!Vqe<>3|DJND~K8=u6y0BUB2D6;5M3H-J4Euxbj7i?l3P@d(5x7+)MSKZZ%~ z%VG5TD=j>b@EG?NF-$sBo)|#oV1G|jFK!KYZO8LVdDOrzz&40WX0}tMcvJ1`%9K}P z6XhdDxq|X%<`rv}uGJo46!j63S$%oUA;uw8iI>M%8ya`?8otYM@<>|1%`o-YbT?Cu z<41g}!Kr{zEX&|JnnJ?N)GN`X3K*uMTG%U{!6K_eQ@`AtByC}eNmC%_(-+jND@|Mz zo=r$om=Uf0kc=oG%_JuCzACveg$g)BM3y=Cpvhe0fMi`xoQ|pxTGPjY%8IUaI%bq4t1E&RMQhG}=o`8@;{7}d(2yPU% zx8mx`j|8iL0k5W5&MLrVM-LXVS?if9$ax^9=b>1@VrIhfGJIEKk?W_b#g`SnvzhX& z?G>v^hupS_5kS4s8(4SuZ+aV>TNuaoj#D_>-BTauf1(JJct#QO)0ak zt+7`r@m$@l#_pm!X~aL>GZQMa9k;u=vkZyJ(uXatN(G_a(x>Kp#HvO*4>W$Qfa3DZ z;2yR)`MK6&?Q*$#^2YQ@22juZF~4}0;g`OROX?S{U5}^t?0IYzB=2-!qmok(PJetF zl|22?OVdQqu;FzH$-2wNLkbycWaVtMEm**tI=Xtz{!(6pYd(FPsEwY=Mn#4LE)%&( z>46nm#8pz;;Xw(vlB%1oq}*WgKnTN_59M(Uh9%lVJ05sOXLJRthbTa@dUypc$1^)< zVN3j&BVI=Rs6$ngwN*ylF%wft1-M*x7o9i{V$T=TKOQFD@pj>z6vI<&W{@bc6j2LX z)I~ni%2#@@$t23`yCTnEofX1|^eS9RuousQG95Klys%A{_Y8Dc$jkM0o0zrMWFgPA z*5-LulOJAfCjowmZ1(lfWoDlTa0P)<2KvK z9=B-mn^SxQ+T7cPZ;a!ki=6if>X)qFu&P13Hn3N6(;;iJm^AV@bh~or$JJ{`tn)l- zN@7nlk1fue)b+;*#u*QOg2mRQ6%I5@Y$L9xAml`hYrwC7`Z9RX!RH8krb3d;_Kuxm zvc$CIcuC7dpk6RHpceu6+w5skUWeJYy%8%%Q+uz>bWCT5aKY#hRzZhw1MCp^aR@h% z4&f5gA($S{27)r`yKq_eSiY<1Cf`2bjfbdVa!(^xJ|BK9hec_I7ta^?6x+P{fTLY` z*3nMB-p^e`@-R+l>;)K3nT*_o7$G&u(G(h%JW}&7S;$r|7JwRUFdoVS6(e*Kb%-S| zham_LM!i6+2YsjD$_%}?V;nC!tRQ<~iL>0Be|kiAYdzjj!}lBN8l#%#H4*G&nZBId zFt|9i%B`&pxd}6JW2!2vHYoN*R1WI_iwgA*(%~afXZ~Us@gkR8U*uUfysbdhPi_Xq z*h`M+Dgz!X%u0usakA@E>paue>#m5=4akt|E|@V(U=ubLF3~b9Zub^U8a`a*l`Sv0 z-C}EB0n#^m=xx-yVvR2_SC6u$h3D>gv0K>*AXpQqsrd^d;%=aDn0tTM)Fy7zH>t5Zk z@^}^HskPl`VCxvq?u!aoOc&y0g*sCAmat z@OrH&ft6HNPI+jCfy|ee-2S_zRxamhf$AKwJ&}hc>l<(_w%S(ZCpuP#)=v43R2fQl zJ{PREvU^6DHH$DE^;ph<)F)N?pi0l&IFTl=2s*3N8LiwH@(jB^(OI%7vrb>J+1}IM zyaQL~sNN{0dq(Xid9o=ct4VV6fLEmD1y*xejcbSG@*8(;CStF}@qUfTu@~dGdC9ta z#vLJEcEG$#p5FM0qmS`0B~+rBJ#`{eB&b*cz+wET&}UZjjS9K*X8^@ufa_HTZo}P! zi*MYbN|Gb5(U{!N3oGs!DOTF%_%yS4$-)iGRGK}B{jEBoYqev-GpHk<*;A#v4i*i( z%(%OS`q|+~b?h^Hbo4WOa$e%jnzG5e<>(J*4j=mV;u_dQu%~5uX=MA`T&`OSR;|KI z5U^(Ux_4UIu{`lk4u(PtFY(owl+%OW*vSeeR=FKy7?M2vXZ$e=>nwK;DHop;B{4oN z?7~-TJ4+7_GPzjCuWZOWPqA<}EvR23m%(@qAAQ)c3b(twqpr*{Wb#aNxo|V-YBVG- zIdbRLH`KGWY(Np1f;1c28oRq&uw{BHt;~biZmXc$Ivcpp;y(5td}I2I?0(}br0po`2>H7OqvdkS zEESwU&E=$Cop1nL^KmKSzMc~@Cwi!LVbx4LtXzXfXV#oGb6xa`F9 z_9nca39}Ushxl(fJUuK(IyMLX@Iql-P3+Q=c>)r-*FH4CYh)Q_@8&!)n z9oL>YYNzk&*oQ^IvPFw#l}>Kz>FULT*wry@&9YK11p2cDQ}op;`Gt*Ad?h-*H9puZ zzjBaSLD6nlza+C@;rg|!Hee#G!fdEtuxkA=WkVJ$T!Bvz!{J*R#Eo>}n4GZ8#rdlp zbe`U)^A|tpN;HsP2q*OQl)Ch(F7)l-`{Bj;`h1w1@9W8JpY-f69m{x3`h1xD`gGRi zv8~6_uwR~ree?LE>Mu1k?5n4@ys^(d-L`A-N737MKZ<`;9~4aHr~iqv4XyqV`| z_^T!OZ@>80TJq5>bu>PlfcSEFx_tEOksK z+3p&6*3I;F@RSwfC&6>PNYepNm#=>QLJsK}dfrIy`^KN1qhnd(VtCSj9iEQq#GE>8 z%m1oNzP4UPKFczsBMtGf@Jycw20Rb^wZ_FrW1VeGgd;t1DMF@SV$z9y`rRfSWa9kz z^4Fu-mj4y0e0=^hIxxxA<3rYS1iT-QK8MNYQ}A^8+Tt$`kspS1`Do@Koiq&TNJEUT z=M*_CKuDLbtmls*9chRUf+uhMH3?tOB4CP+G>hT+>rJHbzW~H^;v?b7&pGgP`PwZ* zI%yd4*N<4wJa~K|h0rfV=yiA_Z~;7Nj)$kqSLeYHiT;zWy?e zddRZ=m#y;EKi<(WEP^LL+*??Vcse{C%M$xK{jXo;t8*miSe_w&VT|?Ad%Y?H#t%73 z+6f5h^3_v~bk@UgH9YG$51whHryg=nF@7UFUA}raUr57{?thc!pIHw*&kVhMxCYSW zn}~ z`7w1HFB3a~DO@W<%#7_Wo9iTgp3=oMh=Pioc%}UE9TUlK81%&JBKP=I)^Ea*UutgR zBK*$b%`VEh5e9pbOrR*>s3tBF%f!ZKClR11I3_1PH@L^8P~Ks1YH**650&^{7tq98JLsBHl`Yk>3voy&Bief8HlcQio@T{ZYNQd%Uf-V6;l=T~k zjIRn_a@m|KVQ@-9Ec9z~;%nu%s+p+r?as+RE+@o#Ku zS`=(cGJ&EXlM`>uiEj^n<5CVs7zSNA`OP`;)|~i`oOoMKyges=a!#CDo46?GOd>$h z0Df}inL8dmIpuqE;1Prdy+QpcQ{RpWER+b zu9}I9;uE!|MY6-#{4q%cD2lBRPd_dv|B#$GEvLjqL1_{JisUyllcY#?Hyii6gQi9D zJF+(ak|Y8Y1()W;FUyHv9{kOuaE-vvwZ)F{;+*)HoH&0e*gMjXckvg2M`3-hc5$AW zMqxc)<>IspMqxeQ;o{ssM&Xolg^NEW@wvfWE{>>--Xl5jXIz{+!6>ZXue#8(B~E>3%TRIoO80HqI#Q*7v$N z?Y&X>joN2ioSHu>Xbs-XitkXv9eJAH793W92%L^bdobI@k3`z2;N)PFi)(v$pU=f< zM~&k8XztT+=Zs5meRE3QKyd$@FV7Ioe~0<+g_%@6vlfqwcxmk~?c`R} z#W|s<{wol&{-cP`WrOvr7U|n1+48~tEB-YmC#}tWBSlU!UmWw_FEJnsJs$Y~ z)A^{R&v{d^!J6%)-*Z zf2+*qJO0jzoa+5!BMy^1?a40Yv-AFIh0ml4{DZO_+yS$Izlh2<`6fvomhh-IZ(g4N z_uzsC7j|hVmE@i3X#@i5h3z#u%BpH3z#6$?KuUHCax)1@9~j!Heo6b(z2M*8KBNK%jE*~)~J z;Y359r(L0UZAss4TRcd>Nn1-4+qQ&fM`PQSdW?A(vO{oE&mzUP9x3bSrL2>)$iG|Z zMgC5X;2KSrwrCK+S)PSY$6FEd zN*aVjtn4B;cgRnPI|kBbAZC5+DlzLLyCvu^ty}h&=`2TF0=N+>M-e_B6fAwILtnY%#q#!ypidsbDYCP zWE^fQJj*_au#Xrtr4D-2 zk$$Jc3lIvQAf}8(=D=-8XPouFiturV`Mm2%huNoR9OiSaH1YBHfFpk;H1^>{&w<%5 zh(prZuX2Y;yUt(e_!}?1R-sv#M=m}yFOh73703QL&_DIh$ zA}%@=A8@RT=^Pj0A`U(rvsn*yMC#efRJWc0voA-%mjJUq>6g2v8q0KG(x3{#q?zV0 z`z7nuc%6@&W+lLL5Q?mT$tU~3dMF=auX`ff6OjNX^uV!ff!P-OTmsCt<`Y9WtV3iA z%r)~&m)?d@`iOM=sjN_z?Xa#aSs|Tc#C~~Mu`brX7~yP(w;9!7hCvLKzp-PyUI$+(^f=q*+P~8uo>_ z2x}wVT6oe>PQw350B|kvB`2wzr7ytb^KzF?K5rq$rf?p@I}BzX)5#;7A*Mc$cKCLL zj5B>c!s)~(DgVTtw>qXf8uo#hZLK3d3EpA9j%{W-Xf8lVaT8OYJBd%yHi^A_WZgqL z$ClWyQ5OUIwx$v{;sdT8o|xmZ!C}fo+C@71-O6+n;+XFwMmoo(*J1K}tHYGR!w!>& zXB;j?_)}uk^D08NK|CCx*c&dL^)h`0LeU4{X5a}-N4t|8_VSs`bVo1yEb!|{6L|u+ z1D{A5lqD^(mzCHa+mQf=?4Sggav0$-c_c340KqMXFTr50K`3$q{ZNOC_5*-pyrfBB zAZrLP>ttOeWhz72a~-DaO4va-u`95kmI4cXg^sWAsd0fwk`yntB; z)KqB3BOFQGh7UMd>wsC0%za?;hGIfP-qtzHa)rb*wGNRF@C2k$w^%3TN9@P+NT!2^ zJhI*rDgfLpcw)9I@&RW42`-)Ob~wy-_c%;_zRY2^bsaG#G4n+xz>|R49@E(mG%xr9 zgfez>b)67>1};T9g!I1bE5rxk1MW5WVuycb@Gpo__FaVZzU*&^$KeC+5Aekf|JmRm)UpK#>3!Kj z#D}pY)(+A*yuZPG7QlA-41nI3EhQeWWodU7J3PhUGGdgiLP+n+))G(BvU5n|FzsEB zmlLBbpC!=yvg?Ssu)#Hu#^EgnpG1tZ%?RmzS=!Cv6fN698i!9YcrP)^o`I0wmpzAg zs+PTgG!9>C@KwYpdo4nGU-kxKPI|a~q;dFmgYPCr*?SSv`?3!Z&(N}8B8|g*M&j|; zh*9<#g!I1bbHrs@_65>7{9S`zAx7EP5YqdyKP4{LvTu>b;a?j38)B6G144RV_I=_C zE&Bm!91c?n9z=|?LlM&ZvLlIUV8WG<#^JFB^Z5?TPC`iU%T6Y)(y~)Y<8ZmbwZtep z2O+&LJD-?~JltZ^IK0B(b;Ky!fRNso-Av5Q0d6a49BwqYjTmJ+5Yqdyd=?efY1ux~ zIDD$X=Mbap1qkVV*-MDI0m5BQ8i%hon9sIYb{|4|U-mZQ*;@7v(l~sN!4D9l?3WPI z`?6mlo}*^_&t&s<5#4lYzaboUv>=fd?^~>CqRN?hsPUC zdnR0?G((BkE8gGW(FSvS2#-^m@x=9tClkA}Jd=9N;qiE(!7B`A^PZ;B;4XuA8+@k0 z=NWvZ!8aNFIfEZI_&I}LH~2pd{?OoITpwH?4>5R}!N(ZP`x8&U&EQ=IpK0(F27k)n z`wV`};BOiHy21Zx@P`Huqh5Lb4W4H3F$S+Tc$>ky3_jD~D-8aW!S@;bn8DvN7{75C z^ES%h2?kdfywKo!gSQ*pWAJ$fUt{pU82q5YPZ|6@ga6&&-x-`LF#H=l!Qcvm7aCk| z@OFcH3_j1`YYhGugC8{b=LY}D;Qe5OdmT8?;3Ey5Y49?GHyOOc;5`OkZ1D94-(~Q_ z27klg9~%5~ga2gkeps+#{tZ6T;F$(5GkBB1I}F}q@WlpSZ}1BSzh>~e27h4iP@Gph zpW_UkYVaI`R~fw3;0}Y&F!*wV_ZfVz!H*jJg2AsD{I00%$ zgKG?4YVbybTMgcA@I?k+XYgkXe#qcw4Sw0+w+;TI!G$nrV*U+2!r&7O-f8gZ27k=p zn+^V)!Cy7_d4qp!@H+e_&kF@VektEzi#la4gR~q zBXK|Kc^GeSg~2-wKEvQE48FzS`wjk@!GAV*$bm__2OB)q;1+|gH~4OYA2Imf432Pj z>-$x0@KS>}8Qf;@?FN6};I|C^FM|tlnD=eXGx!vP&olTF2H#=u>jwYY;J+I@5_iMC zt?>p|7`({f27_A+-fi&32H#-tJqG`)!Ot7~n!%&-AjI=_guycnUT*LfgHJa2bb~K9 z`0ED0Z1B$we&677+=Y9778<kYo!;71JpH-mp{aLFMF4~H9EWAHMA zHyhk;@M#8r%;0?n-)HdS2ESDuZt~_(6l8HuwXBhmB9_Kh)q& z2Dce}s==2T{ItO@89Z!)so&rk2G2M6ID@wv+-vX!27l7v&lvo$!Ot1|s=>c9_^$>J zotW@^h{4kho@ekngBuO*G5CCguQm8igC8>Z8wS5(@cxq$-X<7aY4Bo$HyGS%@E(IN zG5AJ{G!3H8~iJS|738%Q3;>>8+@q2 zM;lyg@KS>t4Bl>Vx4~x_e7V6l8GN_F4;lQ7!QV6Zrw0Gp;13KQa&*$iF$N!DaFxLe z4PIyPi3WEVe44?R7<`?1iUT*M4gIf&l zGx&UiuQB*`gC8*X34_0F@aqP@Yw%wU9x^@Y*I0um8$8qCr3P;>xY^)dgU>VgYJ+bx z_||2LHw2!84M+j4}8~gKG?4VsL}OO$PTEe6GP)8GNh3pEvk1gI_TC z#|Hn(;6EEYs4VHrfd(I8Fn%Q?o?nX%UT-jd6DFoP#o%)c{j~e{E!9Ozi zmj=IY@WJH?4|5G(WAOO~f5PBT8~jCspEmgW2ES?W?+uPB5+3+&i(i*24PIpMdV`w` z?lt&sgTG?%a|XX+@GlHLq%z@Qn!#HP-eGW`!RH!$rNK8Fe7C`0Hux!nUo`kNgMVr8 z9}SMG5}rpIe2BqE8H}HUh~>Q4;NuKF(cqm1?=|>BgRe38R)g;~_z{DjHTe4m|J30B zH25zD?^m7h&v$IS&WtyBy1}yzUT*LPgSQ*pW$+mWUuy7m27lV%2Mm79;D0mthX%i8 z@NW(No54jjNgu};e7M2*t)W;B^9){P@D_vd)z2|~ufgXSe1*X`8GN6?j~M)YgI_iH z4TJx~;CBrEt-*gX_(OxEnF-Is44!H*etJ6YSFOQw4PIh!#^4r%I}AS8;HwS3-QbrE ze%s)KYZHEsHuxliyA8h6;4d5eD}(=H@Q}Ks{(}rY%HWK_T?U_R@W&0l)!_RLe!}1v z4SvJm_YD5K!6RlRd>&@-41?zxyw>21!CeNQZScnpzSZFS4SvGl7Y%;H;P(vvyTMhn z6aE()++c9C!F>i_VDPmD-(m2V41UJomkfT(;6E5#Fel-y#NbH=R~fw6;0A-64em4e z0)wwL_zr`=WbiWvzhv;>V-h~c8a&0|I)hgjyv5*lgHJX1QiE?a_#T5FG5DJXziRL= z4gRyigXbFl4W43foxv*%-ePdO!KWI0slhiIe2>9DG5FU8|IOgx^AbJ}HF&zga}8c& z@QDU@8hn<)R~mea!Jjwyaf82Y@J|f>wZVTgc=&w7zroWDo@?+LgHJTL)8MlV{-VK8 z8~nb(gBBz_j4^n!!P^YpW$>8>Ut#c527k}se>eDd1|PXF;bEr1%M9LR@c+Zxy$4t| z{r}_NXJ*das_8P_OHEhlI@NTKMk+`-+E&Cy0y0YsF8AUlo5Ou01ePS1a)Zaglhf z_$l#^;^;w6!#Pl5swv55zi7|C%!}chOH?#5aiV5g+nR_wiPOa+#aZG~@jUU(;(Ns##M{Lmh`$#9 zDXuyy(&mBUbH$UyGsM@3Zxufv-Xwlq{E7H`F&~Okar_ZC7k3p85T7H?6Hgb<7cUpz zFMdY6L;SJ$JMmF*&vPQ}A0i$ro+6$lzD|6H_!04D@mu2k;-ADZ=SJF7N8DQ6Lp)e~ zzW74%CE|tR+r$hl(!{7m8<#7mM!{KPKKH-X;EA+~oX7J3EQf#UsU8;!^QE@y+6U#T&%i z#UF^j7XK-(IyTbI6T}_G{lp{0nc@=h72+l0d&EzQw~2R)YmSSwt+{xdxIlc5_+|0? z;u_;4Ih%>Qh^L5WiLVpCEPh{nQ2e_%@q$Rbjl}K6CyUP#XNZf%bHz7`?-s8Yza)N7 z{H6Feal(X1n;VMTiTjF&i6@AQ#B;qjpA3tABw*b9}!oZ7-@48aVK%Qc%(Q>Tq=H0{H*v5@m}#EaVRs=o?7A-;xzG8 z@nz!c#jC_`ia!>AE&f#;lND)CO>q-(J8@6(K=Ik)3~_;YruZuHP2yGJhr~~dw~2R& zKNWu`{!<*E9a-Nx;^yK`;=bY`;&a70;u7&3@gngG@%`eB;+Ms{#QVjE#Qzmn&55jI zLvb5%ckux6+2V;}JXf~j8g-URFVSMiWS9Ng{ zaR+f<@tNYW;(YN8@zvs`;(NsF#aqO0i@y{f7Kid9>rzeJKzyROy||}%fOxDpPrOjP zT)am7xOj_rr}#th7vi79RWFRJR|9ct@wwt`ak2PP@dEKJ;??3u#m|Xf6MrE7QhZn( zni6S$b#X^=AMs%EIpQqwP2yGJhr}<4e-s}THz z6K@c|BmPwUz4$M2m8p^THxQpF?j}A>JW`w?o+`dXe2w@H@tfj3;$Otkg^_mF5T77! zEAAm4Af6$@#BYh;7k@1NO#GGjd+{&gI;D{|Hxf4!pD6AiP7@CipDWH5 z7mF_y-yptSe7|^u_-*kg;_t;r#0h1Qbv!}bPdrq7iFm&FX7OF(N5q@NuZZ6heqI6#q-6B#7o4tidTtWq0jXEX^+JBi@y>_Pm8oUL0ny2SKM6O znLZ<^tGmQcq0@tSe>mAZUdj|nnKJPVD<8(9Fac$$^x zc)NmeYs1yz#o{I6J85gfeRSWT4G+QY`Gnh~%!g8DulO@7ABV*cF>Y-*EdEOzni(k* zPg@&m(0zh7)P~*j6+23qQ>Dxx@flX0Z8(o{Yr{Bkj(D=Th_*INr+Wu&xCD03hrC(J ztd%kki66D{+!oIiP(F&$0ZGaa;Bm@t?FU8+UP}44+%?%GaQ+ zOk;_sh+9dS&Jyn??oIa!+I9-ewl%}-C@FKEI8(~!i7$k?Y;P=k3FEe2v&Hkp3&l%m zYr}2gl`wPSBLHumlwU92BIUP>cfed0ySMkTl>b!xjg&tmJ`8i&c~~}dNn~BZ;uC1= z|5kJl6vlKC?4EI&F69S^htRg{ITAl#JVDA_DDgsZsg${tJ~e2=RkXF|TJiNT+cpBl zRxxhdXtnr$DZhbE2y$+tE&oosdl3JYwskp7cMIab!R|S+)n_4YbtQ}I)3$6&iMJ7V zrY&c8+RinnOPMpp=ScanQhth*DH4}SnM)-;SG+*HNW7f3w%tKn+a8cIkBFb7ZGE4k z(}KQw5q8hx{XoipEZ$GsvfoMkNAaJu<>Z%SILE-u&*N1c#%)_P5Vw%>ZD?DUUQ*^{ zaepauro@Mf$B4&^C(+i<0&y|Sc6LTP=Sul2#f!u@idWE<^G@+SFmvM9W8Py@{z>uk z;w|D=Y3uX1>8`={dJlHbUjC1i|3Ul_C_hQRJ>ArxA-C2>V1s1JX@s9Ht}0h{yi!GrIh(bd|3ROIBHI$-Z*g; znCpHLR;NDW!vRc<=S19swtnj`9xlE>oKJW3{Anuep7A~pcKPRvucIyha*5wAepvjN zc#C+Ocn57czoV@^Khf6bF>_&C-*|CNaUF3JadYvBwB<~dc$)Y$+S)K!%8!vUO5eLDW4~vB4x@X zK0`cLe5H61ZS~$nTV1QA%v$kdQhtM!-!5f#h~E`|ApVTDdJl@fh1vf&g?N8S`4BGT z-L|Mg+p;ypwP7y%B9?6>EkzEAwQl=(s8KZ|3pjO0%g zSEnt1BZ)T^x1p`g9mJhsw!bgdrN5LPBpxmvCBA^RoLRJu&r&HfT|7rTPkf#D2Juqb za;}v4-QrEOwc!QvOEA}KA=c|XDgU8(pOg<@70FYVPTt|x9JZbe(pwzTboeWXl3@n9)GOgs{18_q`? z@}>M#afy_lCgo>KnJdH##f!zuXlwJG;)m%**5|bSZe=swB8YFJt)Jhan+5UrVfWoq z-!X36=tuFdv@IK201pb5O{6VPb#XGxoM9Ae$++cgBkm&Qdx-nMT(%9C9V+EVh|iVs z*>pnCo>JP{Hj7RP;>&1j|5ou{@gL&2Ya``ri<{7P-s~muQ|YEbT?1kFJzv=ppDZr0 zGVGsA8MpqKE526BFQ#pL-YI475kD;D9~W?445n9`Peme!X}j%w^YM*;l0e>*DvsABy+USeDaQ;$LVx#vY~549dh~ z(ULn3m{F3++@i*ch z=>|cYe}Ub1ELOihlD{EsZEGSvk+x;qi&J6d;d=Fz^6BCs;$h;^w5`{r;+w^HiXReh zpoawO@}|V!qw5Fp4`KHml!q7}9>foef2XYtF^eN*;>9&-%UPGUV?t{w(^i}&<$Fo_ zAyQ_T_+0T=aSmIh#tE7UK5eRB>@D#u@oe!e;#b8# ziI0k_+#G2`eep@+{^AS77m8pi%$`sC%#ZTPke*;cJck<4dOS&d&CFDKZ}#`L7Mw6@_MlQ{_)m~+wr!o zxDTBe>|gy@-h7snIa{11&J#})Uo5_YwwzbP%wHANEs-+I#CMAC5kD+`O#F=adGS`- z>fH{zdf%4#UfPaz-_drQ`Bmc4w?*>Ai>t!S$gT2W7V!@8 zPVoogkH!0GtLqEc<^NvF{3Jdi_Eun7+b&gTJ1^Ikcztm*aVv3K+LrA_TYCo4?p#UN z3i|v!IN6-XxV7Oz@x|iH#EZl?if^N>4QnO-p!f;#Q{orJFN@z4za!pFTV4BUTbJ)? zTi-t=?%f_K69aSI`LSLd#%%}jLUlD&u_X)~>BK}_dlQ;$g%iZf6FK$Zr3i7lNw-t93_Z0UPpC&$C zoGZ>37mLfpSBS3`^E>NZJ8u@R5c}U*Z|m}i#2**?--T^u-jeu7;=ST;#NUg57yl)$ zgOiVIX9IDHxTUz8xR-c@c(iz&I73`0E)mZcFBC5kFB3l?enk9&_$Bd&;!nh1h`$ye zrF#V9EjlLRL~)Y1rMQi_i@3XZgm|=goH#?AC%#ZTOFTz>6WuLn|1IJ>#Qt}MTbYd# z-z455-X`8H-Xs2A{FC?(@qfj&@qwjlXMJ&Vacl7@;{M_x;$h+m;w*7Fofh=ZOz|A? zJn=H|3h_hYN5wCTUlqS4epkF#{F(T7@n7ONoOE6LtB6~OPZW0)cM+c^K3zOUJYGCi ze3AGH@zvs6>8?RP-yyz7e4qGvx=T=gi}+RX8{*H!Ux|Mb|0?EvVJ?4ITvc2{+)~^| z+=uQQw6mXhkoXMo1aX$QR6Je0faZk~rbXhL#mmKy(4B(vkBgrcKPP@${GRxr*#9ng z%lVhYL-CQiYKiNL+lbqXPZpml9!+-)+CN5|AMtACgSGeZsK0zbQ;@?({PE866c986kj5qExti~ zvv`g80r7L<7sb28yT#v#zZd@^{zIIE&j4H>))KcAw-NWDtxx)i2Z_%RPY`E`r_+2x zgXt3S<>ITvi^WUCYs3$T9}_<*-X?xc{E2wK_$%>$#8Fiu?T-~#6W0_s5T79KBJM6e zS$wK^h9bK^WtoFuL#ZY%C6?k4Uf?k^rB9w*Ka=ZP;AUnDLU z&lfKg-z2_8e4qFs@pIxA#qZIrgY&|N;!nk&i;s$iwB9% z6OR)Yh>OJw=$65HEfU`>UM{{{yhi-6_%ZP&@n-S6;t$08#0SLRh`$$mH6rbg5!V$r z6n7GL755dVi-(Fwh_l6$#IwY6#8->272httQ@oLG7HpSI;w|EB;UM#lWjrRxXv z-XXq6e4qGn@doj8;upm`#5=|Bi$4;7F8)elf?7I3&l5yZxP=izDxX&_)+mj@h0&$@oVC@#qWtf6@M=NR(wbtS0~c9Rm8Q# zb;T!&+ljl-!-Da4s>BD1C(?C;GCATY;v(@3@htHb;;Y4r#Y@DuiC2m@i8qV4iC+`% z67Lr86@MoFR(weOtN2fG68gsVPc3mmuinyh?o4A)aoyOh#wX|CVpA`s`w-EUhyIEVR0DecGqtS;zr`8;?Cl3 z;=$sf;!)!B#QEZ>;yEi__bBVc^_}TDvmR_#HhGm5xYypXWD#A zHF|`8I1|_j|(!8Sjk$U|NSC_j}3puzRM^M#j71KbSV* z$34qvGwgo>F*1OLIa3qS6;XS-o{AIKiYd*MHr_Tk6f zhjRdS&)hr6cpv-+)3^9>&jUOJyZeF;Gu{{f!Sow`-2FvIVD}tFkN5o8eNZv5dxm5@ z?(8Yff9})ZG&B}AUx$^$FvN*?;i~INES=_%L&)kM( z8Y3~L_Tp4=nmAoNKs;DHR6IsJUOZ8pBQ6$~iD!ssiRaVy8QnthV(}93D!OH`zN^J+ z#Se-%(snG}B;G9ED&8*MA>K{559-|`-X}gFJ|sRY{!M&D?B82x`K$82ICBkgZE=dY zrMQi_z1YA1uw&4E|NcXBI?I>`hzE;@ipPk@izkY6#Qyz?mfyc$(L6)S%o5M1?fkV+ zyjZ+M?BBa+cJU7JZaU4zgLt3#fcOyIEhv9j{G0fQIG*?W zS^28s8sgew|2|18@82hBZX;#di&MpE;&j^1aRbDI#Y4qo#N)*i#W~{1;sWsu+TO#? z63?OS9*KG4`Lta_E)*}OlY)Ns@6|N>_iEaCb_L6rSJ8I-UoBos+cEY*@jBYBA=isH z(sm8GNxYf1+}k7GN82^z0r5fFj(gvV57BmPIV}E- zwte%6*o#5j_OBRmJe?Y}v#PiTZP$>s#r5efLHWkw6xyyQ{d-o;{ynREwL!P@nte;=%Q49oNl%8wUMr0st79Pwn@t|tq` z#kB2TW#SohdXRsXcnWR%#ai0-1^=E^8~^^jkv7hk;&nH+yC=Xlw*ROK+j#bW7inX7 zU=74=+}=#vSbYWihZ~4nynTXvZjAM80^7K1m;&2a zs*QYZ{5(wCm>JU?wsG`=XhXWoC=77B3d_9%)y8 zl^L7gyU*Mfe$3nfep0tStLi;0ep39LnZtgYnd54wnd54=_){~R{k556p7&IqryX1;i#c?{xr(KtqPdO-ZBncIu^TC)tjMf`@D+lcpCvkZolx7W<$ z2JgFOoTq~y#DAE1I*5u7%FtEBHN}n0tx%?=nD<~aKjYoZZQxVPZQ()U;bvaC@P2GA z+Yz29&NuT^Qey57Uo5`D+!OJIX6}zm#J8Kd?N*z)-`#KK{`IJN1k8K0*&cecc)NKN z;%}O{O?R8Q9rua9GEYGKNApDZPjL)(6xNl4cr|fda~|SN#cj;_h_@H_r*Zz~bf$Q; znPXxmrB#L>gW&A`e+t7Rx+``P`Lpw8% z4{2r|A5J#&_;8xJJ3K@@Tzrn0_j|Kmmd_Ixil>QZiRXzIh;I}x6W=MmU;Mb4m(ZKU zTg==?UKQ^YzbD=!{#^W>_-8ZswZFu?C!GDjc#^oTIURA{2hK9wH(Q%ehdYXSPdLjA zLA;-NBs|#6{dA;wtodBTv&B=);}I`27r>W_=b0}?ocDyY-Yel7#kZN~BYuy05&V$& z3G-sapEchIzhqtlzhS-w-fdnE?=#;99~2)F^S*Jmjb;8Tj=@RT#jA>WKe>xH67wE% z7w=%c137u$IOFum<~!j5;xoi&i+Mjemu2}ZG4CgL@j`LA`EHb-CB9sIt$2y}HuF7L z_8##A;`QRE%@3jcX7eNPE9S@GH^uLnUqbw2^EUW^`E~eP@gZ?64x+Vq0K`;X+|bNp zb#rqVZYNF?pKL~IZ;*Jnxe?;$iFw~R>urJfWOHlyA~Vmw)5VvXd91t2%5Hy#JhWdZoD#UTeMxe$;$1{IqzBc|PK=h~G3XLVUOR z2KZC+t?=jKKWY1%hxeH~S2y#xQP0fdMvAz#xV@Rzdp*o2z4pem8Y|8&(pmr1)9!cJbS0t_$xoXHNP{@sDO! z_oulz9D|EimZz(lc|5EwZX|9YKFQn$<-3^M!@b4*#lytsh$o11#21=7BPZ`mXFJp2 zS?0d*<>E!=GZ9}d=6&g0mht<=kBc{%`5xp&@f&6yS9go|iN6y6BtBxEiDh{&I@>S{ zP7>D>pCE2yUWoEt#J$an5I;>kL_FNgYp1d1Rd9~DKwK`qM0}Nb9hO}z=Kbni7sl@t zuMt0Heimh(5kD_}m*$%qOrMB(?>gfg|38?yAN?Wrl7ljgS2c70;(hE~mTn|&Ddv6b zu1pVcx_FTIY;!B*yg-~QE)AW;EE^)nnW*#3-7mpC1E6y_a zMENP=Qt>6`-Y7HI+!wym%=c5b(JcW?tHt-5*+0B@on`2!#9PI0n0YMSE&fdWof*4> z_p6!5QVu}or+HsG%_b$Ad5mo=ZZ7UgIFd`sVZD6me@Y?@{NnER!bgD;_8wCO*eJ4$Dq3UjR=s zPlSuaGt60t&o$@5SBn>$CnLUGe3y9&;`fUmGZ!QNw7CS{VlIbwm}kQ8ia#-5g7^XP zLGz`E|Cib|Qw_zucb(;V%xN!9GvkuZJK4-*$RIPS@$X~jvh-MsH-LE` zJL65@Li34mxw$RO``B3~6`n7?QGA=3`^ai@fA}HslV*-p-rvrg^h@SJ@Ehi#@cZI@ zW{%Z^;vd9+ieqqn&HU%0e4;qXJO**z>t2f=)?w-(=KbxAv;X^w2Z(u3JIioeoNbPS z$C(r0EOS*jUtA)dE#^J#%*pMzRJ>aJsCbhZ|9HH2oy*eii1(QJ{(ZmrYcsFae>9`J zyg$roa5M%8bM}C%ntQ=@#7)dRceECF67&9c=3$wB=5%Jf4yzkwWzs}6@u+%&TUMarUJQnc>%^C3HW*#4S4?J_0!CS>U%+nBm*E|FM#C$RQ zh4_2(9K?SyUk)D?$K$;Y>tej7xS@F-;wj>j%vU3xYF+^M7M~^_Djp-AXy!F@zPLzS zZoVF6E-~K>Uu9kfUoT#2z7_G6;x*!R;*H`L#M{I>&37W_F7elNdjv84B>vsZ{hIg8 zvkaXmt|e}0=04uS%xjqTW?tiU6Q5$n<+V3RJXCy+_yTdBxi*$9GV@qHLp;}vUDUhA zjDNfv%{+$RX6CixYVkv69?zc;KWk=py=><7(wk;p|GY2WYvytOpt&dfgSj{Shd3G+ zbnIuI3#y9wzK8MC5pO7NW*&lgJ8_!0uXv!D*EU1VytWxF9xKik7l=#EBe3jD^B8!x zc^o|7oCDt=zD2ysoR2aOh#xom#}M&L;y28tSaz40$CG{L%iwRsKZ%cs!#Jq3Z&^Oc zd>vd{oMK*qcsp@dabNKO@fqfoSay_o4Lsib7@Q?8G{1=WOz~Xt0`ZOFTg_Xs>|N$< z@crgj;dSQM;Z5du;1|W)#czo}5bqZs6#r;`A31*$M`4F!KQo>vu3`QF@%rYE;AZBJ z;kM>|a7Xa~x+8*^hKbKL^LRBuoM+}Ss>mD%&oEbk=ZNQk`Fo$$1|5B#F|Rq@;6-Qs=XFT~%8e-$4U$Kf*x_RqZ1N&AiU+CGKw?jQE*m9#2M#$C-I-$r4W%7mH_#XN%{Xd7N2f=5c1Jc%^u)c`V92 zVjd4~5I-+|S^TE>L-Bs`H{u_}znU{qS9D6y=LK+8aSd^6nkNoSol+w1ZRWV`Z{}D% zQ#@LHfw?NmWSe@0|0#~e=SJ+SfgX+<;uM;1vM`+_?qX&i_7?Xy$0B}~nb#*{&53ZH+3!O$ zK2G&!n0dW1M?Bxm{=C852)@;fUC~=5UTsc6{ArpO44AfvcbM7!-Qs;_j)$+r--~}X zb6rBsgZ$OtL~*jXiJ9x$THHz8O?;|31?A5WpC!(ryPyE3sp3*I*K3w|p7=U5*Kw(t z+i0cu9y8bR5%JSzUQcc_^SHg!Tp!*g{+i~68K$4aN6c(zOpBllUDeFC)i!f%G&XZ= zq?lP(cRCHg)K7edIU4b^&CEGYoFkrUX8uy~Y%~7xt`=V}zFB;Sc#U|SndhmE;>~96 z@2{9~D)DxjIdtC_?-hS7{!#p=IJ#xfKg?6b%tzY@v9%xftk zFejnR_u^m0e~DvT1?^$^>f-ulj@1-#8*?(^UClgp^)mC=HPDR1iZ?<$Mw}xq5|^8? z$-TK|j->_S8^yPo+oQ~#W{$Ue%skXTL-znMZ56+2W}m+!-Xs3f%>Mtu%>Mt)Tm$~E z8HWHb9y-aoQ`;VaToId#Cw^C!0BdQJDq7h3m#=20go4FiKm*+ zN12PnSJS-^#I#tv)Xe@_DPAjn)XZb%Ch^N=j)AwtpO`TOy@TQ(#YfEe$BR8NXj>aN z+1vqcEN*4y>7%2#hnc%ux|ze^Of!!aqr~IIIpP8{k0)j3bof&9Y4BC%bKr&IW#&nU z-z|PXyk7jY_+|5SEc=%D1Mzf-w1CgPUn1t{Ovd>!1; zyc8ZlvokRb6Q675_{kDqXbvM@DxN8xXXbmWh2q6#UZ31c_W>|HB7WM;dS5ih!LNzm z67MlH=RWZ-bYBE99Tg|yfW$cS^Rq*m`5TFwiQAi*KUF-4=AgnfTs+q7_nVo0HAQ@p zc$WDDl$j%5N}s~)*nh?Mo0-)sD7=CL9g z2Sv869-Lt2^>9sd3fx%S+|1)@YcmeJUSGN&fN7w3q?zk@zBtp&HW!%L<{9Qhc#fId zYrc4~c)9pa@qK1q8$W91XN*sod5!nHxgosG%;V&n;`hxwPVP1HczDo^uJnE|^L+Qa zII3OHCw$)&Z{}`NQ`|t@%*=DmN#-GNXY-kG5A#U)Wb&l7vjod;<-FD)~Cn54vh<(PLB^fn7$w|&&?rTaAIP*P=-%$BF+C` znv9=NrcbY!&I&w(&JH|>&Ivr9&JDbn&I`PZo)mZ$&BU12;wO~vGkC_xg@O5B*C*Up zU7ysatxq@>U7z^t&XvH#L!|4I!L;=WyV&)~MB4hKfVMvI*US239^=+0{Oe^r? z`owR)^~rk1txq=7)+ak?>yzEI^~nL+`s5I8eR71hK8X*()+e=T4o*xd;`ZX6G!Gz{ z28c(9$I~3Zm?n$M#B;>{a~OC*j%gX==GEeLV*j}cR%Scnd^3w_mw2D}Te1H<1S=mC z6x>yG;z9ksMvpAftAmZc(K@j{(zP7pFdz;!ZI9ym{y4&6mJx774H=9 z5g!!$&jGOfJej+?s*3B=JTYNvDNYslrFk&NG*~=ZJdti3lqnF;5YH1Y7OxPmrJDwM z){8fbchJp(GXCGKoBh8}H~W8wZubA)+#DZ+Wm^Wz))uFT{l5pdGXCFvoBhAGnarW5hY)V(~2TeDMJ8!=3y#S_H^;u*Ako;FXsSiFKx3v#X%uNQ9??-29v zSl!>M9}piB9}&mnSnkT#7N>~Y(|jX|iGP>sJU~1`JYGCmTt@c_^2`zQ?@V2MnRvB$ zop=-7JIJ$Lyi2@~w)aZ@_xPB9lXy%#%JdEL)DSlo``_bZ?^)6qH>Zn-()PZ?|Lz`h zj>L<_vuL}9pD*U$gu3`D@q^-xbb8R{t>T^HJ@gqt8LwmM%&BFWS@^fCB=~o-Q%P<^dCArzt{`vK?@{+>J zC76FwZdpctVO~N0q{(G}TTN*}=Cs_5$(aQxnqTHcTF5p;UYtDrpI`S^XmVy@PC;%) zerX8`Pb->|Te(%o=Jb~-Ez2zV`)aL7QSraXlv|XC^(ZdREzHgN7sX3*OVK~sMdgLq zB>$p3d$TZiMp;H4I;wPXZcavK$)ta=TwXzW>EvKZY|gxYRaar|^o-)n>?z!Uc^SDg z@=MW0|2sq?o5$~`i^_A$(d89m?AYGsILat3V^{uDiJYRs|6{ZHi8xqnO#M@~f8M%& zrvHcS;Fk~j6Rpf}-T5~SC@9LzVVS>O-^oR#Wf>d>(OLE+T$F?Lg$hggqm*m)S792+W!5Uf7NRo;J$?;y~#>g)!$<54}`9FOXN%6PG z8tK1ErTuaEf45zaNPoKqdQAHJ8ue)OFDuqX{%#xil^?Uq{LAFWEc1`qk9(l|m$e*s z*?+9>qk7a$Y#z z%JZa-S7Mjl>w*EK-| zSH?wH&VMyCE2|{eU1bNMf+BZSZbeEm3n%5`vOtm^Cxq(-R1++MlfKt6yJ+gv+(KMg z%qYt(EY0i~RO=_f6$CC_EF)%$OK@@aucs804B-cFFa3#cVexT8#pK+`;_3Fvp^+hv zpTRD|50_^-&hu@Q=Ie?18u)RO%g48rbh^E81o`+jpZW07P(?m|?5g<&W8Qrn23E9{ zA9riM_GgFu&wQB=A0bran*(dUiI_iLzDp3-e3Oxnbu%B{j#lKm2iANuFz-ID0R3|O zca=FE|8iP~e2eif^CjSib+P|m#E<4%i+TG<4vOU44{N!t@|u>bi$Yp%J6=3q`)Z<) zu5bFN$olek8LoZ3D&_kPud&^3VmVF|E0v4EeC^;R|G%!>xJvcTN4;(w)IdpB@AZ}P z)yMqtw%dYA`8FaSKQ3TD^CM)J@A*pkQvW93)0OfamVV*-xO~4>$~PGEDR|vYZhe2O zl&|mTkpDMzY#%>TcKO=zGhocS{gR)_w|B{`9A{gj9G6Mw45r1%=hm0~_>D&^zn{_!rEmE-KamC8Mca;`4E?)-YCa{S$adriyn zS-Xs}22IK5K29VmCa@z)>a zw0(!rJ~y75qaN43@=Ey*Am8!!^QD!_dA9yY6uF9_1g zHWXk#{9on#&+$>t^)vJFc;+V8zOSraSB}5C;qTSm&Y>NI54m{@NnO*SLL; zT0Z+2*E&0x&C$<>gDfnW@6q=uHIZL=jt7b_S&x;{i4jrX(B+Ua|Y9D)Vmn}vR;lGzQ%g_EK#lZUgYbJ zxSL$P_ggtv?;e!ndbo-CINbx#>72ooc5cYqjDJ}#KkDXdtalrr^$x~-3gT{Z^?q;V zT)q4q%A2kb{>7|6eGSm*!K`-}_40R*te5M<*H~{7KljJKE?-Z~uVug{moEWv%{O99 z$bVK1^Yz4!%h#?_zI{k+zoPOpx_l!mmE+0&c;l46Khb&{ z*DB>ZjC?KeI`gGlIj-0DmDb}lp8^SMRJ!_0B`Rn^BJII|x54$9nHW zIjxt^JRFR;n_RtLS~>jVPb*OFc>DQ&6wvh@fD50sSc3Hq!H=t#<3sEH1^IaW+<#P$wxI*~Xt?y8j(|W%}y|s~q^$xXiT;EG8)ywa8KM`>^xq6?na<1N8DEFBw zgnwPV>nqjkT@do(t={2Qj`jM#=fS@&-^MC<<|*dgT|^j+gI(O8FK_KHl=<@?BLa-$vx)b())8`{q{4w_5VK_fA;Ue`cw!FTdmbc=`DI zE#^+QiZ)5UafrG0eORe|d}dv_EyI6Y``)dTZx`~7#_JrXybZ_YJ6b6ppE+m0nnkHd zzCSAEYm*UqKf~L1T)q>re{p@?@rBQuYsN%2@iqQTv~q4-Z9+M&r<>e*j6*p(-Cih0 zy)$60M;3luy^Aa5tDl5tQP?v4$K|`WQoe)8HxI8fUyhaIc6+!|zV*n*d(GVB^1V~3 z+}6J-$Kwvy+pX`ezbV%U`@fbufO5w>ulBE0E(VP|(KQbLy7uu|sC2r$RxmNLUtVbC zxW4(7^0i04<86=qxtC9ZvZ)+yIF%8%lil_*#FJjj<` zsZ@^7YpY?)@E_*jw6{{ZcTkS^p1R4E<8x27-h(Ko*Cno86&ydc+)yqJLSFTy5 zawnm2&5l#9N2PLSpq##sclm}@DmMY;Y8@vZpOLEVD@Hl|zhZLvW>zXU2ZgxZ-Q>2% z<(0}UL^%xIipk}>$;!DGmZ4l5TpPQ|Q9ve1@!B zhRdI|3->4UMVs7fpH<4&J|W5*ficc}SK!Cx`?FHM_jY^U>+M{&NL_qJEtg5Rmu4kL zdAoW9`L0CF<%`3{V;fSf+}$xD@9J(ggMauMfA|brE!Vbp$ZH)bR#A@6x5eo)IXLlox6YiOk8&Fco7`)>UeWa!ab{G-_1XfIb?ec)Qoi&)A@3m0d2Vv~x>d@T zgBu@Nj{Uq4KQ153yJH%2v>AZoBzC0h;UfI79CjIh-;&+N8#65A-OLwla`o24yp|h! zPLy{V+Ttcxu2a{py;5ZA+^uI?&u*#Rdh|?5>71IHD*x@CmX?yzC9QK$yo70D;_QJ# z2Zcf|6Z?0?j-+6UHx}JDf#g?!(ZF zYFB?4%0-9b4`OgdM}@;UwZ;4bM-6Y#p0C7*$Kfat9Um8s17{4MVjf*T`BXNfJKnuU zr`F~LLO2|gl7NGV7kd*kH>>7fjmCbTgqh}vd?6HjH5wVy!k>wXZHjJ*Y3a{I$MWqe}#1ppJ4M1z4-I_dJ~&(;Ki@xd{djR@5R4>>cc5EU(buLgFQCf z%;xKQ@lkxexy{${;wNyvh0WLY;`s!~a7&v{_Tp!;{#G_$%ZtAp8!6n{=4*QKv(e?@ z6K%eR7k@YB+t_?{FTN>yB7Bm~CwcKLacB&;wfSmZ{EM7#XY*CPc#f)Ydz-J~#ox;1 zJJ@`p7ymBjJKB7L7ymXoHQdSOWs{u=IX^LPW>00Sf3!{*WUgqU#s@Xu&eBKNH-(=rRZ zaIae2+#CcaCv-yjcs|lOd`hrT4Rl&xBNZP+5 z>A-|}Ov>lph6e=;H9<>fW8{ZVx1?z49JX|@%?C*bgjX^tGY3h}s7QKN!YfRA3R^ln zScomwFjJ7^?207kB=Ad%f|i{dEL0oY_*{0zdDaqa{$JyO^wop?qz9TE06wHUQqegKc zO%CScvE!6*Ams=1iCBrhcp$jYUJokG33o*1MAjTsT2N7GQNmTl!XV4>>R`-Za- z7X|YPNV=arQF2Vu!tfPL%FIF1vWleB6JBRhzL5>jup~HS{EVY*cxEskhi!g4*X&|@ z9o_v7TYibX9<+Q~n0II=vZkPtODigwlfW+?ir>c7pBt%!pOS?yk5saSm0S_2q#<9Q zcT6R-!^03vWKBUOS5;JUO~Ng#WC};;f?y$hjeYz8cE`0gk2T@#$Ki#MO5S4m>yD{p ze)us~!kU6guCJ)%#suCH9c+V}f`#f~bhhEnyCj$oVH@1c`I~JX-No;u2rspH9Dy#w z=LF$fY#v9TU8pL&%;qtA_i(f>w|R_Sepf{JR-4D@<=;|-Z?k!f-dDK!R@i*7Ic^9~ zM@tjACc#SFQLz$tCcMR!;Fqq1?+O-*#c1W1HH7cBd7K8yIKSGG;xtfz#Nm5v9;2CG zh7!Ivn8%jm5o%SKpWG#~=AhEG6_q}a&>g#2{2=zkgTX>oaPE1O$L@!09{c^xT(gI* z67=jy9(*1N=20Ijxj#G-nG#u3P|2eem8?(TH{Jw0`xBM~`=!6LKWXzg;hxNvZ?O3j zy!b2Gy&G*FC*U<)^QUYcC*T#Ff7<5JQ#WJyg`cr`oPZB=`As&DF&E-4`K--jZ{nlF z!_Nite0z?ScsyJejY#C01S_$*VkNdDY{pB$N^G?xZY5r_dAAZT+q_$eZ8q;#V!O?| zm3YPG-AcS_^KKdZ6)3cuR==` zxhBC%d{VIzpC+7vEgP)FeoNw3;xn6fD{;W)-Aa6J^KK=+uz9xNiXJE^}ms%{G2y@^q8c7hHGGNN@V7${*_TE z6lARy6OIWb%*BgIep|z#V7dD7UeXslYQ$Oqf3%oXjI9-pbAebdiGMK?j(35um-GhL zFTn+3yrf&1BhdmleR`GeH8BdP0!5?Uiku%h*C!McfF(r{*KU;#9knd*kZr=f5n z(*>CtMKU!BB@|&zgG^0r!I;Kg5|1I_6xXJP=tE=+H?si#FfeHd&+*M&puU&XooB5U zE>O=)I*TjX(go^zNnfD};Z`nC$4lyp%@}U&0=2!Q4IBX{S|GZnm(+%*vNo_S?xWN3a52L*Zd) zO(NGKSb=_#73d#I*jKRvr`dwsd2Z*m+5ndt-T4G7ALvq}HR){LAQ!;C!tdA!pY8%^ z9{<2CJlF-$ztg#A4{-ss_i}F5Gh85O@2R2iUu-WM9kh37q`kvK30qK2(BUI&!8nXd zK0rP^(q+Q9T+X`Awm>vS-E%xvjdFonUJ^ei4Ue`!Jho8^FD1`$C9nnBagEM(0jy#s zJK;PFgs_UdHzPd81+a=^(CYB{E`U|!x21%~xow4c%oadsh7l~UpUhRn&9IT?lxI2Z~~52-1V|u0Q++iG;zaRKb$soeDnTp$_S zkAbN!fQ`W~>3Kl4gpIUD0TrH0t&eMUgQEv*q^y_B`#3SOS+MPQWvP| zC9UI_Epq|vr)}7$=$sG=Uxp2k$W0V%o#~OSb8#pk7eg%=fS1^U(dhd)uJbIH z8hu~Dz@;vLzOT#nUgiSm`-a?GXS)FU{wt2AIWB;{pUJ>n7eL=%$M#-j%@qw~Fmp>;gClb!Qje z-~u=Z<#U(4(FL%Fu46lHaslk24Y@5A@I0Jh($3_RchIDVeQj(pGsaE{Ak(uZ6CTbQ>x zh97nTY~h+5&yTnOwlKdyG`!9Qu!XPS_IuO?u!WbilOJ;dY~e%f!pB_zTX-{v&3YHW z7Us84ho5kPU<=|qOU<*HE3vvrDMznJs|7r@r}ovZkwTLfFDkbCGB7r@r3 z&aU3-7D3-9GVqcMplA7wa^aU<0R4vldEsp?5b|o|7JA|BHjhU0(Dzg*JQM4k$esy0 z<<&^1ycJ5gx1v+twgsD_d(UL|zH@A*ouTj+W@5S^)4P#OAA}P4@QI*%KePpTk^CC_ z>LZs4o08w77T#k4Y*sdMcPQKhOD8gakouEI>QAxdDpK#a1@YNo(o$yn%mVm2?4*a- zrw3dhNWBm1&(zExr2Zn3`ukAAHXKcoc5(Y1vIX&Qiloc=CgBGcz=`>K4!|E>04Ik7 zT;wMgz{z1BOB{9qoE+LS$ImW+lS7Ej`^5z?^!Vrh;a^>VCkN*E%>^*@MsOVc?gAKk zJGgiK;Q|O>1*?U*_?D%=lCCo+GKx@shK^{9jbre4hTsv)WUM%J`| zH8LqGd<`=(U63g`lBsS~LSy{8JQ&6G+=A$`L+s`H7Ql8)8p2~~0~bJ-E#WwCXn{lw z##6W&ja&&F_IT4_xUmJIqqw(b;`ceO1a{w?+%o(^#|45luM-vSg(fAk(LsAtti3ha zRJ>b0DJo$K8@-opY->w5#^E8KUER(CXdXMVO;mV3)A3sff^;1$U9D>{)((g3HQ0qa zwPRmkUu4JeHvsixuVYV5jpHZhjbq325LO7L7<y%6|VNj-RfKPriUHhziB=W08r;KXQMr7K-Di89B)-dB~^}isPpV zlat@#VvR#_`~aXJxjD~xT|#ku6JMPC5gV8uisL)cvgD~8IKx75d|Nl8c1c+_exnhJ zjA<@I20NpdY_c_WxxmfVDMZw7NKl1Fe8y%&n(X=7D#5f4xA2d}M8Ucg@2 z8;awJU~O_Pd;Ck(hq(unQ`r*-gOcl#Yjbmc70j(q<~O2-zYgX$CO7BYH^JPd6ee}cKK$^53=a5yTChw$ymYq%Y&MaA(bvm@C*7SxW4;5KFgbx+^Tc58 z+hl*|>lhWsJ@JrNllxem9c+82sA%p`b$7ApsZsSlz)ZbSXltl7ni1SS8CropLZq1= zX-2L{#jnL1>_Z^btmSS*xc~Z7{V`}_DA_OiBqE^|7oupx?7T^c_MlHfv=x3D@oU~g zb(-?{5p}}|uW`&b%n+&>YL%2+B|525(mC~NhWI^FQ7yeHRZgjbD|Qc$C-#Z05L4HS zPU>ByPnBL(hOqU?p(<5^*$`%9tI4Z9G2G)?dn^{O@hVlSRjFEquO`$xX6eLge&H%8 z93QEos?COj8mn22m}QMgmf3$blDWENwo)}TN2FBEZhnQel0(r+x*Exvlnt$|%QH~N zy1^P%H!WCif3{zPz8HM5!k3*9m{eT8xKo6qc2CDlN+HR9ceFm%4WGj$Nc9g7{kqY6`)v2c{YpTRDp{|oDMliqLV|h z(H=%)NB4kh3=qHt4-U^dPRMbGww4WgqG8t}#F%l!Fz(J=|_{rOq`e4XfULS29U z5`R89I@Zcx%z4xik5^GgLPAZTo~t#4T9UjF?j*!uj5Mp+|2C_IYnGP~iws;46;@ub zH7c?7a0~cF>$sxYMR-lZy&+ zGV+Q_vRN!UV>15szbq>^lYf?W8u6Ii_LDLtoVDzhys)Y0np9gi zts)~Qf0|p<;9(C~^NJ<9*b>1iTJtPcROq+2czU*nhc~gOvO9YvMN?C41LRC%?_1&W zLT&`Fys$KX5+3uEf*K;Vbd`4fPu0aa-t_#u{EXtF>A5A?JZ1S)@hGN>VrjN4isj)c zKT~t3S|DgLo|{yXoA&>(GrPlMCmm_ne=CMl>am+QGrO|}D%$0GfqSqGEWR~Cr%W%& zbc2i=Vg~l^U>tD{50og)JtkvmK{3YZg&2SSNQkVt+nTnb(=%|W%P7Hvj#wqPN>OoH zeoX!d)-N zn^cTPj=8-jzkrYB%APVQw=g5W3tCd{59iYCDH$`$a9q{u%DvOiIw$3{UcFNMGfGN_ zsRc!ald>}l3QAKtOq!IFmC|82gk$8%lM2gGtV13jcEQ!^P>LSm>LJEwH|abMmigIb z9i|l(WR~R@VVz7%-_q8(+A~| zK6KrV_40=z#yt9JdL|wSk&`tkBeM*Ti||UZHL$V;8E(%=_44o#s>$fsvW%%k{s9W7 zWPkU>F2m#2-wp7J`f|KtB;=Fjg368=Nx>k<_K$~NX+hESU`N2g20Nx#j$zrgOGcUB z;tbn{dAZnhJbL)Z%JR2XWSi^W>+ie49>C$~ueX1U<-XX}?=SyV@7OHm!Qmh>x_JP} z@ehU=E!-C(2Z)MMY(2(-Tv1nQgq=MOkre+w#~e-Eo^|YTqS7HNFVC}a%A#4~esvdC(1BEz8fHjPX9Hb8%1XhkU@*vFDKD+>-nvJ4Qv;lsibtG(2mr zYp-CRKIW`|Z4xZzpHRwXU{9>rRs6G=zY8C8z$?g|mdi)|@u4*SKnUszy3If8R%|-I zgPE@)QgKx3Y{zCED)AhdDI9=)8}w*rXPk;*6r95%Yn0=*TxNM$k$-MQlgcqJvWs2! z1vMj#{2YlKv3BIH+`4ivc+R05=eV5fzqHP>wmd>+WpOvCShbA)xLTDh*V#W`m*aF> zP$F4+1t*b;#VQWx-Sp^vOzv{ePTLp>Ik|e-Fg-t~Z1OP)%l%VfFto8E=(^n8Vs5F5 zp6_ZsA5?M7*1|>R;E8y_>Blw;22N&qX>LYvd8DbzJzfRa$PV@(o|60~ z7vvUBLZ<~6JG|t;Mzk@XnRDzp6sMT%F1lIVx^_;h*rJ`gN7y66o)Ox9cWfezdY=BhimqzoRgWFxw?JS#Zf;q4KxmC)K_a`M>P6NgrJj`nj#jwCoe2+HoX3HG+ryoCc-eI#dx?{Qx*0CqG zqrt@lc=BBI*zBW3|1=rPDOnsb0!qh{&L~F>Imnvkt~)2h{3dNLt+N_<=3=3R{*V*= zW#wgaO!reG5^K&}2OK6EgB|pgP9sM|7D5^fwLN<-o@He;v^r}NwRF)c(KsBqpb(Y@ zY<8Sgo2h5h0cz*EC|B*6&&E6(oV0n%&BD+#Ipq}1vo@3IWgR;)r`pv-nRR$3m^3a~ zbjsX0oYEbh-QgTj1ao{RBW-)Vte_zFNgRQtLL8LQiJ%%JZ<5xMpFvssG|8||Pr*n{*o;}f$G$dy^9pt}` zVz#HpFpCo|bl8U_K|jcf(-n3iW}$OVteq38b>;D;7*;S!P?_4co}R|2Iij3lYhRN? z@xqhlE?AUgE7h@OR-7}{<(O{J$#jF-Rfn2Ez;~q(`jVJ6${DO!pQI<9qTn)~7~<+S zcQla23+1S(%PwObrj%?d#wa5fc%sB?L`o6m9J0(PEoR9}Maw#6s_G*a9M-GQ?b(Wj zFHutMWV2Q-9f4>eo&bpEib;!XDWX4>b8FE%8?&Rj!@rvGY0oJ|mJ24Mh@8yoDUmgK zvK|;XCPFsGJG3udk+O)h(EzlVu7_3KoVlz{VHs^qYAzOtby~C*Fu6lVX?r;lkoydE zJyX{85$1XrztW9Uug0O<3DZx+Q=#RYQ;wOXbobiMxYl>|WJ&CCsD`5*U5`OC@f>6H zueCN%%M&%vs!fU&i{2%@SdQ+7`~&c}~pXG1uv zoZsusJTo&f^@f+FCq7aOInIfOOxF@)SsfE10Y^g7b6ErW^y!vte*A*D3*oMFXSX?O zKoVNDk-P6Lvv>Hp+Y9zWzAi56ka`7O^pxD%~UEpXPA{sdH&HXX$LSiKSkn0T>pW3{;W&pfK7I@5SjNY1;W*Lw_^pNpVtTXm#5gW6K7Mg7 zP|NU(C-a#YN0`RPZzT;xd8s-j#4&jKS$nM8IPAsKEPhyzaoDS$K(fwoH^*Ve7sscY z^$~`fBdod9Hh!JRXebLX3Ff1E@!@fzf%(*p)-$c@L}8H{TckwhMI0p z8u4jgUOH_lX>lTryD%6>(OnI?k~Grx#eZHp?Lg8v(&lF=FldUiRWqP1Y}{MG z4~wd4&!FkCHtuQQhx+UHPqibh(snXvz5+z^s|r2aAWzbg| z^mc>3!=N8A=;sXjU4#C}p#L=JOuIJU1_s^Ipz(N#v~Gh9`dEXWWzeS?^jd@7WY9Mm z^n(WdtUNDJF}FJO*i<94Ejcce!!srXVCu`bT%5U&MRTiZ4J7oK_6w%lMH%} zL7!>R7a8>92K}l*e`?S_8?+z&gw~DEVbt_MgC1wl7aH_c27QY`KWxxH8MF@_ftDXP z=#)W^HRux!nm@+TY0oq0T?Q@QyQJ#wJ%j(9L5p`SsW>ig#Zh#TLAN&O?gl;7pjR67 zB?i6Kpzko~JqG=oL1&;()jH%EbcsP9XV51b^yvo8+x@ki%?7>GpdT{m=M4H?gZ|c_ zlRWQN_TlqlG+k-X!wq_hLG!15I{pfSUT4rX27S9he{RtHd9s!h#2BJ!&!C$cbVq~k zXV7B|`UHbsY|u9u^n(WdtUZ&F2;Aw5<)ghe01@(31^%o(IcUTN!kBgC1tklMMPwgTBF_A28@=4f$D9Gnhy`r{9Xn<+@RMO^d^JeY0$e2`gw!?z@UFHXbU$K z>U?7coigZhgYIk4V+@)Ihpno!Ge_pN5xdz?TpgS4#T!UU=(3cqWHiN#)pr0`4*A4m$gZ|y1 z!&pyidlndUOM|X3=+y>&xk0~R&>tG~euHj-#jwt+n?VmT=+y>&xj|oV(Dxbi(+2&v zL4RY=2MyZAB3A3r(4gBIbT5M*ZqQQ=dVxWoZP1q)^mPV(uR;G{(A@CS`os)+ut6VZ z(3ctXbq0N}K|f{CZyEI020aMdO*-FW4SJ11Ut!SK8uaZ3{jfnlYtU~R^k)YBqe1^; z&{^0V(fZ^YbW?*aGw5ChJ=CDb8}tl=UTDxO4EjQY-ek}_4Ek<^-eb@&81#Dv{f$8% zFz5_y>FF}&8g$B_dm8jmgFe=vPcrBw2EE##*Bf+=LEmc7yA1kSgMQ1PzcA=u3>r_? zOP3{T&{`&8Fmgf!N!{KP=(eYqkdPBYS21Mt(zpxYa9x{$^?oS*KX^?u+;BmOZ4 zeH>}b9r?jlL0Sha4bwD(wQd;3({u~cDz7#M-NB%{7&MD#V~xiTriAIV7>d(+qFYVN zhnuJEkR)H(unGB!2AP&4^jG?r`eP}RmMQX8X_>E<8R34BO1qu3s*CqYtN8h#<0?+E zLAO*iwt+1EdWvyKcTzN#i&jrXW9ee`S9A&JqZCbB9;4_npeHGM9OxN}o&$Q0qUVEN zqUg1t`CfbGdm-p^6n#19ixho5=qn7G`)Q1SH~6=aR^{b8?lrwf(JaeT2K}O)6*4QNhUs*8S>bLX?g5BOnK~Y%n!r(S%-@>b>Zi~;$49-w&nj{@oEs~@Oqr=KT znE6(ZvaBfxXTDg*rt=+en7p=)F@_>sf3&=+!{mJhdD;)K98AmOdkA$J%9sRsNfPR# z!}z2SQ@`#I#xa8WVJVfCHwW=_8j3g*^89{M@}t9M9wu)!Oh2PQrs>x`{cIAx1Bp}Ry#bUUO%@U zPqRPLbL-oem6h@N_5YXW*0+8Nxj=~yLb>L62LDBtwc;1FK-9nZAFy(3eifK~W_N3U zujSzLN%r&j|Inc?!4BUIddScrLz(XI&jqW0>Gk37y$~-0&wPLJ5PM(p4juX($^QVB zAI(EgN;CeSK1@SBig5MX&1dc7i3gy0p&*2IDQNK^{zHfU5quFAfG!6QxvFf8_<#8@ zJ(PxQGapHVl|blz9|}3+Yz> zuYH8x`w!JiZVg#ye^A(mI^$ghD=ll=b(Oo5)`oD+#w7l43}1pyBJ)NE|HyWho?1@? zZ^e@+RE&oERm-yqk1MSxZ+}X^Wb>xeTO^wiC33HA=6;V#XV2`{e zgm3Ykx8B#kv9+qE2E^VJi2diSpT1ILRUKY&h376?SH0V9aR*+KDVQ6xKn|~tQH8AC z8>1`MB&A|&vcRf#5PExcRD4tWHO@-Qk`XqBL4Fiw3Gv-lwGqi3UXsuVDR^s$Fv!Q*3g#do-RLLssYRH{o_zNIxDU^6F#x7I=cQkd?&$JliB|lQP;(~81WV7 z29nK7_4_#t{&^-Ja<1M4>wRF!mw2pkcGD{n%gsc7_@CT#HnIeP0O6fG z);E%9gR^e4S5iRNZXRwAyQQdEi*UpJ__ravl|CX}FK^pF#Y)ei>sMSH*f%a!GjmwD zM|k-DMQ*k`(OvFVY^ynCrEr~6!8^mRcK_b@zHj%gWIEep-uY4c;ojdx9l#tY>~0$F&aE(HG`S7$ zW)amS&AIK?L*Qnm+|1<8vum0QGdbI~ww47JepD<3z^~eR2CnwGz7-dFC0$q}A63WJ zu4xYQvW>_*OH;PUwk8$b$|{VmkaghHwnNir+t6pHT2)&sQ;&T$0{0N+`1*IH;sb+I z(Si4kif^hnC|DF|cDHYD8>_cvA!f_Is{$mEZOgvX1le*-%f1T)H8Kch%NA7uE9J9> z_HcK(L$=k-SYxjg_4!K8YIn<>H36_BquO5gT5R{y*u3|XE8b7O^wOfoYJ6t+`x$84 zlpv$myb>EOqOrDXr4-{aN^D8ZeN{Czuv&8ar7}JOy80UKcYPCm!+h?5X*D0YPw##E zP;X)2lY&SxFyMBpT;jQl=Jnk@AH8$m*t{9hDSdUhrI=*8H+!-LF?}iezorcH7@qb_*7x(KU}Y-2dNWlNh~l=eYO<+@d4~ zti>m&VT!)-+sLjg!}{2!>gsS!*m7H7ymAY-ZLNI3e`C(Z#%s#;Xi{@YZ?}0#mH)y_ zx4_Lh7w)VEmLm=`gC>N}{r(W8?WeSl&ixkgn_+}M78mzsr{W@p4pbm)HS5+ex#_WW zcl5sLp>+>E=7#TE@2n9jv?zD;+rX74gwKoTb2NvqU&As5&lAQW54zw?6 z{LbF54^0TWeW?G>uoJ7G@!o^1`%7y33pCjs8v<@V+HG>hFIFm+RK0`l$CIslrvsqG zZrQ;~8z;9VrCt!Y?Pi8mJ6Yur2|ZVo)1A9IP%mp0s5LAC;(_eKu6bQ~v}PLvy4FrJ zbTGocD9bK}8%iPUayanyKPboRm7;FlLiykPmVJ}tAm`mltE{nATH)m_wC}7@{ecXf zkrR|e7vH|0?@!&^Ds)4cWH7Um9A8G#v{TWAC>F%6anL{4_6^VbTSpA|SWN&u^(!@- z(wzt94L2JR0QVVCW+=b!kIVmBjsEW+vPv5J&VBcgyH&mY7VakBwVWJ=lDdrB% z{i|-aR-~w93;&VgB47>Y7YGB{)wlNvn3HX#8uOBUZ{45TmQsF36U@lZU1?bx;??2v zHfCz2_8vF{CK}eczp1oRShWxTE30G4>L`eo)%Z$QZ^QSBRj((TuWGn|-AC&_GCxIJ z3YZ^rxhnV>hsUr2hkYzlAn9ZlD#!d#(EdSKS+B6HyH?7zJJtw?aPR-}!`}_o4RHh1 zB0DMWHwPs?JMeuZ{(}GD|Cbz|BOOW3mjB>K|AT+lfAGb=(h>CkFa9Xl|491u{SW#7 zrB9>(h~N4@`2Qtmby}ag?`Gq^&yn=xdC-ygWB-F+{U3auJsnAo*atg;J(v7P{Qt5; zn{>JA`c>EekkiuO=bQ%Jfbng=7lQvjRSp_ETpI*ae);T-qhKWeX83uaRX+E>e0I1$ z>>LoZFL*|OuzaBk#0m^SFy88ga}O&(Q~9?*k-*UfbD1m`X4Z-fb ze>uz%%+C>(x`xRXv;(6w_ju5OO=RHlXI4g5M94e=@iN@lP9ZaxiQ`fKWBJ&sYn}Z# zqqc!wp#_4@cmU@M;S=oo%rg`SUGI;VPeeUP&rOF0Rrw6n8m3OAne|T8ws550=Vuea2cnE08w{+EfXkFdTTox<5{=g<)bdY_=FIa};F>v^cxg1TH|M|+^OZ+W+~GHaw=KJ$9BHn-aK zn?TA}-kEHb+hh*kp>p4Zw0hO3o|Bw=!e?cu%Dva9-205mz2B_d2h7TS(5&2t%*x$m zR_>#+a@~ii#^afE{G|H{I$h_UL=c~R)x9RMErlE}2u{kjv~{%ZfOA>c$aJ#aW2>0Wz`!*E0GWNXe2LBFWMsUtt_3r9o=r zAoXtu5#2vaD%!qJ;!=$<=3IuB=`^w%bcepVPr$UU)7TC#K@3my+)eEmf#tPgn=6sN z9PrL(+i50!3-1aD(BrZL6r8(o0Q7Kr+2Ln^ygOKRm3ExK@=n0q%IPgphW8Abj8kRD zhakxH5*!cu*-cgfMbUlY-`hx}6wfV3Um11A+2JHoc@MK)A7{&9#j7Topmlqkz3N06 z7WQsx1~kdeWimWkKEQz}cLJKtaA%qwev!fsG(nUTWMipGw?I#J) z*@1}o<}Zi}dAqxFot_%=UAyVm@h}#Djc^`&%sL~?G%n# zsa9zCky3@DR_X!9Z?AAYE7cQ5kCZ8#ZKYnvoGDVSaKuV|QV85ZVgz9Z8)+2eyAP7I zv@~+3w2`|yd59#9+)WA5My^m;8@ao}+Q>Z=)<*8Bur_ipg|(3@71l=Xt*|z7mBQM{ zeH7M4?yImiazBN&k^3vGjXXeMZRCLpYaV zO48EO$VaD*JksGq_@$9YDIwa(qZQUh9;2`}@-Yf)Bac;B8+n|<+Q{P-)CrJXv9F3Du zC9yK{tl&X(?@3x(8hK^f$g7=>7+O=q+oO*;M<&ASWKzGe&pB7(K-fxkWB7RzW2|8x zbarq!QYI-`3SE;HdV#YML5=aqmdJ%N4g2{&FwjLVk~jpz&ck>cxmd|WLGQ$DCbCXq zBxfGy2k&Mc%t+?3KAp$q&Y9?EQzJNdT%m+OXh9zEl@bSF{YxlxgT#2yeCmhBz#A2Y z^&ezsze(Yk)p)_O=~iU3!cb~F#?QzWiNi3&IT&>#S4kYeSx}gR&DAPC9>;NrgTpln z`>fQ{m{~1R^_BB3SYy7U~9t z(FFRUo+CF(?1Rg{iU~;MCWYbR`)HJ%Dn4Ai52g{3n-zx9Cc`lzwEQ+JQMo^k-HRzi}QBt$lVIV$a~;Y zk$V(|i`TRUzE@$m_$ZFx_bCh)e*hEf$o&e#TOZ*F`hdb&R;ob@;0G1Xv{D_h#Ed+o zuw$kE#-u5-OJP*%F9U!dRybs(E^h<;h{73|LC|v_RXAv+>S59!*{!g4f;|#ry-d%& zE;t7@mt@V#N_{+Cse7FRtkf3GA>=8UD1=HWM#{+3N+>Gjw=&|`$?Fnx;{+vrB{+^kC`k%=GcDvDhp!)#Lf$=0$a{5!ydAuXLMTZJ`5-Oi zW9KOfnatvUA`@l8Cr>B-RARU{HTfvW-ybF^NecNqE#xa_0#+BP*V)>?mWkLUy@m-? z_*5maL@Xe5WuP)-#+sey=dbk{BKNe+r|a)n}djAaMh!)R)1f$T>;P zq*6bomHNfmN~Jckwfrg*rAzjk#HwUJ2X|2jB}pL%(n1b88Hkj6sw0H_B@^Kl@2RoW z>~DqPEhll3`;Wr#j;H7yhZL5Y{uxX`Qj$3}5i@tZg;-48n+76y3-NpembmDoB0*cG zgR&+3)p8_5GhC}=JKJVRF~R|>MD&nh#bE1b7Kq>-!xu3xW+?N@tj#N8J4tkS%{hEz zt8}QWlFL|G^)w@4mHe+Q7*Wk=Xq9}=Q7fhyMOMi?CW&iCp;gkY2^cw=(ZDLXhFxW@ zV&Ek&CBm;f#ejNL*R_K^piz=KOLgnls@uSJW+AZT4t5fSDk0u6TO!8HBE{gK2}uQZ z@H|SQI4LPnE2-Fa?xv)p(Xt|`!zDGYD=BFQU#29AlaiX&N@{L9|4`B_Rz{1%CAF+8 zshJ%tLV)}LNs`@3d(DViC1Ut4Qw(?oi`&)?E}>}3 zm!dn=itcPXlhEEu26TcXyee2P2us970j~;{3{m4ZXM~V82)Ul7^N2R>>Cjb(M-ZRh+K1oRwCnXK5l{DOTeo9Lkak!+Bh9tD-(YDjO0kZvpPCG`0;n#sBv#{+F z!8?J4sk3sdl0Hqrz&n8@18%(rrHbI4z=EL^JK7E&4{=GM9kr0!9b2p2MBCYl7$tnY zWn_{{jTg(7{LQ+ZtQlyLq7R*-7)U}BPOyWIP(Cw}qNml0#x~Tq6fMT887d(Ls}eC- zov0WbtsrT-9SozFNK%}XG_zLHY}@IGKq(2Y@7;tnfwUyNzE?1mq?7I7NJ^qODQTXP zRPRCf+KNd1f+(7wyNHgL2yvIhatk=KA9ilf) z_afy$*g>QNoa9~I7-+s7VkOS@HZt7;Tf78vo_8IMuu!5!-X3bbNTOwVcs6!qu>{Ml z7Od5bCsFXo65G!zEc}p`S!(Ba1fLTuQ{Y>IQzcM)Y}t9)EwLy_+};fpo@j^WV<)bL z$$W_mQThJFP8c(gxE_@rOpJknG7@K_{z8ezOS$*wpn5qCbMp$ z34J9o9460Bj6uwLiGApRqlqyncq}mn8O9SkI^c{dk%R~3CORUOmly~Md5OQksh@Z< z1(!)26UVPF5=%Q{t1~eVbYY@pZ+K6l1=cMM6J;oRBGDb8jS^45#gd7>FjR432=qx= z{u!`#b~pbZm?6M2X1VnmIG2KOHy}d2!ko)dWXru4xz;NZz;-)eE?uvo06upHD!X1n z0DpAmg85dxMgj!fm*H>ql7*chENuC^!FKhE{S`m~%6G28*WI|(K4V}z=%Rmuh}F25 zd}aIS$n5Wc5I9KnqG3j-`Ebe6h{6A2DTEL zLHaEJ0MvDKrk_6+*3nMRej2FJ9P|k*nl@^NOsye}9)+)1S2TK;X+LgR+zJ04v#plz zWPn)hw_5&&vRUDf)p9T6M^VH6i6}vIk^fXf^pfmfffDZxK%B&r__7nDs)Qcb!otzh z{I402muIJvi1r)vN_>ijY$xX98%kddhl{T8+X&9ejjnP|1>t@TKaQTAP1pbZD-~WDJo zO9Wh=WJNdSu}Z=&SJctXd8|y=UDOs}OCH@I>Sm)6MX$=E-E!R)Fjn;HJnEV6e#?++ z1SoJvp?`?hx=0kQPfdMxRDmljf7 zD`Wv$a!hTlDfCf1^kCMCh46hcW-NUOAv zw$75Ykao4290fOxsZDUDNt@s$6hcW-NLgA)N9UomkWRHiL~%OT(WFE04GN(oDWq#! zNO#9-tc%m5R){E0&pJXXf`y2gq$DY%GA*Q!(=RPVZCBGK9C>4EyIK{eDmaBgC`k$# zkQOr7S(_H3_Mj<56lZ81O$G(8qYz4xLXJuc8R5K`7Bcd%;;21nrOEK%HxxoiQplLJ zka129<{7ez)y6V3X*_d|6+5<$B4dMX5iv8n+GIPY+FEo+o~SoVP= z@LGkj;jn<|&sP|GdRH?21u8xE@NVi0e4z?QO?-hdDt3{=*uyJi`im9D9^M?LSG&VL zY+$TJ-yXX}g`?&M60cVnHP?XnQiZW+_cjK+*kuZ1&#o~{9lKm%Y~1?TqSZ#SjY|85 zSZyTRsI)Q%SZ^fDN;@++5;c=#&B;pJl&-X^oYok?Wu>XzVfcHB&zOnn-C-D^m~Em) zDFGvV3#W>0RTxGn=>@z^VysA0Wi;BgDjY`mEC{?^VHn|VroT>M7~#X7z}KtvDD>h! zz}& z^j;Mo&G*~(z-o8cM)Q3WS;dUq;X!P!rl&gWny7gM{#J{b80y8m-397YbYruQif zBhR7xtKDH6M*a))ftcPMhLIam-itCmjeHuL_e&~0j69t9Wrg9%Ke7^EQ5c@w6LX!| zt13O3@7Mi+)kZSz-%3ryQX-}{lJWHG)FF1nZ>aR}9L z+X|!7_(ZqZI|{>-7qSx7p0ld7JwY3boFr>bR@(dNO8dw;89}nrK9)l2L&<@t?bs(0 z`=AtWYKVQRFqHb0M*U1-DDffj=L)0w<&zUtxOXxjk)SPHOKd4MlbE5g|R~Q|!Xg)tGjG7e9=O>AMs5#MmepcbG z)fg|4uwuU`j6Uc`4m4_e8qXb1Ev7!dsc=lOMDzMxV!s|T52$e6-2PBlH@80(_N(S~ zP+}j9CYqnx$yP@DCioC6lceRO(f*M}YZ{2zw(}Lj#70)kXG<}KL901m*%9+A26`ZD z{_qvJL5#&oN)uZ)v0!@hCx&}b%Md6fIfqNitSc#G2al#Cij$JuT1oY6=jya1y*~|q zDk%XsruV0V*gt&U1w-#o`+QbO0Ty2|y+2LAh1S`2@FC{K3}s$kZC?2(Kl9>-Myx<7 zS){hzV+|AojfIlxqx^8uB*jTdMS9DM@37w&t6y+5S7Ur%S1b|Yy2NsWm5|&t#PvnM zeU{x+>k!uoVOPxQ%R`*+yY7AT{ca)7+oNtHg5Dv{zjMVdRcv60^XPo{ANET}hd3WD za<3;iCd7Gd(mlQ*z{C*er%j^sI3qnNG#c78cPDYGu_(j|-#qsM_U?tD*9b)TW z=f*j(911N$w9C9L&?A;%hv;3qy!+XmMC=efWVd$-!}9D9YxxPWmlSJ=m_SckEofme zLuPhjzaoaaxzXuRuD~|#F@@CC8ar0TUDP9C`)U5dH7su<+hc^RK)k@I#$b>-29}LC zQ0)Zs?cN2zYJtc@-zWUQMXFt4MCpnVC*DwDj3`a90}@Xtj1lD|;zkPN#Aqdo7*8sU z5#s8&VtmPWxy>}eDqu26Sqo?gtxdpPgY2^xlw zNG)EYFxvDC;9g1yjP@{+#w#VRCxvzo9-vT4mO`uah!gMUl)-3X#EJKpiMU?rgp~0C zN+>kF82%U^sIU~;H#iI_lawrl4o(X_%2`UGbJ0fPN6SRil*dEy;R;J3!-DH6gp#C? zk!c}goS~Q?NX?FsiFo|H70o$5R%wDd-b$Yur!eaH9oFG^g;B>1(X8UfDvUb*JOX^2 z!l>hZ&_6ywVjME1)@K7xRN<(@ap;rclN5$!)?y%uPgWR~=}DiOqOdH~=pbHgXC+xO zS*U60LY?63VWB!w$PASTQ^Q|!fKQY-h=v+~r^HW^IE;pq+X#53#F;3>)fgkbuu|Cc#xSeCz;8)=}gu*{W>C( zHW)tRYh@xHpC70KR;yP$>^rpsGm*Gjy*en#rF1m4dPS3DMWx!buBJ)CUp z_b4G~m!h%Xt1t%Kk18SbK83M_dl56D`27lF0N#}g{D8t-(s96kP+?eV2&?BIg)spC zf>}#^m%{M5yVKO)0XbM&#hf=@uxBugR-u{&Le$DKK_v@FCEN~kV` zT4&n25PMa)E`(lZ>O$ysrY?kDXX-+zbtc!Pq7ZtWsSB}B$=8K=zD^+?3$B5tNtQ$w z;>C0!UUACN5M?3M;*q!Mh?>xgM_q{54=cnQ3hP3=sW1w0B`x`u!nzP|E36Cgj>5VS z?<%Yd@t(x0CSDF61x=GIi7Z6=hNbw&&Vh6x)Z#H+2(@@j*TiQk6I~N(@o4Kpe4)a1 zA-+^t7vd|0bs@f1SQp|Og>@mml~@(xqhJnt#-Q&M2EPeFn;7Jrp$x`SaX`z2P+tNb+t`&M0d+>j1g$6Ojj~}Wd^kDE2 z3Z-PRaEaI6n-s^rN$oI~6brYwzBh@tP?WL3>U)!H+`n-eG>q$elk5!KYrt+?--=q2DSQk12m# zFaEH@ShAVjeR}aHMPseEgQ6*4iq1{1_2Tty=e4xxe6_U8%d|>%QnX(DK`NEZvx7fU z62(bLg|(6rw$l(>d(vc$^db>AOf6^mlZxTP-58hVgHfy)Xz(SEV|f$THz(P+5$IyN zfWA2i{Z`2}oLD!}NpMTmeE3(qsb=8joR&;dq8YhX$rLuwW{Tm*-8%Q@fze#Yz}-a` z!`5+qCli(jCFNM{#nX2(p>lU}U}~k4pmIBNP-v|gsN9A0t2T<^LzQe{kKI&6ARe^eKJY6Gmow zLb)A0$O5nwvH-nm3s7Y{7r`vj6ZD--Y&^vUkfiTq!n>wQPUmc)pDqBj+0LfXUo+5F z7WD&TfM!6wJ~a41&47Jp_6K8-W#wr<09Vj4c^DEXPqLEjB!qlhQbO!{spw(3r-lJQ0nuO;JH&5%`clpW+R#*!?jEaHUPB2KoQ zdc9G^`&j+@Mkw9@8R`qhR4oZNYn_(_W142*W~y5UfN{KLpgn(1eWz;%Zh#z?1I7uO zfd<})m8S2SVgv7q2~+$;9Rr5EFagF%nt=xX1BQ?IOwB+8@6H9|EX{zauP5VV%|HWx zne{wdGjLnkG-|4EvBCy)$<$&n^et94x_~ce*||Cix`2*sLGv^NT|hGyf4*kmmOhtF zYJp}%tddb=EYu9#684B6j76G(c3Qv|zgRKQ`LV%FvV*Nr0ZCSotevH`wR4*7JXTit{xCwqL-ubAe{S_7k~Wxll8-?JrUcKl+?=IQm?yW1#(o z*+SQ820EdM>?1GH40J+Vlf>6+23qJ7Y$TUz23lwv3cXA-&_dr~o48yv&06V6*M~ifm*jv_&OkCv<)XNV-Z(Lj9F9ud6i!^>+zNbd6@9 z{?2AETB8}LzkE8yR?R^D-Na3aZJL4l+r*LXTFpTH4Ge*?T{BRBYoU7lI?X`+^`#!y zYX<6%+bi)Mnt}S;h$UbA2F*bIl~IoyH3Ri`K4%#>X$I=AKc@maH3R);D-Po~YX-)+ zA1UJ&%|H$Ro&w`m%|H!bM8<8Jff~Mrs^6{|sNuia{oJ7$sNwf}fN`g0poT}Fj^cM| z25NY@4aVJ?ff`;!Z@ot|WDRe!gK_kINmjFL<@eRr@PoFKi7rdl@IxvgYj{WtNZO?( zp@viRw}&+YHT+rNh)Xrx#!ecrKYUgtr z@^Q^T?VJ$=;|ZMvwqHiZlbQj`E+k{GX25Q9$aqRKY;l8q{Aq<@F?M|q*uiEfcaoNo zMtQc@C@ zC7~)g35dU^7(S`wTXt|CMN_^M{Xwnhk5O|NTV&0Bq7w2R-p2H!PZc8rp4Oc6)Xy|S ziv9@YN9rWyOVMA{ivGcN77v8zC_B{sDj^5vXUo9&Q8O?w4`mJiq!}0-E`z-I&zgb3 z;USvr7tO%nP(vBNY6b>}&Ge(+Gy|@80~ag5YX)5J>sDYK&@qZ#O2%36YPNHfs6EMr+LpIWfN zeZOK7TQlIkPqSKmih=HouJ%7WxE|I_(%#b40iRqcHVwo>KIbKxdOL^buu6zKC`zt_ z55yfU8V!NJj*e$42Fy;;8NT566ixY3v|B5>p3iA82%@t&LysDwg_1GFP)cU|f}IgL zNpVtAPOYRopYtpw@qV9peVvf~F)fs@7@W(j5L5&BNNWJECY-}9RuCo zyN$spQVhS3t#vBSb94+e-{~hT!hw!v$dY@$;Fr{wN=to{wfeU3Ik|(OFV70&EmcB& zRv2%k80f=k!{)wVdqhrBoRri?Nvby%*-1A_aAt^`&`sR>1m}ggS=`)B5UdMvQ@6GIGL3poh?}pa?sq)_ZVYk4 z(7|2CXm^IVx!6VAdLQ2t;wE5safg2Vr4TpMD#ac8@ef1XlAXV>bWB_#k-nT#Q7pO zGNyYg>C>Ja;zq(rUbhfXksadNf3{c3c~+Sn;`)7_w}K_Cv_o8kF7jSs2E*(SS9Htr z@BmF5X5c=3RM&Fv8^*)~fVi|+;T=O4*l341m0j)ec^2{e?GPt5)!snn@SGju0C<5n znrNTAIewith3I*SF7sv+y&%yBZyC{x5^eFWwt?QTLmV+`yuV9;-jre6y?ONh5A6`g zfE&E5OrS53-vGhq@K+r`c9k{$J_csY>E4=7Hne~ zGdKZl=kv2c6*|QLrM~*B0J6H|lsLy7g(LL^C!A>IG!vRw(Nh*LvvQgX5ODir6v$~I zKsY+{1S_Ydpk2OG)5>WjK-A^0I&xYIkn28*CYjSlfP8lX%%0O$fFkz;%n@?h36OMo zCq_=G08L!lFsHo$&D~)zQ%;!xt=$0xQzL(GYLvxr6b@GDHk%r1Mrue0dexxE#kR7vR?;E?1dlWX7%Q1 z`iX|RtQHByD^(MGd7Uru9%>f1{?EolB6qC60V35af^$W4Cqyp>aF0WZ z+==;2ZMlo90451D1)|euF0pba3lMfsM&0C25x}+l<5~hu^$$a$0Hx>>&&b{bl;G>= ztV9x>ot-!c61V3+T8R|1{53}8x!GSa@_Zj7UyiQEw)}kgbM6BF^9aZacm>Xx!?D3T z16_sJKn~qJ_-cjD)+ zVs&c(Y)>I2!4D{elBAII9qC?Mr^^TkISPL6sq=mc31kDS^M00W7DlFIe_nTmq2!b3A-x_7Ln;0a#_Optjtnc{`JOue4@;#w2l>?NBsG&t^-e1_ z*tv5gl=>0v%^MF5Grb#x!b@yTFXN*&#^X(E#o zf>$yV<|H#oAKiO%otK%(B4(nF?wQFIF<^Cc&rF)M2UbV-Xsr}FC-@zOQnD19KDzgo zI{imO=w%eDj_xURHSwvn=HY!@-f0q3^B$OBc&96K;oyfqboG`iEHhmaoC?WF<}5Qk zGi|Pw&O^-fA!@!#Wr9q%GgEbR&yoyAf9k2DduDn*OLop-nVwrG(-pxtm??9XnO3JW zJ>OX|2AMuT07BH!J@2QS#*(O`dp;3lb0zRaN+=Gf^D$NNE>;+KO8iZ4T&FOaY?5Xv%)E1Q~y49QMXjdt$9qnp~m7{G8TE`$0<|H$zNoR7cGYdhf zLxm8cj_%n*-h@HUyG{wk%|&}SR;Z(U-jUUu)we^1V=TA^J&<>U#4dc~vn241DqNOy zTksqzK~1C*JJU+s>KvjHn^_WdbWbI!*=}!_LTK)TH0K>kD9l~K@H-WTx%)Q&zDr@4 z``cpRyA{^m_&pMlE$;q7BMis|!sc>BW~<`Fkctu>r*D{5?~9t2%#I-uim* zR%XJSWG3&WGx^XNI3AgtMQ{8_YQ~w%Dz?Lq6-FJs)(7|#i8;PMfLV~I&)?y#EvSS# zf5*=PQoA@{=<|0tN)?AH+_)Fq-58 zHt;_Rqe-^MDCFt$d+cqz!`5S|4WkUHXdg0@qB9QG+b?uT?4 zDjll0(_vN zWRYU{u*r7}x(%;4vs-NleC01LaNpX z6}GdAM);jo(p@FgyG>pX#ei#3Qa3wz4JA>Wl%&t7W8#s}wpYKPW-?Y$d+7pALR`Dx zl^^W@n#v`W`y_k1)*&t!!tPpBlh-N4iNEW9$L^>q#0h!S{glq#N2JMh$Fc7F3Xt#K z%Hgk{07dR1hV&O8>7Gk4K!7IhON=&9fadP}3V`t;PODqHv)IE-3vv2c>b^xUI$lKU z;I`zPW4Zuc+&5DIr-V3x?C!qH;cRh;6TM3JTY|GfoS^k}zhtyEAx@kIx;r_vZU}Kg zGt?E6fvq7<42HXpalE@Z!~uM?`v<#^`$HT^$GN$b_Gsujm~DdlP8q=7&^-Y2Tqg$b zYKQ~MYB$Q(`z3n>p73T9>h`rcl-n+2A=eI-bPBwU@ zGtG26Wlh?+`tgEyI$ERpDDueb=PnMAjHi`g)m zOLVullBk75_j@gf-J32h{L+WV;yP+N)id2^CL?Ie21 z+s#&0D$#4+EevZf(OcdJoB@_e^q$w94pc7DN8Ti&4ibIl%_8b3(N|s$*HxV)`p(-) z)LEka-dk+vT_pO&d(;8yD$xP&RazIDdTc&_SuNNw#59DJCpJz3c3$sDr6NEq3-kU$^Mq{#*w~P(mhH+-!JLX zj-VfqbZ1y1?@=MEs2>_%-fk(E!beR}+J&q@AJ9c#!Wr}S6p~-WC#~l_Ch6=f(2q+Y zMW~>>C!`QQ9e0Bvq?!pU;J0~u3&}6)2hYlTRVLh6AM_hVy)5vrrNFl&y{;4J_ll@c z(c4`?{~+loW(#@yWt`Oopbtp;{T$GLNII9LKG<+1)50QF-d~blPx_FMQ#b(wZk}aJ zP=PKd&u5F&g_~H!r2-dJ0&Gy=u|5DB6)1pr=WS9TKmnT-I6%8> zQQ#-)c9jC>!K3o7R^Yy-0M{t6I3J)!fz5pZwkhDyn%COGY=z6vf#qGNiv0!V40$^g z_=DgE1q$h(H!83P4Jhv>1=dvn>{QmdfN5@4;4fNdt4|t!4Yj^jfyc2X$-7PhhhFf_ zH074{tiU^<3qQqply`%#kO74kqSMK{Ndo=^(<(S#MQ>yU9MFYL@(|+|Ul9We2gU(z zmq17#sH11%MHr0n4(s|ZUm*j;X67s%!*2zSWsGKi#JJZNXF%b%7fJ=P`#Qk4Lk z73fO=S1Hhn9p2RnWMSmVyGDUGivenMGZ6C6|#^ZOND#`tJil`$kiCf>(^5uKV<+! zRY*46qkfJGaVa2Ig~WpZ^;O7eXg~GyRmdXhR;WUDqE*x{k|F9yAir_;7bjwWzb8y+ zCGJ8`ZYOrbFuug89#1qzqa6ei6JUs-)tV1&vQKfxB5Kf&FRRVy-UBRqZtfna+4dc< z>^FRw!qy1Hux!~|2A^bE?TRt?vfq-&SMXQyY4<<$8uq)AiQWXuJA6uiZx8Ovz6^T? z61JaSB2Y6Sv+O3=)_xi{lH!Bm4AS=@Qu$u=5n#9DX%0$gmEr2Z!!G+-DSaFmqj7aC zUyR-vM1)_kvt_^F3wG)Y?h1f2aiJX5%<~anjNi8a9c{0W%pqV5!qtt|M;~Jyk9^zlhIRXVd7HpAgigZM@j}>vu`>A; z#)TLqovsFV6@pjbLMc=Dy7*Mfs-UdRATEHs?)I_L6T90JBq7bQ1L0li(sU5mg@<6J z8yZ0JRJhi=NZDSPb*iry&Duk_(D6Qxb>2giV!AAa)pkxxq$>AiEGdR0eCYl5mJ3gY z;|Uv-``XewYoO&OT++ID2Jj`%cpKpMvo*nN4ZD&NAi!Fn%L* za50!&B(olxP8P0qLfdYV*%6F3xVoY`WogS6usv9^{^tm7N5W0I6u=%}m+}PD9x3&- zd?QRfeNyHrkT;VV2_NxGJue31d@@C;12X3AVBAWkP(CP`&w%kbF5#i9fUfwEC6p5riR+aK8x`%}R7f1$SnYQuW%F`iBE6DhvO7f5S=DuLB2 z0}~_rd8F$38+t?g5l{}AVULqB_q6xQb(huaI>x#OVWqcr1a+;QVRuKY_9f*4HD)fA zqCs6Nv$V?m6wpPMlrP${w@jR?d$lfhTe@TnU27JuE}yp*aeGjVJ*wR$Oxn$ktO4wY z@Lssuoz4PPNai9i=8)N{8<^cC^I9;jB6CCl%pQ`-`#1KHIgp}zN+y22VjTpt!?dNA z-AnRH!E1@D-3L{Oc$s7#2gZ0ZWAxX{C386#r;)h}!=QbIWL^Ts#bk~}W!amg-R=Nm zC$8R~pyW?O0bf3~*kmUv=7ZRc`a2Vz43F`JXLPrZvpb-@+ZEmIiN0_jt74Ukv*q7$ zx>^<6ROo~M4lT1P?ogp0{5!Oq@|U2;p+?k!3+Kah=!iI(3#?8}7F)&PLk+Boj}dnt z;J+dj{V>V0bdOtBpDTOA7Ugz~$MO7N z1`8)C`v3;B+ep7@Em*fhX!&_f1iLk3A3zj7<)jLIn9SBb7Fk+tKSQ2&V>>-o%N9oK z_vII=+`?}|a4!VqHnm-=U++p#2|LCc2<);S``|lQ=G~WZwzQpxym?y^*sU3<5#}TX zxT@eLI&XhwYh>Ji2$queccN+Y?T+@AGZx^bP<#}G{aqvWvwR}|FkAyL1b|n%3IBL= z>H_k*w?92}D%k%*4foE?SatE4;{mEh6{?p;< z_DjO`&JyvygUEr$ppDosHKgm=BM06?pLnT_K%=TgAezd~7cN6~U$bL>E-hHL#{Rfr z$g*!1g0~34S1p3CHtR}mQ+i?&VGVF~W1Pvj@PHI+a7PaMx8+|CJPZLta1HKG-tB_N zXERJAFUd^r5WLfYPbIH8d3OrlCBPSx*AQR!{ergxd#MHBG;M!YX2&u&k*FQePD2JBL+qJxT&3Dt%9>%{OOT?K}1VXlTM3Tl6_N>!;? z5Q(8#%N40ct5l=Xsj5y;spwOz{Nu#;1o1tQomj;>m8e=J>TFff&^ys(Q#mMo9F(^D z&t zo*%Kf!WhQK8QJq&agaXhGnWA!1TAJ4^LvuEj{c<$`q*aq)Y#AE!7x5A-`A`I8P?H5 zF|zv_%TO*bWN2d*%IDMg8s<_VKPS&Jw4s=YT1WG3WB$P@A$cc5xfb#d?j|G;7jqzF z(G8cqLE zuLHzFxD^3cXD<5ihkN0e=qEc^j%1z2fi)h%V{uudDR(7^2Dmmbm{J!aXg;n%I%Fg> z8A;(?&qG8piM$*HCy^H-6)HN2pZ$p%!z-=IQ;u_Ncz;7MHF_9nH)`zor{1o7_x0EkcWqS=NUcx1onXrk4 zM_H+5=BsL%`3Hi3#RWaMhT{hcK*(JbQVdoT6s8DQr?vpoK}^CmmXU`eVzrKT8My0p zv>QR}z-3jq_+ojtAf9YE=r6&e#=zkPmRng>k4w?vV#SD{Ha7F8VLRQ0b5!2WFp>$!ah^?f0l%i=vgiAp zFPA}I+JFPYaRAiUnB9r-WuR5DTt!*&uPEp_!~m1DDlSryw*M;<$21H=o2-hfRGg>& z9jBY@->Pm_Q4Uk3y9~Cv-idIrn7AK=SlR3b!3loXr$NZ3(wWPGR{&eU=$5_2=Zr-O zMVsKtIkX6R(2C&iIY!pLjJmm@)n!GUnA_amKOOJLCSDm9-v| zLpx?S&Cbd4XBTFVsUNeW_0elJv9hvyf(7Twv;5iJvMRE=W(~?gUr}Q5UrOmE34)7myu9su` zv&|f$ND7rkgJHh|Vm*K4NE_LLi#9h~5M=Sk%Dl>vkk*Oq)b?L)p<;DmLqG47qHY$NWFsy?K0HRr&wB z(?d#23v>ujN`U|cTIi6Z=>!Ejr2|a|l9aX-JUz)d8EB@Sle8&g5yXmspn%9A^PnIz ziV6s#3||mY5euS%@P(?NsEDYD_w!lnS$ls@TD{);dj0MncfYc;-+S$~)?UN2p7pHZ zoHGd!$ALbdzEEf)aQfeI0N2#<|lMAtpSsg9$qf zXOT}j?hqWtO2nbbAf$8n$NxHgbezl*>@F;EQ~tGhJ|L>Nj#p-}Bx>Mgt8=bQ0z`{r z4<~`_NF3{f6C?xZql(K6odp~jDdJCjVrm;Vea^Xl3of7Xi2v>w;Nn>a9vBUs6}@*{ zoF4z2|Ht7(`S5ZC&RwEEm(*QHTIC<$za3+6^#vz6NE{`x9PD_XYeHaNq4)3u?|j|b zB$(6;{jgGlualUJ`8Z3WlNRB!+#^Hy#7R2vQ4=`RG=b-dxXkv5|8|s!kF~)Et1fuZ zC?qp{oW#9`M$b%~CD9sQX5%c4PKzoJm3WwiVK|W#{O@=0Aqt!qK21gWQP&YT1M5p4 zH*%~4cjJV-o`=f~9@oNmJ5G^eJixIICq|iga3Z~L_ek$O&ijdQkYgR#dtXKG7vL<3 zRwdq9&~mH;d+!bO{!^Tg$i#b*aB5;!CW%>@cwdR|a;yXU*z4&1S)3@T#Ct3&B~eK1 z?g%h_?53!C>_L6eL2(@na2_o4h{hc$=g3$GVG!nKPU8UH$2MGkj&qNwX!i6vy1j-I z70Sz-IQx5nQ_(RLcSt-h6L9XVX6c{L;Ek7RoREf+>j?94?mWy|JYlKe!a2+xJi(2} zCvcWT^}ICWq__I(T0w5&GZK9RH+Osv|52H|T#Az+8m=Sx5OLM=1*e;*R5WO@^E1T> zS6o4uFoch-IEO+%9d~Hu=!)@}vDD&*3gxj3C$hr}-{1;>z@)+*|J_jn6&6LDn!zi} z<9G(Bb5i}O*m*#dC}AwUTO0$TsyK=gr{fv(fJhbOp>Uy^*frW5Ekp(+09=s_UwH$f z>g!m0$Kga{JO`KCaMBqUcMPzsYM=@iXcC??ExfYEp;UNbu1mefPU1@xRf#K{0z5&j zM-O~&m-tP7XneJcDK0wPxr1FKN|cv8&K(5Dc^d0H)$>swLrQM;2Fj<%OEg$46ow@qic3R_yp9IO1R;AnUvwh%*%xO0FY> zFq(r5-0giJJAxx$pq|5Xn4>_XgqIqeJ|(1I_y@djLZg2YspiX_7wHNx#*M0+qcp=M zaCpu+#x+;sR=kfuw5aIv`_GBuns^@`2jJuj!*P@W#g7N;k4JE4E%3O;UtAAGJlpP> zDjwm=X3t~3zr_AovOFmDJlNCmUuJqr3X^k%Zk`j{ zvdxp5x;nbMI&+;pg~^4krpbkT6CX{fivIf`2vj;b5 z-tApY>pjI@;0hlI2=`LFD2Ep9y}%jr1V+D~>nWrmvbfpRCB{Q<1_>zi&%dt#T~Oq?HPenK=$@Op z@;T6MNIC=y1&bSW6>U{b=}@q)5L>$2y6_0Oib_kOQrG*Y9>v$GmZnMur=pTnYVb(> zMn~De6k~<+K)CD**jHRi1`mSEpx`oiU}^xv^1c)gN^m;_3m=HQ1b5*ruce$1i`Bo4 zt0N_NGacjjN>XPcEFAD^UWYP%Oox~58Q$nz2CECwP~!Xy4}P4>F!&h}T#%PiMo6#B z>e)WgB}_E^;1xaxKB}VUaKdK}5W}y0VoQ-EB-*0hWx&AHPfw%6E^xY|)a5E-Aq-4i zf0n!Rsl&Yoq;3<_;)~h-mkcgTQnJwnJKL4O2qYYd#K{ufJ(TEsaROLRRtJOmT14(D zB*mHR@Os?WO(bT{}8ML6MmF7bcF;1S51OB)IdZ!D^}FO=X(EDf&c==W@<4|U`n zTxqki@MOr~-2iaub2)TxqWi9c89UmjO2tjMG1>DeK-m5%xN|2dh^587nbj$>WbCR4 z%*^}$0|xIAe3tIcxIo3ppJ@dZdkCMZ*pu~||TtnsUF)($y%RSz`t1r}ufqiSS zD4C=I?$u|7us&uKg2^)?9Kf=|^P)0&R>}mT?#te?U@{Q5suy-rHi*~BcIjX*6ljrW zQGO5;QdL}MKA9AmlEL_dXk03#LlFmCvnwW-dEW?;=K<~k-cri^(Z^<2OoLOq3`VO& zOcVf@J2aa9HU8`Wkh{`FzNC?2Cs+M*`}ThdTl=5GzVq)&3YiZg7!BBE7nBlQNUU#U z&^Znmd;q)+^3J{-2jj-lSvuVD*$hd^SAA%u?z9h!3*|C8NKcb1w^ArNNJXLni)FfW z{~!a-opC_RIki%{KaxlZ9qP-gbd2fD5nckUL=bKldV?ounD{^H8%%lhdLTs!h+XKO zqJD@qD00Gg?TITD2I}4A6PYd&-^&Idi^U3qJ}F~o`PSl^A^pJi#((69-3+A-P(m5P zi;Cj>@_@LG*dP4ICUKMa9S+e%OsHR{3^eQze4p74@A=x!(jGBIOc=WW2S{=M6y7gy z{l81$Lp#0&u_K-T_Pg#5qZypK#dP&JN;XqXA&d3*zOJ}Xe<-FY z`0p|`FtwIO4gwSj-J_*ma9AqP`6AK?zsrEqveeIAr|+}}g5neD!v>~qaos;259ed1 zDU|5mcw3w?cpj9x$r&WR-$14iXjJN#MR77l_hS5~4+voDM)!vP0=R{?hoq5j+EJ*y zAni3UwYO6_OcIk=<}HR;pP9IIz{PaX}6YZ*x5a(&pbrOVPh%wAVqU z!%Pc}h7w{??i;_;7tik0odZ*2SOrdvx=i#Vr@2az?k*?#A>Dhy+Mv*c`!WbK-(h+Y zev4}K{{IJMgoYudNs$Z9j}6b&B=xZO6T3_bE@Sb8DcJ{CCzv4&1lM#C)FGdstVb7@ zHC%jQ7bz0>wYcEi?1HLA>`cTW8yV?D^s%3^)CTvOJyUzSz{9ORhFLnSUM$_iArZSE z_%Jkorn3Ljo%YXv|F6o|NoDDnP*Qu~jc8CT2Vbgt4@@28YIV3t&i-~aNg2q8{p2H& z8Q;g9%)FaKjtp-)0uFrBNW{mY!3P6ei8u*n@%ohE{c)|j9u5usAg3ea`j*zPmc`^l z?vg4!IQ1QG8&Yjjt%fS}nMC{DJN4);?umOVMINM9+m+li%;9TfuG&MNmJIHsU zkSlNFjfO4CyzFIVbdc58Xh<3JN_Rwn*CT_VqW17KyEBn;z9}fyQr3%eu&b*dHa6(O zoml_$8cN!~jWz1Z&*`<7i}hMulv6GG1O3(iM>&?eJ3L1n`;v%t)F7mr+QyXxAxIR=0{kr7;xA!aKcq z?d+Z3DS9V7qUf#Ca0BzGSQvr{4$}k;<_cfwae`ev{`(0ANG%K=2zq~UxOd0qk#q%S z5V@gXQE?-kgIGe$;O62&oo*VJ?HmQ{1Rc7Do)OB`WB)X~%_!gro&vaO_)Z{rQ0!+UT8Zl7ZtJ{75ImFyL|4{TvHEUf@%C* zeq%0cLE3zf;2qO=UEOJHT2EI+?S=Mkq^85(k6-^?G^cL3I!xwNW91r1#)0 znS2_X`v^u)=_%DP%V0 z(#<}dJ?W-QZy}e?bayv(_nNp(3VX%w)GT>!y<1zm~mwAmiD$D6lQZGd++p?Ib zZR^>b?#Oh9x#D!8y=zmtIiK5*ZprneTThEt)YL6ru_)cJcf|y4Ydy-F96_>Lv%YG(H{omLEtG2_`E(|m%_B~fYAA!|48@m)P{4Q4_f4tl zOhaxdmWbTF8b2a#k@#|NLT0k*)$5XUc#A~LYqFjeD88PSO8%?jzbR3=X=6`2YZ2w=)uC%}XgF9tL1Cs_&>-3F zpb}6#y(lmz(-0E~lO@`M<+o@~U$56>3YO5R5k)rv$Ca6faZ;YC-@Wf`l za!y@CWxAnm@j|L1*IXi~u5{g;hMIKMl#1#K2s~EIx;Hh&t=qNAxQ45(hS3<2vhGYC z%F|T|`<&J`2x6w-ln*M!i>OO^2A!8nJ#=|o8|mIor}em;RA{FF2tW{T0gNn-_?USyYkVhy2YrI(V<|GJ%j4&$l`4|DuVedme)aOY8K+0Ge6qY*4*YR zI}IbFnSz`5y-u#u>F|hpg-XX;LhbO?uzck_^r)1?LRT;BBiEqjtyr1#cm4YP&Ms*hT7yi^mKb;vl9#oP@)oh zqD&)n4MW9>Ez0IIoh|(mUpcK}X>50}*-@uJzjU{^XF@skM$)-asj`_wAvMqped)&D z!sa5&5*1aYePXt~g2_f=xUAcSI3UzsnVMPX>dsYKy;s1>hls1eniz{oQ=B>h5C(WD&jTHLE2>Tc+EJmj^xjY>TG#JF_kUBDbldf*5aNl(`%s3F%@vP>;2Eit2i42 zsc5XQ4AFFIRL1g zQQf=~(>3+bAs7nDEjq3}!21H#%+1=Q8U< z-s0?)yI+=IvTVO_B2kK zHc^@!wH30k+Qu+zp%2Ky&;;Hg`@U=} z>PPP!JfIGtIWV@f8cJq!`j43r1;=%vMrxMMnHN{dCYaRmlU0is#QFq7`Ls1|=*li< zI$HYfQ@S;W5^l_)8DU6-;wzf%Xlm-}MWgbw2-#j}BZ?nuG%>R=+A6xAV%cP; zlh_y34lbb>#WZ6^0Ude14ZR1$Qp>U2FnE)@Dqlh_)xNoS-4rB_!^j0IR>l&@`!KAm zvOx#>%wE(U6AdMdzKJ6v*TS74*~*D8XL!Nrsti!&1fa2zLbkKnH|&k{X^=UNO>J59 zS8Ri576`}exO(SwiucX_9kw?{xyWT@GIN4E$N|d0rXFA|noi)PLo98~M6R>4zXN9N zy1Kd>F%;-${laAS1I5@T^Bpa!+gaDHi=))Ke!XcuvKnR{oho2|#^QlGZde619y(NZ z(40<8H&^$Yzj6x4h4nASD5Q8^A>BG9!lX|tuQ+(V^ zY8JL5bOgFK3?MN7(1B?;P7p*j^()e~%NIg@FIXNWx)$Yu+_G0GwrtI$5#z#*-TmxW zj5fF7gc0*TRV=v1d|S39=gLoB1BsJhV5MK#*7tVDj!Xr|r9~#$DzxuaN6@lL45n z!nmY5OfZ`Gqw?JFC20&c14Xp})6W^8oTq_>5YZx!`wkfWat~VFuIvdj* z8fhvp9RNjPb3w%|BkiV|*@TgOo7iF#_QOLrOk;^9>Em4%d4+^~N3^-Pjw{_fR;JzQ z6;5Sk8(T0(3!NtV(M|KO&*eKg*4SjaG+0O#&hBx|3NvSElso&T9beiTh3Rc;UrD#> z)wHiozwE+^IM?ks%fMMwF75919FL%|F*jLgWgTLQ)n(h~4x{0I_9JzSw~@OxVlc$z z1So7?s{93gBk!vHWop#e=p;-^OATL05yuW#`Z1Lll)#F4%Nj!WUmQhm7-e|tj8mX2 z>zc(27d7~X$?|e-ZN~va(R_oS7IKB;3{BrTC-=yaTfKrIR5UbmqYPh!;Z?pX^^F)) z?Lqt!bKH-K&0L#{gwCn2nLB6M{E$bi6S*a-9!&p2O|a9ByCKX&Wn7o>1tBi*|ZE)H5H|aS|$L(n3Tt zfhhAO&G}4=O>4U45vU9q^t!oDH{~8W(#8r1^QNZO#;AVrYF|n0LS%ZO$j;>)7DleF zH*dvESd_=`k|up9?sz1?;_{>Z;*KVbVOwL4_NiMxVV%Mr!2+ZkOl)%IYSiwE+4lzM zU#)DZ>)8SL!K9z7afYlZpm@AgJ*{E}#!F0jvJ{BB{@oA@E#2AH)hJ6%6{bFX!DC6P zH=lOZ!E{ie_&y8vl^2CR4An6JXOCKJ-&Y_PW^HqZ5kesv74m{=qatNT;EJ<@8$SqenIrQTw zXMS!Y=2D=uS9D>*3(Kp)_Hh;K8e3@pGH1Z)erIgM!o(4Y7a{KyrsSk5F;`@3*=$2J zlc0`#f_)g*S8=ZG+ z=i976oY~^XzV!`@=PgOEn1c!PHR+mVMP=cQShSn2^>Ken%e@1_*4>kX;-JaLaW1Ql zl^f4ig_=$`HBno@!tff>sZXD0HV4i>`#I~X>ZNf9;+v9`Nk>~p8y7*bzK>qgdhxLQ z>E?e?gIK*Xt2-zYOhBN&$CRcmlqPnG-%`M8a3=4RqS0#{d`6fdq`;#DIQ_*T`P}96 z*MzwWpKFM`Glq(m%XE>MY+W6=Kv z8{ailEThCS?Mp6*f>^*17FZJKD~h&aL^cEF^#a$>L(o{)VWr&db8sslXcs@k{wLy9LtMXdRslfO(G7~VxUc&hXOdFrh_F??lH}R&}VXY$4CyzXb*`S7$l)Ey{*lSV^Z>)?%s9OI)zOd>8GvS|Iie z4eo6FX4fnED4dSuFdtop>=YAj?Cd8{zPRp@-gte1w`=}7E zOxClV++q@v{@tui9W1b=+-zaC99pCkNgB+_OcsMd3?Yu|)3BK_>B5!5JSLpOBnW#I zOe%F?WQLVBio2gh3zEk5=6HCE4Ia+0F)6I8pA)1omaCFXWysR=%5dbu<3u@zgIe8|f@?_r@NK?AcX^9VloQ-i&o!jT`52 zYJl>-6YYjQN+I!ndEX}IX=1U$X#<4*AXCj+;=Uz}Mt#TY?5xB?++n!65e_>rIOCvw zlPygrDk0c)v8C<=yAO*KNjGQqJvQ3Vwu9!f%CDclbZI>08K!u!);)K5eT`LG2U=8P z3vHHIJmNR@hImk2@nkR>8byJ9ORgPL%)aqB(+izS(zl{k-3Z-pb#RC|{oq=aAh!3w zm07Ua!?uF6O0YY^)Go4)#9=~alb^N1q?HvbS5>UXL>sP3vx|3H%?+q}+H$RtMB_(> zRL0Z@Nm4_-H73K8bmNSWc~*B-XhU9?_MiUYpr2cLVncq)4DRu8oe)-GlirB7L6J2> z3yle)2)T7Q^i|D;o*cHRxaEp?fB{wMx>U@)(>#kssj(@fllJZWrEzQTc00jffI;Q# zFb+cp*gmZ~<1D@YW3;Lrd{2p5!-#-s^=07OT{IU{i}h|%!(4!1^fOP-%mb_gK}RnrvqKPIc;ek+_$3{>WHHO-pZyJ%N%3c~jel(2q% zN3tI)euC*xH6|SlaVe*lyth=KH+mOP4N>%?%7I zo8m_0#`#uRZp6GpgYCCqY8$+giRr||!%86*v7F%)ma^D(-Sl693utkDWzm%Sb%kNz z=vIZ|YOBy{%l5z?5TU_Vt`79yolw+nPBmRw6)(I)&ZdM`>4TtL!X^onHx&wMjEVzF z3RR4L)|W`N?X(6Dr#Q%R1YE zm8f7&hpO|%=2B{-6q`F}gE7d30zV{iI}^hg5K@il71x|u(tZ*&ox?;Vrnu1}<8(E{ z9E{Udi06yl6h4Aul8756o!yC*R{XS6JS&rJ=Wa5tzc$A^ifp~vFBPzHSzm)!U{?a> zp!|5A3Pnn>(l(({8(SUt*5H*S)(!bh5`N}|3;vvutRwjD6GTDt=ndsum zM0hHv#>G&X?9Hv5p14A|uuq7K*Is;_$<__yh$|%d9QO@!$9Av)Vol5~;oio#fVR~t z-n8!q48CD@b~*iP9>c0SH#&BrGwlqzl8ZpG6=NeoT3+dmZY!W`ONHLXu5MViEr|?; zAsLL2WY3Q8@uZa{wwP&V?qZKkT(9lin22h?6eH^|9wNjt8^13xD65hxsYxklTOM`w75ZgGrXS^bq=3y?Orws-TleXm>ehy41=zyPK*(}5-Okf|w2*-i0NhPDf(dLH*DJ5_>r!(0dnbel$;c-h7` zzjw_!yU|I}?m*{}W#wfNQj%_I$Fh-|-<9>zL)EO-op-bc5zDW(Qw6gbxMztuc@$?uMjj;tuonhW7>EV5w$k*X(h7=b1>*77*tg0C&}*D0~kLtNZ0K=-*Gul4w;8cxW$zA?}l{CATjepiA8P0Sxo zDf;d6@w-CzjYd_#$G=dz$q1{maw@mJg^r9n@}MX>{03jQVZp7%VUq|A^c|xNViIL8{5~rC^^!U&4^*@Io(Th-+H*3r7IfN zI3>u0V*-c6Ni<08f^oKi&lHxok_{3V20As9ruxgcR%}9v(LilH<~Mz1>rCEmWHDkL zm{u-6SO*1I2=ZLFY+?gO?QZXj>S~U!ndd)^!3JxFe>|(K+QyfU+uNSO z9wIlD=iTD@BkT!s22x^Q?Wi~!Gwb;&jrEzyZgzGuSCrekGBg^}&CrlgUtaI|9>Jvm zPw-g)*+`1FglTv-B<=CpI~7=he%$HM?QrAH{Rk5(SQy1SZyz$ zSMi#Tun^7NEv^N}{S+k4uiZGoqB?Su=e~g4(n$u3OGQg3tL7}JS-HZ^ZhL(n2JXF$ zv~023hYw_7+la|Q{i1j(fT}F{tVvLFPCWStJ+J?C6jTxg(0y3PW>xGXHE6q#nb=lz zbNm=Iv}5aEym^K3Vi=EU)#53RIV&5Mo1$XPV-6Fmcxg^lp_{}MO&S&#=gT;&X(bv~ zYHXSYAIZXcW*;Vb!*sxunKW%GE7G(t`Ed#NU2UA0;`$Yu74(l=C33x~>UYc-x{T8Z zw}+$NKy+`#Qasp z3ruc+vx9YjS&V5q9F8NX#=wRVRK*b_j}j9+UF{4wx5I+Ir^LR+SoWqe6|^^KAbBdW zRu5qiXRF|djFcne|C z!tLvF;$BFiqXtU~AWT08x%SJIG|BkE+f2N*ZGO$%l?$W#Id#5A3pQumd2vzF_g=J< zm~6g>O_OoCLULnOwlOYua~wrmnCr7t@;#=iH&2If_z$yJEf z3%mQkt$X6v)mRX2aO`Z8ki59$(CuS?l!;D=$yaY*E(2|wFK{_Pc9hY2z?@D;2S3!( z(g}*PZY>^h+h&|fPD1!dVzq(JuBD1CA0H^j;w~})^&NF%76LYryG%iW>h@f}mjzt} zT06{cCt$wQ;dp~piSOK`1`L($KgGZYPHSSG!sj_?p6T3B)xi%8S!7{ay{4{id7bNv z!Uyx%>o5|(xP@}@Wf&xj63n?NYD}L`H?xoLc*R)SO&wd)@%;){g*J8N*JEfF?;T;i zI31OBLjr8cL%K2k=xT%(Y{S$(KDfipY_7)mU6sj}JxH&=#he}l1gkcfm&68DGbh?Q zu_?4@pEp1BfLw<~w&IUer(01iVLzO+oFIZ;L4@fQw=_o?!8UK?#cyJcZE(IT+lE;I z>;Sf)n1Ztp{fDJw$bps=KFd__CU)`xq9B`YBe@$%ap7hMBTTlq+J+PB4rF3h>I7fn zYqN8d6eb6CTZK__nnDZffS)krKngZd@@9UnLN>~?QMyS(4yr64L0g6`*zv-vm8EZv zZn}{#^m|X-R8nH?*+P_;5|&*h=ajHqz+E%a=6puo=l3bWwod4KLnm%K^ha!9ZXgy) zHC`9x;6gMElvwEDBoclOhNcrgq+FF)?o+4pGa*IWN#-xE_Z5lccOwUE816d+Vx?o+ zihY(7Bv{YQ$@mGy?n?^Fvu1Tennp?Z1nz3gi?3e3V1fTOhFIN({YD&HxKBnVnojg>7C&`>&(HOSeho4rqqeaAPcvkN+o`*>i=Q12+X{60- zXhUBUwtso$>2;z11Rs{xf-2^w3`%nwFaLE>oBkqp=;rJU8Ji>GS9uNAI2ZtndiXj{_p&&AC^N1%d!ZpewgRr{_o;szJee1?|;4v z4{>OmV{yMT|LTWj7yRgZ^xc5jcz8V?C*RwQlWyczoIDsmc|1&=WoFU|KWFg=pK&Hj#S?GY-fH(!kzizl?VNhLt8kUjyUK}9)Xko`TIVh z-5qOg^fMbL+bPqW!O4T}Wd42+!-n4$qI)<(nt2~s(@$N*IK%G=F)W!s?nn29I8iL_ zU5jvKS4HjZGmBU<*_qA{K+i(;g!eE{IIO)CtT^L8|OfrOv6T;Ja!iL zziAg02+R0+<&Tpw&N(>gMxJNP_-k;UkCX1t;tcim9GLRKFcayBV`u4MUC>Xs(hq+R ziYMb_8hFs19CTp#EvlWxNf~0CyzTY+5{`jxp&TA@~thcxisq@aM zsIuSlD)$>#boBl1Ciffnyl20IADSb^N6P);V0?@Cr^at!KR5vQdZeQ1PKN20$2kD^ zdZglC?DDRu=xBY6_>bv#e_X%&IsNWg^U0BNwXgSVvB{B&7AH5Ll>6!T#3>amjr;DQ za4v}@*ZWDi9~f2tCnPtZ6ne!o%!P7V67@P+q?5nzi7qL6UWl$Ly3a>97u|1&?kc+P zjvgwy?{$3`oqYUV5#^kRzb`~D`CGfsN3Rv#Z-{& zUo%ZPYe1j#m(-FY6{V9KP%75u-Z|xdy*BZZazF2=_btf{C>6E!yIl9I05kykjalQ=anuXZO25 zr{Dd#{q8^2?_RYH<4g5>&Ymqf{Eukry=pdwXYZ68sd)6|-BPZ%*5|>p4bO)q4?!s> z#feiYwkU%CU`>X5YVqVq75%aw;~Skk1f`<=`rWhVPmWY{Kym|0MdkhO*+V2p%KdPt z-XEIWfKu@o}~ODgU$!t)8qLr^N3)bE}>Uvi|PPbW8^RBR1+=M;X;_kHof z(%xM}fcNA3-5=fWenG$cTDxa|G6MQOZTGC%5zzOi+x<1}{+Q^}e&KKJcmM5v_fOkB z(>4OXsrstjQ}Rc^D)_zKQxZnNGALoki^Jd7M5FAUHvb4%bQA2Jei-N6e)skL?py7i zjW+`N^<2BBJvRdS^=iA{==f(wA?Glc?5Fy&_A!#+8c#3D z)Mt2>>_WmyF24a}EEaSNJ=i?fJ+?ZUSHG%Z-lDOUGh&(<2s<Ql>$$uzaejg#` z``mVGOlxaE|>~bBeyQMkDhtN*2D8k0u9Sv5R^tn(Pcd_45v4 zr)}}4@%p>&d_!)CuXtr*M^~ZhVhFZg70K=Xz-0| z@yFFv#(e~F==f3bXIw($@ngo>FKF^&+Yc53_1~@=+~dg5)ZC7W9UgFj@83V^_x?CK zhVsw+xAcW*<8-iK+_-~-c^r<-WZ`CfCMFT6;&mb@ANaIC-?@-j%+mA?(SG@Xw5LL9?zme?@O zl@&X79HVfS*r3;y6%&i29B0XNQsk_e5{t*>cba#1`L%dlek~qGQDX79{8~INk0vua zGEjYz<7*T3!hB3x>zTi6+ghJndZ$af)#{uC2ynab?vq>^NMRTr$&kq46MGuOlO0 zeE-eH*W$XX@$R_pW_&fSOb7jQ^yB7P!8d~UHTQFH<;a!qnqWMn1%P8SPP$VT$U|E3 z4+q20opM1Q(uRLHK8KU;EGzO5liSP9o$^8+VlwRNVlf;;v zD~F|Uz~PuL#4#La8JOjExG~FS4H*xaUMK(XL-#Yx{RCc(PsWupME~`;vZ@&8P~(s` z_ul1j#Nl{_Fd}69P9DGv>)HZegkwC;GBE3>(wJ#x7e#l5oomc`S!B#Kt~F-8bQqW8 zdb%;oe?vQ3idzs9%~SLTiGxPN5stOs(4XDIUp|Fhvn4*tiOJL{Jm+>bQ( zMQ|qv_v6gH7VhLBR6ICp=#DaBIUH|(Sgquudat8zt6wndj%h6e4>B(D&%(yxtD$GMbSE3KP1CH z)4M0j7R>axIs%UaPcnDP!!%>c*i2)V@f>5OeTi{3xSNc3^?=VYUW+U9MtACGs3FHp z%Mr$mXQJ_TT%CSEdKMW6nK^@g;9iR>Ik;bA?ko>-aKFRc8*n8D_wSnfYFx>|{paR> zGOpxMrw3ae*TIb(+{alSxo+BGezNdG4skkJ;)`%N{SRiDJJ~~lvo26HQJJxmH!4dU zN8>C*AyHmf7G-c}Sf>xcgTSAlJN%5o)s>t1ckczyhP%_l@XvZ657~l$II3_m>`Yu| zli_EWap>!**6B`pBZt18WlDFxmmKV0uC>|wa#;+W;<@(Ty32(RbOkBf6H9C5Hd%D_W$b>#+T z8eLxuW}aA`^us)DAW!mXKHaz$*H0Pu;kt)0!wolPd@h{`OaEi&jyPG)pf; z{Esybb}Z$C@r=WjJmh@*!vQB3mhrhf(g-pRhy;;m*8}gKfMI znEshB@{m&e!{Ov`okQPF!Hjbm&N49Ld72DmKL^)W$m@JOzc6O`Y&T~4{N9-5GZ4Ck z{&@^GW?7XPmxB*99tU>1Yn?BvBj|4Lb>#r}3GhP><**l+ekyR?kGwA7P$mbNJL{Gl z%EZZlg>`a^uru)7$*q--YlHAp19#V^EImi#p6{ZJki)y^kLjV#TV(tkt}WzsUT=|u zzTIf<^Km5y_pRp6ILN{Mi{@U7D>=B|YVIp=B?tFA&AkCva>)CA=Dr$NawyMlnfuAO zl82m)e>hwpv@VM9=ldWE4i4sx`Ta4jKQx|$>x<-dUjE5J=3O0S;DE#Rp{SHHuq#{R zU2$Iqru^(dhJVT=Ig~S>(GTnWU}0CM@IMG{K$k(QU4!n4T;OZnj$!Y(2+LpW-2jx;_&n03#vtZSYj>^k!9_=h8lbEI*ba5ouY zdvN6$!uF9_Q8>=PInwwX;jLtZy%1NPA?zjOJ@F66WjIF~e@XayGQ!@BE6))2b}}mg z$DKGw8s97Y5E)?~#+7FX`xu$Z636#&jx>Ho_ysb;zKAQ&5Oy1R1peW873WCf*M+x} z5%wKid4{m>kw@Ymj`wknH2#|~HfXr8yWq+*gdIdKV@Sv){TL4y9!17`Ilkc;!j_Y% zIB|@nA7ieg2Cg6@Y&EVtL)aPQy?xkO^kYmLJMbbh!g8IJX9&wNX30K2YyWm9apf7p4kJ(YVaw>p zcwgaiGQy6h*mhibhOpga^nE;f=*M`o@D?({o`);X5OyoM+K0W6evB^_zLJcv z*Wk)CguR|T)rY;AevH2&Oq;W0j`uT^yudS6TVOW(z-&$>^Sz&g$TVbdP-KH2_Sb=F z^8{Wfyi7PNoEJVz_*23c2wyFHr!aMRc<+1d zxYr3c3U>)_7XFm*=Y{VOen|NH!haDSz`C|{?kPM*c)aj5;d#Q8{}9h9!lw%N37;?g z1z{(9mY%!B{RhIY2)`}-zHkW)uaKT9;p2pBh1UsRD*R>PhlIZ`yiNEm;rE3H?2@Es znD7C@6NHZvUL<^?a9((e@WsN{2!B=hA>k*5Uljhe@O#1^3lD|88OnLI@HpXPggb># z7rtEhM&Y}K9~OQ__$A>tg!dVkq;0J5vBFD)R}1Ha^TL%FJcRrnD_kpll5nf=xx$wU zUnl%E;cpASBD`Jr1L0i;C21QWe7Nvb;d#O*2&aWRgija#jPMtQZxOy<_;KOagpb6S zBb4V1;TqvO;k57;;j4tN7rs^aPT~869}<34_%xB&<~T3Z(Qx5|ge!&T2%jLF5#Attj_{?z zHweEZ{Fd+s!UJK5gmmsLe3I( z5q?bg1>x6(-xH27rVnWwCR{FDAv{}nh44DzZs9G$mk3`ke2?&B!Y>Gy4olLxm++y& zZNi&{KO_98@bkjI6#l*N$HE7|SPx}2N%&adWx}5jzDf9g;U|QDBK(H%pM_JH&j@MY z+(zI-gr^A46RsC-5-tdzEBpoFn}qKdenR*s!fy!wSvZ9`m5^r6uLM3sc#7~m;XdK5 z!dD94F8q-2)56RTeki2jSmEWu>x91|{4L>UgYr;p2pt3a=Gz6W%2JDd8^&-ynRq@FT*{3coD;w(wts z_r_v=sFy>8D};{`UM>6y;jHkf!rj6fh0hTFr0`bZi-j)}zDoFd;ai386uwXRA>l`b zzbE`Z!Y>HFB>bxIuZ6b@|6cfg;lB%W6GkZifx<(DM+lD+K0tV^@R7nb!ga!F;dbHk zg)bBSmhg+huL!>;{Fd;$!n+=retA&peo-MpkI3wI5+$p?O_;bQn2wy9F zv+&o1zb^b8;b(;35dMwuAA~;;9#)=|&)&jggbxv(AzUL|C!7{;7v3U#mGJe#w+i1W ze4p?)g`XGxx$t)3zX%UFD9P`h!efNT3r`cCC%i)V6T+toZx;Tv@E3)j6Mj{A_`yj! z4-!66xLNpW;X8z16Mj$l&_j~=rwX4ce46mx!ru{oUwFpYB+f;`tA$&I`-Ha&KO+1C z;a>>9EBsI4-49LDu)lDfaHDWu_%`8h2tOtKGvT*||0=xeVM!YH5k6day6{5bRl+U8 zn}k0t{6*p0gufyDl@UDkT`h^b{K3TY3_zd9-g|895Q}|)w=Y(Gsen$n44yTjZ`jNA-qEP65%I>hfPf4IZ1fE@EO7v2|p?PGvR@g zk~qtSCkh`WyimA7I3wICe7f*f;TwhT7JgXx8R3_N-w=LJ_@BbNO-}N)kMNc4SHsS5U9|{kuNYXY+c%1MI;YGr$gi-cDTw+iLik|eRl@jE?YIqIBYdau!@|!A zzbgEW@JGT!rzG)@5uPACOL&9uIl`9;-ynRi@LR$k2oJ1I(r~o!65+MN>xHiuzDM{m z;TMEUrzY>(OZZUXslulUpC){P@KwTJ7513qK_MwD30J?ZW#X zm85N=@G-)9;ZF*GUicZ|SA>5j{E_hPM;B>Yw3Zwo&s z{0rgV3;#=a*z6>22MJdR&l7GC&IxZ6{HFF8n9q)Z8RJWx|IFPZM4!yjr+T_%z|q3ST4qHQ`5ve<=K# z@E?T-%uCXIv~aEPDZ-t?XA55>oS-3;^ zEaA@yUoU*G@OOoOBK)TC{xwNDCkY=Xyh1o5oEJV<_%h*JgugEQl<+p;-w0PNNYXY> z_zdBTgug8OGvV#Re-o}+DDew7247XFKHsy4~jaNz@mCkh`eyjXaZa89@&e2(zvgs&C8L-?D*PYM52_zmGd z3ja%Z_oYc5_Y)p3JYBd(xL!CT+$DUj@Fl{J3BN4-mhhj2`C-&Bzqh;aXyL;mn2|ptIgzz)MKNNmR_&wndgg+7BR|4DejNl6+;2p=q5B|KNS zPPkF{D&aeX9~SQICH!Y$e$h#gjopPu3m-0AEj(9vh43eY+l5aP-YR^B@Xf;a z2|p(Myzr~SzZL#acwjooBfozoXSoq1hzO`wAZ>JVki6@KWKEgf|JFCw!^!mxb>Ten|NH!ao-NmGC>le-j>< zOY${RxLkOm@KM4Gg&Tx3!kxmW3vU&^T=+)eyM-SXen$8u;Wvce6aJ_0Zp}%4_Yoc| zTq%64@DkzG!a3o*@Y%u_3O^|PGvPOd|0w*iFu#W>^g*M94;8KwK2Eq+c#Uwga6x#B z@I}H`3Ew9CUE!yNpBH{n_!Z&Tgx?l^pL}fOj?&g7@59Mcz58C^k;diXX99Vy_fsJ} zRs75m_Zs0P;%AL;i*OftvX8$24&Rq@miW1VY-zYy_&VX6gzqFcr+CCKK_uq%G1IhD!Jo}K%|9--UivJ^oCxQ9i z0}%XZ@qe7~0p5)`a3LL%z=N9qvfbe5v z%j5TipAkPl75A5ge=GcZ;XjitkN*<))Tzn429eEAnYfP<-k)rFIS9|ML3ax~ zP5d7vJdbQ)7YWybLp*E5|0%**@!uhQ7I~sC+fS1RdA>;eTp@fb+0yxd@Z-YI3%@G7 zojk$E{|-2OC(>WVPij5nrJ z7QR;a+rqyR=6C#uIFArMM)(tC%j2o!(Oxz>!Qngfdd1I~WEvPa&Y>UU3&qcsWRs<9 zgl{05|9i#%BjkO2oR5RUcLu&7?mrcN+5Dssr)BD*29KQQ>U-2`RY;`nFcp}-tR)QIJAfh^o?v|Gt@xNGj znfO^F?xzShik}W~-ypnE{G221pAx=6{9G>XUlRT@+46Fq@RP#Zg@^Pc{tpnIBitao zQTQ{$UnW~w-9p~O*Tq-B;X7;}5cg-q{|n^Zz5f^K-}qPJ=UwqLpf`Efe!_=x#Fel<;%n{{{1pp;q)7-3R-4-lV(n-|24gd@Q`{#>9Py za2eUc?n|~l>j?2PNqC0%p9SW7&p|R4i=U;!b>ja-@t+g-PT{l3X8UawzF7QxN%%(L zd&onqY{B8Xl%Jq`C|ltdgkKbXlf1W&XFE82U+$mjUg6#UN_XRdo09l<6CO!6Kcj@l zfEku;f4umgC_IB)>EAVr{*9N2pXI`*#}@qYkj{7dk-Y1Rk#Y2?ZHhvO)mf#(R<2(K2#(sAq`!|0g1gtrKvCww`X z${)viu>il_XB3ZE>zPPk9_4B>NyKP`Nzu>0O=d)HUR{Vw4Lg}*8Mgz!_suL%EA_-*0e z34bI^<2vNMoNQxN_x;tzM~eGo;TgiSgqI4RAe)65ufoH3P2$;0cz@x8gvSd{6s{JYAv{lbq3{~vQ-lk`n}jbQ z+xYHc;md`;Bz(8<{lec8epL8HvW?fa3I9s?4dK5D|5Mm~f4Idn2xHk0=UB3hr^X3S z7M>z}jPM-cMZ&ehS>aaUF5!ak8NyqHFB85}_$$I+6Ml+p{ z55g(Pc!+;j;Zee4geMAD3eOc@AdIFEmCR=AilSjSLtCRd3-dFh=#DTv#^4O|E#=@K zlVj;_@;Q#~HortuFU&PjEW(^sHQjCgY6jg+FU_L6@oc&?Q8?z~40Do;z+uj_mhQvx z5623eVZO8h9Og^i7-S@U_}`EUbFJ%eAM|7v9OlDY>27^cJKc@D>ApAq;po8`=0^I! zVgCONx^wV^V++pE$DIcbYYkiJJ{tdUT!=HQQ(OWL_RnQ>xBm1>y0cJmT!S<0bGRNH zY}cFVZZ_oYbZ5cixD#hsN4^If#tRS7-NqLW(S0)h;dmHl*yHgSIJDpI(Y*rya6FAO zwB_f(VSeTXx|=QfBHfL*(cRj}t8_PhjqcU>hvQA0VK2mXa2RjCL-(opXGf63U2q?G zknm99QDiH_F~a4-V}-{FPY|9#=0hB_a0Z?&JYRSP*>qil@M__cgnwmd<&f;_?duNIy`wzfP= zcsAME^?cz)%%(BSnBvXf2BM#t;Qft{10P~MA3WapcyNXBQt&k6 zI`DDEt>A^i%Y^y6LVOqfGzxRf72Lax3-Gg1nBy<{*$nrs#%F^sHa-V@nebJ@HyB?I zKOCbmo~yxM6MoS6TDX7H_(t##$<}_i3IEENGVs5~Y|b37(Lb9l$7^IZx4#)51ddSo zbRP>GXw3Q=YRvK@R`Qb!IzPlSsd3I^IbO>GfCedn@)R7_!(pR|FJN~YxK{w{ZjZ%;ol0s zC(Pe|Vpt~WBV)Fm0mvNPSiFlM{pSdU?6fhQVM{`tF6bgu=^GG-ms z7&m~I39mF>1@})F=fFAP^~SAm-(bx8?K94U&oVv@e4g;9G_7G(H{f4+=jj{FL#z@bg3ApBaA&?!PkL3Vz%80`R-W7lA)8 z{v7xt<4eHizX{&M_<3-d@h`!njo$^A8xMdDc$o1B@C4(7!BdSZ!AA?v zGoAwXTH_k<3S-)~&1AFlyM#9yQwGj3rVN~GOc}Vq_(1R_#_V6dXj~1x-kAOV&Bm0C zZzyD%f ziuU`F@vh(jXrL_fa_}Hyj*s^+UJKsKm}}$v8gqPEL8dU^m}yLzoGZN4nDV?*I3wIH z++&O+MrRna-}$65yReIlsS2(z9tFO^n4cB;itv5H4+%eE%s%KT;a`y1U~#-9{Ejj6 z_$T2Hg+CVF6}A}Tq5nONnf`r@sX`AlX8Ok&Q$?=28sZVVL`trpH0 zBZ*O)@CIY*%+rj^z~>sXOZu$vWyb7ct~I8ObgS^)#+21>2tQ(c7~G#UW|RD(F~xYB z@ax8t;r?6UKO3{&{~?@0r_C~-0rw%sM}fH}K=)(7`x$d=c#!cN@Ob0-;7a2~;F-q9 zgO4+=1uryS4qjqh2hNZu0dSlu+-=Ny-za>B@F#^oEBpoFYmBL*ZZSqPj=pBhHv6D4 z+w6CZS&z>dv%X#ueogo-;|lnB$9Nj}FT(#6E`{JQzZ_HSZp<>=+jt>(jPYXdp~91d zrx~+sj}u-fyuz66^hD#;;EZsaa9+4i_*~<42z#OM<;HB+UlzX2I0yH8guiLb_Wro= zGsf%T{v+c~@XN+M;Ma{ef`4P&2mYh+7Vuw<&jtU(n6~$$RsBa zjHsxXb4EeTIp>67)!o%KXLpxX)^*iYbTJ3M_pN(wPfY{++u#5BzJEPWb)Watx#ymH z?zy3E-LCe~4++h&<7LteP8@H0=)Vcgvj0!D|w}O5_=yuS5 zAzc9i$3KK-*>`y8?}VnG`Cp%uXIxq6oJiB3w$PkE^d(&h0>>Z^T`n~BkN411g{J-k zJoG}L(QJ$(gvOV#%tJQ{&G}4+(EUIkFEs1rG!K2Q&>W{O6B?mnZ1T`I3r)A&BlJkn zk9g>3gl50`N1-`ac~fYPM}HQY^~?V%rB6tICG-KHzxU9;dFTKdCFNP~8A7w43=6#! zbe_;np!*1Y9O(W+p9^}J&{u=55c+n|V}-sK^dzCTf}Sb#OP~+((1&^GTA^Qu%t{Y^ zw1-|J^!t!GLFhk&UN7{QpwANeYtR=6{T=AbgibTjw+P)A^vxdnE)V^Phkn*W|K3Bt zF7y!SdD}yOL7J6|<695S|8*swv6_Ye*L0T97WjEW2SLY$W(*G&8coHh5SsD1uZNx? zG;g=(2t5Gw!9p`84-Txr(N0bDpC4WgetxwheQ>qL-3hpy(B(7b?1y^dd#CA$_o-*O5L% z(Hlrp8IJRDnuofiaXD$;P~g~%(>$CMViKph#3hZpNgtu;he@-e#<3NrnII*5Eta~Z z@hZN|YDK?Gx<=9b)c$lxv(Py5acX~ZUatLFMq2#I@kaZT$+SP|0`1SGq{W|&r03xS z#~Pg4pX*7BKhGyE{@h4f{OOim{CPk5;?J$5#h>g)v_IW4ia)oLFaF#?TKxG7Y4K+| z+N$=a`}|$}$+ZLRPxpEHQY6CRJ~tPCy3fbOpYC&THdq|)^KPNt=h{NM&#&2dajc_$ zq0jcvmwV{zJ@nlk`f(5aB55{89B+E)Z65jy(p-GN@q>pB_`3KZ4_)Y?2a)E)564Ik z?e3)){%rC&5yG+9L)UreRuAp&jSngL4de@bv4`GFniBvVw|nS^J@j)P`c)78p@;s| zL+>P=t#q=})wJWG^GW9@nPLxJ=AkE$jwqR#9@^d0F8rk)exrwW_pyu2dJq465519e zRO!FjL*MVAx01&A!Q&+l{jP`JP8xkEj~yQR7Z05tfDAil91#y4_t3*g_f|4vJ@hmW zJ&!a88XQYJ^a>B%;i0|z$AJ z5B;2ne$_*N=%GLL&^t+&s(g8qr)kGS=X+>(@3+WvAA**5_jn6`riZ`KLofBvjUIXp z=@H6?^&a|s5519enUcBLL*MVAw~{VbGB0^(?itYh?H+oEhyI0hg-V-_iIt`!9y(4M zb7LOEJhZz{TlmvF{COUFiHBa{p*uYEIuCs|>5(e0%RTh<9{O$%{kVsI(L=lYu|>}| z@-a{2@r8%}!9xeqAv00Qgh+F7hDT}p+NO@`8hm%OsqYn*++N?YdoEppFf zv1Qfm9sePxuFHGRNyQARcUi;o&Nf6%s#Df==RnoiH*^ zO77jf&epo>jy)8hy0u2xuLbt#%A{qmibejP3V^EpujT%`Qc|OmOt9j1uZd(q+=}Qx zBQi=+u$_#f1z z^clM;@pKq&1@9)H+N^HY-7Y6Pg+1AjyttR7d+0N|Dc`-r=ytiQsk^eK~?ESx&CxMDP%(w#GMH%{eloQmBz?3KFfDNE&)kK2ti*6kci+Y_~&ZSH)Bb00`? z`czk6)43c&Lv@p$EGbSy^RgE7tnSt7nwmDe^TnH>v8A>fu5PPtUS6*|V3lkSti}es zYgn|Rn>9)~v#M`KACAdTb9;5E%GR|EeK^KB$pwHDFEu6nZ$9G?!tw%dE!=}sQMt8u zF>b@$gSUyKt6XFlJF$_=0ev=3rsp-{X@a#r;wqf_pd1fA^B`S?(>-!bV<8CY!>w*o zUjt~bed~cEIQ60RaUI($cRBE$%0a$2--XCmmxDI*8u61jz4~sJYxr^xo$n(+UVTeF z`Y=6D>iZP5SKsZxGVKSY!40ef0iQ0 z^0WT+q2>NA>8s?zI#0e_8q)cOx$Xt5{meDVJ=L27Ii{(?$>VH~zIQuomLE=iG_0J&jW2;W-n5Xh0Pl4}!kP51c$ z?JL2l?Q`GJ0j%v?0eyRlzY|jQErh-@q@%t;9(}i^*tZ7yR^Ylmw0$?G=vxnc_d|&K zxCE%}dn-lXw!PT*YKp$Gd0qC=KU&|e6n#6OFM{j((DwBK;jOm-(s>VFmgc}! z*LeLzk<)R|3b~tH3H3pJJdOcDx{3hD^~jffFZ1P+7Oyei8$nR7)|U_52CNUt@wgTQ z=_&#oJM+8BF$S2|sP7#RUVU7b-jiQm2cK!GaPlbY)zxo|1LigA`xb;(AJ?koF$u0J zIezZ|pJ}QHaIA+u_O~qWJ~(-e`rLJCeCzVQiwhfp^+7ovd06N5>e~o?e1=7RT<+8Q zCUQL(SnKNm-c!3Ao1*W<-d+8go_o>0B`NyW1D^=KKD2#@r09DS`t-bHGK95#Yg6z{V6k4laVM*7ua?)BWy8&^J;m z!#7Rk`DIGJ`I!7Sd*pP!|4hj@9yg7xkYhO(w! z+n`U^8z0MSeG?$(jjN5&Cy(~sl-j;ADf$ZW;ym4NEb-{$Z!M`$`{m!z$9_~F+AkNR zUzIDEQKI1LN#mJZY2I!ZB$T|3aI7Q#X&^H)-eQ14rw~kleM*MiG7(&!n zjg!}?kL`=LqFUTzJM_t;S{G}5@1*G43VlpZeYH5XzFjH$D74Deq&~F1pHlR_1buqm zRPWK(AML?w-x}!KQ-8qUc~WkDM5d1R`- zOH=f1gFYSiO&)y@LXO4L?Wh#`c>k#nUGx`I<`k)@U8V- zm8$Oo)7_IpeVpHEefOv6TX>b>?sL*AwZ6Mj^nH4fX>i{P^_}F=_d<%kH#cIxtL$f? zPOXo>1EvjCWa8L*nQ836!U6T2f>Yba-vu)b$5I~mpi{GFDw?0X#`7;Ja*zJfeVo>E z{0%X>%H**Pa$}RI%f25)pT3m;t6^-@0N>QdV<+Ui<+%I4uKS)1xUS2=-ze)eO!ouy z6|y17p|6>c^XfAmFkLzN{jSI2YlT>a~=irl5Gv7@n)83#HmCM zoiFG8H`KYlY$Brr+H3r=Bva&MI=jf3mE1M394;oN6I6k0#e0*LDo&$6=R5v!R zjn}j+?`)4RUO0JnoDVEI>zixWj*kzhi_e*P%&_?K&ieNDhUVq*iqT|1Ra1}uI|@gZ z{U?P}{)1J@2xIhQb{*T&<@4Z2je9qnci$FQOy@SIx1##tCpd-?e{{=h_`LOG#VmU) zy!pD{Z5|pw`I*lP&p3VDWOS_CHiXYSV?+98t?`K-NOvtdAfHN8xCO6}QDo|+VJG+5 zvF9s}@3bFw8Aqdv|J(C$$nxYojVIgge{=3$%~PwJ2X@5k+dCSXuw5agj)%po+uJ*v zRNel^szm_QAW#~bS5-GQ)WxUHJ#fESGZNDm%&V+OFm4k2&7Xcy91j9Js0={{ZG%hW z)9O3wYdh-eB$i4&u~XhOy(<`#dgm?bioiJX>a3TV#(Ng7HO5^~j=A+oTjR#V{`jDa z?|v-0tROh-OyzZaR+#;9ZD#sGsO8G=ylJ7T%J^iA3~^&zIzBc8D$HVB+fixG+Ynk; z8Rvz-SnAsl0KaV10Pw3S!}=0(0~?oT`sYof^en#%z=U!aSD4J<;Ad^1v4OIAJIkuR zopDJ+M&)sDju}~Vk{g^8d*E9Xr6b|N({|nASC_8Ep6}~UR`iyqLy8F96OV6+&+ivh z@ZkN^6|woz_|tAQD(L;3*yG?Ue^d+|mxb3UoVIP3v6UrUH*e=U8fRy0IPT5UNBW+B zZRZ*y{C=PKj2A@<`5t?yP`j*Y2Z(v*a9?VpFKU(Qz zls$UNNv_XsK56q7D@k4#Rb-zXYA%M(7d@_doZ*<=?m=%uJ8{=Zv*O+OX&C4ff1dFk zCgW=O3Ye2{1MBd|NhVhWJ%=wnIC=!e$3U>S1S3koYQUpYpP6K zndwa!SuB_KStBtK@cDvARDrb=mo4rY4D84V&c|391L>{dliW z@H%@ju=Ds3NZk-*_J-3FoZzjN4_^Tza5$L3+x$!xxEXih!Mh6n0IAFXym(k4euy79 z5trbxf@~Crbl~)f$Sb#38|a?L^yNEiMx=iY;IzP8yF7=q5lXBy> z2!K7#W@3P80OMT{aE`44*vAFw&H;k}Cb+ z+4Cm=9ps{bY1pmc@}2K)x%wJCzZs0N!d{f#&kr@O9}mtZZ8%r$gM^2qv5*0$1C?Me zwg=)$y7O^AfJ5V4!ruUYQJp;ofT!rq3QPpZ$qLY4Jtx41bh|U1o7|lz(Xj1RVbX@v z2U9+KwaNsl7)U)EP&IM;iuAujB9v$~>?^Zf;ZUN@u&+`z8%nG;?2Rs+?i`LX*jL+! zQlWD^ykuYFf~-)YW|?7c3QwaZ=NuMjvzsR0xqu`MCs8-S>4r87UupV!-`DpVLfk->eMnfpELkLM=vpJ(<4Gy7Md;^@^wJ=MP{fs(1hqc zOn0%8tcq@j&+W_1jG?$TEy|#U1hA4tCt_snkPKIp03hg@$5+{%5} zrKNHo@mB7m-pYN3l7dwmTf*1PmwQ+-- zPIQ0vA2R(Y)-dOGhWj7wJ^*E*L}!g*|H;i~BmgSr71!no0Eoy}-At>TlNbhXg!?1S zG^dz7#GBztfEl4gBNV*jDwydU%kY2SO*79)u)03z@n=NtLWhq$?2nu}n7G*4MQz)& z*o!W4zGK|{-R%eJj66mb3y{w^&1bpt8D9D1!_D-pEAwV|85fGoX^^+b$O=42@qZ#E zOYTugmR8A^>A5QDkS-adw!v__f0op3`#y!IYK$@G9dz$@U$ggI*c%yNj8vI-3_-=1WqbNMqml~q?|W)m3E zFX+a}3Z+FyRsl^hvzOwM6CK0Ao^BQo016p4ncVm;hDV}^-w;NwbiOe>`Ub{S`*2eY zE77+R)AkZ=+alJ;5$alc^k=rnBh3htIk1rfQG{|Qi=BX%D0F=K-< z-uhz0Q8R&9E8LbI`x(ZBVmsmbc>cII%y6#394oUR z$_p5O$xDEgkP8Mf^DVx=EzWHE;U31w?2~;X6GC0w=Ig$SYIC8XUoN=;v#(Kf3bM;A z5*#y%HseBOf5Cl>qNgSR7Yi;litdELnF9nD7)58HFqtKSdmBa14FMh~xR+713U16C zBskwFs*VE>7My1kl_K~vhX~F!iY6gqGlvR}8b#N@#hJqdM~tF_s(^&a4oeWfYxX3|uKV(oIKW=1}aWZD<{uQI(fc*E*8|4lNX2*?c{}mwUZYK)=oZHuy*nxg0+(u3)W6P zRIqmPVS=@j4;QSRyhN~e@)3fylaCavotzM?oxD`Ac5<~~?c^H4+R3$owUg@vYbVzW z)=plgusHc3i?8^K)6>eyE0RuLY5yB7T{*c?lxQb63D!<-7Ob7zB3L`QRj_vQ(So&; z+XQPTw+q%z?hve<+$mT)d6i)84`XtW zd6!^>_(>db?-mRv-^da69>H+(3XXvH3Wk$!<_LG6V1)RG9HH+Q3@0x^NM$}C7$JTS z=6;zE3Py-8#C=8PLxK_Fe?%Z>J}el~`XudtL~w>tG?+7rM+NslC342`m|)u|;xAw` z9~X>Dy%ny{d_r*0C^|U~{G{MC_=7WqrvzI@(Q4+mRj>|%rxgyUO1;72>z?AQSyide zCM)%MJ0rqMW#qk}5(QByr?YvyC`wT&rEDI*m+Nra%M5})$aOev{ZQaP%5@ZKJtO-i zxsF0rVoI9%vRpTfq7a?>C%LYS{GC+-OX9Rt8To3`$T#eHH1flIBzjXNV!yD6;r^Dw zXc=syuUmX6Q=FQVl6R6y-naRlC8gwp6eS;aQ}Uj5HsuNhP1!Er^MtX{epdf2u_6lKNqCp81(zG^Di* ztj`5wEIF3N|3WYtRx5q_FTof~-W&}4rC>C)<5`DaDU6tcM9y(qri}VJY1B^p zej4>a9ErYFiIOGzPGKq8zpYoOgqoC+ACgLbwtGRSD2RK#%wJTZbVLvTcp>vw!HAX< zOMrh9jOdtz8@S9}f|aE|S)-sS&YX(fnY(GKTm}R(1E$Sa43$(&Ml#D(>0oS087Jpy zn&B8FQ*bMi85Bl(z$kHh$aG<_bqow-`c3Ov=EV$EUOl?<$~5gtOqmC9_{frUsH~Dd zvsdb=88M@zlznkXGx{KJ-kXFqqtGY`(6!l`QDBtp!=5BZGkO~(=iqKBGa?MU9je5Q ztEezw9?f-3YaT3$(`IFEUYEJOP5XFUEcuD;uRs#wo$n>?m{}+c4w}%^%e1bfCaP1K zVqKd0nf43RG>YAOQL3i?-8IEcYdbYjozgU*OVc3J4kL6+o@8YVPSrG|yQYDrRSMxa z)hSKGx-^Y2?M7lw zje(<0~NiL&1$@6prQ{)jArg5j6g4=WXvEiCTKp&4kAZXdc-7)U}F zE-|gwsGpfA)iqtJu?+PaRl8%=GD(QRs>B_vmJ5TU6*SeERsouPoa&UOhAvHwracoE zm8PatP0igktu(EAYN9%&sZ})f{BR#E#AN36>fZ+oCfvf584Gfi#Bgrp+Qpb4*Fgf# zgY?C`An(`Hoj~+@`=5}*cX4N)8RR@Y;_!zrnHL2)zs`5upt(NC ziEyEF^Eh02F31UE+_{tBwIC-N#m?p_0PhAlpbv6}Fzo*tgW%^l#1vTtUR+~A42v!iR5ztJq zRsmUK%gW7~h-pHMuWL7Ae?f;}#@|p| z$Ic&yb;8(k6sJdQ141GrmW9#4iQUA(FE$2q#;n*A;Pi~;z-6J>N2uFytY9==Q5Rba z=jX(xA+{p1)o51H*wcl0-E8bPeCEZ9U{8MRBLqgT*v2X>b;h0wpg6G-z-7OTZb);AU(fLxV^E+2vk8RYrKC6++eYc8BWjM_KhH%%f`T@f}Cqn z2E*Bc0O?ui0@HaDb<(qs3w+LUloXaz%pYoKJKE^k*98Hm2_@?pFPH^o=|bLL3#|t=RozZ#-bm1E#A=SSh`Qm&3{H$F-vBhb~A@&Q(XU3Kwl6|os5rTdr zumwH1{}BJXo+O864Ffaw0g7nG-iCp`*xUVF;lT(^{}KKST-N#%S%*^iHkLES7fAYI z|3V!?^9~f+U*{j|5nh(Hj=~2Z4viT9x!Y$1-WdzA27kRrY-QF5Kz$eDrexiKzI+3w zaX{b4CgSVTzW<8j>u*Cop^9frW5}OT>Bf4$F@!H?H*g;_Z1Rt*1|u_q97zF04q>yPE5zr!Qv>}?!yx4J zgRlHo=hANxXE@rG|C(IdneVKh46w-sy__#8wmJ7gh!r~b(2^~=G`h?=U|)dia?$>< z?I6J2>;CKg@8D9w$+YcCGlz!yOy8*}hIIz$j6kTD{S=5I4#%P1YIdE48)weCLInz= zf#7~3lyAKc$@nGsaBl@d$@TS6+zu3JCH=aTJi<{#*4ITzU#l-9-6zltm&_H`u zQi&{@(~@RHU}$hROG>OdDxoH&WN1=JseNuz$%rmXs=*A&O1M}u+`5HIs7WcQNGcg+ zzmZfjx=V>$oH5-j8EJhSB<8f+IN){!REVhT@k_t9iU4|w78=8&KVciTl#M+NKs7UEp zlGKr~?@sEF6=O^vi|)ao5vo>7Ox!>p#ekL-W6aZweyakO6=Of{;%`GI64EQiSXtt< zJtQl}Q5En0#JwT<@tdt&?RC=O47e*+h>r|ou)+4^Oq2we{f|3`& zp3upHu^#a`RE16v4EHZ!SFm1T9~Sy9mllkVF=~cn+1JEE z-((B~p$(EA!TUXW!O$6^AD(?1y_*yXvPI!-n+M+OSON)*f z27H}dhZ71g%7v~M3@1!uP~0FGP8c-__(n;OLSK(@C!|-CQE2XI3hC8k6nY#Bd5fe+ zp)vP8^9t?wCmdWjg3Re(`4q?d>hS^HrE z8PZF{SVBIRPSQ)nh_pj7hKKYLF(U0PI!Ts@eTb|MMvh)0hLa)4Pi5#x=eMKgoI zo+aXc(uuzpc{Jy~40l-~_QA;wEW{t>I-Fd}=JS$ZIQeBZZ&@NX;pF`pS$c^WPCk+L zyrSgkDr^tUBFBKcGX!8?*3&G%CK>5s#tw1tXIA*6)xkJWHiL zZS}$wI?kF?mG!bb}GU{o9XoR0;=sLv+@Zx;+B?jZiV zU^Jgk=!8!cmge(U>lzwCOOz3xCXM*qei%+vMtq?XIjFhp=}@86md^U({>s5!U! zd?lHn=G^A9LohmGxA}Z67&YlOpKlcQq2}D?^KZHC82#6@))}Flg3$*pLXd}KjT*nP zDQd)RWavA&ZcFp}USa$vtQs)yv3gJJL`#?BOZSJ~F$V#pN zg}5O#smV^&)T6tmplL0qCaP1KoGwj0P5Z&5CcQ|Fcq;i5A~B>FsVyub-p>A2FH-w_ zM#(oEb@U=N;}%wDnbsT3iy5lCqFs6Aqx={IO1P>K>Lo@N%G!IVw=givp{6{PAHs2} zQ<@6(y46nHpu7~y>$M!WfT5Po4y-Q(d0&EEuDB5j4G8l7BH-*C1u!hg`-F7Iozqta zIp24j3QqUN2RUyKIZbRhlY^XpN8F{V(99s`(fQ5>_9JtHoDUZ|e;ojDaFFxbxD%ZM za72*v)8bGoXQV5Fjj(2rb0@+e)Dh%_uhsc}DnO^ZveV&=goUBwgPe7(ac<27xGKom z(s9ld_8)fyISQ|HCNgBV29JZb_0BCEF8&f^FMYOiIdA;_8D#4}-?^H7%&y?s5W6_~ zI6KTVGsx(AJbEnaCDRNtLbgU9q>5ZK$Xb5RT~G@3fh1h}qA{2rc4x@U&Rw(!8}7hJ zy)HHlx212?*f!GmGU-sv^wa$XPxb`pYep%M5eWCPH)F0;^cBh#?k(*E^X(XV%&^=b z^2zUyn1F=~rCnh}IT?-&_YsT{e|zBpg3(X$y$0bD!RV(JVgw5h6pVg~@AnAH zZ71HZUi3M!+;-xf>_yk3;=@Bk9{tvl(}0Hx#)xw=7TUtY1f$=24v`ifE*Sk*99|8V z3P$Jt0rMXr7$eX(xNQ%Y2}WnXk?G3?qhH&Iwi>PwjLzSpe=7xJL@K6#M+(MZumIDP z@F>9;k^YI65gsiV{oEa>^6(hJXlTJeINy2FoZ(i}cqFzUFq z3V4aae$?R?*}zB0b=2XF=+weT3WjHnL&Faz1j92I@cL50s!$896JdFrB~yi}NfxT! zevgG3#yVUki7++%gn_VJVLU)7;-9mIS16p0hBJ!|u|eS;D8!Mho}=Wt%Cyef$xNBE z%Cs?=X^UNosiE>@t4h=pt*@NXeYC~~J; z%7jk_!g8a_OfH6f;ZwRY;r~N~*LTb0L@Nj5R-8GhOioK?a)x~bE)|`}&f!dzh|kdP zr=@cDnvP7)Vmp(&SL_rodJ?L_a`%duVmsSltzjn2No8_gGLsAKA`GIc4lYueaC+Gi zfRc+9<{Wq_1K|?E$mBUjle3@YMK>M;aTrL>VdmM(j@D+j)y$^82xKc2p z_Xrm1D#3`}=i|T|1*<|_U`>Rjah60C;+kY3uC*^?Ar7*UNN!2f5Usa?8NN;_Ny9L( z3U_ni>qRMsfm5r1^(`r)`5E>DH>&F>A3e9(x|f+UXO-#A$xLsve_^JD9BXb@i83(u ztmoKuhhVh(VG-avB~y5I6-$1X!myW_+-l{)vN&^6ncS1i={EKU z1!KT{71NaPLxOP&m&X`*STF`){`o}s5y2RMN3u0MDj1%+kA-+lFb3cX%s|4A3r5UM zWsfQMnb1}A0^9kM>N-@j5cgRhvJfnZD#X@gA)d8QLyW3IJSR$ZA>=;O)P;CnuIobR z`%GO3eV?fdq3<(wA>=-j_oZ$j^nIo-#7m-I7vkk^g?Prg7M8|Y5><#-l7)EPJ^(SS z3L!U-+^gf(guZ#yg?KBa5N`|Cg?L9W3h^SsIsC3*U5NJt>q5LQSQp|0!MYG1Dl9ee znzam;##s_oh~%!N@ZanZh6Pm!xp_<$LT(V4h`iuQ&Qt7WOmsf00z3FSmBNJ&clvIHS-vf0!-M$XwI1(V@htPH8IW z(iAi8Q7}ijtgpUF#IC6)Asvnj!-p*yW69_z3^e$XTZ3Te9ZDv416@Ry=^aYww@OxU zm@3vuu&-(dED8_M4D8TZ#v!{zGa^RG+gPUz4-|$UTXy(|#^FI)0$YqOV`r+jGvW52 zXo9d%gF`hXS0AyV$v&4DJpoyiAxzA_Dr>AC>0W)3IY`)LN+%CD4|p&2l54$YgX8St+~ z#w^W%y;%id=)F&3?_|?@miE$UW$)}Rd*_<=83-0-?>y0jJ+vi-=+nY_?-S#)gO#iI zKKT)K*(}ilN#f5oN}gipwNM!8sH1zrVCXGT_!VKvqfDZ=MBxUZBtQwhCCWq*`H#e5 zy(NmR`XNrN5A_uBFb?a7X@;tj15N8jlp@Y@sv<7wDq_O42V$yF5`{!q?}p;$xMd9J zYOM)7ww^-raE)eQM-~6iJzT39XwP|A1_{?`26jQ7*&B>{%|HVm#tu$zoniw=(BXDO zOTdw5#KBmh8ED{ZV_-CB1{(Nq-aH(o8F2M=WUSN-G;sdue7I3Fu(#}Y{lL)stgrxG zGMSFl`>afK0sQr6xJ4&H7r+ z3)i6;Xs1g#Q|uH5?i|=)jx?=lsDL=DNY&2juG%@qw1=V|Q~(|;3Avl?VBV%3r&ZJU zyb(EGGvNC-IZHi3GvIq}u?nB48Ss56?OmrC@cjr5jVEaad|$*ycd}-{_s^1Xie|v~ zr*NHNy=K7o@A5X{RLy|z+v$YUGy}fRL(2=Ft{L$CKQOHcZ_o_*eleru49%eL(V2wL z)C~B3KL*xWngQS6!mj9S&4BOsXDpth8QS;f3d4^+$LSA=^Rxuo-(tqm`I>=F=rYc^ zFVGBhLMN1gaiM0Qg`Uz2jEgh_E%Y2Vql+~IE%bHz^b*ZLCzM8yU8)%>2G*L^OjL86 zfuLgG@~#-T%Cs}5>loN53EfVJ6O601Ce+_zT62wNp#Hwb{YQ9{W}yDA$69oFvu2?F zKCc4fTFpTHea4otMKe%;zp~%DPBTz{W0=eJnt}S`f02i8&^gNobnnr zgeRTyx+Lri_kP40d850gSF!(_ny5}`daFy*d)V%t)bze2QA~axTQe{??8oM|Q!_9) zoW$1kt!7|w;6NPyPBRdCOBre3YX(9u#QUTlGy|b`6+4C>H3Omd3%mZGGy|cRR}RL{ znt{&cY4-HLXa+hLzREZJt7afL4F>0Lnt{&cA-1kvnt{$`0T(h1pWLt^e2?Igov9fJ z-!C~A^9ch}0oLM|rgba48K=LMs{=lDr#K)G4*Kj*>FPrEDCv?AJ19!-<4=bqX&Yqg#Ai^mO!`n9tVm-VfcM) zt<`v*qb1OM>+rvJ;h1Kql1F{kF4{|@mA&yUdk6dMVf({gJ}V3lk%anLVR)!85W4i? zAfGi0!f~oonud#}o&^Zzo#DJ*m(0O~zYY!)87tITu_X#?KT+EI; ze^dzXrJ|HO<|bAO14P#hsbX3Rd7(ZV_fXA8@9( z!v*u4n+5}X?Sh5QK5R|jxL~pKJze!vkP9nIqBX2=Y^>*s$kOPa=mb1p z4Dx>IxaciYa1Cz(;;qHHDE~k;e1#e0RCayzJn+H~n?X)$Hbk$anSV5c901Rb*08m| zq;|-kA8jUjS)q%g#}NHVq06JE5xt_&#_0X*&)znJ95FUW58w>t9d+&cXdjmSulR8Q zuH78%$w|{cklzga`Ej(0?fFwBd3SUM(LWWsKU%^n{7j*TqYHWMbA=v{@^1>lUnsOS zTFnyuOQGkYzhm>Wd_nf!FGepz_=YomL3S`NMcr;7;tR4*cr|(+d-8t1AlvnuQS^LR z>+reN_iprT#&ds#K8z+@RZpwRZ{*VBMX6#6t;Ny`Q*^o9GhI9%!rvL)^? z2D6Q&y}-sX!slm$DhLk(DD&lA36L>1yTook5RZe~>X#eY16@n7p|Nv~kv+%-Xl8I` z_FxyJhZ^dQ>>)1gIQ(Pi?4d3QIhzo|*~45Aaas`R*~49s?{uJ)*`+QhbZRjB${yi@ zxWk0rC*=kTtf0V*Z1QEFc+SMEe*wiph&dy+ z88tH~_Ag}JJI23_&Nl+V-uOYp6#w&{B=fW4b0K^;8mkej?8&X=0aTPP_IFr`ZTzn| zNOFk(MXT*Z(G=RGhu*?3hr4T;Ke~d@CCF>aq2NB39CTh<#0tcX9 z$Z7N6nn;CqNmGEL zIj5>p^uWXQTOpitT9jD^@aO48OJHNp=~3Dn@Zmx0I5;h5gObOcT9L0O@EHoDAVsyf z705YLa6WeEkD$V{{4_2j5b0(64}#Pe7;+=M)jWY#Y)9xu3IyXRTiyWRLWO;>Y6V(q zL~mh$RY#$_j>JSB55Rh%sYLV^20Q>8hB%4nEe!GiEYeTO!yY_AiR4=`SQ1|gr?{)r zk^XvhIx^6nNh1fLON|UtiTL39d8CZUK7^1`QexFo2{kDt$?flvQu_%id6S7`a{-lH z1^-24a{){C0xCQrn+tq+u)P^0RYW!y;Fq)Ry9FY$xd7bZ%S@TG%5+rH^0D^( z`N(uC8bD;6vYcClp9%wy7Yuj5K=6r6?1Cx! z1$}(vK!yDy-HWVQWADt(oKwx-KHKU3-2F88!E@QzWKmcNA=LF8C* z7oIZlr?rve1glI}S)VXd=BzS3A?dD@?5ah`bQ!v^$jOokN)kbr9+7tJO1$w(-XeFEIP$v+#2$UXtSgCw2} ze6A?P)9?c^ONyK)7~3-LWNSEIF#C--@C6F<9VG9t&M%bfh}I7=fJJ0W0Ul@-1tY+E zO96VwO{}gwAx*V$h&lWO*OvQL0Luyo^hSes}REmKB4 zlr-v5`}Z_zFuU2uR3aMHNY6YjSe5J%Yde)tlTz|zQpwYH)?z3*mP6w+T}pte z9!MVkbCdZw44glS5eS^Yn50EsQJBB6aNGH-f>lXhu>M3NX{j>u^`wz++xdsW$jj&+ zdDu@Q+tYyMVSf*dVl~9_u)l|nR(aSj(fXEE2~Bb4q%!$1naN-6mzhb{XeimHEaS{& z0DGjr2}T`-dIEo>Fvs_EDX$;)BUc_Tx7QMU#p3!+r$HAq*t_updnf6CWd@ zANFgb{w>#4^?YG9A*VPkQAT{5G~x&Q2O9A;+v$%g5slbNB|nK0 z7{NW!k)IW|&@JP&lSbqhxsIXovLfJL1*1u>YHACBFc1lt)>|w9OQ8x7 z>MB5vX+N<91$dnuYD5xZ`d9K58BwhoON?J)As~{g8CYU`1oPQQo@QW)as4PT^v(i4 zME#E5);kOMaQ^`6=&h4riE%xHsz5Wa#P}8`XobS?VMTFz9vFQz1FK=juyMpRgAbE( z!04+PvZxn{3j-52Iw9M%-bXp(^n`LkQI`|;G40?HaKeY|fG0>oy|fjXC=7PN&@|q( ziXj}QI;BZJ5D!1h*_av0>os60?)46z0&T@X-n$siAJ{qus9PN8u`vL{g1lkC`x^*G z2RZR~oIkOToD$@OJmh@9G*jI)5oeAGFwF(|&KO45bQcu5FUpPV=YqJiiefWdQ0%Or z*i07;a;i8m92(@bdYCgc7oaA{>1UZUlig3PD>l+Okyh8aV5~Eau5Ai(0y)9icPv0> zkQ2Qsr=C|%403`t&3UsD;EW(APBWbv_NbQ!IiZ>DxRZfvgPa)5a~3eu+k+gy7dmO2 zFg+aPK)TpDna%vE;1IZNiSrt3;rZZrfL7&+Pd%n}ce7*~^7rQw659Z@HgX~T&k9M#OVKc}^yD_?$0o&gUvIT68zQ7Kz zSgrb8AI+oh1}JoM^m>j}B?{dheXtm4ph9;?n+t#jDRh5y65Hrtg&vL$8woT-p~s`6 zncq-_wnn*4GBQk|=b|66tqfP_#b{t0P^m&MMc*bGq0p<*pE!DyDfDJE#P(6H(7Vwi z*&$RY^kH-tQKdrLqJ!D^Mk=&DdI(E9N}*4q_pmb>t_#-sAwRhod|&M5Zp!fDT4^5vx(q1x5&8xrwjHr$#;!(R zeMsqM95f1Voq%f(WL*bVVg0_KA5`>(LC_B?`aQJ1+(#6B^+eE5xw;DTF*VNJs`OHM zMs-rJ^)nUTh49OLx`6z`Z!mMoeMZr*!IQbqDkU$$SGmtAC47bNJdctpCR{}8pD!T4 zuoe}P`-V!ml$N~Bdm^K7BmyJ%T}59#8uW*SG^p@G1X}J_ihjNd^bRHS#AMJvD7qIt z@S~!8AoO#8?z5a}kHAOnFN*#r0zG$^tEb?1=q+;%Q-Qu{hq*q}OE~_{ur?duI@5Jq!I`Z88>HCJur6*AFdFw7xi<^AmHFHvpk^?@tpdj7 z1KcLwIgpieyMQd#__aRec!Tb}PQVZ!zzqu6jDjt-5|%v;>q5{4+t46$Z}t`NLcw^3 z%dHC745rt#cwfVMniBJIhnahauaFlC>KKi8E8uE3>O^}F!`eZKL#XgRUjZ+;i>*ak z!f#mFpbKJEka*CS%?kw<Mho}_-D2(-0gs~h&mAk^eg@t+0Tvs@cmYoh1=vTx+%Uid z0d;I*69vrk1MDkcf4XizDQtrI%n)!qD`J*k^%8$%@CT_a$85x^z^t?UXn3%G@S z!LE3c@CkQ zmoHa3XUqjhS}MJFC$t2-dvnx7xE$!oOToveKG=xmi1!&wS#{& z&a%Vsv3doF6(Hz|%Hu#Ji#8o;yE&~L@JL?=*kiATAZzn^>VA1Vbf4t@Ths>d`DY&E zC_ry}FFp?5qd1ZNLwuna#xABGhW^+@RO z16`|OF3K!fiT_G|0~aj%nt?Zd8_?q*()hu4X*ODQ6#Ehv20~;2&T;zUgrC8k2o4|g zOD24S{2N5MN1yz;j|90lTWx!4Zg z-@sc1-rI_o-flSjZ^f8V{u!>Ef-9ei^aWK$`H$e851s|%sJ;!KhchaSGHeo8p&JIl z3M*AImY>0ytTdyHdqS_q^|C%7+`1m5la7_74LT`OdXko(f$O&*=?Ut(n{oMjU_J=u z1&Ybm$SwTOfOVTze#o>XyftauxFBne$EBl&8>ac;@_& zHU&8wJafKCoB9j-Hl8_K%pOy=^uat0XY}wMQ?e|)2oGn*KddQl^)L*czPz+47a^#5 z=G+&aa`_P4sp8CeB5mpy$eL%)$!6Nrdl2tDbMW56so(8u7(8=u_cdh*%;ni*R@&6( zi_ko9=HNYuQ{Imo2G5*l)23bm0iHQSp(_st@yrQh;ol6K1F~{5{8(jrsK9N7mgU8u}{Xh48H2yDlzz#CR|H#gL!5~h7!U<3nM+VTN>LmXXTLJ zqaPBF$bc_$y2(3U`LVd3*%PL~ZTw<(J#$QdmN$nGQlx9Em?G>-SY0+`chd>~=R}Qx zy>RE5R0Z2&;8lQZP~#*-bR57q1lx z%k`XM^$D2!X0S+IcE$!FVIi{Z>k=?Dp6TY%&s#*Si+anGk&&6(n*2E73ryMUfih)zKw2c$9125Z7FcJ44a93@mzd)d$9cQq-3!BRv;3 zv(u{bFP-9g3LCQYHCF8iFZAU-GzF1ZcE-sj_5+sVaydxEYPlOf6=#C)%fDa>CNGux z0(NJWnv;5IodbJy%Wah9F-+8t?v^EVjqzG9LSr+KZFU;#7I8un{a_y$GT(f7N(S-b zj6*XHaYJYy%P7y0bQ4B)(G$D7A?^zA>$M2IkjTL41A8fnDoD_KZuOuu5_1JkDK!{O z%~`s{hB37p3v#FtG#Z>JoM9S=5vqd|nlU(o_>1lDhkZX_lknwhKYX|2G>!SI@O7>t z&&Suzio~ZJ98>us+HB(@lO6Fl#r97FHeKDrxVlt}c)lSh#})YIh-w-O_{D)S-MC=h z#b)}h-kXRxkl-S}uvge~k*Gplr_b1b6Ti<@Y<^ve(~p_QCK8w9OvAsEr}Z~C zk>*^%HXQ!FFj>egdHfrc%6idBOob7}G!`Wj~Lix$aYc@{PSj;cZ z`uxV4E;klK25!RJ7N?q)T-zHymrPeobzxVDPnV@oSa%XXL8 zElK;@_Tf6?rs~=i4bAoce`gC5{vTx7*ibWKd2Q|PE>ND4GXFow_&>QgB|FsIUSkMx zJ4OnaN{ylnWEgPfe zpyf5SG?%U*ud}+X0~8v0qON{fb!THoqGN4qeLHx#H%qj4)ZveT0noM^TWVJ-Dk%ak zB#;n%%z)bJ(VUeC*a#-j7=G(J+7pOZ0AvFr6v3RKzpb;DNrHHSRNvOnx`Jj<6bx5F zalycxmIY{N>6XYXQ*%e-ZcNCfBvne=(fqp!!-)yh9j@Bggk9YT0^M0{OItlCj>wkj z-Zi4nJkK;O%kQ)C&&*c8G(Qu7k>)pTOw6qTyK&Mr$EFNY5mOXt{4SBNCBU)l9=KGb zIa49ajEdx2uxL2ItI38~rr`^i{(v1tt&(z$OQB2~PYkR`nxB74ND-e-$lQ@xihP$2 zNy+QlKGSb|(;rLlzeq2lNQ8_rVsv>K_dGC-MYsKqn}zA`=!W5}PQ1&;^k=v=0Pm`* zNZ0A4IH;@)%F+9I5I>Px2rK}<-OK$fz^7^FxHMlJ7uDL3i(6@yTaB(gnv*Fq0Uy0N zllqVs-q42cuueZztjSesfS9fOiRb)KG1isurR9-dl-36PR?L5`QWj#MP;0J)9fXc! zDI_ynz9FYvKsjZN>q2D$EA4|5s0ZToTflZ)nt_9)c;hIDEdL2QI8}%zmAal_+;#=D ziUij`d#iMsghX1hC(>v7Yuqf7Wri1Ai)e)^0DfOYbN8y*D$oL1Q0PjdUM2RJE}5m$ z=g@-zib@Wu&Yn2&e^+U&7X)OQ{{^LXu(sE2+PG>VBX!Abi5^Q7yStYt+ZT!8*=#zW z7-f)dfe4jI9qyN|N|8`u#M*Q-On$n-?Xtuae!(5oN@wK>+hRKjlYwu>lIjRNtw+T@ zyE;ZlSFKCEz%Dmn(%^YzMi63*MP(X81toLC3d{^Zw=f`3N;LMGhK@vYXOn?9wk8^y zS5+8`JJ9ncYFiTxb&37vEi&4x+bR-u)g9HmjB%yCzHL=~U7~WFv8=kiqp7|rv8<)7 zwm#8_cUU%5)F#>+t5?-0s_W|7%0*XQEhc6Vz}&38;h1^@!&rS=qOH2AQj#KNYh9wg z+30BLtX%;O_4TcZ+O@TfSSM|*ZfodRo2YMVGY*`4;Pk|lSqm4?ri7bU2S+Y9e*=Fd zm#A&-Fy>94KWpC1#KKu~W|Sr7%$>Gq_H^Tr$p=hdG%qphz=cL#!}3IJ(-irqMs+U$9U%qiDa>q&xZYjsUyeVtKPU(>lf!S`$?+Ul$8Q0T<+>edAO)W>z;w^rAUN~~yU ztP_VWSU79y0f~8&=g(SrXkz+-qPKocZBwGLeiclheeE3>ohuCv<@M#>)QQ!oxB9Ml z8CmY3M;RRrwJTACWr^y>)zxd;6D`d~bzN}W~URCmI^C?cXIp=NT4_EbiPo+>r9)OET6q%vF6*wmmr?s{gV z*E7}4)viw0eXvpj_K;co%}PvJn3y_u&YZai>KJIReJ5dqs^$Z?_Ye$ojSY6xR*3r^b z!`WFiDlySaU-KH=TI;FDI#hh)NTYpqVp(I$YI@04(l~l#wOc*njQZ-ts`|F}22^ru zV`H^=8m(SkZ&3XM;{g3YHKM>1h3sG;sVhN}tY9D0+OVvf^Q5uYHB>JzGin;D+mp@I z?NJnq-Nv$(#?^_jO~!&*i&cL@uO^yS9OKT9TiXy6%Q*jROth}3ZbuL^3g9MJOhTbU zEa^Z$hADM(t?Tu+_KupwvUd28Q*>iZWks{MFle4=#);MC_?ci`E&l&qIlwK=vQ{@A z)?kA1-DcF(z+0)#TCp0n)mRU+(7caoY14hC+Y_<{pnq#!UCXT55w#{-V1J$49~)?0 zjoR*7+>0-7NAqh~-YjNd7)UhKpkG-j4E7<_?HC7E*0(hyQt1Ok1dKvPu7g!qt^MhV zbz{F-2TNzII(76e3G`C+&E;L)jbc<7%`ND~IvSdnC(0|DjCO=l*RawRB^`}5iR!jx zh;hV;+b*hWI}&vqyjV{3+ldtoVtIELdAwX(+tP_aLUG&zH{-^qx(U8lJxTYrHF?p( zxm}$#I$Bl?OP^w7XP3Vl>J5xhiTRTkPEU**T~=nSuIrHgqufJRc<4$GJyL9w`e|pN zH=}(u8}-dK3Ds%i7jQ|Zj`7Bq8*jP`Wz^D-tJ@OjOwo7LHntgc%YiXss4<(JT>{O0 zg~4Jkm_7Fp)umKc9N=~^Y}u;9TiaS#`?Va=I?+DHVyv9LU|wSO+!=|3r_Y}#*`)fs=7Q33yJzQXb{zH%iE1= z6rrgu(c049!GRtx%}#J4z~-hW4xSpqaDs8Vv)LU9k~LCZKB@wB;znv^a+iLvV7h8bjRNy}1ixu?vXJ=G6()(r~>cVFL4HLUKY=CV=4&GlS)(kG?yU1^FG zHPl$)o!M~M_C_1y`Dz$0XHq3AE5aVp*s!XmX@zS*zskUhpnSo+it_#8Gn6?032p&B zD0D_Qg6}U`F-1#TY@JinZ)w_TXD|vLK<8+7L$h(anX-yur5G;IqRp^lPqKZKff(9@ z6&M;Z7PF&Hm_6V2)46l3BVek|w3ZdkcAUnlk{M1+!$svl2@STkT?_^#BTNFKbgEs1 zLj^Cd+2?M;xX>xFvEb;!!Sr3p_q1%s&G*@=rIoNfm|}1oxA|IHy98#ZYUPaPCF55t zUOd-$8mt)@jh0Hdd+Z6uqpw(A+l*kYX!*oUFP}KUw;DD)s}c<}YpBLTHp~<|q?xi* zjWTWoYmB}UJWEU-=z}h)htJ!L!LJ$}a7kTl3nn43Of5l64a_E={KmMB?h~e}W_cs# zBydlcR{PPxnh=)|4iJ@1>`M)eLCxwGbP5_6+j^^;D(jcjnEv9Dy&`DFC|pxrWQxg~ zS56%&7UM*y!P1{8=!PaZ^VPP?qaS-yZ!5&jvy7wPXzWidOh{d$OAGQ0-@{C+0@PMj zFn8kAS+*_130Ml38GW{?=I|Pfs>ne0><&d+xd`PI8fcqz4j`dzEgMlh3bxfI2KLI% z60Egn12m`DrNsJ%z$#dccIvv%oVnwCmHPf0y1cNge$X~{myO4$hxd=kB>HU&d~?hY zI7e;dOcq^@)5W>-X3eIL=Pv>SIey&S^6}$lPV^V!P;S~K%FmQlDTWnORxl^l&EXQH zZ(}Qd-34b)pUyI_sBAI*jTv05k>!9er+nY?3G>Y4b49&YwCVS@80s6W1LRv%^NK~* z)qt1A_KI9$!n_JuG`*r>`Myi836ZWqtp9@<%W!xNBz-CH~E|oo{_WcA69KFV> zHbcD~myEr}R4sI=e88v~6HAAWz@j}SD;48$L+m$_0mIO;WElO6(y*_yAgi78-DnJ1 zR0_rsc3qewGp5DJg!=}^>dXo<4w{+bEUH1In!s2i+kI)aS@y=k#*3k)-6r7SoWc_$(sfZ zSkz%gFww{Cw5qNF(=l7dJhR%)R;+`96&&k?(SeCts$Z;WL}79=jY&f-eCpcz>d4nC zRbP*zp)FuoZCm!}OXo)o*zcny%b^N9VTWN) z>Z%#Hsipz#uW9fiPOuqJ-vIrURm%p$*=~VOOo?&tS?tr|8Z4asKi$dBy7@hnk znpy(y$IgFbIozq{pxuBaD6XuV%Tg<9C2~8>oUR2k1LKpjHPWRhpE`L8oFOi!^L);v zvZp|HCQK*6jK%X&mviCIj<0QLo{2RVdwE%os;^uQ+l-~l1+ykis+cfu&UCCXFTpI9 z%?Z}mtwnIQW>afxkP`-HiA|%a#!eKc+{`eVmsNP@#V^_}w|=dej7w35O%YAcG(^VZ z)G;)C%PXPH+|+Qh#pZz7npm^47UqpU5oYq%_{lmPMxcgeQ10h190;>U&K31`aRUoI ztDF@w>u@lguG7HFg*!iK>hyBs(FeR?z<0@2tb#KinvY>_rPr-yu=lv8X9gEEX(*kx+`9 z=h;M=DngxdEeZCmy6#AG<3q*^)U-2b9Qn-B6Ef<|9>%ZG>~YPW>&mVM+=RedIxN1^ z;l+H{)?F=E>Cj58YibQ@HQXnRZuZ8AYmFR^O>x>8frQd4UBU6hO^h*;+0_%~+zISt zEoPp~Hj6^6LowCVu{iNU2>dt9Bz6)e3=?SRvWmo~)GlUYzGAz&E_km9%fDigU*|LH z$Bi}hnBgs<(efo)ZRVaxTyOwxz?4_a!YZ3tj^jEC3YHat3N~#7{n}2eIJlR|9e3h?%}@*YHM^A(HWlqFEnWMYzh_x(%bB;xK1ywp^>ZB8$~n zF1s`bn1ykvkzFjPXdK>*O)6Nn3THg1m0(^|?ULy$>jFP*W%IO`b{b84TLsq)YcagH zU~Ve8M(kHf*aplnLbFoa;9J(*i8E$|O9IxLX{tWbI5V#2u?JSyqMR|S!~KfNCC#PL z$(RYxojwjr*6t>Px4~v|Xq;lsKw0R1g^YzR4WPQFuJXtr@|H25V-_$gw2^3#N^yS* zcQ&JJ8$Xh{{FMXB++svmiJ;@x1g~>60#23d1G}=RmIX8nA=4)Sah@< zmlHr1?f6*}4`i0jYGyQ*X4|8P|~W$&R8oABUSZpZz1JC-83xBJ*J|((678cKbjv1i9gWLw95+l}V2jxy!a6Qv4k=xm&cN84Fsg+1|#Fn?KRszL;2!R)Kbm6?ng_(|SlQ zaq|aMpqs9-&XKZGs4^*Y-XB|x?a{-`WXsGh&DcR}j?4OawDk(=IE>H$7#E!W%KVuV z%jZ-WV;HzOTzG$&w-vpcF?ZY?Yx8^;w%y1qu7^ui!$~V)HfB2m zQe+fxLz^8axaNdA%9wzfHCiSP1{*h|oPT4D>abE6Rk)osO>ljxju4n zgFYV;l1Qoq}Icy$= zWKg)U=l8ahvDdMq8`o}CRZE?jVOA|&qTO~i?%_mT7fC~NW1*tE!@4_vo)cpDb%DXoigu4nw1?kV3svY3yW>Yty$A6 zvwwzLQ)`8hZtG59_MDjiOU(Zm1;Z5<*hbcmn_00++)W>@JsA(#S42s)f25>T{HWrP zOHib4@>ViD!VwXUjBr$hqgn8N?-9qf67+r3U1b@#9*YQ=#M5?%jSaTkHEusD8Sf{Y zuK2YT=lf#md3xxf_?6A6GbhbrOE7H=*A4G7xm`M;X55AM)1WeEbF&6)npbCP*{W#T zIJj6B!0tGZ`eglKY1xc^#t35&Yqk>r-iUIQfUQNwY-c%fX!#ffti^eMk=XGuw{h4IjM83bW1_CDb@9FqOsuiPjz1-J=^tY=q$ofUY2C-Jone zT8(riXVXVZ#z}=;sAbdU9)j9t{-Nj5Qn3Ox!-BQ(X}hq0U^(XCZmMmjefFSnU8`Z$ zv0E){TcuI!EREW4Y1Dp8hedJA0=UoSUZ!uxrBT~0joNN$)OJfpv-h-M#>^4a<;wPO zyGtS(hrN05H}u`yk2myJRhivB#$7Zw7$?k}XKrY~*mL4&Ry3Tc^h-7LE{*r)mrE9n zfBT~zznL!gqKmD|gel}4&LELLZf0`Xqc=6%>?xelfOTx#X=lsx^Gs8V z_4IMW_QiH*{26Br>r_+>E1>y|n^^u$^SM{K!HHCe&D@G>iIf1W=w5q_NZ(;eA8KcqZwvq|MamjUvr9#3HDPP=h1}?uc8{}J8PbT z1upKMG7Ilc!?^Of{(KhAqNavb_0l!`{M@fXHD)cSHl!MP@6on-r?p@1m6l z+;FX3&ieTEA$J3u_b{rPu!Ijs7`nKdhr0kdaIQ96S7+evIBpd;p&3SYl^HaR5YsTU zK};RZIulnHqirwlmW<2toEh_cmT@+di9Qzk+2H~+w*FvTrheX$;${@fA)<$pt?Sv}qD>#7ifz`1+YZZHzA1Tr8%v}iA=V{5f4~<>Yti@O_ zCiHhphZUE>;mux5Egdl) zp{p90emnyP@5?S!yAEJX$C1pSyArqWhWG0*7F4(eH*U=|R@bh7gwx8fpexJF?JjIS zHcP$OH_9zr!|We-Y`Cei&@(bFleKd0>R6^K^*OcPAD4Ul+AH>N@K&KQWTtkSd56K4 zo-rWUL0BCv%a1NC;ba3h7ff3>t`p8!X7@9jbyDLk;|3%)8{mc)ni<V@N|~Ej9NtS!*rWH*K~)p-fTeEY9fm3}&NQ zTk~w{%4f`;ht&sP<(QMHJ8Ds4p88l`ZzD znTFqbV4=_D1{Z&e)A`&S{^^^Uaa1Niwt#3JOnXMd{Ebahtf_>}rK~f{-Dz4rG=H_{4+R?qnQTXOQTNp^-;9D|R{K%?NX!$?OH=;9Rk&Zke&z z>|ADvE8K*HB^T6~H8`di^{Ojqf9y&GcBzLq#9MbczsK88HTd`hohCSY%PKHE_in9s zgV6`DH4$SG@-AZwuH4Xsg;d^kjczbuMT?shrSnG3%dV1ge6=fn$X$!E8%y1=r#7v* zv9i9NTYurOIzNk>ro!^CSk=(942_&KB;1Y*CpnxeMvEj|r#Fkm-aoCV;LR4j5X>u= zyTbi!xC7hDW*Xbgfw{7pJ4ev>u?AGLq@-~aR;eqik969+uVbeTV)mEUF0X~z;lnOw zrOo@6NObhDg=B&)teXMj7-CEHm55nlIGQ4lTl+B)c7x%RKI6v_F}o z`h`I^(D?bDb(zC4LQe2=Gqb=H<*dYYAMUhWM7t9%@o>LBlF35Jz6-X3lT!P{DQ6Dc z3T2lP!+V)#xWU{EnWSIGog=u}gt><~6}4bW-mIdaZyFQAK1v6VN1~}5H$*e^S9=MK z?O{i7V=3A{O|@|~?7-x0dR18~4WSVT`#{zM5w_qLH^KB{^5bt&o4gpilQpUg58JHW zjc0Gquz%ZU5OhmWIMHE|aK%;HsPp>hI#if43Mct!K6WD>4EmxP8hmpH$ks3pa>{Rm zkUHEuL1|(BN4F`v+}tda?g6iFS4qQmVszRu)b6ad)7QY|1kPkuCD02u9=6Lq7b&ao zNDA*$wRR+by)$G{<+94U%BE$NL(R>Ip>)jZ8Y*f3s_RNvjoRt)yb5-4;Z7DzB9{!% zdN?e(1w!kWpuM3<(yk#Qhg&!MW;?{AG2FCbMq%vs!tAYO37>W{lU}zOmA8uRHJKA^ zL@_yGlQd1tw#h8f`;G2S35t#nYPlx~W{krY7Ty+wg^ISByDGEG2jRnd%PZZuh31b! zF%E}m?M0|u)5;?s#$QzCx`>2lN6-V!GA9NX-oa){{bUT!!Xb{i73n&&SiP_Zm^-7~ z7+@Nay|dsfX&5K#AuCSv%Q=YJxqf6%{QVJ*-F!NSE4HCstEw_nq)FrE&a)e=N6o+p zUys2WYms$wi^AQqGILQlWwz+dtz7G!{KgF#EC`rp5MXa7)<*C|L(sGs1=5IHFT9Q9 zx9xG`E=Ie0^X$KQgbjB?@u(ua*<$m5Nl;(oH{ORP%q~r$ZQ9%6VUDVceK#&=t-F3~ z(@WpV4E|W2wi7Vi0`t+Qmd*|D)E_Vo546lZaOMOQ$_%%lPXmJcALhmhd!bJHqE)ZR zQbucD!vbWVJHMi6(K^>i^bp=7MJJ1%o5ARg{$;1tVUELb0Gnfsua7k%EC|>Y0n_YY z)5CpW&Yi~oeY@p_t^>DM8Cx92_Km~F_JvsDyo)SX&_9jC7U>_ba5l_Nt;{Ty3+phN zX4G)4q&6I5d3~k>V?$t<94qP;EjAt@x=B@l|Ej~Wdt&+c`IGI%#D<2?1NpRKF&onk zY!l;3nz7XO=2eL3vv??nwH3}W{d2lLW!AdbHsW?J(Hz(r8w^u4@vUg)+8u|{$V?#F z81z=#ZA{kup>=bKhO2nS19mGpZhYb5R5;sqVQ77!b7oEnpX~Cte!0^F4@LQL&)Mz%~}QM;a}6{&eh@(2bX{P__=xM*KY9`Z2J` zG^63_&ahEj+@V!9vv-?p3?$hBb~%YD#{AFTC36+ws@gnT%nnhz1iPoJ`H%oNlF>e! zyP8}p=PHvJXxaPCt#eg1SeL7|tA}pnV{Z-%!8~$^nlNJ#YR_yajW(a)*5isL0SbiNabl~Rlc_C|WY*y^@a&u)6KD)s4{8BvDCH<4}WzOsMt+rK@ zwNo|jtqNUtItJ!hP2(DPyI{Qvd(V-}AwG$8m%?PaHf;=+8DF8oZGy1LHcMz|a_&hB z>OE^ zgTl)2{h$I~owr72PH%c6=JVG0@>15Ga=9?PKy-E)#&MK|ULTGoeGM2 zRfoQhSrFP8y;swLO+D)~g>ZZADR$_wXYcI|yap7vVM)du6llFnki6^M7FWZ$wk8JT~%PYo>pF3;%d~D^Mj{Tf- z#!a8QPjQ=ZTZN1ygUyd^sPP{tdW!w=>CLdm`+d}%BBs8;gn zt>nvE$=5lV&7>pB`_5L!pJ^q(-%9?amE2j1i0S1kRQ<=KzmKvMTnL} zf4%*fFA;PvN%0EI$mNA_X6~Q5_Xncnn+ICl>T4A0rXxOj>uHJ)5B1B;|5wMd9eVrh z@~5po z@E<pC_%9n&nwXp8YV1mD=M27`rUD#NE5-&j9`!BTR6%XQ=dmK(_~ z{Vc~=5&pwxHNG(>1fMnd;*IO(vzF}QpFl3cfB3A&*TG9{%Vlz$={*u$KEwQQ?-WPw#X`YA= z-)qft*_?O{#$lewX_t3aEyI~*a@w^$zWSQs#rR9+k2vx(4PWZqfWHTm5r=J)oOboK z%!QA_Uvjz#|KUS-gz@)w?Bk#0!pGt-*~jNK7=I%El70NmE_@39l6`z&*fv;CzMZh1 zJhPrWw-;tT`EZtxXBMUBB4L)b4`-QrW;uE;7G@dwaF&Z_mWAiB!pyS|XFfeo7oIIV zPk4dwA;JrVX#xtFX?%+CC9}*-I|sAOOdD`BI2W_k0~;yiaAxD&p-ZV~>{&1N{uo}6|za}&c6hpz87 z$8?Wx6~3K}a}U8^a(Y+%htCuE^4y2;m%a?+EOeY^;o$Q+z6`H+oOX8jJr}+df63|o z_z$0N@MZiu$7yGue`GkWMOXZ17pD<_$-dvEag67-Fbte70^q|RJYo21$7xmyKFlY> z*EmkYZt%m`)AL&Qf%~{PYaRP*(f8uHCm@{cuQl17%U7z;6yDDTT zHz5u=y&C`@9%CH7rT!xqXEVad-d2C(!mma+InB_rmxk=ul5r;ok{Q6FyM5MtFtral)qy^EV!Rny(SQU-(JkSA_F(qH{Y5_Yoc{ zytnXF;r)fHgd2sA7CudQqwuxDw+TNe{I>9C!v7Xd!m09QQYc(5JV&@fxLNpW;ai2D z6n;hcQ{f+llX+2kItlM8Tp~P1c!u!7!nMLD3ZE-{h49V7e-eID_*LN#g})Qdg~Q>? zwuA64!h?nJOEF>m*~06D&lKJ&e24Hu!p{i5A^frM_rkluc=ho0~%rVx7cN5-4xS#NF;qk&J2%jf>weao2j|jgg{GRZ)!g=r)d^!t- z`wEu{PZXXfTrJ!pe1hHy zEIdT`cfvD;4->8zK1TR9;fIA^5Pnzq8{u3ml=!q|gm)DlCOkoSu5gubv+(i4=L%mX ze4FsY!Y>HFE8G=6vQP6s;ZeeCgijaVB>bH4JHlTH(+Bt0>L6SqJWhB&;Y#5ngzpr7 zO!#lY9|(UhoWQ)nr>C=Uf8i0rlZ5vdUM##)_$1*Ags&C8Q}{9AzX^XJ{Jn4jYg%FY zh5HMS5S}Ewzwl|omk3`ke6R46!mkT|D*TghF(!*XonwVp2%jkYN8u-gcL?u<$)4A_ zi||n4F~YNiD}>JzzFPQI;g5xX6vmJ8glQNnyr1wQ;b!6cg#Rl1rtlZSylv<6+d;UG z@WH}$!q*7jDg1>nC-7eXXyJW@4;DU8_!{9mg&!AwMfhXke+zS+!>6IA@L=KJ3C|K< zD7;a4oAA5B-wL#_zmIDg!^Ny-Ct{@@M7U+;kCkN2wyC` zMfi5%2Zf&&eqHz@;qQcVu!!T+xsz~D;X%S9geMBm5nd=OHw(Wc{J!va!ts95bvp_76CN&nxbRWJrwTtH{EYBh!e0pQ5ZhSKxuwzD^Frai!ezp>!bb|9BD_)fI^lbS|04XV@W;Y~21RMB7d}S#OySFfZxX&= z_-Wxcg+CYmMY!E=Q5tp@9wPiZ;hDmR3D*lBBYdXtWx_WJ-!J^M@SDP)3-7vnl;&Z= z6NKjqR|z)@Zxy~<_|L+x2!AB}gK+*HQF^)xj}o3Dyi|Cr@SDN|2S+-agpU_KPxu<) zH-*0t-g!u*bChto@EqX^;X2_Xg-;SbS9r7VAB7(meo^=x;m?JC63!nQrN5JKAK{_G z`v^}HK2Z2l;cdd(g`X9ETlh<1Zl3aXroC{HFrMfNp3O5KJD}1}~ zBf>8VzbE{yaNe-!x`o1hh0BB|3eOWhMR=p|b;9=u|3&y0;dW(FdUh6`D~xv!gl()@ z_;}&Fh5s!4ittCmy@p3R2Mg~bJVW?6;d6wq6#j$oL&DDs|3mm|;hYgsdO8YE7Cu0D ziSR1nlZEdSeoFWa;eQJE9vP*fM0lL=e!`W)M+mPIK3n(-;ai125dK~`F)B(=XW{><3n@Ls}=!fS;$2yYg?MR>dLv%+r+ ze<>X78KrHwaJle&;Zub#7TzZOj_}vQxqC&|DirP~JVLlZc&+f+!cPdlE?l^Gbgh2E zBZMalFA%O3K1%pB;Z4Ff3g0jMjPTpSUkT^z6QwgF+*kNe;d_rLBkX9>V(w&lIi@ZWLZ8e2(x{!nX@QD*QL$ z4~2gaPECl?++BFCaJBFX;gf_f6y7R)kMI-1uM7WE_&>t!CPr!7MYvcPKe7<|OLK&) zgj0%>6s*afbde`BZW^DzC`#2;XesKE&P`7m%_10 zQF`_jK3MoX;cJBN6#haum>lWsAiS^e!NPUIM+=`Re7W!~!Vd~RFZ{0Xx5Du$QQA5S z4-g(DJXQE0;bp>Wgzpf3O!#Ht_EV!Y^cFryc$x4T;WLCU6TVrv&AyTT9>V(yA0S*U ze1z~Z!lwyeBz%qVAA}zeeoFXN;SYqr5$1zQey&|0++BEpaGCHp;hDk*3ojL3A$*+h zS;ChJUoU)*@Z-WS3BN16L%3jil*b;zgM>#4mkZAot`u$%K3e!R;f=yugzpf3Sok^N zw}d|v{z*7BBg$77;eNuygvSZb5X3s(v^2%jQ+ zmhkz)n}qKazEAjJ;lB&NEBvwWm%{%ME|?vaLoeaM!utr%5I$76Uif(7bA_)GzD@XH z;TMG875+we;C@k>M+q+%K3ez;;Y)>Y6#j?s*TOk-qHA>&?ju|(JYIN}@X5j#3U3j< zOZai&mxVtR{+DoaZj{b0!UKd45v~(nBYe8>gTl`Vza#vWaQ}Hx8b%0D68^pLX~LHX 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 -Y5DW_YXeN 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%0D%?wI|zS=;E%kU&q>HX6@N69Y(Mz+C?)#` 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 C+~M{B literal 2151944 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∈?>CZth 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
dzm{L{5^$mb6>l^2+0DSeP81UwcyKY(n92wg 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�<0M#JHi52E8Me9*VY7;$_3sGn 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Ⓢ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

c>aDVvIBaF!@e!Y(E@-PhZ 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 VlrSCICq+1x)*&Ujo /home/mithras/Documents/bakalarka/build/.bin_timestamp +build .bin_timestamp: CUSTOM_COMMAND bakalarka.elf || _project_elf_src bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + COMMAND = cd /home/mithras/esp/bakalarka/build && python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode dio --flash_freq 40m --flash_size 4MB --elf-sha256-offset 0xb0 -o /home/mithras/esp/bakalarka/build/bakalarka.bin bakalarka.elf && /usr/bin/cmake -E echo "Generated /home/mithras/esp/bakalarka/build/bakalarka.bin" && /usr/bin/cmake -E md5sum /home/mithras/esp/bakalarka/build/bakalarka.bin > /home/mithras/esp/bakalarka/build/.bin_timestamp DESC = Generating binary image from built executable restat = 1 @@ -192,7 +197,7 @@ build .bin_timestamp: CUSTOM_COMMAND bakalarka.elf || _project_elf_src bakalarka # Custom command for project_elf_src.c build project_elf_src.c: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build && /usr/bin/cmake -E touch /home/mithras/Documents/bakalarka/build/project_elf_src.c + COMMAND = cd /home/mithras/esp/bakalarka/build && /usr/bin/cmake -E touch /home/mithras/esp/bakalarka/build/project_elf_src.c DESC = Generating project_elf_src.c restat = 1 @@ -200,19 +205,19 @@ build project_elf_src.c: CUSTOM_COMMAND # Custom command for CMakeFiles/menuconfig build CMakeFiles/menuconfig: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --env-file /home/mithras/Documents/bakalarka/build/config.env && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/Documents/bakalarka/sdkconfig --defaults /home/mithras/Documents/bakalarka/sdkconfig.defaults --env-file /home/mithras/Documents/bakalarka/build/config.env --env IDF_TARGET=esp32 --dont-write-deprecated --output config /home/mithras/Documents/bakalarka/sdkconfig && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/check_term.py && /usr/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/home/mithras/Documents/bakalarka/build/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/home/mithras/Documents/bakalarka/build/kconfigs_projbuild.in IDF_CMAKE=y KCONFIG_CONFIG=/home/mithras/Documents/bakalarka/sdkconfig IDF_TARGET=esp32 /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/menuconfig.py /home/mithras/esp/esp-idf/Kconfig && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/Documents/bakalarka/sdkconfig --defaults /home/mithras/Documents/bakalarka/sdkconfig.defaults --env-file /home/mithras/Documents/bakalarka/build/config.env --env IDF_TARGET=esp32 --output config /home/mithras/Documents/bakalarka/sdkconfig + COMMAND = cd /home/mithras/esp/bakalarka/build && python /home/mithras/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --env-file /home/mithras/esp/bakalarka/build/config.env && python /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/esp/bakalarka/sdkconfig --defaults /home/mithras/esp/bakalarka/sdkconfig.defaults --env-file /home/mithras/esp/bakalarka/build/config.env --env IDF_TARGET=esp32 --dont-write-deprecated --output config /home/mithras/esp/bakalarka/sdkconfig && python /home/mithras/esp/esp-idf/tools/check_term.py && /usr/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/home/mithras/esp/bakalarka/build/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/home/mithras/esp/bakalarka/build/kconfigs_projbuild.in IDF_CMAKE=y KCONFIG_CONFIG=/home/mithras/esp/bakalarka/sdkconfig IDF_TARGET=esp32 python /home/mithras/esp/esp-idf/tools/kconfig_new/menuconfig.py /home/mithras/esp/esp-idf/Kconfig && python /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/esp/bakalarka/sdkconfig --defaults /home/mithras/esp/bakalarka/sdkconfig.defaults --env-file /home/mithras/esp/bakalarka/build/config.env --env IDF_TARGET=esp32 --output config /home/mithras/esp/bakalarka/sdkconfig pool = console ############################################# # Phony custom command for CMakeFiles/app -build CMakeFiles/app: phony || _project_elf_src bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl/liblvgl.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary +build CMakeFiles/app: phony || _project_elf_src bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary ############################################# # Custom command for CMakeFiles/erase_flash build CMakeFiles/erase_flash: CUSTOM_COMMAND - COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="erase_flash" -P run_esptool.cmake + COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="erase_flash" -P run_esptool.cmake pool = console ############################################# @@ -224,7 +229,7 @@ build CMakeFiles/bootloader: phony CMakeFiles/bootloader-complete || esp-idf/par # Custom command for CMakeFiles/bootloader-complete build CMakeFiles/bootloader-complete bootloader-prefix/src/bootloader-stamp/bootloader-done: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-install bootloader-prefix/src/bootloader-stamp/bootloader-mkdir bootloader-prefix/src/bootloader-stamp/bootloader-download bootloader-prefix/src/bootloader-stamp/bootloader-update bootloader-prefix/src/bootloader-stamp/bootloader-patch bootloader-prefix/src/bootloader-stamp/bootloader-configure bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader-prefix/src/bootloader-stamp/bootloader-install || esp-idf/partition_table/partition_table - COMMAND = cd /home/mithras/Documents/bakalarka/build && /usr/bin/cmake -E make_directory /home/mithras/Documents/bakalarka/build/CMakeFiles && /usr/bin/cmake -E touch /home/mithras/Documents/bakalarka/build/CMakeFiles/bootloader-complete && /usr/bin/cmake -E touch /home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-done + COMMAND = cd /home/mithras/esp/bakalarka/build && /usr/bin/cmake -E make_directory /home/mithras/esp/bakalarka/build/CMakeFiles && /usr/bin/cmake -E touch /home/mithras/esp/bakalarka/build/CMakeFiles/bootloader-complete && /usr/bin/cmake -E touch /home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-done DESC = Completed 'bootloader' restat = 1 @@ -232,7 +237,7 @@ build CMakeFiles/bootloader-complete bootloader-prefix/src/bootloader-stamp/boot # Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-install build bootloader-prefix/src/bootloader-stamp/bootloader-install: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-build || esp-idf/partition_table/partition_table - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-install + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-install DESC = No install step for 'bootloader' restat = 1 @@ -240,7 +245,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-install: CUSTOM_COMMAND # Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-mkdir build bootloader-prefix/src/bootloader-stamp/bootloader-mkdir: CUSTOM_COMMAND || esp-idf/partition_table/partition_table - COMMAND = cd /home/mithras/Documents/bakalarka/build && /usr/bin/cmake -E make_directory /home/mithras/esp/esp-idf/components/bootloader/subproject && /usr/bin/cmake -E make_directory /home/mithras/Documents/bakalarka/build/bootloader && /usr/bin/cmake -E make_directory /home/mithras/Documents/bakalarka/build/bootloader-prefix && /usr/bin/cmake -E make_directory /home/mithras/Documents/bakalarka/build/bootloader-prefix/tmp && /usr/bin/cmake -E make_directory /home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp && /usr/bin/cmake -E make_directory /home/mithras/Documents/bakalarka/build/bootloader-prefix/src && /usr/bin/cmake -E touch /home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir + COMMAND = cd /home/mithras/esp/bakalarka/build && /usr/bin/cmake -E make_directory /home/mithras/esp/esp-idf/components/bootloader/subproject && /usr/bin/cmake -E make_directory /home/mithras/esp/bakalarka/build/bootloader && /usr/bin/cmake -E make_directory /home/mithras/esp/bakalarka/build/bootloader-prefix && /usr/bin/cmake -E make_directory /home/mithras/esp/bakalarka/build/bootloader-prefix/tmp && /usr/bin/cmake -E make_directory /home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp && /usr/bin/cmake -E make_directory /home/mithras/esp/bakalarka/build/bootloader-prefix/src && /usr/bin/cmake -E touch /home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir DESC = Creating directories for 'bootloader' restat = 1 @@ -248,7 +253,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-mkdir: CUSTOM_COMMAND || # Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-download build bootloader-prefix/src/bootloader-stamp/bootloader-download: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-mkdir || esp-idf/partition_table/partition_table - COMMAND = cd /home/mithras/Documents/bakalarka/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-download + COMMAND = cd /home/mithras/esp/bakalarka/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-download DESC = No download step for 'bootloader' restat = 1 @@ -256,7 +261,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-download: CUSTOM_COMMAND # Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-update build bootloader-prefix/src/bootloader-stamp/bootloader-update: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-download || esp-idf/partition_table/partition_table - COMMAND = cd /home/mithras/Documents/bakalarka/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-update + COMMAND = cd /home/mithras/esp/bakalarka/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-update DESC = No update step for 'bootloader' restat = 1 @@ -264,7 +269,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-update: CUSTOM_COMMAND b # Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-patch build bootloader-prefix/src/bootloader-stamp/bootloader-patch: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-download || esp-idf/partition_table/partition_table - COMMAND = cd /home/mithras/Documents/bakalarka/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch + COMMAND = cd /home/mithras/esp/bakalarka/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch DESC = No patch step for 'bootloader' restat = 1 @@ -272,7 +277,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-patch: CUSTOM_COMMAND bo # Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-configure build bootloader-prefix/src/bootloader-stamp/bootloader-configure: CUSTOM_COMMAND bootloader-prefix/tmp/bootloader-cfgcmd.txt bootloader-prefix/src/bootloader-stamp/bootloader-update bootloader-prefix/src/bootloader-stamp/bootloader-patch || esp-idf/partition_table/partition_table - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /usr/bin/cmake -DSDKCONFIG=/home/mithras/Documents/bakalarka/sdkconfig -DIDF_PATH=/home/mithras/esp/esp-idf -DIDF_TARGET=esp32 -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python -DEXTRA_COMPONENT_DIRS=/home/mithras/esp/esp-idf/components/bootloader -DLEGACY_INCLUDE_COMMON_HEADERS= -GNinja /home/mithras/esp/esp-idf/components/bootloader/subproject && /usr/bin/cmake -E touch /home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && /usr/bin/cmake -DSDKCONFIG=/home/mithras/esp/bakalarka/sdkconfig -DIDF_PATH=/home/mithras/esp/esp-idf -DIDF_TARGET=esp32 -DPYTHON_DEPS_CHECKED=1 -DPYTHON=python -DEXTRA_COMPONENT_DIRS=/home/mithras/esp/esp-idf/components/bootloader -DLEGACY_INCLUDE_COMMON_HEADERS= -GNinja /home/mithras/esp/esp-idf/components/bootloader/subproject && /usr/bin/cmake -E touch /home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure DESC = Performing configure step for 'bootloader' restat = 1 @@ -280,31 +285,37 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-configure: CUSTOM_COMMAN # Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-build build bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader/bootloader.elf bootloader/bootloader.bin bootloader/bootloader.map: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-configure || esp-idf/partition_table/partition_table - COMMAND = cd /home/mithras/Documents/bakalarka/build/bootloader && /usr/bin/cmake --build . + COMMAND = cd /home/mithras/esp/bakalarka/build/bootloader && /usr/bin/cmake --build . DESC = Performing build step for 'bootloader' restat = 1 ############################################# # Custom command for CMakeFiles/flash -build CMakeFiles/flash: CUSTOM_COMMAND || _project_elf_src app bakalarka.elf bootloader esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl/liblvgl.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/partition_table/partition_table esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @flash_args" -D WORKING_DIRECTORY="/home/mithras/Documents/bakalarka/build" -P /home/mithras/esp/esp-idf/components/esptool_py/run_esptool.cmake +build CMakeFiles/flash: CUSTOM_COMMAND || _project_elf_src app bakalarka.elf bootloader esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/partition_table/partition_table esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary + COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @flash_args" -D WORKING_DIRECTORY="/home/mithras/esp/bakalarka/build" -P /home/mithras/esp/esp-idf/components/esptool_py/run_esptool.cmake pool = console ############################################# # Custom command for CMakeFiles/confserver build CMakeFiles/confserver: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --env-file /home/mithras/Documents/bakalarka/build/config.env && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/kconfig_new/confserver.py --env-file /home/mithras/Documents/bakalarka/build/config.env --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/Documents/bakalarka/sdkconfig + COMMAND = cd /home/mithras/esp/bakalarka/build && python /home/mithras/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --env-file /home/mithras/esp/bakalarka/build/config.env && python /home/mithras/esp/esp-idf/tools/kconfig_new/confserver.py --env-file /home/mithras/esp/bakalarka/build/config.env --kconfig /home/mithras/esp/esp-idf/Kconfig --sdkconfig-rename /home/mithras/esp/esp-idf/sdkconfig.rename --config /home/mithras/esp/bakalarka/sdkconfig pool = console ############################################# # Custom command for CMakeFiles/monitor build CMakeFiles/monitor: CUSTOM_COMMAND - COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D IDF_MONITOR="/home/mithras/esp/esp-idf/tools/idf_monitor.py" -D ELF_FILE="bakalarka.elf" -D WORKING_DIRECTORY="/home/mithras/Documents/bakalarka/build" -P run_idf_monitor.cmake + COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D IDF_MONITOR="/home/mithras/esp/esp-idf/tools/idf_monitor.py" -D ELF_FILE="bakalarka.elf" -D WORKING_DIRECTORY="/home/mithras/esp/bakalarka/build" -P run_idf_monitor.cmake pool = console +############################################# +# Custom command for CMakeFiles/encrypted-flash + +build CMakeFiles/encrypted-flash: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build && /usr/bin/cmake -E echo "Error: The target encrypted-flash requires" && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/mithras/esp/esp-idf/tools/cmake/scripts/fail.cmake + ############################################# # Phony custom command for CMakeFiles/_project_elf_src @@ -313,23 +324,23 @@ build CMakeFiles/_project_elf_src: phony project_elf_src.c ############################################# # Custom command for CMakeFiles/size -build CMakeFiles/size: CUSTOM_COMMAND bakalarka.elf || _project_elf_src bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl/liblvgl.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a - COMMAND = cd /home/mithras/Documents/bakalarka/build && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/idf_size.py /home/mithras/Documents/bakalarka/build/bakalarka.map +build CMakeFiles/size: CUSTOM_COMMAND bakalarka.elf || _project_elf_src bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + COMMAND = cd /home/mithras/esp/bakalarka/build && python /home/mithras/esp/esp-idf/tools/idf_size.py --target esp32 /home/mithras/esp/bakalarka/build/bakalarka.map ############################################# # Custom command for CMakeFiles/size-components -build CMakeFiles/size-components: CUSTOM_COMMAND bakalarka.elf || _project_elf_src bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl/liblvgl.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a - COMMAND = cd /home/mithras/Documents/bakalarka/build && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/idf_size.py --archives /home/mithras/Documents/bakalarka/build/bakalarka.map +build CMakeFiles/size-components: CUSTOM_COMMAND bakalarka.elf || _project_elf_src bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + COMMAND = cd /home/mithras/esp/bakalarka/build && python /home/mithras/esp/esp-idf/tools/idf_size.py --target esp32 --archives /home/mithras/esp/bakalarka/build/bakalarka.map ############################################# # Custom command for CMakeFiles/size-files -build CMakeFiles/size-files: CUSTOM_COMMAND bakalarka.elf || _project_elf_src bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl/liblvgl.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a - COMMAND = cd /home/mithras/Documents/bakalarka/build && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/idf_size.py --files /home/mithras/Documents/bakalarka/build/bakalarka.map +build CMakeFiles/size-files: CUSTOM_COMMAND bakalarka.elf || _project_elf_src bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + COMMAND = cd /home/mithras/esp/bakalarka/build && python /home/mithras/esp/esp-idf/tools/idf_size.py --target esp32 --files /home/mithras/esp/bakalarka/build/bakalarka.map # ============================================================================= # Write statements declared in CMakeLists.txt: -# /home/mithras/Documents/bakalarka/CMakeLists.txt +# /home/mithras/esp/bakalarka/CMakeLists.txt # ============================================================================= @@ -337,7 +348,7 @@ build CMakeFiles/size-files: CUSTOM_COMMAND bakalarka.elf || _project_elf_src ba # Utility command for install/strip build esp-idf/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -347,7 +358,7 @@ build esp-idf/install/strip: phony esp-idf/CMakeFiles/install/strip.util # Utility command for install build esp-idf/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -357,7 +368,7 @@ build esp-idf/install: phony esp-idf/CMakeFiles/install.util # Utility command for install/local build esp-idf/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -372,7 +383,7 @@ build esp-idf/list_install_components: phony # Utility command for edit_cache build esp-idf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util @@ -381,7 +392,7 @@ build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -396,7 +407,7 @@ build esp-idf/rebuild_cache: phony esp-idf/CMakeFiles/rebuild_cache.util # Utility command for install/strip build esp-idf/xtensa/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/xtensa/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/xtensa && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/xtensa && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -406,7 +417,7 @@ build esp-idf/xtensa/install/strip: phony esp-idf/xtensa/CMakeFiles/install/stri # Utility command for edit_cache build esp-idf/xtensa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/xtensa && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/xtensa && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/xtensa/edit_cache: phony esp-idf/xtensa/CMakeFiles/edit_cache.util @@ -417,43 +428,49 @@ build esp-idf/xtensa/edit_cache: phony esp-idf/xtensa/CMakeFiles/edit_cache.util ############################################# # Order-only phony target for __idf_xtensa -build cmake_object_order_depends_target___idf_xtensa: phony || cmake_object_order_depends_target___idf_soc +build cmake_object_order_depends_target___idf_xtensa: phony || cmake_object_order_depends_target___idf_mbedtls build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj: C_COMPILER____idf_xtensa /home/mithras/esp/esp-idf/components/xtensa/debug_helpers.c || cmake_object_order_depends_target___idf_xtensa DEP_FILE = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir OBJECT_FILE_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj: ASM_COMPILER____idf_xtensa /home/mithras/esp/esp-idf/components/xtensa/debug_helpers_asm.S || cmake_object_order_depends_target___idf_xtensa DEP_FILE = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir OBJECT_FILE_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa_asm.S.obj: ASM_COMPILER____idf_xtensa /home/mithras/esp/esp-idf/components/xtensa/expression_with_stack_xtensa_asm.S || cmake_object_order_depends_target___idf_xtensa DEP_FILE = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa_asm.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir OBJECT_FILE_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj: C_COMPILER____idf_xtensa /home/mithras/esp/esp-idf/components/xtensa/expression_with_stack_xtensa.c || cmake_object_order_depends_target___idf_xtensa DEP_FILE = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir OBJECT_FILE_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj: C_COMPILER____idf_xtensa /home/mithras/esp/esp-idf/components/xtensa/eri.c || cmake_object_order_depends_target___idf_xtensa DEP_FILE = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir OBJECT_FILE_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj: C_COMPILER____idf_xtensa /home/mithras/esp/esp-idf/components/xtensa/trax.c || cmake_object_order_depends_target___idf_xtensa DEP_FILE = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir OBJECT_FILE_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir +build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/esp32/trax_init.c.obj: C_COMPILER____idf_xtensa /home/mithras/esp/esp-idf/components/xtensa/esp32/trax_init.c || cmake_object_order_depends_target___idf_xtensa + DEP_FILE = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/esp32/trax_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir + OBJECT_FILE_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/esp32 # ============================================================================= # Link build statements for STATIC_LIBRARY target __idf_xtensa @@ -462,7 +479,7 @@ build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj: C_COMPILER____idf_x ############################################# # Link the static library esp-idf/xtensa/libxtensa.a -build esp-idf/xtensa/libxtensa.a: CXX_STATIC_LIBRARY_LINKER____idf_xtensa esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa_asm.S.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj || esp-idf/soc/libsoc.a +build esp-idf/xtensa/libxtensa.a: CXX_STATIC_LIBRARY_LINKER____idf_xtensa esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa_asm.S.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/esp32/trax_init.c.obj || esp-idf/mbedtls/libmbedtls.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir POST_BUILD = : @@ -474,7 +491,7 @@ build esp-idf/xtensa/libxtensa.a: CXX_STATIC_LIBRARY_LINKER____idf_xtensa esp-id # Utility command for rebuild_cache build esp-idf/xtensa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/xtensa && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/xtensa && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -489,7 +506,7 @@ build esp-idf/xtensa/list_install_components: phony # Utility command for install/local build esp-idf/xtensa/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/xtensa/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/xtensa && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/xtensa && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -499,7 +516,7 @@ build esp-idf/xtensa/install/local: phony esp-idf/xtensa/CMakeFiles/install/loca # Utility command for install build esp-idf/xtensa/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/xtensa/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/xtensa && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/xtensa && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -510,1167 +527,90 @@ build esp-idf/xtensa/install: phony esp-idf/xtensa/CMakeFiles/install.util # ============================================================================= -############################################# -# Utility command for install/strip - -build esp-idf/esp_rom/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_rom/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_rom && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/esp_rom/install/strip: phony esp-idf/esp_rom/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_rom && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.util - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_rom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_rom && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_rom/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/esp_rom/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_rom/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_rom && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/esp_rom/install/local: phony esp-idf/esp_rom/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/esp_rom/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_rom/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_rom && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/esp_rom/install: phony esp-idf/esp_rom/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/soc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/soc/install/strip: phony esp-idf/soc/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_soc - - -############################################# -# Order-only phony target for __idf_soc - -build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_depends_target_soc_esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/memory_layout_utils.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/lldesc.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/rmt_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/rtc_io_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/dac_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/adc_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal_iram.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/touch_sensor_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/soc_include_legacy_warn.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/pcnt_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/i2s_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/sigmadelta_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/timer_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal_iram.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal_iram.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/gpio_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal_iram.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/compare_set.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/can_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/mcpwm_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/sdio_slave_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/brownout_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/cpu_util.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk_init.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_init.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_pm.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_sleep.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_time.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_wdt.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/sdio_slave_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/soc_memory_layout.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/touch_sensor_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 -build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/emac_hal.c || cmake_object_order_depends_target___idf_soc - DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_soc - - -############################################# -# Link the static library esp-idf/soc/libsoc.a - -build esp-idf/soc/libsoc.a: CXX_STATIC_LIBRARY_LINKER____idf_soc esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj || esp-idf/soc/soc/esp32/libsoc_esp32.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/soc/libsoc.a - TARGET_PDB = soc.a.dbg - -############################################# -# Utility command for list_install_components - -build esp-idf/soc/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/soc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/soc/install/local: phony esp-idf/soc/CMakeFiles/install/local.util - -############################################# -# Utility command for rebuild_cache - -build esp-idf/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for install - -build esp-idf/soc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/soc/install: phony esp-idf/soc/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/soc/src/esp32/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/src/esp32/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/soc/src/esp32/install/strip: phony esp-idf/soc/src/esp32/CMakeFiles/install/strip.util - -############################################# -# Utility command for install - -build esp-idf/soc/src/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/src/esp32/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32 && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/soc/src/esp32/install: phony esp-idf/soc/src/esp32/CMakeFiles/install.util - -############################################# -# Utility command for install/local - -build esp-idf/soc/src/esp32/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/src/esp32/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/soc/src/esp32/install/local: phony esp-idf/soc/src/esp32/CMakeFiles/install/local.util - -############################################# -# Utility command for list_install_components - -build esp-idf/soc/src/esp32/list_install_components: phony - -############################################# -# Utility command for edit_cache - -build esp-idf/soc/src/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/soc/src/esp32/edit_cache: phony esp-idf/soc/src/esp32/CMakeFiles/edit_cache.util - -############################################# -# Utility command for rebuild_cache - -build esp-idf/soc/src/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32 && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/soc/src/esp32/rebuild_cache: phony esp-idf/soc/src/esp32/CMakeFiles/rebuild_cache.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/soc/soc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/soc/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/soc/soc/install/strip: phony esp-idf/soc/soc/CMakeFiles/install/strip.util - -############################################# -# Utility command for install - -build esp-idf/soc/soc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/soc/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/soc/soc/install: phony esp-idf/soc/soc/CMakeFiles/install.util - -############################################# -# Utility command for install/local - -build esp-idf/soc/soc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/soc/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/soc/soc/install/local: phony esp-idf/soc/soc/CMakeFiles/install/local.util - -############################################# -# Utility command for list_install_components - -build esp-idf/soc/soc/list_install_components: phony - -############################################# -# Utility command for edit_cache - -build esp-idf/soc/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/soc/soc/edit_cache: phony esp-idf/soc/soc/CMakeFiles/edit_cache.util - -############################################# -# Utility command for rebuild_cache - -build esp-idf/soc/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/soc/soc/rebuild_cache: phony esp-idf/soc/soc/CMakeFiles/rebuild_cache.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/components/soc/soc/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/soc/soc/esp32/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/soc/esp32/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/soc/soc/esp32/install/strip: phony esp-idf/soc/soc/esp32/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/soc/soc/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/soc/soc/esp32/edit_cache: phony esp-idf/soc/soc/esp32/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target soc_esp32 - - -############################################# -# Order-only phony target for soc_esp32 - -build cmake_object_order_depends_target_soc_esp32: phony || cmake_object_order_depends_target___idf_esp_eth -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/adc_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/dac_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/gpio_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_io_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdio_slave_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdmmc_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/interrupts.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/spi_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/ledc_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2s_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2c_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/uart_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/touch_sensor_periph.c || cmake_object_order_depends_target_soc_esp32 - DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target soc_esp32 - - -############################################# -# Link the static library esp-idf/soc/soc/esp32/libsoc_esp32.a - -build esp-idf/soc/soc/esp32/libsoc_esp32.a: CXX_STATIC_LIBRARY_LINKER__soc_esp32 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj || esp-idf/esp_eth/libesp_eth.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/soc/soc/esp32/libsoc_esp32.a - TARGET_PDB = soc_esp32.a.dbg - -############################################# -# Utility command for rebuild_cache - -build esp-idf/soc/soc/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32 && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/soc/soc/esp32/rebuild_cache: phony esp-idf/soc/soc/esp32/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/soc/soc/esp32/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/soc/soc/esp32/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/soc/esp32/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/soc/soc/esp32/install/local: phony esp-idf/soc/soc/esp32/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/soc/soc/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/soc/esp32/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32 && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/soc/soc/esp32/install: phony esp-idf/soc/soc/esp32/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_eth/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_eth/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_eth && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/esp_eth/install/strip: phony esp-idf/esp_eth/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_eth/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_eth && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/esp_eth/edit_cache: phony esp-idf/esp_eth/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_eth - - -############################################# -# Order-only phony target for __idf_esp_eth - -build cmake_object_order_depends_target___idf_esp_eth: phony || cmake_object_order_depends_target___idf_tcpip_adapter -build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth.c || cmake_object_order_depends_target___idf_esp_eth - DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -std=gnu11 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir - OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src -build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy.c || cmake_object_order_depends_target___idf_esp_eth - DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir - OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src -build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c || cmake_object_order_depends_target___idf_esp_eth - DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir - OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src -build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_mac_esp32.c || cmake_object_order_depends_target___idf_esp_eth - DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir - OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src -build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c || cmake_object_order_depends_target___idf_esp_eth - DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir - OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src -build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c || cmake_object_order_depends_target___idf_esp_eth - DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir - OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src -build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_lan8720.c || cmake_object_order_depends_target___idf_esp_eth - DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir - OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src -build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c || cmake_object_order_depends_target___idf_esp_eth - DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir - OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_eth - - -############################################# -# Link the static library esp-idf/esp_eth/libesp_eth.a - -build esp-idf/esp_eth/libesp_eth.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_eth esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj || esp-idf/tcpip_adapter/libtcpip_adapter.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/esp_eth/libesp_eth.a - TARGET_PDB = esp_eth.a.dbg - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_eth/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_eth && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/esp_eth/rebuild_cache: phony esp-idf/esp_eth/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_eth/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/esp_eth/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_eth/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_eth && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/esp_eth/install/local: phony esp-idf/esp_eth/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/esp_eth/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_eth/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_eth && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/esp_eth/install: phony esp-idf/esp_eth/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/tcpip_adapter/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/tcpip_adapter/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/tcpip_adapter/install/strip: phony esp-idf/tcpip_adapter/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/tcpip_adapter/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/tcpip_adapter/edit_cache: phony esp-idf/tcpip_adapter/CMakeFiles/edit_cache.util - -############################################# -# Utility command for rebuild_cache - -build esp-idf/tcpip_adapter/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/tcpip_adapter/rebuild_cache: phony esp-idf/tcpip_adapter/CMakeFiles/rebuild_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_tcpip_adapter - - -############################################# -# Order-only phony target for __idf_tcpip_adapter - -build cmake_object_order_depends_target___idf_tcpip_adapter: phony || cmake_object_order_depends_target___idf_esp_netif -build esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj: C_COMPILER____idf_tcpip_adapter /home/mithras/esp/esp-idf/components/tcpip_adapter/tcpip_adapter_compat.c || cmake_object_order_depends_target___idf_tcpip_adapter - DEP_FILE = esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir - OBJECT_FILE_DIR = esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_tcpip_adapter - - -############################################# -# Link the static library esp-idf/tcpip_adapter/libtcpip_adapter.a - -build esp-idf/tcpip_adapter/libtcpip_adapter.a: CXX_STATIC_LIBRARY_LINKER____idf_tcpip_adapter esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj || esp-idf/esp_netif/libesp_netif.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/tcpip_adapter/libtcpip_adapter.a - TARGET_PDB = tcpip_adapter.a.dbg - -############################################# -# Utility command for list_install_components - -build esp-idf/tcpip_adapter/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/tcpip_adapter/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/tcpip_adapter/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/tcpip_adapter/install/local: phony esp-idf/tcpip_adapter/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/tcpip_adapter/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/tcpip_adapter/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/tcpip_adapter/install: phony esp-idf/tcpip_adapter/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_netif/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_netif && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/esp_netif/install/strip: phony esp-idf/esp_netif/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_netif/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_netif && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/esp_netif/edit_cache: phony esp-idf/esp_netif/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_netif - - -############################################# -# Order-only phony target for __idf_esp_netif - -build cmake_object_order_depends_target___idf_esp_netif: phony || cmake_object_order_depends_target___idf_esp_event -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_handlers.c || cmake_object_order_depends_target___idf_esp_netif - DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir - OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_objects.c || cmake_object_order_depends_target___idf_esp_netif - DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir - OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_defaults.c || cmake_object_order_depends_target___idf_esp_netif - DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir - OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c || cmake_object_order_depends_target___idf_esp_netif - DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir - OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_ppp.c || cmake_object_order_depends_target___idf_esp_netif - DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir - OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/loopback/esp_netif_loopback.c || cmake_object_order_depends_target___idf_esp_netif - DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir - OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c || cmake_object_order_depends_target___idf_esp_netif - DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir - OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_sta_list.c || cmake_object_order_depends_target___idf_esp_netif - DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir - OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_netif - - -############################################# -# Link the static library esp-idf/esp_netif/libesp_netif.a - -build esp-idf/esp_netif/libesp_netif.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_netif esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj || esp-idf/esp_event/libesp_event.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/esp_netif/libesp_netif.a - TARGET_PDB = esp_netif.a.dbg - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_netif/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_netif && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/esp_netif/rebuild_cache: phony esp-idf/esp_netif/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_netif/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/esp_netif/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_netif && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/esp_netif/install/local: phony esp-idf/esp_netif/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/esp_netif/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_netif && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/esp_netif/install: phony esp-idf/esp_netif/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_event/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_event/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_event && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/esp_event/install/strip: phony esp-idf/esp_event/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_event/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_event && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/esp_event/edit_cache: phony esp-idf/esp_event/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_event - - -############################################# -# Order-only phony target for __idf_esp_event - -build cmake_object_order_depends_target___idf_esp_event: phony || cmake_object_order_depends_target_mbedx509 -build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj: C_COMPILER____idf_esp_event /home/mithras/esp/esp-idf/components/esp_event/default_event_loop.c || cmake_object_order_depends_target___idf_esp_event - DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir - OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir -build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj: C_COMPILER____idf_esp_event /home/mithras/esp/esp-idf/components/esp_event/esp_event.c || cmake_object_order_depends_target___idf_esp_event - DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir - OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir -build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj: C_COMPILER____idf_esp_event /home/mithras/esp/esp-idf/components/esp_event/esp_event_private.c || cmake_object_order_depends_target___idf_esp_event - DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir - OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir -build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj: C_COMPILER____idf_esp_event /home/mithras/esp/esp-idf/components/esp_event/event_loop_legacy.c || cmake_object_order_depends_target___idf_esp_event - DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir - OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir -build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj: C_COMPILER____idf_esp_event /home/mithras/esp/esp-idf/components/esp_event/event_send.c || cmake_object_order_depends_target___idf_esp_event - DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir - OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_event - - -############################################# -# Link the static library esp-idf/esp_event/libesp_event.a - -build esp-idf/esp_event/libesp_event.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_event esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedx509.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/esp_event/libesp_event.a - TARGET_PDB = esp_event.a.dbg - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_event/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_event && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/esp_event/rebuild_cache: phony esp-idf/esp_event/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_event/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/esp_event/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_event/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_event && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/esp_event/install/local: phony esp-idf/esp_event/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/esp_event/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_event/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_event && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/esp_event/install: phony esp-idf/esp_event/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - ############################################# # Utility command for install/strip build esp-idf/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 build esp-idf/mbedtls/install/strip: phony esp-idf/mbedtls/CMakeFiles/install/strip.util +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/mbedtls/install/local: phony esp-idf/mbedtls/CMakeFiles/install/local.util + +############################################# +# Utility command for install + +build esp-idf/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/mbedtls/install: phony esp-idf/mbedtls/CMakeFiles/install.util +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_mbedtls + + +############################################# +# Order-only phony target for __idf_mbedtls + +build cmake_object_order_depends_target___idf_mbedtls: phony || cmake_object_order_depends_target_mbedx509 esp-idf/mbedtls/x509_crt_bundle x509_crt_bundle.S +build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj: C_COMPILER____idf_mbedtls /home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c || cmake_object_order_depends_target___idf_mbedtls + DEP_FILE = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle +build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj: ASM_COMPILER____idf_mbedtls x509_crt_bundle.S || cmake_object_order_depends_target___idf_mbedtls + DEP_FILE = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__ + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_mbedtls + + +############################################# +# Link the static library esp-idf/mbedtls/libmbedtls.a + +build esp-idf/mbedtls/libmbedtls.a: CXX_STATIC_LIBRARY_LINKER____idf_mbedtls esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj || esp-idf/mbedtls/mbedtls/library/libmbedx509.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/mbedtls/libmbedtls.a + TARGET_PDB = mbedtls.a.dbg + ############################################# # Utility command for edit_cache build esp-idf/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/mbedtls/edit_cache: phony esp-idf/mbedtls/CMakeFiles/edit_cache.util +############################################# +# Utility command for custom_bundle + +build esp-idf/mbedtls/custom_bundle: phony + ############################################# # Utility command for rebuild_cache build esp-idf/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1682,24 +622,20 @@ build esp-idf/mbedtls/rebuild_cache: phony esp-idf/mbedtls/CMakeFiles/rebuild_ca build esp-idf/mbedtls/list_install_components: phony ############################################# -# Utility command for install/local +# Custom command for x509_crt_bundle.S -build esp-idf/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console +build x509_crt_bundle.S: CUSTOM_COMMAND /home/mithras/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake esp-idf/mbedtls/x509_crt_bundle || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = cd /home/mithras/esp/bakalarka/build && /usr/bin/cmake -D DATA_FILE=/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/x509_crt_bundle -D SOURCE_FILE=/home/mithras/esp/bakalarka/build/x509_crt_bundle.S -D FILE_TYPE=BINARY -P /home/mithras/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake + DESC = Generating ../../x509_crt_bundle.S restat = 1 -build esp-idf/mbedtls/install/local: phony esp-idf/mbedtls/CMakeFiles/install/local.util ############################################# -# Utility command for install +# Custom command for esp-idf/mbedtls/x509_crt_bundle -build esp-idf/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console +build esp-idf/mbedtls/x509_crt_bundle: CUSTOM_COMMAND || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls && python /home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/gen_crt_bundle.py --input /home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_all.pem -q + DESC = Generating x509_crt_bundle restat = 1 -build esp-idf/mbedtls/install: phony esp-idf/mbedtls/CMakeFiles/install.util # ============================================================================= # Write statements declared in CMakeLists.txt: # /home/mithras/esp/esp-idf/components/mbedtls/CMakeLists.txt @@ -1710,7 +646,7 @@ build esp-idf/mbedtls/install: phony esp-idf/mbedtls/CMakeFiles/install.util # Utility command for install/strip build esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -1720,7 +656,7 @@ build esp-idf/mbedtls/mbedtls/install/strip: phony esp-idf/mbedtls/mbedtls/CMake # Utility command for edit_cache build esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/mbedtls/mbedtls/edit_cache: phony esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util @@ -1734,7 +670,7 @@ build esp-idf/mbedtls/mbedtls/apidoc: phony esp-idf/mbedtls/mbedtls/CMakeFiles/a # Utility command for rebuild_cache build esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1749,7 +685,7 @@ build esp-idf/mbedtls/mbedtls/list_install_components: phony # Utility command for install/local build esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -1759,7 +695,7 @@ build esp-idf/mbedtls/mbedtls/install/local: phony esp-idf/mbedtls/mbedtls/CMake # Utility command for install build esp-idf/mbedtls/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -1780,7 +716,7 @@ build esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc: CUSTOM_COMMAND # Utility command for install/strip build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -1790,7 +726,7 @@ build esp-idf/mbedtls/mbedtls/library/install/strip: phony esp-idf/mbedtls/mbedt # Utility command for install/local build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -1805,7 +741,7 @@ build esp-idf/mbedtls/mbedtls/library/list_install_components: phony # Utility command for install build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -1821,64 +757,64 @@ build cmake_object_order_depends_target_mbedx509: phony || cmake_object_order_de build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/certs.c.obj: C_COMPILER__mbedx509 /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/certs.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/certs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs11.c.obj: C_COMPILER__mbedx509 /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs11.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs11.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj: C_COMPILER__mbedx509 /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj: C_COMPILER__mbedx509 /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj: C_COMPILER__mbedx509 /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj: C_COMPILER__mbedx509 /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj: C_COMPILER__mbedx509 /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj: C_COMPILER__mbedx509 /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj: C_COMPILER__mbedx509 /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir @@ -1901,7 +837,7 @@ build esp-idf/mbedtls/mbedtls/library/libmbedx509.a: CXX_STATIC_LIBRARY_LINKER__ # Utility command for edit_cache build esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/mbedtls/mbedtls/library/edit_cache: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util @@ -1916,498 +852,512 @@ build cmake_object_order_depends_target_mbedcrypto: phony || cmake_object_order_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/arc4.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/blowfish.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/des.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/error.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/havege.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md2.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md4.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md_wrap.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_internal.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/version.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/xtea.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_hardware.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp_hardware.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_hardware.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_mem.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp_mem.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_mem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" - DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha1.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha1.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" - DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha256.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha256.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" - DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha512.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha512.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" - DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha512.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_timing.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp_timing.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_timing.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_bignum.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_bignum.c || cmake_object_order_depends_target_mbedcrypto +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" - DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_bignum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_bignum.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp_bignum.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_bignum.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_aes_xts.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp_aes_xts.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_aes_xts.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/bignum.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/bignum.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/bignum.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32 build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/aes.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/aes.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/aes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32 build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/sha.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/sha.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32 +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha1.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_sha1.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha1.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32 +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha256.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_sha256.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha256.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32 +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha512.c.obj: C_COMPILER__mbedcrypto /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_sha512.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha512.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32 @@ -2418,7 +1368,7 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32 ############################################# # Link the static library esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a -build esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a: CXX_STATIC_LIBRARY_LINKER__mbedcrypto esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_hardware.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_mem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/sha.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedtls.a +build esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a: CXX_STATIC_LIBRARY_LINKER__mbedcrypto esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_hardware.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_mem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_aes_xts.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha512.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedtls.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir POST_BUILD = : @@ -2432,75 +1382,75 @@ build esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a: CXX_STATIC_LIBRARY_LINKER ############################################# # Order-only phony target for mbedtls -build cmake_object_order_depends_target_mbedtls: phony || cmake_object_order_depends_target___idf_wpa_supplicant +build cmake_object_order_depends_target_mbedtls: phony || cmake_object_order_depends_target___idf_efuse build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj: C_COMPILER__mbedtls /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c || cmake_object_order_depends_target_mbedtls DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj: C_COMPILER__mbedtls /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c || cmake_object_order_depends_target_mbedtls DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj: C_COMPILER__mbedtls /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c || cmake_object_order_depends_target_mbedtls DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.obj: C_COMPILER__mbedtls /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cli.c || cmake_object_order_depends_target_mbedtls DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj: C_COMPILER__mbedtls /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c || cmake_object_order_depends_target_mbedtls DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.obj: C_COMPILER__mbedtls /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_srv.c || cmake_object_order_depends_target_mbedtls DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj: C_COMPILER__mbedtls /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c || cmake_object_order_depends_target_mbedtls DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj: C_COMPILER__mbedtls /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c || cmake_object_order_depends_target_mbedtls DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/mbedtls_debug.c.obj: C_COMPILER__mbedtls /home/mithras/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c || cmake_object_order_depends_target_mbedtls DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/mbedtls_debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sockets.c.obj: C_COMPILER__mbedtls /home/mithras/esp/esp-idf/components/mbedtls/port/net_sockets.c || cmake_object_order_depends_target_mbedtls DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sockets.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port @@ -2511,7 +1461,7 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sock ############################################# # Link the static library esp-idf/mbedtls/mbedtls/library/libmbedtls.a -build esp-idf/mbedtls/mbedtls/library/libmbedtls.a: CXX_STATIC_LIBRARY_LINKER__mbedtls esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/mbedtls_debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sockets.c.obj || esp-idf/wpa_supplicant/libwpa_supplicant.a +build esp-idf/mbedtls/mbedtls/library/libmbedtls.a: CXX_STATIC_LIBRARY_LINKER__mbedtls esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/mbedtls_debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sockets.c.obj || esp-idf/efuse/libefuse.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir POST_BUILD = : @@ -2528,7 +1478,7 @@ build esp-idf/mbedtls/mbedtls/library/lib: phony esp-idf/mbedtls/mbedtls/library # Utility command for rebuild_cache build esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2537,7 +1487,7 @@ build esp-idf/mbedtls/mbedtls/library/rebuild_cache: phony esp-idf/mbedtls/mbedt ############################################# # Phony custom command for esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a # ============================================================================= # Write statements declared in CMakeLists.txt: # /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt @@ -2548,7 +1498,7 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib: phony esp-idf/mbedtls/mbed # Utility command for install/strip build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -2558,7 +1508,7 @@ build esp-idf/mbedtls/mbedtls/include/install/strip: phony esp-idf/mbedtls/mbedt # Utility command for install build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -2568,7 +1518,7 @@ build esp-idf/mbedtls/mbedtls/include/install: phony esp-idf/mbedtls/mbedtls/inc # Utility command for install/local build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -2583,7 +1533,7 @@ build esp-idf/mbedtls/mbedtls/include/list_install_components: phony # Utility command for edit_cache build esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/mbedtls/mbedtls/include/edit_cache: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util @@ -2592,7 +1542,7 @@ build esp-idf/mbedtls/mbedtls/include/edit_cache: phony esp-idf/mbedtls/mbedtls/ # Utility command for rebuild_cache build esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2603,702 +1553,11 @@ build esp-idf/mbedtls/mbedtls/include/rebuild_cache: phony esp-idf/mbedtls/mbedt # ============================================================================= -############################################# -# Utility command for install/strip - -build esp-idf/wpa_supplicant/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/wpa_supplicant/install/strip: phony esp-idf/wpa_supplicant/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/wpa_supplicant/edit_cache: phony esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_wpa_supplicant - - -############################################# -# Order-only phony target for __idf_wpa_supplicant - -build cmake_object_order_depends_target___idf_wpa_supplicant: phony || cmake_object_order_depends_target___idf_efuse -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/sae.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-cbc.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-dec.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-enc.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-omac1.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/bignum.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_mbedtls.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-cipher.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-modexp.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-rsa.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-pbkdf2.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_hostap.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa2.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa_main.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpas_glue.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wps.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa3.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/asn1.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/bignum.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs1.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs5.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs8.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/rsa.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tls_internal.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_read.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_write.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_common.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_cred.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_record.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_read.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_write.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/x509v3.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/common.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_registrar.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_validate.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ - DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-strict-aliasing - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_wpa_supplicant - - -############################################# -# Link the static library esp-idf/wpa_supplicant/libwpa_supplicant.a - -build esp-idf/wpa_supplicant/libwpa_supplicant.a: CXX_STATIC_LIBRARY_LINKER____idf_wpa_supplicant esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj || esp-idf/efuse/libefuse.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/wpa_supplicant/libwpa_supplicant.a - TARGET_PDB = wpa_supplicant.a.dbg - -############################################# -# Utility command for rebuild_cache - -build esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/wpa_supplicant/rebuild_cache: phony esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/wpa_supplicant/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/wpa_supplicant/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/wpa_supplicant/install/local: phony esp-idf/wpa_supplicant/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/wpa_supplicant/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/wpa_supplicant/install: phony esp-idf/wpa_supplicant/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - ############################################# # Utility command for install/local build esp-idf/efuse/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/efuse/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/efuse && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/efuse && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -3308,7 +1567,7 @@ build esp-idf/efuse/install/local: phony esp-idf/efuse/CMakeFiles/install/local. # Utility command for install build esp-idf/efuse/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/efuse/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/efuse && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/efuse && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3318,7 +1577,7 @@ build esp-idf/efuse/install: phony esp-idf/efuse/CMakeFiles/install.util # Utility command for install/strip build esp-idf/efuse/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/efuse/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/efuse && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/efuse && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -3338,44 +1597,44 @@ build esp-idf/efuse/efuse_common_table: phony esp-idf/efuse/CMakeFiles/efuse_com build cmake_object_order_depends_target___idf_efuse: phony || cmake_object_order_depends_target___idf_bootloader_support build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32 build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32 build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32 build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32 build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src @@ -3408,7 +1667,7 @@ build esp-idf/efuse/efuse_custom_table: phony # Utility command for rebuild_cache build esp-idf/efuse/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/efuse && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/efuse && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3428,7 +1687,7 @@ build esp-idf/efuse/efuse_test_table: phony esp-idf/efuse/CMakeFiles/efuse_test_ # Utility command for edit_cache build esp-idf/efuse/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/efuse && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/efuse && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util @@ -3437,19 +1696,19 @@ build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util # Custom command for esp-idf/efuse/CMakeFiles/efuse_common_table build esp-idf/efuse/CMakeFiles/efuse_common_table: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/efuse && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/efuse && python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 ############################################# # Custom command for esp-idf/efuse/CMakeFiles/show_efuse_table build esp-idf/efuse/CMakeFiles/show_efuse_table: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/efuse && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/efuse && python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info ############################################# # Custom command for esp-idf/efuse/CMakeFiles/efuse_test_table build esp-idf/efuse/CMakeFiles/efuse_test_table: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/efuse && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192 + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/efuse && python /home/mithras/esp/esp-idf/components/efuse/efuse_table_gen.py /home/mithras/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192 # ============================================================================= # Write statements declared in CMakeLists.txt: # /home/mithras/esp/esp-idf/CMakeLists.txt @@ -3460,7 +1719,7 @@ build esp-idf/efuse/CMakeFiles/efuse_test_table: CUSTOM_COMMAND # Utility command for install/strip build esp-idf/bootloader_support/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bootloader_support/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader_support && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -3470,7 +1729,7 @@ build esp-idf/bootloader_support/install/strip: phony esp-idf/bootloader_support # Utility command for edit_cache build esp-idf/bootloader_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader_support && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CMakeFiles/edit_cache.util @@ -3485,92 +1744,92 @@ build cmake_object_order_depends_target___idf_bootloader_support: phony || cmake build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_clock.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/esp_image_format.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_qio_mode.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash_config_esp32.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_efuse_esp32.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include - OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir - OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf -build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/secure_boot_signatures.c.obj: C_COMPILER____idf_bootloader_support /home/mithras/esp/esp-idf/components/bootloader_support/src/idf/secure_boot_signatures.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" - DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/secure_boot_signatures.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf @@ -3581,7 +1840,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf ############################################# # Link the static library esp-idf/bootloader_support/libbootloader_support.a -build esp-idf/bootloader_support/libbootloader_support.a: CXX_STATIC_LIBRARY_LINKER____idf_bootloader_support esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/secure_boot_signatures.c.obj || esp-idf/app_update/libapp_update.a +build esp-idf/bootloader_support/libbootloader_support.a: CXX_STATIC_LIBRARY_LINKER____idf_bootloader_support esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj || esp-idf/app_update/libapp_update.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir POST_BUILD = : @@ -3593,7 +1852,7 @@ build esp-idf/bootloader_support/libbootloader_support.a: CXX_STATIC_LIBRARY_LIN # Utility command for rebuild_cache build esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader_support && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3608,7 +1867,7 @@ build esp-idf/bootloader_support/list_install_components: phony # Utility command for install/local build esp-idf/bootloader_support/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bootloader_support/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader_support && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -3618,7 +1877,7 @@ build esp-idf/bootloader_support/install/local: phony esp-idf/bootloader_support # Utility command for install build esp-idf/bootloader_support/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bootloader_support/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader_support && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3633,17 +1892,22 @@ build esp-idf/bootloader_support/install: phony esp-idf/bootloader_support/CMake # Utility command for install/local build esp-idf/partition_table/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/partition_table/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 build esp-idf/partition_table/install/local: phony esp-idf/partition_table/CMakeFiles/install/local.util +############################################# +# Utility command for list_install_components + +build esp-idf/partition_table/list_install_components: phony + ############################################# # Utility command for install/strip build esp-idf/partition_table/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/partition_table/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -3658,7 +1922,7 @@ build esp-idf/partition_table/partition_table: phony esp-idf/partition_table/CMa # Utility command for install build esp-idf/partition_table/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/partition_table/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3670,39 +1934,40 @@ build esp-idf/partition_table/install: phony esp-idf/partition_table/CMakeFiles/ build esp-idf/partition_table/partition_table-flash: phony esp-idf/partition_table/CMakeFiles/partition_table-flash ############################################# -# Utility command for list_install_components +# Utility command for encrypted-partition_table-flash -build esp-idf/partition_table/list_install_components: phony - -############################################# -# Utility command for edit_cache - -build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFiles/edit_cache.util +build esp-idf/partition_table/encrypted-partition_table-flash: phony esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash ############################################# # Utility command for rebuild_cache build esp-idf/partition_table/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 build esp-idf/partition_table/rebuild_cache: phony esp-idf/partition_table/CMakeFiles/rebuild_cache.util ############################################# -# Phony custom command for esp-idf/partition_table/CMakeFiles/partition_table +# Utility command for edit_cache -build esp-idf/partition_table/CMakeFiles/partition_table: phony partition_table/partition-table.bin +build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFiles/edit_cache.util + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/partition_table + +build esp-idf/partition_table/CMakeFiles/partition_table: CUSTOM_COMMAND partition_table/partition-table.bin partition_table/partition-table.bin + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Partition table binary generated. Contents:" && /usr/bin/cmake -E echo "*******************************************************************************" && python /home/mithras/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/mithras/esp/bakalarka/build/partition_table/partition-table.bin && /usr/bin/cmake -E echo "*******************************************************************************" ############################################# # Custom command for partition_table/partition-table.bin build partition_table/partition-table.bin: CUSTOM_COMMAND ../partitions_example.csv /home/mithras/esp/esp-idf/components/partition_table/gen_esp32part.py - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/partition_table && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/mithras/Documents/bakalarka/partitions_example.csv /home/mithras/Documents/bakalarka/build/partition_table/partition-table.bin + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/partition_table && python /home/mithras/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/mithras/esp/bakalarka/partitions_example.csv /home/mithras/esp/bakalarka/build/partition_table/partition-table.bin DESC = Generating ../../partition_table/partition-table.bin restat = 1 @@ -3710,8 +1975,14 @@ build partition_table/partition-table.bin: CUSTOM_COMMAND ../partitions_example. # Custom command for esp-idf/partition_table/CMakeFiles/partition_table-flash build esp-idf/partition_table/CMakeFiles/partition_table-flash: CUSTOM_COMMAND - COMMAND = cd /home/mithras/esp/esp-idf/components/partition_table && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @partition_table-flash_args" -D WORKING_DIRECTORY="/home/mithras/Documents/bakalarka/build" -P /home/mithras/esp/esp-idf/components/esptool_py/run_esptool.cmake + COMMAND = cd /home/mithras/esp/esp-idf/components/partition_table && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @partition_table-flash_args" -D WORKING_DIRECTORY="/home/mithras/esp/bakalarka/build" -P /home/mithras/esp/esp-idf/components/esptool_py/run_esptool.cmake pool = console + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash + +build esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Error: The target encrypted-partition_table-flash requires" && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/mithras/esp/esp-idf/tools/cmake/scripts/fail.cmake # ============================================================================= # Write statements declared in CMakeLists.txt: # /home/mithras/esp/esp-idf/CMakeLists.txt @@ -3722,7 +1993,7 @@ build esp-idf/partition_table/CMakeFiles/partition_table-flash: CUSTOM_COMMAND # Utility command for install/strip build esp-idf/app_update/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/app_update/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/app_update && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/app_update && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -3732,7 +2003,7 @@ build esp-idf/app_update/install/strip: phony esp-idf/app_update/CMakeFiles/inst # Utility command for edit_cache build esp-idf/app_update/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/app_update && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/app_update && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/app_update/edit_cache: phony esp-idf/app_update/CMakeFiles/edit_cache.util @@ -3741,7 +2012,7 @@ build esp-idf/app_update/edit_cache: phony esp-idf/app_update/CMakeFiles/edit_ca # Utility command for install build esp-idf/app_update/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/app_update/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/app_update && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/app_update && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3751,7 +2022,7 @@ build esp-idf/app_update/install: phony esp-idf/app_update/CMakeFiles/install.ut # Utility command for rebuild_cache build esp-idf/app_update/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/app_update && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/app_update && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3766,15 +2037,15 @@ build esp-idf/app_update/rebuild_cache: phony esp-idf/app_update/CMakeFiles/rebu build cmake_object_order_depends_target___idf_app_update: phony || cmake_object_order_depends_target___idf_spi_flash build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj: C_COMPILER____idf_app_update /home/mithras/esp/esp-idf/components/app_update/esp_ota_ops.c || cmake_object_order_depends_target___idf_app_update DEP_FILE = esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include OBJECT_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir OBJECT_FILE_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_app_desc.c.obj: C_COMPILER____idf_app_update /home/mithras/esp/esp-idf/components/app_update/esp_app_desc.c || cmake_object_order_depends_target___idf_app_update DEFINES = -D PROJECT_NAME=\"bakalarka\" -DPROJECT_VER=\"0.1.0.1\" DEP_FILE = esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_app_desc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include OBJECT_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir OBJECT_FILE_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir @@ -3802,7 +2073,7 @@ build esp-idf/app_update/list_install_components: phony # Utility command for install/local build esp-idf/app_update/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/app_update/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/app_update && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/app_update && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -3817,7 +2088,7 @@ build esp-idf/app_update/install/local: phony esp-idf/app_update/CMakeFiles/inst # Utility command for install/strip build esp-idf/spi_flash/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/spi_flash/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/spi_flash && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/spi_flash && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -3827,7 +2098,7 @@ build esp-idf/spi_flash/install/strip: phony esp-idf/spi_flash/CMakeFiles/instal # Utility command for edit_cache build esp-idf/spi_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/spi_flash && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/spi_flash && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cache.util @@ -3838,89 +2109,89 @@ build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cach ############################################# # Order-only phony target for __idf_spi_flash -build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_nvs_flash +build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_esp_system build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/partition.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/partition.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/partition.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/esp32/spi_flash_rom_patch.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/memspi_host_driver.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/cache_utils.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/flash_mmap.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/flash_ops.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/esp_flash_api.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj: C_COMPILER____idf_spi_flash /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c || cmake_object_order_depends_target___idf_spi_flash DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir @@ -3931,7 +2202,7 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c. ############################################# # Link the static library esp-idf/spi_flash/libspi_flash.a -build esp-idf/spi_flash/libspi_flash.a: CXX_STATIC_LIBRARY_LINKER____idf_spi_flash esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/partition.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj || esp-idf/nvs_flash/libnvs_flash.a +build esp-idf/spi_flash/libspi_flash.a: CXX_STATIC_LIBRARY_LINKER____idf_spi_flash esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/partition.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj || esp-idf/esp_system/libesp_system.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir POST_BUILD = : @@ -3943,7 +2214,7 @@ build esp-idf/spi_flash/libspi_flash.a: CXX_STATIC_LIBRARY_LINKER____idf_spi_fla # Utility command for rebuild_cache build esp-idf/spi_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/spi_flash && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/spi_flash && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3958,7 +2229,7 @@ build esp-idf/spi_flash/list_install_components: phony # Utility command for install/local build esp-idf/spi_flash/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/spi_flash/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/spi_flash && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/spi_flash && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -3968,7 +2239,7 @@ build esp-idf/spi_flash/install/local: phony esp-idf/spi_flash/CMakeFiles/instal # Utility command for install build esp-idf/spi_flash/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/spi_flash/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/spi_flash && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/spi_flash && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3979,11 +2250,2087 @@ build esp-idf/spi_flash/install: phony esp-idf/spi_flash/CMakeFiles/install.util # ============================================================================= +############################################# +# Utility command for install/strip + +build esp-idf/esp_system/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/esp_system/install/strip: phony esp-idf/esp_system/CMakeFiles/install/strip.util + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/esp_system/edit_cache: phony esp-idf/esp_system/CMakeFiles/edit_cache.util +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_system + + +############################################# +# Order-only phony target for __idf_esp_system + +build cmake_object_order_depends_target___idf_esp_system: phony || cmake_object_order_depends_target___idf_soc +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj: C_COMPILER____idf_esp_system /home/mithras/esp/esp-idf/components/esp_system/panic.c || cmake_object_order_depends_target___idf_esp_system + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_api.c.obj: C_COMPILER____idf_esp_system /home/mithras/esp/esp-idf/components/esp_system/system_api.c || cmake_object_order_depends_target___idf_esp_system + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_api.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj: C_COMPILER____idf_esp_system /home/mithras/esp/esp-idf/components/esp_system/port/panic_handler.c || cmake_object_order_depends_target___idf_esp_system + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler_asm.S.obj: ASM_COMPILER____idf_esp_system /home/mithras/esp/esp-idf/components/esp_system/port/panic_handler_asm.S || cmake_object_order_depends_target___idf_esp_system + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler_asm.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/dport_panic_highint_hdl.S.obj: ASM_COMPILER____idf_esp_system /home/mithras/esp/esp-idf/components/esp_system/port/esp32/dport_panic_highint_hdl.S || cmake_object_order_depends_target___idf_esp_system + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/dport_panic_highint_hdl.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32 +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/reset_reason.c.obj: C_COMPILER____idf_esp_system /home/mithras/esp/esp-idf/components/esp_system/port/esp32/reset_reason.c || cmake_object_order_depends_target___idf_esp_system + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/reset_reason.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32 + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_system + + +############################################# +# Link the static library esp-idf/esp_system/libesp_system.a + +build esp-idf/esp_system/libesp_system.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_system esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_api.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler_asm.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/dport_panic_highint_hdl.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/reset_reason.c.obj || esp-idf/soc/libsoc.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_system/libesp_system.a + TARGET_PDB = esp_system.a.dbg + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/esp_system/rebuild_cache: phony esp-idf/esp_system/CMakeFiles/rebuild_cache.util + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_system/list_install_components: phony + +############################################# +# Utility command for install/local + +build esp-idf/esp_system/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/esp_system/install/local: phony esp-idf/esp_system/CMakeFiles/install/local.util + +############################################# +# Utility command for install + +build esp-idf/esp_system/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/esp_system/install: phony esp-idf/esp_system/CMakeFiles/install.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/components/esp_system/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_system/port/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/port/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/esp_system/port/install/strip: phony esp-idf/esp_system/port/CMakeFiles/install/strip.util + +############################################# +# Utility command for install + +build esp-idf/esp_system/port/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/esp_system/port/install: phony esp-idf/esp_system/port/CMakeFiles/install.util + +############################################# +# Utility command for install/local + +build esp-idf/esp_system/port/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/port/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/esp_system/port/install/local: phony esp-idf/esp_system/port/CMakeFiles/install/local.util + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_system/port/list_install_components: phony + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/port/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/esp_system/port/edit_cache: phony esp-idf/esp_system/port/CMakeFiles/edit_cache.util + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/port/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/esp_system/port/rebuild_cache: phony esp-idf/esp_system/port/CMakeFiles/rebuild_cache.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/components/esp_system/port/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_system/port/esp32/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/port/esp32/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/esp_system/port/esp32/install/strip: phony esp-idf/esp_system/port/esp32/CMakeFiles/install/strip.util + +############################################# +# Utility command for install + +build esp-idf/esp_system/port/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/esp32/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/esp_system/port/esp32/install: phony esp-idf/esp_system/port/esp32/CMakeFiles/install.util + +############################################# +# Utility command for install/local + +build esp-idf/esp_system/port/esp32/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/port/esp32/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/esp_system/port/esp32/install/local: phony esp-idf/esp_system/port/esp32/CMakeFiles/install/local.util + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_system/port/esp32/list_install_components: phony + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/port/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/esp_system/port/esp32/edit_cache: phony esp-idf/esp_system/port/esp32/CMakeFiles/edit_cache.util + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/port/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32 && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/esp_system/port/esp32/rebuild_cache: phony esp-idf/esp_system/port/esp32/CMakeFiles/rebuild_cache.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_rom/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_rom && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/esp_rom/install/strip: phony esp-idf/esp_rom/CMakeFiles/install/strip.util + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_rom && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.util + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_rom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_rom && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_cache.util + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_rom/list_install_components: phony + +############################################# +# Utility command for install/local + +build esp-idf/esp_rom/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_rom && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/esp_rom/install/local: phony esp-idf/esp_rom/CMakeFiles/install/local.util + +############################################# +# Utility command for install + +build esp-idf/esp_rom/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_rom && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/esp_rom/install: phony esp-idf/esp_rom/CMakeFiles/install.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/soc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/soc/install/strip: phony esp-idf/soc/CMakeFiles/install/strip.util + +############################################# +# Utility command for edit_cache + +build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Order-only phony target for __idf_soc + +build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_depends_target_soc_esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/cpu_util.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/memory_layout_utils.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/lldesc.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/cpu_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/rmt_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/rtc_io_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/dac_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/adc_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal_iram.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/touch_sensor_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/soc_include_legacy_warn.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/pcnt_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/i2s_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/sigmadelta_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/timer_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal_iram.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal_iram.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/gpio_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal_iram.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/mpu_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/soc_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/compare_set.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/can_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/mcpwm_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/hal/sdio_slave_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/brownout_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk_init.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_init.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_pm.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_sleep.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_time.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_wdt.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/soc_memory_layout.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/touch_sensor_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 +build esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj: C_COMPILER____idf_soc /home/mithras/esp/esp-idf/components/soc/src/esp32/emac_hal.c || cmake_object_order_depends_target___idf_soc + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32 + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Link the static library esp-idf/soc/libsoc.a + +build esp-idf/soc/libsoc.a: CXX_STATIC_LIBRARY_LINKER____idf_soc esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj || esp-idf/soc/soc/esp32/libsoc_esp32.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/soc/libsoc.a + TARGET_PDB = soc.a.dbg + +############################################# +# Utility command for list_install_components + +build esp-idf/soc/list_install_components: phony + +############################################# +# Utility command for install/local + +build esp-idf/soc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/soc/install/local: phony esp-idf/soc/CMakeFiles/install/local.util + +############################################# +# Utility command for rebuild_cache + +build esp-idf/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util + +############################################# +# Utility command for install + +build esp-idf/soc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/soc/install: phony esp-idf/soc/CMakeFiles/install.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/soc/src/esp32/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/src/esp32/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/soc/src/esp32/install/strip: phony esp-idf/soc/src/esp32/CMakeFiles/install/strip.util + +############################################# +# Utility command for install + +build esp-idf/soc/src/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/src/esp32/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/soc/src/esp32/install: phony esp-idf/soc/src/esp32/CMakeFiles/install.util + +############################################# +# Utility command for install/local + +build esp-idf/soc/src/esp32/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/src/esp32/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/soc/src/esp32/install/local: phony esp-idf/soc/src/esp32/CMakeFiles/install/local.util + +############################################# +# Utility command for list_install_components + +build esp-idf/soc/src/esp32/list_install_components: phony + +############################################# +# Utility command for edit_cache + +build esp-idf/soc/src/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/soc/src/esp32/edit_cache: phony esp-idf/soc/src/esp32/CMakeFiles/edit_cache.util + +############################################# +# Utility command for rebuild_cache + +build esp-idf/soc/src/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32 && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/soc/src/esp32/rebuild_cache: phony esp-idf/soc/src/esp32/CMakeFiles/rebuild_cache.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/soc/soc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/soc/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/soc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/soc/soc/install/strip: phony esp-idf/soc/soc/CMakeFiles/install/strip.util + +############################################# +# Utility command for install + +build esp-idf/soc/soc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/soc/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/soc && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/soc/soc/install: phony esp-idf/soc/soc/CMakeFiles/install.util + +############################################# +# Utility command for install/local + +build esp-idf/soc/soc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/soc/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/soc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/soc/soc/install/local: phony esp-idf/soc/soc/CMakeFiles/install/local.util + +############################################# +# Utility command for list_install_components + +build esp-idf/soc/soc/list_install_components: phony + +############################################# +# Utility command for edit_cache + +build esp-idf/soc/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/soc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/soc/soc/edit_cache: phony esp-idf/soc/soc/CMakeFiles/edit_cache.util + +############################################# +# Utility command for rebuild_cache + +build esp-idf/soc/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/soc && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/soc/soc/rebuild_cache: phony esp-idf/soc/soc/CMakeFiles/rebuild_cache.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/components/soc/soc/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/soc/soc/esp32/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/soc/esp32/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/soc/soc/esp32/install/strip: phony esp-idf/soc/soc/esp32/CMakeFiles/install/strip.util + +############################################# +# Utility command for edit_cache + +build esp-idf/soc/soc/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/soc/soc/esp32/edit_cache: phony esp-idf/soc/soc/esp32/CMakeFiles/edit_cache.util +# ============================================================================= +# Object build statements for STATIC_LIBRARY target soc_esp32 + + +############################################# +# Order-only phony target for soc_esp32 + +build cmake_object_order_depends_target_soc_esp32: phony || cmake_object_order_depends_target___idf_esp_eth +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/adc_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/dac_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/gpio_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_io_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdio_slave_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdmmc_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/interrupts.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/spi_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/ledc_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2s_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2c_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/uart_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +build esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj: C_COMPILER__soc_esp32 /home/mithras/esp/esp-idf/components/soc/soc/esp32/touch_sensor_periph.c || cmake_object_order_depends_target_soc_esp32 + DEP_FILE = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + OBJECT_FILE_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target soc_esp32 + + +############################################# +# Link the static library esp-idf/soc/soc/esp32/libsoc_esp32.a + +build esp-idf/soc/soc/esp32/libsoc_esp32.a: CXX_STATIC_LIBRARY_LINKER__soc_esp32 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj || esp-idf/esp_eth/libesp_eth.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/soc/soc/esp32/libsoc_esp32.a + TARGET_PDB = soc_esp32.a.dbg + +############################################# +# Utility command for rebuild_cache + +build esp-idf/soc/soc/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32 && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/soc/soc/esp32/rebuild_cache: phony esp-idf/soc/soc/esp32/CMakeFiles/rebuild_cache.util + +############################################# +# Utility command for list_install_components + +build esp-idf/soc/soc/esp32/list_install_components: phony + +############################################# +# Utility command for install/local + +build esp-idf/soc/soc/esp32/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/soc/esp32/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/soc/soc/esp32/install/local: phony esp-idf/soc/soc/esp32/CMakeFiles/install/local.util + +############################################# +# Utility command for install + +build esp-idf/soc/soc/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/soc/esp32/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/soc/soc/esp32/install: phony esp-idf/soc/soc/esp32/CMakeFiles/install.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_eth/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_eth && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/esp_eth/install/strip: phony esp-idf/esp_eth/CMakeFiles/install/strip.util + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_eth/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_eth && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/esp_eth/edit_cache: phony esp-idf/esp_eth/CMakeFiles/edit_cache.util +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_eth + + +############################################# +# Order-only phony target for __idf_esp_eth + +build cmake_object_order_depends_target___idf_esp_eth: phony || cmake_object_order_depends_target___idf_tcpip_adapter +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth.c || cmake_object_order_depends_target___idf_esp_eth + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -std=gnu11 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy.c || cmake_object_order_depends_target___idf_esp_eth + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c || cmake_object_order_depends_target___idf_esp_eth + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_mac_esp32.c || cmake_object_order_depends_target___idf_esp_eth + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c || cmake_object_order_depends_target___idf_esp_eth + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c || cmake_object_order_depends_target___idf_esp_eth + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_lan8720.c || cmake_object_order_depends_target___idf_esp_eth + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj: C_COMPILER____idf_esp_eth /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c || cmake_object_order_depends_target___idf_esp_eth + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_eth + + +############################################# +# Link the static library esp-idf/esp_eth/libesp_eth.a + +build esp-idf/esp_eth/libesp_eth.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_eth esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj || esp-idf/tcpip_adapter/libtcpip_adapter.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_eth/libesp_eth.a + TARGET_PDB = esp_eth.a.dbg + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_eth/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_eth && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/esp_eth/rebuild_cache: phony esp-idf/esp_eth/CMakeFiles/rebuild_cache.util + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_eth/list_install_components: phony + +############################################# +# Utility command for install/local + +build esp-idf/esp_eth/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_eth && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/esp_eth/install/local: phony esp-idf/esp_eth/CMakeFiles/install/local.util + +############################################# +# Utility command for install + +build esp-idf/esp_eth/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_eth && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/esp_eth/install: phony esp-idf/esp_eth/CMakeFiles/install.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/tcpip_adapter/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/tcpip_adapter/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/tcpip_adapter/install/strip: phony esp-idf/tcpip_adapter/CMakeFiles/install/strip.util + +############################################# +# Utility command for edit_cache + +build esp-idf/tcpip_adapter/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/tcpip_adapter/edit_cache: phony esp-idf/tcpip_adapter/CMakeFiles/edit_cache.util + +############################################# +# Utility command for rebuild_cache + +build esp-idf/tcpip_adapter/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/tcpip_adapter/rebuild_cache: phony esp-idf/tcpip_adapter/CMakeFiles/rebuild_cache.util +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_tcpip_adapter + + +############################################# +# Order-only phony target for __idf_tcpip_adapter + +build cmake_object_order_depends_target___idf_tcpip_adapter: phony || cmake_object_order_depends_target___idf_esp_netif +build esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj: C_COMPILER____idf_tcpip_adapter /home/mithras/esp/esp-idf/components/tcpip_adapter/tcpip_adapter_compat.c || cmake_object_order_depends_target___idf_tcpip_adapter + DEP_FILE = esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir + OBJECT_FILE_DIR = esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_tcpip_adapter + + +############################################# +# Link the static library esp-idf/tcpip_adapter/libtcpip_adapter.a + +build esp-idf/tcpip_adapter/libtcpip_adapter.a: CXX_STATIC_LIBRARY_LINKER____idf_tcpip_adapter esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj || esp-idf/esp_netif/libesp_netif.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/tcpip_adapter/libtcpip_adapter.a + TARGET_PDB = tcpip_adapter.a.dbg + +############################################# +# Utility command for list_install_components + +build esp-idf/tcpip_adapter/list_install_components: phony + +############################################# +# Utility command for install/local + +build esp-idf/tcpip_adapter/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/tcpip_adapter/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/tcpip_adapter/install/local: phony esp-idf/tcpip_adapter/CMakeFiles/install/local.util + +############################################# +# Utility command for install + +build esp-idf/tcpip_adapter/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/tcpip_adapter/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/tcpip_adapter/install: phony esp-idf/tcpip_adapter/CMakeFiles/install.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_netif/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_netif && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/esp_netif/install/strip: phony esp-idf/esp_netif/CMakeFiles/install/strip.util + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_netif/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_netif && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/esp_netif/edit_cache: phony esp-idf/esp_netif/CMakeFiles/edit_cache.util +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_netif + + +############################################# +# Order-only phony target for __idf_esp_netif + +build cmake_object_order_depends_target___idf_esp_netif: phony || cmake_object_order_depends_target___idf_esp_event +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_handlers.c || cmake_object_order_depends_target___idf_esp_netif + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_objects.c || cmake_object_order_depends_target___idf_esp_netif + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_defaults.c || cmake_object_order_depends_target___idf_esp_netif + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c || cmake_object_order_depends_target___idf_esp_netif + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_ppp.c || cmake_object_order_depends_target___idf_esp_netif + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/loopback/esp_netif_loopback.c || cmake_object_order_depends_target___idf_esp_netif + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c || cmake_object_order_depends_target___idf_esp_netif + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj: C_COMPILER____idf_esp_netif /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_sta_list.c || cmake_object_order_depends_target___idf_esp_netif + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_netif + + +############################################# +# Link the static library esp-idf/esp_netif/libesp_netif.a + +build esp-idf/esp_netif/libesp_netif.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_netif esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj || esp-idf/esp_event/libesp_event.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_netif/libesp_netif.a + TARGET_PDB = esp_netif.a.dbg + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_netif/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_netif && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/esp_netif/rebuild_cache: phony esp-idf/esp_netif/CMakeFiles/rebuild_cache.util + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_netif/list_install_components: phony + +############################################# +# Utility command for install/local + +build esp-idf/esp_netif/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_netif && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/esp_netif/install/local: phony esp-idf/esp_netif/CMakeFiles/install/local.util + +############################################# +# Utility command for install + +build esp-idf/esp_netif/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_netif && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/esp_netif/install: phony esp-idf/esp_netif/CMakeFiles/install.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_event/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_event/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_event && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/esp_event/install/strip: phony esp-idf/esp_event/CMakeFiles/install/strip.util + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_event/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_event && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/esp_event/edit_cache: phony esp-idf/esp_event/CMakeFiles/edit_cache.util +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_event + + +############################################# +# Order-only phony target for __idf_esp_event + +build cmake_object_order_depends_target___idf_esp_event: phony || cmake_object_order_depends_target___idf_wpa_supplicant +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj: C_COMPILER____idf_esp_event /home/mithras/esp/esp-idf/components/esp_event/default_event_loop.c || cmake_object_order_depends_target___idf_esp_event + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj: C_COMPILER____idf_esp_event /home/mithras/esp/esp-idf/components/esp_event/esp_event.c || cmake_object_order_depends_target___idf_esp_event + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj: C_COMPILER____idf_esp_event /home/mithras/esp/esp-idf/components/esp_event/esp_event_private.c || cmake_object_order_depends_target___idf_esp_event + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj: C_COMPILER____idf_esp_event /home/mithras/esp/esp-idf/components/esp_event/event_loop_legacy.c || cmake_object_order_depends_target___idf_esp_event + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj: C_COMPILER____idf_esp_event /home/mithras/esp/esp-idf/components/esp_event/event_send.c || cmake_object_order_depends_target___idf_esp_event + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_event + + +############################################# +# Link the static library esp-idf/esp_event/libesp_event.a + +build esp-idf/esp_event/libesp_event.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_event esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj || esp-idf/wpa_supplicant/libwpa_supplicant.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_event/libesp_event.a + TARGET_PDB = esp_event.a.dbg + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_event/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_event && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/esp_event/rebuild_cache: phony esp-idf/esp_event/CMakeFiles/rebuild_cache.util + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_event/list_install_components: phony + +############################################# +# Utility command for install/local + +build esp-idf/esp_event/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_event/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_event && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/esp_event/install/local: phony esp-idf/esp_event/CMakeFiles/install/local.util + +############################################# +# Utility command for install + +build esp-idf/esp_event/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_event/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_event && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/esp_event/install: phony esp-idf/esp_event/CMakeFiles/install.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for install/strip + +build esp-idf/wpa_supplicant/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/wpa_supplicant/install/strip: phony esp-idf/wpa_supplicant/CMakeFiles/install/strip.util + +############################################# +# Utility command for edit_cache + +build esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/wpa_supplicant/edit_cache: phony esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wpa_supplicant + + +############################################# +# Order-only phony target for __idf_wpa_supplicant + +build cmake_object_order_depends_target___idf_wpa_supplicant: phony || cmake_object_order_depends_target___idf_nvs_flash +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/sae.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-cbc.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-dec.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-enc.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-omac1.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/bignum.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_mbedtls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-cipher.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-modexp.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-rsa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-pbkdf2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_hostap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa_main.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpas_glue.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wps.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa3.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/asn1.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/bignum.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs1.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs5.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs8.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/rsa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tls_internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_read.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_write.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_cred.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_record.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_read.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_write.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/x509v3.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_registrar.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj: C_COMPILER____idf_wpa_supplicant /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_validate.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-strict-aliasing + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wpa_supplicant + + +############################################# +# Link the static library esp-idf/wpa_supplicant/libwpa_supplicant.a + +build esp-idf/wpa_supplicant/libwpa_supplicant.a: CXX_STATIC_LIBRARY_LINKER____idf_wpa_supplicant esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj || esp-idf/nvs_flash/libnvs_flash.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/wpa_supplicant/libwpa_supplicant.a + TARGET_PDB = wpa_supplicant.a.dbg + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/wpa_supplicant/rebuild_cache: phony esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util + +############################################# +# Utility command for list_install_components + +build esp-idf/wpa_supplicant/list_install_components: phony + +############################################# +# Utility command for install/local + +build esp-idf/wpa_supplicant/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/wpa_supplicant/install/local: phony esp-idf/wpa_supplicant/CMakeFiles/install/local.util + +############################################# +# Utility command for install + +build esp-idf/wpa_supplicant/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/wpa_supplicant/install: phony esp-idf/wpa_supplicant/CMakeFiles/install.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + ############################################# # Utility command for install/strip build esp-idf/nvs_flash/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/nvs_flash/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/nvs_flash && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -3993,7 +4340,7 @@ build esp-idf/nvs_flash/install/strip: phony esp-idf/nvs_flash/CMakeFiles/instal # Utility command for edit_cache build esp-idf/nvs_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/nvs_flash && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/nvs_flash/edit_cache: phony esp-idf/nvs_flash/CMakeFiles/edit_cache.util @@ -4002,7 +4349,7 @@ build esp-idf/nvs_flash/edit_cache: phony esp-idf/nvs_flash/CMakeFiles/edit_cach # Utility command for install build esp-idf/nvs_flash/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/nvs_flash/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/nvs_flash && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -4018,78 +4365,78 @@ build cmake_object_order_depends_target___idf_nvs_flash: phony || cmake_object_o build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_ops.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_ops.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_ops.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj: CXX_COMPILER____idf_nvs_flash /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src @@ -4112,7 +4459,7 @@ build esp-idf/nvs_flash/libnvs_flash.a: CXX_STATIC_LIBRARY_LINKER____idf_nvs_fla # Utility command for rebuild_cache build esp-idf/nvs_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/nvs_flash && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -4127,7 +4474,7 @@ build esp-idf/nvs_flash/list_install_components: phony # Utility command for install/local build esp-idf/nvs_flash/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/nvs_flash/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/nvs_flash && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -4142,7 +4489,7 @@ build esp-idf/nvs_flash/install/local: phony esp-idf/nvs_flash/CMakeFiles/instal # Utility command for install/strip build esp-idf/esp_wifi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_wifi/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_wifi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -4152,7 +4499,7 @@ build esp-idf/esp_wifi/install/strip: phony esp-idf/esp_wifi/CMakeFiles/install/ # Utility command for edit_cache build esp-idf/esp_wifi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_wifi && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_wifi/edit_cache: phony esp-idf/esp_wifi/CMakeFiles/edit_cache.util @@ -4167,71 +4514,71 @@ build cmake_object_order_depends_target___idf_esp_wifi: phony || cmake_object_or build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/coexist.c.obj: C_COMPILER____idf_esp_wifi /home/mithras/esp/esp-idf/components/esp_wifi/src/coexist.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/coexist.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_wifi /home/mithras/esp/esp-idf/components/esp_wifi/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj: C_COMPILER____idf_esp_wifi /home/mithras/esp/esp-idf/components/esp_wifi/src/mesh_event.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/phy_init.c.obj: C_COMPILER____idf_esp_wifi /home/mithras/esp/esp-idf/components/esp_wifi/src/phy_init.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/phy_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj: C_COMPILER____idf_esp_wifi /home/mithras/esp/esp-idf/components/esp_wifi/src/smartconfig.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj: C_COMPILER____idf_esp_wifi /home/mithras/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj: C_COMPILER____idf_esp_wifi /home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_init.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj: C_COMPILER____idf_esp_wifi /home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_default.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj: C_COMPILER____idf_esp_wifi /home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_netif.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj: C_COMPILER____idf_esp_wifi /home/mithras/esp/esp-idf/components/esp_wifi/esp32/esp_adapter.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32 @@ -4254,7 +4601,7 @@ build esp-idf/esp_wifi/libesp_wifi.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_wifi # Utility command for rebuild_cache build esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_wifi && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -4269,7 +4616,7 @@ build esp-idf/esp_wifi/list_install_components: phony # Utility command for install/local build esp-idf/esp_wifi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_wifi/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_wifi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -4279,7 +4626,7 @@ build esp-idf/esp_wifi/install/local: phony esp-idf/esp_wifi/CMakeFiles/install/ # Utility command for install build esp-idf/esp_wifi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_wifi/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_wifi && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -4294,7 +4641,7 @@ build esp-idf/esp_wifi/install: phony esp-idf/esp_wifi/CMakeFiles/install.util # Utility command for install/strip build esp-idf/lwip/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lwip/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lwip && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/lwip && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -4304,7 +4651,7 @@ build esp-idf/lwip/install/strip: phony esp-idf/lwip/CMakeFiles/install/strip.ut # Utility command for edit_cache build esp-idf/lwip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lwip && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/lwip && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/lwip/edit_cache: phony esp-idf/lwip/CMakeFiles/edit_cache.util @@ -4319,589 +4666,589 @@ build cmake_object_order_depends_target___idf_lwip: phony || cmake_object_order_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/apps/ping/esp_ping.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/apps/ping/ping.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/apps/ping/ping_sock.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/apps/sntp/sntp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/err.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/if_api.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netdb.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/sockets.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/def.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/dns.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/init.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ip.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/mem.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/memp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/netif.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/raw.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/stats.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/sys.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address -Wno-type-limits - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address -Wno-type-limits + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/udp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/lowpan6.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/lowpan6.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/lowpan6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address -Wno-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address -Wno-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address -Wno-implicit-fallthrough - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address -Wno-implicit-fallthrough + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/vfs_lwip.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/port/esp32/vfs_lwip.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/vfs_lwip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32 build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/debug/lwip_debug.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/port/esp32/debug/lwip_debug.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/debug/lwip_debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/debug build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/freertos/sys_arch.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/port/esp32/freertos/sys_arch.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/freertos/sys_arch.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/freertos build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/dhcp_state.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/dhcp_state.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/dhcp_state.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/wlanif.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/wlanif.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/wlanif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/ethernetif.c.obj: C_COMPILER____idf_lwip /home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/ethernetif.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/ethernetif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-address - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-address + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif @@ -4924,7 +5271,7 @@ build esp-idf/lwip/liblwip.a: CXX_STATIC_LIBRARY_LINKER____idf_lwip esp-idf/lwip # Utility command for rebuild_cache build esp-idf/lwip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lwip && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/lwip && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -4939,7 +5286,7 @@ build esp-idf/lwip/list_install_components: phony # Utility command for install/local build esp-idf/lwip/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lwip/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lwip && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/lwip && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -4949,7 +5296,7 @@ build esp-idf/lwip/install/local: phony esp-idf/lwip/CMakeFiles/install/local.ut # Utility command for install build esp-idf/lwip/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lwip/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lwip && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/lwip && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -4964,7 +5311,7 @@ build esp-idf/lwip/install: phony esp-idf/lwip/CMakeFiles/install.util # Utility command for install/strip build esp-idf/log/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/log/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/log && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/log && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -4974,7 +5321,7 @@ build esp-idf/log/install/strip: phony esp-idf/log/CMakeFiles/install/strip.util # Utility command for edit_cache build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/log && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/log && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util @@ -4983,7 +5330,7 @@ build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/log/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/log && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/log && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -4998,7 +5345,7 @@ build esp-idf/log/list_install_components: phony # Utility command for install/local build esp-idf/log/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/log/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/log && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/log && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5013,20 +5360,20 @@ build esp-idf/log/install/local: phony esp-idf/log/CMakeFiles/install/local.util build cmake_object_order_depends_target___idf_log: phony || cmake_object_order_depends_target___idf_heap build esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj: C_COMPILER____idf_log /home/mithras/esp/esp-idf/components/log/log.c || cmake_object_order_depends_target___idf_log DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir build esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj: C_COMPILER____idf_log /home/mithras/esp/esp-idf/components/log/log_buffers.c || cmake_object_order_depends_target___idf_log DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir build esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj: C_COMPILER____idf_log /home/mithras/esp/esp-idf/components/log/log_freertos.c || cmake_object_order_depends_target___idf_log DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir @@ -5049,7 +5396,7 @@ build esp-idf/log/liblog.a: CXX_STATIC_LIBRARY_LINKER____idf_log esp-idf/log/CMa # Utility command for install build esp-idf/log/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/log/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/log && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/log && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5064,7 +5411,7 @@ build esp-idf/log/install: phony esp-idf/log/CMakeFiles/install.util # Utility command for install/strip build esp-idf/heap/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/heap/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/heap && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/heap && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5074,7 +5421,7 @@ build esp-idf/heap/install/strip: phony esp-idf/heap/CMakeFiles/install/strip.ut # Utility command for edit_cache build esp-idf/heap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/heap && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/heap && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/heap/edit_cache: phony esp-idf/heap/CMakeFiles/edit_cache.util @@ -5088,20 +5435,20 @@ build esp-idf/heap/edit_cache: phony esp-idf/heap/CMakeFiles/edit_cache.util build cmake_object_order_depends_target___idf_heap: phony || cmake_object_order_depends_target___idf_esp_ringbuf build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj: C_COMPILER____idf_heap /home/mithras/esp/esp-idf/components/heap/heap_caps.c || cmake_object_order_depends_target___idf_heap DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir OBJECT_FILE_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj: C_COMPILER____idf_heap /home/mithras/esp/esp-idf/components/heap/heap_caps_init.c || cmake_object_order_depends_target___idf_heap DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir OBJECT_FILE_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir build esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj: C_COMPILER____idf_heap /home/mithras/esp/esp-idf/components/heap/multi_heap.c || cmake_object_order_depends_target___idf_heap DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir OBJECT_FILE_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir @@ -5124,7 +5471,7 @@ build esp-idf/heap/libheap.a: CXX_STATIC_LIBRARY_LINKER____idf_heap esp-idf/heap # Utility command for install build esp-idf/heap/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/heap/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/heap && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/heap && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5134,7 +5481,7 @@ build esp-idf/heap/install: phony esp-idf/heap/CMakeFiles/install.util # Utility command for rebuild_cache build esp-idf/heap/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/heap && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/heap && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5149,7 +5496,7 @@ build esp-idf/heap/list_install_components: phony # Utility command for install/local build esp-idf/heap/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/heap/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/heap && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/heap && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5164,7 +5511,7 @@ build esp-idf/heap/install/local: phony esp-idf/heap/CMakeFiles/install/local.ut # Utility command for install/strip build esp-idf/esp_ringbuf/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5174,7 +5521,7 @@ build esp-idf/esp_ringbuf/install/strip: phony esp-idf/esp_ringbuf/CMakeFiles/in # Utility command for edit_cache build esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_ringbuf/edit_cache: phony esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util @@ -5183,7 +5530,7 @@ build esp-idf/esp_ringbuf/edit_cache: phony esp-idf/esp_ringbuf/CMakeFiles/edit_ # Utility command for rebuild_cache build esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5198,8 +5545,8 @@ build esp-idf/esp_ringbuf/rebuild_cache: phony esp-idf/esp_ringbuf/CMakeFiles/re build cmake_object_order_depends_target___idf_esp_ringbuf: phony || cmake_object_order_depends_target___idf_driver build esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj: C_COMPILER____idf_esp_ringbuf /home/mithras/esp/esp-idf/components/esp_ringbuf/ringbuf.c || cmake_object_order_depends_target___idf_esp_ringbuf DEP_FILE = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir OBJECT_FILE_DIR = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir @@ -5227,7 +5574,7 @@ build esp-idf/esp_ringbuf/list_install_components: phony # Utility command for install/local build esp-idf/esp_ringbuf/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5237,7 +5584,7 @@ build esp-idf/esp_ringbuf/install/local: phony esp-idf/esp_ringbuf/CMakeFiles/in # Utility command for install build esp-idf/esp_ringbuf/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5252,7 +5599,7 @@ build esp-idf/esp_ringbuf/install: phony esp-idf/esp_ringbuf/CMakeFiles/install. # Utility command for install/strip build esp-idf/driver/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/driver/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/driver && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/driver && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5262,7 +5609,7 @@ build esp-idf/driver/install/strip: phony esp-idf/driver/CMakeFiles/install/stri # Utility command for edit_cache build esp-idf/driver/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/driver && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/driver && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/driver/edit_cache: phony esp-idf/driver/CMakeFiles/edit_cache.util @@ -5276,164 +5623,164 @@ build esp-idf/driver/edit_cache: phony esp-idf/driver/CMakeFiles/edit_cache.util build cmake_object_order_depends_target___idf_driver: phony || cmake_object_order_depends_target___idf_pthread build esp-idf/driver/CMakeFiles/__idf_driver.dir/adc.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/adc.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/adc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/can.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/can.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/can.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/dac.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/dac.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/dac.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/gpio.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/i2c.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/i2s.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/ledc.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/pcnt.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/periph_ctrl.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/periph_ctrl.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/periph_ctrl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/rmt.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_io.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/rtc_io.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_io.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_module.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/rtc_module.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_module.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_crc.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/sdspi_crc.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_crc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_host.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/sdspi_host.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_host.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_transaction.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/sdspi_transaction.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_transaction.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/sigmadelta.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/sigmadelta.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/sigmadelta.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_common.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/spi_common.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_master.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/spi_master.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_master.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -std=gnu11 - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -std=gnu11 + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_slave.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/spi_slave.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_slave.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/timer.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/timer.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/timer.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor_common.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/touch_sensor_common.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/uart.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/uart.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/uart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/mcpwm.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/sdio_slave.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_host.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/sdmmc_host.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_host.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_transaction.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/sdmmc_transaction.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_transaction.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir build esp-idf/driver/CMakeFiles/__idf_driver.dir/esp32/touch_sensor.c.obj: C_COMPILER____idf_driver /home/mithras/esp/esp-idf/components/driver/esp32/touch_sensor.c || cmake_object_order_depends_target___idf_driver DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/esp32/touch_sensor.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/esp32 @@ -5456,7 +5803,7 @@ build esp-idf/driver/libdriver.a: CXX_STATIC_LIBRARY_LINKER____idf_driver esp-id # Utility command for rebuild_cache build esp-idf/driver/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/driver && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/driver && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5471,7 +5818,7 @@ build esp-idf/driver/list_install_components: phony # Utility command for install/local build esp-idf/driver/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/driver/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/driver && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/driver && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5481,7 +5828,7 @@ build esp-idf/driver/install/local: phony esp-idf/driver/CMakeFiles/install/loca # Utility command for install build esp-idf/driver/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/driver/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/driver && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/driver && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5496,7 +5843,7 @@ build esp-idf/driver/install: phony esp-idf/driver/CMakeFiles/install.util # Utility command for install/strip build esp-idf/pthread/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/pthread/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/pthread && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/pthread && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5506,7 +5853,7 @@ build esp-idf/pthread/install/strip: phony esp-idf/pthread/CMakeFiles/install/st # Utility command for edit_cache build esp-idf/pthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/pthread && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/pthread && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/pthread/edit_cache: phony esp-idf/pthread/CMakeFiles/edit_cache.util @@ -5520,20 +5867,20 @@ build esp-idf/pthread/edit_cache: phony esp-idf/pthread/CMakeFiles/edit_cache.ut build cmake_object_order_depends_target___idf_pthread: phony || cmake_object_order_depends_target___idf_espcoredump build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj: C_COMPILER____idf_pthread /home/mithras/esp/esp-idf/components/pthread/pthread.c || cmake_object_order_depends_target___idf_pthread DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir OBJECT_FILE_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj: C_COMPILER____idf_pthread /home/mithras/esp/esp-idf/components/pthread/pthread_cond_var.c || cmake_object_order_depends_target___idf_pthread DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir OBJECT_FILE_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj: C_COMPILER____idf_pthread /home/mithras/esp/esp-idf/components/pthread/pthread_local_storage.c || cmake_object_order_depends_target___idf_pthread DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir OBJECT_FILE_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir @@ -5556,7 +5903,7 @@ build esp-idf/pthread/libpthread.a: CXX_STATIC_LIBRARY_LINKER____idf_pthread esp # Utility command for rebuild_cache build esp-idf/pthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/pthread && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/pthread && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5571,7 +5918,7 @@ build esp-idf/pthread/list_install_components: phony # Utility command for install/local build esp-idf/pthread/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/pthread/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/pthread && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/pthread && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5581,7 +5928,7 @@ build esp-idf/pthread/install/local: phony esp-idf/pthread/CMakeFiles/install/lo # Utility command for install build esp-idf/pthread/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/pthread/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/pthread && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/pthread && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5596,7 +5943,7 @@ build esp-idf/pthread/install: phony esp-idf/pthread/CMakeFiles/install.util # Utility command for install/strip build esp-idf/espcoredump/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/espcoredump/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/espcoredump && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/espcoredump && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5606,7 +5953,7 @@ build esp-idf/espcoredump/install/strip: phony esp-idf/espcoredump/CMakeFiles/in # Utility command for edit_cache build esp-idf/espcoredump/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/espcoredump && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/espcoredump && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/espcoredump/edit_cache: phony esp-idf/espcoredump/CMakeFiles/edit_cache.util @@ -5621,36 +5968,36 @@ build cmake_object_order_depends_target___idf_espcoredump: phony || cmake_object build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj: C_COMPILER____idf_espcoredump /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_common.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj: C_COMPILER____idf_espcoredump /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_flash.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_port.c.obj: C_COMPILER____idf_espcoredump /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_port.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_port.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj: C_COMPILER____idf_espcoredump /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_uart.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj: C_COMPILER____idf_espcoredump /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_elf.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src @@ -5673,7 +6020,7 @@ build esp-idf/espcoredump/libespcoredump.a: CXX_STATIC_LIBRARY_LINKER____idf_esp # Utility command for rebuild_cache build esp-idf/espcoredump/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/espcoredump && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/espcoredump && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5688,7 +6035,7 @@ build esp-idf/espcoredump/list_install_components: phony # Utility command for install/local build esp-idf/espcoredump/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/espcoredump/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/espcoredump && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/espcoredump && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5698,7 +6045,7 @@ build esp-idf/espcoredump/install/local: phony esp-idf/espcoredump/CMakeFiles/in # Utility command for install build esp-idf/espcoredump/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/espcoredump/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/espcoredump && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/espcoredump && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5713,7 +6060,7 @@ build esp-idf/espcoredump/install: phony esp-idf/espcoredump/CMakeFiles/install. # Utility command for install/strip build esp-idf/perfmon/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/perfmon/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/perfmon && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/perfmon && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5723,7 +6070,7 @@ build esp-idf/perfmon/install/strip: phony esp-idf/perfmon/CMakeFiles/install/st # Utility command for edit_cache build esp-idf/perfmon/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/perfmon && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/perfmon && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/perfmon/edit_cache: phony esp-idf/perfmon/CMakeFiles/edit_cache.util @@ -5737,20 +6084,20 @@ build esp-idf/perfmon/edit_cache: phony esp-idf/perfmon/CMakeFiles/edit_cache.ut build cmake_object_order_depends_target___idf_perfmon: phony || cmake_object_order_depends_target___idf_esp32 build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj: C_COMPILER____idf_perfmon /home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_access.c || cmake_object_order_depends_target___idf_perfmon DEP_FILE = esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir OBJECT_FILE_DIR = esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj: C_COMPILER____idf_perfmon /home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_apis.c || cmake_object_order_depends_target___idf_perfmon DEP_FILE = esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir OBJECT_FILE_DIR = esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj: C_COMPILER____idf_perfmon /home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_masks.c || cmake_object_order_depends_target___idf_perfmon DEP_FILE = esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir OBJECT_FILE_DIR = esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir @@ -5773,7 +6120,7 @@ build esp-idf/perfmon/libperfmon.a: CXX_STATIC_LIBRARY_LINKER____idf_perfmon esp # Utility command for install build esp-idf/perfmon/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/perfmon/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/perfmon && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/perfmon && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5783,7 +6130,7 @@ build esp-idf/perfmon/install: phony esp-idf/perfmon/CMakeFiles/install.util # Utility command for rebuild_cache build esp-idf/perfmon/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/perfmon && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/perfmon && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5798,7 +6145,7 @@ build esp-idf/perfmon/list_install_components: phony # Utility command for install/local build esp-idf/perfmon/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/perfmon/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/perfmon && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/perfmon && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5813,7 +6160,7 @@ build esp-idf/perfmon/install/local: phony esp-idf/perfmon/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/esp32/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp32/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5823,7 +6170,7 @@ build esp-idf/esp32/install/strip: phony esp-idf/esp32/CMakeFiles/install/strip. # Utility command for install/local build esp-idf/esp32/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp32/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5833,7 +6180,7 @@ build esp-idf/esp32/install/local: phony esp-idf/esp32/CMakeFiles/install/local. # Utility command for install build esp-idf/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp32/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp32 && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp32 && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5848,7 +6195,7 @@ build esp-idf/esp32/esp32_linker_script: phony esp-idf/esp32/CMakeFiles/esp32_li # Utility command for edit_cache build esp-idf/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp32 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp32/edit_cache: phony esp-idf/esp32/CMakeFiles/edit_cache.util @@ -5863,141 +6210,120 @@ build cmake_object_order_depends_target___idf_esp32: phony || cmake_object_order build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_err_int.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/cache_err_int.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_err_int.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_sram_mmu.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/cache_sram_mmu.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_sram_mmu.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/clk.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/clk.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/clk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cpu_start.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/cpu_start.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cpu_start.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-stack-protector - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-stack-protector + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/crosscore_int.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/crosscore_int.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/crosscore_int.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_access.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/dport_access.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_access.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include - OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir - OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir -build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_panic_highint_hdl.S.obj: ASM_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/dport_panic_highint_hdl.S || cmake_object_order_depends_target___idf_esp32 - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" - DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_panic_highint_hdl.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/esp_himem.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/esp_himem.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/esp_himem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/hw_random.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/hw_random.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/hw_random.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/int_wdt.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/int_wdt.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/int_wdt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/intr_alloc.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/intr_alloc.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/intr_alloc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include - OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir - OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir -build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/panic.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/panic.c || cmake_object_order_depends_target___idf_esp32 - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" - DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/panic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_esp32.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/pm_esp32.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_trace.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/pm_trace.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_trace.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include - OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir - OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir -build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/reset_reason.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/reset_reason.c || cmake_object_order_depends_target___idf_esp32 - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" - DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/reset_reason.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/sleep_modes.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/sleep_modes.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/sleep_modes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/spiram.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram_psram.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/spiram_psram.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram_psram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/system_api_esp32.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/system_api_esp32.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/system_api_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj: C_COMPILER____idf_esp32 /home/mithras/esp/esp-idf/components/esp32/task_wdt.c || cmake_object_order_depends_target___idf_esp32 DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir OBJECT_FILE_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir @@ -6008,7 +6334,7 @@ build esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj: C_COMPILER____idf ############################################# # Link the static library esp-idf/esp32/libesp32.a -build esp-idf/esp32/libesp32.a: CXX_STATIC_LIBRARY_LINKER____idf_esp32 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_err_int.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_sram_mmu.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/clk.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cpu_start.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/crosscore_int.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_access.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_panic_highint_hdl.S.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/esp_himem.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/hw_random.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/int_wdt.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/intr_alloc.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/panic.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_esp32.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_trace.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/reset_reason.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/sleep_modes.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram_psram.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/system_api_esp32.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj || esp-idf/esp_common/libesp_common.a +build esp-idf/esp32/libesp32.a: CXX_STATIC_LIBRARY_LINKER____idf_esp32 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_err_int.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_sram_mmu.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/clk.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cpu_start.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/crosscore_int.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_access.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/esp_himem.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/hw_random.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/int_wdt.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/intr_alloc.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_esp32.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_trace.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/sleep_modes.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram_psram.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/system_api_esp32.c.obj esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj || esp-idf/esp_common/libesp_common.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/esp32/CMakeFiles/__idf_esp32.dir POST_BUILD = : @@ -6024,13 +6350,13 @@ build esp-idf/esp32/list_install_components: phony ############################################# # Utility command for __ldgen_output_esp32.project.ld -build esp-idf/esp32/__ldgen_output_esp32.project.ld: phony esp-idf/esp32/CMakeFiles/__ldgen_output_esp32.project.ld esp-idf/esp32/ld/esp32.project.ld esp-idf/asio/libasio.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl/liblvgl.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a esp-idf/main/libmain.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/openssl/libopenssl.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/sdmmc/libsdmmc.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/xtensa/libxtensa.a +build esp-idf/esp32/__ldgen_output_esp32.project.ld: phony esp-idf/esp32/CMakeFiles/__ldgen_output_esp32.project.ld esp-idf/esp32/ld/esp32.project.ld esp-idf/asio/libasio.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/main/libmain.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/openssl/libopenssl.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/sdmmc/libsdmmc.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/xtensa/libxtensa.a ############################################# # Utility command for rebuild_cache build esp-idf/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp32 && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp32 && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6045,20 +6371,20 @@ build esp-idf/esp32/CMakeFiles/esp32_linker_script: phony esp-idf/esp32/esp32_ou # Custom command for esp-idf/esp32/esp32_out.ld build esp-idf/esp32/esp32_out.ld: CUSTOM_COMMAND config/sdkconfig.h - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp32 && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -C -P -x c -E -o esp32_out.ld -I /home/mithras/Documents/bakalarka/build/config /home/mithras/esp/esp-idf/components/esp32/ld/esp32.ld + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp32 && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -C -P -x c -E -o esp32_out.ld -I /home/mithras/esp/bakalarka/build/config /home/mithras/esp/esp-idf/components/esp32/ld/esp32.ld DESC = Generating linker script... restat = 1 ############################################# # Phony custom command for esp-idf/esp32/CMakeFiles/__ldgen_output_esp32.project.ld -build esp-idf/esp32/CMakeFiles/__ldgen_output_esp32.project.ld: phony esp-idf/esp32/ld/esp32.project.ld || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl/liblvgl.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a +build esp-idf/esp32/CMakeFiles/__ldgen_output_esp32.project.ld: phony esp-idf/esp32/ld/esp32.project.ld || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a ############################################# # Custom command for esp-idf/esp32/ld/esp32.project.ld -build esp-idf/esp32/ld/esp32.project.ld: CUSTOM_COMMAND /home/mithras/esp/esp-idf/components/esp32/ld/esp32.project.ld.in /home/mithras/esp/esp-idf/components/xtensa/linker.lf /home/mithras/esp/esp-idf/components/soc/linker.lf /home/mithras/esp/esp-idf/components/esp_event/linker.lf /home/mithras/esp/esp-idf/components/spi_flash/linker.lf /home/mithras/esp/esp-idf/components/esp_wifi/linker.lf /home/mithras/esp/esp-idf/components/lwip/linker.lf /home/mithras/esp/esp-idf/components/log/linker.lf /home/mithras/esp/esp-idf/components/heap/linker.lf /home/mithras/esp/esp-idf/components/esp_ringbuf/linker.lf /home/mithras/esp/esp-idf/components/espcoredump/linker.lf /home/mithras/esp/esp-idf/components/esp32/linker.lf /home/mithras/esp/esp-idf/components/esp32/ld/esp32_fragments.lf /home/mithras/esp/esp-idf/components/freertos/linker.lf /home/mithras/esp/esp-idf/components/newlib/newlib.lf /home/mithras/esp/esp-idf/components/app_trace/linker.lf /home/mithras/esp/esp-idf/components/esp_gdbstub/linker.lf esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/esp_eth/libesp_eth.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_event/libesp_event.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/app_update/libapp_update.a esp-idf/spi_flash/libspi_flash.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/lwip/liblwip.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/driver/libdriver.a esp-idf/pthread/libpthread.a esp-idf/espcoredump/libespcoredump.a esp-idf/perfmon/libperfmon.a esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/freertos/libfreertos.a esp-idf/vfs/libvfs.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/app_trace/libapp_trace.a esp-idf/asio/libasio.a esp-idf/cbor/libcbor.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/nghttp/libnghttp.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/mdns/libmdns.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/expat/libexpat.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/freemodbus/libfreemodbus.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/mqtt/libmqtt.a esp-idf/openssl/libopenssl.a esp-idf/spiffs/libspiffs.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a esp-idf/files/libfiles.a esp-idf/ca/libca.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/wifi/libwifi.a esp-idf/https_server/libhttps_server.a esp-idf/lvgl/liblvgl.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a ../sdkconfig || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl/liblvgl.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp32 && /home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/tools/ldgen/ldgen.py --config /home/mithras/Documents/bakalarka/sdkconfig --fragments /home/mithras/esp/esp-idf/components/xtensa/linker.lf /home/mithras/esp/esp-idf/components/soc/linker.lf /home/mithras/esp/esp-idf/components/esp_event/linker.lf /home/mithras/esp/esp-idf/components/spi_flash/linker.lf /home/mithras/esp/esp-idf/components/esp_wifi/linker.lf /home/mithras/esp/esp-idf/components/lwip/linker.lf /home/mithras/esp/esp-idf/components/log/linker.lf /home/mithras/esp/esp-idf/components/heap/linker.lf /home/mithras/esp/esp-idf/components/esp_ringbuf/linker.lf /home/mithras/esp/esp-idf/components/espcoredump/linker.lf /home/mithras/esp/esp-idf/components/esp32/linker.lf /home/mithras/esp/esp-idf/components/esp32/ld/esp32_fragments.lf /home/mithras/esp/esp-idf/components/freertos/linker.lf /home/mithras/esp/esp-idf/components/newlib/newlib.lf /home/mithras/esp/esp-idf/components/app_trace/linker.lf /home/mithras/esp/esp-idf/components/esp_gdbstub/linker.lf --input /home/mithras/esp/esp-idf/components/esp32/ld/esp32.project.ld.in --output /home/mithras/Documents/bakalarka/build/esp-idf/esp32/ld/esp32.project.ld --kconfig /home/mithras/esp/esp-idf/Kconfig --env-file /home/mithras/Documents/bakalarka/build/config.env --libraries-file /home/mithras/Documents/bakalarka/build/ldgen_libraries --objdump /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump +build esp-idf/esp32/ld/esp32.project.ld: CUSTOM_COMMAND /home/mithras/esp/esp-idf/components/esp32/ld/esp32.project.ld.in /home/mithras/esp/esp-idf/components/xtensa/linker.lf /home/mithras/esp/esp-idf/components/spi_flash/linker.lf /home/mithras/esp/esp-idf/components/esp_system/linker.lf /home/mithras/esp/esp-idf/components/soc/linker.lf /home/mithras/esp/esp-idf/components/esp_event/linker.lf /home/mithras/esp/esp-idf/components/esp_wifi/linker.lf /home/mithras/esp/esp-idf/components/lwip/linker.lf /home/mithras/esp/esp-idf/components/log/linker.lf /home/mithras/esp/esp-idf/components/heap/linker.lf /home/mithras/esp/esp-idf/components/esp_ringbuf/linker.lf /home/mithras/esp/esp-idf/components/espcoredump/linker.lf /home/mithras/esp/esp-idf/components/esp32/linker.lf /home/mithras/esp/esp-idf/components/esp32/ld/esp32_fragments.lf /home/mithras/esp/esp-idf/components/esp_common/linker.lf /home/mithras/esp/esp-idf/components/freertos/linker.lf /home/mithras/esp/esp-idf/components/newlib/newlib.lf /home/mithras/esp/esp-idf/components/app_trace/linker.lf /home/mithras/esp/esp-idf/components/esp_gdbstub/linker.lf esp-idf/xtensa/libxtensa.a esp-idf/mbedtls/libmbedtls.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/app_update/libapp_update.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/soc/libsoc.a esp-idf/esp_eth/libesp_eth.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_event/libesp_event.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/lwip/liblwip.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/driver/libdriver.a esp-idf/pthread/libpthread.a esp-idf/espcoredump/libespcoredump.a esp-idf/perfmon/libperfmon.a esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/freertos/libfreertos.a esp-idf/vfs/libvfs.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/app_trace/libapp_trace.a esp-idf/asio/libasio.a esp-idf/cbor/libcbor.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/nghttp/libnghttp.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/mdns/libmdns.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/expat/libexpat.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/freemodbus/libfreemodbus.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/mqtt/libmqtt.a esp-idf/openssl/libopenssl.a esp-idf/spiffs/libspiffs.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a esp-idf/files/libfiles.a esp-idf/ca/libca.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/wifi/libwifi.a esp-idf/https_server/libhttps_server.a ../sdkconfig || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp32 && python /home/mithras/esp/esp-idf/tools/ldgen/ldgen.py --config /home/mithras/esp/bakalarka/sdkconfig --fragments /home/mithras/esp/esp-idf/components/xtensa/linker.lf /home/mithras/esp/esp-idf/components/spi_flash/linker.lf /home/mithras/esp/esp-idf/components/esp_system/linker.lf /home/mithras/esp/esp-idf/components/soc/linker.lf /home/mithras/esp/esp-idf/components/esp_event/linker.lf /home/mithras/esp/esp-idf/components/esp_wifi/linker.lf /home/mithras/esp/esp-idf/components/lwip/linker.lf /home/mithras/esp/esp-idf/components/log/linker.lf /home/mithras/esp/esp-idf/components/heap/linker.lf /home/mithras/esp/esp-idf/components/esp_ringbuf/linker.lf /home/mithras/esp/esp-idf/components/espcoredump/linker.lf /home/mithras/esp/esp-idf/components/esp32/linker.lf /home/mithras/esp/esp-idf/components/esp32/ld/esp32_fragments.lf /home/mithras/esp/esp-idf/components/esp_common/linker.lf /home/mithras/esp/esp-idf/components/freertos/linker.lf /home/mithras/esp/esp-idf/components/newlib/newlib.lf /home/mithras/esp/esp-idf/components/app_trace/linker.lf /home/mithras/esp/esp-idf/components/esp_gdbstub/linker.lf --input /home/mithras/esp/esp-idf/components/esp32/ld/esp32.project.ld.in --output /home/mithras/esp/bakalarka/build/esp-idf/esp32/ld/esp32.project.ld --kconfig /home/mithras/esp/esp-idf/Kconfig --env-file /home/mithras/esp/bakalarka/build/config.env --libraries-file /home/mithras/esp/bakalarka/build/ldgen_libraries --objdump /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump DESC = Generating ld/esp32.project.ld restat = 1 # ============================================================================= @@ -6071,7 +6397,7 @@ build esp-idf/esp32/ld/esp32.project.ld: CUSTOM_COMMAND /home/mithras/esp/esp-id # Utility command for install/strip build esp-idf/esp_common/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_common/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_common && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_common && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -6081,7 +6407,7 @@ build esp-idf/esp_common/install/strip: phony esp-idf/esp_common/CMakeFiles/inst # Utility command for edit_cache build esp-idf/esp_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_common && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_common && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_cache.util @@ -6096,64 +6422,64 @@ build cmake_object_order_depends_target___idf_esp_common: phony || cmake_object_ build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/brownout.c.obj: C_COMPILER____idf_esp_common /home/mithras/esp/esp-idf/components/esp_common/src/brownout.c || cmake_object_order_depends_target___idf_esp_common DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/brownout.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant + OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir + OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src +build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err.c.obj: C_COMPILER____idf_esp_common /home/mithras/esp/esp-idf/components/esp_common/src/esp_err.c || cmake_object_order_depends_target___idf_esp_common + DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" + DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj: C_COMPILER____idf_esp_common /home/mithras/esp/esp-idf/components/esp_common/src/dbg_stubs.c || cmake_object_order_depends_target___idf_esp_common DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj: C_COMPILER____idf_esp_common /home/mithras/esp/esp-idf/components/esp_common/src/esp_err_to_name.c || cmake_object_order_depends_target___idf_esp_common DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj: C_COMPILER____idf_esp_common /home/mithras/esp/esp-idf/components/esp_common/src/freertos_hooks.c || cmake_object_order_depends_target___idf_esp_common DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/mac_addr.c.obj: C_COMPILER____idf_esp_common /home/mithras/esp/esp-idf/components/esp_common/src/mac_addr.c || cmake_object_order_depends_target___idf_esp_common DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/mac_addr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj: C_COMPILER____idf_esp_common /home/mithras/esp/esp-idf/components/esp_common/src/pm_locks.c || cmake_object_order_depends_target___idf_esp_common DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj: C_COMPILER____idf_esp_common /home/mithras/esp/esp-idf/components/esp_common/src/stack_check.c || cmake_object_order_depends_target___idf_esp_common DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-stack-protector - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant - OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir - OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src -build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/system_api.c.obj: C_COMPILER____idf_esp_common /home/mithras/esp/esp-idf/components/esp_common/src/system_api.c || cmake_object_order_depends_target___idf_esp_common - DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" - DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/system_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-stack-protector + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj: C_COMPILER____idf_esp_common /home/mithras/esp/esp-idf/components/esp_common/src/ipc.c || cmake_object_order_depends_target___idf_esp_common DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src @@ -6164,7 +6490,7 @@ build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj: C_COMPIL ############################################# # Link the static library esp-idf/esp_common/libesp_common.a -build esp-idf/esp_common/libesp_common.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_common esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/brownout.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/mac_addr.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/system_api.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj || esp-idf/esp_timer/libesp_timer.a +build esp-idf/esp_common/libesp_common.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_common esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/brownout.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/mac_addr.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj || esp-idf/esp_timer/libesp_timer.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir POST_BUILD = : @@ -6176,7 +6502,7 @@ build esp-idf/esp_common/libesp_common.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_c # Utility command for rebuild_cache build esp-idf/esp_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_common && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_common && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6191,7 +6517,7 @@ build esp-idf/esp_common/list_install_components: phony # Utility command for install/local build esp-idf/esp_common/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_common/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_common && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_common && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -6201,7 +6527,7 @@ build esp-idf/esp_common/install/local: phony esp-idf/esp_common/CMakeFiles/inst # Utility command for install build esp-idf/esp_common/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_common/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_common && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_common && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -6216,7 +6542,7 @@ build esp-idf/esp_common/install: phony esp-idf/esp_common/CMakeFiles/install.ut # Utility command for install/strip build esp-idf/esp_timer/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_timer/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_timer && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_timer && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -6226,7 +6552,7 @@ build esp-idf/esp_timer/install/strip: phony esp-idf/esp_timer/CMakeFiles/instal # Utility command for edit_cache build esp-idf/esp_timer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_timer && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_timer && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_timer/edit_cache: phony esp-idf/esp_timer/CMakeFiles/edit_cache.util @@ -6240,20 +6566,20 @@ build esp-idf/esp_timer/edit_cache: phony esp-idf/esp_timer/CMakeFiles/edit_cach build cmake_object_order_depends_target___idf_esp_timer: phony || cmake_object_order_depends_target___idf_freertos build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj: C_COMPILER____idf_esp_timer /home/mithras/esp/esp-idf/components/esp_timer/src/esp_timer.c || cmake_object_order_depends_target___idf_esp_timer DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj: C_COMPILER____idf_esp_timer /home/mithras/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c || cmake_object_order_depends_target___idf_esp_timer DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj: C_COMPILER____idf_esp_timer /home/mithras/esp/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c || cmake_object_order_depends_target___idf_esp_timer DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src @@ -6276,7 +6602,7 @@ build esp-idf/esp_timer/libesp_timer.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_tim # Utility command for rebuild_cache build esp-idf/esp_timer/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_timer && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_timer && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6291,7 +6617,7 @@ build esp-idf/esp_timer/list_install_components: phony # Utility command for install/local build esp-idf/esp_timer/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_timer/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_timer && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_timer && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -6301,7 +6627,7 @@ build esp-idf/esp_timer/install/local: phony esp-idf/esp_timer/CMakeFiles/instal # Utility command for install build esp-idf/esp_timer/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_timer/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_timer && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_timer && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -6316,7 +6642,7 @@ build esp-idf/esp_timer/install: phony esp-idf/esp_timer/CMakeFiles/install.util # Utility command for install/strip build esp-idf/freertos/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/freertos/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/freertos && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/freertos && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -6326,7 +6652,7 @@ build esp-idf/freertos/install/strip: phony esp-idf/freertos/CMakeFiles/install/ # Utility command for edit_cache build esp-idf/freertos/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/freertos && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/freertos && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/freertos/edit_cache: phony esp-idf/freertos/CMakeFiles/edit_cache.util @@ -6340,102 +6666,102 @@ build esp-idf/freertos/edit_cache: phony esp-idf/freertos/CMakeFiles/edit_cache. build cmake_object_order_depends_target___idf_freertos: phony || cmake_object_order_depends_target___idf_vfs build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/port.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/xtensa/port.c || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/port.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/portasm.S.obj: ASM_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/xtensa/portasm.S || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/portasm.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_context.S.obj: ASM_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_context.S || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_context.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_init.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_init.c || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr_asm.S.obj: ASM_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_intr_asm.S || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr_asm.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_intr.c || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_overlay_os_hook.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_overlay_os_hook.c || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_overlay_os_hook.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vector_defaults.S.obj: ASM_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_vector_defaults.S || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vector_defaults.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vectors.S.obj: ASM_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_vectors.S || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vectors.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/croutine.c || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/event_groups.c || cmake_object_order_depends_target___idf_freertos DEFINES = -D_ESP_FREERTOS_INTERNAL DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/FreeRTOS-openocd.c || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/list.c || cmake_object_order_depends_target___idf_freertos DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/queue.c || cmake_object_order_depends_target___idf_freertos DEFINES = -D_ESP_FREERTOS_INTERNAL DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/tasks.c || cmake_object_order_depends_target___idf_freertos DEFINES = -D_ESP_FREERTOS_INTERNAL DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj: C_COMPILER____idf_freertos /home/mithras/esp/esp-idf/components/freertos/timers.c || cmake_object_order_depends_target___idf_freertos DEFINES = -D_ESP_FREERTOS_INTERNAL DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir @@ -6458,7 +6784,7 @@ build esp-idf/freertos/libfreertos.a: CXX_STATIC_LIBRARY_LINKER____idf_freertos # Utility command for rebuild_cache build esp-idf/freertos/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/freertos && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/freertos && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6473,7 +6799,7 @@ build esp-idf/freertos/list_install_components: phony # Utility command for install/local build esp-idf/freertos/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/freertos/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/freertos && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/freertos && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -6483,7 +6809,7 @@ build esp-idf/freertos/install/local: phony esp-idf/freertos/CMakeFiles/install/ # Utility command for install build esp-idf/freertos/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/freertos/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/freertos && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/freertos && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -6498,7 +6824,7 @@ build esp-idf/freertos/install: phony esp-idf/freertos/CMakeFiles/install.util # Utility command for install/strip build esp-idf/vfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/vfs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/vfs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/vfs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -6508,7 +6834,7 @@ build esp-idf/vfs/install/strip: phony esp-idf/vfs/CMakeFiles/install/strip.util # Utility command for edit_cache build esp-idf/vfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/vfs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/vfs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/vfs/edit_cache: phony esp-idf/vfs/CMakeFiles/edit_cache.util @@ -6517,7 +6843,7 @@ build esp-idf/vfs/edit_cache: phony esp-idf/vfs/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/vfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/vfs && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/vfs && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6532,7 +6858,7 @@ build esp-idf/vfs/list_install_components: phony # Utility command for install/local build esp-idf/vfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/vfs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/vfs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/vfs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -6547,20 +6873,20 @@ build esp-idf/vfs/install/local: phony esp-idf/vfs/CMakeFiles/install/local.util build cmake_object_order_depends_target___idf_vfs: phony || cmake_object_order_depends_target___idf_newlib build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj: C_COMPILER____idf_vfs /home/mithras/esp/esp-idf/components/vfs/vfs.c || cmake_object_order_depends_target___idf_vfs DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj: C_COMPILER____idf_vfs /home/mithras/esp/esp-idf/components/vfs/vfs_uart.c || cmake_object_order_depends_target___idf_vfs DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj: C_COMPILER____idf_vfs /home/mithras/esp/esp-idf/components/vfs/vfs_semihost.c || cmake_object_order_depends_target___idf_vfs DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir @@ -6583,7 +6909,7 @@ build esp-idf/vfs/libvfs.a: CXX_STATIC_LIBRARY_LINKER____idf_vfs esp-idf/vfs/CMa # Utility command for install build esp-idf/vfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/vfs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/vfs && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/vfs && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -6598,7 +6924,7 @@ build esp-idf/vfs/install: phony esp-idf/vfs/CMakeFiles/install.util # Utility command for install/strip build esp-idf/newlib/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/newlib && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/newlib && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -6608,7 +6934,7 @@ build esp-idf/newlib/install/strip: phony esp-idf/newlib/CMakeFiles/install/stri # Utility command for edit_cache build esp-idf/newlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/newlib && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/newlib && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/newlib/edit_cache: phony esp-idf/newlib/CMakeFiles/edit_cache.util @@ -6620,88 +6946,94 @@ build esp-idf/newlib/edit_cache: phony esp-idf/newlib/CMakeFiles/edit_cache.util # Order-only phony target for __idf_newlib build cmake_object_order_depends_target___idf_newlib: phony || cmake_object_order_depends_target___idf_cxx +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/abort.c || cmake_object_order_depends_target___idf_newlib + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/heap.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-builtin - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-builtin + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/locks.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/poll.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/pread.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/pwrite.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/pthread.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/random.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/reent_init.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/select.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/syscall_table.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/syscalls.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/termios.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/time.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj: C_COMPILER____idf_newlib /home/mithras/esp/esp-idf/components/newlib/utime.c || cmake_object_order_depends_target___idf_newlib DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir @@ -6712,7 +7044,7 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj: C_COMPILER____idf_ ############################################# # Link the static library esp-idf/newlib/libnewlib.a -build esp-idf/newlib/libnewlib.a: CXX_STATIC_LIBRARY_LINKER____idf_newlib esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj || esp-idf/cxx/libcxx.a +build esp-idf/newlib/libnewlib.a: CXX_STATIC_LIBRARY_LINKER____idf_newlib esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj || esp-idf/cxx/libcxx.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir POST_BUILD = : @@ -6724,7 +7056,7 @@ build esp-idf/newlib/libnewlib.a: CXX_STATIC_LIBRARY_LINKER____idf_newlib esp-id # Utility command for rebuild_cache build esp-idf/newlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/newlib && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/newlib && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6739,7 +7071,7 @@ build esp-idf/newlib/list_install_components: phony # Utility command for install/local build esp-idf/newlib/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/newlib/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/newlib && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/newlib && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -6749,7 +7081,7 @@ build esp-idf/newlib/install/local: phony esp-idf/newlib/CMakeFiles/install/loca # Utility command for install build esp-idf/newlib/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/newlib/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/newlib && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/newlib && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -6764,7 +7096,7 @@ build esp-idf/newlib/install: phony esp-idf/newlib/CMakeFiles/install.util # Utility command for install/strip build esp-idf/cxx/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cxx/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cxx && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cxx && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -6774,7 +7106,7 @@ build esp-idf/cxx/install/strip: phony esp-idf/cxx/CMakeFiles/install/strip.util # Utility command for install/local build esp-idf/cxx/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cxx/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cxx && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cxx && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -6794,14 +7126,14 @@ build esp-idf/cxx/list_install_components: phony build cmake_object_order_depends_target___idf_cxx: phony || cmake_object_order_depends_target___idf_app_trace build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj: CXX_COMPILER____idf_cxx /home/mithras/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp || cmake_object_order_depends_target___idf_cxx DEP_FILE = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/pthread/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/pthread/include OBJECT_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir OBJECT_FILE_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj: CXX_COMPILER____idf_cxx /home/mithras/esp/esp-idf/components/cxx/cxx_guards.cpp || cmake_object_order_depends_target___idf_cxx DEP_FILE = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/pthread/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/pthread/include OBJECT_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir OBJECT_FILE_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir @@ -6824,7 +7156,7 @@ build esp-idf/cxx/libcxx.a: CXX_STATIC_LIBRARY_LINKER____idf_cxx esp-idf/cxx/CMa # Utility command for rebuild_cache build esp-idf/cxx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cxx && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cxx && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6834,7 +7166,7 @@ build esp-idf/cxx/rebuild_cache: phony esp-idf/cxx/CMakeFiles/rebuild_cache.util # Utility command for edit_cache build esp-idf/cxx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cxx && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cxx && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/cxx/edit_cache: phony esp-idf/cxx/CMakeFiles/edit_cache.util @@ -6843,7 +7175,7 @@ build esp-idf/cxx/edit_cache: phony esp-idf/cxx/CMakeFiles/edit_cache.util # Utility command for install build esp-idf/cxx/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cxx/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cxx && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cxx && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -6858,7 +7190,7 @@ build esp-idf/cxx/install: phony esp-idf/cxx/CMakeFiles/install.util # Utility command for install/strip build esp-idf/app_trace/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/app_trace/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/app_trace && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/app_trace && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -6868,7 +7200,7 @@ build esp-idf/app_trace/install/strip: phony esp-idf/app_trace/CMakeFiles/instal # Utility command for edit_cache build esp-idf/app_trace/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/app_trace && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/app_trace && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/app_trace/edit_cache: phony esp-idf/app_trace/CMakeFiles/edit_cache.util @@ -6887,26 +7219,26 @@ build esp-idf/app_trace/list_install_components: phony build cmake_object_order_depends_target___idf_app_trace: phony || cmake_object_order_depends_target___idf_nghttp build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj: C_COMPILER____idf_app_trace /home/mithras/esp/esp-idf/components/app_trace/app_trace.c || cmake_object_order_depends_target___idf_app_trace DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj: C_COMPILER____idf_app_trace /home/mithras/esp/esp-idf/components/app_trace/app_trace_util.c || cmake_object_order_depends_target___idf_app_trace DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj: C_COMPILER____idf_app_trace /home/mithras/esp/esp-idf/components/app_trace/host_file_io.c || cmake_object_order_depends_target___idf_app_trace DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj: C_COMPILER____idf_app_trace /home/mithras/esp/esp-idf/components/app_trace/gcov/gcov_rtio.c || cmake_object_order_depends_target___idf_app_trace DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov @@ -6929,7 +7261,7 @@ build esp-idf/app_trace/libapp_trace.a: CXX_STATIC_LIBRARY_LINKER____idf_app_tra # Utility command for install/local build esp-idf/app_trace/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/app_trace/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/app_trace && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/app_trace && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -6939,7 +7271,7 @@ build esp-idf/app_trace/install/local: phony esp-idf/app_trace/CMakeFiles/instal # Utility command for rebuild_cache build esp-idf/app_trace/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/app_trace && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/app_trace && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6949,7 +7281,7 @@ build esp-idf/app_trace/rebuild_cache: phony esp-idf/app_trace/CMakeFiles/rebuil # Utility command for install build esp-idf/app_trace/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/app_trace/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/app_trace && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/app_trace && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -6964,7 +7296,7 @@ build esp-idf/app_trace/install: phony esp-idf/app_trace/CMakeFiles/install.util # Utility command for install/strip build esp-idf/asio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/asio/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/asio && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/asio && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -6974,7 +7306,7 @@ build esp-idf/asio/install/strip: phony esp-idf/asio/CMakeFiles/install/strip.ut # Utility command for edit_cache build esp-idf/asio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/asio && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/asio && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/asio/edit_cache: phony esp-idf/asio/CMakeFiles/edit_cache.util @@ -6988,8 +7320,8 @@ build esp-idf/asio/edit_cache: phony esp-idf/asio/CMakeFiles/edit_cache.util build cmake_object_order_depends_target___idf_asio: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/asio/CMakeFiles/__idf_asio.dir/asio/asio/src/asio.cpp.obj: CXX_COMPILER____idf_asio /home/mithras/esp/esp-idf/components/asio/asio/asio/src/asio.cpp || cmake_object_order_depends_target___idf_asio DEP_FILE = esp-idf/asio/CMakeFiles/__idf_asio.dir/asio/asio/src/asio.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/asio/asio/asio/include -I/home/mithras/esp/esp-idf/components/asio/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/asio/asio/asio/include -I/home/mithras/esp/esp-idf/components/asio/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/asio/CMakeFiles/__idf_asio.dir OBJECT_FILE_DIR = esp-idf/asio/CMakeFiles/__idf_asio.dir/asio/asio/src @@ -7012,7 +7344,7 @@ build esp-idf/asio/libasio.a: CXX_STATIC_LIBRARY_LINKER____idf_asio esp-idf/asio # Utility command for rebuild_cache build esp-idf/asio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/asio && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/asio && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7027,7 +7359,7 @@ build esp-idf/asio/list_install_components: phony # Utility command for install/local build esp-idf/asio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/asio/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/asio && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/asio && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -7037,7 +7369,7 @@ build esp-idf/asio/install/local: phony esp-idf/asio/CMakeFiles/install/local.ut # Utility command for install build esp-idf/asio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/asio/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/asio && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/asio && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7052,7 +7384,7 @@ build esp-idf/asio/install: phony esp-idf/asio/CMakeFiles/install.util # Utility command for install/strip build esp-idf/bootloader/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bootloader/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -7062,32 +7394,37 @@ build esp-idf/bootloader/install/strip: phony esp-idf/bootloader/CMakeFiles/inst # Utility command for install/local build esp-idf/bootloader/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bootloader/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 build esp-idf/bootloader/install/local: phony esp-idf/bootloader/CMakeFiles/install/local.util +############################################# +# Utility command for install + +build esp-idf/bootloader/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bootloader/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/bootloader/install: phony esp-idf/bootloader/CMakeFiles/install.util + ############################################# # Utility command for bootloader-flash build esp-idf/bootloader/bootloader-flash: phony esp-idf/bootloader/CMakeFiles/bootloader-flash bootloader ############################################# -# Utility command for install +# Utility command for encrypted-bootloader-flash -build esp-idf/bootloader/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bootloader/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/bootloader/install: phony esp-idf/bootloader/CMakeFiles/install.util +build esp-idf/bootloader/encrypted-bootloader-flash: phony esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash ############################################# # Utility command for edit_cache build esp-idf/bootloader/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_cache.util @@ -7096,7 +7433,7 @@ build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/bootloader/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7111,8 +7448,14 @@ build esp-idf/bootloader/list_install_components: phony # Custom command for esp-idf/bootloader/CMakeFiles/bootloader-flash build esp-idf/bootloader/CMakeFiles/bootloader-flash: CUSTOM_COMMAND || bootloader esp-idf/partition_table/partition_table - COMMAND = cd /home/mithras/esp/esp-idf/components/bootloader && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @bootloader-flash_args" -D WORKING_DIRECTORY="/home/mithras/Documents/bakalarka/build" -P /home/mithras/esp/esp-idf/components/esptool_py/run_esptool.cmake + COMMAND = cd /home/mithras/esp/esp-idf/components/bootloader && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @bootloader-flash_args" -D WORKING_DIRECTORY="/home/mithras/esp/bakalarka/build" -P /home/mithras/esp/esp-idf/components/esptool_py/run_esptool.cmake pool = console + +############################################# +# Custom command for esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash + +build esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bootloader && /usr/bin/cmake -E echo "Error: The target encrypted-bootloader-flash requires" && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/mithras/esp/esp-idf/tools/cmake/scripts/fail.cmake # ============================================================================= # Write statements declared in CMakeLists.txt: # /home/mithras/esp/esp-idf/CMakeLists.txt @@ -7123,7 +7466,7 @@ build esp-idf/bootloader/CMakeFiles/bootloader-flash: CUSTOM_COMMAND || bootload # Utility command for install/strip build esp-idf/bt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bt/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -7133,7 +7476,7 @@ build esp-idf/bt/install/strip: phony esp-idf/bt/CMakeFiles/install/strip.util # Utility command for edit_cache build esp-idf/bt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/bt/edit_cache: phony esp-idf/bt/CMakeFiles/edit_cache.util @@ -7142,7 +7485,7 @@ build esp-idf/bt/edit_cache: phony esp-idf/bt/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/bt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bt && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bt && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7157,7 +7500,7 @@ build esp-idf/bt/list_install_components: phony # Utility command for install/local build esp-idf/bt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bt/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -7167,7 +7510,7 @@ build esp-idf/bt/install/local: phony esp-idf/bt/CMakeFiles/install/local.util # Utility command for install build esp-idf/bt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bt/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/bt && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/bt && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7182,7 +7525,7 @@ build esp-idf/bt/install: phony esp-idf/bt/CMakeFiles/install.util # Utility command for edit_cache build esp-idf/cbor/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cbor && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cbor && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/cbor/edit_cache: phony esp-idf/cbor/CMakeFiles/edit_cache.util @@ -7191,7 +7534,7 @@ build esp-idf/cbor/edit_cache: phony esp-idf/cbor/CMakeFiles/edit_cache.util # Utility command for install/strip build esp-idf/cbor/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cbor/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cbor && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cbor && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -7207,71 +7550,71 @@ build cmake_object_order_depends_target___idf_cbor: phony || cmake_object_order_ build esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder_close_container_checked.c.obj: C_COMPILER____idf_cbor /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborencoder_close_container_checked.c || cmake_object_order_depends_target___idf_cbor DEFINES = -D__GLIBC__ DEP_FILE = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder_close_container_checked.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir OBJECT_FILE_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src build esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder.c.obj: C_COMPILER____idf_cbor /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborencoder.c || cmake_object_order_depends_target___idf_cbor DEFINES = -D__GLIBC__ DEP_FILE = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir OBJECT_FILE_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src build esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborerrorstrings.c.obj: C_COMPILER____idf_cbor /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborerrorstrings.c || cmake_object_order_depends_target___idf_cbor DEFINES = -D__GLIBC__ DEP_FILE = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborerrorstrings.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir OBJECT_FILE_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src build esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser_dup_string.c.obj: C_COMPILER____idf_cbor /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborparser_dup_string.c || cmake_object_order_depends_target___idf_cbor DEFINES = -D__GLIBC__ DEP_FILE = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser_dup_string.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir OBJECT_FILE_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src build esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser.c.obj: C_COMPILER____idf_cbor /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborparser.c || cmake_object_order_depends_target___idf_cbor DEFINES = -D__GLIBC__ DEP_FILE = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir OBJECT_FILE_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src build esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty_stdio.c.obj: C_COMPILER____idf_cbor /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborpretty_stdio.c || cmake_object_order_depends_target___idf_cbor DEFINES = -D__GLIBC__ DEP_FILE = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty_stdio.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir OBJECT_FILE_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src build esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty.c.obj: C_COMPILER____idf_cbor /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborpretty.c || cmake_object_order_depends_target___idf_cbor DEFINES = -D__GLIBC__ DEP_FILE = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir OBJECT_FILE_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src build esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cbortojson.c.obj: C_COMPILER____idf_cbor /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cbortojson.c || cmake_object_order_depends_target___idf_cbor DEFINES = -D__GLIBC__ DEP_FILE = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cbortojson.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir OBJECT_FILE_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src build esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborvalidation.c.obj: C_COMPILER____idf_cbor /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborvalidation.c || cmake_object_order_depends_target___idf_cbor DEFINES = -D__GLIBC__ DEP_FILE = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborvalidation.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir OBJECT_FILE_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src build esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/open_memstream.c.obj: C_COMPILER____idf_cbor /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/open_memstream.c || cmake_object_order_depends_target___idf_cbor DEFINES = -D__GLIBC__ DEP_FILE = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/open_memstream.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir OBJECT_FILE_DIR = esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src @@ -7294,7 +7637,7 @@ build esp-idf/cbor/libcbor.a: CXX_STATIC_LIBRARY_LINKER____idf_cbor esp-idf/cbor # Utility command for rebuild_cache build esp-idf/cbor/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cbor && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cbor && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7309,7 +7652,7 @@ build esp-idf/cbor/list_install_components: phony # Utility command for install/local build esp-idf/cbor/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cbor/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cbor && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cbor && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -7319,7 +7662,7 @@ build esp-idf/cbor/install/local: phony esp-idf/cbor/CMakeFiles/install/local.ut # Utility command for install build esp-idf/cbor/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cbor/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cbor && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cbor && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7334,7 +7677,7 @@ build esp-idf/cbor/install: phony esp-idf/cbor/CMakeFiles/install.util # Utility command for edit_cache build esp-idf/coap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/coap && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/coap && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/coap/edit_cache: phony esp-idf/coap/CMakeFiles/edit_cache.util @@ -7343,7 +7686,7 @@ build esp-idf/coap/edit_cache: phony esp-idf/coap/CMakeFiles/edit_cache.util # Utility command for install/strip build esp-idf/coap/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/coap/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/coap && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/coap && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -7359,141 +7702,141 @@ build cmake_object_order_depends_target___idf_coap: phony || cmake_object_order_ build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/address.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/address.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/address.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/async.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/async.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/async.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/block.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/block.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/block.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_event.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_event.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_event.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_hashkey.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_hashkey.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_hashkey.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_session.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_session.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_session.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_time.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_time.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_debug.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/port/coap_debug.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-format-truncation - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-format-truncation + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/port build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/encode.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/encode.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/encode.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/mem.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/mem.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/mem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/net.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/net.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/net.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/option.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/option.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/option.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/pdu.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/pdu.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/pdu.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/resource.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/resource.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/resource.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/str.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/str.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/str.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/subscribe.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/subscribe.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/subscribe.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/uri.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/uri.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/uri.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_io.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_io.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_io.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src build esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_notls.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/port/coap_notls.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_notls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/port build esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_mbedtls.c.obj: C_COMPILER____idf_coap /home/mithras/esp/esp-idf/components/coap/port/coap_mbedtls.c || cmake_object_order_depends_target___idf_coap DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DWITH_POSIX DEP_FILE = esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_mbedtls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir OBJECT_FILE_DIR = esp-idf/coap/CMakeFiles/__idf_coap.dir/port @@ -7516,7 +7859,7 @@ build esp-idf/coap/libcoap.a: CXX_STATIC_LIBRARY_LINKER____idf_coap esp-idf/coap # Utility command for rebuild_cache build esp-idf/coap/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/coap && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/coap && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7531,7 +7874,7 @@ build esp-idf/coap/list_install_components: phony # Utility command for install/local build esp-idf/coap/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/coap/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/coap && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/coap && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -7541,7 +7884,7 @@ build esp-idf/coap/install/local: phony esp-idf/coap/CMakeFiles/install/local.ut # Utility command for install build esp-idf/coap/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/coap/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/coap && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/coap && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7556,7 +7899,7 @@ build esp-idf/coap/install: phony esp-idf/coap/CMakeFiles/install.util # Utility command for install/strip build esp-idf/console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/console/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/console && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/console && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -7566,7 +7909,7 @@ build esp-idf/console/install/strip: phony esp-idf/console/CMakeFiles/install/st # Utility command for edit_cache build esp-idf/console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/console && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/console && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/console/edit_cache: phony esp-idf/console/CMakeFiles/edit_cache.util @@ -7575,7 +7918,7 @@ build esp-idf/console/edit_cache: phony esp-idf/console/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/console && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/console && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7590,32 +7933,32 @@ build esp-idf/console/rebuild_cache: phony esp-idf/console/CMakeFiles/rebuild_ca build cmake_object_order_depends_target___idf_console: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj: C_COMPILER____idf_console /home/mithras/esp/esp-idf/components/console/commands.c || cmake_object_order_depends_target___idf_console DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj: C_COMPILER____idf_console /home/mithras/esp/esp-idf/components/console/esp_console_repl.c || cmake_object_order_depends_target___idf_console DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir build esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj: C_COMPILER____idf_console /home/mithras/esp/esp-idf/components/console/split_argv.c || cmake_object_order_depends_target___idf_console DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj: C_COMPILER____idf_console /home/mithras/esp/esp-idf/components/console/argtable3/argtable3.c || cmake_object_order_depends_target___idf_console DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 build esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj: C_COMPILER____idf_console /home/mithras/esp/esp-idf/components/console/linenoise/linenoise.c || cmake_object_order_depends_target___idf_console DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/linenoise @@ -7643,7 +7986,7 @@ build esp-idf/console/list_install_components: phony # Utility command for install/local build esp-idf/console/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/console/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/console && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/console && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -7653,7 +7996,7 @@ build esp-idf/console/install/local: phony esp-idf/console/CMakeFiles/install/lo # Utility command for install build esp-idf/console/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/console/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/console && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/console && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7668,7 +8011,7 @@ build esp-idf/console/install: phony esp-idf/console/CMakeFiles/install.util # Utility command for install/strip build esp-idf/nghttp/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/nghttp/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/nghttp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/nghttp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -7678,7 +8021,7 @@ build esp-idf/nghttp/install/strip: phony esp-idf/nghttp/CMakeFiles/install/stri # Utility command for edit_cache build esp-idf/nghttp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/nghttp && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/nghttp && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/nghttp/edit_cache: phony esp-idf/nghttp/CMakeFiles/edit_cache.util @@ -7693,162 +8036,162 @@ build cmake_object_order_depends_target___idf_nghttp: phony || cmake_object_orde build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_buf.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_buf.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_buf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_callbacks.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_callbacks.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_callbacks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_debug.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_debug.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_frame.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman_data.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman_data.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_helper.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_http.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_map.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_map.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_map.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_mem.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_mem.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_mem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_npn.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_npn.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_npn.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_option.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_option.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_option.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_outbound_item.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_pq.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_priority_spec.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_priority_spec.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_priority_spec.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_queue.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_rcbuf.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_session.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_stream.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_submit.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_version.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_version.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_version.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib build esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.obj: C_COMPILER____idf_nghttp /home/mithras/esp/esp-idf/components/nghttp/port/http_parser.c || cmake_object_order_depends_target___idf_nghttp DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir OBJECT_FILE_DIR = esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port @@ -7871,7 +8214,7 @@ build esp-idf/nghttp/libnghttp.a: CXX_STATIC_LIBRARY_LINKER____idf_nghttp esp-id # Utility command for rebuild_cache build esp-idf/nghttp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/nghttp && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/nghttp && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7886,7 +8229,7 @@ build esp-idf/nghttp/list_install_components: phony # Utility command for install/local build esp-idf/nghttp/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/nghttp/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/nghttp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/nghttp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -7896,7 +8239,7 @@ build esp-idf/nghttp/install/local: phony esp-idf/nghttp/CMakeFiles/install/loca # Utility command for install build esp-idf/nghttp/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/nghttp/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/nghttp && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/nghttp && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7911,7 +8254,7 @@ build esp-idf/nghttp/install: phony esp-idf/nghttp/CMakeFiles/install.util # Utility command for install/strip build esp-idf/esp-tls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp-tls/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp-tls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp-tls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -7921,7 +8264,7 @@ build esp-idf/esp-tls/install/strip: phony esp-idf/esp-tls/CMakeFiles/install/st # Utility command for edit_cache build esp-idf/esp-tls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp-tls && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp-tls && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp-tls/edit_cache: phony esp-idf/esp-tls/CMakeFiles/edit_cache.util @@ -7936,15 +8279,15 @@ build cmake_object_order_depends_target___idf_esp-tls: phony || cmake_object_ord build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj: C_COMPILER____idf_esp-tls /home/mithras/esp/esp-idf/components/esp-tls/esp_tls.c || cmake_object_order_depends_target___idf_esp-tls DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp-tls/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp-tls/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj: C_COMPILER____idf_esp-tls /home/mithras/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c || cmake_object_order_depends_target___idf_esp-tls DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp-tls/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp-tls/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir @@ -7972,7 +8315,7 @@ build esp-idf/esp-tls/list_install_components: phony # Utility command for install/local build esp-idf/esp-tls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp-tls/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp-tls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp-tls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -7982,7 +8325,7 @@ build esp-idf/esp-tls/install/local: phony esp-idf/esp-tls/CMakeFiles/install/lo # Utility command for rebuild_cache build esp-idf/esp-tls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp-tls && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp-tls && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7992,7 +8335,7 @@ build esp-idf/esp-tls/rebuild_cache: phony esp-idf/esp-tls/CMakeFiles/rebuild_ca # Utility command for install build esp-idf/esp-tls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp-tls/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp-tls && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp-tls && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8007,7 +8350,7 @@ build esp-idf/esp-tls/install: phony esp-idf/esp-tls/CMakeFiles/install.util # Utility command for install/strip build esp-idf/esp_adc_cal/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_adc_cal/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8017,7 +8360,7 @@ build esp-idf/esp_adc_cal/install/strip: phony esp-idf/esp_adc_cal/CMakeFiles/in # Utility command for edit_cache build esp-idf/esp_adc_cal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_adc_cal/edit_cache: phony esp-idf/esp_adc_cal/CMakeFiles/edit_cache.util @@ -8031,8 +8374,8 @@ build esp-idf/esp_adc_cal/edit_cache: phony esp-idf/esp_adc_cal/CMakeFiles/edit_ build cmake_object_order_depends_target___idf_esp_adc_cal: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir/esp_adc_cal.c.obj: C_COMPILER____idf_esp_adc_cal /home/mithras/esp/esp-idf/components/esp_adc_cal/esp_adc_cal.c || cmake_object_order_depends_target___idf_esp_adc_cal DEP_FILE = esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir/esp_adc_cal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_adc_cal/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_adc_cal/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir OBJECT_FILE_DIR = esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir @@ -8055,7 +8398,7 @@ build esp-idf/esp_adc_cal/libesp_adc_cal.a: CXX_STATIC_LIBRARY_LINKER____idf_esp # Utility command for rebuild_cache build esp-idf/esp_adc_cal/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8070,7 +8413,7 @@ build esp-idf/esp_adc_cal/list_install_components: phony # Utility command for install/local build esp-idf/esp_adc_cal/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_adc_cal/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8080,7 +8423,7 @@ build esp-idf/esp_adc_cal/install/local: phony esp-idf/esp_adc_cal/CMakeFiles/in # Utility command for install build esp-idf/esp_adc_cal/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_adc_cal/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8095,7 +8438,7 @@ build esp-idf/esp_adc_cal/install: phony esp-idf/esp_adc_cal/CMakeFiles/install. # Utility command for edit_cache build esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_gdbstub/edit_cache: phony esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util @@ -8104,7 +8447,7 @@ build esp-idf/esp_gdbstub/edit_cache: phony esp-idf/esp_gdbstub/CMakeFiles/edit_ # Utility command for install/strip build esp-idf/esp_gdbstub/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8119,26 +8462,26 @@ build esp-idf/esp_gdbstub/install/strip: phony esp-idf/esp_gdbstub/CMakeFiles/in build cmake_object_order_depends_target___idf_esp_gdbstub: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj: C_COMPILER____idf_esp_gdbstub /home/mithras/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c || cmake_object_order_depends_target___idf_esp_gdbstub DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj: C_COMPILER____idf_esp_gdbstub /home/mithras/esp/esp-idf/components/esp_gdbstub/src/packet.c || cmake_object_order_depends_target___idf_esp_gdbstub DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/esp32/gdbstub_esp32.c.obj: C_COMPILER____idf_esp_gdbstub /home/mithras/esp/esp-idf/components/esp_gdbstub/esp32/gdbstub_esp32.c || cmake_object_order_depends_target___idf_esp_gdbstub DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/esp32/gdbstub_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/esp32 build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/xtensa/gdbstub_xtensa.c.obj: C_COMPILER____idf_esp_gdbstub /home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa/gdbstub_xtensa.c || cmake_object_order_depends_target___idf_esp_gdbstub DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/xtensa/gdbstub_xtensa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/xtensa @@ -8161,7 +8504,7 @@ build esp-idf/esp_gdbstub/libesp_gdbstub.a: CXX_STATIC_LIBRARY_LINKER____idf_esp # Utility command for rebuild_cache build esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8176,7 +8519,7 @@ build esp-idf/esp_gdbstub/list_install_components: phony # Utility command for install/local build esp-idf/esp_gdbstub/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8186,7 +8529,7 @@ build esp-idf/esp_gdbstub/install/local: phony esp-idf/esp_gdbstub/CMakeFiles/in # Utility command for install build esp-idf/esp_gdbstub/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8201,7 +8544,7 @@ build esp-idf/esp_gdbstub/install: phony esp-idf/esp_gdbstub/CMakeFiles/install. # Utility command for install/strip build esp-idf/tcp_transport/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/tcp_transport/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tcp_transport && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8211,7 +8554,7 @@ build esp-idf/tcp_transport/install/strip: phony esp-idf/tcp_transport/CMakeFile # Utility command for edit_cache build esp-idf/tcp_transport/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tcp_transport && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/tcp_transport/edit_cache: phony esp-idf/tcp_transport/CMakeFiles/edit_cache.util @@ -8226,36 +8569,36 @@ build cmake_object_order_depends_target___idf_tcp_transport: phony || cmake_obje build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj: C_COMPILER____idf_tcp_transport /home/mithras/esp/esp-idf/components/tcp_transport/transport.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj: C_COMPILER____idf_tcp_transport /home/mithras/esp/esp-idf/components/tcp_transport/transport_ssl.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_tcp.c.obj: C_COMPILER____idf_tcp_transport /home/mithras/esp/esp-idf/components/tcp_transport/transport_tcp.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_tcp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj: C_COMPILER____idf_tcp_transport /home/mithras/esp/esp-idf/components/tcp_transport/transport_ws.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_utils.c.obj: C_COMPILER____idf_tcp_transport /home/mithras/esp/esp-idf/components/tcp_transport/transport_utils.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir @@ -8278,7 +8621,7 @@ build esp-idf/tcp_transport/libtcp_transport.a: CXX_STATIC_LIBRARY_LINKER____idf # Utility command for rebuild_cache build esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tcp_transport && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8293,7 +8636,7 @@ build esp-idf/tcp_transport/list_install_components: phony # Utility command for install/local build esp-idf/tcp_transport/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/tcp_transport/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tcp_transport && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8303,7 +8646,7 @@ build esp-idf/tcp_transport/install/local: phony esp-idf/tcp_transport/CMakeFile # Utility command for install build esp-idf/tcp_transport/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/tcp_transport/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tcp_transport && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8318,7 +8661,7 @@ build esp-idf/tcp_transport/install: phony esp-idf/tcp_transport/CMakeFiles/inst # Utility command for install/strip build esp-idf/esp_http_client/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_client/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_http_client && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8328,7 +8671,7 @@ build esp-idf/esp_http_client/install/strip: phony esp-idf/esp_http_client/CMake # Utility command for edit_cache build esp-idf/esp_http_client/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_http_client && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_http_client/edit_cache: phony esp-idf/esp_http_client/CMakeFiles/edit_cache.util @@ -8337,7 +8680,7 @@ build esp-idf/esp_http_client/edit_cache: phony esp-idf/esp_http_client/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_http_client && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8358,29 +8701,29 @@ build cmake_object_order_depends_target___idf_esp_http_client: phony || cmake_ob build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj: C_COMPILER____idf_esp_http_client /home/mithras/esp/esp-idf/components/esp_http_client/esp_http_client.c || cmake_object_order_depends_target___idf_esp_http_client DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj: C_COMPILER____idf_esp_http_client /home/mithras/esp/esp-idf/components/esp_http_client/lib/http_auth.c || cmake_object_order_depends_target___idf_esp_http_client DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj: C_COMPILER____idf_esp_http_client /home/mithras/esp/esp-idf/components/esp_http_client/lib/http_header.c || cmake_object_order_depends_target___idf_esp_http_client DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj: C_COMPILER____idf_esp_http_client /home/mithras/esp/esp-idf/components/esp_http_client/lib/http_utils.c || cmake_object_order_depends_target___idf_esp_http_client DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib @@ -8403,7 +8746,7 @@ build esp-idf/esp_http_client/libesp_http_client.a: CXX_STATIC_LIBRARY_LINKER___ # Utility command for install/local build esp-idf/esp_http_client/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_client/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_http_client && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8413,7 +8756,7 @@ build esp-idf/esp_http_client/install/local: phony esp-idf/esp_http_client/CMake # Utility command for install build esp-idf/esp_http_client/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_client/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_http_client && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8428,7 +8771,7 @@ build esp-idf/esp_http_client/install: phony esp-idf/esp_http_client/CMakeFiles/ # Utility command for install/strip build esp-idf/esp_http_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_server/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_http_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8438,7 +8781,7 @@ build esp-idf/esp_http_server/install/strip: phony esp-idf/esp_http_server/CMake # Utility command for edit_cache build esp-idf/esp_http_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_http_server && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_http_server/edit_cache: phony esp-idf/esp_http_server/CMakeFiles/edit_cache.util @@ -8451,45 +8794,52 @@ build esp-idf/esp_http_server/edit_cache: phony esp-idf/esp_http_server/CMakeFil build cmake_object_order_depends_target___idf_esp_http_server: phony || cmake_object_order_depends_target___idf_ulp build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj: C_COMPILER____idf_esp_http_server /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_main.c || cmake_object_order_depends_target___idf_esp_http_server - DEFINES = -DHAVE_CONFIG_H + DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj: C_COMPILER____idf_esp_http_server /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_parse.c || cmake_object_order_depends_target___idf_esp_http_server - DEFINES = -DHAVE_CONFIG_H + DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj: C_COMPILER____idf_esp_http_server /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_sess.c || cmake_object_order_depends_target___idf_esp_http_server - DEFINES = -DHAVE_CONFIG_H + DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj: C_COMPILER____idf_esp_http_server /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c || cmake_object_order_depends_target___idf_esp_http_server - DEFINES = -DHAVE_CONFIG_H + DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj: C_COMPILER____idf_esp_http_server /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_uri.c || cmake_object_order_depends_target___idf_esp_http_server - DEFINES = -DHAVE_CONFIG_H + DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj: C_COMPILER____idf_esp_http_server /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_ws.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj: C_COMPILER____idf_esp_http_server /home/mithras/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c || cmake_object_order_depends_target___idf_esp_http_server - DEFINES = -DHAVE_CONFIG_H + DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util @@ -8500,7 +8850,7 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl ############################################# # Link the static library esp-idf/esp_http_server/libesp_http_server.a -build esp-idf/esp_http_server/libesp_http_server.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_http_server esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj || esp-idf/ulp/libulp.a +build esp-idf/esp_http_server/libesp_http_server.a: CXX_STATIC_LIBRARY_LINKER____idf_esp_http_server esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj || esp-idf/ulp/libulp.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir POST_BUILD = : @@ -8512,7 +8862,7 @@ build esp-idf/esp_http_server/libesp_http_server.a: CXX_STATIC_LIBRARY_LINKER___ # Utility command for rebuild_cache build esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_http_server && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8527,7 +8877,7 @@ build esp-idf/esp_http_server/list_install_components: phony # Utility command for install/local build esp-idf/esp_http_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_server/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_http_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8537,7 +8887,7 @@ build esp-idf/esp_http_server/install/local: phony esp-idf/esp_http_server/CMake # Utility command for install build esp-idf/esp_http_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_server/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_http_server && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8552,7 +8902,7 @@ build esp-idf/esp_http_server/install: phony esp-idf/esp_http_server/CMakeFiles/ # Utility command for install/strip build esp-idf/esp_https_ota/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8562,7 +8912,7 @@ build esp-idf/esp_https_ota/install/strip: phony esp-idf/esp_https_ota/CMakeFile # Utility command for edit_cache build esp-idf/esp_https_ota/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_https_ota/edit_cache: phony esp-idf/esp_https_ota/CMakeFiles/edit_cache.util @@ -8577,8 +8927,8 @@ build cmake_object_order_depends_target___idf_esp_https_ota: phony || cmake_obje build esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj: C_COMPILER____idf_esp_https_ota /home/mithras/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c || cmake_object_order_depends_target___idf_esp_https_ota DEFINES = -DHAVE_CONFIG_H DEP_FILE = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_https_ota/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_https_ota/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir OBJECT_FILE_DIR = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src @@ -8601,7 +8951,7 @@ build esp-idf/esp_https_ota/libesp_https_ota.a: CXX_STATIC_LIBRARY_LINKER____idf # Utility command for install build esp-idf/esp_https_ota/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8611,7 +8961,7 @@ build esp-idf/esp_https_ota/install: phony esp-idf/esp_https_ota/CMakeFiles/inst # Utility command for rebuild_cache build esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8626,7 +8976,7 @@ build esp-idf/esp_https_ota/list_install_components: phony # Utility command for install/local build esp-idf/esp_https_ota/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8641,7 +8991,7 @@ build esp-idf/esp_https_ota/install/local: phony esp-idf/esp_https_ota/CMakeFile # Utility command for edit_cache build esp-idf/esp_https_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_https_server && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_https_server/edit_cache: phony esp-idf/esp_https_server/CMakeFiles/edit_cache.util @@ -8650,7 +9000,7 @@ build esp-idf/esp_https_server/edit_cache: phony esp-idf/esp_https_server/CMakeF # Utility command for install/strip build esp-idf/esp_https_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_server/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_https_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8666,8 +9016,8 @@ build cmake_object_order_depends_target___idf_esp_https_server: phony || cmake_o build esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj: C_COMPILER____idf_esp_https_server /home/mithras/esp/esp-idf/components/esp_https_server/src/https_server.c || cmake_object_order_depends_target___idf_esp_https_server DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir OBJECT_FILE_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src @@ -8690,7 +9040,7 @@ build esp-idf/esp_https_server/libesp_https_server.a: CXX_STATIC_LIBRARY_LINKER_ # Utility command for rebuild_cache build esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_https_server && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8705,7 +9055,7 @@ build esp-idf/esp_https_server/list_install_components: phony # Utility command for install/local build esp-idf/esp_https_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_server/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_https_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8715,7 +9065,7 @@ build esp-idf/esp_https_server/install/local: phony esp-idf/esp_https_server/CMa # Utility command for install build esp-idf/esp_https_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_server/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_https_server && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8730,7 +9080,7 @@ build esp-idf/esp_https_server/install: phony esp-idf/esp_https_server/CMakeFile # Utility command for install/strip build esp-idf/protobuf-c/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protobuf-c/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/protobuf-c && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8740,7 +9090,7 @@ build esp-idf/protobuf-c/install/strip: phony esp-idf/protobuf-c/CMakeFiles/inst # Utility command for edit_cache build esp-idf/protobuf-c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/protobuf-c && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/protobuf-c/edit_cache: phony esp-idf/protobuf-c/CMakeFiles/edit_cache.util @@ -8749,7 +9099,7 @@ build esp-idf/protobuf-c/edit_cache: phony esp-idf/protobuf-c/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/protobuf-c && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8764,7 +9114,7 @@ build esp-idf/protobuf-c/list_install_components: phony # Utility command for install/local build esp-idf/protobuf-c/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protobuf-c/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/protobuf-c && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8779,8 +9129,8 @@ build esp-idf/protobuf-c/install/local: phony esp-idf/protobuf-c/CMakeFiles/inst build cmake_object_order_depends_target___idf_protobuf-c: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj: C_COMPILER____idf_protobuf-c /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c || cmake_object_order_depends_target___idf_protobuf-c DEP_FILE = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir OBJECT_FILE_DIR = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c @@ -8803,7 +9153,7 @@ build esp-idf/protobuf-c/libprotobuf-c.a: CXX_STATIC_LIBRARY_LINKER____idf_proto # Utility command for install build esp-idf/protobuf-c/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protobuf-c/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/protobuf-c && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8818,7 +9168,7 @@ build esp-idf/protobuf-c/install: phony esp-idf/protobuf-c/CMakeFiles/install.ut # Utility command for install/strip build esp-idf/protocomm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protocomm/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/protocomm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/protocomm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8828,7 +9178,7 @@ build esp-idf/protocomm/install/strip: phony esp-idf/protocomm/CMakeFiles/instal # Utility command for edit_cache build esp-idf/protocomm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/protocomm && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/protocomm && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/protocomm/edit_cache: phony esp-idf/protocomm/CMakeFiles/edit_cache.util @@ -8843,64 +9193,64 @@ build cmake_object_order_depends_target___idf_protocomm: phony || cmake_object_o build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj: C_COMPILER____idf_protocomm /home/mithras/esp/esp-idf/components/protocomm/src/common/protocomm.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj: C_COMPILER____idf_protocomm /home/mithras/esp/esp-idf/components/protocomm/src/security/security0.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj: C_COMPILER____idf_protocomm /home/mithras/esp/esp-idf/components/protocomm/src/security/security1.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj: C_COMPILER____idf_protocomm /home/mithras/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj: C_COMPILER____idf_protocomm /home/mithras/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj: C_COMPILER____idf_protocomm /home/mithras/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj: C_COMPILER____idf_protocomm /home/mithras/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj: C_COMPILER____idf_protocomm /home/mithras/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj: C_COMPILER____idf_protocomm /home/mithras/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports @@ -8928,7 +9278,7 @@ build esp-idf/protocomm/list_install_components: phony # Utility command for install/local build esp-idf/protocomm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protocomm/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/protocomm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/protocomm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8938,7 +9288,7 @@ build esp-idf/protocomm/install/local: phony esp-idf/protocomm/CMakeFiles/instal # Utility command for rebuild_cache build esp-idf/protocomm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/protocomm && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/protocomm && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8948,7 +9298,7 @@ build esp-idf/protocomm/rebuild_cache: phony esp-idf/protocomm/CMakeFiles/rebuil # Utility command for install build esp-idf/protocomm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protocomm/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/protocomm && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/protocomm && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8963,7 +9313,7 @@ build esp-idf/protocomm/install: phony esp-idf/protocomm/CMakeFiles/install.util # Utility command for edit_cache build esp-idf/mdns/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mdns && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mdns && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/mdns/edit_cache: phony esp-idf/mdns/CMakeFiles/edit_cache.util @@ -8972,7 +9322,7 @@ build esp-idf/mdns/edit_cache: phony esp-idf/mdns/CMakeFiles/edit_cache.util # Utility command for install/strip build esp-idf/mdns/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mdns/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mdns && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mdns && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8988,22 +9338,22 @@ build cmake_object_order_depends_target___idf_mdns: phony || cmake_object_order_ build esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns.c.obj: C_COMPILER____idf_mdns /home/mithras/esp/esp-idf/components/mdns/mdns.c || cmake_object_order_depends_target___idf_mdns DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/console + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/console OBJECT_DIR = esp-idf/mdns/CMakeFiles/__idf_mdns.dir OBJECT_FILE_DIR = esp-idf/mdns/CMakeFiles/__idf_mdns.dir build esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_console.c.obj: C_COMPILER____idf_mdns /home/mithras/esp/esp-idf/components/mdns/mdns_console.c || cmake_object_order_depends_target___idf_mdns DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_console.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/console + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/console OBJECT_DIR = esp-idf/mdns/CMakeFiles/__idf_mdns.dir OBJECT_FILE_DIR = esp-idf/mdns/CMakeFiles/__idf_mdns.dir build esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_networking.c.obj: C_COMPILER____idf_mdns /home/mithras/esp/esp-idf/components/mdns/mdns_networking.c || cmake_object_order_depends_target___idf_mdns DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_networking.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/console + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/console OBJECT_DIR = esp-idf/mdns/CMakeFiles/__idf_mdns.dir OBJECT_FILE_DIR = esp-idf/mdns/CMakeFiles/__idf_mdns.dir @@ -9026,7 +9376,7 @@ build esp-idf/mdns/libmdns.a: CXX_STATIC_LIBRARY_LINKER____idf_mdns esp-idf/mdns # Utility command for rebuild_cache build esp-idf/mdns/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mdns && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mdns && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9041,7 +9391,7 @@ build esp-idf/mdns/list_install_components: phony # Utility command for install/local build esp-idf/mdns/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mdns/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mdns && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mdns && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -9051,7 +9401,7 @@ build esp-idf/mdns/install/local: phony esp-idf/mdns/CMakeFiles/install/local.ut # Utility command for install build esp-idf/mdns/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mdns/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mdns && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mdns && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9066,7 +9416,7 @@ build esp-idf/mdns/install: phony esp-idf/mdns/CMakeFiles/install.util # Utility command for install/strip build esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -9076,7 +9426,7 @@ build esp-idf/esp_local_ctrl/install/strip: phony esp-idf/esp_local_ctrl/CMakeFi # Utility command for edit_cache build esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_local_ctrl/edit_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util @@ -9091,29 +9441,29 @@ build cmake_object_order_depends_target___idf_esp_local_ctrl: phony || cmake_obj build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj: C_COMPILER____idf_esp_local_ctrl /home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c || cmake_object_order_depends_target___idf_esp_local_ctrl DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj: C_COMPILER____idf_esp_local_ctrl /home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c || cmake_object_order_depends_target___idf_esp_local_ctrl DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj: C_COMPILER____idf_esp_local_ctrl /home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c || cmake_object_order_depends_target___idf_esp_local_ctrl DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj: C_COMPILER____idf_esp_local_ctrl /home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c || cmake_object_order_depends_target___idf_esp_local_ctrl DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src @@ -9141,7 +9491,7 @@ build esp-idf/esp_local_ctrl/list_install_components: phony # Utility command for install/local build esp-idf/esp_local_ctrl/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -9151,7 +9501,7 @@ build esp-idf/esp_local_ctrl/install/local: phony esp-idf/esp_local_ctrl/CMakeFi # Utility command for rebuild_cache build esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9161,7 +9511,7 @@ build esp-idf/esp_local_ctrl/rebuild_cache: phony esp-idf/esp_local_ctrl/CMakeFi # Utility command for install build esp-idf/esp_local_ctrl/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9176,7 +9526,7 @@ build esp-idf/esp_local_ctrl/install: phony esp-idf/esp_local_ctrl/CMakeFiles/in # Utility command for install/strip build esp-idf/sdmmc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/sdmmc/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -9186,7 +9536,7 @@ build esp-idf/sdmmc/install/strip: phony esp-idf/sdmmc/CMakeFiles/install/strip. # Utility command for edit_cache build esp-idf/sdmmc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/sdmmc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/sdmmc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/sdmmc/edit_cache: phony esp-idf/sdmmc/CMakeFiles/edit_cache.util @@ -9200,38 +9550,38 @@ build esp-idf/sdmmc/edit_cache: phony esp-idf/sdmmc/CMakeFiles/edit_cache.util build cmake_object_order_depends_target___idf_sdmmc: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj: C_COMPILER____idf_sdmmc /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_cmd.c || cmake_object_order_depends_target___idf_sdmmc DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj: C_COMPILER____idf_sdmmc /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_common.c || cmake_object_order_depends_target___idf_sdmmc DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj: C_COMPILER____idf_sdmmc /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_init.c || cmake_object_order_depends_target___idf_sdmmc DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj: C_COMPILER____idf_sdmmc /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_io.c || cmake_object_order_depends_target___idf_sdmmc DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj: C_COMPILER____idf_sdmmc /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_mmc.c || cmake_object_order_depends_target___idf_sdmmc DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj: C_COMPILER____idf_sdmmc /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_sd.c || cmake_object_order_depends_target___idf_sdmmc DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir @@ -9254,7 +9604,7 @@ build esp-idf/sdmmc/libsdmmc.a: CXX_STATIC_LIBRARY_LINKER____idf_sdmmc esp-idf/s # Utility command for rebuild_cache build esp-idf/sdmmc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/sdmmc && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/sdmmc && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9269,7 +9619,7 @@ build esp-idf/sdmmc/list_install_components: phony # Utility command for install/local build esp-idf/sdmmc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/sdmmc/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -9279,7 +9629,7 @@ build esp-idf/sdmmc/install/local: phony esp-idf/sdmmc/CMakeFiles/install/local. # Utility command for install build esp-idf/sdmmc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/sdmmc/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/sdmmc && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/sdmmc && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9294,7 +9644,7 @@ build esp-idf/sdmmc/install: phony esp-idf/sdmmc/CMakeFiles/install.util # Utility command for edit_cache build esp-idf/esp_serial_slave_link/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_serial_slave_link/edit_cache: phony esp-idf/esp_serial_slave_link/CMakeFiles/edit_cache.util @@ -9303,7 +9653,7 @@ build esp-idf/esp_serial_slave_link/edit_cache: phony esp-idf/esp_serial_slave_l # Utility command for install/strip build esp-idf/esp_serial_slave_link/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_serial_slave_link/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -9318,14 +9668,14 @@ build esp-idf/esp_serial_slave_link/install/strip: phony esp-idf/esp_serial_slav build cmake_object_order_depends_target___idf_esp_serial_slave_link: phony || cmake_object_order_depends_target___idf_sdmmc cmake_object_order_depends_target___idf_xtensa build esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl.c.obj: C_COMPILER____idf_esp_serial_slave_link /home/mithras/esp/esp-idf/components/esp_serial_slave_link/essl.c || cmake_object_order_depends_target___idf_esp_serial_slave_link DEP_FILE = esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir OBJECT_FILE_DIR = esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir build esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl_sdio.c.obj: C_COMPILER____idf_esp_serial_slave_link /home/mithras/esp/esp-idf/components/esp_serial_slave_link/essl_sdio.c || cmake_object_order_depends_target___idf_esp_serial_slave_link DEP_FILE = esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl_sdio.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir OBJECT_FILE_DIR = esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir @@ -9353,7 +9703,7 @@ build esp-idf/esp_serial_slave_link/list_install_components: phony # Utility command for install/local build esp-idf/esp_serial_slave_link/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_serial_slave_link/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -9363,7 +9713,7 @@ build esp-idf/esp_serial_slave_link/install/local: phony esp-idf/esp_serial_slav # Utility command for rebuild_cache build esp-idf/esp_serial_slave_link/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9373,7 +9723,7 @@ build esp-idf/esp_serial_slave_link/rebuild_cache: phony esp-idf/esp_serial_slav # Utility command for install build esp-idf/esp_serial_slave_link/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_serial_slave_link/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9388,7 +9738,7 @@ build esp-idf/esp_serial_slave_link/install: phony esp-idf/esp_serial_slave_link # Utility command for install/strip build esp-idf/esp_websocket_client/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_websocket_client/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -9398,7 +9748,7 @@ build esp-idf/esp_websocket_client/install/strip: phony esp-idf/esp_websocket_cl # Utility command for edit_cache build esp-idf/esp_websocket_client/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_websocket_client/edit_cache: phony esp-idf/esp_websocket_client/CMakeFiles/edit_cache.util @@ -9413,8 +9763,8 @@ build cmake_object_order_depends_target___idf_esp_websocket_client: phony || cma build esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir/esp_websocket_client.c.obj: C_COMPILER____idf_esp_websocket_client /home/mithras/esp/esp-idf/components/esp_websocket_client/esp_websocket_client.c || cmake_object_order_depends_target___idf_esp_websocket_client DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir/esp_websocket_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_websocket_client/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/esp_websocket_client/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes OBJECT_DIR = esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir OBJECT_FILE_DIR = esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir @@ -9437,7 +9787,7 @@ build esp-idf/esp_websocket_client/libesp_websocket_client.a: CXX_STATIC_LIBRARY # Utility command for install build esp-idf/esp_websocket_client/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_websocket_client/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9447,7 +9797,7 @@ build esp-idf/esp_websocket_client/install: phony esp-idf/esp_websocket_client/C # Utility command for rebuild_cache build esp-idf/esp_websocket_client/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9462,7 +9812,7 @@ build esp-idf/esp_websocket_client/list_install_components: phony # Utility command for install/local build esp-idf/esp_websocket_client/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_websocket_client/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -9477,7 +9827,7 @@ build esp-idf/esp_websocket_client/install/local: phony esp-idf/esp_websocket_cl # Utility command for install/strip build esp-idf/esptool_py/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esptool_py/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -9487,7 +9837,7 @@ build esp-idf/esptool_py/install/strip: phony esp-idf/esptool_py/CMakeFiles/inst # Utility command for install/local build esp-idf/esptool_py/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esptool_py/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -9502,20 +9852,25 @@ build esp-idf/esptool_py/app-flash: phony esp-idf/esptool_py/CMakeFiles/app-flas # Utility command for edit_cache build esp-idf/esptool_py/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_cache.util ############################################# -# Utility command for rebuild_cache +# Utility command for install -build esp-idf/esptool_py/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... +build esp-idf/esptool_py/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esptool_py/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... pool = console restat = 1 -build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebuild_cache.util +build esp-idf/esptool_py/install: phony esp-idf/esptool_py/CMakeFiles/install.util + +############################################# +# Utility command for encrypted-app-flash + +build esp-idf/esptool_py/encrypted-app-flash: phony esp-idf/esptool_py/CMakeFiles/encrypted-app-flash ############################################# # Utility command for list_install_components @@ -9523,21 +9878,27 @@ build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebu build esp-idf/esptool_py/list_install_components: phony ############################################# -# Utility command for install +# Utility command for rebuild_cache -build esp-idf/esptool_py/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esptool_py/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... +build esp-idf/esptool_py/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/esptool_py/install: phony esp-idf/esptool_py/CMakeFiles/install.util +build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebuild_cache.util ############################################# # Custom command for esp-idf/esptool_py/CMakeFiles/app-flash -build esp-idf/esptool_py/CMakeFiles/app-flash: CUSTOM_COMMAND || _project_elf_src app bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl/liblvgl.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @app-flash_args" -D WORKING_DIRECTORY="/home/mithras/Documents/bakalarka/build" -P /home/mithras/esp/esp-idf/components/esptool_py/run_esptool.cmake +build esp-idf/esptool_py/CMakeFiles/app-flash: CUSTOM_COMMAND || _project_elf_src app bakalarka.elf esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/asio/libasio.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/__ldgen_output_esp32.project.ld esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/openssl/libopenssl.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary + COMMAND = cd /home/mithras/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH="/home/mithras/esp/esp-idf" -D ESPTOOLPY="python /home/mithras/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @app-flash_args" -D WORKING_DIRECTORY="/home/mithras/esp/bakalarka/build" -P /home/mithras/esp/esp-idf/components/esptool_py/run_esptool.cmake pool = console + +############################################# +# Custom command for esp-idf/esptool_py/CMakeFiles/encrypted-app-flash + +build esp-idf/esptool_py/CMakeFiles/encrypted-app-flash: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/esptool_py && /usr/bin/cmake -E echo "Error: The target encrypted-app-flash requires" && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/mithras/esp/esp-idf/tools/cmake/scripts/fail.cmake # ============================================================================= # Write statements declared in CMakeLists.txt: # /home/mithras/esp/esp-idf/CMakeLists.txt @@ -9548,7 +9909,7 @@ build esp-idf/esptool_py/CMakeFiles/app-flash: CUSTOM_COMMAND || _project_elf_sr # Utility command for install/strip build esp-idf/expat/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/expat/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/expat && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/expat && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -9558,7 +9919,7 @@ build esp-idf/expat/install/strip: phony esp-idf/expat/CMakeFiles/install/strip. # Utility command for edit_cache build esp-idf/expat/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/expat && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/expat && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/expat/edit_cache: phony esp-idf/expat/CMakeFiles/edit_cache.util @@ -9567,7 +9928,7 @@ build esp-idf/expat/edit_cache: phony esp-idf/expat/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/expat/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/expat && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/expat && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9588,36 +9949,36 @@ build cmake_object_order_depends_target___idf_expat: phony || cmake_object_order build esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlparse.c.obj: C_COMPILER____idf_expat /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmlparse.c || cmake_object_order_depends_target___idf_expat DEFINES = -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM DEP_FILE = esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlparse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-implicit-fallthrough - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-implicit-fallthrough + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/expat/CMakeFiles/__idf_expat.dir OBJECT_FILE_DIR = esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib build esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlrole.c.obj: C_COMPILER____idf_expat /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmlrole.c || cmake_object_order_depends_target___idf_expat DEFINES = -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM DEP_FILE = esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlrole.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-implicit-fallthrough - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-implicit-fallthrough + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/expat/CMakeFiles/__idf_expat.dir OBJECT_FILE_DIR = esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib build esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok.c.obj: C_COMPILER____idf_expat /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok.c || cmake_object_order_depends_target___idf_expat DEFINES = -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM DEP_FILE = esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-implicit-fallthrough - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-implicit-fallthrough + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/expat/CMakeFiles/__idf_expat.dir OBJECT_FILE_DIR = esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib build esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_impl.c.obj: C_COMPILER____idf_expat /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok_impl.c || cmake_object_order_depends_target___idf_expat DEFINES = -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM DEP_FILE = esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_impl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-implicit-fallthrough - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-implicit-fallthrough + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/expat/CMakeFiles/__idf_expat.dir OBJECT_FILE_DIR = esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib build esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_ns.c.obj: C_COMPILER____idf_expat /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok_ns.c || cmake_object_order_depends_target___idf_expat DEFINES = -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM DEP_FILE = esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_ns.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-implicit-fallthrough - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-implicit-fallthrough + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/expat/CMakeFiles/__idf_expat.dir OBJECT_FILE_DIR = esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib @@ -9640,7 +10001,7 @@ build esp-idf/expat/libexpat.a: CXX_STATIC_LIBRARY_LINKER____idf_expat esp-idf/e # Utility command for install/local build esp-idf/expat/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/expat/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/expat && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/expat && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -9650,7 +10011,7 @@ build esp-idf/expat/install/local: phony esp-idf/expat/CMakeFiles/install/local. # Utility command for install build esp-idf/expat/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/expat/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/expat && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/expat && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9665,7 +10026,7 @@ build esp-idf/expat/install: phony esp-idf/expat/CMakeFiles/install.util # Utility command for install/strip build esp-idf/wear_levelling/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wear_levelling/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wear_levelling && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -9675,7 +10036,7 @@ build esp-idf/wear_levelling/install/strip: phony esp-idf/wear_levelling/CMakeFi # Utility command for edit_cache build esp-idf/wear_levelling/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wear_levelling && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/wear_levelling/edit_cache: phony esp-idf/wear_levelling/CMakeFiles/edit_cache.util @@ -9689,44 +10050,44 @@ build esp-idf/wear_levelling/edit_cache: phony esp-idf/wear_levelling/CMakeFiles build cmake_object_order_depends_target___idf_wear_levelling: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj: CXX_COMPILER____idf_wear_levelling /home/mithras/esp/esp-idf/components/wear_levelling/Partition.cpp || cmake_object_order_depends_target___idf_wear_levelling DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling /home/mithras/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj: CXX_COMPILER____idf_wear_levelling /home/mithras/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp || cmake_object_order_depends_target___idf_wear_levelling DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj: CXX_COMPILER____idf_wear_levelling /home/mithras/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp || cmake_object_order_depends_target___idf_wear_levelling DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling /home/mithras/esp/esp-idf/components/wear_levelling/WL_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj: CXX_COMPILER____idf_wear_levelling /home/mithras/esp/esp-idf/components/wear_levelling/crc32.cpp || cmake_object_order_depends_target___idf_wear_levelling DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj: CXX_COMPILER____idf_wear_levelling /home/mithras/esp/esp-idf/components/wear_levelling/wear_levelling.cpp || cmake_object_order_depends_target___idf_wear_levelling DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir @@ -9749,7 +10110,7 @@ build esp-idf/wear_levelling/libwear_levelling.a: CXX_STATIC_LIBRARY_LINKER____i # Utility command for install build esp-idf/wear_levelling/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wear_levelling/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wear_levelling && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9759,7 +10120,7 @@ build esp-idf/wear_levelling/install: phony esp-idf/wear_levelling/CMakeFiles/in # Utility command for rebuild_cache build esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wear_levelling && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9774,7 +10135,7 @@ build esp-idf/wear_levelling/list_install_components: phony # Utility command for install/local build esp-idf/wear_levelling/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wear_levelling/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wear_levelling && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -9789,7 +10150,7 @@ build esp-idf/wear_levelling/install/local: phony esp-idf/wear_levelling/CMakeFi # Utility command for edit_cache build esp-idf/fatfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/fatfs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/fatfs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/fatfs/edit_cache: phony esp-idf/fatfs/CMakeFiles/edit_cache.util @@ -9798,7 +10159,7 @@ build esp-idf/fatfs/edit_cache: phony esp-idf/fatfs/CMakeFiles/edit_cache.util # Utility command for install/strip build esp-idf/fatfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/fatfs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/fatfs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/fatfs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -9813,62 +10174,62 @@ build esp-idf/fatfs/install/strip: phony esp-idf/fatfs/CMakeFiles/install/strip. build cmake_object_order_depends_target___idf_fatfs: phony || cmake_object_order_depends_target___idf_sdmmc cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_xtensa build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj: C_COMPILER____idf_fatfs /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio.c || cmake_object_order_depends_target___idf_fatfs DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj: C_COMPILER____idf_fatfs /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c || cmake_object_order_depends_target___idf_fatfs DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj: C_COMPILER____idf_fatfs /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c || cmake_object_order_depends_target___idf_fatfs DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj: C_COMPILER____idf_fatfs /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_wl.c || cmake_object_order_depends_target___idf_fatfs DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj: C_COMPILER____idf_fatfs /home/mithras/esp/esp-idf/components/fatfs/src/ff.c || cmake_object_order_depends_target___idf_fatfs DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj: C_COMPILER____idf_fatfs /home/mithras/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c || cmake_object_order_depends_target___idf_fatfs DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj: C_COMPILER____idf_fatfs /home/mithras/esp/esp-idf/components/fatfs/src/ffunicode.c || cmake_object_order_depends_target___idf_fatfs DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj: C_COMPILER____idf_fatfs /home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat.c || cmake_object_order_depends_target___idf_fatfs DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj: C_COMPILER____idf_fatfs /home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c || cmake_object_order_depends_target___idf_fatfs DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj: C_COMPILER____idf_fatfs /home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c || cmake_object_order_depends_target___idf_fatfs DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs @@ -9891,7 +10252,7 @@ build esp-idf/fatfs/libfatfs.a: CXX_STATIC_LIBRARY_LINKER____idf_fatfs esp-idf/f # Utility command for rebuild_cache build esp-idf/fatfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/fatfs && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/fatfs && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9906,7 +10267,7 @@ build esp-idf/fatfs/list_install_components: phony # Utility command for install/local build esp-idf/fatfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/fatfs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/fatfs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/fatfs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -9916,7 +10277,7 @@ build esp-idf/fatfs/install/local: phony esp-idf/fatfs/CMakeFiles/install/local. # Utility command for install build esp-idf/fatfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/fatfs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/fatfs && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/fatfs && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9931,7 +10292,7 @@ build esp-idf/fatfs/install: phony esp-idf/fatfs/CMakeFiles/install.util # Utility command for install/strip build esp-idf/freemodbus/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/freemodbus/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/freemodbus && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/freemodbus && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -9941,7 +10302,7 @@ build esp-idf/freemodbus/install/strip: phony esp-idf/freemodbus/CMakeFiles/inst # Utility command for edit_cache build esp-idf/freemodbus/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/freemodbus && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/freemodbus && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/freemodbus/edit_cache: phony esp-idf/freemodbus/CMakeFiles/edit_cache.util @@ -9955,194 +10316,194 @@ build esp-idf/freemodbus/edit_cache: phony esp-idf/freemodbus/CMakeFiles/edit_ca build cmake_object_order_depends_target___idf_freemodbus: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_master.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/common/esp_modbus_master.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_master.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_slave.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/common/esp_modbus_slave.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_slave.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/mb.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/mb_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii/mbascii.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii/mbascii_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbrtu_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbrtu.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbcrc.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbcrc.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbcrc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/tcp/mbtcp.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp/mbtcp.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/tcp/mbtcp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/tcp build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/port.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/port/port.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/port.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/port/portevent.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/port/portevent_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/port/portother.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/port/portother_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/port/portserial.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/port/portserial_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/port/porttimer.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/port/porttimer_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfunccoils.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfunccoils_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdiag.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdiag.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdiag.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdisc.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdisc_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncholding.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncholding_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncinput.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput_m.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncinput_m.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput_m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncother.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncother.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncother.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbutils.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbutils.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbutils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_slave/modbus_controller/mbc_serial_slave.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller/mbc_serial_slave.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_slave/modbus_controller/mbc_serial_slave.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_slave/modbus_controller build esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_master/modbus_controller/mbc_serial_master.c.obj: C_COMPILER____idf_freemodbus /home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller/mbc_serial_master.c || cmake_object_order_depends_target___idf_freemodbus DEP_FILE = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_master/modbus_controller/mbc_serial_master.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir OBJECT_FILE_DIR = esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_master/modbus_controller @@ -10165,7 +10526,7 @@ build esp-idf/freemodbus/libfreemodbus.a: CXX_STATIC_LIBRARY_LINKER____idf_freem # Utility command for rebuild_cache build esp-idf/freemodbus/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/freemodbus && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/freemodbus && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -10180,7 +10541,7 @@ build esp-idf/freemodbus/list_install_components: phony # Utility command for install/local build esp-idf/freemodbus/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/freemodbus/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/freemodbus && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/freemodbus && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -10190,7 +10551,7 @@ build esp-idf/freemodbus/install/local: phony esp-idf/freemodbus/CMakeFiles/inst # Utility command for install build esp-idf/freemodbus/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/freemodbus/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/freemodbus && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/freemodbus && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -10205,7 +10566,7 @@ build esp-idf/freemodbus/install: phony esp-idf/freemodbus/CMakeFiles/install.ut # Utility command for install/strip build esp-idf/idf_test/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/idf_test/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/idf_test && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/idf_test && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -10215,7 +10576,7 @@ build esp-idf/idf_test/install/strip: phony esp-idf/idf_test/CMakeFiles/install/ # Utility command for edit_cache build esp-idf/idf_test/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/idf_test && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/idf_test && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/idf_test/edit_cache: phony esp-idf/idf_test/CMakeFiles/edit_cache.util @@ -10224,7 +10585,7 @@ build esp-idf/idf_test/edit_cache: phony esp-idf/idf_test/CMakeFiles/edit_cache. # Utility command for rebuild_cache build esp-idf/idf_test/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/idf_test && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/idf_test && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -10239,7 +10600,7 @@ build esp-idf/idf_test/list_install_components: phony # Utility command for install/local build esp-idf/idf_test/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/idf_test/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/idf_test && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/idf_test && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -10249,7 +10610,7 @@ build esp-idf/idf_test/install/local: phony esp-idf/idf_test/CMakeFiles/install/ # Utility command for install build esp-idf/idf_test/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/idf_test/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/idf_test && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/idf_test && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -10264,7 +10625,7 @@ build esp-idf/idf_test/install: phony esp-idf/idf_test/CMakeFiles/install.util # Utility command for install/strip build esp-idf/jsmn/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/jsmn/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/jsmn && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/jsmn && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -10274,7 +10635,7 @@ build esp-idf/jsmn/install/strip: phony esp-idf/jsmn/CMakeFiles/install/strip.ut # Utility command for edit_cache build esp-idf/jsmn/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/jsmn && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/jsmn && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/jsmn/edit_cache: phony esp-idf/jsmn/CMakeFiles/edit_cache.util @@ -10288,8 +10649,8 @@ build esp-idf/jsmn/edit_cache: phony esp-idf/jsmn/CMakeFiles/edit_cache.util build cmake_object_order_depends_target___idf_jsmn: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir/src/jsmn.c.obj: C_COMPILER____idf_jsmn /home/mithras/esp/esp-idf/components/jsmn/src/jsmn.c || cmake_object_order_depends_target___idf_jsmn DEP_FILE = esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir/src/jsmn.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/jsmn/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/jsmn/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir OBJECT_FILE_DIR = esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir/src @@ -10312,7 +10673,7 @@ build esp-idf/jsmn/libjsmn.a: CXX_STATIC_LIBRARY_LINKER____idf_jsmn esp-idf/jsmn # Utility command for install build esp-idf/jsmn/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/jsmn/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/jsmn && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/jsmn && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -10322,7 +10683,7 @@ build esp-idf/jsmn/install: phony esp-idf/jsmn/CMakeFiles/install.util # Utility command for rebuild_cache build esp-idf/jsmn/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/jsmn && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/jsmn && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -10337,7 +10698,7 @@ build esp-idf/jsmn/list_install_components: phony # Utility command for install/local build esp-idf/jsmn/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/jsmn/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/jsmn && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/jsmn && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -10352,7 +10713,7 @@ build esp-idf/jsmn/install/local: phony esp-idf/jsmn/CMakeFiles/install/local.ut # Utility command for install/strip build esp-idf/json/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/json/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/json && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/json && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -10362,7 +10723,7 @@ build esp-idf/json/install/strip: phony esp-idf/json/CMakeFiles/install/strip.ut # Utility command for edit_cache build esp-idf/json/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/json && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/json && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/json/edit_cache: phony esp-idf/json/CMakeFiles/edit_cache.util @@ -10376,14 +10737,14 @@ build esp-idf/json/edit_cache: phony esp-idf/json/CMakeFiles/edit_cache.util build cmake_object_order_depends_target___idf_json: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj: C_COMPILER____idf_json /home/mithras/esp/esp-idf/components/json/cJSON/cJSON.c || cmake_object_order_depends_target___idf_json DEP_FILE = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/json/CMakeFiles/__idf_json.dir OBJECT_FILE_DIR = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj: C_COMPILER____idf_json /home/mithras/esp/esp-idf/components/json/cJSON/cJSON_Utils.c || cmake_object_order_depends_target___idf_json DEP_FILE = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/json/CMakeFiles/__idf_json.dir OBJECT_FILE_DIR = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON @@ -10411,7 +10772,7 @@ build esp-idf/json/list_install_components: phony # Utility command for install/local build esp-idf/json/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/json/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/json && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/json && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -10421,7 +10782,7 @@ build esp-idf/json/install/local: phony esp-idf/json/CMakeFiles/install/local.ut # Utility command for rebuild_cache build esp-idf/json/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/json && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/json && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -10431,7 +10792,7 @@ build esp-idf/json/rebuild_cache: phony esp-idf/json/CMakeFiles/rebuild_cache.ut # Utility command for install build esp-idf/json/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/json/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/json && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/json && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -10446,7 +10807,7 @@ build esp-idf/json/install: phony esp-idf/json/CMakeFiles/install.util # Utility command for install/strip build esp-idf/libsodium/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/libsodium/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/libsodium && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/libsodium && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -10456,7 +10817,7 @@ build esp-idf/libsodium/install/strip: phony esp-idf/libsodium/CMakeFiles/instal # Utility command for edit_cache build esp-idf/libsodium/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/libsodium && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/libsodium && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/libsodium/edit_cache: phony esp-idf/libsodium/CMakeFiles/edit_cache.util @@ -10471,792 +10832,792 @@ build cmake_object_order_depends_target___idf_libsodium: phony || cmake_object_o build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/crypto_auth.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/crypto_auth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha256 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512256 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_easy.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_easy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_seal.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_seal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/curve25519/ref10 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hchacha20 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/ref2 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/salsa/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/crypto_hash.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/crypto_hash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/cp build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/cp build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/blake2b build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kx/crypto_kx.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kx/crypto_kx.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kx build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-type-limits - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-type-limits + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-unknown-pragmas - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-unknown-pragmas + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-type-limits - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-type-limits + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-type-limits - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-type-limits + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S.obj: ASM_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S.obj: ASM_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S.obj: ASM_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S.obj: ASM_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S.obj: ASM_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S.obj: ASM_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S.obj: ASM_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-implicit-fallthrough - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-implicit-fallthrough + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-implicit-fallthrough - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-implicit-fallthrough + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/crypto_sign.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/crypto_sign.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/crypto_stream.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/crypto_stream.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S.obj: ASM_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/ref build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xchacha20 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xsalsa20 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_verify/sodium/verify.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_verify/sodium/verify.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_verify/sodium build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/randombytes.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/randombytes.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/randombytes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -DRANDOMBYTES_DEFAULT_IMPLEMENTATION - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -DRANDOMBYTES_DEFAULT_IMPLEMENTATION + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/nativeclient build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/salsa20 build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/sysrandom build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/core.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/core.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/core.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/runtime.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/runtime.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/runtime.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/utils.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/utils.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-unused-variable - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-unused-variable + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/version.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/version.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/version.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium build esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/port/randombytes_esp32.c.obj: C_COMPILER____idf_libsodium /home/mithras/esp/esp-idf/components/libsodium/port/randombytes_esp32.c || cmake_object_order_depends_target___idf_libsodium DEFINES = -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS DEP_FILE = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/port/randombytes_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir OBJECT_FILE_DIR = esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/port @@ -11279,7 +11640,7 @@ build esp-idf/libsodium/liblibsodium.a: CXX_STATIC_LIBRARY_LINKER____idf_libsodi # Utility command for rebuild_cache build esp-idf/libsodium/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/libsodium && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/libsodium && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -11294,7 +11655,7 @@ build esp-idf/libsodium/list_install_components: phony # Utility command for install/local build esp-idf/libsodium/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/libsodium/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/libsodium && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/libsodium && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -11304,7 +11665,7 @@ build esp-idf/libsodium/install/local: phony esp-idf/libsodium/CMakeFiles/instal # Utility command for install build esp-idf/libsodium/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/libsodium/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/libsodium && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/libsodium && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -11319,7 +11680,7 @@ build esp-idf/libsodium/install: phony esp-idf/libsodium/CMakeFiles/install.util # Utility command for install/strip build esp-idf/mqtt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mqtt/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mqtt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mqtt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -11329,7 +11690,7 @@ build esp-idf/mqtt/install/strip: phony esp-idf/mqtt/CMakeFiles/install/strip.ut # Utility command for edit_cache build esp-idf/mqtt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mqtt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mqtt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/mqtt/edit_cache: phony esp-idf/mqtt/CMakeFiles/edit_cache.util @@ -11338,7 +11699,7 @@ build esp-idf/mqtt/edit_cache: phony esp-idf/mqtt/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/mqtt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mqtt && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mqtt && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -11359,29 +11720,29 @@ build cmake_object_order_depends_target___idf_mqtt: phony || cmake_object_order_ build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj: C_COMPILER____idf_mqtt /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c || cmake_object_order_depends_target___idf_mqtt DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj: C_COMPILER____idf_mqtt /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c || cmake_object_order_depends_target___idf_mqtt DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj: C_COMPILER____idf_mqtt /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c || cmake_object_order_depends_target___idf_mqtt DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj: C_COMPILER____idf_mqtt /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c || cmake_object_order_depends_target___idf_mqtt DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib @@ -11404,7 +11765,7 @@ build esp-idf/mqtt/libmqtt.a: CXX_STATIC_LIBRARY_LINKER____idf_mqtt esp-idf/mqtt # Utility command for install/local build esp-idf/mqtt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mqtt/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mqtt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mqtt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -11414,7 +11775,7 @@ build esp-idf/mqtt/install/local: phony esp-idf/mqtt/CMakeFiles/install/local.ut # Utility command for install build esp-idf/mqtt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mqtt/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/mqtt && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/mqtt && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -11429,7 +11790,7 @@ build esp-idf/mqtt/install: phony esp-idf/mqtt/CMakeFiles/install.util # Utility command for install/strip build esp-idf/openssl/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/openssl/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/openssl && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/openssl && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -11439,7 +11800,7 @@ build esp-idf/openssl/install/strip: phony esp-idf/openssl/CMakeFiles/install/st # Utility command for edit_cache build esp-idf/openssl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/openssl && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/openssl && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/openssl/edit_cache: phony esp-idf/openssl/CMakeFiles/edit_cache.util @@ -11454,57 +11815,57 @@ build cmake_object_order_depends_target___idf_openssl: phony || cmake_object_ord build esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_cert.c.obj: C_COMPILER____idf_openssl /home/mithras/esp/esp-idf/components/openssl/library/ssl_cert.c || cmake_object_order_depends_target___idf_openssl DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_cert.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir OBJECT_FILE_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library build esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_lib.c.obj: C_COMPILER____idf_openssl /home/mithras/esp/esp-idf/components/openssl/library/ssl_lib.c || cmake_object_order_depends_target___idf_openssl DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_lib.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir OBJECT_FILE_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library build esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_methods.c.obj: C_COMPILER____idf_openssl /home/mithras/esp/esp-idf/components/openssl/library/ssl_methods.c || cmake_object_order_depends_target___idf_openssl DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_methods.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir OBJECT_FILE_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library build esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_pkey.c.obj: C_COMPILER____idf_openssl /home/mithras/esp/esp-idf/components/openssl/library/ssl_pkey.c || cmake_object_order_depends_target___idf_openssl DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_pkey.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir OBJECT_FILE_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library build esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_stack.c.obj: C_COMPILER____idf_openssl /home/mithras/esp/esp-idf/components/openssl/library/ssl_stack.c || cmake_object_order_depends_target___idf_openssl DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_stack.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir OBJECT_FILE_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library build esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_x509.c.obj: C_COMPILER____idf_openssl /home/mithras/esp/esp-idf/components/openssl/library/ssl_x509.c || cmake_object_order_depends_target___idf_openssl DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_x509.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir OBJECT_FILE_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library build esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_pm.c.obj: C_COMPILER____idf_openssl /home/mithras/esp/esp-idf/components/openssl/platform/ssl_pm.c || cmake_object_order_depends_target___idf_openssl DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_pm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir OBJECT_FILE_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform build esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_port.c.obj: C_COMPILER____idf_openssl /home/mithras/esp/esp-idf/components/openssl/platform/ssl_port.c || cmake_object_order_depends_target___idf_openssl DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_port.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir OBJECT_FILE_DIR = esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform @@ -11527,7 +11888,7 @@ build esp-idf/openssl/libopenssl.a: CXX_STATIC_LIBRARY_LINKER____idf_openssl esp # Utility command for rebuild_cache build esp-idf/openssl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/openssl && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/openssl && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -11542,7 +11903,7 @@ build esp-idf/openssl/list_install_components: phony # Utility command for install/local build esp-idf/openssl/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/openssl/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/openssl && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/openssl && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -11552,7 +11913,7 @@ build esp-idf/openssl/install/local: phony esp-idf/openssl/CMakeFiles/install/lo # Utility command for install build esp-idf/openssl/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/openssl/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/openssl && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/openssl && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -11567,7 +11928,7 @@ build esp-idf/openssl/install: phony esp-idf/openssl/CMakeFiles/install.util # Utility command for install/strip build esp-idf/spiffs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/spiffs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/spiffs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/spiffs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -11577,7 +11938,7 @@ build esp-idf/spiffs/install/strip: phony esp-idf/spiffs/CMakeFiles/install/stri # Utility command for edit_cache build esp-idf/spiffs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/spiffs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/spiffs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/spiffs/edit_cache: phony esp-idf/spiffs/CMakeFiles/edit_cache.util @@ -11591,44 +11952,44 @@ build esp-idf/spiffs/edit_cache: phony esp-idf/spiffs/CMakeFiles/edit_cache.util build cmake_object_order_depends_target___idf_spiffs: phony || cmake_object_order_depends_target___idf_xtensa build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj: C_COMPILER____idf_spiffs /home/mithras/esp/esp-idf/components/spiffs/esp_spiffs.c || cmake_object_order_depends_target___idf_spiffs DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj: C_COMPILER____idf_spiffs /home/mithras/esp/esp-idf/components/spiffs/spiffs_api.c || cmake_object_order_depends_target___idf_spiffs DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj: C_COMPILER____idf_spiffs /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c || cmake_object_order_depends_target___idf_spiffs DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj: C_COMPILER____idf_spiffs /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c || cmake_object_order_depends_target___idf_spiffs DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj: C_COMPILER____idf_spiffs /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c || cmake_object_order_depends_target___idf_spiffs DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj: C_COMPILER____idf_spiffs /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c || cmake_object_order_depends_target___idf_spiffs DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj: C_COMPILER____idf_spiffs /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c || cmake_object_order_depends_target___idf_spiffs DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-stringop-truncation - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-stringop-truncation + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src @@ -11651,7 +12012,7 @@ build esp-idf/spiffs/libspiffs.a: CXX_STATIC_LIBRARY_LINKER____idf_spiffs esp-id # Utility command for install build esp-idf/spiffs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/spiffs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/spiffs && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/spiffs && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -11661,7 +12022,7 @@ build esp-idf/spiffs/install: phony esp-idf/spiffs/CMakeFiles/install.util # Utility command for rebuild_cache build esp-idf/spiffs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/spiffs && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/spiffs && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -11676,7 +12037,7 @@ build esp-idf/spiffs/list_install_components: phony # Utility command for install/local build esp-idf/spiffs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/spiffs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/spiffs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/spiffs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -11687,11 +12048,70 @@ build esp-idf/spiffs/install/local: phony esp-idf/spiffs/CMakeFiles/install/loca # ============================================================================= +############################################# +# Utility command for install/strip + +build esp-idf/tinyusb/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/tinyusb/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tinyusb && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 +build esp-idf/tinyusb/install/strip: phony esp-idf/tinyusb/CMakeFiles/install/strip.util + +############################################# +# Utility command for edit_cache + +build esp-idf/tinyusb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tinyusb && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 +build esp-idf/tinyusb/edit_cache: phony esp-idf/tinyusb/CMakeFiles/edit_cache.util + +############################################# +# Utility command for rebuild_cache + +build esp-idf/tinyusb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tinyusb && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 +build esp-idf/tinyusb/rebuild_cache: phony esp-idf/tinyusb/CMakeFiles/rebuild_cache.util + +############################################# +# Utility command for list_install_components + +build esp-idf/tinyusb/list_install_components: phony + +############################################# +# Utility command for install/local + +build esp-idf/tinyusb/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/tinyusb/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tinyusb && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 +build esp-idf/tinyusb/install/local: phony esp-idf/tinyusb/CMakeFiles/install/local.util + +############################################# +# Utility command for install + +build esp-idf/tinyusb/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/tinyusb/all + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/tinyusb && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 +build esp-idf/tinyusb/install: phony esp-idf/tinyusb/CMakeFiles/install.util +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/mithras/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + ############################################# # Utility command for install/strip build esp-idf/ulp/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/ulp/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/ulp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/ulp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -11701,7 +12121,7 @@ build esp-idf/ulp/install/strip: phony esp-idf/ulp/CMakeFiles/install/strip.util # Utility command for edit_cache build esp-idf/ulp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/ulp && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/ulp && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/ulp/edit_cache: phony esp-idf/ulp/CMakeFiles/edit_cache.util @@ -11712,17 +12132,17 @@ build esp-idf/ulp/edit_cache: phony esp-idf/ulp/CMakeFiles/edit_cache.util ############################################# # Order-only phony target for __idf_ulp -build cmake_object_order_depends_target___idf_ulp: phony || esp-idf/esp32/esp32_linker_script +build cmake_object_order_depends_target___idf_ulp: phony || esp-idf/esp32/esp32_linker_script esp-idf/mbedtls/custom_bundle build esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp.c.obj: C_COMPILER____idf_ulp /home/mithras/esp/esp-idf/components/ulp/ulp.c || cmake_object_order_depends_target___idf_ulp DEP_FILE = esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/ulp/CMakeFiles/__idf_ulp.dir OBJECT_FILE_DIR = esp-idf/ulp/CMakeFiles/__idf_ulp.dir build esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj: C_COMPILER____idf_ulp /home/mithras/esp/esp-idf/components/ulp/ulp_macro.c || cmake_object_order_depends_target___idf_ulp DEP_FILE = esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/ulp/CMakeFiles/__idf_ulp.dir OBJECT_FILE_DIR = esp-idf/ulp/CMakeFiles/__idf_ulp.dir @@ -11733,7 +12153,7 @@ build esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj: C_COMPILER____idf_ul ############################################# # Link the static library esp-idf/ulp/libulp.a -build esp-idf/ulp/libulp.a: CXX_STATIC_LIBRARY_LINKER____idf_ulp esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp.c.obj esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj || esp-idf/esp32/esp32_linker_script +build esp-idf/ulp/libulp.a: CXX_STATIC_LIBRARY_LINKER____idf_ulp esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp.c.obj esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj || esp-idf/esp32/esp32_linker_script esp-idf/mbedtls/custom_bundle LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/ulp/CMakeFiles/__idf_ulp.dir POST_BUILD = : @@ -11745,7 +12165,7 @@ build esp-idf/ulp/libulp.a: CXX_STATIC_LIBRARY_LINKER____idf_ulp esp-idf/ulp/CMa # Utility command for rebuild_cache build esp-idf/ulp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/ulp && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/ulp && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -11760,7 +12180,7 @@ build esp-idf/ulp/list_install_components: phony # Utility command for install/local build esp-idf/ulp/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/ulp/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/ulp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/ulp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -11770,7 +12190,7 @@ build esp-idf/ulp/install/local: phony esp-idf/ulp/CMakeFiles/install/local.util # Utility command for install build esp-idf/ulp/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/ulp/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/ulp && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/ulp && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -11785,7 +12205,7 @@ build esp-idf/ulp/install: phony esp-idf/ulp/CMakeFiles/install.util # Utility command for install/strip build esp-idf/unity/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/unity/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/unity && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/unity && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -11795,7 +12215,7 @@ build esp-idf/unity/install/strip: phony esp-idf/unity/CMakeFiles/install/strip. # Utility command for edit_cache build esp-idf/unity/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/unity && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/unity && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/unity/edit_cache: phony esp-idf/unity/CMakeFiles/edit_cache.util @@ -11804,7 +12224,7 @@ build esp-idf/unity/edit_cache: phony esp-idf/unity/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/unity/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/unity && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/unity && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -11819,7 +12239,7 @@ build esp-idf/unity/list_install_components: phony # Utility command for install/local build esp-idf/unity/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/unity/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/unity && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/unity && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -11835,22 +12255,22 @@ build cmake_object_order_depends_target___idf_unity: phony || cmake_object_order build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj: C_COMPILER____idf_unity /home/mithras/esp/esp-idf/components/unity/unity/src/unity.c || cmake_object_order_depends_target___idf_unity DEFINES = -DUNITY_INCLUDE_CONFIG_H DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-unused-const-variable - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-unused-const-variable + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj: C_COMPILER____idf_unity /home/mithras/esp/esp-idf/components/unity/unity_port_esp32.c || cmake_object_order_depends_target___idf_unity DEFINES = -DUNITY_INCLUDE_CONFIG_H DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-unused-const-variable - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-unused-const-variable + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj: C_COMPILER____idf_unity /home/mithras/esp/esp-idf/components/unity/unity_runner.c || cmake_object_order_depends_target___idf_unity DEFINES = -DUNITY_INCLUDE_CONFIG_H DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-unused-const-variable - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-unused-const-variable + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir @@ -11873,7 +12293,7 @@ build esp-idf/unity/libunity.a: CXX_STATIC_LIBRARY_LINKER____idf_unity esp-idf/u # Utility command for install build esp-idf/unity/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/unity/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/unity && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/unity && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -11888,7 +12308,7 @@ build esp-idf/unity/install: phony esp-idf/unity/CMakeFiles/install.util # Utility command for install/strip build esp-idf/wifi_provisioning/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -11898,7 +12318,7 @@ build esp-idf/wifi_provisioning/install/strip: phony esp-idf/wifi_provisioning/C # Utility command for edit_cache build esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/wifi_provisioning/edit_cache: phony esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util @@ -11913,64 +12333,64 @@ build cmake_object_order_depends_target___idf_wifi_provisioning: phony || cmake_ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj: C_COMPILER____idf_wifi_provisioning /home/mithras/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj: C_COMPILER____idf_wifi_provisioning /home/mithras/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj: C_COMPILER____idf_wifi_provisioning /home/mithras/esp/esp-idf/components/wifi_provisioning/src/manager.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj: C_COMPILER____idf_wifi_provisioning /home/mithras/esp/esp-idf/components/wifi_provisioning/src/handlers.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-stringop-truncation - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-stringop-truncation + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj: C_COMPILER____idf_wifi_provisioning /home/mithras/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM -Wno-stringop-truncation - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM -Wno-stringop-truncation + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj: C_COMPILER____idf_wifi_provisioning /home/mithras/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning /home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning /home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning /home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c @@ -11993,7 +12413,7 @@ build esp-idf/wifi_provisioning/libwifi_provisioning.a: CXX_STATIC_LIBRARY_LINKE # Utility command for install build esp-idf/wifi_provisioning/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12003,7 +12423,7 @@ build esp-idf/wifi_provisioning/install: phony esp-idf/wifi_provisioning/CMakeFi # Utility command for rebuild_cache build esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12018,7 +12438,7 @@ build esp-idf/wifi_provisioning/list_install_components: phony # Utility command for install/local build esp-idf/wifi_provisioning/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -12033,7 +12453,7 @@ build esp-idf/wifi_provisioning/install/local: phony esp-idf/wifi_provisioning/C # Utility command for edit_cache build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/main && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/main && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util @@ -12042,7 +12462,7 @@ build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util # Utility command for install/strip build esp-idf/main/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/main/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/main && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/main && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -12054,12 +12474,12 @@ build esp-idf/main/install/strip: phony esp-idf/main/CMakeFiles/install/strip.ut ############################################# # Order-only phony target for __idf_main -build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_asio cmake_object_order_depends_target___idf_ca cmake_object_order_depends_target___idf_cbor cmake_object_order_depends_target___idf_cmd_nvs cmake_object_order_depends_target___idf_cmd_system cmake_object_order_depends_target___idf_coap cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_adc_cal cmake_object_order_depends_target___idf_esp_gdbstub cmake_object_order_depends_target___idf_esp_https_ota cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_esp_serial_slave_link cmake_object_order_depends_target___idf_esp_websocket_client cmake_object_order_depends_target___idf_expat cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_files cmake_object_order_depends_target___idf_freemodbus cmake_object_order_depends_target___idf_https_server cmake_object_order_depends_target___idf_jsmn cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_libsodium cmake_object_order_depends_target___idf_lv_examples cmake_object_order_depends_target___idf_lvgl cmake_object_order_depends_target___idf_lvgl_esp32_drivers cmake_object_order_depends_target___idf_lvgl_tft cmake_object_order_depends_target___idf_lvgl_touch cmake_object_order_depends_target___idf_mdns cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_openssl cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_sdmmc cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_wifi cmake_object_order_depends_target___idf_wifi_provisioning cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_asio cmake_object_order_depends_target___idf_ca cmake_object_order_depends_target___idf_cbor cmake_object_order_depends_target___idf_cmd_nvs cmake_object_order_depends_target___idf_cmd_system cmake_object_order_depends_target___idf_coap cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_adc_cal cmake_object_order_depends_target___idf_esp_gdbstub cmake_object_order_depends_target___idf_esp_https_ota cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_esp_serial_slave_link cmake_object_order_depends_target___idf_esp_websocket_client cmake_object_order_depends_target___idf_expat cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_files cmake_object_order_depends_target___idf_freemodbus cmake_object_order_depends_target___idf_https_server cmake_object_order_depends_target___idf_jsmn cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_libsodium cmake_object_order_depends_target___idf_mdns cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_openssl cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_sdmmc cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_wifi cmake_object_order_depends_target___idf_wifi_provisioning cmake_object_order_depends_target___idf_xtensa build esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj: C_COMPILER____idf_main ../main/main.c || cmake_object_order_depends_target___idf_main - DEFINES = -DHAVE_CONFIG_H -DLV_CONF_INCLUDE_SIMPLE=1 -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX + DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX DEP_FILE = esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../main -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/asio/asio/asio/include -I/home/mithras/esp/esp-idf/components/asio/port/include -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp_adc_cal/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_https_ota/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_websocket_client/include -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/idf_test/include -I/home/mithras/esp/esp-idf/components/jsmn/include -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I../components/files -I../components/ca -I../components/cmd_nvs -I../components/cmd_system -I../components/wifi -I../components/https_server -I../components/lvgl -I../components/lvgl/lvgl -I../components/lv_examples -I../components/lvgl_esp32_drivers -I../components/lvgl_esp32_drivers/lvgl_tft -I../components/lvgl_esp32_drivers/lvgl_touch + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../main -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/asio/asio/asio/include -I/home/mithras/esp/esp-idf/components/asio/port/include -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp_adc_cal/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_https_ota/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_websocket_client/include -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/idf_test/include -I/home/mithras/esp/esp-idf/components/idf_test/include/esp32 -I/home/mithras/esp/esp-idf/components/jsmn/include -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I../components/files -I../components/ca -I../components/cmd_nvs -I../components/cmd_system -I../components/wifi -I../components/https_server OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir OBJECT_FILE_DIR = esp-idf/main/CMakeFiles/__idf_main.dir @@ -12070,7 +12490,7 @@ build esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj: C_COMPILER____idf_main ############################################# # Link the static library esp-idf/main/libmain.a -build esp-idf/main/libmain.a: CXX_STATIC_LIBRARY_LINKER____idf_main esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj || esp-idf/asio/libasio.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl/liblvgl.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/openssl/libopenssl.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/sdmmc/libsdmmc.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/xtensa/libxtensa.a +build esp-idf/main/libmain.a: CXX_STATIC_LIBRARY_LINKER____idf_main esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj || esp-idf/asio/libasio.a esp-idf/ca/libca.a esp-idf/cbor/libcbor.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/expat/libexpat.a esp-idf/fatfs/libfatfs.a esp-idf/files/libfiles.a esp-idf/freemodbus/libfreemodbus.a esp-idf/https_server/libhttps_server.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/mdns/libmdns.a esp-idf/mqtt/libmqtt.a esp-idf/openssl/libopenssl.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/sdmmc/libsdmmc.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi/libwifi.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/xtensa/libxtensa.a LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir POST_BUILD = : @@ -12087,7 +12507,7 @@ build esp-idf/main/list_install_components: phony # Utility command for install/local build esp-idf/main/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/main/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/main && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/main && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -12097,7 +12517,7 @@ build esp-idf/main/install/local: phony esp-idf/main/CMakeFiles/install/local.ut # Utility command for rebuild_cache build esp-idf/main/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/main && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/main && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12107,7 +12527,7 @@ build esp-idf/main/rebuild_cache: phony esp-idf/main/CMakeFiles/rebuild_cache.ut # Utility command for install build esp-idf/main/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/main/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/main && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/main && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12122,7 +12542,7 @@ build esp-idf/main/install: phony esp-idf/main/CMakeFiles/install.util # Utility command for install/strip build esp-idf/files/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/files/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/files && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/files && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -12132,7 +12552,7 @@ build esp-idf/files/install/strip: phony esp-idf/files/CMakeFiles/install/strip. # Utility command for edit_cache build esp-idf/files/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/files && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/files && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/files/edit_cache: phony esp-idf/files/CMakeFiles/edit_cache.util @@ -12146,8 +12566,8 @@ build esp-idf/files/edit_cache: phony esp-idf/files/CMakeFiles/edit_cache.util build cmake_object_order_depends_target___idf_files: phony || cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_xtensa build esp-idf/files/CMakeFiles/__idf_files.dir/file.c.obj: C_COMPILER____idf_files ../components/files/file.c || cmake_object_order_depends_target___idf_files DEP_FILE = esp-idf/files/CMakeFiles/__idf_files.dir/file.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/files -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../components/files -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/files/CMakeFiles/__idf_files.dir OBJECT_FILE_DIR = esp-idf/files/CMakeFiles/__idf_files.dir @@ -12170,7 +12590,7 @@ build esp-idf/files/libfiles.a: CXX_STATIC_LIBRARY_LINKER____idf_files esp-idf/f # Utility command for install build esp-idf/files/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/files/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/files && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/files && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12180,7 +12600,7 @@ build esp-idf/files/install: phony esp-idf/files/CMakeFiles/install.util # Utility command for rebuild_cache build esp-idf/files/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/files && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/files && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12195,7 +12615,7 @@ build esp-idf/files/list_install_components: phony # Utility command for install/local build esp-idf/files/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/files/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/files && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/files && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -12210,7 +12630,7 @@ build esp-idf/files/install/local: phony esp-idf/files/CMakeFiles/install/local. # Utility command for install/strip build esp-idf/ca/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/ca/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/ca && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/ca && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -12220,7 +12640,7 @@ build esp-idf/ca/install/strip: phony esp-idf/ca/CMakeFiles/install/strip.util # Utility command for edit_cache build esp-idf/ca/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/ca && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/ca && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/ca/edit_cache: phony esp-idf/ca/CMakeFiles/edit_cache.util @@ -12235,15 +12655,15 @@ build cmake_object_order_depends_target___idf_ca: phony || cmake_object_order_de build esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj: C_COMPILER____idf_ca ../components/ca/ca.c || cmake_object_order_depends_target___idf_ca DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/ca -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/files -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../components/ca -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/files -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/ca/CMakeFiles/__idf_ca.dir OBJECT_FILE_DIR = esp-idf/ca/CMakeFiles/__idf_ca.dir build esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj: C_COMPILER____idf_ca ../components/ca/gen_key.c || cmake_object_order_depends_target___idf_ca DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/ca -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/files -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../components/ca -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/files -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/ca/CMakeFiles/__idf_ca.dir OBJECT_FILE_DIR = esp-idf/ca/CMakeFiles/__idf_ca.dir @@ -12266,7 +12686,7 @@ build esp-idf/ca/libca.a: CXX_STATIC_LIBRARY_LINKER____idf_ca esp-idf/ca/CMakeFi # Utility command for rebuild_cache build esp-idf/ca/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/ca && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/ca && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12281,7 +12701,7 @@ build esp-idf/ca/list_install_components: phony # Utility command for install/local build esp-idf/ca/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/ca/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/ca && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/ca && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -12291,7 +12711,7 @@ build esp-idf/ca/install/local: phony esp-idf/ca/CMakeFiles/install/local.util # Utility command for install build esp-idf/ca/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/ca/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/ca && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/ca && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12306,7 +12726,7 @@ build esp-idf/ca/install: phony esp-idf/ca/CMakeFiles/install.util # Utility command for install/strip build esp-idf/cmd_nvs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cmd_nvs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -12316,7 +12736,7 @@ build esp-idf/cmd_nvs/install/strip: phony esp-idf/cmd_nvs/CMakeFiles/install/st # Utility command for edit_cache build esp-idf/cmd_nvs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/cmd_nvs/edit_cache: phony esp-idf/cmd_nvs/CMakeFiles/edit_cache.util @@ -12325,7 +12745,7 @@ build esp-idf/cmd_nvs/edit_cache: phony esp-idf/cmd_nvs/CMakeFiles/edit_cache.ut # Utility command for install build esp-idf/cmd_nvs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cmd_nvs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12341,8 +12761,8 @@ build cmake_object_order_depends_target___idf_cmd_nvs: phony || cmake_object_ord build esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir/cmd_nvs.c.obj: C_COMPILER____idf_cmd_nvs ../components/cmd_nvs/cmd_nvs.c || cmake_object_order_depends_target___idf_cmd_nvs DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir/cmd_nvs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/cmd_nvs -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../components/cmd_nvs -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include OBJECT_DIR = esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir OBJECT_FILE_DIR = esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir @@ -12365,7 +12785,7 @@ build esp-idf/cmd_nvs/libcmd_nvs.a: CXX_STATIC_LIBRARY_LINKER____idf_cmd_nvs esp # Utility command for rebuild_cache build esp-idf/cmd_nvs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12380,7 +12800,7 @@ build esp-idf/cmd_nvs/list_install_components: phony # Utility command for install/local build esp-idf/cmd_nvs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cmd_nvs/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -12395,7 +12815,7 @@ build esp-idf/cmd_nvs/install/local: phony esp-idf/cmd_nvs/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/cmd_system/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cmd_system/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cmd_system && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cmd_system && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -12405,7 +12825,7 @@ build esp-idf/cmd_system/install/strip: phony esp-idf/cmd_system/CMakeFiles/inst # Utility command for edit_cache build esp-idf/cmd_system/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cmd_system && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cmd_system && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/cmd_system/edit_cache: phony esp-idf/cmd_system/CMakeFiles/edit_cache.util @@ -12419,8 +12839,8 @@ build esp-idf/cmd_system/edit_cache: phony esp-idf/cmd_system/CMakeFiles/edit_ca build cmake_object_order_depends_target___idf_cmd_system: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_xtensa build esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir/cmd_system.c.obj: C_COMPILER____idf_cmd_system ../components/cmd_system/cmd_system.c || cmake_object_order_depends_target___idf_cmd_system DEP_FILE = esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir/cmd_system.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/cmd_system -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../components/cmd_system -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir OBJECT_FILE_DIR = esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir @@ -12443,7 +12863,7 @@ build esp-idf/cmd_system/libcmd_system.a: CXX_STATIC_LIBRARY_LINKER____idf_cmd_s # Utility command for rebuild_cache build esp-idf/cmd_system/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cmd_system && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cmd_system && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12458,7 +12878,7 @@ build esp-idf/cmd_system/list_install_components: phony # Utility command for install/local build esp-idf/cmd_system/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cmd_system/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cmd_system && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cmd_system && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -12468,7 +12888,7 @@ build esp-idf/cmd_system/install/local: phony esp-idf/cmd_system/CMakeFiles/inst # Utility command for install build esp-idf/cmd_system/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cmd_system/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/cmd_system && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/cmd_system && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12483,7 +12903,7 @@ build esp-idf/cmd_system/install: phony esp-idf/cmd_system/CMakeFiles/install.ut # Utility command for install/strip build esp-idf/wifi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wifi/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wifi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wifi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -12493,7 +12913,7 @@ build esp-idf/wifi/install/strip: phony esp-idf/wifi/CMakeFiles/install/strip.ut # Utility command for edit_cache build esp-idf/wifi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wifi && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wifi && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/wifi/edit_cache: phony esp-idf/wifi/CMakeFiles/edit_cache.util @@ -12507,8 +12927,8 @@ build esp-idf/wifi/edit_cache: phony esp-idf/wifi/CMakeFiles/edit_cache.util build cmake_object_order_depends_target___idf_wifi: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_xtensa build esp-idf/wifi/CMakeFiles/__idf_wifi.dir/wifi.c.obj: C_COMPILER____idf_wifi ../components/wifi/wifi.c || cmake_object_order_depends_target___idf_wifi DEP_FILE = esp-idf/wifi/CMakeFiles/__idf_wifi.dir/wifi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/wifi -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../components/wifi -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/wifi/CMakeFiles/__idf_wifi.dir OBJECT_FILE_DIR = esp-idf/wifi/CMakeFiles/__idf_wifi.dir @@ -12531,7 +12951,7 @@ build esp-idf/wifi/libwifi.a: CXX_STATIC_LIBRARY_LINKER____idf_wifi esp-idf/wifi # Utility command for rebuild_cache build esp-idf/wifi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wifi && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wifi && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12546,7 +12966,7 @@ build esp-idf/wifi/list_install_components: phony # Utility command for install/local build esp-idf/wifi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wifi/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wifi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wifi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -12556,7 +12976,7 @@ build esp-idf/wifi/install/local: phony esp-idf/wifi/CMakeFiles/install/local.ut # Utility command for install build esp-idf/wifi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wifi/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/wifi && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/wifi && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12571,7 +12991,7 @@ build esp-idf/wifi/install: phony esp-idf/wifi/CMakeFiles/install.util # Utility command for install/strip build esp-idf/https_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/https_server/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/https_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/https_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -12581,7 +13001,7 @@ build esp-idf/https_server/install/strip: phony esp-idf/https_server/CMakeFiles/ # Utility command for edit_cache build esp-idf/https_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/https_server && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/https_server && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. DESC = No interactive CMake dialog available... restat = 1 build esp-idf/https_server/edit_cache: phony esp-idf/https_server/CMakeFiles/edit_cache.util @@ -12595,7 +13015,7 @@ build esp-idf/https_server/list_install_components: phony # Utility command for install/local build esp-idf/https_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/https_server/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/https_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/https_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -12611,29 +13031,29 @@ build cmake_object_order_depends_target___idf_https_server: phony || cacert.pem. build esp-idf/https_server/CMakeFiles/__idf_https_server.dir/https_server.c.obj: C_COMPILER____idf_https_server ../components/https_server/https_server.c || cmake_object_order_depends_target___idf_https_server DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/https_server/CMakeFiles/__idf_https_server.dir/https_server.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls OBJECT_DIR = esp-idf/https_server/CMakeFiles/__idf_https_server.dir OBJECT_FILE_DIR = esp-idf/https_server/CMakeFiles/__idf_https_server.dir build esp-idf/https_server/CMakeFiles/__idf_https_server.dir/url_decoder.c.obj: C_COMPILER____idf_https_server ../components/https_server/url_decoder.c || cmake_object_order_depends_target___idf_https_server DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/https_server/CMakeFiles/__idf_https_server.dir/url_decoder.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls + FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls OBJECT_DIR = esp-idf/https_server/CMakeFiles/__idf_https_server.dir OBJECT_FILE_DIR = esp-idf/https_server/CMakeFiles/__idf_https_server.dir build esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/cacert.pem.S.obj: ASM_COMPILER____idf_https_server cacert.pem.S || cmake_object_order_depends_target___idf_https_server DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/cacert.pem.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls OBJECT_DIR = esp-idf/https_server/CMakeFiles/__idf_https_server.dir OBJECT_FILE_DIR = esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__ build esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/prvtkey.pem.S.obj: ASM_COMPILER____idf_https_server prvtkey.pem.S || cmake_object_order_depends_target___idf_https_server DEFINES = -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" DEP_FILE = esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/prvtkey.pem.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls + FLAGS = -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-792-g6330b3345\" -DESP_PLATFORM + INCLUDES = -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls OBJECT_DIR = esp-idf/https_server/CMakeFiles/__idf_https_server.dir OBJECT_FILE_DIR = esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__ @@ -12656,7 +13076,7 @@ build esp-idf/https_server/libhttps_server.a: CXX_STATIC_LIBRARY_LINKER____idf_h # Utility command for rebuild_cache build esp-idf/https_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/https_server && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/https_server && /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12666,7 +13086,7 @@ build esp-idf/https_server/rebuild_cache: phony esp-idf/https_server/CMakeFiles/ # Utility command for install build esp-idf/https_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/https_server/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/https_server && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/mithras/esp/bakalarka/build/esp-idf/https_server && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12675,1496 +13095,19 @@ build esp-idf/https_server/install: phony esp-idf/https_server/CMakeFiles/instal ############################################# # Custom command for cacert.pem.S -build cacert.pem.S: CUSTOM_COMMAND /home/mithras/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake ../components/https_server/certs/cacert.pem || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/vfs/libvfs.a esp-idf/wifi/libwifi.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a - COMMAND = cd /home/mithras/Documents/bakalarka/build && /usr/bin/cmake -D DATA_FILE=/home/mithras/Documents/bakalarka/components/https_server/certs/cacert.pem -D SOURCE_FILE=/home/mithras/Documents/bakalarka/build/cacert.pem.S -D FILE_TYPE=TEXT -P /home/mithras/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake +build cacert.pem.S: CUSTOM_COMMAND /home/mithras/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake ../components/https_server/certs/cacert.pem || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/vfs/libvfs.a esp-idf/wifi/libwifi.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + COMMAND = cd /home/mithras/esp/bakalarka/build && /usr/bin/cmake -D DATA_FILE=/home/mithras/esp/bakalarka/components/https_server/certs/cacert.pem -D SOURCE_FILE=/home/mithras/esp/bakalarka/build/cacert.pem.S -D FILE_TYPE=TEXT -P /home/mithras/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake DESC = Generating ../../cacert.pem.S restat = 1 ############################################# # Custom command for prvtkey.pem.S -build prvtkey.pem.S: CUSTOM_COMMAND /home/mithras/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake ../components/https_server/certs/prvtkey.pem || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/vfs/libvfs.a esp-idf/wifi/libwifi.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a - COMMAND = cd /home/mithras/Documents/bakalarka/build && /usr/bin/cmake -D DATA_FILE=/home/mithras/Documents/bakalarka/components/https_server/certs/prvtkey.pem -D SOURCE_FILE=/home/mithras/Documents/bakalarka/build/prvtkey.pem.S -D FILE_TYPE=TEXT -P /home/mithras/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake +build prvtkey.pem.S: CUSTOM_COMMAND /home/mithras/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake ../components/https_server/certs/prvtkey.pem || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp32/esp32_linker_script esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_system/libesp_system.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/freertos/libfreertos.a esp-idf/heap/libheap.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nghttp/libnghttp.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/ulp/libulp.a esp-idf/vfs/libvfs.a esp-idf/wifi/libwifi.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + COMMAND = cd /home/mithras/esp/bakalarka/build && /usr/bin/cmake -D DATA_FILE=/home/mithras/esp/bakalarka/components/https_server/certs/prvtkey.pem -D SOURCE_FILE=/home/mithras/esp/bakalarka/build/prvtkey.pem.S -D FILE_TYPE=TEXT -P /home/mithras/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake DESC = Generating ../../prvtkey.pem.S restat = 1 # ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/lvgl/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lvgl/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/lvgl/install/strip: phony esp-idf/lvgl/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/lvgl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/lvgl/edit_cache: phony esp-idf/lvgl/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_lvgl - - -############################################# -# Order-only phony target for __idf_lvgl - -build cmake_object_order_depends_target___idf_lvgl: phony || cmake_object_order_depends_target___idf_xtensa -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_debug.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_core/lv_debug.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_disp.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_core/lv_disp.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_disp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_group.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_core/lv_group.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_group.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_indev.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_core/lv_indev.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_indev.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_obj.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_core/lv_obj.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_obj.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_refr.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_core/lv_refr.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_refr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_style.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_core/lv_style.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_style.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_draw/lv_draw.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_arc.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_draw/lv_draw_arc.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_arc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_basic.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_draw/lv_draw_basic.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_basic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_img.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_draw/lv_draw_img.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_img.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_label.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_draw/lv_draw_label.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_label.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_line.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_draw/lv_draw_line.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_line.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_rect.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_draw/lv_draw_rect.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_rect.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_triangle.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_draw/lv_draw_triangle.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_triangle.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_cache.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_draw/lv_img_cache.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_cache.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_decoder.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_draw/lv_img_decoder.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_decoder.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_font/lv_font.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_fmt_txt.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_font/lv_font_fmt_txt.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_fmt_txt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_font/lv_font_roboto_12.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12_subpx.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_font/lv_font_roboto_12_subpx.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12_subpx.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_16.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_font/lv_font_roboto_16.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_16.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_22.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_font/lv_font_roboto_22.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_22.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_font/lv_font_roboto_28.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28_compressed.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_font/lv_font_roboto_28_compressed.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28_compressed.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_unscii_8.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_font/lv_font_unscii_8.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_unscii_8.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_disp.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_hal/lv_hal_disp.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_disp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_indev.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_hal/lv_hal_indev.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_indev.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_tick.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_hal/lv_hal_tick.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_tick.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_anim.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_anim.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_anim.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_area.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_area.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_area.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_async.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_async.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_async.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_bidi.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_bidi.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_bidi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_circ.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_circ.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_circ.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_color.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_color.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_color.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_fs.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_fs.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_fs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_gc.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_gc.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_gc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_ll.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_ll.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_ll.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_log.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_log.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_log.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_math.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_math.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_math.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_mem.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_mem.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_mem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_printf.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_printf.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_printf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_task.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_task.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_task.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_templ.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_templ.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_templ.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_txt.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_txt.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_txt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_utils.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_misc/lv_utils.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_arc.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_arc.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_arc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_bar.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_bar.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_bar.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btn.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_btn.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btn.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btnm.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_btnm.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btnm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_calendar.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_calendar.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_calendar.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_canvas.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_canvas.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_canvas.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cb.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_cb.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cb.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_chart.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_chart.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_chart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cont.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_cont.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cont.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cpicker.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_cpicker.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cpicker.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ddlist.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_ddlist.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ddlist.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_gauge.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_gauge.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_gauge.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_img.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_img.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_img.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_imgbtn.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_imgbtn.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_imgbtn.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_kb.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_kb.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_kb.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_label.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_label.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_label.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_led.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_led.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_led.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_line.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_line.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_line.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_list.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_list.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_list.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_lmeter.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_lmeter.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_lmeter.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_mbox.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_mbox.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_mbox.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_objx_templ.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_objx_templ.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_objx_templ.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_page.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_page.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_page.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_preload.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_preload.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_preload.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_roller.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_roller.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_roller.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_slider.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_slider.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_slider.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_spinbox.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_spinbox.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_spinbox.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_sw.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_sw.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_sw.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ta.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_ta.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ta.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_table.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_table.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_table.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tabview.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_tabview.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tabview.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tileview.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_tileview.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tileview.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_win.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_objx/lv_win.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_win.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_themes/lv_theme.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_alien.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_themes/lv_theme_alien.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_alien.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_default.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_themes/lv_theme_default.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_default.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_material.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_themes/lv_theme_material.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_material.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_mono.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_themes/lv_theme_mono.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_mono.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_nemo.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_themes/lv_theme_nemo.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_nemo.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_night.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_themes/lv_theme_night.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_night.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_templ.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_themes/lv_theme_templ.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_templ.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes -build esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_zen.c.obj: C_COMPILER____idf_lvgl ../components/lvgl/lvgl/src/lv_themes/lv_theme_zen.c || cmake_object_order_depends_target___idf_lvgl - DEP_FILE = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_zen.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - OBJECT_FILE_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_lvgl - - -############################################# -# Link the static library esp-idf/lvgl/liblvgl.a - -build esp-idf/lvgl/liblvgl.a: CXX_STATIC_LIBRARY_LINKER____idf_lvgl esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_debug.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_disp.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_group.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_indev.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_obj.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_refr.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_style.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_arc.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_basic.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_img.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_label.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_line.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_rect.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_triangle.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_cache.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_decoder.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_fmt_txt.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12_subpx.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_16.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_22.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28_compressed.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_unscii_8.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_disp.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_indev.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_tick.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_anim.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_area.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_async.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_bidi.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_circ.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_color.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_fs.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_gc.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_ll.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_log.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_math.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_mem.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_printf.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_task.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_templ.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_txt.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_utils.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_arc.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_bar.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btn.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btnm.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_calendar.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_canvas.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cb.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_chart.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cont.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cpicker.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ddlist.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_gauge.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_img.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_imgbtn.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_kb.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_label.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_led.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_line.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_list.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_lmeter.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_mbox.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_objx_templ.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_page.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_preload.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_roller.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_slider.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_spinbox.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_sw.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ta.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_table.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tabview.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tileview.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_win.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_alien.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_default.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_material.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_mono.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_nemo.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_night.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_templ.c.obj esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_zen.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/lvgl/liblvgl.a - TARGET_PDB = lvgl.a.dbg - -############################################# -# Utility command for rebuild_cache - -build esp-idf/lvgl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/lvgl/rebuild_cache: phony esp-idf/lvgl/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/lvgl/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/lvgl/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lvgl/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/lvgl/install/local: phony esp-idf/lvgl/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/lvgl/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lvgl/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/lvgl/install: phony esp-idf/lvgl/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/lv_examples/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lv_examples/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lv_examples && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/lv_examples/install/strip: phony esp-idf/lv_examples/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/lv_examples/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lv_examples && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/lv_examples/edit_cache: phony esp-idf/lv_examples/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_lv_examples - - -############################################# -# Order-only phony target for __idf_lv_examples - -build cmake_object_order_depends_target___idf_lv_examples: phony || cmake_object_order_depends_target___idf_lvgl cmake_object_order_depends_target___idf_xtensa -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark_bg.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_apps/benchmark/benchmark_bg.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark_bg.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/demo.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_apps/demo/demo.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/demo.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/img_bubble_pattern.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_apps/demo/img_bubble_pattern.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/img_bubble_pattern.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/sysmon/sysmon.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/sysmon/sysmon.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/sysmon -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/terminal/terminal.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_apps/terminal/terminal.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/terminal/terminal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/terminal -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/tpcal/tpcal.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/tpcal/tpcal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/tpcal -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_group/lv_test_group.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_group/lv_test_group.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_group -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_misc/lv_test_task.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_misc/lv_test_task.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_misc -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_obj -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_arc -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_bar -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btn -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btnm -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_canvas -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cb -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_chart -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cont -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_gauge -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_kb -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_label -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_led -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_line -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_list -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_mbox -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_page -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_preload -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_roller -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_slider -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_sw -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ta -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_table -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tabview -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tileview -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_win -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_stress -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/10_keyboard -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/1_hello_world -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/2_objects -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/3_styles -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/4_themes -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_flower.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/6_images/red_flower.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_flower.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_rose_16.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/6_images/red_rose_16.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_rose_16.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/arial_20.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/7_fonts/arial_20.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/arial_20.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/8_animations -build esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c.obj: C_COMPILER____idf_lv_examples ../components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c || cmake_object_order_depends_target___idf_lv_examples - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - OBJECT_FILE_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/9_responsive - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_lv_examples - - -############################################# -# Link the static library esp-idf/lv_examples/liblv_examples.a - -build esp-idf/lv_examples/liblv_examples.a: CXX_STATIC_LIBRARY_LINKER____idf_lv_examples esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark_bg.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/demo.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/img_bubble_pattern.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/sysmon/sysmon.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/terminal/terminal.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/tpcal/tpcal.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_group/lv_test_group.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_misc/lv_test_task.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_flower.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_rose_16.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/arial_20.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c.obj esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c.obj || esp-idf/lvgl/liblvgl.a esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/lv_examples/liblv_examples.a - TARGET_PDB = lv_examples.a.dbg - -############################################# -# Utility command for rebuild_cache - -build esp-idf/lv_examples/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lv_examples && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/lv_examples/rebuild_cache: phony esp-idf/lv_examples/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/lv_examples/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/lv_examples/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lv_examples/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lv_examples && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/lv_examples/install/local: phony esp-idf/lv_examples/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/lv_examples/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lv_examples/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lv_examples && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/lv_examples/install: phony esp-idf/lv_examples/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/lvgl_esp32_drivers/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lvgl_esp32_drivers/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/lvgl_esp32_drivers/install/strip: phony esp-idf/lvgl_esp32_drivers/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/lvgl_esp32_drivers/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/lvgl_esp32_drivers/edit_cache: phony esp-idf/lvgl_esp32_drivers/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_lvgl_esp32_drivers - - -############################################# -# Order-only phony target for __idf_lvgl_esp32_drivers - -build cmake_object_order_depends_target___idf_lvgl_esp32_drivers: phony || cmake_object_order_depends_target___idf_lvgl cmake_object_order_depends_target___idf_xtensa -build esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir/lvgl_driver.c.obj: C_COMPILER____idf_lvgl_esp32_drivers ../components/lvgl_esp32_drivers/lvgl_driver.c || cmake_object_order_depends_target___idf_lvgl_esp32_drivers - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir/lvgl_driver.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir - OBJECT_FILE_DIR = esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_lvgl_esp32_drivers - - -############################################# -# Link the static library esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a - -build esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a: CXX_STATIC_LIBRARY_LINKER____idf_lvgl_esp32_drivers esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir/lvgl_driver.c.obj || esp-idf/lvgl/liblvgl.a esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a - TARGET_PDB = lvgl_esp32_drivers.a.dbg - -############################################# -# Utility command for rebuild_cache - -build esp-idf/lvgl_esp32_drivers/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/lvgl_esp32_drivers/rebuild_cache: phony esp-idf/lvgl_esp32_drivers/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/lvgl_esp32_drivers/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/lvgl_esp32_drivers/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lvgl_esp32_drivers/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/lvgl_esp32_drivers/install/local: phony esp-idf/lvgl_esp32_drivers/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/lvgl_esp32_drivers/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lvgl_esp32_drivers/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/lvgl_esp32_drivers/install: phony esp-idf/lvgl_esp32_drivers/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/lvgl_tft/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lvgl_tft/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/lvgl_tft/install/strip: phony esp-idf/lvgl_tft/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/lvgl_tft/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/lvgl_tft/edit_cache: phony esp-idf/lvgl_tft/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_lvgl_tft - - -############################################# -# Order-only phony target for __idf_lvgl_tft - -build cmake_object_order_depends_target___idf_lvgl_tft: phony || cmake_object_order_depends_target___idf_lvgl cmake_object_order_depends_target___idf_xtensa -build esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_driver.c.obj: C_COMPILER____idf_lvgl_tft ../components/lvgl_esp32_drivers/lvgl_tft/disp_driver.c || cmake_object_order_depends_target___idf_lvgl_tft - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_driver.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir - OBJECT_FILE_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir -build esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_spi.c.obj: C_COMPILER____idf_lvgl_tft ../components/lvgl_esp32_drivers/lvgl_tft/disp_spi.c || cmake_object_order_depends_target___idf_lvgl_tft - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_spi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir - OBJECT_FILE_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir -build esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/hx8357.c.obj: C_COMPILER____idf_lvgl_tft ../components/lvgl_esp32_drivers/lvgl_tft/hx8357.c || cmake_object_order_depends_target___idf_lvgl_tft - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/hx8357.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir - OBJECT_FILE_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir -build esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9341.c.obj: C_COMPILER____idf_lvgl_tft ../components/lvgl_esp32_drivers/lvgl_tft/ili9341.c || cmake_object_order_depends_target___idf_lvgl_tft - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9341.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir - OBJECT_FILE_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir -build esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9488.c.obj: C_COMPILER____idf_lvgl_tft ../components/lvgl_esp32_drivers/lvgl_tft/ili9488.c || cmake_object_order_depends_target___idf_lvgl_tft - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9488.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir - OBJECT_FILE_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir -build esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/st7789.c.obj: C_COMPILER____idf_lvgl_tft ../components/lvgl_esp32_drivers/lvgl_tft/st7789.c || cmake_object_order_depends_target___idf_lvgl_tft - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/st7789.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir - OBJECT_FILE_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_lvgl_tft - - -############################################# -# Link the static library esp-idf/lvgl_tft/liblvgl_tft.a - -build esp-idf/lvgl_tft/liblvgl_tft.a: CXX_STATIC_LIBRARY_LINKER____idf_lvgl_tft esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_driver.c.obj esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_spi.c.obj esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/hx8357.c.obj esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9341.c.obj esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9488.c.obj esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/st7789.c.obj || esp-idf/lvgl/liblvgl.a esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/lvgl_tft/liblvgl_tft.a - TARGET_PDB = lvgl_tft.a.dbg - -############################################# -# Utility command for rebuild_cache - -build esp-idf/lvgl_tft/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/lvgl_tft/rebuild_cache: phony esp-idf/lvgl_tft/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/lvgl_tft/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/lvgl_tft/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lvgl_tft/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/lvgl_tft/install/local: phony esp-idf/lvgl_tft/CMakeFiles/install/local.util - -############################################# -# Utility command for install - -build esp-idf/lvgl_tft/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lvgl_tft/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/lvgl_tft/install: phony esp-idf/lvgl_tft/CMakeFiles/install.util -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/mithras/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for install/strip - -build esp-idf/lvgl_touch/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lvgl_touch/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake - DESC = Installing the project stripped... - pool = console - restat = 1 -build esp-idf/lvgl_touch/install/strip: phony esp-idf/lvgl_touch/CMakeFiles/install/strip.util - -############################################# -# Utility command for edit_cache - -build esp-idf/lvgl_touch/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 -build esp-idf/lvgl_touch/edit_cache: phony esp-idf/lvgl_touch/CMakeFiles/edit_cache.util -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_lvgl_touch - - -############################################# -# Order-only phony target for __idf_lvgl_touch - -build cmake_object_order_depends_target___idf_lvgl_touch: phony || cmake_object_order_depends_target___idf_lvgl cmake_object_order_depends_target___idf_xtensa -build esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/ft6x36.c.obj: C_COMPILER____idf_lvgl_touch ../components/lvgl_esp32_drivers/lvgl_touch/ft6x36.c || cmake_object_order_depends_target___idf_lvgl_touch - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/ft6x36.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir - OBJECT_FILE_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir -build esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/stmpe610.c.obj: C_COMPILER____idf_lvgl_touch ../components/lvgl_esp32_drivers/lvgl_touch/stmpe610.c || cmake_object_order_depends_target___idf_lvgl_touch - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/stmpe610.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir - OBJECT_FILE_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir -build esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/touch_driver.c.obj: C_COMPILER____idf_lvgl_touch ../components/lvgl_esp32_drivers/lvgl_touch/touch_driver.c || cmake_object_order_depends_target___idf_lvgl_touch - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/touch_driver.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir - OBJECT_FILE_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir -build esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_i2c.c.obj: C_COMPILER____idf_lvgl_touch ../components/lvgl_esp32_drivers/lvgl_touch/tp_i2c.c || cmake_object_order_depends_target___idf_lvgl_touch - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_i2c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir - OBJECT_FILE_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir -build esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_spi.c.obj: C_COMPILER____idf_lvgl_touch ../components/lvgl_esp32_drivers/lvgl_touch/tp_spi.c || cmake_object_order_depends_target___idf_lvgl_touch - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_spi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir - OBJECT_FILE_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir -build esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/xpt2046.c.obj: C_COMPILER____idf_lvgl_touch ../components/lvgl_esp32_drivers/lvgl_touch/xpt2046.c || cmake_object_order_depends_target___idf_lvgl_touch - DEFINES = -DLV_CONF_INCLUDE_SIMPLE=1 - DEP_FILE = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/xpt2046.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v4.2-dev-414-g132cc67c0-dirty\" -DESP_PLATFORM - INCLUDES = -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl - OBJECT_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir - OBJECT_FILE_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_lvgl_touch - - -############################################# -# Link the static library esp-idf/lvgl_touch/liblvgl_touch.a - -build esp-idf/lvgl_touch/liblvgl_touch.a: CXX_STATIC_LIBRARY_LINKER____idf_lvgl_touch esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/ft6x36.c.obj esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/stmpe610.c.obj esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/touch_driver.c.obj esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_i2c.c.obj esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_spi.c.obj esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/xpt2046.c.obj || esp-idf/lvgl/liblvgl.a esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = esp-idf/lvgl_touch/liblvgl_touch.a - TARGET_PDB = lvgl_touch.a.dbg - -############################################# -# Utility command for install - -build esp-idf/lvgl_touch/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lvgl_touch/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch && /usr/bin/cmake -P cmake_install.cmake - DESC = Install the project... - pool = console - restat = 1 -build esp-idf/lvgl_touch/install: phony esp-idf/lvgl_touch/CMakeFiles/install.util - -############################################# -# Utility command for rebuild_cache - -build esp-idf/lvgl_touch/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch && /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 -build esp-idf/lvgl_touch/rebuild_cache: phony esp-idf/lvgl_touch/CMakeFiles/rebuild_cache.util - -############################################# -# Utility command for list_install_components - -build esp-idf/lvgl_touch/list_install_components: phony - -############################################# -# Utility command for install/local - -build esp-idf/lvgl_touch/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lvgl_touch/all - COMMAND = cd /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake - DESC = Installing only the local directory... - pool = console - restat = 1 -build esp-idf/lvgl_touch/install/local: phony esp-idf/lvgl_touch/CMakeFiles/install/local.util -# ============================================================================= # Target aliases. build __idf_app_trace: phony esp-idf/app_trace/libapp_trace.a @@ -14195,6 +13138,7 @@ build __idf_esp_local_ctrl: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a build __idf_esp_netif: phony esp-idf/esp_netif/libesp_netif.a build __idf_esp_ringbuf: phony esp-idf/esp_ringbuf/libesp_ringbuf.a build __idf_esp_serial_slave_link: phony esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +build __idf_esp_system: phony esp-idf/esp_system/libesp_system.a build __idf_esp_timer: phony esp-idf/esp_timer/libesp_timer.a build __idf_esp_websocket_client: phony esp-idf/esp_websocket_client/libesp_websocket_client.a build __idf_esp_wifi: phony esp-idf/esp_wifi/libesp_wifi.a @@ -14210,13 +13154,9 @@ build __idf_jsmn: phony esp-idf/jsmn/libjsmn.a build __idf_json: phony esp-idf/json/libjson.a build __idf_libsodium: phony esp-idf/libsodium/liblibsodium.a build __idf_log: phony esp-idf/log/liblog.a -build __idf_lv_examples: phony esp-idf/lv_examples/liblv_examples.a -build __idf_lvgl: phony esp-idf/lvgl/liblvgl.a -build __idf_lvgl_esp32_drivers: phony esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a -build __idf_lvgl_tft: phony esp-idf/lvgl_tft/liblvgl_tft.a -build __idf_lvgl_touch: phony esp-idf/lvgl_touch/liblvgl_touch.a build __idf_lwip: phony esp-idf/lwip/liblwip.a build __idf_main: phony esp-idf/main/libmain.a +build __idf_mbedtls: phony esp-idf/mbedtls/libmbedtls.a build __idf_mdns: phony esp-idf/mdns/libmdns.a build __idf_mqtt: phony esp-idf/mqtt/libmqtt.a build __idf_newlib: phony esp-idf/newlib/libnewlib.a @@ -14245,9 +13185,13 @@ build __ldgen_output_esp32.project.ld: phony esp-idf/esp32/__ldgen_output_esp32. build apidoc: phony esp-idf/mbedtls/mbedtls/apidoc build app-flash: phony esp-idf/esptool_py/app-flash build bootloader-flash: phony esp-idf/bootloader/bootloader-flash +build custom_bundle: phony esp-idf/mbedtls/custom_bundle build efuse_common_table: phony esp-idf/efuse/efuse_common_table build efuse_custom_table: phony esp-idf/efuse/efuse_custom_table build efuse_test_table: phony esp-idf/efuse/efuse_test_table +build encrypted-app-flash: phony esp-idf/esptool_py/encrypted-app-flash +build encrypted-bootloader-flash: phony esp-idf/bootloader/encrypted-bootloader-flash +build encrypted-partition_table-flash: phony esp-idf/partition_table/encrypted-partition_table-flash build esp32_linker_script: phony esp-idf/esp32/esp32_linker_script build lib: phony esp-idf/mbedtls/mbedtls/library/lib build libapp_trace.a: phony esp-idf/app_trace/libapp_trace.a @@ -14278,6 +13222,7 @@ build libesp_local_ctrl.a: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a build libesp_netif.a: phony esp-idf/esp_netif/libesp_netif.a build libesp_ringbuf.a: phony esp-idf/esp_ringbuf/libesp_ringbuf.a build libesp_serial_slave_link.a: phony esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +build libesp_system.a: phony esp-idf/esp_system/libesp_system.a build libesp_timer.a: phony esp-idf/esp_timer/libesp_timer.a build libesp_websocket_client.a: phony esp-idf/esp_websocket_client/libesp_websocket_client.a build libesp_wifi.a: phony esp-idf/esp_wifi/libesp_wifi.a @@ -14293,15 +13238,10 @@ build libjsmn.a: phony esp-idf/jsmn/libjsmn.a build libjson.a: phony esp-idf/json/libjson.a build liblibsodium.a: phony esp-idf/libsodium/liblibsodium.a build liblog.a: phony esp-idf/log/liblog.a -build liblv_examples.a: phony esp-idf/lv_examples/liblv_examples.a -build liblvgl.a: phony esp-idf/lvgl/liblvgl.a -build liblvgl_esp32_drivers.a: phony esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a -build liblvgl_tft.a: phony esp-idf/lvgl_tft/liblvgl_tft.a -build liblvgl_touch.a: phony esp-idf/lvgl_touch/liblvgl_touch.a build liblwip.a: phony esp-idf/lwip/liblwip.a build libmain.a: phony esp-idf/main/libmain.a build libmbedcrypto.a: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a -build libmbedtls.a: phony esp-idf/mbedtls/mbedtls/library/libmbedtls.a +build libmbedtls.a: phony esp-idf/mbedtls/libmbedtls.a build libmbedx509.a: phony esp-idf/mbedtls/mbedtls/library/libmbedx509.a build libmdns.a: phony esp-idf/mdns/libmdns.a build libmqtt.a: phony esp-idf/mqtt/libmqtt.a @@ -14342,529 +13282,523 @@ build soc_esp32: phony esp-idf/soc/soc/esp32/libsoc_esp32.a # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf +# Folder: /home/mithras/esp/bakalarka/build/esp-idf -build esp-idf/all: phony esp-idf/xtensa/all esp-idf/esp_rom/all esp-idf/soc/all esp-idf/esp_eth/all esp-idf/tcpip_adapter/all esp-idf/esp_netif/all esp-idf/esp_event/all esp-idf/mbedtls/all esp-idf/wpa_supplicant/all esp-idf/efuse/all esp-idf/bootloader_support/all esp-idf/partition_table/all esp-idf/app_update/all esp-idf/spi_flash/all esp-idf/nvs_flash/all esp-idf/esp_wifi/all esp-idf/lwip/all esp-idf/log/all esp-idf/heap/all esp-idf/esp_ringbuf/all esp-idf/driver/all esp-idf/pthread/all esp-idf/espcoredump/all esp-idf/perfmon/all esp-idf/esp32/all esp-idf/esp_common/all esp-idf/esp_timer/all esp-idf/freertos/all esp-idf/vfs/all esp-idf/newlib/all esp-idf/cxx/all esp-idf/app_trace/all esp-idf/asio/all esp-idf/bootloader/all esp-idf/bt/all esp-idf/cbor/all esp-idf/coap/all esp-idf/console/all esp-idf/nghttp/all esp-idf/esp-tls/all esp-idf/esp_adc_cal/all esp-idf/esp_gdbstub/all esp-idf/tcp_transport/all esp-idf/esp_http_client/all esp-idf/esp_http_server/all esp-idf/esp_https_ota/all esp-idf/esp_https_server/all esp-idf/protobuf-c/all esp-idf/protocomm/all esp-idf/mdns/all esp-idf/esp_local_ctrl/all esp-idf/sdmmc/all esp-idf/esp_serial_slave_link/all esp-idf/esp_websocket_client/all esp-idf/esptool_py/all esp-idf/expat/all esp-idf/wear_levelling/all esp-idf/fatfs/all esp-idf/freemodbus/all esp-idf/idf_test/all esp-idf/jsmn/all esp-idf/json/all esp-idf/libsodium/all esp-idf/mqtt/all esp-idf/openssl/all esp-idf/spiffs/all esp-idf/ulp/all esp-idf/unity/all esp-idf/wifi_provisioning/all esp-idf/main/all esp-idf/files/all esp-idf/ca/all esp-idf/cmd_nvs/all esp-idf/cmd_system/all esp-idf/wifi/all esp-idf/https_server/all esp-idf/lvgl/all esp-idf/lv_examples/all esp-idf/lvgl_esp32_drivers/all esp-idf/lvgl_tft/all esp-idf/lvgl_touch/all +build esp-idf/all: phony esp-idf/xtensa/all esp-idf/mbedtls/all esp-idf/efuse/all esp-idf/bootloader_support/all esp-idf/partition_table/all esp-idf/app_update/all esp-idf/spi_flash/all esp-idf/esp_system/all esp-idf/esp_rom/all esp-idf/soc/all esp-idf/esp_eth/all esp-idf/tcpip_adapter/all esp-idf/esp_netif/all esp-idf/esp_event/all esp-idf/wpa_supplicant/all esp-idf/nvs_flash/all esp-idf/esp_wifi/all esp-idf/lwip/all esp-idf/log/all esp-idf/heap/all esp-idf/esp_ringbuf/all esp-idf/driver/all esp-idf/pthread/all esp-idf/espcoredump/all esp-idf/perfmon/all esp-idf/esp32/all esp-idf/esp_common/all esp-idf/esp_timer/all esp-idf/freertos/all esp-idf/vfs/all esp-idf/newlib/all esp-idf/cxx/all esp-idf/app_trace/all esp-idf/asio/all esp-idf/bootloader/all esp-idf/bt/all esp-idf/cbor/all esp-idf/coap/all esp-idf/console/all esp-idf/nghttp/all esp-idf/esp-tls/all esp-idf/esp_adc_cal/all esp-idf/esp_gdbstub/all esp-idf/tcp_transport/all esp-idf/esp_http_client/all esp-idf/esp_http_server/all esp-idf/esp_https_ota/all esp-idf/esp_https_server/all esp-idf/protobuf-c/all esp-idf/protocomm/all esp-idf/mdns/all esp-idf/esp_local_ctrl/all esp-idf/sdmmc/all esp-idf/esp_serial_slave_link/all esp-idf/esp_websocket_client/all esp-idf/esptool_py/all esp-idf/expat/all esp-idf/wear_levelling/all esp-idf/fatfs/all esp-idf/freemodbus/all esp-idf/idf_test/all esp-idf/jsmn/all esp-idf/json/all esp-idf/libsodium/all esp-idf/mqtt/all esp-idf/openssl/all esp-idf/spiffs/all esp-idf/tinyusb/all esp-idf/ulp/all esp-idf/unity/all esp-idf/wifi_provisioning/all esp-idf/main/all esp-idf/files/all esp-idf/ca/all esp-idf/cmd_nvs/all esp-idf/cmd_system/all esp-idf/wifi/all esp-idf/https_server/all # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/app_trace +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/app_trace build esp-idf/app_trace/all: phony __idf_app_trace # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/app_update +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/app_update build esp-idf/app_update/all: phony __idf_app_update # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/asio +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/asio build esp-idf/asio/all: phony __idf_asio # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/bootloader +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/bootloader build esp-idf/bootloader/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/bootloader_support build esp-idf/bootloader_support/all: phony __idf_bootloader_support # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/bt +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/bt build esp-idf/bt/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/ca +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/ca build esp-idf/ca/all: phony __idf_ca # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/cbor +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/cbor build esp-idf/cbor/all: phony __idf_cbor # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs build esp-idf/cmd_nvs/all: phony __idf_cmd_nvs # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/cmd_system +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/cmd_system build esp-idf/cmd_system/all: phony __idf_cmd_system # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/coap +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/coap build esp-idf/coap/all: phony __idf_coap # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/console +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/console build esp-idf/console/all: phony __idf_console # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/cxx +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/cxx build esp-idf/cxx/all: phony __idf_cxx # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/driver +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/driver build esp-idf/driver/all: phony __idf_driver # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/efuse +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/efuse build esp-idf/efuse/all: phony __idf_efuse # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp-tls +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp-tls build esp-idf/esp-tls/all: phony __idf_esp-tls # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp32 +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp32 build esp-idf/esp32/all: phony __idf_esp32 # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal build esp-idf/esp_adc_cal/all: phony __idf_esp_adc_cal # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_common +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_common build esp-idf/esp_common/all: phony __idf_esp_common # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_eth +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_eth build esp-idf/esp_eth/all: phony __idf_esp_eth # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_event +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_event build esp-idf/esp_event/all: phony __idf_esp_event # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub build esp-idf/esp_gdbstub/all: phony __idf_esp_gdbstub # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_http_client build esp-idf/esp_http_client/all: phony __idf_esp_http_client # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_http_server build esp-idf/esp_http_server/all: phony __idf_esp_http_server # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota build esp-idf/esp_https_ota/all: phony __idf_esp_https_ota # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_https_server build esp-idf/esp_https_server/all: phony __idf_esp_https_server # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl build esp-idf/esp_local_ctrl/all: phony __idf_esp_local_ctrl # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_netif +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_netif build esp-idf/esp_netif/all: phony __idf_esp_netif # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf build esp-idf/esp_ringbuf/all: phony __idf_esp_ringbuf # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_rom +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_rom build esp-idf/esp_rom/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link build esp-idf/esp_serial_slave_link/all: phony __idf_esp_serial_slave_link # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_timer +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_system + +build esp-idf/esp_system/all: phony __idf_esp_system esp-idf/esp_system/port/all +# ============================================================================= + +############################################# +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port + +build esp-idf/esp_system/port/all: phony esp-idf/esp_system/port/esp32/all +# ============================================================================= + +############################################# +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32 + +build esp-idf/esp_system/port/esp32/all: phony +# ============================================================================= + +############################################# +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_timer build esp-idf/esp_timer/all: phony __idf_esp_timer # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client build esp-idf/esp_websocket_client/all: phony __idf_esp_websocket_client # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esp_wifi build esp-idf/esp_wifi/all: phony __idf_esp_wifi # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/espcoredump +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/espcoredump build esp-idf/espcoredump/all: phony __idf_espcoredump # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/esptool_py +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/esptool_py build esp-idf/esptool_py/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/expat +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/expat build esp-idf/expat/all: phony __idf_expat # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/fatfs +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/fatfs build esp-idf/fatfs/all: phony __idf_fatfs # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/files +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/files build esp-idf/files/all: phony __idf_files # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/freemodbus +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/freemodbus build esp-idf/freemodbus/all: phony __idf_freemodbus # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/freertos +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/freertos build esp-idf/freertos/all: phony __idf_freertos # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/heap +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/heap build esp-idf/heap/all: phony __idf_heap # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/https_server +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/https_server build esp-idf/https_server/all: phony __idf_https_server # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/idf_test +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/idf_test build esp-idf/idf_test/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/jsmn +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/jsmn build esp-idf/jsmn/all: phony __idf_jsmn # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/json +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/json build esp-idf/json/all: phony __idf_json # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/libsodium +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/libsodium build esp-idf/libsodium/all: phony __idf_libsodium # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/log +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/log build esp-idf/log/all: phony __idf_log # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/lv_examples - -build esp-idf/lv_examples/all: phony __idf_lv_examples -# ============================================================================= - -############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/lvgl - -build esp-idf/lvgl/all: phony __idf_lvgl -# ============================================================================= - -############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers - -build esp-idf/lvgl_esp32_drivers/all: phony __idf_lvgl_esp32_drivers -# ============================================================================= - -############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft - -build esp-idf/lvgl_tft/all: phony __idf_lvgl_tft -# ============================================================================= - -############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch - -build esp-idf/lvgl_touch/all: phony __idf_lvgl_touch -# ============================================================================= - -############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/lwip +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/lwip build esp-idf/lwip/all: phony __idf_lwip # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/main +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/main build esp-idf/main/all: phony __idf_main # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/mbedtls -build esp-idf/mbedtls/all: phony esp-idf/mbedtls/mbedtls/all +build esp-idf/mbedtls/all: phony __idf_mbedtls esp-idf/mbedtls/mbedtls/all # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls build esp-idf/mbedtls/mbedtls/all: phony esp-idf/mbedtls/mbedtls/library/all esp-idf/mbedtls/mbedtls/include/all # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include build esp-idf/mbedtls/mbedtls/include/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library build esp-idf/mbedtls/mbedtls/library/all: phony mbedx509 mbedcrypto mbedtls # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/mdns +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/mdns build esp-idf/mdns/all: phony __idf_mdns # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/mqtt +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/mqtt build esp-idf/mqtt/all: phony __idf_mqtt # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/newlib +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/newlib build esp-idf/newlib/all: phony __idf_newlib # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/nghttp +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/nghttp build esp-idf/nghttp/all: phony __idf_nghttp # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/nvs_flash build esp-idf/nvs_flash/all: phony __idf_nvs_flash # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/openssl +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/openssl build esp-idf/openssl/all: phony __idf_openssl # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/partition_table +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/partition_table build esp-idf/partition_table/all: phony partition_table # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/perfmon +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/perfmon build esp-idf/perfmon/all: phony __idf_perfmon # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/protobuf-c build esp-idf/protobuf-c/all: phony __idf_protobuf-c # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/protocomm +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/protocomm build esp-idf/protocomm/all: phony __idf_protocomm # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/pthread +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/pthread build esp-idf/pthread/all: phony __idf_pthread # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/sdmmc +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/sdmmc build esp-idf/sdmmc/all: phony __idf_sdmmc # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/soc +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/soc build esp-idf/soc/all: phony __idf_soc esp-idf/soc/src/esp32/all esp-idf/soc/soc/all # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/soc/soc build esp-idf/soc/soc/all: phony esp-idf/soc/soc/esp32/all # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32 +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32 build esp-idf/soc/soc/esp32/all: phony soc_esp32 # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32 +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32 build esp-idf/soc/src/esp32/all: phony # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/spi_flash +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/spi_flash build esp-idf/spi_flash/all: phony __idf_spi_flash # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/spiffs +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/spiffs build esp-idf/spiffs/all: phony __idf_spiffs # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/tcp_transport build esp-idf/tcp_transport/all: phony __idf_tcp_transport # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter build esp-idf/tcpip_adapter/all: phony __idf_tcpip_adapter # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/ulp +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/tinyusb + +build esp-idf/tinyusb/all: phony +# ============================================================================= + +############################################# +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/ulp build esp-idf/ulp/all: phony __idf_ulp # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/unity +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/unity build esp-idf/unity/all: phony __idf_unity # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/vfs +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/vfs build esp-idf/vfs/all: phony __idf_vfs # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/wear_levelling build esp-idf/wear_levelling/all: phony __idf_wear_levelling # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/wifi +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/wifi build esp-idf/wifi/all: phony __idf_wifi # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning build esp-idf/wifi_provisioning/all: phony __idf_wifi_provisioning # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant build esp-idf/wpa_supplicant/all: phony __idf_wpa_supplicant # ============================================================================= ############################################# -# Folder: /home/mithras/Documents/bakalarka/build/esp-idf/xtensa +# Folder: /home/mithras/esp/bakalarka/build/esp-idf/xtensa build esp-idf/xtensa/all: phony __idf_xtensa # ============================================================================= @@ -14874,7 +13808,7 @@ build esp-idf/xtensa/all: phony __idf_xtensa ############################################# # The main all target. -build all: phony bakalarka.elf app bootloader esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/esp_eth/libesp_eth.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_event/libesp_event.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/partition_table/partition_table esp-idf/app_update/libapp_update.a esp-idf/spi_flash/libspi_flash.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/lwip/liblwip.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/driver/libdriver.a esp-idf/pthread/libpthread.a esp-idf/espcoredump/libespcoredump.a esp-idf/perfmon/libperfmon.a esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/freertos/libfreertos.a esp-idf/vfs/libvfs.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/app_trace/libapp_trace.a esp-idf/asio/libasio.a esp-idf/cbor/libcbor.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/nghttp/libnghttp.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/mdns/libmdns.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/expat/libexpat.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/freemodbus/libfreemodbus.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/mqtt/libmqtt.a esp-idf/openssl/libopenssl.a esp-idf/spiffs/libspiffs.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a esp-idf/files/libfiles.a esp-idf/ca/libca.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/wifi/libwifi.a esp-idf/https_server/libhttps_server.a esp-idf/lvgl/liblvgl.a esp-idf/lv_examples/liblv_examples.a esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a esp-idf/lvgl_tft/liblvgl_tft.a esp-idf/lvgl_touch/liblvgl_touch.a +build all: phony bakalarka.elf app bootloader esp-idf/xtensa/libxtensa.a esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/partition_table/partition_table esp-idf/app_update/libapp_update.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/soc/libsoc.a esp-idf/soc/soc/esp32/libsoc_esp32.a esp-idf/esp_eth/libesp_eth.a esp-idf/tcpip_adapter/libtcpip_adapter.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_event/libesp_event.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/lwip/liblwip.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/driver/libdriver.a esp-idf/pthread/libpthread.a esp-idf/espcoredump/libespcoredump.a esp-idf/perfmon/libperfmon.a esp-idf/esp32/libesp32.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/freertos/libfreertos.a esp-idf/vfs/libvfs.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/app_trace/libapp_trace.a esp-idf/asio/libasio.a esp-idf/cbor/libcbor.a esp-idf/coap/libcoap.a esp-idf/console/libconsole.a esp-idf/nghttp/libnghttp.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc_cal/libesp_adc_cal.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/mdns/libmdns.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a esp-idf/esp_websocket_client/libesp_websocket_client.a esp-idf/expat/libexpat.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/freemodbus/libfreemodbus.a esp-idf/jsmn/libjsmn.a esp-idf/json/libjson.a esp-idf/libsodium/liblibsodium.a esp-idf/mqtt/libmqtt.a esp-idf/openssl/libopenssl.a esp-idf/spiffs/libspiffs.a esp-idf/ulp/libulp.a esp-idf/unity/libunity.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a esp-idf/files/libfiles.a esp-idf/ca/libca.a esp-idf/cmd_nvs/libcmd_nvs.a esp-idf/cmd_system/libcmd_system.a esp-idf/wifi/libwifi.a esp-idf/https_server/libhttps_server.a ############################################# # Make the all target the default. @@ -14884,13 +13818,13 @@ default all ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja: RERUN_CMAKE | ../CMakeLists.txt ../components/ca/CMakeLists.txt ../components/cmd_nvs/CMakeLists.txt ../components/cmd_system/CMakeLists.txt ../components/files/CMakeLists.txt ../components/https_server/CMakeLists.txt ../components/lv_examples/CMakeLists.txt ../components/lvgl/CMakeLists.txt ../components/lvgl_esp32_drivers/CMakeLists.txt ../components/lvgl_esp32_drivers/lvgl_tft/CMakeLists.txt ../components/lvgl_esp32_drivers/lvgl_touch/CMakeLists.txt ../components/wifi/CMakeLists.txt ../main/CMakeLists.txt ../partitions_example.csv ../sdkconfig /home/mithras/esp/esp-idf/.git/HEAD /home/mithras/esp/esp-idf/.git/modules/components/asio/asio/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/controller/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/mithras/esp/esp-idf/.git/modules/components/cbor/tinycbor/HEAD /home/mithras/esp/esp-idf/.git/modules/components/coap/libcoap/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esptool_py/esptool/HEAD /home/mithras/esp/esp-idf/.git/modules/components/expat/expat/HEAD /home/mithras/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/mithras/esp/esp-idf/.git/modules/components/libsodium/libsodium/HEAD /home/mithras/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/mithras/esp/esp-idf/.git/modules/components/nghttp/nghttp2/HEAD /home/mithras/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/mithras/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/mithras/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/mithras/esp/esp-idf/.git/modules/examples/build_system/cmake/import_lib/main/lib/tinyxml2/HEAD /home/mithras/esp/esp-idf/.git/refs/heads/master /home/mithras/esp/esp-idf/CMakeLists.txt /home/mithras/esp/esp-idf/components/app_trace/CMakeLists.txt /home/mithras/esp/esp-idf/components/app_trace/project_include.cmake /home/mithras/esp/esp-idf/components/app_update/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/asio/.git /home/mithras/esp/esp-idf/components/bootloader/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/project_include.cmake /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/mithras/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/controller/lib/.git /home/mithras/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/mithras/esp/esp-idf/components/cbor/CMakeLists.txt /home/mithras/esp/esp-idf/components/cbor/tinycbor/.git /home/mithras/esp/esp-idf/components/coap/CMakeLists.txt /home/mithras/esp/esp-idf/components/coap/libcoap/.git /home/mithras/esp/esp-idf/components/console/CMakeLists.txt /home/mithras/esp/esp-idf/components/cxx/CMakeLists.txt /home/mithras/esp/esp-idf/components/driver/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/esp32/sources.cmake /home/mithras/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/project_include.cmake /home/mithras/esp/esp-idf/components/esp_adc_cal/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_common/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_event/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_serial_slave_link/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_websocket_client/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/lib/.git /home/mithras/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/esptool/.git /home/mithras/esp/esp-idf/components/esptool_py/project_include.cmake /home/mithras/esp/esp-idf/components/expat/CMakeLists.txt /home/mithras/esp/esp-idf/components/expat/expat/.git /home/mithras/esp/esp-idf/components/fatfs/CMakeLists.txt /home/mithras/esp/esp-idf/components/freemodbus/CMakeLists.txt /home/mithras/esp/esp-idf/components/freertos/CMakeLists.txt /home/mithras/esp/esp-idf/components/heap/CMakeLists.txt /home/mithras/esp/esp-idf/components/idf_test/CMakeLists.txt /home/mithras/esp/esp-idf/components/jsmn/CMakeLists.txt /home/mithras/esp/esp-idf/components/json/CMakeLists.txt /home/mithras/esp/esp-idf/components/json/cJSON/.git /home/mithras/esp/esp-idf/components/libsodium/CMakeLists.txt /home/mithras/esp/esp-idf/components/libsodium/libsodium/.git /home/mithras/esp/esp-idf/components/log/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/lwip/.git /home/mithras/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/.git /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/mithras/esp/esp-idf/components/mdns/CMakeLists.txt /home/mithras/esp/esp-idf/components/mqtt/CMakeLists.txt /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/mithras/esp/esp-idf/components/newlib/CMakeLists.txt /home/mithras/esp/esp-idf/components/newlib/project_include.cmake /home/mithras/esp/esp-idf/components/nghttp/CMakeLists.txt /home/mithras/esp/esp-idf/components/nghttp/nghttp2/.git /home/mithras/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/openssl/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/project_include.cmake /home/mithras/esp/esp-idf/components/perfmon/CMakeLists.txt /home/mithras/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/mithras/esp/esp-idf/components/protocomm/CMakeLists.txt /home/mithras/esp/esp-idf/components/pthread/CMakeLists.txt /home/mithras/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/src/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/project_include.cmake /home/mithras/esp/esp-idf/components/spiffs/spiffs/.git /home/mithras/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/mithras/esp/esp-idf/components/tcpip_adapter/CMakeLists.txt /home/mithras/esp/esp-idf/components/ulp/CMakeLists.txt /home/mithras/esp/esp-idf/components/ulp/project_include.cmake /home/mithras/esp/esp-idf/components/unity/CMakeLists.txt /home/mithras/esp/esp-idf/components/unity/unity/.git /home/mithras/esp/esp-idf/components/vfs/CMakeLists.txt /home/mithras/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/mithras/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/mithras/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/mithras/esp/esp-idf/components/xtensa/CMakeLists.txt /home/mithras/esp/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/.git /home/mithras/esp/esp-idf/tools/cmake/build.cmake /home/mithras/esp/esp-idf/tools/cmake/component.cmake /home/mithras/esp/esp-idf/tools/cmake/crosstool_version_check.cmake /home/mithras/esp/esp-idf/tools/cmake/git_submodules.cmake /home/mithras/esp/esp-idf/tools/cmake/idf.cmake /home/mithras/esp/esp-idf/tools/cmake/kconfig.cmake /home/mithras/esp/esp-idf/tools/cmake/ldgen.cmake /home/mithras/esp/esp-idf/tools/cmake/project.cmake /home/mithras/esp/esp-idf/tools/cmake/project_description.json.in /home/mithras/esp/esp-idf/tools/cmake/targets.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/mithras/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/mithras/esp/esp-idf/tools/cmake/utilities.cmake /home/mithras/esp/esp-idf/tools/cmake/version.cmake /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py /home/mithras/esp/esp-idf/tools/kconfig_new/config.env.in /home/mithras/esp/esp-idf/tools/kconfig_new/kconfiglib.py /usr/share/cmake-3.10/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU.cmake /usr/share/cmake-3.10/Modules/ExternalProject.cmake /usr/share/cmake-3.10/Modules/FindCygwin.cmake /usr/share/cmake-3.10/Modules/FindGit.cmake /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.10/Modules/FindPackageMessage.cmake /usr/share/cmake-3.10/Modules/FindPerl.cmake /usr/share/cmake-3.10/Modules/FindPythonInterp.cmake /usr/share/cmake-3.10/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.10.2/CMakeASMCompiler.cmake CMakeFiles/3.10.2/CMakeCCompiler.cmake CMakeFiles/3.10.2/CMakeCXXCompiler.cmake CMakeFiles/3.10.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-cfgcmd.txt.in config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition_table-flash_args.in flash_args flash_args.in ldgen_libraries.in +build build.ninja: RERUN_CMAKE | ../CMakeLists.txt ../components/ca/CMakeLists.txt ../components/cmd_nvs/CMakeLists.txt ../components/cmd_system/CMakeLists.txt ../components/files/CMakeLists.txt ../components/https_server/CMakeLists.txt ../components/wifi/CMakeLists.txt ../main/CMakeLists.txt ../partitions_example.csv ../sdkconfig /home/mithras/esp/esp-idf/.git/HEAD /home/mithras/esp/esp-idf/.git/modules/components/asio/asio/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/controller/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/mithras/esp/esp-idf/.git/modules/components/cbor/tinycbor/HEAD /home/mithras/esp/esp-idf/.git/modules/components/coap/libcoap/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esptool_py/esptool/HEAD /home/mithras/esp/esp-idf/.git/modules/components/expat/expat/HEAD /home/mithras/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/mithras/esp/esp-idf/.git/modules/components/libsodium/libsodium/HEAD /home/mithras/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/mithras/esp/esp-idf/.git/modules/components/nghttp/nghttp2/HEAD /home/mithras/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/mithras/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/mithras/esp/esp-idf/.git/modules/components/tinyusb/tinyusb/HEAD /home/mithras/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/mithras/esp/esp-idf/.git/modules/examples/build_system/cmake/import_lib/main/lib/tinyxml2/HEAD /home/mithras/esp/esp-idf/.git/refs/heads/master /home/mithras/esp/esp-idf/CMakeLists.txt /home/mithras/esp/esp-idf/components/app_trace/CMakeLists.txt /home/mithras/esp/esp-idf/components/app_trace/project_include.cmake /home/mithras/esp/esp-idf/components/app_update/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/asio/.git /home/mithras/esp/esp-idf/components/bootloader/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/project_include.cmake /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/mithras/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/controller/lib/.git /home/mithras/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/mithras/esp/esp-idf/components/cbor/CMakeLists.txt /home/mithras/esp/esp-idf/components/cbor/tinycbor/.git /home/mithras/esp/esp-idf/components/coap/CMakeLists.txt /home/mithras/esp/esp-idf/components/coap/libcoap/.git /home/mithras/esp/esp-idf/components/console/CMakeLists.txt /home/mithras/esp/esp-idf/components/cxx/CMakeLists.txt /home/mithras/esp/esp-idf/components/driver/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/esp32/sources.cmake /home/mithras/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/project_include.cmake /home/mithras/esp/esp-idf/components/esp_adc_cal/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_common/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_event/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_serial_slave_link/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_system/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_system/port/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_system/port/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_websocket_client/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/lib/.git /home/mithras/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/esptool/.git /home/mithras/esp/esp-idf/components/esptool_py/project_include.cmake /home/mithras/esp/esp-idf/components/expat/CMakeLists.txt /home/mithras/esp/esp-idf/components/expat/expat/.git /home/mithras/esp/esp-idf/components/fatfs/CMakeLists.txt /home/mithras/esp/esp-idf/components/freemodbus/CMakeLists.txt /home/mithras/esp/esp-idf/components/freertos/CMakeLists.txt /home/mithras/esp/esp-idf/components/heap/CMakeLists.txt /home/mithras/esp/esp-idf/components/idf_test/CMakeLists.txt /home/mithras/esp/esp-idf/components/jsmn/CMakeLists.txt /home/mithras/esp/esp-idf/components/json/CMakeLists.txt /home/mithras/esp/esp-idf/components/json/cJSON/.git /home/mithras/esp/esp-idf/components/libsodium/CMakeLists.txt /home/mithras/esp/esp-idf/components/libsodium/libsodium/.git /home/mithras/esp/esp-idf/components/log/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/lwip/.git /home/mithras/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/.git /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/mithras/esp/esp-idf/components/mdns/CMakeLists.txt /home/mithras/esp/esp-idf/components/mqtt/CMakeLists.txt /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/mithras/esp/esp-idf/components/newlib/CMakeLists.txt /home/mithras/esp/esp-idf/components/newlib/project_include.cmake /home/mithras/esp/esp-idf/components/nghttp/CMakeLists.txt /home/mithras/esp/esp-idf/components/nghttp/nghttp2/.git /home/mithras/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/openssl/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/project_include.cmake /home/mithras/esp/esp-idf/components/perfmon/CMakeLists.txt /home/mithras/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/mithras/esp/esp-idf/components/protocomm/CMakeLists.txt /home/mithras/esp/esp-idf/components/pthread/CMakeLists.txt /home/mithras/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/src/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/project_include.cmake /home/mithras/esp/esp-idf/components/spiffs/spiffs/.git /home/mithras/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/mithras/esp/esp-idf/components/tcpip_adapter/CMakeLists.txt /home/mithras/esp/esp-idf/components/tinyusb/CMakeLists.txt /home/mithras/esp/esp-idf/components/tinyusb/tinyusb/.git /home/mithras/esp/esp-idf/components/ulp/CMakeLists.txt /home/mithras/esp/esp-idf/components/ulp/project_include.cmake /home/mithras/esp/esp-idf/components/unity/CMakeLists.txt /home/mithras/esp/esp-idf/components/unity/unity/.git /home/mithras/esp/esp-idf/components/vfs/CMakeLists.txt /home/mithras/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/mithras/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/mithras/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/mithras/esp/esp-idf/components/xtensa/CMakeLists.txt /home/mithras/esp/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/.git /home/mithras/esp/esp-idf/tools/cmake/build.cmake /home/mithras/esp/esp-idf/tools/cmake/component.cmake /home/mithras/esp/esp-idf/tools/cmake/crosstool_version_check.cmake /home/mithras/esp/esp-idf/tools/cmake/git_submodules.cmake /home/mithras/esp/esp-idf/tools/cmake/idf.cmake /home/mithras/esp/esp-idf/tools/cmake/kconfig.cmake /home/mithras/esp/esp-idf/tools/cmake/ldgen.cmake /home/mithras/esp/esp-idf/tools/cmake/project.cmake /home/mithras/esp/esp-idf/tools/cmake/project_description.json.in /home/mithras/esp/esp-idf/tools/cmake/targets.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/mithras/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/mithras/esp/esp-idf/tools/cmake/utilities.cmake /home/mithras/esp/esp-idf/tools/cmake/version.cmake /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py /home/mithras/esp/esp-idf/tools/kconfig_new/config.env.in /home/mithras/esp/esp-idf/tools/kconfig_new/kconfiglib.py /usr/share/cmake-3.10/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU.cmake /usr/share/cmake-3.10/Modules/ExternalProject.cmake /usr/share/cmake-3.10/Modules/FindCygwin.cmake /usr/share/cmake-3.10/Modules/FindGit.cmake /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.10/Modules/FindPackageMessage.cmake /usr/share/cmake-3.10/Modules/FindPerl.cmake /usr/share/cmake-3.10/Modules/FindPythonInterp.cmake /usr/share/cmake-3.10/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.10.2/CMakeASMCompiler.cmake CMakeFiles/3.10.2/CMakeCCompiler.cmake CMakeFiles/3.10.2/CMakeCXXCompiler.cmake CMakeFiles/3.10.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-cfgcmd.txt.in config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition_table-flash_args.in flash_args flash_args.in ldgen_libraries.in pool = console ############################################# # A missing CMake input file is not an error. -build ../CMakeLists.txt ../components/ca/CMakeLists.txt ../components/cmd_nvs/CMakeLists.txt ../components/cmd_system/CMakeLists.txt ../components/files/CMakeLists.txt ../components/https_server/CMakeLists.txt ../components/lv_examples/CMakeLists.txt ../components/lvgl/CMakeLists.txt ../components/lvgl_esp32_drivers/CMakeLists.txt ../components/lvgl_esp32_drivers/lvgl_tft/CMakeLists.txt ../components/lvgl_esp32_drivers/lvgl_touch/CMakeLists.txt ../components/wifi/CMakeLists.txt ../main/CMakeLists.txt ../partitions_example.csv ../sdkconfig /home/mithras/esp/esp-idf/.git/HEAD /home/mithras/esp/esp-idf/.git/modules/components/asio/asio/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/controller/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/mithras/esp/esp-idf/.git/modules/components/cbor/tinycbor/HEAD /home/mithras/esp/esp-idf/.git/modules/components/coap/libcoap/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esptool_py/esptool/HEAD /home/mithras/esp/esp-idf/.git/modules/components/expat/expat/HEAD /home/mithras/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/mithras/esp/esp-idf/.git/modules/components/libsodium/libsodium/HEAD /home/mithras/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/mithras/esp/esp-idf/.git/modules/components/nghttp/nghttp2/HEAD /home/mithras/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/mithras/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/mithras/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/mithras/esp/esp-idf/.git/modules/examples/build_system/cmake/import_lib/main/lib/tinyxml2/HEAD /home/mithras/esp/esp-idf/.git/refs/heads/master /home/mithras/esp/esp-idf/CMakeLists.txt /home/mithras/esp/esp-idf/components/app_trace/CMakeLists.txt /home/mithras/esp/esp-idf/components/app_trace/project_include.cmake /home/mithras/esp/esp-idf/components/app_update/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/asio/.git /home/mithras/esp/esp-idf/components/bootloader/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/project_include.cmake /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/mithras/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/controller/lib/.git /home/mithras/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/mithras/esp/esp-idf/components/cbor/CMakeLists.txt /home/mithras/esp/esp-idf/components/cbor/tinycbor/.git /home/mithras/esp/esp-idf/components/coap/CMakeLists.txt /home/mithras/esp/esp-idf/components/coap/libcoap/.git /home/mithras/esp/esp-idf/components/console/CMakeLists.txt /home/mithras/esp/esp-idf/components/cxx/CMakeLists.txt /home/mithras/esp/esp-idf/components/driver/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/esp32/sources.cmake /home/mithras/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/project_include.cmake /home/mithras/esp/esp-idf/components/esp_adc_cal/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_common/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_event/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_serial_slave_link/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_websocket_client/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/lib/.git /home/mithras/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/esptool/.git /home/mithras/esp/esp-idf/components/esptool_py/project_include.cmake /home/mithras/esp/esp-idf/components/expat/CMakeLists.txt /home/mithras/esp/esp-idf/components/expat/expat/.git /home/mithras/esp/esp-idf/components/fatfs/CMakeLists.txt /home/mithras/esp/esp-idf/components/freemodbus/CMakeLists.txt /home/mithras/esp/esp-idf/components/freertos/CMakeLists.txt /home/mithras/esp/esp-idf/components/heap/CMakeLists.txt /home/mithras/esp/esp-idf/components/idf_test/CMakeLists.txt /home/mithras/esp/esp-idf/components/jsmn/CMakeLists.txt /home/mithras/esp/esp-idf/components/json/CMakeLists.txt /home/mithras/esp/esp-idf/components/json/cJSON/.git /home/mithras/esp/esp-idf/components/libsodium/CMakeLists.txt /home/mithras/esp/esp-idf/components/libsodium/libsodium/.git /home/mithras/esp/esp-idf/components/log/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/lwip/.git /home/mithras/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/.git /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/mithras/esp/esp-idf/components/mdns/CMakeLists.txt /home/mithras/esp/esp-idf/components/mqtt/CMakeLists.txt /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/mithras/esp/esp-idf/components/newlib/CMakeLists.txt /home/mithras/esp/esp-idf/components/newlib/project_include.cmake /home/mithras/esp/esp-idf/components/nghttp/CMakeLists.txt /home/mithras/esp/esp-idf/components/nghttp/nghttp2/.git /home/mithras/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/openssl/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/project_include.cmake /home/mithras/esp/esp-idf/components/perfmon/CMakeLists.txt /home/mithras/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/mithras/esp/esp-idf/components/protocomm/CMakeLists.txt /home/mithras/esp/esp-idf/components/pthread/CMakeLists.txt /home/mithras/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/src/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/project_include.cmake /home/mithras/esp/esp-idf/components/spiffs/spiffs/.git /home/mithras/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/mithras/esp/esp-idf/components/tcpip_adapter/CMakeLists.txt /home/mithras/esp/esp-idf/components/ulp/CMakeLists.txt /home/mithras/esp/esp-idf/components/ulp/project_include.cmake /home/mithras/esp/esp-idf/components/unity/CMakeLists.txt /home/mithras/esp/esp-idf/components/unity/unity/.git /home/mithras/esp/esp-idf/components/vfs/CMakeLists.txt /home/mithras/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/mithras/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/mithras/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/mithras/esp/esp-idf/components/xtensa/CMakeLists.txt /home/mithras/esp/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/.git /home/mithras/esp/esp-idf/tools/cmake/build.cmake /home/mithras/esp/esp-idf/tools/cmake/component.cmake /home/mithras/esp/esp-idf/tools/cmake/crosstool_version_check.cmake /home/mithras/esp/esp-idf/tools/cmake/git_submodules.cmake /home/mithras/esp/esp-idf/tools/cmake/idf.cmake /home/mithras/esp/esp-idf/tools/cmake/kconfig.cmake /home/mithras/esp/esp-idf/tools/cmake/ldgen.cmake /home/mithras/esp/esp-idf/tools/cmake/project.cmake /home/mithras/esp/esp-idf/tools/cmake/project_description.json.in /home/mithras/esp/esp-idf/tools/cmake/targets.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/mithras/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/mithras/esp/esp-idf/tools/cmake/utilities.cmake /home/mithras/esp/esp-idf/tools/cmake/version.cmake /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py /home/mithras/esp/esp-idf/tools/kconfig_new/config.env.in /home/mithras/esp/esp-idf/tools/kconfig_new/kconfiglib.py /usr/share/cmake-3.10/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU.cmake /usr/share/cmake-3.10/Modules/ExternalProject.cmake /usr/share/cmake-3.10/Modules/FindCygwin.cmake /usr/share/cmake-3.10/Modules/FindGit.cmake /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.10/Modules/FindPackageMessage.cmake /usr/share/cmake-3.10/Modules/FindPerl.cmake /usr/share/cmake-3.10/Modules/FindPythonInterp.cmake /usr/share/cmake-3.10/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.10.2/CMakeASMCompiler.cmake CMakeFiles/3.10.2/CMakeCCompiler.cmake CMakeFiles/3.10.2/CMakeCXXCompiler.cmake CMakeFiles/3.10.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-cfgcmd.txt.in config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition_table-flash_args.in flash_args flash_args.in ldgen_libraries.in: phony +build ../CMakeLists.txt ../components/ca/CMakeLists.txt ../components/cmd_nvs/CMakeLists.txt ../components/cmd_system/CMakeLists.txt ../components/files/CMakeLists.txt ../components/https_server/CMakeLists.txt ../components/wifi/CMakeLists.txt ../main/CMakeLists.txt ../partitions_example.csv ../sdkconfig /home/mithras/esp/esp-idf/.git/HEAD /home/mithras/esp/esp-idf/.git/modules/components/asio/asio/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/controller/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/mithras/esp/esp-idf/.git/modules/components/cbor/tinycbor/HEAD /home/mithras/esp/esp-idf/.git/modules/components/coap/libcoap/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/mithras/esp/esp-idf/.git/modules/components/esptool_py/esptool/HEAD /home/mithras/esp/esp-idf/.git/modules/components/expat/expat/HEAD /home/mithras/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/mithras/esp/esp-idf/.git/modules/components/libsodium/libsodium/HEAD /home/mithras/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/mithras/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/mithras/esp/esp-idf/.git/modules/components/nghttp/nghttp2/HEAD /home/mithras/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/mithras/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/mithras/esp/esp-idf/.git/modules/components/tinyusb/tinyusb/HEAD /home/mithras/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/mithras/esp/esp-idf/.git/modules/examples/build_system/cmake/import_lib/main/lib/tinyxml2/HEAD /home/mithras/esp/esp-idf/.git/refs/heads/master /home/mithras/esp/esp-idf/CMakeLists.txt /home/mithras/esp/esp-idf/components/app_trace/CMakeLists.txt /home/mithras/esp/esp-idf/components/app_trace/project_include.cmake /home/mithras/esp/esp-idf/components/app_update/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/CMakeLists.txt /home/mithras/esp/esp-idf/components/asio/asio/.git /home/mithras/esp/esp-idf/components/bootloader/CMakeLists.txt /home/mithras/esp/esp-idf/components/bootloader/project_include.cmake /home/mithras/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/mithras/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/CMakeLists.txt /home/mithras/esp/esp-idf/components/bt/controller/lib/.git /home/mithras/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/mithras/esp/esp-idf/components/cbor/CMakeLists.txt /home/mithras/esp/esp-idf/components/cbor/tinycbor/.git /home/mithras/esp/esp-idf/components/coap/CMakeLists.txt /home/mithras/esp/esp-idf/components/coap/libcoap/.git /home/mithras/esp/esp-idf/components/console/CMakeLists.txt /home/mithras/esp/esp-idf/components/cxx/CMakeLists.txt /home/mithras/esp/esp-idf/components/driver/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/CMakeLists.txt /home/mithras/esp/esp-idf/components/efuse/esp32/sources.cmake /home/mithras/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp32/project_include.cmake /home/mithras/esp/esp-idf/components/esp_adc_cal/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_common/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_event/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_serial_slave_link/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_system/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_system/port/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_system/port/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_websocket_client/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/mithras/esp/esp-idf/components/esp_wifi/lib/.git /home/mithras/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/mithras/esp/esp-idf/components/esptool_py/esptool/.git /home/mithras/esp/esp-idf/components/esptool_py/project_include.cmake /home/mithras/esp/esp-idf/components/expat/CMakeLists.txt /home/mithras/esp/esp-idf/components/expat/expat/.git /home/mithras/esp/esp-idf/components/fatfs/CMakeLists.txt /home/mithras/esp/esp-idf/components/freemodbus/CMakeLists.txt /home/mithras/esp/esp-idf/components/freertos/CMakeLists.txt /home/mithras/esp/esp-idf/components/heap/CMakeLists.txt /home/mithras/esp/esp-idf/components/idf_test/CMakeLists.txt /home/mithras/esp/esp-idf/components/jsmn/CMakeLists.txt /home/mithras/esp/esp-idf/components/json/CMakeLists.txt /home/mithras/esp/esp-idf/components/json/cJSON/.git /home/mithras/esp/esp-idf/components/libsodium/CMakeLists.txt /home/mithras/esp/esp-idf/components/libsodium/libsodium/.git /home/mithras/esp/esp-idf/components/log/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/CMakeLists.txt /home/mithras/esp/esp-idf/components/lwip/lwip/.git /home/mithras/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/.git /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/mithras/esp/esp-idf/components/mdns/CMakeLists.txt /home/mithras/esp/esp-idf/components/mqtt/CMakeLists.txt /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/mithras/esp/esp-idf/components/newlib/CMakeLists.txt /home/mithras/esp/esp-idf/components/newlib/project_include.cmake /home/mithras/esp/esp-idf/components/nghttp/CMakeLists.txt /home/mithras/esp/esp-idf/components/nghttp/nghttp2/.git /home/mithras/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/openssl/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/CMakeLists.txt /home/mithras/esp/esp-idf/components/partition_table/project_include.cmake /home/mithras/esp/esp-idf/components/perfmon/CMakeLists.txt /home/mithras/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/mithras/esp/esp-idf/components/protocomm/CMakeLists.txt /home/mithras/esp/esp-idf/components/pthread/CMakeLists.txt /home/mithras/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/soc/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/soc/src/esp32/CMakeLists.txt /home/mithras/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/CMakeLists.txt /home/mithras/esp/esp-idf/components/spiffs/project_include.cmake /home/mithras/esp/esp-idf/components/spiffs/spiffs/.git /home/mithras/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/mithras/esp/esp-idf/components/tcpip_adapter/CMakeLists.txt /home/mithras/esp/esp-idf/components/tinyusb/CMakeLists.txt /home/mithras/esp/esp-idf/components/tinyusb/tinyusb/.git /home/mithras/esp/esp-idf/components/ulp/CMakeLists.txt /home/mithras/esp/esp-idf/components/ulp/project_include.cmake /home/mithras/esp/esp-idf/components/unity/CMakeLists.txt /home/mithras/esp/esp-idf/components/unity/unity/.git /home/mithras/esp/esp-idf/components/vfs/CMakeLists.txt /home/mithras/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/mithras/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/mithras/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/mithras/esp/esp-idf/components/xtensa/CMakeLists.txt /home/mithras/esp/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/.git /home/mithras/esp/esp-idf/tools/cmake/build.cmake /home/mithras/esp/esp-idf/tools/cmake/component.cmake /home/mithras/esp/esp-idf/tools/cmake/crosstool_version_check.cmake /home/mithras/esp/esp-idf/tools/cmake/git_submodules.cmake /home/mithras/esp/esp-idf/tools/cmake/idf.cmake /home/mithras/esp/esp-idf/tools/cmake/kconfig.cmake /home/mithras/esp/esp-idf/tools/cmake/ldgen.cmake /home/mithras/esp/esp-idf/tools/cmake/project.cmake /home/mithras/esp/esp-idf/tools/cmake/project_description.json.in /home/mithras/esp/esp-idf/tools/cmake/targets.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/mithras/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/mithras/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/mithras/esp/esp-idf/tools/cmake/utilities.cmake /home/mithras/esp/esp-idf/tools/cmake/version.cmake /home/mithras/esp/esp-idf/tools/kconfig_new/confgen.py /home/mithras/esp/esp-idf/tools/kconfig_new/config.env.in /home/mithras/esp/esp-idf/tools/kconfig_new/kconfiglib.py /usr/share/cmake-3.10/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.10/Modules/Compiler/GNU.cmake /usr/share/cmake-3.10/Modules/ExternalProject.cmake /usr/share/cmake-3.10/Modules/FindCygwin.cmake /usr/share/cmake-3.10/Modules/FindGit.cmake /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.10/Modules/FindPackageMessage.cmake /usr/share/cmake-3.10/Modules/FindPerl.cmake /usr/share/cmake-3.10/Modules/FindPythonInterp.cmake /usr/share/cmake-3.10/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.10.2/CMakeASMCompiler.cmake CMakeFiles/3.10.2/CMakeCCompiler.cmake CMakeFiles/3.10.2/CMakeCXXCompiler.cmake CMakeFiles/3.10.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-cfgcmd.txt.in config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition_table-flash_args.in flash_args flash_args.in ldgen_libraries.in: phony ############################################# # Clean all the built files. diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake index 585e84e..0632ded 100644 --- a/build/cmake_install.cmake +++ b/build/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka +# Install script for directory: /home/mithras/esp/bakalarka # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) @@ -34,7 +34,7 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("/home/mithras/Documents/bakalarka/build/esp-idf/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/cmake_install.cmake") endif() @@ -46,5 +46,5 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/mithras/Documents/bakalarka/build/${CMAKE_INSTALL_MANIFEST}" +file(WRITE "/home/mithras/esp/bakalarka/build/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/compile_commands.json b/build/compile_commands.json index a37e549..ea65442 100644 --- a/build/compile_commands.json +++ b/build/compile_commands.json @@ -1,6043 +1,5125 @@ [ { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DLV_CONF_INCLUDE_SIMPLE=1 -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/asio/asio/asio/include -I/home/mithras/esp/esp-idf/components/asio/port/include -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp_adc_cal/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_https_ota/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_websocket_client/include -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/idf_test/include -I/home/mithras/esp/esp-idf/components/jsmn/include -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I../main -I../components/files -I../components/ca -I../components/cmd_nvs -I../components/cmd_system -I../components/wifi -I../components/https_server -I../components/lvgl -I../components/lvgl/lvgl -I../components/lv_examples -I../components/lvgl_esp32_drivers -I../components/lvgl_esp32_drivers/lvgl_tft -I../components/lvgl_esp32_drivers/lvgl_touch -mlongcalls -Wno-frame-address -o CMakeFiles/bakalarka.elf.dir/project_elf_src.c.obj -c /home/mithras/Documents/bakalarka/build/project_elf_src.c", - "file": "/home/mithras/Documents/bakalarka/build/project_elf_src.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/asio/asio/asio/include -I/home/mithras/esp/esp-idf/components/asio/port/include -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp_adc_cal/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_https_ota/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_websocket_client/include -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/idf_test/include -I/home/mithras/esp/esp-idf/components/idf_test/include/esp32 -I/home/mithras/esp/esp-idf/components/jsmn/include -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I../main -I../components/files -I../components/ca -I../components/cmd_nvs -I../components/cmd_system -I../components/wifi -I../components/https_server -mlongcalls -Wno-frame-address -o CMakeFiles/bakalarka.elf.dir/project_elf_src.c.obj -c /home/mithras/esp/bakalarka/build/project_elf_src.c", + "file": "/home/mithras/esp/bakalarka/build/project_elf_src.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj -c /home/mithras/esp/esp-idf/components/xtensa/debug_helpers.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj -c /home/mithras/esp/esp-idf/components/xtensa/debug_helpers.c", "file": "/home/mithras/esp/esp-idf/components/xtensa/debug_helpers.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj -c /home/mithras/esp/esp-idf/components/xtensa/debug_helpers_asm.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj -c /home/mithras/esp/esp-idf/components/xtensa/debug_helpers_asm.S", "file": "/home/mithras/esp/esp-idf/components/xtensa/debug_helpers_asm.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa_asm.S.obj -c /home/mithras/esp/esp-idf/components/xtensa/expression_with_stack_xtensa_asm.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa_asm.S.obj -c /home/mithras/esp/esp-idf/components/xtensa/expression_with_stack_xtensa_asm.S", "file": "/home/mithras/esp/esp-idf/components/xtensa/expression_with_stack_xtensa_asm.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj -c /home/mithras/esp/esp-idf/components/xtensa/expression_with_stack_xtensa.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj -c /home/mithras/esp/esp-idf/components/xtensa/expression_with_stack_xtensa.c", "file": "/home/mithras/esp/esp-idf/components/xtensa/expression_with_stack_xtensa.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj -c /home/mithras/esp/esp-idf/components/xtensa/eri.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj -c /home/mithras/esp/esp-idf/components/xtensa/eri.c", "file": "/home/mithras/esp/esp-idf/components/xtensa/eri.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj -c /home/mithras/esp/esp-idf/components/xtensa/trax.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj -c /home/mithras/esp/esp-idf/components/xtensa/trax.c", "file": "/home/mithras/esp/esp-idf/components/xtensa/trax.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/memory_layout_utils.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/memory_layout_utils.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/esp32/trax_init.c.obj -c /home/mithras/esp/esp-idf/components/xtensa/esp32/trax_init.c", + "file": "/home/mithras/esp/esp-idf/components/xtensa/esp32/trax_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/lldesc.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/lldesc.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", + "file": "/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/rmt_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/rmt_hal.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj -c /home/mithras/esp/bakalarka/build/x509_crt_bundle.S", + "file": "/home/mithras/esp/bakalarka/build/x509_crt_bundle.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/rtc_io_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/rtc_io_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/dac_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/dac_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/adc_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/adc_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal_iram.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal_iram.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/touch_sensor_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/touch_sensor_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/soc_include_legacy_warn.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/soc_include_legacy_warn.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/pcnt_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/pcnt_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2s_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/i2s_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/sigmadelta_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/sigmadelta_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/timer_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/timer_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal_iram.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal_iram.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal_iram.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal_iram.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/gpio_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/gpio_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal_iram.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal_iram.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/compare_set.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/compare_set.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/can_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/can_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/mcpwm_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/mcpwm_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/sdio_slave_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/sdio_slave_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/brownout_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/brownout_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/cpu_util.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/cpu_util.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk_init.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk_init.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_init.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_init.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_pm.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_pm.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_sleep.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_sleep.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_time.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_time.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_wdt.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_wdt.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/sdio_slave_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/sdio_slave_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/soc_memory_layout.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/soc_memory_layout.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/touch_sensor_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/touch_sensor_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/emac_hal.c", - "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/emac_hal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/adc_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/adc_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/dac_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/dac_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/gpio_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/gpio_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_io_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_io_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdio_slave_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/sdio_slave_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdmmc_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/sdmmc_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/interrupts.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/interrupts.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/spi_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/spi_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/ledc_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/ledc_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2s_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/i2s_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2c_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/i2c_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/uart_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/uart_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/touch_sensor_periph.c", - "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/touch_sensor_periph.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -std=gnu11 -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth.c", - "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy.c", - "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", - "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_mac_esp32.c", - "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_mac_esp32.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c", - "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c", - "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_lan8720.c", - "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_lan8720.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c", - "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj -c /home/mithras/esp/esp-idf/components/tcpip_adapter/tcpip_adapter_compat.c", - "file": "/home/mithras/esp/esp-idf/components/tcpip_adapter/tcpip_adapter_compat.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", - "file": "/home/mithras/esp/esp-idf/components/esp_netif/esp_netif_handlers.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_objects.c", - "file": "/home/mithras/esp/esp-idf/components/esp_netif/esp_netif_objects.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", - "file": "/home/mithras/esp/esp-idf/components/esp_netif/esp_netif_defaults.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", - "file": "/home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_ppp.c", - "file": "/home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_ppp.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/loopback/esp_netif_loopback.c", - "file": "/home/mithras/esp/esp-idf/components/esp_netif/loopback/esp_netif_loopback.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", - "file": "/home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_sta_list.c", - "file": "/home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_sta_list.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj -c /home/mithras/esp/esp-idf/components/esp_event/default_event_loop.c", - "file": "/home/mithras/esp/esp-idf/components/esp_event/default_event_loop.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj -c /home/mithras/esp/esp-idf/components/esp_event/esp_event.c", - "file": "/home/mithras/esp/esp-idf/components/esp_event/esp_event.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj -c /home/mithras/esp/esp-idf/components/esp_event/esp_event_private.c", - "file": "/home/mithras/esp/esp-idf/components/esp_event/esp_event_private.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj -c /home/mithras/esp/esp-idf/components/esp_event/event_loop_legacy.c", - "file": "/home/mithras/esp/esp-idf/components/esp_event/event_loop_legacy.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj -c /home/mithras/esp/esp-idf/components/esp_event/event_send.c", - "file": "/home/mithras/esp/esp-idf/components/esp_event/event_send.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/certs.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/certs.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/certs.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/certs.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/certs.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs11.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs11.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs11.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs11.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs11.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/arc4.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/arc4.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/arc4.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/blowfish.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/blowfish.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/blowfish.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/des.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/des.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/des.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/error.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/error.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/error.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/havege.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/havege.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/havege.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md2.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md2.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md2.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md4.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md4.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md4.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md_wrap.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md_wrap.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/md_wrap.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_internal.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_internal.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_internal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/version.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/version.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/version.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/xtea.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/xtea.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/xtea.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_hardware.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_hardware.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_hardware.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_hardware.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp_hardware.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_mem.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_mem.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_mem.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_mem.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp_mem.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha.c", - "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha1.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha1.c", - "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha1.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha256.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha256.c", - "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha256.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha512.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha512.c", - "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha512.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_timing.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_timing.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_timing.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_timing.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp_timing.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_bignum.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_bignum.c", - "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_bignum.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha.c", + "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp_sha.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/aes.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/aes.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_bignum.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_bignum.c", + "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp_bignum.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_aes_xts.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp_aes_xts.c", + "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp_aes_xts.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/bignum.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/bignum.c", + "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp32/bignum.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/aes.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/aes.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp32/aes.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/sha.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/sha.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/sha.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/sha.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp32/sha.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha1.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_sha1.c", + "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_sha1.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha256.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_sha256.c", + "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_sha256.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha512.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_sha512.c", + "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/esp32/esp_sha512.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cli.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cli.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cli.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_srv.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_srv.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_srv.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/mbedtls_debug.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/mbedtls_debug.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sockets.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/net_sockets.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings -Wlogical-op -Wshadow -Wmissing-declarations -Wmissing-prototypes -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sockets.c.obj -c /home/mithras/esp/esp-idf/components/mbedtls/port/net_sockets.c", "file": "/home/mithras/esp/esp-idf/components/mbedtls/port/net_sockets.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/sae.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-cbc.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-cbc.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-dec.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-dec.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-enc.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-enc.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-omac1.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-omac1.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/bignum.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/bignum.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_mbedtls.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_mbedtls.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-cipher.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-cipher.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-modexp.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-modexp.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-rsa.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-rsa.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5-internal.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5-internal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-internal.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-internal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-pbkdf2.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-pbkdf2.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-internal.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-internal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_hostap.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_hostap.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa2.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa2.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa_main.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa_main.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpas_glue.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpas_glue.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wps.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wps.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa3.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa3.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/asn1.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/asn1.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/bignum.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/bignum.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs1.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs1.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs5.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs5.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs8.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs8.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/rsa.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/rsa.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tls_internal.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tls_internal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_read.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_read.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_write.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_write.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_common.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_common.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_cred.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_cred.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_record.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_record.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_read.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_read.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_write.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_write.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/x509v3.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/x509v3.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/common.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_registrar.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_registrar.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_validate.c", - "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_validate.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj -c /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj -c /home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", "file": "/home/mithras/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_api.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_api.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_api.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_fields.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_fields.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_fields.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_utility.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_utility.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp32/esp_efuse_utility.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_api.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_fields.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj -c /home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "file": "/home/mithras/esp/esp-idf/components/efuse/src/esp_efuse_utility.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_clock.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_clock.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_clock.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_common.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_random.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/esp_image_format.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/flash_partitions.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_qio_mode.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_qio_mode.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/flash_qio_mode.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash_config_esp32.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash_config_esp32.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_flash_config_esp32.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_efuse_esp32.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_efuse_esp32.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/bootloader_efuse_esp32.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c", "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include_bootloader -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/secure_boot_signatures.c.obj -c /home/mithras/esp/esp-idf/components/bootloader_support/src/idf/secure_boot_signatures.c", - "file": "/home/mithras/esp/esp-idf/components/bootloader_support/src/idf/secure_boot_signatures.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj -c /home/mithras/esp/esp-idf/components/app_update/esp_ota_ops.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj -c /home/mithras/esp/esp-idf/components/app_update/esp_ota_ops.c", "file": "/home/mithras/esp/esp-idf/components/app_update/esp_ota_ops.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D PROJECT_NAME=\\\"bakalarka\\\" -DPROJECT_VER=\\\"0.1.0.1\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_app_desc.c.obj -c /home/mithras/esp/esp-idf/components/app_update/esp_app_desc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D PROJECT_NAME=\\\"bakalarka\\\" -DPROJECT_VER=\\\"0.1.0.1\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_app_desc.c.obj -c /home/mithras/esp/esp-idf/components/app_update/esp_app_desc.c", "file": "/home/mithras/esp/esp-idf/components/app_update/esp_app_desc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/partition.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/partition.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/partition.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/partition.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/partition.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/esp32/spi_flash_rom_patch.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/esp32/spi_flash_rom_patch.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/esp32/spi_flash_rom_patch.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/memspi_host_driver.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/memspi_host_driver.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/memspi_host_driver.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/cache_utils.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/cache_utils.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/cache_utils.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/flash_mmap.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/flash_mmap.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/flash_mmap.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/flash_ops.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/flash_ops.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/flash_ops.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/esp_flash_api.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/esp_flash_api.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/esp_flash_api.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj -c /home/mithras/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c", "file": "/home/mithras/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj -c /home/mithras/esp/esp-idf/components/esp_system/panic.c", + "file": "/home/mithras/esp/esp-idf/components/esp_system/panic.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_api.c.obj -c /home/mithras/esp/esp-idf/components/esp_system/system_api.c", + "file": "/home/mithras/esp/esp-idf/components/esp_system/system_api.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj -c /home/mithras/esp/esp-idf/components/esp_system/port/panic_handler.c", + "file": "/home/mithras/esp/esp-idf/components/esp_system/port/panic_handler.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler_asm.S.obj -c /home/mithras/esp/esp-idf/components/esp_system/port/panic_handler_asm.S", + "file": "/home/mithras/esp/esp-idf/components/esp_system/port/panic_handler_asm.S" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/dport_panic_highint_hdl.S.obj -c /home/mithras/esp/esp-idf/components/esp_system/port/esp32/dport_panic_highint_hdl.S", + "file": "/home/mithras/esp/esp-idf/components/esp_system/port/esp32/dport_panic_highint_hdl.S" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/esp_system/private_include -I/home/mithras/esp/esp-idf/components/esp_system/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/reset_reason.c.obj -c /home/mithras/esp/esp-idf/components/esp_system/port/esp32/reset_reason.c", + "file": "/home/mithras/esp/esp-idf/components/esp_system/port/esp32/reset_reason.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/cpu_util.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/cpu_util.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/memory_layout_utils.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/memory_layout_utils.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/lldesc.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/lldesc.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/cpu_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/cpu_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/rmt_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/rmt_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/rtc_io_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/rtc_io_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/dac_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/dac_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/adc_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/adc_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal_iram.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_hal_iram.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_slave_hal_iram.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/touch_sensor_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/touch_sensor_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/soc_include_legacy_warn.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/soc_include_legacy_warn.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/pcnt_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/pcnt_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2s_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/i2s_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/sigmadelta_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/sigmadelta_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/timer_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/timer_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal_iram.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/ledc_hal_iram.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal_iram.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/i2c_hal_iram.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/gpio_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/gpio_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal_iram.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/uart_hal_iram.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/spi_flash_hal_iram.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/mpu_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/mpu_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/soc_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/soc_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/compare_set.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/compare_set.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/can_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/can_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/mcpwm_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/mcpwm_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/hal/sdio_slave_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/hal/sdio_slave_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/brownout_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/brownout_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk_init.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_clk_init.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_init.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_init.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_pm.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_pm.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_sleep.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_sleep.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_time.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_time.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_wdt.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/rtc_wdt.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/soc_memory_layout.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/soc_memory_layout.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/touch_sensor_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/touch_sensor_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/../hal -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj -c /home/mithras/esp/esp-idf/components/soc/src/esp32/emac_hal.c", + "file": "/home/mithras/esp/esp-idf/components/soc/src/esp32/emac_hal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/adc_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/adc_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/dac_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/dac_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/gpio_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/gpio_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_io_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_io_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/rtc_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdio_slave_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/sdio_slave_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/sdmmc_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/sdmmc_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/interrupts.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/interrupts.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/spi_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/spi_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/ledc_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/ledc_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2s_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/i2s_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/i2c_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/i2c_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/uart_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/uart_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj -c /home/mithras/esp/esp-idf/components/soc/soc/esp32/touch_sensor_periph.c", + "file": "/home/mithras/esp/esp-idf/components/soc/soc/esp32/touch_sensor_periph.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -std=gnu11 -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth.c", + "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy.c", + "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", + "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_mac_esp32.c", + "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_mac_esp32.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c", + "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c", + "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_lan8720.c", + "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_lan8720.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj -c /home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c", + "file": "/home/mithras/esp/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj -c /home/mithras/esp/esp-idf/components/tcpip_adapter/tcpip_adapter_compat.c", + "file": "/home/mithras/esp/esp-idf/components/tcpip_adapter/tcpip_adapter_compat.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", + "file": "/home/mithras/esp/esp-idf/components/esp_netif/esp_netif_handlers.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_objects.c", + "file": "/home/mithras/esp/esp-idf/components/esp_netif/esp_netif_objects.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", + "file": "/home/mithras/esp/esp-idf/components/esp_netif/esp_netif_defaults.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", + "file": "/home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_ppp.c", + "file": "/home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_ppp.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/loopback/esp_netif_loopback.c", + "file": "/home/mithras/esp/esp-idf/components/esp_netif/loopback/esp_netif_loopback.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", + "file": "/home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_netif/lwip -I/home/mithras/esp/esp-idf/components/esp_netif/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj -c /home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_sta_list.c", + "file": "/home/mithras/esp/esp-idf/components/esp_netif/lwip/esp_netif_sta_list.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj -c /home/mithras/esp/esp-idf/components/esp_event/default_event_loop.c", + "file": "/home/mithras/esp/esp-idf/components/esp_event/default_event_loop.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj -c /home/mithras/esp/esp-idf/components/esp_event/esp_event.c", + "file": "/home/mithras/esp/esp-idf/components/esp_event/esp_event.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj -c /home/mithras/esp/esp-idf/components/esp_event/esp_event_private.c", + "file": "/home/mithras/esp/esp-idf/components/esp_event/esp_event_private.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj -c /home/mithras/esp/esp-idf/components/esp_event/event_loop_legacy.c", + "file": "/home/mithras/esp/esp-idf/components/esp_event/event_loop_legacy.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_event/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj -c /home/mithras/esp/esp-idf/components/esp_event/event_send.c", + "file": "/home/mithras/esp/esp-idf/components/esp_event/event_send.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/sae.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-cbc.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-cbc.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-dec.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-dec.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-enc.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal-enc.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-internal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-omac1.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-omac1.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/bignum.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/bignum.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_mbedtls.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_mbedtls.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-cipher.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-cipher.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-modexp.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-modexp.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-rsa.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal-rsa.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_internal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5-internal.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5-internal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/md5.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-internal.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-internal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-pbkdf2.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-pbkdf2.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-internal.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-internal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_hostap.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_hostap.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa2.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa2.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa_main.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa_main.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpas_glue.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpas_glue.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wps.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wps.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa3.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa3.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/asn1.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/asn1.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/bignum.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/bignum.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs1.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs1.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs5.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs5.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs8.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/pkcs8.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/rsa.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/rsa.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tls_internal.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tls_internal.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_read.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_read.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_write.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_client_write.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_common.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_common.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_cred.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_cred.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_record.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_record.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_read.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_read.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_write.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/tlsv1_server_write.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/x509v3.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/tls/x509v3.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/common.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_registrar.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_registrar.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_ECC -DCONFIG_IEEE80211W -DCONFIG_WPA3_SAE -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESP32_WORKAROUND -DESPRESSIF_USE -DESP_SUPPLICANT -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUSE_WPA2_TASK -DUSE_WPS_TASK -D__ets__ -Iconfig -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/wpa_supplicant/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-strict-aliasing -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj -c /home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_validate.c", + "file": "/home/mithras/esp/esp-idf/components/wpa_supplicant/src/wps/wps_validate.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_ops.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_ops.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_ops.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_ops.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_ops.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj -c /home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", "file": "/home/mithras/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/coexist.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/coexist.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/coexist.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/coexist.c", "file": "/home/mithras/esp/esp-idf/components/esp_wifi/src/coexist.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/lib_printf.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/lib_printf.c", "file": "/home/mithras/esp/esp-idf/components/esp_wifi/src/lib_printf.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/mesh_event.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/mesh_event.c", "file": "/home/mithras/esp/esp-idf/components/esp_wifi/src/mesh_event.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/phy_init.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/phy_init.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/phy_init.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/phy_init.c", "file": "/home/mithras/esp/esp-idf/components/esp_wifi/src/phy_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/smartconfig.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/smartconfig.c", "file": "/home/mithras/esp/esp-idf/components/esp_wifi/src/smartconfig.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c", "file": "/home/mithras/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_init.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_init.c", "file": "/home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_default.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_default.c", "file": "/home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_default.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", "file": "/home/mithras/esp/esp-idf/components/esp_wifi/src/wifi_netif.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/esp32/esp_adapter.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj -c /home/mithras/esp/esp-idf/components/esp_wifi/esp32/esp_adapter.c", "file": "/home/mithras/esp/esp-idf/components/esp_wifi/esp32/esp_adapter.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj -c /home/mithras/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj -c /home/mithras/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", "file": "/home/mithras/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj -c /home/mithras/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj -c /home/mithras/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", "file": "/home/mithras/esp/esp-idf/components/lwip/apps/ping/esp_ping.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj -c /home/mithras/esp/esp-idf/components/lwip/apps/ping/ping.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj -c /home/mithras/esp/esp-idf/components/lwip/apps/ping/ping.c", "file": "/home/mithras/esp/esp-idf/components/lwip/apps/ping/ping.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj -c /home/mithras/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj -c /home/mithras/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", "file": "/home/mithras/esp/esp-idf/components/lwip/apps/ping/ping_sock.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/apps/sntp/sntp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/apps/sntp/sntp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/apps/sntp/sntp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/err.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/err.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/api/err.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/api/if_api.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netdb.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/api/sockets.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/def.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/def.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/def.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/dns.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/dns.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/dns.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/init.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/init.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ip.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ip.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ip.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/mem.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/mem.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/mem.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/memp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/memp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/memp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/netif.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/netif.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/netif.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/raw.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/raw.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/raw.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/stats.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/stats.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/stats.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/sys.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/sys.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/sys.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -Wno-type-limits -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -Wno-type-limits -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/udp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/udp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/udp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/lowpan6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/lowpan6.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/lowpan6.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/lowpan6.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/lowpan6.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -Wno-uninitialized -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -Wno-uninitialized -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -Wno-implicit-fallthrough -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -Wno-implicit-fallthrough -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj -c /home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", "file": "/home/mithras/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/vfs_lwip.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/vfs_lwip.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/vfs_lwip.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/vfs_lwip.c", "file": "/home/mithras/esp/esp-idf/components/lwip/port/esp32/vfs_lwip.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/debug/lwip_debug.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/debug/lwip_debug.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/debug/lwip_debug.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/debug/lwip_debug.c", "file": "/home/mithras/esp/esp-idf/components/lwip/port/esp32/debug/lwip_debug.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/freertos/sys_arch.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/freertos/sys_arch.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/freertos/sys_arch.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/freertos/sys_arch.c", "file": "/home/mithras/esp/esp-idf/components/lwip/port/esp32/freertos/sys_arch.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/dhcp_state.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/dhcp_state.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/dhcp_state.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/dhcp_state.c", "file": "/home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/dhcp_state.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/wlanif.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/wlanif.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/wlanif.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/wlanif.c", "file": "/home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/wlanif.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/ethernetif.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/ethernetif.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/ethernetif.c.obj -c /home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/ethernetif.c", "file": "/home/mithras/esp/esp-idf/components/lwip/port/esp32/netif/ethernetif.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj -c /home/mithras/esp/esp-idf/components/log/log.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj -c /home/mithras/esp/esp-idf/components/log/log.c", "file": "/home/mithras/esp/esp-idf/components/log/log.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj -c /home/mithras/esp/esp-idf/components/log/log_buffers.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj -c /home/mithras/esp/esp-idf/components/log/log_buffers.c", "file": "/home/mithras/esp/esp-idf/components/log/log_buffers.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj -c /home/mithras/esp/esp-idf/components/log/log_freertos.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj -c /home/mithras/esp/esp-idf/components/log/log_freertos.c", "file": "/home/mithras/esp/esp-idf/components/log/log_freertos.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj -c /home/mithras/esp/esp-idf/components/heap/heap_caps.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj -c /home/mithras/esp/esp-idf/components/heap/heap_caps.c", "file": "/home/mithras/esp/esp-idf/components/heap/heap_caps.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj -c /home/mithras/esp/esp-idf/components/heap/heap_caps_init.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj -c /home/mithras/esp/esp-idf/components/heap/heap_caps_init.c", "file": "/home/mithras/esp/esp-idf/components/heap/heap_caps_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj -c /home/mithras/esp/esp-idf/components/heap/multi_heap.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj -c /home/mithras/esp/esp-idf/components/heap/multi_heap.c", "file": "/home/mithras/esp/esp-idf/components/heap/multi_heap.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj -c /home/mithras/esp/esp-idf/components/esp_ringbuf/ringbuf.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj -c /home/mithras/esp/esp-idf/components/esp_ringbuf/ringbuf.c", "file": "/home/mithras/esp/esp-idf/components/esp_ringbuf/ringbuf.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/adc.c.obj -c /home/mithras/esp/esp-idf/components/driver/adc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/adc.c.obj -c /home/mithras/esp/esp-idf/components/driver/adc.c", "file": "/home/mithras/esp/esp-idf/components/driver/adc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/can.c.obj -c /home/mithras/esp/esp-idf/components/driver/can.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/can.c.obj -c /home/mithras/esp/esp-idf/components/driver/can.c", "file": "/home/mithras/esp/esp-idf/components/driver/can.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/dac.c.obj -c /home/mithras/esp/esp-idf/components/driver/dac.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/dac.c.obj -c /home/mithras/esp/esp-idf/components/driver/dac.c", "file": "/home/mithras/esp/esp-idf/components/driver/dac.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio.c.obj -c /home/mithras/esp/esp-idf/components/driver/gpio.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio.c.obj -c /home/mithras/esp/esp-idf/components/driver/gpio.c", "file": "/home/mithras/esp/esp-idf/components/driver/gpio.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c.c.obj -c /home/mithras/esp/esp-idf/components/driver/i2c.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c.c.obj -c /home/mithras/esp/esp-idf/components/driver/i2c.c", "file": "/home/mithras/esp/esp-idf/components/driver/i2c.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s.c.obj -c /home/mithras/esp/esp-idf/components/driver/i2s.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s.c.obj -c /home/mithras/esp/esp-idf/components/driver/i2s.c", "file": "/home/mithras/esp/esp-idf/components/driver/i2s.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc.c.obj -c /home/mithras/esp/esp-idf/components/driver/ledc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc.c.obj -c /home/mithras/esp/esp-idf/components/driver/ledc.c", "file": "/home/mithras/esp/esp-idf/components/driver/ledc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt.c.obj -c /home/mithras/esp/esp-idf/components/driver/pcnt.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt.c.obj -c /home/mithras/esp/esp-idf/components/driver/pcnt.c", "file": "/home/mithras/esp/esp-idf/components/driver/pcnt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/periph_ctrl.c.obj -c /home/mithras/esp/esp-idf/components/driver/periph_ctrl.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/periph_ctrl.c.obj -c /home/mithras/esp/esp-idf/components/driver/periph_ctrl.c", "file": "/home/mithras/esp/esp-idf/components/driver/periph_ctrl.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt.c.obj -c /home/mithras/esp/esp-idf/components/driver/rmt.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt.c.obj -c /home/mithras/esp/esp-idf/components/driver/rmt.c", "file": "/home/mithras/esp/esp-idf/components/driver/rmt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_io.c.obj -c /home/mithras/esp/esp-idf/components/driver/rtc_io.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_io.c.obj -c /home/mithras/esp/esp-idf/components/driver/rtc_io.c", "file": "/home/mithras/esp/esp-idf/components/driver/rtc_io.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_module.c.obj -c /home/mithras/esp/esp-idf/components/driver/rtc_module.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_module.c.obj -c /home/mithras/esp/esp-idf/components/driver/rtc_module.c", "file": "/home/mithras/esp/esp-idf/components/driver/rtc_module.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_crc.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdspi_crc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_crc.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdspi_crc.c", "file": "/home/mithras/esp/esp-idf/components/driver/sdspi_crc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_host.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdspi_host.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_host.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdspi_host.c", "file": "/home/mithras/esp/esp-idf/components/driver/sdspi_host.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_transaction.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdspi_transaction.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_transaction.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdspi_transaction.c", "file": "/home/mithras/esp/esp-idf/components/driver/sdspi_transaction.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sigmadelta.c.obj -c /home/mithras/esp/esp-idf/components/driver/sigmadelta.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sigmadelta.c.obj -c /home/mithras/esp/esp-idf/components/driver/sigmadelta.c", "file": "/home/mithras/esp/esp-idf/components/driver/sigmadelta.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_common.c.obj -c /home/mithras/esp/esp-idf/components/driver/spi_common.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_common.c.obj -c /home/mithras/esp/esp-idf/components/driver/spi_common.c", "file": "/home/mithras/esp/esp-idf/components/driver/spi_common.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -std=gnu11 -o esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_master.c.obj -c /home/mithras/esp/esp-idf/components/driver/spi_master.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -std=gnu11 -o esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_master.c.obj -c /home/mithras/esp/esp-idf/components/driver/spi_master.c", "file": "/home/mithras/esp/esp-idf/components/driver/spi_master.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_slave.c.obj -c /home/mithras/esp/esp-idf/components/driver/spi_slave.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_slave.c.obj -c /home/mithras/esp/esp-idf/components/driver/spi_slave.c", "file": "/home/mithras/esp/esp-idf/components/driver/spi_slave.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/timer.c.obj -c /home/mithras/esp/esp-idf/components/driver/timer.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/timer.c.obj -c /home/mithras/esp/esp-idf/components/driver/timer.c", "file": "/home/mithras/esp/esp-idf/components/driver/timer.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor_common.c.obj -c /home/mithras/esp/esp-idf/components/driver/touch_sensor_common.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor_common.c.obj -c /home/mithras/esp/esp-idf/components/driver/touch_sensor_common.c", "file": "/home/mithras/esp/esp-idf/components/driver/touch_sensor_common.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/uart.c.obj -c /home/mithras/esp/esp-idf/components/driver/uart.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/uart.c.obj -c /home/mithras/esp/esp-idf/components/driver/uart.c", "file": "/home/mithras/esp/esp-idf/components/driver/uart.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm.c.obj -c /home/mithras/esp/esp-idf/components/driver/mcpwm.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm.c.obj -c /home/mithras/esp/esp-idf/components/driver/mcpwm.c", "file": "/home/mithras/esp/esp-idf/components/driver/mcpwm.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdio_slave.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdio_slave.c", "file": "/home/mithras/esp/esp-idf/components/driver/sdio_slave.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_host.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdmmc_host.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_host.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdmmc_host.c", "file": "/home/mithras/esp/esp-idf/components/driver/sdmmc_host.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_transaction.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdmmc_transaction.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_transaction.c.obj -c /home/mithras/esp/esp-idf/components/driver/sdmmc_transaction.c", "file": "/home/mithras/esp/esp-idf/components/driver/sdmmc_transaction.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/esp32/touch_sensor.c.obj -c /home/mithras/esp/esp-idf/components/driver/esp32/touch_sensor.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include/driver -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/driver/CMakeFiles/__idf_driver.dir/esp32/touch_sensor.c.obj -c /home/mithras/esp/esp-idf/components/driver/esp32/touch_sensor.c", "file": "/home/mithras/esp/esp-idf/components/driver/esp32/touch_sensor.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj -c /home/mithras/esp/esp-idf/components/pthread/pthread.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj -c /home/mithras/esp/esp-idf/components/pthread/pthread.c", "file": "/home/mithras/esp/esp-idf/components/pthread/pthread.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj -c /home/mithras/esp/esp-idf/components/pthread/pthread_cond_var.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj -c /home/mithras/esp/esp-idf/components/pthread/pthread_cond_var.c", "file": "/home/mithras/esp/esp-idf/components/pthread/pthread_cond_var.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj -c /home/mithras/esp/esp-idf/components/pthread/pthread_local_storage.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj -c /home/mithras/esp/esp-idf/components/pthread/pthread_local_storage.c", "file": "/home/mithras/esp/esp-idf/components/pthread/pthread_local_storage.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj -c /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_common.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj -c /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_common.c", "file": "/home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_common.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj -c /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj -c /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", "file": "/home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_flash.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_port.c.obj -c /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_port.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_port.c.obj -c /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_port.c", "file": "/home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_port.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj -c /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj -c /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", "file": "/home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_uart.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj -c /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/espcoredump/include_core_dump -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj -c /home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", "file": "/home/mithras/esp/esp-idf/components/espcoredump/src/core_dump_elf.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj -c /home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_access.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj -c /home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_access.c", "file": "/home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_access.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj -c /home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_apis.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj -c /home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_apis.c", "file": "/home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_apis.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj -c /home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_masks.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj -c /home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_masks.c", "file": "/home/mithras/esp/esp-idf/components/perfmon/xtensa_perfmon_masks.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_err_int.c.obj -c /home/mithras/esp/esp-idf/components/esp32/cache_err_int.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_err_int.c.obj -c /home/mithras/esp/esp-idf/components/esp32/cache_err_int.c", "file": "/home/mithras/esp/esp-idf/components/esp32/cache_err_int.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_sram_mmu.c.obj -c /home/mithras/esp/esp-idf/components/esp32/cache_sram_mmu.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_sram_mmu.c.obj -c /home/mithras/esp/esp-idf/components/esp32/cache_sram_mmu.c", "file": "/home/mithras/esp/esp-idf/components/esp32/cache_sram_mmu.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/clk.c.obj -c /home/mithras/esp/esp-idf/components/esp32/clk.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/clk.c.obj -c /home/mithras/esp/esp-idf/components/esp32/clk.c", "file": "/home/mithras/esp/esp-idf/components/esp32/clk.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-stack-protector -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cpu_start.c.obj -c /home/mithras/esp/esp-idf/components/esp32/cpu_start.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-stack-protector -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cpu_start.c.obj -c /home/mithras/esp/esp-idf/components/esp32/cpu_start.c", "file": "/home/mithras/esp/esp-idf/components/esp32/cpu_start.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/crosscore_int.c.obj -c /home/mithras/esp/esp-idf/components/esp32/crosscore_int.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/crosscore_int.c.obj -c /home/mithras/esp/esp-idf/components/esp32/crosscore_int.c", "file": "/home/mithras/esp/esp-idf/components/esp32/crosscore_int.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_access.c.obj -c /home/mithras/esp/esp-idf/components/esp32/dport_access.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_access.c.obj -c /home/mithras/esp/esp-idf/components/esp32/dport_access.c", "file": "/home/mithras/esp/esp-idf/components/esp32/dport_access.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_panic_highint_hdl.S.obj -c /home/mithras/esp/esp-idf/components/esp32/dport_panic_highint_hdl.S", - "file": "/home/mithras/esp/esp-idf/components/esp32/dport_panic_highint_hdl.S" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/esp_himem.c.obj -c /home/mithras/esp/esp-idf/components/esp32/esp_himem.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/esp_himem.c.obj -c /home/mithras/esp/esp-idf/components/esp32/esp_himem.c", "file": "/home/mithras/esp/esp-idf/components/esp32/esp_himem.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/hw_random.c.obj -c /home/mithras/esp/esp-idf/components/esp32/hw_random.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/hw_random.c.obj -c /home/mithras/esp/esp-idf/components/esp32/hw_random.c", "file": "/home/mithras/esp/esp-idf/components/esp32/hw_random.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/int_wdt.c.obj -c /home/mithras/esp/esp-idf/components/esp32/int_wdt.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/int_wdt.c.obj -c /home/mithras/esp/esp-idf/components/esp32/int_wdt.c", "file": "/home/mithras/esp/esp-idf/components/esp32/int_wdt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/intr_alloc.c.obj -c /home/mithras/esp/esp-idf/components/esp32/intr_alloc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/intr_alloc.c.obj -c /home/mithras/esp/esp-idf/components/esp32/intr_alloc.c", "file": "/home/mithras/esp/esp-idf/components/esp32/intr_alloc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/panic.c.obj -c /home/mithras/esp/esp-idf/components/esp32/panic.c", - "file": "/home/mithras/esp/esp-idf/components/esp32/panic.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_esp32.c.obj -c /home/mithras/esp/esp-idf/components/esp32/pm_esp32.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_esp32.c.obj -c /home/mithras/esp/esp-idf/components/esp32/pm_esp32.c", "file": "/home/mithras/esp/esp-idf/components/esp32/pm_esp32.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_trace.c.obj -c /home/mithras/esp/esp-idf/components/esp32/pm_trace.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_trace.c.obj -c /home/mithras/esp/esp-idf/components/esp32/pm_trace.c", "file": "/home/mithras/esp/esp-idf/components/esp32/pm_trace.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/reset_reason.c.obj -c /home/mithras/esp/esp-idf/components/esp32/reset_reason.c", - "file": "/home/mithras/esp/esp-idf/components/esp32/reset_reason.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/sleep_modes.c.obj -c /home/mithras/esp/esp-idf/components/esp32/sleep_modes.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/sleep_modes.c.obj -c /home/mithras/esp/esp-idf/components/esp32/sleep_modes.c", "file": "/home/mithras/esp/esp-idf/components/esp32/sleep_modes.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram.c.obj -c /home/mithras/esp/esp-idf/components/esp32/spiram.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram.c.obj -c /home/mithras/esp/esp-idf/components/esp32/spiram.c", "file": "/home/mithras/esp/esp-idf/components/esp32/spiram.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram_psram.c.obj -c /home/mithras/esp/esp-idf/components/esp32/spiram_psram.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram_psram.c.obj -c /home/mithras/esp/esp-idf/components/esp32/spiram_psram.c", "file": "/home/mithras/esp/esp-idf/components/esp32/spiram_psram.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/system_api_esp32.c.obj -c /home/mithras/esp/esp-idf/components/esp32/system_api_esp32.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/system_api_esp32.c.obj -c /home/mithras/esp/esp-idf/components/esp32/system_api_esp32.c", "file": "/home/mithras/esp/esp-idf/components/esp32/system_api_esp32.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj -c /home/mithras/esp/esp-idf/components/esp32/task_wdt.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj -c /home/mithras/esp/esp-idf/components/esp32/task_wdt.c", "file": "/home/mithras/esp/esp-idf/components/esp32/task_wdt.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/brownout.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/brownout.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/brownout.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/brownout.c", "file": "/home/mithras/esp/esp-idf/components/esp_common/src/brownout.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/dbg_stubs.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/esp_err.c", + "file": "/home/mithras/esp/esp-idf/components/esp_common/src/esp_err.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/dbg_stubs.c", "file": "/home/mithras/esp/esp-idf/components/esp_common/src/dbg_stubs.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", "file": "/home/mithras/esp/esp-idf/components/esp_common/src/esp_err_to_name.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/freertos_hooks.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/freertos_hooks.c", "file": "/home/mithras/esp/esp-idf/components/esp_common/src/freertos_hooks.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/mac_addr.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/mac_addr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/mac_addr.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/mac_addr.c", "file": "/home/mithras/esp/esp-idf/components/esp_common/src/mac_addr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/pm_locks.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/pm_locks.c", "file": "/home/mithras/esp/esp-idf/components/esp_common/src/pm_locks.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-stack-protector -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/stack_check.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-stack-protector -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/stack_check.c", "file": "/home/mithras/esp/esp-idf/components/esp_common/src/stack_check.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/system_api.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/system_api.c", - "file": "/home/mithras/esp/esp-idf/components/esp_common/src/system_api.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/ipc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj -c /home/mithras/esp/esp-idf/components/esp_common/src/ipc.c", "file": "/home/mithras/esp/esp-idf/components/esp_common/src/ipc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj -c /home/mithras/esp/esp-idf/components/esp_timer/src/esp_timer.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj -c /home/mithras/esp/esp-idf/components/esp_timer/src/esp_timer.c", "file": "/home/mithras/esp/esp-idf/components/esp_timer/src/esp_timer.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj -c /home/mithras/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj -c /home/mithras/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", "file": "/home/mithras/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj -c /home/mithras/esp/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/esp_timer/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj -c /home/mithras/esp/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c", "file": "/home/mithras/esp/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/port.c.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/port.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/port.c.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/port.c", "file": "/home/mithras/esp/esp-idf/components/freertos/xtensa/port.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/portasm.S.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/portasm.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/portasm.S.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/portasm.S", "file": "/home/mithras/esp/esp-idf/components/freertos/xtensa/portasm.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_context.S.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_context.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_context.S.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_context.S", "file": "/home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_context.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_init.c.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_init.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_init.c.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_init.c", "file": "/home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr_asm.S.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_intr_asm.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr_asm.S.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_intr_asm.S", "file": "/home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_intr_asm.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr.c.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_intr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr.c.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_intr.c", "file": "/home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_intr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_overlay_os_hook.c.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_overlay_os_hook.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_overlay_os_hook.c.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_overlay_os_hook.c", "file": "/home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_overlay_os_hook.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vector_defaults.S.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_vector_defaults.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vector_defaults.S.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_vector_defaults.S", "file": "/home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_vector_defaults.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vectors.S.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_vectors.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vectors.S.obj -c /home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_vectors.S", "file": "/home/mithras/esp/esp-idf/components/freertos/xtensa/xtensa_vectors.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj -c /home/mithras/esp/esp-idf/components/freertos/croutine.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj -c /home/mithras/esp/esp-idf/components/freertos/croutine.c", "file": "/home/mithras/esp/esp-idf/components/freertos/croutine.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj -c /home/mithras/esp/esp-idf/components/freertos/event_groups.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj -c /home/mithras/esp/esp-idf/components/freertos/event_groups.c", "file": "/home/mithras/esp/esp-idf/components/freertos/event_groups.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj -c /home/mithras/esp/esp-idf/components/freertos/FreeRTOS-openocd.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj -c /home/mithras/esp/esp-idf/components/freertos/FreeRTOS-openocd.c", "file": "/home/mithras/esp/esp-idf/components/freertos/FreeRTOS-openocd.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj -c /home/mithras/esp/esp-idf/components/freertos/list.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj -c /home/mithras/esp/esp-idf/components/freertos/list.c", "file": "/home/mithras/esp/esp-idf/components/freertos/list.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj -c /home/mithras/esp/esp-idf/components/freertos/queue.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj -c /home/mithras/esp/esp-idf/components/freertos/queue.c", "file": "/home/mithras/esp/esp-idf/components/freertos/queue.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj -c /home/mithras/esp/esp-idf/components/freertos/tasks.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj -c /home/mithras/esp/esp-idf/components/freertos/tasks.c", "file": "/home/mithras/esp/esp-idf/components/freertos/tasks.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj -c /home/mithras/esp/esp-idf/components/freertos/timers.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D_ESP_FREERTOS_INTERNAL -Iconfig -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/freertos/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include/freertos -I/home/mithras/esp/esp-idf/components/freertos/xtensa -I/home/mithras/esp/esp-idf/components/freertos -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj -c /home/mithras/esp/esp-idf/components/freertos/timers.c", "file": "/home/mithras/esp/esp-idf/components/freertos/timers.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj -c /home/mithras/esp/esp-idf/components/vfs/vfs.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj -c /home/mithras/esp/esp-idf/components/vfs/vfs.c", "file": "/home/mithras/esp/esp-idf/components/vfs/vfs.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj -c /home/mithras/esp/esp-idf/components/vfs/vfs_uart.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj -c /home/mithras/esp/esp-idf/components/vfs/vfs_uart.c", "file": "/home/mithras/esp/esp-idf/components/vfs/vfs_uart.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj -c /home/mithras/esp/esp-idf/components/vfs/vfs_semihost.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj -c /home/mithras/esp/esp-idf/components/vfs/vfs_semihost.c", "file": "/home/mithras/esp/esp-idf/components/vfs/vfs_semihost.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-builtin -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj -c /home/mithras/esp/esp-idf/components/newlib/heap.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj -c /home/mithras/esp/esp-idf/components/newlib/abort.c", + "file": "/home/mithras/esp/esp-idf/components/newlib/abort.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-builtin -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj -c /home/mithras/esp/esp-idf/components/newlib/heap.c", "file": "/home/mithras/esp/esp-idf/components/newlib/heap.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj -c /home/mithras/esp/esp-idf/components/newlib/locks.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj -c /home/mithras/esp/esp-idf/components/newlib/locks.c", "file": "/home/mithras/esp/esp-idf/components/newlib/locks.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj -c /home/mithras/esp/esp-idf/components/newlib/poll.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj -c /home/mithras/esp/esp-idf/components/newlib/poll.c", "file": "/home/mithras/esp/esp-idf/components/newlib/poll.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj -c /home/mithras/esp/esp-idf/components/newlib/pread.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj -c /home/mithras/esp/esp-idf/components/newlib/pread.c", "file": "/home/mithras/esp/esp-idf/components/newlib/pread.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj -c /home/mithras/esp/esp-idf/components/newlib/pwrite.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj -c /home/mithras/esp/esp-idf/components/newlib/pwrite.c", "file": "/home/mithras/esp/esp-idf/components/newlib/pwrite.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj -c /home/mithras/esp/esp-idf/components/newlib/pthread.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj -c /home/mithras/esp/esp-idf/components/newlib/pthread.c", "file": "/home/mithras/esp/esp-idf/components/newlib/pthread.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj -c /home/mithras/esp/esp-idf/components/newlib/random.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj -c /home/mithras/esp/esp-idf/components/newlib/random.c", "file": "/home/mithras/esp/esp-idf/components/newlib/random.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj -c /home/mithras/esp/esp-idf/components/newlib/reent_init.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj -c /home/mithras/esp/esp-idf/components/newlib/reent_init.c", "file": "/home/mithras/esp/esp-idf/components/newlib/reent_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj -c /home/mithras/esp/esp-idf/components/newlib/select.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj -c /home/mithras/esp/esp-idf/components/newlib/select.c", "file": "/home/mithras/esp/esp-idf/components/newlib/select.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj -c /home/mithras/esp/esp-idf/components/newlib/syscall_table.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj -c /home/mithras/esp/esp-idf/components/newlib/syscall_table.c", "file": "/home/mithras/esp/esp-idf/components/newlib/syscall_table.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj -c /home/mithras/esp/esp-idf/components/newlib/syscalls.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj -c /home/mithras/esp/esp-idf/components/newlib/syscalls.c", "file": "/home/mithras/esp/esp-idf/components/newlib/syscalls.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj -c /home/mithras/esp/esp-idf/components/newlib/termios.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj -c /home/mithras/esp/esp-idf/components/newlib/termios.c", "file": "/home/mithras/esp/esp-idf/components/newlib/termios.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj -c /home/mithras/esp/esp-idf/components/newlib/time.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj -c /home/mithras/esp/esp-idf/components/newlib/time.c", "file": "/home/mithras/esp/esp-idf/components/newlib/time.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj -c /home/mithras/esp/esp-idf/components/newlib/utime.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj -c /home/mithras/esp/esp-idf/components/newlib/utime.c", "file": "/home/mithras/esp/esp-idf/components/newlib/utime.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj -c /home/mithras/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj -c /home/mithras/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", "file": "/home/mithras/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj -c /home/mithras/esp/esp-idf/components/cxx/cxx_guards.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj -c /home/mithras/esp/esp-idf/components/cxx/cxx_guards.cpp", "file": "/home/mithras/esp/esp-idf/components/cxx/cxx_guards.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj -c /home/mithras/esp/esp-idf/components/app_trace/app_trace.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj -c /home/mithras/esp/esp-idf/components/app_trace/app_trace.c", "file": "/home/mithras/esp/esp-idf/components/app_trace/app_trace.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj -c /home/mithras/esp/esp-idf/components/app_trace/app_trace_util.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj -c /home/mithras/esp/esp-idf/components/app_trace/app_trace_util.c", "file": "/home/mithras/esp/esp-idf/components/app_trace/app_trace_util.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj -c /home/mithras/esp/esp-idf/components/app_trace/host_file_io.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj -c /home/mithras/esp/esp-idf/components/app_trace/host_file_io.c", "file": "/home/mithras/esp/esp-idf/components/app_trace/host_file_io.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj -c /home/mithras/esp/esp-idf/components/app_trace/gcov/gcov_rtio.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -fno-profile-arcs -fno-test-coverage -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj -c /home/mithras/esp/esp-idf/components/app_trace/gcov/gcov_rtio.c", "file": "/home/mithras/esp/esp-idf/components/app_trace/gcov/gcov_rtio.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/asio/asio/asio/include -I/home/mithras/esp/esp-idf/components/asio/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/asio/CMakeFiles/__idf_asio.dir/asio/asio/src/asio.cpp.obj -c /home/mithras/esp/esp-idf/components/asio/asio/asio/src/asio.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/asio/asio/asio/include -I/home/mithras/esp/esp-idf/components/asio/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/asio/CMakeFiles/__idf_asio.dir/asio/asio/src/asio.cpp.obj -c /home/mithras/esp/esp-idf/components/asio/asio/asio/src/asio.cpp", "file": "/home/mithras/esp/esp-idf/components/asio/asio/asio/src/asio.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder_close_container_checked.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborencoder_close_container_checked.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder_close_container_checked.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborencoder_close_container_checked.c", "file": "/home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborencoder_close_container_checked.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborencoder.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborencoder.c", "file": "/home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborencoder.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborerrorstrings.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborerrorstrings.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborerrorstrings.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborerrorstrings.c", "file": "/home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborerrorstrings.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser_dup_string.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborparser_dup_string.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser_dup_string.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborparser_dup_string.c", "file": "/home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborparser_dup_string.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborparser.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborparser.c", "file": "/home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborparser.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty_stdio.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborpretty_stdio.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty_stdio.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborpretty_stdio.c", "file": "/home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborpretty_stdio.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborpretty.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborpretty.c", "file": "/home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborpretty.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cbortojson.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cbortojson.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cbortojson.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cbortojson.c", "file": "/home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cbortojson.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborvalidation.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborvalidation.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborvalidation.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborvalidation.c", "file": "/home/mithras/esp/esp-idf/components/cbor/tinycbor/src/cborvalidation.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/open_memstream.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/open_memstream.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -D__GLIBC__ -Iconfig -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/cbor/tinycbor/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-discarded-qualifiers -Wno-maybe-uninitialized -o esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/open_memstream.c.obj -c /home/mithras/esp/esp-idf/components/cbor/tinycbor/src/open_memstream.c", "file": "/home/mithras/esp/esp-idf/components/cbor/tinycbor/src/open_memstream.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/address.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/address.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/address.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/address.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/address.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/async.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/async.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/async.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/async.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/async.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/block.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/block.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/block.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/block.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/block.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_event.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_event.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_event.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_event.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_event.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_hashkey.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_hashkey.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_hashkey.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_hashkey.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_hashkey.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_session.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_session.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_session.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_session.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_session.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_time.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_time.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_time.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_time.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_time.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-format-truncation -o esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_debug.c.obj -c /home/mithras/esp/esp-idf/components/coap/port/coap_debug.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-format-truncation -o esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_debug.c.obj -c /home/mithras/esp/esp-idf/components/coap/port/coap_debug.c", "file": "/home/mithras/esp/esp-idf/components/coap/port/coap_debug.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/encode.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/encode.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/encode.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/encode.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/encode.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/mem.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/mem.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/mem.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/mem.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/mem.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/net.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/net.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/net.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/net.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/net.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/option.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/option.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/option.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/option.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/option.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/pdu.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/pdu.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/pdu.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/pdu.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/pdu.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/resource.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/resource.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/resource.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/resource.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/resource.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/str.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/str.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/str.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/str.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/str.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/subscribe.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/subscribe.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/subscribe.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/subscribe.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/subscribe.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/uri.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/uri.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/uri.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/uri.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/uri.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_io.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_io.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_io.c.obj -c /home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_io.c", "file": "/home/mithras/esp/esp-idf/components/coap/libcoap/src/coap_io.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_notls.c.obj -c /home/mithras/esp/esp-idf/components/coap/port/coap_notls.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_notls.c.obj -c /home/mithras/esp/esp-idf/components/coap/port/coap_notls.c", "file": "/home/mithras/esp/esp-idf/components/coap/port/coap_notls.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_mbedtls.c.obj -c /home/mithras/esp/esp-idf/components/coap/port/coap_mbedtls.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DWITH_POSIX -Iconfig -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_mbedtls.c.obj -c /home/mithras/esp/esp-idf/components/coap/port/coap_mbedtls.c", "file": "/home/mithras/esp/esp-idf/components/coap/port/coap_mbedtls.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj -c /home/mithras/esp/esp-idf/components/console/commands.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj -c /home/mithras/esp/esp-idf/components/console/commands.c", "file": "/home/mithras/esp/esp-idf/components/console/commands.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj -c /home/mithras/esp/esp-idf/components/console/esp_console_repl.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj -c /home/mithras/esp/esp-idf/components/console/esp_console_repl.c", "file": "/home/mithras/esp/esp-idf/components/console/esp_console_repl.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj -c /home/mithras/esp/esp-idf/components/console/split_argv.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj -c /home/mithras/esp/esp-idf/components/console/split_argv.c", "file": "/home/mithras/esp/esp-idf/components/console/split_argv.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj -c /home/mithras/esp/esp-idf/components/console/argtable3/argtable3.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj -c /home/mithras/esp/esp-idf/components/console/argtable3/argtable3.c", "file": "/home/mithras/esp/esp-idf/components/console/argtable3/argtable3.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj -c /home/mithras/esp/esp-idf/components/console/linenoise/linenoise.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj -c /home/mithras/esp/esp-idf/components/console/linenoise/linenoise.c", "file": "/home/mithras/esp/esp-idf/components/console/linenoise/linenoise.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_buf.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_buf.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_buf.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_buf.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_buf.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_callbacks.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_callbacks.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_callbacks.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_callbacks.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_callbacks.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_debug.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_debug.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_debug.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_debug.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_debug.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_frame.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_frame.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_frame.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman_data.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman_data.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_helper.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_helper.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_helper.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_http.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_http.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_http.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_map.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_map.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_map.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_map.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_map.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_mem.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_mem.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_mem.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_mem.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_mem.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_npn.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_npn.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_npn.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_npn.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_npn.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_option.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_option.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_option.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_option.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_option.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_outbound_item.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_outbound_item.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_outbound_item.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_pq.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_pq.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_pq.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_priority_spec.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_priority_spec.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_priority_spec.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_priority_spec.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_priority_spec.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_queue.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_queue.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_queue.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_rcbuf.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_rcbuf.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_rcbuf.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_session.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_session.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_session.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_stream.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_stream.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_stream.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_submit.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_submit.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_submit.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_version.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_version.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_version.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_version.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/nghttp2_version.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/port/http_parser.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/nghttp/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.obj -c /home/mithras/esp/esp-idf/components/nghttp/port/http_parser.c", "file": "/home/mithras/esp/esp-idf/components/nghttp/port/http_parser.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp-tls/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj -c /home/mithras/esp/esp-idf/components/esp-tls/esp_tls.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp-tls/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj -c /home/mithras/esp/esp-idf/components/esp-tls/esp_tls.c", "file": "/home/mithras/esp/esp-idf/components/esp-tls/esp_tls.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp-tls/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj -c /home/mithras/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp-tls/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj -c /home/mithras/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c", "file": "/home/mithras/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_adc_cal/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir/esp_adc_cal.c.obj -c /home/mithras/esp/esp-idf/components/esp_adc_cal/esp_adc_cal.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_adc_cal/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir/esp_adc_cal.c.obj -c /home/mithras/esp/esp-idf/components/esp_adc_cal/esp_adc_cal.c", "file": "/home/mithras/esp/esp-idf/components/esp_adc_cal/esp_adc_cal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj -c /home/mithras/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj -c /home/mithras/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", "file": "/home/mithras/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj -c /home/mithras/esp/esp-idf/components/esp_gdbstub/src/packet.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj -c /home/mithras/esp/esp-idf/components/esp_gdbstub/src/packet.c", "file": "/home/mithras/esp/esp-idf/components/esp_gdbstub/src/packet.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/esp32/gdbstub_esp32.c.obj -c /home/mithras/esp/esp-idf/components/esp_gdbstub/esp32/gdbstub_esp32.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/esp32/gdbstub_esp32.c.obj -c /home/mithras/esp/esp-idf/components/esp_gdbstub/esp32/gdbstub_esp32.c", "file": "/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32/gdbstub_esp32.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/xtensa/gdbstub_xtensa.c.obj -c /home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa/gdbstub_xtensa.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/private_include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/esp32 -I/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/xtensa/gdbstub_xtensa.c.obj -c /home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa/gdbstub_xtensa.c", "file": "/home/mithras/esp/esp-idf/components/esp_gdbstub/xtensa/gdbstub_xtensa.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj -c /home/mithras/esp/esp-idf/components/tcp_transport/transport.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj -c /home/mithras/esp/esp-idf/components/tcp_transport/transport.c", "file": "/home/mithras/esp/esp-idf/components/tcp_transport/transport.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj -c /home/mithras/esp/esp-idf/components/tcp_transport/transport_ssl.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj -c /home/mithras/esp/esp-idf/components/tcp_transport/transport_ssl.c", "file": "/home/mithras/esp/esp-idf/components/tcp_transport/transport_ssl.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_tcp.c.obj -c /home/mithras/esp/esp-idf/components/tcp_transport/transport_tcp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_tcp.c.obj -c /home/mithras/esp/esp-idf/components/tcp_transport/transport_tcp.c", "file": "/home/mithras/esp/esp-idf/components/tcp_transport/transport_tcp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj -c /home/mithras/esp/esp-idf/components/tcp_transport/transport_ws.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj -c /home/mithras/esp/esp-idf/components/tcp_transport/transport_ws.c", "file": "/home/mithras/esp/esp-idf/components/tcp_transport/transport_ws.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_utils.c.obj -c /home/mithras/esp/esp-idf/components/tcp_transport/transport_utils.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/tcp_transport/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_utils.c.obj -c /home/mithras/esp/esp-idf/components/tcp_transport/transport_utils.c", "file": "/home/mithras/esp/esp-idf/components/tcp_transport/transport_utils.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_client/esp_http_client.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_client/esp_http_client.c", "file": "/home/mithras/esp/esp-idf/components/esp_http_client/esp_http_client.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_client/lib/http_auth.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_client/lib/http_auth.c", "file": "/home/mithras/esp/esp-idf/components/esp_http_client/lib/http_auth.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_client/lib/http_header.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_client/lib/http_header.c", "file": "/home/mithras/esp/esp-idf/components/esp_http_client/lib/http_header.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_client/lib/http_utils.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_client/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/tcp_transport/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_client/lib/http_utils.c", "file": "/home/mithras/esp/esp-idf/components/esp_http_client/lib/http_utils.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_main.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_main.c", "file": "/home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_main.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", "file": "/home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_parse.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", "file": "/home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_sess.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", "file": "/home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", "file": "/home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_uri.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", + "file": "/home/mithras/esp/esp-idf/components/esp_http_server/src/httpd_ws.c" +}, + +{ + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/mithras/esp/esp-idf/components/esp_http_server/src/util -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj -c /home/mithras/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", "file": "/home/mithras/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/esp_https_ota/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj -c /home/mithras/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/esp_https_ota/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj -c /home/mithras/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c", "file": "/home/mithras/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj -c /home/mithras/esp/esp-idf/components/esp_https_server/src/https_server.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj -c /home/mithras/esp/esp-idf/components/esp_https_server/src/https_server.c", "file": "/home/mithras/esp/esp-idf/components/esp_https_server/src/https_server.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj -c /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj -c /home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", "file": "/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/src/common/protocomm.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/src/common/protocomm.c", "file": "/home/mithras/esp/esp-idf/components/protocomm/src/common/protocomm.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/src/security/security0.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/src/security/security0.c", "file": "/home/mithras/esp/esp-idf/components/protocomm/src/security/security0.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/src/security/security1.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/src/security/security1.c", "file": "/home/mithras/esp/esp-idf/components/protocomm/src/security/security1.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", "file": "/home/mithras/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", "file": "/home/mithras/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", "file": "/home/mithras/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", "file": "/home/mithras/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", "file": "/home/mithras/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/src/common -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj -c /home/mithras/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", "file": "/home/mithras/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns.c.obj -c /home/mithras/esp/esp-idf/components/mdns/mdns.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns.c.obj -c /home/mithras/esp/esp-idf/components/mdns/mdns.c", "file": "/home/mithras/esp/esp-idf/components/mdns/mdns.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_console.c.obj -c /home/mithras/esp/esp-idf/components/mdns/mdns_console.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_console.c.obj -c /home/mithras/esp/esp-idf/components/mdns/mdns_console.c", "file": "/home/mithras/esp/esp-idf/components/mdns/mdns_console.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_networking.c.obj -c /home/mithras/esp/esp-idf/components/mdns/mdns_networking.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/mdns/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_networking.c.obj -c /home/mithras/esp/esp-idf/components/mdns/mdns_networking.c", "file": "/home/mithras/esp/esp-idf/components/mdns/mdns_networking.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj -c /home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj -c /home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", "file": "/home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj -c /home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj -c /home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", "file": "/home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", "file": "/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj -c /home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/src -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj -c /home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", "file": "/home/mithras/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", "file": "/home/mithras/esp/esp-idf/components/sdmmc/sdmmc_cmd.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_common.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_common.c", "file": "/home/mithras/esp/esp-idf/components/sdmmc/sdmmc_common.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_init.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_init.c", "file": "/home/mithras/esp/esp-idf/components/sdmmc/sdmmc_init.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_io.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_io.c", "file": "/home/mithras/esp/esp-idf/components/sdmmc/sdmmc_io.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", "file": "/home/mithras/esp/esp-idf/components/sdmmc/sdmmc_mmc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_sd.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj -c /home/mithras/esp/esp-idf/components/sdmmc/sdmmc_sd.c", "file": "/home/mithras/esp/esp-idf/components/sdmmc/sdmmc_sd.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl.c.obj -c /home/mithras/esp/esp-idf/components/esp_serial_slave_link/essl.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl.c.obj -c /home/mithras/esp/esp-idf/components/esp_serial_slave_link/essl.c", "file": "/home/mithras/esp/esp-idf/components/esp_serial_slave_link/essl.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl_sdio.c.obj -c /home/mithras/esp/esp-idf/components/esp_serial_slave_link/essl_sdio.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include/esp_serial_slave_link -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl_sdio.c.obj -c /home/mithras/esp/esp-idf/components/esp_serial_slave_link/essl_sdio.c", "file": "/home/mithras/esp/esp-idf/components/esp_serial_slave_link/essl_sdio.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_websocket_client/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir/esp_websocket_client.c.obj -c /home/mithras/esp/esp-idf/components/esp_websocket_client/esp_websocket_client.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/esp_websocket_client/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir/esp_websocket_client.c.obj -c /home/mithras/esp/esp-idf/components/esp_websocket_client/esp_websocket_client.c", "file": "/home/mithras/esp/esp-idf/components/esp_websocket_client/esp_websocket_client.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlparse.c.obj -c /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmlparse.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlparse.c.obj -c /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmlparse.c", "file": "/home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmlparse.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlrole.c.obj -c /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmlrole.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlrole.c.obj -c /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmlrole.c", "file": "/home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmlrole.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok.c.obj -c /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok.c.obj -c /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok.c", "file": "/home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_impl.c.obj -c /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok_impl.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_impl.c.obj -c /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok_impl.c", "file": "/home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok_impl.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_ns.c.obj -c /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok_ns.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_EXPAT_CONFIG_H -DHAVE_GETRANDOM -Iconfig -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_ns.c.obj -c /home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok_ns.c", "file": "/home/mithras/esp/esp-idf/components/expat/expat/expat/lib/xmltok_ns.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/Partition.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/Partition.cpp", "file": "/home/mithras/esp/esp-idf/components/wear_levelling/Partition.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", "file": "/home/mithras/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", "file": "/home/mithras/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", "file": "/home/mithras/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", "file": "/home/mithras/esp/esp-idf/components/wear_levelling/WL_Flash.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/crc32.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/crc32.cpp", "file": "/home/mithras/esp/esp-idf/components/wear_levelling/crc32.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/wear_levelling.cpp", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ -Iconfig -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/wear_levelling/private_include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu++11 -fno-exceptions -fno-rtti -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj -c /home/mithras/esp/esp-idf/components/wear_levelling/wear_levelling.cpp", "file": "/home/mithras/esp/esp-idf/components/wear_levelling/wear_levelling.cpp" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio.c", "file": "/home/mithras/esp/esp-idf/components/fatfs/diskio/diskio.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", "file": "/home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", "file": "/home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", "file": "/home/mithras/esp/esp-idf/components/fatfs/diskio/diskio_wl.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/src/ff.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/src/ff.c", "file": "/home/mithras/esp/esp-idf/components/fatfs/src/ff.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", "file": "/home/mithras/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/src/ffunicode.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/src/ffunicode.c", "file": "/home/mithras/esp/esp-idf/components/fatfs/src/ffunicode.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", "file": "/home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", "file": "/home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj -c /home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", "file": "/home/mithras/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_master.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/common/esp_modbus_master.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_master.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/common/esp_modbus_master.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/common/esp_modbus_master.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_slave.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/common/esp_modbus_slave.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_slave.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/common/esp_modbus_slave.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/common/esp_modbus_slave.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/mb.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/mb.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/mb.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/mb_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/mb_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/mb_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii/mbascii.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii/mbascii.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii/mbascii.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii/mbascii_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii/mbascii_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii/mbascii_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbrtu_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbrtu_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbrtu_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbrtu.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbrtu.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbrtu.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbcrc.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbcrc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbcrc.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbcrc.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu/mbcrc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/tcp/mbtcp.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp/mbtcp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/tcp/mbtcp.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp/mbtcp.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp/mbtcp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/port.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/port.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/port.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/port.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/port/port.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portevent.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portevent.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/port/portevent.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portevent_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portevent_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/port/portevent_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portother.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portother.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/port/portother.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portother_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portother_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/port/portother_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portserial.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portserial.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/port/portserial.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portserial_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/portserial_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/port/portserial_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/porttimer.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/porttimer.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/port/porttimer.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/porttimer_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/port/porttimer_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/port/porttimer_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfunccoils.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfunccoils.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfunccoils.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfunccoils_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfunccoils_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfunccoils_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdiag.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdiag.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdiag.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdiag.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdiag.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdisc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdisc.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdisc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdisc_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdisc_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncdisc_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncholding.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncholding.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncholding.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncholding_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncholding_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncholding_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncinput.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncinput.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncinput.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncinput_m.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput_m.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncinput_m.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncinput_m.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncother.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncother.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncother.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncother.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbfuncother.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbutils.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbutils.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbutils.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbutils.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions/mbutils.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_slave/modbus_controller/mbc_serial_slave.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller/mbc_serial_slave.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_slave/modbus_controller/mbc_serial_slave.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller/mbc_serial_slave.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller/mbc_serial_slave.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_master/modbus_controller/mbc_serial_master.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller/mbc_serial_master.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/freemodbus/common -I/home/mithras/esp/esp-idf/components/freemodbus/port -I/home/mithras/esp/esp-idf/components/freemodbus/modbus -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/ascii -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/functions -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/rtu -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/tcp -I/home/mithras/esp/esp-idf/components/freemodbus/modbus/include -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_slave/modbus_controller -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/port -I/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_master/modbus_controller/mbc_serial_master.c.obj -c /home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller/mbc_serial_master.c", "file": "/home/mithras/esp/esp-idf/components/freemodbus/serial_master/modbus_controller/mbc_serial_master.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/jsmn/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir/src/jsmn.c.obj -c /home/mithras/esp/esp-idf/components/jsmn/src/jsmn.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/jsmn/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir/src/jsmn.c.obj -c /home/mithras/esp/esp-idf/components/jsmn/src/jsmn.c", "file": "/home/mithras/esp/esp-idf/components/jsmn/src/jsmn.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj -c /home/mithras/esp/esp-idf/components/json/cJSON/cJSON.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj -c /home/mithras/esp/esp-idf/components/json/cJSON/cJSON.c", "file": "/home/mithras/esp/esp-idf/components/json/cJSON/cJSON.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj -c /home/mithras/esp/esp-idf/components/json/cJSON/cJSON_Utils.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj -c /home/mithras/esp/esp-idf/components/json/cJSON/cJSON_Utils.c", "file": "/home/mithras/esp/esp-idf/components/json/cJSON/cJSON_Utils.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/crypto_auth.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/crypto_auth.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_easy.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_easy.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_seal.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_seal.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/crypto_hash.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/crypto_hash.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kx/crypto_kx.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kx/crypto_kx.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-type-limits -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-type-limits -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-unknown-pragmas -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-unknown-pragmas -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-type-limits -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-type-limits -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-type-limits -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-type-limits -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-implicit-fallthrough -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/crypto_sign.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/crypto_sign.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/crypto_stream.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/crypto_stream.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_verify/sodium/verify.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_verify/sodium/verify.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -DRANDOMBYTES_DEFAULT_IMPLEMENTATION -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/randombytes.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/randombytes.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -DRANDOMBYTES_DEFAULT_IMPLEMENTATION -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/randombytes.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/randombytes.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/randombytes.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/core.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/core.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/core.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/core.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/core.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/runtime.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/runtime.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/runtime.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/runtime.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/runtime.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-unused-variable -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/utils.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/utils.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-unused-variable -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/utils.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/utils.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/utils.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/version.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/version.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/version.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/version.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/sodium/version.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/port/randombytes_esp32.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/port/randombytes_esp32.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DCONFIGURED -DHAVE_WEAK_SYMBOLS -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DNATIVE_LITTLE_ENDIAN -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Iconfig -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port_include/sodium -I/home/mithras/esp/esp-idf/components/libsodium/port -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/port/randombytes_esp32.c.obj -c /home/mithras/esp/esp-idf/components/libsodium/port/randombytes_esp32.c", "file": "/home/mithras/esp/esp-idf/components/libsodium/port/randombytes_esp32.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj -c /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj -c /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", "file": "/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj -c /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj -c /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", "file": "/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj -c /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj -c /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", "file": "/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj -c /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj -c /home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", "file": "/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_cert.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_cert.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_cert.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_cert.c", "file": "/home/mithras/esp/esp-idf/components/openssl/library/ssl_cert.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_lib.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_lib.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_lib.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_lib.c", "file": "/home/mithras/esp/esp-idf/components/openssl/library/ssl_lib.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_methods.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_methods.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_methods.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_methods.c", "file": "/home/mithras/esp/esp-idf/components/openssl/library/ssl_methods.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_pkey.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_pkey.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_pkey.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_pkey.c", "file": "/home/mithras/esp/esp-idf/components/openssl/library/ssl_pkey.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_stack.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_stack.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_stack.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_stack.c", "file": "/home/mithras/esp/esp-idf/components/openssl/library/ssl_stack.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_x509.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_x509.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_x509.c.obj -c /home/mithras/esp/esp-idf/components/openssl/library/ssl_x509.c", "file": "/home/mithras/esp/esp-idf/components/openssl/library/ssl_x509.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_pm.c.obj -c /home/mithras/esp/esp-idf/components/openssl/platform/ssl_pm.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_pm.c.obj -c /home/mithras/esp/esp-idf/components/openssl/platform/ssl_pm.c", "file": "/home/mithras/esp/esp-idf/components/openssl/platform/ssl_pm.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_port.c.obj -c /home/mithras/esp/esp-idf/components/openssl/platform/ssl_port.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/openssl/include/internal -I/home/mithras/esp/esp-idf/components/openssl/include/platform -I/home/mithras/esp/esp-idf/components/openssl/include/openssl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_port.c.obj -c /home/mithras/esp/esp-idf/components/openssl/platform/ssl_port.c", "file": "/home/mithras/esp/esp-idf/components/openssl/platform/ssl_port.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/esp_spiffs.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/esp_spiffs.c", "file": "/home/mithras/esp/esp-idf/components/spiffs/esp_spiffs.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs_api.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs_api.c", "file": "/home/mithras/esp/esp-idf/components/spiffs/spiffs_api.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", "file": "/home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", "file": "/home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", "file": "/home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", "file": "/home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-stringop-truncation -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spiffs -I/home/mithras/esp/esp-idf/components/spiffs/spiffs/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-stringop-truncation -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj -c /home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", "file": "/home/mithras/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp.c.obj -c /home/mithras/esp/esp-idf/components/ulp/ulp.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp.c.obj -c /home/mithras/esp/esp-idf/components/ulp/ulp.c", "file": "/home/mithras/esp/esp-idf/components/ulp/ulp.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj -c /home/mithras/esp/esp-idf/components/ulp/ulp_macro.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj -c /home/mithras/esp/esp-idf/components/ulp/ulp_macro.c", "file": "/home/mithras/esp/esp-idf/components/ulp/ulp_macro.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DUNITY_INCLUDE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj -c /home/mithras/esp/esp-idf/components/unity/unity/src/unity.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DUNITY_INCLUDE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj -c /home/mithras/esp/esp-idf/components/unity/unity/src/unity.c", "file": "/home/mithras/esp/esp-idf/components/unity/unity/src/unity.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DUNITY_INCLUDE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj -c /home/mithras/esp/esp-idf/components/unity/unity_port_esp32.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DUNITY_INCLUDE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj -c /home/mithras/esp/esp-idf/components/unity/unity_port_esp32.c", "file": "/home/mithras/esp/esp-idf/components/unity/unity_port_esp32.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DUNITY_INCLUDE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj -c /home/mithras/esp/esp-idf/components/unity/unity_runner.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DUNITY_INCLUDE_CONFIG_H -Iconfig -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj -c /home/mithras/esp/esp-idf/components/unity/unity_runner.c", "file": "/home/mithras/esp/esp-idf/components/unity/unity_runner.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", "file": "/home/mithras/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", "file": "/home/mithras/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/manager.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/manager.c", "file": "/home/mithras/esp/esp-idf/components/wifi_provisioning/src/manager.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-stringop-truncation -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/handlers.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-stringop-truncation -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/handlers.c", "file": "/home/mithras/esp/esp-idf/components/wifi_provisioning/src/handlers.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -Wno-stringop-truncation -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -Wno-stringop-truncation -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c", "file": "/home/mithras/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", "file": "/home/mithras/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", "file": "/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", "file": "/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I/home/mithras/esp/esp-idf/components/wifi_provisioning/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/mithras/esp/esp-idf/components/protocomm/proto-c -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj -c /home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", "file": "/home/mithras/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DLV_CONF_INCLUDE_SIMPLE=1 -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -Iconfig -I../main -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/asio/asio/asio/include -I/home/mithras/esp/esp-idf/components/asio/port/include -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp_adc_cal/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_https_ota/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_websocket_client/include -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/idf_test/include -I/home/mithras/esp/esp-idf/components/jsmn/include -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I../components/files -I../components/ca -I../components/cmd_nvs -I../components/cmd_system -I../components/wifi -I../components/https_server -I../components/lvgl -I../components/lvgl/lvgl -I../components/lv_examples -I../components/lvgl_esp32_drivers -I../components/lvgl_esp32_drivers/lvgl_tft -I../components/lvgl_esp32_drivers/lvgl_touch -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj -c /home/mithras/Documents/bakalarka/main/main.c", - "file": "/home/mithras/Documents/bakalarka/main/main.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -Iconfig -I../main -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/mithras/esp/esp-idf/components/bootloader_support/include -I/home/mithras/esp/esp-idf/components/app_update/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/port/include -I/home/mithras/esp/esp-idf/components/wpa_supplicant/include/esp_supplicant -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/pthread/include -I/home/mithras/esp/esp-idf/components/perfmon/include -I/home/mithras/esp/esp-idf/components/asio/asio/asio/include -I/home/mithras/esp/esp-idf/components/asio/port/include -I/home/mithras/esp/esp-idf/components/cbor/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include -I/home/mithras/esp/esp-idf/components/coap/port/include/coap -I/home/mithras/esp/esp-idf/components/coap/libcoap/include -I/home/mithras/esp/esp-idf/components/coap/libcoap/include/coap2 -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -I/home/mithras/esp/esp-idf/components/esp_adc_cal/include -I/home/mithras/esp/esp-idf/components/esp_gdbstub/include -I/home/mithras/esp/esp-idf/components/tcp_transport/include -I/home/mithras/esp/esp-idf/components/esp_http_client/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/esp_https_ota/include -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/mithras/esp/esp-idf/components/protocomm/include/common -I/home/mithras/esp/esp-idf/components/protocomm/include/security -I/home/mithras/esp/esp-idf/components/protocomm/include/transports -I/home/mithras/esp/esp-idf/components/mdns/include -I/home/mithras/esp/esp-idf/components/esp_local_ctrl/include -I/home/mithras/esp/esp-idf/components/sdmmc/include -I/home/mithras/esp/esp-idf/components/esp_serial_slave_link/include -I/home/mithras/esp/esp-idf/components/esp_websocket_client/include -I/home/mithras/esp/esp-idf/components/expat/expat/expat/lib -I/home/mithras/esp/esp-idf/components/expat/port/include -I/home/mithras/esp/esp-idf/components/wear_levelling/include -I/home/mithras/esp/esp-idf/components/fatfs/diskio -I/home/mithras/esp/esp-idf/components/fatfs/vfs -I/home/mithras/esp/esp-idf/components/fatfs/src -I/home/mithras/esp/esp-idf/components/freemodbus/common/include -I/home/mithras/esp/esp-idf/components/idf_test/include -I/home/mithras/esp/esp-idf/components/idf_test/include/esp32 -I/home/mithras/esp/esp-idf/components/jsmn/include -I/home/mithras/esp/esp-idf/components/json/cJSON -I/home/mithras/esp/esp-idf/components/libsodium/libsodium/src/libsodium/include -I/home/mithras/esp/esp-idf/components/libsodium/port_include -I/home/mithras/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/mithras/esp/esp-idf/components/openssl/include -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/ulp/include -I/home/mithras/esp/esp-idf/components/unity/include -I/home/mithras/esp/esp-idf/components/unity/unity/src -I/home/mithras/esp/esp-idf/components/wifi_provisioning/include -I../components/files -I../components/ca -I../components/cmd_nvs -I../components/cmd_system -I../components/wifi -I../components/https_server -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj -c /home/mithras/esp/bakalarka/main/main.c", + "file": "/home/mithras/esp/bakalarka/main/main.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/files -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/files/CMakeFiles/__idf_files.dir/file.c.obj -c /home/mithras/Documents/bakalarka/components/files/file.c", - "file": "/home/mithras/Documents/bakalarka/components/files/file.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/files -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/files/CMakeFiles/__idf_files.dir/file.c.obj -c /home/mithras/esp/bakalarka/components/files/file.c", + "file": "/home/mithras/esp/bakalarka/components/files/file.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/ca -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/files -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj -c /home/mithras/Documents/bakalarka/components/ca/ca.c", - "file": "/home/mithras/Documents/bakalarka/components/ca/ca.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/ca -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/files -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj -c /home/mithras/esp/bakalarka/components/ca/ca.c", + "file": "/home/mithras/esp/bakalarka/components/ca/ca.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/ca -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/files -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj -c /home/mithras/Documents/bakalarka/components/ca/gen_key.c", - "file": "/home/mithras/Documents/bakalarka/components/ca/gen_key.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/ca -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/files -I/home/mithras/esp/esp-idf/components/spiffs/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj -c /home/mithras/esp/bakalarka/components/ca/gen_key.c", + "file": "/home/mithras/esp/bakalarka/components/ca/gen_key.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/cmd_nvs -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir/cmd_nvs.c.obj -c /home/mithras/Documents/bakalarka/components/cmd_nvs/cmd_nvs.c", - "file": "/home/mithras/Documents/bakalarka/components/cmd_nvs/cmd_nvs.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/cmd_nvs -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir/cmd_nvs.c.obj -c /home/mithras/esp/bakalarka/components/cmd_nvs/cmd_nvs.c", + "file": "/home/mithras/esp/bakalarka/components/cmd_nvs/cmd_nvs.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/cmd_system -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir/cmd_system.c.obj -c /home/mithras/Documents/bakalarka/components/cmd_system/cmd_system.c", - "file": "/home/mithras/Documents/bakalarka/components/cmd_system/cmd_system.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/cmd_system -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir/cmd_system.c.obj -c /home/mithras/esp/bakalarka/components/cmd_system/cmd_system.c", + "file": "/home/mithras/esp/bakalarka/components/cmd_system/cmd_system.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/wifi -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/wifi/CMakeFiles/__idf_wifi.dir/wifi.c.obj -c /home/mithras/Documents/bakalarka/components/wifi/wifi.c", - "file": "/home/mithras/Documents/bakalarka/components/wifi/wifi.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/wifi -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/wifi/CMakeFiles/__idf_wifi.dir/wifi.c.obj -c /home/mithras/esp/bakalarka/components/wifi/wifi.c", + "file": "/home/mithras/esp/bakalarka/components/wifi/wifi.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/https_server/CMakeFiles/__idf_https_server.dir/https_server.c.obj -c /home/mithras/Documents/bakalarka/components/https_server/https_server.c", - "file": "/home/mithras/Documents/bakalarka/components/https_server/https_server.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/https_server/CMakeFiles/__idf_https_server.dir/https_server.c.obj -c /home/mithras/esp/bakalarka/components/https_server/https_server.c", + "file": "/home/mithras/esp/bakalarka/components/https_server/https_server.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/https_server/CMakeFiles/__idf_https_server.dir/url_decoder.c.obj -c /home/mithras/Documents/bakalarka/components/https_server/url_decoder.c", - "file": "/home/mithras/Documents/bakalarka/components/https_server/url_decoder.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/https_server/CMakeFiles/__idf_https_server.dir/url_decoder.c.obj -c /home/mithras/esp/bakalarka/components/https_server/url_decoder.c", + "file": "/home/mithras/esp/bakalarka/components/https_server/url_decoder.c" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/cacert.pem.S.obj -c /home/mithras/Documents/bakalarka/build/cacert.pem.S", - "file": "/home/mithras/Documents/bakalarka/build/cacert.pem.S" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/cacert.pem.S.obj -c /home/mithras/esp/bakalarka/build/cacert.pem.S", + "file": "/home/mithras/esp/bakalarka/build/cacert.pem.S" }, { - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/prvtkey.pem.S.obj -c /home/mithras/Documents/bakalarka/build/prvtkey.pem.S", - "file": "/home/mithras/Documents/bakalarka/build/prvtkey.pem.S" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_debug.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_debug.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_debug.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_disp.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_disp.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_disp.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_group.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_group.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_group.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_indev.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_indev.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_indev.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_obj.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_obj.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_obj.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_refr.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_refr.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_refr.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_style.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_style.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_core/lv_style.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_arc.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_arc.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_arc.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_basic.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_basic.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_basic.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_img.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_img.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_img.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_label.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_label.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_label.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_line.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_line.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_line.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_rect.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_rect.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_rect.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_triangle.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_triangle.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_draw_triangle.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_cache.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_img_cache.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_img_cache.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_decoder.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_img_decoder.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_draw/lv_img_decoder.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_fmt_txt.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_fmt_txt.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_fmt_txt.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_12.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_12.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12_subpx.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_12_subpx.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_12_subpx.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_16.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_16.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_16.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_22.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_22.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_22.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_28.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_28.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28_compressed.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_28_compressed.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_roboto_28_compressed.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_unscii_8.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_unscii_8.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_font/lv_font_unscii_8.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_disp.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_hal/lv_hal_disp.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_hal/lv_hal_disp.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_indev.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_hal/lv_hal_indev.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_hal/lv_hal_indev.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_tick.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_hal/lv_hal_tick.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_hal/lv_hal_tick.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_anim.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_anim.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_anim.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_area.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_area.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_area.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_async.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_async.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_async.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_bidi.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_bidi.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_bidi.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_circ.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_circ.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_circ.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_color.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_color.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_color.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_fs.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_fs.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_fs.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_gc.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_gc.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_gc.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_ll.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_ll.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_ll.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_log.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_log.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_log.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_math.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_math.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_math.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_mem.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_mem.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_mem.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_printf.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_printf.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_printf.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_task.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_task.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_task.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_templ.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_templ.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_templ.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_txt.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_txt.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_txt.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_utils.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_utils.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_misc/lv_utils.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_arc.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_arc.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_arc.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_bar.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_bar.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_bar.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btn.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_btn.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_btn.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btnm.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_btnm.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_btnm.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_calendar.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_calendar.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_calendar.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_canvas.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_canvas.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_canvas.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cb.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_cb.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_cb.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_chart.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_chart.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_chart.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cont.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_cont.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_cont.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cpicker.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_cpicker.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_cpicker.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ddlist.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_ddlist.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_ddlist.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_gauge.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_gauge.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_gauge.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_img.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_img.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_img.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_imgbtn.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_imgbtn.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_imgbtn.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_kb.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_kb.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_kb.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_label.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_label.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_label.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_led.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_led.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_led.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_line.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_line.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_line.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_list.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_list.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_list.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_lmeter.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_lmeter.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_lmeter.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_mbox.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_mbox.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_mbox.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_objx_templ.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_objx_templ.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_objx_templ.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_page.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_page.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_page.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_preload.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_preload.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_preload.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_roller.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_roller.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_roller.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_slider.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_slider.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_slider.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_spinbox.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_spinbox.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_spinbox.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_sw.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_sw.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_sw.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ta.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_ta.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_ta.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_table.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_table.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_table.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tabview.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_tabview.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_tabview.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tileview.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_tileview.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_tileview.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_win.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_win.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_objx/lv_win.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_alien.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_alien.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_alien.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_default.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_default.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_default.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_material.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_material.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_material.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_mono.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_mono.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_mono.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_nemo.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_nemo.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_nemo.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_night.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_night.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_night.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_templ.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_templ.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_templ.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -Iconfig -I../components/lvgl -I../components/lvgl/lvgl -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_zen.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_zen.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl/lvgl/src/lv_themes/lv_theme_zen.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark_bg.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark_bg.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark_bg.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/demo.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/demo/demo.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/demo/demo.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/img_bubble_pattern.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/demo/img_bubble_pattern.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/demo/img_bubble_pattern.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/sysmon/sysmon.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/terminal/terminal.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/terminal/terminal.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/terminal/terminal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/tpcal/tpcal.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_group/lv_test_group.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_misc/lv_test_task.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_flower.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/6_images/red_flower.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/6_images/red_flower.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_rose_16.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/6_images/red_rose_16.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/6_images/red_rose_16.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/arial_20.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/7_fonts/arial_20.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/7_fonts/arial_20.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lv_examples -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c.obj -c /home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c", - "file": "/home/mithras/Documents/bakalarka/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir/lvgl_driver.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_driver.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_driver.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_driver.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/disp_driver.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/disp_driver.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_spi.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/disp_spi.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/disp_spi.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/hx8357.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/hx8357.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/hx8357.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9341.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/ili9341.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/ili9341.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9488.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/ili9488.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/ili9488.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_tft -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/st7789.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/st7789.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/st7789.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/ft6x36.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/ft6x36.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/ft6x36.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/stmpe610.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/stmpe610.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/stmpe610.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/touch_driver.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/touch_driver.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/touch_driver.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_i2c.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/tp_i2c.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/tp_i2c.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_spi.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/tp_spi.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/tp_spi.c" -}, - -{ - "directory": "/home/mithras/Documents/bakalarka/build", - "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DLV_CONF_INCLUDE_SIMPLE=1 -Iconfig -I../components/lvgl_esp32_drivers/lvgl_touch -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I../components/lvgl -I../components/lvgl/lvgl -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-414-g132cc67c0-dirty\\\" -DESP_PLATFORM -o esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/xpt2046.c.obj -c /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/xpt2046.c", - "file": "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/xpt2046.c" + "directory": "/home/mithras/esp/bakalarka/build", + "command": "/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -Iconfig -I../components/https_server -I/home/mithras/esp/esp-idf/components/newlib/platform_include -I/home/mithras/esp/esp-idf/components/freertos/include -I/home/mithras/esp/esp-idf/components/freertos/xtensa/include -I/home/mithras/esp/esp-idf/components/heap/include -I/home/mithras/esp/esp-idf/components/log/include -I/home/mithras/esp/esp-idf/components/lwip/include/apps -I/home/mithras/esp/esp-idf/components/lwip/include/apps/sntp -I/home/mithras/esp/esp-idf/components/lwip/lwip/src/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include -I/home/mithras/esp/esp-idf/components/lwip/port/esp32/include/arch -I/home/mithras/esp/esp-idf/components/soc/src/esp32/. -I/home/mithras/esp/esp-idf/components/soc/src/esp32/include -I/home/mithras/esp/esp-idf/components/soc/include -I/home/mithras/esp/esp-idf/components/esp_rom/include -I/home/mithras/esp/esp-idf/components/esp_common/include -I/home/mithras/esp/esp-idf/components/esp_system/include -I/home/mithras/esp/esp-idf/components/xtensa/include -I/home/mithras/esp/esp-idf/components/xtensa/esp32/include -I/home/mithras/esp/esp-idf/components/esp32/include -I/home/mithras/esp/esp-idf/components/driver/include -I/home/mithras/esp/esp-idf/components/driver/esp32/include -I/home/mithras/esp/esp-idf/components/esp_ringbuf/include -I/home/mithras/esp/esp-idf/components/efuse/include -I/home/mithras/esp/esp-idf/components/efuse/esp32/include -I/home/mithras/esp/esp-idf/components/espcoredump/include -I/home/mithras/esp/esp-idf/components/esp_timer/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/. -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/include -I/home/mithras/esp/esp-idf/components/soc/soc/esp32/../include -I/home/mithras/esp/esp-idf/components/vfs/include -I/home/mithras/esp/esp-idf/components/esp_wifi/include -I/home/mithras/esp/esp-idf/components/esp_wifi/esp32/include -I/home/mithras/esp/esp-idf/components/esp_event/include -I/home/mithras/esp/esp-idf/components/esp_netif/include -I/home/mithras/esp/esp-idf/components/esp_eth/include -I/home/mithras/esp/esp-idf/components/tcpip_adapter/include -I/home/mithras/esp/esp-idf/components/app_trace/include -I/home/mithras/esp/esp-idf/components/console -I/home/mithras/esp/esp-idf/components/nvs_flash/include -I/home/mithras/esp/esp-idf/components/spi_flash/include -I/home/mithras/esp/esp-idf/components/mbedtls/port/include -I/home/mithras/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/mithras/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I../components/wifi -I/home/mithras/esp/esp-idf/components/esp_https_server/include -I/home/mithras/esp/esp-idf/components/esp_http_server/include -I/home/mithras/esp/esp-idf/components/nghttp/port/include -I/home/mithras/esp/esp-idf/components/nghttp/nghttp2/lib/includes -I/home/mithras/esp/esp-idf/components/esp-tls -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -Og -D_GNU_SOURCE -DIDF_VER=\\\"v4.2-dev-792-g6330b3345\\\" -DESP_PLATFORM -o esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/prvtkey.pem.S.obj -c /home/mithras/esp/bakalarka/build/prvtkey.pem.S", + "file": "/home/mithras/esp/bakalarka/build/prvtkey.pem.S" } ] \ No newline at end of file diff --git a/build/config.env b/build/config.env index 5b07a49..8907808 100644 --- a/build/config.env +++ b/build/config.env @@ -1,10 +1,10 @@ { - "COMPONENT_KCONFIGS": "/home/mithras/esp/esp-idf/components/app_trace/Kconfig /home/mithras/esp/esp-idf/components/bt/Kconfig /home/mithras/esp/esp-idf/components/coap/Kconfig /home/mithras/esp/esp-idf/components/driver/Kconfig /home/mithras/esp/esp-idf/components/efuse/Kconfig /home/mithras/esp/esp-idf/components/esp-tls/Kconfig /home/mithras/esp/esp-idf/components/esp32/Kconfig /home/mithras/esp/esp-idf/components/esp_adc_cal/Kconfig /home/mithras/esp/esp-idf/components/esp_common/Kconfig /home/mithras/esp/esp-idf/components/esp_eth/Kconfig /home/mithras/esp/esp-idf/components/esp_event/Kconfig /home/mithras/esp/esp-idf/components/esp_gdbstub/Kconfig /home/mithras/esp/esp-idf/components/esp_http_client/Kconfig /home/mithras/esp/esp-idf/components/esp_http_server/Kconfig /home/mithras/esp/esp-idf/components/esp_https_ota/Kconfig /home/mithras/esp/esp-idf/components/esp_https_server/Kconfig /home/mithras/esp/esp-idf/components/esp_netif/Kconfig /home/mithras/esp/esp-idf/components/esp_timer/Kconfig /home/mithras/esp/esp-idf/components/esp_wifi/Kconfig /home/mithras/esp/esp-idf/components/espcoredump/Kconfig /home/mithras/esp/esp-idf/components/fatfs/Kconfig /home/mithras/esp/esp-idf/components/freemodbus/Kconfig /home/mithras/esp/esp-idf/components/freertos/Kconfig /home/mithras/esp/esp-idf/components/heap/Kconfig /home/mithras/esp/esp-idf/components/jsmn/Kconfig /home/mithras/esp/esp-idf/components/libsodium/Kconfig /home/mithras/esp/esp-idf/components/log/Kconfig /home/mithras/esp/esp-idf/components/lwip/Kconfig /home/mithras/esp/esp-idf/components/mbedtls/Kconfig /home/mithras/esp/esp-idf/components/mdns/Kconfig /home/mithras/esp/esp-idf/components/mqtt/Kconfig /home/mithras/esp/esp-idf/components/newlib/Kconfig /home/mithras/esp/esp-idf/components/nvs_flash/Kconfig /home/mithras/esp/esp-idf/components/openssl/Kconfig /home/mithras/esp/esp-idf/components/pthread/Kconfig /home/mithras/esp/esp-idf/components/spi_flash/Kconfig /home/mithras/esp/esp-idf/components/spiffs/Kconfig /home/mithras/esp/esp-idf/components/unity/Kconfig /home/mithras/esp/esp-idf/components/vfs/Kconfig /home/mithras/esp/esp-idf/components/wear_levelling/Kconfig /home/mithras/esp/esp-idf/components/wifi_provisioning/Kconfig /home/mithras/esp/esp-idf/components/wpa_supplicant/Kconfig /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/Kconfig /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/Kconfig", - "COMPONENT_KCONFIGS_PROJBUILD": "/home/mithras/esp/esp-idf/components/app_update/Kconfig.projbuild /home/mithras/esp/esp-idf/components/bootloader/Kconfig.projbuild /home/mithras/esp/esp-idf/components/esptool_py/Kconfig.projbuild /home/mithras/esp/esp-idf/components/partition_table/Kconfig.projbuild /home/mithras/Documents/bakalarka/main/Kconfig.projbuild", - "COMPONENT_SDKCONFIG_RENAMES": "/home/mithras/esp/esp-idf/components/app_trace/sdkconfig.rename /home/mithras/esp/esp-idf/components/bootloader/sdkconfig.rename /home/mithras/esp/esp-idf/components/bt/sdkconfig.rename /home/mithras/esp/esp-idf/components/driver/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp32/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp_common/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp_event/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp_timer/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp_wifi/sdkconfig.rename /home/mithras/esp/esp-idf/components/esptool_py/sdkconfig.rename /home/mithras/esp/esp-idf/components/freemodbus/sdkconfig.rename /home/mithras/esp/esp-idf/components/freertos/sdkconfig.rename /home/mithras/esp/esp-idf/components/lwip/sdkconfig.rename /home/mithras/esp/esp-idf/components/pthread/sdkconfig.rename /home/mithras/esp/esp-idf/components/spi_flash/sdkconfig.rename /home/mithras/esp/esp-idf/components/vfs/sdkconfig.rename", + "COMPONENT_KCONFIGS": "/home/mithras/esp/esp-idf/components/app_trace/Kconfig /home/mithras/esp/esp-idf/components/bt/Kconfig /home/mithras/esp/esp-idf/components/coap/Kconfig /home/mithras/esp/esp-idf/components/driver/Kconfig /home/mithras/esp/esp-idf/components/efuse/Kconfig /home/mithras/esp/esp-idf/components/esp-tls/Kconfig /home/mithras/esp/esp-idf/components/esp32/Kconfig /home/mithras/esp/esp-idf/components/esp_adc_cal/Kconfig /home/mithras/esp/esp-idf/components/esp_common/Kconfig /home/mithras/esp/esp-idf/components/esp_eth/Kconfig /home/mithras/esp/esp-idf/components/esp_event/Kconfig /home/mithras/esp/esp-idf/components/esp_gdbstub/Kconfig /home/mithras/esp/esp-idf/components/esp_http_client/Kconfig /home/mithras/esp/esp-idf/components/esp_http_server/Kconfig /home/mithras/esp/esp-idf/components/esp_https_ota/Kconfig /home/mithras/esp/esp-idf/components/esp_https_server/Kconfig /home/mithras/esp/esp-idf/components/esp_netif/Kconfig /home/mithras/esp/esp-idf/components/esp_system/Kconfig /home/mithras/esp/esp-idf/components/esp_timer/Kconfig /home/mithras/esp/esp-idf/components/esp_wifi/Kconfig /home/mithras/esp/esp-idf/components/espcoredump/Kconfig /home/mithras/esp/esp-idf/components/fatfs/Kconfig /home/mithras/esp/esp-idf/components/freemodbus/Kconfig /home/mithras/esp/esp-idf/components/freertos/Kconfig /home/mithras/esp/esp-idf/components/heap/Kconfig /home/mithras/esp/esp-idf/components/jsmn/Kconfig /home/mithras/esp/esp-idf/components/libsodium/Kconfig /home/mithras/esp/esp-idf/components/log/Kconfig /home/mithras/esp/esp-idf/components/lwip/Kconfig /home/mithras/esp/esp-idf/components/mbedtls/Kconfig /home/mithras/esp/esp-idf/components/mdns/Kconfig /home/mithras/esp/esp-idf/components/mqtt/Kconfig /home/mithras/esp/esp-idf/components/newlib/Kconfig /home/mithras/esp/esp-idf/components/nvs_flash/Kconfig /home/mithras/esp/esp-idf/components/openssl/Kconfig /home/mithras/esp/esp-idf/components/pthread/Kconfig /home/mithras/esp/esp-idf/components/spi_flash/Kconfig /home/mithras/esp/esp-idf/components/spiffs/Kconfig /home/mithras/esp/esp-idf/components/tinyusb/Kconfig /home/mithras/esp/esp-idf/components/unity/Kconfig /home/mithras/esp/esp-idf/components/vfs/Kconfig /home/mithras/esp/esp-idf/components/wear_levelling/Kconfig /home/mithras/esp/esp-idf/components/wifi_provisioning/Kconfig /home/mithras/esp/esp-idf/components/wpa_supplicant/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD": "/home/mithras/esp/esp-idf/components/app_update/Kconfig.projbuild /home/mithras/esp/esp-idf/components/bootloader/Kconfig.projbuild /home/mithras/esp/esp-idf/components/esptool_py/Kconfig.projbuild /home/mithras/esp/esp-idf/components/partition_table/Kconfig.projbuild /home/mithras/esp/bakalarka/main/Kconfig.projbuild", + "COMPONENT_SDKCONFIG_RENAMES": "/home/mithras/esp/esp-idf/components/app_trace/sdkconfig.rename /home/mithras/esp/esp-idf/components/bootloader/sdkconfig.rename /home/mithras/esp/esp-idf/components/bt/sdkconfig.rename /home/mithras/esp/esp-idf/components/driver/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp32/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp_common/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp_event/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp_system/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp_timer/sdkconfig.rename /home/mithras/esp/esp-idf/components/esp_wifi/sdkconfig.rename /home/mithras/esp/esp-idf/components/esptool_py/sdkconfig.rename /home/mithras/esp/esp-idf/components/freemodbus/sdkconfig.rename /home/mithras/esp/esp-idf/components/freertos/sdkconfig.rename /home/mithras/esp/esp-idf/components/lwip/sdkconfig.rename /home/mithras/esp/esp-idf/components/pthread/sdkconfig.rename /home/mithras/esp/esp-idf/components/spi_flash/sdkconfig.rename /home/mithras/esp/esp-idf/components/vfs/sdkconfig.rename", "IDF_CMAKE": "y", "IDF_TARGET": "esp32", "IDF_PATH": "/home/mithras/esp/esp-idf", - "COMPONENT_KCONFIGS_SOURCE_FILE": "/home/mithras/Documents/bakalarka/build/kconfigs.in", - "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/mithras/Documents/bakalarka/build/kconfigs_projbuild.in" + "COMPONENT_KCONFIGS_SOURCE_FILE": "/home/mithras/esp/bakalarka/build/kconfigs.in", + "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/mithras/esp/bakalarka/build/kconfigs_projbuild.in" } diff --git a/build/config/kconfig_menus.json b/build/config/kconfig_menus.json index ded3e07..d59594a 100644 --- a/build/config/kconfig_menus.json +++ b/build/config/kconfig_menus.json @@ -1,1700 +1,1809 @@ [ { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_CMAKE", - "name": "IDF_CMAKE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_CMAKE", + "name": "IDF_CMAKE", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_ENV_FPGA", - "name": "IDF_ENV_FPGA", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_ENV_FPGA", + "name": "IDF_ENV_FPGA", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TARGET", - "name": "IDF_TARGET", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET", + "name": "IDF_TARGET", + "range": null, + "title": null, "type": "string" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TARGET_ESP32", - "name": "IDF_TARGET_ESP32", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32", + "name": "IDF_TARGET_ESP32", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TARGET_ESP32S2", - "name": "IDF_TARGET_ESP32S2", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32S2", + "name": "IDF_TARGET_ESP32S2", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_FIRMWARE_CHIP_ID", - "name": "IDF_FIRMWARE_CHIP_ID", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_FIRMWARE_CHIP_ID", + "name": "IDF_FIRMWARE_CHIP_ID", + "range": null, + "title": null, "type": "hex" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "The prefix/path that is used to call the toolchain. The default setting assumes\na crosstool-ng gcc setup that is in your PATH.", - "id": "SDK_TOOLPREFIX", - "name": "SDK_TOOLPREFIX", - "range": null, - "title": "Compiler toolchain path/prefix", + "children": [], + "depends_on": null, + "help": "The prefix/path that is used to call the toolchain. The default setting assumes\na crosstool-ng gcc setup that is in your PATH.", + "id": "SDK_TOOLPREFIX", + "name": "SDK_TOOLPREFIX", + "range": null, + "title": "Compiler toolchain path/prefix", "type": "string" - }, + }, { - "children": [], - "depends_on": "!IDF_CMAKE", - "help": "The executable name/path that is used to run python. On some systems Python 2.x\nmay need to be invoked as python2.\n\n(Note: This option is used with the legacy GNU Make build system only.)", - "id": "SDK_PYTHON", - "name": "SDK_PYTHON", - "range": null, - "title": "Python 2 interpreter", + "children": [], + "depends_on": "!IDF_CMAKE", + "help": "The executable name/path that is used to run python.\n\n(Note: This option is used with the legacy GNU Make build system only.)", + "id": "SDK_PYTHON", + "name": "SDK_PYTHON", + "range": null, + "title": "Python interpreter", "type": "string" - }, + }, { - "children": [], - "depends_on": "!IDF_CMAKE", - "help": "Adds --warn-undefined-variables to MAKEFLAGS. This causes make to\nprint a warning any time an undefined variable is referenced.\n\nThis option helps find places where a variable reference is misspelled\nor otherwise missing, but it can be unwanted if you have Makefiles which\ndepend on undefined variables expanding to an empty string.\n\n(Note: this option is used with the legacy GNU Make build system only.)", - "id": "SDK_MAKE_WARN_UNDEFINED_VARIABLES", - "name": "SDK_MAKE_WARN_UNDEFINED_VARIABLES", - "range": null, - "title": "'make' warns on undefined variables", + "children": [], + "depends_on": "!IDF_CMAKE", + "help": "Adds --warn-undefined-variables to MAKEFLAGS. This causes make to\nprint a warning any time an undefined variable is referenced.\n\nThis option helps find places where a variable reference is misspelled\nor otherwise missing, but it can be unwanted if you have Makefiles which\ndepend on undefined variables expanding to an empty string.\n\n(Note: this option is used with the legacy GNU Make build system only.)", + "id": "SDK_MAKE_WARN_UNDEFINED_VARIABLES", + "name": "SDK_MAKE_WARN_UNDEFINED_VARIABLES", + "range": null, + "title": "'make' warns on undefined variables", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable this option in case you have a custom toolchain which supports time_t wide 64-bits.\nThis option checks time_t is 64-bits and disables ROM time functions\nto use the time functions from the toolchain instead.\nThis option allows resolving the Y2K38 problem.\nSee \"Setup Linux Toolchain from Scratch\" to build\na custom toolchain which supports 64-bits time_t.\n\nNote: ESP-IDF does not currently come with any pre-compiled toolchain\nthat supports 64-bit wide time_t.\nThis will change in a future major release,\nbut currently 64-bit time_t requires a custom built toolchain.", - "id": "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS", - "name": "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS", - "range": null, - "title": "Toolchain supports time_t wide 64-bits", + "children": [], + "depends_on": null, + "help": "Enable this option in case you have a custom toolchain which supports time_t wide 64-bits.\nThis option checks time_t is 64-bits and disables ROM time functions\nto use the time functions from the toolchain instead.\nThis option allows resolving the Y2K38 problem.\nSee \"Setup Linux Toolchain from Scratch\" to build\na custom toolchain which supports 64-bits time_t.\n\nNote: ESP-IDF does not currently come with any pre-compiled toolchain\nthat supports 64-bit wide time_t.\nThis will change in a future major release,\nbut currently 64-bit time_t requires a custom built toolchain.", + "id": "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS", + "name": "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS", + "range": null, + "title": "Toolchain supports time_t wide 64-bits", "type": "bool" } - ], - "depends_on": null, - "id": "sdk-tool-configuration", - "title": "SDK tool configuration", + ], + "depends_on": null, + "id": "sdk-tool-configuration", + "title": "SDK tool configuration", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "APP_BUILD_TYPE_APP_2NDBOOT", - "name": "APP_BUILD_TYPE_APP_2NDBOOT", - "range": null, - "title": "Default (binary application + 2nd stage bootloader)", + "children": [], + "depends_on": "", + "help": null, + "id": "APP_BUILD_TYPE_APP_2NDBOOT", + "name": "APP_BUILD_TYPE_APP_2NDBOOT", + "range": null, + "title": "Default (binary application + 2nd stage bootloader)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "APP_BUILD_TYPE_ELF_RAM", - "name": "APP_BUILD_TYPE_ELF_RAM", - "range": null, - "title": "ELF file, loadable into RAM (EXPERIMENTAL))", + "children": [], + "depends_on": "", + "help": null, + "id": "APP_BUILD_TYPE_ELF_RAM", + "name": "APP_BUILD_TYPE_ELF_RAM", + "range": null, + "title": "ELF file, loadable into RAM (EXPERIMENTAL))", "type": "bool" } - ], - "depends_on": null, - "help": "Select the way the application is built.\n\nBy default, the application is built as a binary file in a format compatible with\nthe ESP32 bootloader. In addition to this application, 2nd stage bootloader is\nalso built. Application and bootloader binaries can be written into flash and\nloaded/executed from there.\n\nAnother option, useful for only very small and limited applications, is to only link\nthe .elf file of the application, such that it can be loaded directly into RAM over\nJTAG. Note that since IRAM and DRAM sizes are very limited, it is not possible to\nbuild any complex application this way. However for kinds of testing and debugging,\nthis option may provide faster iterations, since the application does not need to be\nwritten into flash.\nNote that at the moment, ESP-IDF does not contain all the startup code required to\ninitialize the CPUs and ROM memory (data/bss). Therefore it is necessary to execute\na bit of ROM code prior to executing the application. A gdbinit file may look as follows:\n\n # Connect to a running instance of OpenOCD\n target remote :3333\n # Reset and halt the target\n mon reset halt\n # Run to a specific point in ROM code,\n # where most of initialization is complete.\n thb *0x40007901\n c\n # Load the application into RAM\n load\n # Run till app_main\n tb app_main\n c\n\nExecute this gdbinit file as follows:\n\n xtensa-esp32-elf-gdb build/app-name.elf -x gdbinit\n\nRecommended sdkconfig.defaults for building loadable ELF files is as follows.\nCONFIG_APP_BUILD_TYPE_ELF_RAM is required, other options help reduce application\nmemory footprint.\n\n CONFIG_APP_BUILD_TYPE_ELF_RAM=y\n CONFIG_VFS_SUPPORT_TERMIOS=\n CONFIG_NEWLIB_NANO_FORMAT=y\n CONFIG_ESP32_PANIC_PRINT_HALT=y\n CONFIG_ESP32_DEBUG_STUBS_ENABLE=\n CONFIG_ESP_ERR_TO_NAME_LOOKUP=", - "id": "build-type-application-build-type", - "name": "APP_BUILD_TYPE", - "title": "Application build type", + ], + "depends_on": null, + "help": "Select the way the application is built.\n\nBy default, the application is built as a binary file in a format compatible with\nthe ESP32 bootloader. In addition to this application, 2nd stage bootloader is\nalso built. Application and bootloader binaries can be written into flash and\nloaded/executed from there.\n\nAnother option, useful for only very small and limited applications, is to only link\nthe .elf file of the application, such that it can be loaded directly into RAM over\nJTAG. Note that since IRAM and DRAM sizes are very limited, it is not possible to\nbuild any complex application this way. However for kinds of testing and debugging,\nthis option may provide faster iterations, since the application does not need to be\nwritten into flash.\nNote that at the moment, ESP-IDF does not contain all the startup code required to\ninitialize the CPUs and ROM memory (data/bss). Therefore it is necessary to execute\na bit of ROM code prior to executing the application. A gdbinit file may look as follows:\n\n # Connect to a running instance of OpenOCD\n target remote :3333\n # Reset and halt the target\n mon reset halt\n # Run to a specific point in ROM code,\n # where most of initialization is complete.\n thb *0x40007901\n c\n # Load the application into RAM\n load\n # Run till app_main\n tb app_main\n c\n\nExecute this gdbinit file as follows:\n\n xtensa-esp32-elf-gdb build/app-name.elf -x gdbinit\n\nRecommended sdkconfig.defaults for building loadable ELF files is as follows.\nCONFIG_APP_BUILD_TYPE_ELF_RAM is required, other options help reduce application\nmemory footprint.\n\n CONFIG_APP_BUILD_TYPE_ELF_RAM=y\n CONFIG_VFS_SUPPORT_TERMIOS=\n CONFIG_NEWLIB_NANO_FORMAT=y\n CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y\n CONFIG_ESP32_DEBUG_STUBS_ENABLE=\n CONFIG_ESP_ERR_TO_NAME_LOOKUP=", + "id": "build-type-application-build-type", + "name": "APP_BUILD_TYPE", + "title": "Application build type", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "APP_BUILD_GENERATE_BINARIES", - "name": "APP_BUILD_GENERATE_BINARIES", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_GENERATE_BINARIES", + "name": "APP_BUILD_GENERATE_BINARIES", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "APP_BUILD_BOOTLOADER", - "name": "APP_BUILD_BOOTLOADER", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_BOOTLOADER", + "name": "APP_BUILD_BOOTLOADER", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "APP_BUILD_USE_FLASH_SECTIONS", - "name": "APP_BUILD_USE_FLASH_SECTIONS", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_USE_FLASH_SECTIONS", + "name": "APP_BUILD_USE_FLASH_SECTIONS", + "range": null, + "title": null, "type": "bool" } - ], - "depends_on": null, - "id": "build-type", - "title": "Build type", + ], + "depends_on": null, + "id": "build-type", + "title": "Build type", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "If set, then the app will be built with the current time/date stamp. It is stored in the app description\nstructure. If not set, time/date stamp will be excluded from app image. This can be useful for getting the\nsame binary image files made from the same source, but at different times.", - "id": "APP_COMPILE_TIME_DATE", - "name": "APP_COMPILE_TIME_DATE", - "range": null, - "title": "Use time/date stamp for app", + "children": [], + "depends_on": null, + "help": "If set, then the app will be built with the current time/date stamp. It is stored in the app description\nstructure. If not set, time/date stamp will be excluded from app image. This can be useful for getting the\nsame binary image files made from the same source, but at different times.", + "id": "APP_COMPILE_TIME_DATE", + "name": "APP_COMPILE_TIME_DATE", + "range": null, + "title": "Use time/date stamp for app", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "The PROJECT_VER variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", - "id": "APP_EXCLUDE_PROJECT_VER_VAR", - "name": "APP_EXCLUDE_PROJECT_VER_VAR", - "range": null, - "title": "Exclude PROJECT_VER from firmware image", + "children": [], + "depends_on": null, + "help": "The PROJECT_VER variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", + "id": "APP_EXCLUDE_PROJECT_VER_VAR", + "name": "APP_EXCLUDE_PROJECT_VER_VAR", + "range": null, + "title": "Exclude PROJECT_VER from firmware image", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "The PROJECT_NAME variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", - "id": "APP_EXCLUDE_PROJECT_NAME_VAR", - "name": "APP_EXCLUDE_PROJECT_NAME_VAR", - "range": null, - "title": "Exclude PROJECT_NAME from firmware image", + "children": [], + "depends_on": null, + "help": "The PROJECT_NAME variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", + "id": "APP_EXCLUDE_PROJECT_NAME_VAR", + "name": "APP_EXCLUDE_PROJECT_NAME_VAR", + "range": null, + "title": "Exclude PROJECT_NAME from firmware image", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "APP_PROJECT_VER_FROM_CONFIG", - "help": "Project version", - "id": "APP_PROJECT_VER", - "name": "APP_PROJECT_VER", - "range": null, - "title": "Project version", + "children": [], + "depends_on": "APP_PROJECT_VER_FROM_CONFIG", + "help": "Project version", + "id": "APP_PROJECT_VER", + "name": "APP_PROJECT_VER", + "range": null, + "title": "Project version", "type": "string" } - ], - "depends_on": null, - "help": "If this is enabled, then config item APP_PROJECT_VER will be used for the variable PROJECT_VER.\nOther ways to set PROJECT_VER will be ignored.", - "id": "APP_PROJECT_VER_FROM_CONFIG", - "name": "APP_PROJECT_VER_FROM_CONFIG", - "range": null, - "title": "Get the project version from Kconfig", + ], + "depends_on": null, + "help": "If this is enabled, then config item APP_PROJECT_VER will be used for the variable PROJECT_VER.\nOther ways to set PROJECT_VER will be ignored.", + "id": "APP_PROJECT_VER_FROM_CONFIG", + "name": "APP_PROJECT_VER_FROM_CONFIG", + "range": null, + "title": "Get the project version from Kconfig", "type": "bool" } - ], - "depends_on": null, - "id": "application-manager", - "title": "Application manager", + ], + "depends_on": null, + "id": "application-manager", + "title": "Application manager", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_NONE", - "name": "BOOTLOADER_LOG_LEVEL_NONE", - "range": null, - "title": "No output", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Size (-Os)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_ERROR", - "name": "BOOTLOADER_LOG_LEVEL_ERROR", - "range": null, - "title": "Error", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "range": null, + "title": "Debug (-Og)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_WARN", - "name": "BOOTLOADER_LOG_LEVEL_WARN", - "range": null, - "title": "Warning", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_INFO", - "name": "BOOTLOADER_LOG_LEVEL_INFO", - "range": null, - "title": "Info", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_DEBUG", - "name": "BOOTLOADER_LOG_LEVEL_DEBUG", - "range": null, - "title": "Debug", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", - "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", - "range": null, - "title": "Verbose", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0)", "type": "bool" } - ], - "depends_on": null, - "help": "Specify how much output to see in bootloader logs.", - "id": "bootloader-config-bootloader-log-verbosity", - "name": "BOOTLOADER_LOG_LEVEL", - "title": "Bootloader log verbosity", + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument)\nfor the bootloader.\n\n- The default \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nNote that custom optimization levels may be unsupported.", + "id": "bootloader-config-bootloader-optimization-level", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION", + "title": "Bootloader optimization Level", "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "BOOTLOADER_LOG_LEVEL", - "name": "BOOTLOADER_LOG_LEVEL", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT", - "help": "This value is ignored unless flash mode is set to QIO or QOUT *and* the SPI flash pins have been\noverriden by setting the eFuses SPI_PAD_CONFIG_xxx.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka ESP32\npin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. That pin number is compiled into the\nbootloader instead.\n\nThe default value (GPIO 7) is correct for WP pin on ESP32-D2WD integrated flash.", - "id": "BOOTLOADER_SPI_WP_PIN", - "name": "BOOTLOADER_SPI_WP_PIN", - "range": null, - "title": "SPI Flash WP Pin when customising pins via eFuse (read help)", - "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "!ESPTOOLPY_FLASHFREQ_80M && ", - "help": null, - "id": "BOOTLOADER_VDDSDIO_BOOST_1_8V", - "name": "BOOTLOADER_VDDSDIO_BOOST_1_8V", - "range": null, - "title": "1.8V", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_NONE", + "name": "BOOTLOADER_LOG_LEVEL_NONE", + "range": null, + "title": "No output", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_VDDSDIO_BOOST_1_9V", - "name": "BOOTLOADER_VDDSDIO_BOOST_1_9V", - "range": null, - "title": "1.9V", + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_ERROR", + "name": "BOOTLOADER_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_WARN", + "name": "BOOTLOADER_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_INFO", + "name": "BOOTLOADER_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_DEBUG", + "name": "BOOTLOADER_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", "type": "bool" } - ], - "depends_on": null, - "help": "If this option is enabled, and VDDSDIO LDO is set to 1.8V (using eFuse\nor MTDI bootstrapping pin), bootloader will change LDO settings to\noutput 1.9V instead. This helps prevent flash chip from browning out\nduring flash programming operations.\n\nThis option has no effect if VDDSDIO is set to 3.3V, or if the internal\nVDDSDIO regulator is disabled via eFuse.", - "id": "bootloader-config-vddsdio-ldo-voltage", - "name": "BOOTLOADER_VDDSDIO_BOOST", - "title": "VDDSDIO LDO voltage", + ], + "depends_on": null, + "help": "Specify how much output to see in bootloader logs.", + "id": "bootloader-config-bootloader-log-verbosity", + "name": "BOOTLOADER_LOG_LEVEL", + "title": "Bootloader log verbosity", "type": "choice" - }, + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_LOG_LEVEL", + "name": "BOOTLOADER_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT", + "help": "This value is ignored unless flash mode is set to QIO or QOUT *and* the SPI flash pins have been\noverriden by setting the eFuses SPI_PAD_CONFIG_xxx.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka ESP32\npin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. That pin number is compiled into the\nbootloader instead.\n\nThe default value (GPIO 7) is correct for WP pin on ESP32-D2WD integrated flash.", + "id": "BOOTLOADER_SPI_WP_PIN", + "name": "BOOTLOADER_SPI_WP_PIN", + "range": null, + "title": "SPI Flash WP Pin when customising pins via eFuse (read help)", + "type": "int" + }, { "children": [ { - "children": [], - "depends_on": "BOOTLOADER_FACTORY_RESET", - "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a factory reset, this GPIO must be pulled low on reset.\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", - "id": "BOOTLOADER_NUM_PIN_FACTORY_RESET", - "name": "BOOTLOADER_NUM_PIN_FACTORY_RESET", - "range": null, - "title": "Number of the GPIO input for factory reset", + "children": [], + "depends_on": "!ESPTOOLPY_FLASHFREQ_80M && ", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "range": null, + "title": "1.8V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "range": null, + "title": "1.9V", + "type": "bool" + } + ], + "depends_on": null, + "help": "If this option is enabled, and VDDSDIO LDO is set to 1.8V (using eFuse\nor MTDI bootstrapping pin), bootloader will change LDO settings to\noutput 1.9V instead. This helps prevent flash chip from browning out\nduring flash programming operations.\n\nThis option has no effect if VDDSDIO is set to 3.3V, or if the internal\nVDDSDIO regulator is disabled via eFuse.", + "id": "bootloader-config-vddsdio-ldo-voltage", + "name": "BOOTLOADER_VDDSDIO_BOOST", + "title": "VDDSDIO LDO voltage", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a factory reset, this GPIO must be pulled low on reset.\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", + "id": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "name": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "range": null, + "title": "Number of the GPIO input for factory reset", "type": "int" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_FACTORY_RESET", - "help": "The device will boot from \"factory\" partition (or OTA slot 0 if no factory partition is present) after a\nfactory reset.", - "id": "BOOTLOADER_OTA_DATA_ERASE", - "name": "BOOTLOADER_OTA_DATA_ERASE", - "range": null, - "title": "Clear OTA data on factory reset (select factory partition)", + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The device will boot from \"factory\" partition (or OTA slot 0 if no factory partition is present) after a\nfactory reset.", + "id": "BOOTLOADER_OTA_DATA_ERASE", + "name": "BOOTLOADER_OTA_DATA_ERASE", + "range": null, + "title": "Clear OTA data on factory reset (select factory partition)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_FACTORY_RESET", - "help": "Allows customers to select which data partitions will be erased while factory reset.\n\nSpecify the names of partitions as a comma-delimited with optional spaces for readability. (Like this:\n\"nvs, phy_init, ...\")\nMake sure that the name specified in the partition table and here are the same.\nPartitions of type \"app\" cannot be specified here.", - "id": "BOOTLOADER_DATA_FACTORY_RESET", - "name": "BOOTLOADER_DATA_FACTORY_RESET", - "range": null, - "title": "Comma-separated names of partitions to clear on factory reset", + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "Allows customers to select which data partitions will be erased while factory reset.\n\nSpecify the names of partitions as a comma-delimited with optional spaces for readability. (Like this:\n\"nvs, phy_init, ...\")\nMake sure that the name specified in the partition table and here are the same.\nPartitions of type \"app\" cannot be specified here.", + "id": "BOOTLOADER_DATA_FACTORY_RESET", + "name": "BOOTLOADER_DATA_FACTORY_RESET", + "range": null, + "title": "Comma-separated names of partitions to clear on factory reset", "type": "string" } - ], - "depends_on": null, - "help": "Allows to reset the device to factory settings:\n- clear one or more data partitions;\n- boot from \"factory\" partition.\nThe factory reset will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", - "id": "BOOTLOADER_FACTORY_RESET", - "name": "BOOTLOADER_FACTORY_RESET", - "range": null, - "title": "GPIO triggers factory reset", + ], + "depends_on": null, + "help": "Allows to reset the device to factory settings:\n- clear one or more data partitions;\n- boot from \"factory\" partition.\nThe factory reset will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", + "id": "BOOTLOADER_FACTORY_RESET", + "name": "BOOTLOADER_FACTORY_RESET", + "range": null, + "title": "GPIO triggers factory reset", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BOOTLOADER_APP_TEST", - "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", - "id": "BOOTLOADER_NUM_PIN_APP_TEST", - "name": "BOOTLOADER_NUM_PIN_APP_TEST", - "range": null, - "title": "Number of the GPIO input to boot TEST partition", + "children": [], + "depends_on": "BOOTLOADER_APP_TEST", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", + "id": "BOOTLOADER_NUM_PIN_APP_TEST", + "name": "BOOTLOADER_NUM_PIN_APP_TEST", + "range": null, + "title": "Number of the GPIO input to boot TEST partition", "type": "int" } - ], - "depends_on": null, - "help": "Allows to run the test app from \"TEST\" partition.\nA boot from \"test\" partition will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", - "id": "BOOTLOADER_APP_TEST", - "name": "BOOTLOADER_APP_TEST", - "range": null, - "title": "GPIO triggers boot from test app partition", + ], + "depends_on": null, + "help": "Allows to run the test app from \"TEST\" partition.\nA boot from \"test\" partition will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", + "id": "BOOTLOADER_APP_TEST", + "name": "BOOTLOADER_APP_TEST", + "range": null, + "title": "GPIO triggers boot from test app partition", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_FACTORY_RESET || BOOTLOADER_APP_TEST", - "help": "The GPIO must be held low continuously for this period of time after reset\nbefore a factory reset or test partition boot (as applicable) is performed.", - "id": "BOOTLOADER_HOLD_TIME_GPIO", - "name": "BOOTLOADER_HOLD_TIME_GPIO", - "range": null, - "title": "Hold time of GPIO for reset/test mode (seconds)", + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET || BOOTLOADER_APP_TEST", + "help": "The GPIO must be held low continuously for this period of time after reset\nbefore a factory reset or test partition boot (as applicable) is performed.", + "id": "BOOTLOADER_HOLD_TIME_GPIO", + "name": "BOOTLOADER_HOLD_TIME_GPIO", + "range": null, + "title": "Hold time of GPIO for reset/test mode (seconds)", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "BOOTLOADER_WDT_ENABLE", - "help": "If it is set, the client must itself reset or disable rtc_wdt in their code (app_main()).\nOtherwise rtc_wdt will be disabled before calling app_main function.\nUse function rtc_wdt_feed() for resetting counter of rtc_wdt.\nUse function rtc_wdt_disable() for disabling rtc_wdt.", - "id": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", - "name": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", - "range": null, - "title": "Allows RTC watchdog disable in user code", + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "If it is set, the client must itself reset or disable rtc_wdt in their code (app_main()).\nOtherwise rtc_wdt will be disabled before calling app_main function.\nUse function rtc_wdt_feed() for resetting counter of rtc_wdt.\nUse function rtc_wdt_disable() for disabling rtc_wdt.", + "id": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "name": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "range": null, + "title": "Allows RTC watchdog disable in user code", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_WDT_ENABLE", - "help": "Verify that this parameter is correct and more then the execution time.\nPay attention to options such as reset to factory, trigger test partition and encryption on boot\n- these options can increase the execution time.\nNote: RTC_WDT will reset while encryption operations will be performed.", - "id": "BOOTLOADER_WDT_TIME_MS", - "name": "BOOTLOADER_WDT_TIME_MS", + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "Verify that this parameter is correct and more then the execution time.\nPay attention to options such as reset to factory, trigger test partition and encryption on boot\n- these options can increase the execution time.\nNote: RTC_WDT will reset while encryption operations will be performed.", + "id": "BOOTLOADER_WDT_TIME_MS", + "name": "BOOTLOADER_WDT_TIME_MS", "range": [ - 0, + 0, 120000 - ], - "title": "Timeout for RTC watchdog (ms)", + ], + "title": "Timeout for RTC watchdog (ms)", "type": "int" } - ], - "depends_on": null, - "help": "Tracks the execution time of startup code.\nIf the execution time is exceeded, the RTC_WDT will restart system.\nIt is also useful to prevent a lock up in start code caused by an unstable power source.\nNOTE: Tracks the execution time starts from the bootloader code - re-set timeout, while selecting the\nsource for slow_clk - and ends calling app_main.\nRe-set timeout is needed due to WDT uses a SLOW_CLK clock source. After changing a frequency slow_clk a\ntime of WDT needs to re-set for new frequency.\nslow_clk depends on ESP32_RTC_CLK_SRC (INTERNAL_RC or EXTERNAL_CRYSTAL).", - "id": "BOOTLOADER_WDT_ENABLE", - "name": "BOOTLOADER_WDT_ENABLE", - "range": null, - "title": "Use RTC watchdog in start code", + ], + "depends_on": null, + "help": "Tracks the execution time of startup code.\nIf the execution time is exceeded, the RTC_WDT will restart system.\nIt is also useful to prevent a lock up in start code caused by an unstable power source.\nNOTE: Tracks the execution time starts from the bootloader code - re-set timeout, while selecting the\nsource for slow_clk - and ends calling app_main.\nRe-set timeout is needed due to WDT uses a SLOW_CLK clock source. After changing a frequency slow_clk a\ntime of WDT needs to re-set for new frequency.\nslow_clk depends on ESP32_RTC_CLK_SRC (INTERNAL_RC or EXTERNAL_CRYSTAL).", + "id": "BOOTLOADER_WDT_ENABLE", + "name": "BOOTLOADER_WDT_ENABLE", + "range": null, + "title": "Use RTC watchdog in start code", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", - "help": "The secure version is the sequence number stored in the header of each firmware.\nThe security version is set in the bootloader, version is recorded in the eFuse field\nas the number of set ones. The allocated number of bits in the efuse field\nfor storing the security version is limited (see BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD option).\n\nBootloader: When bootloader selects an app to boot, an app is selected that has\na security version greater or equal that recorded in eFuse field.\nThe app is booted with a higher (or equal) secure version.\n\nThe security version is worth increasing if in previous versions there is\na significant vulnerability and their use is not acceptable.\n\nYour partition table should has a scheme with ota_0 + ota_1 (without factory).", - "id": "BOOTLOADER_APP_SECURE_VERSION", - "name": "BOOTLOADER_APP_SECURE_VERSION", - "range": null, - "title": "eFuse secure version of app", + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The secure version is the sequence number stored in the header of each firmware.\nThe security version is set in the bootloader, version is recorded in the eFuse field\nas the number of set ones. The allocated number of bits in the efuse field\nfor storing the security version is limited (see BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD option).\n\nBootloader: When bootloader selects an app to boot, an app is selected that has\na security version greater or equal that recorded in eFuse field.\nThe app is booted with a higher (or equal) secure version.\n\nThe security version is worth increasing if in previous versions there is\na significant vulnerability and their use is not acceptable.\n\nYour partition table should has a scheme with ota_0 + ota_1 (without factory).", + "id": "BOOTLOADER_APP_SECURE_VERSION", + "name": "BOOTLOADER_APP_SECURE_VERSION", + "range": null, + "title": "eFuse secure version of app", "type": "int" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", - "help": "The size of the efuse secure version field.\nIts length is limited to 32 bits for ESP32 and 16 bits for ESP32-S2.\nThis determines how many times the security version can be increased.", - "id": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", - "name": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", - "range": null, - "title": "Size of the efuse secure version field", + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The size of the efuse secure version field.\nIts length is limited to 32 bits for ESP32 and 16 bits for ESP32-S2.\nThis determines how many times the security version can be increased.", + "id": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "name": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "range": null, + "title": "Size of the efuse secure version field", "type": "int" - }, + }, { - "children": [], - "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", - "help": "This option allow emulate read/write operations with efuse secure version.\nIt allow to test anti-rollback implemention without permanent write eFuse bits.\nIn partition table should be exist this partition `emul_efuse, data, 5, , 0x2000`.", - "id": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", - "name": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", - "range": null, - "title": "Emulate operations with efuse secure version(only test)", + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "This option allow emulate read/write operations with efuse secure version.\nIt allow to test anti-rollback implemention without permanent write eFuse bits.\nIn partition table should be exist this partition `emul_efuse, data, 5, , 0x2000`.", + "id": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "name": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "range": null, + "title": "Emulate operations with efuse secure version(only test)", "type": "bool" } - ], - "depends_on": "BOOTLOADER_APP_ROLLBACK_ENABLE", - "help": "This option prevents rollback to previous firmware/application image with lower security version.", - "id": "BOOTLOADER_APP_ANTI_ROLLBACK", - "name": "BOOTLOADER_APP_ANTI_ROLLBACK", - "range": null, - "title": "Enable app anti-rollback support", + ], + "depends_on": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "help": "This option prevents rollback to previous firmware/application image with lower security version.", + "id": "BOOTLOADER_APP_ANTI_ROLLBACK", + "name": "BOOTLOADER_APP_ANTI_ROLLBACK", + "range": null, + "title": "Enable app anti-rollback support", "type": "bool" } - ], - "depends_on": null, - "help": "After updating the app, the bootloader runs a new app with the \"ESP_OTA_IMG_PENDING_VERIFY\" state set.\nThis state prevents the re-run of this app. After the first boot of the new app in the user code, the\nfunction should be called to confirm the operability of the app or vice versa about its non-operability.\nIf the app is working, then it is marked as valid. Otherwise, it is marked as not valid and rolls back to\nthe previous working app. A reboot is performed, and the app is booted before the software update.\nNote: If during the first boot a new app the power goes out or the WDT works, then roll back will happen.\nRollback is possible only between the apps with the same security versions.", - "id": "BOOTLOADER_APP_ROLLBACK_ENABLE", - "name": "BOOTLOADER_APP_ROLLBACK_ENABLE", - "range": null, - "title": "Enable app rollback support", + ], + "depends_on": null, + "help": "After updating the app, the bootloader runs a new app with the \"ESP_OTA_IMG_PENDING_VERIFY\" state set.\nThis state prevents the re-run of this app. After the first boot of the new app in the user code, the\nfunction should be called to confirm the operability of the app or vice versa about its non-operability.\nIf the app is working, then it is marked as valid. Otherwise, it is marked as not valid and rolls back to\nthe previous working app. A reboot is performed, and the app is booted before the software update.\nNote: If during the first boot a new app the power goes out or the WDT works, then roll back will happen.\nRollback is possible only between the apps with the same security versions.", + "id": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "name": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "range": null, + "title": "Enable app rollback support", "type": "bool" - }, + }, { - "children": [], - "depends_on": "(SECURE_BOOT_ENABLED && SECURE_BOOT_INSECURE) || !SECURE_BOOT_ENABLED", - "help": "This option disables the normal validation of an image coming out of\ndeep sleep (checksums, SHA256, and signature). This is a trade-off\nbetween wakeup performance from deep sleep, and image integrity checks.\n\nOnly enable this if you know what you are doing. It should not be used\nin conjunction with using deep_sleep() entry and changing the active OTA\npartition as this would skip the validation upon first load of the new\nOTA partition.", - "id": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", - "name": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", - "range": null, - "title": "Skip image validation when exiting deep sleep", + "children": [], + "depends_on": "(SECURE_BOOT && SECURE_BOOT_INSECURE) || !SECURE_BOOT", + "help": "This option disables the normal validation of an image coming out of\ndeep sleep (checksums, SHA256, and signature). This is a trade-off\nbetween wakeup performance from deep sleep, and image integrity checks.\n\nOnly enable this if you know what you are doing. It should not be used\nin conjunction with using deep_sleep() entry and changing the active OTA\npartition as this would skip the validation upon first load of the new\nOTA partition.", + "id": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "name": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "range": null, + "title": "Skip image validation when exiting deep sleep", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Reserve RTC FAST memory for Skip image validation. This option in bytes.\nThis option reserves an area in the RTC FAST memory (access only PRO_CPU).\nUsed to save the addresses of the selected application.\nWhen a wakeup occurs (from Deep sleep), the bootloader retrieves it and\nloads the application without validation.", - "id": "BOOTLOADER_RESERVE_RTC_SIZE", - "name": "BOOTLOADER_RESERVE_RTC_SIZE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": "Reserve RTC FAST memory for Skip image validation. This option in bytes.\nThis option reserves an area in the RTC FAST memory (access only PRO_CPU).\nUsed to save the addresses of the selected application.\nWhen a wakeup occurs (from Deep sleep), the bootloader retrieves it and\nloads the application without validation.", + "id": "BOOTLOADER_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_RESERVE_RTC_SIZE", + "range": null, + "title": null, "type": "hex" - }, + }, { "children": [ { - "children": [], - "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", - "help": "This option reserves in RTC FAST memory the area for custom purposes.\nIf you want to create your own bootloader and save more information\nin this area of memory, you can increase it. It must be a multiple of 4 bytes.\nThis area (rtc_retain_mem_t) is reserved and has access from the bootloader and an application.", - "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", - "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", - "range": null, - "title": "Size in bytes for custom purposes", + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option reserves in RTC FAST memory the area for custom purposes.\nIf you want to create your own bootloader and save more information\nin this area of memory, you can increase it. It must be a multiple of 4 bytes.\nThis area (rtc_retain_mem_t) is reserved and has access from the bootloader and an application.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "range": null, + "title": "Size in bytes for custom purposes", "type": "hex" } - ], - "depends_on": null, - "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootoloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", - "id": "BOOTLOADER_CUSTOM_RESERVE_RTC", - "name": "BOOTLOADER_CUSTOM_RESERVE_RTC", - "range": null, - "title": "Reserve RTC FAST memory for custom purposes", + ], + "depends_on": null, + "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootoloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "range": null, + "title": "Reserve RTC FAST memory for custom purposes", "type": "bool" } - ], - "depends_on": null, - "id": "bootloader-config", - "title": "Bootloader config", + ], + "depends_on": null, + "id": "bootloader-config", + "title": "Bootloader config", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "SECURE_BOOT_ENABLED || SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", - "help": null, - "id": "SECURE_SIGNED_ON_BOOT", - "name": "SECURE_SIGNED_ON_BOOT", - "range": null, - "title": null, + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_BOOT", + "name": "SECURE_SIGNED_ON_BOOT", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_BOOT_ENABLED || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", - "help": null, - "id": "SECURE_SIGNED_ON_UPDATE", - "name": "SECURE_SIGNED_ON_UPDATE", - "range": null, - "title": null, + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_UPDATE", + "name": "SECURE_SIGNED_ON_UPDATE", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_SIGNED_ON_BOOT || SECURE_SIGNED_ON_UPDATE", - "help": null, - "id": "SECURE_SIGNED_APPS", - "name": "SECURE_SIGNED_APPS", - "range": null, - "title": null, + "children": [], + "depends_on": "SECURE_SIGNED_ON_BOOT || SECURE_SIGNED_ON_UPDATE", + "help": null, + "id": "SECURE_SIGNED_APPS", + "name": "SECURE_SIGNED_APPS", + "range": null, + "title": null, "type": "bool" - }, + }, + { + "children": [], + "depends_on": "!SECURE_BOOT", + "help": "Require apps to be signed to verify their integrity.\n\nThis option uses the same app signature scheme as hardware secure boot, but unlike hardware secure boot it\ndoes not prevent the bootloader from being physically updated. This means that the device can be secured\nagainst remote network access, but not physical access. Compared to using hardware Secure Boot this option\nis much simpler to implement.", + "id": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "range": null, + "title": "Require signed app images", + "type": "bool" + }, { "children": [ { - "children": [], - "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", - "help": "If this option is set, the bootloader will be compiled with code to verify that an app is signed before\nbooting it.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option doesn't add significant security by itself so most\nusers will want to leave it disabled.", - "id": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", - "name": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", - "range": null, - "title": "Bootloader verifies app signatures", + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V1_ENABLED) && ", + "help": "Embeds the ECDSA public key in the bootloader and signs the application with an ECDSA key.\n\nRefer to the documentation before enabling.", + "id": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "name": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "range": null, + "title": "ECDSA", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", - "help": "If this option is set, any OTA updated apps will have the signature verified before being considered valid.\n\nWhen enabled, the signature is automatically checked whenever the esp_ota_ops.h APIs are used for OTA\nupdates, or esp_image_format.h APIs are used to verify apps.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option still adds significant security against network-based\nattackers by preventing spoofing of OTA updates.", - "id": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", - "name": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", - "range": null, - "title": "Verify app signature on update", + "children": [], + "depends_on": "ESP32_REV_MIN_3 && SECURE_BOOT_V2_ENABLED && ", + "help": "Appends the RSA-3072 based Signature block to the application.\nRefer to before enabling.", + "id": "SECURE_SIGNED_APPS_RSA_SCHEME", + "name": "SECURE_SIGNED_APPS_RSA_SCHEME", + "range": null, + "title": "RSA", "type": "bool" } - ], - "depends_on": "!SECURE_BOOT_ENABLED", - "help": "Require apps to be signed to verify their integrity.\n\nThis option uses the same app signature scheme as hardware secure boot, but unlike hardware secure boot it\ndoes not prevent the bootloader from being physically updated. This means that the device can be secured\nagainst remote network access, but not physical access. Compared to using hardware Secure Boot this option\nis much simpler to implement.", - "id": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", - "name": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", - "range": null, - "title": "Require signed app images", + ], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "Select the Secure App signing scheme. Depends on the Chip Revision.\nThere are two options:\n1. ECDSA based secure boot scheme. (Only choice for Secure Boot V1)\nSupported in ESP32 and ESP32-ECO3.\n2. The RSA based secure boot scheme. (Only choice for Secure Boot V2)\nSupported in ESP32-ECO3. (ESP32 Chip Revision 3 onwards)", + "id": "security-features-app-signing-scheme", + "name": "SECURE_SIGNED_APPS_SCHEME", + "title": "App Signing Scheme", + "type": "choice" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "If this option is set, the bootloader will be compiled with code to verify that an app is signed before\nbooting it.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option doesn't add significant security by itself so most\nusers will want to leave it disabled.", + "id": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "range": null, + "title": "Bootloader verifies app signatures", "type": "bool" - }, + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "If this option is set, any OTA updated apps will have the signature verified before being considered valid.\n\nWhen enabled, the signature is automatically checked whenever the esp_ota_ops.h APIs are used for OTA\nupdates, or esp_image_format.h APIs are used to verify apps.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option still adds significant security against network-based\nattackers by preventing spoofing of OTA updates.", + "id": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "range": null, + "title": "Verify app signature on update", + "type": "bool" + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": "On first boot, the bootloader will generate a key which is not readable externally or by software. A\ndigest is generated from the bootloader image itself. This digest will be verified on each subsequent\nboot.\n\nEnabling this option means that the bootloader cannot be changed after the first time it is booted.", - "id": "SECURE_BOOTLOADER_ONE_TIME_FLASH", - "name": "SECURE_BOOTLOADER_ONE_TIME_FLASH", - "range": null, - "title": "One-time flash", + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ", + "help": "Build a bootloader which enables secure boot version 1 on first boot.\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V1_ENABLED", + "name": "SECURE_BOOT_V1_ENABLED", + "range": null, + "title": "Enable Secure Boot version 1", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "Generate a reusable secure bootloader key, derived (via SHA-256) from the secure boot signing key.\n\nThis allows the secure bootloader to be re-flashed by anyone with access to the secure boot signing\nkey.\n\nThis option is less secure than one-time flash, because a leak of the digest key from one device\nallows reflashing of any device that uses it.", - "id": "SECURE_BOOTLOADER_REFLASHABLE", - "name": "SECURE_BOOTLOADER_REFLASHABLE", - "range": null, - "title": "Reflashable", + "children": [], + "depends_on": "ESP32_REV_MIN_3 && ", + "help": "Build a bootloader which enables Secure Boot version 2 on first boot.\nRefer to Secure Boot V2 section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V2_ENABLED", + "name": "SECURE_BOOT_V2_ENABLED", + "range": null, + "title": "Enable Secure Boot version 2", "type": "bool" } - ], - "depends_on": "SECURE_BOOT_ENABLED", - "help": null, - "id": "security-features-enable-hardware-secure-boot-in-bootloader-read-docs-first--secure-bootloader-mode", - "name": "SECURE_BOOTLOADER_MODE", - "title": "Secure bootloader mode", + ], + "depends_on": "SECURE_BOOT", + "help": "Select the Secure Boot Version. Depends on the Chip Revision.\nSecure Boot V2 is the new RSA based secure boot scheme.\nSupported in ESP32-ECO3. (ESP32 Chip Revision 3 onwards)\nSecure Boot V1 is the AES based secure boot scheme.\nSupported in ESP32 and ESP32-ECO3.", + "id": "security-features-enable-hardware-secure-boot-in-bootloader-read-docs-first--select-secure-boot-version", + "name": "SECURE_BOOT_VERSION", + "title": "Select secure boot version", "type": "choice" } - ], - "depends_on": null, - "help": "Build a bootloader which enables secure boot on first boot.\n\nOnce enabled, secure boot will not boot a modified bootloader. The bootloader will only load a partition\ntable or boot an app if the data has a verified digital signature. There are implications for reflashing\nupdated apps once secure boot is enabled.\n\nWhen enabling secure boot, JTAG and ROM BASIC Interpreter are permanently disabled by default.\n\nRefer to https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html before enabling.", - "id": "SECURE_BOOT_ENABLED", - "name": "SECURE_BOOT_ENABLED", - "range": null, - "title": "Enable hardware secure boot in bootloader (READ DOCS FIRST)", + ], + "depends_on": null, + "help": "Build a bootloader which enables Secure Boot on first boot.\n\nOnce enabled, Secure Boot will not boot a modified bootloader. The bootloader will only load a partition\ntable or boot an app if the data has a verified digital signature. There are implications for reflashing\nupdated apps once secure boot is enabled.\n\nWhen enabling secure boot, JTAG and ROM BASIC Interpreter are permanently disabled by default.", + "id": "SECURE_BOOT", + "name": "SECURE_BOOT", + "range": null, + "title": "Enable hardware Secure Boot in bootloader (READ DOCS FIRST)", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "SECURE_BOOT_BUILD_SIGNED_BINARIES", - "help": "Path to the key file used to sign app images.\n\nKey file is an ECDSA private key (NIST256p curve) in PEM format.\n\nPath is evaluated relative to the project directory.\n\nYou can generate a new signing key by running the following command:\nespsecure.py generate_signing_key secure_boot_signing_key.pem\n\nSee https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html for details.", - "id": "SECURE_BOOT_SIGNING_KEY", - "name": "SECURE_BOOT_SIGNING_KEY", - "range": null, - "title": "Secure boot private signing key", + "children": [], + "depends_on": "", + "help": "On first boot, the bootloader will generate a key which is not readable externally or by software. A\ndigest is generated from the bootloader image itself. This digest will be verified on each subsequent\nboot.\n\nEnabling this option means that the bootloader cannot be changed after the first time it is booted.", + "id": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "name": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "range": null, + "title": "One-time flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Generate a reusable secure bootloader key, derived (via SHA-256) from the secure boot signing key.\n\nThis allows the secure bootloader to be re-flashed by anyone with access to the secure boot signing\nkey.\n\nThis option is less secure than one-time flash, because a leak of the digest key from one device\nallows reflashing of any device that uses it.", + "id": "SECURE_BOOTLOADER_REFLASHABLE", + "name": "SECURE_BOOTLOADER_REFLASHABLE", + "range": null, + "title": "Reflashable", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT_V1_ENABLED", + "help": null, + "id": "security-features-secure-bootloader-mode", + "name": "SECURE_BOOTLOADER_MODE", + "title": "Secure bootloader mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "Path to the key file used to sign app images.\n\nKey file is an ECDSA private key (NIST256p curve) in PEM format for Secure Boot V1.\nKey file is an RSA private key in PEM format for Secure Boot V2.\n\nPath is evaluated relative to the project directory.\n\nYou can generate a new signing key by running the following command:\nespsecure.py generate_signing_key secure_boot_signing_key.pem\n\nSee the Secure Boot section of the ESP-IDF Programmer's Guide for this version for details.", + "id": "SECURE_BOOT_SIGNING_KEY", + "name": "SECURE_BOOT_SIGNING_KEY", + "range": null, + "title": "Secure boot private signing key", "type": "string" } - ], - "depends_on": "SECURE_SIGNED_APPS", - "help": "Once secure boot or signed app requirement is enabled, app images are required to be signed.\n\nIf enabled (default), these binary files are signed as part of the build process. The file named in\n\"Secure boot private signing key\" will be used to sign the image.\n\nIf disabled, unsigned app/partition data will be built. They must be signed manually using espsecure.py\n(for example, on a remote signing server.)", - "id": "SECURE_BOOT_BUILD_SIGNED_BINARIES", - "name": "SECURE_BOOT_BUILD_SIGNED_BINARIES", - "range": null, - "title": "Sign binaries during build", + ], + "depends_on": "SECURE_SIGNED_APPS", + "help": "Once secure boot or signed app requirement is enabled, app images are required to be signed.\n\nIf enabled (default), these binary files are signed as part of the build process. The file named in\n\"Secure boot private signing key\" will be used to sign the image.\n\nIf disabled, unsigned app/partition data will be built. They must be signed manually using espsecure.py.\nVersion 1 to enable ECDSA Based Secure Boot and Version 2 to enable RSA based Secure Boot.\n(for example, on a remote signing server.)", + "id": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "name": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "range": null, + "title": "Sign binaries during build", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_SIGNED_APPS && !SECURE_BOOT_BUILD_SIGNED_BINARIES", - "help": "Path to a public key file used to verify signed images. This key is compiled into the bootloader and/or\napp, to verify app images.\n\nKey file is in raw binary format, and can be extracted from a\nPEM formatted private key using the espsecure.py\nextract_public_key command.\n\nRefer to https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html before enabling.", - "id": "SECURE_BOOT_VERIFICATION_KEY", - "name": "SECURE_BOOT_VERIFICATION_KEY", - "range": null, - "title": "Secure boot public signature verification key", + "children": [], + "depends_on": "SECURE_SIGNED_APPS && !SECURE_BOOT_BUILD_SIGNED_BINARIES && !SECURE_SIGNED_APPS_RSA_SCHEME", + "help": "Path to a public key file used to verify signed images.\nSecure Boot V1: This ECDSA public key is compiled into the bootloader and/or\napp, to verify app images.\nSecure Boot V2: This RSA public key is compiled into the signature block at\nthe end of the bootloader/app.\n\nKey file is in raw binary format, and can be extracted from a\nPEM formatted private key using the espsecure.py\nextract_public_key command.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_VERIFICATION_KEY", + "name": "SECURE_BOOT_VERIFICATION_KEY", + "range": null, + "title": "Secure boot public signature verification key", "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", - "name": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", - "range": null, - "title": "No encoding (256 bit key)", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "range": null, + "title": "No encoding (256 bit key)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", - "name": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", - "range": null, - "title": "3/4 encoding (192 bit key)", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "range": null, + "title": "3/4 encoding (192 bit key)", "type": "bool" } - ], - "depends_on": "SECURE_BOOTLOADER_REFLASHABLE", - "help": "In reflashable secure bootloader mode, a hardware key is derived from the signing key (with SHA-256) and\ncan be written to eFuse with espefuse.py.\n\nNormally this is a 256-bit key, but if 3/4 Coding Scheme is used on the device then the eFuse key is\ntruncated to 192 bits.\n\nThis configuration item doesn't change any firmware code, it only changes the size of key binary which is\ngenerated at build time.", - "id": "security-features-hardware-key-encoding", - "name": "SECURE_BOOTLOADER_KEY_ENCODING", - "title": "Hardware Key Encoding", + ], + "depends_on": "SECURE_BOOTLOADER_REFLASHABLE", + "help": "In reflashable secure bootloader mode, a hardware key is derived from the signing key (with SHA-256) and\ncan be written to eFuse with espefuse.py.\n\nNormally this is a 256-bit key, but if 3/4 Coding Scheme is used on the device then the eFuse key is\ntruncated to 192 bits.\n\nThis configuration item doesn't change any firmware code, it only changes the size of key binary which is\ngenerated at build time.", + "id": "security-features-hardware-key-encoding", + "name": "SECURE_BOOTLOADER_KEY_ENCODING", + "title": "Hardware Key Encoding", "type": "choice" - }, + }, { - "children": [], - "depends_on": "SECURE_BOOT_ENABLED", - "help": "You can disable some of the default protections offered by secure boot, in order to enable testing or a\ncustom combination of security features.\n\nOnly enable these options if you are very sure.\n\nRefer to https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html before enabling.", - "id": "SECURE_BOOT_INSECURE", - "name": "SECURE_BOOT_INSECURE", - "range": null, - "title": "Allow potentially insecure options", + "children": [], + "depends_on": "SECURE_BOOT", + "help": "You can disable some of the default protections offered by secure boot, in order to enable testing or a\ncustom combination of security features.\n\nOnly enable these options if you are very sure.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_INSECURE", + "name": "SECURE_BOOT_INSECURE", + "range": null, + "title": "Allow potentially insecure options", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_FLASH_ENCRYPTION_AES128", - "name": "SECURE_FLASH_ENCRYPTION_AES128", - "range": null, - "title": "AES-128 (256-bit key)", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES128", + "name": "SECURE_FLASH_ENCRYPTION_AES128", + "range": null, + "title": "AES-128 (256-bit key)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_FLASH_ENCRYPTION_AES256", - "name": "SECURE_FLASH_ENCRYPTION_AES256", - "range": null, - "title": "AES-256 (512-bit key)", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES256", + "name": "SECURE_FLASH_ENCRYPTION_AES256", + "range": null, + "title": "AES-256 (512-bit key)", "type": "bool" } - ], - "depends_on": "IDF_TARGET_ESP32S2 && SECURE_FLASH_ENC_ENABLED", - "help": "Size of generated AES-XTS key.\n\nAES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\nAES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", - "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-aes-xts-key", - "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", - "title": "Size of generated AES-XTS key", + ], + "depends_on": "IDF_TARGET_ESP32S2 && SECURE_FLASH_ENC_ENABLED", + "help": "Size of generated AES-XTS key.\n\nAES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\nAES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-aes-xts-key", + "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", + "title": "Size of generated AES-XTS key", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "name": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "range": null, - "title": "Development(NOT SECURE)", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "name": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "range": null, + "title": "Development(NOT SECURE)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", - "name": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", - "range": null, - "title": "Release", + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "name": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "range": null, + "title": "Release", "type": "bool" } - ], - "depends_on": "SECURE_FLASH_ENC_ENABLED", - "help": "By default Development mode is enabled which allows UART bootloader to perform flash encryption operations\n\nSelect Release mode only for production or manufacturing. Once enabled you can not reflash using UART\nbootloader\n\nRefer to https://docs.espressif.com/projects/esp-idf/en/latest/security/secure-boot.html and\nhttps://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html for details.", - "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--enable-usage-mode", - "name": "SECURE_FLASH_ENCRYPTION_MODE", - "title": "Enable usage mode", + ], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "By default Development mode is enabled which allows UART bootloader to perform flash encryption operations\n\nSelect Release mode only for production or manufacturing. Once enabled you can not reflash using UART\nbootloader\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version and\nhttps://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html for details.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--enable-usage-mode", + "name": "SECURE_FLASH_ENCRYPTION_MODE", + "title": "Enable usage mode", "type": "choice" } - ], - "depends_on": null, - "help": "If this option is set, flash contents will be encrypted by the bootloader on first boot.\n\nNote: After first boot, the system will be permanently encrypted. Re-flashing an encrypted\nsystem is complicated and not always possible.\n\nRead https://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html\nbefore enabling.", - "id": "SECURE_FLASH_ENC_ENABLED", - "name": "SECURE_FLASH_ENC_ENABLED", - "range": null, - "title": "Enable flash encryption on boot (READ DOCS FIRST)", + ], + "depends_on": null, + "help": "If this option is set, flash contents will be encrypted by the bootloader on first boot.\n\nNote: After first boot, the system will be permanently encrypted. Re-flashing an encrypted\nsystem is complicated and not always possible.\n\nRead https://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html\nbefore enabling.", + "id": "SECURE_FLASH_ENC_ENABLED", + "name": "SECURE_FLASH_ENC_ENABLED", + "range": null, + "title": "Enable flash encryption on boot (READ DOCS FIRST)", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "By default, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\nWhen either flash encryption or secure boot are enabled, the default is to\ndisable this BASIC fallback mode permanently via eFuse.\n\nIf this option is set, this eFuse is not burned and the BASIC ROM Console may\nremain accessible. Only set this option in testing environments.", - "id": "SECURE_BOOT_ALLOW_ROM_BASIC", - "name": "SECURE_BOOT_ALLOW_ROM_BASIC", - "range": null, - "title": "Leave ROM BASIC Interpreter available on reset", + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "By default, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\nWhen either flash encryption or secure boot are enabled, the default is to\ndisable this BASIC fallback mode permanently via eFuse.\n\nIf this option is set, this eFuse is not burned and the BASIC ROM Console may\nremain accessible. Only set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_ROM_BASIC", + "name": "SECURE_BOOT_ALLOW_ROM_BASIC", + "range": null, + "title": "Leave ROM BASIC Interpreter available on reset", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "If not set (default), the bootloader will permanently disable JTAG (across entire chip) on first boot\nwhen either secure boot or flash encryption is enabled.\n\nSetting this option leaves JTAG on for debugging, which negates all protections of flash encryption\nand some of the protections of secure boot.\n\nOnly set this option in testing environments.", - "id": "SECURE_BOOT_ALLOW_JTAG", - "name": "SECURE_BOOT_ALLOW_JTAG", - "range": null, - "title": "Allow JTAG Debugging", + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable JTAG (across entire chip) on first boot\nwhen either secure boot or flash encryption is enabled.\n\nSetting this option leaves JTAG on for debugging, which negates all protections of flash encryption\nand some of the protections of secure boot.\n\nOnly set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_JTAG", + "name": "SECURE_BOOT_ALLOW_JTAG", + "range": null, + "title": "Allow JTAG Debugging", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_BOOT_INSECURE", - "help": "If not set (default), app partition size must be a multiple of 64KB. App images are padded to 64KB\nlength, and the bootloader checks any trailing bytes after the signature (before the next 64KB\nboundary) have not been written. This is because flash cache maps entire 64KB pages into the address\nspace. This prevents an attacker from appending unverified data after the app image in the flash,\ncausing it to be mapped into the address space.\n\nSetting this option allows the app partition length to be unaligned, and disables padding of the app\nimage to this length. It is generally not recommended to set this option, unless you have a legacy\npartitioning scheme which doesn't support 64KB aligned partition lengths.", - "id": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", - "name": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", - "range": null, - "title": "Allow app partition length not 64KB aligned", + "children": [], + "depends_on": "SECURE_BOOT_INSECURE", + "help": "If not set (default), app partition size must be a multiple of 64KB. App images are padded to 64KB\nlength, and the bootloader checks any trailing bytes after the signature (before the next 64KB\nboundary) have not been written. This is because flash cache maps entire 64KB pages into the address\nspace. This prevents an attacker from appending unverified data after the app image in the flash,\ncausing it to be mapped into the address space.\n\nSetting this option allows the app partition length to be unaligned, and disables padding of the app\nimage to this length. It is generally not recommended to set this option, unless you have a legacy\npartitioning scheme which doesn't support 64KB aligned partition lengths.", + "id": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "name": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "range": null, + "title": "Allow app partition length not 64KB aligned", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "If not set (default), the bootloader will permanently disable UART bootloader encryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware encryption.\n\nIt is recommended to only set this option in testing environments.", - "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", - "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", - "range": null, - "title": "Leave UART bootloader encryption enabled", + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable UART bootloader encryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware encryption.\n\nIt is recommended to only set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "range": null, + "title": "Leave UART bootloader encryption enabled", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "If not set (default), the bootloader will permanently disable UART bootloader decryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware decryption.\n\nOnly set this option in testing environments. Setting this option allows complete bypass of flash\nencryption.", - "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", - "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", - "range": null, - "title": "Leave UART bootloader decryption enabled", + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable UART bootloader decryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware decryption.\n\nOnly set this option in testing environments. Setting this option allows complete bypass of flash\nencryption.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "range": null, + "title": "Leave UART bootloader decryption enabled", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "If not set (default), the bootloader will permanently disable UART bootloader flash cache access on\nfirst boot. If set, the UART bootloader will still be able to access the flash cache.\n\nOnly set this option in testing environments.", - "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", - "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", - "range": null, - "title": "Leave UART bootloader flash cache enabled", + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable UART bootloader flash cache access on\nfirst boot. If set, the UART bootloader will still be able to access the flash cache.\n\nOnly set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "range": null, + "title": "Leave UART bootloader flash cache enabled", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", - "help": "If not set (default), and flash encryption is not yet enabled in eFuses, the 2nd stage bootloader\nwill enable flash encryption: generate the flash encryption key and program eFuses.\nIf this option is set, and flash encryption is not yet enabled, the bootloader will error out and\nreboot.\nIf flash encryption is enabled in eFuses, this option does not change the bootloader behavior.\n\nOnly use this option in testing environments, to avoid accidentally enabling flash encryption on\nthe wrong device. The device needs to have flash encryption already enabled using espefuse.py.", - "id": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", - "name": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", - "range": null, - "title": "Require flash encryption to be already enabled", + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), and flash encryption is not yet enabled in eFuses, the 2nd stage bootloader\nwill enable flash encryption: generate the flash encryption key and program eFuses.\nIf this option is set, and flash encryption is not yet enabled, the bootloader will error out and\nreboot.\nIf flash encryption is enabled in eFuses, this option does not change the bootloader behavior.\n\nOnly use this option in testing environments, to avoid accidentally enabling flash encryption on\nthe wrong device. The device needs to have flash encryption already enabled using espefuse.py.", + "id": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "name": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "range": null, + "title": "Require flash encryption to be already enabled", "type": "bool" } - ], - "depends_on": null, - "id": "security-features-potentially-insecure-options", - "title": "Potentially insecure options", + ], + "depends_on": null, + "id": "security-features-potentially-insecure-options", + "title": "Potentially insecure options", "type": "menu" } - ], - "depends_on": null, - "id": "security-features", - "title": "Security features", + ], + "depends_on": null, + "id": "security-features", + "title": "Security features", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "!IDF_CMAKE", - "help": "The serial port that's connected to the ESP chip. This can be overridden by setting the ESPPORT\nenvironment variable.\n\nThis value is ignored when using the CMake-based build system or idf.py.", - "id": "ESPTOOLPY_PORT", - "name": "ESPTOOLPY_PORT", - "range": null, - "title": "Default serial port", + "children": [], + "depends_on": "!IDF_CMAKE", + "help": "The serial port that's connected to the ESP chip. This can be overridden by setting the ESPPORT\nenvironment variable.\n\nThis value is ignored when using the CMake-based build system or idf.py.", + "id": "ESPTOOLPY_PORT", + "name": "ESPTOOLPY_PORT", + "range": null, + "title": "Default serial port", "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BAUD_115200B", - "name": "ESPTOOLPY_BAUD_115200B", - "range": null, - "title": "115200 baud", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BAUD_115200B", + "name": "ESPTOOLPY_BAUD_115200B", + "range": null, + "title": "115200 baud", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BAUD_230400B", - "name": "ESPTOOLPY_BAUD_230400B", - "range": null, - "title": "230400 baud", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BAUD_230400B", + "name": "ESPTOOLPY_BAUD_230400B", + "range": null, + "title": "230400 baud", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BAUD_921600B", - "name": "ESPTOOLPY_BAUD_921600B", - "range": null, - "title": "921600 baud", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BAUD_921600B", + "name": "ESPTOOLPY_BAUD_921600B", + "range": null, + "title": "921600 baud", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BAUD_2MB", - "name": "ESPTOOLPY_BAUD_2MB", - "range": null, - "title": "2Mbaud", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BAUD_2MB", + "name": "ESPTOOLPY_BAUD_2MB", + "range": null, + "title": "2Mbaud", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BAUD_OTHER", - "name": "ESPTOOLPY_BAUD_OTHER", - "range": null, - "title": "Other baud rate", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BAUD_OTHER", + "name": "ESPTOOLPY_BAUD_OTHER", + "range": null, + "title": "Other baud rate", "type": "bool" } - ], - "depends_on": "!IDF_CMAKE", - "help": "Default baud rate to use while communicating with the ESP chip. Can be overridden by\nsetting the ESPBAUD variable.\n\nThis value is ignored when using the CMake-based build system or idf.py.", - "id": "serial-flasher-config-default-baud-rate", - "name": "ESPTOOLPY_BAUD", - "title": "Default baud rate", + ], + "depends_on": "!IDF_CMAKE", + "help": "Default baud rate to use while communicating with the ESP chip. Can be overridden by\nsetting the ESPBAUD variable.\n\nThis value is ignored when using the CMake-based build system or idf.py.", + "id": "serial-flasher-config-default-baud-rate", + "name": "ESPTOOLPY_BAUD", + "title": "Default baud rate", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_BAUD_OTHER_VAL", - "name": "ESPTOOLPY_BAUD_OTHER_VAL", - "range": null, - "title": "Other baud rate value", + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_BAUD_OTHER_VAL", + "name": "ESPTOOLPY_BAUD_OTHER_VAL", + "range": null, + "title": "Other baud rate value", "type": "int" - }, + }, { - "children": [], - "depends_on": "!IDF_CMAKE", - "help": null, - "id": "ESPTOOLPY_BAUD", - "name": "ESPTOOLPY_BAUD", - "range": null, - "title": null, + "children": [], + "depends_on": "!IDF_CMAKE", + "help": null, + "id": "ESPTOOLPY_BAUD", + "name": "ESPTOOLPY_BAUD", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "!IDF_CMAKE", - "help": "The flasher tool can send data compressed using zlib, letting the ROM on the ESP chip\ndecompress it on the fly before flashing it. For most payloads, this should result in a\nspeed increase.", - "id": "ESPTOOLPY_COMPRESSED", - "name": "ESPTOOLPY_COMPRESSED", - "range": null, - "title": "Use compressed upload", + "children": [], + "depends_on": "!IDF_CMAKE", + "help": "The flasher tool can send data compressed using zlib, letting the ROM on the ESP chip\ndecompress it on the fly before flashing it. For most payloads, this should result in a\nspeed increase.", + "id": "ESPTOOLPY_COMPRESSED", + "name": "ESPTOOLPY_COMPRESSED", + "range": null, + "title": "Use compressed upload", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHMODE_QIO", - "name": "ESPTOOLPY_FLASHMODE_QIO", - "range": null, - "title": "QIO", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QIO", + "name": "ESPTOOLPY_FLASHMODE_QIO", + "range": null, + "title": "QIO", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHMODE_QOUT", - "name": "ESPTOOLPY_FLASHMODE_QOUT", - "range": null, - "title": "QOUT", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QOUT", + "name": "ESPTOOLPY_FLASHMODE_QOUT", + "range": null, + "title": "QOUT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHMODE_DIO", - "name": "ESPTOOLPY_FLASHMODE_DIO", - "range": null, - "title": "DIO", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DIO", + "name": "ESPTOOLPY_FLASHMODE_DIO", + "range": null, + "title": "DIO", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHMODE_DOUT", - "name": "ESPTOOLPY_FLASHMODE_DOUT", - "range": null, - "title": "DOUT", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DOUT", + "name": "ESPTOOLPY_FLASHMODE_DOUT", + "range": null, + "title": "DOUT", "type": "bool" } - ], - "depends_on": null, - "help": "Mode the flash chip is flashed in, as well as the default mode for the\nbinary to run in.", - "id": "serial-flasher-config-flash-spi-mode", - "name": "ESPTOOLPY_FLASHMODE", - "title": "Flash SPI mode", + ], + "depends_on": null, + "help": "Mode the flash chip is flashed in, as well as the default mode for the\nbinary to run in.", + "id": "serial-flasher-config-flash-spi-mode", + "name": "ESPTOOLPY_FLASHMODE", + "title": "Flash SPI mode", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_FLASHMODE", - "name": "ESPTOOLPY_FLASHMODE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_FLASHMODE", + "name": "ESPTOOLPY_FLASHMODE", + "range": null, + "title": null, "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_80M", - "name": "ESPTOOLPY_FLASHFREQ_80M", - "range": null, - "title": "80 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_80M", + "name": "ESPTOOLPY_FLASHFREQ_80M", + "range": null, + "title": "80 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_40M", - "name": "ESPTOOLPY_FLASHFREQ_40M", - "range": null, - "title": "40 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_40M", + "name": "ESPTOOLPY_FLASHFREQ_40M", + "range": null, + "title": "40 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_26M", - "name": "ESPTOOLPY_FLASHFREQ_26M", - "range": null, - "title": "26 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_26M", + "name": "ESPTOOLPY_FLASHFREQ_26M", + "range": null, + "title": "26 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_20M", - "name": "ESPTOOLPY_FLASHFREQ_20M", - "range": null, - "title": "20 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_20M", + "name": "ESPTOOLPY_FLASHFREQ_20M", + "range": null, + "title": "20 MHz", "type": "bool" } - ], - "depends_on": null, - "help": "The SPI flash frequency to be used.", - "id": "serial-flasher-config-flash-spi-speed", - "name": "ESPTOOLPY_FLASHFREQ", - "title": "Flash SPI speed", + ], + "depends_on": null, + "help": "The SPI flash frequency to be used.", + "id": "serial-flasher-config-flash-spi-speed", + "name": "ESPTOOLPY_FLASHFREQ", + "title": "Flash SPI speed", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_FLASHFREQ", - "name": "ESPTOOLPY_FLASHFREQ", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_FLASHFREQ", + "name": "ESPTOOLPY_FLASHFREQ", + "range": null, + "title": null, "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHSIZE_1MB", - "name": "ESPTOOLPY_FLASHSIZE_1MB", - "range": null, - "title": "1 MB", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_1MB", + "name": "ESPTOOLPY_FLASHSIZE_1MB", + "range": null, + "title": "1 MB", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHSIZE_2MB", - "name": "ESPTOOLPY_FLASHSIZE_2MB", - "range": null, - "title": "2 MB", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_2MB", + "name": "ESPTOOLPY_FLASHSIZE_2MB", + "range": null, + "title": "2 MB", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHSIZE_4MB", - "name": "ESPTOOLPY_FLASHSIZE_4MB", - "range": null, - "title": "4 MB", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_4MB", + "name": "ESPTOOLPY_FLASHSIZE_4MB", + "range": null, + "title": "4 MB", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHSIZE_8MB", - "name": "ESPTOOLPY_FLASHSIZE_8MB", - "range": null, - "title": "8 MB", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_8MB", + "name": "ESPTOOLPY_FLASHSIZE_8MB", + "range": null, + "title": "8 MB", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHSIZE_16MB", - "name": "ESPTOOLPY_FLASHSIZE_16MB", - "range": null, - "title": "16 MB", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_16MB", + "name": "ESPTOOLPY_FLASHSIZE_16MB", + "range": null, + "title": "16 MB", "type": "bool" } - ], - "depends_on": null, - "help": "SPI flash size, in megabytes", - "id": "serial-flasher-config-flash-size", - "name": "ESPTOOLPY_FLASHSIZE", - "title": "Flash size", + ], + "depends_on": null, + "help": "SPI flash size, in megabytes", + "id": "serial-flasher-config-flash-size", + "name": "ESPTOOLPY_FLASHSIZE", + "title": "Flash size", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_FLASHSIZE", - "name": "ESPTOOLPY_FLASHSIZE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_FLASHSIZE", + "name": "ESPTOOLPY_FLASHSIZE", + "range": null, + "title": null, "type": "string" - }, + }, { - "children": [], - "depends_on": null, - "help": "If this option is set, flashing the project will automatically detect\nthe flash size of the target chip and update the bootloader image\nbefore it is flashed.", - "id": "ESPTOOLPY_FLASHSIZE_DETECT", - "name": "ESPTOOLPY_FLASHSIZE_DETECT", - "range": null, - "title": "Detect flash size when flashing bootloader", + "children": [], + "depends_on": null, + "help": "If this option is set, flashing the project will automatically detect\nthe flash size of the target chip and update the bootloader image\nbefore it is flashed.", + "id": "ESPTOOLPY_FLASHSIZE_DETECT", + "name": "ESPTOOLPY_FLASHSIZE_DETECT", + "range": null, + "title": "Detect flash size when flashing bootloader", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BEFORE_RESET", - "name": "ESPTOOLPY_BEFORE_RESET", - "range": null, - "title": "Reset to bootloader", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_RESET", + "name": "ESPTOOLPY_BEFORE_RESET", + "range": null, + "title": "Reset to bootloader", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_BEFORE_NORESET", - "name": "ESPTOOLPY_BEFORE_NORESET", - "range": null, - "title": "No reset", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_NORESET", + "name": "ESPTOOLPY_BEFORE_NORESET", + "range": null, + "title": "No reset", "type": "bool" } - ], - "depends_on": null, - "help": "Configure whether esptool.py should reset the ESP32 before flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", - "id": "serial-flasher-config-before-flashing", - "name": "ESPTOOLPY_BEFORE", - "title": "Before flashing", + ], + "depends_on": null, + "help": "Configure whether esptool.py should reset the ESP32 before flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-before-flashing", + "name": "ESPTOOLPY_BEFORE", + "title": "Before flashing", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_BEFORE", - "name": "ESPTOOLPY_BEFORE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_BEFORE", + "name": "ESPTOOLPY_BEFORE", + "range": null, + "title": null, "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_AFTER_RESET", - "name": "ESPTOOLPY_AFTER_RESET", - "range": null, - "title": "Reset after flashing", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_RESET", + "name": "ESPTOOLPY_AFTER_RESET", + "range": null, + "title": "Reset after flashing", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_AFTER_NORESET", - "name": "ESPTOOLPY_AFTER_NORESET", - "range": null, - "title": "Stay in bootloader", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_NORESET", + "name": "ESPTOOLPY_AFTER_NORESET", + "range": null, + "title": "Stay in bootloader", "type": "bool" } - ], - "depends_on": null, - "help": "Configure whether esptool.py should reset the ESP32 after flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", - "id": "serial-flasher-config-after-flashing", - "name": "ESPTOOLPY_AFTER", - "title": "After flashing", + ], + "depends_on": null, + "help": "Configure whether esptool.py should reset the ESP32 after flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-after-flashing", + "name": "ESPTOOLPY_AFTER", + "title": "After flashing", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_AFTER", - "name": "ESPTOOLPY_AFTER", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_AFTER", + "name": "ESPTOOLPY_AFTER", + "range": null, + "title": null, "type": "string" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_9600B", - "name": "ESPTOOLPY_MONITOR_BAUD_9600B", - "range": null, - "title": "9600 bps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_9600B", + "name": "ESPTOOLPY_MONITOR_BAUD_9600B", + "range": null, + "title": "9600 bps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_57600B", - "name": "ESPTOOLPY_MONITOR_BAUD_57600B", - "range": null, - "title": "57600 bps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_57600B", + "name": "ESPTOOLPY_MONITOR_BAUD_57600B", + "range": null, + "title": "57600 bps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_115200B", - "name": "ESPTOOLPY_MONITOR_BAUD_115200B", - "range": null, - "title": "115200 bps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_115200B", + "name": "ESPTOOLPY_MONITOR_BAUD_115200B", + "range": null, + "title": "115200 bps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_230400B", - "name": "ESPTOOLPY_MONITOR_BAUD_230400B", - "range": null, - "title": "230400 bps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_230400B", + "name": "ESPTOOLPY_MONITOR_BAUD_230400B", + "range": null, + "title": "230400 bps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_921600B", - "name": "ESPTOOLPY_MONITOR_BAUD_921600B", - "range": null, - "title": "921600 bps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_921600B", + "name": "ESPTOOLPY_MONITOR_BAUD_921600B", + "range": null, + "title": "921600 bps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_2MB", - "name": "ESPTOOLPY_MONITOR_BAUD_2MB", - "range": null, - "title": "2 Mbps", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_2MB", + "name": "ESPTOOLPY_MONITOR_BAUD_2MB", + "range": null, + "title": "2 Mbps", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_OTHER", - "name": "ESPTOOLPY_MONITOR_BAUD_OTHER", - "range": null, - "title": "Custom baud rate", + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_OTHER", + "name": "ESPTOOLPY_MONITOR_BAUD_OTHER", + "range": null, + "title": "Custom baud rate", "type": "bool" } - ], - "depends_on": null, - "help": "Baud rate to use when running 'idf.py monitor' or 'make monitor'\nto view serial output from a running chip.\n\nCan override by setting the MONITORBAUD environment variable.", - "id": "serial-flasher-config--idf-py-monitor-baud-rate", - "name": "ESPTOOLPY_MONITOR_BAUD", - "title": "'idf.py monitor' baud rate", + ], + "depends_on": null, + "help": "Baud rate to use when running 'idf.py monitor' or 'make monitor'\nto view serial output from a running chip.\n\nCan override by setting the MONITORBAUD environment variable.", + "id": "serial-flasher-config--idf-py-monitor-baud-rate", + "name": "ESPTOOLPY_MONITOR_BAUD", + "title": "'idf.py monitor' baud rate", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL", - "name": "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL", - "range": null, - "title": "Custom baud rate value", + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL", + "name": "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL", + "range": null, + "title": "Custom baud rate value", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESPTOOLPY_MONITOR_BAUD", - "name": "ESPTOOLPY_MONITOR_BAUD", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD", + "name": "ESPTOOLPY_MONITOR_BAUD", + "range": null, + "title": null, "type": "int" } - ], - "depends_on": null, - "id": "serial-flasher-config", - "title": "Serial flasher config", + ], + "depends_on": null, + "id": "serial-flasher-config", + "title": "Serial flasher config", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "PARTITION_TABLE_SINGLE_APP", - "name": "PARTITION_TABLE_SINGLE_APP", - "range": null, - "title": "Single factory app, no OTA", + "children": [], + "depends_on": "", + "help": null, + "id": "PARTITION_TABLE_SINGLE_APP", + "name": "PARTITION_TABLE_SINGLE_APP", + "range": null, + "title": "Single factory app, no OTA", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "PARTITION_TABLE_TWO_OTA", - "name": "PARTITION_TABLE_TWO_OTA", - "range": null, - "title": "Factory app, two OTA definitions", + "children": [], + "depends_on": "", + "help": null, + "id": "PARTITION_TABLE_TWO_OTA", + "name": "PARTITION_TABLE_TWO_OTA", + "range": null, + "title": "Factory app, two OTA definitions", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "PARTITION_TABLE_CUSTOM", - "name": "PARTITION_TABLE_CUSTOM", - "range": null, - "title": "Custom partition table CSV", + "children": [], + "depends_on": "", + "help": null, + "id": "PARTITION_TABLE_CUSTOM", + "name": "PARTITION_TABLE_CUSTOM", + "range": null, + "title": "Custom partition table CSV", "type": "bool" } - ], - "depends_on": null, - "help": "The partition table to flash to the ESP32. The partition table\ndetermines where apps, data and other resources are expected to\nbe found.\n\nThe predefined partition table CSV descriptions can be found\nin the components/partition_table directory. Otherwise it's\npossible to create a new custom partition CSV for your application.", - "id": "partition-table-partition-table", - "name": "PARTITION_TABLE_TYPE", - "title": "Partition Table", + ], + "depends_on": null, + "help": "The partition table to flash to the ESP32. The partition table\ndetermines where apps, data and other resources are expected to\nbe found.\n\nThe predefined partition table CSV descriptions can be found\nin the components/partition_table directory. Otherwise it's\npossible to create a new custom partition CSV for your application.", + "id": "partition-table-partition-table", + "name": "PARTITION_TABLE_TYPE", + "title": "Partition Table", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "Name of the custom partition CSV filename. This path is evaluated\nrelative to the project root directory.", - "id": "PARTITION_TABLE_CUSTOM_FILENAME", - "name": "PARTITION_TABLE_CUSTOM_FILENAME", - "range": null, - "title": "Custom partition CSV file", + "children": [], + "depends_on": null, + "help": "Name of the custom partition CSV filename. This path is evaluated\nrelative to the project root directory.", + "id": "PARTITION_TABLE_CUSTOM_FILENAME", + "name": "PARTITION_TABLE_CUSTOM_FILENAME", + "range": null, + "title": "Custom partition CSV file", "type": "string" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "PARTITION_TABLE_FILENAME", - "name": "PARTITION_TABLE_FILENAME", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "PARTITION_TABLE_FILENAME", + "name": "PARTITION_TABLE_FILENAME", + "range": null, + "title": null, "type": "string" - }, + }, { - "children": [], - "depends_on": null, - "help": "The address of partition table (by default 0x8000).\nAllows you to move the partition table, it gives more space for the bootloader.\nNote that the bootloader and app will both need to be compiled with the same PARTITION_TABLE_OFFSET value.\n\nThis number should be a multiple of 0x1000.\n\nNote that partition offsets in the partition table CSV file may need to be changed if this value is set to\na higher value. To have each partition offset adapt to the configured partition table offset, leave all\npartition offsets blank in the CSV file.", - "id": "PARTITION_TABLE_OFFSET", - "name": "PARTITION_TABLE_OFFSET", - "range": null, - "title": "Offset of partition table", + "children": [], + "depends_on": null, + "help": "The address of partition table (by default 0x8000).\nAllows you to move the partition table, it gives more space for the bootloader.\nNote that the bootloader and app will both need to be compiled with the same PARTITION_TABLE_OFFSET value.\n\nThis number should be a multiple of 0x1000.\n\nNote that partition offsets in the partition table CSV file may need to be changed if this value is set to\na higher value. To have each partition offset adapt to the configured partition table offset, leave all\npartition offsets blank in the CSV file.", + "id": "PARTITION_TABLE_OFFSET", + "name": "PARTITION_TABLE_OFFSET", + "range": null, + "title": "Offset of partition table", "type": "hex" - }, + }, { - "children": [], - "depends_on": null, - "help": "Generate an MD5 checksum for the partition table for protecting the\nintegrity of the table. The generation should be turned off for legacy\nbootloaders which cannot recognize the MD5 checksum in the partition\ntable.", - "id": "PARTITION_TABLE_MD5", - "name": "PARTITION_TABLE_MD5", - "range": null, - "title": "Generate an MD5 checksum for the partition table", + "children": [], + "depends_on": null, + "help": "Generate an MD5 checksum for the partition table for protecting the\nintegrity of the table. The generation should be turned off for legacy\nbootloaders which cannot recognize the MD5 checksum in the partition\ntable.", + "id": "PARTITION_TABLE_MD5", + "name": "PARTITION_TABLE_MD5", + "range": null, + "title": "Generate an MD5 checksum for the partition table", "type": "bool" } - ], - "depends_on": null, - "id": "partition-table", - "title": "Partition Table", + ], + "depends_on": null, + "id": "partition-table", + "title": "Partition Table", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Linenoise line editing library provides functions to save and load\ncommand history. If this option is enabled, initalizes a FAT filesystem\nand uses it to store command history.", - "id": "STORE_HISTORY", - "name": "STORE_HISTORY", - "range": null, - "title": "Store command history in flash", + "children": [], + "depends_on": null, + "help": "Linenoise line editing library provides functions to save and load\ncommand history. If this option is enabled, initalizes a FAT filesystem\nand uses it to store command history.", + "id": "STORE_HISTORY", + "name": "STORE_HISTORY", + "range": null, + "title": "Store command history in flash", "type": "bool" } - ], - "depends_on": null, - "id": "example-configuration", - "title": "Example Configuration", + ], + "depends_on": null, + "id": "example-configuration", + "title": "Example Configuration", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_OPTIMIZATION_DEFAULT", - "name": "COMPILER_OPTIMIZATION_DEFAULT", - "range": null, - "title": "Debug (-Og)", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_DEFAULT", + "name": "COMPILER_OPTIMIZATION_DEFAULT", + "range": null, + "title": "Debug (-Og)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_OPTIMIZATION_SIZE", - "name": "COMPILER_OPTIMIZATION_SIZE", - "range": null, - "title": "Optimize for size (-Os)", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_SIZE", + "name": "COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Optimize for size (-Os)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_OPTIMIZATION_PERF", - "name": "COMPILER_OPTIMIZATION_PERF", - "range": null, - "title": "Optimize for performance (-O2)", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_PERF", + "name": "COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_OPTIMIZATION_NONE", - "name": "COMPILER_OPTIMIZATION_NONE", - "range": null, - "title": "Debug without optimization (-O0)", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_NONE", + "name": "COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0)", "type": "bool" } - ], - "depends_on": null, - "help": "This option sets compiler optimization level (gcc -O argument).\n\n- The \"Default\" setting will add the -0g flag to CFLAGS.\n- The \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.", - "id": "compiler-options-optimization-level", - "name": "COMPILER_OPTIMIZATION", - "title": "Optimization Level", + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument) for the app.\n\n- The \"Default\" setting will add the -0g flag to CFLAGS.\n- The \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.\n\nCompiler optimization for the IDF bootloader is set separately,\nsee the BOOTLOADER_COMPILER_OPTIMIZATION setting.", + "id": "compiler-options-optimization-level", + "name": "COMPILER_OPTIMIZATION", + "title": "Optimization Level", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "Enable assertions. Assertion content and line number will be printed on failure.", - "id": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", - "name": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", - "range": null, - "title": "Enabled", + "children": [], + "depends_on": "", + "help": "Enable assertions. Assertion content and line number will be printed on failure.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "range": null, + "title": "Enabled", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "Enable silent assertions. Failed assertions will abort(), user needs to\nuse the aborting address to find the line number with the failed assertion.", - "id": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", - "name": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", - "range": null, - "title": "Silent (saves code size)", + "children": [], + "depends_on": "", + "help": "Enable silent assertions. Failed assertions will abort(), user needs to\nuse the aborting address to find the line number with the failed assertion.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "range": null, + "title": "Silent (saves code size)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "If assertions are disabled, -DNDEBUG is added to CPPFLAGS.", - "id": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", - "name": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", - "range": null, - "title": "Disabled (sets -DNDEBUG)", + "children": [], + "depends_on": "", + "help": "If assertions are disabled, -DNDEBUG is added to CPPFLAGS.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "range": null, + "title": "Disabled (sets -DNDEBUG)", "type": "bool" } - ], - "depends_on": null, - "help": "Assertions can be:\n\n- Enabled. Failure will print verbose assertion details. This is the default.\n\n- Set to \"silent\" to save code size (failed assertions will abort() but user\n needs to use the aborting address to find the line number with the failed assertion.)\n\n- Disabled entirely (not recommended for most configurations.) -DNDEBUG is added\n to CPPFLAGS in this case.", - "id": "compiler-options-assertion-level", - "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", - "title": "Assertion level", + ], + "depends_on": null, + "help": "Assertions can be:\n\n- Enabled. Failure will print verbose assertion details. This is the default.\n\n- Set to \"silent\" to save code size (failed assertions will abort() but user\n needs to use the aborting address to find the line number with the failed assertion.)\n\n- Disabled entirely (not recommended for most configurations.) -DNDEBUG is added\n to CPPFLAGS in this case.", + "id": "compiler-options-assertion-level", + "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "title": "Assertion level", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "COMPILER_CXX_EXCEPTIONS", - "help": "Size (in bytes) of the emergency memory pool for C++ exceptions. This pool will be used to allocate\nmemory for thrown exceptions when there is not enough memory on the heap.", - "id": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", - "name": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", - "range": null, - "title": "Emergency Pool Size", + "children": [], + "depends_on": "COMPILER_CXX_EXCEPTIONS", + "help": "Size (in bytes) of the emergency memory pool for C++ exceptions. This pool will be used to allocate\nmemory for thrown exceptions when there is not enough memory on the heap.", + "id": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "name": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "range": null, + "title": "Emergency Pool Size", "type": "int" } - ], - "depends_on": null, - "help": "Enabling this option compiles all IDF C++ files with exception support enabled.\n\nDisabling this option disables C++ exception support in all compiled files, and any libstdc++ code\nwhich throws an exception will abort instead.\n\nEnabling this option currently adds an additional ~500 bytes of heap overhead\nwhen an exception is thrown in user code for the first time.", - "id": "COMPILER_CXX_EXCEPTIONS", - "is_menuconfig": true, - "name": "COMPILER_CXX_EXCEPTIONS", - "range": null, - "title": "Enable C++ exceptions", + ], + "depends_on": null, + "help": "Enabling this option compiles all IDF C++ files with exception support enabled.\n\nDisabling this option disables C++ exception support in all compiled files, and any libstdc++ code\nwhich throws an exception will abort instead.\n\nEnabling this option currently adds an additional ~500 bytes of heap overhead\nwhen an exception is thrown in user code for the first time.", + "id": "COMPILER_CXX_EXCEPTIONS", + "is_menuconfig": true, + "name": "COMPILER_CXX_EXCEPTIONS", + "range": null, + "title": "Enable C++ exceptions", "type": "menu" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option compiles all C++ files with RTTI support enabled.\nThis increases binary size (typically by tens of kB) but allows using\ndynamic_cast conversion and typeid operator.", - "id": "COMPILER_CXX_RTTI", - "name": "COMPILER_CXX_RTTI", - "range": null, - "title": "Enable C++ run-time type info (RTTI)", + "children": [], + "depends_on": null, + "help": "Enabling this option compiles all C++ files with RTTI support enabled.\nThis increases binary size (typically by tens of kB) but allows using\ndynamic_cast conversion and typeid operator.", + "id": "COMPILER_CXX_RTTI", + "name": "COMPILER_CXX_RTTI", + "range": null, + "title": "Enable C++ run-time type info (RTTI)", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_STACK_CHECK_MODE_NONE", - "name": "COMPILER_STACK_CHECK_MODE_NONE", - "range": null, - "title": "None", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NONE", + "name": "COMPILER_STACK_CHECK_MODE_NONE", + "range": null, + "title": "None", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_STACK_CHECK_MODE_NORM", - "name": "COMPILER_STACK_CHECK_MODE_NORM", - "range": null, - "title": "Normal", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NORM", + "name": "COMPILER_STACK_CHECK_MODE_NORM", + "range": null, + "title": "Normal", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_STACK_CHECK_MODE_STRONG", - "name": "COMPILER_STACK_CHECK_MODE_STRONG", - "range": null, - "title": "Strong", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_STRONG", + "name": "COMPILER_STACK_CHECK_MODE_STRONG", + "range": null, + "title": "Strong", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_STACK_CHECK_MODE_ALL", - "name": "COMPILER_STACK_CHECK_MODE_ALL", - "range": null, - "title": "Overall", + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_ALL", + "name": "COMPILER_STACK_CHECK_MODE_ALL", + "range": null, + "title": "Overall", "type": "bool" } - ], - "depends_on": null, - "help": "Stack smashing protection mode. Emit extra code to check for buffer overflows, such as stack\nsmashing attacks. This is done by adding a guard variable to functions with vulnerable objects.\nThe guards are initialized when a function is entered and then checked when the function exits.\nIf a guard check fails, program is halted. Protection has the following modes:\n\n- In NORMAL mode (GCC flag: -fstack-protector) only functions that call alloca, and functions with\n buffers larger than 8 bytes are protected.\n\n- STRONG mode (GCC flag: -fstack-protector-strong) is like NORMAL, but includes additional functions\n to be protected -- those that have local array definitions, or have references to local frame\n addresses.\n\n- In OVERALL mode (GCC flag: -fstack-protector-all) all functions are protected.\n\nModes have the following impact on code performance and coverage:\n\n- performance: NORMAL > STRONG > OVERALL\n\n- coverage: NORMAL < STRONG < OVERALL", - "id": "compiler-options-stack-smashing-protection-mode", - "name": "COMPILER_STACK_CHECK_MODE", - "title": "Stack smashing protection mode", + ], + "depends_on": null, + "help": "Stack smashing protection mode. Emit extra code to check for buffer overflows, such as stack\nsmashing attacks. This is done by adding a guard variable to functions with vulnerable objects.\nThe guards are initialized when a function is entered and then checked when the function exits.\nIf a guard check fails, program is halted. Protection has the following modes:\n\n- In NORMAL mode (GCC flag: -fstack-protector) only functions that call alloca, and functions with\n buffers larger than 8 bytes are protected.\n\n- STRONG mode (GCC flag: -fstack-protector-strong) is like NORMAL, but includes additional functions\n to be protected -- those that have local array definitions, or have references to local frame\n addresses.\n\n- In OVERALL mode (GCC flag: -fstack-protector-all) all functions are protected.\n\nModes have the following impact on code performance and coverage:\n\n- performance: NORMAL > STRONG > OVERALL\n\n- coverage: NORMAL < STRONG < OVERALL", + "id": "compiler-options-stack-smashing-protection-mode", + "name": "COMPILER_STACK_CHECK_MODE", + "title": "Stack smashing protection mode", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "Stack smashing protection.", - "id": "COMPILER_STACK_CHECK", - "name": "COMPILER_STACK_CHECK", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": "Stack smashing protection.", + "id": "COMPILER_STACK_CHECK", + "name": "COMPILER_STACK_CHECK", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Adds -Wwrite-strings flag for the C/C++ compilers.\n\nFor C, this gives string constants the type ``const char[]`` so that\ncopying the address of one into a non-const ``char *`` pointer\nproduces a warning. This warning helps to find at compile time code\nthat tries to write into a string constant.\n\nFor C++, this warns about the deprecated conversion from string\nliterals to ``char *``.", - "id": "COMPILER_WARN_WRITE_STRINGS", - "name": "COMPILER_WARN_WRITE_STRINGS", - "range": null, - "title": "Enable -Wwrite-strings warning flag", + "children": [], + "depends_on": null, + "help": "Adds -Wwrite-strings flag for the C/C++ compilers.\n\nFor C, this gives string constants the type ``const char[]`` so that\ncopying the address of one into a non-const ``char *`` pointer\nproduces a warning. This warning helps to find at compile time code\nthat tries to write into a string constant.\n\nFor C++, this warns about the deprecated conversion from string\nliterals to ``char *``.", + "id": "COMPILER_WARN_WRITE_STRINGS", + "name": "COMPILER_WARN_WRITE_STRINGS", + "range": null, + "title": "Enable -Wwrite-strings warning flag", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable this option if using GCC 6 or newer, and wanting to disable warnings which don't appear with\nGCC 5.", - "id": "COMPILER_DISABLE_GCC8_WARNINGS", - "name": "COMPILER_DISABLE_GCC8_WARNINGS", - "range": null, - "title": "Disable new warnings introduced in GCC 6 - 8", + "children": [], + "depends_on": null, + "help": "Enable this option if using GCC 6 or newer, and wanting to disable warnings which don't appear with\nGCC 5.", + "id": "COMPILER_DISABLE_GCC8_WARNINGS", + "name": "COMPILER_DISABLE_GCC8_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 6 - 8", "type": "bool" } - ], - "depends_on": null, - "id": "compiler-options", - "title": "Compiler options", + ], + "depends_on": null, + "id": "compiler-options", + "title": "Compiler options", "type": "menu" - }, + }, { "children": [ { @@ -1702,83 +1811,83 @@ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "APPTRACE_DEST_TRAX", - "name": "APPTRACE_DEST_TRAX", - "range": null, - "title": "Trace memory", + "children": [], + "depends_on": "", + "help": null, + "id": "APPTRACE_DEST_TRAX", + "name": "APPTRACE_DEST_TRAX", + "range": null, + "title": "Trace memory", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "APPTRACE_DEST_NONE", - "name": "APPTRACE_DEST_NONE", - "range": null, - "title": "None", + "children": [], + "depends_on": "", + "help": null, + "id": "APPTRACE_DEST_NONE", + "name": "APPTRACE_DEST_NONE", + "range": null, + "title": "None", "type": "bool" } - ], - "depends_on": null, - "help": "Select destination for application trace: trace memory or none (to disable).", - "id": "component-config-application-level-tracing-data-destination", - "name": "APPTRACE_DESTINATION", - "title": "Data Destination", + ], + "depends_on": null, + "help": "Select destination for application trace: trace memory or none (to disable).", + "id": "component-config-application-level-tracing-data-destination", + "name": "APPTRACE_DESTINATION", + "title": "Data Destination", "type": "choice" - }, + }, { - "children": [], - "depends_on": "!ESP32_TRAX && !ESP32S2_TRAX", - "help": "Enables/disable application tracing module.", - "id": "APPTRACE_ENABLE", - "name": "APPTRACE_ENABLE", - "range": null, - "title": null, + "children": [], + "depends_on": "!ESP32_TRAX && !ESP32S2_TRAX", + "help": "Enables/disable application tracing module.", + "id": "APPTRACE_ENABLE", + "name": "APPTRACE_ENABLE", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enables/disable application tracing module internal sync lock.", - "id": "APPTRACE_LOCK_ENABLE", - "name": "APPTRACE_LOCK_ENABLE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": "Enables/disable application tracing module internal sync lock.", + "id": "APPTRACE_LOCK_ENABLE", + "name": "APPTRACE_LOCK_ENABLE", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "APPTRACE_ENABLE", - "help": "Timeout for flushing last trace data to host in case of panic. In ms.\nUse -1 to disable timeout and wait forever.", - "id": "APPTRACE_ONPANIC_HOST_FLUSH_TMO", - "name": "APPTRACE_ONPANIC_HOST_FLUSH_TMO", - "range": null, - "title": "Timeout for flushing last trace data to host on panic", + "children": [], + "depends_on": "APPTRACE_ENABLE", + "help": "Timeout for flushing last trace data to host in case of panic. In ms.\nUse -1 to disable timeout and wait forever.", + "id": "APPTRACE_ONPANIC_HOST_FLUSH_TMO", + "name": "APPTRACE_ONPANIC_HOST_FLUSH_TMO", + "range": null, + "title": "Timeout for flushing last trace data to host on panic", "type": "int" - }, + }, { - "children": [], - "depends_on": "APPTRACE_DEST_TRAX", - "help": "Threshold for flushing last trace data to host on panic in post-mortem mode.\nThis is minimal amount of data needed to perform flush. In bytes.", - "id": "APPTRACE_POSTMORTEM_FLUSH_THRESH", - "name": "APPTRACE_POSTMORTEM_FLUSH_THRESH", - "range": null, - "title": "Threshold for flushing last trace data to host on panic", + "children": [], + "depends_on": "APPTRACE_DEST_TRAX", + "help": "Threshold for flushing last trace data to host on panic in post-mortem mode.\nThis is minimal amount of data needed to perform flush. In bytes.", + "id": "APPTRACE_POSTMORTEM_FLUSH_THRESH", + "name": "APPTRACE_POSTMORTEM_FLUSH_THRESH", + "range": null, + "title": "Threshold for flushing last trace data to host on panic", "type": "int" - }, + }, { - "children": [], - "depends_on": "APPTRACE_DEST_TRAX", - "help": "Size of the buffer for events in bytes. It is useful for buffering events from\nthe time critical code (scheduler, ISRs etc). If this parameter is 0 then\nevents will be discarded when main HW buffer is full.", - "id": "APPTRACE_PENDING_DATA_SIZE_MAX", - "name": "APPTRACE_PENDING_DATA_SIZE_MAX", - "range": null, - "title": "Size of the pending data buffer", + "children": [], + "depends_on": "APPTRACE_DEST_TRAX", + "help": "Size of the buffer for events in bytes. It is useful for buffering events from\nthe time critical code (scheduler, ISRs etc). If this parameter is 0 then\nevents will be discarded when main HW buffer is full.", + "id": "APPTRACE_PENDING_DATA_SIZE_MAX", + "name": "APPTRACE_PENDING_DATA_SIZE_MAX", + "range": null, + "title": "Size of the pending data buffer", "type": "int" - }, + }, { "children": [ { @@ -1786,526 +1895,526 @@ { "children": [ { - "children": [], - "depends_on": "FREERTOS_UNICORE && !PM_ENABLE && ", - "help": null, - "id": "SYSVIEW_TS_SOURCE_CCOUNT", - "name": "SYSVIEW_TS_SOURCE_CCOUNT", - "range": null, - "title": "CPU cycle counter (CCOUNT)", + "children": [], + "depends_on": "FREERTOS_UNICORE && !PM_ENABLE && ", + "help": null, + "id": "SYSVIEW_TS_SOURCE_CCOUNT", + "name": "SYSVIEW_TS_SOURCE_CCOUNT", + "range": null, + "title": "CPU cycle counter (CCOUNT)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!PM_ENABLE && ", - "help": null, - "id": "SYSVIEW_TS_SOURCE_TIMER_00", - "name": "SYSVIEW_TS_SOURCE_TIMER_00", - "range": null, - "title": "Timer 0, Group 0", + "children": [], + "depends_on": "!PM_ENABLE && ", + "help": null, + "id": "SYSVIEW_TS_SOURCE_TIMER_00", + "name": "SYSVIEW_TS_SOURCE_TIMER_00", + "range": null, + "title": "Timer 0, Group 0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!PM_ENABLE && ", - "help": null, - "id": "SYSVIEW_TS_SOURCE_TIMER_01", - "name": "SYSVIEW_TS_SOURCE_TIMER_01", - "range": null, - "title": "Timer 1, Group 0", + "children": [], + "depends_on": "!PM_ENABLE && ", + "help": null, + "id": "SYSVIEW_TS_SOURCE_TIMER_01", + "name": "SYSVIEW_TS_SOURCE_TIMER_01", + "range": null, + "title": "Timer 1, Group 0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!PM_ENABLE && ", - "help": null, - "id": "SYSVIEW_TS_SOURCE_TIMER_10", - "name": "SYSVIEW_TS_SOURCE_TIMER_10", - "range": null, - "title": "Timer 0, Group 1", + "children": [], + "depends_on": "!PM_ENABLE && ", + "help": null, + "id": "SYSVIEW_TS_SOURCE_TIMER_10", + "name": "SYSVIEW_TS_SOURCE_TIMER_10", + "range": null, + "title": "Timer 0, Group 1", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!PM_ENABLE && ", - "help": null, - "id": "SYSVIEW_TS_SOURCE_TIMER_11", - "name": "SYSVIEW_TS_SOURCE_TIMER_11", - "range": null, - "title": "Timer 1, Group 1", + "children": [], + "depends_on": "!PM_ENABLE && ", + "help": null, + "id": "SYSVIEW_TS_SOURCE_TIMER_11", + "name": "SYSVIEW_TS_SOURCE_TIMER_11", + "range": null, + "title": "Timer 1, Group 1", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SYSVIEW_TS_SOURCE_ESP_TIMER", - "name": "SYSVIEW_TS_SOURCE_ESP_TIMER", - "range": null, - "title": "esp_timer high resolution timer", + "children": [], + "depends_on": "", + "help": null, + "id": "SYSVIEW_TS_SOURCE_ESP_TIMER", + "name": "SYSVIEW_TS_SOURCE_ESP_TIMER", + "range": null, + "title": "esp_timer high resolution timer", "type": "bool" } - ], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "SystemView needs to use a hardware timer as the source of timestamps\nwhen tracing. This option selects the timer for it.", - "id": "component-config-application-level-tracing-freertos-systemview-tracing-systemview-tracing-enable-timer-to-use-as-timestamp-source", - "name": "SYSVIEW_TS_SOURCE", - "title": "Timer to use as timestamp source", + ], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "SystemView needs to use a hardware timer as the source of timestamps\nwhen tracing. This option selects the timer for it.", + "id": "component-config-application-level-tracing-freertos-systemview-tracing-systemview-tracing-enable-timer-to-use-as-timestamp-source", + "name": "SYSVIEW_TS_SOURCE", + "title": "Timer to use as timestamp source", "type": "choice" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Configures maximum supported tasks in sysview debug", - "id": "SYSVIEW_MAX_TASKS", - "name": "SYSVIEW_MAX_TASKS", - "range": null, - "title": "Maximum supported tasks", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Configures maximum supported tasks in sysview debug", + "id": "SYSVIEW_MAX_TASKS", + "name": "SYSVIEW_MAX_TASKS", + "range": null, + "title": "Maximum supported tasks", "type": "int" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Configures timeout (in us) to wait for free space in trace buffer.\nSet to -1 to wait forever and avoid lost events.", - "id": "SYSVIEW_BUF_WAIT_TMO", - "name": "SYSVIEW_BUF_WAIT_TMO", - "range": null, - "title": "Trace buffer wait timeout", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Configures timeout (in us) to wait for free space in trace buffer.\nSet to -1 to wait forever and avoid lost events.", + "id": "SYSVIEW_BUF_WAIT_TMO", + "name": "SYSVIEW_BUF_WAIT_TMO", + "range": null, + "title": "Trace buffer wait timeout", "type": "int" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"Trace Buffer Overflow\" event.", - "id": "SYSVIEW_EVT_OVERFLOW_ENABLE", - "name": "SYSVIEW_EVT_OVERFLOW_ENABLE", - "range": null, - "title": "Trace Buffer Overflow Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Trace Buffer Overflow\" event.", + "id": "SYSVIEW_EVT_OVERFLOW_ENABLE", + "name": "SYSVIEW_EVT_OVERFLOW_ENABLE", + "range": null, + "title": "Trace Buffer Overflow Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"ISR Enter\" event.", - "id": "SYSVIEW_EVT_ISR_ENTER_ENABLE", - "name": "SYSVIEW_EVT_ISR_ENTER_ENABLE", - "range": null, - "title": "ISR Enter Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"ISR Enter\" event.", + "id": "SYSVIEW_EVT_ISR_ENTER_ENABLE", + "name": "SYSVIEW_EVT_ISR_ENTER_ENABLE", + "range": null, + "title": "ISR Enter Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"ISR Exit\" event.", - "id": "SYSVIEW_EVT_ISR_EXIT_ENABLE", - "name": "SYSVIEW_EVT_ISR_EXIT_ENABLE", - "range": null, - "title": "ISR Exit Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"ISR Exit\" event.", + "id": "SYSVIEW_EVT_ISR_EXIT_ENABLE", + "name": "SYSVIEW_EVT_ISR_EXIT_ENABLE", + "range": null, + "title": "ISR Exit Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"ISR to Scheduler\" event.", - "id": "SYSVIEW_EVT_ISR_TO_SCHEDULER_ENABLE", - "name": "SYSVIEW_EVT_ISR_TO_SCHEDULER_ENABLE", - "range": null, - "title": "ISR Exit to Scheduler Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"ISR to Scheduler\" event.", + "id": "SYSVIEW_EVT_ISR_TO_SCHEDULER_ENABLE", + "name": "SYSVIEW_EVT_ISR_TO_SCHEDULER_ENABLE", + "range": null, + "title": "ISR Exit to Scheduler Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"Task Start Execution\" event.", - "id": "SYSVIEW_EVT_TASK_START_EXEC_ENABLE", - "name": "SYSVIEW_EVT_TASK_START_EXEC_ENABLE", - "range": null, - "title": "Task Start Execution Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Start Execution\" event.", + "id": "SYSVIEW_EVT_TASK_START_EXEC_ENABLE", + "name": "SYSVIEW_EVT_TASK_START_EXEC_ENABLE", + "range": null, + "title": "Task Start Execution Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"Task Stop Execution\" event.", - "id": "SYSVIEW_EVT_TASK_STOP_EXEC_ENABLE", - "name": "SYSVIEW_EVT_TASK_STOP_EXEC_ENABLE", - "range": null, - "title": "Task Stop Execution Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Stop Execution\" event.", + "id": "SYSVIEW_EVT_TASK_STOP_EXEC_ENABLE", + "name": "SYSVIEW_EVT_TASK_STOP_EXEC_ENABLE", + "range": null, + "title": "Task Stop Execution Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"Task Start Ready State\" event.", - "id": "SYSVIEW_EVT_TASK_START_READY_ENABLE", - "name": "SYSVIEW_EVT_TASK_START_READY_ENABLE", - "range": null, - "title": "Task Start Ready State Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Start Ready State\" event.", + "id": "SYSVIEW_EVT_TASK_START_READY_ENABLE", + "name": "SYSVIEW_EVT_TASK_START_READY_ENABLE", + "range": null, + "title": "Task Start Ready State Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"Task Stop Ready State\" event.", - "id": "SYSVIEW_EVT_TASK_STOP_READY_ENABLE", - "name": "SYSVIEW_EVT_TASK_STOP_READY_ENABLE", - "range": null, - "title": "Task Stop Ready State Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Stop Ready State\" event.", + "id": "SYSVIEW_EVT_TASK_STOP_READY_ENABLE", + "name": "SYSVIEW_EVT_TASK_STOP_READY_ENABLE", + "range": null, + "title": "Task Stop Ready State Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"Task Create\" event.", - "id": "SYSVIEW_EVT_TASK_CREATE_ENABLE", - "name": "SYSVIEW_EVT_TASK_CREATE_ENABLE", - "range": null, - "title": "Task Create Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Create\" event.", + "id": "SYSVIEW_EVT_TASK_CREATE_ENABLE", + "name": "SYSVIEW_EVT_TASK_CREATE_ENABLE", + "range": null, + "title": "Task Create Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"Task Terminate\" event.", - "id": "SYSVIEW_EVT_TASK_TERMINATE_ENABLE", - "name": "SYSVIEW_EVT_TASK_TERMINATE_ENABLE", - "range": null, - "title": "Task Terminate Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Terminate\" event.", + "id": "SYSVIEW_EVT_TASK_TERMINATE_ENABLE", + "name": "SYSVIEW_EVT_TASK_TERMINATE_ENABLE", + "range": null, + "title": "Task Terminate Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"System Idle\" event.", - "id": "SYSVIEW_EVT_IDLE_ENABLE", - "name": "SYSVIEW_EVT_IDLE_ENABLE", - "range": null, - "title": "System Idle Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"System Idle\" event.", + "id": "SYSVIEW_EVT_IDLE_ENABLE", + "name": "SYSVIEW_EVT_IDLE_ENABLE", + "range": null, + "title": "System Idle Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"Timer Enter\" event.", - "id": "SYSVIEW_EVT_TIMER_ENTER_ENABLE", - "name": "SYSVIEW_EVT_TIMER_ENTER_ENABLE", - "range": null, - "title": "Timer Enter Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Timer Enter\" event.", + "id": "SYSVIEW_EVT_TIMER_ENTER_ENABLE", + "name": "SYSVIEW_EVT_TIMER_ENTER_ENABLE", + "range": null, + "title": "Timer Enter Event", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", - "help": "Enables \"Timer Exit\" event.", - "id": "SYSVIEW_EVT_TIMER_EXIT_ENABLE", - "name": "SYSVIEW_EVT_TIMER_EXIT_ENABLE", - "range": null, - "title": "Timer Exit Event", + "children": [], + "depends_on": "SYSVIEW_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Timer Exit\" event.", + "id": "SYSVIEW_EVT_TIMER_EXIT_ENABLE", + "name": "SYSVIEW_EVT_TIMER_EXIT_ENABLE", + "range": null, + "title": "Timer Exit Event", "type": "bool" } - ], - "depends_on": "APPTRACE_ENABLE && APPTRACE_ENABLE", - "help": "Enables supporrt for SEGGER SystemView tracing functionality.", - "id": "SYSVIEW_ENABLE", - "name": "SYSVIEW_ENABLE", - "range": null, - "title": "SystemView Tracing Enable", + ], + "depends_on": "APPTRACE_ENABLE && APPTRACE_ENABLE", + "help": "Enables supporrt for SEGGER SystemView tracing functionality.", + "id": "SYSVIEW_ENABLE", + "name": "SYSVIEW_ENABLE", + "range": null, + "title": "SystemView Tracing Enable", "type": "bool" } - ], - "depends_on": "APPTRACE_ENABLE", - "id": "component-config-application-level-tracing-freertos-systemview-tracing", - "title": "FreeRTOS SystemView Tracing", + ], + "depends_on": "APPTRACE_ENABLE", + "id": "component-config-application-level-tracing-freertos-systemview-tracing", + "title": "FreeRTOS SystemView Tracing", "type": "menu" - }, + }, { - "children": [], - "depends_on": "APPTRACE_ENABLE && !SYSVIEW_ENABLE", - "help": "Enables support for GCOV data transfer to host.", - "id": "APPTRACE_GCOV_ENABLE", - "name": "APPTRACE_GCOV_ENABLE", - "range": null, - "title": "GCOV to Host Enable", + "children": [], + "depends_on": "APPTRACE_ENABLE && !SYSVIEW_ENABLE", + "help": "Enables support for GCOV data transfer to host.", + "id": "APPTRACE_GCOV_ENABLE", + "name": "APPTRACE_GCOV_ENABLE", + "range": null, + "title": "GCOV to Host Enable", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-application-level-tracing", - "title": "Application Level Tracing", + ], + "depends_on": null, + "id": "component-config-application-level-tracing", + "title": "Application Level Tracing", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "IDF_TARGET_ESP32", - "help": "Select this option to enable Bluetooth and show the submenu with Bluetooth configuration choices.", - "id": "BT_ENABLED", - "name": "BT_ENABLED", - "range": null, - "title": "Bluetooth", + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Select this option to enable Bluetooth and show the submenu with Bluetooth configuration choices.", + "id": "BT_ENABLED", + "name": "BT_ENABLED", + "range": null, + "title": "Bluetooth", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_MODE_BLE_ONLY", - "name": "BTDM_CTRL_MODE_BLE_ONLY", - "range": null, - "title": "BLE Only", + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_MODE_BLE_ONLY", + "name": "BTDM_CTRL_MODE_BLE_ONLY", + "range": null, + "title": "BLE Only", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_MODE_BR_EDR_ONLY", - "name": "BTDM_CTRL_MODE_BR_EDR_ONLY", - "range": null, - "title": "BR/EDR Only", + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_MODE_BR_EDR_ONLY", + "name": "BTDM_CTRL_MODE_BR_EDR_ONLY", + "range": null, + "title": "BR/EDR Only", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_MODE_BTDM", - "name": "BTDM_CTRL_MODE_BTDM", - "range": null, - "title": "Bluetooth Dual Mode", + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_MODE_BTDM", + "name": "BTDM_CTRL_MODE_BTDM", + "range": null, + "title": "Bluetooth Dual Mode", "type": "bool" } - ], - "depends_on": "BT_ENABLED", - "help": "Specify the bluetooth controller mode (BR/EDR, BLE or dual mode).", - "id": "component-config-bluetooth-bluetooth-controller-bluetooth-controller-mode-br-edr-ble-dualmode-", - "name": "BTDM_CTRL_MODE", - "title": "Bluetooth controller mode (BR/EDR/BLE/DUALMODE)", + ], + "depends_on": "BT_ENABLED", + "help": "Specify the bluetooth controller mode (BR/EDR, BLE or dual mode).", + "id": "component-config-bluetooth-bluetooth-controller-bluetooth-controller-mode-br-edr-ble-dualmode-", + "name": "BTDM_CTRL_MODE", + "title": "Bluetooth controller mode (BR/EDR/BLE/DUALMODE)", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM", - "help": "BLE maximum connections of bluetooth controller.\nEach connection uses 1KB static DRAM whenever the BT controller is enabled.", - "id": "BTDM_CTRL_BLE_MAX_CONN", - "name": "BTDM_CTRL_BLE_MAX_CONN", - "range": null, - "title": "BLE Max Connections", + "children": [], + "depends_on": "BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM", + "help": "BLE maximum connections of bluetooth controller.\nEach connection uses 1KB static DRAM whenever the BT controller is enabled.", + "id": "BTDM_CTRL_BLE_MAX_CONN", + "name": "BTDM_CTRL_BLE_MAX_CONN", + "range": null, + "title": "BLE Max Connections", "type": "int" - }, + }, { - "children": [], - "depends_on": "BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM", - "help": "BR/EDR ACL maximum connections of bluetooth controller.\nEach connection uses 1.2KB static DRAM whenever the BT controller is enabled.", - "id": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN", - "name": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN", - "range": null, - "title": "BR/EDR ACL Max Connections", + "children": [], + "depends_on": "BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM", + "help": "BR/EDR ACL maximum connections of bluetooth controller.\nEach connection uses 1.2KB static DRAM whenever the BT controller is enabled.", + "id": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN", + "name": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN", + "range": null, + "title": "BR/EDR ACL Max Connections", "type": "int" - }, + }, { - "children": [], - "depends_on": "BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM", - "help": "BR/EDR Synchronize maximum connections of bluetooth controller.\nEach connection uses 2KB static DRAM whenever the BT controller is enabled.", - "id": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN", - "name": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN", - "range": null, - "title": "BR/EDR Sync(SCO/eSCO) Max Connections", + "children": [], + "depends_on": "BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM", + "help": "BR/EDR Synchronize maximum connections of bluetooth controller.\nEach connection uses 2KB static DRAM whenever the BT controller is enabled.", + "id": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN", + "name": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN", + "range": null, + "title": "BR/EDR Sync(SCO/eSCO) Max Connections", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_HCI", - "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_HCI", - "range": null, - "title": "HCI", + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_HCI", + "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_HCI", + "range": null, + "title": "HCI", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM", - "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM", - "range": null, - "title": "PCM", + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM", + "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM", + "range": null, + "title": "PCM", "type": "bool" } - ], - "depends_on": "BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM", - "help": "SCO data path, i.e. HCI or PCM.\nSCO data can be sent/received through HCI synchronous packets, or the data\ncan be routed to on-chip PCM module on ESP32. PCM input/output signals can\nbe \"matrixed\" to GPIOs. The default data path can also be set using API\n\"esp_bredr_sco_datapath_set\"", - "id": "component-config-bluetooth-bluetooth-controller-br-edr-sync-sco-esco-default-data-path", - "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH", - "title": "BR/EDR Sync(SCO/eSCO) default data path", + ], + "depends_on": "BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM", + "help": "SCO data path, i.e. HCI or PCM.\nSCO data can be sent/received through HCI synchronous packets, or the data\ncan be routed to on-chip PCM module on ESP32. PCM input/output signals can\nbe \"matrixed\" to GPIOs. The default data path can also be set using API\n\"esp_bredr_sco_datapath_set\"", + "id": "component-config-bluetooth-bluetooth-controller-br-edr-sync-sco-esco-default-data-path", + "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH", + "title": "BR/EDR Sync(SCO/eSCO) default data path", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF", - "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF", + "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "BTDM_CTRL_MODE_BTDM", - "help": "BLE auto latency, used to enhance classic BT performance\nwhile classic BT and BLE are enabled at the same time.", - "id": "BTDM_CTRL_AUTO_LATENCY", - "name": "BTDM_CTRL_AUTO_LATENCY", - "range": null, - "title": "Auto latency", + "children": [], + "depends_on": "BTDM_CTRL_MODE_BTDM", + "help": "BLE auto latency, used to enhance classic BT performance\nwhile classic BT and BLE are enabled at the same time.", + "id": "BTDM_CTRL_AUTO_LATENCY", + "name": "BTDM_CTRL_AUTO_LATENCY", + "range": null, + "title": "Auto latency", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "BTDM_CTRL_AUTO_LATENCY_EFF", - "name": "BTDM_CTRL_AUTO_LATENCY_EFF", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "BTDM_CTRL_AUTO_LATENCY_EFF", + "name": "BTDM_CTRL_AUTO_LATENCY_EFF", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "BTDM_CTRL_BLE_MAX_CONN_EFF", - "name": "BTDM_CTRL_BLE_MAX_CONN_EFF", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "BTDM_CTRL_BLE_MAX_CONN_EFF", + "name": "BTDM_CTRL_BLE_MAX_CONN_EFF", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF", - "name": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF", + "name": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF", - "name": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF", + "name": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_PINNED_TO_CORE_0", - "name": "BTDM_CTRL_PINNED_TO_CORE_0", - "range": null, - "title": "Core 0 (PRO CPU)", + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_PINNED_TO_CORE_0", + "name": "BTDM_CTRL_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0 (PRO CPU)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!FREERTOS_UNICORE && ", - "help": null, - "id": "BTDM_CTRL_PINNED_TO_CORE_1", - "name": "BTDM_CTRL_PINNED_TO_CORE_1", - "range": null, - "title": "Core 1 (APP CPU)", + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "BTDM_CTRL_PINNED_TO_CORE_1", + "name": "BTDM_CTRL_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1 (APP CPU)", "type": "bool" } - ], - "depends_on": "BT_ENABLED && !FREERTOS_UNICORE", - "help": "Specify the cpu core to run bluetooth controller.\nCan not specify no-affinity.", - "id": "component-config-bluetooth-bluetooth-controller-the-cpu-core-which-bluetooth-controller-run", - "name": "BTDM_CTRL_PINNED_TO_CORE_CHOICE", - "title": "The cpu core which bluetooth controller run", + ], + "depends_on": "BT_ENABLED && !FREERTOS_UNICORE", + "help": "Specify the cpu core to run bluetooth controller.\nCan not specify no-affinity.", + "id": "component-config-bluetooth-bluetooth-controller-the-cpu-core-which-bluetooth-controller-run", + "name": "BTDM_CTRL_PINNED_TO_CORE_CHOICE", + "title": "The cpu core which bluetooth controller run", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "BTDM_CTRL_PINNED_TO_CORE", - "name": "BTDM_CTRL_PINNED_TO_CORE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "BTDM_CTRL_PINNED_TO_CORE", + "name": "BTDM_CTRL_PINNED_TO_CORE", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "Normal option. Mostly, choose this VHCI when bluetooth host run on ESP32, too.", - "id": "BTDM_CTRL_HCI_MODE_VHCI", - "name": "BTDM_CTRL_HCI_MODE_VHCI", - "range": null, - "title": "VHCI", + "children": [], + "depends_on": "", + "help": "Normal option. Mostly, choose this VHCI when bluetooth host run on ESP32, too.", + "id": "BTDM_CTRL_HCI_MODE_VHCI", + "name": "BTDM_CTRL_HCI_MODE_VHCI", + "range": null, + "title": "VHCI", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "If use external bluetooth host which run on other hardware and use UART as the HCI interface,\nchoose this option.", - "id": "BTDM_CTRL_HCI_MODE_UART_H4", - "name": "BTDM_CTRL_HCI_MODE_UART_H4", - "range": null, - "title": "UART(H4)", + "children": [], + "depends_on": "", + "help": "If use external bluetooth host which run on other hardware and use UART as the HCI interface,\nchoose this option.", + "id": "BTDM_CTRL_HCI_MODE_UART_H4", + "name": "BTDM_CTRL_HCI_MODE_UART_H4", + "range": null, + "title": "UART(H4)", "type": "bool" } - ], - "depends_on": "BT_ENABLED", - "help": "Speicify HCI mode as VHCI or UART(H4)", - "id": "component-config-bluetooth-bluetooth-controller-hci-mode", - "name": "BTDM_CTRL_HCI_MODE_CHOICE", - "title": "HCI mode", + ], + "depends_on": "BT_ENABLED", + "help": "Speicify HCI mode as VHCI or UART(H4)", + "id": "component-config-bluetooth-bluetooth-controller-hci-mode", + "name": "BTDM_CTRL_HCI_MODE_CHOICE", + "title": "HCI mode", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "BTDM_CTRL_HCI_MODE_UART_H4", - "help": "Uart number for HCI. The available uart is UART1 and UART2.", - "id": "BT_HCI_UART_NO", - "name": "BT_HCI_UART_NO", - "range": null, - "title": "UART Number for HCI", + "children": [], + "depends_on": "BTDM_CTRL_HCI_MODE_UART_H4", + "help": "Uart number for HCI. The available uart is UART1 and UART2.", + "id": "BT_HCI_UART_NO", + "name": "BT_HCI_UART_NO", + "range": null, + "title": "UART Number for HCI", "type": "int" - }, + }, { - "children": [], - "depends_on": "BTDM_CTRL_HCI_MODE_UART_H4", - "help": "UART Baudrate for HCI. Please use standard baudrate.", - "id": "BT_HCI_UART_BAUDRATE", - "name": "BT_HCI_UART_BAUDRATE", - "range": null, - "title": "UART Baudrate for HCI", + "children": [], + "depends_on": "BTDM_CTRL_HCI_MODE_UART_H4", + "help": "UART Baudrate for HCI. Please use standard baudrate.", + "id": "BT_HCI_UART_BAUDRATE", + "name": "BT_HCI_UART_BAUDRATE", + "range": null, + "title": "UART Baudrate for HCI", "type": "int" } - ], - "depends_on": null, - "id": "component-config-bluetooth-bluetooth-controller-hci-uart-h4-options", - "title": "HCI UART(H4) Options", + ], + "depends_on": null, + "id": "component-config-bluetooth-bluetooth-controller-hci-uart-h4-options", + "title": "HCI UART(H4) Options", "type": "menu" - }, + }, { "children": [ { @@ -2313,4829 +2422,4881 @@ { "children": [ { - "children": [], - "depends_on": "", - "help": "ORIG mode is a bluetooth sleep mode that can be used for dual mode controller. In this mode,\nbluetooth controller sleeps between BR/EDR frames and BLE events. A low power clock is used to\nmaintain bluetooth reference clock.", - "id": "BTDM_MODEM_SLEEP_MODE_ORIG", - "name": "BTDM_MODEM_SLEEP_MODE_ORIG", - "range": null, - "title": "ORIG Mode(sleep with low power clock)", + "children": [], + "depends_on": "", + "help": "ORIG mode is a bluetooth sleep mode that can be used for dual mode controller. In this mode,\nbluetooth controller sleeps between BR/EDR frames and BLE events. A low power clock is used to\nmaintain bluetooth reference clock.", + "id": "BTDM_MODEM_SLEEP_MODE_ORIG", + "name": "BTDM_MODEM_SLEEP_MODE_ORIG", + "range": null, + "title": "ORIG Mode(sleep with low power clock)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "EVED mode is for BLE only and is only for internal test. Do not use it for production. this\nmode is not compatible with DFS nor light sleep", - "id": "BTDM_MODEM_SLEEP_MODE_EVED", - "name": "BTDM_MODEM_SLEEP_MODE_EVED", - "range": null, - "title": "EVED Mode(For internal test only)", + "children": [], + "depends_on": "", + "help": "EVED mode is for BLE only and is only for internal test. Do not use it for production. this\nmode is not compatible with DFS nor light sleep", + "id": "BTDM_MODEM_SLEEP_MODE_EVED", + "name": "BTDM_MODEM_SLEEP_MODE_EVED", + "range": null, + "title": "EVED Mode(For internal test only)", "type": "bool" } - ], - "depends_on": "BTDM_MODEM_SLEEP", - "help": "To select which strategy to use for modem sleep", - "id": "component-config-bluetooth-bluetooth-controller-modem-sleep-options-bluetooth-modem-sleep-bluetooth-modem-sleep-mode", - "name": "BTDM_MODEM_SLEEP_MODE", - "title": "Bluetooth Modem sleep mode", + ], + "depends_on": "BTDM_MODEM_SLEEP", + "help": "To select which strategy to use for modem sleep", + "id": "component-config-bluetooth-bluetooth-controller-modem-sleep-options-bluetooth-modem-sleep-bluetooth-modem-sleep-mode", + "name": "BTDM_MODEM_SLEEP_MODE", + "title": "Bluetooth Modem sleep mode", "type": "choice" } - ], - "depends_on": "BT_ENABLED", - "help": "Enable/disable bluetooth controller low power mode.", - "id": "BTDM_MODEM_SLEEP", - "name": "BTDM_MODEM_SLEEP", - "range": null, - "title": "Bluetooth modem sleep", + ], + "depends_on": "BT_ENABLED", + "help": "Enable/disable bluetooth controller low power mode.", + "id": "BTDM_MODEM_SLEEP", + "name": "BTDM_MODEM_SLEEP", + "range": null, + "title": "Bluetooth modem sleep", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "Main crystal can be used as low power clock for bluetooth modem sleep. If this option is\nselected, bluetooth modem sleep can work under Dynamic Frequency Scaling(DFS) enabled, but\ncannot work when light sleep is enabled. Main crystal has a good performance in accuracy as\nthe bluetooth low power clock source.", - "id": "BTDM_LPCLK_SEL_MAIN_XTAL", - "name": "BTDM_LPCLK_SEL_MAIN_XTAL", - "range": null, - "title": "Main crystal", + "children": [], + "depends_on": "", + "help": "Main crystal can be used as low power clock for bluetooth modem sleep. If this option is\nselected, bluetooth modem sleep can work under Dynamic Frequency Scaling(DFS) enabled, but\ncannot work when light sleep is enabled. Main crystal has a good performance in accuracy as\nthe bluetooth low power clock source.", + "id": "BTDM_LPCLK_SEL_MAIN_XTAL", + "name": "BTDM_LPCLK_SEL_MAIN_XTAL", + "range": null, + "title": "Main crystal", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP32_RTC_CLK_SRC_EXT_CRYS && ", - "help": "External 32kHz crystal has a nominal frequency of 32.768kHz and provides good frequency\nstability. If used as Bluetooth low power clock, External 32kHz can support Bluetooth\nmodem sleep to be used with both DFS and light sleep.", - "id": "BTDM_LPCLK_SEL_EXT_32K_XTAL", - "name": "BTDM_LPCLK_SEL_EXT_32K_XTAL", - "range": null, - "title": "External 32kHz crystal", + "children": [], + "depends_on": "ESP32_RTC_CLK_SRC_EXT_CRYS && ", + "help": "External 32kHz crystal has a nominal frequency of 32.768kHz and provides good frequency\nstability. If used as Bluetooth low power clock, External 32kHz can support Bluetooth\nmodem sleep to be used with both DFS and light sleep.", + "id": "BTDM_LPCLK_SEL_EXT_32K_XTAL", + "name": "BTDM_LPCLK_SEL_EXT_32K_XTAL", + "range": null, + "title": "External 32kHz crystal", "type": "bool" } - ], - "depends_on": "BTDM_MODEM_SLEEP_MODE_ORIG", - "help": "Select the low power clock source for bluetooth controller. Bluetooth low power clock is\nthe clock source to maintain time in sleep mode.\n\n- \"Main crystal\" option provides good accuracy and can support Dynamic Frequency Scaling\n to be used with Bluetooth modem sleep. Light sleep is not supported.\n- \"External 32kHz crystal\" option allows user to use a 32.768kHz crystal as Bluetooth low\n power clock. This option is allowed as long as External 32kHz crystal is configured as\n the system RTC clock source. This option provides good accuracy and supports Bluetooth\n modem sleep to be used alongside Dynamic Frequency Scaling or light sleep.", - "id": "component-config-bluetooth-bluetooth-controller-modem-sleep-options-bluetooth-low-power-clock", - "name": "BTDM_LOW_POWER_CLOCK", - "title": "Bluetooth low power clock", + ], + "depends_on": "BTDM_MODEM_SLEEP_MODE_ORIG", + "help": "Select the low power clock source for bluetooth controller. Bluetooth low power clock is\nthe clock source to maintain time in sleep mode.\n\n- \"Main crystal\" option provides good accuracy and can support Dynamic Frequency Scaling\n to be used with Bluetooth modem sleep. Light sleep is not supported.\n- \"External 32kHz crystal\" option allows user to use a 32.768kHz crystal as Bluetooth low\n power clock. This option is allowed as long as External 32kHz crystal is configured as\n the system RTC clock source. This option provides good accuracy and supports Bluetooth\n modem sleep to be used alongside Dynamic Frequency Scaling or light sleep.", + "id": "component-config-bluetooth-bluetooth-controller-modem-sleep-options-bluetooth-low-power-clock", + "name": "BTDM_LOW_POWER_CLOCK", + "title": "Bluetooth low power clock", "type": "choice" } - ], - "depends_on": null, - "id": "component-config-bluetooth-bluetooth-controller-modem-sleep-options", - "title": "MODEM SLEEP Options", + ], + "depends_on": null, + "id": "component-config-bluetooth-bluetooth-controller-modem-sleep-options", + "title": "MODEM SLEEP Options", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "BTDM_LPCLK_SEL_EXT_32K_XTAL && BTDM_CTRL_MODE_BLE_ONLY && ", - "help": null, - "id": "BTDM_BLE_DEFAULT_SCA_500PPM", - "name": "BTDM_BLE_DEFAULT_SCA_500PPM", - "range": null, - "title": "251ppm to 500ppm", + "children": [], + "depends_on": "BTDM_LPCLK_SEL_EXT_32K_XTAL && BTDM_CTRL_MODE_BLE_ONLY && ", + "help": null, + "id": "BTDM_BLE_DEFAULT_SCA_500PPM", + "name": "BTDM_BLE_DEFAULT_SCA_500PPM", + "range": null, + "title": "251ppm to 500ppm", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_BLE_DEFAULT_SCA_250PPM", - "name": "BTDM_BLE_DEFAULT_SCA_250PPM", - "range": null, - "title": "151ppm to 250ppm", + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_BLE_DEFAULT_SCA_250PPM", + "name": "BTDM_BLE_DEFAULT_SCA_250PPM", + "range": null, + "title": "151ppm to 250ppm", "type": "bool" } - ], - "depends_on": "BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM", - "help": "BLE Sleep Clock Accuracy(SCA) for the local device is used to estimate window widening in BLE\nconnection events. With a lower level of clock accuracy(e.g. 500ppm over 250ppm), the slave\nneeds a larger RX window to synchronize with master in each anchor point, thus resulting in an\nincrease of power consumption but a higher level of robustness in keeping connected. According\nto the requirements of Bluetooth Core specification 4.2, the worst-case accuracy of Classic\nBluetooth low power oscialltor(LPO) is +/-250ppm in STANDBY and in low power modes such as\nsniff. For BLE the worst-case SCA is +/-500ppm.\n\n- \"151ppm to 250ppm\" option is the default value for Bluetooth Dual mode\n- \"251ppm to 500ppm\" option can be used in BLE only mode when using external 32kHz crystal as\n low power clock. This option is provided in case that BLE sleep clock has a lower level of\n accuracy, or other error sources contribute to the inaccurate timing during sleep.", - "id": "component-config-bluetooth-bluetooth-controller-ble-sleep-clock-accuracy", - "name": "BTDM_BLE_SLEEP_CLOCK_ACCURACY", - "title": "BLE Sleep Clock Accuracy", + ], + "depends_on": "BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM", + "help": "BLE Sleep Clock Accuracy(SCA) for the local device is used to estimate window widening in BLE\nconnection events. With a lower level of clock accuracy(e.g. 500ppm over 250ppm), the slave\nneeds a larger RX window to synchronize with master in each anchor point, thus resulting in an\nincrease of power consumption but a higher level of robustness in keeping connected. According\nto the requirements of Bluetooth Core specification 4.2, the worst-case accuracy of Classic\nBluetooth low power oscialltor(LPO) is +/-250ppm in STANDBY and in low power modes such as\nsniff. For BLE the worst-case SCA is +/-500ppm.\n\n- \"151ppm to 250ppm\" option is the default value for Bluetooth Dual mode\n- \"251ppm to 500ppm\" option can be used in BLE only mode when using external 32kHz crystal as\n low power clock. This option is provided in case that BLE sleep clock has a lower level of\n accuracy, or other error sources contribute to the inaccurate timing during sleep.", + "id": "component-config-bluetooth-bluetooth-controller-ble-sleep-clock-accuracy", + "name": "BTDM_BLE_SLEEP_CLOCK_ACCURACY", + "title": "BLE Sleep Clock Accuracy", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF", - "name": "BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF", + "name": "BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": "This way is to use advertiser address filtering. The adv packet of the same address is only\nallowed to be reported once", - "id": "BTDM_SCAN_DUPL_TYPE_DEVICE", - "name": "BTDM_SCAN_DUPL_TYPE_DEVICE", - "range": null, - "title": "Scan Duplicate By Device Address", + "children": [], + "depends_on": "", + "help": "This way is to use advertiser address filtering. The adv packet of the same address is only\nallowed to be reported once", + "id": "BTDM_SCAN_DUPL_TYPE_DEVICE", + "name": "BTDM_SCAN_DUPL_TYPE_DEVICE", + "range": null, + "title": "Scan Duplicate By Device Address", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "This way is to use advertising data filtering. All same advertising data only allow to be reported\nonce even though they are from different devices.", - "id": "BTDM_SCAN_DUPL_TYPE_DATA", - "name": "BTDM_SCAN_DUPL_TYPE_DATA", - "range": null, - "title": "Scan Duplicate By Advertising Data", + "children": [], + "depends_on": "", + "help": "This way is to use advertising data filtering. All same advertising data only allow to be reported\nonce even though they are from different devices.", + "id": "BTDM_SCAN_DUPL_TYPE_DATA", + "name": "BTDM_SCAN_DUPL_TYPE_DATA", + "range": null, + "title": "Scan Duplicate By Advertising Data", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "This way is to use advertising data and device address filtering. All different adv packets with\nthe same address are allowed to be reported.", - "id": "BTDM_SCAN_DUPL_TYPE_DATA_DEVICE", - "name": "BTDM_SCAN_DUPL_TYPE_DATA_DEVICE", - "range": null, - "title": "Scan Duplicate By Device Address And Advertising Data", + "children": [], + "depends_on": "", + "help": "This way is to use advertising data and device address filtering. All different adv packets with\nthe same address are allowed to be reported.", + "id": "BTDM_SCAN_DUPL_TYPE_DATA_DEVICE", + "name": "BTDM_SCAN_DUPL_TYPE_DATA_DEVICE", + "range": null, + "title": "Scan Duplicate By Device Address And Advertising Data", "type": "bool" } - ], - "depends_on": "BTDM_BLE_SCAN_DUPL", - "help": "Scan duplicate have three ways. one is \"Scan Duplicate By Device Address\", This way is to use\nadvertiser address filtering. The adv packet of the same address is only allowed to be reported once.\nAnother way is \"Scan Duplicate By Device Address And Advertising Data\". This way is to use advertising\ndata and device address filtering. All different adv packets with the same address are allowed to be\nreported. The last way is \"Scan Duplicate By Advertising Data\". This way is to use advertising data\nfiltering. All same advertising data only allow to be reported once even though they are from\ndifferent devices.", - "id": "component-config-bluetooth-bluetooth-controller-ble-scan-duplicate-options-scan-duplicate-type", - "name": "BTDM_SCAN_DUPL_TYPE", - "title": "Scan Duplicate Type", + ], + "depends_on": "BTDM_BLE_SCAN_DUPL", + "help": "Scan duplicate have three ways. one is \"Scan Duplicate By Device Address\", This way is to use\nadvertiser address filtering. The adv packet of the same address is only allowed to be reported once.\nAnother way is \"Scan Duplicate By Device Address And Advertising Data\". This way is to use advertising\ndata and device address filtering. All different adv packets with the same address are allowed to be\nreported. The last way is \"Scan Duplicate By Advertising Data\". This way is to use advertising data\nfiltering. All same advertising data only allow to be reported once even though they are from\ndifferent devices.", + "id": "component-config-bluetooth-bluetooth-controller-ble-scan-duplicate-options-scan-duplicate-type", + "name": "BTDM_SCAN_DUPL_TYPE", + "title": "Scan Duplicate Type", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BTDM_BLE_SCAN_DUPL", - "help": null, - "id": "BTDM_SCAN_DUPL_TYPE", - "name": "BTDM_SCAN_DUPL_TYPE", - "range": null, - "title": null, + "children": [], + "depends_on": "BTDM_BLE_SCAN_DUPL", + "help": null, + "id": "BTDM_SCAN_DUPL_TYPE", + "name": "BTDM_SCAN_DUPL_TYPE", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "BTDM_BLE_SCAN_DUPL", - "help": "Maximum number of devices which can be recorded in scan duplicate filter.\nWhen the maximum amount of device in the filter is reached, the cache will be refreshed.", - "id": "BTDM_SCAN_DUPL_CACHE_SIZE", - "name": "BTDM_SCAN_DUPL_CACHE_SIZE", - "range": null, - "title": "Maximum number of devices in scan duplicate filter", + "children": [], + "depends_on": "BTDM_BLE_SCAN_DUPL", + "help": "Maximum number of devices which can be recorded in scan duplicate filter.\nWhen the maximum amount of device in the filter is reached, the cache will be refreshed.", + "id": "BTDM_SCAN_DUPL_CACHE_SIZE", + "name": "BTDM_SCAN_DUPL_CACHE_SIZE", + "range": null, + "title": "Maximum number of devices in scan duplicate filter", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "BTDM_BLE_MESH_SCAN_DUPL_EN", - "help": "Maximum number of adv packets which can be recorded in duplicate scan cache for BLE Mesh.\nWhen the maximum amount of device in the filter is reached, the cache will be refreshed.", - "id": "BTDM_MESH_DUPL_SCAN_CACHE_SIZE", - "name": "BTDM_MESH_DUPL_SCAN_CACHE_SIZE", - "range": null, - "title": "Maximum number of Mesh adv packets in scan duplicate filter", + "children": [], + "depends_on": "BTDM_BLE_MESH_SCAN_DUPL_EN", + "help": "Maximum number of adv packets which can be recorded in duplicate scan cache for BLE Mesh.\nWhen the maximum amount of device in the filter is reached, the cache will be refreshed.", + "id": "BTDM_MESH_DUPL_SCAN_CACHE_SIZE", + "name": "BTDM_MESH_DUPL_SCAN_CACHE_SIZE", + "range": null, + "title": "Maximum number of Mesh adv packets in scan duplicate filter", "type": "int" } - ], - "depends_on": "BTDM_BLE_SCAN_DUPL", - "help": "This enables the BLE scan duplicate for special BLE Mesh scan.", - "id": "BTDM_BLE_MESH_SCAN_DUPL_EN", - "name": "BTDM_BLE_MESH_SCAN_DUPL_EN", - "range": null, - "title": "Special duplicate scan mechanism for BLE Mesh scan", + ], + "depends_on": "BTDM_BLE_SCAN_DUPL", + "help": "This enables the BLE scan duplicate for special BLE Mesh scan.", + "id": "BTDM_BLE_MESH_SCAN_DUPL_EN", + "name": "BTDM_BLE_MESH_SCAN_DUPL_EN", + "range": null, + "title": "Special duplicate scan mechanism for BLE Mesh scan", "type": "bool" } - ], - "depends_on": "BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY", - "help": "This select enables parameters setting of BLE scan duplicate.", - "id": "BTDM_BLE_SCAN_DUPL", - "name": "BTDM_BLE_SCAN_DUPL", - "range": null, - "title": "BLE Scan Duplicate Options", + ], + "depends_on": "BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY", + "help": "This select enables parameters setting of BLE scan duplicate.", + "id": "BTDM_BLE_SCAN_DUPL", + "name": "BTDM_BLE_SCAN_DUPL", + "range": null, + "title": "BLE Scan Duplicate Options", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM", - "help": "The full scan function is mainly used to provide BLE scan performance.\nThis is required for scenes with high scan performance requirements, such as BLE Mesh scenes.", - "id": "BTDM_CTRL_FULL_SCAN_SUPPORTED", - "name": "BTDM_CTRL_FULL_SCAN_SUPPORTED", - "range": null, - "title": "BLE full scan feature supported", + "children": [], + "depends_on": "BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM", + "help": "The full scan function is mainly used to provide BLE scan performance.\nThis is required for scenes with high scan performance requirements, such as BLE Mesh scenes.", + "id": "BTDM_CTRL_FULL_SCAN_SUPPORTED", + "name": "BTDM_CTRL_FULL_SCAN_SUPPORTED", + "range": null, + "title": "BLE full scan feature supported", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", - "help": "The number of unprocessed advertising report that Bluedroid can save.If you set\n`BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a small value, this may cause adv packets lost.\nIf you set `BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a large value, Bluedroid may cache a\nlot of adv packets and this may cause system memory run out. For example, if you set\nit to 50, the maximum memory consumed by host is 35 * 50 bytes. Please set\n`BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` according to your system free memory and handle adv\npackets as fast as possible, otherwise it will cause adv packets lost.", - "id": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM", - "name": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM", - "range": null, - "title": "BLE adv report flow control number", + "children": [], + "depends_on": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", + "help": "The number of unprocessed advertising report that Bluedroid can save.If you set\n`BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a small value, this may cause adv packets lost.\nIf you set `BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a large value, Bluedroid may cache a\nlot of adv packets and this may cause system memory run out. For example, if you set\nit to 50, the maximum memory consumed by host is 35 * 50 bytes. Please set\n`BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` according to your system free memory and handle adv\npackets as fast as possible, otherwise it will cause adv packets lost.", + "id": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM", + "name": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM", + "range": null, + "title": "BLE adv report flow control number", "type": "int" - }, + }, { - "children": [], - "depends_on": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", - "help": "When adv report flow control is enabled, The ADV lost event will be generated when the number\nof ADV packets lost in the controller reaches this threshold. It is better to set a larger value.\nIf you set `BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it\nmay cause adv packets lost more.", - "id": "BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD", - "name": "BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD", - "range": null, - "title": "BLE adv lost event threshold value", + "children": [], + "depends_on": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", + "help": "When adv report flow control is enabled, The ADV lost event will be generated when the number\nof ADV packets lost in the controller reaches this threshold. It is better to set a larger value.\nIf you set `BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it\nmay cause adv packets lost more.", + "id": "BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD", + "name": "BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD", + "range": null, + "title": "BLE adv lost event threshold value", "type": "int" } - ], - "depends_on": "BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY", - "help": "The function is mainly used to enable flow control for advertising reports. When it is enabled,\nadvertising reports will be discarded by the controller if the number of unprocessed advertising\nreports exceeds the size of BLE adv report flow control.", - "id": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", - "name": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", - "range": null, - "title": "BLE adv report flow control supported", + ], + "depends_on": "BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY", + "help": "The function is mainly used to enable flow control for advertising reports. When it is enabled,\nadvertising reports will be discarded by the controller if the number of unprocessed advertising\nreports exceeds the size of BLE adv report flow control.", + "id": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", + "name": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", + "range": null, + "title": "BLE adv report flow control supported", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BTDM_COEX_BT_OPTIONS", - "help": "Improve BLE ADV coexistence priority to make it better performance.\nFor example, BLE mesh need to enable this option to improve BLE adv performance.", - "id": "BTDM_COEX_BLE_ADV_HIGH_PRIORITY", - "name": "BTDM_COEX_BLE_ADV_HIGH_PRIORITY", - "range": null, - "title": "Improve BLE ADV priority for WiFi & BLE coexistence", + "children": [], + "depends_on": "BTDM_COEX_BT_OPTIONS", + "help": "Improve BLE ADV coexistence priority to make it better performance.\nFor example, BLE mesh need to enable this option to improve BLE adv performance.", + "id": "BTDM_COEX_BLE_ADV_HIGH_PRIORITY", + "name": "BTDM_COEX_BLE_ADV_HIGH_PRIORITY", + "range": null, + "title": "Improve BLE ADV priority for WiFi & BLE coexistence", "type": "bool" } - ], - "depends_on": "ESP32_WIFI_SW_COEXIST_ENABLE", - "help": "Options of Bluetooth Side of WiFi and bluetooth coexistence.", - "id": "BTDM_COEX_BT_OPTIONS", - "is_menuconfig": true, - "name": "BTDM_COEX_BT_OPTIONS", - "range": null, - "title": "Coexistence Bluetooth Side Options", + ], + "depends_on": "ESP32_WIFI_SW_COEXIST_ENABLE", + "help": "Options of Bluetooth Side of WiFi and bluetooth coexistence.", + "id": "BTDM_COEX_BT_OPTIONS", + "is_menuconfig": true, + "name": "BTDM_COEX_BT_OPTIONS", + "range": null, + "title": "Coexistence Bluetooth Side Options", "type": "menu" } - ], - "depends_on": null, - "id": "component-config-bluetooth-bluetooth-controller", - "title": "Bluetooth controller", + ], + "depends_on": null, + "id": "component-config-bluetooth-bluetooth-controller", + "title": "Bluetooth controller", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "This option is recommended for classic Bluetooth or for dual-mode\nusecases", - "id": "BT_BLUEDROID_ENABLED", - "name": "BT_BLUEDROID_ENABLED", - "range": null, - "title": "Bluedroid - Dual-mode", + "children": [], + "depends_on": "", + "help": "This option is recommended for classic Bluetooth or for dual-mode\nusecases", + "id": "BT_BLUEDROID_ENABLED", + "name": "BT_BLUEDROID_ENABLED", + "range": null, + "title": "Bluedroid - Dual-mode", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "This option is recommended for BLE only usecases to save on memory", - "id": "BT_NIMBLE_ENABLED", - "name": "BT_NIMBLE_ENABLED", - "range": null, - "title": "NimBLE - BLE only", + "children": [], + "depends_on": "", + "help": "This option is recommended for BLE only usecases to save on memory", + "id": "BT_NIMBLE_ENABLED", + "name": "BT_NIMBLE_ENABLED", + "range": null, + "title": "NimBLE - BLE only", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "This option is recommended when you want to communicate directly with the\ncontroller (without any host) or when you are using any other host stack\nnot supported by Espressif (not mentioned here).", - "id": "BT_CONTROLLER_ONLY", - "name": "BT_CONTROLLER_ONLY", - "range": null, - "title": "Controller Only", + "children": [], + "depends_on": "", + "help": "This option is recommended when you want to communicate directly with the\ncontroller (without any host) or when you are using any other host stack\nnot supported by Espressif (not mentioned here).", + "id": "BT_CONTROLLER_ONLY", + "name": "BT_CONTROLLER_ONLY", + "range": null, + "title": "Controller Only", "type": "bool" } - ], - "depends_on": "BT_ENABLED && BTDM_CTRL_HCI_MODE_VHCI", - "help": "This helps to choose Bluetooth host stack", - "id": "component-config-bluetooth-bluetooth-host", - "name": "BT_HOST", - "title": "Bluetooth Host", + ], + "depends_on": "BT_ENABLED && BTDM_CTRL_HCI_MODE_VHCI", + "help": "This helps to choose Bluetooth host stack", + "id": "component-config-bluetooth-bluetooth-host", + "name": "BT_HOST", + "title": "Bluetooth Host", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "This select btc task stack size", - "id": "BT_BTC_TASK_STACK_SIZE", - "name": "BT_BTC_TASK_STACK_SIZE", - "range": null, - "title": "Bluetooth event (callback to application) task stack size", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "This select btc task stack size", + "id": "BT_BTC_TASK_STACK_SIZE", + "name": "BT_BTC_TASK_STACK_SIZE", + "range": null, + "title": "Bluetooth event (callback to application) task stack size", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_BLUEDROID_PINNED_TO_CORE_0", - "name": "BT_BLUEDROID_PINNED_TO_CORE_0", - "range": null, - "title": "Core 0 (PRO CPU)", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_BLUEDROID_PINNED_TO_CORE_0", + "name": "BT_BLUEDROID_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0 (PRO CPU)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!FREERTOS_UNICORE && ", - "help": null, - "id": "BT_BLUEDROID_PINNED_TO_CORE_1", - "name": "BT_BLUEDROID_PINNED_TO_CORE_1", - "range": null, - "title": "Core 1 (APP CPU)", + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "BT_BLUEDROID_PINNED_TO_CORE_1", + "name": "BT_BLUEDROID_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1 (APP CPU)", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !FREERTOS_UNICORE", - "help": "Which the cpu core to run Bluedroid. Can choose core0 and core1.\nCan not specify no-affinity.", - "id": "component-config-bluetooth-bluedroid-options-the-cpu-core-which-bluedroid-run", - "name": "BT_BLUEDROID_PINNED_TO_CORE_CHOICE", - "title": "The cpu core which Bluedroid run", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !FREERTOS_UNICORE", + "help": "Which the cpu core to run Bluedroid. Can choose core0 and core1.\nCan not specify no-affinity.", + "id": "component-config-bluetooth-bluedroid-options-the-cpu-core-which-bluedroid-run", + "name": "BT_BLUEDROID_PINNED_TO_CORE_CHOICE", + "title": "The cpu core which Bluedroid run", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": null, - "id": "BT_BLUEDROID_PINNED_TO_CORE", - "name": "BT_BLUEDROID_PINNED_TO_CORE", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_BLUEDROID_PINNED_TO_CORE", + "name": "BT_BLUEDROID_PINNED_TO_CORE", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "This select btu task stack size", - "id": "BT_BTU_TASK_STACK_SIZE", - "name": "BT_BTU_TASK_STACK_SIZE", - "range": null, - "title": "Bluetooth Bluedroid Host Stack task stack size", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "This select btu task stack size", + "id": "BT_BTU_TASK_STACK_SIZE", + "name": "BT_BTU_TASK_STACK_SIZE", + "range": null, + "title": "Bluetooth Bluedroid Host Stack task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "Bluedroid memory debug", - "id": "BT_BLUEDROID_MEM_DEBUG", - "name": "BT_BLUEDROID_MEM_DEBUG", - "range": null, - "title": "Bluedroid memory debug", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "Bluedroid memory debug", + "id": "BT_BLUEDROID_MEM_DEBUG", + "name": "BT_BLUEDROID_MEM_DEBUG", + "range": null, + "title": "Bluedroid memory debug", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BT_CLASSIC_ENABLED", - "help": "Advanced Audio Distrubution Profile", - "id": "BT_A2DP_ENABLE", - "name": "BT_A2DP_ENABLE", - "range": null, - "title": "A2DP", + "children": [], + "depends_on": "BT_CLASSIC_ENABLED", + "help": "Advanced Audio Distrubution Profile", + "id": "BT_A2DP_ENABLE", + "name": "BT_A2DP_ENABLE", + "range": null, + "title": "A2DP", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_CLASSIC_ENABLED", - "help": "This enables the Serial Port Profile", - "id": "BT_SPP_ENABLED", - "name": "BT_SPP_ENABLED", - "range": null, - "title": "SPP", + "children": [], + "depends_on": "BT_CLASSIC_ENABLED", + "help": "This enables the Serial Port Profile", + "id": "BT_SPP_ENABLED", + "name": "BT_SPP_ENABLED", + "range": null, + "title": "SPP", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_HFP_CLIENT_ENABLE", - "name": "BT_HFP_CLIENT_ENABLE", - "range": null, - "title": "Hands Free Unit", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_HFP_CLIENT_ENABLE", + "name": "BT_HFP_CLIENT_ENABLE", + "range": null, + "title": "Hands Free Unit", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_HFP_AG_ENABLE", - "name": "BT_HFP_AG_ENABLE", - "range": null, - "title": "Audio Gateway", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_HFP_AG_ENABLE", + "name": "BT_HFP_AG_ENABLE", + "range": null, + "title": "Audio Gateway", "type": "bool" } - ], - "depends_on": "BT_HFP_ENABLE", - "help": null, - "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-hands-free-handset-profile-hands-free-profile-role-configuration", - "name": "BT_HFP_ROLE", - "title": "Hands-free Profile Role configuration", + ], + "depends_on": "BT_HFP_ENABLE", + "help": null, + "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-hands-free-handset-profile-hands-free-profile-role-configuration", + "name": "BT_HFP_ROLE", + "title": "Hands-free Profile Role configuration", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_HFP_AUDIO_DATA_PATH_PCM", - "name": "BT_HFP_AUDIO_DATA_PATH_PCM", - "range": null, - "title": "PCM", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_HFP_AUDIO_DATA_PATH_PCM", + "name": "BT_HFP_AUDIO_DATA_PATH_PCM", + "range": null, + "title": "PCM", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_HFP_AUDIO_DATA_PATH_HCI", - "name": "BT_HFP_AUDIO_DATA_PATH_HCI", - "range": null, - "title": "HCI", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_HFP_AUDIO_DATA_PATH_HCI", + "name": "BT_HFP_AUDIO_DATA_PATH_HCI", + "range": null, + "title": "HCI", "type": "bool" } - ], - "depends_on": "BT_HFP_ENABLE", - "help": "SCO data path, i.e. HCI or PCM. This option is set using API\n\"esp_bredr_sco_datapath_set\" in Bluetooth host. Default SCO data\npath can also be set in Bluetooth Controller.", - "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-hands-free-handset-profile-audio-sco-data-path", - "name": "BT_HFP_AUDIO_DATA_PATH", - "title": "audio(SCO) data path", + ], + "depends_on": "BT_HFP_ENABLE", + "help": "SCO data path, i.e. HCI or PCM. This option is set using API\n\"esp_bredr_sco_datapath_set\" in Bluetooth host. Default SCO data\npath can also be set in Bluetooth Controller.", + "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-hands-free-handset-profile-audio-sco-data-path", + "name": "BT_HFP_AUDIO_DATA_PATH", + "title": "audio(SCO) data path", "type": "choice" } - ], - "depends_on": "BT_CLASSIC_ENABLED", - "help": null, - "id": "BT_HFP_ENABLE", - "name": "BT_HFP_ENABLE", - "range": null, - "title": "Hands Free/Handset Profile", + ], + "depends_on": "BT_CLASSIC_ENABLED", + "help": null, + "id": "BT_HFP_ENABLE", + "name": "BT_HFP_ENABLE", + "range": null, + "title": "Hands Free/Handset Profile", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "For now this option needs \"SMP_ENABLE\" to be set to yes", - "id": "BT_CLASSIC_ENABLED", - "name": "BT_CLASSIC_ENABLED", - "range": null, - "title": "Classic Bluetooth", + ], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "For now this option needs \"SMP_ENABLE\" to be set to yes", + "id": "BT_CLASSIC_ENABLED", + "name": "BT_CLASSIC_ENABLED", + "range": null, + "title": "Classic Bluetooth", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_HFP_AUDIO_DATA_PATH_HCI", - "help": "This enables Wide Band Speech. Should disable it when SCO data path is PCM.\nOtherwise there will be no data transmited via GPIOs.", - "id": "BT_HFP_WBS_ENABLE", - "name": "BT_HFP_WBS_ENABLE", - "range": null, - "title": "Wide Band Speech", + "children": [], + "depends_on": "BT_HFP_AUDIO_DATA_PATH_HCI", + "help": "This enables Wide Band Speech. Should disable it when SCO data path is PCM.\nOtherwise there will be no data transmited via GPIOs.", + "id": "BT_HFP_WBS_ENABLE", + "name": "BT_HFP_WBS_ENABLE", + "range": null, + "title": "Wide Band Speech", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_CLASSIC_ENABLED", - "help": "This enables the Secure Simple Pairing. If disable this option,\nBluedroid will only support Legacy Pairing", - "id": "BT_SSP_ENABLED", - "name": "BT_SSP_ENABLED", - "range": null, - "title": "Secure Simple Pairing", + "children": [], + "depends_on": "BT_CLASSIC_ENABLED", + "help": "This enables the Secure Simple Pairing. If disable this option,\nBluedroid will only support Legacy Pairing", + "id": "BT_SSP_ENABLED", + "name": "BT_SSP_ENABLED", + "range": null, + "title": "Secure Simple Pairing", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "BT_GATTS_ENABLE", - "help": "This enables \"Peripheral Preferred Connection Parameters\" characteristic (UUID: 0x2A04) in GAP service that has\nconnection parameters like min/max connection interval, slave latency and supervision timeout multiplier", - "id": "BT_GATTS_PPCP_CHAR_GAP", - "name": "BT_GATTS_PPCP_CHAR_GAP", - "range": null, - "title": "Enable Peripheral Preferred Connection Parameters characteristic in GAP service", + "children": [], + "depends_on": "BT_GATTS_ENABLE", + "help": "This enables \"Peripheral Preferred Connection Parameters\" characteristic (UUID: 0x2A04) in GAP service that has\nconnection parameters like min/max connection interval, slave latency and supervision timeout multiplier", + "id": "BT_GATTS_PPCP_CHAR_GAP", + "name": "BT_GATTS_PPCP_CHAR_GAP", + "range": null, + "title": "Enable Peripheral Preferred Connection Parameters characteristic in GAP service", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "Manually send service change indication through API esp_ble_gatts_send_service_change_indication()", - "id": "BT_GATTS_SEND_SERVICE_CHANGE_MANUAL", - "name": "BT_GATTS_SEND_SERVICE_CHANGE_MANUAL", - "range": null, - "title": "GATTS manually send service change indication", + "children": [], + "depends_on": "", + "help": "Manually send service change indication through API esp_ble_gatts_send_service_change_indication()", + "id": "BT_GATTS_SEND_SERVICE_CHANGE_MANUAL", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_MANUAL", + "range": null, + "title": "GATTS manually send service change indication", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "Let Bluedroid handle the service change indication internally", - "id": "BT_GATTS_SEND_SERVICE_CHANGE_AUTO", - "name": "BT_GATTS_SEND_SERVICE_CHANGE_AUTO", - "range": null, - "title": "GATTS automatically send service change indication", + "children": [], + "depends_on": "", + "help": "Let Bluedroid handle the service change indication internally", + "id": "BT_GATTS_SEND_SERVICE_CHANGE_AUTO", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_AUTO", + "range": null, + "title": "GATTS automatically send service change indication", "type": "bool" } - ], - "depends_on": "BT_GATTS_ENABLE", - "help": "Service change indication mode for GATT Server.", - "id": "component-config-bluetooth-bluedroid-options-bluetooth-low-energy-include-gatt-server-module-gatts--gatts-service-change-mode", - "name": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", - "title": "GATTS Service Change Mode", + ], + "depends_on": "BT_GATTS_ENABLE", + "help": "Service change indication mode for GATT Server.", + "id": "component-config-bluetooth-bluedroid-options-bluetooth-low-energy-include-gatt-server-module-gatts--gatts-service-change-mode", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", + "title": "GATTS Service Change Mode", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_GATTS_ENABLE", - "help": null, - "id": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", - "name": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_GATTS_ENABLE", + "help": null, + "id": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", + "range": null, + "title": null, "type": "int" } - ], - "depends_on": "BT_BLE_ENABLED", - "help": "This option can be disabled when the app work only on gatt client mode", - "id": "BT_GATTS_ENABLE", - "name": "BT_GATTS_ENABLE", - "range": null, - "title": "Include GATT server module(GATTS)", + ], + "depends_on": "BT_BLE_ENABLED", + "help": "This option can be disabled when the app work only on gatt client mode", + "id": "BT_GATTS_ENABLE", + "name": "BT_GATTS_ENABLE", + "range": null, + "title": "Include GATT server module(GATTS)", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BT_GATTC_ENABLE", - "help": "This select can save gattc cache data to nvs flash", - "id": "BT_GATTC_CACHE_NVS_FLASH", - "name": "BT_GATTC_CACHE_NVS_FLASH", - "range": null, - "title": "Save gattc cache data to nvs flash", + "children": [], + "depends_on": "BT_GATTC_ENABLE", + "help": "This select can save gattc cache data to nvs flash", + "id": "BT_GATTC_CACHE_NVS_FLASH", + "name": "BT_GATTC_CACHE_NVS_FLASH", + "range": null, + "title": "Save gattc cache data to nvs flash", "type": "bool" } - ], - "depends_on": "BT_BLE_ENABLED", - "help": "This option can be close when the app work only on gatt server mode", - "id": "BT_GATTC_ENABLE", - "name": "BT_GATTC_ENABLE", - "range": null, - "title": "Include GATT client module(GATTC)", + ], + "depends_on": "BT_BLE_ENABLED", + "help": "This option can be close when the app work only on gatt server mode", + "id": "BT_GATTC_ENABLE", + "name": "BT_GATTC_ENABLE", + "range": null, + "title": "Include GATT client module(GATTC)", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BT_BLE_SMP_ENABLE", - "help": "In order to reduce the pairing time, slave actively initiates connection parameters\nupdate during pairing.", - "id": "BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE", - "name": "BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE", - "range": null, - "title": "Slave enable connection parameters update during pairing", + "children": [], + "depends_on": "BT_BLE_SMP_ENABLE", + "help": "In order to reduce the pairing time, slave actively initiates connection parameters\nupdate during pairing.", + "id": "BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE", + "name": "BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE", + "range": null, + "title": "Slave enable connection parameters update during pairing", "type": "bool" } - ], - "depends_on": "BT_BLE_ENABLED", - "help": "This option can be close when the app not used the ble security connect.", - "id": "BT_BLE_SMP_ENABLE", - "name": "BT_BLE_SMP_ENABLE", - "range": null, - "title": "Include BLE security module(SMP)", + ], + "depends_on": "BT_BLE_ENABLED", + "help": "This option can be close when the app not used the ble security connect.", + "id": "BT_BLE_SMP_ENABLE", + "name": "BT_BLE_SMP_ENABLE", + "range": null, + "title": "Include BLE security module(SMP)", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "This enables Bluetooth Low Energy", - "id": "BT_BLE_ENABLED", - "name": "BT_BLE_ENABLED", - "range": null, - "title": "Bluetooth Low Energy", + ], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "This enables Bluetooth Low Energy", + "id": "BT_BLE_ENABLED", + "name": "BT_BLE_ENABLED", + "range": null, + "title": "Bluetooth Low Energy", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "This select can save the rodata code size", - "id": "BT_STACK_NO_LOG", - "name": "BT_STACK_NO_LOG", - "range": null, - "title": "Disable BT debug logs (minimize bin size)", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "This select can save the rodata code size", + "id": "BT_STACK_NO_LOG", + "name": "BT_STACK_NO_LOG", + "range": null, + "title": "Disable BT debug logs (minimize bin size)", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HCI_TRACE_LEVEL_NONE", - "name": "BT_LOG_HCI_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_NONE", + "name": "BT_LOG_HCI_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HCI_TRACE_LEVEL_ERROR", - "name": "BT_LOG_HCI_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_ERROR", + "name": "BT_LOG_HCI_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HCI_TRACE_LEVEL_WARNING", - "name": "BT_LOG_HCI_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_WARNING", + "name": "BT_LOG_HCI_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HCI_TRACE_LEVEL_API", - "name": "BT_LOG_HCI_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_API", + "name": "BT_LOG_HCI_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HCI_TRACE_LEVEL_EVENT", - "name": "BT_LOG_HCI_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_EVENT", + "name": "BT_LOG_HCI_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HCI_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_HCI_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_HCI_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HCI_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_HCI_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_HCI_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for HCI layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-hci-layer", - "name": "BT_LOG_HCI_TRACE_LEVEL", - "title": "HCI layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for HCI layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-hci-layer", + "name": "BT_LOG_HCI_TRACE_LEVEL", + "title": "HCI layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_HCI_TRACE_LEVEL", - "name": "BT_LOG_HCI_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL", + "name": "BT_LOG_HCI_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTM_TRACE_LEVEL_NONE", - "name": "BT_LOG_BTM_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_NONE", + "name": "BT_LOG_BTM_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTM_TRACE_LEVEL_ERROR", - "name": "BT_LOG_BTM_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BTM_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTM_TRACE_LEVEL_WARNING", - "name": "BT_LOG_BTM_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BTM_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTM_TRACE_LEVEL_API", - "name": "BT_LOG_BTM_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_API", + "name": "BT_LOG_BTM_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTM_TRACE_LEVEL_EVENT", - "name": "BT_LOG_BTM_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BTM_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTM_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_BTM_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BTM_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTM_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_BTM_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BTM_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for BTM layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btm-layer", - "name": "BT_LOG_BTM_TRACE_LEVEL", - "title": "BTM layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for BTM layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btm-layer", + "name": "BT_LOG_BTM_TRACE_LEVEL", + "title": "BTM layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_BTM_TRACE_LEVEL", - "name": "BT_LOG_BTM_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL", + "name": "BT_LOG_BTM_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_L2CAP_TRACE_LEVEL_NONE", - "name": "BT_LOG_L2CAP_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_NONE", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_L2CAP_TRACE_LEVEL_ERROR", - "name": "BT_LOG_L2CAP_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_L2CAP_TRACE_LEVEL_WARNING", - "name": "BT_LOG_L2CAP_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_L2CAP_TRACE_LEVEL_API", - "name": "BT_LOG_L2CAP_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_API", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_L2CAP_TRACE_LEVEL_EVENT", - "name": "BT_LOG_L2CAP_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_L2CAP_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_L2CAP_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_L2CAP_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_L2CAP_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for L2CAP layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-l2cap-layer", - "name": "BT_LOG_L2CAP_TRACE_LEVEL", - "title": "L2CAP layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for L2CAP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-l2cap-layer", + "name": "BT_LOG_L2CAP_TRACE_LEVEL", + "title": "L2CAP layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_L2CAP_TRACE_LEVEL", - "name": "BT_LOG_L2CAP_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL", + "name": "BT_LOG_L2CAP_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_RFCOMM_TRACE_LEVEL_NONE", - "name": "BT_LOG_RFCOMM_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_NONE", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_RFCOMM_TRACE_LEVEL_ERROR", - "name": "BT_LOG_RFCOMM_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_ERROR", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_RFCOMM_TRACE_LEVEL_WARNING", - "name": "BT_LOG_RFCOMM_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_WARNING", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_RFCOMM_TRACE_LEVEL_API", - "name": "BT_LOG_RFCOMM_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_API", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_RFCOMM_TRACE_LEVEL_EVENT", - "name": "BT_LOG_RFCOMM_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_EVENT", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_RFCOMM_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_RFCOMM_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_RFCOMM_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_RFCOMM_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for RFCOMM layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-rfcomm-layer", - "name": "BT_LOG_RFCOMM_TRACE_LEVEL", - "title": "RFCOMM layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for RFCOMM layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-rfcomm-layer", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL", + "title": "RFCOMM layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_RFCOMM_TRACE_LEVEL", - "name": "BT_LOG_RFCOMM_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SDP_TRACE_LEVEL_NONE", - "name": "BT_LOG_SDP_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_NONE", + "name": "BT_LOG_SDP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SDP_TRACE_LEVEL_ERROR", - "name": "BT_LOG_SDP_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_SDP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SDP_TRACE_LEVEL_WARNING", - "name": "BT_LOG_SDP_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_SDP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SDP_TRACE_LEVEL_API", - "name": "BT_LOG_SDP_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_API", + "name": "BT_LOG_SDP_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SDP_TRACE_LEVEL_EVENT", - "name": "BT_LOG_SDP_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_SDP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SDP_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_SDP_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_SDP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SDP_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_SDP_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_SDP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for SDP layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-sdp-layer", - "name": "BT_LOG_SDP_TRACE_LEVEL", - "title": "SDP layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for SDP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-sdp-layer", + "name": "BT_LOG_SDP_TRACE_LEVEL", + "title": "SDP layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_SDP_TRACE_LEVEL", - "name": "BT_LOG_SDP_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL", + "name": "BT_LOG_SDP_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GAP_TRACE_LEVEL_NONE", - "name": "BT_LOG_GAP_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_NONE", + "name": "BT_LOG_GAP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GAP_TRACE_LEVEL_ERROR", - "name": "BT_LOG_GAP_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_GAP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GAP_TRACE_LEVEL_WARNING", - "name": "BT_LOG_GAP_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_GAP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GAP_TRACE_LEVEL_API", - "name": "BT_LOG_GAP_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_API", + "name": "BT_LOG_GAP_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GAP_TRACE_LEVEL_EVENT", - "name": "BT_LOG_GAP_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_GAP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GAP_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_GAP_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_GAP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GAP_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_GAP_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_GAP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for GAP layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-gap-layer", - "name": "BT_LOG_GAP_TRACE_LEVEL", - "title": "GAP layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for GAP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-gap-layer", + "name": "BT_LOG_GAP_TRACE_LEVEL", + "title": "GAP layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_GAP_TRACE_LEVEL", - "name": "BT_LOG_GAP_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL", + "name": "BT_LOG_GAP_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BNEP_TRACE_LEVEL_NONE", - "name": "BT_LOG_BNEP_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_NONE", + "name": "BT_LOG_BNEP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BNEP_TRACE_LEVEL_ERROR", - "name": "BT_LOG_BNEP_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BNEP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BNEP_TRACE_LEVEL_WARNING", - "name": "BT_LOG_BNEP_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BNEP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BNEP_TRACE_LEVEL_API", - "name": "BT_LOG_BNEP_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_API", + "name": "BT_LOG_BNEP_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BNEP_TRACE_LEVEL_EVENT", - "name": "BT_LOG_BNEP_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BNEP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BNEP_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_BNEP_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BNEP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BNEP_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_BNEP_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BNEP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for BNEP layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-bnep-layer", - "name": "BT_LOG_BNEP_TRACE_LEVEL", - "title": "BNEP layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for BNEP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-bnep-layer", + "name": "BT_LOG_BNEP_TRACE_LEVEL", + "title": "BNEP layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_BNEP_TRACE_LEVEL", - "name": "BT_LOG_BNEP_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL", + "name": "BT_LOG_BNEP_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_PAN_TRACE_LEVEL_NONE", - "name": "BT_LOG_PAN_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_NONE", + "name": "BT_LOG_PAN_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_PAN_TRACE_LEVEL_ERROR", - "name": "BT_LOG_PAN_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_ERROR", + "name": "BT_LOG_PAN_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_PAN_TRACE_LEVEL_WARNING", - "name": "BT_LOG_PAN_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_WARNING", + "name": "BT_LOG_PAN_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_PAN_TRACE_LEVEL_API", - "name": "BT_LOG_PAN_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_API", + "name": "BT_LOG_PAN_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_PAN_TRACE_LEVEL_EVENT", - "name": "BT_LOG_PAN_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_EVENT", + "name": "BT_LOG_PAN_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_PAN_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_PAN_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_PAN_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_PAN_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_PAN_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_PAN_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for PAN layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-pan-layer", - "name": "BT_LOG_PAN_TRACE_LEVEL", - "title": "PAN layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for PAN layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-pan-layer", + "name": "BT_LOG_PAN_TRACE_LEVEL", + "title": "PAN layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_PAN_TRACE_LEVEL", - "name": "BT_LOG_PAN_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL", + "name": "BT_LOG_PAN_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_A2D_TRACE_LEVEL_NONE", - "name": "BT_LOG_A2D_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_NONE", + "name": "BT_LOG_A2D_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_A2D_TRACE_LEVEL_ERROR", - "name": "BT_LOG_A2D_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_ERROR", + "name": "BT_LOG_A2D_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_A2D_TRACE_LEVEL_WARNING", - "name": "BT_LOG_A2D_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_WARNING", + "name": "BT_LOG_A2D_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_A2D_TRACE_LEVEL_API", - "name": "BT_LOG_A2D_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_API", + "name": "BT_LOG_A2D_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_A2D_TRACE_LEVEL_EVENT", - "name": "BT_LOG_A2D_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_EVENT", + "name": "BT_LOG_A2D_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_A2D_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_A2D_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_A2D_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_A2D_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_A2D_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_A2D_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for A2D layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-a2d-layer", - "name": "BT_LOG_A2D_TRACE_LEVEL", - "title": "A2D layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for A2D layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-a2d-layer", + "name": "BT_LOG_A2D_TRACE_LEVEL", + "title": "A2D layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_A2D_TRACE_LEVEL", - "name": "BT_LOG_A2D_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL", + "name": "BT_LOG_A2D_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVDT_TRACE_LEVEL_NONE", - "name": "BT_LOG_AVDT_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_NONE", + "name": "BT_LOG_AVDT_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVDT_TRACE_LEVEL_ERROR", - "name": "BT_LOG_AVDT_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_ERROR", + "name": "BT_LOG_AVDT_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVDT_TRACE_LEVEL_WARNING", - "name": "BT_LOG_AVDT_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_WARNING", + "name": "BT_LOG_AVDT_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVDT_TRACE_LEVEL_API", - "name": "BT_LOG_AVDT_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_API", + "name": "BT_LOG_AVDT_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVDT_TRACE_LEVEL_EVENT", - "name": "BT_LOG_AVDT_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_EVENT", + "name": "BT_LOG_AVDT_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVDT_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_AVDT_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_AVDT_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVDT_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_AVDT_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_AVDT_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for AVDT layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avdt-layer", - "name": "BT_LOG_AVDT_TRACE_LEVEL", - "title": "AVDT layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for AVDT layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avdt-layer", + "name": "BT_LOG_AVDT_TRACE_LEVEL", + "title": "AVDT layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_AVDT_TRACE_LEVEL", - "name": "BT_LOG_AVDT_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL", + "name": "BT_LOG_AVDT_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVCT_TRACE_LEVEL_NONE", - "name": "BT_LOG_AVCT_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_NONE", + "name": "BT_LOG_AVCT_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVCT_TRACE_LEVEL_ERROR", - "name": "BT_LOG_AVCT_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_ERROR", + "name": "BT_LOG_AVCT_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVCT_TRACE_LEVEL_WARNING", - "name": "BT_LOG_AVCT_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_WARNING", + "name": "BT_LOG_AVCT_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVCT_TRACE_LEVEL_API", - "name": "BT_LOG_AVCT_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_API", + "name": "BT_LOG_AVCT_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVCT_TRACE_LEVEL_EVENT", - "name": "BT_LOG_AVCT_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_EVENT", + "name": "BT_LOG_AVCT_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVCT_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_AVCT_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_AVCT_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVCT_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_AVCT_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_AVCT_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for AVCT layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avct-layer", - "name": "BT_LOG_AVCT_TRACE_LEVEL", - "title": "AVCT layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for AVCT layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avct-layer", + "name": "BT_LOG_AVCT_TRACE_LEVEL", + "title": "AVCT layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_AVCT_TRACE_LEVEL", - "name": "BT_LOG_AVCT_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL", + "name": "BT_LOG_AVCT_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVRC_TRACE_LEVEL_NONE", - "name": "BT_LOG_AVRC_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_NONE", + "name": "BT_LOG_AVRC_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVRC_TRACE_LEVEL_ERROR", - "name": "BT_LOG_AVRC_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_ERROR", + "name": "BT_LOG_AVRC_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVRC_TRACE_LEVEL_WARNING", - "name": "BT_LOG_AVRC_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_WARNING", + "name": "BT_LOG_AVRC_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVRC_TRACE_LEVEL_API", - "name": "BT_LOG_AVRC_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_API", + "name": "BT_LOG_AVRC_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVRC_TRACE_LEVEL_EVENT", - "name": "BT_LOG_AVRC_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_EVENT", + "name": "BT_LOG_AVRC_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVRC_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_AVRC_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_AVRC_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_AVRC_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_AVRC_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_AVRC_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for AVRC layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avrc-layer", - "name": "BT_LOG_AVRC_TRACE_LEVEL", - "title": "AVRC layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for AVRC layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avrc-layer", + "name": "BT_LOG_AVRC_TRACE_LEVEL", + "title": "AVRC layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_AVRC_TRACE_LEVEL", - "name": "BT_LOG_AVRC_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL", + "name": "BT_LOG_AVRC_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_MCA_TRACE_LEVEL_NONE", - "name": "BT_LOG_MCA_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_NONE", + "name": "BT_LOG_MCA_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_MCA_TRACE_LEVEL_ERROR", - "name": "BT_LOG_MCA_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_ERROR", + "name": "BT_LOG_MCA_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_MCA_TRACE_LEVEL_WARNING", - "name": "BT_LOG_MCA_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_WARNING", + "name": "BT_LOG_MCA_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_MCA_TRACE_LEVEL_API", - "name": "BT_LOG_MCA_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_API", + "name": "BT_LOG_MCA_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_MCA_TRACE_LEVEL_EVENT", - "name": "BT_LOG_MCA_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_EVENT", + "name": "BT_LOG_MCA_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_MCA_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_MCA_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_MCA_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_MCA_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_MCA_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_MCA_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for MCA layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-mca-layer", - "name": "BT_LOG_MCA_TRACE_LEVEL", - "title": "MCA layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for MCA layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-mca-layer", + "name": "BT_LOG_MCA_TRACE_LEVEL", + "title": "MCA layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_MCA_TRACE_LEVEL", - "name": "BT_LOG_MCA_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL", + "name": "BT_LOG_MCA_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HID_TRACE_LEVEL_NONE", - "name": "BT_LOG_HID_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_NONE", + "name": "BT_LOG_HID_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HID_TRACE_LEVEL_ERROR", - "name": "BT_LOG_HID_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_ERROR", + "name": "BT_LOG_HID_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HID_TRACE_LEVEL_WARNING", - "name": "BT_LOG_HID_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_WARNING", + "name": "BT_LOG_HID_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HID_TRACE_LEVEL_API", - "name": "BT_LOG_HID_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_API", + "name": "BT_LOG_HID_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HID_TRACE_LEVEL_EVENT", - "name": "BT_LOG_HID_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_EVENT", + "name": "BT_LOG_HID_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HID_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_HID_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_HID_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_HID_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_HID_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_HID_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for HID layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-hid-layer", - "name": "BT_LOG_HID_TRACE_LEVEL", - "title": "HID layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for HID layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-hid-layer", + "name": "BT_LOG_HID_TRACE_LEVEL", + "title": "HID layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_HID_TRACE_LEVEL", - "name": "BT_LOG_HID_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL", + "name": "BT_LOG_HID_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_APPL_TRACE_LEVEL_NONE", - "name": "BT_LOG_APPL_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_NONE", + "name": "BT_LOG_APPL_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_APPL_TRACE_LEVEL_ERROR", - "name": "BT_LOG_APPL_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_ERROR", + "name": "BT_LOG_APPL_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_APPL_TRACE_LEVEL_WARNING", - "name": "BT_LOG_APPL_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_WARNING", + "name": "BT_LOG_APPL_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_APPL_TRACE_LEVEL_API", - "name": "BT_LOG_APPL_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_API", + "name": "BT_LOG_APPL_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_APPL_TRACE_LEVEL_EVENT", - "name": "BT_LOG_APPL_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_EVENT", + "name": "BT_LOG_APPL_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_APPL_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_APPL_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_APPL_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_APPL_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_APPL_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_APPL_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for APPL layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-appl-layer", - "name": "BT_LOG_APPL_TRACE_LEVEL", - "title": "APPL layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for APPL layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-appl-layer", + "name": "BT_LOG_APPL_TRACE_LEVEL", + "title": "APPL layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_APPL_TRACE_LEVEL", - "name": "BT_LOG_APPL_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL", + "name": "BT_LOG_APPL_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GATT_TRACE_LEVEL_NONE", - "name": "BT_LOG_GATT_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_NONE", + "name": "BT_LOG_GATT_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GATT_TRACE_LEVEL_ERROR", - "name": "BT_LOG_GATT_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_ERROR", + "name": "BT_LOG_GATT_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GATT_TRACE_LEVEL_WARNING", - "name": "BT_LOG_GATT_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_WARNING", + "name": "BT_LOG_GATT_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GATT_TRACE_LEVEL_API", - "name": "BT_LOG_GATT_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_API", + "name": "BT_LOG_GATT_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GATT_TRACE_LEVEL_EVENT", - "name": "BT_LOG_GATT_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_EVENT", + "name": "BT_LOG_GATT_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GATT_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_GATT_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_GATT_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_GATT_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_GATT_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_GATT_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for GATT layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-gatt-layer", - "name": "BT_LOG_GATT_TRACE_LEVEL", - "title": "GATT layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for GATT layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-gatt-layer", + "name": "BT_LOG_GATT_TRACE_LEVEL", + "title": "GATT layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_GATT_TRACE_LEVEL", - "name": "BT_LOG_GATT_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL", + "name": "BT_LOG_GATT_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SMP_TRACE_LEVEL_NONE", - "name": "BT_LOG_SMP_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_NONE", + "name": "BT_LOG_SMP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SMP_TRACE_LEVEL_ERROR", - "name": "BT_LOG_SMP_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_SMP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SMP_TRACE_LEVEL_WARNING", - "name": "BT_LOG_SMP_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_SMP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SMP_TRACE_LEVEL_API", - "name": "BT_LOG_SMP_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_API", + "name": "BT_LOG_SMP_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SMP_TRACE_LEVEL_EVENT", - "name": "BT_LOG_SMP_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_SMP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SMP_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_SMP_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_SMP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_SMP_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_SMP_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_SMP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for SMP layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-smp-layer", - "name": "BT_LOG_SMP_TRACE_LEVEL", - "title": "SMP layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for SMP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-smp-layer", + "name": "BT_LOG_SMP_TRACE_LEVEL", + "title": "SMP layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_SMP_TRACE_LEVEL", - "name": "BT_LOG_SMP_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL", + "name": "BT_LOG_SMP_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTIF_TRACE_LEVEL_NONE", - "name": "BT_LOG_BTIF_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_NONE", + "name": "BT_LOG_BTIF_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTIF_TRACE_LEVEL_ERROR", - "name": "BT_LOG_BTIF_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BTIF_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTIF_TRACE_LEVEL_WARNING", - "name": "BT_LOG_BTIF_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BTIF_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTIF_TRACE_LEVEL_API", - "name": "BT_LOG_BTIF_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_API", + "name": "BT_LOG_BTIF_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTIF_TRACE_LEVEL_EVENT", - "name": "BT_LOG_BTIF_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BTIF_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTIF_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_BTIF_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BTIF_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTIF_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_BTIF_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BTIF_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for BTIF layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btif-layer", - "name": "BT_LOG_BTIF_TRACE_LEVEL", - "title": "BTIF layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for BTIF layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btif-layer", + "name": "BT_LOG_BTIF_TRACE_LEVEL", + "title": "BTIF layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_BTIF_TRACE_LEVEL", - "name": "BT_LOG_BTIF_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL", + "name": "BT_LOG_BTIF_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTC_TRACE_LEVEL_NONE", - "name": "BT_LOG_BTC_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_NONE", + "name": "BT_LOG_BTC_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTC_TRACE_LEVEL_ERROR", - "name": "BT_LOG_BTC_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BTC_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTC_TRACE_LEVEL_WARNING", - "name": "BT_LOG_BTC_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BTC_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTC_TRACE_LEVEL_API", - "name": "BT_LOG_BTC_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_API", + "name": "BT_LOG_BTC_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTC_TRACE_LEVEL_EVENT", - "name": "BT_LOG_BTC_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BTC_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTC_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_BTC_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BTC_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BTC_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_BTC_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BTC_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for BTC layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btc-layer", - "name": "BT_LOG_BTC_TRACE_LEVEL", - "title": "BTC layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for BTC layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btc-layer", + "name": "BT_LOG_BTC_TRACE_LEVEL", + "title": "BTC layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_BTC_TRACE_LEVEL", - "name": "BT_LOG_BTC_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL", + "name": "BT_LOG_BTC_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_OSI_TRACE_LEVEL_NONE", - "name": "BT_LOG_OSI_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_NONE", + "name": "BT_LOG_OSI_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_OSI_TRACE_LEVEL_ERROR", - "name": "BT_LOG_OSI_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_ERROR", + "name": "BT_LOG_OSI_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_OSI_TRACE_LEVEL_WARNING", - "name": "BT_LOG_OSI_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_WARNING", + "name": "BT_LOG_OSI_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_OSI_TRACE_LEVEL_API", - "name": "BT_LOG_OSI_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_API", + "name": "BT_LOG_OSI_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_OSI_TRACE_LEVEL_EVENT", - "name": "BT_LOG_OSI_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_EVENT", + "name": "BT_LOG_OSI_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_OSI_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_OSI_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_OSI_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_OSI_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_OSI_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_OSI_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for OSI layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-osi-layer", - "name": "BT_LOG_OSI_TRACE_LEVEL", - "title": "OSI layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for OSI layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-osi-layer", + "name": "BT_LOG_OSI_TRACE_LEVEL", + "title": "OSI layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_OSI_TRACE_LEVEL", - "name": "BT_LOG_OSI_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL", + "name": "BT_LOG_OSI_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BLUFI_TRACE_LEVEL_NONE", - "name": "BT_LOG_BLUFI_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_NONE", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BLUFI_TRACE_LEVEL_ERROR", - "name": "BT_LOG_BLUFI_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BLUFI_TRACE_LEVEL_WARNING", - "name": "BT_LOG_BLUFI_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BLUFI_TRACE_LEVEL_API", - "name": "BT_LOG_BLUFI_TRACE_LEVEL_API", - "range": null, - "title": "API", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_API", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_API", + "range": null, + "title": "API", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BLUFI_TRACE_LEVEL_EVENT", - "name": "BT_LOG_BLUFI_TRACE_LEVEL_EVENT", - "range": null, - "title": "EVENT", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BLUFI_TRACE_LEVEL_DEBUG", - "name": "BT_LOG_BLUFI_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_LOG_BLUFI_TRACE_LEVEL_VERBOSE", - "name": "BT_LOG_BLUFI_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": "Define BT trace level for BLUFI layer", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-blufi-layer", - "name": "BT_LOG_BLUFI_TRACE_LEVEL", - "title": "BLUFI layer", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": "Define BT trace level for BLUFI layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-blufi-layer", + "name": "BT_LOG_BLUFI_TRACE_LEVEL", + "title": "BLUFI layer", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "help": null, - "id": "BT_LOG_BLUFI_TRACE_LEVEL", - "name": "BT_LOG_BLUFI_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL", + "name": "BT_LOG_BLUFI_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" } - ], - "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", - "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level", - "title": "BT DEBUG LOG LEVEL", + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level", + "title": "BT DEBUG LOG LEVEL", "type": "menu" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "Maximum BT/BLE connection count", - "id": "BT_ACL_CONNECTIONS", - "name": "BT_ACL_CONNECTIONS", - "range": null, - "title": "BT/BLE MAX ACL CONNECTIONS(1~7)", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "Maximum BT/BLE connection count", + "id": "BT_ACL_CONNECTIONS", + "name": "BT_ACL_CONNECTIONS", + "range": null, + "title": "BT/BLE MAX ACL CONNECTIONS(1~7)", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "This select can save the internal RAM if there have the PSRAM", - "id": "BT_ALLOCATION_FROM_SPIRAM_FIRST", - "name": "BT_ALLOCATION_FROM_SPIRAM_FIRST", - "range": null, - "title": "BT/BLE will first malloc the memory from the PSRAM", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "This select can save the internal RAM if there have the PSRAM", + "id": "BT_ALLOCATION_FROM_SPIRAM_FIRST", + "name": "BT_ALLOCATION_FROM_SPIRAM_FIRST", + "range": null, + "title": "BT/BLE will first malloc the memory from the PSRAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "This select can make the allocation of memory will become more flexible", - "id": "BT_BLE_DYNAMIC_ENV_MEMORY", - "name": "BT_BLE_DYNAMIC_ENV_MEMORY", - "range": null, - "title": "Use dynamic memory allocation in BT/BLE stack", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "This select can make the allocation of memory will become more flexible", + "id": "BT_BLE_DYNAMIC_ENV_MEMORY", + "name": "BT_BLE_DYNAMIC_ENV_MEMORY", + "range": null, + "title": "Use dynamic memory allocation in BT/BLE stack", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "When scanning and scan duplicate is not enabled, if there are a lot of adv packets around\nor application layer handling adv packets is slow, it will cause the controller memory\nto run out. if enabled, adv packets will be lost when host queue is congested.", - "id": "BT_BLE_HOST_QUEUE_CONG_CHECK", - "name": "BT_BLE_HOST_QUEUE_CONG_CHECK", - "range": null, - "title": "BLE queue congestion check", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "When scanning and scan duplicate is not enabled, if there are a lot of adv packets around\nor application layer handling adv packets is slow, it will cause the controller memory\nto run out. if enabled, adv packets will be lost when host queue is congested.", + "id": "BT_BLE_HOST_QUEUE_CONG_CHECK", + "name": "BT_BLE_HOST_QUEUE_CONG_CHECK", + "range": null, + "title": "BLE queue congestion check", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": null, - "id": "BT_SMP_ENABLE", - "name": "BT_SMP_ENABLE", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_SMP_ENABLE", + "name": "BT_SMP_ENABLE", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && (BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY)", - "help": "Originally, when doing BLE active scan, Bluedroid will not report adv to application layer\nuntil receive scan response. This option is used to disable the behavior. When enable this option,\nBluedroid will report adv data or scan response to application layer immediately.\n\n# Memory reserved at start of DRAM for Bluetooth stack", - "id": "BT_BLE_ACT_SCAN_REP_ADV_SCAN", - "name": "BT_BLE_ACT_SCAN_REP_ADV_SCAN", - "range": null, - "title": "Report adv data and scan response individually when BLE active scan", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && (BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY)", + "help": "Originally, when doing BLE active scan, Bluedroid will not report adv to application layer\nuntil receive scan response. This option is used to disable the behavior. When enable this option,\nBluedroid will report adv data or scan response to application layer immediately.\n\n# Memory reserved at start of DRAM for Bluetooth stack", + "id": "BT_BLE_ACT_SCAN_REP_ADV_SCAN", + "name": "BT_BLE_ACT_SCAN_REP_ADV_SCAN", + "range": null, + "title": "Report adv data and scan response individually when BLE active scan", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED", - "help": "Bluetooth Connection establishment maximum time, if connection time exceeds this value, the connection\nestablishment fails, ESP_GATTC_OPEN_EVT or ESP_GATTS_OPEN_EVT is triggered.", - "id": "BT_BLE_ESTAB_LINK_CONN_TOUT", - "name": "BT_BLE_ESTAB_LINK_CONN_TOUT", - "range": null, - "title": "Timeout of BLE connection establishment", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED", + "help": "Bluetooth Connection establishment maximum time, if connection time exceeds this value, the connection\nestablishment fails, ESP_GATTC_OPEN_EVT or ESP_GATTS_OPEN_EVT is triggered.", + "id": "BT_BLE_ESTAB_LINK_CONN_TOUT", + "name": "BT_BLE_ESTAB_LINK_CONN_TOUT", + "range": null, + "title": "Timeout of BLE connection establishment", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "BT_RESERVE_DRAM", - "name": "BT_RESERVE_DRAM", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "BT_RESERVE_DRAM", + "name": "BT_RESERVE_DRAM", + "range": null, + "title": null, "type": "hex" } - ], - "depends_on": null, - "id": "component-config-bluetooth-bluedroid-options", - "title": "Bluedroid Options", + ], + "depends_on": null, + "id": "component-config-bluetooth-bluedroid-options", + "title": "Bluedroid Options", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL", - "name": "BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL", - "range": null, - "title": "Internal memory", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL", + "range": null, + "title": "Internal memory", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ", - "help": null, - "id": "BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL", - "name": "BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL", - "range": null, - "title": "External SPIRAM", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ", + "help": null, + "id": "BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL", + "range": null, + "title": "External SPIRAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_NIMBLE_MEM_ALLOC_MODE_DEFAULT", - "name": "BT_NIMBLE_MEM_ALLOC_MODE_DEFAULT", - "range": null, - "title": "Default alloc mode", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_MEM_ALLOC_MODE_DEFAULT", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_DEFAULT", + "range": null, + "title": "Default alloc mode", "type": "bool" } - ], - "depends_on": null, - "help": "Allocation strategy for NimBLE host stack, essentially provides ability to\nallocate all required dynamic allocations from,\n\n- Internal DRAM memory only\n- External SPIRAM memory only\n- Either internal or external memory based on default malloc()\n behavior in ESP-IDF\n\nRecommended mode here is always internal, since that is most preferred\nfrom security perspective. But if application requirement does not\nallow sufficient free internal memory then alternate mode can be\nselected.", - "id": "component-config-bluetooth-nimble-options-memory-allocation-strategy", - "name": "BT_NIMBLE_MEM_ALLOC_MODE", - "title": "Memory allocation strategy", + ], + "depends_on": null, + "help": "Allocation strategy for NimBLE host stack, essentially provides ability to\nallocate all required dynamic allocations from,\n\n- Internal DRAM memory only\n- External SPIRAM memory only\n- Either internal or external memory based on default malloc()\n behavior in ESP-IDF\n\nRecommended mode here is always internal, since that is most preferred\nfrom security perspective. But if application requirement does not\nallow sufficient free internal memory then alternate mode can be\nselected.", + "id": "component-config-bluetooth-nimble-options-memory-allocation-strategy", + "name": "BT_NIMBLE_MEM_ALLOC_MODE", + "title": "Memory allocation strategy", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Defines maximum number of concurrent BLE connections", - "id": "BT_NIMBLE_MAX_CONNECTIONS", - "name": "BT_NIMBLE_MAX_CONNECTIONS", - "range": null, - "title": "Maximum number of concurrent connections", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Defines maximum number of concurrent BLE connections", + "id": "BT_NIMBLE_MAX_CONNECTIONS", + "name": "BT_NIMBLE_MAX_CONNECTIONS", + "range": null, + "title": "Maximum number of concurrent connections", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Defines maximum number of bonds to save for peer security and our security", - "id": "BT_NIMBLE_MAX_BONDS", - "name": "BT_NIMBLE_MAX_BONDS", - "range": null, - "title": "Maximum number of bonds to save across reboots", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Defines maximum number of bonds to save for peer security and our security", + "id": "BT_NIMBLE_MAX_BONDS", + "name": "BT_NIMBLE_MAX_BONDS", + "range": null, + "title": "Maximum number of bonds to save across reboots", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Defines maximum number of CCC descriptors to save", - "id": "BT_NIMBLE_MAX_CCCDS", - "name": "BT_NIMBLE_MAX_CCCDS", - "range": null, - "title": "Maximum number of CCC descriptors to save across reboots", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Defines maximum number of CCC descriptors to save", + "id": "BT_NIMBLE_MAX_CCCDS", + "name": "BT_NIMBLE_MAX_CCCDS", + "range": null, + "title": "Maximum number of CCC descriptors to save across reboots", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Defines maximum number of BLE Connection Oriented Channels. When set to (0), BLE COC is not compiled in", - "id": "BT_NIMBLE_L2CAP_COC_MAX_NUM", - "name": "BT_NIMBLE_L2CAP_COC_MAX_NUM", - "range": null, - "title": "Maximum number of connection oriented channels", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Defines maximum number of BLE Connection Oriented Channels. When set to (0), BLE COC is not compiled in", + "id": "BT_NIMBLE_L2CAP_COC_MAX_NUM", + "name": "BT_NIMBLE_L2CAP_COC_MAX_NUM", + "range": null, + "title": "Maximum number of connection oriented channels", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_NIMBLE_PINNED_TO_CORE_0", - "name": "BT_NIMBLE_PINNED_TO_CORE_0", - "range": null, - "title": "Core 0 (PRO CPU)", + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_PINNED_TO_CORE_0", + "name": "BT_NIMBLE_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0 (PRO CPU)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!FREERTOS_UNICORE && ", - "help": null, - "id": "BT_NIMBLE_PINNED_TO_CORE_1", - "name": "BT_NIMBLE_PINNED_TO_CORE_1", - "range": null, - "title": "Core 1 (APP CPU)", + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "BT_NIMBLE_PINNED_TO_CORE_1", + "name": "BT_NIMBLE_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1 (APP CPU)", "type": "bool" } - ], - "depends_on": "BT_NIMBLE_ENABLED && !FREERTOS_UNICORE", - "help": "The CPU core on which NimBLE host will run. You can choose Core 0 or Core 1.\nCannot specify no-affinity", - "id": "component-config-bluetooth-nimble-options-the-cpu-core-on-which-nimble-host-will-run", - "name": "BT_NIMBLE_PINNED_TO_CORE_CHOICE", - "title": "The CPU core on which NimBLE host will run", + ], + "depends_on": "BT_NIMBLE_ENABLED && !FREERTOS_UNICORE", + "help": "The CPU core on which NimBLE host will run. You can choose Core 0 or Core 1.\nCannot specify no-affinity", + "id": "component-config-bluetooth-nimble-options-the-cpu-core-on-which-nimble-host-will-run", + "name": "BT_NIMBLE_PINNED_TO_CORE_CHOICE", + "title": "The CPU core on which NimBLE host will run", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": null, - "id": "BT_NIMBLE_PINNED_TO_CORE", - "name": "BT_NIMBLE_PINNED_TO_CORE", - "range": null, - "title": null, + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_PINNED_TO_CORE", + "name": "BT_NIMBLE_PINNED_TO_CORE", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "This configures stack size of NimBLE host task", - "id": "BT_NIMBLE_TASK_STACK_SIZE", - "name": "BT_NIMBLE_TASK_STACK_SIZE", - "range": null, - "title": "NimBLE Host task stack size", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This configures stack size of NimBLE host task", + "id": "BT_NIMBLE_TASK_STACK_SIZE", + "name": "BT_NIMBLE_TASK_STACK_SIZE", + "range": null, + "title": "NimBLE Host task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": null, - "id": "BT_NIMBLE_ROLE_CENTRAL", - "name": "BT_NIMBLE_ROLE_CENTRAL", - "range": null, - "title": "Enable BLE Central role", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_ROLE_CENTRAL", + "name": "BT_NIMBLE_ROLE_CENTRAL", + "range": null, + "title": "Enable BLE Central role", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": null, - "id": "BT_NIMBLE_ROLE_PERIPHERAL", - "name": "BT_NIMBLE_ROLE_PERIPHERAL", - "range": null, - "title": "Enable BLE Peripheral role", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_ROLE_PERIPHERAL", + "name": "BT_NIMBLE_ROLE_PERIPHERAL", + "range": null, + "title": "Enable BLE Peripheral role", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": null, - "id": "BT_NIMBLE_ROLE_BROADCASTER", - "name": "BT_NIMBLE_ROLE_BROADCASTER", - "range": null, - "title": "Enable BLE Broadcaster role", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_ROLE_BROADCASTER", + "name": "BT_NIMBLE_ROLE_BROADCASTER", + "range": null, + "title": "Enable BLE Broadcaster role", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": null, - "id": "BT_NIMBLE_ROLE_OBSERVER", - "name": "BT_NIMBLE_ROLE_OBSERVER", - "range": null, - "title": "Enable BLE Observer role", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_ROLE_OBSERVER", + "name": "BT_NIMBLE_ROLE_OBSERVER", + "range": null, + "title": "Enable BLE Observer role", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Enable this flag to make bonding persistent across device reboots", - "id": "BT_NIMBLE_NVS_PERSIST", - "name": "BT_NIMBLE_NVS_PERSIST", - "range": null, - "title": "Persist the BLE Bonding keys in NVS", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable this flag to make bonding persistent across device reboots", + "id": "BT_NIMBLE_NVS_PERSIST", + "name": "BT_NIMBLE_NVS_PERSIST", + "range": null, + "title": "Persist the BLE Bonding keys in NVS", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Enable security manager legacy pairing", - "id": "BT_NIMBLE_SM_LEGACY", - "name": "BT_NIMBLE_SM_LEGACY", - "range": null, - "title": "Security manager legacy pairing", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable security manager legacy pairing", + "id": "BT_NIMBLE_SM_LEGACY", + "name": "BT_NIMBLE_SM_LEGACY", + "range": null, + "title": "Security manager legacy pairing", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Enable security manager secure connections", - "id": "BT_NIMBLE_SM_SC", - "name": "BT_NIMBLE_SM_SC", - "range": null, - "title": "Security manager secure connections (4.2)", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable security manager secure connections", + "id": "BT_NIMBLE_SM_SC", + "name": "BT_NIMBLE_SM_SC", + "range": null, + "title": "Security manager secure connections (4.2)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "This enables extra runtime asserts and host debugging", - "id": "BT_NIMBLE_DEBUG", - "name": "BT_NIMBLE_DEBUG", - "range": null, - "title": "Enable extra runtime asserts and host debugging", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This enables extra runtime asserts and host debugging", + "id": "BT_NIMBLE_DEBUG", + "name": "BT_NIMBLE_DEBUG", + "range": null, + "title": "Enable extra runtime asserts and host debugging", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_SM_SC", - "help": "If this option is enabled, SM uses predefined DH key pair as described\nin Core Specification, Vol. 3, Part H, 2.3.5.6.1. This allows to\ndecrypt air traffic easily and thus should only be used for debugging.", - "id": "BT_NIMBLE_SM_SC_DEBUG_KEYS", - "name": "BT_NIMBLE_SM_SC_DEBUG_KEYS", - "range": null, - "title": "Use predefined public-private key pair", + "children": [], + "depends_on": "BT_NIMBLE_SM_SC", + "help": "If this option is enabled, SM uses predefined DH key pair as described\nin Core Specification, Vol. 3, Part H, 2.3.5.6.1. This allows to\ndecrypt air traffic easily and thus should only be used for debugging.", + "id": "BT_NIMBLE_SM_SC_DEBUG_KEYS", + "name": "BT_NIMBLE_SM_SC_DEBUG_KEYS", + "range": null, + "title": "Use predefined public-private key pair", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "The Device Name characteristic shall contain the name of the device as an UTF-8 string.\nThis name can be changed by using API ble_svc_gap_device_name_set()", - "id": "BT_NIMBLE_SVC_GAP_DEVICE_NAME", - "name": "BT_NIMBLE_SVC_GAP_DEVICE_NAME", - "range": null, - "title": "BLE GAP default device name", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "The Device Name characteristic shall contain the name of the device as an UTF-8 string.\nThis name can be changed by using API ble_svc_gap_device_name_set()", + "id": "BT_NIMBLE_SVC_GAP_DEVICE_NAME", + "name": "BT_NIMBLE_SVC_GAP_DEVICE_NAME", + "range": null, + "title": "BLE GAP default device name", "type": "string" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Device Name characteristic value shall be 0 to 248 octets in length", - "id": "BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN", - "name": "BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN", - "range": null, - "title": "Maximum length of BLE device name in octets", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Device Name characteristic value shall be 0 to 248 octets in length", + "id": "BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN", + "name": "BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN", + "range": null, + "title": "Maximum length of BLE device name in octets", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "This is the default value of ATT MTU indicated by the device during an ATT MTU exchange.\nThis value can be changed using API ble_att_set_preferred_mtu()", - "id": "BT_NIMBLE_ATT_PREFERRED_MTU", - "name": "BT_NIMBLE_ATT_PREFERRED_MTU", - "range": null, - "title": "Preferred MTU size in octets", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This is the default value of ATT MTU indicated by the device during an ATT MTU exchange.\nThis value can be changed using API ble_att_set_preferred_mtu()", + "id": "BT_NIMBLE_ATT_PREFERRED_MTU", + "name": "BT_NIMBLE_ATT_PREFERRED_MTU", + "range": null, + "title": "Preferred MTU size in octets", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Standard BLE GAP Appearance value in HEX format e.g. 0x02C0", - "id": "BT_NIMBLE_SVC_GAP_APPEARANCE", - "name": "BT_NIMBLE_SVC_GAP_APPEARANCE", - "range": null, - "title": "External appearance of the device", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Standard BLE GAP Appearance value in HEX format e.g. 0x02C0", + "id": "BT_NIMBLE_SVC_GAP_APPEARANCE", + "name": "BT_NIMBLE_SVC_GAP_APPEARANCE", + "range": null, + "title": "External appearance of the device", "type": "hex" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "The number of ACL data buffers.", - "id": "BT_NIMBLE_ACL_BUF_COUNT", - "name": "BT_NIMBLE_ACL_BUF_COUNT", - "range": null, - "title": "ACL Buffer count", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "The number of ACL data buffers.", + "id": "BT_NIMBLE_ACL_BUF_COUNT", + "name": "BT_NIMBLE_ACL_BUF_COUNT", + "range": null, + "title": "ACL Buffer count", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "This is the maximum size of the data portion of HCI ACL data packets.\nIt does not include the HCI data header (of 4 bytes)", - "id": "BT_NIMBLE_ACL_BUF_SIZE", - "name": "BT_NIMBLE_ACL_BUF_SIZE", - "range": null, - "title": "ACL Buffer size", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This is the maximum size of the data portion of HCI ACL data packets.\nIt does not include the HCI data header (of 4 bytes)", + "id": "BT_NIMBLE_ACL_BUF_SIZE", + "name": "BT_NIMBLE_ACL_BUF_SIZE", + "range": null, + "title": "ACL Buffer size", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "This is the size of each HCI event buffer in bytes", - "id": "BT_NIMBLE_HCI_EVT_BUF_SIZE", - "name": "BT_NIMBLE_HCI_EVT_BUF_SIZE", - "range": null, - "title": "HCI Event Buffer size", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This is the size of each HCI event buffer in bytes", + "id": "BT_NIMBLE_HCI_EVT_BUF_SIZE", + "name": "BT_NIMBLE_HCI_EVT_BUF_SIZE", + "range": null, + "title": "HCI Event Buffer size", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "This is the high priority HCI events' buffer size. High-priority\nevent buffers are for everything except advertising reports. If there\nare no free high-priority event buffers then host will try to allocate a\nlow-priority buffer instead", - "id": "BT_NIMBLE_HCI_EVT_HI_BUF_COUNT", - "name": "BT_NIMBLE_HCI_EVT_HI_BUF_COUNT", - "range": null, - "title": "High Priority HCI Event Buffer count", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This is the high priority HCI events' buffer size. High-priority\nevent buffers are for everything except advertising reports. If there\nare no free high-priority event buffers then host will try to allocate a\nlow-priority buffer instead", + "id": "BT_NIMBLE_HCI_EVT_HI_BUF_COUNT", + "name": "BT_NIMBLE_HCI_EVT_HI_BUF_COUNT", + "range": null, + "title": "High Priority HCI Event Buffer count", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "This is the low priority HCI events' buffer size. Low-priority event\nbuffers are only used for advertising reports. If there are no free\nlow-priority event buffers, then an incoming advertising report will\nget dropped", - "id": "BT_NIMBLE_HCI_EVT_LO_BUF_COUNT", - "name": "BT_NIMBLE_HCI_EVT_LO_BUF_COUNT", - "range": null, - "title": "Low Priority HCI Event Buffer count", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This is the low priority HCI events' buffer size. Low-priority event\nbuffers are only used for advertising reports. If there are no free\nlow-priority event buffers, then an incoming advertising report will\nget dropped", + "id": "BT_NIMBLE_HCI_EVT_LO_BUF_COUNT", + "name": "BT_NIMBLE_HCI_EVT_LO_BUF_COUNT", + "range": null, + "title": "Low Priority HCI Event Buffer count", "type": "int" - }, + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "MSYS is a system level mbuf registry. For prepare write & prepare\nresponses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH\nenabled cases, this block count is increased by 8 than user defined\ncount.", + "id": "BT_NIMBLE_MSYS1_BLOCK_COUNT", + "name": "BT_NIMBLE_MSYS1_BLOCK_COUNT", + "range": null, + "title": "MSYS_1 Block Count", + "type": "int" + }, { "children": [ { - "children": [], - "depends_on": "BT_NIMBLE_HS_FLOW_CTRL", - "help": "Host flow control interval in msecs", - "id": "BT_NIMBLE_HS_FLOW_CTRL_ITVL", - "name": "BT_NIMBLE_HS_FLOW_CTRL_ITVL", - "range": null, - "title": "Host Flow control interval", + "children": [], + "depends_on": "BT_NIMBLE_HS_FLOW_CTRL", + "help": "Host flow control interval in msecs", + "id": "BT_NIMBLE_HS_FLOW_CTRL_ITVL", + "name": "BT_NIMBLE_HS_FLOW_CTRL_ITVL", + "range": null, + "title": "Host Flow control interval", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_HS_FLOW_CTRL", - "help": "Host flow control threshold, if the number of free buffers are at or\nbelow this threshold, send an immediate number-of-completed-packets\nevent", - "id": "BT_NIMBLE_HS_FLOW_CTRL_THRESH", - "name": "BT_NIMBLE_HS_FLOW_CTRL_THRESH", - "range": null, - "title": "Host Flow control threshold", + "children": [], + "depends_on": "BT_NIMBLE_HS_FLOW_CTRL", + "help": "Host flow control threshold, if the number of free buffers are at or\nbelow this threshold, send an immediate number-of-completed-packets\nevent", + "id": "BT_NIMBLE_HS_FLOW_CTRL_THRESH", + "name": "BT_NIMBLE_HS_FLOW_CTRL_THRESH", + "range": null, + "title": "Host Flow control threshold", "type": "int" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_HS_FLOW_CTRL", - "help": "Enable this option to send number-of-completed-packets event to\ncontroller after disconnection", - "id": "BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT", - "name": "BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT", - "range": null, - "title": "Host Flow control on disconnect", + "children": [], + "depends_on": "BT_NIMBLE_HS_FLOW_CTRL", + "help": "Enable this option to send number-of-completed-packets event to\ncontroller after disconnection", + "id": "BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT", + "name": "BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT", + "range": null, + "title": "Host Flow control on disconnect", "type": "bool" } - ], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Enable Host Flow control", - "id": "BT_NIMBLE_HS_FLOW_CTRL", - "name": "BT_NIMBLE_HS_FLOW_CTRL", - "range": null, - "title": "Enable Host Flow control", + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable Host Flow control", + "id": "BT_NIMBLE_HS_FLOW_CTRL", + "name": "BT_NIMBLE_HS_FLOW_CTRL", + "range": null, + "title": "Enable Host Flow control", "type": "bool" - }, + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Time interval between RPA address change. This is applicable in case of\nHost based RPA", + "id": "BT_NIMBLE_RPA_TIMEOUT", + "name": "BT_NIMBLE_RPA_TIMEOUT", + "range": null, + "title": "RPA timeout in seconds", + "type": "int" + }, { "children": [ { - "children": [], - "depends_on": "BT_NIMBLE_MESH", - "help": "Enable proxy. This is automatically set whenever NIMBLE_MESH_PB_GATT or\nNIMBLE_MESH_GATT_PROXY is set", - "id": "BT_NIMBLE_MESH_PROXY", - "name": "BT_NIMBLE_MESH_PROXY", - "range": null, - "title": "Enable mesh proxy functionality", + "children": [], + "depends_on": "BT_NIMBLE_MESH", + "help": "Enable proxy. This is automatically set whenever NIMBLE_MESH_PB_GATT or\nNIMBLE_MESH_GATT_PROXY is set", + "id": "BT_NIMBLE_MESH_PROXY", + "name": "BT_NIMBLE_MESH_PROXY", + "range": null, + "title": "Enable mesh proxy functionality", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BT_NIMBLE_MESH_PROV", - "help": "Enable this option to allow the device to be provisioned over\nthe advertising bearer", - "id": "BT_NIMBLE_MESH_PB_ADV", - "name": "BT_NIMBLE_MESH_PB_ADV", - "range": null, - "title": "Enable mesh provisioning over advertising bearer", + "children": [], + "depends_on": "BT_NIMBLE_MESH_PROV", + "help": "Enable this option to allow the device to be provisioned over\nthe advertising bearer", + "id": "BT_NIMBLE_MESH_PB_ADV", + "name": "BT_NIMBLE_MESH_PB_ADV", + "range": null, + "title": "Enable mesh provisioning over advertising bearer", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_MESH_PROV", - "help": "Enable this option to allow the device to be provisioned over the GATT\nbearer", - "id": "BT_NIMBLE_MESH_PB_GATT", - "name": "BT_NIMBLE_MESH_PB_GATT", - "range": null, - "title": "Enable mesh provisioning over GATT bearer", + "children": [], + "depends_on": "BT_NIMBLE_MESH_PROV", + "help": "Enable this option to allow the device to be provisioned over the GATT\nbearer", + "id": "BT_NIMBLE_MESH_PB_GATT", + "name": "BT_NIMBLE_MESH_PB_GATT", + "range": null, + "title": "Enable mesh provisioning over GATT bearer", "type": "bool" } - ], - "depends_on": "BT_NIMBLE_MESH", - "help": "Enable mesh provisioning", - "id": "BT_NIMBLE_MESH_PROV", - "name": "BT_NIMBLE_MESH_PROV", - "range": null, - "title": "Enable BLE mesh provisioning", + ], + "depends_on": "BT_NIMBLE_MESH", + "help": "Enable mesh provisioning", + "id": "BT_NIMBLE_MESH_PROV", + "name": "BT_NIMBLE_MESH_PROV", + "range": null, + "title": "Enable BLE mesh provisioning", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_MESH", - "help": "This option enables support for the Mesh GATT Proxy Service,\ni.e. the ability to act as a proxy between a Mesh GATT Client\nand a Mesh network", - "id": "BT_NIMBLE_MESH_GATT_PROXY", - "name": "BT_NIMBLE_MESH_GATT_PROXY", - "range": null, - "title": "Enable GATT Proxy functionality", + "children": [], + "depends_on": "BT_NIMBLE_MESH", + "help": "This option enables support for the Mesh GATT Proxy Service,\ni.e. the ability to act as a proxy between a Mesh GATT Client\nand a Mesh network", + "id": "BT_NIMBLE_MESH_GATT_PROXY", + "name": "BT_NIMBLE_MESH_GATT_PROXY", + "range": null, + "title": "Enable GATT Proxy functionality", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_MESH", - "help": "Support for acting as a Mesh Relay Node", - "id": "BT_NIMBLE_MESH_RELAY", - "name": "BT_NIMBLE_MESH_RELAY", - "range": null, - "title": "Enable mesh relay functionality", + "children": [], + "depends_on": "BT_NIMBLE_MESH", + "help": "Support for acting as a Mesh Relay Node", + "id": "BT_NIMBLE_MESH_RELAY", + "name": "BT_NIMBLE_MESH_RELAY", + "range": null, + "title": "Enable mesh relay functionality", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_MESH", - "help": "Enable this option to be able to act as a Low Power Node", - "id": "BT_NIMBLE_MESH_LOW_POWER", - "name": "BT_NIMBLE_MESH_LOW_POWER", - "range": null, - "title": "Enable mesh low power mode", + "children": [], + "depends_on": "BT_NIMBLE_MESH", + "help": "Enable this option to be able to act as a Low Power Node", + "id": "BT_NIMBLE_MESH_LOW_POWER", + "name": "BT_NIMBLE_MESH_LOW_POWER", + "range": null, + "title": "Enable mesh low power mode", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_MESH", - "help": "Enable this option to be able to act as a Friend Node", - "id": "BT_NIMBLE_MESH_FRIEND", - "name": "BT_NIMBLE_MESH_FRIEND", - "range": null, - "title": "Enable mesh friend functionality", + "children": [], + "depends_on": "BT_NIMBLE_MESH", + "help": "Enable this option to be able to act as a Friend Node", + "id": "BT_NIMBLE_MESH_FRIEND", + "name": "BT_NIMBLE_MESH_FRIEND", + "range": null, + "title": "Enable mesh friend functionality", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_MESH", - "help": "This value defines Bluetooth Mesh device/node name", - "id": "BT_NIMBLE_MESH_DEVICE_NAME", - "name": "BT_NIMBLE_MESH_DEVICE_NAME", - "range": null, - "title": "Set mesh device name", + "children": [], + "depends_on": "BT_NIMBLE_MESH", + "help": "This value defines Bluetooth Mesh device/node name", + "id": "BT_NIMBLE_MESH_DEVICE_NAME", + "name": "BT_NIMBLE_MESH_DEVICE_NAME", + "range": null, + "title": "Set mesh device name", "type": "string" } - ], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Enable BLE Mesh functionality", - "id": "BT_NIMBLE_MESH", - "is_menuconfig": true, - "name": "BT_NIMBLE_MESH", - "range": null, - "title": "Enable BLE mesh functionality", + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable BLE Mesh functionality", + "id": "BT_NIMBLE_MESH", + "is_menuconfig": true, + "name": "BT_NIMBLE_MESH", + "range": null, + "title": "Enable BLE mesh functionality", "type": "menu" - }, + }, { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": "Enable this option to choose mbedTLS instead of TinyCrypt for crypto\ncomputations.", - "id": "BT_NIMBLE_CRYPTO_STACK_MBEDTLS", - "name": "BT_NIMBLE_CRYPTO_STACK_MBEDTLS", - "range": null, - "title": "Override TinyCrypt with mbedTLS for crypto computations", + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable this option to choose mbedTLS instead of TinyCrypt for crypto\ncomputations.", + "id": "BT_NIMBLE_CRYPTO_STACK_MBEDTLS", + "name": "BT_NIMBLE_CRYPTO_STACK_MBEDTLS", + "range": null, + "title": "Override TinyCrypt with mbedTLS for crypto computations", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-bluetooth-nimble-options", - "title": "NimBLE Options", + ], + "depends_on": null, + "id": "component-config-bluetooth-nimble-options", + "title": "NimBLE Options", "type": "menu" } - ], - "depends_on": null, - "id": "component-config-bluetooth", - "title": "Bluetooth", + ], + "depends_on": null, + "id": "component-config-bluetooth", + "title": "Bluetooth", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "BLE_MESH", - "help": "It is a temporary solution and needs further modifications.", - "id": "BLE_MESH_HCI_5_0", - "name": "BLE_MESH_HCI_5_0", - "range": null, - "title": "Support sending 20ms non-connectable adv packets", + "children": [], + "depends_on": "BLE_MESH", + "help": "It is a temporary solution and needs further modifications.", + "id": "BLE_MESH_HCI_5_0", + "name": "BLE_MESH_HCI_5_0", + "range": null, + "title": "Support sending 20ms non-connectable adv packets", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BLE_MESH", - "help": "Enable this option to allow using specific duplicate scan filter\nin BLE Mesh, and Scan Duplicate Type must be set by choosing the\noption in the Bluetooth Controller section in menuconfig, which is\n\"Scan Duplicate By Device Address and Advertising Data\".", - "id": "BLE_MESH_USE_DUPLICATE_SCAN", - "name": "BLE_MESH_USE_DUPLICATE_SCAN", - "range": null, - "title": "Support Duplicate Scan in BLE Mesh", + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BLE_MESH", + "help": "Enable this option to allow using specific duplicate scan filter\nin BLE Mesh, and Scan Duplicate Type must be set by choosing the\noption in the Bluetooth Controller section in menuconfig, which is\n\"Scan Duplicate By Device Address and Advertising Data\".", + "id": "BLE_MESH_USE_DUPLICATE_SCAN", + "name": "BLE_MESH_USE_DUPLICATE_SCAN", + "range": null, + "title": "Support Duplicate Scan in BLE Mesh", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable this option to allow BLE Mesh fast provisioning solution to be used.\nWhen there are multiple unprovisioned devices around, fast provisioning can\ngreatly reduce the time consumption of the whole provisioning process.\nWhen this option is enabled, and after an unprovisioned device is provisioned\ninto a node successfully, it can be changed to a temporary Provisioner.", - "id": "BLE_MESH_FAST_PROV", - "name": "BLE_MESH_FAST_PROV", - "range": null, - "title": "Enable BLE Mesh Fast Provisioning", + "children": [], + "depends_on": "BLE_MESH", + "help": "When this option is enabled, BLE Mesh stack will try to allocate memory\nfrom PSRAM firstly. This will save the internal RAM if PSRAM exists.", + "id": "BLE_MESH_ALLOC_FROM_PSRAM_FIRST", + "name": "BLE_MESH_ALLOC_FROM_PSRAM_FIRST", + "range": null, + "title": "BLE Mesh will first allocate memory from PSRAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable the device to be provisioned into a node. This option should be\nenabled when an unprovisioned device is going to be provisioned into a\nnode and communicate with other nodes in the BLE Mesh network.", - "id": "BLE_MESH_NODE", - "name": "BLE_MESH_NODE", - "range": null, - "title": "Support for BLE Mesh Node", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow BLE Mesh fast provisioning solution to be used.\nWhen there are multiple unprovisioned devices around, fast provisioning can\ngreatly reduce the time consumption of the whole provisioning process.\nWhen this option is enabled, and after an unprovisioned device is provisioned\ninto a node successfully, it can be changed to a temporary Provisioner.", + "id": "BLE_MESH_FAST_PROV", + "name": "BLE_MESH_FAST_PROV", + "range": null, + "title": "Enable BLE Mesh Fast Provisioning", "type": "bool" - }, + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable the device to be provisioned into a node. This option should be\nenabled when an unprovisioned device is going to be provisioned into a\nnode and communicate with other nodes in the BLE Mesh network.", + "id": "BLE_MESH_NODE", + "name": "BLE_MESH_NODE", + "range": null, + "title": "Support for BLE Mesh Node", + "type": "bool" + }, { "children": [ { - "children": [], - "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", - "help": "This option specifies how many unprovisioned devices can be added to device\nqueue for provisioning. Users can use this option to define the size of the\nqueue in the bottom layer which is used to store unprovisioned device\ninformation (e.g. Device UUID, address).", - "id": "BLE_MESH_WAIT_FOR_PROV_MAX_DEV_NUM", - "name": "BLE_MESH_WAIT_FOR_PROV_MAX_DEV_NUM", - "range": null, - "title": "Maximum number of unprovisioned devices that can be added to device queue", + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many unprovisioned devices can be added to device\nqueue for provisioning. Users can use this option to define the size of the\nqueue in the bottom layer which is used to store unprovisioned device\ninformation (e.g. Device UUID, address).", + "id": "BLE_MESH_WAIT_FOR_PROV_MAX_DEV_NUM", + "name": "BLE_MESH_WAIT_FOR_PROV_MAX_DEV_NUM", + "range": null, + "title": "Maximum number of unprovisioned devices that can be added to device queue", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", - "help": "This option specifies the maximum number of nodes whose information can be\nstored by a Provisioner in its upper layer.\nUsers can change this value according to the number of nodes whose information\n(e.g. Device UUID, unicast address, element number) are going to be stored by\na Provisioner. And the nodes include the provisioned ones and user-added ones.", - "id": "BLE_MESH_MAX_STORED_NODES", - "name": "BLE_MESH_MAX_STORED_NODES", - "range": null, - "title": "Maximum number of nodes whose information can be stored", + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies the maximum number of nodes whose information can be\nstored by a Provisioner in its upper layer.\nUsers can change this value according to the number of nodes whose information\n(e.g. Device UUID, unicast address, element number) are going to be stored by\na Provisioner. And the nodes include the provisioned ones and user-added ones.", + "id": "BLE_MESH_MAX_STORED_NODES", + "name": "BLE_MESH_MAX_STORED_NODES", + "range": null, + "title": "Maximum number of nodes whose information can be stored", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", - "help": "This option specifies how many devices can be provisioned by a Provisioner.\nThis value indicates the maximum number of unprovisioned devices which can be\nprovisioned by a Provisioner. For instance, if the value is 6, it means the\nProvisioner can provision up to 6 unprovisioned devices.\nTheoretically a Provisioner without the limitation of its memory can provision\nup to 32766 unprovisioned devices, here we limit the maximum number to 100\njust to limit the memory used by a Provisioner. The bigger the value is, the\nmore memory it will cost by a Provisioner to store the information of nodes.", - "id": "BLE_MESH_MAX_PROV_NODES", - "name": "BLE_MESH_MAX_PROV_NODES", - "range": null, - "title": "Maximum number of devices that can be provisioned by Provisioner", + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many devices can be provisioned by a Provisioner.\nThis value indicates the maximum number of unprovisioned devices which can be\nprovisioned by a Provisioner. For instance, if the value is 6, it means the\nProvisioner can provision up to 6 unprovisioned devices.\nTheoretically a Provisioner without the limitation of its memory can provision\nup to 32766 unprovisioned devices, here we limit the maximum number to 100\njust to limit the memory used by a Provisioner. The bigger the value is, the\nmore memory it will cost by a Provisioner to store the information of nodes.", + "id": "BLE_MESH_MAX_PROV_NODES", + "name": "BLE_MESH_MAX_PROV_NODES", + "range": null, + "title": "Maximum number of devices that can be provisioned by Provisioner", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_PB_ADV && BLE_MESH_PROVISIONER && BLE_MESH", - "help": "This option specifies how many devices can be provisioned at the same time\nusing PB-ADV. For examples, if the value is 2, it means a Provisioner can\nprovision two unprovisioned devices with PB-ADV at the same time.", - "id": "BLE_MESH_PBA_SAME_TIME", - "name": "BLE_MESH_PBA_SAME_TIME", - "range": null, - "title": "Maximum number of PB-ADV running at the same time by Provisioner", + "children": [], + "depends_on": "BLE_MESH_PB_ADV && BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many devices can be provisioned at the same time\nusing PB-ADV. For examples, if the value is 2, it means a Provisioner can\nprovision two unprovisioned devices with PB-ADV at the same time.", + "id": "BLE_MESH_PBA_SAME_TIME", + "name": "BLE_MESH_PBA_SAME_TIME", + "range": null, + "title": "Maximum number of PB-ADV running at the same time by Provisioner", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_PB_GATT && BLE_MESH_PROVISIONER && BLE_MESH", - "help": "This option specifies how many devices can be provisioned at the same\ntime using PB-GATT. For example, if the value is 2, it means a Provisioner\ncan provision two unprovisioned devices with PB-GATT at the same time.", - "id": "BLE_MESH_PBG_SAME_TIME", - "name": "BLE_MESH_PBG_SAME_TIME", - "range": null, - "title": "Maximum number of PB-GATT running at the same time by Provisioner", + "children": [], + "depends_on": "BLE_MESH_PB_GATT && BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many devices can be provisioned at the same\ntime using PB-GATT. For example, if the value is 2, it means a Provisioner\ncan provision two unprovisioned devices with PB-GATT at the same time.", + "id": "BLE_MESH_PBG_SAME_TIME", + "name": "BLE_MESH_PBG_SAME_TIME", + "range": null, + "title": "Maximum number of PB-GATT running at the same time by Provisioner", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", - "help": "This option specifies how many subnets per network a Provisioner can create.\nIndeed, this value decides the number of network keys which can be added by a Provisioner.", - "id": "BLE_MESH_PROVISIONER_SUBNET_COUNT", - "name": "BLE_MESH_PROVISIONER_SUBNET_COUNT", - "range": null, - "title": "Maximum number of mesh subnets that can be created by Provisioner", + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many subnets per network a Provisioner can create.\nIndeed, this value decides the number of network keys which can be added by a Provisioner.", + "id": "BLE_MESH_PROVISIONER_SUBNET_COUNT", + "name": "BLE_MESH_PROVISIONER_SUBNET_COUNT", + "range": null, + "title": "Maximum number of mesh subnets that can be created by Provisioner", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", - "help": "This option specifies how many application keys the Provisioner can have.\nIndeed, this value decides the number of the application keys which can be added by a Provisioner.", - "id": "BLE_MESH_PROVISIONER_APP_KEY_COUNT", - "name": "BLE_MESH_PROVISIONER_APP_KEY_COUNT", - "range": null, - "title": "Maximum number of application keys that can be owned by Provisioner", + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many application keys the Provisioner can have.\nIndeed, this value decides the number of the application keys which can be added by a Provisioner.", + "id": "BLE_MESH_PROVISIONER_APP_KEY_COUNT", + "name": "BLE_MESH_PROVISIONER_APP_KEY_COUNT", + "range": null, + "title": "Maximum number of application keys that can be owned by Provisioner", "type": "int" } - ], - "depends_on": "BLE_MESH", - "help": "Enable the device to be a Provisioner. The option should be enabled when\na device is going to act as a Provisioner and provision unprovisioned\ndevices into the BLE Mesh network.", - "id": "BLE_MESH_PROVISIONER", - "name": "BLE_MESH_PROVISIONER", - "range": null, - "title": "Support for BLE Mesh Provisioner", + ], + "depends_on": "BLE_MESH", + "help": "Enable the device to be a Provisioner. The option should be enabled when\na device is going to act as a Provisioner and provision unprovisioned\ndevices into the BLE Mesh network.", + "id": "BLE_MESH_PROVISIONER", + "name": "BLE_MESH_PROVISIONER", + "range": null, + "title": "Support for BLE Mesh Provisioner", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable this option to support BLE Mesh Provisioning functionality. For\nBLE Mesh, this option should be always enabled.", - "id": "BLE_MESH_PROV", - "name": "BLE_MESH_PROV", - "range": null, - "title": "BLE Mesh Provisioning support", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to support BLE Mesh Provisioning functionality. For\nBLE Mesh, this option should be always enabled.", + "id": "BLE_MESH_PROV", + "name": "BLE_MESH_PROV", + "range": null, + "title": "BLE Mesh Provisioning support", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable this option to allow the device to be provisioned over the\nadvertising bearer. This option should be enabled if PB-ADV is\ngoing to be used during provisioning procedure.", - "id": "BLE_MESH_PB_ADV", - "name": "BLE_MESH_PB_ADV", - "range": null, - "title": "Provisioning support using the advertising bearer (PB-ADV)", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow the device to be provisioned over the\nadvertising bearer. This option should be enabled if PB-ADV is\ngoing to be used during provisioning procedure.", + "id": "BLE_MESH_PB_ADV", + "name": "BLE_MESH_PB_ADV", + "range": null, + "title": "Provisioning support using the advertising bearer (PB-ADV)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable this option to allow the device to be provisioned over GATT.\nThis option should be enabled if PB-GATT is going to be used during\nprovisioning procedure.\n\n# Virtual option enabled whenever any Proxy protocol is needed", - "id": "BLE_MESH_PB_GATT", - "name": "BLE_MESH_PB_GATT", - "range": null, - "title": "Provisioning support using GATT (PB-GATT)", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow the device to be provisioned over GATT.\nThis option should be enabled if PB-GATT is going to be used during\nprovisioning procedure.\n\n# Virtual option enabled whenever any Proxy protocol is needed", + "id": "BLE_MESH_PB_GATT", + "name": "BLE_MESH_PB_GATT", + "range": null, + "title": "Provisioning support using GATT (PB-GATT)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable this option to support BLE Mesh Proxy protocol used by PB-GATT\nand other proxy pdu transmission.", - "id": "BLE_MESH_PROXY", - "name": "BLE_MESH_PROXY", - "range": null, - "title": "BLE Mesh Proxy protocol support", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to support BLE Mesh Proxy protocol used by PB-GATT\nand other proxy pdu transmission.", + "id": "BLE_MESH_PROXY", + "name": "BLE_MESH_PROXY", + "range": null, + "title": "BLE Mesh Proxy protocol support", "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_NODE && BLE_MESH", - "help": "This option enables support for Mesh GATT Proxy Service, i.e. the\nability to act as a proxy between a Mesh GATT Client and a Mesh network.\nThis option should be enabled if a node is going to be a Proxy Server.", - "id": "BLE_MESH_GATT_PROXY_SERVER", - "name": "BLE_MESH_GATT_PROXY_SERVER", - "range": null, - "title": "BLE Mesh GATT Proxy Server", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "This option enables support for Mesh GATT Proxy Client. The Proxy Client\ncan use the GATT bearer to send mesh messages to a node that supports the\nadvertising bearer.", - "id": "BLE_MESH_GATT_PROXY_CLIENT", - "name": "BLE_MESH_GATT_PROXY_CLIENT", - "range": null, - "title": "BLE Mesh GATT Proxy Client", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH", - "help": "This option determines for how long the local node advertises using\nNode Identity. The given value is in seconds. The specification limits\nthis to 60 seconds and lists it as the recommended value as well.\nSo leaving the default value is the safest option.\nWhen an unprovisioned device is provisioned successfully and becomes a\nnode, it will start to advertise using Node Identity during the time\nset by this option. And after that, Network ID will be advertised.", - "id": "BLE_MESH_NODE_ID_TIMEOUT", - "name": "BLE_MESH_NODE_ID_TIMEOUT", - "range": null, - "title": "Node Identity advertising timeout", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH_PROXY && BLE_MESH", - "help": "This option specifies how many Proxy Filter entries the local node supports.\nThe entries of Proxy filter (whitelist or blacklist) are used to store a\nlist of addresses which can be used to decide which messages will be forwarded\nto the Proxy Client by the Proxy Server.", - "id": "BLE_MESH_PROXY_FILTER_SIZE", - "name": "BLE_MESH_PROXY_FILTER_SIZE", - "range": null, - "title": "Maximum number of filter entries per Proxy Client", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable BLE Mesh net buffer pool tracking. This option is used to introduce another\nvariable in the bottom layer to record the usage of advertising buffers of BLE Mesh\ndevices. Recommend to enable this option as default.", - "id": "BLE_MESH_NET_BUF_POOL_USAGE", - "name": "BLE_MESH_NET_BUF_POOL_USAGE", - "range": null, - "title": "BLE Mesh net buffer pool usage tracking", - "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", - "help": "This value defines in seconds how soon any pending changes are actually\nwritten into persistent storage (flash) after a change occurs.\nThe option allows nodes to delay a certain period of time to save proper\ninformation to flash. The default value is 0, which means information\nwill be stored immediately once there are updates.", - "id": "BLE_MESH_STORE_TIMEOUT", - "name": "BLE_MESH_STORE_TIMEOUT", - "range": null, - "title": "Delay (in seconds) before storing anything persistently", + "children": [], + "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH", + "help": "This option determines for how long the local node advertises using\nNode Identity. The given value is in seconds. The specification limits\nthis to 60 seconds and lists it as the recommended value as well.\nSo leaving the default value is the safest option.\nWhen an unprovisioned device is provisioned successfully and becomes a\nnode, it will start to advertise using Node Identity during the time\nset by this option. And after that, Network ID will be advertised.", + "id": "BLE_MESH_NODE_ID_TIMEOUT", + "name": "BLE_MESH_NODE_ID_TIMEOUT", + "range": null, + "title": "Node Identity advertising timeout", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", - "help": "This value defines how often the local sequence number gets updated in\npersistent storage (i.e. flash). e.g. a value of 100 means that the\nsequence number will be stored to flash on every 100th increment.\nIf the node sends messages very frequently a higher value makes more\nsense, whereas if the node sends infrequently a value as low as 0\n(update storage for every increment) can make sense. When the stack\ngets initialized it will add sequence number to the last stored one,\nso that it starts off with a value that's guaranteed to be larger than\nthe last one used before power off.", - "id": "BLE_MESH_SEQ_STORE_RATE", - "name": "BLE_MESH_SEQ_STORE_RATE", - "range": null, - "title": "How often the sequence number gets updated in storage", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", - "help": "This value defines in seconds how soon the RPL (Replay Protection List)\ngets written to persistent storage after a change occurs. If the node\nreceives messages frequently, then a large value is recommended. If the\nnode receives messages rarely, then the value can be as low as 0 (which\nmeans the RPL is written into the storage immediately).\nNote that if the node operates in a security-sensitive case, and there is\na risk of sudden power-off, then a value of 0 is strongly recommended.\nOtherwise, a power loss before RPL being written into the storage may\nintroduce message replay attacks and system security will be in a\nvulnerable state.", - "id": "BLE_MESH_RPL_STORE_TIMEOUT", - "name": "BLE_MESH_RPL_STORE_TIMEOUT", - "range": null, - "title": "Minimum frequency that the RPL gets updated in storage", + "children": [], + "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH", + "help": "This option specifies how many Proxy Filter entries the local node supports.\nThe entries of Proxy filter (whitelist or blacklist) are used to store a\nlist of addresses which can be used to decide which messages will be forwarded\nto the Proxy Client by the Proxy Server.", + "id": "BLE_MESH_PROXY_FILTER_SIZE", + "name": "BLE_MESH_PROXY_FILTER_SIZE", + "range": null, + "title": "Maximum number of filter entries per Proxy Client", "type": "int" } - ], - "depends_on": "BLE_MESH", - "help": "When selected, the BLE Mesh stack will take care of storing/restoring the\nBLE Mesh configuration persistently in flash. Currently this only supports\nstoring BLE Mesh node configuration.\nCurrently enabling this option will only store BLE Mesh nodes' information\nin the flash.", - "id": "BLE_MESH_SETTINGS", - "name": "BLE_MESH_SETTINGS", - "range": null, - "title": "Store BLE Mesh Node configuration persistently", + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH", + "help": "This option enables support for Mesh GATT Proxy Service, i.e. the\nability to act as a proxy between a Mesh GATT Client and a Mesh network.\nThis option should be enabled if a node is going to be a Proxy Server.", + "id": "BLE_MESH_GATT_PROXY_SERVER", + "name": "BLE_MESH_GATT_PROXY_SERVER", + "range": null, + "title": "BLE Mesh GATT Proxy Server", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "This option specifies how many subnets a Mesh network can have at the same time.\nIndeed, this value decides the number of the network keys which can be owned by a node.", - "id": "BLE_MESH_SUBNET_COUNT", - "name": "BLE_MESH_SUBNET_COUNT", - "range": null, - "title": "Maximum number of mesh subnets per network", - "type": "int" - }, + "children": [], + "depends_on": "BLE_MESH", + "help": "This option enables support for Mesh GATT Proxy Client. The Proxy Client\ncan use the GATT bearer to send mesh messages to a node that supports the\nadvertising bearer.", + "id": "BLE_MESH_GATT_PROXY_CLIENT", + "name": "BLE_MESH_GATT_PROXY_CLIENT", + "range": null, + "title": "BLE Mesh GATT Proxy Client", + "type": "bool" + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "This option specifies how many application keys the device can store per network.\nIndeed, this value decides the number of the application keys which can be owned by a node.", - "id": "BLE_MESH_APP_KEY_COUNT", - "name": "BLE_MESH_APP_KEY_COUNT", - "range": null, - "title": "Maximum number of application keys per network", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "This option specifies the maximum number of application keys to which each model\ncan be bound.", - "id": "BLE_MESH_MODEL_KEY_COUNT", - "name": "BLE_MESH_MODEL_KEY_COUNT", - "range": null, - "title": "Maximum number of application keys per model", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "This option specifies the maximum number of addresses to which each model can\nbe subscribed.", - "id": "BLE_MESH_MODEL_GROUP_COUNT", - "name": "BLE_MESH_MODEL_GROUP_COUNT", - "range": null, - "title": "Maximum number of group address subscriptions per model", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "This option specifies how many Label UUIDs can be stored.\nIndeed, this value decides the number of the Virtual Addresses can be supported by a node.", - "id": "BLE_MESH_LABEL_COUNT", - "name": "BLE_MESH_LABEL_COUNT", - "range": null, - "title": "Maximum number of Label UUIDs used for Virtual Addresses", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "This option specifies the maximum capacity of the replay protection list.\nIt is similar to Network message cache size, but has a different purpose.\nThe replay protection list is used to prevent a node from replay attack,\nwhich will store the source address and sequence number of the received\nmesh messages.", - "id": "BLE_MESH_CRPL", - "name": "BLE_MESH_CRPL", - "range": null, - "title": "Maximum capacity of the replay protection list", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "Number of messages that are cached for the network. This helps prevent\nunnecessary decryption operations and unnecessary relays. This option\nis similar to Replay protection list, but has a different purpose.\nA node is not required to cache the entire Network PDU and may cache\nonly part of it for tracking, such as values for SRC/SEQ or others.", - "id": "BLE_MESH_MSG_CACHE_SIZE", - "name": "BLE_MESH_MSG_CACHE_SIZE", - "range": null, - "title": "Network message cache size", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "Number of advertising buffers available. The transport layer reserves\nADV_BUF_COUNT - 3 buffers for outgoing segments. The maximum outgoing\nSDU size is 12 times this value (out of which 4 or 8 bytes are used\nfor the Transport Layer MIC). For example, 5 segments means the maximum\nSDU size is 60 bytes, which leaves 56 bytes for application layer data\nusing a 4-byte MIC, or 52 bytes using an 8-byte MIC.", - "id": "BLE_MESH_ADV_BUF_COUNT", - "name": "BLE_MESH_ADV_BUF_COUNT", - "range": null, - "title": "Number of advertising buffers", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "When the IV Update state enters Normal operation or IV Update\nin Progress, we need to keep track of how many hours has passed\nin the state, since the specification requires us to remain in\nthe state at least for 96 hours (Update in Progress has an\nadditional upper limit of 144 hours).\n\nIn order to fulfill the above requirement, even if the node might\nbe powered off once in a while, we need to store persistently\nhow many hours the node has been in the state. This doesn't\nnecessarily need to happen every hour (thanks to the flexible\nduration range). The exact cadence will depend a lot on the\nways that the node will be used and what kind of power source it\nhas.\n\nSince there is no single optimal answer, this configuration\noption allows specifying a divider, i.e. how many intervals\nthe 96 hour minimum gets split into. After each interval the\nduration that the node has been in the current state gets\nstored to flash. E.g. the default value of 4 means that the\nstate is saved every 24 hours (96 / 4).", - "id": "BLE_MESH_IVU_DIVIDER", - "name": "BLE_MESH_IVU_DIVIDER", - "range": null, - "title": "Divider for IV Update state refresh timer", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "Maximum number of simultaneous outgoing multi-segment and/or reliable messages.\nThe default value is 1, which means the device can only send one segmented\nmessage at a time. And if another segmented message is going to be sent, it\nshould wait for the completion of the previous one.\nIf users are going to send multiple segmented messages at the same time, this\nvalue should be configured properly.", - "id": "BLE_MESH_TX_SEG_MSG_COUNT", - "name": "BLE_MESH_TX_SEG_MSG_COUNT", - "range": null, - "title": "Maximum number of simultaneous outgoing segmented messages", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "Maximum number of simultaneous incoming multi-segment and/or reliable messages.\nThe default value is 1, which means the device can only receive one segmented\nmessage at a time. And if another segmented message is going to be received,\nit should wait for the completion of the previous one.\nIf users are going to receive multiple segmented messages at the same time, this\nvalue should be configured properly.", - "id": "BLE_MESH_RX_SEG_MSG_COUNT", - "name": "BLE_MESH_RX_SEG_MSG_COUNT", - "range": null, - "title": "Maximum number of simultaneous incoming segmented messages", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "Maximum incoming Upper Transport Access PDU length. Leave this to the default\nvalue, unless you really need to optimize memory usage.", - "id": "BLE_MESH_RX_SDU_MAX", - "name": "BLE_MESH_RX_SDU_MAX", - "range": null, - "title": "Maximum incoming Upper Transport Access PDU length", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH", - "help": "Maximum number of segments supported for outgoing messages.\nThis value should typically be fine-tuned based on what\nmodels the local node supports, i.e. what's the largest\nmessage payload that the node needs to be able to send.\nThis value affects memory and call stack consumption, which\nis why the default is lower than the maximum that the\nspecification would allow (32 segments).\n\nThe maximum outgoing SDU size is 12 times this number (out of\nwhich 4 or 8 bytes is used for the Transport Layer MIC). For\nexample, 5 segments means the maximum SDU size is 60 bytes,\nwhich leaves 56 bytes for application layer data using a\n4-byte MIC and 52 bytes using an 8-byte MIC.\n\nBe sure to specify a sufficient number of advertising buffers\nwhen setting this option to a higher value. There must be at\nleast three more advertising buffers (BLE_MESH_ADV_BUF_COUNT)\nas there are outgoing segments.", - "id": "BLE_MESH_TX_SEG_MAX", - "name": "BLE_MESH_TX_SEG_MAX", - "range": null, - "title": "Maximum number of segments in outgoing messages", - "type": "int" - }, + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable BLE Mesh net buffer pool tracking. This option is used to introduce another\nvariable in the bottom layer to record the usage of advertising buffers of BLE Mesh\ndevices. Recommend to enable this option as default.", + "id": "BLE_MESH_NET_BUF_POOL_USAGE", + "name": "BLE_MESH_NET_BUF_POOL_USAGE", + "range": null, + "title": "BLE Mesh net buffer pool usage tracking", + "type": "bool" + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "BLE_MESH_RELAY_ADV_BUF && BLE_MESH_RELAY && BLE_MESH", - "help": "Number of advertising buffers for relay packets available.", - "id": "BLE_MESH_RELAY_ADV_BUF_COUNT", - "name": "BLE_MESH_RELAY_ADV_BUF_COUNT", - "range": null, - "title": "Number of advertising buffers for relay packets", + "children": [], + "depends_on": "BLE_MESH_SPECIFIC_PARTITION && BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines the name of the specified NVS partition used by the\nmesh stack.", + "id": "BLE_MESH_PARTITION_NAME", + "name": "BLE_MESH_PARTITION_NAME", + "range": null, + "title": "Name of the NVS partition for BLE Mesh", + "type": "string" + } + ], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "When selected, the mesh stack will use a specified NVS partition instead of\ndefault NVS partition. Note that the specified partition must be registered\nwith NVS using nvs_flash_init_partition() API, and the partition must exists\nin the csv file.\nWhen Provisioner needs to store a large amount of nodes' information in the\nflash (e.g. more than 20), this option is recommended to be enabled.", + "id": "BLE_MESH_SPECIFIC_PARTITION", + "name": "BLE_MESH_SPECIFIC_PARTITION", + "range": null, + "title": "Use a specific NVS partition for BLE Mesh", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines in seconds how soon any pending changes are actually\nwritten into persistent storage (flash) after a change occurs.\nThe option allows nodes to delay a certain period of time to save proper\ninformation to flash. The default value is 0, which means information\nwill be stored immediately once there are updates.", + "id": "BLE_MESH_STORE_TIMEOUT", + "name": "BLE_MESH_STORE_TIMEOUT", + "range": null, + "title": "Delay (in seconds) before storing anything persistently", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines how often the local sequence number gets updated in\npersistent storage (i.e. flash). e.g. a value of 100 means that the\nsequence number will be stored to flash on every 100th increment.\nIf the node sends messages very frequently a higher value makes more\nsense, whereas if the node sends infrequently a value as low as 0\n(update storage for every increment) can make sense. When the stack\ngets initialized it will add sequence number to the last stored one,\nso that it starts off with a value that's guaranteed to be larger than\nthe last one used before power off.", + "id": "BLE_MESH_SEQ_STORE_RATE", + "name": "BLE_MESH_SEQ_STORE_RATE", + "range": null, + "title": "How often the sequence number gets updated in storage", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines in seconds how soon the RPL (Replay Protection List)\ngets written to persistent storage after a change occurs. If the node\nreceives messages frequently, then a large value is recommended. If the\nnode receives messages rarely, then the value can be as low as 0 (which\nmeans the RPL is written into the storage immediately).\nNote that if the node operates in a security-sensitive case, and there is\na risk of sudden power-off, then a value of 0 is strongly recommended.\nOtherwise, a power loss before RPL being written into the storage may\nintroduce message replay attacks and system security will be in a\nvulnerable state.", + "id": "BLE_MESH_RPL_STORE_TIMEOUT", + "name": "BLE_MESH_RPL_STORE_TIMEOUT", + "range": null, + "title": "Minimum frequency that the RPL gets updated in storage", + "type": "int" + } + ], + "depends_on": "BLE_MESH", + "help": "When selected, the BLE Mesh stack will take care of storing/restoring the BLE\nMesh configuration persistently in flash.\nIf the device is a BLE Mesh node, when this option is enabled, the configuration\nof the device will be stored persistently, including unicast address, NetKey,\nAppKey, etc.\nAnd if the device is a BLE Mesh Provisioner, the information of the device will\nbe stored persistently, including the information of provisioned nodes, NetKey,\nAppKey, etc.", + "id": "BLE_MESH_SETTINGS", + "name": "BLE_MESH_SETTINGS", + "range": null, + "title": "Store BLE Mesh configuration persistently", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies how many subnets a Mesh network can have at the same time.\nIndeed, this value decides the number of the network keys which can be owned by a node.", + "id": "BLE_MESH_SUBNET_COUNT", + "name": "BLE_MESH_SUBNET_COUNT", + "range": null, + "title": "Maximum number of mesh subnets per network", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies how many application keys the device can store per network.\nIndeed, this value decides the number of the application keys which can be owned by a node.", + "id": "BLE_MESH_APP_KEY_COUNT", + "name": "BLE_MESH_APP_KEY_COUNT", + "range": null, + "title": "Maximum number of application keys per network", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies the maximum number of application keys to which each model\ncan be bound.", + "id": "BLE_MESH_MODEL_KEY_COUNT", + "name": "BLE_MESH_MODEL_KEY_COUNT", + "range": null, + "title": "Maximum number of application keys per model", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies the maximum number of addresses to which each model can\nbe subscribed.", + "id": "BLE_MESH_MODEL_GROUP_COUNT", + "name": "BLE_MESH_MODEL_GROUP_COUNT", + "range": null, + "title": "Maximum number of group address subscriptions per model", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies how many Label UUIDs can be stored.\nIndeed, this value decides the number of the Virtual Addresses can be supported by a node.", + "id": "BLE_MESH_LABEL_COUNT", + "name": "BLE_MESH_LABEL_COUNT", + "range": null, + "title": "Maximum number of Label UUIDs used for Virtual Addresses", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies the maximum capacity of the replay protection list.\nIt is similar to Network message cache size, but has a different purpose.\nThe replay protection list is used to prevent a node from replay attack,\nwhich will store the source address and sequence number of the received\nmesh messages.", + "id": "BLE_MESH_CRPL", + "name": "BLE_MESH_CRPL", + "range": null, + "title": "Maximum capacity of the replay protection list", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Number of messages that are cached for the network. This helps prevent\nunnecessary decryption operations and unnecessary relays. This option\nis similar to Replay protection list, but has a different purpose.\nA node is not required to cache the entire Network PDU and may cache\nonly part of it for tracking, such as values for SRC/SEQ or others.", + "id": "BLE_MESH_MSG_CACHE_SIZE", + "name": "BLE_MESH_MSG_CACHE_SIZE", + "range": null, + "title": "Network message cache size", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Number of advertising buffers available. The transport layer reserves\nADV_BUF_COUNT - 3 buffers for outgoing segments. The maximum outgoing\nSDU size is 12 times this value (out of which 4 or 8 bytes are used\nfor the Transport Layer MIC). For example, 5 segments means the maximum\nSDU size is 60 bytes, which leaves 56 bytes for application layer data\nusing a 4-byte MIC, or 52 bytes using an 8-byte MIC.", + "id": "BLE_MESH_ADV_BUF_COUNT", + "name": "BLE_MESH_ADV_BUF_COUNT", + "range": null, + "title": "Number of advertising buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "When the IV Update state enters Normal operation or IV Update\nin Progress, we need to keep track of how many hours has passed\nin the state, since the specification requires us to remain in\nthe state at least for 96 hours (Update in Progress has an\nadditional upper limit of 144 hours).\n\nIn order to fulfill the above requirement, even if the node might\nbe powered off once in a while, we need to store persistently\nhow many hours the node has been in the state. This doesn't\nnecessarily need to happen every hour (thanks to the flexible\nduration range). The exact cadence will depend a lot on the\nways that the node will be used and what kind of power source it\nhas.\n\nSince there is no single optimal answer, this configuration\noption allows specifying a divider, i.e. how many intervals\nthe 96 hour minimum gets split into. After each interval the\nduration that the node has been in the current state gets\nstored to flash. E.g. the default value of 4 means that the\nstate is saved every 24 hours (96 / 4).", + "id": "BLE_MESH_IVU_DIVIDER", + "name": "BLE_MESH_IVU_DIVIDER", + "range": null, + "title": "Divider for IV Update state refresh timer", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum number of simultaneous outgoing multi-segment and/or reliable messages.\nThe default value is 1, which means the device can only send one segmented\nmessage at a time. And if another segmented message is going to be sent, it\nshould wait for the completion of the previous one.\nIf users are going to send multiple segmented messages at the same time, this\nvalue should be configured properly.", + "id": "BLE_MESH_TX_SEG_MSG_COUNT", + "name": "BLE_MESH_TX_SEG_MSG_COUNT", + "range": null, + "title": "Maximum number of simultaneous outgoing segmented messages", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum number of simultaneous incoming multi-segment and/or reliable messages.\nThe default value is 1, which means the device can only receive one segmented\nmessage at a time. And if another segmented message is going to be received,\nit should wait for the completion of the previous one.\nIf users are going to receive multiple segmented messages at the same time, this\nvalue should be configured properly.", + "id": "BLE_MESH_RX_SEG_MSG_COUNT", + "name": "BLE_MESH_RX_SEG_MSG_COUNT", + "range": null, + "title": "Maximum number of simultaneous incoming segmented messages", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum incoming Upper Transport Access PDU length. Leave this to the default\nvalue, unless you really need to optimize memory usage.", + "id": "BLE_MESH_RX_SDU_MAX", + "name": "BLE_MESH_RX_SDU_MAX", + "range": null, + "title": "Maximum incoming Upper Transport Access PDU length", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum number of segments supported for outgoing messages.\nThis value should typically be fine-tuned based on what\nmodels the local node supports, i.e. what's the largest\nmessage payload that the node needs to be able to send.\nThis value affects memory and call stack consumption, which\nis why the default is lower than the maximum that the\nspecification would allow (32 segments).\n\nThe maximum outgoing SDU size is 12 times this number (out of\nwhich 4 or 8 bytes is used for the Transport Layer MIC). For\nexample, 5 segments means the maximum SDU size is 60 bytes,\nwhich leaves 56 bytes for application layer data using a\n4-byte MIC and 52 bytes using an 8-byte MIC.\n\nBe sure to specify a sufficient number of advertising buffers\nwhen setting this option to a higher value. There must be at\nleast three more advertising buffers (BLE_MESH_ADV_BUF_COUNT)\nas there are outgoing segments.", + "id": "BLE_MESH_TX_SEG_MAX", + "name": "BLE_MESH_TX_SEG_MAX", + "range": null, + "title": "Maximum number of segments in outgoing messages", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_RELAY_ADV_BUF && BLE_MESH_RELAY && BLE_MESH", + "help": "Number of advertising buffers for relay packets available.", + "id": "BLE_MESH_RELAY_ADV_BUF_COUNT", + "name": "BLE_MESH_RELAY_ADV_BUF_COUNT", + "range": null, + "title": "Number of advertising buffers for relay packets", "type": "int" } - ], - "depends_on": "BLE_MESH_RELAY && BLE_MESH", - "help": "When selected, self-send packets will be put in a high-priority\nqueue and relay packets will be put in a low-priority queue.", - "id": "BLE_MESH_RELAY_ADV_BUF", - "name": "BLE_MESH_RELAY_ADV_BUF", - "range": null, - "title": "Use separate advertising buffers for relay packets", + ], + "depends_on": "BLE_MESH_RELAY && BLE_MESH", + "help": "When selected, self-send packets will be put in a high-priority\nqueue and relay packets will be put in a low-priority queue.", + "id": "BLE_MESH_RELAY_ADV_BUF", + "name": "BLE_MESH_RELAY_ADV_BUF", + "range": null, + "title": "Use separate advertising buffers for relay packets", "type": "bool" } - ], - "depends_on": "BLE_MESH_NODE && BLE_MESH", - "help": "Support for acting as a Mesh Relay Node. Enabling this option will allow\na node to support the Relay feature, and the Relay feature can still\nbe enabled or disabled by proper configuration messages. Disabling this\noption will let a node not support the Relay feature.", - "id": "BLE_MESH_RELAY", - "name": "BLE_MESH_RELAY", - "range": null, - "title": "Relay support", + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH", + "help": "Support for acting as a Mesh Relay Node. Enabling this option will allow\na node to support the Relay feature, and the Relay feature can still\nbe enabled or disabled by proper configuration messages. Disabling this\noption will let a node not support the Relay feature.", + "id": "BLE_MESH_RELAY", + "name": "BLE_MESH_RELAY", + "range": null, + "title": "Relay support", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "Perform the Friendship establishment using low power with the help of a\nreduced scan duty cycle. The downside of this is that the node may miss\nout on messages intended for it until it has successfully set up Friendship\nwith a Friend node.\nWhen this option is enabled, the node will stop scanning for a period of\ntime after a Friend Request or Friend Poll is sent, so as to reduce more\npower consumption.", - "id": "BLE_MESH_LPN_ESTABLISHMENT", - "name": "BLE_MESH_LPN_ESTABLISHMENT", - "range": null, - "title": "Perform Friendship establishment using low power", + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Perform the Friendship establishment using low power with the help of a\nreduced scan duty cycle. The downside of this is that the node may miss\nout on messages intended for it until it has successfully set up Friendship\nwith a Friend node.\nWhen this option is enabled, the node will stop scanning for a period of\ntime after a Friend Request or Friend Poll is sent, so as to reduce more\npower consumption.", + "id": "BLE_MESH_LPN_ESTABLISHMENT", + "name": "BLE_MESH_LPN_ESTABLISHMENT", + "range": null, + "title": "Perform Friendship establishment using low power", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BLE_MESH_LPN_AUTO && BLE_MESH_LOW_POWER && BLE_MESH", - "help": "Time in seconds from the last received message, that the node waits out\nbefore starting to look for Friend nodes.", - "id": "BLE_MESH_LPN_AUTO_TIMEOUT", - "name": "BLE_MESH_LPN_AUTO_TIMEOUT", - "range": null, - "title": "Time from last received message before going to LPN mode", + "children": [], + "depends_on": "BLE_MESH_LPN_AUTO && BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Time in seconds from the last received message, that the node waits out\nbefore starting to look for Friend nodes.", + "id": "BLE_MESH_LPN_AUTO_TIMEOUT", + "name": "BLE_MESH_LPN_AUTO_TIMEOUT", + "range": null, + "title": "Time from last received message before going to LPN mode", "type": "int" } - ], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "Once provisioned, automatically enable LPN functionality and start looking\nfor Friend nodes. If this option is disabled LPN mode needs to be manually\nenabled by calling bt_mesh_lpn_set(true).\nWhen an unprovisioned device is provisioned successfully and becomes a node,\nenabling this option will trigger the node starts to send Friend Request at\na certain period until it finds a proper Friend node.", - "id": "BLE_MESH_LPN_AUTO", - "name": "BLE_MESH_LPN_AUTO", - "range": null, - "title": "Automatically start looking for Friend nodes once provisioned", + ], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Once provisioned, automatically enable LPN functionality and start looking\nfor Friend nodes. If this option is disabled LPN mode needs to be manually\nenabled by calling bt_mesh_lpn_set(true).\nWhen an unprovisioned device is provisioned successfully and becomes a node,\nenabling this option will trigger the node starts to send Friend Request at\na certain period until it finds a proper Friend node.", + "id": "BLE_MESH_LPN_AUTO", + "name": "BLE_MESH_LPN_AUTO", + "range": null, + "title": "Automatically start looking for Friend nodes once provisioned", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "Time in seconds between Friend Requests, if a previous Friend Request did\nnot yield any acceptable Friend Offers.", - "id": "BLE_MESH_LPN_RETRY_TIMEOUT", - "name": "BLE_MESH_LPN_RETRY_TIMEOUT", - "range": null, - "title": "Retry timeout for Friend requests", + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Time in seconds between Friend Requests, if a previous Friend Request did\nnot yield any acceptable Friend Offers.", + "id": "BLE_MESH_LPN_RETRY_TIMEOUT", + "name": "BLE_MESH_LPN_RETRY_TIMEOUT", + "range": null, + "title": "Retry timeout for Friend requests", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "The contribution of the RSSI, measured by the Friend node, used in Friend\nOffer Delay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5.\nRSSIFactor, one of the parameters carried by Friend Request sent by Low Power\nnode, which is used to calculate the Friend Offer Delay.", - "id": "BLE_MESH_LPN_RSSI_FACTOR", - "name": "BLE_MESH_LPN_RSSI_FACTOR", - "range": null, - "title": "RSSIFactor, used in Friend Offer Delay calculation", + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The contribution of the RSSI, measured by the Friend node, used in Friend\nOffer Delay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5.\nRSSIFactor, one of the parameters carried by Friend Request sent by Low Power\nnode, which is used to calculate the Friend Offer Delay.", + "id": "BLE_MESH_LPN_RSSI_FACTOR", + "name": "BLE_MESH_LPN_RSSI_FACTOR", + "range": null, + "title": "RSSIFactor, used in Friend Offer Delay calculation", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "The contribution of the supported Receive Window used in Friend Offer\nDelay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5.\nReceiveWindowFactor, one of the parameters carried by Friend Request sent by\nLow Power node, which is used to calculate the Friend Offer Delay.", - "id": "BLE_MESH_LPN_RECV_WIN_FACTOR", - "name": "BLE_MESH_LPN_RECV_WIN_FACTOR", - "range": null, - "title": "ReceiveWindowFactor, used in Friend Offer Delay calculation", + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The contribution of the supported Receive Window used in Friend Offer\nDelay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5.\nReceiveWindowFactor, one of the parameters carried by Friend Request sent by\nLow Power node, which is used to calculate the Friend Offer Delay.", + "id": "BLE_MESH_LPN_RECV_WIN_FACTOR", + "name": "BLE_MESH_LPN_RECV_WIN_FACTOR", + "range": null, + "title": "ReceiveWindowFactor, used in Friend Offer Delay calculation", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "The MinQueueSizeLog field is defined as log_2(N), where N is the minimum\nnumber of maximum size Lower Transport PDUs that the Friend node can store\nin its Friend Queue. As an example, MinQueueSizeLog value 1 gives N = 2,\nand value 7 gives N = 128.", - "id": "BLE_MESH_LPN_MIN_QUEUE_SIZE", - "name": "BLE_MESH_LPN_MIN_QUEUE_SIZE", - "range": null, - "title": "Minimum size of the acceptable friend queue (MinQueueSizeLog)", + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The MinQueueSizeLog field is defined as log_2(N), where N is the minimum\nnumber of maximum size Lower Transport PDUs that the Friend node can store\nin its Friend Queue. As an example, MinQueueSizeLog value 1 gives N = 2,\nand value 7 gives N = 128.", + "id": "BLE_MESH_LPN_MIN_QUEUE_SIZE", + "name": "BLE_MESH_LPN_MIN_QUEUE_SIZE", + "range": null, + "title": "Minimum size of the acceptable friend queue (MinQueueSizeLog)", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "The ReceiveDelay is the time between the Low Power node sending a\nrequest and listening for a response. This delay allows the Friend\nnode time to prepare the response. The value is in units of milliseconds.", - "id": "BLE_MESH_LPN_RECV_DELAY", - "name": "BLE_MESH_LPN_RECV_DELAY", - "range": null, - "title": "Receive delay requested by the local node", + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The ReceiveDelay is the time between the Low Power node sending a\nrequest and listening for a response. This delay allows the Friend\nnode time to prepare the response. The value is in units of milliseconds.", + "id": "BLE_MESH_LPN_RECV_DELAY", + "name": "BLE_MESH_LPN_RECV_DELAY", + "range": null, + "title": "Receive delay requested by the local node", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "PollTimeout timer is used to measure time between two consecutive\nrequests sent by a Low Power node. If no requests are received\nthe Friend node before the PollTimeout timer expires, then the\nfriendship is considered terminated. The value is in units of 100\nmilliseconds, so e.g. a value of 300 means 30 seconds.\nThe smaller the value, the faster the Low Power node tries to get\nmessages from corresponding Friend node and vice versa.", - "id": "BLE_MESH_LPN_POLL_TIMEOUT", - "name": "BLE_MESH_LPN_POLL_TIMEOUT", - "range": null, - "title": "The value of the PollTimeout timer", + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "PollTimeout timer is used to measure time between two consecutive\nrequests sent by a Low Power node. If no requests are received\nthe Friend node before the PollTimeout timer expires, then the\nfriendship is considered terminated. The value is in units of 100\nmilliseconds, so e.g. a value of 300 means 30 seconds.\nThe smaller the value, the faster the Low Power node tries to get\nmessages from corresponding Friend node and vice versa.", + "id": "BLE_MESH_LPN_POLL_TIMEOUT", + "name": "BLE_MESH_LPN_POLL_TIMEOUT", + "range": null, + "title": "The value of the PollTimeout timer", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "The initial value of the PollTimeout timer when Friendship is to be\nestablished for the first time. After this, the timeout gradually\ngrows toward the actual PollTimeout, doubling in value for each iteration.\nThe value is in units of 100 milliseconds, so e.g. a value of 300 means\n30 seconds.", - "id": "BLE_MESH_LPN_INIT_POLL_TIMEOUT", - "name": "BLE_MESH_LPN_INIT_POLL_TIMEOUT", - "range": null, - "title": "The starting value of the PollTimeout timer", + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The initial value of the PollTimeout timer when Friendship is to be\nestablished for the first time. After this, the timeout gradually\ngrows toward the actual PollTimeout, doubling in value for each iteration.\nThe value is in units of 100 milliseconds, so e.g. a value of 300 means\n30 seconds.", + "id": "BLE_MESH_LPN_INIT_POLL_TIMEOUT", + "name": "BLE_MESH_LPN_INIT_POLL_TIMEOUT", + "range": null, + "title": "The starting value of the PollTimeout timer", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "Latency (in milliseconds) is the time it takes to enable scanning. In\npractice, it means how much time in advance of the Receive Window, the\nrequest to enable scanning is made.", - "id": "BLE_MESH_LPN_SCAN_LATENCY", - "name": "BLE_MESH_LPN_SCAN_LATENCY", - "range": null, - "title": "Latency for enabling scanning", + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Latency (in milliseconds) is the time it takes to enable scanning. In\npractice, it means how much time in advance of the Receive Window, the\nrequest to enable scanning is made.", + "id": "BLE_MESH_LPN_SCAN_LATENCY", + "name": "BLE_MESH_LPN_SCAN_LATENCY", + "range": null, + "title": "Latency for enabling scanning", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", - "help": "Maximum number of groups to which the LPN can subscribe.", - "id": "BLE_MESH_LPN_GROUPS", - "name": "BLE_MESH_LPN_GROUPS", - "range": null, - "title": "Number of groups the LPN can subscribe to", + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Maximum number of groups to which the LPN can subscribe.", + "id": "BLE_MESH_LPN_GROUPS", + "name": "BLE_MESH_LPN_GROUPS", + "range": null, + "title": "Number of groups the LPN can subscribe to", "type": "int" } - ], - "depends_on": "BLE_MESH_NODE && BLE_MESH", - "help": "Enable this option to operate as a Low Power Node. If low power consumption\nis required by a node, this option should be enabled. And once the node\nenters the mesh network, it will try to find a Friend node and establish a\nfriendship.", - "id": "BLE_MESH_LOW_POWER", - "name": "BLE_MESH_LOW_POWER", - "range": null, - "title": "Support for Low Power features", + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH", + "help": "Enable this option to operate as a Low Power Node. If low power consumption\nis required by a node, this option should be enabled. And once the node\nenters the mesh network, it will try to find a Friend node and establish a\nfriendship.", + "id": "BLE_MESH_LOW_POWER", + "name": "BLE_MESH_LOW_POWER", + "range": null, + "title": "Support for Low Power features", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BLE_MESH_FRIEND && BLE_MESH", - "help": "Receive Window in milliseconds supported by the Friend node.", - "id": "BLE_MESH_FRIEND_RECV_WIN", - "name": "BLE_MESH_FRIEND_RECV_WIN", - "range": null, - "title": "Friend Receive Window", + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Receive Window in milliseconds supported by the Friend node.", + "id": "BLE_MESH_FRIEND_RECV_WIN", + "name": "BLE_MESH_FRIEND_RECV_WIN", + "range": null, + "title": "Friend Receive Window", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_FRIEND && BLE_MESH", - "help": "Minimum number of buffers available to be stored for each local Friend Queue.\nThis option decides the size of each buffer which can be used by a Friend node\nto store messages for each Low Power node.", - "id": "BLE_MESH_FRIEND_QUEUE_SIZE", - "name": "BLE_MESH_FRIEND_QUEUE_SIZE", - "range": null, - "title": "Minimum number of buffers supported per Friend Queue", + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Minimum number of buffers available to be stored for each local Friend Queue.\nThis option decides the size of each buffer which can be used by a Friend node\nto store messages for each Low Power node.", + "id": "BLE_MESH_FRIEND_QUEUE_SIZE", + "name": "BLE_MESH_FRIEND_QUEUE_SIZE", + "range": null, + "title": "Minimum number of buffers supported per Friend Queue", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_FRIEND && BLE_MESH", - "help": "Size of the Subscription List that can be supported by a Friend node for a\nLow Power node. And Low Power node can send Friend Subscription List Add or\nFriend Subscription List Remove messages to the Friend node to add or remove\nsubscription addresses.", - "id": "BLE_MESH_FRIEND_SUB_LIST_SIZE", - "name": "BLE_MESH_FRIEND_SUB_LIST_SIZE", - "range": null, - "title": "Friend Subscription List Size", + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Size of the Subscription List that can be supported by a Friend node for a\nLow Power node. And Low Power node can send Friend Subscription List Add or\nFriend Subscription List Remove messages to the Friend node to add or remove\nsubscription addresses.", + "id": "BLE_MESH_FRIEND_SUB_LIST_SIZE", + "name": "BLE_MESH_FRIEND_SUB_LIST_SIZE", + "range": null, + "title": "Friend Subscription List Size", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_FRIEND && BLE_MESH", - "help": "Number of Low Power Nodes with which a Friend can have Friendship simultaneously.\nA Friend node can have friendship with multiple Low Power nodes at the same time,\nwhile a Low Power node can only establish friendship with only one Friend node at\nthe same time.", - "id": "BLE_MESH_FRIEND_LPN_COUNT", - "name": "BLE_MESH_FRIEND_LPN_COUNT", - "range": null, - "title": "Number of supported LPN nodes", + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Number of Low Power Nodes with which a Friend can have Friendship simultaneously.\nA Friend node can have friendship with multiple Low Power nodes at the same time,\nwhile a Low Power node can only establish friendship with only one Friend node at\nthe same time.", + "id": "BLE_MESH_FRIEND_LPN_COUNT", + "name": "BLE_MESH_FRIEND_LPN_COUNT", + "range": null, + "title": "Number of supported LPN nodes", "type": "int" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_FRIEND && BLE_MESH", - "help": "Number of incomplete segment lists tracked for each Friends' LPN.\nIn other words, this determines from how many elements can segmented\nmessages destined for the Friend queue be received simultaneously.", - "id": "BLE_MESH_FRIEND_SEG_RX", - "name": "BLE_MESH_FRIEND_SEG_RX", - "range": null, - "title": "Number of incomplete segment lists per LPN", + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Number of incomplete segment lists tracked for each Friends' LPN.\nIn other words, this determines from how many elements can segmented\nmessages destined for the Friend queue be received simultaneously.", + "id": "BLE_MESH_FRIEND_SEG_RX", + "name": "BLE_MESH_FRIEND_SEG_RX", + "range": null, + "title": "Number of incomplete segment lists per LPN", "type": "int" } - ], - "depends_on": "BLE_MESH", - "help": "Enable this option to be able to act as a Friend Node.", - "id": "BLE_MESH_FRIEND", - "name": "BLE_MESH_FRIEND", - "range": null, - "title": "Support for Friend feature", + ], + "depends_on": "BLE_MESH", + "help": "Enable this option to be able to act as a Friend Node.", + "id": "BLE_MESH_FRIEND", + "name": "BLE_MESH_FRIEND", + "range": null, + "title": "Support for Friend feature", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH && BLE_MESH", - "help": "Select this to save the BLE Mesh related rodata code size. Enabling this option\nwill disable the output of BLE Mesh debug log.", - "id": "BLE_MESH_NO_LOG", - "name": "BLE_MESH_NO_LOG", - "range": null, - "title": "Disable BLE Mesh debug logs (minimize bin size)", + "children": [], + "depends_on": "BLE_MESH && BLE_MESH", + "help": "Select this to save the BLE Mesh related rodata code size. Enabling this option\nwill disable the output of BLE Mesh debug log.", + "id": "BLE_MESH_NO_LOG", + "name": "BLE_MESH_NO_LOG", + "range": null, + "title": "Disable BLE Mesh debug logs (minimize bin size)", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_TRACE_LEVEL_NONE", - "name": "BLE_MESH_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_NONE", + "name": "BLE_MESH_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_TRACE_LEVEL_ERROR", - "name": "BLE_MESH_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_ERROR", + "name": "BLE_MESH_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_TRACE_LEVEL_WARNING", - "name": "BLE_MESH_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_WARNING", + "name": "BLE_MESH_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_TRACE_LEVEL_INFO", - "name": "BLE_MESH_TRACE_LEVEL_INFO", - "range": null, - "title": "INFO", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_INFO", + "name": "BLE_MESH_TRACE_LEVEL_INFO", + "range": null, + "title": "INFO", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_TRACE_LEVEL_DEBUG", - "name": "BLE_MESH_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_DEBUG", + "name": "BLE_MESH_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_TRACE_LEVEL_VERBOSE", - "name": "BLE_MESH_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_VERBOSE", + "name": "BLE_MESH_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", - "help": "Define BLE Mesh trace level for BLE Mesh stack.", - "id": "component-config-esp-ble-mesh-support-ble-mesh-stack-debug-log-level-ble_mesh_stack", - "name": "BLE_MESH_STACK_TRACE_LEVEL", - "title": "BLE_MESH_STACK", + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": "Define BLE Mesh trace level for BLE Mesh stack.", + "id": "component-config-esp-ble-mesh-support-ble-mesh-stack-debug-log-level-ble_mesh_stack", + "name": "BLE_MESH_STACK_TRACE_LEVEL", + "title": "BLE_MESH_STACK", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BLE_MESH && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", - "help": null, - "id": "BLE_MESH_STACK_TRACE_LEVEL", - "name": "BLE_MESH_STACK_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BLE_MESH && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": null, + "id": "BLE_MESH_STACK_TRACE_LEVEL", + "name": "BLE_MESH_STACK_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" } - ], - "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", - "id": "component-config-esp-ble-mesh-support-ble-mesh-stack-debug-log-level", - "title": "BLE Mesh STACK DEBUG LOG LEVEL", + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-stack-debug-log-level", + "title": "BLE Mesh STACK DEBUG LOG LEVEL", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_NONE", - "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_NONE", - "range": null, - "title": "NONE", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_NONE", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_ERROR", - "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_ERROR", - "range": null, - "title": "ERROR", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_ERROR", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_WARNING", - "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_WARNING", - "range": null, - "title": "WARNING", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_WARNING", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_INFO", - "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_INFO", - "range": null, - "title": "INFO", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_INFO", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_INFO", + "range": null, + "title": "INFO", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_DEBUG", - "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_DEBUG", - "range": null, - "title": "DEBUG", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_DEBUG", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_VERBOSE", - "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_VERBOSE", - "range": null, - "title": "VERBOSE", + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_VERBOSE", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", "type": "bool" } - ], - "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", - "help": "Define BLE Mesh trace level for BLE Mesh net buffer.", - "id": "component-config-esp-ble-mesh-support-ble-mesh-net-buf-debug-log-level-ble_mesh_net_buf", - "name": "BLE_MESH_NET_BUF_TRACE_LEVEL", - "title": "BLE_MESH_NET_BUF", + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": "Define BLE Mesh trace level for BLE Mesh net buffer.", + "id": "component-config-esp-ble-mesh-support-ble-mesh-net-buf-debug-log-level-ble_mesh_net_buf", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL", + "title": "BLE_MESH_NET_BUF", "type": "choice" - }, + }, { - "children": [], - "depends_on": "BLE_MESH && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", - "help": null, - "id": "BLE_MESH_NET_BUF_TRACE_LEVEL", - "name": "BLE_MESH_NET_BUF_TRACE_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": "BLE_MESH && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL", + "range": null, + "title": null, "type": "int" } - ], - "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", - "id": "component-config-esp-ble-mesh-support-ble-mesh-net-buf-debug-log-level", - "title": "BLE Mesh NET BUF DEBUG LOG LEVEL", + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-net-buf-debug-log-level", + "title": "BLE Mesh NET BUF DEBUG LOG LEVEL", "type": "menu" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Timeout value used by the node to get response of the acknowledged\nmessage which is sent by the client model.\nThis value indicates the maximum time that a client model waits for\nthe response of the sent acknowledged messages. If a client model\nuses 0 as the timeout value when sending acknowledged messages, then\nthe default value will be used which is four seconds.", - "id": "BLE_MESH_CLIENT_MSG_TIMEOUT", - "name": "BLE_MESH_CLIENT_MSG_TIMEOUT", - "range": null, - "title": "Timeout(ms) for client message response", + "children": [], + "depends_on": "BLE_MESH", + "help": "Timeout value used by the node to get response of the acknowledged\nmessage which is sent by the client model.\nThis value indicates the maximum time that a client model waits for\nthe response of the sent acknowledged messages. If a client model\nuses 0 as the timeout value when sending acknowledged messages, then\nthe default value will be used which is four seconds.", + "id": "BLE_MESH_CLIENT_MSG_TIMEOUT", + "name": "BLE_MESH_CLIENT_MSG_TIMEOUT", + "range": null, + "title": "Timeout(ms) for client message response", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Configuration client model.", - "id": "BLE_MESH_CFG_CLI", - "name": "BLE_MESH_CFG_CLI", - "range": null, - "title": "Configuration Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Configuration client model.", + "id": "BLE_MESH_CFG_CLI", + "name": "BLE_MESH_CFG_CLI", + "range": null, + "title": "Configuration Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Health client model.", - "id": "BLE_MESH_HEALTH_CLI", - "name": "BLE_MESH_HEALTH_CLI", - "range": null, - "title": "Health Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Health client model.", + "id": "BLE_MESH_HEALTH_CLI", + "name": "BLE_MESH_HEALTH_CLI", + "range": null, + "title": "Health Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Generic OnOff client model.", - "id": "BLE_MESH_GENERIC_ONOFF_CLI", - "name": "BLE_MESH_GENERIC_ONOFF_CLI", - "range": null, - "title": "Generic OnOff Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic OnOff client model.", + "id": "BLE_MESH_GENERIC_ONOFF_CLI", + "name": "BLE_MESH_GENERIC_ONOFF_CLI", + "range": null, + "title": "Generic OnOff Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Generic Level client model.", - "id": "BLE_MESH_GENERIC_LEVEL_CLI", - "name": "BLE_MESH_GENERIC_LEVEL_CLI", - "range": null, - "title": "Generic Level Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Level client model.", + "id": "BLE_MESH_GENERIC_LEVEL_CLI", + "name": "BLE_MESH_GENERIC_LEVEL_CLI", + "range": null, + "title": "Generic Level Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Generic Default Transition Time client model.", - "id": "BLE_MESH_GENERIC_DEF_TRANS_TIME_CLI", - "name": "BLE_MESH_GENERIC_DEF_TRANS_TIME_CLI", - "range": null, - "title": "Generic Default Transition Time Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Default Transition Time client model.", + "id": "BLE_MESH_GENERIC_DEF_TRANS_TIME_CLI", + "name": "BLE_MESH_GENERIC_DEF_TRANS_TIME_CLI", + "range": null, + "title": "Generic Default Transition Time Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Generic Power Onoff client model.", - "id": "BLE_MESH_GENERIC_POWER_ONOFF_CLI", - "name": "BLE_MESH_GENERIC_POWER_ONOFF_CLI", - "range": null, - "title": "Generic Power Onoff Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Power Onoff client model.", + "id": "BLE_MESH_GENERIC_POWER_ONOFF_CLI", + "name": "BLE_MESH_GENERIC_POWER_ONOFF_CLI", + "range": null, + "title": "Generic Power Onoff Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Generic Power Level client model.", - "id": "BLE_MESH_GENERIC_POWER_LEVEL_CLI", - "name": "BLE_MESH_GENERIC_POWER_LEVEL_CLI", - "range": null, - "title": "Generic Power Level Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Power Level client model.", + "id": "BLE_MESH_GENERIC_POWER_LEVEL_CLI", + "name": "BLE_MESH_GENERIC_POWER_LEVEL_CLI", + "range": null, + "title": "Generic Power Level Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Generic Battery client model.", - "id": "BLE_MESH_GENERIC_BATTERY_CLI", - "name": "BLE_MESH_GENERIC_BATTERY_CLI", - "range": null, - "title": "Generic Battery Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Battery client model.", + "id": "BLE_MESH_GENERIC_BATTERY_CLI", + "name": "BLE_MESH_GENERIC_BATTERY_CLI", + "range": null, + "title": "Generic Battery Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Generic Location client model.", - "id": "BLE_MESH_GENERIC_LOCATION_CLI", - "name": "BLE_MESH_GENERIC_LOCATION_CLI", - "range": null, - "title": "Generic Location Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Location client model.", + "id": "BLE_MESH_GENERIC_LOCATION_CLI", + "name": "BLE_MESH_GENERIC_LOCATION_CLI", + "range": null, + "title": "Generic Location Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Generic Property client model.", - "id": "BLE_MESH_GENERIC_PROPERTY_CLI", - "name": "BLE_MESH_GENERIC_PROPERTY_CLI", - "range": null, - "title": "Generic Property Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Property client model.", + "id": "BLE_MESH_GENERIC_PROPERTY_CLI", + "name": "BLE_MESH_GENERIC_PROPERTY_CLI", + "range": null, + "title": "Generic Property Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Sensor client model.", - "id": "BLE_MESH_SENSOR_CLI", - "name": "BLE_MESH_SENSOR_CLI", - "range": null, - "title": "Sensor Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Sensor client model.", + "id": "BLE_MESH_SENSOR_CLI", + "name": "BLE_MESH_SENSOR_CLI", + "range": null, + "title": "Sensor Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Time client model.", - "id": "BLE_MESH_TIME_CLI", - "name": "BLE_MESH_TIME_CLI", - "range": null, - "title": "Time Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Time client model.", + "id": "BLE_MESH_TIME_CLI", + "name": "BLE_MESH_TIME_CLI", + "range": null, + "title": "Time Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Scene client model.", - "id": "BLE_MESH_SCENE_CLI", - "name": "BLE_MESH_SCENE_CLI", - "range": null, - "title": "Scene Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Scene client model.", + "id": "BLE_MESH_SCENE_CLI", + "name": "BLE_MESH_SCENE_CLI", + "range": null, + "title": "Scene Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Scheduler client model.", - "id": "BLE_MESH_SCHEDULER_CLI", - "name": "BLE_MESH_SCHEDULER_CLI", - "range": null, - "title": "Scheduler Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Scheduler client model.", + "id": "BLE_MESH_SCHEDULER_CLI", + "name": "BLE_MESH_SCHEDULER_CLI", + "range": null, + "title": "Scheduler Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Light Lightness client model.", - "id": "BLE_MESH_LIGHT_LIGHTNESS_CLI", - "name": "BLE_MESH_LIGHT_LIGHTNESS_CLI", - "range": null, - "title": "Light Lightness Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light Lightness client model.", + "id": "BLE_MESH_LIGHT_LIGHTNESS_CLI", + "name": "BLE_MESH_LIGHT_LIGHTNESS_CLI", + "range": null, + "title": "Light Lightness Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Light CTL client model.", - "id": "BLE_MESH_LIGHT_CTL_CLI", - "name": "BLE_MESH_LIGHT_CTL_CLI", - "range": null, - "title": "Light CTL Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light CTL client model.", + "id": "BLE_MESH_LIGHT_CTL_CLI", + "name": "BLE_MESH_LIGHT_CTL_CLI", + "range": null, + "title": "Light CTL Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Light HSL client model.", - "id": "BLE_MESH_LIGHT_HSL_CLI", - "name": "BLE_MESH_LIGHT_HSL_CLI", - "range": null, - "title": "Light HSL Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light HSL client model.", + "id": "BLE_MESH_LIGHT_HSL_CLI", + "name": "BLE_MESH_LIGHT_HSL_CLI", + "range": null, + "title": "Light HSL Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Light XYL client model.", - "id": "BLE_MESH_LIGHT_XYL_CLI", - "name": "BLE_MESH_LIGHT_XYL_CLI", - "range": null, - "title": "Light XYL Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light XYL client model.", + "id": "BLE_MESH_LIGHT_XYL_CLI", + "name": "BLE_MESH_LIGHT_XYL_CLI", + "range": null, + "title": "Light XYL Client Model", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Enable support for Light LC client model.", - "id": "BLE_MESH_LIGHT_LC_CLI", - "name": "BLE_MESH_LIGHT_LC_CLI", - "range": null, - "title": "Light LC Client Model", + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light LC client model.", + "id": "BLE_MESH_LIGHT_LC_CLI", + "name": "BLE_MESH_LIGHT_LC_CLI", + "range": null, + "title": "Light LC Client Model", "type": "bool" } - ], - "depends_on": "BLE_MESH", - "id": "component-config-esp-ble-mesh-support-support-for-ble-mesh-client-models", - "title": "Support for BLE Mesh Client Models", + ], + "depends_on": "BLE_MESH", + "id": "component-config-esp-ble-mesh-support-support-for-ble-mesh-client-models", + "title": "Support for BLE Mesh Client Models", "type": "menu" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "This option removes the 96 hour limit of the IV Update Procedure and\nlets the state to be changed at any time.\nIf IV Update test mode is going to be used, this option should be enabled.", - "id": "BLE_MESH_IV_UPDATE_TEST", - "name": "BLE_MESH_IV_UPDATE_TEST", - "range": null, - "title": "Test the IV Update Procedure", + "children": [], + "depends_on": "BLE_MESH", + "help": "This option removes the 96 hour limit of the IV Update Procedure and\nlets the state to be changed at any time.\nIf IV Update test mode is going to be used, this option should be enabled.", + "id": "BLE_MESH_IV_UPDATE_TEST", + "name": "BLE_MESH_IV_UPDATE_TEST", + "range": null, + "title": "Test the IV Update Procedure", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BLE_MESH", - "help": "This option adds extra self-tests which are run every time BLE Mesh\nnetworking is initialized.", - "id": "BLE_MESH_SELF_TEST", - "name": "BLE_MESH_SELF_TEST", - "range": null, - "title": "Perform BLE Mesh self-tests", + "children": [], + "depends_on": "BLE_MESH", + "help": "This option adds extra self-tests which are run every time BLE Mesh\nnetworking is initialized.", + "id": "BLE_MESH_SELF_TEST", + "name": "BLE_MESH_SELF_TEST", + "range": null, + "title": "Perform BLE Mesh self-tests", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH", - "help": "Activate shell module that provides BLE Mesh commands to the console.", - "id": "BLE_MESH_SHELL", - "name": "BLE_MESH_SHELL", - "range": null, - "title": "Enable BLE Mesh shell", + "children": [], + "depends_on": "BLE_MESH", + "help": "Activate shell module that provides BLE Mesh commands to the console.", + "id": "BLE_MESH_SHELL", + "name": "BLE_MESH_SHELL", + "range": null, + "title": "Enable BLE Mesh shell", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable Network layer debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_NET", - "name": "BLE_MESH_DEBUG_NET", - "range": null, - "title": "Network layer debug", + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Network layer debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_NET", + "name": "BLE_MESH_DEBUG_NET", + "range": null, + "title": "Network layer debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable Transport layer debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_TRANS", - "name": "BLE_MESH_DEBUG_TRANS", - "range": null, - "title": "Transport layer debug", + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Transport layer debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_TRANS", + "name": "BLE_MESH_DEBUG_TRANS", + "range": null, + "title": "Transport layer debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable Beacon-related debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_BEACON", - "name": "BLE_MESH_DEBUG_BEACON", - "range": null, - "title": "Beacon debug", + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Beacon-related debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_BEACON", + "name": "BLE_MESH_DEBUG_BEACON", + "range": null, + "title": "Beacon debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable cryptographic debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_CRYPTO", - "name": "BLE_MESH_DEBUG_CRYPTO", - "range": null, - "title": "Crypto debug", + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable cryptographic debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_CRYPTO", + "name": "BLE_MESH_DEBUG_CRYPTO", + "range": null, + "title": "Crypto debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable Provisioning debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_PROV", - "name": "BLE_MESH_DEBUG_PROV", - "range": null, - "title": "Provisioning debug", + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Provisioning debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_PROV", + "name": "BLE_MESH_DEBUG_PROV", + "range": null, + "title": "Provisioning debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable Access layer debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_ACCESS", - "name": "BLE_MESH_DEBUG_ACCESS", - "range": null, - "title": "Access layer debug", + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Access layer debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_ACCESS", + "name": "BLE_MESH_DEBUG_ACCESS", + "range": null, + "title": "Access layer debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable Foundation Models debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_MODEL", - "name": "BLE_MESH_DEBUG_MODEL", - "range": null, - "title": "Foundation model debug", + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Foundation Models debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_MODEL", + "name": "BLE_MESH_DEBUG_MODEL", + "range": null, + "title": "Foundation model debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable advertising debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_ADV", - "name": "BLE_MESH_DEBUG_ADV", - "range": null, - "title": "Advertising debug", + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable advertising debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_ADV", + "name": "BLE_MESH_DEBUG_ADV", + "range": null, + "title": "Advertising debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable Low Power debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_LOW_POWER", - "name": "BLE_MESH_DEBUG_LOW_POWER", - "range": null, - "title": "Low Power debug", + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Low Power debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_LOW_POWER", + "name": "BLE_MESH_DEBUG_LOW_POWER", + "range": null, + "title": "Low Power debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable Friend debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_FRIEND", - "name": "BLE_MESH_DEBUG_FRIEND", - "range": null, - "title": "Friend debug", + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Friend debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_FRIEND", + "name": "BLE_MESH_DEBUG_FRIEND", + "range": null, + "title": "Friend debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "BLE_MESH_PROXY && BLE_MESH_DEBUG && BLE_MESH", - "help": "Enable Proxy protocol debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG_PROXY", - "name": "BLE_MESH_DEBUG_PROXY", - "range": null, - "title": "Proxy debug", + "children": [], + "depends_on": "BLE_MESH_PROXY && BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Proxy protocol debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_PROXY", + "name": "BLE_MESH_DEBUG_PROXY", + "range": null, + "title": "Proxy debug", "type": "bool" } - ], - "depends_on": "BLE_MESH", - "help": "Enable debug logs for the BLE Mesh functionality.", - "id": "BLE_MESH_DEBUG", - "name": "BLE_MESH_DEBUG", - "range": null, - "title": "Enable BLE Mesh debug logs", + ], + "depends_on": "BLE_MESH", + "help": "Enable debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG", + "name": "BLE_MESH_DEBUG", + "range": null, + "title": "Enable BLE Mesh debug logs", "type": "bool" } - ], - "depends_on": "BLE_MESH", - "id": "component-config-esp-ble-mesh-support-ble-mesh-specific-test-option", - "title": "BLE Mesh specific test option", + ], + "depends_on": "BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-specific-test-option", + "title": "BLE Mesh specific test option", "type": "menu" } - ], - "depends_on": "BT_ENABLED", - "help": "This option enables ESP BLE Mesh support. The specific features that are\navailable may depend on other features that have been enabled in the\nstack, such as Bluetooth Support, Bluedroid Support & GATT support.", - "id": "BLE_MESH", - "is_menuconfig": true, - "name": "BLE_MESH", - "range": null, - "title": "ESP BLE Mesh Support", + ], + "depends_on": "BT_ENABLED", + "help": "This option enables ESP BLE Mesh support. The specific features that are\navailable may depend on other features that have been enabled in the\nstack, such as Bluetooth Support, Bluedroid Support & GATT support.", + "id": "BLE_MESH", + "is_menuconfig": true, + "name": "BLE_MESH", + "range": null, + "title": "ESP BLE Mesh Support", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "COAP_MBEDTLS_PSK", - "name": "COAP_MBEDTLS_PSK", - "range": null, - "title": "Pre-Shared Keys", + "children": [], + "depends_on": "", + "help": null, + "id": "COAP_MBEDTLS_PSK", + "name": "COAP_MBEDTLS_PSK", + "range": null, + "title": "Pre-Shared Keys", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COAP_MBEDTLS_PKI", - "name": "COAP_MBEDTLS_PKI", - "range": null, - "title": "PKI Certificates", + "children": [], + "depends_on": "", + "help": null, + "id": "COAP_MBEDTLS_PKI", + "name": "COAP_MBEDTLS_PKI", + "range": null, + "title": "PKI Certificates", "type": "bool" } - ], - "depends_on": null, - "help": "If the CoAP information is to be encrypted, the encryption environment\ncan be set up in one of two ways (default being Pre-Shared key mode)\n\n- Encrypt using defined Pre-Shared Keys (PSK if uri includes coaps://)\n- Encrypt using defined Public Key Infrastructure (PKI if uri includes coaps://)", - "id": "component-config-coap-configuration-coap-encryption-method", - "name": "COAP_MBEDTLS_ENCRYPTION_MODE", - "title": "CoAP Encryption method", + ], + "depends_on": null, + "help": "If the CoAP information is to be encrypted, the encryption environment\ncan be set up in one of two ways (default being Pre-Shared key mode)\n\n- Encrypt using defined Pre-Shared Keys (PSK if uri includes coaps://)\n- Encrypt using defined Public Key Infrastructure (PKI if uri includes coaps://)", + "id": "component-config-coap-configuration-coap-encryption-method", + "name": "COAP_MBEDTLS_ENCRYPTION_MODE", + "title": "CoAP Encryption method", "type": "choice" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "COAP_LOG_EMERG", - "name": "COAP_LOG_EMERG", - "range": null, - "title": "Emergency", + "children": [], + "depends_on": "", + "help": null, + "id": "COAP_LOG_EMERG", + "name": "COAP_LOG_EMERG", + "range": null, + "title": "Emergency", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COAP_LOG_ALERT", - "name": "COAP_LOG_ALERT", - "range": null, - "title": "Alert", + "children": [], + "depends_on": "", + "help": null, + "id": "COAP_LOG_ALERT", + "name": "COAP_LOG_ALERT", + "range": null, + "title": "Alert", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COAP_LOG_CRIT", - "name": "COAP_LOG_CRIT", - "range": null, - "title": "Critical", + "children": [], + "depends_on": "", + "help": null, + "id": "COAP_LOG_CRIT", + "name": "COAP_LOG_CRIT", + "range": null, + "title": "Critical", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COAP_LOG_ERROR", - "name": "COAP_LOG_ERROR", - "range": null, - "title": "Error", + "children": [], + "depends_on": "", + "help": null, + "id": "COAP_LOG_ERROR", + "name": "COAP_LOG_ERROR", + "range": null, + "title": "Error", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COAP_LOG_WARNING", - "name": "COAP_LOG_WARNING", - "range": null, - "title": "Warning", + "children": [], + "depends_on": "", + "help": null, + "id": "COAP_LOG_WARNING", + "name": "COAP_LOG_WARNING", + "range": null, + "title": "Warning", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COAP_LOG_NOTICE", - "name": "COAP_LOG_NOTICE", - "range": null, - "title": "Notice", + "children": [], + "depends_on": "", + "help": null, + "id": "COAP_LOG_NOTICE", + "name": "COAP_LOG_NOTICE", + "range": null, + "title": "Notice", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COAP_LOG_INFO", - "name": "COAP_LOG_INFO", - "range": null, - "title": "Info", + "children": [], + "depends_on": "", + "help": null, + "id": "COAP_LOG_INFO", + "name": "COAP_LOG_INFO", + "range": null, + "title": "Info", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "COAP_LOG_DEBUG", - "name": "COAP_LOG_DEBUG", - "range": null, - "title": "Debug", + "children": [], + "depends_on": "", + "help": null, + "id": "COAP_LOG_DEBUG", + "name": "COAP_LOG_DEBUG", + "range": null, + "title": "Debug", "type": "bool" } - ], - "depends_on": "COAP_MBEDTLS_DEBUG", - "help": "Set CoAP debugging level", - "id": "component-config-coap-configuration-enable-coap-debugging-set-coap-debugging-level", - "name": "COAP_MBEDTLS_DEBUG_LEVEL", - "title": "Set CoAP debugging level", + ], + "depends_on": "COAP_MBEDTLS_DEBUG", + "help": "Set CoAP debugging level", + "id": "component-config-coap-configuration-enable-coap-debugging-set-coap-debugging-level", + "name": "COAP_MBEDTLS_DEBUG_LEVEL", + "title": "Set CoAP debugging level", "type": "choice" } - ], - "depends_on": null, - "help": "Enable CoAP debugging functions at compile time for the example code.\n\nIf this option is enabled, call coap_set_log_level()\nat runtime in order to enable CoAP debug output via the ESP\nlog mechanism.", - "id": "COAP_MBEDTLS_DEBUG", - "name": "COAP_MBEDTLS_DEBUG", - "range": null, - "title": "Enable CoAP debugging", + ], + "depends_on": null, + "help": "Enable CoAP debugging functions at compile time for the example code.\n\nIf this option is enabled, call coap_set_log_level()\nat runtime in order to enable CoAP debug output via the ESP\nlog mechanism.", + "id": "COAP_MBEDTLS_DEBUG", + "name": "COAP_MBEDTLS_DEBUG", + "range": null, + "title": "Enable CoAP debugging", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "COAP_LOG_DEFAULT_LEVEL", - "name": "COAP_LOG_DEFAULT_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "COAP_LOG_DEFAULT_LEVEL", + "name": "COAP_LOG_DEFAULT_LEVEL", + "range": null, + "title": null, "type": "int" } - ], - "depends_on": null, - "id": "component-config-coap-configuration", - "title": "CoAP Configuration", + ], + "depends_on": null, + "id": "component-config-coap-configuration", + "title": "CoAP Configuration", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": null, - "help": "ADC power can be controlled by the FSM instead of software. This allows the ADC to\nbe shut off when it is not working leading to lower power consumption. However\nusing the FSM control ADC power will increase the noise of ADC.", - "id": "ADC_FORCE_XPD_FSM", - "name": "ADC_FORCE_XPD_FSM", - "range": null, - "title": "Use the FSM to control ADC power", + "children": [], + "depends_on": null, + "help": "ADC power can be controlled by the FSM instead of software. This allows the ADC to\nbe shut off when it is not working leading to lower power consumption. However\nusing the FSM control ADC power will increase the noise of ADC.", + "id": "ADC_FORCE_XPD_FSM", + "name": "ADC_FORCE_XPD_FSM", + "range": null, + "title": "Use the FSM to control ADC power", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "If this is set, the ADC2 driver will disable the output of the DAC corresponding to the specified\nchannel. This is the default value.\n\nFor testing, disable this option so that we can measure the output of DAC by internal ADC.", - "id": "ADC_DISABLE_DAC", - "name": "ADC_DISABLE_DAC", - "range": null, - "title": "Disable DAC when ADC2 is used on GPIO 25 and 26", + "children": [], + "depends_on": null, + "help": "If this is set, the ADC2 driver will disable the output of the DAC corresponding to the specified\nchannel. This is the default value.\n\nFor testing, disable this option so that we can measure the output of DAC by internal ADC.", + "id": "ADC_DISABLE_DAC", + "name": "ADC_DISABLE_DAC", + "range": null, + "title": "Disable DAC when ADC2 is used on GPIO 25 and 26", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-driver-configurations-adc-configuration", - "title": "ADC configuration", + ], + "depends_on": null, + "id": "component-config-driver-configurations-adc-configuration", + "title": "ADC configuration", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Normally only the ISR of SPI master is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.\n\nDuring unit test, this is enabled to measure the ideal case of api.", - "id": "SPI_MASTER_IN_IRAM", - "name": "SPI_MASTER_IN_IRAM", - "range": null, - "title": "Place transmitting functions of SPI master into IRAM", + "children": [], + "depends_on": null, + "help": "Normally only the ISR of SPI master is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.\n\nDuring unit test, this is enabled to measure the ideal case of api.", + "id": "SPI_MASTER_IN_IRAM", + "name": "SPI_MASTER_IN_IRAM", + "range": null, + "title": "Place transmitting functions of SPI master into IRAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Place the SPI master ISR in to IRAM to avoid possible cache miss.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", - "id": "SPI_MASTER_ISR_IN_IRAM", - "name": "SPI_MASTER_ISR_IN_IRAM", - "range": null, - "title": "Place SPI master ISR function into IRAM", + "children": [], + "depends_on": null, + "help": "Place the SPI master ISR in to IRAM to avoid possible cache miss.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", + "id": "SPI_MASTER_ISR_IN_IRAM", + "name": "SPI_MASTER_ISR_IN_IRAM", + "range": null, + "title": "Place SPI master ISR function into IRAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Normally only the ISR of SPI slave is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.", - "id": "SPI_SLAVE_IN_IRAM", - "name": "SPI_SLAVE_IN_IRAM", - "range": null, - "title": "Place transmitting functions of SPI slave into IRAM", + "children": [], + "depends_on": null, + "help": "Normally only the ISR of SPI slave is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.", + "id": "SPI_SLAVE_IN_IRAM", + "name": "SPI_SLAVE_IN_IRAM", + "range": null, + "title": "Place transmitting functions of SPI slave into IRAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Place the SPI slave ISR in to IRAM to avoid possible cache miss.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", - "id": "SPI_SLAVE_ISR_IN_IRAM", - "name": "SPI_SLAVE_ISR_IN_IRAM", - "range": null, - "title": "Place SPI slave ISR function into IRAM", + "children": [], + "depends_on": null, + "help": "Place the SPI slave ISR in to IRAM to avoid possible cache miss.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", + "id": "SPI_SLAVE_ISR_IN_IRAM", + "name": "SPI_SLAVE_ISR_IN_IRAM", + "range": null, + "title": "Place SPI slave ISR function into IRAM", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-driver-configurations-spi-configuration", - "title": "SPI configuration", + ], + "depends_on": null, + "id": "component-config-driver-configurations-spi-configuration", + "title": "SPI configuration", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "If this option is not selected, UART interrupt will be disabled for a long time and\nmay cause data lost when doing spi flash operation.", - "id": "UART_ISR_IN_IRAM", - "name": "UART_ISR_IN_IRAM", - "range": null, - "title": "Place UART ISR function into IRAM", + "children": [], + "depends_on": null, + "help": "If this option is not selected, UART interrupt will be disabled for a long time and\nmay cause data lost when doing spi flash operation.", + "id": "UART_ISR_IN_IRAM", + "name": "UART_ISR_IN_IRAM", + "range": null, + "title": "Place UART ISR function into IRAM", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-driver-configurations-uart-configuration", - "title": "UART configuration", + ], + "depends_on": null, + "id": "component-config-driver-configurations-uart-configuration", + "title": "UART configuration", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "IDF_TARGET_ESP32", - "help": "The the array `rtc_gpio_desc` will don't compile by default.\nIf this option is selected, the array `rtc_gpio_desc` can be compile.\nIf user use this array, please enable this configuration.", - "id": "RTCIO_SUPPORT_RTC_GPIO_DESC", - "name": "RTCIO_SUPPORT_RTC_GPIO_DESC", - "range": null, - "title": "Support array `rtc_gpio_desc` for ESP32", + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "The the array `rtc_gpio_desc` will don't compile by default.\nIf this option is selected, the array `rtc_gpio_desc` can be compile.\nIf user use this array, please enable this configuration.", + "id": "RTCIO_SUPPORT_RTC_GPIO_DESC", + "name": "RTCIO_SUPPORT_RTC_GPIO_DESC", + "range": null, + "title": "Support array `rtc_gpio_desc` for ESP32", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-driver-configurations-rtcio-configuration", - "title": "RTCIO configuration", + ], + "depends_on": null, + "id": "component-config-driver-configurations-rtcio-configuration", + "title": "RTCIO configuration", "type": "menu" } - ], - "depends_on": null, - "id": "component-config-driver-configurations", - "title": "Driver configurations", + ], + "depends_on": null, + "id": "component-config-driver-configurations", + "title": "Driver configurations", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "EFUSE_CUSTOM_TABLE", - "help": "Name of the custom eFuse CSV filename. This path is evaluated\nrelative to the project root directory.", - "id": "EFUSE_CUSTOM_TABLE_FILENAME", - "name": "EFUSE_CUSTOM_TABLE_FILENAME", - "range": null, - "title": "Custom eFuse CSV file", + "children": [], + "depends_on": "EFUSE_CUSTOM_TABLE", + "help": "Name of the custom eFuse CSV filename. This path is evaluated\nrelative to the project root directory.", + "id": "EFUSE_CUSTOM_TABLE_FILENAME", + "name": "EFUSE_CUSTOM_TABLE_FILENAME", + "range": null, + "title": "Custom eFuse CSV file", "type": "string" } - ], - "depends_on": null, - "help": "Allows to generate a structure for eFuse from the CSV file.", - "id": "EFUSE_CUSTOM_TABLE", - "name": "EFUSE_CUSTOM_TABLE", - "range": null, - "title": "Use custom eFuse table", + ], + "depends_on": null, + "help": "Allows to generate a structure for eFuse from the CSV file.", + "id": "EFUSE_CUSTOM_TABLE", + "name": "EFUSE_CUSTOM_TABLE", + "range": null, + "title": "Use custom eFuse table", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "All read and writes operations are redirected to RAM instead of eFuse registers.\nIf this option is set, all permanent changes (via eFuse) are disabled.\nLog output will state changes which would be applied, but they will not be.", - "id": "EFUSE_VIRTUAL", - "name": "EFUSE_VIRTUAL", - "range": null, - "title": "Simulate eFuse operations in RAM", + "children": [], + "depends_on": null, + "help": "All read and writes operations are redirected to RAM instead of eFuse registers.\nIf this option is set, all permanent changes (via eFuse) are disabled.\nLog output will state changes which would be applied, but they will not be.", + "id": "EFUSE_VIRTUAL", + "name": "EFUSE_VIRTUAL", + "range": null, + "title": "Simulate eFuse operations in RAM", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "EFUSE_CODE_SCHEME_COMPAT_NONE", - "name": "EFUSE_CODE_SCHEME_COMPAT_NONE", - "range": null, - "title": "None Only", + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "name": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "range": null, + "title": "None Only", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "EFUSE_CODE_SCHEME_COMPAT_3_4", - "name": "EFUSE_CODE_SCHEME_COMPAT_3_4", - "range": null, - "title": "3/4 and None", + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "name": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "range": null, + "title": "3/4 and None", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", - "name": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", - "range": null, - "title": "Repeat, 3/4 and None (common table does not support it)", + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "name": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "range": null, + "title": "Repeat, 3/4 and None (common table does not support it)", "type": "bool" } - ], - "depends_on": "IDF_TARGET_ESP32", - "help": "Selector eFuse code scheme.", - "id": "component-config-efuse-bit-manager-coding-scheme-compatibility", - "name": "EFUSE_CODE_SCHEME_SELECTOR", - "title": "Coding Scheme Compatibility", + ], + "depends_on": "IDF_TARGET_ESP32", + "help": "Selector eFuse code scheme.", + "id": "component-config-efuse-bit-manager-coding-scheme-compatibility", + "name": "EFUSE_CODE_SCHEME_SELECTOR", + "title": "Coding Scheme Compatibility", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "EFUSE_MAX_BLK_LEN", - "name": "EFUSE_MAX_BLK_LEN", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "EFUSE_MAX_BLK_LEN", + "name": "EFUSE_MAX_BLK_LEN", + "range": null, + "title": null, "type": "int" } - ], - "depends_on": null, - "id": "component-config-efuse-bit-manager", - "title": "eFuse Bit Manager", + ], + "depends_on": null, + "id": "component-config-efuse-bit-manager", + "title": "eFuse Bit Manager", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_TLS_USING_MBEDTLS", - "name": "ESP_TLS_USING_MBEDTLS", - "range": null, - "title": "mbedTLS", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_TLS_USING_MBEDTLS", + "name": "ESP_TLS_USING_MBEDTLS", + "range": null, + "title": "mbedTLS", "type": "bool" - }, + }, { - "children": [], - "depends_on": "TLS_STACK_WOLFSSL && ", - "help": null, - "id": "ESP_TLS_USING_WOLFSSL", - "name": "ESP_TLS_USING_WOLFSSL", - "range": null, - "title": "wolfSSL (License info in wolfSSL directory README)", + "children": [], + "depends_on": "TLS_STACK_WOLFSSL && ", + "help": null, + "id": "ESP_TLS_USING_WOLFSSL", + "name": "ESP_TLS_USING_WOLFSSL", + "range": null, + "title": "wolfSSL (License info in wolfSSL directory README)", "type": "bool" } - ], - "depends_on": null, - "help": "The ESP-TLS APIs support multiple backend TLS libraries. Currently mbedTLS and WolfSSL are\nsupported. Different TLS libraries may support different features and have different resource\nusage. Consult the ESP-TLS documentation in ESP-IDF Programming guide for more details.", - "id": "component-config-esp-tls-choose-ssl-tls-library-for-esp-tls-see-help-for-more-info-", - "name": "ESP_TLS_LIBRARY_CHOOSE", - "title": "Choose SSL/TLS library for ESP-TLS (See help for more Info)", + ], + "depends_on": null, + "help": "The ESP-TLS APIs support multiple backend TLS libraries. Currently mbedTLS and WolfSSL are\nsupported. Different TLS libraries may support different features and have different resource\nusage. Consult the ESP-TLS documentation in ESP-IDF Programming guide for more details.", + "id": "component-config-esp-tls-choose-ssl-tls-library-for-esp-tls-see-help-for-more-info-", + "name": "ESP_TLS_LIBRARY_CHOOSE", + "title": "Choose SSL/TLS library for ESP-TLS (See help for more Info)", "type": "choice" - }, + }, { - "children": [], - "depends_on": "ESP_TLS_USING_MBEDTLS", - "help": "Enable support for creating server side SSL/TLS session, uses the mbedtls crypto library", - "id": "ESP_TLS_SERVER", - "name": "ESP_TLS_SERVER", - "range": null, - "title": "Enable ESP-TLS Server", + "children": [], + "depends_on": null, + "help": "Enable support for creating server side SSL/TLS session, available for mbedTLS\nas well as wolfSSL TLS library.", + "id": "ESP_TLS_SERVER", + "name": "ESP_TLS_SERVER", + "range": null, + "title": "Enable ESP-TLS Server", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP_TLS_USING_MBEDTLS", - "help": "Enable support for pre shared key ciphers, uses the mbedtls crypto library", - "id": "ESP_TLS_PSK_VERIFICATION", - "name": "ESP_TLS_PSK_VERIFICATION", - "range": null, - "title": "Enable PSK verification", + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS", + "help": "Enable support for pre shared key ciphers, uses the mbedtls crypto library", + "id": "ESP_TLS_PSK_VERIFICATION", + "name": "ESP_TLS_PSK_VERIFICATION", + "range": null, + "title": "Enable PSK verification", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP_TLS_USING_WOLFSSL", - "help": "Enables server verification with Intermediate CA cert, does not authenticate full chain\nof trust upto the root CA cert (After Enabling this option client only needs to have Intermediate\nCA certificate of the server to authenticate server, root CA cert is not necessary).", - "id": "ESP_WOLFSSL_SMALL_CERT_VERIFY", - "name": "ESP_WOLFSSL_SMALL_CERT_VERIFY", - "range": null, - "title": "Enable SMALL_CERT_VERIFY", + "children": [], + "depends_on": "ESP_TLS_USING_WOLFSSL", + "help": "Enables server verification with Intermediate CA cert, does not authenticate full chain\nof trust upto the root CA cert (After Enabling this option client only needs to have Intermediate\nCA certificate of the server to authenticate server, root CA cert is not necessary).", + "id": "ESP_WOLFSSL_SMALL_CERT_VERIFY", + "name": "ESP_WOLFSSL_SMALL_CERT_VERIFY", + "range": null, + "title": "Enable SMALL_CERT_VERIFY", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP_TLS_USING_WOLFSSL", - "help": "Enable detailed debug prints for wolfSSL SSL library.", - "id": "ESP_DEBUG_WOLFSSL", - "name": "ESP_DEBUG_WOLFSSL", - "range": null, - "title": "Enable debug logs for wolfSSL", + "children": [], + "depends_on": "ESP_TLS_USING_WOLFSSL", + "help": "Enable detailed debug prints for wolfSSL SSL library.", + "id": "ESP_DEBUG_WOLFSSL", + "name": "ESP_DEBUG_WOLFSSL", + "range": null, + "title": "Enable debug logs for wolfSSL", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-esp-tls", - "title": "ESP-TLS", + ], + "depends_on": null, + "id": "component-config-esp-tls", + "title": "ESP-TLS", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_REV_MIN_0", - "name": "ESP32_REV_MIN_0", - "range": null, - "title": "Rev 0", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_0", + "name": "ESP32_REV_MIN_0", + "range": null, + "title": "Rev 0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_REV_MIN_1", - "name": "ESP32_REV_MIN_1", - "range": null, - "title": "Rev 1", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_1", + "name": "ESP32_REV_MIN_1", + "range": null, + "title": "Rev 1", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_REV_MIN_2", - "name": "ESP32_REV_MIN_2", - "range": null, - "title": "Rev 2", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_2", + "name": "ESP32_REV_MIN_2", + "range": null, + "title": "Rev 2", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_REV_MIN_3", - "name": "ESP32_REV_MIN_3", - "range": null, - "title": "Rev 3", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_3", + "name": "ESP32_REV_MIN_3", + "range": null, + "title": "Rev 3", "type": "bool" } - ], - "depends_on": null, - "help": "Minimum revision that ESP-IDF would support.\nESP-IDF performs different strategy on different esp32 revision.", - "id": "component-config-esp32-specific-minimum-supported-esp32-revision", - "name": "ESP32_REV_MIN", - "title": "Minimum Supported ESP32 Revision", + ], + "depends_on": null, + "help": "Minimum revision that ESP-IDF would support.\nESP-IDF performs different strategy on different esp32 revision.", + "id": "component-config-esp32-specific-minimum-supported-esp32-revision", + "name": "ESP32_REV_MIN", + "title": "Minimum Supported ESP32 Revision", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_REV_MIN", - "name": "ESP32_REV_MIN", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_REV_MIN", + "name": "ESP32_REV_MIN", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_DPORT_WORKAROUND", - "name": "ESP32_DPORT_WORKAROUND", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_DPORT_WORKAROUND", + "name": "ESP32_DPORT_WORKAROUND", + "range": null, + "title": null, "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_DEFAULT_CPU_FREQ_80", - "name": "ESP32_DEFAULT_CPU_FREQ_80", - "range": null, - "title": "80 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_DEFAULT_CPU_FREQ_80", + "name": "ESP32_DEFAULT_CPU_FREQ_80", + "range": null, + "title": "80 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_DEFAULT_CPU_FREQ_160", - "name": "ESP32_DEFAULT_CPU_FREQ_160", - "range": null, - "title": "160 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_DEFAULT_CPU_FREQ_160", + "name": "ESP32_DEFAULT_CPU_FREQ_160", + "range": null, + "title": "160 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_DEFAULT_CPU_FREQ_240", - "name": "ESP32_DEFAULT_CPU_FREQ_240", - "range": null, - "title": "240 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_DEFAULT_CPU_FREQ_240", + "name": "ESP32_DEFAULT_CPU_FREQ_240", + "range": null, + "title": "240 MHz", "type": "bool" } - ], - "depends_on": null, - "help": "CPU frequency to be set on application startup.", - "id": "component-config-esp32-specific-cpu-frequency", - "name": "ESP32_DEFAULT_CPU_FREQ_MHZ", - "title": "CPU frequency", + ], + "depends_on": null, + "help": "CPU frequency to be set on application startup.", + "id": "component-config-esp32-specific-cpu-frequency", + "name": "ESP32_DEFAULT_CPU_FREQ_MHZ", + "title": "CPU frequency", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_DEFAULT_CPU_FREQ_MHZ", - "name": "ESP32_DEFAULT_CPU_FREQ_MHZ", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_DEFAULT_CPU_FREQ_MHZ", + "name": "ESP32_DEFAULT_CPU_FREQ_MHZ", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { @@ -7143,7786 +7304,7412 @@ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_TYPE_AUTO", - "name": "SPIRAM_TYPE_AUTO", - "range": null, - "title": "Auto-detect", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_TYPE_AUTO", + "name": "SPIRAM_TYPE_AUTO", + "range": null, + "title": "Auto-detect", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_TYPE_ESPPSRAM32", - "name": "SPIRAM_TYPE_ESPPSRAM32", - "range": null, - "title": "ESP-PSRAM32 or IS25WP032", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_TYPE_ESPPSRAM32", + "name": "SPIRAM_TYPE_ESPPSRAM32", + "range": null, + "title": "ESP-PSRAM32 or IS25WP032", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_TYPE_ESPPSRAM64", - "name": "SPIRAM_TYPE_ESPPSRAM64", - "range": null, - "title": "ESP-PSRAM64 or LY68L6400", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_TYPE_ESPPSRAM64", + "name": "SPIRAM_TYPE_ESPPSRAM64", + "range": null, + "title": "ESP-PSRAM64 or LY68L6400", "type": "bool" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": null, - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-type-of-spi-ram-chip-in-use", - "name": "SPIRAM_TYPE", - "title": "Type of SPI RAM chip in use", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": null, + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-type-of-spi-ram-chip-in-use", + "name": "SPIRAM_TYPE", + "title": "Type of SPI RAM chip in use", "type": "choice" - }, + }, { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": null, - "id": "SPIRAM_SIZE", - "name": "SPIRAM_SIZE", - "range": null, - "title": null, + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": null, + "id": "SPIRAM_SIZE", + "name": "SPIRAM_SIZE", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_SPEED_40M", - "name": "SPIRAM_SPEED_40M", - "range": null, - "title": "40MHz clock speed", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_SPEED_40M", + "name": "SPIRAM_SPEED_40M", + "range": null, + "title": "40MHz clock speed", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESPTOOLPY_FLASHFREQ_80M && ", - "help": null, - "id": "SPIRAM_SPEED_80M", - "name": "SPIRAM_SPEED_80M", - "range": null, - "title": "80MHz clock speed", + "children": [], + "depends_on": "ESPTOOLPY_FLASHFREQ_80M && ", + "help": null, + "id": "SPIRAM_SPEED_80M", + "name": "SPIRAM_SPEED_80M", + "range": null, + "title": "80MHz clock speed", "type": "bool" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": "Select the speed for the SPI RAM chip.\nIf SPI RAM is enabled, we only support three combinations of SPI speed mode we supported now:\n\n1. Flash SPI running at 40Mhz and RAM SPI running at 40Mhz\n2. Flash SPI running at 80Mhz and RAM SPI running at 40Mhz\n3. Flash SPI running at 80Mhz and RAM SPI running at 80Mhz\n\nNote: If the third mode(80Mhz+80Mhz) is enabled for SPI RAM of type 32MBit, one of the HSPI/VSPI host\nwill be occupied by the system. Which SPI host to use can be selected by the config item\nSPIRAM_OCCUPY_SPI_HOST. Application code should never touch HSPI/VSPI hardware in this case. The\noption to select 80MHz will only be visible if the flash SPI speed is also 80MHz.\n(ESPTOOLPY_FLASHFREQ_80M is true)", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-set-ram-clock-speed", - "name": "SPIRAM_SPEED", - "title": "Set RAM clock speed", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": "Select the speed for the SPI RAM chip.\nIf SPI RAM is enabled, we only support three combinations of SPI speed mode we supported now:\n\n1. Flash SPI running at 40Mhz and RAM SPI running at 40Mhz\n2. Flash SPI running at 80Mhz and RAM SPI running at 40Mhz\n3. Flash SPI running at 80Mhz and RAM SPI running at 80Mhz\n\nNote: If the third mode(80Mhz+80Mhz) is enabled for SPI RAM of type 32MBit, one of the HSPI/VSPI host\nwill be occupied by the system. Which SPI host to use can be selected by the config item\nSPIRAM_OCCUPY_SPI_HOST. Application code should never touch HSPI/VSPI hardware in this case. The\noption to select 80MHz will only be visible if the flash SPI speed is also 80MHz.\n(ESPTOOLPY_FLASHFREQ_80M is true)", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-set-ram-clock-speed", + "name": "SPIRAM_SPEED", + "title": "Set RAM clock speed", "type": "choice" - }, + }, { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": null, - "id": "SPIRAM", - "name": "SPIRAM", - "range": null, - "title": null, + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": null, + "id": "SPIRAM", + "name": "SPIRAM", + "range": null, + "title": null, "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "SPIRAM_BOOT_INIT && !SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY && ESP32_SPIRAM_SUPPORT", - "help": "Normally, if psram initialization is enabled during compile time but not found at runtime, it\nis seen as an error making the CPU panic. If this is enabled, booting will complete\nbut no PSRAM will be available.", - "id": "SPIRAM_IGNORE_NOTFOUND", - "name": "SPIRAM_IGNORE_NOTFOUND", - "range": null, - "title": "Ignore PSRAM when not found", + "children": [], + "depends_on": "SPIRAM_BOOT_INIT && !SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY && ESP32_SPIRAM_SUPPORT", + "help": "Normally, if psram initialization is enabled during compile time but not found at runtime, it\nis seen as an error making the CPU panic. If this is enabled, booting will complete\nbut no PSRAM will be available.", + "id": "SPIRAM_IGNORE_NOTFOUND", + "name": "SPIRAM_IGNORE_NOTFOUND", + "range": null, + "title": "Ignore PSRAM when not found", "type": "bool" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": "If this is enabled, the SPI RAM will be enabled during initial boot. Unless you\nhave specific requirements, you'll want to leave this enabled so memory allocated\nduring boot-up can also be placed in SPI RAM.", - "id": "SPIRAM_BOOT_INIT", - "name": "SPIRAM_BOOT_INIT", - "range": null, - "title": "Initialize SPI RAM during startup", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": "If this is enabled, the SPI RAM will be enabled during initial boot. Unless you\nhave specific requirements, you'll want to leave this enabled so memory allocated\nduring boot-up can also be placed in SPI RAM.", + "id": "SPIRAM_BOOT_INIT", + "name": "SPIRAM_BOOT_INIT", + "range": null, + "title": "Initialize SPI RAM during startup", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_USE_MEMMAP", - "name": "SPIRAM_USE_MEMMAP", - "range": null, - "title": "Integrate RAM into memory map", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_USE_MEMMAP", + "name": "SPIRAM_USE_MEMMAP", + "range": null, + "title": "Integrate RAM into memory map", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_USE_CAPS_ALLOC", - "name": "SPIRAM_USE_CAPS_ALLOC", - "range": null, - "title": "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_USE_CAPS_ALLOC", + "name": "SPIRAM_USE_CAPS_ALLOC", + "range": null, + "title": "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_USE_MALLOC", - "name": "SPIRAM_USE_MALLOC", - "range": null, - "title": "Make RAM allocatable using malloc() as well", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_USE_MALLOC", + "name": "SPIRAM_USE_MALLOC", + "range": null, + "title": "Make RAM allocatable using malloc() as well", "type": "bool" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "help": "The SPI RAM can be accessed in multiple methods: by just having it available as an unmanaged\nmemory region in the CPU's memory map, by integrating it in the heap as 'special' memory\nneeding heap_caps_malloc to allocate, or by fully integrating it making malloc() also able to\nreturn SPI RAM pointers.", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-spi-ram-access-method", - "name": "SPIRAM_USE", - "title": "SPI RAM access method", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "help": "The SPI RAM can be accessed in multiple methods: by just having it available as an unmanaged\nmemory region in the CPU's memory map, by integrating it in the heap as 'special' memory\nneeding heap_caps_malloc to allocate, or by fully integrating it making malloc() also able to\nreturn SPI RAM pointers.", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-spi-ram-access-method", + "name": "SPIRAM_USE", + "title": "SPI RAM access method", "type": "choice" - }, + }, { - "children": [], - "depends_on": "SPIRAM_BOOT_INIT && ESP32_SPIRAM_SUPPORT", - "help": "Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for\nslightly faster startup.", - "id": "SPIRAM_MEMTEST", - "name": "SPIRAM_MEMTEST", - "range": null, - "title": "Run memory test on SPI RAM initialization", + "children": [], + "depends_on": "SPIRAM_BOOT_INIT && ESP32_SPIRAM_SUPPORT", + "help": "Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for\nslightly faster startup.", + "id": "SPIRAM_MEMTEST", + "name": "SPIRAM_MEMTEST", + "range": null, + "title": "Run memory test on SPI RAM initialization", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", - "help": "If malloc() is capable of also allocating SPI-connected ram, its allocation strategy will prefer to\nallocate chunks less than this size in internal memory, while allocations larger than this will be\ndone from external RAM. If allocation from the preferred region fails, an attempt is made to allocate\nfrom the non-preferred region instead, so malloc() will not suddenly fail when either internal or\nexternal memory is full.", - "id": "SPIRAM_MALLOC_ALWAYSINTERNAL", - "name": "SPIRAM_MALLOC_ALWAYSINTERNAL", - "range": null, - "title": "Maximum malloc() size, in bytes, to always put in internal memory", + "children": [], + "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", + "help": "If malloc() is capable of also allocating SPI-connected ram, its allocation strategy will prefer to\nallocate chunks less than this size in internal memory, while allocations larger than this will be\ndone from external RAM. If allocation from the preferred region fails, an attempt is made to allocate\nfrom the non-preferred region instead, so malloc() will not suddenly fail when either internal or\nexternal memory is full.", + "id": "SPIRAM_MALLOC_ALWAYSINTERNAL", + "name": "SPIRAM_MALLOC_ALWAYSINTERNAL", + "range": null, + "title": "Maximum malloc() size, in bytes, to always put in internal memory", "type": "int" - }, + }, { - "children": [], - "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_SPIRAM_SUPPORT", - "help": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, try to allocate internal\nmemory then.", - "id": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", - "name": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", - "range": null, - "title": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal memory", + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_SPIRAM_SUPPORT", + "help": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, try to allocate internal\nmemory then.", + "id": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", + "name": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", + "range": null, + "title": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal memory", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", - "help": "Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happen\nthat the internal memory is entirely filled up. This causes allocations that are specifically done in\ninternal memory, for example the stack for new tasks or memory to service DMA or have memory that's\nalso available when SPI cache is down, to fail. This option reserves a pool specifically for requests\nlike that; the memory in this pool is not given out when a normal malloc() is called.\n\nSet this to 0 to disable this feature.\n\nNote that because FreeRTOS stacks are forced to internal memory, they will also use this memory pool;\nbe sure to keep this in mind when adjusting this value.\n\nNote also that the DMA reserved pool may not be one single contiguous memory region, depending on the\nconfigured size and the static memory usage of the app.", - "id": "SPIRAM_MALLOC_RESERVE_INTERNAL", - "name": "SPIRAM_MALLOC_RESERVE_INTERNAL", - "range": null, - "title": "Reserve this amount of bytes for data that specifically needs to be in DMA or internal memory", + "children": [], + "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", + "help": "Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happen\nthat the internal memory is entirely filled up. This causes allocations that are specifically done in\ninternal memory, for example the stack for new tasks or memory to service DMA or have memory that's\nalso available when SPI cache is down, to fail. This option reserves a pool specifically for requests\nlike that; the memory in this pool is not given out when a normal malloc() is called.\n\nSet this to 0 to disable this feature.\n\nNote that because FreeRTOS stacks are forced to internal memory, they will also use this memory pool;\nbe sure to keep this in mind when adjusting this value.\n\nNote also that the DMA reserved pool may not be one single contiguous memory region, depending on the\nconfigured size and the static memory usage of the app.", + "id": "SPIRAM_MALLOC_RESERVE_INTERNAL", + "name": "SPIRAM_MALLOC_RESERVE_INTERNAL", + "range": null, + "title": "Reserve this amount of bytes for data that specifically needs to be in DMA or internal memory", "type": "int" - }, + }, { - "children": [], - "depends_on": "SPIRAM && ESP32_SPIRAM_SUPPORT", - "help": "If enabled the option,and add EXT_RAM_ATTR defined your variable,then your variable will be placed in\nPSRAM instead of internal memory, and placed most of variables of lwip,net802.11,pp,bluedroid library\nto external memory defaultly.", - "id": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", - "name": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", - "range": null, - "title": "Allow .bss segment placed in external memory", + "children": [], + "depends_on": "SPIRAM && ESP32_SPIRAM_SUPPORT", + "help": "If enabled the option,and add EXT_RAM_ATTR defined your variable,then your variable will be placed in\nPSRAM instead of internal memory, and placed most of variables of lwip,net802.11,pp,bluedroid library\nto external memory defaultly.", + "id": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "name": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "range": null, + "title": "Allow .bss segment placed in external memory", "type": "bool" - }, + }, { - "children": [], - "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_REV_MIN < 3 && ESP32_SPIRAM_SUPPORT", - "help": "Revision 1 of the ESP32 has a bug that can cause a write to PSRAM not to take place in some situations\nwhen the cache line needs to be fetched from external RAM and an interrupt occurs. This enables a\nfix in the compiler (-mfix-esp32-psram-cache-issue) that makes sure the specific code that is\nvulnerable to this will not be emitted.\n\nThis will also not use any bits of newlib that are located in ROM, opting for a version that is\ncompiled with the workaround and located in flash instead.\n\nThe workaround is not required for ESP32 revision 3 and above.", - "id": "SPIRAM_CACHE_WORKAROUND", - "name": "SPIRAM_CACHE_WORKAROUND", - "range": null, - "title": "Enable workaround for bug in SPI RAM cache for Rev1 ESP32s", + "children": [], + "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_REV_MIN < 3 && ESP32_SPIRAM_SUPPORT", + "help": "Revision 1 of the ESP32 has a bug that can cause a write to PSRAM not to take place in some situations\nwhen the cache line needs to be fetched from external RAM and an interrupt occurs. This enables a\nfix in the compiler (-mfix-esp32-psram-cache-issue) that makes sure the specific code that is\nvulnerable to this will not be emitted.\n\nThis will also not use any bits of newlib that are located in ROM, opting for a version that is\ncompiled with the workaround and located in flash instead.\n\nThe workaround is not required for ESP32 revision 3 and above.", + "id": "SPIRAM_CACHE_WORKAROUND", + "name": "SPIRAM_CACHE_WORKAROUND", + "range": null, + "title": "Enable workaround for bug in SPI RAM cache for Rev1 ESP32s", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "SPIRAM_BANKSWITCH_ENABLE && ESP32_SPIRAM_SUPPORT", - "help": "Select the amount of banks reserved for bank switching. Note that the amount of RAM allocatable with\nmalloc/esp_heap_alloc_caps will decrease by 32K for each page reserved here.\n\nNote that this reservation is only actually done if your program actually uses the himem API. Without\nany himem calls, the reservation is not done and the original amount of memory will be available\nto malloc/esp_heap_alloc_caps.", - "id": "SPIRAM_BANKSWITCH_RESERVE", - "name": "SPIRAM_BANKSWITCH_RESERVE", - "range": null, - "title": "Amount of 32K pages to reserve for bank switching", + "children": [], + "depends_on": "SPIRAM_BANKSWITCH_ENABLE && ESP32_SPIRAM_SUPPORT", + "help": "Select the amount of banks reserved for bank switching. Note that the amount of RAM allocatable with\nmalloc/esp_heap_alloc_caps will decrease by 32K for each page reserved here.\n\nNote that this reservation is only actually done if your program actually uses the himem API. Without\nany himem calls, the reservation is not done and the original amount of memory will be available\nto malloc/esp_heap_alloc_caps.", + "id": "SPIRAM_BANKSWITCH_RESERVE", + "name": "SPIRAM_BANKSWITCH_RESERVE", + "range": null, + "title": "Amount of 32K pages to reserve for bank switching", "type": "int" } - ], - "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_SPIRAM_SUPPORT", - "help": "The ESP32 only supports 4MiB of external RAM in its address space. The hardware does support larger\nmemories, but these have to be bank-switched in and out of this address space. Enabling this allows you\nto reserve some MMU pages for this, which allows the use of the esp_himem api to manage these banks.\n\n#Note that this is limited to 62 banks, as esp_spiram_writeback_cache needs some kind of mapping of\n#some banks below that mark to work. We cannot at this moment guarantee this to exist when himem is\n#enabled.", - "id": "SPIRAM_BANKSWITCH_ENABLE", - "name": "SPIRAM_BANKSWITCH_ENABLE", - "range": null, - "title": "Enable bank switching for >4MiB external RAM", + ], + "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_SPIRAM_SUPPORT", + "help": "The ESP32 only supports 4MiB of external RAM in its address space. The hardware does support larger\nmemories, but these have to be bank-switched in and out of this address space. Enabling this allows you\nto reserve some MMU pages for this, which allows the use of the esp_himem api to manage these banks.\n\n#Note that this is limited to 62 banks, as esp_spiram_writeback_cache needs some kind of mapping of\n#some banks below that mark to work. We cannot at this moment guarantee this to exist when himem is\n#enabled.", + "id": "SPIRAM_BANKSWITCH_ENABLE", + "name": "SPIRAM_BANKSWITCH_ENABLE", + "range": null, + "title": "Enable bank switching for >4MiB external RAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", - "help": "Because some bits of the ESP32 code environment cannot be recompiled with the cache workaround,\nnormally tasks cannot be safely run with their stack residing in external memory; for this reason\nxTaskCreate and friends always allocate stack in internal memory and xTaskCreateStatic will check if\nthe memory passed to it is in internal memory. If you have a task that needs a large amount of stack\nand does not call on ROM code in any way (no direct calls, but also no Bluetooth/WiFi), you can try to\ndisable this and use xTaskCreateStatic to create the tasks stack in external memory.", - "id": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", - "name": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", - "range": null, - "title": "Allow external memory as an argument to xTaskCreateStatic", + "children": [], + "depends_on": "SPIRAM_USE_MALLOC && ESP32_SPIRAM_SUPPORT", + "help": "Because some bits of the ESP32 code environment cannot be recompiled with the cache workaround,\nnormally tasks cannot be safely run with their stack residing in external memory; for this reason\nxTaskCreate and friends always allocate stack in internal memory and xTaskCreateStatic will check if\nthe memory passed to it is in internal memory. If you have a task that needs a large amount of stack\nand does not call on ROM code in any way (no direct calls, but also no Bluetooth/WiFi), you can try to\ndisable this and use xTaskCreateStatic to create the tasks stack in external memory.", + "id": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", + "name": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", + "range": null, + "title": "Allow external memory as an argument to xTaskCreateStatic", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_OCCUPY_HSPI_HOST", - "name": "SPIRAM_OCCUPY_HSPI_HOST", - "range": null, - "title": "HSPI host (SPI2)", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_OCCUPY_HSPI_HOST", + "name": "SPIRAM_OCCUPY_HSPI_HOST", + "range": null, + "title": "HSPI host (SPI2)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_OCCUPY_VSPI_HOST", - "name": "SPIRAM_OCCUPY_VSPI_HOST", - "range": null, - "title": "VSPI host (SPI3)", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_OCCUPY_VSPI_HOST", + "name": "SPIRAM_OCCUPY_VSPI_HOST", + "range": null, + "title": "VSPI host (SPI3)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_OCCUPY_NO_HOST", - "name": "SPIRAM_OCCUPY_NO_HOST", - "range": null, - "title": "Will not try to use any host, will abort if not able to use the PSRAM", + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_OCCUPY_NO_HOST", + "name": "SPIRAM_OCCUPY_NO_HOST", + "range": null, + "title": "Will not try to use any host, will abort if not able to use the PSRAM", "type": "bool" } - ], - "depends_on": "SPIRAM_SPEED_80M && ESP32_SPIRAM_SUPPORT", - "help": "When both flash and PSRAM is working under 80MHz, and the PSRAM is of type 32MBit, one of the HSPI/VSPI\nhost will be used to output the clock. Select which one to use here.", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-spi-host-to-use-for-32mbit-psram", - "name": "SPIRAM_OCCUPY_SPI_HOST", - "title": "SPI host to use for 32MBit PSRAM", + ], + "depends_on": "SPIRAM_SPEED_80M && ESP32_SPIRAM_SUPPORT", + "help": "When both flash and PSRAM is working under 80MHz, and the PSRAM is of type 32MBit, one of the HSPI/VSPI\nhost will be used to output the clock. Select which one to use here.", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-spi-host-to-use-for-32mbit-psram", + "name": "SPIRAM_OCCUPY_SPI_HOST", + "title": "SPI host to use for 32MBit PSRAM", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", - "help": "The PSRAM CLOCK IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", - "id": "D0WD_PSRAM_CLK_IO", - "name": "D0WD_PSRAM_CLK_IO", - "range": null, - "title": "PSRAM CLK IO number", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", + "help": "The PSRAM CLOCK IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", + "id": "D0WD_PSRAM_CLK_IO", + "name": "D0WD_PSRAM_CLK_IO", + "range": null, + "title": "PSRAM CLK IO number", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", - "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", - "id": "D0WD_PSRAM_CS_IO", - "name": "D0WD_PSRAM_CS_IO", - "range": null, - "title": "PSRAM CS IO number", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", + "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", + "id": "D0WD_PSRAM_CS_IO", + "name": "D0WD_PSRAM_CS_IO", + "range": null, + "title": "PSRAM CS IO number", "type": "int" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-dowd", - "title": "PSRAM clock and cs IO for ESP32-DOWD", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-dowd", + "title": "PSRAM clock and cs IO for ESP32-DOWD", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", - "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", - "id": "D2WD_PSRAM_CLK_IO", - "name": "D2WD_PSRAM_CLK_IO", - "range": null, - "title": "PSRAM CLK IO number", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", + "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", + "id": "D2WD_PSRAM_CLK_IO", + "name": "D2WD_PSRAM_CLK_IO", + "range": null, + "title": "PSRAM CLK IO number", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", - "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", - "id": "D2WD_PSRAM_CS_IO", - "name": "D2WD_PSRAM_CS_IO", - "range": null, - "title": "PSRAM CS IO number", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", + "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", + "id": "D2WD_PSRAM_CS_IO", + "name": "D2WD_PSRAM_CS_IO", + "range": null, + "title": "PSRAM CS IO number", "type": "int" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-d2wd", - "title": "PSRAM clock and cs IO for ESP32-D2WD", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-d2wd", + "title": "PSRAM clock and cs IO for ESP32-D2WD", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", - "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design.\n\nFor ESP32-PICO chip, the psram share clock with flash, so user do not need to configure the clock\nIO.\nFor the reference hardware design, please refer to\nhttps://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf", - "id": "PICO_PSRAM_CS_IO", - "name": "PICO_PSRAM_CS_IO", - "range": null, - "title": "PSRAM CS IO number", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ESP32_SPIRAM_SUPPORT", + "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design.\n\nFor ESP32-PICO chip, the psram share clock with flash, so user do not need to configure the clock\nIO.\nFor the reference hardware design, please refer to\nhttps://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf", + "id": "PICO_PSRAM_CS_IO", + "name": "PICO_PSRAM_CS_IO", + "range": null, + "title": "PSRAM CS IO number", "type": "int" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-pico", - "title": "PSRAM clock and cs IO for ESP32-PICO", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-pico", + "title": "PSRAM clock and cs IO for ESP32-PICO", "type": "menu" - }, + }, { - "children": [], - "depends_on": "(ESPTOOLPY_FLASHMODE_DIO || ESPTOOLPY_FLASHMODE_DOUT) && ESP32_SPIRAM_SUPPORT", - "help": "This value is ignored unless flash mode is set to DIO or DOUT and the SPI flash pins have been\noverriden by setting the eFuses SPI_PAD_CONFIG_xxx.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. And the psram only has QPI\nmode, the WP pin is necessary, so we need to configure this value here.\n\nWhen flash mode is set to QIO or QOUT, the PSRAM WP pin will be set as the value configured in\nbootloader.\n\nFor ESP32-PICO chip, the default value of this config should be 7.", - "id": "SPIRAM_SPIWP_SD3_PIN", - "name": "SPIRAM_SPIWP_SD3_PIN", - "range": null, - "title": "SPI PSRAM WP(SD3) Pin when customising pins via eFuse (read help)", + "children": [], + "depends_on": "(ESPTOOLPY_FLASHMODE_DIO || ESPTOOLPY_FLASHMODE_DOUT) && ESP32_SPIRAM_SUPPORT", + "help": "This value is ignored unless flash mode is set to DIO or DOUT and the SPI flash pins have been\noverriden by setting the eFuses SPI_PAD_CONFIG_xxx.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. And the psram only has QPI\nmode, the WP pin is necessary, so we need to configure this value here.\n\nWhen flash mode is set to QIO or QOUT, the PSRAM WP pin will be set as the value configured in\nbootloader.\n\nFor ESP32-PICO chip, the default value of this config should be 7.", + "id": "SPIRAM_SPIWP_SD3_PIN", + "name": "SPIRAM_SPIWP_SD3_PIN", + "range": null, + "title": "SPI PSRAM WP(SD3) Pin when customising pins via eFuse (read help)", "type": "int" } - ], - "depends_on": "ESP32_SPIRAM_SUPPORT", - "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config", - "title": "SPI RAM config", + ], + "depends_on": "ESP32_SPIRAM_SUPPORT", + "id": "component-config-esp32-specific-support-for-external-spi-connected-ram-spi-ram-config", + "title": "SPI RAM config", "type": "menu" } - ], - "depends_on": null, - "help": "This enables support for an external SPI RAM chip, connected in parallel with the\nmain SPI flash chip.", - "id": "ESP32_SPIRAM_SUPPORT", - "name": "ESP32_SPIRAM_SUPPORT", - "range": null, - "title": "Support for external, SPI-connected RAM", + ], + "depends_on": null, + "help": "This enables support for an external SPI RAM chip, connected in parallel with the\nmain SPI flash chip.", + "id": "ESP32_SPIRAM_SUPPORT", + "name": "ESP32_SPIRAM_SUPPORT", + "range": null, + "title": "Support for external, SPI-connected RAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_MEMMAP_TRACEMEM", - "name": "ESP32_MEMMAP_TRACEMEM", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_MEMMAP_TRACEMEM", + "name": "ESP32_MEMMAP_TRACEMEM", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", - "name": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", + "name": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", + "range": null, + "title": null, "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_TRAX && !FREERTOS_UNICORE", - "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.\n\n# Memory to reverse for trace, used in linker script", - "id": "ESP32_TRAX_TWOBANKS", - "name": "ESP32_TRAX_TWOBANKS", - "range": null, - "title": "Reserve memory for tracing both pro as well as app cpu execution", + "children": [], + "depends_on": "ESP32_TRAX && !FREERTOS_UNICORE", + "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.\n\n# Memory to reverse for trace, used in linker script", + "id": "ESP32_TRAX_TWOBANKS", + "name": "ESP32_TRAX_TWOBANKS", + "range": null, + "title": "Reserve memory for tracing both pro as well as app cpu execution", "type": "bool" } - ], - "depends_on": null, - "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.", - "id": "ESP32_TRAX", - "name": "ESP32_TRAX", - "range": null, - "title": "Use TRAX tracing feature", + ], + "depends_on": null, + "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.", + "id": "ESP32_TRAX", + "name": "ESP32_TRAX", + "range": null, + "title": "Use TRAX tracing feature", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_TRACEMEM_RESERVE_DRAM", - "name": "ESP32_TRACEMEM_RESERVE_DRAM", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_TRACEMEM_RESERVE_DRAM", + "name": "ESP32_TRACEMEM_RESERVE_DRAM", + "range": null, + "title": null, "type": "hex" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", - "range": null, - "title": "Two", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", + "range": null, + "title": "Two", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", - "range": null, - "title": "Four", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", + "range": null, + "title": "Four", "type": "bool" } - ], - "depends_on": null, - "help": "Configure the number of universally administered (by IEEE) MAC addresses.\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)", - "id": "component-config-esp32-specific-number-of-universally-administered-by-ieee-mac-address", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", - "title": "Number of universally administered (by IEEE) MAC address", + ], + "depends_on": null, + "help": "Configure the number of universally administered (by IEEE) MAC addresses.\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)", + "id": "component-config-esp32-specific-number-of-universally-administered-by-ieee-mac-address", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "title": "Number of universally administered (by IEEE) MAC address", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Bytes of memory to reserve for ULP coprocessor firmware & data.\n\nData is reserved at the beginning of RTC slow memory.", - "id": "ESP32_ULP_COPROC_RESERVE_MEM", - "name": "ESP32_ULP_COPROC_RESERVE_MEM", + "children": [], + "depends_on": null, + "help": "Bytes of memory to reserve for ULP coprocessor firmware & data.\n\nData is reserved at the beginning of RTC slow memory.", + "id": "ESP32_ULP_COPROC_RESERVE_MEM", + "name": "ESP32_ULP_COPROC_RESERVE_MEM", "range": [ - 0, + 0, 0 - ], - "title": "RTC slow memory reserved for coprocessor", + ], + "title": "RTC slow memory reserved for coprocessor", "type": "int" } - ], - "depends_on": null, - "help": "Set to 'y' if you plan to load a firmware for the coprocessor.\n\nIf this option is enabled, further coprocessor configuration will appear in the Components menu.", - "id": "ESP32_ULP_COPROC_ENABLED", - "name": "ESP32_ULP_COPROC_ENABLED", - "range": null, - "title": "Enable Ultra Low Power (ULP) Coprocessor", + ], + "depends_on": null, + "help": "Set to 'y' if you plan to load a firmware for the coprocessor.\n\nIf this option is enabled, further coprocessor configuration will appear in the Components menu.", + "id": "ESP32_ULP_COPROC_ENABLED", + "name": "ESP32_ULP_COPROC_ENABLED", + "range": null, + "title": "Enable Ultra Low Power (ULP) Coprocessor", "type": "bool" - }, + }, { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Outputs the relevant registers over the serial port and halt the\nprocessor. Needs a manual reset to restart.", - "id": "ESP32_PANIC_PRINT_HALT", - "name": "ESP32_PANIC_PRINT_HALT", - "range": null, - "title": "Print registers and halt", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Outputs the relevant registers over the serial port and immediately\nreset the processor.", - "id": "ESP32_PANIC_PRINT_REBOOT", - "name": "ESP32_PANIC_PRINT_REBOOT", - "range": null, - "title": "Print registers and reboot", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Just resets the processor without outputting anything", - "id": "ESP32_PANIC_SILENT_REBOOT", - "name": "ESP32_PANIC_SILENT_REBOOT", - "range": null, - "title": "Silent reboot", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it to do a postmortem\nof the crash.", - "id": "ESP32_PANIC_GDBSTUB", - "name": "ESP32_PANIC_GDBSTUB", - "range": null, - "title": "Invoke GDBStub", - "type": "bool" - } - ], - "depends_on": null, - "help": "If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is\ninvoked. Configure the panic handlers action here.", - "id": "component-config-esp32-specific-panic-handler-behaviour", - "name": "ESP32_PANIC", - "title": "Panic handler behaviour", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": "The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and\ninstead of panicking, have the debugger stop on the offending instruction.", - "id": "ESP32_DEBUG_OCDAWARE", - "name": "ESP32_DEBUG_OCDAWARE", - "range": null, - "title": "Make exception and panic handlers JTAG/OCD aware", + "children": [], + "depends_on": null, + "help": "The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and\ninstead of panicking, have the debugger stop on the offending instruction.", + "id": "ESP32_DEBUG_OCDAWARE", + "name": "ESP32_DEBUG_OCDAWARE", + "range": null, + "title": "Make exception and panic handlers JTAG/OCD aware", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_0", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_0", - "range": null, - "title": "2.43V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_0", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_0", + "range": null, + "title": "2.43V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_1", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_1", - "range": null, - "title": "2.48V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_1", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_1", + "range": null, + "title": "2.48V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_2", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_2", - "range": null, - "title": "2.58V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_2", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_2", + "range": null, + "title": "2.58V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_3", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_3", - "range": null, - "title": "2.62V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_3", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_3", + "range": null, + "title": "2.62V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_4", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_4", - "range": null, - "title": "2.67V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_4", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_4", + "range": null, + "title": "2.67V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_5", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_5", - "range": null, - "title": "2.70V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_5", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_5", + "range": null, + "title": "2.70V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_6", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_6", - "range": null, - "title": "2.77V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_6", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_6", + "range": null, + "title": "2.77V +/- 0.05", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL_SEL_7", - "name": "ESP32_BROWNOUT_DET_LVL_SEL_7", - "range": null, - "title": "2.80V +/- 0.05", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL_SEL_7", + "name": "ESP32_BROWNOUT_DET_LVL_SEL_7", + "range": null, + "title": "2.80V +/- 0.05", "type": "bool" } - ], - "depends_on": "ESP32_BROWNOUT_DET", - "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each ESP32 chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", - "id": "component-config-esp32-specific-hardware-brownout-detect-reset-brownout-voltage-level", - "name": "ESP32_BROWNOUT_DET_LVL_SEL", - "title": "Brownout voltage level", + ], + "depends_on": "ESP32_BROWNOUT_DET", + "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each ESP32 chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", + "id": "component-config-esp32-specific-hardware-brownout-detect-reset-brownout-voltage-level", + "name": "ESP32_BROWNOUT_DET_LVL_SEL", + "title": "Brownout voltage level", "type": "choice" } - ], - "depends_on": null, - "help": "The ESP32 has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", - "id": "ESP32_BROWNOUT_DET", - "name": "ESP32_BROWNOUT_DET", - "range": null, - "title": "Hardware brownout detect & reset", + ], + "depends_on": null, + "help": "The ESP32 has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", + "id": "ESP32_BROWNOUT_DET", + "name": "ESP32_BROWNOUT_DET", + "range": null, + "title": "Hardware brownout detect & reset", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_BROWNOUT_DET_LVL", - "name": "ESP32_BROWNOUT_DET_LVL", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_BROWNOUT_DET_LVL", + "name": "ESP32_BROWNOUT_DET_LVL", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_BROWNOUT_DET", - "help": "When brownout reset occurs, reduce PHY TX power to keep the code running\n\n# Note about the use of \"FRC1\" name: currently FRC1 timer is not used for\n# high resolution timekeeping anymore. Instead the esp_timer API is used.\n# FRC1 name in the option name is kept for compatibility.", - "id": "ESP32_REDUCE_PHY_TX_POWER", - "name": "ESP32_REDUCE_PHY_TX_POWER", - "range": null, - "title": "Reduce PHY TX power when brownout reset", + "children": [], + "depends_on": "ESP32_BROWNOUT_DET", + "help": "When brownout reset occurs, reduce PHY TX power to keep the code running\n\n# Note about the use of \"FRC1\" name: currently FRC1 timer is not used for\n# high resolution timekeeping anymore. Instead the esp_timer API is used.\n# FRC1 name in the option name is kept for compatibility.", + "id": "ESP32_REDUCE_PHY_TX_POWER", + "name": "ESP32_REDUCE_PHY_TX_POWER", + "range": null, + "title": "Reduce PHY TX power when brownout reset", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_TIME_SYSCALL_USE_RTC_FRC1", - "name": "ESP32_TIME_SYSCALL_USE_RTC_FRC1", - "range": null, - "title": "RTC and high-resolution timer", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_TIME_SYSCALL_USE_RTC_FRC1", + "name": "ESP32_TIME_SYSCALL_USE_RTC_FRC1", + "range": null, + "title": "RTC and high-resolution timer", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_TIME_SYSCALL_USE_RTC", - "name": "ESP32_TIME_SYSCALL_USE_RTC", - "range": null, - "title": "RTC", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_TIME_SYSCALL_USE_RTC", + "name": "ESP32_TIME_SYSCALL_USE_RTC", + "range": null, + "title": "RTC", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_TIME_SYSCALL_USE_FRC1", - "name": "ESP32_TIME_SYSCALL_USE_FRC1", - "range": null, - "title": "High-resolution timer", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_TIME_SYSCALL_USE_FRC1", + "name": "ESP32_TIME_SYSCALL_USE_FRC1", + "range": null, + "title": "High-resolution timer", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_TIME_SYSCALL_USE_NONE", - "name": "ESP32_TIME_SYSCALL_USE_NONE", - "range": null, - "title": "None", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_TIME_SYSCALL_USE_NONE", + "name": "ESP32_TIME_SYSCALL_USE_NONE", + "range": null, + "title": "None", "type": "bool" } - ], - "depends_on": null, - "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution and RTC timers are used, timekeeping will\n continue in deep sleep. Time will be reported at 1 microsecond\n resolution. This is the default, and the recommended option.\n- If only high-resolution timer is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS.\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", - "id": "component-config-esp32-specific-timers-used-for-gettimeofday-function", - "name": "ESP32_TIME_SYSCALL", - "title": "Timers used for gettimeofday function", + ], + "depends_on": null, + "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution and RTC timers are used, timekeeping will\n continue in deep sleep. Time will be reported at 1 microsecond\n resolution. This is the default, and the recommended option.\n- If only high-resolution timer is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS.\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", + "id": "component-config-esp32-specific-timers-used-for-gettimeofday-function", + "name": "ESP32_TIME_SYSCALL", + "title": "Timers used for gettimeofday function", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_RTC_CLK_SRC_INT_RC", - "name": "ESP32_RTC_CLK_SRC_INT_RC", - "range": null, - "title": "Internal 150kHz RC oscillator", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_RTC_CLK_SRC_INT_RC", + "name": "ESP32_RTC_CLK_SRC_INT_RC", + "range": null, + "title": "Internal 150kHz RC oscillator", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_RTC_CLK_SRC_EXT_CRYS", - "name": "ESP32_RTC_CLK_SRC_EXT_CRYS", - "range": null, - "title": "External 32kHz crystal", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_RTC_CLK_SRC_EXT_CRYS", + "name": "ESP32_RTC_CLK_SRC_EXT_CRYS", + "range": null, + "title": "External 32kHz crystal", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_RTC_CLK_SRC_EXT_OSC", - "name": "ESP32_RTC_CLK_SRC_EXT_OSC", - "range": null, - "title": "External 32kHz oscillator at 32K_XP pin", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_RTC_CLK_SRC_EXT_OSC", + "name": "ESP32_RTC_CLK_SRC_EXT_OSC", + "range": null, + "title": "External 32kHz oscillator at 32K_XP pin", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_RTC_CLK_SRC_INT_8MD256", - "name": "ESP32_RTC_CLK_SRC_INT_8MD256", - "range": null, - "title": "Internal 8.5MHz oscillator, divided by 256 (~33kHz)", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_RTC_CLK_SRC_INT_8MD256", + "name": "ESP32_RTC_CLK_SRC_INT_8MD256", + "range": null, + "title": "Internal 8.5MHz oscillator, divided by 256 (~33kHz)", "type": "bool" } - ], - "depends_on": null, - "help": "Choose which clock is used as RTC clock source.\n\n- \"Internal 150kHz oscillator\" option provides lowest deep sleep current\n consumption, and does not require extra external components. However\n frequency stability with respect to temperature is poor, so time may\n drift in deep/light sleep modes.\n- \"External 32kHz crystal\" provides better frequency stability, at the\n expense of slightly higher (1uA) deep sleep current consumption.\n- \"External 32kHz oscillator\" allows using 32kHz clock generated by an\n external circuit. In this case, external clock signal must be connected\n to 32K_XP pin. Amplitude should be <1.2V in case of sine wave signal,\n and <1V in case of square wave signal. Common mode voltage should be\n 0.1 < Vcm < 0.5Vamp, where Vamp is the signal amplitude.\n Additionally, 1nF capacitor must be connected between 32K_XN pin and\n ground. 32K_XN pin can not be used as a GPIO in this case.\n- \"Internal 8.5MHz oscillator divided by 256\" option results in higher\n deep sleep current (by 5uA) but has better frequency stability than\n the internal 150kHz oscillator. It does not require external components.", - "id": "component-config-esp32-specific-rtc-clock-source", - "name": "ESP32_RTC_CLK_SRC", - "title": "RTC clock source", + ], + "depends_on": null, + "help": "Choose which clock is used as RTC clock source.\n\n- \"Internal 150kHz oscillator\" option provides lowest deep sleep current\n consumption, and does not require extra external components. However\n frequency stability with respect to temperature is poor, so time may\n drift in deep/light sleep modes.\n- \"External 32kHz crystal\" provides better frequency stability, at the\n expense of slightly higher (1uA) deep sleep current consumption.\n- \"External 32kHz oscillator\" allows using 32kHz clock generated by an\n external circuit. In this case, external clock signal must be connected\n to 32K_XP pin. Amplitude should be <1.2V in case of sine wave signal,\n and <1V in case of square wave signal. Common mode voltage should be\n 0.1 < Vcm < 0.5Vamp, where Vamp is the signal amplitude.\n Additionally, 1nF capacitor must be connected between 32K_XN pin and\n ground. 32K_XN pin can not be used as a GPIO in this case.\n- \"Internal 8.5MHz oscillator divided by 256\" option results in higher\n deep sleep current (by 5uA) but has better frequency stability than\n the internal 150kHz oscillator. It does not require external components.", + "id": "component-config-esp32-specific-rtc-clock-source", + "name": "ESP32_RTC_CLK_SRC", + "title": "RTC clock source", "type": "choice" - }, + }, { - "children": [], - "depends_on": "ESP32_RTC_CLK_SRC_EXT_CRYS", - "help": "Choose which additional current is used for rtc external crystal.\n\n- With some 32kHz crystal configurations, the X32N and X32P pins may not\n have enough drive strength to keep the crystal oscillating during deep sleep.\n If this option is enabled, additional current from touchpad 9 is provided\n internally to drive the 32kHz crystal. If this option is enabled, deep sleep current\n is slightly higher (4-5uA) and the touchpad and ULP wakeup sources are not available.", - "id": "ESP32_RTC_EXT_CRYST_ADDIT_CURRENT", - "name": "ESP32_RTC_EXT_CRYST_ADDIT_CURRENT", - "range": null, - "title": "Additional current for external 32kHz crystal", + "children": [], + "depends_on": "ESP32_RTC_CLK_SRC_EXT_CRYS", + "help": "Choose which additional current is used for rtc external crystal.\n\n- With some 32kHz crystal configurations, the X32N and X32P pins may not\n have enough drive strength to keep the crystal oscillating during deep sleep.\n If this option is enabled, additional current from touchpad 9 is provided\n internally to drive the 32kHz crystal. If this option is enabled, deep sleep current\n is slightly higher (4-5uA) and the touchpad and ULP wakeup sources are not available.", + "id": "ESP32_RTC_EXT_CRYST_ADDIT_CURRENT", + "name": "ESP32_RTC_EXT_CRYST_ADDIT_CURRENT", + "range": null, + "title": "Additional current for external 32kHz crystal", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "When the startup code initializes RTC_SLOW_CLK, it can perform\ncalibration by comparing the RTC_SLOW_CLK frequency with main XTAL\nfrequency. This option sets the number of RTC_SLOW_CLK cycles measured\nby the calibration routine. Higher numbers increase calibration\nprecision, which may be important for applications which spend a lot of\ntime in deep sleep. Lower numbers reduce startup time.\n\nWhen this option is set to 0, clock calibration will not be performed at\nstartup, and approximate clock frequencies will be assumed:\n\n- 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.\n- 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more.\n In case more value will help improve the definition of the launch of the crystal.\n If the crystal could not start, it will be switched to internal RC.", - "id": "ESP32_RTC_CLK_CAL_CYCLES", - "name": "ESP32_RTC_CLK_CAL_CYCLES", + "children": [], + "depends_on": null, + "help": "When the startup code initializes RTC_SLOW_CLK, it can perform\ncalibration by comparing the RTC_SLOW_CLK frequency with main XTAL\nfrequency. This option sets the number of RTC_SLOW_CLK cycles measured\nby the calibration routine. Higher numbers increase calibration\nprecision, which may be important for applications which spend a lot of\ntime in deep sleep. Lower numbers reduce startup time.\n\nWhen this option is set to 0, clock calibration will not be performed at\nstartup, and approximate clock frequencies will be assumed:\n\n- 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.\n- 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more.\n In case more value will help improve the definition of the launch of the crystal.\n If the crystal could not start, it will be switched to internal RC.", + "id": "ESP32_RTC_CLK_CAL_CYCLES", + "name": "ESP32_RTC_CLK_CAL_CYCLES", "range": [ - 0, + 0, 32766 - ], - "title": "Number of cycles for RTC_SLOW_CLK calibration", + ], + "title": "Number of cycles for RTC_SLOW_CLK calibration", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_RTC_CLK_SRC_EXT_CRYS", - "help": "To reduce the startup time of an external RTC crystal,\nwe bootstrap it with a 32kHz square wave for a fixed number of cycles.\nSetting 0 will disable bootstrapping (if disabled, the crystal may take\nlonger to start up or fail to oscillate under some conditions).\n\nIf this value is too high, a faulty crystal may initially start and then fail.\nIf this value is too low, an otherwise good crystal may not start.\n\nTo accurately determine if the crystal has started,\nset a larger \"Number of cycles for RTC_SLOW_CLK calibration\" (about 3000).", - "id": "ESP32_RTC_XTAL_BOOTSTRAP_CYCLES", - "name": "ESP32_RTC_XTAL_BOOTSTRAP_CYCLES", - "range": null, - "title": "Bootstrap cycles for external 32kHz crystal", + "children": [], + "depends_on": "ESP32_RTC_CLK_SRC_EXT_CRYS", + "help": "To reduce the startup time of an external RTC crystal,\nwe bootstrap it with a 32kHz square wave for a fixed number of cycles.\nSetting 0 will disable bootstrapping (if disabled, the crystal may take\nlonger to start up or fail to oscillate under some conditions).\n\nIf this value is too high, a faulty crystal may initially start and then fail.\nIf this value is too low, an otherwise good crystal may not start.\n\nTo accurately determine if the crystal has started,\nset a larger \"Number of cycles for RTC_SLOW_CLK calibration\" (about 3000).", + "id": "ESP32_RTC_XTAL_BOOTSTRAP_CYCLES", + "name": "ESP32_RTC_XTAL_BOOTSTRAP_CYCLES", + "range": null, + "title": "Bootstrap cycles for external 32kHz crystal", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "When ESP32 exits deep sleep, the CPU and the flash chip are powered on\nat the same time. CPU will run deep sleep stub first, and then\nproceed to load code from flash. Some flash chips need sufficient\ntime to pass between power on and first read operation. By default,\nwithout any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\nBy default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the\nconsole after deep sleep reset, try increasing this value.", - "id": "ESP32_DEEP_SLEEP_WAKEUP_DELAY", - "name": "ESP32_DEEP_SLEEP_WAKEUP_DELAY", + "children": [], + "depends_on": null, + "help": "When ESP32 exits deep sleep, the CPU and the flash chip are powered on\nat the same time. CPU will run deep sleep stub first, and then\nproceed to load code from flash. Some flash chips need sufficient\ntime to pass between power on and first read operation. By default,\nwithout any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\nBy default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the\nconsole after deep sleep reset, try increasing this value.", + "id": "ESP32_DEEP_SLEEP_WAKEUP_DELAY", + "name": "ESP32_DEEP_SLEEP_WAKEUP_DELAY", "range": [ - 0, + 0, 5000 - ], - "title": "Extra delay in deep sleep wake stub (in us)", + ], + "title": "Extra delay in deep sleep wake stub (in us)", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_XTAL_FREQ_40", - "name": "ESP32_XTAL_FREQ_40", - "range": null, - "title": "40 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_XTAL_FREQ_40", + "name": "ESP32_XTAL_FREQ_40", + "range": null, + "title": "40 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_XTAL_FREQ_26", - "name": "ESP32_XTAL_FREQ_26", - "range": null, - "title": "26 MHz", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_XTAL_FREQ_26", + "name": "ESP32_XTAL_FREQ_26", + "range": null, + "title": "26 MHz", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_XTAL_FREQ_AUTO", - "name": "ESP32_XTAL_FREQ_AUTO", - "range": null, - "title": "Autodetect", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_XTAL_FREQ_AUTO", + "name": "ESP32_XTAL_FREQ_AUTO", + "range": null, + "title": "Autodetect", "type": "bool" } - ], - "depends_on": null, - "help": "ESP32 currently supports the following XTAL frequencies:\n\n- 26 MHz\n- 40 MHz\n\nStartup code can automatically estimate XTAL frequency. This feature\nuses the internal 8MHz oscillator as a reference. Because the internal\noscillator frequency is temperature dependent, it is not recommended\nto use automatic XTAL frequency detection in applications which need\nto work at high ambient temperatures and use high-temperature\nqualified chips and modules.", - "id": "component-config-esp32-specific-main-xtal-frequency", - "name": "ESP32_XTAL_FREQ_SEL", - "title": "Main XTAL frequency", + ], + "depends_on": null, + "help": "ESP32 currently supports the following XTAL frequencies:\n\n- 26 MHz\n- 40 MHz\n\nStartup code can automatically estimate XTAL frequency. This feature\nuses the internal 8MHz oscillator as a reference. Because the internal\noscillator frequency is temperature dependent, it is not recommended\nto use automatic XTAL frequency detection in applications which need\nto work at high ambient temperatures and use high-temperature\nqualified chips and modules.", + "id": "component-config-esp32-specific-main-xtal-frequency", + "name": "ESP32_XTAL_FREQ_SEL", + "title": "Main XTAL frequency", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_XTAL_FREQ", - "name": "ESP32_XTAL_FREQ", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_XTAL_FREQ", + "name": "ESP32_XTAL_FREQ", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "If set, the first time the app boots it will disable the BASIC ROM Console\npermanently (by burning an eFuse).\n\nOtherwise, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\n(Enabling secure boot also disables the BASIC ROM Console by default.)", - "id": "ESP32_DISABLE_BASIC_ROM_CONSOLE", - "name": "ESP32_DISABLE_BASIC_ROM_CONSOLE", - "range": null, - "title": "Permanently disable BASIC ROM Console", + "children": [], + "depends_on": null, + "help": "If set, the first time the app boots it will disable the BASIC ROM Console\npermanently (by burning an eFuse).\n\nOtherwise, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\n(Enabling secure boot also disables the BASIC ROM Console by default.)", + "id": "ESP32_DISABLE_BASIC_ROM_CONSOLE", + "name": "ESP32_DISABLE_BASIC_ROM_CONSOLE", + "range": null, + "title": "Permanently disable BASIC ROM Console", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!BT_ENABLED", - "help": "If enabled, this disables the linking of binary libraries in the application build. Note\nthat after enabling this Wi-Fi/Bluetooth will not work.", - "id": "ESP32_NO_BLOBS", - "name": "ESP32_NO_BLOBS", - "range": null, - "title": "No Binary Blobs", + "children": [], + "depends_on": "!BT_ENABLED", + "help": "If enabled, this disables the linking of binary libraries in the application build. Note\nthat after enabling this Wi-Fi/Bluetooth will not work.", + "id": "ESP32_NO_BLOBS", + "name": "ESP32_NO_BLOBS", + "range": null, + "title": "No Binary Blobs", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Bootloaders before IDF v2.1 did less initialisation of the\nsystem clock. This setting needs to be enabled to build an app\nwhich can be booted by these older bootloaders.\n\nIf this setting is enabled, the app can be booted by any bootloader\nfrom IDF v1.0 up to the current version.\n\nIf this setting is disabled, the app can only be booted by bootloaders\nfrom IDF v2.1 or newer.\n\nEnabling this setting adds approximately 1KB to the app's IRAM usage.", - "id": "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS", - "name": "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS", - "range": null, - "title": "App compatible with bootloaders before IDF v2.1", + "children": [], + "depends_on": null, + "help": "Bootloaders before IDF v2.1 did less initialisation of the\nsystem clock. This setting needs to be enabled to build an app\nwhich can be booted by these older bootloaders.\n\nIf this setting is enabled, the app can be booted by any bootloader\nfrom IDF v1.0 up to the current version.\n\nIf this setting is disabled, the app can only be booted by bootloaders\nfrom IDF v2.1 or newer.\n\nEnabling this setting adds approximately 1KB to the app's IRAM usage.", + "id": "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "name": "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "range": null, + "title": "App compatible with bootloaders before IDF v2.1", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_APP_INIT_CLK", - "name": "ESP32_APP_INIT_CLK", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_APP_INIT_CLK", + "name": "ESP32_APP_INIT_CLK", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "FREERTOS_UNICORE", - "help": "This option allows to place .rtc_data and .rtc_rodata sections into\nRTC fast memory segment to free the slow memory region for ULP programs.\nThis option depends on the CONFIG_FREERTOS_UNICORE option because RTC fast memory\ncan be accessed only by PRO_CPU core.", - "id": "ESP32_RTCDATA_IN_FAST_MEM", - "name": "ESP32_RTCDATA_IN_FAST_MEM", - "range": null, - "title": "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment", + "children": [], + "depends_on": "FREERTOS_UNICORE", + "help": "This option allows to place .rtc_data and .rtc_rodata sections into\nRTC fast memory segment to free the slow memory region for ULP programs.\nThis option depends on the CONFIG_FREERTOS_UNICORE option because RTC fast memory\ncan be accessed only by PRO_CPU core.", + "id": "ESP32_RTCDATA_IN_FAST_MEM", + "name": "ESP32_RTCDATA_IN_FAST_MEM", + "range": null, + "title": "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "help": "RAM size dedicated for static variables (.data & .bss sections).\nPlease note that the actual length will be reduced by BT_RESERVE_DRAM if Bluetooth\ncontroller is enabled.", - "id": "ESP32_FIXED_STATIC_RAM_SIZE", - "name": "ESP32_FIXED_STATIC_RAM_SIZE", - "range": null, - "title": "Fixed Static RAM size", + "children": [], + "depends_on": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "help": "RAM size dedicated for static variables (.data & .bss sections).\nPlease note that the actual length will be reduced by BT_RESERVE_DRAM if Bluetooth\ncontroller is enabled.", + "id": "ESP32_FIXED_STATIC_RAM_SIZE", + "name": "ESP32_FIXED_STATIC_RAM_SIZE", + "range": null, + "title": "Fixed Static RAM size", "type": "hex" } - ], - "depends_on": null, - "help": "If this option is disabled, the DRAM part of the heap starts right after the .bss section,\nwithin the dram0_0 region. As a result, adding or removing some static variables\nwill change the available heap size.\n\nIf this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,\nwhere its length is set with ESP32_FIXED_STATIC_RAM_SIZE", - "id": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "name": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "range": null, - "title": "Use fixed static RAM size", + ], + "depends_on": null, + "help": "If this option is disabled, the DRAM part of the heap starts right after the .bss section,\nwithin the dram0_0 region. As a result, adding or removing some static variables\nwill change the available heap size.\n\nIf this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,\nwhere its length is set with ESP32_FIXED_STATIC_RAM_SIZE", + "id": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "name": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "range": null, + "title": "Use fixed static RAM size", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "To prevent interrupting DPORT workarounds,\nneed to disable interrupt with a maximum used level in the system.", - "id": "ESP32_DPORT_DIS_INTERRUPT_LVL", - "name": "ESP32_DPORT_DIS_INTERRUPT_LVL", - "range": null, - "title": "Disable the interrupt level for the DPORT workarounds", + "children": [], + "depends_on": null, + "help": "To prevent interrupting DPORT workarounds,\nneed to disable interrupt with a maximum used level in the system.", + "id": "ESP32_DPORT_DIS_INTERRUPT_LVL", + "name": "ESP32_DPORT_DIS_INTERRUPT_LVL", + "range": null, + "title": "Disable the interrupt level for the DPORT workarounds", "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_UNICORE", + "help": "If enabled, application can use IRAM as byte accessible region for storing data\n(Note: IRAM region cannot be used as task stack)\n\nThis is possible due to handling of exceptions `LoadStoreError (3)` and `LoadStoreAlignmentError (9)`\nEach unaligned read/write access will incur a penalty of maximum of 167 CPU cycles.", + "id": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", + "name": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", + "range": null, + "title": "Enable IRAM as 8 bit accessible memory", + "type": "bool" } - ], - "depends_on": null, - "id": "component-config-esp32-specific", - "title": "ESP32-specific", + ], + "depends_on": null, + "id": "component-config-esp32-specific", + "title": "ESP32-specific", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "PM_ENABLE", - "help": "If enabled, startup code configures dynamic frequency scaling.\nMax CPU frequency is set to CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ setting,\nmin frequency is set to XTAL frequency.\nIf disabled, DFS will not be active until the application\nconfigures it using esp_pm_configure function.", - "id": "PM_DFS_INIT_AUTO", - "name": "PM_DFS_INIT_AUTO", - "range": null, - "title": "Enable dynamic frequency scaling (DFS) at startup", + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, startup code configures dynamic frequency scaling.\nMax CPU frequency is set to CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ setting,\nmin frequency is set to XTAL frequency.\nIf disabled, DFS will not be active until the application\nconfigures it using esp_pm_configure function.", + "id": "PM_DFS_INIT_AUTO", + "name": "PM_DFS_INIT_AUTO", + "range": null, + "title": "Enable dynamic frequency scaling (DFS) at startup", "type": "bool" - }, + }, { - "children": [], - "depends_on": "PM_ENABLE && ESP_TIMER_IMPL_FRC2 && (ESP32_TIME_SYSCALL_USE_RTC || ESP32_TIME_SYSCALL_USE_RTC_FRC1)", - "help": "When APB clock frequency changes, high-resolution timer (esp_timer)\nscale and base value need to be adjusted. Each adjustment may cause\nsmall error, and over time such small errors may cause time drift.\nIf this option is enabled, RTC timer will be used as a reference to\ncompensate for the drift.\nIt is recommended that this option is only used if 32k XTAL is selected\nas RTC clock source.", - "id": "PM_USE_RTC_TIMER_REF", - "name": "PM_USE_RTC_TIMER_REF", - "range": null, - "title": "Use RTC timer to prevent time drift (EXPERIMENTAL)", + "children": [], + "depends_on": "PM_ENABLE && ESP_TIMER_IMPL_FRC2 && (ESP32_TIME_SYSCALL_USE_RTC || ESP32_TIME_SYSCALL_USE_RTC_FRC1)", + "help": "When APB clock frequency changes, high-resolution timer (esp_timer)\nscale and base value need to be adjusted. Each adjustment may cause\nsmall error, and over time such small errors may cause time drift.\nIf this option is enabled, RTC timer will be used as a reference to\ncompensate for the drift.\nIt is recommended that this option is only used if 32k XTAL is selected\nas RTC clock source.", + "id": "PM_USE_RTC_TIMER_REF", + "name": "PM_USE_RTC_TIMER_REF", + "range": null, + "title": "Use RTC timer to prevent time drift (EXPERIMENTAL)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "PM_ENABLE", - "help": "If enabled, esp_pm_* functions will keep track of the amount of time\neach of the power management locks has been held, and esp_pm_dump_locks\nfunction will print this information.\nThis feature can be used to analyze which locks are preventing the chip\nfrom going into a lower power state, and see what time the chip spends\nin each power saving mode. This feature does incur some run-time\noverhead, so should typically be disabled in production builds.", - "id": "PM_PROFILING", - "name": "PM_PROFILING", - "range": null, - "title": "Enable profiling counters for PM locks", + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, esp_pm_* functions will keep track of the amount of time\neach of the power management locks has been held, and esp_pm_dump_locks\nfunction will print this information.\nThis feature can be used to analyze which locks are preventing the chip\nfrom going into a lower power state, and see what time the chip spends\nin each power saving mode. This feature does incur some run-time\noverhead, so should typically be disabled in production builds.", + "id": "PM_PROFILING", + "name": "PM_PROFILING", + "range": null, + "title": "Enable profiling counters for PM locks", "type": "bool" - }, + }, { - "children": [], - "depends_on": "PM_ENABLE", - "help": "If enabled, some GPIOs will be used to signal events such as RTOS ticks,\nfrequency switching, entry/exit from idle state. Refer to pm_trace.c\nfile for the list of GPIOs.\nThis feature is intended to be used when analyzing/debugging behavior\nof power management implementation, and should be kept disabled in\napplications.", - "id": "PM_TRACE", - "name": "PM_TRACE", - "range": null, - "title": "Enable debug tracing of PM using GPIOs", + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, some GPIOs will be used to signal events such as RTOS ticks,\nfrequency switching, entry/exit from idle state. Refer to pm_trace.c\nfile for the list of GPIOs.\nThis feature is intended to be used when analyzing/debugging behavior\nof power management implementation, and should be kept disabled in\napplications.", + "id": "PM_TRACE", + "name": "PM_TRACE", + "range": null, + "title": "Enable debug tracing of PM using GPIOs", "type": "bool" } - ], - "depends_on": null, - "help": "If enabled, application is compiled with support for power management.\nThis option has run-time overhead (increased interrupt latency,\nlonger time to enter idle state), and it also reduces accuracy of\nRTOS ticks and timers used for timekeeping.\nEnable this option if application uses power management APIs.", - "id": "PM_ENABLE", - "name": "PM_ENABLE", - "range": null, - "title": "Support for power management", + ], + "depends_on": null, + "help": "If enabled, application is compiled with support for power management.\nThis option has run-time overhead (increased interrupt latency,\nlonger time to enter idle state), and it also reduces accuracy of\nRTOS ticks and timers used for timekeeping.\nEnable this option if application uses power management APIs.", + "id": "PM_ENABLE", + "name": "PM_ENABLE", + "range": null, + "title": "Support for power management", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-power-management", - "title": "Power Management", + ], + "depends_on": null, + "id": "component-config-power-management", + "title": "Power Management", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Some ESP32s have Two Point calibration values burned into eFuse BLOCK3.\nThis option will allow the ADC calibration component to characterize the\nADC-Voltage curve using Two Point values if they are available.", - "id": "ADC_CAL_EFUSE_TP_ENABLE", - "name": "ADC_CAL_EFUSE_TP_ENABLE", - "range": null, - "title": "Use Two Point Values", + "children": [], + "depends_on": null, + "help": "Some ESP32s have Two Point calibration values burned into eFuse BLOCK3.\nThis option will allow the ADC calibration component to characterize the\nADC-Voltage curve using Two Point values if they are available.", + "id": "ADC_CAL_EFUSE_TP_ENABLE", + "name": "ADC_CAL_EFUSE_TP_ENABLE", + "range": null, + "title": "Use Two Point Values", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow\nthe ADC calibration component to characterize the ADC-Voltage curve using\neFuse Vref if it is available.", - "id": "ADC_CAL_EFUSE_VREF_ENABLE", - "name": "ADC_CAL_EFUSE_VREF_ENABLE", - "range": null, - "title": "Use eFuse Vref", + "children": [], + "depends_on": null, + "help": "Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow\nthe ADC calibration component to characterize the ADC-Voltage curve using\neFuse Vref if it is available.", + "id": "ADC_CAL_EFUSE_VREF_ENABLE", + "name": "ADC_CAL_EFUSE_VREF_ENABLE", + "range": null, + "title": "Use eFuse Vref", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option will allow the ADC calibration component to use Lookup Tables\nto correct for non-linear behavior in 11db attenuation. Other attenuations\ndo not exhibit non-linear behavior hence will not be affected by this option.", - "id": "ADC_CAL_LUT_ENABLE", - "name": "ADC_CAL_LUT_ENABLE", - "range": null, - "title": "Use Lookup Tables", + "children": [], + "depends_on": null, + "help": "This option will allow the ADC calibration component to use Lookup Tables\nto correct for non-linear behavior in 11db attenuation. Other attenuations\ndo not exhibit non-linear behavior hence will not be affected by this option.", + "id": "ADC_CAL_LUT_ENABLE", + "name": "ADC_CAL_LUT_ENABLE", + "range": null, + "title": "Use Lookup Tables", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-adc-calibration", - "title": "ADC-Calibration", + ], + "depends_on": null, + "id": "component-config-adc-calibration", + "title": "ADC-Calibration", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Functions esp_err_to_name() and esp_err_to_name_r() return string representations of error codes from a\npre-generated lookup table. This option can be used to turn off the use of the look-up table in order to\nsave memory but this comes at the price of sacrificing distinguishable (meaningful) output string\nrepresentations.", - "id": "ESP_ERR_TO_NAME_LOOKUP", - "name": "ESP_ERR_TO_NAME_LOOKUP", - "range": null, - "title": "Enable lookup of error code strings", + "children": [], + "depends_on": null, + "help": "Functions esp_err_to_name() and esp_err_to_name_r() return string representations of error codes from a\npre-generated lookup table. This option can be used to turn off the use of the look-up table in order to\nsave memory but this comes at the price of sacrificing distinguishable (meaningful) output string\nrepresentations.", + "id": "ESP_ERR_TO_NAME_LOOKUP", + "name": "ESP_ERR_TO_NAME_LOOKUP", + "range": null, + "title": "Enable lookup of error code strings", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Config system event queue size in different application.", - "id": "ESP_SYSTEM_EVENT_QUEUE_SIZE", - "name": "ESP_SYSTEM_EVENT_QUEUE_SIZE", - "range": null, - "title": "System event queue size", + "children": [], + "depends_on": null, + "help": "Config system event queue size in different application.", + "id": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "name": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "range": null, + "title": "System event queue size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Config system event task stack size in different application.", - "id": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", - "name": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", - "range": null, - "title": "Event loop task stack size", + "children": [], + "depends_on": null, + "help": "Config system event task stack size in different application.", + "id": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "name": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "range": null, + "title": "Event loop task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Configure the \"main task\" stack size. This is the stack of the task\nwhich calls app_main(). If app_main() returns then this task is deleted\nand its stack memory is freed.", - "id": "ESP_MAIN_TASK_STACK_SIZE", - "name": "ESP_MAIN_TASK_STACK_SIZE", - "range": null, - "title": "Main task stack size", + "children": [], + "depends_on": null, + "help": "Configure the \"main task\" stack size. This is the stack of the task\nwhich calls app_main(). If app_main() returns then this task is deleted\nand its stack memory is freed.", + "id": "ESP_MAIN_TASK_STACK_SIZE", + "name": "ESP_MAIN_TASK_STACK_SIZE", + "range": null, + "title": "Main task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Configure the IPC tasks stack size. One IPC task runs on each core\n(in dual core mode), and allows for cross-core function calls.\n\nSee IPC documentation for more details.\n\nThe default stack size should be enough for most common use cases.\nIt can be shrunk if you are sure that you do not use any custom\nIPC functionality.", - "id": "ESP_IPC_TASK_STACK_SIZE", - "name": "ESP_IPC_TASK_STACK_SIZE", + "children": [], + "depends_on": null, + "help": "Configure the IPC tasks stack size. One IPC task runs on each core\n(in dual core mode), and allows for cross-core function calls.\n\nSee IPC documentation for more details.\n\nThe default stack size should be enough for most common use cases.\nIt can be shrunk if you are sure that you do not use any custom\nIPC functionality.", + "id": "ESP_IPC_TASK_STACK_SIZE", + "name": "ESP_IPC_TASK_STACK_SIZE", "range": [ - 512, + 512, 65536 - ], - "title": "Inter-Processor Call (IPC) task stack size", + ], + "title": "Inter-Processor Call (IPC) task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": "!FREERTOS_UNICORE", - "help": "If this option is not enabled then the IPC task will keep behavior\nsame as prior to that of ESP-IDF v4.0, and hence IPC task will run\nat (configMAX_PRIORITIES - 1) priority.", - "id": "ESP_IPC_USES_CALLERS_PRIORITY", - "name": "ESP_IPC_USES_CALLERS_PRIORITY", - "range": null, - "title": "IPC runs at caller's priority", + "children": [], + "depends_on": "!FREERTOS_UNICORE", + "help": "If this option is not enabled then the IPC task will keep behavior\nsame as prior to that of ESP-IDF v4.0, and hence IPC task will run\nat (configMAX_PRIORITIES - 1) priority.", + "id": "ESP_IPC_USES_CALLERS_PRIORITY", + "name": "ESP_IPC_USES_CALLERS_PRIORITY", + "range": null, + "title": "IPC runs at caller's priority", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Minimal value of size, in bytes, accepted to execute a expression\nwith shared stack.", - "id": "ESP_MINIMAL_SHARED_STACK_SIZE", - "name": "ESP_MINIMAL_SHARED_STACK_SIZE", - "range": null, - "title": "Minimal allowed size for shared stack", + "children": [], + "depends_on": null, + "help": "Minimal value of size, in bytes, accepted to execute a expression\nwith shared stack.", + "id": "ESP_MINIMAL_SHARED_STACK_SIZE", + "name": "ESP_MINIMAL_SHARED_STACK_SIZE", + "range": null, + "title": "Minimal allowed size for shared stack", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CONSOLE_UART_DEFAULT", - "name": "ESP_CONSOLE_UART_DEFAULT", - "range": null, - "title": "Default: UART0, TX=GPIO1, RX=GPIO3", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_DEFAULT", + "name": "ESP_CONSOLE_UART_DEFAULT", + "range": null, + "title": "Default: UART0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CONSOLE_UART_CUSTOM", - "name": "ESP_CONSOLE_UART_CUSTOM", - "range": null, - "title": "Custom", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM", + "name": "ESP_CONSOLE_UART_CUSTOM", + "range": null, + "title": "Custom", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CONSOLE_UART_NONE", - "name": "ESP_CONSOLE_UART_NONE", - "range": null, - "title": "None", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_NONE", + "name": "ESP_CONSOLE_UART_NONE", + "range": null, + "title": "None", "type": "bool" } - ], - "depends_on": null, - "help": "Select whether to use UART for console output (through stdout and stderr).\n\n- Default is to use UART0 on pins GPIO1(TX) and GPIO3(RX).\n- If \"Custom\" is selected, UART0 or UART1 can be chosen,\n and any pins can be selected.\n- If \"None\" is selected, there will be no console output on any UART, except\n for initial output from ROM bootloader. This output can be further suppressed by\n bootstrapping GPIO13 pin to low logic level.", - "id": "component-config-common-esp-related-uart-for-console-output", - "name": "ESP_CONSOLE_UART", - "title": "UART for console output", + ], + "depends_on": null, + "help": "Select whether to use UART for console output (through stdout and stderr).\n\n- Default is to use UART0 on pre-defined GPIOs.\n- If \"Custom\" is selected, UART0 or UART1 can be chosen,\n and any pins can be selected.\n- If \"None\" is selected, there will be no console output on any UART, except\n for initial output from ROM bootloader. This output can be further suppressed by\n bootstrapping GPIO13 pin to low logic level.", + "id": "component-config-common-esp-related-uart-for-console-output", + "name": "ESP_CONSOLE_UART", + "title": "UART for console output", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CONSOLE_UART_CUSTOM_NUM_0", - "name": "ESP_CONSOLE_UART_CUSTOM_NUM_0", - "range": null, - "title": "UART0", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "range": null, + "title": "UART0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CONSOLE_UART_CUSTOM_NUM_1", - "name": "ESP_CONSOLE_UART_CUSTOM_NUM_1", - "range": null, - "title": "UART1", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "range": null, + "title": "UART1", "type": "bool" } - ], - "depends_on": "ESP_CONSOLE_UART_CUSTOM", - "help": "Due of a ROM bug, UART2 is not supported for console output\nvia ets_printf.", - "id": "component-config-common-esp-related-uart-peripheral-to-use-for-console-output-0-1-", - "name": "ESP_CONSOLE_UART_NUM", - "title": "UART peripheral to use for console output (0-1)", + ], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "Due of a ROM bug, UART2 is not supported for console output\nvia ets_printf.", + "id": "component-config-common-esp-related-uart-peripheral-to-use-for-console-output-0-1-", + "name": "ESP_CONSOLE_UART_NUM", + "title": "UART peripheral to use for console output (0-1)", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_CONSOLE_UART_NUM", - "name": "ESP_CONSOLE_UART_NUM", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART_NUM", + "name": "ESP_CONSOLE_UART_NUM", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP_CONSOLE_UART_CUSTOM", - "help": null, - "id": "ESP_CONSOLE_UART_TX_GPIO", - "name": "ESP_CONSOLE_UART_TX_GPIO", - "range": null, - "title": "UART TX on GPIO#", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_CONSOLE_UART_CUSTOM", - "help": null, - "id": "ESP_CONSOLE_UART_RX_GPIO", - "name": "ESP_CONSOLE_UART_RX_GPIO", - "range": null, - "title": "UART RX on GPIO#", - "type": "int" - }, - { - "children": [], - "depends_on": "!ESP_CONSOLE_UART_NONE", - "help": null, - "id": "ESP_CONSOLE_UART_BAUDRATE", - "name": "ESP_CONSOLE_UART_BAUDRATE", + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART_TX_GPIO", + "name": "ESP_CONSOLE_UART_TX_GPIO", "range": [ - 1200, + 0, + 46 + ], + "title": "UART TX on GPIO#", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART_RX_GPIO", + "name": "ESP_CONSOLE_UART_RX_GPIO", + "range": [ + 0, + 46 + ], + "title": "UART RX on GPIO#", + "type": "int" + }, + { + "children": [], + "depends_on": "!ESP_CONSOLE_UART_NONE", + "help": null, + "id": "ESP_CONSOLE_UART_BAUDRATE", + "name": "ESP_CONSOLE_UART_BAUDRATE", + "range": [ + 1200, 4000000 - ], - "title": "UART console baud rate", + ], + "title": "UART console baud rate", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP_INT_WDT", - "help": "The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.", - "id": "ESP_INT_WDT_TIMEOUT_MS", - "name": "ESP_INT_WDT_TIMEOUT_MS", + "children": [], + "depends_on": "ESP_INT_WDT", + "help": "The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.", + "id": "ESP_INT_WDT_TIMEOUT_MS", + "name": "ESP_INT_WDT_TIMEOUT_MS", "range": [ - 10, + 10, 10000 - ], - "title": "Interrupt watchdog timeout (ms)", + ], + "title": "Interrupt watchdog timeout (ms)", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP_INT_WDT && !FREERTOS_UNICORE", - "help": "Also detect if interrupts on CPU 1 are disabled for too long.", - "id": "ESP_INT_WDT_CHECK_CPU1", - "name": "ESP_INT_WDT_CHECK_CPU1", - "range": null, - "title": "Also watch CPU1 tick interrupt", + "children": [], + "depends_on": "ESP_INT_WDT && !FREERTOS_UNICORE", + "help": "Also detect if interrupts on CPU 1 are disabled for too long.", + "id": "ESP_INT_WDT_CHECK_CPU1", + "name": "ESP_INT_WDT_CHECK_CPU1", + "range": null, + "title": "Also watch CPU1 tick interrupt", "type": "bool" } - ], - "depends_on": null, - "help": "This watchdog timer can detect if the FreeRTOS tick interrupt has not been called for a certain time,\neither because a task turned off interrupts and did not turn them on for a long time, or because an\ninterrupt handler did not return. It will try to invoke the panic handler first and failing that\nreset the SoC.", - "id": "ESP_INT_WDT", - "name": "ESP_INT_WDT", - "range": null, - "title": "Interrupt watchdog", + ], + "depends_on": null, + "help": "This watchdog timer can detect if the FreeRTOS tick interrupt has not been called for a certain time,\neither because a task turned off interrupts and did not turn them on for a long time, or because an\ninterrupt handler did not return. It will try to invoke the panic handler first and failing that\nreset the SoC.", + "id": "ESP_INT_WDT", + "name": "ESP_INT_WDT", + "range": null, + "title": "Interrupt watchdog", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP_TASK_WDT", - "help": "If this option is enabled, the Task Watchdog Timer will be configured to\ntrigger the panic handler when it times out. This can also be configured\nat run time (see Task Watchdog Timer API Reference)", - "id": "ESP_TASK_WDT_PANIC", - "name": "ESP_TASK_WDT_PANIC", - "range": null, - "title": "Invoke panic handler on Task Watchdog timeout", + "children": [], + "depends_on": "ESP_TASK_WDT", + "help": "If this option is enabled, the Task Watchdog Timer will be configured to\ntrigger the panic handler when it times out. This can also be configured\nat run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_PANIC", + "name": "ESP_TASK_WDT_PANIC", + "range": null, + "title": "Invoke panic handler on Task Watchdog timeout", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP_TASK_WDT", - "help": "Timeout period configuration for the Task Watchdog Timer in seconds.\nThis is also configurable at run time (see Task Watchdog Timer API Reference)", - "id": "ESP_TASK_WDT_TIMEOUT_S", - "name": "ESP_TASK_WDT_TIMEOUT_S", + "children": [], + "depends_on": "ESP_TASK_WDT", + "help": "Timeout period configuration for the Task Watchdog Timer in seconds.\nThis is also configurable at run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_TIMEOUT_S", + "name": "ESP_TASK_WDT_TIMEOUT_S", "range": [ - 1, + 1, 60 - ], - "title": "Task Watchdog timeout period (seconds)", + ], + "title": "Task Watchdog timeout period (seconds)", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP_TASK_WDT", - "help": "If this option is enabled, the Task Watchdog Timer will watch the CPU0\nIdle Task. Having the Task Watchdog watch the Idle Task allows for detection\nof CPU starvation as the Idle Task not being called is usually a symptom of\nCPU starvation. Starvation of the Idle Task is detrimental as FreeRTOS household\ntasks depend on the Idle Task getting some runtime every now and then.", - "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", - "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", - "range": null, - "title": "Watch CPU0 Idle Task", + "children": [], + "depends_on": "ESP_TASK_WDT", + "help": "If this option is enabled, the Task Watchdog Timer will watch the CPU0\nIdle Task. Having the Task Watchdog watch the Idle Task allows for detection\nof CPU starvation as the Idle Task not being called is usually a symptom of\nCPU starvation. Starvation of the Idle Task is detrimental as FreeRTOS household\ntasks depend on the Idle Task getting some runtime every now and then.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "range": null, + "title": "Watch CPU0 Idle Task", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP_TASK_WDT && !FREERTOS_UNICORE", - "help": "If this option is enabled, the Task Wtachdog Timer will wach the CPU1\nIdle Task.", - "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", - "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", - "range": null, - "title": "Watch CPU1 Idle Task", + "children": [], + "depends_on": "ESP_TASK_WDT && !FREERTOS_UNICORE", + "help": "If this option is enabled, the Task Wtachdog Timer will wach the CPU1\nIdle Task.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "range": null, + "title": "Watch CPU1 Idle Task", "type": "bool" } - ], - "depends_on": null, - "help": "The Task Watchdog Timer can be used to make sure individual tasks are still\nrunning. Enabling this option will cause the Task Watchdog Timer to be\ninitialized automatically at startup. The Task Watchdog timer can be\ninitialized after startup as well (see Task Watchdog Timer API Reference)", - "id": "ESP_TASK_WDT", - "name": "ESP_TASK_WDT", - "range": null, - "title": "Initialize Task Watchdog Timer on startup", + ], + "depends_on": null, + "help": "The Task Watchdog Timer can be used to make sure individual tasks are still\nrunning. Enabling this option will cause the Task Watchdog Timer to be\ninitialized automatically at startup. The Task Watchdog timer can be\ninitialized after startup as well (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT", + "name": "ESP_TASK_WDT", + "range": null, + "title": "Initialize Task Watchdog Timer on startup", "type": "bool" - }, + }, { - "children": [], - "depends_on": "IDF_TARGET_ESP32", - "help": "If this option is disabled (default), the panic handler code is placed in flash not IRAM.\nThis means that if ESP-IDF crashes while flash cache is disabled, the panic handler will\nautomatically re-enable flash cache before running GDB Stub or Core Dump. This adds some minor\nrisk, if the flash cache status is also corrupted during the crash.\n\nIf this option is enabled, the panic handler code is placed in IRAM. This allows the panic\nhandler to run without needing to re-enable cache first. This may be necessary to debug some\ncomplex issues with crashes while flash cache is disabled (for example, when writing to\nSPI flash.)", - "id": "ESP_PANIC_HANDLER_IRAM", - "name": "ESP_PANIC_HANDLER_IRAM", - "range": null, - "title": "Place panic handler code in IRAM", + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "If this option is disabled (default), the panic handler code is placed in flash not IRAM.\nThis means that if ESP-IDF crashes while flash cache is disabled, the panic handler will\nautomatically re-enable flash cache before running GDB Stub or Core Dump. This adds some minor\nrisk, if the flash cache status is also corrupted during the crash.\n\nIf this option is enabled, the panic handler code is placed in IRAM. This allows the panic\nhandler to run without needing to re-enable cache first. This may be necessary to debug some\ncomplex issues with crashes while flash cache is disabled (for example, when writing to\nSPI flash.)", + "id": "ESP_PANIC_HANDLER_IRAM", + "name": "ESP_PANIC_HANDLER_IRAM", + "range": null, + "title": "Place panic handler code in IRAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!ESP32_TRAX && !ESP32S2_TRAX", - "help": "Debug stubs are used by OpenOCD to execute pre-compiled onboard code\nwhich does some useful debugging stuff, e.g. GCOV data dump.", - "id": "ESP_DEBUG_STUBS_ENABLE", - "name": "ESP_DEBUG_STUBS_ENABLE", - "range": null, - "title": null, + "children": [], + "depends_on": "!ESP32_TRAX && !ESP32S2_TRAX", + "help": "Debug stubs are used by OpenOCD to execute pre-compiled onboard code\nwhich does some useful debugging stuff, e.g. GCOV data dump.", + "id": "ESP_DEBUG_STUBS_ENABLE", + "name": "ESP_DEBUG_STUBS_ENABLE", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", - "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", - "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_MAC_ADDR_UNIVERSE_BT", - "name": "ESP_MAC_ADDR_UNIVERSE_BT", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_BT", + "name": "ESP_MAC_ADDR_UNIVERSE_BT", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_MAC_ADDR_UNIVERSE_ETH", - "name": "ESP_MAC_ADDR_UNIVERSE_ETH", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_ETH", + "name": "ESP_MAC_ADDR_UNIVERSE_ETH", + "range": null, + "title": null, "type": "bool" } - ], - "depends_on": null, - "id": "component-config-common-esp-related", - "title": "Common ESP-related", + ], + "depends_on": null, + "id": "component-config-common-esp-related", + "title": "Common ESP-related", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": null, - "id": "ETH_ENABLED", - "name": "ETH_ENABLED", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ETH_ENABLED", + "name": "ETH_ENABLED", + "range": null, + "title": null, "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ETH_PHY_INTERFACE_RMII", - "name": "ETH_PHY_INTERFACE_RMII", - "range": null, - "title": "Reduced Media Independent Interface (RMII)", + "children": [], + "depends_on": "", + "help": null, + "id": "ETH_PHY_INTERFACE_RMII", + "name": "ETH_PHY_INTERFACE_RMII", + "range": null, + "title": "Reduced Media Independent Interface (RMII)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ETH_PHY_INTERFACE_MII", - "name": "ETH_PHY_INTERFACE_MII", - "range": null, - "title": "Media Independent Interface (MII)", + "children": [], + "depends_on": "", + "help": null, + "id": "ETH_PHY_INTERFACE_MII", + "name": "ETH_PHY_INTERFACE_MII", + "range": null, + "title": "Media Independent Interface (MII)", "type": "bool" } - ], - "depends_on": "ETH_USE_ESP32_EMAC", - "help": "Select the communication interface between MAC and PHY chip.", - "id": "component-config-ethernet-support-esp32-internal-emac-controller-phy-interface", - "name": "ETH_PHY_INTERFACE", - "title": "PHY interface", + ], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Select the communication interface between MAC and PHY chip.", + "id": "component-config-ethernet-support-esp32-internal-emac-controller-phy-interface", + "name": "ETH_PHY_INTERFACE", + "title": "PHY interface", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "MAC will get RMII clock from outside.\nNote that ESP32 only supports GPIO0 to input the RMII clock.", - "id": "ETH_RMII_CLK_INPUT", - "name": "ETH_RMII_CLK_INPUT", - "range": null, - "title": "Input RMII clock from external", + "children": [], + "depends_on": "", + "help": "MAC will get RMII clock from outside.\nNote that ESP32 only supports GPIO0 to input the RMII clock.", + "id": "ETH_RMII_CLK_INPUT", + "name": "ETH_RMII_CLK_INPUT", + "range": null, + "title": "Input RMII clock from external", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "ESP32 can generate RMII clock by internal APLL.\nThis clock can be routed to the external PHY device.\nESP32 supports to route the RMII clock to GPIO0/16/17.", - "id": "ETH_RMII_CLK_OUTPUT", - "name": "ETH_RMII_CLK_OUTPUT", - "range": null, - "title": "Output RMII clock from internal", + "children": [], + "depends_on": "", + "help": "ESP32 can generate RMII clock by internal APLL.\nThis clock can be routed to the external PHY device.\nESP32 supports to route the RMII clock to GPIO0/16/17.", + "id": "ETH_RMII_CLK_OUTPUT", + "name": "ETH_RMII_CLK_OUTPUT", + "range": null, + "title": "Output RMII clock from internal", "type": "bool" } - ], - "depends_on": "ETH_PHY_INTERFACE_RMII && ETH_USE_ESP32_EMAC", - "help": "Select external or internal RMII clock.", - "id": "component-config-ethernet-support-esp32-internal-emac-controller-rmii-clock-mode", - "name": "ETH_RMII_CLK_MODE", - "title": "RMII clock mode", + ], + "depends_on": "ETH_PHY_INTERFACE_RMII && ETH_USE_ESP32_EMAC", + "help": "Select external or internal RMII clock.", + "id": "component-config-ethernet-support-esp32-internal-emac-controller-rmii-clock-mode", + "name": "ETH_RMII_CLK_MODE", + "title": "RMII clock mode", "type": "choice" - }, + }, { - "children": [], - "depends_on": "ETH_RMII_CLK_INPUT && ETH_USE_ESP32_EMAC", - "help": "ESP32 only supports GPIO0 to input the RMII clock.", - "id": "ETH_RMII_CLK_IN_GPIO", - "name": "ETH_RMII_CLK_IN_GPIO", + "children": [], + "depends_on": "ETH_RMII_CLK_INPUT && ETH_USE_ESP32_EMAC", + "help": "ESP32 only supports GPIO0 to input the RMII clock.", + "id": "ETH_RMII_CLK_IN_GPIO", + "name": "ETH_RMII_CLK_IN_GPIO", "range": [ - 0, + 0, 0 - ], - "title": null, + ], + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", - "help": "GPIO0 can be set to output a pre-divided PLL clock (test only!).\nEnabling this option will configure GPIO0 to output a 50MHz clock.\nIn fact this clock doesn't have directly relationship with EMAC peripheral.\nSometimes this clock won't work well with your PHY chip. You might need to\nadd some extra devices after GPIO0 (e.g. inverter).\nNote that outputting RMII clock on GPIO0 is an experimental practice.\nIf you want the Ethernet to work with WiFi, don't select GPIO0 output mode for stability.", - "id": "ETH_RMII_CLK_OUTPUT_GPIO0", - "name": "ETH_RMII_CLK_OUTPUT_GPIO0", - "range": null, - "title": "Output RMII clock from GPIO0 (Experimental!)", + "children": [], + "depends_on": "ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", + "help": "GPIO0 can be set to output a pre-divided PLL clock (test only!).\nEnabling this option will configure GPIO0 to output a 50MHz clock.\nIn fact this clock doesn't have directly relationship with EMAC peripheral.\nSometimes this clock won't work well with your PHY chip. You might need to\nadd some extra devices after GPIO0 (e.g. inverter).\nNote that outputting RMII clock on GPIO0 is an experimental practice.\nIf you want the Ethernet to work with WiFi, don't select GPIO0 output mode for stability.", + "id": "ETH_RMII_CLK_OUTPUT_GPIO0", + "name": "ETH_RMII_CLK_OUTPUT_GPIO0", + "range": null, + "title": "Output RMII clock from GPIO0 (Experimental!)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!ETH_RMII_CLK_OUTPUT_GPIO0 && ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", - "help": "Set the GPIO number to output RMII Clock.", - "id": "ETH_RMII_CLK_OUT_GPIO", - "name": "ETH_RMII_CLK_OUT_GPIO", - "range": null, - "title": "RMII clock GPIO number", + "children": [], + "depends_on": "!ETH_RMII_CLK_OUTPUT_GPIO0 && ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", + "help": "Set the GPIO number to output RMII Clock.", + "id": "ETH_RMII_CLK_OUT_GPIO", + "name": "ETH_RMII_CLK_OUT_GPIO", + "range": null, + "title": "RMII clock GPIO number", "type": "int" - }, + }, { - "children": [], - "depends_on": "ETH_USE_ESP32_EMAC", - "help": "Set the size of each buffer used by Ethernet MAC DMA.", - "id": "ETH_DMA_BUFFER_SIZE", - "name": "ETH_DMA_BUFFER_SIZE", + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Set the size of each buffer used by Ethernet MAC DMA.", + "id": "ETH_DMA_BUFFER_SIZE", + "name": "ETH_DMA_BUFFER_SIZE", "range": [ - 256, + 256, 1600 - ], - "title": "Ethernet DMA buffer size (Byte)", + ], + "title": "Ethernet DMA buffer size (Byte)", "type": "int" - }, + }, { - "children": [], - "depends_on": "ETH_USE_ESP32_EMAC", - "help": "Number of DMA receive buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.\nLarger number of buffers could increase throughput somehow.", - "id": "ETH_DMA_RX_BUFFER_NUM", - "name": "ETH_DMA_RX_BUFFER_NUM", + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Number of DMA receive buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.\nLarger number of buffers could increase throughput somehow.", + "id": "ETH_DMA_RX_BUFFER_NUM", + "name": "ETH_DMA_RX_BUFFER_NUM", "range": [ - 3, + 3, 30 - ], - "title": "Amount of Ethernet DMA Rx buffers", + ], + "title": "Amount of Ethernet DMA Rx buffers", "type": "int" - }, + }, { - "children": [], - "depends_on": "ETH_USE_ESP32_EMAC", - "help": "Number of DMA transmit buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.\nLarger number of buffers could increase throughput somehow.", - "id": "ETH_DMA_TX_BUFFER_NUM", - "name": "ETH_DMA_TX_BUFFER_NUM", + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Number of DMA transmit buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.\nLarger number of buffers could increase throughput somehow.", + "id": "ETH_DMA_TX_BUFFER_NUM", + "name": "ETH_DMA_TX_BUFFER_NUM", "range": [ - 3, + 3, 30 - ], - "title": "Amount of Ethernet DMA Tx buffers", + ], + "title": "Amount of Ethernet DMA Tx buffers", "type": "int" } - ], - "depends_on": "IDF_TARGET_ESP32", - "help": "ESP32 integrates a 10/100M Ethernet MAC controller.", - "id": "ETH_USE_ESP32_EMAC", - "is_menuconfig": true, - "name": "ETH_USE_ESP32_EMAC", - "range": null, - "title": "Support ESP32 internal EMAC controller", + ], + "depends_on": "IDF_TARGET_ESP32", + "help": "ESP32 integrates a 10/100M Ethernet MAC controller.", + "id": "ETH_USE_ESP32_EMAC", + "is_menuconfig": true, + "name": "ETH_USE_ESP32_EMAC", + "range": null, + "title": "Support ESP32 internal EMAC controller", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "ETH_USE_SPI_ETHERNET", - "help": "DM9051 is a fast Ethernet controller with an SPI interface.\nIt's also integrated with a 10/100M PHY and MAC.\nSelect to enable DM9051 driver.", - "id": "ETH_SPI_ETHERNET_DM9051", - "name": "ETH_SPI_ETHERNET_DM9051", - "range": null, - "title": "Use DM9051", + "children": [], + "depends_on": "ETH_USE_SPI_ETHERNET", + "help": "DM9051 is a fast Ethernet controller with an SPI interface.\nIt's also integrated with a 10/100M PHY and MAC.\nSelect to enable DM9051 driver.", + "id": "ETH_SPI_ETHERNET_DM9051", + "name": "ETH_SPI_ETHERNET_DM9051", + "range": null, + "title": "Use DM9051", "type": "bool" } - ], - "depends_on": null, - "help": "ESP-IDF can also support some SPI-Ethernet modules.", - "id": "ETH_USE_SPI_ETHERNET", - "is_menuconfig": true, - "name": "ETH_USE_SPI_ETHERNET", - "range": null, - "title": "Support SPI to Ethernet Module", + ], + "depends_on": null, + "help": "ESP-IDF can also support some SPI-Ethernet modules.", + "id": "ETH_USE_SPI_ETHERNET", + "is_menuconfig": true, + "name": "ETH_USE_SPI_ETHERNET", + "range": null, + "title": "Support SPI to Ethernet Module", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "ETH_USE_OPENETH", - "help": "Number of DMA receive buffers, each buffer is 1600 bytes.", - "id": "ETH_OPENETH_DMA_RX_BUFFER_NUM", - "name": "ETH_OPENETH_DMA_RX_BUFFER_NUM", - "range": null, - "title": "Number of Ethernet DMA Rx buffers", + "children": [], + "depends_on": "ETH_USE_OPENETH", + "help": "Number of DMA receive buffers, each buffer is 1600 bytes.", + "id": "ETH_OPENETH_DMA_RX_BUFFER_NUM", + "name": "ETH_OPENETH_DMA_RX_BUFFER_NUM", + "range": null, + "title": "Number of Ethernet DMA Rx buffers", "type": "int" - }, + }, { - "children": [], - "depends_on": "ETH_USE_OPENETH", - "help": "Number of DMA transmit buffers, each buffer is 1600 bytes.", - "id": "ETH_OPENETH_DMA_TX_BUFFER_NUM", - "name": "ETH_OPENETH_DMA_TX_BUFFER_NUM", - "range": null, - "title": "Number of Ethernet DMA Tx buffers", + "children": [], + "depends_on": "ETH_USE_OPENETH", + "help": "Number of DMA transmit buffers, each buffer is 1600 bytes.", + "id": "ETH_OPENETH_DMA_TX_BUFFER_NUM", + "name": "ETH_OPENETH_DMA_TX_BUFFER_NUM", + "range": null, + "title": "Number of Ethernet DMA Tx buffers", "type": "int" } - ], - "depends_on": null, - "help": "OpenCores Ethernet MAC driver can be used when an ESP-IDF application\nis executed in QEMU. This driver is not supported when running on a\nreal chip.", - "id": "ETH_USE_OPENETH", - "is_menuconfig": true, - "name": "ETH_USE_OPENETH", - "range": null, - "title": "Support OpenCores Ethernet MAC (for use with QEMU)", + ], + "depends_on": null, + "help": "OpenCores Ethernet MAC driver can be used when an ESP-IDF application\nis executed in QEMU. This driver is not supported when running on a\nreal chip.", + "id": "ETH_USE_OPENETH", + "is_menuconfig": true, + "name": "ETH_USE_OPENETH", + "range": null, + "title": "Support OpenCores Ethernet MAC (for use with QEMU)", "type": "menu" } - ], - "depends_on": null, - "id": "component-config-ethernet", - "title": "Ethernet", + ], + "depends_on": null, + "id": "component-config-ethernet", + "title": "Ethernet", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Enables collections of statistics in the event loop library such as the number of events posted\nto/recieved by an event loop, number of callbacks involved, number of events dropped to to a full event\nloop queue, run time of event handlers, and number of times/run time of each event handler.", - "id": "ESP_EVENT_LOOP_PROFILING", - "name": "ESP_EVENT_LOOP_PROFILING", - "range": null, - "title": "Enable event loop profiling", + "children": [], + "depends_on": null, + "help": "Enables collections of statistics in the event loop library such as the number of events posted\nto/recieved by an event loop, number of callbacks involved, number of events dropped to to a full event\nloop queue, run time of event handlers, and number of times/run time of each event handler.", + "id": "ESP_EVENT_LOOP_PROFILING", + "name": "ESP_EVENT_LOOP_PROFILING", + "range": null, + "title": "Enable event loop profiling", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP_EVENT_POST_FROM_ISR", - "help": "Enable posting events from interrupt handlers placed in IRAM. Enabling this option places API functions\nesp_event_post and esp_event_post_to in IRAM.", - "id": "ESP_EVENT_POST_FROM_IRAM_ISR", - "name": "ESP_EVENT_POST_FROM_IRAM_ISR", - "range": null, - "title": "Support posting events from ISRs placed in IRAM", + "children": [], + "depends_on": "ESP_EVENT_POST_FROM_ISR", + "help": "Enable posting events from interrupt handlers placed in IRAM. Enabling this option places API functions\nesp_event_post and esp_event_post_to in IRAM.", + "id": "ESP_EVENT_POST_FROM_IRAM_ISR", + "name": "ESP_EVENT_POST_FROM_IRAM_ISR", + "range": null, + "title": "Support posting events from ISRs placed in IRAM", "type": "bool" } - ], - "depends_on": null, - "help": "Enable posting events from interrupt handlers.", - "id": "ESP_EVENT_POST_FROM_ISR", - "name": "ESP_EVENT_POST_FROM_ISR", - "range": null, - "title": "Support posting events from ISRs", + ], + "depends_on": null, + "help": "Enable posting events from interrupt handlers.", + "id": "ESP_EVENT_POST_FROM_ISR", + "name": "ESP_EVENT_POST_FROM_ISR", + "range": null, + "title": "Support posting events from ISRs", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-event-loop-library", - "title": "Event Loop Library", + ], + "depends_on": null, + "id": "component-config-event-loop-library", + "title": "Event Loop Library", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_GDBSTUB_ENABLED", - "name": "ESP_GDBSTUB_ENABLED", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_GDBSTUB_ENABLED", + "name": "ESP_GDBSTUB_ENABLED", + "range": null, + "title": null, "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP_GDBSTUB_SUPPORT_TASKS", - "help": "Set the number of tasks which GDB Stub will support.", - "id": "ESP_GDBSTUB_MAX_TASKS", - "name": "ESP_GDBSTUB_MAX_TASKS", - "range": null, - "title": "Maximum number of tasks supported by GDB Stub", + "children": [], + "depends_on": "ESP_GDBSTUB_SUPPORT_TASKS", + "help": "Set the number of tasks which GDB Stub will support.", + "id": "ESP_GDBSTUB_MAX_TASKS", + "name": "ESP_GDBSTUB_MAX_TASKS", + "range": null, + "title": "Maximum number of tasks supported by GDB Stub", "type": "int" } - ], - "depends_on": "ESP_GDBSTUB_ENABLED", - "help": "If enabled, GDBStub can supply the list of FreeRTOS tasks to GDB.\nThread list can be queried from GDB using 'info threads' command.\nNote that if GDB task lists were corrupted, this feature may not work.\nIf GDBStub fails, try disabling this feature.", - "id": "ESP_GDBSTUB_SUPPORT_TASKS", - "name": "ESP_GDBSTUB_SUPPORT_TASKS", - "range": null, - "title": "Enable listing FreeRTOS tasks through GDB Stub", + ], + "depends_on": "ESP_GDBSTUB_ENABLED", + "help": "If enabled, GDBStub can supply the list of FreeRTOS tasks to GDB.\nThread list can be queried from GDB using 'info threads' command.\nNote that if GDB task lists were corrupted, this feature may not work.\nIf GDBStub fails, try disabling this feature.", + "id": "ESP_GDBSTUB_SUPPORT_TASKS", + "name": "ESP_GDBSTUB_SUPPORT_TASKS", + "range": null, + "title": "Enable listing FreeRTOS tasks through GDB Stub", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-gdb-stub", - "title": "GDB Stub", + ], + "depends_on": null, + "id": "component-config-gdb-stub", + "title": "GDB Stub", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "This option will enable https protocol by linking mbedtls library and initializing SSL transport", - "id": "ESP_HTTP_CLIENT_ENABLE_HTTPS", - "name": "ESP_HTTP_CLIENT_ENABLE_HTTPS", - "range": null, - "title": "Enable https", + "children": [], + "depends_on": null, + "help": "This option will enable https protocol by linking mbedtls library and initializing SSL transport", + "id": "ESP_HTTP_CLIENT_ENABLE_HTTPS", + "name": "ESP_HTTP_CLIENT_ENABLE_HTTPS", + "range": null, + "title": "Enable https", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option will enable HTTP Basic Authentication. It is disabled by default as Basic\nauth uses unencrypted encoding, so it introduces a vulnerability when not using TLS", - "id": "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH", - "name": "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH", - "range": null, - "title": "Enable HTTP Basic Authentication", + "children": [], + "depends_on": null, + "help": "This option will enable HTTP Basic Authentication. It is disabled by default as Basic\nauth uses unencrypted encoding, so it introduces a vulnerability when not using TLS", + "id": "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH", + "name": "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH", + "range": null, + "title": "Enable HTTP Basic Authentication", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-esp-http-client", - "title": "ESP HTTP client", + ], + "depends_on": null, + "id": "component-config-esp-http-client", + "title": "ESP HTTP client", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "This sets the maximum supported size of headers section in HTTP request packet to be processed by the\nserver", - "id": "HTTPD_MAX_REQ_HDR_LEN", - "name": "HTTPD_MAX_REQ_HDR_LEN", - "range": null, - "title": "Max HTTP Request Header Length", + "children": [], + "depends_on": null, + "help": "This sets the maximum supported size of headers section in HTTP request packet to be processed by the\nserver", + "id": "HTTPD_MAX_REQ_HDR_LEN", + "name": "HTTPD_MAX_REQ_HDR_LEN", + "range": null, + "title": "Max HTTP Request Header Length", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "This sets the maximum supported size of HTTP request URI to be processed by the server", - "id": "HTTPD_MAX_URI_LEN", - "name": "HTTPD_MAX_URI_LEN", - "range": null, - "title": "Max HTTP URI Length", + "children": [], + "depends_on": null, + "help": "This sets the maximum supported size of HTTP request URI to be processed by the server", + "id": "HTTPD_MAX_URI_LEN", + "name": "HTTPD_MAX_URI_LEN", + "range": null, + "title": "Max HTTP URI Length", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Using TCP_NODEALY socket option ensures that HTTP error response reaches the client before the\nunderlying socket is closed. Please note that turning this off may cause multiple test failures", - "id": "HTTPD_ERR_RESP_NO_DELAY", - "name": "HTTPD_ERR_RESP_NO_DELAY", - "range": null, - "title": "Use TCP_NODELAY socket option when sending HTTP error responses", + "children": [], + "depends_on": null, + "help": "Using TCP_NODEALY socket option ensures that HTTP error response reaches the client before the\nunderlying socket is closed. Please note that turning this off may cause multiple test failures", + "id": "HTTPD_ERR_RESP_NO_DELAY", + "name": "HTTPD_ERR_RESP_NO_DELAY", + "range": null, + "title": "Use TCP_NODELAY socket option when sending HTTP error responses", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "This sets the size of the temporary buffer used to receive and discard any remaining data that is\nreceived from the HTTP client in the request, but not processed as part of the server HTTP request\nhandler.\n\nIf the remaining data is larger than the available buffer size, the buffer will be filled in multiple\niterations. The buffer should be small enough to fit on the stack, but large enough to avoid excessive\niterations.", - "id": "HTTPD_PURGE_BUF_LEN", - "name": "HTTPD_PURGE_BUF_LEN", - "range": null, - "title": "Length of temporary buffer for purging data", + "children": [], + "depends_on": null, + "help": "This sets the size of the temporary buffer used to receive and discard any remaining data that is\nreceived from the HTTP client in the request, but not processed as part of the server HTTP request\nhandler.\n\nIf the remaining data is larger than the available buffer size, the buffer will be filled in multiple\niterations. The buffer should be small enough to fit on the stack, but large enough to avoid excessive\niterations.", + "id": "HTTPD_PURGE_BUF_LEN", + "name": "HTTPD_PURGE_BUF_LEN", + "range": null, + "title": "Length of temporary buffer for purging data", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this will log discarded binary HTTP request data at Debug level.\nFor large content data this may not be desirable as it will clutter the log.", - "id": "HTTPD_LOG_PURGE_DATA", - "name": "HTTPD_LOG_PURGE_DATA", - "range": null, - "title": "Log purged content data at Debug level", + "children": [], + "depends_on": null, + "help": "Enabling this will log discarded binary HTTP request data at Debug level.\nFor large content data this may not be desirable as it will clutter the log.", + "id": "HTTPD_LOG_PURGE_DATA", + "name": "HTTPD_LOG_PURGE_DATA", + "range": null, + "title": "Log purged content data at Debug level", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This sets the WebSocket server support.", + "id": "HTTPD_WS_SUPPORT", + "name": "HTTPD_WS_SUPPORT", + "range": null, + "title": "WebSocket server support", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-http-server", - "title": "HTTP Server", + ], + "depends_on": null, + "id": "component-config-http-server", + "title": "HTTP Server", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "It is highly recommended to keep HTTPS (along with server certificate validation) enabled.\nEnabling this option comes with potential risk of:\n- Non-encrypted communication channel with server\n- Accepting firmware upgrade image from server with fake identity", - "id": "OTA_ALLOW_HTTP", - "name": "OTA_ALLOW_HTTP", - "range": null, - "title": "Allow HTTP for OTA (WARNING: ONLY FOR TESTING PURPOSE, READ HELP)", + "children": [], + "depends_on": null, + "help": "It is highly recommended to keep HTTPS (along with server certificate validation) enabled.\nEnabling this option comes with potential risk of:\n- Non-encrypted communication channel with server\n- Accepting firmware upgrade image from server with fake identity", + "id": "OTA_ALLOW_HTTP", + "name": "OTA_ALLOW_HTTP", + "range": null, + "title": "Allow HTTP for OTA (WARNING: ONLY FOR TESTING PURPOSE, READ HELP)", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-esp-https-ota", - "title": "ESP HTTPS OTA", + ], + "depends_on": null, + "id": "component-config-esp-https-ota", + "title": "ESP HTTPS OTA", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Enable ESP HTTPS server component", - "id": "ESP_HTTPS_SERVER_ENABLE", - "name": "ESP_HTTPS_SERVER_ENABLE", - "range": null, - "title": "Enable ESP_HTTPS_SERVER component", + "children": [], + "depends_on": null, + "help": "Enable ESP HTTPS server component", + "id": "ESP_HTTPS_SERVER_ENABLE", + "name": "ESP_HTTPS_SERVER_ENABLE", + "range": null, + "title": "Enable ESP_HTTPS_SERVER component", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-esp-https-server", - "title": "ESP HTTPS server", + ], + "depends_on": null, + "id": "component-config-esp-https-server", + "title": "ESP HTTPS server", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "The value of 0 indicates the IP lost timer is disabled, otherwise the timer is enabled.\n\nThe IP address may be lost because of some reasons, e.g. when the station disconnects\nfrom soft-AP, or when DHCP IP renew fails etc. If the IP lost timer is enabled, it will\nbe started everytime the IP is lost. Event SYSTEM_EVENT_STA_LOST_IP will be raised if\nthe timer expires. The IP lost timer is stopped if the station get the IP again before\nthe timer expires.", - "id": "ESP_NETIF_IP_LOST_TIMER_INTERVAL", - "name": "ESP_NETIF_IP_LOST_TIMER_INTERVAL", + "children": [], + "depends_on": null, + "help": "The value of 0 indicates the IP lost timer is disabled, otherwise the timer is enabled.\n\nThe IP address may be lost because of some reasons, e.g. when the station disconnects\nfrom soft-AP, or when DHCP IP renew fails etc. If the IP lost timer is enabled, it will\nbe started everytime the IP is lost. Event SYSTEM_EVENT_STA_LOST_IP will be raised if\nthe timer expires. The IP lost timer is stopped if the station get the IP again before\nthe timer expires.", + "id": "ESP_NETIF_IP_LOST_TIMER_INTERVAL", + "name": "ESP_NETIF_IP_LOST_TIMER_INTERVAL", "range": [ - 0, + 0, 65535 - ], - "title": "IP Address lost timer interval (seconds)", + ], + "title": "IP Address lost timer interval (seconds)", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "lwIP is a small independent implementation of the TCP/IP protocol suite.", - "id": "ESP_NETIF_TCPIP_LWIP", - "name": "ESP_NETIF_TCPIP_LWIP", - "range": null, - "title": "LwIP", + "children": [], + "depends_on": "", + "help": "lwIP is a small independent implementation of the TCP/IP protocol suite.", + "id": "ESP_NETIF_TCPIP_LWIP", + "name": "ESP_NETIF_TCPIP_LWIP", + "range": null, + "title": "LwIP", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "Dummy implementation of esp-netif functionality which connects driver transmit\nto receive function. This option is for testing purpose only", - "id": "ESP_NETIF_LOOPBACK", - "name": "ESP_NETIF_LOOPBACK", - "range": null, - "title": "Loopback", + "children": [], + "depends_on": "", + "help": "Dummy implementation of esp-netif functionality which connects driver transmit\nto receive function. This option is for testing purpose only", + "id": "ESP_NETIF_LOOPBACK", + "name": "ESP_NETIF_LOOPBACK", + "range": null, + "title": "Loopback", "type": "bool" } - ], - "depends_on": null, - "help": "Choose the TCP/IP Stack to work, for example, LwIP, uIP, etc.", - "id": "component-config-esp-netif-adapter-tcp-ip-stack-library", - "name": "ESP_NETIF_USE_TCPIP_STACK_LIB", - "title": "TCP/IP Stack Library", + ], + "depends_on": null, + "help": "Choose the TCP/IP Stack to work, for example, LwIP, uIP, etc.", + "id": "component-config-esp-netif-adapter-tcp-ip-stack-library", + "name": "ESP_NETIF_USE_TCPIP_STACK_LIB", + "title": "TCP/IP Stack Library", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "Backward compatible interface to tcpip_adapter is enabled by default to support\nlegacy TCP/IP stack initialisation code. Disable this option to use only esp-netif\ninterface.", - "id": "ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER", - "name": "ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER", - "range": null, - "title": "Enable backward compatible tcpip_adapter interface", + "children": [], + "depends_on": null, + "help": "Backward compatible interface to tcpip_adapter is enabled by default to support\nlegacy TCP/IP stack initialisation code. Disable this option to use only esp-netif\ninterface.", + "id": "ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER", + "name": "ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER", + "range": null, + "title": "Enable backward compatible tcpip_adapter interface", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-esp-netif-adapter", - "title": "ESP NETIF Adapter", + ], + "depends_on": null, + "id": "component-config-esp-netif-adapter", + "title": "ESP NETIF Adapter", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "If enabled, esp_timer_dump will dump information such as number of times the timer was started,\nnumber of times the timer has triggered, and the total time it took for the callback to run.\nThis option has some effect on timer performance and the amount of memory used for timer\nstorage, and should only be used for debugging/testing purposes.", - "id": "ESP_TIMER_PROFILING", - "name": "ESP_TIMER_PROFILING", - "range": null, - "title": "Enable esp_timer profiling features", - "type": "bool" - }, + "children": [ + { + "children": [], + "depends_on": "", + "help": "Outputs the relevant registers over the serial port and halt the\nprocessor. Needs a manual reset to restart.", + "id": "ESP_SYSTEM_PANIC_PRINT_HALT", + "name": "ESP_SYSTEM_PANIC_PRINT_HALT", + "range": null, + "title": "Print registers and halt", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Outputs the relevant registers over the serial port and immediately\nreset the processor.", + "id": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "name": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "range": null, + "title": "Print registers and reboot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Just resets the processor without outputting anything", + "id": "ESP_SYSTEM_PANIC_SILENT_REBOOT", + "name": "ESP_SYSTEM_PANIC_SILENT_REBOOT", + "range": null, + "title": "Silent reboot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it to do a postmortem\nof the crash.", + "id": "ESP_SYSTEM_PANIC_GDBSTUB", + "name": "ESP_SYSTEM_PANIC_GDBSTUB", + "range": null, + "title": "Invoke GDBStub", + "type": "bool" + } + ], + "depends_on": null, + "help": "If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is\ninvoked. Configure the panic handler's action here.", + "id": "component-config-esp-system-settings-panic-handler-behaviour", + "name": "ESP_SYSTEM_PANIC", + "title": "Panic handler behaviour", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings", + "title": "ESP System Settings", + "type": "menu" + }, + { + "children": [ { - "children": [], - "depends_on": null, - "help": "Configure the stack size of \"timer_task\" task. This task is used\nto dispatch callbacks of timers created using ets_timer and esp_timer\nAPIs. If you are seing stack overflow errors in timer task, increase\nthis value.\n\nNote that this is not the same as FreeRTOS timer task. To configure\nFreeRTOS timer task size, see \"FreeRTOS timer task stack size\" option\nin \"FreeRTOS\" menu.", - "id": "ESP_TIMER_TASK_STACK_SIZE", - "name": "ESP_TIMER_TASK_STACK_SIZE", + "children": [], + "depends_on": null, + "help": "If enabled, esp_timer_dump will dump information such as number of times the timer was started,\nnumber of times the timer has triggered, and the total time it took for the callback to run.\nThis option has some effect on timer performance and the amount of memory used for timer\nstorage, and should only be used for debugging/testing purposes.", + "id": "ESP_TIMER_PROFILING", + "name": "ESP_TIMER_PROFILING", + "range": null, + "title": "Enable esp_timer profiling features", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Configure the stack size of \"timer_task\" task. This task is used\nto dispatch callbacks of timers created using ets_timer and esp_timer\nAPIs. If you are seing stack overflow errors in timer task, increase\nthis value.\n\nNote that this is not the same as FreeRTOS timer task. To configure\nFreeRTOS timer task size, see \"FreeRTOS timer task stack size\" option\nin \"FreeRTOS\" menu.", + "id": "ESP_TIMER_TASK_STACK_SIZE", + "name": "ESP_TIMER_TASK_STACK_SIZE", "range": [ - 2048, + 2048, 65536 - ], - "title": "High-resolution timer task stack size", + ], + "title": "High-resolution timer task stack size", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "IDF_TARGET_ESP32 && ", - "help": null, - "id": "ESP_TIMER_IMPL_FRC2", - "name": "ESP_TIMER_IMPL_FRC2", - "range": null, - "title": "FRC2 (legacy) timer", + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ", + "help": null, + "id": "ESP_TIMER_IMPL_FRC2", + "name": "ESP_TIMER_IMPL_FRC2", + "range": null, + "title": "FRC2 (legacy) timer", "type": "bool" - }, + }, { - "children": [], - "depends_on": "IDF_TARGET_ESP32 && ", - "help": null, - "id": "ESP_TIMER_IMPL_TG0_LAC", - "name": "ESP_TIMER_IMPL_TG0_LAC", - "range": null, - "title": "LAC timer of Timer Group 0", + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ", + "help": null, + "id": "ESP_TIMER_IMPL_TG0_LAC", + "name": "ESP_TIMER_IMPL_TG0_LAC", + "range": null, + "title": "LAC timer of Timer Group 0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "IDF_TARGET_ESP32S2 && ", - "help": null, - "id": "ESP_TIMER_IMPL_SYSTIMER", - "name": "ESP_TIMER_IMPL_SYSTIMER", - "range": null, - "title": "SYSTIMER", + "children": [], + "depends_on": "IDF_TARGET_ESP32S2 && ", + "help": null, + "id": "ESP_TIMER_IMPL_SYSTIMER", + "name": "ESP_TIMER_IMPL_SYSTIMER", + "range": null, + "title": "SYSTIMER", "type": "bool" } - ], - "depends_on": null, - "help": "esp_timer APIs can be implemented using different hardware timers.\n\n- \"FRC2 (legacy)\" implementation has been used in ESP-IDF v2.x - v4.1.\n\n- \"LAC timer of Timer Group 0\" implementation is simpler, and has smaller\n run time overhead because software handling of timer overflow is not needed.\n\n- \"SYSTIMER\" implementation is similar to \"LAC timer of Timer Group 0\" but for ESP32-S2 chip.", - "id": "component-config-high-resolution-timer-esp_timer--hardware-timer-to-use-for-esp_timer", - "name": "ESP_TIMER_IMPL", - "title": "Hardware timer to use for esp_timer", + ], + "depends_on": null, + "help": "esp_timer APIs can be implemented using different hardware timers.\n\n- \"FRC2 (legacy)\" implementation has been used in ESP-IDF v2.x - v4.1.\n\n- \"LAC timer of Timer Group 0\" implementation is simpler, and has smaller\n run time overhead because software handling of timer overflow is not needed.\n\n- \"SYSTIMER\" implementation is similar to \"LAC timer of Timer Group 0\" but for ESP32-S2 chip.", + "id": "component-config-high-resolution-timer-esp_timer--hardware-timer-to-use-for-esp_timer", + "name": "ESP_TIMER_IMPL", + "title": "Hardware timer to use for esp_timer", "type": "choice" } - ], - "depends_on": null, - "id": "component-config-high-resolution-timer-esp_timer-", - "title": "High resolution timer (esp_timer)", + ], + "depends_on": null, + "id": "component-config-high-resolution-timer-esp_timer-", + "title": "High resolution timer (esp_timer)", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "BT_ENABLED", - "help": "If enabled, WiFi & Bluetooth coexistence is controlled by software rather than hardware.\nRecommended for heavy traffic scenarios. Both coexistence configuration options are\nautomatically managed, no user intervention is required.\nIf only Bluetooth is used, it is recommended to disable this option to reduce binary file\nsize.", - "id": "ESP32_WIFI_SW_COEXIST_ENABLE", - "name": "ESP32_WIFI_SW_COEXIST_ENABLE", - "range": null, - "title": "Software controls WiFi/Bluetooth coexistence", + "children": [], + "depends_on": "BT_ENABLED", + "help": "If enabled, WiFi & Bluetooth coexistence is controlled by software rather than hardware.\nRecommended for heavy traffic scenarios. Both coexistence configuration options are\nautomatically managed, no user intervention is required.\nIf only Bluetooth is used, it is recommended to disable this option to reduce binary file\nsize.", + "id": "ESP32_WIFI_SW_COEXIST_ENABLE", + "name": "ESP32_WIFI_SW_COEXIST_ENABLE", + "range": null, + "title": "Software controls WiFi/Bluetooth coexistence", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM.\nThe static rx buffers are allocated when esp_wifi_init is called, they are not freed\nuntil esp_wifi_deinit is called.\n\nWiFi hardware use these buffers to receive all 802.11 frames.\nA higher number may allow higher throughput but increases memory use. If ESP32_WIFI_AMPDU_RX_ENABLED\nis enabled, this value is recommended to set equal or bigger than ESP32_WIFI_RX_BA_WIN in order to\nachieve better throughput and compatibility with both stations and APs.", - "id": "ESP32_WIFI_STATIC_RX_BUFFER_NUM", - "name": "ESP32_WIFI_STATIC_RX_BUFFER_NUM", + "children": [], + "depends_on": null, + "help": "Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM.\nThe static rx buffers are allocated when esp_wifi_init is called, they are not freed\nuntil esp_wifi_deinit is called.\n\nWiFi hardware use these buffers to receive all 802.11 frames.\nA higher number may allow higher throughput but increases memory use. If ESP32_WIFI_AMPDU_RX_ENABLED\nis enabled, this value is recommended to set equal or bigger than ESP32_WIFI_RX_BA_WIN in order to\nachieve better throughput and compatibility with both stations and APs.", + "id": "ESP32_WIFI_STATIC_RX_BUFFER_NUM", + "name": "ESP32_WIFI_STATIC_RX_BUFFER_NUM", "range": [ - 2, + 2, 25 - ], - "title": "Max number of WiFi static RX buffers", + ], + "title": "Max number of WiFi static RX buffers", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated\n(provided sufficient free RAM). The size of each dynamic RX buffer depends on the size of\nthe received data frame.\n\nFor each received data frame, the WiFi driver makes a copy to an RX buffer and then delivers\nit to the high layer TCP/IP stack. The dynamic RX buffer is freed after the higher layer has\nsuccessfully received the data frame.\n\nFor some applications, WiFi data frames may be received faster than the application can\nprocess them. In these cases we may run out of memory if RX buffer number is unlimited (0).\n\nIf a dynamic RX buffer limit is set, it should be at least the number of static RX buffers.", - "id": "ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM", - "name": "ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM", + "children": [], + "depends_on": null, + "help": "Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated\n(provided sufficient free RAM). The size of each dynamic RX buffer depends on the size of\nthe received data frame.\n\nFor each received data frame, the WiFi driver makes a copy to an RX buffer and then delivers\nit to the high layer TCP/IP stack. The dynamic RX buffer is freed after the higher layer has\nsuccessfully received the data frame.\n\nFor some applications, WiFi data frames may be received faster than the application can\nprocess them. In these cases we may run out of memory if RX buffer number is unlimited (0).\n\nIf a dynamic RX buffer limit is set, it should be at least the number of static RX buffers.", + "id": "ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM", + "name": "ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM", "range": [ - 0, + 0, 128 - ], - "title": "Max number of WiFi dynamic RX buffers", + ], + "title": "Max number of WiFi dynamic RX buffers", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_WIFI_STATIC_TX_BUFFER", - "name": "ESP32_WIFI_STATIC_TX_BUFFER", - "range": null, - "title": "Static", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_WIFI_STATIC_TX_BUFFER", + "name": "ESP32_WIFI_STATIC_TX_BUFFER", + "range": null, + "title": "Static", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!SPIRAM_USE_MALLOC && ", - "help": null, - "id": "ESP32_WIFI_DYNAMIC_TX_BUFFER", - "name": "ESP32_WIFI_DYNAMIC_TX_BUFFER", - "range": null, - "title": "Dynamic", + "children": [], + "depends_on": "!SPIRAM_USE_MALLOC && ", + "help": null, + "id": "ESP32_WIFI_DYNAMIC_TX_BUFFER", + "name": "ESP32_WIFI_DYNAMIC_TX_BUFFER", + "range": null, + "title": "Dynamic", "type": "bool" } - ], - "depends_on": null, - "help": "Select type of WiFi TX buffers:\n\nIf \"Static\" is selected, WiFi TX buffers are allocated when WiFi is initialized and released\nwhen WiFi is de-initialized. The size of each static TX buffer is fixed to about 1.6KB.\n\nIf \"Dynamic\" is selected, each WiFi TX buffer is allocated as needed when a data frame is\ndelivered to the Wifi driver from the TCP/IP stack. The buffer is freed after the data frame\nhas been sent by the WiFi driver. The size of each dynamic TX buffer depends on the length\nof each data frame sent by the TCP/IP layer.\n\nIf PSRAM is enabled, \"Static\" should be selected to guarantee enough WiFi TX buffers.\nIf PSRAM is disabled, \"Dynamic\" should be selected to improve the utilization of RAM.", - "id": "component-config-wi-fi-type-of-wifi-tx-buffers", - "name": "ESP32_WIFI_TX_BUFFER", - "title": "Type of WiFi TX buffers", + ], + "depends_on": null, + "help": "Select type of WiFi TX buffers:\n\nIf \"Static\" is selected, WiFi TX buffers are allocated when WiFi is initialized and released\nwhen WiFi is de-initialized. The size of each static TX buffer is fixed to about 1.6KB.\n\nIf \"Dynamic\" is selected, each WiFi TX buffer is allocated as needed when a data frame is\ndelivered to the Wifi driver from the TCP/IP stack. The buffer is freed after the data frame\nhas been sent by the WiFi driver. The size of each dynamic TX buffer depends on the length\nof each data frame sent by the TCP/IP layer.\n\nIf PSRAM is enabled, \"Static\" should be selected to guarantee enough WiFi TX buffers.\nIf PSRAM is disabled, \"Dynamic\" should be selected to improve the utilization of RAM.", + "id": "component-config-wi-fi-type-of-wifi-tx-buffers", + "name": "ESP32_WIFI_TX_BUFFER", + "title": "Type of WiFi TX buffers", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_WIFI_TX_BUFFER_TYPE", - "name": "ESP32_WIFI_TX_BUFFER_TYPE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_WIFI_TX_BUFFER_TYPE", + "name": "ESP32_WIFI_TX_BUFFER_TYPE", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_WIFI_STATIC_TX_BUFFER", - "help": "Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.\nThe static RX buffers are allocated when esp_wifi_init() is called, they are not released\nuntil esp_wifi_deinit() is called.\n\nFor each transmitted data frame from the higher layer TCP/IP stack, the WiFi driver makes a\ncopy of it in a TX buffer. For some applications especially UDP applications, the upper\nlayer can deliver frames faster than WiFi layer can transmit. In these cases, we may run out\nof TX buffers.", - "id": "ESP32_WIFI_STATIC_TX_BUFFER_NUM", - "name": "ESP32_WIFI_STATIC_TX_BUFFER_NUM", - "range": null, - "title": "Max number of WiFi static TX buffers", + "children": [], + "depends_on": "ESP32_WIFI_STATIC_TX_BUFFER", + "help": "Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.\nThe static RX buffers are allocated when esp_wifi_init() is called, they are not released\nuntil esp_wifi_deinit() is called.\n\nFor each transmitted data frame from the higher layer TCP/IP stack, the WiFi driver makes a\ncopy of it in a TX buffer. For some applications especially UDP applications, the upper\nlayer can deliver frames faster than WiFi layer can transmit. In these cases, we may run out\nof TX buffers.", + "id": "ESP32_WIFI_STATIC_TX_BUFFER_NUM", + "name": "ESP32_WIFI_STATIC_TX_BUFFER_NUM", + "range": null, + "title": "Max number of WiFi static TX buffers", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_WIFI_DYNAMIC_TX_BUFFER", - "help": "Set the number of WiFi dynamic TX buffers. The size of each dynamic TX buffer is not fixed,\nit depends on the size of each transmitted data frame.\n\nFor each transmitted frame from the higher layer TCP/IP stack, the WiFi driver makes a copy\nof it in a TX buffer. For some applications, especially UDP applications, the upper layer\ncan deliver frames faster than WiFi layer can transmit. In these cases, we may run out of TX\nbuffers.", - "id": "ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM", - "name": "ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM", + "children": [], + "depends_on": "ESP32_WIFI_DYNAMIC_TX_BUFFER", + "help": "Set the number of WiFi dynamic TX buffers. The size of each dynamic TX buffer is not fixed,\nit depends on the size of each transmitted data frame.\n\nFor each transmitted frame from the higher layer TCP/IP stack, the WiFi driver makes a copy\nof it in a TX buffer. For some applications, especially UDP applications, the upper layer\ncan deliver frames faster than WiFi layer can transmit. In these cases, we may run out of TX\nbuffers.", + "id": "ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM", + "name": "ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM", "range": [ - 16, + 16, 128 - ], - "title": "Max number of WiFi dynamic TX buffers", + ], + "title": "Max number of WiFi dynamic TX buffers", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Select this option to enable CSI(Channel State Information) feature. CSI takes about\nCONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM KB of RAM. If CSI is not used, it is better to disable\nthis feature in order to save memory.", - "id": "ESP32_WIFI_CSI_ENABLED", - "name": "ESP32_WIFI_CSI_ENABLED", - "range": null, - "title": "WiFi CSI(Channel State Information)", + "children": [], + "depends_on": null, + "help": "Select this option to enable CSI(Channel State Information) feature. CSI takes about\nCONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM KB of RAM. If CSI is not used, it is better to disable\nthis feature in order to save memory.", + "id": "ESP32_WIFI_CSI_ENABLED", + "name": "ESP32_WIFI_CSI_ENABLED", + "range": null, + "title": "WiFi CSI(Channel State Information)", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_WIFI_AMPDU_TX_ENABLED", - "help": "Set the size of WiFi Block Ack TX window. Generally a bigger value means higher throughput but\nmore memory. Most of time we should NOT change the default value unless special reason, e.g.\ntest the maximum UDP TX throughput with iperf etc. For iperf test in shieldbox, the recommended\nvalue is 9~12.", - "id": "ESP32_WIFI_TX_BA_WIN", - "name": "ESP32_WIFI_TX_BA_WIN", + "children": [], + "depends_on": "ESP32_WIFI_AMPDU_TX_ENABLED", + "help": "Set the size of WiFi Block Ack TX window. Generally a bigger value means higher throughput but\nmore memory. Most of time we should NOT change the default value unless special reason, e.g.\ntest the maximum UDP TX throughput with iperf etc. For iperf test in shieldbox, the recommended\nvalue is 9~12.", + "id": "ESP32_WIFI_TX_BA_WIN", + "name": "ESP32_WIFI_TX_BA_WIN", "range": [ - 2, + 2, 32 - ], - "title": "WiFi AMPDU TX BA window size", + ], + "title": "WiFi AMPDU TX BA window size", "type": "int" } - ], - "depends_on": null, - "help": "Select this option to enable AMPDU TX feature", - "id": "ESP32_WIFI_AMPDU_TX_ENABLED", - "name": "ESP32_WIFI_AMPDU_TX_ENABLED", - "range": null, - "title": "WiFi AMPDU TX", + ], + "depends_on": null, + "help": "Select this option to enable AMPDU TX feature", + "id": "ESP32_WIFI_AMPDU_TX_ENABLED", + "name": "ESP32_WIFI_AMPDU_TX_ENABLED", + "range": null, + "title": "WiFi AMPDU TX", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_WIFI_AMPDU_RX_ENABLED", - "help": "Set the size of WiFi Block Ack RX window. Generally a bigger value means higher throughput and better\ncompatibility but more memory. Most of time we should NOT change the default value unless special\nreason, e.g. test the maximum UDP RX throughput with iperf etc. For iperf test in shieldbox, the\nrecommended value is 9~12. If PSRAM is used and WiFi memory is prefered to allocat in PSRAM first,\nthe default and minimum value should be 16 to achieve better throughput and compatibility with both\nstations and APs.", - "id": "ESP32_WIFI_RX_BA_WIN", - "name": "ESP32_WIFI_RX_BA_WIN", + "children": [], + "depends_on": "ESP32_WIFI_AMPDU_RX_ENABLED", + "help": "Set the size of WiFi Block Ack RX window. Generally a bigger value means higher throughput and better\ncompatibility but more memory. Most of time we should NOT change the default value unless special\nreason, e.g. test the maximum UDP RX throughput with iperf etc. For iperf test in shieldbox, the\nrecommended value is 9~12. If PSRAM is used and WiFi memory is prefered to allocat in PSRAM first,\nthe default and minimum value should be 16 to achieve better throughput and compatibility with both\nstations and APs.", + "id": "ESP32_WIFI_RX_BA_WIN", + "name": "ESP32_WIFI_RX_BA_WIN", "range": [ - 2, + 2, 32 - ], - "title": "WiFi AMPDU RX BA window size", + ], + "title": "WiFi AMPDU RX BA window size", "type": "int" } - ], - "depends_on": null, - "help": "Select this option to enable AMPDU RX feature", - "id": "ESP32_WIFI_AMPDU_RX_ENABLED", - "name": "ESP32_WIFI_AMPDU_RX_ENABLED", - "range": null, - "title": "WiFi AMPDU RX", + ], + "depends_on": null, + "help": "Select this option to enable AMPDU RX feature", + "id": "ESP32_WIFI_AMPDU_RX_ENABLED", + "name": "ESP32_WIFI_AMPDU_RX_ENABLED", + "range": null, + "title": "WiFi AMPDU RX", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Select this option to enable WiFi NVS flash", - "id": "ESP32_WIFI_NVS_ENABLED", - "name": "ESP32_WIFI_NVS_ENABLED", - "range": null, - "title": "WiFi NVS flash", + "children": [], + "depends_on": null, + "help": "Select this option to enable WiFi NVS flash", + "id": "ESP32_WIFI_NVS_ENABLED", + "name": "ESP32_WIFI_NVS_ENABLED", + "range": null, + "title": "WiFi NVS flash", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_WIFI_TASK_PINNED_TO_CORE_0", - "name": "ESP32_WIFI_TASK_PINNED_TO_CORE_0", - "range": null, - "title": "Core 0", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_WIFI_TASK_PINNED_TO_CORE_0", + "name": "ESP32_WIFI_TASK_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_WIFI_TASK_PINNED_TO_CORE_1", - "name": "ESP32_WIFI_TASK_PINNED_TO_CORE_1", - "range": null, - "title": "Core 1", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_WIFI_TASK_PINNED_TO_CORE_1", + "name": "ESP32_WIFI_TASK_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1", "type": "bool" } - ], - "depends_on": "!FREERTOS_UNICORE", - "help": "Pinned WiFi task to core 0 or core 1.", - "id": "component-config-wi-fi-wifi-task-core-id", - "name": "ESP32_WIFI_TASK_CORE_ID", - "title": "WiFi Task Core ID", + ], + "depends_on": "!FREERTOS_UNICORE", + "help": "Pinned WiFi task to core 0 or core 1.", + "id": "component-config-wi-fi-wifi-task-core-id", + "name": "ESP32_WIFI_TASK_CORE_ID", + "title": "WiFi Task Core ID", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). However the\ndefault length of a beacon frame can simultaneously hold only five root node identifier structures,\nmeaning that a root node conflict of up to five nodes can be detected at one time. In the occurence of\nmore root nodes conflict involving more than five root nodes, the conflict resolution process will detect\nfive of the root nodes, resolve the conflict, and re-detect more root nodes. This process will repeat\nuntil all root node conflicts are resolved. However this process can generally take a very long time.\n\nTo counter this situation, the beacon frame length can be increased such that more root nodes can be\ndetected simultaneously. Each additional root node will require 36 bytes and should be added ontop of the\ndefault beacon frame length of\n752 bytes. For example, if you want to detect 10 root nodes simultaneously, you need to set the beacon\nframe length as\n932 (752+36*5).\n\nSetting a longer beacon length also assists with debugging as the conflicting root nodes can be identified\nmore quickly.", - "id": "ESP32_WIFI_SOFTAP_BEACON_MAX_LEN", - "name": "ESP32_WIFI_SOFTAP_BEACON_MAX_LEN", + "children": [], + "depends_on": null, + "help": "ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). However the\ndefault length of a beacon frame can simultaneously hold only five root node identifier structures,\nmeaning that a root node conflict of up to five nodes can be detected at one time. In the occurence of\nmore root nodes conflict involving more than five root nodes, the conflict resolution process will detect\nfive of the root nodes, resolve the conflict, and re-detect more root nodes. This process will repeat\nuntil all root node conflicts are resolved. However this process can generally take a very long time.\n\nTo counter this situation, the beacon frame length can be increased such that more root nodes can be\ndetected simultaneously. Each additional root node will require 36 bytes and should be added ontop of the\ndefault beacon frame length of\n752 bytes. For example, if you want to detect 10 root nodes simultaneously, you need to set the beacon\nframe length as\n932 (752+36*5).\n\nSetting a longer beacon length also assists with debugging as the conflicting root nodes can be identified\nmore quickly.", + "id": "ESP32_WIFI_SOFTAP_BEACON_MAX_LEN", + "name": "ESP32_WIFI_SOFTAP_BEACON_MAX_LEN", "range": [ - 752, + 752, 1256 - ], - "title": "Max length of WiFi SoftAP Beacon", + ], + "title": "Max length of WiFi SoftAP Beacon", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set the number of WiFi management short buffer.", - "id": "ESP32_WIFI_MGMT_SBUF_NUM", - "name": "ESP32_WIFI_MGMT_SBUF_NUM", + "children": [], + "depends_on": null, + "help": "Set the number of WiFi management short buffer.", + "id": "ESP32_WIFI_MGMT_SBUF_NUM", + "name": "ESP32_WIFI_MGMT_SBUF_NUM", "range": [ - 6, + 6, 32 - ], - "title": "WiFi mgmt short buffer number", + ], + "title": "WiFi mgmt short buffer number", "type": "int" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_WIFI_DEBUG_LOG_DEBUG", - "name": "ESP32_WIFI_DEBUG_LOG_DEBUG", - "range": null, - "title": "WiFi Debug Log Debug", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_WIFI_DEBUG_LOG_DEBUG", + "name": "ESP32_WIFI_DEBUG_LOG_DEBUG", + "range": null, + "title": "WiFi Debug Log Debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_WIFI_DEBUG_LOG_VERBOSE", - "name": "ESP32_WIFI_DEBUG_LOG_VERBOSE", - "range": null, - "title": "WiFi Debug Log Verbose", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_WIFI_DEBUG_LOG_VERBOSE", + "name": "ESP32_WIFI_DEBUG_LOG_VERBOSE", + "range": null, + "title": "WiFi Debug Log Verbose", "type": "bool" } - ], - "depends_on": "ESP32_WIFI_DEBUG_LOG_ENABLE", - "help": "The WiFi log is divided into the following levels: ERROR,WARNING,INFO,DEBUG,VERBOSE.\nThe ERROR,WARNING,INFO levels are enabled by default, and the DEBUG,VERBOSE levels can be enabled here.", - "id": "component-config-wi-fi-enable-wifi-debug-log-wifi-debug-log-level", - "name": "ESP32_WIFI_DEBUG_LOG_LEVEL", - "title": "WiFi debug log level", + ], + "depends_on": "ESP32_WIFI_DEBUG_LOG_ENABLE", + "help": "The WiFi log is divided into the following levels: ERROR,WARNING,INFO,DEBUG,VERBOSE.\nThe ERROR,WARNING,INFO levels are enabled by default, and the DEBUG,VERBOSE levels can be enabled here.", + "id": "component-config-wi-fi-enable-wifi-debug-log-wifi-debug-log-level", + "name": "ESP32_WIFI_DEBUG_LOG_LEVEL", + "title": "WiFi debug log level", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_WIFI_DEBUG_LOG_MODULE_ALL", - "name": "ESP32_WIFI_DEBUG_LOG_MODULE_ALL", - "range": null, - "title": "WiFi Debug Log Module All", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_WIFI_DEBUG_LOG_MODULE_ALL", + "name": "ESP32_WIFI_DEBUG_LOG_MODULE_ALL", + "range": null, + "title": "WiFi Debug Log Module All", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_WIFI_DEBUG_LOG_MODULE_WIFI", - "name": "ESP32_WIFI_DEBUG_LOG_MODULE_WIFI", - "range": null, - "title": "WiFi Debug Log Module WiFi", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_WIFI_DEBUG_LOG_MODULE_WIFI", + "name": "ESP32_WIFI_DEBUG_LOG_MODULE_WIFI", + "range": null, + "title": "WiFi Debug Log Module WiFi", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_WIFI_DEBUG_LOG_MODULE_COEX", - "name": "ESP32_WIFI_DEBUG_LOG_MODULE_COEX", - "range": null, - "title": "WiFi Debug Log Module Coex", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_WIFI_DEBUG_LOG_MODULE_COEX", + "name": "ESP32_WIFI_DEBUG_LOG_MODULE_COEX", + "range": null, + "title": "WiFi Debug Log Module Coex", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_WIFI_DEBUG_LOG_MODULE_MESH", - "name": "ESP32_WIFI_DEBUG_LOG_MODULE_MESH", - "range": null, - "title": "WiFi Debug Log Module Mesh", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_WIFI_DEBUG_LOG_MODULE_MESH", + "name": "ESP32_WIFI_DEBUG_LOG_MODULE_MESH", + "range": null, + "title": "WiFi Debug Log Module Mesh", "type": "bool" } - ], - "depends_on": "ESP32_WIFI_DEBUG_LOG_ENABLE", - "help": "The WiFi log module contains three parts: WIFI,COEX,MESH. The WIFI module indicates the logs related to\nWiFi, the COEX module indicates the logs related to WiFi and BT(or BLE) coexist, the MESH module indicates\nthe logs related to Mesh. When ESP32_WIFI_LOG_MODULE_ALL is enabled, all modules are selected.", - "id": "component-config-wi-fi-enable-wifi-debug-log-wifi-debug-log-module", - "name": "ESP32_WIFI_DEBUG_LOG_MODULE", - "title": "WiFi debug log module", + ], + "depends_on": "ESP32_WIFI_DEBUG_LOG_ENABLE", + "help": "The WiFi log module contains three parts: WIFI,COEX,MESH. The WIFI module indicates the logs related to\nWiFi, the COEX module indicates the logs related to WiFi and BT(or BLE) coexist, the MESH module indicates\nthe logs related to Mesh. When ESP32_WIFI_LOG_MODULE_ALL is enabled, all modules are selected.", + "id": "component-config-wi-fi-enable-wifi-debug-log-wifi-debug-log-module", + "name": "ESP32_WIFI_DEBUG_LOG_MODULE", + "title": "WiFi debug log module", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "ESP32_WIFI_DEBUG_LOG_SUBMODULE", - "help": "When this option is enabled, all debug submodules are selected.", - "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", - "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", - "range": null, - "title": "WiFi Debug Log Submodule All", + "children": [], + "depends_on": "ESP32_WIFI_DEBUG_LOG_SUBMODULE", + "help": "When this option is enabled, all debug submodules are selected.", + "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", + "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", + "range": null, + "title": "WiFi Debug Log Submodule All", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP32_WIFI_DEBUG_LOG_SUBMODULE && !ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", - "help": null, - "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_INIT", - "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_INIT", - "range": null, - "title": "WiFi Debug Log Submodule Init", + "children": [], + "depends_on": "ESP32_WIFI_DEBUG_LOG_SUBMODULE && !ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", + "help": null, + "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_INIT", + "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_INIT", + "range": null, + "title": "WiFi Debug Log Submodule Init", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP32_WIFI_DEBUG_LOG_SUBMODULE && !ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", - "help": null, - "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_IOCTL", - "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_IOCTL", - "range": null, - "title": "WiFi Debug Log Submodule Ioctl", + "children": [], + "depends_on": "ESP32_WIFI_DEBUG_LOG_SUBMODULE && !ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", + "help": null, + "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_IOCTL", + "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_IOCTL", + "range": null, + "title": "WiFi Debug Log Submodule Ioctl", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP32_WIFI_DEBUG_LOG_SUBMODULE && !ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", - "help": null, - "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_CONN", - "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_CONN", - "range": null, - "title": "WiFi Debug Log Submodule Conn", + "children": [], + "depends_on": "ESP32_WIFI_DEBUG_LOG_SUBMODULE && !ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", + "help": null, + "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_CONN", + "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_CONN", + "range": null, + "title": "WiFi Debug Log Submodule Conn", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP32_WIFI_DEBUG_LOG_SUBMODULE && !ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", - "help": null, - "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_SCAN", - "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_SCAN", - "range": null, - "title": "WiFi Debug Log Submodule Scan", + "children": [], + "depends_on": "ESP32_WIFI_DEBUG_LOG_SUBMODULE && !ESP32_WIFI_DEBUG_LOG_SUBMODULE_ALL", + "help": null, + "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_SCAN", + "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE_SCAN", + "range": null, + "title": "WiFi Debug Log Submodule Scan", "type": "bool" } - ], - "depends_on": "ESP32_WIFI_DEBUG_LOG_ENABLE", - "help": "Enable this option to set the WiFi debug log submodule.\nCurrently the log submodule contains the following parts: INIT,IOCTL,CONN,SCAN.\nThe INIT submodule indicates the initialization process.The IOCTL submodule indicates the API calling\nprocess.\nThe CONN submodule indicates the connecting process.The SCAN submodule indicates the scaning process.", - "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE", - "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE", - "range": null, - "title": "WiFi debug log submodule", + ], + "depends_on": "ESP32_WIFI_DEBUG_LOG_ENABLE", + "help": "Enable this option to set the WiFi debug log submodule.\nCurrently the log submodule contains the following parts: INIT,IOCTL,CONN,SCAN.\nThe INIT submodule indicates the initialization process.The IOCTL submodule indicates the API calling\nprocess.\nThe CONN submodule indicates the connecting process.The SCAN submodule indicates the scaning process.", + "id": "ESP32_WIFI_DEBUG_LOG_SUBMODULE", + "name": "ESP32_WIFI_DEBUG_LOG_SUBMODULE", + "range": null, + "title": "WiFi debug log submodule", "type": "bool" } - ], - "depends_on": null, - "help": "Select this option to enable WiFi debug log", - "id": "ESP32_WIFI_DEBUG_LOG_ENABLE", - "name": "ESP32_WIFI_DEBUG_LOG_ENABLE", - "range": null, - "title": "Enable WiFi debug log", + ], + "depends_on": null, + "help": "Select this option to enable WiFi debug log", + "id": "ESP32_WIFI_DEBUG_LOG_ENABLE", + "name": "ESP32_WIFI_DEBUG_LOG_ENABLE", + "range": null, + "title": "Enable WiFi debug log", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Select this option to place frequently called Wi-Fi library functions in IRAM.\nWhen this option is disabled, more than 10Kbytes of IRAM memory will be saved\nbut Wi-Fi throughput will be reduced.", - "id": "ESP32_WIFI_IRAM_OPT", - "name": "ESP32_WIFI_IRAM_OPT", - "range": null, - "title": "WiFi IRAM speed optimization", + "children": [], + "depends_on": null, + "help": "Select this option to place frequently called Wi-Fi library functions in IRAM.\nWhen this option is disabled, more than 10Kbytes of IRAM memory will be saved\nbut Wi-Fi throughput will be reduced.", + "id": "ESP32_WIFI_IRAM_OPT", + "name": "ESP32_WIFI_IRAM_OPT", + "range": null, + "title": "WiFi IRAM speed optimization", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Select this option to place frequently called Wi-Fi library RX functions in IRAM.\nWhen this option is disabled, more than 17Kbytes of IRAM memory will be saved\nbut Wi-Fi performance will be reduced.", - "id": "ESP32_WIFI_RX_IRAM_OPT", - "name": "ESP32_WIFI_RX_IRAM_OPT", - "range": null, - "title": "WiFi RX IRAM speed optimization", + "children": [], + "depends_on": null, + "help": "Select this option to place frequently called Wi-Fi library RX functions in IRAM.\nWhen this option is disabled, more than 17Kbytes of IRAM memory will be saved\nbut Wi-Fi performance will be reduced.", + "id": "ESP32_WIFI_RX_IRAM_OPT", + "name": "ESP32_WIFI_RX_IRAM_OPT", + "range": null, + "title": "WiFi RX IRAM speed optimization", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Select this option to allow the device to establish a WPA3-Personal connection with eligible AP's.\nPMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be\nexplicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for details.", - "id": "ESP32_WIFI_ENABLE_WPA3_SAE", - "name": "ESP32_WIFI_ENABLE_WPA3_SAE", - "range": null, - "title": "Enable WPA3-Personal", + "children": [], + "depends_on": null, + "help": "Select this option to allow the device to establish a WPA3-Personal connection with eligible AP's.\nPMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be\nexplicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for details.", + "id": "ESP32_WIFI_ENABLE_WPA3_SAE", + "name": "ESP32_WIFI_ENABLE_WPA3_SAE", + "range": null, + "title": "Enable WPA3-Personal", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-wi-fi", - "title": "Wi-Fi", + ], + "depends_on": null, + "id": "component-config-wi-fi", + "title": "Wi-Fi", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "IDF_TARGET_ESP32", - "help": "If this option is enabled, NVS will be initialized and calibration data will be loaded from there.\nPHY calibration will be skipped on deep sleep wakeup. If calibration data is not found, full calibration\nwill be performed and stored in NVS. Normally, only partial calibration will be performed.\nIf this option is disabled, full calibration will be performed.\n\nIf it's easy that your board calibrate bad data, choose 'n'.\nTwo cases for example, you should choose 'n':\n1.If your board is easy to be booted up with antenna disconnected.\n2.Because of your board design, each time when you do calibration, the result are too unstable.\nIf unsure, choose 'y'.", - "id": "ESP32_PHY_CALIBRATION_AND_DATA_STORAGE", - "name": "ESP32_PHY_CALIBRATION_AND_DATA_STORAGE", - "range": null, - "title": "Store phy calibration data in NVS", + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "If this option is enabled, NVS will be initialized and calibration data will be loaded from there.\nPHY calibration will be skipped on deep sleep wakeup. If calibration data is not found, full calibration\nwill be performed and stored in NVS. Normally, only partial calibration will be performed.\nIf this option is disabled, full calibration will be performed.\n\nIf it's easy that your board calibrate bad data, choose 'n'.\nTwo cases for example, you should choose 'n':\n1.If your board is easy to be booted up with antenna disconnected.\n2.Because of your board design, each time when you do calibration, the result are too unstable.\nIf unsure, choose 'y'.", + "id": "ESP32_PHY_CALIBRATION_AND_DATA_STORAGE", + "name": "ESP32_PHY_CALIBRATION_AND_DATA_STORAGE", + "range": null, + "title": "Store phy calibration data in NVS", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "If enabled, PHY init data will be loaded from a partition.\nWhen using a custom partition table, make sure that PHY data\npartition is included (type: 'data', subtype: 'phy').\nWith default partition tables, this is done automatically.\nIf PHY init data is stored in a partition, it has to be flashed there,\notherwise runtime error will occur.\n\nIf this option is not enabled, PHY init data will be embedded\ninto the application binary.\n\nIf unsure, choose 'n'.", - "id": "ESP32_PHY_INIT_DATA_IN_PARTITION", - "name": "ESP32_PHY_INIT_DATA_IN_PARTITION", - "range": null, - "title": "Use a partition to store PHY init data", - "type": "bool" - }, + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "ESP32_SUPPORT_MULTIPLE_PHY_INIT_DATA_BIN && ESP32_PHY_INIT_DATA_IN_PARTITION", + "help": "If enabled, when an error occurs while the PHY init data is updated,\nthe program will terminate and restart.\nIf not enabled, the PHY init data will not be updated when an error occurs.", + "id": "ESP32_PHY_INIT_DATA_ERROR", + "name": "ESP32_PHY_INIT_DATA_ERROR", + "range": null, + "title": "Terminate operation when PHY init data error", + "type": "bool" + } + ], + "depends_on": "ESP32_PHY_INIT_DATA_IN_PARTITION && ESP32_PHY_INIT_DATA_IN_PARTITION", + "help": "If enabled, the corresponding PHY init data type can be automatically switched\naccording to the country code. China's PHY init data bin is used by default.\nCan be modified by country information in API esp_wifi_set_country().\nThe priority of switching the PHY init data type is:\n1. Country configured by API esp_wifi_set_country()\nand the parameter policy is WIFI_COUNTRY_POLICY_MANUAL.\n2. Country notified by the connected AP.\n3. Country configured by API esp_wifi_set_country()\nand the parameter policy is WIFI_COUNTRY_POLICY_AUTO.", + "id": "ESP32_SUPPORT_MULTIPLE_PHY_INIT_DATA_BIN", + "name": "ESP32_SUPPORT_MULTIPLE_PHY_INIT_DATA_BIN", + "range": null, + "title": "Support multiple PHY init data bin", + "type": "bool" + } + ], + "depends_on": null, + "help": "If enabled, PHY init data will be loaded from a partition.\nWhen using a custom partition table, make sure that PHY data\npartition is included (type: 'data', subtype: 'phy').\nWith default partition tables, this is done automatically.\nIf PHY init data is stored in a partition, it has to be flashed there,\notherwise runtime error will occur.\n\nIf this option is not enabled, PHY init data will be embedded\ninto the application binary.\n\nIf unsure, choose 'n'.", + "id": "ESP32_PHY_INIT_DATA_IN_PARTITION", + "is_menuconfig": true, + "name": "ESP32_PHY_INIT_DATA_IN_PARTITION", + "range": null, + "title": "Use a partition to store PHY init data", + "type": "menu" + }, { - "children": [], - "depends_on": null, - "help": "Set maximum transmit power for WiFi radio. Actual transmit power for high\ndata rates may be lower than this setting.", - "id": "ESP32_PHY_MAX_WIFI_TX_POWER", - "name": "ESP32_PHY_MAX_WIFI_TX_POWER", + "children": [], + "depends_on": null, + "help": "Set maximum transmit power for WiFi radio. Actual transmit power for high\ndata rates may be lower than this setting.", + "id": "ESP32_PHY_MAX_WIFI_TX_POWER", + "name": "ESP32_PHY_MAX_WIFI_TX_POWER", "range": [ - 10, + 10, 20 - ], - "title": "Max WiFi TX power (dBm)", + ], + "title": "Max WiFi TX power (dBm)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_PHY_MAX_TX_POWER", - "name": "ESP32_PHY_MAX_TX_POWER", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_PHY_MAX_TX_POWER", + "name": "ESP32_PHY_MAX_TX_POWER", + "range": null, + "title": null, "type": "int" } - ], - "depends_on": null, - "id": "component-config-phy", - "title": "PHY", + ], + "depends_on": null, + "id": "component-config-phy", + "title": "PHY", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_ENABLE_COREDUMP_TO_FLASH", - "name": "ESP32_ENABLE_COREDUMP_TO_FLASH", - "range": null, - "title": "Flash", + "children": [], + "depends_on": "!SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY && ", + "help": null, + "id": "ESP32_ENABLE_COREDUMP_TO_FLASH", + "name": "ESP32_ENABLE_COREDUMP_TO_FLASH", + "range": null, + "title": "Flash", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_ENABLE_COREDUMP_TO_UART", - "name": "ESP32_ENABLE_COREDUMP_TO_UART", - "range": null, - "title": "UART", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_ENABLE_COREDUMP_TO_UART", + "name": "ESP32_ENABLE_COREDUMP_TO_UART", + "range": null, + "title": "UART", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_ENABLE_COREDUMP_TO_NONE", - "name": "ESP32_ENABLE_COREDUMP_TO_NONE", - "range": null, - "title": "None", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_ENABLE_COREDUMP_TO_NONE", + "name": "ESP32_ENABLE_COREDUMP_TO_NONE", + "range": null, + "title": "None", "type": "bool" } - ], - "depends_on": null, - "help": "Select place to store core dump: flash, uart or none (to disable core dumps generation).\n\nIf core dump is configured to be stored in flash and custom partition table is used add\ncorresponding entry to your CSV. For examples, please see predefined partition table CSV descriptions\nin the components/partition_table directory.", - "id": "component-config-core-dump-data-destination", - "name": "ESP32_COREDUMP_TO_FLASH_OR_UART", - "title": "Data destination", + ], + "depends_on": null, + "help": "Select place to store core dump: flash, uart or none (to disable core dumps generation).\n\nCore dumps to Flash are not available if PSRAM is used for task stacks.\n\nIf core dump is configured to be stored in flash and custom partition table is used add\ncorresponding entry to your CSV. For examples, please see predefined partition table CSV descriptions\nin the components/partition_table directory.", + "id": "component-config-core-dump-data-destination", + "name": "ESP32_COREDUMP_TO_FLASH_OR_UART", + "title": "Data destination", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_COREDUMP_DATA_FORMAT_BIN", - "name": "ESP32_COREDUMP_DATA_FORMAT_BIN", - "range": null, - "title": "Binary format", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_COREDUMP_DATA_FORMAT_BIN", + "name": "ESP32_COREDUMP_DATA_FORMAT_BIN", + "range": null, + "title": "Binary format", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_COREDUMP_DATA_FORMAT_ELF", - "name": "ESP32_COREDUMP_DATA_FORMAT_ELF", - "range": null, - "title": "ELF format", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_COREDUMP_DATA_FORMAT_ELF", + "name": "ESP32_COREDUMP_DATA_FORMAT_ELF", + "range": null, + "title": "ELF format", "type": "bool" } - ], - "depends_on": "!ESP32_ENABLE_COREDUMP_TO_NONE", - "help": "Select the data format for core dump.", - "id": "component-config-core-dump-core-dump-data-format", - "name": "ESP32_COREDUMP_DATA_FORMAT", - "title": "Core dump data format", + ], + "depends_on": "!ESP32_ENABLE_COREDUMP_TO_NONE", + "help": "Select the data format for core dump.", + "id": "component-config-core-dump-core-dump-data-format", + "name": "ESP32_COREDUMP_DATA_FORMAT", + "title": "Core dump data format", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_COREDUMP_CHECKSUM_CRC32", - "name": "ESP32_COREDUMP_CHECKSUM_CRC32", - "range": null, - "title": "Use CRC32 for integrity verification", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_COREDUMP_CHECKSUM_CRC32", + "name": "ESP32_COREDUMP_CHECKSUM_CRC32", + "range": null, + "title": "Use CRC32 for integrity verification", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP32_COREDUMP_DATA_FORMAT_ELF && ", - "help": null, - "id": "ESP32_COREDUMP_CHECKSUM_SHA256", - "name": "ESP32_COREDUMP_CHECKSUM_SHA256", - "range": null, - "title": "Use SHA256 for integrity verification", + "children": [], + "depends_on": "ESP32_COREDUMP_DATA_FORMAT_ELF && ", + "help": null, + "id": "ESP32_COREDUMP_CHECKSUM_SHA256", + "name": "ESP32_COREDUMP_CHECKSUM_SHA256", + "range": null, + "title": "Use SHA256 for integrity verification", "type": "bool" } - ], - "depends_on": "!ESP32_ENABLE_COREDUMP_TO_NONE", - "help": "Select the integrity check for the core dump.", - "id": "component-config-core-dump-core-dump-data-integrity-check", - "name": "ESP32_COREDUMP_CHECKSUM", - "title": "Core dump data integrity check", + ], + "depends_on": "!ESP32_ENABLE_COREDUMP_TO_NONE", + "help": "Select the integrity check for the core dump.", + "id": "component-config-core-dump-core-dump-data-integrity-check", + "name": "ESP32_COREDUMP_CHECKSUM", + "title": "Core dump data integrity check", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enables/disable core dump module.", - "id": "ESP32_ENABLE_COREDUMP", - "name": "ESP32_ENABLE_COREDUMP", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": "Enables/disable core dump module.", + "id": "ESP32_ENABLE_COREDUMP", + "name": "ESP32_ENABLE_COREDUMP", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP32_ENABLE_COREDUMP", - "help": "Maximum number of tasks snapshots in core dump.", - "id": "ESP32_CORE_DUMP_MAX_TASKS_NUM", - "name": "ESP32_CORE_DUMP_MAX_TASKS_NUM", - "range": null, - "title": "Maximum number of tasks", + "children": [], + "depends_on": "ESP32_ENABLE_COREDUMP", + "help": "Maximum number of tasks snapshots in core dump.", + "id": "ESP32_CORE_DUMP_MAX_TASKS_NUM", + "name": "ESP32_CORE_DUMP_MAX_TASKS_NUM", + "range": null, + "title": "Maximum number of tasks", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_ENABLE_COREDUMP_TO_UART", - "help": "Config delay (in ms) before printing core dump to UART.\nDelay can be interrupted by pressing Enter key.", - "id": "ESP32_CORE_DUMP_UART_DELAY", - "name": "ESP32_CORE_DUMP_UART_DELAY", - "range": null, - "title": "Delay before print to UART", + "children": [], + "depends_on": "ESP32_ENABLE_COREDUMP_TO_UART", + "help": "Config delay (in ms) before printing core dump to UART.\nDelay can be interrupted by pressing Enter key.", + "id": "ESP32_CORE_DUMP_UART_DELAY", + "name": "ESP32_CORE_DUMP_UART_DELAY", + "range": null, + "title": "Delay before print to UART", "type": "int" - }, + }, { - "children": [], - "depends_on": "ESP32_ENABLE_COREDUMP", - "help": "Size of the memory to be reserved for core dump stack. If 0 core dump process will run on\nthe stack of crashed task/ISR, otherwise special stack will be allocated.\nTo ensure that core dump itself will not overflow task/ISR stack set this to the value above 800.\nNOTE: It eats DRAM.", - "id": "ESP32_CORE_DUMP_STACK_SIZE", - "name": "ESP32_CORE_DUMP_STACK_SIZE", - "range": null, - "title": "Reserved stack size", + "children": [], + "depends_on": "ESP32_ENABLE_COREDUMP", + "help": "Size of the memory to be reserved for core dump stack. If 0 core dump process will run on\nthe stack of crashed task/ISR, otherwise special stack will be allocated.\nTo ensure that core dump itself will not overflow task/ISR stack set this to the value above 800.\nNOTE: It eats DRAM.", + "id": "ESP32_CORE_DUMP_STACK_SIZE", + "name": "ESP32_CORE_DUMP_STACK_SIZE", + "range": null, + "title": "Reserved stack size", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_CORE_DUMP_DECODE_INFO", - "name": "ESP32_CORE_DUMP_DECODE_INFO", - "range": null, - "title": "Decode and show summary (info_corefile)", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_CORE_DUMP_DECODE_INFO", + "name": "ESP32_CORE_DUMP_DECODE_INFO", + "range": null, + "title": "Decode and show summary (info_corefile)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32_CORE_DUMP_DECODE_DISABLE", - "name": "ESP32_CORE_DUMP_DECODE_DISABLE", - "range": null, - "title": "Don't decode", + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_CORE_DUMP_DECODE_DISABLE", + "name": "ESP32_CORE_DUMP_DECODE_DISABLE", + "range": null, + "title": "Don't decode", "type": "bool" } - ], - "depends_on": "ESP32_ENABLE_COREDUMP_TO_UART", - "help": null, - "id": "component-config-core-dump-handling-of-uart-core-dumps-in-idf-monitor", - "name": "ESP32_CORE_DUMP_DECODE", - "title": "Handling of UART core dumps in IDF Monitor", + ], + "depends_on": "ESP32_ENABLE_COREDUMP_TO_UART", + "help": null, + "id": "component-config-core-dump-handling-of-uart-core-dumps-in-idf-monitor", + "name": "ESP32_CORE_DUMP_DECODE", + "title": "Handling of UART core dumps in IDF Monitor", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_CORE_DUMP_DECODE", - "name": "ESP32_CORE_DUMP_DECODE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_CORE_DUMP_DECODE", + "name": "ESP32_CORE_DUMP_DECODE", + "range": null, + "title": null, "type": "string" } - ], - "depends_on": null, - "id": "component-config-core-dump", - "title": "Core dump", + ], + "depends_on": null, + "id": "component-config-core-dump", + "title": "Core dump", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_DYNAMIC", - "name": "FATFS_CODEPAGE_DYNAMIC", - "range": null, - "title": "Dynamic (all code pages supported)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_DYNAMIC", + "name": "FATFS_CODEPAGE_DYNAMIC", + "range": null, + "title": "Dynamic (all code pages supported)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_437", - "name": "FATFS_CODEPAGE_437", - "range": null, - "title": "US (CP437)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_437", + "name": "FATFS_CODEPAGE_437", + "range": null, + "title": "US (CP437)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_720", - "name": "FATFS_CODEPAGE_720", - "range": null, - "title": "Arabic (CP720)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_720", + "name": "FATFS_CODEPAGE_720", + "range": null, + "title": "Arabic (CP720)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_737", - "name": "FATFS_CODEPAGE_737", - "range": null, - "title": "Greek (CP737)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_737", + "name": "FATFS_CODEPAGE_737", + "range": null, + "title": "Greek (CP737)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_771", - "name": "FATFS_CODEPAGE_771", - "range": null, - "title": "KBL (CP771)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_771", + "name": "FATFS_CODEPAGE_771", + "range": null, + "title": "KBL (CP771)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_775", - "name": "FATFS_CODEPAGE_775", - "range": null, - "title": "Baltic (CP775)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_775", + "name": "FATFS_CODEPAGE_775", + "range": null, + "title": "Baltic (CP775)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_850", - "name": "FATFS_CODEPAGE_850", - "range": null, - "title": "Latin 1 (CP850)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_850", + "name": "FATFS_CODEPAGE_850", + "range": null, + "title": "Latin 1 (CP850)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_852", - "name": "FATFS_CODEPAGE_852", - "range": null, - "title": "Latin 2 (CP852)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_852", + "name": "FATFS_CODEPAGE_852", + "range": null, + "title": "Latin 2 (CP852)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_855", - "name": "FATFS_CODEPAGE_855", - "range": null, - "title": "Cyrillic (CP855)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_855", + "name": "FATFS_CODEPAGE_855", + "range": null, + "title": "Cyrillic (CP855)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_857", - "name": "FATFS_CODEPAGE_857", - "range": null, - "title": "Turkish (CP857)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_857", + "name": "FATFS_CODEPAGE_857", + "range": null, + "title": "Turkish (CP857)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_860", - "name": "FATFS_CODEPAGE_860", - "range": null, - "title": "Portugese (CP860)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_860", + "name": "FATFS_CODEPAGE_860", + "range": null, + "title": "Portugese (CP860)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_861", - "name": "FATFS_CODEPAGE_861", - "range": null, - "title": "Icelandic (CP861)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_861", + "name": "FATFS_CODEPAGE_861", + "range": null, + "title": "Icelandic (CP861)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_862", - "name": "FATFS_CODEPAGE_862", - "range": null, - "title": "Hebrew (CP862)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_862", + "name": "FATFS_CODEPAGE_862", + "range": null, + "title": "Hebrew (CP862)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_863", - "name": "FATFS_CODEPAGE_863", - "range": null, - "title": "Canadian French (CP863)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_863", + "name": "FATFS_CODEPAGE_863", + "range": null, + "title": "Canadian French (CP863)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_864", - "name": "FATFS_CODEPAGE_864", - "range": null, - "title": "Arabic (CP864)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_864", + "name": "FATFS_CODEPAGE_864", + "range": null, + "title": "Arabic (CP864)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_865", - "name": "FATFS_CODEPAGE_865", - "range": null, - "title": "Nordic (CP865)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_865", + "name": "FATFS_CODEPAGE_865", + "range": null, + "title": "Nordic (CP865)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_866", - "name": "FATFS_CODEPAGE_866", - "range": null, - "title": "Russian (CP866)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_866", + "name": "FATFS_CODEPAGE_866", + "range": null, + "title": "Russian (CP866)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_869", - "name": "FATFS_CODEPAGE_869", - "range": null, - "title": "Greek 2 (CP869)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_869", + "name": "FATFS_CODEPAGE_869", + "range": null, + "title": "Greek 2 (CP869)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_932", - "name": "FATFS_CODEPAGE_932", - "range": null, - "title": "Japanese (DBCS) (CP932)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_932", + "name": "FATFS_CODEPAGE_932", + "range": null, + "title": "Japanese (DBCS) (CP932)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_936", - "name": "FATFS_CODEPAGE_936", - "range": null, - "title": "Simplified Chinese (DBCS) (CP936)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_936", + "name": "FATFS_CODEPAGE_936", + "range": null, + "title": "Simplified Chinese (DBCS) (CP936)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_949", - "name": "FATFS_CODEPAGE_949", - "range": null, - "title": "Korean (DBCS) (CP949)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_949", + "name": "FATFS_CODEPAGE_949", + "range": null, + "title": "Korean (DBCS) (CP949)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_CODEPAGE_950", - "name": "FATFS_CODEPAGE_950", - "range": null, - "title": "Traditional Chinese (DBCS) (CP950)", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_950", + "name": "FATFS_CODEPAGE_950", + "range": null, + "title": "Traditional Chinese (DBCS) (CP950)", "type": "bool" } - ], - "depends_on": null, - "help": "OEM code page used for file name encodings.\n\nIf \"Dynamic\" is selected, code page can be chosen at runtime using\nf_setcp function. Note that choosing this option will increase\napplication size by ~480kB.", - "id": "component-config-fat-filesystem-support-oem-code-page", - "name": "FATFS_CHOOSE_CODEPAGE", - "title": "OEM Code Page", + ], + "depends_on": null, + "help": "OEM code page used for file name encodings.\n\nIf \"Dynamic\" is selected, code page can be chosen at runtime using\nf_setcp function. Note that choosing this option will increase\napplication size by ~480kB.", + "id": "component-config-fat-filesystem-support-oem-code-page", + "name": "FATFS_CHOOSE_CODEPAGE", + "title": "OEM Code Page", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "FATFS_CODEPAGE", - "name": "FATFS_CODEPAGE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "FATFS_CODEPAGE", + "name": "FATFS_CODEPAGE", + "range": null, + "title": null, "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_LFN_NONE", - "name": "FATFS_LFN_NONE", - "range": null, - "title": "No long filenames", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_LFN_NONE", + "name": "FATFS_LFN_NONE", + "range": null, + "title": "No long filenames", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_LFN_HEAP", - "name": "FATFS_LFN_HEAP", - "range": null, - "title": "Long filename buffer in heap", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_LFN_HEAP", + "name": "FATFS_LFN_HEAP", + "range": null, + "title": "Long filename buffer in heap", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_LFN_STACK", - "name": "FATFS_LFN_STACK", - "range": null, - "title": "Long filename buffer on stack", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_LFN_STACK", + "name": "FATFS_LFN_STACK", + "range": null, + "title": "Long filename buffer on stack", "type": "bool" } - ], - "depends_on": null, - "help": "Support long filenames in FAT. Long filename data increases\nmemory usage. FATFS can be configured to store the buffer for\nlong filename data in stack or heap.", - "id": "component-config-fat-filesystem-support-long-filename-support", - "name": "FATFS_LONG_FILENAMES", - "title": "Long filename support", + ], + "depends_on": null, + "help": "Support long filenames in FAT. Long filename data increases\nmemory usage. FATFS can be configured to store the buffer for\nlong filename data in stack or heap.", + "id": "component-config-fat-filesystem-support-long-filename-support", + "name": "FATFS_LONG_FILENAMES", + "title": "Long filename support", "type": "choice" - }, + }, { - "children": [], - "depends_on": "!FATFS_LFN_NONE", - "help": "Maximum long filename length. Can be reduced to save RAM.", - "id": "FATFS_MAX_LFN", - "name": "FATFS_MAX_LFN", - "range": null, - "title": "Max long filename length", + "children": [], + "depends_on": "!FATFS_LFN_NONE", + "help": "Maximum long filename length. Can be reduced to save RAM.", + "id": "FATFS_MAX_LFN", + "name": "FATFS_MAX_LFN", + "range": null, + "title": "Max long filename length", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_API_ENCODING_ANSI_OEM", - "name": "FATFS_API_ENCODING_ANSI_OEM", - "range": null, - "title": "API uses ANSI/OEM encoding", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_API_ENCODING_ANSI_OEM", + "name": "FATFS_API_ENCODING_ANSI_OEM", + "range": null, + "title": "API uses ANSI/OEM encoding", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_API_ENCODING_UTF_16", - "name": "FATFS_API_ENCODING_UTF_16", - "range": null, - "title": "API uses UTF-16 encoding", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_API_ENCODING_UTF_16", + "name": "FATFS_API_ENCODING_UTF_16", + "range": null, + "title": "API uses UTF-16 encoding", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_API_ENCODING_UTF_8", - "name": "FATFS_API_ENCODING_UTF_8", - "range": null, - "title": "API uses UTF-8 encoding", + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_API_ENCODING_UTF_8", + "name": "FATFS_API_ENCODING_UTF_8", + "range": null, + "title": "API uses UTF-8 encoding", "type": "bool" } - ], - "depends_on": "!FATFS_LFN_NONE", - "help": "Choose encoding for character and string arguments/returns when using\nFATFS APIs. The encoding of arguments will usually depend on text\neditor settings.", - "id": "component-config-fat-filesystem-support-api-character-encoding", - "name": "FATFS_API_ENCODING", - "title": "API character encoding", + ], + "depends_on": "!FATFS_LFN_NONE", + "help": "Choose encoding for character and string arguments/returns when using\nFATFS APIs. The encoding of arguments will usually depend on text\neditor settings.", + "id": "component-config-fat-filesystem-support-api-character-encoding", + "name": "FATFS_API_ENCODING", + "title": "API character encoding", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option sets the FATFS configuration value _FS_LOCK.\nThe option _FS_LOCK switches file lock function to control duplicated file open\nand illegal operation to open objects.\n\n* 0: Disable file lock function. To avoid volume corruption, application\nshould avoid illegal open, remove and rename to the open objects.\n\n* >0: Enable file lock function. The value defines how many files/sub-directories\ncan be opened simultaneously under file lock control.\n\nNote that the file lock control is independent of re-entrancy.", - "id": "FATFS_FS_LOCK", - "name": "FATFS_FS_LOCK", + "children": [], + "depends_on": null, + "help": "This option sets the FATFS configuration value _FS_LOCK.\nThe option _FS_LOCK switches file lock function to control duplicated file open\nand illegal operation to open objects.\n\n* 0: Disable file lock function. To avoid volume corruption, application\nshould avoid illegal open, remove and rename to the open objects.\n\n* >0: Enable file lock function. The value defines how many files/sub-directories\ncan be opened simultaneously under file lock control.\n\nNote that the file lock control is independent of re-entrancy.", + "id": "FATFS_FS_LOCK", + "name": "FATFS_FS_LOCK", "range": [ - 0, + 0, 65535 - ], - "title": "Number of simultaneously open files protected by lock function", + ], + "title": "Number of simultaneously open files protected by lock function", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option sets FATFS configuration value _FS_TIMEOUT, scaled to milliseconds.\nSets the number of milliseconds FATFS will wait to acquire a mutex when\noperating on an open file. For example, if one task is performing a lenghty\noperation, another task will wait for the first task to release the lock,\nand time out after amount of time set by this option.", - "id": "FATFS_TIMEOUT_MS", - "name": "FATFS_TIMEOUT_MS", - "range": null, - "title": "Timeout for acquiring a file lock, ms", + "children": [], + "depends_on": null, + "help": "This option sets FATFS configuration value _FS_TIMEOUT, scaled to milliseconds.\nSets the number of milliseconds FATFS will wait to acquire a mutex when\noperating on an open file. For example, if one task is performing a lenghty\noperation, another task will wait for the first task to release the lock,\nand time out after amount of time set by this option.", + "id": "FATFS_TIMEOUT_MS", + "name": "FATFS_TIMEOUT_MS", + "range": null, + "title": "Timeout for acquiring a file lock, ms", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option affects FATFS configuration value _FS_TINY.\n\nIf this option is set, _FS_TINY is 0, and each open file has its own cache,\nsize of the cache is equal to the _MAX_SS variable (512 or 4096 bytes).\nThis option uses more RAM if more than 1 file is open, but needs less reads\nand writes to the storage for some operations.\n\nIf this option is not set, _FS_TINY is 1, and single cache is used for\nall open files, size is also equal to _MAX_SS variable. This reduces the\namount of heap used when multiple files are open, but increases the number\nof read and write operations which FATFS needs to make.", - "id": "FATFS_PER_FILE_CACHE", - "name": "FATFS_PER_FILE_CACHE", - "range": null, - "title": "Use separate cache for each file", + "children": [], + "depends_on": null, + "help": "This option affects FATFS configuration value _FS_TINY.\n\nIf this option is set, _FS_TINY is 0, and each open file has its own cache,\nsize of the cache is equal to the _MAX_SS variable (512 or 4096 bytes).\nThis option uses more RAM if more than 1 file is open, but needs less reads\nand writes to the storage for some operations.\n\nIf this option is not set, _FS_TINY is 1, and single cache is used for\nall open files, size is also equal to _MAX_SS variable. This reduces the\namount of heap used when multiple files are open, but increases the number\nof read and write operations which FATFS needs to make.", + "id": "FATFS_PER_FILE_CACHE", + "name": "FATFS_PER_FILE_CACHE", + "range": null, + "title": "Use separate cache for each file", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC", - "help": "When the option is enabled, internal buffers used by FATFS will be allocated\nfrom external RAM. If the allocation from external RAM fails, the buffer will\nbe allocated from the internal RAM.\nDisable this option if optimizing for performance. Enable this option if\noptimizing for internal memory size.", - "id": "FATFS_ALLOC_PREFER_EXTRAM", - "name": "FATFS_ALLOC_PREFER_EXTRAM", - "range": null, - "title": "Perfer external RAM when allocating FATFS buffers", + "children": [], + "depends_on": "SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC", + "help": "When the option is enabled, internal buffers used by FATFS will be allocated\nfrom external RAM. If the allocation from external RAM fails, the buffer will\nbe allocated from the internal RAM.\nDisable this option if optimizing for performance. Enable this option if\noptimizing for internal memory size.", + "id": "FATFS_ALLOC_PREFER_EXTRAM", + "name": "FATFS_ALLOC_PREFER_EXTRAM", + "range": null, + "title": "Perfer external RAM when allocating FATFS buffers", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-fat-filesystem-support", - "title": "FAT Filesystem support", + ], + "depends_on": null, + "id": "component-config-fat-filesystem-support", + "title": "FAT Filesystem support", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Enable RTU Modbus communication mode option for Modbus serial stack.", - "id": "FMB_COMM_MODE_RTU_EN", - "name": "FMB_COMM_MODE_RTU_EN", - "range": null, - "title": "Enable Modbus stack support for RTU mode", + "children": [], + "depends_on": null, + "help": "Enable RTU Modbus communication mode option for Modbus serial stack.", + "id": "FMB_COMM_MODE_RTU_EN", + "name": "FMB_COMM_MODE_RTU_EN", + "range": null, + "title": "Enable Modbus stack support for RTU mode", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable ASCII Modbus communication mode option for Modbus serial stack.", - "id": "FMB_COMM_MODE_ASCII_EN", - "name": "FMB_COMM_MODE_ASCII_EN", - "range": null, - "title": "Enable Modbus stack support for ASCII mode", + "children": [], + "depends_on": null, + "help": "Enable ASCII Modbus communication mode option for Modbus serial stack.", + "id": "FMB_COMM_MODE_ASCII_EN", + "name": "FMB_COMM_MODE_ASCII_EN", + "range": null, + "title": "Enable Modbus stack support for ASCII mode", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "If master sends a frame which is not broadcast, it has to wait sometime for slave response.\nif slave is not respond in this time, the master will process timeout error.", - "id": "FMB_MASTER_TIMEOUT_MS_RESPOND", - "name": "FMB_MASTER_TIMEOUT_MS_RESPOND", + "children": [], + "depends_on": null, + "help": "If master sends a frame which is not broadcast, it has to wait sometime for slave response.\nif slave is not respond in this time, the master will process timeout error.", + "id": "FMB_MASTER_TIMEOUT_MS_RESPOND", + "name": "FMB_MASTER_TIMEOUT_MS_RESPOND", "range": [ - 50, + 50, 400 - ], - "title": "Slave respond timeout (Milliseconds)", + ], + "title": "Slave respond timeout (Milliseconds)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "If master sends a broadcast frame, it has to wait conversion time to delay,\nthen master can send next frame.", - "id": "FMB_MASTER_DELAY_MS_CONVERT", - "name": "FMB_MASTER_DELAY_MS_CONVERT", + "children": [], + "depends_on": null, + "help": "If master sends a broadcast frame, it has to wait conversion time to delay,\nthen master can send next frame.", + "id": "FMB_MASTER_DELAY_MS_CONVERT", + "name": "FMB_MASTER_DELAY_MS_CONVERT", "range": [ - 50, + 50, 400 - ], - "title": "Slave conversion delay (Milliseconds)", + ], + "title": "Slave conversion delay (Milliseconds)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Modbus serial driver queue length. It is used by event queue task.\nSee the serial driver API for more information.", - "id": "FMB_QUEUE_LENGTH", - "name": "FMB_QUEUE_LENGTH", + "children": [], + "depends_on": null, + "help": "Modbus serial driver queue length. It is used by event queue task.\nSee the serial driver API for more information.", + "id": "FMB_QUEUE_LENGTH", + "name": "FMB_QUEUE_LENGTH", "range": [ - 0, + 0, 200 - ], - "title": "Modbus serial task queue length", + ], + "title": "Modbus serial task queue length", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Modbus serial task stack size for event queue task.\nIt may be adjusted when debugging is enabled (for example).", - "id": "FMB_SERIAL_TASK_STACK_SIZE", - "name": "FMB_SERIAL_TASK_STACK_SIZE", + "children": [], + "depends_on": null, + "help": "Modbus serial task stack size for event queue task.\nIt may be adjusted when debugging is enabled (for example).", + "id": "FMB_SERIAL_TASK_STACK_SIZE", + "name": "FMB_SERIAL_TASK_STACK_SIZE", "range": [ - 768, + 768, 8192 - ], - "title": "Modbus serial task stack size", + ], + "title": "Modbus serial task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Modbus serial task RX and TX buffer size for UART driver initialization.\nThis buffer is used for modbus frame transfer. The Modbus protocol maximum\nframe size is 256 bytes. Bigger size can be used for non standard implementations.", - "id": "FMB_SERIAL_BUF_SIZE", - "name": "FMB_SERIAL_BUF_SIZE", + "children": [], + "depends_on": null, + "help": "Modbus serial task RX and TX buffer size for UART driver initialization.\nThis buffer is used for modbus frame transfer. The Modbus protocol maximum\nframe size is 256 bytes. Bigger size can be used for non standard implementations.", + "id": "FMB_SERIAL_BUF_SIZE", + "name": "FMB_SERIAL_BUF_SIZE", "range": [ - 0, + 0, 2048 - ], - "title": "Modbus serial task RX/TX buffer size", + ], + "title": "Modbus serial task RX/TX buffer size", "type": "int" - }, + }, { - "children": [], - "depends_on": "FMB_COMM_MODE_ASCII_EN", - "help": "This option defines the number of data bits per ASCII character.", - "id": "FMB_SERIAL_ASCII_BITS_PER_SYMB", - "name": "FMB_SERIAL_ASCII_BITS_PER_SYMB", + "children": [], + "depends_on": "FMB_COMM_MODE_ASCII_EN", + "help": "This option defines the number of data bits per ASCII character.", + "id": "FMB_SERIAL_ASCII_BITS_PER_SYMB", + "name": "FMB_SERIAL_ASCII_BITS_PER_SYMB", "range": [ - 7, + 7, 8 - ], - "title": "Number of data bits per ASCII character", + ], + "title": "Number of data bits per ASCII character", "type": "int" - }, + }, { - "children": [], - "depends_on": "FMB_COMM_MODE_ASCII_EN", - "help": "This option defines response timeout of slave in milliseconds for ASCII communication mode.\nThus the timeout will expire and allow the master\u2019s program to handle the error.", - "id": "FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS", - "name": "FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS", + "children": [], + "depends_on": "FMB_COMM_MODE_ASCII_EN", + "help": "This option defines response timeout of slave in milliseconds for ASCII communication mode.\nThus the timeout will expire and allow the master\u2019s program to handle the error.", + "id": "FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS", + "name": "FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS", "range": [ - 300, + 300, 2000 - ], - "title": "Response timeout for ASCII communication mode (ms)", + ], + "title": "Response timeout for ASCII communication mode (ms)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Modbus UART driver event task priority.\nThe priority of Modbus controller task is equal to (CONFIG_FMB_SERIAL_TASK_PRIO - 1).", - "id": "FMB_SERIAL_TASK_PRIO", - "name": "FMB_SERIAL_TASK_PRIO", + "children": [], + "depends_on": null, + "help": "Modbus UART driver event task priority.\nThe priority of Modbus controller task is equal to (CONFIG_FMB_SERIAL_TASK_PRIO - 1).", + "id": "FMB_SERIAL_TASK_PRIO", + "name": "FMB_SERIAL_TASK_PRIO", "range": [ - 3, + 3, 10 - ], - "title": "Modbus serial task priority", + ], + "title": "Modbus serial task priority", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "FMB_CONTROLLER_SLAVE_ID_SUPPORT", - "help": "Modbus slave ID value to identify modbus device\nin the network using command.\nMost significant byte of ID is used as short device ID and\nother three bytes used as long ID.", - "id": "FMB_CONTROLLER_SLAVE_ID", - "name": "FMB_CONTROLLER_SLAVE_ID", - "range": null, - "title": "Modbus controller slave ID", + "children": [], + "depends_on": "FMB_CONTROLLER_SLAVE_ID_SUPPORT", + "help": "Modbus slave ID value to identify modbus device\nin the network using command.\nMost significant byte of ID is used as short device ID and\nother three bytes used as long ID.", + "id": "FMB_CONTROLLER_SLAVE_ID", + "name": "FMB_CONTROLLER_SLAVE_ID", + "range": null, + "title": "Modbus controller slave ID", "type": "hex" } - ], - "depends_on": null, - "help": "Modbus slave ID support enable.\nWhen enabled the Modbus command is supported by stack.", - "id": "FMB_CONTROLLER_SLAVE_ID_SUPPORT", - "name": "FMB_CONTROLLER_SLAVE_ID_SUPPORT", - "range": null, - "title": "Modbus controller slave ID support", + ], + "depends_on": null, + "help": "Modbus slave ID support enable.\nWhen enabled the Modbus command is supported by stack.", + "id": "FMB_CONTROLLER_SLAVE_ID_SUPPORT", + "name": "FMB_CONTROLLER_SLAVE_ID_SUPPORT", + "range": null, + "title": "Modbus controller slave ID support", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Modbus controller notification timeout in milliseconds.\nThis timeout is used to send notification about accessed parameters.", - "id": "FMB_CONTROLLER_NOTIFY_TIMEOUT", - "name": "FMB_CONTROLLER_NOTIFY_TIMEOUT", + "children": [], + "depends_on": null, + "help": "Modbus controller notification timeout in milliseconds.\nThis timeout is used to send notification about accessed parameters.", + "id": "FMB_CONTROLLER_NOTIFY_TIMEOUT", + "name": "FMB_CONTROLLER_NOTIFY_TIMEOUT", "range": [ - 0, + 0, 200 - ], - "title": "Modbus controller notification timeout (ms)", + ], + "title": "Modbus controller notification timeout (ms)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Modbus controller notification queue size.\nThe notification queue is used to get information about accessed parameters.", - "id": "FMB_CONTROLLER_NOTIFY_QUEUE_SIZE", - "name": "FMB_CONTROLLER_NOTIFY_QUEUE_SIZE", + "children": [], + "depends_on": null, + "help": "Modbus controller notification queue size.\nThe notification queue is used to get information about accessed parameters.", + "id": "FMB_CONTROLLER_NOTIFY_QUEUE_SIZE", + "name": "FMB_CONTROLLER_NOTIFY_QUEUE_SIZE", "range": [ - 0, + 0, 200 - ], - "title": "Modbus controller notification queue size", + ], + "title": "Modbus controller notification queue size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Modbus controller task stack size. The Stack size may be adjusted when\ndebug mode is used which requires more stack size (for example).", - "id": "FMB_CONTROLLER_STACK_SIZE", - "name": "FMB_CONTROLLER_STACK_SIZE", + "children": [], + "depends_on": null, + "help": "Modbus controller task stack size. The Stack size may be adjusted when\ndebug mode is used which requires more stack size (for example).", + "id": "FMB_CONTROLLER_STACK_SIZE", + "name": "FMB_CONTROLLER_STACK_SIZE", "range": [ - 0, + 0, 8192 - ], - "title": "Modbus controller stack size", + ], + "title": "Modbus controller stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Modbus stack event queue timeout in milliseconds. This may help to optimize\nModbus stack event processing time.", - "id": "FMB_EVENT_QUEUE_TIMEOUT", - "name": "FMB_EVENT_QUEUE_TIMEOUT", + "children": [], + "depends_on": null, + "help": "Modbus stack event queue timeout in milliseconds. This may help to optimize\nModbus stack event processing time.", + "id": "FMB_EVENT_QUEUE_TIMEOUT", + "name": "FMB_EVENT_QUEUE_TIMEOUT", "range": [ - 0, + 0, 500 - ], - "title": "Modbus stack event queue timeout (ms)", + ], + "title": "Modbus stack event queue timeout (ms)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "If this option is set the Modbus stack uses timer for T3.5 time measurement.\nElse the internal UART TOUT timeout is used for 3.5T symbol time measurement.", - "id": "FMB_TIMER_PORT_ENABLED", - "name": "FMB_TIMER_PORT_ENABLED", - "range": null, - "title": "Modbus slave stack use timer for 3.5T symbol time measurement", + "children": [], + "depends_on": null, + "help": "If this option is set the Modbus stack uses timer for T3.5 time measurement.\nElse the internal UART TOUT timeout is used for 3.5T symbol time measurement.", + "id": "FMB_TIMER_PORT_ENABLED", + "name": "FMB_TIMER_PORT_ENABLED", + "range": null, + "title": "Modbus slave stack use timer for 3.5T symbol time measurement", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Modbus Timer group number that is used for timeout measurement.", - "id": "FMB_TIMER_GROUP", - "name": "FMB_TIMER_GROUP", + "children": [], + "depends_on": null, + "help": "Modbus Timer group number that is used for timeout measurement.", + "id": "FMB_TIMER_GROUP", + "name": "FMB_TIMER_GROUP", "range": [ - 0, + 0, 1 - ], - "title": "Modbus Timer group number", + ], + "title": "Modbus Timer group number", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Modbus Timer Index in the group that is used for timeout measurement.", - "id": "FMB_TIMER_INDEX", - "name": "FMB_TIMER_INDEX", + "children": [], + "depends_on": null, + "help": "Modbus Timer Index in the group that is used for timeout measurement.", + "id": "FMB_TIMER_INDEX", + "name": "FMB_TIMER_INDEX", "range": [ - 0, + 0, 1 - ], - "title": "Modbus Timer index in the group", + ], + "title": "Modbus Timer index in the group", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option places Modbus timer IRQ handler into IRAM.\nThis allows to avoid delays related to processing of non-IRAM-safe interrupts\nduring a flash write operation (NVS updating a value, or some other\nflash API which has to perform an read/write operation and disable CPU cache).\nThis option has dependency with the UART_ISR_IN_IRAM option which places UART interrupt\nhandler into IRAM to prevent delays related to processing of UART events.", - "id": "FMB_TIMER_ISR_IN_IRAM", - "name": "FMB_TIMER_ISR_IN_IRAM", - "range": null, - "title": "Place timer interrupt handler into IRAM", + "children": [], + "depends_on": null, + "help": "This option places Modbus timer IRQ handler into IRAM.\nThis allows to avoid delays related to processing of non-IRAM-safe interrupts\nduring a flash write operation (NVS updating a value, or some other\nflash API which has to perform an read/write operation and disable CPU cache).\nThis option has dependency with the UART_ISR_IN_IRAM option which places UART interrupt\nhandler into IRAM to prevent delays related to processing of UART events.", + "id": "FMB_TIMER_ISR_IN_IRAM", + "name": "FMB_TIMER_ISR_IN_IRAM", + "range": null, + "title": "Place timer interrupt handler into IRAM", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-modbus-configuration", - "title": "Modbus configuration", + ], + "depends_on": null, + "id": "component-config-modbus-configuration", + "title": "Modbus configuration", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "This version of FreeRTOS normally takes control of all cores of\nthe CPU. Select this if you only want to start it on the first core.\nThis is needed when e.g. another process needs complete control\nover the second core.\n\n# This invisible config value sets the value of tskNO_AFFINITY in task.h.\n# Intended to be used as a constant from other Kconfig files.\n# Value is (32-bit) INT_MAX.", - "id": "FREERTOS_UNICORE", - "name": "FREERTOS_UNICORE", - "range": null, - "title": "Run FreeRTOS only on first core", + "children": [], + "depends_on": null, + "help": "This version of FreeRTOS normally takes control of all cores of\nthe CPU. Select this if you only want to start it on the first core.\nThis is needed when e.g. another process needs complete control\nover the second core.\n\n# This invisible config value sets the value of tskNO_AFFINITY in task.h.\n# Intended to be used as a constant from other Kconfig files.\n# Value is (32-bit) INT_MAX.", + "id": "FREERTOS_UNICORE", + "name": "FREERTOS_UNICORE", + "range": null, + "title": "Run FreeRTOS only on first core", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "FREERTOS_NO_AFFINITY", - "name": "FREERTOS_NO_AFFINITY", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_NO_AFFINITY", + "name": "FREERTOS_NO_AFFINITY", + "range": null, + "title": null, "type": "hex" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "Select this to use timer 0", - "id": "FREERTOS_CORETIMER_0", - "name": "FREERTOS_CORETIMER_0", - "range": null, - "title": "Timer 0 (int 6, level 1)", + "children": [], + "depends_on": "", + "help": "Select this to use timer 0", + "id": "FREERTOS_CORETIMER_0", + "name": "FREERTOS_CORETIMER_0", + "range": null, + "title": "Timer 0 (int 6, level 1)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "Select this to use timer 1", - "id": "FREERTOS_CORETIMER_1", - "name": "FREERTOS_CORETIMER_1", - "range": null, - "title": "Timer 1 (int 15, level 3)", + "children": [], + "depends_on": "", + "help": "Select this to use timer 1", + "id": "FREERTOS_CORETIMER_1", + "name": "FREERTOS_CORETIMER_1", + "range": null, + "title": "Timer 1 (int 15, level 3)", "type": "bool" } - ], - "depends_on": null, - "help": "FreeRTOS needs a timer with an associated interrupt to use as\nthe main tick source to increase counters, run timers and do\npre-emptive multitasking with. There are multiple timers available\nto do this, with different interrupt priorities. Check", - "id": "component-config-freertos-xtensa-timer-to-use-as-the-freertos-tick-source", - "name": "FREERTOS_CORETIMER", - "title": "Xtensa timer to use as the FreeRTOS tick source", + ], + "depends_on": null, + "help": "FreeRTOS needs a timer with an associated interrupt to use as\nthe main tick source to increase counters, run timers and do\npre-emptive multitasking with. There are multiple timers available\nto do this, with different interrupt priorities. Check", + "id": "component-config-freertos-xtensa-timer-to-use-as-the-freertos-tick-source", + "name": "FREERTOS_CORETIMER", + "title": "Xtensa timer to use as the FreeRTOS tick source", "type": "choice" - }, + }, { - "children": [], - "depends_on": "FREERTOS_UNICORE", - "help": "On most platforms there are instructions can speedup the ready task\nsearching. Enabling this option the FreeRTOS with this instructions\nsupport will be built.", - "id": "FREERTOS_OPTIMIZED_SCHEDULER", - "name": "FREERTOS_OPTIMIZED_SCHEDULER", - "range": null, - "title": "Enable FreeRTOS p\u013aatform optimized scheduler", + "children": [], + "depends_on": "FREERTOS_UNICORE", + "help": "On most platforms there are instructions can speedup the ready task\nsearching. Enabling this option the FreeRTOS with this instructions\nsupport will be built.", + "id": "FREERTOS_OPTIMIZED_SCHEDULER", + "name": "FREERTOS_OPTIMIZED_SCHEDULER", + "range": null, + "title": "Enable FreeRTOS p\u013aatform optimized scheduler", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Select the tick rate at which FreeRTOS does pre-emptive context switching.", - "id": "FREERTOS_HZ", - "name": "FREERTOS_HZ", + "children": [], + "depends_on": null, + "help": "Select the tick rate at which FreeRTOS does pre-emptive context switching.", + "id": "FREERTOS_HZ", + "name": "FREERTOS_HZ", "range": [ - 1, + 1, 1000 - ], - "title": "Tick rate (Hz)", + ], + "title": "Tick rate (Hz)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Some functions in FreeRTOS have not been thoroughly tested yet when moving to\nthe SMP implementation of FreeRTOS. When this option is enabled, these fuctions\nwill throw an assert().", - "id": "FREERTOS_ASSERT_ON_UNTESTED_FUNCTION", - "name": "FREERTOS_ASSERT_ON_UNTESTED_FUNCTION", - "range": null, - "title": "Halt when an SMP-untested function is called", + "children": [], + "depends_on": null, + "help": "Some functions in FreeRTOS have not been thoroughly tested yet when moving to\nthe SMP implementation of FreeRTOS. When this option is enabled, these fuctions\nwill throw an assert().", + "id": "FREERTOS_ASSERT_ON_UNTESTED_FUNCTION", + "name": "FREERTOS_ASSERT_ON_UNTESTED_FUNCTION", + "range": null, + "title": "Halt when an SMP-untested function is called", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "Do not check for stack overflows (configCHECK_FOR_STACK_OVERFLOW=0)", - "id": "FREERTOS_CHECK_STACKOVERFLOW_NONE", - "name": "FREERTOS_CHECK_STACKOVERFLOW_NONE", - "range": null, - "title": "No checking", + "children": [], + "depends_on": "", + "help": "Do not check for stack overflows (configCHECK_FOR_STACK_OVERFLOW=0)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_NONE", + "name": "FREERTOS_CHECK_STACKOVERFLOW_NONE", + "range": null, + "title": "No checking", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "Check for stack overflows on each context switch by checking if\nthe stack pointer is in a valid range. Quick but does not detect\nstack overflows that happened between context switches\n(configCHECK_FOR_STACK_OVERFLOW=1)", - "id": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", - "name": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", - "range": null, - "title": "Check by stack pointer value", + "children": [], + "depends_on": "", + "help": "Check for stack overflows on each context switch by checking if\nthe stack pointer is in a valid range. Quick but does not detect\nstack overflows that happened between context switches\n(configCHECK_FOR_STACK_OVERFLOW=1)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", + "name": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", + "range": null, + "title": "Check by stack pointer value", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "Places some magic bytes at the end of the stack area and on each\ncontext switch, check if these bytes are still intact. More thorough\nthan just checking the pointer, but also slightly slower.\n(configCHECK_FOR_STACK_OVERFLOW=2)", - "id": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", - "name": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", - "range": null, - "title": "Check using canary bytes", + "children": [], + "depends_on": "", + "help": "Places some magic bytes at the end of the stack area and on each\ncontext switch, check if these bytes are still intact. More thorough\nthan just checking the pointer, but also slightly slower.\n(configCHECK_FOR_STACK_OVERFLOW=2)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", + "name": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", + "range": null, + "title": "Check using canary bytes", "type": "bool" } - ], - "depends_on": null, - "help": "FreeRTOS can check for stack overflows in threads and trigger an user function\ncalled vApplicationStackOverflowHook when this happens.", - "id": "component-config-freertos-check-for-stack-overflow", - "name": "FREERTOS_CHECK_STACKOVERFLOW", - "title": "Check for stack overflow", + ], + "depends_on": null, + "help": "FreeRTOS can check for stack overflows in threads and trigger an user function\ncalled vApplicationStackOverflowHook when this happens.", + "id": "component-config-freertos-check-for-stack-overflow", + "name": "FREERTOS_CHECK_STACKOVERFLOW", + "title": "Check for stack overflow", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "FreeRTOS can check if a stack has overflown its bounds by checking either the value of\nthe stack pointer or by checking the integrity of canary bytes. (See FREERTOS_CHECK_STACKOVERFLOW\nfor more information.) These checks only happen on a context switch, and the situation that caused\nthe stack overflow may already be long gone by then. This option will use the debug memory\nwatchpoint 1 (the second one) to allow breaking into the debugger (or panic'ing) as soon as any\nof the last 32 bytes on the stack of a task are overwritten. The side effect is that using gdb, you\neffectively only have one watchpoint; the 2nd one is overwritten as soon as a task switch happens.\n\nThis check only triggers if the stack overflow writes within 4 bytes of the end of the stack, rather than\novershooting further, so it is worth combining this approach with one of the other stack overflow check\nmethods.\n\nWhen this watchpoint is hit, gdb will stop with a SIGTRAP message. When no JTAG OCD is attached, esp-idf\nwill panic on an unhandled debug exception.", - "id": "FREERTOS_WATCHPOINT_END_OF_STACK", - "name": "FREERTOS_WATCHPOINT_END_OF_STACK", - "range": null, - "title": "Set a debug watchpoint as a stack overflow check", + "children": [], + "depends_on": null, + "help": "FreeRTOS can check if a stack has overflown its bounds by checking either the value of\nthe stack pointer or by checking the integrity of canary bytes. (See FREERTOS_CHECK_STACKOVERFLOW\nfor more information.) These checks only happen on a context switch, and the situation that caused\nthe stack overflow may already be long gone by then. This option will use the debug memory\nwatchpoint 1 (the second one) to allow breaking into the debugger (or panic'ing) as soon as any\nof the last 32 bytes on the stack of a task are overwritten. The side effect is that using gdb, you\neffectively only have one watchpoint; the 2nd one is overwritten as soon as a task switch happens.\n\nThis check only triggers if the stack overflow writes within 4 bytes of the end of the stack, rather than\novershooting further, so it is worth combining this approach with one of the other stack overflow check\nmethods.\n\nWhen this watchpoint is hit, gdb will stop with a SIGTRAP message. When no JTAG OCD is attached, esp-idf\nwill panic on an unhandled debug exception.", + "id": "FREERTOS_WATCHPOINT_END_OF_STACK", + "name": "FREERTOS_WATCHPOINT_END_OF_STACK", + "range": null, + "title": "Set a debug watchpoint as a stack overflow check", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "If this option is enabled, interrupt stack frame will be modified to\npoint to the code of the interrupted task as its return address.\nThis helps the debugger (or the panic handler) show a backtrace from\nthe interrupt to the task which was interrupted. This also works for\nnested interrupts: higer level interrupt stack can be traced back to the\nlower level interrupt.\nThis option adds 4 instructions to the interrupt dispatching code.", - "id": "FREERTOS_INTERRUPT_BACKTRACE", - "name": "FREERTOS_INTERRUPT_BACKTRACE", - "range": null, - "title": "Enable backtrace from interrupt to task context", + "children": [], + "depends_on": null, + "help": "If this option is enabled, interrupt stack frame will be modified to\npoint to the code of the interrupted task as its return address.\nThis helps the debugger (or the panic handler) show a backtrace from\nthe interrupt to the task which was interrupted. This also works for\nnested interrupts: higer level interrupt stack can be traced back to the\nlower level interrupt.\nThis option adds 4 instructions to the interrupt dispatching code.", + "id": "FREERTOS_INTERRUPT_BACKTRACE", + "name": "FREERTOS_INTERRUPT_BACKTRACE", + "range": null, + "title": "Enable backtrace from interrupt to task context", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "FreeRTOS has the ability to store per-thread pointers in the task\ncontrol block. This controls the number of pointers available.\n\nThis value must be at least 1. Index 0 is reserved for use by the pthreads API\nthread-local-storage. Other indexes can be used for any desired purpose.", - "id": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", - "name": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", + "children": [], + "depends_on": null, + "help": "FreeRTOS has the ability to store per-thread pointers in the task\ncontrol block. This controls the number of pointers available.\n\nThis value must be at least 1. Index 0 is reserved for use by the pthreads API\nthread-local-storage. Other indexes can be used for any desired purpose.", + "id": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", + "name": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", "range": [ - 1, + 1, 256 - ], - "title": "Number of thread local storage pointers", + ], + "title": "Number of thread local storage pointers", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "If a FreeRTOS configASSERT() fails, FreeRTOS will abort() and\nhalt execution. The panic handler can be configured to handle\nthe outcome of an abort() in different ways.", - "id": "FREERTOS_ASSERT_FAIL_ABORT", - "name": "FREERTOS_ASSERT_FAIL_ABORT", - "range": null, - "title": "abort() on failed assertions", + "children": [], + "depends_on": "", + "help": "If a FreeRTOS configASSERT() fails, FreeRTOS will abort() and\nhalt execution. The panic handler can be configured to handle\nthe outcome of an abort() in different ways.", + "id": "FREERTOS_ASSERT_FAIL_ABORT", + "name": "FREERTOS_ASSERT_FAIL_ABORT", + "range": null, + "title": "abort() on failed assertions", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "If a FreeRTOS assertion fails, print it out and continue.", - "id": "FREERTOS_ASSERT_FAIL_PRINT_CONTINUE", - "name": "FREERTOS_ASSERT_FAIL_PRINT_CONTINUE", - "range": null, - "title": "Print and continue failed assertions", + "children": [], + "depends_on": "", + "help": "If a FreeRTOS assertion fails, print it out and continue.", + "id": "FREERTOS_ASSERT_FAIL_PRINT_CONTINUE", + "name": "FREERTOS_ASSERT_FAIL_PRINT_CONTINUE", + "range": null, + "title": "Print and continue failed assertions", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "FreeRTOS configASSERT() will not be compiled into the binary.", - "id": "FREERTOS_ASSERT_DISABLE", - "name": "FREERTOS_ASSERT_DISABLE", - "range": null, - "title": "Disable FreeRTOS assertions", + "children": [], + "depends_on": "", + "help": "FreeRTOS configASSERT() will not be compiled into the binary.", + "id": "FREERTOS_ASSERT_DISABLE", + "name": "FREERTOS_ASSERT_DISABLE", + "range": null, + "title": "Disable FreeRTOS assertions", "type": "bool" } - ], - "depends_on": null, - "help": "Failed FreeRTOS configASSERT() assertions can be configured to\nbehave in different ways.", - "id": "component-config-freertos-freertos-assertions", - "name": "FREERTOS_ASSERT", - "title": "FreeRTOS assertions", + ], + "depends_on": null, + "help": "Failed FreeRTOS configASSERT() assertions can be configured to\nbehave in different ways.", + "id": "component-config-freertos-freertos-assertions", + "name": "FREERTOS_ASSERT", + "title": "FreeRTOS assertions", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "The idle task has its own stack, sized in bytes. The default size is enough for most uses. Size can be\nreduced to 768 bytes if no (or simple) FreeRTOS idle hooks are used and pthread local storage or FreeRTOS\nlocal storage cleanup callbacks are not used.\n\nThe stack size may need to be increased above the default if the app installs idle or thread local storage\ncleanup hooks that use a lot of stack memory.", - "id": "FREERTOS_IDLE_TASK_STACKSIZE", - "name": "FREERTOS_IDLE_TASK_STACKSIZE", + "children": [], + "depends_on": null, + "help": "The idle task has its own stack, sized in bytes. The default size is enough for most uses. Size can be\nreduced to 768 bytes if no (or simple) FreeRTOS idle hooks are used and pthread local storage or FreeRTOS\nlocal storage cleanup callbacks are not used.\n\nThe stack size may need to be increased above the default if the app installs idle or thread local storage\ncleanup hooks that use a lot of stack memory.", + "id": "FREERTOS_IDLE_TASK_STACKSIZE", + "name": "FREERTOS_IDLE_TASK_STACKSIZE", "range": [ - 768, + 768, 32768 - ], - "title": "Idle Task stack size", + ], + "title": "Idle Task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "The interrupt handlers have their own stack. The size of the stack can be defined here.\nEach processor has its own stack, so the total size occupied will be twice this.", - "id": "FREERTOS_ISR_STACKSIZE", - "name": "FREERTOS_ISR_STACKSIZE", + "children": [], + "depends_on": null, + "help": "The interrupt handlers have their own stack. The size of the stack can be defined here.\nEach processor has its own stack, so the total size occupied will be twice this.", + "id": "FREERTOS_ISR_STACKSIZE", + "name": "FREERTOS_ISR_STACKSIZE", "range": [ - 1536, + 1536, 32768 - ], - "title": "ISR stack size", + ], + "title": "ISR stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "FreeRTOS offers a number of hooks/callback functions that are called when a timer\ntick happens, the idle thread runs etc. esp-idf replaces these by runtime registerable\nhooks using the esp_register_freertos_xxx_hook system, but for legacy reasons the old\nhooks can also still be enabled. Please enable this only if you have code that for some\nreason can't be migrated to the esp_register_freertos_xxx_hook system.", - "id": "FREERTOS_LEGACY_HOOKS", - "name": "FREERTOS_LEGACY_HOOKS", - "range": null, - "title": "Use FreeRTOS legacy hooks", + "children": [], + "depends_on": null, + "help": "FreeRTOS offers a number of hooks/callback functions that are called when a timer\ntick happens, the idle thread runs etc. esp-idf replaces these by runtime registerable\nhooks using the esp_register_freertos_xxx_hook system, but for legacy reasons the old\nhooks can also still be enabled. Please enable this only if you have code that for some\nreason can't be migrated to the esp_register_freertos_xxx_hook system.", + "id": "FREERTOS_LEGACY_HOOKS", + "name": "FREERTOS_LEGACY_HOOKS", + "range": null, + "title": "Use FreeRTOS legacy hooks", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Changes the maximum task name length. Each task allocated will\ninclude this many bytes for a task name. Using a shorter value\nsaves a small amount of RAM, a longer value allows more complex\nnames.\n\nFor most uses, the default of 16 is OK.", - "id": "FREERTOS_MAX_TASK_NAME_LEN", - "name": "FREERTOS_MAX_TASK_NAME_LEN", + "children": [], + "depends_on": null, + "help": "Changes the maximum task name length. Each task allocated will\ninclude this many bytes for a task name. Using a shorter value\nsaves a small amount of RAM, a longer value allows more complex\nnames.\n\nFor most uses, the default of 16 is OK.", + "id": "FREERTOS_MAX_TASK_NAME_LEN", + "name": "FREERTOS_MAX_TASK_NAME_LEN", "range": [ - 1, + 1, 256 - ], - "title": "Maximum task name length", + ], + "title": "Maximum task name length", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "FREERTOS_SUPPORT_STATIC_ALLOCATION", - "help": "Enable this option to make FreeRTOS call the static task clean up hook when a task is deleted.\n\nBear in mind that if this option is enabled you will need to implement the following function::\n\n void vPortCleanUpTCB ( void *pxTCB ) {\n // place clean up code here\n }", - "id": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", - "name": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", - "range": null, - "title": "Enable static task clean up hook", + "children": [], + "depends_on": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "help": "Enable this option to make FreeRTOS call the static task clean up hook when a task is deleted.\n\nBear in mind that if this option is enabled you will need to implement the following function::\n\n void vPortCleanUpTCB ( void *pxTCB ) {\n // place clean up code here\n }", + "id": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "name": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "range": null, + "title": "Enable static task clean up hook", "type": "bool" } - ], - "depends_on": null, - "help": "FreeRTOS gives the application writer the ability to instead provide the memory\nthemselves, allowing the following objects to optionally be created without any\nmemory being allocated dynamically:\n\n- Tasks\n- Software Timers (Daemon task is still dynamic. See documentation)\n- Queues\n- Event Groups\n- Binary Semaphores\n- Counting Semaphores\n- Recursive Semaphores\n- Mutexes\n\nWhether it is preferable to use static or dynamic memory allocation is dependent on\nthe application, and the preference of the application writer. Both methods have pros\nand cons, and both methods can be used within the same RTOS application.\n\nCreating RTOS objects using statically allocated RAM has the benefit of providing the application writer\nwith more control: RTOS objects can be placed at specific memory locations. The maximum RAM footprint can\nbe determined at link time, rather than run time. The application writer does not need to concern\nthemselves with graceful handling of memory allocation failures. It allows the RTOS to be used in\napplications that simply don't allow any dynamic memory allocation (although FreeRTOS includes allocation\nschemes that can overcome most objections).", - "id": "FREERTOS_SUPPORT_STATIC_ALLOCATION", - "name": "FREERTOS_SUPPORT_STATIC_ALLOCATION", - "range": null, - "title": "Enable FreeRTOS static allocation API", + ], + "depends_on": null, + "help": "FreeRTOS gives the application writer the ability to instead provide the memory\nthemselves, allowing the following objects to optionally be created without any\nmemory being allocated dynamically:\n\n- Tasks\n- Software Timers (Daemon task is still dynamic. See documentation)\n- Queues\n- Event Groups\n- Binary Semaphores\n- Counting Semaphores\n- Recursive Semaphores\n- Mutexes\n\nWhether it is preferable to use static or dynamic memory allocation is dependent on\nthe application, and the preference of the application writer. Both methods have pros\nand cons, and both methods can be used within the same RTOS application.\n\nCreating RTOS objects using statically allocated RAM has the benefit of providing the application writer\nwith more control: RTOS objects can be placed at specific memory locations. The maximum RAM footprint can\nbe determined at link time, rather than run time. The application writer does not need to concern\nthemselves with graceful handling of memory allocation failures. It allows the RTOS to be used in\napplications that simply don't allow any dynamic memory allocation (although FreeRTOS includes allocation\nschemes that can overcome most objections).", + "id": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "name": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "range": null, + "title": "Enable FreeRTOS static allocation API", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "The timer service task (primarily) makes use of existing FreeRTOS features, allowing timer\nfunctionality to be added to an application with minimal impact on the size of the application's\nexecutable binary.\n\nUse this constant to define the priority that the timer task will run at.", - "id": "FREERTOS_TIMER_TASK_PRIORITY", - "name": "FREERTOS_TIMER_TASK_PRIORITY", + "children": [], + "depends_on": null, + "help": "The timer service task (primarily) makes use of existing FreeRTOS features, allowing timer\nfunctionality to be added to an application with minimal impact on the size of the application's\nexecutable binary.\n\nUse this constant to define the priority that the timer task will run at.", + "id": "FREERTOS_TIMER_TASK_PRIORITY", + "name": "FREERTOS_TIMER_TASK_PRIORITY", "range": [ - 1, + 1, 25 - ], - "title": "FreeRTOS timer task priority", + ], + "title": "FreeRTOS timer task priority", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "The timer service task (primarily) makes use of existing FreeRTOS features, allowing timer\nfunctionality to be added to an application with minimal impact on the size of the application's\nexecutable binary.\n\nUse this constant to define the size (in bytes) of the stack allocated for the timer task.", - "id": "FREERTOS_TIMER_TASK_STACK_DEPTH", - "name": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "children": [], + "depends_on": null, + "help": "The timer service task (primarily) makes use of existing FreeRTOS features, allowing timer\nfunctionality to be added to an application with minimal impact on the size of the application's\nexecutable binary.\n\nUse this constant to define the size (in bytes) of the stack allocated for the timer task.", + "id": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "name": "FREERTOS_TIMER_TASK_STACK_DEPTH", "range": [ - 1536, + 1536, 32768 - ], - "title": "FreeRTOS timer task stack size", + ], + "title": "FreeRTOS timer task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "FreeRTOS provides a set of timer related API functions. Many of these functions use a standard\nFreeRTOS queue to send commands to the timer service task. The queue used for this purpose is\ncalled the 'timer command queue'. The 'timer command queue' is private to the FreeRTOS timer\nimplementation, and cannot be accessed directly.\n\nFor most uses the default value of 10 is OK.", - "id": "FREERTOS_TIMER_QUEUE_LENGTH", - "name": "FREERTOS_TIMER_QUEUE_LENGTH", + "children": [], + "depends_on": null, + "help": "FreeRTOS provides a set of timer related API functions. Many of these functions use a standard\nFreeRTOS queue to send commands to the timer service task. The queue used for this purpose is\ncalled the 'timer command queue'. The 'timer command queue' is private to the FreeRTOS timer\nimplementation, and cannot be accessed directly.\n\nFor most uses the default value of 10 is OK.", + "id": "FREERTOS_TIMER_QUEUE_LENGTH", + "name": "FREERTOS_TIMER_QUEUE_LENGTH", "range": [ - 5, + 5, 20 - ], - "title": "FreeRTOS timer queue length", + ], + "title": "FreeRTOS timer queue length", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "FreeRTOS uses the queue registry as a means for kernel aware debuggers to locate queues, semaphores,\nand mutexes. The registry allows for a textual name to be associated with a queue for easy identification\nwithin a debugging GUI. A value of 0 will disable queue registry functionality, and a value larger than 0\nwill specify the number of queues/semaphores/mutexes that the registry can hold.", - "id": "FREERTOS_QUEUE_REGISTRY_SIZE", - "name": "FREERTOS_QUEUE_REGISTRY_SIZE", + "children": [], + "depends_on": null, + "help": "FreeRTOS uses the queue registry as a means for kernel aware debuggers to locate queues, semaphores,\nand mutexes. The registry allows for a textual name to be associated with a queue for easy identification\nwithin a debugging GUI. A value of 0 will disable queue registry functionality, and a value larger than 0\nwill specify the number of queues/semaphores/mutexes that the registry can hold.", + "id": "FREERTOS_QUEUE_REGISTRY_SIZE", + "name": "FREERTOS_QUEUE_REGISTRY_SIZE", "range": [ - 0, + 0, 20 - ], - "title": "FreeRTOS queue registry size", + ], + "title": "FreeRTOS queue registry size", "type": "int" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", - "help": "If enabled, this will include an extra column when vTaskList is called\nto display the CoreID the task is pinned to (0,1) or -1 if not pinned.", - "id": "FREERTOS_VTASKLIST_INCLUDE_COREID", - "name": "FREERTOS_VTASKLIST_INCLUDE_COREID", - "range": null, - "title": "Enable display of xCoreID in vTaskList", + "children": [], + "depends_on": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "help": "If enabled, this will include an extra column when vTaskList is called\nto display the CoreID the task is pinned to (0,1) or -1 if not pinned.", + "id": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "name": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "range": null, + "title": "Enable display of xCoreID in vTaskList", "type": "bool" } - ], - "depends_on": "FREERTOS_USE_TRACE_FACILITY", - "help": "If enabled, configUSE_STATS_FORMATTING_FUNCTIONS will be defined as 1 in\nFreeRTOS. This will allow the usage of stats formatting functions such\nas vTaskList().", - "id": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", - "name": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", - "range": null, - "title": "Enable FreeRTOS stats formatting functions", + ], + "depends_on": "FREERTOS_USE_TRACE_FACILITY", + "help": "If enabled, configUSE_STATS_FORMATTING_FUNCTIONS will be defined as 1 in\nFreeRTOS. This will allow the usage of stats formatting functions such\nas vTaskList().", + "id": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "name": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "range": null, + "title": "Enable FreeRTOS stats formatting functions", "type": "bool" } - ], - "depends_on": null, - "help": "If enabled, configUSE_TRACE_FACILITY will be defined as 1 in FreeRTOS.\nThis will allow the usage of trace facility functions such as\nuxTaskGetSystemState().", - "id": "FREERTOS_USE_TRACE_FACILITY", - "name": "FREERTOS_USE_TRACE_FACILITY", - "range": null, - "title": "Enable FreeRTOS trace facility", + ], + "depends_on": null, + "help": "If enabled, configUSE_TRACE_FACILITY will be defined as 1 in FreeRTOS.\nThis will allow the usage of trace facility functions such as\nuxTaskGetSystemState().", + "id": "FREERTOS_USE_TRACE_FACILITY", + "name": "FREERTOS_USE_TRACE_FACILITY", + "range": null, + "title": "Enable FreeRTOS trace facility", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": "ESP Timer will be used as the clock source for FreeRTOS run time stats.\nThe ESP Timer runs at a frequency of 1MHz regardless of Dynamic\nFrequency Scaling. Therefore the ESP Timer will overflow in\napproximately 4290 seconds.", - "id": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", - "name": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", - "range": null, - "title": "Use ESP TIMER for run time stats", + "children": [], + "depends_on": "", + "help": "ESP Timer will be used as the clock source for FreeRTOS run time stats.\nThe ESP Timer runs at a frequency of 1MHz regardless of Dynamic\nFrequency Scaling. Therefore the ESP Timer will overflow in\napproximately 4290 seconds.", + "id": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", + "name": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", + "range": null, + "title": "Use ESP TIMER for run time stats", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "CPU Clock will be used as the clock source for the generation of run\ntime stats. The CPU Clock has a frequency dependent on\nESP32_DEFAULT_CPU_FREQ_MHZ and Dynamic Frequency Scaling (DFS).\nTherefore the CPU Clock frequency can fluctuate between 80 to 240MHz.\nRun time stats generated using the CPU Clock represents the number of\nCPU cycles each task is allocated and DOES NOT reflect the amount of\ntime each task runs for (as CPU clock frequency can change). If the CPU\nclock consistently runs at the maximum frequency of 240MHz, it will\noverflow in approximately 17 seconds.", - "id": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", - "name": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", - "range": null, - "title": "Use CPU Clock for run time stats", + "children": [], + "depends_on": "", + "help": "CPU Clock will be used as the clock source for the generation of run\ntime stats. The CPU Clock has a frequency dependent on\nESP32_DEFAULT_CPU_FREQ_MHZ and Dynamic Frequency Scaling (DFS).\nTherefore the CPU Clock frequency can fluctuate between 80 to 240MHz.\nRun time stats generated using the CPU Clock represents the number of\nCPU cycles each task is allocated and DOES NOT reflect the amount of\ntime each task runs for (as CPU clock frequency can change). If the CPU\nclock consistently runs at the maximum frequency of 240MHz, it will\noverflow in approximately 17 seconds.", + "id": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", + "name": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", + "range": null, + "title": "Use CPU Clock for run time stats", "type": "bool" } - ], - "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS", - "help": "Choose the clock source for FreeRTOS run time stats. Options are CPU0's\nCPU Clock or the ESP Timer. Both clock sources are 32 bits. The CPU\nClock can run at a higher frequency hence provide a finer resolution\nbut will overflow much quicker. Note that run time stats are only valid\nuntil the clock source overflows.", - "id": "component-config-freertos-enable-freertos-to-collect-run-time-stats-choose-the-clock-source-for-run-time-stats", - "name": "FREERTOS_RUN_TIME_STATS_CLK", - "title": "Choose the clock source for run time stats", + ], + "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS", + "help": "Choose the clock source for FreeRTOS run time stats. Options are CPU0's\nCPU Clock or the ESP Timer. Both clock sources are 32 bits. The CPU\nClock can run at a higher frequency hence provide a finer resolution\nbut will overflow much quicker. Note that run time stats are only valid\nuntil the clock source overflows.", + "id": "component-config-freertos-enable-freertos-to-collect-run-time-stats-choose-the-clock-source-for-run-time-stats", + "name": "FREERTOS_RUN_TIME_STATS_CLK", + "title": "Choose the clock source for run time stats", "type": "choice" } - ], - "depends_on": null, - "help": "If enabled, configGENERATE_RUN_TIME_STATS will be defined as 1 in\nFreeRTOS. This will allow FreeRTOS to collect information regarding the\nusage of processor time amongst FreeRTOS tasks. Run time stats are\ngenerated using either the ESP Timer or the CPU Clock as the clock\nsource (Note that run time stats are only valid until the clock source\noverflows). The function vTaskGetRunTimeStats() will also be available\nif FREERTOS_USE_STATS_FORMATTING_FUNCTIONS and\nFREERTOS_USE_TRACE_FACILITY are enabled. vTaskGetRunTimeStats() will\ndisplay the run time of each task as a % of the total run time of all\nCPUs (task run time / no of CPUs) / (total run time / 100 )", - "id": "FREERTOS_GENERATE_RUN_TIME_STATS", - "name": "FREERTOS_GENERATE_RUN_TIME_STATS", - "range": null, - "title": "Enable FreeRTOS to collect run time stats", + ], + "depends_on": null, + "help": "If enabled, configGENERATE_RUN_TIME_STATS will be defined as 1 in\nFreeRTOS. This will allow FreeRTOS to collect information regarding the\nusage of processor time amongst FreeRTOS tasks. Run time stats are\ngenerated using either the ESP Timer or the CPU Clock as the clock\nsource (Note that run time stats are only valid until the clock source\noverflows). The function vTaskGetRunTimeStats() will also be available\nif FREERTOS_USE_STATS_FORMATTING_FUNCTIONS and\nFREERTOS_USE_TRACE_FACILITY are enabled. vTaskGetRunTimeStats() will\ndisplay the run time of each task as a % of the total run time of all\nCPUs (task run time / no of CPUs) / (total run time / 100 )", + "id": "FREERTOS_GENERATE_RUN_TIME_STATS", + "name": "FREERTOS_GENERATE_RUN_TIME_STATS", + "range": null, + "title": "Enable FreeRTOS to collect run time stats", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "FREERTOS_USE_TICKLESS_IDLE", - "help": "FreeRTOS will enter light sleep mode if no tasks need to run for this number\nof ticks.", - "id": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", - "name": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", - "range": null, - "title": "Minimum number of ticks to enter sleep mode for", + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "FreeRTOS will enter light sleep mode if no tasks need to run for this number\nof ticks.", + "id": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", + "name": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", + "range": null, + "title": "Minimum number of ticks to enter sleep mode for", "type": "int" } - ], - "depends_on": "PM_ENABLE", - "help": "If power management support is enabled, FreeRTOS will be able to put\nthe system into light sleep mode when no tasks need to run for a number\nof ticks. This number can be set using FREERTOS_IDLE_TIME_BEFORE_SLEEP option.\nThis feature is also known as \"automatic light sleep\".\n\nNote that timers created using esp_timer APIs may prevent the system from\nentering sleep mode, even when no tasks need to run.\n\nIf disabled, automatic light sleep support will be disabled.", - "id": "FREERTOS_USE_TICKLESS_IDLE", - "name": "FREERTOS_USE_TICKLESS_IDLE", - "range": null, - "title": "Tickless idle support", + ], + "depends_on": "PM_ENABLE", + "help": "If power management support is enabled, FreeRTOS will be able to put\nthe system into light sleep mode when no tasks need to run for a number\nof ticks. This number can be set using FREERTOS_IDLE_TIME_BEFORE_SLEEP option.\nThis feature is also known as \"automatic light sleep\".\n\nNote that timers created using esp_timer APIs may prevent the system from\nentering sleep mode, even when no tasks need to run.\n\nIf disabled, automatic light sleep support will be disabled.", + "id": "FREERTOS_USE_TICKLESS_IDLE", + "name": "FREERTOS_USE_TICKLESS_IDLE", + "range": null, + "title": "Tickless idle support", "type": "bool" - }, + }, { - "children": [], - "depends_on": "COMPILER_OPTIMIZATION_DEFAULT", - "help": "If enabled, all FreeRTOS task functions will be enclosed in a wrapper function.\nIf a task function mistakenly returns (i.e. does not delete), the call flow will\nreturn to the wrapper function. The wrapper function will then log an error and\nabort the application. This option is also required for GDB backtraces and C++\nexceptions to work correctly inside top-level task functions.", - "id": "FREERTOS_TASK_FUNCTION_WRAPPER", - "name": "FREERTOS_TASK_FUNCTION_WRAPPER", - "range": null, - "title": "Enclose all task functions in a wrapper function", + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_DEFAULT", + "help": "If enabled, all FreeRTOS task functions will be enclosed in a wrapper function.\nIf a task function mistakenly returns (i.e. does not delete), the call flow will\nreturn to the wrapper function. The wrapper function will then log an error and\nabort the application. This option is also required for GDB backtraces and C++\nexceptions to work correctly inside top-level task functions.", + "id": "FREERTOS_TASK_FUNCTION_WRAPPER", + "name": "FREERTOS_TASK_FUNCTION_WRAPPER", + "range": null, + "title": "Enclose all task functions in a wrapper function", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "If enabled, assert that when a mutex semaphore is given, the task giving the\nsemaphore is the task which is currently holding the mutex.", - "id": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", - "name": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", - "range": null, - "title": "Check that mutex semaphore is given by owner task", + "children": [], + "depends_on": null, + "help": "If enabled, assert that when a mutex semaphore is given, the task giving the\nsemaphore is the task which is currently holding the mutex.", + "id": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", + "name": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", + "range": null, + "title": "Check that mutex semaphore is given by owner task", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "If enabled, context of port*_CRITICAL calls (ISR or Non-ISR)\nwould be checked to be in compliance with Vanilla FreeRTOS.\ne.g Calling port*_CRITICAL from ISR context would cause assert failure", - "id": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", - "name": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", - "range": null, - "title": "Tests compliance with Vanilla FreeRTOS port*_CRITICAL calls", + "children": [], + "depends_on": null, + "help": "If enabled, context of port*_CRITICAL calls (ISR or Non-ISR)\nwould be checked to be in compliance with Vanilla FreeRTOS.\ne.g Calling port*_CRITICAL from ISR context would cause assert failure", + "id": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", + "name": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", + "range": null, + "title": "Tests compliance with Vanilla FreeRTOS port*_CRITICAL calls", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Hidden option, gets selected by CONFIG_ESPxx_DEBUG_OCDAWARE", - "id": "FREERTOS_DEBUG_OCDAWARE", - "name": "FREERTOS_DEBUG_OCDAWARE", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": "Hidden option, gets selected by CONFIG_ESPxx_DEBUG_OCDAWARE", + "id": "FREERTOS_DEBUG_OCDAWARE", + "name": "FREERTOS_DEBUG_OCDAWARE", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "IDF_TARGET_ESP32", - "help": "When enabled, the usage of float type is allowed inside Level 1\nISRs.", - "id": "FREERTOS_FPU_IN_ISR", - "name": "FREERTOS_FPU_IN_ISR", - "range": null, - "title": "Allow use of float inside Level 1 ISR (EXPERIMENTAL)", + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "When enabled, the usage of float type is allowed inside Level 1\nISRs.", + "id": "FREERTOS_FPU_IN_ISR", + "name": "FREERTOS_FPU_IN_ISR", + "range": null, + "title": "Allow use of float inside Level 1 ISR (EXPERIMENTAL)", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-freertos", - "title": "FreeRTOS", + ], + "depends_on": null, + "id": "component-config-freertos", + "title": "FreeRTOS", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "HEAP_POISONING_DISABLED", - "name": "HEAP_POISONING_DISABLED", - "range": null, - "title": "Basic (no poisoning)", + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_POISONING_DISABLED", + "name": "HEAP_POISONING_DISABLED", + "range": null, + "title": "Basic (no poisoning)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "HEAP_POISONING_LIGHT", - "name": "HEAP_POISONING_LIGHT", - "range": null, - "title": "Light impact", + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_POISONING_LIGHT", + "name": "HEAP_POISONING_LIGHT", + "range": null, + "title": "Light impact", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "HEAP_POISONING_COMPREHENSIVE", - "name": "HEAP_POISONING_COMPREHENSIVE", - "range": null, - "title": "Comprehensive", + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_POISONING_COMPREHENSIVE", + "name": "HEAP_POISONING_COMPREHENSIVE", + "range": null, + "title": "Comprehensive", "type": "bool" } - ], - "depends_on": null, - "help": "Enable heap poisoning features to detect heap corruption caused by out-of-bounds access to heap memory.\n\nSee the \"Heap Memory Debugging\" page of the IDF documentation\nfor a description of each level of heap corruption detection.", - "id": "component-config-heap-memory-debugging-heap-corruption-detection", - "name": "HEAP_CORRUPTION_DETECTION", - "title": "Heap corruption detection", + ], + "depends_on": null, + "help": "Enable heap poisoning features to detect heap corruption caused by out-of-bounds access to heap memory.\n\nSee the \"Heap Memory Debugging\" page of the IDF documentation\nfor a description of each level of heap corruption detection.", + "id": "component-config-heap-memory-debugging-heap-corruption-detection", + "name": "HEAP_CORRUPTION_DETECTION", + "title": "Heap corruption detection", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "HEAP_TRACING_OFF", - "name": "HEAP_TRACING_OFF", - "range": null, - "title": "Disabled", + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_TRACING_OFF", + "name": "HEAP_TRACING_OFF", + "range": null, + "title": "Disabled", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "HEAP_TRACING_STANDALONE", - "name": "HEAP_TRACING_STANDALONE", - "range": null, - "title": "Standalone", + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_TRACING_STANDALONE", + "name": "HEAP_TRACING_STANDALONE", + "range": null, + "title": "Standalone", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "HEAP_TRACING_TOHOST", - "name": "HEAP_TRACING_TOHOST", - "range": null, - "title": "Host-based", + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_TRACING_TOHOST", + "name": "HEAP_TRACING_TOHOST", + "range": null, + "title": "Host-based", "type": "bool" } - ], - "depends_on": null, - "help": "Enables the heap tracing API defined in esp_heap_trace.h.\n\nThis function causes a moderate increase in IRAM code side and a minor increase in heap function\n(malloc/free/realloc) CPU overhead, even when the tracing feature is not used.\nSo it's best to keep it disabled unless tracing is being used.", - "id": "component-config-heap-memory-debugging-heap-tracing", - "name": "HEAP_TRACING_DEST", - "title": "Heap tracing", + ], + "depends_on": null, + "help": "Enables the heap tracing API defined in esp_heap_trace.h.\n\nThis function causes a moderate increase in IRAM code side and a minor increase in heap function\n(malloc/free/realloc) CPU overhead, even when the tracing feature is not used.\nSo it's best to keep it disabled unless tracing is being used.", + "id": "component-config-heap-memory-debugging-heap-tracing", + "name": "HEAP_TRACING_DEST", + "title": "Heap tracing", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enables/disables heap tracing API.", - "id": "HEAP_TRACING", - "name": "HEAP_TRACING", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": "Enables/disables heap tracing API.", + "id": "HEAP_TRACING", + "name": "HEAP_TRACING", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": "HEAP_TRACING", - "help": "Number of stack frames to save when tracing heap operation callers.\n\nMore stack frames uses more memory in the heap trace buffer (and slows down allocation), but\ncan provide useful information.", - "id": "HEAP_TRACING_STACK_DEPTH", - "name": "HEAP_TRACING_STACK_DEPTH", - "range": null, - "title": "Heap tracing stack depth", + "children": [], + "depends_on": "HEAP_TRACING", + "help": "Number of stack frames to save when tracing heap operation callers.\n\nMore stack frames uses more memory in the heap trace buffer (and slows down allocation), but\ncan provide useful information.", + "id": "HEAP_TRACING_STACK_DEPTH", + "name": "HEAP_TRACING_STACK_DEPTH", + "range": null, + "title": "Heap tracing stack depth", "type": "int" - }, + }, { - "children": [], - "depends_on": "!HEAP_POISONING_DISABLED", - "help": "Enables tracking the task responsible for each heap allocation.\n\nThis function depends on heap poisoning being enabled and adds four more bytes of overhead for each block\nallocated.", - "id": "HEAP_TASK_TRACKING", - "name": "HEAP_TASK_TRACKING", - "range": null, - "title": "Enable heap task tracking", + "children": [], + "depends_on": "!HEAP_POISONING_DISABLED", + "help": "Enables tracking the task responsible for each heap allocation.\n\nThis function depends on heap poisoning being enabled and adds four more bytes of overhead for each block\nallocated.", + "id": "HEAP_TASK_TRACKING", + "name": "HEAP_TASK_TRACKING", + "range": null, + "title": "Enable heap task tracking", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-heap-memory-debugging", - "title": "Heap memory debugging", + ], + "depends_on": null, + "id": "component-config-heap-memory-debugging", + "title": "Heap memory debugging", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "You can access to parent node of parsed json", - "id": "JSMN_PARENT_LINKS", - "name": "JSMN_PARENT_LINKS", - "range": null, - "title": "Enable parent links", + "children": [], + "depends_on": null, + "help": "You can access to parent node of parsed json", + "id": "JSMN_PARENT_LINKS", + "name": "JSMN_PARENT_LINKS", + "range": null, + "title": "Enable parent links", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "In strict mode primitives are: numbers and booleans", - "id": "JSMN_STRICT", - "name": "JSMN_STRICT", - "range": null, - "title": "Enable strict mode", + "children": [], + "depends_on": null, + "help": "In strict mode primitives are: numbers and booleans", + "id": "JSMN_STRICT", + "name": "JSMN_STRICT", + "range": null, + "title": "Enable strict mode", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-jsmn", - "title": "jsmn", + ], + "depends_on": null, + "id": "component-config-jsmn", + "title": "jsmn", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "!MBEDTLS_HARDWARE_SHA", - "help": "If this option is enabled, libsodium will use thin wrappers\naround mbedTLS for SHA256 & SHA512 operations.\n\nThis saves some code size if mbedTLS is also used. However it\nis incompatible with hardware SHA acceleration (due to the\nway libsodium's API manages SHA state).", - "id": "LIBSODIUM_USE_MBEDTLS_SHA", - "name": "LIBSODIUM_USE_MBEDTLS_SHA", - "range": null, - "title": "Use mbedTLS SHA256 & SHA512 implementations", + "children": [], + "depends_on": "!MBEDTLS_HARDWARE_SHA", + "help": "If this option is enabled, libsodium will use thin wrappers\naround mbedTLS for SHA256 & SHA512 operations.\n\nThis saves some code size if mbedTLS is also used. However it\nis incompatible with hardware SHA acceleration (due to the\nway libsodium's API manages SHA state).", + "id": "LIBSODIUM_USE_MBEDTLS_SHA", + "name": "LIBSODIUM_USE_MBEDTLS_SHA", + "range": null, + "title": "Use mbedTLS SHA256 & SHA512 implementations", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-libsodium", - "title": "libsodium", + ], + "depends_on": null, + "id": "component-config-libsodium", + "title": "libsodium", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_NONE", - "name": "LOG_DEFAULT_LEVEL_NONE", - "range": null, - "title": "No output", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_NONE", + "name": "LOG_DEFAULT_LEVEL_NONE", + "range": null, + "title": "No output", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_ERROR", - "name": "LOG_DEFAULT_LEVEL_ERROR", - "range": null, - "title": "Error", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_ERROR", + "name": "LOG_DEFAULT_LEVEL_ERROR", + "range": null, + "title": "Error", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_WARN", - "name": "LOG_DEFAULT_LEVEL_WARN", - "range": null, - "title": "Warning", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_WARN", + "name": "LOG_DEFAULT_LEVEL_WARN", + "range": null, + "title": "Warning", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_INFO", - "name": "LOG_DEFAULT_LEVEL_INFO", - "range": null, - "title": "Info", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_INFO", + "name": "LOG_DEFAULT_LEVEL_INFO", + "range": null, + "title": "Info", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_DEBUG", - "name": "LOG_DEFAULT_LEVEL_DEBUG", - "range": null, - "title": "Debug", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_DEBUG", + "name": "LOG_DEFAULT_LEVEL_DEBUG", + "range": null, + "title": "Debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_VERBOSE", - "name": "LOG_DEFAULT_LEVEL_VERBOSE", - "range": null, - "title": "Verbose", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_VERBOSE", + "name": "LOG_DEFAULT_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", "type": "bool" } - ], - "depends_on": null, - "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set function.\n\nNote that this setting limits which log statements\nare compiled into the program. So setting this to, say,\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible.", - "id": "component-config-log-output-default-log-verbosity", - "name": "LOG_DEFAULT_LEVEL", - "title": "Default log verbosity", + ], + "depends_on": null, + "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set function.\n\nNote that this setting limits which log statements\nare compiled into the program. So setting this to, say,\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible.", + "id": "component-config-log-output-default-log-verbosity", + "name": "LOG_DEFAULT_LEVEL", + "title": "Default log verbosity", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "LOG_DEFAULT_LEVEL", - "name": "LOG_DEFAULT_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "LOG_DEFAULT_LEVEL", + "name": "LOG_DEFAULT_LEVEL", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable ANSI terminal color codes in bootloader output.\n\nIn order to view these, your terminal program must support ANSI color codes.", - "id": "LOG_COLORS", - "name": "LOG_COLORS", - "range": null, - "title": "Use ANSI terminal colors in log output", + "children": [], + "depends_on": null, + "help": "Enable ANSI terminal color codes in bootloader output.\n\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "LOG_COLORS", + "name": "LOG_COLORS", + "range": null, + "title": "Use ANSI terminal colors in log output", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_RTOS", - "name": "LOG_TIMESTAMP_SOURCE_RTOS", - "range": null, - "title": "Milliseconds Since Boot", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_RTOS", + "name": "LOG_TIMESTAMP_SOURCE_RTOS", + "range": null, + "title": "Milliseconds Since Boot", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", - "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", - "range": null, - "title": "System Time", + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "range": null, + "title": "System Time", "type": "bool" } - ], - "depends_on": null, - "help": "Choose what sort of timestamp is displayed in the log output:\n\n- Milliseconds since boot is calulated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- System time is taken from POSIX time functions which use the ESP32's\n RTC and FRC1 timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", - "id": "component-config-log-output-log-timestamps", - "name": "LOG_TIMESTAMP_SOURCE", - "title": "Log Timestamps", + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- Milliseconds since boot is calulated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- System time is taken from POSIX time functions which use the ESP32's\n RTC and FRC1 timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", + "id": "component-config-log-output-log-timestamps", + "name": "LOG_TIMESTAMP_SOURCE", + "title": "Log Timestamps", "type": "choice" } - ], - "depends_on": null, - "id": "component-config-log-output", - "title": "Log output", + ], + "depends_on": null, + "id": "component-config-log-output", + "title": "Log output", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "The default name this device will report to other devices on the network.\nCould be updated at runtime with esp_netif_set_hostname()", - "id": "LWIP_LOCAL_HOSTNAME", - "name": "LWIP_LOCAL_HOSTNAME", - "range": null, - "title": "Local netif hostname", + "children": [], + "depends_on": null, + "help": "The default name this device will report to other devices on the network.\nCould be updated at runtime with esp_netif_set_hostname()", + "id": "LWIP_LOCAL_HOSTNAME", + "name": "LWIP_LOCAL_HOSTNAME", + "range": null, + "title": "Local netif hostname", "type": "string" - }, + }, { - "children": [], - "depends_on": null, - "help": "If this feature is enabled, standard API such as gethostbyname\nsupport .local addresses by sending one shot multicast mDNS\nquery", - "id": "LWIP_DNS_SUPPORT_MDNS_QUERIES", - "name": "LWIP_DNS_SUPPORT_MDNS_QUERIES", - "range": null, - "title": "Enable mDNS queries in resolving host name", + "children": [], + "depends_on": null, + "help": "If this feature is enabled, standard API such as gethostbyname\nsupport .local addresses by sending one shot multicast mDNS\nquery", + "id": "LWIP_DNS_SUPPORT_MDNS_QUERIES", + "name": "LWIP_DNS_SUPPORT_MDNS_QUERIES", + "range": null, + "title": "Enable mDNS queries in resolving host name", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "If this feature is enabled, all traffic from layer2(WIFI Driver) will be\ncopied to a new buffer before sending it to layer3(LWIP stack), freeing\nthe layer2 buffer.\nPlease be notified that the total layer2 receiving buffer is fixed and\nESP32 currently supports 25 layer2 receiving buffer, when layer2 buffer\nruns out of memory, then the incoming packets will be dropped in hardware.\nThe layer3 buffer is allocated from the heap, so the total layer3 receiving\nbuffer depends on the available heap size, when heap runs out of memory,\nno copy will be sent to layer3 and packet will be dropped in layer2.\nPlease make sure you fully understand the impact of this feature before\nenabling it.", - "id": "LWIP_L2_TO_L3_COPY", - "name": "LWIP_L2_TO_L3_COPY", - "range": null, - "title": "Enable copy between Layer2 and Layer3 packets", + "children": [], + "depends_on": null, + "help": "If this feature is enabled, all traffic from layer2(WIFI Driver) will be\ncopied to a new buffer before sending it to layer3(LWIP stack), freeing\nthe layer2 buffer.\nPlease be notified that the total layer2 receiving buffer is fixed and\nESP32 currently supports 25 layer2 receiving buffer, when layer2 buffer\nruns out of memory, then the incoming packets will be dropped in hardware.\nThe layer3 buffer is allocated from the heap, so the total layer3 receiving\nbuffer depends on the available heap size, when heap runs out of memory,\nno copy will be sent to layer3 and packet will be dropped in layer2.\nPlease make sure you fully understand the impact of this feature before\nenabling it.", + "id": "LWIP_L2_TO_L3_COPY", + "name": "LWIP_L2_TO_L3_COPY", + "range": null, + "title": "Enable copy between Layer2 and Layer3 packets", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "If this feature is enabled, some functions relating to RX/TX in LWIP will be\nput into IRAM, it can improve UDP/TCP throughput by >10% for single core mode,\nit doesn't help too much for dual core mode. On the other hand, it needs about\n10KB IRAM for these optimizations.\n\nIf this feature is disabled, all lwip functions will be put into FLASH.", - "id": "LWIP_IRAM_OPTIMIZATION", - "name": "LWIP_IRAM_OPTIMIZATION", - "range": null, - "title": "Enable LWIP IRAM optimization", + "children": [], + "depends_on": null, + "help": "If this feature is enabled, some functions relating to RX/TX in LWIP will be\nput into IRAM, it can improve UDP/TCP throughput by >10% for single core mode,\nit doesn't help too much for dual core mode. On the other hand, it needs about\n10KB IRAM for these optimizations.\n\nIf this feature is disabled, all lwip functions will be put into FLASH.", + "id": "LWIP_IRAM_OPTIMIZATION", + "name": "LWIP_IRAM_OPTIMIZATION", + "range": null, + "title": "Enable LWIP IRAM optimization", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "If this feature is enabled, IGMP and MLD6 timers will be activated only\nwhen joining groups or receiving QUERY packets.\n\nThis feature will reduce the power consumption for applications which do not\nuse IGMP and MLD6.", - "id": "LWIP_TIMERS_ONDEMAND", - "name": "LWIP_TIMERS_ONDEMAND", - "range": null, - "title": "Enable LWIP Timers on demand", + "children": [], + "depends_on": null, + "help": "If this feature is enabled, IGMP and MLD6 timers will be activated only\nwhen joining groups or receiving QUERY packets.\n\nThis feature will reduce the power consumption for applications which do not\nuse IGMP and MLD6.", + "id": "LWIP_TIMERS_ONDEMAND", + "name": "LWIP_TIMERS_ONDEMAND", + "range": null, + "title": "Enable LWIP Timers on demand", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Sockets take up a certain amount of memory, and allowing fewer\nsockets to be open at the same time conserves memory. Specify\nthe maximum amount of sockets here. The valid value is from 1\nto 16.", - "id": "LWIP_MAX_SOCKETS", - "name": "LWIP_MAX_SOCKETS", + "children": [], + "depends_on": null, + "help": "Sockets take up a certain amount of memory, and allowing fewer\nsockets to be open at the same time conserves memory. Specify\nthe maximum amount of sockets here. The valid value is from 1\nto 16.", + "id": "LWIP_MAX_SOCKETS", + "name": "LWIP_MAX_SOCKETS", "range": [ - 1, + 1, 16 - ], - "title": "Max number of open sockets", + ], + "title": "Max number of open sockets", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "The virtual filesystem layer of select() redirects sockets to\nlwip_select() and non-socket file descriptors to their respective driver\nimplementations. If this option is enabled then all calls of select()\nwill be redirected to lwip_select(), therefore, select can be used\nfor sockets only.", - "id": "LWIP_USE_ONLY_LWIP_SELECT", - "name": "LWIP_USE_ONLY_LWIP_SELECT", - "range": null, - "title": "Support LWIP socket select() only", + "children": [], + "depends_on": null, + "help": "The virtual filesystem layer of select() redirects sockets to\nlwip_select() and non-socket file descriptors to their respective driver\nimplementations. If this option is enabled then all calls of select()\nwill be redirected to lwip_select(), therefore, select can be used\nfor sockets only.", + "id": "LWIP_USE_ONLY_LWIP_SELECT", + "name": "LWIP_USE_ONLY_LWIP_SELECT", + "range": null, + "title": "Support LWIP socket select() only", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "LWIP_SO_REUSE", - "help": "Enabling this option means that any incoming broadcast or multicast\npacket will be copied to all of the local sockets that it matches\n(may be more than one if SO_REUSEADDR is set on the socket.)\n\nThis increases memory overhead as the packets need to be copied,\nhowever they are only copied per matching socket. You can safely\ndisable it if you don't plan to receive broadcast or multicast\ntraffic on more than one socket at a time.", - "id": "LWIP_SO_REUSE_RXTOALL", - "name": "LWIP_SO_REUSE_RXTOALL", - "range": null, - "title": "SO_REUSEADDR copies broadcast/multicast to all matches", + "children": [], + "depends_on": "LWIP_SO_REUSE", + "help": "Enabling this option means that any incoming broadcast or multicast\npacket will be copied to all of the local sockets that it matches\n(may be more than one if SO_REUSEADDR is set on the socket.)\n\nThis increases memory overhead as the packets need to be copied,\nhowever they are only copied per matching socket. You can safely\ndisable it if you don't plan to receive broadcast or multicast\ntraffic on more than one socket at a time.", + "id": "LWIP_SO_REUSE_RXTOALL", + "name": "LWIP_SO_REUSE_RXTOALL", + "range": null, + "title": "SO_REUSEADDR copies broadcast/multicast to all matches", "type": "bool" } - ], - "depends_on": null, - "help": "Enabling this option allows binding to a port which remains in\nTIME_WAIT.", - "id": "LWIP_SO_REUSE", - "name": "LWIP_SO_REUSE", - "range": null, - "title": "Enable SO_REUSEADDR option", + ], + "depends_on": null, + "help": "Enabling this option allows binding to a port which remains in\nTIME_WAIT.", + "id": "LWIP_SO_REUSE", + "name": "LWIP_SO_REUSE", + "range": null, + "title": "Enable SO_REUSEADDR option", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option allows checking for available data on a netconn.", - "id": "LWIP_SO_RCVBUF", - "name": "LWIP_SO_RCVBUF", - "range": null, - "title": "Enable SO_RCVBUF option", + "children": [], + "depends_on": null, + "help": "Enabling this option allows checking for available data on a netconn.", + "id": "LWIP_SO_RCVBUF", + "name": "LWIP_SO_RCVBUF", + "range": null, + "title": "Enable SO_RCVBUF option", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option allows checking for the destination address\nof a received IPv4 Packet.", - "id": "LWIP_NETBUF_RECVINFO", - "name": "LWIP_NETBUF_RECVINFO", - "range": null, - "title": "Enable IP_PKTINFO option", + "children": [], + "depends_on": null, + "help": "Enabling this option allows checking for the destination address\nof a received IPv4 Packet.", + "id": "LWIP_NETBUF_RECVINFO", + "name": "LWIP_NETBUF_RECVINFO", + "range": null, + "title": "Enable IP_PKTINFO option", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option allows fragmenting outgoing IP packets if their size\nexceeds MTU.", - "id": "LWIP_IP_FRAG", - "name": "LWIP_IP_FRAG", - "range": null, - "title": "Enable fragment outgoing IP packets", + "children": [], + "depends_on": null, + "help": "Enabling this option allows fragmenting outgoing IP packets if their size\nexceeds MTU.", + "id": "LWIP_IP_FRAG", + "name": "LWIP_IP_FRAG", + "range": null, + "title": "Enable fragment outgoing IP packets", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option allows reassemblying incoming fragmented IP packets.", - "id": "LWIP_IP_REASSEMBLY", - "name": "LWIP_IP_REASSEMBLY", - "range": null, - "title": "Enable reassembly incoming fragmented IP packets", + "children": [], + "depends_on": null, + "help": "Enabling this option allows reassemblying incoming fragmented IP packets.", + "id": "LWIP_IP_REASSEMBLY", + "name": "LWIP_IP_REASSEMBLY", + "range": null, + "title": "Enable reassembly incoming fragmented IP packets", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option allows LWIP statistics", - "id": "LWIP_STATS", - "name": "LWIP_STATS", - "range": null, - "title": "Enable LWIP statistics", + "children": [], + "depends_on": null, + "help": "Enabling this option allows LWIP statistics", + "id": "LWIP_STATS", + "name": "LWIP_STATS", + "range": null, + "title": "Enable LWIP statistics", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option allows ARP table to be updated.\n\nIf this option is enabled, the incoming IP packets cause the ARP table to be\nupdated with the source MAC and IP addresses supplied in the packet.\nYou may want to disable this if you do not trust LAN peers to have the\ncorrect addresses, or as a limited approach to attempt to handle\nspoofing. If disabled, lwIP will need to make a new ARP request if\nthe peer is not already in the ARP table, adding a little latency.\nThe peer *is* in the ARP table if it requested our address before.\nAlso notice that this slows down input processing of every IP packet!\n\nThere are two known issues in real application if this feature is enabled:\n- The LAN peer may have bug to update the ARP table after the ARP entry is aged out.\nIf the ARP entry on the LAN peer is aged out but failed to be updated, all IP packets\nsent from LWIP to the LAN peer will be dropped by LAN peer.\n- The LAN peer may not be trustful, the LAN peer may send IP packets to LWIP with\ntwo different MACs, but the same IP address. If this happens, the LWIP has problem\nto receive IP packets from LAN peer.\n\nSo the recommendation is to disable this option.\nHere the LAN peer means the other side to which the ESP station or soft-AP is connected.", - "id": "LWIP_ETHARP_TRUST_IP_MAC", - "name": "LWIP_ETHARP_TRUST_IP_MAC", - "range": null, - "title": "Enable LWIP ARP trust", + "children": [], + "depends_on": null, + "help": "Enabling this option allows ARP table to be updated.\n\nIf this option is enabled, the incoming IP packets cause the ARP table to be\nupdated with the source MAC and IP addresses supplied in the packet.\nYou may want to disable this if you do not trust LAN peers to have the\ncorrect addresses, or as a limited approach to attempt to handle\nspoofing. If disabled, lwIP will need to make a new ARP request if\nthe peer is not already in the ARP table, adding a little latency.\nThe peer *is* in the ARP table if it requested our address before.\nAlso notice that this slows down input processing of every IP packet!\n\nThere are two known issues in real application if this feature is enabled:\n- The LAN peer may have bug to update the ARP table after the ARP entry is aged out.\nIf the ARP entry on the LAN peer is aged out but failed to be updated, all IP packets\nsent from LWIP to the LAN peer will be dropped by LAN peer.\n- The LAN peer may not be trustful, the LAN peer may send IP packets to LWIP with\ntwo different MACs, but the same IP address. If this happens, the LWIP has problem\nto receive IP packets from LAN peer.\n\nSo the recommendation is to disable this option.\nHere the LAN peer means the other side to which the ESP station or soft-AP is connected.", + "id": "LWIP_ETHARP_TRUST_IP_MAC", + "name": "LWIP_ETHARP_TRUST_IP_MAC", + "range": null, + "title": "Enable LWIP ARP trust", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "LWIP_ESP_GRATUITOUS_ARP", - "help": "Set the timer interval for gratuitous ARP. The default value is 60s", - "id": "LWIP_GARP_TMR_INTERVAL", - "name": "LWIP_GARP_TMR_INTERVAL", - "range": null, - "title": "GARP timer interval(seconds)", + "children": [], + "depends_on": "LWIP_ESP_GRATUITOUS_ARP", + "help": "Set the timer interval for gratuitous ARP. The default value is 60s", + "id": "LWIP_GARP_TMR_INTERVAL", + "name": "LWIP_GARP_TMR_INTERVAL", + "range": null, + "title": "GARP timer interval(seconds)", "type": "int" } - ], - "depends_on": null, - "help": "Enable this option allows to send gratuitous ARP periodically.\n\nThis option solve the compatibility issues.If the ARP table of the AP is old, and the AP\ndoesn't send ARP request to update it's ARP table, this will lead to the STA sending IP packet fail.\nThus we send gratuitous ARP periodically to let AP update it's ARP table.", - "id": "LWIP_ESP_GRATUITOUS_ARP", - "name": "LWIP_ESP_GRATUITOUS_ARP", - "range": null, - "title": "Send gratuitous ARP periodically", + ], + "depends_on": null, + "help": "Enable this option allows to send gratuitous ARP periodically.\n\nThis option solve the compatibility issues.If the ARP table of the AP is old, and the AP\ndoesn't send ARP request to update it's ARP table, this will lead to the STA sending IP packet fail.\nThus we send gratuitous ARP periodically to let AP update it's ARP table.", + "id": "LWIP_ESP_GRATUITOUS_ARP", + "name": "LWIP_ESP_GRATUITOUS_ARP", + "range": null, + "title": "Send gratuitous ARP periodically", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set TCPIP task receive mail box size. Generally bigger value means higher throughput\nbut more memory. The value should be bigger than UDP/TCP mail box size.", - "id": "LWIP_TCPIP_RECVMBOX_SIZE", - "name": "LWIP_TCPIP_RECVMBOX_SIZE", + "children": [], + "depends_on": null, + "help": "Set TCPIP task receive mail box size. Generally bigger value means higher throughput\nbut more memory. The value should be bigger than UDP/TCP mail box size.", + "id": "LWIP_TCPIP_RECVMBOX_SIZE", + "name": "LWIP_TCPIP_RECVMBOX_SIZE", "range": [ - 6, + 6, 64 - ], - "title": "TCPIP task receive mail box size", + ], + "title": "TCPIP task receive mail box size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option performs a check (via ARP request) if the offered IP address\nis not already in use by another host on the network.", - "id": "LWIP_DHCP_DOES_ARP_CHECK", - "name": "LWIP_DHCP_DOES_ARP_CHECK", - "range": null, - "title": "DHCP: Perform ARP check on any offered address", + "children": [], + "depends_on": null, + "help": "Enabling this option performs a check (via ARP request) if the offered IP address\nis not already in use by another host on the network.", + "id": "LWIP_DHCP_DOES_ARP_CHECK", + "name": "LWIP_DHCP_DOES_ARP_CHECK", + "range": null, + "title": "DHCP: Perform ARP check on any offered address", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "When this option is enabled, DHCP client tries to re-obtain last valid IP address obtained from DHCP\nserver. Last valid DHCP configuration is stored in nvs and restored after reset/power-up. If IP is still\navailable, there is no need for sending discovery message to DHCP server and save some time.", - "id": "LWIP_DHCP_RESTORE_LAST_IP", - "name": "LWIP_DHCP_RESTORE_LAST_IP", - "range": null, - "title": "DHCP: Restore last IP obtained from DHCP server", + "children": [], + "depends_on": null, + "help": "When this option is enabled, DHCP client tries to re-obtain last valid IP address obtained from DHCP\nserver. Last valid DHCP configuration is stored in nvs and restored after reset/power-up. If IP is still\navailable, there is no need for sending discovery message to DHCP server and save some time.", + "id": "LWIP_DHCP_RESTORE_LAST_IP", + "name": "LWIP_DHCP_RESTORE_LAST_IP", + "range": null, + "title": "DHCP: Restore last IP obtained from DHCP server", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "The DHCP server is calculating lease time multiplying the sent\nand received times by this number of seconds per unit.\nThe default is 60, that equals one minute.", - "id": "LWIP_DHCPS_LEASE_UNIT", - "name": "LWIP_DHCPS_LEASE_UNIT", + "children": [], + "depends_on": null, + "help": "The DHCP server is calculating lease time multiplying the sent\nand received times by this number of seconds per unit.\nThe default is 60, that equals one minute.", + "id": "LWIP_DHCPS_LEASE_UNIT", + "name": "LWIP_DHCPS_LEASE_UNIT", "range": [ - 1, + 1, 3600 - ], - "title": "Multiplier for lease time, in seconds", + ], + "title": "Multiplier for lease time, in seconds", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "The maximum number of DHCP clients that are connected to the server.\nAfter this number is exceeded, DHCP server removes of the oldest device\nfrom it's address pool, without notification.", - "id": "LWIP_DHCPS_MAX_STATION_NUM", - "name": "LWIP_DHCPS_MAX_STATION_NUM", + "children": [], + "depends_on": null, + "help": "The maximum number of DHCP clients that are connected to the server.\nAfter this number is exceeded, DHCP server removes of the oldest device\nfrom it's address pool, without notification.", + "id": "LWIP_DHCPS_MAX_STATION_NUM", + "name": "LWIP_DHCPS_MAX_STATION_NUM", "range": [ - 1, + 1, 64 - ], - "title": "Maximum number of stations", + ], + "title": "Maximum number of stations", "type": "int" } - ], - "depends_on": null, - "id": "component-config-lwip-dhcp-server", - "title": "DHCP server", + ], + "depends_on": null, + "id": "component-config-lwip-dhcp-server", + "title": "DHCP server", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "LWIP_AUTOIP", - "help": "DHCP client will send this many probes before self-assigning a\nlink local address.\n\nFrom LWIP help: \"This can be set as low as 1 to get an AutoIP\naddress very quickly, but you should be prepared to handle a\nchanging IP address when DHCP overrides AutoIP.\" (In the case of\nESP-IDF, this means multiple SYSTEM_EVENT_STA_GOT_IP events.)", - "id": "LWIP_AUTOIP_TRIES", - "name": "LWIP_AUTOIP_TRIES", - "range": null, - "title": "DHCP Probes before self-assigning IPv4 LL address", + "children": [], + "depends_on": "LWIP_AUTOIP", + "help": "DHCP client will send this many probes before self-assigning a\nlink local address.\n\nFrom LWIP help: \"This can be set as low as 1 to get an AutoIP\naddress very quickly, but you should be prepared to handle a\nchanging IP address when DHCP overrides AutoIP.\" (In the case of\nESP-IDF, this means multiple SYSTEM_EVENT_STA_GOT_IP events.)", + "id": "LWIP_AUTOIP_TRIES", + "name": "LWIP_AUTOIP_TRIES", + "range": null, + "title": "DHCP Probes before self-assigning IPv4 LL address", "type": "int" - }, + }, { - "children": [], - "depends_on": "LWIP_AUTOIP", - "help": "If the AUTOIP functionality detects this many IP conflicts while\nself-assigning an address, it will go into a rate limited mode.", - "id": "LWIP_AUTOIP_MAX_CONFLICTS", - "name": "LWIP_AUTOIP_MAX_CONFLICTS", - "range": null, - "title": "Max IP conflicts before rate limiting", + "children": [], + "depends_on": "LWIP_AUTOIP", + "help": "If the AUTOIP functionality detects this many IP conflicts while\nself-assigning an address, it will go into a rate limited mode.", + "id": "LWIP_AUTOIP_MAX_CONFLICTS", + "name": "LWIP_AUTOIP_MAX_CONFLICTS", + "range": null, + "title": "Max IP conflicts before rate limiting", "type": "int" - }, + }, { - "children": [], - "depends_on": "LWIP_AUTOIP", - "help": "If rate limiting self-assignment requests, wait this long between\neach request.", - "id": "LWIP_AUTOIP_RATE_LIMIT_INTERVAL", - "name": "LWIP_AUTOIP_RATE_LIMIT_INTERVAL", - "range": null, - "title": "Rate limited interval (seconds)", + "children": [], + "depends_on": "LWIP_AUTOIP", + "help": "If rate limiting self-assignment requests, wait this long between\neach request.", + "id": "LWIP_AUTOIP_RATE_LIMIT_INTERVAL", + "name": "LWIP_AUTOIP_RATE_LIMIT_INTERVAL", + "range": null, + "title": "Rate limited interval (seconds)", "type": "int" } - ], - "depends_on": null, - "help": "Enabling this option allows the device to self-assign an address\nin the 169.256/16 range if none is assigned statically or via DHCP.\n\nSee RFC 3927.", - "id": "LWIP_AUTOIP", - "is_menuconfig": true, - "name": "LWIP_AUTOIP", - "range": null, - "title": "Enable IPV4 Link-Local Addressing (AUTOIP)", + ], + "depends_on": null, + "help": "Enabling this option allows the device to self-assign an address\nin the 169.256/16 range if none is assigned statically or via DHCP.\n\nSee RFC 3927.", + "id": "LWIP_AUTOIP", + "is_menuconfig": true, + "name": "LWIP_AUTOIP", + "range": null, + "title": "Enable IPV4 Link-Local Addressing (AUTOIP)", "type": "menu" - }, + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows the devices to IPV6 stateless address autoconfiguration.\n\nSee RFC 4862.", + "id": "LWIP_IPV6_AUTOCONFIG", + "name": "LWIP_IPV6_AUTOCONFIG", + "range": null, + "title": "Enable IPV6 stateless address autoconfiguration", + "type": "bool" + }, { "children": [ { - "children": [], - "depends_on": "LWIP_NETIF_LOOPBACK", - "help": "Configure the maximum number of packets which can be queued for\nloopback on a given interface. Reducing this number may cause packets\nto be dropped, but will avoid filling memory with queued packet data.", - "id": "LWIP_LOOPBACK_MAX_PBUFS", - "name": "LWIP_LOOPBACK_MAX_PBUFS", + "children": [], + "depends_on": "LWIP_NETIF_LOOPBACK", + "help": "Configure the maximum number of packets which can be queued for\nloopback on a given interface. Reducing this number may cause packets\nto be dropped, but will avoid filling memory with queued packet data.", + "id": "LWIP_LOOPBACK_MAX_PBUFS", + "name": "LWIP_LOOPBACK_MAX_PBUFS", "range": [ - 0, + 0, 16 - ], - "title": "Max queued loopback packets per interface", + ], + "title": "Max queued loopback packets per interface", "type": "int" } - ], - "depends_on": null, - "help": "Enabling this option means that if a packet is sent with a destination\naddress equal to the interface's own IP address, it will \"loop back\" and\nbe received by this interface.", - "id": "LWIP_NETIF_LOOPBACK", - "is_menuconfig": true, - "name": "LWIP_NETIF_LOOPBACK", - "range": null, - "title": "Support per-interface loopback", + ], + "depends_on": null, + "help": "Enabling this option means that if a packet is sent with a destination\naddress equal to the interface's own IP address, it will \"loop back\" and\nbe received by this interface.", + "id": "LWIP_NETIF_LOOPBACK", + "is_menuconfig": true, + "name": "LWIP_NETIF_LOOPBACK", + "range": null, + "title": "Support per-interface loopback", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "The maximum number of simultaneously active TCP\nconnections. The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nChanging this value by itself does not substantially\nchange the memory usage of LWIP, except for preventing\nnew TCP connections after the limit is reached.", - "id": "LWIP_MAX_ACTIVE_TCP", - "name": "LWIP_MAX_ACTIVE_TCP", + "children": [], + "depends_on": null, + "help": "The maximum number of simultaneously active TCP\nconnections. The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nChanging this value by itself does not substantially\nchange the memory usage of LWIP, except for preventing\nnew TCP connections after the limit is reached.", + "id": "LWIP_MAX_ACTIVE_TCP", + "name": "LWIP_MAX_ACTIVE_TCP", "range": [ - 1, + 1, 1024 - ], - "title": "Maximum active TCP Connections", + ], + "title": "Maximum active TCP Connections", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "The maximum number of simultaneously listening TCP\nconnections. The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nChanging this value by itself does not substantially\nchange the memory usage of LWIP, except for preventing\nnew listening TCP connections after the limit is reached.", - "id": "LWIP_MAX_LISTENING_TCP", - "name": "LWIP_MAX_LISTENING_TCP", + "children": [], + "depends_on": null, + "help": "The maximum number of simultaneously listening TCP\nconnections. The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nChanging this value by itself does not substantially\nchange the memory usage of LWIP, except for preventing\nnew listening TCP connections after the limit is reached.", + "id": "LWIP_MAX_LISTENING_TCP", + "name": "LWIP_MAX_LISTENING_TCP", "range": [ - 1, + 1, 1024 - ], - "title": "Maximum listening TCP Connections", + ], + "title": "Maximum listening TCP Connections", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set maximum number of retransmissions of data segments.", - "id": "LWIP_TCP_MAXRTX", - "name": "LWIP_TCP_MAXRTX", + "children": [], + "depends_on": null, + "help": "Set maximum number of retransmissions of data segments.", + "id": "LWIP_TCP_MAXRTX", + "name": "LWIP_TCP_MAXRTX", "range": [ - 3, + 3, 12 - ], - "title": "Maximum number of retransmissions of data segments", + ], + "title": "Maximum number of retransmissions of data segments", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set maximum number of retransmissions of SYN segments.", - "id": "LWIP_TCP_SYNMAXRTX", - "name": "LWIP_TCP_SYNMAXRTX", + "children": [], + "depends_on": null, + "help": "Set maximum number of retransmissions of SYN segments.", + "id": "LWIP_TCP_SYNMAXRTX", + "name": "LWIP_TCP_SYNMAXRTX", "range": [ - 3, + 3, 12 - ], - "title": "Maximum number of retransmissions of SYN segments", + ], + "title": "Maximum number of retransmissions of SYN segments", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set maximum segment size for TCP transmission.\n\nCan be set lower to save RAM, the default value 1460(ipv4)/1440(ipv6) will give best throughput.\nIPv4 TCP_MSS Range: 576 <= TCP_MSS <= 1460\nIPv6 TCP_MSS Range: 1220<= TCP_mSS <= 1440", - "id": "LWIP_TCP_MSS", - "name": "LWIP_TCP_MSS", + "children": [], + "depends_on": null, + "help": "Set maximum segment size for TCP transmission.\n\nCan be set lower to save RAM, the default value 1460(ipv4)/1440(ipv6) will give best throughput.\nIPv4 TCP_MSS Range: 576 <= TCP_MSS <= 1460\nIPv6 TCP_MSS Range: 1220<= TCP_mSS <= 1440", + "id": "LWIP_TCP_MSS", + "name": "LWIP_TCP_MSS", "range": [ - 536, + 536, 1460 - ], - "title": "Maximum Segment Size (MSS)", + ], + "title": "Maximum Segment Size (MSS)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set TCP timer interval in milliseconds.\n\nCan be used to speed connections on bad networks.\nA lower value will redeliver unacked packets faster.", - "id": "LWIP_TCP_TMR_INTERVAL", - "name": "LWIP_TCP_TMR_INTERVAL", - "range": null, - "title": "TCP timer interval(ms)", + "children": [], + "depends_on": null, + "help": "Set TCP timer interval in milliseconds.\n\nCan be used to speed connections on bad networks.\nA lower value will redeliver unacked packets faster.", + "id": "LWIP_TCP_TMR_INTERVAL", + "name": "LWIP_TCP_TMR_INTERVAL", + "range": null, + "title": "TCP timer interval(ms)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set maximum segment lifetime in in milliseconds.", - "id": "LWIP_TCP_MSL", - "name": "LWIP_TCP_MSL", - "range": null, - "title": "Maximum segment lifetime (MSL)", + "children": [], + "depends_on": null, + "help": "Set maximum segment lifetime in in milliseconds.", + "id": "LWIP_TCP_MSL", + "name": "LWIP_TCP_MSL", + "range": null, + "title": "Maximum segment lifetime (MSL)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set default send buffer size for new TCP sockets.\n\nPer-socket send buffer size can be changed at runtime\nwith lwip_setsockopt(s, TCP_SNDBUF, ...).\n\nThis value must be at least 2x the MSS size, and the default\nis 4x the default MSS size.\n\nSetting a smaller default SNDBUF size can save some RAM, but\nwill decrease performance.", - "id": "LWIP_TCP_SND_BUF_DEFAULT", - "name": "LWIP_TCP_SND_BUF_DEFAULT", + "children": [], + "depends_on": null, + "help": "Set default send buffer size for new TCP sockets.\n\nPer-socket send buffer size can be changed at runtime\nwith lwip_setsockopt(s, TCP_SNDBUF, ...).\n\nThis value must be at least 2x the MSS size, and the default\nis 4x the default MSS size.\n\nSetting a smaller default SNDBUF size can save some RAM, but\nwill decrease performance.", + "id": "LWIP_TCP_SND_BUF_DEFAULT", + "name": "LWIP_TCP_SND_BUF_DEFAULT", "range": [ - 2440, + 2440, 65535 - ], - "title": "Default send buffer size", + ], + "title": "Default send buffer size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set default TCP receive window size for new TCP sockets.\n\nPer-socket receive window size can be changed at runtime\nwith lwip_setsockopt(s, TCP_WINDOW, ...).\n\nSetting a smaller default receive window size can save some RAM,\nbut will significantly decrease performance.", - "id": "LWIP_TCP_WND_DEFAULT", - "name": "LWIP_TCP_WND_DEFAULT", + "children": [], + "depends_on": null, + "help": "Set default TCP receive window size for new TCP sockets.\n\nPer-socket receive window size can be changed at runtime\nwith lwip_setsockopt(s, TCP_WINDOW, ...).\n\nSetting a smaller default receive window size can save some RAM,\nbut will significantly decrease performance.", + "id": "LWIP_TCP_WND_DEFAULT", + "name": "LWIP_TCP_WND_DEFAULT", "range": [ - 2440, + 2440, 65535 - ], - "title": "Default receive window size", + ], + "title": "Default receive window size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set TCP receive mail box size. Generally bigger value means higher throughput\nbut more memory. The recommended value is: LWIP_TCP_WND_DEFAULT/TCP_MSS + 2, e.g. if\nLWIP_TCP_WND_DEFAULT=14360, TCP_MSS=1436, then the recommended receive mail box size is\n(14360/1436 + 2) = 12.\n\nTCP receive mail box is a per socket mail box, when the application receives packets\nfrom TCP socket, LWIP core firstly posts the packets to TCP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nLWIP_TCP_RECCVMBOX_SIZE packets for each TCP socket, so the maximum possible cached TCP packets\nfor all TCP sockets is LWIP_TCP_RECCVMBOX_SIZE multiples the maximum TCP socket number. In other\nwords, the bigger LWIP_TCP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receiv mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the TCP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", - "id": "LWIP_TCP_RECVMBOX_SIZE", - "name": "LWIP_TCP_RECVMBOX_SIZE", + "children": [], + "depends_on": null, + "help": "Set TCP receive mail box size. Generally bigger value means higher throughput\nbut more memory. The recommended value is: LWIP_TCP_WND_DEFAULT/TCP_MSS + 2, e.g. if\nLWIP_TCP_WND_DEFAULT=14360, TCP_MSS=1436, then the recommended receive mail box size is\n(14360/1436 + 2) = 12.\n\nTCP receive mail box is a per socket mail box, when the application receives packets\nfrom TCP socket, LWIP core firstly posts the packets to TCP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nLWIP_TCP_RECCVMBOX_SIZE packets for each TCP socket, so the maximum possible cached TCP packets\nfor all TCP sockets is LWIP_TCP_RECCVMBOX_SIZE multiples the maximum TCP socket number. In other\nwords, the bigger LWIP_TCP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receiv mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the TCP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", + "id": "LWIP_TCP_RECVMBOX_SIZE", + "name": "LWIP_TCP_RECVMBOX_SIZE", "range": [ - 6, + 6, 64 - ], - "title": "Default TCP receive mail box size", + ], + "title": "Default TCP receive mail box size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Queue incoming out-of-order segments for later use.\n\nDisable this option to save some RAM during TCP sessions, at the expense\nof increased retransmissions if segments arrive out of order.", - "id": "LWIP_TCP_QUEUE_OOSEQ", - "name": "LWIP_TCP_QUEUE_OOSEQ", - "range": null, - "title": "Queue incoming out-of-order segments", + "children": [], + "depends_on": null, + "help": "Queue incoming out-of-order segments for later use.\n\nDisable this option to save some RAM during TCP sessions, at the expense\nof increased retransmissions if segments arrive out of order.", + "id": "LWIP_TCP_QUEUE_OOSEQ", + "name": "LWIP_TCP_QUEUE_OOSEQ", + "range": null, + "title": "Queue incoming out-of-order segments", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "TCP will support sending selective acknowledgements (SACKs).", - "id": "LWIP_TCP_SACK_OUT", - "name": "LWIP_TCP_SACK_OUT", - "range": null, - "title": "Support sending selective acknowledgements", + "children": [], + "depends_on": null, + "help": "TCP will support sending selective acknowledgements (SACKs).", + "id": "LWIP_TCP_SACK_OUT", + "name": "LWIP_TCP_SACK_OUT", + "range": null, + "title": "Support sending selective acknowledgements", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option is enabled when the following scenario happen:\nnetwork dropped and reconnected, IP changes is like: 192.168.0.2->0.0.0.0->192.168.0.2\n\nDisable this option to keep consistent with the original LWIP code behavior.", - "id": "LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES", - "name": "LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES", - "range": null, - "title": "Keep TCP connections when IP changed", + "children": [], + "depends_on": null, + "help": "This option is enabled when the following scenario happen:\nnetwork dropped and reconnected, IP changes is like: 192.168.0.2->0.0.0.0->192.168.0.2\n\nDisable this option to keep consistent with the original LWIP code behavior.", + "id": "LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES", + "name": "LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES", + "range": null, + "title": "Keep TCP connections when IP changed", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "LWIP_TCP_OVERSIZE_MSS", - "name": "LWIP_TCP_OVERSIZE_MSS", - "range": null, - "title": "MSS", + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCP_OVERSIZE_MSS", + "name": "LWIP_TCP_OVERSIZE_MSS", + "range": null, + "title": "MSS", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LWIP_TCP_OVERSIZE_QUARTER_MSS", - "name": "LWIP_TCP_OVERSIZE_QUARTER_MSS", - "range": null, - "title": "25% MSS", + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCP_OVERSIZE_QUARTER_MSS", + "name": "LWIP_TCP_OVERSIZE_QUARTER_MSS", + "range": null, + "title": "25% MSS", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LWIP_TCP_OVERSIZE_DISABLE", - "name": "LWIP_TCP_OVERSIZE_DISABLE", - "range": null, - "title": "Disabled", + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCP_OVERSIZE_DISABLE", + "name": "LWIP_TCP_OVERSIZE_DISABLE", + "range": null, + "title": "Disabled", "type": "bool" } - ], - "depends_on": null, - "help": "Allows enabling \"oversize\" allocation of TCP transmission pbufs ahead of time,\nwhich can reduce the length of pbuf chains used for transmission.\n\nThis will not make a difference to sockets where Nagle's algorithm\nis disabled.\n\nDefault value of MSS is fine for most applications, 25% MSS may save\nsome RAM when only transmitting small amounts of data. Disabled will\nhave worst performance and fragmentation characteristics, but uses\nleast RAM overall.", - "id": "component-config-lwip-tcp-pre-allocate-transmit-pbuf-size", - "name": "LWIP_TCP_OVERSIZE", - "title": "Pre-allocate transmit PBUF size", + ], + "depends_on": null, + "help": "Allows enabling \"oversize\" allocation of TCP transmission pbufs ahead of time,\nwhich can reduce the length of pbuf chains used for transmission.\n\nThis will not make a difference to sockets where Nagle's algorithm\nis disabled.\n\nDefault value of MSS is fine for most applications, 25% MSS may save\nsome RAM when only transmitting small amounts of data. Disabled will\nhave worst performance and fragmentation characteristics, but uses\nleast RAM overall.", + "id": "component-config-lwip-tcp-pre-allocate-transmit-pbuf-size", + "name": "LWIP_TCP_OVERSIZE", + "title": "Pre-allocate transmit PBUF size", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "LWIP_WND_SCALE", - "help": "Enable this feature to support TCP window scaling.", - "id": "LWIP_TCP_RCV_SCALE", - "name": "LWIP_TCP_RCV_SCALE", - "range": null, - "title": "Set TCP receiving window scaling factor", + "children": [], + "depends_on": "LWIP_WND_SCALE", + "help": "Enable this feature to support TCP window scaling.", + "id": "LWIP_TCP_RCV_SCALE", + "name": "LWIP_TCP_RCV_SCALE", + "range": null, + "title": "Set TCP receiving window scaling factor", "type": "int" } - ], - "depends_on": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", - "help": "Enable this feature to support TCP window scaling.", - "id": "LWIP_WND_SCALE", - "name": "LWIP_WND_SCALE", - "range": null, - "title": "Support TCP window scale", + ], + "depends_on": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", + "help": "Enable this feature to support TCP window scaling.", + "id": "LWIP_WND_SCALE", + "name": "LWIP_WND_SCALE", + "range": null, + "title": "Support TCP window scale", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-lwip-tcp", - "title": "TCP", + ], + "depends_on": null, + "id": "component-config-lwip-tcp", + "title": "TCP", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "The maximum number of active UDP \"connections\" (ie\nUDP sockets sending/receiving data).\nThe practical maximum limit is determined by available\nheap memory at runtime.", - "id": "LWIP_MAX_UDP_PCBS", - "name": "LWIP_MAX_UDP_PCBS", + "children": [], + "depends_on": null, + "help": "The maximum number of active UDP \"connections\" (ie\nUDP sockets sending/receiving data).\nThe practical maximum limit is determined by available\nheap memory at runtime.", + "id": "LWIP_MAX_UDP_PCBS", + "name": "LWIP_MAX_UDP_PCBS", "range": [ - 1, + 1, 1024 - ], - "title": "Maximum active UDP control blocks", + ], + "title": "Maximum active UDP control blocks", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set UDP receive mail box size. The recommended value is 6.\n\nUDP receive mail box is a per socket mail box, when the application receives packets\nfrom UDP socket, LWIP core firstly posts the packets to UDP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nUDP_RECCVMBOX_SIZE packets for each UDP socket, so the maximum possible cached UDP packets\nfor all UDP sockets is UDP_RECCVMBOX_SIZE multiples the maximum UDP socket number. In other\nwords, the bigger UDP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receiv mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the UDP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", - "id": "LWIP_UDP_RECVMBOX_SIZE", - "name": "LWIP_UDP_RECVMBOX_SIZE", + "children": [], + "depends_on": null, + "help": "Set UDP receive mail box size. The recommended value is 6.\n\nUDP receive mail box is a per socket mail box, when the application receives packets\nfrom UDP socket, LWIP core firstly posts the packets to UDP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nUDP_RECCVMBOX_SIZE packets for each UDP socket, so the maximum possible cached UDP packets\nfor all UDP sockets is UDP_RECCVMBOX_SIZE multiples the maximum UDP socket number. In other\nwords, the bigger UDP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receiv mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the UDP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", + "id": "LWIP_UDP_RECVMBOX_SIZE", + "name": "LWIP_UDP_RECVMBOX_SIZE", "range": [ - 6, + 6, 64 - ], - "title": "Default UDP receive mail box size", + ], + "title": "Default UDP receive mail box size", "type": "int" } - ], - "depends_on": null, - "id": "component-config-lwip-udp", - "title": "UDP", + ], + "depends_on": null, + "id": "component-config-lwip-udp", + "title": "UDP", "type": "menu" - }, + }, { - "children": [], - "depends_on": null, - "help": "Configure TCP/IP task stack size, used by LWIP to process multi-threaded TCP/IP operations.\nSetting this stack too small will result in stack overflow crashes.", - "id": "LWIP_TCPIP_TASK_STACK_SIZE", - "name": "LWIP_TCPIP_TASK_STACK_SIZE", + "children": [], + "depends_on": null, + "help": "Configure TCP/IP task stack size, used by LWIP to process multi-threaded TCP/IP operations.\nSetting this stack too small will result in stack overflow crashes.", + "id": "LWIP_TCPIP_TASK_STACK_SIZE", + "name": "LWIP_TCPIP_TASK_STACK_SIZE", "range": [ - 2048, + 2048, 65536 - ], - "title": "TCP/IP Task Stack Size", + ], + "title": "TCP/IP Task Stack Size", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY", - "name": "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY", - "range": null, - "title": "No affinity", + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY", + "name": "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LWIP_TCPIP_TASK_AFFINITY_CPU0", - "name": "LWIP_TCPIP_TASK_AFFINITY_CPU0", - "range": null, - "title": "CPU0", + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY_CPU0", + "name": "LWIP_TCPIP_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!FREERTOS_UNICORE && ", - "help": null, - "id": "LWIP_TCPIP_TASK_AFFINITY_CPU1", - "name": "LWIP_TCPIP_TASK_AFFINITY_CPU1", - "range": null, - "title": "CPU1", + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY_CPU1", + "name": "LWIP_TCPIP_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", "type": "bool" } - ], - "depends_on": null, - "help": "Allows setting LwIP tasks affinity, i.e. whether the task is pinned to\nCPU0, pinned to CPU1, or allowed to run on any CPU.\nCurrently this applies to \"TCP/IP\" task and \"Ping\" task.", - "id": "component-config-lwip-tcp-ip-task-affinity", - "name": "LWIP_TCPIP_TASK_AFFINITY", - "title": "TCP/IP task affinity", + ], + "depends_on": null, + "help": "Allows setting LwIP tasks affinity, i.e. whether the task is pinned to\nCPU0, pinned to CPU1, or allowed to run on any CPU.\nCurrently this applies to \"TCP/IP\" task and \"Ping\" task.", + "id": "component-config-lwip-tcp-ip-task-affinity", + "name": "LWIP_TCPIP_TASK_AFFINITY", + "title": "TCP/IP task affinity", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "LWIP_TCPIP_TASK_AFFINITY", - "name": "LWIP_TCPIP_TASK_AFFINITY", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY", + "name": "LWIP_TCPIP_TASK_AFFINITY", + "range": null, + "title": null, "type": "hex" - }, + }, { "children": [ { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable to set a callback which is called on change of the internal PPP state machine.", - "id": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", - "name": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", - "range": null, - "title": "Enable Notify Phase Callback", + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable IPV6 support in PPP for the local link between the DTE (processor) and DCE (modem).\nThere are some modems which do not support the IPV6 addressing in the local link.\nIf they are requested for IPV6CP negotiation, they may time out.\nThis would in turn fail the configuration for the whole link.\nIf your modem is not responding correctly to PPP Phase Network, try to disable IPV6 support.", + "id": "LWIP_PPP_ENABLE_IPV6", + "name": "LWIP_PPP_ENABLE_IPV6", + "range": null, + "title": "Enable IPV6 support for PPP connections (IPV6CP)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable Password Authentication Protocol (PAP) support", - "id": "LWIP_PPP_PAP_SUPPORT", - "name": "LWIP_PPP_PAP_SUPPORT", - "range": null, - "title": "Enable PAP support", + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable to set a callback which is called on change of the internal PPP state machine.", + "id": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", + "name": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", + "range": null, + "title": "Enable Notify Phase Callback", "type": "bool" - }, + }, { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable Challenge Handshake Authentication Protocol (CHAP) support", - "id": "LWIP_PPP_CHAP_SUPPORT", - "name": "LWIP_PPP_CHAP_SUPPORT", - "range": null, - "title": "Enable CHAP support", + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Password Authentication Protocol (PAP) support", + "id": "LWIP_PPP_PAP_SUPPORT", + "name": "LWIP_PPP_PAP_SUPPORT", + "range": null, + "title": "Enable PAP support", "type": "bool" - }, + }, { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable Microsoft version of the Challenge-Handshake Authentication Protocol (MSCHAP) support", - "id": "LWIP_PPP_MSCHAP_SUPPORT", - "name": "LWIP_PPP_MSCHAP_SUPPORT", - "range": null, - "title": "Enable MSCHAP support", + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Challenge Handshake Authentication Protocol (CHAP) support", + "id": "LWIP_PPP_CHAP_SUPPORT", + "name": "LWIP_PPP_CHAP_SUPPORT", + "range": null, + "title": "Enable CHAP support", "type": "bool" - }, + }, { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable Microsoft Point-to-Point Encryption (MPPE) support", - "id": "LWIP_PPP_MPPE_SUPPORT", - "name": "LWIP_PPP_MPPE_SUPPORT", - "range": null, - "title": "Enable MPPE support", + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Microsoft version of the Challenge-Handshake Authentication Protocol (MSCHAP) support", + "id": "LWIP_PPP_MSCHAP_SUPPORT", + "name": "LWIP_PPP_MSCHAP_SUPPORT", + "range": null, + "title": "Enable MSCHAP support", "type": "bool" - }, + }, { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable PPP debug log output", - "id": "LWIP_PPP_DEBUG_ON", - "name": "LWIP_PPP_DEBUG_ON", - "range": null, - "title": "Enable PPP debug log output", + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Microsoft Point-to-Point Encryption (MPPE) support", + "id": "LWIP_PPP_MPPE_SUPPORT", + "name": "LWIP_PPP_MPPE_SUPPORT", + "range": null, + "title": "Enable MPPE support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable PPP debug log output", + "id": "LWIP_PPP_DEBUG_ON", + "name": "LWIP_PPP_DEBUG_ON", + "range": null, + "title": "Enable PPP debug log output", "type": "bool" } - ], - "depends_on": null, - "help": "Enable PPP stack. Now only PPP over serial is possible.\n\nPPP over serial support is experimental and unsupported.", - "id": "LWIP_PPP_SUPPORT", - "is_menuconfig": true, - "name": "LWIP_PPP_SUPPORT", - "range": null, - "title": "Enable PPP support (new/experimental)", + ], + "depends_on": null, + "help": "Enable PPP stack. Now only PPP over serial is possible.\n\nPPP over serial support is experimental and unsupported.", + "id": "LWIP_PPP_SUPPORT", + "is_menuconfig": true, + "name": "LWIP_PPP_SUPPORT", + "range": null, + "title": "Enable PPP support (new/experimental)", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": null, - "id": "LWIP_MULTICAST_PING", - "name": "LWIP_MULTICAST_PING", - "range": null, - "title": "Respond to multicast pings", + "children": [], + "depends_on": null, + "help": null, + "id": "LWIP_MULTICAST_PING", + "name": "LWIP_MULTICAST_PING", + "range": null, + "title": "Respond to multicast pings", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "LWIP_BROADCAST_PING", - "name": "LWIP_BROADCAST_PING", - "range": null, - "title": "Respond to broadcast pings", + "children": [], + "depends_on": null, + "help": null, + "id": "LWIP_BROADCAST_PING", + "name": "LWIP_BROADCAST_PING", + "range": null, + "title": "Respond to broadcast pings", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-lwip-icmp", - "title": "ICMP", + ], + "depends_on": null, + "id": "component-config-lwip-icmp", + "title": "ICMP", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "The maximum number of simultaneously active LWIP\nRAW protocol control blocks. The practical maximum\nlimit is determined by available heap memory at runtime.", - "id": "LWIP_MAX_RAW_PCBS", - "name": "LWIP_MAX_RAW_PCBS", + "children": [], + "depends_on": null, + "help": "The maximum number of simultaneously active LWIP\nRAW protocol control blocks. The practical maximum\nlimit is determined by available heap memory at runtime.", + "id": "LWIP_MAX_RAW_PCBS", + "name": "LWIP_MAX_RAW_PCBS", "range": [ - 1, + 1, 1024 - ], - "title": "Maximum LWIP RAW PCBs", + ], + "title": "Maximum LWIP RAW PCBs", "type": "int" } - ], - "depends_on": null, - "id": "component-config-lwip-lwip-raw-api", - "title": "LWIP RAW API", + ], + "depends_on": null, + "id": "component-config-lwip-lwip-raw-api", + "title": "LWIP RAW API", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Set maximum number of NTP servers used by LwIP SNTP module.\nFirst argument of sntp_setserver/sntp_setservername functions\nis limited to this value.", - "id": "LWIP_DHCP_MAX_NTP_SERVERS", - "name": "LWIP_DHCP_MAX_NTP_SERVERS", + "children": [], + "depends_on": null, + "help": "Set maximum number of NTP servers used by LwIP SNTP module.\nFirst argument of sntp_setserver/sntp_setservername functions\nis limited to this value.", + "id": "LWIP_DHCP_MAX_NTP_SERVERS", + "name": "LWIP_DHCP_MAX_NTP_SERVERS", "range": [ - 1, + 1, 16 - ], - "title": "Maximum number of NTP servers", + ], + "title": "Maximum number of NTP servers", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option allows you to set the time update period via SNTP.\nDefault is 1 hour. Must not be below 15 seconds by specification.\n(SNTPv4 RFC 4330 enforces a minimum update time of 15 seconds).", - "id": "LWIP_SNTP_UPDATE_DELAY", - "name": "LWIP_SNTP_UPDATE_DELAY", + "children": [], + "depends_on": null, + "help": "This option allows you to set the time update period via SNTP.\nDefault is 1 hour. Must not be below 15 seconds by specification.\n(SNTPv4 RFC 4330 enforces a minimum update time of 15 seconds).", + "id": "LWIP_SNTP_UPDATE_DELAY", + "name": "LWIP_SNTP_UPDATE_DELAY", "range": [ - 15000, + 15000, 4294967295 - ], - "title": "Request interval to update time (ms)", + ], + "title": "Request interval to update time (ms)", "type": "int" } - ], - "depends_on": null, - "id": "component-config-lwip-sntp", - "title": "SNTP", + ], + "depends_on": null, + "id": "component-config-lwip-sntp", + "title": "SNTP", "type": "menu" } - ], - "depends_on": null, - "id": "component-config-lwip", - "title": "LWIP", + ], + "depends_on": null, + "id": "component-config-lwip", + "title": "LWIP", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_INTERNAL_MEM_ALLOC", - "name": "MBEDTLS_INTERNAL_MEM_ALLOC", - "range": null, - "title": "Internal memory", + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_INTERNAL_MEM_ALLOC", + "name": "MBEDTLS_INTERNAL_MEM_ALLOC", + "range": null, + "title": "Internal memory", "type": "bool" - }, + }, { - "children": [], - "depends_on": "ESP32_SPIRAM_SUPPORT && ", - "help": null, - "id": "MBEDTLS_EXTERNAL_MEM_ALLOC", - "name": "MBEDTLS_EXTERNAL_MEM_ALLOC", - "range": null, - "title": "External SPIRAM", + "children": [], + "depends_on": "ESP32_SPIRAM_SUPPORT && ", + "help": null, + "id": "MBEDTLS_EXTERNAL_MEM_ALLOC", + "name": "MBEDTLS_EXTERNAL_MEM_ALLOC", + "range": null, + "title": "External SPIRAM", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_DEFAULT_MEM_ALLOC", - "name": "MBEDTLS_DEFAULT_MEM_ALLOC", - "range": null, - "title": "Default alloc mode", + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEFAULT_MEM_ALLOC", + "name": "MBEDTLS_DEFAULT_MEM_ALLOC", + "range": null, + "title": "Default alloc mode", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_CUSTOM_MEM_ALLOC", - "name": "MBEDTLS_CUSTOM_MEM_ALLOC", - "range": null, - "title": "Custom alloc mode", + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_CUSTOM_MEM_ALLOC", + "name": "MBEDTLS_CUSTOM_MEM_ALLOC", + "range": null, + "title": "Custom alloc mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY && ", + "help": "Allows to use IRAM memory region as 8bit accessible region.\n\nTLS input and output buffers will be allocated in IRAM section which is 32bit aligned\nmemory. Every unaligned (8bit or 16bit) access will result in an exception\nand incur penalty of certain clock cycles per unaligned read/write.", + "id": "MBEDTLS_IRAM_8BIT_MEM_ALLOC", + "name": "MBEDTLS_IRAM_8BIT_MEM_ALLOC", + "range": null, + "title": "Internal IRAM", "type": "bool" } - ], - "depends_on": null, - "help": "Allocation strategy for mbedTLS, essentially provides ability to\nallocate all required dynamic allocations from,\n\n- Internal DRAM memory only\n- External SPIRAM memory only\n- Either internal or external memory based on default malloc()\n behavior in ESP-IDF\n- Custom allocation mode, by overwriting calloc()/free() using\n mbedtls_platform_set_calloc_free() function\n\nRecommended mode here is always internal, since that is most preferred\nfrom security perspective. But if application requirement does not\nallow sufficient free internal memory then alternate mode can be\nselected.", - "id": "component-config-mbedtls-memory-allocation-strategy", - "name": "MBEDTLS_MEM_ALLOC_MODE", - "title": "Memory allocation strategy", + ], + "depends_on": null, + "help": "Allocation strategy for mbedTLS, essentially provides ability to\nallocate all required dynamic allocations from,\n\n- Internal DRAM memory only\n- External SPIRAM memory only\n- Either internal or external memory based on default malloc()\n behavior in ESP-IDF\n- Custom allocation mode, by overwriting calloc()/free() using\n mbedtls_platform_set_calloc_free() function\n- Internal IRAM memory wherever applicable else internal DRAM\n\nRecommended mode here is always internal, since that is most preferred\nfrom security perspective. But if application requirement does not\nallow sufficient free internal memory then alternate mode can be\nselected.", + "id": "component-config-mbedtls-memory-allocation-strategy", + "name": "MBEDTLS_MEM_ALLOC_MODE", + "title": "Memory allocation strategy", "type": "choice" - }, + }, { - "children": [], - "depends_on": "!MBEDTLS_ASYMMETRIC_CONTENT_LEN", - "help": "Maximum TLS message length (in bytes) supported by mbedTLS.\n\n16384 is the default and this value is required to comply\nfully with TLS standards.\n\nHowever you can set a lower value in order to save RAM. This\nis safe if the other end of the connection supports Maximum\nFragment Length Negotiation Extension (max_fragment_length,\nsee RFC6066) or you know for certain that it will never send a\nmessage longer than a certain number of bytes.\n\nIf the value is set too low, symptoms are a failed TLS\nhandshake or a return value of MBEDTLS_ERR_SSL_INVALID_RECORD\n(-0x7200).", - "id": "MBEDTLS_SSL_MAX_CONTENT_LEN", - "name": "MBEDTLS_SSL_MAX_CONTENT_LEN", - "range": null, - "title": "TLS maximum message content length", + "children": [], + "depends_on": "!MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "help": "Maximum TLS message length (in bytes) supported by mbedTLS.\n\n16384 is the default and this value is required to comply\nfully with TLS standards.\n\nHowever you can set a lower value in order to save RAM. This\nis safe if the other end of the connection supports Maximum\nFragment Length Negotiation Extension (max_fragment_length,\nsee RFC6066) or you know for certain that it will never send a\nmessage longer than a certain number of bytes.\n\nIf the value is set too low, symptoms are a failed TLS\nhandshake or a return value of MBEDTLS_ERR_SSL_INVALID_RECORD\n(-0x7200).", + "id": "MBEDTLS_SSL_MAX_CONTENT_LEN", + "name": "MBEDTLS_SSL_MAX_CONTENT_LEN", + "range": null, + "title": "TLS maximum message content length", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", - "help": "This defines maximum incoming fragment length, overriding default\nmaximum content length (MBEDTLS_SSL_MAX_CONTENT_LEN).", - "id": "MBEDTLS_SSL_IN_CONTENT_LEN", - "name": "MBEDTLS_SSL_IN_CONTENT_LEN", + "children": [], + "depends_on": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "help": "This defines maximum incoming fragment length, overriding default\nmaximum content length (MBEDTLS_SSL_MAX_CONTENT_LEN).", + "id": "MBEDTLS_SSL_IN_CONTENT_LEN", + "name": "MBEDTLS_SSL_IN_CONTENT_LEN", "range": [ - 512, + 512, 16384 - ], - "title": "TLS maximum incoming fragment length", + ], + "title": "TLS maximum incoming fragment length", "type": "int" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", - "help": "This defines maximum outgoing fragment length, overriding default\nmaximum content length (MBEDTLS_SSL_MAX_CONTENT_LEN).", - "id": "MBEDTLS_SSL_OUT_CONTENT_LEN", - "name": "MBEDTLS_SSL_OUT_CONTENT_LEN", + "children": [], + "depends_on": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "help": "This defines maximum outgoing fragment length, overriding default\nmaximum content length (MBEDTLS_SSL_MAX_CONTENT_LEN).", + "id": "MBEDTLS_SSL_OUT_CONTENT_LEN", + "name": "MBEDTLS_SSL_OUT_CONTENT_LEN", "range": [ - 512, + 512, 16384 - ], - "title": "TLS maximum outgoing fragment length", + ], + "title": "TLS maximum outgoing fragment length", "type": "int" } - ], - "depends_on": null, - "help": "If enabled, this option allows customizing TLS in/out fragment length\nin asymmetric way. Please note that enabling this with default values\nsaves 12KB of dynamic memory per TLS connection.", - "id": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", - "name": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", - "range": null, - "title": "Asymmetric in/out fragment length", + ], + "depends_on": null, + "help": "If enabled, this option allows customizing TLS in/out fragment length\nin asymmetric way. Please note that enabling this with default values\nsaves 12KB of dynamic memory per TLS connection.", + "id": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "name": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "range": null, + "title": "Asymmetric in/out fragment length", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_DEBUG_LEVEL_WARN", - "name": "MBEDTLS_DEBUG_LEVEL_WARN", - "range": null, - "title": "Warning", + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_WARN", + "name": "MBEDTLS_DEBUG_LEVEL_WARN", + "range": null, + "title": "Warning", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_DEBUG_LEVEL_INFO", - "name": "MBEDTLS_DEBUG_LEVEL_INFO", - "range": null, - "title": "Info", + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_INFO", + "name": "MBEDTLS_DEBUG_LEVEL_INFO", + "range": null, + "title": "Info", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_DEBUG_LEVEL_DEBUG", - "name": "MBEDTLS_DEBUG_LEVEL_DEBUG", - "range": null, - "title": "Debug", + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_DEBUG", + "name": "MBEDTLS_DEBUG_LEVEL_DEBUG", + "range": null, + "title": "Debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_DEBUG_LEVEL_VERBOSE", - "name": "MBEDTLS_DEBUG_LEVEL_VERBOSE", - "range": null, - "title": "Verbose", + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_VERBOSE", + "name": "MBEDTLS_DEBUG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", "type": "bool" } - ], - "depends_on": "MBEDTLS_DEBUG", - "help": "Set mbedTLS debugging level", - "id": "component-config-mbedtls-enable-mbedtls-debugging-set-mbedtls-debugging-level", - "name": "MBEDTLS_DEBUG_LEVEL", - "title": "Set mbedTLS debugging level", + ], + "depends_on": "MBEDTLS_DEBUG", + "help": "Set mbedTLS debugging level", + "id": "component-config-mbedtls-enable-mbedtls-debugging-set-mbedtls-debugging-level", + "name": "MBEDTLS_DEBUG_LEVEL", + "title": "Set mbedTLS debugging level", "type": "choice" } - ], - "depends_on": null, - "help": "Enable mbedTLS debugging functions at compile time.\n\nIf this option is enabled, you can include\n\"mbedtls/esp_debug.h\" and call mbedtls_esp_enable_debug_log()\nat runtime in order to enable mbedTLS debug output via the ESP\nlog mechanism.", - "id": "MBEDTLS_DEBUG", - "name": "MBEDTLS_DEBUG", - "range": null, - "title": "Enable mbedTLS debugging", + ], + "depends_on": null, + "help": "Enable mbedTLS debugging functions at compile time.\n\nIf this option is enabled, you can include\n\"mbedtls/esp_debug.h\" and call mbedtls_esp_enable_debug_log()\nat runtime in order to enable mbedTLS debug output via the ESP\nlog mechanism.", + "id": "MBEDTLS_DEBUG", + "name": "MBEDTLS_DEBUG", + "range": null, + "title": "Enable mbedTLS debugging", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "MBEDTLS_DEBUG_LEVEL", - "name": "MBEDTLS_DEBUG_LEVEL", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL", + "name": "MBEDTLS_DEBUG_LEVEL", + "range": null, + "title": null, "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Enable \"non-blocking\" ECC operations that can return early and be resumed.", - "id": "MBEDTLS_ECP_RESTARTABLE", - "name": "MBEDTLS_ECP_RESTARTABLE", - "range": null, - "title": "Enable mbedTLS ecp restartable", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Enable the CMAC (Cipher-based Message Authentication Code) mode for\nblock ciphers.", - "id": "MBEDTLS_CMAC_C", - "name": "MBEDTLS_CMAC_C", - "range": null, - "title": "Enable CMAC mode for block ciphers", - "type": "bool" - }, - { - "children": [], - "depends_on": "!IDF_TARGET_ESP32S2", - "help": "Enable hardware accelerated AES encryption & decryption.\n\nNote that if the ESP32 CPU is running at 240MHz, hardware AES does not\noffer any speed boost over software AES.", - "id": "MBEDTLS_HARDWARE_AES", - "name": "MBEDTLS_HARDWARE_AES", - "range": null, - "title": "Enable hardware AES acceleration", - "type": "bool" - }, - { - "children": [], - "depends_on": "!IDF_TARGET_ESP32S2", - "help": "Enable hardware accelerated multiple precision integer operations.\n\nHardware accelerated multiplication, modulo multiplication,\nand modular exponentiation for up to 4096 bit results.\n\nThese operations are used by RSA.", - "id": "MBEDTLS_HARDWARE_MPI", - "name": "MBEDTLS_HARDWARE_MPI", - "range": null, - "title": "Enable hardware MPI (bignum) acceleration", - "type": "bool" - }, - { - "children": [], - "depends_on": "!IDF_TARGET_ESP32S2", - "help": "Enable hardware accelerated SHA1, SHA256, SHA384 & SHA512 in mbedTLS.\n\nDue to a hardware limitation, hardware acceleration is only\nguaranteed if SHA digests are calculated one at a time. If more\nthan one SHA digest is calculated at the same time, one will\nbe calculated fully in hardware and the rest will be calculated\n(at least partially calculated) in software. This happens automatically.\n\nSHA hardware acceleration is faster than software in some situations but\nslower in others. You should benchmark to find the best setting for you.", - "id": "MBEDTLS_HARDWARE_SHA", - "name": "MBEDTLS_HARDWARE_SHA", - "range": null, - "title": "Enable hardware SHA acceleration", - "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "MBEDTLS_HAVE_TIME", - "help": "System has time.h and time(), gmtime() and the clock is correct.\nThe time needs to be correct (not necesarily very accurate, but at least\nthe date should be correct). This is used to verify the validity period of\nX.509 certificates.\n\nIt is suggested that you should get the real time by \"SNTP\".", - "id": "MBEDTLS_HAVE_TIME_DATE", - "name": "MBEDTLS_HAVE_TIME_DATE", - "range": null, - "title": "Enable mbedtls certificate expiry check", + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL", + "range": null, + "title": "Use the full default certificate bundle", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Use only the most common certificates from the default bundles, reducing the size with 50%,\nwhile still having around 99% coverage.", + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN", + "range": null, + "title": "Use only the most common certificates from the default bundles", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE", + "range": null, + "title": "Do not use the default certificate bundle", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE", + "help": null, + "id": "component-config-mbedtls-certificate-bundle-enable-trusted-root-certificate-bundle-default-certificate-bundle-options", + "name": "MBEDTLS_DEFAULT_CERTIFICATE_BUNDLE", + "title": "Default certificate bundle options", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE", + "help": "Name of the custom certificate directory or file. This path is evaluated\nrelative to the project root directory.", + "id": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH", + "name": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH", + "range": null, + "title": "Custom certificate bundle path", + "type": "string" + } + ], + "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE", + "help": null, + "id": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE", + "name": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE", + "range": null, + "title": "Add custom certificates to the default bundle", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable support for large number of default root certificates\n\nWhen enabled this option allows user to store default as well\nas customer specific root certificates in compressed format rather\nthan storing full certificate. For the root certificates the public key and the subject name\nwill be stored.", + "id": "MBEDTLS_CERTIFICATE_BUNDLE", + "name": "MBEDTLS_CERTIFICATE_BUNDLE", + "range": null, + "title": "Enable trusted root certificate bundle", "type": "bool" } - ], - "depends_on": "!ESP32_TIME_SYSCALL_USE_NONE", - "help": "System has time.h and time().\nThe time does not need to be correct, only time differences are used.", - "id": "MBEDTLS_HAVE_TIME", - "name": "MBEDTLS_HAVE_TIME", - "range": null, - "title": "Enable mbedtls time", + ], + "depends_on": null, + "id": "component-config-mbedtls-certificate-bundle", + "title": "Certificate Bundle", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enable \"non-blocking\" ECC operations that can return early and be resumed.", + "id": "MBEDTLS_ECP_RESTARTABLE", + "name": "MBEDTLS_ECP_RESTARTABLE", + "range": null, + "title": "Enable mbedTLS ecp restartable", "type": "bool" - }, + }, + { + "children": [], + "depends_on": null, + "help": "Enable the CMAC (Cipher-based Message Authentication Code) mode for\nblock ciphers.", + "id": "MBEDTLS_CMAC_C", + "name": "MBEDTLS_CMAC_C", + "range": null, + "title": "Enable CMAC mode for block ciphers", + "type": "bool" + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_TLS_SERVER_AND_CLIENT", - "name": "MBEDTLS_TLS_SERVER_AND_CLIENT", - "range": null, - "title": "Server & Client", + "children": [], + "depends_on": "IDF_TARGET_ESP32S2 && MBEDTLS_HARDWARE_AES", + "help": "Use an interrupt to coordinate long AES operations.\n\nThis allows other code to run on the CPU while an AES operation is pending.\nOtherwise the CPU busy-waits.", + "id": "MBEDTLS_AES_USE_INTERRUPT", + "name": "MBEDTLS_AES_USE_INTERRUPT", + "range": null, + "title": "Use interrupt for long AES operations", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_TLS_SERVER_ONLY", - "name": "MBEDTLS_TLS_SERVER_ONLY", - "range": null, - "title": "Server", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_TLS_CLIENT_ONLY", - "name": "MBEDTLS_TLS_CLIENT_ONLY", - "range": null, - "title": "Client", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_TLS_DISABLED", - "name": "MBEDTLS_TLS_DISABLED", - "range": null, - "title": "None", + "children": [], + "depends_on": "IDF_TARGET_ESP32S2 && MBEDTLS_HARDWARE_AES", + "help": "Enable partially hardware accelerated GCM. GHASH calculation is still done\nin software.\n\nIf MBEDTLS_HARDWARE_GCM is disabled and MBEDTLS_HARDWARE_AES is enabled then\nmbedTLS will still use the hardware accelerated AES block operation, but\non a single block at a time.", + "id": "MBEDTLS_HARDWARE_GCM", + "name": "MBEDTLS_HARDWARE_GCM", + "range": null, + "title": "Enable partially hardware accelerated GCM", "type": "bool" } - ], - "depends_on": null, - "help": "mbedTLS can be compiled with protocol support for the TLS\nserver, TLS client, or both server and client.\n\nReducing the number of TLS roles supported saves code size.", - "id": "component-config-mbedtls-tls-protocol-role", - "name": "MBEDTLS_TLS_MODE", - "title": "TLS Protocol Role", + ], + "depends_on": null, + "help": "Enable hardware accelerated AES encryption & decryption.\n\nNote that if the ESP32 CPU is running at 240MHz, hardware AES does not\noffer any speed boost over software AES.", + "id": "MBEDTLS_HARDWARE_AES", + "name": "MBEDTLS_HARDWARE_AES", + "range": null, + "title": "Enable hardware AES acceleration", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable hardware accelerated multiple precision integer operations.\n\nHardware accelerated multiplication, modulo multiplication,\nand modular exponentiation for up to 4096 bit results.\n\nThese operations are used by RSA.", + "id": "MBEDTLS_HARDWARE_MPI", + "name": "MBEDTLS_HARDWARE_MPI", + "range": null, + "title": "Enable hardware MPI (bignum) acceleration", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable hardware accelerated SHA1, SHA256, SHA384 & SHA512 in mbedTLS.\n\nDue to a hardware limitation, on the ESP32 hardware acceleration is only\nguaranteed if SHA digests are calculated one at a time. If more\nthan one SHA digest is calculated at the same time, one will\nbe calculated fully in hardware and the rest will be calculated\n(at least partially calculated) in software. This happens automatically.\n\nSHA hardware acceleration is faster than software in some situations but\nslower in others. You should benchmark to find the best setting for you.", + "id": "MBEDTLS_HARDWARE_SHA", + "name": "MBEDTLS_HARDWARE_SHA", + "range": null, + "title": "Enable hardware SHA acceleration", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_HAVE_TIME", + "help": "System has time.h and time(), gmtime() and the clock is correct.\nThe time needs to be correct (not necesarily very accurate, but at least\nthe date should be correct). This is used to verify the validity period of\nX.509 certificates.\n\nIt is suggested that you should get the real time by \"SNTP\".", + "id": "MBEDTLS_HAVE_TIME_DATE", + "name": "MBEDTLS_HAVE_TIME_DATE", + "range": null, + "title": "Enable mbedtls certificate expiry check", + "type": "bool" + } + ], + "depends_on": "!ESP32_TIME_SYSCALL_USE_NONE", + "help": "System has time.h and time().\nThe time does not need to be correct, only time differences are used.", + "id": "MBEDTLS_HAVE_TIME", + "name": "MBEDTLS_HAVE_TIME", + "range": null, + "title": "Enable mbedtls time", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_SERVER_AND_CLIENT", + "name": "MBEDTLS_TLS_SERVER_AND_CLIENT", + "range": null, + "title": "Server & Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_SERVER_ONLY", + "name": "MBEDTLS_TLS_SERVER_ONLY", + "range": null, + "title": "Server", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_CLIENT_ONLY", + "name": "MBEDTLS_TLS_CLIENT_ONLY", + "range": null, + "title": "Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_DISABLED", + "name": "MBEDTLS_TLS_DISABLED", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "mbedTLS can be compiled with protocol support for the TLS\nserver, TLS client, or both server and client.\n\nReducing the number of TLS roles supported saves code size.", + "id": "component-config-mbedtls-tls-protocol-role", + "name": "MBEDTLS_TLS_MODE", + "title": "TLS Protocol Role", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "MBEDTLS_TLS_SERVER", - "name": "MBEDTLS_TLS_SERVER", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_TLS_SERVER", + "name": "MBEDTLS_TLS_SERVER", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "MBEDTLS_TLS_CLIENT", - "name": "MBEDTLS_TLS_CLIENT", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_TLS_CLIENT", + "name": "MBEDTLS_TLS_CLIENT", + "range": null, + "title": null, "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "MBEDTLS_TLS_ENABLED", - "name": "MBEDTLS_TLS_ENABLED", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_TLS_ENABLED", + "name": "MBEDTLS_TLS_ENABLED", + "range": null, + "title": null, "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_TLS_ENABLED", - "help": "Enable to support symmetric key PSK (pre-shared-key) TLS key exchange modes.", - "id": "MBEDTLS_KEY_EXCHANGE_PSK", - "name": "MBEDTLS_KEY_EXCHANGE_PSK", - "range": null, - "title": "Enable PSK based ciphersuite modes", + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_TLS_ENABLED", + "help": "Enable to support symmetric key PSK (pre-shared-key) TLS key exchange modes.", + "id": "MBEDTLS_KEY_EXCHANGE_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_PSK", + "range": null, + "title": "Enable PSK based ciphersuite modes", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_TLS_ENABLED", - "help": "Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.", - "id": "MBEDTLS_KEY_EXCHANGE_DHE_PSK", - "name": "MBEDTLS_KEY_EXCHANGE_DHE_PSK", - "range": null, - "title": "Enable DHE-PSK based ciphersuite modes", + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_TLS_ENABLED", + "help": "Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.", + "id": "MBEDTLS_KEY_EXCHANGE_DHE_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_DHE_PSK", + "range": null, + "title": "Enable DHE-PSK based ciphersuite modes", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", - "help": "Enable to support Elliptic-Curve-Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.", - "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_PSK", - "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_PSK", - "range": null, - "title": "Enable ECDHE-PSK based ciphersuite modes", + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support Elliptic-Curve-Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.", + "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_PSK", + "range": null, + "title": "Enable ECDHE-PSK based ciphersuite modes", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_TLS_ENABLED", - "help": "Enable to support RSA PSK (pre-shared-key) TLS authentication modes.", - "id": "MBEDTLS_KEY_EXCHANGE_RSA_PSK", - "name": "MBEDTLS_KEY_EXCHANGE_RSA_PSK", - "range": null, - "title": "Enable RSA-PSK based ciphersuite modes", + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_TLS_ENABLED", + "help": "Enable to support RSA PSK (pre-shared-key) TLS authentication modes.", + "id": "MBEDTLS_KEY_EXCHANGE_RSA_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_RSA_PSK", + "range": null, + "title": "Enable RSA-PSK based ciphersuite modes", "type": "bool" } - ], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": "Enable to show configuration for different types of pre-shared-key TLS authentatication methods.\n\nLeaving this options disabled will save code size if they are not used.", - "id": "MBEDTLS_PSK_MODES", - "name": "MBEDTLS_PSK_MODES", - "range": null, - "title": "Enable pre-shared-key ciphersuites", + ], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Enable to show configuration for different types of pre-shared-key TLS authentatication methods.\n\nLeaving this options disabled will save code size if they are not used.", + "id": "MBEDTLS_PSK_MODES", + "name": "MBEDTLS_PSK_MODES", + "range": null, + "title": "Enable pre-shared-key ciphersuites", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": "Enable to support ciphersuites with prefix TLS-RSA-WITH-", - "id": "MBEDTLS_KEY_EXCHANGE_RSA", - "name": "MBEDTLS_KEY_EXCHANGE_RSA", - "range": null, - "title": "Enable RSA-only based ciphersuite modes", + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_RSA", + "range": null, + "title": "Enable RSA-only based ciphersuite modes", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": "Enable to support ciphersuites with prefix TLS-DHE-RSA-WITH-", - "id": "MBEDTLS_KEY_EXCHANGE_DHE_RSA", - "name": "MBEDTLS_KEY_EXCHANGE_DHE_RSA", - "range": null, - "title": "Enable DHE-RSA based ciphersuite modes", + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-DHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_DHE_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_DHE_RSA", + "range": null, + "title": "Enable DHE-RSA based ciphersuite modes", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", - "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", - "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA", - "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA", - "range": null, - "title": "Enable ECDHE-RSA based ciphersuite modes", + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA", + "range": null, + "title": "Enable ECDHE-RSA based ciphersuite modes", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C && MBEDTLS_TLS_ENABLED", - "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", - "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA", - "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA", - "range": null, - "title": "Enable ECDHE-ECDSA based ciphersuite modes", + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA", + "range": null, + "title": "Enable ECDHE-ECDSA based ciphersuite modes", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C && MBEDTLS_TLS_ENABLED", - "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", - "id": "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA", - "name": "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA", - "range": null, - "title": "Enable ECDH-ECDSA based ciphersuite modes", + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA", + "range": null, + "title": "Enable ECDH-ECDSA based ciphersuite modes", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", - "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", - "id": "MBEDTLS_KEY_EXCHANGE_ECDH_RSA", - "name": "MBEDTLS_KEY_EXCHANGE_ECDH_RSA", - "range": null, - "title": "Enable ECDH-RSA based ciphersuite modes", + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDH_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDH_RSA", + "range": null, + "title": "Enable ECDH-RSA based ciphersuite modes", "type": "bool" } - ], - "depends_on": "MBEDTLS_ECP_C && MBEDTLS_TLS_ENABLED", - "help": "Enable to show Elliptic Curve based ciphersuite mode options.\n\nDisabling all Elliptic Curve ciphersuites saves code size and\ncan give slightly faster TLS handshakes, provided the server supports\nRSA-only ciphersuite modes.", - "id": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE", - "name": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE", - "range": null, - "title": "Support Elliptic Curve based ciphersuites", + ], + "depends_on": "MBEDTLS_ECP_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to show Elliptic Curve based ciphersuite mode options.\n\nDisabling all Elliptic Curve ciphersuites saves code size and\ncan give slightly faster TLS handshakes, provided the server supports\nRSA-only ciphersuite modes.", + "id": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE", + "name": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE", + "range": null, + "title": "Support Elliptic Curve based ciphersuites", "type": "bool" } - ], - "depends_on": "MBEDTLS_TLS_ENABLED", - "id": "component-config-mbedtls-tls-key-exchange-methods", - "title": "TLS Key Exchange Methods", + ], + "depends_on": "MBEDTLS_TLS_ENABLED", + "id": "component-config-mbedtls-tls-key-exchange-methods", + "title": "TLS Key Exchange Methods", "type": "menu" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": "The two main uses of renegotiation are (1) refresh keys on long-lived\nconnections and (2) client authentication after the initial handshake.\nIf you don't need renegotiation, disabling it will save code size and\nreduce the possibility of abuse/vulnerability.", - "id": "MBEDTLS_SSL_RENEGOTIATION", - "name": "MBEDTLS_SSL_RENEGOTIATION", - "range": null, - "title": "Support TLS renegotiation", + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "The two main uses of renegotiation are (1) refresh keys on long-lived\nconnections and (2) client authentication after the initial handshake.\nIf you don't need renegotiation, disabling it will save code size and\nreduce the possibility of abuse/vulnerability.", + "id": "MBEDTLS_SSL_RENEGOTIATION", + "name": "MBEDTLS_SSL_RENEGOTIATION", + "range": null, + "title": "Support TLS renegotiation", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": "Support the legacy SSL 3.0 protocol. Most servers will speak a newer\nTLS protocol these days.", - "id": "MBEDTLS_SSL_PROTO_SSL3", - "name": "MBEDTLS_SSL_PROTO_SSL3", - "range": null, - "title": "Legacy SSL 3.0 support", + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Support the legacy SSL 3.0 protocol. Most servers will speak a newer\nTLS protocol these days.", + "id": "MBEDTLS_SSL_PROTO_SSL3", + "name": "MBEDTLS_SSL_PROTO_SSL3", + "range": null, + "title": "Legacy SSL 3.0 support", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": null, - "id": "MBEDTLS_SSL_PROTO_TLS1", - "name": "MBEDTLS_SSL_PROTO_TLS1", - "range": null, - "title": "Support TLS 1.0 protocol", + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": null, + "id": "MBEDTLS_SSL_PROTO_TLS1", + "name": "MBEDTLS_SSL_PROTO_TLS1", + "range": null, + "title": "Support TLS 1.0 protocol", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": null, - "id": "MBEDTLS_SSL_PROTO_TLS1_1", - "name": "MBEDTLS_SSL_PROTO_TLS1_1", - "range": null, - "title": "Support TLS 1.1 protocol", + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": null, + "id": "MBEDTLS_SSL_PROTO_TLS1_1", + "name": "MBEDTLS_SSL_PROTO_TLS1_1", + "range": null, + "title": "Support TLS 1.1 protocol", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": null, - "id": "MBEDTLS_SSL_PROTO_TLS1_2", - "name": "MBEDTLS_SSL_PROTO_TLS1_2", - "range": null, - "title": "Support TLS 1.2 protocol", + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": null, + "id": "MBEDTLS_SSL_PROTO_TLS1_2", + "name": "MBEDTLS_SSL_PROTO_TLS1_2", + "range": null, + "title": "Support TLS 1.2 protocol", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_SSL_PROTO_TLS1_1 || MBEDTLS_SSL_PROTO_TLS1_2", - "help": "Requires TLS 1.1 to be enabled for DTLS 1.0\nRequires TLS 1.2 to be enabled for DTLS 1.2", - "id": "MBEDTLS_SSL_PROTO_DTLS", - "name": "MBEDTLS_SSL_PROTO_DTLS", - "range": null, - "title": "Support DTLS protocol (all versions)", + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_1 || MBEDTLS_SSL_PROTO_TLS1_2", + "help": "Requires TLS 1.1 to be enabled for DTLS 1.0\nRequires TLS 1.2 to be enabled for DTLS 1.2", + "id": "MBEDTLS_SSL_PROTO_DTLS", + "name": "MBEDTLS_SSL_PROTO_DTLS", + "range": null, + "title": "Support DTLS protocol (all versions)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": "Disabling this option will save some code size if it is not needed.", - "id": "MBEDTLS_SSL_ALPN", - "name": "MBEDTLS_SSL_ALPN", - "range": null, - "title": "Support ALPN (Application Layer Protocol Negotiation)", + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Disabling this option will save some code size if it is not needed.", + "id": "MBEDTLS_SSL_ALPN", + "name": "MBEDTLS_SSL_ALPN", + "range": null, + "title": "Support ALPN (Application Layer Protocol Negotiation)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": "Client support for RFC 5077 session tickets. See mbedTLS documentation for more details.\nDisabling this option will save some code size.", - "id": "MBEDTLS_CLIENT_SSL_SESSION_TICKETS", - "name": "MBEDTLS_CLIENT_SSL_SESSION_TICKETS", - "range": null, - "title": "TLS: Client Support for RFC 5077 SSL session tickets", + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Client support for RFC 5077 session tickets. See mbedTLS documentation for more details.\nDisabling this option will save some code size.", + "id": "MBEDTLS_CLIENT_SSL_SESSION_TICKETS", + "name": "MBEDTLS_CLIENT_SSL_SESSION_TICKETS", + "range": null, + "title": "TLS: Client Support for RFC 5077 SSL session tickets", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", - "help": "Server support for RFC 5077 session tickets. See mbedTLS documentation for more details.\nDisabling this option will save some code size.", - "id": "MBEDTLS_SERVER_SSL_SESSION_TICKETS", - "name": "MBEDTLS_SERVER_SSL_SESSION_TICKETS", - "range": null, - "title": "TLS: Server Support for RFC 5077 SSL session tickets", + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Server support for RFC 5077 session tickets. See mbedTLS documentation for more details.\nDisabling this option will save some code size.", + "id": "MBEDTLS_SERVER_SSL_SESSION_TICKETS", + "name": "MBEDTLS_SERVER_SSL_SESSION_TICKETS", + "range": null, + "title": "TLS: Server Support for RFC 5077 SSL session tickets", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": null, - "id": "MBEDTLS_AES_C", - "name": "MBEDTLS_AES_C", - "range": null, - "title": "AES block cipher", + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_AES_C", + "name": "MBEDTLS_AES_C", + "range": null, + "title": "AES block cipher", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "MBEDTLS_CAMELLIA_C", - "name": "MBEDTLS_CAMELLIA_C", - "range": null, - "title": "Camellia block cipher", + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_CAMELLIA_C", + "name": "MBEDTLS_CAMELLIA_C", + "range": null, + "title": "Camellia block cipher", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enables the DES block cipher to support 3DES-based TLS ciphersuites.\n\n3DES is vulnerable to the Sweet32 attack and should only be enabled\nif absolutely necessary.", - "id": "MBEDTLS_DES_C", - "name": "MBEDTLS_DES_C", - "range": null, - "title": "DES block cipher (legacy, insecure)", + "children": [], + "depends_on": null, + "help": "Enables the DES block cipher to support 3DES-based TLS ciphersuites.\n\n3DES is vulnerable to the Sweet32 attack and should only be enabled\nif absolutely necessary.", + "id": "MBEDTLS_DES_C", + "name": "MBEDTLS_DES_C", + "range": null, + "title": "DES block cipher (legacy, insecure)", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_RC4_DISABLED", - "name": "MBEDTLS_RC4_DISABLED", - "range": null, - "title": "Disabled", + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_RC4_DISABLED", + "name": "MBEDTLS_RC4_DISABLED", + "range": null, + "title": "Disabled", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_RC4_ENABLED_NO_DEFAULT", - "name": "MBEDTLS_RC4_ENABLED_NO_DEFAULT", - "range": null, - "title": "Enabled, not in default ciphersuites", + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_RC4_ENABLED_NO_DEFAULT", + "name": "MBEDTLS_RC4_ENABLED_NO_DEFAULT", + "range": null, + "title": "Enabled, not in default ciphersuites", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "MBEDTLS_RC4_ENABLED", - "name": "MBEDTLS_RC4_ENABLED", - "range": null, - "title": "Enabled", + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_RC4_ENABLED", + "name": "MBEDTLS_RC4_ENABLED", + "range": null, + "title": "Enabled", "type": "bool" } - ], - "depends_on": null, - "help": "ARCFOUR (RC4) stream cipher can be disabled entirely, enabled but not\nadded to default ciphersuites, or enabled completely.\n\nPlease consider the security implications before enabling RC4.", - "id": "component-config-mbedtls-symmetric-ciphers-rc4-stream-cipher-legacy-insecure-", - "name": "MBEDTLS_RC4_MODE", - "title": "RC4 Stream Cipher (legacy, insecure)", + ], + "depends_on": null, + "help": "ARCFOUR (RC4) stream cipher can be disabled entirely, enabled but not\nadded to default ciphersuites, or enabled completely.\n\nPlease consider the security implications before enabling RC4.", + "id": "component-config-mbedtls-symmetric-ciphers-rc4-stream-cipher-legacy-insecure-", + "name": "MBEDTLS_RC4_MODE", + "title": "RC4 Stream Cipher (legacy, insecure)", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enables the Blowfish block cipher (not used for TLS sessions.)\n\nThe Blowfish cipher is not used for mbedTLS TLS sessions but can be\nused for other purposes. Read up on the limitations of Blowfish (including\nSweet32) before enabling.", - "id": "MBEDTLS_BLOWFISH_C", - "name": "MBEDTLS_BLOWFISH_C", - "range": null, - "title": "Blowfish block cipher (read help)", + "children": [], + "depends_on": null, + "help": "Enables the Blowfish block cipher (not used for TLS sessions.)\n\nThe Blowfish cipher is not used for mbedTLS TLS sessions but can be\nused for other purposes. Read up on the limitations of Blowfish (including\nSweet32) before enabling.", + "id": "MBEDTLS_BLOWFISH_C", + "name": "MBEDTLS_BLOWFISH_C", + "range": null, + "title": "Blowfish block cipher (read help)", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enables the XTEA block cipher.", - "id": "MBEDTLS_XTEA_C", - "name": "MBEDTLS_XTEA_C", - "range": null, - "title": "XTEA block cipher", + "children": [], + "depends_on": null, + "help": "Enables the XTEA block cipher.", + "id": "MBEDTLS_XTEA_C", + "name": "MBEDTLS_XTEA_C", + "range": null, + "title": "XTEA block cipher", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_AES_C || MBEDTLS_CAMELLIA_C", - "help": "Enable Counter with CBC-MAC (CCM) modes for AES and/or Camellia ciphers.\n\nDisabling this option saves some code size.", - "id": "MBEDTLS_CCM_C", - "name": "MBEDTLS_CCM_C", - "range": null, - "title": "CCM (Counter with CBC-MAC) block cipher modes", + "children": [], + "depends_on": "MBEDTLS_AES_C || MBEDTLS_CAMELLIA_C", + "help": "Enable Counter with CBC-MAC (CCM) modes for AES and/or Camellia ciphers.\n\nDisabling this option saves some code size.", + "id": "MBEDTLS_CCM_C", + "name": "MBEDTLS_CCM_C", + "range": null, + "title": "CCM (Counter with CBC-MAC) block cipher modes", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_AES_C || MBEDTLS_CAMELLIA_C", - "help": "Enable Galois/Counter Mode for AES and/or Camellia ciphers.\n\nThis option is generally faster than CCM.", - "id": "MBEDTLS_GCM_C", - "name": "MBEDTLS_GCM_C", - "range": null, - "title": "GCM (Galois/Counter) block cipher modes", + "children": [], + "depends_on": "MBEDTLS_AES_C || MBEDTLS_CAMELLIA_C", + "help": "Enable Galois/Counter Mode for AES and/or Camellia ciphers.\n\nThis option is generally faster than CCM.", + "id": "MBEDTLS_GCM_C", + "name": "MBEDTLS_GCM_C", + "range": null, + "title": "GCM (Galois/Counter) block cipher modes", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-mbedtls-symmetric-ciphers", - "title": "Symmetric Ciphers", + ], + "depends_on": null, + "id": "component-config-mbedtls-symmetric-ciphers", + "title": "Symmetric Ciphers", "type": "menu" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable the RIPEMD-160 hash algorithm.", - "id": "MBEDTLS_RIPEMD160_C", - "name": "MBEDTLS_RIPEMD160_C", - "range": null, - "title": "Enable RIPEMD-160 hash algorithm", + "children": [], + "depends_on": null, + "help": "Enable the RIPEMD-160 hash algorithm.", + "id": "MBEDTLS_RIPEMD160_C", + "name": "MBEDTLS_RIPEMD160_C", + "range": null, + "title": "Enable RIPEMD-160 hash algorithm", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Enable decoding/parsing of PEM formatted certificates.\n\nIf your certificates are all in the simpler DER format, disabling\nthis option will save some code size.", - "id": "MBEDTLS_PEM_PARSE_C", - "name": "MBEDTLS_PEM_PARSE_C", - "range": null, - "title": "Read & Parse PEM formatted certificates", + "children": [], + "depends_on": null, + "help": "Enable decoding/parsing of PEM formatted certificates.\n\nIf your certificates are all in the simpler DER format, disabling\nthis option will save some code size.", + "id": "MBEDTLS_PEM_PARSE_C", + "name": "MBEDTLS_PEM_PARSE_C", + "range": null, + "title": "Read & Parse PEM formatted certificates", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable writing of PEM formatted certificates.\n\nIf writing certificate data only in DER format, disabling this\noption will save some code size.", - "id": "MBEDTLS_PEM_WRITE_C", - "name": "MBEDTLS_PEM_WRITE_C", - "range": null, - "title": "Write PEM formatted certificates", + "children": [], + "depends_on": null, + "help": "Enable writing of PEM formatted certificates.\n\nIf writing certificate data only in DER format, disabling this\noption will save some code size.", + "id": "MBEDTLS_PEM_WRITE_C", + "name": "MBEDTLS_PEM_WRITE_C", + "range": null, + "title": "Write PEM formatted certificates", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Support for parsing X.509 Certifificate Revocation Lists.", - "id": "MBEDTLS_X509_CRL_PARSE_C", - "name": "MBEDTLS_X509_CRL_PARSE_C", - "range": null, - "title": "X.509 CRL parsing", + "children": [], + "depends_on": null, + "help": "Support for parsing X.509 Certifificate Revocation Lists.", + "id": "MBEDTLS_X509_CRL_PARSE_C", + "name": "MBEDTLS_X509_CRL_PARSE_C", + "range": null, + "title": "X.509 CRL parsing", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Support for parsing X.509 Certifificate Signing Requests", - "id": "MBEDTLS_X509_CSR_PARSE_C", - "name": "MBEDTLS_X509_CSR_PARSE_C", - "range": null, - "title": "X.509 CSR parsing", + "children": [], + "depends_on": null, + "help": "Support for parsing X.509 Certifificate Signing Requests", + "id": "MBEDTLS_X509_CSR_PARSE_C", + "name": "MBEDTLS_X509_CSR_PARSE_C", + "range": null, + "title": "X.509 CSR parsing", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-mbedtls-certificates", - "title": "Certificates", + ], + "depends_on": null, + "id": "component-config-mbedtls-certificates", + "title": "Certificates", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "MBEDTLS_ECDH_C", - "help": "Enable ECDSA. Needed to use ECDSA-xxx TLS ciphersuites.", - "id": "MBEDTLS_ECDSA_C", - "name": "MBEDTLS_ECDSA_C", - "range": null, - "title": "Elliptic Curve DSA", + "children": [], + "depends_on": "MBEDTLS_ECDH_C", + "help": "Enable ECDSA. Needed to use ECDSA-xxx TLS ciphersuites.", + "id": "MBEDTLS_ECDSA_C", + "name": "MBEDTLS_ECDSA_C", + "range": null, + "title": "Elliptic Curve DSA", "type": "bool" } - ], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable ECDH. Needed to use ECDHE-xxx TLS ciphersuites.", - "id": "MBEDTLS_ECDH_C", - "name": "MBEDTLS_ECDH_C", - "range": null, - "title": "Elliptic Curve Diffie-Hellman (ECDH)", + ], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable ECDH. Needed to use ECDHE-xxx TLS ciphersuites.", + "id": "MBEDTLS_ECDH_C", + "name": "MBEDTLS_ECDH_C", + "range": null, + "title": "Elliptic Curve Diffie-Hellman (ECDH)", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable support for SECP192R1 Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_SECP192R1_ENABLED", - "name": "MBEDTLS_ECP_DP_SECP192R1_ENABLED", - "range": null, - "title": "Enable SECP192R1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP192R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP192R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP192R1_ENABLED", + "range": null, + "title": "Enable SECP192R1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable support for SECP224R1 Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_SECP224R1_ENABLED", - "name": "MBEDTLS_ECP_DP_SECP224R1_ENABLED", - "range": null, - "title": "Enable SECP224R1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP224R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP224R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP224R1_ENABLED", + "range": null, + "title": "Enable SECP224R1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable support for SECP256R1 Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_SECP256R1_ENABLED", - "name": "MBEDTLS_ECP_DP_SECP256R1_ENABLED", - "range": null, - "title": "Enable SECP256R1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP256R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP256R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP256R1_ENABLED", + "range": null, + "title": "Enable SECP256R1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable support for SECP384R1 Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_SECP384R1_ENABLED", - "name": "MBEDTLS_ECP_DP_SECP384R1_ENABLED", - "range": null, - "title": "Enable SECP384R1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP384R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP384R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP384R1_ENABLED", + "range": null, + "title": "Enable SECP384R1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable support for SECP521R1 Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_SECP521R1_ENABLED", - "name": "MBEDTLS_ECP_DP_SECP521R1_ENABLED", - "range": null, - "title": "Enable SECP521R1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP521R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP521R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP521R1_ENABLED", + "range": null, + "title": "Enable SECP521R1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable support for SECP192K1 Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_SECP192K1_ENABLED", - "name": "MBEDTLS_ECP_DP_SECP192K1_ENABLED", - "range": null, - "title": "Enable SECP192K1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP192K1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP192K1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP192K1_ENABLED", + "range": null, + "title": "Enable SECP192K1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable support for SECP224K1 Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_SECP224K1_ENABLED", - "name": "MBEDTLS_ECP_DP_SECP224K1_ENABLED", - "range": null, - "title": "Enable SECP224K1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP224K1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP224K1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP224K1_ENABLED", + "range": null, + "title": "Enable SECP224K1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable support for SECP256K1 Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_SECP256K1_ENABLED", - "name": "MBEDTLS_ECP_DP_SECP256K1_ENABLED", - "range": null, - "title": "Enable SECP256K1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP256K1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP256K1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP256K1_ENABLED", + "range": null, + "title": "Enable SECP256K1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "support for DP Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_BP256R1_ENABLED", - "name": "MBEDTLS_ECP_DP_BP256R1_ENABLED", - "range": null, - "title": "Enable BP256R1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "support for DP Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_BP256R1_ENABLED", + "name": "MBEDTLS_ECP_DP_BP256R1_ENABLED", + "range": null, + "title": "Enable BP256R1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "support for DP Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_BP384R1_ENABLED", - "name": "MBEDTLS_ECP_DP_BP384R1_ENABLED", - "range": null, - "title": "Enable BP384R1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "support for DP Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_BP384R1_ENABLED", + "name": "MBEDTLS_ECP_DP_BP384R1_ENABLED", + "range": null, + "title": "Enable BP384R1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "support for DP Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_BP512R1_ENABLED", - "name": "MBEDTLS_ECP_DP_BP512R1_ENABLED", - "range": null, - "title": "Enable BP512R1 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "support for DP Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_BP512R1_ENABLED", + "name": "MBEDTLS_ECP_DP_BP512R1_ENABLED", + "range": null, + "title": "Enable BP512R1 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable support for CURVE25519 Elliptic Curve.", - "id": "MBEDTLS_ECP_DP_CURVE25519_ENABLED", - "name": "MBEDTLS_ECP_DP_CURVE25519_ENABLED", - "range": null, - "title": "Enable CURVE25519 curve", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for CURVE25519 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_CURVE25519_ENABLED", + "name": "MBEDTLS_ECP_DP_CURVE25519_ENABLED", + "range": null, + "title": "Enable CURVE25519 curve", "type": "bool" - }, + }, { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "NIST 'modulo p' optimisations increase Elliptic Curve operation performance.\n\nDisabling this option saves some code size.\n\n# end of Elliptic Curve options", - "id": "MBEDTLS_ECP_NIST_OPTIM", - "name": "MBEDTLS_ECP_NIST_OPTIM", - "range": null, - "title": "NIST 'modulo p' optimisations", + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "NIST 'modulo p' optimisations increase Elliptic Curve operation performance.\n\nDisabling this option saves some code size.\n\n# end of Elliptic Curve options", + "id": "MBEDTLS_ECP_NIST_OPTIM", + "name": "MBEDTLS_ECP_NIST_OPTIM", + "range": null, + "title": "NIST 'modulo p' optimisations", "type": "bool" } - ], - "depends_on": null, - "help": null, - "id": "MBEDTLS_ECP_C", - "is_menuconfig": true, - "name": "MBEDTLS_ECP_C", - "range": null, - "title": "Elliptic Curve Ciphers", + ], + "depends_on": null, + "help": null, + "id": "MBEDTLS_ECP_C", + "is_menuconfig": true, + "name": "MBEDTLS_ECP_C", + "range": null, + "title": "Elliptic Curve Ciphers", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "MBEDTLS_SECURITY_RISKS", - "help": "Allow the X.509 certificate parser to load certificates\nwith unsupported critical extensions", - "id": "MBEDTLS_ALLOW_UNSUPPORTED_CRITICAL_EXT", - "name": "MBEDTLS_ALLOW_UNSUPPORTED_CRITICAL_EXT", - "range": null, - "title": "X.509 CRT parsing with unsupported critical extensions", + "children": [], + "depends_on": "MBEDTLS_SECURITY_RISKS", + "help": "Allow the X.509 certificate parser to load certificates\nwith unsupported critical extensions", + "id": "MBEDTLS_ALLOW_UNSUPPORTED_CRITICAL_EXT", + "name": "MBEDTLS_ALLOW_UNSUPPORTED_CRITICAL_EXT", + "range": null, + "title": "X.509 CRT parsing with unsupported critical extensions", "type": "bool" } - ], - "depends_on": null, - "help": null, - "id": "MBEDTLS_SECURITY_RISKS", - "is_menuconfig": true, - "name": "MBEDTLS_SECURITY_RISKS", - "range": null, - "title": "Show configurations with potential security risks", + ], + "depends_on": null, + "help": null, + "id": "MBEDTLS_SECURITY_RISKS", + "is_menuconfig": true, + "name": "MBEDTLS_SECURITY_RISKS", + "range": null, + "title": "Show configurations with potential security risks", "type": "menu" } - ], - "depends_on": null, - "id": "component-config-mbedtls", - "title": "mbedTLS", + ], + "depends_on": null, + "id": "component-config-mbedtls", + "title": "mbedTLS", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Services take up a certain amount of memory, and allowing fewer\nservices to be open at the same time conserves memory. Specify\nthe maximum amount of services here. The valid value is from 1\nto 64.", - "id": "MDNS_MAX_SERVICES", - "name": "MDNS_MAX_SERVICES", + "children": [], + "depends_on": null, + "help": "Services take up a certain amount of memory, and allowing fewer\nservices to be open at the same time conserves memory. Specify\nthe maximum amount of services here. The valid value is from 1\nto 64.", + "id": "MDNS_MAX_SERVICES", + "name": "MDNS_MAX_SERVICES", "range": [ - 1, + 1, 64 - ], - "title": "Max number of services", + ], + "title": "Max number of services", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Allows setting mDNS task priority. Please do not set the task priority\nhigher than priorities of system tasks. Compile time warning/error\nwould be emitted if the chosen task priority were too high.", - "id": "MDNS_TASK_PRIORITY", - "name": "MDNS_TASK_PRIORITY", + "children": [], + "depends_on": null, + "help": "Allows setting mDNS task priority. Please do not set the task priority\nhigher than priorities of system tasks. Compile time warning/error\nwould be emitted if the chosen task priority were too high.", + "id": "MDNS_TASK_PRIORITY", + "name": "MDNS_TASK_PRIORITY", "range": [ - 1, + 1, 255 - ], - "title": "mDNS task priority", + ], + "title": "mDNS task priority", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "MDNS_TASK_AFFINITY_NO_AFFINITY", - "name": "MDNS_TASK_AFFINITY_NO_AFFINITY", - "range": null, - "title": "No affinity", + "children": [], + "depends_on": "", + "help": null, + "id": "MDNS_TASK_AFFINITY_NO_AFFINITY", + "name": "MDNS_TASK_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "MDNS_TASK_AFFINITY_CPU0", - "name": "MDNS_TASK_AFFINITY_CPU0", - "range": null, - "title": "CPU0", + "children": [], + "depends_on": "", + "help": null, + "id": "MDNS_TASK_AFFINITY_CPU0", + "name": "MDNS_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "!FREERTOS_UNICORE && ", - "help": null, - "id": "MDNS_TASK_AFFINITY_CPU1", - "name": "MDNS_TASK_AFFINITY_CPU1", - "range": null, - "title": "CPU1", + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "MDNS_TASK_AFFINITY_CPU1", + "name": "MDNS_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", "type": "bool" } - ], - "depends_on": null, - "help": "Allows setting mDNS tasks affinity, i.e. whether the task is pinned to\nCPU0, pinned to CPU1, or allowed to run on any CPU.", - "id": "component-config-mdns-mdns-task-affinity", - "name": "MDNS_TASK_AFFINITY", - "title": "mDNS task affinity", + ], + "depends_on": null, + "help": "Allows setting mDNS tasks affinity, i.e. whether the task is pinned to\nCPU0, pinned to CPU1, or allowed to run on any CPU.", + "id": "component-config-mdns-mdns-task-affinity", + "name": "MDNS_TASK_AFFINITY", + "title": "mDNS task affinity", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "MDNS_TASK_AFFINITY", - "name": "MDNS_TASK_AFFINITY", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "MDNS_TASK_AFFINITY", + "name": "MDNS_TASK_AFFINITY", + "range": null, + "title": null, "type": "hex" - }, + }, { - "children": [], - "depends_on": null, - "help": "Configures timeout for adding a new mDNS service. Adding a service\nfails if could not be completed within this time.", - "id": "MDNS_SERVICE_ADD_TIMEOUT_MS", - "name": "MDNS_SERVICE_ADD_TIMEOUT_MS", + "children": [], + "depends_on": null, + "help": "Configures timeout for adding a new mDNS service. Adding a service\nfails if could not be completed within this time.", + "id": "MDNS_SERVICE_ADD_TIMEOUT_MS", + "name": "MDNS_SERVICE_ADD_TIMEOUT_MS", "range": [ - 10, + 10, 30000 - ], - "title": "mDNS adding service timeout (ms)", + ], + "title": "mDNS adding service timeout (ms)", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Configures period of mDNS timer, which periodically transmits packets\nand schedules mDNS searches.", - "id": "MDNS_TIMER_PERIOD_MS", - "name": "MDNS_TIMER_PERIOD_MS", + "children": [], + "depends_on": null, + "help": "Configures period of mDNS timer, which periodically transmits packets\nand schedules mDNS searches.", + "id": "MDNS_TIMER_PERIOD_MS", + "name": "MDNS_TIMER_PERIOD_MS", "range": [ - 10, + 10, 10000 - ], - "title": "mDNS timer period (ms)", + ], + "title": "mDNS timer period (ms)", "type": "int" } - ], - "depends_on": null, - "id": "component-config-mdns", - "title": "mDNS", + ], + "depends_on": null, + "id": "component-config-mdns", + "title": "mDNS", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "If not, this library will use MQTT protocol 3.1", - "id": "MQTT_PROTOCOL_311", - "name": "MQTT_PROTOCOL_311", - "range": null, - "title": "Enable MQTT protocol 3.1.1", + "children": [], + "depends_on": null, + "help": "If not, this library will use MQTT protocol 3.1", + "id": "MQTT_PROTOCOL_311", + "name": "MQTT_PROTOCOL_311", + "range": null, + "title": "Enable MQTT protocol 3.1.1", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable MQTT transport over SSL with mbedtls", - "id": "MQTT_TRANSPORT_SSL", - "name": "MQTT_TRANSPORT_SSL", - "range": null, - "title": "Enable MQTT over SSL", + "children": [], + "depends_on": null, + "help": "Enable MQTT transport over SSL with mbedtls", + "id": "MQTT_TRANSPORT_SSL", + "name": "MQTT_TRANSPORT_SSL", + "range": null, + "title": "Enable MQTT over SSL", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "MQTT_TRANSPORT_WEBSOCKET && MQTT_TRANSPORT_SSL", - "help": "Enable MQTT transport over Websocket Secure.", - "id": "MQTT_TRANSPORT_WEBSOCKET_SECURE", - "name": "MQTT_TRANSPORT_WEBSOCKET_SECURE", - "range": null, - "title": "Enable MQTT over Websocket Secure", + "children": [], + "depends_on": "MQTT_TRANSPORT_WEBSOCKET && MQTT_TRANSPORT_SSL", + "help": "Enable MQTT transport over Websocket Secure.", + "id": "MQTT_TRANSPORT_WEBSOCKET_SECURE", + "name": "MQTT_TRANSPORT_WEBSOCKET_SECURE", + "range": null, + "title": "Enable MQTT over Websocket Secure", "type": "bool" } - ], - "depends_on": null, - "help": "Enable MQTT transport over Websocket.", - "id": "MQTT_TRANSPORT_WEBSOCKET", - "name": "MQTT_TRANSPORT_WEBSOCKET", - "range": null, - "title": "Enable MQTT over Websocket", + ], + "depends_on": null, + "help": "Enable MQTT transport over Websocket.", + "id": "MQTT_TRANSPORT_WEBSOCKET", + "name": "MQTT_TRANSPORT_WEBSOCKET", + "range": null, + "title": "Enable MQTT over Websocket", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "MQTT_USE_CUSTOM_CONFIG", - "help": "Default MQTT over TCP port", - "id": "MQTT_TCP_DEFAULT_PORT", - "name": "MQTT_TCP_DEFAULT_PORT", - "range": null, - "title": "Default MQTT over TCP port", + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Default MQTT over TCP port", + "id": "MQTT_TCP_DEFAULT_PORT", + "name": "MQTT_TCP_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over TCP port", "type": "int" - }, + }, { - "children": [], - "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_SSL", - "help": "Default MQTT over SSL port", - "id": "MQTT_SSL_DEFAULT_PORT", - "name": "MQTT_SSL_DEFAULT_PORT", - "range": null, - "title": "Default MQTT over SSL port", + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_SSL", + "help": "Default MQTT over SSL port", + "id": "MQTT_SSL_DEFAULT_PORT", + "name": "MQTT_SSL_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over SSL port", "type": "int" - }, + }, { - "children": [], - "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_WEBSOCKET", - "help": "Default MQTT over Websocket port", - "id": "MQTT_WS_DEFAULT_PORT", - "name": "MQTT_WS_DEFAULT_PORT", - "range": null, - "title": "Default MQTT over Websocket port", + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_WEBSOCKET", + "help": "Default MQTT over Websocket port", + "id": "MQTT_WS_DEFAULT_PORT", + "name": "MQTT_WS_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over Websocket port", "type": "int" - }, + }, { - "children": [], - "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_WEBSOCKET && MQTT_TRANSPORT_WEBSOCKET_SECURE", - "help": "Default MQTT over Websocket Secure port", - "id": "MQTT_WSS_DEFAULT_PORT", - "name": "MQTT_WSS_DEFAULT_PORT", - "range": null, - "title": "Default MQTT over Websocket Secure port", + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_WEBSOCKET && MQTT_TRANSPORT_WEBSOCKET_SECURE", + "help": "Default MQTT over Websocket Secure port", + "id": "MQTT_WSS_DEFAULT_PORT", + "name": "MQTT_WSS_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over Websocket Secure port", "type": "int" - }, + }, { - "children": [], - "depends_on": "MQTT_USE_CUSTOM_CONFIG", - "help": "This buffer size using for both transmit and receive", - "id": "MQTT_BUFFER_SIZE", - "name": "MQTT_BUFFER_SIZE", - "range": null, - "title": "Default MQTT Buffer Size", + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "This buffer size using for both transmit and receive", + "id": "MQTT_BUFFER_SIZE", + "name": "MQTT_BUFFER_SIZE", + "range": null, + "title": "Default MQTT Buffer Size", "type": "int" - }, + }, { - "children": [], - "depends_on": "MQTT_USE_CUSTOM_CONFIG", - "help": "MQTT task stack size", - "id": "MQTT_TASK_STACK_SIZE", - "name": "MQTT_TASK_STACK_SIZE", - "range": null, - "title": "MQTT task stack size", + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "MQTT task stack size", + "id": "MQTT_TASK_STACK_SIZE", + "name": "MQTT_TASK_STACK_SIZE", + "range": null, + "title": "MQTT task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": "MQTT_USE_CUSTOM_CONFIG", - "help": "Default config employs API locks to protect internal structures. It is possible to disable\nthese locks if the user code doesn't access MQTT API from multiple concurrent tasks", - "id": "MQTT_DISABLE_API_LOCKS", - "name": "MQTT_DISABLE_API_LOCKS", - "range": null, - "title": "Disable API locks", + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Default config employs API locks to protect internal structures. It is possible to disable\nthese locks if the user code doesn't access MQTT API from multiple concurrent tasks", + "id": "MQTT_DISABLE_API_LOCKS", + "name": "MQTT_DISABLE_API_LOCKS", + "range": null, + "title": "Disable API locks", "type": "bool" } - ], - "depends_on": null, - "help": "Custom MQTT configurations.", - "id": "MQTT_USE_CUSTOM_CONFIG", - "name": "MQTT_USE_CUSTOM_CONFIG", - "range": null, - "title": "MQTT Using custom configurations", + ], + "depends_on": null, + "help": "Custom MQTT configurations.", + "id": "MQTT_USE_CUSTOM_CONFIG", + "name": "MQTT_USE_CUSTOM_CONFIG", + "range": null, + "title": "MQTT Using custom configurations", "type": "bool" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "MQTT_USE_CORE_0", - "name": "MQTT_USE_CORE_0", - "range": null, - "title": "Core 0", + "children": [], + "depends_on": "", + "help": null, + "id": "MQTT_USE_CORE_0", + "name": "MQTT_USE_CORE_0", + "range": null, + "title": "Core 0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "MQTT_USE_CORE_1", - "name": "MQTT_USE_CORE_1", - "range": null, - "title": "Core 1", + "children": [], + "depends_on": "", + "help": null, + "id": "MQTT_USE_CORE_1", + "name": "MQTT_USE_CORE_1", + "range": null, + "title": "Core 1", "type": "bool" } - ], - "depends_on": "MQTT_TASK_CORE_SELECTION_ENABLED", - "help": null, - "id": "component-config-esp-mqtt-configurations-enable-mqtt-task-core-selection-core-to-use-", - "name": "MQTT_TASK_CORE_SELECTION", - "title": "Core to use ?", + ], + "depends_on": "MQTT_TASK_CORE_SELECTION_ENABLED", + "help": null, + "id": "component-config-esp-mqtt-configurations-enable-mqtt-task-core-selection-core-to-use-", + "name": "MQTT_TASK_CORE_SELECTION", + "title": "Core to use ?", "type": "choice" } - ], - "depends_on": null, - "help": "This will enable core selection", - "id": "MQTT_TASK_CORE_SELECTION_ENABLED", - "name": "MQTT_TASK_CORE_SELECTION_ENABLED", - "range": null, - "title": "Enable MQTT task core selection", + ], + "depends_on": null, + "help": "This will enable core selection", + "id": "MQTT_TASK_CORE_SELECTION_ENABLED", + "name": "MQTT_TASK_CORE_SELECTION_ENABLED", + "range": null, + "title": "Enable MQTT task core selection", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Set to true if a specific implementation of message outbox is needed (e.g. persistant outbox in NVM or\nsimilar).", - "id": "MQTT_CUSTOM_OUTBOX", - "name": "MQTT_CUSTOM_OUTBOX", - "range": null, - "title": "Enable custom outbox implementation", + "children": [], + "depends_on": null, + "help": "Set to true if a specific implementation of message outbox is needed (e.g. persistant outbox in NVM or\nsimilar).", + "id": "MQTT_CUSTOM_OUTBOX", + "name": "MQTT_CUSTOM_OUTBOX", + "range": null, + "title": "Enable custom outbox implementation", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-esp-mqtt-configurations", - "title": "ESP-MQTT Configurations", + ], + "depends_on": null, + "id": "component-config-esp-mqtt-configurations", + "title": "ESP-MQTT Configurations", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "NEWLIB_STDOUT_LINE_ENDING_CRLF", - "name": "NEWLIB_STDOUT_LINE_ENDING_CRLF", - "range": null, - "title": "CRLF", + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_CRLF", + "name": "NEWLIB_STDOUT_LINE_ENDING_CRLF", + "range": null, + "title": "CRLF", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "NEWLIB_STDOUT_LINE_ENDING_LF", - "name": "NEWLIB_STDOUT_LINE_ENDING_LF", - "range": null, - "title": "LF", + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_LF", + "name": "NEWLIB_STDOUT_LINE_ENDING_LF", + "range": null, + "title": "LF", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "NEWLIB_STDOUT_LINE_ENDING_CR", - "name": "NEWLIB_STDOUT_LINE_ENDING_CR", - "range": null, - "title": "CR", + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_CR", + "name": "NEWLIB_STDOUT_LINE_ENDING_CR", + "range": null, + "title": "CR", "type": "bool" } - ], - "depends_on": null, - "help": "This option allows configuring the desired line endings sent to UART\nwhen a newline ('\\n', LF) appears on stdout.\nThree options are possible:\n\nCRLF: whenever LF is encountered, prepend it with CR\n\nLF: no modification is applied, stdout is sent as is\n\nCR: each occurence of LF is replaced with CR\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", - "id": "component-config-newlib-line-ending-for-uart-output", - "name": "NEWLIB_STDOUT_LINE_ENDING", - "title": "Line ending for UART output", + ], + "depends_on": null, + "help": "This option allows configuring the desired line endings sent to UART\nwhen a newline ('\\n', LF) appears on stdout.\nThree options are possible:\n\nCRLF: whenever LF is encountered, prepend it with CR\n\nLF: no modification is applied, stdout is sent as is\n\nCR: each occurence of LF is replaced with CR\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "id": "component-config-newlib-line-ending-for-uart-output", + "name": "NEWLIB_STDOUT_LINE_ENDING", + "title": "Line ending for UART output", "type": "choice" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "NEWLIB_STDIN_LINE_ENDING_CRLF", - "name": "NEWLIB_STDIN_LINE_ENDING_CRLF", - "range": null, - "title": "CRLF", + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_CRLF", + "name": "NEWLIB_STDIN_LINE_ENDING_CRLF", + "range": null, + "title": "CRLF", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "NEWLIB_STDIN_LINE_ENDING_LF", - "name": "NEWLIB_STDIN_LINE_ENDING_LF", - "range": null, - "title": "LF", + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_LF", + "name": "NEWLIB_STDIN_LINE_ENDING_LF", + "range": null, + "title": "LF", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "NEWLIB_STDIN_LINE_ENDING_CR", - "name": "NEWLIB_STDIN_LINE_ENDING_CR", - "range": null, - "title": "CR", + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_CR", + "name": "NEWLIB_STDIN_LINE_ENDING_CR", + "range": null, + "title": "CR", "type": "bool" } - ], - "depends_on": null, - "help": "This option allows configuring which input sequence on UART produces\na newline ('\\n', LF) on stdin.\nThree options are possible:\n\nCRLF: CRLF is converted to LF\n\nLF: no modification is applied, input is sent to stdin as is\n\nCR: each occurence of CR is replaced with LF\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", - "id": "component-config-newlib-line-ending-for-uart-input", - "name": "NEWLIB_STDIN_LINE_ENDING", - "title": "Line ending for UART input", + ], + "depends_on": null, + "help": "This option allows configuring which input sequence on UART produces\na newline ('\\n', LF) on stdin.\nThree options are possible:\n\nCRLF: CRLF is converted to LF\n\nLF: no modification is applied, input is sent to stdin as is\n\nCR: each occurence of CR is replaced with LF\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "id": "component-config-newlib-line-ending-for-uart-input", + "name": "NEWLIB_STDIN_LINE_ENDING", + "title": "Line ending for UART input", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "ESP32 ROM contains parts of newlib C library, including printf/scanf family\nof functions. These functions have been compiled with so-called \"nano\"\nformatting option. This option doesn't support 64-bit integer formats and C99\nfeatures, such as positional arguments.\n\nFor more details about \"nano\" formatting option, please see newlib readme file,\nsearch for '--enable-newlib-nano-formatted-io':\nhttps://sourceware.org/newlib/README\n\nIf this option is enabled, build system will use functions available in\nROM, reducing the application binary size. Functions available in ROM run\nfaster than functions which run from flash. Functions available in ROM can\nalso run when flash instruction cache is disabled.\n\nIf you need 64-bit integer formatting support or C99 features, keep this\noption disabled.", - "id": "NEWLIB_NANO_FORMAT", - "name": "NEWLIB_NANO_FORMAT", - "range": null, - "title": "Enable 'nano' formatting options for printf/scanf family", + "children": [], + "depends_on": null, + "help": "ESP32 ROM contains parts of newlib C library, including printf/scanf family\nof functions. These functions have been compiled with so-called \"nano\"\nformatting option. This option doesn't support 64-bit integer formats and C99\nfeatures, such as positional arguments.\n\nFor more details about \"nano\" formatting option, please see newlib readme file,\nsearch for '--enable-newlib-nano-formatted-io':\nhttps://sourceware.org/newlib/README\n\nIf this option is enabled, build system will use functions available in\nROM, reducing the application binary size. Functions available in ROM run\nfaster than functions which run from flash. Functions available in ROM can\nalso run when flash instruction cache is disabled.\n\nIf you need 64-bit integer formatting support or C99 features, keep this\noption disabled.", + "id": "NEWLIB_NANO_FORMAT", + "name": "NEWLIB_NANO_FORMAT", + "range": null, + "title": "Enable 'nano' formatting options for printf/scanf family", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-newlib", - "title": "Newlib", + ], + "depends_on": null, + "id": "component-config-newlib", + "title": "Newlib", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": "SECURE_FLASH_ENC_ENABLED", - "help": "This option enables encryption for NVS. When enabled, AES-XTS is used to encrypt\nthe complete NVS data, except the page headers. It requires XTS encryption keys\nto be stored in an encrypted partition. This means enabling flash encryption is\na pre-requisite for this feature.", - "id": "NVS_ENCRYPTION", - "name": "NVS_ENCRYPTION", - "range": null, - "title": "Enable NVS encryption", + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "This option enables encryption for NVS. When enabled, AES-XTS is used to encrypt\nthe complete NVS data, except the page headers. It requires XTS encryption keys\nto be stored in an encrypted partition. This means enabling flash encryption is\na pre-requisite for this feature.", + "id": "NVS_ENCRYPTION", + "name": "NVS_ENCRYPTION", + "range": null, + "title": "Enable NVS encryption", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-nvs", - "title": "NVS", + ], + "depends_on": null, + "id": "component-config-nvs", + "title": "NVS", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "OPENSSL_DEBUG", - "help": "OpenSSL debugging level.\n\nOnly function whose debugging level is higher than \"OPENSSL_DEBUG_LEVEL\" works.\n\nFor example:\nIf OPENSSL_DEBUG_LEVEL = 2, you use function \"SSL_DEBUG(1, \"malloc failed\")\". Because 1 < 2, it will not\nprint.", - "id": "OPENSSL_DEBUG_LEVEL", - "name": "OPENSSL_DEBUG_LEVEL", - "range": null, - "title": "OpenSSL debugging level", + "children": [], + "depends_on": "OPENSSL_DEBUG", + "help": "OpenSSL debugging level.\n\nOnly function whose debugging level is higher than \"OPENSSL_DEBUG_LEVEL\" works.\n\nFor example:\nIf OPENSSL_DEBUG_LEVEL = 2, you use function \"SSL_DEBUG(1, \"malloc failed\")\". Because 1 < 2, it will not\nprint.", + "id": "OPENSSL_DEBUG_LEVEL", + "name": "OPENSSL_DEBUG_LEVEL", + "range": null, + "title": "OpenSSL debugging level", "type": "int" - }, + }, { - "children": [], - "depends_on": "OPENSSL_DEBUG", - "help": "If the option is enabled, low-level module debugging function of OpenSSL is enabled, e.g. mbedtls internal\ndebugging function.", - "id": "OPENSSL_LOWLEVEL_DEBUG", - "name": "OPENSSL_LOWLEVEL_DEBUG", - "range": null, - "title": "Enable OpenSSL low-level module debugging", + "children": [], + "depends_on": "OPENSSL_DEBUG", + "help": "If the option is enabled, low-level module debugging function of OpenSSL is enabled, e.g. mbedtls internal\ndebugging function.", + "id": "OPENSSL_LOWLEVEL_DEBUG", + "name": "OPENSSL_LOWLEVEL_DEBUG", + "range": null, + "title": "Enable OpenSSL low-level module debugging", "type": "bool" } - ], - "depends_on": null, - "help": "Enable OpenSSL debugging function.\n\nIf the option is enabled, \"SSL_DEBUG\" works.", - "id": "OPENSSL_DEBUG", - "name": "OPENSSL_DEBUG", - "range": null, - "title": "Enable OpenSSL debugging", + ], + "depends_on": null, + "help": "Enable OpenSSL debugging function.\n\nIf the option is enabled, \"SSL_DEBUG\" works.", + "id": "OPENSSL_DEBUG", + "name": "OPENSSL_DEBUG", + "range": null, + "title": "Enable OpenSSL debugging", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": "Do nothing and \"SSL_ASSERT\" does not work.", - "id": "OPENSSL_ASSERT_DO_NOTHING", - "name": "OPENSSL_ASSERT_DO_NOTHING", - "range": null, - "title": "Do nothing", + "children": [], + "depends_on": "", + "help": "Do nothing and \"SSL_ASSERT\" does not work.", + "id": "OPENSSL_ASSERT_DO_NOTHING", + "name": "OPENSSL_ASSERT_DO_NOTHING", + "range": null, + "title": "Do nothing", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": "Enable assert exiting, it will check and return error code.", - "id": "OPENSSL_ASSERT_EXIT", - "name": "OPENSSL_ASSERT_EXIT", - "range": null, - "title": "Check and exit", + "children": [], + "depends_on": "", + "help": "Enable assert exiting, it will check and return error code.", + "id": "OPENSSL_ASSERT_EXIT", + "name": "OPENSSL_ASSERT_EXIT", + "range": null, + "title": "Check and exit", "type": "bool" - }, + }, { - "children": [], - "depends_on": "OPENSSL_DEBUG && ", - "help": "Enable assert debugging, it will check and show debugging message.", - "id": "OPENSSL_ASSERT_DEBUG", - "name": "OPENSSL_ASSERT_DEBUG", - "range": null, - "title": "Show debugging message", + "children": [], + "depends_on": "OPENSSL_DEBUG && ", + "help": "Enable assert debugging, it will check and show debugging message.", + "id": "OPENSSL_ASSERT_DEBUG", + "name": "OPENSSL_ASSERT_DEBUG", + "range": null, + "title": "Show debugging message", "type": "bool" - }, + }, { - "children": [], - "depends_on": "OPENSSL_DEBUG && ", - "help": "Enable assert debugging and exiting, it will check, show debugging message and return error code.", - "id": "OPENSSL_ASSERT_DEBUG_EXIT", - "name": "OPENSSL_ASSERT_DEBUG_EXIT", - "range": null, - "title": "Show debugging message and exit", + "children": [], + "depends_on": "OPENSSL_DEBUG && ", + "help": "Enable assert debugging and exiting, it will check, show debugging message and return error code.", + "id": "OPENSSL_ASSERT_DEBUG_EXIT", + "name": "OPENSSL_ASSERT_DEBUG_EXIT", + "range": null, + "title": "Show debugging message and exit", "type": "bool" - }, + }, { - "children": [], - "depends_on": "OPENSSL_DEBUG && ", - "help": "Enable assert debugging and blocking, it will check, show debugging message and block by \"while (1);\".", - "id": "OPENSSL_ASSERT_DEBUG_BLOCK", - "name": "OPENSSL_ASSERT_DEBUG_BLOCK", - "range": null, - "title": "Show debugging message and block", + "children": [], + "depends_on": "OPENSSL_DEBUG && ", + "help": "Enable assert debugging and blocking, it will check, show debugging message and block by \"while (1);\".", + "id": "OPENSSL_ASSERT_DEBUG_BLOCK", + "name": "OPENSSL_ASSERT_DEBUG_BLOCK", + "range": null, + "title": "Show debugging message and block", "type": "bool" } - ], - "depends_on": null, - "help": "OpenSSL function needs \"assert\" function to check if input parameters are valid.\n\nIf you want to use assert debugging function, \"OPENSSL_DEBUG\" should be enabled.", - "id": "component-config-openssl-select-openssl-assert-function", - "name": "OPENSSL_ASSERT", - "title": "Select OpenSSL assert function", + ], + "depends_on": null, + "help": "OpenSSL function needs \"assert\" function to check if input parameters are valid.\n\nIf you want to use assert debugging function, \"OPENSSL_DEBUG\" should be enabled.", + "id": "component-config-openssl-select-openssl-assert-function", + "name": "OPENSSL_ASSERT", + "title": "Select OpenSSL assert function", "type": "choice" } - ], - "depends_on": null, - "id": "component-config-openssl", - "title": "OpenSSL", + ], + "depends_on": null, + "id": "component-config-openssl", + "title": "OpenSSL", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Priority used to create new tasks with default pthread parameters.", - "id": "PTHREAD_TASK_PRIO_DEFAULT", - "name": "PTHREAD_TASK_PRIO_DEFAULT", + "children": [], + "depends_on": null, + "help": "Priority used to create new tasks with default pthread parameters.", + "id": "PTHREAD_TASK_PRIO_DEFAULT", + "name": "PTHREAD_TASK_PRIO_DEFAULT", "range": [ - 0, + 0, 255 - ], - "title": "Default task priority", + ], + "title": "Default task priority", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Stack size used to create new tasks with default pthread parameters.", - "id": "PTHREAD_TASK_STACK_SIZE_DEFAULT", - "name": "PTHREAD_TASK_STACK_SIZE_DEFAULT", - "range": null, - "title": "Default task stack size", + "children": [], + "depends_on": null, + "help": "Stack size used to create new tasks with default pthread parameters.", + "id": "PTHREAD_TASK_STACK_SIZE_DEFAULT", + "name": "PTHREAD_TASK_STACK_SIZE_DEFAULT", + "range": null, + "title": "Default task stack size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Minimum allowed pthread stack size set in attributes passed to pthread_create", - "id": "PTHREAD_STACK_MIN", - "name": "PTHREAD_STACK_MIN", - "range": null, - "title": "Minimum allowed pthread stack size", + "children": [], + "depends_on": null, + "help": "Minimum allowed pthread stack size set in attributes passed to pthread_create", + "id": "PTHREAD_STACK_MIN", + "name": "PTHREAD_STACK_MIN", + "range": null, + "title": "Minimum allowed pthread stack size", "type": "int" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "PTHREAD_DEFAULT_CORE_NO_AFFINITY", - "name": "PTHREAD_DEFAULT_CORE_NO_AFFINITY", - "range": null, - "title": "No affinity", + "children": [], + "depends_on": "", + "help": null, + "id": "PTHREAD_DEFAULT_CORE_NO_AFFINITY", + "name": "PTHREAD_DEFAULT_CORE_NO_AFFINITY", + "range": null, + "title": "No affinity", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "PTHREAD_DEFAULT_CORE_0", - "name": "PTHREAD_DEFAULT_CORE_0", - "range": null, - "title": "Core 0", + "children": [], + "depends_on": "", + "help": null, + "id": "PTHREAD_DEFAULT_CORE_0", + "name": "PTHREAD_DEFAULT_CORE_0", + "range": null, + "title": "Core 0", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "PTHREAD_DEFAULT_CORE_1", - "name": "PTHREAD_DEFAULT_CORE_1", - "range": null, - "title": "Core 1", + "children": [], + "depends_on": "", + "help": null, + "id": "PTHREAD_DEFAULT_CORE_1", + "name": "PTHREAD_DEFAULT_CORE_1", + "range": null, + "title": "Core 1", "type": "bool" } - ], - "depends_on": "!FREERTOS_UNICORE", - "help": "The default core to which pthreads are pinned.", - "id": "component-config-pthreads-default-pthread-core-affinity", - "name": "PTHREAD_TASK_CORE_DEFAULT", - "title": "Default pthread core affinity", + ], + "depends_on": "!FREERTOS_UNICORE", + "help": "The default core to which pthreads are pinned.", + "id": "component-config-pthreads-default-pthread-core-affinity", + "name": "PTHREAD_TASK_CORE_DEFAULT", + "title": "Default pthread core affinity", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "PTHREAD_TASK_CORE_DEFAULT", - "name": "PTHREAD_TASK_CORE_DEFAULT", - "range": null, - "title": null, + "children": [], + "depends_on": null, + "help": null, + "id": "PTHREAD_TASK_CORE_DEFAULT", + "name": "PTHREAD_TASK_CORE_DEFAULT", + "range": null, + "title": null, "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "The default name of pthreads.", - "id": "PTHREAD_TASK_NAME_DEFAULT", - "name": "PTHREAD_TASK_NAME_DEFAULT", - "range": null, - "title": "Default name of pthreads", + "children": [], + "depends_on": null, + "help": "The default name of pthreads.", + "id": "PTHREAD_TASK_NAME_DEFAULT", + "name": "PTHREAD_TASK_NAME_DEFAULT", + "range": null, + "title": "Default name of pthreads", "type": "string" } - ], - "depends_on": null, - "id": "component-config-pthreads", - "title": "PThreads", + ], + "depends_on": null, + "id": "component-config-pthreads", + "title": "PThreads", "type": "menu" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "SPI_FLASH_VERIFY_WRITE", - "help": "If this option is enabled, if SPI flash write verification fails then a log error line\nwill be written with the address, expected & actual values. This can be useful when\ndebugging hardware SPI flash problems.", - "id": "SPI_FLASH_LOG_FAILED_WRITE", - "name": "SPI_FLASH_LOG_FAILED_WRITE", - "range": null, - "title": "Log errors if verification fails", + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE", + "help": "If this option is enabled, if SPI flash write verification fails then a log error line\nwill be written with the address, expected & actual values. This can be useful when\ndebugging hardware SPI flash problems.", + "id": "SPI_FLASH_LOG_FAILED_WRITE", + "name": "SPI_FLASH_LOG_FAILED_WRITE", + "range": null, + "title": "Log errors if verification fails", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPI_FLASH_VERIFY_WRITE", - "help": "If this option is enabled, any SPI flash write which tries to set zero bits in the flash to\nones will log a warning. Such writes will not result in the requested data appearing identically\nin flash once written, as SPI NOR flash can only set bits to one when an entire sector is erased.\nAfter erasing, individual bits can only be written from one to zero.\n\nNote that some software (such as SPIFFS) which is aware of SPI NOR flash may write one bits as an\noptimisation, relying on the data in flash becoming a bitwise AND of the new data and any existing data.\nSuch software will log spurious warnings if this option is enabled.", - "id": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", - "name": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", - "range": null, - "title": "Log warning if writing zero bits to ones", + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE", + "help": "If this option is enabled, any SPI flash write which tries to set zero bits in the flash to\nones will log a warning. Such writes will not result in the requested data appearing identically\nin flash once written, as SPI NOR flash can only set bits to one when an entire sector is erased.\nAfter erasing, individual bits can only be written from one to zero.\n\nNote that some software (such as SPIFFS) which is aware of SPI NOR flash may write one bits as an\noptimisation, relying on the data in flash becoming a bitwise AND of the new data and any existing data.\nSuch software will log spurious warnings if this option is enabled.", + "id": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "name": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "range": null, + "title": "Log warning if writing zero bits to ones", "type": "bool" } - ], - "depends_on": null, - "help": "If this option is enabled, any time SPI flash is written then the data will be read\nback and verified. This can catch hardware problems with SPI flash, or flash which\nwas not erased before verification.", - "id": "SPI_FLASH_VERIFY_WRITE", - "name": "SPI_FLASH_VERIFY_WRITE", - "range": null, - "title": "Verify SPI flash writes", + ], + "depends_on": null, + "help": "If this option is enabled, any time SPI flash is written then the data will be read\nback and verified. This can catch hardware problems with SPI flash, or flash which\nwas not erased before verification.", + "id": "SPI_FLASH_VERIFY_WRITE", + "name": "SPI_FLASH_VERIFY_WRITE", + "range": null, + "title": "Verify SPI flash writes", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option enables the following APIs:\n\n- spi_flash_reset_counters\n- spi_flash_dump_counters\n- spi_flash_get_counters\n\nThese APIs may be used to collect performance data for spi_flash APIs\nand to help understand behaviour of libraries which use SPI flash.", - "id": "SPI_FLASH_ENABLE_COUNTERS", - "name": "SPI_FLASH_ENABLE_COUNTERS", - "range": null, - "title": "Enable operation counters", + "children": [], + "depends_on": null, + "help": "This option enables the following APIs:\n\n- spi_flash_reset_counters\n- spi_flash_dump_counters\n- spi_flash_get_counters\n\nThese APIs may be used to collect performance data for spi_flash APIs\nand to help understand behaviour of libraries which use SPI flash.", + "id": "SPI_FLASH_ENABLE_COUNTERS", + "name": "SPI_FLASH_ENABLE_COUNTERS", + "range": null, + "title": "Enable operation counters", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable this flag to use patched versions of SPI flash ROM driver functions.\nThis option is needed to write to flash on ESP32-D2WD, and any configuration\nwhere external SPI flash is connected to non-default pins.", - "id": "SPI_FLASH_ROM_DRIVER_PATCH", - "name": "SPI_FLASH_ROM_DRIVER_PATCH", - "range": null, - "title": "Enable SPI flash ROM driver patched functions", + "children": [], + "depends_on": null, + "help": "Enable this flag to use patched versions of SPI flash ROM driver functions.\nThis option is needed to write to flash on ESP32-D2WD, and any configuration\nwhere external SPI flash is connected to non-default pins.", + "id": "SPI_FLASH_ROM_DRIVER_PATCH", + "name": "SPI_FLASH_ROM_DRIVER_PATCH", + "range": null, + "title": "Enable SPI flash ROM driver patched functions", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", - "name": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", - "range": null, - "title": "Aborts", + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "name": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "range": null, + "title": "Aborts", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPI_FLASH_DANGEROUS_WRITE_FAILS", - "name": "SPI_FLASH_DANGEROUS_WRITE_FAILS", - "range": null, - "title": "Fails", + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "name": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "range": null, + "title": "Fails", "type": "bool" - }, + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", - "name": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", - "range": null, - "title": "Allowed", + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "name": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "range": null, + "title": "Allowed", "type": "bool" } - ], - "depends_on": null, - "help": "SPI flash APIs can optionally abort or return a failure code\nif erasing or writing addresses that fall at the beginning\nof flash (covering the bootloader and partition table) or that\noverlap the app partition that contains the running app.\n\nIt is not recommended to ever write to these regions from an IDF app,\nand this check prevents logic errors or corrupted firmware memory from\ndamaging these regions.\n\nNote that this feature *does not* check calls to the esp_rom_xxx SPI flash\nROM functions. These functions should not be called directly from IDF\napplications.", - "id": "component-config-spi-flash-driver-writing-to-dangerous-flash-regions", - "name": "SPI_FLASH_DANGEROUS_WRITE", - "title": "Writing to dangerous flash regions", + ], + "depends_on": null, + "help": "SPI flash APIs can optionally abort or return a failure code\nif erasing or writing addresses that fall at the beginning\nof flash (covering the bootloader and partition table) or that\noverlap the app partition that contains the running app.\n\nIt is not recommended to ever write to these regions from an IDF app,\nand this check prevents logic errors or corrupted firmware memory from\ndamaging these regions.\n\nNote that this feature *does not* check calls to the esp_rom_xxx SPI flash\nROM functions. These functions should not be called directly from IDF\napplications.", + "id": "component-config-spi-flash-driver-writing-to-dangerous-flash-regions", + "name": "SPI_FLASH_DANGEROUS_WRITE", + "title": "Writing to dangerous flash regions", "type": "choice" - }, + }, { - "children": [], - "depends_on": null, - "help": "The implementation of SPI flash has been greatly changed in IDF v4.0.\nEnable this option to use the legacy implementation.", - "id": "SPI_FLASH_USE_LEGACY_IMPL", - "name": "SPI_FLASH_USE_LEGACY_IMPL", - "range": null, - "title": "Use the legacy implementation before IDF v4.0", + "children": [], + "depends_on": null, + "help": "The implementation of SPI flash has been greatly changed in IDF v4.0.\nEnable this option to use the legacy implementation.", + "id": "SPI_FLASH_USE_LEGACY_IMPL", + "name": "SPI_FLASH_USE_LEGACY_IMPL", + "range": null, + "title": "Use the legacy implementation before IDF v4.0", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Enable this to support auto detection of ISSI chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", - "id": "SPI_FLASH_SUPPORT_ISSI_CHIP", - "name": "SPI_FLASH_SUPPORT_ISSI_CHIP", - "range": null, - "title": "ISSI", + "children": [], + "depends_on": null, + "help": "Enable this to support auto detection of ISSI chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "name": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "range": null, + "title": "ISSI", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not\ndirectly given by ``chip_drv`` member of the chip struct. If you are using Wrover\nmodules, please don't disable this, otherwise your flash may not work in 4-bit\nmode.\n\nThis adds support for variant chips, however will extend detecting time and image\nsize. Note that the default chip driver supports the GD chips with product ID\n60H.", - "id": "SPI_FLASH_SUPPORT_GD_CHIP", - "name": "SPI_FLASH_SUPPORT_GD_CHIP", - "range": null, - "title": "GigaDevice", + "children": [], + "depends_on": null, + "help": "Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not\ndirectly given by ``chip_drv`` member of the chip struct. If you are using Wrover\nmodules, please don't disable this, otherwise your flash may not work in 4-bit\nmode.\n\nThis adds support for variant chips, however will extend detecting time and image\nsize. Note that the default chip driver supports the GD chips with product ID\n60H.", + "id": "SPI_FLASH_SUPPORT_GD_CHIP", + "name": "SPI_FLASH_SUPPORT_GD_CHIP", + "range": null, + "title": "GigaDevice", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-spi-flash-driver-auto-detect-flash-chips", - "title": "Auto-detect flash chips", + ], + "depends_on": null, + "id": "component-config-spi-flash-driver-auto-detect-flash-chips", + "title": "Auto-detect flash chips", "type": "menu" } - ], - "depends_on": null, - "id": "component-config-spi-flash-driver", - "title": "SPI Flash driver", + ], + "depends_on": null, + "id": "component-config-spi-flash-driver", + "title": "SPI Flash driver", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Define maximum number of partitions that can be mounted.", - "id": "SPIFFS_MAX_PARTITIONS", - "name": "SPIFFS_MAX_PARTITIONS", + "children": [], + "depends_on": null, + "help": "Define maximum number of partitions that can be mounted.", + "id": "SPIFFS_MAX_PARTITIONS", + "name": "SPIFFS_MAX_PARTITIONS", "range": [ - 1, + 1, 10 - ], - "title": "Maximum Number of Partitions", + ], + "title": "Maximum Number of Partitions", "type": "int" - }, + }, { "children": [ { "children": [ { - "children": [], - "depends_on": "SPIFFS_CACHE", - "help": "Enables memory write caching for file descriptors in hydrogen.", - "id": "SPIFFS_CACHE_WR", - "name": "SPIFFS_CACHE_WR", - "range": null, - "title": "Enable SPIFFS Write Caching", + "children": [], + "depends_on": "SPIFFS_CACHE", + "help": "Enables memory write caching for file descriptors in hydrogen.", + "id": "SPIFFS_CACHE_WR", + "name": "SPIFFS_CACHE_WR", + "range": null, + "title": "Enable SPIFFS Write Caching", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPIFFS_CACHE", - "help": "Enable/disable statistics on caching. Debug/test purpose only.", - "id": "SPIFFS_CACHE_STATS", - "name": "SPIFFS_CACHE_STATS", - "range": null, - "title": "Enable SPIFFS Cache Statistics", + "children": [], + "depends_on": "SPIFFS_CACHE", + "help": "Enable/disable statistics on caching. Debug/test purpose only.", + "id": "SPIFFS_CACHE_STATS", + "name": "SPIFFS_CACHE_STATS", + "range": null, + "title": "Enable SPIFFS Cache Statistics", "type": "bool" } - ], - "depends_on": null, - "help": "Enables/disable memory read caching of nucleus file system\noperations.", - "id": "SPIFFS_CACHE", - "name": "SPIFFS_CACHE", - "range": null, - "title": "Enable SPIFFS Cache", + ], + "depends_on": null, + "help": "Enables/disable memory read caching of nucleus file system\noperations.", + "id": "SPIFFS_CACHE", + "name": "SPIFFS_CACHE", + "range": null, + "title": "Enable SPIFFS Cache", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-spiffs-configuration-spiffs-cache-configuration", - "title": "SPIFFS Cache Configuration", + ], + "depends_on": null, + "id": "component-config-spiffs-configuration-spiffs-cache-configuration", + "title": "SPIFFS Cache Configuration", "type": "menu" - }, + }, { - "children": [], - "depends_on": null, - "help": "Always check header of each accessed page to ensure consistent state.\nIf enabled it will increase number of reads from flash, especially\nif cache is disabled.", - "id": "SPIFFS_PAGE_CHECK", - "name": "SPIFFS_PAGE_CHECK", - "range": null, - "title": "Enable SPIFFS Page Check", + "children": [], + "depends_on": null, + "help": "Always check header of each accessed page to ensure consistent state.\nIf enabled it will increase number of reads from flash, especially\nif cache is disabled.", + "id": "SPIFFS_PAGE_CHECK", + "name": "SPIFFS_PAGE_CHECK", + "range": null, + "title": "Enable SPIFFS Page Check", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Define maximum number of GC runs to perform to reach desired free pages.", - "id": "SPIFFS_GC_MAX_RUNS", - "name": "SPIFFS_GC_MAX_RUNS", + "children": [], + "depends_on": null, + "help": "Define maximum number of GC runs to perform to reach desired free pages.", + "id": "SPIFFS_GC_MAX_RUNS", + "name": "SPIFFS_GC_MAX_RUNS", "range": [ - 1, + 1, 255 - ], - "title": "Set Maximum GC Runs", + ], + "title": "Set Maximum GC Runs", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable/disable statistics on gc. Debug/test purpose only.", - "id": "SPIFFS_GC_STATS", - "name": "SPIFFS_GC_STATS", - "range": null, - "title": "Enable SPIFFS GC Statistics", + "children": [], + "depends_on": null, + "help": "Enable/disable statistics on gc. Debug/test purpose only.", + "id": "SPIFFS_GC_STATS", + "name": "SPIFFS_GC_STATS", + "range": null, + "title": "Enable SPIFFS GC Statistics", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Logical page size of SPIFFS partition, in bytes. Must be multiple\nof flash page size (which is usually 256 bytes).\nLarger page sizes reduce overhead when storing large files, and\nimprove filesystem performance when reading large files.\nSmaller page sizes reduce overhead when storing small (< page size)\nfiles.", - "id": "SPIFFS_PAGE_SIZE", - "name": "SPIFFS_PAGE_SIZE", + "children": [], + "depends_on": null, + "help": "Logical page size of SPIFFS partition, in bytes. Must be multiple\nof flash page size (which is usually 256 bytes).\nLarger page sizes reduce overhead when storing large files, and\nimprove filesystem performance when reading large files.\nSmaller page sizes reduce overhead when storing small (< page size)\nfiles.", + "id": "SPIFFS_PAGE_SIZE", + "name": "SPIFFS_PAGE_SIZE", "range": [ - 256, + 256, 1024 - ], - "title": "SPIFFS logical page size", + ], + "title": "SPIFFS logical page size", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "Object name maximum length. Note that this length include the\nzero-termination character, meaning maximum string of characters\ncan at most be SPIFFS_OBJ_NAME_LEN - 1.\n\nSPIFFS_OBJ_NAME_LEN + SPIFFS_META_LENGTH should not exceed\nSPIFFS_PAGE_SIZE - 64.", - "id": "SPIFFS_OBJ_NAME_LEN", - "name": "SPIFFS_OBJ_NAME_LEN", + "children": [], + "depends_on": null, + "help": "Object name maximum length. Note that this length include the\nzero-termination character, meaning maximum string of characters\ncan at most be SPIFFS_OBJ_NAME_LEN - 1.\n\nSPIFFS_OBJ_NAME_LEN + SPIFFS_META_LENGTH should not exceed\nSPIFFS_PAGE_SIZE - 64.", + "id": "SPIFFS_OBJ_NAME_LEN", + "name": "SPIFFS_OBJ_NAME_LEN", "range": [ - 1, + 1, 256 - ], - "title": "Set SPIFFS Maximum Name Length", + ], + "title": "Set SPIFFS Maximum Name Length", "type": "int" - }, + }, { - "children": [], - "depends_on": null, - "help": "If this option is enabled, symbolic links are taken into account\nduring partition image creation.", - "id": "SPIFFS_FOLLOW_SYMLINKS", - "name": "SPIFFS_FOLLOW_SYMLINKS", - "range": null, - "title": "Enable symbolic links for image creation", + "children": [], + "depends_on": null, + "help": "If this option is enabled, symbolic links are taken into account\nduring partition image creation.", + "id": "SPIFFS_FOLLOW_SYMLINKS", + "name": "SPIFFS_FOLLOW_SYMLINKS", + "range": null, + "title": "Enable symbolic links for image creation", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": "SPIFFS_USE_MAGIC", - "help": "If this option is enabled, the magic will also be dependent\non the length of the filesystem. For example, a filesystem\nconfigured and formatted for 4 megabytes will not be accepted\nfor mounting with a configuration defining the filesystem as 2 megabytes.", - "id": "SPIFFS_USE_MAGIC_LENGTH", - "name": "SPIFFS_USE_MAGIC_LENGTH", - "range": null, - "title": "Enable SPIFFS Filesystem Length Magic", + "children": [], + "depends_on": "SPIFFS_USE_MAGIC", + "help": "If this option is enabled, the magic will also be dependent\non the length of the filesystem. For example, a filesystem\nconfigured and formatted for 4 megabytes will not be accepted\nfor mounting with a configuration defining the filesystem as 2 megabytes.", + "id": "SPIFFS_USE_MAGIC_LENGTH", + "name": "SPIFFS_USE_MAGIC_LENGTH", + "range": null, + "title": "Enable SPIFFS Filesystem Length Magic", "type": "bool" } - ], - "depends_on": null, - "help": "Enable this to have an identifiable spiffs filesystem.\nThis will look for a magic in all sectors to determine if this\nis a valid spiffs system or not at mount time.", - "id": "SPIFFS_USE_MAGIC", - "name": "SPIFFS_USE_MAGIC", - "range": null, - "title": "Enable SPIFFS Filesystem Magic", + ], + "depends_on": null, + "help": "Enable this to have an identifiable spiffs filesystem.\nThis will look for a magic in all sectors to determine if this\nis a valid spiffs system or not at mount time.", + "id": "SPIFFS_USE_MAGIC", + "name": "SPIFFS_USE_MAGIC", + "range": null, + "title": "Enable SPIFFS Filesystem Magic", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "This option sets the number of extra bytes stored in the file header.\nThese bytes can be used in an application-specific manner.\nSet this to at least 4 bytes to enable support for saving file\nmodification time.\n\nSPIFFS_OBJ_NAME_LEN + SPIFFS_META_LENGTH should not exceed\nSPIFFS_PAGE_SIZE - 64.", - "id": "SPIFFS_META_LENGTH", - "name": "SPIFFS_META_LENGTH", - "range": null, - "title": "Size of per-file metadata field", + "children": [], + "depends_on": null, + "help": "This option sets the number of extra bytes stored in the file header.\nThese bytes can be used in an application-specific manner.\nSet this to at least 4 bytes to enable support for saving file\nmodification time.\n\nSPIFFS_OBJ_NAME_LEN + SPIFFS_META_LENGTH should not exceed\nSPIFFS_PAGE_SIZE - 64.", + "id": "SPIFFS_META_LENGTH", + "name": "SPIFFS_META_LENGTH", + "range": null, + "title": "Size of per-file metadata field", "type": "int" - }, + }, { - "children": [], - "depends_on": "SPIFFS_META_LENGTH >= 4", - "help": "If enabled, then the first 4 bytes of per-file metadata will be used\nto store file modification time (mtime), accessible through\nstat/fstat functions.\nModification time is updated when the file is opened.", - "id": "SPIFFS_USE_MTIME", - "name": "SPIFFS_USE_MTIME", - "range": null, - "title": "Save file modification time", + "children": [], + "depends_on": "SPIFFS_META_LENGTH >= 4", + "help": "If enabled, then the first 4 bytes of per-file metadata will be used\nto store file modification time (mtime), accessible through\nstat/fstat functions.\nModification time is updated when the file is opened.", + "id": "SPIFFS_USE_MTIME", + "name": "SPIFFS_USE_MTIME", + "range": null, + "title": "Save file modification time", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPIFFS_META_LENGTH >= 8", - "help": "If this option is not set, the time field is 32 bits (up to 2106 year),\notherwise it is 64 bits and make sure it matches SPIFFS_META_LENGTH.\nIf the chip already has the spiffs image with the time field = 32 bits\nthen this option cannot be applied in this case.\nErase it first before using this option.\nTo resolve the Y2K38 problem for the spiffs, use a toolchain with support\ntime_t 64 bits (see SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS).", - "id": "SPIFFS_MTIME_WIDE_64_BITS", - "name": "SPIFFS_MTIME_WIDE_64_BITS", - "range": null, - "title": "The time field occupies 64 bits in the image instead of 32 bits", + "children": [], + "depends_on": "SPIFFS_META_LENGTH >= 8", + "help": "If this option is not set, the time field is 32 bits (up to 2106 year),\notherwise it is 64 bits and make sure it matches SPIFFS_META_LENGTH.\nIf the chip already has the spiffs image with the time field = 32 bits\nthen this option cannot be applied in this case.\nErase it first before using this option.\nTo resolve the Y2K38 problem for the spiffs, use a toolchain with support\ntime_t 64 bits (see SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS).", + "id": "SPIFFS_MTIME_WIDE_64_BITS", + "name": "SPIFFS_MTIME_WIDE_64_BITS", + "range": null, + "title": "The time field occupies 64 bits in the image instead of 32 bits", "type": "bool" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Enabling this option will print general debug mesages to the console.", - "id": "SPIFFS_DBG", - "name": "SPIFFS_DBG", - "range": null, - "title": "Enable general SPIFFS debug", + "children": [], + "depends_on": null, + "help": "Enabling this option will print general debug mesages to the console.", + "id": "SPIFFS_DBG", + "name": "SPIFFS_DBG", + "range": null, + "title": "Enable general SPIFFS debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option will print API debug mesages to the console.", - "id": "SPIFFS_API_DBG", - "name": "SPIFFS_API_DBG", - "range": null, - "title": "Enable SPIFFS API debug", + "children": [], + "depends_on": null, + "help": "Enabling this option will print API debug mesages to the console.", + "id": "SPIFFS_API_DBG", + "name": "SPIFFS_API_DBG", + "range": null, + "title": "Enable SPIFFS API debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option will print GC debug mesages to the console.", - "id": "SPIFFS_GC_DBG", - "name": "SPIFFS_GC_DBG", - "range": null, - "title": "Enable SPIFFS Garbage Cleaner debug", + "children": [], + "depends_on": null, + "help": "Enabling this option will print GC debug mesages to the console.", + "id": "SPIFFS_GC_DBG", + "name": "SPIFFS_GC_DBG", + "range": null, + "title": "Enable SPIFFS Garbage Cleaner debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": "SPIFFS_CACHE", - "help": "Enabling this option will print cache debug mesages to the console.", - "id": "SPIFFS_CACHE_DBG", - "name": "SPIFFS_CACHE_DBG", - "range": null, - "title": "Enable SPIFFS Cache debug", + "children": [], + "depends_on": "SPIFFS_CACHE", + "help": "Enabling this option will print cache debug mesages to the console.", + "id": "SPIFFS_CACHE_DBG", + "name": "SPIFFS_CACHE_DBG", + "range": null, + "title": "Enable SPIFFS Cache debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enabling this option will print Filesystem Check debug mesages\nto the console.", - "id": "SPIFFS_CHECK_DBG", - "name": "SPIFFS_CHECK_DBG", - "range": null, - "title": "Enable SPIFFS Filesystem Check debug", + "children": [], + "depends_on": null, + "help": "Enabling this option will print Filesystem Check debug mesages\nto the console.", + "id": "SPIFFS_CHECK_DBG", + "name": "SPIFFS_CHECK_DBG", + "range": null, + "title": "Enable SPIFFS Filesystem Check debug", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": "Enable this option to enable SPIFFS_vis function in the API.", - "id": "SPIFFS_TEST_VISUALISATION", - "name": "SPIFFS_TEST_VISUALISATION", - "range": null, - "title": "Enable SPIFFS Filesystem Visualization", + "children": [], + "depends_on": null, + "help": "Enable this option to enable SPIFFS_vis function in the API.", + "id": "SPIFFS_TEST_VISUALISATION", + "name": "SPIFFS_TEST_VISUALISATION", + "range": null, + "title": "Enable SPIFFS Filesystem Visualization", "type": "bool" } - ], - "depends_on": null, - "id": "component-config-spiffs-configuration-debug-configuration", - "title": "Debug Configuration", + ], + "depends_on": null, + "id": "component-config-spiffs-configuration-debug-configuration", + "title": "Debug Configuration", "type": "menu" } - ], - "depends_on": null, - "id": "component-config-spiffs-configuration", - "title": "SPIFFS Configuration", + ], + "depends_on": null, + "id": "component-config-spiffs-configuration", + "title": "SPIFFS Configuration", "type": "menu" - }, + }, { "children": [ - { - "children": [], - "depends_on": null, - "help": "If not set, assertions on float arguments will not be available.", - "id": "UNITY_ENABLE_FLOAT", - "name": "UNITY_ENABLE_FLOAT", - "range": null, - "title": "Support for float type", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "If not set, assertions on double arguments will not be available.", - "id": "UNITY_ENABLE_DOUBLE", - "name": "UNITY_ENABLE_DOUBLE", - "range": null, - "title": "Support for double type", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "If set, Unity will colorize test results using console escape sequences.", - "id": "UNITY_ENABLE_COLOR", - "name": "UNITY_ENABLE_COLOR", - "range": null, - "title": "Colorize test output", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "If set, then the following features will be available:\n\n- TEST_CASE macro which performs automatic registration of test functions\n- Functions to run registered test functions: unity_run_all_tests,\n unity_run_tests_with_filter, unity_run_single_test_by_name.\n- Interactive menu which lists test cases and allows choosing the tests to\n be run, available via unity_run_menu function.\n\nDisable if a different test registration mechanism is used.", - "id": "UNITY_ENABLE_IDF_TEST_RUNNER", - "name": "UNITY_ENABLE_IDF_TEST_RUNNER", - "range": null, - "title": "Include ESP-IDF test registration/running helpers", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "If set, unity_fixture.h header file and associated source files are part of\nthe build. These provide an optional set of macros and functions to\nimplement test groups.", - "id": "UNITY_ENABLE_FIXTURE", - "name": "UNITY_ENABLE_FIXTURE", - "range": null, - "title": "Include Unity test fixture", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "If set, the unity framework will print the backtrace information before\njumping back to the test menu. The jumping is usually occurs in assert\nfunctions such as TEST_ASSERT, TEST_FAIL etc.", - "id": "UNITY_ENABLE_BACKTRACE_ON_FAIL", - "name": "UNITY_ENABLE_BACKTRACE_ON_FAIL", - "range": null, - "title": "Print a backtrace when a unit test fails", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-unity-unit-testing-library", - "title": "Unity unit testing library", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Select() related functions might produce an unconveniently lot of\ndebug outputs when one sets the default log level to DEBUG or higher.\nIt is possible to suppress these debug outputs by enabling this\noption.", - "id": "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT", - "name": "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT", - "range": null, - "title": "Suppress select() related debug outputs", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Disabling this option can save memory when the support for termios.h is not required.", - "id": "VFS_SUPPORT_TERMIOS", - "name": "VFS_SUPPORT_TERMIOS", - "range": null, - "title": "Add support for termios.h", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Define maximum number of host filesystem mount points.", - "id": "SEMIHOSTFS_MAX_MOUNT_POINTS", - "name": "SEMIHOSTFS_MAX_MOUNT_POINTS", - "range": null, - "title": "Maximum number of the host filesystem mount points", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Define maximum path length for the host base directory which is to be mounted.\nIf host path passed to esp_vfs_semihost_register() is longer than this value\nit will be truncated.", - "id": "SEMIHOSTFS_HOST_PATH_MAX_LEN", - "name": "SEMIHOSTFS_HOST_PATH_MAX_LEN", - "range": null, - "title": "Maximum path length for the host base directory", - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-virtual-file-system-host-file-system-i-o-semihosting-", - "title": "Host File System I/O (Semihosting)", - "type": "menu" - } - ], - "depends_on": null, - "id": "component-config-virtual-file-system", - "title": "Virtual file system", - "type": "menu" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "WL_SECTOR_SIZE_512", - "name": "WL_SECTOR_SIZE_512", - "range": null, - "title": "512", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "WL_SECTOR_SIZE_4096", - "name": "WL_SECTOR_SIZE_4096", - "range": null, - "title": "4096", - "type": "bool" - } - ], - "depends_on": null, - "help": "Sector size used by wear levelling library.\nYou can set default sector size or size that will\nfit to the flash device sector size.\n\nWith sector size set to 4096 bytes, wear levelling library is more\nefficient. However if FAT filesystem is used on top of wear levelling\nlibrary, it will need more temporary storage: 4096 bytes for each\nmounted filesystem and 4096 bytes for each opened file.\n\nWith sector size set to 512 bytes, wear levelling library will perform\nmore operations with flash memory, but less RAM will be used by FAT\nfilesystem library (512 bytes for the filesystem and 512 bytes for each\nfile opened).", - "id": "component-config-wear-levelling-wear-levelling-library-sector-size", - "name": "WL_SECTOR_SIZE", - "title": "Wear Levelling library sector size", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "WL_SECTOR_SIZE", - "name": "WL_SECTOR_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "WL_SECTOR_MODE_PERF", - "name": "WL_SECTOR_MODE_PERF", - "range": null, - "title": "Perfomance", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "WL_SECTOR_MODE_SAFE", - "name": "WL_SECTOR_MODE_SAFE", - "range": null, - "title": "Safety", - "type": "bool" - } - ], - "depends_on": "WL_SECTOR_SIZE_512", - "help": "Specify the mode to store data into flash:\n\n- In Performance mode a data will be stored to the RAM and then\n stored back to the flash. Compared to the Safety mode, this operation is\n faster, but if power will be lost when erase sector operation is in\n progress, then the data from complete flash device sector will be lost.\n\n- In Safety mode data from complete flash device sector will be read from\n flash, modified, and then stored back to flash.\n Compared to the Performance mode, this operation is slower, but if\n power is lost during erase sector operation, then the data from full\n flash device sector will not be lost.", - "id": "component-config-wear-levelling-sector-store-mode", - "name": "WL_SECTOR_MODE", - "title": "Sector store mode", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "WL_SECTOR_MODE", - "name": "WL_SECTOR_MODE", - "range": null, - "title": null, - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-wear-levelling", - "title": "Wear Levelling", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "This sets the maximum number of entries of Wi-Fi scan results that will be kept by the provisioning manager", - "id": "WIFI_PROV_SCAN_MAX_ENTRIES", - "name": "WIFI_PROV_SCAN_MAX_ENTRIES", - "range": [ - 1, - 255 - ], - "title": "Max Wi-Fi Scan Result Entries", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Time (in seconds) after which the Wi-Fi provisioning manager will auto-stop after connecting to\na Wi-Fi network successfully.", - "id": "WIFI_PROV_AUTOSTOP_TIMEOUT", - "name": "WIFI_PROV_AUTOSTOP_TIMEOUT", - "range": [ - 5, - 600 - ], - "title": "Provisioning auto-stop timeout", - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-wi-fi-provisioning-manager", - "title": "Wi-Fi Provisioning Manager", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Select this option to use MbedTLS crypto API's which utilize hardware acceleration.", - "id": "WPA_MBEDTLS_CRYPTO", - "name": "WPA_MBEDTLS_CRYPTO", - "range": null, - "title": "Use MbedTLS crypto API's", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Select this option to print logging information from WPA supplicant,\nthis includes handshake information and key hex dumps depending\non the project logging level.\n\nEnabling this could increase the build size ~60kb\ndepending on the project logging level.", - "id": "WPA_DEBUG_PRINT", - "name": "WPA_DEBUG_PRINT", - "range": null, - "title": "Print debug messages from WPA Supplicant", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-supplicant", - "title": "Supplicant", - "type": "menu" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_PREDEFINED_DISPLAY_NONE", - "name": "LVGL_PREDEFINED_DISPLAY_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_PREDEFINED_DISPLAY_WROVER4", - "name": "LVGL_PREDEFINED_DISPLAY_WROVER4", - "range": null, - "title": "ESP-Wrover-KIT v4.1", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_PREDEFINED_DISPLAY_M5STACK", - "name": "LVGL_PREDEFINED_DISPLAY_M5STACK", - "range": null, - "title": "M5Stack", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_PREDEFINED_DISPLAY_ERTFT0356", - "name": "LVGL_PREDEFINED_DISPLAY_ERTFT0356", - "range": null, - "title": "ER-TFT035-6", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_PREDEFINED_DISPLAY_ADA_FEATHERWING", - "name": "LVGL_PREDEFINED_DISPLAY_ADA_FEATHERWING", - "range": null, - "title": "Adafruit 3.5 Featherwing", - "type": "bool" - } - ], - "depends_on": null, - "help": "Select predefined display configuration", - "id": "component-config-littlevgl-lvgl-tft-display-controller-select-predefined-display-configuration", - "name": null, - "title": "Select predefined display configuration", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_PREDEFINED_PINS_NONE", - "name": "LVGL_PREDEFINED_PINS_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_PREDEFINED_PINS_38V4", - "name": "LVGL_PREDEFINED_PINS_38V4", - "range": null, - "title": "ESP32 DevKit v4 (38 GPIOS)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_PREDEFINED_PINS_30", - "name": "LVGL_PREDEFINED_PINS_30", - "range": null, - "title": "ESP32 Devkit v1 - 30 pins", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_PREDEFINED_PINS_38V1", - "name": "LVGL_PREDEFINED_PINS_38V1", - "range": null, - "title": "Dev Board with 38 pins", - "type": "bool" - } - ], - "depends_on": null, - "help": "Select predefined board pin out configuration.", - "id": "component-config-littlevgl-lvgl-tft-display-controller-select-predefined-board-pinouts", - "name": null, - "title": "Select predefined board pinouts", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TFT_DISPLAY_CONTROLLER", - "name": "LVGL_TFT_DISPLAY_CONTROLLER", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TFT_DISPLAY_CONTROLLER_ILI9341", - "name": "LVGL_TFT_DISPLAY_CONTROLLER_ILI9341", - "range": null, - "title": "ILI9341", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TFT_DISPLAY_CONTROLLER_ILI9488", - "name": "LVGL_TFT_DISPLAY_CONTROLLER_ILI9488", - "range": null, - "title": "ILI9488", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TFT_DISPLAY_CONTROLLER_ST7789", - "name": "LVGL_TFT_DISPLAY_CONTROLLER_ST7789", - "range": null, - "title": "ST7789", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TFT_DISPLAY_CONTROLLER_HX8357", - "name": "LVGL_TFT_DISPLAY_CONTROLLER_HX8357", - "range": null, - "title": "HX8357", - "type": "bool" - } - ], - "depends_on": null, - "help": "Select the controller for your display.", - "id": "component-config-littlevgl-lvgl-tft-display-controller-select-a-display-controller-model-", - "name": null, - "title": "Select a display controller model.", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TFT_DISPLAY_SPI_HSPI", - "name": "LVGL_TFT_DISPLAY_SPI_HSPI", - "range": null, - "title": "HSPI", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TFT_DISPLAY_SPI_VSPI", - "name": "LVGL_TFT_DISPLAY_SPI_VSPI", - "range": null, - "title": "VSPI", - "type": "bool" - } - ], - "depends_on": null, - "help": "Select the SPI Bus the TFT Display is attached to.", - "id": "component-config-littlevgl-lvgl-tft-display-controller-tft-spi-bus-", - "name": null, - "title": "TFT SPI Bus.", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_DISPLAY_WIDTH", - "name": "LVGL_DISPLAY_WIDTH", - "range": null, - "title": "TFT display width in pixels.", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_DISPLAY_HEIGHT", - "name": "LVGL_DISPLAY_HEIGHT", - "range": null, - "title": "TFT display height in pixels.", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "If text is backwards on your display, try enabling this.", - "id": "LVGL_INVERT_DISPLAY", - "name": "LVGL_INVERT_DISPLAY", - "range": null, - "title": "Invert display.", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Some backlights are turned on with a high signal, others held low.\nIf enabled, a value of 1 will be sent to the display to enable the backlight,\notherwise a 0 will be expected to enable it.", - "id": "LVGL_BACKLIGHT_ACTIVE_LVL", - "name": "LVGL_BACKLIGHT_ACTIVE_LVL", - "range": null, - "title": "Is backlight turn on with a HIGH (1) logic level?", - "type": "bool" - } - ], - "depends_on": null, - "help": "Enable controlling the display backlight using an GPIO", - "id": "LVGL_ENABLE_BACKLIGHT_CONTROL", - "name": "LVGL_ENABLE_BACKLIGHT_CONTROL", - "range": null, - "title": "Enable control of the display backlight by using an GPIO.", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Configure the display MOSI pin here.", - "id": "LVGL_DISP_SPI_MOSI", - "name": "LVGL_DISP_SPI_MOSI", - "range": [ - 0, - 39 - ], - "title": "GPIO for MOSI (Master Out Slave In)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the display CLK pin here.", - "id": "LVGL_DISP_SPI_CLK", - "name": "LVGL_DISP_SPI_CLK", - "range": [ - 0, - 39 - ], - "title": "GPIO for CLK (SCK / Serial Clock)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the display CS pin here.", - "id": "LVGL_DISP_SPI_CS", - "name": "LVGL_DISP_SPI_CS", - "range": [ - 0, - 39 - ], - "title": "GPIO for CS (Slave Select)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the display DC pin here.", - "id": "LVGL_DISP_PIN_DC", - "name": "LVGL_DISP_PIN_DC", - "range": [ - 0, - 39 - ], - "title": "GPIO for DC (Data / Command)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the display Reset pin here.", - "id": "LVGL_DISP_PIN_RST", - "name": "LVGL_DISP_PIN_RST", - "range": [ - 0, - 39 - ], - "title": "GPIO for Reset", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the display BCLK (LED) pin here.", - "id": "LVGL_DISP_PIN_BCKL", - "name": "LVGL_DISP_PIN_BCKL", - "range": [ - 0, - 39 - ], - "title": "GPIO for Backlight Control", - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-littlevgl-lvgl-tft-display-controller-display-pin-assignments", - "title": "Display Pin Assignments", - "type": "menu" - } - ], - "depends_on": null, - "id": "component-config-littlevgl-lvgl-tft-display-controller", - "title": "LittlevGL (LVGL) TFT Display controller", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_CONTROLLER", - "name": "LVGL_TOUCH_CONTROLLER", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TOUCH_CONTROLLER_NONE", - "name": "LVGL_TOUCH_CONTROLLER_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TOUCH_CONTROLLER_XPT2046", - "name": "LVGL_TOUCH_CONTROLLER_XPT2046", - "range": null, - "title": "XPT2046", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TOUCH_CONTROLLER_FT6X06", - "name": "LVGL_TOUCH_CONTROLLER_FT6X06", - "range": null, - "title": "FT6X06", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TOUCH_CONTROLLER_STMPE610", - "name": "LVGL_TOUCH_CONTROLLER_STMPE610", - "range": null, - "title": "STMPE610", - "type": "bool" - } - ], - "depends_on": null, - "help": "Select the controller for your touch panel.", - "id": "component-config-littlevgl-lvgl-touch-controller-select-a-touch-panel-controller-model-", - "name": null, - "title": "Select a touch panel controller model.", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Configure the touchpanel MISO pin here.", - "id": "LVGL_TOUCH_SPI_MISO", - "name": "LVGL_TOUCH_SPI_MISO", - "range": [ - 0, - 39 - ], - "title": "GPIO for MISO (Master In Slave Out)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the touchpanel MOSI pin here.", - "id": "LVGL_TOUCH_SPI_MOSI", - "name": "LVGL_TOUCH_SPI_MOSI", - "range": [ - 0, - 39 - ], - "title": "GPIO for MOSI (Master Out Slave In)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the touchpanel CLK pin here.", - "id": "LVGL_TOUCH_SPI_CLK", - "name": "LVGL_TOUCH_SPI_CLK", - "range": [ - 0, - 39 - ], - "title": "GPIO for CLK (SCK / Serial Clock)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the touchpanel CS pin here.", - "id": "LVGL_TOUCH_SPI_CS", - "name": "LVGL_TOUCH_SPI_CS", - "range": [ - 0, - 39 - ], - "title": "GPIO for CS (Slave Select)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the touchpanel CS pin here.", - "id": "LVGL_TOUCH_PIN_IRQ", - "name": "LVGL_TOUCH_PIN_IRQ", - "range": [ - 0, - 39 - ], - "title": "GPIO for IRQ (Interrupt Request)", - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-littlevgl-lvgl-touch-controller-touchpanel-xpt2046-pin-assignments", - "title": "Touchpanel (XPT2046) Pin Assignments", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Configure the I2C touchpanel SDA pin here.", - "id": "LVGL_TOUCH_I2C_SDA", - "name": "LVGL_TOUCH_I2C_SDA", - "range": [ - 0, - 39 - ], - "title": "GPIO for SDA (I2C)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the I2C touchpanel SCL pin here.", - "id": "LVGL_TOUCH_I2C_SCL", - "name": "LVGL_TOUCH_I2C_SCL", - "range": [ - 0, - 39 - ], - "title": "GPIO for clock signal SCL (I2C)", - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-littlevgl-lvgl-touch-controller-touchpanel-ft6x06-pin-assignments", - "title": "Touchpanel (FT6X06) Pin Assignments", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Configure the touchpanel MISO pin here.", - "id": "LVGL_TOUCH_SPI_MISO", - "name": "LVGL_TOUCH_SPI_MISO", - "range": [ - 0, - 39 - ], - "title": "GPIO for MISO (Master In Slave Out)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the touchpanel MOSI pin here.", - "id": "LVGL_TOUCH_SPI_MOSI", - "name": "LVGL_TOUCH_SPI_MOSI", - "range": [ - 0, - 39 - ], - "title": "GPIO for MOSI (Master Out Slave In)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the touchpanel CLK pin here.", - "id": "LVGL_TOUCH_SPI_CLK", - "name": "LVGL_TOUCH_SPI_CLK", - "range": [ - 0, - 39 - ], - "title": "GPIO for CLK (SCK / Serial Clock)", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Configure the touchpanel CS pin here.", - "id": "LVGL_TOUCH_SPI_CS", - "name": "LVGL_TOUCH_SPI_CS", - "range": [ - 0, - 39 - ], - "title": "GPIO for CS (Slave Select)", - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-littlevgl-lvgl-touch-controller-touchpanel-stmpe610-pin-assignments", - "title": "Touchpanel (STMPE610) Pin Assignments", - "type": "menu" - }, { "children": [ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TOUCH_CONTROLLER_SPI_HSPI", - "name": "LVGL_TOUCH_CONTROLLER_SPI_HSPI", - "range": null, - "title": "HSPI", - "type": "bool" - }, + "children": [], + "depends_on": "USB_CDC_ENABLED", + "help": "CDC FIFO size of RX", + "id": "USB_CDC_RX_BUFSIZE", + "name": "USB_CDC_RX_BUFSIZE", + "range": null, + "title": "CDC FIFO size of RX", + "type": "int" + }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LVGL_TOUCH_CONTROLLER_SPI_VSPI", - "name": "LVGL_TOUCH_CONTROLLER_SPI_VSPI", - "range": null, - "title": "VSPI", - "type": "bool" + "children": [], + "depends_on": "USB_CDC_ENABLED", + "help": "CDC FIFO size of TX", + "id": "USB_CDC_TX_BUFSIZE", + "name": "USB_CDC_TX_BUFSIZE", + "range": null, + "title": "CDC FIFO size of TX", + "type": "int" } - ], - "depends_on": null, - "help": "Select the SPI Bus the TFT Display is attached to.", - "id": "component-config-littlevgl-lvgl-touch-controller-touchpanel-spi-bus-touch-controller-spi-bus-", - "name": null, - "title": "Touch Controller SPI Bus.", - "type": "choice" + ], + "depends_on": "USB_ENABLED", + "help": "Enable USB Serial (CDC) TinyUSB driver.", + "id": "USB_CDC_ENABLED", + "name": "USB_CDC_ENABLED", + "range": null, + "title": "Enable USB Serial (CDC) TinyUSB driver", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "USB_MSC_ENABLED", + "help": "MSC Buffer size of Device Mass storage", + "id": "USB_MSC_BUFSIZE", + "name": "USB_MSC_BUFSIZE", + "range": null, + "title": "MSC Buffer size of Device Mass storage", + "type": "int" + } + ], + "depends_on": "USB_ENABLED", + "help": "Enable MSC TinyUSB driver. It is recomended to use Menuconfig-driven descriptor (.descriptor = NULL and\n.string_descriptor = NULL in the tinyusb_config_t structure).", + "id": "USB_MSC_ENABLED", + "name": "USB_MSC_ENABLED", + "range": null, + "title": "Enable Mass Storage (MSC) TinyUSB driver", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "USB_HID_ENABLED", + "help": "HID buffer size Should be sufficient to hold ID (if any) + Data", + "id": "USB_HID_BUFSIZE", + "name": "USB_HID_BUFSIZE", + "range": null, + "title": "HID buffer size Should be sufficient to hold ID (if any) + Data", + "type": "int" + } + ], + "depends_on": "USB_ENABLED", + "help": "Enable HID TinyUSB driver. It is recomended to use Menuconfig-driven descriptor (.descriptor = NULL and\n.string_descriptor = NULL in the tinyusb_config_t structure).", + "id": "USB_HID_ENABLED", + "name": "USB_HID_ENABLED", + "range": null, + "title": "Enable HID TinyUSB driver", + "type": "bool" + }, + { + "children": [], + "depends_on": "USB_ENABLED", + "help": "Enable MIDI TinyUSB driver. It is recomended to use Menuconfig-driven descriptor (.descriptor = NULL\nand .string_descriptor = NULL in the tinyusb_config_t structure).", + "id": "USB_MIDI_ENABLED", + "name": "USB_MIDI_ENABLED", + "range": null, + "title": "Enable MIDI TinyUSB driver", + "type": "bool" + }, + { + "children": [], + "depends_on": "USB_ENABLED", + "help": "Enable a custom TinyUSB class. It is recomended to use Menuconfig-driven descriptor (.descriptor = NULL\nand .string_descriptor = NULL in the tinyusb_config_t structure).", + "id": "USB_CUSTOM_CLASS_ENABLED", + "name": "USB_CUSTOM_CLASS_ENABLED", + "range": null, + "title": "Enable a custom TinyUSB class", + "type": "bool" + }, + { + "children": [], + "depends_on": "USB_ENABLED", + "help": "Debug mode", + "id": "USB_DEBUG", + "name": "USB_DEBUG", + "range": null, + "title": "Debug mode", + "type": "bool" } - ], - "depends_on": null, - "id": "component-config-littlevgl-lvgl-touch-controller-touchpanel-spi-bus", - "title": "Touchpanel SPI Bus", - "type": "menu" - }, + ], + "depends_on": "IDF_TARGET_ESP32S2", + "help": "Adds support for TinyUSB", + "id": "USB_ENABLED", + "name": "USB_ENABLED", + "range": null, + "title": "Enable TinyUSB driver", + "type": "bool" + }, { "children": [ { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_X_MIN", - "name": "LVGL_TOUCH_X_MIN", - "range": null, - "title": "Minimum X coordinate value.", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_Y_MIN", - "name": "LVGL_TOUCH_Y_MIN", - "range": null, - "title": "Minimum Y coordinate value.", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_X_MAX", - "name": "LVGL_TOUCH_X_MAX", - "range": null, - "title": "Maximum X coordinate value.", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_Y_MAX", - "name": "LVGL_TOUCH_Y_MAX", - "range": null, - "title": "Maximum Y coordinate value.", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_INVERT_X", - "name": "LVGL_TOUCH_INVERT_X", - "range": null, - "title": "Invert X coordinate value.", + "children": [], + "depends_on": "USB_ENABLED", + "help": "Long description", + "id": "USB_DESC_USE_ESPRESSIF_VID", + "name": "USB_DESC_USE_ESPRESSIF_VID", + "range": null, + "title": "VID: Use an Espressif's default value", "type": "bool" - }, + }, { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_INVERT_Y", - "name": "LVGL_TOUCH_INVERT_Y", - "range": null, - "title": "Invert Y coordinate value.", + "children": [], + "depends_on": "!USB_DESC_USE_ESPRESSIF_VID", + "help": "Custom Vendor ID", + "id": "USB_DESC_CUSTOM_VID", + "name": "USB_DESC_CUSTOM_VID", + "range": null, + "title": "Custom VID value", + "type": "hex" + }, + { + "children": [], + "depends_on": "USB_ENABLED", + "help": "Default TinyUSB PID assigning uses values 0x4000...0x4007", + "id": "USB_DESC_USE_DEFAULT_PID", + "name": "USB_DESC_USE_DEFAULT_PID", + "range": null, + "title": "PID: Use a default PID assigning", "type": "bool" + }, + { + "children": [], + "depends_on": "!USB_DESC_USE_DEFAULT_PID", + "help": "Custom Product ID", + "id": "USB_DESC_CUSTOM_PID", + "name": "USB_DESC_CUSTOM_PID", + "range": null, + "title": "Custom PID value", + "type": "hex" + }, + { + "children": [], + "depends_on": "USB_ENABLED", + "help": "Version of the firmware of the USB device", + "id": "USB_DESC_BCDDEVICE", + "name": "USB_DESC_BCDDEVICE", + "range": null, + "title": "bcdDevice", + "type": "hex" + }, + { + "children": [], + "depends_on": "USB_ENABLED", + "help": "Name of the manufacturer of the USB device", + "id": "USB_DESC_MANUFACTURER_STRING", + "name": "USB_DESC_MANUFACTURER_STRING", + "range": null, + "title": "Manufacturer", + "type": "string" + }, + { + "children": [], + "depends_on": "USB_ENABLED", + "help": "Name of the USB device", + "id": "USB_DESC_PRODUCT_STRING", + "name": "USB_DESC_PRODUCT_STRING", + "range": null, + "title": "Product", + "type": "string" + }, + { + "children": [], + "depends_on": "USB_ENABLED", + "help": "Specify serial number of the USB device", + "id": "USB_DESC_SERIAL_STRING", + "name": "USB_DESC_SERIAL_STRING", + "range": null, + "title": "Serial string", + "type": "string" + }, + { + "children": [], + "depends_on": "USB_CDC_ENABLED", + "help": "Specify name of the CDC device", + "id": "USB_DESC_CDC_STRING", + "name": "USB_DESC_CDC_STRING", + "range": null, + "title": "CDC Device String", + "type": "string" + }, + { + "children": [], + "depends_on": "USB_MSC_ENABLED", + "help": "Specify name of the MSC device", + "id": "USB_DESC_MSC_STRING", + "name": "USB_DESC_MSC_STRING", + "range": null, + "title": "MSC Device String", + "type": "string" + }, + { + "children": [], + "depends_on": "USB_HID_ENABLED", + "help": "Specify name of the HID device", + "id": "USB_DESC_HID_STRING", + "name": "USB_DESC_HID_STRING", + "range": null, + "title": "HID Device String", + "type": "string" } - ], - "depends_on": null, - "id": "component-config-littlevgl-lvgl-touch-controller-touchpanel-configuration-xpt2046-", - "title": "Touchpanel Configuration (XPT2046)", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_FT6X36_SWAPXY", - "name": "LVGL_FT6X36_SWAPXY", - "range": null, - "title": "Swap X with Y coordinate.", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_FT6X36_INVERT_X", - "name": "LVGL_FT6X36_INVERT_X", - "range": null, - "title": "Invert X coordinate value.", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_FT6X36_INVERT_Y", - "name": "LVGL_FT6X36_INVERT_Y", - "range": null, - "title": "Invert Y coordinate value.", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-littlevgl-lvgl-touch-controller-touchpanel-configuration-ft6x06-", - "title": "Touchpanel Configuration (FT6X06)", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_X_MIN", - "name": "LVGL_TOUCH_X_MIN", - "range": null, - "title": "Minimum X coordinate value.", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_Y_MIN", - "name": "LVGL_TOUCH_Y_MIN", - "range": null, - "title": "Minimum Y coordinate value.", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_X_MAX", - "name": "LVGL_TOUCH_X_MAX", - "range": null, - "title": "Maximum X coordinate value.", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_Y_MAX", - "name": "LVGL_TOUCH_Y_MAX", - "range": null, - "title": "Maximum Y coordinate value.", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_XY_SWAP", - "name": "LVGL_TOUCH_XY_SWAP", - "range": null, - "title": "Swap XY.", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_INVERT_X", - "name": "LVGL_TOUCH_INVERT_X", - "range": null, - "title": "Invert X coordinate value.", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LVGL_TOUCH_INVERT_Y", - "name": "LVGL_TOUCH_INVERT_Y", - "range": null, - "title": "Invert Y coordinate value.", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-littlevgl-lvgl-touch-controller-touchpanel-configuration-stmpe610-", - "title": "Touchpanel Configuration (STMPE610)", + ], + "depends_on": null, + "id": "component-config-tinyusb-descriptor-configuration", + "title": "Descriptor configuration", "type": "menu" } - ], - "depends_on": null, - "id": "component-config-littlevgl-lvgl-touch-controller", - "title": "LittlevGL (LVGL) Touch controller", + ], + "depends_on": null, + "id": "component-config-tinyusb", + "title": "TinyUSB", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "If not set, assertions on float arguments will not be available.", + "id": "UNITY_ENABLE_FLOAT", + "name": "UNITY_ENABLE_FLOAT", + "range": null, + "title": "Support for float type", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If not set, assertions on double arguments will not be available.", + "id": "UNITY_ENABLE_DOUBLE", + "name": "UNITY_ENABLE_DOUBLE", + "range": null, + "title": "Support for double type", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, Unity will colorize test results using console escape sequences.", + "id": "UNITY_ENABLE_COLOR", + "name": "UNITY_ENABLE_COLOR", + "range": null, + "title": "Colorize test output", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, then the following features will be available:\n\n- TEST_CASE macro which performs automatic registration of test functions\n- Functions to run registered test functions: unity_run_all_tests,\n unity_run_tests_with_filter, unity_run_single_test_by_name.\n- Interactive menu which lists test cases and allows choosing the tests to\n be run, available via unity_run_menu function.\n\nDisable if a different test registration mechanism is used.", + "id": "UNITY_ENABLE_IDF_TEST_RUNNER", + "name": "UNITY_ENABLE_IDF_TEST_RUNNER", + "range": null, + "title": "Include ESP-IDF test registration/running helpers", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, unity_fixture.h header file and associated source files are part of\nthe build. These provide an optional set of macros and functions to\nimplement test groups.", + "id": "UNITY_ENABLE_FIXTURE", + "name": "UNITY_ENABLE_FIXTURE", + "range": null, + "title": "Include Unity test fixture", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, the unity framework will print the backtrace information before\njumping back to the test menu. The jumping is usually occurs in assert\nfunctions such as TEST_ASSERT, TEST_FAIL etc.", + "id": "UNITY_ENABLE_BACKTRACE_ON_FAIL", + "name": "UNITY_ENABLE_BACKTRACE_ON_FAIL", + "range": null, + "title": "Print a backtrace when a unit test fails", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-unity-unit-testing-library", + "title": "Unity unit testing library", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Select() related functions might produce an unconveniently lot of\ndebug outputs when one sets the default log level to DEBUG or higher.\nIt is possible to suppress these debug outputs by enabling this\noption.", + "id": "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT", + "name": "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT", + "range": null, + "title": "Suppress select() related debug outputs", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Disabling this option can save memory when the support for termios.h is not required.", + "id": "VFS_SUPPORT_TERMIOS", + "name": "VFS_SUPPORT_TERMIOS", + "range": null, + "title": "Add support for termios.h", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Define maximum number of host filesystem mount points.", + "id": "SEMIHOSTFS_MAX_MOUNT_POINTS", + "name": "SEMIHOSTFS_MAX_MOUNT_POINTS", + "range": null, + "title": "Maximum number of the host filesystem mount points", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Define maximum path length for the host base directory which is to be mounted.\nIf host path passed to esp_vfs_semihost_register() is longer than this value\nit will be truncated.", + "id": "SEMIHOSTFS_HOST_PATH_MAX_LEN", + "name": "SEMIHOSTFS_HOST_PATH_MAX_LEN", + "range": null, + "title": "Maximum path length for the host base directory", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-virtual-file-system-host-file-system-i-o-semihosting-", + "title": "Host File System I/O (Semihosting)", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-virtual-file-system", + "title": "Virtual file system", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_SIZE_512", + "name": "WL_SECTOR_SIZE_512", + "range": null, + "title": "512", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_SIZE_4096", + "name": "WL_SECTOR_SIZE_4096", + "range": null, + "title": "4096", + "type": "bool" + } + ], + "depends_on": null, + "help": "Sector size used by wear levelling library.\nYou can set default sector size or size that will\nfit to the flash device sector size.\n\nWith sector size set to 4096 bytes, wear levelling library is more\nefficient. However if FAT filesystem is used on top of wear levelling\nlibrary, it will need more temporary storage: 4096 bytes for each\nmounted filesystem and 4096 bytes for each opened file.\n\nWith sector size set to 512 bytes, wear levelling library will perform\nmore operations with flash memory, but less RAM will be used by FAT\nfilesystem library (512 bytes for the filesystem and 512 bytes for each\nfile opened).", + "id": "component-config-wear-levelling-wear-levelling-library-sector-size", + "name": "WL_SECTOR_SIZE", + "title": "Wear Levelling library sector size", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "WL_SECTOR_SIZE", + "name": "WL_SECTOR_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_MODE_PERF", + "name": "WL_SECTOR_MODE_PERF", + "range": null, + "title": "Perfomance", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_MODE_SAFE", + "name": "WL_SECTOR_MODE_SAFE", + "range": null, + "title": "Safety", + "type": "bool" + } + ], + "depends_on": "WL_SECTOR_SIZE_512", + "help": "Specify the mode to store data into flash:\n\n- In Performance mode a data will be stored to the RAM and then\n stored back to the flash. Compared to the Safety mode, this operation is\n faster, but if power will be lost when erase sector operation is in\n progress, then the data from complete flash device sector will be lost.\n\n- In Safety mode data from complete flash device sector will be read from\n flash, modified, and then stored back to flash.\n Compared to the Performance mode, this operation is slower, but if\n power is lost during erase sector operation, then the data from full\n flash device sector will not be lost.", + "id": "component-config-wear-levelling-sector-store-mode", + "name": "WL_SECTOR_MODE", + "title": "Sector store mode", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "WL_SECTOR_MODE", + "name": "WL_SECTOR_MODE", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-wear-levelling", + "title": "Wear Levelling", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "This sets the maximum number of entries of Wi-Fi scan results that will be kept by the provisioning manager", + "id": "WIFI_PROV_SCAN_MAX_ENTRIES", + "name": "WIFI_PROV_SCAN_MAX_ENTRIES", + "range": [ + 1, + 255 + ], + "title": "Max Wi-Fi Scan Result Entries", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Time (in seconds) after which the Wi-Fi provisioning manager will auto-stop after connecting to\na Wi-Fi network successfully.", + "id": "WIFI_PROV_AUTOSTOP_TIMEOUT", + "name": "WIFI_PROV_AUTOSTOP_TIMEOUT", + "range": [ + 5, + 600 + ], + "title": "Provisioning auto-stop timeout", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-wi-fi-provisioning-manager", + "title": "Wi-Fi Provisioning Manager", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Select this option to use MbedTLS crypto API's which utilize hardware acceleration.", + "id": "WPA_MBEDTLS_CRYPTO", + "name": "WPA_MBEDTLS_CRYPTO", + "range": null, + "title": "Use MbedTLS crypto API's", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to print logging information from WPA supplicant,\nthis includes handshake information and key hex dumps depending\non the project logging level.\n\nEnabling this could increase the build size ~60kb\ndepending on the project logging level.", + "id": "WPA_DEBUG_PRINT", + "name": "WPA_DEBUG_PRINT", + "range": null, + "title": "Print debug messages from WPA Supplicant", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-supplicant", + "title": "Supplicant", "type": "menu" } - ], - "depends_on": null, - "id": "component-config", - "title": "Component config", + ], + "depends_on": null, + "id": "component-config", + "title": "Component config", "type": "menu" - }, + }, { "children": [ { - "children": [], - "depends_on": null, - "help": "Soc, esp32, and driver components, the most common\ncomponents. Some header of these components are included\nimplicitly by headers of other components before IDF v4.0.\nIt's not required for high-level components, but still\nincluded through long header chain everywhere.\n\nThis is harmful to the modularity. So it's changed in IDF\nv4.0.\n\nYou can still include these headers in a legacy way until it\nis totally deprecated by enable this option.", - "id": "LEGACY_INCLUDE_COMMON_HEADERS", - "name": "LEGACY_INCLUDE_COMMON_HEADERS", - "range": null, - "title": "Include headers across components as before IDF v4.0", + "children": [], + "depends_on": null, + "help": "Soc, esp32, and driver components, the most common\ncomponents. Some header of these components are included\nimplicitly by headers of other components before IDF v4.0.\nIt's not required for high-level components, but still\nincluded through long header chain everywhere.\n\nThis is harmful to the modularity. So it's changed in IDF\nv4.0.\n\nYou can still include these headers in a legacy way until it\nis totally deprecated by enable this option.", + "id": "LEGACY_INCLUDE_COMMON_HEADERS", + "name": "LEGACY_INCLUDE_COMMON_HEADERS", + "range": null, + "title": "Include headers across components as before IDF v4.0", "type": "bool" } - ], - "depends_on": null, - "id": "compatibility-options", - "title": "Compatibility options", + ], + "depends_on": null, + "id": "compatibility-options", + "title": "Compatibility options", "type": "menu" } ] \ No newline at end of file diff --git a/build/config/sdkconfig.cmake b/build/config/sdkconfig.cmake index 2667955..6b3ca14 100644 --- a/build/config/sdkconfig.cmake +++ b/build/config/sdkconfig.cmake @@ -17,6 +17,10 @@ set(CONFIG_APP_COMPILE_TIME_DATE "y") set(CONFIG_APP_EXCLUDE_PROJECT_VER_VAR "") set(CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR "") set(CONFIG_APP_PROJECT_VER_FROM_CONFIG "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE "y") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE "") set(CONFIG_BOOTLOADER_LOG_LEVEL_NONE "") set(CONFIG_BOOTLOADER_LOG_LEVEL_ERROR "") set(CONFIG_BOOTLOADER_LOG_LEVEL_WARN "y") @@ -36,7 +40,7 @@ set(CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP "") set(CONFIG_BOOTLOADER_RESERVE_RTC_SIZE "0") set(CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC "") set(CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT "") -set(CONFIG_SECURE_BOOT_ENABLED "") +set(CONFIG_SECURE_BOOT "") set(CONFIG_SECURE_FLASH_ENC_ENABLED "") set(CONFIG_ESPTOOLPY_BAUD_OTHER_VAL "115200") set(CONFIG_ESPTOOLPY_FLASHMODE_QIO "") @@ -144,10 +148,6 @@ set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR "y") set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES "4") set(CONFIG_ESP32_ULP_COPROC_ENABLED "") set(CONFIG_ESP32_ULP_COPROC_RESERVE_MEM "0") -set(CONFIG_ESP32_PANIC_PRINT_HALT "") -set(CONFIG_ESP32_PANIC_PRINT_REBOOT "y") -set(CONFIG_ESP32_PANIC_SILENT_REBOOT "") -set(CONFIG_ESP32_PANIC_GDBSTUB "") set(CONFIG_ESP32_DEBUG_OCDAWARE "y") set(CONFIG_ESP32_BROWNOUT_DET "y") set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 "y") @@ -194,6 +194,8 @@ set(CONFIG_ESP_CONSOLE_UART_DEFAULT "y") set(CONFIG_ESP_CONSOLE_UART_CUSTOM "") set(CONFIG_ESP_CONSOLE_UART_NONE "") set(CONFIG_ESP_CONSOLE_UART_NUM "0") +set(CONFIG_ESP_CONSOLE_UART_TX_GPIO "1") +set(CONFIG_ESP_CONSOLE_UART_RX_GPIO "3") set(CONFIG_ESP_CONSOLE_UART_BAUDRATE "115200") set(CONFIG_ESP_INT_WDT "y") set(CONFIG_ESP_INT_WDT_TIMEOUT_MS "300") @@ -231,12 +233,17 @@ set(CONFIG_HTTPD_MAX_URI_LEN "512") set(CONFIG_HTTPD_ERR_RESP_NO_DELAY "y") set(CONFIG_HTTPD_PURGE_BUF_LEN "32") set(CONFIG_HTTPD_LOG_PURGE_DATA "") +set(CONFIG_HTTPD_WS_SUPPORT "") set(CONFIG_OTA_ALLOW_HTTP "") set(CONFIG_ESP_HTTPS_SERVER_ENABLE "y") set(CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL "120") set(CONFIG_ESP_NETIF_TCPIP_LWIP "y") set(CONFIG_ESP_NETIF_LOOPBACK "") set(CONFIG_ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER "y") +set(CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT "") +set(CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT "y") +set(CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT "") +set(CONFIG_ESP_SYSTEM_PANIC_GDBSTUB "") set(CONFIG_ESP_TIMER_PROFILING "") set(CONFIG_ESP_TIMER_TASK_STACK_SIZE "3584") set(CONFIG_ESP_TIMER_IMPL_FRC2 "") @@ -390,6 +397,7 @@ set(CONFIG_LWIP_DHCP_RESTORE_LAST_IP "") set(CONFIG_LWIP_DHCPS_LEASE_UNIT "60") set(CONFIG_LWIP_DHCPS_MAX_STATION_NUM "8") set(CONFIG_LWIP_AUTOIP "") +set(CONFIG_LWIP_IPV6_AUTOCONFIG "") set(CONFIG_LWIP_NETIF_LOOPBACK "y") set(CONFIG_LWIP_LOOPBACK_MAX_PBUFS "8") set(CONFIG_LWIP_MAX_ACTIVE_TCP "16") @@ -428,6 +436,11 @@ set(CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN "y") set(CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN "16384") set(CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN "4096") set(CONFIG_MBEDTLS_DEBUG "") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE "y") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL "y") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN "") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE "") +set(CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE "") set(CONFIG_MBEDTLS_ECP_RESTARTABLE "") set(CONFIG_MBEDTLS_CMAC_C "") set(CONFIG_MBEDTLS_HARDWARE_AES "y") @@ -557,6 +570,8 @@ set(CONFIG_SPIFFS_GC_DBG "") set(CONFIG_SPIFFS_CACHE_DBG "") set(CONFIG_SPIFFS_CHECK_DBG "") set(CONFIG_SPIFFS_TEST_VISUALISATION "") +set(CONFIG_USB_DESC_CUSTOM_VID "0x1234") +set(CONFIG_USB_DESC_CUSTOM_PID "0x5678") set(CONFIG_UNITY_ENABLE_FLOAT "y") set(CONFIG_UNITY_ENABLE_DOUBLE "y") set(CONFIG_UNITY_ENABLE_COLOR "") @@ -574,49 +589,8 @@ set(CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES "16") set(CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT "30") set(CONFIG_WPA_MBEDTLS_CRYPTO "y") set(CONFIG_WPA_DEBUG_PRINT "") -set(CONFIG_LVGL_PREDEFINED_DISPLAY_NONE "") -set(CONFIG_LVGL_PREDEFINED_DISPLAY_WROVER4 "y") -set(CONFIG_LVGL_PREDEFINED_DISPLAY_M5STACK "") -set(CONFIG_LVGL_PREDEFINED_DISPLAY_ERTFT0356 "") -set(CONFIG_LVGL_PREDEFINED_DISPLAY_ADA_FEATHERWING "") -set(CONFIG_LVGL_TFT_DISPLAY_SPI_HSPI "y") -set(CONFIG_LVGL_TFT_DISPLAY_SPI_VSPI "") -set(CONFIG_LVGL_DISPLAY_WIDTH "320") -set(CONFIG_LVGL_DISPLAY_HEIGHT "240") -set(CONFIG_LVGL_ENABLE_BACKLIGHT_CONTROL "") -set(CONFIG_LVGL_DISP_SPI_MOSI "13") -set(CONFIG_LVGL_DISP_SPI_CLK "14") -set(CONFIG_LVGL_DISP_SPI_CS "15") -set(CONFIG_LVGL_DISP_PIN_DC "2") -set(CONFIG_LVGL_DISP_PIN_RST "4") -set(CONFIG_LVGL_DISP_PIN_BCKL "21") -set(CONFIG_LVGL_TOUCH_SPI_MISO "19") -set(CONFIG_LVGL_TOUCH_SPI_MOSI "23") -set(CONFIG_LVGL_TOUCH_SPI_CLK "18") -set(CONFIG_LVGL_TOUCH_SPI_CS "5") -set(CONFIG_LVGL_TOUCH_PIN_IRQ "25") -set(CONFIG_LVGL_TOUCH_I2C_SDA "21") -set(CONFIG_LVGL_TOUCH_I2C_SCL "22") -set(CONFIG_LVGL_TOUCH_SPI_MISO "19") -set(CONFIG_LVGL_TOUCH_SPI_MOSI "23") -set(CONFIG_LVGL_TOUCH_SPI_CLK "18") -set(CONFIG_LVGL_TOUCH_SPI_CS "5") -set(CONFIG_LVGL_TOUCH_X_MIN "200") -set(CONFIG_LVGL_TOUCH_Y_MIN "120") -set(CONFIG_LVGL_TOUCH_X_MAX "1900") -set(CONFIG_LVGL_TOUCH_Y_MAX "1900") -set(CONFIG_LVGL_TOUCH_INVERT_X "y") -set(CONFIG_LVGL_TOUCH_INVERT_Y "y") -set(CONFIG_LVGL_FT6X36_SWAPXY "y") -set(CONFIG_LVGL_FT6X36_INVERT_Y "y") -set(CONFIG_LVGL_TOUCH_X_MIN "200") -set(CONFIG_LVGL_TOUCH_Y_MIN "120") -set(CONFIG_LVGL_TOUCH_X_MAX "1900") -set(CONFIG_LVGL_TOUCH_Y_MAX "1900") -set(CONFIG_LVGL_TOUCH_INVERT_X "y") -set(CONFIG_LVGL_TOUCH_INVERT_Y "y") set(CONFIG_LEGACY_INCLUDE_COMMON_HEADERS "") -set(CONFIGS_LIST CONFIG_IDF_CMAKE;CONFIG_IDF_TARGET;CONFIG_IDF_TARGET_ESP32;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_SDK_TOOLPREFIX;CONFIG_TOOLPREFIX;CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_APP_COMPILE_TIME_DATE;CONFIG_APP_EXCLUDE_PROJECT_VER_VAR;CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR;CONFIG_APP_PROJECT_VER_FROM_CONFIG;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT_ENABLED;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_ESPTOOLPY_BAUD_OTHER_VAL;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_26M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_FLASHSIZE_DETECT;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD_9600B;CONFIG_MONITOR_BAUD_9600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_57600B;CONFIG_MONITOR_BAUD_57600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B;CONFIG_MONITOR_BAUD_115200B;CONFIG_ESPTOOLPY_MONITOR_BAUD_230400B;CONFIG_MONITOR_BAUD_230400B;CONFIG_ESPTOOLPY_MONITOR_BAUD_921600B;CONFIG_MONITOR_BAUD_921600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_2MB;CONFIG_MONITOR_BAUD_2MB;CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER;CONFIG_MONITOR_BAUD_OTHER;CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL;CONFIG_MONITOR_BAUD_OTHER_VAL;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_STORE_HISTORY;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_DISABLE_GCC8_WARNINGS;CONFIG_DISABLE_GCC8_WARNINGS;CONFIG_APPTRACE_DEST_TRAX;CONFIG_ESP32_APPTRACE_DEST_TRAX;CONFIG_APPTRACE_DEST_NONE;CONFIG_ESP32_APPTRACE_DEST_NONE;CONFIG_APPTRACE_LOCK_ENABLE;CONFIG_ESP32_APPTRACE_LOCK_ENABLE;CONFIG_BT_ENABLED;CONFIG_BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF;CONFIG_BTDM_CTRL_BLE_MAX_CONN_EFF;CONFIG_BTDM_CONTROLLER_BLE_MAX_CONN_EFF;CONFIG_BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF;CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_ACL_CONN_EFF;CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF;CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_SYNC_CONN_EFF;CONFIG_BTDM_CTRL_PINNED_TO_CORE;CONFIG_BTDM_CONTROLLER_PINNED_TO_CORE;CONFIG_BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF;CONFIG_BT_RESERVE_DRAM;CONFIG_COAP_MBEDTLS_PSK;CONFIG_COAP_MBEDTLS_PKI;CONFIG_COAP_MBEDTLS_DEBUG;CONFIG_COAP_LOG_DEFAULT_LEVEL;CONFIG_ADC_FORCE_XPD_FSM;CONFIG_ADC_DISABLE_DAC;CONFIG_ADC2_DISABLE_DAC;CONFIG_SPI_MASTER_IN_IRAM;CONFIG_SPI_MASTER_ISR_IN_IRAM;CONFIG_SPI_SLAVE_IN_IRAM;CONFIG_SPI_SLAVE_ISR_IN_IRAM;CONFIG_UART_ISR_IN_IRAM;CONFIG_RTCIO_SUPPORT_RTC_GPIO_DESC;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE;CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4;CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_TLS_USING_MBEDTLS;CONFIG_ESP_TLS_SERVER;CONFIG_ESP_TLS_PSK_VERIFICATION;CONFIG_ESP32_REV_MIN_0;CONFIG_ESP32_REV_MIN_1;CONFIG_ESP32_REV_MIN_2;CONFIG_ESP32_REV_MIN_3;CONFIG_ESP32_REV_MIN;CONFIG_ESP32_DPORT_WORKAROUND;CONFIG_ESP32_DEFAULT_CPU_FREQ_80;CONFIG_ESP32_DEFAULT_CPU_FREQ_160;CONFIG_ESP32_DEFAULT_CPU_FREQ_240;CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_SPIRAM_SUPPORT;CONFIG_SPIRAM_SUPPORT;CONFIG_ESP32_TRAX;CONFIG_ESP32_TRACEMEM_RESERVE_DRAM;CONFIG_TRACEMEM_RESERVE_DRAM;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_TWO_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES;CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_ULP_COPROC_ENABLED;CONFIG_ULP_COPROC_ENABLED;CONFIG_ESP32_ULP_COPROC_RESERVE_MEM;CONFIG_ULP_COPROC_RESERVE_MEM;CONFIG_ESP32_PANIC_PRINT_HALT;CONFIG_ESP32_PANIC_PRINT_REBOOT;CONFIG_ESP32_PANIC_SILENT_REBOOT;CONFIG_ESP32_PANIC_GDBSTUB;CONFIG_ESP32_DEBUG_OCDAWARE;CONFIG_ESP32_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0;CONFIG_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1;CONFIG_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32_REDUCE_PHY_TX_POWER;CONFIG_REDUCE_PHY_TX_POWER;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1;CONFIG_ESP32_TIME_SYSCALL_USE_RTC;CONFIG_ESP32_TIME_SYSCALL_USE_FRC1;CONFIG_ESP32_TIME_SYSCALL_USE_NONE;CONFIG_ESP32_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC;CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL;CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC;CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256;CONFIG_ESP32_RTC_CLK_CAL_CYCLES;CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP32_XTAL_FREQ_40;CONFIG_ESP32_XTAL_FREQ_26;CONFIG_ESP32_XTAL_FREQ_AUTO;CONFIG_ESP32_XTAL_FREQ;CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE;CONFIG_DISABLE_BASIC_ROM_CONSOLE;CONFIG_ESP32_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE;CONFIG_ESP32_DPORT_DIS_INTERRUPT_LVL;CONFIG_PM_ENABLE;CONFIG_ADC_CAL_EFUSE_TP_ENABLE;CONFIG_ADC_CAL_EFUSE_VREF_ENABLE;CONFIG_ADC_CAL_LUT_ENABLE;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_ESP_IPC_USES_CALLERS_PRIORITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_INT_WDT_CHECK_CPU1;CONFIG_INT_WDT_CHECK_CPU1;CONFIG_ESP_TASK_WDT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_ETH_ENABLED;CONFIG_ETH_USE_ESP32_EMAC;CONFIG_ETH_PHY_INTERFACE_RMII;CONFIG_ETH_PHY_INTERFACE_MII;CONFIG_ETH_RMII_CLK_INPUT;CONFIG_ETH_RMII_CLK_OUTPUT;CONFIG_ETH_RMII_CLK_IN_GPIO;CONFIG_ETH_DMA_BUFFER_SIZE;CONFIG_ETH_DMA_RX_BUFFER_NUM;CONFIG_ETH_DMA_TX_BUFFER_NUM;CONFIG_ETH_USE_SPI_ETHERNET;CONFIG_ETH_SPI_ETHERNET_DM9051;CONFIG_ETH_USE_OPENETH;CONFIG_ESP_EVENT_LOOP_PROFILING;CONFIG_EVENT_LOOP_PROFILING;CONFIG_ESP_EVENT_POST_FROM_ISR;CONFIG_POST_EVENTS_FROM_ISR;CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR;CONFIG_POST_EVENTS_FROM_IRAM_ISR;CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS;CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH;CONFIG_HTTPD_MAX_REQ_HDR_LEN;CONFIG_HTTPD_MAX_URI_LEN;CONFIG_HTTPD_ERR_RESP_NO_DELAY;CONFIG_HTTPD_PURGE_BUF_LEN;CONFIG_HTTPD_LOG_PURGE_DATA;CONFIG_OTA_ALLOW_HTTP;CONFIG_ESP_HTTPS_SERVER_ENABLE;CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL;CONFIG_ESP_NETIF_TCPIP_LWIP;CONFIG_ESP_NETIF_LOOPBACK;CONFIG_ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER;CONFIG_ESP_TIMER_PROFILING;CONFIG_ESP_TIMER_TASK_STACK_SIZE;CONFIG_TIMER_TASK_STACK_SIZE;CONFIG_ESP_TIMER_IMPL_FRC2;CONFIG_ESP_TIMER_IMPL_TG0_LAC;CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_STATIC_TX_BUFFER;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER;CONFIG_ESP32_WIFI_TX_BUFFER_TYPE;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM;CONFIG_ESP32_WIFI_CSI_ENABLED;CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED;CONFIG_ESP32_WIFI_TX_BA_WIN;CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP32_WIFI_RX_BA_WIN;CONFIG_ESP32_WIFI_NVS_ENABLED;CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0;CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1;CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN;CONFIG_ESP32_WIFI_MGMT_SBUF_NUM;CONFIG_ESP32_WIFI_DEBUG_LOG_ENABLE;CONFIG_ESP32_WIFI_IRAM_OPT;CONFIG_ESP32_WIFI_RX_IRAM_OPT;CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE;CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE;CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION;CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER;CONFIG_ESP32_PHY_MAX_TX_POWER;CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH;CONFIG_ESP32_ENABLE_COREDUMP_TO_UART;CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE;CONFIG_FATFS_CODEPAGE_DYNAMIC;CONFIG_FATFS_CODEPAGE_437;CONFIG_FATFS_CODEPAGE_720;CONFIG_FATFS_CODEPAGE_737;CONFIG_FATFS_CODEPAGE_771;CONFIG_FATFS_CODEPAGE_775;CONFIG_FATFS_CODEPAGE_850;CONFIG_FATFS_CODEPAGE_852;CONFIG_FATFS_CODEPAGE_855;CONFIG_FATFS_CODEPAGE_857;CONFIG_FATFS_CODEPAGE_860;CONFIG_FATFS_CODEPAGE_861;CONFIG_FATFS_CODEPAGE_862;CONFIG_FATFS_CODEPAGE_863;CONFIG_FATFS_CODEPAGE_864;CONFIG_FATFS_CODEPAGE_865;CONFIG_FATFS_CODEPAGE_866;CONFIG_FATFS_CODEPAGE_869;CONFIG_FATFS_CODEPAGE_932;CONFIG_FATFS_CODEPAGE_936;CONFIG_FATFS_CODEPAGE_949;CONFIG_FATFS_CODEPAGE_950;CONFIG_FATFS_CODEPAGE;CONFIG_FATFS_LFN_NONE;CONFIG_FATFS_LFN_HEAP;CONFIG_FATFS_LFN_STACK;CONFIG_FATFS_FS_LOCK;CONFIG_FATFS_TIMEOUT_MS;CONFIG_FATFS_PER_FILE_CACHE;CONFIG_FMB_COMM_MODE_RTU_EN;CONFIG_FMB_COMM_MODE_ASCII_EN;CONFIG_FMB_MASTER_TIMEOUT_MS_RESPOND;CONFIG_MB_MASTER_TIMEOUT_MS_RESPOND;CONFIG_FMB_MASTER_DELAY_MS_CONVERT;CONFIG_MB_MASTER_DELAY_MS_CONVERT;CONFIG_FMB_QUEUE_LENGTH;CONFIG_MB_QUEUE_LENGTH;CONFIG_FMB_SERIAL_TASK_STACK_SIZE;CONFIG_MB_SERIAL_TASK_STACK_SIZE;CONFIG_FMB_SERIAL_BUF_SIZE;CONFIG_MB_SERIAL_BUF_SIZE;CONFIG_FMB_SERIAL_ASCII_BITS_PER_SYMB;CONFIG_FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS;CONFIG_FMB_SERIAL_TASK_PRIO;CONFIG_MB_SERIAL_TASK_PRIO;CONFIG_FMB_CONTROLLER_SLAVE_ID_SUPPORT;CONFIG_MB_CONTROLLER_SLAVE_ID_SUPPORT;CONFIG_FMB_CONTROLLER_NOTIFY_TIMEOUT;CONFIG_MB_CONTROLLER_NOTIFY_TIMEOUT;CONFIG_FMB_CONTROLLER_NOTIFY_QUEUE_SIZE;CONFIG_MB_CONTROLLER_NOTIFY_QUEUE_SIZE;CONFIG_FMB_CONTROLLER_STACK_SIZE;CONFIG_MB_CONTROLLER_STACK_SIZE;CONFIG_FMB_EVENT_QUEUE_TIMEOUT;CONFIG_MB_EVENT_QUEUE_TIMEOUT;CONFIG_FMB_TIMER_PORT_ENABLED;CONFIG_MB_TIMER_PORT_ENABLED;CONFIG_FMB_TIMER_GROUP;CONFIG_MB_TIMER_GROUP;CONFIG_FMB_TIMER_INDEX;CONFIG_MB_TIMER_INDEX;CONFIG_FMB_TIMER_ISR_IN_IRAM;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_CORETIMER_0;CONFIG_FREERTOS_CORETIMER_1;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_INTERRUPT_BACKTRACE;CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS;CONFIG_FREERTOS_ASSERT_FAIL_ABORT;CONFIG_FREERTOS_ASSERT_FAIL_PRINT_CONTINUE;CONFIG_FREERTOS_ASSERT_DISABLE;CONFIG_FREERTOS_IDLE_TASK_STACKSIZE;CONFIG_FREERTOS_ISR_STACKSIZE;CONFIG_FREERTOS_LEGACY_HOOKS;CONFIG_FREERTOS_MAX_TASK_NAME_LEN;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_TIMER_TASK_PRIORITY;CONFIG_TIMER_TASK_PRIORITY;CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH;CONFIG_TIMER_TASK_STACK_DEPTH;CONFIG_FREERTOS_TIMER_QUEUE_LENGTH;CONFIG_TIMER_QUEUE_LENGTH;CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE;CONFIG_FREERTOS_USE_TRACE_FACILITY;CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS;CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_FREERTOS_FPU_IN_ISR;CONFIG_HEAP_POISONING_DISABLED;CONFIG_HEAP_POISONING_LIGHT;CONFIG_HEAP_POISONING_COMPREHENSIVE;CONFIG_HEAP_TRACING_OFF;CONFIG_HEAP_TRACING_STANDALONE;CONFIG_HEAP_TRACING_TOHOST;CONFIG_JSMN_PARENT_LINKS;CONFIG_JSMN_STRICT;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_LWIP_LOCAL_HOSTNAME;CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES;CONFIG_LWIP_L2_TO_L3_COPY;CONFIG_L2_TO_L3_COPY;CONFIG_LWIP_IRAM_OPTIMIZATION;CONFIG_LWIP_TIMERS_ONDEMAND;CONFIG_LWIP_MAX_SOCKETS;CONFIG_LWIP_USE_ONLY_LWIP_SELECT;CONFIG_USE_ONLY_LWIP_SELECT;CONFIG_LWIP_SO_REUSE;CONFIG_LWIP_SO_REUSE_RXTOALL;CONFIG_LWIP_SO_RCVBUF;CONFIG_LWIP_NETBUF_RECVINFO;CONFIG_LWIP_IP_FRAG;CONFIG_LWIP_IP_REASSEMBLY;CONFIG_LWIP_STATS;CONFIG_LWIP_ETHARP_TRUST_IP_MAC;CONFIG_LWIP_ESP_GRATUITOUS_ARP;CONFIG_ESP_GRATUITOUS_ARP;CONFIG_LWIP_GARP_TMR_INTERVAL;CONFIG_GARP_TMR_INTERVAL;CONFIG_LWIP_TCPIP_RECVMBOX_SIZE;CONFIG_TCPIP_RECVMBOX_SIZE;CONFIG_LWIP_DHCP_DOES_ARP_CHECK;CONFIG_LWIP_DHCP_RESTORE_LAST_IP;CONFIG_LWIP_DHCPS_LEASE_UNIT;CONFIG_LWIP_DHCPS_MAX_STATION_NUM;CONFIG_LWIP_AUTOIP;CONFIG_LWIP_NETIF_LOOPBACK;CONFIG_LWIP_LOOPBACK_MAX_PBUFS;CONFIG_LWIP_MAX_ACTIVE_TCP;CONFIG_LWIP_MAX_LISTENING_TCP;CONFIG_LWIP_TCP_MAXRTX;CONFIG_TCP_MAXRTX;CONFIG_LWIP_TCP_SYNMAXRTX;CONFIG_TCP_SYNMAXRTX;CONFIG_LWIP_TCP_MSS;CONFIG_TCP_MSS;CONFIG_LWIP_TCP_TMR_INTERVAL;CONFIG_LWIP_TCP_MSL;CONFIG_TCP_MSL;CONFIG_LWIP_TCP_SND_BUF_DEFAULT;CONFIG_TCP_SND_BUF_DEFAULT;CONFIG_LWIP_TCP_WND_DEFAULT;CONFIG_TCP_WND_DEFAULT;CONFIG_LWIP_TCP_RECVMBOX_SIZE;CONFIG_TCP_RECVMBOX_SIZE;CONFIG_LWIP_TCP_QUEUE_OOSEQ;CONFIG_TCP_QUEUE_OOSEQ;CONFIG_LWIP_TCP_SACK_OUT;CONFIG_LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES;CONFIG_ESP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES;CONFIG_LWIP_TCP_OVERSIZE_MSS;CONFIG_TCP_OVERSIZE_MSS;CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS;CONFIG_TCP_OVERSIZE_QUARTER_MSS;CONFIG_LWIP_TCP_OVERSIZE_DISABLE;CONFIG_TCP_OVERSIZE_DISABLE;CONFIG_LWIP_MAX_UDP_PCBS;CONFIG_LWIP_UDP_RECVMBOX_SIZE;CONFIG_UDP_RECVMBOX_SIZE;CONFIG_LWIP_TCPIP_TASK_STACK_SIZE;CONFIG_TCPIP_TASK_STACK_SIZE;CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0;CONFIG_TCPIP_TASK_AFFINITY_CPU0;CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1;CONFIG_TCPIP_TASK_AFFINITY_CPU1;CONFIG_LWIP_TCPIP_TASK_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY;CONFIG_LWIP_PPP_SUPPORT;CONFIG_PPP_SUPPORT;CONFIG_LWIP_MULTICAST_PING;CONFIG_LWIP_BROADCAST_PING;CONFIG_LWIP_MAX_RAW_PCBS;CONFIG_LWIP_DHCP_MAX_NTP_SERVERS;CONFIG_LWIP_SNTP_UPDATE_DELAY;CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC;CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC;CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC;CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN;CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN;CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN;CONFIG_MBEDTLS_DEBUG;CONFIG_MBEDTLS_ECP_RESTARTABLE;CONFIG_MBEDTLS_CMAC_C;CONFIG_MBEDTLS_HARDWARE_AES;CONFIG_MBEDTLS_HARDWARE_MPI;CONFIG_MBEDTLS_HARDWARE_SHA;CONFIG_MBEDTLS_HAVE_TIME;CONFIG_MBEDTLS_HAVE_TIME_DATE;CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT;CONFIG_MBEDTLS_TLS_SERVER_ONLY;CONFIG_MBEDTLS_TLS_CLIENT_ONLY;CONFIG_MBEDTLS_TLS_DISABLED;CONFIG_MBEDTLS_TLS_SERVER;CONFIG_MBEDTLS_TLS_CLIENT;CONFIG_MBEDTLS_TLS_ENABLED;CONFIG_MBEDTLS_PSK_MODES;CONFIG_MBEDTLS_KEY_EXCHANGE_PSK;CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_PSK;CONFIG_MBEDTLS_KEY_EXCHANGE_RSA_PSK;CONFIG_MBEDTLS_KEY_EXCHANGE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA;CONFIG_MBEDTLS_SSL_RENEGOTIATION;CONFIG_MBEDTLS_SSL_PROTO_SSL3;CONFIG_MBEDTLS_SSL_PROTO_TLS1;CONFIG_MBEDTLS_SSL_PROTO_TLS1_1;CONFIG_MBEDTLS_SSL_PROTO_TLS1_2;CONFIG_MBEDTLS_SSL_PROTO_DTLS;CONFIG_MBEDTLS_SSL_ALPN;CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_AES_C;CONFIG_MBEDTLS_CAMELLIA_C;CONFIG_MBEDTLS_DES_C;CONFIG_MBEDTLS_RC4_DISABLED;CONFIG_MBEDTLS_RC4_ENABLED_NO_DEFAULT;CONFIG_MBEDTLS_RC4_ENABLED;CONFIG_MBEDTLS_BLOWFISH_C;CONFIG_MBEDTLS_XTEA_C;CONFIG_MBEDTLS_CCM_C;CONFIG_MBEDTLS_GCM_C;CONFIG_MBEDTLS_RIPEMD160_C;CONFIG_MBEDTLS_PEM_PARSE_C;CONFIG_MBEDTLS_PEM_WRITE_C;CONFIG_MBEDTLS_X509_CRL_PARSE_C;CONFIG_MBEDTLS_X509_CSR_PARSE_C;CONFIG_MBEDTLS_ECP_C;CONFIG_MBEDTLS_ECDH_C;CONFIG_MBEDTLS_ECDSA_C;CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED;CONFIG_MBEDTLS_ECP_NIST_OPTIM;CONFIG_MBEDTLS_SECURITY_RISKS;CONFIG_MDNS_MAX_SERVICES;CONFIG_MDNS_TASK_PRIORITY;CONFIG_MDNS_TASK_AFFINITY_NO_AFFINITY;CONFIG_MDNS_TASK_AFFINITY_CPU0;CONFIG_MDNS_TASK_AFFINITY_CPU1;CONFIG_MDNS_TASK_AFFINITY;CONFIG_MDNS_SERVICE_ADD_TIMEOUT_MS;CONFIG_MDNS_TIMER_PERIOD_MS;CONFIG_MQTT_PROTOCOL_311;CONFIG_MQTT_TRANSPORT_SSL;CONFIG_MQTT_TRANSPORT_WEBSOCKET;CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE;CONFIG_MQTT_USE_CUSTOM_CONFIG;CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED;CONFIG_MQTT_CUSTOM_OUTBOX;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR;CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDIN_LINE_ENDING_LF;CONFIG_NEWLIB_STDIN_LINE_ENDING_CR;CONFIG_NEWLIB_NANO_FORMAT;CONFIG_OPENSSL_DEBUG;CONFIG_OPENSSL_ASSERT_DO_NOTHING;CONFIG_OPENSSL_ASSERT_EXIT;CONFIG_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_PTHREAD_STACK_MIN;CONFIG_ESP32_PTHREAD_STACK_MIN;CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY;CONFIG_PTHREAD_DEFAULT_CORE_0;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0;CONFIG_PTHREAD_DEFAULT_CORE_1;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1;CONFIG_PTHREAD_TASK_CORE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT;CONFIG_PTHREAD_TASK_NAME_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_USE_LEGACY_IMPL;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_SPIFFS_MAX_PARTITIONS;CONFIG_SPIFFS_CACHE;CONFIG_SPIFFS_CACHE_WR;CONFIG_SPIFFS_CACHE_STATS;CONFIG_SPIFFS_PAGE_CHECK;CONFIG_SPIFFS_GC_MAX_RUNS;CONFIG_SPIFFS_GC_STATS;CONFIG_SPIFFS_PAGE_SIZE;CONFIG_SPIFFS_OBJ_NAME_LEN;CONFIG_SPIFFS_FOLLOW_SYMLINKS;CONFIG_SPIFFS_USE_MAGIC;CONFIG_SPIFFS_USE_MAGIC_LENGTH;CONFIG_SPIFFS_META_LENGTH;CONFIG_SPIFFS_USE_MTIME;CONFIG_SPIFFS_DBG;CONFIG_SPIFFS_API_DBG;CONFIG_SPIFFS_GC_DBG;CONFIG_SPIFFS_CACHE_DBG;CONFIG_SPIFFS_CHECK_DBG;CONFIG_SPIFFS_TEST_VISUALISATION;CONFIG_UNITY_ENABLE_FLOAT;CONFIG_UNITY_ENABLE_DOUBLE;CONFIG_UNITY_ENABLE_COLOR;CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER;CONFIG_UNITY_ENABLE_FIXTURE;CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL;CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_VFS_SUPPORT_TERMIOS;CONFIG_SUPPORT_TERMIOS;CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS;CONFIG_SEMIHOSTFS_HOST_PATH_MAX_LEN;CONFIG_WL_SECTOR_SIZE_512;CONFIG_WL_SECTOR_SIZE_4096;CONFIG_WL_SECTOR_SIZE;CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES;CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT;CONFIG_WPA_MBEDTLS_CRYPTO;CONFIG_WPA_DEBUG_PRINT;CONFIG_LVGL_PREDEFINED_DISPLAY_NONE;CONFIG_LVGL_PREDEFINED_DISPLAY_WROVER4;CONFIG_LVGL_PREDEFINED_DISPLAY_M5STACK;CONFIG_LVGL_PREDEFINED_DISPLAY_ERTFT0356;CONFIG_LVGL_PREDEFINED_DISPLAY_ADA_FEATHERWING;CONFIG_LVGL_TFT_DISPLAY_SPI_HSPI;CONFIG_LVGL_TFT_DISPLAY_SPI_VSPI;CONFIG_LVGL_DISPLAY_WIDTH;CONFIG_LVGL_DISPLAY_HEIGHT;CONFIG_LVGL_ENABLE_BACKLIGHT_CONTROL;CONFIG_LVGL_DISP_SPI_MOSI;CONFIG_LVGL_DISP_SPI_CLK;CONFIG_LVGL_DISP_SPI_CS;CONFIG_LVGL_DISP_PIN_DC;CONFIG_LVGL_DISP_PIN_RST;CONFIG_LVGL_DISP_PIN_BCKL;CONFIG_LVGL_TOUCH_SPI_MISO;CONFIG_LVGL_TOUCH_SPI_MOSI;CONFIG_LVGL_TOUCH_SPI_CLK;CONFIG_LVGL_TOUCH_SPI_CS;CONFIG_LVGL_TOUCH_PIN_IRQ;CONFIG_LVGL_TOUCH_I2C_SDA;CONFIG_LVGL_TOUCH_I2C_SCL;CONFIG_LVGL_TOUCH_SPI_MISO;CONFIG_LVGL_TOUCH_SPI_MOSI;CONFIG_LVGL_TOUCH_SPI_CLK;CONFIG_LVGL_TOUCH_SPI_CS;CONFIG_LVGL_TOUCH_X_MIN;CONFIG_LVGL_TOUCH_Y_MIN;CONFIG_LVGL_TOUCH_X_MAX;CONFIG_LVGL_TOUCH_Y_MAX;CONFIG_LVGL_TOUCH_INVERT_X;CONFIG_LVGL_TOUCH_INVERT_Y;CONFIG_LVGL_FT6X36_SWAPXY;CONFIG_LVGL_FT6X36_INVERT_Y;CONFIG_LVGL_TOUCH_X_MIN;CONFIG_LVGL_TOUCH_Y_MIN;CONFIG_LVGL_TOUCH_X_MAX;CONFIG_LVGL_TOUCH_Y_MAX;CONFIG_LVGL_TOUCH_INVERT_X;CONFIG_LVGL_TOUCH_INVERT_Y;CONFIG_LEGACY_INCLUDE_COMMON_HEADERS) +set(CONFIGS_LIST CONFIG_IDF_CMAKE;CONFIG_IDF_TARGET;CONFIG_IDF_TARGET_ESP32;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_SDK_TOOLPREFIX;CONFIG_TOOLPREFIX;CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_APP_COMPILE_TIME_DATE;CONFIG_APP_EXCLUDE_PROJECT_VER_VAR;CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR;CONFIG_APP_PROJECT_VER_FROM_CONFIG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_ESPTOOLPY_BAUD_OTHER_VAL;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_26M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_FLASHSIZE_DETECT;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD_9600B;CONFIG_MONITOR_BAUD_9600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_57600B;CONFIG_MONITOR_BAUD_57600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B;CONFIG_MONITOR_BAUD_115200B;CONFIG_ESPTOOLPY_MONITOR_BAUD_230400B;CONFIG_MONITOR_BAUD_230400B;CONFIG_ESPTOOLPY_MONITOR_BAUD_921600B;CONFIG_MONITOR_BAUD_921600B;CONFIG_ESPTOOLPY_MONITOR_BAUD_2MB;CONFIG_MONITOR_BAUD_2MB;CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER;CONFIG_MONITOR_BAUD_OTHER;CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL;CONFIG_MONITOR_BAUD_OTHER_VAL;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_STORE_HISTORY;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_DISABLE_GCC8_WARNINGS;CONFIG_DISABLE_GCC8_WARNINGS;CONFIG_APPTRACE_DEST_TRAX;CONFIG_ESP32_APPTRACE_DEST_TRAX;CONFIG_APPTRACE_DEST_NONE;CONFIG_ESP32_APPTRACE_DEST_NONE;CONFIG_APPTRACE_LOCK_ENABLE;CONFIG_ESP32_APPTRACE_LOCK_ENABLE;CONFIG_BT_ENABLED;CONFIG_BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF;CONFIG_BTDM_CTRL_BLE_MAX_CONN_EFF;CONFIG_BTDM_CONTROLLER_BLE_MAX_CONN_EFF;CONFIG_BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF;CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_ACL_CONN_EFF;CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF;CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_SYNC_CONN_EFF;CONFIG_BTDM_CTRL_PINNED_TO_CORE;CONFIG_BTDM_CONTROLLER_PINNED_TO_CORE;CONFIG_BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF;CONFIG_BT_RESERVE_DRAM;CONFIG_COAP_MBEDTLS_PSK;CONFIG_COAP_MBEDTLS_PKI;CONFIG_COAP_MBEDTLS_DEBUG;CONFIG_COAP_LOG_DEFAULT_LEVEL;CONFIG_ADC_FORCE_XPD_FSM;CONFIG_ADC_DISABLE_DAC;CONFIG_ADC2_DISABLE_DAC;CONFIG_SPI_MASTER_IN_IRAM;CONFIG_SPI_MASTER_ISR_IN_IRAM;CONFIG_SPI_SLAVE_IN_IRAM;CONFIG_SPI_SLAVE_ISR_IN_IRAM;CONFIG_UART_ISR_IN_IRAM;CONFIG_RTCIO_SUPPORT_RTC_GPIO_DESC;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE;CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4;CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_TLS_USING_MBEDTLS;CONFIG_ESP_TLS_SERVER;CONFIG_ESP_TLS_PSK_VERIFICATION;CONFIG_ESP32_REV_MIN_0;CONFIG_ESP32_REV_MIN_1;CONFIG_ESP32_REV_MIN_2;CONFIG_ESP32_REV_MIN_3;CONFIG_ESP32_REV_MIN;CONFIG_ESP32_DPORT_WORKAROUND;CONFIG_ESP32_DEFAULT_CPU_FREQ_80;CONFIG_ESP32_DEFAULT_CPU_FREQ_160;CONFIG_ESP32_DEFAULT_CPU_FREQ_240;CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_SPIRAM_SUPPORT;CONFIG_SPIRAM_SUPPORT;CONFIG_ESP32_TRAX;CONFIG_ESP32_TRACEMEM_RESERVE_DRAM;CONFIG_TRACEMEM_RESERVE_DRAM;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_TWO_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES;CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_ULP_COPROC_ENABLED;CONFIG_ULP_COPROC_ENABLED;CONFIG_ESP32_ULP_COPROC_RESERVE_MEM;CONFIG_ULP_COPROC_RESERVE_MEM;CONFIG_ESP32_DEBUG_OCDAWARE;CONFIG_ESP32_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0;CONFIG_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1;CONFIG_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32_REDUCE_PHY_TX_POWER;CONFIG_REDUCE_PHY_TX_POWER;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1;CONFIG_ESP32_TIME_SYSCALL_USE_RTC;CONFIG_ESP32_TIME_SYSCALL_USE_FRC1;CONFIG_ESP32_TIME_SYSCALL_USE_NONE;CONFIG_ESP32_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC;CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL;CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC;CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256;CONFIG_ESP32_RTC_CLK_CAL_CYCLES;CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP32_XTAL_FREQ_40;CONFIG_ESP32_XTAL_FREQ_26;CONFIG_ESP32_XTAL_FREQ_AUTO;CONFIG_ESP32_XTAL_FREQ;CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE;CONFIG_DISABLE_BASIC_ROM_CONSOLE;CONFIG_ESP32_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE;CONFIG_ESP32_DPORT_DIS_INTERRUPT_LVL;CONFIG_PM_ENABLE;CONFIG_ADC_CAL_EFUSE_TP_ENABLE;CONFIG_ADC_CAL_EFUSE_VREF_ENABLE;CONFIG_ADC_CAL_LUT_ENABLE;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_ESP_IPC_USES_CALLERS_PRIORITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_UART_TX_GPIO;CONFIG_CONSOLE_UART_TX_GPIO;CONFIG_ESP_CONSOLE_UART_RX_GPIO;CONFIG_CONSOLE_UART_RX_GPIO;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_INT_WDT_CHECK_CPU1;CONFIG_INT_WDT_CHECK_CPU1;CONFIG_ESP_TASK_WDT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_ETH_ENABLED;CONFIG_ETH_USE_ESP32_EMAC;CONFIG_ETH_PHY_INTERFACE_RMII;CONFIG_ETH_PHY_INTERFACE_MII;CONFIG_ETH_RMII_CLK_INPUT;CONFIG_ETH_RMII_CLK_OUTPUT;CONFIG_ETH_RMII_CLK_IN_GPIO;CONFIG_ETH_DMA_BUFFER_SIZE;CONFIG_ETH_DMA_RX_BUFFER_NUM;CONFIG_ETH_DMA_TX_BUFFER_NUM;CONFIG_ETH_USE_SPI_ETHERNET;CONFIG_ETH_SPI_ETHERNET_DM9051;CONFIG_ETH_USE_OPENETH;CONFIG_ESP_EVENT_LOOP_PROFILING;CONFIG_EVENT_LOOP_PROFILING;CONFIG_ESP_EVENT_POST_FROM_ISR;CONFIG_POST_EVENTS_FROM_ISR;CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR;CONFIG_POST_EVENTS_FROM_IRAM_ISR;CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS;CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH;CONFIG_HTTPD_MAX_REQ_HDR_LEN;CONFIG_HTTPD_MAX_URI_LEN;CONFIG_HTTPD_ERR_RESP_NO_DELAY;CONFIG_HTTPD_PURGE_BUF_LEN;CONFIG_HTTPD_LOG_PURGE_DATA;CONFIG_HTTPD_WS_SUPPORT;CONFIG_OTA_ALLOW_HTTP;CONFIG_ESP_HTTPS_SERVER_ENABLE;CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL;CONFIG_ESP_NETIF_TCPIP_LWIP;CONFIG_ESP_NETIF_LOOPBACK;CONFIG_ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP32S2_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP32S2_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP32S2_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_GDBSTUB;CONFIG_ESP32S2_PANIC_GDBSTUB;CONFIG_ESP_TIMER_PROFILING;CONFIG_ESP_TIMER_TASK_STACK_SIZE;CONFIG_TIMER_TASK_STACK_SIZE;CONFIG_ESP_TIMER_IMPL_FRC2;CONFIG_ESP_TIMER_IMPL_TG0_LAC;CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_STATIC_TX_BUFFER;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER;CONFIG_ESP32_WIFI_TX_BUFFER_TYPE;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM;CONFIG_ESP32_WIFI_CSI_ENABLED;CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED;CONFIG_ESP32_WIFI_TX_BA_WIN;CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP32_WIFI_RX_BA_WIN;CONFIG_ESP32_WIFI_NVS_ENABLED;CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0;CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1;CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN;CONFIG_ESP32_WIFI_MGMT_SBUF_NUM;CONFIG_ESP32_WIFI_DEBUG_LOG_ENABLE;CONFIG_ESP32_WIFI_IRAM_OPT;CONFIG_ESP32_WIFI_RX_IRAM_OPT;CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE;CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE;CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION;CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER;CONFIG_ESP32_PHY_MAX_TX_POWER;CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH;CONFIG_ESP32_ENABLE_COREDUMP_TO_UART;CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE;CONFIG_FATFS_CODEPAGE_DYNAMIC;CONFIG_FATFS_CODEPAGE_437;CONFIG_FATFS_CODEPAGE_720;CONFIG_FATFS_CODEPAGE_737;CONFIG_FATFS_CODEPAGE_771;CONFIG_FATFS_CODEPAGE_775;CONFIG_FATFS_CODEPAGE_850;CONFIG_FATFS_CODEPAGE_852;CONFIG_FATFS_CODEPAGE_855;CONFIG_FATFS_CODEPAGE_857;CONFIG_FATFS_CODEPAGE_860;CONFIG_FATFS_CODEPAGE_861;CONFIG_FATFS_CODEPAGE_862;CONFIG_FATFS_CODEPAGE_863;CONFIG_FATFS_CODEPAGE_864;CONFIG_FATFS_CODEPAGE_865;CONFIG_FATFS_CODEPAGE_866;CONFIG_FATFS_CODEPAGE_869;CONFIG_FATFS_CODEPAGE_932;CONFIG_FATFS_CODEPAGE_936;CONFIG_FATFS_CODEPAGE_949;CONFIG_FATFS_CODEPAGE_950;CONFIG_FATFS_CODEPAGE;CONFIG_FATFS_LFN_NONE;CONFIG_FATFS_LFN_HEAP;CONFIG_FATFS_LFN_STACK;CONFIG_FATFS_FS_LOCK;CONFIG_FATFS_TIMEOUT_MS;CONFIG_FATFS_PER_FILE_CACHE;CONFIG_FMB_COMM_MODE_RTU_EN;CONFIG_FMB_COMM_MODE_ASCII_EN;CONFIG_FMB_MASTER_TIMEOUT_MS_RESPOND;CONFIG_MB_MASTER_TIMEOUT_MS_RESPOND;CONFIG_FMB_MASTER_DELAY_MS_CONVERT;CONFIG_MB_MASTER_DELAY_MS_CONVERT;CONFIG_FMB_QUEUE_LENGTH;CONFIG_MB_QUEUE_LENGTH;CONFIG_FMB_SERIAL_TASK_STACK_SIZE;CONFIG_MB_SERIAL_TASK_STACK_SIZE;CONFIG_FMB_SERIAL_BUF_SIZE;CONFIG_MB_SERIAL_BUF_SIZE;CONFIG_FMB_SERIAL_ASCII_BITS_PER_SYMB;CONFIG_FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS;CONFIG_FMB_SERIAL_TASK_PRIO;CONFIG_MB_SERIAL_TASK_PRIO;CONFIG_FMB_CONTROLLER_SLAVE_ID_SUPPORT;CONFIG_MB_CONTROLLER_SLAVE_ID_SUPPORT;CONFIG_FMB_CONTROLLER_NOTIFY_TIMEOUT;CONFIG_MB_CONTROLLER_NOTIFY_TIMEOUT;CONFIG_FMB_CONTROLLER_NOTIFY_QUEUE_SIZE;CONFIG_MB_CONTROLLER_NOTIFY_QUEUE_SIZE;CONFIG_FMB_CONTROLLER_STACK_SIZE;CONFIG_MB_CONTROLLER_STACK_SIZE;CONFIG_FMB_EVENT_QUEUE_TIMEOUT;CONFIG_MB_EVENT_QUEUE_TIMEOUT;CONFIG_FMB_TIMER_PORT_ENABLED;CONFIG_MB_TIMER_PORT_ENABLED;CONFIG_FMB_TIMER_GROUP;CONFIG_MB_TIMER_GROUP;CONFIG_FMB_TIMER_INDEX;CONFIG_MB_TIMER_INDEX;CONFIG_FMB_TIMER_ISR_IN_IRAM;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_CORETIMER_0;CONFIG_FREERTOS_CORETIMER_1;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_INTERRUPT_BACKTRACE;CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS;CONFIG_FREERTOS_ASSERT_FAIL_ABORT;CONFIG_FREERTOS_ASSERT_FAIL_PRINT_CONTINUE;CONFIG_FREERTOS_ASSERT_DISABLE;CONFIG_FREERTOS_IDLE_TASK_STACKSIZE;CONFIG_FREERTOS_ISR_STACKSIZE;CONFIG_FREERTOS_LEGACY_HOOKS;CONFIG_FREERTOS_MAX_TASK_NAME_LEN;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_TIMER_TASK_PRIORITY;CONFIG_TIMER_TASK_PRIORITY;CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH;CONFIG_TIMER_TASK_STACK_DEPTH;CONFIG_FREERTOS_TIMER_QUEUE_LENGTH;CONFIG_TIMER_QUEUE_LENGTH;CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE;CONFIG_FREERTOS_USE_TRACE_FACILITY;CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS;CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_FREERTOS_FPU_IN_ISR;CONFIG_HEAP_POISONING_DISABLED;CONFIG_HEAP_POISONING_LIGHT;CONFIG_HEAP_POISONING_COMPREHENSIVE;CONFIG_HEAP_TRACING_OFF;CONFIG_HEAP_TRACING_STANDALONE;CONFIG_HEAP_TRACING_TOHOST;CONFIG_JSMN_PARENT_LINKS;CONFIG_JSMN_STRICT;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_LWIP_LOCAL_HOSTNAME;CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES;CONFIG_LWIP_L2_TO_L3_COPY;CONFIG_L2_TO_L3_COPY;CONFIG_LWIP_IRAM_OPTIMIZATION;CONFIG_LWIP_TIMERS_ONDEMAND;CONFIG_LWIP_MAX_SOCKETS;CONFIG_LWIP_USE_ONLY_LWIP_SELECT;CONFIG_USE_ONLY_LWIP_SELECT;CONFIG_LWIP_SO_REUSE;CONFIG_LWIP_SO_REUSE_RXTOALL;CONFIG_LWIP_SO_RCVBUF;CONFIG_LWIP_NETBUF_RECVINFO;CONFIG_LWIP_IP_FRAG;CONFIG_LWIP_IP_REASSEMBLY;CONFIG_LWIP_STATS;CONFIG_LWIP_ETHARP_TRUST_IP_MAC;CONFIG_LWIP_ESP_GRATUITOUS_ARP;CONFIG_ESP_GRATUITOUS_ARP;CONFIG_LWIP_GARP_TMR_INTERVAL;CONFIG_GARP_TMR_INTERVAL;CONFIG_LWIP_TCPIP_RECVMBOX_SIZE;CONFIG_TCPIP_RECVMBOX_SIZE;CONFIG_LWIP_DHCP_DOES_ARP_CHECK;CONFIG_LWIP_DHCP_RESTORE_LAST_IP;CONFIG_LWIP_DHCPS_LEASE_UNIT;CONFIG_LWIP_DHCPS_MAX_STATION_NUM;CONFIG_LWIP_AUTOIP;CONFIG_LWIP_IPV6_AUTOCONFIG;CONFIG_LWIP_NETIF_LOOPBACK;CONFIG_LWIP_LOOPBACK_MAX_PBUFS;CONFIG_LWIP_MAX_ACTIVE_TCP;CONFIG_LWIP_MAX_LISTENING_TCP;CONFIG_LWIP_TCP_MAXRTX;CONFIG_TCP_MAXRTX;CONFIG_LWIP_TCP_SYNMAXRTX;CONFIG_TCP_SYNMAXRTX;CONFIG_LWIP_TCP_MSS;CONFIG_TCP_MSS;CONFIG_LWIP_TCP_TMR_INTERVAL;CONFIG_LWIP_TCP_MSL;CONFIG_TCP_MSL;CONFIG_LWIP_TCP_SND_BUF_DEFAULT;CONFIG_TCP_SND_BUF_DEFAULT;CONFIG_LWIP_TCP_WND_DEFAULT;CONFIG_TCP_WND_DEFAULT;CONFIG_LWIP_TCP_RECVMBOX_SIZE;CONFIG_TCP_RECVMBOX_SIZE;CONFIG_LWIP_TCP_QUEUE_OOSEQ;CONFIG_TCP_QUEUE_OOSEQ;CONFIG_LWIP_TCP_SACK_OUT;CONFIG_LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES;CONFIG_ESP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES;CONFIG_LWIP_TCP_OVERSIZE_MSS;CONFIG_TCP_OVERSIZE_MSS;CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS;CONFIG_TCP_OVERSIZE_QUARTER_MSS;CONFIG_LWIP_TCP_OVERSIZE_DISABLE;CONFIG_TCP_OVERSIZE_DISABLE;CONFIG_LWIP_MAX_UDP_PCBS;CONFIG_LWIP_UDP_RECVMBOX_SIZE;CONFIG_UDP_RECVMBOX_SIZE;CONFIG_LWIP_TCPIP_TASK_STACK_SIZE;CONFIG_TCPIP_TASK_STACK_SIZE;CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0;CONFIG_TCPIP_TASK_AFFINITY_CPU0;CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1;CONFIG_TCPIP_TASK_AFFINITY_CPU1;CONFIG_LWIP_TCPIP_TASK_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY;CONFIG_LWIP_PPP_SUPPORT;CONFIG_PPP_SUPPORT;CONFIG_LWIP_MULTICAST_PING;CONFIG_LWIP_BROADCAST_PING;CONFIG_LWIP_MAX_RAW_PCBS;CONFIG_LWIP_DHCP_MAX_NTP_SERVERS;CONFIG_LWIP_SNTP_UPDATE_DELAY;CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC;CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC;CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC;CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN;CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN;CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN;CONFIG_MBEDTLS_DEBUG;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE;CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE;CONFIG_MBEDTLS_ECP_RESTARTABLE;CONFIG_MBEDTLS_CMAC_C;CONFIG_MBEDTLS_HARDWARE_AES;CONFIG_MBEDTLS_HARDWARE_MPI;CONFIG_MBEDTLS_HARDWARE_SHA;CONFIG_MBEDTLS_HAVE_TIME;CONFIG_MBEDTLS_HAVE_TIME_DATE;CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT;CONFIG_MBEDTLS_TLS_SERVER_ONLY;CONFIG_MBEDTLS_TLS_CLIENT_ONLY;CONFIG_MBEDTLS_TLS_DISABLED;CONFIG_MBEDTLS_TLS_SERVER;CONFIG_MBEDTLS_TLS_CLIENT;CONFIG_MBEDTLS_TLS_ENABLED;CONFIG_MBEDTLS_PSK_MODES;CONFIG_MBEDTLS_KEY_EXCHANGE_PSK;CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_PSK;CONFIG_MBEDTLS_KEY_EXCHANGE_RSA_PSK;CONFIG_MBEDTLS_KEY_EXCHANGE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA;CONFIG_MBEDTLS_SSL_RENEGOTIATION;CONFIG_MBEDTLS_SSL_PROTO_SSL3;CONFIG_MBEDTLS_SSL_PROTO_TLS1;CONFIG_MBEDTLS_SSL_PROTO_TLS1_1;CONFIG_MBEDTLS_SSL_PROTO_TLS1_2;CONFIG_MBEDTLS_SSL_PROTO_DTLS;CONFIG_MBEDTLS_SSL_ALPN;CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_AES_C;CONFIG_MBEDTLS_CAMELLIA_C;CONFIG_MBEDTLS_DES_C;CONFIG_MBEDTLS_RC4_DISABLED;CONFIG_MBEDTLS_RC4_ENABLED_NO_DEFAULT;CONFIG_MBEDTLS_RC4_ENABLED;CONFIG_MBEDTLS_BLOWFISH_C;CONFIG_MBEDTLS_XTEA_C;CONFIG_MBEDTLS_CCM_C;CONFIG_MBEDTLS_GCM_C;CONFIG_MBEDTLS_RIPEMD160_C;CONFIG_MBEDTLS_PEM_PARSE_C;CONFIG_MBEDTLS_PEM_WRITE_C;CONFIG_MBEDTLS_X509_CRL_PARSE_C;CONFIG_MBEDTLS_X509_CSR_PARSE_C;CONFIG_MBEDTLS_ECP_C;CONFIG_MBEDTLS_ECDH_C;CONFIG_MBEDTLS_ECDSA_C;CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED;CONFIG_MBEDTLS_ECP_NIST_OPTIM;CONFIG_MBEDTLS_SECURITY_RISKS;CONFIG_MDNS_MAX_SERVICES;CONFIG_MDNS_TASK_PRIORITY;CONFIG_MDNS_TASK_AFFINITY_NO_AFFINITY;CONFIG_MDNS_TASK_AFFINITY_CPU0;CONFIG_MDNS_TASK_AFFINITY_CPU1;CONFIG_MDNS_TASK_AFFINITY;CONFIG_MDNS_SERVICE_ADD_TIMEOUT_MS;CONFIG_MDNS_TIMER_PERIOD_MS;CONFIG_MQTT_PROTOCOL_311;CONFIG_MQTT_TRANSPORT_SSL;CONFIG_MQTT_TRANSPORT_WEBSOCKET;CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE;CONFIG_MQTT_USE_CUSTOM_CONFIG;CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED;CONFIG_MQTT_CUSTOM_OUTBOX;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR;CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDIN_LINE_ENDING_LF;CONFIG_NEWLIB_STDIN_LINE_ENDING_CR;CONFIG_NEWLIB_NANO_FORMAT;CONFIG_OPENSSL_DEBUG;CONFIG_OPENSSL_ASSERT_DO_NOTHING;CONFIG_OPENSSL_ASSERT_EXIT;CONFIG_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_PTHREAD_STACK_MIN;CONFIG_ESP32_PTHREAD_STACK_MIN;CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY;CONFIG_PTHREAD_DEFAULT_CORE_0;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0;CONFIG_PTHREAD_DEFAULT_CORE_1;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1;CONFIG_PTHREAD_TASK_CORE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT;CONFIG_PTHREAD_TASK_NAME_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_USE_LEGACY_IMPL;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_SPIFFS_MAX_PARTITIONS;CONFIG_SPIFFS_CACHE;CONFIG_SPIFFS_CACHE_WR;CONFIG_SPIFFS_CACHE_STATS;CONFIG_SPIFFS_PAGE_CHECK;CONFIG_SPIFFS_GC_MAX_RUNS;CONFIG_SPIFFS_GC_STATS;CONFIG_SPIFFS_PAGE_SIZE;CONFIG_SPIFFS_OBJ_NAME_LEN;CONFIG_SPIFFS_FOLLOW_SYMLINKS;CONFIG_SPIFFS_USE_MAGIC;CONFIG_SPIFFS_USE_MAGIC_LENGTH;CONFIG_SPIFFS_META_LENGTH;CONFIG_SPIFFS_USE_MTIME;CONFIG_SPIFFS_DBG;CONFIG_SPIFFS_API_DBG;CONFIG_SPIFFS_GC_DBG;CONFIG_SPIFFS_CACHE_DBG;CONFIG_SPIFFS_CHECK_DBG;CONFIG_SPIFFS_TEST_VISUALISATION;CONFIG_USB_DESC_CUSTOM_VID;CONFIG_USB_DESC_CUSTOM_PID;CONFIG_UNITY_ENABLE_FLOAT;CONFIG_UNITY_ENABLE_DOUBLE;CONFIG_UNITY_ENABLE_COLOR;CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER;CONFIG_UNITY_ENABLE_FIXTURE;CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL;CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_VFS_SUPPORT_TERMIOS;CONFIG_SUPPORT_TERMIOS;CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS;CONFIG_SEMIHOSTFS_HOST_PATH_MAX_LEN;CONFIG_WL_SECTOR_SIZE_512;CONFIG_WL_SECTOR_SIZE_4096;CONFIG_WL_SECTOR_SIZE;CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES;CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT;CONFIG_WPA_MBEDTLS_CRYPTO;CONFIG_WPA_DEBUG_PRINT;CONFIG_LEGACY_INCLUDE_COMMON_HEADERS) # List of deprecated options for backward compatibility set(CONFIG_TOOLPREFIX "xtensa-esp32-elf-") set(CONFIG_LOG_BOOTLOADER_LEVEL_NONE "") @@ -694,6 +668,8 @@ set(CONFIG_CONSOLE_UART_DEFAULT "y") set(CONFIG_CONSOLE_UART_CUSTOM "") set(CONFIG_CONSOLE_UART_NONE "") set(CONFIG_CONSOLE_UART_NUM "0") +set(CONFIG_CONSOLE_UART_TX_GPIO "1") +set(CONFIG_CONSOLE_UART_RX_GPIO "3") set(CONFIG_CONSOLE_UART_BAUDRATE "115200") set(CONFIG_INT_WDT "y") set(CONFIG_INT_WDT_TIMEOUT_MS "300") @@ -706,6 +682,10 @@ set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 "y") set(CONFIG_EVENT_LOOP_PROFILING "") set(CONFIG_POST_EVENTS_FROM_ISR "y") set(CONFIG_POST_EVENTS_FROM_IRAM_ISR "y") +set(CONFIG_ESP32S2_PANIC_PRINT_HALT "") +set(CONFIG_ESP32S2_PANIC_PRINT_REBOOT "y") +set(CONFIG_ESP32S2_PANIC_SILENT_REBOOT "") +set(CONFIG_ESP32S2_PANIC_GDBSTUB "") set(CONFIG_TIMER_TASK_STACK_SIZE "3584") set(CONFIG_MB_MASTER_TIMEOUT_MS_RESPOND "150") set(CONFIG_MB_MASTER_DELAY_MS_CONVERT "200") diff --git a/build/config/sdkconfig.h b/build/config/sdkconfig.h index dde5598..b9a5745 100644 --- a/build/config/sdkconfig.h +++ b/build/config/sdkconfig.h @@ -13,6 +13,7 @@ #define CONFIG_APP_BUILD_BOOTLOADER 1 #define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1 #define CONFIG_APP_COMPILE_TIME_DATE 1 +#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1 #define CONFIG_BOOTLOADER_LOG_LEVEL_WARN 1 #define CONFIG_BOOTLOADER_LOG_LEVEL 2 #define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1 @@ -70,7 +71,6 @@ #define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR 1 #define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES 4 #define CONFIG_ESP32_ULP_COPROC_RESERVE_MEM 0 -#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1 #define CONFIG_ESP32_DEBUG_OCDAWARE 1 #define CONFIG_ESP32_BROWNOUT_DET 1 #define CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 1 @@ -95,6 +95,8 @@ #define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048 #define CONFIG_ESP_CONSOLE_UART_DEFAULT 1 #define CONFIG_ESP_CONSOLE_UART_NUM 0 +#define CONFIG_ESP_CONSOLE_UART_TX_GPIO 1 +#define CONFIG_ESP_CONSOLE_UART_RX_GPIO 3 #define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200 #define CONFIG_ESP_INT_WDT 1 #define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300 @@ -127,6 +129,7 @@ #define CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL 120 #define CONFIG_ESP_NETIF_TCPIP_LWIP 1 #define CONFIG_ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER 1 +#define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1 #define CONFIG_ESP_TIMER_TASK_STACK_SIZE 3584 #define CONFIG_ESP_TIMER_IMPL_TG0_LAC 1 #define CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM 10 @@ -237,6 +240,8 @@ #define CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN 1 #define CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN 16384 #define CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN 4096 +#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE 1 +#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL 1 #define CONFIG_MBEDTLS_HARDWARE_AES 1 #define CONFIG_MBEDTLS_HARDWARE_MPI 1 #define CONFIG_MBEDTLS_HARDWARE_SHA 1 @@ -323,6 +328,8 @@ #define CONFIG_SPIFFS_USE_MAGIC_LENGTH 1 #define CONFIG_SPIFFS_META_LENGTH 4 #define CONFIG_SPIFFS_USE_MTIME 1 +#define CONFIG_USB_DESC_CUSTOM_VID 0x1234 +#define CONFIG_USB_DESC_CUSTOM_PID 0x5678 #define CONFIG_UNITY_ENABLE_FLOAT 1 #define CONFIG_UNITY_ENABLE_DOUBLE 1 #define CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER 1 @@ -335,31 +342,6 @@ #define CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES 16 #define CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT 30 #define CONFIG_WPA_MBEDTLS_CRYPTO 1 -#define CONFIG_LVGL_PREDEFINED_DISPLAY_WROVER4 1 -#define CONFIG_LVGL_TFT_DISPLAY_SPI_HSPI 1 -#define CONFIG_LVGL_DISPLAY_WIDTH 320 -#define CONFIG_LVGL_DISPLAY_HEIGHT 240 -#define CONFIG_LVGL_DISP_SPI_MOSI 13 -#define CONFIG_LVGL_DISP_SPI_CLK 14 -#define CONFIG_LVGL_DISP_SPI_CS 15 -#define CONFIG_LVGL_DISP_PIN_DC 2 -#define CONFIG_LVGL_DISP_PIN_RST 4 -#define CONFIG_LVGL_DISP_PIN_BCKL 21 -#define CONFIG_LVGL_TOUCH_SPI_MISO 19 -#define CONFIG_LVGL_TOUCH_SPI_MOSI 23 -#define CONFIG_LVGL_TOUCH_SPI_CLK 18 -#define CONFIG_LVGL_TOUCH_SPI_CS 5 -#define CONFIG_LVGL_TOUCH_PIN_IRQ 25 -#define CONFIG_LVGL_TOUCH_I2C_SDA 21 -#define CONFIG_LVGL_TOUCH_I2C_SCL 22 -#define CONFIG_LVGL_TOUCH_X_MIN 200 -#define CONFIG_LVGL_TOUCH_Y_MIN 120 -#define CONFIG_LVGL_TOUCH_X_MAX 1900 -#define CONFIG_LVGL_TOUCH_Y_MAX 1900 -#define CONFIG_LVGL_TOUCH_INVERT_X 1 -#define CONFIG_LVGL_TOUCH_INVERT_Y 1 -#define CONFIG_LVGL_FT6X36_SWAPXY 1 -#define CONFIG_LVGL_FT6X36_INVERT_Y 1 /* List of deprecated options */ #define CONFIG_ADC2_DISABLE_DAC CONFIG_ADC_DISABLE_DAC @@ -368,8 +350,12 @@ #define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT #define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE #define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT +#define CONFIG_CONSOLE_UART_RX_GPIO CONFIG_ESP_CONSOLE_UART_RX_GPIO +#define CONFIG_CONSOLE_UART_TX_GPIO CONFIG_ESP_CONSOLE_UART_TX_GPIO +#define CONFIG_ESP32S2_PANIC_PRINT_REBOOT CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT #define CONFIG_ESP32_APPTRACE_DEST_NONE CONFIG_APPTRACE_DEST_NONE #define CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY +#define CONFIG_ESP32_PANIC_PRINT_REBOOT CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT #define CONFIG_ESP32_PTHREAD_STACK_MIN CONFIG_PTHREAD_STACK_MIN #define CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT CONFIG_PTHREAD_TASK_NAME_DEFAULT #define CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT CONFIG_PTHREAD_TASK_PRIO_DEFAULT diff --git a/build/config/sdkconfig.json b/build/config/sdkconfig.json index e82053b..ab341d5 100644 --- a/build/config/sdkconfig.json +++ b/build/config/sdkconfig.json @@ -1,606 +1,590 @@ { - "ADC_CAL_EFUSE_TP_ENABLE": true, - "ADC_CAL_EFUSE_VREF_ENABLE": true, - "ADC_CAL_LUT_ENABLE": true, - "ADC_DISABLE_DAC": true, - "ADC_FORCE_XPD_FSM": false, - "APPTRACE_DEST_NONE": true, - "APPTRACE_DEST_TRAX": false, - "APPTRACE_LOCK_ENABLE": true, - "APP_BUILD_BOOTLOADER": true, - "APP_BUILD_GENERATE_BINARIES": true, - "APP_BUILD_TYPE_APP_2NDBOOT": true, - "APP_BUILD_TYPE_ELF_RAM": false, - "APP_BUILD_USE_FLASH_SECTIONS": true, - "APP_COMPILE_TIME_DATE": true, - "APP_EXCLUDE_PROJECT_NAME_VAR": false, - "APP_EXCLUDE_PROJECT_VER_VAR": false, - "APP_PROJECT_VER_FROM_CONFIG": false, - "BOOTLOADER_APP_ROLLBACK_ENABLE": false, - "BOOTLOADER_APP_TEST": false, - "BOOTLOADER_CUSTOM_RESERVE_RTC": false, - "BOOTLOADER_FACTORY_RESET": false, - "BOOTLOADER_LOG_LEVEL": 2, - "BOOTLOADER_LOG_LEVEL_DEBUG": false, - "BOOTLOADER_LOG_LEVEL_ERROR": false, - "BOOTLOADER_LOG_LEVEL_INFO": false, - "BOOTLOADER_LOG_LEVEL_NONE": false, - "BOOTLOADER_LOG_LEVEL_VERBOSE": false, - "BOOTLOADER_LOG_LEVEL_WARN": true, - "BOOTLOADER_RESERVE_RTC_SIZE": 0, - "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false, - "BOOTLOADER_VDDSDIO_BOOST_1_8V": false, - "BOOTLOADER_VDDSDIO_BOOST_1_9V": true, - "BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false, - "BOOTLOADER_WDT_ENABLE": true, - "BOOTLOADER_WDT_TIME_MS": 9000, - "BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF": 1, - "BTDM_CTRL_BLE_MAX_CONN_EFF": 0, - "BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF": 0, - "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF": 0, - "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF": 0, - "BTDM_CTRL_PINNED_TO_CORE": 0, - "BT_ENABLED": false, - "BT_RESERVE_DRAM": 0, - "COAP_LOG_DEFAULT_LEVEL": 0, - "COAP_MBEDTLS_DEBUG": false, - "COAP_MBEDTLS_PKI": false, - "COAP_MBEDTLS_PSK": true, - "COMPILER_CXX_EXCEPTIONS": false, - "COMPILER_CXX_RTTI": false, - "COMPILER_DISABLE_GCC8_WARNINGS": false, - "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false, - "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true, - "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false, - "COMPILER_OPTIMIZATION_DEFAULT": true, - "COMPILER_OPTIMIZATION_NONE": false, - "COMPILER_OPTIMIZATION_PERF": false, - "COMPILER_OPTIMIZATION_SIZE": false, - "COMPILER_STACK_CHECK_MODE_ALL": false, - "COMPILER_STACK_CHECK_MODE_NONE": true, - "COMPILER_STACK_CHECK_MODE_NORM": false, - "COMPILER_STACK_CHECK_MODE_STRONG": false, - "COMPILER_WARN_WRITE_STRINGS": false, - "EFUSE_CODE_SCHEME_COMPAT_3_4": true, - "EFUSE_CODE_SCHEME_COMPAT_NONE": false, - "EFUSE_CODE_SCHEME_COMPAT_REPEAT": false, - "EFUSE_CUSTOM_TABLE": false, - "EFUSE_MAX_BLK_LEN": 192, - "EFUSE_VIRTUAL": false, - "ESP32_BROWNOUT_DET": true, - "ESP32_BROWNOUT_DET_LVL": 0, - "ESP32_BROWNOUT_DET_LVL_SEL_0": true, - "ESP32_BROWNOUT_DET_LVL_SEL_1": false, - "ESP32_BROWNOUT_DET_LVL_SEL_2": false, - "ESP32_BROWNOUT_DET_LVL_SEL_3": false, - "ESP32_BROWNOUT_DET_LVL_SEL_4": false, - "ESP32_BROWNOUT_DET_LVL_SEL_5": false, - "ESP32_BROWNOUT_DET_LVL_SEL_6": false, - "ESP32_BROWNOUT_DET_LVL_SEL_7": false, - "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS": false, - "ESP32_DEBUG_OCDAWARE": true, - "ESP32_DEEP_SLEEP_WAKEUP_DELAY": 2000, - "ESP32_DEFAULT_CPU_FREQ_160": true, - "ESP32_DEFAULT_CPU_FREQ_240": false, - "ESP32_DEFAULT_CPU_FREQ_80": false, - "ESP32_DEFAULT_CPU_FREQ_MHZ": 160, - "ESP32_DISABLE_BASIC_ROM_CONSOLE": false, - "ESP32_DPORT_DIS_INTERRUPT_LVL": 5, - "ESP32_DPORT_WORKAROUND": true, - "ESP32_ENABLE_COREDUMP_TO_FLASH": false, - "ESP32_ENABLE_COREDUMP_TO_NONE": true, - "ESP32_ENABLE_COREDUMP_TO_UART": false, - "ESP32_NO_BLOBS": false, - "ESP32_PANIC_GDBSTUB": false, - "ESP32_PANIC_PRINT_HALT": false, - "ESP32_PANIC_PRINT_REBOOT": true, - "ESP32_PANIC_SILENT_REBOOT": false, - "ESP32_PHY_CALIBRATION_AND_DATA_STORAGE": true, - "ESP32_PHY_INIT_DATA_IN_PARTITION": false, - "ESP32_PHY_MAX_TX_POWER": 20, - "ESP32_PHY_MAX_WIFI_TX_POWER": 20, - "ESP32_REDUCE_PHY_TX_POWER": true, - "ESP32_REV_MIN": 0, - "ESP32_REV_MIN_0": true, - "ESP32_REV_MIN_1": false, - "ESP32_REV_MIN_2": false, - "ESP32_REV_MIN_3": false, - "ESP32_RTC_CLK_CAL_CYCLES": 1024, - "ESP32_RTC_CLK_SRC_EXT_CRYS": false, - "ESP32_RTC_CLK_SRC_EXT_OSC": false, - "ESP32_RTC_CLK_SRC_INT_8MD256": false, - "ESP32_RTC_CLK_SRC_INT_RC": true, - "ESP32_SPIRAM_SUPPORT": false, - "ESP32_TIME_SYSCALL_USE_FRC1": false, - "ESP32_TIME_SYSCALL_USE_NONE": false, - "ESP32_TIME_SYSCALL_USE_RTC": false, - "ESP32_TIME_SYSCALL_USE_RTC_FRC1": true, - "ESP32_TRACEMEM_RESERVE_DRAM": 0, - "ESP32_TRAX": false, - "ESP32_ULP_COPROC_ENABLED": false, - "ESP32_ULP_COPROC_RESERVE_MEM": 0, - "ESP32_UNIVERSAL_MAC_ADDRESSES": 4, - "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR": true, - "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO": false, - "ESP32_USE_FIXED_STATIC_RAM_SIZE": false, - "ESP32_WIFI_AMPDU_RX_ENABLED": true, - "ESP32_WIFI_AMPDU_TX_ENABLED": true, - "ESP32_WIFI_CSI_ENABLED": false, - "ESP32_WIFI_DEBUG_LOG_ENABLE": false, - "ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM": 32, - "ESP32_WIFI_DYNAMIC_TX_BUFFER": true, - "ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM": 32, - "ESP32_WIFI_ENABLE_WPA3_SAE": false, - "ESP32_WIFI_IRAM_OPT": true, - "ESP32_WIFI_MGMT_SBUF_NUM": 32, - "ESP32_WIFI_NVS_ENABLED": true, - "ESP32_WIFI_RX_BA_WIN": 6, - "ESP32_WIFI_RX_IRAM_OPT": true, - "ESP32_WIFI_SOFTAP_BEACON_MAX_LEN": 752, - "ESP32_WIFI_STATIC_RX_BUFFER_NUM": 10, - "ESP32_WIFI_STATIC_TX_BUFFER": false, - "ESP32_WIFI_TASK_PINNED_TO_CORE_0": true, - "ESP32_WIFI_TASK_PINNED_TO_CORE_1": false, - "ESP32_WIFI_TX_BA_WIN": 6, - "ESP32_WIFI_TX_BUFFER_TYPE": 1, - "ESP32_XTAL_FREQ": 40, - "ESP32_XTAL_FREQ_26": false, - "ESP32_XTAL_FREQ_40": true, - "ESP32_XTAL_FREQ_AUTO": false, - "ESPTOOLPY_AFTER": "hard_reset", - "ESPTOOLPY_AFTER_NORESET": false, - "ESPTOOLPY_AFTER_RESET": true, - "ESPTOOLPY_BAUD_OTHER_VAL": 115200, - "ESPTOOLPY_BEFORE": "default_reset", - "ESPTOOLPY_BEFORE_NORESET": false, - "ESPTOOLPY_BEFORE_RESET": true, - "ESPTOOLPY_FLASHFREQ": "40m", - "ESPTOOLPY_FLASHFREQ_20M": false, - "ESPTOOLPY_FLASHFREQ_26M": false, - "ESPTOOLPY_FLASHFREQ_40M": true, - "ESPTOOLPY_FLASHFREQ_80M": false, - "ESPTOOLPY_FLASHMODE": "dio", - "ESPTOOLPY_FLASHMODE_DIO": true, - "ESPTOOLPY_FLASHMODE_DOUT": false, - "ESPTOOLPY_FLASHMODE_QIO": false, - "ESPTOOLPY_FLASHMODE_QOUT": false, - "ESPTOOLPY_FLASHSIZE": "4MB", - "ESPTOOLPY_FLASHSIZE_16MB": false, - "ESPTOOLPY_FLASHSIZE_1MB": false, - "ESPTOOLPY_FLASHSIZE_2MB": false, - "ESPTOOLPY_FLASHSIZE_4MB": true, - "ESPTOOLPY_FLASHSIZE_8MB": false, - "ESPTOOLPY_FLASHSIZE_DETECT": true, - "ESPTOOLPY_MONITOR_BAUD": 115200, - "ESPTOOLPY_MONITOR_BAUD_115200B": true, - "ESPTOOLPY_MONITOR_BAUD_230400B": false, - "ESPTOOLPY_MONITOR_BAUD_2MB": false, - "ESPTOOLPY_MONITOR_BAUD_57600B": false, - "ESPTOOLPY_MONITOR_BAUD_921600B": false, - "ESPTOOLPY_MONITOR_BAUD_9600B": false, - "ESPTOOLPY_MONITOR_BAUD_OTHER": false, - "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL": 115200, - "ESP_CONSOLE_UART_BAUDRATE": 115200, - "ESP_CONSOLE_UART_CUSTOM": false, - "ESP_CONSOLE_UART_DEFAULT": true, - "ESP_CONSOLE_UART_NONE": false, - "ESP_CONSOLE_UART_NUM": 0, - "ESP_ERR_TO_NAME_LOOKUP": true, - "ESP_EVENT_LOOP_PROFILING": false, - "ESP_EVENT_POST_FROM_IRAM_ISR": true, - "ESP_EVENT_POST_FROM_ISR": true, - "ESP_HTTPS_SERVER_ENABLE": true, - "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH": false, - "ESP_HTTP_CLIENT_ENABLE_HTTPS": true, - "ESP_INT_WDT": true, - "ESP_INT_WDT_CHECK_CPU1": true, - "ESP_INT_WDT_TIMEOUT_MS": 300, - "ESP_IPC_TASK_STACK_SIZE": 1024, - "ESP_IPC_USES_CALLERS_PRIORITY": true, - "ESP_MAC_ADDR_UNIVERSE_BT": true, - "ESP_MAC_ADDR_UNIVERSE_ETH": true, - "ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true, - "ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true, - "ESP_MAIN_TASK_STACK_SIZE": 7168, - "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, - "ESP_NETIF_IP_LOST_TIMER_INTERVAL": 120, - "ESP_NETIF_LOOPBACK": false, - "ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER": true, - "ESP_NETIF_TCPIP_LWIP": true, - "ESP_PANIC_HANDLER_IRAM": false, - "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, - "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, - "ESP_TASK_WDT": true, - "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true, - "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1": true, - "ESP_TASK_WDT_PANIC": false, - "ESP_TASK_WDT_TIMEOUT_S": 5, - "ESP_TIMER_IMPL_FRC2": false, - "ESP_TIMER_IMPL_TG0_LAC": true, - "ESP_TIMER_PROFILING": false, - "ESP_TIMER_TASK_STACK_SIZE": 3584, - "ESP_TLS_PSK_VERIFICATION": false, - "ESP_TLS_SERVER": true, - "ESP_TLS_USING_MBEDTLS": true, - "ETH_DMA_BUFFER_SIZE": 512, - "ETH_DMA_RX_BUFFER_NUM": 10, - "ETH_DMA_TX_BUFFER_NUM": 10, - "ETH_ENABLED": true, - "ETH_PHY_INTERFACE_MII": false, - "ETH_PHY_INTERFACE_RMII": true, - "ETH_RMII_CLK_INPUT": true, - "ETH_RMII_CLK_IN_GPIO": 0, - "ETH_RMII_CLK_OUTPUT": false, - "ETH_SPI_ETHERNET_DM9051": false, - "ETH_USE_ESP32_EMAC": true, - "ETH_USE_OPENETH": false, - "ETH_USE_SPI_ETHERNET": true, - "FATFS_CODEPAGE": 437, - "FATFS_CODEPAGE_437": true, - "FATFS_CODEPAGE_720": false, - "FATFS_CODEPAGE_737": false, - "FATFS_CODEPAGE_771": false, - "FATFS_CODEPAGE_775": false, - "FATFS_CODEPAGE_850": false, - "FATFS_CODEPAGE_852": false, - "FATFS_CODEPAGE_855": false, - "FATFS_CODEPAGE_857": false, - "FATFS_CODEPAGE_860": false, - "FATFS_CODEPAGE_861": false, - "FATFS_CODEPAGE_862": false, - "FATFS_CODEPAGE_863": false, - "FATFS_CODEPAGE_864": false, - "FATFS_CODEPAGE_865": false, - "FATFS_CODEPAGE_866": false, - "FATFS_CODEPAGE_869": false, - "FATFS_CODEPAGE_932": false, - "FATFS_CODEPAGE_936": false, - "FATFS_CODEPAGE_949": false, - "FATFS_CODEPAGE_950": false, - "FATFS_CODEPAGE_DYNAMIC": false, - "FATFS_FS_LOCK": 0, - "FATFS_LFN_HEAP": false, - "FATFS_LFN_NONE": true, - "FATFS_LFN_STACK": false, - "FATFS_PER_FILE_CACHE": true, - "FATFS_TIMEOUT_MS": 10000, - "FMB_COMM_MODE_ASCII_EN": true, - "FMB_COMM_MODE_RTU_EN": true, - "FMB_CONTROLLER_NOTIFY_QUEUE_SIZE": 20, - "FMB_CONTROLLER_NOTIFY_TIMEOUT": 20, - "FMB_CONTROLLER_SLAVE_ID_SUPPORT": false, - "FMB_CONTROLLER_STACK_SIZE": 4096, - "FMB_EVENT_QUEUE_TIMEOUT": 20, - "FMB_MASTER_DELAY_MS_CONVERT": 200, - "FMB_MASTER_TIMEOUT_MS_RESPOND": 150, - "FMB_QUEUE_LENGTH": 20, - "FMB_SERIAL_ASCII_BITS_PER_SYMB": 8, - "FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS": 1000, - "FMB_SERIAL_BUF_SIZE": 256, - "FMB_SERIAL_TASK_PRIO": 10, - "FMB_SERIAL_TASK_STACK_SIZE": 2048, - "FMB_TIMER_GROUP": 0, - "FMB_TIMER_INDEX": 0, - "FMB_TIMER_ISR_IN_IRAM": false, - "FMB_TIMER_PORT_ENABLED": true, - "FREERTOS_ASSERT_DISABLE": false, - "FREERTOS_ASSERT_FAIL_ABORT": false, - "FREERTOS_ASSERT_FAIL_PRINT_CONTINUE": true, - "FREERTOS_ASSERT_ON_UNTESTED_FUNCTION": true, - "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER": true, - "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE": false, - "FREERTOS_CHECK_STACKOVERFLOW_CANARY": true, - "FREERTOS_CHECK_STACKOVERFLOW_NONE": false, - "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL": false, - "FREERTOS_CORETIMER_0": true, - "FREERTOS_CORETIMER_1": false, - "FREERTOS_DEBUG_OCDAWARE": true, - "FREERTOS_FPU_IN_ISR": false, - "FREERTOS_GENERATE_RUN_TIME_STATS": false, - "FREERTOS_HZ": 100, - "FREERTOS_IDLE_TASK_STACKSIZE": 1536, - "FREERTOS_INTERRUPT_BACKTRACE": true, - "FREERTOS_ISR_STACKSIZE": 1536, - "FREERTOS_LEGACY_HOOKS": false, - "FREERTOS_MAX_TASK_NAME_LEN": 16, - "FREERTOS_NO_AFFINITY": 2147483647, - "FREERTOS_QUEUE_REGISTRY_SIZE": 0, - "FREERTOS_SUPPORT_STATIC_ALLOCATION": false, - "FREERTOS_TASK_FUNCTION_WRAPPER": true, - "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1, - "FREERTOS_TIMER_QUEUE_LENGTH": 10, - "FREERTOS_TIMER_TASK_PRIORITY": 1, - "FREERTOS_TIMER_TASK_STACK_DEPTH": 2048, - "FREERTOS_UNICORE": false, - "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS": true, - "FREERTOS_USE_TRACE_FACILITY": true, - "FREERTOS_VTASKLIST_INCLUDE_COREID": false, - "FREERTOS_WATCHPOINT_END_OF_STACK": true, - "HEAP_POISONING_COMPREHENSIVE": false, - "HEAP_POISONING_DISABLED": true, - "HEAP_POISONING_LIGHT": false, - "HEAP_TRACING_OFF": true, - "HEAP_TRACING_STANDALONE": false, - "HEAP_TRACING_TOHOST": false, - "HTTPD_ERR_RESP_NO_DELAY": true, - "HTTPD_LOG_PURGE_DATA": false, - "HTTPD_MAX_REQ_HDR_LEN": 1024, - "HTTPD_MAX_URI_LEN": 512, - "HTTPD_PURGE_BUF_LEN": 32, - "IDF_CMAKE": true, - "IDF_FIRMWARE_CHIP_ID": 0, - "IDF_TARGET": "esp32", - "IDF_TARGET_ESP32": true, - "JSMN_PARENT_LINKS": false, - "JSMN_STRICT": false, - "LEGACY_INCLUDE_COMMON_HEADERS": false, - "LOG_COLORS": true, - "LOG_DEFAULT_LEVEL": 3, - "LOG_DEFAULT_LEVEL_DEBUG": false, - "LOG_DEFAULT_LEVEL_ERROR": false, - "LOG_DEFAULT_LEVEL_INFO": true, - "LOG_DEFAULT_LEVEL_NONE": false, - "LOG_DEFAULT_LEVEL_VERBOSE": false, - "LOG_DEFAULT_LEVEL_WARN": false, - "LOG_TIMESTAMP_SOURCE_RTOS": true, - "LOG_TIMESTAMP_SOURCE_SYSTEM": false, - "LVGL_DISPLAY_HEIGHT": 240, - "LVGL_DISPLAY_WIDTH": 320, - "LVGL_DISP_PIN_BCKL": 21, - "LVGL_DISP_PIN_DC": 2, - "LVGL_DISP_PIN_RST": 4, - "LVGL_DISP_SPI_CLK": 14, - "LVGL_DISP_SPI_CS": 15, - "LVGL_DISP_SPI_MOSI": 13, - "LVGL_ENABLE_BACKLIGHT_CONTROL": false, - "LVGL_FT6X36_INVERT_Y": true, - "LVGL_FT6X36_SWAPXY": true, - "LVGL_PREDEFINED_DISPLAY_ADA_FEATHERWING": false, - "LVGL_PREDEFINED_DISPLAY_ERTFT0356": false, - "LVGL_PREDEFINED_DISPLAY_M5STACK": false, - "LVGL_PREDEFINED_DISPLAY_NONE": false, - "LVGL_PREDEFINED_DISPLAY_WROVER4": true, - "LVGL_TFT_DISPLAY_SPI_HSPI": true, - "LVGL_TFT_DISPLAY_SPI_VSPI": false, - "LVGL_TOUCH_I2C_SCL": 22, - "LVGL_TOUCH_I2C_SDA": 21, - "LVGL_TOUCH_INVERT_X": true, - "LVGL_TOUCH_INVERT_Y": true, - "LVGL_TOUCH_PIN_IRQ": 25, - "LVGL_TOUCH_SPI_CLK": 18, - "LVGL_TOUCH_SPI_CS": 5, - "LVGL_TOUCH_SPI_MISO": 19, - "LVGL_TOUCH_SPI_MOSI": 23, - "LVGL_TOUCH_X_MAX": 1900, - "LVGL_TOUCH_X_MIN": 200, - "LVGL_TOUCH_Y_MAX": 1900, - "LVGL_TOUCH_Y_MIN": 120, - "LWIP_AUTOIP": false, - "LWIP_BROADCAST_PING": false, - "LWIP_DHCPS_LEASE_UNIT": 60, - "LWIP_DHCPS_MAX_STATION_NUM": 8, - "LWIP_DHCP_DOES_ARP_CHECK": true, - "LWIP_DHCP_MAX_NTP_SERVERS": 1, - "LWIP_DHCP_RESTORE_LAST_IP": false, - "LWIP_DNS_SUPPORT_MDNS_QUERIES": true, - "LWIP_ESP_GRATUITOUS_ARP": true, - "LWIP_ETHARP_TRUST_IP_MAC": false, - "LWIP_GARP_TMR_INTERVAL": 60, - "LWIP_IP_FRAG": true, - "LWIP_IP_REASSEMBLY": false, - "LWIP_IRAM_OPTIMIZATION": false, - "LWIP_L2_TO_L3_COPY": false, - "LWIP_LOCAL_HOSTNAME": "espressif", - "LWIP_LOOPBACK_MAX_PBUFS": 8, - "LWIP_MAX_ACTIVE_TCP": 16, - "LWIP_MAX_LISTENING_TCP": 16, - "LWIP_MAX_RAW_PCBS": 16, - "LWIP_MAX_SOCKETS": 10, - "LWIP_MAX_UDP_PCBS": 16, - "LWIP_MULTICAST_PING": false, - "LWIP_NETBUF_RECVINFO": false, - "LWIP_NETIF_LOOPBACK": true, - "LWIP_PPP_SUPPORT": false, - "LWIP_SNTP_UPDATE_DELAY": 3600000, - "LWIP_SO_RCVBUF": false, - "LWIP_SO_REUSE": true, - "LWIP_SO_REUSE_RXTOALL": true, - "LWIP_STATS": false, - "LWIP_TCPIP_RECVMBOX_SIZE": 32, - "LWIP_TCPIP_TASK_AFFINITY": 2147483647, - "LWIP_TCPIP_TASK_AFFINITY_CPU0": false, - "LWIP_TCPIP_TASK_AFFINITY_CPU1": false, - "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY": true, - "LWIP_TCPIP_TASK_STACK_SIZE": 3072, - "LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES": false, - "LWIP_TCP_MAXRTX": 12, - "LWIP_TCP_MSL": 60000, - "LWIP_TCP_MSS": 1440, - "LWIP_TCP_OVERSIZE_DISABLE": false, - "LWIP_TCP_OVERSIZE_MSS": true, - "LWIP_TCP_OVERSIZE_QUARTER_MSS": false, - "LWIP_TCP_QUEUE_OOSEQ": true, - "LWIP_TCP_RECVMBOX_SIZE": 6, - "LWIP_TCP_SACK_OUT": false, - "LWIP_TCP_SND_BUF_DEFAULT": 5744, - "LWIP_TCP_SYNMAXRTX": 6, - "LWIP_TCP_TMR_INTERVAL": 250, - "LWIP_TCP_WND_DEFAULT": 5744, - "LWIP_TIMERS_ONDEMAND": true, - "LWIP_UDP_RECVMBOX_SIZE": 6, - "LWIP_USE_ONLY_LWIP_SELECT": false, - "MBEDTLS_AES_C": true, - "MBEDTLS_ASYMMETRIC_CONTENT_LEN": true, - "MBEDTLS_BLOWFISH_C": false, - "MBEDTLS_CAMELLIA_C": false, - "MBEDTLS_CCM_C": true, - "MBEDTLS_CLIENT_SSL_SESSION_TICKETS": true, - "MBEDTLS_CMAC_C": false, - "MBEDTLS_CUSTOM_MEM_ALLOC": false, - "MBEDTLS_DEBUG": false, - "MBEDTLS_DEFAULT_MEM_ALLOC": false, - "MBEDTLS_DES_C": false, - "MBEDTLS_ECDH_C": true, - "MBEDTLS_ECDSA_C": true, - "MBEDTLS_ECP_C": true, - "MBEDTLS_ECP_DP_BP256R1_ENABLED": true, - "MBEDTLS_ECP_DP_BP384R1_ENABLED": true, - "MBEDTLS_ECP_DP_BP512R1_ENABLED": true, - "MBEDTLS_ECP_DP_CURVE25519_ENABLED": true, - "MBEDTLS_ECP_DP_SECP192K1_ENABLED": true, - "MBEDTLS_ECP_DP_SECP192R1_ENABLED": true, - "MBEDTLS_ECP_DP_SECP224K1_ENABLED": true, - "MBEDTLS_ECP_DP_SECP224R1_ENABLED": true, - "MBEDTLS_ECP_DP_SECP256K1_ENABLED": true, - "MBEDTLS_ECP_DP_SECP256R1_ENABLED": true, - "MBEDTLS_ECP_DP_SECP384R1_ENABLED": true, - "MBEDTLS_ECP_DP_SECP521R1_ENABLED": true, - "MBEDTLS_ECP_NIST_OPTIM": true, - "MBEDTLS_ECP_RESTARTABLE": false, - "MBEDTLS_GCM_C": true, - "MBEDTLS_HARDWARE_AES": true, - "MBEDTLS_HARDWARE_MPI": true, - "MBEDTLS_HARDWARE_SHA": true, - "MBEDTLS_HAVE_TIME": true, - "MBEDTLS_HAVE_TIME_DATE": false, - "MBEDTLS_INTERNAL_MEM_ALLOC": true, - "MBEDTLS_KEY_EXCHANGE_DHE_PSK": true, - "MBEDTLS_KEY_EXCHANGE_DHE_RSA": true, - "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA": true, - "MBEDTLS_KEY_EXCHANGE_ECDHE_PSK": true, - "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA": true, - "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA": true, - "MBEDTLS_KEY_EXCHANGE_ECDH_RSA": true, - "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE": true, - "MBEDTLS_KEY_EXCHANGE_PSK": true, - "MBEDTLS_KEY_EXCHANGE_RSA": true, - "MBEDTLS_KEY_EXCHANGE_RSA_PSK": true, - "MBEDTLS_PEM_PARSE_C": true, - "MBEDTLS_PEM_WRITE_C": true, - "MBEDTLS_PSK_MODES": true, - "MBEDTLS_RC4_DISABLED": true, - "MBEDTLS_RC4_ENABLED": false, - "MBEDTLS_RC4_ENABLED_NO_DEFAULT": false, - "MBEDTLS_RIPEMD160_C": false, - "MBEDTLS_SECURITY_RISKS": false, - "MBEDTLS_SERVER_SSL_SESSION_TICKETS": true, - "MBEDTLS_SSL_ALPN": true, - "MBEDTLS_SSL_IN_CONTENT_LEN": 16384, - "MBEDTLS_SSL_OUT_CONTENT_LEN": 4096, - "MBEDTLS_SSL_PROTO_DTLS": true, - "MBEDTLS_SSL_PROTO_SSL3": false, - "MBEDTLS_SSL_PROTO_TLS1": true, - "MBEDTLS_SSL_PROTO_TLS1_1": true, - "MBEDTLS_SSL_PROTO_TLS1_2": true, - "MBEDTLS_SSL_RENEGOTIATION": true, - "MBEDTLS_TLS_CLIENT": true, - "MBEDTLS_TLS_CLIENT_ONLY": false, - "MBEDTLS_TLS_DISABLED": false, - "MBEDTLS_TLS_ENABLED": true, - "MBEDTLS_TLS_SERVER": true, - "MBEDTLS_TLS_SERVER_AND_CLIENT": true, - "MBEDTLS_TLS_SERVER_ONLY": false, - "MBEDTLS_X509_CRL_PARSE_C": true, - "MBEDTLS_X509_CSR_PARSE_C": true, - "MBEDTLS_XTEA_C": false, - "MDNS_MAX_SERVICES": 10, - "MDNS_SERVICE_ADD_TIMEOUT_MS": 2000, - "MDNS_TASK_AFFINITY": 0, - "MDNS_TASK_AFFINITY_CPU0": true, - "MDNS_TASK_AFFINITY_CPU1": false, - "MDNS_TASK_AFFINITY_NO_AFFINITY": false, - "MDNS_TASK_PRIORITY": 1, - "MDNS_TIMER_PERIOD_MS": 100, - "MQTT_CUSTOM_OUTBOX": false, - "MQTT_PROTOCOL_311": true, - "MQTT_TASK_CORE_SELECTION_ENABLED": false, - "MQTT_TRANSPORT_SSL": true, - "MQTT_TRANSPORT_WEBSOCKET": true, - "MQTT_TRANSPORT_WEBSOCKET_SECURE": true, - "MQTT_USE_CUSTOM_CONFIG": false, - "NEWLIB_NANO_FORMAT": false, - "NEWLIB_STDIN_LINE_ENDING_CR": true, - "NEWLIB_STDIN_LINE_ENDING_CRLF": false, - "NEWLIB_STDIN_LINE_ENDING_LF": false, - "NEWLIB_STDOUT_LINE_ENDING_CR": false, - "NEWLIB_STDOUT_LINE_ENDING_CRLF": true, - "NEWLIB_STDOUT_LINE_ENDING_LF": false, - "OPENSSL_ASSERT_DO_NOTHING": false, - "OPENSSL_ASSERT_EXIT": true, - "OPENSSL_DEBUG": false, - "OTA_ALLOW_HTTP": false, - "PARTITION_TABLE_CUSTOM": true, - "PARTITION_TABLE_CUSTOM_FILENAME": "partitions_example.csv", - "PARTITION_TABLE_FILENAME": "partitions_example.csv", - "PARTITION_TABLE_MD5": true, - "PARTITION_TABLE_OFFSET": 32768, - "PARTITION_TABLE_SINGLE_APP": false, - "PARTITION_TABLE_TWO_OTA": false, - "PM_ENABLE": false, - "PTHREAD_DEFAULT_CORE_0": false, - "PTHREAD_DEFAULT_CORE_1": false, - "PTHREAD_DEFAULT_CORE_NO_AFFINITY": true, - "PTHREAD_STACK_MIN": 768, - "PTHREAD_TASK_CORE_DEFAULT": -1, - "PTHREAD_TASK_NAME_DEFAULT": "pthread", - "PTHREAD_TASK_PRIO_DEFAULT": 5, - "PTHREAD_TASK_STACK_SIZE_DEFAULT": 3072, - "RTCIO_SUPPORT_RTC_GPIO_DESC": false, - "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS": false, - "SDK_TOOLPREFIX": "xtensa-esp32-elf-", - "SECURE_BOOT_ENABLED": false, - "SECURE_FLASH_ENC_ENABLED": false, - "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, - "SEMIHOSTFS_HOST_PATH_MAX_LEN": 128, - "SEMIHOSTFS_MAX_MOUNT_POINTS": 1, - "SPIFFS_API_DBG": false, - "SPIFFS_CACHE": true, - "SPIFFS_CACHE_DBG": false, - "SPIFFS_CACHE_STATS": false, - "SPIFFS_CACHE_WR": true, - "SPIFFS_CHECK_DBG": false, - "SPIFFS_DBG": false, - "SPIFFS_FOLLOW_SYMLINKS": false, - "SPIFFS_GC_DBG": false, - "SPIFFS_GC_MAX_RUNS": 10, - "SPIFFS_GC_STATS": false, - "SPIFFS_MAX_PARTITIONS": 3, - "SPIFFS_META_LENGTH": 4, - "SPIFFS_OBJ_NAME_LEN": 32, - "SPIFFS_PAGE_CHECK": true, - "SPIFFS_PAGE_SIZE": 256, - "SPIFFS_TEST_VISUALISATION": false, - "SPIFFS_USE_MAGIC": true, - "SPIFFS_USE_MAGIC_LENGTH": true, - "SPIFFS_USE_MTIME": true, - "SPI_FLASH_DANGEROUS_WRITE_ABORTS": true, - "SPI_FLASH_DANGEROUS_WRITE_ALLOWED": false, - "SPI_FLASH_DANGEROUS_WRITE_FAILS": false, - "SPI_FLASH_ENABLE_COUNTERS": false, - "SPI_FLASH_ROM_DRIVER_PATCH": true, - "SPI_FLASH_SUPPORT_GD_CHIP": true, - "SPI_FLASH_SUPPORT_ISSI_CHIP": true, - "SPI_FLASH_USE_LEGACY_IMPL": false, - "SPI_FLASH_VERIFY_WRITE": false, - "SPI_MASTER_IN_IRAM": false, - "SPI_MASTER_ISR_IN_IRAM": true, - "SPI_SLAVE_IN_IRAM": false, - "SPI_SLAVE_ISR_IN_IRAM": true, - "STORE_HISTORY": true, - "UART_ISR_IN_IRAM": false, - "UNITY_ENABLE_BACKTRACE_ON_FAIL": false, - "UNITY_ENABLE_COLOR": false, - "UNITY_ENABLE_DOUBLE": true, - "UNITY_ENABLE_FIXTURE": false, - "UNITY_ENABLE_FLOAT": true, - "UNITY_ENABLE_IDF_TEST_RUNNER": true, - "VFS_SUPPORT_TERMIOS": true, - "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT": true, - "WIFI_PROV_AUTOSTOP_TIMEOUT": 30, - "WIFI_PROV_SCAN_MAX_ENTRIES": 16, - "WL_SECTOR_SIZE": 4096, - "WL_SECTOR_SIZE_4096": true, - "WL_SECTOR_SIZE_512": false, - "WPA_DEBUG_PRINT": false, + "ADC_CAL_EFUSE_TP_ENABLE": true, + "ADC_CAL_EFUSE_VREF_ENABLE": true, + "ADC_CAL_LUT_ENABLE": true, + "ADC_DISABLE_DAC": true, + "ADC_FORCE_XPD_FSM": false, + "APPTRACE_DEST_NONE": true, + "APPTRACE_DEST_TRAX": false, + "APPTRACE_LOCK_ENABLE": true, + "APP_BUILD_BOOTLOADER": true, + "APP_BUILD_GENERATE_BINARIES": true, + "APP_BUILD_TYPE_APP_2NDBOOT": true, + "APP_BUILD_TYPE_ELF_RAM": false, + "APP_BUILD_USE_FLASH_SECTIONS": true, + "APP_COMPILE_TIME_DATE": true, + "APP_EXCLUDE_PROJECT_NAME_VAR": false, + "APP_EXCLUDE_PROJECT_VER_VAR": false, + "APP_PROJECT_VER_FROM_CONFIG": false, + "BOOTLOADER_APP_ROLLBACK_ENABLE": false, + "BOOTLOADER_APP_TEST": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_NONE": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_PERF": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE": true, + "BOOTLOADER_CUSTOM_RESERVE_RTC": false, + "BOOTLOADER_FACTORY_RESET": false, + "BOOTLOADER_LOG_LEVEL": 2, + "BOOTLOADER_LOG_LEVEL_DEBUG": false, + "BOOTLOADER_LOG_LEVEL_ERROR": false, + "BOOTLOADER_LOG_LEVEL_INFO": false, + "BOOTLOADER_LOG_LEVEL_NONE": false, + "BOOTLOADER_LOG_LEVEL_VERBOSE": false, + "BOOTLOADER_LOG_LEVEL_WARN": true, + "BOOTLOADER_RESERVE_RTC_SIZE": 0, + "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false, + "BOOTLOADER_VDDSDIO_BOOST_1_8V": false, + "BOOTLOADER_VDDSDIO_BOOST_1_9V": true, + "BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false, + "BOOTLOADER_WDT_ENABLE": true, + "BOOTLOADER_WDT_TIME_MS": 9000, + "BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF": 1, + "BTDM_CTRL_BLE_MAX_CONN_EFF": 0, + "BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF": 0, + "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF": 0, + "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF": 0, + "BTDM_CTRL_PINNED_TO_CORE": 0, + "BT_ENABLED": false, + "BT_RESERVE_DRAM": 0, + "COAP_LOG_DEFAULT_LEVEL": 0, + "COAP_MBEDTLS_DEBUG": false, + "COAP_MBEDTLS_PKI": false, + "COAP_MBEDTLS_PSK": true, + "COMPILER_CXX_EXCEPTIONS": false, + "COMPILER_CXX_RTTI": false, + "COMPILER_DISABLE_GCC8_WARNINGS": false, + "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false, + "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true, + "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false, + "COMPILER_OPTIMIZATION_DEFAULT": true, + "COMPILER_OPTIMIZATION_NONE": false, + "COMPILER_OPTIMIZATION_PERF": false, + "COMPILER_OPTIMIZATION_SIZE": false, + "COMPILER_STACK_CHECK_MODE_ALL": false, + "COMPILER_STACK_CHECK_MODE_NONE": true, + "COMPILER_STACK_CHECK_MODE_NORM": false, + "COMPILER_STACK_CHECK_MODE_STRONG": false, + "COMPILER_WARN_WRITE_STRINGS": false, + "EFUSE_CODE_SCHEME_COMPAT_3_4": true, + "EFUSE_CODE_SCHEME_COMPAT_NONE": false, + "EFUSE_CODE_SCHEME_COMPAT_REPEAT": false, + "EFUSE_CUSTOM_TABLE": false, + "EFUSE_MAX_BLK_LEN": 192, + "EFUSE_VIRTUAL": false, + "ESP32_BROWNOUT_DET": true, + "ESP32_BROWNOUT_DET_LVL": 0, + "ESP32_BROWNOUT_DET_LVL_SEL_0": true, + "ESP32_BROWNOUT_DET_LVL_SEL_1": false, + "ESP32_BROWNOUT_DET_LVL_SEL_2": false, + "ESP32_BROWNOUT_DET_LVL_SEL_3": false, + "ESP32_BROWNOUT_DET_LVL_SEL_4": false, + "ESP32_BROWNOUT_DET_LVL_SEL_5": false, + "ESP32_BROWNOUT_DET_LVL_SEL_6": false, + "ESP32_BROWNOUT_DET_LVL_SEL_7": false, + "ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS": false, + "ESP32_DEBUG_OCDAWARE": true, + "ESP32_DEEP_SLEEP_WAKEUP_DELAY": 2000, + "ESP32_DEFAULT_CPU_FREQ_160": true, + "ESP32_DEFAULT_CPU_FREQ_240": false, + "ESP32_DEFAULT_CPU_FREQ_80": false, + "ESP32_DEFAULT_CPU_FREQ_MHZ": 160, + "ESP32_DISABLE_BASIC_ROM_CONSOLE": false, + "ESP32_DPORT_DIS_INTERRUPT_LVL": 5, + "ESP32_DPORT_WORKAROUND": true, + "ESP32_ENABLE_COREDUMP_TO_FLASH": false, + "ESP32_ENABLE_COREDUMP_TO_NONE": true, + "ESP32_ENABLE_COREDUMP_TO_UART": false, + "ESP32_NO_BLOBS": false, + "ESP32_PHY_CALIBRATION_AND_DATA_STORAGE": true, + "ESP32_PHY_INIT_DATA_IN_PARTITION": false, + "ESP32_PHY_MAX_TX_POWER": 20, + "ESP32_PHY_MAX_WIFI_TX_POWER": 20, + "ESP32_REDUCE_PHY_TX_POWER": true, + "ESP32_REV_MIN": 0, + "ESP32_REV_MIN_0": true, + "ESP32_REV_MIN_1": false, + "ESP32_REV_MIN_2": false, + "ESP32_REV_MIN_3": false, + "ESP32_RTC_CLK_CAL_CYCLES": 1024, + "ESP32_RTC_CLK_SRC_EXT_CRYS": false, + "ESP32_RTC_CLK_SRC_EXT_OSC": false, + "ESP32_RTC_CLK_SRC_INT_8MD256": false, + "ESP32_RTC_CLK_SRC_INT_RC": true, + "ESP32_SPIRAM_SUPPORT": false, + "ESP32_TIME_SYSCALL_USE_FRC1": false, + "ESP32_TIME_SYSCALL_USE_NONE": false, + "ESP32_TIME_SYSCALL_USE_RTC": false, + "ESP32_TIME_SYSCALL_USE_RTC_FRC1": true, + "ESP32_TRACEMEM_RESERVE_DRAM": 0, + "ESP32_TRAX": false, + "ESP32_ULP_COPROC_ENABLED": false, + "ESP32_ULP_COPROC_RESERVE_MEM": 0, + "ESP32_UNIVERSAL_MAC_ADDRESSES": 4, + "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO": false, + "ESP32_USE_FIXED_STATIC_RAM_SIZE": false, + "ESP32_WIFI_AMPDU_RX_ENABLED": true, + "ESP32_WIFI_AMPDU_TX_ENABLED": true, + "ESP32_WIFI_CSI_ENABLED": false, + "ESP32_WIFI_DEBUG_LOG_ENABLE": false, + "ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM": 32, + "ESP32_WIFI_DYNAMIC_TX_BUFFER": true, + "ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM": 32, + "ESP32_WIFI_ENABLE_WPA3_SAE": false, + "ESP32_WIFI_IRAM_OPT": true, + "ESP32_WIFI_MGMT_SBUF_NUM": 32, + "ESP32_WIFI_NVS_ENABLED": true, + "ESP32_WIFI_RX_BA_WIN": 6, + "ESP32_WIFI_RX_IRAM_OPT": true, + "ESP32_WIFI_SOFTAP_BEACON_MAX_LEN": 752, + "ESP32_WIFI_STATIC_RX_BUFFER_NUM": 10, + "ESP32_WIFI_STATIC_TX_BUFFER": false, + "ESP32_WIFI_TASK_PINNED_TO_CORE_0": true, + "ESP32_WIFI_TASK_PINNED_TO_CORE_1": false, + "ESP32_WIFI_TX_BA_WIN": 6, + "ESP32_WIFI_TX_BUFFER_TYPE": 1, + "ESP32_XTAL_FREQ": 40, + "ESP32_XTAL_FREQ_26": false, + "ESP32_XTAL_FREQ_40": true, + "ESP32_XTAL_FREQ_AUTO": false, + "ESPTOOLPY_AFTER": "hard_reset", + "ESPTOOLPY_AFTER_NORESET": false, + "ESPTOOLPY_AFTER_RESET": true, + "ESPTOOLPY_BAUD_OTHER_VAL": 115200, + "ESPTOOLPY_BEFORE": "default_reset", + "ESPTOOLPY_BEFORE_NORESET": false, + "ESPTOOLPY_BEFORE_RESET": true, + "ESPTOOLPY_FLASHFREQ": "40m", + "ESPTOOLPY_FLASHFREQ_20M": false, + "ESPTOOLPY_FLASHFREQ_26M": false, + "ESPTOOLPY_FLASHFREQ_40M": true, + "ESPTOOLPY_FLASHFREQ_80M": false, + "ESPTOOLPY_FLASHMODE": "dio", + "ESPTOOLPY_FLASHMODE_DIO": true, + "ESPTOOLPY_FLASHMODE_DOUT": false, + "ESPTOOLPY_FLASHMODE_QIO": false, + "ESPTOOLPY_FLASHMODE_QOUT": false, + "ESPTOOLPY_FLASHSIZE": "4MB", + "ESPTOOLPY_FLASHSIZE_16MB": false, + "ESPTOOLPY_FLASHSIZE_1MB": false, + "ESPTOOLPY_FLASHSIZE_2MB": false, + "ESPTOOLPY_FLASHSIZE_4MB": true, + "ESPTOOLPY_FLASHSIZE_8MB": false, + "ESPTOOLPY_FLASHSIZE_DETECT": true, + "ESPTOOLPY_MONITOR_BAUD": 115200, + "ESPTOOLPY_MONITOR_BAUD_115200B": true, + "ESPTOOLPY_MONITOR_BAUD_230400B": false, + "ESPTOOLPY_MONITOR_BAUD_2MB": false, + "ESPTOOLPY_MONITOR_BAUD_57600B": false, + "ESPTOOLPY_MONITOR_BAUD_921600B": false, + "ESPTOOLPY_MONITOR_BAUD_9600B": false, + "ESPTOOLPY_MONITOR_BAUD_OTHER": false, + "ESPTOOLPY_MONITOR_BAUD_OTHER_VAL": 115200, + "ESP_CONSOLE_UART_BAUDRATE": 115200, + "ESP_CONSOLE_UART_CUSTOM": false, + "ESP_CONSOLE_UART_DEFAULT": true, + "ESP_CONSOLE_UART_NONE": false, + "ESP_CONSOLE_UART_NUM": 0, + "ESP_CONSOLE_UART_RX_GPIO": 3, + "ESP_CONSOLE_UART_TX_GPIO": 1, + "ESP_ERR_TO_NAME_LOOKUP": true, + "ESP_EVENT_LOOP_PROFILING": false, + "ESP_EVENT_POST_FROM_IRAM_ISR": true, + "ESP_EVENT_POST_FROM_ISR": true, + "ESP_HTTPS_SERVER_ENABLE": true, + "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH": false, + "ESP_HTTP_CLIENT_ENABLE_HTTPS": true, + "ESP_INT_WDT": true, + "ESP_INT_WDT_CHECK_CPU1": true, + "ESP_INT_WDT_TIMEOUT_MS": 300, + "ESP_IPC_TASK_STACK_SIZE": 1024, + "ESP_IPC_USES_CALLERS_PRIORITY": true, + "ESP_MAC_ADDR_UNIVERSE_BT": true, + "ESP_MAC_ADDR_UNIVERSE_ETH": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true, + "ESP_MAIN_TASK_STACK_SIZE": 7168, + "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, + "ESP_NETIF_IP_LOST_TIMER_INTERVAL": 120, + "ESP_NETIF_LOOPBACK": false, + "ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER": true, + "ESP_NETIF_TCPIP_LWIP": true, + "ESP_PANIC_HANDLER_IRAM": false, + "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, + "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, + "ESP_SYSTEM_PANIC_GDBSTUB": false, + "ESP_SYSTEM_PANIC_PRINT_HALT": false, + "ESP_SYSTEM_PANIC_PRINT_REBOOT": true, + "ESP_SYSTEM_PANIC_SILENT_REBOOT": false, + "ESP_TASK_WDT": true, + "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true, + "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1": true, + "ESP_TASK_WDT_PANIC": false, + "ESP_TASK_WDT_TIMEOUT_S": 5, + "ESP_TIMER_IMPL_FRC2": false, + "ESP_TIMER_IMPL_TG0_LAC": true, + "ESP_TIMER_PROFILING": false, + "ESP_TIMER_TASK_STACK_SIZE": 3584, + "ESP_TLS_PSK_VERIFICATION": false, + "ESP_TLS_SERVER": true, + "ESP_TLS_USING_MBEDTLS": true, + "ETH_DMA_BUFFER_SIZE": 512, + "ETH_DMA_RX_BUFFER_NUM": 10, + "ETH_DMA_TX_BUFFER_NUM": 10, + "ETH_ENABLED": true, + "ETH_PHY_INTERFACE_MII": false, + "ETH_PHY_INTERFACE_RMII": true, + "ETH_RMII_CLK_INPUT": true, + "ETH_RMII_CLK_IN_GPIO": 0, + "ETH_RMII_CLK_OUTPUT": false, + "ETH_SPI_ETHERNET_DM9051": false, + "ETH_USE_ESP32_EMAC": true, + "ETH_USE_OPENETH": false, + "ETH_USE_SPI_ETHERNET": true, + "FATFS_CODEPAGE": 437, + "FATFS_CODEPAGE_437": true, + "FATFS_CODEPAGE_720": false, + "FATFS_CODEPAGE_737": false, + "FATFS_CODEPAGE_771": false, + "FATFS_CODEPAGE_775": false, + "FATFS_CODEPAGE_850": false, + "FATFS_CODEPAGE_852": false, + "FATFS_CODEPAGE_855": false, + "FATFS_CODEPAGE_857": false, + "FATFS_CODEPAGE_860": false, + "FATFS_CODEPAGE_861": false, + "FATFS_CODEPAGE_862": false, + "FATFS_CODEPAGE_863": false, + "FATFS_CODEPAGE_864": false, + "FATFS_CODEPAGE_865": false, + "FATFS_CODEPAGE_866": false, + "FATFS_CODEPAGE_869": false, + "FATFS_CODEPAGE_932": false, + "FATFS_CODEPAGE_936": false, + "FATFS_CODEPAGE_949": false, + "FATFS_CODEPAGE_950": false, + "FATFS_CODEPAGE_DYNAMIC": false, + "FATFS_FS_LOCK": 0, + "FATFS_LFN_HEAP": false, + "FATFS_LFN_NONE": true, + "FATFS_LFN_STACK": false, + "FATFS_PER_FILE_CACHE": true, + "FATFS_TIMEOUT_MS": 10000, + "FMB_COMM_MODE_ASCII_EN": true, + "FMB_COMM_MODE_RTU_EN": true, + "FMB_CONTROLLER_NOTIFY_QUEUE_SIZE": 20, + "FMB_CONTROLLER_NOTIFY_TIMEOUT": 20, + "FMB_CONTROLLER_SLAVE_ID_SUPPORT": false, + "FMB_CONTROLLER_STACK_SIZE": 4096, + "FMB_EVENT_QUEUE_TIMEOUT": 20, + "FMB_MASTER_DELAY_MS_CONVERT": 200, + "FMB_MASTER_TIMEOUT_MS_RESPOND": 150, + "FMB_QUEUE_LENGTH": 20, + "FMB_SERIAL_ASCII_BITS_PER_SYMB": 8, + "FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS": 1000, + "FMB_SERIAL_BUF_SIZE": 256, + "FMB_SERIAL_TASK_PRIO": 10, + "FMB_SERIAL_TASK_STACK_SIZE": 2048, + "FMB_TIMER_GROUP": 0, + "FMB_TIMER_INDEX": 0, + "FMB_TIMER_ISR_IN_IRAM": false, + "FMB_TIMER_PORT_ENABLED": true, + "FREERTOS_ASSERT_DISABLE": false, + "FREERTOS_ASSERT_FAIL_ABORT": false, + "FREERTOS_ASSERT_FAIL_PRINT_CONTINUE": true, + "FREERTOS_ASSERT_ON_UNTESTED_FUNCTION": true, + "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER": true, + "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE": false, + "FREERTOS_CHECK_STACKOVERFLOW_CANARY": true, + "FREERTOS_CHECK_STACKOVERFLOW_NONE": false, + "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL": false, + "FREERTOS_CORETIMER_0": true, + "FREERTOS_CORETIMER_1": false, + "FREERTOS_DEBUG_OCDAWARE": true, + "FREERTOS_FPU_IN_ISR": false, + "FREERTOS_GENERATE_RUN_TIME_STATS": false, + "FREERTOS_HZ": 100, + "FREERTOS_IDLE_TASK_STACKSIZE": 1536, + "FREERTOS_INTERRUPT_BACKTRACE": true, + "FREERTOS_ISR_STACKSIZE": 1536, + "FREERTOS_LEGACY_HOOKS": false, + "FREERTOS_MAX_TASK_NAME_LEN": 16, + "FREERTOS_NO_AFFINITY": 2147483647, + "FREERTOS_QUEUE_REGISTRY_SIZE": 0, + "FREERTOS_SUPPORT_STATIC_ALLOCATION": false, + "FREERTOS_TASK_FUNCTION_WRAPPER": true, + "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1, + "FREERTOS_TIMER_QUEUE_LENGTH": 10, + "FREERTOS_TIMER_TASK_PRIORITY": 1, + "FREERTOS_TIMER_TASK_STACK_DEPTH": 2048, + "FREERTOS_UNICORE": false, + "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS": true, + "FREERTOS_USE_TRACE_FACILITY": true, + "FREERTOS_VTASKLIST_INCLUDE_COREID": false, + "FREERTOS_WATCHPOINT_END_OF_STACK": true, + "HEAP_POISONING_COMPREHENSIVE": false, + "HEAP_POISONING_DISABLED": true, + "HEAP_POISONING_LIGHT": false, + "HEAP_TRACING_OFF": true, + "HEAP_TRACING_STANDALONE": false, + "HEAP_TRACING_TOHOST": false, + "HTTPD_ERR_RESP_NO_DELAY": true, + "HTTPD_LOG_PURGE_DATA": false, + "HTTPD_MAX_REQ_HDR_LEN": 1024, + "HTTPD_MAX_URI_LEN": 512, + "HTTPD_PURGE_BUF_LEN": 32, + "HTTPD_WS_SUPPORT": false, + "IDF_CMAKE": true, + "IDF_FIRMWARE_CHIP_ID": 0, + "IDF_TARGET": "esp32", + "IDF_TARGET_ESP32": true, + "JSMN_PARENT_LINKS": false, + "JSMN_STRICT": false, + "LEGACY_INCLUDE_COMMON_HEADERS": false, + "LOG_COLORS": true, + "LOG_DEFAULT_LEVEL": 3, + "LOG_DEFAULT_LEVEL_DEBUG": false, + "LOG_DEFAULT_LEVEL_ERROR": false, + "LOG_DEFAULT_LEVEL_INFO": true, + "LOG_DEFAULT_LEVEL_NONE": false, + "LOG_DEFAULT_LEVEL_VERBOSE": false, + "LOG_DEFAULT_LEVEL_WARN": false, + "LOG_TIMESTAMP_SOURCE_RTOS": true, + "LOG_TIMESTAMP_SOURCE_SYSTEM": false, + "LWIP_AUTOIP": false, + "LWIP_BROADCAST_PING": false, + "LWIP_DHCPS_LEASE_UNIT": 60, + "LWIP_DHCPS_MAX_STATION_NUM": 8, + "LWIP_DHCP_DOES_ARP_CHECK": true, + "LWIP_DHCP_MAX_NTP_SERVERS": 1, + "LWIP_DHCP_RESTORE_LAST_IP": false, + "LWIP_DNS_SUPPORT_MDNS_QUERIES": true, + "LWIP_ESP_GRATUITOUS_ARP": true, + "LWIP_ETHARP_TRUST_IP_MAC": false, + "LWIP_GARP_TMR_INTERVAL": 60, + "LWIP_IPV6_AUTOCONFIG": false, + "LWIP_IP_FRAG": true, + "LWIP_IP_REASSEMBLY": false, + "LWIP_IRAM_OPTIMIZATION": false, + "LWIP_L2_TO_L3_COPY": false, + "LWIP_LOCAL_HOSTNAME": "espressif", + "LWIP_LOOPBACK_MAX_PBUFS": 8, + "LWIP_MAX_ACTIVE_TCP": 16, + "LWIP_MAX_LISTENING_TCP": 16, + "LWIP_MAX_RAW_PCBS": 16, + "LWIP_MAX_SOCKETS": 10, + "LWIP_MAX_UDP_PCBS": 16, + "LWIP_MULTICAST_PING": false, + "LWIP_NETBUF_RECVINFO": false, + "LWIP_NETIF_LOOPBACK": true, + "LWIP_PPP_SUPPORT": false, + "LWIP_SNTP_UPDATE_DELAY": 3600000, + "LWIP_SO_RCVBUF": false, + "LWIP_SO_REUSE": true, + "LWIP_SO_REUSE_RXTOALL": true, + "LWIP_STATS": false, + "LWIP_TCPIP_RECVMBOX_SIZE": 32, + "LWIP_TCPIP_TASK_AFFINITY": 2147483647, + "LWIP_TCPIP_TASK_AFFINITY_CPU0": false, + "LWIP_TCPIP_TASK_AFFINITY_CPU1": false, + "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY": true, + "LWIP_TCPIP_TASK_STACK_SIZE": 3072, + "LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES": false, + "LWIP_TCP_MAXRTX": 12, + "LWIP_TCP_MSL": 60000, + "LWIP_TCP_MSS": 1440, + "LWIP_TCP_OVERSIZE_DISABLE": false, + "LWIP_TCP_OVERSIZE_MSS": true, + "LWIP_TCP_OVERSIZE_QUARTER_MSS": false, + "LWIP_TCP_QUEUE_OOSEQ": true, + "LWIP_TCP_RECVMBOX_SIZE": 6, + "LWIP_TCP_SACK_OUT": false, + "LWIP_TCP_SND_BUF_DEFAULT": 5744, + "LWIP_TCP_SYNMAXRTX": 6, + "LWIP_TCP_TMR_INTERVAL": 250, + "LWIP_TCP_WND_DEFAULT": 5744, + "LWIP_TIMERS_ONDEMAND": true, + "LWIP_UDP_RECVMBOX_SIZE": 6, + "LWIP_USE_ONLY_LWIP_SELECT": false, + "MBEDTLS_AES_C": true, + "MBEDTLS_ASYMMETRIC_CONTENT_LEN": true, + "MBEDTLS_BLOWFISH_C": false, + "MBEDTLS_CAMELLIA_C": false, + "MBEDTLS_CCM_C": true, + "MBEDTLS_CERTIFICATE_BUNDLE": true, + "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN": false, + "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL": true, + "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE": false, + "MBEDTLS_CLIENT_SSL_SESSION_TICKETS": true, + "MBEDTLS_CMAC_C": false, + "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE": false, + "MBEDTLS_CUSTOM_MEM_ALLOC": false, + "MBEDTLS_DEBUG": false, + "MBEDTLS_DEFAULT_MEM_ALLOC": false, + "MBEDTLS_DES_C": false, + "MBEDTLS_ECDH_C": true, + "MBEDTLS_ECDSA_C": true, + "MBEDTLS_ECP_C": true, + "MBEDTLS_ECP_DP_BP256R1_ENABLED": true, + "MBEDTLS_ECP_DP_BP384R1_ENABLED": true, + "MBEDTLS_ECP_DP_BP512R1_ENABLED": true, + "MBEDTLS_ECP_DP_CURVE25519_ENABLED": true, + "MBEDTLS_ECP_DP_SECP192K1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP192R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP224K1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP224R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP256K1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP256R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP384R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP521R1_ENABLED": true, + "MBEDTLS_ECP_NIST_OPTIM": true, + "MBEDTLS_ECP_RESTARTABLE": false, + "MBEDTLS_GCM_C": true, + "MBEDTLS_HARDWARE_AES": true, + "MBEDTLS_HARDWARE_MPI": true, + "MBEDTLS_HARDWARE_SHA": true, + "MBEDTLS_HAVE_TIME": true, + "MBEDTLS_HAVE_TIME_DATE": false, + "MBEDTLS_INTERNAL_MEM_ALLOC": true, + "MBEDTLS_KEY_EXCHANGE_DHE_PSK": true, + "MBEDTLS_KEY_EXCHANGE_DHE_RSA": true, + "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA": true, + "MBEDTLS_KEY_EXCHANGE_ECDHE_PSK": true, + "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA": true, + "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA": true, + "MBEDTLS_KEY_EXCHANGE_ECDH_RSA": true, + "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE": true, + "MBEDTLS_KEY_EXCHANGE_PSK": true, + "MBEDTLS_KEY_EXCHANGE_RSA": true, + "MBEDTLS_KEY_EXCHANGE_RSA_PSK": true, + "MBEDTLS_PEM_PARSE_C": true, + "MBEDTLS_PEM_WRITE_C": true, + "MBEDTLS_PSK_MODES": true, + "MBEDTLS_RC4_DISABLED": true, + "MBEDTLS_RC4_ENABLED": false, + "MBEDTLS_RC4_ENABLED_NO_DEFAULT": false, + "MBEDTLS_RIPEMD160_C": false, + "MBEDTLS_SECURITY_RISKS": false, + "MBEDTLS_SERVER_SSL_SESSION_TICKETS": true, + "MBEDTLS_SSL_ALPN": true, + "MBEDTLS_SSL_IN_CONTENT_LEN": 16384, + "MBEDTLS_SSL_OUT_CONTENT_LEN": 4096, + "MBEDTLS_SSL_PROTO_DTLS": true, + "MBEDTLS_SSL_PROTO_SSL3": false, + "MBEDTLS_SSL_PROTO_TLS1": true, + "MBEDTLS_SSL_PROTO_TLS1_1": true, + "MBEDTLS_SSL_PROTO_TLS1_2": true, + "MBEDTLS_SSL_RENEGOTIATION": true, + "MBEDTLS_TLS_CLIENT": true, + "MBEDTLS_TLS_CLIENT_ONLY": false, + "MBEDTLS_TLS_DISABLED": false, + "MBEDTLS_TLS_ENABLED": true, + "MBEDTLS_TLS_SERVER": true, + "MBEDTLS_TLS_SERVER_AND_CLIENT": true, + "MBEDTLS_TLS_SERVER_ONLY": false, + "MBEDTLS_X509_CRL_PARSE_C": true, + "MBEDTLS_X509_CSR_PARSE_C": true, + "MBEDTLS_XTEA_C": false, + "MDNS_MAX_SERVICES": 10, + "MDNS_SERVICE_ADD_TIMEOUT_MS": 2000, + "MDNS_TASK_AFFINITY": 0, + "MDNS_TASK_AFFINITY_CPU0": true, + "MDNS_TASK_AFFINITY_CPU1": false, + "MDNS_TASK_AFFINITY_NO_AFFINITY": false, + "MDNS_TASK_PRIORITY": 1, + "MDNS_TIMER_PERIOD_MS": 100, + "MQTT_CUSTOM_OUTBOX": false, + "MQTT_PROTOCOL_311": true, + "MQTT_TASK_CORE_SELECTION_ENABLED": false, + "MQTT_TRANSPORT_SSL": true, + "MQTT_TRANSPORT_WEBSOCKET": true, + "MQTT_TRANSPORT_WEBSOCKET_SECURE": true, + "MQTT_USE_CUSTOM_CONFIG": false, + "NEWLIB_NANO_FORMAT": false, + "NEWLIB_STDIN_LINE_ENDING_CR": true, + "NEWLIB_STDIN_LINE_ENDING_CRLF": false, + "NEWLIB_STDIN_LINE_ENDING_LF": false, + "NEWLIB_STDOUT_LINE_ENDING_CR": false, + "NEWLIB_STDOUT_LINE_ENDING_CRLF": true, + "NEWLIB_STDOUT_LINE_ENDING_LF": false, + "OPENSSL_ASSERT_DO_NOTHING": false, + "OPENSSL_ASSERT_EXIT": true, + "OPENSSL_DEBUG": false, + "OTA_ALLOW_HTTP": false, + "PARTITION_TABLE_CUSTOM": true, + "PARTITION_TABLE_CUSTOM_FILENAME": "partitions_example.csv", + "PARTITION_TABLE_FILENAME": "partitions_example.csv", + "PARTITION_TABLE_MD5": true, + "PARTITION_TABLE_OFFSET": 32768, + "PARTITION_TABLE_SINGLE_APP": false, + "PARTITION_TABLE_TWO_OTA": false, + "PM_ENABLE": false, + "PTHREAD_DEFAULT_CORE_0": false, + "PTHREAD_DEFAULT_CORE_1": false, + "PTHREAD_DEFAULT_CORE_NO_AFFINITY": true, + "PTHREAD_STACK_MIN": 768, + "PTHREAD_TASK_CORE_DEFAULT": -1, + "PTHREAD_TASK_NAME_DEFAULT": "pthread", + "PTHREAD_TASK_PRIO_DEFAULT": 5, + "PTHREAD_TASK_STACK_SIZE_DEFAULT": 3072, + "RTCIO_SUPPORT_RTC_GPIO_DESC": false, + "SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS": false, + "SDK_TOOLPREFIX": "xtensa-esp32-elf-", + "SECURE_BOOT": false, + "SECURE_FLASH_ENC_ENABLED": false, + "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, + "SEMIHOSTFS_HOST_PATH_MAX_LEN": 128, + "SEMIHOSTFS_MAX_MOUNT_POINTS": 1, + "SPIFFS_API_DBG": false, + "SPIFFS_CACHE": true, + "SPIFFS_CACHE_DBG": false, + "SPIFFS_CACHE_STATS": false, + "SPIFFS_CACHE_WR": true, + "SPIFFS_CHECK_DBG": false, + "SPIFFS_DBG": false, + "SPIFFS_FOLLOW_SYMLINKS": false, + "SPIFFS_GC_DBG": false, + "SPIFFS_GC_MAX_RUNS": 10, + "SPIFFS_GC_STATS": false, + "SPIFFS_MAX_PARTITIONS": 3, + "SPIFFS_META_LENGTH": 4, + "SPIFFS_OBJ_NAME_LEN": 32, + "SPIFFS_PAGE_CHECK": true, + "SPIFFS_PAGE_SIZE": 256, + "SPIFFS_TEST_VISUALISATION": false, + "SPIFFS_USE_MAGIC": true, + "SPIFFS_USE_MAGIC_LENGTH": true, + "SPIFFS_USE_MTIME": true, + "SPI_FLASH_DANGEROUS_WRITE_ABORTS": true, + "SPI_FLASH_DANGEROUS_WRITE_ALLOWED": false, + "SPI_FLASH_DANGEROUS_WRITE_FAILS": false, + "SPI_FLASH_ENABLE_COUNTERS": false, + "SPI_FLASH_ROM_DRIVER_PATCH": true, + "SPI_FLASH_SUPPORT_GD_CHIP": true, + "SPI_FLASH_SUPPORT_ISSI_CHIP": true, + "SPI_FLASH_USE_LEGACY_IMPL": false, + "SPI_FLASH_VERIFY_WRITE": false, + "SPI_MASTER_IN_IRAM": false, + "SPI_MASTER_ISR_IN_IRAM": true, + "SPI_SLAVE_IN_IRAM": false, + "SPI_SLAVE_ISR_IN_IRAM": true, + "STORE_HISTORY": true, + "UART_ISR_IN_IRAM": false, + "UNITY_ENABLE_BACKTRACE_ON_FAIL": false, + "UNITY_ENABLE_COLOR": false, + "UNITY_ENABLE_DOUBLE": true, + "UNITY_ENABLE_FIXTURE": false, + "UNITY_ENABLE_FLOAT": true, + "UNITY_ENABLE_IDF_TEST_RUNNER": true, + "USB_DESC_CUSTOM_PID": 22136, + "USB_DESC_CUSTOM_VID": 4660, + "VFS_SUPPORT_TERMIOS": true, + "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT": true, + "WIFI_PROV_AUTOSTOP_TIMEOUT": 30, + "WIFI_PROV_SCAN_MAX_ENTRIES": 16, + "WL_SECTOR_SIZE": 4096, + "WL_SECTOR_SIZE_4096": true, + "WL_SECTOR_SIZE_512": false, + "WPA_DEBUG_PRINT": false, "WPA_MBEDTLS_CRYPTO": true } \ No newline at end of file diff --git a/build/esp-idf/ca/cmake_install.cmake b/build/esp-idf/ca/cmake_install.cmake index 3a4ce25..0a3981d 100644 --- a/build/esp-idf/ca/cmake_install.cmake +++ b/build/esp-idf/ca/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/ca +# Install script for directory: /home/mithras/esp/bakalarka/components/ca # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/cmake_install.cmake b/build/esp-idf/cmake_install.cmake index 44fafb1..60516e0 100644 --- a/build/esp-idf/cmake_install.cmake +++ b/build/esp-idf/cmake_install.cmake @@ -34,87 +34,84 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("/home/mithras/Documents/bakalarka/build/esp-idf/xtensa/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_rom/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/soc/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_eth/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_netif/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_event/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/efuse/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/partition_table/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/app_update/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/spi_flash/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/lwip/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/log/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/heap/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/driver/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/pthread/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/espcoredump/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/perfmon/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp32/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_common/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_timer/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/freertos/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/vfs/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/newlib/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/cxx/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/app_trace/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/asio/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/bootloader/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/bt/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/cbor/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/coap/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/console/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/nghttp/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp-tls/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/protocomm/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/mdns/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/sdmmc/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/esptool_py/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/expat/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/fatfs/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/freemodbus/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/idf_test/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/jsmn/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/json/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/libsodium/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/mqtt/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/openssl/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/spiffs/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/ulp/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/unity/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/main/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/files/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/ca/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/cmd_system/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/wifi/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/https_server/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/lvgl/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/lv_examples/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/xtensa/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/efuse/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/bootloader_support/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/partition_table/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/app_update/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/spi_flash/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_system/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_rom/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/soc/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_eth/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_netif/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_event/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/nvs_flash/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_wifi/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/lwip/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/log/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/heap/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/driver/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/pthread/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/espcoredump/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/perfmon/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp32/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_common/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_timer/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/freertos/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/vfs/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/newlib/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/cxx/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/app_trace/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/asio/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/bootloader/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/bt/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/cbor/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/coap/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/console/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/nghttp/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp-tls/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/tcp_transport/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_http_client/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_http_server/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_https_server/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/protobuf-c/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/protocomm/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/mdns/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/sdmmc/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/esptool_py/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/expat/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/wear_levelling/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/fatfs/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/freemodbus/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/idf_test/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/jsmn/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/json/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/libsodium/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/mqtt/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/openssl/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/spiffs/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/tinyusb/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/ulp/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/unity/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/main/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/files/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/ca/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/cmd_system/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/wifi/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/https_server/cmake_install.cmake") endif() diff --git a/build/esp-idf/cmd_nvs/cmake_install.cmake b/build/esp-idf/cmd_nvs/cmake_install.cmake index eadff29..1546439 100644 --- a/build/esp-idf/cmd_nvs/cmake_install.cmake +++ b/build/esp-idf/cmd_nvs/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/cmd_nvs +# Install script for directory: /home/mithras/esp/bakalarka/components/cmd_nvs # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/cmd_system/cmake_install.cmake b/build/esp-idf/cmd_system/cmake_install.cmake index 38a173f..6eead1f 100644 --- a/build/esp-idf/cmd_system/cmake_install.cmake +++ b/build/esp-idf/cmd_system/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/cmd_system +# Install script for directory: /home/mithras/esp/bakalarka/components/cmd_system # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/files/cmake_install.cmake b/build/esp-idf/files/cmake_install.cmake index af54c58..9224f73 100644 --- a/build/esp-idf/files/cmake_install.cmake +++ b/build/esp-idf/files/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/files +# Install script for directory: /home/mithras/esp/bakalarka/components/files # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/https_server/cmake_install.cmake b/build/esp-idf/https_server/cmake_install.cmake index 407e261..0c55c4a 100644 --- a/build/esp-idf/https_server/cmake_install.cmake +++ b/build/esp-idf/https_server/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/https_server +# Install script for directory: /home/mithras/esp/bakalarka/components/https_server # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/lv_examples/cmake_install.cmake b/build/esp-idf/lv_examples/cmake_install.cmake index 3c88c22..478e4c5 100644 --- a/build/esp-idf/lv_examples/cmake_install.cmake +++ b/build/esp-idf/lv_examples/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/lv_examples +# Install script for directory: /home/mithras/esp/bakalarka/components/lv_examples # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/lvgl/cmake_install.cmake b/build/esp-idf/lvgl/cmake_install.cmake index a19e801..dead6a8 100644 --- a/build/esp-idf/lvgl/cmake_install.cmake +++ b/build/esp-idf/lvgl/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/lvgl +# Install script for directory: /home/mithras/esp/bakalarka/components/lvgl # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/lvgl_esp32_drivers/cmake_install.cmake b/build/esp-idf/lvgl_esp32_drivers/cmake_install.cmake index 299561d..91410bd 100644 --- a/build/esp-idf/lvgl_esp32_drivers/cmake_install.cmake +++ b/build/esp-idf/lvgl_esp32_drivers/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers +# Install script for directory: /home/mithras/esp/bakalarka/components/lvgl_esp32_drivers # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/lvgl_tft/cmake_install.cmake b/build/esp-idf/lvgl_tft/cmake_install.cmake index 63f7dbc..8233e67 100644 --- a/build/esp-idf/lvgl_tft/cmake_install.cmake +++ b/build/esp-idf/lvgl_tft/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft +# Install script for directory: /home/mithras/esp/bakalarka/components/lvgl_esp32_drivers/lvgl_tft # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/lvgl_touch/cmake_install.cmake b/build/esp-idf/lvgl_touch/cmake_install.cmake index 5b3eff8..8e8c9a8 100644 --- a/build/esp-idf/lvgl_touch/cmake_install.cmake +++ b/build/esp-idf/lvgl_touch/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch +# Install script for directory: /home/mithras/esp/bakalarka/components/lvgl_esp32_drivers/lvgl_touch # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/main/cmake_install.cmake b/build/esp-idf/main/cmake_install.cmake index 6970e04..4755b3b 100644 --- a/build/esp-idf/main/cmake_install.cmake +++ b/build/esp-idf/main/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/main +# Install script for directory: /home/mithras/esp/bakalarka/main # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/esp-idf/mbedtls/cmake_install.cmake b/build/esp-idf/mbedtls/cmake_install.cmake index d5b8753..306f65f 100644 --- a/build/esp-idf/mbedtls/cmake_install.cmake +++ b/build/esp-idf/mbedtls/cmake_install.cmake @@ -34,7 +34,7 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake") endif() diff --git a/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake index 9b92608..6344d30 100644 --- a/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake +++ b/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake @@ -34,8 +34,8 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake") endif() diff --git a/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake index 13bd41d..6aba966 100644 --- a/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake +++ b/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake @@ -33,14 +33,14 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a") endif() if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a") endif() diff --git a/build/esp-idf/soc/cmake_install.cmake b/build/esp-idf/soc/cmake_install.cmake index ad4ecf6..939726e 100644 --- a/build/esp-idf/soc/cmake_install.cmake +++ b/build/esp-idf/soc/cmake_install.cmake @@ -34,8 +34,8 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("/home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32/cmake_install.cmake") - include("/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/cmake_install.cmake") endif() diff --git a/build/esp-idf/soc/soc/cmake_install.cmake b/build/esp-idf/soc/soc/cmake_install.cmake index 5088e70..9f642f8 100644 --- a/build/esp-idf/soc/soc/cmake_install.cmake +++ b/build/esp-idf/soc/soc/cmake_install.cmake @@ -34,7 +34,7 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32/cmake_install.cmake") endif() diff --git a/build/esp-idf/wifi/cmake_install.cmake b/build/esp-idf/wifi/cmake_install.cmake index aafbe0e..614a9f3 100644 --- a/build/esp-idf/wifi/cmake_install.cmake +++ b/build/esp-idf/wifi/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/mithras/Documents/bakalarka/components/wifi +# Install script for directory: /home/mithras/esp/bakalarka/components/wifi # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) diff --git a/build/kconfigs.in b/build/kconfigs.in index f821517..96b5313 100644 --- a/build/kconfigs.in +++ b/build/kconfigs.in @@ -15,6 +15,7 @@ source "/home/mithras/esp/esp-idf/components/esp_http_server/Kconfig" source "/home/mithras/esp/esp-idf/components/esp_https_ota/Kconfig" source "/home/mithras/esp/esp-idf/components/esp_https_server/Kconfig" source "/home/mithras/esp/esp-idf/components/esp_netif/Kconfig" +source "/home/mithras/esp/esp-idf/components/esp_system/Kconfig" source "/home/mithras/esp/esp-idf/components/esp_timer/Kconfig" source "/home/mithras/esp/esp-idf/components/esp_wifi/Kconfig" source "/home/mithras/esp/esp-idf/components/espcoredump/Kconfig" @@ -35,10 +36,9 @@ source "/home/mithras/esp/esp-idf/components/openssl/Kconfig" source "/home/mithras/esp/esp-idf/components/pthread/Kconfig" source "/home/mithras/esp/esp-idf/components/spi_flash/Kconfig" source "/home/mithras/esp/esp-idf/components/spiffs/Kconfig" +source "/home/mithras/esp/esp-idf/components/tinyusb/Kconfig" source "/home/mithras/esp/esp-idf/components/unity/Kconfig" source "/home/mithras/esp/esp-idf/components/vfs/Kconfig" source "/home/mithras/esp/esp-idf/components/wear_levelling/Kconfig" source "/home/mithras/esp/esp-idf/components/wifi_provisioning/Kconfig" -source "/home/mithras/esp/esp-idf/components/wpa_supplicant/Kconfig" -source "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/Kconfig" -source "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/Kconfig" \ No newline at end of file +source "/home/mithras/esp/esp-idf/components/wpa_supplicant/Kconfig" \ No newline at end of file diff --git a/build/kconfigs_projbuild.in b/build/kconfigs_projbuild.in index d12b635..638237b 100644 --- a/build/kconfigs_projbuild.in +++ b/build/kconfigs_projbuild.in @@ -2,4 +2,4 @@ source "/home/mithras/esp/esp-idf/components/app_update/Kconfig.projbuild" source "/home/mithras/esp/esp-idf/components/bootloader/Kconfig.projbuild" source "/home/mithras/esp/esp-idf/components/esptool_py/Kconfig.projbuild" source "/home/mithras/esp/esp-idf/components/partition_table/Kconfig.projbuild" -source "/home/mithras/Documents/bakalarka/main/Kconfig.projbuild" \ No newline at end of file +source "/home/mithras/esp/bakalarka/main/Kconfig.projbuild" \ No newline at end of file diff --git a/build/ldgen_libraries b/build/ldgen_libraries index 5162c38..48db0b5 100644 --- a/build/ldgen_libraries +++ b/build/ldgen_libraries @@ -1,74 +1,71 @@ -/home/mithras/Documents/bakalarka/build/esp-idf/xtensa/libxtensa.a -/home/mithras/Documents/bakalarka/build/esp-idf/soc/libsoc.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_eth/libesp_eth.a -/home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter/libtcpip_adapter.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_netif/libesp_netif.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_event/libesp_event.a -/home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant/libwpa_supplicant.a -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/libefuse.a -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support/libbootloader_support.a -/home/mithras/Documents/bakalarka/build/esp-idf/app_update/libapp_update.a -/home/mithras/Documents/bakalarka/build/esp-idf/spi_flash/libspi_flash.a -/home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash/libnvs_flash.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi/libesp_wifi.a -/home/mithras/Documents/bakalarka/build/esp-idf/lwip/liblwip.a -/home/mithras/Documents/bakalarka/build/esp-idf/log/liblog.a -/home/mithras/Documents/bakalarka/build/esp-idf/heap/libheap.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf/libesp_ringbuf.a -/home/mithras/Documents/bakalarka/build/esp-idf/driver/libdriver.a -/home/mithras/Documents/bakalarka/build/esp-idf/pthread/libpthread.a -/home/mithras/Documents/bakalarka/build/esp-idf/espcoredump/libespcoredump.a -/home/mithras/Documents/bakalarka/build/esp-idf/perfmon/libperfmon.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp32/libesp32.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_common/libesp_common.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_timer/libesp_timer.a -/home/mithras/Documents/bakalarka/build/esp-idf/freertos/libfreertos.a -/home/mithras/Documents/bakalarka/build/esp-idf/vfs/libvfs.a -/home/mithras/Documents/bakalarka/build/esp-idf/newlib/libnewlib.a -/home/mithras/Documents/bakalarka/build/esp-idf/cxx/libcxx.a -/home/mithras/Documents/bakalarka/build/esp-idf/app_trace/libapp_trace.a -/home/mithras/Documents/bakalarka/build/esp-idf/asio/libasio.a -/home/mithras/Documents/bakalarka/build/esp-idf/cbor/libcbor.a -/home/mithras/Documents/bakalarka/build/esp-idf/coap/libcoap.a -/home/mithras/Documents/bakalarka/build/esp-idf/console/libconsole.a -/home/mithras/Documents/bakalarka/build/esp-idf/nghttp/libnghttp.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp-tls/libesp-tls.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal/libesp_adc_cal.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub/libesp_gdbstub.a -/home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport/libtcp_transport.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client/libesp_http_client.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server/libesp_http_server.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota/libesp_https_ota.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server/libesp_https_server.a -/home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c/libprotobuf-c.a -/home/mithras/Documents/bakalarka/build/esp-idf/protocomm/libprotocomm.a -/home/mithras/Documents/bakalarka/build/esp-idf/mdns/libmdns.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a -/home/mithras/Documents/bakalarka/build/esp-idf/sdmmc/libsdmmc.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a -/home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client/libesp_websocket_client.a -/home/mithras/Documents/bakalarka/build/esp-idf/expat/libexpat.a -/home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling/libwear_levelling.a -/home/mithras/Documents/bakalarka/build/esp-idf/fatfs/libfatfs.a -/home/mithras/Documents/bakalarka/build/esp-idf/freemodbus/libfreemodbus.a -/home/mithras/Documents/bakalarka/build/esp-idf/jsmn/libjsmn.a -/home/mithras/Documents/bakalarka/build/esp-idf/json/libjson.a -/home/mithras/Documents/bakalarka/build/esp-idf/libsodium/liblibsodium.a -/home/mithras/Documents/bakalarka/build/esp-idf/mqtt/libmqtt.a -/home/mithras/Documents/bakalarka/build/esp-idf/openssl/libopenssl.a -/home/mithras/Documents/bakalarka/build/esp-idf/spiffs/libspiffs.a -/home/mithras/Documents/bakalarka/build/esp-idf/ulp/libulp.a -/home/mithras/Documents/bakalarka/build/esp-idf/unity/libunity.a -/home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning/libwifi_provisioning.a -/home/mithras/Documents/bakalarka/build/esp-idf/main/libmain.a -/home/mithras/Documents/bakalarka/build/esp-idf/files/libfiles.a -/home/mithras/Documents/bakalarka/build/esp-idf/ca/libca.a -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs/libcmd_nvs.a -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_system/libcmd_system.a -/home/mithras/Documents/bakalarka/build/esp-idf/wifi/libwifi.a -/home/mithras/Documents/bakalarka/build/esp-idf/https_server/libhttps_server.a -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl/liblvgl.a -/home/mithras/Documents/bakalarka/build/esp-idf/lv_examples/liblv_examples.a -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft/liblvgl_tft.a -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch/liblvgl_touch.a +/home/mithras/esp/bakalarka/build/esp-idf/xtensa/libxtensa.a +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/libmbedtls.a +/home/mithras/esp/bakalarka/build/esp-idf/efuse/libefuse.a +/home/mithras/esp/bakalarka/build/esp-idf/bootloader_support/libbootloader_support.a +/home/mithras/esp/bakalarka/build/esp-idf/app_update/libapp_update.a +/home/mithras/esp/bakalarka/build/esp-idf/spi_flash/libspi_flash.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/libesp_system.a +/home/mithras/esp/bakalarka/build/esp-idf/soc/libsoc.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_eth/libesp_eth.a +/home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter/libtcpip_adapter.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_netif/libesp_netif.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_event/libesp_event.a +/home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant/libwpa_supplicant.a +/home/mithras/esp/bakalarka/build/esp-idf/nvs_flash/libnvs_flash.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_wifi/libesp_wifi.a +/home/mithras/esp/bakalarka/build/esp-idf/lwip/liblwip.a +/home/mithras/esp/bakalarka/build/esp-idf/log/liblog.a +/home/mithras/esp/bakalarka/build/esp-idf/heap/libheap.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf/libesp_ringbuf.a +/home/mithras/esp/bakalarka/build/esp-idf/driver/libdriver.a +/home/mithras/esp/bakalarka/build/esp-idf/pthread/libpthread.a +/home/mithras/esp/bakalarka/build/esp-idf/espcoredump/libespcoredump.a +/home/mithras/esp/bakalarka/build/esp-idf/perfmon/libperfmon.a +/home/mithras/esp/bakalarka/build/esp-idf/esp32/libesp32.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_common/libesp_common.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_timer/libesp_timer.a +/home/mithras/esp/bakalarka/build/esp-idf/freertos/libfreertos.a +/home/mithras/esp/bakalarka/build/esp-idf/vfs/libvfs.a +/home/mithras/esp/bakalarka/build/esp-idf/newlib/libnewlib.a +/home/mithras/esp/bakalarka/build/esp-idf/cxx/libcxx.a +/home/mithras/esp/bakalarka/build/esp-idf/app_trace/libapp_trace.a +/home/mithras/esp/bakalarka/build/esp-idf/asio/libasio.a +/home/mithras/esp/bakalarka/build/esp-idf/cbor/libcbor.a +/home/mithras/esp/bakalarka/build/esp-idf/coap/libcoap.a +/home/mithras/esp/bakalarka/build/esp-idf/console/libconsole.a +/home/mithras/esp/bakalarka/build/esp-idf/nghttp/libnghttp.a +/home/mithras/esp/bakalarka/build/esp-idf/esp-tls/libesp-tls.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal/libesp_adc_cal.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub/libesp_gdbstub.a +/home/mithras/esp/bakalarka/build/esp-idf/tcp_transport/libtcp_transport.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_client/libesp_http_client.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_server/libesp_http_server.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota/libesp_https_ota.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_server/libesp_https_server.a +/home/mithras/esp/bakalarka/build/esp-idf/protobuf-c/libprotobuf-c.a +/home/mithras/esp/bakalarka/build/esp-idf/protocomm/libprotocomm.a +/home/mithras/esp/bakalarka/build/esp-idf/mdns/libmdns.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a +/home/mithras/esp/bakalarka/build/esp-idf/sdmmc/libsdmmc.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +/home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client/libesp_websocket_client.a +/home/mithras/esp/bakalarka/build/esp-idf/expat/libexpat.a +/home/mithras/esp/bakalarka/build/esp-idf/wear_levelling/libwear_levelling.a +/home/mithras/esp/bakalarka/build/esp-idf/fatfs/libfatfs.a +/home/mithras/esp/bakalarka/build/esp-idf/freemodbus/libfreemodbus.a +/home/mithras/esp/bakalarka/build/esp-idf/jsmn/libjsmn.a +/home/mithras/esp/bakalarka/build/esp-idf/json/libjson.a +/home/mithras/esp/bakalarka/build/esp-idf/libsodium/liblibsodium.a +/home/mithras/esp/bakalarka/build/esp-idf/mqtt/libmqtt.a +/home/mithras/esp/bakalarka/build/esp-idf/openssl/libopenssl.a +/home/mithras/esp/bakalarka/build/esp-idf/spiffs/libspiffs.a +/home/mithras/esp/bakalarka/build/esp-idf/ulp/libulp.a +/home/mithras/esp/bakalarka/build/esp-idf/unity/libunity.a +/home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning/libwifi_provisioning.a +/home/mithras/esp/bakalarka/build/esp-idf/main/libmain.a +/home/mithras/esp/bakalarka/build/esp-idf/files/libfiles.a +/home/mithras/esp/bakalarka/build/esp-idf/ca/libca.a +/home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs/libcmd_nvs.a +/home/mithras/esp/bakalarka/build/esp-idf/cmd_system/libcmd_system.a +/home/mithras/esp/bakalarka/build/esp-idf/wifi/libwifi.a +/home/mithras/esp/bakalarka/build/esp-idf/https_server/libhttps_server.a diff --git a/build/ldgen_libraries.in b/build/ldgen_libraries.in index 0a9ce9d..58550ac 100644 --- a/build/ldgen_libraries.in +++ b/build/ldgen_libraries.in @@ -1,14 +1,16 @@ $ +$ +$ +$ +$ +$ +$ $ $ $ $ $ $ -$ -$ -$ -$ $ $ $ @@ -66,9 +68,4 @@ $ $ $ $ -$ -$ -$ -$ -$ -$ \ No newline at end of file +$ \ No newline at end of file diff --git a/build/project_description.json b/build/project_description.json index afa2d01..69b6806 100644 --- a/build/project_description.json +++ b/build/project_description.json @@ -1,20 +1,20 @@ { "project_name": "bakalarka", - "project_path": "/home/mithras/Documents/bakalarka", - "build_dir": "/home/mithras/Documents/bakalarka/build", - "config_file": "/home/mithras/Documents/bakalarka/sdkconfig", - "config_defaults": "/home/mithras/Documents/bakalarka/sdkconfig.defaults", + "project_path": "/home/mithras/esp/bakalarka", + "build_dir": "/home/mithras/esp/bakalarka/build", + "config_file": "/home/mithras/esp/bakalarka/sdkconfig", + "config_defaults": "/home/mithras/esp/bakalarka/sdkconfig.defaults", "app_elf": "bakalarka.elf", "app_bin": "bakalarka.bin", - "git_revision": "v4.2-dev-414-g132cc67c0-dirty", + "git_revision": "v4.2-dev-792-g6330b3345", "target": "esp32", "phy_data_partition": "", "monitor_baud" : "115200", "monitor_toolprefix": "xtensa-esp32-elf-", "config_environment" : { - "COMPONENT_KCONFIGS" : "/home/mithras/esp/esp-idf/components/app_trace/Kconfig;/home/mithras/esp/esp-idf/components/bt/Kconfig;/home/mithras/esp/esp-idf/components/coap/Kconfig;/home/mithras/esp/esp-idf/components/driver/Kconfig;/home/mithras/esp/esp-idf/components/efuse/Kconfig;/home/mithras/esp/esp-idf/components/esp-tls/Kconfig;/home/mithras/esp/esp-idf/components/esp32/Kconfig;/home/mithras/esp/esp-idf/components/esp_adc_cal/Kconfig;/home/mithras/esp/esp-idf/components/esp_common/Kconfig;/home/mithras/esp/esp-idf/components/esp_eth/Kconfig;/home/mithras/esp/esp-idf/components/esp_event/Kconfig;/home/mithras/esp/esp-idf/components/esp_gdbstub/Kconfig;/home/mithras/esp/esp-idf/components/esp_http_client/Kconfig;/home/mithras/esp/esp-idf/components/esp_http_server/Kconfig;/home/mithras/esp/esp-idf/components/esp_https_ota/Kconfig;/home/mithras/esp/esp-idf/components/esp_https_server/Kconfig;/home/mithras/esp/esp-idf/components/esp_netif/Kconfig;/home/mithras/esp/esp-idf/components/esp_timer/Kconfig;/home/mithras/esp/esp-idf/components/esp_wifi/Kconfig;/home/mithras/esp/esp-idf/components/espcoredump/Kconfig;/home/mithras/esp/esp-idf/components/fatfs/Kconfig;/home/mithras/esp/esp-idf/components/freemodbus/Kconfig;/home/mithras/esp/esp-idf/components/freertos/Kconfig;/home/mithras/esp/esp-idf/components/heap/Kconfig;/home/mithras/esp/esp-idf/components/jsmn/Kconfig;/home/mithras/esp/esp-idf/components/libsodium/Kconfig;/home/mithras/esp/esp-idf/components/log/Kconfig;/home/mithras/esp/esp-idf/components/lwip/Kconfig;/home/mithras/esp/esp-idf/components/mbedtls/Kconfig;/home/mithras/esp/esp-idf/components/mdns/Kconfig;/home/mithras/esp/esp-idf/components/mqtt/Kconfig;/home/mithras/esp/esp-idf/components/newlib/Kconfig;/home/mithras/esp/esp-idf/components/nvs_flash/Kconfig;/home/mithras/esp/esp-idf/components/openssl/Kconfig;/home/mithras/esp/esp-idf/components/pthread/Kconfig;/home/mithras/esp/esp-idf/components/spi_flash/Kconfig;/home/mithras/esp/esp-idf/components/spiffs/Kconfig;/home/mithras/esp/esp-idf/components/unity/Kconfig;/home/mithras/esp/esp-idf/components/vfs/Kconfig;/home/mithras/esp/esp-idf/components/wear_levelling/Kconfig;/home/mithras/esp/esp-idf/components/wifi_provisioning/Kconfig;/home/mithras/esp/esp-idf/components/wpa_supplicant/Kconfig;/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft/Kconfig;/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch/Kconfig", - "COMPONENT_KCONFIGS_PROJBUILD" : "/home/mithras/esp/esp-idf/components/app_update/Kconfig.projbuild;/home/mithras/esp/esp-idf/components/bootloader/Kconfig.projbuild;/home/mithras/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/home/mithras/esp/esp-idf/components/partition_table/Kconfig.projbuild;/home/mithras/Documents/bakalarka/main/Kconfig.projbuild" + "COMPONENT_KCONFIGS" : "/home/mithras/esp/esp-idf/components/app_trace/Kconfig;/home/mithras/esp/esp-idf/components/bt/Kconfig;/home/mithras/esp/esp-idf/components/coap/Kconfig;/home/mithras/esp/esp-idf/components/driver/Kconfig;/home/mithras/esp/esp-idf/components/efuse/Kconfig;/home/mithras/esp/esp-idf/components/esp-tls/Kconfig;/home/mithras/esp/esp-idf/components/esp32/Kconfig;/home/mithras/esp/esp-idf/components/esp_adc_cal/Kconfig;/home/mithras/esp/esp-idf/components/esp_common/Kconfig;/home/mithras/esp/esp-idf/components/esp_eth/Kconfig;/home/mithras/esp/esp-idf/components/esp_event/Kconfig;/home/mithras/esp/esp-idf/components/esp_gdbstub/Kconfig;/home/mithras/esp/esp-idf/components/esp_http_client/Kconfig;/home/mithras/esp/esp-idf/components/esp_http_server/Kconfig;/home/mithras/esp/esp-idf/components/esp_https_ota/Kconfig;/home/mithras/esp/esp-idf/components/esp_https_server/Kconfig;/home/mithras/esp/esp-idf/components/esp_netif/Kconfig;/home/mithras/esp/esp-idf/components/esp_system/Kconfig;/home/mithras/esp/esp-idf/components/esp_timer/Kconfig;/home/mithras/esp/esp-idf/components/esp_wifi/Kconfig;/home/mithras/esp/esp-idf/components/espcoredump/Kconfig;/home/mithras/esp/esp-idf/components/fatfs/Kconfig;/home/mithras/esp/esp-idf/components/freemodbus/Kconfig;/home/mithras/esp/esp-idf/components/freertos/Kconfig;/home/mithras/esp/esp-idf/components/heap/Kconfig;/home/mithras/esp/esp-idf/components/jsmn/Kconfig;/home/mithras/esp/esp-idf/components/libsodium/Kconfig;/home/mithras/esp/esp-idf/components/log/Kconfig;/home/mithras/esp/esp-idf/components/lwip/Kconfig;/home/mithras/esp/esp-idf/components/mbedtls/Kconfig;/home/mithras/esp/esp-idf/components/mdns/Kconfig;/home/mithras/esp/esp-idf/components/mqtt/Kconfig;/home/mithras/esp/esp-idf/components/newlib/Kconfig;/home/mithras/esp/esp-idf/components/nvs_flash/Kconfig;/home/mithras/esp/esp-idf/components/openssl/Kconfig;/home/mithras/esp/esp-idf/components/pthread/Kconfig;/home/mithras/esp/esp-idf/components/spi_flash/Kconfig;/home/mithras/esp/esp-idf/components/spiffs/Kconfig;/home/mithras/esp/esp-idf/components/tinyusb/Kconfig;/home/mithras/esp/esp-idf/components/unity/Kconfig;/home/mithras/esp/esp-idf/components/vfs/Kconfig;/home/mithras/esp/esp-idf/components/wear_levelling/Kconfig;/home/mithras/esp/esp-idf/components/wifi_provisioning/Kconfig;/home/mithras/esp/esp-idf/components/wpa_supplicant/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD" : "/home/mithras/esp/esp-idf/components/app_update/Kconfig.projbuild;/home/mithras/esp/esp-idf/components/bootloader/Kconfig.projbuild;/home/mithras/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/home/mithras/esp/esp-idf/components/partition_table/Kconfig.projbuild;/home/mithras/esp/bakalarka/main/Kconfig.projbuild" }, - "build_components" : [ "app_trace", "app_update", "asio", "bootloader", "bootloader_support", "bt", "ca", "cbor", "cmd_nvs", "cmd_system", "coap", "console", "cxx", "driver", "efuse", "esp-tls", "esp32", "esp_adc_cal", "esp_common", "esp_eth", "esp_event", "esp_gdbstub", "esp_http_client", "esp_http_server", "esp_https_ota", "esp_https_server", "esp_local_ctrl", "esp_netif", "esp_ringbuf", "esp_rom", "esp_serial_slave_link", "esp_timer", "esp_websocket_client", "esp_wifi", "espcoredump", "esptool_py", "expat", "fatfs", "files", "freemodbus", "freertos", "heap", "https_server", "idf_test", "jsmn", "json", "libsodium", "log", "lv_examples", "lvgl", "lvgl_esp32_drivers", "lvgl_tft", "lvgl_touch", "lwip", "main", "mbedtls", "mdns", "mqtt", "newlib", "nghttp", "nvs_flash", "openssl", "partition_table", "perfmon", "protobuf-c", "protocomm", "pthread", "sdmmc", "soc", "spi_flash", "spiffs", "tcp_transport", "tcpip_adapter", "ulp", "unity", "vfs", "wear_levelling", "wifi", "wifi_provisioning", "wpa_supplicant", "xtensa", "" ], - "build_component_paths" : [ "/home/mithras/esp/esp-idf/components/app_trace", "/home/mithras/esp/esp-idf/components/app_update", "/home/mithras/esp/esp-idf/components/asio", "/home/mithras/esp/esp-idf/components/bootloader", "/home/mithras/esp/esp-idf/components/bootloader_support", "/home/mithras/esp/esp-idf/components/bt", "/home/mithras/Documents/bakalarka/components/ca", "/home/mithras/esp/esp-idf/components/cbor", "/home/mithras/Documents/bakalarka/components/cmd_nvs", "/home/mithras/Documents/bakalarka/components/cmd_system", "/home/mithras/esp/esp-idf/components/coap", "/home/mithras/esp/esp-idf/components/console", "/home/mithras/esp/esp-idf/components/cxx", "/home/mithras/esp/esp-idf/components/driver", "/home/mithras/esp/esp-idf/components/efuse", "/home/mithras/esp/esp-idf/components/esp-tls", "/home/mithras/esp/esp-idf/components/esp32", "/home/mithras/esp/esp-idf/components/esp_adc_cal", "/home/mithras/esp/esp-idf/components/esp_common", "/home/mithras/esp/esp-idf/components/esp_eth", "/home/mithras/esp/esp-idf/components/esp_event", "/home/mithras/esp/esp-idf/components/esp_gdbstub", "/home/mithras/esp/esp-idf/components/esp_http_client", "/home/mithras/esp/esp-idf/components/esp_http_server", "/home/mithras/esp/esp-idf/components/esp_https_ota", "/home/mithras/esp/esp-idf/components/esp_https_server", "/home/mithras/esp/esp-idf/components/esp_local_ctrl", "/home/mithras/esp/esp-idf/components/esp_netif", "/home/mithras/esp/esp-idf/components/esp_ringbuf", "/home/mithras/esp/esp-idf/components/esp_rom", "/home/mithras/esp/esp-idf/components/esp_serial_slave_link", "/home/mithras/esp/esp-idf/components/esp_timer", "/home/mithras/esp/esp-idf/components/esp_websocket_client", "/home/mithras/esp/esp-idf/components/esp_wifi", "/home/mithras/esp/esp-idf/components/espcoredump", "/home/mithras/esp/esp-idf/components/esptool_py", "/home/mithras/esp/esp-idf/components/expat", "/home/mithras/esp/esp-idf/components/fatfs", "/home/mithras/Documents/bakalarka/components/files", "/home/mithras/esp/esp-idf/components/freemodbus", "/home/mithras/esp/esp-idf/components/freertos", "/home/mithras/esp/esp-idf/components/heap", "/home/mithras/Documents/bakalarka/components/https_server", "/home/mithras/esp/esp-idf/components/idf_test", "/home/mithras/esp/esp-idf/components/jsmn", "/home/mithras/esp/esp-idf/components/json", "/home/mithras/esp/esp-idf/components/libsodium", "/home/mithras/esp/esp-idf/components/log", "/home/mithras/Documents/bakalarka/components/lv_examples", "/home/mithras/Documents/bakalarka/components/lvgl", "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers", "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_tft", "/home/mithras/Documents/bakalarka/components/lvgl_esp32_drivers/lvgl_touch", "/home/mithras/esp/esp-idf/components/lwip", "/home/mithras/Documents/bakalarka/main", "/home/mithras/esp/esp-idf/components/mbedtls", "/home/mithras/esp/esp-idf/components/mdns", "/home/mithras/esp/esp-idf/components/mqtt", "/home/mithras/esp/esp-idf/components/newlib", "/home/mithras/esp/esp-idf/components/nghttp", "/home/mithras/esp/esp-idf/components/nvs_flash", "/home/mithras/esp/esp-idf/components/openssl", "/home/mithras/esp/esp-idf/components/partition_table", "/home/mithras/esp/esp-idf/components/perfmon", "/home/mithras/esp/esp-idf/components/protobuf-c", "/home/mithras/esp/esp-idf/components/protocomm", "/home/mithras/esp/esp-idf/components/pthread", "/home/mithras/esp/esp-idf/components/sdmmc", "/home/mithras/esp/esp-idf/components/soc", "/home/mithras/esp/esp-idf/components/spi_flash", "/home/mithras/esp/esp-idf/components/spiffs", "/home/mithras/esp/esp-idf/components/tcp_transport", "/home/mithras/esp/esp-idf/components/tcpip_adapter", "/home/mithras/esp/esp-idf/components/ulp", "/home/mithras/esp/esp-idf/components/unity", "/home/mithras/esp/esp-idf/components/vfs", "/home/mithras/esp/esp-idf/components/wear_levelling", "/home/mithras/Documents/bakalarka/components/wifi", "/home/mithras/esp/esp-idf/components/wifi_provisioning", "/home/mithras/esp/esp-idf/components/wpa_supplicant", "/home/mithras/esp/esp-idf/components/xtensa", "" ] + "build_components" : [ "app_trace", "app_update", "asio", "bootloader", "bootloader_support", "bt", "ca", "cbor", "cmd_nvs", "cmd_system", "coap", "console", "cxx", "driver", "efuse", "esp-tls", "esp32", "esp_adc_cal", "esp_common", "esp_eth", "esp_event", "esp_gdbstub", "esp_http_client", "esp_http_server", "esp_https_ota", "esp_https_server", "esp_local_ctrl", "esp_netif", "esp_ringbuf", "esp_rom", "esp_serial_slave_link", "esp_system", "esp_timer", "esp_websocket_client", "esp_wifi", "espcoredump", "esptool_py", "expat", "fatfs", "files", "freemodbus", "freertos", "heap", "https_server", "idf_test", "jsmn", "json", "libsodium", "log", "lwip", "main", "mbedtls", "mdns", "mqtt", "newlib", "nghttp", "nvs_flash", "openssl", "partition_table", "perfmon", "protobuf-c", "protocomm", "pthread", "sdmmc", "soc", "spi_flash", "spiffs", "tcp_transport", "tcpip_adapter", "tinyusb", "ulp", "unity", "vfs", "wear_levelling", "wifi", "wifi_provisioning", "wpa_supplicant", "xtensa", "" ], + "build_component_paths" : [ "/home/mithras/esp/esp-idf/components/app_trace", "/home/mithras/esp/esp-idf/components/app_update", "/home/mithras/esp/esp-idf/components/asio", "/home/mithras/esp/esp-idf/components/bootloader", "/home/mithras/esp/esp-idf/components/bootloader_support", "/home/mithras/esp/esp-idf/components/bt", "/home/mithras/esp/bakalarka/components/ca", "/home/mithras/esp/esp-idf/components/cbor", "/home/mithras/esp/bakalarka/components/cmd_nvs", "/home/mithras/esp/bakalarka/components/cmd_system", "/home/mithras/esp/esp-idf/components/coap", "/home/mithras/esp/esp-idf/components/console", "/home/mithras/esp/esp-idf/components/cxx", "/home/mithras/esp/esp-idf/components/driver", "/home/mithras/esp/esp-idf/components/efuse", "/home/mithras/esp/esp-idf/components/esp-tls", "/home/mithras/esp/esp-idf/components/esp32", "/home/mithras/esp/esp-idf/components/esp_adc_cal", "/home/mithras/esp/esp-idf/components/esp_common", "/home/mithras/esp/esp-idf/components/esp_eth", "/home/mithras/esp/esp-idf/components/esp_event", "/home/mithras/esp/esp-idf/components/esp_gdbstub", "/home/mithras/esp/esp-idf/components/esp_http_client", "/home/mithras/esp/esp-idf/components/esp_http_server", "/home/mithras/esp/esp-idf/components/esp_https_ota", "/home/mithras/esp/esp-idf/components/esp_https_server", "/home/mithras/esp/esp-idf/components/esp_local_ctrl", "/home/mithras/esp/esp-idf/components/esp_netif", "/home/mithras/esp/esp-idf/components/esp_ringbuf", "/home/mithras/esp/esp-idf/components/esp_rom", "/home/mithras/esp/esp-idf/components/esp_serial_slave_link", "/home/mithras/esp/esp-idf/components/esp_system", "/home/mithras/esp/esp-idf/components/esp_timer", "/home/mithras/esp/esp-idf/components/esp_websocket_client", "/home/mithras/esp/esp-idf/components/esp_wifi", "/home/mithras/esp/esp-idf/components/espcoredump", "/home/mithras/esp/esp-idf/components/esptool_py", "/home/mithras/esp/esp-idf/components/expat", "/home/mithras/esp/esp-idf/components/fatfs", "/home/mithras/esp/bakalarka/components/files", "/home/mithras/esp/esp-idf/components/freemodbus", "/home/mithras/esp/esp-idf/components/freertos", "/home/mithras/esp/esp-idf/components/heap", "/home/mithras/esp/bakalarka/components/https_server", "/home/mithras/esp/esp-idf/components/idf_test", "/home/mithras/esp/esp-idf/components/jsmn", "/home/mithras/esp/esp-idf/components/json", "/home/mithras/esp/esp-idf/components/libsodium", "/home/mithras/esp/esp-idf/components/log", "/home/mithras/esp/esp-idf/components/lwip", "/home/mithras/esp/bakalarka/main", "/home/mithras/esp/esp-idf/components/mbedtls", "/home/mithras/esp/esp-idf/components/mdns", "/home/mithras/esp/esp-idf/components/mqtt", "/home/mithras/esp/esp-idf/components/newlib", "/home/mithras/esp/esp-idf/components/nghttp", "/home/mithras/esp/esp-idf/components/nvs_flash", "/home/mithras/esp/esp-idf/components/openssl", "/home/mithras/esp/esp-idf/components/partition_table", "/home/mithras/esp/esp-idf/components/perfmon", "/home/mithras/esp/esp-idf/components/protobuf-c", "/home/mithras/esp/esp-idf/components/protocomm", "/home/mithras/esp/esp-idf/components/pthread", "/home/mithras/esp/esp-idf/components/sdmmc", "/home/mithras/esp/esp-idf/components/soc", "/home/mithras/esp/esp-idf/components/spi_flash", "/home/mithras/esp/esp-idf/components/spiffs", "/home/mithras/esp/esp-idf/components/tcp_transport", "/home/mithras/esp/esp-idf/components/tcpip_adapter", "/home/mithras/esp/esp-idf/components/tinyusb", "/home/mithras/esp/esp-idf/components/ulp", "/home/mithras/esp/esp-idf/components/unity", "/home/mithras/esp/esp-idf/components/vfs", "/home/mithras/esp/esp-idf/components/wear_levelling", "/home/mithras/esp/bakalarka/components/wifi", "/home/mithras/esp/esp-idf/components/wifi_provisioning", "/home/mithras/esp/esp-idf/components/wpa_supplicant", "/home/mithras/esp/esp-idf/components/xtensa", "" ] } diff --git a/build/rules.ninja b/build/rules.ninja index 8a38508..a9717a7 100644 --- a/build/rules.ninja +++ b/build/rules.ninja @@ -67,6 +67,197 @@ rule CXX_STATIC_LIBRARY_LINKER____idf_xtensa restat = $RESTAT +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_mbedtls + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_mbedtls + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER____idf_mbedtls + command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__mbedx509 + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__mbedx509 + command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__mbedcrypto + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__mbedcrypto + command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__mbedtls + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__mbedtls + command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_efuse + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER____idf_efuse + command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_bootloader_support + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER____idf_bootloader_support + command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_app_update + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER____idf_app_update + command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_spi_flash + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER____idf_spi_flash + command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_esp_system + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_system + depfile = $DEP_FILE + deps = gcc + command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER____idf_esp_system + command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + ############################################# # Rule for compiling C files. @@ -181,63 +372,6 @@ rule CXX_STATIC_LIBRARY_LINKER____idf_esp_event restat = $RESTAT -############################################# -# Rule for compiling C files. - -rule C_COMPILER__mbedx509 - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER__mbedx509 - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__mbedcrypto - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER__mbedcrypto - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__mbedtls - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER__mbedtls - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - ############################################# # Rule for compiling C files. @@ -257,82 +391,6 @@ rule CXX_STATIC_LIBRARY_LINKER____idf_wpa_supplicant restat = $RESTAT -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_efuse - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER____idf_efuse - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_bootloader_support - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER____idf_bootloader_support - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_app_update - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER____idf_app_update - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_spi_flash - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER____idf_spi_flash - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - ############################################# # Rule for compiling CXX files. @@ -523,16 +581,6 @@ rule CXX_STATIC_LIBRARY_LINKER____idf_perfmon restat = $RESTAT -############################################# -# Rule for compiling ASM files. - -rule ASM_COMPILER____idf_esp32 - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - ############################################# # Rule for compiling C files. @@ -1475,106 +1523,11 @@ rule CXX_STATIC_LIBRARY_LINKER____idf_https_server restat = $RESTAT -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_lvgl - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER____idf_lvgl - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_lv_examples - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER____idf_lv_examples - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_lvgl_esp32_drivers - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER____idf_lvgl_esp32_drivers - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_lvgl_tft - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER____idf_lvgl_tft - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_lvgl_touch - depfile = $DEP_FILE - deps = gcc - command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER____idf_lvgl_touch - command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD - description = Linking CXX static library $TARGET_FILE - restat = $RESTAT - - ############################################# # Rule for re-running cmake. rule RERUN_CMAKE - command = /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build + command = /usr/bin/cmake -H/home/mithras/esp/bakalarka -B/home/mithras/esp/bakalarka/build description = Re-running CMake... generator = 1 diff --git a/components/ca/ca.c b/components/ca/ca.c index 4cbfdd7..7362684 100644 --- a/components/ca/ca.c +++ b/components/ca/ca.c @@ -60,6 +60,9 @@ int main( void ) #include "esp_console.h" #include "ca.h" +#include "freertos/FreeRTOS.h" +#include "freertos/task.h" + #include #include #include @@ -75,11 +78,11 @@ int main( void ) #define DFL_ISSUER_CRT "" #define DFL_REQUEST_FILE "" -#define DFL_SUBJECT_KEY "subject.key" -#define DFL_ISSUER_KEY "ca.key" +#define DFL_SUBJECT_KEY "/spiffs/subject.key" +#define DFL_ISSUER_KEY "/spiffs/ca.key" #define DFL_SUBJECT_PWD "" #define DFL_ISSUER_PWD "" -#define DFL_OUTPUT_FILENAME "cert.crt" +#define DFL_OUTPUT_FILENAME "/spiffs/cert.crt" #define DFL_SUBJECT_NAME "CN=Cert,O=mbed TLS,C=UK" #define DFL_ISSUER_NAME "CN=CA,O=mbed TLS,C=UK" #define DFL_NOT_BEFORE "20010101000000" @@ -185,6 +188,14 @@ struct options unsigned char key_usage; /* key usage flags */ unsigned char ns_cert_type; /* NS cert type */ } opt; +struct pass_args +{ + int argc; + char **argv; +}; + + +struct pass_args global_arg; int write_certificate( mbedtls_x509write_cert *crt, const char *output_file, int (*f_rng)(void *, unsigned char *, size_t), @@ -819,7 +830,26 @@ exit: return( exit_code ); } +static void task_run(void *parameter){ + + struct pass_args local = *(struct pass_args*)parameter; + connect(local.argc,local.argv); + vTaskDelete(NULL); +} +static void task_create(const int argc, const char *argv[]){ + global_arg.argc = argc; + int ii; + global_arg.argv = malloc(argc * sizeof *global_arg.argv); + for(ii = 0; ii < argc; ii++) { + global_arg.argv[ii] = malloc(strlen(argv[ii])+1); + strcpy(global_arg.argv[ii], argv[ii]); + } + + + xTaskCreatePinnedToCore(&task_run,"gen_key",80000,&global_arg,12,NULL,1); + //xTaskCreate(&task_run,"gen_key",20000,NULL,12,NULL); +} void register_ca(void) { diff --git a/components/ca/gen_key.c b/components/ca/gen_key.c index 84f424c..4444c7a 100644 --- a/components/ca/gen_key.c +++ b/components/ca/gen_key.c @@ -189,7 +189,7 @@ static int write_private_key( mbedtls_pk_context *key, const char *output_file ) c = output_buf + sizeof(output_buf) - len; } - if( ( f = fopen( output_file, "wb" ) ) == NULL ) + if( ( f = fopen( output_file, "w+" ) ) == NULL ) return( -1 ); if( fwrite( c, 1, len, f ) != len ) @@ -463,13 +463,13 @@ exit: } -void task_run(void *parameter){ +static void task_run(void *parameter){ struct pass_args local = *(struct pass_args*)parameter; connect(local.argc,local.argv); vTaskDelete(NULL); } -void task_create(const int argc, const char *argv[]){ +static void task_create(const int argc, const char *argv[]){ global_arg.argc = argc; int ii; global_arg.argv = malloc(argc * sizeof *global_arg.argv); diff --git a/components/lv_examples/CMakeLists.txt b/components/lv_examples/CMakeLists.txt deleted file mode 100644 index 49f76f2..0000000 --- a/components/lv_examples/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -file(GLOB_RECURSE SOURCES lv_examples/*.c) -idf_component_register(SRCS ${SOURCES} - INCLUDE_DIRS . - REQUIRES lvgl) diff --git a/components/lv_examples/component.mk b/components/lv_examples/component.mk deleted file mode 100644 index eddaac7..0000000 --- a/components/lv_examples/component.mk +++ /dev/null @@ -1,27 +0,0 @@ -# -# Component Makefile -# - -CFLAGS += -DLV_CONF_INCLUDE_SIMPLE - -COMPONENT_SRCDIRS := lv_examples \ - lv_examples/lv_apps/benchmark \ - lv_examples/lv_apps/demo \ - lv_examples/lv_apps/sysmon \ - lv_examples/lv_apps/terminal \ - lv_examples/lv_apps/tpcal \ - lv_examples/lv_tests/lv_test_theme \ - lv_examples/lv_tests/lv_test_group \ - lv_examples/lv_tutorial/10_keyboard \ - lv_examples/lv_tutorial/1_hello_world \ - lv_examples/lv_tutorial/2_objects \ - lv_examples/lv_tutorial/3_styles \ - lv_examples/lv_tutorial/4_themes \ - lv_examples/lv_tutorial/5_antialiasing \ - lv_examples/lv_tutorial/6_images \ - lv_examples/lv_tutorial/7_fonts \ - lv_examples/lv_tutorial/8_animations \ - lv_examples/lv_tutorial/9_responsive - - -COMPONENT_ADD_INCLUDEDIRS := $(COMPONENT_SRCDIRS) . diff --git a/components/lv_examples/lv_ex_conf.h b/components/lv_examples/lv_ex_conf.h deleted file mode 100644 index adbe893..0000000 --- a/components/lv_examples/lv_ex_conf.h +++ /dev/null @@ -1,60 +0,0 @@ -/** - * @file lv_ex_conf.h - * - */ -/* - * COPY THIS FILE AS lv_ex_conf.h - */ - -#if 1 /*Set it to "1" to enable the content*/ - -#ifndef LV_EX_CONF_H -#define LV_EX_CONF_H - -/******************* - * GENERAL SETTING - *******************/ -#define LV_EX_PRINTF 0 /*Enable printf-ing data*/ -#define LV_EX_KEYBOARD 0 /*Add PC keyboard support to some examples (`lv_drivers` repository is required)*/ -#define LV_EX_MOUSEWHEEL 0 /*Add 'encoder' (mouse wheel) support to some examples (`lv_drivers` repository is required)*/ - -/******************* - * TEST USAGE - *******************/ -#define LV_USE_TESTS 0 - -/******************* - * TUTORIAL USAGE - *******************/ -#define LV_USE_TUTORIALS 0 - - -/********************* - * APPLICATION USAGE - *********************/ - -/* Test the graphical performance of your MCU - * with different settings*/ -#define LV_USE_BENCHMARK 0 - -/*A demo application with Keyboard, Text area, List and Chart - * placed on Tab view */ -#define LV_USE_DEMO 1 -#if LV_USE_DEMO -#define LV_DEMO_WALLPAPER 1 /*Create a wallpaper too*/ -#define LV_DEMO_SLIDE_SHOW 1 /*Automatically switch between tabs*/ -#endif - -/*MCU and memory usage monitoring*/ -#define LV_USE_SYSMON 0 - -/*A terminal to display received characters*/ -#define LV_USE_TERMINAL 0 - -/*Touch pad calibration with 4 points*/ -#define LV_USE_TPCAL 0 - -#endif /*LV_EX_CONF_H*/ - -#endif /*End of "Content enable"*/ - diff --git a/components/lv_examples/lv_examples/.github/stale.yml b/components/lv_examples/lv_examples/.github/stale.yml deleted file mode 100644 index ea1179b..0000000 --- a/components/lv_examples/lv_examples/.github/stale.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 21 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - architecture - - pinned -# Label to use when marking an issue as stale -staleLabel: stale -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue or pull request has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false diff --git a/components/lv_examples/lv_examples/.gitignore b/components/lv_examples/lv_examples/.gitignore deleted file mode 100644 index 2372cca..0000000 --- a/components/lv_examples/lv_examples/.gitignore +++ /dev/null @@ -1 +0,0 @@ -**/*.o \ No newline at end of file diff --git a/components/lv_examples/lv_examples/README.md b/components/lv_examples/lv_examples/README.md deleted file mode 100644 index 9b9ca49..0000000 --- a/components/lv_examples/lv_examples/README.md +++ /dev/null @@ -1,49 +0,0 @@ -# Examples for Littlev Graphics Library - -LittlevGL is a free and open-source graphics library providing everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint. - -GitHub: https://github.com/littlevgl/lvgl -Website: https://littlevgl.com - -## Add the examples to your projects -1. Clone this repository: `git clone https://github.com/littlevgl/lv_examples.git` or download from the [Download page](https://littlevgl.com/download). To always use the newest version the cloning is recommended. -2. The `lv_examples` directory should be next to the `lvgl` directory in your project. - -Similary to `lv_conf.h` there is a configuration file for the examples too. It is called `lv_ex_conf.h`. -1. Copy `lv_examples/lv_ex_conf_templ.h` next to `lv_examples` directory -2. Rename it to `lv_ex_conf.h` -3. Delete the first `#if` and last `#endif` to enable the file's content -4. Enable or Disable modules - -## Tutorial -A step-by-step guide to teach the most important parts of the Graphics Library. -* Hello world -* Objects (graphical components) -* Styles -* Themes -* Anti-aliasing -* Images -* Fonts -* Animations -* Responsive -* Keyboard - -## Applications -Real life GUI examples which can be adapted in your own project. The applications are designed to adapt to your screen's resolution. -* Demo -* Benchmark -* System performance monitor -* Touchpad calibrator -* Terminal - -## Tests -Test cases to validate the features of LittelvGL. You can also use them as examples. The most important and useful tests are: -* Theme test: `lv_test_theme_1()` -* Keyboard interface test: `lv_test_group_1()` -* Tests of object types: `lv_test_..._1/2/3()` e.g. (lv_test_slider_1()) - -## Contributing -For contribution and coding style guidelines, please refer to the file docs/CONTRIBUTNG.md in the main LittlevGL repo: - https://github.com/littlevgl/lvgl -You are encouraged to use the 'astyle' util to format your code prior to pushing it. The files docs/astyle_(c/h) contain astyle rules to format source and header files according to the project coding guidelines. - diff --git a/components/lv_examples/lv_examples/docs/astyle_c b/components/lv_examples/lv_examples/docs/astyle_c deleted file mode 100644 index 9b9d7f3..0000000 --- a/components/lv_examples/lv_examples/docs/astyle_c +++ /dev/null @@ -1 +0,0 @@ ---style=kr --convert-tabs --indent=spaces=4 --indent-switches --pad-oper --unpad-paren --align-pointer=middle --suffix=.bak --lineend=linux --min-conditional-indent= diff --git a/components/lv_examples/lv_examples/docs/astyle_h b/components/lv_examples/lv_examples/docs/astyle_h deleted file mode 100644 index d9c7633..0000000 --- a/components/lv_examples/lv_examples/docs/astyle_h +++ /dev/null @@ -1 +0,0 @@ ---convert-tabs --indent=spaces=4 diff --git a/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.c b/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.c deleted file mode 100644 index dc28881..0000000 --- a/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.c +++ /dev/null @@ -1,319 +0,0 @@ -/** - * @file benchmark.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "benchmark.h" -#if LV_USE_BENCHMARK - -#include - -/********************* - * DEFINES - *********************/ -#define TEST_CYCLE_NUM 10 /*How many times run the test (will calculate the average)*/ -#define SHADOW_WIDTH (LV_DPI / 8) -#define IMG_RECOLOR LV_OPA_20 -#define OPACITY LV_OPA_60 - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void refr_monitor(lv_disp_drv_t * disp_drv, uint32_t time_ms, uint32_t px_num); -static void run_test_event_cb(lv_obj_t * btn, lv_event_t event); -static void wp_btn_event_cb(lv_obj_t * btn, lv_event_t event); -static void recolor_btn_event_cb(lv_obj_t * btn, lv_event_t event); -static void shadow_btn_event_cb(lv_obj_t * btn, lv_event_t event); -static void opa_btn_event_cb(lv_obj_t * btn, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ -static lv_obj_t * holder_page; -static lv_obj_t * wp; -static lv_obj_t * result_label; - -static lv_style_t style_wp; -static lv_style_t style_btn_rel; -static lv_style_t style_btn_pr; -static lv_style_t style_btn_tgl_rel; -static lv_style_t style_btn_tgl_pr; - -static uint32_t time_sum; -static uint32_t refr_cnt; - -LV_IMG_DECLARE(benchmark_bg) - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/********************** - * STATIC FUNCTIONS - **********************/ - - -/** - * Open a graphics benchmark - */ -void benchmark_create(void) -{ - - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - /*Styles of the buttons*/ - lv_style_copy(&style_btn_rel, &lv_style_btn_rel); - lv_style_copy(&style_btn_pr, &lv_style_btn_pr); - lv_style_copy(&style_btn_tgl_rel, &lv_style_btn_tgl_rel); - lv_style_copy(&style_btn_tgl_pr, &lv_style_btn_tgl_pr); - - style_btn_rel.body.opa = LV_OPA_COVER; - style_btn_pr.body.opa = LV_OPA_COVER; - style_btn_tgl_rel.body.opa = LV_OPA_COVER; - style_btn_tgl_pr.body.opa = LV_OPA_COVER; - - style_btn_rel.body.shadow.width = 0; - style_btn_pr.body.shadow.width = 0; - style_btn_tgl_rel.body.shadow.width = 0; - style_btn_tgl_pr.body.shadow.width = 0; - - /*Style of the wallpaper*/ - lv_style_copy(&style_wp, &lv_style_plain); - style_wp.image.color = LV_COLOR_RED; - - /*Create a holder page (the page become scrollable on small displays )*/ - holder_page = lv_page_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(holder_page, hres, vres); - lv_page_set_style(holder_page, LV_PAGE_STYLE_BG, &lv_style_transp_fit); - lv_page_set_style(holder_page, LV_PAGE_STYLE_SCRL, &lv_style_transp); - lv_page_set_scrl_layout(holder_page, LV_LAYOUT_PRETTY); - - /*Create a wallpaper on the page*/ - wp = lv_img_create(holder_page, NULL); - lv_obj_set_protect(wp, LV_PROTECT_PARENT); /*Don't let to move the wallpaper by the layout */ - lv_obj_set_parent(wp, holder_page); - lv_obj_set_parent(lv_page_get_scrl(holder_page), holder_page); - lv_img_set_src(wp, &benchmark_bg); - lv_obj_set_size(wp, hres, vres); - lv_obj_set_pos(wp, 0, 0); - lv_obj_set_hidden(wp, true); - lv_img_set_style(wp, LV_IMG_STYLE_MAIN, &style_wp); - lv_img_set_auto_size(wp, false); - - /*Create a label to show the test result*/ - result_label = lv_label_create(holder_page, NULL); - lv_label_set_text(result_label, "Run the test"); - lv_label_set_body_draw(result_label, true); - lv_label_set_style(result_label, LV_LABEL_STYLE_MAIN, &lv_style_pretty); - - /*Create a "Run test" button*/ - lv_obj_t * btn; - btn = lv_btn_create(holder_page, NULL); - lv_page_glue_obj(btn, true); - lv_btn_set_fit(btn, LV_FIT_TIGHT); - lv_btn_set_style(btn, LV_BTN_STYLE_REL, &style_btn_rel); - lv_btn_set_style(btn, LV_BTN_STYLE_PR, &style_btn_pr); - lv_btn_set_style(btn, LV_BTN_STYLE_TGL_REL, &style_btn_tgl_rel); - lv_btn_set_style(btn, LV_BTN_STYLE_TGL_PR, &style_btn_tgl_pr); - lv_obj_set_event_cb(btn, run_test_event_cb); - - lv_obj_t * btn_l; - btn_l = lv_label_create(btn, NULL); - lv_label_set_text(btn_l, "Run\ntest!"); - lv_obj_set_protect(btn, LV_PROTECT_FOLLOW); /*Line break in layout*/ - - - /*Create a "Wallpaper show" button*/ - btn = lv_btn_create(holder_page, btn); - lv_btn_set_toggle(btn, true); - lv_obj_clear_protect(btn, LV_PROTECT_FOLLOW); - lv_obj_set_event_cb(btn, wp_btn_event_cb); - btn_l = lv_label_create(btn, btn_l); - lv_label_set_text(btn_l, "Wallpaper"); - - - /*Create a "Wallpaper re-color" button*/ - btn = lv_btn_create(holder_page, btn); - lv_obj_set_event_cb(btn, recolor_btn_event_cb); - btn_l = lv_label_create(btn, btn_l); - lv_label_set_text(btn_l, "Wp. recolor!"); - - /*Create a "Shadow draw" button*/ - btn = lv_btn_create(holder_page, btn); - lv_obj_set_event_cb(btn, shadow_btn_event_cb); - btn_l = lv_label_create(btn, btn_l); - lv_label_set_text(btn_l, "Shadow"); - - /*Create an "Opacity enable" button*/ - btn = lv_btn_create(holder_page, btn); - lv_obj_set_event_cb(btn, opa_btn_event_cb); - btn_l = lv_label_create(btn, btn_l); - lv_label_set_text(btn_l, "Opacity"); -} - - -void benchmark_start(void) -{ - lv_disp_t * disp = lv_obj_get_disp(holder_page); - - disp->driver.monitor_cb = refr_monitor; - - lv_obj_invalidate(lv_disp_get_scr_act(disp)); - - time_sum = 0; - refr_cnt = 0; -} - -bool benchmark_is_ready(void) -{ - if(refr_cnt == TEST_CYCLE_NUM) return true; - else return false; -} - -uint32_t benchmark_get_refr_time(void) -{ - if(benchmark_is_ready()) return time_sum / TEST_CYCLE_NUM; - else return 0; -} - -/*-------------------- - * OTHER FUNCTIONS - ---------------------*/ - -/** - * Called when a the library finished rendering to monitor its performance - * @param disp_drv pointer to the caller display driver - * @param time_ms time of rendering in milliseconds - * @param px_num Number of pixels drawn - */ -static void refr_monitor(lv_disp_drv_t * disp_drv, uint32_t time_ms, uint32_t px_num) -{ - (void) px_num ; /*Unused*/ - lv_disp_t * disp = lv_obj_get_disp(holder_page); - time_sum += time_ms; - refr_cnt ++; - lv_obj_invalidate(lv_disp_get_scr_act(disp)); - - if(refr_cnt >= TEST_CYCLE_NUM) { - int time_avg = (int)time_sum / (int)TEST_CYCLE_NUM; - char buf[256]; - sprintf(buf, "Screen load: %d ms\nAverage of %d", time_avg, TEST_CYCLE_NUM); - lv_label_set_text(result_label, buf); - disp_drv->monitor_cb = NULL; - } else { - char buf[256]; - sprintf(buf, "Running %d/%d", refr_cnt, TEST_CYCLE_NUM); - lv_label_set_text(result_label, buf); - - } -} - -/** - * Called when the "Run test" button is clicked - * @param btn pointer to the button - * @param event the current event - */ -static void run_test_event_cb(lv_obj_t * btn, lv_event_t event) -{ - (void) btn; /*Unused*/ - - if(event != LV_EVENT_CLICKED) return; - - benchmark_start(); -} - -/** - * Called when the "Wallpaper" button is clicked - * @param btn pointer to the button - * @param event the current event - */ -static void wp_btn_event_cb(lv_obj_t * btn, lv_event_t event) -{ - if(event != LV_EVENT_CLICKED) return; - - if(lv_btn_get_state(btn) == LV_BTN_STATE_TGL_REL) lv_obj_set_hidden(wp, false); - else lv_obj_set_hidden(wp, true); -} - -/** - * Called when the "Wp. recolor" button is clicked - * @param btn pointer to the button - * @param event the current event - */ -static void recolor_btn_event_cb(lv_obj_t * btn, lv_event_t event) -{ - if(event != LV_EVENT_CLICKED) return; - - if(lv_btn_get_state(btn) == LV_BTN_STATE_TGL_REL) style_wp.image.intense = IMG_RECOLOR; - else style_wp.image.intense = LV_OPA_TRANSP; - - lv_obj_refresh_style(wp); -} - -/** - * Called when the "Shadow" button is clicked - * @param btn pointer to the button - * @param event the current event - */ -static void shadow_btn_event_cb(lv_obj_t * btn, lv_event_t event) -{ - if(event != LV_EVENT_CLICKED) return; - - if(lv_btn_get_state(btn) == LV_BTN_STATE_TGL_REL) { - style_btn_rel.body.shadow.width = SHADOW_WIDTH; - style_btn_pr.body.shadow.width = SHADOW_WIDTH; - style_btn_tgl_rel.body.shadow.width = SHADOW_WIDTH; - style_btn_tgl_pr.body.shadow.width = SHADOW_WIDTH; - } else { - style_btn_rel.body.shadow.width = 0; - style_btn_pr.body.shadow.width = 0; - style_btn_tgl_rel.body.shadow.width = 0; - style_btn_tgl_pr.body.shadow.width = 0; - } - - lv_obj_report_style_mod(&style_btn_rel); - lv_obj_report_style_mod(&style_btn_pr); - lv_obj_report_style_mod(&style_btn_tgl_rel); - lv_obj_report_style_mod(&style_btn_tgl_pr); -} - -/** - * Called when the "Opacity" button is clicked - * @param btn pointer to the button - * @param event the current event - */ -static void opa_btn_event_cb(lv_obj_t * btn, lv_event_t event) -{ - if(event != LV_EVENT_CLICKED) return; - - if(lv_btn_get_state(btn) == LV_BTN_STATE_TGL_REL) { - style_btn_rel.body.opa = OPACITY; - style_btn_pr.body.opa = OPACITY; - style_btn_tgl_rel.body.opa = OPACITY; - style_btn_tgl_pr.body.opa = OPACITY; - } else { - style_btn_rel.body.opa = LV_OPA_COVER; - style_btn_pr.body.opa = LV_OPA_COVER; - style_btn_tgl_rel.body.opa = LV_OPA_COVER; - style_btn_tgl_pr.body.opa = LV_OPA_COVER; - } - - lv_obj_report_style_mod(&style_btn_rel); - lv_obj_report_style_mod(&style_btn_pr); - lv_obj_report_style_mod(&style_btn_tgl_rel); - lv_obj_report_style_mod(&style_btn_tgl_pr); -} - -#endif /*LV_USE_BENCHMARK*/ diff --git a/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.h b/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.h deleted file mode 100644 index 207787d..0000000 --- a/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.h +++ /dev/null @@ -1,61 +0,0 @@ -/** - * @file benchmark.h - * - */ - -#ifndef BENCHMARK_H -#define BENCHMARK_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ - -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_BENCHMARK - - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Open a graphics benchmark - */ -void benchmark_create(void); - -void benchmark_start(void); - -bool benchmark_is_ready(void); - -uint32_t benchmark_get_refr_time(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_BENCHMARK*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /* BENCHMARK_H */ diff --git a/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.mk b/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.mk deleted file mode 100644 index f83d7dc..0000000 --- a/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark.mk +++ /dev/null @@ -1,7 +0,0 @@ -CSRCS += benchmark.c -CSRCS += benchmark_bg.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_apps/benchmark -VPATH += :$(LVGL_DIR)/lv_examples/lv_apps/benchmark - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_apps/benchmark" diff --git a/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark_bg.c b/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark_bg.c deleted file mode 100644 index fb4d15f..0000000 --- a/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark_bg.c +++ /dev/null @@ -1,234 +0,0 @@ -#include "lvgl/lvgl.h" -#include "lv_ex_conf.h" - -#if LV_USE_BENCHMARK - -#ifndef LV_ATTRIBUTE_MEM_ALIGN -#define LV_ATTRIBUTE_MEM_ALIGN -#endif - -const LV_ATTRIBUTE_MEM_ALIGN uint8_t benchmark_bg_map[] = { -#if LV_COLOR_DEPTH == 1 || LV_COLOR_DEPTH == 8 - /*Pixel format: Red: 3 bit, Green: 3 bit, Blue: 2 bit*/ - 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x6d, 0x49, 0x6d, 0x49, 0x25, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x6e, 0x6d, 0x49, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x6d, 0x6d, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, - 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x25, 0x49, 0x6d, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x25, 0x6d, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6e, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x25, 0x6d, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, - 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x6d, - 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x25, 0x49, - 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, - 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x6e, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, - 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, - 0x6d, 0x6d, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x6d, 0x6d, - 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x6d, 0x49, - 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x6d, 0x6d, 0x49, 0x49, - 0x6d, 0x49, 0x49, 0x6d, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x6d, - 0x49, 0x6d, 0x49, 0x6d, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x6d, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x6d, 0x25, - 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x6d, 0x6d, 0x6d, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, - 0x6d, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x6d, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x49, 0x6d, 0x6e, 0x49, 0x49, 0x6d, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, - 0x6d, 0x49, 0x6d, 0x49, 0x25, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x6e, 0x49, 0x25, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x49, 0x6d, 0x6e, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x6d, - 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x25, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, - 0x6d, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x6d, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, - 0x25, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x25, - 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x49, 0x6d, 0x49, 0x49, 0x6d, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x6d, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x6d, 0x49, - 0x49, 0x6d, 0x49, 0x6d, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x6d, 0x49, - 0x6d, 0x49, 0x49, 0x6d, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x6d, - 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x6d, 0x6d, 0x49, 0x49, - 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x6d, 0x49, - 0x6e, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6e, - 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, - 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x6d, 0x6e, 0x6e, 0x6d, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, - 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, - 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x6d, - 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x25, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x25, 0x49, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x6d, 0x49, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x25, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x25, 0x25, 0x6d, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, - 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x6d, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x6d, 0x6d, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x25, 0x25, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x6d, 0x49, 0x25, 0x25, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, - 0x49, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x25, 0x49, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x6d, 0x49, 0x6d, 0x49, 0x25, 0x49, 0x49, 0x49, 0x6d, 0x49, 0x49, 0x6e, 0x6d, 0x49, 0x25, 0x49, 0x6d, 0x49, 0x49, 0x49, 0x25, 0x49, 0x49, 0x49, 0x49, -#endif -#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 0 - /*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit*/ - 0xc7, 0x39, 0x29, 0x4a, 0x29, 0x4a, 0xe7, 0x39, 0x86, 0x31, 0xe8, 0x41, 0x28, 0x42, 0xe8, 0x41, 0xaa, 0x52, 0xe8, 0x41, 0x45, 0x29, 0xa7, 0x39, 0xcb, 0x5a, 0x0c, 0x63, 0xe8, 0x41, 0x08, 0x42, 0xec, 0x62, 0xc7, 0x39, 0x8a, 0x52, 0x29, 0x4a, 0x86, 0x31, 0xe8, 0x41, 0xcb, 0x5a, 0xe7, 0x39, 0x49, 0x4a, 0xaa, 0x52, 0x86, 0x31, 0xab, 0x5a, 0xe8, 0x41, 0x86, 0x31, 0x69, 0x4a, 0x6a, 0x52, 0x08, 0x42, 0xec, 0x62, 0xa6, 0x31, 0x08, 0x42, 0x0c, 0x63, 0x8a, 0x52, 0x86, 0x31, 0x86, 0x31, 0xe8, 0x41, 0x8a, 0x52, 0xc7, 0x39, 0x49, 0x4a, 0xc7, 0x39, 0x86, 0x31, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0xe8, 0x41, - 0x29, 0x4a, 0xa6, 0x31, 0xa7, 0x39, 0x29, 0x4a, 0x29, 0x4a, 0x08, 0x42, 0x28, 0x42, 0x6a, 0x52, 0xe8, 0x41, 0x86, 0x31, 0x86, 0x31, 0x66, 0x31, 0x86, 0x31, 0xcb, 0x5a, 0xcb, 0x5a, 0xa7, 0x39, 0x29, 0x4a, 0xaa, 0x52, 0x49, 0x4a, 0x29, 0x4a, 0x69, 0x4a, 0x6a, 0x52, 0xc7, 0x39, 0x86, 0x31, 0xe7, 0x39, 0xa7, 0x39, 0x86, 0x31, 0xe8, 0x41, 0x6a, 0x52, 0x49, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0xaa, 0x52, 0x08, 0x42, 0xc7, 0x39, 0xeb, 0x5a, 0xaa, 0x52, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0x08, 0x42, 0x69, 0x4a, 0x08, 0x42, 0x08, 0x42, 0x29, 0x4a, 0x08, 0x42, 0xa7, 0x39, 0xa6, 0x31, 0x29, 0x4a, - 0x29, 0x4a, 0xc7, 0x39, 0x29, 0x4a, 0x08, 0x42, 0xe7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0x86, 0x31, 0xa6, 0x31, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0xa6, 0x31, 0xa7, 0x39, 0xab, 0x5a, 0xcb, 0x5a, 0xe8, 0x41, 0xa6, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0xe7, 0x39, 0x28, 0x42, 0x8a, 0x52, 0xe8, 0x41, 0x8a, 0x52, 0x8a, 0x52, 0xa7, 0x39, 0xaa, 0x52, 0x29, 0x4a, 0xc7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xa6, 0x31, 0x08, 0x42, 0xeb, 0x5a, 0xab, 0x5a, 0xa7, 0x39, 0xc7, 0x39, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0xa6, 0x31, 0xa6, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0xe8, 0x41, 0x28, 0x42, 0x49, 0x4a, 0x86, 0x31, 0x28, 0x42, - 0xc7, 0x39, 0x29, 0x4a, 0x08, 0x42, 0x28, 0x42, 0x49, 0x4a, 0x49, 0x4a, 0x86, 0x31, 0x66, 0x31, 0x29, 0x4a, 0xa7, 0x39, 0xc7, 0x39, 0xa7, 0x39, 0x49, 0x4a, 0x86, 0x31, 0xa6, 0x31, 0x69, 0x4a, 0xeb, 0x5a, 0xcb, 0x5a, 0xa6, 0x31, 0xe8, 0x41, 0x6a, 0x52, 0x28, 0x42, 0x69, 0x4a, 0x29, 0x4a, 0x08, 0x42, 0x29, 0x4a, 0x49, 0x4a, 0x08, 0x42, 0x29, 0x4a, 0x8a, 0x52, 0xc7, 0x39, 0xa6, 0x31, 0xab, 0x5a, 0xeb, 0x5a, 0x49, 0x4a, 0xa6, 0x31, 0xa7, 0x39, 0x08, 0x42, 0xa6, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0xe8, 0x41, 0x66, 0x31, 0x86, 0x31, 0x69, 0x4a, 0x29, 0x4a, 0x69, 0x4a, 0xc7, 0x39, 0x29, 0x4a, 0xe8, 0x41, - 0x86, 0x31, 0x28, 0x42, 0xe7, 0x39, 0x49, 0x4a, 0x66, 0x31, 0x49, 0x4a, 0x08, 0x42, 0x86, 0x31, 0x29, 0x4a, 0xa6, 0x31, 0x49, 0x4a, 0xc7, 0x39, 0xe8, 0x41, 0xe8, 0x41, 0x65, 0x29, 0x66, 0x31, 0x86, 0x31, 0x86, 0x31, 0xe8, 0x41, 0x8a, 0x52, 0xa7, 0x39, 0xab, 0x5a, 0xa6, 0x31, 0x69, 0x4a, 0x86, 0x31, 0x66, 0x31, 0xab, 0x5a, 0xc7, 0x39, 0x49, 0x4a, 0xa7, 0x39, 0xcb, 0x5a, 0xe7, 0x39, 0x86, 0x31, 0x86, 0x31, 0x66, 0x31, 0x66, 0x31, 0xe7, 0x39, 0xc7, 0x39, 0x08, 0x42, 0x08, 0x42, 0xc7, 0x39, 0x08, 0x42, 0x86, 0x31, 0x08, 0x42, 0x49, 0x4a, 0x86, 0x31, 0x49, 0x4a, 0x86, 0x31, 0x6a, 0x52, 0x66, 0x31, - 0xe8, 0x41, 0x08, 0x42, 0xc7, 0x39, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x08, 0x42, 0x66, 0x31, 0x28, 0x42, 0xe7, 0x39, 0xe7, 0x39, 0xa7, 0x39, 0xc7, 0x39, 0x08, 0x42, 0x65, 0x29, 0x66, 0x31, 0x65, 0x29, 0xa6, 0x31, 0xcb, 0x5a, 0x08, 0x42, 0x8a, 0x52, 0xc7, 0x39, 0xa6, 0x31, 0x8a, 0x52, 0x08, 0x42, 0x08, 0x42, 0x8a, 0x52, 0xa6, 0x31, 0x08, 0x42, 0x69, 0x4a, 0xe7, 0x39, 0xcb, 0x5a, 0xa6, 0x31, 0x65, 0x29, 0x65, 0x29, 0x66, 0x31, 0x08, 0x42, 0xa7, 0x39, 0xe8, 0x41, 0xc7, 0x39, 0xe7, 0x39, 0xe8, 0x41, 0x65, 0x29, 0x08, 0x42, 0x69, 0x4a, 0x49, 0x4a, 0x08, 0x42, 0xe7, 0x39, 0x49, 0x4a, 0xc7, 0x39, - 0x28, 0x42, 0x08, 0x42, 0xc7, 0x39, 0x86, 0x31, 0xe8, 0x41, 0x08, 0x42, 0xa6, 0x31, 0x65, 0x29, 0x66, 0x31, 0xe7, 0x39, 0xe7, 0x39, 0xa7, 0x39, 0x29, 0x4a, 0x28, 0x42, 0x65, 0x29, 0x65, 0x29, 0x45, 0x29, 0x49, 0x4a, 0x0c, 0x63, 0x8a, 0x52, 0xe8, 0x41, 0xa7, 0x39, 0xa6, 0x31, 0x8a, 0x52, 0x6a, 0x52, 0x08, 0x42, 0xcb, 0x5a, 0xa7, 0x39, 0x86, 0x31, 0x29, 0x4a, 0xaa, 0x52, 0x0c, 0x63, 0x49, 0x4a, 0x65, 0x29, 0x65, 0x29, 0x86, 0x31, 0x08, 0x42, 0x08, 0x42, 0xa7, 0x39, 0xe8, 0x41, 0xc7, 0x39, 0x86, 0x31, 0x65, 0x29, 0xa6, 0x31, 0x08, 0x42, 0xe8, 0x41, 0x86, 0x31, 0xc7, 0x39, 0x6a, 0x52, 0xe8, 0x41, - 0xe7, 0x39, 0x6a, 0x52, 0x86, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x65, 0x29, 0x66, 0x31, 0xe8, 0x41, 0x29, 0x4a, 0x28, 0x42, 0x08, 0x42, 0x28, 0x42, 0x49, 0x4a, 0x29, 0x4a, 0xc7, 0x39, 0x65, 0x29, 0x28, 0x42, 0x29, 0x4a, 0xa6, 0x31, 0xa7, 0x39, 0xaa, 0x52, 0x66, 0x31, 0x8a, 0x52, 0x08, 0x42, 0x28, 0x42, 0xcb, 0x5a, 0xa6, 0x31, 0x69, 0x4a, 0x86, 0x31, 0xa7, 0x39, 0x29, 0x4a, 0x08, 0x42, 0x66, 0x31, 0xc7, 0x39, 0x29, 0x4a, 0x49, 0x4a, 0x28, 0x42, 0x08, 0x42, 0x28, 0x42, 0x29, 0x4a, 0xc7, 0x39, 0x86, 0x31, 0x65, 0x29, 0x65, 0x29, 0x66, 0x31, 0x65, 0x29, 0x86, 0x31, 0x8a, 0x52, 0xe8, 0x41, - 0xaa, 0x52, 0x08, 0x42, 0xa6, 0x31, 0x29, 0x4a, 0x49, 0x4a, 0x28, 0x42, 0x66, 0x31, 0xe8, 0x41, 0x49, 0x4a, 0xc7, 0x39, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0xc7, 0x39, 0x49, 0x4a, 0xe7, 0x39, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0xa6, 0x31, 0x0c, 0x63, 0xe7, 0x39, 0x08, 0x42, 0x0c, 0x63, 0x0c, 0x63, 0xe8, 0x41, 0xe8, 0x41, 0xab, 0x5a, 0x86, 0x31, 0x66, 0x31, 0x66, 0x31, 0x86, 0x31, 0x08, 0x42, 0x49, 0x4a, 0xa7, 0x39, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x86, 0x31, 0xe7, 0x39, 0x69, 0x4a, 0xc7, 0x39, 0x86, 0x31, 0x29, 0x4a, 0x49, 0x4a, 0x28, 0x42, 0x86, 0x31, 0xe8, 0x41, 0xab, 0x5a, - 0xe8, 0x41, 0x66, 0x31, 0x08, 0x42, 0xc7, 0x39, 0xa6, 0x31, 0xe7, 0x39, 0xe7, 0x39, 0x29, 0x4a, 0xa7, 0x39, 0x86, 0x31, 0x28, 0x42, 0x49, 0x4a, 0x49, 0x4a, 0x28, 0x42, 0xa6, 0x31, 0xa6, 0x31, 0x49, 0x4a, 0xa7, 0x39, 0x65, 0x29, 0x66, 0x31, 0x65, 0x29, 0x8a, 0x52, 0xcb, 0x5a, 0xa6, 0x31, 0xe7, 0x39, 0xc7, 0x39, 0xa6, 0x31, 0xcb, 0x5a, 0x49, 0x4a, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0xc7, 0x39, 0x29, 0x4a, 0x86, 0x31, 0xa6, 0x31, 0x08, 0x42, 0x49, 0x4a, 0x49, 0x4a, 0x08, 0x42, 0x86, 0x31, 0xe8, 0x41, 0xe8, 0x41, 0xc7, 0x39, 0xe8, 0x41, 0x86, 0x31, 0xe8, 0x41, 0x08, 0x42, 0x65, 0x29, 0xe8, 0x41, - 0x65, 0x29, 0x86, 0x31, 0x08, 0x42, 0xc7, 0x39, 0x49, 0x4a, 0xe8, 0x41, 0xe7, 0x39, 0x28, 0x42, 0x66, 0x31, 0x28, 0x42, 0x08, 0x42, 0xa6, 0x31, 0xa7, 0x39, 0xc7, 0x39, 0x29, 0x4a, 0xa6, 0x31, 0xe7, 0x39, 0x28, 0x42, 0x65, 0x29, 0x66, 0x31, 0x65, 0x29, 0x86, 0x31, 0xcb, 0x5a, 0xcb, 0x5a, 0xe8, 0x41, 0xe8, 0x41, 0xcb, 0x5a, 0xab, 0x5a, 0x86, 0x31, 0x65, 0x29, 0x65, 0x29, 0x86, 0x31, 0x28, 0x42, 0xa7, 0x39, 0xa7, 0x39, 0x49, 0x4a, 0xc7, 0x39, 0xa6, 0x31, 0xa6, 0x31, 0x08, 0x42, 0x08, 0x42, 0xa6, 0x31, 0x08, 0x42, 0xc7, 0x39, 0x08, 0x42, 0x28, 0x42, 0xa7, 0x39, 0x29, 0x4a, 0x65, 0x29, 0x65, 0x29, - 0xa6, 0x31, 0x66, 0x31, 0x08, 0x42, 0xa7, 0x39, 0xc7, 0x39, 0xa7, 0x39, 0xa7, 0x39, 0x08, 0x42, 0x66, 0x31, 0x49, 0x4a, 0xa6, 0x31, 0xc7, 0x39, 0xe8, 0x41, 0xc7, 0x39, 0xc7, 0x39, 0x08, 0x42, 0x86, 0x31, 0x49, 0x4a, 0x28, 0x42, 0x28, 0x42, 0x08, 0x42, 0x86, 0x31, 0xa7, 0x39, 0xcb, 0x5a, 0xec, 0x62, 0x0c, 0x63, 0xaa, 0x52, 0xa6, 0x31, 0xa6, 0x31, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x28, 0x42, 0x86, 0x31, 0x49, 0x4a, 0xa7, 0x39, 0xc7, 0x39, 0x08, 0x42, 0xa7, 0x39, 0x86, 0x31, 0x29, 0x4a, 0xa6, 0x31, 0x29, 0x4a, 0x66, 0x31, 0xc7, 0x39, 0xa6, 0x31, 0xe7, 0x39, 0x08, 0x42, 0x65, 0x29, 0xa6, 0x31, - 0xcb, 0x5a, 0x86, 0x31, 0xa6, 0x31, 0x49, 0x4a, 0xe8, 0x41, 0xc7, 0x39, 0x29, 0x4a, 0x28, 0x42, 0x66, 0x31, 0x49, 0x4a, 0xa6, 0x31, 0xe7, 0x39, 0x66, 0x31, 0x28, 0x42, 0x86, 0x31, 0x28, 0x42, 0x86, 0x31, 0x49, 0x4a, 0x08, 0x42, 0xa6, 0x31, 0xc7, 0x39, 0x29, 0x4a, 0xa7, 0x39, 0xa6, 0x31, 0xcb, 0x5a, 0x8a, 0x52, 0x86, 0x31, 0xc7, 0x39, 0x28, 0x42, 0xc7, 0x39, 0xa7, 0x39, 0x28, 0x42, 0x08, 0x42, 0xa6, 0x31, 0x49, 0x4a, 0x86, 0x31, 0xe8, 0x41, 0xa6, 0x31, 0x08, 0x42, 0x86, 0x31, 0x29, 0x4a, 0xa6, 0x31, 0x49, 0x4a, 0x28, 0x42, 0xc7, 0x39, 0x08, 0x42, 0x28, 0x42, 0x86, 0x31, 0xa6, 0x31, 0xab, 0x5a, - 0xec, 0x62, 0xcb, 0x5a, 0xa7, 0x39, 0x86, 0x31, 0xe8, 0x41, 0x08, 0x42, 0x28, 0x42, 0x49, 0x4a, 0x86, 0x31, 0x08, 0x42, 0xc7, 0x39, 0xc7, 0x39, 0x28, 0x42, 0xe7, 0x39, 0x86, 0x31, 0x28, 0x42, 0x86, 0x31, 0x29, 0x4a, 0x86, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0xa6, 0x31, 0x29, 0x4a, 0x66, 0x31, 0xa6, 0x31, 0x86, 0x31, 0x66, 0x31, 0x08, 0x42, 0xa7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xa6, 0x31, 0x08, 0x42, 0xa6, 0x31, 0x49, 0x4a, 0x86, 0x31, 0xc7, 0x39, 0x29, 0x4a, 0xa7, 0x39, 0xc7, 0x39, 0x08, 0x42, 0xa6, 0x31, 0x49, 0x4a, 0x08, 0x42, 0x08, 0x42, 0xe7, 0x39, 0x86, 0x31, 0xc7, 0x39, 0xeb, 0x5a, 0x0c, 0x63, - 0x08, 0x42, 0xcb, 0x5a, 0xab, 0x5a, 0xa6, 0x31, 0x65, 0x29, 0x65, 0x29, 0x66, 0x31, 0x29, 0x4a, 0xc7, 0x39, 0xa6, 0x31, 0x29, 0x4a, 0xc7, 0x39, 0xa6, 0x31, 0x86, 0x31, 0x08, 0x42, 0x08, 0x42, 0x86, 0x31, 0x49, 0x4a, 0xa7, 0x39, 0x08, 0x42, 0x29, 0x4a, 0x86, 0x31, 0x29, 0x4a, 0x86, 0x31, 0x65, 0x29, 0x66, 0x31, 0x86, 0x31, 0x08, 0x42, 0xe7, 0x39, 0xe8, 0x41, 0x28, 0x42, 0xc7, 0x39, 0x08, 0x42, 0x86, 0x31, 0x49, 0x4a, 0x08, 0x42, 0x86, 0x31, 0x86, 0x31, 0xc7, 0x39, 0x29, 0x4a, 0xa7, 0x39, 0xe8, 0x41, 0x08, 0x42, 0x65, 0x29, 0x65, 0x29, 0x45, 0x29, 0xa7, 0x39, 0xec, 0x62, 0xcb, 0x5a, 0x08, 0x42, - 0xe8, 0x41, 0xa7, 0x39, 0xcb, 0x5a, 0x49, 0x4a, 0x66, 0x31, 0x65, 0x29, 0x65, 0x29, 0xc7, 0x39, 0x49, 0x4a, 0xa6, 0x31, 0xa6, 0x31, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x08, 0x42, 0x86, 0x31, 0xe8, 0x41, 0x29, 0x4a, 0xa6, 0x31, 0x08, 0x42, 0xc7, 0x39, 0xc7, 0x39, 0x28, 0x42, 0x86, 0x31, 0x08, 0x42, 0xe8, 0x41, 0x66, 0x31, 0x08, 0x42, 0xe7, 0x39, 0xa7, 0x39, 0x08, 0x42, 0xc7, 0x39, 0x08, 0x42, 0xc7, 0x39, 0xa6, 0x31, 0x08, 0x42, 0x28, 0x42, 0x08, 0x42, 0x08, 0x42, 0xa6, 0x31, 0xa7, 0x39, 0x29, 0x4a, 0xa6, 0x31, 0x65, 0x29, 0x65, 0x29, 0x66, 0x31, 0xaa, 0x52, 0xab, 0x5a, 0xa6, 0x31, 0xe7, 0x39, - 0xec, 0x62, 0x28, 0x42, 0xe8, 0x41, 0xeb, 0x5a, 0x86, 0x31, 0x66, 0x31, 0x65, 0x29, 0x65, 0x29, 0xe7, 0x39, 0x49, 0x4a, 0xe7, 0x39, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0xe7, 0x39, 0x69, 0x4a, 0xc7, 0x39, 0x66, 0x31, 0x08, 0x42, 0x29, 0x4a, 0x08, 0x42, 0x86, 0x31, 0x08, 0x42, 0xaa, 0x52, 0xab, 0x5a, 0xe7, 0x39, 0x86, 0x31, 0x08, 0x42, 0x29, 0x4a, 0xe8, 0x41, 0x66, 0x31, 0xe8, 0x41, 0x49, 0x4a, 0xc7, 0x39, 0x86, 0x31, 0x66, 0x31, 0x86, 0x31, 0x86, 0x31, 0xe8, 0x41, 0x49, 0x4a, 0xc7, 0x39, 0x65, 0x29, 0x65, 0x29, 0x65, 0x29, 0xc7, 0x39, 0xeb, 0x5a, 0xa6, 0x31, 0x28, 0x42, 0x0c, 0x63, - 0xc7, 0x39, 0xab, 0x5a, 0xa6, 0x31, 0xcb, 0x5a, 0x86, 0x31, 0xa6, 0x31, 0x49, 0x4a, 0x08, 0x42, 0x66, 0x31, 0xa7, 0x39, 0x28, 0x42, 0x49, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0xc7, 0x39, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x86, 0x31, 0x69, 0x4a, 0xc7, 0x39, 0xc7, 0x39, 0x8a, 0x52, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x86, 0x31, 0xe8, 0x41, 0x29, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x28, 0x42, 0xa6, 0x31, 0x65, 0x29, 0x49, 0x4a, 0x29, 0x4a, 0x86, 0x31, 0xe7, 0x39, 0x49, 0x4a, 0x86, 0x31, 0xeb, 0x5a, 0xc7, 0x39, - 0x6a, 0x52, 0x49, 0x4a, 0xc7, 0x39, 0xa6, 0x31, 0xe7, 0x39, 0xcb, 0x5a, 0x0c, 0x63, 0x29, 0x4a, 0x66, 0x31, 0x66, 0x31, 0x65, 0x29, 0x08, 0x42, 0x28, 0x42, 0x86, 0x31, 0xa7, 0x39, 0xa7, 0x39, 0x86, 0x31, 0x66, 0x31, 0x86, 0x31, 0xe8, 0x41, 0xc7, 0x39, 0x86, 0x31, 0xa6, 0x31, 0x49, 0x4a, 0x29, 0x4a, 0xe8, 0x41, 0x69, 0x4a, 0xa7, 0x39, 0x86, 0x31, 0xe7, 0x39, 0xe8, 0x41, 0x86, 0x31, 0x65, 0x29, 0x86, 0x31, 0xa6, 0x31, 0xa7, 0x39, 0xa7, 0x39, 0x29, 0x4a, 0xe8, 0x41, 0x65, 0x29, 0x65, 0x29, 0x65, 0x29, 0x8a, 0x52, 0x0c, 0x63, 0xab, 0x5a, 0xe7, 0x39, 0x86, 0x31, 0xc7, 0x39, 0xab, 0x5a, 0x49, 0x4a, - 0x49, 0x4a, 0x29, 0x4a, 0xc7, 0x39, 0x08, 0x42, 0x8a, 0x52, 0x08, 0x42, 0x8a, 0x52, 0xa6, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x08, 0x42, 0xa6, 0x31, 0xc7, 0x39, 0x08, 0x42, 0x08, 0x42, 0xe8, 0x41, 0x66, 0x31, 0xe8, 0x41, 0x6a, 0x52, 0x69, 0x4a, 0x29, 0x4a, 0xa6, 0x31, 0x49, 0x4a, 0xa7, 0x39, 0xe7, 0x39, 0x49, 0x4a, 0xc7, 0x39, 0x49, 0x4a, 0x29, 0x4a, 0x6a, 0x52, 0x08, 0x42, 0x66, 0x31, 0x08, 0x42, 0xe8, 0x41, 0x08, 0x42, 0xc7, 0x39, 0xe8, 0x41, 0xc7, 0x39, 0x65, 0x29, 0x66, 0x31, 0x65, 0x29, 0xc7, 0x39, 0xcb, 0x5a, 0x08, 0x42, 0x6a, 0x52, 0xc7, 0x39, 0xc7, 0x39, 0xaa, 0x52, 0x08, 0x42, - 0x86, 0x31, 0x69, 0x4a, 0xe7, 0x39, 0x6a, 0x52, 0xa7, 0x39, 0x8a, 0x52, 0xe8, 0x41, 0xa6, 0x31, 0xa6, 0x31, 0x65, 0x29, 0x65, 0x29, 0x08, 0x42, 0xc7, 0x39, 0xc7, 0x39, 0x29, 0x4a, 0xc7, 0x39, 0x29, 0x4a, 0x66, 0x31, 0xe7, 0x39, 0x69, 0x4a, 0x86, 0x31, 0x6a, 0x52, 0xa6, 0x31, 0x49, 0x4a, 0x86, 0x31, 0x66, 0x31, 0x6a, 0x52, 0xc7, 0x39, 0x08, 0x42, 0x86, 0x31, 0x8a, 0x52, 0xc7, 0x39, 0xa6, 0x31, 0x08, 0x42, 0xc7, 0x39, 0x29, 0x4a, 0xc7, 0x39, 0x08, 0x42, 0xa6, 0x31, 0x66, 0x31, 0x65, 0x29, 0xa6, 0x31, 0xa6, 0x31, 0x08, 0x42, 0xaa, 0x52, 0xe7, 0x39, 0x69, 0x4a, 0x86, 0x31, 0xcb, 0x5a, 0x66, 0x31, - 0xe8, 0x41, 0x6a, 0x52, 0x29, 0x4a, 0x08, 0x42, 0xab, 0x5a, 0xc7, 0x39, 0xc7, 0x39, 0xab, 0x5a, 0x0c, 0x63, 0x8a, 0x52, 0x86, 0x31, 0x86, 0x31, 0x29, 0x4a, 0xa6, 0x31, 0x86, 0x31, 0xc7, 0x39, 0x08, 0x42, 0x66, 0x31, 0x86, 0x31, 0x29, 0x4a, 0x69, 0x4a, 0x69, 0x4a, 0x08, 0x42, 0x08, 0x42, 0xe8, 0x41, 0x28, 0x42, 0x08, 0x42, 0xe8, 0x41, 0x6a, 0x52, 0x6a, 0x52, 0x29, 0x4a, 0x66, 0x31, 0x86, 0x31, 0x28, 0x42, 0xa6, 0x31, 0xa6, 0x31, 0xc7, 0x39, 0x08, 0x42, 0x86, 0x31, 0x86, 0x31, 0x8a, 0x52, 0x0c, 0x63, 0xab, 0x5a, 0x86, 0x31, 0xe7, 0x39, 0x8a, 0x52, 0x49, 0x4a, 0xe8, 0x41, 0x69, 0x4a, 0x08, 0x42, - 0xcb, 0x5a, 0xc7, 0x39, 0x8a, 0x52, 0x69, 0x4a, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0x86, 0x31, 0xe7, 0x39, 0xcb, 0x5a, 0xab, 0x5a, 0xa6, 0x31, 0xa7, 0x39, 0x29, 0x4a, 0x29, 0x4a, 0x29, 0x4a, 0x86, 0x31, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0xa7, 0x39, 0x08, 0x42, 0x69, 0x4a, 0xa6, 0x31, 0x49, 0x4a, 0x29, 0x4a, 0x86, 0x31, 0x69, 0x4a, 0x08, 0x42, 0xa6, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0x86, 0x31, 0xa7, 0x39, 0x29, 0x4a, 0x28, 0x42, 0x28, 0x42, 0xa6, 0x31, 0xc7, 0x39, 0xec, 0x62, 0xcb, 0x5a, 0xc7, 0x39, 0x86, 0x31, 0xa7, 0x39, 0xa6, 0x31, 0xa7, 0x39, 0x6a, 0x52, 0xcb, 0x5a, 0xa6, 0x31, 0xcb, 0x5a, - 0xe7, 0x39, 0x86, 0x31, 0xe8, 0x41, 0x29, 0x4a, 0x69, 0x4a, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x08, 0x42, 0xa6, 0x31, 0xcb, 0x5a, 0xab, 0x5a, 0x86, 0x31, 0x65, 0x29, 0x86, 0x31, 0x86, 0x31, 0xe8, 0x41, 0x69, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0x08, 0x42, 0xa6, 0x31, 0xc7, 0x39, 0xe8, 0x41, 0xe8, 0x41, 0xa6, 0x31, 0xc7, 0x39, 0x08, 0x42, 0x29, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0xe7, 0x39, 0x86, 0x31, 0x86, 0x31, 0x65, 0x29, 0xa7, 0x39, 0xeb, 0x5a, 0xcb, 0x5a, 0xa7, 0x39, 0x08, 0x42, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x69, 0x4a, 0x08, 0x42, 0xe8, 0x41, 0x86, 0x31, 0xc7, 0x39, - 0x49, 0x4a, 0xe7, 0x39, 0x8a, 0x52, 0x08, 0x42, 0x86, 0x31, 0x08, 0x42, 0x6a, 0x52, 0x28, 0x42, 0x0c, 0x63, 0xc7, 0x39, 0xe8, 0x41, 0x0c, 0x63, 0xab, 0x5a, 0xa6, 0x31, 0x65, 0x29, 0x08, 0x42, 0xab, 0x5a, 0xc7, 0x39, 0x29, 0x4a, 0xc7, 0x39, 0x86, 0x31, 0xe8, 0x41, 0x49, 0x4a, 0xe8, 0x41, 0xe8, 0x41, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0xe8, 0x41, 0x66, 0x31, 0xc7, 0x39, 0x29, 0x4a, 0x08, 0x42, 0x8a, 0x52, 0xc7, 0x39, 0x65, 0x29, 0xc7, 0x39, 0xcb, 0x5a, 0x0c, 0x63, 0xc7, 0x39, 0xe7, 0x39, 0xcb, 0x5a, 0x08, 0x42, 0xaa, 0x52, 0x08, 0x42, 0x86, 0x31, 0x29, 0x4a, 0xaa, 0x52, 0x86, 0x31, 0x49, 0x4a, - 0xaa, 0x52, 0xa7, 0x39, 0xaa, 0x52, 0x28, 0x42, 0x66, 0x31, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x0c, 0x63, 0xc7, 0x39, 0x08, 0x42, 0x0c, 0x63, 0x8a, 0x52, 0x86, 0x31, 0x65, 0x29, 0xe8, 0x41, 0xab, 0x5a, 0xc7, 0x39, 0xe8, 0x41, 0xe7, 0x39, 0x66, 0x31, 0x08, 0x42, 0x49, 0x4a, 0xe8, 0x41, 0x08, 0x42, 0x49, 0x4a, 0xe8, 0x41, 0x08, 0x42, 0x08, 0x42, 0x66, 0x31, 0xe7, 0x39, 0xe8, 0x41, 0x08, 0x42, 0xab, 0x5a, 0xa6, 0x31, 0x66, 0x31, 0xa6, 0x31, 0xaa, 0x52, 0x0c, 0x63, 0xe7, 0x39, 0xc7, 0x39, 0xec, 0x62, 0xc7, 0x39, 0x29, 0x4a, 0x08, 0x42, 0x66, 0x31, 0x6a, 0x52, 0x8a, 0x52, 0x86, 0x31, 0xaa, 0x52, - 0x86, 0x31, 0x86, 0x31, 0xa7, 0x39, 0x6a, 0x52, 0xab, 0x5a, 0x8a, 0x52, 0xcb, 0x5a, 0xcb, 0x5a, 0xe7, 0x39, 0xa7, 0x39, 0xcb, 0x5a, 0xab, 0x5a, 0x86, 0x31, 0x66, 0x31, 0x86, 0x31, 0x66, 0x31, 0xe7, 0x39, 0x8a, 0x52, 0x69, 0x4a, 0x49, 0x4a, 0x8a, 0x52, 0x28, 0x42, 0x86, 0x31, 0xa6, 0x31, 0x08, 0x42, 0x08, 0x42, 0x86, 0x31, 0xa6, 0x31, 0x28, 0x42, 0x6a, 0x52, 0x49, 0x4a, 0x69, 0x4a, 0x6a, 0x52, 0xc7, 0x39, 0x66, 0x31, 0x86, 0x31, 0x66, 0x31, 0xa6, 0x31, 0xcb, 0x5a, 0xcb, 0x5a, 0xa6, 0x31, 0x08, 0x42, 0xcb, 0x5a, 0xaa, 0x52, 0x8a, 0x52, 0xcb, 0x5a, 0x49, 0x4a, 0xa7, 0x39, 0x86, 0x31, 0x86, 0x31, - 0xaa, 0x52, 0xe8, 0x41, 0xaa, 0x52, 0x08, 0x42, 0xc7, 0x39, 0xa7, 0x39, 0xa7, 0x39, 0xa6, 0x31, 0xe8, 0x41, 0xcb, 0x5a, 0xab, 0x5a, 0xa6, 0x31, 0xc7, 0x39, 0x28, 0x42, 0x08, 0x42, 0x08, 0x42, 0x86, 0x31, 0x66, 0x31, 0xa7, 0x39, 0xe7, 0x39, 0xc7, 0x39, 0xe8, 0x41, 0x69, 0x4a, 0xc7, 0x39, 0x28, 0x42, 0x28, 0x42, 0xa6, 0x31, 0x49, 0x4a, 0xe8, 0x41, 0xc7, 0x39, 0xc7, 0x39, 0xa6, 0x31, 0x66, 0x31, 0xa7, 0x39, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0xa6, 0x31, 0xc7, 0x39, 0xcb, 0x5a, 0xcb, 0x5a, 0xe7, 0x39, 0xa6, 0x31, 0xa7, 0x39, 0xa7, 0x39, 0xc7, 0x39, 0x28, 0x42, 0xcb, 0x5a, 0xc7, 0x39, 0xaa, 0x52, - 0x08, 0x42, 0x69, 0x4a, 0x29, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x08, 0x42, 0x86, 0x31, 0x69, 0x4a, 0xab, 0x5a, 0x49, 0x4a, 0x86, 0x31, 0xa6, 0x31, 0x28, 0x42, 0xa7, 0x39, 0xe7, 0x39, 0xe7, 0x39, 0x08, 0x42, 0x65, 0x29, 0x86, 0x31, 0x29, 0x4a, 0x08, 0x42, 0x6a, 0x52, 0x08, 0x42, 0x08, 0x42, 0xe8, 0x41, 0x08, 0x42, 0x29, 0x4a, 0xe8, 0x41, 0x49, 0x4a, 0x28, 0x42, 0x49, 0x4a, 0x86, 0x31, 0x86, 0x31, 0x08, 0x42, 0xc7, 0x39, 0xe7, 0x39, 0xc7, 0x39, 0x28, 0x42, 0x66, 0x31, 0xa7, 0x39, 0x49, 0x4a, 0xab, 0x5a, 0x69, 0x4a, 0x66, 0x31, 0x08, 0x42, 0x49, 0x4a, 0x8a, 0x52, 0xe8, 0x41, 0x69, 0x4a, 0x08, 0x42, - 0x66, 0x31, 0x69, 0x4a, 0xc7, 0x39, 0x8a, 0x52, 0xa7, 0x39, 0x69, 0x4a, 0x28, 0x42, 0x86, 0x31, 0x86, 0x31, 0x66, 0x31, 0x65, 0x29, 0x08, 0x42, 0xa7, 0x39, 0xc7, 0x39, 0x08, 0x42, 0xa7, 0x39, 0x29, 0x4a, 0x66, 0x31, 0xe7, 0x39, 0x49, 0x4a, 0x86, 0x31, 0x6a, 0x52, 0xa6, 0x31, 0x29, 0x4a, 0x86, 0x31, 0x66, 0x31, 0x69, 0x4a, 0xc7, 0x39, 0x29, 0x4a, 0x86, 0x31, 0x49, 0x4a, 0xe8, 0x41, 0x86, 0x31, 0x08, 0x42, 0xc7, 0x39, 0xe8, 0x41, 0xc7, 0x39, 0xe8, 0x41, 0xa7, 0x39, 0x65, 0x29, 0x66, 0x31, 0x86, 0x31, 0x86, 0x31, 0x49, 0x4a, 0x6a, 0x52, 0xe8, 0x41, 0x49, 0x4a, 0xa6, 0x31, 0xab, 0x5a, 0x65, 0x29, - 0x69, 0x4a, 0x29, 0x4a, 0xc7, 0x39, 0xc7, 0x39, 0xab, 0x5a, 0xe7, 0x39, 0xaa, 0x52, 0xc7, 0x39, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x28, 0x42, 0xa6, 0x31, 0xc7, 0x39, 0x08, 0x42, 0x08, 0x42, 0xe8, 0x41, 0x66, 0x31, 0xe7, 0x39, 0x8a, 0x52, 0x8a, 0x52, 0x49, 0x4a, 0xa6, 0x31, 0x49, 0x4a, 0xc7, 0x39, 0xe7, 0x39, 0x29, 0x4a, 0xe7, 0x39, 0x49, 0x4a, 0x69, 0x4a, 0x8a, 0x52, 0xe8, 0x41, 0x65, 0x29, 0x28, 0x42, 0xe7, 0x39, 0x08, 0x42, 0xc7, 0x39, 0xe8, 0x41, 0xe7, 0x39, 0x65, 0x29, 0x65, 0x29, 0x65, 0x29, 0xe7, 0x39, 0xcb, 0x5a, 0xc7, 0x39, 0x8a, 0x52, 0xc7, 0x39, 0xc7, 0x39, 0xaa, 0x52, 0x28, 0x42, - 0x6a, 0x52, 0x49, 0x4a, 0xc7, 0x39, 0x86, 0x31, 0xe8, 0x41, 0xcb, 0x5a, 0xec, 0x62, 0x28, 0x42, 0x66, 0x31, 0x66, 0x31, 0x86, 0x31, 0x28, 0x42, 0x08, 0x42, 0x86, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0x66, 0x31, 0x66, 0x31, 0x86, 0x31, 0x08, 0x42, 0xe7, 0x39, 0x66, 0x31, 0xa6, 0x31, 0x49, 0x4a, 0x29, 0x4a, 0xe8, 0x41, 0x69, 0x4a, 0xa6, 0x31, 0x86, 0x31, 0xe7, 0x39, 0xe8, 0x41, 0x86, 0x31, 0x65, 0x29, 0x86, 0x31, 0xe7, 0x39, 0xc7, 0x39, 0xa6, 0x31, 0x29, 0x4a, 0xe8, 0x41, 0x86, 0x31, 0x66, 0x31, 0x65, 0x29, 0x8a, 0x52, 0xeb, 0x5a, 0xaa, 0x52, 0xe8, 0x41, 0x86, 0x31, 0xc7, 0x39, 0xcb, 0x5a, 0x49, 0x4a, - 0x08, 0x42, 0xaa, 0x52, 0xa6, 0x31, 0xab, 0x5a, 0x66, 0x31, 0xa7, 0x39, 0x49, 0x4a, 0xe8, 0x41, 0x66, 0x31, 0xc7, 0x39, 0x08, 0x42, 0x28, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0xe8, 0x41, 0x66, 0x31, 0x65, 0x29, 0x66, 0x31, 0x86, 0x31, 0x66, 0x31, 0x86, 0x31, 0x49, 0x4a, 0x08, 0x42, 0x08, 0x42, 0x8a, 0x52, 0x66, 0x31, 0x86, 0x31, 0x86, 0x31, 0x66, 0x31, 0x65, 0x29, 0x86, 0x31, 0xe8, 0x41, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x08, 0x42, 0xc7, 0x39, 0x66, 0x31, 0x29, 0x4a, 0x28, 0x42, 0xa6, 0x31, 0xc7, 0x39, 0x69, 0x4a, 0x86, 0x31, 0xcb, 0x5a, 0x08, 0x42, - 0xeb, 0x5a, 0xe8, 0x41, 0x08, 0x42, 0xeb, 0x5a, 0x66, 0x31, 0x65, 0x29, 0x65, 0x29, 0x65, 0x29, 0x08, 0x42, 0x29, 0x4a, 0xa7, 0x39, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0x86, 0x31, 0xc7, 0x39, 0x49, 0x4a, 0xe7, 0x39, 0x86, 0x31, 0x08, 0x42, 0x08, 0x42, 0x29, 0x4a, 0xa7, 0x39, 0xe7, 0x39, 0xaa, 0x52, 0xab, 0x5a, 0xc7, 0x39, 0xa7, 0x39, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x86, 0x31, 0xe8, 0x41, 0x29, 0x4a, 0xa7, 0x39, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0x86, 0x31, 0xc7, 0x39, 0x29, 0x4a, 0xe7, 0x39, 0x66, 0x31, 0x65, 0x29, 0x65, 0x29, 0xc7, 0x39, 0xeb, 0x5a, 0xa7, 0x39, 0x08, 0x42, 0x0c, 0x63, - 0xa7, 0x39, 0xc7, 0x39, 0xeb, 0x5a, 0x49, 0x4a, 0x66, 0x31, 0x66, 0x31, 0x65, 0x29, 0xc7, 0x39, 0x49, 0x4a, 0x86, 0x31, 0xc7, 0x39, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0xa6, 0x31, 0xe7, 0x39, 0x29, 0x4a, 0xa7, 0x39, 0xe8, 0x41, 0xc7, 0x39, 0xa7, 0x39, 0x29, 0x4a, 0x86, 0x31, 0xc7, 0x39, 0xa7, 0x39, 0x66, 0x31, 0x28, 0x42, 0xc7, 0x39, 0xa6, 0x31, 0xe7, 0x39, 0xe7, 0x39, 0x28, 0x42, 0xa7, 0x39, 0xa7, 0x39, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0xa7, 0x39, 0xa6, 0x31, 0x29, 0x4a, 0xa6, 0x31, 0x65, 0x29, 0x65, 0x29, 0x65, 0x29, 0x8a, 0x52, 0xcb, 0x5a, 0x86, 0x31, 0xa6, 0x31, - 0xe8, 0x41, 0xcb, 0x5a, 0xab, 0x5a, 0x86, 0x31, 0x65, 0x29, 0x66, 0x31, 0x86, 0x31, 0x29, 0x4a, 0xa7, 0x39, 0xa6, 0x31, 0x49, 0x4a, 0xa7, 0x39, 0x86, 0x31, 0x86, 0x31, 0x08, 0x42, 0x08, 0x42, 0x86, 0x31, 0x49, 0x4a, 0xa7, 0x39, 0x08, 0x42, 0x29, 0x4a, 0x86, 0x31, 0x28, 0x42, 0x86, 0x31, 0x65, 0x29, 0x66, 0x31, 0x86, 0x31, 0x08, 0x42, 0xe7, 0x39, 0x08, 0x42, 0x08, 0x42, 0xc7, 0x39, 0x08, 0x42, 0x86, 0x31, 0x49, 0x4a, 0xe8, 0x41, 0x66, 0x31, 0x86, 0x31, 0xc7, 0x39, 0x49, 0x4a, 0xa6, 0x31, 0xe7, 0x39, 0x08, 0x42, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0xa6, 0x31, 0xcb, 0x5a, 0xcb, 0x5a, 0xe8, 0x41, - 0x2c, 0x63, 0xaa, 0x52, 0xa7, 0x39, 0xa7, 0x39, 0xe7, 0x39, 0xe8, 0x41, 0x08, 0x42, 0x29, 0x4a, 0x66, 0x31, 0x28, 0x42, 0xc7, 0x39, 0xc7, 0x39, 0xe8, 0x41, 0xc7, 0x39, 0x86, 0x31, 0x28, 0x42, 0x86, 0x31, 0x49, 0x4a, 0xa6, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0x28, 0x42, 0x66, 0x31, 0xc7, 0x39, 0x86, 0x31, 0x66, 0x31, 0x08, 0x42, 0xc7, 0x39, 0xe7, 0x39, 0xc7, 0x39, 0xa6, 0x31, 0x08, 0x42, 0xa6, 0x31, 0x49, 0x4a, 0x66, 0x31, 0xc7, 0x39, 0xe8, 0x41, 0xa6, 0x31, 0xc7, 0x39, 0x08, 0x42, 0xa6, 0x31, 0x49, 0x4a, 0x08, 0x42, 0x08, 0x42, 0xe7, 0x39, 0x86, 0x31, 0xc7, 0x39, 0xcb, 0x5a, 0x2c, 0x63, - 0x8a, 0x52, 0xa6, 0x31, 0xc7, 0x39, 0x08, 0x42, 0xc7, 0x39, 0xa7, 0x39, 0x08, 0x42, 0x08, 0x42, 0x66, 0x31, 0x49, 0x4a, 0xa6, 0x31, 0x08, 0x42, 0xa6, 0x31, 0x28, 0x42, 0x86, 0x31, 0x08, 0x42, 0x86, 0x31, 0x49, 0x4a, 0x29, 0x4a, 0xe7, 0x39, 0x08, 0x42, 0x08, 0x42, 0x86, 0x31, 0xc7, 0x39, 0xcb, 0x5a, 0xaa, 0x52, 0xa6, 0x31, 0xa6, 0x31, 0x08, 0x42, 0x08, 0x42, 0xe8, 0x41, 0x49, 0x4a, 0x08, 0x42, 0x86, 0x31, 0x49, 0x4a, 0x86, 0x31, 0x08, 0x42, 0xc7, 0x39, 0x08, 0x42, 0x66, 0x31, 0x29, 0x4a, 0x86, 0x31, 0x49, 0x4a, 0x08, 0x42, 0xa7, 0x39, 0xc7, 0x39, 0x29, 0x4a, 0xa6, 0x31, 0xa6, 0x31, 0x8a, 0x52, - 0x86, 0x31, 0x86, 0x31, 0x08, 0x42, 0xa6, 0x31, 0x08, 0x42, 0xe8, 0x41, 0xc7, 0x39, 0x08, 0x42, 0x86, 0x31, 0x49, 0x4a, 0xa6, 0x31, 0xc7, 0x39, 0x08, 0x42, 0xa7, 0x39, 0xc7, 0x39, 0x08, 0x42, 0x86, 0x31, 0x49, 0x4a, 0xe7, 0x39, 0xc7, 0x39, 0xa7, 0x39, 0x86, 0x31, 0xc7, 0x39, 0xeb, 0x5a, 0x0c, 0x63, 0x0c, 0x63, 0xcb, 0x5a, 0xc7, 0x39, 0x86, 0x31, 0xc7, 0x39, 0xe7, 0x39, 0xe8, 0x41, 0x28, 0x42, 0x86, 0x31, 0x49, 0x4a, 0xc7, 0x39, 0xa6, 0x31, 0x08, 0x42, 0xa7, 0x39, 0x86, 0x31, 0x29, 0x4a, 0xa6, 0x31, 0x29, 0x4a, 0x86, 0x31, 0x08, 0x42, 0xe7, 0x39, 0xc7, 0x39, 0x28, 0x42, 0x65, 0x29, 0x86, 0x31, - 0x66, 0x31, 0xa6, 0x31, 0xe8, 0x41, 0xc7, 0x39, 0x08, 0x42, 0xc7, 0x39, 0xe8, 0x41, 0x28, 0x42, 0x66, 0x31, 0x28, 0x42, 0x08, 0x42, 0x86, 0x31, 0x86, 0x31, 0xc7, 0x39, 0x49, 0x4a, 0xa6, 0x31, 0xe8, 0x41, 0x08, 0x42, 0x65, 0x29, 0x65, 0x29, 0x66, 0x31, 0x86, 0x31, 0xec, 0x62, 0xcb, 0x5a, 0xc7, 0x39, 0xe7, 0x39, 0xeb, 0x5a, 0xcb, 0x5a, 0xa6, 0x31, 0x66, 0x31, 0x65, 0x29, 0x86, 0x31, 0x08, 0x42, 0xc7, 0x39, 0xa7, 0x39, 0x49, 0x4a, 0xc7, 0x39, 0x86, 0x31, 0x86, 0x31, 0x28, 0x42, 0x08, 0x42, 0xa6, 0x31, 0x08, 0x42, 0xc7, 0x39, 0x08, 0x42, 0x08, 0x42, 0xa7, 0x39, 0x49, 0x4a, 0x66, 0x31, 0x66, 0x31, - 0xe8, 0x41, 0x86, 0x31, 0x08, 0x42, 0xc7, 0x39, 0xe7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0x29, 0x4a, 0xc7, 0x39, 0x86, 0x31, 0x08, 0x42, 0x29, 0x4a, 0x29, 0x4a, 0x08, 0x42, 0xa6, 0x31, 0xa7, 0x39, 0x49, 0x4a, 0xa6, 0x31, 0x65, 0x29, 0x66, 0x31, 0x65, 0x29, 0x8a, 0x52, 0xcb, 0x5a, 0xa6, 0x31, 0xe7, 0x39, 0xc7, 0x39, 0xa6, 0x31, 0xcb, 0x5a, 0x49, 0x4a, 0x66, 0x31, 0x65, 0x29, 0x66, 0x31, 0xc7, 0x39, 0x29, 0x4a, 0x86, 0x31, 0xa7, 0x39, 0x08, 0x42, 0x29, 0x4a, 0x29, 0x4a, 0x08, 0x42, 0x86, 0x31, 0x08, 0x42, 0xe8, 0x41, 0xc7, 0x39, 0x08, 0x42, 0xc7, 0x39, 0xe8, 0x41, 0x08, 0x42, 0x66, 0x31, 0x08, 0x42, - 0x8a, 0x52, 0x08, 0x42, 0xa6, 0x31, 0xe8, 0x41, 0xe8, 0x41, 0xe8, 0x41, 0x86, 0x31, 0xe7, 0x39, 0x49, 0x4a, 0xe8, 0x41, 0xa6, 0x31, 0x86, 0x31, 0x86, 0x31, 0xa6, 0x31, 0xe8, 0x41, 0x29, 0x4a, 0xc7, 0x39, 0x66, 0x31, 0x65, 0x29, 0x65, 0x29, 0xa6, 0x31, 0x0c, 0x63, 0xc7, 0x39, 0x08, 0x42, 0xeb, 0x5a, 0xec, 0x62, 0x08, 0x42, 0xe8, 0x41, 0xab, 0x5a, 0x86, 0x31, 0x65, 0x29, 0x65, 0x29, 0x66, 0x31, 0xe7, 0x39, 0x49, 0x4a, 0xe7, 0x39, 0xa6, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0x08, 0x42, 0x49, 0x4a, 0xa7, 0x39, 0x86, 0x31, 0xe8, 0x41, 0x08, 0x42, 0xe8, 0x41, 0x86, 0x31, 0x08, 0x42, 0xaa, 0x52, - 0xc7, 0x39, 0x69, 0x4a, 0x86, 0x31, 0x66, 0x31, 0x66, 0x31, 0x65, 0x29, 0x65, 0x29, 0x66, 0x31, 0xc7, 0x39, 0x08, 0x42, 0x08, 0x42, 0x29, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x08, 0x42, 0xa6, 0x31, 0x65, 0x29, 0x49, 0x4a, 0x8a, 0x52, 0xa7, 0x39, 0xa6, 0x31, 0xaa, 0x52, 0x86, 0x31, 0x8a, 0x52, 0xe8, 0x41, 0xc7, 0x39, 0xcb, 0x5a, 0xa6, 0x31, 0x69, 0x4a, 0x86, 0x31, 0xc7, 0x39, 0x8a, 0x52, 0x29, 0x4a, 0x66, 0x31, 0xa6, 0x31, 0x08, 0x42, 0x29, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0x08, 0x42, 0xe8, 0x41, 0xa7, 0x39, 0x66, 0x31, 0x65, 0x29, 0x65, 0x29, 0x86, 0x31, 0x66, 0x31, 0x86, 0x31, 0x8a, 0x52, 0xc7, 0x39, - 0x49, 0x4a, 0x08, 0x42, 0xc7, 0x39, 0x86, 0x31, 0x08, 0x42, 0x28, 0x42, 0xa6, 0x31, 0x66, 0x31, 0x86, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0x86, 0x31, 0x28, 0x42, 0x08, 0x42, 0x65, 0x29, 0x65, 0x29, 0x65, 0x29, 0x49, 0x4a, 0xec, 0x62, 0xcb, 0x5a, 0xe8, 0x41, 0x86, 0x31, 0xa6, 0x31, 0x8a, 0x52, 0x8a, 0x52, 0x28, 0x42, 0xab, 0x5a, 0xa7, 0x39, 0x66, 0x31, 0x49, 0x4a, 0xeb, 0x5a, 0xeb, 0x5a, 0x28, 0x42, 0x65, 0x29, 0x65, 0x29, 0x66, 0x31, 0x08, 0x42, 0xe8, 0x41, 0x86, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0x86, 0x31, 0x65, 0x29, 0xa6, 0x31, 0x28, 0x42, 0xe8, 0x41, 0x86, 0x31, 0xc7, 0x39, 0x69, 0x4a, 0x28, 0x42, - 0xe7, 0x39, 0x08, 0x42, 0xc7, 0x39, 0x69, 0x4a, 0x69, 0x4a, 0x69, 0x4a, 0x08, 0x42, 0x65, 0x29, 0x29, 0x4a, 0xe8, 0x41, 0x08, 0x42, 0xc7, 0x39, 0xc7, 0x39, 0x08, 0x42, 0x45, 0x29, 0x65, 0x29, 0x65, 0x29, 0x86, 0x31, 0xab, 0x5a, 0xe8, 0x41, 0xaa, 0x52, 0xc7, 0x39, 0xa6, 0x31, 0x8a, 0x52, 0x08, 0x42, 0x08, 0x42, 0x8a, 0x52, 0xa7, 0x39, 0x28, 0x42, 0x6a, 0x52, 0xc7, 0x39, 0xab, 0x5a, 0xa6, 0x31, 0x65, 0x29, 0x65, 0x29, 0x66, 0x31, 0x08, 0x42, 0xa6, 0x31, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0xe8, 0x41, 0x65, 0x29, 0x28, 0x42, 0x8a, 0x52, 0x6a, 0x52, 0x08, 0x42, 0xe7, 0x39, 0x49, 0x4a, 0xa7, 0x39, - 0x86, 0x31, 0x29, 0x4a, 0xe7, 0x39, 0x28, 0x42, 0x86, 0x31, 0x49, 0x4a, 0xe8, 0x41, 0x86, 0x31, 0x49, 0x4a, 0x86, 0x31, 0x08, 0x42, 0xa6, 0x31, 0x08, 0x42, 0xc7, 0x39, 0x65, 0x29, 0x66, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0xe7, 0x39, 0x6a, 0x52, 0xe7, 0x39, 0x8a, 0x52, 0xa7, 0x39, 0x6a, 0x52, 0x86, 0x31, 0x66, 0x31, 0xcb, 0x5a, 0xc7, 0x39, 0x49, 0x4a, 0xe7, 0x39, 0xaa, 0x52, 0xe8, 0x41, 0xc7, 0x39, 0xc7, 0x39, 0x65, 0x29, 0x66, 0x31, 0xe7, 0x39, 0xc7, 0x39, 0xe8, 0x41, 0x08, 0x42, 0xc7, 0x39, 0x08, 0x42, 0x86, 0x31, 0x08, 0x42, 0x69, 0x4a, 0xa6, 0x31, 0x49, 0x4a, 0xa6, 0x31, 0x6a, 0x52, 0x65, 0x29, - 0x28, 0x42, 0x08, 0x42, 0x28, 0x42, 0x6a, 0x52, 0x49, 0x4a, 0x08, 0x42, 0x86, 0x31, 0x66, 0x31, 0x29, 0x4a, 0xe7, 0x39, 0xa6, 0x31, 0xe7, 0x39, 0x29, 0x4a, 0x66, 0x31, 0xa7, 0x39, 0xaa, 0x52, 0xcb, 0x5a, 0x69, 0x4a, 0x86, 0x31, 0xc7, 0x39, 0x69, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x28, 0x42, 0x29, 0x4a, 0x69, 0x4a, 0x29, 0x4a, 0x28, 0x42, 0x8a, 0x52, 0x49, 0x4a, 0xa7, 0x39, 0x86, 0x31, 0x6a, 0x52, 0xcb, 0x5a, 0x8a, 0x52, 0xa6, 0x31, 0x86, 0x31, 0x28, 0x42, 0xc7, 0x39, 0xa7, 0x39, 0xe8, 0x41, 0xe8, 0x41, 0x66, 0x31, 0x86, 0x31, 0x08, 0x42, 0x49, 0x4a, 0xaa, 0x52, 0xe7, 0x39, 0x08, 0x42, 0x28, 0x42, - 0x28, 0x42, 0xa7, 0x39, 0x49, 0x4a, 0xc7, 0x39, 0xa6, 0x31, 0xe7, 0x39, 0xc7, 0x39, 0x86, 0x31, 0x86, 0x31, 0x28, 0x42, 0x49, 0x4a, 0x08, 0x42, 0x86, 0x31, 0xa7, 0x39, 0xec, 0x62, 0xab, 0x5a, 0xa6, 0x31, 0x86, 0x31, 0xa7, 0x39, 0xc7, 0x39, 0x86, 0x31, 0x08, 0x42, 0xcb, 0x5a, 0xe8, 0x41, 0xaa, 0x52, 0x8a, 0x52, 0xa7, 0x39, 0xcb, 0x5a, 0xe7, 0x39, 0xa6, 0x31, 0xc7, 0x39, 0xa7, 0x39, 0x86, 0x31, 0xc7, 0x39, 0xcb, 0x5a, 0xcb, 0x5a, 0xa7, 0x39, 0xa6, 0x31, 0x28, 0x42, 0x49, 0x4a, 0x08, 0x42, 0x86, 0x31, 0x86, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0xa6, 0x31, 0xe7, 0x39, 0x6a, 0x52, 0x86, 0x31, 0x08, 0x42, - 0x08, 0x42, 0xa6, 0x31, 0x86, 0x31, 0x29, 0x4a, 0x69, 0x4a, 0x49, 0x4a, 0x69, 0x4a, 0x8a, 0x52, 0x08, 0x42, 0x65, 0x29, 0x65, 0x29, 0x65, 0x29, 0xa6, 0x31, 0xeb, 0x5a, 0xab, 0x5a, 0xa6, 0x31, 0x28, 0x42, 0xcb, 0x5a, 0xcb, 0x5a, 0xaa, 0x52, 0xcb, 0x5a, 0x49, 0x4a, 0xa6, 0x31, 0x86, 0x31, 0xa6, 0x31, 0x86, 0x31, 0xa6, 0x31, 0xc7, 0x39, 0x69, 0x4a, 0xab, 0x5a, 0xab, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xe8, 0x41, 0xa6, 0x31, 0xeb, 0x5a, 0xab, 0x5a, 0xa6, 0x31, 0x66, 0x31, 0x65, 0x29, 0x66, 0x31, 0x08, 0x42, 0x8a, 0x52, 0x69, 0x4a, 0x49, 0x4a, 0x6a, 0x52, 0x08, 0x42, 0xa6, 0x31, 0xa6, 0x31, 0x08, 0x42, - 0xe8, 0x41, 0x29, 0x4a, 0x29, 0x4a, 0xe7, 0x39, 0x65, 0x29, 0xc7, 0x39, 0x08, 0x42, 0xe8, 0x41, 0xab, 0x5a, 0xe8, 0x41, 0x65, 0x29, 0xa7, 0x39, 0xcb, 0x5a, 0x0c, 0x63, 0xe8, 0x41, 0xe8, 0x41, 0x0c, 0x63, 0xc7, 0x39, 0x49, 0x4a, 0x08, 0x42, 0x66, 0x31, 0x28, 0x42, 0xcb, 0x5a, 0xc7, 0x39, 0x49, 0x4a, 0xaa, 0x52, 0x86, 0x31, 0xaa, 0x52, 0x08, 0x42, 0x65, 0x29, 0x28, 0x42, 0x49, 0x4a, 0x28, 0x42, 0xec, 0x62, 0xa6, 0x31, 0xe8, 0x41, 0x2c, 0x63, 0x8a, 0x52, 0x86, 0x31, 0x66, 0x31, 0xe8, 0x41, 0xaa, 0x52, 0xc7, 0x39, 0x28, 0x42, 0xa7, 0x39, 0x66, 0x31, 0x29, 0x4a, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, -#endif -#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP != 0 - /*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit BUT the 2 bytes are swapped*/ - 0x39, 0xc7, 0x4a, 0x29, 0x4a, 0x29, 0x39, 0xe7, 0x31, 0x86, 0x41, 0xe8, 0x42, 0x28, 0x41, 0xe8, 0x52, 0xaa, 0x41, 0xe8, 0x29, 0x45, 0x39, 0xa7, 0x5a, 0xcb, 0x63, 0x0c, 0x41, 0xe8, 0x42, 0x08, 0x62, 0xec, 0x39, 0xc7, 0x52, 0x8a, 0x4a, 0x29, 0x31, 0x86, 0x41, 0xe8, 0x5a, 0xcb, 0x39, 0xe7, 0x4a, 0x49, 0x52, 0xaa, 0x31, 0x86, 0x5a, 0xab, 0x41, 0xe8, 0x31, 0x86, 0x4a, 0x69, 0x52, 0x6a, 0x42, 0x08, 0x62, 0xec, 0x31, 0xa6, 0x42, 0x08, 0x63, 0x0c, 0x52, 0x8a, 0x31, 0x86, 0x31, 0x86, 0x41, 0xe8, 0x52, 0x8a, 0x39, 0xc7, 0x4a, 0x49, 0x39, 0xc7, 0x31, 0x86, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x41, 0xe8, - 0x4a, 0x29, 0x31, 0xa6, 0x39, 0xa7, 0x4a, 0x29, 0x4a, 0x29, 0x42, 0x08, 0x42, 0x28, 0x52, 0x6a, 0x41, 0xe8, 0x31, 0x86, 0x31, 0x86, 0x31, 0x66, 0x31, 0x86, 0x5a, 0xcb, 0x5a, 0xcb, 0x39, 0xa7, 0x4a, 0x29, 0x52, 0xaa, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0x69, 0x52, 0x6a, 0x39, 0xc7, 0x31, 0x86, 0x39, 0xe7, 0x39, 0xa7, 0x31, 0x86, 0x41, 0xe8, 0x52, 0x6a, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0x49, 0x52, 0xaa, 0x42, 0x08, 0x39, 0xc7, 0x5a, 0xeb, 0x52, 0xaa, 0x31, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0x86, 0x42, 0x08, 0x4a, 0x69, 0x42, 0x08, 0x42, 0x08, 0x4a, 0x29, 0x42, 0x08, 0x39, 0xa7, 0x31, 0xa6, 0x4a, 0x29, - 0x4a, 0x29, 0x39, 0xc7, 0x4a, 0x29, 0x42, 0x08, 0x39, 0xe7, 0x39, 0xc7, 0x39, 0xc7, 0x31, 0x86, 0x31, 0xa6, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x31, 0xa6, 0x39, 0xa7, 0x5a, 0xab, 0x5a, 0xcb, 0x41, 0xe8, 0x31, 0xa6, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xe7, 0x42, 0x28, 0x52, 0x8a, 0x41, 0xe8, 0x52, 0x8a, 0x52, 0x8a, 0x39, 0xa7, 0x52, 0xaa, 0x4a, 0x29, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xc7, 0x31, 0xa6, 0x42, 0x08, 0x5a, 0xeb, 0x5a, 0xab, 0x39, 0xa7, 0x39, 0xc7, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x31, 0xa6, 0x31, 0xa6, 0x39, 0xc7, 0x39, 0xc7, 0x41, 0xe8, 0x42, 0x28, 0x4a, 0x49, 0x31, 0x86, 0x42, 0x28, - 0x39, 0xc7, 0x4a, 0x29, 0x42, 0x08, 0x42, 0x28, 0x4a, 0x49, 0x4a, 0x49, 0x31, 0x86, 0x31, 0x66, 0x4a, 0x29, 0x39, 0xa7, 0x39, 0xc7, 0x39, 0xa7, 0x4a, 0x49, 0x31, 0x86, 0x31, 0xa6, 0x4a, 0x69, 0x5a, 0xeb, 0x5a, 0xcb, 0x31, 0xa6, 0x41, 0xe8, 0x52, 0x6a, 0x42, 0x28, 0x4a, 0x69, 0x4a, 0x29, 0x42, 0x08, 0x4a, 0x29, 0x4a, 0x49, 0x42, 0x08, 0x4a, 0x29, 0x52, 0x8a, 0x39, 0xc7, 0x31, 0xa6, 0x5a, 0xab, 0x5a, 0xeb, 0x4a, 0x49, 0x31, 0xa6, 0x39, 0xa7, 0x42, 0x08, 0x31, 0xa6, 0x39, 0xc7, 0x39, 0xc7, 0x41, 0xe8, 0x31, 0x66, 0x31, 0x86, 0x4a, 0x69, 0x4a, 0x29, 0x4a, 0x69, 0x39, 0xc7, 0x4a, 0x29, 0x41, 0xe8, - 0x31, 0x86, 0x42, 0x28, 0x39, 0xe7, 0x4a, 0x49, 0x31, 0x66, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x29, 0x31, 0xa6, 0x4a, 0x49, 0x39, 0xc7, 0x41, 0xe8, 0x41, 0xe8, 0x29, 0x65, 0x31, 0x66, 0x31, 0x86, 0x31, 0x86, 0x41, 0xe8, 0x52, 0x8a, 0x39, 0xa7, 0x5a, 0xab, 0x31, 0xa6, 0x4a, 0x69, 0x31, 0x86, 0x31, 0x66, 0x5a, 0xab, 0x39, 0xc7, 0x4a, 0x49, 0x39, 0xa7, 0x5a, 0xcb, 0x39, 0xe7, 0x31, 0x86, 0x31, 0x86, 0x31, 0x66, 0x31, 0x66, 0x39, 0xe7, 0x39, 0xc7, 0x42, 0x08, 0x42, 0x08, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x86, 0x42, 0x08, 0x4a, 0x49, 0x31, 0x86, 0x4a, 0x49, 0x31, 0x86, 0x52, 0x6a, 0x31, 0x66, - 0x41, 0xe8, 0x42, 0x08, 0x39, 0xc7, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x66, 0x42, 0x28, 0x39, 0xe7, 0x39, 0xe7, 0x39, 0xa7, 0x39, 0xc7, 0x42, 0x08, 0x29, 0x65, 0x31, 0x66, 0x29, 0x65, 0x31, 0xa6, 0x5a, 0xcb, 0x42, 0x08, 0x52, 0x8a, 0x39, 0xc7, 0x31, 0xa6, 0x52, 0x8a, 0x42, 0x08, 0x42, 0x08, 0x52, 0x8a, 0x31, 0xa6, 0x42, 0x08, 0x4a, 0x69, 0x39, 0xe7, 0x5a, 0xcb, 0x31, 0xa6, 0x29, 0x65, 0x29, 0x65, 0x31, 0x66, 0x42, 0x08, 0x39, 0xa7, 0x41, 0xe8, 0x39, 0xc7, 0x39, 0xe7, 0x41, 0xe8, 0x29, 0x65, 0x42, 0x08, 0x4a, 0x69, 0x4a, 0x49, 0x42, 0x08, 0x39, 0xe7, 0x4a, 0x49, 0x39, 0xc7, - 0x42, 0x28, 0x42, 0x08, 0x39, 0xc7, 0x31, 0x86, 0x41, 0xe8, 0x42, 0x08, 0x31, 0xa6, 0x29, 0x65, 0x31, 0x66, 0x39, 0xe7, 0x39, 0xe7, 0x39, 0xa7, 0x4a, 0x29, 0x42, 0x28, 0x29, 0x65, 0x29, 0x65, 0x29, 0x45, 0x4a, 0x49, 0x63, 0x0c, 0x52, 0x8a, 0x41, 0xe8, 0x39, 0xa7, 0x31, 0xa6, 0x52, 0x8a, 0x52, 0x6a, 0x42, 0x08, 0x5a, 0xcb, 0x39, 0xa7, 0x31, 0x86, 0x4a, 0x29, 0x52, 0xaa, 0x63, 0x0c, 0x4a, 0x49, 0x29, 0x65, 0x29, 0x65, 0x31, 0x86, 0x42, 0x08, 0x42, 0x08, 0x39, 0xa7, 0x41, 0xe8, 0x39, 0xc7, 0x31, 0x86, 0x29, 0x65, 0x31, 0xa6, 0x42, 0x08, 0x41, 0xe8, 0x31, 0x86, 0x39, 0xc7, 0x52, 0x6a, 0x41, 0xe8, - 0x39, 0xe7, 0x52, 0x6a, 0x31, 0x86, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x29, 0x65, 0x31, 0x66, 0x41, 0xe8, 0x4a, 0x29, 0x42, 0x28, 0x42, 0x08, 0x42, 0x28, 0x4a, 0x49, 0x4a, 0x29, 0x39, 0xc7, 0x29, 0x65, 0x42, 0x28, 0x4a, 0x29, 0x31, 0xa6, 0x39, 0xa7, 0x52, 0xaa, 0x31, 0x66, 0x52, 0x8a, 0x42, 0x08, 0x42, 0x28, 0x5a, 0xcb, 0x31, 0xa6, 0x4a, 0x69, 0x31, 0x86, 0x39, 0xa7, 0x4a, 0x29, 0x42, 0x08, 0x31, 0x66, 0x39, 0xc7, 0x4a, 0x29, 0x4a, 0x49, 0x42, 0x28, 0x42, 0x08, 0x42, 0x28, 0x4a, 0x29, 0x39, 0xc7, 0x31, 0x86, 0x29, 0x65, 0x29, 0x65, 0x31, 0x66, 0x29, 0x65, 0x31, 0x86, 0x52, 0x8a, 0x41, 0xe8, - 0x52, 0xaa, 0x42, 0x08, 0x31, 0xa6, 0x4a, 0x29, 0x4a, 0x49, 0x42, 0x28, 0x31, 0x66, 0x41, 0xe8, 0x4a, 0x49, 0x39, 0xc7, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x39, 0xc7, 0x4a, 0x49, 0x39, 0xe7, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0xa6, 0x63, 0x0c, 0x39, 0xe7, 0x42, 0x08, 0x63, 0x0c, 0x63, 0x0c, 0x41, 0xe8, 0x41, 0xe8, 0x5a, 0xab, 0x31, 0x86, 0x31, 0x66, 0x31, 0x66, 0x31, 0x86, 0x42, 0x08, 0x4a, 0x49, 0x39, 0xa7, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x86, 0x39, 0xe7, 0x4a, 0x69, 0x39, 0xc7, 0x31, 0x86, 0x4a, 0x29, 0x4a, 0x49, 0x42, 0x28, 0x31, 0x86, 0x41, 0xe8, 0x5a, 0xab, - 0x41, 0xe8, 0x31, 0x66, 0x42, 0x08, 0x39, 0xc7, 0x31, 0xa6, 0x39, 0xe7, 0x39, 0xe7, 0x4a, 0x29, 0x39, 0xa7, 0x31, 0x86, 0x42, 0x28, 0x4a, 0x49, 0x4a, 0x49, 0x42, 0x28, 0x31, 0xa6, 0x31, 0xa6, 0x4a, 0x49, 0x39, 0xa7, 0x29, 0x65, 0x31, 0x66, 0x29, 0x65, 0x52, 0x8a, 0x5a, 0xcb, 0x31, 0xa6, 0x39, 0xe7, 0x39, 0xc7, 0x31, 0xa6, 0x5a, 0xcb, 0x4a, 0x49, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x39, 0xc7, 0x4a, 0x29, 0x31, 0x86, 0x31, 0xa6, 0x42, 0x08, 0x4a, 0x49, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x86, 0x41, 0xe8, 0x41, 0xe8, 0x39, 0xc7, 0x41, 0xe8, 0x31, 0x86, 0x41, 0xe8, 0x42, 0x08, 0x29, 0x65, 0x41, 0xe8, - 0x29, 0x65, 0x31, 0x86, 0x42, 0x08, 0x39, 0xc7, 0x4a, 0x49, 0x41, 0xe8, 0x39, 0xe7, 0x42, 0x28, 0x31, 0x66, 0x42, 0x28, 0x42, 0x08, 0x31, 0xa6, 0x39, 0xa7, 0x39, 0xc7, 0x4a, 0x29, 0x31, 0xa6, 0x39, 0xe7, 0x42, 0x28, 0x29, 0x65, 0x31, 0x66, 0x29, 0x65, 0x31, 0x86, 0x5a, 0xcb, 0x5a, 0xcb, 0x41, 0xe8, 0x41, 0xe8, 0x5a, 0xcb, 0x5a, 0xab, 0x31, 0x86, 0x29, 0x65, 0x29, 0x65, 0x31, 0x86, 0x42, 0x28, 0x39, 0xa7, 0x39, 0xa7, 0x4a, 0x49, 0x39, 0xc7, 0x31, 0xa6, 0x31, 0xa6, 0x42, 0x08, 0x42, 0x08, 0x31, 0xa6, 0x42, 0x08, 0x39, 0xc7, 0x42, 0x08, 0x42, 0x28, 0x39, 0xa7, 0x4a, 0x29, 0x29, 0x65, 0x29, 0x65, - 0x31, 0xa6, 0x31, 0x66, 0x42, 0x08, 0x39, 0xa7, 0x39, 0xc7, 0x39, 0xa7, 0x39, 0xa7, 0x42, 0x08, 0x31, 0x66, 0x4a, 0x49, 0x31, 0xa6, 0x39, 0xc7, 0x41, 0xe8, 0x39, 0xc7, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x49, 0x42, 0x28, 0x42, 0x28, 0x42, 0x08, 0x31, 0x86, 0x39, 0xa7, 0x5a, 0xcb, 0x62, 0xec, 0x63, 0x0c, 0x52, 0xaa, 0x31, 0xa6, 0x31, 0xa6, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x28, 0x31, 0x86, 0x4a, 0x49, 0x39, 0xa7, 0x39, 0xc7, 0x42, 0x08, 0x39, 0xa7, 0x31, 0x86, 0x4a, 0x29, 0x31, 0xa6, 0x4a, 0x29, 0x31, 0x66, 0x39, 0xc7, 0x31, 0xa6, 0x39, 0xe7, 0x42, 0x08, 0x29, 0x65, 0x31, 0xa6, - 0x5a, 0xcb, 0x31, 0x86, 0x31, 0xa6, 0x4a, 0x49, 0x41, 0xe8, 0x39, 0xc7, 0x4a, 0x29, 0x42, 0x28, 0x31, 0x66, 0x4a, 0x49, 0x31, 0xa6, 0x39, 0xe7, 0x31, 0x66, 0x42, 0x28, 0x31, 0x86, 0x42, 0x28, 0x31, 0x86, 0x4a, 0x49, 0x42, 0x08, 0x31, 0xa6, 0x39, 0xc7, 0x4a, 0x29, 0x39, 0xa7, 0x31, 0xa6, 0x5a, 0xcb, 0x52, 0x8a, 0x31, 0x86, 0x39, 0xc7, 0x42, 0x28, 0x39, 0xc7, 0x39, 0xa7, 0x42, 0x28, 0x42, 0x08, 0x31, 0xa6, 0x4a, 0x49, 0x31, 0x86, 0x41, 0xe8, 0x31, 0xa6, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x29, 0x31, 0xa6, 0x4a, 0x49, 0x42, 0x28, 0x39, 0xc7, 0x42, 0x08, 0x42, 0x28, 0x31, 0x86, 0x31, 0xa6, 0x5a, 0xab, - 0x62, 0xec, 0x5a, 0xcb, 0x39, 0xa7, 0x31, 0x86, 0x41, 0xe8, 0x42, 0x08, 0x42, 0x28, 0x4a, 0x49, 0x31, 0x86, 0x42, 0x08, 0x39, 0xc7, 0x39, 0xc7, 0x42, 0x28, 0x39, 0xe7, 0x31, 0x86, 0x42, 0x28, 0x31, 0x86, 0x4a, 0x29, 0x31, 0x86, 0x39, 0xc7, 0x39, 0xc7, 0x31, 0xa6, 0x4a, 0x29, 0x31, 0x66, 0x31, 0xa6, 0x31, 0x86, 0x31, 0x66, 0x42, 0x08, 0x39, 0xa7, 0x39, 0xc7, 0x39, 0xc7, 0x31, 0xa6, 0x42, 0x08, 0x31, 0xa6, 0x4a, 0x49, 0x31, 0x86, 0x39, 0xc7, 0x4a, 0x29, 0x39, 0xa7, 0x39, 0xc7, 0x42, 0x08, 0x31, 0xa6, 0x4a, 0x49, 0x42, 0x08, 0x42, 0x08, 0x39, 0xe7, 0x31, 0x86, 0x39, 0xc7, 0x5a, 0xeb, 0x63, 0x0c, - 0x42, 0x08, 0x5a, 0xcb, 0x5a, 0xab, 0x31, 0xa6, 0x29, 0x65, 0x29, 0x65, 0x31, 0x66, 0x4a, 0x29, 0x39, 0xc7, 0x31, 0xa6, 0x4a, 0x29, 0x39, 0xc7, 0x31, 0xa6, 0x31, 0x86, 0x42, 0x08, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x49, 0x39, 0xa7, 0x42, 0x08, 0x4a, 0x29, 0x31, 0x86, 0x4a, 0x29, 0x31, 0x86, 0x29, 0x65, 0x31, 0x66, 0x31, 0x86, 0x42, 0x08, 0x39, 0xe7, 0x41, 0xe8, 0x42, 0x28, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x86, 0x31, 0x86, 0x39, 0xc7, 0x4a, 0x29, 0x39, 0xa7, 0x41, 0xe8, 0x42, 0x08, 0x29, 0x65, 0x29, 0x65, 0x29, 0x45, 0x39, 0xa7, 0x62, 0xec, 0x5a, 0xcb, 0x42, 0x08, - 0x41, 0xe8, 0x39, 0xa7, 0x5a, 0xcb, 0x4a, 0x49, 0x31, 0x66, 0x29, 0x65, 0x29, 0x65, 0x39, 0xc7, 0x4a, 0x49, 0x31, 0xa6, 0x31, 0xa6, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x08, 0x31, 0x86, 0x41, 0xe8, 0x4a, 0x29, 0x31, 0xa6, 0x42, 0x08, 0x39, 0xc7, 0x39, 0xc7, 0x42, 0x28, 0x31, 0x86, 0x42, 0x08, 0x41, 0xe8, 0x31, 0x66, 0x42, 0x08, 0x39, 0xe7, 0x39, 0xa7, 0x42, 0x08, 0x39, 0xc7, 0x42, 0x08, 0x39, 0xc7, 0x31, 0xa6, 0x42, 0x08, 0x42, 0x28, 0x42, 0x08, 0x42, 0x08, 0x31, 0xa6, 0x39, 0xa7, 0x4a, 0x29, 0x31, 0xa6, 0x29, 0x65, 0x29, 0x65, 0x31, 0x66, 0x52, 0xaa, 0x5a, 0xab, 0x31, 0xa6, 0x39, 0xe7, - 0x62, 0xec, 0x42, 0x28, 0x41, 0xe8, 0x5a, 0xeb, 0x31, 0x86, 0x31, 0x66, 0x29, 0x65, 0x29, 0x65, 0x39, 0xe7, 0x4a, 0x49, 0x39, 0xe7, 0x31, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0x86, 0x39, 0xe7, 0x4a, 0x69, 0x39, 0xc7, 0x31, 0x66, 0x42, 0x08, 0x4a, 0x29, 0x42, 0x08, 0x31, 0x86, 0x42, 0x08, 0x52, 0xaa, 0x5a, 0xab, 0x39, 0xe7, 0x31, 0x86, 0x42, 0x08, 0x4a, 0x29, 0x41, 0xe8, 0x31, 0x66, 0x41, 0xe8, 0x4a, 0x49, 0x39, 0xc7, 0x31, 0x86, 0x31, 0x66, 0x31, 0x86, 0x31, 0x86, 0x41, 0xe8, 0x4a, 0x49, 0x39, 0xc7, 0x29, 0x65, 0x29, 0x65, 0x29, 0x65, 0x39, 0xc7, 0x5a, 0xeb, 0x31, 0xa6, 0x42, 0x28, 0x63, 0x0c, - 0x39, 0xc7, 0x5a, 0xab, 0x31, 0xa6, 0x5a, 0xcb, 0x31, 0x86, 0x31, 0xa6, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x66, 0x39, 0xa7, 0x42, 0x28, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x29, 0x39, 0xc7, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x86, 0x4a, 0x69, 0x39, 0xc7, 0x39, 0xc7, 0x52, 0x8a, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0x86, 0x41, 0xe8, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x49, 0x42, 0x28, 0x31, 0xa6, 0x29, 0x65, 0x4a, 0x49, 0x4a, 0x29, 0x31, 0x86, 0x39, 0xe7, 0x4a, 0x49, 0x31, 0x86, 0x5a, 0xeb, 0x39, 0xc7, - 0x52, 0x6a, 0x4a, 0x49, 0x39, 0xc7, 0x31, 0xa6, 0x39, 0xe7, 0x5a, 0xcb, 0x63, 0x0c, 0x4a, 0x29, 0x31, 0x66, 0x31, 0x66, 0x29, 0x65, 0x42, 0x08, 0x42, 0x28, 0x31, 0x86, 0x39, 0xa7, 0x39, 0xa7, 0x31, 0x86, 0x31, 0x66, 0x31, 0x86, 0x41, 0xe8, 0x39, 0xc7, 0x31, 0x86, 0x31, 0xa6, 0x4a, 0x49, 0x4a, 0x29, 0x41, 0xe8, 0x4a, 0x69, 0x39, 0xa7, 0x31, 0x86, 0x39, 0xe7, 0x41, 0xe8, 0x31, 0x86, 0x29, 0x65, 0x31, 0x86, 0x31, 0xa6, 0x39, 0xa7, 0x39, 0xa7, 0x4a, 0x29, 0x41, 0xe8, 0x29, 0x65, 0x29, 0x65, 0x29, 0x65, 0x52, 0x8a, 0x63, 0x0c, 0x5a, 0xab, 0x39, 0xe7, 0x31, 0x86, 0x39, 0xc7, 0x5a, 0xab, 0x4a, 0x49, - 0x4a, 0x49, 0x4a, 0x29, 0x39, 0xc7, 0x42, 0x08, 0x52, 0x8a, 0x42, 0x08, 0x52, 0x8a, 0x31, 0xa6, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x42, 0x08, 0x31, 0xa6, 0x39, 0xc7, 0x42, 0x08, 0x42, 0x08, 0x41, 0xe8, 0x31, 0x66, 0x41, 0xe8, 0x52, 0x6a, 0x4a, 0x69, 0x4a, 0x29, 0x31, 0xa6, 0x4a, 0x49, 0x39, 0xa7, 0x39, 0xe7, 0x4a, 0x49, 0x39, 0xc7, 0x4a, 0x49, 0x4a, 0x29, 0x52, 0x6a, 0x42, 0x08, 0x31, 0x66, 0x42, 0x08, 0x41, 0xe8, 0x42, 0x08, 0x39, 0xc7, 0x41, 0xe8, 0x39, 0xc7, 0x29, 0x65, 0x31, 0x66, 0x29, 0x65, 0x39, 0xc7, 0x5a, 0xcb, 0x42, 0x08, 0x52, 0x6a, 0x39, 0xc7, 0x39, 0xc7, 0x52, 0xaa, 0x42, 0x08, - 0x31, 0x86, 0x4a, 0x69, 0x39, 0xe7, 0x52, 0x6a, 0x39, 0xa7, 0x52, 0x8a, 0x41, 0xe8, 0x31, 0xa6, 0x31, 0xa6, 0x29, 0x65, 0x29, 0x65, 0x42, 0x08, 0x39, 0xc7, 0x39, 0xc7, 0x4a, 0x29, 0x39, 0xc7, 0x4a, 0x29, 0x31, 0x66, 0x39, 0xe7, 0x4a, 0x69, 0x31, 0x86, 0x52, 0x6a, 0x31, 0xa6, 0x4a, 0x49, 0x31, 0x86, 0x31, 0x66, 0x52, 0x6a, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x86, 0x52, 0x8a, 0x39, 0xc7, 0x31, 0xa6, 0x42, 0x08, 0x39, 0xc7, 0x4a, 0x29, 0x39, 0xc7, 0x42, 0x08, 0x31, 0xa6, 0x31, 0x66, 0x29, 0x65, 0x31, 0xa6, 0x31, 0xa6, 0x42, 0x08, 0x52, 0xaa, 0x39, 0xe7, 0x4a, 0x69, 0x31, 0x86, 0x5a, 0xcb, 0x31, 0x66, - 0x41, 0xe8, 0x52, 0x6a, 0x4a, 0x29, 0x42, 0x08, 0x5a, 0xab, 0x39, 0xc7, 0x39, 0xc7, 0x5a, 0xab, 0x63, 0x0c, 0x52, 0x8a, 0x31, 0x86, 0x31, 0x86, 0x4a, 0x29, 0x31, 0xa6, 0x31, 0x86, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x66, 0x31, 0x86, 0x4a, 0x29, 0x4a, 0x69, 0x4a, 0x69, 0x42, 0x08, 0x42, 0x08, 0x41, 0xe8, 0x42, 0x28, 0x42, 0x08, 0x41, 0xe8, 0x52, 0x6a, 0x52, 0x6a, 0x4a, 0x29, 0x31, 0x66, 0x31, 0x86, 0x42, 0x28, 0x31, 0xa6, 0x31, 0xa6, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x86, 0x31, 0x86, 0x52, 0x8a, 0x63, 0x0c, 0x5a, 0xab, 0x31, 0x86, 0x39, 0xe7, 0x52, 0x8a, 0x4a, 0x49, 0x41, 0xe8, 0x4a, 0x69, 0x42, 0x08, - 0x5a, 0xcb, 0x39, 0xc7, 0x52, 0x8a, 0x4a, 0x69, 0x31, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0x86, 0x39, 0xe7, 0x5a, 0xcb, 0x5a, 0xab, 0x31, 0xa6, 0x39, 0xa7, 0x4a, 0x29, 0x4a, 0x29, 0x4a, 0x29, 0x31, 0x86, 0x31, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x39, 0xa7, 0x42, 0x08, 0x4a, 0x69, 0x31, 0xa6, 0x4a, 0x49, 0x4a, 0x29, 0x31, 0x86, 0x4a, 0x69, 0x42, 0x08, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0x86, 0x39, 0xa7, 0x4a, 0x29, 0x42, 0x28, 0x42, 0x28, 0x31, 0xa6, 0x39, 0xc7, 0x62, 0xec, 0x5a, 0xcb, 0x39, 0xc7, 0x31, 0x86, 0x39, 0xa7, 0x31, 0xa6, 0x39, 0xa7, 0x52, 0x6a, 0x5a, 0xcb, 0x31, 0xa6, 0x5a, 0xcb, - 0x39, 0xe7, 0x31, 0x86, 0x41, 0xe8, 0x4a, 0x29, 0x4a, 0x69, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x42, 0x08, 0x31, 0xa6, 0x5a, 0xcb, 0x5a, 0xab, 0x31, 0x86, 0x29, 0x65, 0x31, 0x86, 0x31, 0x86, 0x41, 0xe8, 0x4a, 0x69, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x29, 0x42, 0x08, 0x31, 0xa6, 0x39, 0xc7, 0x41, 0xe8, 0x41, 0xe8, 0x31, 0xa6, 0x39, 0xc7, 0x42, 0x08, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x39, 0xe7, 0x31, 0x86, 0x31, 0x86, 0x29, 0x65, 0x39, 0xa7, 0x5a, 0xeb, 0x5a, 0xcb, 0x39, 0xa7, 0x42, 0x08, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x4a, 0x69, 0x42, 0x08, 0x41, 0xe8, 0x31, 0x86, 0x39, 0xc7, - 0x4a, 0x49, 0x39, 0xe7, 0x52, 0x8a, 0x42, 0x08, 0x31, 0x86, 0x42, 0x08, 0x52, 0x6a, 0x42, 0x28, 0x63, 0x0c, 0x39, 0xc7, 0x41, 0xe8, 0x63, 0x0c, 0x5a, 0xab, 0x31, 0xa6, 0x29, 0x65, 0x42, 0x08, 0x5a, 0xab, 0x39, 0xc7, 0x4a, 0x29, 0x39, 0xc7, 0x31, 0x86, 0x41, 0xe8, 0x4a, 0x49, 0x41, 0xe8, 0x41, 0xe8, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x41, 0xe8, 0x31, 0x66, 0x39, 0xc7, 0x4a, 0x29, 0x42, 0x08, 0x52, 0x8a, 0x39, 0xc7, 0x29, 0x65, 0x39, 0xc7, 0x5a, 0xcb, 0x63, 0x0c, 0x39, 0xc7, 0x39, 0xe7, 0x5a, 0xcb, 0x42, 0x08, 0x52, 0xaa, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x29, 0x52, 0xaa, 0x31, 0x86, 0x4a, 0x49, - 0x52, 0xaa, 0x39, 0xa7, 0x52, 0xaa, 0x42, 0x28, 0x31, 0x66, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x63, 0x0c, 0x39, 0xc7, 0x42, 0x08, 0x63, 0x0c, 0x52, 0x8a, 0x31, 0x86, 0x29, 0x65, 0x41, 0xe8, 0x5a, 0xab, 0x39, 0xc7, 0x41, 0xe8, 0x39, 0xe7, 0x31, 0x66, 0x42, 0x08, 0x4a, 0x49, 0x41, 0xe8, 0x42, 0x08, 0x4a, 0x49, 0x41, 0xe8, 0x42, 0x08, 0x42, 0x08, 0x31, 0x66, 0x39, 0xe7, 0x41, 0xe8, 0x42, 0x08, 0x5a, 0xab, 0x31, 0xa6, 0x31, 0x66, 0x31, 0xa6, 0x52, 0xaa, 0x63, 0x0c, 0x39, 0xe7, 0x39, 0xc7, 0x62, 0xec, 0x39, 0xc7, 0x4a, 0x29, 0x42, 0x08, 0x31, 0x66, 0x52, 0x6a, 0x52, 0x8a, 0x31, 0x86, 0x52, 0xaa, - 0x31, 0x86, 0x31, 0x86, 0x39, 0xa7, 0x52, 0x6a, 0x5a, 0xab, 0x52, 0x8a, 0x5a, 0xcb, 0x5a, 0xcb, 0x39, 0xe7, 0x39, 0xa7, 0x5a, 0xcb, 0x5a, 0xab, 0x31, 0x86, 0x31, 0x66, 0x31, 0x86, 0x31, 0x66, 0x39, 0xe7, 0x52, 0x8a, 0x4a, 0x69, 0x4a, 0x49, 0x52, 0x8a, 0x42, 0x28, 0x31, 0x86, 0x31, 0xa6, 0x42, 0x08, 0x42, 0x08, 0x31, 0x86, 0x31, 0xa6, 0x42, 0x28, 0x52, 0x6a, 0x4a, 0x49, 0x4a, 0x69, 0x52, 0x6a, 0x39, 0xc7, 0x31, 0x66, 0x31, 0x86, 0x31, 0x66, 0x31, 0xa6, 0x5a, 0xcb, 0x5a, 0xcb, 0x31, 0xa6, 0x42, 0x08, 0x5a, 0xcb, 0x52, 0xaa, 0x52, 0x8a, 0x5a, 0xcb, 0x4a, 0x49, 0x39, 0xa7, 0x31, 0x86, 0x31, 0x86, - 0x52, 0xaa, 0x41, 0xe8, 0x52, 0xaa, 0x42, 0x08, 0x39, 0xc7, 0x39, 0xa7, 0x39, 0xa7, 0x31, 0xa6, 0x41, 0xe8, 0x5a, 0xcb, 0x5a, 0xab, 0x31, 0xa6, 0x39, 0xc7, 0x42, 0x28, 0x42, 0x08, 0x42, 0x08, 0x31, 0x86, 0x31, 0x66, 0x39, 0xa7, 0x39, 0xe7, 0x39, 0xc7, 0x41, 0xe8, 0x4a, 0x69, 0x39, 0xc7, 0x42, 0x28, 0x42, 0x28, 0x31, 0xa6, 0x4a, 0x49, 0x41, 0xe8, 0x39, 0xc7, 0x39, 0xc7, 0x31, 0xa6, 0x31, 0x66, 0x39, 0xa7, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x31, 0xa6, 0x39, 0xc7, 0x5a, 0xcb, 0x5a, 0xcb, 0x39, 0xe7, 0x31, 0xa6, 0x39, 0xa7, 0x39, 0xa7, 0x39, 0xc7, 0x42, 0x28, 0x5a, 0xcb, 0x39, 0xc7, 0x52, 0xaa, - 0x42, 0x08, 0x4a, 0x69, 0x4a, 0x29, 0x4a, 0x29, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x69, 0x5a, 0xab, 0x4a, 0x49, 0x31, 0x86, 0x31, 0xa6, 0x42, 0x28, 0x39, 0xa7, 0x39, 0xe7, 0x39, 0xe7, 0x42, 0x08, 0x29, 0x65, 0x31, 0x86, 0x4a, 0x29, 0x42, 0x08, 0x52, 0x6a, 0x42, 0x08, 0x42, 0x08, 0x41, 0xe8, 0x42, 0x08, 0x4a, 0x29, 0x41, 0xe8, 0x4a, 0x49, 0x42, 0x28, 0x4a, 0x49, 0x31, 0x86, 0x31, 0x86, 0x42, 0x08, 0x39, 0xc7, 0x39, 0xe7, 0x39, 0xc7, 0x42, 0x28, 0x31, 0x66, 0x39, 0xa7, 0x4a, 0x49, 0x5a, 0xab, 0x4a, 0x69, 0x31, 0x66, 0x42, 0x08, 0x4a, 0x49, 0x52, 0x8a, 0x41, 0xe8, 0x4a, 0x69, 0x42, 0x08, - 0x31, 0x66, 0x4a, 0x69, 0x39, 0xc7, 0x52, 0x8a, 0x39, 0xa7, 0x4a, 0x69, 0x42, 0x28, 0x31, 0x86, 0x31, 0x86, 0x31, 0x66, 0x29, 0x65, 0x42, 0x08, 0x39, 0xa7, 0x39, 0xc7, 0x42, 0x08, 0x39, 0xa7, 0x4a, 0x29, 0x31, 0x66, 0x39, 0xe7, 0x4a, 0x49, 0x31, 0x86, 0x52, 0x6a, 0x31, 0xa6, 0x4a, 0x29, 0x31, 0x86, 0x31, 0x66, 0x4a, 0x69, 0x39, 0xc7, 0x4a, 0x29, 0x31, 0x86, 0x4a, 0x49, 0x41, 0xe8, 0x31, 0x86, 0x42, 0x08, 0x39, 0xc7, 0x41, 0xe8, 0x39, 0xc7, 0x41, 0xe8, 0x39, 0xa7, 0x29, 0x65, 0x31, 0x66, 0x31, 0x86, 0x31, 0x86, 0x4a, 0x49, 0x52, 0x6a, 0x41, 0xe8, 0x4a, 0x49, 0x31, 0xa6, 0x5a, 0xab, 0x29, 0x65, - 0x4a, 0x69, 0x4a, 0x29, 0x39, 0xc7, 0x39, 0xc7, 0x5a, 0xab, 0x39, 0xe7, 0x52, 0xaa, 0x39, 0xc7, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x42, 0x28, 0x31, 0xa6, 0x39, 0xc7, 0x42, 0x08, 0x42, 0x08, 0x41, 0xe8, 0x31, 0x66, 0x39, 0xe7, 0x52, 0x8a, 0x52, 0x8a, 0x4a, 0x49, 0x31, 0xa6, 0x4a, 0x49, 0x39, 0xc7, 0x39, 0xe7, 0x4a, 0x29, 0x39, 0xe7, 0x4a, 0x49, 0x4a, 0x69, 0x52, 0x8a, 0x41, 0xe8, 0x29, 0x65, 0x42, 0x28, 0x39, 0xe7, 0x42, 0x08, 0x39, 0xc7, 0x41, 0xe8, 0x39, 0xe7, 0x29, 0x65, 0x29, 0x65, 0x29, 0x65, 0x39, 0xe7, 0x5a, 0xcb, 0x39, 0xc7, 0x52, 0x8a, 0x39, 0xc7, 0x39, 0xc7, 0x52, 0xaa, 0x42, 0x28, - 0x52, 0x6a, 0x4a, 0x49, 0x39, 0xc7, 0x31, 0x86, 0x41, 0xe8, 0x5a, 0xcb, 0x62, 0xec, 0x42, 0x28, 0x31, 0x66, 0x31, 0x66, 0x31, 0x86, 0x42, 0x28, 0x42, 0x08, 0x31, 0x86, 0x39, 0xc7, 0x39, 0xc7, 0x31, 0x66, 0x31, 0x66, 0x31, 0x86, 0x42, 0x08, 0x39, 0xe7, 0x31, 0x66, 0x31, 0xa6, 0x4a, 0x49, 0x4a, 0x29, 0x41, 0xe8, 0x4a, 0x69, 0x31, 0xa6, 0x31, 0x86, 0x39, 0xe7, 0x41, 0xe8, 0x31, 0x86, 0x29, 0x65, 0x31, 0x86, 0x39, 0xe7, 0x39, 0xc7, 0x31, 0xa6, 0x4a, 0x29, 0x41, 0xe8, 0x31, 0x86, 0x31, 0x66, 0x29, 0x65, 0x52, 0x8a, 0x5a, 0xeb, 0x52, 0xaa, 0x41, 0xe8, 0x31, 0x86, 0x39, 0xc7, 0x5a, 0xcb, 0x4a, 0x49, - 0x42, 0x08, 0x52, 0xaa, 0x31, 0xa6, 0x5a, 0xab, 0x31, 0x66, 0x39, 0xa7, 0x4a, 0x49, 0x41, 0xe8, 0x31, 0x66, 0x39, 0xc7, 0x42, 0x08, 0x42, 0x28, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x41, 0xe8, 0x31, 0x66, 0x29, 0x65, 0x31, 0x66, 0x31, 0x86, 0x31, 0x66, 0x31, 0x86, 0x4a, 0x49, 0x42, 0x08, 0x42, 0x08, 0x52, 0x8a, 0x31, 0x66, 0x31, 0x86, 0x31, 0x86, 0x31, 0x66, 0x29, 0x65, 0x31, 0x86, 0x41, 0xe8, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x08, 0x39, 0xc7, 0x31, 0x66, 0x4a, 0x29, 0x42, 0x28, 0x31, 0xa6, 0x39, 0xc7, 0x4a, 0x69, 0x31, 0x86, 0x5a, 0xcb, 0x42, 0x08, - 0x5a, 0xeb, 0x41, 0xe8, 0x42, 0x08, 0x5a, 0xeb, 0x31, 0x66, 0x29, 0x65, 0x29, 0x65, 0x29, 0x65, 0x42, 0x08, 0x4a, 0x29, 0x39, 0xa7, 0x31, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0x86, 0x39, 0xc7, 0x4a, 0x49, 0x39, 0xe7, 0x31, 0x86, 0x42, 0x08, 0x42, 0x08, 0x4a, 0x29, 0x39, 0xa7, 0x39, 0xe7, 0x52, 0xaa, 0x5a, 0xab, 0x39, 0xc7, 0x39, 0xa7, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x31, 0x86, 0x41, 0xe8, 0x4a, 0x29, 0x39, 0xa7, 0x31, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0x86, 0x39, 0xc7, 0x4a, 0x29, 0x39, 0xe7, 0x31, 0x66, 0x29, 0x65, 0x29, 0x65, 0x39, 0xc7, 0x5a, 0xeb, 0x39, 0xa7, 0x42, 0x08, 0x63, 0x0c, - 0x39, 0xa7, 0x39, 0xc7, 0x5a, 0xeb, 0x4a, 0x49, 0x31, 0x66, 0x31, 0x66, 0x29, 0x65, 0x39, 0xc7, 0x4a, 0x49, 0x31, 0x86, 0x39, 0xc7, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x29, 0x31, 0xa6, 0x39, 0xe7, 0x4a, 0x29, 0x39, 0xa7, 0x41, 0xe8, 0x39, 0xc7, 0x39, 0xa7, 0x4a, 0x29, 0x31, 0x86, 0x39, 0xc7, 0x39, 0xa7, 0x31, 0x66, 0x42, 0x28, 0x39, 0xc7, 0x31, 0xa6, 0x39, 0xe7, 0x39, 0xe7, 0x42, 0x28, 0x39, 0xa7, 0x39, 0xa7, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x39, 0xa7, 0x31, 0xa6, 0x4a, 0x29, 0x31, 0xa6, 0x29, 0x65, 0x29, 0x65, 0x29, 0x65, 0x52, 0x8a, 0x5a, 0xcb, 0x31, 0x86, 0x31, 0xa6, - 0x41, 0xe8, 0x5a, 0xcb, 0x5a, 0xab, 0x31, 0x86, 0x29, 0x65, 0x31, 0x66, 0x31, 0x86, 0x4a, 0x29, 0x39, 0xa7, 0x31, 0xa6, 0x4a, 0x49, 0x39, 0xa7, 0x31, 0x86, 0x31, 0x86, 0x42, 0x08, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x49, 0x39, 0xa7, 0x42, 0x08, 0x4a, 0x29, 0x31, 0x86, 0x42, 0x28, 0x31, 0x86, 0x29, 0x65, 0x31, 0x66, 0x31, 0x86, 0x42, 0x08, 0x39, 0xe7, 0x42, 0x08, 0x42, 0x08, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x49, 0x41, 0xe8, 0x31, 0x66, 0x31, 0x86, 0x39, 0xc7, 0x4a, 0x49, 0x31, 0xa6, 0x39, 0xe7, 0x42, 0x08, 0x31, 0x66, 0x31, 0x66, 0x31, 0x66, 0x31, 0xa6, 0x5a, 0xcb, 0x5a, 0xcb, 0x41, 0xe8, - 0x63, 0x2c, 0x52, 0xaa, 0x39, 0xa7, 0x39, 0xa7, 0x39, 0xe7, 0x41, 0xe8, 0x42, 0x08, 0x4a, 0x29, 0x31, 0x66, 0x42, 0x28, 0x39, 0xc7, 0x39, 0xc7, 0x41, 0xe8, 0x39, 0xc7, 0x31, 0x86, 0x42, 0x28, 0x31, 0x86, 0x4a, 0x49, 0x31, 0xa6, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xc7, 0x42, 0x28, 0x31, 0x66, 0x39, 0xc7, 0x31, 0x86, 0x31, 0x66, 0x42, 0x08, 0x39, 0xc7, 0x39, 0xe7, 0x39, 0xc7, 0x31, 0xa6, 0x42, 0x08, 0x31, 0xa6, 0x4a, 0x49, 0x31, 0x66, 0x39, 0xc7, 0x41, 0xe8, 0x31, 0xa6, 0x39, 0xc7, 0x42, 0x08, 0x31, 0xa6, 0x4a, 0x49, 0x42, 0x08, 0x42, 0x08, 0x39, 0xe7, 0x31, 0x86, 0x39, 0xc7, 0x5a, 0xcb, 0x63, 0x2c, - 0x52, 0x8a, 0x31, 0xa6, 0x39, 0xc7, 0x42, 0x08, 0x39, 0xc7, 0x39, 0xa7, 0x42, 0x08, 0x42, 0x08, 0x31, 0x66, 0x4a, 0x49, 0x31, 0xa6, 0x42, 0x08, 0x31, 0xa6, 0x42, 0x28, 0x31, 0x86, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x49, 0x4a, 0x29, 0x39, 0xe7, 0x42, 0x08, 0x42, 0x08, 0x31, 0x86, 0x39, 0xc7, 0x5a, 0xcb, 0x52, 0xaa, 0x31, 0xa6, 0x31, 0xa6, 0x42, 0x08, 0x42, 0x08, 0x41, 0xe8, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x49, 0x31, 0x86, 0x42, 0x08, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x66, 0x4a, 0x29, 0x31, 0x86, 0x4a, 0x49, 0x42, 0x08, 0x39, 0xa7, 0x39, 0xc7, 0x4a, 0x29, 0x31, 0xa6, 0x31, 0xa6, 0x52, 0x8a, - 0x31, 0x86, 0x31, 0x86, 0x42, 0x08, 0x31, 0xa6, 0x42, 0x08, 0x41, 0xe8, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x49, 0x31, 0xa6, 0x39, 0xc7, 0x42, 0x08, 0x39, 0xa7, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x86, 0x4a, 0x49, 0x39, 0xe7, 0x39, 0xc7, 0x39, 0xa7, 0x31, 0x86, 0x39, 0xc7, 0x5a, 0xeb, 0x63, 0x0c, 0x63, 0x0c, 0x5a, 0xcb, 0x39, 0xc7, 0x31, 0x86, 0x39, 0xc7, 0x39, 0xe7, 0x41, 0xe8, 0x42, 0x28, 0x31, 0x86, 0x4a, 0x49, 0x39, 0xc7, 0x31, 0xa6, 0x42, 0x08, 0x39, 0xa7, 0x31, 0x86, 0x4a, 0x29, 0x31, 0xa6, 0x4a, 0x29, 0x31, 0x86, 0x42, 0x08, 0x39, 0xe7, 0x39, 0xc7, 0x42, 0x28, 0x29, 0x65, 0x31, 0x86, - 0x31, 0x66, 0x31, 0xa6, 0x41, 0xe8, 0x39, 0xc7, 0x42, 0x08, 0x39, 0xc7, 0x41, 0xe8, 0x42, 0x28, 0x31, 0x66, 0x42, 0x28, 0x42, 0x08, 0x31, 0x86, 0x31, 0x86, 0x39, 0xc7, 0x4a, 0x49, 0x31, 0xa6, 0x41, 0xe8, 0x42, 0x08, 0x29, 0x65, 0x29, 0x65, 0x31, 0x66, 0x31, 0x86, 0x62, 0xec, 0x5a, 0xcb, 0x39, 0xc7, 0x39, 0xe7, 0x5a, 0xeb, 0x5a, 0xcb, 0x31, 0xa6, 0x31, 0x66, 0x29, 0x65, 0x31, 0x86, 0x42, 0x08, 0x39, 0xc7, 0x39, 0xa7, 0x4a, 0x49, 0x39, 0xc7, 0x31, 0x86, 0x31, 0x86, 0x42, 0x28, 0x42, 0x08, 0x31, 0xa6, 0x42, 0x08, 0x39, 0xc7, 0x42, 0x08, 0x42, 0x08, 0x39, 0xa7, 0x4a, 0x49, 0x31, 0x66, 0x31, 0x66, - 0x41, 0xe8, 0x31, 0x86, 0x42, 0x08, 0x39, 0xc7, 0x39, 0xe7, 0x39, 0xc7, 0x39, 0xc7, 0x4a, 0x29, 0x39, 0xc7, 0x31, 0x86, 0x42, 0x08, 0x4a, 0x29, 0x4a, 0x29, 0x42, 0x08, 0x31, 0xa6, 0x39, 0xa7, 0x4a, 0x49, 0x31, 0xa6, 0x29, 0x65, 0x31, 0x66, 0x29, 0x65, 0x52, 0x8a, 0x5a, 0xcb, 0x31, 0xa6, 0x39, 0xe7, 0x39, 0xc7, 0x31, 0xa6, 0x5a, 0xcb, 0x4a, 0x49, 0x31, 0x66, 0x29, 0x65, 0x31, 0x66, 0x39, 0xc7, 0x4a, 0x29, 0x31, 0x86, 0x39, 0xa7, 0x42, 0x08, 0x4a, 0x29, 0x4a, 0x29, 0x42, 0x08, 0x31, 0x86, 0x42, 0x08, 0x41, 0xe8, 0x39, 0xc7, 0x42, 0x08, 0x39, 0xc7, 0x41, 0xe8, 0x42, 0x08, 0x31, 0x66, 0x42, 0x08, - 0x52, 0x8a, 0x42, 0x08, 0x31, 0xa6, 0x41, 0xe8, 0x41, 0xe8, 0x41, 0xe8, 0x31, 0x86, 0x39, 0xe7, 0x4a, 0x49, 0x41, 0xe8, 0x31, 0xa6, 0x31, 0x86, 0x31, 0x86, 0x31, 0xa6, 0x41, 0xe8, 0x4a, 0x29, 0x39, 0xc7, 0x31, 0x66, 0x29, 0x65, 0x29, 0x65, 0x31, 0xa6, 0x63, 0x0c, 0x39, 0xc7, 0x42, 0x08, 0x5a, 0xeb, 0x62, 0xec, 0x42, 0x08, 0x41, 0xe8, 0x5a, 0xab, 0x31, 0x86, 0x29, 0x65, 0x29, 0x65, 0x31, 0x66, 0x39, 0xe7, 0x4a, 0x49, 0x39, 0xe7, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0xa6, 0x42, 0x08, 0x4a, 0x49, 0x39, 0xa7, 0x31, 0x86, 0x41, 0xe8, 0x42, 0x08, 0x41, 0xe8, 0x31, 0x86, 0x42, 0x08, 0x52, 0xaa, - 0x39, 0xc7, 0x4a, 0x69, 0x31, 0x86, 0x31, 0x66, 0x31, 0x66, 0x29, 0x65, 0x29, 0x65, 0x31, 0x66, 0x39, 0xc7, 0x42, 0x08, 0x42, 0x08, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x49, 0x42, 0x08, 0x31, 0xa6, 0x29, 0x65, 0x4a, 0x49, 0x52, 0x8a, 0x39, 0xa7, 0x31, 0xa6, 0x52, 0xaa, 0x31, 0x86, 0x52, 0x8a, 0x41, 0xe8, 0x39, 0xc7, 0x5a, 0xcb, 0x31, 0xa6, 0x4a, 0x69, 0x31, 0x86, 0x39, 0xc7, 0x52, 0x8a, 0x4a, 0x29, 0x31, 0x66, 0x31, 0xa6, 0x42, 0x08, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x29, 0x42, 0x08, 0x41, 0xe8, 0x39, 0xa7, 0x31, 0x66, 0x29, 0x65, 0x29, 0x65, 0x31, 0x86, 0x31, 0x66, 0x31, 0x86, 0x52, 0x8a, 0x39, 0xc7, - 0x4a, 0x49, 0x42, 0x08, 0x39, 0xc7, 0x31, 0x86, 0x42, 0x08, 0x42, 0x28, 0x31, 0xa6, 0x31, 0x66, 0x31, 0x86, 0x39, 0xc7, 0x39, 0xc7, 0x31, 0x86, 0x42, 0x28, 0x42, 0x08, 0x29, 0x65, 0x29, 0x65, 0x29, 0x65, 0x4a, 0x49, 0x62, 0xec, 0x5a, 0xcb, 0x41, 0xe8, 0x31, 0x86, 0x31, 0xa6, 0x52, 0x8a, 0x52, 0x8a, 0x42, 0x28, 0x5a, 0xab, 0x39, 0xa7, 0x31, 0x66, 0x4a, 0x49, 0x5a, 0xeb, 0x5a, 0xeb, 0x42, 0x28, 0x29, 0x65, 0x29, 0x65, 0x31, 0x66, 0x42, 0x08, 0x41, 0xe8, 0x31, 0x86, 0x39, 0xc7, 0x39, 0xc7, 0x31, 0x86, 0x29, 0x65, 0x31, 0xa6, 0x42, 0x28, 0x41, 0xe8, 0x31, 0x86, 0x39, 0xc7, 0x4a, 0x69, 0x42, 0x28, - 0x39, 0xe7, 0x42, 0x08, 0x39, 0xc7, 0x4a, 0x69, 0x4a, 0x69, 0x4a, 0x69, 0x42, 0x08, 0x29, 0x65, 0x4a, 0x29, 0x41, 0xe8, 0x42, 0x08, 0x39, 0xc7, 0x39, 0xc7, 0x42, 0x08, 0x29, 0x45, 0x29, 0x65, 0x29, 0x65, 0x31, 0x86, 0x5a, 0xab, 0x41, 0xe8, 0x52, 0xaa, 0x39, 0xc7, 0x31, 0xa6, 0x52, 0x8a, 0x42, 0x08, 0x42, 0x08, 0x52, 0x8a, 0x39, 0xa7, 0x42, 0x28, 0x52, 0x6a, 0x39, 0xc7, 0x5a, 0xab, 0x31, 0xa6, 0x29, 0x65, 0x29, 0x65, 0x31, 0x66, 0x42, 0x08, 0x31, 0xa6, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x41, 0xe8, 0x29, 0x65, 0x42, 0x28, 0x52, 0x8a, 0x52, 0x6a, 0x42, 0x08, 0x39, 0xe7, 0x4a, 0x49, 0x39, 0xa7, - 0x31, 0x86, 0x4a, 0x29, 0x39, 0xe7, 0x42, 0x28, 0x31, 0x86, 0x4a, 0x49, 0x41, 0xe8, 0x31, 0x86, 0x4a, 0x49, 0x31, 0x86, 0x42, 0x08, 0x31, 0xa6, 0x42, 0x08, 0x39, 0xc7, 0x29, 0x65, 0x31, 0x66, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xe7, 0x52, 0x6a, 0x39, 0xe7, 0x52, 0x8a, 0x39, 0xa7, 0x52, 0x6a, 0x31, 0x86, 0x31, 0x66, 0x5a, 0xcb, 0x39, 0xc7, 0x4a, 0x49, 0x39, 0xe7, 0x52, 0xaa, 0x41, 0xe8, 0x39, 0xc7, 0x39, 0xc7, 0x29, 0x65, 0x31, 0x66, 0x39, 0xe7, 0x39, 0xc7, 0x41, 0xe8, 0x42, 0x08, 0x39, 0xc7, 0x42, 0x08, 0x31, 0x86, 0x42, 0x08, 0x4a, 0x69, 0x31, 0xa6, 0x4a, 0x49, 0x31, 0xa6, 0x52, 0x6a, 0x29, 0x65, - 0x42, 0x28, 0x42, 0x08, 0x42, 0x28, 0x52, 0x6a, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x86, 0x31, 0x66, 0x4a, 0x29, 0x39, 0xe7, 0x31, 0xa6, 0x39, 0xe7, 0x4a, 0x29, 0x31, 0x66, 0x39, 0xa7, 0x52, 0xaa, 0x5a, 0xcb, 0x4a, 0x69, 0x31, 0x86, 0x39, 0xc7, 0x4a, 0x69, 0x4a, 0x49, 0x4a, 0x49, 0x42, 0x28, 0x4a, 0x29, 0x4a, 0x69, 0x4a, 0x29, 0x42, 0x28, 0x52, 0x8a, 0x4a, 0x49, 0x39, 0xa7, 0x31, 0x86, 0x52, 0x6a, 0x5a, 0xcb, 0x52, 0x8a, 0x31, 0xa6, 0x31, 0x86, 0x42, 0x28, 0x39, 0xc7, 0x39, 0xa7, 0x41, 0xe8, 0x41, 0xe8, 0x31, 0x66, 0x31, 0x86, 0x42, 0x08, 0x4a, 0x49, 0x52, 0xaa, 0x39, 0xe7, 0x42, 0x08, 0x42, 0x28, - 0x42, 0x28, 0x39, 0xa7, 0x4a, 0x49, 0x39, 0xc7, 0x31, 0xa6, 0x39, 0xe7, 0x39, 0xc7, 0x31, 0x86, 0x31, 0x86, 0x42, 0x28, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x86, 0x39, 0xa7, 0x62, 0xec, 0x5a, 0xab, 0x31, 0xa6, 0x31, 0x86, 0x39, 0xa7, 0x39, 0xc7, 0x31, 0x86, 0x42, 0x08, 0x5a, 0xcb, 0x41, 0xe8, 0x52, 0xaa, 0x52, 0x8a, 0x39, 0xa7, 0x5a, 0xcb, 0x39, 0xe7, 0x31, 0xa6, 0x39, 0xc7, 0x39, 0xa7, 0x31, 0x86, 0x39, 0xc7, 0x5a, 0xcb, 0x5a, 0xcb, 0x39, 0xa7, 0x31, 0xa6, 0x42, 0x28, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x86, 0x31, 0x86, 0x39, 0xc7, 0x39, 0xc7, 0x31, 0xa6, 0x39, 0xe7, 0x52, 0x6a, 0x31, 0x86, 0x42, 0x08, - 0x42, 0x08, 0x31, 0xa6, 0x31, 0x86, 0x4a, 0x29, 0x4a, 0x69, 0x4a, 0x49, 0x4a, 0x69, 0x52, 0x8a, 0x42, 0x08, 0x29, 0x65, 0x29, 0x65, 0x29, 0x65, 0x31, 0xa6, 0x5a, 0xeb, 0x5a, 0xab, 0x31, 0xa6, 0x42, 0x28, 0x5a, 0xcb, 0x5a, 0xcb, 0x52, 0xaa, 0x5a, 0xcb, 0x4a, 0x49, 0x31, 0xa6, 0x31, 0x86, 0x31, 0xa6, 0x31, 0x86, 0x31, 0xa6, 0x39, 0xc7, 0x4a, 0x69, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xcb, 0x5a, 0xcb, 0x41, 0xe8, 0x31, 0xa6, 0x5a, 0xeb, 0x5a, 0xab, 0x31, 0xa6, 0x31, 0x66, 0x29, 0x65, 0x31, 0x66, 0x42, 0x08, 0x52, 0x8a, 0x4a, 0x69, 0x4a, 0x49, 0x52, 0x6a, 0x42, 0x08, 0x31, 0xa6, 0x31, 0xa6, 0x42, 0x08, - 0x41, 0xe8, 0x4a, 0x29, 0x4a, 0x29, 0x39, 0xe7, 0x29, 0x65, 0x39, 0xc7, 0x42, 0x08, 0x41, 0xe8, 0x5a, 0xab, 0x41, 0xe8, 0x29, 0x65, 0x39, 0xa7, 0x5a, 0xcb, 0x63, 0x0c, 0x41, 0xe8, 0x41, 0xe8, 0x63, 0x0c, 0x39, 0xc7, 0x4a, 0x49, 0x42, 0x08, 0x31, 0x66, 0x42, 0x28, 0x5a, 0xcb, 0x39, 0xc7, 0x4a, 0x49, 0x52, 0xaa, 0x31, 0x86, 0x52, 0xaa, 0x42, 0x08, 0x29, 0x65, 0x42, 0x28, 0x4a, 0x49, 0x42, 0x28, 0x62, 0xec, 0x31, 0xa6, 0x41, 0xe8, 0x63, 0x2c, 0x52, 0x8a, 0x31, 0x86, 0x31, 0x66, 0x41, 0xe8, 0x52, 0xaa, 0x39, 0xc7, 0x42, 0x28, 0x39, 0xa7, 0x31, 0x66, 0x4a, 0x29, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, -#endif -#if LV_COLOR_DEPTH == 32 - /*Pixel format: Fix 0xFF: 8 bit, Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ - 0x39, 0x39, 0x39, 0xff, 0x46, 0x46, 0x46, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x43, 0x43, 0x43, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x54, 0x54, 0x54, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2a, 0x2a, 0x2a, 0xff, 0x36, 0x36, 0x36, 0xff, 0x57, 0x57, 0x57, 0xff, 0x5f, 0x5f, 0x5f, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x5d, 0x5d, 0x5d, 0xff, 0x38, 0x38, 0x38, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x46, 0x46, 0x46, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x58, 0x58, 0x58, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x47, 0x47, 0x47, 0xff, 0x53, 0x53, 0x53, 0xff, 0x32, 0x32, 0x32, 0xff, 0x55, 0x55, 0x55, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x30, 0x30, 0x30, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x41, 0x41, 0x41, 0xff, 0x5d, 0x5d, 0x5d, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x62, 0x62, 0x62, 0xff, 0x52, 0x52, 0x52, 0xff, 0x31, 0x31, 0x31, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x52, 0x52, 0x52, 0xff, 0x38, 0x38, 0x38, 0xff, 0x49, 0x49, 0x49, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x42, 0x42, 0x42, 0xff, 0x42, 0x42, 0x42, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3d, 0x3d, 0x3d, 0xff, - 0x46, 0x46, 0x46, 0xff, 0x34, 0x34, 0x34, 0xff, 0x35, 0x35, 0x35, 0xff, 0x45, 0x45, 0x45, 0xff, 0x45, 0x45, 0x45, 0xff, 0x40, 0x40, 0x40, 0xff, 0x44, 0x44, 0x44, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x32, 0x32, 0x32, 0xff, 0x57, 0x57, 0x57, 0xff, 0x57, 0x57, 0x57, 0xff, 0x36, 0x36, 0x36, 0xff, 0x45, 0x45, 0x45, 0xff, 0x54, 0x54, 0x54, 0xff, 0x47, 0x47, 0x47, 0xff, 0x46, 0x46, 0x46, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x36, 0x36, 0x36, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x46, 0x46, 0x46, 0xff, 0x49, 0x49, 0x49, 0xff, 0x54, 0x54, 0x54, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x37, 0x37, 0x37, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x54, 0x54, 0x54, 0xff, 0x32, 0x32, 0x32, 0xff, 0x30, 0x30, 0x30, 0xff, 0x31, 0x31, 0x31, 0xff, 0x31, 0x31, 0x31, 0xff, 0x41, 0x41, 0x41, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x42, 0x42, 0x42, 0xff, 0x41, 0x41, 0x41, 0xff, 0x45, 0x45, 0x45, 0xff, 0x42, 0x42, 0x42, 0xff, 0x35, 0x35, 0x35, 0xff, 0x33, 0x33, 0x33, 0xff, 0x45, 0x45, 0x45, 0xff, - 0x46, 0x46, 0x46, 0xff, 0x37, 0x37, 0x37, 0xff, 0x46, 0x46, 0x46, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x39, 0x39, 0x39, 0xff, 0x37, 0x37, 0x37, 0xff, 0x31, 0x31, 0x31, 0xff, 0x33, 0x33, 0x33, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x42, 0x42, 0x42, 0xff, 0x33, 0x33, 0x33, 0xff, 0x36, 0x36, 0x36, 0xff, 0x56, 0x56, 0x56, 0xff, 0x58, 0x58, 0x58, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x44, 0x44, 0x44, 0xff, 0x52, 0x52, 0x52, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x51, 0x51, 0x51, 0xff, 0x52, 0x52, 0x52, 0xff, 0x36, 0x36, 0x36, 0xff, 0x53, 0x53, 0x53, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x39, 0x39, 0x39, 0xff, 0x34, 0x34, 0x34, 0xff, 0x41, 0x41, 0x41, 0xff, 0x5c, 0x5c, 0x5c, 0xff, 0x55, 0x55, 0x55, 0xff, 0x35, 0x35, 0x35, 0xff, 0x38, 0x38, 0x38, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x40, 0x40, 0x40, 0xff, 0x33, 0x33, 0x33, 0xff, 0x33, 0x33, 0x33, 0xff, 0x39, 0x39, 0x39, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x43, 0x43, 0x43, 0xff, 0x49, 0x49, 0x49, 0xff, 0x32, 0x32, 0x32, 0xff, 0x44, 0x44, 0x44, 0xff, - 0x3a, 0x3a, 0x3a, 0xff, 0x46, 0x46, 0x46, 0xff, 0x42, 0x42, 0x42, 0xff, 0x44, 0x44, 0x44, 0xff, 0x47, 0x47, 0x47, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x31, 0x31, 0x31, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x45, 0x45, 0x45, 0xff, 0x36, 0x36, 0x36, 0xff, 0x37, 0x37, 0x37, 0xff, 0x35, 0x35, 0x35, 0xff, 0x47, 0x47, 0x47, 0xff, 0x30, 0x30, 0x30, 0xff, 0x33, 0x33, 0x33, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x57, 0x57, 0x57, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x43, 0x43, 0x43, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x45, 0x45, 0x45, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x40, 0x40, 0x40, 0xff, 0x46, 0x46, 0x46, 0xff, 0x51, 0x51, 0x51, 0xff, 0x38, 0x38, 0x38, 0xff, 0x33, 0x33, 0x33, 0xff, 0x56, 0x56, 0x56, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x47, 0x47, 0x47, 0xff, 0x33, 0x33, 0x33, 0xff, 0x36, 0x36, 0x36, 0xff, 0x41, 0x41, 0x41, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x30, 0x30, 0x30, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x46, 0x46, 0x46, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3d, 0x3d, 0x3d, 0xff, - 0x30, 0x30, 0x30, 0xff, 0x44, 0x44, 0x44, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x47, 0x47, 0x47, 0xff, 0x40, 0x40, 0x40, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x46, 0x46, 0x46, 0xff, 0x33, 0x33, 0x33, 0xff, 0x48, 0x48, 0x48, 0xff, 0x37, 0x37, 0x37, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x31, 0x31, 0x31, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x51, 0x51, 0x51, 0xff, 0x36, 0x36, 0x36, 0xff, 0x55, 0x55, 0x55, 0xff, 0x33, 0x33, 0x33, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x56, 0x56, 0x56, 0xff, 0x38, 0x38, 0x38, 0xff, 0x49, 0x49, 0x49, 0xff, 0x35, 0x35, 0x35, 0xff, 0x59, 0x59, 0x59, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x30, 0x30, 0x30, 0xff, 0x30, 0x30, 0x30, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x37, 0x37, 0x37, 0xff, 0x40, 0x40, 0x40, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x31, 0x31, 0x31, 0xff, 0x48, 0x48, 0x48, 0xff, 0x32, 0x32, 0x32, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x2d, 0x2d, 0x2d, 0xff, - 0x3d, 0x3d, 0x3d, 0xff, 0x40, 0x40, 0x40, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x49, 0x49, 0x49, 0xff, 0x48, 0x48, 0x48, 0xff, 0x48, 0x48, 0x48, 0xff, 0x41, 0x41, 0x41, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x43, 0x43, 0x43, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x35, 0x35, 0x35, 0xff, 0x39, 0x39, 0x39, 0xff, 0x42, 0x42, 0x42, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x33, 0x33, 0x33, 0xff, 0x57, 0x57, 0x57, 0xff, 0x40, 0x40, 0x40, 0xff, 0x51, 0x51, 0x51, 0xff, 0x39, 0x39, 0x39, 0xff, 0x34, 0x34, 0x34, 0xff, 0x50, 0x50, 0x50, 0xff, 0x40, 0x40, 0x40, 0xff, 0x40, 0x40, 0x40, 0xff, 0x52, 0x52, 0x52, 0xff, 0x33, 0x33, 0x33, 0xff, 0x42, 0x42, 0x42, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x59, 0x59, 0x59, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x35, 0x35, 0x35, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x42, 0x42, 0x42, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x49, 0x49, 0x49, 0xff, 0x40, 0x40, 0x40, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x49, 0x49, 0x49, 0xff, 0x39, 0x39, 0x39, 0xff, - 0x44, 0x44, 0x44, 0xff, 0x42, 0x42, 0x42, 0xff, 0x38, 0x38, 0x38, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x41, 0x41, 0x41, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x36, 0x36, 0x36, 0xff, 0x45, 0x45, 0x45, 0xff, 0x43, 0x43, 0x43, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2a, 0x2a, 0x2a, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x61, 0x61, 0x61, 0xff, 0x52, 0x52, 0x52, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x36, 0x36, 0x36, 0xff, 0x34, 0x34, 0x34, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x40, 0x40, 0x40, 0xff, 0x57, 0x57, 0x57, 0xff, 0x35, 0x35, 0x35, 0xff, 0x32, 0x32, 0x32, 0xff, 0x46, 0x46, 0x46, 0xff, 0x53, 0x53, 0x53, 0xff, 0x5f, 0x5f, 0x5f, 0xff, 0x47, 0x47, 0x47, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x42, 0x42, 0x42, 0xff, 0x42, 0x42, 0x42, 0xff, 0x36, 0x36, 0x36, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x33, 0x33, 0x33, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x37, 0x37, 0x37, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x3e, 0x3e, 0x3e, 0xff, - 0x3c, 0x3c, 0x3c, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x31, 0x31, 0x31, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x45, 0x45, 0x45, 0xff, 0x44, 0x44, 0x44, 0xff, 0x41, 0x41, 0x41, 0xff, 0x44, 0x44, 0x44, 0xff, 0x47, 0x47, 0x47, 0xff, 0x46, 0x46, 0x46, 0xff, 0x37, 0x37, 0x37, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x43, 0x43, 0x43, 0xff, 0x45, 0x45, 0x45, 0xff, 0x33, 0x33, 0x33, 0xff, 0x35, 0x35, 0x35, 0xff, 0x54, 0x54, 0x54, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x52, 0x52, 0x52, 0xff, 0x41, 0x41, 0x41, 0xff, 0x43, 0x43, 0x43, 0xff, 0x59, 0x59, 0x59, 0xff, 0x33, 0x33, 0x33, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x31, 0x31, 0x31, 0xff, 0x36, 0x36, 0x36, 0xff, 0x46, 0x46, 0x46, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x46, 0x46, 0x46, 0xff, 0x47, 0x47, 0x47, 0xff, 0x43, 0x43, 0x43, 0xff, 0x41, 0x41, 0x41, 0xff, 0x44, 0x44, 0x44, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x30, 0x30, 0x30, 0xff, 0x50, 0x50, 0x50, 0xff, 0x3e, 0x3e, 0x3e, 0xff, - 0x54, 0x54, 0x54, 0xff, 0x40, 0x40, 0x40, 0xff, 0x33, 0x33, 0x33, 0xff, 0x45, 0x45, 0x45, 0xff, 0x47, 0x47, 0x47, 0xff, 0x43, 0x43, 0x43, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x37, 0x37, 0x37, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x38, 0x38, 0x38, 0xff, 0x48, 0x48, 0x48, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x34, 0x34, 0x34, 0xff, 0x5f, 0x5f, 0x5f, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x40, 0x40, 0x40, 0xff, 0x60, 0x60, 0x60, 0xff, 0x60, 0x60, 0x60, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x56, 0x56, 0x56, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x40, 0x40, 0x40, 0xff, 0x49, 0x49, 0x49, 0xff, 0x36, 0x36, 0x36, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x37, 0x37, 0x37, 0xff, 0x30, 0x30, 0x30, 0xff, 0x45, 0x45, 0x45, 0xff, 0x49, 0x49, 0x49, 0xff, 0x44, 0x44, 0x44, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x56, 0x56, 0x56, 0xff, - 0x3e, 0x3e, 0x3e, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x42, 0x42, 0x42, 0xff, 0x37, 0x37, 0x37, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x45, 0x45, 0x45, 0xff, 0x36, 0x36, 0x36, 0xff, 0x30, 0x30, 0x30, 0xff, 0x43, 0x43, 0x43, 0xff, 0x48, 0x48, 0x48, 0xff, 0x47, 0x47, 0x47, 0xff, 0x43, 0x43, 0x43, 0xff, 0x34, 0x34, 0x34, 0xff, 0x34, 0x34, 0x34, 0xff, 0x48, 0x48, 0x48, 0xff, 0x35, 0x35, 0x35, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x51, 0x51, 0x51, 0xff, 0x59, 0x59, 0x59, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x38, 0x38, 0x38, 0xff, 0x34, 0x34, 0x34, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x47, 0x47, 0x47, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x39, 0x39, 0x39, 0xff, 0x46, 0x46, 0x46, 0xff, 0x31, 0x31, 0x31, 0xff, 0x34, 0x34, 0x34, 0xff, 0x42, 0x42, 0x42, 0xff, 0x47, 0x47, 0x47, 0xff, 0x48, 0x48, 0x48, 0xff, 0x42, 0x42, 0x42, 0xff, 0x32, 0x32, 0x32, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x41, 0x41, 0x41, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x3d, 0x3d, 0x3d, 0xff, - 0x2b, 0x2b, 0x2b, 0xff, 0x32, 0x32, 0x32, 0xff, 0x40, 0x40, 0x40, 0xff, 0x37, 0x37, 0x37, 0xff, 0x48, 0x48, 0x48, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x43, 0x43, 0x43, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x43, 0x43, 0x43, 0xff, 0x42, 0x42, 0x42, 0xff, 0x34, 0x34, 0x34, 0xff, 0x35, 0x35, 0x35, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x45, 0x45, 0x45, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x44, 0x44, 0x44, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x32, 0x32, 0x32, 0xff, 0x59, 0x59, 0x59, 0xff, 0x57, 0x57, 0x57, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x58, 0x58, 0x58, 0xff, 0x56, 0x56, 0x56, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x30, 0x30, 0x30, 0xff, 0x43, 0x43, 0x43, 0xff, 0x35, 0x35, 0x35, 0xff, 0x36, 0x36, 0x36, 0xff, 0x47, 0x47, 0x47, 0xff, 0x39, 0x39, 0x39, 0xff, 0x34, 0x34, 0x34, 0xff, 0x33, 0x33, 0x33, 0xff, 0x42, 0x42, 0x42, 0xff, 0x41, 0x41, 0x41, 0xff, 0x34, 0x34, 0x34, 0xff, 0x40, 0x40, 0x40, 0xff, 0x39, 0x39, 0x39, 0xff, 0x41, 0x41, 0x41, 0xff, 0x43, 0x43, 0x43, 0xff, 0x35, 0x35, 0x35, 0xff, 0x46, 0x46, 0x46, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2b, 0x2b, 0x2b, 0xff, - 0x33, 0x33, 0x33, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x41, 0x41, 0x41, 0xff, 0x35, 0x35, 0x35, 0xff, 0x37, 0x37, 0x37, 0xff, 0x35, 0x35, 0x35, 0xff, 0x36, 0x36, 0x36, 0xff, 0x40, 0x40, 0x40, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x48, 0x48, 0x48, 0xff, 0x34, 0x34, 0x34, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x39, 0x39, 0x39, 0xff, 0x38, 0x38, 0x38, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x31, 0x31, 0x31, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x43, 0x43, 0x43, 0xff, 0x43, 0x43, 0x43, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x32, 0x32, 0x32, 0xff, 0x36, 0x36, 0x36, 0xff, 0x57, 0x57, 0x57, 0xff, 0x5e, 0x5e, 0x5e, 0xff, 0x61, 0x61, 0x61, 0xff, 0x54, 0x54, 0x54, 0xff, 0x34, 0x34, 0x34, 0xff, 0x33, 0x33, 0x33, 0xff, 0x40, 0x40, 0x40, 0xff, 0x42, 0x42, 0x42, 0xff, 0x44, 0x44, 0x44, 0xff, 0x43, 0x43, 0x43, 0xff, 0x31, 0x31, 0x31, 0xff, 0x48, 0x48, 0x48, 0xff, 0x36, 0x36, 0x36, 0xff, 0x37, 0x37, 0x37, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x36, 0x36, 0x36, 0xff, 0x31, 0x31, 0x31, 0xff, 0x46, 0x46, 0x46, 0xff, 0x33, 0x33, 0x33, 0xff, 0x46, 0x46, 0x46, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x37, 0x37, 0x37, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x42, 0x42, 0x42, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x34, 0x34, 0x34, 0xff, - 0x57, 0x57, 0x57, 0xff, 0x31, 0x31, 0x31, 0xff, 0x34, 0x34, 0x34, 0xff, 0x47, 0x47, 0x47, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x38, 0x38, 0x38, 0xff, 0x45, 0x45, 0x45, 0xff, 0x44, 0x44, 0x44, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x47, 0x47, 0x47, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x43, 0x43, 0x43, 0xff, 0x32, 0x32, 0x32, 0xff, 0x43, 0x43, 0x43, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x48, 0x48, 0x48, 0xff, 0x42, 0x42, 0x42, 0xff, 0x34, 0x34, 0x34, 0xff, 0x39, 0x39, 0x39, 0xff, 0x46, 0x46, 0x46, 0xff, 0x35, 0x35, 0x35, 0xff, 0x33, 0x33, 0x33, 0xff, 0x57, 0x57, 0x57, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x30, 0x30, 0x30, 0xff, 0x38, 0x38, 0x38, 0xff, 0x44, 0x44, 0x44, 0xff, 0x37, 0x37, 0x37, 0xff, 0x35, 0x35, 0x35, 0xff, 0x44, 0x44, 0x44, 0xff, 0x42, 0x42, 0x42, 0xff, 0x33, 0x33, 0x33, 0xff, 0x48, 0x48, 0x48, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x46, 0x46, 0x46, 0xff, 0x33, 0x33, 0x33, 0xff, 0x48, 0x48, 0x48, 0xff, 0x43, 0x43, 0x43, 0xff, 0x38, 0x38, 0x38, 0xff, 0x40, 0x40, 0x40, 0xff, 0x44, 0x44, 0x44, 0xff, 0x31, 0x31, 0x31, 0xff, 0x33, 0x33, 0x33, 0xff, 0x56, 0x56, 0x56, 0xff, - 0x5e, 0x5e, 0x5e, 0xff, 0x57, 0x57, 0x57, 0xff, 0x35, 0x35, 0x35, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x42, 0x42, 0x42, 0xff, 0x44, 0x44, 0x44, 0xff, 0x47, 0x47, 0x47, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x41, 0x41, 0x41, 0xff, 0x39, 0x39, 0x39, 0xff, 0x39, 0x39, 0x39, 0xff, 0x43, 0x43, 0x43, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x32, 0x32, 0x32, 0xff, 0x43, 0x43, 0x43, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x46, 0x46, 0x46, 0xff, 0x32, 0x32, 0x32, 0xff, 0x37, 0x37, 0x37, 0xff, 0x37, 0x37, 0x37, 0xff, 0x34, 0x34, 0x34, 0xff, 0x46, 0x46, 0x46, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x34, 0x34, 0x34, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x42, 0x42, 0x42, 0xff, 0x35, 0x35, 0x35, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x37, 0x37, 0x37, 0xff, 0x33, 0x33, 0x33, 0xff, 0x40, 0x40, 0x40, 0xff, 0x34, 0x34, 0x34, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x45, 0x45, 0x45, 0xff, 0x35, 0x35, 0x35, 0xff, 0x39, 0x39, 0x39, 0xff, 0x42, 0x42, 0x42, 0xff, 0x34, 0x34, 0x34, 0xff, 0x47, 0x47, 0x47, 0xff, 0x41, 0x41, 0x41, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x37, 0x37, 0x37, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x5f, 0x5f, 0x5f, 0xff, - 0x41, 0x41, 0x41, 0xff, 0x57, 0x57, 0x57, 0xff, 0x56, 0x56, 0x56, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x45, 0x45, 0x45, 0xff, 0x38, 0x38, 0x38, 0xff, 0x33, 0x33, 0x33, 0xff, 0x45, 0x45, 0x45, 0xff, 0x37, 0x37, 0x37, 0xff, 0x33, 0x33, 0x33, 0xff, 0x31, 0x31, 0x31, 0xff, 0x40, 0x40, 0x40, 0xff, 0x41, 0x41, 0x41, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x48, 0x48, 0x48, 0xff, 0x36, 0x36, 0x36, 0xff, 0x41, 0x41, 0x41, 0xff, 0x46, 0x46, 0x46, 0xff, 0x30, 0x30, 0x30, 0xff, 0x45, 0x45, 0x45, 0xff, 0x30, 0x30, 0x30, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x43, 0x43, 0x43, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x31, 0x31, 0x31, 0xff, 0x48, 0x48, 0x48, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x32, 0x32, 0x32, 0xff, 0x32, 0x32, 0x32, 0xff, 0x38, 0x38, 0x38, 0xff, 0x46, 0x46, 0x46, 0xff, 0x35, 0x35, 0x35, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2a, 0x2a, 0x2a, 0xff, 0x36, 0x36, 0x36, 0xff, 0x5d, 0x5d, 0x5d, 0xff, 0x57, 0x57, 0x57, 0xff, 0x3f, 0x3f, 0x3f, 0xff, - 0x3d, 0x3d, 0x3d, 0xff, 0x36, 0x36, 0x36, 0xff, 0x59, 0x59, 0x59, 0xff, 0x49, 0x49, 0x49, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x37, 0x37, 0x37, 0xff, 0x48, 0x48, 0x48, 0xff, 0x34, 0x34, 0x34, 0xff, 0x34, 0x34, 0x34, 0xff, 0x40, 0x40, 0x40, 0xff, 0x42, 0x42, 0x42, 0xff, 0x43, 0x43, 0x43, 0xff, 0x41, 0x41, 0x41, 0xff, 0x32, 0x32, 0x32, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x45, 0x45, 0x45, 0xff, 0x34, 0x34, 0x34, 0xff, 0x40, 0x40, 0x40, 0xff, 0x38, 0x38, 0x38, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x44, 0x44, 0x44, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x36, 0x36, 0x36, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x42, 0x42, 0x42, 0xff, 0x37, 0x37, 0x37, 0xff, 0x33, 0x33, 0x33, 0xff, 0x42, 0x42, 0x42, 0xff, 0x44, 0x44, 0x44, 0xff, 0x42, 0x42, 0x42, 0xff, 0x40, 0x40, 0x40, 0xff, 0x34, 0x34, 0x34, 0xff, 0x36, 0x36, 0x36, 0xff, 0x46, 0x46, 0x46, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x53, 0x53, 0x53, 0xff, 0x55, 0x55, 0x55, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3c, 0x3c, 0x3c, 0xff, - 0x5e, 0x5e, 0x5e, 0xff, 0x43, 0x43, 0x43, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x48, 0x48, 0x48, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x31, 0x31, 0x31, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x39, 0x39, 0x39, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x45, 0x45, 0x45, 0xff, 0x41, 0x41, 0x41, 0xff, 0x32, 0x32, 0x32, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x54, 0x54, 0x54, 0xff, 0x56, 0x56, 0x56, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x31, 0x31, 0x31, 0xff, 0x42, 0x42, 0x42, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x31, 0x31, 0x31, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x47, 0x47, 0x47, 0xff, 0x38, 0x38, 0x38, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x33, 0x33, 0x33, 0xff, 0x44, 0x44, 0x44, 0xff, 0x5f, 0x5f, 0x5f, 0xff, - 0x38, 0x38, 0x38, 0xff, 0x55, 0x55, 0x55, 0xff, 0x34, 0x34, 0x34, 0xff, 0x57, 0x57, 0x57, 0xff, 0x30, 0x30, 0x30, 0xff, 0x33, 0x33, 0x33, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x41, 0x41, 0x41, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x35, 0x35, 0x35, 0xff, 0x44, 0x44, 0x44, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x48, 0x48, 0x48, 0xff, 0x46, 0x46, 0x46, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x45, 0x45, 0x45, 0xff, 0x39, 0x39, 0x39, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x30, 0x30, 0x30, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x50, 0x50, 0x50, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x46, 0x46, 0x46, 0xff, 0x47, 0x47, 0x47, 0xff, 0x46, 0x46, 0x46, 0xff, 0x47, 0x47, 0x47, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x43, 0x43, 0x43, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x45, 0x45, 0x45, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x49, 0x49, 0x49, 0xff, 0x31, 0x31, 0x31, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x38, 0x38, 0x38, 0xff, - 0x4d, 0x4d, 0x4d, 0xff, 0x48, 0x48, 0x48, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x58, 0x58, 0x58, 0xff, 0x60, 0x60, 0x60, 0xff, 0x45, 0x45, 0x45, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x42, 0x42, 0x42, 0xff, 0x43, 0x43, 0x43, 0xff, 0x32, 0x32, 0x32, 0xff, 0x36, 0x36, 0x36, 0xff, 0x35, 0x35, 0x35, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x30, 0x30, 0x30, 0xff, 0x33, 0x33, 0x33, 0xff, 0x48, 0x48, 0x48, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x35, 0x35, 0x35, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x30, 0x30, 0x30, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x30, 0x30, 0x30, 0xff, 0x34, 0x34, 0x34, 0xff, 0x36, 0x36, 0x36, 0xff, 0x35, 0x35, 0x35, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x60, 0x60, 0x60, 0xff, 0x55, 0x55, 0x55, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x31, 0x31, 0x31, 0xff, 0x37, 0x37, 0x37, 0xff, 0x56, 0x56, 0x56, 0xff, 0x48, 0x48, 0x48, 0xff, - 0x47, 0x47, 0x47, 0xff, 0x46, 0x46, 0x46, 0xff, 0x38, 0x38, 0x38, 0xff, 0x40, 0x40, 0x40, 0xff, 0x50, 0x50, 0x50, 0xff, 0x40, 0x40, 0x40, 0xff, 0x52, 0x52, 0x52, 0xff, 0x34, 0x34, 0x34, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x42, 0x42, 0x42, 0xff, 0x34, 0x34, 0x34, 0xff, 0x37, 0x37, 0x37, 0xff, 0x41, 0x41, 0x41, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x46, 0x46, 0x46, 0xff, 0x34, 0x34, 0x34, 0xff, 0x49, 0x49, 0x49, 0xff, 0x36, 0x36, 0x36, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x48, 0x48, 0x48, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x47, 0x47, 0x47, 0xff, 0x46, 0x46, 0x46, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x37, 0x37, 0x37, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x39, 0x39, 0x39, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x37, 0x37, 0x37, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x37, 0x37, 0x37, 0xff, 0x39, 0x39, 0x39, 0xff, 0x53, 0x53, 0x53, 0xff, 0x40, 0x40, 0x40, 0xff, - 0x31, 0x31, 0x31, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x36, 0x36, 0x36, 0xff, 0x51, 0x51, 0x51, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x34, 0x34, 0x34, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x37, 0x37, 0x37, 0xff, 0x38, 0x38, 0x38, 0xff, 0x45, 0x45, 0x45, 0xff, 0x38, 0x38, 0x38, 0xff, 0x45, 0x45, 0x45, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x30, 0x30, 0x30, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x34, 0x34, 0x34, 0xff, 0x47, 0x47, 0x47, 0xff, 0x30, 0x30, 0x30, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x39, 0x39, 0x39, 0xff, 0x42, 0x42, 0x42, 0xff, 0x32, 0x32, 0x32, 0xff, 0x50, 0x50, 0x50, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x39, 0x39, 0x39, 0xff, 0x45, 0x45, 0x45, 0xff, 0x38, 0x38, 0x38, 0xff, 0x40, 0x40, 0x40, 0xff, 0x34, 0x34, 0x34, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x34, 0x34, 0x34, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x53, 0x53, 0x53, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x31, 0x31, 0x31, 0xff, 0x57, 0x57, 0x57, 0xff, 0x2d, 0x2d, 0x2d, 0xff, - 0x3d, 0x3d, 0x3d, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x45, 0x45, 0x45, 0xff, 0x42, 0x42, 0x42, 0xff, 0x55, 0x55, 0x55, 0xff, 0x39, 0x39, 0x39, 0xff, 0x37, 0x37, 0x37, 0xff, 0x55, 0x55, 0x55, 0xff, 0x5f, 0x5f, 0x5f, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x32, 0x32, 0x32, 0xff, 0x32, 0x32, 0x32, 0xff, 0x46, 0x46, 0x46, 0xff, 0x34, 0x34, 0x34, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x41, 0x41, 0x41, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x30, 0x30, 0x30, 0xff, 0x46, 0x46, 0x46, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x43, 0x43, 0x43, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x46, 0x46, 0x46, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x44, 0x44, 0x44, 0xff, 0x34, 0x34, 0x34, 0xff, 0x33, 0x33, 0x33, 0xff, 0x37, 0x37, 0x37, 0xff, 0x42, 0x42, 0x42, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x31, 0x31, 0x31, 0xff, 0x51, 0x51, 0x51, 0xff, 0x5f, 0x5f, 0x5f, 0xff, 0x55, 0x55, 0x55, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x49, 0x49, 0x49, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x42, 0x42, 0x42, 0xff, - 0x57, 0x57, 0x57, 0xff, 0x39, 0x39, 0x39, 0xff, 0x51, 0x51, 0x51, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x32, 0x32, 0x32, 0xff, 0x34, 0x34, 0x34, 0xff, 0x34, 0x34, 0x34, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x56, 0x56, 0x56, 0xff, 0x34, 0x34, 0x34, 0xff, 0x35, 0x35, 0x35, 0xff, 0x46, 0x46, 0x46, 0xff, 0x45, 0x45, 0x45, 0xff, 0x45, 0x45, 0x45, 0xff, 0x31, 0x31, 0x31, 0xff, 0x30, 0x30, 0x30, 0xff, 0x33, 0x33, 0x33, 0xff, 0x34, 0x34, 0x34, 0xff, 0x36, 0x36, 0x36, 0xff, 0x42, 0x42, 0x42, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x34, 0x34, 0x34, 0xff, 0x49, 0x49, 0x49, 0xff, 0x46, 0x46, 0x46, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x41, 0x41, 0x41, 0xff, 0x33, 0x33, 0x33, 0xff, 0x34, 0x34, 0x34, 0xff, 0x34, 0x34, 0x34, 0xff, 0x30, 0x30, 0x30, 0xff, 0x36, 0x36, 0x36, 0xff, 0x46, 0x46, 0x46, 0xff, 0x44, 0x44, 0x44, 0xff, 0x44, 0x44, 0x44, 0xff, 0x33, 0x33, 0x33, 0xff, 0x38, 0x38, 0x38, 0xff, 0x5d, 0x5d, 0x5d, 0xff, 0x58, 0x58, 0x58, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x35, 0x35, 0x35, 0xff, 0x34, 0x34, 0x34, 0xff, 0x36, 0x36, 0x36, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x57, 0x57, 0x57, 0xff, 0x34, 0x34, 0x34, 0xff, 0x58, 0x58, 0x58, 0xff, - 0x3b, 0x3b, 0x3b, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x45, 0x45, 0x45, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x50, 0x50, 0x50, 0xff, 0x51, 0x51, 0x51, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x34, 0x34, 0x34, 0xff, 0x58, 0x58, 0x58, 0xff, 0x55, 0x55, 0x55, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x30, 0x30, 0x30, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x49, 0x49, 0x49, 0xff, 0x48, 0x48, 0x48, 0xff, 0x46, 0x46, 0x46, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x34, 0x34, 0x34, 0xff, 0x37, 0x37, 0x37, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x34, 0x34, 0x34, 0xff, 0x37, 0x37, 0x37, 0xff, 0x40, 0x40, 0x40, 0xff, 0x46, 0x46, 0x46, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x48, 0x48, 0x48, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x31, 0x31, 0x31, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x36, 0x36, 0x36, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x57, 0x57, 0x57, 0xff, 0x36, 0x36, 0x36, 0xff, 0x42, 0x42, 0x42, 0xff, 0x51, 0x51, 0x51, 0xff, 0x50, 0x50, 0x50, 0xff, 0x50, 0x50, 0x50, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x31, 0x31, 0x31, 0xff, 0x39, 0x39, 0x39, 0xff, - 0x47, 0x47, 0x47, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x50, 0x50, 0x50, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x32, 0x32, 0x32, 0xff, 0x42, 0x42, 0x42, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x43, 0x43, 0x43, 0xff, 0x5f, 0x5f, 0x5f, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x60, 0x60, 0x60, 0xff, 0x55, 0x55, 0x55, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x55, 0x55, 0x55, 0xff, 0x38, 0x38, 0x38, 0xff, 0x45, 0x45, 0x45, 0xff, 0x37, 0x37, 0x37, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x40, 0x40, 0x40, 0xff, 0x40, 0x40, 0x40, 0xff, 0x43, 0x43, 0x43, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x37, 0x37, 0x37, 0xff, 0x46, 0x46, 0x46, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x52, 0x52, 0x52, 0xff, 0x38, 0x38, 0x38, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x37, 0x37, 0x37, 0xff, 0x58, 0x58, 0x58, 0xff, 0x61, 0x61, 0x61, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x54, 0x54, 0x54, 0xff, 0x42, 0x42, 0x42, 0xff, 0x32, 0x32, 0x32, 0xff, 0x46, 0x46, 0x46, 0xff, 0x53, 0x53, 0x53, 0xff, 0x31, 0x31, 0x31, 0xff, 0x49, 0x49, 0x49, 0xff, - 0x53, 0x53, 0x53, 0xff, 0x36, 0x36, 0x36, 0xff, 0x53, 0x53, 0x53, 0xff, 0x43, 0x43, 0x43, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x41, 0x41, 0x41, 0xff, 0x41, 0x41, 0x41, 0xff, 0x43, 0x43, 0x43, 0xff, 0x60, 0x60, 0x60, 0xff, 0x38, 0x38, 0x38, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x62, 0x62, 0x62, 0xff, 0x50, 0x50, 0x50, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x56, 0x56, 0x56, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x42, 0x42, 0x42, 0xff, 0x47, 0x47, 0x47, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x41, 0x41, 0x41, 0xff, 0x47, 0x47, 0x47, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x41, 0x41, 0x41, 0xff, 0x41, 0x41, 0x41, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x56, 0x56, 0x56, 0xff, 0x34, 0x34, 0x34, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x33, 0x33, 0x33, 0xff, 0x54, 0x54, 0x54, 0xff, 0x61, 0x61, 0x61, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x5e, 0x5e, 0x5e, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x46, 0x46, 0x46, 0xff, 0x40, 0x40, 0x40, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x50, 0x50, 0x50, 0xff, 0x31, 0x31, 0x31, 0xff, 0x53, 0x53, 0x53, 0xff, - 0x32, 0x32, 0x32, 0xff, 0x32, 0x32, 0x32, 0xff, 0x36, 0x36, 0x36, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x55, 0x55, 0x55, 0xff, 0x52, 0x52, 0x52, 0xff, 0x57, 0x57, 0x57, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x35, 0x35, 0x35, 0xff, 0x59, 0x59, 0x59, 0xff, 0x55, 0x55, 0x55, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x51, 0x51, 0x51, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x47, 0x47, 0x47, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x44, 0x44, 0x44, 0xff, 0x30, 0x30, 0x30, 0xff, 0x34, 0x34, 0x34, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x30, 0x30, 0x30, 0xff, 0x34, 0x34, 0x34, 0xff, 0x43, 0x43, 0x43, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x47, 0x47, 0x47, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x38, 0x38, 0x38, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x34, 0x34, 0x34, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x59, 0x59, 0x59, 0xff, 0x33, 0x33, 0x33, 0xff, 0x42, 0x42, 0x42, 0xff, 0x59, 0x59, 0x59, 0xff, 0x54, 0x54, 0x54, 0xff, 0x50, 0x50, 0x50, 0xff, 0x57, 0x57, 0x57, 0xff, 0x48, 0x48, 0x48, 0xff, 0x35, 0x35, 0x35, 0xff, 0x32, 0x32, 0x32, 0xff, 0x32, 0x32, 0x32, 0xff, - 0x54, 0x54, 0x54, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x53, 0x53, 0x53, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x37, 0x37, 0x37, 0xff, 0x35, 0x35, 0x35, 0xff, 0x35, 0x35, 0x35, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x56, 0x56, 0x56, 0xff, 0x34, 0x34, 0x34, 0xff, 0x37, 0x37, 0x37, 0xff, 0x43, 0x43, 0x43, 0xff, 0x42, 0x42, 0x42, 0xff, 0x42, 0x42, 0x42, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x35, 0x35, 0x35, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x38, 0x38, 0x38, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x37, 0x37, 0x37, 0xff, 0x43, 0x43, 0x43, 0xff, 0x43, 0x43, 0x43, 0xff, 0x34, 0x34, 0x34, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x39, 0x39, 0x39, 0xff, 0x34, 0x34, 0x34, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x36, 0x36, 0x36, 0xff, 0x42, 0x42, 0x42, 0xff, 0x42, 0x42, 0x42, 0xff, 0x41, 0x41, 0x41, 0xff, 0x33, 0x33, 0x33, 0xff, 0x38, 0x38, 0x38, 0xff, 0x58, 0x58, 0x58, 0xff, 0x59, 0x59, 0x59, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x34, 0x34, 0x34, 0xff, 0x36, 0x36, 0x36, 0xff, 0x36, 0x36, 0x36, 0xff, 0x37, 0x37, 0x37, 0xff, 0x44, 0x44, 0x44, 0xff, 0x59, 0x59, 0x59, 0xff, 0x37, 0x37, 0x37, 0xff, 0x54, 0x54, 0x54, 0xff, - 0x3f, 0x3f, 0x3f, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x46, 0x46, 0x46, 0xff, 0x46, 0x46, 0x46, 0xff, 0x49, 0x49, 0x49, 0xff, 0x41, 0x41, 0x41, 0xff, 0x32, 0x32, 0x32, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x56, 0x56, 0x56, 0xff, 0x48, 0x48, 0x48, 0xff, 0x32, 0x32, 0x32, 0xff, 0x34, 0x34, 0x34, 0xff, 0x44, 0x44, 0x44, 0xff, 0x35, 0x35, 0x35, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x41, 0x41, 0x41, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x32, 0x32, 0x32, 0xff, 0x46, 0x46, 0x46, 0xff, 0x42, 0x42, 0x42, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x40, 0x40, 0x40, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x49, 0x49, 0x49, 0xff, 0x44, 0x44, 0x44, 0xff, 0x48, 0x48, 0x48, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x30, 0x30, 0x30, 0xff, 0x42, 0x42, 0x42, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x39, 0x39, 0x39, 0xff, 0x43, 0x43, 0x43, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x35, 0x35, 0x35, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x56, 0x56, 0x56, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x42, 0x42, 0x42, 0xff, 0x47, 0x47, 0x47, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x42, 0x42, 0x42, 0xff, - 0x2e, 0x2e, 0x2e, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x51, 0x51, 0x51, 0xff, 0x36, 0x36, 0x36, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x44, 0x44, 0x44, 0xff, 0x32, 0x32, 0x32, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x40, 0x40, 0x40, 0xff, 0x35, 0x35, 0x35, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x36, 0x36, 0x36, 0xff, 0x45, 0x45, 0x45, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x47, 0x47, 0x47, 0xff, 0x32, 0x32, 0x32, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x33, 0x33, 0x33, 0xff, 0x46, 0x46, 0x46, 0xff, 0x30, 0x30, 0x30, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x45, 0x45, 0x45, 0xff, 0x31, 0x31, 0x31, 0xff, 0x49, 0x49, 0x49, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x32, 0x32, 0x32, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x37, 0x37, 0x37, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x36, 0x36, 0x36, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x31, 0x31, 0x31, 0xff, 0x31, 0x31, 0x31, 0xff, 0x47, 0x47, 0x47, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x49, 0x49, 0x49, 0xff, 0x34, 0x34, 0x34, 0xff, 0x56, 0x56, 0x56, 0xff, 0x2b, 0x2b, 0x2b, 0xff, - 0x4b, 0x4b, 0x4b, 0xff, 0x46, 0x46, 0x46, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x56, 0x56, 0x56, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x53, 0x53, 0x53, 0xff, 0x37, 0x37, 0x37, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x44, 0x44, 0x44, 0xff, 0x34, 0x34, 0x34, 0xff, 0x38, 0x38, 0x38, 0xff, 0x42, 0x42, 0x42, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x50, 0x50, 0x50, 0xff, 0x48, 0x48, 0x48, 0xff, 0x33, 0x33, 0x33, 0xff, 0x48, 0x48, 0x48, 0xff, 0x38, 0x38, 0x38, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x46, 0x46, 0x46, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x47, 0x47, 0x47, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x50, 0x50, 0x50, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x44, 0x44, 0x44, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x42, 0x42, 0x42, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x59, 0x59, 0x59, 0xff, 0x38, 0x38, 0x38, 0xff, 0x52, 0x52, 0x52, 0xff, 0x37, 0x37, 0x37, 0xff, 0x38, 0x38, 0x38, 0xff, 0x54, 0x54, 0x54, 0xff, 0x43, 0x43, 0x43, 0xff, - 0x4d, 0x4d, 0x4d, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x39, 0x39, 0x39, 0xff, 0x32, 0x32, 0x32, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x59, 0x59, 0x59, 0xff, 0x5e, 0x5e, 0x5e, 0xff, 0x44, 0x44, 0x44, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x44, 0x44, 0x44, 0xff, 0x42, 0x42, 0x42, 0xff, 0x32, 0x32, 0x32, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x33, 0x33, 0x33, 0xff, 0x49, 0x49, 0x49, 0xff, 0x46, 0x46, 0x46, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x34, 0x34, 0x34, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x31, 0x31, 0x31, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x34, 0x34, 0x34, 0xff, 0x46, 0x46, 0x46, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x51, 0x51, 0x51, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x54, 0x54, 0x54, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x31, 0x31, 0x31, 0xff, 0x38, 0x38, 0x38, 0xff, 0x57, 0x57, 0x57, 0xff, 0x48, 0x48, 0x48, 0xff, - 0x41, 0x41, 0x41, 0xff, 0x53, 0x53, 0x53, 0xff, 0x34, 0x34, 0x34, 0xff, 0x56, 0x56, 0x56, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x35, 0x35, 0x35, 0xff, 0x47, 0x47, 0x47, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x39, 0x39, 0x39, 0xff, 0x42, 0x42, 0x42, 0xff, 0x44, 0x44, 0x44, 0xff, 0x41, 0x41, 0x41, 0xff, 0x40, 0x40, 0x40, 0xff, 0x40, 0x40, 0x40, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x49, 0x49, 0x49, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x40, 0x40, 0x40, 0xff, 0x41, 0x41, 0x41, 0xff, 0x44, 0x44, 0x44, 0xff, 0x42, 0x42, 0x42, 0xff, 0x38, 0x38, 0x38, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x45, 0x45, 0x45, 0xff, 0x44, 0x44, 0x44, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x59, 0x59, 0x59, 0xff, 0x42, 0x42, 0x42, 0xff, - 0x5c, 0x5c, 0x5c, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x40, 0x40, 0x40, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x40, 0x40, 0x40, 0xff, 0x46, 0x46, 0x46, 0xff, 0x36, 0x36, 0x36, 0xff, 0x31, 0x31, 0x31, 0xff, 0x34, 0x34, 0x34, 0xff, 0x33, 0x33, 0x33, 0xff, 0x31, 0x31, 0x31, 0xff, 0x38, 0x38, 0x38, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x30, 0x30, 0x30, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x45, 0x45, 0x45, 0xff, 0x35, 0x35, 0x35, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x53, 0x53, 0x53, 0xff, 0x56, 0x56, 0x56, 0xff, 0x39, 0x39, 0x39, 0xff, 0x35, 0x35, 0x35, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x44, 0x44, 0x44, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x46, 0x46, 0x46, 0xff, 0x36, 0x36, 0x36, 0xff, 0x31, 0x31, 0x31, 0xff, 0x33, 0x33, 0x33, 0xff, 0x33, 0x33, 0x33, 0xff, 0x31, 0x31, 0x31, 0xff, 0x37, 0x37, 0x37, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x39, 0x39, 0x39, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x36, 0x36, 0x36, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x60, 0x60, 0x60, 0xff, - 0x35, 0x35, 0x35, 0xff, 0x37, 0x37, 0x37, 0xff, 0x5c, 0x5c, 0x5c, 0xff, 0x47, 0x47, 0x47, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x48, 0x48, 0x48, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x38, 0x38, 0x38, 0xff, 0x47, 0x47, 0x47, 0xff, 0x48, 0x48, 0x48, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x46, 0x46, 0x46, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x45, 0x45, 0x45, 0xff, 0x36, 0x36, 0x36, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x38, 0x38, 0x38, 0xff, 0x35, 0x35, 0x35, 0xff, 0x46, 0x46, 0x46, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x38, 0x38, 0x38, 0xff, 0x35, 0x35, 0x35, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x43, 0x43, 0x43, 0xff, 0x37, 0x37, 0x37, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x43, 0x43, 0x43, 0xff, 0x35, 0x35, 0x35, 0xff, 0x35, 0x35, 0x35, 0xff, 0x49, 0x49, 0x49, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x49, 0x49, 0x49, 0xff, 0x47, 0x47, 0x47, 0xff, 0x35, 0x35, 0x35, 0xff, 0x33, 0x33, 0x33, 0xff, 0x46, 0x46, 0x46, 0xff, 0x34, 0x34, 0x34, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x52, 0x52, 0x52, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x31, 0x31, 0x31, 0xff, 0x34, 0x34, 0x34, 0xff, - 0x3e, 0x3e, 0x3e, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x55, 0x55, 0x55, 0xff, 0x31, 0x31, 0x31, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x30, 0x30, 0x30, 0xff, 0x45, 0x45, 0x45, 0xff, 0x36, 0x36, 0x36, 0xff, 0x34, 0x34, 0x34, 0xff, 0x47, 0x47, 0x47, 0xff, 0x36, 0x36, 0x36, 0xff, 0x30, 0x30, 0x30, 0xff, 0x30, 0x30, 0x30, 0xff, 0x41, 0x41, 0x41, 0xff, 0x41, 0x41, 0x41, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x48, 0x48, 0x48, 0xff, 0x36, 0x36, 0x36, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x45, 0x45, 0x45, 0xff, 0x32, 0x32, 0x32, 0xff, 0x44, 0x44, 0x44, 0xff, 0x30, 0x30, 0x30, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x31, 0x31, 0x31, 0xff, 0x49, 0x49, 0x49, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x37, 0x37, 0x37, 0xff, 0x48, 0x48, 0x48, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x40, 0x40, 0x40, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x34, 0x34, 0x34, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x3d, 0x3d, 0x3d, 0xff, - 0x63, 0x63, 0x63, 0xff, 0x54, 0x54, 0x54, 0xff, 0x35, 0x35, 0x35, 0xff, 0x35, 0x35, 0x35, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x42, 0x42, 0x42, 0xff, 0x46, 0x46, 0x46, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x43, 0x43, 0x43, 0xff, 0x39, 0x39, 0x39, 0xff, 0x37, 0x37, 0x37, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x32, 0x32, 0x32, 0xff, 0x43, 0x43, 0x43, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x48, 0x48, 0x48, 0xff, 0x34, 0x34, 0x34, 0xff, 0x38, 0x38, 0x38, 0xff, 0x38, 0x38, 0x38, 0xff, 0x37, 0x37, 0x37, 0xff, 0x44, 0x44, 0x44, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x38, 0x38, 0x38, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x41, 0x41, 0x41, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x34, 0x34, 0x34, 0xff, 0x40, 0x40, 0x40, 0xff, 0x34, 0x34, 0x34, 0xff, 0x49, 0x49, 0x49, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x34, 0x34, 0x34, 0xff, 0x38, 0x38, 0x38, 0xff, 0x42, 0x42, 0x42, 0xff, 0x34, 0x34, 0x34, 0xff, 0x47, 0x47, 0x47, 0xff, 0x40, 0x40, 0x40, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x32, 0x32, 0x32, 0xff, 0x37, 0x37, 0x37, 0xff, 0x57, 0x57, 0x57, 0xff, 0x63, 0x63, 0x63, 0xff, - 0x51, 0x51, 0x51, 0xff, 0x33, 0x33, 0x33, 0xff, 0x38, 0x38, 0x38, 0xff, 0x41, 0x41, 0x41, 0xff, 0x37, 0x37, 0x37, 0xff, 0x36, 0x36, 0x36, 0xff, 0x42, 0x42, 0x42, 0xff, 0x42, 0x42, 0x42, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x48, 0x48, 0x48, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x33, 0x33, 0x33, 0xff, 0x44, 0x44, 0x44, 0xff, 0x31, 0x31, 0x31, 0xff, 0x42, 0x42, 0x42, 0xff, 0x30, 0x30, 0x30, 0xff, 0x49, 0x49, 0x49, 0xff, 0x46, 0x46, 0x46, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x42, 0x42, 0x42, 0xff, 0x32, 0x32, 0x32, 0xff, 0x37, 0x37, 0x37, 0xff, 0x57, 0x57, 0x57, 0xff, 0x53, 0x53, 0x53, 0xff, 0x34, 0x34, 0x34, 0xff, 0x33, 0x33, 0x33, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x47, 0x47, 0x47, 0xff, 0x42, 0x42, 0x42, 0xff, 0x32, 0x32, 0x32, 0xff, 0x49, 0x49, 0x49, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x38, 0x38, 0x38, 0xff, 0x40, 0x40, 0x40, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x45, 0x45, 0x45, 0xff, 0x32, 0x32, 0x32, 0xff, 0x47, 0x47, 0x47, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x35, 0x35, 0x35, 0xff, 0x38, 0x38, 0x38, 0xff, 0x45, 0x45, 0x45, 0xff, 0x33, 0x33, 0x33, 0xff, 0x34, 0x34, 0x34, 0xff, 0x52, 0x52, 0x52, 0xff, - 0x30, 0x30, 0x30, 0xff, 0x30, 0x30, 0x30, 0xff, 0x41, 0x41, 0x41, 0xff, 0x33, 0x33, 0x33, 0xff, 0x40, 0x40, 0x40, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x37, 0x37, 0x37, 0xff, 0x41, 0x41, 0x41, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x48, 0x48, 0x48, 0xff, 0x33, 0x33, 0x33, 0xff, 0x37, 0x37, 0x37, 0xff, 0x42, 0x42, 0x42, 0xff, 0x35, 0x35, 0x35, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x32, 0x32, 0x32, 0xff, 0x49, 0x49, 0x49, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x35, 0x35, 0x35, 0xff, 0x30, 0x30, 0x30, 0xff, 0x38, 0x38, 0x38, 0xff, 0x5c, 0x5c, 0x5c, 0xff, 0x61, 0x61, 0x61, 0xff, 0x62, 0x62, 0x62, 0xff, 0x59, 0x59, 0x59, 0xff, 0x37, 0x37, 0x37, 0xff, 0x30, 0x30, 0x30, 0xff, 0x37, 0x37, 0x37, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x44, 0x44, 0x44, 0xff, 0x30, 0x30, 0x30, 0xff, 0x47, 0x47, 0x47, 0xff, 0x37, 0x37, 0x37, 0xff, 0x34, 0x34, 0x34, 0xff, 0x41, 0x41, 0x41, 0xff, 0x35, 0x35, 0x35, 0xff, 0x31, 0x31, 0x31, 0xff, 0x46, 0x46, 0x46, 0xff, 0x33, 0x33, 0x33, 0xff, 0x45, 0x45, 0x45, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x38, 0x38, 0x38, 0xff, 0x43, 0x43, 0x43, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x31, 0x31, 0x31, 0xff, - 0x2d, 0x2d, 0x2d, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x39, 0x39, 0x39, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x43, 0x43, 0x43, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x43, 0x43, 0x43, 0xff, 0x42, 0x42, 0x42, 0xff, 0x31, 0x31, 0x31, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x38, 0x38, 0x38, 0xff, 0x47, 0x47, 0x47, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x42, 0x42, 0x42, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x31, 0x31, 0x31, 0xff, 0x5d, 0x5d, 0x5d, 0xff, 0x57, 0x57, 0x57, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x57, 0x57, 0x57, 0xff, 0x34, 0x34, 0x34, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x42, 0x42, 0x42, 0xff, 0x37, 0x37, 0x37, 0xff, 0x35, 0x35, 0x35, 0xff, 0x48, 0x48, 0x48, 0xff, 0x38, 0x38, 0x38, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x31, 0x31, 0x31, 0xff, 0x43, 0x43, 0x43, 0xff, 0x41, 0x41, 0x41, 0xff, 0x34, 0x34, 0x34, 0xff, 0x42, 0x42, 0x42, 0xff, 0x39, 0x39, 0x39, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x36, 0x36, 0x36, 0xff, 0x47, 0x47, 0x47, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2e, 0x2e, 0x2e, 0xff, - 0x3e, 0x3e, 0x3e, 0xff, 0x31, 0x31, 0x31, 0xff, 0x40, 0x40, 0x40, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x45, 0x45, 0x45, 0xff, 0x39, 0x39, 0x39, 0xff, 0x31, 0x31, 0x31, 0xff, 0x42, 0x42, 0x42, 0xff, 0x45, 0x45, 0x45, 0xff, 0x45, 0x45, 0x45, 0xff, 0x42, 0x42, 0x42, 0xff, 0x34, 0x34, 0x34, 0xff, 0x35, 0x35, 0x35, 0xff, 0x48, 0x48, 0x48, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x52, 0x52, 0x52, 0xff, 0x59, 0x59, 0x59, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x39, 0x39, 0x39, 0xff, 0x34, 0x34, 0x34, 0xff, 0x59, 0x59, 0x59, 0xff, 0x48, 0x48, 0x48, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x38, 0x38, 0x38, 0xff, 0x45, 0x45, 0x45, 0xff, 0x32, 0x32, 0x32, 0xff, 0x35, 0x35, 0x35, 0xff, 0x42, 0x42, 0x42, 0xff, 0x45, 0x45, 0x45, 0xff, 0x46, 0x46, 0x46, 0xff, 0x42, 0x42, 0x42, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x38, 0x38, 0x38, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x40, 0x40, 0x40, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x3f, 0x3f, 0x3f, 0xff, - 0x52, 0x52, 0x52, 0xff, 0x41, 0x41, 0x41, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x34, 0x34, 0x34, 0xff, 0x32, 0x32, 0x32, 0xff, 0x32, 0x32, 0x32, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x46, 0x46, 0x46, 0xff, 0x39, 0x39, 0x39, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x34, 0x34, 0x34, 0xff, 0x5f, 0x5f, 0x5f, 0xff, 0x39, 0x39, 0x39, 0xff, 0x42, 0x42, 0x42, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x5e, 0x5e, 0x5e, 0xff, 0x40, 0x40, 0x40, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x55, 0x55, 0x55, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x47, 0x47, 0x47, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x34, 0x34, 0x34, 0xff, 0x33, 0x33, 0x33, 0xff, 0x34, 0x34, 0x34, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x35, 0x35, 0x35, 0xff, 0x30, 0x30, 0x30, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x30, 0x30, 0x30, 0xff, 0x42, 0x42, 0x42, 0xff, 0x54, 0x54, 0x54, 0xff, - 0x39, 0x39, 0x39, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x32, 0x32, 0x32, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x37, 0x37, 0x37, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x42, 0x42, 0x42, 0xff, 0x46, 0x46, 0x46, 0xff, 0x47, 0x47, 0x47, 0xff, 0x48, 0x48, 0x48, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x34, 0x34, 0x34, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x36, 0x36, 0x36, 0xff, 0x34, 0x34, 0x34, 0xff, 0x54, 0x54, 0x54, 0xff, 0x30, 0x30, 0x30, 0xff, 0x50, 0x50, 0x50, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x58, 0x58, 0x58, 0xff, 0x33, 0x33, 0x33, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x30, 0x30, 0x30, 0xff, 0x39, 0x39, 0x39, 0xff, 0x50, 0x50, 0x50, 0xff, 0x45, 0x45, 0x45, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x34, 0x34, 0x34, 0xff, 0x40, 0x40, 0x40, 0xff, 0x46, 0x46, 0x46, 0xff, 0x48, 0x48, 0x48, 0xff, 0x45, 0x45, 0x45, 0xff, 0x42, 0x42, 0x42, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x36, 0x36, 0x36, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x30, 0x30, 0x30, 0xff, 0x50, 0x50, 0x50, 0xff, 0x38, 0x38, 0x38, 0xff, - 0x48, 0x48, 0x48, 0xff, 0x42, 0x42, 0x42, 0xff, 0x38, 0x38, 0x38, 0xff, 0x31, 0x31, 0x31, 0xff, 0x40, 0x40, 0x40, 0xff, 0x44, 0x44, 0x44, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x39, 0x39, 0x39, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x43, 0x43, 0x43, 0xff, 0x40, 0x40, 0x40, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x49, 0x49, 0x49, 0xff, 0x5e, 0x5e, 0x5e, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x31, 0x31, 0x31, 0xff, 0x34, 0x34, 0x34, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x52, 0x52, 0x52, 0xff, 0x44, 0x44, 0x44, 0xff, 0x56, 0x56, 0x56, 0xff, 0x35, 0x35, 0x35, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x47, 0x47, 0x47, 0xff, 0x5c, 0x5c, 0x5c, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x44, 0x44, 0x44, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x40, 0x40, 0x40, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x30, 0x30, 0x30, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x33, 0x33, 0x33, 0xff, 0x44, 0x44, 0x44, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x38, 0x38, 0x38, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x44, 0x44, 0x44, 0xff, - 0x3b, 0x3b, 0x3b, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x42, 0x42, 0x42, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x42, 0x42, 0x42, 0xff, 0x37, 0x37, 0x37, 0xff, 0x38, 0x38, 0x38, 0xff, 0x42, 0x42, 0x42, 0xff, 0x2a, 0x2a, 0x2a, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x30, 0x30, 0x30, 0xff, 0x55, 0x55, 0x55, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x53, 0x53, 0x53, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x34, 0x34, 0x34, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x42, 0x42, 0x42, 0xff, 0x42, 0x42, 0x42, 0xff, 0x52, 0x52, 0x52, 0xff, 0x35, 0x35, 0x35, 0xff, 0x43, 0x43, 0x43, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x39, 0x39, 0x39, 0xff, 0x55, 0x55, 0x55, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x41, 0x41, 0x41, 0xff, 0x40, 0x40, 0x40, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x44, 0x44, 0x44, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x48, 0x48, 0x48, 0xff, 0x36, 0x36, 0x36, 0xff, - 0x2f, 0x2f, 0x2f, 0xff, 0x46, 0x46, 0x46, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x44, 0x44, 0x44, 0xff, 0x32, 0x32, 0x32, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x30, 0x30, 0x30, 0xff, 0x48, 0x48, 0x48, 0xff, 0x30, 0x30, 0x30, 0xff, 0x42, 0x42, 0x42, 0xff, 0x34, 0x34, 0x34, 0xff, 0x41, 0x41, 0x41, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x36, 0x36, 0x36, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x30, 0x30, 0x30, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x57, 0x57, 0x57, 0xff, 0x37, 0x37, 0x37, 0xff, 0x47, 0x47, 0x47, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x53, 0x53, 0x53, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x39, 0x39, 0x39, 0xff, 0x38, 0x38, 0x38, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x38, 0x38, 0x38, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x37, 0x37, 0x37, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x34, 0x34, 0x34, 0xff, 0x48, 0x48, 0x48, 0xff, 0x33, 0x33, 0x33, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, - 0x43, 0x43, 0x43, 0xff, 0x42, 0x42, 0x42, 0xff, 0x43, 0x43, 0x43, 0xff, 0x4e, 0x4e, 0x4e, 0xff, 0x48, 0x48, 0x48, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x45, 0x45, 0x45, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x36, 0x36, 0x36, 0xff, 0x53, 0x53, 0x53, 0xff, 0x59, 0x59, 0x59, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x31, 0x31, 0x31, 0xff, 0x37, 0x37, 0x37, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x44, 0x44, 0x44, 0xff, 0x46, 0x46, 0x46, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x46, 0x46, 0x46, 0xff, 0x44, 0x44, 0x44, 0xff, 0x4f, 0x4f, 0x4f, 0xff, 0x48, 0x48, 0x48, 0xff, 0x35, 0x35, 0x35, 0xff, 0x32, 0x32, 0x32, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x51, 0x51, 0x51, 0xff, 0x34, 0x34, 0x34, 0xff, 0x32, 0x32, 0x32, 0xff, 0x44, 0x44, 0x44, 0xff, 0x37, 0x37, 0x37, 0xff, 0x36, 0x36, 0x36, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x30, 0x30, 0x30, 0xff, 0x41, 0x41, 0x41, 0xff, 0x48, 0x48, 0x48, 0xff, 0x53, 0x53, 0x53, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x40, 0x40, 0x40, 0xff, 0x44, 0x44, 0x44, 0xff, - 0x43, 0x43, 0x43, 0xff, 0x35, 0x35, 0x35, 0xff, 0x49, 0x49, 0x49, 0xff, 0x37, 0x37, 0x37, 0xff, 0x34, 0x34, 0x34, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x38, 0x38, 0x38, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x30, 0x30, 0x30, 0xff, 0x43, 0x43, 0x43, 0xff, 0x48, 0x48, 0x48, 0xff, 0x41, 0x41, 0x41, 0xff, 0x31, 0x31, 0x31, 0xff, 0x36, 0x36, 0x36, 0xff, 0x5d, 0x5d, 0x5d, 0xff, 0x56, 0x56, 0x56, 0xff, 0x34, 0x34, 0x34, 0xff, 0x31, 0x31, 0x31, 0xff, 0x36, 0x36, 0x36, 0xff, 0x37, 0x37, 0x37, 0xff, 0x31, 0x31, 0x31, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x57, 0x57, 0x57, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x53, 0x53, 0x53, 0xff, 0x51, 0x51, 0x51, 0xff, 0x36, 0x36, 0x36, 0xff, 0x57, 0x57, 0x57, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x34, 0x34, 0x34, 0xff, 0x37, 0x37, 0x37, 0xff, 0x36, 0x36, 0x36, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x38, 0x38, 0x38, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x35, 0x35, 0x35, 0xff, 0x33, 0x33, 0x33, 0xff, 0x44, 0x44, 0x44, 0xff, 0x47, 0x47, 0x47, 0xff, 0x40, 0x40, 0x40, 0xff, 0x30, 0x30, 0x30, 0xff, 0x2f, 0x2f, 0x2f, 0xff, 0x38, 0x38, 0x38, 0xff, 0x3a, 0x3a, 0x3a, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3b, 0x3b, 0x3b, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x32, 0x32, 0x32, 0xff, 0x42, 0x42, 0x42, 0xff, - 0x41, 0x41, 0x41, 0xff, 0x34, 0x34, 0x34, 0xff, 0x32, 0x32, 0x32, 0xff, 0x46, 0x46, 0x46, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x48, 0x48, 0x48, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x51, 0x51, 0x51, 0xff, 0x40, 0x40, 0x40, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x34, 0x34, 0x34, 0xff, 0x5c, 0x5c, 0x5c, 0xff, 0x56, 0x56, 0x56, 0xff, 0x33, 0x33, 0x33, 0xff, 0x44, 0x44, 0x44, 0xff, 0x5a, 0x5a, 0x5a, 0xff, 0x58, 0x58, 0x58, 0xff, 0x54, 0x54, 0x54, 0xff, 0x57, 0x57, 0x57, 0xff, 0x49, 0x49, 0x49, 0xff, 0x33, 0x33, 0x33, 0xff, 0x32, 0x32, 0x32, 0xff, 0x33, 0x33, 0x33, 0xff, 0x30, 0x30, 0x30, 0xff, 0x34, 0x34, 0x34, 0xff, 0x38, 0x38, 0x38, 0xff, 0x4b, 0x4b, 0x4b, 0xff, 0x56, 0x56, 0x56, 0xff, 0x55, 0x55, 0x55, 0xff, 0x58, 0x58, 0x58, 0xff, 0x59, 0x59, 0x59, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x33, 0x33, 0x33, 0xff, 0x5b, 0x5b, 0x5b, 0xff, 0x56, 0x56, 0x56, 0xff, 0x33, 0x33, 0x33, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x41, 0x41, 0x41, 0xff, 0x51, 0x51, 0x51, 0xff, 0x4c, 0x4c, 0x4c, 0xff, 0x49, 0x49, 0x49, 0xff, 0x4d, 0x4d, 0x4d, 0xff, 0x40, 0x40, 0x40, 0xff, 0x33, 0x33, 0x33, 0xff, 0x34, 0x34, 0x34, 0xff, 0x41, 0x41, 0x41, 0xff, - 0x3e, 0x3e, 0x3e, 0xff, 0x45, 0x45, 0x45, 0xff, 0x45, 0x45, 0x45, 0xff, 0x3c, 0x3c, 0x3c, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x39, 0x39, 0x39, 0xff, 0x3f, 0x3f, 0x3f, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x56, 0x56, 0x56, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x2b, 0x2b, 0x2b, 0xff, 0x35, 0x35, 0x35, 0xff, 0x57, 0x57, 0x57, 0xff, 0x60, 0x60, 0x60, 0xff, 0x3e, 0x3e, 0x3e, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x60, 0x60, 0x60, 0xff, 0x39, 0x39, 0x39, 0xff, 0x47, 0x47, 0x47, 0xff, 0x40, 0x40, 0x40, 0xff, 0x2e, 0x2e, 0x2e, 0xff, 0x44, 0x44, 0x44, 0xff, 0x57, 0x57, 0x57, 0xff, 0x39, 0x39, 0x39, 0xff, 0x4a, 0x4a, 0x4a, 0xff, 0x53, 0x53, 0x53, 0xff, 0x31, 0x31, 0x31, 0xff, 0x54, 0x54, 0x54, 0xff, 0x42, 0x42, 0x42, 0xff, 0x2c, 0x2c, 0x2c, 0xff, 0x44, 0x44, 0x44, 0xff, 0x47, 0x47, 0x47, 0xff, 0x43, 0x43, 0x43, 0xff, 0x5e, 0x5e, 0x5e, 0xff, 0x33, 0x33, 0x33, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x63, 0x63, 0x63, 0xff, 0x51, 0x51, 0x51, 0xff, 0x31, 0x31, 0x31, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x3d, 0x3d, 0x3d, 0xff, 0x54, 0x54, 0x54, 0xff, 0x39, 0x39, 0x39, 0xff, 0x44, 0x44, 0x44, 0xff, 0x36, 0x36, 0x36, 0xff, 0x2d, 0x2d, 0x2d, 0xff, 0x45, 0x45, 0x45, 0xff, 0x42, 0x42, 0x42, 0xff, 0x40, 0x40, 0x40, 0xff, 0x40, 0x40, 0x40, 0xff, -#endif -}; - -lv_img_dsc_t benchmark_bg = { - .header.always_zero = 0, - .header.w = 50, - .header.h = 50, - .data_size = 2500 * LV_COLOR_SIZE / 8, - .header.cf = LV_IMG_CF_TRUE_COLOR, - .data = benchmark_bg_map, -}; - -#endif /*LV_USE_BENCHMARK*/ diff --git a/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark_bg.png b/components/lv_examples/lv_examples/lv_apps/benchmark/benchmark_bg.png deleted file mode 100644 index 9cac7b13a16f637d4e9d91be5383ea967993c84f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4376 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

=jEF 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%0D6@(Nx9b%&L)sQ{`L4JqOi^CGTtlFfda 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

A4ukKBI4Q18!1eT8FeYCn)u#@pB5K@Ok&)6bv1 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 Vc_)^#ezX7p002ovPDHLkV1j*4cZ2`{ diff --git a/components/lv_examples/lv_examples/lv_apps/demo/demo.c b/components/lv_examples/lv_examples/lv_apps/demo/demo.c deleted file mode 100644 index 86eeb42..0000000 --- a/components/lv_examples/lv_examples/lv_apps/demo/demo.c +++ /dev/null @@ -1,451 +0,0 @@ -/** - * @file demo.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "demo.h" -#if LV_USE_DEMO - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void write_create(lv_obj_t * parent); -static void text_area_event_handler(lv_obj_t * text_area, lv_event_t event); -static void keyboard_event_cb(lv_obj_t * keyboard, lv_event_t event); -#if LV_USE_ANIMATION -static void kb_hide_anim_end(lv_anim_t * a); -#endif -static void list_create(lv_obj_t * parent); -static void chart_create(lv_obj_t * parent); -static void slider_event_handler(lv_obj_t * slider, lv_event_t event); -static void list_btn_event_handler(lv_obj_t * slider, lv_event_t event); -#if LV_DEMO_SLIDE_SHOW -static void tab_switcher(lv_task_t * task); -#endif - -/********************** - * STATIC VARIABLES - **********************/ -static lv_obj_t * chart; -static lv_obj_t * ta; -static lv_obj_t * kb; - -static lv_style_t style_kb; -static lv_style_t style_kb_rel; -static lv_style_t style_kb_pr; - -#if LV_DEMO_WALLPAPER -LV_IMG_DECLARE(img_bubble_pattern) -#endif - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create a demo application - */ -void demo_create(void) -{ - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - -#if LV_DEMO_WALLPAPER - lv_obj_t * wp = lv_img_create(lv_disp_get_scr_act(NULL), NULL); - lv_img_set_src(wp, &img_bubble_pattern); - lv_obj_set_width(wp, hres * 4); - lv_obj_set_protect(wp, LV_PROTECT_POS); -#endif - - static lv_style_t style_tv_btn_bg; - lv_style_copy(&style_tv_btn_bg, &lv_style_plain); - style_tv_btn_bg.body.main_color = lv_color_hex(0x487fb7); - style_tv_btn_bg.body.grad_color = lv_color_hex(0x487fb7); - style_tv_btn_bg.body.padding.top = 0; - style_tv_btn_bg.body.padding.bottom = 0; - - static lv_style_t style_tv_btn_rel; - lv_style_copy(&style_tv_btn_rel, &lv_style_btn_rel); - style_tv_btn_rel.body.opa = LV_OPA_TRANSP; - style_tv_btn_rel.body.border.width = 0; - - static lv_style_t style_tv_btn_pr; - lv_style_copy(&style_tv_btn_pr, &lv_style_btn_pr); - style_tv_btn_pr.body.radius = 0; - style_tv_btn_pr.body.opa = LV_OPA_50; - style_tv_btn_pr.body.main_color = LV_COLOR_WHITE; - style_tv_btn_pr.body.grad_color = LV_COLOR_WHITE; - style_tv_btn_pr.body.border.width = 0; - style_tv_btn_pr.text.color = LV_COLOR_GRAY; - - lv_obj_t * tv = lv_tabview_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(tv, hres, vres); - -#if LV_DEMO_WALLPAPER - lv_obj_set_parent(wp, ((lv_tabview_ext_t *) tv->ext_attr)->content); - lv_obj_set_pos(wp, 0, -5); -#endif - - lv_obj_t * tab1 = lv_tabview_add_tab(tv, "Write"); - lv_obj_t * tab2 = lv_tabview_add_tab(tv, "List"); - lv_obj_t * tab3 = lv_tabview_add_tab(tv, "Chart"); - -#if LV_DEMO_WALLPAPER == 0 - /*Blue bg instead of wallpaper*/ - lv_tabview_set_style(tv, LV_TABVIEW_STYLE_BG, &style_tv_btn_bg); -#endif - lv_tabview_set_style(tv, LV_TABVIEW_STYLE_BTN_BG, &style_tv_btn_bg); - lv_tabview_set_style(tv, LV_TABVIEW_STYLE_INDIC, &lv_style_plain); - lv_tabview_set_style(tv, LV_TABVIEW_STYLE_BTN_REL, &style_tv_btn_rel); - lv_tabview_set_style(tv, LV_TABVIEW_STYLE_BTN_PR, &style_tv_btn_pr); - lv_tabview_set_style(tv, LV_TABVIEW_STYLE_BTN_TGL_REL, &style_tv_btn_rel); - lv_tabview_set_style(tv, LV_TABVIEW_STYLE_BTN_TGL_PR, &style_tv_btn_pr); - - write_create(tab1); - list_create(tab2); - chart_create(tab3); - -#if LV_DEMO_SLIDE_SHOW - lv_task_create(tab_switcher, 3000, LV_TASK_PRIO_MID, tv); -#endif -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -static void write_create(lv_obj_t * parent) -{ - lv_page_set_style(parent, LV_PAGE_STYLE_BG, &lv_style_transp_fit); - lv_page_set_style(parent, LV_PAGE_STYLE_SCRL, &lv_style_transp_fit); - - lv_page_set_sb_mode(parent, LV_SB_MODE_OFF); - - static lv_style_t style_ta; - lv_style_copy(&style_ta, &lv_style_pretty); - style_ta.body.opa = LV_OPA_30; - style_ta.body.radius = 0; - style_ta.text.color = lv_color_hex3(0x222); - - ta = lv_ta_create(parent, NULL); - lv_obj_set_size(ta, lv_page_get_scrl_width(parent), lv_obj_get_height(parent) / 2); - lv_ta_set_style(ta, LV_TA_STYLE_BG, &style_ta); - lv_ta_set_text(ta, ""); - lv_obj_set_event_cb(ta, text_area_event_handler); - lv_style_copy(&style_kb, &lv_style_plain); - lv_ta_set_text_sel(ta, true); - - style_kb.body.opa = LV_OPA_70; - style_kb.body.main_color = lv_color_hex3(0x333); - style_kb.body.grad_color = lv_color_hex3(0x333); - style_kb.body.padding.left = 0; - style_kb.body.padding.right = 0; - style_kb.body.padding.top = 0; - style_kb.body.padding.bottom = 0; - style_kb.body.padding.inner = 0; - - lv_style_copy(&style_kb_rel, &lv_style_plain); - style_kb_rel.body.opa = LV_OPA_TRANSP; - style_kb_rel.body.radius = 0; - style_kb_rel.body.border.width = 1; - style_kb_rel.body.border.color = LV_COLOR_SILVER; - style_kb_rel.body.border.opa = LV_OPA_50; - style_kb_rel.body.main_color = lv_color_hex3(0x333); /*Recommended if LV_VDB_SIZE == 0 and bpp > 1 fonts are used*/ - style_kb_rel.body.grad_color = lv_color_hex3(0x333); - style_kb_rel.text.color = LV_COLOR_WHITE; - - lv_style_copy(&style_kb_pr, &lv_style_plain); - style_kb_pr.body.radius = 0; - style_kb_pr.body.opa = LV_OPA_50; - style_kb_pr.body.main_color = LV_COLOR_WHITE; - style_kb_pr.body.grad_color = LV_COLOR_WHITE; - style_kb_pr.body.border.width = 1; - style_kb_pr.body.border.color = LV_COLOR_SILVER; - -} - -static void text_area_event_handler(lv_obj_t * text_area, lv_event_t event) -{ - (void) text_area; /*Unused*/ - - /*Text area is on the scrollable part of the page but we need the page itself*/ - lv_obj_t * parent = lv_obj_get_parent(lv_obj_get_parent(ta)); - - if(event == LV_EVENT_CLICKED) { - if(kb == NULL) { - kb = lv_kb_create(parent, NULL); - lv_obj_set_size(kb, lv_obj_get_width_fit(parent), lv_obj_get_height_fit(parent) / 2); - lv_obj_align(kb, ta, LV_ALIGN_OUT_BOTTOM_MID, 0, 0); - lv_kb_set_ta(kb, ta); - lv_kb_set_style(kb, LV_KB_STYLE_BG, &style_kb); - lv_kb_set_style(kb, LV_KB_STYLE_BTN_REL, &style_kb_rel); - lv_kb_set_style(kb, LV_KB_STYLE_BTN_PR, &style_kb_pr); - lv_obj_set_event_cb(kb, keyboard_event_cb); - -#if LV_USE_ANIMATION - lv_anim_t a; - a.var = kb; - a.start = LV_VER_RES; - a.end = lv_obj_get_y(kb); - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_y; - a.path_cb = lv_anim_path_linear; - a.ready_cb = NULL; - a.act_time = 0; - a.time = 300; - a.playback = 0; - a.playback_pause = 0; - a.repeat = 0; - a.repeat_pause = 0; - lv_anim_create(&a); -#endif - } - } - -} - -/** - * Called when the close or ok button is pressed on the keyboard - * @param keyboard pointer to the keyboard - * @return - */ -static void keyboard_event_cb(lv_obj_t * keyboard, lv_event_t event) -{ - (void) keyboard; /*Unused*/ - - lv_kb_def_event_cb(kb, event); - - if(event == LV_EVENT_APPLY || event == LV_EVENT_CANCEL) { -#if LV_USE_ANIMATION - lv_anim_t a; - a.var = kb; - a.start = lv_obj_get_y(kb); - a.end = LV_VER_RES; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_y; - a.path_cb = lv_anim_path_linear; - a.ready_cb = kb_hide_anim_end; - a.act_time = 0; - a.time = 300; - a.playback = 0; - a.playback_pause = 0; - a.repeat = 0; - a.repeat_pause = 0; - lv_anim_create(&a); -#else - lv_obj_del(kb); - kb = NULL; -#endif - } -} - -static void list_create(lv_obj_t * parent) -{ - lv_coord_t hres = lv_disp_get_hor_res(NULL); - - lv_page_set_style(parent, LV_PAGE_STYLE_BG, &lv_style_transp_fit); - lv_page_set_style(parent, LV_PAGE_STYLE_SCRL, &lv_style_transp_fit); - - lv_page_set_sb_mode(parent, LV_SB_MODE_OFF); - - /*Create styles for the buttons*/ - static lv_style_t style_btn_rel; - static lv_style_t style_btn_pr; - lv_style_copy(&style_btn_rel, &lv_style_btn_rel); - style_btn_rel.body.main_color = lv_color_hex3(0x333); - style_btn_rel.body.grad_color = LV_COLOR_BLACK; - style_btn_rel.body.border.color = LV_COLOR_SILVER; - style_btn_rel.body.border.width = 1; - style_btn_rel.body.border.opa = LV_OPA_50; - style_btn_rel.body.radius = 0; - - lv_style_copy(&style_btn_pr, &style_btn_rel); - style_btn_pr.body.main_color = lv_color_make(0x55, 0x96, 0xd8); - style_btn_pr.body.grad_color = lv_color_make(0x37, 0x62, 0x90); - style_btn_pr.text.color = lv_color_make(0xbb, 0xd5, 0xf1); - - lv_obj_t * list = lv_list_create(parent, NULL); - lv_obj_set_height(list, 2 * lv_obj_get_height(parent) / 3); - lv_list_set_style(list, LV_LIST_STYLE_BG, &lv_style_transp_tight); - lv_list_set_style(list, LV_LIST_STYLE_SCRL, &lv_style_transp_tight); - lv_list_set_style(list, LV_LIST_STYLE_BTN_REL, &style_btn_rel); - lv_list_set_style(list, LV_LIST_STYLE_BTN_PR, &style_btn_pr); - lv_obj_align(list, NULL, LV_ALIGN_IN_TOP_MID, 0, LV_DPI / 4); - - lv_obj_t * list_btn; - list_btn = lv_list_add_btn(list, LV_SYMBOL_FILE, "New"); - lv_obj_set_event_cb(list_btn, list_btn_event_handler); - - list_btn = lv_list_add_btn(list, LV_SYMBOL_DIRECTORY, "Open"); - lv_obj_set_event_cb(list_btn, list_btn_event_handler); - - list_btn = lv_list_add_btn(list, LV_SYMBOL_TRASH, "Delete"); - lv_obj_set_event_cb(list_btn, list_btn_event_handler); - - list_btn = lv_list_add_btn(list, LV_SYMBOL_EDIT, "Edit"); - lv_obj_set_event_cb(list_btn, list_btn_event_handler); - - list_btn = lv_list_add_btn(list, LV_SYMBOL_SAVE, "Save"); - lv_obj_set_event_cb(list_btn, list_btn_event_handler); - - list_btn = lv_list_add_btn(list, LV_SYMBOL_WIFI, "WiFi"); - lv_obj_set_event_cb(list_btn, list_btn_event_handler); - - list_btn = lv_list_add_btn(list, LV_SYMBOL_GPS, "GPS"); - lv_obj_set_event_cb(list_btn, list_btn_event_handler); - - lv_obj_t * mbox = lv_mbox_create(parent, NULL); - lv_mbox_set_text(mbox, "Click a button to copy its text to the Text area "); - lv_obj_set_width(mbox, hres - LV_DPI); - static const char * mbox_btns[] = {"Got it", ""}; - lv_mbox_add_btns(mbox, mbox_btns); /*The default action is close*/ - lv_obj_align(mbox, parent, LV_ALIGN_IN_TOP_MID, 0, LV_DPI / 2); -} - -#if LV_USE_ANIMATION -static void kb_hide_anim_end(lv_anim_t * a) -{ - lv_obj_del(a->var); - kb = NULL; -} -#endif - -static void chart_create(lv_obj_t * parent) -{ - - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - lv_page_set_style(parent, LV_PAGE_STYLE_BG, &lv_style_transp_fit); - lv_page_set_style(parent, LV_PAGE_STYLE_SCRL, &lv_style_transp_fit); - - lv_page_set_scrl_height(parent, lv_obj_get_height(parent)); - lv_page_set_sb_mode(parent, LV_SB_MODE_OFF); - - static lv_style_t style_chart; - lv_style_copy(&style_chart, &lv_style_pretty); - style_chart.body.opa = LV_OPA_60; - style_chart.body.radius = 0; - style_chart.line.color = LV_COLOR_GRAY; - - chart = lv_chart_create(parent, NULL); - lv_obj_set_size(chart, 2 * lv_obj_get_width(parent) / 3, lv_obj_get_height(parent) / 2); - lv_obj_align(chart, NULL, LV_ALIGN_IN_TOP_MID, 0, LV_DPI / 4); - lv_chart_set_type(chart, LV_CHART_TYPE_COLUMN); - lv_chart_set_style(chart, LV_CHART_STYLE_MAIN, &style_chart); - lv_chart_set_series_opa(chart, LV_OPA_70); - lv_chart_series_t * ser1; - ser1 = lv_chart_add_series(chart, LV_COLOR_RED); - lv_chart_set_next(chart, ser1, 40); - lv_chart_set_next(chart, ser1, 30); - lv_chart_set_next(chart, ser1, 47); - lv_chart_set_next(chart, ser1, 59); - lv_chart_set_next(chart, ser1, 59); - lv_chart_set_next(chart, ser1, 31); - lv_chart_set_next(chart, ser1, 55); - lv_chart_set_next(chart, ser1, 70); - lv_chart_set_next(chart, ser1, 82); - lv_chart_set_next(chart, ser1, 91); - - /*Create a bar, an indicator and a knob style*/ - static lv_style_t style_bar; - static lv_style_t style_indic; - static lv_style_t style_knob; - - lv_style_copy(&style_bar, &lv_style_pretty); - style_bar.body.main_color = LV_COLOR_BLACK; - style_bar.body.grad_color = LV_COLOR_GRAY; - style_bar.body.radius = LV_RADIUS_CIRCLE; - style_bar.body.border.color = LV_COLOR_WHITE; - style_bar.body.opa = LV_OPA_60; - style_bar.body.padding.left = 0; - style_bar.body.padding.right = 0; - style_bar.body.padding.top = LV_DPI / 10; - style_bar.body.padding.bottom = LV_DPI / 10; - - lv_style_copy(&style_indic, &lv_style_pretty); - style_indic.body.grad_color = LV_COLOR_MAROON; - style_indic.body.main_color = LV_COLOR_RED; - style_indic.body.radius = LV_RADIUS_CIRCLE; - style_indic.body.shadow.width = LV_DPI / 10; - style_indic.body.shadow.color = LV_COLOR_RED; - style_indic.body.padding.left = LV_DPI / 30; - style_indic.body.padding.right = LV_DPI / 30; - style_indic.body.padding.top = LV_DPI / 30; - style_indic.body.padding.bottom = LV_DPI / 30; - - lv_style_copy(&style_knob, &lv_style_pretty); - style_knob.body.radius = LV_RADIUS_CIRCLE; - style_knob.body.opa = LV_OPA_70; - - /*Create a second slider*/ - lv_obj_t * slider = lv_slider_create(parent, NULL); - lv_slider_set_style(slider, LV_SLIDER_STYLE_BG, &style_bar); - lv_slider_set_style(slider, LV_SLIDER_STYLE_INDIC, &style_indic); - lv_slider_set_style(slider, LV_SLIDER_STYLE_KNOB, &style_knob); - lv_obj_set_size(slider, lv_obj_get_width(chart), LV_DPI / 3); - lv_obj_align(slider, chart, LV_ALIGN_OUT_BOTTOM_MID, 0, (vres - chart->coords.y2 - lv_obj_get_height(slider)) / 2); /*Align to below the chart*/ - lv_obj_set_event_cb(slider, slider_event_handler); - lv_slider_set_range(slider, 10, 1000); - lv_slider_set_value(slider, 700, false); - slider_event_handler(slider, LV_EVENT_VALUE_CHANGED); /*Simulate a user value set the refresh the chart*/ -} - -/** - * Called when a new value on the slider on the Chart tab is set - * @param slider pointer to the slider - * @return LV_RES_OK because the slider is not deleted in the function - */ -static void slider_event_handler(lv_obj_t * slider, lv_event_t event) -{ - - if(event == LV_EVENT_VALUE_CHANGED) { - int16_t v = lv_slider_get_value(slider); - v = 1000 * 100 / v; /*Convert to range modify values linearly*/ - lv_chart_set_range(chart, 0, v); - } -} - -/** - * Called when a a list button is clicked on the List tab - * @param btn pointer to a list button - * @return LV_RES_OK because the button is not deleted in the function - */ -static void list_btn_event_handler(lv_obj_t * btn, lv_event_t event) -{ - - if(event == LV_EVENT_SHORT_CLICKED) { - lv_ta_add_char(ta, '\n'); - lv_ta_add_text(ta, lv_list_get_btn_text(btn)); - } -} - -#if LV_DEMO_SLIDE_SHOW -/** - * Called periodically (lv_task) to switch to the next tab - */ -static void tab_switcher(lv_task_t * task) -{ - static uint8_t tab = 0; - lv_obj_t * tv = task->user_data; - tab++; - if(tab >= 3) tab = 0; - lv_tabview_set_tab_act(tv, tab, true); -} -#endif - - -#endif /*LV_USE_DEMO*/ diff --git a/components/lv_examples/lv_examples/lv_apps/demo/demo.h b/components/lv_examples/lv_examples/lv_apps/demo/demo.h deleted file mode 100644 index 400efa7..0000000 --- a/components/lv_examples/lv_examples/lv_apps/demo/demo.h +++ /dev/null @@ -1,54 +0,0 @@ -/** - * @file demo.h - * - */ - -#ifndef DEMO_H -#define DEMO_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ - -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_DEMO - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create a demo application - */ -void demo_create(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_DEMO*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*DEMO_H*/ diff --git a/components/lv_examples/lv_examples/lv_apps/demo/demo.mk b/components/lv_examples/lv_examples/lv_apps/demo/demo.mk deleted file mode 100644 index 0ae872a..0000000 --- a/components/lv_examples/lv_examples/lv_apps/demo/demo.mk +++ /dev/null @@ -1,7 +0,0 @@ -CSRCS += demo.c -CSRCS += img_bubble_pattern.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_apps/demo -VPATH += :$(LVGL_DIR)/lv_examples/lv_apps/demo - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_apps/demo" diff --git a/components/lv_examples/lv_examples/lv_apps/demo/img_bubble_pattern.c b/components/lv_examples/lv_examples/lv_apps/demo/img_bubble_pattern.c deleted file mode 100644 index dc18e1c..0000000 --- a/components/lv_examples/lv_examples/lv_apps/demo/img_bubble_pattern.c +++ /dev/null @@ -1,1955 +0,0 @@ -#include "lvgl/lvgl.h" -#include "lv_ex_conf.h" - -#if LV_DEMO_WALLPAPER && LV_USE_DEMO - -#ifndef LV_ATTRIBUTE_MEM_ALIGN -#define LV_ATTRIBUTE_MEM_ALIGN -#endif - -const LV_ATTRIBUTE_MEM_ALIGN uint8_t img_bubble_pattern_map[] = { -#if LV_COLOR_DEPTH == 1 || LV_COLOR_DEPTH == 8 - /*Pixel format: Red: 3 bit, Green: 3 bit, Blue: 2 bit*/ - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x97, 0x97, 0x97, 0x9b, 0x97, 0x9b, 0x97, 0x9b, 0x77, 0x77, 0x73, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x73, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0x9b, 0xbb, 0x97, 0x73, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0x97, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, - 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x97, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x77, 0x77, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x77, 0x97, 0x97, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x53, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, - 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x77, 0x77, 0x77, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x53, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x53, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x77, 0x73, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xdb, 0xbb, 0xbb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xdb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x73, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, - 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x2f, 0x2f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xdb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xdb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x7b, 0x77, 0x77, 0x7b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x2e, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x53, 0x57, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x53, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x53, 0x53, 0x53, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x53, 0x53, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, - 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, - 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, - 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9f, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x9b, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9b, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x7b, 0x9b, 0xbb, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x7b, 0x9b, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x2e, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9f, 0xbb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdf, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0xbb, 0xdf, 0xdf, 0xdb, 0xdb, 0xdf, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xbb, 0xbb, 0xbb, 0xbf, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0xbb, 0xbb, 0xdf, 0xdb, 0xbb, 0xbb, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0x9b, 0xbb, 0x9b, 0x9b, 0x9f, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0xbb, 0xdb, 0xdf, 0xdf, 0xbb, 0xbf, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xbf, 0xbf, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x57, 0x53, 0x53, 0x53, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x53, 0x53, 0x57, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x57, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x77, 0x77, 0x57, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x7b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbb, 0x9b, 0x97, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xdb, 0xbb, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x73, 0x77, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbb, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x73, 0x77, 0x57, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbb, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x77, 0x53, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x25, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x73, 0x73, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, - 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x97, 0x97, 0x97, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x2e, 0x2a, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x53, 0x4f, 0x4f, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x97, 0x97, 0x97, 0x9b, 0x97, 0x97, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9f, 0xbf, 0x9b, 0x9b, 0x77, 0x73, 0x73, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2e, 0x2a, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4e, - 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2e, 0x2a, 0x2a, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x77, 0x73, 0x73, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, - 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, - 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x77, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0x9b, 0x9b, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4e, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x97, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x53, 0x73, 0x53, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x53, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x73, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x53, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, - 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4f, 0x4e, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x53, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4f, 0x4e, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x53, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x4f, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4f, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, - 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, - 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x4e, 0x53, 0x4f, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x53, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, - 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, - 0x4e, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, - 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, - 0x4f, 0x4f, 0x53, 0x73, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, - 0x4f, 0x4f, 0x53, 0x73, 0x4e, 0x4f, 0x73, 0x73, 0x77, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x97, 0x9b, 0x9f, 0xbf, 0xbf, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, - 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbb, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, - 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbb, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, - 0x4f, 0x4f, 0x53, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x77, 0x97, 0x9b, 0xbb, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, - 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x97, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbb, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, - 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x9b, 0x9b, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4f, 0x4f, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x25, 0x25, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x25, 0x25, 0x25, 0x25, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, - 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, - 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, - 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, - 0x73, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, - 0x73, 0x73, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, - 0x73, 0x73, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x26, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, - 0x53, 0x73, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x26, 0x26, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x26, 0x26, 0x26, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x25, 0x26, 0x26, 0x25, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, - 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x0a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x0a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x2a, 0x0a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0xbb, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x9b, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2f, 0x2e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbb, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xdf, 0xbf, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2e, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2f, 0x2f, 0x2e, 0x2f, 0x2e, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x4f, 0x2f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, - 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, - 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x53, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, - 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x77, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x52, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4e, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x9f, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x77, 0x9f, 0x9f, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0x9f, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x4e, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x97, 0x97, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, - 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x77, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x97, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, - 0x53, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0x9f, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0xbb, 0xbb, 0x9b, 0x9b, 0x97, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x4f, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0x9b, 0x97, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x73, 0x53, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0x97, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x97, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x53, 0x53, 0x73, 0x73, 0x73, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x53, 0x77, 0x73, 0x73, 0x73, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0xbb, 0xbb, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, - 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x77, 0x73, 0x53, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x53, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x73, 0x73, 0x73, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x53, - 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x97, 0x97, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x77, 0x73, 0x73, 0x73, 0x53, 0x4e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x77, 0x73, 0x4f, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x97, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x97, 0x9b, 0x97, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x73, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x73, 0x77, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x73, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x9b, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x73, 0x77, 0x73, 0x77, 0x77, 0x97, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0x9f, 0x9b, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x53, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4f, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x4e, 0x73, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x4e, 0x2e, 0x53, 0x77, 0x97, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x73, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9f, 0xbb, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x73, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0x77, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x73, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x4e, 0x73, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x4e, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x73, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x53, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x53, 0x53, 0x53, 0x53, 0x57, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x73, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x73, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x53, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x53, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x53, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x77, 0x73, 0x77, 0x73, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9b, 0x77, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x73, 0x73, 0x73, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x2f, 0x2f, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x4f, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x77, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x2f, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, - 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x73, 0x73, 0x77, 0x77, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x77, 0x4e, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x2f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbb, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xbb, 0x73, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2e, 0x2e, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0x93, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x2e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xdb, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xb7, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0x97, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, - 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x0a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, - 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x73, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, - 0x2e, 0x2e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, - 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x7b, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x4f, 0x73, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x53, 0x73, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x77, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x73, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x9b, 0x9b, 0x73, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x2e, 0x4e, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x53, 0x77, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x97, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9f, 0x9f, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x53, 0x77, 0x77, 0x73, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9f, 0x9f, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2e, 0x4f, 0x73, 0x77, 0x73, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9f, 0x9f, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x4f, 0x2e, 0x53, 0x77, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0xbf, 0xbf, 0xbb, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xdf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x4f, 0x53, 0x77, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0xbf, 0xbf, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x73, 0x77, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x6e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2e, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xbf, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x6e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xbb, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x2a, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x6e, 0x6e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0xbf, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x4f, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x6e, 0x6e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9f, 0x9b, 0x9b, 0x9f, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0xbb, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x77, 0x77, 0x77, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0xbb, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x73, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0xbf, 0x9f, 0x9f, 0x9f, 0x9f, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x7b, 0x7b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x7b, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x97, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x9b, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x06, 0x26, 0x06, 0x06, 0x26, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x7b, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x77, 0x73, 0x53, 0x77, 0x97, 0x9b, 0x7b, 0x77, 0x77, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x53, 0x73, 0x77, 0x77, 0x73, 0x53, 0x77, 0x77, 0x97, 0x77, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x97, 0x77, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x06, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x53, 0x77, 0x73, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9f, 0x9f, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x26, 0x26, 0x06, 0x26, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x2e, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x73, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x97, 0x77, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x73, 0x77, 0x77, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x73, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x53, 0x73, 0x73, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x53, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x7b, 0x77, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x4f, 0x53, 0x53, 0x4f, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x77, 0x77, 0x77, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x4f, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x2f, 0x2e, 0x2f, 0x2f, 0x2f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x7b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x77, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x33, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x77, 0x7b, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x33, 0x33, 0x33, 0x33, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x97, 0x77, 0x9b, 0x97, 0x97, 0x97, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x33, 0x33, 0x33, 0x33, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0x9f, 0x9b, 0x7b, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x2f, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x26, 0x26, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0x9f, 0x9b, 0x7b, 0x7b, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x33, 0x33, 0x33, 0x33, 0x33, 0x2f, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, - 0x06, 0x06, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0x9f, 0x9f, 0x7b, 0x7b, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x33, 0x53, 0x33, 0x33, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x06, - 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0x9f, 0x9f, 0x7b, 0x7b, 0x77, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x33, 0x2f, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x26, 0x26, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9f, 0x7f, 0x7f, 0x7b, 0x7b, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbb, 0xbb, 0xbb, 0xbb, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x7f, 0x7b, 0x7b, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbb, 0xbb, 0xbb, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x7f, 0x7b, 0x7b, 0x7b, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbb, 0xbb, 0xbb, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0x9f, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbb, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9f, 0x9f, 0x7b, 0x7b, 0x7b, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbb, 0xbb, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x9b, 0x9f, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbb, 0xbb, 0xbb, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0x9f, 0x9f, 0xbf, 0xbb, 0xbb, 0xbb, 0xbb, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0xbb, 0xbb, 0xbb, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x57, 0x77, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x53, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x4e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9b, 0x7b, 0x7f, 0x7f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x9b, 0x77, 0x7b, 0x7b, 0x53, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x26, 0x2a, 0x26, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7f, 0x9f, 0x9f, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x7b, 0x53, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x37, 0x57, 0x57, 0x2e, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7f, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x53, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, - 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9b, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x37, 0x57, 0x57, 0x53, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x9b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, - 0x06, 0x26, 0x06, 0x06, 0x06, 0x26, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x37, 0x57, 0x37, 0x57, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x53, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, - 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x57, 0x37, 0x57, 0x57, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x06, - 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x37, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x33, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, - 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x33, 0x33, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, - 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x33, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x57, 0x57, 0x57, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, - 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x2f, 0x2f, 0x4f, 0x2f, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0xbf, 0x9f, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x05, 0x05, 0x05, 0x06, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x73, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x2e, 0x4e, 0x2a, 0x2e, 0x2a, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x7b, 0x73, 0x77, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x7b, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x7b, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x26, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x06, 0x05, 0x05, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9f, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x7b, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x7b, 0x73, 0x77, 0x77, 0x77, 0x73, 0x53, 0x77, 0x77, 0x77, 0x73, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x05, 0x05, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x7b, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x05, 0x26, 0x2a, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x2a, 0x05, 0x05, 0x06, 0x06, 0x06, 0x0a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x05, 0x26, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x26, 0x26, 0x06, 0x06, 0x05, 0x05, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x53, 0x77, 0x77, 0x77, 0x57, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x06, 0x05, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x77, 0x77, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x26, 0x06, 0x26, 0x06, 0x26, 0x26, 0x26, 0x06, 0x26, 0x26, 0x06, 0x06, 0x2a, 0x06, 0x05, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x9b, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x77, 0x57, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x77, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x53, 0x57, 0x57, 0x77, 0x73, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x05, 0x06, 0x06, 0x26, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x0a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x7b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2f, 0x4f, 0x53, 0x53, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x0a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x7b, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x57, 0x57, 0x77, 0x57, 0x77, 0x77, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x9b, 0x9f, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x53, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x26, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x7b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x9b, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xbf, 0xbf, 0x9b, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x26, 0x06, 0x06, 0x06, 0x06, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, - 0x06, 0x06, 0x06, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x53, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x77, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, - 0x26, 0x26, 0x06, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x0a, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2f, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x97, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, - 0x06, 0x05, 0x05, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, - 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, - 0x06, 0x05, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x06, 0x06, 0x26, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x4e, 0x4f, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, - 0x06, 0x05, 0x05, 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x7b, 0x7b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, - 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4e, 0x2e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x06, - 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x0a, 0x0a, 0x2a, 0x2e, 0x4f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x26, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, - 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2f, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x26, - 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x2a, 0x2e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, - 0x26, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x26, 0x06, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x9b, 0x9b, 0x9b, 0x9b, 0x77, 0x73, 0x73, 0x73, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, - 0x26, 0x26, 0x06, 0x06, 0x06, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x26, 0x06, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbf, 0xbf, 0xbf, 0x9f, 0x97, 0x73, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x2a, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, - 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x97, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xbf, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x26, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, - 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x7b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xff, 0xff, 0xdb, 0x72, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x01, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x2a, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, - 0x2a, 0x26, 0x26, 0x06, 0x26, 0x06, 0x26, 0x06, 0x06, 0x26, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xdf, 0xff, 0xbb, 0x73, 0x4a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x01, 0x05, 0x05, 0x01, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x05, 0x2a, 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x7b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0x9f, 0xbf, 0xbf, 0xdf, 0xbb, 0x72, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x05, 0x05, 0x05, 0x05, 0x01, 0x05, 0x01, 0x05, 0x05, 0x01, 0x01, 0x01, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x05, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x06, 0x26, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x57, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x9b, 0xbf, 0xbf, 0x73, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4a, 0x2a, 0x2a, 0x2a, 0x4e, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x05, 0x05, 0x01, 0x01, 0x01, 0x01, 0x05, 0x01, 0x01, 0x01, 0x05, 0x05, 0x05, 0x06, 0x06, 0x05, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x06, 0x05, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x25, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x26, 0x26, 0x2a, 0x26, 0x06, 0x06, 0x26, 0x26, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x26, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x77, 0x9b, 0x9b, 0x9b, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x53, 0x77, 0x57, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x9b, 0x9b, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x4e, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x05, 0x05, 0x05, 0x01, 0x01, 0x01, 0x01, 0x01, 0x05, 0x01, 0x01, 0x05, 0x05, 0x05, 0x06, 0x05, 0x2a, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x53, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x97, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x73, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x4e, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x05, 0x05, 0x05, 0x06, 0x06, 0x26, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4f, 0x53, 0x73, 0x53, 0x73, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x05, 0x06, 0x06, 0x06, 0x06, 0x05, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x05, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x4e, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x05, 0x06, 0x06, 0x06, 0x2e, 0x4f, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7b, 0x77, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x4f, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x05, 0x05, 0x01, 0x01, 0x05, 0x01, 0x01, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x4e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x77, 0x77, 0x77, 0x77, 0x77, 0x53, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x01, 0x01, 0x01, 0x01, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x06, 0x06, 0x05, 0x05, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x77, 0x77, 0x77, 0x53, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x01, 0x01, 0x01, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x2a, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x06, 0x05, 0x05, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x2e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x01, 0x01, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x05, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x4f, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x01, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x05, 0x26, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x05, 0x05, 0x05, 0x06, 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x05, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x73, 0x77, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x97, 0x97, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x05, 0x05, 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4a, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0x97, 0x97, 0x77, 0x73, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4a, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0xbb, 0x9b, 0x9b, 0x97, 0x73, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x05, 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x73, 0x73, 0x53, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x53, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x53, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xbf, 0xbb, 0x9b, 0x77, 0x73, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x4f, 0x4e, 0x2e, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x97, 0x97, 0x97, 0x9b, 0xbb, 0x9b, 0x97, 0x97, 0x73, 0x73, 0x53, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbb, 0x97, 0x77, 0x73, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x06, 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x01, 0x01, 0x05, 0x05, 0x01, 0x4e, 0x4f, 0x4e, 0x2e, - 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x4f, 0x73, 0x73, 0x97, 0x97, 0xbb, 0xbf, 0xbb, 0xbb, 0x9b, 0x97, 0x97, 0x73, 0x73, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x2a, 0x2a, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x53, 0x73, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9b, 0x97, 0x73, 0x53, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x05, 0x06, 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4a, 0x2a, 0x2a, 0x4f, 0x4f, 0x4e, - 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x4e, 0x73, 0x73, 0x77, 0x97, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x9b, 0x97, 0x77, 0x73, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x97, 0x9b, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0xbb, 0x97, 0x77, 0x73, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x05, 0x06, 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, 0x4f, - 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x73, 0x73, 0x97, 0x97, 0x9b, 0xbb, 0xbb, 0x9b, 0x97, 0x97, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x77, 0x9b, 0xbf, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9b, 0x97, 0x73, 0x53, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4f, - 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2e, 0x2a, 0x2a, 0x2a, 0x4e, 0x4f, 0x73, 0x73, 0x77, 0x97, 0x97, 0x97, 0x97, 0x97, 0x77, 0x73, 0x73, 0x53, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x06, 0x06, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x73, 0x4f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x73, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xdf, 0xdf, 0xdf, 0xbf, 0x9b, 0x97, 0x73, 0x53, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x05, 0x05, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x26, 0x06, 0x05, 0x05, 0x05, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, - 0x2e, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x2e, 0x2a, 0x2e, 0x4f, 0x4f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x4f, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x73, 0x53, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x73, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x9b, 0xbf, 0xbf, 0xdf, 0xdf, 0xbf, 0xbb, 0x97, 0x77, 0x73, 0x4f, 0x4e, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x05, 0x05, 0x05, 0x05, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2e, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x2e, 0x4e, 0x2a, 0x2a, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x53, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0xbf, 0xbf, 0xbf, 0xbf, 0xbb, 0x97, 0x77, 0x73, 0x53, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x05, 0x05, 0x26, 0x26, 0x26, 0x06, 0x26, 0x26, 0x26, 0x26, 0x06, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2a, - 0x2e, 0x2e, 0x2e, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x77, 0x77, 0x97, 0x9b, 0xbb, 0xbf, 0xbb, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x05, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x26, 0x26, 0x26, 0x06, 0x06, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2e, 0x2a, 0x4f, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x05, 0x05, 0x06, 0x06, 0x05, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4f, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x2e, 0x2a, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x73, 0x97, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x77, 0x97, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x77, 0x73, 0x53, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x26, 0x06, 0x06, 0x06, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4f, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x53, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2a, 0x05, 0x05, 0x05, 0x06, 0x06, 0x05, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x73, 0x53, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x2e, 0x4e, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x97, 0x97, 0x97, 0x97, 0x77, 0x73, 0x73, 0x4f, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x06, 0x26, 0x26, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x2a, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x05, 0x05, 0x06, 0x06, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x2e, 0x2a, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x73, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x53, 0x4f, 0x4f, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x06, 0x06, 0x26, 0x26, 0x06, 0x05, 0x06, 0x05, 0x06, 0x06, 0x06, 0x05, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4e, 0x2e, - 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4f, 0x4f, 0x53, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4e, 0x2a, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x26, 0x26, 0x2a, 0x2a, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4e, 0x4e, 0x4e, 0x4e, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x2e, 0x2e, 0x2e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x4e, 0x4f, 0x4e, 0x4f, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x53, 0x53, 0x4f, 0x4f, 0x4e, 0x4e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x06, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x4f, 0x4e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x26, 0x26, 0x26, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, -#endif -#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 0 - /*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit*/ - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, - 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, - 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, - 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, - 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, - 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0x37, 0x4c, 0x38, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, - 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0x17, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x77, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, - 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0x37, 0x54, 0x78, 0x54, 0x77, 0x54, 0x77, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, - 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0x17, 0x4c, 0x78, 0x54, 0x77, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, - 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0x57, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0x37, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, - 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0x16, 0x4c, 0x78, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, - 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0x37, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, - 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, - 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0x17, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0xb8, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0xb8, 0x64, 0x98, 0x64, 0x98, 0x64, 0xb8, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xf6, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x54, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x64, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x58, 0x54, 0x78, 0x54, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x54, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x78, 0x54, 0x98, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x17, 0x4c, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x54, 0xb8, 0x54, 0xb8, 0x5c, 0xb8, 0x5c, 0xd8, 0x5c, 0xb8, 0x5c, 0xd8, 0x64, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0x58, 0x5c, 0x37, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xd8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x78, 0x5c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x59, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x54, 0x98, 0x54, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xd6, 0x43, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x98, 0x5c, 0x57, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xb8, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x16, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x58, 0x54, 0x79, 0x54, 0x78, 0x54, 0x98, 0x54, 0xb9, 0x54, 0xb9, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xd6, 0x4b, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x78, 0x5c, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xd9, 0x5c, 0xd9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x37, 0x4c, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x17, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x58, 0x5c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0xf7, 0x43, 0x17, 0x44, 0x17, 0x4c, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x4c, 0xf7, 0x4b, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0xf7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x17, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x17, 0x54, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0x17, 0x4c, 0x58, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xd9, 0x5c, 0xd9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x54, 0x99, 0x54, 0x99, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x17, 0x4c, 0x58, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x38, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x64, 0xd9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x79, 0x5c, 0xf7, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x38, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xd7, 0x4b, 0xd6, 0x43, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xf7, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0xb8, 0x5c, 0xd9, 0x5c, 0xd9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xf7, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x58, 0x54, 0x58, 0x54, 0x37, 0x54, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0xf7, 0x4b, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x58, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xd9, 0x64, 0xf9, 0x64, 0xf9, 0x64, 0xf9, 0x64, 0xf9, 0x64, 0x37, 0x54, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xd6, 0x43, 0x38, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0x17, 0x4c, 0x17, 0x4c, - 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x43, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x58, 0x54, 0x78, 0x54, 0xd9, 0x5c, 0xf9, 0x64, 0xb9, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x78, 0x54, 0x37, 0x54, 0x17, 0x4c, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x37, 0x54, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0xb6, 0x43, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x37, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x79, 0x54, 0x99, 0x5c, 0xb9, 0x64, 0xd9, 0x64, 0xf9, 0x64, 0x19, 0x65, 0x19, 0x6d, 0x98, 0x5c, 0xd6, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x38, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0xf7, 0x43, 0x17, 0x4c, 0xf7, 0x43, 0x17, 0x4c, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0x37, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x37, 0x54, 0x37, 0x54, 0x16, 0x4c, 0xd6, 0x43, 0xb5, 0x43, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x37, 0x54, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x17, 0x4c, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x99, 0x5c, 0xb9, 0x5c, 0xd9, 0x64, 0x19, 0x65, 0x19, 0x6d, 0x39, 0x6d, 0x16, 0x54, 0xb5, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x38, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xd7, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xd6, 0x43, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x43, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x17, 0x54, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0xd6, 0x4b, 0x38, 0x54, 0x99, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0xd9, 0x64, 0x19, 0x65, 0x39, 0x6d, 0x37, 0x54, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x18, 0x54, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xf7, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x4c, 0x17, 0x44, 0xf7, 0x43, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0xd6, 0x43, 0xd7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x17, 0x4c, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xd6, 0x4b, 0x38, 0x54, 0x39, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x99, 0x5c, 0xb9, 0x5c, 0xfa, 0x64, 0xd8, 0x64, 0x16, 0x54, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0xd6, 0x43, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0xf7, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0xb5, 0x43, 0x18, 0x4c, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xb9, 0x5c, 0x37, 0x54, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x58, 0x54, 0x59, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x43, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x96, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0xd6, 0x4b, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x9a, 0x5c, 0x99, 0x5c, 0xf6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0xf7, 0x4b, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0xf7, 0x4b, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x59, 0x54, 0x79, 0x5c, 0x17, 0x4c, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0xb6, 0x43, 0x18, 0x54, 0x79, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x17, 0x4c, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0xd6, 0x4b, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0xb6, 0x43, 0x38, 0x54, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x79, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0xf7, 0x4b, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0xf6, 0x4b, 0x59, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x17, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, - 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0xf7, 0x4b, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0xd7, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x4b, - 0xd7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0x99, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0xf7, 0x4b, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0xb6, 0x43, 0xd7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x37, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x79, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x99, 0x54, 0x9a, 0x5c, 0xda, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x99, 0x5c, 0x59, 0x54, 0x79, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0xd6, 0x4b, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x75, 0x43, 0xd6, 0x4b, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x54, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x5c, 0xb9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xfa, 0x64, 0xfa, 0x64, 0xda, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0x95, 0x43, 0x18, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x4c, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x18, 0x54, 0x17, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xfa, 0x64, 0x3a, 0x65, 0x3a, 0x65, 0x3a, 0x65, 0x5a, 0x65, 0x3a, 0x65, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x33, 0x75, 0x43, 0x17, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xba, 0x5c, 0xfa, 0x64, 0x1a, 0x65, 0x5a, 0x65, 0x7a, 0x6d, 0x79, 0x6d, 0x7a, 0x6d, 0x5a, 0x6d, 0x1a, 0x65, 0x1a, 0x65, 0xfa, 0x64, 0xda, 0x64, 0xda, 0x64, 0xba, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x5c, 0x17, 0x54, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x33, 0xf3, 0x32, 0x34, 0x3b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, - 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x37, 0x54, 0x58, 0x54, 0x58, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0xfa, 0x64, 0x1a, 0x65, 0x5a, 0x6d, 0x9a, 0x6d, 0x7a, 0x6d, 0x9a, 0x75, 0x99, 0x75, 0x9a, 0x75, 0x9a, 0x75, 0x7a, 0x6d, 0x7a, 0x6d, 0x7a, 0x6d, 0x7a, 0x6d, 0x5a, 0x6d, 0xfa, 0x64, 0xda, 0x64, 0xda, 0x64, 0xba, 0x64, 0x37, 0x54, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x95, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, - 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0xd6, 0x43, 0xb6, 0x43, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0xda, 0x64, 0x1a, 0x65, 0x5a, 0x6d, 0x9a, 0x6d, 0x99, 0x75, 0x9a, 0x75, 0x9a, 0x7d, 0x9a, 0x7d, 0x9a, 0x7d, 0x9a, 0x7d, 0x9a, 0x75, 0x9a, 0x75, 0x9a, 0x7d, 0x9a, 0x75, 0x9a, 0x75, 0x7a, 0x75, 0xf9, 0x64, 0x37, 0x54, 0x74, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x39, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x17, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, - 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x54, 0x95, 0x3b, 0x95, 0x43, 0xd6, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x79, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0x1a, 0x65, 0x5a, 0x6d, 0x7a, 0x6d, 0x9a, 0x75, 0x9a, 0x75, 0x9a, 0x7d, 0x9a, 0x85, 0x9a, 0x85, 0x9a, 0x8d, 0x9a, 0x8d, 0x9a, 0x85, 0x9a, 0x85, 0x9a, 0x85, 0x9a, 0x85, 0x39, 0x75, 0x57, 0x5c, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf7, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0x54, 0x3b, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, - 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x95, 0x43, 0x75, 0x3b, 0x95, 0x3b, 0xd6, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x79, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xda, 0x64, 0x1a, 0x65, 0x7a, 0x6d, 0x9a, 0x6d, 0x9a, 0x75, 0x9a, 0x7d, 0x9a, 0x7d, 0x9a, 0x85, 0x9a, 0x95, 0xba, 0x95, 0xba, 0x95, 0x9a, 0x95, 0xbb, 0x95, 0x7a, 0x8d, 0x57, 0x64, 0xb5, 0x4b, 0x74, 0x43, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x18, 0x4c, 0xd7, 0x43, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0x13, 0x33, 0xd2, 0x32, 0x55, 0x3b, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, - 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x3b, 0xd6, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0x1a, 0x65, 0x7a, 0x6d, 0xba, 0x75, 0xba, 0x75, 0xba, 0x7d, 0xba, 0x85, 0xba, 0x8d, 0xba, 0x95, 0xbb, 0x95, 0xbb, 0x95, 0xbb, 0x9d, 0x39, 0x8d, 0x95, 0x4b, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0x13, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb5, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, - 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0xba, 0x5c, 0xba, 0x5c, 0xfa, 0x64, 0x3a, 0x6d, 0x9b, 0x6d, 0xba, 0x75, 0xba, 0x75, 0xba, 0x7d, 0xba, 0x85, 0xba, 0x8d, 0xbb, 0x9d, 0xbb, 0x9d, 0x9a, 0x95, 0x97, 0x6c, 0x74, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x7a, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0xd6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0x54, 0x3b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0x34, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, - 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xb6, 0x43, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xd6, 0x4b, 0x38, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x79, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xda, 0x64, 0x1a, 0x65, 0x3a, 0x6d, 0x7a, 0x6d, 0xba, 0x75, 0xba, 0x75, 0xba, 0x7d, 0xba, 0x85, 0xba, 0x85, 0xbb, 0x95, 0x9a, 0x95, 0x36, 0x64, 0x74, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0x9a, 0x5c, 0x59, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0xb5, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, - 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0x38, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xfb, 0x64, 0x3b, 0x65, 0x3b, 0x6d, 0x3a, 0x6d, 0x7a, 0x75, 0xba, 0x75, 0xba, 0x7d, 0xba, 0x7d, 0xba, 0x85, 0x7a, 0x8d, 0xb5, 0x53, 0x74, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xd5, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0x16, 0x54, 0x16, 0x54, 0x16, 0x54, 0x16, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x17, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x59, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0xb5, 0x43, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0x75, 0x3b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, - 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0x38, 0x54, 0x18, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xfb, 0x64, 0x5b, 0x6d, 0x3a, 0x6d, 0x7b, 0x6d, 0x9b, 0x75, 0xdb, 0x75, 0xda, 0x7d, 0x7a, 0x7d, 0x74, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x53, 0xf5, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0x16, 0x54, 0xf6, 0x53, 0x16, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x59, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, - 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x96, 0x43, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x9a, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0xfa, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0x3b, 0x65, 0x5a, 0x6d, 0x5b, 0x6d, 0xbb, 0x75, 0x59, 0x75, 0xd5, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x4b, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xf5, 0x4b, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf7, 0x53, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x59, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, - 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0xd7, 0x4b, 0x59, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xda, 0x5c, 0x1b, 0x65, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x65, 0xda, 0x64, 0xfb, 0x64, 0x3b, 0x65, 0x5b, 0x6d, 0xfa, 0x64, 0xd5, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x59, 0x54, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, - 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xfb, 0x64, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x65, 0xfa, 0x64, 0x1b, 0x65, 0x1a, 0x65, 0x16, 0x54, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xd5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x9b, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x59, 0x54, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, - 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0x18, 0x54, 0x39, 0x54, 0x38, 0x54, 0x59, 0x54, 0xbb, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0x1b, 0x6d, 0x3b, 0x6d, 0x3b, 0x6d, 0x3b, 0x65, 0x1a, 0x65, 0x56, 0x54, 0x34, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x9a, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0x59, 0x54, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0xd6, 0x43, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, - 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0xd6, 0x4b, 0x38, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0xfb, 0x64, 0x3b, 0x65, 0x3b, 0x65, 0x1b, 0x65, 0x98, 0x5c, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0xba, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xfb, 0x64, 0xdb, 0x5c, 0x9a, 0x5c, 0x38, 0x4c, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x96, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, - 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x43, 0x55, 0x3b, 0x78, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xbb, 0x5c, 0xdb, 0x64, 0xdb, 0x5c, 0xdb, 0x64, 0xfb, 0x64, 0x1b, 0x65, 0xda, 0x64, 0xb5, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0x7a, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0xd7, 0x43, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, - 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x17, 0x54, 0x37, 0x54, 0x99, 0x5c, 0xfb, 0x64, 0xdb, 0x64, 0xfb, 0x64, 0xdb, 0x64, 0xfb, 0x64, 0xfa, 0x64, 0x37, 0x54, 0x54, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x9b, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0xdb, 0x64, 0x79, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x3b, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0xb6, 0x43, 0x38, 0x54, 0x38, 0x4c, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, - 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0x17, 0x54, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0xba, 0x5c, 0xdb, 0x64, 0x1b, 0x65, 0x1b, 0x65, 0xb9, 0x64, 0x54, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x79, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xfb, 0x64, 0x1b, 0x65, 0x7b, 0x6d, 0x9b, 0x6d, 0x9b, 0x6d, 0x5b, 0x6d, 0xfb, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xfb, 0x64, 0x1b, 0x65, 0xdb, 0x5c, 0x79, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0xf7, 0x4b, 0x38, 0x54, 0x38, 0x4c, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, - 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0x95, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0xb5, 0x43, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x78, 0x54, 0xb9, 0x5c, 0xda, 0x64, 0xb5, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0x1b, 0x65, 0x7b, 0x6d, 0xdb, 0x75, 0xfa, 0x75, 0xfa, 0x75, 0xdb, 0x75, 0x9b, 0x6d, 0x3b, 0x65, 0xfb, 0x64, 0xdb, 0x64, 0xbb, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0x1b, 0x65, 0x1b, 0x65, 0x9a, 0x5c, 0x58, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x33, 0xf7, 0x4b, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, - 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0x17, 0x54, 0x37, 0x54, 0x17, 0x54, 0xd6, 0x4b, 0x34, 0x3b, 0x95, 0x43, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x57, 0x54, 0x58, 0x54, 0x17, 0x54, 0x54, 0x3b, 0x74, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x79, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0x3b, 0x65, 0xbb, 0x6d, 0xfa, 0x75, 0xfa, 0x7d, 0xfa, 0x7d, 0xfa, 0x7d, 0xfa, 0x7d, 0xbb, 0x6d, 0x5b, 0x65, 0x1b, 0x65, 0xfb, 0x64, 0xbb, 0x5c, 0x9b, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0x3b, 0x65, 0xfb, 0x64, 0x79, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x37, 0x4c, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0xf7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0xb6, 0x43, 0x38, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x37, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x9a, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0x9b, 0x5c, 0x7a, 0x5c, 0x38, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, - 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x37, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x79, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xdb, 0x5c, 0xfb, 0x5c, 0x5b, 0x6d, 0xbb, 0x75, 0xfa, 0x7d, 0xfa, 0x85, 0xfb, 0x85, 0xfb, 0x8d, 0xfb, 0x85, 0xfa, 0x7d, 0xbb, 0x6d, 0x5b, 0x6d, 0x1b, 0x65, 0xdb, 0x5c, 0xbb, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0x1b, 0x65, 0x3b, 0x65, 0xba, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x33, 0xf8, 0x4b, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xdb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xdb, 0x64, 0x9b, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, - 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x9a, 0x5c, 0xbb, 0x64, 0xba, 0x64, 0x58, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x37, 0x54, 0xd6, 0x4b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0x5b, 0x6d, 0xdb, 0x75, 0xfa, 0x7d, 0xfb, 0x85, 0xfb, 0x8d, 0xfb, 0x95, 0xfb, 0x8d, 0xfb, 0x85, 0xfa, 0x75, 0xbb, 0x6d, 0x5b, 0x6d, 0x1b, 0x65, 0xdb, 0x5c, 0x9b, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0x1b, 0x65, 0xfb, 0x64, 0x99, 0x5c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x44, 0x18, 0x44, 0x17, 0x44, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0xd6, 0x43, 0x59, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xdb, 0x64, 0x3b, 0x6d, 0x7b, 0x6d, 0x7b, 0x75, 0x3b, 0x6d, 0x1b, 0x65, 0xdb, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb1, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, - 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x38, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xbb, 0x64, 0xba, 0x5c, 0x57, 0x54, 0xb5, 0x43, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x99, 0x54, 0xba, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0x1b, 0x65, 0x7b, 0x6d, 0xdb, 0x75, 0xfa, 0x7d, 0xfb, 0x85, 0xfb, 0x95, 0xfb, 0x9d, 0xfb, 0x9d, 0xfb, 0x8d, 0xfa, 0x7d, 0xfb, 0x75, 0x9b, 0x6d, 0x3b, 0x6d, 0xdb, 0x5c, 0xbb, 0x5c, 0x9b, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x64, 0xba, 0x5c, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x44, 0x18, 0x44, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x18, 0x4c, 0x7a, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0x5b, 0x6d, 0xdb, 0x75, 0x1b, 0x7e, 0x7b, 0x75, 0x5b, 0x6d, 0x1b, 0x6d, 0xfb, 0x64, 0xbb, 0x5c, 0x9b, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0xb1, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, - 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x64, 0x79, 0x5c, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x95, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x54, 0xb9, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xfb, 0x5c, 0x1b, 0x65, 0x7b, 0x6d, 0xdb, 0x75, 0x1a, 0x7e, 0xfb, 0x85, 0x1b, 0x96, 0x1b, 0x9e, 0x1b, 0x9e, 0x1b, 0x96, 0xfb, 0x85, 0xfa, 0x75, 0xfb, 0x75, 0x9b, 0x6d, 0xfb, 0x64, 0xbb, 0x5c, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xfb, 0x64, 0xfb, 0x64, 0xdb, 0x5c, 0x7a, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x44, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0xf7, 0x43, 0x5a, 0x54, 0x5a, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xfb, 0x64, 0x5b, 0x6d, 0xdb, 0x7d, 0x1b, 0x86, 0x7b, 0x7d, 0x5b, 0x75, 0x5b, 0x6d, 0x1b, 0x6d, 0xfb, 0x64, 0xbb, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, - 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x9a, 0x5c, 0x17, 0x54, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x95, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xda, 0x5c, 0xfa, 0x5c, 0xfb, 0x64, 0x3b, 0x65, 0x7b, 0x6d, 0xdb, 0x75, 0x1a, 0x76, 0x1b, 0x86, 0x1b, 0x8e, 0x1b, 0x96, 0x1b, 0x9e, 0x1b, 0x96, 0x1b, 0x8e, 0xfa, 0x7d, 0xfb, 0x75, 0xbb, 0x6d, 0x3b, 0x65, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0x9b, 0x54, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x64, 0xba, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x9a, 0x54, 0x7a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x39, 0x4c, 0x7a, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0xdb, 0x64, 0x5b, 0x6d, 0xfb, 0x75, 0x1b, 0x86, 0x7b, 0x7d, 0x5b, 0x75, 0x7b, 0x75, 0x5b, 0x75, 0x3b, 0x6d, 0xfb, 0x64, 0xdb, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4c, 0xd7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, - 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x59, 0x54, 0x59, 0x5c, 0x59, 0x54, 0x95, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x94, 0x4b, 0x94, 0x4b, 0x95, 0x4b, 0x95, 0x53, 0xb5, 0x53, 0x95, 0x4b, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x57, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0xb8, 0x5c, 0xd9, 0x64, 0xfa, 0x64, 0x1b, 0x65, 0x3b, 0x65, 0x7b, 0x6d, 0xdb, 0x6d, 0x1a, 0x76, 0x1b, 0x7e, 0x1b, 0x86, 0x1b, 0x8e, 0x1b, 0x96, 0x1b, 0x96, 0x1b, 0x8e, 0x1a, 0x7e, 0xfb, 0x6d, 0xbb, 0x6d, 0x5b, 0x6d, 0xfb, 0x64, 0xbb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0xfb, 0x64, 0xdb, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x3b, 0xd6, 0x43, 0x7a, 0x54, 0x9b, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0x1b, 0x65, 0x9b, 0x75, 0x1b, 0x7e, 0xdb, 0x85, 0x7b, 0x7d, 0x7b, 0x7d, 0x7b, 0x75, 0x5b, 0x6d, 0x3b, 0x6d, 0x1b, 0x65, 0xfb, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0x38, 0x54, 0x58, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0xf3, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x53, 0xb5, 0x53, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x57, 0x54, 0x77, 0x54, 0x77, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0xb8, 0x5c, 0xb9, 0x64, 0xda, 0x64, 0xfa, 0x64, 0x3b, 0x6d, 0x7c, 0x6d, 0xdb, 0x6d, 0x1b, 0x76, 0x1a, 0x7e, 0x1b, 0x86, 0x1b, 0x8e, 0x1b, 0x8e, 0x1b, 0x8e, 0x1b, 0x86, 0x1a, 0x7e, 0xfb, 0x75, 0xbb, 0x6d, 0x7b, 0x6d, 0x1b, 0x65, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x75, 0x3b, 0xf7, 0x4b, 0x9a, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0x3b, 0x65, 0xdb, 0x75, 0x3b, 0x86, 0x9b, 0x7d, 0x7b, 0x75, 0x7b, 0x7d, 0x7b, 0x75, 0x7b, 0x6d, 0x5b, 0x6d, 0x1b, 0x65, 0xdb, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x59, 0x54, 0x38, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x17, 0x54, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x4b, 0x95, 0x4b, 0x95, 0x53, 0x95, 0x53, 0x95, 0x4b, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x57, 0x54, 0x77, 0x54, 0x77, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0xb9, 0x64, 0xd9, 0x6c, 0xfa, 0x6c, 0x1b, 0x6d, 0x3b, 0x6d, 0x9b, 0x75, 0x1b, 0x76, 0x1a, 0x76, 0x1a, 0x7e, 0x1b, 0x86, 0x1b, 0x86, 0x1b, 0x86, 0x1b, 0x86, 0x1a, 0x7e, 0xfb, 0x75, 0xbb, 0x6d, 0x7b, 0x6d, 0x3b, 0x65, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0x7b, 0x4c, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0x1b, 0x5d, 0xfb, 0x5c, 0x1b, 0x5d, 0x1b, 0x5d, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x39, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0x5b, 0x6d, 0xfb, 0x75, 0x9b, 0x75, 0x7c, 0x75, 0x9b, 0x75, 0x7b, 0x75, 0x9b, 0x75, 0x7c, 0x6d, 0x3b, 0x6d, 0x1b, 0x6d, 0xfb, 0x64, 0xbb, 0x64, 0x9a, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xf2, 0x32, 0xf3, 0x3a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x70, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, - 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x95, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x94, 0x43, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x95, 0x53, 0xb5, 0x53, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x57, 0x54, 0x77, 0x54, 0x77, 0x5c, 0x78, 0x5c, 0x78, 0x64, 0x98, 0x64, 0xb8, 0x6c, 0xb9, 0x6c, 0xda, 0x6c, 0xfa, 0x6c, 0x1b, 0x75, 0x5b, 0x75, 0xbc, 0x75, 0x1b, 0x7e, 0x1b, 0x7e, 0x1b, 0x7e, 0x1b, 0x86, 0x1a, 0x86, 0x1a, 0x7e, 0x1a, 0x76, 0xfb, 0x6d, 0x9b, 0x65, 0x5b, 0x65, 0x3b, 0x65, 0x1b, 0x65, 0xfb, 0x5c, 0xdb, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0x1b, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x5b, 0x65, 0x5b, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x1b, 0x65, 0xfb, 0x64, 0xfc, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x54, 0x37, 0x4c, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x79, 0x54, 0xfc, 0x64, 0xdb, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xfb, 0x64, 0x3b, 0x6d, 0x5b, 0x6d, 0x7b, 0x6d, 0x9c, 0x75, 0x9b, 0x75, 0x9b, 0x6d, 0x5b, 0x6d, 0x1b, 0x65, 0xfb, 0x64, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x7a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x2a, - 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0x59, 0x54, 0x38, 0x54, 0x17, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x64, 0x9a, 0x64, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x94, 0x43, 0x95, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x77, 0x54, 0x77, 0x5c, 0x78, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x6c, 0xb9, 0x6c, 0xda, 0x6c, 0xfa, 0x74, 0xfb, 0x74, 0x1b, 0x75, 0x7c, 0x75, 0xdc, 0x7d, 0x1b, 0x7e, 0x1b, 0x7e, 0x1b, 0x7e, 0x1a, 0x7e, 0x1a, 0x7e, 0x1b, 0x76, 0xdb, 0x6d, 0x7b, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x1c, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xfb, 0x5c, 0xfb, 0x5c, 0x1b, 0x65, 0x3b, 0x65, 0x7b, 0x65, 0xbb, 0x6d, 0xdb, 0x6d, 0xdb, 0x6d, 0xdc, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x5b, 0x6d, 0x3b, 0x65, 0x1c, 0x65, 0xfb, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xba, 0x64, 0xfc, 0x64, 0xdb, 0x64, 0xbb, 0x5c, 0xbc, 0x5c, 0xbb, 0x54, 0xbb, 0x5c, 0xdb, 0x64, 0x1b, 0x6d, 0x3c, 0x6d, 0x5b, 0x6d, 0x5b, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3b, 0x6d, 0x1c, 0x65, 0xdb, 0x5c, 0xbb, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x7a, 0x5c, 0x7a, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, - 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0x9b, 0x5c, 0x9b, 0x5c, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x64, 0xba, 0x64, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x94, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x95, 0x4b, 0x94, 0x43, 0xb5, 0x43, 0x95, 0x4b, 0x95, 0x43, 0x74, 0x43, 0x75, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0x16, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x77, 0x5c, 0x77, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0xb9, 0x6c, 0xd9, 0x6c, 0xda, 0x74, 0xfa, 0x74, 0x1b, 0x75, 0x3c, 0x75, 0x7c, 0x7d, 0xdc, 0x7d, 0x1b, 0x7e, 0x1a, 0x7e, 0x3a, 0x7e, 0x1a, 0x76, 0x1b, 0x76, 0xfb, 0x6d, 0x7b, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0xfb, 0x64, 0xdb, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbb, 0x54, 0xbc, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xfc, 0x5c, 0x1b, 0x5d, 0x3c, 0x65, 0x7c, 0x65, 0xbb, 0x6d, 0xfb, 0x75, 0x1b, 0x76, 0x1b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x1b, 0x76, 0x1b, 0x76, 0xdc, 0x75, 0x7b, 0x6d, 0x3b, 0x65, 0x1c, 0x65, 0xdb, 0x5c, 0xba, 0x5c, 0x79, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xba, 0x5c, 0x1c, 0x65, 0xdb, 0x64, 0xbb, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfb, 0x64, 0xfc, 0x64, 0x1b, 0x65, 0x1b, 0x6d, 0x1b, 0x6d, 0x3b, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0xfb, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, - 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x39, 0x54, 0x9c, 0x5c, 0xbc, 0x5c, 0xdb, 0x64, 0x17, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0x78, 0x5c, 0x54, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x4b, 0x94, 0x4b, 0x95, 0x4b, 0x94, 0x4b, 0xb5, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0x36, 0x4c, 0x57, 0x54, 0x77, 0x5c, 0x77, 0x5c, 0x97, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xda, 0x6c, 0xda, 0x74, 0xfb, 0x74, 0x1b, 0x75, 0x3c, 0x7d, 0x9c, 0x7d, 0xdc, 0x7d, 0x1b, 0x7e, 0x3a, 0x7e, 0x3a, 0x76, 0x1b, 0x76, 0xdb, 0x6d, 0x7b, 0x65, 0x1b, 0x5d, 0x1b, 0x5d, 0x1b, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0x5c, 0x65, 0xfb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xfc, 0x5c, 0x1c, 0x65, 0x3b, 0x65, 0x9c, 0x6d, 0xfc, 0x6d, 0x1b, 0x76, 0x1b, 0x7e, 0x1a, 0x7e, 0x3b, 0x7e, 0x3b, 0x7e, 0x3a, 0x7e, 0x3a, 0x7e, 0x3b, 0x7e, 0x1b, 0x76, 0xdc, 0x75, 0x7b, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0x96, 0x43, 0x17, 0x4c, 0xdb, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdb, 0x64, 0xfc, 0x64, 0xfb, 0x64, 0x1b, 0x65, 0x1b, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfb, 0x64, 0xfb, 0x64, 0xdb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0x9b, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x37, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xd7, 0x4b, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x37, 0x54, 0x58, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x37, 0x54, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x94, 0x43, 0xb4, 0x43, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0x16, 0x4c, 0x36, 0x54, 0x57, 0x5c, 0x77, 0x5c, 0x97, 0x5c, 0x97, 0x64, 0x98, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xd9, 0x6c, 0xda, 0x74, 0xfa, 0x74, 0xfb, 0x74, 0x1c, 0x75, 0x5c, 0x7d, 0x9c, 0x7d, 0xfc, 0x7d, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0xfc, 0x6d, 0x7c, 0x65, 0x3c, 0x5d, 0x1b, 0x5d, 0x1c, 0x5d, 0x3b, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0x3c, 0x65, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0xdc, 0x54, 0xfc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x5b, 0x65, 0xbc, 0x6d, 0xfb, 0x75, 0x3b, 0x76, 0x3b, 0x7e, 0x3b, 0x86, 0x3b, 0x86, 0x3b, 0x8e, 0x3b, 0x8e, 0x3b, 0x86, 0x3b, 0x86, 0x3b, 0x7e, 0x3b, 0x7e, 0xfb, 0x75, 0x9c, 0x75, 0x3b, 0x6d, 0xfc, 0x64, 0xdb, 0x5c, 0x9a, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xf7, 0x4b, 0x38, 0x54, 0xda, 0x64, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xfb, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xdb, 0x64, 0x9a, 0x5c, 0x58, 0x5c, 0x37, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x70, 0x22, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x38, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x79, 0x5c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0xf7, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0x16, 0x4c, 0x36, 0x54, 0x37, 0x54, 0x57, 0x5c, 0x77, 0x5c, 0x97, 0x64, 0x97, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xb9, 0x6c, 0xd9, 0x6c, 0xda, 0x74, 0xfb, 0x74, 0x1b, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0xbc, 0x75, 0x1b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0xfb, 0x6d, 0x7b, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0x1b, 0x5d, 0x1b, 0x65, 0x5c, 0x65, 0x7c, 0x6d, 0x5c, 0x65, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1b, 0x65, 0x5b, 0x65, 0xbc, 0x6d, 0x1b, 0x76, 0x1b, 0x7e, 0x3b, 0x86, 0x3b, 0x86, 0x3b, 0x8e, 0x3b, 0x8e, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x8e, 0x3b, 0x8e, 0x3b, 0x86, 0x3b, 0x7e, 0x1b, 0x7e, 0xbc, 0x75, 0x5c, 0x6d, 0x1c, 0x65, 0xdb, 0x64, 0x9a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf6, 0x4b, 0xf7, 0x4b, 0x39, 0x4c, 0x59, 0x54, 0xda, 0x64, 0x1b, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x75, 0x9c, 0x75, 0x7c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0xfc, 0x64, 0xbb, 0x64, 0x79, 0x5c, 0x58, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x22, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0xd6, 0x4b, 0x38, 0x54, 0x59, 0x54, 0x79, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdb, 0x5c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0xd6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0x16, 0x4c, 0x16, 0x54, 0x36, 0x54, 0x57, 0x5c, 0x77, 0x5c, 0x97, 0x64, 0x97, 0x64, 0xb8, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xd9, 0x6c, 0xda, 0x74, 0xfa, 0x74, 0xfb, 0x74, 0x1b, 0x75, 0x5c, 0x75, 0x9c, 0x75, 0xdc, 0x75, 0x1c, 0x7e, 0x3c, 0x76, 0x3b, 0x76, 0xdc, 0x6d, 0x5c, 0x65, 0x1b, 0x5d, 0xfb, 0x5c, 0xfb, 0x5c, 0x1c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0x1c, 0x5d, 0x3c, 0x65, 0x5c, 0x65, 0x9c, 0x6d, 0xfb, 0x75, 0x3b, 0x7e, 0x3b, 0x86, 0x3b, 0x8e, 0x3b, 0x8e, 0x3b, 0x96, 0x3c, 0x9e, 0x3c, 0x9e, 0x3b, 0x9e, 0x3b, 0x96, 0x3b, 0x8e, 0x3b, 0x86, 0x5b, 0x86, 0x3b, 0x7e, 0xbc, 0x75, 0x3c, 0x6d, 0xfc, 0x64, 0xdb, 0x64, 0x9a, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x59, 0x54, 0x79, 0x54, 0x38, 0x4c, 0xb9, 0x5c, 0x1b, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0x3c, 0x65, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x6d, 0x5c, 0x6d, 0x9c, 0x75, 0xfc, 0x75, 0x1c, 0x7e, 0x3b, 0x7e, 0x3b, 0x7e, 0x3c, 0x7e, 0xdc, 0x7d, 0x9c, 0x75, 0x5c, 0x6d, 0x1c, 0x6d, 0xdc, 0x64, 0x9a, 0x5c, 0x58, 0x5c, 0x18, 0x54, 0xf7, 0x4b, 0xd6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0x58, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xda, 0x64, 0x37, 0x54, 0x58, 0x54, 0xd6, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0x16, 0x4c, 0x16, 0x54, 0x37, 0x54, 0x57, 0x5c, 0x77, 0x5c, 0x97, 0x64, 0x97, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xda, 0x6c, 0xfa, 0x6c, 0x1b, 0x6d, 0x3c, 0x6d, 0x7c, 0x75, 0xbc, 0x75, 0xdc, 0x75, 0xfc, 0x75, 0xfc, 0x75, 0xdc, 0x6d, 0x7c, 0x65, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0x1b, 0x5d, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x9c, 0x6d, 0xfc, 0x75, 0x3b, 0x76, 0x3b, 0x86, 0x3b, 0x86, 0x3b, 0x8e, 0x5c, 0x9e, 0x5c, 0xa6, 0x3c, 0xae, 0x5c, 0xa6, 0x3c, 0x9e, 0x5b, 0x96, 0x3b, 0x8e, 0x3b, 0x86, 0x5b, 0x86, 0x3c, 0x7e, 0xbc, 0x75, 0x3c, 0x6d, 0xfc, 0x64, 0xdb, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x37, 0x4c, 0x58, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x38, 0x54, 0x79, 0x54, 0xda, 0x64, 0x3b, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0xfc, 0x75, 0x3b, 0x7e, 0x5b, 0x86, 0x5b, 0x86, 0x3b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x3b, 0x86, 0xdc, 0x7d, 0x7c, 0x75, 0x1c, 0x6d, 0xfc, 0x64, 0x9a, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x22, 0x50, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0x99, 0x5c, 0x58, 0x54, 0xd6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0x16, 0x4c, 0x16, 0x54, 0x37, 0x54, 0x57, 0x54, 0x77, 0x5c, 0x97, 0x5c, 0xb7, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0x1b, 0x6d, 0x3b, 0x6d, 0x7c, 0x75, 0x9c, 0x75, 0xbc, 0x75, 0xbc, 0x75, 0xbc, 0x6d, 0x7c, 0x65, 0x1c, 0x65, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x3c, 0x65, 0x1c, 0x65, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x3c, 0x65, 0x5b, 0x65, 0xbc, 0x6d, 0x3c, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x96, 0x3c, 0x96, 0x3b, 0x9e, 0x1c, 0xa6, 0xfc, 0xa5, 0xfb, 0x9d, 0xfc, 0x9d, 0x1c, 0x96, 0x1b, 0x8e, 0x3b, 0x86, 0x3b, 0x7e, 0x1c, 0x7e, 0xbc, 0x75, 0x5c, 0x6d, 0x1c, 0x65, 0xdb, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x38, 0x54, 0x38, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x79, 0x54, 0xda, 0x5c, 0xfb, 0x64, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x7c, 0x6d, 0x1c, 0x76, 0x3b, 0x7e, 0x5b, 0x8e, 0x5c, 0x96, 0x3c, 0x96, 0x5b, 0x96, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x1c, 0x7e, 0x9c, 0x75, 0x1c, 0x6d, 0xfc, 0x64, 0xbb, 0x64, 0x59, 0x5c, 0x17, 0x54, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x57, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x37, 0x54, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0x16, 0x4c, 0x36, 0x4c, 0x37, 0x54, 0x57, 0x54, 0x77, 0x54, 0x97, 0x54, 0x98, 0x54, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xd9, 0x64, 0xf9, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0x1a, 0x65, 0x3b, 0x6d, 0x3c, 0x6d, 0x5c, 0x65, 0x3c, 0x65, 0x3b, 0x65, 0x1b, 0x65, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0xfc, 0x5c, 0x1c, 0x5d, 0x3c, 0x65, 0x9c, 0x6d, 0xdb, 0x75, 0x7a, 0x6d, 0xf9, 0x64, 0xb8, 0x64, 0xd9, 0x6c, 0xd9, 0x6c, 0xda, 0x74, 0xda, 0x74, 0xda, 0x74, 0xfb, 0x74, 0xfb, 0x74, 0x1b, 0x75, 0x5c, 0x75, 0x9c, 0x75, 0x9c, 0x75, 0x5c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0xfc, 0x64, 0xdb, 0x64, 0x79, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x5a, 0x54, 0x9b, 0x5c, 0x7a, 0x54, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x99, 0x54, 0xb9, 0x5c, 0x1b, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x6c, 0x1c, 0x6d, 0x3c, 0x6d, 0x7c, 0x6d, 0x1c, 0x76, 0x3b, 0x7e, 0x5b, 0x8e, 0x5c, 0x9e, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xae, 0x5c, 0x9e, 0x3b, 0x96, 0x5b, 0x8e, 0x3c, 0x86, 0xbc, 0x75, 0x3c, 0x6d, 0xdc, 0x64, 0x9a, 0x5c, 0x59, 0x5c, 0x17, 0x54, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xb2, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x57, 0x5c, 0x98, 0x64, 0x98, 0x64, 0xb8, 0x64, 0xb9, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0x9a, 0x5c, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0x16, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x77, 0x54, 0x98, 0x54, 0x98, 0x54, 0x98, 0x54, 0xb8, 0x5c, 0xd9, 0x5c, 0xd9, 0x5c, 0xb8, 0x5c, 0xd9, 0x5c, 0xd9, 0x64, 0xfa, 0x64, 0x1a, 0x65, 0x1b, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x5d, 0xfc, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0xfb, 0x5c, 0x99, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xba, 0x64, 0xda, 0x64, 0xda, 0x6c, 0xda, 0x6c, 0xda, 0x6c, 0xdb, 0x74, 0xfb, 0x6c, 0xfb, 0x6c, 0xfc, 0x6c, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdb, 0x64, 0xba, 0x5c, 0xbb, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xda, 0x5c, 0xba, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x98, 0x5c, 0xfb, 0x64, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0xfc, 0x6c, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0xdc, 0x75, 0x3b, 0x7e, 0x5b, 0x86, 0x5c, 0x96, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xa6, 0x5c, 0x96, 0x3b, 0x8e, 0x3c, 0x86, 0x9c, 0x75, 0xfc, 0x6c, 0x9b, 0x64, 0x79, 0x5c, 0x58, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0xd6, 0x4b, 0x77, 0x64, 0x77, 0x64, 0x98, 0x64, 0xb8, 0x6c, 0xd9, 0x64, 0xb9, 0x5c, 0x7a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdb, 0x64, 0x17, 0x54, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x57, 0x4c, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x77, 0x54, 0x98, 0x54, 0xb8, 0x5c, 0xb8, 0x5c, 0xd9, 0x5c, 0xda, 0x5c, 0xfa, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0xfb, 0x5c, 0xba, 0x5c, 0x99, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xda, 0x64, 0xda, 0x64, 0xda, 0x6c, 0xda, 0x6c, 0xdb, 0x6c, 0xfb, 0x6c, 0xfb, 0x6c, 0xfb, 0x6c, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xfc, 0x64, 0x5c, 0x6d, 0x5c, 0x6d, 0x3b, 0x65, 0xfb, 0x64, 0xda, 0x64, 0xba, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xd9, 0x64, 0xfb, 0x64, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x64, 0xfc, 0x6c, 0x1c, 0x6d, 0x3c, 0x6d, 0x9c, 0x75, 0x3c, 0x7e, 0x5b, 0x86, 0x5b, 0x96, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x5b, 0x96, 0x5b, 0x8e, 0xdc, 0x7d, 0x5c, 0x75, 0xfc, 0x64, 0xba, 0x5c, 0x59, 0x5c, 0x58, 0x54, 0x17, 0x4c, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xd3, 0x3a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0xb5, 0x4b, 0x78, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xd9, 0x64, 0x99, 0x5c, 0x7a, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0x38, 0x54, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0x16, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x98, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdb, 0x5c, 0x99, 0x54, 0x78, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xd9, 0x64, 0xda, 0x64, 0xda, 0x6c, 0xda, 0x6c, 0xdb, 0x6c, 0xfb, 0x6c, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xbb, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1b, 0x65, 0xfb, 0x64, 0xda, 0x5c, 0xd9, 0x5c, 0xfa, 0x64, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0x1c, 0x6d, 0x7c, 0x75, 0xfc, 0x7d, 0x3b, 0x86, 0x5b, 0x8e, 0x5c, 0x9e, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xa6, 0x5b, 0x96, 0x3b, 0x86, 0xbc, 0x75, 0x3c, 0x6d, 0xdc, 0x64, 0x9a, 0x5c, 0x58, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xd6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x22, 0x50, 0x22, 0x70, 0x2a, 0x50, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x75, 0x3b, 0x37, 0x54, 0x57, 0x5c, 0x77, 0x64, 0x78, 0x6c, 0x98, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xd9, 0x6c, 0xb9, 0x64, 0x9a, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xb9, 0x5c, 0xd6, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf6, 0x4b, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x54, 0x16, 0x54, 0xf6, 0x53, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0xf6, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x43, 0xf6, 0x4b, 0x17, 0x44, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x98, 0x54, 0x99, 0x54, 0x99, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xda, 0x64, 0xda, 0x64, 0xda, 0x64, 0xfa, 0x6c, 0xfb, 0x6c, 0x1c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x64, 0xbb, 0x5c, 0xdc, 0x64, 0xfb, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfb, 0x64, 0xfa, 0x64, 0xfb, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0x1c, 0x6d, 0x3c, 0x75, 0x9c, 0x7d, 0x1c, 0x86, 0x5b, 0x8e, 0x5b, 0x9e, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0x9e, 0x5b, 0x8e, 0x1b, 0x86, 0x9c, 0x75, 0x1c, 0x6d, 0xdb, 0x64, 0x79, 0x5c, 0x38, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x54, 0x3b, 0xf7, 0x4b, 0x17, 0x54, 0x57, 0x5c, 0x77, 0x64, 0x98, 0x64, 0xda, 0x74, 0xb9, 0x74, 0xb8, 0x74, 0xb9, 0x6c, 0xd9, 0x64, 0xba, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xfc, 0x64, 0xfb, 0x64, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0xf6, 0x53, 0x17, 0x54, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x17, 0x54, 0x37, 0x54, 0x17, 0x54, 0xf6, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x4b, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x43, 0x17, 0x44, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x79, 0x54, 0x39, 0x54, 0x59, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x5c, 0xb9, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xda, 0x64, 0xfa, 0x64, 0xfb, 0x64, 0x1b, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0xfc, 0x64, 0xdc, 0x64, 0xdb, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xdc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0x1c, 0x6d, 0x5c, 0x75, 0xfc, 0x7d, 0x3b, 0x86, 0x5b, 0x8e, 0x5c, 0xa6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x5b, 0x96, 0x5b, 0x86, 0xfb, 0x7d, 0x5c, 0x75, 0xfc, 0x6c, 0xba, 0x5c, 0x58, 0x54, 0x18, 0x54, 0x17, 0x54, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0x95, 0x43, 0xd6, 0x4b, 0x17, 0x4c, 0x57, 0x54, 0x77, 0x5c, 0xb9, 0x6c, 0xd9, 0x74, 0xda, 0x74, 0xd9, 0x74, 0xb8, 0x6c, 0xd9, 0x6c, 0xb9, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0xbc, 0x5c, 0xfc, 0x64, 0x1b, 0x65, 0x18, 0x54, 0xf7, 0x4b, 0xf7, 0x53, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x5c, 0x37, 0x5c, 0x37, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x54, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0x9a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xda, 0x64, 0xfa, 0x64, 0x1b, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0x1c, 0x6d, 0x1c, 0x6d, 0x7c, 0x75, 0x1c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5c, 0x9e, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0x9e, 0x5b, 0x8e, 0x3c, 0x86, 0xbc, 0x75, 0x3c, 0x6d, 0xdb, 0x64, 0x9a, 0x5c, 0x58, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x50, 0x22, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x54, 0x98, 0x64, 0xb9, 0x6c, 0xb9, 0x6c, 0xd9, 0x74, 0xda, 0x74, 0xd9, 0x74, 0xb8, 0x6c, 0xb9, 0x64, 0x9a, 0x5c, 0x9a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0x1c, 0x65, 0x78, 0x5c, 0xf7, 0x53, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x57, 0x5c, 0x57, 0x5c, 0x37, 0x5c, 0x57, 0x5c, 0x57, 0x54, 0x57, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x57, 0x54, 0x37, 0x54, 0x37, 0x54, 0x57, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0xf6, 0x53, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x7a, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xdb, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x1b, 0x65, 0xdb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0x1c, 0x6d, 0x3c, 0x6d, 0x7c, 0x75, 0x1c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5c, 0x9e, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x5c, 0x9e, 0x5b, 0x8e, 0x5b, 0x86, 0xfc, 0x7d, 0x7c, 0x75, 0x1c, 0x6d, 0xba, 0x64, 0x79, 0x5c, 0x37, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0x13, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xd6, 0x4b, 0x37, 0x54, 0x98, 0x5c, 0xb8, 0x64, 0xb9, 0x6c, 0xd9, 0x6c, 0xda, 0x6c, 0xfa, 0x6c, 0xd9, 0x6c, 0xb9, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0x1c, 0x65, 0x99, 0x5c, 0x38, 0x54, 0x18, 0x54, 0x17, 0x54, 0x37, 0x54, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x57, 0x54, 0x57, 0x5c, 0x37, 0x5c, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x38, 0x54, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x38, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xfb, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1b, 0x65, 0xdb, 0x5c, 0xbb, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x7b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0xfc, 0x6c, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0x5c, 0x6d, 0x7b, 0x75, 0x1c, 0x76, 0x5b, 0x7e, 0x5b, 0x8e, 0x5b, 0x96, 0x5c, 0x9e, 0x5c, 0xa6, 0x5c, 0x9e, 0x5c, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x1c, 0x7e, 0x7c, 0x75, 0x1c, 0x6d, 0xdb, 0x64, 0x79, 0x5c, 0x38, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xd6, 0x4b, 0x58, 0x54, 0x99, 0x5c, 0xb9, 0x64, 0xd9, 0x64, 0xd9, 0x6c, 0xd9, 0x6c, 0xfa, 0x6c, 0xfa, 0x6c, 0xb9, 0x5c, 0x99, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x1b, 0x65, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x57, 0x5c, 0x77, 0x5c, 0x57, 0x5c, 0x57, 0x64, 0x57, 0x64, 0x57, 0x5c, 0x77, 0x5c, 0x77, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x57, 0x5c, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x37, 0x4c, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x5c, 0x7a, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xfc, 0x64, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0xfc, 0x64, 0x1c, 0x6d, 0x5c, 0x6d, 0xbc, 0x75, 0xfc, 0x75, 0x1b, 0x76, 0x5b, 0x7e, 0x3b, 0x86, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x86, 0x1c, 0x7e, 0x7c, 0x75, 0x1c, 0x6d, 0xdb, 0x64, 0xba, 0x64, 0x58, 0x5c, 0x37, 0x54, 0x17, 0x4c, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x54, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0x17, 0x4c, 0x58, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xd9, 0x64, 0xd9, 0x64, 0xfa, 0x64, 0x1a, 0x65, 0xb9, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x3c, 0x6d, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x77, 0x64, 0x77, 0x64, 0x77, 0x64, 0x77, 0x64, 0x78, 0x64, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x53, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xf7, 0x4b, 0x37, 0x4c, 0x17, 0x4c, 0xd6, 0x4b, 0x75, 0x43, 0x75, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x39, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xbc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x64, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x5c, 0x6d, 0xbc, 0x75, 0x1c, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x3b, 0x86, 0x3b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x3c, 0x7e, 0xdc, 0x75, 0x7c, 0x75, 0x1c, 0x6d, 0xdc, 0x64, 0x9a, 0x5c, 0x78, 0x5c, 0x38, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, - 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0xd6, 0x4b, 0xf6, 0x4b, 0x17, 0x54, 0x58, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xd9, 0x64, 0xd9, 0x64, 0xda, 0x64, 0xdb, 0x64, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x6d, 0xda, 0x64, 0x38, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x98, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x98, 0x64, 0xb8, 0x5c, 0xb8, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x98, 0x5c, 0xb8, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0x17, 0x4c, 0xf6, 0x4b, 0x95, 0x43, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x7b, 0x54, 0x9b, 0x54, 0x9c, 0x54, 0xbc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdb, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x7c, 0x6d, 0xbc, 0x6d, 0x1c, 0x76, 0x5b, 0x86, 0x5b, 0x86, 0x3b, 0x7e, 0x1c, 0x76, 0xdc, 0x75, 0x9c, 0x75, 0x5c, 0x6d, 0x1c, 0x65, 0xdc, 0x64, 0xba, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, - 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0x1c, 0x65, 0xfb, 0x64, 0x59, 0x54, 0x59, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0xb8, 0x64, 0xb9, 0x64, 0xb9, 0x64, 0xb9, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb8, 0x5c, 0x98, 0x5c, 0x58, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xb6, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0x18, 0x54, 0x17, 0x4c, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x78, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x5a, 0x54, 0x9b, 0x54, 0x9c, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x7c, 0x6d, 0xdc, 0x75, 0x1c, 0x76, 0x3b, 0x7e, 0x5b, 0x7e, 0x9b, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xbb, 0x5c, 0x79, 0x5c, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, - 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x54, 0x3b, 0x95, 0x3b, 0xb5, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x5c, 0x9a, 0x5c, 0x9b, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xdc, 0x64, 0x1c, 0x65, 0x1b, 0x6d, 0x9a, 0x5c, 0x59, 0x5c, 0x99, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0xb9, 0x6c, 0xb9, 0x6c, 0xd9, 0x64, 0xd9, 0x64, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xba, 0x5c, 0x9a, 0x54, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x78, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x33, 0x95, 0x33, 0x95, 0x3b, 0xb6, 0x3b, 0xd6, 0x43, 0x95, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x9c, 0x54, 0xbc, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x9c, 0x75, 0x9c, 0x75, 0x9c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x9c, 0x6d, 0xbc, 0x75, 0xfc, 0x75, 0xbc, 0x75, 0x3c, 0x65, 0xfc, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0x17, 0x54, 0x18, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9b, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0xda, 0x64, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0x98, 0x64, 0xb8, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0xb9, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xfa, 0x6c, 0xfa, 0x64, 0xfa, 0x64, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xfb, 0x64, 0xda, 0x5c, 0xda, 0x5c, 0xba, 0x5c, 0x99, 0x5c, 0x78, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xb5, 0x43, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x95, 0x3b, 0x54, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0xbc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0xbc, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0xbc, 0x75, 0x9c, 0x75, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0xdb, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x17, 0x4c, 0xd6, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0x17, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x38, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xdb, 0x64, 0x7a, 0x5c, 0x9a, 0x5c, 0xb9, 0x5c, 0xb9, 0x64, 0xb9, 0x64, 0xb9, 0x6c, 0xb9, 0x6c, 0xb9, 0x6c, 0xb9, 0x74, 0xb9, 0x74, 0xd9, 0x74, 0xda, 0x6c, 0xfa, 0x6c, 0x1b, 0x6d, 0x3b, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1b, 0x65, 0xdb, 0x5c, 0xba, 0x5c, 0x9a, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x37, 0x4c, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x95, 0x33, 0x54, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x3c, 0x65, 0x5c, 0x6d, 0x9c, 0x6d, 0xdc, 0x75, 0xfc, 0x75, 0x1c, 0x76, 0x1c, 0x76, 0xfc, 0x75, 0xfc, 0x75, 0xbc, 0x75, 0x7c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfb, 0x64, 0x7a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x96, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0x1c, 0x6d, 0x1c, 0x6d, 0x9a, 0x5c, 0x9a, 0x5c, 0xba, 0x64, 0xda, 0x64, 0xd9, 0x64, 0xd9, 0x6c, 0xb9, 0x6c, 0xb9, 0x6c, 0xb9, 0x74, 0xd9, 0x74, 0xda, 0x74, 0xfa, 0x74, 0xfb, 0x74, 0x1c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xdb, 0x5c, 0x9a, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x57, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x95, 0x33, 0x54, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xd7, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9c, 0x54, 0xbc, 0x54, 0xdc, 0x5c, 0xfc, 0x64, 0x3c, 0x65, 0x7c, 0x6d, 0xbc, 0x6d, 0xfc, 0x75, 0x1c, 0x76, 0x3c, 0x76, 0x3c, 0x7e, 0x3c, 0x7e, 0x3c, 0x7e, 0x3c, 0x76, 0xfc, 0x75, 0xbc, 0x75, 0x7c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0x1c, 0x65, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0x79, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x59, 0x4c, 0x7a, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x95, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0xd2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xdc, 0x5c, 0x1c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0xbb, 0x64, 0xda, 0x64, 0xda, 0x64, 0xda, 0x64, 0xda, 0x64, 0xda, 0x6c, 0xd9, 0x74, 0xda, 0x74, 0xda, 0x74, 0xfa, 0x74, 0xfb, 0x74, 0x1b, 0x75, 0x3c, 0x75, 0x7c, 0x75, 0xbc, 0x75, 0xdc, 0x75, 0xfc, 0x75, 0xfc, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0xbc, 0x6d, 0x9c, 0x6d, 0x5c, 0x65, 0x1c, 0x65, 0xdb, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x57, 0x54, 0x17, 0x54, 0xf6, 0x4b, 0xf6, 0x53, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x95, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x34, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf7, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x3c, 0x65, 0x5c, 0x6d, 0xbc, 0x6d, 0x1c, 0x76, 0x5b, 0x7e, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x3c, 0x7e, 0xdc, 0x75, 0x9c, 0x75, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x7a, 0x4c, 0x59, 0x4c, 0xf7, 0x4b, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0x92, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0xbc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x6d, 0x1b, 0x65, 0xdb, 0x64, 0xfb, 0x64, 0xfb, 0x6c, 0xfa, 0x6c, 0xda, 0x6c, 0xda, 0x6c, 0xfa, 0x74, 0xda, 0x74, 0xfa, 0x74, 0x1b, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0x9c, 0x75, 0xfc, 0x75, 0x3c, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x5b, 0x7e, 0x3b, 0x7e, 0x3c, 0x76, 0xfc, 0x75, 0x7c, 0x6d, 0x3c, 0x65, 0xbb, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0x9a, 0x5c, 0x99, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x33, 0x95, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x34, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x3c, 0x65, 0x7c, 0x6d, 0xdc, 0x6d, 0x3c, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x3c, 0x7e, 0xdc, 0x75, 0x7c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0x1c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0x9b, 0x5c, 0x7a, 0x54, 0x59, 0x4c, 0xd7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x6d, 0xdb, 0x64, 0xfb, 0x64, 0x1b, 0x6d, 0x1b, 0x6d, 0xfb, 0x74, 0xfb, 0x74, 0xfa, 0x74, 0xfb, 0x74, 0x1b, 0x75, 0x1b, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0xbc, 0x75, 0x3c, 0x7e, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x5c, 0x7e, 0xdc, 0x75, 0x5c, 0x6d, 0x1b, 0x65, 0xfb, 0x64, 0xdb, 0x64, 0xba, 0x64, 0xb9, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0xf7, 0x43, 0xd7, 0x3b, 0xd6, 0x3b, 0xb6, 0x33, 0xb6, 0x33, 0x96, 0x33, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x34, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xf6, 0x4b, 0xf6, 0x43, 0x95, 0x43, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x54, 0x17, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x3c, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0xfc, 0x75, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x96, 0x5b, 0x96, 0x5b, 0x96, 0x5b, 0x96, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x1c, 0x76, 0xbc, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x9c, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0x5a, 0x4c, 0xb6, 0x43, 0x96, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x58, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x3c, 0x65, 0x3c, 0x6d, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x6d, 0x1b, 0x6d, 0x1b, 0x75, 0x1b, 0x75, 0x1b, 0x7d, 0x1b, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0xbc, 0x7d, 0x3c, 0x7e, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x96, 0x5c, 0x9e, 0x5c, 0x9e, 0x5c, 0x9e, 0x5c, 0x9e, 0x5c, 0x96, 0x5b, 0x96, 0x5b, 0x86, 0x5c, 0x7e, 0xfc, 0x7d, 0x9b, 0x75, 0x5c, 0x6d, 0xfb, 0x64, 0xfb, 0x64, 0xda, 0x5c, 0x99, 0x54, 0x58, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0xf7, 0x3b, 0xd7, 0x3b, 0xd6, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xb6, 0x33, 0x96, 0x33, 0x96, 0x33, 0x96, 0x33, 0x55, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0xbc, 0x6d, 0x1c, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x96, 0x5c, 0x9e, 0x5c, 0x9e, 0x5c, 0xa6, 0x5c, 0xa6, 0x5c, 0x9e, 0x5c, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x3c, 0x7e, 0x1c, 0x76, 0xbc, 0x75, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x38, 0x54, 0xb6, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x71, 0x2a, - 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x59, 0x4c, 0x58, 0x4c, 0x79, 0x54, 0x9a, 0x5c, 0xba, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0x3c, 0x6d, 0x1c, 0x6d, 0xfc, 0x64, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x75, 0x1b, 0x75, 0x1b, 0x75, 0x1c, 0x7d, 0x3c, 0x7d, 0x5c, 0x75, 0x7c, 0x75, 0xbc, 0x7d, 0x1c, 0x7e, 0x7b, 0x86, 0x5b, 0x86, 0x7b, 0x8e, 0x5c, 0x96, 0x5c, 0xa6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x7c, 0xb6, 0x7c, 0xa6, 0x5c, 0x96, 0x7b, 0x96, 0x5b, 0x8e, 0x3c, 0x7e, 0xbc, 0x75, 0x5b, 0x6d, 0x1b, 0x65, 0xdb, 0x5c, 0x9a, 0x54, 0x58, 0x4c, 0x38, 0x44, 0x18, 0x3c, 0x17, 0x3c, 0xf7, 0x3b, 0xd7, 0x3b, 0xf7, 0x3b, 0xd7, 0x3b, 0xb6, 0x33, 0xb6, 0x33, 0xb6, 0x33, 0x75, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x57, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0xba, 0x64, 0xdb, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0x1c, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x5c, 0x8e, 0x7c, 0x9e, 0x5c, 0xa6, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x5c, 0xa6, 0x5c, 0x9e, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5c, 0x7e, 0x1c, 0x76, 0xdc, 0x75, 0xbc, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xd3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x50, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x22, 0x50, 0x22, 0x51, 0x22, 0x92, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x55, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x79, 0x54, 0xba, 0x54, 0xdb, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x75, 0x3c, 0x75, 0x3c, 0x75, 0x3c, 0x75, 0x5c, 0x7d, 0x5c, 0x7d, 0x9c, 0x7d, 0x1c, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x7c, 0x96, 0x5c, 0xa6, 0x5c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x5c, 0xb6, 0x7c, 0xa6, 0x5c, 0x9e, 0x5b, 0x8e, 0x1b, 0x7e, 0x9c, 0x6d, 0x3b, 0x65, 0x1c, 0x5d, 0xdb, 0x54, 0x79, 0x44, 0x38, 0x3c, 0x38, 0x3c, 0x18, 0x3c, 0x18, 0x3c, 0x17, 0x3c, 0xf7, 0x3b, 0xf7, 0x3b, 0xd6, 0x3b, 0xd6, 0x3b, 0xb6, 0x3b, 0x34, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x6d, 0x9c, 0x6d, 0x1c, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5c, 0x9e, 0x7c, 0xa6, 0x7c, 0xb6, 0x7c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x7c, 0xae, 0x5c, 0x9e, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5c, 0x7e, 0x3c, 0x7e, 0xfc, 0x75, 0xdc, 0x75, 0xbc, 0x75, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, - 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x71, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xf3, 0x3a, 0x54, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x59, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xbb, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0x7c, 0x7d, 0x9c, 0x7d, 0xfc, 0x7d, 0x3c, 0x7e, 0x5b, 0x7e, 0x5b, 0x86, 0x5c, 0x96, 0x7c, 0x9e, 0x5c, 0xae, 0x7c, 0xbe, 0x7c, 0xbe, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x5c, 0xae, 0x5b, 0x96, 0x3b, 0x76, 0xdb, 0x6d, 0x5c, 0x5d, 0x3b, 0x55, 0xdb, 0x4c, 0x7a, 0x44, 0x59, 0x44, 0x59, 0x44, 0x38, 0x3c, 0x18, 0x3c, 0x18, 0x3c, 0xf7, 0x3b, 0xf7, 0x3b, 0xf7, 0x3b, 0xd6, 0x3b, 0x55, 0x33, 0xf3, 0x32, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x3c, 0x65, 0x7c, 0x6d, 0xfc, 0x75, 0x5c, 0x7e, 0x7b, 0x86, 0x5b, 0x8e, 0x5c, 0x96, 0x5c, 0xa6, 0x5c, 0xb6, 0x5c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xbe, 0x7c, 0xae, 0x7c, 0x9e, 0x5b, 0x96, 0x7b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x3c, 0x7e, 0x1c, 0x76, 0xfc, 0x75, 0xbc, 0x75, 0x9c, 0x75, 0x9c, 0x75, 0x9c, 0x75, 0x9c, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0x9c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x38, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, - 0x91, 0x2a, 0x91, 0x2a, 0xd3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0x7b, 0x5c, 0x5a, 0x54, 0x59, 0x54, 0x59, 0x4c, 0x39, 0x4c, 0x59, 0x4c, 0x79, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0x1c, 0x5d, 0x3c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x75, 0x7c, 0x75, 0x9c, 0x75, 0x9c, 0x7d, 0xdc, 0x7d, 0x1c, 0x7e, 0x5c, 0x7e, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x7c, 0x9e, 0x7c, 0xae, 0x7c, 0xbe, 0x7c, 0xbe, 0x7c, 0xbe, 0x7c, 0xbe, 0x7c, 0xb6, 0x7c, 0xae, 0x5b, 0x96, 0x5b, 0x7e, 0x1c, 0x6e, 0x9c, 0x5d, 0x3b, 0x55, 0xfc, 0x4c, 0xbb, 0x4c, 0x9b, 0x44, 0x59, 0x44, 0x59, 0x44, 0x38, 0x44, 0x38, 0x3c, 0x18, 0x3c, 0x17, 0x3c, 0xf7, 0x3b, 0xb6, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x37, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x5d, 0x1c, 0x65, 0x9c, 0x6d, 0x1c, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x7b, 0x8e, 0x5c, 0x9e, 0x5c, 0xae, 0x5c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xbe, 0x5c, 0xb6, 0x7c, 0xb6, 0x5c, 0xae, 0x5c, 0x9e, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x3c, 0x7e, 0x1c, 0x7e, 0x1c, 0x7e, 0xdc, 0x7d, 0xdc, 0x7d, 0xfc, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0xbc, 0x75, 0xdc, 0x75, 0x7c, 0x6d, 0x3c, 0x6d, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x71, 0x2a, - 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x7a, 0x5c, 0x7a, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x7b, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x3c, 0x65, 0x7c, 0x6d, 0xbc, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x75, 0x9c, 0x75, 0xbc, 0x75, 0xdc, 0x75, 0xfc, 0x75, 0x3c, 0x76, 0x3c, 0x76, 0x3c, 0x76, 0x5b, 0x86, 0x5b, 0x8e, 0x7c, 0x9e, 0x7c, 0xa6, 0x7c, 0xb6, 0x5c, 0xb6, 0x7c, 0xb6, 0x7c, 0xae, 0x5c, 0x9e, 0x5b, 0x8e, 0x5b, 0x7e, 0x1c, 0x66, 0xbc, 0x65, 0x5c, 0x5d, 0xfc, 0x54, 0xbc, 0x4c, 0xbb, 0x4c, 0x7a, 0x44, 0x59, 0x44, 0x59, 0x44, 0x38, 0x44, 0x38, 0x3c, 0x18, 0x3c, 0xf7, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x74, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x58, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x5c, 0x65, 0xdc, 0x6d, 0x3c, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5c, 0x9e, 0x5c, 0xa6, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x5c, 0x9e, 0x5c, 0x96, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x5c, 0x86, 0x1c, 0x86, 0x1c, 0x86, 0xdc, 0x85, 0xbc, 0x7d, 0xbc, 0x7d, 0xbc, 0x7d, 0xbc, 0x7d, 0xfc, 0x75, 0xfc, 0x75, 0xdc, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x1c, 0x6d, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x50, 0x2a, 0x91, 0x2a, 0xd2, 0x32, 0xf3, 0x3a, - 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xbc, 0x75, 0xdc, 0x75, 0xdc, 0x6d, 0xfc, 0x6d, 0x1c, 0x6e, 0x1c, 0x76, 0x1c, 0x76, 0x7b, 0x7e, 0x7b, 0x86, 0x5b, 0x8e, 0x5c, 0x96, 0x5c, 0x9e, 0x5c, 0x9e, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x1c, 0x66, 0xdc, 0x5d, 0x5b, 0x5d, 0x3c, 0x55, 0xdc, 0x4c, 0x9b, 0x4c, 0x7a, 0x44, 0x7a, 0x44, 0x5a, 0x44, 0x59, 0x44, 0x38, 0x44, 0x18, 0x3c, 0x96, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x74, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0x1c, 0x65, 0x3c, 0x65, 0x7c, 0x65, 0xfc, 0x6d, 0x3b, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5c, 0x9e, 0x5c, 0xa6, 0x7c, 0xae, 0x5c, 0xae, 0x5c, 0xae, 0x5c, 0xae, 0x7c, 0xae, 0x5c, 0x9e, 0x5b, 0x96, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x5c, 0x86, 0x3c, 0x86, 0xdc, 0x85, 0xdc, 0x85, 0xdc, 0x85, 0xbc, 0x85, 0xbc, 0x85, 0xbc, 0x85, 0xfc, 0x7d, 0x1c, 0x7e, 0xfc, 0x75, 0xdc, 0x75, 0x9c, 0x75, 0x7c, 0x6d, 0x5c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x7a, 0x5c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xb2, 0x2a, 0xb2, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, - 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xdc, 0x64, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x3c, 0x65, 0x5c, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xdc, 0x75, 0xdc, 0x75, 0x9c, 0x75, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xdc, 0x6d, 0xfc, 0x6d, 0xbc, 0x6d, 0xdc, 0x75, 0x3c, 0x7e, 0x5b, 0x7e, 0x7b, 0x86, 0x7b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x7b, 0x7e, 0x3b, 0x76, 0xdc, 0x65, 0xbc, 0x5d, 0x5c, 0x5d, 0x1c, 0x55, 0xfc, 0x54, 0xbb, 0x4c, 0xbb, 0x4c, 0x9a, 0x44, 0x7a, 0x44, 0x59, 0x44, 0x59, 0x44, 0xf7, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x75, 0x43, 0x74, 0x43, 0x13, 0x3b, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x58, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0x1c, 0x5d, 0x3c, 0x65, 0x9c, 0x6d, 0x1c, 0x6e, 0x7b, 0x76, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x8e, 0x5c, 0x96, 0x5c, 0xa6, 0x5c, 0xae, 0x7c, 0xae, 0x5c, 0xa6, 0x7c, 0xa6, 0x5c, 0x9e, 0x7c, 0x96, 0x5b, 0x96, 0x5b, 0x8e, 0x7b, 0x86, 0x5b, 0x86, 0x7b, 0x86, 0x5c, 0x86, 0xfc, 0x85, 0xbc, 0x85, 0xbc, 0x85, 0x9c, 0x85, 0x9c, 0x85, 0xdc, 0x85, 0xfc, 0x85, 0x1c, 0x7e, 0xfc, 0x7d, 0xdc, 0x75, 0xbc, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x3b, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xfc, 0x64, 0x59, 0x54, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x5c, 0x65, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x1c, 0x7e, 0x3c, 0x7e, 0xdc, 0x75, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x3c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0xfc, 0x6d, 0x3c, 0x76, 0x1b, 0x76, 0x3c, 0x76, 0x3c, 0x76, 0xfc, 0x6d, 0xdc, 0x65, 0x5b, 0x5d, 0x3c, 0x55, 0x1c, 0x55, 0xdc, 0x54, 0xdc, 0x4c, 0x9b, 0x4c, 0x9b, 0x44, 0x7a, 0x44, 0x7a, 0x44, 0x39, 0x44, 0xd7, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x13, 0x3b, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x34, 0x3b, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x59, 0x54, 0x79, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x3c, 0x65, 0xbc, 0x6d, 0x1c, 0x6e, 0x5b, 0x7e, 0x5b, 0x86, 0x7b, 0x86, 0x7b, 0x8e, 0x7c, 0x96, 0x7c, 0x9e, 0x7c, 0xa6, 0x7c, 0xa6, 0x5c, 0x9e, 0x5c, 0x9e, 0x7b, 0x96, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x8e, 0x7b, 0x86, 0x5b, 0x86, 0x5c, 0x86, 0x1c, 0x86, 0xdc, 0x85, 0x9c, 0x85, 0xbc, 0x85, 0xfc, 0x8d, 0x1c, 0x8e, 0xfc, 0x8d, 0xfc, 0x85, 0xfc, 0x85, 0xdc, 0x7d, 0xdc, 0x75, 0xbc, 0x75, 0x7c, 0x6d, 0x5c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x5c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0xf4, 0x32, 0x13, 0x33, 0xf3, 0x32, 0xd2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x3c, 0x7e, 0x5c, 0x7e, 0xdc, 0x75, 0x7c, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0x3c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x9c, 0x65, 0x9c, 0x65, 0x5c, 0x5d, 0x1c, 0x55, 0x1c, 0x55, 0x1c, 0x55, 0xdc, 0x4c, 0xbc, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0x9b, 0x44, 0x7b, 0x44, 0x59, 0x44, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x13, 0x3b, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x13, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xdc, 0x5c, 0x1c, 0x5d, 0x3c, 0x5d, 0x7c, 0x65, 0xfc, 0x6d, 0x3b, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x7b, 0x8e, 0x5b, 0x8e, 0x5b, 0x96, 0x7c, 0x96, 0x7c, 0x96, 0x7b, 0x96, 0x5b, 0x96, 0x5b, 0x8e, 0x7b, 0x8e, 0x5b, 0x86, 0x7b, 0x86, 0x7b, 0x86, 0x5b, 0x86, 0x1c, 0x7e, 0xdc, 0x85, 0xdc, 0x85, 0xfc, 0x85, 0xfc, 0x8d, 0xfc, 0x8d, 0x1c, 0x8e, 0xfc, 0x8d, 0xfc, 0x85, 0xdc, 0x85, 0xdc, 0x7d, 0xdc, 0x75, 0xbc, 0x75, 0x7c, 0x6d, 0x9c, 0x6d, 0xdc, 0x6d, 0x9c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0xfa, 0x5c, 0xb5, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x53, 0x17, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0xfc, 0x75, 0x7c, 0x7e, 0xfc, 0x75, 0x9c, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x5d, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x1c, 0x55, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x4c, 0xbc, 0x4c, 0xbc, 0x4c, 0x9c, 0x4c, 0x9c, 0x4c, 0x9b, 0x4c, 0x17, 0x44, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xfc, 0x5c, 0x3c, 0x5d, 0x7c, 0x65, 0xfc, 0x6d, 0x5b, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x7b, 0x86, 0x5b, 0x7e, 0x7b, 0x86, 0x3c, 0x7e, 0x3c, 0x7e, 0x3c, 0x86, 0xfc, 0x85, 0xbc, 0x85, 0x9c, 0x85, 0xfc, 0x8d, 0x1c, 0x8e, 0x1c, 0x8e, 0xfc, 0x85, 0xdc, 0x7d, 0xdc, 0x7d, 0xdc, 0x75, 0xbc, 0x6d, 0x5c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x65, 0xfa, 0x5c, 0x75, 0x43, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x65, 0x7c, 0x6d, 0xbc, 0x75, 0xbc, 0x6d, 0x9c, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0x7c, 0x6d, 0xfc, 0x75, 0xbc, 0x6d, 0x7c, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0xfc, 0x54, 0xfc, 0x4c, 0xfc, 0x4c, 0xfc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xbc, 0x4c, 0xbc, 0x4c, 0xbc, 0x4c, 0x79, 0x4c, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0x1c, 0x5d, 0x5c, 0x65, 0xdc, 0x6d, 0x3c, 0x76, 0x5b, 0x7e, 0x7b, 0x7e, 0x7b, 0x86, 0x5b, 0x86, 0x7b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x7b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x7b, 0x7e, 0x7b, 0x86, 0x3c, 0x7e, 0xfc, 0x85, 0xdc, 0x85, 0x9c, 0x85, 0x9c, 0x85, 0xbc, 0x85, 0xfc, 0x8d, 0xfc, 0x8d, 0xdc, 0x85, 0xdc, 0x7d, 0xdc, 0x75, 0xdc, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0xda, 0x5c, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, - 0x92, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x9c, 0x65, 0x7c, 0x65, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0xfc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xbc, 0x4c, 0x9b, 0x4c, 0x38, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x17, 0x5c, 0x17, 0x5c, 0x17, 0x5c, 0x17, 0x54, 0x17, 0x54, 0xf7, 0x53, 0xf6, 0x53, 0xd6, 0x4b, 0xd6, 0x4b, 0x95, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x34, 0x3b, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x5a, 0x4c, 0x7b, 0x4c, 0x9c, 0x4c, 0xdc, 0x54, 0x1c, 0x5d, 0x5c, 0x65, 0x9c, 0x6d, 0xfc, 0x6d, 0x5b, 0x76, 0x7b, 0x7e, 0x7b, 0x7e, 0x7b, 0x7e, 0x7b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x7b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5a, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5c, 0x7e, 0x1c, 0x7e, 0xfc, 0x7d, 0x9c, 0x7d, 0x7c, 0x7d, 0x7c, 0x85, 0x9c, 0x85, 0xdc, 0x85, 0xfc, 0x85, 0xfc, 0x7d, 0xdc, 0x75, 0xdc, 0x75, 0xbc, 0x75, 0x5c, 0x6d, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0xba, 0x54, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, - 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0xdc, 0x6d, 0xbc, 0x6d, 0x9c, 0x65, 0x5c, 0x65, 0x1c, 0x5d, 0x3c, 0x5d, 0x3c, 0x65, 0x3c, 0x65, 0x7c, 0x65, 0xbc, 0x6d, 0x7c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x5c, 0xbc, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0x9a, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x5c, 0x38, 0x5c, 0x37, 0x5c, 0x37, 0x5c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0xd6, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x5a, 0x4c, 0x7b, 0x4c, 0x9c, 0x4c, 0xdc, 0x54, 0xfc, 0x5c, 0x3c, 0x5d, 0x7c, 0x65, 0xbc, 0x6d, 0xfc, 0x6d, 0x5c, 0x76, 0x7c, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x76, 0x5c, 0x7e, 0x3c, 0x7e, 0xfc, 0x7d, 0x9c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0xbc, 0x7d, 0xdc, 0x7d, 0xfc, 0x75, 0xdc, 0x75, 0xdc, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x5d, 0x99, 0x54, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf8, 0x4b, 0x39, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xdc, 0x6d, 0xbc, 0x6d, 0x5c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x55, 0x1c, 0x5d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x4c, 0xdc, 0x54, 0xdb, 0x54, 0x7a, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x5c, 0x38, 0x54, 0x38, 0x54, 0xf7, 0x53, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x13, 0x3b, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0x18, 0x44, 0x18, 0x44, 0x39, 0x44, 0x5a, 0x44, 0x7a, 0x44, 0x9b, 0x4c, 0xdc, 0x54, 0xfc, 0x5c, 0x3c, 0x5d, 0x5c, 0x65, 0x7c, 0x6d, 0xdc, 0x6d, 0x1c, 0x76, 0x3c, 0x76, 0x5c, 0x76, 0x5c, 0x76, 0x5c, 0x76, 0x5c, 0x76, 0x5c, 0x6e, 0x5c, 0x76, 0x5b, 0x6e, 0x5b, 0x6e, 0x5c, 0x76, 0x5c, 0x76, 0x3c, 0x76, 0x1c, 0x76, 0xbc, 0x75, 0x9c, 0x75, 0x7c, 0x75, 0x9c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x9c, 0x75, 0xbc, 0x75, 0xdc, 0x75, 0xbc, 0x75, 0x7c, 0x6d, 0x3c, 0x65, 0x3b, 0x65, 0x3c, 0x65, 0x99, 0x54, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xdb, 0x64, 0xfc, 0x64, 0x3c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x7c, 0x6d, 0x7c, 0x6d, 0xbc, 0x6d, 0xdc, 0x75, 0xbc, 0x6d, 0x5c, 0x65, 0x3c, 0x5d, 0x3c, 0x5d, 0x5c, 0x5d, 0x3c, 0x5d, 0x3c, 0x55, 0xfc, 0x54, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0x9b, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0xf7, 0x53, 0xd6, 0x4b, 0x95, 0x43, 0x74, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0xf3, 0x3a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0x17, 0x44, 0x18, 0x44, 0x38, 0x44, 0x39, 0x44, 0x7a, 0x44, 0x9a, 0x4c, 0xbb, 0x4c, 0xfc, 0x54, 0x1c, 0x5d, 0x3c, 0x5d, 0x5c, 0x65, 0x7c, 0x65, 0x9c, 0x6d, 0xbc, 0x6d, 0xfc, 0x6d, 0x1c, 0x6e, 0x1c, 0x6e, 0xfc, 0x6d, 0xfc, 0x6d, 0x1c, 0x6e, 0x1c, 0x6e, 0x3c, 0x6e, 0x5c, 0x6e, 0x3c, 0x76, 0x3c, 0x76, 0xdc, 0x75, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0x58, 0x54, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x19, 0x54, 0x39, 0x54, 0x7b, 0x54, 0x7c, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xbb, 0x5c, 0xdb, 0x64, 0xfc, 0x64, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x75, 0x3c, 0x6d, 0x3c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xdc, 0x6d, 0xfc, 0x75, 0xbc, 0x6d, 0x5c, 0x5d, 0x5c, 0x5d, 0x5c, 0x5d, 0x5c, 0x5d, 0x3c, 0x5d, 0xdc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x54, 0xfc, 0x5c, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0xf6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x13, 0x3b, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0x92, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0x18, 0x44, 0x38, 0x44, 0x58, 0x44, 0x59, 0x44, 0x7a, 0x44, 0xbb, 0x4c, 0xdc, 0x54, 0xfc, 0x54, 0x1c, 0x5d, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0xbc, 0x65, 0xbc, 0x65, 0x9c, 0x65, 0x9c, 0x65, 0xbc, 0x65, 0xdc, 0x65, 0xfc, 0x65, 0x1c, 0x6e, 0x3c, 0x6e, 0x1c, 0x6e, 0x9c, 0x6d, 0x7c, 0x65, 0x7c, 0x6d, 0x9c, 0x65, 0x7c, 0x6d, 0x9c, 0x65, 0x9c, 0x65, 0x9c, 0x65, 0x7c, 0x65, 0x5c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x5d, 0x17, 0x4c, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xf3, 0x3a, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0x18, 0x4c, 0x5a, 0x54, 0x9b, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0x9c, 0x5c, 0xdc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0xdc, 0x6d, 0xdc, 0x6d, 0xbc, 0x6d, 0x5c, 0x5d, 0x7c, 0x5d, 0x5c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xfc, 0x54, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x54, 0xdb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xdc, 0x4c, 0x9a, 0x44, 0xf7, 0x43, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x34, 0x3b, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0xf2, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x3b, 0x18, 0x3c, 0x18, 0x3c, 0x38, 0x44, 0x59, 0x44, 0x79, 0x4c, 0x9a, 0x4c, 0xdb, 0x4c, 0xdb, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x9c, 0x65, 0xbc, 0x65, 0xdc, 0x65, 0xdc, 0x65, 0xdc, 0x6d, 0x9c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x9c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0xfc, 0x5c, 0xdc, 0x64, 0x1c, 0x5d, 0xf6, 0x4b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, - 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x13, 0x3b, 0xf4, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xbc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x9c, 0x7d, 0x9c, 0x75, 0x9c, 0x75, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x65, 0x9c, 0x65, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0xdc, 0x6d, 0xdc, 0x6d, 0x7c, 0x65, 0x5c, 0x5d, 0x3c, 0x5d, 0xfc, 0x5c, 0x1c, 0x55, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x54, 0x9a, 0x44, 0xba, 0x3c, 0x99, 0x3c, 0x9a, 0x3c, 0xba, 0x3c, 0x79, 0x44, 0x55, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0xf3, 0x3a, 0xd2, 0x32, 0xf2, 0x3a, 0xf2, 0x3a, 0xf3, 0x3a, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x3b, 0xf7, 0x3b, 0x18, 0x3c, 0x18, 0x3c, 0x38, 0x3c, 0x38, 0x44, 0x79, 0x44, 0x9a, 0x4c, 0x9a, 0x54, 0xbb, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x5c, 0x5d, 0x7c, 0x65, 0xbc, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xf6, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x50, 0x2a, - 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x92, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0x7c, 0x75, 0x9c, 0x7d, 0xbc, 0x7d, 0xdc, 0x7d, 0xdc, 0x7d, 0xdc, 0x75, 0xdc, 0x6d, 0xbc, 0x65, 0x9c, 0x65, 0x9c, 0x65, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x7c, 0x65, 0x3b, 0x5d, 0x1c, 0x5d, 0x1b, 0x5d, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xba, 0x44, 0xba, 0x3c, 0x9a, 0x3c, 0xba, 0x3c, 0x9a, 0x3c, 0xf6, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb5, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xf7, 0x3b, 0xf8, 0x43, 0x18, 0x44, 0x38, 0x44, 0x59, 0x4c, 0x79, 0x4c, 0x7a, 0x4c, 0x9b, 0x54, 0xbb, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x5d, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x64, 0xd6, 0x4b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x34, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, - 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0xbc, 0x64, 0xfc, 0x64, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x75, 0x7c, 0x75, 0x9c, 0x75, 0xdc, 0x7d, 0xfc, 0x85, 0x1c, 0x7e, 0x3c, 0x7e, 0x3c, 0x76, 0xfc, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x3b, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0x1c, 0x65, 0x5b, 0x5d, 0x79, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0x78, 0x3c, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xf8, 0x3b, 0x18, 0x44, 0x38, 0x44, 0x59, 0x4c, 0x79, 0x4c, 0x7a, 0x4c, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x65, 0x1c, 0x5d, 0x3c, 0x5d, 0xfc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xd6, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x30, 0x22, - 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x70, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x59, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x9c, 0x75, 0xbc, 0x75, 0xdc, 0x7d, 0x1c, 0x7e, 0x1c, 0x86, 0x3c, 0x86, 0x5c, 0x7e, 0x5c, 0x76, 0x3c, 0x76, 0xbc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x75, 0x1b, 0x65, 0x3c, 0x5d, 0x3c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x5c, 0x5d, 0x1b, 0x55, 0x9a, 0x3c, 0xda, 0x3c, 0x79, 0x44, 0x96, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xf8, 0x3b, 0x18, 0x44, 0x38, 0x44, 0x58, 0x44, 0x79, 0x4c, 0x79, 0x4c, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xd6, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, - 0x30, 0x22, 0x50, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x91, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x3c, 0x65, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x75, 0xdc, 0x75, 0x1c, 0x7e, 0x3c, 0x7e, 0x3c, 0x7e, 0x5c, 0x86, 0x5c, 0x86, 0x7c, 0x7e, 0x5c, 0x76, 0x1c, 0x76, 0xbc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x9c, 0x75, 0x9c, 0x75, 0x3b, 0x65, 0x3c, 0x5d, 0x3c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x5c, 0x5d, 0x7c, 0x5d, 0xda, 0x44, 0x79, 0x3c, 0x17, 0x44, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf2, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0x17, 0x3c, 0x18, 0x44, 0x38, 0x44, 0x58, 0x4c, 0x58, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xd6, 0x4b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, - 0x30, 0x22, 0x0f, 0x22, 0x50, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0x1c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x9c, 0x6d, 0xbc, 0x75, 0xfc, 0x75, 0x1c, 0x76, 0x5c, 0x7e, 0x7c, 0x86, 0x7b, 0x86, 0x7c, 0x8e, 0x7c, 0x86, 0x7c, 0x7e, 0x5c, 0x7e, 0x1c, 0x76, 0xbc, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x75, 0x7c, 0x75, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x5c, 0x5d, 0x7c, 0x5d, 0x5b, 0x5d, 0x79, 0x44, 0xf7, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xf7, 0x3b, 0x18, 0x44, 0x18, 0x44, 0x38, 0x4c, 0x58, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x5c, 0x9c, 0x54, 0xd7, 0x4b, 0x14, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0x18, 0x4c, 0xf7, 0x4b, 0x17, 0x54, 0x55, 0x43, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, - 0x2f, 0x22, 0x50, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0xf7, 0x43, 0x18, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x7b, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0x3c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0xdc, 0x6d, 0xfc, 0x75, 0x1c, 0x76, 0x3c, 0x76, 0x5c, 0x7e, 0x7c, 0x7e, 0x7b, 0x86, 0x7b, 0x86, 0x7b, 0x86, 0x7c, 0x7e, 0x7c, 0x7e, 0x5c, 0x76, 0xdc, 0x6d, 0x9c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3b, 0x65, 0x1c, 0x5d, 0x1b, 0x5d, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0xbb, 0x5c, 0xfb, 0x5c, 0x5c, 0x5d, 0x7c, 0x5d, 0x7c, 0x5d, 0xda, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x74, 0x43, 0x13, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xd7, 0x43, 0xf7, 0x43, 0x18, 0x4c, 0x18, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x54, 0xbc, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9c, 0x54, 0x9c, 0x54, 0x7b, 0x54, 0x39, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x2f, 0x22, - 0x30, 0x22, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x38, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xfc, 0x5c, 0x3c, 0x65, 0x5c, 0x65, 0xbc, 0x6d, 0xdc, 0x6d, 0x3c, 0x76, 0x3c, 0x76, 0x3c, 0x7e, 0x5c, 0x7e, 0x7c, 0x7e, 0x7b, 0x7e, 0x7b, 0x86, 0x7b, 0x86, 0x7b, 0x86, 0x7b, 0x7e, 0x7c, 0x76, 0x3c, 0x76, 0xdc, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x75, 0x5c, 0x6d, 0x3b, 0x65, 0x3c, 0x65, 0x1b, 0x65, 0xfb, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0xfb, 0x5c, 0x5c, 0x5d, 0x7c, 0x5d, 0x5c, 0x5d, 0xfa, 0x5c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x16, 0x4c, 0x16, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x43, 0xf7, 0x43, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x5c, 0xbc, 0x54, 0xbc, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x39, 0x54, 0xb7, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x2f, 0x22, - 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0xb6, 0x43, 0xd7, 0x43, 0x17, 0x4c, 0xf7, 0x4b, 0x38, 0x4c, 0x59, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xfc, 0x5c, 0x3c, 0x65, 0x7c, 0x6d, 0xdc, 0x6d, 0x3c, 0x76, 0x5c, 0x76, 0x7c, 0x7e, 0x5c, 0x7e, 0x5c, 0x7e, 0x7c, 0x7e, 0x7c, 0x7e, 0x7b, 0x7e, 0x7b, 0x86, 0x7b, 0x86, 0x7b, 0x7e, 0x7c, 0x76, 0x3c, 0x76, 0xdc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x75, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x3b, 0x65, 0x1b, 0x65, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xfb, 0x5c, 0x7c, 0x5d, 0x9c, 0x5d, 0x9c, 0x65, 0xd9, 0x5c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x55, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x5a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x9b, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0x9c, 0x54, 0xbc, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0x9b, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x3a, 0x54, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0x55, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x2f, 0x22, 0x50, 0x2a, - 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x59, 0x54, 0x9a, 0x5c, 0xdc, 0x5c, 0x1c, 0x65, 0x5c, 0x6d, 0xdc, 0x6d, 0x3c, 0x76, 0x7c, 0x7e, 0x7b, 0x7e, 0x7b, 0x7e, 0x7c, 0x86, 0x7c, 0x86, 0x7c, 0x86, 0x5c, 0x86, 0x7c, 0x7e, 0x7c, 0x7e, 0x7b, 0x86, 0x7b, 0x86, 0x7b, 0x7e, 0x3c, 0x76, 0xfc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3b, 0x65, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xfb, 0x5c, 0x7c, 0x5d, 0x9c, 0x65, 0x5c, 0x65, 0xb9, 0x5c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb5, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb1, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x55, 0x33, 0x96, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x7a, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x5a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9c, 0x54, 0x9c, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x7b, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0x9c, 0x54, 0x7a, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0x75, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xd7, 0x43, 0x17, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x7a, 0x5c, 0xdc, 0x64, 0x3c, 0x65, 0x9c, 0x6d, 0x5c, 0x76, 0x9c, 0x7e, 0x7b, 0x86, 0x9b, 0x8e, 0x9b, 0x8e, 0x9b, 0x8e, 0x9b, 0x8e, 0x7c, 0x86, 0x7c, 0x86, 0x5c, 0x86, 0x5c, 0x86, 0x7c, 0x86, 0x7b, 0x86, 0x9b, 0x7e, 0x7b, 0x7e, 0x1d, 0x76, 0xdc, 0x6d, 0x9c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x75, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3b, 0x65, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xba, 0x54, 0xfb, 0x5c, 0x7c, 0x5d, 0x7c, 0x65, 0x7b, 0x65, 0x78, 0x5c, 0x38, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xb5, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0xb1, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x55, 0x3b, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x7c, 0x54, 0x7c, 0x54, 0x7c, 0x54, 0x9c, 0x54, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0x7a, 0x54, 0x58, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x7a, 0x4c, 0x9b, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x17, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xd7, 0x43, 0x18, 0x4c, 0x38, 0x54, 0x7a, 0x5c, 0xdc, 0x64, 0x3c, 0x6d, 0xbc, 0x75, 0x7c, 0x7e, 0x9b, 0x8e, 0x9c, 0x9e, 0x7c, 0x9e, 0x9c, 0xa6, 0x7c, 0x9e, 0x9c, 0x9e, 0x7c, 0x96, 0x9c, 0x8e, 0x7c, 0x8e, 0x7c, 0x86, 0x5c, 0x86, 0x7c, 0x86, 0x7b, 0x86, 0x7b, 0x7e, 0x5c, 0x76, 0xfc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x1b, 0x65, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0x9a, 0x54, 0xba, 0x54, 0xfb, 0x5c, 0x7c, 0x65, 0xbc, 0x65, 0x5b, 0x65, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x38, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x75, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0x9c, 0x54, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0x9b, 0x5c, 0x79, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0x9a, 0x64, 0x17, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xd7, 0x43, 0xf7, 0x4b, 0x38, 0x54, 0x79, 0x54, 0xdc, 0x64, 0x3c, 0x6d, 0x9c, 0x75, 0x7c, 0x86, 0x9b, 0x96, 0x9c, 0xae, 0x9c, 0xbe, 0x7c, 0xbe, 0x9c, 0xbe, 0x9c, 0xb6, 0x9c, 0xae, 0x9c, 0x9e, 0x9c, 0x8e, 0x7c, 0x8e, 0x5c, 0x86, 0x5c, 0x86, 0x5c, 0x7e, 0x7c, 0x7e, 0x7c, 0x7e, 0x3c, 0x76, 0xdc, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0xfa, 0x5c, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x3b, 0x5d, 0x9c, 0x65, 0x7c, 0x6d, 0x1a, 0x65, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x37, 0x54, 0x37, 0x5c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xb5, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xd3, 0x32, 0x34, 0x3b, 0x96, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdd, 0x64, 0xbc, 0x5c, 0x9b, 0x5c, 0x79, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0x18, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0xb6, 0x4b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xd7, 0x43, 0x18, 0x4c, 0x79, 0x54, 0xbb, 0x5c, 0x1c, 0x65, 0x9c, 0x75, 0x7c, 0x86, 0x9b, 0x96, 0x9c, 0xae, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x7c, 0xae, 0x9c, 0x9e, 0x9c, 0x96, 0x5c, 0x8e, 0x3c, 0x86, 0x1c, 0x86, 0x5c, 0x7e, 0x7c, 0x7e, 0x7c, 0x7e, 0x3c, 0x76, 0xbc, 0x6d, 0x5c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x1b, 0x65, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x3b, 0x5d, 0x9c, 0x65, 0xdc, 0x6d, 0x1a, 0x65, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x37, 0x54, 0x57, 0x54, 0x57, 0x54, 0x37, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x54, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x64, 0x9b, 0x5c, 0x38, 0x54, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x39, 0x54, 0x7a, 0x5c, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x59, 0x5c, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, - 0x91, 0x32, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x38, 0x54, 0x9a, 0x5c, 0x1c, 0x65, 0x7c, 0x75, 0x3c, 0x7e, 0x9b, 0x8e, 0x9c, 0xa6, 0x9c, 0xc6, 0x7c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xb6, 0x9c, 0x9e, 0x7c, 0x96, 0x1c, 0x8e, 0x1c, 0x86, 0x3c, 0x86, 0x7c, 0x7e, 0x7c, 0x7e, 0x3c, 0x76, 0xbc, 0x6d, 0x7c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x3c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0xda, 0x5c, 0x7a, 0x54, 0x79, 0x54, 0xba, 0x54, 0x9c, 0x65, 0x9c, 0x6d, 0x5c, 0x6d, 0x3b, 0x65, 0x58, 0x54, 0x79, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x57, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x71, 0x2a, 0xf3, 0x3a, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbd, 0x64, 0x5a, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0xf8, 0x4b, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0x59, 0x5c, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, - 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x76, 0x3b, 0xb6, 0x3b, 0xb7, 0x43, 0xf7, 0x43, 0x18, 0x4c, 0x79, 0x54, 0xdc, 0x5c, 0x5c, 0x6d, 0x1c, 0x7e, 0x9c, 0x8e, 0x9c, 0xa6, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xb6, 0x7c, 0x9e, 0x5c, 0x96, 0x1c, 0x8e, 0x1c, 0x86, 0x5c, 0x86, 0x7c, 0x7e, 0x5c, 0x76, 0xdc, 0x6d, 0x5c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0xfb, 0x64, 0x9a, 0x54, 0x79, 0x54, 0xfa, 0x5c, 0x9c, 0x65, 0x7c, 0x65, 0x9c, 0x6d, 0x3b, 0x65, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x57, 0x54, 0x57, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0x92, 0x32, 0xb1, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x91, 0x2a, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0x9b, 0x5c, 0x39, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x59, 0x5c, 0x58, 0x5c, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x74, 0x4b, 0x94, 0x43, 0x74, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, - 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x50, 0x2a, 0x0f, 0x1a, 0x0f, 0x1a, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x55, 0x33, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xd7, 0x43, 0x17, 0x4c, 0x58, 0x54, 0x9a, 0x5c, 0x1c, 0x65, 0x9c, 0x75, 0x7c, 0x86, 0x9c, 0x9e, 0x9c, 0xb6, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xae, 0x7c, 0x96, 0x5c, 0x8e, 0x1c, 0x86, 0x3c, 0x86, 0x7c, 0x7e, 0x7c, 0x7e, 0xdc, 0x75, 0x7c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xba, 0x5c, 0x99, 0x54, 0x3b, 0x5d, 0x7c, 0x65, 0x9c, 0x6d, 0x9c, 0x6d, 0x1b, 0x65, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x79, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x57, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0xf6, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0xd2, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xbc, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x64, 0x7a, 0x5c, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x54, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0x38, 0x54, 0x9a, 0x64, 0x55, 0x43, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, - 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xd6, 0x43, 0xd7, 0x43, 0x18, 0x4c, 0x79, 0x54, 0xdc, 0x5c, 0x5d, 0x65, 0x1c, 0x76, 0x9b, 0x8e, 0x9c, 0xae, 0x9c, 0xc6, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xa6, 0x7c, 0x96, 0x3c, 0x8e, 0x3c, 0x86, 0x5c, 0x7e, 0x5c, 0x7e, 0xfc, 0x75, 0x7c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xdb, 0x5c, 0x99, 0x54, 0x5c, 0x65, 0x7c, 0x65, 0x5c, 0x65, 0x7c, 0x6d, 0x3b, 0x65, 0x7a, 0x54, 0x9a, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x59, 0x4c, 0x58, 0x4c, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x4c, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x50, 0x2a, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x37, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x64, 0xbc, 0x5c, 0x9c, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0x9c, 0x64, 0xbb, 0x64, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xd6, 0x43, 0x18, 0x54, 0x59, 0x54, 0xb7, 0x4b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xd2, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, - 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x58, 0x54, 0x9a, 0x5c, 0xfc, 0x64, 0x9c, 0x6d, 0x7c, 0x7e, 0x9c, 0x96, 0x9c, 0xb6, 0x9d, 0xc6, 0x9d, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9d, 0xbe, 0x9d, 0xbe, 0x9c, 0xb6, 0x9c, 0x9e, 0x7c, 0x8e, 0x3c, 0x86, 0x3c, 0x7e, 0x1c, 0x7e, 0xfc, 0x75, 0x9c, 0x75, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xba, 0x5c, 0x9c, 0x65, 0x5c, 0x65, 0x7c, 0x65, 0x9c, 0x65, 0x3b, 0x65, 0x9a, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x37, 0x54, 0x17, 0x4c, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x2f, 0x22, 0x70, 0x2a, 0xf3, 0x3a, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0x17, 0x54, 0x37, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x5c, 0x6d, 0x5c, 0x6d, 0x1c, 0x6d, 0xdc, 0x64, 0xbc, 0x5c, 0x7b, 0x5c, 0x7a, 0x54, 0x7a, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbb, 0x64, 0x18, 0x54, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x96, 0x43, 0xb6, 0x43, 0x18, 0x4c, 0xf8, 0x4b, 0xf7, 0x4b, 0x54, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, - 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x50, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0x17, 0x4c, 0x59, 0x54, 0xbb, 0x5c, 0x3c, 0x65, 0xdc, 0x75, 0x9c, 0x86, 0x9c, 0x9e, 0x9d, 0xbe, 0x9d, 0xc6, 0x9d, 0xbe, 0x9c, 0xbe, 0x9d, 0xbe, 0x9d, 0xbe, 0x9d, 0xbe, 0x9c, 0xae, 0x9c, 0x96, 0x7c, 0x8e, 0x3c, 0x86, 0x3c, 0x7e, 0x1d, 0x76, 0xfc, 0x75, 0x9c, 0x75, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x5d, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x1c, 0x65, 0x9b, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x17, 0x4c, 0xd6, 0x43, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x71, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x95, 0x3b, 0xb5, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x53, 0x17, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0xda, 0x64, 0x1c, 0x65, 0x3c, 0x6d, 0x9c, 0x75, 0xdc, 0x7d, 0x3c, 0x7e, 0x5c, 0x86, 0x5c, 0x86, 0x1c, 0x7e, 0xbc, 0x7d, 0x7c, 0x75, 0x3d, 0x6d, 0xdc, 0x64, 0x9c, 0x5c, 0x7b, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0x18, 0x54, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0xb6, 0x43, 0x76, 0x43, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x3a, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, - 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x50, 0x22, 0x0f, 0x1a, 0x2f, 0x1a, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x71, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x54, 0x3b, 0x55, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0x18, 0x4c, 0x7a, 0x54, 0xdc, 0x5c, 0x3c, 0x6d, 0x1c, 0x76, 0x9c, 0x8e, 0x9c, 0xa6, 0x9d, 0xbe, 0x9d, 0xbe, 0x9d, 0xbe, 0x9d, 0xbe, 0x9d, 0xc6, 0x9d, 0xbe, 0x9c, 0xae, 0x9c, 0x96, 0x9c, 0x8e, 0x3c, 0x86, 0x1c, 0x7e, 0xfd, 0x75, 0xdd, 0x75, 0x7c, 0x75, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0xbb, 0x5c, 0xdc, 0x5c, 0xdb, 0x5c, 0x9a, 0x54, 0x9a, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x0f, 0x22, 0x71, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x95, 0x3b, 0xb5, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0x17, 0x54, 0x37, 0x5c, 0x78, 0x5c, 0xda, 0x64, 0x1c, 0x6d, 0x7d, 0x75, 0xdc, 0x7d, 0x7c, 0x86, 0x9c, 0x8e, 0x9c, 0x96, 0x9c, 0x96, 0x9c, 0x8e, 0x7c, 0x8e, 0x3c, 0x86, 0xbd, 0x7d, 0x1c, 0x6d, 0xdc, 0x64, 0x9c, 0x5c, 0x7b, 0x5c, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0x17, 0x4c, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0xf3, 0x3a, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, - 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x30, 0x22, 0x0f, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x38, 0x4c, 0x7a, 0x54, 0xdc, 0x5c, 0x5c, 0x6d, 0x1c, 0x7e, 0x9c, 0x8e, 0x9c, 0x9e, 0x9c, 0xbe, 0x9d, 0xc6, 0x9d, 0xbe, 0x9d, 0xbe, 0x9d, 0xbe, 0x9c, 0xa6, 0x9c, 0x96, 0x9c, 0x8e, 0x5d, 0x7e, 0xfc, 0x7d, 0xfd, 0x75, 0xdd, 0x75, 0x7c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0x3c, 0x65, 0x5c, 0x65, 0x1c, 0x5d, 0x5c, 0x65, 0x5c, 0x65, 0x1c, 0x65, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x78, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x2f, 0x22, 0x91, 0x2a, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0xb5, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0x37, 0x54, 0x58, 0x5c, 0xba, 0x64, 0x1c, 0x6d, 0x7d, 0x75, 0x3d, 0x7e, 0x7c, 0x8e, 0x9c, 0x96, 0x9c, 0x9e, 0x9c, 0xa6, 0x9c, 0xa6, 0x9c, 0x9e, 0x9c, 0x96, 0x5c, 0x86, 0x9c, 0x7d, 0x1d, 0x6d, 0xdd, 0x64, 0x9b, 0x5c, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x9b, 0x5c, 0xf7, 0x4b, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0x75, 0x43, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, - 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x0f, 0x1a, 0x30, 0x1a, 0x50, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0x17, 0x4c, 0x39, 0x54, 0x7b, 0x54, 0xfc, 0x64, 0x7d, 0x6d, 0x1c, 0x7e, 0x9c, 0x8e, 0x9c, 0x96, 0x9c, 0xa6, 0x9c, 0xae, 0x9c, 0xae, 0x9c, 0xa6, 0x9c, 0x96, 0x9b, 0x8e, 0x7c, 0x86, 0x5d, 0x7e, 0xfd, 0x75, 0xdd, 0x75, 0xbd, 0x75, 0x5d, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0x5c, 0x65, 0x3c, 0x65, 0xdc, 0x64, 0xdc, 0x64, 0xbc, 0x5c, 0xbb, 0x5c, 0xba, 0x54, 0x9b, 0x5c, 0x9a, 0x54, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x78, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x71, 0x2a, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xd6, 0x43, 0x17, 0x4c, 0x57, 0x54, 0x99, 0x5c, 0xfc, 0x64, 0x7d, 0x6d, 0x1d, 0x7e, 0x7c, 0x8e, 0x9c, 0x96, 0x9c, 0xa6, 0x9c, 0xb6, 0x9d, 0xbe, 0x9c, 0xb6, 0x9c, 0xa6, 0x9c, 0x96, 0xfc, 0x7d, 0x7c, 0x75, 0x1c, 0x6d, 0xbc, 0x64, 0x7b, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x5c, 0xd7, 0x4b, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x13, 0x3b, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, - 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x51, 0x22, 0x10, 0x1a, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x39, 0x54, 0x7a, 0x54, 0xdc, 0x64, 0x5c, 0x6d, 0xdc, 0x75, 0x5c, 0x86, 0x9c, 0x8e, 0x9c, 0x96, 0x9c, 0x96, 0x9c, 0x96, 0x9b, 0x8e, 0x9b, 0x86, 0x9c, 0x7e, 0x1d, 0x76, 0xbc, 0x75, 0x9d, 0x75, 0x7d, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0xdc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x9a, 0x54, 0x7a, 0x54, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x50, 0x22, 0x71, 0x2a, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x95, 0x3b, 0xd6, 0x43, 0x17, 0x4c, 0x58, 0x54, 0xba, 0x5c, 0x1c, 0x65, 0xbc, 0x75, 0x7c, 0x86, 0x9c, 0x8e, 0x9c, 0x9e, 0x9c, 0xbe, 0x9d, 0xc6, 0x9c, 0xbe, 0x9c, 0xae, 0x9c, 0x9e, 0x5c, 0x8e, 0xbd, 0x7d, 0x3d, 0x6d, 0xdc, 0x64, 0x9b, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x7a, 0x5c, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0x96, 0x43, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, - 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x22, 0x30, 0x1a, 0x50, 0x22, 0x71, 0x22, 0x71, 0x22, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x38, 0x4c, 0x39, 0x54, 0x9b, 0x54, 0xdc, 0x64, 0x3c, 0x6d, 0x5c, 0x6d, 0xfc, 0x75, 0x9c, 0x86, 0x9b, 0x86, 0x7b, 0x86, 0x7b, 0x86, 0x7c, 0x86, 0x7c, 0x7e, 0x1d, 0x7e, 0xbc, 0x75, 0x7c, 0x75, 0x9d, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xfc, 0x5c, 0xfd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0xdc, 0x64, 0x1d, 0x65, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x9b, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x7a, 0x4c, 0x7a, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0xb2, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0x17, 0x4c, 0x59, 0x54, 0xbb, 0x5c, 0x1c, 0x6d, 0xbc, 0x75, 0x7c, 0x86, 0x9c, 0x96, 0x9c, 0xa6, 0x9c, 0xb6, 0x9c, 0xb6, 0x9c, 0xae, 0x9c, 0x9e, 0x9c, 0x8e, 0xfd, 0x7d, 0x5d, 0x75, 0x1d, 0x6d, 0x9b, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x4b, 0xf8, 0x4b, 0x19, 0x54, 0x39, 0x54, 0x59, 0x54, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0x34, 0x3b, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, - 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x91, 0x22, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x9b, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x7d, 0x6d, 0x1d, 0x76, 0x3c, 0x7e, 0x7c, 0x7e, 0x9c, 0x86, 0x7c, 0x7e, 0x1c, 0x7e, 0xdc, 0x75, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xfc, 0x5c, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x5d, 0x1c, 0x5d, 0xdc, 0x5c, 0x1d, 0x65, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0x9b, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x79, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0xd2, 0x32, 0x13, 0x3b, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x34, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0xb6, 0x43, 0xf7, 0x4b, 0x59, 0x54, 0xbb, 0x5c, 0x1c, 0x6d, 0x9c, 0x75, 0x5c, 0x86, 0x9c, 0x96, 0x9c, 0x9e, 0x9c, 0xa6, 0x9c, 0xa6, 0x9c, 0x9e, 0x7c, 0x8e, 0xfd, 0x7d, 0x5d, 0x75, 0x1d, 0x6d, 0xbb, 0x5c, 0x59, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x5a, 0x54, 0xf8, 0x4b, 0x96, 0x43, 0xb6, 0x43, 0x13, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, - 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0x18, 0x4c, 0x59, 0x54, 0x7b, 0x54, 0xbc, 0x5c, 0xfc, 0x64, 0x5d, 0x6d, 0x7d, 0x6d, 0x9d, 0x75, 0xdc, 0x75, 0xfd, 0x75, 0xfd, 0x75, 0xdd, 0x75, 0xbd, 0x75, 0x5c, 0x6d, 0x5c, 0x6d, 0x1c, 0x65, 0xfd, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xdc, 0x5c, 0x3c, 0x5d, 0x1c, 0x5d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0xdc, 0x5c, 0xfd, 0x64, 0xfd, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0x9c, 0x54, 0xbb, 0x54, 0x9a, 0x54, 0x9a, 0x4c, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x39, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0xd2, 0x32, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xf3, 0x32, 0x14, 0x33, 0x54, 0x3b, 0x75, 0x3b, 0xb6, 0x43, 0xf7, 0x4b, 0x38, 0x54, 0x9b, 0x5c, 0x1c, 0x65, 0x1c, 0x7e, 0x5c, 0x86, 0x9c, 0x8e, 0x9c, 0x96, 0x9c, 0x96, 0xbc, 0x96, 0x1c, 0x86, 0x9d, 0x7d, 0x5d, 0x75, 0xfd, 0x6c, 0x9b, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x59, 0x54, 0xd7, 0x4b, 0x35, 0x3b, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, - 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd8, 0x43, 0x18, 0x4c, 0x39, 0x54, 0x7b, 0x54, 0xbc, 0x5c, 0xfd, 0x64, 0x1d, 0x65, 0x3c, 0x6d, 0x5d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0xfc, 0x64, 0xdc, 0x64, 0xdd, 0x64, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0xfc, 0x64, 0x1c, 0x5d, 0xfc, 0x5c, 0xbc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xbc, 0x5c, 0xbc, 0x54, 0xbc, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0xb2, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xd7, 0x4b, 0x18, 0x4c, 0xba, 0x5c, 0x3c, 0x6d, 0x7d, 0x75, 0xbc, 0x7d, 0xfc, 0x7d, 0x1c, 0x86, 0x1d, 0x86, 0x7c, 0x75, 0x3d, 0x75, 0x1d, 0x6d, 0xdc, 0x64, 0x7a, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x18, 0x54, 0x55, 0x43, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, - 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xf8, 0x43, 0x18, 0x4c, 0x39, 0x4c, 0x7b, 0x54, 0xbc, 0x5c, 0xdd, 0x5c, 0xfd, 0x64, 0xfd, 0x64, 0x1d, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x3d, 0x65, 0x3d, 0x6d, 0x3d, 0x6d, 0x1c, 0x65, 0xbc, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1d, 0x5d, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x5d, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0x9c, 0x54, 0x9c, 0x54, 0xbb, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xba, 0x54, 0xba, 0x54, 0xbb, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x9a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xf3, 0x3a, 0x34, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0xb6, 0x43, 0x5a, 0x5c, 0xbc, 0x64, 0xfc, 0x64, 0x1c, 0x6d, 0x3c, 0x6d, 0x3d, 0x75, 0x3d, 0x75, 0x1c, 0x6d, 0x1d, 0x6d, 0xdc, 0x6c, 0xbb, 0x64, 0x7a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x54, 0x43, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, - 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x43, 0xf8, 0x4b, 0x39, 0x4c, 0x7b, 0x54, 0x9c, 0x54, 0xbd, 0x5c, 0xdd, 0x5c, 0xfd, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfd, 0x64, 0xdc, 0x64, 0x9c, 0x5c, 0x9c, 0x54, 0x9b, 0x5c, 0x9c, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0x9c, 0x54, 0x9c, 0x54, 0x9c, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x39, 0x54, 0x5a, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x9b, 0x64, 0xbc, 0x64, 0xdc, 0x64, 0xbc, 0x64, 0x9a, 0x64, 0x7a, 0x5c, 0x59, 0x5c, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, - 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x3b, 0xb7, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x9c, 0x54, 0x9c, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xdb, 0x5c, 0x7a, 0x54, 0xbb, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbc, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x18, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x22, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x75, 0x3b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x75, 0x43, 0xf3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, - 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x35, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x3b, 0xb7, 0x43, 0xf8, 0x43, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x4c, 0x3a, 0x4c, 0x7b, 0x54, 0x7c, 0x54, 0xbc, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xfd, 0x5c, 0xdd, 0x5c, 0xfd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xbc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfd, 0x5c, 0xfd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x9c, 0x54, 0x9c, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xbc, 0x54, 0xbb, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xfb, 0x5c, 0xfc, 0x64, 0xdc, 0x5c, 0xdd, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xbc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xd2, 0x32, 0x34, 0x3b, 0x75, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0x75, 0x43, 0xd7, 0x43, 0xd6, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, - 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x3b, 0xd7, 0x43, 0xf8, 0x43, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x4c, 0x3a, 0x4c, 0x5b, 0x4c, 0x7c, 0x54, 0xbc, 0x54, 0xbc, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0xbc, 0x54, 0xbb, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xfc, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0x54, 0x3b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0e, 0x1a, 0xef, 0x19, 0x0e, 0x1a, 0x0e, 0x1a, 0xee, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x2f, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x55, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, - 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x10, 0x22, 0x30, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xb7, 0x3b, 0xd7, 0x43, 0xf7, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x3a, 0x4c, 0x3a, 0x4c, 0x5b, 0x54, 0x7c, 0x54, 0xbc, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xdc, 0x5c, 0x1d, 0x5d, 0x1d, 0x5d, 0x1c, 0x65, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x3c, 0x6d, 0x3d, 0x6d, 0x3c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1d, 0x65, 0xfc, 0x64, 0xdc, 0x64, 0xdb, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0x34, 0x3b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0e, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x55, 0x3b, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, - 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x3b, 0xb7, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x3a, 0x4c, 0x5a, 0x4c, 0x7c, 0x54, 0xbd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x65, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xfd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x9c, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0x1c, 0x5d, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5d, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0xdc, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0e, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x22, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb6, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x75, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, - 0x10, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0xef, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x50, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x97, 0x3b, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xf8, 0x43, 0x19, 0x4c, 0x5a, 0x4c, 0x7c, 0x54, 0xbd, 0x5c, 0xdd, 0x5c, 0xfd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfd, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0xdc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x9c, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0x1c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x75, 0xbc, 0x75, 0xdd, 0x75, 0xbd, 0x75, 0xbd, 0x75, 0xbc, 0x75, 0x9c, 0x75, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0xfc, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x37, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x34, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, - 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0xef, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x2f, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x51, 0x22, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x97, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x3a, 0x4c, 0x7c, 0x54, 0xbd, 0x5c, 0xfd, 0x64, 0x1d, 0x65, 0xfd, 0x64, 0xdc, 0x64, 0xbc, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xfd, 0x5c, 0x1d, 0x65, 0x1c, 0x65, 0xdc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbc, 0x5c, 0xdc, 0x54, 0xdc, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xfc, 0x64, 0x5c, 0x6d, 0x7c, 0x75, 0x7c, 0x75, 0xbc, 0x75, 0x1d, 0x7e, 0x3d, 0x7e, 0x3c, 0x7e, 0x5c, 0x7e, 0x1c, 0x7e, 0x1c, 0x7e, 0xfd, 0x75, 0x9c, 0x75, 0x5c, 0x6d, 0x3c, 0x6d, 0xfc, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x99, 0x5c, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0e, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x50, 0x22, 0x72, 0x2a, 0x35, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, - 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0x39, 0x4c, 0x7b, 0x54, 0xbc, 0x5c, 0xfd, 0x64, 0x1c, 0x6d, 0xdb, 0x64, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x1d, 0x65, 0x1c, 0x65, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0xdb, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x5c, 0x6d, 0x7c, 0x75, 0x9c, 0x75, 0xfd, 0x7d, 0x5c, 0x7e, 0x9c, 0x86, 0x9c, 0x86, 0x9c, 0x86, 0x7c, 0x86, 0x9c, 0x86, 0x5c, 0x7e, 0xfc, 0x7d, 0xbc, 0x75, 0x7c, 0x75, 0x3d, 0x6d, 0xfc, 0x64, 0xdc, 0x64, 0xdb, 0x64, 0xba, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x17, 0x4c, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x92, 0x2a, 0x34, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xf3, 0x3a, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x51, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, - 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xee, 0x19, 0x0e, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x22, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0xf3, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0x39, 0x4c, 0x5a, 0x54, 0xbc, 0x5c, 0xdb, 0x64, 0x9a, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0xfc, 0x5c, 0x1c, 0x5d, 0xdd, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfd, 0x5c, 0x1d, 0x65, 0x1d, 0x65, 0x1c, 0x65, 0xdc, 0x5c, 0xdd, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdb, 0x54, 0xbc, 0x5c, 0xdd, 0x64, 0xdc, 0x5c, 0xdd, 0x5c, 0xbc, 0x5c, 0x9b, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0xfb, 0x64, 0x1c, 0x65, 0x5c, 0x6d, 0x7c, 0x75, 0xdc, 0x7d, 0x3d, 0x86, 0x7c, 0x86, 0x9c, 0x8e, 0x9c, 0x8e, 0xbc, 0x96, 0xbc, 0x96, 0x9c, 0x8e, 0x9c, 0x8e, 0x9c, 0x86, 0x5c, 0x7e, 0xfd, 0x75, 0x7c, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0xdb, 0x64, 0xf7, 0x4b, 0x96, 0x43, 0x55, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0x30, 0x22, 0x30, 0x1a, 0x71, 0x2a, 0x14, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x50, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, - 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xee, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x59, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0xba, 0x64, 0xbb, 0x64, 0xdc, 0x64, 0x1b, 0x65, 0x3c, 0x65, 0x1d, 0x5d, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0x1d, 0x65, 0x1d, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbb, 0x54, 0xdc, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0x9b, 0x54, 0xbc, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xfb, 0x5c, 0xfc, 0x64, 0x3c, 0x65, 0x5c, 0x6d, 0xbc, 0x75, 0xfc, 0x7d, 0x3c, 0x86, 0x9c, 0x86, 0xbb, 0x8e, 0x9c, 0x96, 0xbc, 0x9e, 0x9c, 0x96, 0x9c, 0x96, 0x9c, 0x96, 0x9b, 0x8e, 0x9c, 0x8e, 0x9c, 0x86, 0xdb, 0x7d, 0x77, 0x5c, 0x54, 0x43, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xf3, 0x3a, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x50, 0x22, - 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0xee, 0x19, 0xee, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x9a, 0x64, 0xba, 0x64, 0xdb, 0x64, 0x3c, 0x6d, 0x7d, 0x6d, 0x3c, 0x65, 0x1d, 0x5d, 0xfd, 0x5c, 0xfd, 0x5c, 0xfd, 0x64, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1c, 0x65, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0xbb, 0x54, 0xdc, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0x9b, 0x54, 0xbb, 0x54, 0xbc, 0x54, 0xbc, 0x5c, 0xdb, 0x5c, 0xfc, 0x64, 0x1c, 0x6d, 0x5d, 0x6d, 0xbc, 0x75, 0x1d, 0x7e, 0x5c, 0x86, 0xbc, 0x8e, 0xbc, 0x96, 0x9c, 0x9e, 0xbc, 0xa6, 0x9c, 0xa6, 0xbc, 0xa6, 0x7c, 0xa6, 0x5b, 0x96, 0x79, 0x7d, 0xb4, 0x4b, 0xf3, 0x32, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x34, 0x3b, 0x96, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0e, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xac, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xce, 0x19, 0xce, 0x19, 0x30, 0x22, 0x30, 0x1a, 0x30, 0x22, 0x14, 0x33, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, - 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0x0e, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x4b, 0x18, 0x4c, 0x58, 0x54, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0x5c, 0x75, 0x7d, 0x75, 0x7d, 0x6d, 0x3d, 0x65, 0xfc, 0x5c, 0xfd, 0x5c, 0xfd, 0x5c, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0xfd, 0x64, 0xbc, 0x5c, 0x7b, 0x54, 0x9b, 0x5c, 0x9c, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0xdb, 0x5c, 0xdd, 0x64, 0xdd, 0x64, 0xdc, 0x5c, 0x9c, 0x54, 0xbb, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x3c, 0x65, 0x5c, 0x6d, 0x9c, 0x75, 0x1c, 0x7e, 0x7c, 0x86, 0x9c, 0x8e, 0xbc, 0x96, 0xbc, 0xa6, 0xbd, 0xb6, 0x9c, 0xbe, 0xba, 0x9d, 0x56, 0x74, 0x74, 0x4b, 0x13, 0x43, 0x33, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x55, 0x43, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x30, 0x22, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xad, 0x19, 0x8d, 0x19, 0xac, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0x10, 0x1a, 0x30, 0x22, 0xef, 0x19, 0xf3, 0x32, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x13, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, - 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0x0e, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xf7, 0x4b, 0x18, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x79, 0x5c, 0x9a, 0x64, 0xdb, 0x64, 0x5c, 0x75, 0x7d, 0x75, 0x7d, 0x6d, 0x5d, 0x65, 0x1c, 0x65, 0xfd, 0x64, 0xfc, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xdc, 0x5c, 0x9c, 0x54, 0xbd, 0x5c, 0x9c, 0x5c, 0x9b, 0x54, 0x9b, 0x5c, 0x7a, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0xdc, 0x5c, 0xdd, 0x64, 0xdc, 0x5c, 0x9c, 0x54, 0xbc, 0x54, 0xdb, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x6d, 0x9d, 0x75, 0xfc, 0x7d, 0x3c, 0x86, 0x9c, 0x8e, 0xbc, 0x9e, 0xdd, 0xae, 0xfb, 0x9d, 0x16, 0x6c, 0x54, 0x4b, 0x13, 0x43, 0x34, 0x43, 0x54, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x53, 0x43, 0x33, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0xd3, 0x3a, 0x95, 0x43, 0xf7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0xef, 0x21, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xac, 0x19, 0xac, 0x19, 0xac, 0x19, 0xac, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xee, 0x19, 0x10, 0x1a, 0x30, 0x22, 0xef, 0x19, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x34, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xee, 0x19, 0xf3, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, - 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x38, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x99, 0x5c, 0xdb, 0x6c, 0x5d, 0x75, 0x5d, 0x75, 0x5d, 0x6d, 0x1d, 0x65, 0xfd, 0x64, 0xfd, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0x9b, 0x5c, 0x9b, 0x54, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x7b, 0x54, 0xbb, 0x5c, 0xba, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xdc, 0x5c, 0xfd, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfd, 0x64, 0x1d, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0xdc, 0x75, 0x7c, 0x86, 0x9c, 0x8e, 0x5b, 0x96, 0x97, 0x74, 0x13, 0x43, 0x33, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x53, 0x43, 0x54, 0x43, 0x54, 0x43, 0x53, 0x43, 0x34, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0x13, 0x3b, 0xb6, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0xf4, 0x3a, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x32, 0x72, 0x32, 0x51, 0x2a, 0xee, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0x8c, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xed, 0x19, 0x2f, 0x22, 0x30, 0x22, 0xef, 0x19, 0xd3, 0x32, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x35, 0x3b, 0xf4, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0x91, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x91, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, - 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x79, 0x5c, 0xdb, 0x64, 0x5d, 0x75, 0x5d, 0x75, 0x3d, 0x6d, 0xfd, 0x64, 0xdd, 0x64, 0xbc, 0x5c, 0x9b, 0x5c, 0x59, 0x5c, 0x18, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0x9c, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0xbb, 0x54, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1d, 0x65, 0x5c, 0x6d, 0xdd, 0x75, 0x1c, 0x7e, 0x38, 0x75, 0x94, 0x4b, 0xf3, 0x3a, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x54, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0x34, 0x43, 0xf7, 0x53, 0x17, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb5, 0x4b, 0x95, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x30, 0x22, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x6c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xcd, 0x19, 0x2f, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0xb3, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0x96, 0x4b, 0x55, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0x91, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0xf3, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, - 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x2f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x72, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x39, 0x54, 0xba, 0x64, 0x3c, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0xfd, 0x64, 0xdd, 0x64, 0x9c, 0x5c, 0x59, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x5c, 0x7b, 0x5c, 0x5a, 0x5c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x9a, 0x54, 0xdc, 0x5c, 0x1d, 0x65, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x7d, 0x6d, 0x5b, 0x6d, 0xf5, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf2, 0x3a, 0x54, 0x43, 0x17, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xb6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x0f, 0x22, 0xae, 0x19, 0xad, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xcd, 0x19, 0x0f, 0x1a, 0x30, 0x22, 0x0f, 0x1a, 0x92, 0x2a, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xd6, 0x4b, 0xd6, 0x53, 0xd6, 0x4b, 0xf6, 0x53, 0xb6, 0x4b, 0x75, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x19, 0xf3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, - 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x3a, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0x39, 0x54, 0x9b, 0x5c, 0xdb, 0x64, 0x1d, 0x65, 0xfd, 0x6c, 0xfd, 0x64, 0xbd, 0x64, 0x7b, 0x5c, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x5a, 0x5c, 0x7a, 0x5c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x79, 0x5c, 0x1d, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x3d, 0x65, 0x78, 0x5c, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x74, 0x43, 0x38, 0x54, 0x58, 0x5c, 0x17, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x30, 0x22, 0xee, 0x19, 0xcd, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x6c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xad, 0x19, 0x0f, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x95, 0x43, 0xd6, 0x4b, 0xd6, 0x53, 0xf6, 0x53, 0x16, 0x54, 0xd6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0xef, 0x21, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, - 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0xef, 0x19, 0x0f, 0x22, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf4, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x38, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x5a, 0x5c, 0xd7, 0x4b, 0xd7, 0x4b, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x39, 0x54, 0xfd, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x38, 0x54, 0x54, 0x3b, 0x54, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x75, 0x43, 0x38, 0x54, 0x38, 0x5c, 0xf7, 0x53, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x30, 0x22, 0xee, 0x19, 0xce, 0x19, 0xad, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0xf3, 0x32, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xd6, 0x53, 0xf6, 0x53, 0xf6, 0x5b, 0xf6, 0x53, 0x95, 0x43, 0x34, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0e, 0x1a, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0x50, 0x22, 0xf3, 0x3a, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, - 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0xf3, 0x3a, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x5a, 0x5c, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xf7, 0x53, 0x17, 0x54, 0x58, 0x54, 0xdc, 0x64, 0xdd, 0x64, 0xbc, 0x5c, 0xdc, 0x64, 0x1c, 0x65, 0xfb, 0x64, 0xf7, 0x4b, 0x33, 0x3b, 0x34, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x53, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x34, 0x43, 0x13, 0x43, 0xf3, 0x3a, 0x75, 0x4b, 0x18, 0x54, 0x38, 0x54, 0xf8, 0x53, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x51, 0x2a, 0xef, 0x19, 0xee, 0x19, 0xcd, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0x0f, 0x22, 0x30, 0x1a, 0x30, 0x22, 0xb2, 0x32, 0x54, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xd6, 0x53, 0xf5, 0x53, 0xd5, 0x53, 0x95, 0x4b, 0x55, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x50, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0x0f, 0x22, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0xf8, 0x53, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x39, 0x54, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x79, 0x5c, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0x7b, 0x5c, 0x75, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x4b, 0x54, 0x4b, 0x53, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x53, 0x74, 0x53, 0x74, 0x53, 0x94, 0x4b, 0x74, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x33, 0x43, 0x95, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xef, 0x21, 0xce, 0x19, 0xcd, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xad, 0x19, 0xad, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x50, 0x22, 0x34, 0x3b, 0x75, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xd5, 0x53, 0xd5, 0x53, 0xb5, 0x4b, 0x95, 0x4b, 0x55, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xd3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, - 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x18, 0x54, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0x7a, 0x5c, 0xfd, 0x64, 0x9a, 0x5c, 0x95, 0x4b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x53, 0x74, 0x53, 0x74, 0x53, 0x94, 0x53, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x95, 0x4b, 0xf7, 0x53, 0x17, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x54, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0xee, 0x21, 0xce, 0x19, 0xce, 0x19, 0x8c, 0x19, 0x6c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xef, 0x19, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xd2, 0x32, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0xb5, 0x4b, 0xd5, 0x53, 0xb5, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0x91, 0x2a, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, - 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x59, 0x54, 0x39, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x17, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x75, 0x43, 0xf3, 0x3a, 0x34, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x53, 0x3b, 0x53, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x95, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0x17, 0x54, 0x17, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0xf6, 0x53, 0xd6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x54, 0x3b, 0x13, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x0f, 0x22, 0xee, 0x19, 0xcd, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0x71, 0x2a, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x55, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x30, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0x0f, 0x22, 0xee, 0x19, 0x14, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, - 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0xd7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x54, 0x43, 0xf3, 0x32, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x95, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x38, 0x5c, 0x38, 0x5c, 0x38, 0x54, 0x17, 0x54, 0xd6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x91, 0x32, 0x0f, 0x22, 0xee, 0x19, 0xce, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xee, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xf3, 0x32, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x30, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x71, 0x2a, 0x35, 0x43, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, - 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x53, 0x39, 0x54, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x18, 0x54, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x53, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x95, 0x4b, 0x17, 0x54, 0xf7, 0x53, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x38, 0x54, 0x59, 0x5c, 0x79, 0x5c, 0x9a, 0x64, 0x99, 0x64, 0x78, 0x5c, 0x37, 0x5c, 0xd6, 0x4b, 0x95, 0x4b, 0x55, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0xef, 0x21, 0xee, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0x71, 0x2a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0xef, 0x19, 0xf3, 0x3a, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x43, 0x13, 0x3b, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x54, 0xf8, 0x53, 0x18, 0x54, 0x38, 0x54, 0x78, 0x54, 0x79, 0x5c, 0xb6, 0x4b, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x75, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x38, 0x5c, 0x9a, 0x5c, 0xdb, 0x64, 0xfc, 0x6c, 0xfc, 0x6c, 0xdb, 0x6c, 0x79, 0x64, 0x38, 0x54, 0xd6, 0x4b, 0x95, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0xef, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0x0f, 0x1a, 0x0f, 0x22, 0x10, 0x22, 0xd3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x50, 0x2a, 0x55, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x95, 0x4b, 0xb5, 0x53, 0xb6, 0x53, 0xb6, 0x53, 0xb5, 0x53, 0x95, 0x4b, 0x75, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x14, 0x3b, 0xf3, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x5c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0xd6, 0x4b, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x54, 0x43, 0xd7, 0x53, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x79, 0x5c, 0xbb, 0x64, 0x1d, 0x6d, 0x3d, 0x75, 0x5d, 0x75, 0x3d, 0x75, 0xfc, 0x6c, 0x99, 0x64, 0x17, 0x54, 0xb6, 0x4b, 0x75, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x51, 0x2a, 0xef, 0x19, 0xee, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0xf3, 0x32, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x19, 0xd3, 0x32, 0x35, 0x43, 0x14, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, - 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xb5, 0x53, 0xf6, 0x53, 0x17, 0x5c, 0x37, 0x64, 0x37, 0x64, 0x37, 0x64, 0x17, 0x5c, 0xf6, 0x5b, 0x17, 0x5c, 0xf6, 0x53, 0xb5, 0x53, 0x75, 0x4b, 0x34, 0x43, 0xf3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x53, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x39, 0x54, 0x75, 0x43, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0x13, 0x43, 0xb6, 0x4b, 0x58, 0x5c, 0x18, 0x54, 0x38, 0x54, 0xf7, 0x53, 0xd7, 0x53, 0xf7, 0x53, 0x38, 0x54, 0x9a, 0x5c, 0xfc, 0x6c, 0x5d, 0x75, 0xbd, 0x7d, 0xdd, 0x85, 0xbd, 0x85, 0x7d, 0x7d, 0xfb, 0x6c, 0x79, 0x5c, 0xf7, 0x53, 0x95, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x50, 0x2a, 0x0f, 0x22, 0xcd, 0x19, 0xad, 0x19, 0xae, 0x19, 0xad, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0x10, 0x22, 0x10, 0x22, 0x71, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xd2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0x0f, 0x22, 0x95, 0x4b, 0x35, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, - 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x54, 0x43, 0xb5, 0x4b, 0xf6, 0x53, 0x37, 0x64, 0x79, 0x64, 0xb9, 0x6c, 0xda, 0x6c, 0xda, 0x6c, 0xba, 0x6c, 0xfb, 0x74, 0x99, 0x6c, 0x58, 0x64, 0x37, 0x5c, 0xd6, 0x53, 0x95, 0x4b, 0x34, 0x43, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x34, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x18, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x7a, 0x5c, 0x7a, 0x64, 0xbb, 0x64, 0x9a, 0x64, 0xf7, 0x53, 0xd7, 0x53, 0x96, 0x43, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x33, 0x43, 0x13, 0x43, 0x95, 0x4b, 0x38, 0x5c, 0x18, 0x54, 0x38, 0x54, 0x17, 0x54, 0xf7, 0x53, 0x17, 0x54, 0x38, 0x54, 0x9a, 0x5c, 0xfc, 0x6c, 0x7d, 0x7d, 0x1d, 0x86, 0x7d, 0x8e, 0x5d, 0x8e, 0xdd, 0x85, 0x5d, 0x75, 0xdb, 0x6c, 0x38, 0x5c, 0xb6, 0x4b, 0x55, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x30, 0x22, 0x0e, 0x1a, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xef, 0x21, 0x30, 0x22, 0x30, 0x22, 0x92, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x72, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x50, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xce, 0x19, 0xad, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0x70, 0x2a, 0xb6, 0x43, 0x35, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, - 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x74, 0x43, 0xb6, 0x4b, 0x17, 0x5c, 0x78, 0x64, 0xba, 0x6c, 0x1b, 0x75, 0x3d, 0x7d, 0x5c, 0x7d, 0x9d, 0x85, 0x5d, 0x7d, 0x1c, 0x75, 0xba, 0x6c, 0x78, 0x64, 0x37, 0x5c, 0xd6, 0x53, 0x75, 0x4b, 0x34, 0x43, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x3a, 0xd3, 0x3a, 0xb2, 0x32, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x64, 0x9a, 0x64, 0x38, 0x5c, 0x17, 0x54, 0x17, 0x54, 0xf8, 0x53, 0xb6, 0x4b, 0xd3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x34, 0x43, 0x33, 0x43, 0x34, 0x43, 0x33, 0x43, 0x75, 0x4b, 0x17, 0x54, 0x38, 0x5c, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x53, 0x17, 0x54, 0x38, 0x54, 0x7a, 0x5c, 0xfc, 0x6c, 0x9d, 0x7d, 0x3d, 0x8e, 0xbd, 0x96, 0xdc, 0x96, 0x7d, 0x96, 0xdd, 0x85, 0x1c, 0x75, 0x99, 0x64, 0xf7, 0x53, 0x95, 0x4b, 0x54, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x30, 0x22, 0xae, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xee, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x50, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0x0f, 0x1a, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xad, 0x19, 0x13, 0x3b, 0x96, 0x43, 0x35, 0x3b, 0x14, 0x3b, - 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x43, 0x95, 0x4b, 0xf6, 0x53, 0x58, 0x64, 0xba, 0x6c, 0xfb, 0x74, 0x7d, 0x85, 0xfd, 0x8d, 0xdd, 0x8d, 0x9d, 0x85, 0x5d, 0x7d, 0x1c, 0x75, 0xba, 0x6c, 0x58, 0x64, 0xf7, 0x5b, 0xb5, 0x4b, 0x54, 0x43, 0x14, 0x3b, 0xf3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0xd3, 0x32, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x59, 0x5c, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0x18, 0x54, 0xd7, 0x4b, 0xf3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x74, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x33, 0x43, 0x34, 0x43, 0x33, 0x43, 0x54, 0x43, 0xf7, 0x53, 0x38, 0x5c, 0x38, 0x5c, 0x38, 0x5c, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x79, 0x5c, 0xdc, 0x6c, 0x7d, 0x7d, 0x5d, 0x8e, 0xbc, 0x96, 0xbc, 0x9e, 0xbc, 0x9e, 0x5d, 0x8e, 0x9d, 0x7d, 0xdb, 0x6c, 0x38, 0x5c, 0xd6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0x51, 0x2a, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0x51, 0x2a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0x55, 0x43, 0x96, 0x43, 0x55, 0x43, - 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0x17, 0x5c, 0x78, 0x64, 0x1c, 0x75, 0x7d, 0x85, 0xbd, 0x85, 0xbd, 0x85, 0x9d, 0x85, 0x7d, 0x7d, 0x1d, 0x75, 0xba, 0x6c, 0x78, 0x64, 0x17, 0x5c, 0xb6, 0x4b, 0x75, 0x43, 0x34, 0x43, 0xf3, 0x3a, 0xf3, 0x3a, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0x10, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x3a, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x14, 0x3b, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x34, 0x43, 0x34, 0x43, 0x54, 0x43, 0xf7, 0x53, 0x59, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x38, 0x5c, 0x17, 0x54, 0x17, 0x54, 0x59, 0x5c, 0xdb, 0x6c, 0x5d, 0x75, 0x3d, 0x86, 0xbc, 0x96, 0xbc, 0x9e, 0xbc, 0x9e, 0x9d, 0x96, 0xfd, 0x85, 0x1c, 0x75, 0x99, 0x64, 0x17, 0x54, 0x95, 0x4b, 0x54, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xef, 0x21, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x71, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xce, 0x19, 0xee, 0x19, 0x0f, 0x22, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x75, 0x43, 0x96, 0x43, - 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0x58, 0x64, 0xba, 0x6c, 0xfc, 0x74, 0x3d, 0x75, 0x3c, 0x7d, 0x3d, 0x7d, 0x1c, 0x75, 0xfb, 0x74, 0x99, 0x6c, 0x58, 0x64, 0x17, 0x5c, 0xd6, 0x53, 0x95, 0x4b, 0x34, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xd2, 0x32, 0x0f, 0x22, 0xef, 0x19, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0x38, 0x54, 0x19, 0x54, 0x39, 0x54, 0xf8, 0x4b, 0x76, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xd7, 0x4b, 0xf3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x33, 0x43, 0xb6, 0x4b, 0x38, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x38, 0x5c, 0xf7, 0x53, 0x17, 0x54, 0x58, 0x5c, 0x9b, 0x64, 0x1d, 0x75, 0xfd, 0x85, 0x9c, 0x96, 0xdc, 0x9e, 0xbc, 0x9e, 0xbc, 0x9e, 0x3d, 0x8e, 0x7d, 0x7d, 0xbb, 0x6c, 0x38, 0x5c, 0xd6, 0x4b, 0x55, 0x43, 0x34, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xce, 0x19, 0xad, 0x19, 0xae, 0x19, 0xee, 0x19, 0xee, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x51, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x1a, 0xef, 0x19, 0x0f, 0x1a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0x96, 0x43, - 0x96, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x35, 0x3b, 0xf3, 0x3a, 0xd3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x95, 0x4b, 0xf7, 0x53, 0x37, 0x5c, 0x58, 0x64, 0x79, 0x64, 0x99, 0x6c, 0xba, 0x6c, 0xba, 0x6c, 0x99, 0x64, 0x58, 0x64, 0x17, 0x5c, 0xd6, 0x53, 0xb5, 0x4b, 0x55, 0x43, 0x14, 0x3b, 0xf4, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0x30, 0x22, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x53, 0x38, 0x54, 0x18, 0x4c, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0xd7, 0x4b, 0xf3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x33, 0x43, 0x75, 0x4b, 0x38, 0x5c, 0x79, 0x5c, 0x7a, 0x5c, 0x79, 0x5c, 0x38, 0x54, 0x17, 0x54, 0x38, 0x54, 0x79, 0x5c, 0xfc, 0x6c, 0x9d, 0x7d, 0x7d, 0x8e, 0xbc, 0x9e, 0xbc, 0x9e, 0xdc, 0x9e, 0x5d, 0x8e, 0x9d, 0x7d, 0xfb, 0x6c, 0x58, 0x64, 0xf6, 0x53, 0x95, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x0f, 0x22, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x0f, 0x22, 0x50, 0x2a, 0x71, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xb2, 0x32, 0x91, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, - 0xf3, 0x32, 0x96, 0x43, 0xd7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0xb7, 0x4b, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0x96, 0x4b, 0x55, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd6, 0x53, 0xf7, 0x53, 0xf7, 0x5b, 0x17, 0x5c, 0x17, 0x5c, 0x17, 0x5c, 0xf7, 0x53, 0xd6, 0x53, 0x95, 0x4b, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0x30, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x18, 0x54, 0xb6, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0xd7, 0x4b, 0x14, 0x3b, 0xb2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x18, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x59, 0x5c, 0x17, 0x54, 0x38, 0x54, 0x59, 0x5c, 0xbb, 0x64, 0x3d, 0x6d, 0xdd, 0x85, 0x9d, 0x8e, 0xdc, 0x96, 0xbc, 0x96, 0x5d, 0x8e, 0xbd, 0x85, 0x1c, 0x75, 0x99, 0x64, 0x17, 0x54, 0x96, 0x4b, 0x55, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0xef, 0x19, 0xce, 0x19, 0xee, 0x19, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x30, 0x22, 0xef, 0x21, 0x30, 0x22, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf4, 0x3a, 0xf4, 0x3a, 0xf3, 0x32, - 0x14, 0x3b, 0x14, 0x3b, 0x96, 0x43, 0xf7, 0x4b, 0xb7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x55, 0x43, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x96, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0xd3, 0x32, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xb6, 0x4b, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x13, 0x3b, 0xd7, 0x4b, 0xbb, 0x64, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x58, 0x5c, 0x17, 0x54, 0x38, 0x54, 0x7a, 0x5c, 0xdc, 0x6c, 0x5d, 0x75, 0xdd, 0x85, 0x5d, 0x8e, 0x7d, 0x8e, 0x1d, 0x86, 0x9d, 0x7d, 0x1c, 0x75, 0x9a, 0x64, 0x17, 0x5c, 0xb6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x30, 0x22, 0xce, 0x19, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x50, 0x2a, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xb2, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, - 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xb6, 0x4b, 0x18, 0x54, 0xf8, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xd7, 0x4b, 0xf7, 0x53, 0x76, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xb2, 0x32, 0xef, 0x21, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x53, 0x96, 0x43, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x5a, 0x5c, 0xdc, 0x64, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x9b, 0x64, 0xfc, 0x6c, 0x5d, 0x75, 0x9d, 0x7d, 0xdd, 0x85, 0xbd, 0x85, 0x7d, 0x7d, 0xfc, 0x74, 0x9a, 0x64, 0x17, 0x5c, 0xd6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, - 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0xf4, 0x32, 0x55, 0x3b, 0xf8, 0x4b, 0x59, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x53, 0x75, 0x43, 0x35, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0xf3, 0x3a, 0x71, 0x2a, 0xce, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x55, 0x43, 0xd3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0xf3, 0x3a, 0x17, 0x54, 0xfc, 0x6c, 0xdd, 0x64, 0xbc, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x9a, 0x64, 0xdc, 0x6c, 0x1d, 0x75, 0x5d, 0x75, 0x5d, 0x75, 0x3d, 0x75, 0xdc, 0x6c, 0x79, 0x64, 0x17, 0x54, 0xb6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x71, 0x32, 0xb3, 0x32, 0x51, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x71, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, - 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0xd7, 0x4b, 0x7a, 0x5c, 0x5a, 0x54, 0x19, 0x54, 0x19, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x19, 0x54, 0x19, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf8, 0x53, 0x18, 0x54, 0xd7, 0x4b, 0x55, 0x43, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x55, 0x43, 0x92, 0x32, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x1a, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xf7, 0x4b, 0x55, 0x3b, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x9a, 0x5c, 0x1e, 0x6d, 0xbd, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0x7b, 0x5c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x7a, 0x64, 0xbb, 0x64, 0xdc, 0x6c, 0xfc, 0x6c, 0xdc, 0x6c, 0x9a, 0x64, 0x38, 0x5c, 0xf7, 0x53, 0xb6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0xd3, 0x32, 0x71, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x71, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, - 0xf4, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x18, 0x54, 0x7a, 0x5c, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x19, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x54, 0x18, 0x54, 0xb6, 0x4b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0x75, 0x43, 0x34, 0x43, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0xd7, 0x4b, 0x34, 0x3b, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x18, 0x4c, 0xdc, 0x64, 0xdd, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x7a, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x59, 0x5c, 0x7a, 0x64, 0x9a, 0x64, 0x99, 0x5c, 0x58, 0x5c, 0x17, 0x54, 0xd6, 0x53, 0x96, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd2, 0x32, 0x10, 0x22, 0x0f, 0x22, 0x50, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x51, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x54, 0x43, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, - 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x18, 0x54, 0x5b, 0x5c, 0x5a, 0x5c, 0x3a, 0x54, 0x3a, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x5a, 0x54, 0x5a, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x38, 0x54, 0xf8, 0x53, 0xb6, 0x4b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x53, 0xb6, 0x53, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0xb6, 0x4b, 0x95, 0x43, 0x14, 0x3b, 0x50, 0x2a, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x14, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0x96, 0x43, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x5a, 0x54, 0xdd, 0x64, 0xbd, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9a, 0x5c, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x17, 0x54, 0xf7, 0x53, 0xd7, 0x53, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x13, 0x3b, 0xb6, 0x4b, 0x34, 0x3b, 0xd3, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, - 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0xb6, 0x4b, 0xf8, 0x4b, 0x19, 0x54, 0x7b, 0x5c, 0x5b, 0x5c, 0x5b, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x5a, 0x5c, 0x39, 0x54, 0x38, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x53, 0xd6, 0x53, 0xd6, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0x55, 0x43, 0xb2, 0x32, 0x91, 0x2a, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x55, 0x43, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0xf7, 0x4b, 0x55, 0x3b, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x33, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0xf7, 0x4b, 0xbc, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbb, 0x5c, 0x9b, 0x64, 0x38, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x22, 0xef, 0x21, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x34, 0x3b, 0x95, 0x43, 0x55, 0x43, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, - 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0x39, 0x54, 0x9c, 0x5c, 0xbd, 0x64, 0x9c, 0x64, 0x9c, 0x5c, 0x7b, 0x5c, 0x5a, 0x5c, 0x39, 0x5c, 0x39, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0x18, 0x54, 0x18, 0x54, 0x75, 0x43, 0xb2, 0x32, 0x50, 0x2a, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0xb6, 0x4b, 0xf3, 0x32, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x19, 0x54, 0xdd, 0x64, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbb, 0x5c, 0x7a, 0x5c, 0x38, 0x54, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0x71, 0x2a, 0x30, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xd3, 0x3a, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, - 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0xb6, 0x4b, 0x38, 0x54, 0x7a, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x7a, 0x5c, 0x39, 0x5c, 0xf7, 0x53, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0x34, 0x3b, 0x71, 0x2a, 0xad, 0x19, 0xce, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0xb6, 0x4b, 0x13, 0x33, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x7a, 0x5c, 0xde, 0x64, 0x9d, 0x5c, 0x7c, 0x5c, 0x7c, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x59, 0x54, 0x38, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x71, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xf3, 0x3a, 0xd2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x30, 0x22, 0xae, 0x19, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x21, 0x0f, 0x1a, 0xef, 0x19, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x39, 0x54, 0x18, 0x54, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x96, 0x43, 0x7b, 0x5c, 0xdd, 0x64, 0x9c, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xd8, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x71, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xf3, 0x3a, 0xd2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, - 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x4b, 0xb2, 0x32, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0x8d, 0x19, 0xae, 0x19, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x21, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x79, 0x5c, 0xf7, 0x4b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0xf8, 0x4b, 0x9c, 0x5c, 0x9c, 0x5c, 0x7a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x71, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0x14, 0x3b, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, - 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0x91, 0x2a, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xae, 0x19, 0xad, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x7a, 0x5c, 0x59, 0x5c, 0x95, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x33, 0x3b, 0xd2, 0x32, 0xf3, 0x3a, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x14, 0x33, 0x19, 0x54, 0xbc, 0x64, 0x7b, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x14, 0x3b, 0x13, 0x3b, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, - 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0xd7, 0x4b, 0x75, 0x43, 0x30, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x9b, 0x5c, 0x7b, 0x5c, 0xb6, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x13, 0x3b, 0x71, 0x2a, 0xb1, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x14, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf8, 0x4b, 0xbc, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xf3, 0x3a, 0x34, 0x3b, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x30, 0x2a, 0x10, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, - 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x75, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0x55, 0x43, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0x39, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0xbb, 0x64, 0x59, 0x54, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x33, 0x3b, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb1, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0x34, 0x3b, 0x74, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xf4, 0x32, 0xd8, 0x4b, 0x7b, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x53, 0xd7, 0x53, 0xd6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0xd3, 0x32, 0xd3, 0x3a, 0xb2, 0x32, 0xf3, 0x3a, 0x55, 0x43, 0xb3, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, - 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0x96, 0x4b, 0x54, 0x43, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x7a, 0x5c, 0x7a, 0x54, 0x79, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x95, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x54, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x13, 0x3b, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf8, 0x4b, 0x7a, 0x5c, 0x39, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xf7, 0x53, 0x17, 0x54, 0xf7, 0x53, 0xf7, 0x53, 0xd6, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb3, 0x32, 0x71, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x14, 0x3b, 0x75, 0x43, 0xd3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, - 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x4b, 0xf3, 0x3a, 0xef, 0x19, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcd, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0x59, 0x54, 0x9a, 0x5c, 0x7a, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0x18, 0x54, 0x33, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x74, 0x43, 0x54, 0x3b, 0xd2, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x50, 0x2a, 0x50, 0x2a, 0xb2, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xd3, 0x32, 0xb7, 0x4b, 0x7a, 0x5c, 0x38, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x53, 0x17, 0x5c, 0x37, 0x5c, 0x37, 0x5c, 0x17, 0x54, 0xf7, 0x53, 0xb6, 0x4b, 0x75, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x14, 0x3b, 0xd7, 0x53, 0xf3, 0x3a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, - 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x3a, 0xf4, 0x3a, 0x34, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0x92, 0x32, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0xbc, 0x64, 0x7a, 0x5c, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x13, 0x3b, 0x91, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x70, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0xd3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x3a, 0xf4, 0x32, 0x14, 0x3b, 0xb3, 0x32, 0x96, 0x43, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xf7, 0x53, 0x17, 0x54, 0x38, 0x5c, 0x38, 0x5c, 0x37, 0x5c, 0x17, 0x5c, 0x17, 0x54, 0xd6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x34, 0x3b, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x31, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, - 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0x75, 0x43, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x59, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xba, 0x5c, 0xf6, 0x4b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0xf2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0x14, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x34, 0x3b, 0xf7, 0x4b, 0x18, 0x54, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x37, 0x5c, 0x17, 0x5c, 0xf7, 0x53, 0xb6, 0x4b, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x31, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, - 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0x14, 0x3b, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x1a, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x38, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0x99, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x38, 0x5c, 0x38, 0x54, 0x58, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0xba, 0x64, 0xba, 0x5c, 0xbb, 0x64, 0xdb, 0x64, 0x18, 0x54, 0x73, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0xf3, 0x3a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb6, 0x4b, 0x18, 0x54, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x18, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x37, 0x5c, 0x17, 0x54, 0xd6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, - 0xf3, 0x3a, 0x14, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x4b, 0x14, 0x3b, 0x55, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xf6, 0x53, 0xf7, 0x53, 0x17, 0x54, 0xf7, 0x53, 0xd6, 0x53, 0xb6, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0x71, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0x38, 0x54, 0x79, 0x5c, 0x9a, 0x64, 0xdb, 0x64, 0xfb, 0x64, 0xfb, 0x6c, 0xda, 0x64, 0x99, 0x64, 0x79, 0x64, 0x78, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x9a, 0x5c, 0xbc, 0x64, 0xbb, 0x64, 0x9a, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xdb, 0x64, 0x79, 0x5c, 0xd5, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0xf3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0xf3, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x14, 0x3b, 0xb6, 0x4b, 0xd6, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x38, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x38, 0x5c, 0x17, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf4, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x72, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xf3, 0x32, - 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0x75, 0x43, 0x34, 0x43, 0x95, 0x4b, 0xb6, 0x53, 0xf7, 0x5b, 0x37, 0x5c, 0x58, 0x64, 0x78, 0x64, 0x78, 0x64, 0x79, 0x64, 0x58, 0x5c, 0x17, 0x54, 0xd6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xf7, 0x53, 0x96, 0x4b, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0x18, 0x54, 0x79, 0x5c, 0xba, 0x64, 0xfc, 0x6c, 0x3d, 0x6d, 0x5d, 0x75, 0x3d, 0x75, 0x1b, 0x6d, 0xda, 0x6c, 0xba, 0x64, 0x79, 0x64, 0x78, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0xbb, 0x64, 0xbc, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xdb, 0x64, 0xdb, 0x64, 0xba, 0x64, 0x17, 0x5c, 0xb4, 0x4b, 0xb4, 0x4b, 0xb4, 0x4b, 0x94, 0x4b, 0x94, 0x43, 0x54, 0x43, 0xf3, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x50, 0x2a, 0xb2, 0x32, 0xf4, 0x3a, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x14, 0x3b, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x38, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x58, 0x5c, 0x38, 0x5c, 0x18, 0x54, 0xf7, 0x53, 0xb6, 0x4b, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x92, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, - 0x14, 0x3b, 0x55, 0x43, 0x95, 0x4b, 0xd6, 0x53, 0x54, 0x43, 0x75, 0x43, 0xb6, 0x53, 0xf7, 0x53, 0x58, 0x5c, 0x99, 0x6c, 0xdb, 0x6c, 0xfc, 0x74, 0xfc, 0x74, 0xfb, 0x74, 0xfb, 0x6c, 0x99, 0x64, 0x38, 0x5c, 0xd6, 0x53, 0xb6, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd3, 0x32, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x58, 0x54, 0x9a, 0x5c, 0xfc, 0x6c, 0x5d, 0x75, 0x9d, 0x7d, 0xbd, 0x7d, 0xbd, 0x7d, 0x5d, 0x75, 0x1c, 0x75, 0xdb, 0x6c, 0xba, 0x6c, 0x99, 0x64, 0x79, 0x64, 0x79, 0x64, 0x9a, 0x64, 0xdc, 0x64, 0xdb, 0x64, 0xdb, 0x64, 0xdb, 0x64, 0xfc, 0x64, 0xbb, 0x64, 0x37, 0x5c, 0xb4, 0x53, 0xb5, 0x53, 0xd5, 0x4b, 0xb5, 0x4b, 0x94, 0x4b, 0x54, 0x43, 0x13, 0x3b, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x71, 0x2a, 0xb2, 0x32, 0x13, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0xb2, 0x32, 0x14, 0x3b, 0x96, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x38, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x38, 0x5c, 0x18, 0x54, 0xf7, 0x53, 0xb6, 0x4b, 0x76, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xb2, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, - 0x34, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xf7, 0x53, 0x54, 0x43, 0x75, 0x4b, 0xd6, 0x53, 0x37, 0x5c, 0x99, 0x6c, 0xfc, 0x74, 0x5d, 0x7d, 0x7d, 0x7d, 0x7d, 0x85, 0x7d, 0x85, 0x5d, 0x7d, 0x1c, 0x75, 0xba, 0x64, 0x38, 0x5c, 0xf7, 0x53, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0x75, 0x43, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0x38, 0x54, 0x79, 0x5c, 0xdb, 0x64, 0x3d, 0x6d, 0x9d, 0x7d, 0xfd, 0x85, 0x5d, 0x8e, 0x1d, 0x8e, 0xbd, 0x85, 0x5d, 0x7d, 0x1c, 0x75, 0xfb, 0x6c, 0xdb, 0x6c, 0x9a, 0x64, 0x79, 0x64, 0x99, 0x64, 0xbb, 0x6c, 0xdc, 0x6c, 0xdc, 0x6c, 0xdc, 0x6c, 0xfc, 0x6c, 0xdc, 0x64, 0x58, 0x5c, 0xd5, 0x53, 0xd5, 0x53, 0xd5, 0x53, 0xb5, 0x4b, 0xb5, 0x4b, 0x54, 0x43, 0x14, 0x3b, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xb2, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x14, 0x3b, 0xb6, 0x4b, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x38, 0x5c, 0x18, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x51, 0x32, 0x30, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0x72, 0x32, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, - 0x34, 0x3b, 0x75, 0x43, 0xd6, 0x4b, 0x38, 0x5c, 0x34, 0x3b, 0x95, 0x4b, 0xf6, 0x53, 0x78, 0x64, 0xdb, 0x6c, 0x3d, 0x7d, 0x9d, 0x85, 0xdd, 0x8d, 0x3d, 0x96, 0x3d, 0x96, 0xdd, 0x8d, 0x7d, 0x85, 0x3d, 0x75, 0xdb, 0x6c, 0x58, 0x5c, 0xf7, 0x53, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0xb2, 0x32, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0x38, 0x54, 0x9a, 0x64, 0x1c, 0x6d, 0x7d, 0x75, 0x1d, 0x86, 0x9d, 0x8e, 0xfd, 0x96, 0xbd, 0x96, 0x3d, 0x8e, 0xdd, 0x8d, 0x5d, 0x7d, 0x1c, 0x75, 0xdb, 0x6c, 0xbb, 0x6c, 0x9a, 0x64, 0x79, 0x64, 0x9a, 0x64, 0xfd, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0x1d, 0x6d, 0x1d, 0x6d, 0x99, 0x64, 0xf5, 0x5b, 0xd5, 0x5b, 0xd5, 0x53, 0xd5, 0x53, 0xb5, 0x4b, 0x54, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x50, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xd2, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x34, 0x3b, 0xb6, 0x4b, 0x18, 0x54, 0x38, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x53, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0xb2, 0x32, 0x50, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, - 0x34, 0x3b, 0x75, 0x43, 0xd6, 0x4b, 0xb6, 0x4b, 0x34, 0x43, 0x95, 0x4b, 0xf7, 0x53, 0x78, 0x64, 0xfb, 0x74, 0x5d, 0x7d, 0xdd, 0x8d, 0x5d, 0x96, 0xbd, 0x9e, 0xdd, 0x9e, 0x9d, 0x9e, 0x3d, 0x8e, 0x9d, 0x85, 0x5d, 0x7d, 0xbb, 0x6c, 0x38, 0x5c, 0xb6, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0x55, 0x43, 0x50, 0x2a, 0x50, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x22, 0x92, 0x2a, 0xb3, 0x2a, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0xb6, 0x4b, 0xf7, 0x53, 0x59, 0x5c, 0xdb, 0x64, 0x3d, 0x75, 0xdd, 0x7d, 0x9d, 0x8e, 0xfd, 0x96, 0xdc, 0xa6, 0xfd, 0xa6, 0xdd, 0x9e, 0x5d, 0x96, 0xbd, 0x85, 0x3d, 0x7d, 0xfc, 0x74, 0xdb, 0x6c, 0xba, 0x64, 0x9a, 0x64, 0x9a, 0x64, 0xbb, 0x6c, 0xfd, 0x6c, 0xfd, 0x6c, 0x1d, 0x6d, 0x3e, 0x75, 0xbb, 0x64, 0xf6, 0x5b, 0xd5, 0x53, 0xf5, 0x53, 0xf5, 0x53, 0xb5, 0x4b, 0x54, 0x3b, 0x54, 0x3b, 0x14, 0x3b, 0xf2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x30, 0x22, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x54, 0x43, 0x95, 0x4b, 0xf6, 0x53, 0x38, 0x5c, 0x58, 0x5c, 0x79, 0x64, 0x79, 0x5c, 0x59, 0x5c, 0x38, 0x5c, 0x38, 0x54, 0x17, 0x54, 0xd6, 0x53, 0xb6, 0x53, 0x96, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0x51, 0x2a, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, - 0x34, 0x3b, 0x75, 0x43, 0xd6, 0x4b, 0x34, 0x3b, 0x34, 0x43, 0x95, 0x4b, 0xd6, 0x53, 0x78, 0x64, 0xfb, 0x74, 0x5d, 0x7d, 0xfd, 0x8d, 0x9d, 0x96, 0xdc, 0xa6, 0xfc, 0xa6, 0xfd, 0xa6, 0xbd, 0x9e, 0x1d, 0x8e, 0x9d, 0x85, 0x1d, 0x75, 0x79, 0x64, 0xf7, 0x53, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x71, 0x2a, 0x50, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0xef, 0x19, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xd6, 0x4b, 0x17, 0x54, 0x79, 0x5c, 0xfc, 0x6c, 0x7d, 0x75, 0x3d, 0x86, 0xdd, 0x96, 0xfd, 0xa6, 0xfd, 0xae, 0xfd, 0xb6, 0xfd, 0xae, 0xbd, 0x9e, 0x3d, 0x96, 0x7d, 0x85, 0x1c, 0x75, 0xda, 0x6c, 0xba, 0x6c, 0xba, 0x6c, 0xba, 0x64, 0xba, 0x64, 0xdc, 0x6c, 0x1d, 0x6d, 0x1d, 0x75, 0x5d, 0x75, 0xfb, 0x6c, 0x37, 0x5c, 0xf5, 0x53, 0xf5, 0x5b, 0x16, 0x5c, 0xb5, 0x4b, 0x54, 0x3b, 0x54, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x50, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xd6, 0x53, 0x17, 0x5c, 0x58, 0x5c, 0x58, 0x64, 0x58, 0x5c, 0x38, 0x5c, 0x17, 0x54, 0xf7, 0x53, 0xb6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, - 0x14, 0x3b, 0x55, 0x43, 0xb6, 0x4b, 0xf3, 0x32, 0x34, 0x3b, 0x75, 0x4b, 0xd6, 0x53, 0x58, 0x64, 0xda, 0x6c, 0x5d, 0x7d, 0xbd, 0x8d, 0x7d, 0x96, 0xfd, 0x9e, 0xfd, 0xa6, 0xfd, 0xa6, 0xfd, 0xa6, 0x9d, 0x96, 0x9d, 0x85, 0x1d, 0x75, 0x9a, 0x64, 0x17, 0x54, 0xb6, 0x4b, 0xb6, 0x4b, 0x75, 0x43, 0x76, 0x43, 0x75, 0x43, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x34, 0x43, 0xf0, 0x21, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x1a, 0x0f, 0x22, 0xef, 0x19, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0x14, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0x38, 0x54, 0x9a, 0x64, 0xfc, 0x6c, 0x9d, 0x7d, 0x7d, 0x8e, 0xfd, 0x9e, 0xdd, 0xb6, 0xfd, 0xc6, 0xdd, 0xc6, 0xdd, 0xbe, 0xfd, 0xae, 0xbd, 0x9e, 0xfd, 0x8d, 0x5d, 0x7d, 0xdb, 0x74, 0xba, 0x6c, 0xba, 0x6c, 0xbb, 0x6c, 0xbb, 0x6c, 0xbb, 0x6c, 0xfc, 0x6c, 0x3d, 0x75, 0x5d, 0x75, 0x1c, 0x6d, 0x78, 0x64, 0x15, 0x5c, 0xf6, 0x53, 0x16, 0x5c, 0xd5, 0x4b, 0x54, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x50, 0x2a, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x13, 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xb6, 0x4b, 0xf6, 0x53, 0xf7, 0x53, 0x17, 0x5c, 0x17, 0x5c, 0xf7, 0x53, 0xd7, 0x53, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xb6, 0x4b, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, - 0x14, 0x3b, 0x55, 0x43, 0x95, 0x43, 0xd3, 0x32, 0x14, 0x3b, 0x55, 0x43, 0xb6, 0x4b, 0x17, 0x5c, 0x99, 0x64, 0x1c, 0x75, 0x7d, 0x85, 0x1d, 0x8e, 0xbd, 0x9e, 0xdd, 0xa6, 0xfd, 0xa6, 0xdc, 0xa6, 0x9d, 0x96, 0xdd, 0x85, 0x1d, 0x75, 0x99, 0x64, 0x38, 0x5c, 0xd7, 0x53, 0x96, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x1a, 0x31, 0x22, 0x51, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xd3, 0x2a, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xf7, 0x53, 0x38, 0x5c, 0x9a, 0x64, 0x1d, 0x75, 0xdd, 0x85, 0x9d, 0x8e, 0xfd, 0xa6, 0xfd, 0xbe, 0xdd, 0xce, 0xdd, 0xce, 0xfd, 0xce, 0xfd, 0xbe, 0xdd, 0xa6, 0x5d, 0x96, 0x7d, 0x85, 0xfc, 0x74, 0xba, 0x6c, 0x99, 0x64, 0xba, 0x64, 0xbb, 0x6c, 0xbb, 0x6c, 0xdb, 0x6c, 0x3d, 0x75, 0x5d, 0x75, 0x3c, 0x6d, 0x79, 0x64, 0xf6, 0x5b, 0xf6, 0x53, 0xf6, 0x53, 0x95, 0x43, 0x54, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x30, 0x2a, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x13, 0x3b, 0x34, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x96, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0x96, 0x43, 0x51, 0x2a, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, - 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0xd3, 0x32, 0xf3, 0x3a, 0x34, 0x43, 0x95, 0x4b, 0xd6, 0x53, 0x38, 0x5c, 0xba, 0x6c, 0x3d, 0x7d, 0x9d, 0x85, 0x3d, 0x8e, 0x9d, 0x96, 0xdd, 0x9e, 0xbd, 0x9e, 0x5d, 0x96, 0x9d, 0x85, 0xfc, 0x74, 0x79, 0x64, 0x17, 0x54, 0xd7, 0x53, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x75, 0x43, 0xf3, 0x3a, 0x10, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xef, 0x19, 0xef, 0x19, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xb3, 0x2a, 0x14, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xd7, 0x53, 0x38, 0x5c, 0x9a, 0x64, 0x1d, 0x75, 0xbd, 0x7d, 0x9d, 0x8e, 0xfd, 0xa6, 0xfd, 0xbe, 0xfd, 0xd6, 0xfd, 0xd6, 0xfd, 0xce, 0xdd, 0xc6, 0xfd, 0xae, 0x7d, 0x96, 0x9d, 0x85, 0x1d, 0x75, 0xdb, 0x6c, 0x99, 0x64, 0x79, 0x64, 0x9a, 0x64, 0xbb, 0x6c, 0xdb, 0x6c, 0x1d, 0x6d, 0x3d, 0x75, 0x1d, 0x6d, 0x79, 0x5c, 0xd6, 0x4b, 0xd6, 0x53, 0xd6, 0x53, 0x95, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0x38, 0x54, 0x34, 0x43, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0xd3, 0x32, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, - 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0xb3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x54, 0x43, 0x96, 0x4b, 0xf7, 0x53, 0x58, 0x64, 0xdb, 0x6c, 0x3d, 0x7d, 0x9d, 0x85, 0xdd, 0x8d, 0x3d, 0x96, 0x3d, 0x8e, 0xdd, 0x85, 0x3d, 0x7d, 0xdc, 0x6c, 0x59, 0x64, 0x17, 0x54, 0xd6, 0x4b, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x76, 0x43, 0x14, 0x3b, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xae, 0x11, 0xcf, 0x11, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xd3, 0x2a, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0x17, 0x54, 0x79, 0x64, 0xfc, 0x6c, 0xbd, 0x7d, 0x9d, 0x8e, 0xfd, 0x9e, 0xfd, 0xbe, 0xfd, 0xce, 0xfd, 0xd6, 0xfd, 0xd6, 0xfd, 0xce, 0xfd, 0xb6, 0x9d, 0x9e, 0xdd, 0x8d, 0x3d, 0x7d, 0xdb, 0x6c, 0xba, 0x6c, 0x99, 0x64, 0x9a, 0x64, 0xba, 0x64, 0xdb, 0x64, 0xfc, 0x6c, 0x1d, 0x6d, 0x1d, 0x6d, 0x9a, 0x5c, 0xf6, 0x4b, 0xf6, 0x53, 0xd6, 0x4b, 0xb6, 0x4b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0x79, 0x5c, 0x92, 0x2a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0xd3, 0x32, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, - 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xf7, 0x53, 0x78, 0x64, 0xba, 0x6c, 0x1d, 0x75, 0x5d, 0x7d, 0x7d, 0x7d, 0x7d, 0x85, 0x3d, 0x75, 0xfc, 0x74, 0x9a, 0x6c, 0x38, 0x5c, 0xf7, 0x53, 0xb6, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x43, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x19, 0xad, 0x19, 0x8d, 0x11, 0xae, 0x11, 0xcf, 0x11, 0xef, 0x19, 0x10, 0x1a, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x92, 0x2a, 0xb2, 0x2a, 0xf3, 0x32, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xd6, 0x4b, 0x17, 0x54, 0x79, 0x5c, 0xfc, 0x6c, 0x7d, 0x75, 0x3d, 0x86, 0xdd, 0x9e, 0xfd, 0xb6, 0xfd, 0xce, 0xfd, 0xd6, 0xfd, 0xd6, 0xfd, 0xce, 0xfd, 0xb6, 0xbd, 0x9e, 0xdd, 0x8d, 0x3d, 0x7d, 0xdc, 0x74, 0xba, 0x6c, 0x99, 0x64, 0x9a, 0x64, 0xba, 0x64, 0xdb, 0x64, 0xdc, 0x64, 0xfd, 0x64, 0x1d, 0x6d, 0x9a, 0x5c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x53, 0xb6, 0x43, 0x76, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x91, 0x2a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0xb2, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x31, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x31, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, - 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xf7, 0x53, 0x38, 0x5c, 0x9a, 0x64, 0xdb, 0x6c, 0xfd, 0x74, 0xdc, 0x6c, 0xba, 0x6c, 0x9a, 0x64, 0x58, 0x5c, 0x17, 0x54, 0xb6, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x75, 0x43, 0xd3, 0x3a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0xee, 0x19, 0x8d, 0x19, 0x6c, 0x11, 0x8c, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0xce, 0x11, 0xef, 0x19, 0x10, 0x1a, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x34, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x53, 0x59, 0x5c, 0xdc, 0x6c, 0x5d, 0x75, 0x1d, 0x86, 0xdd, 0x96, 0xfd, 0xae, 0xfd, 0xc6, 0xfd, 0xce, 0xfd, 0xd6, 0xfd, 0xce, 0xfd, 0xb6, 0xbd, 0x9e, 0xfd, 0x8d, 0x5d, 0x7d, 0xfc, 0x74, 0xba, 0x6c, 0x9a, 0x64, 0x9a, 0x64, 0xba, 0x64, 0xbb, 0x64, 0xdc, 0x64, 0xfd, 0x64, 0x1d, 0x6d, 0x9a, 0x5c, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb7, 0x4b, 0xf8, 0x53, 0x96, 0x4b, 0x71, 0x2a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, - 0x75, 0x3b, 0x76, 0x43, 0x55, 0x3b, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x43, 0xb6, 0x4b, 0xf7, 0x53, 0x38, 0x5c, 0x79, 0x64, 0x59, 0x5c, 0x58, 0x5c, 0x58, 0x64, 0x58, 0x5c, 0x17, 0x54, 0xd7, 0x53, 0xb6, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x3a, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x75, 0x43, 0xf4, 0x3a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0xee, 0x19, 0x6b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xce, 0x11, 0xcf, 0x19, 0x10, 0x1a, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xd3, 0x2a, 0x34, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x53, 0x59, 0x5c, 0xbb, 0x64, 0x3d, 0x6d, 0xdd, 0x7d, 0x9d, 0x8e, 0xfd, 0x9e, 0xfd, 0xb6, 0xfd, 0xc6, 0xfd, 0xce, 0xfd, 0xc6, 0xfd, 0xb6, 0xbd, 0x9e, 0xfd, 0x8d, 0x5d, 0x7d, 0x1c, 0x75, 0xba, 0x6c, 0x9a, 0x64, 0x9a, 0x64, 0xba, 0x64, 0xbb, 0x5c, 0xbc, 0x5c, 0xbd, 0x64, 0xfd, 0x64, 0x7a, 0x5c, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0xb7, 0x4b, 0x18, 0x54, 0x55, 0x43, 0x71, 0x2a, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0xd3, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, - 0x96, 0x43, 0xd7, 0x4b, 0xb6, 0x4b, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xd7, 0x53, 0xd7, 0x53, 0xd7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xd7, 0x53, 0xd7, 0x53, 0xb6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x76, 0x43, 0x34, 0x3b, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0xac, 0x19, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xcf, 0x11, 0xf0, 0x19, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x92, 0x2a, 0xb3, 0x2a, 0x14, 0x33, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x53, 0x38, 0x54, 0x9b, 0x64, 0x1d, 0x6d, 0x9d, 0x75, 0x5d, 0x86, 0xfc, 0x96, 0xfd, 0xae, 0xfd, 0xb6, 0xfd, 0xbe, 0xfd, 0xb6, 0xfd, 0xa6, 0xbd, 0x96, 0xfd, 0x85, 0x5d, 0x7d, 0x1c, 0x6d, 0xdb, 0x64, 0xba, 0x64, 0xba, 0x64, 0xba, 0x64, 0x9b, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0x7a, 0x5c, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x71, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0xb6, 0x43, 0x18, 0x54, 0x34, 0x3b, 0x51, 0x22, 0x30, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0xd3, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x33, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x76, 0x43, 0x96, 0x43, - 0xf6, 0x4b, 0x17, 0x54, 0xf6, 0x4b, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x32, 0xd4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x0f, 0x22, 0xee, 0x21, 0xad, 0x19, 0x4a, 0x11, 0x09, 0x11, 0x29, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xcf, 0x11, 0xef, 0x19, 0x30, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x92, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0x38, 0x54, 0x9a, 0x5c, 0xfd, 0x64, 0x5d, 0x75, 0xfd, 0x7d, 0xbd, 0x8e, 0xfc, 0x9e, 0xfd, 0xa6, 0xfd, 0xae, 0xfd, 0xa6, 0xfd, 0x9e, 0x9d, 0x8e, 0xdd, 0x85, 0x5d, 0x75, 0x1c, 0x6d, 0xdb, 0x64, 0xba, 0x64, 0xba, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9d, 0x5c, 0xdd, 0x64, 0x7b, 0x5c, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0xd7, 0x4b, 0x97, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xb3, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xd3, 0x32, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x92, 0x2a, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x14, 0x43, 0x14, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x76, 0x43, 0xd6, 0x4b, - 0xf6, 0x4b, 0x17, 0x54, 0xf6, 0x53, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x92, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0xee, 0x21, 0xcd, 0x21, 0xac, 0x19, 0x6b, 0x19, 0x29, 0x11, 0x29, 0x11, 0x29, 0x11, 0x29, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x2b, 0x11, 0x6b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0xad, 0x11, 0xce, 0x11, 0xef, 0x19, 0x10, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0x18, 0x54, 0x7a, 0x5c, 0xbc, 0x64, 0x1d, 0x6d, 0x9d, 0x75, 0x7d, 0x86, 0xfd, 0x96, 0xfc, 0x9e, 0xfc, 0x9e, 0xfc, 0x9e, 0xdd, 0x96, 0x5d, 0x86, 0xbd, 0x7d, 0x5d, 0x75, 0x1c, 0x6d, 0xdb, 0x64, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0x7b, 0x5c, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x75, 0x43, 0x30, 0x22, 0xef, 0x19, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x31, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0xb2, 0x2a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, - 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0x30, 0x2a, 0xce, 0x19, 0x6c, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xcf, 0x11, 0x10, 0x1a, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xb3, 0x2a, 0x14, 0x33, 0x76, 0x3b, 0x76, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0x9c, 0x5c, 0xfd, 0x64, 0x5d, 0x75, 0xdd, 0x7d, 0x7d, 0x8e, 0xdd, 0x96, 0xfd, 0x96, 0xdd, 0x8e, 0x7d, 0x8e, 0xdd, 0x7d, 0x7d, 0x75, 0x3d, 0x6d, 0xfc, 0x64, 0xbb, 0x64, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0x7a, 0x54, 0xd7, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x34, 0x3b, 0x30, 0x1a, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x31, 0x22, 0x71, 0x22, 0x72, 0x2a, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x34, 0x43, 0x54, 0x43, 0x34, 0x43, 0x54, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x53, - 0xf6, 0x53, 0x17, 0x54, 0xf6, 0x53, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xb2, 0x32, 0x8d, 0x11, 0x8c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0xad, 0x11, 0xae, 0x11, 0xce, 0x11, 0xef, 0x19, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x22, 0x92, 0x2a, 0x92, 0x2a, 0xf4, 0x32, 0x96, 0x43, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xf8, 0x4b, 0x39, 0x54, 0x9b, 0x5c, 0xbd, 0x64, 0x1d, 0x6d, 0x7d, 0x75, 0xdd, 0x7d, 0x5d, 0x86, 0x7d, 0x86, 0x5d, 0x86, 0xfd, 0x85, 0x9d, 0x7d, 0x5d, 0x6d, 0x1d, 0x6d, 0xfd, 0x64, 0xbc, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0x5a, 0x54, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x96, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0xd3, 0x32, 0x0f, 0x1a, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x52, 0x22, 0x72, 0x2a, 0xf4, 0x3a, 0xf4, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x13, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x53, 0xf6, 0x53, - 0x17, 0x54, 0x17, 0x54, 0x17, 0x5c, 0xf3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x8d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x6b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0x10, 0x1a, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x35, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x5a, 0x54, 0xbc, 0x5c, 0xfe, 0x64, 0x3d, 0x6d, 0x9d, 0x75, 0xbd, 0x7d, 0xdd, 0x7d, 0xbd, 0x7d, 0x9d, 0x75, 0x3d, 0x6d, 0x1d, 0x6d, 0xfd, 0x64, 0xdd, 0x64, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0x5a, 0x54, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0x10, 0x22, 0xcf, 0x19, 0xf0, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x74, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xf6, 0x4b, 0x16, 0x54, 0x17, 0x54, - 0x17, 0x54, 0x17, 0x54, 0x37, 0x5c, 0xf3, 0x32, 0x13, 0x33, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0x14, 0x3b, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0xf4, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x8d, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0x0f, 0x1a, 0x31, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xf4, 0x32, 0x96, 0x43, 0x96, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x5a, 0x54, 0x9c, 0x5c, 0xdd, 0x64, 0x1d, 0x6d, 0x3d, 0x6d, 0x7d, 0x75, 0x7d, 0x75, 0x5d, 0x75, 0x3d, 0x6d, 0xfd, 0x6c, 0xdd, 0x64, 0xbd, 0x64, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xde, 0x64, 0xbc, 0x5c, 0x39, 0x54, 0xf8, 0x4b, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xd3, 0x32, 0xef, 0x19, 0xcf, 0x11, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0x16, 0x54, - 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x8d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x19, 0x30, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0x76, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0xf8, 0x4b, 0x19, 0x54, 0x5a, 0x54, 0x9c, 0x5c, 0xbd, 0x64, 0xfd, 0x64, 0x1d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x1d, 0x6d, 0xfd, 0x64, 0xdd, 0x64, 0xbd, 0x64, 0xbd, 0x5c, 0x9d, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbe, 0x64, 0x9c, 0x5c, 0x39, 0x54, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x76, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x50, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0xd7, 0x53, 0x50, 0x22, 0xce, 0x11, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, - 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0x54, 0x3b, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xce, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x6b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x19, 0x10, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x35, 0x3b, 0xb7, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbd, 0x64, 0xdd, 0x64, 0xfd, 0x64, 0x1d, 0x6d, 0x1d, 0x6d, 0xdd, 0x64, 0xdd, 0x64, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xde, 0x64, 0x9c, 0x5c, 0x19, 0x54, 0x19, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x96, 0x43, 0xd3, 0x3a, 0xef, 0x19, 0xce, 0x11, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x92, 0x2a, 0x35, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x96, 0x43, - 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x75, 0x43, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xef, 0x21, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6b, 0x11, 0x6b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xcf, 0x11, 0xef, 0x19, 0x10, 0x1a, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0xb7, 0x43, 0xd8, 0x4b, 0x18, 0x4c, 0x59, 0x54, 0x7a, 0x5c, 0xbb, 0x5c, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0x9c, 0x5c, 0x3a, 0x54, 0x3a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x54, 0xf8, 0x4b, 0xf7, 0x4b, 0xb7, 0x43, 0x55, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0x50, 0x22, 0xce, 0x11, 0xce, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0xb3, 0x2a, 0x35, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x93, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x3b, - 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x0f, 0x2a, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x31, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x76, 0x3b, 0xf8, 0x4b, 0x18, 0x4c, 0x59, 0x54, 0xba, 0x5c, 0xdb, 0x64, 0xfd, 0x6c, 0x1d, 0x6d, 0xfd, 0x6c, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xbd, 0x5c, 0x9d, 0x5c, 0x7d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0x9c, 0x5c, 0x5b, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xd7, 0x43, 0x35, 0x3b, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0xf3, 0x3a, 0xef, 0x19, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0xd3, 0x32, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, - 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0xd4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0xd3, 0x32, 0x93, 0x32, 0x93, 0x2a, 0xb3, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x30, 0x2a, 0x8d, 0x11, 0xae, 0x11, 0xae, 0x11, 0xad, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x31, 0x22, 0x51, 0x22, 0x92, 0x32, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x15, 0x3b, 0xf8, 0x4b, 0x18, 0x4c, 0x59, 0x54, 0xba, 0x64, 0xdb, 0x6c, 0xfc, 0x6c, 0x1d, 0x6d, 0x1d, 0x6d, 0x1d, 0x6d, 0xfd, 0x64, 0xdd, 0x64, 0x9d, 0x5c, 0x7c, 0x54, 0x7c, 0x54, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0xdd, 0x64, 0xfd, 0x64, 0x1d, 0x65, 0x1d, 0x65, 0xfd, 0x64, 0xdd, 0x64, 0xbd, 0x64, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x38, 0x4c, 0xb7, 0x43, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x33, 0x34, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x30, 0x2a, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x19, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0xd3, 0x32, 0x75, 0x43, 0x75, 0x43, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0xd3, 0x2a, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, - 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x35, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x30, 0x2a, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xad, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x19, 0x0f, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x31, 0x22, 0x31, 0x22, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x96, 0x43, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xdb, 0x6c, 0xdc, 0x6c, 0x1d, 0x75, 0x1d, 0x75, 0x1d, 0x6d, 0x1d, 0x6d, 0xdd, 0x64, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x54, 0x9d, 0x54, 0x9d, 0x5c, 0xdd, 0x64, 0xfd, 0x64, 0x1d, 0x65, 0x3d, 0x6d, 0x3d, 0x6d, 0x1d, 0x6d, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xbd, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0x5a, 0x54, 0x38, 0x54, 0xd7, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0xce, 0x19, 0xad, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0xf3, 0x32, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, - 0x14, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x30, 0x2a, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xce, 0x11, 0xae, 0x11, 0xad, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0x55, 0x3b, 0xf8, 0x4b, 0x7a, 0x54, 0x9b, 0x5c, 0xdb, 0x64, 0xfc, 0x6c, 0xfd, 0x74, 0x1d, 0x75, 0x1d, 0x75, 0x1d, 0x6d, 0xdd, 0x64, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x7d, 0x54, 0x9d, 0x5c, 0xdd, 0x64, 0xfd, 0x64, 0x1d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x5d, 0x75, 0x5d, 0x75, 0x3d, 0x6d, 0x1d, 0x6d, 0xfd, 0x6c, 0xfd, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0x7b, 0x54, 0x19, 0x4c, 0xd7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x95, 0x43, 0x0f, 0x22, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0xf3, 0x32, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, - 0x35, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x31, 0x2a, 0xef, 0x11, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x11, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x11, 0xef, 0x19, 0xcf, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x97, 0x43, 0x5a, 0x54, 0x9b, 0x5c, 0xbc, 0x64, 0xfc, 0x6c, 0xfd, 0x74, 0x1d, 0x75, 0x1d, 0x75, 0x1d, 0x6d, 0xfd, 0x64, 0xbd, 0x64, 0xbd, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0x1d, 0x65, 0x3d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x9d, 0x75, 0xfd, 0x7d, 0xbd, 0x7d, 0x7e, 0x75, 0x5e, 0x75, 0x5d, 0x75, 0x5d, 0x75, 0x1d, 0x6d, 0x1d, 0x6d, 0x1d, 0x65, 0xfd, 0x64, 0x9c, 0x5c, 0x59, 0x54, 0x18, 0x54, 0xb7, 0x4b, 0x76, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x96, 0x4b, 0x71, 0x2a, 0xad, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0xd3, 0x32, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, - 0x35, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x31, 0x22, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0xf0, 0x19, 0x10, 0x1a, 0x0f, 0x1a, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x72, 0x2a, 0x93, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x76, 0x3b, 0x19, 0x4c, 0x9b, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0x1d, 0x6d, 0x1d, 0x6d, 0x1d, 0x6d, 0xfd, 0x6c, 0xfd, 0x64, 0xdd, 0x64, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xdd, 0x5c, 0x1d, 0x65, 0x1d, 0x6d, 0x3d, 0x6d, 0x7d, 0x6d, 0x7d, 0x75, 0x9d, 0x75, 0x3d, 0x86, 0xdd, 0x8e, 0x5d, 0x86, 0x3d, 0x86, 0x1e, 0x86, 0xdd, 0x7d, 0x9d, 0x75, 0x5d, 0x75, 0x3d, 0x6d, 0x1d, 0x6d, 0xfd, 0x64, 0xbc, 0x5c, 0xbc, 0x5c, 0x5a, 0x54, 0xf8, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x35, 0x3b, 0xd3, 0x3a, 0xce, 0x19, 0x8d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x51, 0x22, 0x51, 0x2a, 0xd3, 0x32, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x2a, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x15, 0x33, 0x35, 0x33, - 0x34, 0x33, 0x35, 0x33, 0x35, 0x33, 0x34, 0x33, 0x35, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x31, 0x22, 0x30, 0x22, 0x31, 0x1a, 0x30, 0x22, 0x30, 0x1a, 0x30, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x1a, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0xb7, 0x43, 0x7b, 0x54, 0x9c, 0x5c, 0xdd, 0x5c, 0xdd, 0x64, 0xfd, 0x64, 0xdd, 0x5c, 0xdd, 0x64, 0xdd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xfd, 0x64, 0xfd, 0x64, 0x3d, 0x6d, 0x7d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0xfd, 0x7d, 0x9c, 0x8e, 0x1d, 0x9f, 0xfd, 0x96, 0xfd, 0x96, 0xdd, 0x96, 0x7d, 0x8e, 0x1e, 0x86, 0xde, 0x7d, 0x9d, 0x7d, 0x7d, 0x75, 0x1d, 0x6d, 0xfd, 0x64, 0xfd, 0x64, 0xbd, 0x5c, 0x39, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x76, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x30, 0x22, 0xad, 0x11, 0xad, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x91, 0x2a, 0x96, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, - 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x15, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x1a, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x35, 0x3b, 0x56, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xf8, 0x4b, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0x1d, 0x65, 0x3d, 0x6d, 0x7d, 0x75, 0x9d, 0x75, 0xbe, 0x7d, 0x9d, 0x75, 0x1c, 0x86, 0x1d, 0xa7, 0xfd, 0xae, 0xfd, 0xae, 0xfd, 0xa6, 0x1d, 0x9f, 0xfd, 0x9e, 0xfd, 0x96, 0xdd, 0x8e, 0x9d, 0x8e, 0xfe, 0x85, 0x7d, 0x75, 0x5d, 0x75, 0x3d, 0x6d, 0x1d, 0x6d, 0x9b, 0x64, 0x39, 0x54, 0xf8, 0x53, 0xb6, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x35, 0x43, 0x71, 0x2a, 0xae, 0x19, 0x8d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x31, 0x22, 0x96, 0x43, 0xb6, 0x4b, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, - 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x72, 0x22, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x31, 0x22, 0x30, 0x22, 0x10, 0x1a, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x76, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x19, 0x4c, 0xbd, 0x5c, 0x9d, 0x54, 0x7d, 0x5c, 0x9e, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0xfd, 0x64, 0x1d, 0x6d, 0x5d, 0x6d, 0x9d, 0x75, 0xde, 0x7d, 0xfe, 0x7d, 0x1d, 0x86, 0x9d, 0x9e, 0x1d, 0xb7, 0xfd, 0xbe, 0xfd, 0xbe, 0x1d, 0xbf, 0x1d, 0xbf, 0xfd, 0xae, 0xfd, 0xa6, 0xfd, 0xa6, 0xfd, 0x9e, 0xdd, 0x8e, 0x5d, 0x86, 0xfe, 0x7d, 0xbe, 0x7d, 0x7d, 0x75, 0x1d, 0x6d, 0x9b, 0x5c, 0x18, 0x54, 0xb6, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x35, 0x3b, 0x92, 0x2a, 0xce, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x31, 0x22, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x2a, 0xf4, 0x32, 0x14, 0x33, 0xf3, 0x2a, 0xd3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, - 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x15, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xd7, 0x43, 0x5a, 0x54, 0xbe, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0xdd, 0x64, 0xfd, 0x64, 0x1d, 0x65, 0x3d, 0x6d, 0x7d, 0x6d, 0xbd, 0x75, 0xfd, 0x7d, 0xfd, 0x7d, 0x3d, 0x86, 0xfd, 0xa6, 0x1d, 0xb7, 0x1d, 0xcf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0xfe, 0xd6, 0x1d, 0xc7, 0xfd, 0xb6, 0xfd, 0xae, 0x1d, 0x9f, 0xfd, 0x96, 0xbd, 0x8e, 0x3d, 0x86, 0x1d, 0x86, 0x9d, 0x7d, 0xbb, 0x64, 0x18, 0x54, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0xd3, 0x3a, 0xef, 0x19, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x75, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xd3, 0x32, - 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0x3a, 0x54, 0xbd, 0x64, 0xbd, 0x5c, 0x9d, 0x5c, 0x7d, 0x5c, 0x7c, 0x5c, 0x9c, 0x5c, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0x3d, 0x6d, 0x7d, 0x75, 0xbd, 0x7d, 0xdd, 0x7d, 0x5d, 0x8e, 0x1d, 0xa7, 0x1d, 0xb7, 0x1d, 0xcf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1d, 0xd7, 0xfd, 0xd6, 0xfe, 0xd6, 0x1d, 0xc7, 0x1d, 0xaf, 0xfd, 0xa6, 0x1c, 0x9f, 0xfd, 0x96, 0x7d, 0x8e, 0x7c, 0x7d, 0xdb, 0x6c, 0x59, 0x5c, 0x18, 0x54, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x76, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0xf3, 0x3a, 0x10, 0x22, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xce, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x11, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x75, 0x43, 0xd7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, - 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x13, 0x33, 0xd3, 0x32, 0xb2, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x22, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x15, 0x33, 0x35, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x3a, 0x54, 0xbd, 0x5c, 0x7c, 0x54, 0x7c, 0x54, 0x5b, 0x54, 0x7b, 0x54, 0xbd, 0x5c, 0xbe, 0x64, 0xdd, 0x64, 0x1d, 0x65, 0x7e, 0x75, 0x9d, 0x75, 0xbd, 0x7d, 0x7d, 0x8e, 0x1d, 0x9f, 0xfd, 0xae, 0x1d, 0xc7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0xfd, 0xd6, 0x1d, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xc7, 0x1d, 0xb7, 0x1d, 0xa7, 0xdd, 0x9e, 0xfd, 0x85, 0x1c, 0x75, 0xfc, 0x6c, 0xdc, 0x6c, 0x59, 0x5c, 0x18, 0x54, 0xf7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x96, 0x43, 0x96, 0x4b, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x55, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x34, 0x43, 0x51, 0x22, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x11, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x55, 0x3b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, - 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0x71, 0x2a, 0x10, 0x22, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x15, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x15, 0x33, 0x15, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0xf4, 0x32, 0x15, 0x33, 0x35, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0xb7, 0x43, 0x7b, 0x54, 0xbe, 0x64, 0x7d, 0x5c, 0x7c, 0x54, 0x7c, 0x5c, 0xbd, 0x5c, 0xfd, 0x64, 0xfd, 0x64, 0x1d, 0x6d, 0x5d, 0x6d, 0x7d, 0x75, 0x9d, 0x75, 0x3d, 0x86, 0xfd, 0x8e, 0x1d, 0xa7, 0x1d, 0xb7, 0x1d, 0xc7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1d, 0xd7, 0x1d, 0xbf, 0x1d, 0xaf, 0x7d, 0x9e, 0xbe, 0x85, 0x5d, 0x7d, 0x5d, 0x7d, 0x1d, 0x75, 0x9b, 0x64, 0x38, 0x5c, 0xf8, 0x53, 0xd7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0x95, 0x43, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x30, 0x22, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x11, 0xcf, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x11, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0xf3, 0x32, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x33, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x51, 0x22, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf3, 0x32, 0x55, 0x33, 0x55, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x15, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0x7b, 0x5c, 0xde, 0x64, 0xbe, 0x5c, 0x9d, 0x5c, 0xbe, 0x5c, 0xfd, 0x64, 0x1d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x7e, 0x75, 0xde, 0x7d, 0x7e, 0x86, 0x1d, 0x8f, 0x1d, 0x9f, 0x1d, 0xaf, 0x1d, 0xc7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xcf, 0x1d, 0xbf, 0xdd, 0xa6, 0x3d, 0x96, 0xde, 0x85, 0x7e, 0x7d, 0x7d, 0x7d, 0x3d, 0x75, 0xdc, 0x64, 0x7a, 0x5c, 0x39, 0x54, 0xf8, 0x53, 0xd7, 0x4b, 0xb6, 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x51, 0x22, 0xf0, 0x19, 0x10, 0x22, 0x10, 0x22, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x11, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x31, 0x22, 0x92, 0x2a, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x34, 0x33, 0x34, 0x33, 0x35, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, - 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x56, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x35, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x15, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x56, 0x3b, 0x76, 0x3b, 0x76, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xf8, 0x4b, 0x9b, 0x5c, 0xfe, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0x3d, 0x6d, 0x5e, 0x6d, 0x3d, 0x6d, 0x1d, 0x6d, 0x3d, 0x6d, 0x9d, 0x75, 0xfd, 0x7d, 0x5d, 0x86, 0xbd, 0x86, 0xfd, 0x96, 0x1d, 0xaf, 0x1d, 0xbf, 0x1d, 0xc7, 0x1d, 0xcf, 0x1d, 0xc7, 0x1d, 0xbf, 0x1d, 0xb7, 0xdd, 0xa6, 0x5d, 0x96, 0x1e, 0x8e, 0xde, 0x85, 0x7e, 0x7d, 0x5d, 0x75, 0x3d, 0x75, 0xfd, 0x6c, 0x9b, 0x64, 0x59, 0x5c, 0x38, 0x54, 0xf8, 0x4b, 0xb7, 0x4b, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x14, 0x3b, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x1a, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x75, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x15, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd4, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, - 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xb6, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x53, 0xf6, 0x53, 0xd6, 0x53, 0xd6, 0x53, 0xb5, 0x4b, 0x95, 0x4b, 0x75, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x15, 0x33, 0x35, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x15, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0x97, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd8, 0x4b, 0xf8, 0x4b, 0x5a, 0x54, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfd, 0x64, 0x3e, 0x6d, 0x1d, 0x6d, 0x1d, 0x6d, 0x3d, 0x6d, 0x5d, 0x75, 0x9d, 0x75, 0xde, 0x7d, 0xfe, 0x7d, 0x5d, 0x86, 0xfd, 0x96, 0x1d, 0x9f, 0x1d, 0xa7, 0x1d, 0xaf, 0x1d, 0xa7, 0x1c, 0xa7, 0x9d, 0x9e, 0xfd, 0x8d, 0xde, 0x85, 0xbd, 0x85, 0x7e, 0x7d, 0x5d, 0x75, 0x3d, 0x75, 0x3d, 0x75, 0xfd, 0x6c, 0x9b, 0x64, 0x7a, 0x5c, 0x39, 0x54, 0xf8, 0x53, 0xb7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x14, 0x3b, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x1a, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x11, 0xef, 0x11, 0xef, 0x11, 0xef, 0x11, 0xef, 0x11, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x51, 0x22, 0x34, 0x3b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x35, 0x33, 0x15, 0x33, 0x15, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, - 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x76, 0x3b, 0xf8, 0x43, 0xf8, 0x43, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x37, 0x54, 0x17, 0x54, 0x37, 0x54, 0x17, 0x54, 0xf6, 0x53, 0xf6, 0x53, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x35, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x55, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x19, 0x54, 0x7b, 0x5c, 0xdd, 0x64, 0xfe, 0x64, 0xfe, 0x6c, 0x1d, 0x6d, 0xfd, 0x6c, 0xfe, 0x6c, 0x3e, 0x6d, 0x5d, 0x6d, 0x7d, 0x75, 0x7d, 0x75, 0x9d, 0x75, 0xdd, 0x7d, 0xfd, 0x7d, 0x3d, 0x86, 0x9d, 0x8e, 0xde, 0x96, 0xfd, 0x96, 0x7d, 0x8e, 0x9d, 0x7d, 0x3e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x3e, 0x75, 0xfd, 0x6c, 0xdb, 0x64, 0xdc, 0x6c, 0xfd, 0x6c, 0x9c, 0x64, 0x7a, 0x5c, 0x39, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x14, 0x3b, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x11, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x14, 0x3b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x15, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x35, 0x33, 0x34, 0x33, 0x35, 0x33, 0x35, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, - 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x51, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xd8, 0x43, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x4b, 0xd8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd8, 0x4b, 0xd8, 0x4b, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x19, 0x54, 0x3a, 0x54, 0x5b, 0x54, 0x9c, 0x5c, 0xdd, 0x64, 0x1e, 0x6d, 0xfe, 0x6c, 0xfd, 0x6c, 0x1d, 0x6d, 0x1d, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x9d, 0x75, 0x9d, 0x7d, 0x9d, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9d, 0x7d, 0xbd, 0x7d, 0x3c, 0x75, 0xbc, 0x64, 0xdc, 0x6c, 0xdd, 0x6c, 0xdd, 0x6c, 0xdc, 0x64, 0xbb, 0x64, 0x9a, 0x5c, 0xbb, 0x64, 0xdd, 0x64, 0x9c, 0x64, 0x5a, 0x5c, 0x18, 0x54, 0xf8, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x75, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x1a, 0x10, 0x1a, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0xd3, 0x32, 0xb6, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x15, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, - 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x71, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0xbc, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xbb, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4c, 0xf7, 0x43, 0xb7, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xd8, 0x4b, 0xf8, 0x4b, 0x19, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x19, 0x4c, 0x19, 0x4c, 0xf8, 0x4b, 0x19, 0x4c, 0x19, 0x4c, 0x19, 0x4c, 0x19, 0x54, 0x3a, 0x54, 0x5b, 0x54, 0x7c, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0xfd, 0x6c, 0x1e, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0xfb, 0x64, 0x59, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x39, 0x54, 0x7b, 0x5c, 0x7a, 0x5c, 0x38, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x55, 0x43, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x31, 0x22, 0x75, 0x43, 0xf7, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x17, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x75, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x56, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x35, 0x33, 0x15, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, - 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x51, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xb7, 0x43, 0x1e, 0x65, 0x1d, 0x65, 0x3d, 0x65, 0x5d, 0x6d, 0x7d, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9d, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x3d, 0x6d, 0x1d, 0x6d, 0xfd, 0x64, 0xbc, 0x64, 0x9a, 0x5c, 0x59, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x14, 0x33, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x35, 0x33, 0x35, 0x33, 0x75, 0x3b, 0x96, 0x3b, 0x97, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0x19, 0x54, 0x39, 0x54, 0x39, 0x54, 0x19, 0x54, 0x5a, 0x54, 0x3a, 0x54, 0x19, 0x4c, 0x39, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x5b, 0x54, 0x7c, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x39, 0x54, 0x18, 0x54, 0xfc, 0x6c, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x7e, 0x75, 0x5e, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0xfc, 0x64, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf8, 0x53, 0x17, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0x19, 0x54, 0x5a, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x19, 0x54, 0x19, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x55, 0x3b, 0x35, 0x3b, 0x15, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x30, 0x22, 0x31, 0x22, 0x30, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x31, 0x22, 0x55, 0x43, 0xd7, 0x4b, 0x18, 0x54, 0x18, 0x4c, 0x18, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x56, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x55, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x35, 0x33, 0x34, 0x33, 0x15, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, - 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x51, 0x22, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0xfb, 0x64, 0x7e, 0x6d, 0x9d, 0x6d, 0xdd, 0x75, 0x5e, 0x7e, 0x7e, 0x86, 0x7d, 0x86, 0xbd, 0x86, 0x1d, 0x8f, 0x1d, 0x8f, 0xde, 0x8e, 0x9d, 0x86, 0x3e, 0x86, 0xfe, 0x7d, 0x9e, 0x7d, 0x7e, 0x75, 0x3e, 0x6d, 0xfd, 0x64, 0x9a, 0x5c, 0x59, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xd7, 0x43, 0xd8, 0x4b, 0x19, 0x4c, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7c, 0x54, 0x7c, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0xde, 0x64, 0x5a, 0x5c, 0x96, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x9a, 0x64, 0x5e, 0x75, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x1e, 0x6d, 0xfd, 0x64, 0x7a, 0x5c, 0x39, 0x54, 0x39, 0x54, 0x18, 0x54, 0xf8, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x39, 0x54, 0x39, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x4b, 0xf8, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x19, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x30, 0x1a, 0x30, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x22, 0xb2, 0x2a, 0xb7, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0xf7, 0x53, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf8, 0x53, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0x76, 0x3b, 0x35, 0x33, 0x35, 0x33, 0x15, 0x33, 0x35, 0x33, 0x34, 0x33, 0x15, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, - 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x92, 0x32, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x2a, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xd5, 0x4b, 0x5e, 0x86, 0x3e, 0x7e, 0xbd, 0x86, 0xdd, 0x8e, 0xfd, 0x8e, 0x1d, 0x97, 0x1c, 0x97, 0x1c, 0x9f, 0x1c, 0x9f, 0x1c, 0x9f, 0x1c, 0x9f, 0x1c, 0x9f, 0x1d, 0x97, 0xfd, 0x8e, 0x7d, 0x86, 0xfe, 0x7d, 0x9e, 0x75, 0xfd, 0x6c, 0xbb, 0x64, 0x59, 0x5c, 0x17, 0x54, 0xb6, 0x4b, 0x95, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x76, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xd8, 0x4b, 0xf8, 0x4b, 0x19, 0x4c, 0x39, 0x4c, 0x3a, 0x54, 0x3a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7c, 0x54, 0x7c, 0x5c, 0x7c, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0xbe, 0x64, 0x7b, 0x5c, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0x38, 0x54, 0x79, 0x5c, 0x9a, 0x64, 0x1c, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x1d, 0x6d, 0xbb, 0x64, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0xf8, 0x53, 0xf8, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xb6, 0x4b, 0x18, 0x4c, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x19, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf8, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x75, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x31, 0x1a, 0x31, 0x1a, 0x31, 0x1a, 0x30, 0x1a, 0x30, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x96, 0x4b, 0xf7, 0x53, 0x59, 0x5c, 0xf8, 0x53, 0xf7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0xf7, 0x53, 0xf8, 0x53, 0x18, 0x54, 0x38, 0x5c, 0x59, 0x5c, 0x5a, 0x5c, 0x5a, 0x5c, 0x59, 0x5c, 0x39, 0x5c, 0x38, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0x97, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x56, 0x3b, 0x35, 0x33, 0x35, 0x33, 0x15, 0x33, 0x15, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, - 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x51, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x34, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x9a, 0x75, 0xfe, 0x86, 0x1d, 0x97, 0x1d, 0x9f, 0x1d, 0xa7, 0x1d, 0xaf, 0x1d, 0xb7, 0x1d, 0xbf, 0x1e, 0xc7, 0x1d, 0xcf, 0x1e, 0xcf, 0x1d, 0xc7, 0x1d, 0xbf, 0x1d, 0xaf, 0x1d, 0xa7, 0xfd, 0x96, 0xbe, 0x8e, 0xfe, 0x85, 0x3d, 0x75, 0xfc, 0x6c, 0x9b, 0x64, 0x59, 0x5c, 0x17, 0x54, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x33, 0x56, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x1a, 0x4c, 0x19, 0x4c, 0x3a, 0x4c, 0x3b, 0x54, 0x3b, 0x54, 0x5b, 0x54, 0x5c, 0x54, 0x7d, 0x5c, 0x9d, 0x5c, 0x7c, 0x54, 0x7c, 0x5c, 0x9d, 0x5c, 0xbd, 0x64, 0x9b, 0x5c, 0xf7, 0x4b, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0xd6, 0x4b, 0x95, 0x43, 0xf6, 0x4b, 0x59, 0x5c, 0x1c, 0x6d, 0x5e, 0x75, 0x3e, 0x6d, 0xfd, 0x64, 0xbb, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x19, 0x54, 0x18, 0x54, 0x39, 0x54, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x7c, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x5a, 0x5c, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0xf7, 0x4b, 0xb6, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x22, 0x71, 0x22, 0x51, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x92, 0x2a, 0xb2, 0x32, 0x14, 0x3b, 0xf7, 0x53, 0xf8, 0x53, 0x18, 0x54, 0xf8, 0x53, 0xf8, 0x4b, 0x18, 0x54, 0x58, 0x5c, 0x38, 0x5c, 0xf7, 0x53, 0xd7, 0x53, 0x18, 0x54, 0x18, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9b, 0x64, 0xbb, 0x64, 0xbc, 0x64, 0xbc, 0x64, 0x9b, 0x64, 0x7a, 0x5c, 0x59, 0x5c, 0x18, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x97, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0x97, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x56, 0x3b, 0x35, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, - 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x92, 0x32, 0x72, 0x32, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0xf3, 0x3a, 0x94, 0x43, 0x3e, 0x8f, 0x1c, 0x97, 0x1c, 0x9f, 0x1d, 0xaf, 0x1d, 0xbf, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xd7, 0x1d, 0xbf, 0x1d, 0xaf, 0xfd, 0x9e, 0x5e, 0x8e, 0x9e, 0x7d, 0x5e, 0x75, 0xfd, 0x6c, 0x9a, 0x64, 0x59, 0x5c, 0x17, 0x54, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xf8, 0x4b, 0x3a, 0x4c, 0x3a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x5c, 0x54, 0x5c, 0x54, 0x7d, 0x54, 0x7d, 0x5c, 0x5c, 0x54, 0x7b, 0x5c, 0x7c, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0x9c, 0x5c, 0x18, 0x54, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xf7, 0x4b, 0x38, 0x54, 0xd7, 0x4b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0x37, 0x54, 0x1b, 0x6d, 0x1d, 0x6d, 0x7b, 0x5c, 0xbb, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x58, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0x5a, 0x54, 0x9c, 0x5c, 0x5b, 0x54, 0x3a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x9c, 0x5c, 0xbe, 0x64, 0xbd, 0x5c, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0x9c, 0x64, 0x59, 0x5c, 0x18, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x33, 0xf3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd7, 0x4b, 0xf7, 0x53, 0xf8, 0x53, 0x18, 0x54, 0xf8, 0x4b, 0x18, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0xf7, 0x53, 0xf8, 0x53, 0x18, 0x54, 0x59, 0x5c, 0x9a, 0x64, 0xdc, 0x64, 0xdd, 0x6c, 0xfd, 0x6c, 0x1e, 0x6d, 0xfe, 0x6c, 0xfd, 0x6c, 0xbc, 0x64, 0x9b, 0x64, 0x7a, 0x5c, 0x5a, 0x5c, 0x59, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x96, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, - 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x33, 0x3b, 0xfb, 0x75, 0x1d, 0x8f, 0x1c, 0x9f, 0x1d, 0xaf, 0x1e, 0xc7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xcf, 0x1d, 0xb7, 0x1d, 0xa7, 0xde, 0x96, 0xfe, 0x85, 0x7e, 0x75, 0x1d, 0x6d, 0xbb, 0x64, 0x79, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x97, 0x3b, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0x19, 0x4c, 0x3a, 0x4c, 0x3a, 0x54, 0x5b, 0x54, 0x7c, 0x54, 0x7c, 0x5c, 0x7b, 0x54, 0x5b, 0x54, 0x7c, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x18, 0x54, 0x95, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x96, 0x43, 0xf3, 0x32, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0x34, 0x3b, 0xf3, 0x3a, 0xb6, 0x4b, 0x19, 0x54, 0x7b, 0x5c, 0xdc, 0x6c, 0xfc, 0x6c, 0xdc, 0x64, 0xbb, 0x64, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x39, 0x54, 0xf8, 0x4b, 0x39, 0x54, 0xbc, 0x64, 0xbd, 0x5c, 0x9c, 0x5c, 0x7b, 0x5c, 0x5b, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x9c, 0x5c, 0xdd, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xbd, 0x64, 0x9c, 0x64, 0x7a, 0x5c, 0x7a, 0x5c, 0x5a, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x33, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x14, 0x3b, 0xf7, 0x53, 0xd7, 0x4b, 0x18, 0x54, 0xf8, 0x53, 0x18, 0x54, 0x38, 0x5c, 0x38, 0x5c, 0xf7, 0x53, 0x18, 0x54, 0x38, 0x5c, 0x79, 0x5c, 0xbb, 0x64, 0xfd, 0x6c, 0x3e, 0x75, 0x5e, 0x75, 0x5e, 0x7d, 0x5e, 0x7d, 0x5e, 0x75, 0x3e, 0x75, 0xfd, 0x6c, 0xdc, 0x64, 0xbc, 0x64, 0x7b, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x96, 0x3b, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x97, 0x43, 0x96, 0x43, 0x96, 0x43, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x54, 0x3b, 0x14, 0x33, 0xf4, 0x32, - 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xb4, 0x4b, 0x9c, 0x86, 0x1c, 0x97, 0x1d, 0xa7, 0x1d, 0xbf, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xd7, 0x1d, 0xbf, 0x1d, 0xa7, 0xfd, 0x96, 0x3e, 0x86, 0x9e, 0x7d, 0x3d, 0x6d, 0xdc, 0x64, 0x9a, 0x5c, 0x59, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xf8, 0x43, 0x18, 0x4c, 0x3a, 0x4c, 0x3a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7c, 0x54, 0x7c, 0x54, 0x7c, 0x54, 0x7c, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xf8, 0x4b, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x96, 0x43, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xf3, 0x3a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0xb2, 0x32, 0x55, 0x43, 0xb7, 0x4b, 0xf7, 0x53, 0x59, 0x5c, 0xdb, 0x64, 0xfd, 0x6c, 0xfe, 0x64, 0xdd, 0x64, 0xbc, 0x64, 0x9b, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0xdb, 0x64, 0x3e, 0x6d, 0x1e, 0x6d, 0xfe, 0x6c, 0xfd, 0x64, 0xfd, 0x64, 0xfe, 0x6c, 0xbc, 0x64, 0x5a, 0x5c, 0x9b, 0x5c, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xbd, 0x64, 0xdd, 0x64, 0xdc, 0x64, 0xbc, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0x9a, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x54, 0x3b, 0xf3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0xb2, 0x32, 0xd7, 0x4b, 0xf8, 0x53, 0xd7, 0x4b, 0xf8, 0x53, 0xf8, 0x4b, 0x18, 0x54, 0xf7, 0x53, 0xf7, 0x53, 0x18, 0x54, 0x59, 0x5c, 0x9a, 0x64, 0xdc, 0x6c, 0x1d, 0x75, 0x7e, 0x7d, 0x9e, 0x7d, 0xbe, 0x85, 0xde, 0x85, 0xbe, 0x85, 0x9e, 0x7d, 0x5e, 0x75, 0x5e, 0x75, 0x1d, 0x6d, 0xdd, 0x64, 0xbc, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x19, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd8, 0x4b, 0xf8, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0xf4, 0x32, - 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x54, 0x3b, 0x54, 0x3b, 0x13, 0x3b, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x18, 0x65, 0xfe, 0x8e, 0x1d, 0x97, 0x1d, 0xa7, 0x1d, 0xbf, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xc7, 0x1d, 0xa7, 0xfd, 0x96, 0x3e, 0x86, 0x7d, 0x7d, 0x1e, 0x6d, 0xdd, 0x64, 0x9a, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x18, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x39, 0x4c, 0x5b, 0x54, 0x7c, 0x54, 0x7d, 0x54, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbd, 0x5c, 0x19, 0x54, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x55, 0x43, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x34, 0x3b, 0x91, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x55, 0x3b, 0xb6, 0x4b, 0x17, 0x54, 0x18, 0x54, 0x17, 0x54, 0x38, 0x54, 0x57, 0x5c, 0xfb, 0x6c, 0x3c, 0x6d, 0xba, 0x64, 0x79, 0x5c, 0x38, 0x54, 0xd7, 0x4b, 0xb7, 0x43, 0xb7, 0x4b, 0x39, 0x54, 0x9c, 0x5c, 0xbd, 0x64, 0xde, 0x64, 0xfe, 0x6c, 0xfe, 0x6c, 0xfd, 0x64, 0xfd, 0x6c, 0xfc, 0x6c, 0x1c, 0x6d, 0x1b, 0x6d, 0xfb, 0x6c, 0xdb, 0x64, 0xdb, 0x64, 0xba, 0x64, 0x7a, 0x5c, 0x38, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x18, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x54, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x72, 0x22, 0x72, 0x22, 0x72, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x34, 0x3b, 0xf8, 0x53, 0xf7, 0x4b, 0xf8, 0x53, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x58, 0x5c, 0x7a, 0x64, 0xfd, 0x6c, 0x3e, 0x75, 0x9e, 0x7d, 0xde, 0x85, 0x3e, 0x8e, 0x7e, 0x8e, 0x5e, 0x8e, 0x1e, 0x8e, 0xfe, 0x85, 0xbe, 0x7d, 0x5e, 0x75, 0x5e, 0x6d, 0xfe, 0x6c, 0xbc, 0x64, 0x7a, 0x5c, 0x39, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xd8, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0x39, 0x4c, 0x59, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0xf4, 0x32, - 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x34, 0x3b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x55, 0x43, 0xdd, 0x7d, 0x5e, 0x86, 0xfe, 0x8e, 0x1c, 0x9f, 0x1d, 0xaf, 0x1e, 0xcf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1d, 0xb7, 0x1d, 0x9f, 0xbe, 0x8e, 0xbe, 0x7d, 0x3e, 0x75, 0xdd, 0x6c, 0xbc, 0x64, 0x9b, 0x5c, 0x7a, 0x54, 0x5a, 0x54, 0x3a, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3b, 0x54, 0x5b, 0x54, 0x7b, 0x54, 0x5b, 0x54, 0x7c, 0x54, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xde, 0x64, 0xbd, 0x64, 0x39, 0x54, 0x96, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd8, 0x4b, 0xd7, 0x4b, 0x34, 0x3b, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0xd3, 0x32, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x91, 0x2a, 0x51, 0x2a, 0x13, 0x3b, 0x38, 0x54, 0x39, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xd7, 0x4b, 0x9c, 0x5c, 0xde, 0x64, 0xde, 0x64, 0x1e, 0x6d, 0x1d, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x3d, 0x6d, 0x5d, 0x75, 0x5c, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x1b, 0x6d, 0xfb, 0x6c, 0xbb, 0x64, 0x7a, 0x5c, 0x9b, 0x64, 0x9b, 0x5c, 0x59, 0x54, 0x58, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x75, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x22, 0x72, 0x22, 0x72, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xd7, 0x4b, 0x18, 0x54, 0xd7, 0x4b, 0xf8, 0x53, 0x18, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0x38, 0x54, 0x7a, 0x5c, 0xdd, 0x6c, 0x3e, 0x75, 0x9e, 0x7d, 0xfe, 0x85, 0x9e, 0x96, 0xde, 0x9e, 0x1e, 0x9f, 0x1e, 0x9f, 0xfe, 0x96, 0x5e, 0x8e, 0xde, 0x85, 0x7d, 0x7d, 0x5e, 0x75, 0xfd, 0x6c, 0xbc, 0x5c, 0x7a, 0x5c, 0x3a, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x39, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x39, 0x54, 0x38, 0x54, 0x18, 0x4c, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x75, 0x3b, 0x14, 0x3b, - 0x34, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xfa, 0x64, 0x9e, 0x75, 0xfd, 0x7d, 0x9e, 0x86, 0x1d, 0x97, 0x1d, 0xa7, 0x1d, 0xbf, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1d, 0xb7, 0x1d, 0x9f, 0x9e, 0x8e, 0xbe, 0x7d, 0x5e, 0x75, 0x1e, 0x6d, 0xdd, 0x64, 0x9c, 0x5c, 0x7b, 0x5c, 0x7a, 0x54, 0x5a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7b, 0x54, 0x7c, 0x54, 0x7d, 0x54, 0x9d, 0x5c, 0x9e, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xbd, 0x64, 0x39, 0x54, 0xb7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0xd7, 0x4b, 0x14, 0x3b, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x54, 0x3b, 0x13, 0x3b, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x75, 0x43, 0x59, 0x5c, 0x39, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd6, 0x4b, 0x5a, 0x5c, 0xdd, 0x64, 0xde, 0x64, 0xfe, 0x6c, 0x1e, 0x6d, 0x1e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x7d, 0x7d, 0x7d, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x3c, 0x75, 0x1c, 0x6d, 0xdb, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0x7a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0xd3, 0x32, 0x18, 0x54, 0x18, 0x54, 0xb7, 0x4b, 0x18, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x38, 0x54, 0x7a, 0x5c, 0xbc, 0x64, 0xfe, 0x6c, 0x7e, 0x7d, 0xfe, 0x8d, 0xbe, 0x96, 0x1d, 0x9f, 0x1d, 0xa7, 0x1d, 0xa7, 0x1d, 0xa7, 0x1d, 0x9f, 0xbe, 0x8e, 0x1e, 0x86, 0x9e, 0x7d, 0x3e, 0x6d, 0xfd, 0x64, 0xbc, 0x64, 0x7b, 0x5c, 0x5a, 0x54, 0x19, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0x76, 0x43, - 0x96, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x4b, 0x75, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x13, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd6, 0x4b, 0x5e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0x1e, 0x7e, 0xbd, 0x86, 0x3d, 0x97, 0x1d, 0xa7, 0x1d, 0xbf, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xc7, 0x1d, 0xaf, 0x1e, 0x9f, 0xbe, 0x8e, 0xde, 0x7d, 0x5e, 0x75, 0x1e, 0x6d, 0xde, 0x64, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x7c, 0x5c, 0x7c, 0x5c, 0x7c, 0x5c, 0x9d, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0xdc, 0x64, 0x38, 0x54, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0xf8, 0x4b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0xd3, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xb7, 0x4b, 0x5a, 0x5c, 0x39, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0x39, 0x54, 0xdd, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0x1e, 0x6d, 0x3d, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x9e, 0x7d, 0x7d, 0x85, 0x7d, 0x85, 0x5d, 0x85, 0x5c, 0x85, 0x5c, 0x8d, 0x7d, 0x85, 0x7d, 0x85, 0x7d, 0x7d, 0x5d, 0x75, 0x1d, 0x6d, 0x1d, 0x6d, 0xfd, 0x6c, 0xdc, 0x5c, 0xbb, 0x5c, 0x79, 0x54, 0xd7, 0x4b, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x76, 0x43, 0x39, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0xf8, 0x53, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x39, 0x5c, 0x7a, 0x5c, 0xdc, 0x6c, 0x5e, 0x75, 0xbe, 0x85, 0x7e, 0x96, 0x1d, 0x9f, 0x1d, 0xa7, 0x1d, 0xaf, 0x1d, 0xaf, 0x1d, 0xa7, 0x1d, 0x9f, 0xfe, 0x96, 0x3e, 0x86, 0x9e, 0x7d, 0x3e, 0x6d, 0xdd, 0x64, 0x9c, 0x5c, 0x7a, 0x5c, 0x5a, 0x54, 0x19, 0x4c, 0xf8, 0x4b, 0xd8, 0x4b, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x19, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, - 0x96, 0x43, 0x96, 0x43, 0x95, 0x4b, 0x75, 0x4b, 0x75, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x14, 0x3b, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x55, 0x43, 0xfd, 0x64, 0xfe, 0x64, 0x3e, 0x6d, 0x9e, 0x75, 0x9d, 0x75, 0x1e, 0x7e, 0x9d, 0x86, 0x1d, 0x97, 0x1d, 0x9f, 0x1d, 0xb7, 0x1e, 0xcf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x3e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xcf, 0x1d, 0xb7, 0x1d, 0xa7, 0x1d, 0x97, 0x9e, 0x86, 0xde, 0x7d, 0x5e, 0x75, 0x1e, 0x6d, 0xde, 0x64, 0xde, 0x64, 0xbd, 0x5c, 0x9d, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xfe, 0x64, 0x1e, 0x65, 0x1e, 0x6d, 0x1e, 0x6d, 0x1e, 0x65, 0x3e, 0x6d, 0xfc, 0x64, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x5c, 0x96, 0x43, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x72, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0xf3, 0x3a, 0x19, 0x54, 0x7a, 0x5c, 0x18, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0x7a, 0x5c, 0xfe, 0x6c, 0xfe, 0x64, 0x1e, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0x9e, 0x7d, 0x9e, 0x85, 0x9e, 0x85, 0x7d, 0x8d, 0x7d, 0x8d, 0x7d, 0x8d, 0x9d, 0x8d, 0x7d, 0x8d, 0x9e, 0x8d, 0xbe, 0x85, 0xbe, 0x7d, 0x7e, 0x75, 0x3d, 0x6d, 0x5e, 0x6d, 0xdc, 0x64, 0x59, 0x54, 0xd7, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xd7, 0x4b, 0x18, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x59, 0x5c, 0xbb, 0x64, 0x1e, 0x75, 0x7e, 0x7d, 0x1e, 0x8e, 0x1d, 0x9f, 0x1d, 0xa7, 0x1d, 0xaf, 0x1d, 0xb7, 0x1d, 0xaf, 0x1d, 0xa7, 0x3d, 0x9f, 0xbe, 0x96, 0xfe, 0x85, 0x9e, 0x75, 0x3e, 0x6d, 0xdd, 0x64, 0x9b, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0xf8, 0x4b, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x97, 0x43, 0x96, 0x43, - 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0x95, 0x4b, 0x75, 0x4b, 0x54, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xf4, 0x3a, 0x7a, 0x54, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0x1d, 0x65, 0x7d, 0x75, 0x9e, 0x75, 0xde, 0x7d, 0x7e, 0x7e, 0x1d, 0x8f, 0x3d, 0x9f, 0x1d, 0xa7, 0x3d, 0xb7, 0x1e, 0xcf, 0x3e, 0xd7, 0x3e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x3e, 0xd7, 0x1e, 0xcf, 0x1e, 0xc7, 0x1d, 0xb7, 0x1d, 0xaf, 0x1d, 0xa7, 0x1d, 0x97, 0x9e, 0x8e, 0x1e, 0x86, 0x9e, 0x75, 0x5e, 0x6d, 0x1e, 0x6d, 0xde, 0x64, 0xde, 0x5c, 0xbe, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x1d, 0x6d, 0x9a, 0x5c, 0xf8, 0x4b, 0x59, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x39, 0x54, 0x95, 0x43, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0xf3, 0x32, 0x71, 0x2a, 0x72, 0x32, 0x72, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x51, 0x22, 0x34, 0x3b, 0x59, 0x5c, 0x5a, 0x5c, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0x38, 0x54, 0xfc, 0x64, 0x1e, 0x6d, 0x1d, 0x6d, 0x1d, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0x9e, 0x85, 0x9e, 0x8d, 0x9e, 0x8d, 0x9e, 0x8d, 0x9e, 0x8d, 0xbe, 0x95, 0xbe, 0x95, 0xde, 0x95, 0x1e, 0x8e, 0x1e, 0x86, 0x7c, 0x75, 0x99, 0x64, 0x59, 0x5c, 0x18, 0x54, 0xf7, 0x53, 0xd7, 0x53, 0xb6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0x72, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x35, 0x43, 0x19, 0x54, 0xf8, 0x53, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x7a, 0x5c, 0xbc, 0x64, 0x3e, 0x75, 0xde, 0x85, 0xde, 0x96, 0x1d, 0x9f, 0x1d, 0xaf, 0x1d, 0xaf, 0x3d, 0xaf, 0x1d, 0xa7, 0xfc, 0x9e, 0xfd, 0x96, 0x7e, 0x8e, 0xde, 0x7d, 0x7e, 0x75, 0x1e, 0x6d, 0xbc, 0x64, 0x9b, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x19, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x4b, 0xd8, 0x43, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, - 0x76, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0x95, 0x4b, 0x54, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd7, 0x4b, 0x5e, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0x1e, 0x65, 0x1e, 0x65, 0x5d, 0x6d, 0x9e, 0x75, 0xde, 0x75, 0x3e, 0x7e, 0xdd, 0x86, 0x1d, 0x97, 0x1c, 0x9f, 0x3d, 0xa7, 0x3d, 0xaf, 0x3d, 0xb7, 0x3d, 0xb7, 0x1d, 0xa7, 0x3d, 0xa7, 0x3d, 0x9f, 0x3d, 0x9f, 0x1d, 0x97, 0xfd, 0x96, 0xdd, 0x8e, 0x9e, 0x86, 0x3e, 0x86, 0xde, 0x7d, 0x7e, 0x75, 0x5e, 0x6d, 0x1e, 0x6d, 0xfe, 0x64, 0xde, 0x64, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x64, 0x1e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0xfc, 0x64, 0x59, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x5a, 0x54, 0xf8, 0x4b, 0x95, 0x43, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0xd3, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x35, 0x3b, 0x9a, 0x5c, 0x7a, 0x5c, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4c, 0xd7, 0x4b, 0x7a, 0x5c, 0x1d, 0x6d, 0x3e, 0x6d, 0x1d, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0xbe, 0x7d, 0xbe, 0x85, 0xbe, 0x8d, 0xbe, 0x8d, 0x9e, 0x8d, 0xbe, 0x95, 0xde, 0x95, 0xfe, 0x95, 0x1e, 0x9e, 0xfc, 0x95, 0x39, 0x75, 0x78, 0x64, 0x79, 0x5c, 0x59, 0x5c, 0x58, 0x5c, 0x38, 0x5c, 0x18, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0xf4, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x31, 0x22, 0xb7, 0x4b, 0x39, 0x54, 0xf8, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x38, 0x54, 0x7a, 0x5c, 0xdd, 0x6c, 0x9e, 0x7d, 0x3e, 0x86, 0xde, 0x96, 0x1d, 0x9f, 0x3d, 0xa7, 0x1d, 0xaf, 0x1d, 0xaf, 0x1d, 0xa7, 0x1d, 0x97, 0x9e, 0x8e, 0xfe, 0x85, 0x9e, 0x7d, 0x5e, 0x75, 0x1e, 0x6d, 0xbc, 0x64, 0x7b, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x4b, 0xd8, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, - 0x96, 0x43, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x55, 0x3b, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x1e, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0xdd, 0x75, 0x7e, 0x7e, 0x9d, 0x7e, 0x1d, 0x8f, 0x1d, 0x8f, 0x1d, 0x8f, 0xdd, 0x8e, 0x1d, 0x8f, 0x1d, 0x87, 0xfd, 0x8e, 0x9e, 0x86, 0x5e, 0x86, 0x1e, 0x7e, 0xfe, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0x3e, 0x6d, 0x5e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x5e, 0x6d, 0x1d, 0x6d, 0x7a, 0x5c, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x18, 0x4c, 0x76, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x34, 0x3b, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x55, 0x43, 0x5a, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xfc, 0x64, 0x5e, 0x6d, 0x1d, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x9e, 0x75, 0xde, 0x7d, 0xde, 0x85, 0xbe, 0x8d, 0xbe, 0x95, 0xde, 0x95, 0xde, 0x95, 0x5e, 0xa6, 0x7b, 0x8d, 0x78, 0x6c, 0x78, 0x64, 0xb9, 0x64, 0xba, 0x6c, 0xba, 0x64, 0x9a, 0x64, 0x9a, 0x64, 0x79, 0x5c, 0x58, 0x5c, 0x38, 0x54, 0xf7, 0x53, 0xd6, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x34, 0x3b, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x31, 0x22, 0x18, 0x54, 0x39, 0x54, 0x18, 0x54, 0xd8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0xbc, 0x64, 0x1e, 0x6d, 0x7e, 0x7d, 0x1e, 0x86, 0xbe, 0x96, 0x1d, 0x9f, 0x1d, 0xa7, 0x3d, 0xa7, 0x1d, 0xa7, 0x3d, 0x9f, 0xbe, 0x96, 0x1e, 0x86, 0x9e, 0x7d, 0x7e, 0x75, 0x1e, 0x6d, 0xfe, 0x64, 0xbc, 0x64, 0x9b, 0x5c, 0x7b, 0x5c, 0x5a, 0x54, 0x19, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd8, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, - 0x96, 0x43, 0xf7, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0x16, 0x54, 0xf5, 0x53, 0x94, 0x43, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x1d, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0x1d, 0x65, 0x3d, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x5d, 0x6d, 0x3d, 0x6d, 0xbe, 0x75, 0xbd, 0x75, 0x1d, 0x76, 0xbe, 0x86, 0xde, 0x86, 0x3d, 0x7e, 0xfe, 0x7d, 0x3e, 0x7e, 0x5e, 0x7e, 0x1e, 0x7e, 0xde, 0x7d, 0xde, 0x75, 0x7d, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x5d, 0x6d, 0xdb, 0x64, 0x38, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x9b, 0x5c, 0x59, 0x54, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x14, 0x3b, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0xb6, 0x4b, 0xdb, 0x64, 0x7a, 0x5c, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x9a, 0x5c, 0x3d, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0xbe, 0x75, 0xde, 0x7d, 0xfe, 0x85, 0xde, 0x95, 0xde, 0x95, 0x5e, 0xa6, 0xd9, 0x74, 0x37, 0x5c, 0x78, 0x64, 0xb9, 0x6c, 0xdb, 0x6c, 0x1c, 0x75, 0x1d, 0x75, 0x1d, 0x75, 0xfc, 0x6c, 0xdb, 0x64, 0x7a, 0x64, 0x58, 0x5c, 0x38, 0x5c, 0x38, 0x54, 0xf7, 0x53, 0xb6, 0x4b, 0xd3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x5a, 0x5c, 0x5a, 0x5c, 0xf8, 0x53, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xd7, 0x4b, 0x39, 0x54, 0x7b, 0x5c, 0xbd, 0x64, 0x1e, 0x6d, 0x5e, 0x75, 0xde, 0x85, 0x5e, 0x8e, 0xbe, 0x96, 0x1e, 0x97, 0x1e, 0x97, 0xfe, 0x96, 0xbe, 0x8e, 0x1e, 0x86, 0xde, 0x7d, 0x7e, 0x75, 0x5e, 0x75, 0x1e, 0x6d, 0xde, 0x64, 0xbd, 0x64, 0x9c, 0x5c, 0x9c, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x3b, - 0x37, 0x54, 0x37, 0x5c, 0x36, 0x5c, 0x16, 0x5c, 0xf6, 0x53, 0xf6, 0x53, 0xb5, 0x4b, 0xf6, 0x53, 0xb5, 0x4b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xf3, 0x32, 0xbb, 0x64, 0x1e, 0x65, 0x1e, 0x6d, 0x1e, 0x65, 0x3e, 0x6d, 0x1e, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xfe, 0x7d, 0xde, 0x75, 0xfe, 0x75, 0xfe, 0x75, 0xbd, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x7d, 0x7d, 0x75, 0x1b, 0x6d, 0x58, 0x5c, 0x37, 0x54, 0x58, 0x54, 0x58, 0x54, 0x18, 0x4c, 0x76, 0x43, 0x34, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x96, 0x4b, 0xdc, 0x6c, 0x9a, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x39, 0x54, 0xfc, 0x64, 0x7e, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x9e, 0x75, 0xbe, 0x7d, 0xfe, 0x85, 0xdc, 0x8d, 0x98, 0x6c, 0x37, 0x5c, 0x58, 0x64, 0x99, 0x6c, 0xda, 0x74, 0x1c, 0x75, 0x7e, 0x7d, 0x9e, 0x7d, 0x7e, 0x7d, 0x5e, 0x7d, 0x3d, 0x75, 0xfc, 0x6c, 0xbb, 0x64, 0x79, 0x5c, 0x59, 0x5c, 0x17, 0x54, 0xf3, 0x3a, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x14, 0x3b, 0x7a, 0x5c, 0x5a, 0x5c, 0x18, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x19, 0x54, 0x5a, 0x5c, 0x9c, 0x64, 0xfd, 0x6c, 0x5e, 0x75, 0x7e, 0x7d, 0xde, 0x85, 0x1e, 0x86, 0x7e, 0x8e, 0x7e, 0x8e, 0x5e, 0x8e, 0x1e, 0x86, 0xbe, 0x7d, 0x9e, 0x7d, 0x7e, 0x75, 0x3e, 0x6d, 0x3e, 0x6d, 0xfe, 0x64, 0xfe, 0x64, 0xdc, 0x64, 0x9b, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x5a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x3b, 0x96, 0x43, - 0x57, 0x5c, 0x36, 0x5c, 0x36, 0x5c, 0x16, 0x54, 0xf6, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb6, 0x3b, 0xf7, 0x3b, 0x79, 0x4c, 0xbb, 0x5c, 0x7e, 0x75, 0x3e, 0x6d, 0x3e, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x9d, 0x75, 0x1d, 0x7e, 0x5e, 0x7e, 0x5e, 0x7e, 0x3e, 0x7e, 0xde, 0x75, 0x7d, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x5d, 0x75, 0xda, 0x6c, 0x99, 0x64, 0x78, 0x5c, 0x79, 0x5c, 0x17, 0x54, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x2a, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x53, 0x17, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0xf7, 0x4b, 0x14, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x34, 0x43, 0x9a, 0x64, 0xbb, 0x64, 0x5a, 0x54, 0x39, 0x54, 0x9b, 0x5c, 0x3d, 0x6d, 0x9e, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x9e, 0x75, 0x5b, 0x75, 0x77, 0x5c, 0x17, 0x54, 0x37, 0x5c, 0x58, 0x64, 0xb9, 0x6c, 0xfb, 0x74, 0x5d, 0x7d, 0x9e, 0x85, 0xde, 0x85, 0xde, 0x85, 0xbe, 0x85, 0x9e, 0x7d, 0x5e, 0x7d, 0x3d, 0x75, 0xfd, 0x6c, 0x9a, 0x64, 0x54, 0x43, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x55, 0x3b, 0xbc, 0x64, 0x7b, 0x5c, 0x19, 0x54, 0x39, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0x18, 0x4c, 0x19, 0x54, 0x7b, 0x5c, 0xdd, 0x64, 0x1e, 0x6d, 0x5e, 0x75, 0x7e, 0x7d, 0xbe, 0x7d, 0xde, 0x85, 0xde, 0x85, 0xbe, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x7e, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x1e, 0x6d, 0x1d, 0x6d, 0xfc, 0x64, 0xdb, 0x64, 0xbb, 0x64, 0xba, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x37, 0x54, - 0x57, 0x54, 0x36, 0x54, 0x36, 0x54, 0x16, 0x54, 0x16, 0x54, 0xf6, 0x4b, 0xd6, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0x54, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd7, 0x43, 0x18, 0x44, 0x17, 0x44, 0xf7, 0x3b, 0x17, 0x3c, 0x17, 0x44, 0x99, 0x54, 0x7e, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0xdd, 0x75, 0xfe, 0x7d, 0xdd, 0x7d, 0xdd, 0x86, 0x1e, 0x8f, 0xfd, 0x7d, 0xde, 0x7d, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x1c, 0x6d, 0x9a, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0x59, 0x54, 0x55, 0x3b, 0xd3, 0x2a, 0x72, 0x22, 0x71, 0x22, 0x72, 0x22, 0x92, 0x2a, 0x14, 0x33, 0x96, 0x43, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xf6, 0x4b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x33, 0x43, 0x9a, 0x64, 0xdc, 0x64, 0x7b, 0x5c, 0x5a, 0x54, 0xfc, 0x64, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x5e, 0x6d, 0xfb, 0x64, 0x17, 0x54, 0xd7, 0x4b, 0x17, 0x54, 0x37, 0x5c, 0x58, 0x5c, 0xb9, 0x64, 0x1c, 0x75, 0x7e, 0x7d, 0xde, 0x85, 0x3e, 0x8e, 0x5e, 0x8e, 0x5e, 0x8e, 0x3e, 0x8e, 0xde, 0x85, 0x9e, 0x85, 0x7e, 0x7d, 0x17, 0x54, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xb3, 0x2a, 0x54, 0x3b, 0xdd, 0x64, 0x9c, 0x5c, 0x5a, 0x54, 0x19, 0x54, 0x18, 0x4c, 0xd8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0x7a, 0x5c, 0xdc, 0x64, 0xfd, 0x6c, 0x5e, 0x75, 0x5e, 0x75, 0x7e, 0x75, 0x7e, 0x7d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x5d, 0x6d, 0x3d, 0x6d, 0x1c, 0x6d, 0xfb, 0x6c, 0xda, 0x64, 0xba, 0x64, 0x7a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4c, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0xf7, 0x4b, 0x57, 0x54, - 0x37, 0x4c, 0x37, 0x4c, 0x16, 0x4c, 0x16, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0x75, 0x43, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xb6, 0x3b, 0x38, 0x44, 0x18, 0x4c, 0xf7, 0x3b, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0xf7, 0x3b, 0xb6, 0x33, 0x78, 0x4c, 0x3b, 0x6d, 0xfd, 0x7d, 0x9e, 0x86, 0x3e, 0x7e, 0x1d, 0x7e, 0x3e, 0x7e, 0xbd, 0x75, 0xdd, 0x75, 0x1e, 0x7e, 0x1e, 0x7e, 0x1e, 0x7e, 0xfe, 0x7d, 0xfe, 0x7d, 0xde, 0x7d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x5d, 0x6d, 0x1c, 0x6d, 0x7a, 0x5c, 0x39, 0x54, 0x17, 0x54, 0xb6, 0x43, 0xd2, 0x2a, 0x31, 0x1a, 0x71, 0x22, 0x72, 0x22, 0x72, 0x22, 0x92, 0x22, 0x92, 0x22, 0x72, 0x22, 0xb2, 0x2a, 0x35, 0x33, 0x96, 0x43, 0x76, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x79, 0x5c, 0x99, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xb9, 0x64, 0xd6, 0x4b, 0x54, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x51, 0x22, 0x12, 0x3b, 0x79, 0x64, 0xdc, 0x64, 0x9b, 0x5c, 0x9b, 0x5c, 0x1d, 0x65, 0x9e, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x1c, 0x65, 0x38, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x58, 0x5c, 0x99, 0x64, 0xfc, 0x6c, 0x5e, 0x75, 0xde, 0x85, 0x3e, 0x8e, 0x9e, 0x96, 0xde, 0x96, 0xde, 0x96, 0x9e, 0x96, 0x7e, 0x96, 0x1a, 0x75, 0x34, 0x43, 0xd2, 0x32, 0xd3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb6, 0x43, 0xdd, 0x64, 0xbc, 0x5c, 0x5a, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x7a, 0x5c, 0xbc, 0x64, 0xdd, 0x64, 0xfd, 0x6c, 0x1e, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x7d, 0x75, 0x5d, 0x75, 0x5c, 0x75, 0x3b, 0x6d, 0x1b, 0x6d, 0xfa, 0x64, 0xb9, 0x64, 0x79, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x3b, 0x76, 0x3b, 0x17, 0x4c, 0x37, 0x4c, - 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xf3, 0x32, 0xb7, 0x43, 0x38, 0x44, 0x18, 0x44, 0x38, 0x4c, 0x18, 0x44, 0x18, 0x44, 0x17, 0x3c, 0x17, 0x3c, 0xf7, 0x3b, 0x18, 0x44, 0xf7, 0x3b, 0xd6, 0x3b, 0xd6, 0x3b, 0x98, 0x54, 0xbb, 0x75, 0xdb, 0x75, 0x9b, 0x6d, 0xdc, 0x75, 0x5e, 0x7e, 0x3e, 0x86, 0xde, 0x7d, 0xbe, 0x7d, 0xde, 0x7d, 0x1e, 0x7e, 0xfe, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xde, 0x7d, 0xfe, 0x7d, 0xfe, 0x7d, 0x7c, 0x75, 0x3b, 0x6d, 0xfb, 0x64, 0xba, 0x64, 0x79, 0x5c, 0x18, 0x54, 0xd7, 0x4b, 0x96, 0x4b, 0xf3, 0x32, 0x71, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x22, 0x92, 0x2a, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x72, 0x22, 0xb2, 0x2a, 0x55, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x79, 0x5c, 0xb9, 0x64, 0xf9, 0x6c, 0x1a, 0x75, 0xb8, 0x6c, 0xd6, 0x53, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0xd7, 0x4b, 0xdc, 0x64, 0xbc, 0x64, 0xfc, 0x64, 0x5d, 0x6d, 0xbd, 0x75, 0xde, 0x75, 0x9d, 0x6d, 0x79, 0x5c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x79, 0x5c, 0xdb, 0x64, 0x3d, 0x75, 0xbe, 0x85, 0x1e, 0x8e, 0xbe, 0x96, 0x1e, 0x97, 0x3d, 0x9f, 0x5e, 0x9f, 0x9c, 0x96, 0xd5, 0x53, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x75, 0x43, 0xbd, 0x64, 0x9d, 0x5c, 0x39, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xf7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x39, 0x54, 0x7a, 0x5c, 0x7b, 0x5c, 0xbc, 0x64, 0xdc, 0x64, 0xdd, 0x6c, 0xfe, 0x6c, 0x1e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x5e, 0x75, 0x7d, 0x75, 0x7c, 0x75, 0x5c, 0x75, 0x5b, 0x75, 0x3b, 0x75, 0x1a, 0x6d, 0xfa, 0x64, 0xb9, 0x64, 0x79, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0xd7, 0x43, 0x38, 0x4c, 0x17, 0x4c, - 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x55, 0x43, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd7, 0x43, 0x39, 0x44, 0x18, 0x44, 0x18, 0x44, 0x38, 0x4c, 0x18, 0x4c, 0xf7, 0x43, 0x38, 0x44, 0x18, 0x44, 0x18, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0xf7, 0x3b, 0xd7, 0x3b, 0x17, 0x44, 0x37, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0xb8, 0x4c, 0x1a, 0x5d, 0x19, 0x65, 0x5b, 0x6d, 0x9c, 0x75, 0x9b, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x1a, 0x6d, 0xfa, 0x6c, 0x98, 0x5c, 0x37, 0x54, 0xf6, 0x4b, 0x75, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x13, 0x33, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0xd3, 0x2a, 0x55, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x38, 0x54, 0x79, 0x5c, 0xba, 0x64, 0xfa, 0x6c, 0x1a, 0x75, 0x99, 0x6c, 0xb5, 0x53, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x34, 0x3b, 0x9a, 0x5c, 0xfd, 0x6c, 0x3d, 0x6d, 0x5d, 0x6d, 0x9e, 0x75, 0xfa, 0x64, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x54, 0x58, 0x5c, 0x9a, 0x5c, 0xfd, 0x6c, 0x9e, 0x7d, 0xfe, 0x85, 0x7e, 0x8e, 0x1d, 0x9f, 0x3d, 0x9f, 0x7e, 0xb7, 0x96, 0x6c, 0x33, 0x43, 0x33, 0x43, 0x13, 0x43, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x55, 0x3b, 0xbc, 0x64, 0x9c, 0x5c, 0x5a, 0x54, 0x38, 0x54, 0x18, 0x4c, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0x18, 0x54, 0x39, 0x54, 0x79, 0x5c, 0x7a, 0x5c, 0x9c, 0x64, 0xdd, 0x64, 0xfe, 0x6c, 0xfe, 0x6c, 0x1e, 0x6d, 0x5e, 0x75, 0x5d, 0x75, 0x7c, 0x75, 0x5c, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x1a, 0x75, 0xfa, 0x6c, 0xd9, 0x64, 0x99, 0x64, 0x79, 0x5c, 0x18, 0x54, 0xf7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x3b, 0x18, 0x4c, 0x17, 0x44, 0x17, 0x4c, - 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x39, 0x4c, 0x18, 0x44, 0x18, 0x44, 0x38, 0x4c, 0x18, 0x44, 0x58, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0xf8, 0x3b, 0x38, 0x44, 0x18, 0x44, 0x58, 0x44, 0x18, 0x44, 0xf7, 0x3b, 0x37, 0x44, 0xf7, 0x43, 0x17, 0x44, 0xf7, 0x43, 0x37, 0x44, 0x17, 0x44, 0x37, 0x44, 0x38, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x37, 0x4c, 0xb6, 0x43, 0x34, 0x33, 0x54, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0xb2, 0x22, 0xf3, 0x2a, 0x75, 0x3b, 0x75, 0x3b, 0x76, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x79, 0x5c, 0xba, 0x64, 0xda, 0x64, 0xf9, 0x6c, 0x37, 0x64, 0x75, 0x4b, 0x75, 0x4b, 0x75, 0x4b, 0x75, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb1, 0x2a, 0xf7, 0x4b, 0x3d, 0x6d, 0x9e, 0x75, 0x1c, 0x65, 0x7a, 0x5c, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0xf8, 0x53, 0xf7, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0x38, 0x54, 0x79, 0x5c, 0xbc, 0x64, 0x5d, 0x75, 0xbe, 0x85, 0x5e, 0x8e, 0xfe, 0x96, 0x7e, 0xaf, 0xf8, 0x74, 0x74, 0x4b, 0x54, 0x4b, 0x34, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xb2, 0x2a, 0xdc, 0x64, 0xbd, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x53, 0x18, 0x54, 0x39, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0xbc, 0x64, 0xdd, 0x64, 0xfe, 0x6c, 0x1d, 0x6d, 0x5d, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5b, 0x75, 0x3b, 0x75, 0x3a, 0x75, 0x1a, 0x6d, 0xda, 0x6c, 0xb9, 0x64, 0x79, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x76, 0x43, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x43, 0xf7, 0x43, - 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x75, 0x3b, 0x38, 0x44, 0x18, 0x44, 0x39, 0x44, 0x39, 0x44, 0x38, 0x44, 0x39, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x44, 0x38, 0x44, 0x38, 0x44, 0xf7, 0x43, 0x38, 0x44, 0x38, 0x4c, 0x17, 0x44, 0x17, 0x44, 0xf7, 0x43, 0x17, 0x44, 0x58, 0x4c, 0x38, 0x4c, 0x58, 0x44, 0x37, 0x44, 0x58, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x37, 0x4c, 0xf6, 0x43, 0x34, 0x33, 0x54, 0x3b, 0x34, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0xb2, 0x22, 0xf3, 0x2a, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x78, 0x54, 0xb9, 0x64, 0x37, 0x54, 0x75, 0x43, 0x95, 0x4b, 0x75, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0x92, 0x2a, 0x33, 0x3b, 0x79, 0x5c, 0xbb, 0x64, 0x7b, 0x5c, 0x7a, 0x5c, 0x79, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x9a, 0x5c, 0xfd, 0x6c, 0x9e, 0x7d, 0xfe, 0x85, 0x9e, 0x96, 0x7c, 0x96, 0x56, 0x64, 0x54, 0x4b, 0x74, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x34, 0x43, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x93, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x39, 0x54, 0xbd, 0x64, 0x9c, 0x5c, 0x5a, 0x54, 0x19, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9c, 0x5c, 0xdd, 0x64, 0xfd, 0x6c, 0x1d, 0x6d, 0x3c, 0x75, 0x5c, 0x75, 0x5b, 0x75, 0x3b, 0x75, 0x3a, 0x75, 0x1a, 0x6d, 0xda, 0x6c, 0xba, 0x64, 0x79, 0x5c, 0x59, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0x96, 0x43, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x43, 0xf7, 0x43, 0xd7, 0x43, - 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x34, 0x3b, 0xd7, 0x43, 0x38, 0x44, 0x38, 0x44, 0x38, 0x44, 0x18, 0x44, 0x39, 0x44, 0x38, 0x4c, 0x39, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x44, 0x17, 0x44, 0x17, 0x44, 0xf7, 0x43, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x37, 0x4c, 0x38, 0x4c, 0x18, 0x44, 0x38, 0x44, 0x38, 0x4c, 0x58, 0x4c, 0xd6, 0x43, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0xd2, 0x22, 0xf4, 0x32, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0xf6, 0x4b, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x75, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x96, 0x43, 0x7b, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0x59, 0x5c, 0x39, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x79, 0x5c, 0xdc, 0x64, 0x5e, 0x75, 0x9e, 0x7d, 0x3e, 0x8e, 0xf8, 0x6c, 0x94, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x56, 0x3b, 0xdc, 0x64, 0xdd, 0x64, 0x7b, 0x5c, 0x39, 0x54, 0x18, 0x4c, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x18, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xdd, 0x64, 0xdd, 0x6c, 0xfc, 0x6c, 0x1c, 0x6d, 0x3b, 0x6d, 0x3b, 0x75, 0x1b, 0x75, 0xfa, 0x6c, 0xda, 0x6c, 0xba, 0x64, 0x99, 0x64, 0x59, 0x5c, 0xf8, 0x53, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x43, 0xd7, 0x43, - 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x96, 0x43, 0x18, 0x44, 0x19, 0x44, 0x38, 0x44, 0x39, 0x44, 0x18, 0x44, 0x38, 0x44, 0x38, 0x44, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x18, 0x44, 0x17, 0x4c, 0xf7, 0x43, 0x17, 0x44, 0x38, 0x44, 0x17, 0x44, 0x38, 0x44, 0x18, 0x44, 0x17, 0x44, 0x38, 0x4c, 0x18, 0x44, 0x38, 0x4c, 0x37, 0x44, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x78, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0xd6, 0x43, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb3, 0x22, 0xb3, 0x22, 0xb3, 0x22, 0xb3, 0x22, 0xb3, 0x2a, 0xb2, 0x2a, 0xf4, 0x32, 0x96, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0xf7, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x95, 0x4b, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0xd7, 0x53, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x39, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x18, 0x54, 0x17, 0x54, 0x18, 0x54, 0x38, 0x54, 0x9a, 0x5c, 0xfd, 0x6c, 0x5e, 0x75, 0xbd, 0x85, 0xf6, 0x53, 0x54, 0x43, 0x74, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x34, 0x43, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0xf3, 0x32, 0x7a, 0x5c, 0xfd, 0x6c, 0xbc, 0x64, 0x5a, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xdc, 0x64, 0xdc, 0x6c, 0xfc, 0x6c, 0xfb, 0x6c, 0xda, 0x6c, 0xda, 0x6c, 0xba, 0x64, 0xba, 0x64, 0x79, 0x5c, 0x39, 0x5c, 0x18, 0x54, 0xf8, 0x4b, 0x39, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, - 0xb7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x43, 0x76, 0x3b, 0x76, 0x43, 0x75, 0x3b, 0x76, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0xd7, 0x43, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x38, 0x44, 0x18, 0x44, 0x38, 0x44, 0x18, 0x44, 0x18, 0x44, 0x18, 0x4c, 0x38, 0x4c, 0xf8, 0x43, 0x18, 0x4c, 0xf7, 0x43, 0x17, 0x4c, 0x17, 0x44, 0x38, 0x44, 0x58, 0x4c, 0x38, 0x44, 0x38, 0x4c, 0x58, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x78, 0x4c, 0x78, 0x4c, 0x79, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0xd7, 0x43, 0x75, 0x3b, 0x96, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x22, 0xd3, 0x22, 0xd3, 0x22, 0xf3, 0x2a, 0xd3, 0x2a, 0xf3, 0x32, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xd7, 0x4b, 0x76, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xf8, 0x53, 0x7a, 0x5c, 0x39, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0xbc, 0x64, 0x5e, 0x75, 0x58, 0x5c, 0x74, 0x43, 0x54, 0x43, 0x74, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x14, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x72, 0x2a, 0xb2, 0x2a, 0x72, 0x2a, 0xd6, 0x4b, 0xfd, 0x6c, 0xdd, 0x64, 0x7b, 0x5c, 0x39, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x54, 0xf8, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xbc, 0x64, 0xdb, 0x64, 0xdb, 0x64, 0xba, 0x64, 0xba, 0x64, 0x7a, 0x64, 0x59, 0x5c, 0x38, 0x5c, 0x18, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0xf8, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, - 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x43, 0x76, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x96, 0x43, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x59, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x38, 0x4c, 0x18, 0x44, 0x39, 0x4c, 0x18, 0x44, 0xf8, 0x43, 0xd7, 0x43, 0x18, 0x44, 0x18, 0x44, 0x18, 0x44, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x44, 0x58, 0x4c, 0x38, 0x44, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x79, 0x4c, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0xf7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x32, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0x75, 0x3b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x92, 0x32, 0x30, 0x22, 0xf2, 0x3a, 0x59, 0x5c, 0x7a, 0x5c, 0x18, 0x54, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x7a, 0x5c, 0xdb, 0x64, 0xb6, 0x4b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x74, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x34, 0x43, 0x14, 0x43, 0xf3, 0x3a, 0xd3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf2, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0xb2, 0x2a, 0x5a, 0x5c, 0xdc, 0x64, 0xbc, 0x64, 0x5a, 0x54, 0x19, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x53, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x5a, 0x5c, 0x9a, 0x5c, 0x9a, 0x64, 0x9b, 0x64, 0xbb, 0x64, 0x9a, 0x64, 0x7a, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x79, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xd7, 0x43, - 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0xb6, 0x43, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x38, 0x4c, 0xf8, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0x18, 0x4c, 0x18, 0x44, 0xf7, 0x4b, 0x18, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x78, 0x54, 0x9a, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xdb, 0x5c, 0x38, 0x4c, 0xd7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0x14, 0x2b, 0xf3, 0x2a, 0xf4, 0x32, 0x55, 0x3b, 0xd7, 0x43, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0xd7, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x92, 0x2a, 0x39, 0x54, 0x7a, 0x5c, 0x39, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x18, 0x54, 0xd7, 0x4b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x75, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xf4, 0x3a, 0x39, 0x5c, 0xdd, 0x64, 0x9b, 0x5c, 0x39, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0x18, 0x54, 0x18, 0x4c, 0xf8, 0x53, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x9a, 0x64, 0x58, 0x5c, 0x39, 0x5c, 0x7a, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, - 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xf7, 0x4b, 0x9b, 0x5c, 0x58, 0x54, 0x39, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x39, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0x18, 0x44, 0xf8, 0x4b, 0xf7, 0x4b, 0x38, 0x4c, 0x99, 0x4c, 0x79, 0x54, 0x58, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x59, 0x4c, 0xb9, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0xfb, 0x5c, 0x99, 0x5c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0xf4, 0x2a, 0x14, 0x2b, 0x14, 0x2b, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x75, 0x3b, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0xf7, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x71, 0x2a, 0x39, 0x54, 0x9b, 0x5c, 0x39, 0x54, 0x38, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x34, 0x43, 0x13, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0x39, 0x54, 0xbc, 0x64, 0x5a, 0x5c, 0x39, 0x54, 0x19, 0x54, 0xf8, 0x4b, 0xf8, 0x53, 0xf8, 0x53, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x5c, 0x38, 0x5c, 0x38, 0x5c, 0x59, 0x5c, 0x9a, 0x64, 0x38, 0x54, 0x7a, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, - 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0x38, 0x54, 0xbc, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x39, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x44, 0xd7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0x79, 0x4c, 0x59, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0xba, 0x54, 0xba, 0x54, 0x9a, 0x54, 0xdb, 0x5c, 0xfc, 0x5c, 0x3d, 0x65, 0x1d, 0x5d, 0x3c, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x5d, 0x6d, 0xda, 0x5c, 0x58, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x3b, 0xb6, 0x43, 0x39, 0x4c, 0xf8, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xd3, 0x32, 0x18, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x75, 0x43, 0x14, 0x3b, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x72, 0x2a, 0xb2, 0x2a, 0xd6, 0x4b, 0x7b, 0x5c, 0x59, 0x54, 0x19, 0x54, 0xf8, 0x53, 0xf8, 0x53, 0xf8, 0x53, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x59, 0x5c, 0xbc, 0x5c, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, - 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xf7, 0x4b, 0x19, 0x4c, 0x39, 0x4c, 0x7b, 0x54, 0xdc, 0x54, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0x18, 0x4c, 0xf7, 0x4b, 0x59, 0x4c, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0xba, 0x54, 0xbb, 0x54, 0xba, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0x3d, 0x65, 0x3d, 0x65, 0x7e, 0x6d, 0x7e, 0x6d, 0x7d, 0x6d, 0x9d, 0x6d, 0x7d, 0x6d, 0x1c, 0x6d, 0x9a, 0x5c, 0xba, 0x64, 0xba, 0x5c, 0x99, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x54, 0x33, 0x54, 0x33, 0x54, 0x33, 0x55, 0x3b, 0x34, 0x33, 0x55, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0xef, 0x19, 0x71, 0x2a, 0xf8, 0x4b, 0x7a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0x75, 0x43, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0xb2, 0x2a, 0x75, 0x43, 0x96, 0x43, 0xf7, 0x4b, 0x59, 0x5c, 0x39, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf8, 0x53, 0x38, 0x54, 0x59, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0x7a, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, - 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x9a, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0x9c, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x38, 0x4c, 0x79, 0x54, 0x99, 0x54, 0xbb, 0x5c, 0xfb, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1d, 0x65, 0x3d, 0x6d, 0x7d, 0x6d, 0xbd, 0x6d, 0xbe, 0x6d, 0xbe, 0x75, 0xbd, 0x75, 0xfe, 0x75, 0x1e, 0x76, 0x9d, 0x75, 0xfd, 0x64, 0x1d, 0x6d, 0x1d, 0x65, 0xdc, 0x64, 0xba, 0x5c, 0x79, 0x5c, 0x58, 0x5c, 0x38, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xd6, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x54, 0x33, 0x55, 0x33, 0x54, 0x33, 0x54, 0x33, 0x54, 0x33, 0x54, 0x33, 0x54, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x55, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xd2, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x10, 0x1a, 0x51, 0x22, 0x96, 0x4b, 0x59, 0x5c, 0x59, 0x5c, 0x58, 0x5c, 0xf7, 0x53, 0x55, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf3, 0x32, 0x14, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb3, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0xb6, 0x4b, 0x38, 0x54, 0x7a, 0x5c, 0x39, 0x5c, 0x18, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x18, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, - 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xf8, 0x43, 0x18, 0x44, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x5b, 0x54, 0x9b, 0x54, 0x9b, 0x5c, 0x9b, 0x54, 0x9b, 0x5c, 0x7a, 0x5c, 0xba, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x7a, 0x5c, 0xbc, 0x5c, 0x1d, 0x65, 0x5e, 0x6d, 0xbe, 0x75, 0xdd, 0x75, 0xfd, 0x7d, 0x7e, 0x7e, 0x3d, 0x7e, 0x7e, 0x86, 0xde, 0x8e, 0x5e, 0x7e, 0x5d, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x3e, 0x6d, 0x1d, 0x6d, 0xdb, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0x9a, 0x5c, 0x79, 0x5c, 0x58, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xd6, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0xef, 0x19, 0xef, 0x19, 0x75, 0x43, 0x59, 0x5c, 0x59, 0x5c, 0xf7, 0x53, 0x75, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0x34, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x55, 0x43, 0x38, 0x4c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x39, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, - 0xd7, 0x3b, 0xd7, 0x3b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0x18, 0x44, 0x18, 0x4c, 0x18, 0x4c, 0x58, 0x4c, 0x5a, 0x4c, 0x7a, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0xb9, 0x64, 0x9a, 0x5c, 0x7a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0xf7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xdd, 0x64, 0x1e, 0x6d, 0x9e, 0x75, 0xfe, 0x7d, 0x3e, 0x86, 0xdd, 0x86, 0x3d, 0x8f, 0x1c, 0x8f, 0xdd, 0x8e, 0xdd, 0x8e, 0x1e, 0x86, 0x1e, 0x86, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0x5e, 0x75, 0x3e, 0x6d, 0x1d, 0x6d, 0xfc, 0x6c, 0xdb, 0x64, 0xba, 0x64, 0xba, 0x5c, 0x58, 0x54, 0x17, 0x54, 0xf7, 0x53, 0x95, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x38, 0x54, 0x58, 0x5c, 0x79, 0x64, 0x99, 0x64, 0x79, 0x64, 0xf7, 0x4b, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x33, 0x55, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x14, 0x3b, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x2a, 0xd2, 0x2a, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xf3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x22, 0xef, 0x19, 0x8d, 0x19, 0x34, 0x43, 0x59, 0x5c, 0xd7, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb6, 0x43, 0xb5, 0x3b, 0xd6, 0x3b, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x43, 0xf7, 0x3b, 0xd7, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, - 0xb6, 0x3b, 0xb6, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x79, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x98, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x39, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0x38, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xbc, 0x5c, 0xfd, 0x64, 0x1e, 0x6d, 0x5d, 0x6d, 0xde, 0x7d, 0x3e, 0x86, 0x9e, 0x86, 0xfe, 0x8e, 0x3d, 0x97, 0x3c, 0x9f, 0x3c, 0xa7, 0x1d, 0x9f, 0xfd, 0x96, 0xfe, 0x96, 0xde, 0x8e, 0xbe, 0x8e, 0x9e, 0x8e, 0x5e, 0x86, 0xbe, 0x7d, 0x9e, 0x7d, 0x9e, 0x75, 0x7d, 0x75, 0xba, 0x64, 0xf7, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x58, 0x54, 0x59, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0x5a, 0x5c, 0x39, 0x54, 0xd7, 0x43, 0x96, 0x3b, 0x75, 0x33, 0x55, 0x33, 0x75, 0x33, 0x75, 0x33, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xd6, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x22, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x71, 0x2a, 0x75, 0x43, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x55, 0x3b, 0xb6, 0x43, 0x75, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xd6, 0x3b, 0xb6, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, - 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x39, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0xb9, 0x5c, 0xd6, 0x4b, 0xb6, 0x4b, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0x97, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0xbb, 0x5c, 0xdd, 0x64, 0x1e, 0x65, 0x3e, 0x6d, 0x9e, 0x75, 0x3e, 0x86, 0x9e, 0x86, 0x3e, 0x97, 0x3d, 0x9f, 0x3d, 0x9f, 0x3d, 0xa7, 0x3d, 0xaf, 0x3d, 0xaf, 0x3d, 0xa7, 0x3d, 0xa7, 0x3d, 0xa7, 0x3d, 0xa7, 0x3d, 0x9f, 0x3d, 0x9f, 0xfd, 0x96, 0x7e, 0x8e, 0x19, 0x75, 0x14, 0x3b, 0x54, 0x43, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0x9b, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0x5a, 0x54, 0x39, 0x4c, 0xd7, 0x3b, 0x75, 0x33, 0x96, 0x33, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xce, 0x19, 0x50, 0x2a, 0xd3, 0x32, 0x34, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xf3, 0x32, 0x34, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x54, 0x33, 0x75, 0x33, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x33, 0x95, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x55, 0x3b, 0x75, 0x33, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, - 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x79, 0x5c, 0x99, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x17, 0x54, 0x13, 0x33, 0x34, 0x3b, 0xd7, 0x4b, 0x17, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x7a, 0x5c, 0x7a, 0x54, 0x7a, 0x5c, 0xbc, 0x64, 0xfd, 0x64, 0x3e, 0x6d, 0x5e, 0x75, 0xfe, 0x7d, 0x9e, 0x86, 0xfe, 0x8e, 0x3c, 0x97, 0x3d, 0x9f, 0x3d, 0xaf, 0x5e, 0xb7, 0x3d, 0xbf, 0x3e, 0xc7, 0x3e, 0xbf, 0x3d, 0xb7, 0x5d, 0xb7, 0x3d, 0xb7, 0x3e, 0xb7, 0x1d, 0xb7, 0x1b, 0xa6, 0x53, 0x43, 0xf3, 0x3a, 0x33, 0x43, 0x34, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0x9b, 0x54, 0x7b, 0x54, 0x5a, 0x54, 0xb7, 0x3b, 0x96, 0x33, 0xb6, 0x3b, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xcf, 0x19, 0x92, 0x32, 0xd3, 0x3a, 0x92, 0x32, 0xb2, 0x32, 0x55, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb3, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x54, 0x33, 0x54, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x75, 0x33, 0x75, 0x33, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, - 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x58, 0x54, 0x79, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0xf7, 0x53, 0x38, 0x5c, 0x13, 0x33, 0x14, 0x33, 0x34, 0x3b, 0xf7, 0x4b, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x9a, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0x1d, 0x65, 0x3d, 0x6d, 0x9e, 0x75, 0x3e, 0x86, 0xde, 0x8e, 0x1d, 0x97, 0x3c, 0x9f, 0x3d, 0xa7, 0x3d, 0xb7, 0x3d, 0xbf, 0x3e, 0xd7, 0x3e, 0xdf, 0x3e, 0xdf, 0x5e, 0xd7, 0x5e, 0xdf, 0x3e, 0xd7, 0x1b, 0xae, 0x15, 0x6c, 0x71, 0x32, 0x13, 0x43, 0x33, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9c, 0x54, 0xbd, 0x5c, 0xbd, 0x5c, 0x5a, 0x54, 0xd7, 0x43, 0xb6, 0x43, 0x17, 0x4c, 0x18, 0x5c, 0x17, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xf3, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xce, 0x19, 0xb2, 0x32, 0xf3, 0x3a, 0xb3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0xd3, 0x32, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x54, 0x33, 0x55, 0x33, 0x55, 0x33, 0x75, 0x3b, 0x55, 0x33, 0x35, 0x33, 0x55, 0x33, 0x75, 0x3b, - 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xd6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0xf7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0xd7, 0x4b, 0x17, 0x54, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0xd7, 0x4b, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xfd, 0x64, 0x1e, 0x6d, 0x5e, 0x6d, 0x9e, 0x75, 0x1e, 0x86, 0xdd, 0x8e, 0x3d, 0x97, 0x3d, 0x9f, 0x3d, 0xaf, 0x3d, 0xb7, 0x3e, 0xc7, 0x3e, 0xdf, 0x5e, 0xe7, 0x5e, 0xdf, 0x5e, 0xe7, 0xdd, 0xd6, 0x56, 0x7c, 0x13, 0x4b, 0xf2, 0x42, 0x13, 0x43, 0x13, 0x4b, 0x33, 0x4b, 0x53, 0x43, 0x74, 0x4b, 0x94, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x64, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9c, 0x54, 0x9d, 0x5c, 0xbd, 0x5c, 0x9c, 0x5c, 0x39, 0x4c, 0x17, 0x4c, 0x38, 0x5c, 0x38, 0x5c, 0x38, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x14, 0x33, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xd3, 0x32, 0xf3, 0x3a, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x2a, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x54, 0x33, 0x54, 0x33, 0x34, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, - 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0xf7, 0x53, 0x18, 0x54, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x9b, 0x5c, 0x9b, 0x5c, 0xdd, 0x64, 0x1e, 0x65, 0x1e, 0x6d, 0x5e, 0x6d, 0xbe, 0x7d, 0x5e, 0x86, 0xfe, 0x8e, 0x3d, 0x97, 0x3d, 0x9f, 0x3d, 0xaf, 0x3d, 0xbf, 0x3e, 0xc7, 0x3e, 0xdf, 0x5e, 0xe7, 0x3e, 0xdf, 0x1b, 0xb6, 0x53, 0x53, 0xf2, 0x42, 0x13, 0x43, 0xf3, 0x42, 0x13, 0x43, 0x33, 0x4b, 0x53, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0x7a, 0x54, 0xbc, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xde, 0x5c, 0xde, 0x64, 0xbc, 0x64, 0x59, 0x5c, 0x38, 0x5c, 0x38, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x34, 0x3b, 0x95, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0xef, 0x19, 0x71, 0x2a, 0xf4, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x92, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xf3, 0x2a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x54, 0x33, 0x55, 0x33, 0x55, 0x3b, 0x55, 0x33, - 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0x54, 0x3b, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0xf7, 0x53, 0x38, 0x54, 0xf8, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xfd, 0x64, 0x5e, 0x6d, 0x9e, 0x75, 0xfe, 0x7d, 0x3e, 0x86, 0xfe, 0x8e, 0x1d, 0x97, 0x3d, 0x9f, 0x3d, 0xaf, 0x3d, 0xb7, 0x3e, 0xc7, 0x3e, 0xdf, 0x3e, 0xdf, 0x79, 0xa5, 0xd2, 0x42, 0xf3, 0x42, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x33, 0x4b, 0x54, 0x4b, 0x74, 0x53, 0xb5, 0x53, 0xd5, 0x53, 0xf5, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x7b, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x9b, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xde, 0x64, 0xfe, 0x64, 0xdd, 0x6c, 0x7a, 0x5c, 0x38, 0x54, 0x17, 0x4c, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x34, 0x3b, 0xb6, 0x4b, 0x95, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0xcf, 0x19, 0xd3, 0x32, 0x14, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xef, 0x21, 0x72, 0x2a, 0xf4, 0x3a, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd2, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x54, 0x3b, 0x55, 0x3b, - 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0xb2, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0xf7, 0x53, 0x39, 0x5c, 0xf8, 0x53, 0xf8, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xdc, 0x64, 0xbc, 0x5c, 0xbc, 0x64, 0xfd, 0x64, 0x3e, 0x6d, 0xbe, 0x75, 0x3e, 0x7e, 0x3e, 0x86, 0x7e, 0x8e, 0xfe, 0x96, 0x3d, 0x9f, 0x3d, 0xa7, 0x3d, 0xaf, 0x3d, 0xbf, 0xfd, 0xce, 0xd7, 0x84, 0xd2, 0x3a, 0x13, 0x43, 0x13, 0x4b, 0x33, 0x4b, 0x13, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x74, 0x53, 0x94, 0x53, 0xd5, 0x53, 0xf5, 0x5b, 0x15, 0x5c, 0x16, 0x5c, 0x16, 0x5c, 0x16, 0x54, 0x17, 0x54, 0x17, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0xbe, 0x5c, 0xde, 0x5c, 0xde, 0x64, 0xfe, 0x64, 0x1e, 0x6d, 0xfd, 0x6c, 0x7a, 0x5c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x34, 0x33, 0x14, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x54, 0x3b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0xd3, 0x32, 0x14, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0x92, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, - 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x95, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0xb6, 0x4b, 0x59, 0x5c, 0x18, 0x54, 0x18, 0x54, 0xf8, 0x53, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf8, 0x53, 0xbc, 0x64, 0xdc, 0x64, 0xbd, 0x64, 0xfd, 0x64, 0x5e, 0x6d, 0x9e, 0x75, 0xde, 0x7d, 0x7e, 0x86, 0x5e, 0x86, 0xbe, 0x8e, 0xfe, 0x96, 0x5e, 0xa7, 0x5d, 0xaf, 0xdd, 0xb6, 0xf4, 0x63, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x54, 0x4b, 0x74, 0x53, 0xb4, 0x53, 0xd4, 0x5b, 0xd5, 0x5b, 0xf5, 0x5b, 0x15, 0x5c, 0x16, 0x5c, 0x16, 0x5c, 0x37, 0x5c, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0xbd, 0x5c, 0xde, 0x64, 0xde, 0x64, 0x1e, 0x6d, 0x1e, 0x6d, 0xfe, 0x64, 0xfe, 0x64, 0x7a, 0x5c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x34, 0x3b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0xf3, 0x32, 0x34, 0x3b, 0xf4, 0x3a, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x19, 0xef, 0x21, 0xef, 0x19, 0x10, 0x22, 0xb3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, - 0x34, 0x3b, 0x14, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb6, 0x4b, 0x59, 0x5c, 0x39, 0x54, 0x38, 0x54, 0x18, 0x54, 0xf8, 0x53, 0x18, 0x54, 0xf8, 0x53, 0x18, 0x54, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0x5d, 0x75, 0xde, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0xfe, 0x7d, 0x3e, 0x7e, 0x7e, 0x86, 0xbe, 0x8e, 0x3e, 0x9f, 0xfd, 0x9e, 0x56, 0x64, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x74, 0x4b, 0x94, 0x53, 0xb4, 0x53, 0xd5, 0x53, 0xf5, 0x53, 0xf5, 0x5b, 0xf6, 0x53, 0xf6, 0x5b, 0x16, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0xf8, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x38, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0xbd, 0x5c, 0xfe, 0x64, 0x1e, 0x65, 0x3e, 0x6d, 0x1e, 0x65, 0xfe, 0x64, 0xfe, 0x64, 0x7a, 0x5c, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x34, 0x33, 0xb6, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x55, 0x3b, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x14, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x19, 0x51, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x22, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x34, 0x3b, - 0xf4, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x14, 0x3b, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x75, 0x43, 0x39, 0x54, 0x59, 0x5c, 0x39, 0x5c, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0xdd, 0x64, 0xfd, 0x64, 0x5d, 0x6d, 0xfe, 0x7d, 0xde, 0x7d, 0xfe, 0x7d, 0xde, 0x7d, 0x9e, 0x75, 0xfe, 0x7d, 0x5e, 0x7e, 0x5e, 0x86, 0x3d, 0x86, 0xb7, 0x64, 0xf2, 0x3a, 0x33, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x74, 0x4b, 0x94, 0x4b, 0xb4, 0x4b, 0xd5, 0x4b, 0xd5, 0x53, 0xd5, 0x53, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0x1d, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0xfd, 0x64, 0x7a, 0x54, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x13, 0x33, 0xd6, 0x4b, 0xf7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x34, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8e, 0x11, 0xcf, 0x19, 0x10, 0x22, 0x50, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, - 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0xf7, 0x53, 0x5a, 0x5c, 0x59, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x59, 0x54, 0x1e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0xbe, 0x7d, 0xfe, 0x85, 0xfe, 0x85, 0xfe, 0x7d, 0xde, 0x7d, 0xbe, 0x75, 0xfe, 0x7d, 0x3e, 0x7e, 0x97, 0x64, 0xb2, 0x32, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x74, 0x43, 0x94, 0x43, 0xb4, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0x9b, 0x5c, 0x7b, 0x54, 0x59, 0x54, 0x7a, 0x54, 0xbc, 0x5c, 0x1d, 0x65, 0x7e, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x1d, 0x65, 0x5a, 0x54, 0xd7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x75, 0x3b, 0x55, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x2b, 0x14, 0x2b, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x13, 0x33, 0xd6, 0x4b, 0x17, 0x4c, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0x55, 0x3b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0x8e, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xae, 0x11, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x0f, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, - 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0xb2, 0x32, 0x92, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xb2, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb1, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x75, 0x43, 0x9a, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x9b, 0x5c, 0x3e, 0x6d, 0x1e, 0x65, 0x3e, 0x6d, 0x9e, 0x75, 0xbe, 0x7d, 0xfe, 0x85, 0x1e, 0x86, 0xfe, 0x85, 0x1e, 0x7e, 0xde, 0x7d, 0x18, 0x6d, 0x91, 0x2a, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf8, 0x43, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0x39, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0x9b, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x9a, 0x54, 0xfd, 0x64, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x1d, 0x65, 0x79, 0x54, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x13, 0x2b, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x13, 0x33, 0xd7, 0x4b, 0x18, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x2a, 0xf3, 0x32, 0x96, 0x43, 0x96, 0x43, 0x35, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x19, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x91, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xb2, 0x32, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x38, 0x5c, 0x7a, 0x5c, 0xdc, 0x64, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0xbe, 0x75, 0xde, 0x75, 0x1e, 0x86, 0x3e, 0x7e, 0x1e, 0x7e, 0xdd, 0x75, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0x9a, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0x3d, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0x5e, 0x6d, 0xfd, 0x64, 0x59, 0x4c, 0xf7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0xf3, 0x2a, 0xd3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xf3, 0x32, 0xd7, 0x4b, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x96, 0x43, 0xb7, 0x4b, 0x75, 0x43, 0x35, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, - 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xb2, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x75, 0x43, 0xfc, 0x64, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x5e, 0x75, 0x9e, 0x75, 0xde, 0x75, 0xfe, 0x7d, 0xbc, 0x75, 0x94, 0x43, 0xf3, 0x3a, 0x13, 0x3b, 0x33, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0x13, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xfd, 0x64, 0xfd, 0x64, 0x1e, 0x65, 0x1e, 0x65, 0x1d, 0x65, 0xfd, 0x64, 0xdd, 0x5c, 0xbc, 0x5c, 0xbb, 0x54, 0xfd, 0x64, 0x5e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0xbb, 0x5c, 0x38, 0x4c, 0x18, 0x44, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x34, 0x33, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb6, 0x43, 0x58, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x54, 0xf7, 0x53, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0xd7, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, - 0x92, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x71, 0x32, 0x50, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0x37, 0x54, 0xb9, 0x5c, 0x3c, 0x6d, 0x9e, 0x75, 0x7e, 0x6d, 0x9e, 0x75, 0x7e, 0x75, 0xbe, 0x75, 0x9d, 0x75, 0xb8, 0x64, 0xd2, 0x3a, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf8, 0x43, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0x9c, 0x5c, 0xdc, 0x5c, 0x1d, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x1d, 0x65, 0xdd, 0x5c, 0xfe, 0x64, 0x3e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x3e, 0x65, 0x7e, 0x6d, 0x9e, 0x75, 0x5e, 0x6d, 0x9a, 0x54, 0x17, 0x44, 0x18, 0x4c, 0x18, 0x44, 0xf7, 0x43, 0xd7, 0x3b, 0xb7, 0x3b, 0x96, 0x33, 0x96, 0x33, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x34, 0x33, 0x34, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0xf4, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0x92, 0x22, 0x76, 0x43, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x37, 0x5c, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x18, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x92, 0x32, - 0x51, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0xf3, 0x3a, 0xb2, 0x32, 0x51, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0x34, 0x43, 0x37, 0x54, 0x17, 0x54, 0x57, 0x54, 0xd9, 0x64, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x5c, 0x75, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x5a, 0x54, 0x7b, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xfd, 0x64, 0x3e, 0x6d, 0x7e, 0x75, 0xde, 0x75, 0x3e, 0x7e, 0x7e, 0x86, 0x5e, 0x7e, 0xfe, 0x75, 0x9e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x6d, 0x1e, 0x65, 0x5e, 0x65, 0x5e, 0x6d, 0x5e, 0x6d, 0x9e, 0x75, 0xbe, 0x75, 0x3d, 0x6d, 0x99, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x44, 0xf7, 0x43, 0xd7, 0x3b, 0xd7, 0x3b, 0xb6, 0x3b, 0x96, 0x33, 0x96, 0x33, 0x96, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x35, 0x33, 0x34, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0x14, 0x33, 0x18, 0x4c, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x79, 0x5c, 0x59, 0x5c, 0x18, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, - 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xf7, 0x53, 0xb6, 0x4b, 0x54, 0x43, 0x13, 0x3b, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x54, 0x43, 0x17, 0x54, 0x57, 0x54, 0x57, 0x54, 0x78, 0x5c, 0x57, 0x5c, 0xfa, 0x64, 0xbd, 0x75, 0xdd, 0x7d, 0x35, 0x5c, 0xb2, 0x32, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x79, 0x54, 0x9b, 0x54, 0xdc, 0x5c, 0x1d, 0x5d, 0x5e, 0x6d, 0xde, 0x75, 0x7e, 0x86, 0xfd, 0x8e, 0x3d, 0x8f, 0x3d, 0x8f, 0xfe, 0x8e, 0x7e, 0x86, 0xde, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x3e, 0x6d, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x9e, 0x6d, 0xfe, 0x75, 0xbe, 0x75, 0xfb, 0x5c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x38, 0x44, 0x18, 0x44, 0xf7, 0x3b, 0xd7, 0x3b, 0xb7, 0x3b, 0xb6, 0x3b, 0x96, 0x33, 0x96, 0x33, 0x76, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x35, 0x33, 0x34, 0x2b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x2b, 0xf4, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xf7, 0x4b, 0x7a, 0x5c, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x5c, 0xba, 0x64, 0x9a, 0x64, 0x59, 0x54, 0x18, 0x54, 0xb7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xf0, 0x21, 0xef, 0x19, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, - 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x17, 0x54, 0x95, 0x4b, 0x75, 0x4b, 0x34, 0x43, 0xb2, 0x32, 0x54, 0x43, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x57, 0x54, 0x58, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x92, 0x2a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0xf3, 0x3a, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x7a, 0x54, 0xbb, 0x54, 0xdc, 0x5c, 0x3e, 0x65, 0x7e, 0x6d, 0x1e, 0x7e, 0xde, 0x86, 0x3d, 0x97, 0x5d, 0x9f, 0x5d, 0xa7, 0x5d, 0x9f, 0x3d, 0x97, 0xbd, 0x86, 0xfe, 0x75, 0xbe, 0x75, 0x7e, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0xde, 0x75, 0x1e, 0x7e, 0x7d, 0x6d, 0xba, 0x5c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x38, 0x44, 0x18, 0x44, 0xf8, 0x3b, 0xf7, 0x3b, 0xd7, 0x3b, 0xb7, 0x33, 0xb6, 0x33, 0xb6, 0x33, 0x96, 0x33, 0x76, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x34, 0x33, 0x34, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xb2, 0x2a, 0xb7, 0x43, 0x9a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x58, 0x4c, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x9b, 0x54, 0xdc, 0x5c, 0xdd, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0x1d, 0x6d, 0xdd, 0x6c, 0x9b, 0x64, 0x59, 0x5c, 0x38, 0x4c, 0xd7, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, - 0x31, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3a, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0x17, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x38, 0x5c, 0x37, 0x5c, 0x16, 0x54, 0xf6, 0x53, 0x37, 0x54, 0x57, 0x54, 0x58, 0x54, 0x78, 0x5c, 0xb8, 0x64, 0x13, 0x3b, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x3b, 0x33, 0x3b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x74, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xfd, 0x5c, 0x3e, 0x65, 0x9e, 0x6d, 0x1e, 0x7e, 0xfd, 0x8e, 0x5c, 0x9f, 0x5d, 0xa7, 0x5d, 0xaf, 0x5d, 0xaf, 0x5d, 0xa7, 0x3d, 0x97, 0xbd, 0x86, 0x1e, 0x7e, 0xde, 0x75, 0x7e, 0x6d, 0x1e, 0x5d, 0x1e, 0x65, 0x3e, 0x65, 0x7e, 0x6d, 0xfe, 0x7d, 0xfe, 0x7d, 0x1c, 0x65, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x58, 0x4c, 0x38, 0x44, 0x18, 0x44, 0xf8, 0x3b, 0xf7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xb6, 0x3b, 0xb6, 0x33, 0x96, 0x33, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x2a, 0x13, 0x2b, 0xf3, 0x32, 0xd3, 0x2a, 0x18, 0x4c, 0xbb, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x38, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0x1e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x5e, 0x75, 0xfd, 0x6c, 0x9b, 0x64, 0x79, 0x5c, 0x38, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0xf4, 0x32, 0x14, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x19, 0xef, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, - 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0x34, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x18, 0x54, 0x79, 0x5c, 0x1d, 0x75, 0x1d, 0x75, 0x1c, 0x75, 0x37, 0x54, 0x57, 0x54, 0x57, 0x54, 0x78, 0x5c, 0xd6, 0x53, 0xd2, 0x32, 0xd2, 0x3a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x53, 0x43, 0x73, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xd5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x54, 0xdc, 0x5c, 0xdd, 0x5c, 0x1e, 0x65, 0x5e, 0x65, 0x9e, 0x6d, 0x3e, 0x7e, 0x1e, 0x8f, 0x3d, 0x9f, 0x3d, 0xaf, 0x3d, 0xb7, 0x5e, 0xbf, 0x5d, 0xbf, 0x5d, 0xa7, 0x1d, 0x8f, 0xbe, 0x86, 0x3e, 0x7e, 0x9e, 0x75, 0x3e, 0x65, 0xfe, 0x5c, 0x1e, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0xfe, 0x7d, 0x9d, 0x75, 0xba, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x4c, 0x59, 0x4c, 0x59, 0x44, 0x38, 0x44, 0x18, 0x44, 0x18, 0x3c, 0xf8, 0x3b, 0xf7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xb6, 0x3b, 0xb6, 0x33, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x2a, 0xd7, 0x4b, 0x9b, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdd, 0x64, 0x5e, 0x6d, 0xde, 0x7d, 0x1e, 0x86, 0x3e, 0x86, 0xde, 0x7d, 0x9e, 0x7d, 0x5e, 0x75, 0xfd, 0x6c, 0xbc, 0x64, 0x7a, 0x5c, 0x39, 0x54, 0xf7, 0x4b, 0xb7, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x19, 0xef, 0x19, 0xae, 0x11, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, - 0x30, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x79, 0x5c, 0xdc, 0x64, 0xfd, 0x64, 0x1d, 0x6d, 0x3e, 0x75, 0x1c, 0x6d, 0x99, 0x64, 0x57, 0x5c, 0x95, 0x43, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x53, 0x43, 0x73, 0x43, 0x73, 0x43, 0x53, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x4b, 0x95, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x99, 0x54, 0xb9, 0x54, 0xba, 0x5c, 0xdb, 0x5c, 0x1d, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x9e, 0x75, 0x5e, 0x7e, 0x1d, 0x8f, 0x5d, 0x9f, 0x3d, 0xaf, 0x5e, 0xbf, 0x5e, 0xcf, 0x5e, 0xc7, 0x5d, 0xb7, 0x5d, 0x9f, 0x1d, 0x8f, 0x9e, 0x86, 0xfe, 0x75, 0x5e, 0x6d, 0x3e, 0x65, 0xfe, 0x5c, 0x3e, 0x65, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x75, 0x1c, 0x65, 0x9a, 0x5c, 0x9a, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x44, 0x59, 0x44, 0x39, 0x44, 0x38, 0x44, 0x18, 0x44, 0x18, 0x44, 0xf7, 0x43, 0xf7, 0x3b, 0xd7, 0x3b, 0xb7, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x5a, 0x54, 0xbc, 0x64, 0x7a, 0x54, 0x79, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xdd, 0x5c, 0x1e, 0x65, 0x5e, 0x75, 0x3e, 0x86, 0xfe, 0x96, 0x3e, 0x9f, 0x5e, 0x8e, 0xfe, 0x7d, 0xbe, 0x7d, 0x7e, 0x75, 0x1e, 0x65, 0xdd, 0x64, 0x9b, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0xd7, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xae, 0x19, 0x8d, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, - 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0x79, 0x5c, 0xba, 0x5c, 0xbb, 0x64, 0xdc, 0x64, 0x1e, 0x6d, 0x3e, 0x6d, 0x3e, 0x75, 0xba, 0x64, 0xf3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x3a, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x53, 0x53, 0x4b, 0x33, 0x43, 0x33, 0x43, 0x53, 0x4b, 0x73, 0x4b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x57, 0x54, 0x78, 0x54, 0x98, 0x54, 0xb9, 0x5c, 0xb9, 0x5c, 0xda, 0x5c, 0x1b, 0x65, 0x1c, 0x65, 0x5d, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0x5e, 0x7e, 0x1d, 0x8f, 0x5d, 0x9f, 0x3d, 0xaf, 0x5e, 0xc7, 0x5e, 0xd7, 0x5e, 0xd7, 0x5e, 0xc7, 0x5d, 0xa7, 0x3d, 0x97, 0x1e, 0x8f, 0x7e, 0x86, 0x9e, 0x6d, 0x3e, 0x65, 0xfe, 0x5c, 0xfe, 0x5c, 0x5e, 0x65, 0x7e, 0x6d, 0x9e, 0x6d, 0x3d, 0x6d, 0xbb, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x4c, 0xba, 0x4c, 0x9a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x39, 0x44, 0x38, 0x44, 0x18, 0x44, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x13, 0x33, 0xf8, 0x4b, 0xbb, 0x5c, 0x9b, 0x54, 0x59, 0x4c, 0x9b, 0x54, 0xbc, 0x5c, 0xdd, 0x64, 0x1e, 0x6d, 0x7e, 0x75, 0x3e, 0x86, 0x1e, 0x97, 0x7d, 0xaf, 0x5d, 0x96, 0x3e, 0x86, 0x1e, 0x86, 0xbe, 0x7d, 0x7e, 0x75, 0x3e, 0x6d, 0xfd, 0x64, 0xbb, 0x5c, 0x79, 0x54, 0x18, 0x4c, 0xd7, 0x43, 0xb7, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x22, - 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x72, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0x79, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xba, 0x64, 0xbb, 0x64, 0xfc, 0x6c, 0x79, 0x5c, 0xb2, 0x32, 0xf3, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf2, 0x3a, 0x33, 0x43, 0x53, 0x43, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x33, 0x43, 0x53, 0x4b, 0x73, 0x4b, 0x73, 0x4b, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x78, 0x54, 0xb8, 0x54, 0xb8, 0x5c, 0xf9, 0x64, 0x19, 0x65, 0x1a, 0x65, 0x5c, 0x6d, 0x5d, 0x6d, 0x9e, 0x6d, 0xde, 0x75, 0x5e, 0x7e, 0x1e, 0x87, 0x5d, 0x97, 0x5d, 0xa7, 0x5d, 0xbf, 0x5e, 0xcf, 0x5e, 0xd7, 0x5e, 0xc7, 0x5d, 0xaf, 0x5d, 0x9f, 0x3d, 0x8f, 0xbe, 0x86, 0xde, 0x75, 0x5e, 0x6d, 0x1e, 0x65, 0xfe, 0x5c, 0xfe, 0x5c, 0x5e, 0x65, 0x9e, 0x6d, 0x9e, 0x6d, 0x3c, 0x65, 0xbb, 0x54, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xbb, 0x54, 0xbc, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x4c, 0x9a, 0x4c, 0x7a, 0x4c, 0x59, 0x4c, 0x58, 0x4c, 0x38, 0x44, 0x18, 0x44, 0xf7, 0x43, 0xd7, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x75, 0x3b, 0x7a, 0x54, 0xbc, 0x54, 0x9a, 0x54, 0x9c, 0x5c, 0xdd, 0x5c, 0xdd, 0x64, 0x1e, 0x65, 0x7e, 0x75, 0x3e, 0x86, 0x3e, 0x97, 0x7e, 0xb7, 0x5d, 0x9e, 0x3e, 0x96, 0x5e, 0x8e, 0x3e, 0x86, 0xde, 0x7d, 0x7e, 0x75, 0x5e, 0x6d, 0x1e, 0x65, 0xdb, 0x5c, 0x79, 0x54, 0x38, 0x54, 0xf8, 0x4b, 0xb6, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, - 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3a, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x38, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9b, 0x64, 0x9a, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x95, 0x4b, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0x12, 0x3b, 0x53, 0x43, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x33, 0x4b, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x54, 0x43, 0x53, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x37, 0x4c, 0x57, 0x4c, 0x77, 0x54, 0x98, 0x54, 0xb8, 0x5c, 0xd8, 0x64, 0xf8, 0x64, 0xf8, 0x64, 0x39, 0x6d, 0x5b, 0x6d, 0x9c, 0x6d, 0xbd, 0x6d, 0xfe, 0x75, 0x5e, 0x7e, 0xfd, 0x86, 0x3d, 0x97, 0x5d, 0x9f, 0x5d, 0xaf, 0x5e, 0xbf, 0x5e, 0xc7, 0x5e, 0xc7, 0x5d, 0xb7, 0x5d, 0x9f, 0x3d, 0x87, 0xbe, 0x86, 0x1e, 0x7e, 0x7e, 0x6d, 0x3e, 0x65, 0x1e, 0x5d, 0x1e, 0x5d, 0x1e, 0x5d, 0x5e, 0x65, 0x9e, 0x75, 0x3d, 0x65, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xfd, 0x54, 0xfd, 0x54, 0xfd, 0x54, 0xfd, 0x54, 0xdd, 0x54, 0xdc, 0x54, 0xfc, 0x54, 0xdb, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x59, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x33, 0xf3, 0x2a, 0xd7, 0x43, 0xdd, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x64, 0x3e, 0x6d, 0xde, 0x7d, 0xde, 0x8e, 0x7d, 0xa7, 0xdd, 0xa6, 0x5e, 0x9e, 0x5e, 0x96, 0x5e, 0x8e, 0x3e, 0x86, 0xde, 0x7d, 0xbe, 0x75, 0x7e, 0x6d, 0x1d, 0x6d, 0xdc, 0x64, 0x9a, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0xd7, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xad, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xad, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xef, 0x21, - 0xef, 0x21, 0x10, 0x22, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0x58, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xbc, 0x64, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xf2, 0x32, 0xf2, 0x3a, 0x12, 0x3b, 0x33, 0x43, 0x33, 0x4b, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x53, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x43, 0x37, 0x4c, 0x37, 0x4c, 0x77, 0x54, 0x98, 0x54, 0xb8, 0x5c, 0xd8, 0x5c, 0xd8, 0x64, 0xf8, 0x64, 0x19, 0x6d, 0x3a, 0x6d, 0x7c, 0x75, 0x9d, 0x75, 0xde, 0x7d, 0x7e, 0x7e, 0xfe, 0x86, 0x5d, 0x8f, 0x5d, 0x9f, 0x5d, 0xa7, 0x5d, 0xb7, 0x5d, 0xb7, 0x5d, 0xb7, 0x5d, 0xaf, 0x5d, 0x9f, 0x3d, 0x8f, 0xde, 0x86, 0x5e, 0x7e, 0x9e, 0x6d, 0x5e, 0x65, 0x1e, 0x65, 0x1e, 0x5d, 0xfe, 0x5c, 0x1e, 0x65, 0x7e, 0x6d, 0x5d, 0x65, 0xfc, 0x54, 0xdc, 0x54, 0xfc, 0x54, 0xfd, 0x5c, 0xfd, 0x5c, 0x1d, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x65, 0x3e, 0x5d, 0x1e, 0x5d, 0xfd, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x33, 0x54, 0x33, 0x59, 0x4c, 0xfd, 0x64, 0xdd, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0x7e, 0x6d, 0x1e, 0x7e, 0x1d, 0x97, 0x7e, 0xaf, 0x7e, 0x96, 0x3e, 0x96, 0x5e, 0x96, 0x5e, 0x8e, 0x5e, 0x86, 0x1e, 0x7e, 0x9e, 0x75, 0x5e, 0x6d, 0x1e, 0x6d, 0xdc, 0x64, 0xba, 0x5c, 0x79, 0x54, 0x18, 0x4c, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xad, 0x11, 0xad, 0x19, 0xad, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xad, 0x19, 0x8d, 0x11, 0xad, 0x11, 0xad, 0x11, 0x8d, 0x11, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, - 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x96, 0x43, 0xf7, 0x53, 0x58, 0x5c, 0x79, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0xdb, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0x59, 0x5c, 0x71, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0x12, 0x3b, 0x32, 0x43, 0x53, 0x4b, 0x73, 0x53, 0x73, 0x53, 0x73, 0x53, 0x54, 0x4b, 0x33, 0x43, 0x53, 0x43, 0x73, 0x43, 0x54, 0x43, 0x53, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x96, 0x3b, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x57, 0x54, 0x77, 0x54, 0x97, 0x54, 0xb8, 0x5c, 0xd8, 0x5c, 0xd8, 0x64, 0xf8, 0x64, 0xf9, 0x6c, 0x1a, 0x75, 0x5b, 0x7d, 0x7c, 0x7d, 0xbd, 0x7d, 0x1e, 0x86, 0xbe, 0x86, 0x5d, 0x8f, 0x5c, 0x97, 0x5d, 0x9f, 0x5d, 0xa7, 0x5d, 0xaf, 0x5d, 0xaf, 0x5d, 0xa7, 0x5d, 0x97, 0x1d, 0x8f, 0xde, 0x7e, 0x5e, 0x7e, 0xbe, 0x75, 0x7e, 0x6d, 0x5e, 0x65, 0x1e, 0x65, 0x1e, 0x5d, 0x1e, 0x5d, 0x1e, 0x65, 0x5e, 0x6d, 0x3d, 0x5d, 0xdd, 0x4c, 0x1d, 0x55, 0x1d, 0x5d, 0x1e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x1d, 0x5d, 0xdc, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x95, 0x3b, 0x55, 0x33, 0x75, 0x3b, 0x9b, 0x5c, 0x1e, 0x6d, 0x1e, 0x6d, 0x1e, 0x6d, 0xfe, 0x64, 0x1e, 0x65, 0x3e, 0x6d, 0x7e, 0x6d, 0x5e, 0x86, 0x5e, 0x9f, 0x9e, 0x96, 0x5e, 0x8e, 0x7e, 0x96, 0x5e, 0x8e, 0x7e, 0x86, 0x3e, 0x7e, 0xfe, 0x7d, 0xbe, 0x7d, 0x7e, 0x75, 0x1d, 0x6d, 0xfc, 0x64, 0xbb, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x11, 0xae, 0x11, 0xad, 0x19, 0xad, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xae, 0x19, 0x8e, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, - 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0x96, 0x43, 0x17, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0xb9, 0x64, 0xda, 0x64, 0xfa, 0x64, 0x1c, 0x6d, 0xfc, 0x6c, 0x75, 0x43, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf2, 0x32, 0xf2, 0x3a, 0x12, 0x3b, 0x33, 0x43, 0x33, 0x4b, 0x33, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x53, 0x74, 0x4b, 0x53, 0x43, 0x53, 0x43, 0x74, 0x43, 0x53, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0x17, 0x4c, 0x37, 0x4c, 0x77, 0x54, 0x97, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xd8, 0x6c, 0xd8, 0x6c, 0xd8, 0x74, 0x19, 0x7d, 0x3b, 0x7d, 0x5c, 0x85, 0x9d, 0x85, 0xbe, 0x85, 0x3e, 0x8e, 0xde, 0x8e, 0x3d, 0x97, 0x5d, 0x9f, 0x5d, 0x9f, 0x5d, 0xa7, 0x5d, 0xa7, 0x5d, 0x9f, 0x5d, 0x97, 0x1d, 0x87, 0x9e, 0x76, 0x3e, 0x76, 0xfe, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x1e, 0x5d, 0xfe, 0x54, 0xfe, 0x54, 0x1e, 0x55, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x7e, 0x65, 0x7e, 0x65, 0xbe, 0x6d, 0xde, 0x75, 0xfe, 0x75, 0xfe, 0x75, 0xfe, 0x75, 0xde, 0x75, 0xbe, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0xfd, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xdc, 0x5c, 0x7e, 0x75, 0x5e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0x3e, 0x65, 0x9e, 0x75, 0x3e, 0x86, 0x3e, 0x86, 0x5e, 0x86, 0x9e, 0x8e, 0x7e, 0x8e, 0x9e, 0x86, 0x1e, 0x7e, 0xbe, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0xfe, 0x64, 0xfd, 0x64, 0xfc, 0x64, 0xbc, 0x5c, 0x9b, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x30, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0xad, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0xad, 0x19, 0x8e, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, - 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0xb6, 0x43, 0x18, 0x54, 0x38, 0x5c, 0x38, 0x54, 0x78, 0x5c, 0x99, 0x64, 0xda, 0x64, 0xda, 0x6c, 0xfb, 0x6c, 0xfb, 0x6c, 0x34, 0x3b, 0xd3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x4b, 0x33, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x53, 0x43, 0x53, 0x43, 0x73, 0x43, 0x53, 0x43, 0x54, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0xd6, 0x43, 0xf6, 0x43, 0x16, 0x4c, 0x57, 0x4c, 0x77, 0x54, 0xb7, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xd8, 0x6c, 0xd8, 0x74, 0xd8, 0x74, 0xf9, 0x7c, 0x1a, 0x7d, 0x3b, 0x85, 0x5c, 0x85, 0x9d, 0x8d, 0xde, 0x8d, 0x5e, 0x8e, 0xfe, 0x96, 0x5d, 0x97, 0x5d, 0x9f, 0x5d, 0x9f, 0x5c, 0x9f, 0x5c, 0x97, 0x5c, 0x8f, 0xfd, 0x7e, 0x5e, 0x76, 0x1e, 0x76, 0xde, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x55, 0x1e, 0x55, 0x1e, 0x55, 0x1e, 0x5d, 0x3e, 0x5d, 0x7e, 0x65, 0x9e, 0x6d, 0xde, 0x6d, 0xfe, 0x75, 0x1e, 0x76, 0x5e, 0x7e, 0x9e, 0x7e, 0x7e, 0x7e, 0x9e, 0x7e, 0x9e, 0x7e, 0x3e, 0x7e, 0xde, 0x7d, 0xbe, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0xfc, 0x64, 0xbb, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x17, 0x4c, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x54, 0x3b, 0x18, 0x4c, 0x5d, 0x6d, 0x7e, 0x75, 0x3e, 0x6d, 0x3e, 0x6d, 0x1e, 0x65, 0x1e, 0x5d, 0x3e, 0x65, 0x7e, 0x75, 0xde, 0x7d, 0xfe, 0x7d, 0x5e, 0x86, 0x3e, 0x86, 0xfe, 0x7d, 0xde, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x5e, 0x6d, 0x1e, 0x6d, 0xfe, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xd6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, - 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0xb7, 0x43, 0xbd, 0x5c, 0xbc, 0x64, 0x37, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xda, 0x64, 0xfb, 0x6c, 0xfb, 0x74, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x43, 0x73, 0x43, 0x73, 0x43, 0x53, 0x43, 0x33, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0xb6, 0x3b, 0xf6, 0x43, 0x16, 0x4c, 0x37, 0x54, 0x77, 0x54, 0xb7, 0x5c, 0xd8, 0x64, 0xd8, 0x6c, 0xd8, 0x74, 0xd8, 0x74, 0xd9, 0x7c, 0xf9, 0x7c, 0x1a, 0x7d, 0x3b, 0x85, 0x5c, 0x85, 0x7c, 0x8d, 0xbe, 0x8d, 0xfe, 0x95, 0x7e, 0x96, 0xfe, 0x96, 0x5d, 0x97, 0x5d, 0x97, 0x5c, 0x97, 0x5c, 0x97, 0x5d, 0x8f, 0xfe, 0x86, 0x3e, 0x76, 0xde, 0x6d, 0xde, 0x6d, 0xde, 0x75, 0xfe, 0x75, 0xde, 0x75, 0x7e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1e, 0x5d, 0x1e, 0x55, 0x1e, 0x5d, 0x1e, 0x5d, 0x3e, 0x5d, 0x7e, 0x65, 0x9e, 0x65, 0xde, 0x6d, 0x3e, 0x76, 0x7e, 0x7e, 0xfe, 0x86, 0x1e, 0x87, 0x3e, 0x8f, 0x3e, 0x8f, 0x1e, 0x8f, 0x3e, 0x8f, 0xfe, 0x86, 0x7e, 0x86, 0x1e, 0x7e, 0xbe, 0x75, 0x7e, 0x6d, 0x3d, 0x6d, 0xdc, 0x64, 0x9a, 0x5c, 0x58, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x37, 0x54, 0x7d, 0x75, 0x9e, 0x75, 0x3e, 0x6d, 0x1e, 0x65, 0xfe, 0x64, 0x1e, 0x65, 0x3e, 0x65, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0xde, 0x7d, 0xde, 0x7d, 0xde, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0xfd, 0x64, 0xdb, 0x64, 0x9a, 0x5c, 0x79, 0x5c, 0x38, 0x54, 0x17, 0x54, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x35, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xad, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xae, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, - 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x55, 0x43, 0x38, 0x54, 0xff, 0x64, 0x1e, 0x65, 0xfc, 0x6c, 0x17, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xda, 0x6c, 0xda, 0x6c, 0xd3, 0x3a, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x73, 0x4b, 0x73, 0x43, 0x73, 0x43, 0x73, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0xd6, 0x43, 0xf6, 0x4b, 0x36, 0x54, 0x77, 0x5c, 0xb7, 0x64, 0xb7, 0x64, 0xd8, 0x6c, 0xd8, 0x74, 0xf8, 0x74, 0xd9, 0x7c, 0xf9, 0x7c, 0x19, 0x7d, 0x3a, 0x85, 0x5b, 0x85, 0x5c, 0x85, 0x7d, 0x8d, 0xbe, 0x8d, 0xfe, 0x95, 0x7e, 0x96, 0xfe, 0x96, 0x5d, 0x97, 0x5c, 0x97, 0x5c, 0x8f, 0x3d, 0x87, 0xde, 0x7e, 0x3e, 0x76, 0xbe, 0x6d, 0xbe, 0x6d, 0xbe, 0x6d, 0x1e, 0x7e, 0x3e, 0x7e, 0xde, 0x75, 0x5e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1e, 0x5d, 0x3e, 0x5d, 0x1e, 0x5d, 0x1e, 0x5d, 0x3e, 0x5d, 0x7e, 0x65, 0xbe, 0x6d, 0xfe, 0x75, 0x7e, 0x7e, 0xde, 0x86, 0x1e, 0x8f, 0x3d, 0x8f, 0x3c, 0x97, 0x5d, 0x97, 0x5d, 0x9f, 0x5d, 0x97, 0x5d, 0x97, 0x3d, 0x8f, 0xfe, 0x8e, 0x7e, 0x86, 0xfe, 0x7d, 0x9e, 0x75, 0x5e, 0x6d, 0xfc, 0x64, 0xba, 0x5c, 0x59, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x78, 0x54, 0x9d, 0x75, 0x9e, 0x75, 0x3e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x1e, 0x6d, 0xdc, 0x64, 0x9a, 0x5c, 0x58, 0x5c, 0x17, 0x54, 0xf7, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, - 0x8e, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x43, 0x96, 0x43, 0xdd, 0x64, 0xde, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0xdb, 0x64, 0x37, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0xda, 0x64, 0x58, 0x5c, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf4, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x74, 0x43, 0x53, 0x43, 0x73, 0x43, 0x73, 0x43, 0x73, 0x43, 0x53, 0x43, 0x53, 0x43, 0x34, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0xb5, 0x43, 0xd5, 0x43, 0xf6, 0x4b, 0x36, 0x54, 0x56, 0x54, 0x97, 0x64, 0xb7, 0x64, 0xd8, 0x6c, 0xf8, 0x74, 0xf8, 0x74, 0xf8, 0x7c, 0xf9, 0x7c, 0x19, 0x7d, 0x1a, 0x7d, 0x3b, 0x85, 0x3c, 0x85, 0x5c, 0x85, 0x9d, 0x8d, 0xbe, 0x8d, 0xfe, 0x95, 0x7e, 0x96, 0xfe, 0x96, 0x5e, 0x8f, 0x5d, 0x8f, 0x3d, 0x87, 0xfe, 0x7e, 0x3e, 0x76, 0xbe, 0x6d, 0x9e, 0x65, 0xbe, 0x6d, 0xfe, 0x75, 0x5e, 0x7e, 0x5e, 0x7e, 0xbe, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x3e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x7e, 0x65, 0x7e, 0x65, 0x9e, 0x6d, 0x1e, 0x76, 0x9e, 0x7e, 0xfe, 0x86, 0x5d, 0x8f, 0x5d, 0x97, 0x5d, 0x9f, 0x5d, 0xa7, 0x5d, 0xa7, 0x5d, 0xa7, 0x5d, 0xa7, 0x5d, 0x9f, 0x5d, 0x97, 0x3e, 0x97, 0xbe, 0x86, 0x3e, 0x7e, 0xbe, 0x75, 0x5e, 0x6d, 0x1d, 0x65, 0xdb, 0x5c, 0x79, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0xf7, 0x4b, 0xba, 0x5c, 0x5d, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x5e, 0x75, 0x1d, 0x6d, 0xdb, 0x64, 0x79, 0x5c, 0x37, 0x5c, 0xf7, 0x53, 0xd6, 0x4b, 0x96, 0x4b, 0x55, 0x43, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x19, 0xae, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x29, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0x14, 0x3b, 0x38, 0x54, 0xbc, 0x5c, 0xdd, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0x1d, 0x65, 0x99, 0x5c, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x17, 0x54, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x33, 0x3b, 0x14, 0x3b, 0x33, 0x3b, 0x53, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x54, 0x43, 0x53, 0x43, 0x73, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x94, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xd5, 0x43, 0x16, 0x4c, 0x16, 0x54, 0x36, 0x5c, 0x77, 0x5c, 0x97, 0x64, 0xb7, 0x6c, 0xd8, 0x74, 0xf8, 0x74, 0x18, 0x7d, 0x19, 0x7d, 0x19, 0x7d, 0x1a, 0x7d, 0x3a, 0x85, 0x5b, 0x85, 0x5c, 0x85, 0x7d, 0x85, 0x9e, 0x8d, 0xde, 0x8d, 0x3e, 0x8e, 0xbe, 0x8e, 0x3e, 0x8f, 0x5d, 0x8f, 0x5e, 0x87, 0xfe, 0x7e, 0x5e, 0x76, 0xde, 0x6d, 0x9e, 0x65, 0x9e, 0x65, 0xbe, 0x6d, 0x1e, 0x76, 0x5e, 0x7e, 0xde, 0x75, 0x7e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x1e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x7e, 0x5d, 0x7e, 0x65, 0xbe, 0x6d, 0xfe, 0x75, 0x9e, 0x7e, 0x1e, 0x87, 0x3d, 0x8f, 0x5d, 0x9f, 0x5d, 0xa7, 0x5d, 0xaf, 0x5d, 0xb7, 0x5d, 0xb7, 0x5e, 0xb7, 0x7d, 0xaf, 0x7d, 0xa7, 0x5d, 0x9f, 0x5d, 0x97, 0xfe, 0x8e, 0x3e, 0x86, 0xde, 0x7d, 0x7e, 0x75, 0x1d, 0x6d, 0xbb, 0x64, 0x79, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0xb6, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0xbb, 0x5c, 0x7d, 0x75, 0xbe, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0xde, 0x75, 0xfe, 0x7d, 0x3e, 0x7e, 0x1e, 0x86, 0x1e, 0x7e, 0xfe, 0x7d, 0xfe, 0x7d, 0xbe, 0x7d, 0x7e, 0x75, 0x5e, 0x6d, 0xfc, 0x6c, 0x99, 0x64, 0x58, 0x5c, 0x17, 0x54, 0xd6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x34, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8e, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0x76, 0x43, 0x38, 0x54, 0x9a, 0x5c, 0xbc, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0x3e, 0x65, 0x1c, 0x65, 0x58, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0xb6, 0x4b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x53, 0x43, 0x54, 0x43, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x73, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x53, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x4b, 0x16, 0x4c, 0x36, 0x54, 0x56, 0x5c, 0x77, 0x64, 0x97, 0x64, 0xd7, 0x6c, 0xf8, 0x74, 0xf8, 0x74, 0x18, 0x7d, 0x19, 0x7d, 0x19, 0x7d, 0x1a, 0x7d, 0x3a, 0x85, 0x5b, 0x85, 0x5c, 0x85, 0x7d, 0x85, 0xbe, 0x85, 0xfe, 0x85, 0x7e, 0x8e, 0xfe, 0x8e, 0x3e, 0x8f, 0x5e, 0x8f, 0x3e, 0x87, 0x9e, 0x7e, 0xde, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x9e, 0x6d, 0xde, 0x75, 0x1e, 0x76, 0xfe, 0x75, 0x9e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x5d, 0x1e, 0x55, 0x1e, 0x55, 0x5e, 0x5d, 0x7e, 0x65, 0x9e, 0x65, 0xbe, 0x6d, 0x1e, 0x76, 0x9e, 0x7e, 0x1e, 0x87, 0x5d, 0x8f, 0x5d, 0x9f, 0x5d, 0xaf, 0x5d, 0xb7, 0x5e, 0xbf, 0x5e, 0xbf, 0x5e, 0xc7, 0x5e, 0xbf, 0x5e, 0xb7, 0x5d, 0xaf, 0x5d, 0xa7, 0x5d, 0x97, 0x1e, 0x8f, 0x5e, 0x86, 0xbe, 0x7d, 0x7e, 0x75, 0x1d, 0x6d, 0xbb, 0x64, 0x59, 0x5c, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x7a, 0x54, 0x7a, 0x54, 0x99, 0x54, 0x3c, 0x6d, 0xbe, 0x7d, 0x9e, 0x75, 0x5e, 0x6d, 0x9e, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0xde, 0x7d, 0x3e, 0x86, 0xbe, 0x8e, 0xde, 0x8e, 0xfe, 0x96, 0x1e, 0x97, 0xde, 0x96, 0x7e, 0x8e, 0x1e, 0x86, 0xde, 0x7d, 0x7e, 0x75, 0x3e, 0x6d, 0xbb, 0x64, 0x59, 0x5c, 0x18, 0x54, 0xd6, 0x4b, 0xb6, 0x4b, 0x55, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8e, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x35, 0x43, 0x38, 0x5c, 0x38, 0x54, 0x79, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0xdd, 0x64, 0x3f, 0x6d, 0x3e, 0x65, 0xfb, 0x64, 0x58, 0x54, 0x99, 0x5c, 0xb6, 0x4b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x33, 0x33, 0x33, 0x53, 0x3b, 0x53, 0x43, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xf5, 0x4b, 0x16, 0x54, 0x36, 0x5c, 0x56, 0x5c, 0x77, 0x64, 0xb7, 0x6c, 0xd7, 0x6c, 0xf8, 0x74, 0x18, 0x75, 0x18, 0x75, 0x19, 0x7d, 0x19, 0x7d, 0x3a, 0x85, 0x3b, 0x7d, 0x5b, 0x7d, 0x5c, 0x7d, 0x9d, 0x85, 0xde, 0x85, 0x3e, 0x86, 0x9e, 0x8e, 0xde, 0x8e, 0x1e, 0x8f, 0x1e, 0x87, 0xbe, 0x7e, 0x1e, 0x76, 0x9e, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x9e, 0x6d, 0xfe, 0x75, 0xde, 0x6d, 0x9e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x1e, 0x5d, 0x3e, 0x55, 0x5e, 0x55, 0x5e, 0x5d, 0x7e, 0x5d, 0x9e, 0x65, 0x9e, 0x6d, 0xbe, 0x6d, 0x5e, 0x76, 0xfe, 0x86, 0x3d, 0x8f, 0x5c, 0x9f, 0x5d, 0xa7, 0x5d, 0xb7, 0x5e, 0xbf, 0x5e, 0xcf, 0x5e, 0xd7, 0x5e, 0xcf, 0x5e, 0xc7, 0x5e, 0xb7, 0x5d, 0xaf, 0x5d, 0xa7, 0x5d, 0x97, 0x3e, 0x8f, 0x7e, 0x86, 0xbe, 0x7d, 0x5e, 0x6d, 0x1d, 0x65, 0xdb, 0x64, 0x9a, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x79, 0x54, 0xbb, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0xfb, 0x64, 0x7d, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0x1e, 0x86, 0xbe, 0x86, 0x5e, 0x97, 0x7d, 0x9f, 0x7d, 0x9f, 0x5d, 0xa7, 0x7d, 0x9f, 0x5d, 0x9f, 0x1e, 0x97, 0x7e, 0x8e, 0xfe, 0x85, 0x9e, 0x7d, 0x3e, 0x75, 0xdb, 0x64, 0x79, 0x5c, 0x58, 0x5c, 0xd7, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x19, - 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf7, 0x53, 0x79, 0x5c, 0x59, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xdd, 0x64, 0x3e, 0x6d, 0x5e, 0x6d, 0x78, 0x5c, 0x79, 0x5c, 0xb6, 0x4b, 0x55, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x4b, 0xf6, 0x4b, 0x16, 0x54, 0x36, 0x5c, 0x57, 0x5c, 0x97, 0x64, 0xb7, 0x64, 0xd7, 0x64, 0xf8, 0x6c, 0x18, 0x6d, 0x18, 0x6d, 0x19, 0x6d, 0x1a, 0x75, 0x3a, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x7c, 0x75, 0xbd, 0x7d, 0xfe, 0x7d, 0x5e, 0x86, 0x7e, 0x8e, 0x9e, 0x8e, 0xbe, 0x86, 0xbe, 0x7e, 0x1e, 0x76, 0x9e, 0x6d, 0x7e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x6d, 0xbe, 0x6d, 0x9e, 0x6d, 0x7e, 0x65, 0x5e, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x7e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x9e, 0x65, 0xbe, 0x6d, 0x3e, 0x76, 0xde, 0x86, 0x3e, 0x8f, 0x7d, 0x97, 0x5d, 0xa7, 0x5d, 0xb7, 0x5e, 0xbf, 0x5e, 0xcf, 0x5e, 0xd7, 0x5e, 0xdf, 0x5e, 0xd7, 0x5e, 0xc7, 0x5e, 0xbf, 0x5d, 0xaf, 0x5d, 0xa7, 0x5d, 0x97, 0xde, 0x8e, 0x3e, 0x86, 0xde, 0x7d, 0x7e, 0x75, 0x3d, 0x65, 0xdb, 0x5c, 0x99, 0x54, 0x58, 0x54, 0x79, 0x54, 0xbc, 0x5c, 0xbc, 0x5c, 0x9a, 0x5c, 0x39, 0x54, 0xb9, 0x5c, 0x9d, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xde, 0x7d, 0x3e, 0x7e, 0xfe, 0x8e, 0x5d, 0x97, 0x5d, 0xa7, 0x5e, 0xb7, 0x5e, 0xb7, 0x5e, 0xb7, 0x7d, 0xaf, 0x5d, 0xaf, 0x7e, 0x9f, 0xfe, 0x96, 0x1e, 0x86, 0x9e, 0x7d, 0x5e, 0x75, 0xdc, 0x64, 0x79, 0x5c, 0x18, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x33, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xce, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xf6, 0x4b, 0xd9, 0x6c, 0x99, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0xdc, 0x64, 0xfe, 0x64, 0x3e, 0x6d, 0x3d, 0x6d, 0x58, 0x5c, 0xd6, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xf6, 0x4b, 0xf6, 0x4b, 0x16, 0x4c, 0x36, 0x54, 0x77, 0x54, 0x97, 0x5c, 0xb7, 0x5c, 0xd8, 0x5c, 0xf8, 0x64, 0x18, 0x65, 0x19, 0x65, 0x19, 0x65, 0x3a, 0x6d, 0x3a, 0x6d, 0x5b, 0x6d, 0x7c, 0x6d, 0x7c, 0x75, 0x9c, 0x75, 0xdd, 0x7d, 0xfe, 0x7d, 0x1e, 0x7e, 0x3e, 0x7e, 0x3e, 0x7e, 0x1e, 0x76, 0xbe, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x5e, 0x65, 0x5e, 0x5d, 0x7e, 0x5d, 0x7e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x7e, 0x65, 0xbe, 0x6d, 0xde, 0x75, 0x5e, 0x7e, 0xfe, 0x86, 0xdc, 0x8e, 0x7b, 0x8e, 0x5b, 0x96, 0x3c, 0x96, 0x1c, 0x9e, 0xfc, 0x9d, 0xdd, 0x9d, 0xdd, 0x9d, 0xdd, 0x9d, 0x1d, 0x9e, 0x3e, 0x96, 0x7e, 0x96, 0xde, 0x96, 0xbe, 0x8e, 0x5e, 0x86, 0xfe, 0x7d, 0xbe, 0x75, 0x7e, 0x6d, 0x1d, 0x65, 0x9a, 0x54, 0x59, 0x4c, 0x37, 0x4c, 0x9b, 0x5c, 0xdd, 0x64, 0x9b, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0xda, 0x5c, 0x1b, 0x65, 0x5c, 0x6d, 0x9e, 0x7d, 0xde, 0x7d, 0xbe, 0x7d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x7d, 0x9e, 0x7d, 0xde, 0x7d, 0x3e, 0x86, 0x1e, 0x8f, 0x7d, 0x9f, 0x7e, 0xaf, 0x7e, 0xc7, 0x7e, 0xd7, 0x7e, 0xd7, 0x7e, 0xcf, 0x7e, 0xbf, 0x7d, 0xaf, 0x7d, 0xa7, 0xfe, 0x9e, 0x3e, 0x8e, 0xbe, 0x7d, 0x3e, 0x75, 0xbb, 0x64, 0x59, 0x5c, 0x18, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xef, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0x10, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xf6, 0x53, 0xd8, 0x6c, 0xd8, 0x6c, 0xd9, 0x64, 0xfa, 0x64, 0xbb, 0x64, 0xba, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xdd, 0x64, 0x1e, 0x65, 0x3e, 0x6d, 0xba, 0x64, 0xb6, 0x4b, 0xb6, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0x36, 0x4c, 0x36, 0x4c, 0x57, 0x4c, 0x77, 0x54, 0x97, 0x54, 0xb8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xf9, 0x5c, 0x19, 0x65, 0x3a, 0x65, 0x3a, 0x65, 0x3a, 0x65, 0x3a, 0x6d, 0x5b, 0x6d, 0x7b, 0x6d, 0x9c, 0x6d, 0xbd, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x6d, 0x9e, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0xbf, 0x6d, 0x9e, 0x6d, 0x1c, 0x65, 0xfa, 0x5c, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0xda, 0x64, 0xda, 0x6c, 0xfa, 0x6c, 0x1b, 0x75, 0x1c, 0x7d, 0x1c, 0x7d, 0x3c, 0x7d, 0x3d, 0x85, 0x5d, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xde, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x7e, 0x75, 0x5e, 0x75, 0x5e, 0x6d, 0x3d, 0x6d, 0xfb, 0x64, 0xdb, 0x64, 0xfd, 0x5c, 0x3d, 0x65, 0x3d, 0x65, 0x3c, 0x65, 0xfb, 0x64, 0xfa, 0x5c, 0xfa, 0x64, 0x1a, 0x6d, 0x9d, 0x75, 0xbe, 0x7d, 0x9e, 0x7d, 0x7e, 0x7d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x7d, 0xde, 0x7d, 0x1e, 0x86, 0xdf, 0x8e, 0x5d, 0x97, 0x7d, 0xaf, 0x7e, 0xbf, 0x7e, 0xdf, 0x7e, 0xe7, 0x7e, 0xe7, 0x5e, 0xe7, 0x7e, 0xcf, 0x7e, 0xb7, 0x7d, 0xaf, 0x3e, 0x9f, 0x3e, 0x8e, 0x7f, 0x75, 0xdc, 0x6c, 0x9a, 0x64, 0x79, 0x5c, 0x17, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xef, 0x21, 0xef, 0x29, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x54, 0x43, 0xb7, 0x64, 0xd8, 0x74, 0xd8, 0x74, 0x19, 0x75, 0x3a, 0x6d, 0xfb, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xdd, 0x64, 0xfe, 0x64, 0x3e, 0x6d, 0x1c, 0x6d, 0xf7, 0x4b, 0xb6, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xb5, 0x43, 0xd5, 0x4b, 0xd5, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x53, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0x95, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0x37, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x77, 0x54, 0x98, 0x54, 0xb8, 0x54, 0xd8, 0x54, 0xd8, 0x54, 0xb8, 0x54, 0xd8, 0x5c, 0x19, 0x5d, 0x19, 0x65, 0x3a, 0x65, 0x5b, 0x6d, 0x7c, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x65, 0xbe, 0x6d, 0xbe, 0x6d, 0x1b, 0x65, 0x58, 0x54, 0x38, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0xba, 0x64, 0xfb, 0x64, 0x1b, 0x6d, 0x3b, 0x6d, 0x3b, 0x75, 0x3c, 0x7d, 0x3c, 0x7d, 0x5c, 0x85, 0x5d, 0x85, 0x7d, 0x85, 0x7e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x1e, 0x7e, 0xde, 0x7d, 0x7d, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0xfb, 0x64, 0xfb, 0x64, 0xfa, 0x64, 0x3b, 0x6d, 0x7d, 0x75, 0x7e, 0x7d, 0x9e, 0x7d, 0x7e, 0x7d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x7d, 0xfe, 0x85, 0x7e, 0x8e, 0x5e, 0x97, 0x7d, 0xa7, 0x7e, 0xb7, 0x7e, 0xdf, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xd7, 0x7e, 0xbf, 0x7d, 0xa7, 0x9e, 0x8e, 0xbe, 0x7d, 0x3e, 0x75, 0xdb, 0x64, 0x99, 0x5c, 0x58, 0x5c, 0xf7, 0x4b, 0xb6, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x32, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0x34, 0x3b, 0x98, 0x64, 0xd8, 0x74, 0xb8, 0x74, 0xd8, 0x7c, 0x19, 0x7d, 0x3a, 0x7d, 0x3a, 0x6d, 0xdb, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xfe, 0x64, 0x3e, 0x6d, 0x3e, 0x6d, 0x38, 0x54, 0xd6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x53, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0x16, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x78, 0x4c, 0x58, 0x4c, 0x57, 0x4c, 0x57, 0x4c, 0x78, 0x54, 0x98, 0x54, 0xd9, 0x5c, 0xf9, 0x64, 0xfa, 0x64, 0x1a, 0x65, 0x3b, 0x65, 0x3c, 0x65, 0x5d, 0x65, 0x7d, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x3e, 0x5d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0x5e, 0x6d, 0x5d, 0x65, 0x3c, 0x65, 0x78, 0x54, 0xf7, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0xda, 0x64, 0xfa, 0x64, 0x1a, 0x6d, 0x3b, 0x6d, 0x3b, 0x75, 0x3c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x7d, 0x7d, 0x9e, 0x85, 0x9e, 0x7d, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x7e, 0x75, 0x3e, 0x6d, 0x5e, 0x6d, 0x5e, 0x75, 0x3e, 0x6d, 0x3e, 0x6d, 0x7e, 0x6d, 0xbe, 0x75, 0x3e, 0x7e, 0x3e, 0x7e, 0xfe, 0x7d, 0x9e, 0x75, 0x3c, 0x65, 0x1b, 0x65, 0x3b, 0x65, 0x3a, 0x6d, 0x7d, 0x75, 0x7e, 0x7d, 0x5e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x5e, 0x7d, 0x7e, 0x7d, 0x9e, 0x7d, 0x3e, 0x8e, 0x1e, 0x97, 0x7d, 0xa7, 0x7d, 0xb7, 0x7e, 0xcf, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xdf, 0x5e, 0xc7, 0x7d, 0xaf, 0x3e, 0x9f, 0x5e, 0x8e, 0x9f, 0x7d, 0x3e, 0x75, 0xbb, 0x64, 0x79, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0x96, 0x43, 0x76, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0xb3, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0x10, 0x22, 0xf0, 0x21, 0x0f, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x17, 0x54, 0xb8, 0x64, 0xb8, 0x6c, 0xd8, 0x74, 0xd8, 0x7c, 0xf9, 0x84, 0x1a, 0x85, 0x3a, 0x75, 0x1b, 0x6d, 0xdb, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xdd, 0x64, 0x3e, 0x6d, 0x5e, 0x6d, 0xba, 0x64, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x53, 0xd6, 0x53, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0x16, 0x54, 0x16, 0x54, 0xf6, 0x53, 0xb5, 0x4b, 0xd5, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0x16, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x16, 0x4c, 0xf6, 0x43, 0x17, 0x44, 0x37, 0x4c, 0x57, 0x4c, 0x58, 0x4c, 0x98, 0x54, 0xb9, 0x5c, 0xd9, 0x5c, 0xfa, 0x5c, 0xfb, 0x5c, 0x1b, 0x5d, 0x1c, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1e, 0x5d, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x5d, 0x3e, 0x5d, 0x3e, 0x65, 0x3e, 0x65, 0xfd, 0x64, 0xbb, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xfa, 0x64, 0x1b, 0x65, 0x3b, 0x6d, 0x3c, 0x75, 0x5c, 0x75, 0x5c, 0x7d, 0x7d, 0x7d, 0xbe, 0x85, 0xbe, 0x85, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x5e, 0x6d, 0x1e, 0x6d, 0xfe, 0x64, 0x3e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7d, 0x75, 0x5b, 0x6d, 0x5c, 0x75, 0x7e, 0x75, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x9e, 0x7d, 0xde, 0x8d, 0x9e, 0x96, 0x3e, 0x9f, 0x7d, 0xaf, 0x5e, 0xc7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xdf, 0x7e, 0xc7, 0x7d, 0xaf, 0xfe, 0x96, 0x3e, 0x86, 0x9e, 0x7d, 0x1d, 0x6d, 0x9a, 0x5c, 0x58, 0x5c, 0x38, 0x54, 0xd7, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8e, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0xcf, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0xd3, 0x32, 0xb6, 0x4b, 0x37, 0x54, 0x97, 0x64, 0xb8, 0x6c, 0xb8, 0x74, 0x3b, 0x85, 0x1a, 0x85, 0x19, 0x85, 0x3a, 0x7d, 0x3a, 0x75, 0xfb, 0x64, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xfd, 0x64, 0xfe, 0x6c, 0x5e, 0x6d, 0x5d, 0x6d, 0xd6, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0x16, 0x54, 0xf6, 0x53, 0xf6, 0x53, 0x16, 0x54, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x17, 0x54, 0x36, 0x54, 0x36, 0x54, 0xd6, 0x53, 0xd5, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xf6, 0x43, 0x16, 0x44, 0xf6, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0x17, 0x44, 0x37, 0x4c, 0x58, 0x4c, 0x78, 0x54, 0x98, 0x54, 0xb9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xbb, 0x54, 0xdb, 0x5c, 0xdc, 0x5c, 0xfe, 0x5c, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0xbc, 0x5c, 0x5a, 0x54, 0x7b, 0x5c, 0x5a, 0x54, 0x38, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0xba, 0x5c, 0xda, 0x5c, 0xfb, 0x64, 0x1b, 0x65, 0x3b, 0x6d, 0x5c, 0x6d, 0x5c, 0x75, 0x7d, 0x75, 0x9e, 0x7d, 0xbf, 0x7d, 0xde, 0x7d, 0xde, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0x7e, 0x75, 0x3e, 0x6d, 0x3e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0x7e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x7e, 0x7d, 0x9e, 0x85, 0x1e, 0x8e, 0xfe, 0x96, 0x5d, 0xa7, 0x7e, 0xb7, 0x7e, 0xd7, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xdf, 0x7e, 0xb7, 0x7e, 0xa7, 0xbe, 0x96, 0xde, 0x85, 0x7e, 0x75, 0xfb, 0x64, 0x79, 0x5c, 0x38, 0x54, 0xf7, 0x53, 0xb6, 0x4b, 0x76, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xad, 0x19, 0x8d, 0x11, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x92, 0x2a, 0x55, 0x3b, 0xb6, 0x43, 0x17, 0x54, 0x77, 0x5c, 0xb7, 0x64, 0x19, 0x7d, 0x3b, 0x85, 0x5b, 0x85, 0x19, 0x85, 0x19, 0x85, 0x3a, 0x75, 0xfb, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0x1e, 0x65, 0x5e, 0x6d, 0x7e, 0x75, 0x18, 0x54, 0xd7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0x17, 0x54, 0x37, 0x5c, 0x17, 0x5c, 0x16, 0x5c, 0x36, 0x5c, 0x36, 0x54, 0x16, 0x54, 0x17, 0x54, 0x37, 0x54, 0x17, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x57, 0x54, 0x57, 0x5c, 0x37, 0x5c, 0x16, 0x5c, 0xf6, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x94, 0x4b, 0x74, 0x43, 0x74, 0x43, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0xb5, 0x3b, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0x17, 0x44, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0xb9, 0x54, 0xba, 0x5c, 0xbb, 0x54, 0xdc, 0x5c, 0xfd, 0x5c, 0x1e, 0x5d, 0x3e, 0x65, 0xdb, 0x5c, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x5c, 0x39, 0x54, 0x18, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xfb, 0x5c, 0x1b, 0x65, 0x3b, 0x6d, 0x5c, 0x6d, 0x7c, 0x75, 0xbe, 0x7d, 0xdf, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x3e, 0x65, 0xfe, 0x64, 0x1e, 0x65, 0x5e, 0x65, 0xbe, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0xde, 0x7d, 0xbe, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x9e, 0x7d, 0xbe, 0x85, 0x5e, 0x8e, 0x3e, 0x97, 0x7d, 0xa7, 0x7d, 0xb7, 0x5e, 0xd7, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xe7, 0x7e, 0xc7, 0x7d, 0xaf, 0x3e, 0x9f, 0x5e, 0x8e, 0x9e, 0x7d, 0x3d, 0x6d, 0xdb, 0x64, 0x58, 0x5c, 0x17, 0x54, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xf3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x30, 0x2a, 0x50, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0xf3, 0x32, 0x55, 0x3b, 0x95, 0x43, 0xf7, 0x4b, 0x57, 0x5c, 0xd8, 0x6c, 0x3a, 0x75, 0x1a, 0x85, 0x3b, 0x85, 0x5c, 0x8d, 0x3a, 0x85, 0x3a, 0x75, 0x1a, 0x6d, 0xdb, 0x64, 0xbc, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0x1e, 0x65, 0x3e, 0x6d, 0x7e, 0x75, 0x79, 0x5c, 0xf7, 0x4b, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x57, 0x5c, 0x57, 0x5c, 0x77, 0x64, 0x57, 0x64, 0x77, 0x5c, 0x77, 0x5c, 0x57, 0x5c, 0x57, 0x54, 0x57, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x38, 0x54, 0x37, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x57, 0x54, 0x57, 0x54, 0x77, 0x5c, 0x57, 0x5c, 0x37, 0x5c, 0x16, 0x54, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x94, 0x4b, 0x74, 0x43, 0x94, 0x4b, 0xb5, 0x4b, 0xd5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x3b, 0x95, 0x3b, 0x94, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0x16, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x58, 0x4c, 0x58, 0x4c, 0x78, 0x54, 0x98, 0x54, 0x99, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x9b, 0x54, 0x58, 0x54, 0x37, 0x54, 0x58, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x5c, 0x59, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0x1c, 0x65, 0x3c, 0x6d, 0x5d, 0x6d, 0xbe, 0x75, 0xbf, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xde, 0x75, 0xbe, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x5c, 0xfe, 0x64, 0xde, 0x64, 0x1e, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x5e, 0x7d, 0x7e, 0x7d, 0x9e, 0x7d, 0xde, 0x85, 0x7e, 0x8e, 0x5e, 0x97, 0x7d, 0xa7, 0x7e, 0xb7, 0x7e, 0xcf, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xe7, 0x7e, 0xcf, 0x7d, 0xb7, 0x9e, 0xa7, 0xde, 0x96, 0xfe, 0x85, 0x7e, 0x75, 0x1c, 0x6d, 0x99, 0x5c, 0x17, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, - 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x71, 0x2a, 0xd3, 0x32, 0x13, 0x33, 0x34, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0x37, 0x54, 0xf9, 0x64, 0x19, 0x75, 0x1a, 0x7d, 0x3a, 0x85, 0x3b, 0x85, 0x5c, 0x85, 0x39, 0x75, 0x1a, 0x6d, 0xdb, 0x64, 0xbb, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0x1d, 0x65, 0x3e, 0x6d, 0x7e, 0x75, 0xba, 0x64, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x57, 0x5c, 0x77, 0x5c, 0x77, 0x64, 0x77, 0x64, 0x77, 0x64, 0x77, 0x64, 0x77, 0x64, 0x77, 0x5c, 0x77, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x77, 0x5c, 0x77, 0x5c, 0x57, 0x5c, 0x16, 0x54, 0x16, 0x4c, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0xb5, 0x3b, 0xd5, 0x3b, 0xb5, 0x43, 0x94, 0x43, 0x94, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0x16, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x79, 0x54, 0x99, 0x54, 0xba, 0x5c, 0x7a, 0x54, 0xf8, 0x4b, 0xd7, 0x4b, 0x17, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x59, 0x5c, 0x59, 0x54, 0x7a, 0x5c, 0x39, 0x54, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x58, 0x54, 0x78, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x99, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0x9a, 0x54, 0x9a, 0x5c, 0x9a, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0x3c, 0x6d, 0x7e, 0x6d, 0x9f, 0x75, 0xbf, 0x75, 0xbe, 0x75, 0x7d, 0x6d, 0x5d, 0x6d, 0x3e, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xbe, 0x5c, 0xbe, 0x5c, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0x3e, 0x6d, 0x7e, 0x6d, 0xbe, 0x75, 0x9e, 0x7d, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0x9e, 0x7d, 0x7e, 0x75, 0x7e, 0x7d, 0x9e, 0x7d, 0xfe, 0x85, 0xfe, 0x85, 0x7e, 0x86, 0x1e, 0x8f, 0x7d, 0x9f, 0x7e, 0xaf, 0x7e, 0xbf, 0x7e, 0xd7, 0x7e, 0xd7, 0x7e, 0xcf, 0x7e, 0xbf, 0x7d, 0xaf, 0x7d, 0xa7, 0xfe, 0x96, 0x1e, 0x86, 0x9f, 0x7d, 0x3d, 0x75, 0xba, 0x64, 0x58, 0x5c, 0x17, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0xd3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, - 0xce, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x30, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0x34, 0x33, 0x55, 0x3b, 0xb6, 0x43, 0x79, 0x5c, 0xd9, 0x64, 0x19, 0x6d, 0x1a, 0x75, 0x3a, 0x7d, 0x3b, 0x7d, 0x5c, 0x7d, 0x5b, 0x75, 0x1a, 0x6d, 0xda, 0x64, 0xbb, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0xfd, 0x64, 0x3e, 0x6d, 0x7e, 0x75, 0x5c, 0x6d, 0x38, 0x5c, 0x38, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x64, 0x97, 0x64, 0x97, 0x64, 0x97, 0x6c, 0x97, 0x6c, 0x97, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x64, 0x77, 0x5c, 0x16, 0x54, 0x17, 0x54, 0xf6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0xd5, 0x53, 0xb5, 0x4b, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0xb5, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0x16, 0x4c, 0xf6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0xf7, 0x4b, 0x96, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x54, 0x18, 0x5c, 0x38, 0x5c, 0x58, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x18, 0x4c, 0xd7, 0x43, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x54, 0x99, 0x5c, 0x9a, 0x54, 0x9a, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0x1d, 0x65, 0x1c, 0x65, 0xdb, 0x5c, 0xbc, 0x5c, 0xdd, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x5c, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0x3e, 0x6d, 0x7e, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0x9e, 0x7d, 0xbe, 0x7d, 0x9e, 0x7d, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0x1e, 0x7e, 0xde, 0x8e, 0x1e, 0x8f, 0x3d, 0x8f, 0x5d, 0x97, 0x7d, 0xa7, 0x7e, 0xb7, 0x7e, 0xb7, 0x7e, 0xb7, 0x7e, 0xb7, 0x7d, 0xaf, 0x7e, 0x9f, 0x1e, 0x97, 0x3e, 0x86, 0x9f, 0x7d, 0x3d, 0x75, 0xfb, 0x6c, 0x79, 0x5c, 0x37, 0x54, 0xf7, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, - 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0xef, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0x14, 0x33, 0x54, 0x3b, 0xd6, 0x4b, 0x78, 0x5c, 0xb9, 0x64, 0xfa, 0x64, 0x1a, 0x6d, 0x3a, 0x75, 0x3a, 0x75, 0x5b, 0x75, 0x7c, 0x75, 0x1a, 0x65, 0xda, 0x64, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdd, 0x64, 0x1e, 0x6d, 0x7e, 0x75, 0xde, 0x7d, 0x59, 0x5c, 0x38, 0x5c, 0x58, 0x5c, 0x98, 0x64, 0xb8, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0xb8, 0x64, 0xd8, 0x64, 0xb8, 0x5c, 0x98, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x78, 0x54, 0x99, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0xb8, 0x5c, 0xd8, 0x64, 0xb8, 0x64, 0x98, 0x64, 0x78, 0x5c, 0x37, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x53, 0xd5, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x74, 0x3b, 0x33, 0x3b, 0x54, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x37, 0x4c, 0x95, 0x43, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x38, 0x5c, 0x38, 0x5c, 0x58, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x43, 0x18, 0x4c, 0x58, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0xbb, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0x9a, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x7a, 0x54, 0xbc, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xfe, 0x64, 0x1e, 0x65, 0x5e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0xfe, 0x64, 0xfe, 0x64, 0xde, 0x5c, 0xde, 0x5c, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0xfe, 0x64, 0x1e, 0x6d, 0x1e, 0x65, 0x5e, 0x6d, 0x9e, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0xde, 0x7d, 0xbe, 0x7d, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xde, 0x75, 0x3e, 0x7e, 0xfe, 0x8e, 0x5d, 0x97, 0x5d, 0x97, 0x5d, 0x9f, 0x5d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x5d, 0x9f, 0x5e, 0x97, 0xff, 0x8e, 0x3e, 0x86, 0x9e, 0x7d, 0x5e, 0x75, 0xfc, 0x6c, 0x99, 0x64, 0x58, 0x5c, 0x17, 0x54, 0xf6, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, - 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x29, 0x30, 0x2a, 0x30, 0x2a, 0xef, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xf3, 0x32, 0x95, 0x43, 0x16, 0x54, 0x57, 0x5c, 0x99, 0x5c, 0xd9, 0x64, 0xfa, 0x64, 0x1a, 0x6d, 0x3a, 0x6d, 0x5b, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0xba, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0x1e, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0x1b, 0x6d, 0x59, 0x5c, 0x79, 0x5c, 0x98, 0x64, 0xb8, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x74, 0xb8, 0x74, 0xb8, 0x74, 0xb8, 0x74, 0xb8, 0x6c, 0xd8, 0x6c, 0xf9, 0x64, 0xd9, 0x64, 0xb9, 0x5c, 0xb9, 0x5c, 0x99, 0x54, 0x99, 0x54, 0xb9, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xd9, 0x64, 0xf9, 0x64, 0xd9, 0x64, 0xb8, 0x64, 0x78, 0x5c, 0x37, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x53, 0x16, 0x54, 0xf6, 0x4b, 0xd6, 0x43, 0xd5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x3b, 0x74, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xb5, 0x43, 0xb5, 0x3b, 0xd6, 0x3b, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0xb5, 0x43, 0x14, 0x3b, 0x14, 0x33, 0x34, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x18, 0x54, 0xf7, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x58, 0x54, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x7a, 0x54, 0x19, 0x54, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x7b, 0x54, 0xbc, 0x54, 0xdd, 0x5c, 0xfe, 0x5c, 0x1e, 0x65, 0x5e, 0x6d, 0xbe, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x7d, 0xde, 0x7d, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0xbe, 0x75, 0xde, 0x7d, 0x5f, 0x7e, 0xfe, 0x8e, 0x5d, 0x97, 0x7d, 0x9f, 0x5d, 0x9f, 0x5d, 0x97, 0x3e, 0x8f, 0xfe, 0x8e, 0x9f, 0x86, 0x1e, 0x86, 0xbe, 0x75, 0x5e, 0x6d, 0xfc, 0x6c, 0xba, 0x64, 0x78, 0x5c, 0x37, 0x54, 0xf7, 0x53, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x96, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, - 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0xf0, 0x21, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0x34, 0x3b, 0xb5, 0x43, 0xd6, 0x4b, 0x17, 0x54, 0x58, 0x5c, 0xb9, 0x64, 0xda, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0x1a, 0x65, 0x1b, 0x65, 0x1c, 0x65, 0xda, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0xdc, 0x64, 0xfe, 0x64, 0x5e, 0x6d, 0x9e, 0x75, 0x5d, 0x75, 0x79, 0x5c, 0x79, 0x5c, 0xb9, 0x64, 0xd8, 0x64, 0xd8, 0x6c, 0xd8, 0x74, 0xb8, 0x74, 0xb8, 0x74, 0xd8, 0x74, 0xd8, 0x74, 0xd9, 0x74, 0xf9, 0x74, 0x19, 0x75, 0x1a, 0x6d, 0xfa, 0x64, 0xda, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x64, 0xda, 0x64, 0xf9, 0x64, 0xf9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0x78, 0x5c, 0x17, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xd5, 0x43, 0xb5, 0x43, 0xb5, 0x3b, 0xb5, 0x3b, 0xb5, 0x3b, 0xd6, 0x43, 0xd6, 0x43, 0x34, 0x3b, 0xb3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0xb9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xfc, 0x64, 0xdc, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x39, 0x4c, 0x7b, 0x54, 0xde, 0x5c, 0xfe, 0x5c, 0xfe, 0x5c, 0x3e, 0x65, 0x9e, 0x6d, 0xbe, 0x75, 0xde, 0x7d, 0xde, 0x7d, 0xff, 0x7d, 0xde, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x9e, 0x75, 0xbe, 0x75, 0xff, 0x75, 0x7e, 0x7e, 0xfe, 0x8e, 0x5e, 0x97, 0x5d, 0x97, 0x7d, 0x97, 0x5e, 0x86, 0x1e, 0x7e, 0xdf, 0x75, 0x9e, 0x75, 0x5e, 0x6d, 0xfc, 0x64, 0x9a, 0x5c, 0x59, 0x5c, 0x38, 0x5c, 0x17, 0x54, 0x17, 0x4c, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xcf, 0x21, - 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x55, 0x3b, 0x95, 0x43, 0xb6, 0x4b, 0xf6, 0x53, 0x37, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xdb, 0x64, 0xdb, 0x5c, 0xdc, 0x5c, 0x79, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xfd, 0x64, 0x3e, 0x6d, 0x9e, 0x75, 0x9d, 0x75, 0x9a, 0x64, 0x9a, 0x5c, 0xb9, 0x64, 0xd9, 0x6c, 0xf9, 0x6c, 0xd9, 0x74, 0xd9, 0x74, 0xd8, 0x7c, 0xd9, 0x7c, 0xd9, 0x7c, 0xf9, 0x7c, 0x1a, 0x7d, 0x1a, 0x75, 0x3a, 0x6d, 0x3b, 0x6d, 0x1b, 0x65, 0x1b, 0x5d, 0xfb, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x64, 0x1b, 0x6d, 0x1a, 0x65, 0x1a, 0x65, 0xfa, 0x64, 0xfa, 0x64, 0xb9, 0x5c, 0x37, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x16, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x74, 0x33, 0x54, 0x33, 0x55, 0x33, 0x95, 0x33, 0xb5, 0x3b, 0xd6, 0x43, 0x95, 0x43, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x59, 0x54, 0x9a, 0x5c, 0xda, 0x5c, 0xfb, 0x64, 0xfb, 0x5c, 0x79, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0xbd, 0x5c, 0xfe, 0x5c, 0xfe, 0x5c, 0xfe, 0x5c, 0x3e, 0x6d, 0x9e, 0x75, 0xde, 0x7d, 0x1e, 0x7e, 0x3e, 0x86, 0x3e, 0x86, 0x3e, 0x7e, 0x1e, 0x7e, 0xfe, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x3e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0xfe, 0x75, 0x3e, 0x7e, 0x7e, 0x86, 0xde, 0x8e, 0x1f, 0x8f, 0x7e, 0x86, 0x9e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0xfc, 0x64, 0xba, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, - 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x2a, 0x30, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0x10, 0x22, 0xf0, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x2a, 0x14, 0x33, 0x54, 0x3b, 0x95, 0x43, 0xb5, 0x4b, 0xd6, 0x53, 0xf7, 0x53, 0x17, 0x54, 0x58, 0x5c, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0x7b, 0x54, 0x59, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xdc, 0x64, 0x1e, 0x65, 0x7e, 0x75, 0xbe, 0x75, 0x1c, 0x6d, 0x9a, 0x5c, 0xda, 0x64, 0xfa, 0x64, 0xf9, 0x6c, 0xd9, 0x74, 0xf9, 0x7c, 0xd9, 0x7c, 0xd9, 0x7c, 0xf9, 0x7c, 0x1a, 0x7d, 0x1a, 0x7d, 0x3a, 0x7d, 0x5b, 0x75, 0x5b, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x3d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x3d, 0x65, 0x3d, 0x6d, 0x5c, 0x6d, 0x3b, 0x6d, 0x1b, 0x65, 0x1a, 0x65, 0xda, 0x5c, 0x99, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x16, 0x4c, 0xd6, 0x4b, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x33, 0x54, 0x33, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x55, 0x2b, 0x54, 0x33, 0xd2, 0x32, 0x71, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x99, 0x54, 0x79, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0xbd, 0x5c, 0x1e, 0x5d, 0x1e, 0x5d, 0x3e, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0xfe, 0x7d, 0x5e, 0x7e, 0x9f, 0x86, 0xbe, 0x86, 0x9e, 0x86, 0x5f, 0x86, 0x3e, 0x7e, 0xfe, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x5e, 0x6d, 0x3e, 0x65, 0x5e, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0xbe, 0x75, 0xde, 0x75, 0xff, 0x7d, 0x3f, 0x7e, 0x3f, 0x7e, 0x1e, 0x7e, 0x9e, 0x75, 0x1d, 0x65, 0xdc, 0x5c, 0xbb, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0x10, 0x22, 0x0f, 0x2a, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xcf, 0x21, - 0xef, 0x21, 0xef, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xf7, 0x53, 0x17, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0xf8, 0x4b, 0x39, 0x4c, 0x5a, 0x54, 0x7b, 0x54, 0x39, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xdc, 0x5c, 0x1e, 0x65, 0x5e, 0x6d, 0x9e, 0x75, 0x3d, 0x6d, 0x9b, 0x5c, 0xdb, 0x64, 0xfa, 0x64, 0x1a, 0x6d, 0x1a, 0x75, 0x1a, 0x7d, 0xf9, 0x7c, 0xfa, 0x84, 0xfa, 0x84, 0x1a, 0x85, 0x1b, 0x85, 0x3b, 0x7d, 0x5c, 0x7d, 0x9c, 0x75, 0x9d, 0x75, 0xbe, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x5d, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0xba, 0x5c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x78, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0xd6, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x43, 0x94, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x33, 0x54, 0x2b, 0x34, 0x2b, 0x34, 0x23, 0x34, 0x2b, 0x14, 0x2b, 0x54, 0x2b, 0x34, 0x33, 0x91, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0xf7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x37, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9c, 0x54, 0xde, 0x5c, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0xbe, 0x75, 0xfe, 0x75, 0x3e, 0x7e, 0x9e, 0x86, 0xde, 0x8e, 0x1e, 0x8f, 0xfe, 0x8e, 0xbe, 0x86, 0x9f, 0x86, 0x5e, 0x86, 0x1e, 0x7e, 0xde, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x5e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbf, 0x75, 0x7e, 0x6d, 0x1d, 0x65, 0x9b, 0x5c, 0x5a, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x59, 0x4c, 0x75, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, - 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x21, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x53, 0x17, 0x54, 0x38, 0x54, 0x19, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x5b, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xdd, 0x64, 0x1e, 0x65, 0x5e, 0x75, 0xbe, 0x7d, 0x9e, 0x75, 0xbb, 0x64, 0xbb, 0x64, 0xfb, 0x6c, 0x3b, 0x6d, 0x3a, 0x75, 0x1a, 0x7d, 0x1a, 0x7d, 0x1a, 0x85, 0x1a, 0x85, 0x1a, 0x85, 0x3b, 0x85, 0x5c, 0x85, 0x7d, 0x85, 0x9e, 0x7d, 0xfe, 0x7d, 0x1e, 0x7e, 0x1e, 0x7e, 0xfe, 0x7d, 0xde, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xde, 0x75, 0xbe, 0x75, 0x7e, 0x6d, 0x5d, 0x65, 0x3d, 0x65, 0x9a, 0x5c, 0x38, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x79, 0x5c, 0x58, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x57, 0x54, 0x17, 0x4c, 0xd6, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x3b, 0x74, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x23, 0x34, 0x23, 0x55, 0x2b, 0x14, 0x2b, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0xf7, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x37, 0x54, 0x37, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xde, 0x5c, 0x1e, 0x5d, 0x5e, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0x3e, 0x7e, 0x7e, 0x86, 0xbf, 0x86, 0xfe, 0x8e, 0x1e, 0x8f, 0x5e, 0x8f, 0x3e, 0x8f, 0x3e, 0x8f, 0x1e, 0x8f, 0xbe, 0x86, 0x5e, 0x7e, 0xfe, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x5e, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5f, 0x6d, 0x3e, 0x6d, 0x79, 0x54, 0x18, 0x4c, 0xf7, 0x4b, 0x59, 0x4c, 0x9a, 0x54, 0x7a, 0x4c, 0x59, 0x4c, 0x75, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x2a, 0x10, 0x2a, - 0x30, 0x2a, 0x10, 0x22, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0x35, 0x33, 0x75, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x19, 0x4c, 0x3a, 0x4c, 0x5a, 0x54, 0x5b, 0x54, 0x7b, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0xbc, 0x5c, 0xfe, 0x64, 0x5e, 0x6d, 0x9e, 0x75, 0xdf, 0x7d, 0xbe, 0x7d, 0x1d, 0x6d, 0x1c, 0x6d, 0x3b, 0x6d, 0x3b, 0x75, 0x3b, 0x75, 0x3a, 0x7d, 0x3a, 0x85, 0x3b, 0x85, 0x3b, 0x85, 0x5b, 0x8d, 0x7c, 0x8d, 0x9d, 0x85, 0xbe, 0x85, 0x1f, 0x86, 0x7f, 0x86, 0x7e, 0x86, 0x9e, 0x86, 0x9e, 0x86, 0x7e, 0x86, 0x7f, 0x86, 0x7e, 0x7e, 0x5e, 0x7e, 0x5f, 0x7e, 0x1e, 0x7e, 0xbe, 0x75, 0x9e, 0x6d, 0x1d, 0x65, 0x9a, 0x54, 0x79, 0x5c, 0xba, 0x5c, 0xd9, 0x64, 0x99, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x57, 0x54, 0x16, 0x4c, 0xf6, 0x4b, 0xf6, 0x53, 0xd6, 0x4b, 0xb5, 0x43, 0x75, 0x3b, 0x55, 0x33, 0x54, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x23, 0x34, 0x23, 0x34, 0x2b, 0xf3, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xd5, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0xd6, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0x37, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x64, 0x99, 0x64, 0xb9, 0x64, 0xda, 0x64, 0xfb, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xfd, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x5c, 0x1e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0xbe, 0x75, 0xde, 0x75, 0x9e, 0x7e, 0x1e, 0x87, 0x5e, 0x8f, 0x7d, 0x97, 0x7d, 0x97, 0x7d, 0x9f, 0x7d, 0x9f, 0x7d, 0x97, 0x7e, 0x97, 0xfe, 0x8e, 0x7e, 0x86, 0x3e, 0x7e, 0xde, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x7e, 0x75, 0x3e, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x5f, 0x6d, 0xbb, 0x5c, 0xbc, 0x5c, 0xbd, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0xf8, 0x4b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, - 0x0f, 0x22, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x4c, 0x7a, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x7a, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x9b, 0x54, 0xdd, 0x5c, 0xfe, 0x64, 0x5e, 0x6d, 0x9e, 0x75, 0xbe, 0x7d, 0x5d, 0x6d, 0x3d, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5b, 0x7d, 0x5b, 0x85, 0x5b, 0x85, 0x3b, 0x8d, 0x5c, 0x8d, 0x7d, 0x8d, 0x9e, 0x8d, 0xdf, 0x85, 0x5e, 0x86, 0xde, 0x86, 0x3e, 0x8f, 0x5e, 0x97, 0x5e, 0x97, 0x5e, 0x97, 0x3e, 0x97, 0x5e, 0x97, 0x5e, 0x8f, 0x1e, 0x8f, 0xff, 0x86, 0x7f, 0x86, 0xfe, 0x75, 0x9e, 0x75, 0xfc, 0x64, 0xdb, 0x5c, 0x1c, 0x6d, 0xdb, 0x64, 0xda, 0x5c, 0x99, 0x54, 0x78, 0x54, 0x58, 0x54, 0x17, 0x54, 0x17, 0x54, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x3b, 0x95, 0x33, 0x75, 0x2b, 0x55, 0x2b, 0x35, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0xf3, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0x75, 0x3b, 0x34, 0x33, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x5c, 0x78, 0x64, 0x98, 0x64, 0xb9, 0x64, 0xd9, 0x64, 0xfa, 0x64, 0xfb, 0x64, 0xfc, 0x64, 0x1d, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0x3e, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0x1e, 0x7e, 0xbe, 0x86, 0x5e, 0x8f, 0x7d, 0x97, 0x7d, 0x9f, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x9d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x5e, 0x97, 0xfe, 0x8e, 0x7e, 0x86, 0x1e, 0x7e, 0xde, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x9e, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x3e, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1f, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0xfe, 0x64, 0x3e, 0x65, 0x7f, 0x6d, 0x3e, 0x65, 0xdd, 0x5c, 0xbc, 0x54, 0x7b, 0x54, 0xf7, 0x4b, 0x55, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x29, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xf4, 0x32, 0x35, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0x9b, 0x54, 0xbc, 0x5c, 0xfe, 0x64, 0x3f, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0xbe, 0x7d, 0x1d, 0x6d, 0x5d, 0x75, 0x7d, 0x75, 0x7c, 0x7d, 0x7c, 0x85, 0x5c, 0x85, 0x5c, 0x85, 0x5c, 0x85, 0x7d, 0x8d, 0x9d, 0x8d, 0xbe, 0x8d, 0xff, 0x8d, 0x7f, 0x8e, 0x1f, 0x8f, 0x7e, 0x97, 0x7d, 0x9f, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x9d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x7d, 0x9f, 0x5e, 0x97, 0x1f, 0x8f, 0x5f, 0x7e, 0xbe, 0x75, 0x7d, 0x75, 0x5d, 0x6d, 0x1c, 0x6d, 0xfb, 0x64, 0xfa, 0x64, 0x99, 0x54, 0x78, 0x54, 0x37, 0x54, 0x37, 0x4c, 0xf7, 0x43, 0xd6, 0x3b, 0xb6, 0x33, 0x95, 0x2b, 0x75, 0x2b, 0x55, 0x2b, 0x55, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x14, 0x2b, 0x91, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x54, 0x43, 0x95, 0x43, 0xd5, 0x4b, 0xb5, 0x43, 0xd5, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x5c, 0x78, 0x5c, 0xb8, 0x64, 0xb9, 0x64, 0xda, 0x64, 0xfa, 0x64, 0xfb, 0x64, 0xfc, 0x64, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0xde, 0x75, 0x1e, 0x76, 0x3f, 0x7e, 0xde, 0x86, 0x7e, 0x8f, 0x7d, 0x9f, 0x7d, 0xa7, 0x7d, 0xaf, 0x7e, 0xaf, 0x7e, 0xb7, 0x7d, 0xb7, 0x9d, 0xb7, 0x7d, 0xaf, 0x7d, 0xa7, 0x7d, 0x9f, 0x3e, 0x97, 0xdf, 0x86, 0x5e, 0x86, 0x1e, 0x7e, 0xde, 0x7d, 0xdf, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7f, 0x75, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x3f, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0xfe, 0x64, 0x1e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0xdd, 0x5c, 0x7b, 0x4c, 0x96, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0xcf, 0x21, - 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x55, 0x33, 0x76, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x39, 0x4c, 0x5a, 0x4c, 0x7a, 0x54, 0x9b, 0x5c, 0x79, 0x54, 0xba, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0x1d, 0x65, 0x1e, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0xdf, 0x75, 0xbe, 0x75, 0x3e, 0x6d, 0x9e, 0x75, 0x9d, 0x7d, 0x7d, 0x85, 0x7d, 0x8d, 0x7d, 0x8d, 0x7d, 0x8d, 0x7d, 0x8d, 0xbe, 0x8d, 0xdf, 0x8d, 0x1f, 0x8e, 0x9f, 0x8e, 0x3e, 0x97, 0x7d, 0x97, 0x7d, 0x9f, 0x7d, 0xaf, 0x7e, 0xb7, 0x9e, 0xbf, 0x9e, 0xbf, 0x7e, 0xbf, 0x9e, 0xb7, 0x7e, 0xb7, 0x7d, 0xaf, 0x7d, 0x9f, 0x3e, 0x97, 0x9e, 0x86, 0xfd, 0x7d, 0xbe, 0x7d, 0x5d, 0x6d, 0x3d, 0x6d, 0x1c, 0x65, 0xba, 0x54, 0x78, 0x54, 0x37, 0x4c, 0x17, 0x44, 0xf7, 0x3b, 0xb7, 0x33, 0xb6, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0x95, 0x2b, 0x55, 0x2b, 0x55, 0x2b, 0x35, 0x2b, 0x14, 0x2b, 0x72, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x14, 0x3b, 0x74, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xd5, 0x4b, 0xb5, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0x75, 0x3b, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x99, 0x64, 0xb9, 0x64, 0xda, 0x64, 0xfb, 0x64, 0xfc, 0x64, 0x1d, 0x65, 0x3e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0xbe, 0x75, 0xfe, 0x7d, 0x7f, 0x7e, 0x1f, 0x87, 0x7e, 0x97, 0x7d, 0x9f, 0x7d, 0xaf, 0x7e, 0xb7, 0x9e, 0xbf, 0x7e, 0xc7, 0x7e, 0xc7, 0x7e, 0xc7, 0x7e, 0xbf, 0x7e, 0xb7, 0x9e, 0xaf, 0x9d, 0xa7, 0x5d, 0x97, 0x3e, 0x8f, 0xde, 0x86, 0x5f, 0x86, 0x1f, 0x7e, 0xfe, 0x7d, 0x1e, 0x7e, 0xff, 0x7d, 0xdf, 0x7d, 0xde, 0x7d, 0xde, 0x7d, 0xbf, 0x7d, 0x9e, 0x75, 0x7e, 0x75, 0x7f, 0x75, 0x7f, 0x75, 0x5f, 0x6d, 0x3e, 0x6d, 0x3f, 0x6d, 0x3f, 0x6d, 0x1e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x5a, 0x54, 0x76, 0x43, 0x96, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xce, 0x19, 0xae, 0x19, - 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x76, 0x3b, 0xb7, 0x43, 0xf8, 0x43, 0x19, 0x4c, 0x39, 0x4c, 0x5a, 0x4c, 0x5a, 0x54, 0x9b, 0x54, 0x59, 0x4c, 0x79, 0x54, 0xba, 0x5c, 0xfb, 0x5c, 0x1c, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x9e, 0x75, 0xde, 0x7d, 0x9e, 0x75, 0x9f, 0x75, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x85, 0x9d, 0x8d, 0x9e, 0x8d, 0x9e, 0x8d, 0xbe, 0x8d, 0xff, 0x8d, 0x3f, 0x8e, 0x9f, 0x8e, 0x3e, 0x97, 0x9d, 0x9f, 0x7d, 0x9f, 0x9d, 0xaf, 0x7e, 0xbf, 0x9e, 0xcf, 0x7e, 0xdf, 0x9f, 0xe7, 0x7e, 0xdf, 0x9e, 0xd7, 0x7e, 0xc7, 0x7e, 0xb7, 0x9d, 0xaf, 0x7d, 0x9f, 0x1e, 0x97, 0x5e, 0x86, 0xbd, 0x7d, 0x7d, 0x6d, 0x5d, 0x65, 0xfb, 0x5c, 0x79, 0x4c, 0x38, 0x3c, 0x18, 0x34, 0x17, 0x34, 0xf7, 0x33, 0xd7, 0x33, 0xd7, 0x33, 0xb6, 0x2b, 0x96, 0x2b, 0x75, 0x2b, 0x75, 0x2b, 0x55, 0x2b, 0xd2, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x34, 0x3b, 0x94, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x34, 0x3b, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0xb9, 0x5c, 0xba, 0x64, 0xdb, 0x64, 0x1c, 0x6d, 0x3e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0x1e, 0x7e, 0x7f, 0x7e, 0x1f, 0x87, 0x7d, 0x97, 0x9d, 0x9f, 0x7e, 0xaf, 0x7e, 0xbf, 0x7e, 0xcf, 0x7e, 0xd7, 0x9f, 0xdf, 0x7e, 0xdf, 0x7f, 0xd7, 0x9f, 0xcf, 0x9e, 0xbf, 0x7d, 0xb7, 0x7d, 0xa7, 0x7d, 0x9f, 0x3e, 0x97, 0xde, 0x8e, 0xbf, 0x86, 0x5e, 0x86, 0x1f, 0x7e, 0xff, 0x7d, 0x1f, 0x7e, 0x1f, 0x7e, 0xff, 0x7d, 0xde, 0x7d, 0xbf, 0x7d, 0x9f, 0x75, 0x7f, 0x75, 0x5f, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x5e, 0x65, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x3f, 0x6d, 0x3e, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0xd7, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x55, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, - 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xcf, 0x21, 0x10, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd4, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0x35, 0x3b, 0x96, 0x3b, 0x97, 0x43, 0xd8, 0x43, 0xf8, 0x43, 0x19, 0x4c, 0x5a, 0x4c, 0x5a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xfc, 0x5c, 0x1d, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0x9e, 0x6d, 0xbf, 0x75, 0xde, 0x7d, 0x7e, 0x75, 0xbf, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0x9e, 0x85, 0xbe, 0x85, 0xbe, 0x8d, 0xbf, 0x8d, 0xdf, 0x8d, 0x1e, 0x8e, 0x7f, 0x8e, 0x1e, 0x8f, 0x9d, 0x97, 0x7d, 0x9f, 0x7d, 0xaf, 0x7e, 0xbf, 0x7e, 0xd7, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x9f, 0xd7, 0x7e, 0xcf, 0x7e, 0xbf, 0x7e, 0xa7, 0xfe, 0x8e, 0x5e, 0x7e, 0xbe, 0x6d, 0x7e, 0x65, 0xfc, 0x54, 0x7a, 0x44, 0x39, 0x34, 0x38, 0x34, 0x18, 0x34, 0xf8, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xd7, 0x33, 0xb6, 0x2b, 0xb6, 0x2b, 0x96, 0x2b, 0xf3, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x13, 0x3b, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xdb, 0x64, 0xfc, 0x64, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0xde, 0x75, 0x5e, 0x7e, 0x1e, 0x8f, 0x7d, 0x97, 0x7d, 0xa7, 0x9e, 0xaf, 0x9e, 0xbf, 0x9e, 0xd7, 0x7f, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x9f, 0xe7, 0x7e, 0xd7, 0x7e, 0xc7, 0x7d, 0xb7, 0x9d, 0xaf, 0x7d, 0x9f, 0x7e, 0x97, 0x1e, 0x8f, 0xdf, 0x8e, 0x9e, 0x86, 0x5f, 0x86, 0x1e, 0x7e, 0x3e, 0x7e, 0x1f, 0x7e, 0xff, 0x7d, 0xdf, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x7f, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7f, 0x75, 0x7e, 0x6d, 0x7f, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x5f, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3f, 0x6d, 0x1e, 0x65, 0x1e, 0x65, 0x1f, 0x65, 0xfe, 0x64, 0xb7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, - 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0xae, 0x19, 0xcf, 0x21, 0x50, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0x19, 0x4c, 0x19, 0x4c, 0x3a, 0x4c, 0x9a, 0x54, 0xba, 0x54, 0x9b, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0x3e, 0x65, 0x7f, 0x6d, 0xbf, 0x6d, 0xde, 0x75, 0xde, 0x7d, 0xde, 0x7d, 0x9e, 0x7d, 0xde, 0x7d, 0xdf, 0x7d, 0xdf, 0x85, 0xbf, 0x85, 0xdf, 0x85, 0xdf, 0x8d, 0xff, 0x8d, 0x1f, 0x8e, 0x5f, 0x8e, 0xfe, 0x8e, 0x3e, 0x8f, 0x7d, 0x9f, 0x7d, 0xa7, 0x7e, 0xb7, 0x7e, 0xc7, 0x7e, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x7e, 0xd7, 0x7d, 0xaf, 0x3d, 0x8f, 0x9e, 0x7e, 0xfe, 0x6d, 0xbe, 0x5d, 0x1d, 0x55, 0x9b, 0x44, 0x7a, 0x3c, 0x59, 0x3c, 0x39, 0x3c, 0x18, 0x34, 0x18, 0x34, 0xf7, 0x33, 0xd7, 0x33, 0xd7, 0x33, 0xb6, 0x2b, 0x34, 0x2b, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x13, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x4c, 0x38, 0x54, 0x78, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xdc, 0x64, 0x1e, 0x65, 0x3e, 0x6d, 0x7e, 0x6d, 0xde, 0x75, 0x5f, 0x7e, 0xff, 0x8e, 0x7e, 0x97, 0x9d, 0x9f, 0x7d, 0xaf, 0x7e, 0xbf, 0x7e, 0xcf, 0x7f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9e, 0xd7, 0x9e, 0xc7, 0x7e, 0xb7, 0x9d, 0xaf, 0x7d, 0x9f, 0x7e, 0x97, 0x3e, 0x8f, 0xff, 0x8e, 0xbf, 0x86, 0x5e, 0x86, 0x1f, 0x86, 0x1e, 0x7e, 0x3e, 0x7e, 0x3e, 0x7e, 0x7e, 0x86, 0x7e, 0x86, 0x1e, 0x7e, 0xbe, 0x7d, 0x9e, 0x75, 0x7f, 0x75, 0x5e, 0x75, 0x7f, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x65, 0x5f, 0x6d, 0x5e, 0x6d, 0x3f, 0x6d, 0x1e, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x7a, 0x54, 0xb7, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x0f, 0x2a, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, - 0x8d, 0x11, 0x4d, 0x09, 0xef, 0x21, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x97, 0x4b, 0x97, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0x18, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xdd, 0x64, 0x9b, 0x5c, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x5a, 0x4c, 0x7a, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xfc, 0x5c, 0x1d, 0x65, 0x3e, 0x65, 0x1d, 0x65, 0x3e, 0x65, 0x9e, 0x6d, 0xbe, 0x75, 0x1f, 0x7e, 0x1e, 0x7e, 0x1f, 0x7e, 0xbe, 0x7d, 0xdf, 0x7d, 0xff, 0x7d, 0xdf, 0x7d, 0xdf, 0x85, 0xfe, 0x85, 0x1f, 0x8e, 0x3f, 0x8e, 0x5f, 0x8e, 0x9e, 0x8e, 0x3f, 0x8f, 0x5e, 0x8f, 0x7d, 0x9f, 0x9d, 0xa7, 0x7e, 0xb7, 0x7e, 0xcf, 0x7f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x7e, 0xef, 0x9f, 0xef, 0x9e, 0xdf, 0x7e, 0xb7, 0x5d, 0x8f, 0xfe, 0x7e, 0x1e, 0x66, 0x9e, 0x5d, 0x3e, 0x55, 0xdd, 0x44, 0x9c, 0x44, 0x7a, 0x3c, 0x9a, 0x3c, 0x39, 0x3c, 0x38, 0x34, 0x18, 0x34, 0x18, 0x34, 0xf7, 0x33, 0x96, 0x33, 0xf3, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x13, 0x3b, 0x74, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x95, 0x43, 0x54, 0x43, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x9a, 0x5c, 0xdb, 0x5c, 0xfd, 0x64, 0x3e, 0x65, 0x5e, 0x6d, 0x9e, 0x6d, 0xbe, 0x6d, 0x7e, 0x7e, 0x3e, 0x8f, 0x7d, 0x9f, 0x9d, 0xa7, 0x9e, 0xb7, 0x7e, 0xc7, 0x7e, 0xdf, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x7e, 0xd7, 0x9e, 0xc7, 0x7d, 0xb7, 0x9d, 0xaf, 0x7d, 0xa7, 0x7e, 0x97, 0x5e, 0x97, 0x3e, 0x8f, 0xfe, 0x8e, 0xff, 0x8e, 0xdf, 0x8e, 0xbe, 0x8e, 0xdf, 0x8e, 0xbe, 0x8e, 0x9e, 0x86, 0x5f, 0x86, 0x7e, 0x86, 0xde, 0x7d, 0x9e, 0x75, 0x7f, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x3f, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x6d, 0xd8, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0xb7, 0x4b, 0xb6, 0x4b, 0x55, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, - 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xf8, 0x53, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x9b, 0x5c, 0xbd, 0x5c, 0xfe, 0x64, 0xdd, 0x64, 0xbc, 0x5c, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xdb, 0x64, 0x1d, 0x65, 0x1d, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x9e, 0x6d, 0xde, 0x75, 0x3f, 0x7e, 0x5e, 0x7e, 0x1e, 0x7e, 0xde, 0x7d, 0x1e, 0x7e, 0x1f, 0x7e, 0xff, 0x7d, 0x1f, 0x86, 0x1e, 0x86, 0x5f, 0x8e, 0x7f, 0x8e, 0xbf, 0x8e, 0xff, 0x8e, 0x3e, 0x8f, 0x3e, 0x8f, 0x5d, 0x97, 0x7d, 0xa7, 0x9e, 0xb7, 0x9e, 0xc7, 0x9f, 0xdf, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x9e, 0xcf, 0x7d, 0xaf, 0x7d, 0x8f, 0x1e, 0x77, 0x7e, 0x6e, 0xfe, 0x5d, 0x7e, 0x55, 0x1e, 0x4d, 0xfd, 0x4c, 0xbc, 0x44, 0x7a, 0x3c, 0x79, 0x3c, 0x59, 0x3c, 0x38, 0x34, 0x18, 0x34, 0xf7, 0x33, 0x34, 0x33, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0x53, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x54, 0x3b, 0xd2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x9a, 0x5c, 0xfc, 0x64, 0x1d, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0xbe, 0x6d, 0x1e, 0x76, 0xde, 0x7e, 0x5d, 0x87, 0x7d, 0x97, 0x7d, 0xa7, 0x7e, 0xaf, 0x9e, 0xc7, 0x7e, 0xd7, 0x7f, 0xe7, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x7e, 0xdf, 0x7e, 0xc7, 0x7e, 0xb7, 0x7d, 0xaf, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x5e, 0x9f, 0x1e, 0x9f, 0xfe, 0x9e, 0xbe, 0x96, 0x9f, 0x96, 0x9f, 0x96, 0x9e, 0x96, 0xbf, 0x8e, 0xbe, 0x8e, 0xde, 0x86, 0x9e, 0x86, 0x1e, 0x7e, 0xbe, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3f, 0x65, 0x3e, 0x65, 0xf8, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x96, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0xef, 0x21, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x30, 0x2a, - 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x56, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0x19, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x5a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xbd, 0x64, 0xde, 0x64, 0xdd, 0x5c, 0xfd, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0x1d, 0x65, 0x1e, 0x65, 0x3f, 0x65, 0x7f, 0x6d, 0x9e, 0x6d, 0xbe, 0x75, 0xfe, 0x75, 0x5f, 0x7e, 0x5e, 0x7e, 0x1e, 0x86, 0x1f, 0x7e, 0x1e, 0x7e, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x5f, 0x86, 0x7f, 0x86, 0xbf, 0x86, 0xdf, 0x86, 0xff, 0x86, 0x1f, 0x87, 0x1e, 0x87, 0x3e, 0x8f, 0x9d, 0x9f, 0x9d, 0xaf, 0x9e, 0xbf, 0x9e, 0xcf, 0x7e, 0xcf, 0x7e, 0xcf, 0x9e, 0xc7, 0x7d, 0xb7, 0x7d, 0xa7, 0x5d, 0x8f, 0x1e, 0x6f, 0xbe, 0x6e, 0xfe, 0x65, 0x9e, 0x5d, 0x3e, 0x55, 0xdd, 0x4c, 0xbc, 0x44, 0x9b, 0x44, 0x9a, 0x44, 0x59, 0x3c, 0x59, 0x3c, 0x38, 0x34, 0x96, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xf3, 0x3a, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0xd2, 0x32, 0x91, 0x2a, 0xb1, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x58, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xdc, 0x64, 0x1e, 0x65, 0x5e, 0x6d, 0x9e, 0x6d, 0xde, 0x75, 0x3e, 0x76, 0xfe, 0x86, 0x5d, 0x8f, 0x7c, 0x97, 0x7d, 0xa7, 0x7d, 0xb7, 0x7e, 0xc7, 0x7e, 0xd7, 0x9e, 0xdf, 0x7e, 0xdf, 0x9e, 0xe7, 0x9e, 0xdf, 0x7e, 0xd7, 0x7e, 0xc7, 0x7e, 0xbf, 0x7d, 0xaf, 0x7d, 0xaf, 0x7d, 0xa7, 0x7d, 0xa7, 0x7e, 0xa7, 0x3e, 0x9f, 0xde, 0x9e, 0xbe, 0x9e, 0x9e, 0x9e, 0x7e, 0x9e, 0x7f, 0x9e, 0x7e, 0x96, 0xff, 0x96, 0xfe, 0x96, 0xde, 0x8e, 0x9e, 0x86, 0x3e, 0x7e, 0xfe, 0x7d, 0xbe, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3f, 0x65, 0xdc, 0x5c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x30, 0x22, 0x30, 0x22, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0xef, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x72, 0x32, 0x51, 0x2a, - 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xd7, 0x4b, 0x18, 0x54, 0x39, 0x54, 0x19, 0x54, 0x59, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x5a, 0x54, 0x5a, 0x54, 0x7c, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xde, 0x64, 0x1e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3d, 0x65, 0x1d, 0x5d, 0x3e, 0x5d, 0x5f, 0x65, 0x9f, 0x6d, 0xbe, 0x75, 0xdf, 0x75, 0x3e, 0x7e, 0x5f, 0x7e, 0x5e, 0x7e, 0x3e, 0x7e, 0x7f, 0x86, 0x5f, 0x86, 0x3e, 0x86, 0x5f, 0x7e, 0x5f, 0x7e, 0x7f, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x5e, 0x7e, 0x7f, 0x7e, 0xbf, 0x7e, 0xff, 0x86, 0xbe, 0x86, 0xff, 0x8e, 0x7e, 0x9f, 0x9d, 0xa7, 0x9d, 0xa7, 0x9d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x9d, 0x9f, 0x5d, 0x8f, 0xde, 0x6e, 0x9e, 0x6e, 0xde, 0x65, 0x9e, 0x5d, 0x3e, 0x55, 0xdd, 0x4c, 0xfd, 0x4c, 0xbc, 0x44, 0x9b, 0x44, 0x7a, 0x3c, 0x7a, 0x3c, 0x18, 0x3c, 0x35, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0xd2, 0x32, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x14, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xfd, 0x64, 0x1e, 0x65, 0x5e, 0x6d, 0x9e, 0x6d, 0xde, 0x75, 0x7e, 0x7e, 0x3e, 0x87, 0x9d, 0x8f, 0x7d, 0x9f, 0x7d, 0xa7, 0x9e, 0xb7, 0x9e, 0xc7, 0x7e, 0xcf, 0x9e, 0xdf, 0x9e, 0xdf, 0x7e, 0xd7, 0x9e, 0xcf, 0x9e, 0xc7, 0x7e, 0xbf, 0x7e, 0xb7, 0x7d, 0xaf, 0x9d, 0xa7, 0x7d, 0x9f, 0x7d, 0x9f, 0x5e, 0x9f, 0xff, 0xa6, 0x9f, 0xa6, 0x7f, 0xa6, 0x7f, 0xa6, 0x5f, 0xa6, 0x9e, 0x9e, 0xff, 0x9e, 0xfe, 0x96, 0xfe, 0x8e, 0xbe, 0x8e, 0x5e, 0x86, 0x5f, 0x7e, 0xfe, 0x7d, 0x1e, 0x76, 0xbe, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x5f, 0x6d, 0x7a, 0x5c, 0xf8, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x55, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x71, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x8d, 0x11, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, - 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x93, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x34, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xd7, 0x4b, 0x18, 0x4c, 0x19, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x5a, 0x5c, 0x7b, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0xbd, 0x64, 0xde, 0x64, 0x1e, 0x6d, 0x3e, 0x6d, 0x5f, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0xbe, 0x6d, 0xff, 0x75, 0x3e, 0x7e, 0x3f, 0x7e, 0x7f, 0x7e, 0x5e, 0x86, 0x9f, 0x86, 0x1f, 0x8f, 0xfe, 0x86, 0xbf, 0x86, 0x5f, 0x7e, 0x3e, 0x7e, 0x1e, 0x76, 0x3f, 0x76, 0x3f, 0x76, 0x3f, 0x76, 0x3e, 0x7e, 0x5e, 0x7e, 0x3e, 0x7e, 0xde, 0x7d, 0x9e, 0x7e, 0xfe, 0x7e, 0x5e, 0x87, 0x7e, 0x8f, 0x5d, 0x8f, 0x7d, 0x8f, 0x7e, 0x8f, 0x3e, 0x7f, 0xbe, 0x6e, 0x1e, 0x66, 0xfe, 0x5d, 0x9e, 0x5d, 0x5e, 0x55, 0x3e, 0x4d, 0xde, 0x44, 0xdd, 0x44, 0xbc, 0x44, 0x9b, 0x3c, 0x5a, 0x3c, 0xb7, 0x3b, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x33, 0x3b, 0xb2, 0x32, 0x30, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x79, 0x54, 0xbb, 0x5c, 0xfd, 0x5c, 0x1e, 0x5d, 0x3e, 0x65, 0x9e, 0x65, 0xde, 0x6d, 0x9f, 0x7e, 0x5e, 0x87, 0x7d, 0x97, 0x7d, 0x9f, 0x9d, 0xa7, 0x9e, 0xb7, 0x7e, 0xbf, 0x7e, 0xc7, 0x7e, 0xcf, 0x7e, 0xcf, 0x7e, 0xc7, 0x7e, 0xc7, 0x9e, 0xbf, 0x9e, 0xb7, 0x7e, 0xaf, 0x7d, 0xa7, 0x7d, 0x9f, 0x7d, 0x9f, 0x7e, 0x9f, 0xfe, 0x9e, 0x9f, 0xa6, 0x7f, 0xa6, 0x5f, 0xa6, 0x9e, 0xa6, 0xff, 0xae, 0xfe, 0xa6, 0xff, 0xa6, 0xdf, 0x9e, 0xbf, 0x96, 0xbe, 0x8e, 0x7e, 0x86, 0x1e, 0x7e, 0xde, 0x75, 0x1e, 0x7e, 0x1e, 0x76, 0xfe, 0x75, 0x9e, 0x6d, 0x5e, 0x6d, 0x7f, 0x6d, 0x59, 0x54, 0x18, 0x54, 0xf8, 0x53, 0xf7, 0x53, 0xd7, 0x53, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x35, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x72, 0x2a, 0x10, 0x22, 0x30, 0x1a, 0x10, 0x22, 0x30, 0x22, 0xef, 0x21, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x10, 0x22, 0x71, 0x32, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, - 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x55, 0x3b, 0x96, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x19, 0x4c, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xde, 0x5c, 0xde, 0x64, 0xfe, 0x64, 0x3f, 0x6d, 0x5f, 0x6d, 0x5f, 0x75, 0x7f, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x9f, 0x6d, 0xde, 0x6d, 0x1f, 0x7e, 0x5f, 0x7e, 0x5f, 0x7e, 0x7e, 0x7e, 0x3e, 0x7e, 0x9e, 0x86, 0x7e, 0x97, 0x3e, 0x8f, 0x9e, 0x86, 0x3e, 0x7e, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0xde, 0x75, 0xbe, 0x6d, 0xbe, 0x6d, 0x1e, 0x76, 0x7f, 0x76, 0x5f, 0x76, 0x9f, 0x76, 0x7e, 0x7e, 0x5e, 0x76, 0x3e, 0x66, 0xbe, 0x5d, 0x9e, 0x55, 0x9e, 0x55, 0x1e, 0x55, 0x1e, 0x4d, 0xfe, 0x4c, 0xdd, 0x44, 0xdd, 0x44, 0xbd, 0x44, 0x5b, 0x44, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0xb2, 0x32, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x79, 0x54, 0xbb, 0x54, 0xfd, 0x5c, 0x1e, 0x5d, 0x3e, 0x5d, 0x7e, 0x65, 0xff, 0x6d, 0x7f, 0x76, 0x3e, 0x87, 0x7d, 0x8f, 0x7d, 0x9f, 0x7d, 0xa7, 0x7d, 0xaf, 0x7e, 0xb7, 0x7e, 0xbf, 0x9e, 0xbf, 0x7e, 0xbf, 0x7e, 0xbf, 0x7d, 0xb7, 0x7d, 0xaf, 0x7d, 0xaf, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x7d, 0x9f, 0x1e, 0x9f, 0x9f, 0x9e, 0x7e, 0x9e, 0xbf, 0xa6, 0x1f, 0xaf, 0x1f, 0xaf, 0xff, 0xae, 0xff, 0xa6, 0xdf, 0x9e, 0xbf, 0x96, 0xbf, 0x8e, 0x9e, 0x86, 0x7e, 0x86, 0x1e, 0x7e, 0xbe, 0x86, 0x9e, 0x7e, 0x1e, 0x76, 0xfe, 0x6d, 0xde, 0x6d, 0x7d, 0x65, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xd7, 0x53, 0xb6, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x72, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0xef, 0x21, 0xae, 0x19, 0xce, 0x21, 0xef, 0x21, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, - 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x14, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x19, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xfe, 0x64, 0x1f, 0x65, 0x3f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x7e, 0x6d, 0x9f, 0x75, 0x9f, 0x75, 0x9f, 0x75, 0xbe, 0x6d, 0xde, 0x75, 0x1f, 0x7e, 0x5e, 0x86, 0x5f, 0x7e, 0x5f, 0x7e, 0xfe, 0x75, 0x3e, 0x7e, 0x1e, 0x8f, 0x7f, 0x8f, 0x9f, 0x7e, 0x3e, 0x7e, 0xff, 0x75, 0xff, 0x75, 0xde, 0x75, 0xbe, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0xbe, 0x6d, 0x9e, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x9e, 0x65, 0xbe, 0x6d, 0xde, 0x6d, 0xde, 0x6d, 0xde, 0x6d, 0xde, 0x65, 0x9e, 0x55, 0x5f, 0x55, 0x5e, 0x55, 0x3f, 0x55, 0x1e, 0x4d, 0xfe, 0x4c, 0xfe, 0x44, 0xde, 0x44, 0xdd, 0x44, 0x38, 0x44, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0x14, 0x43, 0x13, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0xd2, 0x32, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbd, 0x54, 0xfe, 0x54, 0x3e, 0x5d, 0x7e, 0x65, 0xdf, 0x6d, 0x3e, 0x76, 0xfe, 0x86, 0x7d, 0x8f, 0x7d, 0x97, 0x7d, 0xa7, 0x7d, 0xaf, 0x7e, 0xaf, 0x7d, 0xb7, 0x7d, 0xb7, 0x7d, 0xb7, 0x9d, 0xaf, 0x7d, 0xaf, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x7d, 0x9f, 0x7d, 0x9f, 0x3e, 0x97, 0x1e, 0x97, 0x1f, 0x9f, 0xdf, 0xa6, 0x9f, 0xa6, 0x9f, 0xa6, 0xdf, 0xae, 0xff, 0xae, 0xff, 0xa6, 0xde, 0x9e, 0xbf, 0x96, 0xbf, 0x8e, 0xbf, 0x86, 0x7f, 0x86, 0xfe, 0x7d, 0x7e, 0x7e, 0x5e, 0x76, 0x1e, 0x76, 0x1e, 0x6e, 0x5c, 0x65, 0x34, 0x3b, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0xce, 0x21, 0x10, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, - 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0xd4, 0x32, 0x14, 0x33, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0x1e, 0x65, 0x1e, 0x65, 0x5f, 0x6d, 0x7e, 0x6d, 0x7f, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0xdf, 0x75, 0xfe, 0x75, 0x3e, 0x7e, 0x7f, 0x86, 0x5f, 0x7e, 0x3e, 0x76, 0xbe, 0x6d, 0xfe, 0x6d, 0x9e, 0x7e, 0x1f, 0x8f, 0x5f, 0x7e, 0x1f, 0x76, 0xff, 0x75, 0xdf, 0x75, 0xde, 0x6d, 0xbf, 0x65, 0x9f, 0x6d, 0xbf, 0x6d, 0xbe, 0x6d, 0x9e, 0x6d, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0xbe, 0x65, 0x7e, 0x5d, 0x7e, 0x55, 0x9e, 0x55, 0x5f, 0x55, 0x3e, 0x4d, 0x1e, 0x4d, 0x1e, 0x4d, 0x1e, 0x45, 0x1e, 0x4d, 0x9b, 0x4c, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x53, 0xf6, 0x53, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0x75, 0x4b, 0x75, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x34, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0xd2, 0x32, 0x50, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0xb5, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x7a, 0x54, 0x7b, 0x54, 0xbc, 0x54, 0xfe, 0x54, 0x1e, 0x55, 0x7f, 0x65, 0xbf, 0x6d, 0x3e, 0x76, 0xdf, 0x7e, 0x7d, 0x8f, 0x7d, 0x97, 0x7d, 0x9f, 0x7d, 0x9f, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x7d, 0x97, 0x7d, 0x97, 0x7c, 0x97, 0x7d, 0x97, 0x7d, 0x97, 0x7e, 0x9f, 0x3e, 0x97, 0xdf, 0x9e, 0x9f, 0x9e, 0x5f, 0x9e, 0x5f, 0x9e, 0xbf, 0xa6, 0xff, 0xae, 0xff, 0xa6, 0xbf, 0x9e, 0xbf, 0x96, 0xbf, 0x8e, 0x9f, 0x86, 0x1f, 0x7e, 0xfe, 0x75, 0xfe, 0x75, 0x3e, 0x6e, 0xfe, 0x75, 0x3b, 0x65, 0x33, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x29, 0x0f, 0x2a, 0xef, 0x29, 0xef, 0x29, 0xef, 0x29, - 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xf4, 0x32, 0x35, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x19, 0x4c, 0x5a, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0xbd, 0x5c, 0x1d, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x7f, 0x6d, 0x9f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9e, 0x75, 0x9f, 0x75, 0x9e, 0x75, 0xbf, 0x75, 0xdf, 0x75, 0xff, 0x75, 0x1e, 0x7e, 0x5e, 0x7e, 0x7f, 0x7e, 0x5e, 0x76, 0x1f, 0x76, 0x9e, 0x65, 0x9e, 0x65, 0xfe, 0x75, 0x7f, 0x86, 0x3e, 0x7e, 0x1f, 0x76, 0xff, 0x75, 0xde, 0x6d, 0xbf, 0x6d, 0x9f, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0xbe, 0x75, 0xbe, 0x75, 0x7e, 0x65, 0x5e, 0x5d, 0x7e, 0x5d, 0x7e, 0x65, 0x7e, 0x5d, 0x7e, 0x5d, 0x3e, 0x4d, 0x5e, 0x55, 0x5e, 0x55, 0x3e, 0x55, 0x1e, 0x55, 0xfe, 0x4c, 0x1e, 0x4d, 0xfe, 0x4c, 0x59, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x37, 0x5c, 0x17, 0x5c, 0x17, 0x5c, 0x17, 0x5c, 0xf7, 0x53, 0xd6, 0x53, 0xb6, 0x53, 0xb6, 0x4b, 0xb5, 0x4b, 0x75, 0x4b, 0x34, 0x43, 0x13, 0x43, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x3a, 0x91, 0x32, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x7a, 0x4c, 0x9b, 0x54, 0x9c, 0x4c, 0xbd, 0x4c, 0xfe, 0x54, 0x5e, 0x5d, 0x9e, 0x65, 0x1e, 0x6e, 0x9e, 0x7e, 0x3e, 0x87, 0x7d, 0x8f, 0x9d, 0x97, 0x9d, 0x97, 0x7d, 0x97, 0x7d, 0x9f, 0x7c, 0x97, 0x7d, 0x9f, 0x7c, 0x9f, 0x7d, 0x97, 0x7c, 0x97, 0x7c, 0x97, 0x7c, 0x97, 0x7c, 0x97, 0x9d, 0x97, 0x3e, 0x97, 0xff, 0x96, 0xbf, 0x96, 0x3f, 0x96, 0x3f, 0x96, 0x1f, 0x9e, 0x7e, 0xa6, 0xdf, 0xa6, 0xdf, 0x9e, 0xbf, 0x96, 0xbf, 0x8e, 0xbf, 0x86, 0x7e, 0x86, 0xde, 0x75, 0xfe, 0x75, 0xbe, 0x6d, 0xbe, 0x65, 0x1b, 0x5d, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x2a, 0x0f, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, - 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x29, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xf3, 0x32, 0x34, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0x39, 0x4c, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x9c, 0x5c, 0xdd, 0x5c, 0x1d, 0x65, 0x3e, 0x65, 0x5f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0xbf, 0x75, 0xbf, 0x75, 0xdf, 0x75, 0xbe, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0x1f, 0x76, 0x3e, 0x7e, 0x9e, 0x7e, 0x7e, 0x76, 0x3e, 0x76, 0xfe, 0x6d, 0xbf, 0x65, 0x9e, 0x65, 0xde, 0x6d, 0x1e, 0x76, 0x3e, 0x7e, 0x5f, 0x76, 0x1e, 0x76, 0xbe, 0x6d, 0xbe, 0x6d, 0xbe, 0x6d, 0xde, 0x75, 0xde, 0x75, 0xbe, 0x6d, 0x9e, 0x6d, 0x5f, 0x65, 0x1e, 0x5d, 0x5f, 0x5d, 0x5e, 0x65, 0x5e, 0x5d, 0x5e, 0x55, 0x5e, 0x55, 0x3e, 0x55, 0x3e, 0x4d, 0x3e, 0x55, 0x5e, 0x55, 0x3e, 0x4d, 0xdc, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x58, 0x5c, 0x58, 0x64, 0x38, 0x64, 0x37, 0x64, 0x37, 0x5c, 0x17, 0x5c, 0x17, 0x5c, 0xf7, 0x53, 0xb6, 0x53, 0x74, 0x4b, 0x33, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x91, 0x32, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x39, 0x4c, 0x59, 0x4c, 0x5a, 0x4c, 0x9c, 0x4c, 0xbd, 0x4c, 0xfe, 0x54, 0x5f, 0x5d, 0x7e, 0x65, 0xde, 0x6d, 0x5e, 0x76, 0xbe, 0x7e, 0x3e, 0x87, 0x9e, 0x8f, 0x9d, 0x97, 0x7d, 0x97, 0x7d, 0x97, 0x7c, 0x8f, 0x7c, 0x8f, 0x7d, 0x8f, 0x7d, 0x8f, 0x7c, 0x8f, 0x7c, 0x8f, 0x7d, 0x8f, 0x7e, 0x8f, 0x5e, 0x8f, 0x1e, 0x8f, 0xdf, 0x8e, 0x5f, 0x8e, 0x3e, 0x96, 0x3f, 0x96, 0x1f, 0x96, 0x3f, 0x96, 0x9e, 0x96, 0xdf, 0x96, 0xdf, 0x8e, 0xbf, 0x86, 0x9f, 0x86, 0xfe, 0x7d, 0xfe, 0x75, 0xde, 0x6d, 0xbe, 0x6d, 0xda, 0x5c, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0x13, 0x33, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, - 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xf8, 0x43, 0x19, 0x4c, 0x39, 0x4c, 0x7a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xdc, 0x5c, 0x1d, 0x65, 0x3d, 0x6d, 0x5e, 0x6d, 0x9f, 0x6d, 0x9f, 0x75, 0x9f, 0x75, 0xbf, 0x75, 0xde, 0x7d, 0xde, 0x7d, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0x1f, 0x76, 0x3f, 0x7e, 0x7f, 0x7e, 0xbf, 0x7e, 0x7f, 0x76, 0xfe, 0x6d, 0xde, 0x6d, 0x9e, 0x65, 0x9f, 0x65, 0x9e, 0x5d, 0xde, 0x65, 0xde, 0x65, 0xde, 0x75, 0xde, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x9f, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3e, 0x5d, 0x1e, 0x55, 0x1e, 0x55, 0x3e, 0x55, 0x1e, 0x55, 0x1e, 0x4d, 0x3e, 0x55, 0x3e, 0x55, 0x9b, 0x54, 0x39, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x17, 0x5c, 0x74, 0x43, 0x33, 0x43, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0xd2, 0x32, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0x18, 0x44, 0x18, 0x44, 0x39, 0x44, 0x7a, 0x44, 0x9b, 0x44, 0xbc, 0x4c, 0xde, 0x4c, 0x3e, 0x5d, 0x9e, 0x65, 0xde, 0x6d, 0x1f, 0x76, 0x5e, 0x7e, 0xfe, 0x86, 0x3e, 0x8f, 0x5e, 0x8f, 0x7e, 0x8f, 0x7e, 0x87, 0x7e, 0x87, 0x7e, 0x87, 0x7e, 0x87, 0x5d, 0x87, 0x7d, 0x87, 0x7d, 0x87, 0x7e, 0x87, 0x5e, 0x8f, 0x3f, 0x8f, 0xff, 0x8e, 0x7e, 0x8e, 0x5e, 0x8e, 0x3f, 0x86, 0x3e, 0x8e, 0x1e, 0x8e, 0x3e, 0x86, 0x5e, 0x8e, 0xbe, 0x8e, 0xbe, 0x86, 0x7f, 0x86, 0x1e, 0x7e, 0xde, 0x75, 0xde, 0x6d, 0xdf, 0x6d, 0xda, 0x5c, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x33, 0xf3, 0x32, 0x13, 0x33, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, - 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0x35, 0x3b, 0x55, 0x3b, 0x56, 0x3b, 0x96, 0x3b, 0x97, 0x43, 0x97, 0x43, 0xd8, 0x43, 0xf8, 0x43, 0x19, 0x4c, 0x5a, 0x54, 0x7b, 0x54, 0x9b, 0x54, 0xdc, 0x5c, 0x1d, 0x65, 0x3d, 0x6d, 0x7e, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0xbf, 0x7d, 0xbf, 0x7d, 0xde, 0x7d, 0xdf, 0x7d, 0xff, 0x7d, 0xde, 0x7d, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0x3f, 0x7e, 0x3e, 0x7e, 0x9f, 0x86, 0xbf, 0x86, 0x1e, 0x76, 0xfe, 0x6d, 0xbe, 0x65, 0xde, 0x65, 0xde, 0x65, 0xbe, 0x5d, 0x9e, 0x5d, 0x7e, 0x5d, 0x5e, 0x65, 0x9e, 0x6d, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5e, 0x6d, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x55, 0x3e, 0x55, 0x1e, 0x55, 0x3e, 0x55, 0x3e, 0x55, 0x3e, 0x55, 0xfe, 0x54, 0x7b, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x58, 0x5c, 0x17, 0x54, 0x95, 0x4b, 0x13, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x13, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0x91, 0x32, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x10, 0x22, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0x18, 0x44, 0x18, 0x44, 0x39, 0x3c, 0x7a, 0x3c, 0xbc, 0x44, 0xdd, 0x4c, 0x1e, 0x55, 0x7e, 0x5d, 0xbe, 0x65, 0xde, 0x6d, 0xfe, 0x75, 0x5f, 0x7e, 0x7e, 0x7e, 0xbe, 0x86, 0x1e, 0x87, 0x1e, 0x87, 0x1e, 0x7f, 0x1e, 0x7f, 0x1e, 0x7f, 0x1e, 0x7f, 0x3e, 0x7f, 0x5e, 0x7f, 0x5e, 0x87, 0x5e, 0x87, 0x3f, 0x87, 0xbf, 0x86, 0x3f, 0x86, 0x1e, 0x86, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x3f, 0x86, 0x3e, 0x7e, 0x7f, 0x7e, 0x5e, 0x7e, 0x1e, 0x7e, 0xbe, 0x75, 0xde, 0x6d, 0xbe, 0x6d, 0x79, 0x54, 0xd3, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x30, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xaf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, - 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x35, 0x3b, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x5b, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdd, 0x64, 0x1d, 0x65, 0x3d, 0x6d, 0x7e, 0x75, 0x9f, 0x75, 0xbf, 0x7d, 0xbf, 0x7d, 0xbf, 0x85, 0xbf, 0x7d, 0xdf, 0x85, 0xff, 0x7d, 0xff, 0x7d, 0x1f, 0x7e, 0x1f, 0x7e, 0x1f, 0x7e, 0x1f, 0x76, 0x3f, 0x7e, 0x7f, 0x7e, 0xbf, 0x86, 0xff, 0x86, 0x3e, 0x76, 0xfe, 0x65, 0xde, 0x65, 0xfe, 0x65, 0xde, 0x5d, 0xbe, 0x5d, 0x3e, 0x5d, 0x7e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x7e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9f, 0x75, 0x7f, 0x6d, 0x5e, 0x6d, 0x3f, 0x65, 0x5f, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5f, 0x5d, 0xfd, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0xf7, 0x53, 0x54, 0x43, 0x13, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0xb2, 0x32, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x95, 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf8, 0x3b, 0x18, 0x3c, 0x39, 0x3c, 0x7a, 0x3c, 0x9b, 0x44, 0xdc, 0x44, 0x1d, 0x55, 0x5e, 0x5d, 0x7e, 0x65, 0x9e, 0x6d, 0xde, 0x6d, 0xde, 0x75, 0x1e, 0x76, 0x3f, 0x76, 0x7e, 0x7e, 0xbe, 0x76, 0x9e, 0x76, 0x7e, 0x76, 0x9e, 0x76, 0xbe, 0x76, 0xde, 0x76, 0x1e, 0x77, 0x1f, 0x7f, 0x3e, 0x7f, 0xff, 0x7e, 0x5e, 0x7e, 0x1f, 0x76, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x3e, 0x76, 0x3f, 0x7e, 0x3f, 0x76, 0x1e, 0x76, 0x1e, 0x76, 0x9e, 0x6d, 0x9e, 0x75, 0xbe, 0x65, 0x37, 0x4c, 0xd2, 0x32, 0xb2, 0x2a, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0xef, 0x29, 0x0f, 0x2a, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, - 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xf0, 0x21, 0x51, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd8, 0x4b, 0x19, 0x54, 0x7c, 0x5c, 0xde, 0x5c, 0x1f, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0xfe, 0x6c, 0x1e, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0x9e, 0x7d, 0xbf, 0x85, 0xbf, 0x85, 0xdf, 0x85, 0xdf, 0x85, 0xff, 0x85, 0xff, 0x85, 0x1f, 0x86, 0x3f, 0x86, 0x3f, 0x7e, 0x1f, 0x7e, 0x3f, 0x76, 0x3f, 0x7e, 0x5f, 0x7e, 0x7f, 0x7e, 0xbf, 0x86, 0xbe, 0x7e, 0x3e, 0x76, 0xfe, 0x65, 0x1e, 0x66, 0xfe, 0x65, 0x9e, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x7e, 0x5d, 0x5e, 0x55, 0xfc, 0x4c, 0x59, 0x4c, 0xd8, 0x43, 0xd7, 0x43, 0xb6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0xf2, 0x3a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xd6, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xf8, 0x3b, 0x18, 0x3c, 0x39, 0x3c, 0x79, 0x3c, 0x9a, 0x44, 0xbb, 0x4c, 0x1c, 0x4d, 0x3e, 0x55, 0x5e, 0x5d, 0x7e, 0x65, 0x9f, 0x6d, 0x9f, 0x6d, 0xbe, 0x6d, 0xde, 0x75, 0x1e, 0x6e, 0x3e, 0x6e, 0x1e, 0x6e, 0x1e, 0x6e, 0x3e, 0x6e, 0x5e, 0x6e, 0x7e, 0x76, 0xbe, 0x76, 0xde, 0x76, 0xfe, 0x76, 0x9e, 0x76, 0x3f, 0x76, 0x1e, 0x76, 0x3f, 0x76, 0x3f, 0x76, 0x3f, 0x6e, 0x1e, 0x6e, 0x1e, 0x6e, 0xfe, 0x75, 0xde, 0x6d, 0x7e, 0x6d, 0x5f, 0x6d, 0x9e, 0x65, 0xf6, 0x4b, 0xd2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x3a, 0xb2, 0x32, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, - 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0x71, 0x32, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x97, 0x43, 0xb7, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0x9c, 0x5c, 0xde, 0x64, 0xff, 0x64, 0x1f, 0x6d, 0x3f, 0x6d, 0x7f, 0x75, 0xbf, 0x7d, 0xbf, 0x7d, 0xbf, 0x85, 0xdf, 0x8d, 0x1f, 0x8e, 0x1f, 0x8e, 0x1f, 0x8e, 0x3f, 0x8e, 0x5f, 0x86, 0x5f, 0x86, 0x3f, 0x7e, 0x1f, 0x76, 0x1f, 0x76, 0x5f, 0x76, 0x5f, 0x7e, 0x7e, 0x7e, 0x9f, 0x7e, 0x9f, 0x86, 0x9e, 0x7e, 0xff, 0x65, 0x1f, 0x66, 0xbe, 0x65, 0x5e, 0x5d, 0x7e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x9f, 0x65, 0x7f, 0x65, 0x7f, 0x6d, 0x7f, 0x6d, 0x5e, 0x65, 0x1e, 0x5d, 0xfc, 0x44, 0xdb, 0x34, 0xfb, 0x3c, 0xdc, 0x34, 0xfc, 0x34, 0xdb, 0x44, 0x14, 0x33, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0x91, 0x32, 0x50, 0x2a, 0x50, 0x32, 0x50, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xf8, 0x3b, 0x18, 0x3c, 0x39, 0x3c, 0x59, 0x3c, 0xba, 0x44, 0xdb, 0x4c, 0xfc, 0x54, 0x3d, 0x5d, 0x1e, 0x5d, 0x5e, 0x65, 0x7e, 0x6d, 0xbf, 0x6d, 0xbe, 0x6d, 0xbe, 0x65, 0xde, 0x65, 0xde, 0x65, 0xde, 0x65, 0xde, 0x6d, 0xfe, 0x6d, 0x1e, 0x6e, 0x3e, 0x6e, 0x9e, 0x6e, 0x3e, 0x76, 0x1e, 0x6e, 0xfe, 0x6d, 0xfe, 0x6d, 0xfe, 0x6d, 0xfe, 0x6d, 0xfe, 0x6d, 0xde, 0x6d, 0xdf, 0x6d, 0xbf, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x3f, 0x65, 0xd6, 0x43, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x3a, 0x92, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, - 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x19, 0x6d, 0x11, 0xae, 0x19, 0x30, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x97, 0x43, 0xd7, 0x4b, 0x19, 0x4c, 0x5a, 0x54, 0x7b, 0x54, 0x39, 0x4c, 0x5a, 0x54, 0x9c, 0x5c, 0xde, 0x64, 0xff, 0x6c, 0x3f, 0x6d, 0x7e, 0x75, 0x9f, 0x75, 0xbf, 0x7d, 0xdf, 0x85, 0xff, 0x85, 0x1f, 0x8e, 0x5f, 0x8e, 0x5f, 0x96, 0x7f, 0x96, 0x7f, 0x8e, 0x9f, 0x86, 0x7f, 0x7e, 0x5f, 0x76, 0x3f, 0x76, 0x3f, 0x76, 0x3f, 0x76, 0x1f, 0x7e, 0x5f, 0x7e, 0x7f, 0x86, 0x5e, 0x7e, 0x9e, 0x7e, 0xfe, 0x65, 0xbd, 0x65, 0x9e, 0x65, 0x7e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x7f, 0x5d, 0x5f, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x5f, 0x6d, 0x3e, 0x65, 0xfc, 0x44, 0x3c, 0x3d, 0xdb, 0x34, 0xfc, 0x34, 0xfc, 0x34, 0xf7, 0x33, 0x55, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x4b, 0xb5, 0x43, 0xb5, 0x4b, 0x95, 0x4b, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0xf2, 0x3a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x32, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0xb1, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xf8, 0x3b, 0x18, 0x3c, 0x19, 0x3c, 0x59, 0x44, 0x9a, 0x4c, 0xbb, 0x4c, 0xdc, 0x54, 0xdd, 0x5c, 0x1e, 0x5d, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0x9e, 0x65, 0x7e, 0x65, 0xbe, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0xdf, 0x65, 0xdf, 0x6d, 0xff, 0x75, 0xfe, 0x75, 0xff, 0x75, 0xde, 0x75, 0xde, 0x75, 0xde, 0x75, 0xde, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x6d, 0x7f, 0x6d, 0x3f, 0x6d, 0x5f, 0x6d, 0xd5, 0x4b, 0xd2, 0x32, 0xb2, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x2a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x6d, 0x11, - 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0xae, 0x19, 0xef, 0x21, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x56, 0x3b, 0x97, 0x43, 0xd8, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0x18, 0x4c, 0x19, 0x4c, 0x3a, 0x54, 0x5b, 0x54, 0xbd, 0x5c, 0xde, 0x64, 0x1f, 0x6d, 0x5f, 0x75, 0xbf, 0x7d, 0xbf, 0x7d, 0xdf, 0x85, 0xff, 0x85, 0x3f, 0x8e, 0x5f, 0x8e, 0xbf, 0x96, 0xdf, 0x96, 0xdf, 0x96, 0x1f, 0x8f, 0x1f, 0x87, 0xbf, 0x7e, 0x5f, 0x76, 0x5f, 0x76, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x5f, 0x7e, 0x5f, 0x7e, 0x5f, 0x7e, 0x7e, 0x76, 0xbd, 0x6d, 0xbe, 0x65, 0xbe, 0x65, 0x9e, 0x65, 0x7e, 0x5d, 0x5e, 0x5d, 0x5f, 0x5d, 0x5e, 0x65, 0x5f, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x7e, 0x6d, 0x9d, 0x5d, 0xbb, 0x34, 0xdc, 0x34, 0xfc, 0x34, 0x99, 0x34, 0x96, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xb2, 0x32, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x76, 0x33, 0x96, 0x33, 0x97, 0x33, 0xb7, 0x33, 0xd8, 0x3b, 0xf8, 0x3b, 0x19, 0x3c, 0x39, 0x44, 0x7a, 0x44, 0x9b, 0x4c, 0xbb, 0x54, 0xdc, 0x54, 0xdd, 0x5c, 0x1d, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x7e, 0x65, 0x9f, 0x65, 0xbf, 0x6d, 0xde, 0x6d, 0xbe, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0x9e, 0x6d, 0xbf, 0x6d, 0x9f, 0x65, 0x9e, 0x6d, 0x9f, 0x6d, 0xbf, 0x6d, 0x7f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0xb5, 0x43, 0xd2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x3a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x6d, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, - 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x19, 0xcf, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x96, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf9, 0x4b, 0x19, 0x54, 0x5b, 0x54, 0x9c, 0x5c, 0xde, 0x5c, 0xff, 0x64, 0x5f, 0x6d, 0x9f, 0x75, 0xbe, 0x7d, 0xdf, 0x7d, 0xff, 0x85, 0x5f, 0x86, 0x5f, 0x8e, 0xbf, 0x96, 0xff, 0x96, 0x1f, 0x9f, 0x3f, 0x9f, 0x5f, 0x97, 0x3f, 0x87, 0xff, 0x7e, 0x7f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x1e, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x5f, 0x86, 0x1e, 0x7e, 0x9d, 0x6d, 0xde, 0x6d, 0x9e, 0x65, 0x7e, 0x65, 0x5e, 0x5d, 0x5f, 0x5d, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x7e, 0x65, 0xfe, 0x65, 0x5c, 0x4d, 0xbc, 0x34, 0x1c, 0x35, 0xba, 0x3c, 0x75, 0x3b, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x35, 0x33, 0x55, 0x33, 0x76, 0x33, 0x76, 0x33, 0x97, 0x33, 0xb7, 0x33, 0xd7, 0x33, 0xf8, 0x3b, 0x18, 0x3c, 0x59, 0x44, 0x79, 0x44, 0x9a, 0x4c, 0xbb, 0x54, 0xdb, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0x1d, 0x5d, 0x3e, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x9e, 0x65, 0x7e, 0x65, 0x9e, 0x65, 0x7f, 0x65, 0x7f, 0x6d, 0x7f, 0x65, 0x7f, 0x65, 0x9f, 0x65, 0x7e, 0x65, 0x9f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x1f, 0x65, 0xff, 0x64, 0xb6, 0x43, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xd3, 0x3a, 0xd3, 0x3a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, - 0x6c, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x8d, 0x19, 0x0f, 0x2a, 0xef, 0x29, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x55, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0xd8, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x3a, 0x4c, 0x7c, 0x54, 0xbe, 0x5c, 0x1f, 0x65, 0x3f, 0x6d, 0x7f, 0x6d, 0xdf, 0x75, 0xff, 0x7d, 0x1f, 0x7e, 0x5f, 0x86, 0xbf, 0x86, 0xff, 0x8e, 0x3f, 0x97, 0x3e, 0x9f, 0x5f, 0xa7, 0x7f, 0x9f, 0x7f, 0x97, 0x5f, 0x87, 0xff, 0x86, 0x7f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x1f, 0x7e, 0xff, 0x7d, 0x5f, 0x86, 0x3e, 0x7e, 0x9d, 0x6d, 0xbe, 0x65, 0xbe, 0x65, 0x7e, 0x5d, 0x5e, 0x5d, 0x5e, 0x65, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0xfe, 0x6d, 0xfe, 0x5d, 0xfa, 0x34, 0xbb, 0x34, 0x38, 0x3c, 0x96, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb5, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0xf3, 0x3a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xce, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x35, 0x33, 0x55, 0x33, 0x76, 0x33, 0x76, 0x33, 0x97, 0x33, 0xb7, 0x33, 0xd7, 0x33, 0x18, 0x3c, 0x38, 0x3c, 0x58, 0x44, 0x79, 0x4c, 0x99, 0x4c, 0x9a, 0x54, 0xba, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0x1c, 0x5d, 0x3d, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x3f, 0x5d, 0x5f, 0x65, 0x5e, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x9f, 0x65, 0x7e, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x3e, 0x5d, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0xff, 0x64, 0xfe, 0x64, 0xb6, 0x43, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, - 0x6c, 0x11, 0x4c, 0x09, 0x6c, 0x11, 0xae, 0x19, 0x30, 0x2a, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0x19, 0x4c, 0x3a, 0x54, 0x7b, 0x54, 0xdd, 0x5c, 0x1f, 0x65, 0x5f, 0x65, 0x7f, 0x6d, 0xbf, 0x75, 0x1f, 0x76, 0x5f, 0x7e, 0x7f, 0x86, 0xbf, 0x86, 0x1f, 0x8f, 0x7f, 0x97, 0x9e, 0x97, 0x9e, 0x9f, 0x7e, 0xa7, 0x9e, 0x9f, 0x9f, 0x97, 0x7f, 0x8f, 0xff, 0x86, 0x7f, 0x7e, 0x1f, 0x7e, 0xff, 0x7d, 0xff, 0x7d, 0x1f, 0x7e, 0xdf, 0x7d, 0xff, 0x7d, 0x3f, 0x86, 0x3e, 0x7e, 0xbe, 0x6d, 0xbe, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x5d, 0x3e, 0x5d, 0x1e, 0x5d, 0x1e, 0x5d, 0x1e, 0x5d, 0x7e, 0x65, 0xfe, 0x65, 0x1e, 0x6e, 0xdd, 0x5d, 0x79, 0x3c, 0xb6, 0x3b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x53, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb5, 0x43, 0xb5, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x33, 0x3b, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xee, 0x21, 0xee, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0xb1, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x33, 0x35, 0x33, 0x55, 0x33, 0x76, 0x33, 0x96, 0x33, 0x96, 0x33, 0xb7, 0x33, 0xb7, 0x33, 0xf8, 0x3b, 0x18, 0x44, 0x38, 0x44, 0x59, 0x4c, 0x79, 0x4c, 0x9a, 0x4c, 0xba, 0x54, 0xba, 0x54, 0xdb, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xfd, 0x54, 0xfe, 0x54, 0x1e, 0x5d, 0x1e, 0x5d, 0x5f, 0x5d, 0x7f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x3e, 0x5d, 0x1f, 0x5d, 0x3e, 0x5d, 0x3f, 0x5d, 0x3f, 0x5d, 0x1e, 0x5d, 0xfe, 0x5c, 0x1f, 0x5d, 0xfe, 0x5c, 0xb7, 0x4b, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0xf4, 0x32, 0x35, 0x3b, 0x76, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x35, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0xf3, 0x3a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, - 0x4c, 0x11, 0x4c, 0x11, 0xce, 0x21, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x3b, 0x97, 0x3b, 0xb7, 0x43, 0xf8, 0x4b, 0xd8, 0x43, 0x19, 0x4c, 0x59, 0x4c, 0x7b, 0x54, 0xbd, 0x5c, 0xff, 0x5c, 0x3f, 0x65, 0x9f, 0x6d, 0xdf, 0x75, 0x1f, 0x7e, 0x9f, 0x7e, 0xdf, 0x86, 0xff, 0x86, 0x1f, 0x8f, 0x7f, 0x97, 0xbe, 0x97, 0x9d, 0x9f, 0x9d, 0xa7, 0x9d, 0xa7, 0x9e, 0x97, 0x9f, 0x97, 0x3f, 0x8f, 0x9f, 0x7e, 0x3f, 0x7e, 0xff, 0x7d, 0xff, 0x7d, 0xfe, 0x7d, 0xbf, 0x7d, 0xdf, 0x7d, 0xff, 0x85, 0x1e, 0x86, 0xfe, 0x75, 0xbe, 0x6d, 0x9e, 0x65, 0x9e, 0x65, 0x5e, 0x65, 0x3e, 0x5d, 0x3e, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1e, 0x5d, 0x5e, 0x65, 0xfe, 0x65, 0x1e, 0x66, 0x1e, 0x66, 0x1b, 0x55, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x16, 0x4c, 0xf6, 0x53, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd5, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x74, 0x3b, 0x74, 0x43, 0x33, 0x3b, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x0f, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x33, 0x55, 0x33, 0x75, 0x33, 0x76, 0x33, 0x76, 0x33, 0x96, 0x33, 0x97, 0x33, 0xb7, 0x33, 0xd7, 0x3b, 0xf8, 0x43, 0x18, 0x44, 0x38, 0x4c, 0x79, 0x4c, 0x99, 0x4c, 0x99, 0x4c, 0xba, 0x54, 0xba, 0x54, 0xdb, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdd, 0x54, 0xfd, 0x54, 0xfe, 0x54, 0x3e, 0x5d, 0x3f, 0x5d, 0x5f, 0x5d, 0x3f, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x5d, 0x1f, 0x55, 0x1f, 0x5d, 0xfe, 0x5c, 0xfd, 0x54, 0xde, 0x5c, 0xfe, 0x5c, 0xdd, 0x5c, 0x19, 0x54, 0x75, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0xf8, 0x53, 0xf8, 0x53, 0xf8, 0x53, 0x18, 0x54, 0xf8, 0x53, 0x18, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x7a, 0x5c, 0x79, 0x5c, 0xf3, 0x3a, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, - 0x4c, 0x11, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x97, 0x3b, 0xd8, 0x43, 0xd8, 0x43, 0x18, 0x4c, 0x59, 0x54, 0x9b, 0x54, 0xbd, 0x5c, 0xff, 0x5c, 0x3f, 0x65, 0xbf, 0x6d, 0xff, 0x75, 0x5f, 0x7e, 0xbf, 0x7e, 0x1f, 0x87, 0x3f, 0x8f, 0x3f, 0x8f, 0x5f, 0x8f, 0x7e, 0x97, 0x9d, 0x9f, 0x9d, 0x9f, 0x9d, 0xa7, 0x9d, 0x9f, 0x9d, 0x97, 0x9e, 0x8f, 0x1f, 0x87, 0x9f, 0x7e, 0x1f, 0x7e, 0xff, 0x7d, 0xdf, 0x7d, 0xbf, 0x7d, 0xdf, 0x7d, 0xdf, 0x85, 0xdf, 0x85, 0xfe, 0x7d, 0xbd, 0x6d, 0xbe, 0x6d, 0x9e, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x5d, 0x65, 0xfe, 0x65, 0x1f, 0x66, 0xfe, 0x65, 0x5b, 0x65, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x17, 0x54, 0x16, 0x54, 0xf6, 0x4b, 0x16, 0x4c, 0x16, 0x4c, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x3b, 0x74, 0x43, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x34, 0x33, 0x35, 0x33, 0x55, 0x33, 0x55, 0x33, 0x56, 0x33, 0x76, 0x33, 0x96, 0x33, 0xb7, 0x3b, 0xd7, 0x3b, 0xf8, 0x43, 0x18, 0x4c, 0x18, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x79, 0x4c, 0x99, 0x4c, 0x9a, 0x4c, 0x9a, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbc, 0x54, 0xdd, 0x54, 0xfe, 0x54, 0xfe, 0x54, 0xfe, 0x5c, 0x1f, 0x5d, 0x3e, 0x5d, 0x1f, 0x5d, 0x1f, 0x5d, 0x1f, 0x5d, 0x1f, 0x5d, 0xfe, 0x5c, 0xbd, 0x54, 0xbd, 0x54, 0xbc, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0x3a, 0x54, 0xb7, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x14, 0x3b, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x30, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, - 0xcf, 0x29, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xce, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x11, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x96, 0x3b, 0xd7, 0x43, 0x18, 0x4c, 0xf8, 0x4b, 0x39, 0x54, 0x9a, 0x54, 0xbd, 0x5c, 0x1e, 0x65, 0x5e, 0x6d, 0xbf, 0x6d, 0x1f, 0x76, 0xbf, 0x86, 0x1f, 0x87, 0x3f, 0x87, 0x7f, 0x8f, 0x5f, 0x97, 0x5f, 0x97, 0x9f, 0x97, 0x9e, 0x97, 0x9d, 0x97, 0x9d, 0x9f, 0x9d, 0x9f, 0x9d, 0x8f, 0x9e, 0x8f, 0x3f, 0x87, 0xbf, 0x7e, 0x5f, 0x7e, 0x1f, 0x7e, 0xff, 0x7d, 0xbf, 0x75, 0xbf, 0x75, 0xdf, 0x85, 0xdf, 0x85, 0xff, 0x85, 0x1e, 0x7e, 0xbd, 0x6d, 0x9d, 0x6d, 0x5d, 0x65, 0x3d, 0x65, 0x3d, 0x5d, 0x1d, 0x5d, 0xfd, 0x5c, 0x1d, 0x5d, 0x5d, 0x65, 0xfe, 0x65, 0x1e, 0x66, 0x3e, 0x6e, 0x5a, 0x65, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x17, 0x54, 0x37, 0x54, 0x16, 0x54, 0x16, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd5, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x54, 0x3b, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x21, 0xee, 0x21, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x55, 0x33, 0x76, 0x33, 0x96, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xf7, 0x43, 0x18, 0x44, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x79, 0x4c, 0x7a, 0x4c, 0x9a, 0x4c, 0x9b, 0x4c, 0x9b, 0x4c, 0x9c, 0x54, 0xbc, 0x54, 0xdd, 0x54, 0xfe, 0x54, 0xfe, 0x54, 0xfe, 0x5c, 0xfe, 0x5c, 0x1f, 0x5d, 0x1f, 0x5d, 0x1f, 0x5d, 0xfe, 0x5c, 0x9b, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0xbd, 0x54, 0x5b, 0x54, 0xb7, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0x75, 0x43, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x29, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0xef, 0x29, 0xcf, 0x21, 0x8e, 0x19, 0x4c, 0x11, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x4c, 0x11, - 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x21, 0xae, 0x21, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x6d, 0x19, 0x6d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x97, 0x3b, 0xf7, 0x4b, 0x18, 0x4c, 0x38, 0x4c, 0x7a, 0x5c, 0xdc, 0x64, 0x1f, 0x65, 0x9f, 0x6d, 0xdf, 0x75, 0x5f, 0x7e, 0x1f, 0x87, 0x9e, 0x8f, 0x9d, 0x97, 0xbe, 0x97, 0x9e, 0x97, 0x7e, 0x9f, 0x7f, 0x9f, 0x7f, 0x97, 0x9e, 0x97, 0x9e, 0x97, 0x9d, 0x9f, 0x9d, 0x9f, 0x7d, 0x8f, 0x3f, 0x87, 0xbf, 0x7e, 0x7f, 0x7e, 0x3f, 0x7e, 0xff, 0x7d, 0xbf, 0x75, 0x9f, 0x75, 0xbf, 0x7d, 0xdf, 0x85, 0xdf, 0x7d, 0xff, 0x7d, 0xfe, 0x7d, 0x9d, 0x6d, 0x5d, 0x65, 0x3d, 0x5d, 0x1d, 0x5d, 0xfd, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x5d, 0x5d, 0x1e, 0x66, 0x7f, 0x6e, 0x1e, 0x76, 0x1a, 0x65, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x54, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x19, 0xce, 0x21, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0x14, 0x33, 0x35, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xf8, 0x43, 0x19, 0x44, 0x19, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x5a, 0x54, 0x5a, 0x54, 0x59, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x59, 0x4c, 0x79, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7b, 0x4c, 0x9b, 0x4c, 0x9c, 0x4c, 0xbc, 0x54, 0xdd, 0x54, 0xdd, 0x54, 0xdd, 0x54, 0xde, 0x54, 0xfe, 0x5c, 0xdd, 0x5c, 0x7b, 0x54, 0x9b, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0x9d, 0x54, 0xbd, 0x5c, 0x7b, 0x54, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x29, 0x10, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xae, 0x19, 0xef, 0x29, - 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x22, 0x72, 0x2a, 0x72, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0x14, 0x33, 0x15, 0x33, 0x55, 0x33, 0x76, 0x3b, 0xb7, 0x43, 0x18, 0x4c, 0x38, 0x4c, 0x7a, 0x54, 0xbc, 0x64, 0x3e, 0x6d, 0x9f, 0x75, 0x1f, 0x7e, 0x1f, 0x87, 0x9e, 0x97, 0x9d, 0x9f, 0xbd, 0x9f, 0xbd, 0x9f, 0xbd, 0xa7, 0xbd, 0xa7, 0x9e, 0x9f, 0x7f, 0x9f, 0x7f, 0x9f, 0x7f, 0x9f, 0x9e, 0x9f, 0x9d, 0x9f, 0x9d, 0x97, 0x7e, 0x8f, 0xff, 0x7e, 0x7f, 0x7e, 0x3f, 0x7e, 0xff, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0x9f, 0x7d, 0xdf, 0x85, 0xdf, 0x7d, 0xdf, 0x7d, 0xfe, 0x7d, 0xdd, 0x75, 0x5c, 0x65, 0x3d, 0x65, 0x1d, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x7d, 0x5d, 0x1e, 0x66, 0x1e, 0x6e, 0xfd, 0x75, 0xd9, 0x5c, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x38, 0x4c, 0x57, 0x54, 0x57, 0x54, 0x57, 0x5c, 0x57, 0x5c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x14, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0xef, 0x29, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xce, 0x19, 0xee, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0xd3, 0x32, 0x35, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xd8, 0x4b, 0x19, 0x54, 0x5a, 0x54, 0x9a, 0x5c, 0xbb, 0x64, 0xbc, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xde, 0x5c, 0xde, 0x64, 0xdd, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x59, 0x4c, 0x59, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7b, 0x4c, 0x7b, 0x4c, 0x9b, 0x4c, 0xbc, 0x54, 0xdd, 0x54, 0x9b, 0x54, 0x5b, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xfe, 0x64, 0xbc, 0x64, 0x18, 0x54, 0xb7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, - 0x0f, 0x2a, 0xf0, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x72, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x96, 0x3b, 0xd7, 0x43, 0x18, 0x4c, 0x59, 0x54, 0xbb, 0x64, 0x3e, 0x6d, 0xbf, 0x75, 0x7f, 0x86, 0x9e, 0x97, 0xbd, 0xa7, 0x9e, 0xb7, 0x9e, 0xbf, 0xbe, 0xbf, 0x9e, 0xb7, 0x9e, 0xb7, 0x9d, 0xaf, 0x9e, 0xa7, 0x7f, 0xa7, 0x7f, 0xa7, 0x7e, 0x9f, 0x9e, 0x9f, 0x9d, 0x9f, 0x9d, 0x97, 0x5f, 0x8f, 0xdf, 0x7e, 0x5f, 0x7e, 0xff, 0x7d, 0xbf, 0x75, 0x9f, 0x75, 0x9f, 0x75, 0xff, 0x85, 0xdf, 0x7d, 0xdf, 0x7d, 0xff, 0x7d, 0xfe, 0x7d, 0x7c, 0x6d, 0x3c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x5d, 0x5d, 0x1f, 0x6e, 0x7e, 0x76, 0x1c, 0x76, 0x78, 0x5c, 0x58, 0x54, 0x58, 0x54, 0x18, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x57, 0x54, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x54, 0x37, 0x54, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x33, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0xf3, 0x32, 0x76, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xf8, 0x4b, 0x19, 0x54, 0x3a, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0xbd, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xdf, 0x5c, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0x1f, 0x65, 0x3e, 0x6d, 0xdb, 0x5c, 0x79, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x5a, 0x4c, 0x5a, 0x4c, 0x7b, 0x4c, 0x39, 0x4c, 0xf8, 0x4b, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdd, 0x6c, 0xbc, 0x6c, 0x17, 0x5c, 0xf7, 0x53, 0xd7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0x14, 0x3b, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x30, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x29, - 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x6d, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x11, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd4, 0x2a, 0xf4, 0x32, 0x35, 0x33, 0x75, 0x3b, 0x76, 0x3b, 0xb6, 0x43, 0xf8, 0x4b, 0x39, 0x54, 0x9b, 0x5c, 0x1e, 0x6d, 0x9f, 0x7d, 0x5f, 0x86, 0xbf, 0x9f, 0x9d, 0xb7, 0xbf, 0xcf, 0xbf, 0xe7, 0xbf, 0xef, 0xbf, 0xe7, 0xbf, 0xd7, 0xbf, 0xc7, 0xbe, 0xb7, 0x9e, 0xaf, 0x7f, 0xa7, 0x5f, 0x9f, 0x7f, 0x9f, 0x7e, 0x9f, 0x9e, 0x97, 0x9e, 0x97, 0x1f, 0x87, 0x7f, 0x7e, 0x1f, 0x7e, 0xdf, 0x75, 0xbf, 0x75, 0xdf, 0x7d, 0xff, 0x85, 0xdf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xfe, 0x7d, 0xbd, 0x75, 0x3c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x9d, 0x65, 0x3e, 0x6e, 0x3e, 0x76, 0x9c, 0x6d, 0x78, 0x54, 0x79, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x37, 0x5c, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x16, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xd6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xae, 0x19, 0xad, 0x19, 0x8d, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0x51, 0x22, 0x34, 0x3b, 0x96, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xd7, 0x43, 0xd8, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0x5a, 0x54, 0x5b, 0x54, 0x9c, 0x54, 0x9d, 0x5c, 0xde, 0x5c, 0x1e, 0x65, 0x3f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x6d, 0xfd, 0x64, 0x7a, 0x54, 0x59, 0x4c, 0x59, 0x4c, 0x18, 0x4c, 0xf7, 0x4b, 0xd8, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x38, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x9b, 0x5c, 0xdc, 0x64, 0xdc, 0x64, 0x18, 0x5c, 0xf7, 0x53, 0xf7, 0x53, 0xd7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0x17, 0x54, 0x76, 0x4b, 0xb2, 0x3a, 0xd2, 0x3a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xef, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, - 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xf4, 0x2a, 0x15, 0x33, 0x35, 0x33, 0x76, 0x3b, 0x96, 0x3b, 0xd7, 0x43, 0x38, 0x4c, 0x9a, 0x5c, 0x1d, 0x65, 0x9f, 0x75, 0x3f, 0x86, 0x9f, 0x9f, 0xbe, 0xb7, 0xbf, 0xdf, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0x9f, 0xef, 0x9f, 0xcf, 0xbe, 0xb7, 0x9e, 0xaf, 0x7f, 0xa7, 0x3f, 0x9f, 0x1f, 0x97, 0x5f, 0x97, 0x9e, 0x97, 0x7e, 0x8f, 0x1f, 0x87, 0x3f, 0x7e, 0xdf, 0x75, 0xbf, 0x75, 0xbf, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xdf, 0x75, 0x7d, 0x6d, 0xfc, 0x5c, 0xdc, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0xbd, 0x65, 0x3e, 0x76, 0x5e, 0x7e, 0x7c, 0x6d, 0x98, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x78, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x77, 0x5c, 0x57, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0x95, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x0f, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0xad, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xef, 0x19, 0x51, 0x2a, 0x14, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0xdd, 0x5c, 0x1e, 0x65, 0x3f, 0x6d, 0x5f, 0x75, 0x7f, 0x75, 0x7f, 0x6d, 0x5f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x6d, 0x3f, 0x6d, 0xfd, 0x64, 0x7a, 0x5c, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0xbc, 0x64, 0x38, 0x54, 0xf6, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x79, 0x64, 0x34, 0x43, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xcf, 0x21, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x29, 0xef, 0x29, - 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x2c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0x11, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0x15, 0x33, 0x56, 0x3b, 0x96, 0x3b, 0xd7, 0x43, 0xf7, 0x43, 0x59, 0x54, 0xfc, 0x64, 0x9f, 0x75, 0x3f, 0x86, 0x5f, 0x97, 0xbd, 0xb7, 0xbf, 0xd7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xdf, 0xbe, 0xbf, 0x7e, 0xaf, 0xff, 0xa6, 0x1f, 0x9f, 0x5f, 0x9f, 0x9f, 0x97, 0x9f, 0x97, 0x3f, 0x87, 0x7f, 0x7e, 0xff, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xff, 0x7d, 0xff, 0x7d, 0xdf, 0x75, 0xdf, 0x7d, 0xbf, 0x75, 0xdf, 0x75, 0x9e, 0x75, 0x1c, 0x5d, 0xbb, 0x5c, 0xbb, 0x54, 0xfb, 0x5c, 0x3f, 0x6e, 0x3e, 0x76, 0x1e, 0x76, 0xbc, 0x75, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x54, 0x99, 0x54, 0x59, 0x54, 0x58, 0x54, 0x98, 0x54, 0x98, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x57, 0x54, 0x57, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xd6, 0x4b, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0x13, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8e, 0x11, 0x30, 0x2a, 0xf3, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xf8, 0x4b, 0x39, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0xbc, 0x54, 0xdd, 0x5c, 0x1e, 0x65, 0x5f, 0x6d, 0x5f, 0x75, 0x9f, 0x75, 0x9f, 0x6d, 0x5f, 0x6d, 0x3f, 0x6d, 0x1f, 0x65, 0x1f, 0x65, 0x1e, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0xff, 0x6c, 0xfe, 0x6c, 0xde, 0x64, 0x39, 0x54, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7b, 0x54, 0x18, 0x4c, 0xb6, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x54, 0x79, 0x5c, 0x96, 0x4b, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x43, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x22, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0xef, 0x29, 0xef, 0x21, - 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd4, 0x2a, 0x14, 0x33, 0x35, 0x33, 0x76, 0x3b, 0xb7, 0x3b, 0xf7, 0x43, 0x38, 0x4c, 0xda, 0x5c, 0x5e, 0x6d, 0xff, 0x85, 0xfe, 0x8e, 0xbe, 0xa7, 0xbf, 0xcf, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xdf, 0x9f, 0xbf, 0x5f, 0xaf, 0xff, 0xa6, 0x1f, 0x9f, 0x5f, 0x97, 0x9e, 0x97, 0x5f, 0x8f, 0xbf, 0x7e, 0xff, 0x75, 0x9f, 0x75, 0x7f, 0x6d, 0x7f, 0x6d, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0x5d, 0x6d, 0xbb, 0x54, 0x9b, 0x5c, 0x3c, 0x5d, 0x5f, 0x76, 0x1e, 0x76, 0x1e, 0x7e, 0xbd, 0x75, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x54, 0x99, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x57, 0x54, 0x57, 0x4c, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xd6, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x91, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0x18, 0x4c, 0x19, 0x4c, 0x59, 0x4c, 0x7a, 0x54, 0xbb, 0x54, 0xbc, 0x5c, 0xfd, 0x5c, 0x3e, 0x65, 0x5f, 0x6d, 0x9f, 0x75, 0x9f, 0x75, 0x7f, 0x6d, 0x5f, 0x6d, 0x3f, 0x6d, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0xde, 0x64, 0xbe, 0x64, 0xdf, 0x64, 0xff, 0x64, 0xff, 0x6c, 0xbc, 0x64, 0x18, 0x4c, 0xf7, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0xf9, 0x4b, 0x76, 0x43, 0x96, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x1b, 0x75, 0xf3, 0x3a, 0xf3, 0x3a, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x13, 0x43, 0x13, 0x43, 0xd3, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xef, 0x21, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0xef, 0x29, 0xef, 0x21, - 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0xae, 0x19, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x6d, 0x09, 0x6d, 0x09, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xf4, 0x2a, 0x14, 0x33, 0x55, 0x33, 0x96, 0x3b, 0xb7, 0x43, 0x18, 0x4c, 0x79, 0x54, 0xfd, 0x64, 0x9f, 0x6d, 0x9f, 0x86, 0xbe, 0x9f, 0xbe, 0xbf, 0xbf, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xd7, 0x9f, 0xb7, 0x1f, 0xaf, 0x1f, 0x9f, 0x1f, 0x9f, 0x9f, 0x97, 0x9e, 0x8f, 0xbf, 0x86, 0xff, 0x75, 0x9f, 0x75, 0x7f, 0x75, 0x9f, 0x6d, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x7f, 0x6d, 0x5e, 0x6d, 0xdb, 0x5c, 0xda, 0x5c, 0x9d, 0x65, 0x1f, 0x76, 0x3e, 0x76, 0x7f, 0x76, 0xbd, 0x6d, 0x9a, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0x99, 0x54, 0x79, 0x54, 0xb9, 0x54, 0xb9, 0x54, 0x98, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0xd6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0x0f, 0x22, 0x0f, 0x22, 0xae, 0x21, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0xef, 0x21, 0xd3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xfd, 0x5c, 0xfe, 0x64, 0x3f, 0x65, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x3f, 0x6d, 0x1f, 0x6d, 0x1f, 0x6d, 0xde, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xbe, 0x64, 0xde, 0x64, 0xff, 0x64, 0xfe, 0x6c, 0x59, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x19, 0x4c, 0x19, 0x54, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf8, 0x53, 0xfd, 0x6c, 0xf4, 0x3a, 0xd3, 0x3a, 0xf3, 0x3a, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x43, 0x53, 0x43, 0x13, 0x43, 0xf3, 0x3a, 0xd3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x50, 0x2a, 0x30, 0x2a, 0x0f, 0x2a, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, - 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x6d, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x31, 0x22, 0x52, 0x22, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0x14, 0x33, 0x35, 0x33, 0x76, 0x3b, 0xb6, 0x3b, 0xd7, 0x43, 0x59, 0x4c, 0xbb, 0x5c, 0x5e, 0x65, 0xff, 0x75, 0x3e, 0x97, 0xbe, 0xaf, 0xbf, 0xdf, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xcf, 0x9f, 0xb7, 0x1f, 0xa7, 0x3f, 0x9f, 0x7f, 0x97, 0x7f, 0x97, 0xbf, 0x86, 0x1f, 0x7e, 0x9f, 0x75, 0x7f, 0x75, 0x7f, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x1d, 0x65, 0xda, 0x5c, 0xdd, 0x6d, 0x3f, 0x76, 0x1e, 0x76, 0x1e, 0x76, 0xbd, 0x6d, 0xbb, 0x5c, 0xdb, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x79, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x57, 0x54, 0x37, 0x4c, 0xd6, 0x4b, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0xce, 0x21, 0xad, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x6d, 0x11, 0x30, 0x22, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x76, 0x3b, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0x17, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xdc, 0x5c, 0x1e, 0x65, 0x5f, 0x65, 0x7f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x75, 0x7f, 0x75, 0x5f, 0x6d, 0x1f, 0x6d, 0xff, 0x6c, 0xde, 0x64, 0xbd, 0x5c, 0xbd, 0x64, 0xbd, 0x64, 0xdd, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x6c, 0xbb, 0x64, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x75, 0x43, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xf8, 0x4b, 0x7a, 0x5c, 0xf8, 0x53, 0xf3, 0x3a, 0xd3, 0x32, 0xf3, 0x3a, 0x13, 0x43, 0x33, 0x43, 0x53, 0x43, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x13, 0x43, 0x13, 0x43, 0xd3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, - 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x4d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x8e, 0x11, 0x8e, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xf3, 0x32, 0x14, 0x33, 0x55, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0x18, 0x4c, 0x79, 0x54, 0xfc, 0x5c, 0x9f, 0x6d, 0x7f, 0x86, 0x9e, 0x9f, 0xbe, 0xbf, 0xbf, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xdf, 0xbe, 0xbf, 0x7f, 0xaf, 0x3f, 0x9f, 0x3f, 0x97, 0x1f, 0x8f, 0xff, 0x8e, 0x3f, 0x86, 0xbf, 0x75, 0x9f, 0x75, 0x7f, 0x6d, 0xbf, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x3e, 0x6d, 0xfb, 0x5c, 0x3f, 0x6e, 0xfe, 0x6d, 0xfe, 0x75, 0x3e, 0x76, 0xde, 0x6d, 0xbc, 0x5c, 0xfc, 0x64, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x99, 0x54, 0xb9, 0x54, 0xb9, 0x54, 0x98, 0x54, 0x98, 0x54, 0x78, 0x54, 0x58, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x17, 0x4c, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xee, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x6d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x2b, 0x09, 0x8d, 0x11, 0x51, 0x2a, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x53, 0x17, 0x54, 0x38, 0x54, 0x78, 0x5c, 0x9a, 0x5c, 0xdb, 0x64, 0x1e, 0x65, 0x5f, 0x6d, 0x9f, 0x75, 0xbf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xbf, 0x7d, 0x7f, 0x75, 0x3f, 0x6d, 0xfe, 0x64, 0xbc, 0x64, 0x9c, 0x5c, 0xbc, 0x5c, 0xbd, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x6c, 0xd7, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0xb6, 0x4b, 0x55, 0x43, 0x75, 0x3b, 0xf8, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x14, 0x3b, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0x13, 0x3b, 0x33, 0x43, 0x53, 0x43, 0x33, 0x43, 0x53, 0x4b, 0x33, 0x43, 0x13, 0x43, 0xf3, 0x3a, 0xd2, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x32, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x21, - 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0xae, 0x19, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6e, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xd0, 0x19, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x96, 0x43, 0xd7, 0x43, 0x18, 0x4c, 0x9b, 0x54, 0x3d, 0x65, 0xdf, 0x75, 0xff, 0x8e, 0xbd, 0xa7, 0xbe, 0xcf, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xdf, 0xbe, 0xbf, 0x7f, 0xa7, 0x1f, 0x9f, 0x3f, 0x97, 0xff, 0x8e, 0xdf, 0x86, 0x5f, 0x86, 0xbf, 0x75, 0x7f, 0x75, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x3f, 0x65, 0x5f, 0x6d, 0x5f, 0x6d, 0x9e, 0x6d, 0xde, 0x6d, 0xde, 0x75, 0xfe, 0x75, 0x1f, 0x6e, 0x9e, 0x6d, 0xdc, 0x64, 0xfd, 0x64, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xba, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x99, 0x54, 0xb9, 0x54, 0xb9, 0x54, 0x99, 0x54, 0x78, 0x54, 0x58, 0x54, 0x78, 0x54, 0x37, 0x4c, 0xb6, 0x43, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x4c, 0x09, 0xad, 0x19, 0x50, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xf6, 0x53, 0x17, 0x5c, 0x58, 0x64, 0xba, 0x64, 0xfc, 0x64, 0x5e, 0x6d, 0x9f, 0x75, 0x1f, 0x7e, 0x7f, 0x86, 0xbf, 0x8e, 0xff, 0x8e, 0xff, 0x8e, 0x9f, 0x8e, 0x3f, 0x8e, 0xff, 0x85, 0x9f, 0x7d, 0x3f, 0x6d, 0xde, 0x64, 0x9c, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x64, 0xbc, 0x64, 0xbc, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x75, 0x43, 0xd7, 0x4b, 0x38, 0x4c, 0x96, 0x43, 0x75, 0x43, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0xf3, 0x3a, 0xd2, 0x3a, 0xb2, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0xf0, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x51, 0x32, 0x51, 0x32, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0xef, 0x29, 0xef, 0x21, - 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x4c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x8e, 0x11, 0xcf, 0x11, 0xcf, 0x19, 0xf0, 0x19, 0x30, 0x22, 0x51, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xd3, 0x2a, 0xf3, 0x32, 0x14, 0x33, 0x54, 0x3b, 0x75, 0x3b, 0xb6, 0x43, 0xd7, 0x43, 0x39, 0x4c, 0xbc, 0x5c, 0x3e, 0x6d, 0xff, 0x7d, 0x5f, 0x8f, 0xbe, 0xaf, 0xbf, 0xd7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xdf, 0xbe, 0xb7, 0x9f, 0xa7, 0x3f, 0x9f, 0xff, 0x96, 0xdf, 0x8e, 0xdf, 0x86, 0x1f, 0x86, 0xbf, 0x7d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x5f, 0x6d, 0xbf, 0x75, 0xfe, 0x6d, 0xff, 0x6d, 0xff, 0x6d, 0xde, 0x75, 0xbe, 0x6d, 0xfd, 0x64, 0x1e, 0x65, 0xfd, 0x64, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x98, 0x54, 0x78, 0x54, 0x17, 0x4c, 0xd7, 0x43, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x4c, 0x11, 0x8d, 0x11, 0x10, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x54, 0x3b, 0x95, 0x43, 0xb5, 0x4b, 0xd6, 0x53, 0x17, 0x5c, 0x58, 0x64, 0xb9, 0x64, 0x1c, 0x6d, 0x9f, 0x7d, 0xff, 0x85, 0x9f, 0x96, 0x5f, 0x9f, 0xbe, 0xa7, 0xbe, 0xaf, 0xbe, 0xaf, 0xbe, 0xa7, 0x3f, 0x9f, 0xbf, 0x96, 0x3f, 0x86, 0x5f, 0x75, 0x1f, 0x6d, 0xdd, 0x64, 0x9c, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbc, 0x64, 0x9c, 0x64, 0xbc, 0x64, 0x9b, 0x5c, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0x76, 0x43, 0xd3, 0x32, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x71, 0x32, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xef, 0x21, - 0xaf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0x4c, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x8e, 0x11, 0xae, 0x11, 0xcf, 0x19, 0xcf, 0x19, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x92, 0x2a, 0xb3, 0x2a, 0xf3, 0x2a, 0x14, 0x33, 0x34, 0x33, 0x55, 0x3b, 0x95, 0x43, 0xd6, 0x43, 0xf8, 0x43, 0x59, 0x54, 0xdc, 0x5c, 0x7f, 0x6d, 0x3f, 0x86, 0x5f, 0x97, 0xbe, 0xb7, 0xbf, 0xd7, 0xbf, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbe, 0xcf, 0xbe, 0xb7, 0xbe, 0xa7, 0x5f, 0x97, 0xdf, 0x8e, 0xbf, 0x8e, 0x9f, 0x86, 0x1f, 0x86, 0xdf, 0x7d, 0x7f, 0x75, 0x5f, 0x6d, 0x7f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x3f, 0x6d, 0x3f, 0x6d, 0xbf, 0x75, 0xdf, 0x75, 0xbe, 0x65, 0xde, 0x6d, 0xde, 0x6d, 0x9e, 0x75, 0x1e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0xba, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x99, 0x54, 0x99, 0x54, 0x78, 0x54, 0x78, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x0f, 0x22, 0xcf, 0x21, 0xce, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x4c, 0x11, 0xae, 0x19, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0x14, 0x33, 0x54, 0x3b, 0x95, 0x43, 0xb5, 0x4b, 0xf6, 0x53, 0x37, 0x5c, 0x99, 0x64, 0x1b, 0x6d, 0x9e, 0x7d, 0x1f, 0x86, 0xff, 0x96, 0x9e, 0xa7, 0xbe, 0xb7, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xb7, 0xbe, 0xaf, 0x1f, 0x9f, 0x1f, 0x8e, 0x7f, 0x7d, 0x1f, 0x6d, 0xdd, 0x64, 0x7b, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbc, 0x64, 0xb6, 0x43, 0x75, 0x3b, 0xb6, 0x43, 0xf7, 0x4b, 0x17, 0x4c, 0xf7, 0x4b, 0xd7, 0x43, 0x55, 0x43, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xcf, 0x21, - 0xaf, 0x19, 0x8e, 0x19, 0x6e, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x19, 0x6e, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x4c, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6e, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xcf, 0x19, 0x0f, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0x13, 0x33, 0x34, 0x33, 0x54, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xd7, 0x43, 0x18, 0x4c, 0x7a, 0x54, 0xdd, 0x5c, 0x9f, 0x75, 0x3f, 0x86, 0x5f, 0x97, 0xbe, 0xaf, 0xbe, 0xc7, 0xbf, 0xdf, 0xbf, 0xe7, 0xbf, 0xdf, 0xbf, 0xd7, 0xbe, 0xbf, 0xbe, 0xaf, 0x9e, 0x9f, 0x5f, 0x97, 0xdf, 0x8e, 0xbf, 0x86, 0x7f, 0x86, 0xff, 0x7d, 0xbf, 0x7d, 0x9f, 0x75, 0x5f, 0x6d, 0x7f, 0x6d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x7e, 0x6d, 0xdf, 0x75, 0xbf, 0x75, 0xbe, 0x6d, 0xbe, 0x6d, 0xde, 0x6d, 0xbe, 0x6d, 0x1e, 0x6d, 0x3f, 0x65, 0x1e, 0x65, 0x1d, 0x65, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xb9, 0x54, 0xb9, 0x54, 0x99, 0x54, 0x58, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x6c, 0x11, 0xae, 0x19, 0x30, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xf0, 0x29, 0xf0, 0x29, 0xf0, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0x54, 0x3b, 0x95, 0x3b, 0xd6, 0x43, 0x17, 0x54, 0x78, 0x5c, 0xfa, 0x64, 0x7e, 0x75, 0x1f, 0x86, 0x1f, 0x97, 0x9e, 0xa7, 0xbe, 0xbf, 0xbf, 0xd7, 0xbf, 0xdf, 0xbf, 0xe7, 0xbf, 0xd7, 0xbe, 0xc7, 0xbe, 0xaf, 0x9f, 0x96, 0xff, 0x85, 0x9f, 0x7d, 0x1f, 0x6d, 0x9c, 0x5c, 0x5a, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0x17, 0x4c, 0xd7, 0x4b, 0x96, 0x43, 0xd3, 0x32, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0xcf, 0x21, - 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x6e, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0x4c, 0x09, 0x4c, 0x09, 0x6d, 0x09, 0x8e, 0x11, 0xae, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0x10, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xf3, 0x32, 0x13, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xd7, 0x43, 0x18, 0x4c, 0x7a, 0x54, 0xdd, 0x64, 0x7f, 0x75, 0x3f, 0x86, 0x3f, 0x8f, 0x9d, 0xa7, 0xbe, 0xb7, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xb7, 0xbe, 0xaf, 0xbd, 0xa7, 0x9e, 0x97, 0x3f, 0x8f, 0x9f, 0x86, 0x7f, 0x86, 0x3f, 0x7e, 0xff, 0x7d, 0xbf, 0x75, 0x9f, 0x75, 0x5f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x9f, 0x6d, 0xbf, 0x6d, 0xbe, 0x75, 0xbe, 0x6d, 0xbe, 0x6d, 0xdf, 0x6d, 0x7e, 0x6d, 0x3e, 0x6d, 0x7f, 0x6d, 0x3f, 0x65, 0x1e, 0x65, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xba, 0x54, 0xba, 0x4c, 0x9a, 0x54, 0xba, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x18, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0xad, 0x19, 0x6d, 0x11, 0x8e, 0x19, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xf4, 0x2a, 0x34, 0x33, 0x75, 0x3b, 0xd6, 0x43, 0x37, 0x54, 0x99, 0x5c, 0x3c, 0x6d, 0xdf, 0x7d, 0xbf, 0x8e, 0x9e, 0x9f, 0xbe, 0xaf, 0xbe, 0xc7, 0xbf, 0xef, 0xbf, 0xf7, 0xbf, 0xef, 0xbe, 0xd7, 0xbe, 0xbf, 0x3f, 0xa7, 0x5f, 0x8e, 0x9f, 0x7d, 0x1e, 0x6d, 0xbd, 0x64, 0x7b, 0x5c, 0x39, 0x54, 0x39, 0x4c, 0x19, 0x4c, 0x19, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x5a, 0x5c, 0x7b, 0x5c, 0xd7, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xb6, 0x43, 0x76, 0x43, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x22, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0xaf, 0x21, - 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0xae, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0x8e, 0x11, 0x8d, 0x11, 0x4d, 0x09, 0x8e, 0x11, 0xae, 0x19, 0xcf, 0x19, 0xef, 0x19, 0x10, 0x22, 0x31, 0x22, 0x71, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0x13, 0x33, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0x18, 0x4c, 0x3a, 0x54, 0xbc, 0x5c, 0x1e, 0x65, 0x9f, 0x75, 0x1f, 0x7e, 0xff, 0x8e, 0xde, 0xa7, 0xbd, 0xa7, 0x9d, 0xa7, 0x9d, 0xa7, 0x9d, 0x9f, 0x9e, 0x97, 0x5f, 0x8f, 0xbf, 0x86, 0x3f, 0x86, 0x3f, 0x7e, 0xff, 0x7d, 0x9f, 0x7d, 0x9f, 0x75, 0x7f, 0x75, 0x5f, 0x6d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x3f, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0xbf, 0x75, 0xbf, 0x6d, 0xbe, 0x6d, 0x7e, 0x6d, 0x3e, 0x6d, 0x7f, 0x6d, 0x3f, 0x65, 0x3e, 0x65, 0xfd, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x9a, 0x4c, 0x9b, 0x54, 0xbb, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0x99, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8d, 0x19, 0x0f, 0x22, 0x71, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xef, 0x29, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x93, 0x2a, 0xd3, 0x2a, 0x14, 0x33, 0x55, 0x3b, 0xb6, 0x43, 0x38, 0x54, 0xba, 0x5c, 0x3d, 0x6d, 0xdf, 0x7d, 0xdf, 0x8e, 0x9e, 0x9f, 0xbe, 0xb7, 0xbf, 0xdf, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xdf, 0xbe, 0xc7, 0x9f, 0xa7, 0xbf, 0x96, 0xff, 0x85, 0x5f, 0x75, 0xbc, 0x64, 0x5a, 0x54, 0x18, 0x4c, 0xf8, 0x4b, 0xd8, 0x43, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x18, 0x4c, 0x39, 0x54, 0x7c, 0x5c, 0x3a, 0x54, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xf3, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0xcf, 0x21, 0xae, 0x19, - 0x8e, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xef, 0x19, 0xef, 0x19, 0x10, 0x22, 0x31, 0x2a, 0x92, 0x2a, 0xf3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xf7, 0x4b, 0x18, 0x4c, 0x19, 0x4c, 0x7b, 0x54, 0xfe, 0x64, 0x5f, 0x6d, 0x7f, 0x75, 0x3f, 0x86, 0x5f, 0x97, 0x7e, 0x97, 0x9f, 0x9f, 0xbd, 0x9f, 0x9e, 0x97, 0x1f, 0x8f, 0x9f, 0x86, 0x1f, 0x7e, 0xff, 0x7d, 0xff, 0x7d, 0xdf, 0x7d, 0x9f, 0x75, 0x5f, 0x75, 0x5f, 0x6d, 0x5f, 0x6d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0xff, 0x64, 0x5e, 0x65, 0xbf, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0xbe, 0x65, 0x7e, 0x65, 0x3e, 0x6d, 0x7f, 0x75, 0x3f, 0x65, 0x3e, 0x65, 0xfe, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbb, 0x54, 0xdb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0x6d, 0x11, 0x0f, 0x22, 0x92, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x52, 0x22, 0x92, 0x2a, 0xd3, 0x2a, 0x14, 0x33, 0x55, 0x3b, 0xb6, 0x43, 0x38, 0x4c, 0x9a, 0x5c, 0x3e, 0x6d, 0xdf, 0x7d, 0xbf, 0x8e, 0x7e, 0xa7, 0xbe, 0xbf, 0xbe, 0xcf, 0xbf, 0xcf, 0xbf, 0xcf, 0xbe, 0xbf, 0x9f, 0xaf, 0xdf, 0x96, 0x1f, 0x86, 0x7f, 0x75, 0xfd, 0x64, 0x7a, 0x5c, 0x18, 0x54, 0xf7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xb7, 0x4b, 0x97, 0x4b, 0xd8, 0x4b, 0x19, 0x4c, 0x19, 0x54, 0x7b, 0x5c, 0xd8, 0x4b, 0x76, 0x3b, 0xb6, 0x3b, 0xb2, 0x32, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xae, 0x19, - 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x6d, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8f, 0x11, 0xaf, 0x19, 0xaf, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xf0, 0x19, 0xf0, 0x21, 0xcf, 0x19, 0x10, 0x22, 0xcf, 0x19, 0xae, 0x11, 0xcf, 0x11, 0xef, 0x19, 0x10, 0x22, 0x31, 0x22, 0x72, 0x2a, 0xb3, 0x2a, 0xf3, 0x32, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x43, 0xf7, 0x43, 0xf8, 0x43, 0x19, 0x4c, 0x9c, 0x54, 0xde, 0x5c, 0x3f, 0x65, 0x7f, 0x6d, 0x3f, 0x7e, 0x5f, 0x86, 0x7f, 0x86, 0xdf, 0x8e, 0x1f, 0x8f, 0x1f, 0x8f, 0xdf, 0x8e, 0x5f, 0x86, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0x7f, 0x75, 0x5f, 0x75, 0x3f, 0x6d, 0x3f, 0x6d, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x9f, 0x65, 0x9f, 0x65, 0x9f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0x9e, 0x6d, 0xbf, 0x6d, 0x7e, 0x65, 0x1e, 0x65, 0x9f, 0x6d, 0x5f, 0x65, 0x3f, 0x65, 0xfe, 0x5c, 0xde, 0x5c, 0xfd, 0x54, 0xdc, 0x54, 0xdb, 0x54, 0xbb, 0x54, 0xdc, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xba, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xf6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x0f, 0x22, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0x8e, 0x19, 0x0f, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x8d, 0x11, 0x6d, 0x19, 0x6d, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x31, 0x22, 0x72, 0x22, 0x92, 0x2a, 0xb3, 0x2a, 0x14, 0x33, 0x55, 0x3b, 0x96, 0x43, 0x18, 0x4c, 0x7a, 0x5c, 0x1d, 0x6d, 0xbf, 0x7d, 0x3f, 0x9f, 0xbe, 0xaf, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xde, 0xb7, 0x1f, 0xa7, 0x7f, 0x96, 0xdf, 0x85, 0x5f, 0x75, 0xdd, 0x64, 0x7a, 0x5c, 0x18, 0x54, 0xd7, 0x4b, 0xb7, 0x43, 0x97, 0x43, 0x97, 0x43, 0x76, 0x43, 0x97, 0x43, 0xb7, 0x4b, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0x7b, 0x5c, 0x96, 0x3b, 0x14, 0x33, 0x71, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, - 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8f, 0x11, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x11, 0xcf, 0x19, 0xf0, 0x21, 0xef, 0x19, 0xf0, 0x19, 0xf0, 0x21, 0xef, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x51, 0x22, 0x92, 0x2a, 0xd3, 0x32, 0x34, 0x33, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0x19, 0x4c, 0x7b, 0x54, 0xbe, 0x5c, 0xff, 0x64, 0x7f, 0x6d, 0x9f, 0x75, 0xdf, 0x7d, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x1f, 0x7e, 0xbf, 0x75, 0x5f, 0x6d, 0x3f, 0x6d, 0x1f, 0x6d, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0x1e, 0x65, 0x9f, 0x65, 0x7f, 0x65, 0x7e, 0x65, 0x7f, 0x65, 0x7f, 0x6d, 0x7f, 0x6d, 0x9e, 0x65, 0x7e, 0x65, 0x1e, 0x65, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x65, 0x1e, 0x5d, 0xde, 0x5c, 0xde, 0x5c, 0xdd, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xdc, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0xf3, 0x32, 0xd2, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0x91, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0xb3, 0x2a, 0xf3, 0x32, 0x34, 0x33, 0x96, 0x43, 0xf7, 0x4b, 0x59, 0x54, 0x1c, 0x6d, 0x1f, 0x86, 0x9f, 0x8e, 0xff, 0x96, 0x3f, 0x9f, 0x7f, 0xa7, 0x9f, 0xa7, 0x5f, 0x96, 0xdf, 0x85, 0x9f, 0x7d, 0x3f, 0x75, 0xdc, 0x64, 0x59, 0x5c, 0xf8, 0x53, 0xb7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x76, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xd8, 0x4b, 0xf8, 0x53, 0x39, 0x54, 0xd3, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xae, 0x21, 0x8e, 0x19, 0x6d, 0x11, - 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8f, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x11, 0xcf, 0x19, 0xcf, 0x21, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xf0, 0x19, 0x31, 0x22, 0x51, 0x22, 0x92, 0x2a, 0xd3, 0x32, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0xb6, 0x43, 0xb7, 0x3b, 0xb7, 0x43, 0xf8, 0x43, 0x39, 0x4c, 0x5b, 0x54, 0xbe, 0x5c, 0x1f, 0x65, 0x5f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0xbf, 0x75, 0xbf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x7d, 0xbf, 0x75, 0x5f, 0x75, 0xff, 0x6c, 0xff, 0x64, 0xff, 0x5c, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0x1e, 0x65, 0x7f, 0x65, 0x7e, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x1e, 0x65, 0x5f, 0x65, 0x5f, 0x6d, 0x3f, 0x65, 0x1e, 0x65, 0xdf, 0x5c, 0xfe, 0x5c, 0xdd, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xfd, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0x1c, 0x5d, 0xdc, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xef, 0x21, 0x71, 0x2a, 0xd2, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xae, 0x11, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x31, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x2a, 0x14, 0x33, 0x55, 0x3b, 0xb6, 0x43, 0x9b, 0x5c, 0x3e, 0x75, 0x7f, 0x7d, 0xbf, 0x7d, 0xff, 0x85, 0x1f, 0x86, 0x1f, 0x8e, 0xbf, 0x85, 0x9f, 0x7d, 0x5f, 0x75, 0xfe, 0x6c, 0xbc, 0x64, 0x5a, 0x5c, 0x18, 0x54, 0xb7, 0x4b, 0x96, 0x43, 0x56, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf8, 0x53, 0x14, 0x3b, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xf0, 0x21, 0x10, 0x22, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, - 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2d, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xcf, 0x19, 0xf0, 0x19, 0xf0, 0x21, 0xf0, 0x21, 0x8e, 0x11, 0x6d, 0x09, 0x8e, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xcf, 0x19, 0xf0, 0x19, 0xf0, 0x21, 0xd0, 0x19, 0xf0, 0x19, 0x31, 0x22, 0x72, 0x2a, 0xb3, 0x2a, 0xd4, 0x32, 0x34, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x97, 0x3b, 0xb7, 0x3b, 0xf8, 0x43, 0x19, 0x4c, 0x5b, 0x54, 0xbd, 0x5c, 0xff, 0x5c, 0x1f, 0x65, 0x3f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x9f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0x7f, 0x75, 0x7f, 0x75, 0x7f, 0x75, 0x3f, 0x6d, 0xde, 0x5c, 0xfe, 0x5c, 0xfe, 0x64, 0xfe, 0x5c, 0x3e, 0x5d, 0x5f, 0x5d, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0x7f, 0x6d, 0x5f, 0x6d, 0x7e, 0x6d, 0x7e, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x5f, 0x6d, 0x3f, 0x65, 0x1f, 0x65, 0xde, 0x5c, 0xff, 0x5c, 0xde, 0x5c, 0xfd, 0x54, 0xfd, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xfd, 0x5c, 0x1d, 0x5d, 0xfc, 0x5c, 0xfc, 0x64, 0xdd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4c, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x30, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xf0, 0x19, 0x10, 0x1a, 0x31, 0x22, 0x72, 0x22, 0x72, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0x14, 0x33, 0x7a, 0x5c, 0xbc, 0x64, 0xdd, 0x64, 0xfd, 0x6c, 0x1e, 0x6d, 0x3f, 0x75, 0x5f, 0x75, 0x3f, 0x75, 0xfd, 0x6c, 0xdc, 0x6c, 0x9b, 0x64, 0x59, 0x5c, 0x18, 0x54, 0xd8, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x97, 0x43, 0xb7, 0x4b, 0xd3, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0xaf, 0x19, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x30, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, - 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xcf, 0x19, 0x8e, 0x11, 0xcf, 0x19, 0xaf, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xd0, 0x19, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x93, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0x34, 0x33, 0x35, 0x33, 0x75, 0x3b, 0x76, 0x3b, 0x97, 0x3b, 0xb7, 0x43, 0xb8, 0x43, 0xd8, 0x43, 0x39, 0x4c, 0x7b, 0x54, 0x9d, 0x54, 0xdf, 0x5c, 0xff, 0x64, 0x1f, 0x65, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x3f, 0x6d, 0x3e, 0x6d, 0xdd, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0x5f, 0x5d, 0x5f, 0x5d, 0x3f, 0x5d, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x6d, 0x5f, 0x6d, 0x7f, 0x65, 0x7e, 0x65, 0x3e, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0xff, 0x5c, 0xde, 0x5c, 0xde, 0x54, 0xdd, 0x54, 0xfd, 0x54, 0xfd, 0x54, 0xfd, 0x54, 0xfd, 0x5c, 0x1d, 0x5d, 0x1d, 0x5d, 0x3e, 0x65, 0xfe, 0x64, 0xfe, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xdd, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x18, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x13, 0x33, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0xb2, 0x32, 0xf4, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0x6e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6d, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xcf, 0x11, 0xf0, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0x14, 0x33, 0xf8, 0x4b, 0x18, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9b, 0x64, 0xbb, 0x64, 0x7a, 0x64, 0x39, 0x5c, 0x18, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x97, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x76, 0x43, 0x76, 0x43, 0x71, 0x32, 0x71, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xce, 0x19, 0xae, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0x10, 0x2a, 0x0f, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, - 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x19, 0xcf, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x72, 0x2a, 0x93, 0x2a, 0xd4, 0x32, 0xf4, 0x32, 0x34, 0x33, 0x35, 0x33, 0x56, 0x33, 0x76, 0x33, 0x97, 0x3b, 0xb8, 0x43, 0xf8, 0x43, 0x18, 0x44, 0x39, 0x4c, 0x5a, 0x4c, 0x7c, 0x54, 0x9e, 0x54, 0xde, 0x5c, 0xff, 0x64, 0x1f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x5f, 0x6d, 0x3f, 0x6d, 0x1f, 0x65, 0x1f, 0x65, 0x5f, 0x6d, 0x7f, 0x6d, 0xfd, 0x5c, 0x1e, 0x5d, 0x3f, 0x5d, 0x1f, 0x5d, 0x3f, 0x5d, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x6d, 0x5f, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x1f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x1e, 0x5d, 0xff, 0x5c, 0xfe, 0x5c, 0xfd, 0x54, 0x1d, 0x55, 0x1e, 0x5d, 0x3d, 0x5d, 0x1d, 0x5d, 0x1e, 0x5d, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1d, 0x65, 0xfc, 0x5c, 0xdb, 0x5c, 0xba, 0x5c, 0x99, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x18, 0x54, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x71, 0x2a, 0xf3, 0x3a, 0x14, 0x3b, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6d, 0x09, 0x6e, 0x09, 0x8e, 0x11, 0xae, 0x11, 0xcf, 0x11, 0xef, 0x19, 0x10, 0x1a, 0x10, 0x22, 0x51, 0x22, 0x51, 0x22, 0x34, 0x3b, 0xb7, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x18, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x76, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x76, 0x43, 0x97, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x36, 0x3b, 0xd3, 0x32, 0x71, 0x2a, 0x92, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0x0f, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, - 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x01, 0xea, 0x00, 0x0a, 0x01, 0xeb, 0x00, 0xeb, 0x00, 0x2b, 0x09, 0x2b, 0x09, 0x2c, 0x01, 0x2c, 0x09, 0x4c, 0x09, 0x6d, 0x09, 0x6d, 0x11, 0x4d, 0x09, 0x4d, 0x09, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xf0, 0x19, 0x11, 0x22, 0x31, 0x22, 0x52, 0x22, 0x31, 0x22, 0x72, 0x2a, 0xb3, 0x2a, 0xd4, 0x2a, 0xf4, 0x32, 0x35, 0x33, 0x55, 0x33, 0x55, 0x3b, 0x56, 0x33, 0x97, 0x3b, 0xd8, 0x43, 0xf8, 0x43, 0x19, 0x4c, 0x3a, 0x4c, 0x3a, 0x4c, 0x5b, 0x4c, 0x7d, 0x54, 0xbe, 0x54, 0xff, 0x5c, 0x1f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0xff, 0x64, 0xff, 0x64, 0x1f, 0x6d, 0x3f, 0x65, 0x5f, 0x6d, 0x5e, 0x65, 0x1f, 0x5d, 0x3f, 0x5d, 0x3f, 0x5d, 0x3f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x3f, 0x6d, 0x7e, 0x65, 0x5e, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0xff, 0x5c, 0xfe, 0x5c, 0xfd, 0x54, 0xfe, 0x54, 0xfe, 0x54, 0x1d, 0x55, 0x3d, 0x5d, 0x5e, 0x65, 0x7e, 0x6d, 0x7e, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x3f, 0x6d, 0x1e, 0x65, 0xfd, 0x64, 0xfc, 0x64, 0xdb, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x33, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0xf3, 0x3a, 0x34, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x2b, 0x01, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x09, 0x6e, 0x09, 0x8e, 0x11, 0xae, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xf0, 0x19, 0x10, 0x22, 0x10, 0x22, 0x14, 0x3b, 0x76, 0x43, 0x76, 0x3b, 0x76, 0x43, 0x75, 0x3b, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x56, 0x3b, 0x76, 0x3b, 0x76, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0xb2, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xef, 0x21, 0x10, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, - 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0a, 0x01, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xcb, 0x00, 0xeb, 0x00, 0x0b, 0x01, 0x2b, 0x09, 0x2b, 0x09, 0x2c, 0x01, 0x2c, 0x09, 0x4d, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xae, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0x10, 0x1a, 0x31, 0x22, 0x52, 0x22, 0x52, 0x2a, 0x31, 0x22, 0x72, 0x2a, 0x93, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0x15, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x76, 0x3b, 0x97, 0x3b, 0xb7, 0x43, 0xd8, 0x43, 0x19, 0x44, 0x3a, 0x4c, 0x5b, 0x4c, 0x5b, 0x4c, 0x7d, 0x54, 0xbf, 0x54, 0xff, 0x5c, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0x3f, 0x65, 0x7f, 0x65, 0x9f, 0x6d, 0x7f, 0x65, 0x1e, 0x5d, 0x3f, 0x5d, 0x3f, 0x5d, 0x3f, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x6d, 0x3f, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1f, 0x65, 0x3f, 0x6d, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x5d, 0xfe, 0x5c, 0x1e, 0x55, 0x1e, 0x55, 0x3e, 0x5d, 0x3e, 0x55, 0x5e, 0x5d, 0x7e, 0x65, 0x7e, 0x6d, 0xbf, 0x75, 0x9f, 0x75, 0x9f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0x9f, 0x75, 0x7f, 0x6d, 0x5f, 0x6d, 0x3e, 0x6d, 0xfd, 0x64, 0xdb, 0x64, 0xba, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0xd2, 0x32, 0x34, 0x3b, 0x34, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0xeb, 0x08, 0xca, 0x00, 0xea, 0x00, 0xea, 0x00, 0x0a, 0x01, 0x0a, 0x01, 0x0b, 0x01, 0x0a, 0x01, 0xea, 0x00, 0x0b, 0x01, 0x2c, 0x01, 0x2c, 0x01, 0x4c, 0x09, 0x4c, 0x09, 0x6d, 0x09, 0x6d, 0x09, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xf4, 0x32, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x15, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x92, 0x32, 0x71, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6e, 0x19, 0x8d, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xef, 0x21, 0x10, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x11, - 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0a, 0x01, 0xca, 0x00, 0xea, 0x00, 0x0a, 0x01, 0xea, 0x00, 0xcb, 0x00, 0xeb, 0x00, 0x0b, 0x01, 0x2b, 0x09, 0x2c, 0x01, 0x2c, 0x09, 0x0b, 0x01, 0x2b, 0x09, 0x0b, 0x01, 0x2b, 0x09, 0x0c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xf0, 0x19, 0xf0, 0x21, 0x31, 0x22, 0x52, 0x22, 0x72, 0x22, 0x52, 0x22, 0x72, 0x2a, 0xb3, 0x2a, 0xf4, 0x2a, 0xf4, 0x32, 0x14, 0x33, 0x35, 0x33, 0x76, 0x3b, 0x76, 0x3b, 0x97, 0x3b, 0xb7, 0x3b, 0xd8, 0x43, 0x19, 0x44, 0x3a, 0x4c, 0x5b, 0x4c, 0x7c, 0x4c, 0x9e, 0x5c, 0xff, 0x5c, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xdf, 0x64, 0x1f, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0xbf, 0x6d, 0x9f, 0x6d, 0x1e, 0x5d, 0x3f, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1e, 0x65, 0x3e, 0x5d, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0xff, 0x5c, 0xfe, 0x5c, 0xfd, 0x54, 0x1e, 0x55, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x5d, 0x65, 0xbe, 0x75, 0xdf, 0x75, 0xbf, 0x7d, 0xdf, 0x7d, 0xff, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xbf, 0x7d, 0x9f, 0x75, 0x7f, 0x75, 0x5e, 0x6d, 0x1d, 0x6d, 0xdc, 0x64, 0x9a, 0x5c, 0x99, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x54, 0xf7, 0x4b, 0xb6, 0x4b, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x14, 0x3b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0xea, 0x08, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xeb, 0x00, 0xeb, 0x00, 0x0b, 0x01, 0x2b, 0x01, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6d, 0x09, 0x8e, 0x11, 0xae, 0x11, 0xcf, 0x19, 0x8e, 0x11, 0xf4, 0x32, 0x35, 0x3b, 0x14, 0x33, 0xf4, 0x32, 0xd4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x95, 0x43, 0xb6, 0x4b, 0x76, 0x43, 0x15, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x15, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x51, 0x2a, 0xf0, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0xcf, 0x21, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x2c, 0x09, - 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x01, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xeb, 0x00, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0xea, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0x0b, 0x01, 0xeb, 0x00, 0x0b, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xd0, 0x19, 0x10, 0x1a, 0x31, 0x22, 0x52, 0x22, 0x52, 0x2a, 0x72, 0x22, 0x93, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0x15, 0x33, 0x35, 0x33, 0x76, 0x33, 0x76, 0x3b, 0x97, 0x3b, 0xb7, 0x43, 0xd8, 0x43, 0xf9, 0x43, 0x3a, 0x4c, 0x7c, 0x4c, 0xbe, 0x54, 0xff, 0x5c, 0x3f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xde, 0x64, 0x3f, 0x5d, 0x3f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x9f, 0x6d, 0x9f, 0x6d, 0x3e, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3e, 0x5d, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0xde, 0x5c, 0xdd, 0x5c, 0xfd, 0x5c, 0xfd, 0x5c, 0xfd, 0x54, 0xfd, 0x5c, 0x5e, 0x65, 0x9e, 0x6d, 0xde, 0x75, 0xff, 0x7d, 0xff, 0x7d, 0x3f, 0x86, 0x5f, 0x86, 0x5f, 0x86, 0x5f, 0x86, 0x3f, 0x86, 0x3f, 0x86, 0x1f, 0x7e, 0xdf, 0x7d, 0xbf, 0x75, 0x7f, 0x75, 0x3e, 0x6d, 0xfc, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x58, 0x5c, 0x17, 0x54, 0x17, 0x54, 0xd6, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0x14, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x35, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xaf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x01, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xeb, 0x00, 0x0b, 0x01, 0x0b, 0x01, 0x0c, 0x01, 0x2c, 0x01, 0x4c, 0x09, 0x6d, 0x09, 0x8d, 0x09, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xf4, 0x32, 0x14, 0x33, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0xf4, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0x15, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0xd3, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0xcf, 0x21, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, - 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0c, 0x09, 0x2b, 0x09, 0x0c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xeb, 0x00, 0xeb, 0x00, 0x0b, 0x01, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xeb, 0x00, 0x0b, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8f, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xf0, 0x19, 0x11, 0x22, 0x31, 0x22, 0x52, 0x22, 0x72, 0x2a, 0x52, 0x2a, 0x93, 0x2a, 0xd3, 0x2a, 0xf4, 0x2a, 0xf4, 0x32, 0x15, 0x33, 0x55, 0x33, 0x76, 0x3b, 0x77, 0x3b, 0x97, 0x3b, 0xb7, 0x43, 0xd8, 0x43, 0x19, 0x4c, 0x5b, 0x4c, 0x9e, 0x5c, 0xff, 0x5c, 0x3f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x3f, 0x6d, 0xfe, 0x64, 0xde, 0x64, 0xff, 0x64, 0xfe, 0x5c, 0x3f, 0x5d, 0x3f, 0x5d, 0x3f, 0x5d, 0x5f, 0x65, 0x7f, 0x65, 0x9f, 0x6d, 0x7f, 0x6d, 0x1f, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3e, 0x5d, 0x3e, 0x65, 0x1f, 0x65, 0xff, 0x64, 0x3f, 0x65, 0x1e, 0x65, 0xfd, 0x5c, 0xbd, 0x5c, 0xfd, 0x54, 0xfc, 0x54, 0x1d, 0x5d, 0x1d, 0x5d, 0x3d, 0x65, 0x5d, 0x6d, 0xde, 0x7d, 0x1f, 0x86, 0x1f, 0x86, 0x7f, 0x86, 0xff, 0x8e, 0xff, 0x8e, 0xff, 0x8e, 0x1f, 0x8f, 0xdf, 0x8e, 0xbf, 0x8e, 0x7f, 0x86, 0x1f, 0x86, 0xdf, 0x7d, 0x9f, 0x75, 0x3e, 0x6d, 0xfd, 0x64, 0xdb, 0x64, 0xba, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x38, 0x54, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0a, 0x01, 0xca, 0x00, 0xca, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x00, 0xeb, 0x00, 0x2b, 0x01, 0x2c, 0x01, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x8e, 0x11, 0xcf, 0x19, 0xd4, 0x32, 0x14, 0x33, 0xd3, 0x32, 0xb3, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xd4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0x15, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x92, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x10, 0x22, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x2c, 0x09, 0xae, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0x8e, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, - 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0xca, 0x00, 0xca, 0x00, 0x0a, 0x01, 0xaa, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0x0b, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8f, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xf0, 0x19, 0x11, 0x22, 0x31, 0x22, 0x72, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0x14, 0x33, 0x15, 0x33, 0x76, 0x3b, 0x76, 0x3b, 0x77, 0x3b, 0x97, 0x43, 0xd8, 0x43, 0xf9, 0x4b, 0x3a, 0x4c, 0x9d, 0x54, 0xff, 0x64, 0x5f, 0x6d, 0x9f, 0x75, 0x5e, 0x6d, 0xdd, 0x64, 0xdd, 0x64, 0xde, 0x64, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x5d, 0x3f, 0x5d, 0x3f, 0x5d, 0x3f, 0x65, 0x7f, 0x65, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x3f, 0x5d, 0x1f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1e, 0x5d, 0x1e, 0x5d, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x6d, 0xfd, 0x5c, 0xbd, 0x5c, 0xfd, 0x5c, 0x1d, 0x55, 0xfc, 0x5c, 0x1d, 0x5d, 0x3e, 0x65, 0x9f, 0x6d, 0xde, 0x75, 0x1e, 0x7e, 0x3f, 0x8e, 0x9f, 0x8e, 0x1f, 0x97, 0x9f, 0x9f, 0xbf, 0x9f, 0x9e, 0x9f, 0x9e, 0x9f, 0x7f, 0x9f, 0x3f, 0x97, 0x9f, 0x8e, 0x3f, 0x86, 0xff, 0x7d, 0xbf, 0x75, 0x5f, 0x6d, 0x1e, 0x6d, 0x1d, 0x65, 0xdb, 0x64, 0x9a, 0x5c, 0x58, 0x5c, 0x18, 0x54, 0xf7, 0x4b, 0xf6, 0x4b, 0xb6, 0x4b, 0x75, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0x55, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0xea, 0x08, 0xca, 0x00, 0xca, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xeb, 0x00, 0x0b, 0x01, 0x2b, 0x01, 0x2c, 0x01, 0x4d, 0x09, 0x4d, 0x09, 0xcf, 0x19, 0xd3, 0x32, 0xf4, 0x32, 0xb3, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x72, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0xae, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, - 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x01, 0x0a, 0x01, 0xea, 0x00, 0xeb, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xea, 0x00, 0x0a, 0x01, 0x0b, 0x09, 0x2b, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8f, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xd0, 0x19, 0x10, 0x1a, 0x11, 0x22, 0x51, 0x22, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0xf4, 0x32, 0x15, 0x33, 0x55, 0x3b, 0x56, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xf8, 0x43, 0x3a, 0x4c, 0x7c, 0x54, 0xde, 0x5c, 0x3e, 0x6d, 0x1d, 0x6d, 0xba, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0x1d, 0x65, 0x3f, 0x6d, 0x3e, 0x65, 0x7f, 0x65, 0x5f, 0x5d, 0x3f, 0x5d, 0x3f, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0x9f, 0x6d, 0x9f, 0x6d, 0x5f, 0x6d, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3e, 0x5d, 0x3e, 0x5d, 0x1e, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0xfe, 0x64, 0xdd, 0x5c, 0xfd, 0x54, 0xfc, 0x54, 0xfc, 0x5c, 0x3d, 0x65, 0x5e, 0x6d, 0x7e, 0x75, 0xff, 0x7d, 0x3f, 0x86, 0x7f, 0x8e, 0x3f, 0x97, 0x7f, 0x9f, 0xbe, 0x9f, 0xbd, 0xa7, 0xbe, 0xaf, 0xbd, 0xaf, 0xbe, 0xa7, 0xbe, 0x9f, 0x7e, 0x9f, 0x1f, 0x8f, 0x7f, 0x86, 0xff, 0x85, 0xbf, 0x7d, 0xbf, 0x7d, 0x3d, 0x6d, 0x9a, 0x64, 0x59, 0x5c, 0x18, 0x54, 0x55, 0x43, 0xb2, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x14, 0x3b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0xf0, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0a, 0x09, 0xca, 0x00, 0xaa, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc8, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xea, 0x00, 0x0b, 0x01, 0x2b, 0x01, 0x4c, 0x09, 0x4d, 0x09, 0xcf, 0x19, 0xd3, 0x32, 0xf4, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0x93, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0x52, 0x2a, 0x51, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0x14, 0x3b, 0x72, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x8e, 0x19, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6e, 0x11, 0x6d, 0x11, - 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0a, 0x01, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xea, 0x00, 0x0a, 0x01, 0x2b, 0x09, 0x2b, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xf0, 0x19, 0x10, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xd4, 0x32, 0x14, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0xb7, 0x43, 0xf8, 0x43, 0x19, 0x4c, 0x7b, 0x54, 0xbd, 0x5c, 0x9b, 0x5c, 0xb9, 0x5c, 0xda, 0x64, 0xfb, 0x64, 0xfb, 0x6c, 0x1d, 0x6d, 0x3f, 0x6d, 0x7e, 0x6d, 0xbf, 0x6d, 0x7f, 0x65, 0x3f, 0x5d, 0x3f, 0x65, 0x5f, 0x65, 0x7f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x5f, 0x6d, 0x1f, 0x5d, 0x1f, 0x65, 0xff, 0x64, 0x1e, 0x5d, 0x1d, 0x5d, 0x1e, 0x5d, 0x1f, 0x6d, 0x1f, 0x65, 0x3f, 0x6d, 0x1e, 0x65, 0xdd, 0x5c, 0xfd, 0x5c, 0xfd, 0x54, 0x1d, 0x5d, 0x3d, 0x65, 0x5d, 0x6d, 0xbe, 0x75, 0xff, 0x7d, 0x5f, 0x86, 0xdf, 0x8e, 0x1f, 0x97, 0x7e, 0xa7, 0xbe, 0xaf, 0xbe, 0xb7, 0xde, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbd, 0xaf, 0xbe, 0xa7, 0xbf, 0x9f, 0xbe, 0x96, 0x5a, 0x75, 0x17, 0x54, 0x55, 0x43, 0xf3, 0x3a, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x71, 0x32, 0x34, 0x3b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0xae, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xea, 0x00, 0xaa, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc8, 0x00, 0xa8, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x00, 0x4d, 0x11, 0x4d, 0x09, 0xae, 0x19, 0xb3, 0x32, 0xf3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xd4, 0x32, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x21, 0xaf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x6d, 0x11, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x6d, 0x11, - 0x6e, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0xeb, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0x0a, 0x01, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xaf, 0x19, 0xd0, 0x19, 0x11, 0x22, 0x31, 0x22, 0x52, 0x22, 0x72, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0x15, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xf7, 0x4b, 0x18, 0x4c, 0x3a, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x99, 0x5c, 0xba, 0x64, 0xba, 0x64, 0xdb, 0x6c, 0xfc, 0x6c, 0x1e, 0x6d, 0xbe, 0x75, 0x1f, 0x76, 0xbf, 0x6d, 0x7f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x5f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x3f, 0x65, 0x1f, 0x65, 0xfe, 0x5c, 0xde, 0x5c, 0xfc, 0x5c, 0x1d, 0x5d, 0x1e, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x3e, 0x65, 0xdd, 0x5c, 0xfd, 0x54, 0xfe, 0x5c, 0xfd, 0x5c, 0x3d, 0x65, 0x5e, 0x6d, 0x7e, 0x75, 0xff, 0x7d, 0x7f, 0x86, 0xdf, 0x8e, 0x5f, 0x9f, 0xde, 0xa7, 0xbd, 0xaf, 0xbe, 0xbf, 0xdf, 0xc7, 0xbe, 0xc7, 0xbe, 0xc7, 0xde, 0xbf, 0xff, 0xc7, 0xfc, 0xae, 0x55, 0x64, 0xf2, 0x32, 0xf2, 0x3a, 0xd2, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0xb2, 0x32, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x11, 0x2a, 0xf0, 0x21, 0x8e, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0xea, 0x00, 0xca, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc8, 0x00, 0xa8, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xc9, 0x00, 0xa8, 0x00, 0xc8, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xca, 0x00, 0xea, 0x00, 0x4d, 0x09, 0x4d, 0x09, 0x6e, 0x11, 0x92, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0xb3, 0x32, 0x93, 0x2a, 0x72, 0x2a, 0x52, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, - 0x8e, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x2b, 0x09, 0x0b, 0x09, 0x0a, 0x01, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0x0a, 0x01, 0xeb, 0x00, 0x0b, 0x01, 0x2b, 0x09, 0x2b, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8f, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xf0, 0x19, 0x11, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0xb4, 0x32, 0xf4, 0x32, 0x35, 0x3b, 0x34, 0x3b, 0x76, 0x3b, 0xb7, 0x43, 0xf8, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0x38, 0x54, 0x79, 0x5c, 0xb9, 0x64, 0xba, 0x64, 0xba, 0x64, 0xdc, 0x6c, 0x1d, 0x75, 0xde, 0x85, 0xff, 0x7d, 0x1f, 0x76, 0x9f, 0x6d, 0x7f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x1e, 0x65, 0xbd, 0x5c, 0xde, 0x5c, 0xfd, 0x5c, 0xfc, 0x54, 0xfd, 0x54, 0x1e, 0x65, 0x3f, 0x6d, 0x3f, 0x6d, 0x1f, 0x65, 0xde, 0x5c, 0x1d, 0x5d, 0x3d, 0x5d, 0x5e, 0x65, 0x3d, 0x65, 0x7f, 0x6d, 0xbf, 0x75, 0xdf, 0x7d, 0x5e, 0x86, 0x1f, 0x97, 0x5f, 0x9f, 0xbe, 0xa7, 0xde, 0xbf, 0xbe, 0xc7, 0xdf, 0xd7, 0xbf, 0xdf, 0x9f, 0xe7, 0x3b, 0xbe, 0xb4, 0x63, 0xb1, 0x3a, 0xd2, 0x3a, 0xf2, 0x42, 0xf2, 0x3a, 0xf2, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd2, 0x3a, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0xf3, 0x3a, 0xb7, 0x4b, 0x76, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x15, 0x3b, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0xf0, 0x21, 0x6d, 0x11, 0x2c, 0x09, 0x0b, 0x09, 0x0a, 0x01, 0xca, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xa8, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xc8, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xca, 0x00, 0x4c, 0x09, 0x4d, 0x09, 0x2c, 0x09, 0x72, 0x2a, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x93, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xee, 0x21, 0xce, 0x21, 0xae, 0x21, 0xae, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4d, 0x09, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x4c, 0x11, 0x51, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, - 0x8e, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2b, 0x09, 0x0b, 0x01, 0xeb, 0x00, 0x0a, 0x01, 0xea, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xea, 0x00, 0xea, 0x00, 0x0a, 0x01, 0x0a, 0x01, 0x0b, 0x01, 0x2b, 0x09, 0x2b, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xd0, 0x19, 0xf0, 0x21, 0x11, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x97, 0x43, 0xf8, 0x4b, 0x58, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0xba, 0x64, 0xdb, 0x6c, 0x1c, 0x75, 0xdf, 0x85, 0x1f, 0x86, 0x1f, 0x76, 0xdf, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x5f, 0x6d, 0x5f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0xff, 0x64, 0xdf, 0x64, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0x3e, 0x6d, 0x3f, 0x6d, 0x1f, 0x65, 0xfe, 0x5c, 0x1e, 0x5d, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0xde, 0x7d, 0x5f, 0x86, 0xdf, 0x8e, 0x5e, 0x9f, 0xbe, 0xaf, 0xde, 0xbf, 0xdf, 0xcf, 0x5e, 0xd7, 0xda, 0xad, 0xd4, 0x6b, 0x91, 0x3a, 0xb2, 0x3a, 0xf2, 0x42, 0xf2, 0x42, 0x12, 0x43, 0x12, 0x43, 0xf2, 0x42, 0xf2, 0x3a, 0xf2, 0x3a, 0xd2, 0x3a, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x35, 0x43, 0xf7, 0x53, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xcf, 0x19, 0x6d, 0x11, 0x0b, 0x09, 0xca, 0x00, 0xca, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xa8, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa9, 0x00, 0xa8, 0x00, 0xea, 0x00, 0x4c, 0x09, 0x4d, 0x09, 0xeb, 0x00, 0x51, 0x2a, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0xd3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x31, 0x22, 0x11, 0x22, 0x11, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0xce, 0x21, 0xce, 0x21, 0xae, 0x21, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x71, 0x32, 0x10, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, - 0x8e, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xeb, 0x00, 0x0a, 0x01, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0x0a, 0x01, 0x0a, 0x01, 0xea, 0x00, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xae, 0x11, 0xaf, 0x19, 0xd0, 0x19, 0xf0, 0x21, 0x11, 0x22, 0x31, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x92, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x43, 0xb7, 0x43, 0xf8, 0x4b, 0x59, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0xbb, 0x64, 0x3d, 0x75, 0xdf, 0x8d, 0xff, 0x85, 0xff, 0x7d, 0xbf, 0x75, 0x7f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x1e, 0x65, 0xde, 0x5c, 0xde, 0x5c, 0xdf, 0x64, 0xde, 0x64, 0xbc, 0x5c, 0xfd, 0x5c, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0x3e, 0x65, 0x5f, 0x6d, 0x1f, 0x65, 0x1e, 0x5d, 0x5e, 0x5d, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x6d, 0x5f, 0x6d, 0x9f, 0x6d, 0xbe, 0x75, 0x1f, 0x86, 0xbf, 0x8e, 0x7e, 0x9f, 0xbf, 0xaf, 0x9e, 0xc7, 0xda, 0xa5, 0x94, 0x5b, 0xd2, 0x42, 0xd2, 0x42, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x3a, 0xf2, 0x3a, 0xd2, 0x3a, 0xb2, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x92, 0x32, 0x76, 0x4b, 0xd7, 0x53, 0xb7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0x4d, 0x11, 0xca, 0x08, 0xa9, 0x00, 0xa9, 0x00, 0xa8, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa7, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xc8, 0x00, 0xa8, 0x00, 0xe9, 0x00, 0x4c, 0x11, 0x4d, 0x09, 0x0b, 0x01, 0x51, 0x22, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0xb3, 0x32, 0x14, 0x3b, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0xd3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x71, 0x32, 0xce, 0x21, 0xce, 0x21, 0xae, 0x19, 0x6d, 0x19, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x0b, 0x01, 0x10, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, - 0xae, 0x19, 0x8e, 0x19, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0a, 0x01, 0x0a, 0x01, 0xea, 0x00, 0x0a, 0x01, 0x0b, 0x09, 0x0a, 0x01, 0xeb, 0x00, 0xeb, 0x00, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xd0, 0x19, 0x10, 0x22, 0x11, 0x22, 0x11, 0x22, 0x11, 0x22, 0x72, 0x2a, 0x93, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x35, 0x3b, 0x56, 0x3b, 0x76, 0x3b, 0xb7, 0x43, 0xf7, 0x4b, 0x18, 0x54, 0x59, 0x5c, 0x9a, 0x64, 0x3d, 0x75, 0xff, 0x85, 0xdf, 0x85, 0xbf, 0x7d, 0x5f, 0x75, 0x3f, 0x6d, 0x1f, 0x6d, 0xfe, 0x6c, 0xbc, 0x64, 0x39, 0x5c, 0x5a, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xde, 0x64, 0xdf, 0x64, 0xdd, 0x5c, 0xbb, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xfd, 0x5c, 0x7f, 0x75, 0x3f, 0x65, 0x1e, 0x5d, 0x3e, 0x5d, 0x5e, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0x7f, 0x6d, 0x7e, 0x75, 0x9f, 0x6d, 0xff, 0x7d, 0x9e, 0x86, 0x3f, 0x97, 0xdc, 0x9e, 0x14, 0x64, 0x91, 0x3a, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xd2, 0x3a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x50, 0x2a, 0xd2, 0x3a, 0xb6, 0x4b, 0xf8, 0x53, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x75, 0x43, 0x74, 0x43, 0x34, 0x3b, 0xd3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x2b, 0x09, 0xc9, 0x00, 0xa9, 0x00, 0xa8, 0x00, 0x88, 0x00, 0x67, 0x00, 0x68, 0x00, 0x68, 0x00, 0x67, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0xe9, 0x08, 0x4c, 0x09, 0x4d, 0x09, 0x2b, 0x09, 0x31, 0x22, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0x34, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0xb6, 0x4b, 0x75, 0x43, 0xf4, 0x3a, 0x92, 0x32, 0x51, 0x2a, 0x11, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x32, 0xef, 0x21, 0xae, 0x21, 0x8e, 0x19, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4b, 0x11, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x4d, 0x11, 0x51, 0x32, 0x10, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x19, - 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2b, 0x09, 0xeb, 0x08, 0xeb, 0x08, 0xeb, 0x08, 0x0a, 0x01, 0xeb, 0x00, 0xeb, 0x08, 0xeb, 0x08, 0x0b, 0x01, 0xea, 0x00, 0xea, 0x00, 0xeb, 0x00, 0xeb, 0x00, 0x0b, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x19, 0x11, 0x22, 0x31, 0x22, 0x11, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x76, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0x18, 0x54, 0x79, 0x5c, 0x1c, 0x6d, 0xdf, 0x7d, 0xdf, 0x7d, 0xbf, 0x75, 0x5f, 0x75, 0x3f, 0x6d, 0xfe, 0x64, 0x9b, 0x5c, 0x18, 0x54, 0x19, 0x54, 0x39, 0x5c, 0x5a, 0x5c, 0x5b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x7b, 0x5c, 0x59, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xdc, 0x54, 0x5e, 0x6d, 0x5f, 0x6d, 0x5e, 0x65, 0x7e, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x7f, 0x6d, 0x7e, 0x6d, 0x7f, 0x6d, 0xbf, 0x75, 0xdf, 0x7d, 0x3e, 0x86, 0x39, 0x6d, 0x73, 0x4b, 0xf2, 0x3a, 0x13, 0x4b, 0x13, 0x4b, 0x12, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x12, 0x4b, 0xf2, 0x4a, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0xf2, 0x42, 0x12, 0x43, 0xf2, 0x42, 0xf2, 0x3a, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x70, 0x2a, 0xf3, 0x3a, 0x17, 0x5c, 0x38, 0x5c, 0xf7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb5, 0x4b, 0x95, 0x4b, 0x75, 0x4b, 0xf3, 0x3a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x29, 0x4d, 0x11, 0xeb, 0x08, 0xa9, 0x00, 0x88, 0x00, 0x88, 0x00, 0x68, 0x00, 0x68, 0x00, 0x68, 0x00, 0x67, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xc9, 0x00, 0x4c, 0x09, 0x4d, 0x11, 0x2c, 0x09, 0x10, 0x22, 0xd3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0x93, 0x32, 0x92, 0x32, 0xb3, 0x32, 0x14, 0x3b, 0x75, 0x4b, 0xb5, 0x4b, 0xd6, 0x53, 0xb6, 0x4b, 0xd6, 0x53, 0x95, 0x4b, 0x14, 0x3b, 0xb2, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x11, 0x22, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0xcf, 0x21, 0x8e, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x2b, 0x11, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x71, 0x32, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x19, - 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0xeb, 0x08, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xea, 0x00, 0x0a, 0x01, 0xca, 0x00, 0xea, 0x00, 0xeb, 0x08, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8f, 0x19, 0x8f, 0x11, 0xaf, 0x19, 0xd0, 0x19, 0xf0, 0x21, 0x31, 0x22, 0x11, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0x35, 0x3b, 0x76, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0x5a, 0x5c, 0xfc, 0x6c, 0x5e, 0x6d, 0x9f, 0x75, 0x7f, 0x75, 0x5f, 0x75, 0x1f, 0x6d, 0xbd, 0x64, 0x39, 0x54, 0x18, 0x54, 0x18, 0x54, 0x19, 0x54, 0x19, 0x5c, 0x3a, 0x5c, 0x7b, 0x5c, 0x9c, 0x64, 0x9c, 0x64, 0xf7, 0x53, 0x18, 0x4c, 0x38, 0x54, 0x79, 0x54, 0xdb, 0x64, 0x9f, 0x75, 0x7e, 0x65, 0x7e, 0x6d, 0x7e, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x7f, 0x6d, 0xbf, 0x75, 0x5c, 0x6d, 0xd5, 0x4b, 0xd2, 0x3a, 0xd2, 0x3a, 0x12, 0x43, 0x12, 0x43, 0xf2, 0x42, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x43, 0x13, 0x43, 0x13, 0x43, 0xf2, 0x3a, 0xb2, 0x3a, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x13, 0x3b, 0x38, 0x5c, 0x58, 0x5c, 0xf8, 0x53, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0x55, 0x43, 0xd3, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xae, 0x19, 0x0b, 0x09, 0xca, 0x00, 0xc9, 0x00, 0x68, 0x00, 0x68, 0x00, 0x68, 0x00, 0x67, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0x2c, 0x09, 0x4d, 0x09, 0x4c, 0x09, 0x6d, 0x11, 0xf3, 0x3a, 0x14, 0x3b, 0xf4, 0x32, 0xd3, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xf4, 0x3a, 0x55, 0x43, 0xb5, 0x53, 0xd5, 0x53, 0xd5, 0x53, 0xf5, 0x5b, 0xb5, 0x53, 0x34, 0x43, 0xb3, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x31, 0x22, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0xcf, 0x21, 0x8d, 0x19, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0xeb, 0x08, 0xeb, 0x08, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xae, 0x19, - 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0xea, 0x08, 0xca, 0x00, 0xea, 0x00, 0xeb, 0x00, 0x2b, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8f, 0x11, 0x8e, 0x11, 0x8f, 0x11, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0x14, 0x3b, 0x35, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x9b, 0x64, 0x3f, 0x6d, 0x3f, 0x6d, 0x3f, 0x6d, 0xfe, 0x64, 0x5a, 0x5c, 0x39, 0x54, 0x18, 0x54, 0x18, 0x54, 0x19, 0x54, 0x19, 0x54, 0x39, 0x5c, 0x5a, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0xd6, 0x4b, 0xd7, 0x4b, 0x38, 0x54, 0x58, 0x5c, 0x38, 0x5c, 0x7b, 0x5c, 0x5f, 0x6d, 0x3e, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7e, 0x6d, 0xda, 0x64, 0x54, 0x3b, 0xd2, 0x3a, 0xf3, 0x3a, 0xd2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xf2, 0x42, 0xf2, 0x4a, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x12, 0x4b, 0x13, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x43, 0xf3, 0x42, 0xd2, 0x3a, 0xb2, 0x3a, 0x91, 0x32, 0x71, 0x32, 0x34, 0x43, 0x38, 0x5c, 0x58, 0x5c, 0xf8, 0x53, 0xd7, 0x4b, 0xb7, 0x4b, 0xb6, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x4b, 0x55, 0x43, 0x14, 0x3b, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x2c, 0x09, 0xea, 0x00, 0xc9, 0x00, 0x88, 0x00, 0x47, 0x00, 0x68, 0x00, 0x68, 0x00, 0x88, 0x00, 0x68, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x2c, 0x11, 0x4d, 0x09, 0x4c, 0x11, 0x2c, 0x09, 0xb2, 0x32, 0x34, 0x3b, 0x14, 0x3b, 0xd3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x34, 0x43, 0x95, 0x4b, 0xd5, 0x53, 0xd5, 0x53, 0xf5, 0x5b, 0xd5, 0x53, 0x55, 0x43, 0xd3, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0xae, 0x21, 0x6d, 0x19, 0x4d, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x11, 0x2b, 0x09, 0x2b, 0x09, 0xeb, 0x08, 0xeb, 0x08, 0xea, 0x00, 0xeb, 0x00, 0x0b, 0x09, 0x0a, 0x09, 0xeb, 0x08, 0x0b, 0x09, 0xce, 0x19, 0x72, 0x32, 0x31, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xae, 0x19, - 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0xea, 0x00, 0xeb, 0x00, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x6d, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x96, 0x43, 0x18, 0x54, 0x5a, 0x5c, 0x39, 0x54, 0x19, 0x54, 0x18, 0x54, 0xf8, 0x53, 0x18, 0x54, 0x19, 0x54, 0x39, 0x5c, 0x39, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x97, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0x18, 0x54, 0x58, 0x5c, 0x59, 0x5c, 0x3e, 0x6d, 0x1f, 0x6d, 0xfe, 0x64, 0x3e, 0x6d, 0x7e, 0x6d, 0xbf, 0x75, 0xda, 0x64, 0xd2, 0x32, 0xf2, 0x3a, 0xd3, 0x3a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0x12, 0x43, 0x12, 0x43, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0x12, 0x4b, 0x12, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x33, 0x4b, 0x33, 0x53, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x13, 0x43, 0xf2, 0x42, 0xf2, 0x3a, 0xb2, 0x3a, 0x91, 0x32, 0x54, 0x43, 0x38, 0x5c, 0x38, 0x5c, 0xf8, 0x53, 0xd7, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0x76, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0xf3, 0x3a, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0x6d, 0x11, 0xea, 0x08, 0xea, 0x00, 0xa8, 0x00, 0x68, 0x00, 0x68, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0x0a, 0x09, 0x4d, 0x11, 0x4c, 0x09, 0x4d, 0x11, 0x30, 0x22, 0x14, 0x3b, 0x34, 0x3b, 0xf3, 0x3a, 0xb2, 0x32, 0x92, 0x2a, 0xb3, 0x32, 0x14, 0x3b, 0x75, 0x43, 0x95, 0x4b, 0xd5, 0x5b, 0xf5, 0x5b, 0xb5, 0x53, 0x75, 0x43, 0xf3, 0x3a, 0x92, 0x2a, 0x51, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0xef, 0x29, 0xef, 0x29, 0xef, 0x29, 0x8e, 0x19, 0x6d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0xeb, 0x08, 0x0a, 0x09, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x08, 0xeb, 0x08, 0xea, 0x08, 0x2c, 0x11, 0x72, 0x32, 0x31, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, - 0xaf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8f, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x55, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x35, 0x43, 0x76, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0xf8, 0x53, 0x18, 0x54, 0x19, 0x5c, 0x39, 0x5c, 0x5a, 0x5c, 0x7b, 0x64, 0x19, 0x5c, 0x76, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0x38, 0x54, 0xfb, 0x64, 0x5f, 0x6d, 0x1f, 0x6d, 0x1f, 0x6d, 0x1e, 0x6d, 0xf7, 0x4b, 0xb1, 0x32, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf2, 0x3a, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0x12, 0x4b, 0xf2, 0x4a, 0x13, 0x4b, 0x13, 0x4b, 0x33, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x33, 0x4b, 0x13, 0x4b, 0xf3, 0x42, 0xd3, 0x42, 0xd2, 0x3a, 0xb2, 0x3a, 0x54, 0x43, 0x18, 0x54, 0x18, 0x5c, 0x18, 0x54, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x43, 0x34, 0x43, 0x14, 0x3b, 0xd3, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0x8e, 0x19, 0xeb, 0x08, 0xea, 0x00, 0x89, 0x00, 0x68, 0x00, 0x68, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa9, 0x00, 0x2c, 0x09, 0x4d, 0x09, 0x4c, 0x09, 0xaf, 0x19, 0xd3, 0x3a, 0x34, 0x43, 0xf3, 0x3a, 0xb3, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0x14, 0x3b, 0x54, 0x43, 0xb5, 0x53, 0xd5, 0x5b, 0xb5, 0x4b, 0x74, 0x43, 0xf3, 0x3a, 0x92, 0x32, 0x51, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0x8e, 0x19, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xeb, 0x08, 0xea, 0x08, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xea, 0x00, 0x0b, 0x09, 0xeb, 0x08, 0x2b, 0x09, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, - 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x6e, 0x19, 0x8d, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0xb3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x19, 0x54, 0x19, 0x54, 0x3a, 0x5c, 0x7b, 0x5c, 0x39, 0x5c, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0x38, 0x54, 0xdc, 0x6c, 0x5f, 0x6d, 0x1e, 0x6d, 0xd7, 0x53, 0xb2, 0x32, 0xd3, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf2, 0x3a, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0x13, 0x4b, 0x13, 0x4b, 0x33, 0x53, 0x33, 0x53, 0x33, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x33, 0x4b, 0x13, 0x4b, 0x13, 0x43, 0xf3, 0x42, 0xf3, 0x42, 0xd2, 0x3a, 0x55, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x18, 0x54, 0xf7, 0x53, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x4b, 0x75, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0x75, 0x4b, 0x75, 0x4b, 0x34, 0x43, 0x14, 0x3b, 0xd3, 0x3a, 0xb2, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xea, 0x08, 0xca, 0x00, 0xc9, 0x00, 0x88, 0x00, 0x68, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa9, 0x00, 0x2b, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x71, 0x2a, 0x13, 0x3b, 0xf3, 0x32, 0xb2, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xf3, 0x3a, 0x95, 0x4b, 0xb4, 0x53, 0x94, 0x4b, 0x34, 0x43, 0xf3, 0x3a, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x6d, 0x19, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0xeb, 0x08, 0x2b, 0x09, 0xea, 0x08, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xea, 0x00, 0xeb, 0x08, 0xeb, 0x08, 0xea, 0x00, 0x10, 0x22, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, - 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6e, 0x19, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x4d, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xb3, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xf7, 0x53, 0x18, 0x54, 0x39, 0x5c, 0x5a, 0x5c, 0x39, 0x5c, 0xd7, 0x4b, 0xb7, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0xd7, 0x4b, 0xf7, 0x53, 0x38, 0x54, 0x9a, 0x5c, 0xd6, 0x53, 0x92, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0xf2, 0x3a, 0x12, 0x43, 0x12, 0x43, 0x12, 0x43, 0x12, 0x4b, 0x12, 0x4b, 0x33, 0x4b, 0x33, 0x53, 0x33, 0x53, 0x53, 0x53, 0x53, 0x53, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x13, 0x43, 0x13, 0x43, 0xf3, 0x42, 0xd2, 0x3a, 0x74, 0x4b, 0x17, 0x5c, 0xf7, 0x53, 0x18, 0x54, 0x18, 0x54, 0xf7, 0x53, 0xf7, 0x53, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xd6, 0x53, 0xd6, 0x4b, 0x95, 0x4b, 0x55, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xeb, 0x08, 0xea, 0x00, 0xa9, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xea, 0x08, 0x2c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0xef, 0x19, 0xb3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x74, 0x4b, 0x94, 0x4b, 0x74, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0xf0, 0x29, 0xf0, 0x29, 0x10, 0x2a, 0xf0, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x6d, 0x19, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0xeb, 0x08, 0xeb, 0x08, 0x2b, 0x09, 0xeb, 0x08, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x08, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0xb2, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, - 0xf0, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0xae, 0x19, 0x8e, 0x19, 0x6e, 0x19, 0x6e, 0x19, 0x6d, 0x19, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0xf0, 0x21, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0x5a, 0x5c, 0x5a, 0x5c, 0x39, 0x54, 0xb6, 0x4b, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x95, 0x4b, 0x51, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x72, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0x12, 0x3b, 0x12, 0x43, 0x12, 0x43, 0x12, 0x43, 0x13, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x53, 0x53, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0xd2, 0x3a, 0x55, 0x4b, 0xf7, 0x5b, 0xf8, 0x53, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xf7, 0x53, 0x18, 0x5c, 0x38, 0x5c, 0x38, 0x5c, 0x17, 0x5c, 0xf7, 0x53, 0xb6, 0x4b, 0x55, 0x43, 0x13, 0x3b, 0xb3, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x11, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x2b, 0x09, 0x2b, 0x01, 0xa9, 0x00, 0x68, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0xa9, 0x00, 0x2b, 0x09, 0x4c, 0x11, 0x2c, 0x09, 0x8d, 0x11, 0x92, 0x2a, 0x92, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x34, 0x43, 0x54, 0x43, 0x14, 0x3b, 0xd3, 0x32, 0xb3, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x11, 0x2a, 0x51, 0x2a, 0xf0, 0x29, 0xef, 0x21, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x6d, 0x19, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0xeb, 0x08, 0xeb, 0x08, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xeb, 0x08, 0xeb, 0x08, 0x2b, 0x09, 0x2b, 0x09, 0x50, 0x2a, 0xb3, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xf0, 0x21, - 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x29, 0xf0, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x6d, 0x19, 0x6d, 0x19, 0x6e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x52, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x93, 0x32, 0x93, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x76, 0x43, 0x97, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf8, 0x53, 0x19, 0x54, 0x5a, 0x5c, 0xf7, 0x53, 0x38, 0x54, 0x59, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x55, 0x43, 0x71, 0x2a, 0x92, 0x32, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf2, 0x3a, 0x12, 0x3b, 0x12, 0x43, 0x12, 0x43, 0x33, 0x43, 0x33, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x43, 0x13, 0x43, 0xf3, 0x42, 0xb2, 0x3a, 0x74, 0x4b, 0x17, 0x5c, 0xf7, 0x53, 0x18, 0x5c, 0x18, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0x18, 0x54, 0x59, 0x5c, 0x9a, 0x64, 0xba, 0x6c, 0x9a, 0x64, 0x58, 0x64, 0x17, 0x5c, 0xb6, 0x4b, 0x55, 0x43, 0xf3, 0x3a, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0x8e, 0x19, 0x0b, 0x09, 0x0b, 0x09, 0xc9, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0x88, 0x00, 0xc9, 0x08, 0x2c, 0x09, 0x4c, 0x09, 0x0b, 0x09, 0x10, 0x22, 0x92, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x10, 0x22, 0xf3, 0x3a, 0xf4, 0x3a, 0xd3, 0x32, 0xb3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x29, 0xef, 0x29, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0x6d, 0x19, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x2b, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xeb, 0x08, 0xeb, 0x08, 0x0b, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0xd3, 0x3a, 0x92, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x22, - 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xd2, 0x3a, 0xb2, 0x3a, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0xef, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xae, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x6e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0x72, 0x32, 0xf0, 0x21, 0x11, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x93, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x96, 0x43, 0x97, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0x19, 0x54, 0x39, 0x5c, 0x39, 0x5c, 0x18, 0x54, 0xf8, 0x53, 0xf8, 0x53, 0x38, 0x54, 0x99, 0x5c, 0xba, 0x64, 0xd7, 0x4b, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0x12, 0x3b, 0x12, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x43, 0x13, 0x43, 0x13, 0x43, 0xd2, 0x3a, 0x34, 0x4b, 0xf7, 0x53, 0x18, 0x5c, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0x59, 0x5c, 0xbb, 0x64, 0xfd, 0x6c, 0x3e, 0x75, 0x3d, 0x75, 0xfb, 0x6c, 0x99, 0x64, 0x17, 0x5c, 0xb6, 0x4b, 0x34, 0x43, 0xd3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x21, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x8d, 0x19, 0x0b, 0x09, 0xea, 0x00, 0xa9, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xea, 0x00, 0x2c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x72, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0xef, 0x21, 0xb3, 0x32, 0xb3, 0x32, 0x93, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0xef, 0x29, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xeb, 0x08, 0x0b, 0x09, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xeb, 0x08, 0xeb, 0x08, 0x0b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0xcf, 0x21, 0x14, 0x3b, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x11, 0x2a, - 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x31, 0x2a, 0x71, 0x32, 0x72, 0x32, 0xd2, 0x3a, 0xf3, 0x42, 0x13, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x33, 0x43, 0x13, 0x43, 0xd2, 0x3a, 0xb2, 0x32, 0xd3, 0x3a, 0xb2, 0x32, 0x51, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0xaf, 0x21, 0xae, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xaf, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x51, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0x14, 0x3b, 0x35, 0x43, 0x76, 0x43, 0xd7, 0x4b, 0xf8, 0x53, 0x18, 0x54, 0x19, 0x54, 0x3a, 0x5c, 0x5a, 0x5c, 0x5b, 0x5c, 0x5b, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0xf7, 0x53, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0x13, 0x3b, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x4b, 0x13, 0x43, 0xf3, 0x42, 0xf3, 0x42, 0xd2, 0x42, 0x13, 0x43, 0xd7, 0x53, 0x38, 0x5c, 0x18, 0x5c, 0x38, 0x5c, 0x18, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0x18, 0x54, 0x79, 0x64, 0xfc, 0x6c, 0x7f, 0x7d, 0xbf, 0x85, 0xbf, 0x85, 0x7f, 0x85, 0x1d, 0x75, 0x99, 0x64, 0xf7, 0x53, 0x75, 0x4b, 0x14, 0x3b, 0xb2, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x6d, 0x11, 0x0b, 0x09, 0xea, 0x08, 0xa9, 0x00, 0x88, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0x0b, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x8e, 0x19, 0x71, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0xcf, 0x21, 0x72, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0xef, 0x29, 0xef, 0x29, 0xef, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0x4d, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x2b, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x0c, 0x09, 0x0c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xeb, 0x08, 0x0b, 0x09, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x08, 0xeb, 0x08, 0x2b, 0x09, 0x2b, 0x09, 0xeb, 0x08, 0x0b, 0x09, 0x72, 0x32, 0xd3, 0x3a, 0x92, 0x32, 0x72, 0x32, 0x51, 0x2a, 0x31, 0x2a, - 0x51, 0x2a, 0x11, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xf3, 0x3a, 0x33, 0x43, 0x75, 0x4b, 0xb5, 0x53, 0xf6, 0x5b, 0x17, 0x64, 0x37, 0x64, 0x16, 0x64, 0xf6, 0x5b, 0xb5, 0x53, 0xd6, 0x5b, 0xb5, 0x53, 0x54, 0x4b, 0x13, 0x43, 0xb2, 0x3a, 0x71, 0x32, 0x30, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x32, 0x51, 0x2a, 0x10, 0x2a, 0xaf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x55, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x19, 0x54, 0x3a, 0x54, 0x7a, 0x5c, 0x7b, 0x5c, 0x9b, 0x64, 0x7b, 0x5c, 0x9b, 0x5c, 0x5a, 0x5c, 0x34, 0x43, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x43, 0x13, 0x43, 0xf3, 0x42, 0xd2, 0x42, 0xb2, 0x3a, 0xb6, 0x53, 0x59, 0x5c, 0x18, 0x5c, 0x38, 0x5c, 0xf8, 0x53, 0xd7, 0x53, 0xf7, 0x53, 0x38, 0x5c, 0xba, 0x64, 0x3e, 0x75, 0xbf, 0x85, 0x1f, 0x96, 0x5f, 0x96, 0x3f, 0x96, 0xdf, 0x8d, 0x3d, 0x75, 0x79, 0x64, 0xd6, 0x53, 0x54, 0x43, 0xd3, 0x32, 0x72, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x6d, 0x11, 0x2b, 0x09, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xea, 0x00, 0xca, 0x00, 0x0b, 0x09, 0x4d, 0x11, 0x4d, 0x11, 0x10, 0x22, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0xcf, 0x21, 0x71, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x30, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x29, 0xef, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xae, 0x21, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x11, 0x0c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xea, 0x08, 0xeb, 0x08, 0xeb, 0x08, 0x0b, 0x09, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x00, 0xeb, 0x08, 0xeb, 0x08, 0x2b, 0x09, 0xeb, 0x08, 0x0a, 0x09, 0xea, 0x00, 0xae, 0x19, 0x34, 0x43, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, - 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xef, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0x13, 0x43, 0x75, 0x4b, 0xd6, 0x5b, 0x37, 0x64, 0x99, 0x6c, 0xda, 0x74, 0xda, 0x7c, 0xfa, 0x74, 0xb9, 0x74, 0xda, 0x74, 0xb9, 0x74, 0x58, 0x64, 0x17, 0x64, 0x95, 0x53, 0x14, 0x43, 0xb2, 0x3a, 0x71, 0x32, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x50, 0x2a, 0x51, 0x32, 0x10, 0x2a, 0x8e, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x93, 0x32, 0xd3, 0x32, 0x35, 0x3b, 0x76, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0x19, 0x54, 0x5a, 0x5c, 0x9a, 0x5c, 0x9b, 0x64, 0xbc, 0x6c, 0xfd, 0x6c, 0xbc, 0x64, 0x18, 0x54, 0x96, 0x4b, 0xf3, 0x3a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x43, 0xf2, 0x42, 0xf2, 0x42, 0xd2, 0x42, 0xb2, 0x3a, 0x75, 0x4b, 0x59, 0x5c, 0x18, 0x5c, 0x38, 0x5c, 0x18, 0x54, 0xd7, 0x53, 0xf7, 0x53, 0x58, 0x5c, 0xdb, 0x64, 0x5e, 0x75, 0x1f, 0x8e, 0xbf, 0x9e, 0x3f, 0xa7, 0x1f, 0xa7, 0x7f, 0x9e, 0xbf, 0x85, 0xfb, 0x74, 0x37, 0x5c, 0x95, 0x4b, 0x14, 0x3b, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0xef, 0x21, 0x6d, 0x11, 0x0a, 0x09, 0xa9, 0x00, 0xaa, 0x00, 0xc9, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xaa, 0x00, 0x2c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0xcf, 0x21, 0x31, 0x2a, 0x52, 0x2a, 0x51, 0x2a, 0x11, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0x8e, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x11, 0x0c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xeb, 0x08, 0xea, 0x08, 0xeb, 0x08, 0xeb, 0x08, 0xea, 0x08, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xea, 0x00, 0x0a, 0x01, 0xea, 0x00, 0xea, 0x08, 0xeb, 0x08, 0xeb, 0x08, 0xca, 0x00, 0xea, 0x00, 0x0a, 0x01, 0xc9, 0x00, 0x71, 0x32, 0x55, 0x43, 0xd3, 0x32, 0x93, 0x32, 0x72, 0x32, - 0x92, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x72, 0x32, 0xb2, 0x32, 0x34, 0x43, 0x95, 0x4b, 0x16, 0x5c, 0x78, 0x6c, 0xfa, 0x7c, 0x5d, 0x85, 0x7e, 0x8d, 0x9e, 0x8d, 0xff, 0x9d, 0xbf, 0x8d, 0x3d, 0x85, 0xfa, 0x74, 0x78, 0x6c, 0x17, 0x64, 0xb5, 0x53, 0x14, 0x43, 0xd3, 0x3a, 0x72, 0x32, 0x51, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x8e, 0x19, 0x8e, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xd4, 0x32, 0x35, 0x3b, 0x76, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd8, 0x4b, 0xf8, 0x53, 0x5a, 0x5c, 0x9a, 0x5c, 0x9b, 0x64, 0xbc, 0x6c, 0xdc, 0x6c, 0x7a, 0x64, 0xf7, 0x5b, 0xf7, 0x53, 0xf7, 0x53, 0x34, 0x43, 0x10, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x13, 0x43, 0xf2, 0x42, 0xd2, 0x3a, 0xd2, 0x3a, 0xd2, 0x3a, 0x54, 0x4b, 0x18, 0x5c, 0x39, 0x5c, 0x39, 0x5c, 0x18, 0x5c, 0xf7, 0x53, 0xf7, 0x53, 0x38, 0x5c, 0xbb, 0x64, 0x7e, 0x7d, 0x3f, 0x8e, 0x1f, 0xa7, 0xbf, 0xaf, 0xdf, 0xb7, 0x5f, 0xaf, 0x5f, 0x96, 0x5e, 0x7d, 0x99, 0x6c, 0xf6, 0x53, 0x54, 0x43, 0xf3, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0xae, 0x19, 0x6c, 0x11, 0xaa, 0x00, 0x89, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0x0b, 0x09, 0x4c, 0x11, 0x2c, 0x11, 0xcf, 0x21, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0x11, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x10, 0x2a, 0xef, 0x29, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0x8e, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x0c, 0x09, 0x4c, 0x11, 0x0c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0xea, 0x08, 0xea, 0x08, 0xea, 0x08, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xea, 0x08, 0x0a, 0x09, 0xea, 0x00, 0x0a, 0x01, 0xeb, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa9, 0x00, 0x68, 0x00, 0xf3, 0x3a, 0x55, 0x43, 0xd3, 0x32, 0x93, 0x32, - 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x31, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0xb2, 0x32, 0x13, 0x3b, 0x75, 0x4b, 0xf6, 0x5b, 0x78, 0x6c, 0x1b, 0x7d, 0x7e, 0x8d, 0xff, 0x95, 0xbf, 0xa6, 0x7f, 0xa6, 0x3f, 0x9e, 0xdf, 0x95, 0x5e, 0x85, 0xda, 0x74, 0x58, 0x6c, 0xf6, 0x5b, 0x75, 0x4b, 0x13, 0x43, 0xb2, 0x32, 0x71, 0x32, 0x30, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0xf0, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0xaf, 0x21, 0x4d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xf8, 0x4b, 0x3a, 0x54, 0x5b, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xbb, 0x64, 0x17, 0x5c, 0xf7, 0x53, 0x17, 0x54, 0xf7, 0x53, 0x18, 0x54, 0x75, 0x4b, 0xf0, 0x21, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf2, 0x3a, 0xd2, 0x3a, 0xd2, 0x3a, 0xd2, 0x3a, 0x13, 0x43, 0xf7, 0x53, 0x59, 0x5c, 0x59, 0x5c, 0x38, 0x5c, 0x17, 0x5c, 0x17, 0x5c, 0x38, 0x5c, 0x9b, 0x64, 0x5e, 0x7d, 0x1f, 0x8e, 0x3f, 0xa7, 0xde, 0xb7, 0xde, 0xbf, 0xdf, 0xb7, 0x1f, 0xa7, 0x1f, 0x8e, 0x1c, 0x75, 0x38, 0x5c, 0x95, 0x4b, 0x14, 0x3b, 0xb3, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x6d, 0x11, 0xca, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0x4c, 0x11, 0x4d, 0x11, 0x0c, 0x09, 0xef, 0x21, 0x31, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0xf0, 0x21, 0x51, 0x2a, 0x31, 0x2a, 0x11, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0x10, 0x22, 0x11, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x30, 0x2a, 0xef, 0x29, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0x8e, 0x19, 0x6d, 0x19, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0xeb, 0x08, 0xeb, 0x08, 0x0a, 0x09, 0xea, 0x08, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x00, 0x0a, 0x09, 0x2b, 0x09, 0x8d, 0x19, 0xef, 0x29, 0x10, 0x2a, 0x31, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x32, 0x30, 0x2a, 0x14, 0x43, 0x14, 0x3b, 0xd3, 0x32, - 0x55, 0x43, 0x35, 0x43, 0x35, 0x43, 0x14, 0x3b, 0xb3, 0x32, 0x72, 0x32, 0x31, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xd3, 0x3a, 0x34, 0x43, 0xb5, 0x53, 0x37, 0x64, 0xda, 0x74, 0x5d, 0x85, 0x5f, 0x9e, 0x9f, 0xa6, 0x7f, 0xa6, 0x5f, 0x9e, 0x1f, 0x96, 0x9f, 0x8d, 0x1c, 0x7d, 0x99, 0x6c, 0xf7, 0x5b, 0x95, 0x53, 0x34, 0x43, 0xd3, 0x3a, 0x92, 0x32, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x71, 0x32, 0xae, 0x19, 0x2c, 0x09, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0x15, 0x33, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x97, 0x43, 0xb7, 0x4b, 0xd8, 0x4b, 0x39, 0x54, 0x5a, 0x54, 0x5b, 0x5c, 0x5b, 0x5c, 0xf8, 0x53, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf7, 0x53, 0xd7, 0x4b, 0xd7, 0x53, 0x75, 0x43, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf2, 0x3a, 0xd2, 0x3a, 0xf2, 0x3a, 0xd2, 0x3a, 0xf3, 0x42, 0xf7, 0x5b, 0x79, 0x64, 0x79, 0x64, 0x79, 0x64, 0x38, 0x5c, 0x17, 0x5c, 0x38, 0x5c, 0x9a, 0x64, 0x3d, 0x75, 0xff, 0x8d, 0x3f, 0xa7, 0xff, 0xb7, 0xfe, 0xc7, 0xff, 0xbf, 0x9f, 0xaf, 0x9f, 0x9e, 0x7e, 0x85, 0x99, 0x6c, 0xf6, 0x53, 0x55, 0x43, 0xf3, 0x3a, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x2b, 0x09, 0xa9, 0x00, 0xc9, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0xef, 0x21, 0x30, 0x2a, 0xf0, 0x29, 0xcf, 0x21, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x10, 0x2a, 0xef, 0x29, 0xcf, 0x21, 0xaf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0x8e, 0x19, 0x6d, 0x19, 0x4d, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x11, 0x2c, 0x11, 0x8e, 0x19, 0xcf, 0x21, 0xf0, 0x29, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x55, 0x43, 0x55, 0x43, - 0x76, 0x43, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x76, 0x43, 0x55, 0x43, 0x14, 0x43, 0x14, 0x3b, 0xd3, 0x3a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xd3, 0x3a, 0x54, 0x4b, 0xb6, 0x53, 0x99, 0x6c, 0x3c, 0x7d, 0x9f, 0x8d, 0xdf, 0x95, 0xff, 0x95, 0xff, 0x95, 0xbf, 0x8d, 0x5e, 0x85, 0xfb, 0x7c, 0x99, 0x6c, 0xf7, 0x5b, 0xb5, 0x53, 0x54, 0x43, 0xf3, 0x3a, 0x92, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x71, 0x32, 0x8e, 0x11, 0x0c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x22, 0x52, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x15, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xf8, 0x4b, 0x39, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x19, 0x54, 0x56, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xf8, 0x53, 0x96, 0x4b, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf2, 0x3a, 0xd2, 0x32, 0xd2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xb6, 0x53, 0x59, 0x64, 0x7a, 0x64, 0x9a, 0x64, 0x59, 0x5c, 0x17, 0x5c, 0x18, 0x5c, 0x79, 0x5c, 0xfd, 0x6c, 0xbf, 0x85, 0xdf, 0x9e, 0xbf, 0xb7, 0xfe, 0xc7, 0xff, 0xc7, 0xdf, 0xbf, 0xff, 0xa6, 0xdf, 0x8d, 0xfc, 0x74, 0x58, 0x5c, 0x95, 0x4b, 0x14, 0x3b, 0xd3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x11, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0xae, 0x19, 0xca, 0x08, 0xa9, 0x00, 0xca, 0x00, 0xea, 0x00, 0x0a, 0x09, 0x2b, 0x09, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x19, 0x6d, 0x19, 0x6d, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0xcf, 0x21, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x50, 0x2a, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0xeb, 0x08, 0x0b, 0x09, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x21, 0xcf, 0x21, 0xef, 0x29, 0xef, 0x21, 0xef, 0x29, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0xb2, 0x32, 0x76, 0x43, - 0xb7, 0x4b, 0x76, 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x43, 0x56, 0x43, 0x76, 0x4b, 0x76, 0x4b, 0x76, 0x4b, 0x76, 0x43, 0x15, 0x43, 0x92, 0x32, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xd3, 0x3a, 0x55, 0x4b, 0x17, 0x5c, 0x78, 0x6c, 0xda, 0x74, 0xfb, 0x74, 0x1b, 0x7d, 0x3d, 0x7d, 0x3c, 0x7d, 0xdb, 0x74, 0xb9, 0x6c, 0x38, 0x64, 0xf6, 0x5b, 0x95, 0x4b, 0x34, 0x43, 0xd3, 0x3a, 0x92, 0x32, 0x52, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0x72, 0x2a, 0x72, 0x32, 0x51, 0x2a, 0x8d, 0x19, 0x0b, 0x01, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd4, 0x32, 0x14, 0x33, 0x35, 0x3b, 0x56, 0x43, 0x76, 0x43, 0xb7, 0x43, 0xf8, 0x4b, 0x18, 0x54, 0x39, 0x54, 0x19, 0x54, 0x76, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x97, 0x43, 0x97, 0x4b, 0x96, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0x18, 0x54, 0x76, 0x4b, 0x10, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0x13, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf2, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0x12, 0x3b, 0xd2, 0x3a, 0x54, 0x4b, 0x59, 0x5c, 0x9a, 0x64, 0x9b, 0x64, 0x7a, 0x64, 0x18, 0x5c, 0x17, 0x54, 0x38, 0x5c, 0xbb, 0x64, 0x5f, 0x7d, 0x5f, 0x96, 0x7f, 0xaf, 0xfe, 0xbf, 0xde, 0xc7, 0xff, 0xbf, 0x5f, 0xaf, 0x3f, 0x96, 0x3d, 0x7d, 0x79, 0x64, 0xb6, 0x53, 0x54, 0x43, 0xd3, 0x32, 0x92, 0x32, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0x2c, 0x09, 0xea, 0x00, 0xea, 0x00, 0xea, 0x08, 0xea, 0x00, 0x6d, 0x11, 0x6e, 0x19, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x19, 0x8d, 0x11, 0x4c, 0x11, 0xcf, 0x21, 0xcf, 0x21, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x29, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x21, 0xef, 0x29, 0xcf, 0x21, 0xef, 0x29, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x19, 0x6d, 0x19, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x11, 0x2c, 0x11, 0x0b, 0x09, 0x6d, 0x11, 0xae, 0x21, 0xce, 0x21, 0xaf, 0x21, 0xae, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x72, 0x32, 0xd3, 0x32, - 0xb2, 0x32, 0xb7, 0x4b, 0x97, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0x55, 0x43, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x34, 0x43, 0x75, 0x4b, 0xb6, 0x53, 0xf7, 0x5b, 0x17, 0x5c, 0x37, 0x64, 0x58, 0x6c, 0x58, 0x6c, 0x38, 0x64, 0x17, 0x64, 0xf6, 0x5b, 0x95, 0x4b, 0x34, 0x43, 0xf3, 0x3a, 0xb2, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x93, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xcf, 0x21, 0x2c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x4d, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0x31, 0x22, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0x35, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb7, 0x4b, 0xf7, 0x4b, 0x18, 0x54, 0x39, 0x54, 0xd7, 0x4b, 0x15, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0x97, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0x18, 0x54, 0xb7, 0x4b, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0x13, 0x43, 0x33, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xf2, 0x32, 0xf2, 0x32, 0x12, 0x3b, 0x13, 0x3b, 0xf2, 0x3a, 0x33, 0x43, 0x38, 0x5c, 0xbb, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0x79, 0x5c, 0x17, 0x54, 0x38, 0x5c, 0x9a, 0x64, 0x1d, 0x6d, 0xdf, 0x85, 0xff, 0x9e, 0xbf, 0xb7, 0xfe, 0xbf, 0xdf, 0xb7, 0x5f, 0xaf, 0x5f, 0x96, 0x7e, 0x85, 0xba, 0x6c, 0xf7, 0x5b, 0x75, 0x4b, 0x13, 0x3b, 0xb2, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x11, 0x22, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0xf0, 0x21, 0xf0, 0x29, 0x8e, 0x19, 0x0b, 0x09, 0xea, 0x00, 0x0a, 0x09, 0x2c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x8d, 0x19, 0x6d, 0x11, 0x2c, 0x09, 0xae, 0x19, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0xf0, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x31, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x0f, 0x2a, 0xcf, 0x21, 0xef, 0x29, 0xcf, 0x29, 0xcf, 0x21, 0xef, 0x29, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x6d, 0x19, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, - 0x92, 0x2a, 0xb3, 0x32, 0x97, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x4b, 0x75, 0x4b, 0x14, 0x3b, 0xf4, 0x3a, 0xf3, 0x3a, 0x14, 0x43, 0x55, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x53, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x55, 0x43, 0x34, 0x43, 0xf3, 0x3a, 0xb3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x52, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xcf, 0x21, 0x2c, 0x09, 0x2c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xaf, 0x19, 0xd0, 0x21, 0xf0, 0x21, 0x31, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0x18, 0x54, 0xf7, 0x4b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0x55, 0x43, 0x51, 0x22, 0x52, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0xd2, 0x3a, 0xd7, 0x53, 0xfd, 0x6c, 0xdc, 0x64, 0xbc, 0x64, 0x9b, 0x64, 0x59, 0x5c, 0x38, 0x54, 0x59, 0x5c, 0xbc, 0x64, 0x5e, 0x75, 0xff, 0x8d, 0xff, 0x9e, 0x9f, 0xaf, 0xbf, 0xaf, 0x1f, 0xa7, 0x5f, 0x96, 0x7f, 0x85, 0xdb, 0x6c, 0x17, 0x5c, 0x95, 0x4b, 0x34, 0x43, 0xd3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x11, 0x22, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x11, 0x2a, 0x10, 0x2a, 0x11, 0x2a, 0x10, 0x22, 0xd0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x4c, 0x11, 0xeb, 0x08, 0x2c, 0x09, 0x4d, 0x11, 0x6d, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x8d, 0x19, 0x6d, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0xae, 0x21, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x29, 0x31, 0x2a, 0x31, 0x2a, 0x71, 0x2a, 0x10, 0x2a, 0xcf, 0x29, 0xef, 0x29, 0xef, 0x29, 0xcf, 0x21, 0xef, 0x29, 0xef, 0x29, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x4c, 0x11, 0x6d, 0x19, 0x6d, 0x19, 0xce, 0x21, 0xce, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, - 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd7, 0x4b, 0x19, 0x54, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xb7, 0x4b, 0x96, 0x4b, 0x14, 0x43, 0xb3, 0x32, 0xd3, 0x3a, 0xf4, 0x3a, 0x14, 0x43, 0x34, 0x43, 0x34, 0x43, 0x14, 0x43, 0xf4, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xb3, 0x32, 0x93, 0x32, 0x93, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x71, 0x32, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0x31, 0x22, 0x52, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0x96, 0x4b, 0x14, 0x43, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x56, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x97, 0x43, 0xb7, 0x4b, 0xf7, 0x53, 0xf8, 0x53, 0x35, 0x3b, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0xf3, 0x3a, 0xb2, 0x32, 0x34, 0x3b, 0x9c, 0x64, 0x1e, 0x6d, 0xbc, 0x64, 0xbb, 0x64, 0x9b, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x9b, 0x64, 0xfd, 0x6c, 0x7f, 0x7d, 0xff, 0x8d, 0x9f, 0x9e, 0xdf, 0x9e, 0x9f, 0x9e, 0x1f, 0x8e, 0x7f, 0x85, 0xbb, 0x6c, 0x38, 0x5c, 0xb6, 0x4b, 0x54, 0x43, 0xf3, 0x32, 0x92, 0x32, 0x52, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x11, 0x22, 0x10, 0x22, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x10, 0x2a, 0x4d, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x6d, 0x11, 0x10, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xef, 0x29, 0xef, 0x29, 0xcf, 0x21, 0xef, 0x29, 0x10, 0x2a, 0x10, 0x22, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0x8e, 0x19, 0x6d, 0x19, 0x8e, 0x19, 0xce, 0x21, 0xaf, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0xce, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, - 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x93, 0x32, 0x35, 0x3b, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x54, 0x19, 0x54, 0x19, 0x4c, 0x18, 0x54, 0xf8, 0x4b, 0xd8, 0x4b, 0x18, 0x54, 0x18, 0x54, 0xf8, 0x53, 0xd7, 0x53, 0xb7, 0x4b, 0xb7, 0x53, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x93, 0x32, 0x93, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x51, 0x2a, 0xeb, 0x00, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0x11, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0x55, 0x43, 0x14, 0x43, 0x34, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x76, 0x43, 0x56, 0x43, 0x56, 0x3b, 0x56, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xf8, 0x53, 0xb7, 0x4b, 0xb3, 0x32, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xf2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0x91, 0x32, 0x59, 0x5c, 0x7f, 0x75, 0xfe, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xbc, 0x64, 0x5a, 0x5c, 0x59, 0x5c, 0x9a, 0x64, 0xfd, 0x6c, 0x7f, 0x7d, 0xdf, 0x85, 0xff, 0x8d, 0xff, 0x8d, 0xbf, 0x85, 0x3e, 0x7d, 0xba, 0x6c, 0x37, 0x5c, 0x96, 0x53, 0x34, 0x43, 0xf3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xd0, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x11, 0x22, 0x31, 0x2a, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x10, 0x2a, 0x8e, 0x19, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x11, 0xcf, 0x21, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0xef, 0x29, 0xef, 0x29, 0xcf, 0x29, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, - 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0x14, 0x3b, 0x3a, 0x54, 0x5b, 0x5c, 0x5a, 0x5c, 0x19, 0x54, 0x1a, 0x54, 0x19, 0x54, 0x19, 0x54, 0x39, 0x54, 0x19, 0x54, 0x19, 0x54, 0x19, 0x54, 0x18, 0x54, 0xf8, 0x53, 0xf7, 0x53, 0x55, 0x43, 0xf4, 0x3a, 0xd4, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x34, 0x43, 0x34, 0x43, 0x54, 0x43, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x92, 0x32, 0x8e, 0x19, 0x0b, 0x01, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xd0, 0x21, 0x11, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0x96, 0x4b, 0xf3, 0x3a, 0x14, 0x43, 0x34, 0x43, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0x18, 0x54, 0xd7, 0x4b, 0xb3, 0x2a, 0x72, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0xf2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x54, 0x43, 0xfc, 0x6c, 0x7f, 0x75, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x64, 0x7b, 0x5c, 0x39, 0x54, 0x59, 0x5c, 0x9a, 0x64, 0xdc, 0x6c, 0x3e, 0x75, 0x7f, 0x7d, 0x7f, 0x7d, 0x5e, 0x7d, 0xfc, 0x74, 0x79, 0x64, 0xf7, 0x53, 0x95, 0x4b, 0x34, 0x43, 0xf3, 0x3a, 0x93, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x11, 0x22, 0x10, 0x22, 0x10, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x51, 0x2a, 0xcf, 0x21, 0x4c, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0xcf, 0x21, 0x10, 0x2a, 0xf0, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x29, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0xf0, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, - 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0xb7, 0x4b, 0x3a, 0x54, 0x7b, 0x5c, 0x3a, 0x54, 0x19, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x5c, 0xb7, 0x4b, 0x55, 0x43, 0xf4, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x3a, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x4b, 0x75, 0x4b, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x55, 0x43, 0xae, 0x19, 0x2c, 0x09, 0x0b, 0x09, 0x0c, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xaf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x55, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0x55, 0x43, 0xd3, 0x3a, 0xf4, 0x3a, 0x14, 0x43, 0x34, 0x43, 0x35, 0x43, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x56, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0x96, 0x4b, 0x92, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0xf2, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0x14, 0x33, 0x39, 0x54, 0x5f, 0x75, 0x1f, 0x65, 0xff, 0x64, 0xff, 0x64, 0xde, 0x64, 0x7a, 0x5c, 0x38, 0x54, 0x59, 0x5c, 0x79, 0x64, 0x9a, 0x6c, 0xdc, 0x6c, 0xfc, 0x74, 0xdb, 0x6c, 0x79, 0x64, 0x38, 0x5c, 0xd6, 0x53, 0x75, 0x4b, 0x34, 0x43, 0xd3, 0x3a, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x11, 0x22, 0x11, 0x22, 0xf0, 0x21, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0x10, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x2c, 0x09, 0x4c, 0x11, 0x6d, 0x19, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0xae, 0x19, 0x10, 0x22, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0xef, 0x21, 0xb2, 0x32, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0x8e, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, - 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xf4, 0x3a, 0x34, 0x3b, 0x35, 0x43, 0x96, 0x43, 0x5a, 0x5c, 0x9d, 0x5c, 0x5b, 0x5c, 0x3a, 0x5c, 0x5b, 0x54, 0x5a, 0x5c, 0x3a, 0x5c, 0x5b, 0x5c, 0x5b, 0x5c, 0x5a, 0x5c, 0x39, 0x5c, 0x39, 0x5c, 0xf8, 0x53, 0x56, 0x43, 0xd4, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xb5, 0x4b, 0x95, 0x53, 0x95, 0x4b, 0x75, 0x4b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x14, 0x3b, 0xef, 0x21, 0x2b, 0x09, 0x0b, 0x01, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0c, 0x09, 0x0c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0x10, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0x14, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0x55, 0x43, 0xb2, 0x32, 0xd3, 0x3a, 0xf4, 0x3a, 0x14, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xd8, 0x53, 0x35, 0x3b, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x53, 0x43, 0x53, 0x3b, 0x53, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xf4, 0x32, 0x14, 0x3b, 0x14, 0x3b, 0x75, 0x43, 0x9c, 0x5c, 0x3f, 0x6d, 0xff, 0x64, 0xff, 0x64, 0xde, 0x64, 0xde, 0x64, 0x9b, 0x5c, 0x38, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x39, 0x5c, 0x58, 0x5c, 0x38, 0x5c, 0x18, 0x5c, 0xd7, 0x53, 0xb6, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0xf3, 0x3a, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0xf0, 0x21, 0xf0, 0x21, 0x10, 0x22, 0xd0, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xd0, 0x21, 0x10, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0xae, 0x21, 0x6d, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x71, 0x32, 0x75, 0x43, 0xb2, 0x32, 0x51, 0x2a, 0x10, 0x2a, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, -#endif -#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP != 0 - /*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit BUT the 2 bytes are swapped*/ - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, - 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, - 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, - 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, - 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, - 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, - 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4c, 0x17, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x77, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, - 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x54, 0x37, 0x54, 0x78, 0x54, 0x77, 0x54, 0x77, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, - 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4c, 0x17, 0x54, 0x78, 0x54, 0x77, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, - 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x54, 0x57, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x37, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, - 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4c, 0x16, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, - 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x54, 0x37, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x43, 0xd6, - 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, - 0x4b, 0xf6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0xb8, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0xb8, 0x64, 0x98, 0x64, 0x98, 0x64, 0xb8, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0xb8, 0x54, 0x98, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x64, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x54, 0x98, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x38, 0x54, 0x58, 0x54, 0x78, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x54, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb6, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4c, 0x17, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x54, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xd8, 0x5c, 0xb8, 0x64, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb6, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x4b, 0xd6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x5c, 0xd8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x59, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x54, 0x98, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xd6, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x59, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x98, 0x54, 0x57, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xb8, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x16, 0x4c, 0x16, 0x4b, 0xf6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x58, 0x54, 0x79, 0x54, 0x78, 0x54, 0x98, 0x54, 0xb9, 0x5c, 0xb9, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x4b, 0xd6, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x78, 0x54, 0x37, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xd9, 0x5c, 0xd9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x54, 0x17, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0x58, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xf7, 0x43, 0xf7, 0x44, 0x17, 0x4c, 0x17, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x37, 0x4b, 0xf7, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x54, 0x17, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x17, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xd6, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x4c, 0x17, 0x54, 0x58, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xd9, 0x5c, 0xd9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x54, 0x99, 0x54, 0x99, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x4c, 0x17, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xb9, 0x5c, 0xd9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x79, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x54, 0x38, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x43, 0xd6, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x5c, 0xb8, 0x5c, 0xd9, 0x5c, 0xd9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x58, 0x54, 0x58, 0x54, 0x37, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xf7, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xd9, 0x64, 0xf9, 0x64, 0xf9, 0x64, 0xf9, 0x64, 0xf9, 0x54, 0x37, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xd6, 0x54, 0x38, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd7, 0x4c, 0x17, 0x4c, 0x17, - 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x43, 0xf7, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x57, 0x54, 0x58, 0x54, 0x78, 0x5c, 0xd9, 0x64, 0xf9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x54, 0x78, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb6, 0x4b, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x58, 0x54, 0x37, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0xb6, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x54, 0x79, 0x4c, 0x37, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x79, 0x5c, 0x99, 0x64, 0xb9, 0x64, 0xd9, 0x64, 0xf9, 0x65, 0x19, 0x6d, 0x19, 0x5c, 0x98, 0x4b, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x54, 0x38, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x4c, 0x17, 0x43, 0xf7, 0x4c, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x16, 0x43, 0xd6, 0x43, 0xb5, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x58, 0x54, 0x37, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x4c, 0x17, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x99, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xd9, 0x65, 0x19, 0x6d, 0x19, 0x6d, 0x39, 0x54, 0x16, 0x4b, 0xb5, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x54, 0x38, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xd7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xd6, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x43, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x17, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x4b, 0xd6, 0x54, 0x38, 0x5c, 0x99, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x64, 0xd9, 0x65, 0x19, 0x6d, 0x39, 0x54, 0x37, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x54, 0x18, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x44, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xd6, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x4b, 0xd6, 0x54, 0x38, 0x54, 0x39, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xfa, 0x64, 0xd8, 0x54, 0x16, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x43, 0xd6, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x43, 0xb5, 0x4c, 0x18, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0xb9, 0x54, 0x37, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x54, 0x58, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xf7, 0x4c, 0x17, 0x44, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x4b, 0xd6, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x9a, 0x5c, 0x99, 0x4b, 0xf6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x4b, 0xf7, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x4b, 0xf7, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x59, 0x5c, 0x79, 0x4c, 0x17, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0xb6, 0x54, 0x18, 0x5c, 0x79, 0x54, 0x59, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x4c, 0x17, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x4b, 0xd6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0xb6, 0x54, 0x38, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x79, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x4b, 0xf7, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x4b, 0xf6, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x17, 0x54, 0x18, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, - 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x3b, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x4b, 0xf7, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x4b, 0xd7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x4b, 0xd7, - 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0x99, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x4b, 0xf7, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xd7, 0x54, 0x18, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x79, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x99, 0x5c, 0x9a, 0x5c, 0xda, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x99, 0x54, 0x59, 0x54, 0x79, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x13, 0x4b, 0xd6, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x75, 0x4b, 0xd6, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x39, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x59, 0x4c, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0xb9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x64, 0xfa, 0x64, 0xfa, 0x5c, 0xda, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x13, 0x43, 0x95, 0x54, 0x18, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x17, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xda, 0x5c, 0xda, 0x64, 0xfa, 0x65, 0x3a, 0x65, 0x3a, 0x65, 0x3a, 0x65, 0x5a, 0x65, 0x3a, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x13, 0x43, 0x75, 0x54, 0x17, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0xb6, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xba, 0x64, 0xfa, 0x65, 0x1a, 0x65, 0x5a, 0x6d, 0x7a, 0x6d, 0x79, 0x6d, 0x7a, 0x6d, 0x5a, 0x65, 0x1a, 0x65, 0x1a, 0x64, 0xfa, 0x64, 0xda, 0x64, 0xda, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x54, 0x17, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x3b, 0x34, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, - 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x37, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0x9a, 0x64, 0xfa, 0x65, 0x1a, 0x6d, 0x5a, 0x6d, 0x9a, 0x6d, 0x7a, 0x75, 0x9a, 0x75, 0x99, 0x75, 0x9a, 0x75, 0x9a, 0x6d, 0x7a, 0x6d, 0x7a, 0x6d, 0x7a, 0x6d, 0x7a, 0x6d, 0x5a, 0x64, 0xfa, 0x64, 0xda, 0x64, 0xda, 0x64, 0xba, 0x54, 0x37, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x18, 0x43, 0xf7, 0x43, 0xd6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x43, 0x95, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x95, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, - 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x43, 0xd6, 0x43, 0xb6, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0x9a, 0x64, 0xda, 0x65, 0x1a, 0x6d, 0x5a, 0x6d, 0x9a, 0x75, 0x99, 0x75, 0x9a, 0x7d, 0x9a, 0x7d, 0x9a, 0x7d, 0x9a, 0x7d, 0x9a, 0x75, 0x9a, 0x75, 0x9a, 0x7d, 0x9a, 0x75, 0x9a, 0x75, 0x9a, 0x75, 0x7a, 0x64, 0xf9, 0x54, 0x37, 0x3b, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x39, 0x54, 0x38, 0x4c, 0x17, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, - 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x3b, 0x95, 0x43, 0x95, 0x4b, 0xd6, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0xba, 0x65, 0x1a, 0x6d, 0x5a, 0x6d, 0x7a, 0x75, 0x9a, 0x75, 0x9a, 0x7d, 0x9a, 0x85, 0x9a, 0x85, 0x9a, 0x8d, 0x9a, 0x8d, 0x9a, 0x85, 0x9a, 0x85, 0x9a, 0x85, 0x9a, 0x85, 0x9a, 0x75, 0x39, 0x5c, 0x57, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x18, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x3b, 0x54, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x43, 0x75, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, - 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x4b, 0xd6, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x7a, 0x5c, 0x9a, 0x64, 0xda, 0x65, 0x1a, 0x6d, 0x7a, 0x6d, 0x9a, 0x75, 0x9a, 0x7d, 0x9a, 0x7d, 0x9a, 0x85, 0x9a, 0x95, 0x9a, 0x95, 0xba, 0x95, 0xba, 0x95, 0x9a, 0x95, 0xbb, 0x8d, 0x7a, 0x64, 0x57, 0x4b, 0xb5, 0x43, 0x74, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x59, 0x4c, 0x18, 0x43, 0xd7, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xd2, 0x3b, 0x55, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x75, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, - 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x43, 0x95, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x95, 0x4b, 0xd6, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0xba, 0x64, 0xda, 0x65, 0x1a, 0x6d, 0x7a, 0x75, 0xba, 0x75, 0xba, 0x7d, 0xba, 0x85, 0xba, 0x8d, 0xba, 0x95, 0xba, 0x95, 0xbb, 0x95, 0xbb, 0x9d, 0xbb, 0x8d, 0x39, 0x4b, 0x95, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x59, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x3b, 0x13, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0xb5, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, - 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xba, 0x5c, 0xba, 0x64, 0xfa, 0x6d, 0x3a, 0x6d, 0x9b, 0x75, 0xba, 0x75, 0xba, 0x7d, 0xba, 0x85, 0xba, 0x8d, 0xba, 0x9d, 0xbb, 0x9d, 0xbb, 0x95, 0x9a, 0x6c, 0x97, 0x43, 0x74, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x7a, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x95, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x3b, 0x54, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, - 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x43, 0xb6, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xd6, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x79, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0xbb, 0x64, 0xda, 0x65, 0x1a, 0x6d, 0x3a, 0x6d, 0x7a, 0x75, 0xba, 0x75, 0xba, 0x7d, 0xba, 0x85, 0xba, 0x85, 0xba, 0x95, 0xbb, 0x95, 0x9a, 0x64, 0x36, 0x43, 0x74, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd6, 0x4b, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x9a, 0x54, 0x59, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0xb5, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, - 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x4b, 0xb6, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x9a, 0x64, 0xfb, 0x65, 0x3b, 0x6d, 0x3b, 0x6d, 0x3a, 0x75, 0x7a, 0x75, 0xba, 0x7d, 0xba, 0x7d, 0xba, 0x85, 0xba, 0x8d, 0x7a, 0x53, 0xb5, 0x43, 0x74, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x53, 0xd5, 0x53, 0xf6, 0x53, 0xf6, 0x54, 0x16, 0x54, 0x16, 0x54, 0x16, 0x54, 0x16, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x59, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0xb5, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x13, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, - 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0xb6, 0x54, 0x38, 0x54, 0x18, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xdb, 0x64, 0xdb, 0x64, 0xfb, 0x6d, 0x5b, 0x6d, 0x3a, 0x6d, 0x7b, 0x75, 0x9b, 0x75, 0xdb, 0x7d, 0xda, 0x7d, 0x7a, 0x43, 0x74, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x53, 0xd5, 0x53, 0xf5, 0x53, 0xf6, 0x53, 0xf6, 0x54, 0x16, 0x53, 0xf6, 0x54, 0x16, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x59, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x95, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, - 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x43, 0x96, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x9a, 0x64, 0xfa, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x65, 0x3b, 0x6d, 0x5a, 0x6d, 0x5b, 0x75, 0xbb, 0x75, 0x59, 0x4b, 0xd5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xf5, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x59, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x95, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, - 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x95, 0x4b, 0xd7, 0x54, 0x59, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xda, 0x65, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x65, 0x1b, 0x64, 0xda, 0x64, 0xfb, 0x65, 0x3b, 0x6d, 0x5b, 0x64, 0xfa, 0x4b, 0xd5, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x59, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, - 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x4b, 0xb6, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x64, 0xfb, 0x6d, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x65, 0x1b, 0x64, 0xfa, 0x65, 0x1b, 0x65, 0x1a, 0x54, 0x16, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x5c, 0x9b, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0x59, 0x43, 0xf7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, - 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x43, 0x95, 0x54, 0x18, 0x54, 0x39, 0x54, 0x38, 0x54, 0x59, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0xfb, 0x6d, 0x1b, 0x6d, 0x3b, 0x6d, 0x3b, 0x65, 0x3b, 0x65, 0x1a, 0x54, 0x56, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0x59, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, - 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x4b, 0xd6, 0x54, 0x38, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x64, 0xdb, 0x64, 0xfb, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x1b, 0x5c, 0x98, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x5c, 0xba, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xdb, 0x64, 0xfb, 0x5c, 0xdb, 0x5c, 0x9a, 0x4c, 0x38, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, - 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x54, 0x3b, 0x55, 0x5c, 0x78, 0x5c, 0xdb, 0x64, 0xdb, 0x5c, 0xbb, 0x64, 0xdb, 0x5c, 0xdb, 0x64, 0xdb, 0x64, 0xfb, 0x65, 0x1b, 0x64, 0xda, 0x43, 0xb5, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x54, 0x9a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0x7a, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x43, 0xd7, 0x54, 0x38, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, - 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x54, 0x17, 0x54, 0x37, 0x5c, 0x99, 0x64, 0xfb, 0x64, 0xdb, 0x64, 0xfb, 0x64, 0xdb, 0x64, 0xfb, 0x64, 0xfa, 0x54, 0x37, 0x43, 0x54, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0xfb, 0x64, 0xdb, 0x54, 0x79, 0x4c, 0x17, 0x4c, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x3b, 0xd6, 0x3b, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x34, 0x43, 0xb6, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf7, 0x54, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, - 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x95, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x58, 0x5c, 0xba, 0x64, 0xdb, 0x65, 0x1b, 0x65, 0x1b, 0x64, 0xb9, 0x3b, 0x54, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xbb, 0x64, 0xfb, 0x65, 0x1b, 0x6d, 0x7b, 0x6d, 0x9b, 0x6d, 0x9b, 0x6d, 0x5b, 0x64, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xbb, 0x64, 0xfb, 0x65, 0x1b, 0x5c, 0xdb, 0x54, 0x79, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x3b, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x75, 0x4b, 0xf7, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x58, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, - 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0xb5, 0x54, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x78, 0x5c, 0xb9, 0x64, 0xda, 0x43, 0xb5, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xdb, 0x65, 0x1b, 0x6d, 0x7b, 0x75, 0xdb, 0x75, 0xfa, 0x75, 0xfa, 0x75, 0xdb, 0x6d, 0x9b, 0x65, 0x3b, 0x64, 0xfb, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdb, 0x65, 0x1b, 0x65, 0x1b, 0x5c, 0x9a, 0x4c, 0x58, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x3b, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x33, 0x54, 0x4b, 0xf7, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, - 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x37, 0x54, 0x17, 0x4b, 0xd6, 0x3b, 0x34, 0x43, 0x95, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x57, 0x54, 0x58, 0x54, 0x17, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x79, 0x54, 0x7a, 0x5c, 0xbb, 0x5c, 0xdb, 0x65, 0x3b, 0x6d, 0xbb, 0x75, 0xfa, 0x7d, 0xfa, 0x7d, 0xfa, 0x7d, 0xfa, 0x7d, 0xfa, 0x6d, 0xbb, 0x65, 0x5b, 0x65, 0x1b, 0x64, 0xfb, 0x5c, 0xbb, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0xfb, 0x65, 0x3b, 0x64, 0xfb, 0x54, 0x79, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x37, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xd6, 0x3b, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x43, 0xb6, 0x54, 0x38, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9a, 0x64, 0xbb, 0x5c, 0x9b, 0x5c, 0x7a, 0x54, 0x38, 0x54, 0x38, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, - 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x37, 0x5c, 0x38, 0x5c, 0x58, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xdb, 0x5c, 0xfb, 0x6d, 0x5b, 0x75, 0xbb, 0x7d, 0xfa, 0x85, 0xfa, 0x85, 0xfb, 0x8d, 0xfb, 0x85, 0xfb, 0x7d, 0xfa, 0x6d, 0xbb, 0x6d, 0x5b, 0x65, 0x1b, 0x5c, 0xdb, 0x54, 0xbb, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x65, 0x1b, 0x65, 0x3b, 0x5c, 0xba, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x3b, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x33, 0x54, 0x4b, 0xf8, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x38, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0xbb, 0x64, 0xdb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xdb, 0x5c, 0x9b, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, - 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x9a, 0x64, 0xbb, 0x64, 0xba, 0x5c, 0x58, 0x54, 0x58, 0x54, 0x37, 0x54, 0x37, 0x4b, 0xd6, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0xfb, 0x6d, 0x5b, 0x75, 0xdb, 0x7d, 0xfa, 0x85, 0xfb, 0x8d, 0xfb, 0x95, 0xfb, 0x8d, 0xfb, 0x85, 0xfb, 0x75, 0xfa, 0x6d, 0xbb, 0x6d, 0x5b, 0x65, 0x1b, 0x5c, 0xdb, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x65, 0x1b, 0x64, 0xfb, 0x5c, 0x99, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x44, 0x38, 0x44, 0x18, 0x44, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0xd6, 0x54, 0x59, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x64, 0xdb, 0x6d, 0x3b, 0x6d, 0x7b, 0x75, 0x7b, 0x6d, 0x3b, 0x65, 0x1b, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0x96, 0x3b, 0x96, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb1, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x91, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, - 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x38, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0xbb, 0x64, 0xbb, 0x5c, 0xba, 0x54, 0x57, 0x43, 0xb5, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0x95, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x99, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xdb, 0x65, 0x1b, 0x6d, 0x7b, 0x75, 0xdb, 0x7d, 0xfa, 0x85, 0xfb, 0x95, 0xfb, 0x9d, 0xfb, 0x9d, 0xfb, 0x8d, 0xfb, 0x7d, 0xfa, 0x75, 0xfb, 0x6d, 0x9b, 0x6d, 0x3b, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0xfb, 0x5c, 0xba, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x44, 0x18, 0x44, 0x18, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x4c, 0x18, 0x54, 0x7a, 0x4c, 0x59, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0xdb, 0x6d, 0x5b, 0x75, 0xdb, 0x7e, 0x1b, 0x75, 0x7b, 0x6d, 0x5b, 0x6d, 0x1b, 0x64, 0xfb, 0x5c, 0xbb, 0x5c, 0x9b, 0x54, 0x79, 0x54, 0x59, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0xb1, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0xb1, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, - 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0xbb, 0x5c, 0xbb, 0x64, 0xbb, 0x5c, 0x79, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x94, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x5c, 0xb9, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xfb, 0x65, 0x1b, 0x6d, 0x7b, 0x75, 0xdb, 0x7e, 0x1a, 0x85, 0xfb, 0x96, 0x1b, 0x9e, 0x1b, 0x9e, 0x1b, 0x96, 0x1b, 0x85, 0xfb, 0x75, 0xfa, 0x75, 0xfb, 0x6d, 0x9b, 0x64, 0xfb, 0x5c, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x5c, 0xbb, 0x64, 0xfb, 0x64, 0xfb, 0x5c, 0xdb, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x44, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0xf7, 0x54, 0x5a, 0x4c, 0x5a, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbb, 0x64, 0xfb, 0x6d, 0x5b, 0x7d, 0xdb, 0x86, 0x1b, 0x7d, 0x7b, 0x75, 0x5b, 0x6d, 0x5b, 0x6d, 0x1b, 0x64, 0xfb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0x9a, 0x54, 0x59, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, - 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x5c, 0x9a, 0x54, 0x17, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x95, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x57, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xda, 0x5c, 0xfa, 0x64, 0xfb, 0x65, 0x3b, 0x6d, 0x7b, 0x75, 0xdb, 0x76, 0x1a, 0x86, 0x1b, 0x8e, 0x1b, 0x96, 0x1b, 0x9e, 0x1b, 0x96, 0x1b, 0x8e, 0x1b, 0x7d, 0xfa, 0x75, 0xfb, 0x6d, 0xbb, 0x65, 0x3b, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0xfb, 0x5c, 0xba, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x9a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x4c, 0x39, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x9b, 0x64, 0xdb, 0x6d, 0x5b, 0x75, 0xfb, 0x86, 0x1b, 0x7d, 0x7b, 0x75, 0x5b, 0x75, 0x7b, 0x75, 0x5b, 0x6d, 0x3b, 0x64, 0xfb, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, - 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x5c, 0x79, 0x54, 0x59, 0x5c, 0x59, 0x54, 0x59, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x95, 0x53, 0x95, 0x53, 0xb5, 0x4b, 0x95, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x57, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0xb8, 0x64, 0xd9, 0x64, 0xfa, 0x65, 0x1b, 0x65, 0x3b, 0x6d, 0x7b, 0x6d, 0xdb, 0x76, 0x1a, 0x7e, 0x1b, 0x86, 0x1b, 0x8e, 0x1b, 0x96, 0x1b, 0x96, 0x1b, 0x8e, 0x1b, 0x7e, 0x1a, 0x6d, 0xfb, 0x6d, 0xbb, 0x6d, 0x5b, 0x64, 0xfb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xdb, 0x64, 0xfb, 0x5c, 0xdb, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x7a, 0x54, 0x79, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x43, 0xd6, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbb, 0x65, 0x1b, 0x75, 0x9b, 0x7e, 0x1b, 0x85, 0xdb, 0x7d, 0x7b, 0x7d, 0x7b, 0x75, 0x7b, 0x6d, 0x5b, 0x6d, 0x3b, 0x65, 0x1b, 0x64, 0xfb, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x54, 0x38, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x74, 0x4b, 0x95, 0x4b, 0x95, 0x53, 0x95, 0x53, 0xb5, 0x4b, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x57, 0x54, 0x57, 0x54, 0x77, 0x54, 0x77, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0xb8, 0x64, 0xb9, 0x64, 0xda, 0x64, 0xfa, 0x6d, 0x3b, 0x6d, 0x7c, 0x6d, 0xdb, 0x76, 0x1b, 0x7e, 0x1a, 0x86, 0x1b, 0x8e, 0x1b, 0x8e, 0x1b, 0x8e, 0x1b, 0x86, 0x1b, 0x7e, 0x1a, 0x75, 0xfb, 0x6d, 0xbb, 0x6d, 0x7b, 0x65, 0x1b, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0x75, 0x4b, 0xf7, 0x54, 0x9a, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0xbb, 0x64, 0xdb, 0x65, 0x3b, 0x75, 0xdb, 0x86, 0x3b, 0x7d, 0x9b, 0x75, 0x7b, 0x7d, 0x7b, 0x75, 0x7b, 0x6d, 0x7b, 0x6d, 0x5b, 0x65, 0x1b, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x59, 0x4c, 0x38, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, - 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x54, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x17, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x94, 0x4b, 0x95, 0x53, 0x95, 0x53, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x4b, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x57, 0x54, 0x77, 0x5c, 0x77, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x64, 0xb9, 0x6c, 0xd9, 0x6c, 0xfa, 0x6d, 0x1b, 0x6d, 0x3b, 0x75, 0x9b, 0x76, 0x1b, 0x76, 0x1a, 0x7e, 0x1a, 0x86, 0x1b, 0x86, 0x1b, 0x86, 0x1b, 0x86, 0x1b, 0x7e, 0x1a, 0x75, 0xfb, 0x6d, 0xbb, 0x6d, 0x7b, 0x65, 0x3b, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x4c, 0x7b, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x5d, 0x1b, 0x5c, 0xfb, 0x5d, 0x1b, 0x5d, 0x1b, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x95, 0x54, 0x39, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x64, 0xdb, 0x6d, 0x5b, 0x75, 0xfb, 0x75, 0x9b, 0x75, 0x7c, 0x75, 0x9b, 0x75, 0x7b, 0x75, 0x9b, 0x6d, 0x7c, 0x6d, 0x3b, 0x6d, 0x1b, 0x64, 0xfb, 0x64, 0xbb, 0x5c, 0x9a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xf2, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x70, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, - 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd6, 0x54, 0x17, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xba, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x53, 0x95, 0x53, 0xb5, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x57, 0x54, 0x57, 0x54, 0x77, 0x5c, 0x77, 0x5c, 0x78, 0x64, 0x78, 0x64, 0x98, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xda, 0x6c, 0xfa, 0x75, 0x1b, 0x75, 0x5b, 0x75, 0xbc, 0x7e, 0x1b, 0x7e, 0x1b, 0x7e, 0x1b, 0x86, 0x1b, 0x86, 0x1a, 0x7e, 0x1a, 0x76, 0x1a, 0x6d, 0xfb, 0x65, 0x9b, 0x65, 0x5b, 0x65, 0x3b, 0x65, 0x1b, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x65, 0x1b, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x5b, 0x65, 0x5b, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x1b, 0x64, 0xfb, 0x5c, 0xfc, 0x5c, 0xbb, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x37, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x54, 0x79, 0x64, 0xfc, 0x64, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0xbb, 0x64, 0xfb, 0x6d, 0x3b, 0x6d, 0x5b, 0x6d, 0x7b, 0x75, 0x9c, 0x75, 0x9b, 0x6d, 0x9b, 0x6d, 0x5b, 0x65, 0x1b, 0x64, 0xfb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, - 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x54, 0x59, 0x54, 0x38, 0x54, 0x17, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x64, 0x99, 0x64, 0x9a, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x94, 0x4b, 0x95, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x57, 0x54, 0x77, 0x5c, 0x77, 0x5c, 0x78, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0xb9, 0x6c, 0xda, 0x74, 0xfa, 0x74, 0xfb, 0x75, 0x1b, 0x75, 0x7c, 0x7d, 0xdc, 0x7e, 0x1b, 0x7e, 0x1b, 0x7e, 0x1b, 0x7e, 0x1a, 0x7e, 0x1a, 0x76, 0x1b, 0x6d, 0xdb, 0x65, 0x7b, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x1c, 0x65, 0x1b, 0x65, 0x1b, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x65, 0x1b, 0x65, 0x3b, 0x65, 0x7b, 0x6d, 0xbb, 0x6d, 0xdb, 0x6d, 0xdb, 0x6d, 0xdc, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x5b, 0x65, 0x3b, 0x65, 0x1c, 0x64, 0xfb, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x64, 0xba, 0x64, 0xfc, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0xbc, 0x54, 0xbb, 0x5c, 0xbb, 0x64, 0xdb, 0x6d, 0x1b, 0x6d, 0x3c, 0x6d, 0x5b, 0x6d, 0x5b, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3b, 0x65, 0x1c, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x9b, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, - 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xd7, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x99, 0x64, 0x99, 0x64, 0xba, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x94, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x95, 0x43, 0x94, 0x43, 0xb5, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x74, 0x43, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4c, 0x16, 0x4c, 0x37, 0x54, 0x57, 0x5c, 0x77, 0x5c, 0x77, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0xb9, 0x6c, 0xd9, 0x74, 0xda, 0x74, 0xfa, 0x75, 0x1b, 0x75, 0x3c, 0x7d, 0x7c, 0x7d, 0xdc, 0x7e, 0x1b, 0x7e, 0x1a, 0x7e, 0x3a, 0x76, 0x1a, 0x76, 0x1b, 0x6d, 0xfb, 0x65, 0x7b, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x64, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0xbb, 0x54, 0xbc, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xfc, 0x5d, 0x1b, 0x65, 0x3c, 0x65, 0x7c, 0x6d, 0xbb, 0x75, 0xfb, 0x76, 0x1b, 0x76, 0x1b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x1b, 0x76, 0x1b, 0x75, 0xdc, 0x6d, 0x7b, 0x65, 0x3b, 0x65, 0x1c, 0x5c, 0xdb, 0x5c, 0xba, 0x54, 0x79, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x5c, 0xba, 0x65, 0x1c, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfb, 0x64, 0xfc, 0x65, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x6d, 0x3b, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, - 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x54, 0x39, 0x5c, 0x9c, 0x5c, 0xbc, 0x64, 0xdb, 0x54, 0x17, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0x78, 0x43, 0x54, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x94, 0x43, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x95, 0x4b, 0x94, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x4b, 0xb5, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf6, 0x4c, 0x36, 0x54, 0x57, 0x5c, 0x77, 0x5c, 0x77, 0x64, 0x97, 0x64, 0x98, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xda, 0x74, 0xda, 0x74, 0xfb, 0x75, 0x1b, 0x7d, 0x3c, 0x7d, 0x9c, 0x7d, 0xdc, 0x7e, 0x1b, 0x7e, 0x3a, 0x76, 0x3a, 0x76, 0x1b, 0x6d, 0xdb, 0x65, 0x7b, 0x5d, 0x1b, 0x5d, 0x1b, 0x65, 0x1b, 0x6d, 0x5c, 0x6d, 0x7c, 0x65, 0x5c, 0x5c, 0xfb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x3b, 0x6d, 0x9c, 0x6d, 0xfc, 0x76, 0x1b, 0x7e, 0x1b, 0x7e, 0x1a, 0x7e, 0x3b, 0x7e, 0x3b, 0x7e, 0x3a, 0x7e, 0x3a, 0x7e, 0x3b, 0x76, 0x1b, 0x75, 0xdc, 0x6d, 0x7b, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x58, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0x96, 0x4c, 0x17, 0x64, 0xdb, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x64, 0xdb, 0x64, 0xfc, 0x64, 0xfb, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xdb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0x9b, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x37, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xd7, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x37, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x79, 0x54, 0x37, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x94, 0x43, 0xb4, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4c, 0x16, 0x54, 0x36, 0x5c, 0x57, 0x5c, 0x77, 0x5c, 0x97, 0x64, 0x97, 0x64, 0x98, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xd9, 0x74, 0xda, 0x74, 0xfa, 0x74, 0xfb, 0x75, 0x1c, 0x7d, 0x5c, 0x7d, 0x9c, 0x7d, 0xfc, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x6d, 0xfc, 0x65, 0x7c, 0x5d, 0x3c, 0x5d, 0x1b, 0x5d, 0x1c, 0x65, 0x3b, 0x6d, 0x7c, 0x6d, 0x9c, 0x65, 0x3c, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdb, 0x54, 0xdb, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x65, 0x5b, 0x6d, 0xbc, 0x75, 0xfb, 0x76, 0x3b, 0x7e, 0x3b, 0x86, 0x3b, 0x86, 0x3b, 0x8e, 0x3b, 0x8e, 0x3b, 0x86, 0x3b, 0x86, 0x3b, 0x7e, 0x3b, 0x7e, 0x3b, 0x75, 0xfb, 0x75, 0x9c, 0x6d, 0x3b, 0x64, 0xfc, 0x5c, 0xdb, 0x5c, 0x9a, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x4b, 0xf7, 0x54, 0x38, 0x64, 0xda, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xdc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x64, 0xfb, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xdb, 0x5c, 0x9a, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x22, 0x50, 0x22, 0x70, 0x22, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x54, 0x38, 0x54, 0x7a, 0x5c, 0x7b, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x79, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x4b, 0xf7, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4c, 0x16, 0x54, 0x36, 0x54, 0x37, 0x5c, 0x57, 0x5c, 0x77, 0x64, 0x97, 0x64, 0x97, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xb9, 0x6c, 0xd9, 0x74, 0xda, 0x74, 0xfb, 0x75, 0x1b, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0xbc, 0x76, 0x1b, 0x76, 0x3b, 0x76, 0x3b, 0x6d, 0xfb, 0x65, 0x7b, 0x65, 0x3c, 0x5d, 0x1c, 0x5d, 0x1b, 0x65, 0x1b, 0x65, 0x5c, 0x6d, 0x7c, 0x65, 0x5c, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x65, 0x1b, 0x65, 0x5b, 0x6d, 0xbc, 0x76, 0x1b, 0x7e, 0x1b, 0x86, 0x3b, 0x86, 0x3b, 0x8e, 0x3b, 0x8e, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x8e, 0x3b, 0x8e, 0x3b, 0x86, 0x3b, 0x7e, 0x3b, 0x7e, 0x1b, 0x75, 0xbc, 0x6d, 0x5c, 0x65, 0x1c, 0x64, 0xdb, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x39, 0x54, 0x59, 0x64, 0xda, 0x6d, 0x1b, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x5c, 0x6d, 0x7c, 0x75, 0x7c, 0x75, 0x9c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x64, 0xfc, 0x64, 0xbb, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x4b, 0xd6, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x79, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdb, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x4b, 0xd6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf6, 0x4c, 0x16, 0x54, 0x16, 0x54, 0x36, 0x5c, 0x57, 0x5c, 0x77, 0x64, 0x97, 0x64, 0x97, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xd9, 0x74, 0xda, 0x74, 0xfa, 0x74, 0xfb, 0x75, 0x1b, 0x75, 0x5c, 0x75, 0x9c, 0x75, 0xdc, 0x7e, 0x1c, 0x76, 0x3c, 0x76, 0x3b, 0x6d, 0xdc, 0x65, 0x5c, 0x5d, 0x1b, 0x5c, 0xfb, 0x5c, 0xfb, 0x65, 0x1c, 0x65, 0x5c, 0x65, 0x3c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x5c, 0xfc, 0x5d, 0x1c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x9c, 0x75, 0xfb, 0x7e, 0x3b, 0x86, 0x3b, 0x8e, 0x3b, 0x8e, 0x3b, 0x96, 0x3b, 0x9e, 0x3c, 0x9e, 0x3c, 0x9e, 0x3b, 0x96, 0x3b, 0x8e, 0x3b, 0x86, 0x3b, 0x86, 0x5b, 0x7e, 0x3b, 0x75, 0xbc, 0x6d, 0x3c, 0x64, 0xfc, 0x64, 0xdb, 0x5c, 0x9a, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x59, 0x54, 0x79, 0x4c, 0x38, 0x5c, 0xb9, 0x6d, 0x1b, 0x65, 0x1c, 0x64, 0xfc, 0x65, 0x3c, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x5c, 0x75, 0x9c, 0x75, 0xfc, 0x7e, 0x1c, 0x7e, 0x3b, 0x7e, 0x3b, 0x7e, 0x3c, 0x7d, 0xdc, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x1c, 0x64, 0xdc, 0x5c, 0x9a, 0x5c, 0x58, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x96, 0x54, 0x58, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xda, 0x54, 0x37, 0x54, 0x58, 0x4b, 0xd6, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xd6, 0x4b, 0xf6, 0x4c, 0x16, 0x54, 0x16, 0x54, 0x37, 0x5c, 0x57, 0x5c, 0x77, 0x64, 0x97, 0x64, 0x97, 0x64, 0xb8, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xda, 0x6c, 0xfa, 0x6d, 0x1b, 0x6d, 0x3c, 0x75, 0x7c, 0x75, 0xbc, 0x75, 0xdc, 0x75, 0xfc, 0x75, 0xfc, 0x6d, 0xdc, 0x65, 0x7c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1b, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x5c, 0xfc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xfc, 0x54, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x65, 0x3c, 0x6d, 0x9c, 0x75, 0xfc, 0x76, 0x3b, 0x86, 0x3b, 0x86, 0x3b, 0x8e, 0x3b, 0x9e, 0x5c, 0xa6, 0x5c, 0xae, 0x3c, 0xa6, 0x5c, 0x9e, 0x3c, 0x96, 0x5b, 0x8e, 0x3b, 0x86, 0x3b, 0x86, 0x5b, 0x7e, 0x3c, 0x75, 0xbc, 0x6d, 0x3c, 0x64, 0xfc, 0x5c, 0xdb, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x38, 0x54, 0x79, 0x64, 0xda, 0x6d, 0x3b, 0x65, 0x1c, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x7c, 0x75, 0xfc, 0x7e, 0x3b, 0x86, 0x5b, 0x86, 0x5b, 0x8e, 0x3b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x3b, 0x7d, 0xdc, 0x75, 0x7c, 0x6d, 0x1c, 0x64, 0xfc, 0x5c, 0x9a, 0x5c, 0x59, 0x54, 0x38, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xdc, 0x5c, 0x99, 0x54, 0x58, 0x4b, 0xd6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x94, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4c, 0x16, 0x54, 0x16, 0x54, 0x37, 0x54, 0x57, 0x5c, 0x77, 0x5c, 0x97, 0x5c, 0xb7, 0x5c, 0xb8, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xb9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xfa, 0x64, 0xfa, 0x6d, 0x1b, 0x6d, 0x3b, 0x75, 0x7c, 0x75, 0x9c, 0x75, 0xbc, 0x75, 0xbc, 0x6d, 0xbc, 0x65, 0x7c, 0x65, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x65, 0x3c, 0x65, 0x5b, 0x6d, 0xbc, 0x76, 0x3c, 0x7e, 0x5b, 0x86, 0x5b, 0x96, 0x5b, 0x96, 0x3c, 0x9e, 0x3b, 0xa6, 0x1c, 0xa5, 0xfc, 0x9d, 0xfb, 0x9d, 0xfc, 0x96, 0x1c, 0x8e, 0x1b, 0x86, 0x3b, 0x7e, 0x3b, 0x7e, 0x1c, 0x75, 0xbc, 0x6d, 0x5c, 0x65, 0x1c, 0x5c, 0xdb, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x38, 0x54, 0x38, 0x54, 0x7a, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x38, 0x54, 0x79, 0x5c, 0xda, 0x64, 0xfb, 0x65, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x7c, 0x76, 0x1c, 0x7e, 0x3b, 0x8e, 0x5b, 0x96, 0x5c, 0x96, 0x3c, 0x96, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x1c, 0x75, 0x9c, 0x6d, 0x1c, 0x64, 0xfc, 0x64, 0xbb, 0x5c, 0x59, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x5c, 0x57, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x37, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4c, 0x16, 0x4c, 0x36, 0x54, 0x37, 0x54, 0x57, 0x54, 0x77, 0x54, 0x97, 0x54, 0x98, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xd9, 0x64, 0xf9, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x65, 0x1a, 0x6d, 0x3b, 0x6d, 0x3c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3b, 0x65, 0x1b, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5c, 0xfc, 0x5d, 0x1c, 0x65, 0x3c, 0x6d, 0x9c, 0x75, 0xdb, 0x6d, 0x7a, 0x64, 0xf9, 0x64, 0xb8, 0x6c, 0xd9, 0x6c, 0xd9, 0x74, 0xda, 0x74, 0xda, 0x74, 0xda, 0x74, 0xfb, 0x74, 0xfb, 0x75, 0x1b, 0x75, 0x5c, 0x75, 0x9c, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x1c, 0x6d, 0x1c, 0x64, 0xfc, 0x64, 0xdb, 0x54, 0x79, 0x4c, 0x38, 0x4c, 0x17, 0x54, 0x5a, 0x5c, 0x9b, 0x54, 0x7a, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x54, 0x99, 0x5c, 0xb9, 0x6d, 0x1b, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x6c, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x7c, 0x76, 0x1c, 0x7e, 0x3b, 0x8e, 0x5b, 0x9e, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xae, 0x5c, 0x9e, 0x5c, 0x96, 0x3b, 0x8e, 0x5b, 0x86, 0x3c, 0x75, 0xbc, 0x6d, 0x3c, 0x64, 0xdc, 0x5c, 0x9a, 0x5c, 0x59, 0x54, 0x17, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x5c, 0x57, 0x64, 0x98, 0x64, 0x98, 0x64, 0xb8, 0x5c, 0xb9, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xdc, 0x5c, 0x9a, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4c, 0x16, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x57, 0x54, 0x77, 0x54, 0x98, 0x54, 0x98, 0x54, 0x98, 0x5c, 0xb8, 0x5c, 0xd9, 0x5c, 0xd9, 0x5c, 0xb8, 0x5c, 0xd9, 0x64, 0xd9, 0x64, 0xfa, 0x65, 0x1a, 0x65, 0x1b, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5c, 0xfb, 0x54, 0x99, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x64, 0xb9, 0x64, 0xba, 0x64, 0xda, 0x6c, 0xda, 0x6c, 0xda, 0x6c, 0xda, 0x74, 0xdb, 0x6c, 0xfb, 0x6c, 0xfb, 0x6c, 0xfc, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdb, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xda, 0x5c, 0xba, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x98, 0x64, 0xfb, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x75, 0x5c, 0x75, 0xdc, 0x7e, 0x3b, 0x86, 0x5b, 0x96, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xa6, 0x5c, 0x96, 0x5c, 0x8e, 0x3b, 0x86, 0x3c, 0x75, 0x9c, 0x6c, 0xfc, 0x64, 0x9b, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x17, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xd2, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x4b, 0xd6, 0x64, 0x77, 0x64, 0x77, 0x64, 0x98, 0x6c, 0xb8, 0x64, 0xd9, 0x5c, 0xb9, 0x5c, 0x7a, 0x54, 0x79, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xdb, 0x54, 0x17, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x57, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x77, 0x54, 0x98, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xd9, 0x5c, 0xda, 0x5c, 0xfa, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0xfb, 0x5d, 0x1c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x5c, 0xfb, 0x5c, 0xba, 0x54, 0x99, 0x4c, 0x37, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xda, 0x64, 0xda, 0x6c, 0xda, 0x6c, 0xda, 0x6c, 0xdb, 0x6c, 0xfb, 0x6c, 0xfb, 0x6c, 0xfb, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x3b, 0x64, 0xfb, 0x64, 0xda, 0x5c, 0xba, 0x5c, 0xb9, 0x5c, 0xb9, 0x64, 0xd9, 0x64, 0xfb, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x64, 0xfc, 0x6c, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x75, 0x9c, 0x7e, 0x3c, 0x86, 0x5b, 0x96, 0x5b, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x5c, 0x96, 0x5b, 0x8e, 0x5b, 0x7d, 0xdc, 0x75, 0x5c, 0x64, 0xfc, 0x5c, 0xba, 0x5c, 0x59, 0x54, 0x58, 0x4c, 0x17, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x4b, 0xb5, 0x5c, 0x78, 0x64, 0x98, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0xb8, 0x6c, 0xb9, 0x64, 0xd9, 0x5c, 0x99, 0x5c, 0x7a, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x64, 0xdc, 0x54, 0x38, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf6, 0x4c, 0x16, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x98, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdb, 0x54, 0x99, 0x54, 0x78, 0x54, 0x37, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xd9, 0x64, 0xda, 0x6c, 0xda, 0x6c, 0xda, 0x6c, 0xdb, 0x6c, 0xfb, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xbb, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x1b, 0x64, 0xfb, 0x5c, 0xda, 0x5c, 0xd9, 0x64, 0xfa, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6d, 0x1c, 0x75, 0x7c, 0x7d, 0xfc, 0x86, 0x3b, 0x8e, 0x5b, 0x9e, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xa6, 0x5c, 0x96, 0x5b, 0x86, 0x3b, 0x75, 0xbc, 0x6d, 0x3c, 0x64, 0xdc, 0x5c, 0x9a, 0x54, 0x58, 0x54, 0x38, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x50, 0x22, 0x50, 0x22, 0x70, 0x22, 0x70, 0x22, 0x70, 0x22, 0x50, 0x2a, 0x70, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xd2, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x75, 0x54, 0x37, 0x5c, 0x57, 0x64, 0x77, 0x6c, 0x78, 0x6c, 0x98, 0x6c, 0xb8, 0x6c, 0xb9, 0x6c, 0xd9, 0x64, 0xb9, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x64, 0xdc, 0x5c, 0xb9, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x16, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x43, 0xf6, 0x4b, 0xf6, 0x44, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x78, 0x54, 0x98, 0x54, 0x99, 0x54, 0x99, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xda, 0x64, 0xda, 0x64, 0xda, 0x6c, 0xfa, 0x6c, 0xfb, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xbb, 0x64, 0xdc, 0x64, 0xfb, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfb, 0x64, 0xfa, 0x6c, 0xfb, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6d, 0x1c, 0x75, 0x3c, 0x7d, 0x9c, 0x86, 0x1c, 0x8e, 0x5b, 0x9e, 0x5b, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0x9e, 0x5c, 0x8e, 0x5b, 0x86, 0x1b, 0x75, 0x9c, 0x6d, 0x1c, 0x64, 0xdb, 0x5c, 0x79, 0x54, 0x38, 0x54, 0x38, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x22, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x54, 0x4b, 0xf7, 0x54, 0x17, 0x5c, 0x57, 0x64, 0x77, 0x64, 0x98, 0x74, 0xda, 0x74, 0xb9, 0x74, 0xb8, 0x6c, 0xb9, 0x64, 0xd9, 0x5c, 0xba, 0x5c, 0x9a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xfc, 0x64, 0xfb, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x53, 0xf6, 0x54, 0x17, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x17, 0x54, 0x37, 0x54, 0x17, 0x53, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x4b, 0xb5, 0x43, 0xb5, 0x4b, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x4b, 0xd5, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x44, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x79, 0x54, 0x39, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x18, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0xda, 0x64, 0xfa, 0x64, 0xfb, 0x6d, 0x1b, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdb, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xdc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6d, 0x1c, 0x75, 0x5c, 0x7d, 0xfc, 0x86, 0x3b, 0x8e, 0x5b, 0xa6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x5c, 0x96, 0x5b, 0x86, 0x5b, 0x7d, 0xfb, 0x75, 0x5c, 0x6c, 0xfc, 0x5c, 0xba, 0x54, 0x58, 0x54, 0x18, 0x54, 0x17, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x71, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x34, 0x43, 0x95, 0x4b, 0xd6, 0x4c, 0x17, 0x54, 0x57, 0x5c, 0x77, 0x6c, 0xb9, 0x74, 0xd9, 0x74, 0xda, 0x74, 0xd9, 0x6c, 0xb8, 0x6c, 0xd9, 0x5c, 0xb9, 0x5c, 0x9a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0xbc, 0x64, 0xfc, 0x65, 0x1b, 0x54, 0x18, 0x4b, 0xf7, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x5c, 0x37, 0x5c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0xda, 0x64, 0xfa, 0x6d, 0x1b, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6d, 0x1c, 0x6d, 0x1c, 0x75, 0x7c, 0x7e, 0x1c, 0x86, 0x5b, 0x8e, 0x5b, 0x9e, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0x9e, 0x5c, 0x8e, 0x5b, 0x86, 0x3c, 0x75, 0xbc, 0x6d, 0x3c, 0x64, 0xdb, 0x5c, 0x9a, 0x54, 0x58, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xf3, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x17, 0x64, 0x98, 0x6c, 0xb9, 0x6c, 0xb9, 0x74, 0xd9, 0x74, 0xda, 0x74, 0xd9, 0x6c, 0xb8, 0x64, 0xb9, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbb, 0x64, 0xdc, 0x65, 0x1c, 0x5c, 0x78, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x37, 0x5c, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x57, 0x54, 0x37, 0x54, 0x37, 0x54, 0x57, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x53, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x7a, 0x4c, 0x38, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0xdb, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x1b, 0x5c, 0xdb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbb, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x75, 0x7c, 0x7e, 0x1c, 0x86, 0x5b, 0x8e, 0x5b, 0x9e, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x5c, 0x9e, 0x5c, 0x8e, 0x5b, 0x86, 0x5b, 0x7d, 0xfc, 0x75, 0x7c, 0x6d, 0x1c, 0x64, 0xba, 0x5c, 0x79, 0x54, 0x37, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x70, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x33, 0x13, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xd6, 0x54, 0x37, 0x5c, 0x98, 0x64, 0xb8, 0x6c, 0xb9, 0x6c, 0xd9, 0x6c, 0xda, 0x6c, 0xfa, 0x6c, 0xd9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x9a, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0xdc, 0x65, 0x1c, 0x5c, 0x99, 0x54, 0x38, 0x54, 0x18, 0x54, 0x17, 0x54, 0x37, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x54, 0x57, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x57, 0x5c, 0x57, 0x5c, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x38, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x4c, 0x38, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0xfb, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1b, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x7b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6c, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x75, 0x5c, 0x6d, 0x5c, 0x75, 0x7b, 0x76, 0x1c, 0x7e, 0x5b, 0x8e, 0x5b, 0x96, 0x5b, 0x9e, 0x5c, 0xa6, 0x5c, 0x9e, 0x5c, 0x96, 0x5c, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x1c, 0x75, 0x7c, 0x6d, 0x1c, 0x64, 0xdb, 0x5c, 0x79, 0x54, 0x38, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x96, 0x43, 0x96, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x95, 0x4b, 0xd6, 0x54, 0x58, 0x5c, 0x99, 0x64, 0xb9, 0x64, 0xd9, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xfa, 0x6c, 0xfa, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x9b, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x1b, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x57, 0x5c, 0x77, 0x5c, 0x57, 0x64, 0x57, 0x64, 0x57, 0x5c, 0x57, 0x5c, 0x77, 0x5c, 0x77, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x57, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x4c, 0x37, 0x43, 0xd6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0x9a, 0x5c, 0x9a, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbc, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x5c, 0x75, 0xbc, 0x75, 0xfc, 0x76, 0x1b, 0x7e, 0x5b, 0x86, 0x3b, 0x8e, 0x5b, 0x8e, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x1c, 0x75, 0x7c, 0x6d, 0x1c, 0x64, 0xdb, 0x64, 0xba, 0x5c, 0x58, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x95, 0x4c, 0x17, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xfa, 0x65, 0x1a, 0x5c, 0xb9, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x64, 0xfc, 0x6d, 0x3c, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x64, 0x77, 0x64, 0x77, 0x64, 0x77, 0x64, 0x77, 0x64, 0x78, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x58, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x53, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0xf7, 0x4c, 0x37, 0x4c, 0x17, 0x4b, 0xd6, 0x43, 0x75, 0x43, 0x75, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x54, 0x39, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xbc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xdc, 0x65, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x5c, 0x75, 0xbc, 0x76, 0x1c, 0x7e, 0x5b, 0x86, 0x5b, 0x86, 0x3b, 0x86, 0x3b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x3c, 0x75, 0xdc, 0x75, 0x7c, 0x6d, 0x1c, 0x64, 0xdc, 0x5c, 0x9a, 0x5c, 0x78, 0x54, 0x38, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, - 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x4b, 0xd6, 0x4b, 0xf6, 0x54, 0x17, 0x5c, 0x58, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xda, 0x64, 0xdb, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xdc, 0x64, 0xfc, 0x6d, 0x1c, 0x64, 0xda, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x64, 0x98, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x78, 0x64, 0x98, 0x5c, 0xb8, 0x5c, 0xb8, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x98, 0x5c, 0xb8, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x4b, 0xd6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4c, 0x17, 0x4b, 0xf6, 0x43, 0x95, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7b, 0x54, 0x9b, 0x54, 0x9c, 0x5c, 0xbc, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xdb, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0xbc, 0x76, 0x1c, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x3b, 0x76, 0x1c, 0x75, 0xdc, 0x75, 0x9c, 0x6d, 0x5c, 0x65, 0x1c, 0x64, 0xdc, 0x5c, 0xba, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, - 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xba, 0x5c, 0xba, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0xdc, 0x65, 0x1c, 0x64, 0xfb, 0x54, 0x59, 0x5c, 0x59, 0x5c, 0x78, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x64, 0xb8, 0x64, 0xb9, 0x64, 0xb9, 0x5c, 0xb9, 0x54, 0x99, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x58, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0x95, 0x4b, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xb6, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x18, 0x4c, 0x17, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x78, 0x54, 0x99, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x79, 0x4c, 0x18, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x5a, 0x54, 0x9b, 0x54, 0x9c, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x7c, 0x75, 0xdc, 0x76, 0x1c, 0x7e, 0x3b, 0x7e, 0x5b, 0x6d, 0x9b, 0x6d, 0x5c, 0x65, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xbb, 0x5c, 0x79, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, - 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0xb5, 0x4b, 0xd6, 0x4b, 0xf6, 0x54, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0x9a, 0x54, 0x9b, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0xbb, 0x64, 0xdc, 0x65, 0x1c, 0x6d, 0x1b, 0x5c, 0x9a, 0x5c, 0x59, 0x5c, 0x99, 0x5c, 0x98, 0x64, 0x98, 0x64, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0xb9, 0x6c, 0xb9, 0x64, 0xd9, 0x64, 0xd9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xba, 0x54, 0x9a, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x54, 0x78, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x3b, 0x95, 0x3b, 0x95, 0x33, 0x75, 0x33, 0x95, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xd6, 0x43, 0x95, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x5c, 0x99, 0x5c, 0x99, 0x54, 0x79, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x9c, 0x54, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0x9c, 0x75, 0x9c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x3c, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x9c, 0x75, 0xbc, 0x75, 0xfc, 0x75, 0xbc, 0x65, 0x3c, 0x64, 0xfc, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0x79, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x92, - 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x53, 0xf7, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x9b, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x64, 0xda, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x64, 0xb9, 0x64, 0x98, 0x6c, 0xb8, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0xb9, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xdb, 0x64, 0xfb, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xba, 0x5c, 0x99, 0x54, 0x78, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x4c, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x43, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x3b, 0x95, 0x3b, 0x54, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x5c, 0x6d, 0x7c, 0x75, 0xbc, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0xbc, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x5c, 0xdb, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x4c, 0x17, 0x43, 0xd6, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, - 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xf7, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x59, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0xdb, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0xb9, 0x64, 0xb9, 0x64, 0xb9, 0x6c, 0xb9, 0x6c, 0xb9, 0x6c, 0xb9, 0x74, 0xb9, 0x74, 0xb9, 0x74, 0xd9, 0x6c, 0xda, 0x6c, 0xfa, 0x6d, 0x1b, 0x65, 0x3b, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1b, 0x5c, 0xdb, 0x5c, 0xba, 0x54, 0x9a, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x95, 0x3b, 0x54, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x9c, 0x75, 0xdc, 0x75, 0xfc, 0x76, 0x1c, 0x76, 0x1c, 0x75, 0xfc, 0x75, 0xfc, 0x75, 0xbc, 0x6d, 0x7c, 0x6d, 0x5c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfb, 0x54, 0x7a, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x39, 0x4c, 0x39, 0x43, 0x96, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, - 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xdc, 0x6d, 0x1c, 0x6d, 0x1c, 0x5c, 0x9a, 0x5c, 0x9a, 0x64, 0xba, 0x64, 0xda, 0x64, 0xd9, 0x6c, 0xd9, 0x6c, 0xb9, 0x6c, 0xb9, 0x74, 0xb9, 0x74, 0xd9, 0x74, 0xda, 0x74, 0xfa, 0x74, 0xfb, 0x6d, 0x1c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x6d, 0x5c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdb, 0x54, 0x9a, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x57, 0x4c, 0x37, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x95, 0x3b, 0x54, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x4b, 0xf7, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x43, 0xd7, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9c, 0x54, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0xbc, 0x75, 0xfc, 0x76, 0x1c, 0x76, 0x3c, 0x7e, 0x3c, 0x7e, 0x3c, 0x7e, 0x3c, 0x76, 0x3c, 0x75, 0xfc, 0x75, 0xbc, 0x6d, 0x7c, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x65, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xdc, 0x54, 0x79, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x59, 0x54, 0x7a, 0x4c, 0x59, 0x4c, 0x38, 0x43, 0x95, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0xd2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x64, 0xbb, 0x64, 0xda, 0x64, 0xda, 0x64, 0xda, 0x64, 0xda, 0x6c, 0xda, 0x74, 0xd9, 0x74, 0xda, 0x74, 0xda, 0x74, 0xfa, 0x74, 0xfb, 0x75, 0x1b, 0x75, 0x3c, 0x75, 0x7c, 0x75, 0xbc, 0x75, 0xdc, 0x75, 0xfc, 0x75, 0xfc, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0xdc, 0x6d, 0xbc, 0x6d, 0x9c, 0x65, 0x5c, 0x65, 0x1c, 0x5c, 0xdb, 0x54, 0x79, 0x54, 0x59, 0x5c, 0x99, 0x5c, 0x99, 0x54, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x57, 0x54, 0x17, 0x4b, 0xf6, 0x53, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0xb6, 0x33, 0x95, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x43, 0xf7, 0x43, 0xb6, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x37, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0xbc, 0x76, 0x1c, 0x7e, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x5b, 0x7e, 0x3c, 0x75, 0xdc, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x64, 0xdc, 0x5c, 0xbb, 0x5c, 0x9b, 0x54, 0x9b, 0x4c, 0x7a, 0x4c, 0x59, 0x4b, 0xf7, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, - 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0xbc, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x1c, 0x65, 0x1b, 0x64, 0xdb, 0x64, 0xfb, 0x6c, 0xfb, 0x6c, 0xfa, 0x6c, 0xda, 0x6c, 0xda, 0x74, 0xfa, 0x74, 0xda, 0x74, 0xfa, 0x75, 0x1b, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0x9c, 0x75, 0xfc, 0x7e, 0x3c, 0x7e, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x3b, 0x76, 0x3c, 0x75, 0xfc, 0x6d, 0x7c, 0x65, 0x3c, 0x5c, 0xbb, 0x5c, 0xba, 0x64, 0xda, 0x5c, 0x9a, 0x5c, 0x99, 0x54, 0x78, 0x54, 0x58, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x3b, 0xb6, 0x3b, 0xb6, 0x33, 0x96, 0x33, 0x95, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xb6, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0xdc, 0x76, 0x3c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x5b, 0x7e, 0x3c, 0x75, 0xdc, 0x6d, 0x7c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0x9b, 0x54, 0x7a, 0x4c, 0x59, 0x4b, 0xd7, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x59, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x3c, 0x64, 0xdb, 0x64, 0xfb, 0x6d, 0x1b, 0x6d, 0x1b, 0x74, 0xfb, 0x74, 0xfb, 0x74, 0xfa, 0x74, 0xfb, 0x75, 0x1b, 0x75, 0x1b, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0xbc, 0x7e, 0x3c, 0x7e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x5b, 0x7e, 0x5c, 0x75, 0xdc, 0x6d, 0x5c, 0x65, 0x1b, 0x64, 0xfb, 0x64, 0xdb, 0x64, 0xba, 0x5c, 0xb9, 0x54, 0x78, 0x54, 0x58, 0x4c, 0x37, 0x4c, 0x37, 0x43, 0xf7, 0x3b, 0xd7, 0x3b, 0xd6, 0x33, 0xb6, 0x33, 0xb6, 0x33, 0x96, 0x33, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x75, 0x33, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0x95, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x17, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0x9c, 0x75, 0xfc, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x96, 0x5b, 0x96, 0x5b, 0x96, 0x5b, 0x96, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x5b, 0x76, 0x1c, 0x75, 0xbc, 0x6d, 0x9c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x9c, 0x5c, 0xdc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x4c, 0x5a, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x58, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x3c, 0x6d, 0x3c, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x1c, 0x6d, 0x1b, 0x75, 0x1b, 0x75, 0x1b, 0x7d, 0x1b, 0x75, 0x1b, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0x7c, 0x7d, 0xbc, 0x7e, 0x3c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x96, 0x5b, 0x9e, 0x5c, 0x9e, 0x5c, 0x9e, 0x5c, 0x9e, 0x5c, 0x96, 0x5c, 0x96, 0x5b, 0x86, 0x5b, 0x7e, 0x5c, 0x7d, 0xfc, 0x75, 0x9b, 0x6d, 0x5c, 0x64, 0xfb, 0x64, 0xfb, 0x5c, 0xda, 0x54, 0x99, 0x4c, 0x58, 0x4c, 0x17, 0x44, 0x17, 0x3b, 0xf7, 0x3b, 0xd7, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xb6, 0x33, 0x96, 0x33, 0x96, 0x33, 0x96, 0x33, 0x55, 0x32, 0xf3, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xd6, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xbb, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0xbc, 0x76, 0x1c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x96, 0x5b, 0x9e, 0x5c, 0x9e, 0x5c, 0xa6, 0x5c, 0xa6, 0x5c, 0x9e, 0x5c, 0x96, 0x5c, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x3c, 0x76, 0x1c, 0x75, 0xbc, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x54, 0x38, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0xf8, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x4c, 0x59, 0x4c, 0x58, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xfc, 0x6d, 0x3c, 0x6d, 0x1c, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x1c, 0x75, 0x1c, 0x75, 0x1b, 0x75, 0x1b, 0x7d, 0x1c, 0x7d, 0x3c, 0x75, 0x5c, 0x75, 0x7c, 0x7d, 0xbc, 0x7e, 0x1c, 0x86, 0x7b, 0x86, 0x5b, 0x8e, 0x7b, 0x96, 0x5c, 0xa6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x7c, 0xa6, 0x7c, 0x96, 0x5c, 0x96, 0x7b, 0x8e, 0x5b, 0x7e, 0x3c, 0x75, 0xbc, 0x6d, 0x5b, 0x65, 0x1b, 0x5c, 0xdb, 0x54, 0x9a, 0x4c, 0x58, 0x44, 0x38, 0x3c, 0x18, 0x3c, 0x17, 0x3b, 0xf7, 0x3b, 0xd7, 0x3b, 0xf7, 0x3b, 0xd7, 0x33, 0xb6, 0x33, 0xb6, 0x33, 0xb6, 0x33, 0x75, 0x33, 0x13, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0x75, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x57, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0x9a, 0x64, 0xba, 0x64, 0xdb, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0x9c, 0x76, 0x1c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5c, 0x9e, 0x7c, 0xa6, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x5c, 0xa6, 0x5c, 0x9e, 0x5c, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x5c, 0x76, 0x1c, 0x75, 0xdc, 0x75, 0xbc, 0x6d, 0x9c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x22, 0x71, 0x22, 0x50, 0x22, 0x51, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x35, 0x3b, 0x35, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x79, 0x54, 0xba, 0x5c, 0xdb, 0x5c, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x65, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x75, 0x1c, 0x75, 0x3c, 0x75, 0x3c, 0x75, 0x3c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x9c, 0x76, 0x1c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x96, 0x7c, 0xa6, 0x5c, 0xb6, 0x5c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x5c, 0xa6, 0x7c, 0x9e, 0x5c, 0x8e, 0x5b, 0x7e, 0x1b, 0x6d, 0x9c, 0x65, 0x3b, 0x5d, 0x1c, 0x54, 0xdb, 0x44, 0x79, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x18, 0x3c, 0x18, 0x3c, 0x17, 0x3b, 0xf7, 0x3b, 0xf7, 0x3b, 0xd6, 0x3b, 0xd6, 0x3b, 0xb6, 0x33, 0x34, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xb5, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x9c, 0x76, 0x1c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x9e, 0x5c, 0xa6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x7c, 0x9e, 0x5c, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x5c, 0x7e, 0x3c, 0x75, 0xfc, 0x75, 0xdc, 0x75, 0xbc, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x1c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbb, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, - 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0xb2, 0x3a, 0xf3, 0x43, 0x54, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xbb, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xfc, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x75, 0x3c, 0x75, 0x3c, 0x75, 0x5c, 0x7d, 0x7c, 0x7d, 0x9c, 0x7d, 0xfc, 0x7e, 0x3c, 0x7e, 0x5b, 0x86, 0x5b, 0x96, 0x5c, 0x9e, 0x7c, 0xae, 0x5c, 0xbe, 0x7c, 0xbe, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xae, 0x5c, 0x96, 0x5b, 0x76, 0x3b, 0x6d, 0xdb, 0x5d, 0x5c, 0x55, 0x3b, 0x4c, 0xdb, 0x44, 0x7a, 0x44, 0x59, 0x44, 0x59, 0x3c, 0x38, 0x3c, 0x18, 0x3c, 0x18, 0x3b, 0xf7, 0x3b, 0xf7, 0x3b, 0xf7, 0x3b, 0xd6, 0x33, 0x55, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x3c, 0x6d, 0x7c, 0x75, 0xfc, 0x7e, 0x5c, 0x86, 0x7b, 0x8e, 0x5b, 0x96, 0x5c, 0xa6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x7c, 0xb6, 0x7c, 0xb6, 0x7c, 0xbe, 0x7c, 0xae, 0x7c, 0x9e, 0x7c, 0x96, 0x5b, 0x8e, 0x7b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x3c, 0x76, 0x1c, 0x75, 0xfc, 0x75, 0xbc, 0x75, 0x9c, 0x75, 0x9c, 0x75, 0x9c, 0x75, 0x9c, 0x75, 0xdc, 0x75, 0xdc, 0x6d, 0x9c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0x38, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, - 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x59, 0x4c, 0x59, 0x4c, 0x39, 0x4c, 0x59, 0x54, 0x79, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xdb, 0x5c, 0xdc, 0x5d, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0x9c, 0x7d, 0x9c, 0x7d, 0xdc, 0x7e, 0x1c, 0x7e, 0x5c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x9e, 0x7c, 0xae, 0x7c, 0xbe, 0x7c, 0xbe, 0x7c, 0xbe, 0x7c, 0xbe, 0x7c, 0xb6, 0x7c, 0xae, 0x7c, 0x96, 0x5b, 0x7e, 0x5b, 0x6e, 0x1c, 0x5d, 0x9c, 0x55, 0x3b, 0x4c, 0xfc, 0x4c, 0xbb, 0x44, 0x9b, 0x44, 0x59, 0x44, 0x59, 0x44, 0x38, 0x3c, 0x38, 0x3c, 0x18, 0x3c, 0x17, 0x3b, 0xf7, 0x3b, 0xb6, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x37, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x64, 0xfc, 0x5d, 0x1c, 0x65, 0x1c, 0x6d, 0x9c, 0x76, 0x1c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x7b, 0x9e, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x7c, 0xb6, 0x7c, 0xbe, 0x7c, 0xb6, 0x5c, 0xb6, 0x7c, 0xae, 0x5c, 0x9e, 0x5c, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x5b, 0x7e, 0x3c, 0x7e, 0x1c, 0x7e, 0x1c, 0x7d, 0xdc, 0x7d, 0xdc, 0x75, 0xfc, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0xbc, 0x75, 0xdc, 0x6d, 0x7c, 0x6d, 0x3c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x71, - 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x7a, 0x54, 0x7a, 0x5c, 0x7b, 0x5c, 0x7b, 0x54, 0x7b, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0xbc, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x75, 0x5c, 0x75, 0x9c, 0x75, 0xbc, 0x75, 0xdc, 0x75, 0xfc, 0x76, 0x3c, 0x76, 0x3c, 0x76, 0x3c, 0x86, 0x5b, 0x8e, 0x5b, 0x9e, 0x7c, 0xa6, 0x7c, 0xb6, 0x7c, 0xb6, 0x5c, 0xb6, 0x7c, 0xae, 0x7c, 0x9e, 0x5c, 0x8e, 0x5b, 0x7e, 0x5b, 0x66, 0x1c, 0x65, 0xbc, 0x5d, 0x5c, 0x54, 0xfc, 0x4c, 0xbc, 0x4c, 0xbb, 0x44, 0x7a, 0x44, 0x59, 0x44, 0x59, 0x44, 0x38, 0x3c, 0x38, 0x3c, 0x18, 0x3b, 0xf7, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x74, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x58, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x5c, 0x6d, 0xdc, 0x76, 0x3c, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x9e, 0x5c, 0xa6, 0x5c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xb6, 0x5c, 0xae, 0x5c, 0x9e, 0x5c, 0x96, 0x5c, 0x8e, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x5c, 0x86, 0x1c, 0x86, 0x1c, 0x85, 0xdc, 0x7d, 0xbc, 0x7d, 0xbc, 0x7d, 0xbc, 0x7d, 0xbc, 0x75, 0xfc, 0x75, 0xfc, 0x75, 0xdc, 0x6d, 0x9c, 0x6d, 0x5c, 0x6d, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x91, 0x32, 0xd2, 0x3a, 0xf3, - 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x75, 0xbc, 0x75, 0xdc, 0x6d, 0xdc, 0x6d, 0xfc, 0x6e, 0x1c, 0x76, 0x1c, 0x76, 0x1c, 0x7e, 0x7b, 0x86, 0x7b, 0x8e, 0x5b, 0x96, 0x5c, 0x9e, 0x5c, 0x9e, 0x5c, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x7e, 0x5b, 0x66, 0x1c, 0x5d, 0xdc, 0x5d, 0x5b, 0x55, 0x3c, 0x4c, 0xdc, 0x4c, 0x9b, 0x44, 0x7a, 0x44, 0x7a, 0x44, 0x5a, 0x44, 0x59, 0x44, 0x38, 0x3c, 0x18, 0x3b, 0x96, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x74, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x7c, 0x6d, 0xfc, 0x76, 0x3b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x9e, 0x5c, 0xa6, 0x5c, 0xae, 0x7c, 0xae, 0x5c, 0xae, 0x5c, 0xae, 0x5c, 0xae, 0x7c, 0x9e, 0x5c, 0x96, 0x5b, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x5c, 0x86, 0x3c, 0x85, 0xdc, 0x85, 0xdc, 0x85, 0xdc, 0x85, 0xbc, 0x85, 0xbc, 0x85, 0xbc, 0x7d, 0xfc, 0x7e, 0x1c, 0x75, 0xfc, 0x75, 0xdc, 0x75, 0x9c, 0x6d, 0x7c, 0x6d, 0x5c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0x7a, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x32, 0xd2, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, - 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xfc, 0x5d, 0x1c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xdc, 0x6d, 0xfc, 0x6d, 0xbc, 0x75, 0xdc, 0x7e, 0x3c, 0x7e, 0x5b, 0x86, 0x7b, 0x86, 0x7b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x7b, 0x76, 0x3b, 0x65, 0xdc, 0x5d, 0xbc, 0x5d, 0x5c, 0x55, 0x1c, 0x54, 0xfc, 0x4c, 0xbb, 0x4c, 0xbb, 0x44, 0x9a, 0x44, 0x7a, 0x44, 0x59, 0x44, 0x59, 0x3b, 0xf7, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x13, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x58, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xdc, 0x5d, 0x1c, 0x65, 0x3c, 0x6d, 0x9c, 0x6e, 0x1c, 0x76, 0x7b, 0x86, 0x5b, 0x86, 0x5b, 0x8e, 0x5b, 0x96, 0x5c, 0xa6, 0x5c, 0xae, 0x5c, 0xae, 0x7c, 0xa6, 0x5c, 0xa6, 0x7c, 0x9e, 0x5c, 0x96, 0x7c, 0x96, 0x5b, 0x8e, 0x5b, 0x86, 0x7b, 0x86, 0x5b, 0x86, 0x7b, 0x86, 0x5c, 0x85, 0xfc, 0x85, 0xbc, 0x85, 0xbc, 0x85, 0x9c, 0x85, 0x9c, 0x85, 0xdc, 0x85, 0xfc, 0x7e, 0x1c, 0x7d, 0xfc, 0x75, 0xdc, 0x75, 0xbc, 0x6d, 0x9c, 0x6d, 0x5c, 0x6d, 0x7c, 0x65, 0x3b, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x64, 0xfc, 0x54, 0x59, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x3a, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, - 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x5c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x9c, 0x7e, 0x1c, 0x7e, 0x3c, 0x75, 0xdc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x3c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0xfc, 0x76, 0x3c, 0x76, 0x1b, 0x76, 0x3c, 0x76, 0x3c, 0x6d, 0xfc, 0x65, 0xdc, 0x5d, 0x5b, 0x55, 0x3c, 0x55, 0x1c, 0x54, 0xdc, 0x4c, 0xdc, 0x4c, 0x9b, 0x44, 0x9b, 0x44, 0x7a, 0x44, 0x7a, 0x44, 0x39, 0x43, 0xd7, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x13, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x3c, 0x6d, 0xbc, 0x6e, 0x1c, 0x7e, 0x5b, 0x86, 0x5b, 0x86, 0x7b, 0x8e, 0x7b, 0x96, 0x7c, 0x9e, 0x7c, 0xa6, 0x7c, 0xa6, 0x7c, 0x9e, 0x5c, 0x9e, 0x5c, 0x96, 0x7b, 0x96, 0x5b, 0x8e, 0x5b, 0x8e, 0x5b, 0x86, 0x7b, 0x86, 0x5b, 0x86, 0x5c, 0x86, 0x1c, 0x85, 0xdc, 0x85, 0x9c, 0x85, 0xbc, 0x8d, 0xfc, 0x8e, 0x1c, 0x8d, 0xfc, 0x85, 0xfc, 0x85, 0xfc, 0x7d, 0xdc, 0x75, 0xdc, 0x75, 0xbc, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0xbc, 0x6d, 0x9c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x32, 0xf4, 0x33, 0x13, 0x32, 0xf3, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xb2, 0x32, 0xd2, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x7c, 0x6d, 0x9c, 0x7e, 0x3c, 0x7e, 0x5c, 0x75, 0xdc, 0x6d, 0x7c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0x1c, 0x65, 0x3c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x9c, 0x65, 0x9c, 0x5d, 0x5c, 0x55, 0x1c, 0x55, 0x1c, 0x55, 0x1c, 0x4c, 0xdc, 0x4c, 0xbc, 0x4c, 0xbb, 0x4c, 0xbb, 0x44, 0x9b, 0x44, 0x7b, 0x44, 0x59, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x13, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xdc, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x7c, 0x6d, 0xfc, 0x76, 0x3b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x7b, 0x8e, 0x5b, 0x96, 0x5b, 0x96, 0x7c, 0x96, 0x7c, 0x96, 0x7b, 0x96, 0x5b, 0x8e, 0x5b, 0x8e, 0x7b, 0x86, 0x5b, 0x86, 0x7b, 0x86, 0x7b, 0x86, 0x5b, 0x7e, 0x1c, 0x85, 0xdc, 0x85, 0xdc, 0x85, 0xfc, 0x8d, 0xfc, 0x8d, 0xfc, 0x8e, 0x1c, 0x8d, 0xfc, 0x85, 0xfc, 0x85, 0xdc, 0x7d, 0xdc, 0x75, 0xdc, 0x75, 0xbc, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xdc, 0x65, 0x9c, 0x65, 0x5c, 0x65, 0x5c, 0x5c, 0xfa, 0x43, 0xb5, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x17, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x2a, 0x91, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x65, 0x5c, 0x65, 0x5c, 0x75, 0xfc, 0x7e, 0x7c, 0x75, 0xfc, 0x6d, 0x9c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x55, 0x1c, 0x54, 0xfc, 0x54, 0xdc, 0x4c, 0xdc, 0x4c, 0xbc, 0x4c, 0xbc, 0x4c, 0x9c, 0x4c, 0x9c, 0x4c, 0x9b, 0x44, 0x17, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xfc, 0x5d, 0x3c, 0x65, 0x7c, 0x6d, 0xfc, 0x76, 0x5b, 0x7e, 0x5b, 0x86, 0x5b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x7b, 0x7e, 0x5b, 0x86, 0x7b, 0x7e, 0x3c, 0x7e, 0x3c, 0x86, 0x3c, 0x85, 0xfc, 0x85, 0xbc, 0x85, 0x9c, 0x8d, 0xfc, 0x8e, 0x1c, 0x8e, 0x1c, 0x85, 0xfc, 0x7d, 0xdc, 0x7d, 0xdc, 0x75, 0xdc, 0x6d, 0xbc, 0x6d, 0x5c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x7c, 0x65, 0x7c, 0x5c, 0xfa, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x19, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x7b, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x6d, 0x3c, 0x65, 0x5c, 0x6d, 0x7c, 0x75, 0xbc, 0x6d, 0xbc, 0x65, 0x9c, 0x65, 0x3c, 0x5d, 0x3c, 0x6d, 0x7c, 0x75, 0xfc, 0x6d, 0xbc, 0x6d, 0x7c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x5d, 0x3c, 0x5d, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x54, 0xfc, 0x4c, 0xfc, 0x4c, 0xfc, 0x4c, 0xfc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xbc, 0x4c, 0xbc, 0x4c, 0xbc, 0x4c, 0x79, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xdc, 0x5d, 0x1c, 0x65, 0x5c, 0x6d, 0xdc, 0x76, 0x3c, 0x7e, 0x5b, 0x7e, 0x7b, 0x86, 0x7b, 0x86, 0x5b, 0x86, 0x7b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x86, 0x5b, 0x7e, 0x7b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x7b, 0x86, 0x7b, 0x7e, 0x3c, 0x85, 0xfc, 0x85, 0xdc, 0x85, 0x9c, 0x85, 0x9c, 0x85, 0xbc, 0x8d, 0xfc, 0x8d, 0xfc, 0x85, 0xdc, 0x7d, 0xdc, 0x75, 0xdc, 0x75, 0xdc, 0x6d, 0x9c, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x5c, 0xda, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, - 0x32, 0x92, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xbc, 0x65, 0x9c, 0x65, 0x7c, 0x5d, 0x3c, 0x5d, 0x3c, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x7c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0x1c, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xbc, 0x4c, 0x9b, 0x4c, 0x38, 0x54, 0x17, 0x54, 0x37, 0x5c, 0x17, 0x5c, 0x17, 0x5c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x53, 0xf7, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0x95, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x34, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x5a, 0x4c, 0x7b, 0x4c, 0x9c, 0x54, 0xdc, 0x5d, 0x1c, 0x65, 0x5c, 0x6d, 0x9c, 0x6d, 0xfc, 0x76, 0x5b, 0x7e, 0x7b, 0x7e, 0x7b, 0x7e, 0x7b, 0x7e, 0x7b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x7b, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5a, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5c, 0x7e, 0x1c, 0x7d, 0xfc, 0x7d, 0x9c, 0x7d, 0x7c, 0x85, 0x7c, 0x85, 0x9c, 0x85, 0xdc, 0x85, 0xfc, 0x7d, 0xfc, 0x75, 0xdc, 0x75, 0xdc, 0x75, 0xbc, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x5d, 0x3c, 0x54, 0xba, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, - 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf8, 0x4c, 0x19, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0xdc, 0x6d, 0xbc, 0x65, 0x9c, 0x65, 0x5c, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x7c, 0x6d, 0xbc, 0x65, 0x7c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x5c, 0xfc, 0x54, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x54, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0x9a, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x5c, 0x38, 0x5c, 0x38, 0x5c, 0x37, 0x5c, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4b, 0xd6, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x5a, 0x4c, 0x7b, 0x4c, 0x9c, 0x54, 0xdc, 0x5c, 0xfc, 0x5d, 0x3c, 0x65, 0x7c, 0x6d, 0xbc, 0x6d, 0xfc, 0x76, 0x5c, 0x7e, 0x7c, 0x7e, 0x5b, 0x7e, 0x5b, 0x7e, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x76, 0x5b, 0x7e, 0x5c, 0x7e, 0x3c, 0x7d, 0xfc, 0x7d, 0x9c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0xbc, 0x7d, 0xdc, 0x75, 0xfc, 0x75, 0xdc, 0x6d, 0xdc, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x5d, 0x3c, 0x54, 0x99, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf8, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xdb, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xdc, 0x6d, 0xbc, 0x65, 0x5c, 0x65, 0x3c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x55, 0x3c, 0x5d, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xbc, 0x4c, 0xdc, 0x54, 0xdc, 0x54, 0xdb, 0x54, 0x7a, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x53, 0xf7, 0x43, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x13, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x44, 0x18, 0x44, 0x18, 0x44, 0x39, 0x44, 0x5a, 0x44, 0x7a, 0x4c, 0x9b, 0x54, 0xdc, 0x5c, 0xfc, 0x5d, 0x3c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0xdc, 0x76, 0x1c, 0x76, 0x3c, 0x76, 0x5c, 0x76, 0x5c, 0x76, 0x5c, 0x76, 0x5c, 0x6e, 0x5c, 0x76, 0x5c, 0x6e, 0x5b, 0x6e, 0x5b, 0x76, 0x5c, 0x76, 0x5c, 0x76, 0x3c, 0x76, 0x1c, 0x75, 0xbc, 0x75, 0x9c, 0x75, 0x7c, 0x75, 0x9c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x9c, 0x75, 0xbc, 0x75, 0xdc, 0x75, 0xbc, 0x6d, 0x7c, 0x65, 0x3c, 0x65, 0x3b, 0x65, 0x3c, 0x54, 0x99, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x9a, 0x5c, 0xbb, 0x64, 0xdb, 0x64, 0xfc, 0x65, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0xbc, 0x75, 0xdc, 0x6d, 0xbc, 0x65, 0x5c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x5c, 0x5d, 0x3c, 0x55, 0x3c, 0x54, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0x9b, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x59, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x58, 0x53, 0xf7, 0x4b, 0xd6, 0x43, 0x95, 0x43, 0x74, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x44, 0x17, 0x44, 0x18, 0x44, 0x38, 0x44, 0x39, 0x44, 0x7a, 0x4c, 0x9a, 0x4c, 0xbb, 0x54, 0xfc, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x5c, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0xfc, 0x6e, 0x1c, 0x6e, 0x1c, 0x6d, 0xfc, 0x6d, 0xfc, 0x6e, 0x1c, 0x6e, 0x1c, 0x6e, 0x3c, 0x6e, 0x5c, 0x76, 0x3c, 0x76, 0x3c, 0x75, 0xdc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x7c, 0x65, 0x1c, 0x65, 0x3c, 0x5d, 0x3c, 0x54, 0x58, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x19, 0x54, 0x39, 0x54, 0x7b, 0x5c, 0x7c, 0x5c, 0xbc, 0x64, 0xdc, 0x64, 0xbb, 0x64, 0xbb, 0x5c, 0xbb, 0x64, 0xdb, 0x64, 0xfc, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x75, 0x3c, 0x6d, 0x3c, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xdc, 0x75, 0xfc, 0x6d, 0xbc, 0x5d, 0x5c, 0x5d, 0x5c, 0x5d, 0x5c, 0x5d, 0x5c, 0x5d, 0x3c, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x54, 0xfc, 0x5c, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0x9b, 0x5c, 0x7a, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x13, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0x92, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x44, 0x18, 0x44, 0x38, 0x44, 0x58, 0x44, 0x59, 0x44, 0x7a, 0x4c, 0xbb, 0x54, 0xdc, 0x54, 0xfc, 0x5d, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x7c, 0x6d, 0x9c, 0x65, 0xbc, 0x65, 0xbc, 0x65, 0x9c, 0x65, 0x9c, 0x65, 0xbc, 0x65, 0xdc, 0x65, 0xfc, 0x6e, 0x1c, 0x6e, 0x3c, 0x6e, 0x1c, 0x6d, 0x9c, 0x65, 0x7c, 0x6d, 0x7c, 0x65, 0x9c, 0x6d, 0x7c, 0x65, 0x9c, 0x65, 0x9c, 0x65, 0x9c, 0x65, 0x7c, 0x65, 0x5c, 0x65, 0x1c, 0x65, 0x1c, 0x5d, 0x3c, 0x4c, 0x17, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x3a, 0xf3, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4c, 0x18, 0x54, 0x5a, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0x9c, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x7c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0xdc, 0x6d, 0xdc, 0x6d, 0xbc, 0x5d, 0x5c, 0x5d, 0x7c, 0x5d, 0x5c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x54, 0xdc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xfc, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xdb, 0x54, 0xfb, 0x54, 0xfb, 0x4c, 0xdc, 0x44, 0x9a, 0x43, 0xf7, 0x3b, 0x95, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x3b, 0x95, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x54, 0x43, 0x74, 0x3b, 0x34, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf2, 0x32, 0xf2, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x3b, 0xf7, 0x3c, 0x18, 0x3c, 0x18, 0x44, 0x38, 0x44, 0x59, 0x4c, 0x79, 0x4c, 0x9a, 0x4c, 0xdb, 0x54, 0xdb, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x9c, 0x65, 0xbc, 0x65, 0xdc, 0x65, 0xdc, 0x6d, 0xdc, 0x65, 0x9c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x9c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x5c, 0x65, 0x3c, 0x5c, 0xfc, 0x64, 0xdc, 0x5d, 0x1c, 0x4b, 0xf6, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, - 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x3b, 0x13, 0x3a, 0xf4, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x5c, 0x7b, 0x5c, 0x9c, 0x64, 0xbc, 0x64, 0xdc, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x7c, 0x7d, 0x9c, 0x75, 0x9c, 0x75, 0x9c, 0x6d, 0x9c, 0x6d, 0x7c, 0x65, 0x7c, 0x65, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0xdc, 0x6d, 0xdc, 0x65, 0x7c, 0x5d, 0x5c, 0x5d, 0x3c, 0x5c, 0xfc, 0x55, 0x1c, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x54, 0xdc, 0x44, 0x9a, 0x3c, 0xba, 0x3c, 0x99, 0x3c, 0x9a, 0x3c, 0xba, 0x44, 0x79, 0x3b, 0x55, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3a, 0xf3, 0x32, 0xd2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xf3, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xd7, 0x3b, 0xd7, 0x3b, 0xf7, 0x3c, 0x18, 0x3c, 0x18, 0x3c, 0x38, 0x44, 0x38, 0x44, 0x79, 0x4c, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x5c, 0x65, 0x7c, 0x65, 0xbc, 0x65, 0x7c, 0x65, 0x7c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x43, 0xf6, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x33, 0x13, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x50, - 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x2a, 0x51, 0x32, 0x92, 0x32, 0xd2, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xdc, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x75, 0x5c, 0x75, 0x7c, 0x7d, 0x9c, 0x7d, 0xbc, 0x7d, 0xdc, 0x7d, 0xdc, 0x75, 0xdc, 0x6d, 0xdc, 0x65, 0xbc, 0x65, 0x9c, 0x65, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0xbc, 0x65, 0x7c, 0x5d, 0x3b, 0x5d, 0x1c, 0x5d, 0x1b, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x44, 0xba, 0x3c, 0xba, 0x3c, 0x9a, 0x3c, 0xba, 0x3c, 0x9a, 0x3b, 0xf6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xf7, 0x43, 0xf8, 0x44, 0x18, 0x44, 0x38, 0x4c, 0x59, 0x4c, 0x79, 0x4c, 0x7a, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x64, 0xfc, 0x5c, 0xdc, 0x64, 0xdc, 0x4b, 0xd6, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x54, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, - 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x9c, 0x64, 0xbc, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0x9c, 0x7d, 0xdc, 0x85, 0xfc, 0x7e, 0x1c, 0x7e, 0x3c, 0x76, 0x3c, 0x6d, 0xfc, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0x9c, 0x6d, 0xbc, 0x65, 0x3b, 0x65, 0x3c, 0x5d, 0x3c, 0x5d, 0x1c, 0x5c, 0xfc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x65, 0x1c, 0x5d, 0x5b, 0x3c, 0x79, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0x78, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xf8, 0x44, 0x18, 0x44, 0x38, 0x4c, 0x59, 0x4c, 0x79, 0x4c, 0x7a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x3c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x65, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x5c, 0xfc, 0x5c, 0xbc, 0x5c, 0xbc, 0x43, 0xd6, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x30, - 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x70, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x59, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xbc, 0x64, 0xdc, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x75, 0x9c, 0x75, 0xbc, 0x7d, 0xdc, 0x7e, 0x1c, 0x86, 0x1c, 0x86, 0x3c, 0x7e, 0x5c, 0x76, 0x5c, 0x76, 0x3c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x9c, 0x75, 0x9c, 0x65, 0x1b, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5d, 0x5c, 0x55, 0x1b, 0x3c, 0x9a, 0x3c, 0xda, 0x44, 0x79, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xf8, 0x44, 0x18, 0x44, 0x38, 0x44, 0x58, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x43, 0xd6, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, - 0x22, 0x30, 0x22, 0x50, 0x22, 0x2f, 0x22, 0x30, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0x7c, 0x75, 0x9c, 0x75, 0xdc, 0x7e, 0x1c, 0x7e, 0x3c, 0x7e, 0x3c, 0x86, 0x5c, 0x86, 0x5c, 0x7e, 0x7c, 0x76, 0x5c, 0x76, 0x1c, 0x6d, 0xbc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x75, 0x9c, 0x75, 0x9c, 0x65, 0x3b, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5d, 0x5c, 0x5d, 0x7c, 0x44, 0xda, 0x3c, 0x79, 0x44, 0x17, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf2, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3c, 0x17, 0x44, 0x18, 0x44, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0xbb, 0x5c, 0xdb, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x4b, 0xd6, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, - 0x22, 0x30, 0x22, 0x0f, 0x2a, 0x50, 0x32, 0x91, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x9c, 0x75, 0xbc, 0x75, 0xfc, 0x76, 0x1c, 0x7e, 0x5c, 0x86, 0x7c, 0x86, 0x7b, 0x8e, 0x7c, 0x86, 0x7c, 0x7e, 0x7c, 0x7e, 0x5c, 0x76, 0x1c, 0x6d, 0xbc, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0x7c, 0x75, 0x7c, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xfc, 0x5d, 0x5c, 0x5d, 0x7c, 0x5d, 0x5b, 0x44, 0x79, 0x43, 0xf7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xf7, 0x44, 0x18, 0x44, 0x18, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xbc, 0x54, 0xbc, 0x5c, 0xbc, 0x54, 0x9c, 0x4b, 0xd7, 0x3b, 0x14, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x17, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4b, 0xf7, 0x54, 0x17, 0x43, 0x55, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, - 0x22, 0x2f, 0x2a, 0x50, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf8, 0x43, 0xf7, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0xbc, 0x5c, 0xdc, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0xdc, 0x75, 0xfc, 0x76, 0x1c, 0x76, 0x3c, 0x7e, 0x5c, 0x7e, 0x7c, 0x86, 0x7b, 0x86, 0x7b, 0x86, 0x7b, 0x7e, 0x7c, 0x7e, 0x7c, 0x76, 0x5c, 0x6d, 0xdc, 0x6d, 0x9c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x3b, 0x5d, 0x1c, 0x5d, 0x1b, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0xfb, 0x5d, 0x5c, 0x5d, 0x7c, 0x5d, 0x7c, 0x54, 0xda, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x74, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb7, 0x3b, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9c, 0x54, 0x9c, 0x54, 0x7b, 0x54, 0x39, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x2f, - 0x22, 0x30, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xfc, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0xbc, 0x6d, 0xdc, 0x76, 0x3c, 0x76, 0x3c, 0x7e, 0x3c, 0x7e, 0x5c, 0x7e, 0x7c, 0x7e, 0x7b, 0x86, 0x7b, 0x86, 0x7b, 0x86, 0x7b, 0x7e, 0x7b, 0x76, 0x7c, 0x76, 0x3c, 0x6d, 0xdc, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0x5c, 0x6d, 0x5c, 0x65, 0x3b, 0x65, 0x3c, 0x65, 0x1b, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0xdb, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xfb, 0x5d, 0x5c, 0x5d, 0x7c, 0x5d, 0x5c, 0x5c, 0xfa, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x16, 0x4c, 0x16, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7a, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x5c, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x39, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x2f, - 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x43, 0xb6, 0x43, 0xd7, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x38, 0x54, 0x59, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xfc, 0x65, 0x3c, 0x6d, 0x7c, 0x6d, 0xdc, 0x76, 0x3c, 0x76, 0x5c, 0x7e, 0x7c, 0x7e, 0x5c, 0x7e, 0x5c, 0x7e, 0x7c, 0x7e, 0x7c, 0x7e, 0x7b, 0x86, 0x7b, 0x86, 0x7b, 0x7e, 0x7b, 0x76, 0x7c, 0x76, 0x3c, 0x6d, 0xdc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x1c, 0x6d, 0x3c, 0x75, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x65, 0x3b, 0x65, 0x1b, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0xfb, 0x5d, 0x7c, 0x5d, 0x9c, 0x65, 0x9c, 0x5c, 0xd9, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x55, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x5a, 0x4c, 0x7a, 0x4c, 0x7a, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0x9c, 0x54, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x54, 0x9b, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x3a, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x43, 0x55, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x2f, 0x2a, 0x50, - 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x59, 0x5c, 0x9a, 0x5c, 0xdc, 0x65, 0x1c, 0x6d, 0x5c, 0x6d, 0xdc, 0x76, 0x3c, 0x7e, 0x7c, 0x7e, 0x7b, 0x7e, 0x7b, 0x86, 0x7c, 0x86, 0x7c, 0x86, 0x7c, 0x86, 0x5c, 0x7e, 0x7c, 0x7e, 0x7c, 0x86, 0x7b, 0x86, 0x7b, 0x7e, 0x7b, 0x76, 0x3c, 0x6d, 0xfc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x3b, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xfb, 0x5d, 0x7c, 0x65, 0x9c, 0x65, 0x5c, 0x5c, 0xb9, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb1, 0x32, 0xb1, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x55, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x7a, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x5a, 0x4c, 0x7a, 0x4c, 0x7a, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9c, 0x54, 0x9c, 0x54, 0x5a, 0x54, 0x59, 0x5c, 0x7a, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0x9c, 0x54, 0x7a, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x43, 0x75, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, - 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xd7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x5c, 0x7a, 0x64, 0xdc, 0x65, 0x3c, 0x6d, 0x9c, 0x76, 0x5c, 0x7e, 0x9c, 0x86, 0x7b, 0x8e, 0x9b, 0x8e, 0x9b, 0x8e, 0x9b, 0x8e, 0x9b, 0x86, 0x7c, 0x86, 0x7c, 0x86, 0x5c, 0x86, 0x5c, 0x86, 0x7c, 0x86, 0x7b, 0x7e, 0x9b, 0x7e, 0x7b, 0x76, 0x1d, 0x6d, 0xdc, 0x6d, 0x9c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x75, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x3b, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xba, 0x5c, 0xfb, 0x5d, 0x7c, 0x65, 0x7c, 0x65, 0x7b, 0x5c, 0x78, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xb5, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0xb1, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9b, 0x54, 0x9b, 0x54, 0x7c, 0x54, 0x7c, 0x54, 0x7c, 0x54, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbb, 0x54, 0x7a, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x7a, 0x54, 0x9b, 0x54, 0x39, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0x9b, 0x54, 0x17, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4c, 0x18, 0x54, 0x38, 0x5c, 0x7a, 0x64, 0xdc, 0x6d, 0x3c, 0x75, 0xbc, 0x7e, 0x7c, 0x8e, 0x9b, 0x9e, 0x9c, 0x9e, 0x7c, 0xa6, 0x9c, 0x9e, 0x7c, 0x9e, 0x9c, 0x96, 0x7c, 0x8e, 0x9c, 0x8e, 0x7c, 0x86, 0x7c, 0x86, 0x5c, 0x86, 0x7c, 0x86, 0x7b, 0x7e, 0x7b, 0x76, 0x5c, 0x6d, 0xfc, 0x6d, 0x9c, 0x6d, 0x7c, 0x6d, 0x3c, 0x6d, 0x1c, 0x6d, 0x3c, 0x75, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x1b, 0x5c, 0xdb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0x9a, 0x54, 0xba, 0x5c, 0xfb, 0x65, 0x7c, 0x65, 0xbc, 0x65, 0x5b, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xf3, 0x3b, 0x14, 0x43, 0x75, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xdc, 0x5c, 0x9b, 0x54, 0x79, 0x4c, 0x59, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x18, 0x4b, 0xf7, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x5c, 0x7a, 0x5c, 0x9b, 0x64, 0x9a, 0x54, 0x17, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x54, 0x38, 0x54, 0x79, 0x64, 0xdc, 0x6d, 0x3c, 0x75, 0x9c, 0x86, 0x7c, 0x96, 0x9b, 0xae, 0x9c, 0xbe, 0x9c, 0xbe, 0x7c, 0xbe, 0x9c, 0xb6, 0x9c, 0xae, 0x9c, 0x9e, 0x9c, 0x8e, 0x9c, 0x8e, 0x7c, 0x86, 0x5c, 0x86, 0x5c, 0x7e, 0x5c, 0x7e, 0x7c, 0x7e, 0x7c, 0x76, 0x3c, 0x6d, 0xdc, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x5c, 0xfa, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x5d, 0x3b, 0x65, 0x9c, 0x6d, 0x7c, 0x65, 0x1a, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x37, 0x5c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xb5, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xd3, 0x3b, 0x34, 0x43, 0x96, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xdd, 0x5c, 0xbc, 0x5c, 0x9b, 0x54, 0x79, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9a, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x18, 0x4b, 0xb6, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x4c, 0x18, 0x54, 0x79, 0x5c, 0xbb, 0x65, 0x1c, 0x75, 0x9c, 0x86, 0x7c, 0x96, 0x9b, 0xae, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xae, 0x7c, 0x9e, 0x9c, 0x96, 0x9c, 0x8e, 0x5c, 0x86, 0x3c, 0x86, 0x1c, 0x7e, 0x5c, 0x7e, 0x7c, 0x7e, 0x7c, 0x76, 0x3c, 0x6d, 0xbc, 0x6d, 0x5c, 0x6d, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x1b, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x5d, 0x3b, 0x65, 0x9c, 0x6d, 0xdc, 0x65, 0x1a, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x38, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x57, 0x54, 0x57, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf6, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x3b, 0x54, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xbc, 0x5c, 0x9b, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x39, 0x5c, 0x7a, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x18, 0x5c, 0x59, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, - 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x54, 0x38, 0x5c, 0x9a, 0x65, 0x1c, 0x75, 0x7c, 0x7e, 0x3c, 0x8e, 0x9b, 0xa6, 0x9c, 0xc6, 0x9c, 0xbe, 0x7c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xb6, 0x9c, 0x9e, 0x9c, 0x96, 0x7c, 0x8e, 0x1c, 0x86, 0x1c, 0x86, 0x3c, 0x7e, 0x7c, 0x7e, 0x7c, 0x76, 0x3c, 0x6d, 0xbc, 0x6d, 0x7c, 0x6d, 0x3c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x3c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x5c, 0xda, 0x54, 0x7a, 0x54, 0x79, 0x54, 0xba, 0x65, 0x9c, 0x6d, 0x9c, 0x6d, 0x5c, 0x65, 0x3b, 0x54, 0x58, 0x54, 0x79, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x57, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x71, 0x3a, 0xf3, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbb, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x64, 0xbd, 0x54, 0x5a, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x4b, 0xf8, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xd7, 0x4c, 0x17, 0x54, 0x17, 0x5c, 0x59, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, - 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0xb6, 0x43, 0xb7, 0x43, 0xf7, 0x4c, 0x18, 0x54, 0x79, 0x5c, 0xdc, 0x6d, 0x5c, 0x7e, 0x1c, 0x8e, 0x9c, 0xa6, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xb6, 0x9c, 0x9e, 0x7c, 0x96, 0x5c, 0x8e, 0x1c, 0x86, 0x1c, 0x86, 0x5c, 0x7e, 0x7c, 0x76, 0x5c, 0x6d, 0xdc, 0x65, 0x5c, 0x65, 0x1c, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x64, 0xfb, 0x54, 0x9a, 0x54, 0x79, 0x5c, 0xfa, 0x65, 0x9c, 0x65, 0x7c, 0x6d, 0x9c, 0x65, 0x3b, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x57, 0x54, 0x57, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0x92, 0x32, 0xb1, 0x32, 0xb1, 0x32, 0x91, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x91, 0x3b, 0x34, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0x9b, 0x54, 0x39, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x5c, 0x59, 0x5c, 0x58, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x94, 0x43, 0x74, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, - 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x50, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4c, 0x17, 0x54, 0x58, 0x5c, 0x9a, 0x65, 0x1c, 0x75, 0x9c, 0x86, 0x7c, 0x9e, 0x9c, 0xb6, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xae, 0x9c, 0x96, 0x7c, 0x8e, 0x5c, 0x86, 0x1c, 0x86, 0x3c, 0x7e, 0x7c, 0x7e, 0x7c, 0x75, 0xdc, 0x6d, 0x7c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xba, 0x54, 0x99, 0x5d, 0x3b, 0x65, 0x7c, 0x6d, 0x9c, 0x6d, 0x9c, 0x65, 0x1b, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x79, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x57, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x37, 0x4b, 0xf6, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x32, 0xd2, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x64, 0xbc, 0x5c, 0x7a, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x18, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x54, 0x38, 0x64, 0x9a, 0x43, 0x55, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x94, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, - 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xd6, 0x43, 0xd7, 0x4c, 0x18, 0x54, 0x79, 0x5c, 0xdc, 0x65, 0x5d, 0x76, 0x1c, 0x8e, 0x9b, 0xae, 0x9c, 0xc6, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xa6, 0x9c, 0x96, 0x7c, 0x8e, 0x3c, 0x86, 0x3c, 0x7e, 0x5c, 0x7e, 0x5c, 0x75, 0xfc, 0x6d, 0x7c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdb, 0x54, 0x99, 0x65, 0x5c, 0x65, 0x7c, 0x65, 0x5c, 0x6d, 0x7c, 0x65, 0x3b, 0x54, 0x7a, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x4c, 0x59, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb1, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x0f, 0x2a, 0x50, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x54, 0x17, 0x4c, 0x37, 0x54, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9b, 0x64, 0x9c, 0x64, 0xbb, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xd6, 0x54, 0x18, 0x54, 0x59, 0x4b, 0xb7, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x34, 0x43, 0x54, 0x43, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, - 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x54, 0x58, 0x5c, 0x9a, 0x64, 0xfc, 0x6d, 0x9c, 0x7e, 0x7c, 0x96, 0x9c, 0xb6, 0x9c, 0xc6, 0x9d, 0xbe, 0x9d, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9c, 0xbe, 0x9d, 0xbe, 0x9d, 0xb6, 0x9c, 0x9e, 0x9c, 0x8e, 0x7c, 0x86, 0x3c, 0x7e, 0x3c, 0x7e, 0x1c, 0x75, 0xfc, 0x75, 0x9c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xba, 0x65, 0x9c, 0x65, 0x5c, 0x65, 0x7c, 0x65, 0x9c, 0x65, 0x3b, 0x5c, 0x9a, 0x5c, 0xbb, 0x54, 0x9a, 0x54, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x37, 0x4c, 0x17, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x2f, 0x2a, 0x70, 0x3a, 0xf3, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x54, 0x17, 0x54, 0x37, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x9a, 0x64, 0xdc, 0x64, 0xfc, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x1c, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0x7b, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x64, 0xbb, 0x54, 0x18, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0x96, 0x43, 0xb6, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf7, 0x3b, 0x54, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, - 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x71, 0x22, 0x30, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4c, 0x17, 0x54, 0x59, 0x5c, 0xbb, 0x65, 0x3c, 0x75, 0xdc, 0x86, 0x9c, 0x9e, 0x9c, 0xbe, 0x9d, 0xc6, 0x9d, 0xbe, 0x9d, 0xbe, 0x9c, 0xbe, 0x9d, 0xbe, 0x9d, 0xbe, 0x9d, 0xae, 0x9c, 0x96, 0x9c, 0x8e, 0x7c, 0x86, 0x3c, 0x7e, 0x3c, 0x76, 0x1d, 0x75, 0xfc, 0x75, 0x9c, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x5d, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x1c, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x17, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x2f, 0x2a, 0x71, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0xb5, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xf7, 0x54, 0x17, 0x5c, 0x58, 0x5c, 0x79, 0x64, 0xda, 0x65, 0x1c, 0x6d, 0x3c, 0x75, 0x9c, 0x7d, 0xdc, 0x7e, 0x3c, 0x86, 0x5c, 0x86, 0x5c, 0x7e, 0x1c, 0x7d, 0xbc, 0x75, 0x7c, 0x6d, 0x3d, 0x64, 0xdc, 0x5c, 0x9c, 0x5c, 0x7b, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x9b, 0x54, 0x18, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4c, 0x18, 0x43, 0xb6, 0x43, 0x76, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, - 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x50, 0x1a, 0x0f, 0x1a, 0x2f, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4c, 0x18, 0x54, 0x7a, 0x5c, 0xdc, 0x6d, 0x3c, 0x76, 0x1c, 0x8e, 0x9c, 0xa6, 0x9c, 0xbe, 0x9d, 0xbe, 0x9d, 0xbe, 0x9d, 0xbe, 0x9d, 0xc6, 0x9d, 0xbe, 0x9d, 0xae, 0x9c, 0x96, 0x9c, 0x8e, 0x9c, 0x86, 0x3c, 0x7e, 0x1c, 0x75, 0xfd, 0x75, 0xdd, 0x75, 0x7c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x3c, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xdb, 0x54, 0x9a, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x4c, 0x79, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x0f, 0x2a, 0x71, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0xb5, 0x4b, 0xb6, 0x4b, 0xd6, 0x54, 0x17, 0x5c, 0x37, 0x5c, 0x78, 0x64, 0xda, 0x6d, 0x1c, 0x75, 0x7d, 0x7d, 0xdc, 0x86, 0x7c, 0x8e, 0x9c, 0x96, 0x9c, 0x96, 0x9c, 0x8e, 0x9c, 0x8e, 0x7c, 0x86, 0x3c, 0x7d, 0xbd, 0x6d, 0x1c, 0x64, 0xdc, 0x5c, 0x9c, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9b, 0x4c, 0x17, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xb6, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, - 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x1a, 0x0f, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x38, 0x54, 0x7a, 0x5c, 0xdc, 0x6d, 0x5c, 0x7e, 0x1c, 0x8e, 0x9c, 0x9e, 0x9c, 0xbe, 0x9c, 0xc6, 0x9d, 0xbe, 0x9d, 0xbe, 0x9d, 0xbe, 0x9d, 0xa6, 0x9c, 0x96, 0x9c, 0x8e, 0x9c, 0x7e, 0x5d, 0x7d, 0xfc, 0x75, 0xfd, 0x75, 0xdd, 0x6d, 0x7c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x3c, 0x65, 0x5c, 0x5d, 0x1c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x1c, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xba, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x4c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x2f, 0x2a, 0x91, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb5, 0x4b, 0xd6, 0x4b, 0xf6, 0x54, 0x37, 0x5c, 0x58, 0x64, 0xba, 0x6d, 0x1c, 0x75, 0x7d, 0x7e, 0x3d, 0x8e, 0x7c, 0x96, 0x9c, 0x9e, 0x9c, 0xa6, 0x9c, 0xa6, 0x9c, 0x9e, 0x9c, 0x96, 0x9c, 0x86, 0x5c, 0x7d, 0x9c, 0x6d, 0x1d, 0x64, 0xdd, 0x5c, 0x9b, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x5c, 0x9b, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0x75, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, - 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x30, 0x1a, 0x0f, 0x1a, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd7, 0x4c, 0x17, 0x54, 0x39, 0x54, 0x7b, 0x64, 0xfc, 0x6d, 0x7d, 0x7e, 0x1c, 0x8e, 0x9c, 0x96, 0x9c, 0xa6, 0x9c, 0xae, 0x9c, 0xae, 0x9c, 0xa6, 0x9c, 0x96, 0x9c, 0x8e, 0x9b, 0x86, 0x7c, 0x7e, 0x5d, 0x75, 0xfd, 0x75, 0xdd, 0x75, 0xbd, 0x6d, 0x5d, 0x6d, 0x3c, 0x6d, 0x3c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0x3c, 0x65, 0x5c, 0x65, 0x3c, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xbb, 0x54, 0xba, 0x5c, 0x9b, 0x54, 0x9a, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x78, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x2a, 0x71, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xd6, 0x4c, 0x17, 0x54, 0x57, 0x5c, 0x99, 0x64, 0xfc, 0x6d, 0x7d, 0x7e, 0x1d, 0x8e, 0x7c, 0x96, 0x9c, 0xa6, 0x9c, 0xb6, 0x9c, 0xbe, 0x9d, 0xb6, 0x9c, 0xa6, 0x9c, 0x96, 0x9c, 0x7d, 0xfc, 0x75, 0x7c, 0x6d, 0x1c, 0x64, 0xbc, 0x5c, 0x7b, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x5c, 0x5a, 0x4b, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x3b, 0x13, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, - 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x22, 0x51, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x54, 0x39, 0x54, 0x7a, 0x64, 0xdc, 0x6d, 0x5c, 0x75, 0xdc, 0x86, 0x5c, 0x8e, 0x9c, 0x96, 0x9c, 0x96, 0x9c, 0x96, 0x9c, 0x8e, 0x9b, 0x86, 0x9b, 0x7e, 0x9c, 0x76, 0x1d, 0x75, 0xbc, 0x75, 0x9d, 0x6d, 0x7d, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x64, 0xdc, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x64, 0xdc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x9b, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x7a, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x70, 0x2a, 0x70, 0x22, 0x50, 0x2a, 0x71, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0xd6, 0x4c, 0x17, 0x54, 0x58, 0x5c, 0xba, 0x65, 0x1c, 0x75, 0xbc, 0x86, 0x7c, 0x8e, 0x9c, 0x9e, 0x9c, 0xbe, 0x9c, 0xc6, 0x9d, 0xbe, 0x9c, 0xae, 0x9c, 0x9e, 0x9c, 0x8e, 0x5c, 0x7d, 0xbd, 0x6d, 0x3d, 0x64, 0xdc, 0x5c, 0x9b, 0x54, 0x59, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x7a, 0x4b, 0xf7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0x96, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, - 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x22, 0x51, 0x1a, 0x30, 0x22, 0x50, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x9b, 0x64, 0xdc, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0xfc, 0x86, 0x9c, 0x86, 0x9b, 0x86, 0x7b, 0x86, 0x7b, 0x86, 0x7c, 0x7e, 0x7c, 0x7e, 0x1d, 0x75, 0xbc, 0x75, 0x7c, 0x6d, 0x9d, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x64, 0xdc, 0x65, 0x1d, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9a, 0x4c, 0x7a, 0x4c, 0x7a, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x51, 0x32, 0xb2, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x95, 0x43, 0xb6, 0x4c, 0x17, 0x54, 0x59, 0x5c, 0xbb, 0x6d, 0x1c, 0x75, 0xbc, 0x86, 0x7c, 0x96, 0x9c, 0xa6, 0x9c, 0xb6, 0x9c, 0xb6, 0x9c, 0xae, 0x9c, 0x9e, 0x9c, 0x8e, 0x9c, 0x7d, 0xfd, 0x75, 0x5d, 0x6d, 0x1d, 0x5c, 0x9b, 0x54, 0x59, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x4b, 0xf8, 0x54, 0x19, 0x54, 0x39, 0x54, 0x59, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd6, 0x3b, 0x34, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, - 0x22, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x39, 0x5c, 0x9b, 0x5c, 0xdc, 0x64, 0xfc, 0x6d, 0x7d, 0x76, 0x1d, 0x7e, 0x3c, 0x7e, 0x7c, 0x86, 0x9c, 0x7e, 0x7c, 0x7e, 0x1c, 0x75, 0xdc, 0x6d, 0x7c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xfc, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x5d, 0x3c, 0x5d, 0x1c, 0x5c, 0xdc, 0x65, 0x1d, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x32, 0xd2, 0x3b, 0x13, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x59, 0x5c, 0xbb, 0x6d, 0x1c, 0x75, 0x9c, 0x86, 0x5c, 0x96, 0x9c, 0x9e, 0x9c, 0xa6, 0x9c, 0xa6, 0x9c, 0x9e, 0x9c, 0x8e, 0x7c, 0x7d, 0xfd, 0x75, 0x5d, 0x6d, 0x1d, 0x5c, 0xbb, 0x54, 0x59, 0x54, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x5a, 0x4b, 0xf8, 0x43, 0x96, 0x43, 0xb6, 0x3b, 0x13, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, - 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x22, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x43, 0xd7, 0x4c, 0x18, 0x54, 0x59, 0x54, 0x7b, 0x5c, 0xbc, 0x64, 0xfc, 0x6d, 0x5d, 0x6d, 0x7d, 0x75, 0x9d, 0x75, 0xdc, 0x75, 0xfd, 0x75, 0xfd, 0x75, 0xdd, 0x75, 0xbd, 0x6d, 0x5c, 0x6d, 0x5c, 0x65, 0x1c, 0x64, 0xfd, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xdc, 0x5d, 0x3c, 0x5d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x5d, 0x1c, 0x5c, 0xdc, 0x64, 0xfd, 0x5c, 0xfd, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0x9c, 0x54, 0xbb, 0x54, 0x9a, 0x4c, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x58, 0x54, 0x39, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x13, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x32, 0xd2, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x38, 0x5c, 0x9b, 0x65, 0x1c, 0x7e, 0x1c, 0x86, 0x5c, 0x8e, 0x9c, 0x96, 0x9c, 0x96, 0x9c, 0x96, 0xbc, 0x86, 0x1c, 0x7d, 0x9d, 0x75, 0x5d, 0x6c, 0xfd, 0x5c, 0x9b, 0x54, 0x59, 0x4c, 0x18, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x54, 0x59, 0x4b, 0xd7, 0x3b, 0x35, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, - 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd8, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x7b, 0x5c, 0xbc, 0x64, 0xfd, 0x65, 0x1d, 0x6d, 0x3c, 0x6d, 0x5d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5c, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdd, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x64, 0xfc, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xbc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0x9b, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x32, 0xb2, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x4c, 0x18, 0x5c, 0xba, 0x6d, 0x3c, 0x75, 0x7d, 0x7d, 0xbc, 0x7d, 0xfc, 0x86, 0x1c, 0x86, 0x1d, 0x75, 0x7c, 0x75, 0x3d, 0x6d, 0x1d, 0x64, 0xdc, 0x5c, 0x7a, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x18, 0x43, 0x55, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, - 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x7b, 0x5c, 0xbc, 0x5c, 0xdd, 0x64, 0xfd, 0x64, 0xfd, 0x65, 0x1d, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x3c, 0x65, 0x3d, 0x6d, 0x3d, 0x6d, 0x3d, 0x65, 0x1c, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x1d, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x5d, 0x1c, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0x9c, 0x54, 0x9c, 0x54, 0xbb, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xba, 0x54, 0xba, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x3a, 0xf3, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x5c, 0x5a, 0x64, 0xbc, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x3c, 0x75, 0x3d, 0x75, 0x3d, 0x6d, 0x1c, 0x6d, 0x1d, 0x6c, 0xdc, 0x64, 0xbb, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x43, 0x54, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x50, - 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x22, 0x51, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x4b, 0xf8, 0x4c, 0x39, 0x54, 0x7b, 0x54, 0x9c, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0xfd, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1d, 0x65, 0x1d, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfd, 0x64, 0xdc, 0x5c, 0x9c, 0x54, 0x9c, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x54, 0x9c, 0x54, 0x9c, 0x54, 0x9c, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x54, 0x39, 0x5c, 0x5a, 0x5c, 0x7a, 0x5c, 0x9a, 0x64, 0x9b, 0x64, 0xbc, 0x64, 0xdc, 0x64, 0xbc, 0x64, 0x9a, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, - 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x9c, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xdd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xdc, 0x64, 0xdc, 0x64, 0xfc, 0x5c, 0xdb, 0x54, 0x7a, 0x54, 0xbb, 0x54, 0xfc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xbc, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9a, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x75, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x5c, 0x59, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x75, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, - 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x35, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xb7, 0x43, 0xf8, 0x4c, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x4c, 0x3a, 0x54, 0x7b, 0x54, 0x7c, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xfd, 0x5c, 0xdd, 0x5c, 0xfd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0xdd, 0x64, 0xfc, 0x5c, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfd, 0x5c, 0xfd, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0x9c, 0x54, 0x9c, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xbc, 0x54, 0xbb, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xfb, 0x64, 0xfc, 0x5c, 0xdc, 0x64, 0xdd, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd2, 0x3b, 0x34, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x43, 0x75, 0x43, 0xd7, 0x4b, 0xd6, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x14, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, - 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xf8, 0x4c, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x4c, 0x3a, 0x4c, 0x5b, 0x54, 0x7c, 0x54, 0xbc, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xfc, 0x5d, 0x1c, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbb, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x54, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x1a, 0x0e, 0x19, 0xef, 0x1a, 0x0e, 0x1a, 0x0e, 0x19, 0xee, 0x19, 0xee, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x2f, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x3b, 0x55, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, - 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xee, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf8, 0x4c, 0x19, 0x4c, 0x3a, 0x4c, 0x3a, 0x54, 0x5b, 0x54, 0x7c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xdc, 0x5d, 0x1d, 0x5d, 0x1d, 0x65, 0x1c, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x3d, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x1d, 0x64, 0xfc, 0x64, 0xdc, 0x5c, 0xdb, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x13, 0x3b, 0x34, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0e, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x3b, 0x55, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x43, 0xb6, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x76, 0x43, 0x96, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x51, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, - 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x1a, 0x0f, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x4b, 0xf8, 0x4c, 0x19, 0x4c, 0x3a, 0x4c, 0x5a, 0x54, 0x7c, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xdc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5d, 0x1c, 0x65, 0x1c, 0x5c, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0x9c, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x5c, 0xfc, 0x5d, 0x1c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x7c, 0x6d, 0x5d, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x64, 0xdc, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0e, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x22, 0x71, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xb6, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x76, 0x3b, 0x75, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, - 0x22, 0x10, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xf8, 0x4c, 0x19, 0x4c, 0x5a, 0x54, 0x7c, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xfd, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfd, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0x9c, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xdb, 0x65, 0x1c, 0x6d, 0x5c, 0x6d, 0x7c, 0x6d, 0x7c, 0x75, 0x9c, 0x75, 0xbc, 0x75, 0xdd, 0x75, 0xbd, 0x75, 0xbd, 0x75, 0xbc, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1c, 0x64, 0xfc, 0x5c, 0xbb, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x37, 0x54, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x34, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, - 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x3a, 0x54, 0x7c, 0x5c, 0xbd, 0x64, 0xfd, 0x65, 0x1d, 0x64, 0xfd, 0x64, 0xdc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xfd, 0x65, 0x1d, 0x65, 0x1c, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xbc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xfc, 0x6d, 0x5c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0xbc, 0x7e, 0x1d, 0x7e, 0x3d, 0x7e, 0x3c, 0x7e, 0x5c, 0x7e, 0x1c, 0x7e, 0x1c, 0x75, 0xfd, 0x75, 0x9c, 0x6d, 0x5c, 0x6d, 0x3c, 0x64, 0xfc, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x99, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0e, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x72, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x32, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, - 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x4b, 0xf8, 0x4c, 0x39, 0x54, 0x7b, 0x5c, 0xbc, 0x64, 0xfd, 0x6d, 0x1c, 0x64, 0xdb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x1d, 0x65, 0x1c, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x5c, 0xdb, 0x5c, 0xfc, 0x65, 0x1c, 0x6d, 0x5c, 0x75, 0x7c, 0x75, 0x9c, 0x7d, 0xfd, 0x7e, 0x5c, 0x86, 0x9c, 0x86, 0x9c, 0x86, 0x9c, 0x86, 0x7c, 0x86, 0x9c, 0x7e, 0x5c, 0x7d, 0xfc, 0x75, 0xbc, 0x75, 0x7c, 0x6d, 0x3d, 0x64, 0xfc, 0x64, 0xdc, 0x64, 0xdb, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x79, 0x4c, 0x17, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x75, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x10, 0x22, 0x30, 0x2a, 0x92, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x0f, 0x2a, 0x51, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, - 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xee, 0x1a, 0x0e, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x39, 0x54, 0x5a, 0x5c, 0xbc, 0x64, 0xdb, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbb, 0x64, 0xdc, 0x5c, 0xfc, 0x5d, 0x1c, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfd, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1c, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xbc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdb, 0x5c, 0xbc, 0x64, 0xdd, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xbc, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xdb, 0x64, 0xfb, 0x65, 0x1c, 0x6d, 0x5c, 0x75, 0x7c, 0x7d, 0xdc, 0x86, 0x3d, 0x86, 0x7c, 0x8e, 0x9c, 0x8e, 0x9c, 0x96, 0xbc, 0x96, 0xbc, 0x8e, 0x9c, 0x8e, 0x9c, 0x86, 0x9c, 0x7e, 0x5c, 0x75, 0xfd, 0x75, 0x7c, 0x75, 0x7d, 0x75, 0x7d, 0x64, 0xdb, 0x4b, 0xf7, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xd3, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x22, 0x30, 0x1a, 0x30, 0x2a, 0x71, 0x3b, 0x14, 0x3b, 0x35, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x50, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, - 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x19, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xee, 0x19, 0xee, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x59, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x9a, 0x64, 0xba, 0x64, 0xbb, 0x64, 0xdc, 0x65, 0x1b, 0x65, 0x3c, 0x5d, 0x1d, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x64, 0xfc, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1c, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x54, 0xbb, 0x5c, 0xdc, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xdc, 0x54, 0x9b, 0x54, 0xbc, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0xfc, 0x65, 0x3c, 0x6d, 0x5c, 0x75, 0xbc, 0x7d, 0xfc, 0x86, 0x3c, 0x86, 0x9c, 0x8e, 0xbb, 0x96, 0x9c, 0x9e, 0xbc, 0x96, 0x9c, 0x96, 0x9c, 0x96, 0x9c, 0x8e, 0x9b, 0x8e, 0x9c, 0x86, 0x9c, 0x7d, 0xdb, 0x5c, 0x77, 0x43, 0x54, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x3a, 0xf3, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x3b, 0x14, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x50, - 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x38, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x64, 0x9a, 0x64, 0xba, 0x64, 0xdb, 0x6d, 0x3c, 0x6d, 0x7d, 0x65, 0x3c, 0x5d, 0x1d, 0x5c, 0xfd, 0x5c, 0xfd, 0x64, 0xfd, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1c, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xdc, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdc, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xbc, 0x5c, 0xbc, 0x5c, 0xdb, 0x64, 0xfc, 0x6d, 0x1c, 0x6d, 0x5d, 0x75, 0xbc, 0x7e, 0x1d, 0x86, 0x5c, 0x8e, 0xbc, 0x96, 0xbc, 0x9e, 0x9c, 0xa6, 0xbc, 0xa6, 0x9c, 0xa6, 0xbc, 0xa6, 0x7c, 0x96, 0x5b, 0x7d, 0x79, 0x4b, 0xb4, 0x32, 0xf3, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x3b, 0x34, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0e, 0x19, 0xee, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xac, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xce, 0x19, 0xce, 0x22, 0x30, 0x1a, 0x30, 0x22, 0x30, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, - 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x1a, 0x0e, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xf7, 0x43, 0xd7, 0x4b, 0xd7, 0x4c, 0x18, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x9a, 0x64, 0xbb, 0x75, 0x5c, 0x75, 0x7d, 0x6d, 0x7d, 0x65, 0x3d, 0x5c, 0xfc, 0x5c, 0xfd, 0x5c, 0xfd, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x64, 0xfd, 0x5c, 0xbc, 0x54, 0x7b, 0x5c, 0x9b, 0x54, 0x9c, 0x54, 0xbb, 0x54, 0x9b, 0x5c, 0xdb, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0xdc, 0x54, 0x9c, 0x54, 0xbb, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x3c, 0x6d, 0x5c, 0x75, 0x9c, 0x7e, 0x1c, 0x86, 0x7c, 0x8e, 0x9c, 0x96, 0xbc, 0xa6, 0xbc, 0xb6, 0xbd, 0xbe, 0x9c, 0x9d, 0xba, 0x74, 0x56, 0x4b, 0x74, 0x43, 0x13, 0x43, 0x33, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x43, 0x55, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x22, 0x30, 0x19, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xad, 0x19, 0x8d, 0x19, 0xac, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x1a, 0x10, 0x22, 0x30, 0x19, 0xef, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x13, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, - 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x1a, 0x0e, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x79, 0x64, 0x9a, 0x64, 0xdb, 0x75, 0x5c, 0x75, 0x7d, 0x6d, 0x7d, 0x65, 0x5d, 0x65, 0x1c, 0x64, 0xfd, 0x64, 0xfc, 0x64, 0xfd, 0x64, 0xfd, 0x5c, 0xdc, 0x54, 0x9c, 0x5c, 0xbd, 0x5c, 0x9c, 0x54, 0x9b, 0x5c, 0x9b, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0x9b, 0x5c, 0xdc, 0x64, 0xdd, 0x5c, 0xdc, 0x54, 0x9c, 0x54, 0xbc, 0x5c, 0xdb, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x6d, 0x3c, 0x75, 0x9d, 0x7d, 0xfc, 0x86, 0x3c, 0x8e, 0x9c, 0x9e, 0xbc, 0xae, 0xdd, 0x9d, 0xfb, 0x6c, 0x16, 0x4b, 0x54, 0x43, 0x13, 0x43, 0x34, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x53, 0x43, 0x33, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x3a, 0xd3, 0x43, 0x95, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x21, 0xef, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xac, 0x19, 0xac, 0x19, 0xac, 0x19, 0xac, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xee, 0x1a, 0x10, 0x22, 0x30, 0x19, 0xef, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x95, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xd2, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xee, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, - 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x58, 0x5c, 0x99, 0x6c, 0xdb, 0x75, 0x5d, 0x75, 0x5d, 0x6d, 0x5d, 0x65, 0x1d, 0x64, 0xfd, 0x5c, 0xfd, 0x5c, 0xdc, 0x64, 0xdc, 0x5c, 0x9b, 0x54, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x54, 0x7b, 0x5c, 0xbb, 0x54, 0xba, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xdc, 0x64, 0xfd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfd, 0x65, 0x1d, 0x6d, 0x3c, 0x6d, 0x5c, 0x75, 0xdc, 0x86, 0x7c, 0x8e, 0x9c, 0x96, 0x5b, 0x74, 0x97, 0x43, 0x13, 0x43, 0x33, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x53, 0x43, 0x54, 0x43, 0x54, 0x43, 0x53, 0x43, 0x34, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x3b, 0x13, 0x4b, 0xb6, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3a, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x32, 0x72, 0x2a, 0x51, 0x19, 0xee, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0x8c, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xed, 0x22, 0x2f, 0x22, 0x30, 0x19, 0xef, 0x32, 0xd3, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x43, 0x96, 0x3b, 0x35, 0x3a, 0xf4, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x3a, 0xd3, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x32, 0x91, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, - 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0xee, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x93, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x79, 0x64, 0xdb, 0x75, 0x5d, 0x75, 0x5d, 0x6d, 0x3d, 0x64, 0xfd, 0x64, 0xdd, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x59, 0x54, 0x18, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0x9c, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9a, 0x54, 0xbb, 0x64, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1d, 0x6d, 0x5c, 0x75, 0xdd, 0x7e, 0x1c, 0x75, 0x38, 0x4b, 0x94, 0x3a, 0xf3, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x33, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x43, 0x34, 0x53, 0xf7, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0x95, 0x3b, 0x54, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x71, 0x22, 0x30, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x6c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xcd, 0x22, 0x2f, 0x22, 0x30, 0x1a, 0x0f, 0x32, 0xb3, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0x96, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x3a, 0xd2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, - 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x1a, 0x0f, 0x22, 0x2f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x39, 0x64, 0xba, 0x6d, 0x3c, 0x6d, 0x3d, 0x6d, 0x3d, 0x64, 0xfd, 0x64, 0xdd, 0x5c, 0x9c, 0x54, 0x59, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x5a, 0x5c, 0x7b, 0x5c, 0x5a, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x9a, 0x5c, 0xdc, 0x65, 0x1d, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x3c, 0x6d, 0x7d, 0x6d, 0x5b, 0x4b, 0xf5, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf2, 0x43, 0x54, 0x54, 0x17, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x2a, 0x71, 0x22, 0x0f, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xcd, 0x1a, 0x0f, 0x22, 0x30, 0x1a, 0x0f, 0x2a, 0x92, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x55, 0x4b, 0x96, 0x4b, 0xd6, 0x53, 0xd6, 0x4b, 0xd6, 0x53, 0xf6, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, - 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x54, 0x39, 0x5c, 0x9b, 0x64, 0xdb, 0x65, 0x1d, 0x6c, 0xfd, 0x64, 0xfd, 0x64, 0xbd, 0x5c, 0x7b, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x59, 0x5c, 0x5a, 0x5c, 0x7a, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x5c, 0x79, 0x65, 0x1d, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x64, 0xfc, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x3d, 0x5c, 0x78, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x54, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x43, 0x74, 0x54, 0x38, 0x5c, 0x58, 0x54, 0x17, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x72, 0x22, 0x30, 0x19, 0xee, 0x19, 0xcd, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x6c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xad, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x30, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x95, 0x4b, 0xd6, 0x53, 0xd6, 0x53, 0xf6, 0x54, 0x16, 0x4b, 0xd6, 0x43, 0x75, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x2f, 0x21, 0xef, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x54, 0x38, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0x9b, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x5c, 0x5a, 0x5c, 0x5a, 0x4b, 0xd7, 0x4b, 0xd7, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x39, 0x64, 0xfd, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x54, 0x38, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x33, 0x3b, 0x13, 0x3a, 0xf3, 0x43, 0x75, 0x54, 0x38, 0x5c, 0x38, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x22, 0x30, 0x19, 0xee, 0x19, 0xce, 0x19, 0xad, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x32, 0xf3, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xb6, 0x53, 0xd6, 0x53, 0xf6, 0x5b, 0xf6, 0x53, 0xf6, 0x43, 0x95, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0e, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x22, 0x50, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, - 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x22, 0x50, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x3a, 0xf3, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf8, 0x54, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x5c, 0x39, 0x5c, 0x5a, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x58, 0x64, 0xdc, 0x64, 0xdd, 0x5c, 0xbc, 0x64, 0xdc, 0x65, 0x1c, 0x64, 0xfb, 0x4b, 0xf7, 0x3b, 0x33, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x33, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x53, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x34, 0x43, 0x13, 0x3a, 0xf3, 0x4b, 0x75, 0x54, 0x18, 0x54, 0x38, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x2a, 0x51, 0x19, 0xef, 0x19, 0xee, 0x19, 0xcd, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x22, 0x0f, 0x1a, 0x30, 0x22, 0x30, 0x32, 0xb2, 0x43, 0x54, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x54, 0x43, 0x75, 0x4b, 0xb6, 0x53, 0xd6, 0x53, 0xf5, 0x53, 0xd5, 0x4b, 0x95, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x22, 0x0f, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x50, 0x22, 0x51, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x55, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf8, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x5a, 0x54, 0x39, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x5c, 0x79, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0x7b, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x4b, 0x53, 0x4b, 0x54, 0x4b, 0x53, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x53, 0x74, 0x53, 0x74, 0x53, 0x74, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x33, 0x4b, 0x95, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x21, 0xef, 0x19, 0xce, 0x19, 0xcd, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xad, 0x19, 0xad, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x50, 0x3b, 0x34, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x53, 0xd5, 0x53, 0xd5, 0x4b, 0xb5, 0x4b, 0x95, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, - 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x5a, 0x54, 0x18, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xf7, 0x5c, 0x7a, 0x64, 0xfd, 0x5c, 0x9a, 0x4b, 0x95, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x53, 0x74, 0x53, 0x74, 0x53, 0x74, 0x53, 0x94, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x4b, 0x95, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x21, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0x8c, 0x19, 0x6c, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xef, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x32, 0xd2, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x4b, 0xb5, 0x53, 0xd5, 0x4b, 0xb5, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x2a, 0x91, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, - 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x59, 0x54, 0x39, 0x4b, 0xf8, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x43, 0x75, 0x3a, 0xf3, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x4b, 0x95, 0x53, 0xf7, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x13, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x22, 0x0f, 0x19, 0xee, 0x19, 0xcd, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xac, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x2a, 0x71, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x55, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x22, 0x0f, 0x19, 0xee, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, - 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x39, 0x54, 0x39, 0x4b, 0xd7, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x43, 0x54, 0x32, 0xf3, 0x3b, 0x14, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x4b, 0x95, 0x53, 0xf7, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x18, 0x5c, 0x38, 0x5c, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x91, 0x22, 0x0f, 0x19, 0xee, 0x19, 0xce, 0x19, 0x8c, 0x19, 0x8c, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x21, 0xee, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x32, 0xf3, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x1a, 0x0f, 0x2a, 0x71, 0x43, 0x35, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, - 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf8, 0x54, 0x39, 0x54, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x18, 0x3b, 0x34, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x53, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x4b, 0x95, 0x54, 0x17, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x38, 0x5c, 0x59, 0x5c, 0x79, 0x64, 0x9a, 0x64, 0x99, 0x5c, 0x78, 0x5c, 0x37, 0x4b, 0xd6, 0x4b, 0x95, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x91, 0x21, 0xef, 0x19, 0xee, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x2a, 0x71, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x21, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x1a, 0x0f, 0x19, 0xef, 0x3a, 0xf3, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x3a, 0xd3, 0x3a, 0xf3, 0x3b, 0x13, 0x43, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x38, 0x54, 0x78, 0x5c, 0x79, 0x4b, 0xb6, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x4b, 0x75, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x17, 0x5c, 0x38, 0x5c, 0x9a, 0x64, 0xdb, 0x6c, 0xfc, 0x6c, 0xfc, 0x6c, 0xdb, 0x64, 0x79, 0x54, 0x38, 0x4b, 0xd6, 0x43, 0x95, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x71, 0x19, 0xef, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x22, 0x0f, 0x2a, 0x50, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, - 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x13, 0x43, 0x34, 0x43, 0x54, 0x4b, 0x95, 0x53, 0xb5, 0x53, 0xb6, 0x53, 0xb6, 0x53, 0xb5, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x76, 0x4b, 0xb6, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x4b, 0xd6, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x54, 0x53, 0xd7, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x18, 0x5c, 0x79, 0x64, 0xbb, 0x6d, 0x1d, 0x75, 0x3d, 0x75, 0x5d, 0x75, 0x3d, 0x6c, 0xfc, 0x64, 0x99, 0x54, 0x17, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x51, 0x19, 0xef, 0x19, 0xee, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x22, 0x0f, 0x22, 0x10, 0x2a, 0x30, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x32, 0xf3, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x22, 0x0f, 0x21, 0xef, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x32, 0xd3, 0x43, 0x35, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, - 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xf3, 0x3b, 0x13, 0x43, 0x34, 0x4b, 0x75, 0x53, 0xb5, 0x53, 0xf6, 0x5c, 0x17, 0x64, 0x37, 0x64, 0x37, 0x64, 0x37, 0x5c, 0x17, 0x5b, 0xf6, 0x5c, 0x17, 0x53, 0xf6, 0x53, 0xb5, 0x4b, 0x75, 0x43, 0x34, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xd3, 0x32, 0xd3, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x53, 0xf8, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x54, 0x39, 0x43, 0x75, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0x13, 0x4b, 0xb6, 0x5c, 0x58, 0x54, 0x18, 0x54, 0x38, 0x53, 0xf7, 0x53, 0xd7, 0x53, 0xf7, 0x54, 0x38, 0x5c, 0x9a, 0x6c, 0xfc, 0x75, 0x5d, 0x7d, 0xbd, 0x85, 0xdd, 0x85, 0xbd, 0x7d, 0x7d, 0x6c, 0xfb, 0x5c, 0x79, 0x53, 0xf7, 0x43, 0x95, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x50, 0x22, 0x0f, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xae, 0x19, 0xad, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x71, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x91, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x22, 0x0f, 0x4b, 0x95, 0x3b, 0x35, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, - 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x43, 0x54, 0x4b, 0xb5, 0x53, 0xf6, 0x64, 0x37, 0x64, 0x79, 0x6c, 0xb9, 0x6c, 0xda, 0x6c, 0xda, 0x6c, 0xba, 0x74, 0xfb, 0x6c, 0x99, 0x64, 0x58, 0x5c, 0x37, 0x53, 0xd6, 0x4b, 0x95, 0x43, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x34, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x59, 0x5c, 0x79, 0x5c, 0x7a, 0x64, 0x7a, 0x64, 0xbb, 0x64, 0x9a, 0x53, 0xf7, 0x53, 0xd7, 0x43, 0x96, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x33, 0x43, 0x13, 0x4b, 0x95, 0x5c, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x17, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x9a, 0x6c, 0xfc, 0x7d, 0x7d, 0x86, 0x1d, 0x8e, 0x7d, 0x8e, 0x5d, 0x85, 0xdd, 0x75, 0x5d, 0x6c, 0xdb, 0x5c, 0x38, 0x4b, 0xb6, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x22, 0x30, 0x1a, 0x0e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x21, 0xef, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x72, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xce, 0x19, 0xad, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x2a, 0x70, 0x43, 0xb6, 0x3b, 0x35, 0x3b, 0x14, 0x3a, 0xf3, - 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x43, 0x74, 0x4b, 0xb6, 0x5c, 0x17, 0x64, 0x78, 0x6c, 0xba, 0x75, 0x1b, 0x7d, 0x3d, 0x7d, 0x5c, 0x85, 0x9d, 0x7d, 0x5d, 0x75, 0x1c, 0x6c, 0xba, 0x64, 0x78, 0x5c, 0x37, 0x53, 0xd6, 0x4b, 0x75, 0x43, 0x34, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x3a, 0xd3, 0x32, 0xb2, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x7a, 0x64, 0x9a, 0x64, 0x9a, 0x5c, 0x38, 0x54, 0x17, 0x54, 0x17, 0x53, 0xf8, 0x4b, 0xb6, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x34, 0x43, 0x33, 0x43, 0x34, 0x43, 0x33, 0x4b, 0x75, 0x54, 0x17, 0x5c, 0x38, 0x54, 0x38, 0x54, 0x18, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x7a, 0x6c, 0xfc, 0x7d, 0x9d, 0x8e, 0x3d, 0x96, 0xbd, 0x96, 0xdc, 0x96, 0x7d, 0x85, 0xdd, 0x75, 0x1c, 0x64, 0x99, 0x53, 0xf7, 0x4b, 0x95, 0x3b, 0x54, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x71, 0x22, 0x30, 0x19, 0xae, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xcd, 0x19, 0xee, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x50, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xad, 0x3b, 0x13, 0x43, 0x96, 0x3b, 0x35, 0x3b, 0x14, - 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x43, 0x34, 0x4b, 0x95, 0x53, 0xf6, 0x64, 0x58, 0x6c, 0xba, 0x74, 0xfb, 0x85, 0x7d, 0x8d, 0xfd, 0x8d, 0xdd, 0x85, 0x9d, 0x7d, 0x5d, 0x75, 0x1c, 0x6c, 0xba, 0x64, 0x58, 0x5b, 0xf7, 0x4b, 0xb5, 0x43, 0x54, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xd3, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x5c, 0x7a, 0x5c, 0x59, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x54, 0x18, 0x4b, 0xd7, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x33, 0x43, 0x34, 0x43, 0x33, 0x43, 0x54, 0x53, 0xf7, 0x5c, 0x38, 0x5c, 0x38, 0x5c, 0x38, 0x54, 0x17, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x79, 0x6c, 0xdc, 0x7d, 0x7d, 0x8e, 0x5d, 0x96, 0xbc, 0x9e, 0xbc, 0x9e, 0xbc, 0x8e, 0x5d, 0x7d, 0x9d, 0x6c, 0xdb, 0x5c, 0x38, 0x4b, 0xd6, 0x43, 0x75, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x2a, 0x51, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x2a, 0x51, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x2a, 0x50, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x43, 0x55, 0x43, 0x96, 0x43, 0x55, - 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x43, 0x75, 0x4b, 0xb6, 0x5c, 0x17, 0x64, 0x78, 0x75, 0x1c, 0x85, 0x7d, 0x85, 0xbd, 0x85, 0xbd, 0x85, 0x9d, 0x7d, 0x7d, 0x75, 0x1d, 0x6c, 0xba, 0x64, 0x78, 0x5c, 0x17, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x34, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x3a, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x34, 0x43, 0x34, 0x43, 0x54, 0x53, 0xf7, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x17, 0x54, 0x17, 0x5c, 0x59, 0x6c, 0xdb, 0x75, 0x5d, 0x86, 0x3d, 0x96, 0xbc, 0x9e, 0xbc, 0x9e, 0xbc, 0x96, 0x9d, 0x85, 0xfd, 0x75, 0x1c, 0x64, 0x99, 0x54, 0x17, 0x4b, 0x95, 0x3b, 0x54, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x21, 0xef, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xce, 0x19, 0xee, 0x22, 0x0f, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x43, 0x75, 0x43, 0x96, - 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x75, 0x4b, 0xb6, 0x64, 0x58, 0x6c, 0xba, 0x74, 0xfc, 0x75, 0x3d, 0x7d, 0x3c, 0x7d, 0x3d, 0x75, 0x1c, 0x74, 0xfb, 0x6c, 0x99, 0x64, 0x58, 0x5c, 0x17, 0x53, 0xd6, 0x4b, 0x95, 0x43, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x22, 0x0f, 0x19, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x38, 0x54, 0x19, 0x54, 0x39, 0x4b, 0xf8, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf7, 0x4b, 0xd7, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x33, 0x4b, 0xb6, 0x5c, 0x38, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x38, 0x53, 0xf7, 0x54, 0x17, 0x5c, 0x58, 0x64, 0x9b, 0x75, 0x1d, 0x85, 0xfd, 0x96, 0x9c, 0x9e, 0xdc, 0x9e, 0xbc, 0x9e, 0xbc, 0x8e, 0x3d, 0x7d, 0x7d, 0x6c, 0xbb, 0x5c, 0x38, 0x4b, 0xd6, 0x43, 0x55, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x19, 0xce, 0x19, 0xad, 0x19, 0xae, 0x19, 0xee, 0x19, 0xee, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x1a, 0x0f, 0x19, 0xef, 0x1a, 0x0f, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x43, 0x96, - 0x43, 0x96, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x3b, 0x35, 0x3a, 0xf3, 0x3a, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x4b, 0x95, 0x53, 0xf7, 0x5c, 0x37, 0x64, 0x58, 0x64, 0x79, 0x6c, 0x99, 0x6c, 0xba, 0x6c, 0xba, 0x64, 0x99, 0x64, 0x58, 0x5c, 0x17, 0x53, 0xd6, 0x4b, 0xb5, 0x43, 0x55, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd2, 0x22, 0x30, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xf8, 0x54, 0x38, 0x4c, 0x18, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf8, 0x4b, 0xd7, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x33, 0x4b, 0x75, 0x5c, 0x38, 0x5c, 0x79, 0x5c, 0x7a, 0x5c, 0x79, 0x54, 0x38, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x79, 0x6c, 0xfc, 0x7d, 0x9d, 0x8e, 0x7d, 0x9e, 0xbc, 0x9e, 0xbc, 0x9e, 0xdc, 0x8e, 0x5d, 0x7d, 0x9d, 0x6c, 0xfb, 0x64, 0x58, 0x53, 0xf6, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x22, 0x0f, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x0f, 0x2a, 0x50, 0x32, 0x71, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x30, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, - 0x32, 0xf3, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb6, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3a, 0xf3, 0x43, 0x55, 0x43, 0x75, 0x4b, 0x96, 0x53, 0xd6, 0x53, 0xf7, 0x5b, 0xf7, 0x5c, 0x17, 0x5c, 0x17, 0x5c, 0x17, 0x53, 0xf7, 0x53, 0xd6, 0x4b, 0x95, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf8, 0x4b, 0xd7, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x54, 0x18, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x59, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x59, 0x64, 0xbb, 0x6d, 0x3d, 0x85, 0xdd, 0x8e, 0x9d, 0x96, 0xdc, 0x96, 0xbc, 0x8e, 0x5d, 0x85, 0xbd, 0x75, 0x1c, 0x64, 0x99, 0x54, 0x17, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x19, 0xef, 0x19, 0xce, 0x19, 0xee, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x50, 0x22, 0x30, 0x21, 0xef, 0x22, 0x30, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x2a, 0x50, 0x2a, 0x51, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, - 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x96, 0x4b, 0xf7, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x55, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x96, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x32, 0xd3, 0x22, 0x10, 0x22, 0x0f, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf7, 0x4b, 0xb6, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x94, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x13, 0x4b, 0xd7, 0x64, 0xbb, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x58, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x7a, 0x6c, 0xdc, 0x75, 0x5d, 0x85, 0xdd, 0x8e, 0x5d, 0x8e, 0x7d, 0x86, 0x1d, 0x7d, 0x9d, 0x75, 0x1c, 0x64, 0x9a, 0x5c, 0x17, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x22, 0x30, 0x19, 0xce, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x50, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x10, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0xf4, - 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xf4, 0x4b, 0xb6, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xf7, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf7, 0x4b, 0xd7, 0x53, 0xf7, 0x43, 0x76, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xb2, 0x21, 0xef, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xf8, 0x43, 0x96, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x4b, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x5c, 0x5a, 0x64, 0xdc, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x39, 0x5c, 0x5a, 0x64, 0x9b, 0x6c, 0xfc, 0x75, 0x5d, 0x7d, 0x9d, 0x85, 0xdd, 0x85, 0xbd, 0x7d, 0x7d, 0x74, 0xfc, 0x64, 0x9a, 0x5c, 0x17, 0x4b, 0xd6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x71, 0x32, 0x72, 0x32, 0x92, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x3a, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf4, - 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x32, 0xf4, 0x3b, 0x55, 0x4b, 0xf8, 0x54, 0x59, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xf7, 0x53, 0xd7, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3a, 0xf3, 0x2a, 0x71, 0x19, 0xce, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0x55, 0x32, 0xd3, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x14, 0x3b, 0x34, 0x3a, 0xf3, 0x54, 0x17, 0x6c, 0xfc, 0x64, 0xdd, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x59, 0x54, 0x38, 0x5c, 0x59, 0x64, 0x9a, 0x6c, 0xdc, 0x75, 0x1d, 0x75, 0x5d, 0x75, 0x5d, 0x75, 0x3d, 0x6c, 0xdc, 0x64, 0x79, 0x54, 0x17, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x72, 0x32, 0x71, 0x32, 0xb3, 0x2a, 0x51, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, - 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x4b, 0xd7, 0x5c, 0x7a, 0x54, 0x5a, 0x54, 0x19, 0x54, 0x19, 0x54, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x19, 0x54, 0x19, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf8, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x55, 0x32, 0x92, 0x22, 0x0f, 0x19, 0xef, 0x1a, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xf7, 0x4b, 0xf7, 0x3b, 0x55, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x5c, 0x9a, 0x6d, 0x1e, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0x7b, 0x54, 0x38, 0x54, 0x38, 0x5c, 0x59, 0x64, 0x7a, 0x64, 0xbb, 0x6c, 0xdc, 0x6c, 0xfc, 0x6c, 0xdc, 0x64, 0x9a, 0x5c, 0x38, 0x53, 0xf7, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0xd3, 0x2a, 0x71, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf3, - 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x54, 0x18, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x19, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xb6, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x96, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x34, 0x43, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf8, 0x4b, 0xd7, 0x3b, 0x34, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x4c, 0x18, 0x64, 0xdc, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xbc, 0x54, 0x7a, 0x54, 0x38, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x59, 0x64, 0x7a, 0x64, 0x9a, 0x5c, 0x99, 0x5c, 0x58, 0x54, 0x17, 0x53, 0xd6, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd2, 0x22, 0x10, 0x22, 0x0f, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x51, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x43, 0x54, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, - 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x3a, 0xf4, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x54, 0x18, 0x5c, 0x5b, 0x5c, 0x5a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x5a, 0x5c, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x38, 0x53, 0xf8, 0x4b, 0xb6, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb6, 0x53, 0xd6, 0x53, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x4b, 0xb6, 0x43, 0x95, 0x3b, 0x14, 0x2a, 0x50, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x14, 0x43, 0x34, 0x43, 0x54, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xf7, 0x43, 0x96, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x33, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x54, 0x5a, 0x64, 0xdd, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9a, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x17, 0x53, 0xf7, 0x53, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x3b, 0x13, 0x4b, 0xb6, 0x3b, 0x34, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf3, - 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x4b, 0xb6, 0x4b, 0xf8, 0x54, 0x19, 0x5c, 0x7b, 0x5c, 0x5b, 0x54, 0x5b, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xd6, 0x53, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0x55, 0x32, 0xb2, 0x2a, 0x91, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x75, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf8, 0x4b, 0xf7, 0x3b, 0x55, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x33, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x54, 0x4b, 0xf7, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbb, 0x64, 0x9b, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x22, 0x0f, 0x21, 0xef, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x3b, 0x34, 0x43, 0x95, 0x43, 0x55, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, - 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x54, 0x39, 0x5c, 0x9c, 0x64, 0xbd, 0x64, 0x9c, 0x5c, 0x9c, 0x5c, 0x7b, 0x5c, 0x5a, 0x5c, 0x39, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf7, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x43, 0x75, 0x32, 0xb2, 0x2a, 0x50, 0x22, 0x2f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x4b, 0xb6, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x54, 0x19, 0x64, 0xdd, 0x5c, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbb, 0x5c, 0x7a, 0x54, 0x38, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x0f, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0xd2, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, - 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x4b, 0xb6, 0x54, 0x38, 0x5c, 0x7a, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x7a, 0x5c, 0x39, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x3b, 0x34, 0x2a, 0x71, 0x19, 0xad, 0x19, 0xce, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x4b, 0xb6, 0x33, 0x13, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x5c, 0x7a, 0x64, 0xde, 0x5c, 0x9d, 0x5c, 0x7c, 0x5c, 0x7c, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x59, 0x54, 0x38, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x2a, 0x71, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x43, 0x55, 0x22, 0x30, 0x19, 0xae, 0x19, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x19, 0xef, 0x21, 0xef, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x39, 0x54, 0x18, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x43, 0x96, 0x5c, 0x7b, 0x64, 0xdd, 0x5c, 0x9c, 0x54, 0x7b, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xd8, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x2a, 0x71, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, - 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x4b, 0x75, 0x32, 0xb2, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0x8d, 0x19, 0xae, 0x19, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x79, 0x4b, 0xf7, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x4b, 0xf8, 0x5c, 0x9c, 0x5c, 0x9c, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x71, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x30, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, - 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x4b, 0x96, 0x2a, 0x91, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xae, 0x19, 0xad, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x7a, 0x5c, 0x59, 0x43, 0x95, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x33, 0x32, 0xd2, 0x3a, 0xf3, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x14, 0x54, 0x19, 0x64, 0xbc, 0x54, 0x7b, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x3b, 0x14, 0x3b, 0x13, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, - 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x4b, 0xd7, 0x43, 0x75, 0x22, 0x30, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x59, 0x5c, 0x9b, 0x5c, 0x7b, 0x43, 0xb6, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x3b, 0x13, 0x2a, 0x71, 0x32, 0xb1, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x32, 0xf3, 0x4b, 0xf8, 0x5c, 0xbc, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x22, 0x30, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x3a, 0xf3, 0x3b, 0x34, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, - 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb7, 0x43, 0x55, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x19, 0xad, 0x19, 0xad, 0x19, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf7, 0x54, 0x39, 0x5c, 0x7a, 0x5c, 0x7a, 0x64, 0xbb, 0x54, 0x59, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x33, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb1, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x3b, 0x34, 0x43, 0x74, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x4b, 0xd8, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xf7, 0x53, 0xd7, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xb2, 0x3a, 0xf3, 0x43, 0x55, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, - 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x54, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcd, 0x19, 0xad, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x7a, 0x54, 0x7a, 0x5c, 0x79, 0x5c, 0x9b, 0x5c, 0x7a, 0x43, 0x95, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x54, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x3b, 0x13, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x14, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x4b, 0xf8, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0xb6, 0x53, 0xd7, 0x53, 0xf7, 0x54, 0x17, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xd6, 0x4b, 0x95, 0x43, 0x75, 0x3b, 0x34, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb3, 0x2a, 0x71, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x3b, 0x14, 0x43, 0x75, 0x32, 0xd3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, - 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x3a, 0xf3, 0x19, 0xef, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcd, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x59, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x79, 0x5c, 0x9a, 0x64, 0xbb, 0x54, 0x18, 0x3b, 0x33, 0x3b, 0x74, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x74, 0x3b, 0x54, 0x32, 0xd2, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x50, 0x2a, 0x50, 0x32, 0xb2, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xd3, 0x4b, 0xb7, 0x5c, 0x7a, 0x54, 0x38, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xf7, 0x5c, 0x17, 0x5c, 0x37, 0x5c, 0x37, 0x54, 0x17, 0x53, 0xf7, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x3b, 0x14, 0x53, 0xd7, 0x3a, 0xf3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, - 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x32, 0x92, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x9a, 0x64, 0xbc, 0x5c, 0x7a, 0x43, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x13, 0x32, 0x91, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x70, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x3a, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x32, 0xb3, 0x43, 0x96, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x53, 0xf7, 0x54, 0x17, 0x5c, 0x38, 0x5c, 0x38, 0x5c, 0x37, 0x5c, 0x17, 0x54, 0x17, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x51, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x3b, 0x34, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, - 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x43, 0x75, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xce, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xd7, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x5c, 0x59, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xba, 0x4b, 0xf6, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x32, 0xf2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0xb2, 0x3b, 0x14, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x3b, 0x34, 0x4b, 0xf7, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd6, 0x53, 0xf7, 0x54, 0x18, 0x5c, 0x38, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x37, 0x5c, 0x17, 0x53, 0xf7, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, - 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x55, 0x4b, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x34, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x3b, 0x14, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x21, 0xef, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xee, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x38, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0x99, 0x64, 0xb9, 0x5c, 0x99, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x38, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9a, 0x64, 0xba, 0x5c, 0xba, 0x64, 0xbb, 0x64, 0xdb, 0x54, 0x18, 0x43, 0x73, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3a, 0xf3, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x32, 0x91, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x4b, 0xb6, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xf7, 0x5c, 0x18, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x37, 0x54, 0x17, 0x4b, 0xd6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0x71, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, - 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x54, 0x43, 0x75, 0x4b, 0x95, 0x3b, 0x14, 0x43, 0x55, 0x4b, 0x95, 0x4b, 0xb6, 0x53, 0xd6, 0x53, 0xf6, 0x53, 0xf7, 0x54, 0x17, 0x53, 0xf7, 0x53, 0xd6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xd7, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xee, 0x19, 0xce, 0x19, 0xee, 0x19, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x4b, 0xb6, 0x4b, 0xf7, 0x54, 0x38, 0x5c, 0x79, 0x64, 0x9a, 0x64, 0xdb, 0x64, 0xfb, 0x6c, 0xfb, 0x64, 0xda, 0x64, 0x99, 0x64, 0x79, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x9a, 0x64, 0xbc, 0x64, 0xbb, 0x64, 0x9a, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xdb, 0x5c, 0x79, 0x4b, 0xd5, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x71, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x3b, 0x14, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x76, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xf7, 0x5c, 0x38, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x38, 0x54, 0x17, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xf3, - 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x34, 0x4b, 0x95, 0x53, 0xb6, 0x5b, 0xf7, 0x5c, 0x37, 0x64, 0x58, 0x64, 0x78, 0x64, 0x78, 0x64, 0x79, 0x5c, 0x58, 0x54, 0x17, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x53, 0xf7, 0x4b, 0x96, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x54, 0x18, 0x5c, 0x79, 0x64, 0xba, 0x6c, 0xfc, 0x6d, 0x3d, 0x75, 0x5d, 0x75, 0x3d, 0x6d, 0x1b, 0x6c, 0xda, 0x64, 0xba, 0x64, 0x79, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x79, 0x64, 0xbb, 0x64, 0xbc, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xdb, 0x64, 0xdb, 0x64, 0xba, 0x5c, 0x17, 0x4b, 0xb4, 0x4b, 0xb4, 0x4b, 0xb4, 0x4b, 0x94, 0x43, 0x94, 0x43, 0x54, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x2a, 0x50, 0x32, 0xb2, 0x3a, 0xf4, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0x92, 0x32, 0x92, 0x3b, 0x14, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xf7, 0x54, 0x18, 0x5c, 0x38, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x58, 0x5c, 0x38, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x32, 0x51, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, - 0x3b, 0x14, 0x43, 0x55, 0x4b, 0x95, 0x53, 0xd6, 0x43, 0x54, 0x43, 0x75, 0x53, 0xb6, 0x53, 0xf7, 0x5c, 0x58, 0x6c, 0x99, 0x6c, 0xdb, 0x74, 0xfc, 0x74, 0xfc, 0x74, 0xfb, 0x6c, 0xfb, 0x64, 0x99, 0x5c, 0x38, 0x53, 0xd6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0xd7, 0x4b, 0xd6, 0x32, 0xd3, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x58, 0x5c, 0x9a, 0x6c, 0xfc, 0x75, 0x5d, 0x7d, 0x9d, 0x7d, 0xbd, 0x7d, 0xbd, 0x75, 0x5d, 0x75, 0x1c, 0x6c, 0xdb, 0x6c, 0xba, 0x64, 0x99, 0x64, 0x79, 0x64, 0x79, 0x64, 0x9a, 0x64, 0xdc, 0x64, 0xdb, 0x64, 0xdb, 0x64, 0xdb, 0x64, 0xfc, 0x64, 0xbb, 0x5c, 0x37, 0x53, 0xb4, 0x53, 0xb5, 0x4b, 0xd5, 0x4b, 0xb5, 0x4b, 0x94, 0x43, 0x54, 0x3b, 0x13, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x71, 0x32, 0xb2, 0x33, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x32, 0xb2, 0x3b, 0x14, 0x4b, 0x96, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x18, 0x5c, 0x38, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xb6, 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x51, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x22, 0x51, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf4, - 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xb6, 0x53, 0xf7, 0x43, 0x54, 0x4b, 0x75, 0x53, 0xd6, 0x5c, 0x37, 0x6c, 0x99, 0x74, 0xfc, 0x7d, 0x5d, 0x7d, 0x7d, 0x85, 0x7d, 0x85, 0x7d, 0x7d, 0x5d, 0x75, 0x1c, 0x64, 0xba, 0x5c, 0x38, 0x53, 0xf7, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x76, 0x4b, 0xb6, 0x4b, 0xd7, 0x43, 0x75, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x1a, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x54, 0x38, 0x5c, 0x79, 0x64, 0xdb, 0x6d, 0x3d, 0x7d, 0x9d, 0x85, 0xfd, 0x8e, 0x5d, 0x8e, 0x1d, 0x85, 0xbd, 0x7d, 0x5d, 0x75, 0x1c, 0x6c, 0xfb, 0x6c, 0xdb, 0x64, 0x9a, 0x64, 0x79, 0x64, 0x99, 0x6c, 0xbb, 0x6c, 0xdc, 0x6c, 0xdc, 0x6c, 0xdc, 0x6c, 0xfc, 0x64, 0xdc, 0x5c, 0x58, 0x53, 0xd5, 0x53, 0xd5, 0x53, 0xd5, 0x4b, 0xb5, 0x4b, 0xb5, 0x43, 0x54, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x0f, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x3b, 0x14, 0x4b, 0xb6, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x5c, 0x38, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x51, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x72, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, - 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xd6, 0x5c, 0x38, 0x3b, 0x34, 0x4b, 0x95, 0x53, 0xf6, 0x64, 0x78, 0x6c, 0xdb, 0x7d, 0x3d, 0x85, 0x9d, 0x8d, 0xdd, 0x96, 0x3d, 0x96, 0x3d, 0x8d, 0xdd, 0x85, 0x7d, 0x75, 0x3d, 0x6c, 0xdb, 0x5c, 0x58, 0x53, 0xf7, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x4b, 0x96, 0x4b, 0x96, 0x32, 0xb2, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x4b, 0xb6, 0x4b, 0xf7, 0x54, 0x38, 0x64, 0x9a, 0x6d, 0x1c, 0x75, 0x7d, 0x86, 0x1d, 0x8e, 0x9d, 0x96, 0xfd, 0x96, 0xbd, 0x8e, 0x3d, 0x8d, 0xdd, 0x7d, 0x5d, 0x75, 0x1c, 0x6c, 0xdb, 0x6c, 0xbb, 0x64, 0x9a, 0x64, 0x79, 0x64, 0x9a, 0x6c, 0xfd, 0x6c, 0xfc, 0x6c, 0xfc, 0x6d, 0x1d, 0x6d, 0x1d, 0x64, 0x99, 0x5b, 0xf5, 0x5b, 0xd5, 0x53, 0xd5, 0x53, 0xd5, 0x4b, 0xb5, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x50, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xd2, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xd3, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x34, 0x4b, 0xb6, 0x54, 0x18, 0x5c, 0x38, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xb2, 0x2a, 0x50, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0xb2, 0x32, 0xb3, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, - 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x34, 0x4b, 0x95, 0x53, 0xf7, 0x64, 0x78, 0x74, 0xfb, 0x7d, 0x5d, 0x8d, 0xdd, 0x96, 0x5d, 0x9e, 0xbd, 0x9e, 0xdd, 0x9e, 0x9d, 0x8e, 0x3d, 0x85, 0x9d, 0x7d, 0x5d, 0x6c, 0xbb, 0x5c, 0x38, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x4b, 0xb6, 0x43, 0x55, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x95, 0x4b, 0xb6, 0x53, 0xf7, 0x5c, 0x59, 0x64, 0xdb, 0x75, 0x3d, 0x7d, 0xdd, 0x8e, 0x9d, 0x96, 0xfd, 0xa6, 0xdc, 0xa6, 0xfd, 0x9e, 0xdd, 0x96, 0x5d, 0x85, 0xbd, 0x7d, 0x3d, 0x74, 0xfc, 0x6c, 0xdb, 0x64, 0xba, 0x64, 0x9a, 0x64, 0x9a, 0x6c, 0xbb, 0x6c, 0xfd, 0x6c, 0xfd, 0x6d, 0x1d, 0x75, 0x3e, 0x64, 0xbb, 0x5b, 0xf6, 0x53, 0xd5, 0x53, 0xf5, 0x53, 0xf5, 0x4b, 0xb5, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x14, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x22, 0x30, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x43, 0x54, 0x4b, 0x95, 0x53, 0xf6, 0x5c, 0x38, 0x5c, 0x58, 0x64, 0x79, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x38, 0x54, 0x17, 0x53, 0xd6, 0x53, 0xb6, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x96, 0x4b, 0xb6, 0x2a, 0x51, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf4, - 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xd6, 0x3b, 0x34, 0x43, 0x34, 0x4b, 0x95, 0x53, 0xd6, 0x64, 0x78, 0x74, 0xfb, 0x7d, 0x5d, 0x8d, 0xfd, 0x96, 0x9d, 0xa6, 0xdc, 0xa6, 0xfc, 0xa6, 0xfd, 0x9e, 0xbd, 0x8e, 0x1d, 0x85, 0x9d, 0x75, 0x1d, 0x64, 0x79, 0x53, 0xf7, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x22, 0x71, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xd6, 0x54, 0x17, 0x5c, 0x79, 0x6c, 0xfc, 0x75, 0x7d, 0x86, 0x3d, 0x96, 0xdd, 0xa6, 0xfd, 0xae, 0xfd, 0xb6, 0xfd, 0xae, 0xfd, 0x9e, 0xbd, 0x96, 0x3d, 0x85, 0x7d, 0x75, 0x1c, 0x6c, 0xda, 0x6c, 0xba, 0x6c, 0xba, 0x64, 0xba, 0x64, 0xba, 0x6c, 0xdc, 0x6d, 0x1d, 0x75, 0x1d, 0x75, 0x5d, 0x6c, 0xfb, 0x5c, 0x37, 0x53, 0xf5, 0x5b, 0xf5, 0x5c, 0x16, 0x4b, 0xb5, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x50, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x4b, 0x96, 0x53, 0xd6, 0x5c, 0x17, 0x5c, 0x58, 0x64, 0x58, 0x5c, 0x58, 0x5c, 0x38, 0x54, 0x17, 0x53, 0xf7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x92, 0x2a, 0x51, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf4, - 0x3b, 0x14, 0x43, 0x55, 0x4b, 0xb6, 0x32, 0xf3, 0x3b, 0x34, 0x4b, 0x75, 0x53, 0xd6, 0x64, 0x58, 0x6c, 0xda, 0x7d, 0x5d, 0x8d, 0xbd, 0x96, 0x7d, 0x9e, 0xfd, 0xa6, 0xfd, 0xa6, 0xfd, 0xa6, 0xfd, 0x96, 0x9d, 0x85, 0x9d, 0x75, 0x1d, 0x64, 0x9a, 0x54, 0x17, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x76, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x34, 0x21, 0xf0, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x1a, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x54, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0xd7, 0x54, 0x38, 0x64, 0x9a, 0x6c, 0xfc, 0x7d, 0x9d, 0x8e, 0x7d, 0x9e, 0xfd, 0xb6, 0xdd, 0xc6, 0xfd, 0xc6, 0xdd, 0xbe, 0xdd, 0xae, 0xfd, 0x9e, 0xbd, 0x8d, 0xfd, 0x7d, 0x5d, 0x74, 0xdb, 0x6c, 0xba, 0x6c, 0xba, 0x6c, 0xbb, 0x6c, 0xbb, 0x6c, 0xbb, 0x6c, 0xfc, 0x75, 0x3d, 0x75, 0x5d, 0x6d, 0x1c, 0x64, 0x78, 0x5c, 0x15, 0x53, 0xf6, 0x5c, 0x16, 0x4b, 0xd5, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x50, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x3b, 0x13, 0x43, 0x34, 0x4b, 0x75, 0x4b, 0xb6, 0x53, 0xf6, 0x53, 0xf7, 0x5c, 0x17, 0x5c, 0x17, 0x53, 0xf7, 0x53, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb6, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf4, - 0x3b, 0x14, 0x43, 0x55, 0x43, 0x95, 0x32, 0xd3, 0x3b, 0x14, 0x43, 0x55, 0x4b, 0xb6, 0x5c, 0x17, 0x64, 0x99, 0x75, 0x1c, 0x85, 0x7d, 0x8e, 0x1d, 0x9e, 0xbd, 0xa6, 0xdd, 0xa6, 0xfd, 0xa6, 0xdc, 0x96, 0x9d, 0x85, 0xdd, 0x75, 0x1d, 0x64, 0x99, 0x5c, 0x38, 0x53, 0xd7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0x96, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xb6, 0x53, 0xf7, 0x5c, 0x38, 0x64, 0x9a, 0x75, 0x1d, 0x85, 0xdd, 0x8e, 0x9d, 0xa6, 0xfd, 0xbe, 0xfd, 0xce, 0xdd, 0xce, 0xdd, 0xce, 0xfd, 0xbe, 0xfd, 0xa6, 0xdd, 0x96, 0x5d, 0x85, 0x7d, 0x74, 0xfc, 0x6c, 0xba, 0x64, 0x99, 0x64, 0xba, 0x6c, 0xbb, 0x6c, 0xbb, 0x6c, 0xdb, 0x75, 0x3d, 0x75, 0x5d, 0x6d, 0x3c, 0x64, 0x79, 0x5b, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x43, 0x95, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3b, 0x13, 0x43, 0x34, 0x4b, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x96, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0xd7, 0x43, 0x96, 0x2a, 0x51, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, - 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x32, 0xd3, 0x3a, 0xf3, 0x43, 0x34, 0x4b, 0x95, 0x53, 0xd6, 0x5c, 0x38, 0x6c, 0xba, 0x7d, 0x3d, 0x85, 0x9d, 0x8e, 0x3d, 0x96, 0x9d, 0x9e, 0xdd, 0x9e, 0xbd, 0x96, 0x5d, 0x85, 0x9d, 0x74, 0xfc, 0x64, 0x79, 0x54, 0x17, 0x53, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x75, 0x3a, 0xf3, 0x22, 0x10, 0x22, 0x31, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x1a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x19, 0xef, 0x19, 0xef, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x4b, 0x96, 0x53, 0xd7, 0x5c, 0x38, 0x64, 0x9a, 0x75, 0x1d, 0x7d, 0xbd, 0x8e, 0x9d, 0xa6, 0xfd, 0xbe, 0xfd, 0xd6, 0xfd, 0xd6, 0xfd, 0xce, 0xfd, 0xc6, 0xdd, 0xae, 0xfd, 0x96, 0x7d, 0x85, 0x9d, 0x75, 0x1d, 0x6c, 0xdb, 0x64, 0x99, 0x64, 0x79, 0x64, 0x9a, 0x6c, 0xbb, 0x6c, 0xdb, 0x6d, 0x1d, 0x75, 0x3d, 0x6d, 0x1d, 0x5c, 0x79, 0x4b, 0xd6, 0x53, 0xd6, 0x53, 0xd6, 0x43, 0x95, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xf3, 0x3b, 0x13, 0x43, 0x34, 0x43, 0x54, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x76, 0x4b, 0xb6, 0x4b, 0xd7, 0x54, 0x38, 0x43, 0x34, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0xd3, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, - 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x32, 0xb3, 0x32, 0xf3, 0x3b, 0x14, 0x43, 0x54, 0x4b, 0x96, 0x53, 0xf7, 0x64, 0x58, 0x6c, 0xdb, 0x7d, 0x3d, 0x85, 0x9d, 0x8d, 0xdd, 0x96, 0x3d, 0x8e, 0x3d, 0x85, 0xdd, 0x7d, 0x3d, 0x6c, 0xdc, 0x64, 0x59, 0x54, 0x17, 0x4b, 0xd6, 0x43, 0x96, 0x4b, 0x96, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x14, 0x22, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x19, 0xef, 0x11, 0xae, 0x11, 0xcf, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x33, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd6, 0x54, 0x17, 0x64, 0x79, 0x6c, 0xfc, 0x7d, 0xbd, 0x8e, 0x9d, 0x9e, 0xfd, 0xbe, 0xfd, 0xce, 0xfd, 0xd6, 0xfd, 0xd6, 0xfd, 0xce, 0xfd, 0xb6, 0xfd, 0x9e, 0x9d, 0x8d, 0xdd, 0x7d, 0x3d, 0x6c, 0xdb, 0x6c, 0xba, 0x64, 0x99, 0x64, 0x9a, 0x64, 0xba, 0x64, 0xdb, 0x6c, 0xfc, 0x6d, 0x1d, 0x6d, 0x1d, 0x5c, 0x9a, 0x4b, 0xf6, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x3a, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x4b, 0xb6, 0x4b, 0xd7, 0x5c, 0x79, 0x2a, 0x92, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0xd3, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, - 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x43, 0x75, 0x4b, 0xb6, 0x53, 0xf7, 0x64, 0x78, 0x6c, 0xba, 0x75, 0x1d, 0x7d, 0x5d, 0x7d, 0x7d, 0x85, 0x7d, 0x75, 0x3d, 0x74, 0xfc, 0x6c, 0x9a, 0x5c, 0x38, 0x53, 0xf7, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x19, 0xef, 0x19, 0xad, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xcf, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0xd6, 0x54, 0x17, 0x5c, 0x79, 0x6c, 0xfc, 0x75, 0x7d, 0x86, 0x3d, 0x9e, 0xdd, 0xb6, 0xfd, 0xce, 0xfd, 0xd6, 0xfd, 0xd6, 0xfd, 0xce, 0xfd, 0xb6, 0xfd, 0x9e, 0xbd, 0x8d, 0xdd, 0x7d, 0x3d, 0x74, 0xdc, 0x6c, 0xba, 0x64, 0x99, 0x64, 0x9a, 0x64, 0xba, 0x64, 0xdb, 0x64, 0xdc, 0x64, 0xfd, 0x6d, 0x1d, 0x5c, 0x9a, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf6, 0x43, 0xb6, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0x55, 0x33, 0x14, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x4b, 0xb6, 0x4b, 0xf7, 0x54, 0x18, 0x2a, 0x91, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0xb2, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x31, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, - 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x54, 0x43, 0x75, 0x4b, 0xb6, 0x53, 0xf7, 0x5c, 0x38, 0x64, 0x9a, 0x6c, 0xdb, 0x74, 0xfd, 0x6c, 0xdc, 0x6c, 0xba, 0x64, 0x9a, 0x5c, 0x58, 0x54, 0x17, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x76, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3a, 0xd3, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x19, 0xee, 0x19, 0x8d, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0xce, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xd3, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x53, 0xf7, 0x5c, 0x59, 0x6c, 0xdc, 0x75, 0x5d, 0x86, 0x1d, 0x96, 0xdd, 0xae, 0xfd, 0xc6, 0xfd, 0xce, 0xfd, 0xd6, 0xfd, 0xce, 0xfd, 0xb6, 0xfd, 0x9e, 0xbd, 0x8d, 0xfd, 0x7d, 0x5d, 0x74, 0xfc, 0x6c, 0xba, 0x64, 0x9a, 0x64, 0x9a, 0x64, 0xba, 0x64, 0xbb, 0x64, 0xdc, 0x64, 0xfd, 0x6d, 0x1d, 0x5c, 0x9a, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x55, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x4b, 0xb7, 0x53, 0xf8, 0x4b, 0x96, 0x2a, 0x71, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, - 0x3b, 0x75, 0x43, 0x76, 0x3b, 0x55, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x75, 0x4b, 0xb6, 0x53, 0xf7, 0x5c, 0x38, 0x64, 0x79, 0x5c, 0x59, 0x5c, 0x58, 0x64, 0x58, 0x5c, 0x58, 0x54, 0x17, 0x53, 0xd7, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3a, 0xf4, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x19, 0xee, 0x11, 0x6b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xce, 0x19, 0xcf, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x53, 0xf7, 0x5c, 0x59, 0x64, 0xbb, 0x6d, 0x3d, 0x7d, 0xdd, 0x8e, 0x9d, 0x9e, 0xfd, 0xb6, 0xfd, 0xc6, 0xfd, 0xce, 0xfd, 0xc6, 0xfd, 0xb6, 0xfd, 0x9e, 0xbd, 0x8d, 0xfd, 0x7d, 0x5d, 0x75, 0x1c, 0x6c, 0xba, 0x64, 0x9a, 0x64, 0x9a, 0x64, 0xba, 0x5c, 0xbb, 0x5c, 0xbc, 0x64, 0xbd, 0x64, 0xfd, 0x5c, 0x7a, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x76, 0x4b, 0xb7, 0x54, 0x18, 0x43, 0x55, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0xd3, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x3b, 0x34, 0x43, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, - 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xb6, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x76, 0x4b, 0xb6, 0x53, 0xd7, 0x53, 0xd7, 0x53, 0xd7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xd7, 0x53, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x76, 0x3b, 0x34, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x0f, 0x19, 0xac, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xcf, 0x19, 0xf0, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0xb3, 0x33, 0x14, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x53, 0xf7, 0x54, 0x38, 0x64, 0x9b, 0x6d, 0x1d, 0x75, 0x9d, 0x86, 0x5d, 0x96, 0xfc, 0xae, 0xfd, 0xb6, 0xfd, 0xbe, 0xfd, 0xb6, 0xfd, 0xa6, 0xfd, 0x96, 0xbd, 0x85, 0xfd, 0x7d, 0x5d, 0x6d, 0x1c, 0x64, 0xdb, 0x64, 0xba, 0x64, 0xba, 0x64, 0xba, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbd, 0x64, 0xdd, 0x5c, 0x7a, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb3, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0xb6, 0x54, 0x18, 0x3b, 0x34, 0x22, 0x51, 0x22, 0x30, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x32, 0xd3, 0x3a, 0xf4, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x76, 0x43, 0x96, - 0x4b, 0xf6, 0x54, 0x17, 0x4b, 0xf6, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x14, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x0f, 0x21, 0xee, 0x19, 0xad, 0x11, 0x4a, 0x11, 0x09, 0x11, 0x29, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xcf, 0x19, 0xef, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xf4, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xf7, 0x54, 0x38, 0x5c, 0x9a, 0x64, 0xfd, 0x75, 0x5d, 0x7d, 0xfd, 0x8e, 0xbd, 0x9e, 0xfc, 0xa6, 0xfd, 0xae, 0xfd, 0xa6, 0xfd, 0x9e, 0xfd, 0x8e, 0x9d, 0x85, 0xdd, 0x75, 0x5d, 0x6d, 0x1c, 0x64, 0xdb, 0x64, 0xba, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9d, 0x64, 0xdd, 0x5c, 0x7b, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x4b, 0xd7, 0x43, 0x97, 0x43, 0xb7, 0x43, 0x96, 0x3b, 0x55, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x32, 0xd3, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x92, 0x32, 0xf3, 0x3a, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x14, 0x43, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x76, 0x4b, 0xd6, - 0x4b, 0xf6, 0x54, 0x17, 0x53, 0xf6, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x55, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x21, 0xee, 0x21, 0xcd, 0x19, 0xac, 0x19, 0x6b, 0x11, 0x29, 0x11, 0x29, 0x11, 0x29, 0x11, 0x29, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x2b, 0x11, 0x6b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0xad, 0x11, 0xce, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xd3, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x54, 0x18, 0x5c, 0x7a, 0x64, 0xbc, 0x6d, 0x1d, 0x75, 0x9d, 0x86, 0x7d, 0x96, 0xfd, 0x9e, 0xfc, 0x9e, 0xfc, 0x9e, 0xfc, 0x96, 0xdd, 0x86, 0x5d, 0x7d, 0xbd, 0x75, 0x5d, 0x6d, 0x1c, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbd, 0x64, 0xdd, 0x5c, 0x7b, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb6, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x75, 0x22, 0x30, 0x19, 0xef, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0xb2, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x34, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, - 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x35, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x2a, 0x30, 0x19, 0xce, 0x11, 0x6c, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xcf, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x33, 0x14, 0x3b, 0x76, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x39, 0x5c, 0x9c, 0x64, 0xfd, 0x75, 0x5d, 0x7d, 0xdd, 0x8e, 0x7d, 0x96, 0xdd, 0x96, 0xfd, 0x8e, 0xdd, 0x8e, 0x7d, 0x7d, 0xdd, 0x75, 0x7d, 0x6d, 0x3d, 0x64, 0xfc, 0x64, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbd, 0x64, 0xdd, 0x54, 0x7a, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x3b, 0x34, 0x1a, 0x30, 0x19, 0xef, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x31, 0x22, 0x71, 0x2a, 0x72, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x34, 0x43, 0x54, 0x43, 0x34, 0x43, 0x54, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x53, 0xf6, - 0x53, 0xf6, 0x54, 0x17, 0x53, 0xf6, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xb2, 0x11, 0x8d, 0x11, 0x8c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0xad, 0x11, 0xae, 0x11, 0xce, 0x19, 0xef, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xf4, 0x43, 0x96, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xf8, 0x54, 0x39, 0x5c, 0x9b, 0x64, 0xbd, 0x6d, 0x1d, 0x75, 0x7d, 0x7d, 0xdd, 0x86, 0x5d, 0x86, 0x7d, 0x86, 0x5d, 0x85, 0xfd, 0x7d, 0x9d, 0x6d, 0x5d, 0x6d, 0x1d, 0x64, 0xfd, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbd, 0x64, 0xbd, 0x54, 0x5a, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xb7, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x35, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0xb6, 0x32, 0xd3, 0x1a, 0x0f, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x52, 0x2a, 0x72, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x13, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x4b, 0xd6, 0x4b, 0xd6, 0x53, 0xf6, 0x53, 0xf6, - 0x54, 0x17, 0x54, 0x17, 0x5c, 0x17, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x6b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x3b, 0x35, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xf8, 0x4c, 0x19, 0x54, 0x5a, 0x5c, 0xbc, 0x64, 0xfe, 0x6d, 0x3d, 0x75, 0x9d, 0x7d, 0xbd, 0x7d, 0xdd, 0x7d, 0xbd, 0x75, 0x9d, 0x6d, 0x3d, 0x6d, 0x1d, 0x64, 0xfd, 0x64, 0xdd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0xbd, 0x64, 0xbd, 0x54, 0x5a, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x4b, 0xb6, 0x22, 0x10, 0x19, 0xcf, 0x19, 0xf0, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf6, 0x54, 0x16, 0x54, 0x17, - 0x54, 0x17, 0x54, 0x17, 0x5c, 0x37, 0x32, 0xf3, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x3b, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x15, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x3a, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x11, 0x8d, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x2a, 0x11, 0x4a, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x1a, 0x0f, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xf4, 0x43, 0x96, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x5a, 0x5c, 0x9c, 0x64, 0xdd, 0x6d, 0x1d, 0x6d, 0x3d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x5d, 0x6d, 0x3d, 0x6c, 0xfd, 0x64, 0xdd, 0x64, 0xbd, 0x5c, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0xbd, 0x64, 0xde, 0x5c, 0xbc, 0x54, 0x39, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x19, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf8, 0x43, 0xd7, 0x43, 0xb7, 0x3b, 0x96, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x96, 0x32, 0xd3, 0x19, 0xef, 0x11, 0xcf, 0x19, 0xef, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd6, 0x4b, 0xf6, 0x54, 0x16, - 0x4b, 0xf6, 0x4b, 0xf7, 0x54, 0x17, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x15, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x19, 0xef, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xf4, 0x3b, 0x76, 0x43, 0x97, 0x43, 0xb7, 0x4b, 0xf8, 0x54, 0x19, 0x54, 0x5a, 0x5c, 0x9c, 0x64, 0xbd, 0x64, 0xfd, 0x6d, 0x1d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x1d, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xbd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0xbe, 0x5c, 0x9c, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x19, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb7, 0x3b, 0x76, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x31, 0x2a, 0x50, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x53, 0xd7, 0x22, 0x50, 0x11, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xd6, 0x4b, 0xd6, - 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x3b, 0x54, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x19, 0xce, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x2b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x4b, 0x11, 0x6b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x19, 0xef, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x35, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x39, 0x54, 0x7a, 0x5c, 0x9b, 0x64, 0xbd, 0x64, 0xdd, 0x64, 0xfd, 0x6d, 0x1d, 0x6d, 0x1d, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0xde, 0x5c, 0x9c, 0x54, 0x19, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0x96, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x96, 0x3a, 0xd3, 0x19, 0xef, 0x11, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x92, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, - 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x75, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x21, 0xef, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6b, 0x11, 0x6b, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xcf, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x33, 0x14, 0x43, 0xb7, 0x4b, 0xd8, 0x4c, 0x18, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0xbb, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0xbd, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0x9c, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x9b, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4b, 0xf8, 0x4b, 0xf7, 0x43, 0xb7, 0x3b, 0x55, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x96, 0x22, 0x50, 0x11, 0xce, 0x11, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0xb3, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x93, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x55, - 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x0f, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x76, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x59, 0x5c, 0xba, 0x64, 0xdb, 0x6c, 0xfd, 0x6d, 0x1d, 0x6c, 0xfd, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x7d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0x9c, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x18, 0x4b, 0xf8, 0x43, 0xd7, 0x3b, 0x35, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x75, 0x3a, 0xf3, 0x19, 0xef, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0xd3, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, - 0x33, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0x93, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xd4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x30, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xae, 0x11, 0xad, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x51, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x15, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x59, 0x64, 0xba, 0x6c, 0xdb, 0x6c, 0xfc, 0x6d, 0x1d, 0x6d, 0x1d, 0x6d, 0x1d, 0x64, 0xfd, 0x64, 0xdd, 0x5c, 0x9d, 0x54, 0x7c, 0x54, 0x7c, 0x5c, 0x9d, 0x5c, 0xbd, 0x64, 0xbd, 0x64, 0xdd, 0x64, 0xfd, 0x65, 0x1d, 0x65, 0x1d, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x54, 0x7a, 0x54, 0x39, 0x4c, 0x38, 0x43, 0xb7, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x2a, 0x30, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0xd3, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, - 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x35, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x30, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xad, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xef, 0x1a, 0x0f, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x43, 0x96, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x9a, 0x6c, 0xdb, 0x6c, 0xdc, 0x75, 0x1d, 0x75, 0x1d, 0x6d, 0x1d, 0x6d, 0x1d, 0x64, 0xdd, 0x5c, 0x9d, 0x5c, 0x9d, 0x54, 0x9d, 0x54, 0x9d, 0x5c, 0x9d, 0x64, 0xdd, 0x64, 0xfd, 0x65, 0x1d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x1d, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xbd, 0x64, 0xbd, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x54, 0x5a, 0x54, 0x38, 0x43, 0xd7, 0x3b, 0x75, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x14, 0x19, 0xce, 0x11, 0xad, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0xf3, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, - 0x33, 0x14, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x30, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xce, 0x11, 0xae, 0x11, 0xad, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd4, 0x32, 0xf4, 0x3b, 0x55, 0x4b, 0xf8, 0x54, 0x7a, 0x5c, 0x9b, 0x64, 0xdb, 0x6c, 0xfc, 0x74, 0xfd, 0x75, 0x1d, 0x75, 0x1d, 0x6d, 0x1d, 0x64, 0xdd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x54, 0x7d, 0x5c, 0x9d, 0x64, 0xdd, 0x64, 0xfd, 0x6d, 0x1d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x3d, 0x75, 0x5d, 0x75, 0x5d, 0x6d, 0x3d, 0x6d, 0x1d, 0x6c, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0xdd, 0x54, 0x7b, 0x4c, 0x19, 0x4b, 0xd7, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x95, 0x22, 0x0f, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xce, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0xf3, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, - 0x33, 0x35, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x31, 0x11, 0xef, 0x19, 0xf0, 0x19, 0xef, 0x11, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x11, 0xef, 0x19, 0xef, 0x11, 0xcf, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xcf, 0x19, 0xef, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x43, 0x97, 0x54, 0x5a, 0x5c, 0x9b, 0x64, 0xbc, 0x6c, 0xfc, 0x74, 0xfd, 0x75, 0x1d, 0x75, 0x1d, 0x6d, 0x1d, 0x64, 0xfd, 0x64, 0xbd, 0x5c, 0xbd, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0xbd, 0x64, 0xdd, 0x65, 0x1d, 0x6d, 0x3d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x75, 0x9d, 0x7d, 0xfd, 0x7d, 0xbd, 0x75, 0x7e, 0x75, 0x5e, 0x75, 0x5d, 0x75, 0x5d, 0x6d, 0x1d, 0x6d, 0x1d, 0x65, 0x1d, 0x64, 0xfd, 0x5c, 0x9c, 0x54, 0x59, 0x54, 0x18, 0x4b, 0xb7, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x35, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x4b, 0x96, 0x2a, 0x71, 0x11, 0xad, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0xd3, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x2a, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, - 0x33, 0x35, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x22, 0x31, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x19, 0xf0, 0x1a, 0x10, 0x1a, 0x0f, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x11, 0xcf, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x93, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x76, 0x4c, 0x19, 0x5c, 0x9b, 0x5c, 0xbd, 0x64, 0xdd, 0x6d, 0x1d, 0x6d, 0x1d, 0x6d, 0x1d, 0x6c, 0xfd, 0x64, 0xfd, 0x64, 0xdd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xdd, 0x65, 0x1d, 0x6d, 0x1d, 0x6d, 0x3d, 0x6d, 0x7d, 0x75, 0x7d, 0x75, 0x9d, 0x86, 0x3d, 0x8e, 0xdd, 0x86, 0x5d, 0x86, 0x3d, 0x86, 0x1e, 0x7d, 0xdd, 0x75, 0x9d, 0x75, 0x5d, 0x6d, 0x3d, 0x6d, 0x1d, 0x64, 0xfd, 0x5c, 0xbc, 0x5c, 0xbc, 0x54, 0x5a, 0x4b, 0xf8, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x55, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3a, 0xd3, 0x19, 0xce, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x51, 0x32, 0xd3, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x2a, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x15, 0x33, 0x35, - 0x33, 0x34, 0x33, 0x35, 0x33, 0x35, 0x33, 0x34, 0x33, 0x35, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x22, 0x31, 0x22, 0x30, 0x1a, 0x31, 0x22, 0x30, 0x1a, 0x30, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x1a, 0x10, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xce, 0x19, 0xcf, 0x11, 0xce, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb7, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xdd, 0x64, 0xdd, 0x64, 0xfd, 0x5c, 0xdd, 0x64, 0xdd, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x64, 0xfd, 0x64, 0xfd, 0x6d, 0x3d, 0x75, 0x7d, 0x75, 0x9d, 0x75, 0x9d, 0x7d, 0xfd, 0x8e, 0x9c, 0x9f, 0x1d, 0x96, 0xfd, 0x96, 0xfd, 0x96, 0xdd, 0x8e, 0x7d, 0x86, 0x1e, 0x7d, 0xde, 0x7d, 0x9d, 0x75, 0x7d, 0x6d, 0x1d, 0x64, 0xfd, 0x64, 0xfd, 0x5c, 0xbd, 0x54, 0x39, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x76, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x22, 0x30, 0x11, 0xad, 0x11, 0xad, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x19, 0xef, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x91, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, - 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x15, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x1a, 0x10, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x35, 0x3b, 0x56, 0x3b, 0x76, 0x43, 0x96, 0x4b, 0xf8, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0xdd, 0x65, 0x1d, 0x6d, 0x3d, 0x75, 0x7d, 0x75, 0x9d, 0x7d, 0xbe, 0x75, 0x9d, 0x86, 0x1c, 0xa7, 0x1d, 0xae, 0xfd, 0xae, 0xfd, 0xa6, 0xfd, 0x9f, 0x1d, 0x9e, 0xfd, 0x96, 0xfd, 0x8e, 0xdd, 0x8e, 0x9d, 0x85, 0xfe, 0x75, 0x7d, 0x75, 0x5d, 0x6d, 0x3d, 0x6d, 0x1d, 0x64, 0x9b, 0x54, 0x39, 0x53, 0xf8, 0x43, 0xb6, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x35, 0x2a, 0x71, 0x19, 0xae, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x31, 0x43, 0x96, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, - 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x22, 0x71, 0x22, 0x51, 0x22, 0x31, 0x22, 0x30, 0x1a, 0x10, 0x19, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x15, 0x3b, 0x35, 0x43, 0x76, 0x43, 0xb7, 0x43, 0x96, 0x4c, 0x19, 0x5c, 0xbd, 0x54, 0x9d, 0x5c, 0x7d, 0x5c, 0x9e, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0xbd, 0x64, 0xdd, 0x64, 0xfd, 0x6d, 0x1d, 0x6d, 0x5d, 0x75, 0x9d, 0x7d, 0xde, 0x7d, 0xfe, 0x86, 0x1d, 0x9e, 0x9d, 0xb7, 0x1d, 0xbe, 0xfd, 0xbe, 0xfd, 0xbf, 0x1d, 0xbf, 0x1d, 0xae, 0xfd, 0xa6, 0xfd, 0xa6, 0xfd, 0x9e, 0xfd, 0x8e, 0xdd, 0x86, 0x5d, 0x7d, 0xfe, 0x7d, 0xbe, 0x75, 0x7d, 0x6d, 0x1d, 0x5c, 0x9b, 0x54, 0x18, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x2a, 0x92, 0x19, 0xce, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x31, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x2a, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, - 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x15, 0x33, 0x15, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xd7, 0x54, 0x5a, 0x5c, 0xbe, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x64, 0xbd, 0x64, 0xdd, 0x64, 0xfd, 0x65, 0x1d, 0x6d, 0x3d, 0x6d, 0x7d, 0x75, 0xbd, 0x7d, 0xfd, 0x7d, 0xfd, 0x86, 0x3d, 0xa6, 0xfd, 0xb7, 0x1d, 0xcf, 0x1d, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd6, 0xfe, 0xc7, 0x1d, 0xb6, 0xfd, 0xae, 0xfd, 0x9f, 0x1d, 0x96, 0xfd, 0x8e, 0xbd, 0x86, 0x3d, 0x86, 0x1d, 0x7d, 0x9d, 0x64, 0xbb, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3a, 0xd3, 0x19, 0xef, 0x11, 0xae, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x43, 0x75, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xd3, - 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x96, 0x43, 0xb7, 0x54, 0x3a, 0x64, 0xbd, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x7d, 0x5c, 0x7c, 0x5c, 0x9c, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x6d, 0x3d, 0x75, 0x7d, 0x7d, 0xbd, 0x7d, 0xdd, 0x8e, 0x5d, 0xa7, 0x1d, 0xb7, 0x1d, 0xcf, 0x1d, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1d, 0xd6, 0xfd, 0xd6, 0xfe, 0xc7, 0x1d, 0xaf, 0x1d, 0xa6, 0xfd, 0x9f, 0x1c, 0x96, 0xfd, 0x8e, 0x7d, 0x7d, 0x7c, 0x6c, 0xdb, 0x5c, 0x59, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x76, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3a, 0xf3, 0x22, 0x10, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xce, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x51, 0x43, 0x75, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, - 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x92, 0x22, 0x51, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x33, 0x13, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x15, 0x33, 0x35, 0x33, 0x15, 0x3b, 0x35, 0x3b, 0x35, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x76, 0x54, 0x3a, 0x5c, 0xbd, 0x54, 0x7c, 0x54, 0x7c, 0x54, 0x5b, 0x54, 0x7b, 0x5c, 0xbd, 0x64, 0xbe, 0x64, 0xdd, 0x65, 0x1d, 0x75, 0x7e, 0x75, 0x9d, 0x7d, 0xbd, 0x8e, 0x7d, 0x9f, 0x1d, 0xae, 0xfd, 0xc7, 0x1d, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd6, 0xfd, 0xd7, 0x1d, 0xd7, 0x1e, 0xd7, 0x1e, 0xc7, 0x1e, 0xb7, 0x1d, 0xa7, 0x1d, 0x9e, 0xdd, 0x85, 0xfd, 0x75, 0x1c, 0x6c, 0xfc, 0x6c, 0xdc, 0x5c, 0x59, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x34, 0x22, 0x51, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xce, 0x11, 0xae, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x3b, 0x55, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, - 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0x71, 0x22, 0x10, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x15, 0x33, 0x15, 0x33, 0x15, 0x3b, 0x35, 0x3b, 0x35, 0x32, 0xf4, 0x33, 0x15, 0x3b, 0x35, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0xb7, 0x54, 0x7b, 0x64, 0xbe, 0x5c, 0x7d, 0x54, 0x7c, 0x5c, 0x7c, 0x5c, 0xbd, 0x64, 0xfd, 0x64, 0xfd, 0x6d, 0x1d, 0x6d, 0x5d, 0x75, 0x7d, 0x75, 0x9d, 0x86, 0x3d, 0x8e, 0xfd, 0xa7, 0x1d, 0xb7, 0x1d, 0xc7, 0x1d, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1d, 0xbf, 0x1d, 0xaf, 0x1d, 0x9e, 0x7d, 0x85, 0xbe, 0x7d, 0x5d, 0x7d, 0x5d, 0x75, 0x1d, 0x64, 0x9b, 0x5c, 0x38, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x43, 0x95, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x55, 0x22, 0x30, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xce, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x32, 0xf3, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x33, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, - 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x51, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x33, 0x55, 0x33, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x15, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x5c, 0x7b, 0x64, 0xde, 0x5c, 0xbe, 0x5c, 0x9d, 0x5c, 0xbe, 0x64, 0xfd, 0x6d, 0x1d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x3d, 0x75, 0x7e, 0x7d, 0xde, 0x86, 0x7e, 0x8f, 0x1d, 0x9f, 0x1d, 0xaf, 0x1d, 0xc7, 0x1d, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xcf, 0x1e, 0xbf, 0x1d, 0xa6, 0xdd, 0x96, 0x3d, 0x85, 0xde, 0x7d, 0x7e, 0x7d, 0x7d, 0x75, 0x3d, 0x64, 0xdc, 0x5c, 0x7a, 0x54, 0x39, 0x53, 0xf8, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x22, 0x51, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x11, 0xef, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x31, 0x2a, 0x92, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x35, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xf3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, - 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x56, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x56, 0x3b, 0x76, 0x43, 0x76, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xf8, 0x5c, 0x9b, 0x64, 0xfe, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x6d, 0x3d, 0x6d, 0x5e, 0x6d, 0x3d, 0x6d, 0x1d, 0x6d, 0x3d, 0x75, 0x9d, 0x7d, 0xfd, 0x86, 0x5d, 0x86, 0xbd, 0x96, 0xfd, 0xaf, 0x1d, 0xbf, 0x1d, 0xc7, 0x1d, 0xcf, 0x1d, 0xc7, 0x1d, 0xbf, 0x1d, 0xb7, 0x1d, 0xa6, 0xdd, 0x96, 0x5d, 0x8e, 0x1e, 0x85, 0xde, 0x7d, 0x7e, 0x75, 0x5d, 0x75, 0x3d, 0x6c, 0xfd, 0x64, 0x9b, 0x5c, 0x59, 0x54, 0x38, 0x4b, 0xf8, 0x4b, 0xb7, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x43, 0x55, 0x3b, 0x14, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x1a, 0x10, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x11, 0xef, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xcf, 0x11, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x43, 0x75, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x33, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x35, 0x33, 0x15, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x2a, 0xd4, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, - 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x96, 0x43, 0xb7, 0x3b, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xd6, 0x53, 0xd6, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x15, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x15, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x43, 0x96, 0x43, 0x97, 0x43, 0x97, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd8, 0x4b, 0xf8, 0x54, 0x5a, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfd, 0x6d, 0x3e, 0x6d, 0x1d, 0x6d, 0x1d, 0x6d, 0x3d, 0x75, 0x5d, 0x75, 0x9d, 0x7d, 0xde, 0x7d, 0xfe, 0x86, 0x5d, 0x96, 0xfd, 0x9f, 0x1d, 0xa7, 0x1d, 0xaf, 0x1d, 0xa7, 0x1d, 0xa7, 0x1c, 0x9e, 0x9d, 0x8d, 0xfd, 0x85, 0xde, 0x85, 0xbd, 0x7d, 0x7e, 0x75, 0x5d, 0x75, 0x3d, 0x75, 0x3d, 0x6c, 0xfd, 0x64, 0x9b, 0x5c, 0x7a, 0x54, 0x39, 0x53, 0xf8, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x3b, 0x14, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x1a, 0x10, 0x19, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x11, 0xef, 0x11, 0xef, 0x11, 0xef, 0x11, 0xef, 0x11, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x51, 0x3b, 0x34, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x35, 0x33, 0x35, 0x33, 0x15, 0x33, 0x15, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, - 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x76, 0x43, 0xf8, 0x43, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x37, 0x54, 0x17, 0x54, 0x37, 0x54, 0x17, 0x53, 0xf6, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x15, 0x3b, 0x35, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x54, 0x19, 0x5c, 0x7b, 0x64, 0xdd, 0x64, 0xfe, 0x6c, 0xfe, 0x6d, 0x1d, 0x6c, 0xfd, 0x6c, 0xfe, 0x6d, 0x3e, 0x6d, 0x5d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x9d, 0x7d, 0xdd, 0x7d, 0xfd, 0x86, 0x3d, 0x8e, 0x9d, 0x96, 0xde, 0x96, 0xfd, 0x8e, 0x7d, 0x7d, 0x9d, 0x75, 0x3e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x3e, 0x6c, 0xfd, 0x64, 0xdb, 0x6c, 0xdc, 0x6c, 0xfd, 0x64, 0x9c, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x3b, 0x14, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x19, 0xf0, 0x19, 0xef, 0x11, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x3b, 0x14, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x15, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x33, 0x35, 0x33, 0x34, 0x33, 0x35, 0x33, 0x35, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, - 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x22, 0x31, 0x22, 0x30, 0x2a, 0x51, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0xd8, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xd8, 0x4b, 0xd8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd8, 0x4b, 0xd8, 0x4b, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x19, 0x54, 0x3a, 0x54, 0x5b, 0x5c, 0x9c, 0x64, 0xdd, 0x6d, 0x1e, 0x6c, 0xfe, 0x6c, 0xfd, 0x6d, 0x1d, 0x6d, 0x1d, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x9d, 0x7d, 0x9d, 0x75, 0x9d, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x7d, 0x9d, 0x7d, 0xbd, 0x75, 0x3c, 0x64, 0xbc, 0x6c, 0xdc, 0x6c, 0xdd, 0x6c, 0xdd, 0x64, 0xdc, 0x64, 0xbb, 0x5c, 0x9a, 0x64, 0xbb, 0x64, 0xdd, 0x64, 0x9c, 0x5c, 0x5a, 0x54, 0x18, 0x53, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x1a, 0x10, 0x1a, 0x10, 0x19, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x32, 0xd3, 0x4b, 0xb6, 0x4b, 0xf7, 0x4b, 0xf8, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x15, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, - 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x55, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x43, 0xf7, 0x43, 0xb7, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xd8, 0x4b, 0xf8, 0x4c, 0x19, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x19, 0x4c, 0x19, 0x4b, 0xf8, 0x4c, 0x19, 0x4c, 0x19, 0x4c, 0x19, 0x54, 0x19, 0x54, 0x3a, 0x54, 0x5b, 0x5c, 0x7c, 0x5c, 0x9c, 0x5c, 0xbd, 0x64, 0xdd, 0x6c, 0xfd, 0x6d, 0x1e, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x5e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x64, 0xfb, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x39, 0x5c, 0x7b, 0x5c, 0x7a, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x31, 0x22, 0x30, 0x22, 0x30, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x22, 0x31, 0x43, 0x75, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x17, 0x53, 0xf7, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x56, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x35, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x35, 0x33, 0x15, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, - 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x51, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0xb7, 0x65, 0x1e, 0x65, 0x1d, 0x65, 0x3d, 0x6d, 0x5d, 0x75, 0x7d, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9d, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3d, 0x6d, 0x1d, 0x64, 0xfd, 0x64, 0xbc, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x55, 0x33, 0x14, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x97, 0x43, 0xd8, 0x4b, 0xf8, 0x54, 0x19, 0x54, 0x39, 0x54, 0x39, 0x54, 0x19, 0x54, 0x5a, 0x54, 0x3a, 0x4c, 0x19, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x5b, 0x5c, 0x7c, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0x9d, 0x54, 0x39, 0x54, 0x18, 0x6c, 0xfc, 0x6d, 0x3e, 0x6d, 0x3e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x64, 0xfc, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf8, 0x54, 0x17, 0x53, 0xf7, 0x4b, 0xf7, 0x54, 0x19, 0x54, 0x5a, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x19, 0x54, 0x19, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x96, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x15, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x22, 0x30, 0x22, 0x31, 0x1a, 0x30, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x30, 0x1a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x22, 0x31, 0x43, 0x55, 0x4b, 0xd7, 0x54, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x56, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x33, 0x55, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x35, 0x33, 0x34, 0x33, 0x15, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, - 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0xb2, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x51, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf4, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x14, 0x64, 0xfb, 0x6d, 0x7e, 0x6d, 0x9d, 0x75, 0xdd, 0x7e, 0x5e, 0x86, 0x7e, 0x86, 0x7d, 0x86, 0xbd, 0x8f, 0x1d, 0x8f, 0x1d, 0x8e, 0xde, 0x86, 0x9d, 0x86, 0x3e, 0x7d, 0xfe, 0x7d, 0x9e, 0x75, 0x7e, 0x6d, 0x3e, 0x64, 0xfd, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0x96, 0x3b, 0x55, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xd7, 0x4b, 0xd8, 0x4c, 0x19, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7c, 0x5c, 0x7c, 0x5c, 0x9c, 0x5c, 0x9d, 0x64, 0xde, 0x5c, 0x5a, 0x43, 0x96, 0x4b, 0xf7, 0x4b, 0xf7, 0x64, 0x9a, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x1e, 0x64, 0xfd, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x53, 0xf8, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x39, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x19, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x22, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x31, 0x1a, 0x30, 0x1a, 0x30, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x22, 0x71, 0x2a, 0xb2, 0x4b, 0xb7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x33, 0x35, 0x33, 0x35, 0x33, 0x15, 0x33, 0x35, 0x33, 0x34, 0x33, 0x15, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, - 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x72, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf4, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x4b, 0xd5, 0x86, 0x5e, 0x7e, 0x3e, 0x86, 0xbd, 0x8e, 0xdd, 0x8e, 0xfd, 0x97, 0x1d, 0x97, 0x1c, 0x9f, 0x1c, 0x9f, 0x1c, 0x9f, 0x1c, 0x9f, 0x1c, 0x9f, 0x1c, 0x97, 0x1d, 0x8e, 0xfd, 0x86, 0x7d, 0x7d, 0xfe, 0x75, 0x9e, 0x6c, 0xfd, 0x64, 0xbb, 0x5c, 0x59, 0x54, 0x17, 0x4b, 0xb6, 0x43, 0x95, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x4b, 0xd8, 0x4b, 0xf8, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7c, 0x5c, 0x7c, 0x5c, 0x7c, 0x5c, 0x9c, 0x5c, 0x9d, 0x64, 0xbe, 0x5c, 0x7b, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf8, 0x54, 0x38, 0x5c, 0x79, 0x64, 0x9a, 0x6d, 0x1c, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x1d, 0x64, 0xbb, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x53, 0xf8, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xb6, 0x4c, 0x18, 0x54, 0x5a, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x39, 0x54, 0x7b, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x19, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf8, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x54, 0x33, 0x14, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x22, 0x71, 0x22, 0x51, 0x1a, 0x31, 0x1a, 0x31, 0x1a, 0x31, 0x1a, 0x30, 0x1a, 0x30, 0x1a, 0x10, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x4b, 0x96, 0x53, 0xf7, 0x5c, 0x59, 0x53, 0xf8, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xd7, 0x53, 0xf7, 0x53, 0xf8, 0x54, 0x18, 0x5c, 0x38, 0x5c, 0x59, 0x5c, 0x5a, 0x5c, 0x5a, 0x5c, 0x59, 0x5c, 0x39, 0x54, 0x38, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x97, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x56, 0x33, 0x35, 0x33, 0x35, 0x33, 0x15, 0x33, 0x15, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, - 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x22, 0x30, 0x2a, 0x51, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x34, 0x3a, 0xf3, 0x3b, 0x13, 0x75, 0x9a, 0x86, 0xfe, 0x97, 0x1d, 0x9f, 0x1d, 0xa7, 0x1d, 0xaf, 0x1d, 0xb7, 0x1d, 0xbf, 0x1d, 0xc7, 0x1e, 0xcf, 0x1d, 0xcf, 0x1e, 0xc7, 0x1d, 0xbf, 0x1d, 0xaf, 0x1d, 0xa7, 0x1d, 0x96, 0xfd, 0x8e, 0xbe, 0x85, 0xfe, 0x75, 0x3d, 0x6c, 0xfc, 0x64, 0x9b, 0x5c, 0x59, 0x54, 0x17, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x33, 0x35, 0x3b, 0x56, 0x43, 0x97, 0x43, 0xb7, 0x4b, 0xf8, 0x4c, 0x19, 0x4c, 0x1a, 0x4c, 0x19, 0x4c, 0x3a, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x5b, 0x54, 0x5c, 0x5c, 0x7d, 0x5c, 0x9d, 0x54, 0x7c, 0x5c, 0x7c, 0x5c, 0x9d, 0x64, 0xbd, 0x5c, 0x9b, 0x4b, 0xf7, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x54, 0x18, 0x54, 0x38, 0x4b, 0xd6, 0x43, 0x95, 0x4b, 0xf6, 0x5c, 0x59, 0x6d, 0x1c, 0x75, 0x5e, 0x6d, 0x3e, 0x64, 0xfd, 0x5c, 0xbb, 0x5c, 0x7a, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x19, 0x54, 0x18, 0x54, 0x39, 0x54, 0x18, 0x54, 0x39, 0x54, 0x39, 0x5c, 0x5b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x7c, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xf3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x22, 0x71, 0x22, 0x71, 0x22, 0x51, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x92, 0x32, 0xb2, 0x3b, 0x14, 0x53, 0xf7, 0x53, 0xf8, 0x54, 0x18, 0x53, 0xf8, 0x4b, 0xf8, 0x54, 0x18, 0x5c, 0x58, 0x5c, 0x38, 0x53, 0xf7, 0x53, 0xd7, 0x54, 0x18, 0x54, 0x18, 0x5c, 0x59, 0x5c, 0x7a, 0x64, 0x9b, 0x64, 0xbb, 0x64, 0xbc, 0x64, 0xbc, 0x64, 0x9b, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x97, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0x97, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0x97, 0x43, 0xb7, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x56, 0x33, 0x35, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, - 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3a, 0xf3, 0x43, 0x94, 0x8f, 0x3e, 0x97, 0x1c, 0x9f, 0x1c, 0xaf, 0x1d, 0xbf, 0x1d, 0xd7, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xbf, 0x1d, 0xaf, 0x1d, 0x9e, 0xfd, 0x8e, 0x5e, 0x7d, 0x9e, 0x75, 0x5e, 0x6c, 0xfd, 0x64, 0x9a, 0x5c, 0x59, 0x54, 0x17, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x4b, 0xf8, 0x4c, 0x3a, 0x54, 0x3a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x5c, 0x54, 0x5c, 0x54, 0x7d, 0x5c, 0x7d, 0x54, 0x5c, 0x5c, 0x7b, 0x5c, 0x7c, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0x9c, 0x54, 0x18, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xf7, 0x54, 0x38, 0x4b, 0xd7, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x54, 0x37, 0x6d, 0x1b, 0x6d, 0x1d, 0x5c, 0x7b, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xbb, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x58, 0x54, 0x18, 0x4b, 0xf7, 0x54, 0x5a, 0x5c, 0x9c, 0x54, 0x5b, 0x54, 0x3a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x9c, 0x64, 0xbe, 0x5c, 0xbd, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0x9c, 0x5c, 0x59, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x33, 0x34, 0x32, 0xf3, 0x2a, 0xb3, 0x2a, 0x92, 0x22, 0x72, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x4b, 0xd7, 0x53, 0xf7, 0x53, 0xf8, 0x54, 0x18, 0x4b, 0xf8, 0x54, 0x18, 0x5c, 0x58, 0x5c, 0x58, 0x53, 0xf7, 0x53, 0xf8, 0x54, 0x18, 0x5c, 0x59, 0x64, 0x9a, 0x64, 0xdc, 0x6c, 0xdd, 0x6c, 0xfd, 0x6d, 0x1e, 0x6c, 0xfe, 0x6c, 0xfd, 0x64, 0xbc, 0x64, 0x9b, 0x5c, 0x7a, 0x5c, 0x5a, 0x54, 0x59, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x55, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, - 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x13, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x72, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x33, 0x75, 0xfb, 0x8f, 0x1d, 0x9f, 0x1c, 0xaf, 0x1d, 0xc7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xcf, 0x1e, 0xb7, 0x1d, 0xa7, 0x1d, 0x96, 0xde, 0x85, 0xfe, 0x75, 0x7e, 0x6d, 0x1d, 0x64, 0xbb, 0x5c, 0x79, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x4c, 0x19, 0x4c, 0x3a, 0x54, 0x3a, 0x54, 0x5b, 0x54, 0x7c, 0x5c, 0x7c, 0x54, 0x7b, 0x54, 0x5b, 0x5c, 0x7c, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x54, 0x18, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x43, 0x96, 0x32, 0xf3, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xb6, 0x3b, 0x34, 0x3a, 0xf3, 0x4b, 0xb6, 0x54, 0x19, 0x5c, 0x7b, 0x6c, 0xdc, 0x6c, 0xfc, 0x64, 0xdc, 0x64, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x54, 0x39, 0x4b, 0xf8, 0x54, 0x39, 0x64, 0xbc, 0x5c, 0xbd, 0x5c, 0x9c, 0x5c, 0x7b, 0x54, 0x5b, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x5a, 0x5c, 0x9c, 0x64, 0xdd, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xfd, 0x64, 0xfd, 0x64, 0xbd, 0x64, 0x9c, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x5a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x33, 0x34, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x22, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x3b, 0x14, 0x53, 0xf7, 0x4b, 0xd7, 0x54, 0x18, 0x53, 0xf8, 0x54, 0x18, 0x5c, 0x38, 0x5c, 0x38, 0x53, 0xf7, 0x54, 0x18, 0x5c, 0x38, 0x5c, 0x79, 0x64, 0xbb, 0x6c, 0xfd, 0x75, 0x3e, 0x75, 0x5e, 0x7d, 0x5e, 0x7d, 0x5e, 0x75, 0x5e, 0x75, 0x3e, 0x6c, 0xfd, 0x64, 0xdc, 0x64, 0xbc, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x97, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x97, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x35, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x54, 0x33, 0x14, 0x32, 0xf4, - 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x13, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x4b, 0xb4, 0x86, 0x9c, 0x97, 0x1c, 0xa7, 0x1d, 0xbf, 0x1d, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xbf, 0x1d, 0xa7, 0x1d, 0x96, 0xfd, 0x86, 0x3e, 0x7d, 0x9e, 0x6d, 0x3d, 0x64, 0xdc, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xf8, 0x4c, 0x18, 0x4c, 0x3a, 0x54, 0x3a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7c, 0x54, 0x7c, 0x54, 0x7c, 0x5c, 0x7c, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xbd, 0x4b, 0xf8, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x43, 0x96, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x3a, 0xf3, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x32, 0xb2, 0x43, 0x55, 0x4b, 0xb7, 0x53, 0xf7, 0x5c, 0x59, 0x64, 0xdb, 0x6c, 0xfd, 0x64, 0xfe, 0x64, 0xdd, 0x64, 0xbc, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x59, 0x64, 0xdb, 0x6d, 0x3e, 0x6d, 0x1e, 0x6c, 0xfe, 0x64, 0xfd, 0x64, 0xfd, 0x6c, 0xfe, 0x64, 0xbc, 0x5c, 0x5a, 0x5c, 0x9b, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xbd, 0x64, 0xdd, 0x64, 0xdc, 0x64, 0xbc, 0x64, 0xbb, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0x95, 0x3b, 0x54, 0x32, 0xf3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x22, 0x72, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0xb2, 0x4b, 0xd7, 0x53, 0xf8, 0x4b, 0xd7, 0x53, 0xf8, 0x4b, 0xf8, 0x54, 0x18, 0x53, 0xf7, 0x53, 0xf7, 0x54, 0x18, 0x5c, 0x59, 0x64, 0x9a, 0x6c, 0xdc, 0x75, 0x1d, 0x7d, 0x7e, 0x7d, 0x9e, 0x85, 0xbe, 0x85, 0xde, 0x85, 0xbe, 0x7d, 0x9e, 0x75, 0x5e, 0x75, 0x5e, 0x6d, 0x1d, 0x64, 0xdd, 0x5c, 0xbc, 0x5c, 0x7a, 0x54, 0x59, 0x4c, 0x19, 0x4b, 0xf8, 0x4b, 0xf8, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd8, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x32, 0xf4, - 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x13, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x65, 0x18, 0x8e, 0xfe, 0x97, 0x1d, 0xa7, 0x1d, 0xbf, 0x1d, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xc7, 0x1e, 0xa7, 0x1d, 0x96, 0xfd, 0x86, 0x3e, 0x7d, 0x7d, 0x6d, 0x1e, 0x64, 0xdd, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x43, 0xd8, 0x4b, 0xf8, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x5b, 0x54, 0x7c, 0x54, 0x7d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbd, 0x54, 0x19, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0x55, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x2a, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x55, 0x4b, 0xb6, 0x54, 0x17, 0x54, 0x18, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x57, 0x6c, 0xfb, 0x6d, 0x3c, 0x64, 0xba, 0x5c, 0x79, 0x54, 0x38, 0x4b, 0xd7, 0x43, 0xb7, 0x4b, 0xb7, 0x54, 0x39, 0x5c, 0x9c, 0x64, 0xbd, 0x64, 0xde, 0x6c, 0xfe, 0x6c, 0xfe, 0x64, 0xfd, 0x6c, 0xfd, 0x6c, 0xfc, 0x6d, 0x1c, 0x6d, 0x1b, 0x6c, 0xfb, 0x64, 0xdb, 0x64, 0xdb, 0x64, 0xba, 0x5c, 0x7a, 0x5c, 0x38, 0x5c, 0x59, 0x5c, 0x59, 0x54, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x3b, 0x54, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x22, 0x71, 0x22, 0x72, 0x22, 0x72, 0x2a, 0x72, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x92, 0x2a, 0x51, 0x3b, 0x34, 0x53, 0xf8, 0x4b, 0xf7, 0x53, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x18, 0x5c, 0x58, 0x64, 0x7a, 0x6c, 0xfd, 0x75, 0x3e, 0x7d, 0x9e, 0x85, 0xde, 0x8e, 0x3e, 0x8e, 0x7e, 0x8e, 0x5e, 0x8e, 0x1e, 0x85, 0xfe, 0x7d, 0xbe, 0x75, 0x5e, 0x6d, 0x5e, 0x6c, 0xfe, 0x64, 0xbc, 0x5c, 0x7a, 0x54, 0x39, 0x4c, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xd8, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x39, 0x54, 0x59, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x3b, 0x75, 0x3b, 0x34, 0x32, 0xf4, - 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x34, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x43, 0x55, 0x7d, 0xdd, 0x86, 0x5e, 0x8e, 0xfe, 0x9f, 0x1c, 0xaf, 0x1d, 0xcf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xb7, 0x1d, 0x9f, 0x1d, 0x8e, 0xbe, 0x7d, 0xbe, 0x75, 0x3e, 0x6c, 0xdd, 0x64, 0xbc, 0x5c, 0x9b, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x3a, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3b, 0x54, 0x5b, 0x54, 0x7b, 0x54, 0x5b, 0x54, 0x7c, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0x9d, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x64, 0xde, 0x64, 0xbd, 0x54, 0x39, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd8, 0x4b, 0xd7, 0x3b, 0x34, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x54, 0x32, 0xd3, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x51, 0x3b, 0x13, 0x54, 0x38, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x4b, 0xd7, 0x5c, 0x9c, 0x64, 0xde, 0x64, 0xde, 0x6d, 0x1e, 0x6d, 0x1d, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x3d, 0x75, 0x5d, 0x75, 0x5c, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x6d, 0x1b, 0x6c, 0xfb, 0x64, 0xbb, 0x5c, 0x7a, 0x64, 0x9b, 0x5c, 0x9b, 0x54, 0x59, 0x54, 0x58, 0x4c, 0x18, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x3b, 0x75, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x22, 0x72, 0x22, 0x72, 0x22, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x4b, 0xd7, 0x54, 0x18, 0x4b, 0xd7, 0x53, 0xf8, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf8, 0x54, 0x38, 0x5c, 0x7a, 0x6c, 0xdd, 0x75, 0x3e, 0x7d, 0x9e, 0x85, 0xfe, 0x96, 0x9e, 0x9e, 0xde, 0x9f, 0x1e, 0x9f, 0x1e, 0x96, 0xfe, 0x8e, 0x5e, 0x85, 0xde, 0x7d, 0x7d, 0x75, 0x5e, 0x6c, 0xfd, 0x5c, 0xbc, 0x5c, 0x7a, 0x54, 0x3a, 0x4c, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x19, 0x54, 0x39, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x38, 0x4c, 0x18, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x3b, 0x75, 0x3b, 0x14, - 0x3b, 0x34, 0x3a, 0xf3, 0x3b, 0x13, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x64, 0xfa, 0x75, 0x9e, 0x7d, 0xfd, 0x86, 0x9e, 0x97, 0x1d, 0xa7, 0x1d, 0xbf, 0x1d, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xb7, 0x1d, 0x9f, 0x1d, 0x8e, 0x9e, 0x7d, 0xbe, 0x75, 0x5e, 0x6d, 0x1e, 0x64, 0xdd, 0x5c, 0x9c, 0x5c, 0x7b, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x7b, 0x54, 0x7c, 0x54, 0x7d, 0x5c, 0x9d, 0x5c, 0x9e, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xbd, 0x54, 0x39, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x4b, 0xd7, 0x3b, 0x14, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x54, 0x3b, 0x13, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x43, 0x75, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd6, 0x5c, 0x5a, 0x64, 0xdd, 0x64, 0xde, 0x6c, 0xfe, 0x6d, 0x1e, 0x6d, 0x1e, 0x75, 0x5e, 0x75, 0x7e, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0x75, 0x3c, 0x6d, 0x1c, 0x64, 0xdb, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0x7a, 0x54, 0x79, 0x54, 0x59, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x32, 0xd3, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xb7, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x38, 0x5c, 0x7a, 0x64, 0xbc, 0x6c, 0xfe, 0x7d, 0x7e, 0x8d, 0xfe, 0x96, 0xbe, 0x9f, 0x1d, 0xa7, 0x1d, 0xa7, 0x1d, 0xa7, 0x1d, 0x9f, 0x1d, 0x8e, 0xbe, 0x86, 0x1e, 0x7d, 0x9e, 0x6d, 0x3e, 0x64, 0xfd, 0x64, 0xbc, 0x5c, 0x7b, 0x54, 0x5a, 0x4c, 0x19, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x4b, 0xf8, 0x4c, 0x19, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x76, - 0x43, 0x96, 0x3b, 0x34, 0x3b, 0x34, 0x4b, 0x75, 0x4b, 0x75, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x13, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x4b, 0xd6, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x9e, 0x7e, 0x1e, 0x86, 0xbd, 0x97, 0x3d, 0xa7, 0x1d, 0xbf, 0x1d, 0xd7, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xd7, 0x1e, 0xc7, 0x1e, 0xaf, 0x1d, 0x9f, 0x1e, 0x8e, 0xbe, 0x7d, 0xde, 0x75, 0x5e, 0x6d, 0x1e, 0x64, 0xde, 0x5c, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x7c, 0x5c, 0x7c, 0x5c, 0x7c, 0x5c, 0x9d, 0x5c, 0xbe, 0x5c, 0xbe, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x65, 0x1e, 0x64, 0xdc, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x54, 0x39, 0x4b, 0xf8, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x32, 0xd3, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x4b, 0xb7, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x54, 0x39, 0x64, 0xdd, 0x64, 0xfe, 0x64, 0xfe, 0x6d, 0x1e, 0x6d, 0x3d, 0x75, 0x5e, 0x75, 0x7e, 0x7d, 0x9e, 0x85, 0x7d, 0x85, 0x7d, 0x85, 0x5d, 0x85, 0x5c, 0x8d, 0x5c, 0x85, 0x7d, 0x85, 0x7d, 0x7d, 0x7d, 0x75, 0x5d, 0x6d, 0x1d, 0x6d, 0x1d, 0x6c, 0xfd, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x79, 0x4b, 0xd7, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x51, 0x43, 0x76, 0x54, 0x39, 0x53, 0xf7, 0x4b, 0xd7, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x5c, 0x39, 0x5c, 0x7a, 0x6c, 0xdc, 0x75, 0x5e, 0x85, 0xbe, 0x96, 0x7e, 0x9f, 0x1d, 0xa7, 0x1d, 0xaf, 0x1d, 0xaf, 0x1d, 0xa7, 0x1d, 0x9f, 0x1d, 0x96, 0xfe, 0x86, 0x3e, 0x7d, 0x9e, 0x6d, 0x3e, 0x64, 0xdd, 0x5c, 0x9c, 0x5c, 0x7a, 0x54, 0x5a, 0x4c, 0x19, 0x4b, 0xf8, 0x4b, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x19, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, - 0x43, 0x96, 0x43, 0x96, 0x4b, 0x95, 0x4b, 0x75, 0x4b, 0x75, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x43, 0x55, 0x64, 0xfd, 0x64, 0xfe, 0x6d, 0x3e, 0x75, 0x9e, 0x75, 0x9d, 0x7e, 0x1e, 0x86, 0x9d, 0x97, 0x1d, 0x9f, 0x1d, 0xb7, 0x1d, 0xcf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x3e, 0xdf, 0x1e, 0xdf, 0x1e, 0xcf, 0x1e, 0xb7, 0x1d, 0xa7, 0x1d, 0x97, 0x1d, 0x86, 0x9e, 0x7d, 0xde, 0x75, 0x5e, 0x6d, 0x1e, 0x64, 0xde, 0x64, 0xde, 0x5c, 0xbd, 0x5c, 0x9d, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x64, 0xfe, 0x65, 0x1e, 0x6d, 0x1e, 0x6d, 0x1e, 0x65, 0x1e, 0x6d, 0x3e, 0x64, 0xfc, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x5a, 0x43, 0x96, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x72, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x3a, 0xf3, 0x54, 0x19, 0x5c, 0x7a, 0x54, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x5c, 0x7a, 0x6c, 0xfe, 0x64, 0xfe, 0x6d, 0x1e, 0x6d, 0x1e, 0x6d, 0x3e, 0x75, 0x7e, 0x7d, 0x9e, 0x85, 0x9e, 0x85, 0x9e, 0x8d, 0x7d, 0x8d, 0x7d, 0x8d, 0x7d, 0x8d, 0x9d, 0x8d, 0x7d, 0x8d, 0x9e, 0x85, 0xbe, 0x7d, 0xbe, 0x75, 0x7e, 0x6d, 0x3d, 0x6d, 0x5e, 0x64, 0xdc, 0x54, 0x59, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x4b, 0xd7, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x18, 0x5c, 0x59, 0x64, 0xbb, 0x75, 0x1e, 0x7d, 0x7e, 0x8e, 0x1e, 0x9f, 0x1d, 0xa7, 0x1d, 0xaf, 0x1d, 0xb7, 0x1d, 0xaf, 0x1d, 0xa7, 0x1d, 0x9f, 0x3d, 0x96, 0xbe, 0x85, 0xfe, 0x75, 0x9e, 0x6d, 0x3e, 0x64, 0xdd, 0x5c, 0x9b, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x4b, 0xf8, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x96, - 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x3a, 0xf4, 0x54, 0x7a, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x65, 0x1d, 0x75, 0x7d, 0x75, 0x9e, 0x7d, 0xde, 0x7e, 0x7e, 0x8f, 0x1d, 0x9f, 0x3d, 0xa7, 0x1d, 0xb7, 0x3d, 0xcf, 0x1e, 0xd7, 0x3e, 0xd7, 0x3e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x1e, 0xd7, 0x3e, 0xcf, 0x1e, 0xc7, 0x1e, 0xb7, 0x1d, 0xaf, 0x1d, 0xa7, 0x1d, 0x97, 0x1d, 0x8e, 0x9e, 0x86, 0x1e, 0x75, 0x9e, 0x6d, 0x5e, 0x6d, 0x1e, 0x64, 0xde, 0x5c, 0xde, 0x5c, 0xbe, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbe, 0x5c, 0xbe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x65, 0x1e, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x1d, 0x5c, 0x9a, 0x4b, 0xf8, 0x54, 0x59, 0x54, 0x5a, 0x5c, 0x7a, 0x54, 0x39, 0x43, 0x95, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x32, 0xf3, 0x2a, 0x71, 0x32, 0x72, 0x2a, 0x72, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x22, 0x51, 0x3b, 0x34, 0x5c, 0x59, 0x5c, 0x5a, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xf7, 0x54, 0x38, 0x64, 0xfc, 0x6d, 0x1e, 0x6d, 0x1d, 0x6d, 0x1d, 0x6d, 0x3e, 0x75, 0x5e, 0x7d, 0xbe, 0x7d, 0xbe, 0x85, 0x9e, 0x8d, 0x9e, 0x8d, 0x9e, 0x8d, 0x9e, 0x8d, 0x9e, 0x95, 0xbe, 0x95, 0xbe, 0x95, 0xde, 0x8e, 0x1e, 0x86, 0x1e, 0x75, 0x7c, 0x64, 0x99, 0x5c, 0x59, 0x54, 0x18, 0x53, 0xf7, 0x53, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x43, 0x35, 0x54, 0x19, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x18, 0x5c, 0x7a, 0x64, 0xbc, 0x75, 0x3e, 0x85, 0xde, 0x96, 0xde, 0x9f, 0x1d, 0xaf, 0x1d, 0xaf, 0x1d, 0xaf, 0x3d, 0xa7, 0x1d, 0x9e, 0xfc, 0x96, 0xfd, 0x8e, 0x7e, 0x7d, 0xde, 0x75, 0x7e, 0x6d, 0x1e, 0x64, 0xbc, 0x5c, 0x9b, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x19, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x43, 0xd8, 0x4b, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, - 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0x95, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x4b, 0xd7, 0x6d, 0x5e, 0x65, 0x1e, 0x65, 0x1e, 0x64, 0xfe, 0x65, 0x1e, 0x65, 0x1e, 0x6d, 0x5d, 0x75, 0x9e, 0x75, 0xde, 0x7e, 0x3e, 0x86, 0xdd, 0x97, 0x1d, 0x9f, 0x1c, 0xa7, 0x3d, 0xaf, 0x3d, 0xb7, 0x3d, 0xb7, 0x3d, 0xa7, 0x1d, 0xa7, 0x3d, 0x9f, 0x3d, 0x9f, 0x3d, 0x97, 0x1d, 0x96, 0xfd, 0x8e, 0xdd, 0x86, 0x9e, 0x86, 0x3e, 0x7d, 0xde, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x1e, 0x64, 0xfe, 0x64, 0xde, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xbe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x1e, 0x6d, 0x3e, 0x64, 0xfc, 0x54, 0x59, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x7a, 0x54, 0x5a, 0x4b, 0xf8, 0x43, 0x95, 0x3b, 0x55, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xd3, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x22, 0x51, 0x3b, 0x35, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x18, 0x54, 0x18, 0x4c, 0x18, 0x4b, 0xd7, 0x5c, 0x7a, 0x6d, 0x1d, 0x6d, 0x3e, 0x6d, 0x1d, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x7e, 0x7d, 0xbe, 0x85, 0xbe, 0x8d, 0xbe, 0x8d, 0xbe, 0x8d, 0x9e, 0x95, 0xbe, 0x95, 0xde, 0x95, 0xfe, 0x9e, 0x1e, 0x95, 0xfc, 0x75, 0x39, 0x64, 0x78, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x58, 0x5c, 0x38, 0x54, 0x18, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x32, 0xf4, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x92, 0x22, 0x31, 0x4b, 0xb7, 0x54, 0x39, 0x53, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x38, 0x5c, 0x7a, 0x6c, 0xdd, 0x7d, 0x9e, 0x86, 0x3e, 0x96, 0xde, 0x9f, 0x1d, 0xa7, 0x3d, 0xaf, 0x1d, 0xaf, 0x1d, 0xa7, 0x1d, 0x97, 0x1d, 0x8e, 0x9e, 0x85, 0xfe, 0x7d, 0x9e, 0x75, 0x5e, 0x6d, 0x1e, 0x64, 0xbc, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x43, 0xd8, 0x43, 0xd8, 0x4b, 0xd8, 0x43, 0xd8, 0x43, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, - 0x43, 0x96, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x55, 0x65, 0x1e, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x3d, 0x6d, 0x3d, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0xdd, 0x7e, 0x7e, 0x7e, 0x9d, 0x8f, 0x1d, 0x8f, 0x1d, 0x8f, 0x1d, 0x8e, 0xdd, 0x8f, 0x1d, 0x87, 0x1d, 0x8e, 0xfd, 0x86, 0x9e, 0x86, 0x5e, 0x7e, 0x1e, 0x7d, 0xfe, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x64, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x65, 0x1e, 0x6d, 0x3e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x1d, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x7b, 0x5c, 0x7b, 0x4c, 0x18, 0x43, 0x76, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x34, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x71, 0x43, 0x55, 0x5c, 0x5a, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x64, 0xfc, 0x6d, 0x5e, 0x6d, 0x1d, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x9e, 0x7d, 0xde, 0x85, 0xde, 0x8d, 0xbe, 0x95, 0xbe, 0x95, 0xde, 0x95, 0xde, 0xa6, 0x5e, 0x8d, 0x7b, 0x6c, 0x78, 0x64, 0x78, 0x64, 0xb9, 0x6c, 0xba, 0x64, 0xba, 0x64, 0x9a, 0x64, 0x9a, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x38, 0x53, 0xf7, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x96, 0x3b, 0x34, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x22, 0x31, 0x54, 0x18, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xd8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x54, 0x39, 0x64, 0xbc, 0x6d, 0x1e, 0x7d, 0x7e, 0x86, 0x1e, 0x96, 0xbe, 0x9f, 0x1d, 0xa7, 0x1d, 0xa7, 0x3d, 0xa7, 0x1d, 0x9f, 0x3d, 0x96, 0xbe, 0x86, 0x1e, 0x7d, 0x9e, 0x75, 0x7e, 0x6d, 0x1e, 0x64, 0xfe, 0x64, 0xbc, 0x5c, 0x9b, 0x5c, 0x7b, 0x54, 0x5a, 0x4c, 0x19, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x43, 0xd8, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd8, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, - 0x43, 0x96, 0x4b, 0xf7, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x54, 0x16, 0x53, 0xf5, 0x43, 0x94, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x6d, 0x1d, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1d, 0x6d, 0x3d, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x7e, 0x6d, 0x5d, 0x6d, 0x3d, 0x75, 0xbe, 0x75, 0xbd, 0x76, 0x1d, 0x86, 0xbe, 0x86, 0xde, 0x7e, 0x3d, 0x7d, 0xfe, 0x7e, 0x3e, 0x7e, 0x5e, 0x7e, 0x1e, 0x7d, 0xde, 0x75, 0xde, 0x75, 0x7d, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x1e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x1e, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x65, 0x1e, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x5d, 0x64, 0xdb, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x9b, 0x54, 0x59, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x4b, 0xb6, 0x64, 0xdb, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x5c, 0x9a, 0x6d, 0x3d, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x1e, 0x6d, 0x3e, 0x75, 0x7e, 0x75, 0xbe, 0x7d, 0xde, 0x85, 0xfe, 0x95, 0xde, 0x95, 0xde, 0xa6, 0x5e, 0x74, 0xd9, 0x5c, 0x37, 0x64, 0x78, 0x6c, 0xb9, 0x6c, 0xdb, 0x75, 0x1c, 0x75, 0x1d, 0x75, 0x1d, 0x6c, 0xfc, 0x64, 0xdb, 0x64, 0x7a, 0x5c, 0x58, 0x5c, 0x38, 0x54, 0x38, 0x53, 0xf7, 0x4b, 0xb6, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x5c, 0x5a, 0x5c, 0x5a, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x4b, 0xd7, 0x54, 0x39, 0x5c, 0x7b, 0x64, 0xbd, 0x6d, 0x1e, 0x75, 0x5e, 0x85, 0xde, 0x8e, 0x5e, 0x96, 0xbe, 0x97, 0x1e, 0x97, 0x1e, 0x96, 0xfe, 0x8e, 0xbe, 0x86, 0x1e, 0x7d, 0xde, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x1e, 0x64, 0xde, 0x64, 0xbd, 0x5c, 0x9c, 0x5c, 0x9c, 0x54, 0x7b, 0x54, 0x5a, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xf8, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x3b, 0x76, - 0x54, 0x37, 0x5c, 0x37, 0x5c, 0x36, 0x5c, 0x16, 0x53, 0xf6, 0x53, 0xf6, 0x4b, 0xb5, 0x53, 0xf6, 0x4b, 0xb5, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xf3, 0x64, 0xbb, 0x65, 0x1e, 0x6d, 0x1e, 0x65, 0x1e, 0x6d, 0x3e, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0xfe, 0x75, 0xde, 0x75, 0xfe, 0x75, 0xfe, 0x75, 0xbd, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x7e, 0x7d, 0x7e, 0x75, 0x7d, 0x6d, 0x1b, 0x5c, 0x58, 0x54, 0x37, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x18, 0x43, 0x76, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xb6, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x30, 0x4b, 0x96, 0x6c, 0xdc, 0x5c, 0x9a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x39, 0x64, 0xfc, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x9e, 0x7d, 0xbe, 0x85, 0xfe, 0x8d, 0xdc, 0x6c, 0x98, 0x5c, 0x37, 0x64, 0x58, 0x6c, 0x99, 0x74, 0xda, 0x75, 0x1c, 0x7d, 0x7e, 0x7d, 0x9e, 0x7d, 0x7e, 0x7d, 0x5e, 0x75, 0x3d, 0x6c, 0xfc, 0x64, 0xbb, 0x5c, 0x79, 0x5c, 0x59, 0x54, 0x17, 0x3a, 0xf3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x3b, 0x14, 0x5c, 0x7a, 0x5c, 0x5a, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x19, 0x5c, 0x5a, 0x64, 0x9c, 0x6c, 0xfd, 0x75, 0x5e, 0x7d, 0x7e, 0x85, 0xde, 0x86, 0x1e, 0x8e, 0x7e, 0x8e, 0x7e, 0x8e, 0x5e, 0x86, 0x1e, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0x3e, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xdc, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x3b, 0x76, 0x43, 0x96, - 0x5c, 0x57, 0x5c, 0x36, 0x5c, 0x36, 0x54, 0x16, 0x53, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb5, 0x4b, 0xb5, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x3b, 0xb6, 0x3b, 0xf7, 0x4c, 0x79, 0x5c, 0xbb, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x5d, 0x6d, 0x5d, 0x75, 0x9d, 0x7e, 0x1d, 0x7e, 0x5e, 0x7e, 0x5e, 0x7e, 0x3e, 0x75, 0xde, 0x75, 0x7d, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x75, 0x5e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x5d, 0x6c, 0xda, 0x64, 0x99, 0x5c, 0x78, 0x5c, 0x79, 0x54, 0x17, 0x33, 0x14, 0x32, 0xf3, 0x2a, 0xd3, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xf6, 0x54, 0x17, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x4b, 0xf7, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x71, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x43, 0x34, 0x64, 0x9a, 0x64, 0xbb, 0x54, 0x5a, 0x54, 0x39, 0x5c, 0x9b, 0x6d, 0x3d, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x75, 0x9e, 0x75, 0x5b, 0x5c, 0x77, 0x54, 0x17, 0x5c, 0x37, 0x64, 0x58, 0x6c, 0xb9, 0x74, 0xfb, 0x7d, 0x5d, 0x85, 0x9e, 0x85, 0xde, 0x85, 0xde, 0x85, 0xbe, 0x7d, 0x9e, 0x7d, 0x5e, 0x75, 0x3d, 0x6c, 0xfd, 0x64, 0x9a, 0x43, 0x54, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x3b, 0x55, 0x64, 0xbc, 0x5c, 0x7b, 0x54, 0x19, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xd7, 0x4c, 0x18, 0x54, 0x19, 0x5c, 0x7b, 0x64, 0xdd, 0x6d, 0x1e, 0x75, 0x5e, 0x7d, 0x7e, 0x7d, 0xbe, 0x85, 0xde, 0x85, 0xde, 0x7d, 0xbe, 0x7d, 0x9e, 0x7d, 0x9e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x1e, 0x6d, 0x1d, 0x64, 0xfc, 0x64, 0xdb, 0x64, 0xbb, 0x5c, 0xba, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x54, 0x37, - 0x54, 0x57, 0x54, 0x36, 0x54, 0x36, 0x54, 0x16, 0x54, 0x16, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd5, 0x4b, 0xd5, 0x3b, 0x54, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x43, 0xd7, 0x44, 0x18, 0x44, 0x17, 0x3b, 0xf7, 0x3c, 0x17, 0x44, 0x17, 0x54, 0x99, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x5d, 0x6d, 0x5d, 0x75, 0xdd, 0x7d, 0xfe, 0x7d, 0xdd, 0x86, 0xdd, 0x8f, 0x1e, 0x7d, 0xfd, 0x7d, 0xde, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x1c, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x9a, 0x54, 0x59, 0x3b, 0x55, 0x2a, 0xd3, 0x22, 0x72, 0x22, 0x71, 0x22, 0x72, 0x2a, 0x92, 0x33, 0x14, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x4b, 0xf6, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x43, 0x33, 0x64, 0x9a, 0x64, 0xdc, 0x5c, 0x7b, 0x54, 0x5a, 0x64, 0xfc, 0x75, 0x7e, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x3e, 0x6d, 0x5e, 0x64, 0xfb, 0x54, 0x17, 0x4b, 0xd7, 0x54, 0x17, 0x5c, 0x37, 0x5c, 0x58, 0x64, 0xb9, 0x75, 0x1c, 0x7d, 0x7e, 0x85, 0xde, 0x8e, 0x3e, 0x8e, 0x5e, 0x8e, 0x5e, 0x8e, 0x3e, 0x85, 0xde, 0x85, 0x9e, 0x7d, 0x7e, 0x54, 0x17, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x2a, 0xb3, 0x3b, 0x54, 0x64, 0xdd, 0x5c, 0x9c, 0x54, 0x5a, 0x54, 0x19, 0x4c, 0x18, 0x4b, 0xd8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x39, 0x5c, 0x7a, 0x64, 0xdc, 0x6c, 0xfd, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x7e, 0x7d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x5e, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5d, 0x6d, 0x3d, 0x6d, 0x1c, 0x6c, 0xfb, 0x64, 0xda, 0x64, 0xba, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x4b, 0xf7, 0x54, 0x57, - 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x16, 0x4c, 0x16, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x75, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x3b, 0xb6, 0x44, 0x38, 0x4c, 0x18, 0x3b, 0xf7, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3b, 0xf7, 0x33, 0xb6, 0x4c, 0x78, 0x6d, 0x3b, 0x7d, 0xfd, 0x86, 0x9e, 0x7e, 0x3e, 0x7e, 0x1d, 0x7e, 0x3e, 0x75, 0xbd, 0x75, 0xdd, 0x7e, 0x1e, 0x7e, 0x1e, 0x7e, 0x1e, 0x7d, 0xfe, 0x7d, 0xfe, 0x7d, 0xde, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x5d, 0x6d, 0x1c, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x17, 0x43, 0xb6, 0x2a, 0xd2, 0x1a, 0x31, 0x22, 0x71, 0x22, 0x72, 0x22, 0x72, 0x22, 0x92, 0x22, 0x92, 0x22, 0x72, 0x2a, 0xb2, 0x33, 0x35, 0x43, 0x96, 0x3b, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x79, 0x64, 0x99, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xb9, 0x4b, 0xd6, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x22, 0x51, 0x3b, 0x12, 0x64, 0x79, 0x64, 0xdc, 0x5c, 0x9b, 0x5c, 0x9b, 0x65, 0x1d, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x7e, 0x65, 0x1c, 0x54, 0x38, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x5c, 0x58, 0x64, 0x99, 0x6c, 0xfc, 0x75, 0x5e, 0x85, 0xde, 0x8e, 0x3e, 0x96, 0x9e, 0x96, 0xde, 0x96, 0xde, 0x96, 0x9e, 0x96, 0x7e, 0x75, 0x1a, 0x43, 0x34, 0x32, 0xd2, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x43, 0xb6, 0x64, 0xdd, 0x5c, 0xbc, 0x54, 0x5a, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x7a, 0x64, 0xbc, 0x64, 0xdd, 0x6c, 0xfd, 0x6d, 0x1e, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x5e, 0x75, 0x7e, 0x75, 0x7d, 0x75, 0x5d, 0x75, 0x5c, 0x6d, 0x3b, 0x6d, 0x1b, 0x64, 0xfa, 0x64, 0xb9, 0x5c, 0x79, 0x54, 0x59, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x4c, 0x17, 0x4c, 0x37, - 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xf3, 0x43, 0xb7, 0x44, 0x38, 0x44, 0x18, 0x4c, 0x38, 0x44, 0x18, 0x44, 0x18, 0x3c, 0x17, 0x3c, 0x17, 0x3b, 0xf7, 0x44, 0x18, 0x3b, 0xf7, 0x3b, 0xd6, 0x3b, 0xd6, 0x54, 0x98, 0x75, 0xbb, 0x75, 0xdb, 0x6d, 0x9b, 0x75, 0xdc, 0x7e, 0x5e, 0x86, 0x3e, 0x7d, 0xde, 0x7d, 0xbe, 0x7d, 0xde, 0x7e, 0x1e, 0x7d, 0xfe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xde, 0x7d, 0xfe, 0x7d, 0xfe, 0x75, 0x7c, 0x6d, 0x3b, 0x64, 0xfb, 0x64, 0xba, 0x5c, 0x79, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0x96, 0x32, 0xf3, 0x22, 0x71, 0x22, 0x51, 0x22, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x22, 0x92, 0x2a, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x72, 0x2a, 0xb2, 0x3b, 0x55, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x5c, 0x79, 0x64, 0xb9, 0x6c, 0xf9, 0x75, 0x1a, 0x6c, 0xb8, 0x53, 0xd6, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x91, 0x4b, 0xd7, 0x64, 0xdc, 0x64, 0xbc, 0x64, 0xfc, 0x6d, 0x5d, 0x75, 0xbd, 0x75, 0xde, 0x6d, 0x9d, 0x5c, 0x79, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x79, 0x64, 0xdb, 0x75, 0x3d, 0x85, 0xbe, 0x8e, 0x1e, 0x96, 0xbe, 0x97, 0x1e, 0x9f, 0x3d, 0x9f, 0x5e, 0x96, 0x9c, 0x53, 0xd5, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x43, 0x75, 0x64, 0xbd, 0x5c, 0x9d, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x7a, 0x5c, 0x7b, 0x64, 0xbc, 0x64, 0xdc, 0x6c, 0xdd, 0x6c, 0xfe, 0x6d, 0x1e, 0x6d, 0x3e, 0x75, 0x5e, 0x75, 0x5e, 0x75, 0x7d, 0x75, 0x7c, 0x75, 0x5c, 0x75, 0x5b, 0x75, 0x3b, 0x6d, 0x1a, 0x64, 0xfa, 0x64, 0xb9, 0x5c, 0x79, 0x54, 0x59, 0x4c, 0x18, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x43, 0xd7, 0x4c, 0x38, 0x4c, 0x17, - 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x55, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x43, 0xd7, 0x44, 0x39, 0x44, 0x18, 0x44, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x43, 0xf7, 0x44, 0x38, 0x44, 0x18, 0x44, 0x18, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x3b, 0xf7, 0x3b, 0xd7, 0x44, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0xb8, 0x5d, 0x1a, 0x65, 0x19, 0x6d, 0x5b, 0x75, 0x9c, 0x75, 0x9b, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x3a, 0x6d, 0x1a, 0x6c, 0xfa, 0x5c, 0x98, 0x54, 0x37, 0x4b, 0xf6, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x33, 0x33, 0x13, 0x32, 0xd3, 0x32, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x2a, 0xd3, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x38, 0x5c, 0x79, 0x64, 0xba, 0x6c, 0xfa, 0x75, 0x1a, 0x6c, 0x99, 0x53, 0xb5, 0x4b, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x3b, 0x34, 0x5c, 0x9a, 0x6c, 0xfd, 0x6d, 0x3d, 0x6d, 0x5d, 0x75, 0x9e, 0x64, 0xfa, 0x54, 0x38, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x54, 0x18, 0x5c, 0x58, 0x5c, 0x9a, 0x6c, 0xfd, 0x7d, 0x9e, 0x85, 0xfe, 0x8e, 0x7e, 0x9f, 0x1d, 0x9f, 0x3d, 0xb7, 0x7e, 0x6c, 0x96, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x3b, 0x55, 0x64, 0xbc, 0x5c, 0x9c, 0x54, 0x5a, 0x54, 0x38, 0x4c, 0x18, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x79, 0x5c, 0x7a, 0x64, 0x9c, 0x64, 0xdd, 0x6c, 0xfe, 0x6c, 0xfe, 0x6d, 0x1e, 0x75, 0x5e, 0x75, 0x5d, 0x75, 0x7c, 0x75, 0x5c, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x1a, 0x6c, 0xfa, 0x64, 0xd9, 0x64, 0x99, 0x5c, 0x79, 0x54, 0x18, 0x4b, 0xf7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x76, 0x4c, 0x18, 0x44, 0x17, 0x4c, 0x17, - 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x4c, 0x39, 0x44, 0x18, 0x44, 0x18, 0x4c, 0x38, 0x44, 0x18, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x18, 0x3b, 0xf8, 0x44, 0x38, 0x44, 0x18, 0x44, 0x58, 0x44, 0x18, 0x3b, 0xf7, 0x44, 0x37, 0x43, 0xf7, 0x44, 0x17, 0x43, 0xf7, 0x44, 0x37, 0x44, 0x17, 0x44, 0x37, 0x44, 0x38, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x4c, 0x37, 0x43, 0xb6, 0x33, 0x34, 0x3b, 0x54, 0x33, 0x14, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0xb2, 0x2a, 0xf3, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x79, 0x64, 0xba, 0x64, 0xda, 0x6c, 0xf9, 0x64, 0x37, 0x4b, 0x75, 0x4b, 0x75, 0x4b, 0x75, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0xb1, 0x4b, 0xf7, 0x6d, 0x3d, 0x75, 0x9e, 0x65, 0x1c, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x53, 0xf8, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x54, 0x38, 0x5c, 0x79, 0x64, 0xbc, 0x75, 0x5d, 0x85, 0xbe, 0x8e, 0x5e, 0x96, 0xfe, 0xaf, 0x7e, 0x74, 0xf8, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x34, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x2a, 0xb2, 0x64, 0xdc, 0x5c, 0xbd, 0x54, 0x5a, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x7a, 0x5c, 0x7a, 0x64, 0xbc, 0x64, 0xdd, 0x6c, 0xfe, 0x6d, 0x1d, 0x75, 0x5d, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5b, 0x75, 0x3b, 0x75, 0x3a, 0x6d, 0x1a, 0x6c, 0xda, 0x64, 0xb9, 0x5c, 0x79, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x76, 0x4c, 0x18, 0x4c, 0x18, 0x43, 0xf7, 0x43, 0xf7, - 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x75, 0x3b, 0x35, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x75, 0x44, 0x38, 0x44, 0x18, 0x44, 0x39, 0x44, 0x39, 0x44, 0x38, 0x4c, 0x39, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x44, 0x38, 0x44, 0x38, 0x44, 0x38, 0x43, 0xf7, 0x44, 0x38, 0x4c, 0x38, 0x44, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x44, 0x17, 0x4c, 0x58, 0x4c, 0x38, 0x44, 0x58, 0x44, 0x37, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x37, 0x43, 0xf6, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x22, 0x92, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0x92, 0x22, 0x92, 0x22, 0x92, 0x22, 0xb2, 0x2a, 0xf3, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x78, 0x64, 0xb9, 0x54, 0x37, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x75, 0x4b, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x2a, 0x92, 0x3b, 0x33, 0x5c, 0x79, 0x64, 0xbb, 0x5c, 0x7b, 0x5c, 0x7a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x9a, 0x6c, 0xfd, 0x7d, 0x9e, 0x85, 0xfe, 0x96, 0x9e, 0x96, 0x7c, 0x64, 0x56, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xb2, 0x54, 0x39, 0x64, 0xbd, 0x5c, 0x9c, 0x54, 0x5a, 0x54, 0x19, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0xf8, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9c, 0x64, 0xdd, 0x6c, 0xfd, 0x6d, 0x1d, 0x75, 0x3c, 0x75, 0x5c, 0x75, 0x5b, 0x75, 0x3b, 0x75, 0x3a, 0x6d, 0x1a, 0x6c, 0xda, 0x64, 0xba, 0x5c, 0x79, 0x54, 0x59, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0x96, 0x4b, 0xf8, 0x4b, 0xf8, 0x43, 0xf8, 0x43, 0xf7, 0x43, 0xd7, - 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x34, 0x43, 0xd7, 0x44, 0x38, 0x44, 0x38, 0x44, 0x38, 0x44, 0x18, 0x44, 0x39, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x44, 0x38, 0x44, 0x17, 0x44, 0x17, 0x43, 0xf7, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x44, 0x17, 0x4c, 0x37, 0x4c, 0x38, 0x44, 0x18, 0x44, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x43, 0xd6, 0x3b, 0x54, 0x3b, 0x55, 0x33, 0x54, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0xd2, 0x32, 0xf4, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x58, 0x4b, 0xf6, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x71, 0x43, 0x96, 0x5c, 0x7b, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x79, 0x64, 0xdc, 0x75, 0x5e, 0x7d, 0x9e, 0x8e, 0x3e, 0x6c, 0xf8, 0x4b, 0x94, 0x4b, 0x54, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x2a, 0x92, 0x2a, 0x92, 0x3b, 0x56, 0x64, 0xdc, 0x64, 0xdd, 0x5c, 0x7b, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9b, 0x64, 0xdd, 0x6c, 0xdd, 0x6c, 0xfc, 0x6d, 0x1c, 0x6d, 0x3b, 0x75, 0x3b, 0x75, 0x1b, 0x6c, 0xfa, 0x6c, 0xda, 0x64, 0xba, 0x64, 0x99, 0x5c, 0x59, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xd7, 0x43, 0xd7, - 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x76, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x96, 0x44, 0x18, 0x44, 0x19, 0x44, 0x38, 0x44, 0x39, 0x44, 0x18, 0x44, 0x38, 0x44, 0x38, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x44, 0x18, 0x4c, 0x17, 0x43, 0xf7, 0x44, 0x17, 0x44, 0x38, 0x44, 0x17, 0x44, 0x38, 0x44, 0x18, 0x44, 0x17, 0x4c, 0x38, 0x44, 0x18, 0x4c, 0x38, 0x44, 0x37, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x78, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x18, 0x43, 0xd6, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x22, 0xb3, 0x22, 0xb3, 0x22, 0xb3, 0x22, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x32, 0xf4, 0x43, 0x96, 0x43, 0xd7, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x53, 0xd7, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x17, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x9a, 0x6c, 0xfd, 0x75, 0x5e, 0x85, 0xbd, 0x53, 0xf6, 0x43, 0x54, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x71, 0x32, 0xf3, 0x5c, 0x7a, 0x6c, 0xfd, 0x64, 0xbc, 0x54, 0x5a, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9b, 0x64, 0xbc, 0x64, 0xdc, 0x6c, 0xdc, 0x6c, 0xfc, 0x6c, 0xfb, 0x6c, 0xda, 0x6c, 0xda, 0x64, 0xba, 0x64, 0xba, 0x5c, 0x79, 0x5c, 0x39, 0x54, 0x18, 0x4b, 0xf8, 0x4c, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, - 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x43, 0x76, 0x3b, 0x75, 0x43, 0x76, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0xd7, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x44, 0x38, 0x44, 0x18, 0x44, 0x38, 0x44, 0x18, 0x44, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x43, 0xf8, 0x4c, 0x18, 0x43, 0xf7, 0x4c, 0x17, 0x44, 0x17, 0x44, 0x38, 0x4c, 0x58, 0x44, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x78, 0x4c, 0x78, 0x4c, 0x79, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x43, 0xd7, 0x3b, 0x75, 0x43, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x22, 0xb3, 0x22, 0xd3, 0x22, 0xd3, 0x2a, 0xf3, 0x2a, 0xd3, 0x32, 0xf3, 0x43, 0xb6, 0x4b, 0xd7, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xd7, 0x43, 0x76, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x53, 0xf8, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x64, 0xbc, 0x75, 0x5e, 0x5c, 0x58, 0x43, 0x74, 0x43, 0x54, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x94, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x72, 0x2a, 0xb2, 0x2a, 0x72, 0x4b, 0xd6, 0x6c, 0xfd, 0x64, 0xdd, 0x5c, 0x7b, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x54, 0x18, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x5c, 0x59, 0x5c, 0x7a, 0x5c, 0x9b, 0x64, 0xbc, 0x64, 0xbc, 0x64, 0xdb, 0x64, 0xdb, 0x64, 0xba, 0x64, 0xba, 0x64, 0x7a, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x18, 0x54, 0x59, 0x4c, 0x39, 0x4c, 0x18, 0x43, 0xf8, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, - 0x43, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x43, 0x55, 0x43, 0x96, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x59, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x38, 0x44, 0x18, 0x4c, 0x39, 0x44, 0x18, 0x43, 0xf8, 0x43, 0xd7, 0x44, 0x18, 0x44, 0x18, 0x44, 0x18, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x44, 0x38, 0x4c, 0x58, 0x44, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x79, 0x54, 0x99, 0x54, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x2a, 0xd3, 0x2a, 0xf3, 0x2a, 0xf3, 0x32, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xf3, 0x2a, 0xf3, 0x3b, 0x75, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x22, 0x30, 0x3a, 0xf2, 0x5c, 0x59, 0x5c, 0x7a, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x38, 0x5c, 0x7a, 0x64, 0xdb, 0x4b, 0xb6, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x74, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x94, 0x4b, 0x74, 0x43, 0x54, 0x43, 0x34, 0x43, 0x14, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xd2, 0x3a, 0xf2, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0xb2, 0x5c, 0x5a, 0x64, 0xdc, 0x64, 0xbc, 0x54, 0x5a, 0x54, 0x19, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf8, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x5c, 0x59, 0x5c, 0x5a, 0x5c, 0x9a, 0x64, 0x9a, 0x64, 0x9b, 0x64, 0xbb, 0x64, 0x9a, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x59, 0x54, 0x38, 0x54, 0x79, 0x54, 0x59, 0x4c, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xd7, - 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0xb6, 0x4c, 0x18, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x38, 0x43, 0xf8, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4c, 0x18, 0x44, 0x18, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x78, 0x54, 0x9a, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x5c, 0xdb, 0x4c, 0x38, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2b, 0x14, 0x2a, 0xf3, 0x32, 0xf4, 0x3b, 0x55, 0x43, 0xd7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xd7, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x92, 0x54, 0x39, 0x5c, 0x7a, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x96, 0x43, 0xb6, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x4b, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x3a, 0xf4, 0x5c, 0x39, 0x64, 0xdd, 0x5c, 0x9b, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xf8, 0x54, 0x18, 0x4c, 0x18, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x39, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x59, 0x64, 0x9a, 0x5c, 0x58, 0x5c, 0x39, 0x5c, 0x7a, 0x54, 0x5a, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, - 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xf7, 0x5c, 0x9b, 0x54, 0x58, 0x54, 0x39, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x39, 0x54, 0x39, 0x4c, 0x39, 0x4c, 0x38, 0x4c, 0x18, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x44, 0x18, 0x4b, 0xf8, 0x4b, 0xf7, 0x4c, 0x38, 0x4c, 0x99, 0x54, 0x79, 0x4c, 0x58, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x59, 0x54, 0xb9, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x65, 0x1c, 0x5c, 0xfb, 0x5c, 0x99, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2a, 0xf4, 0x2b, 0x14, 0x2b, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x75, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x4b, 0xf7, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x30, 0x2a, 0x71, 0x54, 0x39, 0x5c, 0x9b, 0x54, 0x39, 0x54, 0x38, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x34, 0x43, 0x75, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x34, 0x3b, 0x13, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x2a, 0xb2, 0x54, 0x39, 0x64, 0xbc, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x19, 0x4b, 0xf8, 0x53, 0xf8, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x38, 0x5c, 0x38, 0x5c, 0x38, 0x5c, 0x59, 0x64, 0x9a, 0x54, 0x38, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xb7, - 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x54, 0x38, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x4c, 0x39, 0x54, 0x39, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x44, 0x17, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf7, 0x4c, 0x79, 0x4c, 0x59, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0xba, 0x54, 0xba, 0x54, 0x9a, 0x5c, 0xdb, 0x5c, 0xfc, 0x65, 0x3d, 0x5d, 0x1d, 0x65, 0x3c, 0x65, 0x3d, 0x65, 0x3d, 0x6d, 0x5d, 0x5c, 0xda, 0x54, 0x58, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x34, 0x43, 0xb6, 0x4c, 0x39, 0x4b, 0xf8, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x32, 0xd3, 0x54, 0x18, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x75, 0x3b, 0x14, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x72, 0x2a, 0xb2, 0x4b, 0xd6, 0x5c, 0x7b, 0x54, 0x59, 0x54, 0x19, 0x53, 0xf8, 0x53, 0xf8, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x5c, 0x39, 0x5c, 0x59, 0x5c, 0xbc, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, - 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xf7, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x7b, 0x54, 0xdc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x4c, 0x18, 0x4b, 0xf7, 0x4c, 0x59, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0xba, 0x54, 0xbb, 0x54, 0xba, 0x5c, 0xfc, 0x5c, 0xfc, 0x65, 0x3d, 0x65, 0x3d, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7d, 0x6d, 0x9d, 0x6d, 0x7d, 0x6d, 0x1c, 0x5c, 0x9a, 0x64, 0xba, 0x5c, 0xba, 0x5c, 0x99, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x33, 0x54, 0x33, 0x54, 0x33, 0x54, 0x3b, 0x55, 0x33, 0x34, 0x3b, 0x55, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x51, 0x19, 0xef, 0x2a, 0x71, 0x4b, 0xf8, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf7, 0x43, 0x75, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0xb2, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xf7, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf8, 0x54, 0x38, 0x5c, 0x59, 0x5c, 0x7b, 0x5c, 0x9b, 0x54, 0x7a, 0x54, 0x38, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb7, - 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0x9c, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x38, 0x54, 0x79, 0x54, 0x99, 0x5c, 0xbb, 0x5c, 0xfb, 0x5c, 0xfc, 0x5c, 0xfc, 0x65, 0x1d, 0x6d, 0x3d, 0x6d, 0x7d, 0x6d, 0xbd, 0x6d, 0xbe, 0x75, 0xbe, 0x75, 0xbd, 0x75, 0xfe, 0x76, 0x1e, 0x75, 0x9d, 0x64, 0xfd, 0x6d, 0x1d, 0x65, 0x1d, 0x64, 0xdc, 0x5c, 0xba, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x55, 0x33, 0x54, 0x33, 0x55, 0x33, 0x54, 0x33, 0x54, 0x33, 0x54, 0x33, 0x54, 0x33, 0x54, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x30, 0x1a, 0x10, 0x22, 0x51, 0x4b, 0x96, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x58, 0x53, 0xf7, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x3b, 0x14, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x2a, 0xb3, 0x32, 0xb3, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x55, 0x4b, 0xb6, 0x54, 0x38, 0x5c, 0x7a, 0x5c, 0x39, 0x54, 0x18, 0x5c, 0x59, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x7a, 0x54, 0x39, 0x54, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, - 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf8, 0x44, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x5b, 0x54, 0x9b, 0x5c, 0x9b, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0xba, 0x5c, 0x99, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x39, 0x5c, 0x7a, 0x5c, 0xbc, 0x65, 0x1d, 0x6d, 0x5e, 0x75, 0xbe, 0x75, 0xdd, 0x7d, 0xfd, 0x7e, 0x7e, 0x7e, 0x3d, 0x86, 0x7e, 0x8e, 0xde, 0x7e, 0x5e, 0x75, 0x5d, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0x1d, 0x64, 0xdb, 0x64, 0xbb, 0x64, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x75, 0x33, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x30, 0x22, 0x30, 0x19, 0xef, 0x19, 0xef, 0x43, 0x75, 0x5c, 0x59, 0x5c, 0x59, 0x53, 0xf7, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x34, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x43, 0x55, 0x4c, 0x38, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x7a, 0x54, 0x39, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, - 0x3b, 0xd7, 0x3b, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x44, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x58, 0x4c, 0x5a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9a, 0x64, 0xb9, 0x5c, 0x9a, 0x5c, 0x7a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xb7, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xdd, 0x6d, 0x1e, 0x75, 0x9e, 0x7d, 0xfe, 0x86, 0x3e, 0x86, 0xdd, 0x8f, 0x3d, 0x8f, 0x1c, 0x8e, 0xdd, 0x8e, 0xdd, 0x86, 0x1e, 0x86, 0x1e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x1d, 0x6c, 0xfc, 0x64, 0xdb, 0x64, 0xba, 0x5c, 0xba, 0x54, 0x58, 0x54, 0x17, 0x53, 0xf7, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x54, 0x3b, 0x54, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x38, 0x5c, 0x58, 0x64, 0x79, 0x64, 0x99, 0x64, 0x79, 0x4b, 0xf7, 0x3b, 0xb6, 0x3b, 0x96, 0x33, 0x75, 0x33, 0x55, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x75, 0x33, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x14, 0x2a, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x32, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x10, 0x19, 0xef, 0x19, 0x8d, 0x43, 0x34, 0x5c, 0x59, 0x4b, 0xd7, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x43, 0xb6, 0x3b, 0xb5, 0x3b, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x3b, 0xf7, 0x3b, 0xd7, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, - 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xf7, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x54, 0x79, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x98, 0x5c, 0xba, 0x5c, 0x9a, 0x54, 0x39, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x54, 0x38, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0xbc, 0x64, 0xfd, 0x6d, 0x1e, 0x6d, 0x5d, 0x7d, 0xde, 0x86, 0x3e, 0x86, 0x9e, 0x8e, 0xfe, 0x97, 0x3d, 0x9f, 0x3c, 0xa7, 0x3c, 0x9f, 0x1d, 0x96, 0xfd, 0x96, 0xfe, 0x8e, 0xde, 0x8e, 0xbe, 0x8e, 0x9e, 0x86, 0x5e, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x9e, 0x75, 0x7d, 0x64, 0xba, 0x4b, 0xf7, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x58, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0x5a, 0x54, 0x39, 0x43, 0xd7, 0x3b, 0x96, 0x33, 0x75, 0x33, 0x55, 0x33, 0x75, 0x33, 0x75, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0x96, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x30, 0x22, 0x10, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xae, 0x2a, 0x71, 0x43, 0x75, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x3b, 0x55, 0x43, 0xb6, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xd6, 0x3b, 0xb6, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0xb6, - 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x39, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0xb9, 0x4b, 0xd6, 0x4b, 0xb6, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb6, 0x4b, 0x97, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0xbb, 0x64, 0xdd, 0x65, 0x1e, 0x6d, 0x3e, 0x75, 0x9e, 0x86, 0x3e, 0x86, 0x9e, 0x97, 0x3e, 0x9f, 0x3d, 0x9f, 0x3d, 0xa7, 0x3d, 0xaf, 0x3d, 0xaf, 0x3d, 0xa7, 0x3d, 0xa7, 0x3d, 0xa7, 0x3d, 0xa7, 0x3d, 0x9f, 0x3d, 0x9f, 0x3d, 0x96, 0xfd, 0x8e, 0x7e, 0x75, 0x19, 0x3b, 0x14, 0x43, 0x54, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x7a, 0x5c, 0x9a, 0x54, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x5a, 0x4c, 0x39, 0x3b, 0xd7, 0x33, 0x75, 0x33, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x22, 0x30, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x19, 0xce, 0x2a, 0x50, 0x32, 0xd3, 0x43, 0x34, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x75, 0x3b, 0x95, 0x33, 0x54, 0x33, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x33, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x55, 0x33, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, - 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf7, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x59, 0x54, 0x17, 0x33, 0x13, 0x3b, 0x34, 0x4b, 0xd7, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x5c, 0x7a, 0x54, 0x7a, 0x5c, 0x7a, 0x64, 0xbc, 0x64, 0xfd, 0x6d, 0x3e, 0x75, 0x5e, 0x7d, 0xfe, 0x86, 0x9e, 0x8e, 0xfe, 0x97, 0x3c, 0x9f, 0x3d, 0xaf, 0x3d, 0xb7, 0x5e, 0xbf, 0x3d, 0xc7, 0x3e, 0xbf, 0x3e, 0xb7, 0x3d, 0xb7, 0x5d, 0xb7, 0x3d, 0xb7, 0x3e, 0xb7, 0x1d, 0xa6, 0x1b, 0x43, 0x53, 0x3a, 0xf3, 0x43, 0x33, 0x43, 0x34, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x18, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x7b, 0x5c, 0x7b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x54, 0x9b, 0x54, 0x7b, 0x54, 0x5a, 0x3b, 0xb7, 0x33, 0x96, 0x3b, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xef, 0x19, 0xcf, 0x32, 0x92, 0x3a, 0xd3, 0x32, 0x92, 0x32, 0xb2, 0x43, 0x55, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0xb3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x33, 0x34, 0x33, 0x54, 0x33, 0x54, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x75, 0x33, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x33, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, - 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x58, 0x5c, 0x79, 0x54, 0x38, 0x4b, 0xf7, 0x53, 0xf7, 0x5c, 0x38, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x4b, 0xf7, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0xbb, 0x64, 0xdc, 0x65, 0x1d, 0x6d, 0x3d, 0x75, 0x9e, 0x86, 0x3e, 0x8e, 0xde, 0x97, 0x1d, 0x9f, 0x3c, 0xa7, 0x3d, 0xb7, 0x3d, 0xbf, 0x3d, 0xd7, 0x3e, 0xdf, 0x3e, 0xdf, 0x3e, 0xd7, 0x5e, 0xdf, 0x5e, 0xd7, 0x3e, 0xae, 0x1b, 0x6c, 0x15, 0x32, 0x71, 0x43, 0x13, 0x43, 0x33, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x54, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x54, 0x5a, 0x43, 0xd7, 0x43, 0xb6, 0x4c, 0x17, 0x5c, 0x18, 0x54, 0x17, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x95, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x22, 0x0f, 0x19, 0xce, 0x32, 0xb2, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x71, 0x32, 0xd3, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x54, 0x33, 0x55, 0x33, 0x55, 0x3b, 0x75, 0x33, 0x55, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x75, - 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x76, 0x3b, 0x96, 0x3b, 0xb6, 0x43, 0xd6, 0x43, 0xb6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x4b, 0xd7, 0x54, 0x17, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x4b, 0xd7, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xfd, 0x6d, 0x1e, 0x6d, 0x5e, 0x75, 0x9e, 0x86, 0x1e, 0x8e, 0xdd, 0x97, 0x3d, 0x9f, 0x3d, 0xaf, 0x3d, 0xb7, 0x3d, 0xc7, 0x3e, 0xdf, 0x3e, 0xe7, 0x5e, 0xdf, 0x5e, 0xe7, 0x5e, 0xd6, 0xdd, 0x7c, 0x56, 0x4b, 0x13, 0x42, 0xf2, 0x43, 0x13, 0x4b, 0x13, 0x4b, 0x33, 0x43, 0x53, 0x4b, 0x74, 0x4b, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x64, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbd, 0x54, 0x9c, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0x9c, 0x4c, 0x39, 0x4c, 0x17, 0x5c, 0x38, 0x5c, 0x38, 0x54, 0x38, 0x4b, 0xf8, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x33, 0x14, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0xb2, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x2a, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x54, 0x33, 0x54, 0x33, 0x34, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, - 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xd6, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x34, 0x53, 0xf7, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x5c, 0x9b, 0x5c, 0x9b, 0x64, 0xdd, 0x65, 0x1e, 0x6d, 0x1e, 0x6d, 0x5e, 0x7d, 0xbe, 0x86, 0x5e, 0x8e, 0xfe, 0x97, 0x3d, 0x9f, 0x3d, 0xaf, 0x3d, 0xbf, 0x3d, 0xc7, 0x3e, 0xdf, 0x3e, 0xe7, 0x5e, 0xdf, 0x3e, 0xb6, 0x1b, 0x53, 0x53, 0x42, 0xf2, 0x43, 0x13, 0x42, 0xf3, 0x43, 0x13, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x74, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9c, 0x54, 0x7a, 0x5c, 0xbc, 0x5c, 0x9d, 0x5c, 0xbd, 0x5c, 0xde, 0x64, 0xde, 0x64, 0xbc, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x3b, 0x34, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x19, 0xef, 0x2a, 0x71, 0x3a, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x32, 0x92, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x2a, 0xd3, 0x2a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x33, 0x54, 0x33, 0x55, 0x3b, 0x55, 0x33, 0x55, - 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xb6, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x76, 0x4b, 0xb6, 0x3b, 0x54, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x34, 0x53, 0xf7, 0x54, 0x38, 0x53, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x64, 0xfd, 0x6d, 0x5e, 0x75, 0x9e, 0x7d, 0xfe, 0x86, 0x3e, 0x8e, 0xfe, 0x97, 0x1d, 0x9f, 0x3d, 0xaf, 0x3d, 0xb7, 0x3d, 0xc7, 0x3e, 0xdf, 0x3e, 0xdf, 0x3e, 0xa5, 0x79, 0x42, 0xd2, 0x42, 0xf3, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x33, 0x4b, 0x54, 0x53, 0x74, 0x53, 0xb5, 0x53, 0xd5, 0x53, 0xf5, 0x53, 0xf6, 0x53, 0xf6, 0x53, 0xf6, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0x9c, 0x54, 0x7b, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x9b, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x64, 0xde, 0x64, 0xfe, 0x6c, 0xdd, 0x5c, 0x7a, 0x54, 0x38, 0x4c, 0x17, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x35, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x3b, 0x34, 0x4b, 0xb6, 0x43, 0x95, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x31, 0x22, 0x31, 0x19, 0xcf, 0x32, 0xd3, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xef, 0x2a, 0x72, 0x3a, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x55, - 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x53, 0xf7, 0x5c, 0x39, 0x53, 0xf8, 0x53, 0xf8, 0x53, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x64, 0xdc, 0x5c, 0xbc, 0x64, 0xbc, 0x64, 0xfd, 0x6d, 0x3e, 0x75, 0xbe, 0x7e, 0x3e, 0x86, 0x3e, 0x8e, 0x7e, 0x96, 0xfe, 0x9f, 0x3d, 0xa7, 0x3d, 0xaf, 0x3d, 0xbf, 0x3d, 0xce, 0xfd, 0x84, 0xd7, 0x3a, 0xd2, 0x43, 0x13, 0x4b, 0x13, 0x4b, 0x33, 0x4b, 0x13, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x53, 0x74, 0x53, 0x94, 0x53, 0xd5, 0x5b, 0xf5, 0x5c, 0x15, 0x5c, 0x16, 0x5c, 0x16, 0x54, 0x16, 0x54, 0x17, 0x54, 0x17, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xbe, 0x5c, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x6d, 0x1e, 0x6c, 0xfd, 0x5c, 0x7a, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x33, 0x55, 0x33, 0x34, 0x33, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x3b, 0x54, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x10, 0x32, 0xd3, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, - 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x95, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x4b, 0xb6, 0x5c, 0x59, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf8, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf7, 0x53, 0xf8, 0x64, 0xbc, 0x64, 0xdc, 0x64, 0xbd, 0x64, 0xfd, 0x6d, 0x5e, 0x75, 0x9e, 0x7d, 0xde, 0x86, 0x7e, 0x86, 0x5e, 0x8e, 0xbe, 0x96, 0xfe, 0xa7, 0x5e, 0xaf, 0x5d, 0xb6, 0xdd, 0x63, 0xf4, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x54, 0x53, 0x74, 0x53, 0xb4, 0x5b, 0xd4, 0x5b, 0xd5, 0x5b, 0xf5, 0x5c, 0x15, 0x5c, 0x16, 0x5c, 0x16, 0x5c, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x7b, 0x5c, 0xbd, 0x64, 0xde, 0x64, 0xde, 0x6d, 0x1e, 0x6d, 0x1e, 0x64, 0xfe, 0x64, 0xfe, 0x5c, 0x7a, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x3b, 0x34, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x31, 0x32, 0xf3, 0x3b, 0x34, 0x3a, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xf0, 0x19, 0xef, 0x21, 0xef, 0x19, 0xef, 0x22, 0x10, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, - 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x4b, 0xb6, 0x5c, 0x59, 0x54, 0x39, 0x54, 0x38, 0x54, 0x18, 0x53, 0xf8, 0x54, 0x18, 0x53, 0xf8, 0x54, 0x18, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xdd, 0x75, 0x5d, 0x7d, 0xde, 0x75, 0xbe, 0x75, 0x9e, 0x7d, 0xfe, 0x7e, 0x3e, 0x86, 0x7e, 0x8e, 0xbe, 0x9f, 0x3e, 0x9e, 0xfd, 0x64, 0x56, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x74, 0x53, 0x94, 0x53, 0xb4, 0x53, 0xd5, 0x53, 0xf5, 0x5b, 0xf5, 0x53, 0xf6, 0x5b, 0xf6, 0x54, 0x16, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4b, 0xf8, 0x4c, 0x17, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x39, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0xbd, 0x64, 0xfe, 0x65, 0x1e, 0x6d, 0x3e, 0x65, 0x1e, 0x64, 0xfe, 0x64, 0xfe, 0x5c, 0x7a, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x2a, 0xf4, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x33, 0x34, 0x4b, 0xb6, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x55, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x51, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x10, 0x21, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x2a, 0x51, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x34, - 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x43, 0x75, 0x54, 0x39, 0x5c, 0x59, 0x5c, 0x39, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x64, 0xdd, 0x64, 0xfd, 0x6d, 0x5d, 0x7d, 0xfe, 0x7d, 0xde, 0x7d, 0xfe, 0x7d, 0xde, 0x75, 0x9e, 0x7d, 0xfe, 0x7e, 0x5e, 0x86, 0x5e, 0x86, 0x3d, 0x64, 0xb7, 0x3a, 0xf2, 0x43, 0x33, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x4b, 0x74, 0x4b, 0x94, 0x4b, 0xb4, 0x4b, 0xd5, 0x53, 0xd5, 0x53, 0xd5, 0x4b, 0xd6, 0x4b, 0xf6, 0x53, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x39, 0x54, 0x38, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdc, 0x6d, 0x1d, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x1e, 0x64, 0xfd, 0x54, 0x7a, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xb6, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x33, 0x13, 0x4b, 0xd6, 0x4b, 0xf7, 0x43, 0xb7, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x33, 0x14, 0x32, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x72, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x11, 0x8d, 0x11, 0x8e, 0x19, 0xcf, 0x22, 0x10, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, - 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x33, 0x14, 0x53, 0xf7, 0x5c, 0x5a, 0x5c, 0x59, 0x54, 0x59, 0x54, 0x38, 0x54, 0x59, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x5e, 0x7d, 0xbe, 0x85, 0xfe, 0x85, 0xfe, 0x7d, 0xfe, 0x7d, 0xde, 0x75, 0xbe, 0x7d, 0xfe, 0x7e, 0x3e, 0x64, 0x97, 0x32, 0xb2, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x74, 0x43, 0x94, 0x4b, 0xb4, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0x9b, 0x54, 0x7b, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0xbc, 0x65, 0x1d, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x1d, 0x54, 0x5a, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xd7, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x2b, 0x14, 0x2b, 0x14, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x33, 0x13, 0x4b, 0xd6, 0x4c, 0x17, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x2a, 0xd3, 0x2a, 0x92, 0x2a, 0xb3, 0x3b, 0x55, 0x43, 0x75, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0x8e, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x1a, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, - 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x32, 0xb2, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xf3, 0x3a, 0xd3, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb1, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x43, 0x75, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x9b, 0x6d, 0x3e, 0x65, 0x1e, 0x6d, 0x3e, 0x75, 0x9e, 0x7d, 0xbe, 0x85, 0xfe, 0x86, 0x1e, 0x85, 0xfe, 0x7e, 0x1e, 0x7d, 0xde, 0x6d, 0x18, 0x2a, 0x91, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x54, 0x43, 0x74, 0x43, 0x94, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x39, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0x9b, 0x54, 0x79, 0x54, 0x59, 0x54, 0x59, 0x54, 0x9a, 0x64, 0xfd, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x1d, 0x54, 0x79, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x96, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x2b, 0x34, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x13, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x33, 0x13, 0x4b, 0xd7, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x2a, 0xd3, 0x32, 0xf3, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x35, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xf0, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x19, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, - 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x5c, 0x38, 0x5c, 0x7a, 0x64, 0xdc, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x3e, 0x75, 0xbe, 0x75, 0xde, 0x86, 0x1e, 0x7e, 0x3e, 0x7e, 0x1e, 0x75, 0xdd, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0x9b, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0x9a, 0x54, 0x7a, 0x5c, 0xbb, 0x6d, 0x3d, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x5e, 0x64, 0xfd, 0x4c, 0x59, 0x43, 0xf7, 0x43, 0xd7, 0x43, 0xb7, 0x3b, 0xb7, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x96, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x34, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xf3, 0x4b, 0xd7, 0x4c, 0x38, 0x4c, 0x17, 0x54, 0x17, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x35, 0x33, 0x14, 0x3b, 0x34, 0x43, 0x96, 0x4b, 0xb7, 0x43, 0x75, 0x3b, 0x35, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, - 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x43, 0x75, 0x64, 0xfc, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x5e, 0x75, 0x9e, 0x75, 0xde, 0x7d, 0xfe, 0x75, 0xbc, 0x43, 0x94, 0x3a, 0xf3, 0x3b, 0x13, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x5c, 0xdd, 0x64, 0xfd, 0x64, 0xfd, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1d, 0x64, 0xfd, 0x5c, 0xdd, 0x5c, 0xbc, 0x54, 0xbb, 0x64, 0xfd, 0x6d, 0x5e, 0x6d, 0x9e, 0x6d, 0x7e, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x3e, 0x5c, 0xbb, 0x4c, 0x38, 0x44, 0x18, 0x43, 0xf7, 0x43, 0xd7, 0x3b, 0xd7, 0x3b, 0xb6, 0x3b, 0x96, 0x33, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x34, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb2, 0x2a, 0xb2, 0x43, 0xb6, 0x54, 0x58, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x53, 0xf7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x3b, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x75, 0x4b, 0xd7, 0x4b, 0xf7, 0x43, 0xb6, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, - 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x54, 0x37, 0x5c, 0xb9, 0x6d, 0x3c, 0x75, 0x9e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0xbe, 0x75, 0x9d, 0x64, 0xb8, 0x3a, 0xd2, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x43, 0xf8, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xdc, 0x65, 0x1d, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x1d, 0x5c, 0xdd, 0x64, 0xfe, 0x6d, 0x3e, 0x6d, 0x7e, 0x6d, 0x9e, 0x65, 0x3e, 0x6d, 0x7e, 0x75, 0x9e, 0x6d, 0x5e, 0x54, 0x9a, 0x44, 0x17, 0x4c, 0x18, 0x44, 0x18, 0x43, 0xf7, 0x3b, 0xd7, 0x3b, 0xb7, 0x33, 0x96, 0x33, 0x96, 0x33, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x34, 0x2b, 0x34, 0x2b, 0x14, 0x2b, 0x14, 0x2a, 0xf4, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x22, 0x92, 0x43, 0x76, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x5c, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xb6, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0x96, 0x3b, 0x55, 0x33, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x92, - 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x3a, 0xf3, 0x32, 0xb2, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd2, 0x43, 0x34, 0x54, 0x37, 0x54, 0x17, 0x54, 0x57, 0x64, 0xd9, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x5c, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3a, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0xbb, 0x64, 0xfd, 0x6d, 0x3e, 0x75, 0x7e, 0x75, 0xde, 0x7e, 0x3e, 0x86, 0x7e, 0x7e, 0x5e, 0x75, 0xfe, 0x6d, 0x9e, 0x65, 0x3e, 0x65, 0x3e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x75, 0x9e, 0x75, 0xbe, 0x6d, 0x3d, 0x54, 0x99, 0x4c, 0x38, 0x4c, 0x38, 0x44, 0x18, 0x43, 0xf7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xb6, 0x33, 0x96, 0x33, 0x96, 0x33, 0x96, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x35, 0x2b, 0x34, 0x2b, 0x14, 0x2b, 0x14, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xd3, 0x2a, 0xb3, 0x33, 0x14, 0x4c, 0x18, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x54, 0x17, 0x5c, 0x79, 0x5c, 0x59, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x34, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x10, 0x19, 0xf0, 0x19, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, - 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0xb6, 0x53, 0xf7, 0x4b, 0xb6, 0x43, 0x54, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x43, 0x54, 0x54, 0x17, 0x54, 0x57, 0x54, 0x57, 0x5c, 0x78, 0x5c, 0x57, 0x64, 0xfa, 0x75, 0xbd, 0x7d, 0xdd, 0x5c, 0x35, 0x32, 0xb2, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x79, 0x54, 0x9b, 0x5c, 0xdc, 0x5d, 0x1d, 0x6d, 0x5e, 0x75, 0xde, 0x86, 0x7e, 0x8e, 0xfd, 0x8f, 0x3d, 0x8f, 0x3d, 0x8e, 0xfe, 0x86, 0x7e, 0x75, 0xde, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x6d, 0x9e, 0x75, 0xfe, 0x75, 0xbe, 0x5c, 0xfb, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x44, 0x38, 0x44, 0x18, 0x3b, 0xf7, 0x3b, 0xd7, 0x3b, 0xb7, 0x3b, 0xb6, 0x33, 0x96, 0x33, 0x96, 0x33, 0x76, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x35, 0x2b, 0x34, 0x33, 0x34, 0x33, 0x14, 0x2b, 0x14, 0x2a, 0xf4, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xd3, 0x2a, 0xd3, 0x4b, 0xf7, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x58, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x79, 0x64, 0xba, 0x64, 0x9a, 0x54, 0x59, 0x54, 0x18, 0x4b, 0xb7, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xb3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x10, 0x19, 0xf0, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xf0, 0x19, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, - 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x17, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x34, 0x32, 0xb2, 0x43, 0x54, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x57, 0x5c, 0x58, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x2a, 0x92, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3a, 0xf3, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xdc, 0x65, 0x3e, 0x6d, 0x7e, 0x7e, 0x1e, 0x86, 0xde, 0x97, 0x3d, 0x9f, 0x5d, 0xa7, 0x5d, 0x9f, 0x5d, 0x97, 0x3d, 0x86, 0xbd, 0x75, 0xfe, 0x75, 0xbe, 0x6d, 0x7e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x5e, 0x75, 0xde, 0x7e, 0x1e, 0x6d, 0x7d, 0x5c, 0xba, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x44, 0x38, 0x44, 0x18, 0x3b, 0xf8, 0x3b, 0xf7, 0x3b, 0xd7, 0x33, 0xb7, 0x33, 0xb6, 0x33, 0xb6, 0x33, 0x96, 0x33, 0x76, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x34, 0x2b, 0x34, 0x2b, 0x14, 0x2b, 0x14, 0x2b, 0x14, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xb2, 0x43, 0xb7, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x59, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x59, 0x54, 0x9b, 0x5c, 0xdc, 0x64, 0xdd, 0x64, 0xdc, 0x64, 0xfc, 0x6d, 0x1d, 0x6c, 0xdd, 0x64, 0x9b, 0x5c, 0x59, 0x4c, 0x38, 0x43, 0xd7, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x22, 0x10, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, - 0x2a, 0x31, 0x2a, 0x71, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xd7, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x38, 0x5c, 0x37, 0x54, 0x16, 0x53, 0xf6, 0x54, 0x37, 0x54, 0x57, 0x54, 0x58, 0x5c, 0x78, 0x64, 0xb8, 0x3b, 0x13, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd2, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x74, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xfd, 0x65, 0x3e, 0x6d, 0x9e, 0x7e, 0x1e, 0x8e, 0xfd, 0x9f, 0x5c, 0xa7, 0x5d, 0xaf, 0x5d, 0xaf, 0x5d, 0xa7, 0x5d, 0x97, 0x3d, 0x86, 0xbd, 0x7e, 0x1e, 0x75, 0xde, 0x6d, 0x7e, 0x5d, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x7e, 0x7d, 0xfe, 0x7d, 0xfe, 0x65, 0x1c, 0x54, 0x79, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x44, 0x38, 0x44, 0x18, 0x3b, 0xf8, 0x3b, 0xf7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xb6, 0x33, 0xb6, 0x33, 0x96, 0x33, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x2a, 0xf4, 0x2b, 0x13, 0x32, 0xf3, 0x2a, 0xd3, 0x4c, 0x18, 0x5c, 0xbb, 0x54, 0x79, 0x54, 0x59, 0x54, 0x38, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x9b, 0x5c, 0xbc, 0x6d, 0x1e, 0x75, 0x5e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x5e, 0x6c, 0xfd, 0x64, 0x9b, 0x5c, 0x79, 0x54, 0x38, 0x4b, 0xd7, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x55, 0x33, 0x34, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, - 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xd3, 0x3a, 0xf3, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0xd7, 0x4b, 0xf7, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x5c, 0x79, 0x75, 0x1d, 0x75, 0x1d, 0x75, 0x1c, 0x54, 0x37, 0x54, 0x57, 0x54, 0x57, 0x5c, 0x78, 0x53, 0xd6, 0x32, 0xd2, 0x3a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x53, 0x43, 0x73, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xb5, 0x43, 0xd5, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xd6, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xdc, 0x5c, 0xdd, 0x65, 0x1e, 0x65, 0x5e, 0x6d, 0x9e, 0x7e, 0x3e, 0x8f, 0x1e, 0x9f, 0x3d, 0xaf, 0x3d, 0xb7, 0x3d, 0xbf, 0x5e, 0xbf, 0x5d, 0xa7, 0x5d, 0x8f, 0x1d, 0x86, 0xbe, 0x7e, 0x3e, 0x75, 0x9e, 0x65, 0x3e, 0x5c, 0xfe, 0x65, 0x1e, 0x6d, 0x5e, 0x6d, 0x7e, 0x7d, 0xfe, 0x75, 0x9d, 0x5c, 0xba, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x59, 0x44, 0x59, 0x44, 0x38, 0x44, 0x18, 0x3c, 0x18, 0x3b, 0xf8, 0x3b, 0xf7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xb6, 0x33, 0xb6, 0x33, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x2a, 0xf3, 0x4b, 0xd7, 0x5c, 0x9b, 0x5c, 0x9a, 0x54, 0x79, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xdd, 0x6d, 0x5e, 0x7d, 0xde, 0x86, 0x1e, 0x86, 0x3e, 0x7d, 0xde, 0x7d, 0x9e, 0x75, 0x5e, 0x6c, 0xfd, 0x64, 0xbc, 0x5c, 0x7a, 0x54, 0x39, 0x4b, 0xf7, 0x43, 0xb7, 0x3b, 0x96, 0x3b, 0x55, 0x33, 0x34, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xcf, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x11, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, - 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xf7, 0x54, 0x18, 0x5c, 0x79, 0x64, 0xdc, 0x64, 0xfd, 0x6d, 0x1d, 0x75, 0x3e, 0x6d, 0x1c, 0x64, 0x99, 0x5c, 0x57, 0x43, 0x95, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x43, 0x53, 0x43, 0x73, 0x43, 0x73, 0x43, 0x53, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x4b, 0x94, 0x4b, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x99, 0x54, 0xb9, 0x5c, 0xba, 0x5c, 0xdb, 0x65, 0x1d, 0x65, 0x3e, 0x6d, 0x5e, 0x75, 0x9e, 0x7e, 0x5e, 0x8f, 0x1d, 0x9f, 0x5d, 0xaf, 0x3d, 0xbf, 0x5e, 0xcf, 0x5e, 0xc7, 0x5e, 0xb7, 0x5d, 0x9f, 0x5d, 0x8f, 0x1d, 0x86, 0x9e, 0x75, 0xfe, 0x6d, 0x5e, 0x65, 0x3e, 0x5c, 0xfe, 0x65, 0x3e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0x9e, 0x65, 0x1c, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x99, 0x54, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x44, 0x79, 0x44, 0x59, 0x44, 0x39, 0x44, 0x38, 0x44, 0x18, 0x44, 0x18, 0x43, 0xf7, 0x3b, 0xf7, 0x3b, 0xd7, 0x3b, 0xb7, 0x3b, 0xb6, 0x3b, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x54, 0x5a, 0x64, 0xbc, 0x54, 0x7a, 0x54, 0x79, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xdd, 0x65, 0x1e, 0x75, 0x5e, 0x86, 0x3e, 0x96, 0xfe, 0x9f, 0x3e, 0x8e, 0x5e, 0x7d, 0xfe, 0x7d, 0xbe, 0x75, 0x7e, 0x65, 0x1e, 0x64, 0xdd, 0x5c, 0x9b, 0x54, 0x59, 0x4c, 0x18, 0x43, 0xd7, 0x3b, 0x96, 0x3b, 0x75, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xcf, 0x19, 0xae, 0x11, 0x8d, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, - 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x5c, 0x79, 0x5c, 0xba, 0x64, 0xbb, 0x64, 0xdc, 0x6d, 0x1e, 0x6d, 0x3e, 0x75, 0x3e, 0x64, 0xba, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0xf3, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x53, 0x33, 0x4b, 0x53, 0x43, 0x33, 0x43, 0x33, 0x4b, 0x53, 0x4b, 0x73, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x57, 0x54, 0x78, 0x54, 0x98, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xda, 0x65, 0x1b, 0x65, 0x1c, 0x65, 0x5d, 0x6d, 0x7e, 0x75, 0xbe, 0x7e, 0x5e, 0x8f, 0x1d, 0x9f, 0x5d, 0xaf, 0x3d, 0xc7, 0x5e, 0xd7, 0x5e, 0xd7, 0x5e, 0xc7, 0x5e, 0xa7, 0x5d, 0x97, 0x3d, 0x8f, 0x1e, 0x86, 0x7e, 0x6d, 0x9e, 0x65, 0x3e, 0x5c, 0xfe, 0x5c, 0xfe, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x3d, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0x9a, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x59, 0x4c, 0x59, 0x44, 0x39, 0x44, 0x38, 0x44, 0x18, 0x43, 0xf7, 0x43, 0xd7, 0x3b, 0xd7, 0x3b, 0xb6, 0x3b, 0x96, 0x33, 0x75, 0x33, 0x75, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x33, 0x34, 0x33, 0x13, 0x4b, 0xf8, 0x5c, 0xbb, 0x54, 0x9b, 0x4c, 0x59, 0x54, 0x9b, 0x5c, 0xbc, 0x64, 0xdd, 0x6d, 0x1e, 0x75, 0x7e, 0x86, 0x3e, 0x97, 0x1e, 0xaf, 0x7d, 0x96, 0x5d, 0x86, 0x3e, 0x86, 0x1e, 0x7d, 0xbe, 0x75, 0x7e, 0x6d, 0x3e, 0x64, 0xfd, 0x5c, 0xbb, 0x54, 0x79, 0x4c, 0x18, 0x43, 0xd7, 0x43, 0xb7, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x14, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xef, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x2a, 0x10, 0x22, 0x10, - 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xd3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0xba, 0x64, 0xba, 0x64, 0xbb, 0x6c, 0xfc, 0x5c, 0x79, 0x32, 0xb2, 0x3a, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0xf2, 0x43, 0x33, 0x43, 0x53, 0x4b, 0x33, 0x4b, 0x33, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x53, 0x43, 0x33, 0x4b, 0x53, 0x4b, 0x73, 0x4b, 0x73, 0x43, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x57, 0x54, 0x78, 0x54, 0xb8, 0x5c, 0xb8, 0x64, 0xf9, 0x65, 0x19, 0x65, 0x1a, 0x6d, 0x5c, 0x6d, 0x5d, 0x6d, 0x9e, 0x75, 0xde, 0x7e, 0x5e, 0x87, 0x1e, 0x97, 0x5d, 0xa7, 0x5d, 0xbf, 0x5d, 0xcf, 0x5e, 0xd7, 0x5e, 0xc7, 0x5e, 0xaf, 0x5d, 0x9f, 0x5d, 0x8f, 0x3d, 0x86, 0xbe, 0x75, 0xde, 0x6d, 0x5e, 0x65, 0x1e, 0x5c, 0xfe, 0x5c, 0xfe, 0x65, 0x5e, 0x6d, 0x9e, 0x6d, 0x9e, 0x65, 0x3c, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xbb, 0x54, 0xbc, 0x54, 0xbb, 0x54, 0xbb, 0x4c, 0x9b, 0x4c, 0x9a, 0x4c, 0x7a, 0x4c, 0x59, 0x4c, 0x58, 0x44, 0x38, 0x44, 0x18, 0x43, 0xf7, 0x3b, 0xd7, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x33, 0x75, 0x33, 0x55, 0x33, 0x54, 0x33, 0x34, 0x3b, 0x75, 0x54, 0x7a, 0x54, 0xbc, 0x54, 0x9a, 0x5c, 0x9c, 0x5c, 0xdd, 0x64, 0xdd, 0x65, 0x1e, 0x75, 0x7e, 0x86, 0x3e, 0x97, 0x3e, 0xb7, 0x7e, 0x9e, 0x5d, 0x96, 0x3e, 0x8e, 0x5e, 0x86, 0x3e, 0x7d, 0xde, 0x75, 0x7e, 0x6d, 0x5e, 0x65, 0x1e, 0x5c, 0xdb, 0x54, 0x79, 0x54, 0x38, 0x4b, 0xf8, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x55, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xef, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0x8e, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x11, 0xae, 0x11, 0xae, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, - 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x54, 0x38, 0x5c, 0x79, 0x5c, 0x9a, 0x5c, 0x9a, 0x64, 0x9b, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0x7a, 0x4b, 0x95, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xf2, 0x3b, 0x12, 0x43, 0x53, 0x4b, 0x33, 0x4b, 0x33, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x53, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x77, 0x54, 0x98, 0x5c, 0xb8, 0x64, 0xd8, 0x64, 0xf8, 0x64, 0xf8, 0x6d, 0x39, 0x6d, 0x5b, 0x6d, 0x9c, 0x6d, 0xbd, 0x75, 0xfe, 0x7e, 0x5e, 0x86, 0xfd, 0x97, 0x3d, 0x9f, 0x5d, 0xaf, 0x5d, 0xbf, 0x5e, 0xc7, 0x5e, 0xc7, 0x5e, 0xb7, 0x5d, 0x9f, 0x5d, 0x87, 0x3d, 0x86, 0xbe, 0x7e, 0x1e, 0x6d, 0x7e, 0x65, 0x3e, 0x5d, 0x1e, 0x5d, 0x1e, 0x5d, 0x1e, 0x65, 0x5e, 0x75, 0x9e, 0x65, 0x3d, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xfd, 0x54, 0xfd, 0x54, 0xfd, 0x54, 0xfd, 0x54, 0xdd, 0x54, 0xdc, 0x54, 0xfc, 0x54, 0xdb, 0x54, 0x9b, 0x54, 0x9a, 0x4c, 0x59, 0x4c, 0x18, 0x4c, 0x18, 0x43, 0xf7, 0x43, 0xd7, 0x3b, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x33, 0x55, 0x2a, 0xf3, 0x43, 0xd7, 0x54, 0xdd, 0x5c, 0xbc, 0x5c, 0xdc, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x6d, 0x3e, 0x7d, 0xde, 0x8e, 0xde, 0xa7, 0x7d, 0xa6, 0xdd, 0x9e, 0x5e, 0x96, 0x5e, 0x8e, 0x5e, 0x86, 0x3e, 0x7d, 0xde, 0x75, 0xbe, 0x6d, 0x7e, 0x6d, 0x1d, 0x64, 0xdc, 0x5c, 0x9a, 0x54, 0x59, 0x4c, 0x18, 0x43, 0xd7, 0x43, 0xb6, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xf4, 0x32, 0xd3, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x2a, 0x10, 0x22, 0x0f, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xad, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x19, 0xef, 0x21, 0xef, - 0x21, 0xef, 0x22, 0x10, 0x21, 0xf0, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x96, 0x4b, 0xb6, 0x5c, 0x58, 0x5c, 0x79, 0x5c, 0x9a, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xbc, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xf2, 0x3a, 0xf2, 0x3b, 0x12, 0x43, 0x33, 0x4b, 0x33, 0x53, 0x53, 0x53, 0x53, 0x53, 0x73, 0x53, 0x53, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x53, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x77, 0x54, 0x98, 0x5c, 0xb8, 0x5c, 0xd8, 0x64, 0xd8, 0x64, 0xf8, 0x6d, 0x19, 0x6d, 0x3a, 0x75, 0x7c, 0x75, 0x9d, 0x7d, 0xde, 0x7e, 0x7e, 0x86, 0xfe, 0x8f, 0x5d, 0x9f, 0x5d, 0xa7, 0x5d, 0xb7, 0x5d, 0xb7, 0x5d, 0xb7, 0x5d, 0xaf, 0x5d, 0x9f, 0x5d, 0x8f, 0x3d, 0x86, 0xde, 0x7e, 0x5e, 0x6d, 0x9e, 0x65, 0x5e, 0x65, 0x1e, 0x5d, 0x1e, 0x5c, 0xfe, 0x65, 0x1e, 0x6d, 0x7e, 0x65, 0x5d, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0xfd, 0x5c, 0xfd, 0x5d, 0x1d, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x65, 0x3e, 0x5d, 0x3e, 0x5d, 0x1e, 0x5c, 0xfd, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x9a, 0x54, 0x79, 0x4c, 0x38, 0x4c, 0x17, 0x43, 0xf7, 0x43, 0xd6, 0x3b, 0xb6, 0x3b, 0x75, 0x3b, 0x75, 0x33, 0x75, 0x33, 0x54, 0x4c, 0x59, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x65, 0x1e, 0x6d, 0x7e, 0x7e, 0x1e, 0x97, 0x1d, 0xaf, 0x7e, 0x96, 0x7e, 0x96, 0x3e, 0x96, 0x5e, 0x8e, 0x5e, 0x86, 0x5e, 0x7e, 0x1e, 0x75, 0x9e, 0x6d, 0x5e, 0x6d, 0x1e, 0x64, 0xdc, 0x5c, 0xba, 0x54, 0x79, 0x4c, 0x18, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0xae, 0x19, 0x8e, 0x11, 0xad, 0x19, 0xad, 0x19, 0xad, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0xad, 0x11, 0x8d, 0x11, 0xad, 0x11, 0xad, 0x11, 0x8d, 0x19, 0xae, 0x11, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, - 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x43, 0x75, 0x43, 0x96, 0x53, 0xf7, 0x5c, 0x58, 0x5c, 0x79, 0x5c, 0xba, 0x64, 0xda, 0x64, 0xdb, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0x59, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xf2, 0x3b, 0x12, 0x43, 0x32, 0x4b, 0x53, 0x53, 0x73, 0x53, 0x73, 0x53, 0x73, 0x4b, 0x54, 0x43, 0x33, 0x43, 0x53, 0x43, 0x73, 0x43, 0x54, 0x3b, 0x53, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x74, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x57, 0x54, 0x77, 0x54, 0x97, 0x5c, 0xb8, 0x5c, 0xd8, 0x64, 0xd8, 0x64, 0xf8, 0x6c, 0xf9, 0x75, 0x1a, 0x7d, 0x5b, 0x7d, 0x7c, 0x7d, 0xbd, 0x86, 0x1e, 0x86, 0xbe, 0x8f, 0x5d, 0x97, 0x5c, 0x9f, 0x5d, 0xa7, 0x5d, 0xaf, 0x5d, 0xaf, 0x5d, 0xa7, 0x5d, 0x97, 0x5d, 0x8f, 0x1d, 0x7e, 0xde, 0x7e, 0x5e, 0x75, 0xbe, 0x6d, 0x7e, 0x65, 0x5e, 0x65, 0x1e, 0x5d, 0x1e, 0x5d, 0x1e, 0x65, 0x1e, 0x6d, 0x5e, 0x5d, 0x3d, 0x4c, 0xdd, 0x55, 0x1d, 0x5d, 0x1d, 0x5d, 0x1e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x1e, 0x5d, 0x1d, 0x5c, 0xdc, 0x54, 0x9a, 0x54, 0x79, 0x4c, 0x38, 0x4c, 0x17, 0x43, 0xd7, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x95, 0x33, 0x55, 0x3b, 0x75, 0x5c, 0x9b, 0x6d, 0x1e, 0x6d, 0x1e, 0x6d, 0x1e, 0x64, 0xfe, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x7e, 0x86, 0x5e, 0x9f, 0x5e, 0x96, 0x9e, 0x8e, 0x5e, 0x96, 0x7e, 0x8e, 0x5e, 0x86, 0x7e, 0x7e, 0x3e, 0x7d, 0xfe, 0x7d, 0xbe, 0x75, 0x7e, 0x6d, 0x1d, 0x64, 0xfc, 0x5c, 0xbb, 0x54, 0x7a, 0x54, 0x39, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x32, 0xf4, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x11, 0x8d, 0x11, 0xae, 0x19, 0xad, 0x19, 0xad, 0x19, 0xae, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0xae, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, - 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x32, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x43, 0x96, 0x54, 0x17, 0x5c, 0x58, 0x5c, 0x79, 0x64, 0xb9, 0x64, 0xda, 0x64, 0xfa, 0x6d, 0x1c, 0x6c, 0xfc, 0x43, 0x75, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf2, 0x3a, 0xf2, 0x3b, 0x12, 0x43, 0x33, 0x4b, 0x33, 0x53, 0x33, 0x53, 0x53, 0x53, 0x73, 0x53, 0x73, 0x4b, 0x74, 0x43, 0x53, 0x43, 0x53, 0x43, 0x74, 0x3b, 0x53, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x77, 0x5c, 0x97, 0x5c, 0xb8, 0x5c, 0xb8, 0x6c, 0xd8, 0x6c, 0xd8, 0x74, 0xd8, 0x7d, 0x19, 0x7d, 0x3b, 0x85, 0x5c, 0x85, 0x9d, 0x85, 0xbe, 0x8e, 0x3e, 0x8e, 0xde, 0x97, 0x3d, 0x9f, 0x5d, 0x9f, 0x5d, 0xa7, 0x5d, 0xa7, 0x5d, 0x9f, 0x5d, 0x97, 0x5d, 0x87, 0x1d, 0x76, 0x9e, 0x76, 0x3e, 0x75, 0xfe, 0x6d, 0x9e, 0x6d, 0x7e, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x5d, 0x1e, 0x54, 0xfe, 0x54, 0xfe, 0x55, 0x1e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x65, 0x7e, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0xde, 0x75, 0xfe, 0x75, 0xfe, 0x75, 0xfe, 0x75, 0xde, 0x6d, 0xbe, 0x6d, 0x9e, 0x6d, 0x7e, 0x65, 0x5e, 0x5c, 0xfd, 0x5c, 0xbb, 0x54, 0x9a, 0x54, 0x59, 0x4c, 0x38, 0x43, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x96, 0x5c, 0xdc, 0x75, 0x7e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x1e, 0x64, 0xfe, 0x65, 0x3e, 0x75, 0x9e, 0x86, 0x3e, 0x86, 0x3e, 0x86, 0x5e, 0x8e, 0x9e, 0x8e, 0x7e, 0x86, 0x9e, 0x7e, 0x1e, 0x75, 0xbe, 0x6d, 0x7e, 0x6d, 0x3e, 0x64, 0xfe, 0x64, 0xfd, 0x64, 0xfc, 0x5c, 0xbc, 0x5c, 0x9b, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x18, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x10, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x30, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0xad, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x19, 0xad, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, - 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0xb6, 0x54, 0x18, 0x5c, 0x38, 0x54, 0x38, 0x5c, 0x78, 0x64, 0x99, 0x64, 0xda, 0x6c, 0xda, 0x6c, 0xfb, 0x6c, 0xfb, 0x3b, 0x34, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x4b, 0x53, 0x53, 0x33, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x73, 0x43, 0x53, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x95, 0x43, 0xd6, 0x43, 0xf6, 0x4c, 0x16, 0x4c, 0x57, 0x54, 0x77, 0x5c, 0xb7, 0x5c, 0xb8, 0x64, 0xb8, 0x6c, 0xd8, 0x74, 0xd8, 0x74, 0xd8, 0x7c, 0xf9, 0x7d, 0x1a, 0x85, 0x3b, 0x85, 0x5c, 0x8d, 0x9d, 0x8d, 0xde, 0x8e, 0x5e, 0x96, 0xfe, 0x97, 0x5d, 0x9f, 0x5d, 0x9f, 0x5d, 0x9f, 0x5c, 0x97, 0x5c, 0x8f, 0x5c, 0x7e, 0xfd, 0x76, 0x5e, 0x76, 0x1e, 0x75, 0xde, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x7e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x55, 0x1e, 0x55, 0x1e, 0x55, 0x1e, 0x5d, 0x1e, 0x5d, 0x3e, 0x65, 0x7e, 0x6d, 0x9e, 0x6d, 0xde, 0x75, 0xfe, 0x76, 0x1e, 0x7e, 0x5e, 0x7e, 0x9e, 0x7e, 0x7e, 0x7e, 0x9e, 0x7e, 0x9e, 0x7e, 0x3e, 0x7d, 0xde, 0x75, 0xbe, 0x6d, 0x7e, 0x6d, 0x5e, 0x64, 0xfc, 0x5c, 0xbb, 0x54, 0x79, 0x54, 0x58, 0x4c, 0x17, 0x43, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x54, 0x4c, 0x18, 0x6d, 0x5d, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x1e, 0x5d, 0x1e, 0x65, 0x3e, 0x75, 0x7e, 0x7d, 0xde, 0x7d, 0xfe, 0x86, 0x5e, 0x86, 0x3e, 0x7d, 0xfe, 0x7d, 0xde, 0x7d, 0xbe, 0x75, 0x9e, 0x6d, 0x5e, 0x6d, 0x1e, 0x64, 0xfe, 0x64, 0xdd, 0x64, 0xdd, 0x5c, 0xdd, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xd6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x33, 0x14, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x10, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xae, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, - 0x19, 0xae, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0xb7, 0x5c, 0xbd, 0x64, 0xbc, 0x54, 0x37, 0x5c, 0x78, 0x5c, 0x99, 0x64, 0xb9, 0x64, 0xda, 0x6c, 0xfb, 0x74, 0xfb, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x43, 0x53, 0x43, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x43, 0x53, 0x43, 0x73, 0x43, 0x73, 0x43, 0x53, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xf6, 0x4c, 0x16, 0x54, 0x37, 0x54, 0x77, 0x5c, 0xb7, 0x64, 0xd8, 0x6c, 0xd8, 0x74, 0xd8, 0x74, 0xd8, 0x7c, 0xd9, 0x7c, 0xf9, 0x7d, 0x1a, 0x85, 0x3b, 0x85, 0x5c, 0x8d, 0x7c, 0x8d, 0xbe, 0x95, 0xfe, 0x96, 0x7e, 0x96, 0xfe, 0x97, 0x5d, 0x97, 0x5d, 0x97, 0x5c, 0x97, 0x5c, 0x8f, 0x5d, 0x86, 0xfe, 0x76, 0x3e, 0x6d, 0xde, 0x6d, 0xde, 0x75, 0xde, 0x75, 0xfe, 0x75, 0xde, 0x6d, 0x7e, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x5d, 0x1e, 0x55, 0x1e, 0x5d, 0x1e, 0x5d, 0x1e, 0x5d, 0x3e, 0x65, 0x7e, 0x65, 0x9e, 0x6d, 0xde, 0x76, 0x3e, 0x7e, 0x7e, 0x86, 0xfe, 0x87, 0x1e, 0x8f, 0x3e, 0x8f, 0x3e, 0x8f, 0x1e, 0x8f, 0x3e, 0x86, 0xfe, 0x86, 0x7e, 0x7e, 0x1e, 0x75, 0xbe, 0x6d, 0x7e, 0x6d, 0x3d, 0x64, 0xdc, 0x5c, 0x9a, 0x54, 0x58, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x75, 0x54, 0x37, 0x75, 0x7d, 0x75, 0x9e, 0x6d, 0x3e, 0x65, 0x1e, 0x64, 0xfe, 0x65, 0x1e, 0x65, 0x3e, 0x75, 0x7e, 0x75, 0x9e, 0x7d, 0xbe, 0x7d, 0xde, 0x7d, 0xde, 0x7d, 0xde, 0x7d, 0xbe, 0x75, 0x9e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x64, 0xfe, 0x64, 0xfd, 0x64, 0xdb, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x38, 0x54, 0x17, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x35, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x32, 0x51, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xad, 0x19, 0x8e, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0xae, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, - 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x55, 0x54, 0x38, 0x64, 0xff, 0x65, 0x1e, 0x6c, 0xfc, 0x54, 0x17, 0x5c, 0x78, 0x5c, 0x99, 0x64, 0xb9, 0x6c, 0xda, 0x6c, 0xda, 0x3a, 0xd3, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x73, 0x43, 0x73, 0x43, 0x73, 0x43, 0x73, 0x43, 0x53, 0x3b, 0x53, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xd6, 0x4b, 0xf6, 0x54, 0x36, 0x5c, 0x77, 0x64, 0xb7, 0x64, 0xb7, 0x6c, 0xd8, 0x74, 0xd8, 0x74, 0xf8, 0x7c, 0xd9, 0x7c, 0xf9, 0x7d, 0x19, 0x85, 0x3a, 0x85, 0x5b, 0x85, 0x5c, 0x8d, 0x7d, 0x8d, 0xbe, 0x95, 0xfe, 0x96, 0x7e, 0x96, 0xfe, 0x97, 0x5d, 0x97, 0x5c, 0x8f, 0x5c, 0x87, 0x3d, 0x7e, 0xde, 0x76, 0x3e, 0x6d, 0xbe, 0x6d, 0xbe, 0x6d, 0xbe, 0x7e, 0x1e, 0x7e, 0x3e, 0x75, 0xde, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x5d, 0x1e, 0x5d, 0x3e, 0x5d, 0x1e, 0x5d, 0x1e, 0x5d, 0x3e, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0xfe, 0x7e, 0x7e, 0x86, 0xde, 0x8f, 0x1e, 0x8f, 0x3d, 0x97, 0x3c, 0x97, 0x5d, 0x9f, 0x5d, 0x97, 0x5d, 0x97, 0x5d, 0x8f, 0x3d, 0x8e, 0xfe, 0x86, 0x7e, 0x7d, 0xfe, 0x75, 0x9e, 0x6d, 0x5e, 0x64, 0xfc, 0x5c, 0xba, 0x54, 0x59, 0x54, 0x18, 0x4b, 0xf7, 0x43, 0xd6, 0x43, 0xb6, 0x3b, 0x75, 0x54, 0x78, 0x75, 0x9d, 0x75, 0x9e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x1e, 0x64, 0xdc, 0x5c, 0x9a, 0x5c, 0x58, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0x8e, 0x11, 0xae, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, - 0x19, 0x8e, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x33, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x96, 0x64, 0xdd, 0x64, 0xde, 0x64, 0xfe, 0x65, 0x1e, 0x64, 0xdb, 0x54, 0x37, 0x5c, 0x78, 0x5c, 0x99, 0x64, 0xda, 0x5c, 0x58, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf4, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x74, 0x43, 0x53, 0x43, 0x73, 0x43, 0x73, 0x43, 0x73, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x4b, 0xf6, 0x54, 0x36, 0x54, 0x56, 0x64, 0x97, 0x64, 0xb7, 0x6c, 0xd8, 0x74, 0xf8, 0x74, 0xf8, 0x7c, 0xf8, 0x7c, 0xf9, 0x7d, 0x19, 0x7d, 0x1a, 0x85, 0x3b, 0x85, 0x3c, 0x85, 0x5c, 0x8d, 0x9d, 0x8d, 0xbe, 0x95, 0xfe, 0x96, 0x7e, 0x96, 0xfe, 0x8f, 0x5e, 0x8f, 0x5d, 0x87, 0x3d, 0x7e, 0xfe, 0x76, 0x3e, 0x6d, 0xbe, 0x65, 0x9e, 0x6d, 0xbe, 0x75, 0xfe, 0x7e, 0x5e, 0x7e, 0x5e, 0x6d, 0xbe, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x5e, 0x65, 0x7e, 0x65, 0x7e, 0x6d, 0x9e, 0x76, 0x1e, 0x7e, 0x9e, 0x86, 0xfe, 0x8f, 0x5d, 0x97, 0x5d, 0x9f, 0x5d, 0xa7, 0x5d, 0xa7, 0x5d, 0xa7, 0x5d, 0xa7, 0x5d, 0x9f, 0x5d, 0x97, 0x5d, 0x97, 0x3e, 0x86, 0xbe, 0x7e, 0x3e, 0x75, 0xbe, 0x6d, 0x5e, 0x65, 0x1d, 0x5c, 0xdb, 0x5c, 0x79, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0x96, 0x4b, 0xf7, 0x5c, 0xba, 0x75, 0x5d, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x1d, 0x64, 0xdb, 0x5c, 0x79, 0x5c, 0x37, 0x53, 0xf7, 0x4b, 0xd6, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xae, 0x19, 0xae, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x3b, 0x14, 0x54, 0x38, 0x5c, 0xbc, 0x64, 0xdd, 0x64, 0xfe, 0x65, 0x1e, 0x65, 0x1d, 0x5c, 0x99, 0x5c, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x54, 0x17, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x33, 0x3b, 0x14, 0x3b, 0x33, 0x3b, 0x53, 0x43, 0x54, 0x43, 0x74, 0x43, 0x54, 0x43, 0x53, 0x43, 0x73, 0x43, 0x53, 0x3b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x53, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x94, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xd5, 0x4c, 0x16, 0x54, 0x16, 0x5c, 0x36, 0x5c, 0x77, 0x64, 0x97, 0x6c, 0xb7, 0x74, 0xd8, 0x74, 0xf8, 0x7d, 0x18, 0x7d, 0x19, 0x7d, 0x19, 0x7d, 0x1a, 0x85, 0x3a, 0x85, 0x5b, 0x85, 0x5c, 0x85, 0x7d, 0x8d, 0x9e, 0x8d, 0xde, 0x8e, 0x3e, 0x8e, 0xbe, 0x8f, 0x3e, 0x8f, 0x5d, 0x87, 0x5e, 0x7e, 0xfe, 0x76, 0x5e, 0x6d, 0xde, 0x65, 0x9e, 0x65, 0x9e, 0x6d, 0xbe, 0x76, 0x1e, 0x7e, 0x5e, 0x75, 0xde, 0x6d, 0x7e, 0x65, 0x5e, 0x65, 0x3e, 0x5d, 0x1e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x7e, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0xfe, 0x7e, 0x9e, 0x87, 0x1e, 0x8f, 0x3d, 0x9f, 0x5d, 0xa7, 0x5d, 0xaf, 0x5d, 0xb7, 0x5d, 0xb7, 0x5d, 0xb7, 0x5e, 0xaf, 0x7d, 0xa7, 0x7d, 0x9f, 0x5d, 0x97, 0x5d, 0x8e, 0xfe, 0x86, 0x3e, 0x7d, 0xde, 0x75, 0x7e, 0x6d, 0x1d, 0x64, 0xbb, 0x5c, 0x79, 0x54, 0x38, 0x4b, 0xf7, 0x43, 0xb6, 0x4b, 0xf7, 0x4c, 0x18, 0x5c, 0xbb, 0x75, 0x7d, 0x75, 0xbe, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0xde, 0x7d, 0xfe, 0x7e, 0x3e, 0x86, 0x1e, 0x7e, 0x1e, 0x7d, 0xfe, 0x7d, 0xfe, 0x7d, 0xbe, 0x75, 0x7e, 0x6d, 0x5e, 0x6c, 0xfc, 0x64, 0x99, 0x5c, 0x58, 0x54, 0x17, 0x4b, 0xd6, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x34, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8e, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x43, 0x76, 0x54, 0x38, 0x5c, 0x9a, 0x64, 0xbc, 0x64, 0xfe, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x1c, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x99, 0x4b, 0xb6, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x53, 0x43, 0x54, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x43, 0x73, 0x43, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xd5, 0x4c, 0x16, 0x54, 0x36, 0x5c, 0x56, 0x64, 0x77, 0x64, 0x97, 0x6c, 0xd7, 0x74, 0xf8, 0x74, 0xf8, 0x7d, 0x18, 0x7d, 0x19, 0x7d, 0x19, 0x7d, 0x1a, 0x85, 0x3a, 0x85, 0x5b, 0x85, 0x5c, 0x85, 0x7d, 0x85, 0xbe, 0x85, 0xfe, 0x8e, 0x7e, 0x8e, 0xfe, 0x8f, 0x3e, 0x8f, 0x5e, 0x87, 0x3e, 0x7e, 0x9e, 0x6d, 0xde, 0x65, 0x7e, 0x65, 0x7e, 0x6d, 0x9e, 0x75, 0xde, 0x76, 0x1e, 0x75, 0xfe, 0x6d, 0x9e, 0x65, 0x5e, 0x65, 0x3e, 0x5d, 0x3e, 0x55, 0x1e, 0x55, 0x1e, 0x5d, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x6d, 0xbe, 0x76, 0x1e, 0x7e, 0x9e, 0x87, 0x1e, 0x8f, 0x5d, 0x9f, 0x5d, 0xaf, 0x5d, 0xb7, 0x5d, 0xbf, 0x5e, 0xbf, 0x5e, 0xc7, 0x5e, 0xbf, 0x5e, 0xb7, 0x5e, 0xaf, 0x5d, 0xa7, 0x5d, 0x97, 0x5d, 0x8f, 0x1e, 0x86, 0x5e, 0x7d, 0xbe, 0x75, 0x7e, 0x6d, 0x1d, 0x64, 0xbb, 0x5c, 0x59, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x99, 0x6d, 0x3c, 0x7d, 0xbe, 0x75, 0x9e, 0x6d, 0x5e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x7d, 0xde, 0x86, 0x3e, 0x8e, 0xbe, 0x8e, 0xde, 0x96, 0xfe, 0x97, 0x1e, 0x96, 0xde, 0x8e, 0x7e, 0x86, 0x1e, 0x7d, 0xde, 0x75, 0x7e, 0x6d, 0x3e, 0x64, 0xbb, 0x5c, 0x59, 0x54, 0x18, 0x4b, 0xd6, 0x4b, 0xb6, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8e, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x43, 0x35, 0x5c, 0x38, 0x54, 0x38, 0x5c, 0x79, 0x5c, 0x7a, 0x5c, 0x9b, 0x64, 0xdd, 0x6d, 0x3f, 0x65, 0x3e, 0x64, 0xfb, 0x54, 0x58, 0x5c, 0x99, 0x4b, 0xb6, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x33, 0x33, 0x33, 0x33, 0x3b, 0x53, 0x43, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x4b, 0xb5, 0x4b, 0xf5, 0x54, 0x16, 0x5c, 0x36, 0x5c, 0x56, 0x64, 0x77, 0x6c, 0xb7, 0x6c, 0xd7, 0x74, 0xf8, 0x75, 0x18, 0x75, 0x18, 0x7d, 0x19, 0x7d, 0x19, 0x85, 0x3a, 0x7d, 0x3b, 0x7d, 0x5b, 0x7d, 0x5c, 0x85, 0x9d, 0x85, 0xde, 0x86, 0x3e, 0x8e, 0x9e, 0x8e, 0xde, 0x8f, 0x1e, 0x87, 0x1e, 0x7e, 0xbe, 0x76, 0x1e, 0x6d, 0x9e, 0x65, 0x7e, 0x65, 0x7e, 0x6d, 0x9e, 0x75, 0xfe, 0x6d, 0xde, 0x6d, 0x9e, 0x65, 0x5e, 0x65, 0x3e, 0x5d, 0x1e, 0x55, 0x3e, 0x55, 0x5e, 0x5d, 0x5e, 0x5d, 0x7e, 0x65, 0x9e, 0x6d, 0x9e, 0x6d, 0xbe, 0x76, 0x5e, 0x86, 0xfe, 0x8f, 0x3d, 0x9f, 0x5c, 0xa7, 0x5d, 0xb7, 0x5d, 0xbf, 0x5e, 0xcf, 0x5e, 0xd7, 0x5e, 0xcf, 0x5e, 0xc7, 0x5e, 0xb7, 0x5e, 0xaf, 0x5d, 0xa7, 0x5d, 0x97, 0x5d, 0x8f, 0x3e, 0x86, 0x7e, 0x7d, 0xbe, 0x6d, 0x5e, 0x65, 0x1d, 0x64, 0xdb, 0x5c, 0x9a, 0x54, 0x58, 0x54, 0x37, 0x54, 0x79, 0x5c, 0xbb, 0x54, 0x7a, 0x54, 0x59, 0x64, 0xfb, 0x75, 0x7d, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x7d, 0xbe, 0x86, 0x1e, 0x86, 0xbe, 0x97, 0x5e, 0x9f, 0x7d, 0x9f, 0x7d, 0xa7, 0x5d, 0x9f, 0x7d, 0x9f, 0x5d, 0x97, 0x1e, 0x8e, 0x7e, 0x85, 0xfe, 0x7d, 0x9e, 0x75, 0x3e, 0x64, 0xdb, 0x5c, 0x79, 0x5c, 0x58, 0x4b, 0xd7, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8c, 0x11, 0x8c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xae, - 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x21, 0xef, 0x22, 0x0f, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x32, 0x71, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x53, 0xf7, 0x5c, 0x79, 0x5c, 0x59, 0x5c, 0x7a, 0x5c, 0x9a, 0x5c, 0x9b, 0x64, 0xbc, 0x64, 0xdd, 0x6d, 0x3e, 0x6d, 0x5e, 0x5c, 0x78, 0x5c, 0x79, 0x4b, 0xb6, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0xd5, 0x4b, 0xf6, 0x54, 0x16, 0x5c, 0x36, 0x5c, 0x57, 0x64, 0x97, 0x64, 0xb7, 0x64, 0xd7, 0x6c, 0xf8, 0x6d, 0x18, 0x6d, 0x18, 0x6d, 0x19, 0x75, 0x1a, 0x75, 0x3a, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x7c, 0x7d, 0xbd, 0x7d, 0xfe, 0x86, 0x5e, 0x8e, 0x7e, 0x8e, 0x9e, 0x86, 0xbe, 0x7e, 0xbe, 0x76, 0x1e, 0x6d, 0x9e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0x9e, 0x6d, 0xbe, 0x6d, 0x9e, 0x65, 0x7e, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x65, 0x7e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x9e, 0x6d, 0xbe, 0x76, 0x3e, 0x86, 0xde, 0x8f, 0x3e, 0x97, 0x7d, 0xa7, 0x5d, 0xb7, 0x5d, 0xbf, 0x5e, 0xcf, 0x5e, 0xd7, 0x5e, 0xdf, 0x5e, 0xd7, 0x5e, 0xc7, 0x5e, 0xbf, 0x5e, 0xaf, 0x5d, 0xa7, 0x5d, 0x97, 0x5d, 0x8e, 0xde, 0x86, 0x3e, 0x7d, 0xde, 0x75, 0x7e, 0x65, 0x3d, 0x5c, 0xdb, 0x54, 0x99, 0x54, 0x58, 0x54, 0x79, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0x9a, 0x54, 0x39, 0x5c, 0xb9, 0x75, 0x9d, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x7d, 0xde, 0x7e, 0x3e, 0x8e, 0xfe, 0x97, 0x5d, 0xa7, 0x5d, 0xb7, 0x5e, 0xb7, 0x5e, 0xb7, 0x5e, 0xaf, 0x7d, 0xaf, 0x5d, 0x9f, 0x7e, 0x96, 0xfe, 0x86, 0x1e, 0x7d, 0x9e, 0x75, 0x5e, 0x64, 0xdc, 0x5c, 0x79, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0x96, 0x3b, 0x55, 0x33, 0x34, 0x33, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0xb1, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x21, 0xce, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd2, 0x4b, 0xf6, 0x6c, 0xd9, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9b, 0x64, 0xdc, 0x64, 0xfe, 0x6d, 0x3e, 0x6d, 0x3d, 0x5c, 0x58, 0x4b, 0xd6, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xb5, 0x4b, 0xf6, 0x4b, 0xf6, 0x4c, 0x16, 0x54, 0x36, 0x54, 0x77, 0x5c, 0x97, 0x5c, 0xb7, 0x5c, 0xd8, 0x64, 0xf8, 0x65, 0x18, 0x65, 0x19, 0x65, 0x19, 0x6d, 0x3a, 0x6d, 0x3a, 0x6d, 0x5b, 0x6d, 0x7c, 0x75, 0x7c, 0x75, 0x9c, 0x7d, 0xdd, 0x7d, 0xfe, 0x7e, 0x1e, 0x7e, 0x3e, 0x7e, 0x3e, 0x76, 0x1e, 0x6d, 0xbe, 0x65, 0x7e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x7e, 0x65, 0x7e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0xde, 0x7e, 0x5e, 0x86, 0xfe, 0x8e, 0xdc, 0x8e, 0x7b, 0x96, 0x5b, 0x96, 0x3c, 0x9e, 0x1c, 0x9d, 0xfc, 0x9d, 0xdd, 0x9d, 0xdd, 0x9d, 0xdd, 0x9e, 0x1d, 0x96, 0x3e, 0x96, 0x7e, 0x96, 0xde, 0x8e, 0xbe, 0x86, 0x5e, 0x7d, 0xfe, 0x75, 0xbe, 0x6d, 0x7e, 0x65, 0x1d, 0x54, 0x9a, 0x4c, 0x59, 0x4c, 0x37, 0x5c, 0x9b, 0x64, 0xdd, 0x5c, 0x9b, 0x5c, 0xdb, 0x64, 0xfb, 0x5c, 0xda, 0x65, 0x1b, 0x6d, 0x5c, 0x7d, 0x9e, 0x7d, 0xde, 0x7d, 0xbe, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0xde, 0x86, 0x3e, 0x8f, 0x1e, 0x9f, 0x7d, 0xaf, 0x7e, 0xc7, 0x7e, 0xd7, 0x7e, 0xd7, 0x7e, 0xcf, 0x7e, 0xbf, 0x7e, 0xaf, 0x7d, 0xa7, 0x7d, 0x9e, 0xfe, 0x8e, 0x3e, 0x7d, 0xbe, 0x75, 0x3e, 0x64, 0xbb, 0x5c, 0x59, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x35, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x32, 0x71, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x53, 0xf6, 0x6c, 0xd8, 0x6c, 0xd8, 0x64, 0xd9, 0x64, 0xfa, 0x64, 0xbb, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xdd, 0x65, 0x1e, 0x6d, 0x3e, 0x64, 0xba, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb5, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x53, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xf6, 0x43, 0xf6, 0x4c, 0x36, 0x4c, 0x36, 0x4c, 0x57, 0x54, 0x77, 0x54, 0x97, 0x5c, 0xb8, 0x5c, 0xd8, 0x5c, 0xd8, 0x5c, 0xf9, 0x65, 0x19, 0x65, 0x3a, 0x65, 0x3a, 0x65, 0x3a, 0x6d, 0x3a, 0x6d, 0x5b, 0x6d, 0x7b, 0x6d, 0x9c, 0x75, 0xbd, 0x75, 0xbe, 0x75, 0xbe, 0x6d, 0xbe, 0x6d, 0x9e, 0x65, 0x7e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0x9e, 0x6d, 0xbf, 0x6d, 0x9e, 0x65, 0x1c, 0x5c, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0xda, 0x6c, 0xda, 0x6c, 0xfa, 0x75, 0x1b, 0x7d, 0x1c, 0x7d, 0x1c, 0x7d, 0x3c, 0x85, 0x3d, 0x7d, 0x5d, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xde, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x5e, 0x6d, 0x5e, 0x6d, 0x3d, 0x64, 0xfb, 0x64, 0xdb, 0x5c, 0xfd, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3c, 0x64, 0xfb, 0x5c, 0xfa, 0x64, 0xfa, 0x6d, 0x1a, 0x75, 0x9d, 0x7d, 0xbe, 0x7d, 0x9e, 0x7d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x7d, 0x9e, 0x7d, 0xde, 0x86, 0x1e, 0x8e, 0xdf, 0x97, 0x5d, 0xaf, 0x7d, 0xbf, 0x7e, 0xdf, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x5e, 0xcf, 0x7e, 0xb7, 0x7e, 0xaf, 0x7d, 0x9f, 0x3e, 0x8e, 0x3e, 0x75, 0x7f, 0x6c, 0xdc, 0x64, 0x9a, 0x5c, 0x79, 0x54, 0x17, 0x4b, 0xd7, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x35, 0x32, 0xf4, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x21, 0xce, 0x21, 0xef, 0x29, 0xef, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x43, 0x54, 0x64, 0xb7, 0x74, 0xd8, 0x74, 0xd8, 0x75, 0x19, 0x6d, 0x3a, 0x64, 0xfb, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0xdd, 0x64, 0xfe, 0x6d, 0x3e, 0x6d, 0x1c, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xd6, 0x43, 0xb5, 0x4b, 0xd5, 0x4b, 0xd5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x53, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0x95, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xf6, 0x4b, 0xf6, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x57, 0x54, 0x77, 0x54, 0x98, 0x54, 0xb8, 0x54, 0xd8, 0x54, 0xd8, 0x54, 0xb8, 0x5c, 0xd8, 0x5d, 0x19, 0x65, 0x19, 0x65, 0x3a, 0x6d, 0x5b, 0x6d, 0x7c, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x7e, 0x6d, 0x9e, 0x65, 0x9e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x3e, 0x6d, 0x7e, 0x6d, 0x7e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x6d, 0xbe, 0x6d, 0xbe, 0x65, 0x1b, 0x54, 0x58, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x59, 0x5c, 0x79, 0x5c, 0x99, 0x64, 0xba, 0x64, 0xfb, 0x6d, 0x1b, 0x6d, 0x3b, 0x75, 0x3b, 0x7d, 0x3c, 0x7d, 0x3c, 0x85, 0x5c, 0x85, 0x5d, 0x85, 0x7d, 0x7d, 0x7e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x7e, 0x7e, 0x1e, 0x7d, 0xde, 0x6d, 0x7d, 0x65, 0x3c, 0x65, 0x1c, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfa, 0x6d, 0x3b, 0x75, 0x7d, 0x7d, 0x7e, 0x7d, 0x9e, 0x7d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x7d, 0x9e, 0x85, 0xfe, 0x8e, 0x7e, 0x97, 0x5e, 0xa7, 0x7d, 0xb7, 0x7e, 0xdf, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xd7, 0x7e, 0xbf, 0x7e, 0xa7, 0x7d, 0x8e, 0x9e, 0x7d, 0xbe, 0x75, 0x3e, 0x64, 0xdb, 0x5c, 0x99, 0x5c, 0x58, 0x4b, 0xf7, 0x43, 0xb6, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x32, 0xd3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xce, 0x21, 0xef, 0x22, 0x0f, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x50, 0x32, 0x51, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x3b, 0x34, 0x64, 0x98, 0x74, 0xd8, 0x74, 0xb8, 0x7c, 0xd8, 0x7d, 0x19, 0x7d, 0x3a, 0x6d, 0x3a, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xfe, 0x6d, 0x3e, 0x6d, 0x3e, 0x54, 0x38, 0x4b, 0xd6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x53, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xf6, 0x43, 0xf6, 0x4c, 0x16, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x78, 0x4c, 0x58, 0x4c, 0x57, 0x4c, 0x57, 0x54, 0x78, 0x54, 0x98, 0x5c, 0xd9, 0x64, 0xf9, 0x64, 0xfa, 0x65, 0x1a, 0x65, 0x3b, 0x65, 0x3c, 0x65, 0x5d, 0x65, 0x7d, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x5d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x5d, 0x65, 0x3c, 0x54, 0x78, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x38, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x64, 0xda, 0x64, 0xfa, 0x6d, 0x1a, 0x6d, 0x3b, 0x75, 0x3b, 0x7d, 0x3c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x7d, 0x85, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0xbe, 0x7e, 0x3e, 0x7e, 0x3e, 0x7d, 0xfe, 0x75, 0x9e, 0x65, 0x3c, 0x65, 0x1b, 0x65, 0x3b, 0x6d, 0x3a, 0x75, 0x7d, 0x7d, 0x7e, 0x7d, 0x5e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x5e, 0x7d, 0x7e, 0x7d, 0x9e, 0x8e, 0x3e, 0x97, 0x1e, 0xa7, 0x7d, 0xb7, 0x7d, 0xcf, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xdf, 0x7e, 0xc7, 0x5e, 0xaf, 0x7d, 0x9f, 0x3e, 0x8e, 0x5e, 0x7d, 0x9f, 0x75, 0x3e, 0x64, 0xbb, 0x5c, 0x79, 0x54, 0x38, 0x4b, 0xf7, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x35, 0x3b, 0x14, 0x33, 0x14, 0x33, 0x14, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x22, 0x10, 0x21, 0xf0, 0x22, 0x0f, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xd3, 0x54, 0x17, 0x64, 0xb8, 0x6c, 0xb8, 0x74, 0xd8, 0x7c, 0xd8, 0x84, 0xf9, 0x85, 0x1a, 0x75, 0x3a, 0x6d, 0x1b, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0xdd, 0x6d, 0x3e, 0x6d, 0x5e, 0x64, 0xba, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x53, 0xd6, 0x53, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x54, 0x16, 0x54, 0x16, 0x53, 0xf6, 0x4b, 0xb5, 0x4b, 0xd5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xf6, 0x43, 0xf6, 0x4c, 0x16, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x16, 0x43, 0xf6, 0x44, 0x17, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x58, 0x54, 0x98, 0x5c, 0xb9, 0x5c, 0xd9, 0x5c, 0xfa, 0x5c, 0xfb, 0x5d, 0x1b, 0x5d, 0x1c, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1e, 0x65, 0x3e, 0x65, 0x1e, 0x5d, 0x1e, 0x5d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x64, 0xfd, 0x5c, 0xbb, 0x54, 0x38, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x5c, 0x79, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0xfa, 0x65, 0x1b, 0x6d, 0x3b, 0x75, 0x3c, 0x75, 0x5c, 0x7d, 0x5c, 0x7d, 0x7d, 0x85, 0xbe, 0x85, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x5e, 0x6d, 0x1e, 0x64, 0xfe, 0x6d, 0x3e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7d, 0x6d, 0x5b, 0x75, 0x5c, 0x75, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x9e, 0x8d, 0xde, 0x96, 0x9e, 0x9f, 0x3e, 0xaf, 0x7d, 0xc7, 0x5e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xdf, 0x7e, 0xc7, 0x7e, 0xaf, 0x7d, 0x96, 0xfe, 0x86, 0x3e, 0x7d, 0x9e, 0x6d, 0x1d, 0x5c, 0x9a, 0x5c, 0x58, 0x54, 0x38, 0x4b, 0xd7, 0x43, 0x96, 0x3b, 0x75, 0x3b, 0x35, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xef, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8e, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x21, 0xce, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x21, 0xcf, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0xd3, 0x4b, 0xb6, 0x54, 0x37, 0x64, 0x97, 0x6c, 0xb8, 0x74, 0xb8, 0x85, 0x3b, 0x85, 0x1a, 0x85, 0x19, 0x7d, 0x3a, 0x75, 0x3a, 0x64, 0xfb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x64, 0xfd, 0x6c, 0xfe, 0x6d, 0x5e, 0x6d, 0x5d, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xf7, 0x54, 0x16, 0x53, 0xf6, 0x53, 0xf6, 0x54, 0x16, 0x53, 0xf6, 0x53, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x37, 0x54, 0x17, 0x54, 0x36, 0x54, 0x36, 0x53, 0xd6, 0x4b, 0xd5, 0x43, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xf6, 0x44, 0x16, 0x43, 0xf6, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x44, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x98, 0x5c, 0xb9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xfe, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x5c, 0xbc, 0x54, 0x5a, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x38, 0x54, 0x37, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0xfb, 0x65, 0x1b, 0x6d, 0x3b, 0x6d, 0x5c, 0x75, 0x5c, 0x75, 0x7d, 0x7d, 0x9e, 0x7d, 0xbf, 0x7d, 0xde, 0x7d, 0xde, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0x7e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0x9e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x3e, 0x6d, 0x7e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0x7e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x7e, 0x85, 0x9e, 0x8e, 0x1e, 0x96, 0xfe, 0xa7, 0x5d, 0xb7, 0x7e, 0xd7, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xdf, 0x7e, 0xb7, 0x7e, 0xa7, 0x7e, 0x96, 0xbe, 0x85, 0xde, 0x75, 0x7e, 0x64, 0xfb, 0x5c, 0x79, 0x54, 0x38, 0x53, 0xf7, 0x4b, 0xb6, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xad, 0x11, 0x8d, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x21, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x92, 0x3b, 0x55, 0x43, 0xb6, 0x54, 0x17, 0x5c, 0x77, 0x64, 0xb7, 0x7d, 0x19, 0x85, 0x3b, 0x85, 0x5b, 0x85, 0x19, 0x85, 0x19, 0x75, 0x3a, 0x64, 0xfb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0xbc, 0x65, 0x1e, 0x6d, 0x5e, 0x75, 0x7e, 0x54, 0x18, 0x53, 0xd7, 0x53, 0xf7, 0x53, 0xf7, 0x54, 0x17, 0x5c, 0x37, 0x5c, 0x17, 0x5c, 0x16, 0x5c, 0x36, 0x54, 0x36, 0x54, 0x16, 0x54, 0x17, 0x54, 0x37, 0x54, 0x17, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x57, 0x5c, 0x57, 0x5c, 0x37, 0x5c, 0x16, 0x53, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x75, 0x4b, 0x94, 0x43, 0x74, 0x43, 0x74, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xf6, 0x43, 0xd6, 0x3b, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x44, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x58, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0xb9, 0x5c, 0xba, 0x54, 0xbb, 0x5c, 0xdc, 0x5c, 0xfd, 0x5d, 0x1e, 0x65, 0x3e, 0x5c, 0xdb, 0x54, 0x38, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x5a, 0x54, 0x39, 0x4c, 0x18, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x59, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xfb, 0x65, 0x1b, 0x6d, 0x3b, 0x6d, 0x5c, 0x75, 0x7c, 0x7d, 0xbe, 0x7d, 0xdf, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x65, 0x3e, 0x64, 0xfe, 0x65, 0x1e, 0x65, 0x5e, 0x6d, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x7d, 0xbe, 0x7d, 0xde, 0x7d, 0xbe, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x5e, 0x7d, 0x9e, 0x85, 0xbe, 0x8e, 0x5e, 0x97, 0x3e, 0xa7, 0x7d, 0xb7, 0x7d, 0xd7, 0x5e, 0xe7, 0x7e, 0xef, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xe7, 0x7e, 0xc7, 0x7e, 0xaf, 0x7d, 0x9f, 0x3e, 0x8e, 0x5e, 0x7d, 0x9e, 0x6d, 0x3d, 0x64, 0xdb, 0x5c, 0x58, 0x54, 0x17, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, - 0x19, 0xae, 0x19, 0xae, 0x21, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x71, 0x32, 0xf3, 0x3b, 0x55, 0x43, 0x95, 0x4b, 0xf7, 0x5c, 0x57, 0x6c, 0xd8, 0x75, 0x3a, 0x85, 0x1a, 0x85, 0x3b, 0x8d, 0x5c, 0x85, 0x3a, 0x75, 0x3a, 0x6d, 0x1a, 0x64, 0xdb, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0xbc, 0x65, 0x1e, 0x6d, 0x3e, 0x75, 0x7e, 0x5c, 0x79, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x17, 0x54, 0x37, 0x5c, 0x57, 0x5c, 0x57, 0x64, 0x77, 0x64, 0x57, 0x5c, 0x77, 0x5c, 0x77, 0x5c, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x38, 0x4c, 0x18, 0x54, 0x38, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x58, 0x54, 0x57, 0x54, 0x57, 0x5c, 0x77, 0x5c, 0x57, 0x5c, 0x37, 0x54, 0x16, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x94, 0x43, 0x74, 0x4b, 0x94, 0x4b, 0xb5, 0x43, 0xd5, 0x43, 0xb5, 0x43, 0xb5, 0x3b, 0xb5, 0x3b, 0x95, 0x3b, 0x94, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x43, 0xf6, 0x4c, 0x16, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x98, 0x54, 0x99, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0x9b, 0x54, 0x58, 0x54, 0x37, 0x54, 0x58, 0x54, 0x59, 0x54, 0x5a, 0x5c, 0x5a, 0x54, 0x59, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x79, 0x54, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xfb, 0x65, 0x1c, 0x6d, 0x3c, 0x6d, 0x5d, 0x75, 0xbe, 0x75, 0xbf, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xde, 0x75, 0xbe, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x1e, 0x64, 0xfe, 0x64, 0xde, 0x5c, 0xde, 0x64, 0xfe, 0x64, 0xde, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x7e, 0x7d, 0x5e, 0x7d, 0x7e, 0x7d, 0x9e, 0x85, 0xde, 0x8e, 0x7e, 0x97, 0x5e, 0xa7, 0x7d, 0xb7, 0x7e, 0xcf, 0x7e, 0xe7, 0x7e, 0xe7, 0x7e, 0xef, 0x7e, 0xe7, 0x7e, 0xcf, 0x7e, 0xb7, 0x7d, 0xa7, 0x9e, 0x96, 0xde, 0x85, 0xfe, 0x75, 0x7e, 0x6d, 0x1c, 0x5c, 0x99, 0x54, 0x17, 0x53, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, - 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x50, 0x2a, 0x30, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x71, 0x32, 0xd3, 0x33, 0x13, 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xb6, 0x54, 0x37, 0x64, 0xf9, 0x75, 0x19, 0x7d, 0x1a, 0x85, 0x3a, 0x85, 0x3b, 0x85, 0x5c, 0x75, 0x39, 0x6d, 0x1a, 0x64, 0xdb, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0xbc, 0x65, 0x1d, 0x6d, 0x3e, 0x75, 0x7e, 0x64, 0xba, 0x54, 0x18, 0x54, 0x18, 0x54, 0x38, 0x5c, 0x57, 0x5c, 0x77, 0x64, 0x77, 0x64, 0x77, 0x64, 0x77, 0x64, 0x77, 0x64, 0x77, 0x5c, 0x77, 0x5c, 0x77, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x38, 0x54, 0x38, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x77, 0x5c, 0x77, 0x5c, 0x57, 0x54, 0x16, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xb6, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x3b, 0xb5, 0x3b, 0xd5, 0x43, 0xb5, 0x43, 0x94, 0x43, 0x94, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd6, 0x4b, 0xf6, 0x4c, 0x16, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x4c, 0x58, 0x4c, 0x58, 0x54, 0x79, 0x54, 0x99, 0x5c, 0xba, 0x54, 0x7a, 0x4b, 0xf8, 0x4b, 0xd7, 0x54, 0x17, 0x5c, 0x38, 0x5c, 0x58, 0x5c, 0x59, 0x54, 0x59, 0x5c, 0x7a, 0x54, 0x39, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x58, 0x54, 0x78, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x79, 0x54, 0x79, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x79, 0x5c, 0x9a, 0x54, 0x9a, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xfc, 0x64, 0xfc, 0x6d, 0x3c, 0x6d, 0x7e, 0x75, 0x9f, 0x75, 0xbf, 0x75, 0xbe, 0x6d, 0x7d, 0x6d, 0x5d, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x64, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x64, 0xde, 0x5c, 0xbe, 0x5c, 0xbe, 0x64, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0xbe, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x7e, 0x7d, 0x7e, 0x7d, 0x9e, 0x85, 0xfe, 0x85, 0xfe, 0x86, 0x7e, 0x8f, 0x1e, 0x9f, 0x7d, 0xaf, 0x7e, 0xbf, 0x7e, 0xd7, 0x7e, 0xd7, 0x7e, 0xcf, 0x7e, 0xbf, 0x7e, 0xaf, 0x7d, 0xa7, 0x7d, 0x96, 0xfe, 0x86, 0x1e, 0x7d, 0x9f, 0x75, 0x3d, 0x64, 0xba, 0x5c, 0x58, 0x54, 0x17, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, - 0x19, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x30, 0x2a, 0x30, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xd3, 0x33, 0x34, 0x3b, 0x55, 0x43, 0xb6, 0x5c, 0x79, 0x64, 0xd9, 0x6d, 0x19, 0x75, 0x1a, 0x7d, 0x3a, 0x7d, 0x3b, 0x7d, 0x5c, 0x75, 0x5b, 0x6d, 0x1a, 0x64, 0xda, 0x5c, 0xbb, 0x5c, 0xbb, 0x64, 0xdc, 0x64, 0xfd, 0x6d, 0x3e, 0x75, 0x7e, 0x6d, 0x5c, 0x5c, 0x38, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x78, 0x64, 0x78, 0x64, 0x97, 0x64, 0x97, 0x6c, 0x97, 0x6c, 0x97, 0x64, 0x97, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x78, 0x5c, 0x77, 0x54, 0x16, 0x54, 0x17, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xd5, 0x4b, 0xd5, 0x53, 0xd5, 0x4b, 0xb5, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0xb5, 0x43, 0x94, 0x43, 0x94, 0x43, 0x94, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xf6, 0x4b, 0xf6, 0x4c, 0x16, 0x43, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x4b, 0xf7, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x17, 0x5c, 0x18, 0x5c, 0x38, 0x5c, 0x58, 0x5c, 0x59, 0x5c, 0x59, 0x4c, 0x18, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x99, 0x54, 0x99, 0x5c, 0x99, 0x54, 0x9a, 0x5c, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9b, 0x54, 0x9b, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xdc, 0x64, 0xfc, 0x65, 0x1d, 0x65, 0x1c, 0x5c, 0xdb, 0x5c, 0xbc, 0x64, 0xdd, 0x64, 0xfe, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x5c, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x6d, 0x3e, 0x75, 0x7e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0x9e, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x7e, 0x75, 0x9e, 0x7d, 0xbe, 0x7e, 0x1e, 0x8e, 0xde, 0x8f, 0x1e, 0x8f, 0x3d, 0x97, 0x5d, 0xa7, 0x7d, 0xb7, 0x7e, 0xb7, 0x7e, 0xb7, 0x7e, 0xb7, 0x7e, 0xaf, 0x7d, 0x9f, 0x7e, 0x97, 0x1e, 0x86, 0x3e, 0x7d, 0x9f, 0x75, 0x3d, 0x6c, 0xfb, 0x5c, 0x79, 0x54, 0x37, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x3b, 0x96, 0x3b, 0x75, 0x3b, 0x55, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, - 0x19, 0xce, 0x21, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x30, 0x22, 0x30, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x54, 0x4b, 0xd6, 0x5c, 0x78, 0x64, 0xb9, 0x64, 0xfa, 0x6d, 0x1a, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x5b, 0x75, 0x7c, 0x65, 0x1a, 0x64, 0xda, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x64, 0xdd, 0x6d, 0x1e, 0x75, 0x7e, 0x7d, 0xde, 0x5c, 0x59, 0x5c, 0x38, 0x5c, 0x58, 0x64, 0x98, 0x64, 0xb8, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x6c, 0x98, 0x64, 0xb8, 0x64, 0xd8, 0x5c, 0xb8, 0x5c, 0x98, 0x54, 0x99, 0x54, 0x79, 0x54, 0x78, 0x54, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0xb8, 0x64, 0xd8, 0x64, 0xb8, 0x64, 0x98, 0x5c, 0x78, 0x54, 0x37, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x53, 0xd6, 0x4b, 0xd5, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x74, 0x3b, 0x33, 0x43, 0x54, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x58, 0x4c, 0x37, 0x43, 0x95, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x5c, 0x38, 0x5c, 0x38, 0x5c, 0x58, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x43, 0xf8, 0x4c, 0x18, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0x9a, 0x54, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbb, 0x5c, 0xbc, 0x54, 0x9a, 0x4c, 0x38, 0x4c, 0x18, 0x54, 0x7a, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xdd, 0x64, 0xfe, 0x65, 0x1e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x64, 0xfe, 0x64, 0xfe, 0x5c, 0xde, 0x5c, 0xde, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x65, 0x1e, 0x64, 0xfe, 0x6d, 0x1e, 0x65, 0x1e, 0x6d, 0x5e, 0x75, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xde, 0x7d, 0xbe, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xde, 0x7e, 0x3e, 0x8e, 0xfe, 0x97, 0x5d, 0x97, 0x5d, 0x9f, 0x5d, 0xa7, 0x5d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x5d, 0x97, 0x5e, 0x8e, 0xff, 0x86, 0x3e, 0x7d, 0x9e, 0x75, 0x5e, 0x6c, 0xfc, 0x64, 0x99, 0x5c, 0x58, 0x54, 0x17, 0x4b, 0xf6, 0x43, 0xb6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, - 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x29, 0xef, 0x2a, 0x30, 0x2a, 0x30, 0x19, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x32, 0xf3, 0x43, 0x95, 0x54, 0x16, 0x5c, 0x57, 0x5c, 0x99, 0x64, 0xd9, 0x64, 0xfa, 0x6d, 0x1a, 0x6d, 0x3a, 0x6d, 0x5b, 0x6d, 0x5c, 0x6d, 0x3c, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0xbb, 0x5c, 0xbb, 0x64, 0xdc, 0x65, 0x1e, 0x6d, 0x7e, 0x75, 0xbe, 0x6d, 0x1b, 0x5c, 0x59, 0x5c, 0x79, 0x64, 0x98, 0x64, 0xb8, 0x6c, 0xb8, 0x6c, 0xb8, 0x74, 0xb8, 0x74, 0xb8, 0x74, 0xb8, 0x74, 0xb8, 0x6c, 0xb8, 0x6c, 0xd8, 0x64, 0xf9, 0x64, 0xd9, 0x5c, 0xb9, 0x5c, 0xb9, 0x54, 0x99, 0x54, 0x99, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xd9, 0x64, 0xf9, 0x64, 0xd9, 0x64, 0xb8, 0x5c, 0x78, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf6, 0x54, 0x16, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd5, 0x43, 0xb5, 0x43, 0xb5, 0x3b, 0x95, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xb5, 0x3b, 0xb5, 0x3b, 0xd6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x43, 0xb5, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x37, 0x54, 0x38, 0x5c, 0x58, 0x54, 0x18, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x58, 0x5c, 0x99, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x7a, 0x54, 0x19, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x39, 0x54, 0x7b, 0x54, 0xbc, 0x5c, 0xdd, 0x5c, 0xfe, 0x65, 0x1e, 0x6d, 0x5e, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x64, 0xfe, 0x64, 0xfe, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x75, 0x5e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0xde, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0xbe, 0x7d, 0xde, 0x7e, 0x5f, 0x8e, 0xfe, 0x97, 0x5d, 0x9f, 0x7d, 0x9f, 0x5d, 0x97, 0x5d, 0x8f, 0x3e, 0x8e, 0xfe, 0x86, 0x9f, 0x86, 0x1e, 0x75, 0xbe, 0x6d, 0x5e, 0x6c, 0xfc, 0x64, 0xba, 0x5c, 0x78, 0x54, 0x37, 0x53, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x96, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, - 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x29, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xf0, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x3b, 0x34, 0x43, 0xb5, 0x4b, 0xd6, 0x54, 0x17, 0x5c, 0x58, 0x64, 0xb9, 0x64, 0xda, 0x64, 0xfa, 0x64, 0xfa, 0x65, 0x1a, 0x65, 0x1b, 0x65, 0x1c, 0x5c, 0xda, 0x5c, 0x9a, 0x5c, 0x9a, 0x5c, 0x9a, 0x64, 0xdc, 0x64, 0xfe, 0x6d, 0x5e, 0x75, 0x9e, 0x75, 0x5d, 0x5c, 0x79, 0x5c, 0x79, 0x64, 0xb9, 0x64, 0xd8, 0x6c, 0xd8, 0x74, 0xd8, 0x74, 0xb8, 0x74, 0xb8, 0x74, 0xd8, 0x74, 0xd8, 0x74, 0xd9, 0x74, 0xf9, 0x75, 0x19, 0x6d, 0x1a, 0x64, 0xfa, 0x5c, 0xda, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xda, 0x64, 0xda, 0x64, 0xda, 0x64, 0xf9, 0x64, 0xf9, 0x64, 0xd9, 0x64, 0xd9, 0x5c, 0x78, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xb5, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x95, 0x43, 0x95, 0x43, 0xd5, 0x43, 0xb5, 0x3b, 0xb5, 0x3b, 0xb5, 0x3b, 0xb5, 0x43, 0xd6, 0x43, 0xd6, 0x3b, 0x34, 0x32, 0xb3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x17, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x59, 0x5c, 0xb9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xdb, 0x5c, 0xdb, 0x64, 0xfc, 0x5c, 0xdc, 0x54, 0x59, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x39, 0x54, 0x7b, 0x5c, 0xde, 0x5c, 0xfe, 0x5c, 0xfe, 0x65, 0x3e, 0x6d, 0x9e, 0x75, 0xbe, 0x7d, 0xde, 0x7d, 0xde, 0x7d, 0xff, 0x75, 0xde, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x3e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x6d, 0x5e, 0x6d, 0x5e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xff, 0x7e, 0x7e, 0x8e, 0xfe, 0x97, 0x5e, 0x97, 0x5d, 0x97, 0x7d, 0x86, 0x5e, 0x7e, 0x1e, 0x75, 0xdf, 0x75, 0x9e, 0x6d, 0x5e, 0x64, 0xfc, 0x5c, 0x9a, 0x5c, 0x59, 0x5c, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x21, 0xce, 0x21, 0xcf, - 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x29, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x50, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x3b, 0x55, 0x43, 0x95, 0x4b, 0xb6, 0x53, 0xf6, 0x5c, 0x37, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0xdb, 0x5c, 0xdb, 0x5c, 0xdc, 0x54, 0x79, 0x54, 0x7a, 0x5c, 0x9a, 0x5c, 0xbb, 0x64, 0xfd, 0x6d, 0x3e, 0x75, 0x9e, 0x75, 0x9d, 0x64, 0x9a, 0x5c, 0x9a, 0x64, 0xb9, 0x6c, 0xd9, 0x6c, 0xf9, 0x74, 0xd9, 0x74, 0xd9, 0x7c, 0xd8, 0x7c, 0xd9, 0x7c, 0xd9, 0x7c, 0xf9, 0x7d, 0x1a, 0x75, 0x1a, 0x6d, 0x3a, 0x6d, 0x3b, 0x65, 0x1b, 0x5d, 0x1b, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0xfb, 0x6d, 0x1b, 0x65, 0x1a, 0x65, 0x1a, 0x64, 0xfa, 0x64, 0xfa, 0x5c, 0xb9, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x17, 0x4c, 0x16, 0x4c, 0x16, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x95, 0x3b, 0x75, 0x33, 0x74, 0x33, 0x54, 0x33, 0x55, 0x33, 0x95, 0x3b, 0xb5, 0x43, 0xd6, 0x43, 0x95, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4c, 0x17, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x59, 0x5c, 0x9a, 0x5c, 0xda, 0x64, 0xfb, 0x5c, 0xfb, 0x54, 0x79, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x58, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x5a, 0x5c, 0xbd, 0x5c, 0xfe, 0x5c, 0xfe, 0x5c, 0xfe, 0x6d, 0x3e, 0x75, 0x9e, 0x7d, 0xde, 0x7e, 0x1e, 0x86, 0x3e, 0x86, 0x3e, 0x7e, 0x3e, 0x7e, 0x1e, 0x7d, 0xfe, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x7e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x6d, 0x3e, 0x6d, 0x3e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0xfe, 0x7e, 0x3e, 0x86, 0x7e, 0x8e, 0xde, 0x8f, 0x1f, 0x86, 0x7e, 0x6d, 0x9e, 0x6d, 0x5e, 0x65, 0x3e, 0x64, 0xfc, 0x5c, 0xba, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, - 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x0f, 0x2a, 0x30, 0x21, 0xf0, 0x21, 0xef, 0x22, 0x10, 0x19, 0xf0, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x33, 0x14, 0x3b, 0x54, 0x43, 0x95, 0x4b, 0xb5, 0x53, 0xd6, 0x53, 0xf7, 0x54, 0x17, 0x5c, 0x58, 0x54, 0x59, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbc, 0x54, 0x7b, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0xbb, 0x64, 0xdc, 0x65, 0x1e, 0x75, 0x7e, 0x75, 0xbe, 0x6d, 0x1c, 0x5c, 0x9a, 0x64, 0xda, 0x64, 0xfa, 0x6c, 0xf9, 0x74, 0xd9, 0x7c, 0xf9, 0x7c, 0xd9, 0x7c, 0xd9, 0x7c, 0xf9, 0x7d, 0x1a, 0x7d, 0x1a, 0x7d, 0x3a, 0x75, 0x5b, 0x6d, 0x5b, 0x6d, 0x5c, 0x65, 0x5c, 0x65, 0x3d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x3d, 0x6d, 0x3d, 0x6d, 0x5c, 0x6d, 0x3b, 0x65, 0x1b, 0x65, 0x1a, 0x5c, 0xda, 0x54, 0x99, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x17, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x16, 0x4b, 0xd6, 0x43, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x33, 0x75, 0x33, 0x54, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x55, 0x33, 0x54, 0x32, 0xd2, 0x2a, 0x71, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x99, 0x54, 0x79, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x37, 0x54, 0x38, 0x54, 0x58, 0x54, 0x58, 0x54, 0x78, 0x54, 0x79, 0x54, 0x79, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x5a, 0x5c, 0xbd, 0x5d, 0x1e, 0x5d, 0x1e, 0x65, 0x3e, 0x6d, 0x7e, 0x75, 0xbe, 0x7d, 0xfe, 0x7e, 0x5e, 0x86, 0x9f, 0x86, 0xbe, 0x86, 0x9e, 0x86, 0x5f, 0x7e, 0x3e, 0x7d, 0xfe, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0xbe, 0x75, 0xde, 0x7d, 0xff, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x1e, 0x75, 0x9e, 0x65, 0x1d, 0x5c, 0xdc, 0x5c, 0xbb, 0x5c, 0x7a, 0x54, 0x59, 0x4c, 0x18, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0xd6, 0x43, 0xd6, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x0f, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xce, 0x21, 0xcf, 0x21, 0xcf, - 0x21, 0xef, 0x29, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xef, 0x19, 0xef, 0x19, 0xf0, 0x1a, 0x10, 0x22, 0x30, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x4b, 0xb6, 0x4b, 0xb6, 0x53, 0xd6, 0x53, 0xf7, 0x54, 0x17, 0x54, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4b, 0xf8, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x39, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x65, 0x1e, 0x6d, 0x5e, 0x75, 0x9e, 0x6d, 0x3d, 0x5c, 0x9b, 0x64, 0xdb, 0x64, 0xfa, 0x6d, 0x1a, 0x75, 0x1a, 0x7d, 0x1a, 0x7c, 0xf9, 0x84, 0xfa, 0x84, 0xfa, 0x85, 0x1a, 0x85, 0x1b, 0x7d, 0x3b, 0x7d, 0x5c, 0x75, 0x9c, 0x75, 0x9d, 0x6d, 0xbe, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x5d, 0x65, 0x3c, 0x65, 0x1c, 0x5c, 0xba, 0x4c, 0x38, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4b, 0xd6, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0xb5, 0x43, 0x94, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x74, 0x33, 0x54, 0x2b, 0x54, 0x2b, 0x34, 0x23, 0x34, 0x2b, 0x34, 0x2b, 0x14, 0x2b, 0x54, 0x33, 0x34, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x58, 0x4c, 0x38, 0x4b, 0xf7, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x37, 0x54, 0x37, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0x9c, 0x5c, 0xde, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x75, 0xbe, 0x75, 0xfe, 0x7e, 0x3e, 0x86, 0x9e, 0x8e, 0xde, 0x8f, 0x1e, 0x8e, 0xfe, 0x86, 0xbe, 0x86, 0x9f, 0x86, 0x5e, 0x7e, 0x1e, 0x75, 0xde, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x6d, 0x5e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbf, 0x6d, 0x7e, 0x65, 0x1d, 0x5c, 0x9b, 0x54, 0x5a, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x59, 0x3b, 0x75, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x21, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, - 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x21, 0xef, 0x19, 0xef, 0x19, 0xef, 0x19, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x4b, 0xb6, 0x4b, 0xd6, 0x53, 0xd7, 0x54, 0x17, 0x54, 0x38, 0x4c, 0x19, 0x4c, 0x19, 0x54, 0x39, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x5b, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x9b, 0x64, 0xdd, 0x65, 0x1e, 0x75, 0x5e, 0x7d, 0xbe, 0x75, 0x9e, 0x64, 0xbb, 0x64, 0xbb, 0x6c, 0xfb, 0x6d, 0x3b, 0x75, 0x3a, 0x7d, 0x1a, 0x7d, 0x1a, 0x85, 0x1a, 0x85, 0x1a, 0x85, 0x1a, 0x85, 0x3b, 0x85, 0x5c, 0x85, 0x7d, 0x7d, 0x9e, 0x7d, 0xfe, 0x7e, 0x1e, 0x7e, 0x1e, 0x7d, 0xfe, 0x7d, 0xde, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xde, 0x75, 0xbe, 0x6d, 0x7e, 0x65, 0x5d, 0x65, 0x3d, 0x5c, 0x9a, 0x54, 0x38, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x78, 0x54, 0x58, 0x54, 0x57, 0x4c, 0x17, 0x4b, 0xd6, 0x4b, 0xd5, 0x4b, 0xd5, 0x4b, 0x95, 0x43, 0x95, 0x3b, 0x75, 0x33, 0x74, 0x33, 0x54, 0x33, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x23, 0x34, 0x23, 0x34, 0x2b, 0x55, 0x2b, 0x14, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x18, 0x43, 0xf7, 0x3b, 0x96, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x54, 0x37, 0x5c, 0x37, 0x5c, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xde, 0x5d, 0x1e, 0x65, 0x5e, 0x6d, 0x7e, 0x75, 0xbe, 0x7e, 0x3e, 0x86, 0x7e, 0x86, 0xbf, 0x8e, 0xfe, 0x8f, 0x1e, 0x8f, 0x5e, 0x8f, 0x3e, 0x8f, 0x3e, 0x8f, 0x1e, 0x86, 0xbe, 0x7e, 0x5e, 0x7d, 0xfe, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x6d, 0x5e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5f, 0x6d, 0x3e, 0x54, 0x79, 0x4c, 0x18, 0x4b, 0xf7, 0x4c, 0x59, 0x54, 0x9a, 0x4c, 0x7a, 0x4c, 0x59, 0x3b, 0x75, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x2a, 0x10, 0x2a, 0x10, - 0x2a, 0x30, 0x22, 0x10, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x33, 0x35, 0x3b, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x19, 0x4c, 0x3a, 0x54, 0x5a, 0x54, 0x5b, 0x54, 0x7b, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0xbc, 0x64, 0xfe, 0x6d, 0x5e, 0x75, 0x9e, 0x7d, 0xdf, 0x7d, 0xbe, 0x6d, 0x1d, 0x6d, 0x1c, 0x6d, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x7d, 0x3a, 0x85, 0x3a, 0x85, 0x3b, 0x85, 0x3b, 0x8d, 0x5b, 0x8d, 0x7c, 0x85, 0x9d, 0x85, 0xbe, 0x86, 0x1f, 0x86, 0x7f, 0x86, 0x7e, 0x86, 0x9e, 0x86, 0x9e, 0x86, 0x7e, 0x86, 0x7f, 0x7e, 0x7e, 0x7e, 0x5e, 0x7e, 0x5f, 0x7e, 0x1e, 0x75, 0xbe, 0x6d, 0x9e, 0x65, 0x1d, 0x54, 0x9a, 0x5c, 0x79, 0x5c, 0xba, 0x64, 0xd9, 0x5c, 0x99, 0x54, 0x78, 0x54, 0x58, 0x54, 0x57, 0x4c, 0x16, 0x4b, 0xf6, 0x53, 0xf6, 0x4b, 0xd6, 0x43, 0xb5, 0x3b, 0x75, 0x33, 0x55, 0x2b, 0x54, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x23, 0x34, 0x23, 0x34, 0x2b, 0x34, 0x2a, 0xf3, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb5, 0x4b, 0xd5, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xf6, 0x43, 0xd6, 0x43, 0xf6, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x43, 0xd6, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x54, 0x37, 0x5c, 0x58, 0x5c, 0x58, 0x64, 0x78, 0x64, 0x99, 0x64, 0xb9, 0x64, 0xda, 0x64, 0xfb, 0x64, 0xdc, 0x64, 0xfc, 0x64, 0xfd, 0x64, 0xfe, 0x64, 0xfe, 0x5c, 0xfe, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x5e, 0x75, 0xbe, 0x75, 0xde, 0x7e, 0x9e, 0x87, 0x1e, 0x8f, 0x5e, 0x97, 0x7d, 0x97, 0x7d, 0x9f, 0x7d, 0x9f, 0x7d, 0x97, 0x7d, 0x97, 0x7e, 0x8e, 0xfe, 0x86, 0x7e, 0x7e, 0x3e, 0x7d, 0xde, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x7e, 0x75, 0x7e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x6d, 0x5f, 0x5c, 0xbb, 0x5c, 0xbc, 0x54, 0xbd, 0x54, 0x9b, 0x54, 0x9a, 0x4b, 0xf8, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, - 0x22, 0x0f, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x7b, 0x54, 0x7a, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0xdd, 0x64, 0xfe, 0x6d, 0x5e, 0x75, 0x9e, 0x7d, 0xbe, 0x6d, 0x5d, 0x75, 0x3d, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x7d, 0x5b, 0x85, 0x5b, 0x85, 0x5b, 0x8d, 0x3b, 0x8d, 0x5c, 0x8d, 0x7d, 0x8d, 0x9e, 0x85, 0xdf, 0x86, 0x5e, 0x86, 0xde, 0x8f, 0x3e, 0x97, 0x5e, 0x97, 0x5e, 0x97, 0x5e, 0x97, 0x3e, 0x97, 0x5e, 0x8f, 0x5e, 0x8f, 0x1e, 0x86, 0xff, 0x86, 0x7f, 0x75, 0xfe, 0x75, 0x9e, 0x64, 0xfc, 0x5c, 0xdb, 0x6d, 0x1c, 0x64, 0xdb, 0x5c, 0xda, 0x54, 0x99, 0x54, 0x78, 0x54, 0x58, 0x54, 0x17, 0x54, 0x17, 0x4b, 0xf6, 0x43, 0xd6, 0x3b, 0xb6, 0x33, 0x95, 0x2b, 0x75, 0x2b, 0x55, 0x2b, 0x35, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2a, 0xf3, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x95, 0x4b, 0xb5, 0x4b, 0xd5, 0x4b, 0xd5, 0x43, 0xd6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf7, 0x43, 0xf7, 0x43, 0xd6, 0x3b, 0x75, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x37, 0x5c, 0x58, 0x64, 0x78, 0x64, 0x98, 0x64, 0xb9, 0x64, 0xd9, 0x64, 0xfa, 0x64, 0xfb, 0x64, 0xfc, 0x65, 0x1d, 0x65, 0x1e, 0x65, 0x1e, 0x64, 0xfe, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x7e, 0x75, 0xbe, 0x7e, 0x1e, 0x86, 0xbe, 0x8f, 0x5e, 0x97, 0x7d, 0x9f, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x9d, 0xa7, 0x7d, 0x9f, 0x7d, 0x97, 0x5e, 0x8e, 0xfe, 0x86, 0x7e, 0x7e, 0x1e, 0x75, 0xde, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x3e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1f, 0x65, 0x1e, 0x65, 0x1e, 0x64, 0xfe, 0x64, 0xfe, 0x65, 0x3e, 0x6d, 0x7f, 0x65, 0x3e, 0x5c, 0xdd, 0x54, 0xbc, 0x54, 0x7b, 0x4b, 0xf7, 0x3b, 0x55, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x29, 0xef, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x3b, 0x35, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x79, 0x5c, 0x9a, 0x54, 0x9b, 0x5c, 0xbc, 0x64, 0xfe, 0x6d, 0x3f, 0x6d, 0x7e, 0x75, 0x9e, 0x7d, 0xbe, 0x6d, 0x1d, 0x75, 0x5d, 0x75, 0x7d, 0x7d, 0x7c, 0x85, 0x7c, 0x85, 0x5c, 0x85, 0x5c, 0x85, 0x5c, 0x8d, 0x7d, 0x8d, 0x9d, 0x8d, 0xbe, 0x8d, 0xff, 0x8e, 0x7f, 0x8f, 0x1f, 0x97, 0x7e, 0x9f, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x9d, 0xa7, 0x7d, 0x9f, 0x7d, 0x9f, 0x7d, 0x97, 0x5e, 0x8f, 0x1f, 0x7e, 0x5f, 0x75, 0xbe, 0x75, 0x7d, 0x6d, 0x5d, 0x6d, 0x1c, 0x64, 0xfb, 0x64, 0xfa, 0x54, 0x99, 0x54, 0x78, 0x54, 0x37, 0x4c, 0x37, 0x43, 0xf7, 0x3b, 0xd6, 0x33, 0xb6, 0x2b, 0x95, 0x2b, 0x75, 0x2b, 0x55, 0x2b, 0x55, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x14, 0x2a, 0x91, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x43, 0x54, 0x43, 0x95, 0x4b, 0xd5, 0x43, 0xb5, 0x4b, 0xd5, 0x4b, 0xf6, 0x43, 0xd6, 0x43, 0xf6, 0x43, 0xf6, 0x3b, 0x95, 0x3b, 0x34, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x37, 0x5c, 0x37, 0x5c, 0x78, 0x64, 0xb8, 0x64, 0xb9, 0x64, 0xda, 0x64, 0xfa, 0x64, 0xfb, 0x64, 0xfc, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0x7e, 0x75, 0xde, 0x76, 0x1e, 0x7e, 0x3f, 0x86, 0xde, 0x8f, 0x7e, 0x9f, 0x7d, 0xa7, 0x7d, 0xaf, 0x7d, 0xaf, 0x7e, 0xb7, 0x7e, 0xb7, 0x7d, 0xb7, 0x9d, 0xaf, 0x7d, 0xa7, 0x7d, 0x9f, 0x7d, 0x97, 0x3e, 0x86, 0xdf, 0x86, 0x5e, 0x7e, 0x1e, 0x7d, 0xde, 0x75, 0xdf, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7f, 0x65, 0x1e, 0x65, 0x1e, 0x6d, 0x3e, 0x65, 0x3f, 0x65, 0x3e, 0x65, 0x1e, 0x64, 0xfe, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x3e, 0x65, 0x3e, 0x5c, 0xdd, 0x4c, 0x7b, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x10, 0x21, 0xcf, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xd4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x55, 0x3b, 0x76, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf8, 0x4c, 0x19, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x7a, 0x5c, 0x9b, 0x54, 0x79, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xdc, 0x65, 0x1d, 0x65, 0x1e, 0x65, 0x5e, 0x6d, 0x7e, 0x75, 0xdf, 0x75, 0xbe, 0x6d, 0x3e, 0x75, 0x9e, 0x7d, 0x9d, 0x85, 0x7d, 0x8d, 0x7d, 0x8d, 0x7d, 0x8d, 0x7d, 0x8d, 0x7d, 0x8d, 0xbe, 0x8d, 0xdf, 0x8e, 0x1f, 0x8e, 0x9f, 0x97, 0x3e, 0x97, 0x7d, 0x9f, 0x7d, 0xaf, 0x7d, 0xb7, 0x7e, 0xbf, 0x9e, 0xbf, 0x9e, 0xbf, 0x7e, 0xb7, 0x9e, 0xb7, 0x7e, 0xaf, 0x7d, 0x9f, 0x7d, 0x97, 0x3e, 0x86, 0x9e, 0x7d, 0xfd, 0x7d, 0xbe, 0x6d, 0x5d, 0x6d, 0x3d, 0x65, 0x1c, 0x54, 0xba, 0x54, 0x78, 0x4c, 0x37, 0x44, 0x17, 0x3b, 0xf7, 0x33, 0xb7, 0x2b, 0xb6, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0x95, 0x2b, 0x55, 0x2b, 0x55, 0x2b, 0x35, 0x2b, 0x14, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x43, 0x74, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0xd5, 0x43, 0xb5, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd6, 0x3b, 0x75, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf6, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x58, 0x5c, 0x78, 0x64, 0x99, 0x64, 0xb9, 0x64, 0xda, 0x64, 0xfb, 0x64, 0xfc, 0x65, 0x1d, 0x6d, 0x3e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x75, 0xbe, 0x7d, 0xfe, 0x7e, 0x7f, 0x87, 0x1f, 0x97, 0x7e, 0x9f, 0x7d, 0xaf, 0x7d, 0xb7, 0x7e, 0xbf, 0x9e, 0xc7, 0x7e, 0xc7, 0x7e, 0xc7, 0x7e, 0xbf, 0x7e, 0xb7, 0x7e, 0xaf, 0x9e, 0xa7, 0x9d, 0x97, 0x5d, 0x8f, 0x3e, 0x86, 0xde, 0x86, 0x5f, 0x7e, 0x1f, 0x7d, 0xfe, 0x7e, 0x1e, 0x7d, 0xff, 0x7d, 0xdf, 0x7d, 0xde, 0x7d, 0xde, 0x7d, 0xbf, 0x75, 0x9e, 0x75, 0x7e, 0x75, 0x7f, 0x75, 0x7f, 0x6d, 0x5f, 0x6d, 0x3e, 0x6d, 0x3f, 0x6d, 0x3f, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x1e, 0x65, 0x1f, 0x65, 0x1f, 0x54, 0x5a, 0x43, 0x76, 0x43, 0x96, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x19, 0xce, 0x19, 0xae, - 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0xb7, 0x43, 0xf8, 0x4c, 0x19, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x5a, 0x54, 0x9b, 0x4c, 0x59, 0x54, 0x79, 0x5c, 0xba, 0x5c, 0xfb, 0x65, 0x1c, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x5e, 0x75, 0x9e, 0x7d, 0xde, 0x75, 0x9e, 0x75, 0x9f, 0x7d, 0x9e, 0x7d, 0x9e, 0x85, 0x9e, 0x8d, 0x9d, 0x8d, 0x9e, 0x8d, 0x9e, 0x8d, 0xbe, 0x8d, 0xff, 0x8e, 0x3f, 0x8e, 0x9f, 0x97, 0x3e, 0x9f, 0x9d, 0x9f, 0x7d, 0xaf, 0x9d, 0xbf, 0x7e, 0xcf, 0x9e, 0xdf, 0x7e, 0xe7, 0x9f, 0xdf, 0x7e, 0xd7, 0x9e, 0xc7, 0x7e, 0xb7, 0x7e, 0xaf, 0x9d, 0x9f, 0x7d, 0x97, 0x1e, 0x86, 0x5e, 0x7d, 0xbd, 0x6d, 0x7d, 0x65, 0x5d, 0x5c, 0xfb, 0x4c, 0x79, 0x3c, 0x38, 0x34, 0x18, 0x34, 0x17, 0x33, 0xf7, 0x33, 0xd7, 0x33, 0xd7, 0x2b, 0xb6, 0x2b, 0x96, 0x2b, 0x75, 0x2b, 0x75, 0x2b, 0x55, 0x2a, 0xd2, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x34, 0x43, 0x94, 0x43, 0x95, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x3b, 0x34, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x98, 0x5c, 0xb9, 0x64, 0xba, 0x64, 0xdb, 0x6d, 0x1c, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x7e, 0x1e, 0x7e, 0x7f, 0x87, 0x1f, 0x97, 0x7d, 0x9f, 0x9d, 0xaf, 0x7e, 0xbf, 0x7e, 0xcf, 0x7e, 0xd7, 0x7e, 0xdf, 0x9f, 0xdf, 0x7e, 0xd7, 0x7f, 0xcf, 0x9f, 0xbf, 0x9e, 0xb7, 0x7d, 0xa7, 0x7d, 0x9f, 0x7d, 0x97, 0x3e, 0x8e, 0xde, 0x86, 0xbf, 0x86, 0x5e, 0x7e, 0x1f, 0x7d, 0xff, 0x7e, 0x1f, 0x7e, 0x1f, 0x7d, 0xff, 0x7d, 0xde, 0x7d, 0xbf, 0x75, 0x9f, 0x75, 0x7f, 0x75, 0x5f, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x3f, 0x65, 0x3e, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, - 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x21, 0xcf, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd4, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xf4, 0x3b, 0x35, 0x3b, 0x96, 0x43, 0x97, 0x43, 0xd8, 0x43, 0xf8, 0x4c, 0x19, 0x4c, 0x5a, 0x54, 0x5a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x7a, 0x54, 0x9a, 0x5c, 0xbb, 0x5c, 0xfc, 0x65, 0x1d, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0xbf, 0x7d, 0xde, 0x75, 0x7e, 0x75, 0xbf, 0x7d, 0xbe, 0x7d, 0xbe, 0x85, 0x9e, 0x85, 0xbe, 0x8d, 0xbe, 0x8d, 0xbf, 0x8d, 0xdf, 0x8e, 0x1e, 0x8e, 0x7f, 0x8f, 0x1e, 0x97, 0x9d, 0x9f, 0x7d, 0xaf, 0x7d, 0xbf, 0x7e, 0xd7, 0x7e, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x9f, 0xd7, 0x9f, 0xcf, 0x7e, 0xbf, 0x7e, 0xa7, 0x7e, 0x8e, 0xfe, 0x7e, 0x5e, 0x6d, 0xbe, 0x65, 0x7e, 0x54, 0xfc, 0x44, 0x7a, 0x34, 0x39, 0x34, 0x38, 0x34, 0x18, 0x33, 0xf8, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xd7, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0x96, 0x2a, 0xf3, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x13, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x58, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0xb9, 0x64, 0xdb, 0x64, 0xfc, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0xde, 0x7e, 0x5e, 0x8f, 0x1e, 0x97, 0x7d, 0xa7, 0x7d, 0xaf, 0x9e, 0xbf, 0x9e, 0xd7, 0x9e, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x9f, 0xd7, 0x7e, 0xc7, 0x7e, 0xb7, 0x7d, 0xaf, 0x9d, 0x9f, 0x7d, 0x97, 0x7e, 0x8f, 0x1e, 0x8e, 0xdf, 0x86, 0x9e, 0x86, 0x5f, 0x7e, 0x1e, 0x7e, 0x3e, 0x7e, 0x1f, 0x7d, 0xff, 0x7d, 0xdf, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x7f, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7f, 0x6d, 0x7e, 0x6d, 0x7f, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x5f, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3f, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1f, 0x64, 0xfe, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xcf, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, - 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x6d, 0x19, 0xae, 0x21, 0xcf, 0x2a, 0x50, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x35, 0x43, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xd8, 0x4c, 0x19, 0x4c, 0x19, 0x4c, 0x3a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x9b, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x65, 0x1c, 0x65, 0x3e, 0x6d, 0x7f, 0x6d, 0xbf, 0x75, 0xde, 0x7d, 0xde, 0x7d, 0xde, 0x7d, 0x9e, 0x7d, 0xde, 0x7d, 0xdf, 0x85, 0xdf, 0x85, 0xbf, 0x85, 0xdf, 0x8d, 0xdf, 0x8d, 0xff, 0x8e, 0x1f, 0x8e, 0x5f, 0x8e, 0xfe, 0x8f, 0x3e, 0x9f, 0x7d, 0xa7, 0x7d, 0xb7, 0x7e, 0xc7, 0x7e, 0xe7, 0x7e, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x7f, 0xd7, 0x7e, 0xaf, 0x7d, 0x8f, 0x3d, 0x7e, 0x9e, 0x6d, 0xfe, 0x5d, 0xbe, 0x55, 0x1d, 0x44, 0x9b, 0x3c, 0x7a, 0x3c, 0x59, 0x3c, 0x39, 0x34, 0x18, 0x34, 0x18, 0x33, 0xf7, 0x33, 0xd7, 0x33, 0xd7, 0x2b, 0xb6, 0x2b, 0x34, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x13, 0x3b, 0x74, 0x43, 0x74, 0x43, 0x74, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x37, 0x54, 0x38, 0x5c, 0x78, 0x5c, 0x99, 0x5c, 0xba, 0x64, 0xdc, 0x65, 0x1e, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0xde, 0x7e, 0x5f, 0x8e, 0xff, 0x97, 0x7e, 0x9f, 0x9d, 0xaf, 0x7d, 0xbf, 0x7e, 0xcf, 0x7e, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xd7, 0x9e, 0xc7, 0x9e, 0xb7, 0x7e, 0xaf, 0x9d, 0x9f, 0x7d, 0x97, 0x7e, 0x8f, 0x3e, 0x8e, 0xff, 0x86, 0xbf, 0x86, 0x5e, 0x86, 0x1f, 0x7e, 0x1e, 0x7e, 0x3e, 0x7e, 0x3e, 0x86, 0x7e, 0x86, 0x7e, 0x7e, 0x1e, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0x7f, 0x75, 0x5e, 0x6d, 0x7f, 0x6d, 0x5e, 0x6d, 0x5e, 0x65, 0x5e, 0x6d, 0x5f, 0x6d, 0x5e, 0x6d, 0x3f, 0x65, 0x1e, 0x65, 0x1f, 0x65, 0x3f, 0x54, 0x7a, 0x4b, 0xb7, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x0f, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, - 0x11, 0x8d, 0x09, 0x4d, 0x21, 0xef, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0x97, 0x4b, 0x97, 0x4b, 0xb7, 0x4b, 0xd7, 0x54, 0x18, 0x5c, 0x7b, 0x5c, 0x9c, 0x64, 0xdd, 0x5c, 0x9b, 0x4c, 0x18, 0x4c, 0x39, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0xfc, 0x65, 0x1d, 0x65, 0x3e, 0x65, 0x1d, 0x65, 0x3e, 0x6d, 0x9e, 0x75, 0xbe, 0x7e, 0x1f, 0x7e, 0x1e, 0x7e, 0x1f, 0x7d, 0xbe, 0x7d, 0xdf, 0x7d, 0xff, 0x7d, 0xdf, 0x85, 0xdf, 0x85, 0xfe, 0x8e, 0x1f, 0x8e, 0x3f, 0x8e, 0x5f, 0x8e, 0x9e, 0x8f, 0x3f, 0x8f, 0x5e, 0x9f, 0x7d, 0xa7, 0x9d, 0xb7, 0x7e, 0xcf, 0x7e, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x7e, 0xef, 0x9f, 0xdf, 0x9e, 0xb7, 0x7e, 0x8f, 0x5d, 0x7e, 0xfe, 0x66, 0x1e, 0x5d, 0x9e, 0x55, 0x3e, 0x44, 0xdd, 0x44, 0x9c, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0x39, 0x34, 0x38, 0x34, 0x18, 0x34, 0x18, 0x33, 0xf7, 0x33, 0x96, 0x2a, 0xf3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3b, 0x13, 0x3b, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x74, 0x43, 0x95, 0x43, 0x54, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x33, 0x34, 0x33, 0x14, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x9a, 0x5c, 0xdb, 0x64, 0xfd, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0x9e, 0x6d, 0xbe, 0x7e, 0x7e, 0x8f, 0x3e, 0x9f, 0x7d, 0xa7, 0x9d, 0xb7, 0x9e, 0xc7, 0x7e, 0xdf, 0x7e, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x7f, 0xd7, 0x7e, 0xc7, 0x9e, 0xb7, 0x7d, 0xaf, 0x9d, 0xa7, 0x7d, 0x97, 0x7e, 0x97, 0x5e, 0x8f, 0x3e, 0x8e, 0xfe, 0x8e, 0xff, 0x8e, 0xdf, 0x8e, 0xbe, 0x8e, 0xdf, 0x8e, 0xbe, 0x86, 0x9e, 0x86, 0x5f, 0x86, 0x7e, 0x7d, 0xde, 0x75, 0x9e, 0x75, 0x7f, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x5e, 0x65, 0x3f, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x6d, 0x3f, 0x4b, 0xd8, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, - 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x72, 0x32, 0x92, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xd7, 0x53, 0xf8, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x5c, 0x9b, 0x5c, 0xbd, 0x64, 0xfe, 0x64, 0xdd, 0x5c, 0xbc, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xbb, 0x5c, 0xbb, 0x64, 0xdb, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x5e, 0x6d, 0x9e, 0x75, 0xde, 0x7e, 0x3f, 0x7e, 0x5e, 0x7e, 0x1e, 0x7d, 0xde, 0x7e, 0x1e, 0x7e, 0x1f, 0x7d, 0xff, 0x86, 0x1f, 0x86, 0x1e, 0x8e, 0x5f, 0x8e, 0x7f, 0x8e, 0xbf, 0x8e, 0xff, 0x8f, 0x3e, 0x8f, 0x3e, 0x97, 0x5d, 0xa7, 0x7d, 0xb7, 0x9e, 0xc7, 0x9e, 0xdf, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x9f, 0xcf, 0x9e, 0xaf, 0x7d, 0x8f, 0x7d, 0x77, 0x1e, 0x6e, 0x7e, 0x5d, 0xfe, 0x55, 0x7e, 0x4d, 0x1e, 0x4c, 0xfd, 0x44, 0xbc, 0x3c, 0x7a, 0x3c, 0x79, 0x3c, 0x59, 0x34, 0x38, 0x34, 0x18, 0x33, 0xf7, 0x33, 0x34, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xf3, 0x3b, 0x53, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x74, 0x3b, 0x54, 0x32, 0xd2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x38, 0x54, 0x59, 0x5c, 0x9a, 0x64, 0xfc, 0x65, 0x1d, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0xbe, 0x76, 0x1e, 0x7e, 0xde, 0x87, 0x5d, 0x97, 0x7d, 0xa7, 0x7d, 0xaf, 0x7e, 0xc7, 0x9e, 0xd7, 0x7e, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7e, 0xc7, 0x7e, 0xb7, 0x7e, 0xaf, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x5e, 0x9f, 0x1e, 0x9e, 0xfe, 0x96, 0xbe, 0x96, 0x9f, 0x96, 0x9f, 0x96, 0x9e, 0x8e, 0xbf, 0x8e, 0xbe, 0x86, 0xde, 0x86, 0x9e, 0x7e, 0x1e, 0x75, 0xbe, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3f, 0x65, 0x3e, 0x4b, 0xf8, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0x96, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x21, 0xef, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x8e, 0x2a, 0x30, - 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x56, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x19, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x7b, 0x5c, 0x7b, 0x54, 0x5a, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xbd, 0x64, 0xde, 0x5c, 0xdd, 0x64, 0xfd, 0x64, 0xdc, 0x64, 0xfc, 0x65, 0x1d, 0x65, 0x1e, 0x65, 0x3f, 0x6d, 0x7f, 0x6d, 0x9e, 0x75, 0xbe, 0x75, 0xfe, 0x7e, 0x5f, 0x7e, 0x5e, 0x86, 0x1e, 0x7e, 0x1f, 0x7e, 0x1e, 0x7e, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x86, 0x5f, 0x86, 0x7f, 0x86, 0xbf, 0x86, 0xdf, 0x86, 0xff, 0x87, 0x1f, 0x87, 0x1e, 0x8f, 0x3e, 0x9f, 0x9d, 0xaf, 0x9d, 0xbf, 0x9e, 0xcf, 0x9e, 0xcf, 0x7e, 0xcf, 0x7e, 0xc7, 0x9e, 0xb7, 0x7d, 0xa7, 0x7d, 0x8f, 0x5d, 0x6f, 0x1e, 0x6e, 0xbe, 0x65, 0xfe, 0x5d, 0x9e, 0x55, 0x3e, 0x4c, 0xdd, 0x44, 0xbc, 0x44, 0x9b, 0x44, 0x9a, 0x3c, 0x59, 0x3c, 0x59, 0x34, 0x38, 0x33, 0x96, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x3a, 0xf3, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x32, 0xd2, 0x2a, 0x91, 0x32, 0xb1, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x58, 0x54, 0x7a, 0x5c, 0xbb, 0x64, 0xdc, 0x65, 0x1e, 0x6d, 0x5e, 0x6d, 0x9e, 0x75, 0xde, 0x76, 0x3e, 0x86, 0xfe, 0x8f, 0x5d, 0x97, 0x7c, 0xa7, 0x7d, 0xb7, 0x7d, 0xc7, 0x7e, 0xd7, 0x7e, 0xdf, 0x9e, 0xdf, 0x7e, 0xe7, 0x9e, 0xdf, 0x9e, 0xd7, 0x7e, 0xc7, 0x7e, 0xbf, 0x7e, 0xaf, 0x7d, 0xaf, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x7e, 0x9f, 0x3e, 0x9e, 0xde, 0x9e, 0xbe, 0x9e, 0x9e, 0x9e, 0x7e, 0x9e, 0x7f, 0x96, 0x7e, 0x96, 0xff, 0x96, 0xfe, 0x8e, 0xde, 0x86, 0x9e, 0x7e, 0x3e, 0x7d, 0xfe, 0x75, 0xbe, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3f, 0x5c, 0xdc, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x22, 0x30, 0x22, 0x30, 0x19, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x21, 0xef, 0x22, 0x10, 0x2a, 0x31, 0x32, 0x72, 0x2a, 0x51, - 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xd7, 0x54, 0x18, 0x54, 0x39, 0x54, 0x19, 0x54, 0x59, 0x5c, 0x7b, 0x5c, 0x7b, 0x54, 0x5a, 0x54, 0x5a, 0x5c, 0x7c, 0x5c, 0x9c, 0x5c, 0xbd, 0x64, 0xde, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x3e, 0x65, 0x3d, 0x5d, 0x1d, 0x5d, 0x3e, 0x65, 0x5f, 0x6d, 0x9f, 0x75, 0xbe, 0x75, 0xdf, 0x7e, 0x3e, 0x7e, 0x5f, 0x7e, 0x5e, 0x7e, 0x3e, 0x86, 0x7f, 0x86, 0x5f, 0x86, 0x3e, 0x7e, 0x5f, 0x7e, 0x5f, 0x7e, 0x7f, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x5e, 0x7e, 0x7f, 0x7e, 0xbf, 0x86, 0xff, 0x86, 0xbe, 0x8e, 0xff, 0x9f, 0x7e, 0xa7, 0x9d, 0xa7, 0x9d, 0xa7, 0x9d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x9d, 0x8f, 0x5d, 0x6e, 0xde, 0x6e, 0x9e, 0x65, 0xde, 0x5d, 0x9e, 0x55, 0x3e, 0x4c, 0xdd, 0x4c, 0xfd, 0x44, 0xbc, 0x44, 0x9b, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x18, 0x33, 0x35, 0x33, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x32, 0xd2, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb1, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x2a, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x9a, 0x5c, 0xbb, 0x64, 0xfd, 0x65, 0x1e, 0x6d, 0x5e, 0x6d, 0x9e, 0x75, 0xde, 0x7e, 0x7e, 0x87, 0x3e, 0x8f, 0x9d, 0x9f, 0x7d, 0xa7, 0x7d, 0xb7, 0x9e, 0xc7, 0x9e, 0xcf, 0x7e, 0xdf, 0x9e, 0xdf, 0x9e, 0xd7, 0x7e, 0xcf, 0x9e, 0xc7, 0x9e, 0xbf, 0x7e, 0xb7, 0x7e, 0xaf, 0x7d, 0xa7, 0x9d, 0x9f, 0x7d, 0x9f, 0x7d, 0x9f, 0x5e, 0xa6, 0xff, 0xa6, 0x9f, 0xa6, 0x7f, 0xa6, 0x7f, 0xa6, 0x5f, 0x9e, 0x9e, 0x9e, 0xff, 0x96, 0xfe, 0x8e, 0xfe, 0x8e, 0xbe, 0x86, 0x5e, 0x7e, 0x5f, 0x7d, 0xfe, 0x76, 0x1e, 0x6d, 0xbe, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x3e, 0x65, 0x3e, 0x6d, 0x5f, 0x5c, 0x7a, 0x53, 0xf8, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x19, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x8d, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, - 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x93, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x34, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xd7, 0x4c, 0x18, 0x54, 0x19, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x59, 0x5c, 0x5a, 0x5c, 0x7b, 0x5c, 0x9c, 0x5c, 0x9d, 0x64, 0xbd, 0x64, 0xde, 0x6d, 0x1e, 0x6d, 0x3e, 0x6d, 0x5f, 0x6d, 0x5e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0xbe, 0x75, 0xff, 0x7e, 0x3e, 0x7e, 0x3f, 0x7e, 0x7f, 0x86, 0x5e, 0x86, 0x9f, 0x8f, 0x1f, 0x86, 0xfe, 0x86, 0xbf, 0x7e, 0x5f, 0x7e, 0x3e, 0x76, 0x1e, 0x76, 0x3f, 0x76, 0x3f, 0x76, 0x3f, 0x7e, 0x3e, 0x7e, 0x5e, 0x7e, 0x3e, 0x7d, 0xde, 0x7e, 0x9e, 0x7e, 0xfe, 0x87, 0x5e, 0x8f, 0x7e, 0x8f, 0x5d, 0x8f, 0x7d, 0x8f, 0x7e, 0x7f, 0x3e, 0x6e, 0xbe, 0x66, 0x1e, 0x5d, 0xfe, 0x5d, 0x9e, 0x55, 0x5e, 0x4d, 0x3e, 0x44, 0xde, 0x44, 0xdd, 0x44, 0xbc, 0x3c, 0x9b, 0x3c, 0x5a, 0x3b, 0xb7, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xd3, 0x3a, 0xf3, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x33, 0x13, 0x3b, 0x33, 0x32, 0xb2, 0x2a, 0x30, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x2a, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x79, 0x5c, 0xbb, 0x5c, 0xfd, 0x5d, 0x1e, 0x65, 0x3e, 0x65, 0x9e, 0x6d, 0xde, 0x7e, 0x9f, 0x87, 0x5e, 0x97, 0x7d, 0x9f, 0x7d, 0xa7, 0x9d, 0xb7, 0x9e, 0xbf, 0x7e, 0xc7, 0x7e, 0xcf, 0x7e, 0xcf, 0x7e, 0xc7, 0x7e, 0xc7, 0x7e, 0xbf, 0x9e, 0xb7, 0x9e, 0xaf, 0x7e, 0xa7, 0x7d, 0x9f, 0x7d, 0x9f, 0x7d, 0x9f, 0x7e, 0x9e, 0xfe, 0xa6, 0x9f, 0xa6, 0x7f, 0xa6, 0x5f, 0xa6, 0x9e, 0xae, 0xff, 0xa6, 0xfe, 0xa6, 0xff, 0x9e, 0xdf, 0x96, 0xbf, 0x8e, 0xbe, 0x86, 0x7e, 0x7e, 0x1e, 0x75, 0xde, 0x7e, 0x1e, 0x76, 0x1e, 0x75, 0xfe, 0x6d, 0x9e, 0x6d, 0x5e, 0x6d, 0x7f, 0x54, 0x59, 0x54, 0x18, 0x53, 0xf8, 0x53, 0xf7, 0x53, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x75, 0x43, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x72, 0x22, 0x10, 0x1a, 0x30, 0x22, 0x10, 0x22, 0x30, 0x21, 0xef, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x22, 0x10, 0x32, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, - 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x19, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x7b, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xde, 0x64, 0xde, 0x64, 0xfe, 0x6d, 0x3f, 0x6d, 0x5f, 0x75, 0x5f, 0x75, 0x7f, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x9f, 0x6d, 0xde, 0x7e, 0x1f, 0x7e, 0x5f, 0x7e, 0x5f, 0x7e, 0x7e, 0x7e, 0x3e, 0x86, 0x9e, 0x97, 0x7e, 0x8f, 0x3e, 0x86, 0x9e, 0x7e, 0x3e, 0x75, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0xff, 0x75, 0xde, 0x6d, 0xbe, 0x6d, 0xbe, 0x76, 0x1e, 0x76, 0x7f, 0x76, 0x5f, 0x76, 0x9f, 0x7e, 0x7e, 0x76, 0x5e, 0x66, 0x3e, 0x5d, 0xbe, 0x55, 0x9e, 0x55, 0x9e, 0x55, 0x1e, 0x4d, 0x1e, 0x4c, 0xfe, 0x44, 0xdd, 0x44, 0xdd, 0x44, 0xbd, 0x44, 0x5b, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x34, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x32, 0xb2, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x2a, 0xb2, 0x2a, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x79, 0x54, 0xbb, 0x5c, 0xfd, 0x5d, 0x1e, 0x5d, 0x3e, 0x65, 0x7e, 0x6d, 0xff, 0x76, 0x7f, 0x87, 0x3e, 0x8f, 0x7d, 0x9f, 0x7d, 0xa7, 0x7d, 0xaf, 0x7d, 0xb7, 0x7e, 0xbf, 0x7e, 0xbf, 0x9e, 0xbf, 0x7e, 0xbf, 0x7e, 0xb7, 0x7d, 0xaf, 0x7d, 0xaf, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x7d, 0x9f, 0x7d, 0x9f, 0x1e, 0x9e, 0x9f, 0x9e, 0x7e, 0xa6, 0xbf, 0xaf, 0x1f, 0xaf, 0x1f, 0xae, 0xff, 0xa6, 0xff, 0x9e, 0xdf, 0x96, 0xbf, 0x8e, 0xbf, 0x86, 0x9e, 0x86, 0x7e, 0x7e, 0x1e, 0x86, 0xbe, 0x7e, 0x9e, 0x76, 0x1e, 0x6d, 0xfe, 0x6d, 0xde, 0x65, 0x7d, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd7, 0x53, 0xd7, 0x53, 0xd7, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb2, 0x2a, 0x72, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x22, 0x50, 0x22, 0x30, 0x22, 0x30, 0x21, 0xef, 0x19, 0xae, 0x21, 0xce, 0x21, 0xef, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, - 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x3b, 0x14, 0x43, 0x75, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf8, 0x54, 0x19, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xdd, 0x64, 0xfe, 0x65, 0x1f, 0x6d, 0x3f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x7e, 0x75, 0x9f, 0x75, 0x9f, 0x75, 0x9f, 0x6d, 0xbe, 0x75, 0xde, 0x7e, 0x1f, 0x86, 0x5e, 0x7e, 0x5f, 0x7e, 0x5f, 0x75, 0xfe, 0x7e, 0x3e, 0x8f, 0x1e, 0x8f, 0x7f, 0x7e, 0x9f, 0x7e, 0x3e, 0x75, 0xff, 0x75, 0xff, 0x75, 0xde, 0x6d, 0xbe, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0xbe, 0x6d, 0x9e, 0x65, 0x7e, 0x65, 0x7e, 0x65, 0x9e, 0x6d, 0xbe, 0x6d, 0xde, 0x6d, 0xde, 0x6d, 0xde, 0x65, 0xde, 0x55, 0x9e, 0x55, 0x5f, 0x55, 0x5e, 0x55, 0x3f, 0x4d, 0x1e, 0x4c, 0xfe, 0x44, 0xfe, 0x44, 0xde, 0x44, 0xdd, 0x44, 0x38, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x96, 0x4b, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x43, 0x34, 0x43, 0x14, 0x43, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x32, 0xd2, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x54, 0x9b, 0x54, 0xbd, 0x54, 0xfe, 0x5d, 0x3e, 0x65, 0x7e, 0x6d, 0xdf, 0x76, 0x3e, 0x86, 0xfe, 0x8f, 0x7d, 0x97, 0x7d, 0xa7, 0x7d, 0xaf, 0x7d, 0xaf, 0x7e, 0xb7, 0x7d, 0xb7, 0x7d, 0xb7, 0x7d, 0xaf, 0x9d, 0xaf, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x7d, 0x9f, 0x7d, 0x9f, 0x7d, 0x97, 0x3e, 0x97, 0x1e, 0x9f, 0x1f, 0xa6, 0xdf, 0xa6, 0x9f, 0xa6, 0x9f, 0xae, 0xdf, 0xae, 0xff, 0xa6, 0xff, 0x9e, 0xde, 0x96, 0xbf, 0x8e, 0xbf, 0x86, 0xbf, 0x86, 0x7f, 0x7d, 0xfe, 0x7e, 0x7e, 0x76, 0x5e, 0x76, 0x1e, 0x6e, 0x1e, 0x65, 0x5c, 0x3b, 0x34, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x51, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x30, 0x22, 0x50, 0x22, 0x50, 0x22, 0x30, 0x21, 0xce, 0x2a, 0x10, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, - 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x92, 0x32, 0xd4, 0x33, 0x14, 0x3b, 0x55, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xbd, 0x64, 0xdd, 0x65, 0x1e, 0x65, 0x1e, 0x6d, 0x5f, 0x6d, 0x7e, 0x6d, 0x7f, 0x6d, 0x7e, 0x75, 0x7e, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0xdf, 0x75, 0xfe, 0x7e, 0x3e, 0x86, 0x7f, 0x7e, 0x5f, 0x76, 0x3e, 0x6d, 0xbe, 0x6d, 0xfe, 0x7e, 0x9e, 0x8f, 0x1f, 0x7e, 0x5f, 0x76, 0x1f, 0x75, 0xff, 0x75, 0xdf, 0x6d, 0xde, 0x65, 0xbf, 0x6d, 0x9f, 0x6d, 0xbf, 0x6d, 0xbe, 0x6d, 0x9e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0xbe, 0x5d, 0x7e, 0x55, 0x7e, 0x55, 0x9e, 0x55, 0x5f, 0x4d, 0x3e, 0x4d, 0x1e, 0x4d, 0x1e, 0x45, 0x1e, 0x4d, 0x1e, 0x4c, 0x9b, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x53, 0xf6, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0x75, 0x4b, 0x75, 0x43, 0x75, 0x43, 0x55, 0x43, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x32, 0xd2, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x75, 0x4b, 0xb5, 0x4b, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0x7b, 0x54, 0xbc, 0x54, 0xfe, 0x55, 0x1e, 0x65, 0x7f, 0x6d, 0xbf, 0x76, 0x3e, 0x7e, 0xdf, 0x8f, 0x7d, 0x97, 0x7d, 0x9f, 0x7d, 0x9f, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0xa7, 0x7d, 0x9f, 0x7d, 0x97, 0x7d, 0x97, 0x7d, 0x97, 0x7c, 0x97, 0x7d, 0x97, 0x7d, 0x9f, 0x7e, 0x97, 0x3e, 0x9e, 0xdf, 0x9e, 0x9f, 0x9e, 0x5f, 0x9e, 0x5f, 0xa6, 0xbf, 0xae, 0xff, 0xa6, 0xff, 0x9e, 0xbf, 0x96, 0xbf, 0x8e, 0xbf, 0x86, 0x9f, 0x7e, 0x1f, 0x75, 0xfe, 0x75, 0xfe, 0x6e, 0x3e, 0x75, 0xfe, 0x65, 0x3b, 0x3b, 0x33, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x50, 0x22, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x29, 0xef, 0x2a, 0x0f, 0x29, 0xef, 0x29, 0xef, 0x29, 0xef, - 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xf4, 0x3b, 0x35, 0x43, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x19, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x59, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xbd, 0x65, 0x1d, 0x65, 0x1e, 0x65, 0x3e, 0x6d, 0x7f, 0x75, 0x9f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9e, 0x75, 0x9f, 0x75, 0x9e, 0x75, 0xbf, 0x75, 0xdf, 0x75, 0xff, 0x7e, 0x1e, 0x7e, 0x5e, 0x7e, 0x7f, 0x76, 0x5e, 0x76, 0x1f, 0x65, 0x9e, 0x65, 0x9e, 0x75, 0xfe, 0x86, 0x7f, 0x7e, 0x3e, 0x76, 0x1f, 0x75, 0xff, 0x6d, 0xde, 0x6d, 0xbf, 0x6d, 0x9f, 0x6d, 0xbf, 0x6d, 0xbf, 0x75, 0xbe, 0x75, 0xbe, 0x65, 0x7e, 0x5d, 0x5e, 0x5d, 0x7e, 0x65, 0x7e, 0x5d, 0x7e, 0x5d, 0x7e, 0x4d, 0x3e, 0x55, 0x5e, 0x55, 0x5e, 0x55, 0x3e, 0x55, 0x1e, 0x4c, 0xfe, 0x4d, 0x1e, 0x4c, 0xfe, 0x4c, 0x59, 0x54, 0x17, 0x54, 0x37, 0x5c, 0x37, 0x5c, 0x17, 0x5c, 0x17, 0x5c, 0x17, 0x53, 0xf7, 0x53, 0xd6, 0x53, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x4b, 0x75, 0x43, 0x34, 0x43, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x3a, 0xf3, 0x32, 0x91, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x39, 0x4c, 0x7a, 0x54, 0x9b, 0x4c, 0x9c, 0x4c, 0xbd, 0x54, 0xfe, 0x5d, 0x5e, 0x65, 0x9e, 0x6e, 0x1e, 0x7e, 0x9e, 0x87, 0x3e, 0x8f, 0x7d, 0x97, 0x9d, 0x97, 0x9d, 0x97, 0x7d, 0x9f, 0x7d, 0x97, 0x7c, 0x9f, 0x7d, 0x9f, 0x7c, 0x97, 0x7d, 0x97, 0x7c, 0x97, 0x7c, 0x97, 0x7c, 0x97, 0x7c, 0x97, 0x9d, 0x97, 0x3e, 0x96, 0xff, 0x96, 0xbf, 0x96, 0x3f, 0x96, 0x3f, 0x9e, 0x1f, 0xa6, 0x7e, 0xa6, 0xdf, 0x9e, 0xdf, 0x96, 0xbf, 0x8e, 0xbf, 0x86, 0xbf, 0x86, 0x7e, 0x75, 0xde, 0x75, 0xfe, 0x6d, 0xbe, 0x65, 0xbe, 0x5d, 0x1b, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x30, 0x2a, 0x0f, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, - 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x29, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xf3, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xd8, 0x4b, 0xf8, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x9c, 0x5c, 0xdd, 0x65, 0x1d, 0x65, 0x3e, 0x6d, 0x5f, 0x6d, 0x7f, 0x6d, 0x9f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xdf, 0x75, 0xbe, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xdf, 0x75, 0xdf, 0x76, 0x1f, 0x7e, 0x3e, 0x7e, 0x9e, 0x76, 0x7e, 0x76, 0x3e, 0x6d, 0xfe, 0x65, 0xbf, 0x65, 0x9e, 0x6d, 0xde, 0x76, 0x1e, 0x7e, 0x3e, 0x76, 0x5f, 0x76, 0x1e, 0x6d, 0xbe, 0x6d, 0xbe, 0x6d, 0xbe, 0x75, 0xde, 0x75, 0xde, 0x6d, 0xbe, 0x6d, 0x9e, 0x65, 0x5f, 0x5d, 0x1e, 0x5d, 0x5f, 0x65, 0x5e, 0x5d, 0x5e, 0x55, 0x5e, 0x55, 0x5e, 0x55, 0x3e, 0x4d, 0x3e, 0x55, 0x3e, 0x55, 0x5e, 0x4d, 0x3e, 0x54, 0xdc, 0x4c, 0x38, 0x54, 0x38, 0x5c, 0x58, 0x64, 0x58, 0x64, 0x38, 0x64, 0x37, 0x5c, 0x37, 0x5c, 0x17, 0x5c, 0x17, 0x53, 0xf7, 0x53, 0xb6, 0x4b, 0x74, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0x91, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x54, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x39, 0x4c, 0x59, 0x4c, 0x5a, 0x4c, 0x9c, 0x4c, 0xbd, 0x54, 0xfe, 0x5d, 0x5f, 0x65, 0x7e, 0x6d, 0xde, 0x76, 0x5e, 0x7e, 0xbe, 0x87, 0x3e, 0x8f, 0x9e, 0x97, 0x9d, 0x97, 0x7d, 0x97, 0x7d, 0x8f, 0x7c, 0x8f, 0x7c, 0x8f, 0x7d, 0x8f, 0x7d, 0x8f, 0x7c, 0x8f, 0x7c, 0x8f, 0x7d, 0x8f, 0x7e, 0x8f, 0x5e, 0x8f, 0x1e, 0x8e, 0xdf, 0x8e, 0x5f, 0x96, 0x3e, 0x96, 0x3f, 0x96, 0x1f, 0x96, 0x3f, 0x96, 0x9e, 0x96, 0xdf, 0x8e, 0xdf, 0x86, 0xbf, 0x86, 0x9f, 0x7d, 0xfe, 0x75, 0xfe, 0x6d, 0xde, 0x6d, 0xbe, 0x5c, 0xda, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x33, 0x13, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x71, 0x22, 0x71, 0x22, 0x51, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, - 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xf8, 0x4c, 0x19, 0x4c, 0x39, 0x54, 0x7a, 0x54, 0x7a, 0x5c, 0x9b, 0x5c, 0xdc, 0x65, 0x1d, 0x6d, 0x3d, 0x6d, 0x5e, 0x6d, 0x9f, 0x75, 0x9f, 0x75, 0x9f, 0x75, 0xbf, 0x7d, 0xde, 0x7d, 0xde, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x76, 0x1f, 0x7e, 0x3f, 0x7e, 0x7f, 0x7e, 0xbf, 0x76, 0x7f, 0x6d, 0xfe, 0x6d, 0xde, 0x65, 0x9e, 0x65, 0x9f, 0x5d, 0x9e, 0x65, 0xde, 0x65, 0xde, 0x75, 0xde, 0x75, 0xde, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x9f, 0x6d, 0x9e, 0x6d, 0x7e, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x5d, 0x3e, 0x55, 0x1e, 0x55, 0x1e, 0x55, 0x3e, 0x55, 0x1e, 0x4d, 0x1e, 0x55, 0x3e, 0x55, 0x3e, 0x54, 0x9b, 0x54, 0x39, 0x54, 0x38, 0x5c, 0x59, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x58, 0x5c, 0x17, 0x43, 0x74, 0x43, 0x33, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0x13, 0x32, 0xd2, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x50, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x74, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xf7, 0x44, 0x18, 0x44, 0x18, 0x44, 0x39, 0x44, 0x7a, 0x44, 0x9b, 0x4c, 0xbc, 0x4c, 0xde, 0x5d, 0x3e, 0x65, 0x9e, 0x6d, 0xde, 0x76, 0x1f, 0x7e, 0x5e, 0x86, 0xfe, 0x8f, 0x3e, 0x8f, 0x5e, 0x8f, 0x7e, 0x87, 0x7e, 0x87, 0x7e, 0x87, 0x7e, 0x87, 0x7e, 0x87, 0x5d, 0x87, 0x7d, 0x87, 0x7d, 0x87, 0x7e, 0x8f, 0x5e, 0x8f, 0x3f, 0x8e, 0xff, 0x8e, 0x7e, 0x8e, 0x5e, 0x86, 0x3f, 0x8e, 0x3e, 0x8e, 0x1e, 0x86, 0x3e, 0x8e, 0x5e, 0x8e, 0xbe, 0x86, 0xbe, 0x86, 0x7f, 0x7e, 0x1e, 0x75, 0xde, 0x6d, 0xde, 0x6d, 0xdf, 0x5c, 0xda, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x33, 0x13, 0x32, 0xf3, 0x33, 0x13, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x22, 0x71, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xaf, - 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x56, 0x3b, 0x96, 0x43, 0x97, 0x43, 0x97, 0x43, 0xd8, 0x43, 0xf8, 0x4c, 0x19, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0x9b, 0x5c, 0xdc, 0x65, 0x1d, 0x6d, 0x3d, 0x75, 0x7e, 0x75, 0xbf, 0x75, 0x9f, 0x7d, 0xbf, 0x7d, 0xbf, 0x7d, 0xde, 0x7d, 0xdf, 0x7d, 0xff, 0x7d, 0xde, 0x75, 0xff, 0x75, 0xff, 0x75, 0xff, 0x7e, 0x3f, 0x7e, 0x3e, 0x86, 0x9f, 0x86, 0xbf, 0x76, 0x1e, 0x6d, 0xfe, 0x65, 0xbe, 0x65, 0xde, 0x65, 0xde, 0x5d, 0xbe, 0x5d, 0x9e, 0x5d, 0x7e, 0x65, 0x5e, 0x6d, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x55, 0x3e, 0x55, 0x3e, 0x55, 0x1e, 0x55, 0x3e, 0x55, 0x3e, 0x55, 0x3e, 0x54, 0xfe, 0x54, 0x7b, 0x5c, 0x7a, 0x5c, 0x7a, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x17, 0x4b, 0x95, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0x91, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x22, 0x10, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb6, 0x43, 0xd6, 0x43, 0xd7, 0x43, 0xd7, 0x43, 0xf7, 0x44, 0x18, 0x44, 0x18, 0x3c, 0x39, 0x3c, 0x7a, 0x44, 0xbc, 0x4c, 0xdd, 0x55, 0x1e, 0x5d, 0x7e, 0x65, 0xbe, 0x6d, 0xde, 0x75, 0xfe, 0x7e, 0x5f, 0x7e, 0x7e, 0x86, 0xbe, 0x87, 0x1e, 0x87, 0x1e, 0x7f, 0x1e, 0x7f, 0x1e, 0x7f, 0x1e, 0x7f, 0x1e, 0x7f, 0x3e, 0x7f, 0x5e, 0x87, 0x5e, 0x87, 0x5e, 0x87, 0x3f, 0x86, 0xbf, 0x86, 0x3f, 0x86, 0x1e, 0x7e, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x86, 0x3f, 0x7e, 0x3e, 0x7e, 0x7f, 0x7e, 0x5e, 0x7e, 0x1e, 0x75, 0xbe, 0x6d, 0xde, 0x6d, 0xbe, 0x54, 0x79, 0x32, 0xd3, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x22, 0x71, 0x22, 0x51, 0x2a, 0x30, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xaf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, - 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xd3, 0x3b, 0x35, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x39, 0x5c, 0x5b, 0x5c, 0x9c, 0x5c, 0x9d, 0x5c, 0xbc, 0x5c, 0xbc, 0x5c, 0xbc, 0x64, 0xdd, 0x65, 0x1d, 0x6d, 0x3d, 0x75, 0x7e, 0x75, 0x9f, 0x7d, 0xbf, 0x7d, 0xbf, 0x85, 0xbf, 0x7d, 0xbf, 0x85, 0xdf, 0x7d, 0xff, 0x7d, 0xff, 0x7e, 0x1f, 0x7e, 0x1f, 0x7e, 0x1f, 0x76, 0x1f, 0x7e, 0x3f, 0x7e, 0x7f, 0x86, 0xbf, 0x86, 0xff, 0x76, 0x3e, 0x65, 0xfe, 0x65, 0xde, 0x65, 0xfe, 0x5d, 0xde, 0x5d, 0xbe, 0x5d, 0x3e, 0x5d, 0x7e, 0x5d, 0x5e, 0x5d, 0x5e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0x9f, 0x6d, 0x7f, 0x6d, 0x5e, 0x65, 0x3f, 0x65, 0x5f, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5f, 0x5c, 0xfd, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0x7a, 0x5c, 0x59, 0x5c, 0x59, 0x53, 0xf7, 0x43, 0x54, 0x3b, 0x13, 0x43, 0x54, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xb2, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x54, 0x43, 0x54, 0x43, 0x54, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0xb6, 0x43, 0xb6, 0x43, 0xb7, 0x43, 0xd7, 0x43, 0xf7, 0x3b, 0xf8, 0x3c, 0x18, 0x3c, 0x39, 0x3c, 0x7a, 0x44, 0x9b, 0x44, 0xdc, 0x55, 0x1d, 0x5d, 0x5e, 0x65, 0x7e, 0x6d, 0x9e, 0x6d, 0xde, 0x75, 0xde, 0x76, 0x1e, 0x76, 0x3f, 0x7e, 0x7e, 0x76, 0xbe, 0x76, 0x9e, 0x76, 0x7e, 0x76, 0x9e, 0x76, 0xbe, 0x76, 0xde, 0x77, 0x1e, 0x7f, 0x1f, 0x7f, 0x3e, 0x7e, 0xff, 0x7e, 0x5e, 0x76, 0x1f, 0x7e, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x76, 0x3e, 0x7e, 0x3f, 0x76, 0x3f, 0x76, 0x1e, 0x76, 0x1e, 0x6d, 0x9e, 0x75, 0x9e, 0x65, 0xbe, 0x4c, 0x37, 0x32, 0xd2, 0x2a, 0xb2, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x91, 0x2a, 0xb1, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xef, 0x29, 0xef, 0x2a, 0x0f, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, - 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xf0, 0x2a, 0x51, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x76, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd8, 0x54, 0x19, 0x5c, 0x7c, 0x5c, 0xde, 0x65, 0x1f, 0x6d, 0x1e, 0x6d, 0x3e, 0x6c, 0xfe, 0x6d, 0x1e, 0x6d, 0x3e, 0x75, 0x7e, 0x7d, 0x9e, 0x85, 0xbf, 0x85, 0xbf, 0x85, 0xdf, 0x85, 0xdf, 0x85, 0xff, 0x85, 0xff, 0x86, 0x1f, 0x86, 0x3f, 0x7e, 0x3f, 0x7e, 0x1f, 0x76, 0x3f, 0x7e, 0x3f, 0x7e, 0x5f, 0x7e, 0x7f, 0x86, 0xbf, 0x7e, 0xbe, 0x76, 0x3e, 0x65, 0xfe, 0x66, 0x1e, 0x65, 0xfe, 0x65, 0x9e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x5e, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5e, 0x65, 0x3e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x7e, 0x55, 0x5e, 0x4c, 0xfc, 0x4c, 0x59, 0x43, 0xd8, 0x43, 0xd7, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x74, 0x43, 0x74, 0x43, 0x54, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3a, 0xf2, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x55, 0x43, 0x75, 0x3b, 0x95, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xd6, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xf8, 0x3c, 0x18, 0x3c, 0x39, 0x3c, 0x79, 0x44, 0x9a, 0x4c, 0xbb, 0x4d, 0x1c, 0x55, 0x3e, 0x5d, 0x5e, 0x65, 0x7e, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0xbe, 0x75, 0xde, 0x6e, 0x1e, 0x6e, 0x3e, 0x6e, 0x1e, 0x6e, 0x1e, 0x6e, 0x3e, 0x6e, 0x5e, 0x76, 0x7e, 0x76, 0xbe, 0x76, 0xde, 0x76, 0xfe, 0x76, 0x9e, 0x76, 0x3f, 0x76, 0x1e, 0x76, 0x3f, 0x76, 0x3f, 0x6e, 0x3f, 0x6e, 0x1e, 0x6e, 0x1e, 0x75, 0xfe, 0x6d, 0xde, 0x6d, 0x7e, 0x6d, 0x5f, 0x65, 0x9e, 0x4b, 0xf6, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd3, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x0f, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x0f, 0x21, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, - 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x32, 0x71, 0x32, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x97, 0x4b, 0xb7, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x39, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0x9c, 0x64, 0xde, 0x64, 0xff, 0x6d, 0x1f, 0x6d, 0x3f, 0x75, 0x7f, 0x7d, 0xbf, 0x7d, 0xbf, 0x85, 0xbf, 0x8d, 0xdf, 0x8e, 0x1f, 0x8e, 0x1f, 0x8e, 0x1f, 0x8e, 0x3f, 0x86, 0x5f, 0x86, 0x5f, 0x7e, 0x3f, 0x76, 0x1f, 0x76, 0x1f, 0x76, 0x5f, 0x7e, 0x5f, 0x7e, 0x7e, 0x7e, 0x9f, 0x86, 0x9f, 0x7e, 0x9e, 0x65, 0xff, 0x66, 0x1f, 0x65, 0xbe, 0x5d, 0x5e, 0x5d, 0x7e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x65, 0x9f, 0x65, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x5e, 0x5d, 0x1e, 0x44, 0xfc, 0x34, 0xdb, 0x3c, 0xfb, 0x34, 0xdc, 0x34, 0xfc, 0x44, 0xdb, 0x33, 0x14, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x95, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0x91, 0x2a, 0x50, 0x32, 0x50, 0x32, 0x50, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x2f, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0xb6, 0x3b, 0xb6, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xd7, 0x3b, 0xf8, 0x3c, 0x18, 0x3c, 0x39, 0x3c, 0x59, 0x44, 0xba, 0x4c, 0xdb, 0x54, 0xfc, 0x5d, 0x3d, 0x5d, 0x1e, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0xbf, 0x6d, 0xbe, 0x65, 0xbe, 0x65, 0xde, 0x65, 0xde, 0x65, 0xde, 0x6d, 0xde, 0x6d, 0xfe, 0x6e, 0x1e, 0x6e, 0x3e, 0x6e, 0x9e, 0x76, 0x3e, 0x6e, 0x1e, 0x6d, 0xfe, 0x6d, 0xfe, 0x6d, 0xfe, 0x6d, 0xfe, 0x6d, 0xfe, 0x6d, 0xde, 0x6d, 0xdf, 0x65, 0xbf, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x3f, 0x43, 0xd6, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0x92, 0x2a, 0xb2, 0x2a, 0x92, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x10, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, - 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x19, 0xae, 0x2a, 0x30, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x97, 0x4b, 0xd7, 0x4c, 0x19, 0x54, 0x5a, 0x54, 0x7b, 0x4c, 0x39, 0x54, 0x5a, 0x5c, 0x9c, 0x64, 0xde, 0x6c, 0xff, 0x6d, 0x3f, 0x75, 0x7e, 0x75, 0x9f, 0x7d, 0xbf, 0x85, 0xdf, 0x85, 0xff, 0x8e, 0x1f, 0x8e, 0x5f, 0x96, 0x5f, 0x96, 0x7f, 0x8e, 0x7f, 0x86, 0x9f, 0x7e, 0x7f, 0x76, 0x5f, 0x76, 0x3f, 0x76, 0x3f, 0x76, 0x3f, 0x7e, 0x1f, 0x7e, 0x5f, 0x86, 0x7f, 0x7e, 0x5e, 0x7e, 0x9e, 0x65, 0xfe, 0x65, 0xbd, 0x65, 0x9e, 0x5d, 0x7e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x7f, 0x65, 0x5f, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0x5f, 0x65, 0x3e, 0x44, 0xfc, 0x3d, 0x3c, 0x34, 0xdb, 0x34, 0xfc, 0x34, 0xfc, 0x33, 0xf7, 0x3b, 0x55, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0xb5, 0x4b, 0x95, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3a, 0xf2, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0xb1, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x95, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0xb7, 0x3b, 0xd7, 0x3b, 0xf8, 0x3c, 0x18, 0x3c, 0x19, 0x44, 0x59, 0x4c, 0x9a, 0x4c, 0xbb, 0x54, 0xdc, 0x5c, 0xdd, 0x5d, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0x9e, 0x65, 0x7e, 0x65, 0xbe, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0xdf, 0x6d, 0xdf, 0x75, 0xff, 0x75, 0xfe, 0x75, 0xff, 0x75, 0xde, 0x75, 0xde, 0x75, 0xde, 0x75, 0xde, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x6d, 0xdf, 0x6d, 0x7f, 0x6d, 0x3f, 0x6d, 0x5f, 0x4b, 0xd5, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xd3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x6d, - 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x19, 0xae, 0x21, 0xef, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x56, 0x43, 0x97, 0x4b, 0xd8, 0x4b, 0xf8, 0x54, 0x39, 0x4c, 0x18, 0x4c, 0x19, 0x54, 0x3a, 0x54, 0x5b, 0x5c, 0xbd, 0x64, 0xde, 0x6d, 0x1f, 0x75, 0x5f, 0x7d, 0xbf, 0x7d, 0xbf, 0x85, 0xdf, 0x85, 0xff, 0x8e, 0x3f, 0x8e, 0x5f, 0x96, 0xbf, 0x96, 0xdf, 0x96, 0xdf, 0x8f, 0x1f, 0x87, 0x1f, 0x7e, 0xbf, 0x76, 0x5f, 0x76, 0x5f, 0x7e, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x5f, 0x7e, 0x5f, 0x7e, 0x5f, 0x76, 0x7e, 0x6d, 0xbd, 0x65, 0xbe, 0x65, 0xbe, 0x65, 0x9e, 0x5d, 0x7e, 0x5d, 0x5e, 0x5d, 0x5f, 0x65, 0x5e, 0x65, 0x5f, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x3e, 0x6d, 0x7e, 0x5d, 0x9d, 0x34, 0xbb, 0x34, 0xdc, 0x34, 0xfc, 0x34, 0x99, 0x3b, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x4b, 0xb5, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x74, 0x3b, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x32, 0xb2, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x70, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x54, 0x33, 0x55, 0x33, 0x55, 0x33, 0x55, 0x33, 0x76, 0x33, 0x96, 0x33, 0x97, 0x33, 0xb7, 0x3b, 0xd8, 0x3b, 0xf8, 0x3c, 0x19, 0x44, 0x39, 0x44, 0x7a, 0x4c, 0x9b, 0x54, 0xbb, 0x54, 0xdc, 0x5c, 0xdd, 0x65, 0x1d, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x7e, 0x65, 0x9f, 0x6d, 0xbf, 0x6d, 0xde, 0x6d, 0xbe, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0x9e, 0x6d, 0xbf, 0x65, 0x9f, 0x6d, 0x9e, 0x6d, 0x9f, 0x6d, 0xbf, 0x65, 0x7f, 0x65, 0x1f, 0x65, 0x1f, 0x43, 0xb5, 0x32, 0xd2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x10, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, - 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x8d, 0x21, 0xcf, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x43, 0x96, 0x43, 0xd7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf9, 0x54, 0x19, 0x54, 0x5b, 0x5c, 0x9c, 0x5c, 0xde, 0x64, 0xff, 0x6d, 0x5f, 0x75, 0x9f, 0x7d, 0xbe, 0x7d, 0xdf, 0x85, 0xff, 0x86, 0x5f, 0x8e, 0x5f, 0x96, 0xbf, 0x96, 0xff, 0x9f, 0x1f, 0x9f, 0x3f, 0x97, 0x5f, 0x87, 0x3f, 0x7e, 0xff, 0x7e, 0x7f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x1e, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x3f, 0x86, 0x5f, 0x7e, 0x1e, 0x6d, 0x9d, 0x6d, 0xde, 0x65, 0x9e, 0x65, 0x7e, 0x5d, 0x5e, 0x5d, 0x5f, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x7e, 0x65, 0xfe, 0x4d, 0x5c, 0x34, 0xbc, 0x35, 0x1c, 0x3c, 0xba, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x74, 0x3b, 0x74, 0x43, 0x74, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x33, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xb2, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x35, 0x33, 0x55, 0x33, 0x76, 0x33, 0x76, 0x33, 0x97, 0x33, 0xb7, 0x33, 0xd7, 0x3b, 0xf8, 0x3c, 0x18, 0x44, 0x59, 0x44, 0x79, 0x4c, 0x9a, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0xdc, 0x5c, 0xfc, 0x5d, 0x1d, 0x65, 0x3e, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x9e, 0x65, 0x7e, 0x65, 0x9e, 0x65, 0x7f, 0x6d, 0x7f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x9f, 0x65, 0x7e, 0x65, 0x9f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x1f, 0x64, 0xff, 0x43, 0xb6, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xd3, 0x3a, 0xd3, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, - 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x4c, 0x19, 0x8d, 0x2a, 0x0f, 0x29, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xf8, 0x43, 0xd8, 0x4b, 0xf8, 0x4c, 0x19, 0x4c, 0x3a, 0x54, 0x7c, 0x5c, 0xbe, 0x65, 0x1f, 0x6d, 0x3f, 0x6d, 0x7f, 0x75, 0xdf, 0x7d, 0xff, 0x7e, 0x1f, 0x86, 0x5f, 0x86, 0xbf, 0x8e, 0xff, 0x97, 0x3f, 0x9f, 0x3e, 0xa7, 0x5f, 0x9f, 0x7f, 0x97, 0x7f, 0x87, 0x5f, 0x86, 0xff, 0x7e, 0x7f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x1f, 0x7d, 0xff, 0x86, 0x5f, 0x7e, 0x3e, 0x6d, 0x9d, 0x65, 0xbe, 0x65, 0xbe, 0x5d, 0x7e, 0x5d, 0x5e, 0x65, 0x5e, 0x5d, 0x3e, 0x5d, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5e, 0x6d, 0xfe, 0x5d, 0xfe, 0x34, 0xfa, 0x34, 0xbb, 0x3c, 0x38, 0x43, 0x96, 0x43, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb5, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x74, 0x3b, 0x74, 0x43, 0x74, 0x3b, 0x74, 0x3b, 0x54, 0x43, 0x54, 0x3a, 0xf3, 0x2a, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0x91, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x34, 0x33, 0x34, 0x33, 0x35, 0x33, 0x55, 0x33, 0x76, 0x33, 0x76, 0x33, 0x97, 0x33, 0xb7, 0x33, 0xd7, 0x3c, 0x18, 0x3c, 0x38, 0x44, 0x58, 0x4c, 0x79, 0x4c, 0x99, 0x54, 0x9a, 0x54, 0xba, 0x54, 0xbb, 0x5c, 0xdb, 0x5d, 0x1c, 0x5d, 0x3d, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x3f, 0x65, 0x5f, 0x65, 0x5e, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x9f, 0x65, 0x7e, 0x65, 0x5f, 0x65, 0x5f, 0x5d, 0x3e, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x64, 0xff, 0x64, 0xfe, 0x43, 0xb6, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3a, 0xf3, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6c, - 0x11, 0x6c, 0x09, 0x4c, 0x11, 0x6c, 0x19, 0xae, 0x2a, 0x30, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xd3, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xd8, 0x4b, 0xf8, 0x4c, 0x19, 0x54, 0x3a, 0x54, 0x7b, 0x5c, 0xdd, 0x65, 0x1f, 0x65, 0x5f, 0x6d, 0x7f, 0x75, 0xbf, 0x76, 0x1f, 0x7e, 0x5f, 0x86, 0x7f, 0x86, 0xbf, 0x8f, 0x1f, 0x97, 0x7f, 0x97, 0x9e, 0x9f, 0x9e, 0xa7, 0x7e, 0x9f, 0x9e, 0x97, 0x9f, 0x8f, 0x7f, 0x86, 0xff, 0x7e, 0x7f, 0x7e, 0x1f, 0x7d, 0xff, 0x7d, 0xff, 0x7e, 0x1f, 0x7d, 0xdf, 0x7d, 0xff, 0x86, 0x3f, 0x7e, 0x3e, 0x6d, 0xbe, 0x65, 0xbe, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x1e, 0x5d, 0x1e, 0x5d, 0x1e, 0x65, 0x7e, 0x65, 0xfe, 0x6e, 0x1e, 0x5d, 0xdd, 0x3c, 0x79, 0x3b, 0xb6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x53, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb5, 0x4b, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x33, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xee, 0x21, 0xee, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x91, 0x32, 0xb1, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x34, 0x33, 0x35, 0x33, 0x55, 0x33, 0x76, 0x33, 0x96, 0x33, 0x96, 0x33, 0xb7, 0x33, 0xb7, 0x3b, 0xf8, 0x44, 0x18, 0x44, 0x38, 0x4c, 0x59, 0x4c, 0x79, 0x4c, 0x9a, 0x54, 0xba, 0x54, 0xba, 0x54, 0xdb, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xfd, 0x54, 0xfe, 0x5d, 0x1e, 0x5d, 0x1e, 0x5d, 0x5f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x3f, 0x5d, 0x3e, 0x5d, 0x1f, 0x5d, 0x3e, 0x5d, 0x3f, 0x5d, 0x3f, 0x5d, 0x1e, 0x5c, 0xfe, 0x5d, 0x1f, 0x5c, 0xfe, 0x4b, 0xb7, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x32, 0xf4, 0x3b, 0x35, 0x43, 0x76, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x96, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0x34, 0x43, 0x55, 0x3a, 0xf3, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, - 0x11, 0x4c, 0x11, 0x4c, 0x21, 0xce, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xaf, 0x19, 0xae, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x3b, 0x76, 0x3b, 0x97, 0x43, 0xb7, 0x4b, 0xf8, 0x43, 0xd8, 0x4c, 0x19, 0x4c, 0x59, 0x54, 0x7b, 0x5c, 0xbd, 0x5c, 0xff, 0x65, 0x3f, 0x6d, 0x9f, 0x75, 0xdf, 0x7e, 0x1f, 0x7e, 0x9f, 0x86, 0xdf, 0x86, 0xff, 0x8f, 0x1f, 0x97, 0x7f, 0x97, 0xbe, 0x9f, 0x9d, 0xa7, 0x9d, 0xa7, 0x9d, 0x97, 0x9e, 0x97, 0x9f, 0x8f, 0x3f, 0x7e, 0x9f, 0x7e, 0x3f, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xfe, 0x7d, 0xbf, 0x7d, 0xdf, 0x85, 0xff, 0x86, 0x1e, 0x75, 0xfe, 0x6d, 0xbe, 0x65, 0x9e, 0x65, 0x9e, 0x65, 0x5e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1e, 0x65, 0x5e, 0x65, 0xfe, 0x66, 0x1e, 0x66, 0x1e, 0x55, 0x1b, 0x43, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x16, 0x53, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd5, 0x43, 0xb5, 0x4b, 0xb5, 0x43, 0x95, 0x3b, 0x75, 0x43, 0x75, 0x3b, 0x74, 0x43, 0x74, 0x3b, 0x33, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x2a, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x35, 0x33, 0x55, 0x33, 0x75, 0x33, 0x76, 0x33, 0x76, 0x33, 0x96, 0x33, 0x97, 0x33, 0xb7, 0x3b, 0xd7, 0x43, 0xf8, 0x44, 0x18, 0x4c, 0x38, 0x4c, 0x79, 0x4c, 0x99, 0x4c, 0x99, 0x54, 0xba, 0x54, 0xba, 0x54, 0xdb, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdd, 0x54, 0xfd, 0x54, 0xfe, 0x5d, 0x3e, 0x5d, 0x3f, 0x5d, 0x5f, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x5d, 0x1f, 0x55, 0x1f, 0x5d, 0x1f, 0x5c, 0xfe, 0x54, 0xfd, 0x5c, 0xde, 0x5c, 0xfe, 0x5c, 0xdd, 0x54, 0x19, 0x43, 0x75, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf8, 0x53, 0xf8, 0x53, 0xf8, 0x53, 0xf8, 0x54, 0x18, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x39, 0x5c, 0x5a, 0x5c, 0x7a, 0x5c, 0x79, 0x3a, 0xf3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, - 0x11, 0x4c, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x97, 0x43, 0xd8, 0x43, 0xd8, 0x4c, 0x18, 0x54, 0x59, 0x54, 0x9b, 0x5c, 0xbd, 0x5c, 0xff, 0x65, 0x3f, 0x6d, 0xbf, 0x75, 0xff, 0x7e, 0x5f, 0x7e, 0xbf, 0x87, 0x1f, 0x8f, 0x3f, 0x8f, 0x3f, 0x8f, 0x5f, 0x97, 0x7e, 0x9f, 0x9d, 0x9f, 0x9d, 0xa7, 0x9d, 0x9f, 0x9d, 0x97, 0x9d, 0x8f, 0x9e, 0x87, 0x1f, 0x7e, 0x9f, 0x7e, 0x1f, 0x7d, 0xff, 0x7d, 0xdf, 0x7d, 0xbf, 0x7d, 0xdf, 0x85, 0xdf, 0x85, 0xdf, 0x7d, 0xfe, 0x6d, 0xbd, 0x6d, 0xbe, 0x65, 0x9e, 0x65, 0x5d, 0x65, 0x5d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x65, 0x5d, 0x65, 0xfe, 0x66, 0x1f, 0x65, 0xfe, 0x65, 0x5b, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x17, 0x54, 0x16, 0x4b, 0xf6, 0x4c, 0x16, 0x4c, 0x16, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xd5, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x95, 0x43, 0x74, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x34, 0x33, 0x35, 0x33, 0x55, 0x33, 0x55, 0x33, 0x56, 0x33, 0x76, 0x33, 0x96, 0x3b, 0xb7, 0x3b, 0xd7, 0x43, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x79, 0x4c, 0x99, 0x4c, 0x9a, 0x54, 0x9a, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbc, 0x54, 0xdd, 0x54, 0xfe, 0x54, 0xfe, 0x5c, 0xfe, 0x5d, 0x1f, 0x5d, 0x3e, 0x5d, 0x1f, 0x5d, 0x1f, 0x5d, 0x1f, 0x5d, 0x1f, 0x5c, 0xfe, 0x54, 0xbd, 0x54, 0xbd, 0x54, 0xbc, 0x5c, 0x7b, 0x5c, 0x9c, 0x54, 0x3a, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x96, 0x4b, 0x96, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x30, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, - 0x29, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x11, 0x2a, 0x51, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xd7, 0x4c, 0x18, 0x4b, 0xf8, 0x54, 0x39, 0x54, 0x9a, 0x5c, 0xbd, 0x65, 0x1e, 0x6d, 0x5e, 0x6d, 0xbf, 0x76, 0x1f, 0x86, 0xbf, 0x87, 0x1f, 0x87, 0x3f, 0x8f, 0x7f, 0x97, 0x5f, 0x97, 0x5f, 0x97, 0x9f, 0x97, 0x9e, 0x97, 0x9d, 0x9f, 0x9d, 0x9f, 0x9d, 0x8f, 0x9d, 0x8f, 0x9e, 0x87, 0x3f, 0x7e, 0xbf, 0x7e, 0x5f, 0x7e, 0x1f, 0x7d, 0xff, 0x75, 0xbf, 0x75, 0xbf, 0x85, 0xdf, 0x85, 0xdf, 0x85, 0xff, 0x7e, 0x1e, 0x6d, 0xbd, 0x6d, 0x9d, 0x65, 0x5d, 0x65, 0x3d, 0x5d, 0x3d, 0x5d, 0x1d, 0x5c, 0xfd, 0x5d, 0x1d, 0x65, 0x5d, 0x65, 0xfe, 0x66, 0x1e, 0x6e, 0x3e, 0x65, 0x5a, 0x4b, 0xd6, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x17, 0x54, 0x37, 0x54, 0x16, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x95, 0x3b, 0x54, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xce, 0x21, 0xee, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x21, 0xee, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x10, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb2, 0x2a, 0xb3, 0x2a, 0xd3, 0x2a, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x14, 0x33, 0x35, 0x33, 0x55, 0x33, 0x76, 0x3b, 0x96, 0x3b, 0xb7, 0x3b, 0xd7, 0x43, 0xf7, 0x44, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x79, 0x4c, 0x7a, 0x4c, 0x9a, 0x4c, 0x9b, 0x4c, 0x9b, 0x54, 0x9c, 0x54, 0xbc, 0x54, 0xdd, 0x54, 0xfe, 0x54, 0xfe, 0x5c, 0xfe, 0x5c, 0xfe, 0x5d, 0x1f, 0x5d, 0x1f, 0x5d, 0x1f, 0x5c, 0xfe, 0x54, 0x9b, 0x54, 0x5a, 0x54, 0x7a, 0x5c, 0x7b, 0x54, 0xbd, 0x54, 0x5b, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0xb6, 0x43, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xb7, 0x43, 0x75, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x29, 0xf0, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x19, 0x8e, 0x11, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x11, 0x4c, - 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x21, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x6d, 0x19, 0x6d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x97, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x38, 0x5c, 0x7a, 0x64, 0xdc, 0x65, 0x1f, 0x6d, 0x9f, 0x75, 0xdf, 0x7e, 0x5f, 0x87, 0x1f, 0x8f, 0x9e, 0x97, 0x9d, 0x97, 0xbe, 0x97, 0x9e, 0x9f, 0x7e, 0x9f, 0x7f, 0x97, 0x7f, 0x97, 0x9e, 0x97, 0x9e, 0x9f, 0x9d, 0x9f, 0x9d, 0x8f, 0x7d, 0x87, 0x3f, 0x7e, 0xbf, 0x7e, 0x7f, 0x7e, 0x3f, 0x7d, 0xff, 0x75, 0xbf, 0x75, 0x9f, 0x7d, 0xbf, 0x85, 0xdf, 0x7d, 0xdf, 0x7d, 0xff, 0x7d, 0xfe, 0x6d, 0x9d, 0x65, 0x5d, 0x5d, 0x3d, 0x5d, 0x1d, 0x5c, 0xfd, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x5d, 0x66, 0x1e, 0x6e, 0x7f, 0x76, 0x1e, 0x65, 0x1a, 0x54, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x3b, 0x54, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x19, 0xce, 0x21, 0xce, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xd3, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xd8, 0x43, 0xf8, 0x44, 0x19, 0x4c, 0x19, 0x4c, 0x59, 0x4c, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x4c, 0x59, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x59, 0x4c, 0x79, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7b, 0x4c, 0x9b, 0x4c, 0x9c, 0x54, 0xbc, 0x54, 0xdd, 0x54, 0xdd, 0x54, 0xdd, 0x54, 0xde, 0x5c, 0xfe, 0x5c, 0xdd, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9d, 0x54, 0x9d, 0x5c, 0xbd, 0x54, 0x7b, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0x75, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x30, 0x21, 0xef, 0x19, 0xae, 0x29, 0xef, - 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x15, 0x33, 0x55, 0x3b, 0x76, 0x43, 0xb7, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x7a, 0x64, 0xbc, 0x6d, 0x3e, 0x75, 0x9f, 0x7e, 0x1f, 0x87, 0x1f, 0x97, 0x9e, 0x9f, 0x9d, 0x9f, 0xbd, 0x9f, 0xbd, 0xa7, 0xbd, 0xa7, 0xbd, 0x9f, 0x9e, 0x9f, 0x7f, 0x9f, 0x7f, 0x9f, 0x7f, 0x9f, 0x9e, 0x9f, 0x9d, 0x97, 0x9d, 0x8f, 0x7e, 0x7e, 0xff, 0x7e, 0x7f, 0x7e, 0x3f, 0x75, 0xff, 0x75, 0xbf, 0x75, 0x9f, 0x7d, 0x9f, 0x85, 0xdf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xfe, 0x75, 0xdd, 0x65, 0x5c, 0x65, 0x3d, 0x5d, 0x1d, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5d, 0x7d, 0x66, 0x1e, 0x6e, 0x1e, 0x75, 0xfd, 0x5c, 0xd9, 0x54, 0x38, 0x54, 0x38, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x57, 0x54, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x14, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x0f, 0x29, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xce, 0x21, 0xee, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0xd3, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xd8, 0x54, 0x19, 0x54, 0x5a, 0x5c, 0x9a, 0x64, 0xbb, 0x5c, 0xbc, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbd, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xde, 0x64, 0xde, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0xbc, 0x5c, 0xbb, 0x54, 0x9a, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x7a, 0x4c, 0x7a, 0x4c, 0x7b, 0x4c, 0x7b, 0x4c, 0x9b, 0x54, 0xbc, 0x54, 0xdd, 0x54, 0x9b, 0x54, 0x5b, 0x54, 0x5a, 0x5c, 0x7a, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0xbc, 0x5c, 0xdd, 0x64, 0xfe, 0x64, 0xbc, 0x54, 0x18, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, - 0x2a, 0x0f, 0x29, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xd7, 0x4c, 0x18, 0x54, 0x59, 0x64, 0xbb, 0x6d, 0x3e, 0x75, 0xbf, 0x86, 0x7f, 0x97, 0x9e, 0xa7, 0xbd, 0xb7, 0x9e, 0xbf, 0x9e, 0xbf, 0xbe, 0xb7, 0x9e, 0xb7, 0x9e, 0xaf, 0x9d, 0xa7, 0x9e, 0xa7, 0x7f, 0xa7, 0x7f, 0x9f, 0x7e, 0x9f, 0x9e, 0x9f, 0x9d, 0x97, 0x9d, 0x8f, 0x5f, 0x7e, 0xdf, 0x7e, 0x5f, 0x7d, 0xff, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0x9f, 0x85, 0xff, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xff, 0x7d, 0xfe, 0x6d, 0x7c, 0x5d, 0x3c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5d, 0x5d, 0x6e, 0x1f, 0x76, 0x7e, 0x76, 0x1c, 0x5c, 0x78, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x54, 0x57, 0x54, 0x37, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x33, 0x33, 0x13, 0x32, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xce, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x30, 0x22, 0x30, 0x22, 0x30, 0x2a, 0x51, 0x32, 0xf3, 0x43, 0x76, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xf8, 0x54, 0x19, 0x54, 0x3a, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xbd, 0x5c, 0xbe, 0x5c, 0xbe, 0x5c, 0xdf, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x65, 0x1f, 0x6d, 0x3e, 0x5c, 0xdb, 0x4c, 0x79, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x5a, 0x4c, 0x5a, 0x4c, 0x7b, 0x4c, 0x39, 0x4b, 0xf8, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0xbc, 0x6c, 0xdd, 0x6c, 0xbc, 0x5c, 0x17, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x22, 0x30, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xef, - 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x11, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd4, 0x32, 0xf4, 0x33, 0x35, 0x3b, 0x75, 0x3b, 0x76, 0x43, 0xb6, 0x4b, 0xf8, 0x54, 0x39, 0x5c, 0x9b, 0x6d, 0x1e, 0x7d, 0x9f, 0x86, 0x5f, 0x9f, 0xbf, 0xb7, 0x9d, 0xcf, 0xbf, 0xe7, 0xbf, 0xef, 0xbf, 0xe7, 0xbf, 0xd7, 0xbf, 0xc7, 0xbf, 0xb7, 0xbe, 0xaf, 0x9e, 0xa7, 0x7f, 0x9f, 0x5f, 0x9f, 0x7f, 0x9f, 0x7e, 0x97, 0x9e, 0x97, 0x9e, 0x87, 0x1f, 0x7e, 0x7f, 0x7e, 0x1f, 0x75, 0xdf, 0x75, 0xbf, 0x7d, 0xdf, 0x85, 0xff, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xfe, 0x75, 0xbd, 0x5d, 0x3c, 0x5d, 0x1c, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xfc, 0x65, 0x9d, 0x6e, 0x3e, 0x76, 0x3e, 0x6d, 0x9c, 0x54, 0x78, 0x54, 0x79, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x38, 0x54, 0x58, 0x54, 0x78, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x37, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x16, 0x4c, 0x16, 0x4b, 0xf6, 0x4b, 0xd6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8d, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x21, 0xce, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x22, 0x51, 0x3b, 0x34, 0x4b, 0x96, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xd8, 0x4b, 0xf8, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x5b, 0x54, 0x9c, 0x5c, 0x9d, 0x5c, 0xde, 0x65, 0x1e, 0x6d, 0x3f, 0x6d, 0x5f, 0x6d, 0x5f, 0x65, 0x5f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x6d, 0x3f, 0x64, 0xfd, 0x54, 0x7a, 0x4c, 0x59, 0x4c, 0x59, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xd8, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x38, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x5a, 0x5c, 0x9b, 0x64, 0xdc, 0x64, 0xdc, 0x5c, 0x18, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x54, 0x17, 0x4b, 0x76, 0x3a, 0xb2, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x30, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x29, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, - 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xf4, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xd7, 0x4c, 0x38, 0x5c, 0x9a, 0x65, 0x1d, 0x75, 0x9f, 0x86, 0x3f, 0x9f, 0x9f, 0xb7, 0xbe, 0xdf, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0x9f, 0xcf, 0x9f, 0xb7, 0xbe, 0xaf, 0x9e, 0xa7, 0x7f, 0x9f, 0x3f, 0x97, 0x1f, 0x97, 0x5f, 0x97, 0x9e, 0x8f, 0x7e, 0x87, 0x1f, 0x7e, 0x3f, 0x75, 0xdf, 0x75, 0xbf, 0x7d, 0xbf, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x75, 0xdf, 0x6d, 0x7d, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdb, 0x5c, 0xfb, 0x65, 0xbd, 0x76, 0x3e, 0x7e, 0x5e, 0x6d, 0x7c, 0x5c, 0x98, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x79, 0x4c, 0x58, 0x54, 0x78, 0x54, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x77, 0x54, 0x57, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4b, 0xf6, 0x4b, 0xf6, 0x4b, 0xf6, 0x43, 0x95, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x33, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x21, 0xce, 0x21, 0xce, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0xad, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xce, 0x19, 0xae, 0x19, 0xef, 0x2a, 0x51, 0x3b, 0x14, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xd8, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x9c, 0x5c, 0xdd, 0x65, 0x1e, 0x6d, 0x3f, 0x75, 0x5f, 0x75, 0x7f, 0x6d, 0x7f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x6d, 0x3f, 0x6d, 0x3f, 0x64, 0xfd, 0x5c, 0x7a, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0x7a, 0x64, 0xbc, 0x54, 0x38, 0x4b, 0xf6, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x64, 0x79, 0x43, 0x34, 0x3a, 0xf3, 0x3a, 0xf3, 0x3b, 0x13, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x21, 0xcf, 0x2a, 0x10, 0x2a, 0x0f, 0x29, 0xef, 0x29, 0xef, - 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8d, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x22, 0x11, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xf4, 0x33, 0x15, 0x3b, 0x56, 0x3b, 0x96, 0x43, 0xd7, 0x43, 0xf7, 0x54, 0x59, 0x64, 0xfc, 0x75, 0x9f, 0x86, 0x3f, 0x97, 0x5f, 0xb7, 0xbd, 0xd7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xdf, 0xbf, 0xbf, 0xbe, 0xaf, 0x7e, 0xa6, 0xff, 0x9f, 0x1f, 0x9f, 0x5f, 0x97, 0x9f, 0x97, 0x9f, 0x87, 0x3f, 0x7e, 0x7f, 0x75, 0xff, 0x75, 0xbf, 0x75, 0xbf, 0x7d, 0xff, 0x7d, 0xff, 0x75, 0xdf, 0x7d, 0xdf, 0x75, 0xbf, 0x75, 0xdf, 0x75, 0x9e, 0x5d, 0x1c, 0x5c, 0xbb, 0x54, 0xbb, 0x5c, 0xfb, 0x6e, 0x3f, 0x76, 0x3e, 0x76, 0x1e, 0x75, 0xbc, 0x5c, 0x99, 0x5c, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x59, 0x54, 0x58, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x58, 0x5c, 0x78, 0x54, 0x57, 0x54, 0x57, 0x54, 0x37, 0x4c, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xd6, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x13, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xce, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8e, 0x2a, 0x30, 0x32, 0xf3, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x35, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x4b, 0xf8, 0x4c, 0x39, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7b, 0x54, 0xbc, 0x5c, 0xdd, 0x65, 0x1e, 0x6d, 0x5f, 0x75, 0x5f, 0x75, 0x9f, 0x6d, 0x9f, 0x6d, 0x5f, 0x6d, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1e, 0x65, 0x1f, 0x65, 0x1f, 0x6c, 0xff, 0x6c, 0xfe, 0x64, 0xde, 0x54, 0x39, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x39, 0x54, 0x59, 0x54, 0x7b, 0x4c, 0x18, 0x43, 0xb6, 0x43, 0xb7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xf7, 0x54, 0x17, 0x5c, 0x79, 0x4b, 0x96, 0x3a, 0xf3, 0x3b, 0x13, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x22, 0x10, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x21, 0xaf, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x29, 0xef, 0x21, 0xef, - 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x6d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0xae, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd4, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x76, 0x3b, 0xb7, 0x43, 0xf7, 0x4c, 0x38, 0x5c, 0xda, 0x6d, 0x5e, 0x85, 0xff, 0x8e, 0xfe, 0xa7, 0xbe, 0xcf, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xdf, 0xbf, 0xbf, 0x9f, 0xaf, 0x5f, 0xa6, 0xff, 0x9f, 0x1f, 0x97, 0x5f, 0x97, 0x9e, 0x8f, 0x5f, 0x7e, 0xbf, 0x75, 0xff, 0x75, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x6d, 0x5d, 0x54, 0xbb, 0x5c, 0x9b, 0x5d, 0x3c, 0x76, 0x5f, 0x76, 0x1e, 0x7e, 0x1e, 0x75, 0xbd, 0x5c, 0x99, 0x5c, 0x99, 0x54, 0x99, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x79, 0x54, 0x99, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x57, 0x4c, 0x57, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xd6, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x33, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x0f, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0xae, 0x11, 0x8d, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x32, 0x91, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x4c, 0x18, 0x4c, 0x19, 0x4c, 0x59, 0x54, 0x7a, 0x54, 0xbb, 0x5c, 0xbc, 0x5c, 0xfd, 0x65, 0x3e, 0x6d, 0x5f, 0x75, 0x9f, 0x75, 0x9f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x64, 0xde, 0x64, 0xbe, 0x64, 0xdf, 0x64, 0xff, 0x6c, 0xff, 0x64, 0xbc, 0x4c, 0x18, 0x4b, 0xf7, 0x4b, 0xf8, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x18, 0x54, 0x39, 0x54, 0x39, 0x4b, 0xf9, 0x43, 0x76, 0x43, 0x96, 0x43, 0x97, 0x43, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x75, 0x1b, 0x3a, 0xf3, 0x3a, 0xf3, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x13, 0x43, 0x13, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x21, 0xef, 0x2a, 0x30, 0x2a, 0x10, 0x29, 0xef, 0x29, 0xef, 0x21, 0xef, - 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x19, 0xae, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x6d, 0x09, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xf4, 0x33, 0x14, 0x33, 0x55, 0x3b, 0x96, 0x43, 0xb7, 0x4c, 0x18, 0x54, 0x79, 0x64, 0xfd, 0x6d, 0x9f, 0x86, 0x9f, 0x9f, 0xbe, 0xbf, 0xbe, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xd7, 0xbf, 0xb7, 0x9f, 0xaf, 0x1f, 0x9f, 0x1f, 0x9f, 0x1f, 0x97, 0x9f, 0x8f, 0x9e, 0x86, 0xbf, 0x75, 0xff, 0x75, 0x9f, 0x75, 0x7f, 0x6d, 0x9f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xbf, 0x6d, 0x7f, 0x6d, 0x5e, 0x5c, 0xdb, 0x5c, 0xda, 0x65, 0x9d, 0x76, 0x1f, 0x76, 0x3e, 0x76, 0x7f, 0x6d, 0xbd, 0x5c, 0x9a, 0x5c, 0xba, 0x5c, 0x9a, 0x5c, 0xba, 0x54, 0x99, 0x54, 0x79, 0x54, 0xb9, 0x54, 0xb9, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x98, 0x54, 0x98, 0x54, 0x78, 0x4c, 0x37, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x37, 0x4b, 0xd6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x33, 0x13, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x22, 0x0f, 0x21, 0xef, 0x22, 0x0f, 0x22, 0x0f, 0x21, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x21, 0xef, 0x3a, 0xd3, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0x96, 0x43, 0xb6, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x39, 0x54, 0x5a, 0x54, 0x9b, 0x5c, 0xbc, 0x5c, 0xfd, 0x64, 0xfe, 0x65, 0x3f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x3f, 0x6d, 0x1f, 0x6d, 0x1f, 0x64, 0xde, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xbe, 0x64, 0xde, 0x64, 0xff, 0x6c, 0xfe, 0x54, 0x59, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4c, 0x18, 0x4c, 0x19, 0x54, 0x19, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0xb7, 0x4b, 0xd7, 0x53, 0xf8, 0x6c, 0xfd, 0x3a, 0xf4, 0x3a, 0xd3, 0x3a, 0xf3, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x4b, 0x33, 0x4b, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x0f, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, - 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x8e, 0x11, 0x6d, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x76, 0x3b, 0xb6, 0x43, 0xd7, 0x4c, 0x59, 0x5c, 0xbb, 0x65, 0x5e, 0x75, 0xff, 0x97, 0x3e, 0xaf, 0xbe, 0xdf, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xcf, 0xbf, 0xb7, 0x9f, 0xa7, 0x1f, 0x9f, 0x3f, 0x97, 0x7f, 0x97, 0x7f, 0x86, 0xbf, 0x7e, 0x1f, 0x75, 0x9f, 0x75, 0x7f, 0x6d, 0x7f, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x5f, 0x6d, 0x5f, 0x65, 0x1d, 0x5c, 0xda, 0x6d, 0xdd, 0x76, 0x3f, 0x76, 0x1e, 0x76, 0x1e, 0x6d, 0xbd, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x5c, 0xb8, 0x5c, 0xb8, 0x54, 0x98, 0x54, 0x78, 0x54, 0x58, 0x54, 0x38, 0x54, 0x57, 0x4c, 0x37, 0x4b, 0xd6, 0x43, 0x95, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x0f, 0x22, 0x0f, 0x22, 0x0f, 0x2a, 0x0f, 0x21, 0xce, 0x19, 0xad, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x09, 0x4c, 0x11, 0x6d, 0x22, 0x30, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xf7, 0x4c, 0x17, 0x4c, 0x38, 0x54, 0x59, 0x54, 0x7a, 0x5c, 0xbb, 0x5c, 0xdc, 0x65, 0x1e, 0x65, 0x5f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x9f, 0x75, 0x9f, 0x75, 0x7f, 0x6d, 0x5f, 0x6d, 0x1f, 0x6c, 0xff, 0x64, 0xde, 0x5c, 0xbd, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xdd, 0x64, 0xde, 0x64, 0xfe, 0x64, 0xde, 0x6c, 0xde, 0x64, 0xbb, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4c, 0x18, 0x54, 0x39, 0x43, 0x75, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xf8, 0x5c, 0x7a, 0x53, 0xf8, 0x3a, 0xf3, 0x32, 0xd3, 0x3a, 0xf3, 0x43, 0x13, 0x43, 0x33, 0x43, 0x53, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x33, 0x43, 0x13, 0x43, 0x13, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, - 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x4d, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x96, 0x43, 0xb7, 0x4c, 0x18, 0x54, 0x79, 0x5c, 0xfc, 0x6d, 0x9f, 0x86, 0x7f, 0x9f, 0x9e, 0xbf, 0xbe, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xdf, 0xbf, 0xbf, 0xbe, 0xaf, 0x7f, 0x9f, 0x3f, 0x97, 0x3f, 0x8f, 0x1f, 0x8e, 0xff, 0x86, 0x3f, 0x75, 0xbf, 0x75, 0x9f, 0x6d, 0x7f, 0x6d, 0xbf, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x3e, 0x5c, 0xfb, 0x6e, 0x3f, 0x6d, 0xfe, 0x75, 0xfe, 0x76, 0x3e, 0x6d, 0xde, 0x5c, 0xbc, 0x64, 0xfc, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x99, 0x54, 0xb9, 0x54, 0xb9, 0x54, 0x98, 0x54, 0x98, 0x54, 0x78, 0x4c, 0x58, 0x54, 0x58, 0x54, 0x58, 0x4c, 0x17, 0x43, 0xd6, 0x43, 0xd6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x43, 0x74, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x21, 0xee, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x09, 0x2b, 0x11, 0x8d, 0x2a, 0x51, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x95, 0x4b, 0xb6, 0x53, 0xd6, 0x54, 0x17, 0x54, 0x38, 0x5c, 0x78, 0x5c, 0x9a, 0x64, 0xdb, 0x65, 0x1e, 0x6d, 0x5f, 0x75, 0x9f, 0x7d, 0xbf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xbf, 0x75, 0x7f, 0x6d, 0x3f, 0x64, 0xfe, 0x64, 0xbc, 0x5c, 0x9c, 0x5c, 0xbc, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xbd, 0x64, 0xdd, 0x64, 0xdd, 0x6c, 0xdd, 0x4b, 0xd7, 0x4b, 0xd6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x54, 0x18, 0x4b, 0xb6, 0x43, 0x55, 0x3b, 0x75, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xd3, 0x3a, 0xf3, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x53, 0x43, 0x33, 0x4b, 0x53, 0x43, 0x33, 0x43, 0x13, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x32, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, - 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x19, 0xae, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6e, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xd0, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xd3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x43, 0x96, 0x43, 0xd7, 0x4c, 0x18, 0x54, 0x9b, 0x65, 0x3d, 0x75, 0xdf, 0x8e, 0xff, 0xa7, 0xbd, 0xcf, 0xbe, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xdf, 0xbf, 0xbf, 0xbe, 0xa7, 0x7f, 0x9f, 0x1f, 0x97, 0x3f, 0x8e, 0xff, 0x86, 0xdf, 0x86, 0x5f, 0x75, 0xbf, 0x75, 0x7f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5f, 0x65, 0x3f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x9e, 0x6d, 0xde, 0x75, 0xde, 0x75, 0xfe, 0x6e, 0x1f, 0x6d, 0x9e, 0x64, 0xdc, 0x64, 0xfd, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x99, 0x54, 0xb9, 0x54, 0xb9, 0x54, 0x99, 0x54, 0x78, 0x54, 0x58, 0x54, 0x78, 0x4c, 0x37, 0x43, 0xb6, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x0f, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6c, 0x09, 0x4c, 0x19, 0xad, 0x2a, 0x50, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x54, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0xb6, 0x53, 0xf6, 0x5c, 0x17, 0x64, 0x58, 0x64, 0xba, 0x64, 0xfc, 0x6d, 0x5e, 0x75, 0x9f, 0x7e, 0x1f, 0x86, 0x7f, 0x8e, 0xbf, 0x8e, 0xff, 0x8e, 0xff, 0x8e, 0x9f, 0x8e, 0x3f, 0x85, 0xff, 0x7d, 0x9f, 0x6d, 0x3f, 0x64, 0xde, 0x5c, 0x9c, 0x5c, 0x9b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0xbc, 0x64, 0xbc, 0x64, 0xbc, 0x64, 0xbc, 0x64, 0xbd, 0x64, 0xbd, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf7, 0x43, 0x75, 0x4b, 0xd7, 0x4c, 0x38, 0x43, 0x96, 0x43, 0x75, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x91, 0x32, 0x51, 0x32, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x29, 0xef, 0x29, 0xef, 0x21, 0xef, - 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0xcf, 0x19, 0xcf, 0x19, 0xf0, 0x22, 0x30, 0x22, 0x51, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x54, 0x3b, 0x75, 0x43, 0xb6, 0x43, 0xd7, 0x4c, 0x39, 0x5c, 0xbc, 0x6d, 0x3e, 0x7d, 0xff, 0x8f, 0x5f, 0xaf, 0xbe, 0xd7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xdf, 0xbf, 0xb7, 0xbe, 0xa7, 0x9f, 0x9f, 0x3f, 0x96, 0xff, 0x8e, 0xdf, 0x86, 0xdf, 0x86, 0x1f, 0x7d, 0xbf, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x1f, 0x65, 0x3f, 0x6d, 0x5f, 0x75, 0xbf, 0x6d, 0xfe, 0x6d, 0xff, 0x6d, 0xff, 0x75, 0xde, 0x6d, 0xbe, 0x64, 0xfd, 0x65, 0x1e, 0x64, 0xfd, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0x9a, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x98, 0x54, 0x78, 0x4c, 0x17, 0x43, 0xd7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x74, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x8d, 0x2a, 0x10, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x54, 0x43, 0x95, 0x4b, 0xb5, 0x53, 0xd6, 0x5c, 0x17, 0x64, 0x58, 0x64, 0xb9, 0x6d, 0x1c, 0x7d, 0x9f, 0x85, 0xff, 0x96, 0x9f, 0x9f, 0x5f, 0xa7, 0xbe, 0xaf, 0xbe, 0xaf, 0xbe, 0xa7, 0xbe, 0x9f, 0x3f, 0x96, 0xbf, 0x86, 0x3f, 0x75, 0x5f, 0x6d, 0x1f, 0x64, 0xdd, 0x5c, 0x9c, 0x5c, 0x9b, 0x54, 0x9b, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0x9c, 0x64, 0xbc, 0x64, 0x9c, 0x64, 0xbc, 0x5c, 0x9b, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x4b, 0xb6, 0x4b, 0xd7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf8, 0x43, 0x76, 0x32, 0xd3, 0x2a, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf3, 0x3a, 0xd3, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x21, 0xef, - 0x21, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x6e, 0x19, 0x8e, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xf3, 0x33, 0x14, 0x33, 0x34, 0x3b, 0x55, 0x43, 0x95, 0x43, 0xd6, 0x43, 0xf8, 0x54, 0x59, 0x5c, 0xdc, 0x6d, 0x7f, 0x86, 0x3f, 0x97, 0x5f, 0xb7, 0xbe, 0xd7, 0xbf, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xcf, 0xbe, 0xb7, 0xbe, 0xa7, 0xbe, 0x97, 0x5f, 0x8e, 0xdf, 0x8e, 0xbf, 0x86, 0x9f, 0x86, 0x1f, 0x7d, 0xdf, 0x75, 0x7f, 0x6d, 0x5f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x1f, 0x6d, 0x3f, 0x6d, 0x3f, 0x75, 0xbf, 0x75, 0xdf, 0x65, 0xbe, 0x6d, 0xde, 0x6d, 0xde, 0x75, 0x9e, 0x65, 0x1e, 0x65, 0x3e, 0x65, 0x1e, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbb, 0x54, 0x9a, 0x54, 0xba, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x99, 0x54, 0x99, 0x54, 0x78, 0x54, 0x78, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x50, 0x2a, 0x30, 0x22, 0x0f, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x4c, 0x19, 0xae, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x54, 0x43, 0x95, 0x4b, 0xb5, 0x53, 0xf6, 0x5c, 0x37, 0x64, 0x99, 0x6d, 0x1b, 0x7d, 0x9e, 0x86, 0x1f, 0x96, 0xff, 0xa7, 0x9e, 0xb7, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xb7, 0xbe, 0xaf, 0xbe, 0x9f, 0x1f, 0x8e, 0x1f, 0x7d, 0x7f, 0x6d, 0x1f, 0x64, 0xdd, 0x5c, 0x7b, 0x54, 0x7b, 0x54, 0x5a, 0x54, 0x7b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0xbc, 0x64, 0xbc, 0x43, 0xb6, 0x3b, 0x75, 0x43, 0xb6, 0x4b, 0xf7, 0x4c, 0x17, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0x55, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x91, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x91, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x0f, 0x21, 0xcf, - 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x6e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x19, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xcf, 0x1a, 0x0f, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0xb2, 0x2a, 0xd3, 0x33, 0x13, 0x33, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xd7, 0x4c, 0x18, 0x54, 0x7a, 0x5c, 0xdd, 0x75, 0x9f, 0x86, 0x3f, 0x97, 0x5f, 0xaf, 0xbe, 0xc7, 0xbe, 0xdf, 0xbf, 0xe7, 0xbf, 0xdf, 0xbf, 0xd7, 0xbf, 0xbf, 0xbe, 0xaf, 0xbe, 0x9f, 0x9e, 0x97, 0x5f, 0x8e, 0xdf, 0x86, 0xbf, 0x86, 0x7f, 0x7d, 0xff, 0x7d, 0xbf, 0x75, 0x9f, 0x6d, 0x5f, 0x6d, 0x7f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x3f, 0x6d, 0x7e, 0x75, 0xdf, 0x75, 0xbf, 0x6d, 0xbe, 0x6d, 0xbe, 0x6d, 0xde, 0x6d, 0xbe, 0x6d, 0x1e, 0x65, 0x3f, 0x65, 0x1e, 0x65, 0x1d, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xbb, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0xb9, 0x54, 0xb9, 0x54, 0x99, 0x54, 0x58, 0x4c, 0x18, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x21, 0xef, 0x21, 0xef, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6c, 0x19, 0xae, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x10, 0x29, 0xf0, 0x29, 0xf0, 0x29, 0xf0, 0x29, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x3b, 0x54, 0x3b, 0x95, 0x43, 0xd6, 0x54, 0x17, 0x5c, 0x78, 0x64, 0xfa, 0x75, 0x7e, 0x86, 0x1f, 0x97, 0x1f, 0xa7, 0x9e, 0xbf, 0xbe, 0xd7, 0xbf, 0xdf, 0xbf, 0xe7, 0xbf, 0xd7, 0xbf, 0xc7, 0xbe, 0xaf, 0xbe, 0x96, 0x9f, 0x85, 0xff, 0x7d, 0x9f, 0x6d, 0x1f, 0x5c, 0x9c, 0x5c, 0x5a, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x5a, 0x54, 0x7a, 0x54, 0x5b, 0x54, 0x5b, 0x54, 0x5b, 0x5c, 0x7b, 0x5c, 0x7b, 0x43, 0x96, 0x43, 0xb6, 0x4b, 0xd7, 0x4c, 0x17, 0x4b, 0xd7, 0x43, 0x96, 0x32, 0xd3, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xcf, 0x21, 0xcf, - 0x19, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x6e, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x6d, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xf3, 0x33, 0x13, 0x3b, 0x34, 0x3b, 0x54, 0x3b, 0x75, 0x3b, 0x96, 0x43, 0xd7, 0x4c, 0x18, 0x54, 0x7a, 0x64, 0xdd, 0x75, 0x7f, 0x86, 0x3f, 0x8f, 0x3f, 0xa7, 0x9d, 0xb7, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xb7, 0xbe, 0xaf, 0xbe, 0xa7, 0xbd, 0x97, 0x9e, 0x8f, 0x3f, 0x86, 0x9f, 0x86, 0x7f, 0x7e, 0x3f, 0x7d, 0xff, 0x75, 0xbf, 0x75, 0x9f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x3f, 0x6d, 0x9f, 0x6d, 0xbf, 0x75, 0xbe, 0x6d, 0xbe, 0x6d, 0xbe, 0x6d, 0xdf, 0x6d, 0x7e, 0x6d, 0x3e, 0x6d, 0x7f, 0x65, 0x3f, 0x65, 0x1e, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xbc, 0x54, 0xba, 0x4c, 0xba, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x9a, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x79, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x91, 0x2a, 0x71, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xad, 0x19, 0xad, 0x11, 0x6d, 0x19, 0x8e, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x30, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xf4, 0x33, 0x34, 0x3b, 0x75, 0x43, 0xd6, 0x54, 0x37, 0x5c, 0x99, 0x6d, 0x3c, 0x7d, 0xdf, 0x8e, 0xbf, 0x9f, 0x9e, 0xaf, 0xbe, 0xc7, 0xbe, 0xef, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xd7, 0xbe, 0xbf, 0xbe, 0xa7, 0x3f, 0x8e, 0x5f, 0x7d, 0x9f, 0x6d, 0x1e, 0x64, 0xbd, 0x5c, 0x7b, 0x54, 0x39, 0x4c, 0x39, 0x4c, 0x19, 0x54, 0x19, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3a, 0x5c, 0x5a, 0x5c, 0x7b, 0x43, 0xd7, 0x43, 0xb6, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x76, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x22, 0x10, 0x21, 0xef, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xcf, 0x21, 0xaf, - 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x19, 0x8e, 0x19, 0xaf, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x11, 0x8e, 0x11, 0x8d, 0x09, 0x4d, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xef, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x71, 0x2a, 0xb2, 0x2a, 0xd2, 0x33, 0x13, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x75, 0x43, 0xb6, 0x43, 0xd7, 0x4c, 0x18, 0x54, 0x3a, 0x5c, 0xbc, 0x65, 0x1e, 0x75, 0x9f, 0x7e, 0x1f, 0x8e, 0xff, 0xa7, 0xde, 0xa7, 0xbd, 0xa7, 0x9d, 0xa7, 0x9d, 0x9f, 0x9d, 0x97, 0x9e, 0x8f, 0x5f, 0x86, 0xbf, 0x86, 0x3f, 0x7e, 0x3f, 0x7d, 0xff, 0x7d, 0x9f, 0x75, 0x9f, 0x75, 0x7f, 0x6d, 0x5f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x6d, 0x3f, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0xbf, 0x75, 0xbf, 0x6d, 0xbf, 0x6d, 0xbe, 0x6d, 0x7e, 0x6d, 0x3e, 0x6d, 0x7f, 0x65, 0x3f, 0x65, 0x3e, 0x5c, 0xfd, 0x5c, 0xdd, 0x5c, 0xdc, 0x54, 0xbb, 0x4c, 0x9a, 0x54, 0x9b, 0x54, 0xbb, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0x99, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x51, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x19, 0xae, 0x19, 0xad, 0x19, 0x8d, 0x22, 0x0f, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xd3, 0x33, 0x14, 0x3b, 0x55, 0x43, 0xb6, 0x54, 0x38, 0x5c, 0xba, 0x6d, 0x3d, 0x7d, 0xdf, 0x8e, 0xdf, 0x9f, 0x9e, 0xb7, 0xbe, 0xdf, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xdf, 0xbf, 0xc7, 0xbe, 0xa7, 0x9f, 0x96, 0xbf, 0x85, 0xff, 0x75, 0x5f, 0x64, 0xbc, 0x54, 0x5a, 0x4c, 0x18, 0x4b, 0xf8, 0x43, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4c, 0x18, 0x54, 0x39, 0x5c, 0x7c, 0x54, 0x3a, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0xb6, 0x32, 0xf3, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xef, 0x21, 0xcf, 0x19, 0xae, - 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x19, 0xcf, 0x19, 0xcf, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xef, 0x19, 0xef, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x92, 0x32, 0xf3, 0x33, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x4b, 0x95, 0x4b, 0xb6, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x19, 0x54, 0x7b, 0x64, 0xfe, 0x6d, 0x5f, 0x75, 0x7f, 0x86, 0x3f, 0x97, 0x5f, 0x97, 0x7e, 0x9f, 0x9f, 0x9f, 0xbd, 0x97, 0x9e, 0x8f, 0x1f, 0x86, 0x9f, 0x7e, 0x1f, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xdf, 0x75, 0x9f, 0x75, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x64, 0xff, 0x65, 0x5e, 0x6d, 0xbf, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x9f, 0x65, 0xbe, 0x65, 0x7e, 0x6d, 0x3e, 0x75, 0x7f, 0x65, 0x3f, 0x65, 0x3e, 0x5c, 0xfe, 0x5c, 0xdd, 0x5c, 0xdd, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xba, 0x54, 0x9a, 0x54, 0x59, 0x54, 0x39, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x18, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0x91, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xce, 0x19, 0xae, 0x11, 0x6d, 0x22, 0x0f, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x22, 0x51, 0x22, 0x52, 0x2a, 0x92, 0x2a, 0xd3, 0x33, 0x14, 0x3b, 0x55, 0x43, 0xb6, 0x4c, 0x38, 0x5c, 0x9a, 0x6d, 0x3e, 0x7d, 0xdf, 0x8e, 0xbf, 0xa7, 0x7e, 0xbf, 0xbe, 0xcf, 0xbe, 0xcf, 0xbf, 0xcf, 0xbf, 0xbf, 0xbe, 0xaf, 0x9f, 0x96, 0xdf, 0x86, 0x1f, 0x75, 0x7f, 0x64, 0xfd, 0x5c, 0x7a, 0x54, 0x18, 0x4b, 0xf7, 0x43, 0xd7, 0x43, 0xb7, 0x43, 0xd7, 0x4b, 0xb7, 0x4b, 0x97, 0x4b, 0xd8, 0x4c, 0x19, 0x54, 0x19, 0x5c, 0x7b, 0x4b, 0xd8, 0x3b, 0x76, 0x3b, 0xb6, 0x32, 0xb2, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, - 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8f, 0x19, 0xaf, 0x11, 0xaf, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0xf0, 0x19, 0xcf, 0x22, 0x10, 0x19, 0xcf, 0x11, 0xae, 0x11, 0xcf, 0x19, 0xef, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xf3, 0x3b, 0x34, 0x43, 0x54, 0x43, 0x75, 0x4b, 0x95, 0x43, 0xb6, 0x43, 0xf7, 0x43, 0xf8, 0x4c, 0x19, 0x54, 0x9c, 0x5c, 0xde, 0x65, 0x3f, 0x6d, 0x7f, 0x7e, 0x3f, 0x86, 0x5f, 0x86, 0x7f, 0x8e, 0xdf, 0x8f, 0x1f, 0x8f, 0x1f, 0x8e, 0xdf, 0x86, 0x5f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0x7f, 0x75, 0x5f, 0x6d, 0x3f, 0x6d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x9f, 0x65, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0x9e, 0x6d, 0xbf, 0x65, 0x7e, 0x65, 0x1e, 0x6d, 0x9f, 0x65, 0x5f, 0x65, 0x3f, 0x5c, 0xfe, 0x5c, 0xde, 0x54, 0xfd, 0x54, 0xdc, 0x54, 0xdb, 0x54, 0xbb, 0x54, 0xdc, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xbb, 0x5c, 0xdb, 0x54, 0xba, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x54, 0x59, 0x4c, 0x38, 0x4c, 0x17, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x33, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xd2, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0x8e, 0x2a, 0x0f, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x8d, 0x19, 0x6d, 0x19, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x22, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x33, 0x14, 0x3b, 0x55, 0x43, 0x96, 0x4c, 0x18, 0x5c, 0x7a, 0x6d, 0x1d, 0x7d, 0xbf, 0x9f, 0x3f, 0xaf, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xde, 0xa7, 0x1f, 0x96, 0x7f, 0x85, 0xdf, 0x75, 0x5f, 0x64, 0xdd, 0x5c, 0x7a, 0x54, 0x18, 0x4b, 0xd7, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x97, 0x43, 0x76, 0x43, 0x97, 0x4b, 0xb7, 0x4b, 0xd8, 0x4b, 0xf8, 0x4b, 0xf8, 0x5c, 0x7b, 0x3b, 0x96, 0x33, 0x14, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xaf, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, - 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8f, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x11, 0xaf, 0x19, 0xcf, 0x21, 0xf0, 0x19, 0xef, 0x19, 0xf0, 0x21, 0xf0, 0x19, 0xef, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x92, 0x32, 0xd3, 0x33, 0x34, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x75, 0x43, 0x96, 0x43, 0xb7, 0x43, 0xb7, 0x43, 0xd8, 0x4c, 0x19, 0x54, 0x7b, 0x5c, 0xbe, 0x64, 0xff, 0x6d, 0x7f, 0x75, 0x9f, 0x7d, 0xdf, 0x7e, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x1f, 0x7e, 0x3f, 0x7e, 0x3f, 0x7e, 0x1f, 0x75, 0xbf, 0x6d, 0x5f, 0x6d, 0x3f, 0x6d, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x65, 0x1e, 0x65, 0x9f, 0x65, 0x7f, 0x65, 0x7e, 0x65, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x9e, 0x65, 0x7e, 0x65, 0x1e, 0x6d, 0x5f, 0x6d, 0x5f, 0x65, 0x5f, 0x5d, 0x1e, 0x5c, 0xde, 0x5c, 0xde, 0x54, 0xdd, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xdc, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x7a, 0x54, 0x59, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x54, 0x3b, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x33, 0x13, 0x32, 0xf3, 0x32, 0xd2, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x32, 0x91, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xf3, 0x33, 0x34, 0x43, 0x96, 0x4b, 0xf7, 0x54, 0x59, 0x6d, 0x1c, 0x86, 0x1f, 0x8e, 0x9f, 0x96, 0xff, 0x9f, 0x3f, 0xa7, 0x7f, 0xa7, 0x9f, 0x96, 0x5f, 0x85, 0xdf, 0x7d, 0x9f, 0x75, 0x3f, 0x64, 0xdc, 0x5c, 0x59, 0x53, 0xf8, 0x4b, 0xb7, 0x43, 0xb7, 0x43, 0x96, 0x3b, 0x76, 0x3b, 0x76, 0x43, 0x97, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xd8, 0x53, 0xf8, 0x54, 0x39, 0x32, 0xd3, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xae, 0x19, 0x8e, 0x11, 0x6d, - 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0x8f, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x11, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xf0, 0x22, 0x31, 0x22, 0x51, 0x2a, 0x92, 0x32, 0xd3, 0x33, 0x14, 0x3b, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0xb6, 0x3b, 0xb7, 0x43, 0xb7, 0x43, 0xf8, 0x4c, 0x39, 0x54, 0x5b, 0x5c, 0xbe, 0x65, 0x1f, 0x6d, 0x5f, 0x6d, 0x7f, 0x6d, 0x9f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x7d, 0xdf, 0x75, 0xbf, 0x75, 0x5f, 0x6c, 0xff, 0x64, 0xff, 0x5c, 0xff, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfe, 0x65, 0x1e, 0x65, 0x7f, 0x65, 0x7e, 0x65, 0x7f, 0x65, 0x5f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x7e, 0x65, 0x7e, 0x65, 0x1e, 0x65, 0x5f, 0x6d, 0x5f, 0x65, 0x3f, 0x65, 0x1e, 0x5c, 0xdf, 0x5c, 0xfe, 0x5c, 0xdd, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xfd, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x5d, 0x1c, 0x5c, 0xdc, 0x5c, 0x9b, 0x5c, 0xbb, 0x5c, 0x9b, 0x5c, 0x9b, 0x5c, 0x7a, 0x54, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x75, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd2, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xef, 0x2a, 0x71, 0x32, 0xd2, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xd3, 0x33, 0x14, 0x3b, 0x55, 0x43, 0xb6, 0x5c, 0x9b, 0x75, 0x3e, 0x7d, 0x7f, 0x7d, 0xbf, 0x85, 0xff, 0x86, 0x1f, 0x8e, 0x1f, 0x85, 0xbf, 0x7d, 0x9f, 0x75, 0x5f, 0x6c, 0xfe, 0x64, 0xbc, 0x5c, 0x5a, 0x54, 0x18, 0x4b, 0xb7, 0x43, 0x96, 0x3b, 0x56, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x97, 0x43, 0xb7, 0x4b, 0xd7, 0x53, 0xf8, 0x3b, 0x14, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x19, 0x8e, 0x11, 0x8d, 0x11, 0x6d, - 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2d, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x11, 0x8e, 0x09, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xcf, 0x19, 0xf0, 0x21, 0xf0, 0x19, 0xd0, 0x19, 0xf0, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xd4, 0x33, 0x34, 0x3b, 0x55, 0x3b, 0x75, 0x3b, 0x96, 0x3b, 0x96, 0x3b, 0x97, 0x3b, 0xb7, 0x43, 0xf8, 0x4c, 0x19, 0x54, 0x5b, 0x5c, 0xbd, 0x5c, 0xff, 0x65, 0x1f, 0x6d, 0x3f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x75, 0x9f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0x7f, 0x75, 0x7f, 0x75, 0x7f, 0x6d, 0x3f, 0x5c, 0xde, 0x5c, 0xfe, 0x64, 0xfe, 0x5c, 0xfe, 0x5d, 0x3e, 0x5d, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x7f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x1f, 0x65, 0x1f, 0x6d, 0x5f, 0x65, 0x3f, 0x65, 0x1f, 0x5c, 0xde, 0x5c, 0xff, 0x5c, 0xde, 0x54, 0xfd, 0x54, 0xfd, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xfd, 0x5d, 0x1d, 0x5c, 0xfc, 0x64, 0xfc, 0x5c, 0xdd, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xbc, 0x5c, 0x9b, 0x5c, 0x9a, 0x5c, 0x99, 0x54, 0x79, 0x54, 0x38, 0x54, 0x38, 0x54, 0x17, 0x4c, 0x17, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x22, 0x10, 0x2a, 0x30, 0x32, 0xb2, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4d, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x72, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xf4, 0x33, 0x14, 0x5c, 0x7a, 0x64, 0xbc, 0x64, 0xdd, 0x6c, 0xfd, 0x6d, 0x1e, 0x75, 0x3f, 0x75, 0x5f, 0x75, 0x3f, 0x6c, 0xfd, 0x6c, 0xdc, 0x64, 0x9b, 0x5c, 0x59, 0x54, 0x18, 0x4b, 0xd8, 0x4b, 0xd7, 0x43, 0xb7, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x97, 0x4b, 0xb7, 0x32, 0xd3, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xcf, 0x19, 0xae, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x6d, - 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x11, 0x8e, 0x19, 0xcf, 0x11, 0xaf, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xd0, 0x22, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x93, 0x2a, 0xd3, 0x32, 0xf4, 0x33, 0x34, 0x33, 0x35, 0x3b, 0x75, 0x3b, 0x76, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0xb8, 0x43, 0xd8, 0x4c, 0x39, 0x54, 0x7b, 0x54, 0x9d, 0x5c, 0xdf, 0x64, 0xff, 0x65, 0x1f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x3f, 0x6d, 0x3e, 0x5c, 0xdd, 0x5c, 0xbd, 0x5c, 0xdd, 0x5d, 0x5f, 0x5d, 0x5f, 0x5d, 0x3f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x65, 0x7f, 0x65, 0x7e, 0x65, 0x3e, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x3f, 0x5c, 0xff, 0x5c, 0xde, 0x54, 0xde, 0x54, 0xdd, 0x54, 0xfd, 0x54, 0xfd, 0x54, 0xfd, 0x5c, 0xfd, 0x5d, 0x1d, 0x5d, 0x1d, 0x65, 0x3e, 0x64, 0xfe, 0x64, 0xfe, 0x64, 0xfd, 0x64, 0xfd, 0x5c, 0xdd, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x7a, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x38, 0x54, 0x18, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x54, 0x33, 0x13, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x30, 0x32, 0xb2, 0x32, 0xf4, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xcf, 0x19, 0xf0, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x33, 0x14, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x5c, 0x39, 0x5c, 0x7a, 0x5c, 0x7a, 0x64, 0x9b, 0x64, 0xbb, 0x64, 0x7a, 0x5c, 0x39, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xd7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x43, 0x97, 0x3b, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x43, 0x76, 0x43, 0x76, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x21, 0xce, 0x19, 0xce, 0x19, 0xae, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xcf, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6c, - 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xcf, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0x93, 0x32, 0xd4, 0x32, 0xf4, 0x33, 0x34, 0x33, 0x35, 0x33, 0x56, 0x33, 0x76, 0x3b, 0x97, 0x43, 0xb8, 0x43, 0xf8, 0x44, 0x18, 0x4c, 0x39, 0x4c, 0x5a, 0x54, 0x7c, 0x54, 0x9e, 0x5c, 0xde, 0x64, 0xff, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x5f, 0x6d, 0x5f, 0x6d, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x6d, 0x5f, 0x6d, 0x7f, 0x5c, 0xfd, 0x5d, 0x1e, 0x5d, 0x3f, 0x5d, 0x1f, 0x5d, 0x3f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x6d, 0x5f, 0x65, 0x5f, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x1f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x3f, 0x5d, 0x1e, 0x5c, 0xff, 0x5c, 0xfe, 0x54, 0xfd, 0x55, 0x1d, 0x5d, 0x1e, 0x5d, 0x3d, 0x5d, 0x1d, 0x5d, 0x1e, 0x65, 0x5e, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x1e, 0x65, 0x1e, 0x65, 0x1d, 0x5c, 0xfc, 0x5c, 0xdb, 0x5c, 0xba, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0xb5, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x54, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x91, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x71, 0x3a, 0xf3, 0x3b, 0x14, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6d, 0x09, 0x6e, 0x11, 0x8e, 0x11, 0xae, 0x11, 0xcf, 0x19, 0xef, 0x1a, 0x10, 0x22, 0x10, 0x22, 0x51, 0x22, 0x51, 0x3b, 0x34, 0x43, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x76, 0x43, 0x97, 0x43, 0xb7, 0x43, 0x97, 0x43, 0x76, 0x43, 0x97, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x36, 0x32, 0xd3, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x2a, 0x0f, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, - 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x2c, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x01, 0x0b, 0x00, 0xea, 0x01, 0x0a, 0x00, 0xeb, 0x00, 0xeb, 0x09, 0x2b, 0x09, 0x2b, 0x01, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x6d, 0x11, 0x6d, 0x09, 0x4d, 0x09, 0x4d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x22, 0x11, 0x22, 0x31, 0x22, 0x52, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0xb3, 0x2a, 0xd4, 0x32, 0xf4, 0x33, 0x35, 0x33, 0x55, 0x3b, 0x55, 0x33, 0x56, 0x3b, 0x97, 0x43, 0xd8, 0x43, 0xf8, 0x4c, 0x19, 0x4c, 0x3a, 0x4c, 0x3a, 0x4c, 0x5b, 0x54, 0x7d, 0x54, 0xbe, 0x5c, 0xff, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x64, 0xff, 0x64, 0xff, 0x6d, 0x1f, 0x65, 0x3f, 0x6d, 0x5f, 0x65, 0x5e, 0x5d, 0x1f, 0x5d, 0x3f, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x5f, 0x65, 0x3f, 0x6d, 0x3f, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x5c, 0xff, 0x5c, 0xfe, 0x54, 0xfd, 0x54, 0xfe, 0x54, 0xfe, 0x55, 0x1d, 0x5d, 0x3d, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x3f, 0x65, 0x1e, 0x64, 0xfd, 0x64, 0xfc, 0x5c, 0xdb, 0x5c, 0x9a, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x43, 0x95, 0x43, 0x95, 0x43, 0x54, 0x3b, 0x34, 0x33, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x3a, 0xf3, 0x3b, 0x34, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x01, 0x2b, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x09, 0x6e, 0x11, 0x8e, 0x11, 0xae, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x3b, 0x14, 0x43, 0x76, 0x3b, 0x76, 0x43, 0x76, 0x3b, 0x75, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x75, 0x43, 0x75, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x56, 0x3b, 0x76, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x32, 0xb2, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, - 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x01, 0x0a, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xcb, 0x00, 0xeb, 0x01, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x01, 0x2c, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xae, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xcf, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x52, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xd3, 0x32, 0xf4, 0x33, 0x15, 0x33, 0x35, 0x3b, 0x35, 0x3b, 0x76, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0xd8, 0x44, 0x19, 0x4c, 0x3a, 0x4c, 0x5b, 0x4c, 0x5b, 0x54, 0x7d, 0x54, 0xbf, 0x5c, 0xff, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x65, 0x3f, 0x65, 0x7f, 0x6d, 0x9f, 0x65, 0x7f, 0x5d, 0x1e, 0x5d, 0x3f, 0x5d, 0x3f, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x6d, 0x3f, 0x65, 0x3f, 0x65, 0x3e, 0x65, 0x3e, 0x65, 0x1f, 0x6d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x5d, 0x1f, 0x5c, 0xfe, 0x55, 0x1e, 0x55, 0x1e, 0x5d, 0x3e, 0x55, 0x3e, 0x5d, 0x5e, 0x65, 0x7e, 0x6d, 0x7e, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0x9f, 0x75, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x75, 0x9f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x3e, 0x64, 0xfd, 0x64, 0xdb, 0x5c, 0xba, 0x5c, 0x79, 0x54, 0x58, 0x54, 0x38, 0x4c, 0x17, 0x4b, 0xf7, 0x4b, 0xd7, 0x4b, 0xd6, 0x43, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x32, 0xd2, 0x3b, 0x34, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x08, 0xeb, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x01, 0x0a, 0x01, 0x0a, 0x01, 0x0b, 0x01, 0x0a, 0x00, 0xea, 0x01, 0x0b, 0x01, 0x2c, 0x01, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x6d, 0x09, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xef, 0x19, 0xcf, 0x32, 0xf4, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0xd6, 0x43, 0x96, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x33, 0x15, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x76, 0x32, 0x92, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x72, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6e, 0x19, 0x8d, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xae, 0x21, 0xef, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, - 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x01, 0x0a, 0x00, 0xca, 0x00, 0xea, 0x01, 0x0a, 0x00, 0xea, 0x00, 0xcb, 0x00, 0xeb, 0x01, 0x0b, 0x09, 0x2b, 0x01, 0x2c, 0x09, 0x2c, 0x01, 0x0b, 0x09, 0x2b, 0x01, 0x0b, 0x09, 0x2b, 0x09, 0x0c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xaf, 0x19, 0xf0, 0x21, 0xf0, 0x22, 0x31, 0x22, 0x52, 0x22, 0x72, 0x22, 0x52, 0x2a, 0x72, 0x2a, 0xb3, 0x2a, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x35, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x97, 0x3b, 0xb7, 0x43, 0xd8, 0x44, 0x19, 0x4c, 0x3a, 0x4c, 0x5b, 0x4c, 0x7c, 0x5c, 0x9e, 0x5c, 0xff, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xdf, 0x65, 0x1f, 0x65, 0x5f, 0x65, 0x7f, 0x6d, 0xbf, 0x6d, 0x9f, 0x5d, 0x1e, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1e, 0x5d, 0x3e, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x3f, 0x5c, 0xff, 0x5c, 0xfe, 0x54, 0xfd, 0x55, 0x1e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x65, 0x5d, 0x75, 0xbe, 0x75, 0xdf, 0x7d, 0xbf, 0x7d, 0xdf, 0x7d, 0xff, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xbf, 0x75, 0x9f, 0x75, 0x7f, 0x6d, 0x5e, 0x6d, 0x1d, 0x64, 0xdc, 0x5c, 0x9a, 0x5c, 0x99, 0x54, 0x59, 0x54, 0x38, 0x54, 0x17, 0x54, 0x17, 0x4b, 0xf7, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x75, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x2a, 0xb2, 0x3b, 0x14, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x08, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xeb, 0x00, 0xeb, 0x01, 0x0b, 0x01, 0x2b, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x09, 0x6d, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xcf, 0x11, 0x8e, 0x32, 0xf4, 0x3b, 0x35, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x95, 0x4b, 0xb6, 0x43, 0x76, 0x3b, 0x15, 0x33, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x15, 0x3b, 0x35, 0x3b, 0x35, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x72, 0x2a, 0x51, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x6e, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x8e, 0x21, 0xcf, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xae, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x2c, - 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x01, 0x0b, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xea, 0x00, 0xeb, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x00, 0xea, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x01, 0x0b, 0x00, 0xeb, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xaf, 0x19, 0xd0, 0x1a, 0x10, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x52, 0x22, 0x72, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x33, 0x15, 0x33, 0x35, 0x33, 0x76, 0x3b, 0x76, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0xd8, 0x43, 0xf9, 0x4c, 0x3a, 0x4c, 0x7c, 0x54, 0xbe, 0x5c, 0xff, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x3f, 0x65, 0x1f, 0x64, 0xff, 0x64, 0xff, 0x64, 0xff, 0x64, 0xde, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x7f, 0x65, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x5d, 0x3e, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x5d, 0x3e, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x1f, 0x5c, 0xde, 0x5c, 0xdd, 0x5c, 0xfd, 0x5c, 0xfd, 0x54, 0xfd, 0x5c, 0xfd, 0x65, 0x5e, 0x6d, 0x9e, 0x75, 0xde, 0x7d, 0xff, 0x7d, 0xff, 0x86, 0x3f, 0x86, 0x5f, 0x86, 0x5f, 0x86, 0x5f, 0x86, 0x3f, 0x86, 0x3f, 0x7e, 0x1f, 0x7d, 0xdf, 0x75, 0xbf, 0x75, 0x7f, 0x6d, 0x3e, 0x64, 0xfc, 0x5c, 0xbb, 0x5c, 0x9a, 0x5c, 0x79, 0x5c, 0x58, 0x54, 0x17, 0x54, 0x17, 0x4b, 0xd6, 0x43, 0x96, 0x43, 0x95, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x3b, 0x14, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x35, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xef, 0x21, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x01, 0x0b, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xeb, 0x01, 0x0b, 0x01, 0x0b, 0x01, 0x0c, 0x01, 0x2c, 0x09, 0x4c, 0x09, 0x6d, 0x09, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x32, 0xf4, 0x33, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xf4, 0x33, 0x15, 0x3b, 0x55, 0x3b, 0x55, 0x3b, 0x55, 0x32, 0xd3, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x21, 0xcf, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, - 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0c, 0x09, 0x2b, 0x09, 0x0c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x00, 0xeb, 0x00, 0xeb, 0x01, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xeb, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8f, 0x11, 0xaf, 0x11, 0xaf, 0x19, 0xf0, 0x22, 0x11, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x72, 0x2a, 0x52, 0x2a, 0x93, 0x2a, 0xd3, 0x2a, 0xf4, 0x32, 0xf4, 0x33, 0x15, 0x33, 0x55, 0x3b, 0x76, 0x3b, 0x77, 0x3b, 0x97, 0x43, 0xb7, 0x43, 0xd8, 0x4c, 0x19, 0x4c, 0x5b, 0x5c, 0x9e, 0x5c, 0xff, 0x6d, 0x3f, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x3f, 0x64, 0xfe, 0x64, 0xde, 0x64, 0xff, 0x5c, 0xfe, 0x5d, 0x3f, 0x5d, 0x3f, 0x5d, 0x3f, 0x65, 0x5f, 0x65, 0x7f, 0x6d, 0x9f, 0x6d, 0x7f, 0x5d, 0x1f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x5d, 0x3e, 0x65, 0x3e, 0x65, 0x1f, 0x64, 0xff, 0x65, 0x3f, 0x65, 0x1e, 0x5c, 0xfd, 0x5c, 0xbd, 0x54, 0xfd, 0x54, 0xfc, 0x5d, 0x1d, 0x5d, 0x1d, 0x65, 0x3d, 0x6d, 0x5d, 0x7d, 0xde, 0x86, 0x1f, 0x86, 0x1f, 0x86, 0x7f, 0x8e, 0xff, 0x8e, 0xff, 0x8e, 0xff, 0x8f, 0x1f, 0x8e, 0xdf, 0x8e, 0xbf, 0x86, 0x7f, 0x86, 0x1f, 0x7d, 0xdf, 0x75, 0x9f, 0x6d, 0x3e, 0x64, 0xfd, 0x64, 0xdb, 0x5c, 0xba, 0x5c, 0x79, 0x5c, 0x79, 0x54, 0x38, 0x4b, 0xf7, 0x4b, 0xd6, 0x4b, 0xb6, 0x4b, 0x95, 0x43, 0x95, 0x43, 0x75, 0x3b, 0x34, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x95, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x01, 0x0a, 0x00, 0xca, 0x00, 0xca, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x00, 0xeb, 0x01, 0x2b, 0x01, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x6d, 0x11, 0x8e, 0x19, 0xcf, 0x32, 0xd4, 0x33, 0x14, 0x32, 0xd3, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x93, 0x32, 0xd4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xf4, 0x3b, 0x15, 0x3b, 0x55, 0x43, 0x76, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x22, 0x10, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x2c, 0x21, 0xae, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, - 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2c, 0x00, 0xca, 0x00, 0xca, 0x01, 0x0a, 0x00, 0xaa, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8f, 0x11, 0xaf, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x22, 0x11, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0xb3, 0x2a, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x33, 0x15, 0x3b, 0x76, 0x3b, 0x76, 0x3b, 0x77, 0x43, 0x97, 0x43, 0xd8, 0x4b, 0xf9, 0x4c, 0x3a, 0x54, 0x9d, 0x64, 0xff, 0x6d, 0x5f, 0x75, 0x9f, 0x6d, 0x5e, 0x64, 0xdd, 0x64, 0xdd, 0x64, 0xde, 0x65, 0x1f, 0x65, 0x1f, 0x5d, 0x3f, 0x5d, 0x3f, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x7f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x5d, 0x3f, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x5d, 0x1e, 0x5d, 0x1e, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x6d, 0x1f, 0x5c, 0xfd, 0x5c, 0xbd, 0x5c, 0xfd, 0x55, 0x1d, 0x5c, 0xfc, 0x5d, 0x1d, 0x65, 0x3e, 0x6d, 0x9f, 0x75, 0xde, 0x7e, 0x1e, 0x8e, 0x3f, 0x8e, 0x9f, 0x97, 0x1f, 0x9f, 0x9f, 0x9f, 0xbf, 0x9f, 0x9e, 0x9f, 0x9e, 0x9f, 0x7f, 0x97, 0x3f, 0x8e, 0x9f, 0x86, 0x3f, 0x7d, 0xff, 0x75, 0xbf, 0x6d, 0x5f, 0x6d, 0x1e, 0x65, 0x1d, 0x64, 0xdb, 0x5c, 0x9a, 0x5c, 0x58, 0x54, 0x18, 0x4b, 0xf7, 0x4b, 0xf6, 0x4b, 0xb6, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x13, 0x43, 0x55, 0x43, 0x96, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x30, 0x21, 0xf0, 0x21, 0xef, 0x19, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x08, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xeb, 0x01, 0x0b, 0x01, 0x2b, 0x01, 0x2c, 0x09, 0x4d, 0x09, 0x4d, 0x19, 0xcf, 0x32, 0xd3, 0x32, 0xf4, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0xb3, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xb3, 0x33, 0x14, 0x3b, 0x35, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x30, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x21, 0xae, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, - 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x01, 0x0b, 0x01, 0x0a, 0x00, 0xea, 0x00, 0xeb, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xea, 0x01, 0x0a, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8f, 0x11, 0xaf, 0x11, 0xaf, 0x19, 0xd0, 0x1a, 0x10, 0x22, 0x11, 0x22, 0x51, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x15, 0x3b, 0x55, 0x3b, 0x56, 0x3b, 0x76, 0x3b, 0x96, 0x43, 0xb7, 0x43, 0xf8, 0x4c, 0x3a, 0x54, 0x7c, 0x5c, 0xde, 0x6d, 0x3e, 0x6d, 0x1d, 0x64, 0xba, 0x64, 0xfc, 0x64, 0xfc, 0x65, 0x1d, 0x6d, 0x3f, 0x65, 0x3e, 0x65, 0x7f, 0x5d, 0x5f, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x5f, 0x65, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x5f, 0x65, 0x3f, 0x65, 0x3f, 0x65, 0x1f, 0x65, 0x1f, 0x5d, 0x3e, 0x5d, 0x3e, 0x65, 0x1e, 0x65, 0x1f, 0x65, 0x1f, 0x65, 0x3f, 0x64, 0xfe, 0x5c, 0xdd, 0x54, 0xfd, 0x54, 0xfc, 0x5c, 0xfc, 0x65, 0x3d, 0x6d, 0x5e, 0x75, 0x7e, 0x7d, 0xff, 0x86, 0x3f, 0x8e, 0x7f, 0x97, 0x3f, 0x9f, 0x7f, 0x9f, 0xbe, 0xa7, 0xbd, 0xaf, 0xbe, 0xaf, 0xbd, 0xa7, 0xbe, 0x9f, 0xbe, 0x9f, 0x7e, 0x8f, 0x1f, 0x86, 0x7f, 0x85, 0xff, 0x7d, 0xbf, 0x7d, 0xbf, 0x6d, 0x3d, 0x64, 0x9a, 0x5c, 0x59, 0x54, 0x18, 0x43, 0x55, 0x32, 0xb2, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x51, 0x3b, 0x14, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x30, 0x21, 0xf0, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0x8e, 0x11, 0x8d, 0x11, 0x6d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0a, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc8, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xea, 0x01, 0x0b, 0x01, 0x2b, 0x09, 0x4c, 0x09, 0x4d, 0x19, 0xcf, 0x32, 0xd3, 0x32, 0xf4, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0xb3, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x92, 0x2a, 0x52, 0x2a, 0x51, 0x2a, 0x93, 0x2a, 0x93, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x09, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x19, 0x8e, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x6d, - 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x4d, 0x09, 0x2c, 0x09, 0x0b, 0x01, 0x0a, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xea, 0x01, 0x0a, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xaf, 0x11, 0xaf, 0x19, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd4, 0x33, 0x14, 0x33, 0x15, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x76, 0x43, 0xb7, 0x43, 0xf8, 0x4c, 0x19, 0x54, 0x7b, 0x5c, 0xbd, 0x5c, 0x9b, 0x5c, 0xb9, 0x64, 0xda, 0x64, 0xfb, 0x6c, 0xfb, 0x6d, 0x1d, 0x6d, 0x3f, 0x6d, 0x7e, 0x6d, 0xbf, 0x65, 0x7f, 0x5d, 0x3f, 0x65, 0x3f, 0x65, 0x5f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x5f, 0x5d, 0x1f, 0x65, 0x1f, 0x64, 0xff, 0x5d, 0x1e, 0x5d, 0x1d, 0x5d, 0x1e, 0x6d, 0x1f, 0x65, 0x1f, 0x6d, 0x3f, 0x65, 0x1e, 0x5c, 0xdd, 0x5c, 0xfd, 0x54, 0xfd, 0x5d, 0x1d, 0x65, 0x3d, 0x6d, 0x5d, 0x75, 0xbe, 0x7d, 0xff, 0x86, 0x5f, 0x8e, 0xdf, 0x97, 0x1f, 0xa7, 0x7e, 0xaf, 0xbe, 0xb7, 0xbe, 0xb7, 0xde, 0xb7, 0xbe, 0xb7, 0xbe, 0xb7, 0xbe, 0xaf, 0xbd, 0xa7, 0xbe, 0x9f, 0xbf, 0x96, 0xbe, 0x75, 0x5a, 0x54, 0x17, 0x43, 0x55, 0x3a, 0xf3, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x32, 0x71, 0x3b, 0x34, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x30, 0x21, 0xef, 0x19, 0xae, 0x11, 0x6d, 0x11, 0x6d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x00, 0xea, 0x00, 0xaa, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc8, 0x00, 0xa8, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x11, 0x4d, 0x09, 0x4d, 0x19, 0xae, 0x32, 0xb3, 0x32, 0xf3, 0x2a, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x93, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x93, 0x32, 0xd4, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x21, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x4c, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x11, 0x6d, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x6d, - 0x19, 0x6e, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x4d, 0x09, 0x4d, 0x09, 0x4c, 0x00, 0xeb, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x01, 0x0a, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0xaf, 0x11, 0xaf, 0x19, 0xaf, 0x19, 0xd0, 0x22, 0x11, 0x22, 0x31, 0x22, 0x52, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x93, 0x2a, 0xd3, 0x2a, 0xb3, 0x32, 0xf4, 0x33, 0x15, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xf7, 0x4c, 0x18, 0x4c, 0x3a, 0x4c, 0x39, 0x54, 0x59, 0x5c, 0x99, 0x64, 0xba, 0x64, 0xba, 0x6c, 0xdb, 0x6c, 0xfc, 0x6d, 0x1e, 0x75, 0xbe, 0x76, 0x1f, 0x6d, 0xbf, 0x65, 0x7f, 0x65, 0x3f, 0x65, 0x3f, 0x6d, 0x5f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x3f, 0x65, 0x1f, 0x5c, 0xfe, 0x5c, 0xde, 0x5c, 0xfc, 0x5d, 0x1d, 0x65, 0x1e, 0x65, 0x1f, 0x65, 0x3f, 0x65, 0x3e, 0x5c, 0xdd, 0x54, 0xfd, 0x5c, 0xfe, 0x5c, 0xfd, 0x65, 0x3d, 0x6d, 0x5e, 0x75, 0x7e, 0x7d, 0xff, 0x86, 0x7f, 0x8e, 0xdf, 0x9f, 0x5f, 0xa7, 0xde, 0xaf, 0xbd, 0xbf, 0xbe, 0xc7, 0xdf, 0xc7, 0xbe, 0xc7, 0xbe, 0xbf, 0xde, 0xc7, 0xff, 0xae, 0xfc, 0x64, 0x55, 0x32, 0xf2, 0x3a, 0xf2, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x32, 0xb2, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x11, 0x21, 0xf0, 0x11, 0x8e, 0x09, 0x4d, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x00, 0xea, 0x00, 0xca, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc8, 0x00, 0xa8, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xc9, 0x00, 0xa8, 0x00, 0xc8, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xca, 0x00, 0xea, 0x09, 0x4d, 0x09, 0x4d, 0x11, 0x6e, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x92, 0x32, 0xb3, 0x2a, 0x93, 0x2a, 0x72, 0x2a, 0x52, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x4c, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, - 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x2b, 0x09, 0x0b, 0x01, 0x0a, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x01, 0x0a, 0x00, 0xeb, 0x01, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8f, 0x11, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x22, 0x11, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x93, 0x2a, 0x93, 0x32, 0xb4, 0x32, 0xf4, 0x3b, 0x35, 0x3b, 0x34, 0x3b, 0x76, 0x43, 0xb7, 0x4b, 0xf8, 0x43, 0xd7, 0x43, 0xd7, 0x54, 0x38, 0x5c, 0x79, 0x64, 0xb9, 0x64, 0xba, 0x64, 0xba, 0x6c, 0xdc, 0x75, 0x1d, 0x85, 0xde, 0x7d, 0xff, 0x76, 0x1f, 0x6d, 0x9f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x5f, 0x6d, 0x7f, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x65, 0x1e, 0x5c, 0xbd, 0x5c, 0xde, 0x5c, 0xfd, 0x54, 0xfc, 0x54, 0xfd, 0x65, 0x1e, 0x6d, 0x3f, 0x6d, 0x3f, 0x65, 0x1f, 0x5c, 0xde, 0x5d, 0x1d, 0x5d, 0x3d, 0x65, 0x5e, 0x65, 0x3d, 0x6d, 0x7f, 0x75, 0xbf, 0x7d, 0xdf, 0x86, 0x5e, 0x97, 0x1f, 0x9f, 0x5f, 0xa7, 0xbe, 0xbf, 0xde, 0xc7, 0xbe, 0xd7, 0xdf, 0xdf, 0xbf, 0xe7, 0x9f, 0xbe, 0x3b, 0x63, 0xb4, 0x3a, 0xb1, 0x3a, 0xd2, 0x42, 0xf2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xf3, 0x3a, 0xf3, 0x3a, 0xd2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x10, 0x3a, 0xf3, 0x4b, 0xb7, 0x43, 0x76, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x15, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x21, 0xf0, 0x11, 0x6d, 0x09, 0x2c, 0x09, 0x0b, 0x01, 0x0a, 0x00, 0xca, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xa8, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xc8, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xca, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x2c, 0x2a, 0x72, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x93, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xee, 0x21, 0xce, 0x21, 0xae, 0x19, 0xae, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x11, 0x4c, 0x2a, 0x51, 0x2a, 0x10, 0x29, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, - 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x09, 0x4c, 0x09, 0x2b, 0x01, 0x0b, 0x00, 0xeb, 0x01, 0x0a, 0x00, 0xea, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xea, 0x00, 0xea, 0x01, 0x0a, 0x01, 0x0a, 0x01, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x11, 0x2c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xd0, 0x21, 0xf0, 0x22, 0x11, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x96, 0x43, 0x96, 0x3b, 0x76, 0x43, 0x97, 0x4b, 0xf8, 0x54, 0x58, 0x5c, 0x79, 0x5c, 0x99, 0x64, 0xba, 0x6c, 0xdb, 0x75, 0x1c, 0x85, 0xdf, 0x86, 0x1f, 0x76, 0x1f, 0x6d, 0xdf, 0x6d, 0x7f, 0x65, 0x7f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x7f, 0x6d, 0x5f, 0x64, 0xff, 0x64, 0xdf, 0x5c, 0xdd, 0x5c, 0xdd, 0x5c, 0xdd, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xfc, 0x6d, 0x3e, 0x6d, 0x3f, 0x65, 0x1f, 0x5c, 0xfe, 0x5d, 0x1e, 0x65, 0x3e, 0x65, 0x3e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x7d, 0xde, 0x86, 0x5f, 0x8e, 0xdf, 0x9f, 0x5e, 0xaf, 0xbe, 0xbf, 0xde, 0xcf, 0xdf, 0xd7, 0x5e, 0xad, 0xda, 0x6b, 0xd4, 0x3a, 0x91, 0x3a, 0xb2, 0x42, 0xf2, 0x42, 0xf2, 0x43, 0x12, 0x43, 0x12, 0x42, 0xf2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x43, 0x35, 0x53, 0xf7, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x19, 0xcf, 0x11, 0x6d, 0x09, 0x0b, 0x00, 0xca, 0x00, 0xca, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xa8, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa9, 0x00, 0xa8, 0x00, 0xea, 0x09, 0x4c, 0x09, 0x4d, 0x00, 0xeb, 0x2a, 0x51, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x32, 0xd3, 0x2a, 0x72, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x31, 0x22, 0x11, 0x22, 0x11, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x50, 0x2a, 0x50, 0x21, 0xce, 0x21, 0xce, 0x21, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x32, 0x71, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, - 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x00, 0xeb, 0x01, 0x0a, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x01, 0x0a, 0x01, 0x0a, 0x00, 0xea, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x19, 0x6d, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0xae, 0x19, 0xaf, 0x19, 0xd0, 0x21, 0xf0, 0x22, 0x11, 0x22, 0x31, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x75, 0x43, 0x76, 0x43, 0xb7, 0x4b, 0xf8, 0x54, 0x59, 0x5c, 0x79, 0x5c, 0x79, 0x64, 0xbb, 0x75, 0x3d, 0x8d, 0xdf, 0x85, 0xff, 0x7d, 0xff, 0x75, 0xbf, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x5f, 0x65, 0x1e, 0x5c, 0xde, 0x5c, 0xde, 0x64, 0xdf, 0x64, 0xde, 0x5c, 0xbc, 0x5c, 0xfd, 0x54, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x65, 0x3e, 0x6d, 0x5f, 0x65, 0x1f, 0x5d, 0x1e, 0x5d, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x6d, 0x5e, 0x6d, 0x5f, 0x6d, 0x9f, 0x75, 0xbe, 0x86, 0x1f, 0x8e, 0xbf, 0x9f, 0x7e, 0xaf, 0xbf, 0xc7, 0x9e, 0xa5, 0xda, 0x5b, 0x94, 0x42, 0xd2, 0x42, 0xd2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xd2, 0x32, 0xb2, 0x32, 0xb1, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x51, 0x32, 0x92, 0x4b, 0x76, 0x53, 0xd7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x43, 0x54, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x11, 0x4d, 0x08, 0xca, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa8, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa7, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xc8, 0x00, 0xa8, 0x00, 0xe9, 0x11, 0x4c, 0x09, 0x4d, 0x01, 0x0b, 0x22, 0x51, 0x32, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x3b, 0x14, 0x43, 0x75, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x32, 0xd3, 0x2a, 0x72, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x32, 0x71, 0x21, 0xce, 0x21, 0xce, 0x19, 0xae, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2c, 0x01, 0x0b, 0x2a, 0x10, 0x2a, 0x51, 0x2a, 0x10, 0x29, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, - 0x19, 0xae, 0x19, 0x8e, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x01, 0x0a, 0x01, 0x0a, 0x00, 0xea, 0x01, 0x0a, 0x09, 0x0b, 0x01, 0x0a, 0x00, 0xeb, 0x00, 0xeb, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x11, 0x2c, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x6d, 0x11, 0x6d, 0x19, 0x6d, 0x19, 0x8d, 0x11, 0x8d, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xd0, 0x22, 0x10, 0x22, 0x11, 0x22, 0x11, 0x22, 0x11, 0x2a, 0x72, 0x2a, 0x93, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x33, 0x14, 0x3b, 0x35, 0x3b, 0x56, 0x3b, 0x76, 0x43, 0xb7, 0x4b, 0xf7, 0x54, 0x18, 0x5c, 0x59, 0x64, 0x9a, 0x75, 0x3d, 0x85, 0xff, 0x85, 0xdf, 0x7d, 0xbf, 0x75, 0x5f, 0x6d, 0x3f, 0x6d, 0x1f, 0x6c, 0xfe, 0x64, 0xbc, 0x5c, 0x39, 0x5c, 0x5a, 0x5c, 0x9c, 0x5c, 0xbd, 0x64, 0xde, 0x64, 0xdf, 0x5c, 0xdd, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0xbc, 0x5c, 0xfd, 0x75, 0x7f, 0x65, 0x3f, 0x5d, 0x1e, 0x5d, 0x3e, 0x65, 0x5e, 0x6d, 0x3e, 0x6d, 0x5e, 0x6d, 0x7f, 0x75, 0x7e, 0x6d, 0x9f, 0x7d, 0xff, 0x86, 0x9e, 0x97, 0x3f, 0x9e, 0xdc, 0x64, 0x14, 0x3a, 0x91, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4a, 0xf2, 0x4a, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xd2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x2a, 0x50, 0x3a, 0xd2, 0x4b, 0xb6, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xb6, 0x43, 0x96, 0x43, 0x76, 0x3b, 0x75, 0x43, 0x75, 0x43, 0x75, 0x43, 0x95, 0x4b, 0x95, 0x43, 0x75, 0x43, 0x74, 0x3b, 0x34, 0x32, 0xd3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x09, 0x2b, 0x00, 0xc9, 0x00, 0xa9, 0x00, 0xa8, 0x00, 0x88, 0x00, 0x67, 0x00, 0x68, 0x00, 0x68, 0x00, 0x67, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa8, 0x08, 0xe9, 0x09, 0x4c, 0x09, 0x4d, 0x09, 0x2b, 0x22, 0x31, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xd3, 0x3b, 0x34, 0x43, 0x75, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0x95, 0x4b, 0xb6, 0x43, 0x75, 0x3a, 0xf4, 0x32, 0x92, 0x2a, 0x51, 0x22, 0x11, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x51, 0x2a, 0x50, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x32, 0x51, 0x21, 0xef, 0x21, 0xae, 0x19, 0x8e, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x11, 0x4d, 0x32, 0x51, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0x8e, - 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2b, 0x08, 0xeb, 0x08, 0xeb, 0x08, 0xeb, 0x01, 0x0a, 0x00, 0xeb, 0x08, 0xeb, 0x08, 0xeb, 0x01, 0x0b, 0x00, 0xea, 0x00, 0xea, 0x00, 0xeb, 0x00, 0xeb, 0x09, 0x0b, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x19, 0x8d, 0x19, 0x8d, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xf0, 0x22, 0x11, 0x22, 0x31, 0x22, 0x11, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0xb3, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x32, 0xf4, 0x33, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x76, 0x4b, 0xb7, 0x4b, 0xd7, 0x54, 0x18, 0x5c, 0x79, 0x6d, 0x1c, 0x7d, 0xdf, 0x7d, 0xdf, 0x75, 0xbf, 0x75, 0x5f, 0x6d, 0x3f, 0x64, 0xfe, 0x5c, 0x9b, 0x54, 0x18, 0x54, 0x19, 0x5c, 0x39, 0x5c, 0x5a, 0x5c, 0x5b, 0x5c, 0x9c, 0x5c, 0x9c, 0x5c, 0x7b, 0x54, 0x59, 0x54, 0x9b, 0x54, 0x9b, 0x54, 0xdc, 0x6d, 0x5e, 0x6d, 0x5f, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7f, 0x6d, 0x7e, 0x6d, 0x7f, 0x75, 0xbf, 0x7d, 0xdf, 0x86, 0x3e, 0x6d, 0x39, 0x4b, 0x73, 0x3a, 0xf2, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x12, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x12, 0x4a, 0xf2, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x42, 0xf2, 0x43, 0x12, 0x42, 0xf2, 0x3a, 0xf2, 0x32, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x91, 0x2a, 0x70, 0x3a, 0xf3, 0x5c, 0x17, 0x5c, 0x38, 0x4b, 0xf7, 0x4b, 0xb7, 0x43, 0xb6, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb5, 0x4b, 0x95, 0x4b, 0x75, 0x3a, 0xf3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x29, 0xf0, 0x11, 0x4d, 0x08, 0xeb, 0x00, 0xa9, 0x00, 0x88, 0x00, 0x88, 0x00, 0x68, 0x00, 0x68, 0x00, 0x68, 0x00, 0x67, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xc9, 0x09, 0x4c, 0x11, 0x4d, 0x09, 0x2c, 0x22, 0x10, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xb3, 0x32, 0x93, 0x32, 0x92, 0x32, 0xb3, 0x3b, 0x14, 0x4b, 0x75, 0x4b, 0xb5, 0x53, 0xd6, 0x4b, 0xb6, 0x53, 0xd6, 0x4b, 0x95, 0x3b, 0x14, 0x32, 0xb2, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x11, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x50, 0x21, 0xcf, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x32, 0x71, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x8e, - 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x0b, 0x08, 0xeb, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x00, 0xea, 0x01, 0x0a, 0x00, 0xca, 0x00, 0xea, 0x08, 0xeb, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x6c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8f, 0x11, 0x8f, 0x19, 0xaf, 0x19, 0xd0, 0x21, 0xf0, 0x22, 0x31, 0x22, 0x11, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf4, 0x3b, 0x35, 0x43, 0x76, 0x4b, 0xb6, 0x4b, 0xd7, 0x5c, 0x5a, 0x6c, 0xfc, 0x6d, 0x5e, 0x75, 0x9f, 0x75, 0x7f, 0x75, 0x5f, 0x6d, 0x1f, 0x64, 0xbd, 0x54, 0x39, 0x54, 0x18, 0x54, 0x18, 0x54, 0x19, 0x5c, 0x19, 0x5c, 0x3a, 0x5c, 0x7b, 0x64, 0x9c, 0x64, 0x9c, 0x53, 0xf7, 0x4c, 0x18, 0x54, 0x38, 0x54, 0x79, 0x64, 0xdb, 0x75, 0x9f, 0x65, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7f, 0x6d, 0x5f, 0x6d, 0x5f, 0x6d, 0x7f, 0x75, 0xbf, 0x6d, 0x5c, 0x4b, 0xd5, 0x3a, 0xd2, 0x3a, 0xd2, 0x43, 0x12, 0x43, 0x12, 0x42, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x43, 0x12, 0x43, 0x13, 0x43, 0x13, 0x3a, 0xf2, 0x3a, 0xb2, 0x32, 0x91, 0x32, 0x91, 0x32, 0x71, 0x3b, 0x13, 0x5c, 0x38, 0x5c, 0x58, 0x53, 0xf8, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xd6, 0x43, 0x55, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x19, 0xae, 0x09, 0x0b, 0x00, 0xca, 0x00, 0xc9, 0x00, 0x68, 0x00, 0x68, 0x00, 0x68, 0x00, 0x67, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa8, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x4c, 0x11, 0x6d, 0x3a, 0xf3, 0x3b, 0x14, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0x92, 0x32, 0xb3, 0x3a, 0xf4, 0x43, 0x55, 0x53, 0xb5, 0x53, 0xd5, 0x53, 0xd5, 0x5b, 0xf5, 0x53, 0xb5, 0x43, 0x34, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x21, 0xcf, 0x19, 0x8d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x08, 0xeb, 0x08, 0xeb, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xae, - 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x6d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x0b, 0x08, 0xea, 0x00, 0xca, 0x00, 0xea, 0x00, 0xeb, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8d, 0x11, 0x8d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x11, 0x8f, 0x11, 0x8e, 0x11, 0x8f, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x3a, 0xd3, 0x3a, 0xf3, 0x3b, 0x14, 0x43, 0x35, 0x4b, 0x96, 0x43, 0x96, 0x64, 0x9b, 0x6d, 0x3f, 0x6d, 0x3f, 0x6d, 0x3f, 0x64, 0xfe, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x54, 0x18, 0x54, 0x19, 0x54, 0x19, 0x5c, 0x39, 0x5c, 0x5a, 0x5c, 0x7b, 0x5c, 0x7b, 0x4b, 0xd6, 0x4b, 0xd7, 0x54, 0x38, 0x5c, 0x58, 0x5c, 0x38, 0x5c, 0x7b, 0x6d, 0x5f, 0x6d, 0x3e, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7f, 0x6d, 0x7e, 0x64, 0xda, 0x3b, 0x54, 0x3a, 0xd2, 0x3a, 0xf3, 0x3a, 0xd2, 0x3a, 0xf2, 0x3a, 0xf2, 0x42, 0xf2, 0x4a, 0xf2, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x12, 0x4b, 0x13, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x43, 0x33, 0x42, 0xf3, 0x3a, 0xd2, 0x3a, 0xb2, 0x32, 0x91, 0x32, 0x71, 0x43, 0x34, 0x5c, 0x38, 0x5c, 0x58, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb6, 0x43, 0xb7, 0x43, 0xb7, 0x4b, 0x96, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x09, 0x2c, 0x00, 0xea, 0x00, 0xc9, 0x00, 0x88, 0x00, 0x47, 0x00, 0x68, 0x00, 0x68, 0x00, 0x88, 0x00, 0x68, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x11, 0x2c, 0x09, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x32, 0xb2, 0x3b, 0x34, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x43, 0x34, 0x4b, 0x95, 0x53, 0xd5, 0x53, 0xd5, 0x5b, 0xf5, 0x53, 0xd5, 0x43, 0x55, 0x32, 0xd3, 0x2a, 0x72, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xae, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x11, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x08, 0xeb, 0x08, 0xeb, 0x00, 0xea, 0x00, 0xeb, 0x09, 0x0b, 0x09, 0x0a, 0x08, 0xeb, 0x09, 0x0b, 0x19, 0xce, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xae, - 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x00, 0xea, 0x00, 0xeb, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x6e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x72, 0x32, 0xb2, 0x32, 0x92, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x75, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x96, 0x54, 0x18, 0x5c, 0x5a, 0x54, 0x39, 0x54, 0x19, 0x54, 0x18, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x19, 0x5c, 0x39, 0x5c, 0x39, 0x5c, 0x7b, 0x5c, 0x7b, 0x4b, 0x97, 0x4b, 0x96, 0x4b, 0x96, 0x54, 0x18, 0x5c, 0x58, 0x5c, 0x59, 0x6d, 0x3e, 0x6d, 0x1f, 0x64, 0xfe, 0x6d, 0x3e, 0x6d, 0x7e, 0x75, 0xbf, 0x64, 0xda, 0x32, 0xd2, 0x3a, 0xf2, 0x3a, 0xd3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf2, 0x43, 0x12, 0x43, 0x12, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x13, 0x4b, 0x13, 0x4b, 0x33, 0x53, 0x33, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x43, 0x13, 0x42, 0xf2, 0x3a, 0xf2, 0x3a, 0xb2, 0x32, 0x91, 0x43, 0x54, 0x5c, 0x38, 0x5c, 0x38, 0x53, 0xf8, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x43, 0x76, 0x3b, 0x55, 0x3b, 0x34, 0x3b, 0x14, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x11, 0x6d, 0x08, 0xea, 0x00, 0xea, 0x00, 0xa8, 0x00, 0x68, 0x00, 0x68, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa8, 0x09, 0x0a, 0x11, 0x4d, 0x09, 0x4c, 0x11, 0x4d, 0x22, 0x30, 0x3b, 0x14, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xb2, 0x2a, 0x92, 0x32, 0xb3, 0x3b, 0x14, 0x43, 0x75, 0x4b, 0x95, 0x5b, 0xd5, 0x5b, 0xf5, 0x53, 0xb5, 0x43, 0x75, 0x3a, 0xf3, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xef, 0x29, 0xef, 0x29, 0xef, 0x29, 0xef, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x11, 0x4d, 0x09, 0x4d, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x2b, 0x08, 0xeb, 0x09, 0x0a, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x08, 0xea, 0x08, 0xeb, 0x08, 0xea, 0x11, 0x2c, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x10, 0x29, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, - 0x19, 0xaf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8f, 0x19, 0xaf, 0x19, 0x8e, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x11, 0x8e, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x43, 0x55, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x35, 0x43, 0x76, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf8, 0x53, 0xf8, 0x54, 0x18, 0x5c, 0x19, 0x5c, 0x39, 0x5c, 0x5a, 0x64, 0x7b, 0x5c, 0x19, 0x43, 0x76, 0x4b, 0xb6, 0x4b, 0xb6, 0x4b, 0xb7, 0x54, 0x38, 0x64, 0xfb, 0x6d, 0x5f, 0x6d, 0x1f, 0x6d, 0x1f, 0x6d, 0x1e, 0x4b, 0xf7, 0x32, 0xb1, 0x3a, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xd2, 0x3a, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4b, 0x12, 0x4a, 0xf2, 0x4b, 0x13, 0x4b, 0x13, 0x53, 0x33, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x13, 0x42, 0xf3, 0x42, 0xd3, 0x3a, 0xd2, 0x3a, 0xb2, 0x43, 0x54, 0x54, 0x18, 0x5c, 0x18, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x43, 0x75, 0x43, 0x55, 0x43, 0x55, 0x43, 0x54, 0x43, 0x34, 0x3b, 0x14, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x19, 0x8e, 0x08, 0xeb, 0x00, 0xea, 0x00, 0x89, 0x00, 0x68, 0x00, 0x68, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa9, 0x09, 0x2c, 0x09, 0x4d, 0x09, 0x4c, 0x19, 0xaf, 0x3a, 0xd3, 0x43, 0x34, 0x3a, 0xf3, 0x2a, 0xb3, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x3b, 0x14, 0x43, 0x54, 0x53, 0xb5, 0x5b, 0xd5, 0x4b, 0xb5, 0x43, 0x74, 0x3a, 0xf3, 0x32, 0x92, 0x2a, 0x51, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xef, 0x19, 0x8e, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x4c, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0b, 0x08, 0xeb, 0x08, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xea, 0x09, 0x0b, 0x08, 0xeb, 0x09, 0x2b, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, - 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x8e, 0x19, 0x6e, 0x11, 0x8d, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xd3, 0x3a, 0xf4, 0x3b, 0x14, 0x32, 0xb3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0xb7, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x19, 0x54, 0x19, 0x5c, 0x3a, 0x5c, 0x7b, 0x5c, 0x39, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x54, 0x38, 0x6c, 0xdc, 0x6d, 0x5f, 0x6d, 0x1e, 0x53, 0xd7, 0x32, 0xb2, 0x3a, 0xd3, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xd2, 0x3a, 0xf2, 0x42, 0xf2, 0x42, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4a, 0xf2, 0x4b, 0x13, 0x4b, 0x13, 0x53, 0x33, 0x53, 0x33, 0x53, 0x33, 0x53, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x13, 0x43, 0x13, 0x42, 0xf3, 0x42, 0xf3, 0x3a, 0xd2, 0x4b, 0x55, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0x96, 0x4b, 0x75, 0x4b, 0x75, 0x43, 0x34, 0x3b, 0x14, 0x3a, 0xd3, 0x32, 0xb2, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xae, 0x08, 0xea, 0x00, 0xca, 0x00, 0xc9, 0x00, 0x88, 0x00, 0x68, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0xa9, 0x09, 0x2b, 0x09, 0x4c, 0x09, 0x2c, 0x11, 0x4d, 0x2a, 0x71, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xb2, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x3a, 0xf3, 0x4b, 0x95, 0x53, 0xb4, 0x4b, 0x94, 0x43, 0x34, 0x3a, 0xf3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4d, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x08, 0xeb, 0x09, 0x2b, 0x08, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xea, 0x08, 0xeb, 0x08, 0xeb, 0x00, 0xea, 0x22, 0x10, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, - 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6e, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x4d, 0x09, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x19, 0x8e, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x76, 0x4b, 0x96, 0x4b, 0xb7, 0x53, 0xf7, 0x54, 0x18, 0x5c, 0x39, 0x5c, 0x5a, 0x5c, 0x39, 0x4b, 0xd7, 0x4b, 0xb7, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xd7, 0x53, 0xf7, 0x54, 0x38, 0x5c, 0x9a, 0x53, 0xd6, 0x32, 0x92, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x3a, 0xf2, 0x3a, 0xf2, 0x43, 0x12, 0x43, 0x12, 0x43, 0x12, 0x4b, 0x12, 0x4b, 0x12, 0x4b, 0x33, 0x53, 0x33, 0x53, 0x33, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x43, 0x13, 0x43, 0x13, 0x42, 0xf3, 0x3a, 0xd2, 0x4b, 0x74, 0x5c, 0x17, 0x53, 0xf7, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf7, 0x53, 0xf7, 0x4b, 0xb6, 0x4b, 0x96, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xd7, 0x53, 0xd6, 0x4b, 0xd6, 0x4b, 0x95, 0x43, 0x55, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x08, 0xeb, 0x00, 0xea, 0x00, 0xa9, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa8, 0x00, 0x88, 0x00, 0xa8, 0x08, 0xea, 0x11, 0x2c, 0x11, 0x4c, 0x09, 0x2c, 0x19, 0xef, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x4b, 0x74, 0x4b, 0x94, 0x43, 0x74, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x29, 0xf0, 0x29, 0xf0, 0x2a, 0x10, 0x29, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2b, 0x09, 0x2b, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x08, 0xeb, 0x08, 0xeb, 0x09, 0x2b, 0x08, 0xeb, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x08, 0xea, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, - 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6e, 0x19, 0x6e, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x32, 0x72, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf8, 0x5c, 0x5a, 0x5c, 0x5a, 0x54, 0x39, 0x4b, 0xb6, 0x54, 0x18, 0x54, 0x38, 0x54, 0x38, 0x54, 0x18, 0x54, 0x38, 0x4b, 0x95, 0x2a, 0x51, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x72, 0x32, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf2, 0x3b, 0x12, 0x43, 0x12, 0x43, 0x12, 0x43, 0x12, 0x4b, 0x13, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x53, 0x53, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x3a, 0xd2, 0x4b, 0x55, 0x5b, 0xf7, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xb6, 0x4b, 0xb7, 0x53, 0xf7, 0x5c, 0x18, 0x5c, 0x38, 0x5c, 0x38, 0x5c, 0x17, 0x53, 0xf7, 0x4b, 0xb6, 0x43, 0x55, 0x3b, 0x13, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x31, 0x2a, 0x11, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x09, 0x2b, 0x01, 0x2b, 0x00, 0xa9, 0x00, 0x68, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0xa9, 0x09, 0x2b, 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x8d, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x51, 0x43, 0x34, 0x43, 0x54, 0x3b, 0x14, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x31, 0x2a, 0x30, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x11, 0x2a, 0x51, 0x29, 0xf0, 0x21, 0xef, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x08, 0xeb, 0x08, 0xeb, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x08, 0xeb, 0x08, 0xeb, 0x09, 0x2b, 0x09, 0x2b, 0x2a, 0x50, 0x32, 0xb3, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xf0, - 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x29, 0xef, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x21, 0xaf, 0x21, 0xcf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x6d, 0x19, 0x6d, 0x19, 0x6e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x52, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x93, 0x32, 0x93, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x43, 0x35, 0x43, 0x55, 0x43, 0x76, 0x4b, 0x97, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xd7, 0x53, 0xf8, 0x54, 0x19, 0x5c, 0x5a, 0x53, 0xf7, 0x54, 0x38, 0x5c, 0x59, 0x5c, 0x79, 0x5c, 0x59, 0x43, 0x55, 0x2a, 0x71, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x72, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x3a, 0xf2, 0x3b, 0x12, 0x43, 0x12, 0x43, 0x12, 0x43, 0x33, 0x4b, 0x33, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x43, 0x33, 0x43, 0x13, 0x42, 0xf3, 0x3a, 0xb2, 0x4b, 0x74, 0x5c, 0x17, 0x53, 0xf7, 0x5c, 0x18, 0x54, 0x18, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xd7, 0x54, 0x18, 0x5c, 0x59, 0x64, 0x9a, 0x6c, 0xba, 0x64, 0x9a, 0x64, 0x58, 0x5c, 0x17, 0x4b, 0xb6, 0x43, 0x55, 0x3a, 0xf3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x19, 0x8e, 0x09, 0x0b, 0x09, 0x0b, 0x00, 0xc9, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0x88, 0x08, 0xc9, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x0b, 0x22, 0x10, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x22, 0x10, 0x3a, 0xf3, 0x3a, 0xf4, 0x32, 0xd3, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x21, 0xef, 0x29, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0x6d, 0x11, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x4c, 0x09, 0x2c, 0x11, 0x4c, 0x09, 0x2b, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x08, 0xeb, 0x08, 0xeb, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x0b, 0x3a, 0xd3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, - 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x51, 0x32, 0x71, 0x32, 0x71, 0x32, 0xb2, 0x3a, 0xd2, 0x3a, 0xd2, 0x3a, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x71, 0x2a, 0x51, 0x2a, 0x30, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xae, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x6e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x32, 0x92, 0x32, 0x72, 0x21, 0xf0, 0x2a, 0x11, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x93, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x96, 0x4b, 0x97, 0x4b, 0xd7, 0x53, 0xf8, 0x54, 0x19, 0x5c, 0x39, 0x5c, 0x39, 0x54, 0x18, 0x53, 0xf8, 0x53, 0xf8, 0x54, 0x38, 0x5c, 0x99, 0x64, 0xba, 0x4b, 0xd7, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x91, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x3b, 0x12, 0x3b, 0x12, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x4b, 0x33, 0x43, 0x33, 0x43, 0x13, 0x43, 0x13, 0x3a, 0xd2, 0x4b, 0x34, 0x53, 0xf7, 0x5c, 0x18, 0x54, 0x18, 0x54, 0x38, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xd7, 0x53, 0xf7, 0x5c, 0x59, 0x64, 0xbb, 0x6c, 0xfd, 0x75, 0x3e, 0x75, 0x3d, 0x6c, 0xfb, 0x64, 0x99, 0x5c, 0x17, 0x4b, 0xb6, 0x43, 0x34, 0x32, 0xd3, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xd0, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xae, 0x21, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x19, 0x8d, 0x09, 0x0b, 0x00, 0xea, 0x00, 0xa9, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xea, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4d, 0x32, 0x72, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x31, 0x21, 0xef, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x93, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x21, 0xcf, 0x29, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x11, 0x6d, 0x11, 0x4d, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x08, 0xeb, 0x09, 0x0b, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x08, 0xeb, 0x08, 0xeb, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x2c, 0x21, 0xcf, 0x3b, 0x14, 0x32, 0x92, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x11, - 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x31, 0x32, 0x71, 0x32, 0x72, 0x3a, 0xd2, 0x42, 0xf3, 0x43, 0x13, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x4b, 0x54, 0x43, 0x33, 0x43, 0x13, 0x3a, 0xd2, 0x32, 0xb2, 0x3a, 0xd3, 0x32, 0xb2, 0x2a, 0x51, 0x2a, 0x10, 0x29, 0xef, 0x21, 0xaf, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x21, 0xaf, 0x21, 0xd0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xef, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x32, 0x51, 0x2a, 0x51, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x35, 0x43, 0x76, 0x4b, 0xd7, 0x53, 0xf8, 0x54, 0x18, 0x54, 0x19, 0x5c, 0x3a, 0x5c, 0x5a, 0x5c, 0x5b, 0x5c, 0x5b, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x79, 0x53, 0xf7, 0x2a, 0x92, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x72, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf2, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x4b, 0x33, 0x43, 0x13, 0x42, 0xf3, 0x42, 0xf3, 0x42, 0xd2, 0x43, 0x13, 0x53, 0xd7, 0x5c, 0x38, 0x5c, 0x18, 0x5c, 0x38, 0x54, 0x18, 0x4b, 0xd7, 0x4b, 0xd7, 0x54, 0x18, 0x64, 0x79, 0x6c, 0xfc, 0x7d, 0x7f, 0x85, 0xbf, 0x85, 0xbf, 0x85, 0x7f, 0x75, 0x1d, 0x64, 0x99, 0x53, 0xf7, 0x4b, 0x75, 0x3b, 0x14, 0x32, 0xb2, 0x2a, 0x72, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x2a, 0x10, 0x11, 0x6d, 0x09, 0x0b, 0x08, 0xea, 0x00, 0xa9, 0x00, 0x88, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x09, 0x0b, 0x09, 0x2c, 0x11, 0x4c, 0x19, 0x8e, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x21, 0xcf, 0x32, 0x72, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0x10, 0x21, 0xcf, 0x29, 0xef, 0x29, 0xef, 0x21, 0xef, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x0c, 0x09, 0x0c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x08, 0xeb, 0x09, 0x0b, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x08, 0xea, 0x08, 0xeb, 0x09, 0x2b, 0x09, 0x2b, 0x08, 0xeb, 0x09, 0x0b, 0x32, 0x72, 0x3a, 0xd3, 0x32, 0x92, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x31, - 0x2a, 0x51, 0x2a, 0x11, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x50, 0x32, 0x71, 0x32, 0x92, 0x3a, 0xf3, 0x43, 0x33, 0x4b, 0x75, 0x53, 0xb5, 0x5b, 0xf6, 0x64, 0x17, 0x64, 0x37, 0x64, 0x16, 0x5b, 0xf6, 0x53, 0xb5, 0x5b, 0xd6, 0x53, 0xb5, 0x4b, 0x54, 0x43, 0x13, 0x3a, 0xb2, 0x32, 0x71, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x21, 0xaf, 0x21, 0xd0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x32, 0x51, 0x2a, 0x51, 0x2a, 0x10, 0x21, 0xaf, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x32, 0xf4, 0x3b, 0x14, 0x43, 0x55, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x19, 0x54, 0x3a, 0x5c, 0x7a, 0x5c, 0x7b, 0x64, 0x9b, 0x5c, 0x7b, 0x5c, 0x9b, 0x5c, 0x5a, 0x43, 0x34, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x43, 0x13, 0x42, 0xf3, 0x42, 0xd2, 0x3a, 0xb2, 0x53, 0xb6, 0x5c, 0x59, 0x5c, 0x18, 0x5c, 0x38, 0x53, 0xf8, 0x53, 0xd7, 0x53, 0xf7, 0x5c, 0x38, 0x64, 0xba, 0x75, 0x3e, 0x85, 0xbf, 0x96, 0x1f, 0x96, 0x5f, 0x96, 0x3f, 0x8d, 0xdf, 0x75, 0x3d, 0x64, 0x79, 0x53, 0xd6, 0x43, 0x54, 0x32, 0xd3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x30, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x2a, 0x10, 0x11, 0x6d, 0x09, 0x2b, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xea, 0x00, 0xca, 0x09, 0x0b, 0x11, 0x4d, 0x11, 0x4d, 0x22, 0x10, 0x2a, 0x71, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x21, 0xcf, 0x2a, 0x71, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x72, 0x2a, 0x30, 0x21, 0xef, 0x21, 0xcf, 0x29, 0xef, 0x21, 0xef, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xae, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x11, 0x2c, 0x09, 0x0c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x08, 0xea, 0x08, 0xeb, 0x08, 0xeb, 0x09, 0x0b, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x08, 0xeb, 0x08, 0xeb, 0x09, 0x2b, 0x08, 0xeb, 0x09, 0x0a, 0x00, 0xea, 0x19, 0xae, 0x43, 0x34, 0x32, 0xd3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x71, - 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xef, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x32, 0x71, 0x32, 0xb2, 0x43, 0x13, 0x4b, 0x75, 0x5b, 0xd6, 0x64, 0x37, 0x6c, 0x99, 0x74, 0xda, 0x7c, 0xda, 0x74, 0xfa, 0x74, 0xb9, 0x74, 0xda, 0x74, 0xb9, 0x64, 0x58, 0x64, 0x17, 0x53, 0x95, 0x43, 0x14, 0x3a, 0xb2, 0x32, 0x71, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x50, 0x32, 0x51, 0x2a, 0x10, 0x19, 0x8e, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x93, 0x32, 0xd3, 0x3b, 0x35, 0x43, 0x76, 0x4b, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xf8, 0x54, 0x19, 0x5c, 0x5a, 0x5c, 0x9a, 0x64, 0x9b, 0x6c, 0xbc, 0x6c, 0xfd, 0x64, 0xbc, 0x54, 0x18, 0x4b, 0x96, 0x3a, 0xf3, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf2, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x42, 0xf2, 0x42, 0xf2, 0x42, 0xd2, 0x3a, 0xb2, 0x4b, 0x75, 0x5c, 0x59, 0x5c, 0x18, 0x5c, 0x38, 0x54, 0x18, 0x53, 0xd7, 0x53, 0xf7, 0x5c, 0x58, 0x64, 0xdb, 0x75, 0x5e, 0x8e, 0x1f, 0x9e, 0xbf, 0xa7, 0x3f, 0xa7, 0x1f, 0x9e, 0x7f, 0x85, 0xbf, 0x74, 0xfb, 0x5c, 0x37, 0x4b, 0x95, 0x3b, 0x14, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xf0, 0x22, 0x10, 0x21, 0xef, 0x11, 0x6d, 0x09, 0x0a, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0xc9, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xaa, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x6d, 0x22, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x21, 0xcf, 0x2a, 0x31, 0x2a, 0x52, 0x2a, 0x51, 0x22, 0x11, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x92, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x11, 0x2c, 0x09, 0x0c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x08, 0xeb, 0x08, 0xea, 0x08, 0xeb, 0x08, 0xeb, 0x08, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xca, 0x00, 0xea, 0x01, 0x0a, 0x00, 0xea, 0x08, 0xea, 0x08, 0xeb, 0x08, 0xeb, 0x00, 0xca, 0x00, 0xea, 0x01, 0x0a, 0x00, 0xc9, 0x32, 0x71, 0x43, 0x55, 0x32, 0xd3, 0x32, 0x93, 0x32, 0x72, - 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x32, 0x72, 0x32, 0xb2, 0x43, 0x34, 0x4b, 0x95, 0x5c, 0x16, 0x6c, 0x78, 0x7c, 0xfa, 0x85, 0x5d, 0x8d, 0x7e, 0x8d, 0x9e, 0x9d, 0xff, 0x8d, 0xbf, 0x85, 0x3d, 0x74, 0xfa, 0x6c, 0x78, 0x64, 0x17, 0x53, 0xb5, 0x43, 0x14, 0x3a, 0xd3, 0x32, 0x72, 0x2a, 0x51, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x30, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x93, 0x32, 0xd4, 0x3b, 0x35, 0x43, 0x76, 0x4b, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xd8, 0x53, 0xf8, 0x5c, 0x5a, 0x5c, 0x9a, 0x64, 0x9b, 0x6c, 0xbc, 0x6c, 0xdc, 0x64, 0x7a, 0x5b, 0xf7, 0x53, 0xf7, 0x53, 0xf7, 0x43, 0x34, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x13, 0x42, 0xf2, 0x3a, 0xd2, 0x3a, 0xd2, 0x3a, 0xd2, 0x4b, 0x54, 0x5c, 0x18, 0x5c, 0x39, 0x5c, 0x39, 0x5c, 0x18, 0x53, 0xf7, 0x53, 0xf7, 0x5c, 0x38, 0x64, 0xbb, 0x7d, 0x7e, 0x8e, 0x3f, 0xa7, 0x1f, 0xaf, 0xbf, 0xb7, 0xdf, 0xaf, 0x5f, 0x96, 0x5f, 0x7d, 0x5e, 0x6c, 0x99, 0x53, 0xf6, 0x43, 0x54, 0x32, 0xf3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x19, 0xae, 0x11, 0x6c, 0x00, 0xaa, 0x00, 0x89, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xc9, 0x00, 0xc9, 0x09, 0x0b, 0x11, 0x4c, 0x11, 0x2c, 0x21, 0xcf, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x21, 0xf0, 0x2a, 0x11, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x30, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x2a, 0x10, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xaf, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x0c, 0x11, 0x4c, 0x09, 0x0c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x08, 0xea, 0x08, 0xea, 0x08, 0xea, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xaa, 0x00, 0xca, 0x08, 0xea, 0x09, 0x0a, 0x00, 0xea, 0x01, 0x0a, 0x00, 0xeb, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0x88, 0x00, 0xa9, 0x00, 0x68, 0x3a, 0xf3, 0x43, 0x55, 0x32, 0xd3, 0x32, 0x93, - 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x72, 0x32, 0xb2, 0x3b, 0x13, 0x4b, 0x75, 0x5b, 0xf6, 0x6c, 0x78, 0x7d, 0x1b, 0x8d, 0x7e, 0x95, 0xff, 0xa6, 0xbf, 0xa6, 0x7f, 0x9e, 0x3f, 0x95, 0xdf, 0x85, 0x5e, 0x74, 0xda, 0x6c, 0x58, 0x5b, 0xf6, 0x4b, 0x75, 0x43, 0x13, 0x32, 0xb2, 0x32, 0x71, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x2a, 0x71, 0x21, 0xaf, 0x11, 0x4d, 0x19, 0x8e, 0x19, 0x8e, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x33, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x76, 0x4b, 0xb6, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xf8, 0x54, 0x3a, 0x5c, 0x5b, 0x5c, 0x9b, 0x64, 0xbc, 0x64, 0xbb, 0x5c, 0x17, 0x53, 0xf7, 0x54, 0x17, 0x53, 0xf7, 0x54, 0x18, 0x4b, 0x75, 0x21, 0xf0, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x13, 0x3b, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf2, 0x3a, 0xd2, 0x3a, 0xd2, 0x3a, 0xd2, 0x43, 0x13, 0x53, 0xf7, 0x5c, 0x59, 0x5c, 0x59, 0x5c, 0x38, 0x5c, 0x17, 0x5c, 0x17, 0x5c, 0x38, 0x64, 0x9b, 0x7d, 0x5e, 0x8e, 0x1f, 0xa7, 0x3f, 0xb7, 0xde, 0xbf, 0xde, 0xb7, 0xdf, 0xa7, 0x1f, 0x8e, 0x1f, 0x75, 0x1c, 0x5c, 0x38, 0x4b, 0x95, 0x3b, 0x14, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x11, 0x6d, 0x00, 0xca, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xa9, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x11, 0x4c, 0x11, 0x4d, 0x09, 0x0c, 0x21, 0xef, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xcf, 0x21, 0xf0, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x11, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x11, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x32, 0x92, 0x2a, 0x30, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x2b, 0x09, 0x0b, 0x08, 0xeb, 0x08, 0xeb, 0x09, 0x0a, 0x08, 0xea, 0x00, 0xaa, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x00, 0xea, 0x09, 0x0a, 0x09, 0x2b, 0x19, 0x8d, 0x29, 0xef, 0x2a, 0x10, 0x2a, 0x31, 0x32, 0x71, 0x32, 0x92, 0x32, 0x92, 0x32, 0x72, 0x32, 0x71, 0x2a, 0x30, 0x43, 0x14, 0x3b, 0x14, 0x32, 0xd3, - 0x43, 0x55, 0x43, 0x35, 0x43, 0x35, 0x3b, 0x14, 0x32, 0xb3, 0x32, 0x72, 0x2a, 0x31, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x3a, 0xd3, 0x43, 0x34, 0x53, 0xb5, 0x64, 0x37, 0x74, 0xda, 0x85, 0x5d, 0x9e, 0x5f, 0xa6, 0x9f, 0xa6, 0x7f, 0x9e, 0x5f, 0x96, 0x1f, 0x8d, 0x9f, 0x7d, 0x1c, 0x6c, 0x99, 0x5b, 0xf7, 0x53, 0x95, 0x43, 0x34, 0x3a, 0xd3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x92, 0x32, 0x71, 0x19, 0xae, 0x09, 0x2c, 0x11, 0x6d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xf4, 0x33, 0x15, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x76, 0x43, 0x97, 0x4b, 0xb7, 0x4b, 0xd8, 0x54, 0x39, 0x54, 0x5a, 0x5c, 0x5b, 0x5c, 0x5b, 0x53, 0xf8, 0x4b, 0xb6, 0x4b, 0xd7, 0x53, 0xd7, 0x53, 0xf7, 0x4b, 0xd7, 0x53, 0xd7, 0x43, 0x75, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x3b, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x13, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf2, 0x3a, 0xd2, 0x3a, 0xf2, 0x3a, 0xd2, 0x42, 0xf3, 0x5b, 0xf7, 0x64, 0x79, 0x64, 0x79, 0x64, 0x79, 0x5c, 0x38, 0x5c, 0x17, 0x5c, 0x38, 0x64, 0x9a, 0x75, 0x3d, 0x8d, 0xff, 0xa7, 0x3f, 0xb7, 0xff, 0xc7, 0xfe, 0xbf, 0xff, 0xaf, 0x9f, 0x9e, 0x9f, 0x85, 0x7e, 0x6c, 0x99, 0x53, 0xf6, 0x43, 0x55, 0x3a, 0xf3, 0x2a, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xd0, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x09, 0x2b, 0x00, 0xa9, 0x00, 0xc9, 0x00, 0xca, 0x00, 0xca, 0x00, 0xca, 0x00, 0xea, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x4c, 0x21, 0xef, 0x2a, 0x30, 0x29, 0xf0, 0x21, 0xcf, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x32, 0x71, 0x2a, 0x10, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x2c, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x11, 0x0b, 0x11, 0x2c, 0x19, 0x8e, 0x21, 0xcf, 0x29, 0xf0, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x92, 0x43, 0x55, 0x43, 0x55, - 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x76, 0x43, 0x55, 0x43, 0x14, 0x3b, 0x14, 0x3a, 0xd3, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x3a, 0xd3, 0x4b, 0x54, 0x53, 0xb6, 0x6c, 0x99, 0x7d, 0x3c, 0x8d, 0x9f, 0x95, 0xdf, 0x95, 0xff, 0x95, 0xff, 0x8d, 0xbf, 0x85, 0x5e, 0x7c, 0xfb, 0x6c, 0x99, 0x5b, 0xf7, 0x53, 0xb5, 0x43, 0x54, 0x3a, 0xf3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x72, 0x32, 0x71, 0x11, 0x8e, 0x09, 0x0c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x6e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xaf, 0x19, 0xaf, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x31, 0x2a, 0x52, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x15, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xf8, 0x54, 0x39, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x19, 0x43, 0x56, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x53, 0xf8, 0x4b, 0x96, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xf2, 0x32, 0xd2, 0x3a, 0xd2, 0x3a, 0xf2, 0x3a, 0xf2, 0x3a, 0xf2, 0x53, 0xb6, 0x64, 0x59, 0x64, 0x7a, 0x64, 0x9a, 0x5c, 0x59, 0x5c, 0x17, 0x5c, 0x18, 0x5c, 0x79, 0x6c, 0xfd, 0x85, 0xbf, 0x9e, 0xdf, 0xb7, 0xbf, 0xc7, 0xfe, 0xc7, 0xff, 0xbf, 0xdf, 0xa6, 0xff, 0x8d, 0xdf, 0x74, 0xfc, 0x5c, 0x58, 0x4b, 0x95, 0x3b, 0x14, 0x32, 0xd3, 0x2a, 0x72, 0x2a, 0x51, 0x22, 0x11, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xaf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x19, 0xae, 0x08, 0xca, 0x00, 0xa9, 0x00, 0xca, 0x00, 0xea, 0x09, 0x0a, 0x09, 0x2b, 0x11, 0x4d, 0x11, 0x4d, 0x19, 0x4d, 0x19, 0x6d, 0x19, 0x6d, 0x19, 0xcf, 0x21, 0xf0, 0x21, 0xcf, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x50, 0x29, 0xef, 0x21, 0xef, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x19, 0xae, 0x19, 0x8e, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x2b, 0x08, 0xeb, 0x09, 0x0b, 0x19, 0x8d, 0x19, 0x8e, 0x21, 0x8e, 0x21, 0xcf, 0x29, 0xef, 0x21, 0xef, 0x29, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0xb2, 0x43, 0x76, - 0x4b, 0xb7, 0x43, 0x76, 0x43, 0x76, 0x43, 0x55, 0x43, 0x55, 0x43, 0x56, 0x4b, 0x76, 0x4b, 0x76, 0x4b, 0x76, 0x43, 0x76, 0x43, 0x15, 0x32, 0x92, 0x2a, 0x31, 0x2a, 0x72, 0x32, 0x92, 0x3a, 0xd3, 0x4b, 0x55, 0x5c, 0x17, 0x6c, 0x78, 0x74, 0xda, 0x74, 0xfb, 0x7d, 0x1b, 0x7d, 0x3d, 0x7d, 0x3c, 0x74, 0xdb, 0x6c, 0xb9, 0x64, 0x38, 0x5b, 0xf6, 0x4b, 0x95, 0x43, 0x34, 0x3a, 0xd3, 0x32, 0x92, 0x2a, 0x52, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x72, 0x2a, 0x72, 0x32, 0x72, 0x2a, 0x51, 0x19, 0x8d, 0x01, 0x0b, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x72, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xd4, 0x33, 0x14, 0x3b, 0x35, 0x43, 0x56, 0x43, 0x76, 0x43, 0xb7, 0x4b, 0xf8, 0x54, 0x18, 0x54, 0x39, 0x54, 0x19, 0x43, 0x76, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x97, 0x4b, 0x97, 0x43, 0x96, 0x4b, 0x96, 0x4b, 0xb7, 0x54, 0x18, 0x4b, 0x76, 0x22, 0x10, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x13, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf2, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x3b, 0x12, 0x3a, 0xd2, 0x4b, 0x54, 0x5c, 0x59, 0x64, 0x9a, 0x64, 0x9b, 0x64, 0x7a, 0x5c, 0x18, 0x54, 0x17, 0x5c, 0x38, 0x64, 0xbb, 0x7d, 0x5f, 0x96, 0x5f, 0xaf, 0x7f, 0xbf, 0xfe, 0xc7, 0xde, 0xbf, 0xff, 0xaf, 0x5f, 0x96, 0x3f, 0x7d, 0x3d, 0x64, 0x79, 0x53, 0xb6, 0x43, 0x54, 0x32, 0xd3, 0x32, 0x92, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x09, 0x2c, 0x00, 0xea, 0x00, 0xea, 0x08, 0xea, 0x00, 0xea, 0x11, 0x6d, 0x19, 0x6e, 0x11, 0x4d, 0x11, 0x4d, 0x19, 0x6d, 0x11, 0x8d, 0x11, 0x4c, 0x21, 0xcf, 0x21, 0xcf, 0x2a, 0x31, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x29, 0xf0, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x32, 0x71, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x0b, 0x11, 0x6d, 0x21, 0xae, 0x21, 0xce, 0x21, 0xaf, 0x21, 0xae, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x72, 0x32, 0x72, 0x32, 0xd3, - 0x32, 0xb2, 0x4b, 0xb7, 0x43, 0x97, 0x43, 0x96, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x4b, 0x96, 0x43, 0x55, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x92, 0x43, 0x34, 0x4b, 0x75, 0x53, 0xb6, 0x5b, 0xf7, 0x5c, 0x17, 0x64, 0x37, 0x6c, 0x58, 0x6c, 0x58, 0x64, 0x38, 0x64, 0x17, 0x5b, 0xf6, 0x4b, 0x95, 0x43, 0x34, 0x3a, 0xf3, 0x32, 0xb2, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb3, 0x2a, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x32, 0x93, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x21, 0xcf, 0x11, 0x2c, 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x2c, 0x09, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xf0, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xd4, 0x32, 0xf4, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xf7, 0x54, 0x18, 0x54, 0x39, 0x4b, 0xd7, 0x3b, 0x15, 0x43, 0x35, 0x43, 0x55, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb7, 0x43, 0x97, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb7, 0x54, 0x18, 0x4b, 0xb7, 0x22, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xf3, 0x3a, 0xf3, 0x43, 0x13, 0x43, 0x33, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xf2, 0x32, 0xf2, 0x3b, 0x12, 0x3b, 0x13, 0x3a, 0xf2, 0x43, 0x33, 0x5c, 0x38, 0x64, 0xbb, 0x64, 0xbb, 0x64, 0xbb, 0x5c, 0x79, 0x54, 0x17, 0x5c, 0x38, 0x64, 0x9a, 0x6d, 0x1d, 0x85, 0xdf, 0x9e, 0xff, 0xb7, 0xbf, 0xbf, 0xfe, 0xb7, 0xdf, 0xaf, 0x5f, 0x96, 0x5f, 0x85, 0x7e, 0x6c, 0xba, 0x5b, 0xf7, 0x4b, 0x75, 0x3b, 0x13, 0x32, 0xb2, 0x2a, 0x72, 0x2a, 0x31, 0x22, 0x11, 0x21, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x19, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x30, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x21, 0xf0, 0x29, 0xf0, 0x19, 0x8e, 0x09, 0x0b, 0x00, 0xea, 0x09, 0x0a, 0x11, 0x2c, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x19, 0x8d, 0x11, 0x6d, 0x09, 0x2c, 0x19, 0xae, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x30, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x71, 0x32, 0x71, 0x2a, 0x0f, 0x21, 0xcf, 0x29, 0xef, 0x29, 0xcf, 0x21, 0xcf, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xce, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x19, 0x6d, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, - 0x2a, 0x92, 0x32, 0xb3, 0x4b, 0x97, 0x4b, 0xb7, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xd7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0xb7, 0x4b, 0x96, 0x4b, 0x75, 0x3b, 0x14, 0x3a, 0xf4, 0x3a, 0xf3, 0x43, 0x14, 0x43, 0x55, 0x4b, 0x75, 0x4b, 0x95, 0x53, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x4b, 0x95, 0x43, 0x55, 0x43, 0x34, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x52, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x92, 0x21, 0xcf, 0x09, 0x2c, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x6e, 0x11, 0x6e, 0x11, 0x8e, 0x19, 0xae, 0x19, 0xaf, 0x21, 0xd0, 0x21, 0xf0, 0x22, 0x31, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x93, 0x32, 0xb3, 0x32, 0xf4, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x76, 0x4b, 0x96, 0x4b, 0xd7, 0x54, 0x18, 0x4b, 0xf7, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x76, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf8, 0x43, 0x55, 0x22, 0x51, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xf2, 0x3b, 0x13, 0x3b, 0x13, 0x3a, 0xd2, 0x53, 0xd7, 0x6c, 0xfd, 0x64, 0xdc, 0x64, 0xbc, 0x64, 0x9b, 0x5c, 0x59, 0x54, 0x38, 0x5c, 0x59, 0x64, 0xbc, 0x75, 0x5e, 0x8d, 0xff, 0x9e, 0xff, 0xaf, 0x9f, 0xaf, 0xbf, 0xa7, 0x1f, 0x96, 0x5f, 0x85, 0x7f, 0x6c, 0xdb, 0x5c, 0x17, 0x4b, 0x95, 0x43, 0x34, 0x32, 0xd3, 0x2a, 0x92, 0x2a, 0x51, 0x22, 0x11, 0x21, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x19, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x11, 0x2a, 0x10, 0x2a, 0x11, 0x22, 0x10, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0xf0, 0x11, 0x4c, 0x08, 0xeb, 0x09, 0x2c, 0x11, 0x4d, 0x19, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x2c, 0x21, 0xae, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x29, 0xf0, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x71, 0x2a, 0x10, 0x29, 0xcf, 0x29, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x29, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x11, 0x4c, 0x19, 0x6d, 0x19, 0x6d, 0x21, 0xce, 0x21, 0xce, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, - 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x4b, 0xd7, 0x54, 0x19, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xf8, 0x4b, 0xd8, 0x4b, 0xd7, 0x4b, 0xd7, 0x4b, 0xb7, 0x53, 0xd7, 0x4b, 0xb7, 0x4b, 0x96, 0x43, 0x14, 0x32, 0xb3, 0x3a, 0xd3, 0x3a, 0xf4, 0x43, 0x14, 0x43, 0x34, 0x43, 0x34, 0x43, 0x14, 0x3a, 0xf4, 0x3a, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x93, 0x32, 0x93, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x93, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0x71, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x09, 0x2c, 0x09, 0x4c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x75, 0x4b, 0x96, 0x4b, 0xd7, 0x53, 0xd7, 0x4b, 0x96, 0x43, 0x14, 0x43, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x56, 0x43, 0x76, 0x43, 0x76, 0x43, 0x96, 0x43, 0x76, 0x43, 0x76, 0x43, 0x97, 0x4b, 0xb7, 0x53, 0xf7, 0x53, 0xf8, 0x3b, 0x35, 0x22, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x32, 0xf3, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x3a, 0xf2, 0x3a, 0xf3, 0x32, 0xb2, 0x3b, 0x34, 0x64, 0x9c, 0x6d, 0x1e, 0x64, 0xbc, 0x64, 0xbb, 0x5c, 0x9b, 0x5c, 0x59, 0x5c, 0x59, 0x64, 0x9b, 0x6c, 0xfd, 0x7d, 0x7f, 0x8d, 0xff, 0x9e, 0x9f, 0x9e, 0xdf, 0x9e, 0x9f, 0x8e, 0x1f, 0x85, 0x7f, 0x6c, 0xbb, 0x5c, 0x38, 0x4b, 0xb6, 0x43, 0x54, 0x32, 0xf3, 0x32, 0x92, 0x2a, 0x52, 0x2a, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x11, 0x22, 0x10, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x2a, 0x10, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4d, 0x09, 0x2c, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x6d, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x21, 0xef, 0x29, 0xef, 0x29, 0xef, 0x21, 0xcf, 0x29, 0xef, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x6d, 0x19, 0x8e, 0x21, 0xce, 0x21, 0xaf, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0xce, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x92, - 0x2a, 0x72, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x93, 0x3b, 0x35, 0x54, 0x5a, 0x54, 0x39, 0x54, 0x18, 0x54, 0x19, 0x4c, 0x19, 0x54, 0x18, 0x4b, 0xf8, 0x4b, 0xd8, 0x54, 0x18, 0x54, 0x18, 0x53, 0xf8, 0x53, 0xd7, 0x4b, 0xb7, 0x53, 0xb7, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0x93, 0x32, 0x93, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xd4, 0x32, 0xf4, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xf4, 0x32, 0xd3, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x2a, 0x51, 0x00, 0xeb, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6e, 0x19, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0xaf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x11, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x55, 0x4b, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x43, 0x55, 0x43, 0x14, 0x43, 0x34, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x43, 0x76, 0x43, 0x56, 0x3b, 0x56, 0x43, 0x56, 0x43, 0x76, 0x43, 0x76, 0x4b, 0x96, 0x4b, 0xb7, 0x53, 0xf8, 0x4b, 0xb7, 0x32, 0xb3, 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0xb2, 0x32, 0xb3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x33, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x32, 0xf2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd2, 0x32, 0xd3, 0x32, 0x91, 0x5c, 0x59, 0x75, 0x7f, 0x64, 0xfe, 0x64, 0xfd, 0x64, 0xdd, 0x64, 0xbc, 0x5c, 0x5a, 0x5c, 0x59, 0x64, 0x9a, 0x6c, 0xfd, 0x7d, 0x7f, 0x85, 0xdf, 0x8d, 0xff, 0x8d, 0xff, 0x85, 0xbf, 0x7d, 0x3e, 0x6c, 0xba, 0x5c, 0x37, 0x53, 0x96, 0x43, 0x34, 0x32, 0xf3, 0x32, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x22, 0x31, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xd0, 0x21, 0xd0, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x11, 0x2a, 0x31, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x2a, 0x10, 0x19, 0x8e, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4d, 0x09, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x09, 0x2c, 0x11, 0x4c, 0x21, 0xcf, 0x2a, 0x10, 0x22, 0x10, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x10, 0x29, 0xef, 0x29, 0xef, 0x29, 0xef, 0x29, 0xcf, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x10, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x30, 0x2a, 0x11, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x52, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, - 0x2a, 0x71, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x3b, 0x14, 0x54, 0x3a, 0x5c, 0x5b, 0x5c, 0x5a, 0x54, 0x19, 0x54, 0x1a, 0x54, 0x19, 0x54, 0x19, 0x54, 0x39, 0x54, 0x19, 0x54, 0x19, 0x54, 0x19, 0x54, 0x18, 0x53, 0xf8, 0x53, 0xf7, 0x43, 0x55, 0x3a, 0xf4, 0x32, 0xd4, 0x3a, 0xf4, 0x3a, 0xf4, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x43, 0x34, 0x43, 0x34, 0x43, 0x54, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x32, 0x92, 0x19, 0x8e, 0x01, 0x0b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x4c, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x4c, 0x11, 0x4d, 0x11, 0x6d, 0x11, 0x6d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xaf, 0x19, 0xcf, 0x21, 0xd0, 0x22, 0x11, 0x2a, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x34, 0x43, 0x35, 0x4b, 0x96, 0x4b, 0xb7, 0x4b, 0x96, 0x3a, 0xf3, 0x43, 0x14, 0x43, 0x34, 0x43, 0x35, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x75, 0x43, 0x55, 0x43, 0x76, 0x4b, 0x96, 0x4b, 0xb7, 0x54, 0x18, 0x4b, 0xd7, 0x2a, 0xb3, 0x2a, 0x72, 0x2a, 0xb2, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x32, 0xf2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xb2, 0x43, 0x54, 0x6c, 0xfc, 0x75, 0x7f, 0x64, 0xfe, 0x64, 0xde, 0x64, 0xde, 0x5c, 0x7b, 0x54, 0x39, 0x5c, 0x59, 0x64, 0x9a, 0x6c, 0xdc, 0x75, 0x3e, 0x7d, 0x7f, 0x7d, 0x7f, 0x7d, 0x5e, 0x74, 0xfc, 0x64, 0x79, 0x53, 0xf7, 0x4b, 0x95, 0x43, 0x34, 0x3a, 0xf3, 0x32, 0x93, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x11, 0x22, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x31, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x2a, 0x51, 0x21, 0xcf, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4c, 0x11, 0x4c, 0x21, 0xcf, 0x2a, 0x10, 0x21, 0xf0, 0x21, 0xd0, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x30, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x29, 0xef, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x19, 0xae, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x2a, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, - 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x72, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x4b, 0xb7, 0x54, 0x3a, 0x5c, 0x7b, 0x54, 0x3a, 0x54, 0x19, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x39, 0x54, 0x3a, 0x54, 0x3a, 0x54, 0x39, 0x54, 0x39, 0x5c, 0x18, 0x4b, 0xb7, 0x43, 0x55, 0x32, 0xf4, 0x32, 0xd4, 0x32, 0xd3, 0x3a, 0xf3, 0x32, 0xf3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xd4, 0x3a, 0xf4, 0x3b, 0x34, 0x43, 0x55, 0x43, 0x55, 0x4b, 0x55, 0x4b, 0x75, 0x43, 0x55, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x43, 0x35, 0x43, 0x55, 0x19, 0xae, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0c, 0x09, 0x0b, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x09, 0x2b, 0x09, 0x2c, 0x11, 0x2c, 0x11, 0x4d, 0x11, 0x4d, 0x19, 0x6d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x21, 0xaf, 0x21, 0xf0, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x52, 0x2a, 0x92, 0x32, 0x93, 0x32, 0xd3, 0x32, 0xf4, 0x3b, 0x14, 0x43, 0x55, 0x43, 0x96, 0x4b, 0xb6, 0x43, 0x55, 0x3a, 0xd3, 0x3a, 0xf4, 0x43, 0x14, 0x43, 0x34, 0x43, 0x35, 0x3b, 0x35, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x35, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x55, 0x43, 0x56, 0x43, 0x96, 0x4b, 0xb7, 0x4b, 0xd7, 0x53, 0xf8, 0x4b, 0x96, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xd3, 0x32, 0xd3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x13, 0x43, 0x33, 0x43, 0x33, 0x43, 0x33, 0x43, 0x53, 0x43, 0x53, 0x43, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3a, 0xf2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xd3, 0x32, 0xf4, 0x33, 0x14, 0x54, 0x39, 0x75, 0x5f, 0x65, 0x1f, 0x64, 0xff, 0x64, 0xff, 0x64, 0xde, 0x5c, 0x7a, 0x54, 0x38, 0x5c, 0x59, 0x64, 0x79, 0x6c, 0x9a, 0x6c, 0xdc, 0x74, 0xfc, 0x6c, 0xdb, 0x64, 0x79, 0x5c, 0x38, 0x53, 0xd6, 0x4b, 0x75, 0x43, 0x34, 0x3a, 0xd3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x11, 0x22, 0x11, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x10, 0x09, 0x2c, 0x11, 0x4c, 0x19, 0x6d, 0x11, 0x4d, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x11, 0x4c, 0x11, 0x2c, 0x11, 0x4c, 0x09, 0x2c, 0x19, 0xae, 0x22, 0x10, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x30, 0x2a, 0x10, 0x2a, 0x10, 0x21, 0xef, 0x32, 0xb2, 0x2a, 0x30, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x10, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0x8e, 0x19, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x21, 0xaf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x71, 0x32, 0x92, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0xb2, 0x32, 0x92, - 0x2a, 0x72, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0x92, 0x32, 0x92, 0x32, 0xb3, 0x3a, 0xf4, 0x3b, 0x34, 0x43, 0x35, 0x43, 0x96, 0x5c, 0x5a, 0x5c, 0x9d, 0x5c, 0x5b, 0x5c, 0x3a, 0x54, 0x5b, 0x5c, 0x5a, 0x5c, 0x3a, 0x5c, 0x5b, 0x5c, 0x5b, 0x5c, 0x5a, 0x5c, 0x39, 0x5c, 0x39, 0x53, 0xf8, 0x43, 0x56, 0x3a, 0xd4, 0x3a, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x14, 0x3b, 0x35, 0x43, 0x55, 0x4b, 0x96, 0x4b, 0xb5, 0x53, 0x95, 0x4b, 0x95, 0x4b, 0x75, 0x43, 0x55, 0x43, 0x75, 0x43, 0x75, 0x3b, 0x14, 0x21, 0xef, 0x09, 0x2b, 0x01, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0b, 0x09, 0x0c, 0x09, 0x0c, 0x09, 0x2c, 0x09, 0x0b, 0x09, 0x0c, 0x09, 0x2c, 0x11, 0x4d, 0x11, 0x4d, 0x11, 0x6d, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x3b, 0x14, 0x3b, 0x55, 0x43, 0x96, 0x43, 0x55, 0x32, 0xb2, 0x3a, 0xd3, 0x3a, 0xf4, 0x3b, 0x14, 0x43, 0x34, 0x43, 0x54, 0x43, 0x55, 0x43, 0x55, 0x3b, 0x55, 0x3b, 0x35, 0x3b, 0x35, 0x3b, 0x55, 0x3b, 0x55, 0x43, 0x55, 0x43, 0x76, 0x4b, 0x96, 0x4b, 0xb7, 0x53, 0xd7, 0x53, 0xd8, 0x3b, 0x35, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xd3, 0x32, 0xf3, 0x32, 0xf3, 0x32, 0xf3, 0x3b, 0x13, 0x3b, 0x13, 0x3b, 0x33, 0x43, 0x53, 0x3b, 0x53, 0x3b, 0x53, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x33, 0x3b, 0x13, 0x32, 0xd2, 0x32, 0xb2, 0x2a, 0x92, 0x2a, 0x92, 0x2a, 0x92, 0x32, 0xb3, 0x32, 0xf4, 0x3b, 0x14, 0x3b, 0x14, 0x43, 0x75, 0x5c, 0x9c, 0x6d, 0x3f, 0x64, 0xff, 0x64, 0xff, 0x64, 0xde, 0x64, 0xde, 0x5c, 0x9b, 0x54, 0x38, 0x54, 0x18, 0x5c, 0x39, 0x5c, 0x39, 0x5c, 0x58, 0x5c, 0x38, 0x5c, 0x18, 0x53, 0xd7, 0x4b, 0xb6, 0x43, 0x75, 0x3b, 0x34, 0x3a, 0xf3, 0x32, 0xb3, 0x32, 0xb3, 0x2a, 0x92, 0x2a, 0x72, 0x2a, 0x72, 0x2a, 0x51, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x11, 0x2a, 0x11, 0x21, 0xf0, 0x21, 0xf0, 0x22, 0x10, 0x21, 0xd0, 0x21, 0xcf, 0x21, 0xd0, 0x21, 0xd0, 0x2a, 0x10, 0x2a, 0x11, 0x2a, 0x31, 0x21, 0xae, 0x19, 0x6d, 0x19, 0x8d, 0x11, 0x6d, 0x11, 0x4d, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x09, 0x2c, 0x11, 0x2c, 0x11, 0x2c, 0x09, 0x2c, 0x11, 0x2c, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xf0, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xef, 0x2a, 0x10, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x31, 0x2a, 0x10, 0x2a, 0x10, 0x32, 0x71, 0x43, 0x75, 0x32, 0xb2, 0x2a, 0x51, 0x2a, 0x10, 0x21, 0xcf, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0x8e, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x21, 0xae, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0x8e, 0x19, 0xae, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xaf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xef, 0x21, 0xcf, 0x21, 0xcf, 0x21, 0xf0, 0x22, 0x10, 0x22, 0x10, 0x2a, 0x31, 0x2a, 0x31, 0x2a, 0x51, 0x2a, 0x72, 0x32, 0x92, 0x32, 0x92, 0x32, 0x92, 0x2a, 0x72, -#endif -#if LV_COLOR_DEPTH == 32 - /*Pixel format: Fix 0xFF: 8 bit, Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ - 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, - 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, - 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, - 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, - 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, - 0xb7, 0x80, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, - 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, - 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, - 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, - 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x81, 0x4a, 0xff, 0xb8, 0x81, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, - 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb8, 0x81, 0x4a, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, - 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb8, 0x83, 0x4a, 0xff, 0xb8, 0x83, 0x4b, 0xff, 0xb9, 0x82, 0x4b, 0xff, 0xb9, 0x82, 0x4b, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, - 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x82, 0x4b, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, - 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x82, 0x4b, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4d, 0xff, 0xb9, 0x83, 0x4d, 0xff, 0xb9, 0x83, 0x4d, 0xff, 0xb9, 0x83, 0x4d, 0xff, 0xb9, 0x83, 0x4d, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, - 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x82, 0x4b, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xb9, 0x83, 0x4d, 0xff, 0xb9, 0x84, 0x4e, 0xff, 0xb9, 0x83, 0x4e, 0xff, 0xb9, 0x84, 0x4f, 0xff, 0xb9, 0x84, 0x4e, 0xff, 0xb9, 0x84, 0x4f, 0xff, 0xb9, 0x84, 0x4e, 0xff, 0xb9, 0x84, 0x4e, 0xff, 0xb9, 0x84, 0x4c, 0xff, 0xb9, 0x84, 0x4c, 0xff, 0xb9, 0x84, 0x4c, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xb9, 0x82, 0x4b, 0xff, 0xb9, 0x82, 0x4b, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, - 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x82, 0x4a, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xb9, 0x84, 0x4c, 0xff, 0xb9, 0x84, 0x4d, 0xff, 0xba, 0x84, 0x4e, 0xff, 0xba, 0x84, 0x4f, 0xff, 0xba, 0x84, 0x4f, 0xff, 0xba, 0x84, 0x4f, 0xff, 0xba, 0x84, 0x4f, 0xff, 0xba, 0x84, 0x4f, 0xff, 0xba, 0x84, 0x4f, 0xff, 0xba, 0x84, 0x4f, 0xff, 0xba, 0x84, 0x4e, 0xff, 0xba, 0x84, 0x4c, 0xff, 0xb9, 0x84, 0x4c, 0xff, 0xb9, 0x84, 0x4c, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, - 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x82, 0x4a, 0xff, 0xba, 0x82, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x83, 0x4b, 0xff, 0xb9, 0x84, 0x4c, 0xff, 0xb9, 0x84, 0x4d, 0xff, 0xba, 0x84, 0x4e, 0xff, 0xba, 0x84, 0x4f, 0xff, 0xba, 0x84, 0x50, 0xff, 0xba, 0x84, 0x50, 0xff, 0xba, 0x84, 0x50, 0xff, 0xba, 0x84, 0x50, 0xff, 0xba, 0x84, 0x50, 0xff, 0xba, 0x84, 0x50, 0xff, 0xba, 0x84, 0x4f, 0xff, 0xba, 0x84, 0x4d, 0xff, 0xba, 0x84, 0x4d, 0xff, 0xb9, 0x84, 0x4d, 0xff, 0xba, 0x82, 0x4b, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xba, 0x81, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb3, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, - 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x81, 0x49, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x82, 0x4a, 0xff, 0xba, 0x83, 0x4b, 0xff, 0xba, 0x85, 0x4b, 0xff, 0xba, 0x85, 0x4c, 0xff, 0xba, 0x85, 0x4d, 0xff, 0xba, 0x85, 0x4f, 0xff, 0xba, 0x85, 0x50, 0xff, 0xba, 0x85, 0x50, 0xff, 0xba, 0x85, 0x50, 0xff, 0xba, 0x85, 0x50, 0xff, 0xba, 0x85, 0x50, 0xff, 0xba, 0x85, 0x50, 0xff, 0xba, 0x85, 0x50, 0xff, 0xba, 0x85, 0x4f, 0xff, 0xba, 0x85, 0x4d, 0xff, 0xba, 0x84, 0x4d, 0xff, 0xba, 0x83, 0x4b, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xba, 0x82, 0x4b, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, - 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x82, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x82, 0x4b, 0xff, 0xba, 0x84, 0x4b, 0xff, 0xba, 0x85, 0x4c, 0xff, 0xba, 0x85, 0x4c, 0xff, 0xba, 0x85, 0x4d, 0xff, 0xba, 0x85, 0x4f, 0xff, 0xba, 0x85, 0x51, 0xff, 0xba, 0x85, 0x51, 0xff, 0xba, 0x85, 0x51, 0xff, 0xba, 0x85, 0x51, 0xff, 0xba, 0x85, 0x51, 0xff, 0xba, 0x85, 0x50, 0xff, 0xba, 0x85, 0x4f, 0xff, 0xba, 0x85, 0x4d, 0xff, 0xba, 0x84, 0x4c, 0xff, 0xba, 0x82, 0x4c, 0xff, 0xba, 0x82, 0x4b, 0xff, 0xba, 0x82, 0x4b, 0xff, 0xba, 0x82, 0x4b, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, - 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7f, 0x49, 0xff, 0xb6, 0x7f, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xbb, 0x83, 0x4c, 0xff, 0xbb, 0x84, 0x4c, 0xff, 0xbb, 0x85, 0x4d, 0xff, 0xba, 0x86, 0x4f, 0xff, 0xba, 0x86, 0x4f, 0xff, 0xbb, 0x86, 0x4f, 0xff, 0xbb, 0x86, 0x50, 0xff, 0xbb, 0x86, 0x50, 0xff, 0xbb, 0x86, 0x4f, 0xff, 0xba, 0x86, 0x4f, 0xff, 0xba, 0x85, 0x4e, 0xff, 0xbb, 0x84, 0x4c, 0xff, 0xbb, 0x84, 0x4c, 0xff, 0xbb, 0x82, 0x4c, 0xff, 0xbb, 0x82, 0x4c, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, - 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7f, 0x47, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xbb, 0x84, 0x4c, 0xff, 0xbb, 0x86, 0x4c, 0xff, 0xbb, 0x86, 0x4e, 0xff, 0xbb, 0x86, 0x4e, 0xff, 0xbb, 0x86, 0x4e, 0xff, 0xbb, 0x86, 0x4e, 0xff, 0xba, 0x86, 0x4e, 0xff, 0xba, 0x85, 0x4d, 0xff, 0xba, 0x83, 0x4c, 0xff, 0xbb, 0x83, 0x4c, 0xff, 0xbb, 0x83, 0x4c, 0xff, 0xbb, 0x82, 0x4c, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7b, 0x44, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, - 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb8, 0x80, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xbb, 0x83, 0x4c, 0xff, 0xbb, 0x84, 0x4c, 0xff, 0xbb, 0x84, 0x4c, 0xff, 0xbb, 0x85, 0x4d, 0xff, 0xbb, 0x85, 0x4d, 0xff, 0xbb, 0x84, 0x4c, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, - 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xbb, 0x83, 0x4c, 0xff, 0xbb, 0x83, 0x4c, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xbb, 0x83, 0x4b, 0xff, 0xba, 0x82, 0x4b, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, - 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, - 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb8, 0x7f, 0x47, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x84, 0x4b, 0xff, 0xbc, 0x84, 0x4c, 0xff, 0xbc, 0x85, 0x4c, 0xff, 0xbc, 0x85, 0x4d, 0xff, 0xbc, 0x86, 0x4d, 0xff, 0xbc, 0x85, 0x4d, 0xff, 0xbc, 0x85, 0x4d, 0xff, 0xbc, 0x84, 0x4c, 0xff, 0xbc, 0x84, 0x4c, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb1, 0x79, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x79, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, - 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xbc, 0x84, 0x4b, 0xff, 0xbd, 0x84, 0x4b, 0xff, 0xbc, 0x85, 0x4c, 0xff, 0xbc, 0x86, 0x4c, 0xff, 0xbd, 0x87, 0x4d, 0xff, 0xbc, 0x88, 0x4e, 0xff, 0xbc, 0x88, 0x4e, 0xff, 0xbc, 0x89, 0x4e, 0xff, 0xbc, 0x8a, 0x4f, 0xff, 0xbc, 0x8a, 0x4f, 0xff, 0xbc, 0x89, 0x4f, 0xff, 0xbc, 0x89, 0x4f, 0xff, 0xbc, 0x88, 0x4e, 0xff, 0xbd, 0x88, 0x4e, 0xff, 0xbd, 0x86, 0x4d, 0xff, 0xbd, 0x85, 0x4d, 0xff, 0xbd, 0x84, 0x4c, 0xff, 0xbd, 0x83, 0x4b, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x83, 0x4b, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, - 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb7, 0x80, 0x4a, 0xff, 0xbd, 0x88, 0x4e, 0xff, 0xbd, 0x88, 0x4e, 0xff, 0xbd, 0x8a, 0x4f, 0xff, 0xbc, 0x8a, 0x50, 0xff, 0xbc, 0x8a, 0x50, 0xff, 0xbc, 0x8a, 0x51, 0xff, 0xbc, 0x8a, 0x52, 0xff, 0xbc, 0x8a, 0x52, 0xff, 0xbc, 0x8a, 0x52, 0xff, 0xbc, 0x8a, 0x52, 0xff, 0xbc, 0x8b, 0x52, 0xff, 0xbc, 0x8a, 0x52, 0xff, 0xbc, 0x8a, 0x51, 0xff, 0xbc, 0x8a, 0x50, 0xff, 0xbd, 0x88, 0x4f, 0xff, 0xbd, 0x85, 0x4e, 0xff, 0xbd, 0x83, 0x4d, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xbd, 0x84, 0x4c, 0xff, 0xbd, 0x84, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x83, 0x4b, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x42, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x42, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x79, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, - 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xbb, 0x86, 0x4e, 0xff, 0xbd, 0x8b, 0x4f, 0xff, 0xbc, 0x8b, 0x51, 0xff, 0xbc, 0x8b, 0x52, 0xff, 0xbd, 0x8b, 0x53, 0xff, 0xbd, 0x8b, 0x54, 0xff, 0xbd, 0x8b, 0x56, 0xff, 0xbd, 0x8b, 0x57, 0xff, 0xbe, 0x8b, 0x58, 0xff, 0xbe, 0x8b, 0x59, 0xff, 0xbe, 0x8b, 0x59, 0xff, 0xbe, 0x8b, 0x58, 0xff, 0xbd, 0x8b, 0x57, 0xff, 0xbd, 0x8b, 0x56, 0xff, 0xbd, 0x8b, 0x54, 0xff, 0xbd, 0x8b, 0x53, 0xff, 0xbe, 0x8b, 0x51, 0xff, 0xbe, 0x88, 0x4f, 0xff, 0xbe, 0x85, 0x4e, 0xff, 0xbe, 0x84, 0x4d, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xba, 0x81, 0x49, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb5, 0x7e, 0x49, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x42, 0xff, 0xb1, 0x78, 0x42, 0xff, 0xb1, 0x78, 0x42, 0xff, 0xb1, 0x78, 0x42, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, - 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb6, 0x80, 0x4a, 0xff, 0xbd, 0x8d, 0x51, 0xff, 0xbc, 0x8c, 0x51, 0xff, 0xbd, 0x8c, 0x53, 0xff, 0xbd, 0x8c, 0x55, 0xff, 0xbe, 0x8c, 0x58, 0xff, 0xbe, 0x8c, 0x5a, 0xff, 0xbe, 0x8c, 0x5a, 0xff, 0xbe, 0x8c, 0x5a, 0xff, 0xbe, 0x8c, 0x5b, 0xff, 0xbe, 0x8c, 0x5a, 0xff, 0xbe, 0x8c, 0x5a, 0xff, 0xbe, 0x8c, 0x5a, 0xff, 0xbe, 0x8c, 0x5a, 0xff, 0xbe, 0x8c, 0x5a, 0xff, 0xbe, 0x8c, 0x5a, 0xff, 0xbe, 0x8c, 0x59, 0xff, 0xbe, 0x8c, 0x56, 0xff, 0xbe, 0x8c, 0x53, 0xff, 0xbe, 0x8a, 0x51, 0xff, 0xbe, 0x87, 0x50, 0xff, 0xbe, 0x85, 0x4d, 0xff, 0xbe, 0x84, 0x4c, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbe, 0x83, 0x4b, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbe, 0x81, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb1, 0x78, 0x42, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb1, 0x79, 0x45, 0xff, 0xb1, 0x79, 0x45, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xbd, 0x82, 0x4c, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xbe, 0x84, 0x4d, 0xff, 0xbe, 0x84, 0x4d, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xbd, 0x82, 0x4c, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, - 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xbc, 0x88, 0x4e, 0xff, 0xbd, 0x8d, 0x51, 0xff, 0xbd, 0x8d, 0x53, 0xff, 0xbe, 0x8d, 0x57, 0xff, 0xbe, 0x8d, 0x5b, 0xff, 0xbf, 0x8d, 0x5c, 0xff, 0xbe, 0x8d, 0x5b, 0xff, 0xbe, 0x8d, 0x5b, 0xff, 0xbf, 0x8d, 0x5c, 0xff, 0xbf, 0x8d, 0x5c, 0xff, 0xbf, 0x8d, 0x5b, 0xff, 0xbf, 0x8d, 0x5c, 0xff, 0xbf, 0x8d, 0x5c, 0xff, 0xbf, 0x8d, 0x5c, 0xff, 0xbf, 0x8d, 0x5c, 0xff, 0xbf, 0x8d, 0x5c, 0xff, 0xbf, 0x8d, 0x5c, 0xff, 0xbf, 0x8d, 0x5b, 0xff, 0xbe, 0x8d, 0x59, 0xff, 0xbe, 0x8d, 0x55, 0xff, 0xbe, 0x8d, 0x52, 0xff, 0xbe, 0x8a, 0x50, 0xff, 0xbf, 0x86, 0x4e, 0xff, 0xbe, 0x84, 0x4d, 0xff, 0xbd, 0x82, 0x4c, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb2, 0x7a, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbe, 0x84, 0x4d, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x82, 0x4c, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbf, 0x83, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xbe, 0x84, 0x4d, 0xff, 0xbf, 0x85, 0x4e, 0xff, 0xbf, 0x85, 0x4e, 0xff, 0xbf, 0x86, 0x4f, 0xff, 0xbf, 0x85, 0x4f, 0xff, 0xbf, 0x85, 0x4e, 0xff, 0xbf, 0x85, 0x4e, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, - 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb1, 0x79, 0x45, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xb4, 0x7f, 0x48, 0xff, 0xbf, 0x8c, 0x52, 0xff, 0xbd, 0x8e, 0x53, 0xff, 0xbe, 0x8e, 0x56, 0xff, 0xbf, 0x8e, 0x5a, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5d, 0xff, 0xbf, 0x8e, 0x5b, 0xff, 0xbe, 0x8e, 0x56, 0xff, 0xbe, 0x8e, 0x53, 0xff, 0xbf, 0x8c, 0x51, 0xff, 0xbf, 0x86, 0x4f, 0xff, 0xbf, 0x85, 0x4d, 0xff, 0xbe, 0x83, 0x4b, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xbf, 0x83, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xbf, 0x85, 0x4d, 0xff, 0xc0, 0x85, 0x4d, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbd, 0x82, 0x4c, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xbf, 0x85, 0x4f, 0xff, 0xc0, 0x86, 0x4f, 0xff, 0xc0, 0x88, 0x51, 0xff, 0xbf, 0x88, 0x51, 0xff, 0xbf, 0x89, 0x51, 0xff, 0xc0, 0x88, 0x51, 0xff, 0xc0, 0x87, 0x50, 0xff, 0xc0, 0x86, 0x4f, 0xff, 0xc0, 0x86, 0x4f, 0xff, 0xbf, 0x85, 0x4e, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, - 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb3, 0x7c, 0x46, 0xff, 0xb3, 0x7c, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb1, 0x79, 0x45, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xbb, 0x86, 0x4d, 0xff, 0xc0, 0x8d, 0x51, 0xff, 0xbf, 0x8e, 0x52, 0xff, 0xbe, 0x8f, 0x56, 0xff, 0xbf, 0x8f, 0x5a, 0xff, 0xc0, 0x8f, 0x5e, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5e, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5f, 0xff, 0xc0, 0x8f, 0x5c, 0xff, 0xbf, 0x8f, 0x57, 0xff, 0xbf, 0x8e, 0x54, 0xff, 0xc0, 0x8b, 0x51, 0xff, 0xc0, 0x87, 0x4f, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x48, 0xff, 0xba, 0x80, 0x48, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbe, 0x81, 0x49, 0xff, 0xbf, 0x81, 0x49, 0xff, 0xbf, 0x81, 0x4a, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xbe, 0x82, 0x4a, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb5, 0x7e, 0x49, 0xff, 0xb9, 0x81, 0x4b, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xc0, 0x84, 0x4c, 0xff, 0xc0, 0x84, 0x4c, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xbf, 0x85, 0x4d, 0xff, 0xbe, 0x85, 0x4d, 0xff, 0xbd, 0x84, 0x4d, 0xff, 0xbc, 0x84, 0x4d, 0xff, 0xbc, 0x83, 0x4d, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xaf, 0x76, 0x41, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xc0, 0x86, 0x50, 0xff, 0xc0, 0x88, 0x51, 0xff, 0xc0, 0x8a, 0x52, 0xff, 0xc0, 0x8c, 0x53, 0xff, 0xc0, 0x8d, 0x54, 0xff, 0xc0, 0x8d, 0x54, 0xff, 0xc0, 0x8b, 0x53, 0xff, 0xc0, 0x8b, 0x53, 0xff, 0xc0, 0x89, 0x51, 0xff, 0xc0, 0x87, 0x50, 0xff, 0xc0, 0x86, 0x4e, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x79, 0x44, 0xff, - 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x47, 0xff, 0xb3, 0x7c, 0x46, 0xff, 0xb3, 0x7c, 0x46, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x76, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xc1, 0x88, 0x50, 0xff, 0xc0, 0x8b, 0x50, 0xff, 0xc0, 0x8e, 0x52, 0xff, 0xbe, 0x90, 0x55, 0xff, 0xbf, 0x90, 0x59, 0xff, 0xc0, 0x90, 0x5e, 0xff, 0xc0, 0x90, 0x61, 0xff, 0xc0, 0x90, 0x60, 0xff, 0xc0, 0x90, 0x61, 0xff, 0xc0, 0x90, 0x61, 0xff, 0xc0, 0x90, 0x61, 0xff, 0xc0, 0x90, 0x61, 0xff, 0xc0, 0x90, 0x60, 0xff, 0xc0, 0x90, 0x61, 0xff, 0xc0, 0x90, 0x61, 0xff, 0xc0, 0x90, 0x61, 0xff, 0xc1, 0x90, 0x61, 0xff, 0xc0, 0x90, 0x61, 0xff, 0xc0, 0x90, 0x61, 0xff, 0xc0, 0x90, 0x60, 0xff, 0xc1, 0x90, 0x60, 0xff, 0xc1, 0x90, 0x60, 0xff, 0xc0, 0x90, 0x5b, 0xff, 0xbf, 0x90, 0x56, 0xff, 0xc0, 0x8e, 0x53, 0xff, 0xc1, 0x88, 0x50, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbe, 0x81, 0x49, 0xff, 0xbe, 0x81, 0x49, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x78, 0x44, 0xff, 0xb0, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xb0, 0x78, 0x44, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xc0, 0x85, 0x4d, 0xff, 0xc0, 0x85, 0x4d, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xc0, 0x86, 0x4e, 0xff, 0xc0, 0x86, 0x4f, 0xff, 0xbf, 0x86, 0x4f, 0xff, 0xbe, 0x86, 0x4f, 0xff, 0xbd, 0x86, 0x4f, 0xff, 0xbd, 0x86, 0x4f, 0xff, 0xbd, 0x86, 0x4f, 0xff, 0xbd, 0x85, 0x4e, 0xff, 0xbd, 0x84, 0x4e, 0xff, 0xbd, 0x83, 0x4d, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xc1, 0x86, 0x4f, 0xff, 0xc1, 0x88, 0x51, 0xff, 0xc1, 0x8a, 0x53, 0xff, 0xc1, 0x8f, 0x55, 0xff, 0xc1, 0x90, 0x56, 0xff, 0xc0, 0x91, 0x57, 0xff, 0xc0, 0x91, 0x57, 0xff, 0xc0, 0x90, 0x56, 0xff, 0xc1, 0x8d, 0x54, 0xff, 0xc1, 0x8a, 0x52, 0xff, 0xc0, 0x88, 0x51, 0xff, 0xc1, 0x86, 0x4f, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xbf, 0x83, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, - 0xb4, 0x7b, 0x46, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb4, 0x7c, 0x47, 0xff, 0xb3, 0x7c, 0x47, 0xff, 0xb3, 0x7c, 0x46, 0xff, 0xb3, 0x7c, 0x46, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xad, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xc0, 0x87, 0x4f, 0xff, 0xc1, 0x87, 0x4e, 0xff, 0xc1, 0x8a, 0x4f, 0xff, 0xc1, 0x8e, 0x52, 0xff, 0xc0, 0x91, 0x54, 0xff, 0xbf, 0x91, 0x57, 0xff, 0xc0, 0x91, 0x5b, 0xff, 0xc1, 0x91, 0x60, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x62, 0xff, 0xc1, 0x91, 0x60, 0xff, 0xc0, 0x91, 0x5b, 0xff, 0xc0, 0x91, 0x57, 0xff, 0xc1, 0x8e, 0x53, 0xff, 0xc1, 0x89, 0x50, 0xff, 0xc1, 0x86, 0x4f, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xc1, 0x83, 0x4c, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xbf, 0x81, 0x4a, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc1, 0x82, 0x4b, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc1, 0x84, 0x4b, 0xff, 0xc1, 0x84, 0x4b, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x76, 0x43, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xae, 0x76, 0x42, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xc1, 0x87, 0x4f, 0xff, 0xc1, 0x88, 0x50, 0xff, 0xc1, 0x88, 0x51, 0xff, 0xc0, 0x87, 0x51, 0xff, 0xbf, 0x87, 0x51, 0xff, 0xbe, 0x86, 0x52, 0xff, 0xbe, 0x87, 0x52, 0xff, 0xbe, 0x87, 0x51, 0xff, 0xbe, 0x86, 0x51, 0xff, 0xbe, 0x86, 0x50, 0xff, 0xbf, 0x86, 0x4f, 0xff, 0xbe, 0x85, 0x4e, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xc0, 0x84, 0x4c, 0xff, 0xbe, 0x83, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xc2, 0x85, 0x4f, 0xff, 0xc2, 0x87, 0x51, 0xff, 0xc2, 0x8a, 0x54, 0xff, 0xc2, 0x90, 0x56, 0xff, 0xc1, 0x92, 0x58, 0xff, 0xc0, 0x92, 0x5a, 0xff, 0xc0, 0x92, 0x5a, 0xff, 0xc0, 0x92, 0x5a, 0xff, 0xc0, 0x92, 0x57, 0xff, 0xc2, 0x91, 0x56, 0xff, 0xc2, 0x8e, 0x54, 0xff, 0xc2, 0x89, 0x52, 0xff, 0xc1, 0x87, 0x4f, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7c, 0x47, 0xff, - 0xb6, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xb4, 0x7b, 0x48, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xc2, 0x85, 0x4c, 0xff, 0xc1, 0x87, 0x4e, 0xff, 0xc1, 0x88, 0x4f, 0xff, 0xc2, 0x8b, 0x50, 0xff, 0xc1, 0x8f, 0x52, 0xff, 0xc0, 0x92, 0x56, 0xff, 0xbf, 0x92, 0x59, 0xff, 0xc0, 0x92, 0x5c, 0xff, 0xc1, 0x92, 0x62, 0xff, 0xc2, 0x92, 0x63, 0xff, 0xc1, 0x92, 0x63, 0xff, 0xc1, 0x92, 0x64, 0xff, 0xc1, 0x92, 0x64, 0xff, 0xc2, 0x93, 0x64, 0xff, 0xc1, 0x92, 0x64, 0xff, 0xc2, 0x92, 0x64, 0xff, 0xc1, 0x92, 0x63, 0xff, 0xc2, 0x93, 0x64, 0xff, 0xc1, 0x92, 0x64, 0xff, 0xc2, 0x92, 0x64, 0xff, 0xc2, 0x93, 0x64, 0xff, 0xc1, 0x92, 0x63, 0xff, 0xc1, 0x92, 0x5f, 0xff, 0xc1, 0x92, 0x5b, 0xff, 0xc1, 0x93, 0x57, 0xff, 0xc1, 0x90, 0x54, 0xff, 0xc2, 0x8a, 0x51, 0xff, 0xc1, 0x87, 0x4f, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xc2, 0x84, 0x4c, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xbf, 0x83, 0x4b, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc1, 0x82, 0x4a, 0xff, 0xc2, 0x83, 0x4b, 0xff, 0xc2, 0x83, 0x4c, 0xff, 0xc2, 0x84, 0x4c, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc1, 0x85, 0x4c, 0xff, 0xc1, 0x84, 0x4c, 0xff, 0xc2, 0x85, 0x4c, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xad, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xaf, 0x77, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xad, 0x75, 0x42, 0xff, 0xad, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x76, 0x42, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc2, 0x86, 0x4e, 0xff, 0xc2, 0x87, 0x4f, 0xff, 0xc2, 0x88, 0x51, 0xff, 0xc2, 0x89, 0x52, 0xff, 0xc1, 0x88, 0x53, 0xff, 0xc1, 0x87, 0x54, 0xff, 0xc0, 0x87, 0x54, 0xff, 0xc0, 0x87, 0x54, 0xff, 0xc0, 0x87, 0x54, 0xff, 0xc0, 0x88, 0x54, 0xff, 0xc1, 0x88, 0x53, 0xff, 0xc2, 0x89, 0x52, 0xff, 0xc1, 0x89, 0x51, 0xff, 0xc1, 0x87, 0x50, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xbe, 0x83, 0x4b, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x77, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xad, 0x75, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xad, 0x73, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xbf, 0x83, 0x4e, 0xff, 0xc2, 0x87, 0x51, 0xff, 0xc2, 0x8a, 0x53, 0xff, 0xc2, 0x8e, 0x56, 0xff, 0xc1, 0x93, 0x59, 0xff, 0xc1, 0x93, 0x5b, 0xff, 0xc1, 0x93, 0x5c, 0xff, 0xc1, 0x93, 0x5c, 0xff, 0xc1, 0x93, 0x5b, 0xff, 0xc0, 0x93, 0x59, 0xff, 0xc2, 0x92, 0x57, 0xff, 0xc2, 0x8e, 0x54, 0xff, 0xc2, 0x8a, 0x52, 0xff, 0xc2, 0x87, 0x4f, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xbf, 0x83, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7c, 0x46, 0xff, - 0xb6, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb3, 0x7b, 0x48, 0xff, 0xb3, 0x7b, 0x48, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb2, 0x7a, 0x46, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xc3, 0x84, 0x4d, 0xff, 0xc2, 0x84, 0x4c, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc2, 0x88, 0x4e, 0xff, 0xc2, 0x89, 0x50, 0xff, 0xc2, 0x8b, 0x51, 0xff, 0xc2, 0x8f, 0x53, 0xff, 0xc1, 0x93, 0x55, 0xff, 0xc0, 0x94, 0x58, 0xff, 0xc1, 0x94, 0x5c, 0xff, 0xc2, 0x94, 0x5f, 0xff, 0xc2, 0x94, 0x64, 0xff, 0xc2, 0x94, 0x65, 0xff, 0xc2, 0x94, 0x66, 0xff, 0xc2, 0x94, 0x66, 0xff, 0xc2, 0x94, 0x66, 0xff, 0xc2, 0x94, 0x66, 0xff, 0xc2, 0x94, 0x66, 0xff, 0xc2, 0x94, 0x66, 0xff, 0xc2, 0x94, 0x66, 0xff, 0xc2, 0x94, 0x65, 0xff, 0xc2, 0x94, 0x65, 0xff, 0xc2, 0x94, 0x62, 0xff, 0xc1, 0x94, 0x5c, 0xff, 0xc1, 0x94, 0x59, 0xff, 0xc2, 0x93, 0x57, 0xff, 0xc2, 0x8f, 0x54, 0xff, 0xc2, 0x8a, 0x51, 0xff, 0xc2, 0x87, 0x4f, 0xff, 0xc2, 0x86, 0x4e, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc2, 0x84, 0x4c, 0xff, 0xc2, 0x83, 0x4c, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc2, 0x83, 0x4c, 0xff, 0xc2, 0x83, 0x4c, 0xff, 0xc2, 0x83, 0x4c, 0xff, 0xc2, 0x85, 0x4c, 0xff, 0xc2, 0x86, 0x4d, 0xff, 0xc2, 0x86, 0x4e, 0xff, 0xc2, 0x86, 0x4e, 0xff, 0xc2, 0x86, 0x4e, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xae, 0x75, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xae, 0x75, 0x43, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc3, 0x85, 0x4e, 0xff, 0xc2, 0x86, 0x4e, 0xff, 0xc3, 0x86, 0x4f, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc3, 0x89, 0x50, 0xff, 0xc3, 0x8a, 0x52, 0xff, 0xc3, 0x8a, 0x54, 0xff, 0xc2, 0x89, 0x55, 0xff, 0xc2, 0x88, 0x55, 0xff, 0xc2, 0x88, 0x55, 0xff, 0xc2, 0x89, 0x56, 0xff, 0xc2, 0x89, 0x56, 0xff, 0xc2, 0x89, 0x57, 0xff, 0xc3, 0x8a, 0x56, 0xff, 0xc3, 0x8b, 0x55, 0xff, 0xc3, 0x8b, 0x54, 0xff, 0xc3, 0x8a, 0x52, 0xff, 0xc2, 0x88, 0x50, 0xff, 0xc1, 0x87, 0x4f, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xb9, 0x81, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xc2, 0x86, 0x4f, 0xff, 0xc3, 0x88, 0x52, 0xff, 0xc3, 0x8c, 0x54, 0xff, 0xc2, 0x94, 0x58, 0xff, 0xc1, 0x95, 0x5c, 0xff, 0xc2, 0x94, 0x5d, 0xff, 0xc2, 0x94, 0x5e, 0xff, 0xc2, 0x94, 0x5c, 0xff, 0xc1, 0x95, 0x5b, 0xff, 0xc1, 0x94, 0x59, 0xff, 0xc3, 0x92, 0x57, 0xff, 0xc3, 0x8e, 0x54, 0xff, 0xc3, 0x89, 0x51, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb9, 0x7e, 0x48, 0xff, 0xb9, 0x7e, 0x48, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x48, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb7, 0x7c, 0x47, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xb7, 0x7c, 0x47, 0xff, - 0xb5, 0x7b, 0x46, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xb2, 0x7a, 0x46, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xae, 0x75, 0x42, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc3, 0x89, 0x50, 0xff, 0xc3, 0x8c, 0x52, 0xff, 0xc3, 0x8e, 0x52, 0xff, 0xc3, 0x92, 0x54, 0xff, 0xc1, 0x94, 0x58, 0xff, 0xc1, 0x95, 0x5b, 0xff, 0xc1, 0x95, 0x5e, 0xff, 0xc2, 0x95, 0x62, 0xff, 0xc3, 0x95, 0x64, 0xff, 0xc3, 0x95, 0x65, 0xff, 0xc3, 0x95, 0x66, 0xff, 0xc3, 0x95, 0x63, 0xff, 0xc3, 0x95, 0x63, 0xff, 0xc2, 0x95, 0x63, 0xff, 0xc2, 0x95, 0x61, 0xff, 0xc2, 0x95, 0x60, 0xff, 0xc1, 0x95, 0x5d, 0xff, 0xc1, 0x95, 0x5b, 0xff, 0xc2, 0x95, 0x59, 0xff, 0xc3, 0x93, 0x56, 0xff, 0xc3, 0x8f, 0x54, 0xff, 0xc3, 0x8b, 0x53, 0xff, 0xc3, 0x89, 0x52, 0xff, 0xc3, 0x88, 0x4f, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xc3, 0x84, 0x4c, 0xff, 0xc3, 0x83, 0x4c, 0xff, 0xc3, 0x83, 0x4c, 0xff, 0xc3, 0x83, 0x4c, 0xff, 0xc3, 0x83, 0x4c, 0xff, 0xc3, 0x84, 0x4c, 0xff, 0xc4, 0x84, 0x4c, 0xff, 0xc3, 0x84, 0x4c, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xc3, 0x86, 0x4d, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc3, 0x87, 0x4e, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc0, 0x85, 0x4d, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xad, 0x75, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xad, 0x74, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xac, 0x73, 0x40, 0xff, 0xae, 0x75, 0x41, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xbf, 0x85, 0x4d, 0xff, 0xc4, 0x87, 0x4f, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc3, 0x88, 0x4f, 0xff, 0xc3, 0x89, 0x50, 0xff, 0xc3, 0x8a, 0x52, 0xff, 0xc3, 0x8a, 0x53, 0xff, 0xc3, 0x8a, 0x55, 0xff, 0xc3, 0x8a, 0x57, 0xff, 0xc3, 0x8a, 0x57, 0xff, 0xc3, 0x8a, 0x57, 0xff, 0xc3, 0x8a, 0x57, 0xff, 0xc3, 0x8b, 0x58, 0xff, 0xc3, 0x8c, 0x59, 0xff, 0xc3, 0x8c, 0x59, 0xff, 0xc3, 0x8f, 0x59, 0xff, 0xc1, 0x8d, 0x55, 0xff, 0xbc, 0x85, 0x4f, 0xff, 0xba, 0x81, 0x4c, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xad, 0x73, 0x42, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xba, 0x7f, 0x4a, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xbf, 0x83, 0x4e, 0xff, 0xc2, 0x86, 0x50, 0xff, 0xc3, 0x8b, 0x53, 0xff, 0xc3, 0x92, 0x57, 0xff, 0xc2, 0x96, 0x5b, 0xff, 0xc2, 0x95, 0x5d, 0xff, 0xc2, 0x95, 0x5e, 0xff, 0xc2, 0x95, 0x5e, 0xff, 0xc2, 0x95, 0x5c, 0xff, 0xc1, 0x95, 0x5b, 0xff, 0xc2, 0x95, 0x58, 0xff, 0xc3, 0x91, 0x56, 0xff, 0xc3, 0x8b, 0x53, 0xff, 0xc3, 0x89, 0x51, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x48, 0xff, 0xb9, 0x80, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb7, 0x7c, 0x47, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xb6, 0x7c, 0x46, 0xff, - 0xb5, 0x7b, 0x45, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb5, 0x7c, 0x48, 0xff, 0xb2, 0x79, 0x46, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb0, 0x78, 0x44, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xad, 0x74, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xc5, 0x88, 0x50, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc4, 0x86, 0x4d, 0xff, 0xc4, 0x87, 0x4e, 0xff, 0xc3, 0x87, 0x4e, 0xff, 0xc3, 0x87, 0x4e, 0xff, 0xc3, 0x88, 0x4f, 0xff, 0xc3, 0x8c, 0x52, 0xff, 0xc3, 0x90, 0x53, 0xff, 0xc3, 0x94, 0x54, 0xff, 0xc3, 0x95, 0x57, 0xff, 0xc1, 0x96, 0x59, 0xff, 0xc1, 0x97, 0x5b, 0xff, 0xc2, 0x96, 0x5c, 0xff, 0xc2, 0x97, 0x5d, 0xff, 0xc2, 0x97, 0x5c, 0xff, 0xc1, 0x97, 0x5a, 0xff, 0xc2, 0x97, 0x5b, 0xff, 0xc1, 0x96, 0x5a, 0xff, 0xc3, 0x96, 0x59, 0xff, 0xc4, 0x96, 0x58, 0xff, 0xc3, 0x94, 0x57, 0xff, 0xc4, 0x92, 0x56, 0xff, 0xc4, 0x8f, 0x54, 0xff, 0xc4, 0x8c, 0x53, 0xff, 0xc4, 0x8a, 0x52, 0xff, 0xc4, 0x89, 0x50, 0xff, 0xc3, 0x88, 0x50, 0xff, 0xc3, 0x87, 0x4e, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc4, 0x84, 0x4c, 0xff, 0xc4, 0x84, 0x4c, 0xff, 0xc4, 0x84, 0x4d, 0xff, 0xc4, 0x84, 0x4d, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc4, 0x86, 0x4f, 0xff, 0xc3, 0x87, 0x50, 0xff, 0xc4, 0x88, 0x51, 0xff, 0xc4, 0x88, 0x50, 0xff, 0xc4, 0x88, 0x50, 0xff, 0xc4, 0x87, 0x4f, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbc, 0x80, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbe, 0x82, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xad, 0x73, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xac, 0x73, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xab, 0x73, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xbc, 0x80, 0x4b, 0xff, 0xbd, 0x82, 0x4c, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xc4, 0x87, 0x4f, 0xff, 0xc3, 0x87, 0x4e, 0xff, 0xc4, 0x88, 0x4f, 0xff, 0xc4, 0x89, 0x50, 0xff, 0xc4, 0x8a, 0x50, 0xff, 0xc4, 0x8b, 0x52, 0xff, 0xc4, 0x8c, 0x55, 0xff, 0xc4, 0x8b, 0x57, 0xff, 0xc4, 0x8b, 0x58, 0xff, 0xc4, 0x8b, 0x59, 0xff, 0xc4, 0x8c, 0x59, 0xff, 0xc4, 0x8d, 0x5a, 0xff, 0xc4, 0x8e, 0x5b, 0xff, 0xc4, 0x90, 0x5c, 0xff, 0xbe, 0x89, 0x56, 0xff, 0xb9, 0x83, 0x4f, 0xff, 0xba, 0x83, 0x4d, 0xff, 0xbb, 0x82, 0x4d, 0xff, 0xbb, 0x82, 0x4c, 0xff, 0xba, 0x81, 0x4c, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x73, 0x42, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xab, 0x71, 0x41, 0xff, 0xab, 0x72, 0x41, 0xff, 0xac, 0x71, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xad, 0x72, 0x40, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbb, 0x82, 0x4c, 0xff, 0xc1, 0x85, 0x4f, 0xff, 0xc4, 0x89, 0x52, 0xff, 0xc4, 0x8d, 0x54, 0xff, 0xc4, 0x92, 0x59, 0xff, 0xc2, 0x96, 0x5b, 0xff, 0xc2, 0x96, 0x5d, 0xff, 0xc2, 0x96, 0x5e, 0xff, 0xc2, 0x96, 0x5d, 0xff, 0xc2, 0x97, 0x5c, 0xff, 0xc3, 0x96, 0x5a, 0xff, 0xc4, 0x93, 0x57, 0xff, 0xc4, 0x8d, 0x55, 0xff, 0xc4, 0x8a, 0x52, 0xff, 0xc4, 0x88, 0x50, 0xff, 0xc4, 0x87, 0x4f, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb9, 0x7f, 0x47, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, - 0xb5, 0x7b, 0x45, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb5, 0x7c, 0x48, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb2, 0x7a, 0x46, 0xff, 0xb1, 0x79, 0x45, 0xff, 0xb0, 0x78, 0x44, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc4, 0x86, 0x4d, 0xff, 0xc4, 0x88, 0x4f, 0xff, 0xc4, 0x88, 0x50, 0xff, 0xc4, 0x89, 0x51, 0xff, 0xc4, 0x88, 0x4f, 0xff, 0xc4, 0x88, 0x50, 0xff, 0xc4, 0x88, 0x4f, 0xff, 0xc4, 0x88, 0x50, 0xff, 0xc4, 0x87, 0x4f, 0xff, 0xc4, 0x8c, 0x51, 0xff, 0xc4, 0x90, 0x53, 0xff, 0xc4, 0x91, 0x54, 0xff, 0xc4, 0x97, 0x55, 0xff, 0xc3, 0x97, 0x57, 0xff, 0xc2, 0x97, 0x58, 0xff, 0xc3, 0x94, 0x55, 0xff, 0xc4, 0x95, 0x56, 0xff, 0xc4, 0x95, 0x55, 0xff, 0xc4, 0x95, 0x56, 0xff, 0xc4, 0x91, 0x55, 0xff, 0xc4, 0x8e, 0x54, 0xff, 0xc4, 0x8d, 0x52, 0xff, 0xc4, 0x8c, 0x52, 0xff, 0xc4, 0x8b, 0x51, 0xff, 0xc4, 0x8a, 0x51, 0xff, 0xc4, 0x89, 0x50, 0xff, 0xc4, 0x88, 0x50, 0xff, 0xc4, 0x87, 0x4e, 0xff, 0xc4, 0x87, 0x4e, 0xff, 0xc4, 0x87, 0x4e, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc4, 0x86, 0x4d, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc4, 0x86, 0x4d, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc4, 0x86, 0x4d, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc4, 0x88, 0x4f, 0xff, 0xc4, 0x89, 0x50, 0xff, 0xc4, 0x89, 0x51, 0xff, 0xc4, 0x8a, 0x52, 0xff, 0xc5, 0x89, 0x51, 0xff, 0xc4, 0x89, 0x50, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7c, 0x47, 0xff, 0xb4, 0x7c, 0x47, 0xff, 0xb4, 0x7c, 0x47, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xab, 0x72, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xab, 0x72, 0x40, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xc5, 0x89, 0x50, 0xff, 0xc4, 0x88, 0x4f, 0xff, 0xc4, 0x87, 0x4f, 0xff, 0xc4, 0x87, 0x50, 0xff, 0xc4, 0x89, 0x50, 0xff, 0xc5, 0x8a, 0x52, 0xff, 0xc5, 0x8d, 0x54, 0xff, 0xc5, 0x8e, 0x56, 0xff, 0xc4, 0x8c, 0x58, 0xff, 0xc5, 0x8d, 0x5a, 0xff, 0xc5, 0x8d, 0x5b, 0xff, 0xc5, 0x8e, 0x5b, 0xff, 0xc4, 0x8f, 0x5c, 0xff, 0xbb, 0x87, 0x54, 0xff, 0xb8, 0x81, 0x4d, 0xff, 0xba, 0x82, 0x4e, 0xff, 0xbc, 0x84, 0x50, 0xff, 0xbe, 0x85, 0x50, 0xff, 0xc0, 0x84, 0x4f, 0xff, 0xbf, 0x84, 0x4f, 0xff, 0xbe, 0x83, 0x4e, 0xff, 0xbc, 0x82, 0x4d, 0xff, 0xba, 0x81, 0x4c, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb8, 0x7f, 0x4a, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xad, 0x74, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xab, 0x71, 0x40, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xc1, 0x84, 0x4c, 0xff, 0xc4, 0x87, 0x50, 0xff, 0xc4, 0x8a, 0x53, 0xff, 0xc5, 0x8c, 0x56, 0xff, 0xc5, 0x92, 0x59, 0xff, 0xc4, 0x97, 0x5b, 0xff, 0xc3, 0x97, 0x5c, 0xff, 0xc3, 0x98, 0x5c, 0xff, 0xc3, 0x97, 0x5c, 0xff, 0xc4, 0x98, 0x5b, 0xff, 0xc4, 0x95, 0x59, 0xff, 0xc5, 0x90, 0x56, 0xff, 0xc5, 0x8b, 0x53, 0xff, 0xc4, 0x8a, 0x52, 0xff, 0xc4, 0x87, 0x50, 0xff, 0xc4, 0x86, 0x4f, 0xff, 0xc2, 0x84, 0x4d, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb9, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xb6, 0x7c, 0x45, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, - 0xb6, 0x7c, 0x48, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb5, 0x7e, 0x49, 0xff, 0xb4, 0x7f, 0x4a, 0xff, 0xb4, 0x7f, 0x4a, 0xff, 0xb2, 0x7b, 0x47, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x73, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x73, 0x40, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x40, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xc6, 0x89, 0x4f, 0xff, 0xc5, 0x86, 0x4e, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc5, 0x89, 0x50, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xc5, 0x8b, 0x51, 0xff, 0xc5, 0x8b, 0x52, 0xff, 0xc5, 0x8a, 0x52, 0xff, 0xc4, 0x89, 0x50, 0xff, 0xc5, 0x8d, 0x53, 0xff, 0xc4, 0x8d, 0x52, 0xff, 0xc4, 0x8f, 0x53, 0xff, 0xc5, 0x94, 0x54, 0xff, 0xc5, 0x93, 0x55, 0xff, 0xc5, 0x8e, 0x53, 0xff, 0xc5, 0x8e, 0x53, 0xff, 0xc5, 0x8f, 0x53, 0xff, 0xc6, 0x90, 0x54, 0xff, 0xc5, 0x8f, 0x53, 0xff, 0xc5, 0x8d, 0x53, 0xff, 0xc5, 0x8d, 0x53, 0xff, 0xc5, 0x8b, 0x52, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xc5, 0x8b, 0x51, 0xff, 0xc5, 0x8a, 0x50, 0xff, 0xc5, 0x89, 0x50, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xc5, 0x86, 0x4e, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xc5, 0x87, 0x4f, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc5, 0x89, 0x50, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xc5, 0x8a, 0x52, 0xff, 0xc5, 0x8b, 0x53, 0xff, 0xc5, 0x8b, 0x52, 0xff, 0xc1, 0x87, 0x4e, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x47, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xb4, 0x7b, 0x48, 0xff, 0xb4, 0x7c, 0x49, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x73, 0x40, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xab, 0x72, 0x40, 0xff, 0xac, 0x72, 0x41, 0xff, 0xab, 0x72, 0x41, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xbf, 0x84, 0x4e, 0xff, 0xc0, 0x84, 0x4e, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xc2, 0x87, 0x50, 0xff, 0xc5, 0x89, 0x51, 0xff, 0xc5, 0x88, 0x50, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc5, 0x89, 0x50, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xc5, 0x8b, 0x52, 0xff, 0xc5, 0x8d, 0x54, 0xff, 0xc5, 0x8e, 0x56, 0xff, 0xc5, 0x8e, 0x59, 0xff, 0xc5, 0x8f, 0x5c, 0xff, 0xc3, 0x8e, 0x5a, 0xff, 0xb9, 0x83, 0x4f, 0xff, 0xb7, 0x80, 0x4c, 0xff, 0xba, 0x82, 0x4f, 0xff, 0xbc, 0x84, 0x51, 0xff, 0xbf, 0x86, 0x52, 0xff, 0xc3, 0x88, 0x52, 0xff, 0xc5, 0x88, 0x52, 0xff, 0xc4, 0x88, 0x51, 0xff, 0xc3, 0x87, 0x51, 0xff, 0xc1, 0x86, 0x50, 0xff, 0xbe, 0x84, 0x4e, 0xff, 0xbc, 0x81, 0x4d, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb4, 0x7a, 0x47, 0xff, 0xad, 0x74, 0x42, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xab, 0x71, 0x40, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xad, 0x72, 0x41, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xc4, 0x87, 0x50, 0xff, 0xc5, 0x89, 0x52, 0xff, 0xc5, 0x8c, 0x55, 0xff, 0xc5, 0x8f, 0x58, 0xff, 0xc5, 0x94, 0x59, 0xff, 0xc5, 0x96, 0x5a, 0xff, 0xc5, 0x97, 0x5a, 0xff, 0xc5, 0x97, 0x5a, 0xff, 0xc5, 0x93, 0x59, 0xff, 0xc5, 0x90, 0x57, 0xff, 0xc5, 0x8e, 0x55, 0xff, 0xc5, 0x8b, 0x53, 0xff, 0xc5, 0x89, 0x51, 0xff, 0xc5, 0x88, 0x51, 0xff, 0xc5, 0x86, 0x4f, 0xff, 0xc4, 0x85, 0x4e, 0xff, 0xc3, 0x84, 0x4d, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x80, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x7e, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, - 0xb7, 0x81, 0x4c, 0xff, 0xb6, 0x80, 0x4c, 0xff, 0xb6, 0x80, 0x4b, 0xff, 0xb5, 0x80, 0x4b, 0xff, 0xb5, 0x7f, 0x4a, 0xff, 0xb4, 0x7e, 0x49, 0xff, 0xb4, 0x7d, 0x49, 0xff, 0xb3, 0x7d, 0x49, 0xff, 0xb2, 0x7c, 0x47, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x72, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xbb, 0x83, 0x4a, 0xff, 0xc4, 0x88, 0x50, 0xff, 0xc6, 0x8a, 0x52, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc6, 0x89, 0x50, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc5, 0x89, 0x50, 0xff, 0xc5, 0x8b, 0x51, 0xff, 0xc5, 0x8c, 0x53, 0xff, 0xc5, 0x8d, 0x54, 0xff, 0xc5, 0x8d, 0x53, 0xff, 0xc6, 0x8f, 0x54, 0xff, 0xc5, 0x90, 0x54, 0xff, 0xc6, 0x91, 0x54, 0xff, 0xc6, 0x90, 0x54, 0xff, 0xc6, 0x8c, 0x52, 0xff, 0xc6, 0x8c, 0x52, 0xff, 0xc6, 0x8d, 0x52, 0xff, 0xc5, 0x8d, 0x52, 0xff, 0xc6, 0x8d, 0x53, 0xff, 0xc5, 0x8d, 0x52, 0xff, 0xc6, 0x8c, 0x52, 0xff, 0xc5, 0x8c, 0x53, 0xff, 0xc6, 0x8c, 0x53, 0xff, 0xc5, 0x8b, 0x52, 0xff, 0xc6, 0x8b, 0x53, 0xff, 0xc5, 0x8b, 0x53, 0xff, 0xc6, 0x8a, 0x51, 0xff, 0xc6, 0x8a, 0x51, 0xff, 0xc6, 0x89, 0x51, 0xff, 0xc6, 0x89, 0x50, 0xff, 0xc5, 0x88, 0x50, 0xff, 0xc6, 0x89, 0x4f, 0xff, 0xc6, 0x88, 0x4f, 0xff, 0xc6, 0x89, 0x4f, 0xff, 0xc5, 0x89, 0x4f, 0xff, 0xc5, 0x89, 0x50, 0xff, 0xc6, 0x89, 0x51, 0xff, 0xc6, 0x8a, 0x52, 0xff, 0xc6, 0x8a, 0x52, 0xff, 0xc6, 0x8b, 0x54, 0xff, 0xc6, 0x8c, 0x55, 0xff, 0xc3, 0x89, 0x52, 0xff, 0xbb, 0x83, 0x4d, 0xff, 0xb9, 0x81, 0x4c, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xbb, 0x82, 0x4c, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb5, 0x7c, 0x48, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xae, 0x74, 0x43, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x73, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x71, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xae, 0x75, 0x43, 0xff, 0xbc, 0x82, 0x4e, 0xff, 0xc0, 0x85, 0x4e, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xc1, 0x86, 0x4f, 0xff, 0xc6, 0x8b, 0x52, 0xff, 0xc6, 0x8b, 0x52, 0xff, 0xc6, 0x89, 0x50, 0xff, 0xc6, 0x88, 0x50, 0xff, 0xc5, 0x89, 0x50, 0xff, 0xc6, 0x8a, 0x51, 0xff, 0xc6, 0x8a, 0x52, 0xff, 0xc6, 0x8d, 0x53, 0xff, 0xc7, 0x90, 0x57, 0xff, 0xbf, 0x8a, 0x55, 0xff, 0xb8, 0x82, 0x4e, 0xff, 0xb9, 0x80, 0x4c, 0xff, 0xb9, 0x82, 0x4e, 0xff, 0xbb, 0x83, 0x50, 0xff, 0xbe, 0x86, 0x52, 0xff, 0xc3, 0x89, 0x54, 0xff, 0xc6, 0x8b, 0x55, 0xff, 0xc6, 0x8c, 0x56, 0xff, 0xc6, 0x8b, 0x55, 0xff, 0xc6, 0x8a, 0x54, 0xff, 0xc6, 0x89, 0x53, 0xff, 0xc5, 0x88, 0x52, 0xff, 0xc2, 0x86, 0x50, 0xff, 0xbe, 0x84, 0x4d, 0xff, 0xbd, 0x83, 0x4d, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xae, 0x74, 0x42, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x71, 0x41, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x6f, 0x40, 0xff, 0xaa, 0x6f, 0x40, 0xff, 0xaa, 0x6f, 0x40, 0xff, 0xaa, 0x6f, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xae, 0x73, 0x40, 0xff, 0xae, 0x73, 0x40, 0xff, 0xae, 0x74, 0x40, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xc0, 0x82, 0x4c, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xc0, 0x83, 0x4d, 0xff, 0xc5, 0x86, 0x4f, 0xff, 0xc6, 0x89, 0x51, 0xff, 0xc6, 0x8a, 0x53, 0xff, 0xc6, 0x8d, 0x55, 0xff, 0xc6, 0x8f, 0x57, 0xff, 0xc6, 0x92, 0x59, 0xff, 0xc6, 0x93, 0x59, 0xff, 0xc6, 0x91, 0x58, 0xff, 0xc6, 0x8f, 0x57, 0xff, 0xc6, 0x8d, 0x55, 0xff, 0xc6, 0x8b, 0x54, 0xff, 0xc6, 0x8a, 0x53, 0xff, 0xc6, 0x89, 0x51, 0xff, 0xc6, 0x88, 0x51, 0xff, 0xc6, 0x88, 0x50, 0xff, 0xc6, 0x87, 0x4f, 0xff, 0xc3, 0x86, 0x4f, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xbe, 0x84, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb6, 0x7e, 0x49, 0xff, - 0xb6, 0x81, 0x4b, 0xff, 0xb6, 0x80, 0x4b, 0xff, 0xb6, 0x80, 0x4b, 0xff, 0xb5, 0x80, 0x4a, 0xff, 0xb5, 0x7f, 0x4a, 0xff, 0xb4, 0x7d, 0x49, 0xff, 0xb4, 0x7d, 0x49, 0xff, 0xb4, 0x7d, 0x48, 0xff, 0xb2, 0x7c, 0x47, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x40, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xac, 0x72, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xb8, 0x7e, 0x46, 0xff, 0xb6, 0x7c, 0x43, 0xff, 0xb8, 0x80, 0x44, 0xff, 0xba, 0x81, 0x47, 0xff, 0xc8, 0x8b, 0x53, 0xff, 0xc6, 0x8a, 0x51, 0xff, 0xc6, 0x8a, 0x51, 0xff, 0xc6, 0x8a, 0x51, 0xff, 0xc6, 0x8a, 0x51, 0xff, 0xc6, 0x8b, 0x51, 0xff, 0xc6, 0x8a, 0x51, 0xff, 0xc6, 0x8c, 0x53, 0xff, 0xc6, 0x93, 0x56, 0xff, 0xc6, 0x96, 0x57, 0xff, 0xc6, 0x96, 0x57, 0xff, 0xc6, 0x94, 0x57, 0xff, 0xc6, 0x8f, 0x55, 0xff, 0xc6, 0x8d, 0x53, 0xff, 0xc7, 0x8e, 0x54, 0xff, 0xc6, 0x8d, 0x53, 0xff, 0xc6, 0x8d, 0x53, 0xff, 0xc6, 0x8d, 0x53, 0xff, 0xc7, 0x8d, 0x53, 0xff, 0xc6, 0x8c, 0x53, 0xff, 0xc7, 0x8c, 0x54, 0xff, 0xc6, 0x8c, 0x54, 0xff, 0xc7, 0x8d, 0x55, 0xff, 0xc6, 0x8c, 0x54, 0xff, 0xc7, 0x8c, 0x55, 0xff, 0xc6, 0x8c, 0x54, 0xff, 0xc6, 0x8b, 0x52, 0xff, 0xc7, 0x8b, 0x52, 0xff, 0xc6, 0x8b, 0x51, 0xff, 0xc6, 0x8b, 0x51, 0xff, 0xc6, 0x89, 0x50, 0xff, 0xc7, 0x8a, 0x51, 0xff, 0xc6, 0x8b, 0x51, 0xff, 0xc7, 0x8c, 0x52, 0xff, 0xc6, 0x8b, 0x52, 0xff, 0xc7, 0x8c, 0x54, 0xff, 0xc7, 0x8c, 0x54, 0xff, 0xc7, 0x8c, 0x53, 0xff, 0xc3, 0x89, 0x52, 0xff, 0xbb, 0x83, 0x4d, 0xff, 0xba, 0x81, 0x4d, 0xff, 0xbb, 0x82, 0x4e, 0xff, 0xbb, 0x83, 0x4c, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xae, 0x74, 0x3f, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb3, 0x79, 0x43, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb7, 0x7f, 0x4a, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x73, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xae, 0x73, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xad, 0x73, 0x42, 0xff, 0xbb, 0x81, 0x4d, 0xff, 0xc2, 0x86, 0x4f, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xc4, 0x89, 0x50, 0xff, 0xc6, 0x8d, 0x54, 0xff, 0xc6, 0x8c, 0x53, 0xff, 0xc6, 0x8a, 0x51, 0xff, 0xc6, 0x8a, 0x50, 0xff, 0xc6, 0x89, 0x50, 0xff, 0xc7, 0x89, 0x51, 0xff, 0xc8, 0x8c, 0x52, 0xff, 0xbd, 0x86, 0x4f, 0xff, 0xb7, 0x80, 0x4b, 0xff, 0xb8, 0x80, 0x4b, 0xff, 0xb8, 0x80, 0x4c, 0xff, 0xb9, 0x82, 0x4e, 0xff, 0xbc, 0x84, 0x50, 0xff, 0xc1, 0x87, 0x52, 0xff, 0xc6, 0x8b, 0x55, 0xff, 0xc7, 0x8d, 0x57, 0xff, 0xc7, 0x90, 0x59, 0xff, 0xc6, 0x91, 0x59, 0xff, 0xc6, 0x8f, 0x58, 0xff, 0xc7, 0x8e, 0x58, 0xff, 0xc6, 0x8d, 0x56, 0xff, 0xc6, 0x8b, 0x54, 0xff, 0xc6, 0x88, 0x53, 0xff, 0xbc, 0x82, 0x4d, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xac, 0x72, 0x42, 0xff, 0xac, 0x72, 0x41, 0xff, 0xab, 0x72, 0x41, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x74, 0x40, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xbd, 0x80, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xbd, 0x81, 0x4c, 0xff, 0xc3, 0x85, 0x4f, 0xff, 0xc6, 0x87, 0x50, 0xff, 0xc7, 0x89, 0x52, 0xff, 0xc6, 0x8b, 0x54, 0xff, 0xc7, 0x8d, 0x55, 0xff, 0xc7, 0x8e, 0x56, 0xff, 0xc6, 0x8e, 0x56, 0xff, 0xc6, 0x8d, 0x56, 0xff, 0xc7, 0x8d, 0x55, 0xff, 0xc7, 0x8c, 0x55, 0xff, 0xc6, 0x8c, 0x54, 0xff, 0xc6, 0x8a, 0x52, 0xff, 0xc6, 0x8a, 0x52, 0xff, 0xc6, 0x89, 0x51, 0xff, 0xc7, 0x89, 0x51, 0xff, 0xc5, 0x89, 0x51, 0xff, 0xc2, 0x88, 0x50, 0xff, 0xc0, 0x86, 0x4f, 0xff, 0xc0, 0x86, 0x4e, 0xff, 0xbe, 0x85, 0x4e, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb3, 0x79, 0x43, 0xff, 0xb8, 0x81, 0x4a, 0xff, - 0xb8, 0x81, 0x49, 0xff, 0xb6, 0x80, 0x49, 0xff, 0xb6, 0x80, 0x49, 0xff, 0xb5, 0x80, 0x49, 0xff, 0xb4, 0x80, 0x49, 0xff, 0xb4, 0x7e, 0x49, 0xff, 0xb3, 0x7d, 0x49, 0xff, 0xb3, 0x7c, 0x48, 0xff, 0xb3, 0x7c, 0x47, 0xff, 0xb0, 0x78, 0x44, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xae, 0x73, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xb9, 0x7f, 0x46, 0xff, 0xb9, 0x80, 0x47, 0xff, 0xb8, 0x80, 0x44, 0xff, 0xb8, 0x7f, 0x43, 0xff, 0xb8, 0x7e, 0x43, 0xff, 0xb6, 0x7c, 0x41, 0xff, 0xb9, 0x81, 0x47, 0xff, 0xc4, 0x89, 0x50, 0xff, 0xc5, 0x8b, 0x52, 0xff, 0xc6, 0x8b, 0x52, 0xff, 0xc7, 0x8e, 0x54, 0xff, 0xc7, 0x8f, 0x54, 0xff, 0xc7, 0x91, 0x55, 0xff, 0xc7, 0x92, 0x55, 0xff, 0xc5, 0x91, 0x55, 0xff, 0xc7, 0x98, 0x59, 0xff, 0xc7, 0x9a, 0x5a, 0xff, 0xc7, 0x92, 0x56, 0xff, 0xc8, 0x91, 0x56, 0xff, 0xc7, 0x8f, 0x56, 0xff, 0xc7, 0x8f, 0x54, 0xff, 0xc7, 0x8f, 0x54, 0xff, 0xc7, 0x8f, 0x55, 0xff, 0xc7, 0x8e, 0x54, 0xff, 0xc7, 0x8d, 0x54, 0xff, 0xc7, 0x8e, 0x54, 0xff, 0xc8, 0x8e, 0x55, 0xff, 0xc7, 0x8e, 0x55, 0xff, 0xc7, 0x8e, 0x55, 0xff, 0xc8, 0x8f, 0x55, 0xff, 0xc7, 0x8e, 0x55, 0xff, 0xc7, 0x8e, 0x55, 0xff, 0xc7, 0x8c, 0x54, 0xff, 0xc7, 0x8c, 0x53, 0xff, 0xc7, 0x8d, 0x52, 0xff, 0xc8, 0x8c, 0x52, 0xff, 0xc7, 0x8c, 0x52, 0xff, 0xc8, 0x8d, 0x53, 0xff, 0xc7, 0x8d, 0x53, 0xff, 0xc7, 0x8c, 0x53, 0xff, 0xc5, 0x8b, 0x53, 0xff, 0xc1, 0x88, 0x50, 0xff, 0xbb, 0x83, 0x4c, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xad, 0x75, 0x40, 0xff, 0xa9, 0x70, 0x3d, 0xff, 0xa8, 0x6e, 0x3b, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xae, 0x74, 0x3f, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xbc, 0x83, 0x4d, 0xff, 0xbb, 0x84, 0x4e, 0xff, 0xbc, 0x85, 0x4f, 0xff, 0xbb, 0x84, 0x4e, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x73, 0x42, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xab, 0x70, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xac, 0x73, 0x42, 0xff, 0xbb, 0x81, 0x4c, 0xff, 0xc4, 0x88, 0x51, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc7, 0x8c, 0x53, 0xff, 0xc8, 0x8e, 0x54, 0xff, 0xc8, 0x8e, 0x53, 0xff, 0xc8, 0x8c, 0x51, 0xff, 0xc8, 0x8a, 0x50, 0xff, 0xc8, 0x8b, 0x51, 0xff, 0xbd, 0x85, 0x4d, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb8, 0x7f, 0x4a, 0xff, 0xb8, 0x80, 0x4b, 0xff, 0xba, 0x82, 0x4e, 0xff, 0xbd, 0x85, 0x50, 0xff, 0xc4, 0x89, 0x53, 0xff, 0xc8, 0x8d, 0x55, 0xff, 0xc8, 0x92, 0x59, 0xff, 0xc8, 0x94, 0x5b, 0xff, 0xc8, 0x95, 0x5d, 0xff, 0xc8, 0x97, 0x5c, 0xff, 0xc8, 0x95, 0x5b, 0xff, 0xc8, 0x92, 0x5a, 0xff, 0xc8, 0x90, 0x59, 0xff, 0xc6, 0x8d, 0x57, 0xff, 0xb5, 0x7c, 0x4a, 0xff, 0xad, 0x73, 0x43, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xab, 0x71, 0x41, 0xff, 0xab, 0x71, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3f, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x74, 0x40, 0xff, 0xc3, 0x85, 0x4f, 0xff, 0xc6, 0x86, 0x4f, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xc5, 0x87, 0x50, 0xff, 0xc7, 0x8a, 0x52, 0xff, 0xc7, 0x8a, 0x53, 0xff, 0xc7, 0x8a, 0x54, 0xff, 0xc7, 0x8b, 0x54, 0xff, 0xc7, 0x8b, 0x54, 0xff, 0xc7, 0x8b, 0x54, 0xff, 0xc7, 0x8b, 0x53, 0xff, 0xc7, 0x8b, 0x53, 0xff, 0xc7, 0x8b, 0x53, 0xff, 0xc8, 0x8b, 0x52, 0xff, 0xc7, 0x8b, 0x53, 0xff, 0xc7, 0x8b, 0x52, 0xff, 0xc5, 0x8b, 0x53, 0xff, 0xc2, 0x89, 0x51, 0xff, 0xc0, 0x88, 0x51, 0xff, 0xbf, 0x87, 0x4f, 0xff, 0xbe, 0x85, 0x4e, 0xff, 0xbd, 0x84, 0x4d, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x81, 0x49, 0xff, - 0xb7, 0x80, 0x49, 0xff, 0xb6, 0x80, 0x49, 0xff, 0xb6, 0x80, 0x49, 0xff, 0xb6, 0x80, 0x49, 0xff, 0xb4, 0x7e, 0x49, 0xff, 0xb4, 0x7e, 0x49, 0xff, 0xb4, 0x7d, 0x47, 0xff, 0xb3, 0x7c, 0x47, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xaf, 0x76, 0x41, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xb9, 0x7e, 0x44, 0xff, 0xba, 0x80, 0x45, 0xff, 0xba, 0x80, 0x47, 0xff, 0xb8, 0x7f, 0x45, 0xff, 0xb8, 0x80, 0x44, 0xff, 0xb8, 0x7f, 0x43, 0xff, 0xb8, 0x80, 0x43, 0xff, 0xb8, 0x7d, 0x43, 0xff, 0xb6, 0x7d, 0x41, 0xff, 0xb9, 0x80, 0x45, 0xff, 0xbc, 0x84, 0x4a, 0xff, 0xbf, 0x88, 0x4e, 0xff, 0xc3, 0x94, 0x56, 0xff, 0xc9, 0x99, 0x5c, 0xff, 0xc9, 0x98, 0x5b, 0xff, 0xc9, 0x95, 0x58, 0xff, 0xc8, 0x93, 0x56, 0xff, 0xc8, 0x93, 0x56, 0xff, 0xc8, 0x90, 0x56, 0xff, 0xc8, 0x91, 0x56, 0xff, 0xc9, 0x92, 0x57, 0xff, 0xc8, 0x92, 0x56, 0xff, 0xc9, 0x93, 0x57, 0xff, 0xc9, 0x92, 0x57, 0xff, 0xc9, 0x90, 0x56, 0xff, 0xc9, 0x90, 0x56, 0xff, 0xc9, 0x90, 0x56, 0xff, 0xc9, 0x90, 0x56, 0xff, 0xc8, 0x8f, 0x56, 0xff, 0xc8, 0x8f, 0x56, 0xff, 0xc8, 0x8f, 0x56, 0xff, 0xc8, 0x8f, 0x55, 0xff, 0xc8, 0x8f, 0x55, 0xff, 0xc9, 0x8f, 0x56, 0xff, 0xc9, 0x8f, 0x55, 0xff, 0xc9, 0x8f, 0x56, 0xff, 0xc9, 0x8f, 0x56, 0xff, 0xc9, 0x8e, 0x56, 0xff, 0xc7, 0x8c, 0x54, 0xff, 0xc6, 0x8b, 0x53, 0xff, 0xc2, 0x87, 0x50, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xa7, 0x6d, 0x3a, 0xff, 0xa8, 0x6f, 0x3b, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xae, 0x74, 0x40, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xbb, 0x83, 0x4d, 0xff, 0xbc, 0x85, 0x4f, 0xff, 0xbd, 0x87, 0x50, 0xff, 0xbd, 0x88, 0x52, 0xff, 0xbb, 0x86, 0x50, 0xff, 0xb4, 0x7d, 0x49, 0xff, 0xb0, 0x78, 0x45, 0xff, 0xb0, 0x78, 0x45, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xae, 0x74, 0x42, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xad, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa9, 0x71, 0x40, 0xff, 0xb6, 0x7b, 0x48, 0xff, 0xc2, 0x86, 0x4f, 0xff, 0xc4, 0x86, 0x4f, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xc6, 0x88, 0x50, 0xff, 0xc8, 0x8d, 0x54, 0xff, 0xc8, 0x90, 0x56, 0xff, 0xc8, 0x8f, 0x54, 0xff, 0xc9, 0x8d, 0x53, 0xff, 0xc2, 0x87, 0x4f, 0xff, 0xba, 0x7f, 0x4a, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xb9, 0x81, 0x4c, 0xff, 0xbc, 0x83, 0x4e, 0xff, 0xc3, 0x87, 0x52, 0xff, 0xc8, 0x8c, 0x56, 0xff, 0xc8, 0x90, 0x59, 0xff, 0xc9, 0x95, 0x5c, 0xff, 0xc8, 0x9a, 0x5f, 0xff, 0xc8, 0x9d, 0x60, 0xff, 0xc9, 0x9c, 0x60, 0xff, 0xc9, 0x9b, 0x5f, 0xff, 0xca, 0x9b, 0x60, 0xff, 0xb9, 0x85, 0x51, 0xff, 0xad, 0x74, 0x43, 0xff, 0xad, 0x72, 0x42, 0xff, 0xac, 0x72, 0x42, 0xff, 0xab, 0x71, 0x41, 0xff, 0xaa, 0x71, 0x41, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xc2, 0x83, 0x4d, 0xff, 0xc6, 0x86, 0x4e, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb8, 0x7c, 0x48, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbd, 0x81, 0x4c, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xc4, 0x86, 0x4f, 0xff, 0xc6, 0x87, 0x50, 0xff, 0xc7, 0x88, 0x51, 0xff, 0xc7, 0x88, 0x52, 0xff, 0xc8, 0x8a, 0x53, 0xff, 0xc8, 0x8a, 0x52, 0xff, 0xc8, 0x8a, 0x53, 0xff, 0xc8, 0x8b, 0x53, 0xff, 0xc8, 0x8c, 0x54, 0xff, 0xc8, 0x8d, 0x55, 0xff, 0xc7, 0x8d, 0x54, 0xff, 0xc5, 0x8d, 0x55, 0xff, 0xc3, 0x8b, 0x53, 0xff, 0xc1, 0x8b, 0x53, 0xff, 0xc0, 0x89, 0x52, 0xff, 0xbf, 0x89, 0x51, 0xff, 0xbd, 0x86, 0x4f, 0xff, 0xbc, 0x84, 0x4d, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb8, 0x80, 0x48, 0xff, 0xb8, 0x80, 0x49, 0xff, - 0xb8, 0x80, 0x47, 0xff, 0xb6, 0x80, 0x48, 0xff, 0xb6, 0x80, 0x47, 0xff, 0xb5, 0x7f, 0x47, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb4, 0x7d, 0x47, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xba, 0x7f, 0x45, 0xff, 0xbb, 0x80, 0x45, 0xff, 0xba, 0x80, 0x45, 0xff, 0xbb, 0x80, 0x46, 0xff, 0xba, 0x80, 0x47, 0xff, 0xb8, 0x7e, 0x44, 0xff, 0xb8, 0x80, 0x44, 0xff, 0xb8, 0x80, 0x44, 0xff, 0xb8, 0x7f, 0x43, 0xff, 0xb8, 0x80, 0x44, 0xff, 0xb8, 0x7e, 0x43, 0xff, 0xb8, 0x7e, 0x42, 0xff, 0xb6, 0x7d, 0x42, 0xff, 0xb8, 0x80, 0x45, 0xff, 0xb9, 0x83, 0x48, 0xff, 0xba, 0x87, 0x4d, 0xff, 0xbd, 0x8a, 0x4f, 0xff, 0xc1, 0x8e, 0x53, 0xff, 0xc8, 0x97, 0x5a, 0xff, 0xc9, 0x9d, 0x5d, 0xff, 0xc9, 0x95, 0x59, 0xff, 0xca, 0x92, 0x58, 0xff, 0xca, 0x93, 0x58, 0xff, 0xc9, 0x93, 0x58, 0xff, 0xca, 0x92, 0x58, 0xff, 0xc9, 0x8f, 0x56, 0xff, 0xca, 0x90, 0x57, 0xff, 0xca, 0x8f, 0x56, 0xff, 0xca, 0x90, 0x57, 0xff, 0xca, 0x91, 0x58, 0xff, 0xca, 0x91, 0x58, 0xff, 0xca, 0x93, 0x59, 0xff, 0xca, 0x95, 0x5b, 0xff, 0xc9, 0x95, 0x5b, 0xff, 0xc1, 0x8c, 0x54, 0xff, 0xba, 0x85, 0x4f, 0xff, 0xb7, 0x80, 0x4a, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xad, 0x73, 0x40, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xa8, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3b, 0xff, 0xa9, 0x6e, 0x3a, 0xff, 0xa9, 0x70, 0x3a, 0xff, 0xae, 0x74, 0x3f, 0xff, 0xb6, 0x7a, 0x45, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbc, 0x83, 0x4d, 0xff, 0xbd, 0x86, 0x4f, 0xff, 0xbe, 0x89, 0x52, 0xff, 0xbe, 0x8a, 0x55, 0xff, 0xbb, 0x86, 0x53, 0xff, 0xb4, 0x7d, 0x4c, 0xff, 0xb0, 0x78, 0x47, 0xff, 0xb0, 0x78, 0x45, 0xff, 0xb0, 0x77, 0x45, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xab, 0x70, 0x40, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xc0, 0x85, 0x4f, 0xff, 0xc7, 0x88, 0x50, 0xff, 0xc6, 0x88, 0x51, 0xff, 0xc8, 0x8c, 0x53, 0xff, 0xc8, 0x8f, 0x55, 0xff, 0xca, 0x92, 0x56, 0xff, 0xc6, 0x8e, 0x54, 0xff, 0xbc, 0x84, 0x4c, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xbc, 0x82, 0x4d, 0xff, 0xc1, 0x86, 0x50, 0xff, 0xc7, 0x8b, 0x54, 0xff, 0xca, 0x90, 0x59, 0xff, 0xc9, 0x95, 0x5d, 0xff, 0xc9, 0x9a, 0x60, 0xff, 0xc8, 0x9e, 0x62, 0xff, 0xc7, 0xa0, 0x63, 0xff, 0xca, 0xa2, 0x65, 0xff, 0xbe, 0x91, 0x5b, 0xff, 0xaf, 0x79, 0x48, 0xff, 0xac, 0x73, 0x42, 0xff, 0xac, 0x73, 0x42, 0xff, 0xac, 0x73, 0x42, 0xff, 0xac, 0x72, 0x42, 0xff, 0xab, 0x71, 0x41, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa7, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xae, 0x72, 0x3f, 0xff, 0xad, 0x73, 0x3f, 0xff, 0xae, 0x73, 0x3f, 0xff, 0xae, 0x74, 0x40, 0xff, 0xc3, 0x85, 0x4f, 0xff, 0xc9, 0x86, 0x4f, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbd, 0x82, 0x4c, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc4, 0x85, 0x4f, 0xff, 0xc8, 0x87, 0x51, 0xff, 0xc9, 0x88, 0x52, 0xff, 0xc8, 0x89, 0x52, 0xff, 0xc9, 0x8b, 0x53, 0xff, 0xc9, 0x8c, 0x54, 0xff, 0xc9, 0x8d, 0x55, 0xff, 0xc8, 0x8e, 0x56, 0xff, 0xc6, 0x8e, 0x56, 0xff, 0xc3, 0x8d, 0x56, 0xff, 0xc2, 0x8c, 0x55, 0xff, 0xc1, 0x8b, 0x55, 0xff, 0xc0, 0x8a, 0x53, 0xff, 0xbf, 0x89, 0x52, 0xff, 0xbd, 0x85, 0x4f, 0xff, 0xbc, 0x83, 0x4d, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x43, 0xff, 0xb8, 0x7e, 0x46, 0xff, 0xb8, 0x80, 0x47, 0xff, 0xb8, 0x80, 0x47, 0xff, - 0xb8, 0x7e, 0x46, 0xff, 0xb8, 0x7e, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb5, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x46, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xae, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x40, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xbb, 0x81, 0x46, 0xff, 0xbb, 0x81, 0x46, 0xff, 0xbb, 0x80, 0x45, 0xff, 0xbb, 0x80, 0x46, 0xff, 0xbb, 0x80, 0x47, 0xff, 0xba, 0x80, 0x47, 0xff, 0xb8, 0x7f, 0x46, 0xff, 0xba, 0x80, 0x45, 0xff, 0xb9, 0x80, 0x45, 0xff, 0xb9, 0x80, 0x44, 0xff, 0xb9, 0x80, 0x44, 0xff, 0xb8, 0x80, 0x44, 0xff, 0xb8, 0x80, 0x44, 0xff, 0xb8, 0x80, 0x44, 0xff, 0xb8, 0x7e, 0x43, 0xff, 0xb8, 0x7f, 0x45, 0xff, 0xb8, 0x7e, 0x44, 0xff, 0xb8, 0x80, 0x45, 0xff, 0xb8, 0x7f, 0x44, 0xff, 0xb6, 0x7b, 0x41, 0xff, 0xb5, 0x7c, 0x41, 0xff, 0xb9, 0x84, 0x4a, 0xff, 0xb8, 0x86, 0x4c, 0xff, 0xbd, 0x8a, 0x51, 0xff, 0xc1, 0x8c, 0x52, 0xff, 0xbf, 0x8c, 0x53, 0xff, 0xba, 0x88, 0x52, 0xff, 0xba, 0x88, 0x51, 0xff, 0xba, 0x88, 0x52, 0xff, 0xba, 0x86, 0x50, 0xff, 0xb8, 0x84, 0x4d, 0xff, 0xb4, 0x7f, 0x4a, 0xff, 0xaf, 0x79, 0x44, 0xff, 0xac, 0x74, 0x3f, 0xff, 0xa7, 0x6e, 0x3a, 0xff, 0xa9, 0x70, 0x3d, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xa9, 0x71, 0x3e, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xa9, 0x70, 0x3d, 0xff, 0xa9, 0x70, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa9, 0x70, 0x3d, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3b, 0xff, 0xa9, 0x6e, 0x3a, 0xff, 0xa9, 0x6f, 0x39, 0xff, 0xa9, 0x6f, 0x39, 0xff, 0xa9, 0x6e, 0x3a, 0xff, 0xaa, 0x70, 0x3b, 0xff, 0xb0, 0x76, 0x40, 0xff, 0xb3, 0x79, 0x43, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xbe, 0x86, 0x4f, 0xff, 0xbf, 0x89, 0x52, 0xff, 0xc0, 0x8a, 0x55, 0xff, 0xbb, 0x84, 0x53, 0xff, 0xb2, 0x7a, 0x4a, 0xff, 0xb0, 0x78, 0x47, 0xff, 0xb0, 0x78, 0x46, 0xff, 0xb0, 0x77, 0x46, 0xff, 0xb0, 0x78, 0x45, 0xff, 0xb0, 0x77, 0x45, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x72, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x71, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x40, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xba, 0x80, 0x4c, 0xff, 0xc7, 0x89, 0x51, 0xff, 0xc9, 0x8c, 0x53, 0xff, 0xc9, 0x8d, 0x53, 0xff, 0xc9, 0x8f, 0x55, 0xff, 0xbf, 0x86, 0x4e, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xb9, 0x7f, 0x4b, 0xff, 0xba, 0x81, 0x4c, 0xff, 0xbf, 0x84, 0x4f, 0xff, 0xc7, 0x89, 0x53, 0xff, 0xcb, 0x8f, 0x58, 0xff, 0xcb, 0x93, 0x5c, 0xff, 0xca, 0x9a, 0x5f, 0xff, 0xc9, 0xa0, 0x63, 0xff, 0xc8, 0xa2, 0x65, 0xff, 0xc9, 0xa3, 0x6a, 0xff, 0xb4, 0x81, 0x4f, 0xff, 0xac, 0x74, 0x45, 0xff, 0xad, 0x75, 0x45, 0xff, 0xac, 0x74, 0x44, 0xff, 0xad, 0x74, 0x43, 0xff, 0xac, 0x73, 0x42, 0xff, 0xac, 0x72, 0x41, 0xff, 0xab, 0x71, 0x40, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xac, 0x6f, 0x3e, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xad, 0x71, 0x3e, 0xff, 0xad, 0x71, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xc6, 0x86, 0x4f, 0xff, 0xc1, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb9, 0x7c, 0x49, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7c, 0x48, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbc, 0x80, 0x4b, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xc3, 0x85, 0x4f, 0xff, 0xc6, 0x86, 0x50, 0xff, 0xc9, 0x88, 0x51, 0xff, 0xca, 0x89, 0x52, 0xff, 0xca, 0x8b, 0x53, 0xff, 0xca, 0x8c, 0x55, 0xff, 0xc8, 0x8d, 0x56, 0xff, 0xc6, 0x8f, 0x57, 0xff, 0xc4, 0x8e, 0x57, 0xff, 0xc3, 0x8c, 0x56, 0xff, 0xc2, 0x8b, 0x56, 0xff, 0xc1, 0x8b, 0x55, 0xff, 0xbf, 0x8a, 0x54, 0xff, 0xbe, 0x88, 0x51, 0xff, 0xbe, 0x86, 0x4f, 0xff, 0xbc, 0x83, 0x4d, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xba, 0x80, 0x47, 0xff, 0xb8, 0x7f, 0x46, 0xff, 0xb8, 0x7e, 0x46, 0xff, - 0xb8, 0x7d, 0x45, 0xff, 0xb7, 0x7d, 0x45, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb6, 0x7c, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xb1, 0x77, 0x41, 0xff, 0xbd, 0x82, 0x47, 0xff, 0xbc, 0x80, 0x45, 0xff, 0xbc, 0x81, 0x45, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbb, 0x81, 0x46, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xbb, 0x80, 0x47, 0xff, 0xba, 0x81, 0x49, 0xff, 0xba, 0x80, 0x44, 0xff, 0xba, 0x81, 0x45, 0xff, 0xba, 0x80, 0x44, 0xff, 0xb9, 0x81, 0x46, 0xff, 0xba, 0x81, 0x46, 0xff, 0xb9, 0x80, 0x45, 0xff, 0xb9, 0x81, 0x45, 0xff, 0xb8, 0x7e, 0x44, 0xff, 0xb9, 0x80, 0x45, 0xff, 0xb8, 0x7e, 0x45, 0xff, 0xba, 0x82, 0x46, 0xff, 0xb9, 0x81, 0x45, 0xff, 0xb9, 0x82, 0x46, 0xff, 0xba, 0x81, 0x46, 0xff, 0xb9, 0x81, 0x46, 0xff, 0xb9, 0x80, 0x45, 0xff, 0xb8, 0x7f, 0x45, 0xff, 0xb8, 0x80, 0x47, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xad, 0x74, 0x3f, 0xff, 0xaf, 0x75, 0x40, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xab, 0x72, 0x3e, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xac, 0x73, 0x40, 0xff, 0xac, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3b, 0xff, 0xa8, 0x6e, 0x3a, 0xff, 0xa9, 0x6e, 0x3b, 0xff, 0xa9, 0x6e, 0x3a, 0xff, 0xa9, 0x6f, 0x3a, 0xff, 0xa9, 0x6f, 0x3a, 0xff, 0xa9, 0x6f, 0x3a, 0xff, 0xa9, 0x6f, 0x3a, 0xff, 0xa9, 0x70, 0x3b, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xb1, 0x77, 0x41, 0xff, 0xb3, 0x79, 0x43, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbf, 0x85, 0x4e, 0xff, 0xbe, 0x87, 0x50, 0xff, 0xbd, 0x89, 0x53, 0xff, 0xb7, 0x81, 0x4f, 0xff, 0xb0, 0x78, 0x48, 0xff, 0xb1, 0x78, 0x48, 0xff, 0xb1, 0x78, 0x47, 0xff, 0xb0, 0x78, 0x47, 0xff, 0xb1, 0x79, 0x46, 0xff, 0xb0, 0x78, 0x44, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xae, 0x74, 0x40, 0xff, 0xae, 0x73, 0x40, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x71, 0x41, 0xff, 0xad, 0x71, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xb0, 0x78, 0x45, 0xff, 0xc0, 0x86, 0x50, 0xff, 0xca, 0x8f, 0x56, 0xff, 0xc6, 0x8a, 0x52, 0xff, 0xc0, 0x83, 0x4d, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xbd, 0x84, 0x4e, 0xff, 0xc4, 0x87, 0x51, 0xff, 0xca, 0x8d, 0x56, 0xff, 0xcb, 0x92, 0x5b, 0xff, 0xcb, 0x98, 0x5f, 0xff, 0xca, 0x9f, 0x62, 0xff, 0xcb, 0xa6, 0x6a, 0xff, 0xb7, 0x86, 0x53, 0xff, 0xad, 0x76, 0x46, 0xff, 0xae, 0x77, 0x47, 0xff, 0xad, 0x76, 0x46, 0xff, 0xad, 0x76, 0x45, 0xff, 0xad, 0x75, 0x45, 0xff, 0xac, 0x74, 0x44, 0xff, 0xac, 0x73, 0x42, 0xff, 0xab, 0x72, 0x41, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa7, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xad, 0x71, 0x3e, 0xff, 0xad, 0x71, 0x3f, 0xff, 0xad, 0x71, 0x3f, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xbf, 0x81, 0x4d, 0xff, 0xc8, 0x87, 0x4f, 0xff, 0xc4, 0x84, 0x4d, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xc0, 0x84, 0x4e, 0xff, 0xc4, 0x86, 0x4f, 0xff, 0xc8, 0x87, 0x51, 0xff, 0xca, 0x89, 0x52, 0xff, 0xc9, 0x8b, 0x54, 0xff, 0xc8, 0x8d, 0x55, 0xff, 0xc6, 0x8e, 0x57, 0xff, 0xc5, 0x8e, 0x57, 0xff, 0xc4, 0x8e, 0x57, 0xff, 0xc3, 0x8c, 0x57, 0xff, 0xc1, 0x8c, 0x56, 0xff, 0xc0, 0x8b, 0x55, 0xff, 0xbf, 0x89, 0x53, 0xff, 0xbe, 0x87, 0x50, 0xff, 0xbd, 0x84, 0x4e, 0xff, 0xbb, 0x82, 0x4c, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xb9, 0x7e, 0x46, 0xff, 0xb8, 0x7d, 0x45, 0xff, - 0xb8, 0x7d, 0x45, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb6, 0x7b, 0x44, 0xff, 0xb5, 0x7b, 0x44, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x72, 0x40, 0xff, 0xae, 0x72, 0x40, 0xff, 0xae, 0x72, 0x40, 0xff, 0xae, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xb7, 0x7c, 0x44, 0xff, 0xbc, 0x80, 0x46, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbc, 0x81, 0x45, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xbb, 0x81, 0x47, 0xff, 0xba, 0x81, 0x45, 0xff, 0xb9, 0x81, 0x46, 0xff, 0xba, 0x81, 0x44, 0xff, 0xb9, 0x80, 0x45, 0xff, 0xb9, 0x80, 0x44, 0xff, 0xb8, 0x7e, 0x44, 0xff, 0xb9, 0x80, 0x46, 0xff, 0xb8, 0x7e, 0x45, 0xff, 0xb9, 0x80, 0x45, 0xff, 0xb8, 0x80, 0x44, 0xff, 0xb9, 0x80, 0x46, 0xff, 0xb9, 0x81, 0x46, 0xff, 0xb9, 0x81, 0x46, 0xff, 0xba, 0x81, 0x47, 0xff, 0xba, 0x82, 0x47, 0xff, 0xba, 0x83, 0x47, 0xff, 0xb9, 0x81, 0x47, 0xff, 0xb6, 0x7e, 0x45, 0xff, 0xaf, 0x76, 0x41, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xae, 0x73, 0x40, 0xff, 0xae, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xaa, 0x71, 0x3d, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xa9, 0x70, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa9, 0x70, 0x3c, 0xff, 0xa9, 0x70, 0x3d, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xaa, 0x6f, 0x3b, 0xff, 0xaa, 0x6f, 0x3a, 0xff, 0xa9, 0x6f, 0x39, 0xff, 0xaa, 0x6e, 0x3a, 0xff, 0xa9, 0x6e, 0x39, 0xff, 0xa9, 0x6e, 0x3a, 0xff, 0xac, 0x71, 0x3c, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbc, 0x86, 0x4e, 0xff, 0xb7, 0x80, 0x4b, 0xff, 0xb0, 0x77, 0x46, 0xff, 0xb1, 0x79, 0x47, 0xff, 0xb1, 0x79, 0x48, 0xff, 0xb2, 0x79, 0x47, 0xff, 0xb0, 0x78, 0x45, 0xff, 0xae, 0x76, 0x43, 0xff, 0xae, 0x76, 0x42, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xb1, 0x79, 0x46, 0xff, 0xc2, 0x85, 0x4f, 0xff, 0xc7, 0x86, 0x50, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xc0, 0x84, 0x4e, 0xff, 0xc8, 0x8a, 0x53, 0xff, 0xcc, 0x90, 0x58, 0xff, 0xcc, 0x94, 0x5c, 0xff, 0xcd, 0x9c, 0x62, 0xff, 0xc4, 0x97, 0x5f, 0xff, 0xb3, 0x7f, 0x4d, 0xff, 0xae, 0x76, 0x47, 0xff, 0xaf, 0x78, 0x48, 0xff, 0xae, 0x77, 0x47, 0xff, 0xae, 0x77, 0x46, 0xff, 0xae, 0x77, 0x46, 0xff, 0xad, 0x76, 0x45, 0xff, 0xad, 0x75, 0x44, 0xff, 0xad, 0x73, 0x42, 0xff, 0xac, 0x72, 0x41, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xad, 0x71, 0x3e, 0xff, 0xad, 0x71, 0x3e, 0xff, 0xad, 0x71, 0x3f, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xc7, 0x88, 0x52, 0xff, 0xc8, 0x87, 0x50, 0xff, 0xc2, 0x83, 0x4d, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xbb, 0x7f, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb9, 0x7c, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xc0, 0x84, 0x4e, 0xff, 0xc4, 0x85, 0x4f, 0xff, 0xc8, 0x88, 0x51, 0xff, 0xc9, 0x8a, 0x53, 0xff, 0xc8, 0x8b, 0x54, 0xff, 0xc6, 0x8c, 0x55, 0xff, 0xc5, 0x8d, 0x56, 0xff, 0xc4, 0x8d, 0x56, 0xff, 0xc3, 0x8d, 0x57, 0xff, 0xc2, 0x8d, 0x56, 0xff, 0xc1, 0x8b, 0x55, 0xff, 0xc0, 0x89, 0x53, 0xff, 0xbf, 0x87, 0x51, 0xff, 0xbe, 0x85, 0x4f, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xba, 0x7e, 0x48, 0xff, 0xbb, 0x7e, 0x46, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xb9, 0x7d, 0x46, 0xff, 0xb9, 0x7c, 0x45, 0xff, - 0xb8, 0x7b, 0x44, 0xff, 0xb8, 0x7c, 0x44, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xb6, 0x7b, 0x44, 0xff, 0xb6, 0x7a, 0x44, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x73, 0x40, 0xff, 0xae, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xae, 0x73, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xae, 0x73, 0x40, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xbd, 0x81, 0x47, 0xff, 0xbc, 0x80, 0x45, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbc, 0x80, 0x46, 0xff, 0xbc, 0x80, 0x46, 0xff, 0xbd, 0x81, 0x46, 0xff, 0xbb, 0x81, 0x46, 0xff, 0xbe, 0x82, 0x49, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xb9, 0x82, 0x46, 0xff, 0xb9, 0x80, 0x44, 0xff, 0xb8, 0x7d, 0x44, 0xff, 0xb8, 0x80, 0x45, 0xff, 0xba, 0x80, 0x47, 0xff, 0xb9, 0x81, 0x46, 0xff, 0xb8, 0x80, 0x45, 0xff, 0xb9, 0x80, 0x46, 0xff, 0xb9, 0x7e, 0x45, 0xff, 0xb9, 0x82, 0x47, 0xff, 0xb9, 0x7f, 0x46, 0xff, 0xb9, 0x81, 0x47, 0xff, 0xbb, 0x82, 0x46, 0xff, 0xb9, 0x80, 0x46, 0xff, 0xba, 0x81, 0x45, 0xff, 0xba, 0x81, 0x48, 0xff, 0xba, 0x83, 0x49, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb0, 0x76, 0x41, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xae, 0x74, 0x40, 0xff, 0xad, 0x73, 0x3f, 0xff, 0xae, 0x73, 0x40, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x73, 0x3f, 0xff, 0xad, 0x73, 0x3f, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xac, 0x73, 0x40, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xa9, 0x70, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xa9, 0x70, 0x3c, 0xff, 0xa9, 0x70, 0x3c, 0xff, 0xaa, 0x6f, 0x3b, 0xff, 0xaa, 0x70, 0x3a, 0xff, 0xaa, 0x6f, 0x39, 0xff, 0xa9, 0x6f, 0x3a, 0xff, 0xaa, 0x6f, 0x3a, 0xff, 0xaa, 0x6f, 0x39, 0xff, 0xaa, 0x70, 0x39, 0xff, 0xa9, 0x6f, 0x39, 0xff, 0xaa, 0x70, 0x39, 0xff, 0xab, 0x71, 0x3c, 0xff, 0xb1, 0x76, 0x42, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb6, 0x7c, 0x45, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xb5, 0x7c, 0x48, 0xff, 0xb2, 0x79, 0x46, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xb2, 0x79, 0x47, 0xff, 0xb0, 0x78, 0x46, 0xff, 0xaf, 0x77, 0x44, 0xff, 0xaf, 0x77, 0x44, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xac, 0x73, 0x40, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xa9, 0x70, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa8, 0x70, 0x3d, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xac, 0x73, 0x42, 0xff, 0xc0, 0x82, 0x4c, 0xff, 0xc7, 0x87, 0x4f, 0xff, 0xc4, 0x86, 0x4f, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xba, 0x7f, 0x4b, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xbc, 0x83, 0x4d, 0xff, 0xc4, 0x88, 0x51, 0xff, 0xcb, 0x8d, 0x56, 0xff, 0xcd, 0x91, 0x5a, 0xff, 0xca, 0x95, 0x5c, 0xff, 0xb8, 0x84, 0x51, 0xff, 0xaf, 0x78, 0x48, 0xff, 0xaf, 0x78, 0x47, 0xff, 0xaf, 0x78, 0x49, 0xff, 0xae, 0x78, 0x48, 0xff, 0xae, 0x78, 0x48, 0xff, 0xaf, 0x78, 0x47, 0xff, 0xae, 0x77, 0x46, 0xff, 0xae, 0x76, 0x45, 0xff, 0xad, 0x75, 0x44, 0xff, 0xac, 0x73, 0x43, 0xff, 0xac, 0x72, 0x41, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xac, 0x70, 0x3d, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xad, 0x70, 0x3e, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa6, 0x6a, 0x39, 0xff, 0xc3, 0x87, 0x51, 0xff, 0xc9, 0x8a, 0x53, 0xff, 0xc6, 0x86, 0x4f, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbc, 0x80, 0x4a, 0xff, 0xba, 0x7d, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb9, 0x7d, 0x48, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xbb, 0x7e, 0x4b, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xbd, 0x82, 0x4c, 0xff, 0xc0, 0x83, 0x4e, 0xff, 0xc3, 0x86, 0x4f, 0xff, 0xc7, 0x87, 0x50, 0xff, 0xc8, 0x88, 0x52, 0xff, 0xc6, 0x8a, 0x53, 0xff, 0xc6, 0x8b, 0x54, 0xff, 0xc4, 0x8c, 0x55, 0xff, 0xc4, 0x8c, 0x55, 0xff, 0xc2, 0x8b, 0x55, 0xff, 0xc1, 0x8a, 0x54, 0xff, 0xc0, 0x88, 0x53, 0xff, 0xc0, 0x87, 0x51, 0xff, 0xbf, 0x85, 0x50, 0xff, 0xbd, 0x82, 0x4e, 0xff, 0xba, 0x7e, 0x4b, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x47, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xb9, 0x7d, 0x46, 0xff, 0xb8, 0x7d, 0x45, 0xff, - 0xb8, 0x7c, 0x45, 0xff, 0xb7, 0x7a, 0x44, 0xff, 0xb6, 0x7b, 0x44, 0xff, 0xb6, 0x7b, 0x44, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb5, 0x79, 0x43, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb4, 0x78, 0x42, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb3, 0x77, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xbe, 0x82, 0x46, 0xff, 0xbc, 0x80, 0x46, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbd, 0x81, 0x46, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbb, 0x80, 0x46, 0xff, 0xbd, 0x81, 0x47, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xbd, 0x81, 0x48, 0xff, 0xba, 0x80, 0x46, 0xff, 0xb9, 0x80, 0x47, 0xff, 0xb8, 0x7e, 0x46, 0xff, 0xb9, 0x7e, 0x44, 0xff, 0xba, 0x81, 0x46, 0xff, 0xba, 0x80, 0x44, 0xff, 0xba, 0x81, 0x46, 0xff, 0xb9, 0x80, 0x46, 0xff, 0xb9, 0x80, 0x45, 0xff, 0xba, 0x82, 0x47, 0xff, 0xba, 0x81, 0x46, 0xff, 0xba, 0x82, 0x47, 0xff, 0xb9, 0x80, 0x45, 0xff, 0xbb, 0x83, 0x47, 0xff, 0xbb, 0x82, 0x47, 0xff, 0xba, 0x81, 0x48, 0xff, 0xbc, 0x84, 0x48, 0xff, 0xbc, 0x84, 0x4a, 0xff, 0xbb, 0x82, 0x48, 0xff, 0xba, 0x80, 0x47, 0xff, 0xb7, 0x7d, 0x45, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb1, 0x79, 0x42, 0xff, 0xaf, 0x76, 0x41, 0xff, 0xaf, 0x75, 0x40, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xae, 0x74, 0x40, 0xff, 0xae, 0x74, 0x40, 0xff, 0xae, 0x74, 0x40, 0xff, 0xae, 0x74, 0x40, 0xff, 0xad, 0x74, 0x40, 0xff, 0xad, 0x74, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x73, 0x3f, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xac, 0x72, 0x3e, 0xff, 0xac, 0x72, 0x3e, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xaa, 0x6f, 0x3b, 0xff, 0xaa, 0x6f, 0x3a, 0xff, 0xaa, 0x6f, 0x39, 0xff, 0xab, 0x6f, 0x39, 0xff, 0xab, 0x6f, 0x3a, 0xff, 0xab, 0x6f, 0x3b, 0xff, 0xaa, 0x6f, 0x3b, 0xff, 0xad, 0x71, 0x3d, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xc2, 0x84, 0x4e, 0xff, 0xbe, 0x81, 0x4c, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xbb, 0x81, 0x4c, 0xff, 0xc0, 0x84, 0x4e, 0xff, 0xc8, 0x89, 0x53, 0xff, 0xcd, 0x8f, 0x58, 0xff, 0xc8, 0x91, 0x5a, 0xff, 0xb3, 0x7c, 0x4a, 0xff, 0xad, 0x75, 0x46, 0xff, 0xae, 0x78, 0x48, 0xff, 0xaf, 0x79, 0x49, 0xff, 0xae, 0x78, 0x49, 0xff, 0xae, 0x78, 0x48, 0xff, 0xaf, 0x78, 0x49, 0xff, 0xaf, 0x78, 0x48, 0xff, 0xae, 0x77, 0x46, 0xff, 0xad, 0x76, 0x45, 0xff, 0xad, 0x75, 0x44, 0xff, 0xac, 0x74, 0x43, 0xff, 0xab, 0x72, 0x41, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xa8, 0x70, 0x3f, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa9, 0x71, 0x3f, 0xff, 0xa9, 0x71, 0x3f, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xc8, 0x88, 0x53, 0xff, 0xc9, 0x88, 0x53, 0xff, 0xc3, 0x85, 0x4e, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xbb, 0x7f, 0x4a, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xba, 0x7d, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xbc, 0x80, 0x4b, 0xff, 0xbd, 0x82, 0x4c, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xc2, 0x85, 0x4f, 0xff, 0xc6, 0x86, 0x50, 0xff, 0xc8, 0x88, 0x51, 0xff, 0xc6, 0x89, 0x53, 0xff, 0xc5, 0x8a, 0x54, 0xff, 0xc4, 0x8a, 0x54, 0xff, 0xc2, 0x89, 0x54, 0xff, 0xc1, 0x89, 0x53, 0xff, 0xc1, 0x87, 0x52, 0xff, 0xc0, 0x86, 0x51, 0xff, 0xbf, 0x84, 0x50, 0xff, 0xbd, 0x82, 0x4d, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xbb, 0x80, 0x47, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xb9, 0x7d, 0x46, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7b, 0x45, 0xff, - 0xb6, 0x7b, 0x44, 0xff, 0xb6, 0x7b, 0x44, 0xff, 0xb6, 0x7a, 0x44, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb4, 0x78, 0x43, 0xff, 0xb4, 0x78, 0x43, 0xff, 0xb4, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xbe, 0x82, 0x48, 0xff, 0xbe, 0x82, 0x48, 0xff, 0xbe, 0x82, 0x47, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbc, 0x80, 0x46, 0xff, 0xbc, 0x80, 0x46, 0xff, 0xbc, 0x80, 0x46, 0xff, 0xbc, 0x80, 0x46, 0xff, 0xbb, 0x80, 0x46, 0xff, 0xbb, 0x80, 0x46, 0xff, 0xba, 0x7f, 0x46, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x46, 0xff, 0xba, 0x80, 0x46, 0xff, 0xba, 0x81, 0x46, 0xff, 0xba, 0x82, 0x46, 0xff, 0xba, 0x82, 0x46, 0xff, 0xba, 0x82, 0x48, 0xff, 0xba, 0x80, 0x46, 0xff, 0xba, 0x81, 0x47, 0xff, 0xba, 0x82, 0x47, 0xff, 0xba, 0x81, 0x48, 0xff, 0xbc, 0x84, 0x49, 0xff, 0xbd, 0x84, 0x4a, 0xff, 0xbd, 0x85, 0x4a, 0xff, 0xbc, 0x83, 0x49, 0xff, 0xbc, 0x83, 0x48, 0xff, 0xbc, 0x83, 0x49, 0xff, 0xbc, 0x84, 0x4a, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb0, 0x76, 0x41, 0xff, 0xb0, 0x76, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xac, 0x73, 0x40, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xab, 0x71, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xab, 0x70, 0x3b, 0xff, 0xab, 0x70, 0x3a, 0xff, 0xab, 0x6f, 0x3a, 0xff, 0xab, 0x70, 0x3a, 0xff, 0xab, 0x71, 0x3b, 0xff, 0xaa, 0x70, 0x3b, 0xff, 0xab, 0x72, 0x3d, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb7, 0x7b, 0x45, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xb0, 0x74, 0x41, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x73, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xc1, 0x85, 0x4f, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xc5, 0x87, 0x51, 0xff, 0xcc, 0x8e, 0x56, 0xff, 0xb8, 0x80, 0x4c, 0xff, 0xae, 0x76, 0x45, 0xff, 0xaf, 0x77, 0x46, 0xff, 0xae, 0x77, 0x47, 0xff, 0xaf, 0x79, 0x49, 0xff, 0xaf, 0x78, 0x48, 0xff, 0xaf, 0x78, 0x49, 0xff, 0xaf, 0x79, 0x49, 0xff, 0xaf, 0x78, 0x48, 0xff, 0xaf, 0x77, 0x47, 0xff, 0xae, 0x77, 0x46, 0xff, 0xae, 0x76, 0x45, 0xff, 0xad, 0x74, 0x44, 0xff, 0xad, 0x72, 0x43, 0xff, 0xac, 0x72, 0x41, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xa8, 0x70, 0x3f, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xae, 0x75, 0x42, 0xff, 0xbf, 0x81, 0x4d, 0xff, 0xcb, 0x8c, 0x55, 0xff, 0xc6, 0x87, 0x50, 0xff, 0xc0, 0x82, 0x4c, 0xff, 0xbc, 0x80, 0x4a, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xba, 0x7f, 0x4a, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xc4, 0x85, 0x50, 0xff, 0xc6, 0x87, 0x51, 0xff, 0xc5, 0x87, 0x52, 0xff, 0xc5, 0x88, 0x52, 0xff, 0xc4, 0x88, 0x52, 0xff, 0xc3, 0x87, 0x52, 0xff, 0xc2, 0x86, 0x51, 0xff, 0xc1, 0x84, 0x50, 0xff, 0xbe, 0x83, 0x4f, 0xff, 0xbb, 0x81, 0x4d, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbb, 0x80, 0x48, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xb9, 0x7c, 0x45, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xb8, 0x7c, 0x45, 0xff, - 0xb6, 0x7b, 0x44, 0xff, 0xb6, 0x7a, 0x44, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb6, 0x79, 0x44, 0xff, 0xb5, 0x79, 0x43, 0xff, 0xb4, 0x7a, 0x43, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb4, 0x78, 0x43, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xbc, 0x82, 0x49, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xbe, 0x82, 0x49, 0xff, 0xbe, 0x81, 0x47, 0xff, 0xbd, 0x82, 0x48, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xbc, 0x82, 0x47, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbb, 0x80, 0x46, 0xff, 0xba, 0x7e, 0x45, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xba, 0x80, 0x46, 0xff, 0xba, 0x7e, 0x45, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xb9, 0x80, 0x48, 0xff, 0xbb, 0x81, 0x46, 0xff, 0xbb, 0x82, 0x47, 0xff, 0xbb, 0x82, 0x47, 0xff, 0xbb, 0x82, 0x47, 0xff, 0xbc, 0x83, 0x48, 0xff, 0xbb, 0x82, 0x47, 0xff, 0xbc, 0x83, 0x4a, 0xff, 0xbb, 0x82, 0x48, 0xff, 0xbc, 0x85, 0x4a, 0xff, 0xbe, 0x83, 0x4a, 0xff, 0xc0, 0x87, 0x4c, 0xff, 0xbf, 0x86, 0x4c, 0xff, 0xbf, 0x86, 0x4b, 0xff, 0xc0, 0x87, 0x4b, 0xff, 0xbf, 0x85, 0x4b, 0xff, 0xbd, 0x84, 0x4a, 0xff, 0xb9, 0x81, 0x48, 0xff, 0xb5, 0x7b, 0x44, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb0, 0x77, 0x41, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xaf, 0x76, 0x41, 0xff, 0xaf, 0x76, 0x41, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x40, 0xff, 0xac, 0x73, 0x40, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3e, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xab, 0x71, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xac, 0x71, 0x3c, 0xff, 0xab, 0x70, 0x3b, 0xff, 0xac, 0x70, 0x3a, 0xff, 0xab, 0x70, 0x3b, 0xff, 0xac, 0x70, 0x3b, 0xff, 0xac, 0x71, 0x3c, 0xff, 0xab, 0x71, 0x3c, 0xff, 0xaf, 0x75, 0x40, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xbb, 0x7e, 0x48, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xba, 0x7e, 0x48, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xae, 0x73, 0x40, 0xff, 0xae, 0x73, 0x40, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xae, 0x72, 0x40, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa3, 0x6a, 0x3b, 0xff, 0xbb, 0x81, 0x4c, 0xff, 0xc4, 0x86, 0x50, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xb9, 0x7e, 0x48, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xc1, 0x86, 0x50, 0xff, 0xb3, 0x7a, 0x47, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xaf, 0x77, 0x46, 0xff, 0xaf, 0x77, 0x45, 0xff, 0xb0, 0x78, 0x47, 0xff, 0xb0, 0x79, 0x47, 0xff, 0xaf, 0x78, 0x47, 0xff, 0xb1, 0x79, 0x48, 0xff, 0xb0, 0x79, 0x47, 0xff, 0xb0, 0x79, 0x47, 0xff, 0xaf, 0x78, 0x47, 0xff, 0xae, 0x76, 0x46, 0xff, 0xae, 0x75, 0x45, 0xff, 0xae, 0x74, 0x44, 0xff, 0xac, 0x72, 0x42, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa9, 0x71, 0x40, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xa7, 0x6d, 0x3b, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xc4, 0x86, 0x52, 0xff, 0xcb, 0x8a, 0x53, 0xff, 0xc4, 0x84, 0x4f, 0xff, 0xbe, 0x81, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xbb, 0x7e, 0x4a, 0xff, 0xbb, 0x7e, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbb, 0x7e, 0x4b, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xbd, 0x82, 0x4d, 0xff, 0xbf, 0x82, 0x4e, 0xff, 0xc1, 0x85, 0x4f, 0xff, 0xc1, 0x85, 0x50, 0xff, 0xc1, 0x84, 0x4f, 0xff, 0xc2, 0x86, 0x51, 0xff, 0xc1, 0x85, 0x51, 0xff, 0xc0, 0x84, 0x4f, 0xff, 0xbe, 0x83, 0x4e, 0xff, 0xbc, 0x82, 0x4e, 0xff, 0xbd, 0x83, 0x4d, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xbe, 0x83, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xba, 0x7f, 0x47, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xb8, 0x7b, 0x45, 0xff, 0xb7, 0x7b, 0x45, 0xff, - 0xb6, 0x7a, 0x44, 0xff, 0xb5, 0x7a, 0x43, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbc, 0x82, 0x49, 0xff, 0xbd, 0x82, 0x49, 0xff, 0xbf, 0x83, 0x4a, 0xff, 0xbd, 0x82, 0x49, 0xff, 0xbd, 0x81, 0x47, 0xff, 0xbd, 0x81, 0x47, 0xff, 0xbc, 0x81, 0x48, 0xff, 0xba, 0x7e, 0x45, 0xff, 0xb9, 0x7d, 0x44, 0xff, 0xba, 0x7e, 0x45, 0xff, 0xb9, 0x7e, 0x45, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xba, 0x80, 0x46, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb9, 0x7f, 0x47, 0xff, 0xbb, 0x83, 0x48, 0xff, 0xbb, 0x80, 0x47, 0xff, 0xbc, 0x83, 0x47, 0xff, 0xbc, 0x84, 0x49, 0xff, 0xbc, 0x82, 0x49, 0xff, 0xbd, 0x85, 0x49, 0xff, 0xbc, 0x83, 0x49, 0xff, 0xbe, 0x86, 0x4a, 0xff, 0xbd, 0x84, 0x49, 0xff, 0xc3, 0x88, 0x4c, 0xff, 0xc1, 0x88, 0x4c, 0xff, 0xc3, 0x88, 0x4d, 0xff, 0xc3, 0x88, 0x4d, 0xff, 0xc3, 0x88, 0x4e, 0xff, 0xc4, 0x89, 0x4e, 0xff, 0xc6, 0x8b, 0x4f, 0xff, 0xba, 0x81, 0x49, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7c, 0x47, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb2, 0x7a, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x73, 0x40, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3e, 0xff, 0xac, 0x72, 0x3e, 0xff, 0xac, 0x72, 0x3d, 0xff, 0xac, 0x71, 0x3c, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xac, 0x71, 0x3c, 0xff, 0xac, 0x71, 0x3d, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xac, 0x71, 0x3c, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xac, 0x71, 0x3b, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xac, 0x72, 0x3d, 0xff, 0xae, 0x74, 0x3f, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xb0, 0x74, 0x41, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xae, 0x73, 0x41, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x73, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa0, 0x64, 0x36, 0xff, 0xb8, 0x7c, 0x48, 0xff, 0xc3, 0x86, 0x4f, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xba, 0x7e, 0x48, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb2, 0x77, 0x43, 0xff, 0xb2, 0x77, 0x43, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xaf, 0x74, 0x43, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xaf, 0x76, 0x45, 0xff, 0xaf, 0x76, 0x45, 0xff, 0xb0, 0x78, 0x46, 0xff, 0xb1, 0x79, 0x47, 0xff, 0xb0, 0x79, 0x46, 0xff, 0xb1, 0x79, 0x47, 0xff, 0xb0, 0x79, 0x47, 0xff, 0xb0, 0x79, 0x46, 0xff, 0xaf, 0x78, 0x46, 0xff, 0xaf, 0x77, 0x46, 0xff, 0xae, 0x75, 0x45, 0xff, 0xad, 0x74, 0x43, 0xff, 0xac, 0x71, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x40, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xac, 0x6f, 0x3d, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xb3, 0x7b, 0x48, 0xff, 0xc7, 0x88, 0x52, 0xff, 0xc7, 0x86, 0x50, 0xff, 0xc1, 0x82, 0x4c, 0xff, 0xbe, 0x80, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xbb, 0x7f, 0x4b, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xbd, 0x82, 0x4d, 0xff, 0xbe, 0x82, 0x4e, 0xff, 0xbe, 0x83, 0x4e, 0xff, 0xbe, 0x83, 0x4f, 0xff, 0xbe, 0x84, 0x4f, 0xff, 0xbe, 0x83, 0x4f, 0xff, 0xc3, 0x87, 0x52, 0xff, 0xbc, 0x82, 0x4e, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb8, 0x7b, 0x44, 0xff, 0xb6, 0x7b, 0x44, 0xff, - 0xb6, 0x7a, 0x44, 0xff, 0xb6, 0x7a, 0x44, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb5, 0x78, 0x44, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xca, 0x89, 0x50, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbd, 0x82, 0x49, 0xff, 0xbe, 0x82, 0x4a, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbd, 0x82, 0x49, 0xff, 0xba, 0x80, 0x48, 0xff, 0xb9, 0x7e, 0x46, 0xff, 0xb9, 0x7e, 0x45, 0xff, 0xb9, 0x7c, 0x45, 0xff, 0xb9, 0x7e, 0x45, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xba, 0x80, 0x46, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xbb, 0x83, 0x49, 0xff, 0xbd, 0x86, 0x49, 0xff, 0xbe, 0x85, 0x4a, 0xff, 0xbd, 0x82, 0x49, 0xff, 0xbe, 0x85, 0x4a, 0xff, 0xbe, 0x85, 0x4c, 0xff, 0xbe, 0x83, 0x4a, 0xff, 0xc0, 0x87, 0x4b, 0xff, 0xc2, 0x87, 0x4e, 0xff, 0xc5, 0x89, 0x4e, 0xff, 0xc8, 0x8a, 0x4f, 0xff, 0xc7, 0x8c, 0x4e, 0xff, 0xc9, 0x8c, 0x50, 0xff, 0xc8, 0x8d, 0x50, 0xff, 0xc9, 0x8c, 0x52, 0xff, 0xc7, 0x8c, 0x4f, 0xff, 0xc0, 0x87, 0x4f, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xba, 0x81, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x75, 0x42, 0xff, 0xad, 0x73, 0x40, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3e, 0xff, 0xac, 0x72, 0x3d, 0xff, 0xad, 0x72, 0x3d, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xad, 0x72, 0x3d, 0xff, 0xad, 0x72, 0x3d, 0xff, 0xad, 0x72, 0x3d, 0xff, 0xad, 0x72, 0x3d, 0xff, 0xad, 0x72, 0x3c, 0xff, 0xad, 0x72, 0x3c, 0xff, 0xad, 0x71, 0x3b, 0xff, 0xad, 0x72, 0x3b, 0xff, 0xad, 0x73, 0x3c, 0xff, 0xad, 0x74, 0x3e, 0xff, 0xad, 0x73, 0x3e, 0xff, 0xac, 0x73, 0x3e, 0xff, 0xaf, 0x75, 0x40, 0xff, 0xb7, 0x7e, 0x46, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb1, 0x75, 0x43, 0xff, 0xb1, 0x75, 0x43, 0xff, 0xb1, 0x76, 0x42, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xae, 0x74, 0x40, 0xff, 0xae, 0x74, 0x40, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xae, 0x74, 0x40, 0xff, 0xae, 0x73, 0x40, 0xff, 0xae, 0x73, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xad, 0x72, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xac, 0x70, 0x3d, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xc3, 0x85, 0x4e, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xb8, 0x7c, 0x48, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xad, 0x72, 0x42, 0xff, 0xac, 0x71, 0x41, 0xff, 0xad, 0x72, 0x41, 0xff, 0xad, 0x72, 0x42, 0xff, 0xae, 0x74, 0x43, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xb1, 0x77, 0x45, 0xff, 0xb0, 0x77, 0x45, 0xff, 0xb0, 0x77, 0x45, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xaf, 0x75, 0x44, 0xff, 0xad, 0x74, 0x43, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa6, 0x6c, 0x3e, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x70, 0x3f, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xb6, 0x7a, 0x48, 0xff, 0xc0, 0x82, 0x4d, 0xff, 0xc1, 0x82, 0x4d, 0xff, 0xc2, 0x83, 0x4e, 0xff, 0xbe, 0x81, 0x4c, 0xff, 0xbb, 0x7e, 0x4a, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xbb, 0x7e, 0x4b, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xbc, 0x81, 0x4d, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xbb, 0x81, 0x4d, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xc1, 0x86, 0x50, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xb6, 0x7b, 0x44, 0xff, 0xb6, 0x7a, 0x45, 0xff, - 0xb6, 0x7a, 0x45, 0xff, 0xb6, 0x7a, 0x44, 0xff, 0xb6, 0x79, 0x44, 0xff, 0xb6, 0x79, 0x44, 0xff, 0xb6, 0x79, 0x45, 0xff, 0xb6, 0x7a, 0x45, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xc3, 0x85, 0x4c, 0xff, 0xc9, 0x88, 0x4e, 0xff, 0xcb, 0x89, 0x4e, 0xff, 0xc8, 0x88, 0x4e, 0xff, 0xc3, 0x85, 0x4e, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbe, 0x82, 0x4a, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xba, 0x80, 0x47, 0xff, 0xba, 0x80, 0x47, 0xff, 0xb9, 0x80, 0x47, 0xff, 0xb9, 0x7d, 0x46, 0xff, 0xb9, 0x7d, 0x46, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xb9, 0x7d, 0x46, 0xff, 0xba, 0x7f, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xbd, 0x83, 0x49, 0xff, 0xbf, 0x85, 0x4a, 0xff, 0xbe, 0x85, 0x4a, 0xff, 0xbf, 0x85, 0x4b, 0xff, 0xbf, 0x87, 0x4b, 0xff, 0xc1, 0x87, 0x4c, 0xff, 0xc2, 0x89, 0x4d, 0xff, 0xc4, 0x88, 0x4d, 0xff, 0xc5, 0x8a, 0x4e, 0xff, 0xca, 0x8e, 0x50, 0xff, 0xcd, 0x8f, 0x52, 0xff, 0xce, 0x90, 0x52, 0xff, 0xcc, 0x8e, 0x53, 0xff, 0xcc, 0x8e, 0x52, 0xff, 0xcd, 0x91, 0x55, 0xff, 0xcc, 0x90, 0x56, 0xff, 0xc5, 0x8a, 0x52, 0xff, 0xbd, 0x84, 0x4e, 0xff, 0xbe, 0x85, 0x4e, 0xff, 0xbd, 0x84, 0x4d, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb3, 0x7b, 0x45, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x76, 0x42, 0xff, 0xae, 0x75, 0x42, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x40, 0xff, 0xad, 0x73, 0x3f, 0xff, 0xad, 0x73, 0x3e, 0xff, 0xad, 0x74, 0x3d, 0xff, 0xad, 0x73, 0x3d, 0xff, 0xad, 0x73, 0x3d, 0xff, 0xad, 0x73, 0x3d, 0xff, 0xad, 0x73, 0x3d, 0xff, 0xad, 0x73, 0x3c, 0xff, 0xad, 0x73, 0x3c, 0xff, 0xad, 0x73, 0x3c, 0xff, 0xae, 0x73, 0x3c, 0xff, 0xad, 0x73, 0x3c, 0xff, 0xae, 0x73, 0x3c, 0xff, 0xae, 0x73, 0x3d, 0xff, 0xae, 0x74, 0x3e, 0xff, 0xae, 0x73, 0x3f, 0xff, 0xae, 0x74, 0x3f, 0xff, 0xb1, 0x77, 0x41, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb2, 0x77, 0x43, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xb1, 0x76, 0x42, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xb0, 0x76, 0x41, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xb0, 0x75, 0x40, 0xff, 0xb0, 0x75, 0x40, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xae, 0x73, 0x40, 0xff, 0xae, 0x73, 0x40, 0xff, 0xad, 0x73, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa6, 0x6d, 0x3c, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa5, 0x6c, 0x3c, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa1, 0x67, 0x39, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa2, 0x66, 0x37, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc1, 0x83, 0x4c, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xad, 0x71, 0x40, 0xff, 0xab, 0x70, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xad, 0x71, 0x40, 0xff, 0xae, 0x74, 0x43, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xaf, 0x75, 0x44, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xae, 0x73, 0x42, 0xff, 0xac, 0x72, 0x41, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xa7, 0x6d, 0x3f, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6a, 0x3d, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa8, 0x6b, 0x3c, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xad, 0x73, 0x41, 0xff, 0xb9, 0x7a, 0x46, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xc0, 0x83, 0x4f, 0xff, 0xbd, 0x81, 0x4c, 0xff, 0xbb, 0x7f, 0x4b, 0xff, 0xbb, 0x7e, 0x4b, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbb, 0x7f, 0x4c, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xc2, 0x84, 0x4e, 0xff, 0xc7, 0x87, 0x4f, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x7d, 0x48, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb7, 0x7b, 0x45, 0xff, 0xb6, 0x7a, 0x45, 0xff, - 0xb7, 0x7b, 0x45, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb7, 0x7a, 0x46, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xc3, 0x85, 0x4c, 0xff, 0xc1, 0x85, 0x4a, 0xff, 0xc4, 0x84, 0x4b, 0xff, 0xc8, 0x88, 0x4d, 0xff, 0xc9, 0x88, 0x4e, 0xff, 0xc9, 0x87, 0x4d, 0xff, 0xc7, 0x89, 0x4e, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc0, 0x85, 0x4d, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xbd, 0x83, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb9, 0x80, 0x47, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb7, 0x7b, 0x45, 0xff, 0xba, 0x7e, 0x48, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xbc, 0x83, 0x49, 0xff, 0xbf, 0x85, 0x4a, 0xff, 0xc0, 0x87, 0x4b, 0xff, 0xbf, 0x86, 0x4b, 0xff, 0xc4, 0x87, 0x4e, 0xff, 0xc5, 0x8b, 0x4d, 0xff, 0xc3, 0x88, 0x4d, 0xff, 0xc7, 0x8a, 0x50, 0xff, 0xca, 0x8c, 0x50, 0xff, 0xce, 0x90, 0x53, 0xff, 0xcc, 0x8f, 0x52, 0xff, 0xcd, 0x91, 0x56, 0xff, 0xcf, 0x97, 0x58, 0xff, 0xce, 0x95, 0x57, 0xff, 0xcd, 0x93, 0x56, 0xff, 0xcf, 0x95, 0x57, 0xff, 0xcb, 0x8f, 0x56, 0xff, 0xc5, 0x88, 0x51, 0xff, 0xc6, 0x8b, 0x52, 0xff, 0xc3, 0x88, 0x51, 0xff, 0xc3, 0x88, 0x50, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xba, 0x80, 0x4d, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xb8, 0x80, 0x4b, 0xff, 0xb8, 0x7f, 0x4a, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x79, 0x45, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb0, 0x78, 0x44, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xae, 0x76, 0x43, 0xff, 0xae, 0x75, 0x41, 0xff, 0xae, 0x75, 0x40, 0xff, 0xae, 0x74, 0x3f, 0xff, 0xae, 0x74, 0x3e, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xae, 0x73, 0x3c, 0xff, 0xae, 0x74, 0x3c, 0xff, 0xae, 0x73, 0x3b, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xaf, 0x74, 0x3f, 0xff, 0xaf, 0x74, 0x3f, 0xff, 0xb0, 0x75, 0x3f, 0xff, 0xaf, 0x75, 0x40, 0xff, 0xb0, 0x76, 0x41, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb2, 0x76, 0x44, 0xff, 0xb2, 0x76, 0x42, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb2, 0x77, 0x43, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xb0, 0x75, 0x40, 0xff, 0xb0, 0x76, 0x41, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xaf, 0x75, 0x40, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xb0, 0x75, 0x40, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x74, 0x41, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa6, 0x6d, 0x3c, 0xff, 0xa6, 0x6d, 0x3c, 0xff, 0xa5, 0x6c, 0x3c, 0xff, 0xa4, 0x6c, 0x3b, 0xff, 0xa4, 0x6b, 0x3c, 0xff, 0xa5, 0x6c, 0x3b, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa1, 0x67, 0x39, 0xff, 0xa1, 0x67, 0x38, 0xff, 0xa0, 0x65, 0x36, 0xff, 0x9c, 0x61, 0x32, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xc1, 0x86, 0x4f, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xbc, 0x82, 0x4d, 0xff, 0xba, 0x81, 0x4d, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xad, 0x71, 0x41, 0xff, 0xac, 0x70, 0x40, 0xff, 0xab, 0x6e, 0x3f, 0xff, 0xac, 0x6f, 0x3f, 0xff, 0xac, 0x71, 0x40, 0xff, 0xab, 0x70, 0x40, 0xff, 0xab, 0x70, 0x40, 0xff, 0xae, 0x75, 0x44, 0xff, 0xaf, 0x75, 0x44, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xae, 0x75, 0x43, 0xff, 0xad, 0x74, 0x42, 0xff, 0xab, 0x6f, 0x40, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa5, 0x6d, 0x3e, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa5, 0x6a, 0x3d, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa8, 0x6b, 0x3c, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xaa, 0x6d, 0x3c, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xb4, 0x79, 0x46, 0xff, 0xc0, 0x84, 0x50, 0xff, 0xbd, 0x82, 0x4e, 0xff, 0xbd, 0x81, 0x4d, 0xff, 0xbc, 0x80, 0x4d, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbb, 0x80, 0x4d, 0xff, 0xba, 0x7e, 0x4b, 0xff, 0xbb, 0x81, 0x4c, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xc5, 0x85, 0x4d, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc1, 0x83, 0x4c, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb8, 0x7b, 0x47, 0xff, 0xb7, 0x7b, 0x46, 0xff, 0xb8, 0x7b, 0x45, 0xff, - 0xb8, 0x7c, 0x48, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb9, 0x7d, 0x47, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xbf, 0x83, 0x49, 0xff, 0xbf, 0x82, 0x49, 0xff, 0xc0, 0x85, 0x4b, 0xff, 0xc5, 0x85, 0x4b, 0xff, 0xc5, 0x87, 0x4c, 0xff, 0xc7, 0x87, 0x4c, 0xff, 0xc6, 0x88, 0x4d, 0xff, 0xc8, 0x87, 0x4e, 0xff, 0xc7, 0x88, 0x4d, 0xff, 0xc4, 0x85, 0x4e, 0xff, 0xc2, 0x87, 0x50, 0xff, 0xc1, 0x86, 0x4f, 0xff, 0xc0, 0x85, 0x4e, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xbf, 0x83, 0x4b, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb8, 0x7b, 0x47, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xbd, 0x84, 0x4b, 0xff, 0xc0, 0x84, 0x4b, 0xff, 0xc5, 0x89, 0x4e, 0xff, 0xc6, 0x8b, 0x4e, 0xff, 0xc8, 0x8a, 0x4f, 0xff, 0xcb, 0x8c, 0x51, 0xff, 0xcd, 0x8f, 0x52, 0xff, 0xcf, 0x90, 0x56, 0xff, 0xcc, 0x94, 0x56, 0xff, 0xcf, 0x98, 0x5a, 0xff, 0xcf, 0x98, 0x59, 0xff, 0xce, 0x97, 0x5a, 0xff, 0xce, 0x99, 0x5b, 0xff, 0xd0, 0x9e, 0x5d, 0xff, 0xce, 0x9e, 0x5d, 0xff, 0xce, 0x98, 0x5b, 0xff, 0xcd, 0x8e, 0x55, 0xff, 0xcf, 0x90, 0x55, 0xff, 0xce, 0x8f, 0x56, 0xff, 0xca, 0x8b, 0x54, 0xff, 0xc5, 0x8a, 0x52, 0xff, 0xc1, 0x87, 0x4f, 0xff, 0xbf, 0x85, 0x4e, 0xff, 0xbe, 0x84, 0x4e, 0xff, 0xbc, 0x83, 0x4d, 0xff, 0xbb, 0x81, 0x4d, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xb8, 0x7f, 0x4b, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb4, 0x7c, 0x48, 0xff, 0xb3, 0x7b, 0x49, 0xff, 0xb3, 0x7a, 0x47, 0xff, 0xb2, 0x7a, 0x46, 0xff, 0xb1, 0x79, 0x45, 0xff, 0xb1, 0x79, 0x45, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xaf, 0x75, 0x40, 0xff, 0xaf, 0x75, 0x3f, 0xff, 0xaf, 0x75, 0x3e, 0xff, 0xaf, 0x75, 0x3e, 0xff, 0xaf, 0x75, 0x3d, 0xff, 0xae, 0x75, 0x3d, 0xff, 0xae, 0x75, 0x3e, 0xff, 0xaf, 0x75, 0x3d, 0xff, 0xaf, 0x74, 0x3d, 0xff, 0xaf, 0x74, 0x3d, 0xff, 0xaf, 0x75, 0x3c, 0xff, 0xaf, 0x74, 0x3d, 0xff, 0xb0, 0x75, 0x3e, 0xff, 0xb0, 0x76, 0x40, 0xff, 0xb0, 0x76, 0x3f, 0xff, 0xb0, 0x77, 0x40, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb2, 0x77, 0x46, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb1, 0x75, 0x43, 0xff, 0xb2, 0x77, 0x45, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb3, 0x76, 0x43, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xb1, 0x76, 0x42, 0xff, 0xb1, 0x76, 0x42, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xb1, 0x76, 0x42, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa1, 0x67, 0x38, 0xff, 0xa0, 0x66, 0x37, 0xff, 0xa0, 0x65, 0x36, 0xff, 0x9f, 0x64, 0x35, 0xff, 0x9c, 0x62, 0x31, 0xff, 0xab, 0x72, 0x41, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xbf, 0x84, 0x4e, 0xff, 0xbc, 0x83, 0x4e, 0xff, 0xb6, 0x7f, 0x4c, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xae, 0x73, 0x42, 0xff, 0xad, 0x71, 0x41, 0xff, 0xab, 0x6f, 0x40, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x75, 0x44, 0xff, 0xae, 0x75, 0x44, 0xff, 0xad, 0x72, 0x41, 0xff, 0xab, 0x6f, 0x40, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa6, 0x6c, 0x3e, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa4, 0x6b, 0x3e, 0xff, 0xa4, 0x6b, 0x3d, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb9, 0x7e, 0x4c, 0xff, 0xbf, 0x82, 0x4e, 0xff, 0xbc, 0x80, 0x4d, 0xff, 0xbd, 0x81, 0x4d, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb8, 0x7b, 0x48, 0xff, 0xb8, 0x7c, 0x47, 0xff, - 0xb8, 0x7c, 0x45, 0xff, 0xb8, 0x7c, 0x43, 0xff, 0xb8, 0x7d, 0x43, 0xff, 0xba, 0x7d, 0x45, 0xff, 0xba, 0x7f, 0x45, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbe, 0x83, 0x4a, 0xff, 0xc2, 0x85, 0x4a, 0xff, 0xc5, 0x85, 0x4c, 0xff, 0xc4, 0x86, 0x4c, 0xff, 0xc5, 0x87, 0x4d, 0xff, 0xc5, 0x87, 0x4d, 0xff, 0xc4, 0x87, 0x4f, 0xff, 0xc4, 0x86, 0x4f, 0xff, 0xc1, 0x88, 0x4f, 0xff, 0xc0, 0x87, 0x50, 0xff, 0xc2, 0x86, 0x4f, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xbf, 0x84, 0x4c, 0xff, 0xbf, 0x83, 0x4b, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xb9, 0x7d, 0x48, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7b, 0x47, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb3, 0x77, 0x45, 0xff, 0xb3, 0x77, 0x44, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xc3, 0x85, 0x4e, 0xff, 0xc8, 0x88, 0x50, 0xff, 0xcc, 0x8d, 0x53, 0xff, 0xd0, 0x90, 0x55, 0xff, 0xd0, 0x97, 0x5a, 0xff, 0xcf, 0x9a, 0x5c, 0xff, 0xcd, 0x9c, 0x5d, 0xff, 0xce, 0xa6, 0x5f, 0xff, 0xcf, 0xa4, 0x61, 0xff, 0xce, 0xa5, 0x63, 0xff, 0xd0, 0xa7, 0x64, 0xff, 0xce, 0xa3, 0x62, 0xff, 0xcf, 0x93, 0x5b, 0xff, 0xd0, 0x96, 0x5c, 0xff, 0xd0, 0x94, 0x5b, 0xff, 0xd1, 0x92, 0x59, 0xff, 0xce, 0x90, 0x58, 0xff, 0xca, 0x8c, 0x55, 0xff, 0xcb, 0x8b, 0x54, 0xff, 0xc8, 0x8b, 0x53, 0xff, 0xc4, 0x88, 0x51, 0xff, 0xc0, 0x86, 0x4f, 0xff, 0xbe, 0x85, 0x4f, 0xff, 0xbc, 0x84, 0x4e, 0xff, 0xbc, 0x83, 0x4e, 0xff, 0xba, 0x81, 0x4c, 0xff, 0xb9, 0x80, 0x4c, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xb2, 0x79, 0x46, 0xff, 0xb1, 0x79, 0x46, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb5, 0x7a, 0x47, 0xff, 0xb6, 0x7b, 0x48, 0xff, 0xb6, 0x7c, 0x49, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb6, 0x7d, 0x4a, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb5, 0x7b, 0x48, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb1, 0x77, 0x40, 0xff, 0xaf, 0x74, 0x3d, 0xff, 0xaf, 0x74, 0x3d, 0xff, 0xb0, 0x75, 0x3d, 0xff, 0xb0, 0x75, 0x3d, 0xff, 0xb0, 0x75, 0x3d, 0xff, 0xb0, 0x75, 0x3d, 0xff, 0xb0, 0x75, 0x3c, 0xff, 0xb1, 0x75, 0x3d, 0xff, 0xb0, 0x76, 0x3e, 0xff, 0xb1, 0x76, 0x3f, 0xff, 0xb0, 0x77, 0x3f, 0xff, 0xb2, 0x78, 0x41, 0xff, 0xb4, 0x78, 0x46, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x73, 0x41, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xad, 0x72, 0x40, 0xff, 0xae, 0x73, 0x40, 0xff, 0xad, 0x72, 0x3e, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa4, 0x6b, 0x3a, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa5, 0x6c, 0x3b, 0xff, 0xa5, 0x6c, 0x3b, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa0, 0x65, 0x36, 0xff, 0xa0, 0x65, 0x35, 0xff, 0x9d, 0x61, 0x34, 0xff, 0x9a, 0x5f, 0x32, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xbc, 0x81, 0x4d, 0xff, 0xc0, 0x85, 0x4f, 0xff, 0xb7, 0x7e, 0x4c, 0xff, 0xb0, 0x77, 0x47, 0xff, 0xaf, 0x74, 0x44, 0xff, 0xae, 0x73, 0x42, 0xff, 0xad, 0x71, 0x40, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xab, 0x71, 0x40, 0xff, 0xad, 0x72, 0x42, 0xff, 0xac, 0x72, 0x41, 0xff, 0xab, 0x71, 0x40, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa6, 0x6c, 0x3e, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xa4, 0x6b, 0x3c, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xb8, 0x7f, 0x47, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbf, 0x83, 0x4b, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbc, 0x80, 0x4a, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb8, 0x7c, 0x46, 0xff, - 0xb6, 0x7a, 0x42, 0xff, 0xb6, 0x7b, 0x42, 0xff, 0xb7, 0x7c, 0x43, 0xff, 0xb8, 0x7d, 0x44, 0xff, 0xb9, 0x7d, 0x45, 0xff, 0xba, 0x80, 0x45, 0xff, 0xbb, 0x80, 0x46, 0xff, 0xbb, 0x80, 0x47, 0xff, 0xbd, 0x83, 0x49, 0xff, 0xc0, 0x83, 0x49, 0xff, 0xc1, 0x84, 0x4a, 0xff, 0xc2, 0x86, 0x4c, 0xff, 0xc3, 0x86, 0x4d, 0xff, 0xc5, 0x87, 0x4f, 0xff, 0xc2, 0x86, 0x4f, 0xff, 0xc2, 0x85, 0x4f, 0xff, 0xc3, 0x86, 0x50, 0xff, 0xbe, 0x89, 0x51, 0xff, 0xc5, 0x89, 0x51, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xbb, 0x7e, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb5, 0x79, 0x45, 0xff, 0xb5, 0x79, 0x45, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb5, 0x79, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb5, 0x79, 0x46, 0xff, 0xb5, 0x79, 0x45, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbe, 0x83, 0x4b, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc7, 0x88, 0x4f, 0xff, 0xcc, 0x8a, 0x51, 0xff, 0xcf, 0x8c, 0x54, 0xff, 0xd0, 0x90, 0x58, 0xff, 0xd0, 0x96, 0x5c, 0xff, 0xd0, 0x9b, 0x5f, 0xff, 0xd1, 0xa1, 0x61, 0xff, 0xcd, 0xa7, 0x64, 0xff, 0xce, 0xae, 0x66, 0xff, 0xcb, 0xad, 0x69, 0xff, 0xcd, 0xab, 0x6b, 0xff, 0xcd, 0xa9, 0x69, 0xff, 0xd0, 0xa0, 0x64, 0xff, 0xd1, 0xa1, 0x64, 0xff, 0xd1, 0x9d, 0x62, 0xff, 0xd1, 0x9a, 0x60, 0xff, 0xd0, 0x99, 0x5f, 0xff, 0xd1, 0x93, 0x5c, 0xff, 0xd1, 0x93, 0x59, 0xff, 0xd0, 0x92, 0x58, 0xff, 0xce, 0x90, 0x57, 0xff, 0xcb, 0x8d, 0x55, 0xff, 0xc9, 0x8b, 0x54, 0xff, 0xc7, 0x8c, 0x55, 0xff, 0xb9, 0x81, 0x4d, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xae, 0x74, 0x42, 0xff, 0xad, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xad, 0x73, 0x42, 0xff, 0xae, 0x73, 0x43, 0xff, 0xaf, 0x74, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb6, 0x7b, 0x48, 0xff, 0xb9, 0x7d, 0x4a, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbc, 0x83, 0x4f, 0xff, 0xbe, 0x85, 0x50, 0xff, 0xc0, 0x86, 0x51, 0xff, 0xc0, 0x86, 0x52, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xbe, 0x80, 0x4a, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xb2, 0x79, 0x40, 0xff, 0xaf, 0x76, 0x3d, 0xff, 0xb0, 0x76, 0x3d, 0xff, 0xb1, 0x76, 0x3d, 0xff, 0xb1, 0x76, 0x3d, 0xff, 0xb1, 0x75, 0x3d, 0xff, 0xb1, 0x76, 0x3e, 0xff, 0xb1, 0x76, 0x3f, 0xff, 0xb2, 0x77, 0x40, 0xff, 0xb3, 0x78, 0x42, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xb6, 0x7b, 0x48, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb3, 0x77, 0x45, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb1, 0x75, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xb0, 0x74, 0x43, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xa8, 0x6d, 0x3b, 0xff, 0xa8, 0x6e, 0x3b, 0xff, 0xa7, 0x6e, 0x3a, 0xff, 0xa7, 0x6d, 0x3b, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa5, 0x6b, 0x3a, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa3, 0x6a, 0x3a, 0xff, 0xa3, 0x6a, 0x3a, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa5, 0x6c, 0x3b, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa2, 0x66, 0x37, 0xff, 0xa1, 0x65, 0x36, 0xff, 0x9f, 0x64, 0x35, 0xff, 0x9d, 0x61, 0x34, 0xff, 0x9b, 0x5f, 0x33, 0xff, 0x96, 0x5d, 0x31, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xb5, 0x7c, 0x4b, 0xff, 0xb6, 0x7d, 0x4a, 0xff, 0xb1, 0x77, 0x45, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xae, 0x74, 0x44, 0xff, 0xad, 0x72, 0x42, 0xff, 0xac, 0x71, 0x40, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xac, 0x71, 0x40, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xac, 0x6f, 0x3f, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb1, 0x78, 0x41, 0xff, 0xb3, 0x7a, 0x41, 0xff, 0xb4, 0x7b, 0x43, 0xff, 0xb4, 0x7b, 0x42, 0xff, 0xb5, 0x7c, 0x43, 0xff, 0xb6, 0x7c, 0x42, 0xff, 0xb6, 0x7b, 0x42, 0xff, 0xb6, 0x7c, 0x43, 0xff, 0xb2, 0x79, 0x41, 0xff, 0xb1, 0x77, 0x40, 0xff, 0xb3, 0x77, 0x40, 0xff, 0xb2, 0x78, 0x41, 0xff, 0xb3, 0x79, 0x41, 0xff, 0xb4, 0x79, 0x41, 0xff, 0xb4, 0x79, 0x41, 0xff, - 0xb3, 0x79, 0x40, 0xff, 0xb5, 0x79, 0x40, 0xff, 0xb6, 0x7a, 0x43, 0xff, 0xb8, 0x7c, 0x43, 0xff, 0xb8, 0x7d, 0x44, 0xff, 0xb8, 0x7d, 0x45, 0xff, 0xb9, 0x7e, 0x45, 0xff, 0xb9, 0x80, 0x47, 0xff, 0xbc, 0x81, 0x48, 0xff, 0xbf, 0x83, 0x4a, 0xff, 0xbf, 0x83, 0x4a, 0xff, 0xc0, 0x84, 0x4b, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc3, 0x88, 0x4f, 0xff, 0xc3, 0x86, 0x51, 0xff, 0xc1, 0x86, 0x4f, 0xff, 0xc4, 0x88, 0x51, 0xff, 0xbc, 0x86, 0x4d, 0xff, 0xbe, 0x88, 0x4e, 0xff, 0xc3, 0x88, 0x50, 0xff, 0xbb, 0x7f, 0x4b, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb7, 0x7b, 0x46, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbd, 0x83, 0x4b, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xc5, 0x86, 0x4f, 0xff, 0xca, 0x8a, 0x51, 0xff, 0xd0, 0x8e, 0x53, 0xff, 0xd1, 0x90, 0x56, 0xff, 0xd0, 0x92, 0x59, 0xff, 0xd2, 0x9c, 0x5f, 0xff, 0xd2, 0xa2, 0x63, 0xff, 0xd1, 0xa8, 0x66, 0xff, 0xd1, 0xaf, 0x68, 0xff, 0xce, 0xae, 0x6b, 0xff, 0xcd, 0xaf, 0x6f, 0xff, 0xcc, 0xaf, 0x71, 0xff, 0xcd, 0xaf, 0x73, 0xff, 0xce, 0xaf, 0x6e, 0xff, 0xd0, 0xae, 0x6b, 0xff, 0xd1, 0xac, 0x6b, 0xff, 0xd1, 0xac, 0x69, 0xff, 0xd2, 0xab, 0x68, 0xff, 0xd2, 0xa9, 0x66, 0xff, 0xd0, 0x9c, 0x61, 0xff, 0xd2, 0x98, 0x5f, 0xff, 0xd3, 0x97, 0x5e, 0xff, 0xce, 0x94, 0x5d, 0xff, 0xb9, 0x83, 0x4e, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x71, 0x40, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xad, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xb0, 0x74, 0x43, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb2, 0x77, 0x45, 0xff, 0xb4, 0x79, 0x46, 0xff, 0xb6, 0x7b, 0x48, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xba, 0x7f, 0x4a, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xc0, 0x84, 0x4e, 0xff, 0xc2, 0x85, 0x4f, 0xff, 0xc5, 0x86, 0x4e, 0xff, 0xc5, 0x85, 0x4e, 0xff, 0xc7, 0x85, 0x4e, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xb6, 0x7b, 0x42, 0xff, 0xb2, 0x77, 0x3d, 0xff, 0xb1, 0x75, 0x3c, 0xff, 0xb2, 0x76, 0x3d, 0xff, 0xb2, 0x77, 0x3e, 0xff, 0xb2, 0x77, 0x3e, 0xff, 0xb2, 0x77, 0x40, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb7, 0x7d, 0x4b, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb5, 0x79, 0x45, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb1, 0x76, 0x45, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xad, 0x72, 0x40, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xa8, 0x6d, 0x3b, 0xff, 0xa8, 0x6d, 0x3b, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xa7, 0x6d, 0x3b, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa2, 0x66, 0x37, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9d, 0x61, 0x34, 0xff, 0x9b, 0x60, 0x33, 0xff, 0x99, 0x5e, 0x33, 0xff, 0x97, 0x5e, 0x32, 0xff, 0x99, 0x5f, 0x33, 0xff, 0xac, 0x71, 0x42, 0xff, 0xb3, 0x78, 0x46, 0xff, 0xb1, 0x77, 0x45, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xae, 0x74, 0x43, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xaa, 0x6d, 0x3e, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xaf, 0x75, 0x3e, 0xff, 0xb1, 0x77, 0x40, 0xff, 0xb1, 0x78, 0x40, 0xff, 0xb2, 0x79, 0x40, 0xff, 0xb2, 0x78, 0x40, 0xff, 0xb3, 0x79, 0x40, 0xff, 0xb4, 0x7a, 0x42, 0xff, 0xb4, 0x7a, 0x40, 0xff, 0xb4, 0x7a, 0x42, 0xff, 0xb1, 0x77, 0x40, 0xff, 0xb1, 0x77, 0x40, 0xff, 0xb1, 0x76, 0x3f, 0xff, 0xb1, 0x76, 0x40, 0xff, 0xb2, 0x77, 0x40, 0xff, 0xb4, 0x79, 0x41, 0xff, - 0xb3, 0x78, 0x40, 0xff, 0xb3, 0x79, 0x41, 0xff, 0xb5, 0x7a, 0x41, 0xff, 0xb5, 0x7a, 0x41, 0xff, 0xb6, 0x7b, 0x44, 0xff, 0xb8, 0x7c, 0x44, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbe, 0x83, 0x49, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xc0, 0x86, 0x4e, 0xff, 0xc2, 0x87, 0x51, 0xff, 0xc1, 0x86, 0x50, 0xff, 0xc1, 0x84, 0x4f, 0xff, 0xc2, 0x87, 0x51, 0xff, 0xbd, 0x87, 0x50, 0xff, 0xaf, 0x78, 0x44, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xb8, 0x7d, 0x4a, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb7, 0x7b, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb8, 0x7b, 0x47, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xbd, 0x83, 0x4b, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xc4, 0x85, 0x4f, 0xff, 0xc8, 0x89, 0x50, 0xff, 0xce, 0x8d, 0x52, 0xff, 0xd1, 0x8f, 0x56, 0xff, 0xd1, 0x92, 0x59, 0xff, 0xd1, 0x99, 0x5d, 0xff, 0xd2, 0xa2, 0x63, 0xff, 0xd1, 0xa9, 0x65, 0xff, 0xd0, 0xb0, 0x6a, 0xff, 0xcc, 0xaf, 0x6f, 0xff, 0xce, 0xb0, 0x72, 0xff, 0xd0, 0xb1, 0x76, 0xff, 0xcf, 0xb0, 0x7b, 0xff, 0xd0, 0xb0, 0x7c, 0xff, 0xcf, 0xaf, 0x77, 0xff, 0xce, 0xb1, 0x74, 0xff, 0xce, 0xb0, 0x74, 0xff, 0xcf, 0xb1, 0x75, 0xff, 0xce, 0xb0, 0x72, 0xff, 0xce, 0xb1, 0x71, 0xff, 0xcf, 0xad, 0x70, 0xff, 0xcc, 0x9c, 0x63, 0xff, 0xb6, 0x86, 0x54, 0xff, 0xa3, 0x6b, 0x3b, 0xff, 0xab, 0x71, 0x42, 0xff, 0xab, 0x71, 0x42, 0xff, 0xac, 0x72, 0x42, 0xff, 0xad, 0x72, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x72, 0x41, 0xff, 0xae, 0x73, 0x42, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xaf, 0x73, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb3, 0x77, 0x45, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xbb, 0x7f, 0x4a, 0xff, 0xbd, 0x81, 0x4c, 0xff, 0xc0, 0x83, 0x4d, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc6, 0x86, 0x4d, 0xff, 0xc8, 0x86, 0x4e, 0xff, 0xc9, 0x87, 0x4e, 0xff, 0xc6, 0x86, 0x4e, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xbb, 0x7f, 0x46, 0xff, 0xb5, 0x78, 0x3e, 0xff, 0xb3, 0x77, 0x3e, 0xff, 0xb3, 0x78, 0x3f, 0xff, 0xb3, 0x78, 0x40, 0xff, 0xb5, 0x7a, 0x43, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb8, 0x7f, 0x4d, 0xff, 0xb7, 0x7e, 0x4a, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb3, 0x78, 0x46, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xac, 0x73, 0x40, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3b, 0xff, 0xa8, 0x6e, 0x3b, 0xff, 0xa8, 0x6d, 0x3a, 0xff, 0xa8, 0x6d, 0x3a, 0xff, 0xa7, 0x6d, 0x3b, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa6, 0x6d, 0x3a, 0xff, 0xa5, 0x6c, 0x39, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa8, 0x6c, 0x3a, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa1, 0x65, 0x38, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9b, 0x5f, 0x34, 0xff, 0x99, 0x5e, 0x33, 0xff, 0x96, 0x5c, 0x31, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xab, 0x70, 0x40, 0xff, 0xaf, 0x74, 0x44, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xae, 0x74, 0x42, 0xff, 0xad, 0x72, 0x41, 0xff, 0xac, 0x70, 0x40, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa8, 0x6b, 0x3d, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9f, 0x64, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa5, 0x6a, 0x3a, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xae, 0x72, 0x3f, 0xff, 0xaf, 0x75, 0x40, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xad, 0x74, 0x3e, 0xff, 0xaf, 0x75, 0x3e, 0xff, 0xaf, 0x75, 0x3f, 0xff, 0xb0, 0x76, 0x3f, 0xff, 0xb0, 0x76, 0x3e, 0xff, 0xb0, 0x77, 0x3f, 0xff, 0xb0, 0x78, 0x3e, 0xff, 0xb1, 0x78, 0x40, 0xff, 0xb2, 0x78, 0x3f, 0xff, 0xb2, 0x79, 0x40, 0xff, 0xaf, 0x74, 0x3e, 0xff, 0xaf, 0x75, 0x3e, 0xff, 0xb1, 0x75, 0x3f, 0xff, 0xb1, 0x76, 0x3f, 0xff, 0xb2, 0x76, 0x40, 0xff, - 0xb1, 0x76, 0x3f, 0xff, 0xb2, 0x77, 0x3f, 0xff, 0xb3, 0x78, 0x41, 0xff, 0xb4, 0x7a, 0x42, 0xff, 0xb4, 0x7a, 0x42, 0xff, 0xb5, 0x7b, 0x43, 0xff, 0xb6, 0x7c, 0x44, 0xff, 0xb8, 0x7d, 0x45, 0xff, 0xba, 0x80, 0x47, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xbf, 0x85, 0x4e, 0xff, 0xbf, 0x86, 0x4f, 0xff, 0xc1, 0x85, 0x4f, 0xff, 0xbe, 0x83, 0x4e, 0xff, 0xbb, 0x81, 0x4d, 0xff, 0xb8, 0x80, 0x4e, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xb4, 0x79, 0x46, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xb8, 0x7d, 0x4a, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb7, 0x7b, 0x48, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb8, 0x7b, 0x48, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc5, 0x87, 0x4f, 0xff, 0xca, 0x8b, 0x53, 0xff, 0xd0, 0x8e, 0x56, 0xff, 0xd1, 0x91, 0x58, 0xff, 0xd2, 0x95, 0x5a, 0xff, 0xd2, 0x9f, 0x61, 0xff, 0xd3, 0xa8, 0x65, 0xff, 0xd0, 0xae, 0x69, 0xff, 0xcd, 0xb0, 0x6d, 0xff, 0xcf, 0xb1, 0x72, 0xff, 0xcf, 0xb0, 0x77, 0xff, 0xd1, 0xb1, 0x7e, 0xff, 0xd2, 0xb1, 0x84, 0xff, 0xd3, 0xb1, 0x89, 0xff, 0xd3, 0xb2, 0x85, 0xff, 0xd1, 0xb1, 0x81, 0xff, 0xd1, 0xb2, 0x82, 0xff, 0xd2, 0xb1, 0x82, 0xff, 0xd2, 0xb1, 0x84, 0xff, 0xc7, 0xa3, 0x74, 0xff, 0xb5, 0x87, 0x5c, 0xff, 0xa5, 0x70, 0x44, 0xff, 0xa6, 0x6e, 0x41, 0xff, 0xa9, 0x72, 0x44, 0xff, 0xaa, 0x72, 0x44, 0xff, 0xab, 0x73, 0x43, 0xff, 0xad, 0x73, 0x43, 0xff, 0xae, 0x74, 0x43, 0xff, 0xae, 0x74, 0x43, 0xff, 0xae, 0x74, 0x42, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xaf, 0x73, 0x42, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xb0, 0x74, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb5, 0x79, 0x46, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb7, 0x7b, 0x48, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xc0, 0x83, 0x4d, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc7, 0x86, 0x4f, 0xff, 0xc8, 0x87, 0x4f, 0xff, 0xca, 0x87, 0x4f, 0xff, 0xcc, 0x88, 0x4f, 0xff, 0xcd, 0x88, 0x4f, 0xff, 0xcb, 0x87, 0x4e, 0xff, 0xc8, 0x86, 0x4e, 0xff, 0xc8, 0x86, 0x4e, 0xff, 0xc0, 0x81, 0x47, 0xff, 0xb6, 0x7b, 0x41, 0xff, 0xb4, 0x79, 0x40, 0xff, 0xb6, 0x7a, 0x43, 0xff, 0xb8, 0x7e, 0x4a, 0xff, 0xb9, 0x80, 0x4e, 0xff, 0xb8, 0x80, 0x4c, 0xff, 0xb8, 0x7e, 0x4a, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xae, 0x73, 0x40, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa8, 0x6d, 0x3b, 0xff, 0xa7, 0x6c, 0x3a, 0xff, 0xa7, 0x6c, 0x3a, 0xff, 0xa6, 0x6c, 0x3a, 0xff, 0xa5, 0x6a, 0x39, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa4, 0x69, 0x38, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x6a, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xac, 0x71, 0x40, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa8, 0x6d, 0x3b, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa5, 0x69, 0x39, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa1, 0x65, 0x38, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9b, 0x60, 0x34, 0xff, 0x9a, 0x5f, 0x33, 0xff, 0x96, 0x5c, 0x30, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa9, 0x6d, 0x3f, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xaf, 0x73, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xaf, 0x73, 0x42, 0xff, 0xad, 0x71, 0x40, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x63, 0x37, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xad, 0x72, 0x3e, 0xff, 0xaf, 0x74, 0x3f, 0xff, 0xaa, 0x70, 0x3b, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xad, 0x74, 0x3d, 0xff, 0xae, 0x73, 0x3d, 0xff, 0xaf, 0x74, 0x3e, 0xff, 0xae, 0x75, 0x3d, 0xff, 0xaf, 0x74, 0x3e, 0xff, 0xaf, 0x75, 0x3d, 0xff, 0xb0, 0x76, 0x3e, 0xff, 0xb0, 0x76, 0x3e, 0xff, 0xb0, 0x76, 0x3f, 0xff, 0xae, 0x73, 0x3e, 0xff, 0xaf, 0x74, 0x3e, 0xff, 0xaf, 0x75, 0x3f, 0xff, 0xb1, 0x76, 0x3f, 0xff, - 0xb0, 0x74, 0x3f, 0xff, 0xb0, 0x74, 0x3f, 0xff, 0xb1, 0x77, 0x41, 0xff, 0xb2, 0x78, 0x40, 0xff, 0xb3, 0x79, 0x42, 0xff, 0xb5, 0x79, 0x43, 0xff, 0xb5, 0x7b, 0x43, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb9, 0x7f, 0x47, 0xff, 0xb9, 0x7e, 0x46, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbd, 0x84, 0x4c, 0xff, 0xbf, 0x85, 0x50, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb5, 0x7a, 0x49, 0xff, 0xb8, 0x7d, 0x4a, 0xff, 0xb8, 0x80, 0x4d, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xb8, 0x7d, 0x4a, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb7, 0x7a, 0x46, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xc5, 0x88, 0x50, 0xff, 0xc5, 0x86, 0x4f, 0xff, 0xc8, 0x8a, 0x51, 0xff, 0xcc, 0x8d, 0x54, 0xff, 0xd1, 0x8e, 0x56, 0xff, 0xd2, 0x92, 0x59, 0xff, 0xd3, 0x98, 0x5d, 0xff, 0xd4, 0xa1, 0x63, 0xff, 0xd2, 0xac, 0x67, 0xff, 0xd0, 0xb0, 0x6c, 0xff, 0xce, 0xb1, 0x70, 0xff, 0xcf, 0xb2, 0x75, 0xff, 0xd0, 0xb1, 0x7b, 0xff, 0xd2, 0xb2, 0x83, 0xff, 0xd3, 0xb1, 0x8d, 0xff, 0xd4, 0xb3, 0x92, 0xff, 0xd4, 0xb3, 0x91, 0xff, 0xd4, 0xb2, 0x8f, 0xff, 0xd5, 0xb4, 0x92, 0xff, 0xd0, 0xad, 0x8b, 0xff, 0xb6, 0x89, 0x63, 0xff, 0xa8, 0x74, 0x4b, 0xff, 0xa4, 0x6c, 0x43, 0xff, 0xa7, 0x70, 0x45, 0xff, 0xa8, 0x73, 0x45, 0xff, 0xa9, 0x74, 0x46, 0xff, 0xaa, 0x74, 0x46, 0xff, 0xac, 0x75, 0x45, 0xff, 0xad, 0x75, 0x45, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb0, 0x74, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb4, 0x79, 0x46, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xc5, 0x86, 0x4e, 0xff, 0xc8, 0x88, 0x50, 0xff, 0xca, 0x89, 0x52, 0xff, 0xcc, 0x89, 0x51, 0xff, 0xcb, 0x88, 0x50, 0xff, 0xce, 0x88, 0x4f, 0xff, 0xd0, 0x89, 0x50, 0xff, 0xcd, 0x88, 0x4f, 0xff, 0xcd, 0x88, 0x4e, 0xff, 0xd1, 0x89, 0x50, 0xff, 0xcc, 0x87, 0x4f, 0xff, 0xbf, 0x80, 0x48, 0xff, 0xb5, 0x7a, 0x42, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xbb, 0x81, 0x4f, 0xff, 0xba, 0x81, 0x4d, 0xff, 0xb9, 0x7f, 0x4b, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb5, 0x7a, 0x47, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xae, 0x74, 0x42, 0xff, 0xae, 0x74, 0x40, 0xff, 0xac, 0x72, 0x3e, 0xff, 0xac, 0x71, 0x3d, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xaa, 0x6e, 0x3b, 0xff, 0xa8, 0x6e, 0x3b, 0xff, 0xa8, 0x6e, 0x3b, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xa6, 0x6c, 0x3a, 0xff, 0xa4, 0x6a, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa4, 0x68, 0x37, 0xff, 0xa3, 0x69, 0x37, 0xff, 0xa2, 0x69, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x72, 0x40, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa5, 0x6b, 0x3a, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9c, 0x61, 0x35, 0xff, 0x9a, 0x5f, 0x33, 0xff, 0x99, 0x5f, 0x33, 0xff, 0x94, 0x5a, 0x2f, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xaf, 0x74, 0x43, 0xff, 0xae, 0x72, 0x40, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa7, 0x69, 0x3c, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xa9, 0x6d, 0x3b, 0xff, 0xa9, 0x6e, 0x3b, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xac, 0x70, 0x3d, 0xff, 0xac, 0x71, 0x3d, 0xff, 0xa9, 0x6e, 0x3b, 0xff, 0xaa, 0x6f, 0x3b, 0xff, 0xaa, 0x70, 0x3b, 0xff, 0xac, 0x71, 0x3d, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xac, 0x71, 0x3c, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xad, 0x74, 0x3d, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xae, 0x74, 0x3e, 0xff, 0xae, 0x75, 0x3e, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xae, 0x73, 0x3d, 0xff, 0xaf, 0x74, 0x3e, 0xff, 0xb0, 0x74, 0x3f, 0xff, - 0xad, 0x73, 0x3e, 0xff, 0xaf, 0x76, 0x3f, 0xff, 0xb0, 0x77, 0x40, 0xff, 0xb2, 0x76, 0x40, 0xff, 0xb1, 0x78, 0x41, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb4, 0x7b, 0x43, 0xff, 0xb5, 0x79, 0x43, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb3, 0x77, 0x46, 0xff, 0xb5, 0x79, 0x48, 0xff, 0xb7, 0x7e, 0x4b, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7b, 0x49, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb7, 0x7b, 0x49, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb7, 0x7b, 0x48, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb9, 0x7c, 0x49, 0xff, 0xc8, 0x88, 0x50, 0xff, 0xc8, 0x87, 0x4f, 0xff, 0xcc, 0x8a, 0x51, 0xff, 0xd3, 0x8e, 0x56, 0xff, 0xd4, 0x92, 0x58, 0xff, 0xd4, 0x95, 0x5a, 0xff, 0xd3, 0x99, 0x5f, 0xff, 0xd3, 0xa1, 0x63, 0xff, 0xd3, 0xad, 0x68, 0xff, 0xd0, 0xb5, 0x6e, 0xff, 0xcf, 0xb5, 0x72, 0xff, 0xcf, 0xb4, 0x78, 0xff, 0xd1, 0xb4, 0x80, 0xff, 0xd3, 0xb4, 0x89, 0xff, 0xd4, 0xb3, 0x91, 0xff, 0xd5, 0xb4, 0x94, 0xff, 0xd5, 0xb4, 0x94, 0xff, 0xd5, 0xb5, 0x95, 0xff, 0xcb, 0xa6, 0x85, 0xff, 0xa5, 0x71, 0x48, 0xff, 0xa5, 0x6d, 0x44, 0xff, 0xa6, 0x6f, 0x46, 0xff, 0xa5, 0x6f, 0x46, 0xff, 0xa7, 0x70, 0x47, 0xff, 0xa8, 0x71, 0x48, 0xff, 0xa9, 0x74, 0x46, 0xff, 0xab, 0x76, 0x48, 0xff, 0xac, 0x77, 0x47, 0xff, 0xaf, 0x77, 0x46, 0xff, 0xb0, 0x78, 0x47, 0xff, 0xb0, 0x78, 0x46, 0xff, 0xb1, 0x79, 0x46, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb2, 0x76, 0x44, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb8, 0x7e, 0x4a, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xc0, 0x84, 0x4c, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc8, 0x89, 0x50, 0xff, 0xcd, 0x8b, 0x53, 0xff, 0xcd, 0x8a, 0x52, 0xff, 0xce, 0x8a, 0x51, 0xff, 0xce, 0x88, 0x4f, 0xff, 0xd0, 0x89, 0x50, 0xff, 0xce, 0x8a, 0x50, 0xff, 0xca, 0x88, 0x4e, 0xff, 0xcd, 0x88, 0x4e, 0xff, 0xcf, 0x88, 0x50, 0xff, 0xd2, 0x8a, 0x52, 0xff, 0xc9, 0x87, 0x4e, 0xff, 0xba, 0x81, 0x4b, 0xff, 0xbc, 0x82, 0x50, 0xff, 0xbc, 0x82, 0x4f, 0xff, 0xbb, 0x81, 0x4d, 0xff, 0xbb, 0x7f, 0x4b, 0xff, 0xb8, 0x7b, 0x48, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x76, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xae, 0x74, 0x3f, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xab, 0x71, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa9, 0x6e, 0x3b, 0xff, 0xa8, 0x6d, 0x3b, 0xff, 0xa6, 0x6b, 0x39, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa4, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa4, 0x69, 0x38, 0xff, 0xa2, 0x69, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xb1, 0x74, 0x42, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xa9, 0x6d, 0x3b, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa3, 0x66, 0x39, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x9c, 0x61, 0x36, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa1, 0x65, 0x39, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa9, 0x6d, 0x3f, 0xff, 0xae, 0x71, 0x41, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa9, 0x6d, 0x3f, 0xff, 0xa8, 0x6b, 0x3e, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa5, 0x6a, 0x3a, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xa7, 0x6d, 0x39, 0xff, 0xa9, 0x6e, 0x3a, 0xff, 0xaa, 0x6e, 0x3b, 0xff, 0xaa, 0x6f, 0x3b, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xab, 0x71, 0x3c, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xac, 0x71, 0x3c, 0xff, 0xab, 0x72, 0x3d, 0xff, 0xac, 0x73, 0x3c, 0xff, 0xad, 0x72, 0x3d, 0xff, 0xae, 0x72, 0x3d, 0xff, 0xaf, 0x75, 0x3e, 0xff, 0xae, 0x73, 0x3d, 0xff, 0xae, 0x73, 0x3e, 0xff, - 0xae, 0x73, 0x3e, 0xff, 0xaf, 0x73, 0x3e, 0xff, 0xaf, 0x74, 0x3e, 0xff, 0xb0, 0x77, 0x41, 0xff, 0xb0, 0x75, 0x40, 0xff, 0xb2, 0x77, 0x41, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb3, 0x79, 0x43, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb7, 0x7b, 0x46, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb1, 0x74, 0x43, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb2, 0x76, 0x44, 0xff, 0xb3, 0x77, 0x45, 0xff, 0xb5, 0x7b, 0x49, 0xff, 0xab, 0x71, 0x40, 0xff, 0xa6, 0x6d, 0x3c, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xb6, 0x7b, 0x48, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xba, 0x7e, 0x4b, 0xff, 0xb9, 0x7d, 0x4b, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb7, 0x7b, 0x49, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xba, 0x7c, 0x4a, 0xff, 0xc9, 0x89, 0x50, 0xff, 0xcb, 0x88, 0x50, 0xff, 0xcf, 0x8b, 0x53, 0xff, 0xd3, 0x8f, 0x53, 0xff, 0xd4, 0x93, 0x58, 0xff, 0xd3, 0x96, 0x5b, 0xff, 0xd3, 0x9c, 0x61, 0xff, 0xd4, 0xa4, 0x66, 0xff, 0xd5, 0xaf, 0x6a, 0xff, 0xd0, 0xb3, 0x6f, 0xff, 0xcf, 0xb4, 0x73, 0xff, 0xd0, 0xb4, 0x79, 0xff, 0xd1, 0xb4, 0x80, 0xff, 0xd3, 0xb4, 0x88, 0xff, 0xd5, 0xb4, 0x95, 0xff, 0xd5, 0xb6, 0x96, 0xff, 0xd2, 0xb1, 0x91, 0xff, 0xbc, 0x90, 0x6c, 0xff, 0xa3, 0x6b, 0x43, 0xff, 0xa5, 0x6c, 0x44, 0xff, 0xa6, 0x6f, 0x46, 0xff, 0xa6, 0x6f, 0x46, 0xff, 0xa6, 0x6f, 0x46, 0xff, 0xa7, 0x71, 0x47, 0xff, 0xaa, 0x72, 0x49, 0xff, 0xab, 0x75, 0x49, 0xff, 0xab, 0x77, 0x49, 0xff, 0xae, 0x79, 0x4a, 0xff, 0xb0, 0x7a, 0x4a, 0xff, 0xb1, 0x7a, 0x49, 0xff, 0xb2, 0x7b, 0x49, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xb3, 0x7a, 0x47, 0xff, 0xb4, 0x79, 0x46, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb3, 0x78, 0x44, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb9, 0x7d, 0x4a, 0xff, 0xba, 0x7e, 0x4b, 0xff, 0xba, 0x7f, 0x4b, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xc6, 0x87, 0x4f, 0xff, 0xcb, 0x88, 0x50, 0xff, 0xce, 0x89, 0x50, 0xff, 0xce, 0x8a, 0x51, 0xff, 0xcd, 0x89, 0x50, 0xff, 0xc8, 0x86, 0x4e, 0xff, 0xc5, 0x85, 0x4e, 0xff, 0xcd, 0x8a, 0x50, 0xff, 0xd0, 0x8a, 0x50, 0xff, 0xd1, 0x89, 0x50, 0xff, 0xd3, 0x8b, 0x52, 0xff, 0xd6, 0x8d, 0x54, 0xff, 0xd0, 0x8c, 0x55, 0xff, 0xc3, 0x87, 0x52, 0xff, 0xbd, 0x83, 0x4f, 0xff, 0xbc, 0x83, 0x4e, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xaf, 0x75, 0x3f, 0xff, 0xad, 0x74, 0x3f, 0xff, 0xad, 0x73, 0x3d, 0xff, 0xac, 0x72, 0x3d, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xab, 0x6f, 0x3c, 0xff, 0xab, 0x6f, 0x3c, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xa7, 0x6c, 0x3a, 0xff, 0xa6, 0x6b, 0x39, 0xff, 0xa5, 0x6a, 0x39, 0xff, 0xa5, 0x6a, 0x38, 0xff, 0xa4, 0x69, 0x38, 0xff, 0xa4, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa2, 0x69, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xab, 0x71, 0x40, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xae, 0x72, 0x40, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa1, 0x65, 0x38, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0x97, 0x5c, 0x30, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9d, 0x60, 0x35, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xa8, 0x6c, 0x3a, 0xff, 0xa6, 0x6a, 0x39, 0xff, 0xa7, 0x6d, 0x3a, 0xff, 0xa8, 0x6d, 0x3a, 0xff, 0xa9, 0x6e, 0x3a, 0xff, 0xa9, 0x6e, 0x3a, 0xff, 0xa9, 0x6f, 0x3b, 0xff, 0xa9, 0x6e, 0x3b, 0xff, 0xaa, 0x6f, 0x3b, 0xff, 0xaa, 0x6f, 0x3b, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xab, 0x71, 0x3c, 0xff, 0xac, 0x72, 0x3d, 0xff, 0xad, 0x73, 0x3c, 0xff, 0xaf, 0x73, 0x3f, 0xff, 0xae, 0x73, 0x3e, 0xff, - 0xad, 0x73, 0x3e, 0xff, 0xad, 0x73, 0x3f, 0xff, 0xae, 0x73, 0x3e, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xb0, 0x74, 0x40, 0xff, 0xb1, 0x77, 0x41, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xb3, 0x78, 0x42, 0xff, 0xb5, 0x7b, 0x44, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb1, 0x75, 0x42, 0xff, 0xae, 0x71, 0x40, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xb0, 0x74, 0x42, 0xff, 0xb0, 0x73, 0x42, 0xff, 0xb1, 0x74, 0x43, 0xff, 0xb1, 0x75, 0x44, 0xff, 0xb3, 0x78, 0x46, 0xff, 0xae, 0x73, 0x43, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xbe, 0x83, 0x4f, 0xff, 0xbb, 0x7e, 0x4b, 0xff, 0xba, 0x7d, 0x4b, 0xff, 0xb9, 0x7e, 0x4b, 0xff, 0xb8, 0x7c, 0x4a, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7b, 0x49, 0xff, 0xb8, 0x7c, 0x4a, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7d, 0x4a, 0xff, 0xb9, 0x7d, 0x4a, 0xff, 0xcc, 0x8c, 0x52, 0xff, 0xcb, 0x8a, 0x50, 0xff, 0xcf, 0x8b, 0x53, 0xff, 0xcf, 0x8d, 0x54, 0xff, 0xd5, 0x95, 0x59, 0xff, 0xd4, 0x99, 0x5d, 0xff, 0xd4, 0xa1, 0x63, 0xff, 0xd3, 0xa5, 0x65, 0xff, 0xd4, 0xad, 0x6a, 0xff, 0xd2, 0xb4, 0x70, 0xff, 0xd0, 0xb4, 0x73, 0xff, 0xd0, 0xb4, 0x7a, 0xff, 0xd2, 0xb4, 0x80, 0xff, 0xd2, 0xb4, 0x84, 0xff, 0xd5, 0xb5, 0x90, 0xff, 0xd0, 0xaf, 0x8f, 0xff, 0xb2, 0x84, 0x5e, 0xff, 0xa3, 0x6c, 0x43, 0xff, 0xa6, 0x6f, 0x46, 0xff, 0xa6, 0x70, 0x46, 0xff, 0xa6, 0x6f, 0x47, 0xff, 0xa6, 0x70, 0x47, 0xff, 0xa6, 0x70, 0x47, 0xff, 0xa9, 0x71, 0x49, 0xff, 0xab, 0x73, 0x4a, 0xff, 0xac, 0x76, 0x4c, 0xff, 0xae, 0x79, 0x4c, 0xff, 0xb0, 0x7d, 0x4c, 0xff, 0xb1, 0x7e, 0x4d, 0xff, 0xb2, 0x7e, 0x4e, 0xff, 0xb4, 0x7e, 0x4d, 0xff, 0xb5, 0x7f, 0x4c, 0xff, 0xb6, 0x7e, 0x4a, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb5, 0x7a, 0x47, 0xff, 0xb5, 0x79, 0x46, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xba, 0x7f, 0x4b, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xbc, 0x81, 0x4d, 0xff, 0xbd, 0x82, 0x4d, 0xff, 0xbe, 0x82, 0x4e, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xc3, 0x85, 0x4e, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc8, 0x88, 0x4f, 0xff, 0xca, 0x88, 0x4e, 0xff, 0xc4, 0x84, 0x4c, 0xff, 0xc2, 0x82, 0x4c, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xca, 0x88, 0x4f, 0xff, 0xd1, 0x8a, 0x51, 0xff, 0xd2, 0x8a, 0x51, 0xff, 0xd4, 0x8b, 0x52, 0xff, 0xd5, 0x8c, 0x54, 0xff, 0xd5, 0x8e, 0x56, 0xff, 0xd3, 0x8f, 0x59, 0xff, 0xc8, 0x89, 0x53, 0xff, 0xbb, 0x82, 0x4c, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb5, 0x7b, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xaf, 0x76, 0x41, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xaf, 0x74, 0x3f, 0xff, 0xae, 0x73, 0x3e, 0xff, 0xac, 0x72, 0x3c, 0xff, 0xac, 0x71, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xa9, 0x6f, 0x3b, 0xff, 0xa8, 0x6e, 0x39, 0xff, 0xa8, 0x6c, 0x39, 0xff, 0xa6, 0x6b, 0x39, 0xff, 0xa5, 0x6b, 0x39, 0xff, 0xa4, 0x69, 0x38, 0xff, 0xa4, 0x6a, 0x38, 0xff, 0xa4, 0x6a, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xac, 0x73, 0x41, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xae, 0x72, 0x3f, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa0, 0x64, 0x37, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x99, 0x5c, 0x31, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xab, 0x70, 0x41, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa2, 0x66, 0x3a, 0xff, 0xa1, 0x65, 0x39, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9b, 0x60, 0x35, 0xff, 0x99, 0x5f, 0x34, 0xff, 0x9d, 0x62, 0x37, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xa8, 0x6b, 0x3c, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa6, 0x6a, 0x39, 0xff, 0xa4, 0x6a, 0x38, 0xff, 0xa5, 0x6a, 0x39, 0xff, 0xa6, 0x6b, 0x39, 0xff, 0xa7, 0x6c, 0x3a, 0xff, 0xa8, 0x6c, 0x3a, 0xff, 0xa8, 0x6d, 0x3a, 0xff, 0xa8, 0x6d, 0x3a, 0xff, 0xa8, 0x6e, 0x3a, 0xff, 0xa8, 0x6e, 0x3b, 0xff, 0xa9, 0x6f, 0x3b, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xad, 0x73, 0x3f, 0xff, 0xae, 0x73, 0x40, 0xff, - 0xad, 0x73, 0x3e, 0xff, 0xad, 0x72, 0x3e, 0xff, 0xad, 0x72, 0x3e, 0xff, 0xae, 0x73, 0x40, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xb0, 0x74, 0x41, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xad, 0x71, 0x3f, 0xff, 0xae, 0x71, 0x40, 0xff, 0xae, 0x72, 0x41, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xaf, 0x73, 0x42, 0xff, 0xb0, 0x74, 0x43, 0xff, 0xb1, 0x75, 0x45, 0xff, 0xb1, 0x75, 0x45, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa4, 0x6b, 0x3c, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xc0, 0x84, 0x50, 0xff, 0xbc, 0x80, 0x4d, 0xff, 0xbb, 0x7f, 0x4d, 0xff, 0xba, 0x7f, 0x4b, 0xff, 0xb9, 0x7d, 0x4a, 0xff, 0xb9, 0x7c, 0x49, 0xff, 0xb9, 0x7d, 0x4a, 0xff, 0xb9, 0x7c, 0x4b, 0xff, 0xb9, 0x7d, 0x4a, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xce, 0x8c, 0x53, 0xff, 0xcd, 0x8c, 0x52, 0xff, 0xcf, 0x8b, 0x53, 0xff, 0xd2, 0x8e, 0x55, 0xff, 0xd4, 0x92, 0x57, 0xff, 0xd5, 0x9b, 0x5e, 0xff, 0xd6, 0xa3, 0x63, 0xff, 0xd6, 0xa3, 0x66, 0xff, 0xd4, 0xa6, 0x69, 0xff, 0xd4, 0xad, 0x6d, 0xff, 0xd0, 0xb5, 0x73, 0xff, 0xd0, 0xb5, 0x78, 0xff, 0xd1, 0xb5, 0x7c, 0xff, 0xd4, 0xb6, 0x83, 0xff, 0xcf, 0xad, 0x89, 0xff, 0xa9, 0x76, 0x4f, 0xff, 0xa4, 0x6b, 0x43, 0xff, 0xa7, 0x6f, 0x46, 0xff, 0xa7, 0x70, 0x46, 0xff, 0xa7, 0x70, 0x47, 0xff, 0xa7, 0x70, 0x47, 0xff, 0xa7, 0x70, 0x47, 0xff, 0xa8, 0x71, 0x49, 0xff, 0xa9, 0x71, 0x49, 0xff, 0xaa, 0x74, 0x4c, 0xff, 0xac, 0x79, 0x4e, 0xff, 0xad, 0x7b, 0x4e, 0xff, 0xb0, 0x7c, 0x50, 0xff, 0xb1, 0x7f, 0x4f, 0xff, 0xb1, 0x80, 0x50, 0xff, 0xb3, 0x80, 0x50, 0xff, 0xb4, 0x80, 0x4f, 0xff, 0xb6, 0x80, 0x4d, 0xff, 0xb7, 0x80, 0x4b, 0xff, 0xb8, 0x7d, 0x4a, 0xff, 0xb8, 0x7c, 0x48, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb7, 0x7c, 0x47, 0xff, 0xb9, 0x7d, 0x4a, 0xff, 0xba, 0x7f, 0x4c, 0xff, 0xbb, 0x80, 0x4d, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xbd, 0x82, 0x4d, 0xff, 0xbd, 0x82, 0x4d, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xbd, 0x81, 0x4d, 0xff, 0xbd, 0x82, 0x4d, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbf, 0x84, 0x4c, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xc2, 0x84, 0x4c, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc2, 0x83, 0x4c, 0xff, 0xc4, 0x84, 0x4d, 0xff, 0xc8, 0x86, 0x4e, 0xff, 0xcd, 0x89, 0x50, 0xff, 0xd4, 0x8c, 0x53, 0xff, 0xd5, 0x8c, 0x53, 0xff, 0xd5, 0x8d, 0x54, 0xff, 0xd6, 0x90, 0x56, 0xff, 0xd5, 0x90, 0x58, 0xff, 0xd6, 0x90, 0x59, 0xff, 0xca, 0x89, 0x53, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb6, 0x7c, 0x45, 0xff, 0xb4, 0x7a, 0x43, 0xff, 0xb4, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb0, 0x77, 0x41, 0xff, 0xb0, 0x75, 0x40, 0xff, 0xb0, 0x75, 0x3e, 0xff, 0xae, 0x74, 0x3e, 0xff, 0xae, 0x73, 0x3e, 0xff, 0xad, 0x71, 0x3d, 0xff, 0xaa, 0x70, 0x3b, 0xff, 0xaa, 0x6f, 0x3a, 0xff, 0xa9, 0x6d, 0x3a, 0xff, 0xa7, 0x6d, 0x3a, 0xff, 0xa7, 0x6c, 0x39, 0xff, 0xa6, 0x6a, 0x38, 0xff, 0xa6, 0x69, 0x38, 0xff, 0xa5, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xac, 0x73, 0x41, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xae, 0x72, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa1, 0x66, 0x37, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9d, 0x60, 0x35, 0xff, 0x9b, 0x5f, 0x33, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xac, 0x70, 0x40, 0xff, 0xa9, 0x6c, 0x3e, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x99, 0x5e, 0x33, 0xff, 0x99, 0x5e, 0x32, 0xff, 0x98, 0x5d, 0x31, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa8, 0x6b, 0x3d, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa9, 0x6b, 0x3d, 0xff, 0xa9, 0x6b, 0x3c, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x62, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9f, 0x62, 0x38, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa5, 0x6a, 0x39, 0xff, 0xa6, 0x6b, 0x39, 0xff, 0xa6, 0x6b, 0x39, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa7, 0x6d, 0x3b, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xa8, 0x6e, 0x3b, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xac, 0x72, 0x3e, 0xff, - 0xab, 0x70, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xad, 0x73, 0x3f, 0xff, 0xad, 0x73, 0x40, 0xff, 0xaf, 0x73, 0x3f, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xad, 0x71, 0x40, 0xff, 0xad, 0x71, 0x41, 0xff, 0xad, 0x72, 0x41, 0xff, 0xaf, 0x73, 0x42, 0xff, 0xb0, 0x73, 0x43, 0xff, 0xaf, 0x75, 0x46, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xb0, 0x74, 0x44, 0xff, 0xc1, 0x85, 0x50, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xbc, 0x81, 0x4d, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xbb, 0x7d, 0x4b, 0xff, 0xba, 0x7d, 0x4a, 0xff, 0xba, 0x7d, 0x4b, 0xff, 0xba, 0x7d, 0x4b, 0xff, 0xbb, 0x7f, 0x4c, 0xff, 0xce, 0x8b, 0x54, 0xff, 0xcf, 0x8d, 0x54, 0xff, 0xd2, 0x8c, 0x53, 0xff, 0xd2, 0x90, 0x55, 0xff, 0xd5, 0x98, 0x5b, 0xff, 0xd6, 0x99, 0x5d, 0xff, 0xd6, 0x9d, 0x60, 0xff, 0xd6, 0xa7, 0x65, 0xff, 0xd4, 0xa5, 0x67, 0xff, 0xd5, 0xac, 0x6b, 0xff, 0xd6, 0xaf, 0x6f, 0xff, 0xd5, 0xb7, 0x74, 0xff, 0xd3, 0xb7, 0x7c, 0xff, 0xcd, 0xac, 0x78, 0xff, 0xa1, 0x6d, 0x44, 0xff, 0xa6, 0x6e, 0x44, 0xff, 0xa5, 0x6f, 0x46, 0xff, 0xa5, 0x6f, 0x45, 0xff, 0xa6, 0x71, 0x47, 0xff, 0xa6, 0x70, 0x47, 0xff, 0xa7, 0x71, 0x48, 0xff, 0xa8, 0x71, 0x47, 0xff, 0xa9, 0x71, 0x48, 0xff, 0xa9, 0x73, 0x49, 0xff, 0xaa, 0x76, 0x4c, 0xff, 0xab, 0x79, 0x4e, 0xff, 0xac, 0x7b, 0x4f, 0xff, 0xaf, 0x7c, 0x50, 0xff, 0xb0, 0x7e, 0x50, 0xff, 0xb0, 0x80, 0x4f, 0xff, 0xb2, 0x7e, 0x4f, 0xff, 0xb4, 0x80, 0x4f, 0xff, 0xb5, 0x81, 0x4f, 0xff, 0xb7, 0x80, 0x4d, 0xff, 0xb8, 0x80, 0x4b, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7c, 0x48, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4c, 0xff, 0xbc, 0x82, 0x4d, 0xff, 0xbd, 0x81, 0x4d, 0xff, 0xbd, 0x81, 0x4d, 0xff, 0xbd, 0x80, 0x4d, 0xff, 0xbe, 0x81, 0x4d, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xbf, 0x81, 0x4b, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc2, 0x83, 0x4b, 0xff, 0xc4, 0x84, 0x4c, 0xff, 0xc9, 0x85, 0x4d, 0xff, 0xc9, 0x86, 0x4e, 0xff, 0xcd, 0x89, 0x50, 0xff, 0xd7, 0x8c, 0x54, 0xff, 0xd6, 0x8d, 0x55, 0xff, 0xd6, 0x91, 0x58, 0xff, 0xd6, 0x92, 0x58, 0xff, 0xd6, 0x8f, 0x55, 0xff, 0xd7, 0x8f, 0x56, 0xff, 0xcb, 0x8a, 0x52, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb4, 0x7b, 0x43, 0xff, 0xb4, 0x79, 0x42, 0xff, 0xb3, 0x78, 0x41, 0xff, 0xb1, 0x76, 0x40, 0xff, 0xb0, 0x75, 0x3e, 0xff, 0xb0, 0x75, 0x3e, 0xff, 0xaf, 0x74, 0x3e, 0xff, 0xad, 0x72, 0x3c, 0xff, 0xab, 0x70, 0x3b, 0xff, 0xab, 0x70, 0x3b, 0xff, 0xaa, 0x6e, 0x3a, 0xff, 0xa9, 0x6e, 0x3a, 0xff, 0xa7, 0x6d, 0x38, 0xff, 0xa7, 0x6b, 0x38, 0xff, 0xa7, 0x6b, 0x39, 0xff, 0xa6, 0x6a, 0x39, 0xff, 0xa4, 0x69, 0x37, 0xff, 0xa4, 0x6a, 0x37, 0xff, 0xa4, 0x6a, 0x38, 0xff, 0xa3, 0x69, 0x38, 0xff, 0xa4, 0x68, 0x37, 0xff, 0xa4, 0x69, 0x38, 0xff, 0xa2, 0x69, 0x38, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb2, 0x77, 0x43, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xac, 0x70, 0x3d, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa1, 0x64, 0x37, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9d, 0x60, 0x35, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xad, 0x71, 0x41, 0xff, 0xaa, 0x6d, 0x3f, 0xff, 0xa8, 0x6b, 0x3d, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9b, 0x60, 0x35, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x95, 0x5a, 0x30, 0xff, 0x92, 0x58, 0x2e, 0xff, 0x94, 0x59, 0x30, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xaa, 0x6d, 0x3c, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9f, 0x62, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9d, 0x61, 0x35, 0xff, 0x9e, 0x62, 0x35, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa2, 0x68, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa5, 0x6a, 0x39, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa4, 0x6b, 0x3a, 0xff, 0xa6, 0x6c, 0x3a, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa8, 0x6d, 0x3b, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xab, 0x70, 0x3d, 0xff, - 0xaa, 0x70, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xac, 0x72, 0x3e, 0xff, 0xac, 0x70, 0x40, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xae, 0x74, 0x41, 0xff, 0xad, 0x72, 0x41, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xaa, 0x6d, 0x3e, 0xff, 0xaa, 0x6d, 0x3e, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xad, 0x72, 0x41, 0xff, 0xad, 0x73, 0x42, 0xff, 0xae, 0x72, 0x43, 0xff, 0xac, 0x72, 0x43, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa3, 0x6a, 0x3b, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xad, 0x71, 0x42, 0xff, 0xbe, 0x81, 0x4e, 0xff, 0xc2, 0x85, 0x50, 0xff, 0xbe, 0x82, 0x4e, 0xff, 0xbd, 0x81, 0x4d, 0xff, 0xbc, 0x7f, 0x4c, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xbb, 0x7e, 0x4b, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xd1, 0x90, 0x56, 0xff, 0xd2, 0x8d, 0x55, 0xff, 0xd2, 0x90, 0x56, 0xff, 0xd4, 0x9b, 0x5f, 0xff, 0xd5, 0x9e, 0x62, 0xff, 0xd6, 0x9d, 0x5f, 0xff, 0xd5, 0x9c, 0x5e, 0xff, 0xd6, 0x9d, 0x61, 0xff, 0xd5, 0xa4, 0x63, 0xff, 0xd4, 0xa8, 0x66, 0xff, 0xd5, 0xaa, 0x67, 0xff, 0xd6, 0xb3, 0x6e, 0xff, 0xcb, 0xaa, 0x6d, 0xff, 0xab, 0x79, 0x4c, 0xff, 0xa5, 0x6f, 0x42, 0xff, 0xa5, 0x6e, 0x43, 0xff, 0xa6, 0x6f, 0x44, 0xff, 0xa5, 0x6e, 0x45, 0xff, 0xa6, 0x71, 0x44, 0xff, 0xa8, 0x72, 0x46, 0xff, 0xa8, 0x72, 0x46, 0xff, 0xa8, 0x72, 0x46, 0xff, 0xa8, 0x72, 0x46, 0xff, 0xa8, 0x73, 0x47, 0xff, 0xaa, 0x75, 0x48, 0xff, 0xab, 0x78, 0x4a, 0xff, 0xac, 0x7b, 0x4c, 0xff, 0xad, 0x7c, 0x4d, 0xff, 0xaf, 0x7d, 0x4d, 0xff, 0xb1, 0x7d, 0x4e, 0xff, 0xb2, 0x7e, 0x4d, 0xff, 0xb4, 0x7e, 0x4d, 0xff, 0xb5, 0x7e, 0x4d, 0xff, 0xb7, 0x7f, 0x4b, 0xff, 0xb8, 0x7e, 0x4a, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbe, 0x82, 0x4a, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc2, 0x83, 0x4c, 0xff, 0xc5, 0x85, 0x4d, 0xff, 0xc8, 0x87, 0x4d, 0xff, 0xca, 0x87, 0x4e, 0xff, 0xca, 0x88, 0x50, 0xff, 0xd1, 0x8b, 0x53, 0xff, 0xd5, 0x8d, 0x54, 0xff, 0xd2, 0x8f, 0x54, 0xff, 0xd5, 0x93, 0x58, 0xff, 0xd6, 0x92, 0x57, 0xff, 0xd6, 0x90, 0x56, 0xff, 0xd6, 0x90, 0x57, 0xff, 0xca, 0x89, 0x52, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb8, 0x7e, 0x45, 0xff, 0xb7, 0x7b, 0x43, 0xff, 0xb6, 0x7b, 0x43, 0xff, 0xb4, 0x7a, 0x42, 0xff, 0xb2, 0x79, 0x41, 0xff, 0xb2, 0x77, 0x3f, 0xff, 0xb1, 0x75, 0x3e, 0xff, 0xae, 0x73, 0x3d, 0xff, 0xad, 0x73, 0x3c, 0xff, 0xad, 0x72, 0x3c, 0xff, 0xab, 0x70, 0x3b, 0xff, 0xab, 0x70, 0x3b, 0xff, 0xaa, 0x6e, 0x39, 0xff, 0xa9, 0x6e, 0x39, 0xff, 0xa9, 0x6d, 0x39, 0xff, 0xa7, 0x6b, 0x38, 0xff, 0xa6, 0x6b, 0x38, 0xff, 0xa5, 0x6a, 0x37, 0xff, 0xa4, 0x6a, 0x37, 0xff, 0xa4, 0x69, 0x37, 0xff, 0xa4, 0x69, 0x37, 0xff, 0xa3, 0x68, 0x36, 0xff, 0xa3, 0x68, 0x36, 0xff, 0xa3, 0x69, 0x37, 0xff, 0xa3, 0x68, 0x36, 0xff, 0xa2, 0x69, 0x37, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa3, 0x69, 0x37, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xb6, 0x7b, 0x48, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xad, 0x72, 0x3d, 0xff, 0xad, 0x72, 0x3e, 0xff, 0xad, 0x72, 0x3d, 0xff, 0xab, 0x6f, 0x3c, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xa7, 0x6a, 0x39, 0xff, 0xa5, 0x68, 0x38, 0xff, 0xa3, 0x66, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9f, 0x62, 0x36, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xae, 0x73, 0x42, 0xff, 0xab, 0x6e, 0x3f, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa1, 0x64, 0x38, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x96, 0x5b, 0x31, 0xff, 0x95, 0x5a, 0x2f, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x92, 0x58, 0x2c, 0xff, 0x93, 0x59, 0x2e, 0xff, 0x94, 0x5a, 0x30, 0xff, 0x99, 0x5d, 0x32, 0xff, 0x9d, 0x61, 0x35, 0xff, 0x9f, 0x64, 0x36, 0xff, 0xa0, 0x66, 0x38, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa6, 0x6a, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa9, 0x6b, 0x3d, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa8, 0x6b, 0x3c, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9c, 0x60, 0x34, 0xff, 0x9b, 0x5f, 0x34, 0xff, 0x9b, 0x5f, 0x34, 0xff, 0x9b, 0x5f, 0x34, 0xff, 0x9c, 0x60, 0x34, 0xff, 0x9d, 0x61, 0x34, 0xff, 0x9d, 0x61, 0x35, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9f, 0x64, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x65, 0x37, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa3, 0x6a, 0x3a, 0xff, 0xa4, 0x6b, 0x3a, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x70, 0x3e, 0xff, - 0xa9, 0x6d, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xac, 0x6f, 0x3f, 0xff, 0xac, 0x70, 0x40, 0xff, 0xad, 0x71, 0x42, 0xff, 0xae, 0x73, 0x43, 0xff, 0xa9, 0x6e, 0x40, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xb5, 0x79, 0x46, 0xff, 0xc5, 0x88, 0x53, 0xff, 0xc0, 0x82, 0x4f, 0xff, 0xbf, 0x82, 0x4e, 0xff, 0xbd, 0x81, 0x4e, 0xff, 0xbd, 0x80, 0x4d, 0xff, 0xbe, 0x82, 0x4e, 0xff, 0xd0, 0x8c, 0x54, 0xff, 0xd3, 0x91, 0x57, 0xff, 0xd4, 0x97, 0x5c, 0xff, 0xd6, 0x9f, 0x63, 0xff, 0xd6, 0xa1, 0x66, 0xff, 0xd5, 0xa0, 0x65, 0xff, 0xd6, 0x9f, 0x61, 0xff, 0xd4, 0x99, 0x5e, 0xff, 0xd5, 0x9e, 0x61, 0xff, 0xd5, 0xa3, 0x62, 0xff, 0xd6, 0xa8, 0x65, 0xff, 0xce, 0x9d, 0x62, 0xff, 0xa8, 0x78, 0x47, 0xff, 0xa5, 0x6d, 0x40, 0xff, 0xa5, 0x6e, 0x41, 0xff, 0xa5, 0x6f, 0x42, 0xff, 0xa5, 0x6f, 0x43, 0xff, 0xa6, 0x71, 0x44, 0xff, 0xa6, 0x71, 0x43, 0xff, 0xa8, 0x72, 0x43, 0xff, 0xa7, 0x72, 0x44, 0xff, 0xa7, 0x72, 0x45, 0xff, 0xa8, 0x72, 0x45, 0xff, 0xa8, 0x73, 0x45, 0xff, 0xa8, 0x74, 0x45, 0xff, 0xab, 0x77, 0x46, 0xff, 0xac, 0x79, 0x48, 0xff, 0xad, 0x7b, 0x49, 0xff, 0xaf, 0x7c, 0x49, 0xff, 0xb0, 0x7a, 0x4a, 0xff, 0xb2, 0x7c, 0x49, 0xff, 0xb3, 0x7c, 0x49, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb6, 0x7d, 0x4a, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xba, 0x7f, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x48, 0xff, 0xba, 0x7f, 0x47, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbe, 0x83, 0x4b, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc3, 0x83, 0x4c, 0xff, 0xc5, 0x84, 0x4d, 0xff, 0xc8, 0x85, 0x4e, 0xff, 0xcb, 0x86, 0x4e, 0xff, 0xcb, 0x86, 0x4e, 0xff, 0xc9, 0x87, 0x4f, 0xff, 0xca, 0x88, 0x50, 0xff, 0xcc, 0x8a, 0x4e, 0xff, 0xd0, 0x8d, 0x4f, 0xff, 0xd3, 0x92, 0x57, 0xff, 0xd5, 0x96, 0x5b, 0xff, 0xd5, 0x94, 0x59, 0xff, 0xd6, 0x91, 0x57, 0xff, 0xd7, 0x91, 0x57, 0xff, 0xc9, 0x89, 0x50, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xb9, 0x7c, 0x44, 0xff, 0xb8, 0x7c, 0x44, 0xff, 0xb6, 0x7b, 0x43, 0xff, 0xb4, 0x79, 0x41, 0xff, 0xb2, 0x77, 0x40, 0xff, 0xb2, 0x75, 0x3e, 0xff, 0xb0, 0x75, 0x3d, 0xff, 0xaf, 0x75, 0x3d, 0xff, 0xae, 0x73, 0x3c, 0xff, 0xac, 0x72, 0x3a, 0xff, 0xac, 0x72, 0x3a, 0xff, 0xac, 0x70, 0x3a, 0xff, 0xaa, 0x6f, 0x39, 0xff, 0xa9, 0x6d, 0x38, 0xff, 0xa8, 0x6c, 0x38, 0xff, 0xa7, 0x6b, 0x38, 0xff, 0xa6, 0x6b, 0x38, 0xff, 0xa5, 0x6b, 0x37, 0xff, 0xa5, 0x69, 0x37, 0xff, 0xa5, 0x6a, 0x37, 0xff, 0xa4, 0x69, 0x36, 0xff, 0xa4, 0x68, 0x36, 0xff, 0xa3, 0x68, 0x36, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa2, 0x68, 0x36, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb3, 0x79, 0x43, 0xff, 0xb1, 0x75, 0x41, 0xff, 0xaf, 0x73, 0x3f, 0xff, 0xae, 0x72, 0x3e, 0xff, 0xae, 0x72, 0x3e, 0xff, 0xad, 0x71, 0x3d, 0xff, 0xab, 0x6e, 0x3c, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xa7, 0x6b, 0x39, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xae, 0x71, 0x41, 0xff, 0xb0, 0x74, 0x42, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9a, 0x5e, 0x33, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x96, 0x5a, 0x30, 0xff, 0x94, 0x5a, 0x2f, 0xff, 0x94, 0x5a, 0x2f, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x93, 0x58, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x90, 0x56, 0x2c, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x92, 0x58, 0x2d, 0xff, 0x93, 0x59, 0x2e, 0xff, 0x95, 0x5a, 0x30, 0xff, 0x96, 0x5c, 0x31, 0xff, 0x98, 0x5d, 0x31, 0xff, 0x99, 0x5e, 0x32, 0xff, 0x9b, 0x60, 0x33, 0xff, 0x9d, 0x61, 0x34, 0xff, 0x9c, 0x60, 0x34, 0xff, 0x9d, 0x60, 0x33, 0xff, 0x9d, 0x60, 0x33, 0xff, 0x9c, 0x60, 0x33, 0xff, 0x9b, 0x5f, 0x33, 0xff, 0x9a, 0x5f, 0x32, 0xff, 0x9b, 0x5e, 0x33, 0xff, 0x9a, 0x5f, 0x33, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x9a, 0x5e, 0x33, 0xff, 0x99, 0x5d, 0x32, 0xff, 0x99, 0x5d, 0x32, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x99, 0x5d, 0x31, 0xff, 0x99, 0x5e, 0x31, 0xff, 0x9a, 0x5e, 0x32, 0xff, 0x9b, 0x5f, 0x34, 0xff, 0x9b, 0x60, 0x33, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9c, 0x61, 0x35, 0xff, 0x9d, 0x60, 0x35, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9e, 0x62, 0x36, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa1, 0x64, 0x37, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa2, 0x6a, 0x3a, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x6a, 0x3b, 0xff, 0xa3, 0x6a, 0x3b, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa8, 0x6e, 0x3c, 0xff, - 0xa6, 0x6c, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xaa, 0x6d, 0x3e, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xaa, 0x6d, 0x3f, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xac, 0x70, 0x40, 0xff, 0xac, 0x70, 0x42, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa3, 0x68, 0x3c, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa0, 0x66, 0x3b, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa3, 0x68, 0x3c, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xc3, 0x85, 0x52, 0xff, 0xc1, 0x84, 0x4f, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc0, 0x83, 0x4f, 0xff, 0xc2, 0x86, 0x4f, 0xff, 0xd8, 0x94, 0x57, 0xff, 0xd7, 0x93, 0x57, 0xff, 0xd6, 0x95, 0x5b, 0xff, 0xd5, 0x9d, 0x60, 0xff, 0xd5, 0xa0, 0x65, 0xff, 0xd6, 0xa2, 0x69, 0xff, 0xd5, 0xa2, 0x66, 0xff, 0xd7, 0xa1, 0x63, 0xff, 0xd4, 0x9c, 0x60, 0xff, 0xd7, 0xa2, 0x63, 0xff, 0xd2, 0xa2, 0x63, 0xff, 0xaf, 0x7f, 0x4d, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0xa6, 0x6e, 0x40, 0xff, 0xa5, 0x6d, 0x3f, 0xff, 0xa6, 0x6d, 0x41, 0xff, 0xa6, 0x70, 0x41, 0xff, 0xa5, 0x71, 0x42, 0xff, 0xa6, 0x71, 0x42, 0xff, 0xa7, 0x70, 0x42, 0xff, 0xa8, 0x71, 0x42, 0xff, 0xa8, 0x72, 0x43, 0xff, 0xa8, 0x72, 0x43, 0xff, 0xa8, 0x72, 0x43, 0xff, 0xa9, 0x73, 0x43, 0xff, 0xa9, 0x74, 0x44, 0xff, 0xab, 0x76, 0x45, 0xff, 0xac, 0x77, 0x45, 0xff, 0xaf, 0x79, 0x46, 0xff, 0xb0, 0x7a, 0x46, 0xff, 0xb1, 0x7a, 0x47, 0xff, 0xb2, 0x7a, 0x48, 0xff, 0xb3, 0x7b, 0x49, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb7, 0x7d, 0x4a, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb5, 0x7b, 0x44, 0xff, 0xb5, 0x7a, 0x43, 0xff, 0xb7, 0x7b, 0x45, 0xff, 0xbb, 0x7f, 0x46, 0xff, 0xbb, 0x7f, 0x47, 0xff, 0xbc, 0x80, 0x48, 0xff, 0xbe, 0x82, 0x4a, 0xff, 0xc0, 0x83, 0x4d, 0xff, 0xc3, 0x84, 0x4d, 0xff, 0xc7, 0x85, 0x4d, 0xff, 0xc5, 0x85, 0x4d, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc3, 0x83, 0x4c, 0xff, 0xc5, 0x85, 0x4d, 0xff, 0xc7, 0x88, 0x4e, 0xff, 0xcb, 0x88, 0x4f, 0xff, 0xcc, 0x88, 0x50, 0xff, 0xcb, 0x89, 0x51, 0xff, 0xc7, 0x86, 0x4d, 0xff, 0xc0, 0x84, 0x49, 0xff, 0xc2, 0x85, 0x4b, 0xff, 0xcc, 0x8a, 0x4f, 0xff, 0xd6, 0x90, 0x55, 0xff, 0xd7, 0x97, 0x5c, 0xff, 0xd7, 0x98, 0x5c, 0xff, 0xd7, 0x96, 0x5b, 0xff, 0xd7, 0x95, 0x59, 0xff, 0xd8, 0x93, 0x58, 0xff, 0xc9, 0x89, 0x50, 0xff, 0xb7, 0x7d, 0x44, 0xff, 0xb9, 0x7d, 0x45, 0xff, 0xb7, 0x7b, 0x44, 0xff, 0xb5, 0x79, 0x41, 0xff, 0xb3, 0x79, 0x40, 0xff, 0xb2, 0x77, 0x3e, 0xff, 0xb2, 0x76, 0x3e, 0xff, 0xb1, 0x75, 0x3e, 0xff, 0xaf, 0x73, 0x3d, 0xff, 0xae, 0x72, 0x3c, 0xff, 0xad, 0x72, 0x3a, 0xff, 0xab, 0x72, 0x3a, 0xff, 0xab, 0x70, 0x3a, 0xff, 0xab, 0x6e, 0x39, 0xff, 0xa9, 0x6e, 0x39, 0xff, 0xa8, 0x6d, 0x39, 0xff, 0xa8, 0x6d, 0x37, 0xff, 0xa7, 0x6c, 0x37, 0xff, 0xa5, 0x6a, 0x37, 0xff, 0xa5, 0x6a, 0x37, 0xff, 0xa5, 0x6a, 0x37, 0xff, 0xa5, 0x6a, 0x37, 0xff, 0xa3, 0x68, 0x36, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa4, 0x68, 0x37, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa3, 0x69, 0x37, 0xff, 0xa2, 0x68, 0x36, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xb5, 0x7b, 0x48, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb1, 0x76, 0x40, 0xff, 0xb0, 0x74, 0x3f, 0xff, 0xb0, 0x74, 0x3f, 0xff, 0xae, 0x71, 0x3e, 0xff, 0xac, 0x6f, 0x3d, 0xff, 0xab, 0x6e, 0x3c, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xa7, 0x6a, 0x39, 0xff, 0xa4, 0x67, 0x37, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xb1, 0x74, 0x42, 0xff, 0xb1, 0x74, 0x44, 0xff, 0xad, 0x71, 0x3f, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa1, 0x64, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9e, 0x62, 0x36, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x99, 0x5c, 0x32, 0xff, 0x96, 0x5b, 0x31, 0xff, 0x95, 0x5a, 0x2f, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x95, 0x5a, 0x2f, 0xff, 0x94, 0x59, 0x2e, 0xff, 0x93, 0x58, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x91, 0x56, 0x2c, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x90, 0x56, 0x2c, 0xff, 0x8f, 0x56, 0x2c, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x91, 0x56, 0x2b, 0xff, 0x92, 0x58, 0x2c, 0xff, 0x94, 0x59, 0x2e, 0xff, 0x94, 0x5a, 0x2e, 0xff, 0x96, 0x5a, 0x30, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x97, 0x5b, 0x31, 0xff, 0x96, 0x5b, 0x31, 0xff, 0x96, 0x5b, 0x31, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x97, 0x5b, 0x31, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x98, 0x5c, 0x31, 0xff, 0x96, 0x5b, 0x2f, 0xff, 0x98, 0x5c, 0x31, 0xff, 0x99, 0x5c, 0x32, 0xff, 0x9a, 0x5d, 0x32, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x9a, 0x5e, 0x33, 0xff, 0x9b, 0x60, 0x33, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9f, 0x64, 0x37, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa6, 0x6c, 0x3c, 0xff, - 0xa5, 0x6a, 0x3b, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa6, 0x6a, 0x3d, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa6, 0x6a, 0x3d, 0xff, 0xa6, 0x6b, 0x3e, 0xff, 0xa2, 0x67, 0x3b, 0xff, 0x9e, 0x64, 0x39, 0xff, 0x9f, 0x65, 0x38, 0xff, 0x9f, 0x66, 0x39, 0xff, 0x9f, 0x67, 0x39, 0xff, 0xa0, 0x67, 0x39, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xab, 0x70, 0x40, 0xff, 0xbf, 0x82, 0x4e, 0xff, 0xc5, 0x85, 0x51, 0xff, 0xc4, 0x85, 0x50, 0xff, 0xc9, 0x89, 0x52, 0xff, 0xd8, 0x93, 0x57, 0xff, 0xd7, 0x92, 0x58, 0xff, 0xd6, 0x94, 0x57, 0xff, 0xd7, 0x99, 0x5c, 0xff, 0xd6, 0x9c, 0x61, 0xff, 0xd6, 0xa1, 0x65, 0xff, 0xd7, 0xa4, 0x68, 0xff, 0xd6, 0xa3, 0x65, 0xff, 0xd8, 0xa4, 0x63, 0xff, 0xd4, 0xa2, 0x63, 0xff, 0xb4, 0x87, 0x53, 0xff, 0x9e, 0x63, 0x37, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa6, 0x6d, 0x3f, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa5, 0x6d, 0x3f, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa6, 0x70, 0x3f, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa8, 0x70, 0x3f, 0xff, 0xa7, 0x70, 0x40, 0xff, 0xa8, 0x71, 0x3f, 0xff, 0xa7, 0x70, 0x40, 0xff, 0xa9, 0x73, 0x43, 0xff, 0xab, 0x75, 0x44, 0xff, 0xac, 0x76, 0x45, 0xff, 0xad, 0x76, 0x45, 0xff, 0xae, 0x76, 0x45, 0xff, 0xb0, 0x77, 0x45, 0xff, 0xb1, 0x79, 0x46, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb4, 0x7a, 0x47, 0xff, 0xb4, 0x7a, 0x47, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb1, 0x76, 0x43, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb7, 0x7b, 0x44, 0xff, 0xb9, 0x7d, 0x46, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbf, 0x82, 0x49, 0xff, 0xc2, 0x82, 0x4a, 0xff, 0xc6, 0x85, 0x4c, 0xff, 0xca, 0x8a, 0x51, 0xff, 0xc8, 0x88, 0x50, 0xff, 0xc3, 0x83, 0x4d, 0xff, 0xc6, 0x87, 0x4e, 0xff, 0xca, 0x89, 0x50, 0xff, 0xcd, 0x8a, 0x52, 0xff, 0xcf, 0x8a, 0x51, 0xff, 0xd0, 0x8b, 0x52, 0xff, 0xca, 0x88, 0x4f, 0xff, 0xc1, 0x86, 0x4b, 0xff, 0xc3, 0x86, 0x4c, 0xff, 0xc3, 0x85, 0x4b, 0xff, 0xc5, 0x87, 0x4b, 0xff, 0xcf, 0x8f, 0x53, 0xff, 0xd7, 0x96, 0x5b, 0xff, 0xd6, 0x99, 0x5b, 0xff, 0xd7, 0x9a, 0x5d, 0xff, 0xd7, 0x99, 0x5c, 0xff, 0xd7, 0x97, 0x5a, 0xff, 0xd6, 0x94, 0x59, 0xff, 0xc7, 0x89, 0x4f, 0xff, 0xb8, 0x7e, 0x45, 0xff, 0xb9, 0x7c, 0x44, 0xff, 0xb7, 0x7b, 0x42, 0xff, 0xb6, 0x79, 0x41, 0xff, 0xb4, 0x79, 0x3f, 0xff, 0xb3, 0x78, 0x3e, 0xff, 0xb2, 0x76, 0x3e, 0xff, 0xb1, 0x74, 0x3c, 0xff, 0xb0, 0x74, 0x3c, 0xff, 0xae, 0x72, 0x3c, 0xff, 0xae, 0x72, 0x3a, 0xff, 0xac, 0x72, 0x39, 0xff, 0xab, 0x71, 0x39, 0xff, 0xab, 0x6f, 0x39, 0xff, 0xa9, 0x6d, 0x39, 0xff, 0xa8, 0x6d, 0x37, 0xff, 0xa9, 0x6c, 0x37, 0xff, 0xa7, 0x6b, 0x37, 0xff, 0xa6, 0x6b, 0x36, 0xff, 0xa5, 0x6a, 0x36, 0xff, 0xa5, 0x6a, 0x36, 0xff, 0xa4, 0x69, 0x36, 0xff, 0xa4, 0x69, 0x36, 0xff, 0xa4, 0x68, 0x36, 0xff, 0xa3, 0x68, 0x36, 0xff, 0xa4, 0x68, 0x37, 0xff, 0xa3, 0x67, 0x36, 0xff, 0xa2, 0x67, 0x35, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb2, 0x77, 0x40, 0xff, 0xb2, 0x75, 0x40, 0xff, 0xb2, 0x74, 0x3f, 0xff, 0xaf, 0x72, 0x3e, 0xff, 0xad, 0x72, 0x3d, 0xff, 0xac, 0x6f, 0x3c, 0xff, 0xaa, 0x6d, 0x3b, 0xff, 0xa7, 0x6b, 0x39, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xb3, 0x77, 0x43, 0xff, 0xb4, 0x78, 0x45, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xac, 0x6f, 0x3d, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa0, 0x64, 0x37, 0xff, 0x9d, 0x61, 0x35, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x63, 0x38, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9c, 0x61, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x95, 0x59, 0x2f, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x92, 0x58, 0x2e, 0xff, 0x92, 0x56, 0x2e, 0xff, 0x91, 0x57, 0x2c, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2c, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x90, 0x56, 0x2c, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x91, 0x56, 0x2c, 0xff, 0x91, 0x56, 0x2c, 0xff, 0x91, 0x56, 0x2c, 0xff, 0x91, 0x56, 0x2c, 0xff, 0x91, 0x57, 0x2c, 0xff, 0x92, 0x57, 0x2c, 0xff, 0x90, 0x55, 0x2c, 0xff, 0x91, 0x57, 0x2c, 0xff, 0x92, 0x58, 0x2d, 0xff, 0x92, 0x58, 0x2d, 0xff, 0x93, 0x58, 0x2e, 0xff, 0x92, 0x57, 0x2d, 0xff, 0x93, 0x59, 0x2e, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x95, 0x5a, 0x30, 0xff, 0x95, 0x5a, 0x2f, 0xff, 0x96, 0x5b, 0x31, 0xff, 0x97, 0x5b, 0x30, 0xff, 0x98, 0x5c, 0x30, 0xff, 0x98, 0x5c, 0x31, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x99, 0x5d, 0x31, 0xff, 0x9a, 0x5e, 0x33, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9d, 0x62, 0x36, 0xff, 0xa0, 0x64, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9f, 0x64, 0x37, 0xff, 0x9e, 0x64, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9f, 0x65, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa4, 0x69, 0x3b, 0xff, - 0xa3, 0x67, 0x39, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa1, 0x66, 0x39, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa4, 0x68, 0x3c, 0xff, 0xa5, 0x68, 0x3d, 0xff, 0xa5, 0x6a, 0x3e, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0x9d, 0x64, 0x38, 0xff, 0x9e, 0x64, 0x38, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9f, 0x65, 0x38, 0xff, 0x9f, 0x66, 0x39, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xb4, 0x79, 0x48, 0xff, 0xc3, 0x85, 0x50, 0xff, 0xd4, 0x90, 0x57, 0xff, 0xd7, 0x94, 0x59, 0xff, 0xd7, 0x94, 0x59, 0xff, 0xd7, 0x95, 0x5a, 0xff, 0xd6, 0x95, 0x5a, 0xff, 0xd7, 0x9a, 0x5d, 0xff, 0xd6, 0x9e, 0x60, 0xff, 0xd7, 0xa3, 0x64, 0xff, 0xd8, 0xa6, 0x64, 0xff, 0xd6, 0xa2, 0x63, 0xff, 0xc4, 0x92, 0x57, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0xa6, 0x6e, 0x40, 0xff, 0xa6, 0x6e, 0x40, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa5, 0x6d, 0x3e, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa7, 0x6f, 0x3e, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa9, 0x71, 0x3e, 0xff, 0xaa, 0x73, 0x41, 0xff, 0xab, 0x73, 0x42, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xab, 0x72, 0x41, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x73, 0x42, 0xff, 0xae, 0x75, 0x43, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb5, 0x7b, 0x44, 0xff, 0xb7, 0x7b, 0x44, 0xff, 0xb8, 0x7b, 0x44, 0xff, 0xb8, 0x7b, 0x44, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xc2, 0x82, 0x4b, 0xff, 0xc5, 0x85, 0x4c, 0xff, 0xc9, 0x89, 0x4f, 0xff, 0xc8, 0x88, 0x50, 0xff, 0xc7, 0x86, 0x50, 0xff, 0xcb, 0x89, 0x51, 0xff, 0xd0, 0x8b, 0x53, 0xff, 0xd3, 0x8d, 0x54, 0xff, 0xd1, 0x8d, 0x53, 0xff, 0xd1, 0x8d, 0x53, 0xff, 0xcf, 0x8d, 0x52, 0xff, 0xce, 0x8c, 0x52, 0xff, 0xcd, 0x8c, 0x50, 0xff, 0xca, 0x8b, 0x4f, 0xff, 0xc7, 0x87, 0x4d, 0xff, 0xc8, 0x89, 0x4f, 0xff, 0xd3, 0x93, 0x59, 0xff, 0xd7, 0x98, 0x5c, 0xff, 0xd6, 0x99, 0x5b, 0xff, 0xd8, 0x9a, 0x5e, 0xff, 0xd7, 0x9b, 0x5e, 0xff, 0xd7, 0x97, 0x5b, 0xff, 0xd3, 0x90, 0x57, 0xff, 0xc3, 0x86, 0x4c, 0xff, 0xb9, 0x7e, 0x45, 0xff, 0xb9, 0x7d, 0x44, 0xff, 0xb9, 0x7b, 0x43, 0xff, 0xb7, 0x7b, 0x41, 0xff, 0xb5, 0x79, 0x3f, 0xff, 0xb4, 0x78, 0x3f, 0xff, 0xb2, 0x76, 0x3e, 0xff, 0xb0, 0x75, 0x3d, 0xff, 0xb0, 0x74, 0x3b, 0xff, 0xaf, 0x73, 0x3b, 0xff, 0xad, 0x73, 0x3a, 0xff, 0xac, 0x71, 0x39, 0xff, 0xab, 0x70, 0x39, 0xff, 0xaa, 0x70, 0x38, 0xff, 0xaa, 0x6f, 0x38, 0xff, 0xa9, 0x6d, 0x37, 0xff, 0xa7, 0x6c, 0x38, 0xff, 0xa7, 0x6b, 0x38, 0xff, 0xa7, 0x6b, 0x37, 0xff, 0xa7, 0x6a, 0x36, 0xff, 0xa5, 0x69, 0x36, 0xff, 0xa5, 0x69, 0x37, 0xff, 0xa4, 0x69, 0x36, 0xff, 0xa4, 0x69, 0x36, 0xff, 0xa4, 0x69, 0x37, 0xff, 0xa4, 0x68, 0x36, 0xff, 0xa3, 0x67, 0x35, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb9, 0x81, 0x4d, 0xff, 0xb7, 0x7f, 0x4c, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb5, 0x79, 0x43, 0xff, 0xb4, 0x78, 0x43, 0xff, 0xb4, 0x77, 0x43, 0xff, 0xb2, 0x75, 0x40, 0xff, 0xb1, 0x74, 0x3f, 0xff, 0xb0, 0x73, 0x3e, 0xff, 0xae, 0x71, 0x3d, 0xff, 0xac, 0x6e, 0x3b, 0xff, 0xae, 0x71, 0x3e, 0xff, 0xb6, 0x79, 0x45, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb2, 0x75, 0x43, 0xff, 0xae, 0x70, 0x3f, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa5, 0x69, 0x39, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa2, 0x65, 0x37, 0xff, 0x9f, 0x62, 0x36, 0xff, 0xa2, 0x65, 0x37, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x98, 0x5c, 0x31, 0xff, 0x96, 0x5b, 0x30, 0xff, 0x97, 0x5a, 0x30, 0xff, 0x95, 0x58, 0x2f, 0xff, 0x95, 0x58, 0x2e, 0xff, 0x94, 0x58, 0x2e, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x91, 0x56, 0x2c, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x8f, 0x55, 0x2b, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x90, 0x55, 0x2b, 0xff, 0x90, 0x56, 0x2c, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x91, 0x56, 0x2c, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x90, 0x56, 0x2c, 0xff, 0x92, 0x56, 0x2e, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x92, 0x57, 0x2d, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x93, 0x58, 0x2f, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x94, 0x5a, 0x30, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x92, 0x58, 0x2f, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x95, 0x59, 0x30, 0xff, 0x95, 0x59, 0x2f, 0xff, 0x97, 0x5c, 0x30, 0xff, 0x97, 0x5c, 0x30, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9c, 0x62, 0x36, 0xff, 0x9c, 0x62, 0x36, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9e, 0x64, 0x38, 0xff, 0x9f, 0x64, 0x39, 0xff, 0x9f, 0x65, 0x38, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, - 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0xa2, 0x66, 0x3a, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa4, 0x68, 0x3c, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0x9b, 0x62, 0x37, 0xff, 0x9c, 0x62, 0x38, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9c, 0x63, 0x38, 0xff, 0x9f, 0x64, 0x39, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0xa4, 0x69, 0x3d, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xc4, 0x8b, 0x55, 0xff, 0xd8, 0x97, 0x5b, 0xff, 0xd9, 0x97, 0x5d, 0xff, 0xd7, 0x94, 0x5b, 0xff, 0xd7, 0x98, 0x5d, 0xff, 0xd7, 0x97, 0x5c, 0xff, 0xd7, 0x9a, 0x5e, 0xff, 0xd7, 0x9e, 0x60, 0xff, 0xd7, 0x9f, 0x62, 0xff, 0xcd, 0x9a, 0x5e, 0xff, 0xa9, 0x73, 0x44, 0xff, 0xa5, 0x6c, 0x3f, 0xff, 0xa5, 0x6e, 0x41, 0xff, 0xa7, 0x71, 0x43, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa6, 0x6e, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa5, 0x6d, 0x3c, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xaa, 0x71, 0x3f, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x72, 0x40, 0xff, 0xad, 0x74, 0x40, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb1, 0x76, 0x45, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb5, 0x79, 0x45, 0xff, 0xb6, 0x7a, 0x45, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb7, 0x7b, 0x44, 0xff, 0xb8, 0x7b, 0x43, 0xff, 0xb8, 0x7c, 0x42, 0xff, 0xbb, 0x7e, 0x46, 0xff, 0xbf, 0x81, 0x4a, 0xff, 0xc1, 0x82, 0x4a, 0xff, 0xc3, 0x84, 0x4a, 0xff, 0xc6, 0x86, 0x4c, 0xff, 0xc8, 0x87, 0x4e, 0xff, 0xcb, 0x89, 0x50, 0xff, 0xd0, 0x8b, 0x53, 0xff, 0xd2, 0x8d, 0x54, 0xff, 0xd2, 0x8f, 0x54, 0xff, 0xd6, 0x92, 0x56, 0xff, 0xd7, 0x95, 0x58, 0xff, 0xd7, 0x95, 0x5a, 0xff, 0xd7, 0x94, 0x59, 0xff, 0xd6, 0x92, 0x55, 0xff, 0xd4, 0x8f, 0x54, 0xff, 0xce, 0x8c, 0x50, 0xff, 0xcd, 0x8c, 0x4f, 0xff, 0xd3, 0x90, 0x56, 0xff, 0xd7, 0x96, 0x5b, 0xff, 0xd7, 0x9a, 0x5a, 0xff, 0xd7, 0x9a, 0x5b, 0xff, 0xd6, 0x98, 0x5a, 0xff, 0xd8, 0x98, 0x5b, 0xff, 0xd9, 0x97, 0x5b, 0xff, 0xcd, 0x8e, 0x53, 0xff, 0xbd, 0x83, 0x49, 0xff, 0xbb, 0x81, 0x46, 0xff, 0xbb, 0x7f, 0x45, 0xff, 0xba, 0x7d, 0x43, 0xff, 0xb8, 0x7b, 0x41, 0xff, 0xb5, 0x7a, 0x3e, 0xff, 0xb4, 0x78, 0x3e, 0xff, 0xb2, 0x76, 0x3d, 0xff, 0xb2, 0x76, 0x3b, 0xff, 0xb0, 0x74, 0x3b, 0xff, 0xaf, 0x73, 0x3b, 0xff, 0xaf, 0x74, 0x3a, 0xff, 0xad, 0x72, 0x39, 0xff, 0xab, 0x70, 0x38, 0xff, 0xaa, 0x6f, 0x38, 0xff, 0xaa, 0x6f, 0x38, 0xff, 0xaa, 0x6e, 0x37, 0xff, 0xa8, 0x6d, 0x37, 0xff, 0xa7, 0x6c, 0x37, 0xff, 0xa6, 0x6b, 0x37, 0xff, 0xa6, 0x6b, 0x37, 0xff, 0xa6, 0x69, 0x37, 0xff, 0xa6, 0x69, 0x36, 0xff, 0xa4, 0x69, 0x37, 0xff, 0xa4, 0x6a, 0x37, 0xff, 0xa4, 0x69, 0x37, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa2, 0x66, 0x35, 0xff, 0xb5, 0x78, 0x44, 0xff, 0xc0, 0x83, 0x4e, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xba, 0x82, 0x4d, 0xff, 0xb9, 0x80, 0x4f, 0xff, 0xb7, 0x7f, 0x4c, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb6, 0x7b, 0x44, 0xff, 0xb6, 0x79, 0x44, 0xff, 0xb5, 0x79, 0x43, 0xff, 0xb4, 0x78, 0x42, 0xff, 0xb3, 0x77, 0x41, 0xff, 0xb3, 0x76, 0x40, 0xff, 0xb0, 0x74, 0x3e, 0xff, 0xb2, 0x76, 0x42, 0xff, 0xb9, 0x7c, 0x48, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xb5, 0x79, 0x46, 0xff, 0xb0, 0x74, 0x40, 0xff, 0xae, 0x70, 0x3e, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa1, 0x64, 0x37, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9f, 0x61, 0x36, 0xff, 0x9d, 0x61, 0x35, 0xff, 0x9b, 0x60, 0x35, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x98, 0x5c, 0x30, 0xff, 0x97, 0x5a, 0x2e, 0xff, 0x95, 0x58, 0x2f, 0xff, 0x94, 0x58, 0x2e, 0xff, 0x92, 0x58, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x90, 0x57, 0x2d, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x8f, 0x57, 0x2d, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x8f, 0x55, 0x2b, 0xff, 0x90, 0x55, 0x2c, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x90, 0x55, 0x2b, 0xff, 0x90, 0x57, 0x2d, 0xff, 0x90, 0x56, 0x2c, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x90, 0x56, 0x2c, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x93, 0x58, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x95, 0x59, 0x30, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x94, 0x58, 0x30, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x93, 0x58, 0x2e, 0xff, 0x94, 0x59, 0x2e, 0xff, 0x94, 0x59, 0x30, 0xff, 0x96, 0x59, 0x30, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x96, 0x5c, 0x31, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9a, 0x5f, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9e, 0x64, 0x38, 0xff, 0x9e, 0x65, 0x38, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x66, 0x39, 0xff, - 0x9f, 0x63, 0x38, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9f, 0x61, 0x38, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9f, 0x62, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa2, 0x66, 0x3a, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa5, 0x68, 0x3c, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x9b, 0x62, 0x38, 0xff, 0x9c, 0x62, 0x38, 0xff, 0x9e, 0x65, 0x39, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xb7, 0x81, 0x4d, 0xff, 0xba, 0x85, 0x4d, 0xff, 0xca, 0x92, 0x5a, 0xff, 0xd9, 0x9b, 0x5f, 0xff, 0xd7, 0x99, 0x5d, 0xff, 0xd9, 0x9d, 0x60, 0xff, 0xd7, 0x99, 0x5d, 0xff, 0xd7, 0x9d, 0x60, 0xff, 0xd2, 0x9b, 0x5e, 0xff, 0xb5, 0x83, 0x4f, 0xff, 0xa1, 0x68, 0x3d, 0xff, 0xa7, 0x70, 0x44, 0xff, 0xa7, 0x70, 0x42, 0xff, 0xa8, 0x72, 0x41, 0xff, 0xa6, 0x6e, 0x40, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa5, 0x6e, 0x3d, 0xff, 0xa5, 0x6f, 0x3d, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa6, 0x6d, 0x3c, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xac, 0x72, 0x40, 0xff, 0xac, 0x73, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xaf, 0x74, 0x43, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb2, 0x79, 0x46, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xb6, 0x7b, 0x45, 0xff, 0xb7, 0x7c, 0x43, 0xff, 0xb8, 0x7b, 0x42, 0xff, 0xb9, 0x7c, 0x43, 0xff, 0xba, 0x7d, 0x45, 0xff, 0xbb, 0x7e, 0x46, 0xff, 0xbc, 0x80, 0x47, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc6, 0x84, 0x4c, 0xff, 0xc8, 0x85, 0x4c, 0xff, 0xc8, 0x86, 0x4e, 0xff, 0xc9, 0x87, 0x4f, 0xff, 0xcb, 0x89, 0x4f, 0xff, 0xd1, 0x8e, 0x51, 0xff, 0xd7, 0x93, 0x56, 0xff, 0xd7, 0x98, 0x5b, 0xff, 0xd7, 0x9b, 0x5e, 0xff, 0xd6, 0x9d, 0x61, 0xff, 0xd7, 0x9d, 0x61, 0xff, 0xd6, 0x9c, 0x5e, 0xff, 0xd7, 0x99, 0x5b, 0xff, 0xd7, 0x96, 0x57, 0xff, 0xd5, 0x91, 0x53, 0xff, 0xd6, 0x91, 0x56, 0xff, 0xd7, 0x93, 0x58, 0xff, 0xd7, 0x97, 0x59, 0xff, 0xd8, 0x99, 0x5b, 0xff, 0xd8, 0x94, 0x57, 0xff, 0xd8, 0x98, 0x5a, 0xff, 0xd8, 0x9c, 0x5e, 0xff, 0xda, 0x9a, 0x5d, 0xff, 0xcb, 0x8d, 0x51, 0xff, 0xba, 0x81, 0x45, 0xff, 0xbc, 0x82, 0x47, 0xff, 0xbb, 0x80, 0x44, 0xff, 0xb9, 0x7e, 0x42, 0xff, 0xb7, 0x7b, 0x41, 0xff, 0xb7, 0x7b, 0x3f, 0xff, 0xb5, 0x78, 0x3d, 0xff, 0xb4, 0x77, 0x3b, 0xff, 0xb2, 0x77, 0x3c, 0xff, 0xb1, 0x75, 0x3b, 0xff, 0xb0, 0x74, 0x3a, 0xff, 0xaf, 0x73, 0x3a, 0xff, 0xae, 0x73, 0x3a, 0xff, 0xac, 0x72, 0x3a, 0xff, 0xac, 0x70, 0x38, 0xff, 0xac, 0x6f, 0x37, 0xff, 0xab, 0x6f, 0x37, 0xff, 0xa9, 0x6d, 0x37, 0xff, 0xa8, 0x6d, 0x37, 0xff, 0xa7, 0x6b, 0x36, 0xff, 0xa7, 0x6a, 0x36, 0xff, 0xa6, 0x69, 0x36, 0xff, 0xa6, 0x6a, 0x37, 0xff, 0xa5, 0x69, 0x36, 0xff, 0xa5, 0x6a, 0x37, 0xff, 0xa5, 0x68, 0x37, 0xff, 0xa0, 0x64, 0x33, 0xff, 0xb0, 0x73, 0x40, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xbe, 0x84, 0x4c, 0xff, 0xbc, 0x83, 0x4e, 0xff, 0xba, 0x82, 0x4f, 0xff, 0xb9, 0x81, 0x4f, 0xff, 0xb8, 0x80, 0x4c, 0xff, 0xb9, 0x80, 0x48, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb8, 0x7c, 0x46, 0xff, 0xb9, 0x7c, 0x45, 0xff, 0xb9, 0x7c, 0x45, 0xff, 0xb7, 0x7b, 0x45, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xbd, 0x81, 0x4d, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xba, 0x7d, 0x49, 0xff, 0xb5, 0x77, 0x44, 0xff, 0xb0, 0x73, 0x3f, 0xff, 0xad, 0x70, 0x3d, 0xff, 0xaa, 0x6d, 0x3c, 0xff, 0xa8, 0x6b, 0x3a, 0xff, 0xa6, 0x69, 0x39, 0xff, 0xa5, 0x68, 0x38, 0xff, 0xa2, 0x65, 0x37, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa0, 0x64, 0x37, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9f, 0x61, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x97, 0x5b, 0x30, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x95, 0x58, 0x2f, 0xff, 0x94, 0x59, 0x2e, 0xff, 0x92, 0x58, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x90, 0x55, 0x2c, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x91, 0x55, 0x2c, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x8f, 0x55, 0x2b, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x91, 0x55, 0x2c, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x55, 0x2c, 0xff, 0x91, 0x55, 0x2c, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x92, 0x58, 0x2e, 0xff, 0x93, 0x59, 0x30, 0xff, 0x95, 0x59, 0x32, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x90, 0x55, 0x2c, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x94, 0x57, 0x2e, 0xff, 0x93, 0x59, 0x30, 0xff, 0x94, 0x59, 0x30, 0xff, 0x95, 0x5a, 0x30, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9a, 0x5f, 0x36, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9e, 0x65, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9f, 0x64, 0x38, 0xff, - 0x9b, 0x5f, 0x36, 0xff, 0x9b, 0x60, 0x35, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0xa5, 0x68, 0x3c, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xa7, 0x6a, 0x3d, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xa7, 0x6b, 0x3e, 0xff, 0xa8, 0x6b, 0x3e, 0xff, 0xa9, 0x6d, 0x40, 0xff, 0xab, 0x6e, 0x40, 0xff, 0xad, 0x73, 0x43, 0xff, 0xae, 0x73, 0x44, 0xff, 0xad, 0x73, 0x44, 0xff, 0xac, 0x70, 0x41, 0xff, 0xa7, 0x6c, 0x3f, 0xff, 0xa3, 0x67, 0x3c, 0xff, 0xa1, 0x67, 0x3c, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa1, 0x68, 0x3b, 0xff, 0xa9, 0x71, 0x42, 0xff, 0xb6, 0x82, 0x4d, 0xff, 0xb7, 0x80, 0x4c, 0xff, 0xb8, 0x83, 0x4e, 0xff, 0xbd, 0x89, 0x53, 0xff, 0xce, 0x96, 0x5c, 0xff, 0xd5, 0x99, 0x5f, 0xff, 0xd8, 0xa0, 0x62, 0xff, 0xd9, 0x9f, 0x62, 0xff, 0xc9, 0x95, 0x5d, 0xff, 0xa1, 0x69, 0x3a, 0xff, 0xa7, 0x6f, 0x40, 0xff, 0xa7, 0x6f, 0x40, 0xff, 0xa7, 0x6e, 0x3f, 0xff, 0xa7, 0x6f, 0x3f, 0xff, 0xa7, 0x70, 0x3e, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa6, 0x70, 0x3e, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa6, 0x6e, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xad, 0x73, 0x41, 0xff, 0xae, 0x74, 0x41, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xb1, 0x77, 0x45, 0xff, 0xb2, 0x78, 0x46, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xb5, 0x7b, 0x45, 0xff, 0xb6, 0x7b, 0x44, 0xff, 0xb7, 0x7b, 0x44, 0xff, 0xb8, 0x7c, 0x44, 0xff, 0xba, 0x7d, 0x45, 0xff, 0xbb, 0x7f, 0x46, 0xff, 0xbc, 0x80, 0x47, 0xff, 0xbe, 0x80, 0x48, 0xff, 0xbf, 0x81, 0x49, 0xff, 0xc3, 0x84, 0x4b, 0xff, 0xc7, 0x85, 0x4c, 0xff, 0xc3, 0x86, 0x4c, 0xff, 0xc4, 0x88, 0x4c, 0xff, 0xcb, 0x8c, 0x4f, 0xff, 0xd3, 0x91, 0x54, 0xff, 0xd8, 0x95, 0x59, 0xff, 0xd7, 0x9b, 0x5f, 0xff, 0xd8, 0xa2, 0x63, 0xff, 0xd8, 0xab, 0x66, 0xff, 0xd6, 0xb0, 0x68, 0xff, 0xd6, 0xaf, 0x68, 0xff, 0xd8, 0xa8, 0x65, 0xff, 0xd8, 0x9e, 0x5e, 0xff, 0xd7, 0x97, 0x59, 0xff, 0xd7, 0x95, 0x59, 0xff, 0xd8, 0x95, 0x5a, 0xff, 0xd7, 0x93, 0x58, 0xff, 0xd6, 0x94, 0x57, 0xff, 0xd8, 0x97, 0x58, 0xff, 0xd9, 0x96, 0x58, 0xff, 0xd8, 0x9c, 0x5d, 0xff, 0xd9, 0x9f, 0x61, 0xff, 0xd5, 0x98, 0x5a, 0xff, 0xc5, 0x8b, 0x4e, 0xff, 0xba, 0x83, 0x47, 0xff, 0xbc, 0x83, 0x47, 0xff, 0xbb, 0x82, 0x45, 0xff, 0xbb, 0x80, 0x43, 0xff, 0xba, 0x7d, 0x40, 0xff, 0xb8, 0x7c, 0x3f, 0xff, 0xb5, 0x7a, 0x3d, 0xff, 0xb4, 0x77, 0x3c, 0xff, 0xb3, 0x76, 0x3c, 0xff, 0xb2, 0x75, 0x3b, 0xff, 0xb1, 0x74, 0x3a, 0xff, 0xb0, 0x73, 0x3b, 0xff, 0xae, 0x73, 0x39, 0xff, 0xae, 0x72, 0x39, 0xff, 0xad, 0x70, 0x39, 0xff, 0xac, 0x70, 0x38, 0xff, 0xac, 0x6f, 0x38, 0xff, 0xa9, 0x6d, 0x38, 0xff, 0xa8, 0x6c, 0x37, 0xff, 0xa8, 0x6c, 0x37, 0xff, 0xa8, 0x6c, 0x37, 0xff, 0xa6, 0x6a, 0x37, 0xff, 0xa6, 0x69, 0x37, 0xff, 0xa5, 0x68, 0x36, 0xff, 0xa5, 0x69, 0x37, 0xff, 0xa4, 0x68, 0x36, 0xff, 0xa7, 0x6b, 0x39, 0xff, 0xbb, 0x7e, 0x49, 0xff, 0xc2, 0x86, 0x4e, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbc, 0x83, 0x4e, 0xff, 0xba, 0x82, 0x4e, 0xff, 0xb9, 0x81, 0x4d, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbc, 0x80, 0x4a, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xbb, 0x83, 0x4d, 0xff, 0xc3, 0x88, 0x53, 0xff, 0xc1, 0x86, 0x50, 0xff, 0xbd, 0x81, 0x4d, 0xff, 0xb9, 0x7d, 0x48, 0xff, 0xb4, 0x78, 0x43, 0xff, 0xb0, 0x73, 0x3f, 0xff, 0xad, 0x70, 0x3d, 0xff, 0xab, 0x6d, 0x3c, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa6, 0x69, 0x39, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x37, 0xff, 0xa0, 0x64, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9a, 0x5e, 0x33, 0xff, 0x98, 0x5b, 0x30, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x95, 0x59, 0x2e, 0xff, 0x93, 0x59, 0x2f, 0xff, 0x93, 0x59, 0x2f, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x90, 0x56, 0x2b, 0xff, 0x90, 0x55, 0x2c, 0xff, 0x90, 0x55, 0x2c, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x91, 0x55, 0x2c, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x90, 0x56, 0x2c, 0xff, 0x90, 0x56, 0x2c, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x92, 0x56, 0x2e, 0xff, 0x92, 0x56, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x93, 0x59, 0x2f, 0xff, 0x93, 0x58, 0x2f, 0xff, 0x8f, 0x55, 0x2b, 0xff, 0x8e, 0x55, 0x2a, 0xff, 0x8f, 0x56, 0x2d, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x92, 0x58, 0x2e, 0xff, 0x92, 0x59, 0x2f, 0xff, 0x95, 0x5a, 0x30, 0xff, 0x95, 0x59, 0x31, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x95, 0x5b, 0x32, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, - 0x9c, 0x5f, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9d, 0x60, 0x37, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa7, 0x6a, 0x3d, 0xff, 0xa8, 0x6c, 0x3f, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xae, 0x72, 0x44, 0xff, 0xb0, 0x74, 0x44, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xb3, 0x77, 0x46, 0xff, 0xb4, 0x78, 0x47, 0xff, 0xb6, 0x7b, 0x4a, 0xff, 0xb6, 0x7a, 0x49, 0xff, 0xb3, 0x77, 0x46, 0xff, 0xb1, 0x76, 0x46, 0xff, 0xb1, 0x77, 0x47, 0xff, 0xac, 0x72, 0x44, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xab, 0x73, 0x43, 0xff, 0xb6, 0x81, 0x4d, 0xff, 0xb7, 0x83, 0x4d, 0xff, 0xb9, 0x84, 0x4e, 0xff, 0xba, 0x86, 0x51, 0xff, 0xba, 0x85, 0x50, 0xff, 0xc0, 0x8c, 0x54, 0xff, 0xc8, 0x94, 0x5a, 0xff, 0xcd, 0x9a, 0x5f, 0xff, 0xa8, 0x73, 0x43, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xa6, 0x6e, 0x40, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa6, 0x6e, 0x40, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa5, 0x70, 0x40, 0xff, 0xa5, 0x6f, 0x40, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa6, 0x6e, 0x3d, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa7, 0x70, 0x3f, 0xff, 0xa8, 0x70, 0x3f, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xac, 0x73, 0x42, 0xff, 0xad, 0x75, 0x43, 0xff, 0xae, 0x76, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb4, 0x7b, 0x44, 0xff, 0xb6, 0x7c, 0x45, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xbb, 0x80, 0x48, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbd, 0x81, 0x48, 0xff, 0xbd, 0x82, 0x48, 0xff, 0xbe, 0x83, 0x49, 0xff, 0xc3, 0x86, 0x4b, 0xff, 0xc9, 0x8a, 0x4f, 0xff, 0xcf, 0x8d, 0x52, 0xff, 0xd7, 0x93, 0x54, 0xff, 0xd9, 0x99, 0x5a, 0xff, 0xd9, 0xa2, 0x61, 0xff, 0xd8, 0xae, 0x68, 0xff, 0xd5, 0xb8, 0x6f, 0xff, 0xd3, 0xbb, 0x72, 0xff, 0xd4, 0xbb, 0x73, 0xff, 0xd5, 0xb9, 0x71, 0xff, 0xd6, 0xb2, 0x6b, 0xff, 0xd8, 0xa4, 0x61, 0xff, 0xd6, 0x9b, 0x5d, 0xff, 0xd9, 0x9a, 0x5e, 0xff, 0xd9, 0x95, 0x5a, 0xff, 0xd7, 0x92, 0x55, 0xff, 0xd8, 0x94, 0x56, 0xff, 0xd9, 0x96, 0x58, 0xff, 0xd9, 0x99, 0x5a, 0xff, 0xd9, 0xa1, 0x61, 0xff, 0xda, 0xa0, 0x60, 0xff, 0xd0, 0x92, 0x57, 0xff, 0xc0, 0x87, 0x4c, 0xff, 0xbc, 0x84, 0x49, 0xff, 0xbc, 0x84, 0x48, 0xff, 0xbc, 0x82, 0x45, 0xff, 0xba, 0x80, 0x42, 0xff, 0xba, 0x7d, 0x40, 0xff, 0xb9, 0x7b, 0x3f, 0xff, 0xb7, 0x7a, 0x3d, 0xff, 0xb5, 0x7a, 0x3d, 0xff, 0xb4, 0x79, 0x3c, 0xff, 0xb3, 0x76, 0x3b, 0xff, 0xb2, 0x76, 0x3a, 0xff, 0xb1, 0x76, 0x3a, 0xff, 0xaf, 0x74, 0x39, 0xff, 0xae, 0x72, 0x39, 0xff, 0xad, 0x70, 0x38, 0xff, 0xac, 0x71, 0x38, 0xff, 0xab, 0x70, 0x38, 0xff, 0xab, 0x6e, 0x37, 0xff, 0xa9, 0x6e, 0x37, 0xff, 0xa8, 0x6c, 0x37, 0xff, 0xa8, 0x6c, 0x37, 0xff, 0xa7, 0x6c, 0x38, 0xff, 0xa6, 0x6a, 0x37, 0xff, 0xa6, 0x6b, 0x37, 0xff, 0xa5, 0x6a, 0x37, 0xff, 0xa2, 0x68, 0x34, 0xff, 0xbc, 0x7e, 0x47, 0xff, 0xc7, 0x89, 0x52, 0xff, 0xc0, 0x83, 0x4d, 0xff, 0xbd, 0x84, 0x4b, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbb, 0x83, 0x4d, 0xff, 0xbd, 0x84, 0x4d, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xc2, 0x86, 0x4d, 0xff, 0xc7, 0x88, 0x4e, 0xff, 0xc8, 0x88, 0x50, 0xff, 0xc5, 0x88, 0x51, 0xff, 0xc3, 0x89, 0x52, 0xff, 0xcb, 0x8e, 0x58, 0xff, 0xca, 0x8b, 0x55, 0xff, 0xc3, 0x86, 0x51, 0xff, 0xbd, 0x82, 0x4d, 0xff, 0xb9, 0x7c, 0x48, 0xff, 0xb5, 0x78, 0x43, 0xff, 0xb0, 0x74, 0x3f, 0xff, 0xae, 0x70, 0x3d, 0xff, 0xac, 0x6e, 0x3c, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa7, 0x69, 0x39, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa6, 0x69, 0x39, 0xff, 0xa5, 0x69, 0x39, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa1, 0x65, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x98, 0x5b, 0x30, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x95, 0x5a, 0x2f, 0xff, 0x94, 0x59, 0x30, 0xff, 0x93, 0x58, 0x30, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x90, 0x56, 0x2c, 0xff, 0x90, 0x55, 0x2c, 0xff, 0x90, 0x55, 0x2c, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x90, 0x55, 0x2c, 0xff, 0x90, 0x55, 0x2c, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x92, 0x57, 0x2d, 0xff, 0x92, 0x56, 0x2d, 0xff, 0x92, 0x57, 0x2d, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x93, 0x58, 0x2f, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x8e, 0x55, 0x2b, 0xff, 0x8f, 0x55, 0x2b, 0xff, 0x8f, 0x55, 0x2c, 0xff, 0x8f, 0x56, 0x2c, 0xff, 0x8f, 0x55, 0x2c, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x8f, 0x55, 0x2c, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x92, 0x58, 0x2e, 0xff, 0x93, 0x57, 0x2e, 0xff, 0x94, 0x58, 0x30, 0xff, 0x94, 0x59, 0x31, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x95, 0x59, 0x31, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x95, 0x59, 0x31, 0xff, 0x96, 0x5a, 0x30, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x9c, 0x60, 0x36, 0xff, - 0x9c, 0x5f, 0x36, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9f, 0x62, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0xa2, 0x66, 0x3a, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xa8, 0x6b, 0x3e, 0xff, 0xa9, 0x6d, 0x3f, 0xff, 0xac, 0x71, 0x42, 0xff, 0xad, 0x71, 0x40, 0xff, 0xae, 0x72, 0x42, 0xff, 0xaf, 0x74, 0x44, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xb3, 0x77, 0x47, 0xff, 0xb6, 0x7b, 0x4a, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xb9, 0x7d, 0x4d, 0xff, 0xbb, 0x81, 0x4e, 0xff, 0xbb, 0x83, 0x51, 0xff, 0xb7, 0x7f, 0x51, 0xff, 0xaf, 0x77, 0x49, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa9, 0x72, 0x43, 0xff, 0xb6, 0x81, 0x4e, 0xff, 0xb6, 0x81, 0x4d, 0xff, 0xb8, 0x82, 0x4d, 0xff, 0xb8, 0x83, 0x4d, 0xff, 0xbb, 0x85, 0x50, 0xff, 0xbc, 0x88, 0x52, 0xff, 0xbd, 0x88, 0x54, 0xff, 0xb5, 0x80, 0x4f, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0xa4, 0x6b, 0x3d, 0xff, 0xa6, 0x6d, 0x3f, 0xff, 0xa5, 0x6e, 0x3f, 0xff, 0xa5, 0x6e, 0x3f, 0xff, 0xa6, 0x70, 0x3f, 0xff, 0xa5, 0x70, 0x3f, 0xff, 0xa6, 0x70, 0x40, 0xff, 0xa6, 0x70, 0x3f, 0xff, 0xa5, 0x70, 0x40, 0xff, 0xa5, 0x71, 0x41, 0xff, 0xa5, 0x70, 0x42, 0xff, 0xa5, 0x6f, 0x42, 0xff, 0xa5, 0x6e, 0x42, 0xff, 0xa4, 0x6c, 0x3e, 0xff, 0xa5, 0x6d, 0x3e, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa6, 0x70, 0x3f, 0xff, 0xa7, 0x71, 0x40, 0xff, 0xa7, 0x71, 0x40, 0xff, 0xa8, 0x71, 0x41, 0xff, 0xa9, 0x72, 0x41, 0xff, 0xab, 0x73, 0x41, 0xff, 0xac, 0x74, 0x43, 0xff, 0xad, 0x76, 0x44, 0xff, 0xae, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xb0, 0x76, 0x41, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xb1, 0x78, 0x42, 0xff, 0xb3, 0x7a, 0x43, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xba, 0x80, 0x48, 0xff, 0xbb, 0x80, 0x47, 0xff, 0xbc, 0x81, 0x48, 0xff, 0xbd, 0x82, 0x49, 0xff, 0xbd, 0x82, 0x48, 0xff, 0xc1, 0x85, 0x4a, 0xff, 0xc6, 0x89, 0x4d, 0xff, 0xcb, 0x8b, 0x4e, 0xff, 0xd1, 0x8e, 0x52, 0xff, 0xd6, 0x93, 0x57, 0xff, 0xd7, 0x9a, 0x5c, 0xff, 0xd8, 0xa5, 0x63, 0xff, 0xd7, 0xb3, 0x6c, 0xff, 0xd3, 0xbb, 0x73, 0xff, 0xd3, 0xbc, 0x7a, 0xff, 0xd2, 0xbb, 0x7c, 0xff, 0xd3, 0xbc, 0x7a, 0xff, 0xd3, 0xbb, 0x75, 0xff, 0xd5, 0xb5, 0x6b, 0xff, 0xd8, 0xa8, 0x63, 0xff, 0xd9, 0xa0, 0x62, 0xff, 0xd9, 0x9b, 0x5d, 0xff, 0xd9, 0x95, 0x57, 0xff, 0xd7, 0x92, 0x54, 0xff, 0xd7, 0x95, 0x56, 0xff, 0xd9, 0x98, 0x59, 0xff, 0xd8, 0x9e, 0x5e, 0xff, 0xda, 0xa6, 0x64, 0xff, 0xd8, 0x9d, 0x5f, 0xff, 0xc9, 0x8d, 0x53, 0xff, 0xbe, 0x84, 0x4c, 0xff, 0xbf, 0x85, 0x4b, 0xff, 0xbe, 0x85, 0x49, 0xff, 0xbc, 0x84, 0x47, 0xff, 0xbc, 0x81, 0x43, 0xff, 0xbc, 0x80, 0x41, 0xff, 0xbb, 0x7f, 0x40, 0xff, 0xb8, 0x7b, 0x3e, 0xff, 0xb7, 0x7a, 0x3d, 0xff, 0xb5, 0x7b, 0x3d, 0xff, 0xb4, 0x79, 0x3d, 0xff, 0xb3, 0x77, 0x3b, 0xff, 0xb3, 0x76, 0x3a, 0xff, 0xb1, 0x74, 0x3a, 0xff, 0xb0, 0x74, 0x3a, 0xff, 0xb0, 0x73, 0x3a, 0xff, 0xae, 0x71, 0x3a, 0xff, 0xac, 0x70, 0x38, 0xff, 0xac, 0x70, 0x39, 0xff, 0xa9, 0x6f, 0x38, 0xff, 0xa8, 0x6e, 0x38, 0xff, 0xa8, 0x6c, 0x37, 0xff, 0xa7, 0x6a, 0x37, 0xff, 0xa7, 0x6b, 0x38, 0xff, 0xa7, 0x6b, 0x38, 0xff, 0xa3, 0x67, 0x35, 0xff, 0xae, 0x74, 0x40, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xc5, 0x89, 0x4f, 0xff, 0xc1, 0x85, 0x4c, 0xff, 0xbd, 0x83, 0x4a, 0xff, 0xbc, 0x83, 0x4a, 0xff, 0xc0, 0x86, 0x4d, 0xff, 0xc4, 0x87, 0x4d, 0xff, 0xc5, 0x87, 0x4d, 0xff, 0xcb, 0x89, 0x50, 0xff, 0xd4, 0x8f, 0x55, 0xff, 0xd7, 0x91, 0x58, 0xff, 0xd7, 0x92, 0x58, 0xff, 0xd4, 0x92, 0x58, 0xff, 0xd7, 0x95, 0x5e, 0xff, 0xd5, 0x91, 0x5b, 0xff, 0xcd, 0x8b, 0x55, 0xff, 0xc3, 0x86, 0x51, 0xff, 0xbd, 0x83, 0x4d, 0xff, 0xb9, 0x7d, 0x48, 0xff, 0xb5, 0x78, 0x44, 0xff, 0xb0, 0x73, 0x3f, 0xff, 0xae, 0x71, 0x3d, 0xff, 0xac, 0x6f, 0x3c, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa0, 0x64, 0x37, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x98, 0x5b, 0x30, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x95, 0x5a, 0x30, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x93, 0x58, 0x2f, 0xff, 0x92, 0x57, 0x2d, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x94, 0x58, 0x32, 0xff, 0x8e, 0x55, 0x2d, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8e, 0x53, 0x2c, 0xff, 0x8e, 0x54, 0x2a, 0xff, 0x8e, 0x54, 0x2a, 0xff, 0x8e, 0x54, 0x2c, 0xff, 0x8e, 0x54, 0x2d, 0xff, 0x8e, 0x55, 0x2c, 0xff, 0x8e, 0x55, 0x2d, 0xff, 0x8f, 0x55, 0x2c, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x93, 0x58, 0x2f, 0xff, 0x93, 0x58, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x93, 0x57, 0x30, 0xff, 0x94, 0x59, 0x32, 0xff, 0x94, 0x59, 0x31, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x93, 0x59, 0x2f, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x93, 0x59, 0x30, 0xff, 0x95, 0x59, 0x30, 0xff, 0x95, 0x59, 0x30, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x93, 0x59, 0x30, 0xff, 0x94, 0x59, 0x30, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x99, 0x5d, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, - 0x98, 0x5d, 0x35, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9e, 0x64, 0x39, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa2, 0x66, 0x3a, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa8, 0x6b, 0x3d, 0xff, 0xaa, 0x6f, 0x40, 0xff, 0xac, 0x70, 0x40, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xad, 0x71, 0x40, 0xff, 0xad, 0x71, 0x41, 0xff, 0xae, 0x72, 0x42, 0xff, 0xaf, 0x72, 0x43, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xb3, 0x77, 0x46, 0xff, 0xb6, 0x7a, 0x49, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xb8, 0x7d, 0x4b, 0xff, 0xba, 0x80, 0x4d, 0xff, 0xbc, 0x83, 0x50, 0xff, 0xbe, 0x86, 0x55, 0xff, 0xc2, 0x8a, 0x5a, 0xff, 0xc2, 0x89, 0x57, 0xff, 0xb9, 0x83, 0x50, 0xff, 0xb6, 0x81, 0x4d, 0xff, 0xb7, 0x82, 0x4e, 0xff, 0xb8, 0x84, 0x4f, 0xff, 0xb9, 0x85, 0x4f, 0xff, 0xbd, 0x86, 0x52, 0xff, 0xbd, 0x89, 0x53, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xa3, 0x68, 0x3c, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0xa4, 0x6c, 0x3d, 0xff, 0xa4, 0x6c, 0x3e, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa5, 0x70, 0x41, 0xff, 0xa6, 0x70, 0x42, 0xff, 0xa5, 0x70, 0x41, 0xff, 0xa4, 0x70, 0x41, 0xff, 0xa3, 0x70, 0x42, 0xff, 0xa4, 0x6f, 0x43, 0xff, 0xa4, 0x6f, 0x44, 0xff, 0xa4, 0x6f, 0x43, 0xff, 0xa4, 0x6c, 0x3e, 0xff, 0xa6, 0x6f, 0x41, 0xff, 0xa7, 0x70, 0x42, 0xff, 0xa7, 0x72, 0x43, 0xff, 0xa6, 0x72, 0x43, 0xff, 0xa7, 0x72, 0x44, 0xff, 0xa8, 0x73, 0x44, 0xff, 0xa9, 0x74, 0x44, 0xff, 0xab, 0x75, 0x44, 0xff, 0xac, 0x76, 0x44, 0xff, 0xae, 0x77, 0x43, 0xff, 0xaf, 0x7a, 0x45, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb2, 0x78, 0x43, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb9, 0x80, 0x48, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xbc, 0x82, 0x49, 0xff, 0xbe, 0x82, 0x49, 0xff, 0xbf, 0x83, 0x4a, 0xff, 0xc1, 0x84, 0x4a, 0xff, 0xc5, 0x86, 0x4c, 0xff, 0xcb, 0x8b, 0x4e, 0xff, 0xd0, 0x8e, 0x52, 0xff, 0xd6, 0x91, 0x53, 0xff, 0xd8, 0x97, 0x55, 0xff, 0xd8, 0x9c, 0x5c, 0xff, 0xd9, 0xa7, 0x65, 0xff, 0xd5, 0xb6, 0x6d, 0xff, 0xd1, 0xbc, 0x77, 0xff, 0xd4, 0xbd, 0x7e, 0xff, 0xd6, 0xbd, 0x84, 0xff, 0xd6, 0xbd, 0x85, 0xff, 0xd5, 0xbd, 0x80, 0xff, 0xd3, 0xbd, 0x76, 0xff, 0xd5, 0xb6, 0x6c, 0xff, 0xd9, 0xa9, 0x66, 0xff, 0xda, 0xa1, 0x62, 0xff, 0xd9, 0x9a, 0x5c, 0xff, 0xd9, 0x93, 0x54, 0xff, 0xd8, 0x92, 0x54, 0xff, 0xd8, 0x95, 0x57, 0xff, 0xd9, 0x98, 0x5a, 0xff, 0xda, 0xa2, 0x60, 0xff, 0xda, 0xa4, 0x63, 0xff, 0xd0, 0x95, 0x5a, 0xff, 0xc3, 0x89, 0x4f, 0xff, 0xc0, 0x86, 0x4d, 0xff, 0xc0, 0x85, 0x4c, 0xff, 0xbe, 0x86, 0x48, 0xff, 0xbe, 0x84, 0x47, 0xff, 0xbd, 0x83, 0x45, 0xff, 0xbc, 0x81, 0x42, 0xff, 0xbc, 0x7f, 0x42, 0xff, 0xbb, 0x7f, 0x40, 0xff, 0xb9, 0x7d, 0x3e, 0xff, 0xb8, 0x7b, 0x3e, 0xff, 0xb7, 0x7b, 0x3e, 0xff, 0xb5, 0x79, 0x3d, 0xff, 0xb3, 0x77, 0x3c, 0xff, 0xb2, 0x76, 0x3c, 0xff, 0xb2, 0x76, 0x3b, 0xff, 0xb0, 0x74, 0x3a, 0xff, 0xae, 0x72, 0x3a, 0xff, 0xad, 0x71, 0x39, 0xff, 0xad, 0x71, 0x3a, 0xff, 0xaa, 0x70, 0x39, 0xff, 0xa9, 0x6e, 0x39, 0xff, 0xa9, 0x6e, 0x39, 0xff, 0xa8, 0x6c, 0x37, 0xff, 0xa7, 0x6c, 0x38, 0xff, 0xa7, 0x6c, 0x38, 0xff, 0xa2, 0x67, 0x33, 0xff, 0xbd, 0x7d, 0x47, 0xff, 0xcb, 0x8c, 0x54, 0xff, 0xc3, 0x88, 0x4e, 0xff, 0xc1, 0x84, 0x4c, 0xff, 0xbf, 0x82, 0x4c, 0xff, 0xc3, 0x86, 0x4d, 0xff, 0xc8, 0x88, 0x4e, 0xff, 0xcc, 0x88, 0x50, 0xff, 0xd2, 0x8d, 0x54, 0xff, 0xd8, 0x95, 0x5b, 0xff, 0xd9, 0x9a, 0x60, 0xff, 0xd9, 0x9e, 0x62, 0xff, 0xd9, 0x9e, 0x62, 0xff, 0xd9, 0x9c, 0x63, 0xff, 0xd9, 0x99, 0x60, 0xff, 0xd8, 0x92, 0x5b, 0xff, 0xd0, 0x8c, 0x56, 0xff, 0xc5, 0x87, 0x51, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xba, 0x7e, 0x48, 0xff, 0xb5, 0x79, 0x43, 0xff, 0xb3, 0x75, 0x40, 0xff, 0xaf, 0x72, 0x3e, 0xff, 0xac, 0x70, 0x3d, 0xff, 0xa9, 0x6c, 0x3a, 0xff, 0xa9, 0x6b, 0x3b, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xaa, 0x6d, 0x3c, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa9, 0x6e, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa6, 0x6d, 0x3f, 0xff, 0xa5, 0x6c, 0x3e, 0xff, 0xa3, 0x6a, 0x3b, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa0, 0x64, 0x37, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x98, 0x5b, 0x30, 0xff, 0x96, 0x5a, 0x30, 0xff, 0x96, 0x59, 0x30, 0xff, 0x95, 0x59, 0x30, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x2d, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x92, 0x57, 0x2d, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x91, 0x56, 0x2f, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x8d, 0x54, 0x2a, 0xff, 0x8d, 0x54, 0x2a, 0xff, 0x8c, 0x53, 0x2b, 0xff, 0x8c, 0x52, 0x2c, 0xff, 0x8c, 0x53, 0x2b, 0xff, 0x8d, 0x53, 0x29, 0xff, 0x8d, 0x54, 0x2b, 0xff, 0x8e, 0x54, 0x2c, 0xff, 0x8e, 0x55, 0x2c, 0xff, 0x8d, 0x54, 0x2c, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8f, 0x55, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x94, 0x59, 0x31, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x2d, 0xff, 0x8f, 0x54, 0x2c, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x93, 0x58, 0x2f, 0xff, 0x94, 0x59, 0x30, 0xff, 0x94, 0x59, 0x30, 0xff, 0x94, 0x58, 0x30, 0xff, 0x95, 0x59, 0x30, 0xff, 0x93, 0x59, 0x31, 0xff, 0x95, 0x5a, 0x34, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x99, 0x5d, 0x35, 0xff, - 0x98, 0x5c, 0x35, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa7, 0x6a, 0x3d, 0xff, 0xaa, 0x6f, 0x41, 0xff, 0xad, 0x71, 0x40, 0xff, 0xad, 0x70, 0x40, 0xff, 0xad, 0x70, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xad, 0x72, 0x41, 0xff, 0xae, 0x72, 0x43, 0xff, 0xae, 0x73, 0x42, 0xff, 0xaf, 0x74, 0x43, 0xff, 0xb2, 0x75, 0x45, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xb6, 0x7a, 0x49, 0xff, 0xb8, 0x7d, 0x4b, 0xff, 0xbb, 0x80, 0x4e, 0xff, 0xbc, 0x81, 0x4e, 0xff, 0xc2, 0x86, 0x52, 0xff, 0xd2, 0x92, 0x5c, 0xff, 0xd5, 0x93, 0x5e, 0xff, 0xd3, 0x94, 0x5e, 0xff, 0xc3, 0x89, 0x55, 0xff, 0xbe, 0x87, 0x53, 0xff, 0xb7, 0x84, 0x4e, 0xff, 0xba, 0x85, 0x52, 0xff, 0xb0, 0x79, 0x49, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xa2, 0x68, 0x3c, 0xff, 0xa1, 0x68, 0x3b, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0xa3, 0x6a, 0x3e, 0xff, 0xa5, 0x6c, 0x3f, 0xff, 0xa5, 0x6e, 0x40, 0xff, 0xa4, 0x6e, 0x41, 0xff, 0xa4, 0x6f, 0x42, 0xff, 0xa4, 0x6f, 0x43, 0xff, 0xa4, 0x6f, 0x44, 0xff, 0xa4, 0x70, 0x44, 0xff, 0xa4, 0x6f, 0x44, 0xff, 0xa6, 0x6f, 0x41, 0xff, 0xa7, 0x6f, 0x40, 0xff, 0xa7, 0x72, 0x43, 0xff, 0xa7, 0x73, 0x44, 0xff, 0xa7, 0x73, 0x44, 0xff, 0xa7, 0x72, 0x44, 0xff, 0xa6, 0x72, 0x44, 0xff, 0xa8, 0x73, 0x44, 0xff, 0xa9, 0x75, 0x46, 0xff, 0xac, 0x76, 0x46, 0xff, 0xae, 0x77, 0x47, 0xff, 0xaf, 0x79, 0x46, 0xff, 0xb0, 0x7b, 0x46, 0xff, 0xb0, 0x79, 0x43, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb7, 0x80, 0x48, 0xff, 0xb8, 0x81, 0x49, 0xff, 0xba, 0x82, 0x4a, 0xff, 0xbb, 0x83, 0x4a, 0xff, 0xbc, 0x84, 0x4b, 0xff, 0xbe, 0x85, 0x4c, 0xff, 0xc0, 0x87, 0x4c, 0xff, 0xc2, 0x88, 0x4d, 0xff, 0xc7, 0x8a, 0x4d, 0xff, 0xce, 0x8e, 0x50, 0xff, 0xd5, 0x91, 0x54, 0xff, 0xd8, 0x94, 0x56, 0xff, 0xd8, 0x97, 0x59, 0xff, 0xd8, 0x9c, 0x5e, 0xff, 0xd9, 0xa9, 0x65, 0xff, 0xd7, 0xb9, 0x6f, 0xff, 0xd4, 0xbd, 0x7a, 0xff, 0xd5, 0xbd, 0x83, 0xff, 0xd7, 0xbc, 0x8a, 0xff, 0xd8, 0xbd, 0x8f, 0xff, 0xd7, 0xbd, 0x8c, 0xff, 0xd5, 0xbe, 0x80, 0xff, 0xd3, 0xbb, 0x72, 0xff, 0xd7, 0xb3, 0x6a, 0xff, 0xd9, 0xaa, 0x68, 0xff, 0xd9, 0x9f, 0x60, 0xff, 0xda, 0x97, 0x57, 0xff, 0xd8, 0x91, 0x54, 0xff, 0xd8, 0x93, 0x55, 0xff, 0xd9, 0x98, 0x59, 0xff, 0xd9, 0x9a, 0x5b, 0xff, 0xda, 0xa0, 0x60, 0xff, 0xd7, 0x9c, 0x60, 0xff, 0xcb, 0x8f, 0x55, 0xff, 0xc3, 0x88, 0x4f, 0xff, 0xc2, 0x88, 0x4e, 0xff, 0xc2, 0x88, 0x4c, 0xff, 0xc0, 0x87, 0x49, 0xff, 0xc0, 0x86, 0x47, 0xff, 0xc0, 0x86, 0x45, 0xff, 0xc0, 0x83, 0x43, 0xff, 0xbe, 0x81, 0x42, 0xff, 0xbc, 0x80, 0x42, 0xff, 0xbb, 0x7f, 0x42, 0xff, 0xbb, 0x7e, 0x40, 0xff, 0xb9, 0x7d, 0x3f, 0xff, 0xb7, 0x7b, 0x3e, 0xff, 0xb6, 0x7b, 0x3e, 0xff, 0xb5, 0x79, 0x3d, 0xff, 0xb3, 0x77, 0x3d, 0xff, 0xb1, 0x76, 0x3d, 0xff, 0xaf, 0x73, 0x3b, 0xff, 0xae, 0x72, 0x39, 0xff, 0xac, 0x71, 0x3a, 0xff, 0xab, 0x70, 0x39, 0xff, 0xaa, 0x70, 0x3a, 0xff, 0xaa, 0x6f, 0x39, 0xff, 0xa9, 0x6d, 0x39, 0xff, 0xa8, 0x6c, 0x38, 0xff, 0xa6, 0x6b, 0x37, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xc9, 0x8a, 0x52, 0xff, 0xca, 0x8b, 0x53, 0xff, 0xc4, 0x87, 0x4e, 0xff, 0xc2, 0x84, 0x4d, 0xff, 0xc7, 0x87, 0x4e, 0xff, 0xcc, 0x8a, 0x50, 0xff, 0xd1, 0x8c, 0x52, 0xff, 0xd8, 0x91, 0x56, 0xff, 0xd9, 0x98, 0x5e, 0xff, 0xda, 0xa3, 0x66, 0xff, 0xda, 0xac, 0x6c, 0xff, 0xd9, 0xae, 0x6e, 0xff, 0xda, 0xa5, 0x68, 0xff, 0xd9, 0x9f, 0x64, 0xff, 0xda, 0x9a, 0x5f, 0xff, 0xd9, 0x93, 0x5a, 0xff, 0xd2, 0x8f, 0x55, 0xff, 0xca, 0x8a, 0x51, 0xff, 0xc2, 0x84, 0x4d, 0xff, 0xbc, 0x7e, 0x48, 0xff, 0xb9, 0x7b, 0x45, 0xff, 0xb4, 0x77, 0x42, 0xff, 0xaf, 0x72, 0x3f, 0xff, 0xad, 0x70, 0x3c, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xac, 0x6f, 0x3e, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa8, 0x70, 0x40, 0xff, 0xa7, 0x6e, 0x40, 0xff, 0xa4, 0x6c, 0x3f, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa0, 0x64, 0x37, 0xff, 0x9e, 0x60, 0x34, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x98, 0x5b, 0x31, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x94, 0x58, 0x2e, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x94, 0x58, 0x30, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x92, 0x56, 0x2e, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x92, 0x56, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x8e, 0x54, 0x2d, 0xff, 0x8d, 0x54, 0x2b, 0xff, 0x8d, 0x53, 0x2b, 0xff, 0x8c, 0x52, 0x2a, 0xff, 0x8b, 0x52, 0x29, 0xff, 0x8c, 0x52, 0x29, 0xff, 0x8c, 0x53, 0x2a, 0xff, 0x8d, 0x53, 0x29, 0xff, 0x8d, 0x53, 0x2b, 0xff, 0x8c, 0x54, 0x2b, 0xff, 0x8d, 0x54, 0x2b, 0xff, 0x8d, 0x53, 0x2c, 0xff, 0x8e, 0x54, 0x2c, 0xff, 0x8e, 0x54, 0x2c, 0xff, 0x8e, 0x53, 0x2b, 0xff, 0x8e, 0x54, 0x2d, 0xff, 0x90, 0x54, 0x2d, 0xff, 0x91, 0x56, 0x2f, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x8e, 0x54, 0x2b, 0xff, 0x8b, 0x52, 0x28, 0xff, 0x8d, 0x53, 0x2b, 0xff, 0x8f, 0x54, 0x2c, 0xff, 0x8f, 0x55, 0x2d, 0xff, 0x91, 0x57, 0x2d, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x93, 0x57, 0x30, 0xff, 0x94, 0x58, 0x30, 0xff, 0x94, 0x59, 0x31, 0xff, 0x94, 0x59, 0x31, 0xff, 0x95, 0x59, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x95, 0x59, 0x32, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x97, 0x5b, 0x34, 0xff, - 0x97, 0x5b, 0x33, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0xa5, 0x68, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa9, 0x6d, 0x40, 0xff, 0xad, 0x70, 0x3f, 0xff, 0xad, 0x71, 0x41, 0xff, 0xaf, 0x72, 0x41, 0xff, 0xae, 0x72, 0x41, 0xff, 0xad, 0x70, 0x40, 0xff, 0xad, 0x72, 0x42, 0xff, 0xae, 0x73, 0x42, 0xff, 0xaf, 0x73, 0x43, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xb1, 0x75, 0x44, 0xff, 0xb2, 0x78, 0x47, 0xff, 0xb4, 0x7a, 0x49, 0xff, 0xb6, 0x7a, 0x4a, 0xff, 0xb9, 0x7e, 0x4b, 0xff, 0xc2, 0x85, 0x51, 0xff, 0xd0, 0x90, 0x58, 0xff, 0xd4, 0x91, 0x59, 0xff, 0xd7, 0x92, 0x5a, 0xff, 0xd9, 0x93, 0x5c, 0xff, 0xd6, 0x95, 0x5f, 0xff, 0xd0, 0x93, 0x5c, 0xff, 0xbb, 0x88, 0x53, 0xff, 0xaa, 0x74, 0x44, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa2, 0x69, 0x3c, 0xff, 0xa3, 0x69, 0x3d, 0xff, 0xa3, 0x68, 0x3c, 0xff, 0xa3, 0x6b, 0x3e, 0xff, 0xa4, 0x6e, 0x40, 0xff, 0xa4, 0x6f, 0x43, 0xff, 0xa4, 0x6f, 0x46, 0xff, 0xa4, 0x6f, 0x47, 0xff, 0xa4, 0x6e, 0x48, 0xff, 0xa4, 0x70, 0x48, 0xff, 0xa6, 0x70, 0x48, 0xff, 0xa6, 0x6e, 0x42, 0xff, 0xa6, 0x71, 0x45, 0xff, 0xa6, 0x72, 0x46, 0xff, 0xa6, 0x73, 0x46, 0xff, 0xa7, 0x72, 0x45, 0xff, 0xa6, 0x72, 0x45, 0xff, 0xa7, 0x71, 0x43, 0xff, 0xa9, 0x72, 0x44, 0xff, 0xaa, 0x73, 0x45, 0xff, 0xac, 0x75, 0x46, 0xff, 0xad, 0x78, 0x46, 0xff, 0xaf, 0x7a, 0x45, 0xff, 0xb0, 0x79, 0x45, 0xff, 0xb1, 0x77, 0x41, 0xff, 0xb3, 0x77, 0x42, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb4, 0x7b, 0x44, 0xff, 0xb5, 0x7d, 0x46, 0xff, 0xb7, 0x7f, 0x47, 0xff, 0xb8, 0x80, 0x48, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xbb, 0x84, 0x4b, 0xff, 0xbc, 0x86, 0x4c, 0xff, 0xbe, 0x89, 0x4e, 0xff, 0xc0, 0x8a, 0x50, 0xff, 0xc2, 0x8b, 0x4f, 0xff, 0xc6, 0x8d, 0x51, 0xff, 0xcc, 0x90, 0x54, 0xff, 0xd3, 0x94, 0x55, 0xff, 0xd7, 0x96, 0x57, 0xff, 0xda, 0x99, 0x5a, 0xff, 0xd9, 0x9f, 0x60, 0xff, 0xd9, 0xac, 0x65, 0xff, 0xd8, 0xba, 0x6e, 0xff, 0xd3, 0xbd, 0x78, 0xff, 0xd5, 0xbd, 0x82, 0xff, 0xd8, 0xbe, 0x8d, 0xff, 0xda, 0xbe, 0x96, 0xff, 0xda, 0xbe, 0x95, 0xff, 0xd7, 0xbe, 0x89, 0xff, 0xd4, 0xbe, 0x7c, 0xff, 0xd5, 0xbb, 0x6f, 0xff, 0xd9, 0xb2, 0x6b, 0xff, 0xda, 0xa6, 0x65, 0xff, 0xd9, 0x98, 0x5a, 0xff, 0xda, 0x94, 0x56, 0xff, 0xda, 0x91, 0x52, 0xff, 0xda, 0x95, 0x56, 0xff, 0xd9, 0x9a, 0x5b, 0xff, 0xd9, 0x9b, 0x5c, 0xff, 0xdb, 0x9d, 0x60, 0xff, 0xd2, 0x93, 0x59, 0xff, 0xc6, 0x88, 0x4f, 0xff, 0xc5, 0x89, 0x4f, 0xff, 0xc5, 0x89, 0x4f, 0xff, 0xc3, 0x89, 0x4c, 0xff, 0xc3, 0x89, 0x4a, 0xff, 0xc3, 0x89, 0x4a, 0xff, 0xc3, 0x88, 0x47, 0xff, 0xc3, 0x86, 0x45, 0xff, 0xc2, 0x84, 0x45, 0xff, 0xc0, 0x83, 0x45, 0xff, 0xbe, 0x81, 0x43, 0xff, 0xbd, 0x80, 0x44, 0xff, 0xbc, 0x80, 0x43, 0xff, 0xb9, 0x7e, 0x41, 0xff, 0xb8, 0x7d, 0x41, 0xff, 0xb7, 0x7b, 0x40, 0xff, 0xb4, 0x79, 0x3e, 0xff, 0xb2, 0x78, 0x3d, 0xff, 0xb2, 0x75, 0x3d, 0xff, 0xb0, 0x74, 0x3d, 0xff, 0xae, 0x73, 0x3b, 0xff, 0xac, 0x71, 0x3a, 0xff, 0xab, 0x70, 0x39, 0xff, 0xaa, 0x6f, 0x3a, 0xff, 0xa9, 0x6f, 0x39, 0xff, 0xa8, 0x6e, 0x39, 0xff, 0xa9, 0x6f, 0x3a, 0xff, 0xc1, 0x82, 0x4c, 0xff, 0xcd, 0x8b, 0x54, 0xff, 0xc7, 0x87, 0x4c, 0xff, 0xc3, 0x85, 0x4a, 0xff, 0xca, 0x89, 0x4f, 0xff, 0xcf, 0x8c, 0x53, 0xff, 0xd4, 0x8f, 0x55, 0xff, 0xd9, 0x93, 0x58, 0xff, 0xd9, 0x9a, 0x5f, 0xff, 0xd9, 0xa8, 0x68, 0xff, 0xd8, 0xb9, 0x74, 0xff, 0xd5, 0xc0, 0x7b, 0xff, 0xd8, 0xad, 0x70, 0xff, 0xda, 0xa7, 0x69, 0xff, 0xda, 0xa2, 0x65, 0xff, 0xda, 0x9b, 0x60, 0xff, 0xda, 0x96, 0x5b, 0xff, 0xd6, 0x91, 0x56, 0xff, 0xcc, 0x8c, 0x52, 0xff, 0xc5, 0x87, 0x4f, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xb9, 0x7c, 0x46, 0xff, 0xb4, 0x78, 0x42, 0xff, 0xb2, 0x74, 0x40, 0xff, 0xae, 0x71, 0x3d, 0xff, 0xac, 0x6f, 0x3d, 0xff, 0xad, 0x71, 0x40, 0xff, 0xae, 0x71, 0x41, 0xff, 0xad, 0x70, 0x3f, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xa8, 0x6e, 0x41, 0xff, 0xa7, 0x6e, 0x40, 0xff, 0xa6, 0x6d, 0x3f, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa1, 0x63, 0x36, 0xff, 0x9e, 0x60, 0x34, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x95, 0x59, 0x2f, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x95, 0x58, 0x31, 0xff, 0x95, 0x59, 0x31, 0xff, 0x94, 0x59, 0x31, 0xff, 0x94, 0x57, 0x2f, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x92, 0x58, 0x2e, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x90, 0x56, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x8f, 0x55, 0x2d, 0xff, 0x8e, 0x54, 0x2c, 0xff, 0x8c, 0x53, 0x2b, 0xff, 0x8b, 0x52, 0x29, 0xff, 0x8b, 0x52, 0x29, 0xff, 0x8b, 0x52, 0x29, 0xff, 0x8b, 0x52, 0x2b, 0xff, 0x8b, 0x51, 0x29, 0xff, 0x8c, 0x53, 0x29, 0xff, 0x8c, 0x53, 0x2a, 0xff, 0x8b, 0x53, 0x2b, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8c, 0x53, 0x2c, 0xff, 0x8b, 0x52, 0x2b, 0xff, 0x8c, 0x53, 0x2c, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8b, 0x52, 0x2a, 0xff, 0x8a, 0x50, 0x27, 0xff, 0x8b, 0x52, 0x29, 0xff, 0x8c, 0x52, 0x29, 0xff, 0x8d, 0x53, 0x29, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x94, 0x57, 0x30, 0xff, 0x94, 0x58, 0x30, 0xff, 0x94, 0x59, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x96, 0x59, 0x33, 0xff, 0x96, 0x5a, 0x34, 0xff, - 0x95, 0x59, 0x32, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xae, 0x71, 0x40, 0xff, 0xae, 0x71, 0x41, 0xff, 0xae, 0x72, 0x41, 0xff, 0xaf, 0x72, 0x41, 0xff, 0xad, 0x71, 0x40, 0xff, 0xac, 0x71, 0x41, 0xff, 0xae, 0x72, 0x42, 0xff, 0xaf, 0x73, 0x44, 0xff, 0xb1, 0x76, 0x45, 0xff, 0xb2, 0x77, 0x47, 0xff, 0xb3, 0x78, 0x48, 0xff, 0xb4, 0x79, 0x47, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xc1, 0x87, 0x51, 0xff, 0xc4, 0x88, 0x52, 0xff, 0xc8, 0x8a, 0x53, 0xff, 0xcf, 0x8e, 0x57, 0xff, 0xd9, 0x93, 0x5b, 0xff, 0xda, 0x94, 0x5b, 0xff, 0xdb, 0x94, 0x5d, 0xff, 0xcb, 0x8c, 0x55, 0xff, 0x9f, 0x66, 0x39, 0xff, 0xa0, 0x66, 0x3b, 0xff, 0x9f, 0x66, 0x3a, 0xff, 0x9f, 0x66, 0x3a, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa1, 0x68, 0x3b, 0xff, 0xa2, 0x6a, 0x3d, 0xff, 0xa3, 0x6d, 0x40, 0xff, 0xa4, 0x70, 0x43, 0xff, 0xa4, 0x70, 0x46, 0xff, 0xa4, 0x6e, 0x47, 0xff, 0xa4, 0x6e, 0x49, 0xff, 0xa4, 0x70, 0x4a, 0xff, 0xa6, 0x71, 0x4a, 0xff, 0xa6, 0x6f, 0x45, 0xff, 0xa5, 0x6e, 0x44, 0xff, 0xa6, 0x72, 0x48, 0xff, 0xa7, 0x74, 0x49, 0xff, 0xa6, 0x72, 0x45, 0xff, 0xa6, 0x71, 0x44, 0xff, 0xa6, 0x71, 0x44, 0xff, 0xa7, 0x70, 0x42, 0xff, 0xa9, 0x72, 0x43, 0xff, 0xab, 0x73, 0x44, 0xff, 0xad, 0x76, 0x44, 0xff, 0xaf, 0x78, 0x45, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb4, 0x7a, 0x42, 0xff, 0xb5, 0x7c, 0x43, 0xff, 0xb6, 0x7d, 0x45, 0xff, 0xb7, 0x7f, 0x47, 0xff, 0xb8, 0x83, 0x49, 0xff, 0xb8, 0x83, 0x4a, 0xff, 0xba, 0x85, 0x4c, 0xff, 0xbd, 0x87, 0x4e, 0xff, 0xbe, 0x89, 0x4f, 0xff, 0xbf, 0x8d, 0x50, 0xff, 0xc1, 0x8e, 0x52, 0xff, 0xc4, 0x8f, 0x54, 0xff, 0xca, 0x93, 0x56, 0xff, 0xd0, 0x95, 0x59, 0xff, 0xd4, 0x98, 0x59, 0xff, 0xd8, 0x9b, 0x5b, 0xff, 0xd9, 0xa0, 0x60, 0xff, 0xda, 0xab, 0x67, 0xff, 0xd6, 0xb9, 0x6d, 0xff, 0xd4, 0xbf, 0x76, 0xff, 0xd5, 0xbe, 0x81, 0xff, 0xd8, 0xbf, 0x8f, 0xff, 0xda, 0xbf, 0x99, 0xff, 0xda, 0xc0, 0x9b, 0xff, 0xd9, 0xbf, 0x91, 0xff, 0xd5, 0xbe, 0x80, 0xff, 0xd4, 0xbd, 0x74, 0xff, 0xd8, 0xbb, 0x6e, 0xff, 0xdb, 0xb0, 0x69, 0xff, 0xdb, 0x9e, 0x5e, 0xff, 0xda, 0x96, 0x57, 0xff, 0xdb, 0x92, 0x54, 0xff, 0xd9, 0x90, 0x52, 0xff, 0xd7, 0x95, 0x56, 0xff, 0xda, 0x9c, 0x5d, 0xff, 0xdb, 0x9c, 0x5d, 0xff, 0xd6, 0x98, 0x5b, 0xff, 0xcd, 0x8e, 0x53, 0xff, 0xc9, 0x8c, 0x50, 0xff, 0xc7, 0x8c, 0x50, 0xff, 0xc7, 0x8b, 0x4f, 0xff, 0xc7, 0x8b, 0x4c, 0xff, 0xc7, 0x8d, 0x4b, 0xff, 0xc9, 0x8c, 0x4b, 0xff, 0xc9, 0x8a, 0x4b, 0xff, 0xc7, 0x89, 0x49, 0xff, 0xc7, 0x88, 0x49, 0xff, 0xc5, 0x88, 0x49, 0xff, 0xc3, 0x86, 0x47, 0xff, 0xc1, 0x85, 0x46, 0xff, 0xc0, 0x83, 0x47, 0xff, 0xbd, 0x81, 0x46, 0xff, 0xbb, 0x81, 0x43, 0xff, 0xb9, 0x7e, 0x42, 0xff, 0xb7, 0x7b, 0x42, 0xff, 0xb6, 0x7b, 0x40, 0xff, 0xb3, 0x78, 0x3e, 0xff, 0xb0, 0x75, 0x3d, 0xff, 0xaf, 0x75, 0x3d, 0xff, 0xad, 0x73, 0x3d, 0xff, 0xac, 0x71, 0x3b, 0xff, 0xab, 0x71, 0x3a, 0xff, 0xaa, 0x6e, 0x3a, 0xff, 0xa7, 0x6d, 0x39, 0xff, 0xb9, 0x7b, 0x43, 0xff, 0xcd, 0x8a, 0x4e, 0xff, 0xcd, 0x89, 0x4b, 0xff, 0xc5, 0x86, 0x49, 0xff, 0xca, 0x89, 0x4f, 0xff, 0xd3, 0x8d, 0x54, 0xff, 0xd7, 0x8f, 0x56, 0xff, 0xda, 0x93, 0x5a, 0xff, 0xdb, 0x9b, 0x60, 0xff, 0xdb, 0xaa, 0x6a, 0xff, 0xd8, 0xba, 0x75, 0xff, 0xd6, 0xc1, 0x83, 0xff, 0xd6, 0xab, 0x76, 0xff, 0xd9, 0xa9, 0x6e, 0xff, 0xdb, 0xa9, 0x6a, 0xff, 0xda, 0xa2, 0x65, 0xff, 0xdb, 0x9c, 0x60, 0xff, 0xdb, 0x96, 0x5b, 0xff, 0xd9, 0x93, 0x58, 0xff, 0xd0, 0x8f, 0x54, 0xff, 0xc6, 0x89, 0x50, 0xff, 0xbf, 0x82, 0x4c, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xb6, 0x7a, 0x44, 0xff, 0xb2, 0x75, 0x41, 0xff, 0xaf, 0x72, 0x3e, 0xff, 0xaf, 0x72, 0x3e, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xae, 0x71, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa8, 0x70, 0x41, 0xff, 0xa7, 0x6e, 0x3f, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa3, 0x65, 0x37, 0xff, 0xa0, 0x62, 0x35, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x95, 0x59, 0x30, 0xff, 0x95, 0x59, 0x31, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x94, 0x59, 0x30, 0xff, 0x93, 0x58, 0x30, 0xff, 0x93, 0x58, 0x31, 0xff, 0x93, 0x58, 0x30, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x91, 0x57, 0x2f, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x90, 0x57, 0x2e, 0xff, 0x8f, 0x55, 0x2e, 0xff, 0x8e, 0x54, 0x2b, 0xff, 0x8d, 0x53, 0x2b, 0xff, 0x8c, 0x53, 0x2b, 0xff, 0x8b, 0x52, 0x2b, 0xff, 0x8a, 0x51, 0x29, 0xff, 0x8b, 0x51, 0x29, 0xff, 0x8b, 0x51, 0x2a, 0xff, 0x8b, 0x51, 0x29, 0xff, 0x8b, 0x51, 0x28, 0xff, 0x8b, 0x52, 0x2a, 0xff, 0x8c, 0x53, 0x2a, 0xff, 0x8b, 0x51, 0x29, 0xff, 0x8c, 0x52, 0x2a, 0xff, 0x8c, 0x52, 0x2a, 0xff, 0x8c, 0x53, 0x2a, 0xff, 0x8c, 0x51, 0x2a, 0xff, 0x8a, 0x51, 0x29, 0xff, 0x88, 0x50, 0x27, 0xff, 0x8a, 0x50, 0x27, 0xff, 0x8a, 0x51, 0x28, 0xff, 0x8a, 0x51, 0x28, 0xff, 0x8b, 0x50, 0x29, 0xff, 0x8d, 0x54, 0x2b, 0xff, 0x8e, 0x53, 0x2c, 0xff, 0x8e, 0x54, 0x2c, 0xff, 0x8e, 0x54, 0x2c, 0xff, 0x8f, 0x55, 0x2c, 0xff, 0x90, 0x54, 0x2d, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x93, 0x57, 0x31, 0xff, 0x94, 0x58, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x94, 0x59, 0x31, 0xff, - 0x94, 0x58, 0x31, 0xff, 0x94, 0x58, 0x32, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa5, 0x68, 0x3d, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xad, 0x71, 0x41, 0xff, 0xae, 0x71, 0x41, 0xff, 0xaf, 0x72, 0x42, 0xff, 0xb0, 0x73, 0x43, 0xff, 0xaf, 0x71, 0x42, 0xff, 0xae, 0x71, 0x41, 0xff, 0xaf, 0x73, 0x43, 0xff, 0xb0, 0x76, 0x46, 0xff, 0xb1, 0x77, 0x46, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xb8, 0x7c, 0x4b, 0xff, 0xc3, 0x88, 0x51, 0xff, 0xc2, 0x87, 0x53, 0xff, 0xc8, 0x89, 0x52, 0xff, 0xc9, 0x8b, 0x53, 0xff, 0xc6, 0x89, 0x53, 0xff, 0xca, 0x8a, 0x54, 0xff, 0xcf, 0x8f, 0x58, 0xff, 0xbc, 0x82, 0x4f, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xa4, 0x68, 0x3c, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9f, 0x64, 0x39, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9e, 0x64, 0x39, 0xff, 0x9f, 0x66, 0x39, 0xff, 0x9f, 0x66, 0x39, 0xff, 0xa1, 0x69, 0x3a, 0xff, 0xa1, 0x6b, 0x3d, 0xff, 0xa3, 0x6e, 0x41, 0xff, 0xa5, 0x70, 0x45, 0xff, 0xa4, 0x6e, 0x48, 0xff, 0xa4, 0x6e, 0x49, 0xff, 0xa5, 0x70, 0x4b, 0xff, 0xa5, 0x72, 0x4c, 0xff, 0xa6, 0x72, 0x4b, 0xff, 0xa6, 0x6f, 0x44, 0xff, 0xa6, 0x70, 0x45, 0xff, 0xa6, 0x72, 0x47, 0xff, 0xa6, 0x73, 0x46, 0xff, 0xa6, 0x71, 0x43, 0xff, 0xa6, 0x71, 0x41, 0xff, 0xa8, 0x71, 0x41, 0xff, 0xa9, 0x72, 0x41, 0xff, 0xa9, 0x73, 0x41, 0xff, 0xac, 0x76, 0x41, 0xff, 0xae, 0x77, 0x42, 0xff, 0xaf, 0x78, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xb3, 0x79, 0x42, 0xff, 0xb4, 0x7b, 0x43, 0xff, 0xb5, 0x7d, 0x44, 0xff, 0xb6, 0x7e, 0x46, 0xff, 0xb7, 0x80, 0x48, 0xff, 0xb9, 0x83, 0x4a, 0xff, 0xba, 0x85, 0x4c, 0xff, 0xbb, 0x88, 0x4e, 0xff, 0xbd, 0x8c, 0x51, 0xff, 0xbf, 0x8e, 0x54, 0xff, 0xc1, 0x91, 0x56, 0xff, 0xc2, 0x93, 0x57, 0xff, 0xc4, 0x94, 0x57, 0xff, 0xcd, 0x99, 0x5a, 0xff, 0xd2, 0x9b, 0x5b, 0xff, 0xd9, 0x9e, 0x5e, 0xff, 0xdb, 0xa4, 0x61, 0xff, 0xdb, 0xac, 0x67, 0xff, 0xd9, 0xba, 0x6d, 0xff, 0xd3, 0xbf, 0x74, 0xff, 0xd5, 0xbf, 0x7f, 0xff, 0xd7, 0xbf, 0x89, 0xff, 0xda, 0xbf, 0x94, 0xff, 0xda, 0xbf, 0x9a, 0xff, 0xd9, 0xbf, 0x93, 0xff, 0xd6, 0xc0, 0x86, 0xff, 0xd4, 0xbe, 0x78, 0xff, 0xd5, 0xbc, 0x6f, 0xff, 0xd9, 0xb3, 0x6b, 0xff, 0xda, 0xa3, 0x62, 0xff, 0xda, 0x99, 0x5b, 0xff, 0xdb, 0x95, 0x55, 0xff, 0xdb, 0x93, 0x54, 0xff, 0xda, 0x92, 0x53, 0xff, 0xd9, 0x97, 0x57, 0xff, 0xda, 0x9c, 0x5c, 0xff, 0xdb, 0x9e, 0x5f, 0xff, 0xd3, 0x96, 0x58, 0xff, 0xca, 0x8c, 0x4f, 0xff, 0xcc, 0x8e, 0x51, 0xff, 0xcc, 0x8e, 0x50, 0xff, 0xcc, 0x8e, 0x4f, 0xff, 0xcc, 0x8f, 0x4f, 0xff, 0xcd, 0x8f, 0x4e, 0xff, 0xce, 0x8e, 0x4c, 0xff, 0xd1, 0x8e, 0x4c, 0xff, 0xd0, 0x8e, 0x4c, 0xff, 0xcf, 0x8d, 0x4c, 0xff, 0xcd, 0x8b, 0x4b, 0xff, 0xca, 0x8a, 0x4b, 0xff, 0xc8, 0x89, 0x4b, 0xff, 0xc6, 0x88, 0x4a, 0xff, 0xc2, 0x85, 0x48, 0xff, 0xbf, 0x83, 0x47, 0xff, 0xbc, 0x82, 0x46, 0xff, 0xba, 0x7f, 0x45, 0xff, 0xb8, 0x7d, 0x42, 0xff, 0xb5, 0x7b, 0x41, 0xff, 0xb2, 0x78, 0x40, 0xff, 0xb0, 0x77, 0x3e, 0xff, 0xaf, 0x74, 0x3c, 0xff, 0xad, 0x72, 0x3b, 0xff, 0xac, 0x72, 0x3b, 0xff, 0xab, 0x6f, 0x3a, 0xff, 0xa9, 0x70, 0x3c, 0xff, 0xc5, 0x85, 0x4a, 0xff, 0xd3, 0x8e, 0x4f, 0xff, 0xcb, 0x8a, 0x4e, 0xff, 0xcf, 0x8b, 0x51, 0xff, 0xd5, 0x8e, 0x54, 0xff, 0xd5, 0x8e, 0x55, 0xff, 0xd9, 0x92, 0x58, 0xff, 0xda, 0x99, 0x5f, 0xff, 0xdb, 0xa8, 0x68, 0xff, 0xd9, 0xbb, 0x73, 0xff, 0xd8, 0xc2, 0x84, 0xff, 0xd6, 0xae, 0x7c, 0xff, 0xd9, 0xa8, 0x74, 0xff, 0xdb, 0xab, 0x72, 0xff, 0xdb, 0xa9, 0x6d, 0xff, 0xda, 0xa4, 0x67, 0xff, 0xdb, 0x9d, 0x60, 0xff, 0xdb, 0x9a, 0x5d, 0xff, 0xda, 0x96, 0x5a, 0xff, 0xd0, 0x8f, 0x56, 0xff, 0xc7, 0x8a, 0x51, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xb7, 0x7a, 0x45, 0xff, 0xb4, 0x77, 0x42, 0xff, 0xb0, 0x73, 0x3e, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xb2, 0x77, 0x42, 0xff, 0xb1, 0x73, 0x40, 0xff, 0xae, 0x72, 0x3e, 0xff, 0xad, 0x71, 0x3e, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xa1, 0x65, 0x36, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x94, 0x59, 0x31, 0xff, 0x94, 0x58, 0x31, 0xff, 0x93, 0x58, 0x2f, 0xff, 0x94, 0x57, 0x30, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x91, 0x57, 0x2f, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x8e, 0x55, 0x2d, 0xff, 0x8f, 0x55, 0x2e, 0xff, 0x93, 0x56, 0x30, 0xff, 0x91, 0x56, 0x30, 0xff, 0x8f, 0x55, 0x2e, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x8e, 0x53, 0x2c, 0xff, 0x8c, 0x53, 0x2b, 0xff, 0x8c, 0x52, 0x2a, 0xff, 0x8a, 0x50, 0x29, 0xff, 0x8a, 0x51, 0x2b, 0xff, 0x8b, 0x51, 0x29, 0xff, 0x8a, 0x51, 0x2a, 0xff, 0x8a, 0x50, 0x28, 0xff, 0x8a, 0x50, 0x28, 0xff, 0x8b, 0x52, 0x2b, 0xff, 0x8a, 0x50, 0x28, 0xff, 0x8b, 0x51, 0x2b, 0xff, 0x8b, 0x51, 0x29, 0xff, 0x89, 0x51, 0x2a, 0xff, 0x8a, 0x51, 0x2b, 0xff, 0x88, 0x50, 0x28, 0xff, 0x87, 0x50, 0x27, 0xff, 0x87, 0x50, 0x27, 0xff, 0x88, 0x50, 0x26, 0xff, 0x8a, 0x51, 0x28, 0xff, 0x8c, 0x52, 0x2b, 0xff, 0x8c, 0x52, 0x2b, 0xff, 0x8b, 0x52, 0x2b, 0xff, 0x8c, 0x52, 0x2b, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8d, 0x53, 0x2c, 0xff, 0x8e, 0x53, 0x2c, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x91, 0x56, 0x2f, 0xff, 0x91, 0x57, 0x2f, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x30, 0xff, 0x94, 0x58, 0x30, 0xff, - 0x93, 0x57, 0x2f, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x58, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x95, 0x58, 0x32, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9a, 0x5f, 0x36, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0xa4, 0x68, 0x3c, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xab, 0x6e, 0x3f, 0xff, 0xad, 0x70, 0x40, 0xff, 0xae, 0x71, 0x40, 0xff, 0xae, 0x72, 0x42, 0xff, 0xaf, 0x72, 0x43, 0xff, 0xb0, 0x73, 0x43, 0xff, 0xae, 0x72, 0x43, 0xff, 0xaf, 0x75, 0x46, 0xff, 0xb1, 0x77, 0x46, 0xff, 0xb3, 0x77, 0x47, 0xff, 0xb5, 0x79, 0x48, 0xff, 0xbd, 0x84, 0x4e, 0xff, 0xc2, 0x86, 0x51, 0xff, 0xc4, 0x89, 0x52, 0xff, 0xc8, 0x8a, 0x53, 0xff, 0xcb, 0x8c, 0x55, 0xff, 0xc9, 0x8a, 0x53, 0xff, 0xcb, 0x8a, 0x55, 0xff, 0xc8, 0x88, 0x53, 0xff, 0xaa, 0x70, 0x43, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0xa2, 0x67, 0x3b, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0x9e, 0x64, 0x38, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9e, 0x64, 0x37, 0xff, 0x9e, 0x64, 0x38, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa1, 0x69, 0x3c, 0xff, 0xa0, 0x6b, 0x3d, 0xff, 0xa2, 0x6e, 0x43, 0xff, 0xa3, 0x6f, 0x46, 0xff, 0xa4, 0x6f, 0x4a, 0xff, 0xa5, 0x71, 0x4b, 0xff, 0xa6, 0x72, 0x4d, 0xff, 0xa6, 0x73, 0x4e, 0xff, 0xa6, 0x70, 0x49, 0xff, 0xa6, 0x6e, 0x42, 0xff, 0xa6, 0x71, 0x46, 0xff, 0xa6, 0x72, 0x45, 0xff, 0xa6, 0x72, 0x42, 0xff, 0xa6, 0x70, 0x41, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa7, 0x6f, 0x3d, 0xff, 0xa9, 0x71, 0x3e, 0xff, 0xab, 0x73, 0x3f, 0xff, 0xad, 0x75, 0x40, 0xff, 0xae, 0x76, 0x42, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xb1, 0x76, 0x42, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb4, 0x7a, 0x43, 0xff, 0xb5, 0x7c, 0x44, 0xff, 0xb6, 0x7e, 0x46, 0xff, 0xb7, 0x82, 0x48, 0xff, 0xb9, 0x84, 0x4a, 0xff, 0xba, 0x87, 0x4c, 0xff, 0xbb, 0x89, 0x4e, 0xff, 0xbd, 0x8d, 0x52, 0xff, 0xbe, 0x8e, 0x54, 0xff, 0xbe, 0x8f, 0x55, 0xff, 0xbf, 0x91, 0x57, 0xff, 0xc3, 0x94, 0x59, 0xff, 0xca, 0x99, 0x5d, 0xff, 0xd2, 0x9c, 0x5f, 0xff, 0xd7, 0x9f, 0x60, 0xff, 0xda, 0xa4, 0x62, 0xff, 0xda, 0xae, 0x66, 0xff, 0xd7, 0xb9, 0x6b, 0xff, 0xd4, 0xbf, 0x72, 0xff, 0xd5, 0xbf, 0x7b, 0xff, 0xd7, 0xc0, 0x83, 0xff, 0xd9, 0xc0, 0x8b, 0xff, 0xd9, 0xc0, 0x91, 0xff, 0xd9, 0xc0, 0x8f, 0xff, 0xd7, 0xc0, 0x87, 0xff, 0xd4, 0xbf, 0x7a, 0xff, 0xd5, 0xbd, 0x6c, 0xff, 0xd9, 0xb5, 0x68, 0xff, 0xdb, 0xa9, 0x66, 0xff, 0xda, 0x9c, 0x5d, 0xff, 0xdb, 0x96, 0x57, 0xff, 0xdb, 0x93, 0x54, 0xff, 0xdb, 0x93, 0x53, 0xff, 0xda, 0x93, 0x53, 0xff, 0xd9, 0x97, 0x57, 0xff, 0xdb, 0x9d, 0x5d, 0xff, 0xd6, 0x97, 0x57, 0xff, 0xcf, 0x8f, 0x4f, 0xff, 0xd0, 0x8f, 0x4f, 0xff, 0xd0, 0x8f, 0x50, 0xff, 0xd0, 0x8f, 0x50, 0xff, 0xd1, 0x91, 0x50, 0xff, 0xd4, 0x92, 0x50, 0xff, 0xd6, 0x92, 0x50, 0xff, 0xd8, 0x93, 0x50, 0xff, 0xd9, 0x92, 0x50, 0xff, 0xd8, 0x92, 0x50, 0xff, 0xd7, 0x92, 0x50, 0xff, 0xd5, 0x91, 0x51, 0xff, 0xd5, 0x91, 0x51, 0xff, 0xd1, 0x90, 0x50, 0xff, 0xcd, 0x8c, 0x4e, 0xff, 0xc8, 0x8b, 0x4d, 0xff, 0xc3, 0x88, 0x4b, 0xff, 0xbf, 0x84, 0x49, 0xff, 0xbc, 0x81, 0x48, 0xff, 0xb9, 0x7f, 0x45, 0xff, 0xb7, 0x7c, 0x43, 0xff, 0xb4, 0x7a, 0x41, 0xff, 0xb1, 0x78, 0x3f, 0xff, 0xaf, 0x75, 0x3e, 0xff, 0xae, 0x73, 0x3c, 0xff, 0xad, 0x72, 0x3c, 0xff, 0xa8, 0x6c, 0x38, 0xff, 0xb3, 0x78, 0x41, 0xff, 0xd1, 0x8c, 0x4f, 0xff, 0xd6, 0x8f, 0x53, 0xff, 0xd3, 0x8e, 0x55, 0xff, 0xd9, 0x90, 0x56, 0xff, 0xd9, 0x8f, 0x57, 0xff, 0xd9, 0x90, 0x57, 0xff, 0xda, 0x95, 0x59, 0xff, 0xdc, 0x9f, 0x62, 0xff, 0xda, 0xb2, 0x6d, 0xff, 0xd6, 0xc0, 0x7b, 0xff, 0xd6, 0xba, 0x80, 0xff, 0xda, 0xae, 0x77, 0xff, 0xdb, 0xac, 0x75, 0xff, 0xdc, 0xac, 0x72, 0xff, 0xdc, 0xaa, 0x6b, 0xff, 0xdb, 0xa6, 0x66, 0xff, 0xdb, 0xa1, 0x62, 0xff, 0xdb, 0x9b, 0x5e, 0xff, 0xd8, 0x95, 0x5b, 0xff, 0xd2, 0x91, 0x58, 0xff, 0xcb, 0x8c, 0x54, 0xff, 0xc3, 0x87, 0x4e, 0xff, 0xbe, 0x82, 0x4a, 0xff, 0xb9, 0x7c, 0x47, 0xff, 0xb5, 0x79, 0x44, 0xff, 0xb1, 0x74, 0x40, 0xff, 0xb4, 0x77, 0x43, 0xff, 0xb5, 0x79, 0x43, 0xff, 0xb2, 0x75, 0x41, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xae, 0x72, 0x3e, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xa9, 0x6b, 0x3a, 0xff, 0xa4, 0x67, 0x37, 0xff, 0xa1, 0x63, 0x35, 0xff, 0x9f, 0x61, 0x35, 0xff, 0x9d, 0x60, 0x35, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x93, 0x58, 0x31, 0xff, 0x93, 0x58, 0x30, 0xff, 0x92, 0x56, 0x30, 0xff, 0x92, 0x57, 0x30, 0xff, 0x91, 0x56, 0x2f, 0xff, 0x90, 0x56, 0x2f, 0xff, 0x8f, 0x56, 0x2e, 0xff, 0x8f, 0x55, 0x2e, 0xff, 0x92, 0x57, 0x31, 0xff, 0x94, 0x59, 0x33, 0xff, 0x91, 0x57, 0x30, 0xff, 0x8f, 0x56, 0x2f, 0xff, 0x8f, 0x55, 0x2d, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8c, 0x52, 0x2b, 0xff, 0x8b, 0x51, 0x2a, 0xff, 0x8a, 0x51, 0x2a, 0xff, 0x8a, 0x51, 0x2a, 0xff, 0x89, 0x51, 0x2a, 0xff, 0x89, 0x50, 0x28, 0xff, 0x89, 0x50, 0x28, 0xff, 0x8a, 0x51, 0x2a, 0xff, 0x89, 0x50, 0x29, 0xff, 0x8a, 0x50, 0x29, 0xff, 0x8a, 0x51, 0x29, 0xff, 0x89, 0x51, 0x2a, 0xff, 0x89, 0x51, 0x2a, 0xff, 0x89, 0x50, 0x29, 0xff, 0x86, 0x4e, 0x27, 0xff, 0x86, 0x4e, 0x25, 0xff, 0x87, 0x4f, 0x28, 0xff, 0x88, 0x50, 0x29, 0xff, 0x89, 0x4f, 0x29, 0xff, 0x8a, 0x50, 0x29, 0xff, 0x89, 0x50, 0x29, 0xff, 0x89, 0x50, 0x29, 0xff, 0x8a, 0x51, 0x2a, 0xff, 0x8b, 0x51, 0x29, 0xff, 0x8b, 0x51, 0x2a, 0xff, 0x8c, 0x52, 0x2b, 0xff, 0x8d, 0x51, 0x2b, 0xff, 0x8d, 0x52, 0x2b, 0xff, 0x8d, 0x53, 0x2b, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x92, 0x56, 0x2f, 0xff, - 0x91, 0x55, 0x2e, 0xff, 0x92, 0x57, 0x30, 0xff, 0x92, 0x56, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x96, 0x59, 0x33, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9e, 0x63, 0x38, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa2, 0x66, 0x3b, 0xff, 0xa2, 0x66, 0x3c, 0xff, 0xa7, 0x6a, 0x3d, 0xff, 0xa8, 0x6b, 0x3c, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xaa, 0x6c, 0x3d, 0xff, 0xab, 0x6e, 0x3f, 0xff, 0xad, 0x70, 0x3f, 0xff, 0xad, 0x71, 0x40, 0xff, 0xae, 0x71, 0x42, 0xff, 0xaf, 0x73, 0x44, 0xff, 0xb0, 0x74, 0x45, 0xff, 0xaf, 0x73, 0x45, 0xff, 0xaf, 0x74, 0x45, 0xff, 0xb1, 0x75, 0x46, 0xff, 0xb5, 0x79, 0x4a, 0xff, 0xc0, 0x85, 0x51, 0xff, 0xc3, 0x88, 0x52, 0xff, 0xc7, 0x8b, 0x54, 0xff, 0xca, 0x8c, 0x56, 0xff, 0xcc, 0x8d, 0x56, 0xff, 0xce, 0x8d, 0x56, 0xff, 0xcf, 0x8d, 0x57, 0xff, 0xd1, 0x8e, 0x57, 0xff, 0x99, 0x5e, 0x34, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9c, 0x62, 0x36, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa0, 0x68, 0x3a, 0xff, 0xa0, 0x69, 0x3c, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa1, 0x6d, 0x42, 0xff, 0xa4, 0x6e, 0x48, 0xff, 0xa5, 0x72, 0x4c, 0xff, 0xa5, 0x72, 0x4c, 0xff, 0xa5, 0x72, 0x4e, 0xff, 0xa5, 0x73, 0x4e, 0xff, 0xa6, 0x70, 0x47, 0xff, 0xa5, 0x6f, 0x44, 0xff, 0xa6, 0x71, 0x45, 0xff, 0xa5, 0x72, 0x43, 0xff, 0xa6, 0x71, 0x40, 0xff, 0xa6, 0x70, 0x3e, 0xff, 0xa6, 0x6f, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xaa, 0x71, 0x3d, 0xff, 0xab, 0x73, 0x3f, 0xff, 0xad, 0x75, 0x40, 0xff, 0xae, 0x76, 0x41, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xb1, 0x77, 0x41, 0xff, 0xb3, 0x7a, 0x43, 0xff, 0xb5, 0x7c, 0x44, 0xff, 0xb6, 0x7e, 0x45, 0xff, 0xb7, 0x81, 0x49, 0xff, 0xb8, 0x83, 0x4b, 0xff, 0xba, 0x88, 0x4e, 0xff, 0xbb, 0x8a, 0x50, 0xff, 0xbb, 0x8c, 0x51, 0xff, 0xbb, 0x8e, 0x53, 0xff, 0xbd, 0x8f, 0x57, 0xff, 0xbf, 0x91, 0x59, 0xff, 0xc1, 0x93, 0x5b, 0xff, 0xc7, 0x96, 0x60, 0xff, 0xce, 0x9a, 0x62, 0xff, 0xd4, 0x9e, 0x63, 0xff, 0xda, 0xa4, 0x66, 0xff, 0xdd, 0xae, 0x68, 0xff, 0xdb, 0xb9, 0x6b, 0xff, 0xd5, 0xc0, 0x70, 0xff, 0xd2, 0xbf, 0x77, 0xff, 0xd5, 0xc0, 0x7f, 0xff, 0xd7, 0xc1, 0x86, 0xff, 0xd7, 0xc1, 0x89, 0xff, 0xd7, 0xc0, 0x87, 0xff, 0xd5, 0xc1, 0x83, 0xff, 0xd4, 0xc1, 0x7a, 0xff, 0xd5, 0xbd, 0x6e, 0xff, 0xda, 0xb6, 0x69, 0xff, 0xdc, 0xac, 0x66, 0xff, 0xdb, 0x9f, 0x5e, 0xff, 0xdb, 0x9a, 0x59, 0xff, 0xdc, 0x95, 0x56, 0xff, 0xdc, 0x93, 0x54, 0xff, 0xdb, 0x92, 0x54, 0xff, 0xda, 0x92, 0x54, 0xff, 0xdb, 0x99, 0x59, 0xff, 0xd8, 0x9a, 0x5a, 0xff, 0xd4, 0x93, 0x4f, 0xff, 0xd3, 0x91, 0x4d, 0xff, 0xd3, 0x91, 0x4f, 0xff, 0xd4, 0x92, 0x50, 0xff, 0xd6, 0x93, 0x52, 0xff, 0xd9, 0x96, 0x52, 0xff, 0xdb, 0x97, 0x52, 0xff, 0xdb, 0x97, 0x54, 0xff, 0xdb, 0x96, 0x55, 0xff, 0xda, 0x98, 0x55, 0xff, 0xda, 0x99, 0x56, 0xff, 0xdb, 0x98, 0x57, 0xff, 0xdb, 0x98, 0x56, 0xff, 0xdb, 0x98, 0x56, 0xff, 0xda, 0x94, 0x54, 0xff, 0xd6, 0x91, 0x52, 0xff, 0xd1, 0x90, 0x52, 0xff, 0xcb, 0x8c, 0x4f, 0xff, 0xc4, 0x88, 0x4d, 0xff, 0xc0, 0x85, 0x4a, 0xff, 0xbd, 0x82, 0x49, 0xff, 0xb9, 0x7f, 0x46, 0xff, 0xb6, 0x7c, 0x43, 0xff, 0xb3, 0x79, 0x41, 0xff, 0xb0, 0x76, 0x3f, 0xff, 0xae, 0x74, 0x3e, 0xff, 0xad, 0x73, 0x3c, 0xff, 0xa9, 0x6d, 0x39, 0xff, 0xb9, 0x7e, 0x45, 0xff, 0xd4, 0x8f, 0x53, 0xff, 0xd9, 0x91, 0x58, 0xff, 0xd9, 0x94, 0x5a, 0xff, 0xdb, 0x93, 0x58, 0xff, 0xdb, 0x90, 0x57, 0xff, 0xdb, 0x94, 0x58, 0xff, 0xda, 0x9a, 0x5d, 0xff, 0xdb, 0xa4, 0x64, 0xff, 0xda, 0xb8, 0x70, 0xff, 0xd8, 0xc3, 0x82, 0xff, 0xda, 0xb1, 0x77, 0xff, 0xdc, 0xac, 0x72, 0xff, 0xdb, 0xae, 0x75, 0xff, 0xdc, 0xac, 0x71, 0xff, 0xdb, 0xad, 0x6b, 0xff, 0xdb, 0xa9, 0x66, 0xff, 0xdb, 0xa0, 0x61, 0xff, 0xdb, 0x99, 0x5f, 0xff, 0xdb, 0x96, 0x5c, 0xff, 0xd4, 0x91, 0x58, 0xff, 0xcc, 0x8e, 0x55, 0xff, 0xc6, 0x89, 0x51, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb5, 0x78, 0x45, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb7, 0x7c, 0x47, 0xff, 0xb4, 0x77, 0x43, 0xff, 0xb1, 0x75, 0x40, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xa9, 0x6a, 0x3b, 0xff, 0xa6, 0x67, 0x38, 0xff, 0xa4, 0x66, 0x36, 0xff, 0xa0, 0x62, 0x35, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x95, 0x5b, 0x33, 0xff, 0x94, 0x59, 0x32, 0xff, 0x94, 0x57, 0x31, 0xff, 0x92, 0x57, 0x31, 0xff, 0x91, 0x57, 0x2f, 0xff, 0x90, 0x54, 0x30, 0xff, 0x8f, 0x55, 0x2e, 0xff, 0x8f, 0x55, 0x2f, 0xff, 0x91, 0x57, 0x31, 0xff, 0x95, 0x5b, 0x35, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x92, 0x57, 0x31, 0xff, 0x91, 0x57, 0x30, 0xff, 0x8f, 0x55, 0x2e, 0xff, 0x8e, 0x54, 0x2d, 0xff, 0x8d, 0x52, 0x2b, 0xff, 0x8c, 0x52, 0x2b, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8b, 0x51, 0x2a, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x89, 0x50, 0x29, 0xff, 0x89, 0x50, 0x29, 0xff, 0x89, 0x50, 0x29, 0xff, 0x89, 0x50, 0x2a, 0xff, 0x8a, 0x50, 0x28, 0xff, 0x89, 0x4f, 0x28, 0xff, 0x87, 0x4f, 0x2a, 0xff, 0x89, 0x50, 0x2a, 0xff, 0x88, 0x4f, 0x28, 0xff, 0x86, 0x4d, 0x26, 0xff, 0x88, 0x4f, 0x27, 0xff, 0x86, 0x4f, 0x28, 0xff, 0x87, 0x4f, 0x27, 0xff, 0x86, 0x4e, 0x26, 0xff, 0x87, 0x4f, 0x28, 0xff, 0x88, 0x4f, 0x28, 0xff, 0x88, 0x4f, 0x28, 0xff, 0x89, 0x50, 0x2a, 0xff, 0x8a, 0x4f, 0x27, 0xff, 0x8a, 0x50, 0x29, 0xff, 0x8b, 0x51, 0x29, 0xff, 0x8b, 0x52, 0x2a, 0xff, 0x8c, 0x52, 0x2b, 0xff, 0x8c, 0x53, 0x2b, 0xff, 0x8d, 0x54, 0x2b, 0xff, 0x8e, 0x53, 0x2b, 0xff, 0x8e, 0x54, 0x2d, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8f, 0x55, 0x2d, 0xff, - 0x8f, 0x54, 0x2c, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x92, 0x56, 0x30, 0xff, 0x92, 0x57, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0x92, 0x57, 0x31, 0xff, 0x95, 0x59, 0x33, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x99, 0x5d, 0x36, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0xa0, 0x64, 0x3b, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xaa, 0x6c, 0x3d, 0xff, 0xab, 0x6d, 0x3d, 0xff, 0xab, 0x6e, 0x3f, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xad, 0x70, 0x41, 0xff, 0xaf, 0x73, 0x42, 0xff, 0xb0, 0x74, 0x45, 0xff, 0xb2, 0x76, 0x46, 0xff, 0xb1, 0x74, 0x45, 0xff, 0xb1, 0x75, 0x46, 0xff, 0xba, 0x81, 0x4e, 0xff, 0xbf, 0x84, 0x51, 0xff, 0xc2, 0x88, 0x54, 0xff, 0xc4, 0x8c, 0x54, 0xff, 0xc9, 0x8e, 0x57, 0xff, 0xcc, 0x90, 0x59, 0xff, 0xd1, 0x91, 0x59, 0xff, 0xd2, 0x91, 0x58, 0xff, 0xb8, 0x7f, 0x4d, 0xff, 0x9c, 0x60, 0x37, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9c, 0x62, 0x36, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa0, 0x68, 0x3b, 0xff, 0xa0, 0x69, 0x3d, 0xff, 0xa1, 0x6b, 0x40, 0xff, 0xa0, 0x6d, 0x44, 0xff, 0xa3, 0x70, 0x4a, 0xff, 0xa5, 0x72, 0x4c, 0xff, 0xa5, 0x72, 0x4d, 0xff, 0xa5, 0x72, 0x4d, 0xff, 0xa6, 0x72, 0x4c, 0xff, 0xa5, 0x6e, 0x44, 0xff, 0xa5, 0x71, 0x45, 0xff, 0xa5, 0x72, 0x44, 0xff, 0xa6, 0x73, 0x41, 0xff, 0xa6, 0x70, 0x3e, 0xff, 0xa6, 0x6e, 0x3d, 0xff, 0xa7, 0x6f, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xaa, 0x72, 0x3d, 0xff, 0xab, 0x74, 0x40, 0xff, 0xad, 0x75, 0x41, 0xff, 0xae, 0x76, 0x41, 0xff, 0xb0, 0x76, 0x40, 0xff, 0xb2, 0x79, 0x41, 0xff, 0xb4, 0x7b, 0x43, 0xff, 0xb5, 0x7f, 0x46, 0xff, 0xb7, 0x81, 0x49, 0xff, 0xb8, 0x84, 0x4a, 0xff, 0xb8, 0x87, 0x4c, 0xff, 0xb8, 0x8a, 0x4f, 0xff, 0xba, 0x8c, 0x51, 0xff, 0xbb, 0x8e, 0x55, 0xff, 0xbd, 0x90, 0x57, 0xff, 0xbf, 0x90, 0x5a, 0xff, 0xc1, 0x92, 0x5d, 0xff, 0xc6, 0x95, 0x61, 0xff, 0xcc, 0x99, 0x65, 0xff, 0xd0, 0x9c, 0x66, 0xff, 0xd7, 0x9f, 0x68, 0xff, 0xdc, 0xa6, 0x6a, 0xff, 0xdc, 0xb2, 0x6d, 0xff, 0xda, 0xbf, 0x71, 0xff, 0xd2, 0xc1, 0x74, 0xff, 0xd3, 0xc1, 0x79, 0xff, 0xd6, 0xc1, 0x7f, 0xff, 0xd7, 0xc1, 0x81, 0xff, 0xd7, 0xc2, 0x83, 0xff, 0xd6, 0xc1, 0x7e, 0xff, 0xd4, 0xc1, 0x77, 0xff, 0xd7, 0xbc, 0x6e, 0xff, 0xdc, 0xb4, 0x66, 0xff, 0xdc, 0xae, 0x66, 0xff, 0xdb, 0xa3, 0x62, 0xff, 0xdb, 0x9c, 0x5b, 0xff, 0xdb, 0x99, 0x57, 0xff, 0xdc, 0x95, 0x55, 0xff, 0xdb, 0x94, 0x54, 0xff, 0xdc, 0x95, 0x54, 0xff, 0xdb, 0x93, 0x55, 0xff, 0xda, 0x9a, 0x5a, 0xff, 0xd8, 0x97, 0x55, 0xff, 0xd5, 0x8e, 0x4a, 0xff, 0xd6, 0x93, 0x4e, 0xff, 0xd8, 0x95, 0x50, 0xff, 0xdb, 0x95, 0x51, 0xff, 0xdc, 0x98, 0x53, 0xff, 0xdc, 0x99, 0x54, 0xff, 0xdb, 0x99, 0x55, 0xff, 0xda, 0x9a, 0x57, 0xff, 0xdb, 0x9d, 0x59, 0xff, 0xdb, 0x9f, 0x5b, 0xff, 0xda, 0x9e, 0x5b, 0xff, 0xda, 0x9f, 0x5a, 0xff, 0xdb, 0x9f, 0x5c, 0xff, 0xdc, 0x9d, 0x5c, 0xff, 0xdb, 0x9a, 0x59, 0xff, 0xdb, 0x97, 0x58, 0xff, 0xd9, 0x97, 0x57, 0xff, 0xd3, 0x92, 0x54, 0xff, 0xcb, 0x8c, 0x50, 0xff, 0xc4, 0x89, 0x4e, 0xff, 0xbf, 0x85, 0x4b, 0xff, 0xbb, 0x80, 0x48, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb4, 0x7a, 0x43, 0xff, 0xb1, 0x77, 0x40, 0xff, 0xaf, 0x76, 0x3f, 0xff, 0xae, 0x73, 0x3d, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xc7, 0x86, 0x50, 0xff, 0xdb, 0x95, 0x5b, 0xff, 0xdb, 0x95, 0x5a, 0xff, 0xdb, 0x96, 0x5a, 0xff, 0xda, 0x94, 0x59, 0xff, 0xdb, 0x93, 0x57, 0xff, 0xdb, 0x94, 0x58, 0xff, 0xdb, 0x9a, 0x5d, 0xff, 0xdb, 0xa8, 0x67, 0xff, 0xda, 0xbd, 0x73, 0xff, 0xda, 0xb1, 0x71, 0xff, 0xdd, 0xad, 0x70, 0xff, 0xdc, 0xaf, 0x72, 0xff, 0xdb, 0xae, 0x72, 0xff, 0xdc, 0xb1, 0x6e, 0xff, 0xdd, 0xab, 0x68, 0xff, 0xdc, 0xa5, 0x65, 0xff, 0xdb, 0xa0, 0x65, 0xff, 0xdb, 0x9b, 0x61, 0xff, 0xd8, 0x95, 0x5d, 0xff, 0xd4, 0x92, 0x57, 0xff, 0xcd, 0x8e, 0x54, 0xff, 0xc8, 0x8a, 0x51, 0xff, 0xc2, 0x84, 0x4d, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb2, 0x77, 0x43, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xae, 0x72, 0x3f, 0xff, 0xae, 0x73, 0x40, 0xff, 0xac, 0x6f, 0x3e, 0xff, 0xa9, 0x6b, 0x3b, 0xff, 0xa6, 0x69, 0x38, 0xff, 0xa3, 0x66, 0x36, 0xff, 0xa0, 0x62, 0x35, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x33, 0xff, 0x99, 0x5e, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x94, 0x5a, 0x33, 0xff, 0x94, 0x58, 0x32, 0xff, 0x92, 0x57, 0x31, 0xff, 0x8f, 0x56, 0x30, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8f, 0x56, 0x30, 0xff, 0x90, 0x55, 0x30, 0xff, 0x94, 0x5b, 0x34, 0xff, 0x96, 0x5c, 0x35, 0xff, 0x94, 0x59, 0x33, 0xff, 0x92, 0x57, 0x32, 0xff, 0x90, 0x57, 0x30, 0xff, 0x91, 0x57, 0x30, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x8b, 0x52, 0x2b, 0xff, 0x8b, 0x51, 0x2a, 0xff, 0x8a, 0x51, 0x2a, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x88, 0x4f, 0x2a, 0xff, 0x89, 0x4f, 0x28, 0xff, 0x89, 0x50, 0x29, 0xff, 0x87, 0x4f, 0x27, 0xff, 0x88, 0x4f, 0x27, 0xff, 0x88, 0x4f, 0x29, 0xff, 0x88, 0x4f, 0x2a, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x84, 0x4d, 0x26, 0xff, 0x87, 0x4f, 0x27, 0xff, 0x86, 0x4e, 0x26, 0xff, 0x86, 0x4e, 0x26, 0xff, 0x86, 0x4e, 0x26, 0xff, 0x86, 0x4f, 0x26, 0xff, 0x86, 0x4c, 0x26, 0xff, 0x86, 0x4c, 0x26, 0xff, 0x86, 0x4e, 0x27, 0xff, 0x87, 0x4d, 0x27, 0xff, 0x88, 0x50, 0x2a, 0xff, 0x89, 0x4f, 0x27, 0xff, 0x8a, 0x50, 0x29, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8b, 0x51, 0x2b, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8d, 0x51, 0x2b, 0xff, 0x8d, 0x53, 0x2b, 0xff, 0x8d, 0x52, 0x2b, 0xff, 0x8e, 0x54, 0x2c, 0xff, 0x8f, 0x54, 0x2c, 0xff, - 0x8d, 0x52, 0x2c, 0xff, 0x8e, 0x54, 0x2c, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x91, 0x55, 0x31, 0xff, 0x92, 0x56, 0x31, 0xff, 0x93, 0x56, 0x31, 0xff, 0x95, 0x59, 0x33, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x99, 0x5e, 0x36, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9d, 0x62, 0x39, 0xff, 0x9f, 0x63, 0x39, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa7, 0x69, 0x3b, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xad, 0x70, 0x41, 0xff, 0xae, 0x72, 0x42, 0xff, 0xb0, 0x73, 0x44, 0xff, 0xb0, 0x74, 0x45, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xbb, 0x81, 0x4f, 0xff, 0xbd, 0x84, 0x50, 0xff, 0xbf, 0x87, 0x53, 0xff, 0xc4, 0x8c, 0x56, 0xff, 0xc6, 0x8e, 0x57, 0xff, 0xc9, 0x90, 0x5a, 0xff, 0xce, 0x94, 0x5c, 0xff, 0xd0, 0x93, 0x5c, 0xff, 0xab, 0x72, 0x43, 0xff, 0x9f, 0x63, 0x3a, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa2, 0x6a, 0x3c, 0xff, 0xa0, 0x6b, 0x3f, 0xff, 0xa2, 0x6f, 0x44, 0xff, 0xa3, 0x6f, 0x48, 0xff, 0xa2, 0x6f, 0x4a, 0xff, 0xa4, 0x70, 0x4b, 0xff, 0xa5, 0x72, 0x4d, 0xff, 0xa5, 0x73, 0x4d, 0xff, 0xa6, 0x72, 0x4b, 0xff, 0xa5, 0x70, 0x44, 0xff, 0xa6, 0x72, 0x44, 0xff, 0xa6, 0x73, 0x43, 0xff, 0xa6, 0x72, 0x40, 0xff, 0xa6, 0x70, 0x3e, 0xff, 0xa6, 0x6e, 0x3d, 0xff, 0xa8, 0x71, 0x3d, 0xff, 0xa9, 0x72, 0x3d, 0xff, 0xab, 0x74, 0x40, 0xff, 0xad, 0x75, 0x41, 0xff, 0xae, 0x76, 0x41, 0xff, 0xaf, 0x76, 0x40, 0xff, 0xb1, 0x78, 0x42, 0xff, 0xb3, 0x7b, 0x44, 0xff, 0xb5, 0x7d, 0x45, 0xff, 0xb6, 0x81, 0x47, 0xff, 0xb7, 0x83, 0x4a, 0xff, 0xb8, 0x87, 0x4d, 0xff, 0xb9, 0x8a, 0x50, 0xff, 0xba, 0x8d, 0x53, 0xff, 0xbb, 0x8d, 0x55, 0xff, 0xbd, 0x8e, 0x5b, 0xff, 0xbe, 0x8e, 0x5f, 0xff, 0xbf, 0x8f, 0x60, 0xff, 0xc2, 0x93, 0x65, 0xff, 0xc9, 0x96, 0x69, 0xff, 0xcf, 0x99, 0x6b, 0xff, 0xd4, 0x9c, 0x6c, 0xff, 0xd9, 0xa0, 0x6d, 0xff, 0xdc, 0xa9, 0x71, 0xff, 0xdd, 0xb5, 0x72, 0xff, 0xd9, 0xbf, 0x75, 0xff, 0xd5, 0xc1, 0x78, 0xff, 0xd5, 0xc0, 0x7a, 0xff, 0xd5, 0xc2, 0x7d, 0xff, 0xd4, 0xc1, 0x7d, 0xff, 0xd3, 0xc0, 0x78, 0xff, 0xd4, 0xc2, 0x74, 0xff, 0xd8, 0xbc, 0x6c, 0xff, 0xda, 0xb1, 0x63, 0xff, 0xdb, 0xaa, 0x63, 0xff, 0xdc, 0xa5, 0x63, 0xff, 0xdc, 0x9f, 0x5d, 0xff, 0xdb, 0x9d, 0x5c, 0xff, 0xdc, 0x9a, 0x59, 0xff, 0xdd, 0x96, 0x56, 0xff, 0xdc, 0x95, 0x55, 0xff, 0xdd, 0x95, 0x55, 0xff, 0xdc, 0x95, 0x57, 0xff, 0xd9, 0x94, 0x54, 0xff, 0xdb, 0x92, 0x4f, 0xff, 0xdb, 0x92, 0x4e, 0xff, 0xda, 0x94, 0x50, 0xff, 0xdb, 0x97, 0x52, 0xff, 0xdc, 0x98, 0x52, 0xff, 0xdc, 0x99, 0x56, 0xff, 0xdb, 0x9d, 0x59, 0xff, 0xdb, 0x9e, 0x5a, 0xff, 0xdb, 0xa1, 0x5e, 0xff, 0xda, 0xa4, 0x60, 0xff, 0xdb, 0xa6, 0x62, 0xff, 0xdc, 0xaa, 0x63, 0xff, 0xdc, 0xa9, 0x63, 0xff, 0xdb, 0xa6, 0x61, 0xff, 0xdb, 0xa6, 0x60, 0xff, 0xdb, 0xa2, 0x60, 0xff, 0xdc, 0x9d, 0x5e, 0xff, 0xdd, 0x9b, 0x5b, 0xff, 0xd8, 0x95, 0x57, 0xff, 0xd0, 0x90, 0x53, 0xff, 0xc9, 0x8c, 0x51, 0xff, 0xc2, 0x88, 0x4e, 0xff, 0xbc, 0x83, 0x4a, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb6, 0x7c, 0x44, 0xff, 0xb4, 0x7a, 0x42, 0xff, 0xb1, 0x77, 0x40, 0xff, 0xae, 0x74, 0x3e, 0xff, 0xae, 0x73, 0x3d, 0xff, 0xcb, 0x8b, 0x52, 0xff, 0xdd, 0x9c, 0x60, 0xff, 0xdc, 0x99, 0x5d, 0xff, 0xdc, 0x97, 0x5a, 0xff, 0xdc, 0x96, 0x5a, 0xff, 0xdb, 0x92, 0x56, 0xff, 0xdc, 0x96, 0x57, 0xff, 0xdc, 0x9b, 0x5d, 0xff, 0xdb, 0xa6, 0x67, 0xff, 0xda, 0xa8, 0x69, 0xff, 0xdc, 0xad, 0x6b, 0xff, 0xdd, 0xb1, 0x6d, 0xff, 0xdc, 0xb0, 0x6e, 0xff, 0xdc, 0xb0, 0x6c, 0xff, 0xdc, 0xa7, 0x68, 0xff, 0xdb, 0xa1, 0x64, 0xff, 0xdb, 0x9c, 0x5f, 0xff, 0xdb, 0x96, 0x5b, 0xff, 0xdb, 0x93, 0x59, 0xff, 0xd9, 0x91, 0x57, 0xff, 0xd5, 0x91, 0x55, 0xff, 0xd0, 0x8d, 0x54, 0xff, 0xcc, 0x8b, 0x52, 0xff, 0xc7, 0x87, 0x50, 0xff, 0xc2, 0x84, 0x4d, 0xff, 0xc0, 0x84, 0x4e, 0xff, 0xbd, 0x81, 0x4c, 0xff, 0xbc, 0x82, 0x4d, 0xff, 0xba, 0x7f, 0x4b, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb0, 0x74, 0x42, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xad, 0x70, 0x3e, 0xff, 0xaa, 0x6d, 0x3c, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa2, 0x65, 0x36, 0xff, 0x9f, 0x62, 0x35, 0xff, 0x9d, 0x60, 0x35, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x93, 0x59, 0x32, 0xff, 0x92, 0x57, 0x31, 0xff, 0x91, 0x57, 0x30, 0xff, 0x91, 0x55, 0x30, 0xff, 0x91, 0x56, 0x31, 0xff, 0x93, 0x5a, 0x33, 0xff, 0x96, 0x5f, 0x36, 0xff, 0x96, 0x5d, 0x35, 0xff, 0x95, 0x5a, 0x34, 0xff, 0x93, 0x59, 0x33, 0xff, 0x92, 0x57, 0x31, 0xff, 0x91, 0x56, 0x30, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x8d, 0x53, 0x2d, 0xff, 0x8d, 0x52, 0x2b, 0xff, 0x8a, 0x51, 0x2a, 0xff, 0x8a, 0x50, 0x29, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x8a, 0x50, 0x2a, 0xff, 0x89, 0x4f, 0x29, 0xff, 0x87, 0x4f, 0x27, 0xff, 0x87, 0x4e, 0x27, 0xff, 0x88, 0x4f, 0x27, 0xff, 0x89, 0x4f, 0x28, 0xff, 0x88, 0x4e, 0x27, 0xff, 0x87, 0x4d, 0x26, 0xff, 0x86, 0x4e, 0x27, 0xff, 0x85, 0x4d, 0x25, 0xff, 0x85, 0x4e, 0x26, 0xff, 0x85, 0x4e, 0x26, 0xff, 0x85, 0x4d, 0x26, 0xff, 0x84, 0x4d, 0x26, 0xff, 0x84, 0x4d, 0x26, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4d, 0x26, 0xff, 0x85, 0x4d, 0x26, 0xff, 0x86, 0x4c, 0x26, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x87, 0x4f, 0x28, 0xff, 0x89, 0x4e, 0x27, 0xff, 0x89, 0x4f, 0x29, 0xff, 0x8a, 0x51, 0x2a, 0xff, 0x8a, 0x50, 0x2a, 0xff, 0x8b, 0x51, 0x2b, 0xff, 0x8b, 0x51, 0x2a, 0xff, 0x8c, 0x52, 0x2a, 0xff, 0x8d, 0x53, 0x2c, 0xff, - 0x8c, 0x51, 0x2a, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x91, 0x55, 0x30, 0xff, 0x92, 0x56, 0x31, 0xff, 0x93, 0x58, 0x33, 0xff, 0x94, 0x58, 0x33, 0xff, 0x95, 0x59, 0x33, 0xff, 0x94, 0x59, 0x33, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x98, 0x5c, 0x35, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x9b, 0x5f, 0x37, 0xff, 0x9c, 0x61, 0x38, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xac, 0x6f, 0x40, 0xff, 0xad, 0x71, 0x42, 0xff, 0xae, 0x73, 0x42, 0xff, 0xaf, 0x73, 0x43, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xc5, 0x87, 0x50, 0xff, 0xbf, 0x85, 0x51, 0xff, 0xbc, 0x82, 0x4f, 0xff, 0xbe, 0x87, 0x53, 0xff, 0xc0, 0x8b, 0x56, 0xff, 0xc5, 0x8e, 0x57, 0xff, 0xc8, 0x8f, 0x5b, 0xff, 0xcc, 0x91, 0x5e, 0xff, 0xce, 0x91, 0x5f, 0xff, 0xa6, 0x6d, 0x3f, 0xff, 0xa4, 0x68, 0x3c, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa2, 0x66, 0x3a, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa3, 0x6a, 0x3d, 0xff, 0xa3, 0x6e, 0x40, 0xff, 0xa4, 0x70, 0x44, 0xff, 0xa5, 0x71, 0x47, 0xff, 0xa3, 0x70, 0x48, 0xff, 0xa3, 0x6f, 0x49, 0xff, 0xa3, 0x6f, 0x4b, 0xff, 0xa4, 0x70, 0x4b, 0xff, 0xa5, 0x71, 0x4b, 0xff, 0xa5, 0x70, 0x46, 0xff, 0xa6, 0x72, 0x44, 0xff, 0xa6, 0x73, 0x44, 0xff, 0xa6, 0x71, 0x42, 0xff, 0xa6, 0x70, 0x3f, 0xff, 0xa6, 0x6f, 0x3d, 0xff, 0xa7, 0x6f, 0x3c, 0xff, 0xa8, 0x70, 0x3c, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xac, 0x73, 0x40, 0xff, 0xad, 0x76, 0x41, 0xff, 0xae, 0x74, 0x3f, 0xff, 0xb0, 0x76, 0x3e, 0xff, 0xb2, 0x79, 0x41, 0xff, 0xb3, 0x7d, 0x44, 0xff, 0xb5, 0x7f, 0x47, 0xff, 0xb7, 0x83, 0x4b, 0xff, 0xb8, 0x88, 0x4e, 0xff, 0xba, 0x8c, 0x51, 0xff, 0xbc, 0x8e, 0x55, 0xff, 0xbd, 0x8e, 0x59, 0xff, 0xbd, 0x8f, 0x5d, 0xff, 0xbe, 0x8f, 0x62, 0xff, 0xbf, 0x90, 0x64, 0xff, 0xc1, 0x91, 0x66, 0xff, 0xc8, 0x94, 0x69, 0xff, 0xce, 0x98, 0x6c, 0xff, 0xd3, 0x9b, 0x6e, 0xff, 0xd7, 0x9d, 0x6f, 0xff, 0xdb, 0xa2, 0x73, 0xff, 0xdd, 0xab, 0x74, 0xff, 0xdd, 0xb7, 0x77, 0xff, 0xda, 0xc0, 0x77, 0xff, 0xd5, 0xc2, 0x78, 0xff, 0xd5, 0xc1, 0x79, 0xff, 0xd4, 0xc2, 0x79, 0xff, 0xd2, 0xc2, 0x76, 0xff, 0xd5, 0xc1, 0x70, 0xff, 0xd9, 0xba, 0x69, 0xff, 0xdc, 0xad, 0x64, 0xff, 0xdb, 0xa5, 0x60, 0xff, 0xdb, 0xa3, 0x60, 0xff, 0xdd, 0xa2, 0x60, 0xff, 0xdc, 0xa1, 0x61, 0xff, 0xdc, 0x9f, 0x5f, 0xff, 0xdb, 0x99, 0x59, 0xff, 0xdb, 0x96, 0x57, 0xff, 0xdc, 0x96, 0x56, 0xff, 0xdd, 0x96, 0x57, 0xff, 0xdc, 0x95, 0x56, 0xff, 0xdb, 0x94, 0x50, 0xff, 0xdc, 0x94, 0x4f, 0xff, 0xdb, 0x95, 0x50, 0xff, 0xdc, 0x96, 0x53, 0xff, 0xdb, 0x99, 0x54, 0xff, 0xdb, 0x9d, 0x56, 0xff, 0xdc, 0x9e, 0x59, 0xff, 0xdc, 0xa2, 0x5d, 0xff, 0xdb, 0xa6, 0x61, 0xff, 0xdb, 0xab, 0x64, 0xff, 0xdc, 0xb4, 0x67, 0xff, 0xdc, 0xb7, 0x69, 0xff, 0xdc, 0xb7, 0x6b, 0xff, 0xdd, 0xb7, 0x6b, 0xff, 0xdd, 0xb4, 0x6a, 0xff, 0xdd, 0xb2, 0x6a, 0xff, 0xdc, 0xaa, 0x68, 0xff, 0xdb, 0xa4, 0x64, 0xff, 0xdd, 0xa1, 0x61, 0xff, 0xdc, 0x9c, 0x5e, 0xff, 0xd7, 0x95, 0x58, 0xff, 0xce, 0x90, 0x55, 0xff, 0xc6, 0x8a, 0x51, 0xff, 0xbf, 0x86, 0x4d, 0xff, 0xba, 0x82, 0x4a, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb2, 0x77, 0x41, 0xff, 0xad, 0x74, 0x3f, 0xff, 0xb3, 0x79, 0x43, 0xff, 0xd1, 0x96, 0x5d, 0xff, 0xde, 0x9e, 0x63, 0xff, 0xdc, 0x98, 0x5e, 0xff, 0xdc, 0x96, 0x5c, 0xff, 0xdd, 0x93, 0x57, 0xff, 0xdc, 0x93, 0x54, 0xff, 0xdb, 0x96, 0x57, 0xff, 0xdb, 0x9a, 0x5d, 0xff, 0xdc, 0xa2, 0x65, 0xff, 0xdd, 0xa5, 0x66, 0xff, 0xdc, 0xa9, 0x68, 0xff, 0xdc, 0xa8, 0x69, 0xff, 0xdd, 0xa5, 0x68, 0xff, 0xdd, 0xa3, 0x67, 0xff, 0xdc, 0xa3, 0x67, 0xff, 0xdd, 0x9f, 0x61, 0xff, 0xdb, 0x99, 0x5c, 0xff, 0xdc, 0x96, 0x5b, 0xff, 0xdd, 0x92, 0x59, 0xff, 0xda, 0x91, 0x56, 0xff, 0xd8, 0x90, 0x55, 0xff, 0xd6, 0x90, 0x55, 0xff, 0xd7, 0x8f, 0x54, 0xff, 0xd4, 0x8d, 0x55, 0xff, 0xcf, 0x8c, 0x54, 0xff, 0xca, 0x8b, 0x53, 0xff, 0xc4, 0x88, 0x51, 0xff, 0xbf, 0x85, 0x4f, 0xff, 0xbc, 0x83, 0x4e, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xb7, 0x7c, 0x4a, 0xff, 0xb3, 0x78, 0x46, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb0, 0x74, 0x42, 0xff, 0xae, 0x72, 0x3e, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa2, 0x65, 0x37, 0xff, 0xa1, 0x63, 0x36, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x95, 0x59, 0x34, 0xff, 0x92, 0x58, 0x32, 0xff, 0x92, 0x56, 0x31, 0xff, 0x92, 0x57, 0x31, 0xff, 0x94, 0x58, 0x32, 0xff, 0x97, 0x5d, 0x37, 0xff, 0x97, 0x5d, 0x35, 0xff, 0x96, 0x5c, 0x35, 0xff, 0x95, 0x5b, 0x34, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x93, 0x58, 0x33, 0xff, 0x92, 0x57, 0x31, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8c, 0x52, 0x2c, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8b, 0x51, 0x2a, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x88, 0x4f, 0x28, 0xff, 0x87, 0x4e, 0x27, 0xff, 0x86, 0x4e, 0x28, 0xff, 0x88, 0x4e, 0x27, 0xff, 0x88, 0x4e, 0x28, 0xff, 0x86, 0x4c, 0x26, 0xff, 0x85, 0x4e, 0x25, 0xff, 0x85, 0x4d, 0x26, 0xff, 0x84, 0x4d, 0x26, 0xff, 0x85, 0x4d, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x85, 0x4d, 0x26, 0xff, 0x85, 0x4e, 0x26, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x87, 0x4e, 0x27, 0xff, 0x88, 0x4e, 0x28, 0xff, 0x89, 0x4f, 0x29, 0xff, 0x89, 0x4e, 0x28, 0xff, 0x8a, 0x4f, 0x28, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x8c, 0x51, 0x2b, 0xff, - 0x89, 0x4f, 0x2a, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8f, 0x55, 0x2f, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x91, 0x55, 0x31, 0xff, 0x92, 0x55, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x91, 0x57, 0x31, 0xff, 0x94, 0x57, 0x32, 0xff, 0x94, 0x58, 0x33, 0xff, 0x96, 0x59, 0x34, 0xff, 0x98, 0x5b, 0x35, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9b, 0x5f, 0x37, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9f, 0x61, 0x37, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xac, 0x6f, 0x40, 0xff, 0xac, 0x6f, 0x40, 0xff, 0xac, 0x71, 0x41, 0xff, 0xae, 0x72, 0x42, 0xff, 0xaf, 0x72, 0x43, 0xff, 0xb8, 0x7a, 0x45, 0xff, 0xd8, 0x90, 0x55, 0xff, 0xda, 0x91, 0x58, 0xff, 0xba, 0x84, 0x4f, 0xff, 0xbd, 0x85, 0x51, 0xff, 0xbf, 0x89, 0x54, 0xff, 0xc2, 0x8d, 0x56, 0xff, 0xc5, 0x8f, 0x59, 0xff, 0xcb, 0x91, 0x5d, 0xff, 0xcf, 0x93, 0x60, 0xff, 0xa2, 0x67, 0x3c, 0xff, 0xa4, 0x69, 0x3e, 0xff, 0xa4, 0x69, 0x3e, 0xff, 0xa5, 0x69, 0x3d, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa3, 0x6f, 0x3f, 0xff, 0xa5, 0x71, 0x44, 0xff, 0xa5, 0x72, 0x47, 0xff, 0xa5, 0x70, 0x49, 0xff, 0xa3, 0x6f, 0x48, 0xff, 0xa3, 0x70, 0x49, 0xff, 0xa3, 0x72, 0x49, 0xff, 0xa5, 0x72, 0x48, 0xff, 0xa4, 0x71, 0x43, 0xff, 0xa5, 0x73, 0x44, 0xff, 0xa5, 0x72, 0x45, 0xff, 0xa6, 0x71, 0x42, 0xff, 0xa4, 0x6e, 0x3e, 0xff, 0xa5, 0x6e, 0x3d, 0xff, 0xa7, 0x70, 0x3c, 0xff, 0xa9, 0x72, 0x3c, 0xff, 0xab, 0x74, 0x3e, 0xff, 0xac, 0x75, 0x3f, 0xff, 0xad, 0x73, 0x3e, 0xff, 0xaf, 0x76, 0x3e, 0xff, 0xb1, 0x7a, 0x41, 0xff, 0xb2, 0x7b, 0x44, 0xff, 0xb4, 0x80, 0x49, 0xff, 0xb5, 0x84, 0x4b, 0xff, 0xb7, 0x88, 0x4f, 0xff, 0xb8, 0x8e, 0x55, 0xff, 0xba, 0x8e, 0x56, 0xff, 0xbd, 0x8f, 0x5b, 0xff, 0xbe, 0x90, 0x60, 0xff, 0xbf, 0x90, 0x63, 0xff, 0xc0, 0x90, 0x66, 0xff, 0xc1, 0x92, 0x66, 0xff, 0xc5, 0x94, 0x68, 0xff, 0xcc, 0x97, 0x6b, 0xff, 0xcf, 0x99, 0x6d, 0xff, 0xd3, 0x9b, 0x6f, 0xff, 0xd9, 0xa0, 0x72, 0xff, 0xdd, 0xa5, 0x74, 0xff, 0xdd, 0xac, 0x77, 0xff, 0xdd, 0xb9, 0x7a, 0xff, 0xd9, 0xc1, 0x77, 0xff, 0xd4, 0xc2, 0x77, 0xff, 0xd2, 0xc3, 0x77, 0xff, 0xd2, 0xc2, 0x74, 0xff, 0xd6, 0xc2, 0x70, 0xff, 0xdb, 0xbc, 0x6a, 0xff, 0xdb, 0xac, 0x63, 0xff, 0xda, 0xa3, 0x5f, 0xff, 0xdc, 0xa3, 0x5f, 0xff, 0xdd, 0xa3, 0x61, 0xff, 0xdd, 0xa9, 0x64, 0xff, 0xde, 0xa8, 0x64, 0xff, 0xdc, 0x9e, 0x5e, 0xff, 0xdc, 0x99, 0x59, 0xff, 0xdc, 0x97, 0x59, 0xff, 0xdd, 0x97, 0x59, 0xff, 0xdd, 0x95, 0x58, 0xff, 0xdc, 0x95, 0x53, 0xff, 0xdd, 0x96, 0x50, 0xff, 0xdb, 0x95, 0x50, 0xff, 0xdb, 0x95, 0x52, 0xff, 0xdc, 0x96, 0x54, 0xff, 0xdd, 0x9b, 0x58, 0xff, 0xdc, 0x9f, 0x5b, 0xff, 0xdd, 0xa5, 0x5f, 0xff, 0xdd, 0xad, 0x64, 0xff, 0xdc, 0xb3, 0x67, 0xff, 0xdc, 0xbd, 0x6d, 0xff, 0xdb, 0xc0, 0x70, 0xff, 0xd8, 0xc1, 0x71, 0xff, 0xd7, 0xc3, 0x73, 0xff, 0xd8, 0xc3, 0x73, 0xff, 0xda, 0xc2, 0x73, 0xff, 0xdc, 0xbf, 0x6f, 0xff, 0xdd, 0xb7, 0x6d, 0xff, 0xdc, 0xab, 0x68, 0xff, 0xdb, 0xa5, 0x64, 0xff, 0xdd, 0x9f, 0x61, 0xff, 0xdc, 0x99, 0x5c, 0xff, 0xd3, 0x93, 0x58, 0xff, 0xc9, 0x8d, 0x53, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xac, 0x76, 0x42, 0xff, 0xce, 0x95, 0x5c, 0xff, 0xe0, 0x9f, 0x63, 0xff, 0xdb, 0x99, 0x5d, 0xff, 0xdc, 0x95, 0x59, 0xff, 0xdd, 0x93, 0x56, 0xff, 0xdd, 0x95, 0x58, 0xff, 0xdd, 0x98, 0x59, 0xff, 0xdc, 0x9b, 0x5e, 0xff, 0xdd, 0x9d, 0x62, 0xff, 0xdc, 0x9f, 0x64, 0xff, 0xdc, 0xa2, 0x65, 0xff, 0xdc, 0xa2, 0x66, 0xff, 0xdc, 0xa3, 0x66, 0xff, 0xdd, 0xa2, 0x64, 0xff, 0xdd, 0x9f, 0x63, 0xff, 0xdc, 0x9b, 0x5e, 0xff, 0xdd, 0x98, 0x59, 0xff, 0xdd, 0x97, 0x5b, 0xff, 0xdc, 0x96, 0x5a, 0xff, 0xdd, 0x96, 0x59, 0xff, 0xdd, 0x96, 0x59, 0xff, 0xdb, 0x95, 0x59, 0xff, 0xdd, 0x95, 0x5a, 0xff, 0xdc, 0x95, 0x59, 0xff, 0xda, 0x96, 0x5b, 0xff, 0xd3, 0x92, 0x58, 0xff, 0xca, 0x8c, 0x55, 0xff, 0xc2, 0x89, 0x53, 0xff, 0xbd, 0x84, 0x50, 0xff, 0xbb, 0x81, 0x4e, 0xff, 0xb8, 0x7e, 0x4a, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xb4, 0x77, 0x46, 0xff, 0xb1, 0x73, 0x42, 0xff, 0xac, 0x6f, 0x3e, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa6, 0x68, 0x38, 0xff, 0xa4, 0x67, 0x37, 0xff, 0xa1, 0x64, 0x36, 0xff, 0x9f, 0x61, 0x36, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x94, 0x59, 0x33, 0xff, 0x95, 0x59, 0x33, 0xff, 0x94, 0x58, 0x33, 0xff, 0x93, 0x58, 0x33, 0xff, 0x97, 0x5d, 0x37, 0xff, 0x97, 0x5d, 0x37, 0xff, 0x96, 0x5c, 0x35, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x96, 0x5c, 0x35, 0xff, 0x95, 0x59, 0x33, 0xff, 0x94, 0x59, 0x33, 0xff, 0x93, 0x57, 0x31, 0xff, 0x92, 0x56, 0x30, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8a, 0x51, 0x2a, 0xff, 0x89, 0x4e, 0x2a, 0xff, 0x89, 0x4e, 0x28, 0xff, 0x87, 0x4e, 0x27, 0xff, 0x86, 0x4e, 0x28, 0xff, 0x87, 0x4e, 0x28, 0xff, 0x87, 0x4e, 0x28, 0xff, 0x86, 0x4c, 0x26, 0xff, 0x85, 0x4d, 0x26, 0xff, 0x84, 0x4d, 0x26, 0xff, 0x85, 0x4c, 0x25, 0xff, 0x84, 0x4d, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x83, 0x4c, 0x25, 0xff, 0x82, 0x4c, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x81, 0x4c, 0x25, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x84, 0x4d, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x81, 0x4c, 0x25, 0xff, 0x83, 0x4c, 0x25, 0xff, 0x87, 0x4d, 0x27, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x87, 0x4e, 0x28, 0xff, 0x86, 0x4e, 0x28, 0xff, 0x87, 0x4e, 0x28, 0xff, 0x88, 0x4e, 0x28, 0xff, 0x89, 0x50, 0x2a, 0xff, - 0x89, 0x4f, 0x29, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x8c, 0x52, 0x2b, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8d, 0x53, 0x2d, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x91, 0x56, 0x31, 0xff, 0x92, 0x57, 0x32, 0xff, 0x93, 0x58, 0x33, 0xff, 0x94, 0x59, 0x33, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x97, 0x5c, 0x35, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x9e, 0x61, 0x37, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xac, 0x70, 0x40, 0xff, 0xad, 0x70, 0x41, 0xff, 0xaf, 0x72, 0x42, 0xff, 0xae, 0x70, 0x41, 0xff, 0xc5, 0x85, 0x4f, 0xff, 0xde, 0x92, 0x56, 0xff, 0xdd, 0x93, 0x57, 0xff, 0xd8, 0x97, 0x5e, 0xff, 0xb9, 0x82, 0x4d, 0xff, 0xbe, 0x87, 0x51, 0xff, 0xc0, 0x88, 0x54, 0xff, 0xc4, 0x8d, 0x58, 0xff, 0xc8, 0x90, 0x5a, 0xff, 0xc4, 0x8c, 0x5a, 0xff, 0xa4, 0x68, 0x3e, 0xff, 0xa6, 0x6b, 0x3f, 0xff, 0xa6, 0x6a, 0x3e, 0xff, 0xa6, 0x6a, 0x3d, 0xff, 0xa5, 0x6a, 0x3d, 0xff, 0xa5, 0x6a, 0x3d, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa5, 0x6e, 0x3e, 0xff, 0xa4, 0x6f, 0x40, 0xff, 0xa3, 0x6f, 0x43, 0xff, 0xa4, 0x70, 0x45, 0xff, 0xa4, 0x71, 0x47, 0xff, 0xa5, 0x70, 0x47, 0xff, 0xa3, 0x70, 0x46, 0xff, 0xa5, 0x73, 0x46, 0xff, 0xa5, 0x74, 0x44, 0xff, 0xa5, 0x72, 0x43, 0xff, 0xa5, 0x73, 0x45, 0xff, 0xa4, 0x70, 0x44, 0xff, 0xa5, 0x6f, 0x42, 0xff, 0xa5, 0x6f, 0x3d, 0xff, 0xa6, 0x6f, 0x3c, 0xff, 0xa7, 0x70, 0x3c, 0xff, 0xa9, 0x71, 0x3d, 0xff, 0xab, 0x73, 0x3f, 0xff, 0xad, 0x74, 0x3e, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xaf, 0x76, 0x40, 0xff, 0xb1, 0x7a, 0x43, 0xff, 0xb3, 0x7e, 0x47, 0xff, 0xb4, 0x83, 0x4c, 0xff, 0xb6, 0x87, 0x51, 0xff, 0xb8, 0x8b, 0x55, 0xff, 0xb9, 0x8e, 0x5a, 0xff, 0xbb, 0x91, 0x5e, 0xff, 0xbd, 0x91, 0x60, 0xff, 0xbf, 0x91, 0x64, 0xff, 0xc1, 0x91, 0x66, 0xff, 0xc2, 0x91, 0x67, 0xff, 0xc4, 0x93, 0x68, 0xff, 0xc9, 0x96, 0x6a, 0xff, 0xce, 0x98, 0x6c, 0xff, 0xd2, 0x9a, 0x6d, 0xff, 0xd6, 0x9c, 0x6f, 0xff, 0xdc, 0xa0, 0x74, 0xff, 0xdd, 0xa6, 0x76, 0xff, 0xdd, 0xaf, 0x77, 0xff, 0xdd, 0xb9, 0x79, 0xff, 0xda, 0xc2, 0x79, 0xff, 0xd4, 0xc4, 0x75, 0xff, 0xd3, 0xc3, 0x73, 0xff, 0xd7, 0xc0, 0x6d, 0xff, 0xdb, 0xb9, 0x68, 0xff, 0xdb, 0xab, 0x62, 0xff, 0xdc, 0xa2, 0x5c, 0xff, 0xdb, 0xa0, 0x5c, 0xff, 0xdc, 0xa1, 0x5e, 0xff, 0xdd, 0xa8, 0x65, 0xff, 0xde, 0xad, 0x68, 0xff, 0xdd, 0xa8, 0x64, 0xff, 0xdc, 0x9d, 0x5c, 0xff, 0xdd, 0x98, 0x58, 0xff, 0xdd, 0x97, 0x59, 0xff, 0xdd, 0x97, 0x58, 0xff, 0xdd, 0x97, 0x53, 0xff, 0xdc, 0x96, 0x51, 0xff, 0xdc, 0x95, 0x51, 0xff, 0xdc, 0x97, 0x52, 0xff, 0xdc, 0x9a, 0x54, 0xff, 0xdd, 0x9c, 0x57, 0xff, 0xdd, 0xa2, 0x5d, 0xff, 0xdc, 0xa6, 0x61, 0xff, 0xdd, 0xb1, 0x66, 0xff, 0xdd, 0xbc, 0x6c, 0xff, 0xda, 0xc0, 0x71, 0xff, 0xd5, 0xc2, 0x75, 0xff, 0xd3, 0xc1, 0x78, 0xff, 0xd5, 0xc3, 0x7b, 0xff, 0xd5, 0xc3, 0x7c, 0xff, 0xd4, 0xc3, 0x7b, 0xff, 0xd4, 0xc4, 0x78, 0xff, 0xd6, 0xc3, 0x76, 0xff, 0xdb, 0xbf, 0x72, 0xff, 0xdd, 0xb7, 0x6f, 0xff, 0xdc, 0xab, 0x6a, 0xff, 0xdd, 0xa1, 0x64, 0xff, 0xdd, 0x9c, 0x5f, 0xff, 0xd7, 0x95, 0x5a, 0xff, 0xcd, 0x8f, 0x56, 0xff, 0xc3, 0x88, 0x50, 0xff, 0xbc, 0x83, 0x4d, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xae, 0x72, 0x3f, 0xff, 0xbb, 0x81, 0x4c, 0xff, 0xd6, 0x9a, 0x60, 0xff, 0xde, 0x9e, 0x62, 0xff, 0xdd, 0x99, 0x5d, 0xff, 0xdd, 0x97, 0x5b, 0xff, 0xdd, 0x96, 0x5a, 0xff, 0xdd, 0x96, 0x59, 0xff, 0xdd, 0x96, 0x59, 0xff, 0xdc, 0x99, 0x5d, 0xff, 0xdd, 0x9b, 0x61, 0xff, 0xdc, 0x9e, 0x64, 0xff, 0xdc, 0xa1, 0x64, 0xff, 0xdc, 0xa1, 0x63, 0xff, 0xdd, 0x9f, 0x62, 0xff, 0xdd, 0x9d, 0x60, 0xff, 0xdd, 0x9b, 0x60, 0xff, 0xdd, 0x99, 0x5c, 0xff, 0xdd, 0x98, 0x5b, 0xff, 0xdd, 0x99, 0x5b, 0xff, 0xdc, 0x9b, 0x5d, 0xff, 0xdc, 0x9b, 0x5f, 0xff, 0xdc, 0x99, 0x5e, 0xff, 0xdc, 0x9b, 0x60, 0xff, 0xdc, 0x9c, 0x5f, 0xff, 0xdb, 0x9b, 0x5f, 0xff, 0xdd, 0x9b, 0x5f, 0xff, 0xdd, 0x98, 0x5e, 0xff, 0xd5, 0x92, 0x5a, 0xff, 0xcb, 0x8e, 0x57, 0xff, 0xc1, 0x87, 0x54, 0xff, 0xbb, 0x83, 0x50, 0xff, 0xb7, 0x7e, 0x4c, 0xff, 0xb6, 0x7b, 0x4a, 0xff, 0xb3, 0x78, 0x46, 0xff, 0xb0, 0x73, 0x42, 0xff, 0xac, 0x6c, 0x3d, 0xff, 0xa8, 0x69, 0x3a, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xa3, 0x65, 0x37, 0xff, 0xa1, 0x64, 0x36, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x9a, 0x60, 0x38, 0xff, 0x98, 0x5e, 0x37, 0xff, 0x97, 0x5e, 0x37, 0xff, 0x97, 0x5c, 0x36, 0xff, 0x96, 0x5c, 0x34, 0xff, 0x94, 0x5b, 0x33, 0xff, 0x94, 0x59, 0x33, 0xff, 0x93, 0x59, 0x32, 0xff, 0x93, 0x56, 0x31, 0xff, 0x91, 0x55, 0x31, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8c, 0x52, 0x2b, 0xff, 0x89, 0x50, 0x2a, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x89, 0x4e, 0x26, 0xff, 0x88, 0x4d, 0x26, 0xff, 0x88, 0x4c, 0x26, 0xff, 0x85, 0x4d, 0x26, 0xff, 0x86, 0x4c, 0x26, 0xff, 0x84, 0x4d, 0x26, 0xff, 0x85, 0x4b, 0x26, 0xff, 0x85, 0x4b, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x83, 0x4c, 0x24, 0xff, 0x81, 0x4b, 0x24, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x82, 0x4b, 0x25, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x83, 0x4a, 0x25, 0xff, 0x81, 0x49, 0x24, 0xff, 0x81, 0x4b, 0x24, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x83, 0x4c, 0x24, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x86, 0x4d, 0x26, 0xff, 0x87, 0x4e, 0x26, 0xff, 0x86, 0x4e, 0x28, 0xff, 0x87, 0x4e, 0x28, 0xff, 0x88, 0x4e, 0x2a, 0xff, - 0x87, 0x4d, 0x27, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8c, 0x52, 0x2c, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8d, 0x52, 0x2d, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x90, 0x54, 0x30, 0xff, 0x91, 0x55, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x94, 0x57, 0x33, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0xa0, 0x63, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa9, 0x6c, 0x3e, 0xff, 0xac, 0x6f, 0x3f, 0xff, 0xb7, 0x79, 0x48, 0xff, 0xd9, 0x90, 0x57, 0xff, 0xda, 0x8f, 0x56, 0xff, 0xde, 0x93, 0x58, 0xff, 0xdc, 0x96, 0x58, 0xff, 0xd2, 0x92, 0x5a, 0xff, 0xbc, 0x84, 0x51, 0xff, 0xbe, 0x87, 0x52, 0xff, 0xc2, 0x8a, 0x53, 0xff, 0xc5, 0x8e, 0x55, 0xff, 0xba, 0x84, 0x50, 0xff, 0xa6, 0x6b, 0x3f, 0xff, 0xa7, 0x6b, 0x40, 0xff, 0xa6, 0x6b, 0x3f, 0xff, 0xa6, 0x6c, 0x3f, 0xff, 0xa6, 0x6a, 0x3e, 0xff, 0xa6, 0x6b, 0x3f, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0xa5, 0x6d, 0x3c, 0xff, 0xa6, 0x6e, 0x3d, 0xff, 0xa4, 0x6e, 0x3e, 0xff, 0xa5, 0x70, 0x41, 0xff, 0xa5, 0x71, 0x42, 0xff, 0xa5, 0x70, 0x43, 0xff, 0xa4, 0x71, 0x44, 0xff, 0xa5, 0x72, 0x44, 0xff, 0xa5, 0x72, 0x42, 0xff, 0xa4, 0x71, 0x41, 0xff, 0xa4, 0x71, 0x41, 0xff, 0xa4, 0x73, 0x43, 0xff, 0xa5, 0x71, 0x45, 0xff, 0xa5, 0x70, 0x43, 0xff, 0xa5, 0x70, 0x3f, 0xff, 0xa4, 0x6f, 0x3d, 0xff, 0xa7, 0x6f, 0x3c, 0xff, 0xa9, 0x71, 0x3c, 0xff, 0xaa, 0x73, 0x3e, 0xff, 0xab, 0x73, 0x3f, 0xff, 0xad, 0x75, 0x40, 0xff, 0xaf, 0x77, 0x41, 0xff, 0xb0, 0x7a, 0x44, 0xff, 0xb1, 0x7d, 0x47, 0xff, 0xb3, 0x81, 0x4c, 0xff, 0xb4, 0x84, 0x50, 0xff, 0xb6, 0x88, 0x55, 0xff, 0xb8, 0x8e, 0x5a, 0xff, 0xba, 0x8f, 0x5c, 0xff, 0xbc, 0x91, 0x60, 0xff, 0xbd, 0x92, 0x63, 0xff, 0xbf, 0x93, 0x66, 0xff, 0xc1, 0x93, 0x67, 0xff, 0xc4, 0x94, 0x67, 0xff, 0xc6, 0x95, 0x69, 0xff, 0xcb, 0x97, 0x6b, 0xff, 0xcf, 0x99, 0x6d, 0xff, 0xd4, 0x9b, 0x6f, 0xff, 0xd8, 0x9e, 0x71, 0xff, 0xdd, 0xa2, 0x73, 0xff, 0xde, 0xa8, 0x76, 0xff, 0xdd, 0xb0, 0x76, 0xff, 0xde, 0xbb, 0x76, 0xff, 0xdc, 0xc3, 0x74, 0xff, 0xd6, 0xc3, 0x71, 0xff, 0xd9, 0xc3, 0x6e, 0xff, 0xdd, 0xbb, 0x69, 0xff, 0xdd, 0xad, 0x61, 0xff, 0xdd, 0xa3, 0x5b, 0xff, 0xdc, 0x9f, 0x59, 0xff, 0xdd, 0xa1, 0x5c, 0xff, 0xdc, 0xa5, 0x60, 0xff, 0xde, 0xae, 0x68, 0xff, 0xde, 0xaf, 0x69, 0xff, 0xdd, 0xa3, 0x61, 0xff, 0xdd, 0x9a, 0x5a, 0xff, 0xdd, 0x98, 0x5a, 0xff, 0xdd, 0x98, 0x59, 0xff, 0xdc, 0x99, 0x56, 0xff, 0xdc, 0x98, 0x52, 0xff, 0xdd, 0x99, 0x52, 0xff, 0xdd, 0x9b, 0x53, 0xff, 0xdd, 0x9c, 0x55, 0xff, 0xde, 0x9d, 0x59, 0xff, 0xdd, 0xa1, 0x5c, 0xff, 0xdc, 0xa8, 0x60, 0xff, 0xdd, 0xb3, 0x67, 0xff, 0xdc, 0xbd, 0x6d, 0xff, 0xd7, 0xc3, 0x73, 0xff, 0xd5, 0xc4, 0x78, 0xff, 0xd7, 0xc4, 0x7e, 0xff, 0xd8, 0xc4, 0x83, 0xff, 0xd8, 0xc5, 0x86, 0xff, 0xd8, 0xc4, 0x86, 0xff, 0xd8, 0xc5, 0x84, 0xff, 0xd7, 0xc6, 0x7f, 0xff, 0xd7, 0xc5, 0x7b, 0xff, 0xda, 0xc3, 0x78, 0xff, 0xdc, 0xbc, 0x73, 0xff, 0xdd, 0xb0, 0x6d, 0xff, 0xdc, 0xa4, 0x67, 0xff, 0xdd, 0x9e, 0x62, 0xff, 0xda, 0x97, 0x5c, 0xff, 0xcf, 0x90, 0x57, 0xff, 0xc4, 0x8a, 0x52, 0xff, 0xbd, 0x84, 0x4e, 0xff, 0xb8, 0x80, 0x4b, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb1, 0x77, 0x43, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xd4, 0x98, 0x5d, 0xff, 0xde, 0xa0, 0x64, 0xff, 0xdd, 0x9e, 0x60, 0xff, 0xde, 0x9b, 0x5e, 0xff, 0xde, 0x99, 0x5c, 0xff, 0xdd, 0x97, 0x5a, 0xff, 0xdd, 0x97, 0x5b, 0xff, 0xdd, 0x9a, 0x5f, 0xff, 0xde, 0xa0, 0x63, 0xff, 0xde, 0xa0, 0x61, 0xff, 0xdd, 0xa0, 0x61, 0xff, 0xde, 0xa1, 0x63, 0xff, 0xdd, 0x9f, 0x61, 0xff, 0xdd, 0x9d, 0x5f, 0xff, 0xdd, 0x9c, 0x5e, 0xff, 0xdd, 0x9a, 0x5c, 0xff, 0xdc, 0x9d, 0x5d, 0xff, 0xdd, 0x9f, 0x5f, 0xff, 0xde, 0xa0, 0x61, 0xff, 0xde, 0xa4, 0x64, 0xff, 0xde, 0xa4, 0x65, 0xff, 0xde, 0xa3, 0x65, 0xff, 0xde, 0xa2, 0x65, 0xff, 0xdd, 0xa1, 0x65, 0xff, 0xdd, 0xa0, 0x64, 0xff, 0xde, 0x9c, 0x61, 0xff, 0xdb, 0x97, 0x5d, 0xff, 0xd2, 0x92, 0x59, 0xff, 0xc4, 0x89, 0x56, 0xff, 0xbb, 0x84, 0x52, 0xff, 0xb8, 0x7f, 0x4e, 0xff, 0xb5, 0x7c, 0x4b, 0xff, 0xb2, 0x78, 0x47, 0xff, 0xad, 0x73, 0x42, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xa7, 0x6b, 0x39, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x98, 0x5c, 0x35, 0xff, 0x9c, 0x62, 0x39, 0xff, 0x9a, 0x61, 0x39, 0xff, 0x99, 0x5f, 0x38, 0xff, 0x98, 0x5e, 0x37, 0xff, 0x97, 0x5d, 0x36, 0xff, 0x95, 0x5c, 0x35, 0xff, 0x95, 0x5c, 0x34, 0xff, 0x94, 0x5a, 0x33, 0xff, 0x93, 0x59, 0x32, 0xff, 0x93, 0x57, 0x31, 0xff, 0x92, 0x55, 0x31, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8d, 0x52, 0x2b, 0xff, 0x8c, 0x52, 0x2b, 0xff, 0x89, 0x50, 0x29, 0xff, 0x88, 0x4e, 0x28, 0xff, 0x88, 0x4e, 0x27, 0xff, 0x88, 0x4e, 0x28, 0xff, 0x87, 0x4e, 0x28, 0xff, 0x86, 0x4d, 0x29, 0xff, 0x86, 0x4d, 0x28, 0xff, 0x84, 0x4c, 0x27, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x83, 0x4c, 0x24, 0xff, 0x82, 0x4a, 0x24, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x82, 0x4a, 0x24, 0xff, 0x82, 0x4a, 0x24, 0xff, 0x80, 0x49, 0x23, 0xff, 0x80, 0x4a, 0x24, 0xff, 0x81, 0x49, 0x24, 0xff, 0x80, 0x49, 0x24, 0xff, 0x80, 0x49, 0x24, 0xff, 0x81, 0x4c, 0x24, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x85, 0x4c, 0x25, 0xff, 0x87, 0x4d, 0x27, 0xff, 0x87, 0x4e, 0x29, 0xff, - 0x86, 0x4d, 0x27, 0xff, 0x87, 0x4e, 0x29, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8b, 0x51, 0x2c, 0xff, 0x8b, 0x52, 0x2c, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x90, 0x54, 0x30, 0xff, 0x91, 0x54, 0x31, 0xff, 0x91, 0x55, 0x32, 0xff, 0x94, 0x58, 0x33, 0xff, 0x97, 0x5a, 0x35, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9f, 0x61, 0x37, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xc0, 0x83, 0x4f, 0xff, 0xcf, 0x8d, 0x54, 0xff, 0xd8, 0x8e, 0x57, 0xff, 0xdd, 0x92, 0x58, 0xff, 0xdf, 0x96, 0x59, 0xff, 0xdd, 0x96, 0x5a, 0xff, 0xc7, 0x8e, 0x55, 0xff, 0xbd, 0x86, 0x52, 0xff, 0xc0, 0x89, 0x53, 0xff, 0xc4, 0x8a, 0x53, 0xff, 0xb6, 0x7d, 0x4b, 0xff, 0xa8, 0x6d, 0x3f, 0xff, 0xa7, 0x6c, 0x40, 0xff, 0xa7, 0x6c, 0x3f, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa7, 0x6d, 0x3f, 0xff, 0xa7, 0x6d, 0x40, 0xff, 0xa7, 0x6c, 0x40, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa7, 0x6d, 0x3e, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa6, 0x6e, 0x3c, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa7, 0x70, 0x40, 0xff, 0xa6, 0x71, 0x41, 0xff, 0xa7, 0x72, 0x42, 0xff, 0xa5, 0x72, 0x42, 0xff, 0xa5, 0x71, 0x43, 0xff, 0xa5, 0x71, 0x41, 0xff, 0xa4, 0x71, 0x40, 0xff, 0xa5, 0x70, 0x3f, 0xff, 0xa5, 0x70, 0x41, 0xff, 0xa5, 0x71, 0x44, 0xff, 0xa4, 0x71, 0x44, 0xff, 0xa5, 0x71, 0x41, 0xff, 0xa5, 0x70, 0x3d, 0xff, 0xa5, 0x6f, 0x3c, 0xff, 0xa7, 0x70, 0x3c, 0xff, 0xa8, 0x72, 0x3e, 0xff, 0xaa, 0x74, 0x40, 0xff, 0xac, 0x74, 0x3f, 0xff, 0xae, 0x76, 0x41, 0xff, 0xaf, 0x7a, 0x45, 0xff, 0xb1, 0x7e, 0x49, 0xff, 0xb2, 0x80, 0x4c, 0xff, 0xb4, 0x83, 0x50, 0xff, 0xb6, 0x86, 0x54, 0xff, 0xb7, 0x89, 0x58, 0xff, 0xb8, 0x8d, 0x5b, 0xff, 0xba, 0x90, 0x60, 0xff, 0xbc, 0x92, 0x63, 0xff, 0xbe, 0x94, 0x65, 0xff, 0xc0, 0x95, 0x67, 0xff, 0xc2, 0x94, 0x68, 0xff, 0xc5, 0x95, 0x68, 0xff, 0xc9, 0x96, 0x6b, 0xff, 0xcc, 0x98, 0x6c, 0xff, 0xd0, 0x9a, 0x6e, 0xff, 0xd6, 0x9c, 0x6f, 0xff, 0xdb, 0xa0, 0x70, 0xff, 0xde, 0xa3, 0x72, 0xff, 0xde, 0xaa, 0x72, 0xff, 0xde, 0xb6, 0x71, 0xff, 0xdc, 0xbf, 0x73, 0xff, 0xda, 0xc4, 0x72, 0xff, 0xda, 0xc5, 0x6e, 0xff, 0xdb, 0xbd, 0x6b, 0xff, 0xdc, 0xae, 0x64, 0xff, 0xdd, 0xa4, 0x5e, 0xff, 0xdd, 0x9f, 0x58, 0xff, 0xdc, 0x9f, 0x59, 0xff, 0xdc, 0xa2, 0x5d, 0xff, 0xde, 0xa8, 0x63, 0xff, 0xde, 0xae, 0x68, 0xff, 0xdd, 0xa7, 0x62, 0xff, 0xde, 0x9e, 0x5c, 0xff, 0xdd, 0x9a, 0x5a, 0xff, 0xde, 0x98, 0x59, 0xff, 0xdc, 0x96, 0x53, 0xff, 0xdc, 0x95, 0x4e, 0xff, 0xde, 0x99, 0x52, 0xff, 0xde, 0x9b, 0x55, 0xff, 0xde, 0x9d, 0x56, 0xff, 0xde, 0x9e, 0x59, 0xff, 0xdc, 0xa2, 0x5d, 0xff, 0xdc, 0xa9, 0x61, 0xff, 0xdd, 0xb6, 0x68, 0xff, 0xdc, 0xc0, 0x6d, 0xff, 0xd6, 0xc2, 0x75, 0xff, 0xd5, 0xc5, 0x7e, 0xff, 0xd7, 0xc5, 0x83, 0xff, 0xd7, 0xc5, 0x88, 0xff, 0xd8, 0xc5, 0x8c, 0xff, 0xda, 0xc5, 0x8e, 0xff, 0xdb, 0xc5, 0x8e, 0xff, 0xda, 0xc6, 0x89, 0xff, 0xd8, 0xc5, 0x85, 0xff, 0xd6, 0xc6, 0x80, 0xff, 0xd7, 0xc5, 0x7b, 0xff, 0xdb, 0xc1, 0x76, 0xff, 0xdd, 0xb4, 0x70, 0xff, 0xdd, 0xa8, 0x69, 0xff, 0xdd, 0x9f, 0x63, 0xff, 0xda, 0x97, 0x5d, 0xff, 0xd1, 0x90, 0x58, 0xff, 0xc5, 0x89, 0x53, 0xff, 0xbd, 0x84, 0x4e, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb4, 0x7b, 0x47, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xc5, 0x84, 0x4b, 0xff, 0xc7, 0x89, 0x4e, 0xff, 0xcf, 0x98, 0x5d, 0xff, 0xdb, 0xa1, 0x65, 0xff, 0xde, 0x9f, 0x62, 0xff, 0xdd, 0x9b, 0x5e, 0xff, 0xdd, 0x98, 0x5c, 0xff, 0xdd, 0x99, 0x5d, 0xff, 0xde, 0x9d, 0x61, 0xff, 0xde, 0xa0, 0x64, 0xff, 0xde, 0xa1, 0x63, 0xff, 0xdd, 0x9f, 0x62, 0xff, 0xde, 0xa0, 0x61, 0xff, 0xde, 0xa0, 0x60, 0xff, 0xdd, 0x9f, 0x60, 0xff, 0xdd, 0x9e, 0x5f, 0xff, 0xde, 0x9e, 0x5f, 0xff, 0xdd, 0x9c, 0x5f, 0xff, 0xdd, 0x9e, 0x61, 0xff, 0xdd, 0xa2, 0x65, 0xff, 0xdf, 0xa7, 0x67, 0xff, 0xde, 0xad, 0x6c, 0xff, 0xdf, 0xad, 0x6d, 0xff, 0xde, 0xaf, 0x6d, 0xff, 0xde, 0xab, 0x6c, 0xff, 0xdd, 0xa9, 0x6b, 0xff, 0xde, 0xa5, 0x69, 0xff, 0xdf, 0xa1, 0x67, 0xff, 0xde, 0x9d, 0x63, 0xff, 0xd9, 0x95, 0x5d, 0xff, 0xcc, 0x8e, 0x59, 0xff, 0xbf, 0x87, 0x54, 0xff, 0xba, 0x81, 0x50, 0xff, 0xb6, 0x7d, 0x4c, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9c, 0x62, 0x38, 0xff, 0x9a, 0x61, 0x39, 0xff, 0x9a, 0x60, 0x39, 0xff, 0x99, 0x5e, 0x37, 0xff, 0x98, 0x5e, 0x36, 0xff, 0x97, 0x5d, 0x35, 0xff, 0x96, 0x5c, 0x34, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x94, 0x59, 0x33, 0xff, 0x93, 0x57, 0x32, 0xff, 0x91, 0x55, 0x30, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8a, 0x50, 0x29, 0xff, 0x87, 0x4c, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x87, 0x4e, 0x29, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x86, 0x4e, 0x29, 0xff, 0x84, 0x4c, 0x28, 0xff, 0x85, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x83, 0x4c, 0x25, 0xff, 0x81, 0x4b, 0x24, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x80, 0x4a, 0x24, 0xff, 0x7f, 0x49, 0x22, 0xff, 0x7f, 0x49, 0x22, 0xff, 0x7f, 0x4a, 0x23, 0xff, 0x7f, 0x49, 0x22, 0xff, 0x7f, 0x4a, 0x24, 0xff, 0x80, 0x49, 0x24, 0xff, 0x82, 0x4b, 0x23, 0xff, 0x82, 0x4b, 0x24, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x84, 0x4c, 0x24, 0xff, 0x83, 0x4c, 0x25, 0xff, 0x84, 0x4c, 0x26, 0xff, 0x86, 0x4c, 0x27, 0xff, 0x87, 0x4c, 0x27, 0xff, - 0x87, 0x4e, 0x27, 0xff, 0x87, 0x4e, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x88, 0x4e, 0x2b, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x8b, 0x50, 0x2c, 0xff, 0x8c, 0x52, 0x2c, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x91, 0x55, 0x31, 0xff, 0x94, 0x59, 0x33, 0xff, 0x96, 0x59, 0x34, 0xff, 0x97, 0x5b, 0x35, 0xff, 0x98, 0x5c, 0x35, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa4, 0x67, 0x3c, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xb4, 0x79, 0x47, 0xff, 0xbd, 0x83, 0x4f, 0xff, 0xc7, 0x88, 0x52, 0xff, 0xcc, 0x8c, 0x55, 0xff, 0xd9, 0x93, 0x58, 0xff, 0xdf, 0x94, 0x5b, 0xff, 0xde, 0x97, 0x5b, 0xff, 0xda, 0x99, 0x5c, 0xff, 0xbd, 0x86, 0x4e, 0xff, 0xc0, 0x89, 0x52, 0xff, 0xc2, 0x8a, 0x53, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xaa, 0x6f, 0x40, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xa7, 0x6d, 0x3e, 0xff, 0xa7, 0x6d, 0x3e, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xab, 0x71, 0x41, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa8, 0x6e, 0x3f, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x70, 0x40, 0xff, 0xa8, 0x71, 0x41, 0xff, 0xa8, 0x72, 0x42, 0xff, 0xa8, 0x73, 0x42, 0xff, 0xa6, 0x72, 0x41, 0xff, 0xa6, 0x71, 0x41, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa5, 0x6f, 0x3d, 0xff, 0xa5, 0x6f, 0x3c, 0xff, 0xa5, 0x70, 0x3e, 0xff, 0xa6, 0x72, 0x42, 0xff, 0xa4, 0x70, 0x42, 0xff, 0xa6, 0x71, 0x3f, 0xff, 0xa5, 0x70, 0x3e, 0xff, 0xa6, 0x70, 0x3d, 0xff, 0xa8, 0x72, 0x3f, 0xff, 0xa9, 0x74, 0x3f, 0xff, 0xaa, 0x73, 0x3f, 0xff, 0xad, 0x76, 0x42, 0xff, 0xae, 0x78, 0x44, 0xff, 0xb0, 0x7b, 0x47, 0xff, 0xb1, 0x7f, 0x4b, 0xff, 0xb3, 0x81, 0x4f, 0xff, 0xb4, 0x84, 0x53, 0xff, 0xb6, 0x87, 0x56, 0xff, 0xb8, 0x8b, 0x5a, 0xff, 0xba, 0x8f, 0x5f, 0xff, 0xbc, 0x91, 0x62, 0xff, 0xbe, 0x94, 0x64, 0xff, 0xbf, 0x96, 0x67, 0xff, 0xc1, 0x96, 0x67, 0xff, 0xc3, 0x95, 0x68, 0xff, 0xc5, 0x96, 0x69, 0xff, 0xca, 0x99, 0x6c, 0xff, 0xce, 0x99, 0x6d, 0xff, 0xd3, 0x9b, 0x6f, 0xff, 0xd7, 0x9e, 0x6f, 0xff, 0xdb, 0xa1, 0x6e, 0xff, 0xde, 0xa9, 0x6f, 0xff, 0xdf, 0xb1, 0x70, 0xff, 0xdf, 0xba, 0x73, 0xff, 0xdf, 0xc0, 0x75, 0xff, 0xdd, 0xc4, 0x72, 0xff, 0xdc, 0xc4, 0x6d, 0xff, 0xde, 0xb7, 0x68, 0xff, 0xde, 0xa7, 0x61, 0xff, 0xdc, 0x9f, 0x5a, 0xff, 0xdb, 0x9c, 0x59, 0xff, 0xdc, 0x9e, 0x5a, 0xff, 0xde, 0xa2, 0x5f, 0xff, 0xde, 0xa7, 0x64, 0xff, 0xdd, 0xa6, 0x62, 0xff, 0xdf, 0xa0, 0x5c, 0xff, 0xde, 0x9b, 0x59, 0xff, 0xdd, 0x98, 0x58, 0xff, 0xde, 0x98, 0x53, 0xff, 0xde, 0x97, 0x4e, 0xff, 0xdd, 0x96, 0x4f, 0xff, 0xdd, 0x9a, 0x53, 0xff, 0xdd, 0x9c, 0x57, 0xff, 0xde, 0x9f, 0x59, 0xff, 0xdf, 0xa3, 0x5d, 0xff, 0xde, 0xa9, 0x61, 0xff, 0xde, 0xb2, 0x68, 0xff, 0xdc, 0xbe, 0x6d, 0xff, 0xd7, 0xc5, 0x75, 0xff, 0xd6, 0xc4, 0x7d, 0xff, 0xd8, 0xc6, 0x86, 0xff, 0xd9, 0xc6, 0x8c, 0xff, 0xdc, 0xc6, 0x92, 0xff, 0xdd, 0xc6, 0x97, 0xff, 0xdd, 0xc6, 0x99, 0xff, 0xdc, 0xc6, 0x95, 0xff, 0xdc, 0xc6, 0x8f, 0xff, 0xda, 0xc6, 0x89, 0xff, 0xd8, 0xc6, 0x83, 0xff, 0xd8, 0xc7, 0x7d, 0xff, 0xdb, 0xc3, 0x75, 0xff, 0xdd, 0xb3, 0x6f, 0xff, 0xde, 0xa5, 0x6a, 0xff, 0xdf, 0x9e, 0x64, 0xff, 0xda, 0x99, 0x5e, 0xff, 0xd0, 0x91, 0x59, 0xff, 0xc4, 0x88, 0x53, 0xff, 0xbe, 0x85, 0x4f, 0xff, 0xbb, 0x82, 0x4d, 0xff, 0xb9, 0x81, 0x4b, 0xff, 0xc6, 0x88, 0x4e, 0xff, 0xcb, 0x8b, 0x50, 0xff, 0xc3, 0x85, 0x4b, 0xff, 0xcb, 0x93, 0x5a, 0xff, 0xdb, 0xa2, 0x67, 0xff, 0xdd, 0xa0, 0x62, 0xff, 0xdd, 0x9d, 0x60, 0xff, 0xde, 0xa3, 0x64, 0xff, 0xdf, 0xa3, 0x65, 0xff, 0xde, 0xa0, 0x63, 0xff, 0xde, 0xa0, 0x62, 0xff, 0xdf, 0x9f, 0x61, 0xff, 0xdf, 0x9f, 0x62, 0xff, 0xdf, 0xa0, 0x63, 0xff, 0xdf, 0xa0, 0x62, 0xff, 0xde, 0x9d, 0x5f, 0xff, 0xdf, 0x9c, 0x60, 0xff, 0xdf, 0x9e, 0x62, 0xff, 0xdf, 0xa1, 0x65, 0xff, 0xdf, 0xa8, 0x69, 0xff, 0xdf, 0xb2, 0x6e, 0xff, 0xdf, 0xbd, 0x73, 0xff, 0xde, 0xc2, 0x78, 0xff, 0xdc, 0xc4, 0x7b, 0xff, 0xdc, 0xc5, 0x7c, 0xff, 0xde, 0xc3, 0x79, 0xff, 0xde, 0xb8, 0x75, 0xff, 0xdf, 0xb0, 0x70, 0xff, 0xdf, 0xa8, 0x6b, 0xff, 0xde, 0x9f, 0x66, 0xff, 0xdf, 0x99, 0x60, 0xff, 0xd4, 0x91, 0x59, 0xff, 0xc4, 0x88, 0x55, 0xff, 0xbd, 0x82, 0x50, 0xff, 0xb6, 0x7c, 0x4b, 0xff, 0xb2, 0x78, 0x46, 0xff, 0xac, 0x71, 0x41, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa0, 0x63, 0x36, 0xff, 0xa1, 0x64, 0x38, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9c, 0x62, 0x38, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x9a, 0x60, 0x38, 0xff, 0x99, 0x60, 0x37, 0xff, 0x99, 0x60, 0x36, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x97, 0x5d, 0x35, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x94, 0x58, 0x32, 0xff, 0x91, 0x56, 0x31, 0xff, 0x91, 0x54, 0x30, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8b, 0x50, 0x2c, 0xff, 0x8a, 0x4f, 0x29, 0xff, 0x89, 0x4f, 0x29, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x86, 0x4e, 0x29, 0xff, 0x87, 0x4e, 0x27, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x83, 0x4c, 0x25, 0xff, 0x82, 0x4a, 0x23, 0xff, 0x83, 0x4a, 0x24, 0xff, 0x7f, 0x47, 0x22, 0xff, 0x7f, 0x4a, 0x23, 0xff, 0x7f, 0x49, 0x23, 0xff, 0x7e, 0x4a, 0x22, 0xff, 0x80, 0x49, 0x23, 0xff, 0x7f, 0x4a, 0x23, 0xff, 0x7f, 0x4a, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x81, 0x4a, 0x23, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x83, 0x4c, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x86, 0x4c, 0x26, 0xff, 0x86, 0x4c, 0x27, 0xff, - 0x87, 0x4d, 0x27, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8b, 0x52, 0x2c, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x94, 0x58, 0x33, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x98, 0x5c, 0x35, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xaf, 0x72, 0x43, 0xff, 0xc0, 0x87, 0x52, 0xff, 0xbe, 0x83, 0x4f, 0xff, 0xc5, 0x88, 0x52, 0xff, 0xc7, 0x88, 0x52, 0xff, 0xcc, 0x8b, 0x54, 0xff, 0xd4, 0x90, 0x57, 0xff, 0xdf, 0x97, 0x5b, 0xff, 0xde, 0x99, 0x5a, 0xff, 0xd4, 0x98, 0x5d, 0xff, 0xbc, 0x85, 0x4f, 0xff, 0xc3, 0x8a, 0x54, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xa9, 0x6e, 0x40, 0xff, 0xaa, 0x6e, 0x40, 0xff, 0xa8, 0x6f, 0x40, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xa9, 0x6d, 0x3f, 0xff, 0xa9, 0x6c, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xab, 0x70, 0x40, 0xff, 0xac, 0x72, 0x42, 0xff, 0xad, 0x73, 0x42, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x71, 0x3f, 0xff, 0xa9, 0x71, 0x41, 0xff, 0xa9, 0x72, 0x42, 0xff, 0xa9, 0x73, 0x41, 0xff, 0xa9, 0x73, 0x42, 0xff, 0xa8, 0x71, 0x40, 0xff, 0xa7, 0x70, 0x3f, 0xff, 0xa7, 0x70, 0x3e, 0xff, 0xa6, 0x6e, 0x3c, 0xff, 0xa5, 0x6e, 0x3b, 0xff, 0xa5, 0x6e, 0x3d, 0xff, 0xa5, 0x70, 0x40, 0xff, 0xa5, 0x71, 0x3f, 0xff, 0xa5, 0x70, 0x3f, 0xff, 0xa4, 0x6f, 0x3e, 0xff, 0xa7, 0x71, 0x3f, 0xff, 0xa8, 0x72, 0x40, 0xff, 0xaa, 0x74, 0x42, 0xff, 0xab, 0x75, 0x43, 0xff, 0xac, 0x76, 0x43, 0xff, 0xae, 0x7a, 0x46, 0xff, 0xb0, 0x7e, 0x49, 0xff, 0xb1, 0x7f, 0x4c, 0xff, 0xb3, 0x82, 0x51, 0xff, 0xb5, 0x84, 0x54, 0xff, 0xb7, 0x88, 0x57, 0xff, 0xb8, 0x8d, 0x5a, 0xff, 0xba, 0x8f, 0x5e, 0xff, 0xbc, 0x91, 0x60, 0xff, 0xbe, 0x95, 0x61, 0xff, 0xc0, 0x95, 0x64, 0xff, 0xc2, 0x96, 0x66, 0xff, 0xc4, 0x95, 0x67, 0xff, 0xc7, 0x97, 0x69, 0xff, 0xcb, 0x98, 0x69, 0xff, 0xcf, 0x9a, 0x67, 0xff, 0xd2, 0x9c, 0x68, 0xff, 0xd8, 0xa0, 0x6a, 0xff, 0xdd, 0xa3, 0x6b, 0xff, 0xde, 0xab, 0x6d, 0xff, 0xdd, 0xb4, 0x72, 0xff, 0xde, 0xb8, 0x74, 0xff, 0xe0, 0xbc, 0x74, 0xff, 0xdf, 0xbd, 0x6f, 0xff, 0xdd, 0xb9, 0x69, 0xff, 0xdd, 0xab, 0x62, 0xff, 0xdd, 0x9f, 0x5c, 0xff, 0xde, 0x9c, 0x58, 0xff, 0xdd, 0x9b, 0x57, 0xff, 0xdc, 0x9f, 0x5c, 0xff, 0xdf, 0xa6, 0x61, 0xff, 0xdf, 0xa5, 0x5f, 0xff, 0xde, 0xa0, 0x5d, 0xff, 0xdf, 0x9b, 0x59, 0xff, 0xdf, 0x99, 0x58, 0xff, 0xdd, 0x98, 0x54, 0xff, 0xde, 0x9a, 0x4f, 0xff, 0xdf, 0x9b, 0x51, 0xff, 0xdd, 0x9b, 0x54, 0xff, 0xde, 0x9e, 0x56, 0xff, 0xdd, 0x9f, 0x58, 0xff, 0xde, 0xa0, 0x5c, 0xff, 0xdd, 0xa3, 0x5e, 0xff, 0xde, 0xb0, 0x65, 0xff, 0xde, 0xbd, 0x6d, 0xff, 0xd8, 0xc3, 0x74, 0xff, 0xd6, 0xc6, 0x7e, 0xff, 0xd8, 0xc5, 0x84, 0xff, 0xda, 0xc6, 0x8c, 0xff, 0xdd, 0xc7, 0x95, 0xff, 0xdf, 0xc7, 0xa1, 0xff, 0xde, 0xc6, 0xa5, 0xff, 0xde, 0xc7, 0xa3, 0xff, 0xdd, 0xc6, 0x9b, 0xff, 0xdc, 0xc7, 0x92, 0xff, 0xda, 0xc6, 0x8b, 0xff, 0xd7, 0xc6, 0x84, 0xff, 0xd7, 0xc7, 0x7d, 0xff, 0xdd, 0xc5, 0x76, 0xff, 0xdf, 0xb5, 0x6e, 0xff, 0xde, 0xa5, 0x67, 0xff, 0xde, 0x9d, 0x61, 0xff, 0xda, 0x98, 0x5c, 0xff, 0xd2, 0x92, 0x57, 0xff, 0xca, 0x8e, 0x53, 0xff, 0xc2, 0x88, 0x4f, 0xff, 0xbb, 0x83, 0x4c, 0xff, 0xc3, 0x87, 0x4e, 0xff, 0xcf, 0x8d, 0x51, 0xff, 0xcb, 0x8b, 0x52, 0xff, 0xc1, 0x83, 0x4d, 0xff, 0xc5, 0x8b, 0x53, 0xff, 0xd4, 0x99, 0x5f, 0xff, 0xdc, 0xa4, 0x66, 0xff, 0xdd, 0xa1, 0x63, 0xff, 0xde, 0x9d, 0x61, 0xff, 0xdf, 0x9f, 0x62, 0xff, 0xde, 0xa1, 0x65, 0xff, 0xdf, 0xa0, 0x64, 0xff, 0xdf, 0x9f, 0x62, 0xff, 0xdf, 0x9e, 0x62, 0xff, 0xdf, 0x9d, 0x61, 0xff, 0xdf, 0x9e, 0x62, 0xff, 0xdf, 0x9e, 0x61, 0xff, 0xdf, 0xa0, 0x62, 0xff, 0xdf, 0xa3, 0x66, 0xff, 0xdf, 0xac, 0x6a, 0xff, 0xdf, 0xbb, 0x71, 0xff, 0xdb, 0xc5, 0x7a, 0xff, 0xd7, 0xc7, 0x81, 0xff, 0xd8, 0xc7, 0x83, 0xff, 0xd9, 0xc6, 0x85, 0xff, 0xd7, 0xc7, 0x83, 0xff, 0xd8, 0xc7, 0x81, 0xff, 0xdc, 0xc3, 0x7d, 0xff, 0xde, 0xba, 0x76, 0xff, 0xde, 0xac, 0x6f, 0xff, 0xde, 0xa1, 0x68, 0xff, 0xde, 0x9b, 0x63, 0xff, 0xd4, 0x92, 0x5c, 0xff, 0xc8, 0x8a, 0x55, 0xff, 0xc1, 0x86, 0x52, 0xff, 0xb7, 0x7c, 0x4b, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xad, 0x70, 0x40, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa5, 0x69, 0x38, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa1, 0x63, 0x38, 0xff, 0x9f, 0x64, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9b, 0x63, 0x37, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x9a, 0x61, 0x36, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x95, 0x59, 0x33, 0xff, 0x92, 0x57, 0x32, 0xff, 0x91, 0x56, 0x31, 0xff, 0x91, 0x54, 0x30, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8b, 0x50, 0x2a, 0xff, 0x8b, 0x50, 0x2a, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x88, 0x4f, 0x2b, 0xff, 0x87, 0x4e, 0x2b, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x87, 0x4e, 0x28, 0xff, 0x87, 0x4e, 0x28, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x85, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x24, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x81, 0x49, 0x23, 0xff, 0x7f, 0x49, 0x23, 0xff, 0x7f, 0x4a, 0x23, 0xff, 0x7f, 0x4a, 0x23, 0xff, 0x7f, 0x4a, 0x22, 0xff, 0x7f, 0x4a, 0x23, 0xff, 0x7f, 0x48, 0x23, 0xff, 0x80, 0x49, 0x23, 0xff, 0x80, 0x4a, 0x23, 0xff, 0x82, 0x4b, 0x23, 0xff, 0x81, 0x4a, 0x24, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x86, 0x4b, 0x26, 0xff, 0x85, 0x4c, 0x26, 0xff, 0x86, 0x4d, 0x27, 0xff, - 0x87, 0x4c, 0x27, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x89, 0x4f, 0x2b, 0xff, 0x8a, 0x51, 0x2a, 0xff, 0x8a, 0x51, 0x2b, 0xff, 0x8a, 0x51, 0x2c, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x91, 0x55, 0x31, 0xff, 0x92, 0x56, 0x32, 0xff, 0x93, 0x57, 0x32, 0xff, 0x95, 0x59, 0x34, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x98, 0x5c, 0x36, 0xff, 0x96, 0x59, 0x32, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9f, 0x62, 0x38, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xbf, 0x87, 0x54, 0xff, 0xc0, 0x87, 0x52, 0xff, 0xc3, 0x88, 0x53, 0xff, 0xc7, 0x8a, 0x54, 0xff, 0xc7, 0x8a, 0x53, 0xff, 0xca, 0x8a, 0x53, 0xff, 0xd0, 0x8c, 0x55, 0xff, 0xd7, 0x90, 0x57, 0xff, 0xde, 0x95, 0x5b, 0xff, 0xde, 0x99, 0x5d, 0xff, 0xc9, 0x90, 0x58, 0xff, 0xbe, 0x88, 0x54, 0xff, 0xb3, 0x7a, 0x49, 0xff, 0xab, 0x70, 0x42, 0xff, 0xab, 0x70, 0x42, 0xff, 0xab, 0x70, 0x41, 0xff, 0xab, 0x70, 0x41, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xab, 0x70, 0x40, 0xff, 0xab, 0x72, 0x40, 0xff, 0xad, 0x75, 0x42, 0xff, 0xad, 0x74, 0x43, 0xff, 0xad, 0x75, 0x44, 0xff, 0xad, 0x76, 0x44, 0xff, 0xab, 0x74, 0x42, 0xff, 0xab, 0x73, 0x41, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xab, 0x73, 0x40, 0xff, 0xab, 0x73, 0x3f, 0xff, 0xab, 0x73, 0x40, 0xff, 0xa9, 0x72, 0x3f, 0xff, 0xa9, 0x72, 0x3f, 0xff, 0xa8, 0x71, 0x3e, 0xff, 0xa7, 0x70, 0x3d, 0xff, 0xa6, 0x6f, 0x3c, 0xff, 0xa6, 0x6e, 0x3c, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa5, 0x70, 0x3f, 0xff, 0xa5, 0x70, 0x3e, 0xff, 0xa4, 0x71, 0x3e, 0xff, 0xa6, 0x72, 0x40, 0xff, 0xa7, 0x73, 0x41, 0xff, 0xa9, 0x73, 0x42, 0xff, 0xaa, 0x74, 0x43, 0xff, 0xac, 0x76, 0x44, 0xff, 0xad, 0x78, 0x45, 0xff, 0xaf, 0x7a, 0x47, 0xff, 0xb1, 0x7e, 0x49, 0xff, 0xb2, 0x81, 0x4c, 0xff, 0xb3, 0x82, 0x4f, 0xff, 0xb5, 0x85, 0x51, 0xff, 0xb7, 0x89, 0x54, 0xff, 0xb9, 0x8c, 0x56, 0xff, 0xba, 0x90, 0x5a, 0xff, 0xbc, 0x93, 0x5b, 0xff, 0xbe, 0x94, 0x5c, 0xff, 0xc0, 0x94, 0x5d, 0xff, 0xc2, 0x95, 0x5d, 0xff, 0xc5, 0x96, 0x5e, 0xff, 0xc8, 0x98, 0x61, 0xff, 0xca, 0x9a, 0x62, 0xff, 0xce, 0x9b, 0x62, 0xff, 0xd3, 0x9d, 0x64, 0xff, 0xd7, 0xa2, 0x65, 0xff, 0xdb, 0xa6, 0x68, 0xff, 0xdf, 0xad, 0x6e, 0xff, 0xdf, 0xb1, 0x71, 0xff, 0xde, 0xb3, 0x71, 0xff, 0xde, 0xb6, 0x6f, 0xff, 0xdd, 0xb6, 0x6b, 0xff, 0xde, 0xad, 0x64, 0xff, 0xdd, 0xa2, 0x5e, 0xff, 0xdd, 0x9d, 0x59, 0xff, 0xde, 0x9c, 0x57, 0xff, 0xdd, 0x9d, 0x58, 0xff, 0xdd, 0xa2, 0x5c, 0xff, 0xdd, 0xa3, 0x60, 0xff, 0xdd, 0xa1, 0x5e, 0xff, 0xdf, 0x9e, 0x5c, 0xff, 0xdf, 0x9b, 0x5a, 0xff, 0xde, 0x9b, 0x55, 0xff, 0xde, 0x9c, 0x52, 0xff, 0xde, 0x9c, 0x54, 0xff, 0xde, 0x9c, 0x57, 0xff, 0xdd, 0x9b, 0x57, 0xff, 0xdd, 0x9b, 0x57, 0xff, 0xde, 0x9f, 0x5a, 0xff, 0xde, 0xa3, 0x5d, 0xff, 0xdc, 0xaa, 0x62, 0xff, 0xde, 0xb6, 0x6a, 0xff, 0xdd, 0xc3, 0x71, 0xff, 0xd8, 0xc7, 0x7a, 0xff, 0xd9, 0xc7, 0x84, 0xff, 0xdc, 0xc7, 0x8e, 0xff, 0xdd, 0xc6, 0x94, 0xff, 0xdc, 0xc3, 0x9a, 0xff, 0xdd, 0xc0, 0x9d, 0xff, 0xdd, 0xbe, 0x9f, 0xff, 0xdc, 0xbd, 0x9b, 0xff, 0xdd, 0xbe, 0x96, 0xff, 0xdd, 0xc0, 0x8f, 0xff, 0xdc, 0xc2, 0x89, 0xff, 0xdb, 0xc5, 0x83, 0xff, 0xdc, 0xc5, 0x7c, 0xff, 0xdd, 0xbf, 0x75, 0xff, 0xde, 0xb3, 0x6e, 0xff, 0xde, 0xa9, 0x68, 0xff, 0xde, 0xa1, 0x62, 0xff, 0xdc, 0x98, 0x5b, 0xff, 0xd0, 0x90, 0x54, 0xff, 0xc7, 0x8b, 0x50, 0xff, 0xbf, 0x86, 0x4d, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xd1, 0x8c, 0x53, 0xff, 0xd3, 0x8f, 0x56, 0xff, 0xca, 0x8a, 0x52, 0xff, 0xc4, 0x85, 0x4e, 0xff, 0xc7, 0x8e, 0x53, 0xff, 0xcd, 0x97, 0x5b, 0xff, 0xd8, 0x9e, 0x61, 0xff, 0xdf, 0xa1, 0x64, 0xff, 0xe0, 0xa0, 0x65, 0xff, 0xde, 0xa3, 0x67, 0xff, 0xdf, 0xa3, 0x66, 0xff, 0xdf, 0x9f, 0x64, 0xff, 0xdf, 0x9c, 0x63, 0xff, 0xdf, 0x9d, 0x62, 0xff, 0xdf, 0x9e, 0x63, 0xff, 0xdf, 0x9f, 0x64, 0xff, 0xdf, 0xa0, 0x65, 0xff, 0xdf, 0xa5, 0x67, 0xff, 0xdf, 0xad, 0x6a, 0xff, 0xdf, 0xbf, 0x71, 0xff, 0xd9, 0xc6, 0x7c, 0xff, 0xda, 0xc7, 0x88, 0xff, 0xdd, 0xc7, 0x90, 0xff, 0xdd, 0xc6, 0x93, 0xff, 0xdc, 0xc7, 0x93, 0xff, 0xdb, 0xc7, 0x8d, 0xff, 0xda, 0xc7, 0x89, 0xff, 0xda, 0xc8, 0x82, 0xff, 0xdd, 0xc1, 0x7a, 0xff, 0xdf, 0xb1, 0x72, 0xff, 0xde, 0xa2, 0x6c, 0xff, 0xdf, 0x9c, 0x64, 0xff, 0xd5, 0x93, 0x5d, 0xff, 0xc5, 0x89, 0x55, 0xff, 0xbc, 0x81, 0x4f, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xb3, 0x77, 0x46, 0xff, 0xb0, 0x74, 0x41, 0xff, 0xac, 0x6e, 0x3d, 0xff, 0xa8, 0x6a, 0x3a, 0xff, 0xa4, 0x66, 0x37, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9c, 0x62, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x95, 0x59, 0x32, 0xff, 0x95, 0x58, 0x32, 0xff, 0x93, 0x57, 0x32, 0xff, 0x91, 0x54, 0x30, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8a, 0x50, 0x2c, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x87, 0x4e, 0x28, 0xff, 0x87, 0x4e, 0x29, 0xff, 0x87, 0x4d, 0x27, 0xff, 0x85, 0x4c, 0x25, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x80, 0x49, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x80, 0x48, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x7f, 0x4a, 0x23, 0xff, 0x7f, 0x49, 0x23, 0xff, 0x7f, 0x49, 0x23, 0xff, 0x80, 0x48, 0x22, 0xff, 0x7f, 0x49, 0x23, 0xff, 0x81, 0x4a, 0x23, 0xff, 0x82, 0x4a, 0x23, 0xff, 0x83, 0x4a, 0x25, 0xff, 0x85, 0x4c, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x26, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x87, 0x4d, 0x27, 0xff, 0x87, 0x4e, 0x27, 0xff, - 0x87, 0x4e, 0x27, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x89, 0x4e, 0x2b, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x8b, 0x51, 0x2c, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x92, 0x55, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x93, 0x59, 0x34, 0xff, 0x95, 0x59, 0x34, 0xff, 0x98, 0x5c, 0x36, 0xff, 0x94, 0x57, 0x33, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9e, 0x62, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa1, 0x65, 0x3a, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xbc, 0x8a, 0x57, 0xff, 0xc1, 0x8f, 0x5a, 0xff, 0xc2, 0x8c, 0x57, 0xff, 0xcb, 0x8e, 0x58, 0xff, 0xcb, 0x8e, 0x55, 0xff, 0xc7, 0x8c, 0x54, 0xff, 0xc8, 0x8a, 0x53, 0xff, 0xcd, 0x8b, 0x56, 0xff, 0xd3, 0x8e, 0x56, 0xff, 0xdc, 0x91, 0x58, 0xff, 0xde, 0x97, 0x5b, 0xff, 0xd9, 0x96, 0x5c, 0xff, 0xba, 0x86, 0x51, 0xff, 0xb4, 0x79, 0x48, 0xff, 0xad, 0x74, 0x46, 0xff, 0xac, 0x72, 0x43, 0xff, 0xac, 0x71, 0x42, 0xff, 0xac, 0x71, 0x42, 0xff, 0xac, 0x71, 0x42, 0xff, 0xab, 0x70, 0x41, 0xff, 0xab, 0x70, 0x42, 0xff, 0xac, 0x70, 0x41, 0xff, 0xac, 0x70, 0x40, 0xff, 0xac, 0x70, 0x3f, 0xff, 0xad, 0x71, 0x3f, 0xff, 0xac, 0x70, 0x41, 0xff, 0xab, 0x72, 0x41, 0xff, 0xae, 0x76, 0x44, 0xff, 0xb0, 0x78, 0x46, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xae, 0x76, 0x44, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xae, 0x76, 0x44, 0xff, 0xad, 0x76, 0x43, 0xff, 0xac, 0x74, 0x42, 0xff, 0xac, 0x73, 0x41, 0xff, 0xac, 0x74, 0x41, 0xff, 0xac, 0x72, 0x41, 0xff, 0xac, 0x73, 0x41, 0xff, 0xab, 0x73, 0x3f, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xa9, 0x71, 0x3e, 0xff, 0xa9, 0x71, 0x3f, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xa7, 0x6f, 0x3d, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0xa5, 0x70, 0x40, 0xff, 0xa5, 0x6f, 0x3f, 0xff, 0xa5, 0x70, 0x40, 0xff, 0xa6, 0x72, 0x41, 0xff, 0xa7, 0x74, 0x42, 0xff, 0xa8, 0x74, 0x43, 0xff, 0xaa, 0x77, 0x44, 0xff, 0xac, 0x77, 0x44, 0xff, 0xae, 0x79, 0x45, 0xff, 0xb0, 0x7c, 0x45, 0xff, 0xb1, 0x7c, 0x46, 0xff, 0xb2, 0x7f, 0x49, 0xff, 0xb4, 0x83, 0x4b, 0xff, 0xb6, 0x86, 0x4f, 0xff, 0xb7, 0x89, 0x50, 0xff, 0xb9, 0x8c, 0x52, 0xff, 0xbb, 0x91, 0x53, 0xff, 0xbd, 0x92, 0x54, 0xff, 0xbe, 0x94, 0x55, 0xff, 0xc0, 0x94, 0x55, 0xff, 0xc2, 0x94, 0x57, 0xff, 0xc4, 0x96, 0x5a, 0xff, 0xc8, 0x9a, 0x5d, 0xff, 0xcc, 0x9b, 0x5d, 0xff, 0xd0, 0x9d, 0x5f, 0xff, 0xd1, 0x9d, 0x60, 0xff, 0xd0, 0x9c, 0x61, 0xff, 0xd2, 0xa0, 0x63, 0xff, 0xd8, 0xa3, 0x65, 0xff, 0xdd, 0xa6, 0x66, 0xff, 0xdf, 0xa8, 0x64, 0xff, 0xdf, 0xa6, 0x63, 0xff, 0xdc, 0xa5, 0x61, 0xff, 0xdc, 0xa1, 0x5e, 0xff, 0xde, 0x9e, 0x5a, 0xff, 0xdd, 0x9d, 0x58, 0xff, 0xdd, 0x9a, 0x56, 0xff, 0xde, 0x9b, 0x58, 0xff, 0xdd, 0x9f, 0x5f, 0xff, 0xde, 0xa0, 0x60, 0xff, 0xdf, 0x9e, 0x5d, 0xff, 0xde, 0x9a, 0x5a, 0xff, 0xdd, 0x9a, 0x56, 0xff, 0xdd, 0x9d, 0x55, 0xff, 0xde, 0x9f, 0x58, 0xff, 0xde, 0x9d, 0x59, 0xff, 0xdd, 0x9d, 0x57, 0xff, 0xde, 0x9f, 0x58, 0xff, 0xdd, 0x9e, 0x5a, 0xff, 0xdf, 0xa2, 0x5c, 0xff, 0xe0, 0xa4, 0x60, 0xff, 0xe0, 0xb0, 0x67, 0xff, 0xdc, 0xb8, 0x6d, 0xff, 0xd1, 0xac, 0x6c, 0xff, 0xc6, 0x9d, 0x64, 0xff, 0xc3, 0x96, 0x60, 0xff, 0xc6, 0x97, 0x66, 0xff, 0xcb, 0x99, 0x6c, 0xff, 0xcf, 0x99, 0x6e, 0xff, 0xd2, 0x9a, 0x6f, 0xff, 0xd4, 0x9a, 0x70, 0xff, 0xd6, 0x9b, 0x6f, 0xff, 0xd7, 0x9e, 0x6e, 0xff, 0xda, 0xa2, 0x6e, 0xff, 0xde, 0xa7, 0x70, 0xff, 0xdf, 0xb0, 0x72, 0xff, 0xdf, 0xaf, 0x6f, 0xff, 0xde, 0xa7, 0x69, 0xff, 0xdd, 0xa1, 0x67, 0xff, 0xdd, 0xa0, 0x66, 0xff, 0xde, 0x9e, 0x63, 0xff, 0xdb, 0x99, 0x5d, 0xff, 0xcb, 0x8d, 0x52, 0xff, 0xc1, 0x86, 0x4a, 0xff, 0xba, 0x82, 0x47, 0xff, 0xcd, 0x8a, 0x4f, 0xff, 0xd8, 0x91, 0x56, 0xff, 0xd0, 0x8e, 0x54, 0xff, 0xd2, 0x94, 0x57, 0xff, 0xd1, 0x95, 0x59, 0xff, 0xcd, 0x93, 0x56, 0xff, 0xc9, 0x90, 0x54, 0xff, 0xca, 0x95, 0x59, 0xff, 0xda, 0xa1, 0x65, 0xff, 0xe1, 0xa5, 0x69, 0xff, 0xdf, 0xa2, 0x67, 0xff, 0xdf, 0xa0, 0x65, 0xff, 0xdf, 0x9e, 0x64, 0xff, 0xdf, 0x9c, 0x64, 0xff, 0xdf, 0x9d, 0x64, 0xff, 0xdf, 0x9e, 0x67, 0xff, 0xde, 0xa0, 0x68, 0xff, 0xdf, 0xa5, 0x68, 0xff, 0xe0, 0xae, 0x6c, 0xff, 0xe0, 0xbf, 0x72, 0xff, 0xd8, 0xc6, 0x7c, 0xff, 0xda, 0xc7, 0x88, 0xff, 0xde, 0xc7, 0x97, 0xff, 0xe0, 0xc7, 0xa9, 0xff, 0xdf, 0xc7, 0xad, 0xff, 0xe0, 0xc7, 0xa9, 0xff, 0xde, 0xc7, 0x9a, 0xff, 0xdc, 0xc6, 0x8e, 0xff, 0xd9, 0xc7, 0x87, 0xff, 0xdd, 0xc4, 0x7f, 0xff, 0xe0, 0xb3, 0x74, 0xff, 0xe0, 0xa6, 0x6c, 0xff, 0xde, 0x99, 0x62, 0xff, 0xd0, 0x90, 0x5b, 0xff, 0xc5, 0x89, 0x55, 0xff, 0xbc, 0x82, 0x4e, 0xff, 0xb8, 0x7b, 0x49, 0xff, 0xb5, 0x77, 0x44, 0xff, 0xb1, 0x74, 0x40, 0xff, 0xae, 0x71, 0x3e, 0xff, 0xa6, 0x69, 0x39, 0xff, 0xa3, 0x65, 0x36, 0xff, 0xa2, 0x64, 0x36, 0xff, 0xa1, 0x64, 0x36, 0xff, 0xa0, 0x63, 0x36, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x96, 0x59, 0x33, 0xff, 0x94, 0x59, 0x32, 0xff, 0x91, 0x57, 0x31, 0xff, 0x91, 0x54, 0x30, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8d, 0x53, 0x2f, 0xff, 0x8b, 0x52, 0x2e, 0xff, 0x8b, 0x51, 0x2c, 0xff, 0x8b, 0x52, 0x2b, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x8a, 0x4f, 0x29, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x89, 0x4e, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x87, 0x4e, 0x27, 0xff, 0x85, 0x4c, 0x26, 0xff, 0x82, 0x4b, 0x25, 0xff, 0x81, 0x49, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x80, 0x49, 0x23, 0xff, 0x80, 0x4a, 0x22, 0xff, 0x81, 0x49, 0x23, 0xff, 0x80, 0x48, 0x23, 0xff, 0x81, 0x4a, 0x23, 0xff, 0x81, 0x4a, 0x24, 0xff, 0x82, 0x4b, 0x25, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x84, 0x4a, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x85, 0x4d, 0x25, 0xff, 0x85, 0x4d, 0x27, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4c, 0x27, 0xff, - 0x88, 0x4e, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x93, 0x57, 0x32, 0xff, 0x94, 0x57, 0x33, 0xff, 0x94, 0x58, 0x33, 0xff, 0x96, 0x5b, 0x35, 0xff, 0x96, 0x5b, 0x36, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9e, 0x62, 0x37, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa0, 0x64, 0x39, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xb7, 0x87, 0x57, 0xff, 0xbe, 0x91, 0x60, 0xff, 0xbe, 0x91, 0x5e, 0xff, 0xc3, 0x93, 0x5d, 0xff, 0xca, 0x93, 0x5b, 0xff, 0xce, 0x90, 0x57, 0xff, 0xcb, 0x8d, 0x55, 0xff, 0xc9, 0x8c, 0x54, 0xff, 0xca, 0x8a, 0x53, 0xff, 0xd0, 0x8d, 0x54, 0xff, 0xd9, 0x90, 0x57, 0xff, 0xde, 0x95, 0x5b, 0xff, 0xdd, 0x99, 0x5d, 0xff, 0xcd, 0x92, 0x59, 0xff, 0xb1, 0x77, 0x47, 0xff, 0xb1, 0x78, 0x49, 0xff, 0xad, 0x73, 0x45, 0xff, 0xad, 0x74, 0x45, 0xff, 0xad, 0x74, 0x45, 0xff, 0xad, 0x73, 0x45, 0xff, 0xad, 0x73, 0x45, 0xff, 0xad, 0x74, 0x43, 0xff, 0xad, 0x73, 0x43, 0xff, 0xae, 0x71, 0x42, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x72, 0x41, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb1, 0x79, 0x49, 0xff, 0xb1, 0x7a, 0x49, 0xff, 0xb1, 0x79, 0x46, 0xff, 0xb1, 0x77, 0x45, 0xff, 0xb1, 0x77, 0x45, 0xff, 0xb1, 0x79, 0x46, 0xff, 0xaf, 0x78, 0x44, 0xff, 0xaf, 0x79, 0x46, 0xff, 0xad, 0x75, 0x43, 0xff, 0xad, 0x73, 0x42, 0xff, 0xae, 0x76, 0x42, 0xff, 0xac, 0x74, 0x41, 0xff, 0xac, 0x73, 0x40, 0xff, 0xab, 0x73, 0x3f, 0xff, 0xab, 0x73, 0x41, 0xff, 0xaa, 0x72, 0x40, 0xff, 0xa9, 0x72, 0x40, 0xff, 0xa8, 0x70, 0x40, 0xff, 0xa7, 0x6f, 0x3e, 0xff, 0xa6, 0x70, 0x40, 0xff, 0xa7, 0x71, 0x41, 0xff, 0xa5, 0x71, 0x41, 0xff, 0xa5, 0x70, 0x41, 0xff, 0xa6, 0x71, 0x41, 0xff, 0xa8, 0x73, 0x42, 0xff, 0xaa, 0x75, 0x43, 0xff, 0xab, 0x76, 0x43, 0xff, 0xad, 0x79, 0x44, 0xff, 0xaf, 0x7a, 0x45, 0xff, 0xb0, 0x7c, 0x46, 0xff, 0xb2, 0x7e, 0x46, 0xff, 0xb3, 0x81, 0x47, 0xff, 0xb5, 0x82, 0x47, 0xff, 0xb6, 0x84, 0x49, 0xff, 0xb8, 0x86, 0x4b, 0xff, 0xb9, 0x8a, 0x4d, 0xff, 0xbb, 0x8d, 0x4e, 0xff, 0xbd, 0x8f, 0x4f, 0xff, 0xbf, 0x90, 0x51, 0xff, 0xc1, 0x92, 0x53, 0xff, 0xc4, 0x95, 0x55, 0xff, 0xc6, 0x98, 0x57, 0xff, 0xc5, 0x97, 0x57, 0xff, 0xc3, 0x96, 0x57, 0xff, 0xc6, 0x97, 0x59, 0xff, 0xcb, 0x9a, 0x5d, 0xff, 0xcf, 0x9d, 0x5f, 0xff, 0xd3, 0xa1, 0x5f, 0xff, 0xd9, 0xa2, 0x60, 0xff, 0xdd, 0xa2, 0x61, 0xff, 0xde, 0xa3, 0x60, 0xff, 0xdd, 0xa1, 0x5e, 0xff, 0xde, 0x9f, 0x5b, 0xff, 0xde, 0x9c, 0x59, 0xff, 0xdc, 0x9c, 0x59, 0xff, 0xdc, 0x9c, 0x59, 0xff, 0xdd, 0x9b, 0x57, 0xff, 0xdd, 0x9c, 0x5b, 0xff, 0xdd, 0x9e, 0x60, 0xff, 0xdd, 0x9d, 0x5d, 0xff, 0xdf, 0x9b, 0x5a, 0xff, 0xdf, 0x9c, 0x57, 0xff, 0xdd, 0x9f, 0x58, 0xff, 0xdd, 0xa1, 0x5b, 0xff, 0xde, 0xa1, 0x5c, 0xff, 0xdd, 0x9f, 0x5a, 0xff, 0xde, 0x9f, 0x5b, 0xff, 0xd7, 0x9c, 0x5a, 0xff, 0xca, 0x90, 0x54, 0xff, 0xc2, 0x8b, 0x52, 0xff, 0xc1, 0x88, 0x51, 0xff, 0xc2, 0x88, 0x52, 0xff, 0xc5, 0x8d, 0x55, 0xff, 0xc9, 0x91, 0x5a, 0xff, 0xcb, 0x93, 0x5e, 0xff, 0xcd, 0x95, 0x61, 0xff, 0xd0, 0x97, 0x64, 0xff, 0xd2, 0x98, 0x68, 0xff, 0xd4, 0x98, 0x6a, 0xff, 0xd4, 0x99, 0x6c, 0xff, 0xd7, 0x99, 0x6d, 0xff, 0xda, 0x9b, 0x6c, 0xff, 0xdb, 0x9d, 0x6b, 0xff, 0xde, 0x9e, 0x6a, 0xff, 0xdf, 0xa0, 0x69, 0xff, 0xdd, 0xa1, 0x68, 0xff, 0xdd, 0xa4, 0x68, 0xff, 0xdf, 0xa4, 0x68, 0xff, 0xde, 0xa1, 0x65, 0xff, 0xdd, 0x9e, 0x61, 0xff, 0xdf, 0x9c, 0x62, 0xff, 0xe0, 0x9e, 0x62, 0xff, 0xde, 0x9e, 0x62, 0xff, 0xd7, 0x99, 0x5e, 0xff, 0xd3, 0x95, 0x5a, 0xff, 0xd8, 0x95, 0x58, 0xff, 0xda, 0x9b, 0x5b, 0xff, 0xd6, 0x9a, 0x5c, 0xff, 0xd4, 0x98, 0x59, 0xff, 0xce, 0x94, 0x57, 0xff, 0xcb, 0x94, 0x57, 0xff, 0xc9, 0x94, 0x57, 0xff, 0xc4, 0x92, 0x58, 0xff, 0xd6, 0x9e, 0x63, 0xff, 0xdf, 0xa2, 0x66, 0xff, 0xdf, 0xa0, 0x67, 0xff, 0xde, 0x9f, 0x66, 0xff, 0xdf, 0x9d, 0x65, 0xff, 0xdf, 0x9d, 0x64, 0xff, 0xdf, 0x9e, 0x64, 0xff, 0xde, 0xa0, 0x68, 0xff, 0xdf, 0xa3, 0x6a, 0xff, 0xe0, 0xaa, 0x6d, 0xff, 0xe0, 0xb7, 0x72, 0xff, 0xdc, 0xc4, 0x7a, 0xff, 0xda, 0xc7, 0x84, 0xff, 0xdd, 0xc8, 0x93, 0xff, 0xe0, 0xc7, 0xa9, 0xff, 0xe0, 0xc7, 0xaf, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xe0, 0xc7, 0xb0, 0xff, 0xdf, 0xc7, 0xa3, 0xff, 0xdd, 0xc7, 0x94, 0xff, 0xd9, 0xc6, 0x89, 0xff, 0xde, 0xc5, 0x7f, 0xff, 0xe0, 0xb1, 0x73, 0xff, 0xe0, 0x9e, 0x67, 0xff, 0xd6, 0x92, 0x5e, 0xff, 0xc7, 0x8b, 0x56, 0xff, 0xc3, 0x88, 0x54, 0xff, 0xbc, 0x81, 0x4d, 0xff, 0xb7, 0x7b, 0x48, 0xff, 0xb3, 0x75, 0x42, 0xff, 0xb0, 0x72, 0x3f, 0xff, 0xad, 0x6f, 0x3d, 0xff, 0xaa, 0x6b, 0x3b, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa1, 0x63, 0x36, 0xff, 0x9f, 0x62, 0x35, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x96, 0x59, 0x33, 0xff, 0x95, 0x59, 0x32, 0xff, 0x93, 0x57, 0x30, 0xff, 0x92, 0x56, 0x30, 0xff, 0x90, 0x54, 0x30, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x8c, 0x52, 0x2c, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x8a, 0x50, 0x2a, 0xff, 0x89, 0x50, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x86, 0x4c, 0x27, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x82, 0x4a, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x80, 0x49, 0x23, 0xff, 0x82, 0x49, 0x23, 0xff, 0x82, 0x4a, 0x23, 0xff, 0x82, 0x4b, 0x25, 0xff, 0x82, 0x4b, 0x24, 0xff, 0x82, 0x4b, 0x25, 0xff, 0x84, 0x4a, 0x25, 0xff, 0x84, 0x4a, 0x26, 0xff, 0x85, 0x4c, 0x25, 0xff, 0x86, 0x4c, 0x27, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x88, 0x4e, 0x29, 0xff, - 0x87, 0x4c, 0x29, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x8b, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x92, 0x57, 0x32, 0xff, 0x93, 0x58, 0x33, 0xff, 0x94, 0x59, 0x35, 0xff, 0x97, 0x5c, 0x36, 0xff, 0x92, 0x57, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa2, 0x66, 0x3a, 0xff, 0xae, 0x79, 0x4b, 0xff, 0xbc, 0x8e, 0x5d, 0xff, 0xbc, 0x8e, 0x60, 0xff, 0xbe, 0x8f, 0x63, 0xff, 0xc4, 0x95, 0x66, 0xff, 0xc9, 0x99, 0x61, 0xff, 0xca, 0x93, 0x5a, 0xff, 0xce, 0x8e, 0x57, 0xff, 0xcb, 0x8b, 0x54, 0xff, 0xc9, 0x8a, 0x53, 0xff, 0xcf, 0x8b, 0x56, 0xff, 0xd6, 0x90, 0x56, 0xff, 0xdd, 0x93, 0x5a, 0xff, 0xdf, 0x97, 0x5c, 0xff, 0xd7, 0x97, 0x5d, 0xff, 0xb9, 0x7f, 0x4d, 0xff, 0xb2, 0x79, 0x49, 0xff, 0xb1, 0x75, 0x46, 0xff, 0xaf, 0x75, 0x46, 0xff, 0xaf, 0x76, 0x47, 0xff, 0xaf, 0x75, 0x48, 0xff, 0xb0, 0x75, 0x47, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xb0, 0x75, 0x45, 0xff, 0xaf, 0x75, 0x44, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xb3, 0x7a, 0x47, 0xff, 0xb4, 0x7b, 0x49, 0xff, 0xb4, 0x7c, 0x4a, 0xff, 0xb3, 0x7b, 0x48, 0xff, 0xb2, 0x79, 0x46, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb1, 0x7a, 0x46, 0xff, 0xb0, 0x7b, 0x47, 0xff, 0xb1, 0x7b, 0x49, 0xff, 0xae, 0x78, 0x46, 0xff, 0xaf, 0x77, 0x45, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x74, 0x42, 0xff, 0xad, 0x74, 0x43, 0xff, 0xac, 0x75, 0x42, 0xff, 0xac, 0x75, 0x43, 0xff, 0xac, 0x74, 0x42, 0xff, 0xaa, 0x73, 0x41, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xa9, 0x72, 0x41, 0xff, 0xa8, 0x71, 0x40, 0xff, 0xa8, 0x72, 0x41, 0xff, 0xa7, 0x72, 0x42, 0xff, 0xa6, 0x72, 0x42, 0xff, 0xa7, 0x74, 0x43, 0xff, 0xa9, 0x74, 0x43, 0xff, 0xaa, 0x75, 0x44, 0xff, 0xac, 0x77, 0x44, 0xff, 0xad, 0x79, 0x43, 0xff, 0xaf, 0x79, 0x43, 0xff, 0xb0, 0x7b, 0x43, 0xff, 0xb1, 0x7c, 0x43, 0xff, 0xb3, 0x7e, 0x45, 0xff, 0xb5, 0x81, 0x48, 0xff, 0xb7, 0x82, 0x48, 0xff, 0xb8, 0x84, 0x49, 0xff, 0xba, 0x88, 0x4a, 0xff, 0xbc, 0x8a, 0x4c, 0xff, 0xbe, 0x8c, 0x4e, 0xff, 0xbe, 0x8c, 0x4e, 0xff, 0xbd, 0x8b, 0x4f, 0xff, 0xbc, 0x8d, 0x4f, 0xff, 0xbe, 0x90, 0x51, 0xff, 0xc2, 0x93, 0x55, 0xff, 0xc4, 0x95, 0x58, 0xff, 0xc8, 0x97, 0x59, 0xff, 0xcd, 0x9a, 0x5b, 0xff, 0xd0, 0x9b, 0x5b, 0xff, 0xd5, 0x9d, 0x5b, 0xff, 0xd9, 0x9e, 0x5c, 0xff, 0xdb, 0x9e, 0x5c, 0xff, 0xde, 0x9f, 0x5b, 0xff, 0xdd, 0x9f, 0x5a, 0xff, 0xdd, 0x9d, 0x58, 0xff, 0xde, 0x9a, 0x56, 0xff, 0xde, 0x9a, 0x57, 0xff, 0xde, 0x9a, 0x58, 0xff, 0xde, 0x99, 0x59, 0xff, 0xde, 0x9c, 0x5d, 0xff, 0xdf, 0x9d, 0x5f, 0xff, 0xde, 0x9b, 0x5a, 0xff, 0xdf, 0xa0, 0x59, 0xff, 0xde, 0xa2, 0x5b, 0xff, 0xd6, 0x9b, 0x5a, 0xff, 0xcf, 0x96, 0x58, 0xff, 0xc6, 0x8f, 0x54, 0xff, 0xbc, 0x84, 0x4c, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xc0, 0x84, 0x4e, 0xff, 0xc3, 0x86, 0x4f, 0xff, 0xc6, 0x88, 0x52, 0xff, 0xc6, 0x8c, 0x54, 0xff, 0xc8, 0x8f, 0x55, 0xff, 0xca, 0x91, 0x59, 0xff, 0xcc, 0x95, 0x5b, 0xff, 0xce, 0x97, 0x5e, 0xff, 0xce, 0x97, 0x62, 0xff, 0xcf, 0x98, 0x65, 0xff, 0xd3, 0x98, 0x68, 0xff, 0xd5, 0x99, 0x6a, 0xff, 0xd6, 0x9b, 0x6c, 0xff, 0xd8, 0x9c, 0x6c, 0xff, 0xdc, 0x9e, 0x6b, 0xff, 0xdf, 0xa0, 0x6a, 0xff, 0xe0, 0xa1, 0x69, 0xff, 0xdf, 0xa1, 0x69, 0xff, 0xde, 0xa0, 0x66, 0xff, 0xdd, 0x9f, 0x62, 0xff, 0xde, 0x9f, 0x63, 0xff, 0xde, 0x9e, 0x62, 0xff, 0xde, 0x9e, 0x62, 0xff, 0xdf, 0x9b, 0x60, 0xff, 0xde, 0x98, 0x5e, 0xff, 0xdf, 0x99, 0x5c, 0xff, 0xde, 0x9e, 0x60, 0xff, 0xdf, 0xaa, 0x6a, 0xff, 0xdf, 0xaa, 0x69, 0xff, 0xdc, 0xa4, 0x63, 0xff, 0xd8, 0x9d, 0x60, 0xff, 0xd4, 0x9a, 0x5d, 0xff, 0xce, 0x94, 0x58, 0xff, 0xcb, 0x94, 0x57, 0xff, 0xc8, 0x95, 0x59, 0xff, 0xcb, 0x98, 0x5d, 0xff, 0xda, 0x9d, 0x63, 0xff, 0xdf, 0x9c, 0x67, 0xff, 0xdf, 0x9e, 0x68, 0xff, 0xdf, 0x9e, 0x67, 0xff, 0xde, 0x9c, 0x66, 0xff, 0xdf, 0x9d, 0x64, 0xff, 0xdf, 0x9e, 0x65, 0xff, 0xde, 0xa0, 0x68, 0xff, 0xdf, 0xa5, 0x6b, 0xff, 0xde, 0xb1, 0x73, 0xff, 0xde, 0xc3, 0x79, 0xff, 0xda, 0xc7, 0x82, 0xff, 0xdc, 0xc7, 0x8f, 0xff, 0xdf, 0xc7, 0xa5, 0xff, 0xe0, 0xc7, 0xae, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xe0, 0xc7, 0xaf, 0xff, 0xe0, 0xc8, 0xb1, 0xff, 0xdf, 0xc7, 0xa6, 0xff, 0xdc, 0xc7, 0x93, 0xff, 0xdb, 0xc7, 0x85, 0xff, 0xde, 0xb9, 0x77, 0xff, 0xdf, 0xa7, 0x6d, 0xff, 0xdf, 0x9b, 0x64, 0xff, 0xd3, 0x93, 0x5c, 0xff, 0xc5, 0x8a, 0x55, 0xff, 0xc2, 0x87, 0x53, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xb6, 0x79, 0x46, 0xff, 0xb2, 0x74, 0x41, 0xff, 0xaf, 0x71, 0x3d, 0xff, 0xac, 0x6e, 0x3c, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa2, 0x65, 0x36, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x99, 0x5e, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x95, 0x59, 0x32, 0xff, 0x95, 0x58, 0x32, 0xff, 0x93, 0x57, 0x31, 0xff, 0x92, 0x55, 0x30, 0xff, 0x90, 0x54, 0x30, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8b, 0x51, 0x2b, 0xff, 0x8a, 0x50, 0x2a, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x86, 0x4c, 0x27, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x83, 0x4b, 0x23, 0xff, 0x81, 0x4a, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x82, 0x4a, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x82, 0x4a, 0x24, 0xff, 0x82, 0x4a, 0x24, 0xff, 0x82, 0x4b, 0x25, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x85, 0x4c, 0x28, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x86, 0x4c, 0x29, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, - 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x88, 0x4d, 0x2a, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x94, 0x58, 0x33, 0xff, 0x93, 0x59, 0x33, 0xff, 0x95, 0x5b, 0x35, 0xff, 0x95, 0x59, 0x35, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x93, 0x57, 0x31, 0xff, 0x94, 0x58, 0x31, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x9d, 0x61, 0x35, 0xff, 0x9e, 0x61, 0x38, 0xff, 0xac, 0x74, 0x45, 0xff, 0xbd, 0x8d, 0x59, 0xff, 0xbd, 0x8f, 0x60, 0xff, 0xbd, 0x8f, 0x63, 0xff, 0xbe, 0x8f, 0x68, 0xff, 0xc3, 0x95, 0x6c, 0xff, 0xc6, 0x96, 0x67, 0xff, 0xc9, 0x99, 0x61, 0xff, 0xcc, 0x92, 0x59, 0xff, 0xce, 0x8d, 0x56, 0xff, 0xc9, 0x8b, 0x53, 0xff, 0xcc, 0x8b, 0x53, 0xff, 0xd1, 0x8d, 0x55, 0xff, 0xdb, 0x92, 0x57, 0xff, 0xe1, 0x98, 0x5c, 0xff, 0xdd, 0x9a, 0x5e, 0xff, 0xc1, 0x85, 0x50, 0xff, 0xb4, 0x7a, 0x49, 0xff, 0xb2, 0x76, 0x47, 0xff, 0xb1, 0x77, 0x47, 0xff, 0xb1, 0x78, 0x48, 0xff, 0xb1, 0x78, 0x4a, 0xff, 0xb2, 0x78, 0x4a, 0xff, 0xb2, 0x79, 0x4a, 0xff, 0xb1, 0x78, 0x49, 0xff, 0xb1, 0x78, 0x47, 0xff, 0xb0, 0x77, 0x45, 0xff, 0xb1, 0x76, 0x45, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb4, 0x7a, 0x48, 0xff, 0xb5, 0x7c, 0x4a, 0xff, 0xb6, 0x7e, 0x4b, 0xff, 0xb5, 0x7e, 0x4b, 0xff, 0xb5, 0x7b, 0x48, 0xff, 0xb4, 0x7a, 0x47, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb4, 0x7d, 0x49, 0xff, 0xb2, 0x7c, 0x49, 0xff, 0xb3, 0x7e, 0x4b, 0xff, 0xb2, 0x7e, 0x4c, 0xff, 0xb0, 0x7a, 0x48, 0xff, 0xaf, 0x78, 0x45, 0xff, 0xae, 0x77, 0x43, 0xff, 0xaf, 0x77, 0x44, 0xff, 0xae, 0x76, 0x43, 0xff, 0xaf, 0x77, 0x45, 0xff, 0xad, 0x75, 0x43, 0xff, 0xad, 0x75, 0x42, 0xff, 0xab, 0x73, 0x41, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xa9, 0x71, 0x42, 0xff, 0xa9, 0x72, 0x42, 0xff, 0xa8, 0x73, 0x43, 0xff, 0xa7, 0x74, 0x42, 0xff, 0xa8, 0x73, 0x43, 0xff, 0xa9, 0x76, 0x43, 0xff, 0xaa, 0x78, 0x43, 0xff, 0xac, 0x78, 0x43, 0xff, 0xad, 0x79, 0x43, 0xff, 0xaf, 0x7a, 0x43, 0xff, 0xb1, 0x7c, 0x44, 0xff, 0xb2, 0x7d, 0x45, 0xff, 0xb3, 0x7f, 0x46, 0xff, 0xb5, 0x81, 0x47, 0xff, 0xb7, 0x82, 0x48, 0xff, 0xb9, 0x85, 0x4a, 0xff, 0xba, 0x86, 0x4a, 0xff, 0xb8, 0x82, 0x47, 0xff, 0xb8, 0x83, 0x48, 0xff, 0xb9, 0x85, 0x49, 0xff, 0xbc, 0x87, 0x4b, 0xff, 0xbe, 0x89, 0x4d, 0xff, 0xc0, 0x8e, 0x52, 0xff, 0xc3, 0x91, 0x55, 0xff, 0xc6, 0x93, 0x56, 0xff, 0xc9, 0x94, 0x56, 0xff, 0xcd, 0x97, 0x56, 0xff, 0xd1, 0x97, 0x57, 0xff, 0xd5, 0x99, 0x57, 0xff, 0xda, 0x9a, 0x58, 0xff, 0xde, 0x99, 0x58, 0xff, 0xde, 0x9a, 0x58, 0xff, 0xde, 0x99, 0x56, 0xff, 0xdf, 0x97, 0x56, 0xff, 0xde, 0x96, 0x56, 0xff, 0xdd, 0x97, 0x56, 0xff, 0xde, 0x98, 0x58, 0xff, 0xde, 0x99, 0x58, 0xff, 0xdf, 0x9c, 0x5b, 0xff, 0xd9, 0x98, 0x5b, 0xff, 0xcc, 0x8f, 0x53, 0xff, 0xc3, 0x8b, 0x51, 0xff, 0xbc, 0x84, 0x4d, 0xff, 0xba, 0x80, 0x4c, 0xff, 0xbe, 0x81, 0x4e, 0xff, 0xbf, 0x82, 0x4e, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xc1, 0x86, 0x4f, 0xff, 0xc3, 0x88, 0x50, 0xff, 0xc5, 0x8a, 0x52, 0xff, 0xc5, 0x8b, 0x52, 0xff, 0xc8, 0x8f, 0x55, 0xff, 0xc8, 0x92, 0x58, 0xff, 0xc9, 0x94, 0x5a, 0xff, 0xcc, 0x98, 0x5e, 0xff, 0xcf, 0x99, 0x62, 0xff, 0xd1, 0x9a, 0x65, 0xff, 0xd2, 0x9a, 0x67, 0xff, 0xd5, 0x9a, 0x69, 0xff, 0xd8, 0x9d, 0x6a, 0xff, 0xde, 0xa0, 0x6c, 0xff, 0xe0, 0xa1, 0x6b, 0xff, 0xe0, 0xa2, 0x69, 0xff, 0xe0, 0xa3, 0x68, 0xff, 0xdf, 0xa3, 0x68, 0xff, 0xdf, 0xa1, 0x65, 0xff, 0xdf, 0x9d, 0x61, 0xff, 0xde, 0x99, 0x5f, 0xff, 0xde, 0x99, 0x5e, 0xff, 0xdf, 0x97, 0x5d, 0xff, 0xdc, 0x96, 0x5d, 0xff, 0xde, 0x9e, 0x5f, 0xff, 0xde, 0x9f, 0x60, 0xff, 0xdd, 0x9f, 0x60, 0xff, 0xdf, 0xa6, 0x64, 0xff, 0xe0, 0xaa, 0x68, 0xff, 0xde, 0xa6, 0x67, 0xff, 0xdd, 0xa3, 0x65, 0xff, 0xda, 0x9f, 0x61, 0xff, 0xd7, 0x9c, 0x5d, 0xff, 0xcd, 0x97, 0x5b, 0xff, 0xc7, 0x98, 0x5c, 0xff, 0xd4, 0x9c, 0x63, 0xff, 0xdd, 0x9d, 0x67, 0xff, 0xde, 0x9c, 0x69, 0xff, 0xe0, 0x9d, 0x68, 0xff, 0xdf, 0x9e, 0x69, 0xff, 0xde, 0x9d, 0x68, 0xff, 0xdf, 0x9d, 0x67, 0xff, 0xe0, 0x9e, 0x67, 0xff, 0xdf, 0xa1, 0x6a, 0xff, 0xde, 0xab, 0x72, 0xff, 0xde, 0xbd, 0x7a, 0xff, 0xda, 0xc6, 0x81, 0xff, 0xda, 0xc8, 0x8b, 0xff, 0xdd, 0xc7, 0x9b, 0xff, 0xe0, 0xc8, 0xad, 0xff, 0xe0, 0xc7, 0xb0, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xe0, 0xc7, 0xb0, 0xff, 0xdf, 0xc7, 0xad, 0xff, 0xde, 0xc7, 0x9d, 0xff, 0xdb, 0xc8, 0x8d, 0xff, 0xdb, 0xc5, 0x81, 0xff, 0xdf, 0xb5, 0x74, 0xff, 0xe0, 0xa3, 0x6a, 0xff, 0xde, 0x99, 0x63, 0xff, 0xcf, 0x90, 0x5a, 0xff, 0xc4, 0x88, 0x54, 0xff, 0xc0, 0x86, 0x51, 0xff, 0xb9, 0x7e, 0x4b, 0xff, 0xb4, 0x77, 0x44, 0xff, 0xb1, 0x72, 0x40, 0xff, 0xaf, 0x6f, 0x3d, 0xff, 0xab, 0x6d, 0x3b, 0xff, 0xa9, 0x6a, 0x3a, 0xff, 0xa7, 0x69, 0x39, 0xff, 0xa3, 0x65, 0x36, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9e, 0x61, 0x35, 0xff, 0xa0, 0x63, 0x36, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x96, 0x59, 0x32, 0xff, 0x93, 0x55, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x90, 0x55, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x91, 0x55, 0x30, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8a, 0x51, 0x2b, 0xff, 0x89, 0x4f, 0x29, 0xff, 0x89, 0x4f, 0x29, 0xff, 0x89, 0x4e, 0x29, 0xff, 0x88, 0x4e, 0x27, 0xff, 0x86, 0x4c, 0x27, 0xff, 0x85, 0x4c, 0x25, 0xff, 0x83, 0x4a, 0x24, 0xff, 0x82, 0x49, 0x23, 0xff, 0x82, 0x4b, 0x24, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x82, 0x4b, 0x24, 0xff, 0x83, 0x4a, 0x24, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x83, 0x49, 0x24, 0xff, 0x84, 0x4c, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x85, 0x4b, 0x27, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x85, 0x4b, 0x25, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x86, 0x4d, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4c, 0x29, 0xff, - 0x87, 0x4d, 0x29, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4e, 0x28, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x87, 0x4e, 0x2a, 0xff, 0x89, 0x50, 0x2b, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x95, 0x59, 0x33, 0xff, 0x94, 0x5a, 0x35, 0xff, 0x95, 0x5b, 0x35, 0xff, 0x93, 0x57, 0x32, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x94, 0x58, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xbb, 0x84, 0x51, 0xff, 0xba, 0x8a, 0x57, 0xff, 0xbc, 0x8d, 0x5f, 0xff, 0xbe, 0x8e, 0x65, 0xff, 0xc1, 0x92, 0x6a, 0xff, 0xc1, 0x94, 0x6c, 0xff, 0xc5, 0x95, 0x6c, 0xff, 0xc8, 0x99, 0x67, 0xff, 0xca, 0x96, 0x5d, 0xff, 0xce, 0x91, 0x56, 0xff, 0xce, 0x8e, 0x55, 0xff, 0xca, 0x8a, 0x52, 0xff, 0xcf, 0x8d, 0x54, 0xff, 0xd8, 0x92, 0x57, 0xff, 0xdf, 0x97, 0x5b, 0xff, 0xde, 0x9a, 0x5e, 0xff, 0xca, 0x93, 0x5b, 0xff, 0xb4, 0x7a, 0x4a, 0xff, 0xb5, 0x7a, 0x48, 0xff, 0xb4, 0x79, 0x49, 0xff, 0xb5, 0x7a, 0x4a, 0xff, 0xb4, 0x7c, 0x4b, 0xff, 0xb3, 0x7d, 0x4d, 0xff, 0xb3, 0x7d, 0x4f, 0xff, 0xb2, 0x7c, 0x4b, 0xff, 0xb3, 0x7b, 0x4a, 0xff, 0xb2, 0x7a, 0x49, 0xff, 0xb2, 0x79, 0x47, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xb6, 0x7c, 0x49, 0xff, 0xb8, 0x80, 0x4b, 0xff, 0xb7, 0x7f, 0x4b, 0xff, 0xb8, 0x81, 0x4b, 0xff, 0xb6, 0x7e, 0x4a, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb6, 0x7f, 0x49, 0xff, 0xb7, 0x80, 0x4a, 0xff, 0xb5, 0x7e, 0x49, 0xff, 0xb5, 0x80, 0x4d, 0xff, 0xb4, 0x81, 0x4f, 0xff, 0xb1, 0x7e, 0x4d, 0xff, 0xb0, 0x7a, 0x4a, 0xff, 0xb0, 0x7c, 0x48, 0xff, 0xaf, 0x78, 0x45, 0xff, 0xae, 0x77, 0x43, 0xff, 0xb0, 0x78, 0x45, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xaf, 0x77, 0x44, 0xff, 0xad, 0x74, 0x44, 0xff, 0xab, 0x72, 0x43, 0xff, 0xab, 0x73, 0x42, 0xff, 0xab, 0x74, 0x41, 0xff, 0xa9, 0x72, 0x42, 0xff, 0xa7, 0x73, 0x44, 0xff, 0xa8, 0x74, 0x45, 0xff, 0xa9, 0x75, 0x43, 0xff, 0xa9, 0x75, 0x44, 0xff, 0xab, 0x76, 0x43, 0xff, 0xac, 0x7a, 0x44, 0xff, 0xac, 0x7a, 0x44, 0xff, 0xae, 0x7a, 0x43, 0xff, 0xb0, 0x7b, 0x44, 0xff, 0xb1, 0x7d, 0x45, 0xff, 0xb3, 0x7e, 0x45, 0xff, 0xb5, 0x80, 0x46, 0xff, 0xb5, 0x80, 0x47, 0xff, 0xb5, 0x80, 0x46, 0xff, 0xb2, 0x7c, 0x43, 0xff, 0xb3, 0x7e, 0x45, 0xff, 0xb7, 0x80, 0x44, 0xff, 0xb8, 0x82, 0x46, 0xff, 0xba, 0x84, 0x48, 0xff, 0xbc, 0x86, 0x4a, 0xff, 0xbe, 0x89, 0x4e, 0xff, 0xc0, 0x8c, 0x51, 0xff, 0xc4, 0x8f, 0x52, 0xff, 0xc7, 0x92, 0x53, 0xff, 0xcb, 0x92, 0x53, 0xff, 0xcf, 0x94, 0x53, 0xff, 0xd2, 0x94, 0x53, 0xff, 0xd2, 0x93, 0x54, 0xff, 0xd7, 0x93, 0x53, 0xff, 0xdc, 0x95, 0x54, 0xff, 0xde, 0x97, 0x57, 0xff, 0xdd, 0x95, 0x57, 0xff, 0xdd, 0x96, 0x56, 0xff, 0xdf, 0x97, 0x56, 0xff, 0xe0, 0x97, 0x57, 0xff, 0xdc, 0x96, 0x58, 0xff, 0xd2, 0x8e, 0x54, 0xff, 0xc9, 0x88, 0x50, 0xff, 0xbf, 0x83, 0x4e, 0xff, 0xb9, 0x81, 0x4b, 0xff, 0xbb, 0x82, 0x4c, 0xff, 0xbc, 0x82, 0x4e, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xbe, 0x82, 0x4e, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xc1, 0x86, 0x4f, 0xff, 0xc2, 0x87, 0x4f, 0xff, 0xc5, 0x8a, 0x52, 0xff, 0xc5, 0x8b, 0x52, 0xff, 0xc8, 0x8f, 0x55, 0xff, 0xca, 0x92, 0x58, 0xff, 0xcc, 0x95, 0x5a, 0xff, 0xce, 0x98, 0x5d, 0xff, 0xd0, 0x99, 0x60, 0xff, 0xd1, 0x9a, 0x64, 0xff, 0xd4, 0x9b, 0x66, 0xff, 0xd8, 0x9d, 0x68, 0xff, 0xdd, 0xa1, 0x6c, 0xff, 0xe0, 0xa3, 0x6b, 0xff, 0xdf, 0xa2, 0x69, 0xff, 0xde, 0xa4, 0x69, 0xff, 0xdf, 0xa4, 0x68, 0xff, 0xdf, 0xa1, 0x65, 0xff, 0xdf, 0x9f, 0x62, 0xff, 0xdf, 0x9c, 0x60, 0xff, 0xdf, 0x97, 0x5d, 0xff, 0xdc, 0x95, 0x5b, 0xff, 0xdd, 0x99, 0x5e, 0xff, 0xdc, 0x9b, 0x5f, 0xff, 0xdd, 0x9e, 0x5f, 0xff, 0xdd, 0x9f, 0x60, 0xff, 0xdd, 0xa0, 0x60, 0xff, 0xde, 0xa1, 0x61, 0xff, 0xdf, 0xa4, 0x62, 0xff, 0xdf, 0xa3, 0x62, 0xff, 0xdf, 0xa1, 0x63, 0xff, 0xdf, 0xa1, 0x64, 0xff, 0xdf, 0xa1, 0x64, 0xff, 0xd6, 0x9e, 0x63, 0xff, 0xd1, 0x9c, 0x62, 0xff, 0xda, 0x9d, 0x65, 0xff, 0xde, 0x9e, 0x68, 0xff, 0xe0, 0x9d, 0x68, 0xff, 0xdf, 0x9d, 0x68, 0xff, 0xdf, 0x9c, 0x68, 0xff, 0xe0, 0x9d, 0x68, 0xff, 0xe0, 0x9d, 0x68, 0xff, 0xe0, 0x9f, 0x69, 0xff, 0xe0, 0xa3, 0x6f, 0xff, 0xe0, 0xb2, 0x76, 0xff, 0xdd, 0xc2, 0x7e, 0xff, 0xd9, 0xc7, 0x87, 0xff, 0xdc, 0xc7, 0x96, 0xff, 0xdf, 0xc7, 0xab, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xe0, 0xc7, 0xad, 0xff, 0xde, 0xc7, 0x9a, 0xff, 0xd9, 0xc8, 0x8a, 0xff, 0xdc, 0xc2, 0x7e, 0xff, 0xe0, 0xb0, 0x72, 0xff, 0xdf, 0xa2, 0x69, 0xff, 0xd9, 0x98, 0x5f, 0xff, 0xc9, 0x8c, 0x57, 0xff, 0xc0, 0x85, 0x51, 0xff, 0xbf, 0x83, 0x50, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb4, 0x76, 0x44, 0xff, 0xb0, 0x73, 0x40, 0xff, 0xad, 0x6f, 0x3c, 0xff, 0xaa, 0x6c, 0x3b, 0xff, 0xa8, 0x69, 0x3a, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xa3, 0x65, 0x36, 0xff, 0xa0, 0x63, 0x35, 0xff, 0x9e, 0x61, 0x34, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x93, 0x56, 0x32, 0xff, 0x91, 0x54, 0x31, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x91, 0x56, 0x31, 0xff, 0x90, 0x56, 0x31, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2a, 0xff, 0x8a, 0x50, 0x2a, 0xff, 0x8a, 0x50, 0x2a, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4e, 0x27, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x85, 0x4b, 0x25, 0xff, 0x84, 0x4a, 0x25, 0xff, 0x82, 0x4b, 0x25, 0xff, 0x82, 0x4b, 0x25, 0xff, 0x82, 0x4b, 0x24, 0xff, 0x82, 0x4b, 0x25, 0xff, 0x81, 0x4b, 0x23, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x83, 0x4c, 0x25, 0xff, 0x84, 0x4b, 0x26, 0xff, 0x83, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x85, 0x4b, 0x27, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x87, 0x4b, 0x27, 0xff, - 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4e, 0x2a, 0xff, 0x89, 0x4f, 0x2b, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x8a, 0x51, 0x2c, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x92, 0x57, 0x32, 0xff, 0x94, 0x59, 0x34, 0xff, 0x95, 0x5a, 0x34, 0xff, 0x95, 0x59, 0x33, 0xff, 0x8e, 0x51, 0x2b, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x93, 0x57, 0x30, 0xff, 0x95, 0x59, 0x32, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xb6, 0x7c, 0x4a, 0xff, 0xb9, 0x82, 0x4f, 0xff, 0xba, 0x8a, 0x57, 0xff, 0xbb, 0x8d, 0x5d, 0xff, 0xbe, 0x8f, 0x62, 0xff, 0xcf, 0x9a, 0x6f, 0xff, 0xc9, 0x96, 0x6f, 0xff, 0xc2, 0x95, 0x6d, 0xff, 0xc6, 0x96, 0x6a, 0xff, 0xc9, 0x9a, 0x62, 0xff, 0xcd, 0x93, 0x59, 0xff, 0xcf, 0x8f, 0x55, 0xff, 0xce, 0x8c, 0x53, 0xff, 0xce, 0x8c, 0x52, 0xff, 0xd5, 0x92, 0x56, 0xff, 0xdf, 0x95, 0x5b, 0xff, 0xdf, 0x9b, 0x5f, 0xff, 0xdc, 0x9c, 0x61, 0xff, 0xb7, 0x7b, 0x4b, 0xff, 0xb7, 0x7a, 0x4b, 0xff, 0xb5, 0x7b, 0x4a, 0xff, 0xb6, 0x7c, 0x4b, 0xff, 0xb5, 0x7f, 0x4d, 0xff, 0xb6, 0x80, 0x4f, 0xff, 0xb5, 0x7f, 0x51, 0xff, 0xb5, 0x81, 0x51, 0xff, 0xb3, 0x7e, 0x4f, 0xff, 0xb5, 0x80, 0x4d, 0xff, 0xb4, 0x7d, 0x4b, 0xff, 0xb5, 0x7d, 0x4a, 0xff, 0xb7, 0x80, 0x4b, 0xff, 0xb8, 0x81, 0x4c, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb7, 0x80, 0x4a, 0xff, 0xb8, 0x82, 0x4c, 0xff, 0xb8, 0x83, 0x4d, 0xff, 0xb6, 0x82, 0x4e, 0xff, 0xb5, 0x85, 0x50, 0xff, 0xb5, 0x82, 0x51, 0xff, 0xb1, 0x7d, 0x4d, 0xff, 0xb0, 0x7b, 0x48, 0xff, 0xb1, 0x7a, 0x47, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb0, 0x78, 0x46, 0xff, 0xb0, 0x79, 0x46, 0xff, 0xaf, 0x78, 0x44, 0xff, 0xae, 0x76, 0x43, 0xff, 0xad, 0x74, 0x43, 0xff, 0xac, 0x72, 0x42, 0xff, 0xab, 0x72, 0x43, 0xff, 0xa8, 0x73, 0x46, 0xff, 0xa7, 0x73, 0x44, 0xff, 0xa9, 0x75, 0x45, 0xff, 0xa9, 0x77, 0x44, 0xff, 0xaa, 0x77, 0x44, 0xff, 0xab, 0x78, 0x43, 0xff, 0xac, 0x7a, 0x45, 0xff, 0xad, 0x7b, 0x46, 0xff, 0xae, 0x7b, 0x44, 0xff, 0xaf, 0x7c, 0x44, 0xff, 0xb2, 0x7d, 0x45, 0xff, 0xb3, 0x7e, 0x44, 0xff, 0xb1, 0x7c, 0x44, 0xff, 0xae, 0x78, 0x41, 0xff, 0xb1, 0x7a, 0x41, 0xff, 0xb3, 0x7d, 0x42, 0xff, 0xb5, 0x7e, 0x43, 0xff, 0xb7, 0x7f, 0x42, 0xff, 0xb9, 0x81, 0x46, 0xff, 0xbb, 0x85, 0x4a, 0xff, 0xbd, 0x87, 0x4c, 0xff, 0xbf, 0x89, 0x4f, 0xff, 0xc2, 0x8c, 0x51, 0xff, 0xc6, 0x8f, 0x52, 0xff, 0xc9, 0x8f, 0x53, 0xff, 0xc8, 0x8d, 0x52, 0xff, 0xca, 0x8e, 0x51, 0xff, 0xcf, 0x8f, 0x51, 0xff, 0xd4, 0x90, 0x52, 0xff, 0xda, 0x94, 0x54, 0xff, 0xdf, 0x99, 0x57, 0xff, 0xdf, 0x99, 0x58, 0xff, 0xdd, 0x97, 0x57, 0xff, 0xd9, 0x94, 0x57, 0xff, 0xcc, 0x8b, 0x51, 0xff, 0xc5, 0x83, 0x4e, 0xff, 0xca, 0x87, 0x51, 0xff, 0xc7, 0x86, 0x4f, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xba, 0x82, 0x4d, 0xff, 0xbd, 0x84, 0x4f, 0xff, 0xbd, 0x83, 0x4e, 0xff, 0xbd, 0x84, 0x4d, 0xff, 0xbd, 0x84, 0x4e, 0xff, 0xbf, 0x86, 0x4f, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xc2, 0x88, 0x50, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc4, 0x88, 0x4f, 0xff, 0xc6, 0x8b, 0x50, 0xff, 0xc7, 0x8c, 0x52, 0xff, 0xc9, 0x8f, 0x55, 0xff, 0xcb, 0x93, 0x57, 0xff, 0xcd, 0x95, 0x59, 0xff, 0xcf, 0x98, 0x5c, 0xff, 0xd1, 0x9a, 0x5f, 0xff, 0xd4, 0x9b, 0x62, 0xff, 0xd6, 0x9d, 0x64, 0xff, 0xdc, 0xa2, 0x68, 0xff, 0xe0, 0xa4, 0x69, 0xff, 0xe0, 0xa4, 0x68, 0xff, 0xdf, 0xa4, 0x67, 0xff, 0xde, 0xa4, 0x66, 0xff, 0xe0, 0xa3, 0x66, 0xff, 0xdf, 0x9d, 0x63, 0xff, 0xde, 0x99, 0x5f, 0xff, 0xdc, 0x9a, 0x5f, 0xff, 0xde, 0xa0, 0x61, 0xff, 0xdf, 0xa0, 0x62, 0xff, 0xde, 0x9b, 0x5f, 0xff, 0xdf, 0x99, 0x5c, 0xff, 0xde, 0x97, 0x58, 0xff, 0xdd, 0x9a, 0x5a, 0xff, 0xde, 0x9f, 0x61, 0xff, 0xde, 0xa2, 0x61, 0xff, 0xde, 0xa1, 0x61, 0xff, 0xde, 0xa0, 0x60, 0xff, 0xde, 0x9f, 0x60, 0xff, 0xdf, 0x9f, 0x60, 0xff, 0xe0, 0xa0, 0x62, 0xff, 0xe0, 0xa3, 0x67, 0xff, 0xdf, 0xa4, 0x69, 0xff, 0xdf, 0xa0, 0x68, 0xff, 0xdf, 0x9c, 0x68, 0xff, 0xde, 0x9b, 0x69, 0xff, 0xdf, 0x9c, 0x68, 0xff, 0xdf, 0x9a, 0x68, 0xff, 0xdf, 0x9b, 0x68, 0xff, 0xe0, 0x9d, 0x69, 0xff, 0xe0, 0xa0, 0x6b, 0xff, 0xe0, 0xa9, 0x71, 0xff, 0xdf, 0xbb, 0x79, 0xff, 0xda, 0xc6, 0x80, 0xff, 0xda, 0xc8, 0x8c, 0xff, 0xde, 0xc7, 0x9e, 0xff, 0xe0, 0xc8, 0xae, 0xff, 0xe0, 0xc8, 0xb1, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xe0, 0xc8, 0xb2, 0xff, 0xdf, 0xc8, 0xa9, 0xff, 0xdc, 0xc8, 0x92, 0xff, 0xda, 0xc9, 0x84, 0xff, 0xdc, 0xbb, 0x78, 0xff, 0xde, 0xa7, 0x6f, 0xff, 0xdf, 0x9e, 0x67, 0xff, 0xd3, 0x93, 0x5c, 0xff, 0xc4, 0x8a, 0x53, 0xff, 0xbd, 0x82, 0x50, 0xff, 0xbb, 0x7f, 0x4d, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xb1, 0x75, 0x42, 0xff, 0xaf, 0x71, 0x3e, 0xff, 0xad, 0x70, 0x3d, 0xff, 0xac, 0x6f, 0x3b, 0xff, 0xaa, 0x6b, 0x3b, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xa6, 0x69, 0x39, 0xff, 0xa5, 0x67, 0x37, 0xff, 0x9a, 0x5c, 0x33, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x95, 0x57, 0x32, 0xff, 0x93, 0x57, 0x32, 0xff, 0x91, 0x55, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x91, 0x54, 0x30, 0xff, 0x91, 0x56, 0x32, 0xff, 0x91, 0x56, 0x32, 0xff, 0x90, 0x54, 0x30, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8b, 0x50, 0x2a, 0xff, 0x8b, 0x50, 0x2a, 0xff, 0x8b, 0x50, 0x2a, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4d, 0x27, 0xff, 0x87, 0x4c, 0x27, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x85, 0x4b, 0x24, 0xff, 0x84, 0x4a, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x83, 0x49, 0x25, 0xff, 0x82, 0x4b, 0x25, 0xff, 0x83, 0x48, 0x25, 0xff, 0x83, 0x4a, 0x24, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x85, 0x4b, 0x25, 0xff, 0x84, 0x4d, 0x27, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4d, 0x29, 0xff, - 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4e, 0x2a, 0xff, 0x89, 0x4e, 0x2b, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x8a, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x93, 0x58, 0x33, 0xff, 0x95, 0x5a, 0x34, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x94, 0x57, 0x30, 0xff, 0x95, 0x59, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x97, 0x5b, 0x33, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xac, 0x72, 0x40, 0xff, 0xb2, 0x77, 0x45, 0xff, 0xb8, 0x7f, 0x4c, 0xff, 0xb9, 0x88, 0x53, 0xff, 0xbb, 0x8d, 0x5a, 0xff, 0xc6, 0x96, 0x66, 0xff, 0xcb, 0x98, 0x6d, 0xff, 0xcf, 0x99, 0x6f, 0xff, 0xc9, 0x98, 0x6e, 0xff, 0xc2, 0x94, 0x6b, 0xff, 0xc8, 0x99, 0x65, 0xff, 0xca, 0x94, 0x5a, 0xff, 0xcf, 0x91, 0x55, 0xff, 0xd1, 0x8e, 0x53, 0xff, 0xce, 0x8c, 0x51, 0xff, 0xd4, 0x8e, 0x55, 0xff, 0xdf, 0x96, 0x5a, 0xff, 0xdf, 0x9b, 0x5f, 0xff, 0xdc, 0x9f, 0x63, 0xff, 0xbd, 0x82, 0x4f, 0xff, 0xb8, 0x7c, 0x4c, 0xff, 0xb9, 0x7d, 0x4d, 0xff, 0xb9, 0x7f, 0x4d, 0xff, 0xb8, 0x81, 0x4f, 0xff, 0xb8, 0x82, 0x51, 0xff, 0xb6, 0x82, 0x53, 0xff, 0xb6, 0x83, 0x55, 0xff, 0xb6, 0x84, 0x55, 0xff, 0xb6, 0x84, 0x52, 0xff, 0xb6, 0x83, 0x50, 0xff, 0xb8, 0x82, 0x4e, 0xff, 0xb9, 0x82, 0x4e, 0xff, 0xb9, 0x82, 0x4e, 0xff, 0xba, 0x82, 0x4c, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xba, 0x82, 0x4a, 0xff, 0xb8, 0x81, 0x4a, 0xff, 0xb9, 0x82, 0x4c, 0xff, 0xba, 0x84, 0x4e, 0xff, 0xb9, 0x85, 0x4e, 0xff, 0xb9, 0x85, 0x4f, 0xff, 0xb8, 0x86, 0x51, 0xff, 0xb7, 0x84, 0x52, 0xff, 0xb5, 0x82, 0x52, 0xff, 0xb3, 0x7d, 0x4c, 0xff, 0xb3, 0x7d, 0x49, 0xff, 0xb2, 0x7b, 0x47, 0xff, 0xb2, 0x7a, 0x45, 0xff, 0xb2, 0x79, 0x46, 0xff, 0xb2, 0x7a, 0x47, 0xff, 0xb1, 0x79, 0x47, 0xff, 0xaf, 0x78, 0x45, 0xff, 0xae, 0x75, 0x44, 0xff, 0xae, 0x75, 0x43, 0xff, 0xac, 0x74, 0x44, 0xff, 0xaa, 0x75, 0x49, 0xff, 0xaa, 0x74, 0x46, 0xff, 0xa9, 0x73, 0x45, 0xff, 0xaa, 0x76, 0x45, 0xff, 0xab, 0x78, 0x46, 0xff, 0xac, 0x79, 0x46, 0xff, 0xad, 0x7a, 0x45, 0xff, 0xad, 0x79, 0x44, 0xff, 0xad, 0x79, 0x43, 0xff, 0xaf, 0x7a, 0x42, 0xff, 0xb0, 0x7b, 0x44, 0xff, 0xae, 0x79, 0x43, 0xff, 0xac, 0x76, 0x40, 0xff, 0xae, 0x78, 0x41, 0xff, 0xb0, 0x7a, 0x42, 0xff, 0xb3, 0x7c, 0x42, 0xff, 0xb4, 0x7d, 0x44, 0xff, 0xb6, 0x7f, 0x45, 0xff, 0xb8, 0x81, 0x48, 0xff, 0xb9, 0x83, 0x4b, 0xff, 0xbb, 0x84, 0x4b, 0xff, 0xbe, 0x86, 0x4c, 0xff, 0xc0, 0x89, 0x4d, 0xff, 0xc1, 0x8a, 0x4e, 0xff, 0xc2, 0x8b, 0x4e, 0xff, 0xc5, 0x8c, 0x50, 0xff, 0xc9, 0x8d, 0x51, 0xff, 0xcd, 0x8e, 0x50, 0xff, 0xd1, 0x8f, 0x51, 0xff, 0xd9, 0x92, 0x52, 0xff, 0xdd, 0x95, 0x54, 0xff, 0xd4, 0x92, 0x55, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xbd, 0x83, 0x4e, 0xff, 0xc2, 0x83, 0x4d, 0xff, 0xc7, 0x86, 0x4f, 0xff, 0xca, 0x86, 0x51, 0xff, 0xc5, 0x84, 0x4f, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbc, 0x83, 0x4e, 0xff, 0xbc, 0x84, 0x4e, 0xff, 0xbe, 0x85, 0x4e, 0xff, 0xbf, 0x85, 0x4f, 0xff, 0xc0, 0x85, 0x4f, 0xff, 0xc1, 0x87, 0x4f, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xc2, 0x86, 0x4e, 0xff, 0xc4, 0x88, 0x4e, 0xff, 0xc4, 0x89, 0x50, 0xff, 0xc6, 0x89, 0x51, 0xff, 0xc8, 0x8b, 0x52, 0xff, 0xc9, 0x8d, 0x52, 0xff, 0xc9, 0x90, 0x54, 0xff, 0xcc, 0x91, 0x55, 0xff, 0xce, 0x93, 0x56, 0xff, 0xd0, 0x97, 0x5a, 0xff, 0xd2, 0x99, 0x5d, 0xff, 0xd4, 0x9b, 0x5f, 0xff, 0xda, 0xa1, 0x65, 0xff, 0xdf, 0xa5, 0x67, 0xff, 0xdf, 0xa4, 0x66, 0xff, 0xdf, 0xa3, 0x65, 0xff, 0xe0, 0xa1, 0x64, 0xff, 0xdf, 0x9e, 0x62, 0xff, 0xdf, 0x9f, 0x61, 0xff, 0xde, 0xa1, 0x63, 0xff, 0xde, 0xa3, 0x64, 0xff, 0xdd, 0xa2, 0x62, 0xff, 0xde, 0x9f, 0x61, 0xff, 0xdd, 0x9d, 0x60, 0xff, 0xde, 0x9c, 0x5d, 0xff, 0xde, 0x98, 0x5a, 0xff, 0xde, 0x92, 0x57, 0xff, 0xdd, 0x92, 0x56, 0xff, 0xde, 0x98, 0x5a, 0xff, 0xde, 0x9b, 0x5d, 0xff, 0xde, 0x9e, 0x5f, 0xff, 0xe0, 0xa0, 0x62, 0xff, 0xdf, 0xa1, 0x61, 0xff, 0xdd, 0xa0, 0x61, 0xff, 0xdf, 0xa0, 0x61, 0xff, 0xe0, 0xa1, 0x65, 0xff, 0xe0, 0xa5, 0x69, 0xff, 0xdf, 0xa3, 0x69, 0xff, 0xde, 0x9f, 0x69, 0xff, 0xdf, 0x9c, 0x69, 0xff, 0xdf, 0x9c, 0x69, 0xff, 0xde, 0x9c, 0x69, 0xff, 0xdf, 0x9c, 0x69, 0xff, 0xe0, 0x9f, 0x69, 0xff, 0xdf, 0xa2, 0x6c, 0xff, 0xe0, 0xac, 0x71, 0xff, 0xde, 0xbf, 0x79, 0xff, 0xd8, 0xc7, 0x81, 0xff, 0xda, 0xc7, 0x8b, 0xff, 0xde, 0xc7, 0x9c, 0xff, 0xe0, 0xc8, 0xad, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xe0, 0xc8, 0xb1, 0xff, 0xe0, 0xc8, 0xb1, 0xff, 0xe0, 0xc8, 0xaf, 0xff, 0xde, 0xc8, 0x9b, 0xff, 0xd9, 0xc8, 0x8a, 0xff, 0xdd, 0xc5, 0x7f, 0xff, 0xdf, 0xb3, 0x73, 0xff, 0xe0, 0xa3, 0x69, 0xff, 0xdb, 0x9a, 0x61, 0xff, 0xcd, 0x92, 0x5a, 0xff, 0xc0, 0x87, 0x53, 0xff, 0xba, 0x7f, 0x4d, 0xff, 0xb8, 0x7d, 0x4a, 0xff, 0xb5, 0x7a, 0x47, 0xff, 0xb2, 0x77, 0x43, 0xff, 0xaf, 0x73, 0x3f, 0xff, 0xae, 0x6f, 0x3e, 0xff, 0xac, 0x6d, 0x3b, 0xff, 0xa9, 0x6b, 0x3b, 0xff, 0xa8, 0x68, 0x3a, 0xff, 0xa6, 0x67, 0x38, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x92, 0x56, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x91, 0x56, 0x32, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8d, 0x51, 0x2b, 0xff, 0x8b, 0x50, 0x2a, 0xff, 0x8b, 0x50, 0x29, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x89, 0x4e, 0x28, 0xff, 0x87, 0x4e, 0x27, 0xff, 0x88, 0x4d, 0x27, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x85, 0x4c, 0x26, 0xff, 0x84, 0x4b, 0x26, 0xff, 0x84, 0x49, 0x24, 0xff, 0x83, 0x4b, 0x24, 0xff, 0x82, 0x4a, 0x24, 0xff, 0x83, 0x49, 0x24, 0xff, 0x82, 0x49, 0x23, 0xff, 0x83, 0x4a, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x83, 0x4a, 0x26, 0xff, 0x84, 0x4c, 0x27, 0xff, 0x86, 0x4b, 0x26, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x85, 0x4d, 0x27, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, - 0x88, 0x4e, 0x28, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x8a, 0x50, 0x2a, 0xff, 0x8b, 0x51, 0x2b, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x90, 0x55, 0x30, 0xff, 0x94, 0x59, 0x33, 0xff, 0x96, 0x5b, 0x35, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x8e, 0x53, 0x2c, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x91, 0x56, 0x30, 0xff, 0x94, 0x58, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x9e, 0x62, 0x35, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb9, 0x82, 0x50, 0xff, 0xc1, 0x92, 0x5d, 0xff, 0xc6, 0x96, 0x65, 0xff, 0xc9, 0x96, 0x6c, 0xff, 0xcc, 0x98, 0x6e, 0xff, 0xd0, 0x9a, 0x71, 0xff, 0xcc, 0x9a, 0x6e, 0xff, 0xc4, 0x96, 0x65, 0xff, 0xca, 0x96, 0x5d, 0xff, 0xce, 0x92, 0x56, 0xff, 0xd0, 0x8f, 0x54, 0xff, 0xcd, 0x8c, 0x52, 0xff, 0xd5, 0x8f, 0x55, 0xff, 0xdc, 0x95, 0x58, 0xff, 0xdf, 0x99, 0x5e, 0xff, 0xdd, 0x9f, 0x62, 0xff, 0xc3, 0x8b, 0x55, 0xff, 0xb9, 0x7d, 0x4d, 0xff, 0xbb, 0x80, 0x4e, 0xff, 0xbb, 0x82, 0x4f, 0xff, 0xb9, 0x82, 0x50, 0xff, 0xb9, 0x85, 0x53, 0xff, 0xb8, 0x87, 0x55, 0xff, 0xb8, 0x88, 0x57, 0xff, 0xb8, 0x86, 0x57, 0xff, 0xb9, 0x88, 0x57, 0xff, 0xb9, 0x88, 0x53, 0xff, 0xb9, 0x87, 0x52, 0xff, 0xba, 0x86, 0x51, 0xff, 0xbb, 0x86, 0x4f, 0xff, 0xbc, 0x84, 0x4e, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xbc, 0x86, 0x4e, 0xff, 0xbc, 0x87, 0x4f, 0xff, 0xbb, 0x86, 0x4f, 0xff, 0xba, 0x86, 0x50, 0xff, 0xba, 0x88, 0x52, 0xff, 0xb9, 0x85, 0x52, 0xff, 0xb8, 0x84, 0x52, 0xff, 0xb7, 0x83, 0x52, 0xff, 0xb3, 0x7e, 0x4d, 0xff, 0xb3, 0x7e, 0x48, 0xff, 0xb3, 0x7c, 0x47, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xb2, 0x7b, 0x46, 0xff, 0xb2, 0x7a, 0x47, 0xff, 0xb2, 0x7a, 0x47, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xae, 0x75, 0x44, 0xff, 0xae, 0x76, 0x47, 0xff, 0xab, 0x76, 0x49, 0xff, 0xac, 0x78, 0x49, 0xff, 0xab, 0x75, 0x47, 0xff, 0xaa, 0x74, 0x47, 0xff, 0xab, 0x76, 0x47, 0xff, 0xac, 0x77, 0x46, 0xff, 0xad, 0x7a, 0x46, 0xff, 0xad, 0x79, 0x41, 0xff, 0xae, 0x78, 0x40, 0xff, 0xad, 0x79, 0x40, 0xff, 0xab, 0x75, 0x40, 0xff, 0xaa, 0x73, 0x40, 0xff, 0xac, 0x76, 0x41, 0xff, 0xad, 0x77, 0x42, 0xff, 0xaf, 0x77, 0x42, 0xff, 0xb0, 0x7a, 0x44, 0xff, 0xb2, 0x7c, 0x45, 0xff, 0xb5, 0x80, 0x46, 0xff, 0xb6, 0x81, 0x47, 0xff, 0xb7, 0x81, 0x4a, 0xff, 0xba, 0x83, 0x4a, 0xff, 0xbb, 0x84, 0x4a, 0xff, 0xbc, 0x84, 0x4a, 0xff, 0xbd, 0x86, 0x4b, 0xff, 0xbf, 0x88, 0x4c, 0xff, 0xc3, 0x8b, 0x4f, 0xff, 0xc6, 0x8c, 0x50, 0xff, 0xcb, 0x8d, 0x50, 0xff, 0xd4, 0x91, 0x53, 0xff, 0xcf, 0x8d, 0x51, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xbc, 0x83, 0x50, 0xff, 0xbf, 0x85, 0x51, 0xff, 0xc2, 0x86, 0x50, 0xff, 0xc4, 0x86, 0x50, 0xff, 0xc8, 0x86, 0x52, 0xff, 0xc3, 0x83, 0x4d, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xbe, 0x86, 0x4f, 0xff, 0xbe, 0x87, 0x4e, 0xff, 0xbe, 0x86, 0x4f, 0xff, 0xbf, 0x88, 0x50, 0xff, 0xc1, 0x89, 0x50, 0xff, 0xc1, 0x88, 0x4f, 0xff, 0xc3, 0x89, 0x50, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc5, 0x8a, 0x50, 0xff, 0xc7, 0x8b, 0x51, 0xff, 0xc8, 0x8a, 0x51, 0xff, 0xc8, 0x8c, 0x51, 0xff, 0xc9, 0x8c, 0x51, 0xff, 0xcc, 0x8e, 0x52, 0xff, 0xcd, 0x91, 0x54, 0xff, 0xce, 0x91, 0x57, 0xff, 0xd2, 0x96, 0x59, 0xff, 0xd3, 0x97, 0x5c, 0xff, 0xd7, 0x9a, 0x5f, 0xff, 0xde, 0xa0, 0x61, 0xff, 0xe0, 0xa2, 0x64, 0xff, 0xe0, 0xa1, 0x64, 0xff, 0xdf, 0xa0, 0x61, 0xff, 0xde, 0xa5, 0x65, 0xff, 0xde, 0xa7, 0x67, 0xff, 0xdf, 0xa7, 0x66, 0xff, 0xdc, 0xa1, 0x62, 0xff, 0xda, 0x98, 0x5b, 0xff, 0xda, 0x92, 0x57, 0xff, 0xdb, 0x91, 0x57, 0xff, 0xde, 0x93, 0x58, 0xff, 0xdc, 0x90, 0x57, 0xff, 0xdf, 0x90, 0x56, 0xff, 0xdf, 0x8f, 0x55, 0xff, 0xdf, 0x8f, 0x56, 0xff, 0xdf, 0x90, 0x57, 0xff, 0xdf, 0x91, 0x58, 0xff, 0xdf, 0x93, 0x59, 0xff, 0xdc, 0x95, 0x5b, 0xff, 0xde, 0x9e, 0x61, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xe0, 0xa0, 0x62, 0xff, 0xe0, 0xa1, 0x64, 0xff, 0xe0, 0xa3, 0x68, 0xff, 0xde, 0xa2, 0x69, 0xff, 0xe0, 0xa2, 0x69, 0xff, 0xdf, 0x9d, 0x67, 0xff, 0xdf, 0x9d, 0x67, 0xff, 0xde, 0x9c, 0x67, 0xff, 0xdf, 0x9c, 0x68, 0xff, 0xe0, 0x9f, 0x6a, 0xff, 0xdf, 0xa4, 0x6c, 0xff, 0xdf, 0xad, 0x70, 0xff, 0xdf, 0xc1, 0x77, 0xff, 0xda, 0xc8, 0x7f, 0xff, 0xda, 0xc8, 0x8a, 0xff, 0xdd, 0xc8, 0x97, 0xff, 0xe0, 0xc8, 0xa6, 0xff, 0xdf, 0xc8, 0xad, 0xff, 0xe0, 0xc8, 0xb0, 0xff, 0xde, 0xc8, 0xa8, 0xff, 0xdd, 0xc7, 0x9a, 0xff, 0xda, 0xc8, 0x8c, 0xff, 0xda, 0xc9, 0x83, 0xff, 0xdf, 0xbc, 0x78, 0xff, 0xe0, 0xab, 0x6f, 0xff, 0xe0, 0x9f, 0x67, 0xff, 0xd3, 0x95, 0x5e, 0xff, 0xc5, 0x8c, 0x56, 0xff, 0xba, 0x83, 0x50, 0xff, 0xb6, 0x7e, 0x4c, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb5, 0x79, 0x46, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xb0, 0x72, 0x3f, 0xff, 0xad, 0x70, 0x3d, 0xff, 0xab, 0x6d, 0x3b, 0xff, 0xab, 0x6d, 0x3b, 0xff, 0xa3, 0x66, 0x38, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x96, 0x58, 0x32, 0xff, 0x93, 0x56, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x94, 0x58, 0x32, 0xff, 0x93, 0x57, 0x32, 0xff, 0x92, 0x56, 0x31, 0xff, 0x93, 0x56, 0x2f, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8b, 0x51, 0x2b, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x89, 0x4e, 0x28, 0xff, 0x8a, 0x4f, 0x28, 0xff, 0x8a, 0x4f, 0x28, 0xff, 0x87, 0x4c, 0x27, 0xff, 0x85, 0x4a, 0x27, 0xff, 0x85, 0x4b, 0x26, 0xff, 0x83, 0x4b, 0x26, 0xff, 0x83, 0x4a, 0x25, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x83, 0x49, 0x24, 0xff, 0x83, 0x49, 0x26, 0xff, 0x83, 0x4b, 0x26, 0xff, 0x83, 0x49, 0x25, 0xff, 0x83, 0x4b, 0x27, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x87, 0x4d, 0x27, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, - 0x88, 0x4f, 0x2a, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x92, 0x56, 0x32, 0xff, 0x95, 0x59, 0x34, 0xff, 0x93, 0x57, 0x32, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x93, 0x57, 0x30, 0xff, 0x93, 0x58, 0x31, 0xff, 0x9c, 0x60, 0x34, 0xff, 0xa2, 0x65, 0x36, 0xff, 0xa5, 0x69, 0x39, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xae, 0x72, 0x40, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xbc, 0x84, 0x4f, 0xff, 0xc2, 0x92, 0x5a, 0xff, 0xc4, 0x96, 0x61, 0xff, 0xc6, 0x96, 0x66, 0xff, 0xc9, 0x98, 0x6b, 0xff, 0xce, 0x99, 0x6c, 0xff, 0xd0, 0x9b, 0x6c, 0xff, 0xc7, 0x98, 0x65, 0xff, 0xc6, 0x96, 0x5c, 0xff, 0xcc, 0x92, 0x57, 0xff, 0xd0, 0x8f, 0x55, 0xff, 0xcf, 0x8c, 0x54, 0xff, 0xd4, 0x8f, 0x55, 0xff, 0xdb, 0x95, 0x59, 0xff, 0xdf, 0x99, 0x5e, 0xff, 0xde, 0x9f, 0x61, 0xff, 0xca, 0x91, 0x59, 0xff, 0xbd, 0x83, 0x50, 0xff, 0xbd, 0x81, 0x4f, 0xff, 0xbc, 0x82, 0x50, 0xff, 0xba, 0x86, 0x53, 0xff, 0xba, 0x88, 0x56, 0xff, 0xb9, 0x89, 0x57, 0xff, 0xb9, 0x89, 0x59, 0xff, 0xb9, 0x89, 0x59, 0xff, 0xb9, 0x89, 0x5a, 0xff, 0xb9, 0x89, 0x58, 0xff, 0xba, 0x8a, 0x55, 0xff, 0xbb, 0x8a, 0x53, 0xff, 0xbd, 0x89, 0x52, 0xff, 0xbe, 0x88, 0x51, 0xff, 0xbe, 0x86, 0x4e, 0xff, 0xbe, 0x85, 0x4d, 0xff, 0xbd, 0x84, 0x4d, 0xff, 0xbd, 0x86, 0x4d, 0xff, 0xbe, 0x87, 0x50, 0xff, 0xbe, 0x8a, 0x52, 0xff, 0xbd, 0x8b, 0x53, 0xff, 0xbd, 0x8b, 0x52, 0xff, 0xbb, 0x88, 0x52, 0xff, 0xbc, 0x89, 0x56, 0xff, 0xb9, 0x86, 0x55, 0xff, 0xb5, 0x80, 0x4f, 0xff, 0xb5, 0x80, 0x4a, 0xff, 0xb5, 0x7e, 0x4a, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb5, 0x7b, 0x48, 0xff, 0xb5, 0x7c, 0x48, 0xff, 0xb4, 0x7d, 0x49, 0xff, 0xb2, 0x7a, 0x46, 0xff, 0xb1, 0x77, 0x45, 0xff, 0xaf, 0x79, 0x48, 0xff, 0xad, 0x7a, 0x4a, 0xff, 0xac, 0x79, 0x49, 0xff, 0xac, 0x78, 0x49, 0xff, 0xab, 0x76, 0x46, 0xff, 0xaa, 0x73, 0x43, 0xff, 0xaa, 0x73, 0x41, 0xff, 0xac, 0x75, 0x3f, 0xff, 0xae, 0x78, 0x3f, 0xff, 0xae, 0x7a, 0x41, 0xff, 0xab, 0x76, 0x42, 0xff, 0xa9, 0x74, 0x41, 0xff, 0xaa, 0x76, 0x41, 0xff, 0xaa, 0x76, 0x42, 0xff, 0xac, 0x77, 0x41, 0xff, 0xad, 0x78, 0x42, 0xff, 0xaf, 0x78, 0x43, 0xff, 0xb1, 0x7a, 0x45, 0xff, 0xb3, 0x7d, 0x47, 0xff, 0xb5, 0x80, 0x48, 0xff, 0xb6, 0x81, 0x47, 0xff, 0xb6, 0x80, 0x47, 0xff, 0xb7, 0x80, 0x48, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xbc, 0x84, 0x4a, 0xff, 0xbe, 0x87, 0x4b, 0xff, 0xc0, 0x88, 0x4d, 0xff, 0xc4, 0x8b, 0x4f, 0xff, 0xc9, 0x8d, 0x52, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xb5, 0x79, 0x46, 0xff, 0xb7, 0x7c, 0x47, 0xff, 0xba, 0x81, 0x4c, 0xff, 0xbc, 0x83, 0x51, 0xff, 0xbe, 0x85, 0x53, 0xff, 0xc1, 0x85, 0x52, 0xff, 0xc4, 0x86, 0x50, 0xff, 0xc6, 0x88, 0x51, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xb8, 0x7c, 0x45, 0xff, 0xba, 0x7c, 0x46, 0xff, 0xbb, 0x7e, 0x47, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xbf, 0x88, 0x4f, 0xff, 0xc0, 0x87, 0x4f, 0xff, 0xc1, 0x87, 0x4f, 0xff, 0xc1, 0x89, 0x51, 0xff, 0xc2, 0x89, 0x50, 0xff, 0xc4, 0x8a, 0x51, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xc5, 0x89, 0x50, 0xff, 0xc7, 0x8b, 0x50, 0xff, 0xc9, 0x8a, 0x51, 0xff, 0xca, 0x8b, 0x51, 0xff, 0xca, 0x8c, 0x50, 0xff, 0xcc, 0x8d, 0x50, 0xff, 0xce, 0x8f, 0x51, 0xff, 0xce, 0x90, 0x53, 0xff, 0xd1, 0x91, 0x55, 0xff, 0xd3, 0x93, 0x58, 0xff, 0xd4, 0x97, 0x5b, 0xff, 0xdb, 0x9d, 0x5f, 0xff, 0xdf, 0x9e, 0x60, 0xff, 0xde, 0xa1, 0x63, 0xff, 0xda, 0xa0, 0x61, 0xff, 0xd6, 0x98, 0x5c, 0xff, 0xd7, 0x94, 0x59, 0xff, 0xdd, 0x92, 0x57, 0xff, 0xde, 0x93, 0x59, 0xff, 0xdf, 0x95, 0x59, 0xff, 0xe0, 0x94, 0x5a, 0xff, 0xe0, 0x93, 0x59, 0xff, 0xe0, 0x92, 0x57, 0xff, 0xe0, 0x92, 0x57, 0xff, 0xdf, 0x91, 0x56, 0xff, 0xdd, 0x8f, 0x55, 0xff, 0xdc, 0x8e, 0x56, 0xff, 0xdf, 0x90, 0x57, 0xff, 0xe0, 0x92, 0x57, 0xff, 0xe0, 0x93, 0x58, 0xff, 0xe0, 0x93, 0x58, 0xff, 0xdf, 0x94, 0x57, 0xff, 0xdd, 0x95, 0x59, 0xff, 0xde, 0x9c, 0x5f, 0xff, 0xe0, 0xa0, 0x64, 0xff, 0xde, 0xa1, 0x66, 0xff, 0xdf, 0xa1, 0x67, 0xff, 0xe0, 0xa2, 0x67, 0xff, 0xdf, 0xa4, 0x68, 0xff, 0xde, 0xa1, 0x67, 0xff, 0xdf, 0x9d, 0x65, 0xff, 0xdf, 0xa0, 0x67, 0xff, 0xde, 0xa3, 0x6a, 0xff, 0xde, 0xa9, 0x6d, 0xff, 0xdd, 0xaa, 0x6c, 0xff, 0xdc, 0xad, 0x6d, 0xff, 0xdd, 0xbf, 0x72, 0xff, 0xda, 0xc7, 0x7b, 0xff, 0xda, 0xc9, 0x85, 0xff, 0xdc, 0xc8, 0x8f, 0xff, 0xdd, 0xc8, 0x9b, 0xff, 0xe0, 0xc8, 0xa0, 0xff, 0xdf, 0xc8, 0x9c, 0xff, 0xdd, 0xc8, 0x92, 0xff, 0xdb, 0xc8, 0x8a, 0xff, 0xd9, 0xc9, 0x81, 0xff, 0xdf, 0xbf, 0x78, 0xff, 0xe0, 0xac, 0x70, 0xff, 0xe1, 0xa0, 0x69, 0xff, 0xd9, 0x9a, 0x63, 0xff, 0xc9, 0x8e, 0x5a, 0xff, 0xbe, 0x86, 0x53, 0xff, 0xb9, 0x81, 0x4f, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb2, 0x75, 0x42, 0xff, 0xaf, 0x71, 0x3e, 0xff, 0xad, 0x71, 0x3c, 0xff, 0xae, 0x71, 0x3d, 0xff, 0xa1, 0x63, 0x37, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x95, 0x58, 0x33, 0xff, 0x96, 0x59, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x97, 0x59, 0x33, 0xff, 0x95, 0x59, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x95, 0x56, 0x32, 0xff, 0x92, 0x56, 0x30, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8d, 0x50, 0x2b, 0xff, 0x8c, 0x51, 0x2a, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8b, 0x50, 0x29, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8a, 0x4f, 0x28, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x86, 0x4c, 0x26, 0xff, 0x85, 0x4b, 0x27, 0xff, 0x84, 0x4b, 0x26, 0xff, 0x84, 0x4b, 0x27, 0xff, 0x83, 0x4a, 0x24, 0xff, 0x84, 0x4a, 0x24, 0xff, 0x84, 0x49, 0x24, 0xff, 0x84, 0x4b, 0x27, 0xff, 0x85, 0x4b, 0x27, 0xff, 0x85, 0x4b, 0x27, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x88, 0x4e, 0x28, 0xff, - 0x89, 0x4f, 0x2a, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8d, 0x52, 0x2d, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x90, 0x54, 0x30, 0xff, 0x94, 0x58, 0x34, 0xff, 0x95, 0x59, 0x33, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x90, 0x54, 0x30, 0xff, 0x90, 0x54, 0x30, 0xff, 0x94, 0x57, 0x31, 0xff, 0x9a, 0x5c, 0x33, 0xff, 0x9c, 0x61, 0x34, 0xff, 0xa0, 0x64, 0x35, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xb2, 0x77, 0x45, 0xff, 0xc1, 0x89, 0x53, 0xff, 0xc5, 0x91, 0x58, 0xff, 0xc6, 0x96, 0x5d, 0xff, 0xc6, 0x97, 0x62, 0xff, 0xc8, 0x98, 0x66, 0xff, 0xcc, 0x98, 0x68, 0xff, 0xd0, 0x9c, 0x68, 0xff, 0xd1, 0x9d, 0x65, 0xff, 0xc6, 0x96, 0x5c, 0xff, 0xca, 0x91, 0x56, 0xff, 0xce, 0x8e, 0x55, 0xff, 0xcf, 0x8d, 0x55, 0xff, 0xd1, 0x8f, 0x55, 0xff, 0xdb, 0x92, 0x5a, 0xff, 0xdf, 0x98, 0x5d, 0xff, 0xe0, 0x9e, 0x61, 0xff, 0xd7, 0xa0, 0x63, 0xff, 0xbf, 0x83, 0x51, 0xff, 0xbe, 0x83, 0x50, 0xff, 0xbe, 0x86, 0x52, 0xff, 0xbd, 0x88, 0x54, 0xff, 0xbc, 0x89, 0x57, 0xff, 0xbb, 0x8b, 0x59, 0xff, 0xba, 0x8a, 0x5b, 0xff, 0xba, 0x8a, 0x5d, 0xff, 0xba, 0x8a, 0x5d, 0xff, 0xbb, 0x8a, 0x5b, 0xff, 0xbc, 0x8b, 0x59, 0xff, 0xbc, 0x8c, 0x57, 0xff, 0xbd, 0x8d, 0x54, 0xff, 0xbe, 0x8b, 0x53, 0xff, 0xbf, 0x88, 0x50, 0xff, 0xc0, 0x87, 0x4f, 0xff, 0xc0, 0x87, 0x4f, 0xff, 0xbf, 0x87, 0x4f, 0xff, 0xc0, 0x8a, 0x4f, 0xff, 0xc0, 0x89, 0x51, 0xff, 0xc0, 0x8a, 0x52, 0xff, 0xbe, 0x8c, 0x54, 0xff, 0xbe, 0x8d, 0x56, 0xff, 0xbd, 0x8b, 0x56, 0xff, 0xbd, 0x89, 0x57, 0xff, 0xbb, 0x88, 0x55, 0xff, 0xb6, 0x80, 0x4d, 0xff, 0xb6, 0x7f, 0x4b, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb5, 0x7d, 0x48, 0xff, 0xb6, 0x7c, 0x49, 0xff, 0xb5, 0x7b, 0x49, 0xff, 0xb5, 0x7b, 0x49, 0xff, 0xb2, 0x7a, 0x4a, 0xff, 0xaf, 0x7b, 0x4b, 0xff, 0xaf, 0x7c, 0x4b, 0xff, 0xaf, 0x7a, 0x4b, 0xff, 0xae, 0x79, 0x48, 0xff, 0xad, 0x75, 0x42, 0xff, 0xac, 0x75, 0x3f, 0xff, 0xab, 0x74, 0x3f, 0xff, 0xab, 0x73, 0x3e, 0xff, 0xab, 0x75, 0x3f, 0xff, 0xaa, 0x75, 0x40, 0xff, 0xa8, 0x73, 0x42, 0xff, 0xaa, 0x76, 0x43, 0xff, 0xab, 0x76, 0x42, 0xff, 0xac, 0x76, 0x42, 0xff, 0xad, 0x77, 0x42, 0xff, 0xae, 0x78, 0x43, 0xff, 0xaf, 0x7b, 0x44, 0xff, 0xb0, 0x7b, 0x45, 0xff, 0xb1, 0x7c, 0x46, 0xff, 0xb2, 0x7e, 0x46, 0xff, 0xb3, 0x7e, 0x46, 0xff, 0xb4, 0x7e, 0x45, 0xff, 0xb6, 0x80, 0x47, 0xff, 0xb8, 0x81, 0x49, 0xff, 0xba, 0x82, 0x4a, 0xff, 0xbc, 0x84, 0x4c, 0xff, 0xbf, 0x88, 0x4d, 0xff, 0xbc, 0x84, 0x4a, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xae, 0x73, 0x42, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb9, 0x80, 0x4d, 0xff, 0xbb, 0x82, 0x51, 0xff, 0xbd, 0x83, 0x54, 0xff, 0xbf, 0x85, 0x53, 0xff, 0xc1, 0x86, 0x51, 0xff, 0xc2, 0x86, 0x51, 0xff, 0xbc, 0x7f, 0x49, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xbb, 0x7d, 0x46, 0xff, 0xbc, 0x7f, 0x47, 0xff, 0xbd, 0x84, 0x4c, 0xff, 0xbf, 0x88, 0x50, 0xff, 0xc1, 0x8a, 0x51, 0xff, 0xc1, 0x89, 0x51, 0xff, 0xc3, 0x8b, 0x51, 0xff, 0xc4, 0x8a, 0x51, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xc7, 0x8c, 0x51, 0xff, 0xc9, 0x8b, 0x51, 0xff, 0xca, 0x8b, 0x50, 0xff, 0xcb, 0x8c, 0x4f, 0xff, 0xcc, 0x8c, 0x50, 0xff, 0xcd, 0x8c, 0x50, 0xff, 0xce, 0x8d, 0x51, 0xff, 0xcf, 0x8f, 0x52, 0xff, 0xd3, 0x90, 0x53, 0xff, 0xd3, 0x90, 0x55, 0xff, 0xce, 0x8d, 0x54, 0xff, 0xcf, 0x8f, 0x55, 0xff, 0xd1, 0x90, 0x56, 0xff, 0xcf, 0x8d, 0x52, 0xff, 0xd0, 0x8c, 0x52, 0xff, 0xd8, 0x8f, 0x55, 0xff, 0xde, 0x92, 0x56, 0xff, 0xdf, 0x95, 0x59, 0xff, 0xdf, 0x99, 0x5d, 0xff, 0xde, 0x9a, 0x5e, 0xff, 0xdf, 0x99, 0x5e, 0xff, 0xe0, 0x99, 0x5e, 0xff, 0xdf, 0x96, 0x5b, 0xff, 0xde, 0x93, 0x59, 0xff, 0xdf, 0x93, 0x58, 0xff, 0xdf, 0x91, 0x56, 0xff, 0xdf, 0x90, 0x56, 0xff, 0xe0, 0x8f, 0x56, 0xff, 0xe0, 0x92, 0x57, 0xff, 0xe0, 0x94, 0x58, 0xff, 0xe0, 0x93, 0x58, 0xff, 0xe0, 0x94, 0x59, 0xff, 0xe0, 0x94, 0x5a, 0xff, 0xdf, 0x92, 0x5a, 0xff, 0xde, 0x96, 0x5b, 0xff, 0xdf, 0x9b, 0x60, 0xff, 0xe0, 0xa1, 0x66, 0xff, 0xde, 0xa2, 0x67, 0xff, 0xdf, 0xa2, 0x67, 0xff, 0xdf, 0xa4, 0x69, 0xff, 0xdd, 0xa2, 0x68, 0xff, 0xdf, 0x9f, 0x65, 0xff, 0xdf, 0x9e, 0x63, 0xff, 0xdf, 0xa1, 0x65, 0xff, 0xdf, 0xa9, 0x6a, 0xff, 0xe0, 0xb6, 0x6f, 0xff, 0xdf, 0xbc, 0x71, 0xff, 0xdc, 0xc2, 0x74, 0xff, 0xd8, 0xc7, 0x79, 0xff, 0xd8, 0xc6, 0x81, 0xff, 0xdb, 0xc8, 0x87, 0xff, 0xdb, 0xc8, 0x8a, 0xff, 0xdb, 0xc9, 0x8d, 0xff, 0xda, 0xc8, 0x8a, 0xff, 0xd8, 0xc8, 0x85, 0xff, 0xdc, 0xc8, 0x7e, 0xff, 0xe0, 0xbf, 0x77, 0xff, 0xe0, 0xae, 0x6f, 0xff, 0xe0, 0xa1, 0x6a, 0xff, 0xdc, 0x99, 0x63, 0xff, 0xd0, 0x93, 0x5d, 0xff, 0xc1, 0x8a, 0x56, 0xff, 0xbb, 0x84, 0x50, 0xff, 0xb7, 0x7f, 0x4c, 0xff, 0xb3, 0x7a, 0x47, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xb3, 0x77, 0x43, 0xff, 0xb1, 0x75, 0x40, 0xff, 0xb0, 0x73, 0x3e, 0xff, 0xab, 0x6d, 0x3d, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x95, 0x59, 0x32, 0xff, 0x94, 0x57, 0x30, 0xff, 0x93, 0x56, 0x30, 0xff, 0x91, 0x55, 0x30, 0xff, 0x92, 0x55, 0x2e, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8d, 0x50, 0x2b, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8d, 0x50, 0x2b, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8a, 0x4f, 0x29, 0xff, 0x89, 0x4f, 0x29, 0xff, 0x87, 0x4c, 0x27, 0xff, 0x86, 0x4c, 0x27, 0xff, 0x85, 0x4b, 0x27, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x85, 0x4b, 0x25, 0xff, 0x85, 0x4a, 0x25, 0xff, 0x84, 0x4b, 0x27, 0xff, 0x84, 0x4b, 0x27, 0xff, 0x84, 0x4b, 0x27, 0xff, 0x85, 0x4b, 0x26, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x88, 0x4d, 0x2a, 0xff, 0x89, 0x4e, 0x29, 0xff, - 0x8a, 0x50, 0x2b, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x92, 0x55, 0x32, 0xff, 0x95, 0x59, 0x34, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x93, 0x57, 0x31, 0xff, 0x99, 0x5c, 0x31, 0xff, 0x9b, 0x5e, 0x32, 0xff, 0x9c, 0x60, 0x34, 0xff, 0xa0, 0x62, 0x34, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa5, 0x69, 0x39, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xb6, 0x7f, 0x4b, 0xff, 0xbe, 0x89, 0x52, 0xff, 0xc3, 0x8e, 0x55, 0xff, 0xc6, 0x92, 0x59, 0xff, 0xc6, 0x94, 0x5c, 0xff, 0xc6, 0x97, 0x60, 0xff, 0xc8, 0x98, 0x63, 0xff, 0xcd, 0x9b, 0x64, 0xff, 0xd3, 0x9f, 0x61, 0xff, 0xcb, 0x96, 0x5b, 0xff, 0xc7, 0x90, 0x56, 0xff, 0xcb, 0x8d, 0x54, 0xff, 0xcd, 0x8d, 0x53, 0xff, 0xcf, 0x8d, 0x55, 0xff, 0xd7, 0x92, 0x58, 0xff, 0xde, 0x97, 0x5b, 0xff, 0xdf, 0x9d, 0x62, 0xff, 0xdd, 0xa4, 0x67, 0xff, 0xc4, 0x89, 0x54, 0xff, 0xc0, 0x84, 0x51, 0xff, 0xc0, 0x86, 0x53, 0xff, 0xbe, 0x8a, 0x57, 0xff, 0xbd, 0x8d, 0x5a, 0xff, 0xbd, 0x8d, 0x5c, 0xff, 0xbc, 0x8c, 0x5d, 0xff, 0xbc, 0x8c, 0x5f, 0xff, 0xbc, 0x8c, 0x60, 0xff, 0xbc, 0x8d, 0x60, 0xff, 0xbd, 0x8c, 0x5e, 0xff, 0xbe, 0x8d, 0x5c, 0xff, 0xbe, 0x8f, 0x59, 0xff, 0xc0, 0x8f, 0x56, 0xff, 0xc1, 0x8e, 0x55, 0xff, 0xc2, 0x8c, 0x52, 0xff, 0xc3, 0x8b, 0x4f, 0xff, 0xc2, 0x89, 0x4e, 0xff, 0xc2, 0x8b, 0x4f, 0xff, 0xc2, 0x8c, 0x51, 0xff, 0xc2, 0x8a, 0x53, 0xff, 0xc1, 0x8d, 0x56, 0xff, 0xc1, 0x90, 0x59, 0xff, 0xbf, 0x8f, 0x59, 0xff, 0xbe, 0x8c, 0x58, 0xff, 0xbd, 0x8a, 0x57, 0xff, 0xba, 0x86, 0x51, 0xff, 0xb6, 0x81, 0x4c, 0xff, 0xb6, 0x7f, 0x4b, 0xff, 0xb7, 0x7e, 0x4a, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb6, 0x7c, 0x4a, 0xff, 0xb6, 0x7d, 0x4a, 0xff, 0xb4, 0x7c, 0x4a, 0xff, 0xb2, 0x7d, 0x4c, 0xff, 0xb1, 0x7d, 0x4d, 0xff, 0xaf, 0x7a, 0x47, 0xff, 0xaf, 0x78, 0x44, 0xff, 0xae, 0x77, 0x41, 0xff, 0xad, 0x76, 0x40, 0xff, 0xac, 0x75, 0x40, 0xff, 0xac, 0x75, 0x40, 0xff, 0xa8, 0x71, 0x3f, 0xff, 0xa6, 0x6f, 0x40, 0xff, 0xa7, 0x71, 0x40, 0xff, 0xa9, 0x73, 0x41, 0xff, 0xab, 0x77, 0x42, 0xff, 0xac, 0x78, 0x43, 0xff, 0xad, 0x79, 0x43, 0xff, 0xad, 0x79, 0x44, 0xff, 0xae, 0x7a, 0x45, 0xff, 0xaf, 0x7a, 0x46, 0xff, 0xb0, 0x7b, 0x46, 0xff, 0xb0, 0x7a, 0x44, 0xff, 0xb1, 0x7a, 0x43, 0xff, 0xb2, 0x7c, 0x42, 0xff, 0xb4, 0x7d, 0x43, 0xff, 0xb5, 0x7e, 0x47, 0xff, 0xb8, 0x83, 0x4a, 0xff, 0xba, 0x82, 0x4b, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xae, 0x73, 0x41, 0xff, 0xb2, 0x76, 0x44, 0xff, 0xb7, 0x7a, 0x47, 0xff, 0xb9, 0x7f, 0x4b, 0xff, 0xb9, 0x82, 0x4f, 0xff, 0xbb, 0x82, 0x51, 0xff, 0xbd, 0x83, 0x50, 0xff, 0xbf, 0x85, 0x52, 0xff, 0xbd, 0x82, 0x4e, 0xff, 0xb9, 0x7e, 0x46, 0xff, 0xba, 0x7d, 0x46, 0xff, 0xbc, 0x7f, 0x47, 0xff, 0xbc, 0x7f, 0x46, 0xff, 0xbc, 0x7e, 0x46, 0xff, 0xbc, 0x80, 0x48, 0xff, 0xbe, 0x84, 0x4c, 0xff, 0xc1, 0x8a, 0x51, 0xff, 0xc2, 0x8c, 0x52, 0xff, 0xc3, 0x8c, 0x52, 0xff, 0xc5, 0x8c, 0x52, 0xff, 0xc7, 0x8c, 0x52, 0xff, 0xc9, 0x8d, 0x52, 0xff, 0xcb, 0x8d, 0x51, 0xff, 0xcc, 0x8e, 0x51, 0xff, 0xcd, 0x8e, 0x51, 0xff, 0xcf, 0x8e, 0x51, 0xff, 0xd1, 0x8e, 0x52, 0xff, 0xd2, 0x8e, 0x52, 0xff, 0xcb, 0x8a, 0x50, 0xff, 0xc6, 0x86, 0x4e, 0xff, 0xc3, 0x84, 0x4c, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xc5, 0x85, 0x4d, 0xff, 0xd2, 0x8b, 0x50, 0xff, 0xd4, 0x8d, 0x51, 0xff, 0xd9, 0x8f, 0x54, 0xff, 0xde, 0x93, 0x56, 0xff, 0xdf, 0x96, 0x5a, 0xff, 0xdf, 0x9c, 0x5f, 0xff, 0xe0, 0xa1, 0x62, 0xff, 0xdf, 0xa0, 0x64, 0xff, 0xdf, 0xa0, 0x64, 0xff, 0xe0, 0x9e, 0x61, 0xff, 0xe0, 0x99, 0x5d, 0xff, 0xdf, 0x96, 0x5b, 0xff, 0xdf, 0x94, 0x59, 0xff, 0xdf, 0x93, 0x56, 0xff, 0xe0, 0x92, 0x57, 0xff, 0xdf, 0x93, 0x58, 0xff, 0xe0, 0x94, 0x58, 0xff, 0xe0, 0x94, 0x58, 0xff, 0xe0, 0x94, 0x58, 0xff, 0xe0, 0x95, 0x59, 0xff, 0xdf, 0x95, 0x59, 0xff, 0xe0, 0x96, 0x5a, 0xff, 0xdf, 0x97, 0x5b, 0xff, 0xdf, 0x99, 0x5d, 0xff, 0xe0, 0xa1, 0x64, 0xff, 0xe0, 0xa2, 0x65, 0xff, 0xdf, 0xa3, 0x65, 0xff, 0xdf, 0xa5, 0x68, 0xff, 0xdf, 0xa5, 0x69, 0xff, 0xdf, 0xa1, 0x65, 0xff, 0xe0, 0x9f, 0x62, 0xff, 0xe0, 0xa0, 0x63, 0xff, 0xdf, 0xa2, 0x64, 0xff, 0xe0, 0xa9, 0x69, 0xff, 0xdf, 0xb6, 0x6e, 0xff, 0xde, 0xc0, 0x73, 0xff, 0xd8, 0xc7, 0x79, 0xff, 0xd7, 0xc8, 0x7f, 0xff, 0xd8, 0xc6, 0x82, 0xff, 0xd8, 0xc6, 0x7f, 0xff, 0xd8, 0xc8, 0x7f, 0xff, 0xda, 0xc7, 0x7d, 0xff, 0xdf, 0xc5, 0x78, 0xff, 0xe0, 0xba, 0x72, 0xff, 0xdf, 0xad, 0x6d, 0xff, 0xe0, 0xa1, 0x66, 0xff, 0xde, 0x9a, 0x62, 0xff, 0xd1, 0x92, 0x5c, 0xff, 0xc4, 0x8b, 0x58, 0xff, 0xbe, 0x86, 0x53, 0xff, 0xba, 0x82, 0x4e, 0xff, 0xb6, 0x7e, 0x4a, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb2, 0x79, 0x45, 0xff, 0xb3, 0x77, 0x43, 0xff, 0xb2, 0x75, 0x42, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x96, 0x59, 0x31, 0xff, 0x95, 0x59, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x57, 0x30, 0xff, 0x91, 0x55, 0x30, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8c, 0x50, 0x2b, 0xff, 0x8c, 0x50, 0x2b, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8b, 0x50, 0x2a, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x86, 0x4d, 0x27, 0xff, 0x85, 0x4b, 0x28, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x85, 0x4c, 0x26, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x85, 0x4c, 0x26, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x88, 0x4e, 0x28, 0xff, 0x89, 0x4f, 0x29, 0xff, 0x89, 0x4f, 0x2a, 0xff, - 0x8b, 0x50, 0x2d, 0xff, 0x8d, 0x52, 0x2d, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x90, 0x55, 0x31, 0xff, 0x95, 0x59, 0x34, 0xff, 0x91, 0x55, 0x31, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x95, 0x58, 0x30, 0xff, 0x98, 0x5b, 0x31, 0xff, 0x99, 0x5c, 0x32, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9c, 0x60, 0x33, 0xff, 0x9e, 0x61, 0x34, 0xff, 0xa0, 0x63, 0x35, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xaf, 0x78, 0x45, 0xff, 0xb4, 0x7c, 0x4c, 0xff, 0xba, 0x82, 0x51, 0xff, 0xc0, 0x89, 0x55, 0xff, 0xc5, 0x90, 0x57, 0xff, 0xc6, 0x92, 0x59, 0xff, 0xc7, 0x94, 0x5b, 0xff, 0xc8, 0x98, 0x5e, 0xff, 0xcb, 0x98, 0x5e, 0xff, 0xd0, 0x9a, 0x5d, 0xff, 0xd5, 0x99, 0x5d, 0xff, 0xc5, 0x8d, 0x52, 0xff, 0xc9, 0x8b, 0x53, 0xff, 0xcb, 0x8c, 0x52, 0xff, 0xcd, 0x8c, 0x53, 0xff, 0xd4, 0x91, 0x56, 0xff, 0xde, 0x97, 0x5a, 0xff, 0xe0, 0x9c, 0x60, 0xff, 0xde, 0xa2, 0x65, 0xff, 0xd2, 0x98, 0x5f, 0xff, 0xc3, 0x86, 0x51, 0xff, 0xc1, 0x89, 0x56, 0xff, 0xc0, 0x8b, 0x58, 0xff, 0xbf, 0x8d, 0x5a, 0xff, 0xbe, 0x8f, 0x5e, 0xff, 0xbe, 0x8e, 0x5f, 0xff, 0xbd, 0x8e, 0x61, 0xff, 0xbd, 0x8e, 0x62, 0xff, 0xbd, 0x8d, 0x62, 0xff, 0xbe, 0x8e, 0x61, 0xff, 0xbe, 0x8e, 0x61, 0xff, 0xc1, 0x91, 0x5f, 0xff, 0xc2, 0x93, 0x5c, 0xff, 0xc3, 0x93, 0x58, 0xff, 0xc5, 0x91, 0x54, 0xff, 0xc6, 0x8e, 0x52, 0xff, 0xc5, 0x8c, 0x51, 0xff, 0xc7, 0x8b, 0x50, 0xff, 0xc5, 0x8c, 0x51, 0xff, 0xc6, 0x8d, 0x53, 0xff, 0xc5, 0x8d, 0x56, 0xff, 0xc4, 0x90, 0x59, 0xff, 0xc3, 0x93, 0x5a, 0xff, 0xc1, 0x92, 0x58, 0xff, 0xc0, 0x8e, 0x57, 0xff, 0xbf, 0x8b, 0x55, 0xff, 0xb9, 0x83, 0x4e, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb7, 0x7d, 0x4a, 0xff, 0xb6, 0x7f, 0x4c, 0xff, 0xb4, 0x7f, 0x4c, 0xff, 0xb2, 0x7d, 0x49, 0xff, 0xb2, 0x7b, 0x46, 0xff, 0xb1, 0x7b, 0x45, 0xff, 0xb0, 0x79, 0x44, 0xff, 0xae, 0x77, 0x43, 0xff, 0xae, 0x77, 0x41, 0xff, 0xaa, 0x72, 0x3f, 0xff, 0xa7, 0x70, 0x40, 0xff, 0xa7, 0x71, 0x40, 0xff, 0xa8, 0x71, 0x42, 0xff, 0xa9, 0x72, 0x42, 0xff, 0xaa, 0x72, 0x42, 0xff, 0xaa, 0x73, 0x43, 0xff, 0xac, 0x77, 0x43, 0xff, 0xae, 0x79, 0x45, 0xff, 0xaf, 0x7b, 0x45, 0xff, 0xb0, 0x7b, 0x44, 0xff, 0xb0, 0x7a, 0x44, 0xff, 0xae, 0x79, 0x41, 0xff, 0xb0, 0x79, 0x40, 0xff, 0xb1, 0x79, 0x40, 0xff, 0xb3, 0x7b, 0x42, 0xff, 0xb6, 0x7f, 0x46, 0xff, 0xb4, 0x7d, 0x47, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xad, 0x71, 0x40, 0xff, 0xb0, 0x74, 0x42, 0xff, 0xb5, 0x78, 0x44, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb8, 0x81, 0x4d, 0xff, 0xba, 0x81, 0x4f, 0xff, 0xbc, 0x83, 0x4f, 0xff, 0xbe, 0x84, 0x51, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb9, 0x7d, 0x47, 0xff, 0xbc, 0x7f, 0x47, 0xff, 0xbd, 0x80, 0x48, 0xff, 0xbd, 0x80, 0x47, 0xff, 0xbe, 0x81, 0x48, 0xff, 0xbe, 0x81, 0x49, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xc2, 0x89, 0x51, 0xff, 0xc5, 0x8d, 0x52, 0xff, 0xc5, 0x8e, 0x53, 0xff, 0xc8, 0x8e, 0x53, 0xff, 0xca, 0x8e, 0x53, 0xff, 0xcc, 0x8f, 0x54, 0xff, 0xce, 0x90, 0x54, 0xff, 0xd3, 0x91, 0x53, 0xff, 0xd3, 0x91, 0x53, 0xff, 0xcc, 0x8d, 0x51, 0xff, 0xc1, 0x82, 0x4a, 0xff, 0xbc, 0x7f, 0x48, 0xff, 0xbd, 0x80, 0x4b, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbe, 0x82, 0x4a, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xca, 0x89, 0x4e, 0xff, 0xd5, 0x8d, 0x50, 0xff, 0xda, 0x8f, 0x53, 0xff, 0xde, 0x92, 0x54, 0xff, 0xe0, 0x95, 0x58, 0xff, 0xe0, 0x9c, 0x5e, 0xff, 0xdf, 0xa2, 0x64, 0xff, 0xe0, 0xa4, 0x68, 0xff, 0xe0, 0xa4, 0x69, 0xff, 0xdf, 0xa4, 0x68, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xe0, 0x9e, 0x60, 0xff, 0xdf, 0x9c, 0x5d, 0xff, 0xde, 0x98, 0x5a, 0xff, 0xde, 0x97, 0x5a, 0xff, 0xdf, 0x96, 0x59, 0xff, 0xe0, 0x95, 0x59, 0xff, 0xe0, 0x97, 0x58, 0xff, 0xdf, 0x96, 0x58, 0xff, 0xdf, 0x95, 0x58, 0xff, 0xe0, 0x95, 0x59, 0xff, 0xe0, 0x95, 0x59, 0xff, 0xe0, 0x97, 0x5a, 0xff, 0xdf, 0x99, 0x5b, 0xff, 0xdc, 0x99, 0x5f, 0xff, 0xdf, 0xa0, 0x64, 0xff, 0xe0, 0xa1, 0x64, 0xff, 0xe0, 0xa2, 0x64, 0xff, 0xe0, 0xa2, 0x65, 0xff, 0xdf, 0xa5, 0x68, 0xff, 0xdf, 0xa3, 0x65, 0xff, 0xde, 0x9e, 0x62, 0xff, 0xe0, 0x9d, 0x61, 0xff, 0xdf, 0xa1, 0x62, 0xff, 0xe0, 0xa4, 0x64, 0xff, 0xe0, 0xab, 0x68, 0xff, 0xe0, 0xb6, 0x6c, 0xff, 0xde, 0xc2, 0x74, 0xff, 0xda, 0xc7, 0x7e, 0xff, 0xd7, 0xc8, 0x81, 0xff, 0xdb, 0xc5, 0x79, 0xff, 0xde, 0xbf, 0x74, 0xff, 0xdf, 0xba, 0x71, 0xff, 0xe0, 0xb1, 0x6d, 0xff, 0xdf, 0xaa, 0x6a, 0xff, 0xe0, 0xa2, 0x64, 0xff, 0xdf, 0x9a, 0x60, 0xff, 0xd4, 0x94, 0x5b, 0xff, 0xc7, 0x8c, 0x57, 0xff, 0xc0, 0x87, 0x54, 0xff, 0xbb, 0x84, 0x50, 0xff, 0xb7, 0x7f, 0x4c, 0xff, 0xb6, 0x7c, 0x49, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xae, 0x74, 0x41, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa4, 0x67, 0x38, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0xa0, 0x63, 0x36, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x96, 0x59, 0x32, 0xff, 0x95, 0x58, 0x31, 0xff, 0x94, 0x58, 0x31, 0xff, 0x93, 0x57, 0x30, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8d, 0x51, 0x2b, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x85, 0x4d, 0x28, 0xff, 0x85, 0x4d, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x86, 0x4c, 0x29, 0xff, 0x87, 0x4d, 0x2a, 0xff, 0x88, 0x4e, 0x28, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x8a, 0x50, 0x2b, 0xff, - 0x8d, 0x52, 0x2d, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x92, 0x56, 0x32, 0xff, 0x91, 0x55, 0x30, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x95, 0x59, 0x30, 0xff, 0x96, 0x5a, 0x30, 0xff, 0x98, 0x5b, 0x31, 0xff, 0x99, 0x5c, 0x31, 0xff, 0x9a, 0x5d, 0x32, 0xff, 0x9c, 0x61, 0x32, 0xff, 0x9f, 0x61, 0x34, 0xff, 0xa1, 0x63, 0x35, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xae, 0x76, 0x44, 0xff, 0xb1, 0x79, 0x49, 0xff, 0xb7, 0x7f, 0x4f, 0xff, 0xbd, 0x85, 0x54, 0xff, 0xc2, 0x8c, 0x57, 0xff, 0xc6, 0x8f, 0x57, 0xff, 0xc8, 0x91, 0x58, 0xff, 0xc7, 0x91, 0x58, 0xff, 0xc8, 0x94, 0x59, 0xff, 0xce, 0x94, 0x59, 0xff, 0xd3, 0x94, 0x58, 0xff, 0xcd, 0x8f, 0x54, 0xff, 0xc6, 0x8b, 0x51, 0xff, 0xc9, 0x89, 0x51, 0xff, 0xca, 0x8a, 0x52, 0xff, 0xd3, 0x90, 0x56, 0xff, 0xdc, 0x94, 0x5a, 0xff, 0xde, 0x99, 0x5e, 0xff, 0xde, 0x9f, 0x62, 0xff, 0xd8, 0x9c, 0x63, 0xff, 0xc7, 0x89, 0x54, 0xff, 0xc5, 0x89, 0x55, 0xff, 0xc3, 0x8d, 0x57, 0xff, 0xc1, 0x90, 0x5b, 0xff, 0xc0, 0x90, 0x5e, 0xff, 0xc0, 0x90, 0x62, 0xff, 0xbe, 0x8f, 0x64, 0xff, 0xbe, 0x8f, 0x66, 0xff, 0xbf, 0x90, 0x66, 0xff, 0xc0, 0x8f, 0x67, 0xff, 0xc1, 0x91, 0x66, 0xff, 0xc3, 0x93, 0x64, 0xff, 0xc5, 0x96, 0x62, 0xff, 0xc7, 0x96, 0x5d, 0xff, 0xc9, 0x96, 0x59, 0xff, 0xca, 0x92, 0x54, 0xff, 0xc8, 0x8e, 0x52, 0xff, 0xca, 0x8f, 0x52, 0xff, 0xcb, 0x90, 0x52, 0xff, 0xcb, 0x90, 0x54, 0xff, 0xcb, 0x92, 0x58, 0xff, 0xc8, 0x93, 0x5a, 0xff, 0xc7, 0x93, 0x5b, 0xff, 0xc6, 0x94, 0x59, 0xff, 0xc4, 0x93, 0x58, 0xff, 0xc2, 0x90, 0x57, 0xff, 0xbd, 0x89, 0x51, 0xff, 0xba, 0x82, 0x4c, 0xff, 0xba, 0x80, 0x48, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x4a, 0xff, 0xb6, 0x80, 0x4a, 0xff, 0xb5, 0x80, 0x47, 0xff, 0xb3, 0x7d, 0x48, 0xff, 0xb2, 0x7b, 0x45, 0xff, 0xb1, 0x7a, 0x45, 0xff, 0xb1, 0x7b, 0x45, 0xff, 0xad, 0x78, 0x43, 0xff, 0xa9, 0x73, 0x41, 0xff, 0xa8, 0x72, 0x42, 0xff, 0xa8, 0x71, 0x45, 0xff, 0xa8, 0x73, 0x42, 0xff, 0xa9, 0x73, 0x41, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xaa, 0x73, 0x40, 0xff, 0xaa, 0x73, 0x3f, 0xff, 0xab, 0x74, 0x3f, 0xff, 0xac, 0x75, 0x41, 0xff, 0xaf, 0x78, 0x42, 0xff, 0xae, 0x76, 0x3f, 0xff, 0xae, 0x78, 0x3f, 0xff, 0xaf, 0x79, 0x40, 0xff, 0xb0, 0x79, 0x40, 0xff, 0xb2, 0x7b, 0x42, 0xff, 0xae, 0x76, 0x42, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0x9f, 0x63, 0x36, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xab, 0x70, 0x40, 0xff, 0xae, 0x72, 0x41, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xb6, 0x7a, 0x46, 0xff, 0xb7, 0x7d, 0x4b, 0xff, 0xb9, 0x80, 0x4d, 0xff, 0xba, 0x82, 0x4e, 0xff, 0xbd, 0x82, 0x4f, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb6, 0x7d, 0x44, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xbc, 0x80, 0x48, 0xff, 0xbc, 0x80, 0x48, 0xff, 0xbe, 0x80, 0x49, 0xff, 0xbe, 0x81, 0x49, 0xff, 0xbe, 0x82, 0x49, 0xff, 0xc0, 0x82, 0x49, 0xff, 0xc0, 0x84, 0x4b, 0xff, 0xc3, 0x8c, 0x51, 0xff, 0xc6, 0x8f, 0x54, 0xff, 0xc9, 0x91, 0x54, 0xff, 0xcb, 0x92, 0x56, 0xff, 0xd0, 0x91, 0x56, 0xff, 0xd2, 0x91, 0x56, 0xff, 0xcc, 0x8c, 0x53, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xbc, 0x7e, 0x49, 0xff, 0xbe, 0x81, 0x4b, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xc1, 0x83, 0x4a, 0xff, 0xc1, 0x84, 0x4c, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xc2, 0x83, 0x4a, 0xff, 0xce, 0x88, 0x4d, 0xff, 0xdc, 0x90, 0x52, 0xff, 0xe0, 0x92, 0x54, 0xff, 0xdf, 0x93, 0x55, 0xff, 0xdf, 0x97, 0x5a, 0xff, 0xdf, 0x9d, 0x5f, 0xff, 0xde, 0xa4, 0x65, 0xff, 0xdf, 0xa5, 0x6a, 0xff, 0xe0, 0xa7, 0x6b, 0xff, 0xe1, 0xab, 0x6b, 0xff, 0xe0, 0xa7, 0x67, 0xff, 0xe0, 0xa3, 0x64, 0xff, 0xdf, 0xa3, 0x62, 0xff, 0xdf, 0x9f, 0x61, 0xff, 0xe0, 0x9b, 0x5d, 0xff, 0xe0, 0x98, 0x5a, 0xff, 0xe0, 0x98, 0x5a, 0xff, 0xe0, 0x99, 0x5b, 0xff, 0xe0, 0x97, 0x5a, 0xff, 0xe0, 0x97, 0x5a, 0xff, 0xe0, 0x97, 0x5a, 0xff, 0xe0, 0x96, 0x5a, 0xff, 0xdf, 0x97, 0x5c, 0xff, 0xdf, 0x97, 0x5b, 0xff, 0xdf, 0x9c, 0x60, 0xff, 0xe0, 0xa0, 0x65, 0xff, 0xe0, 0xa0, 0x63, 0xff, 0xe0, 0xa0, 0x62, 0xff, 0xe0, 0xa1, 0x64, 0xff, 0xe0, 0xa3, 0x66, 0xff, 0xe0, 0xa4, 0x67, 0xff, 0xdd, 0x9d, 0x5f, 0xff, 0xde, 0x9b, 0x5e, 0xff, 0xdf, 0x9e, 0x60, 0xff, 0xe0, 0xa0, 0x61, 0xff, 0xe0, 0xa3, 0x64, 0xff, 0xe0, 0xac, 0x68, 0xff, 0xe0, 0xb7, 0x6e, 0xff, 0xe0, 0xc0, 0x73, 0xff, 0xdb, 0xc5, 0x7a, 0xff, 0xdb, 0xc8, 0x7c, 0xff, 0xdc, 0xb2, 0x6c, 0xff, 0xde, 0xaa, 0x68, 0xff, 0xe0, 0xa3, 0x64, 0xff, 0xe0, 0x9f, 0x61, 0xff, 0xdf, 0x9b, 0x5d, 0xff, 0xd5, 0x93, 0x59, 0xff, 0xca, 0x8b, 0x56, 0xff, 0xc1, 0x86, 0x52, 0xff, 0xbe, 0x83, 0x4f, 0xff, 0xbb, 0x81, 0x4d, 0xff, 0xb8, 0x7f, 0x4b, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa1, 0x63, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9d, 0x61, 0x35, 0xff, 0x9b, 0x5f, 0x34, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x95, 0x59, 0x32, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x56, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8d, 0x53, 0x2d, 0xff, 0x8d, 0x53, 0x2d, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x86, 0x4d, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x87, 0x4d, 0x2a, 0xff, 0x88, 0x4f, 0x29, 0xff, 0x8b, 0x50, 0x2c, 0xff, 0x8b, 0x50, 0x2d, 0xff, - 0x8d, 0x52, 0x2e, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x91, 0x56, 0x32, 0xff, 0x92, 0x56, 0x31, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x8f, 0x55, 0x2e, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x93, 0x55, 0x2b, 0xff, 0x94, 0x58, 0x2d, 0xff, 0x95, 0x5a, 0x2e, 0xff, 0x96, 0x59, 0x2f, 0xff, 0x98, 0x5b, 0x31, 0xff, 0x99, 0x5c, 0x31, 0xff, 0x9b, 0x5e, 0x31, 0xff, 0x9c, 0x5f, 0x32, 0xff, 0x9f, 0x61, 0x33, 0xff, 0xa4, 0x68, 0x37, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xac, 0x74, 0x40, 0xff, 0xb0, 0x78, 0x47, 0xff, 0xb3, 0x7b, 0x4c, 0xff, 0xb9, 0x81, 0x50, 0xff, 0xbd, 0x85, 0x54, 0xff, 0xc2, 0x89, 0x54, 0xff, 0xc7, 0x8c, 0x54, 0xff, 0xc8, 0x8d, 0x54, 0xff, 0xc8, 0x8f, 0x53, 0xff, 0xcb, 0x90, 0x55, 0xff, 0xd0, 0x90, 0x55, 0xff, 0xd5, 0x90, 0x54, 0xff, 0xc6, 0x88, 0x4f, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc8, 0x8a, 0x51, 0xff, 0xcd, 0x8d, 0x54, 0xff, 0xd9, 0x93, 0x58, 0xff, 0xe0, 0x98, 0x5d, 0xff, 0xe0, 0x9f, 0x62, 0xff, 0xdb, 0xa1, 0x66, 0xff, 0xcd, 0x8f, 0x59, 0xff, 0xc7, 0x8a, 0x55, 0xff, 0xc6, 0x8f, 0x59, 0xff, 0xc4, 0x91, 0x5c, 0xff, 0xc3, 0x92, 0x5f, 0xff, 0xc1, 0x91, 0x63, 0xff, 0xc1, 0x91, 0x66, 0xff, 0xc1, 0x90, 0x69, 0xff, 0xc1, 0x90, 0x6a, 0xff, 0xc1, 0x90, 0x69, 0xff, 0xc5, 0x94, 0x6a, 0xff, 0xc6, 0x96, 0x68, 0xff, 0xc9, 0x97, 0x63, 0xff, 0xcb, 0x98, 0x60, 0xff, 0xcd, 0x99, 0x5c, 0xff, 0xcf, 0x99, 0x59, 0xff, 0xd0, 0x97, 0x58, 0xff, 0xd1, 0x94, 0x55, 0xff, 0xd0, 0x91, 0x54, 0xff, 0xd0, 0x93, 0x56, 0xff, 0xd2, 0x94, 0x5a, 0xff, 0xcf, 0x95, 0x5c, 0xff, 0xcd, 0x96, 0x5c, 0xff, 0xcb, 0x95, 0x5b, 0xff, 0xc8, 0x95, 0x59, 0xff, 0xc7, 0x93, 0x57, 0xff, 0xc4, 0x8e, 0x54, 0xff, 0xbc, 0x85, 0x4d, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xba, 0x7f, 0x48, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xba, 0x81, 0x4c, 0xff, 0xb7, 0x82, 0x4c, 0xff, 0xb6, 0x81, 0x49, 0xff, 0xb5, 0x7f, 0x49, 0xff, 0xb4, 0x7e, 0x48, 0xff, 0xb3, 0x7e, 0x45, 0xff, 0xb1, 0x7b, 0x45, 0xff, 0xad, 0x75, 0x44, 0xff, 0xa9, 0x73, 0x43, 0xff, 0xa9, 0x73, 0x44, 0xff, 0xa8, 0x72, 0x43, 0xff, 0xa9, 0x72, 0x43, 0xff, 0xa9, 0x73, 0x42, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xaa, 0x73, 0x42, 0xff, 0xab, 0x73, 0x3f, 0xff, 0xab, 0x72, 0x3c, 0xff, 0xaa, 0x6f, 0x38, 0xff, 0xa9, 0x6e, 0x34, 0xff, 0xaa, 0x6f, 0x34, 0xff, 0xac, 0x71, 0x36, 0xff, 0xaf, 0x76, 0x3b, 0xff, 0xb0, 0x79, 0x41, 0xff, 0xa9, 0x71, 0x40, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xad, 0x71, 0x40, 0xff, 0xb0, 0x74, 0x43, 0xff, 0xb4, 0x77, 0x44, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb8, 0x7f, 0x4b, 0xff, 0xba, 0x80, 0x4c, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x46, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xba, 0x7f, 0x48, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xc0, 0x81, 0x49, 0xff, 0xc0, 0x81, 0x49, 0xff, 0xc1, 0x84, 0x4c, 0xff, 0xc5, 0x89, 0x51, 0xff, 0xca, 0x8f, 0x56, 0xff, 0xca, 0x91, 0x56, 0xff, 0xc5, 0x8d, 0x51, 0xff, 0xbc, 0x84, 0x4c, 0xff, 0xb8, 0x7f, 0x4a, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xbe, 0x84, 0x4d, 0xff, 0xbf, 0x85, 0x4d, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc3, 0x85, 0x4c, 0xff, 0xc3, 0x85, 0x4c, 0xff, 0xc5, 0x85, 0x4d, 0xff, 0xc6, 0x86, 0x4d, 0xff, 0xd1, 0x8a, 0x4f, 0xff, 0xde, 0x91, 0x53, 0xff, 0xe0, 0x93, 0x54, 0xff, 0xe0, 0x94, 0x55, 0xff, 0xdf, 0x9a, 0x5a, 0xff, 0xe0, 0xa0, 0x60, 0xff, 0xdf, 0xa4, 0x66, 0xff, 0xdf, 0xaa, 0x6a, 0xff, 0xe0, 0xb0, 0x6d, 0xff, 0xe0, 0xb1, 0x6d, 0xff, 0xe0, 0xb1, 0x6c, 0xff, 0xe0, 0xad, 0x6b, 0xff, 0xdf, 0xaa, 0x68, 0xff, 0xe0, 0xa6, 0x65, 0xff, 0xe0, 0xa3, 0x64, 0xff, 0xe0, 0x9d, 0x5f, 0xff, 0xe0, 0x9a, 0x5d, 0xff, 0xe0, 0x9a, 0x5c, 0xff, 0xe0, 0x9a, 0x5b, 0xff, 0xe0, 0x9a, 0x5c, 0xff, 0xe0, 0x9a, 0x5b, 0xff, 0xe0, 0x98, 0x5a, 0xff, 0xe0, 0x98, 0x5b, 0xff, 0xe0, 0x99, 0x5c, 0xff, 0xde, 0x9d, 0x61, 0xff, 0xdf, 0xa0, 0x63, 0xff, 0xe0, 0x9f, 0x62, 0xff, 0xe0, 0x9f, 0x62, 0xff, 0xe0, 0x9f, 0x62, 0xff, 0xe0, 0xa1, 0x64, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xde, 0x9c, 0x5e, 0xff, 0xe0, 0x9a, 0x5c, 0xff, 0xe0, 0x9b, 0x5c, 0xff, 0xde, 0x9c, 0x5e, 0xff, 0xdf, 0x9f, 0x60, 0xff, 0xe0, 0xa4, 0x63, 0xff, 0xe0, 0xaa, 0x67, 0xff, 0xe0, 0xb0, 0x6b, 0xff, 0xe1, 0xb6, 0x6e, 0xff, 0xe1, 0xbd, 0x71, 0xff, 0xdf, 0xb3, 0x6d, 0xff, 0xdd, 0xa6, 0x63, 0xff, 0xde, 0x9b, 0x5d, 0xff, 0xdb, 0x97, 0x5a, 0xff, 0xd5, 0x93, 0x57, 0xff, 0xcb, 0x8d, 0x54, 0xff, 0xc5, 0x88, 0x51, 0xff, 0xc1, 0x85, 0x4f, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xaf, 0x75, 0x40, 0xff, 0xad, 0x71, 0x3e, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9f, 0x63, 0x36, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x96, 0x59, 0x32, 0xff, 0x95, 0x59, 0x32, 0xff, 0x94, 0x57, 0x30, 0xff, 0x92, 0x55, 0x30, 0xff, 0x93, 0x56, 0x31, 0xff, 0x92, 0x55, 0x30, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x89, 0x4e, 0x28, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x86, 0x4c, 0x29, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x88, 0x4f, 0x2a, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8d, 0x52, 0x2e, 0xff, - 0x8e, 0x53, 0x2f, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x90, 0x55, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x90, 0x54, 0x2b, 0xff, 0x91, 0x54, 0x2a, 0xff, 0x92, 0x55, 0x2a, 0xff, 0x94, 0x56, 0x2c, 0xff, 0x94, 0x57, 0x2d, 0xff, 0x95, 0x59, 0x2f, 0xff, 0x97, 0x5b, 0x30, 0xff, 0x99, 0x5d, 0x32, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x9c, 0x5f, 0x33, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xa5, 0x68, 0x37, 0xff, 0xa9, 0x6c, 0x3a, 0xff, 0xad, 0x70, 0x3e, 0xff, 0xaf, 0x74, 0x43, 0xff, 0xb2, 0x78, 0x47, 0xff, 0xb3, 0x7a, 0x4b, 0xff, 0xb5, 0x7b, 0x4d, 0xff, 0xb6, 0x7e, 0x4e, 0xff, 0xb9, 0x81, 0x4f, 0xff, 0xbd, 0x82, 0x4d, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc2, 0x84, 0x4c, 0xff, 0xc7, 0x87, 0x4d, 0xff, 0xce, 0x8b, 0x50, 0xff, 0xca, 0x88, 0x4f, 0xff, 0xc4, 0x85, 0x4e, 0xff, 0xc6, 0x88, 0x4e, 0xff, 0xcb, 0x8c, 0x52, 0xff, 0xd5, 0x90, 0x56, 0xff, 0xdd, 0x97, 0x5a, 0xff, 0xdf, 0x9b, 0x60, 0xff, 0xdf, 0xa2, 0x64, 0xff, 0xd4, 0x98, 0x5f, 0xff, 0xca, 0x8b, 0x55, 0xff, 0xc9, 0x90, 0x59, 0xff, 0xc7, 0x92, 0x5c, 0xff, 0xc6, 0x95, 0x60, 0xff, 0xc4, 0x92, 0x63, 0xff, 0xc4, 0x93, 0x68, 0xff, 0xc3, 0x92, 0x6a, 0xff, 0xc4, 0x92, 0x6a, 0xff, 0xc4, 0x92, 0x6c, 0xff, 0xc8, 0x95, 0x6b, 0xff, 0xc9, 0x98, 0x6b, 0xff, 0xcc, 0x99, 0x68, 0xff, 0xcf, 0x9b, 0x65, 0xff, 0xd1, 0x9d, 0x61, 0xff, 0xd4, 0x9e, 0x5e, 0xff, 0xd7, 0x9d, 0x5b, 0xff, 0xd9, 0x99, 0x59, 0xff, 0xd9, 0x97, 0x58, 0xff, 0xd9, 0x98, 0x58, 0xff, 0xd8, 0x98, 0x5a, 0xff, 0xda, 0x9a, 0x5d, 0xff, 0xd6, 0x9b, 0x5e, 0xff, 0xd2, 0x99, 0x5c, 0xff, 0xcf, 0x97, 0x59, 0xff, 0xcd, 0x96, 0x58, 0xff, 0xca, 0x92, 0x56, 0xff, 0xc3, 0x8b, 0x50, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xba, 0x82, 0x4c, 0xff, 0xb9, 0x84, 0x4e, 0xff, 0xb8, 0x83, 0x4c, 0xff, 0xb7, 0x82, 0x4d, 0xff, 0xb6, 0x81, 0x4a, 0xff, 0xb5, 0x80, 0x49, 0xff, 0xb2, 0x7d, 0x47, 0xff, 0xab, 0x75, 0x44, 0xff, 0xab, 0x75, 0x45, 0xff, 0xaa, 0x74, 0x44, 0xff, 0xaa, 0x73, 0x44, 0xff, 0xa8, 0x72, 0x42, 0xff, 0xaa, 0x74, 0x42, 0xff, 0xaa, 0x72, 0x3f, 0xff, 0xaa, 0x71, 0x3c, 0xff, 0xab, 0x71, 0x38, 0xff, 0xaa, 0x6e, 0x35, 0xff, 0xa8, 0x6d, 0x33, 0xff, 0xa9, 0x6e, 0x32, 0xff, 0xa9, 0x6c, 0x32, 0xff, 0xa9, 0x6e, 0x30, 0xff, 0xab, 0x71, 0x35, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xa1, 0x67, 0x39, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xaa, 0x70, 0x41, 0xff, 0xad, 0x73, 0x42, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb4, 0x79, 0x46, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb8, 0x7d, 0x4b, 0xff, 0xb7, 0x7d, 0x4a, 0xff, 0xb6, 0x7f, 0x4a, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb9, 0x7e, 0x48, 0xff, 0xba, 0x80, 0x49, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbc, 0x80, 0x4b, 0xff, 0xbe, 0x81, 0x4b, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xbf, 0x81, 0x4a, 0xff, 0xbf, 0x83, 0x48, 0xff, 0xbf, 0x83, 0x47, 0xff, 0xc2, 0x87, 0x4b, 0xff, 0xbf, 0x86, 0x4c, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb7, 0x7f, 0x4b, 0xff, 0xba, 0x83, 0x4d, 0xff, 0xbb, 0x84, 0x4e, 0xff, 0xbd, 0x86, 0x4f, 0xff, 0xbf, 0x86, 0x50, 0xff, 0xc0, 0x87, 0x4f, 0xff, 0xc3, 0x89, 0x50, 0xff, 0xc6, 0x89, 0x4f, 0xff, 0xc8, 0x88, 0x50, 0xff, 0xc8, 0x89, 0x4f, 0xff, 0xc8, 0x88, 0x4e, 0xff, 0xc9, 0x88, 0x4e, 0xff, 0xc9, 0x88, 0x4d, 0xff, 0xcb, 0x87, 0x4d, 0xff, 0xd3, 0x8c, 0x4f, 0xff, 0xde, 0x94, 0x54, 0xff, 0xe0, 0x97, 0x56, 0xff, 0xde, 0x97, 0x57, 0xff, 0xdf, 0x9e, 0x5d, 0xff, 0xe0, 0xa2, 0x62, 0xff, 0xde, 0xa7, 0x66, 0xff, 0xe0, 0xae, 0x6a, 0xff, 0xe1, 0xb6, 0x6e, 0xff, 0xe0, 0xb9, 0x71, 0xff, 0xe0, 0xb8, 0x70, 0xff, 0xe0, 0xb4, 0x6d, 0xff, 0xe0, 0xb0, 0x6d, 0xff, 0xe0, 0xa9, 0x6a, 0xff, 0xe0, 0xa8, 0x67, 0xff, 0xe0, 0xa3, 0x63, 0xff, 0xe0, 0x9f, 0x5f, 0xff, 0xdf, 0x9e, 0x5f, 0xff, 0xe0, 0x9c, 0x5d, 0xff, 0xe0, 0x9b, 0x5c, 0xff, 0xe0, 0x9a, 0x5c, 0xff, 0xe0, 0x99, 0x5c, 0xff, 0xe0, 0x99, 0x5c, 0xff, 0xdf, 0x99, 0x5c, 0xff, 0xde, 0x9f, 0x63, 0xff, 0xdf, 0xa0, 0x64, 0xff, 0xe0, 0x9e, 0x63, 0xff, 0xe0, 0x9f, 0x62, 0xff, 0xe0, 0xa1, 0x62, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xde, 0x9d, 0x5f, 0xff, 0xe0, 0x98, 0x5a, 0xff, 0xe0, 0x99, 0x5b, 0xff, 0xe0, 0x9a, 0x5c, 0xff, 0xe0, 0x9d, 0x5e, 0xff, 0xe0, 0xa1, 0x61, 0xff, 0xe0, 0xa3, 0x63, 0xff, 0xe0, 0xa5, 0x66, 0xff, 0xe0, 0xa9, 0x69, 0xff, 0xe0, 0xa9, 0x6a, 0xff, 0xdf, 0xa9, 0x67, 0xff, 0xe0, 0xa4, 0x65, 0xff, 0xd9, 0x99, 0x5c, 0xff, 0xd1, 0x8e, 0x53, 0xff, 0xcd, 0x8d, 0x52, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc1, 0x84, 0x4c, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb4, 0x7a, 0x45, 0xff, 0xb2, 0x76, 0x42, 0xff, 0xbb, 0x80, 0x47, 0xff, 0xb2, 0x77, 0x41, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa1, 0x64, 0x38, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0xa2, 0x65, 0x37, 0xff, 0xa1, 0x64, 0x37, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x95, 0x57, 0x31, 0xff, 0x93, 0x56, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0x93, 0x55, 0x30, 0xff, 0x92, 0x56, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x91, 0x55, 0x30, 0xff, 0x8f, 0x55, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x89, 0x4e, 0x2a, 0xff, 0x88, 0x4f, 0x2a, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x8a, 0x4f, 0x2c, 0xff, 0x8e, 0x52, 0x2e, 0xff, - 0x8f, 0x54, 0x31, 0xff, 0x90, 0x55, 0x31, 0xff, 0x92, 0x55, 0x33, 0xff, 0x92, 0x55, 0x32, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x8f, 0x53, 0x28, 0xff, 0x90, 0x53, 0x28, 0xff, 0x91, 0x55, 0x2b, 0xff, 0x94, 0x57, 0x2f, 0xff, 0x96, 0x59, 0x31, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x99, 0x5b, 0x32, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0xa0, 0x62, 0x36, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xa5, 0x68, 0x38, 0xff, 0xa8, 0x69, 0x3a, 0xff, 0xac, 0x6e, 0x3d, 0xff, 0xaf, 0x71, 0x41, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xb3, 0x79, 0x49, 0xff, 0xb5, 0x7c, 0x4d, 0xff, 0xb9, 0x7d, 0x4e, 0xff, 0xbb, 0x80, 0x4e, 0xff, 0xbf, 0x82, 0x4d, 0xff, 0xc0, 0x80, 0x4b, 0xff, 0xbe, 0x80, 0x49, 0xff, 0xbf, 0x7f, 0x49, 0xff, 0xc4, 0x82, 0x4a, 0xff, 0xc9, 0x84, 0x4c, 0xff, 0xcc, 0x87, 0x4e, 0xff, 0xc3, 0x83, 0x4c, 0xff, 0xc8, 0x87, 0x50, 0xff, 0xcf, 0x8c, 0x52, 0xff, 0xd6, 0x91, 0x55, 0xff, 0xde, 0x94, 0x58, 0xff, 0xe0, 0x99, 0x5c, 0xff, 0xdf, 0x9e, 0x62, 0xff, 0xd9, 0x9a, 0x60, 0xff, 0xd0, 0x8c, 0x57, 0xff, 0xcd, 0x8f, 0x58, 0xff, 0xca, 0x93, 0x5c, 0xff, 0xc9, 0x96, 0x60, 0xff, 0xc8, 0x96, 0x63, 0xff, 0xc7, 0x96, 0x68, 0xff, 0xc6, 0x94, 0x6a, 0xff, 0xc6, 0x95, 0x6c, 0xff, 0xc7, 0x95, 0x6d, 0xff, 0xc9, 0x96, 0x6e, 0xff, 0xcc, 0x97, 0x6d, 0xff, 0xcf, 0x99, 0x6b, 0xff, 0xd2, 0x9c, 0x67, 0xff, 0xd7, 0x9f, 0x66, 0xff, 0xdb, 0xa3, 0x64, 0xff, 0xdf, 0xa4, 0x62, 0xff, 0xde, 0xa2, 0x61, 0xff, 0xde, 0xa3, 0x60, 0xff, 0xdf, 0xa0, 0x60, 0xff, 0xdf, 0x9f, 0x5e, 0xff, 0xdf, 0x9f, 0x5e, 0xff, 0xe0, 0xa1, 0x61, 0xff, 0xdf, 0xa1, 0x62, 0xff, 0xdc, 0x9f, 0x5f, 0xff, 0xd7, 0x9a, 0x5b, 0xff, 0xd4, 0x96, 0x59, 0xff, 0xcd, 0x90, 0x54, 0xff, 0xbe, 0x84, 0x49, 0xff, 0xbf, 0x84, 0x4c, 0xff, 0xbd, 0x84, 0x4c, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xc0, 0x8a, 0x53, 0xff, 0xbd, 0x87, 0x50, 0xff, 0xb9, 0x85, 0x4c, 0xff, 0xb9, 0x83, 0x4d, 0xff, 0xb8, 0x82, 0x4b, 0xff, 0xb6, 0x80, 0x4a, 0xff, 0xb0, 0x7a, 0x49, 0xff, 0xad, 0x77, 0x48, 0xff, 0xad, 0x77, 0x47, 0xff, 0xad, 0x77, 0x46, 0xff, 0xac, 0x76, 0x44, 0xff, 0xab, 0x74, 0x42, 0xff, 0xaa, 0x72, 0x3e, 0xff, 0xaa, 0x71, 0x3b, 0xff, 0xab, 0x70, 0x38, 0xff, 0xaa, 0x6e, 0x34, 0xff, 0xa9, 0x6d, 0x31, 0xff, 0xa8, 0x6d, 0x30, 0xff, 0xaa, 0x6d, 0x31, 0xff, 0xab, 0x6d, 0x32, 0xff, 0xaa, 0x6f, 0x34, 0xff, 0xa3, 0x69, 0x35, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9f, 0x62, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xab, 0x70, 0x40, 0xff, 0xae, 0x72, 0x42, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xb2, 0x78, 0x46, 0xff, 0xb5, 0x7b, 0x49, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb8, 0x7f, 0x47, 0xff, 0xb8, 0x7e, 0x46, 0xff, 0xb9, 0x7e, 0x46, 0xff, 0xb9, 0x7f, 0x46, 0xff, 0xba, 0x80, 0x46, 0xff, 0xbc, 0x83, 0x47, 0xff, 0xbf, 0x86, 0x48, 0xff, 0xbd, 0x84, 0x47, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb2, 0x75, 0x41, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb5, 0x7c, 0x48, 0xff, 0xb7, 0x82, 0x4c, 0xff, 0xb9, 0x84, 0x4e, 0xff, 0xbb, 0x84, 0x50, 0xff, 0xbd, 0x85, 0x51, 0xff, 0xbd, 0x87, 0x53, 0xff, 0xc0, 0x89, 0x53, 0xff, 0xc3, 0x8b, 0x53, 0xff, 0xc6, 0x8d, 0x52, 0xff, 0xc9, 0x8d, 0x52, 0xff, 0xcd, 0x8c, 0x52, 0xff, 0xcf, 0x8c, 0x52, 0xff, 0xce, 0x8b, 0x51, 0xff, 0xce, 0x8c, 0x50, 0xff, 0xd0, 0x8b, 0x4f, 0xff, 0xd4, 0x8d, 0x4f, 0xff, 0xdc, 0x90, 0x51, 0xff, 0xe0, 0x96, 0x55, 0xff, 0xe0, 0x9a, 0x59, 0xff, 0xdf, 0x9c, 0x5b, 0xff, 0xde, 0xa3, 0x60, 0xff, 0xe0, 0xaa, 0x66, 0xff, 0xe0, 0xb0, 0x6b, 0xff, 0xdf, 0xb7, 0x6e, 0xff, 0xe0, 0xbb, 0x70, 0xff, 0xe0, 0xc0, 0x73, 0xff, 0xdf, 0xc0, 0x72, 0xff, 0xdf, 0xbd, 0x71, 0xff, 0xe0, 0xbb, 0x71, 0xff, 0xe0, 0xb3, 0x6d, 0xff, 0xe0, 0xad, 0x6a, 0xff, 0xe0, 0xa9, 0x67, 0xff, 0xe0, 0xa3, 0x63, 0xff, 0xe0, 0xa1, 0x62, 0xff, 0xe0, 0xa0, 0x61, 0xff, 0xdf, 0x9e, 0x5f, 0xff, 0xe0, 0x9c, 0x5e, 0xff, 0xe0, 0x9a, 0x5d, 0xff, 0xe0, 0x9a, 0x5d, 0xff, 0xdf, 0x9a, 0x5d, 0xff, 0xde, 0x9e, 0x63, 0xff, 0xdf, 0x9f, 0x63, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xe0, 0x9f, 0x63, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xe0, 0x9f, 0x61, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xdf, 0x9d, 0x5f, 0xff, 0xde, 0x98, 0x5b, 0xff, 0xe0, 0x99, 0x5c, 0xff, 0xe0, 0x98, 0x5a, 0xff, 0xe0, 0x9b, 0x5c, 0xff, 0xe0, 0x9d, 0x5f, 0xff, 0xe0, 0x9e, 0x61, 0xff, 0xe0, 0xa2, 0x61, 0xff, 0xe0, 0x9f, 0x62, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xe0, 0xa1, 0x62, 0xff, 0xe0, 0xa0, 0x61, 0xff, 0xdc, 0x9b, 0x5e, 0xff, 0xcd, 0x8d, 0x53, 0xff, 0xc5, 0x86, 0x4f, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xc5, 0x85, 0x4b, 0xff, 0xc6, 0x85, 0x4b, 0xff, 0xaf, 0x72, 0x3f, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x61, 0x35, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9e, 0x62, 0x36, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9f, 0x61, 0x36, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x97, 0x59, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x58, 0x32, 0xff, 0x96, 0x58, 0x32, 0xff, 0x94, 0x59, 0x31, 0xff, 0x93, 0x55, 0x30, 0xff, 0x94, 0x56, 0x31, 0xff, 0x90, 0x56, 0x31, 0xff, 0x91, 0x56, 0x32, 0xff, 0x8f, 0x55, 0x32, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8d, 0x51, 0x2b, 0xff, 0x8d, 0x50, 0x2b, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x89, 0x4f, 0x2b, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x88, 0x4f, 0x29, 0xff, 0x8b, 0x50, 0x2d, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8f, 0x53, 0x31, 0xff, - 0x91, 0x55, 0x32, 0xff, 0x91, 0x56, 0x32, 0xff, 0x91, 0x55, 0x31, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8d, 0x51, 0x28, 0xff, 0x8f, 0x53, 0x28, 0xff, 0x90, 0x53, 0x2b, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x94, 0x56, 0x30, 0xff, 0x94, 0x57, 0x30, 0xff, 0x94, 0x57, 0x30, 0xff, 0x96, 0x58, 0x31, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xa1, 0x63, 0x35, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xa9, 0x6a, 0x3b, 0xff, 0xac, 0x6e, 0x3e, 0xff, 0xaf, 0x73, 0x42, 0xff, 0xb1, 0x76, 0x45, 0xff, 0xb3, 0x78, 0x48, 0xff, 0xb5, 0x7b, 0x4a, 0xff, 0xb9, 0x7e, 0x4c, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xbf, 0x81, 0x4a, 0xff, 0xc4, 0x81, 0x4a, 0xff, 0xc6, 0x83, 0x4b, 0xff, 0xc5, 0x84, 0x4b, 0xff, 0xc9, 0x84, 0x4d, 0xff, 0xce, 0x87, 0x4d, 0xff, 0xc8, 0x85, 0x4e, 0xff, 0xc8, 0x87, 0x4f, 0xff, 0xcf, 0x8b, 0x52, 0xff, 0xd6, 0x90, 0x56, 0xff, 0xdf, 0x96, 0x5c, 0xff, 0xdf, 0x9a, 0x61, 0xff, 0xe0, 0xa2, 0x67, 0xff, 0xde, 0xa1, 0x66, 0xff, 0xd3, 0x92, 0x5b, 0xff, 0xd2, 0x8f, 0x58, 0xff, 0xd0, 0x94, 0x5d, 0xff, 0xce, 0x97, 0x60, 0xff, 0xcb, 0x98, 0x63, 0xff, 0xc9, 0x97, 0x68, 0xff, 0xc8, 0x96, 0x6a, 0xff, 0xc8, 0x95, 0x6c, 0xff, 0xca, 0x96, 0x6d, 0xff, 0xca, 0x97, 0x6e, 0xff, 0xce, 0x9a, 0x6e, 0xff, 0xd2, 0x9d, 0x6f, 0xff, 0xd7, 0x9e, 0x6d, 0xff, 0xdd, 0xa1, 0x6a, 0xff, 0xe0, 0xa9, 0x69, 0xff, 0xe0, 0xad, 0x6a, 0xff, 0xdf, 0xac, 0x68, 0xff, 0xdf, 0xac, 0x69, 0xff, 0xe0, 0xaa, 0x6a, 0xff, 0xde, 0xa7, 0x67, 0xff, 0xe0, 0xa7, 0x65, 0xff, 0xe0, 0xa8, 0x64, 0xff, 0xe0, 0xa7, 0x64, 0xff, 0xdf, 0xa7, 0x66, 0xff, 0xe0, 0xa2, 0x62, 0xff, 0xde, 0x9d, 0x5d, 0xff, 0xda, 0x9a, 0x59, 0xff, 0xcf, 0x8f, 0x54, 0xff, 0xc0, 0x84, 0x4e, 0xff, 0xc0, 0x87, 0x50, 0xff, 0xc1, 0x89, 0x53, 0xff, 0xc1, 0x8a, 0x54, 0xff, 0xbf, 0x87, 0x51, 0xff, 0xbd, 0x89, 0x4f, 0xff, 0xbb, 0x87, 0x4d, 0xff, 0xba, 0x85, 0x4c, 0xff, 0xb7, 0x81, 0x4b, 0xff, 0xb1, 0x7b, 0x4a, 0xff, 0xb0, 0x7b, 0x4a, 0xff, 0xaf, 0x7a, 0x4a, 0xff, 0xae, 0x77, 0x46, 0xff, 0xad, 0x75, 0x40, 0xff, 0xac, 0x73, 0x3d, 0xff, 0xab, 0x71, 0x39, 0xff, 0xaa, 0x6f, 0x37, 0xff, 0xa9, 0x6d, 0x35, 0xff, 0xaa, 0x6d, 0x32, 0xff, 0xa9, 0x6d, 0x31, 0xff, 0xa9, 0x6c, 0x30, 0xff, 0xa9, 0x6d, 0x2f, 0xff, 0xaa, 0x70, 0x33, 0xff, 0xa2, 0x68, 0x35, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9c, 0x62, 0x35, 0xff, 0x9f, 0x62, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa6, 0x6b, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xaa, 0x70, 0x41, 0xff, 0xad, 0x73, 0x44, 0xff, 0xb0, 0x75, 0x45, 0xff, 0xb1, 0x78, 0x46, 0xff, 0xb1, 0x7c, 0x46, 0xff, 0xb2, 0x7e, 0x44, 0xff, 0xb4, 0x7e, 0x44, 0xff, 0xb5, 0x7d, 0x45, 0xff, 0xb5, 0x7b, 0x43, 0xff, 0xb6, 0x7e, 0x46, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb9, 0x81, 0x46, 0xff, 0xba, 0x82, 0x47, 0xff, 0xba, 0x80, 0x46, 0xff, 0xb6, 0x79, 0x41, 0xff, 0xaf, 0x72, 0x3d, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xb1, 0x76, 0x42, 0xff, 0xb3, 0x77, 0x43, 0xff, 0xb5, 0x79, 0x45, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb8, 0x82, 0x4e, 0xff, 0xb9, 0x83, 0x51, 0xff, 0xbc, 0x86, 0x53, 0xff, 0xbe, 0x88, 0x54, 0xff, 0xbf, 0x88, 0x56, 0xff, 0xc2, 0x8a, 0x56, 0xff, 0xc6, 0x8d, 0x55, 0xff, 0xc9, 0x8f, 0x56, 0xff, 0xcc, 0x90, 0x55, 0xff, 0xd1, 0x8f, 0x55, 0xff, 0xd4, 0x90, 0x54, 0xff, 0xd5, 0x8f, 0x54, 0xff, 0xd8, 0x8f, 0x53, 0xff, 0xda, 0x8f, 0x52, 0xff, 0xde, 0x91, 0x53, 0xff, 0xdf, 0x95, 0x54, 0xff, 0xe0, 0x9a, 0x59, 0xff, 0xdf, 0x9e, 0x5e, 0xff, 0xe0, 0xa3, 0x61, 0xff, 0xdf, 0xab, 0x67, 0xff, 0xe0, 0xb3, 0x6c, 0xff, 0xe1, 0xbb, 0x70, 0xff, 0xdf, 0xc1, 0x72, 0xff, 0xde, 0xc3, 0x74, 0xff, 0xde, 0xc6, 0x76, 0xff, 0xdd, 0xc6, 0x77, 0xff, 0xdd, 0xc4, 0x76, 0xff, 0xdd, 0xc3, 0x74, 0xff, 0xdf, 0xbe, 0x71, 0xff, 0xe0, 0xb4, 0x6d, 0xff, 0xdf, 0xab, 0x6a, 0xff, 0xe0, 0xa4, 0x65, 0xff, 0xe0, 0xa2, 0x61, 0xff, 0xe0, 0xa1, 0x61, 0xff, 0xdf, 0xa0, 0x61, 0xff, 0xdf, 0x9e, 0x5f, 0xff, 0xe0, 0x9c, 0x5e, 0xff, 0xdf, 0x9c, 0x5e, 0xff, 0xe0, 0x9a, 0x5d, 0xff, 0xdf, 0x9f, 0x63, 0xff, 0xe0, 0xa1, 0x65, 0xff, 0xe0, 0x9f, 0x63, 0xff, 0xe0, 0x9f, 0x63, 0xff, 0xe0, 0x9e, 0x62, 0xff, 0xe0, 0x9e, 0x62, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xe0, 0x9c, 0x5f, 0xff, 0xdf, 0x97, 0x5a, 0xff, 0xe0, 0x95, 0x59, 0xff, 0xe0, 0x97, 0x5a, 0xff, 0xe0, 0x99, 0x5b, 0xff, 0xe0, 0x99, 0x5c, 0xff, 0xe0, 0x99, 0x5d, 0xff, 0xdf, 0x9c, 0x5e, 0xff, 0xe0, 0x9a, 0x5e, 0xff, 0xe0, 0x9c, 0x5d, 0xff, 0xe0, 0x9a, 0x5f, 0xff, 0xe1, 0x9a, 0x5e, 0xff, 0xe1, 0x9a, 0x5e, 0xff, 0xcc, 0x8c, 0x52, 0xff, 0xc0, 0x82, 0x4c, 0xff, 0xbe, 0x80, 0x4a, 0xff, 0xc8, 0x89, 0x4c, 0xff, 0xce, 0x8c, 0x4e, 0xff, 0xc9, 0x89, 0x4b, 0xff, 0xc2, 0x85, 0x4a, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x62, 0x36, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x96, 0x58, 0x32, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x96, 0x59, 0x32, 0xff, 0x95, 0x57, 0x32, 0xff, 0x95, 0x57, 0x32, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x91, 0x56, 0x32, 0xff, 0x90, 0x55, 0x31, 0xff, 0x91, 0x55, 0x31, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8f, 0x55, 0x31, 0xff, 0x90, 0x55, 0x31, 0xff, 0x90, 0x55, 0x31, 0xff, - 0x92, 0x57, 0x33, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8b, 0x4f, 0x27, 0xff, 0x8b, 0x4f, 0x28, 0xff, 0x8e, 0x51, 0x2b, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x93, 0x56, 0x30, 0xff, 0x94, 0x56, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9f, 0x62, 0x35, 0xff, 0xa2, 0x63, 0x36, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xaa, 0x6c, 0x3b, 0xff, 0xae, 0x71, 0x3e, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb3, 0x7a, 0x47, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xbb, 0x7e, 0x49, 0xff, 0xbf, 0x80, 0x4a, 0xff, 0xc2, 0x81, 0x4a, 0xff, 0xc5, 0x84, 0x4b, 0xff, 0xc8, 0x86, 0x4d, 0xff, 0xcc, 0x87, 0x4e, 0xff, 0xcf, 0x88, 0x4e, 0xff, 0xc9, 0x86, 0x4e, 0xff, 0xc7, 0x86, 0x4e, 0xff, 0xcc, 0x8a, 0x4f, 0xff, 0xd3, 0x8e, 0x51, 0xff, 0xdb, 0x92, 0x55, 0xff, 0xe0, 0x98, 0x5b, 0xff, 0xe1, 0x9f, 0x62, 0xff, 0xe1, 0xa4, 0x68, 0xff, 0xde, 0xa5, 0x6a, 0xff, 0xd6, 0x95, 0x5d, 0xff, 0xd4, 0x97, 0x5f, 0xff, 0xd2, 0x99, 0x61, 0xff, 0xd0, 0x9a, 0x63, 0xff, 0xce, 0x99, 0x64, 0xff, 0xcd, 0x98, 0x68, 0xff, 0xcc, 0x98, 0x6d, 0xff, 0xcd, 0x98, 0x6e, 0xff, 0xce, 0x98, 0x70, 0xff, 0xd1, 0x9c, 0x71, 0xff, 0xd5, 0x9d, 0x71, 0xff, 0xdb, 0xa0, 0x71, 0xff, 0xe0, 0xa6, 0x6e, 0xff, 0xe0, 0xac, 0x6d, 0xff, 0xe1, 0xb6, 0x6e, 0xff, 0xdf, 0xb9, 0x6f, 0xff, 0xe1, 0xbd, 0x73, 0xff, 0xe1, 0xbc, 0x73, 0xff, 0xe0, 0xba, 0x72, 0xff, 0xe0, 0xb9, 0x6f, 0xff, 0xe0, 0xb9, 0x6e, 0xff, 0xe0, 0xb8, 0x6d, 0xff, 0xe1, 0xb6, 0x6c, 0xff, 0xe0, 0xaf, 0x69, 0xff, 0xe0, 0xa7, 0x64, 0xff, 0xe0, 0xa2, 0x5f, 0xff, 0xd8, 0x98, 0x5a, 0xff, 0xc9, 0x8b, 0x52, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xcb, 0x91, 0x58, 0xff, 0xc7, 0x90, 0x57, 0xff, 0xc2, 0x8c, 0x53, 0xff, 0xbe, 0x89, 0x4f, 0xff, 0xbd, 0x86, 0x4d, 0xff, 0xbb, 0x87, 0x4f, 0xff, 0xb5, 0x80, 0x4d, 0xff, 0xb3, 0x7d, 0x4b, 0xff, 0xb3, 0x7d, 0x4d, 0xff, 0xb1, 0x7b, 0x48, 0xff, 0xaf, 0x78, 0x41, 0xff, 0xae, 0x74, 0x3d, 0xff, 0xad, 0x73, 0x37, 0xff, 0xac, 0x70, 0x33, 0xff, 0xab, 0x6e, 0x32, 0xff, 0xaa, 0x6d, 0x31, 0xff, 0xa9, 0x6c, 0x31, 0xff, 0xa9, 0x6d, 0x30, 0xff, 0xa9, 0x6d, 0x30, 0xff, 0xaa, 0x6c, 0x33, 0xff, 0xa1, 0x64, 0x33, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa3, 0x68, 0x3c, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0xa7, 0x6b, 0x3e, 0xff, 0xaa, 0x6e, 0x40, 0xff, 0xab, 0x71, 0x42, 0xff, 0xad, 0x74, 0x45, 0xff, 0xaf, 0x78, 0x47, 0xff, 0xaf, 0x7b, 0x47, 0xff, 0xb1, 0x7c, 0x46, 0xff, 0xb3, 0x7c, 0x46, 0xff, 0xb3, 0x7d, 0x44, 0xff, 0xb4, 0x7c, 0x44, 0xff, 0xb5, 0x7e, 0x44, 0xff, 0xb7, 0x81, 0x46, 0xff, 0xb9, 0x82, 0x46, 0xff, 0xb6, 0x7e, 0x44, 0xff, 0xaf, 0x75, 0x3f, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xac, 0x70, 0x3d, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xb2, 0x77, 0x41, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb5, 0x7f, 0x49, 0xff, 0xb7, 0x81, 0x4d, 0xff, 0xbb, 0x84, 0x51, 0xff, 0xbe, 0x87, 0x56, 0xff, 0xc0, 0x8a, 0x57, 0xff, 0xc1, 0x8b, 0x57, 0xff, 0xc4, 0x8d, 0x58, 0xff, 0xc7, 0x8f, 0x58, 0xff, 0xcb, 0x92, 0x58, 0xff, 0xcf, 0x92, 0x57, 0xff, 0xd4, 0x94, 0x58, 0xff, 0xda, 0x95, 0x57, 0xff, 0xdd, 0x94, 0x57, 0xff, 0xdf, 0x93, 0x56, 0xff, 0xdf, 0x93, 0x55, 0xff, 0xe0, 0x96, 0x57, 0xff, 0xe1, 0x98, 0x57, 0xff, 0xdf, 0x9a, 0x5b, 0xff, 0xdf, 0xa4, 0x61, 0xff, 0xdf, 0xa8, 0x65, 0xff, 0xdf, 0xb6, 0x6b, 0xff, 0xde, 0xc2, 0x71, 0xff, 0xda, 0xc7, 0x77, 0xff, 0xd8, 0xc8, 0x7b, 0xff, 0xd8, 0xc9, 0x7d, 0xff, 0xd8, 0xc9, 0x7f, 0xff, 0xd8, 0xc9, 0x7f, 0xff, 0xda, 0xc9, 0x7e, 0xff, 0xdc, 0xca, 0x7a, 0xff, 0xdd, 0xc4, 0x76, 0xff, 0xe0, 0xba, 0x70, 0xff, 0xe0, 0xb1, 0x6d, 0xff, 0xdf, 0xa8, 0x68, 0xff, 0xdf, 0xa4, 0x66, 0xff, 0xe0, 0xa3, 0x63, 0xff, 0xe0, 0xa1, 0x61, 0xff, 0xdf, 0x9e, 0x60, 0xff, 0xdf, 0x9d, 0x5f, 0xff, 0xe0, 0x9d, 0x60, 0xff, 0xdf, 0x9d, 0x60, 0xff, 0xdf, 0x9e, 0x62, 0xff, 0xe0, 0xa0, 0x64, 0xff, 0xe0, 0xa1, 0x63, 0xff, 0xe0, 0x9f, 0x62, 0xff, 0xe0, 0x9d, 0x60, 0xff, 0xe0, 0x9d, 0x61, 0xff, 0xe0, 0x9e, 0x61, 0xff, 0xdf, 0x9a, 0x5e, 0xff, 0xdf, 0x96, 0x5a, 0xff, 0xe0, 0x95, 0x5a, 0xff, 0xe0, 0x95, 0x59, 0xff, 0xe0, 0x95, 0x58, 0xff, 0xe0, 0x98, 0x5a, 0xff, 0xe0, 0x99, 0x5c, 0xff, 0xe0, 0x97, 0x5b, 0xff, 0xe0, 0x97, 0x5b, 0xff, 0xe0, 0x97, 0x5a, 0xff, 0xe0, 0x95, 0x59, 0xff, 0xe0, 0x95, 0x59, 0xff, 0xe2, 0x9a, 0x5d, 0xff, 0xd7, 0x94, 0x58, 0xff, 0xd8, 0x92, 0x55, 0xff, 0xd7, 0x8f, 0x4f, 0xff, 0xd1, 0x8b, 0x4c, 0xff, 0xcb, 0x8a, 0x4b, 0xff, 0xbc, 0x7e, 0x47, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x96, 0x58, 0x32, 0xff, 0x95, 0x57, 0x32, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x92, 0x57, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x91, 0x55, 0x31, 0xff, 0x90, 0x54, 0x30, 0xff, 0x92, 0x55, 0x31, 0xff, 0x92, 0x55, 0x30, 0xff, 0x91, 0x55, 0x31, 0xff, 0x94, 0x56, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x90, 0x55, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x91, 0x55, 0x32, 0xff, - 0x8d, 0x52, 0x2c, 0xff, 0x89, 0x4e, 0x27, 0xff, 0x8a, 0x4f, 0x28, 0xff, 0x8c, 0x4f, 0x29, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8d, 0x50, 0x2b, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x94, 0x57, 0x30, 0xff, 0x96, 0x58, 0x30, 0xff, 0x97, 0x59, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x9a, 0x5c, 0x32, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xa2, 0x64, 0x36, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xaa, 0x6c, 0x3b, 0xff, 0xaf, 0x72, 0x3f, 0xff, 0xb0, 0x73, 0x41, 0xff, 0xb3, 0x76, 0x43, 0xff, 0xb6, 0x79, 0x45, 0xff, 0xb9, 0x7c, 0x47, 0xff, 0xbd, 0x7e, 0x47, 0xff, 0xc0, 0x80, 0x49, 0xff, 0xc3, 0x84, 0x4b, 0xff, 0xc6, 0x87, 0x4e, 0xff, 0xcb, 0x87, 0x51, 0xff, 0xce, 0x8a, 0x52, 0xff, 0xcb, 0x8b, 0x51, 0xff, 0xc6, 0x87, 0x4e, 0xff, 0xcc, 0x88, 0x4f, 0xff, 0xcf, 0x8b, 0x50, 0xff, 0xd6, 0x8e, 0x52, 0xff, 0xe0, 0x94, 0x58, 0xff, 0xe0, 0x9b, 0x5e, 0xff, 0xe0, 0xa0, 0x61, 0xff, 0xe0, 0xa2, 0x65, 0xff, 0xdb, 0x9f, 0x64, 0xff, 0xd7, 0x98, 0x5e, 0xff, 0xd6, 0x9c, 0x64, 0xff, 0xd6, 0x9c, 0x68, 0xff, 0xd3, 0x9c, 0x69, 0xff, 0xd1, 0x9a, 0x69, 0xff, 0xd0, 0x9a, 0x6c, 0xff, 0xd2, 0x9c, 0x70, 0xff, 0xd1, 0x9a, 0x71, 0xff, 0xd2, 0x9c, 0x71, 0xff, 0xd6, 0x9f, 0x72, 0xff, 0xdd, 0xa3, 0x73, 0xff, 0xe1, 0xa8, 0x72, 0xff, 0xe1, 0xb2, 0x71, 0xff, 0xe1, 0xbd, 0x72, 0xff, 0xdf, 0xc5, 0x77, 0xff, 0xdc, 0xc7, 0x7a, 0xff, 0xdb, 0xc8, 0x7c, 0xff, 0xda, 0xc7, 0x7e, 0xff, 0xda, 0xc8, 0x7e, 0xff, 0xd9, 0xc8, 0x7a, 0xff, 0xda, 0xc8, 0x78, 0xff, 0xdb, 0xc6, 0x75, 0xff, 0xe0, 0xc5, 0x73, 0xff, 0xe1, 0xbb, 0x6f, 0xff, 0xe1, 0xad, 0x67, 0xff, 0xde, 0xa3, 0x64, 0xff, 0xd8, 0x95, 0x5b, 0xff, 0xd4, 0x95, 0x59, 0xff, 0xd4, 0x98, 0x5d, 0xff, 0xcd, 0x92, 0x59, 0xff, 0xc8, 0x91, 0x57, 0xff, 0xc2, 0x8d, 0x52, 0xff, 0xc1, 0x8a, 0x50, 0xff, 0xbc, 0x85, 0x4e, 0xff, 0xb8, 0x80, 0x4e, 0xff, 0xb7, 0x80, 0x4d, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb3, 0x7a, 0x41, 0xff, 0xb1, 0x79, 0x3f, 0xff, 0xb0, 0x75, 0x38, 0xff, 0xae, 0x73, 0x35, 0xff, 0xad, 0x70, 0x33, 0xff, 0xab, 0x6f, 0x32, 0xff, 0xaa, 0x6c, 0x30, 0xff, 0xa9, 0x6c, 0x30, 0xff, 0xaa, 0x6d, 0x31, 0xff, 0xab, 0x6e, 0x32, 0xff, 0xa3, 0x66, 0x33, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x96, 0x5d, 0x34, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x99, 0x5f, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xaa, 0x6f, 0x41, 0xff, 0xad, 0x74, 0x45, 0xff, 0xaf, 0x7a, 0x47, 0xff, 0xaf, 0x7b, 0x48, 0xff, 0xb0, 0x7b, 0x48, 0xff, 0xb1, 0x7d, 0x46, 0xff, 0xb2, 0x7c, 0x46, 0xff, 0xb3, 0x7d, 0x44, 0xff, 0xb5, 0x7d, 0x43, 0xff, 0xb7, 0x7e, 0x44, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa9, 0x6e, 0x3b, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xaf, 0x72, 0x40, 0xff, 0xb1, 0x75, 0x41, 0xff, 0xb2, 0x77, 0x41, 0xff, 0xb3, 0x78, 0x42, 0xff, 0xb5, 0x79, 0x45, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb8, 0x80, 0x4c, 0xff, 0xbb, 0x84, 0x51, 0xff, 0xbe, 0x88, 0x57, 0xff, 0xc0, 0x8a, 0x58, 0xff, 0xc2, 0x8c, 0x58, 0xff, 0xc5, 0x8f, 0x59, 0xff, 0xc9, 0x92, 0x5a, 0xff, 0xcd, 0x95, 0x5b, 0xff, 0xd2, 0x95, 0x5b, 0xff, 0xd8, 0x94, 0x59, 0xff, 0xde, 0x95, 0x58, 0xff, 0xdf, 0x96, 0x57, 0xff, 0xe0, 0x95, 0x57, 0xff, 0xe0, 0x98, 0x57, 0xff, 0xdf, 0x9d, 0x5b, 0xff, 0xdf, 0xa2, 0x5f, 0xff, 0xe0, 0xa5, 0x62, 0xff, 0xdf, 0xac, 0x66, 0xff, 0xdf, 0xb8, 0x6c, 0xff, 0xdf, 0xc6, 0x73, 0xff, 0xd9, 0xca, 0x7b, 0xff, 0xd7, 0xca, 0x80, 0xff, 0xd9, 0xc9, 0x85, 0xff, 0xda, 0xca, 0x89, 0xff, 0xdb, 0xca, 0x88, 0xff, 0xda, 0xca, 0x87, 0xff, 0xd9, 0xc9, 0x85, 0xff, 0xd8, 0xc8, 0x81, 0xff, 0xdb, 0xc8, 0x7b, 0xff, 0xdf, 0xc3, 0x75, 0xff, 0xdf, 0xb9, 0x70, 0xff, 0xe0, 0xae, 0x6a, 0xff, 0xe0, 0xa6, 0x68, 0xff, 0xdf, 0xa6, 0x66, 0xff, 0xe0, 0xa4, 0x64, 0xff, 0xe1, 0xa2, 0x62, 0xff, 0xe0, 0xa1, 0x61, 0xff, 0xe0, 0x9f, 0x61, 0xff, 0xdf, 0x9d, 0x61, 0xff, 0xde, 0xa0, 0x65, 0xff, 0xe0, 0xa3, 0x67, 0xff, 0xe0, 0xa0, 0x64, 0xff, 0xe0, 0x9e, 0x62, 0xff, 0xe0, 0x9d, 0x62, 0xff, 0xe0, 0x9d, 0x62, 0xff, 0xe0, 0x9e, 0x62, 0xff, 0xe0, 0x9a, 0x5e, 0xff, 0xe0, 0x94, 0x59, 0xff, 0xe0, 0x94, 0x59, 0xff, 0xe0, 0x97, 0x5b, 0xff, 0xe0, 0x99, 0x5b, 0xff, 0xe0, 0x98, 0x5b, 0xff, 0xe0, 0x96, 0x5a, 0xff, 0xe0, 0x96, 0x5a, 0xff, 0xe0, 0x94, 0x58, 0xff, 0xdf, 0x92, 0x57, 0xff, 0xe0, 0x96, 0x5a, 0xff, 0xe0, 0x9a, 0x5b, 0xff, 0xe0, 0x9c, 0x5c, 0xff, 0xe1, 0x9a, 0x5c, 0xff, 0xda, 0x92, 0x55, 0xff, 0xd2, 0x8d, 0x4d, 0xff, 0xcc, 0x89, 0x4b, 0xff, 0xb8, 0x7a, 0x45, 0xff, 0xad, 0x6f, 0x3e, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x94, 0x58, 0x32, 0xff, 0x95, 0x58, 0x32, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9a, 0x5f, 0x36, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x96, 0x58, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x56, 0x32, 0xff, 0x93, 0x56, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x90, 0x55, 0x32, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x90, 0x55, 0x31, 0xff, 0x92, 0x57, 0x33, 0xff, - 0x88, 0x4b, 0x28, 0xff, 0x89, 0x4e, 0x28, 0xff, 0x89, 0x4d, 0x28, 0xff, 0x89, 0x4d, 0x28, 0xff, 0x89, 0x4e, 0x28, 0xff, 0x8a, 0x4f, 0x28, 0xff, 0x8b, 0x4f, 0x29, 0xff, 0x8d, 0x50, 0x2b, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x93, 0x55, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x97, 0x59, 0x31, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x9e, 0x60, 0x33, 0xff, 0xa1, 0x63, 0x35, 0xff, 0xa4, 0x63, 0x36, 0xff, 0xa7, 0x67, 0x39, 0xff, 0xa9, 0x6b, 0x3a, 0xff, 0xb0, 0x71, 0x3d, 0xff, 0xb3, 0x74, 0x41, 0xff, 0xb5, 0x76, 0x43, 0xff, 0xb8, 0x7a, 0x44, 0xff, 0xbc, 0x7e, 0x48, 0xff, 0xbe, 0x7e, 0x46, 0xff, 0xc3, 0x82, 0x49, 0xff, 0xc6, 0x85, 0x4d, 0xff, 0xc9, 0x87, 0x4f, 0xff, 0xcc, 0x8b, 0x53, 0xff, 0xcc, 0x8c, 0x54, 0xff, 0xc5, 0x8a, 0x53, 0xff, 0xc9, 0x8c, 0x51, 0xff, 0xcd, 0x8c, 0x50, 0xff, 0xd4, 0x8f, 0x53, 0xff, 0xdb, 0x94, 0x56, 0xff, 0xe1, 0x98, 0x5c, 0xff, 0xe1, 0x9e, 0x5d, 0xff, 0xde, 0x9f, 0x61, 0xff, 0xdf, 0xa5, 0x67, 0xff, 0xda, 0x98, 0x5e, 0xff, 0xdb, 0x9c, 0x61, 0xff, 0xd8, 0x9f, 0x65, 0xff, 0xd7, 0x9f, 0x6a, 0xff, 0xd6, 0x9e, 0x6e, 0xff, 0xd6, 0x9c, 0x71, 0xff, 0xd4, 0x9c, 0x70, 0xff, 0xd7, 0x9c, 0x70, 0xff, 0xd9, 0x9f, 0x73, 0xff, 0xdb, 0xa1, 0x73, 0xff, 0xdf, 0xa4, 0x72, 0xff, 0xe1, 0xa9, 0x72, 0xff, 0xe1, 0xb5, 0x73, 0xff, 0xe1, 0xc3, 0x76, 0xff, 0xdc, 0xca, 0x79, 0xff, 0xd7, 0xc8, 0x7e, 0xff, 0xd9, 0xca, 0x83, 0xff, 0xda, 0xc9, 0x88, 0xff, 0xda, 0xc9, 0x89, 0xff, 0xdc, 0xca, 0x89, 0xff, 0xda, 0xc8, 0x87, 0xff, 0xda, 0xc9, 0x86, 0xff, 0xd8, 0xc7, 0x81, 0xff, 0xd9, 0xc9, 0x7c, 0xff, 0xdf, 0xc7, 0x76, 0xff, 0xe1, 0xb8, 0x6f, 0xff, 0xdd, 0xa7, 0x68, 0xff, 0xda, 0xa0, 0x64, 0xff, 0xdb, 0x9d, 0x61, 0xff, 0xd6, 0x98, 0x60, 0xff, 0xd2, 0x95, 0x5d, 0xff, 0xcc, 0x93, 0x59, 0xff, 0xc3, 0x8b, 0x51, 0xff, 0xbe, 0x89, 0x4f, 0xff, 0xb9, 0x84, 0x4c, 0xff, 0xb8, 0x83, 0x48, 0xff, 0xb6, 0x7e, 0x40, 0xff, 0xb5, 0x7a, 0x3b, 0xff, 0xb2, 0x77, 0x35, 0xff, 0xb1, 0x75, 0x32, 0xff, 0xb0, 0x73, 0x33, 0xff, 0xaf, 0x72, 0x33, 0xff, 0xad, 0x70, 0x32, 0xff, 0xac, 0x6d, 0x32, 0xff, 0xaa, 0x6d, 0x32, 0xff, 0xa9, 0x6c, 0x32, 0xff, 0xa3, 0x66, 0x32, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x9a, 0x60, 0x35, 0xff, 0x9b, 0x60, 0x35, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa0, 0x65, 0x3b, 0xff, 0xa2, 0x67, 0x3b, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa9, 0x70, 0x41, 0xff, 0xad, 0x77, 0x45, 0xff, 0xae, 0x79, 0x46, 0xff, 0xae, 0x78, 0x45, 0xff, 0xb0, 0x7b, 0x47, 0xff, 0xb1, 0x7c, 0x46, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb4, 0x7c, 0x42, 0xff, 0xac, 0x71, 0x3d, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xaa, 0x6f, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xad, 0x72, 0x3e, 0xff, 0xae, 0x73, 0x3f, 0xff, 0xae, 0x73, 0x3f, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xb1, 0x77, 0x42, 0xff, 0xb2, 0x79, 0x43, 0xff, 0xb4, 0x7b, 0x45, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x80, 0x4a, 0xff, 0xb9, 0x83, 0x4d, 0xff, 0xba, 0x82, 0x4f, 0xff, 0xbd, 0x88, 0x54, 0xff, 0xc0, 0x8c, 0x58, 0xff, 0xc2, 0x8c, 0x58, 0xff, 0xc5, 0x8e, 0x58, 0xff, 0xca, 0x91, 0x59, 0xff, 0xcf, 0x92, 0x5a, 0xff, 0xd4, 0x93, 0x5b, 0xff, 0xdb, 0x95, 0x5c, 0xff, 0xe0, 0x98, 0x5c, 0xff, 0xe0, 0x9a, 0x5b, 0xff, 0xe0, 0x9d, 0x5b, 0xff, 0xe0, 0x9f, 0x5f, 0xff, 0xe1, 0xa6, 0x62, 0xff, 0xe0, 0xac, 0x65, 0xff, 0xe1, 0xb0, 0x6a, 0xff, 0xe0, 0xbd, 0x6e, 0xff, 0xdc, 0xc8, 0x75, 0xff, 0xd9, 0xca, 0x7d, 0xff, 0xd9, 0xc9, 0x85, 0xff, 0xda, 0xca, 0x89, 0xff, 0xdb, 0xc9, 0x8d, 0xff, 0xdc, 0xc9, 0x91, 0xff, 0xdb, 0xc9, 0x91, 0xff, 0xdb, 0xca, 0x8f, 0xff, 0xdb, 0xc9, 0x8e, 0xff, 0xda, 0xc9, 0x8a, 0xff, 0xd8, 0xc9, 0x82, 0xff, 0xdc, 0xc8, 0x79, 0xff, 0xe0, 0xbf, 0x73, 0xff, 0xe0, 0xb6, 0x70, 0xff, 0xe1, 0xb0, 0x6b, 0xff, 0xe0, 0xa8, 0x68, 0xff, 0xe1, 0xa6, 0x67, 0xff, 0xe1, 0xa4, 0x65, 0xff, 0xe0, 0xa3, 0x63, 0xff, 0xdf, 0xa3, 0x65, 0xff, 0xdf, 0xa3, 0x67, 0xff, 0xe0, 0xa2, 0x65, 0xff, 0xe0, 0xa3, 0x67, 0xff, 0xe1, 0xa3, 0x65, 0xff, 0xe1, 0x9f, 0x63, 0xff, 0xe1, 0x9d, 0x61, 0xff, 0xe0, 0x9d, 0x61, 0xff, 0xe1, 0x9e, 0x62, 0xff, 0xde, 0x97, 0x5c, 0xff, 0xe0, 0x96, 0x5c, 0xff, 0xe1, 0x99, 0x5d, 0xff, 0xe1, 0x98, 0x5c, 0xff, 0xe1, 0x98, 0x5c, 0xff, 0xe1, 0x97, 0x5b, 0xff, 0xdf, 0x92, 0x57, 0xff, 0xdd, 0x98, 0x5a, 0xff, 0xe0, 0x9c, 0x5d, 0xff, 0xe1, 0x9c, 0x5b, 0xff, 0xe0, 0x9a, 0x5b, 0xff, 0xe0, 0x98, 0x59, 0xff, 0xe0, 0x99, 0x59, 0xff, 0xe1, 0x9a, 0x5b, 0xff, 0xdd, 0x93, 0x57, 0xff, 0xce, 0x88, 0x4c, 0xff, 0xb2, 0x75, 0x42, 0xff, 0xaf, 0x72, 0x41, 0xff, 0xa7, 0x6a, 0x3d, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa1, 0x63, 0x38, 0xff, 0x9f, 0x61, 0x38, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x97, 0x59, 0x33, 0xff, 0x96, 0x59, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x58, 0x32, 0xff, 0x93, 0x56, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x90, 0x56, 0x31, 0xff, 0x91, 0x55, 0x32, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x90, 0x55, 0x31, 0xff, 0x92, 0x56, 0x33, 0xff, 0x8a, 0x4e, 0x28, 0xff, - 0x87, 0x4d, 0x27, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x86, 0x4c, 0x27, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x88, 0x4b, 0x27, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x89, 0x4f, 0x27, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x8c, 0x4f, 0x29, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x90, 0x53, 0x29, 0xff, 0x90, 0x52, 0x2b, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x96, 0x58, 0x30, 0xff, 0x98, 0x59, 0x31, 0xff, 0x98, 0x5a, 0x31, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa2, 0x63, 0x36, 0xff, 0xa5, 0x64, 0x37, 0xff, 0xa8, 0x67, 0x38, 0xff, 0xaa, 0x6a, 0x39, 0xff, 0xac, 0x6d, 0x3a, 0xff, 0xb1, 0x71, 0x3d, 0xff, 0xb8, 0x78, 0x41, 0xff, 0xba, 0x7a, 0x43, 0xff, 0xbd, 0x7d, 0x45, 0xff, 0xc1, 0x80, 0x48, 0xff, 0xc3, 0x83, 0x49, 0xff, 0xc6, 0x84, 0x4a, 0xff, 0xca, 0x89, 0x4e, 0xff, 0xce, 0x8c, 0x51, 0xff, 0xc3, 0x87, 0x4e, 0xff, 0xc7, 0x8c, 0x52, 0xff, 0xcb, 0x8e, 0x53, 0xff, 0xd0, 0x92, 0x55, 0xff, 0xd8, 0x94, 0x58, 0xff, 0xde, 0x96, 0x5a, 0xff, 0xe0, 0x99, 0x5b, 0xff, 0xe0, 0x9b, 0x5c, 0xff, 0xe0, 0xa5, 0x64, 0xff, 0xde, 0xa4, 0x67, 0xff, 0xdd, 0x9b, 0x61, 0xff, 0xde, 0xa0, 0x63, 0xff, 0xdd, 0xa0, 0x68, 0xff, 0xda, 0x9f, 0x6c, 0xff, 0xd8, 0x9f, 0x70, 0xff, 0xd7, 0x9f, 0x74, 0xff, 0xda, 0x9f, 0x76, 0xff, 0xdb, 0xa0, 0x72, 0xff, 0xe0, 0xa4, 0x71, 0xff, 0xe1, 0xa7, 0x72, 0xff, 0xe1, 0xac, 0x72, 0xff, 0xe1, 0xb6, 0x75, 0xff, 0xe1, 0xc3, 0x79, 0xff, 0xd9, 0xc9, 0x7b, 0xff, 0xd7, 0xc9, 0x80, 0xff, 0xda, 0xc9, 0x87, 0xff, 0xdc, 0xc9, 0x8f, 0xff, 0xdf, 0xca, 0x96, 0xff, 0xe0, 0xca, 0x9b, 0xff, 0xde, 0xca, 0x9b, 0xff, 0xdd, 0xca, 0x97, 0xff, 0xde, 0xca, 0x92, 0xff, 0xdc, 0xca, 0x8e, 0xff, 0xda, 0xca, 0x84, 0xff, 0xde, 0xc7, 0x7c, 0xff, 0xde, 0xbd, 0x75, 0xff, 0xdc, 0xb1, 0x6e, 0xff, 0xdd, 0xa7, 0x68, 0xff, 0xdb, 0x9e, 0x61, 0xff, 0xd8, 0x9b, 0x5e, 0xff, 0xd3, 0x97, 0x58, 0xff, 0xcb, 0x91, 0x4f, 0xff, 0xc0, 0x88, 0x4c, 0xff, 0xbc, 0x82, 0x47, 0xff, 0xba, 0x80, 0x41, 0xff, 0xb9, 0x7e, 0x3c, 0xff, 0xb7, 0x7a, 0x37, 0xff, 0xb4, 0x79, 0x34, 0xff, 0xb3, 0x77, 0x34, 0xff, 0xb2, 0x77, 0x34, 0xff, 0xb0, 0x75, 0x34, 0xff, 0xae, 0x71, 0x33, 0xff, 0xad, 0x71, 0x33, 0xff, 0xad, 0x70, 0x32, 0xff, 0xa7, 0x69, 0x32, 0xff, 0x99, 0x5d, 0x32, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x98, 0x5c, 0x35, 0xff, 0x99, 0x5f, 0x35, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa6, 0x6c, 0x3e, 0xff, 0xaa, 0x72, 0x42, 0xff, 0xad, 0x78, 0x45, 0xff, 0xad, 0x78, 0x45, 0xff, 0xaf, 0x7a, 0x46, 0xff, 0xaf, 0x78, 0x45, 0xff, 0xb0, 0x79, 0x44, 0xff, 0xb2, 0x7b, 0x44, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa5, 0x6a, 0x39, 0xff, 0xa7, 0x6d, 0x3b, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xac, 0x70, 0x3d, 0xff, 0xac, 0x72, 0x40, 0xff, 0xae, 0x74, 0x41, 0xff, 0xaf, 0x75, 0x40, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb2, 0x76, 0x42, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb5, 0x7d, 0x45, 0xff, 0xb6, 0x7e, 0x47, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xba, 0x82, 0x4c, 0xff, 0xbb, 0x86, 0x4f, 0xff, 0xbd, 0x89, 0x52, 0xff, 0xc0, 0x8b, 0x55, 0xff, 0xc3, 0x8d, 0x57, 0xff, 0xc7, 0x90, 0x5a, 0xff, 0xcc, 0x92, 0x5b, 0xff, 0xd1, 0x93, 0x5b, 0xff, 0xd8, 0x94, 0x5b, 0xff, 0xdf, 0x99, 0x5d, 0xff, 0xe0, 0x9d, 0x60, 0xff, 0xe0, 0x9f, 0x5f, 0xff, 0xdf, 0xa2, 0x5f, 0xff, 0xe0, 0xa5, 0x61, 0xff, 0xe0, 0xaa, 0x67, 0xff, 0xe1, 0xb5, 0x6b, 0xff, 0xe2, 0xc2, 0x6f, 0xff, 0xdb, 0xc8, 0x78, 0xff, 0xd8, 0xc9, 0x80, 0xff, 0xdb, 0xc9, 0x89, 0xff, 0xdc, 0xca, 0x91, 0xff, 0xdd, 0xca, 0x96, 0xff, 0xe0, 0xca, 0x9c, 0xff, 0xdf, 0xca, 0x9e, 0xff, 0xe0, 0xca, 0x9d, 0xff, 0xde, 0xca, 0x99, 0xff, 0xdd, 0xca, 0x92, 0xff, 0xdc, 0xca, 0x8b, 0xff, 0xd9, 0xca, 0x84, 0xff, 0xda, 0xc9, 0x7f, 0xff, 0xde, 0xc6, 0x77, 0xff, 0xe0, 0xbf, 0x72, 0xff, 0xe1, 0xb5, 0x6d, 0xff, 0xe1, 0xae, 0x6c, 0xff, 0xe0, 0xac, 0x6b, 0xff, 0xe1, 0xab, 0x69, 0xff, 0xe1, 0xa9, 0x69, 0xff, 0xe1, 0xa7, 0x69, 0xff, 0xe0, 0xa6, 0x69, 0xff, 0xe0, 0xa6, 0x69, 0xff, 0xe1, 0xa4, 0x68, 0xff, 0xe1, 0xa1, 0x66, 0xff, 0xe1, 0x9f, 0x63, 0xff, 0xe1, 0x9d, 0x62, 0xff, 0xe1, 0x9d, 0x62, 0xff, 0xe1, 0x9c, 0x61, 0xff, 0xe0, 0x99, 0x5e, 0xff, 0xe0, 0x97, 0x5b, 0xff, 0xe0, 0x98, 0x5c, 0xff, 0xe0, 0x98, 0x5c, 0xff, 0xdf, 0x9b, 0x5d, 0xff, 0xe0, 0x9f, 0x5d, 0xff, 0xe0, 0x9e, 0x5e, 0xff, 0xe0, 0x9b, 0x5c, 0xff, 0xe0, 0x9b, 0x5d, 0xff, 0xde, 0x9a, 0x5b, 0xff, 0xe1, 0x98, 0x59, 0xff, 0xe0, 0x97, 0x58, 0xff, 0xe0, 0x96, 0x58, 0xff, 0xe3, 0x96, 0x59, 0xff, 0xc2, 0x84, 0x4e, 0xff, 0xb1, 0x74, 0x43, 0xff, 0xb1, 0x75, 0x44, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x97, 0x59, 0x33, 0xff, 0x95, 0x59, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x58, 0x32, 0xff, 0x94, 0x58, 0x32, 0xff, 0x95, 0x59, 0x33, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x95, 0x59, 0x33, 0xff, 0x94, 0x59, 0x33, 0xff, 0x93, 0x56, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x91, 0x56, 0x32, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x88, 0x4d, 0x28, 0xff, - 0x84, 0x4a, 0x25, 0xff, 0x85, 0x4b, 0x26, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x85, 0x4a, 0x27, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x87, 0x4b, 0x26, 0xff, 0x88, 0x4b, 0x26, 0xff, 0x89, 0x4d, 0x26, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x8c, 0x4f, 0x2a, 0xff, 0x8d, 0x51, 0x2b, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x92, 0x55, 0x2e, 0xff, 0x94, 0x56, 0x2f, 0xff, 0x96, 0x58, 0x30, 0xff, 0x98, 0x58, 0x31, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0xa0, 0x60, 0x33, 0xff, 0xa3, 0x62, 0x36, 0xff, 0xa6, 0x66, 0x37, 0xff, 0xa9, 0x6a, 0x39, 0xff, 0xab, 0x6c, 0x3a, 0xff, 0xb0, 0x6f, 0x3c, 0xff, 0xb5, 0x74, 0x3e, 0xff, 0xb9, 0x78, 0x41, 0xff, 0xbd, 0x7c, 0x44, 0xff, 0xc0, 0x7e, 0x45, 0xff, 0xc5, 0x82, 0x49, 0xff, 0xc7, 0x84, 0x4b, 0xff, 0xc9, 0x87, 0x4d, 0xff, 0xcd, 0x8b, 0x4f, 0xff, 0xc5, 0x87, 0x4b, 0xff, 0xc3, 0x88, 0x4c, 0xff, 0xc8, 0x8d, 0x50, 0xff, 0xce, 0x90, 0x55, 0xff, 0xd4, 0x95, 0x57, 0xff, 0xdb, 0x98, 0x59, 0xff, 0xe0, 0x9a, 0x5b, 0xff, 0xe0, 0x9b, 0x5b, 0xff, 0xdf, 0x9e, 0x5f, 0xff, 0xe0, 0xa5, 0x68, 0xff, 0xdf, 0x9f, 0x65, 0xff, 0xe1, 0x9e, 0x62, 0xff, 0xe0, 0xa2, 0x66, 0xff, 0xde, 0xa2, 0x6b, 0xff, 0xdd, 0xa1, 0x6e, 0xff, 0xdc, 0xa0, 0x71, 0xff, 0xdc, 0xa1, 0x74, 0xff, 0xdf, 0xa1, 0x76, 0xff, 0xe0, 0xa4, 0x75, 0xff, 0xe1, 0xa7, 0x73, 0xff, 0xe0, 0xad, 0x72, 0xff, 0xe1, 0xb5, 0x75, 0xff, 0xdf, 0xc1, 0x78, 0xff, 0xd8, 0xcc, 0x7d, 0xff, 0xd9, 0xca, 0x80, 0xff, 0xdb, 0xcb, 0x88, 0xff, 0xdd, 0xc9, 0x92, 0xff, 0xe0, 0xca, 0xa0, 0xff, 0xe0, 0xca, 0xad, 0xff, 0xe1, 0xca, 0xb1, 0xff, 0xe1, 0xca, 0xb0, 0xff, 0xe1, 0xcb, 0xad, 0xff, 0xdf, 0xcb, 0xa3, 0xff, 0xde, 0xca, 0x94, 0xff, 0xdb, 0xcb, 0x8d, 0xff, 0xd9, 0xc9, 0x85, 0xff, 0xde, 0xc4, 0x7a, 0xff, 0xdf, 0xb4, 0x6e, 0xff, 0xdc, 0xa9, 0x69, 0xff, 0xdc, 0xa0, 0x61, 0xff, 0xd9, 0x9a, 0x58, 0xff, 0xd0, 0x91, 0x51, 0xff, 0xc3, 0x88, 0x45, 0xff, 0xbe, 0x83, 0x3d, 0xff, 0xbd, 0x81, 0x39, 0xff, 0xb9, 0x7f, 0x38, 0xff, 0xb9, 0x7d, 0x37, 0xff, 0xb8, 0x7a, 0x36, 0xff, 0xb7, 0x7b, 0x36, 0xff, 0xb5, 0x7a, 0x36, 0xff, 0xb2, 0x76, 0x34, 0xff, 0xb0, 0x74, 0x33, 0xff, 0xb0, 0x74, 0x33, 0xff, 0xa9, 0x6c, 0x34, 0xff, 0x9c, 0x61, 0x33, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x99, 0x5f, 0x36, 0xff, 0x9a, 0x5f, 0x36, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x9a, 0x5f, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa4, 0x68, 0x3c, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xab, 0x75, 0x41, 0xff, 0xab, 0x75, 0x42, 0xff, 0xac, 0x76, 0x44, 0xff, 0xad, 0x77, 0x43, 0xff, 0xaf, 0x78, 0x44, 0xff, 0xb0, 0x78, 0x44, 0xff, 0xad, 0x75, 0x42, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa2, 0x66, 0x37, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x72, 0x3f, 0xff, 0xad, 0x73, 0x40, 0xff, 0xae, 0x73, 0x41, 0xff, 0xae, 0x74, 0x40, 0xff, 0xb1, 0x76, 0x42, 0xff, 0xb3, 0x77, 0x42, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb5, 0x7b, 0x44, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xba, 0x83, 0x4c, 0xff, 0xbb, 0x85, 0x4f, 0xff, 0xbc, 0x87, 0x50, 0xff, 0xbf, 0x8a, 0x53, 0xff, 0xc3, 0x8d, 0x55, 0xff, 0xc7, 0x8f, 0x57, 0xff, 0xcd, 0x92, 0x5a, 0xff, 0xd4, 0x95, 0x5d, 0xff, 0xdc, 0x99, 0x5f, 0xff, 0xe0, 0x9d, 0x60, 0xff, 0xe0, 0x9f, 0x61, 0xff, 0xdf, 0xa1, 0x61, 0xff, 0xe0, 0xa3, 0x61, 0xff, 0xe0, 0xab, 0x66, 0xff, 0xe0, 0xb2, 0x6a, 0xff, 0xe1, 0xc2, 0x71, 0xff, 0xd9, 0xca, 0x78, 0xff, 0xd8, 0xca, 0x81, 0xff, 0xdd, 0xca, 0x8b, 0xff, 0xdf, 0xcb, 0x95, 0xff, 0xe0, 0xca, 0xa0, 0xff, 0xe1, 0xca, 0xa9, 0xff, 0xe1, 0xca, 0xad, 0xff, 0xe1, 0xca, 0xae, 0xff, 0xe1, 0xca, 0xab, 0xff, 0xe1, 0xca, 0xa3, 0xff, 0xde, 0xca, 0x98, 0xff, 0xdc, 0xca, 0x90, 0xff, 0xd9, 0xc9, 0x89, 0xff, 0xd8, 0xca, 0x80, 0xff, 0xde, 0xc7, 0x7a, 0xff, 0xe0, 0xc0, 0x74, 0xff, 0xe1, 0xba, 0x70, 0xff, 0xe0, 0xb5, 0x6e, 0xff, 0xe2, 0xaf, 0x6c, 0xff, 0xe1, 0xaa, 0x6a, 0xff, 0xe1, 0xab, 0x6b, 0xff, 0xe1, 0xad, 0x6a, 0xff, 0xe1, 0xab, 0x6a, 0xff, 0xe0, 0xa6, 0x69, 0xff, 0xe1, 0xa5, 0x68, 0xff, 0xe1, 0xa2, 0x66, 0xff, 0xe1, 0x9f, 0x63, 0xff, 0xe1, 0x9c, 0x61, 0xff, 0xe0, 0x9a, 0x60, 0xff, 0xe0, 0x9b, 0x60, 0xff, 0xe0, 0x9b, 0x5e, 0xff, 0xe0, 0x9d, 0x5d, 0xff, 0xe0, 0x9e, 0x60, 0xff, 0xe0, 0xa0, 0x5f, 0xff, 0xe0, 0x9f, 0x5e, 0xff, 0xe0, 0x9c, 0x5e, 0xff, 0xe0, 0x9b, 0x5d, 0xff, 0xe0, 0x99, 0x5d, 0xff, 0xe0, 0x99, 0x5b, 0xff, 0xe1, 0x96, 0x59, 0xff, 0xe0, 0x98, 0x58, 0xff, 0xe0, 0x95, 0x57, 0xff, 0xe4, 0x96, 0x5a, 0xff, 0xb9, 0x7b, 0x49, 0xff, 0xb4, 0x77, 0x46, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xae, 0x71, 0x42, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x98, 0x5c, 0x35, 0xff, 0x98, 0x5a, 0x35, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x93, 0x57, 0x33, 0xff, 0x92, 0x56, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x91, 0x56, 0x33, 0xff, 0x8c, 0x50, 0x2a, 0xff, 0x86, 0x4c, 0x27, 0xff, 0x86, 0x4b, 0x26, 0xff, 0x86, 0x4c, 0x25, 0xff, - 0x82, 0x4a, 0x25, 0xff, 0x82, 0x49, 0x22, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x84, 0x4a, 0x26, 0xff, 0x83, 0x48, 0x24, 0xff, 0x84, 0x4a, 0x26, 0xff, 0x85, 0x4a, 0x25, 0xff, 0x85, 0x4b, 0x23, 0xff, 0x84, 0x48, 0x21, 0xff, 0x86, 0x48, 0x23, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x95, 0x58, 0x31, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x9d, 0x60, 0x37, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa5, 0x68, 0x3c, 0xff, 0xa7, 0x69, 0x3e, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xaa, 0x6c, 0x3b, 0xff, 0xa5, 0x66, 0x37, 0xff, 0xa5, 0x64, 0x35, 0xff, 0xa3, 0x62, 0x34, 0xff, 0xaa, 0x68, 0x37, 0xff, 0xae, 0x6f, 0x3b, 0xff, 0xb4, 0x74, 0x3f, 0xff, 0xb8, 0x77, 0x41, 0xff, 0xbb, 0x7a, 0x44, 0xff, 0xbf, 0x7e, 0x45, 0xff, 0xc0, 0x7f, 0x46, 0xff, 0xc5, 0x82, 0x49, 0xff, 0xc7, 0x86, 0x4a, 0xff, 0xca, 0x8b, 0x4e, 0xff, 0xca, 0x8c, 0x50, 0xff, 0xce, 0x8d, 0x50, 0xff, 0xcd, 0x8d, 0x50, 0xff, 0xca, 0x8e, 0x50, 0xff, 0xcf, 0x93, 0x54, 0xff, 0xd8, 0x97, 0x57, 0xff, 0xdf, 0x9b, 0x59, 0xff, 0xe0, 0x9e, 0x5d, 0xff, 0xe1, 0xa2, 0x61, 0xff, 0xe1, 0xa4, 0x63, 0xff, 0xe1, 0xaa, 0x68, 0xff, 0xdf, 0x9f, 0x63, 0xff, 0xe1, 0xa2, 0x66, 0xff, 0xe0, 0xa3, 0x69, 0xff, 0xe2, 0xa3, 0x6b, 0xff, 0xe0, 0xa2, 0x6e, 0xff, 0xdf, 0xa3, 0x71, 0xff, 0xdf, 0xa3, 0x72, 0xff, 0xe0, 0xa4, 0x74, 0xff, 0xe2, 0xa7, 0x76, 0xff, 0xe2, 0xa9, 0x76, 0xff, 0xe2, 0xb2, 0x75, 0xff, 0xe0, 0xc2, 0x74, 0xff, 0xdb, 0xc9, 0x78, 0xff, 0xd7, 0xc8, 0x80, 0xff, 0xdb, 0xca, 0x89, 0xff, 0xde, 0xcb, 0x93, 0xff, 0xe1, 0xca, 0xa4, 0xff, 0xe2, 0xca, 0xb3, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb3, 0xff, 0xe2, 0xca, 0xae, 0xff, 0xdf, 0xcb, 0xa4, 0xff, 0xdd, 0xca, 0x97, 0xff, 0xdb, 0xca, 0x86, 0xff, 0xda, 0xc2, 0x76, 0xff, 0xdd, 0xb0, 0x6a, 0xff, 0xdc, 0xa4, 0x5f, 0xff, 0xdd, 0x9f, 0x58, 0xff, 0xd7, 0x97, 0x4f, 0xff, 0xca, 0x8b, 0x43, 0xff, 0xc3, 0x85, 0x3b, 0xff, 0xbf, 0x83, 0x39, 0xff, 0xbe, 0x81, 0x39, 0xff, 0xbd, 0x80, 0x3a, 0xff, 0xbb, 0x7f, 0x39, 0xff, 0xb9, 0x7e, 0x38, 0xff, 0xb7, 0x7b, 0x37, 0xff, 0xb4, 0x78, 0x36, 0xff, 0xb3, 0x79, 0x36, 0xff, 0xb0, 0x74, 0x35, 0xff, 0xa3, 0x66, 0x34, 0xff, 0x9a, 0x5f, 0x33, 0xff, 0x9b, 0x5f, 0x34, 0xff, 0x9a, 0x60, 0x35, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9e, 0x64, 0x38, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa8, 0x70, 0x3f, 0xff, 0xa9, 0x73, 0x41, 0xff, 0xaa, 0x73, 0x41, 0xff, 0xac, 0x75, 0x42, 0xff, 0xac, 0x75, 0x43, 0xff, 0xaf, 0x78, 0x44, 0xff, 0xaa, 0x73, 0x40, 0xff, 0xa1, 0x67, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa5, 0x6a, 0x3a, 0xff, 0xa6, 0x6c, 0x3a, 0xff, 0xa9, 0x6d, 0x3b, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xab, 0x72, 0x3e, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xad, 0x74, 0x40, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xb0, 0x74, 0x42, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb5, 0x7b, 0x44, 0xff, 0xb5, 0x7d, 0x47, 0xff, 0xb7, 0x7f, 0x49, 0xff, 0xb9, 0x81, 0x4a, 0xff, 0xbc, 0x84, 0x4d, 0xff, 0xbd, 0x86, 0x50, 0xff, 0xbe, 0x87, 0x51, 0xff, 0xbf, 0x87, 0x51, 0xff, 0xc2, 0x8a, 0x53, 0xff, 0xc8, 0x8d, 0x56, 0xff, 0xce, 0x90, 0x58, 0xff, 0xd9, 0x95, 0x5b, 0xff, 0xdf, 0x99, 0x5f, 0xff, 0xe0, 0x9c, 0x5e, 0xff, 0xe1, 0x9f, 0x61, 0xff, 0xe0, 0xa5, 0x65, 0xff, 0xe1, 0xb1, 0x6a, 0xff, 0xe2, 0xc1, 0x72, 0xff, 0xda, 0xc9, 0x79, 0xff, 0xd9, 0xca, 0x82, 0xff, 0xda, 0xca, 0x8b, 0xff, 0xde, 0xca, 0x95, 0xff, 0xe0, 0xcb, 0xa3, 0xff, 0xe1, 0xcb, 0xaf, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe1, 0xca, 0xb4, 0xff, 0xe1, 0xca, 0xb3, 0xff, 0xe1, 0xca, 0xb4, 0xff, 0xe0, 0xcb, 0xab, 0xff, 0xdf, 0xca, 0x9c, 0xff, 0xdc, 0xca, 0x92, 0xff, 0xdb, 0xca, 0x89, 0xff, 0xda, 0xca, 0x83, 0xff, 0xde, 0xca, 0x7c, 0xff, 0xe0, 0xc5, 0x77, 0xff, 0xe1, 0xbc, 0x72, 0xff, 0xe0, 0xb9, 0x6f, 0xff, 0xe2, 0xb4, 0x6e, 0xff, 0xdf, 0xad, 0x6c, 0xff, 0xdf, 0xac, 0x69, 0xff, 0xe0, 0xaa, 0x6a, 0xff, 0xe1, 0xaa, 0x6b, 0xff, 0xe1, 0xa7, 0x6a, 0xff, 0xdf, 0xa3, 0x67, 0xff, 0xde, 0xa1, 0x66, 0xff, 0xe0, 0xa1, 0x65, 0xff, 0xe1, 0xa1, 0x65, 0xff, 0xe1, 0x9f, 0x63, 0xff, 0xe1, 0x9f, 0x62, 0xff, 0xe0, 0x9d, 0x5f, 0xff, 0xe0, 0x9e, 0x5e, 0xff, 0xe1, 0x9c, 0x5e, 0xff, 0xe0, 0x9e, 0x5d, 0xff, 0xe0, 0x9c, 0x5d, 0xff, 0xe0, 0x9c, 0x5d, 0xff, 0xe0, 0x9a, 0x5b, 0xff, 0xe1, 0x98, 0x5c, 0xff, 0xdf, 0x98, 0x5b, 0xff, 0xe1, 0x96, 0x5a, 0xff, 0xe2, 0x95, 0x58, 0xff, 0xdc, 0x93, 0x58, 0xff, 0xb8, 0x7a, 0x46, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb4, 0x76, 0x46, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xaa, 0x6d, 0x3e, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xa8, 0x6b, 0x3e, 0xff, 0xa8, 0x6b, 0x3d, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x38, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x95, 0x58, 0x33, 0xff, 0x94, 0x57, 0x33, 0xff, 0x93, 0x58, 0x33, 0xff, 0x90, 0x55, 0x30, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x84, 0x49, 0x26, 0xff, 0x83, 0x4a, 0x26, 0xff, 0x83, 0x4a, 0x26, 0xff, - 0x80, 0x48, 0x22, 0xff, 0x81, 0x48, 0x22, 0xff, 0x83, 0x48, 0x23, 0xff, 0x81, 0x49, 0x23, 0xff, 0x88, 0x4d, 0x27, 0xff, 0x8b, 0x51, 0x2c, 0xff, 0x92, 0x55, 0x32, 0xff, 0x9a, 0x5e, 0x37, 0xff, 0xa3, 0x68, 0x3d, 0xff, 0xa7, 0x6b, 0x41, 0xff, 0xa6, 0x6a, 0x3e, 0xff, 0xa6, 0x68, 0x3d, 0xff, 0xa6, 0x68, 0x3e, 0xff, 0xa6, 0x68, 0x3d, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xaa, 0x6b, 0x40, 0xff, 0xac, 0x6e, 0x41, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xae, 0x70, 0x42, 0xff, 0xaf, 0x71, 0x43, 0xff, 0xb2, 0x75, 0x45, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xbc, 0x7e, 0x4d, 0xff, 0xbe, 0x80, 0x4f, 0xff, 0xbb, 0x7c, 0x4a, 0xff, 0xba, 0x7b, 0x49, 0xff, 0xba, 0x7b, 0x46, 0xff, 0xbc, 0x7d, 0x47, 0xff, 0xbd, 0x7c, 0x46, 0xff, 0xbe, 0x7e, 0x47, 0xff, 0xc0, 0x7f, 0x47, 0xff, 0xc2, 0x80, 0x46, 0xff, 0xc7, 0x83, 0x47, 0xff, 0xc9, 0x89, 0x4c, 0xff, 0xca, 0x8c, 0x4e, 0xff, 0xcb, 0x8b, 0x50, 0xff, 0xd1, 0x90, 0x53, 0xff, 0xd6, 0x93, 0x56, 0xff, 0xd5, 0x93, 0x54, 0xff, 0xd7, 0x94, 0x56, 0xff, 0xdc, 0x98, 0x58, 0xff, 0xe0, 0x9c, 0x5c, 0xff, 0xe1, 0xa2, 0x5f, 0xff, 0xe0, 0xa6, 0x65, 0xff, 0xdf, 0xa8, 0x67, 0xff, 0xdf, 0xa9, 0x6a, 0xff, 0xdf, 0xa3, 0x67, 0xff, 0xe0, 0xa5, 0x6a, 0xff, 0xe1, 0xa7, 0x6a, 0xff, 0xe2, 0xa6, 0x6b, 0xff, 0xe2, 0xa5, 0x6c, 0xff, 0xe2, 0xa5, 0x6f, 0xff, 0xe2, 0xa6, 0x71, 0xff, 0xe2, 0xa8, 0x73, 0xff, 0xe2, 0xab, 0x76, 0xff, 0xe2, 0xb0, 0x76, 0xff, 0xe0, 0xbc, 0x75, 0xff, 0xdf, 0xc4, 0x75, 0xff, 0xda, 0xc9, 0x7c, 0xff, 0xd9, 0xca, 0x83, 0xff, 0xdd, 0xca, 0x8d, 0xff, 0xdf, 0xcb, 0x98, 0xff, 0xe0, 0xca, 0xa9, 0xff, 0xe2, 0xcb, 0xb5, 0xff, 0xe2, 0xcb, 0xb5, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb2, 0xff, 0xe0, 0xca, 0xa5, 0xff, 0xdc, 0xc9, 0x8e, 0xff, 0xd9, 0xc5, 0x73, 0xff, 0xdc, 0xb8, 0x66, 0xff, 0xdd, 0xa9, 0x5a, 0xff, 0xdc, 0xa4, 0x54, 0xff, 0xd7, 0x97, 0x4c, 0xff, 0xcf, 0x8d, 0x42, 0xff, 0xcb, 0x89, 0x40, 0xff, 0xc6, 0x87, 0x3e, 0xff, 0xc2, 0x85, 0x3c, 0xff, 0xbf, 0x82, 0x3a, 0xff, 0xbd, 0x80, 0x38, 0xff, 0xbb, 0x7d, 0x38, 0xff, 0xb8, 0x7c, 0x37, 0xff, 0xb6, 0x7b, 0x37, 0xff, 0xb4, 0x78, 0x35, 0xff, 0xa8, 0x6a, 0x34, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9d, 0x60, 0x35, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9a, 0x5f, 0x37, 0xff, 0x9a, 0x5f, 0x37, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0xa2, 0x66, 0x3b, 0xff, 0xa5, 0x6d, 0x3e, 0xff, 0xa9, 0x71, 0x41, 0xff, 0xa9, 0x72, 0x41, 0xff, 0xa9, 0x74, 0x41, 0xff, 0xab, 0x75, 0x41, 0xff, 0xad, 0x76, 0x42, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9e, 0x63, 0x37, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa7, 0x6c, 0x3a, 0xff, 0xa8, 0x6d, 0x3b, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xac, 0x73, 0x40, 0xff, 0xae, 0x74, 0x41, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb4, 0x7a, 0x44, 0xff, 0xb5, 0x7a, 0x45, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb7, 0x7c, 0x47, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb9, 0x80, 0x49, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xc0, 0x87, 0x50, 0xff, 0xc3, 0x8a, 0x53, 0xff, 0xca, 0x8e, 0x55, 0xff, 0xd1, 0x91, 0x57, 0xff, 0xda, 0x95, 0x5a, 0xff, 0xdf, 0x99, 0x5d, 0xff, 0xdf, 0x9e, 0x60, 0xff, 0xe0, 0xa5, 0x64, 0xff, 0xe1, 0xad, 0x67, 0xff, 0xe1, 0xbc, 0x6f, 0xff, 0xde, 0xc9, 0x77, 0xff, 0xd9, 0xcb, 0x7f, 0xff, 0xd9, 0xca, 0x88, 0xff, 0xdd, 0xca, 0x93, 0xff, 0xdf, 0xc9, 0xa0, 0xff, 0xe2, 0xca, 0xaf, 0xff, 0xe1, 0xca, 0xb4, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb5, 0xff, 0xe1, 0xcb, 0xaa, 0xff, 0xe0, 0xcb, 0x9b, 0xff, 0xdb, 0xca, 0x91, 0xff, 0xda, 0xcb, 0x8a, 0xff, 0xd7, 0xca, 0x83, 0xff, 0xdb, 0xc9, 0x7d, 0xff, 0xdf, 0xc6, 0x77, 0xff, 0xe2, 0xc0, 0x73, 0xff, 0xe1, 0xbb, 0x70, 0xff, 0xe0, 0xb4, 0x6f, 0xff, 0xe2, 0xaf, 0x6e, 0xff, 0xe1, 0xb0, 0x6d, 0xff, 0xdf, 0xb0, 0x6d, 0xff, 0xdf, 0xb1, 0x6d, 0xff, 0xe0, 0xb9, 0x70, 0xff, 0xe1, 0xb9, 0x6f, 0xff, 0xe0, 0xaf, 0x6c, 0xff, 0xdf, 0xa5, 0x68, 0xff, 0xe1, 0xa2, 0x65, 0xff, 0xe1, 0x9f, 0x63, 0xff, 0xe0, 0x9c, 0x62, 0xff, 0xe1, 0x9c, 0x5f, 0xff, 0xe0, 0x9a, 0x5d, 0xff, 0xe0, 0x9b, 0x5b, 0xff, 0xe0, 0x99, 0x5b, 0xff, 0xe1, 0x9a, 0x5b, 0xff, 0xe0, 0x9a, 0x5c, 0xff, 0xe1, 0x99, 0x5b, 0xff, 0xe1, 0x96, 0x5b, 0xff, 0xe1, 0x97, 0x59, 0xff, 0xe4, 0x99, 0x5b, 0xff, 0xc2, 0x84, 0x4d, 0xff, 0xb5, 0x78, 0x47, 0xff, 0xb5, 0x77, 0x47, 0xff, 0xb3, 0x76, 0x46, 0xff, 0xb2, 0x77, 0x45, 0xff, 0xb1, 0x74, 0x44, 0xff, 0xac, 0x6f, 0x41, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xa7, 0x69, 0x3b, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa1, 0x62, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x60, 0x37, 0xff, 0x9f, 0x60, 0x37, 0xff, 0x9f, 0x61, 0x38, 0xff, 0xa0, 0x61, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa0, 0x62, 0x39, 0xff, 0xa1, 0x63, 0x3a, 0xff, 0xa1, 0x64, 0x3a, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9a, 0x5e, 0x37, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x96, 0x59, 0x33, 0xff, 0x95, 0x59, 0x34, 0xff, 0x93, 0x58, 0x32, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x86, 0x4c, 0x26, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x83, 0x49, 0x25, 0xff, 0x82, 0x48, 0x23, 0xff, 0x82, 0x48, 0x23, 0xff, - 0x88, 0x50, 0x28, 0xff, 0x8a, 0x4f, 0x28, 0xff, 0x95, 0x58, 0x32, 0xff, 0x9e, 0x61, 0x3a, 0xff, 0xa0, 0x63, 0x3b, 0xff, 0x9e, 0x61, 0x38, 0xff, 0x9e, 0x61, 0x38, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9f, 0x62, 0x38, 0xff, 0xa0, 0x62, 0x39, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa5, 0x67, 0x3b, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xa9, 0x6b, 0x3d, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xad, 0x6f, 0x41, 0xff, 0xb0, 0x71, 0x43, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb6, 0x76, 0x46, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xba, 0x7b, 0x4a, 0xff, 0xc0, 0x81, 0x4d, 0xff, 0xcc, 0x88, 0x51, 0xff, 0xd2, 0x8b, 0x53, 0xff, 0xd6, 0x8f, 0x57, 0xff, 0xd5, 0x8e, 0x56, 0xff, 0xcd, 0x8a, 0x50, 0xff, 0xcb, 0x88, 0x4e, 0xff, 0xc9, 0x87, 0x4c, 0xff, 0xc8, 0x85, 0x4a, 0xff, 0xc7, 0x88, 0x4c, 0xff, 0xcb, 0x8b, 0x51, 0xff, 0xcf, 0x8e, 0x54, 0xff, 0xd2, 0x91, 0x56, 0xff, 0xd8, 0x95, 0x56, 0xff, 0xdf, 0x97, 0x58, 0xff, 0xdc, 0x98, 0x58, 0xff, 0xdf, 0x9a, 0x59, 0xff, 0xe0, 0x9f, 0x5b, 0xff, 0xe1, 0xa3, 0x61, 0xff, 0xe1, 0xaa, 0x67, 0xff, 0xe0, 0xac, 0x69, 0xff, 0xe1, 0xac, 0x6b, 0xff, 0xe0, 0xa5, 0x69, 0xff, 0xe1, 0xa7, 0x69, 0xff, 0xe2, 0xa9, 0x69, 0xff, 0xe2, 0xa8, 0x6a, 0xff, 0xe2, 0xa7, 0x6b, 0xff, 0xe1, 0xa9, 0x6e, 0xff, 0xe1, 0xac, 0x71, 0xff, 0xe2, 0xaf, 0x74, 0xff, 0xe2, 0xb1, 0x75, 0xff, 0xe1, 0xb7, 0x75, 0xff, 0xe2, 0xc2, 0x75, 0xff, 0xde, 0xc7, 0x75, 0xff, 0xdb, 0xc8, 0x79, 0xff, 0xd9, 0xca, 0x81, 0xff, 0xdb, 0xca, 0x8c, 0xff, 0xdf, 0xcb, 0x99, 0xff, 0xe1, 0xcb, 0xaa, 0xff, 0xe2, 0xcb, 0xb5, 0xff, 0xe2, 0xcb, 0xb5, 0xff, 0xe2, 0xcb, 0xb5, 0xff, 0xe1, 0xcb, 0xb5, 0xff, 0xe2, 0xcb, 0xb3, 0xff, 0xe0, 0xcb, 0xa6, 0xff, 0xdb, 0xc9, 0x8f, 0xff, 0xd6, 0xc7, 0x75, 0xff, 0xde, 0xc1, 0x67, 0xff, 0xde, 0xaf, 0x5b, 0xff, 0xdc, 0xa3, 0x51, 0xff, 0xdd, 0x9b, 0x4c, 0xff, 0xdc, 0x93, 0x47, 0xff, 0xd6, 0x8f, 0x44, 0xff, 0xca, 0x8a, 0x3e, 0xff, 0xc7, 0x89, 0x3f, 0xff, 0xc2, 0x84, 0x3d, 0xff, 0xc0, 0x83, 0x3b, 0xff, 0xbf, 0x81, 0x39, 0xff, 0xbc, 0x80, 0x38, 0xff, 0xba, 0x7e, 0x37, 0xff, 0xb2, 0x75, 0x37, 0xff, 0xa2, 0x66, 0x36, 0xff, 0x9f, 0x63, 0x36, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9f, 0x64, 0x39, 0xff, 0x9f, 0x64, 0x3a, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa4, 0x6c, 0x3e, 0xff, 0xa7, 0x72, 0x41, 0xff, 0xa7, 0x70, 0x40, 0xff, 0xa8, 0x70, 0x41, 0xff, 0xaa, 0x73, 0x41, 0xff, 0xab, 0x74, 0x42, 0xff, 0xa5, 0x6e, 0x3f, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa7, 0x6a, 0x39, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xab, 0x73, 0x40, 0xff, 0xad, 0x74, 0x42, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb1, 0x76, 0x42, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xbc, 0x83, 0x4b, 0xff, 0xc0, 0x86, 0x4f, 0xff, 0xc5, 0x8a, 0x52, 0xff, 0xcd, 0x8f, 0x56, 0xff, 0xd5, 0x93, 0x58, 0xff, 0xdd, 0x99, 0x5a, 0xff, 0xe0, 0x9c, 0x5d, 0xff, 0xdf, 0x9f, 0x5b, 0xff, 0xdf, 0xa2, 0x5d, 0xff, 0xdf, 0xb0, 0x66, 0xff, 0xe0, 0xc2, 0x72, 0xff, 0xda, 0xca, 0x79, 0xff, 0xd7, 0xca, 0x81, 0xff, 0xdb, 0xcb, 0x8c, 0xff, 0xdd, 0xca, 0x97, 0xff, 0xe0, 0xca, 0xa6, 0xff, 0xe1, 0xca, 0xb0, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb4, 0xff, 0xe2, 0xcb, 0xb5, 0xff, 0xe1, 0xca, 0xb3, 0xff, 0xe2, 0xcb, 0xb3, 0xff, 0xe0, 0xca, 0xa7, 0xff, 0xde, 0xca, 0x98, 0xff, 0xdc, 0xca, 0x90, 0xff, 0xda, 0xca, 0x89, 0xff, 0xd7, 0xc9, 0x83, 0xff, 0xda, 0xc9, 0x7e, 0xff, 0xdc, 0xc9, 0x7b, 0xff, 0xdf, 0xc5, 0x7a, 0xff, 0xe0, 0xc0, 0x78, 0xff, 0xe1, 0xbf, 0x78, 0xff, 0xe1, 0xba, 0x77, 0xff, 0xe1, 0xb9, 0x76, 0xff, 0xe2, 0xbc, 0x74, 0xff, 0xe0, 0xb8, 0x73, 0xff, 0xe0, 0xb7, 0x71, 0xff, 0xe1, 0xb3, 0x6e, 0xff, 0xdf, 0xb8, 0x6e, 0xff, 0xe0, 0xab, 0x69, 0xff, 0xe1, 0xa5, 0x67, 0xff, 0xe0, 0x9e, 0x63, 0xff, 0xdf, 0x9d, 0x61, 0xff, 0xe0, 0x9c, 0x5f, 0xff, 0xe0, 0x9a, 0x5d, 0xff, 0xe1, 0x99, 0x5b, 0xff, 0xdf, 0x98, 0x5b, 0xff, 0xe1, 0x97, 0x5a, 0xff, 0xe0, 0x96, 0x59, 0xff, 0xe1, 0x97, 0x5a, 0xff, 0xe1, 0x97, 0x5a, 0xff, 0xe4, 0x99, 0x5b, 0xff, 0xbc, 0x7c, 0x49, 0xff, 0xb5, 0x79, 0x48, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xb4, 0x77, 0x47, 0xff, 0xb6, 0x79, 0x48, 0xff, 0xb6, 0x79, 0x47, 0xff, 0xaf, 0x72, 0x44, 0xff, 0xaa, 0x6e, 0x41, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xa8, 0x6b, 0x3d, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa0, 0x61, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x99, 0x5d, 0x36, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x98, 0x5c, 0x36, 0xff, 0x95, 0x59, 0x32, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x85, 0x4b, 0x27, 0xff, 0x84, 0x4a, 0x26, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x80, 0x48, 0x23, 0xff, 0x7e, 0x46, 0x21, 0xff, 0x7d, 0x45, 0x20, 0xff, 0x85, 0x4b, 0x27, 0xff, - 0x99, 0x5d, 0x36, 0xff, 0x9b, 0x5e, 0x37, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0xa0, 0x61, 0x38, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xa9, 0x6b, 0x3d, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xad, 0x6f, 0x3f, 0xff, 0xaf, 0x6f, 0x41, 0xff, 0xb2, 0x72, 0x43, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb9, 0x7b, 0x48, 0xff, 0xbd, 0x7e, 0x4a, 0xff, 0xc0, 0x81, 0x4d, 0xff, 0xc6, 0x84, 0x4f, 0xff, 0xcc, 0x86, 0x50, 0xff, 0xd1, 0x89, 0x52, 0xff, 0xd5, 0x8c, 0x54, 0xff, 0xd4, 0x8b, 0x55, 0xff, 0xd2, 0x8d, 0x54, 0xff, 0xd6, 0x8e, 0x56, 0xff, 0xd8, 0x8e, 0x55, 0xff, 0xd5, 0x8e, 0x53, 0xff, 0xcb, 0x8d, 0x50, 0xff, 0xcc, 0x8e, 0x55, 0xff, 0xcf, 0x90, 0x57, 0xff, 0xd5, 0x93, 0x56, 0xff, 0xda, 0x95, 0x57, 0xff, 0xdf, 0x98, 0x57, 0xff, 0xe1, 0x9a, 0x5a, 0xff, 0xe1, 0x9d, 0x5c, 0xff, 0xe1, 0xa0, 0x5e, 0xff, 0xe1, 0xa5, 0x64, 0xff, 0xe1, 0xad, 0x68, 0xff, 0xe1, 0xb3, 0x6a, 0xff, 0xdf, 0xad, 0x6b, 0xff, 0xe0, 0xa9, 0x6a, 0xff, 0xe0, 0xaa, 0x6a, 0xff, 0xe1, 0xab, 0x69, 0xff, 0xe2, 0xac, 0x6a, 0xff, 0xe2, 0xab, 0x6b, 0xff, 0xe1, 0xaa, 0x6d, 0xff, 0xe0, 0xb0, 0x72, 0xff, 0xe2, 0xb4, 0x72, 0xff, 0xe2, 0xb8, 0x73, 0xff, 0xe2, 0xbc, 0x72, 0xff, 0xe1, 0xc3, 0x73, 0xff, 0xe0, 0xc4, 0x72, 0xff, 0xdd, 0xc3, 0x74, 0xff, 0xdb, 0xca, 0x7e, 0xff, 0xda, 0xca, 0x88, 0xff, 0xde, 0xcb, 0x95, 0xff, 0xe1, 0xcb, 0xa3, 0xff, 0xe1, 0xcb, 0xae, 0xff, 0xe2, 0xca, 0xb3, 0xff, 0xe2, 0xcb, 0xb3, 0xff, 0xe2, 0xcb, 0xa9, 0xff, 0xdf, 0xca, 0x9a, 0xff, 0xdb, 0xca, 0x8c, 0xff, 0xd9, 0xc7, 0x75, 0xff, 0xdd, 0xbf, 0x61, 0xff, 0xdd, 0xb5, 0x5d, 0xff, 0xde, 0xaa, 0x57, 0xff, 0xdf, 0x9c, 0x4f, 0xff, 0xde, 0x96, 0x49, 0xff, 0xd8, 0x93, 0x46, 0xff, 0xd2, 0x8e, 0x43, 0xff, 0xcb, 0x8a, 0x41, 0xff, 0xc6, 0x89, 0x3f, 0xff, 0xc2, 0x86, 0x3d, 0xff, 0xc1, 0x83, 0x3b, 0xff, 0xbe, 0x82, 0x39, 0xff, 0xb7, 0x7b, 0x39, 0xff, 0xa6, 0x6a, 0x37, 0xff, 0xa1, 0x65, 0x37, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0xa0, 0x63, 0x39, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9e, 0x62, 0x39, 0xff, 0x9f, 0x63, 0x39, 0xff, 0xa0, 0x65, 0x3b, 0xff, 0xa2, 0x6a, 0x3d, 0xff, 0xa5, 0x6f, 0x40, 0xff, 0xa6, 0x70, 0x40, 0xff, 0xa6, 0x70, 0x41, 0xff, 0xa7, 0x71, 0x40, 0xff, 0xa8, 0x72, 0x40, 0xff, 0xa4, 0x6d, 0x3e, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9b, 0x62, 0x38, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9f, 0x64, 0x37, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa3, 0x67, 0x37, 0xff, 0xa5, 0x6a, 0x39, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa8, 0x6c, 0x3a, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xac, 0x74, 0x41, 0xff, 0xad, 0x74, 0x41, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xab, 0x71, 0x40, 0xff, 0xae, 0x72, 0x41, 0xff, 0xb0, 0x73, 0x42, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb5, 0x79, 0x45, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xba, 0x7f, 0x48, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc8, 0x8b, 0x52, 0xff, 0xd0, 0x90, 0x55, 0xff, 0xd9, 0x94, 0x59, 0xff, 0xdd, 0x9a, 0x5d, 0xff, 0xdf, 0x9e, 0x5e, 0xff, 0xdf, 0xa2, 0x5e, 0xff, 0xdf, 0xa8, 0x61, 0xff, 0xdf, 0xb7, 0x67, 0xff, 0xdd, 0xc6, 0x70, 0xff, 0xd7, 0xc9, 0x78, 0xff, 0xd8, 0xc9, 0x81, 0xff, 0xdc, 0xca, 0x8b, 0xff, 0xde, 0xca, 0x95, 0xff, 0xe0, 0xca, 0xa1, 0xff, 0xe1, 0xca, 0xac, 0xff, 0xe1, 0xca, 0xb1, 0xff, 0xe1, 0xca, 0xb1, 0xff, 0xe2, 0xca, 0xb2, 0xff, 0xe1, 0xca, 0xad, 0xff, 0xe0, 0xca, 0xa6, 0xff, 0xdf, 0xca, 0x99, 0xff, 0xdd, 0xca, 0x91, 0xff, 0xda, 0xc9, 0x8a, 0xff, 0xd9, 0xca, 0x86, 0xff, 0xd9, 0xc9, 0x83, 0xff, 0xd9, 0xca, 0x82, 0xff, 0xdd, 0xc7, 0x80, 0xff, 0xe1, 0xc1, 0x80, 0xff, 0xe0, 0xbf, 0x7f, 0xff, 0xe0, 0xba, 0x7e, 0xff, 0xe1, 0xb5, 0x7b, 0xff, 0xe1, 0xb6, 0x7c, 0xff, 0xe1, 0xb6, 0x78, 0xff, 0xe1, 0xb5, 0x75, 0xff, 0xe1, 0xbd, 0x74, 0xff, 0xe0, 0xbd, 0x71, 0xff, 0xe0, 0xb7, 0x6f, 0xff, 0xdf, 0xb0, 0x6c, 0xff, 0xdf, 0xa9, 0x67, 0xff, 0xdf, 0xa0, 0x65, 0xff, 0xe0, 0x9d, 0x62, 0xff, 0xe0, 0x9c, 0x5e, 0xff, 0xe1, 0x9a, 0x5d, 0xff, 0xe0, 0x99, 0x5c, 0xff, 0xdf, 0x97, 0x59, 0xff, 0xdf, 0x99, 0x5a, 0xff, 0xdf, 0x9a, 0x5a, 0xff, 0xe0, 0x99, 0x59, 0xff, 0xd9, 0x96, 0x57, 0xff, 0xbc, 0x7e, 0x4b, 0xff, 0xb6, 0x7a, 0x49, 0xff, 0xb7, 0x7a, 0x49, 0xff, 0xb7, 0x7b, 0x49, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xae, 0x71, 0x42, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa9, 0x6b, 0x3b, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x98, 0x5b, 0x35, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x8c, 0x50, 0x2b, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x85, 0x4b, 0x26, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x82, 0x48, 0x25, 0xff, 0x7f, 0x45, 0x20, 0xff, 0x82, 0x4a, 0x26, 0xff, 0x89, 0x4f, 0x2b, 0xff, 0x93, 0x57, 0x31, 0xff, 0x98, 0x5b, 0x35, 0xff, - 0x96, 0x5b, 0x34, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x96, 0x58, 0x34, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x97, 0x59, 0x34, 0xff, 0x99, 0x5a, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9a, 0x5c, 0x35, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xac, 0x6c, 0x3d, 0xff, 0xad, 0x6f, 0x3f, 0xff, 0xb0, 0x71, 0x41, 0xff, 0xb3, 0x75, 0x43, 0xff, 0xb8, 0x78, 0x46, 0xff, 0xbc, 0x7d, 0x4a, 0xff, 0xc0, 0x80, 0x4d, 0xff, 0xc3, 0x84, 0x4f, 0xff, 0xc9, 0x84, 0x50, 0xff, 0xcd, 0x89, 0x51, 0xff, 0xce, 0x89, 0x52, 0xff, 0xc8, 0x84, 0x50, 0xff, 0xce, 0x8a, 0x50, 0xff, 0xd2, 0x8c, 0x53, 0xff, 0xd7, 0x8d, 0x55, 0xff, 0xdb, 0x90, 0x57, 0xff, 0xdf, 0x93, 0x59, 0xff, 0xde, 0x94, 0x5c, 0xff, 0xd6, 0x93, 0x5a, 0xff, 0xd2, 0x93, 0x59, 0xff, 0xd7, 0x94, 0x59, 0xff, 0xdb, 0x96, 0x57, 0xff, 0xe0, 0x9a, 0x57, 0xff, 0xe1, 0x9e, 0x5c, 0xff, 0xe1, 0xa1, 0x5f, 0xff, 0xe0, 0xa4, 0x62, 0xff, 0xe1, 0xa7, 0x66, 0xff, 0xe0, 0xae, 0x69, 0xff, 0xe1, 0xb0, 0x6a, 0xff, 0xdf, 0xae, 0x6c, 0xff, 0xe2, 0xad, 0x6b, 0xff, 0xdf, 0xab, 0x6b, 0xff, 0xe1, 0xac, 0x69, 0xff, 0xe2, 0xad, 0x6a, 0xff, 0xe2, 0xae, 0x6a, 0xff, 0xe2, 0xb0, 0x6c, 0xff, 0xe1, 0xb5, 0x6e, 0xff, 0xe2, 0xb7, 0x6f, 0xff, 0xe2, 0xba, 0x6c, 0xff, 0xe2, 0xbc, 0x6b, 0xff, 0xe1, 0xbf, 0x6b, 0xff, 0xe1, 0xbf, 0x6d, 0xff, 0xde, 0xc1, 0x6e, 0xff, 0xdb, 0xcc, 0x7a, 0xff, 0xd9, 0xcb, 0x82, 0xff, 0xda, 0xc9, 0x8b, 0xff, 0xdd, 0xca, 0x93, 0xff, 0xde, 0xca, 0x98, 0xff, 0xde, 0xca, 0x96, 0xff, 0xdb, 0xca, 0x92, 0xff, 0xda, 0xc9, 0x8a, 0xff, 0xd9, 0xca, 0x84, 0xff, 0xd9, 0xc8, 0x76, 0xff, 0xdd, 0xc0, 0x60, 0xff, 0xdf, 0xb9, 0x5c, 0xff, 0xdc, 0xa9, 0x57, 0xff, 0xde, 0xa5, 0x51, 0xff, 0xdd, 0x99, 0x4c, 0xff, 0xda, 0x90, 0x47, 0xff, 0xd4, 0x8e, 0x41, 0xff, 0xd0, 0x8b, 0x41, 0xff, 0xcd, 0x8a, 0x41, 0xff, 0xc6, 0x87, 0x3d, 0xff, 0xc4, 0x85, 0x3e, 0xff, 0xbf, 0x81, 0x3b, 0xff, 0xb0, 0x72, 0x38, 0xff, 0xa5, 0x68, 0x38, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0xa2, 0x66, 0x3b, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9e, 0x62, 0x39, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9e, 0x63, 0x39, 0xff, 0x9e, 0x63, 0x39, 0xff, 0x9e, 0x63, 0x3a, 0xff, 0x9f, 0x64, 0x3a, 0xff, 0xa1, 0x68, 0x3c, 0xff, 0xa3, 0x6d, 0x3e, 0xff, 0xa3, 0x6c, 0x3f, 0xff, 0xa5, 0x6d, 0x40, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa7, 0x71, 0x40, 0xff, 0xa3, 0x6d, 0x3d, 0xff, 0x9b, 0x62, 0x36, 0xff, 0x99, 0x60, 0x35, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9e, 0x65, 0x36, 0xff, 0x9f, 0x65, 0x37, 0xff, 0xa1, 0x65, 0x36, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa5, 0x6a, 0x3a, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa8, 0x6c, 0x3a, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xad, 0x73, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xb0, 0x76, 0x41, 0xff, 0xb3, 0x76, 0x43, 0xff, 0xb6, 0x79, 0x44, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbe, 0x83, 0x4b, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xca, 0x8c, 0x52, 0xff, 0xd0, 0x8f, 0x55, 0xff, 0xdb, 0x96, 0x5a, 0xff, 0xe1, 0x99, 0x5a, 0xff, 0xe0, 0xa0, 0x5f, 0xff, 0xdf, 0xa4, 0x61, 0xff, 0xe0, 0xac, 0x62, 0xff, 0xdf, 0xbb, 0x6a, 0xff, 0xd9, 0xc5, 0x72, 0xff, 0xd6, 0xc9, 0x7b, 0xff, 0xd8, 0xc9, 0x82, 0xff, 0xda, 0xca, 0x8c, 0xff, 0xdd, 0xca, 0x95, 0xff, 0xdf, 0xc9, 0x9e, 0xff, 0xe1, 0xcb, 0xa9, 0xff, 0xe0, 0xc9, 0xaa, 0xff, 0xe0, 0xca, 0xaa, 0xff, 0xe1, 0xca, 0xab, 0xff, 0xe0, 0xcb, 0xa6, 0xff, 0xdd, 0xca, 0x9b, 0xff, 0xdc, 0xc8, 0x92, 0xff, 0xdc, 0xc9, 0x8d, 0xff, 0xda, 0xc9, 0x89, 0xff, 0xd7, 0xc8, 0x83, 0xff, 0xd8, 0xc9, 0x82, 0xff, 0xdd, 0xca, 0x82, 0xff, 0xe1, 0xc4, 0x81, 0xff, 0xdf, 0xba, 0x81, 0xff, 0xe0, 0xb8, 0x81, 0xff, 0xe1, 0xb7, 0x81, 0xff, 0xe1, 0xb4, 0x80, 0xff, 0xe1, 0xb3, 0x7f, 0xff, 0xe0, 0xb5, 0x7d, 0xff, 0xe1, 0xbe, 0x7a, 0xff, 0xe1, 0xbf, 0x7a, 0xff, 0xe1, 0xbd, 0x74, 0xff, 0xdf, 0xb8, 0x70, 0xff, 0xdf, 0xb1, 0x6d, 0xff, 0xe0, 0xab, 0x6b, 0xff, 0xde, 0xa7, 0x66, 0xff, 0xdf, 0xa0, 0x62, 0xff, 0xe0, 0x9b, 0x5f, 0xff, 0xe0, 0x9b, 0x5c, 0xff, 0xe0, 0x98, 0x5d, 0xff, 0xdf, 0x9a, 0x5b, 0xff, 0xe1, 0x99, 0x5b, 0xff, 0xe3, 0x9b, 0x5b, 0xff, 0xcf, 0x8e, 0x56, 0xff, 0xb9, 0x7c, 0x48, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xb8, 0x7b, 0x4b, 0xff, 0xb7, 0x7a, 0x49, 0xff, 0xb6, 0x7a, 0x48, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xb3, 0x76, 0x45, 0xff, 0xb2, 0x74, 0x44, 0xff, 0xae, 0x71, 0x41, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xaa, 0x6c, 0x3d, 0xff, 0xa7, 0x69, 0x3b, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa0, 0x62, 0x39, 0xff, 0xa0, 0x62, 0x37, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x90, 0x55, 0x2b, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x8a, 0x4e, 0x27, 0xff, 0x87, 0x4c, 0x27, 0xff, 0x84, 0x4a, 0x24, 0xff, 0x84, 0x4a, 0x23, 0xff, 0x82, 0x47, 0x25, 0xff, 0x84, 0x49, 0x24, 0xff, 0x93, 0x58, 0x33, 0xff, 0x97, 0x5b, 0x35, 0xff, 0x99, 0x5b, 0x35, 0xff, 0x99, 0x5b, 0x35, 0xff, 0x97, 0x59, 0x34, 0xff, - 0x95, 0x58, 0x33, 0xff, 0x95, 0x57, 0x33, 0xff, 0x94, 0x57, 0x33, 0xff, 0x94, 0x58, 0x33, 0xff, 0x94, 0x58, 0x32, 0xff, 0x94, 0x58, 0x32, 0xff, 0x96, 0x58, 0x32, 0xff, 0x96, 0x58, 0x34, 0xff, 0x95, 0x58, 0x33, 0xff, 0x97, 0x59, 0x33, 0xff, 0x99, 0x5a, 0x34, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9a, 0x5c, 0x35, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9e, 0x61, 0x37, 0xff, 0xa0, 0x61, 0x37, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xa7, 0x69, 0x3b, 0xff, 0xaa, 0x6c, 0x3c, 0xff, 0xad, 0x6e, 0x3f, 0xff, 0xb4, 0x75, 0x43, 0xff, 0xba, 0x7b, 0x47, 0xff, 0xbf, 0x80, 0x4b, 0xff, 0xc2, 0x82, 0x4d, 0xff, 0xc2, 0x82, 0x4d, 0xff, 0xc4, 0x85, 0x4e, 0xff, 0xca, 0x87, 0x51, 0xff, 0xcb, 0x88, 0x51, 0xff, 0xc5, 0x85, 0x4f, 0xff, 0xca, 0x85, 0x50, 0xff, 0xd1, 0x89, 0x52, 0xff, 0xd4, 0x8c, 0x53, 0xff, 0xd7, 0x8e, 0x53, 0xff, 0xdc, 0x8f, 0x57, 0xff, 0xe1, 0x94, 0x5b, 0xff, 0xe2, 0x99, 0x5e, 0xff, 0xe0, 0x9a, 0x5d, 0xff, 0xdb, 0x99, 0x5c, 0xff, 0xda, 0x98, 0x57, 0xff, 0xdc, 0x98, 0x56, 0xff, 0xe0, 0x9b, 0x58, 0xff, 0xe1, 0x9f, 0x5c, 0xff, 0xe2, 0xa5, 0x60, 0xff, 0xe1, 0xa7, 0x64, 0xff, 0xdf, 0xae, 0x68, 0xff, 0xe1, 0xb1, 0x69, 0xff, 0xe0, 0xb1, 0x6a, 0xff, 0xde, 0xaf, 0x6b, 0xff, 0xe1, 0xb8, 0x70, 0xff, 0xe2, 0xb7, 0x6f, 0xff, 0xe0, 0xb2, 0x6d, 0xff, 0xe2, 0xb2, 0x6c, 0xff, 0xe2, 0xb1, 0x6a, 0xff, 0xe2, 0xb2, 0x69, 0xff, 0xe0, 0xb3, 0x6a, 0xff, 0xe0, 0xb2, 0x69, 0xff, 0xe0, 0xb0, 0x67, 0xff, 0xe1, 0xb1, 0x68, 0xff, 0xe2, 0xb7, 0x6a, 0xff, 0xe1, 0xbb, 0x6c, 0xff, 0xe1, 0xb4, 0x6a, 0xff, 0xe2, 0xb9, 0x6f, 0xff, 0xe0, 0xc6, 0x77, 0xff, 0xd8, 0xc9, 0x7a, 0xff, 0xd9, 0xcb, 0x7f, 0xff, 0xd9, 0xcb, 0x7f, 0xff, 0xd8, 0xca, 0x7e, 0xff, 0xd7, 0xc9, 0x7d, 0xff, 0xd8, 0xcb, 0x7b, 0xff, 0xdb, 0xc6, 0x71, 0xff, 0xdf, 0xba, 0x5e, 0xff, 0xdf, 0xb3, 0x5c, 0xff, 0xdf, 0xa7, 0x56, 0xff, 0xde, 0xa0, 0x52, 0xff, 0xde, 0x9b, 0x4e, 0xff, 0xdb, 0x93, 0x49, 0xff, 0xdb, 0x93, 0x48, 0xff, 0xd4, 0x8f, 0x43, 0xff, 0xd0, 0x8c, 0x41, 0xff, 0xcc, 0x8a, 0x3f, 0xff, 0xc9, 0x88, 0x3d, 0xff, 0xbc, 0x7e, 0x3c, 0xff, 0xaa, 0x6e, 0x3a, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa6, 0x6a, 0x3d, 0xff, 0xa5, 0x69, 0x3e, 0xff, 0xa4, 0x69, 0x3d, 0xff, 0xa3, 0x67, 0x3c, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0xa1, 0x65, 0x3b, 0xff, 0xa0, 0x64, 0x3b, 0xff, 0x9f, 0x64, 0x3a, 0xff, 0x9e, 0x63, 0x3a, 0xff, 0x9f, 0x64, 0x3a, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0xa1, 0x67, 0x3c, 0xff, 0xa2, 0x6a, 0x3e, 0xff, 0xa2, 0x6a, 0x3d, 0xff, 0xa3, 0x6b, 0x3b, 0xff, 0xa3, 0x6b, 0x3a, 0xff, 0xa5, 0x6d, 0x3d, 0xff, 0xa2, 0x6b, 0x3d, 0xff, 0x9a, 0x60, 0x37, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x98, 0x5f, 0x35, 0xff, 0x99, 0x5f, 0x35, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9c, 0x62, 0x35, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9f, 0x63, 0x35, 0xff, 0x9f, 0x65, 0x35, 0xff, 0xa1, 0x66, 0x37, 0xff, 0xa3, 0x66, 0x37, 0xff, 0xa3, 0x67, 0x37, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa5, 0x6a, 0x3a, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xac, 0x72, 0x40, 0xff, 0xad, 0x73, 0x41, 0xff, 0xaf, 0x75, 0x41, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb4, 0x7c, 0x45, 0xff, 0xb6, 0x7d, 0x46, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xc4, 0x88, 0x4e, 0xff, 0xcd, 0x8c, 0x52, 0xff, 0xd6, 0x92, 0x55, 0xff, 0xdc, 0x95, 0x57, 0xff, 0xe0, 0x9a, 0x5a, 0xff, 0xe0, 0x9f, 0x5c, 0xff, 0xdf, 0xa5, 0x60, 0xff, 0xe0, 0xb0, 0x65, 0xff, 0xe0, 0xc1, 0x6b, 0xff, 0xdc, 0xcb, 0x74, 0xff, 0xd8, 0xca, 0x7e, 0xff, 0xd9, 0xc9, 0x84, 0xff, 0xda, 0xca, 0x8c, 0xff, 0xde, 0xca, 0x94, 0xff, 0xdf, 0xc9, 0x9e, 0xff, 0xe0, 0xca, 0xa6, 0xff, 0xe0, 0xcb, 0xa8, 0xff, 0xe0, 0xca, 0xa4, 0xff, 0xdf, 0xcb, 0xa0, 0xff, 0xde, 0xca, 0x98, 0xff, 0xdd, 0xcb, 0x93, 0xff, 0xdc, 0xca, 0x8f, 0xff, 0xdb, 0xca, 0x89, 0xff, 0xd9, 0xcb, 0x83, 0xff, 0xd7, 0xc9, 0x7f, 0xff, 0xda, 0xcb, 0x7f, 0xff, 0xe0, 0xc7, 0x7f, 0xff, 0xe2, 0xbe, 0x83, 0xff, 0xe2, 0xb6, 0x84, 0xff, 0xe2, 0xb3, 0x84, 0xff, 0xe2, 0xb2, 0x83, 0xff, 0xe1, 0xb2, 0x82, 0xff, 0xe0, 0xb9, 0x82, 0xff, 0xe1, 0xbe, 0x82, 0xff, 0xe1, 0xbf, 0x7c, 0xff, 0xe1, 0xbd, 0x78, 0xff, 0xe0, 0xba, 0x73, 0xff, 0xdf, 0xb3, 0x6d, 0xff, 0xe1, 0xb1, 0x6c, 0xff, 0xdf, 0xa8, 0x6b, 0xff, 0xdf, 0xac, 0x66, 0xff, 0xdb, 0xa6, 0x60, 0xff, 0xde, 0x9f, 0x5e, 0xff, 0xdf, 0x9e, 0x5d, 0xff, 0xdf, 0x9b, 0x5d, 0xff, 0xdf, 0x9a, 0x5b, 0xff, 0xe4, 0x9b, 0x5d, 0xff, 0xc8, 0x88, 0x51, 0xff, 0xbd, 0x7e, 0x4b, 0xff, 0xb9, 0x7d, 0x4b, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xb8, 0x7a, 0x4b, 0xff, 0xb6, 0x7a, 0x49, 0xff, 0xb7, 0x7a, 0x49, 0xff, 0xb4, 0x77, 0x46, 0xff, 0xb2, 0x74, 0x44, 0xff, 0xb0, 0x74, 0x44, 0xff, 0xad, 0x70, 0x41, 0xff, 0xaa, 0x6c, 0x3f, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa7, 0x69, 0x3c, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0xa1, 0x63, 0x3a, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa0, 0x61, 0x38, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x94, 0x57, 0x2e, 0xff, 0x90, 0x55, 0x2a, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x84, 0x4a, 0x26, 0xff, 0x84, 0x4b, 0x25, 0xff, 0x89, 0x4e, 0x2a, 0xff, 0x95, 0x59, 0x35, 0xff, 0x99, 0x5b, 0x36, 0xff, 0x97, 0x5b, 0x35, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x96, 0x57, 0x34, 0xff, 0x96, 0x59, 0x34, 0xff, 0x96, 0x58, 0x34, 0xff, - 0x92, 0x55, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x93, 0x56, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x92, 0x56, 0x31, 0xff, 0x94, 0x57, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x95, 0x57, 0x32, 0xff, 0x97, 0x59, 0x33, 0xff, 0x98, 0x59, 0x34, 0xff, 0x99, 0x5a, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9e, 0x60, 0x35, 0xff, 0xa0, 0x61, 0x37, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xaa, 0x6b, 0x3b, 0xff, 0xaf, 0x71, 0x40, 0xff, 0xb6, 0x77, 0x44, 0xff, 0xb9, 0x7a, 0x47, 0xff, 0xbc, 0x7e, 0x48, 0xff, 0xc0, 0x80, 0x4b, 0xff, 0xc5, 0x83, 0x4d, 0xff, 0xc5, 0x84, 0x4f, 0xff, 0xc2, 0x84, 0x4d, 0xff, 0xc7, 0x85, 0x4f, 0xff, 0xc5, 0x84, 0x4f, 0xff, 0xc9, 0x86, 0x50, 0xff, 0xcf, 0x88, 0x52, 0xff, 0xd4, 0x8c, 0x53, 0xff, 0xd8, 0x8d, 0x54, 0xff, 0xdb, 0x8f, 0x56, 0xff, 0xdd, 0x91, 0x57, 0xff, 0xe0, 0x96, 0x5b, 0xff, 0xe1, 0x9a, 0x5e, 0xff, 0xe2, 0x9c, 0x60, 0xff, 0xe1, 0x9d, 0x61, 0xff, 0xdf, 0x9b, 0x5e, 0xff, 0xe0, 0x9c, 0x5b, 0xff, 0xdf, 0x9d, 0x59, 0xff, 0xe1, 0xa0, 0x5d, 0xff, 0xe1, 0xa9, 0x63, 0xff, 0xe0, 0xaf, 0x68, 0xff, 0xe2, 0xb1, 0x6a, 0xff, 0xe1, 0xb4, 0x6a, 0xff, 0xdf, 0xb2, 0x6c, 0xff, 0xe0, 0xb2, 0x6c, 0xff, 0xe2, 0xc2, 0x75, 0xff, 0xdf, 0xc4, 0x75, 0xff, 0xe2, 0xba, 0x6f, 0xff, 0xe0, 0xb1, 0x6b, 0xff, 0xe1, 0xae, 0x67, 0xff, 0xe0, 0xab, 0x65, 0xff, 0xe2, 0xab, 0x64, 0xff, 0xe2, 0xad, 0x64, 0xff, 0xe2, 0xac, 0x64, 0xff, 0xe1, 0xac, 0x65, 0xff, 0xe1, 0xb1, 0x67, 0xff, 0xe1, 0xad, 0x68, 0xff, 0xe0, 0xa6, 0x65, 0xff, 0xdf, 0xaf, 0x65, 0xff, 0xe0, 0xb5, 0x67, 0xff, 0xdf, 0xbe, 0x6a, 0xff, 0xdf, 0xc3, 0x6e, 0xff, 0xdb, 0xc1, 0x6e, 0xff, 0xdd, 0xc6, 0x6e, 0xff, 0xde, 0xc4, 0x6f, 0xff, 0xdf, 0xbe, 0x69, 0xff, 0xde, 0xb7, 0x5d, 0xff, 0xdc, 0xa8, 0x55, 0xff, 0xde, 0xa5, 0x53, 0xff, 0xdf, 0xa2, 0x52, 0xff, 0xe0, 0x98, 0x4d, 0xff, 0xe0, 0x97, 0x49, 0xff, 0xdc, 0x90, 0x46, 0xff, 0xd6, 0x8f, 0x43, 0xff, 0xd3, 0x8e, 0x42, 0xff, 0xd3, 0x8d, 0x41, 0xff, 0xc9, 0x86, 0x3e, 0xff, 0xb5, 0x78, 0x3d, 0xff, 0xab, 0x6e, 0x3b, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xaa, 0x6d, 0x3f, 0xff, 0xa9, 0x6e, 0x40, 0xff, 0xa8, 0x6d, 0x40, 0xff, 0xa7, 0x6c, 0x3f, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa6, 0x6a, 0x3d, 0xff, 0xa5, 0x68, 0x3d, 0xff, 0xa4, 0x68, 0x3c, 0xff, 0xa2, 0x67, 0x3c, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0xa2, 0x66, 0x3b, 0xff, 0xa2, 0x66, 0x3b, 0xff, 0xa2, 0x65, 0x3c, 0xff, 0xa1, 0x68, 0x3e, 0xff, 0xa1, 0x6b, 0x3e, 0xff, 0xa1, 0x69, 0x3a, 0xff, 0xa1, 0x69, 0x3a, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa3, 0x6b, 0x3b, 0xff, 0xa2, 0x6a, 0x3b, 0xff, 0x98, 0x5f, 0x36, 0xff, 0x94, 0x5a, 0x32, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x97, 0x5e, 0x33, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x9a, 0x60, 0x34, 0xff, 0x9c, 0x60, 0x34, 0xff, 0x9c, 0x61, 0x34, 0xff, 0x9e, 0x63, 0x35, 0xff, 0x9e, 0x64, 0x34, 0xff, 0x9f, 0x65, 0x35, 0xff, 0xa1, 0x65, 0x37, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa5, 0x6a, 0x3a, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xad, 0x73, 0x41, 0xff, 0xad, 0x74, 0x42, 0xff, 0xae, 0x75, 0x43, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xba, 0x7f, 0x48, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xc5, 0x87, 0x4d, 0xff, 0xcb, 0x8b, 0x50, 0xff, 0xd5, 0x90, 0x54, 0xff, 0xdd, 0x95, 0x56, 0xff, 0xe0, 0x98, 0x57, 0xff, 0xe0, 0x9e, 0x59, 0xff, 0xdf, 0xa4, 0x5e, 0xff, 0xe1, 0xb3, 0x65, 0xff, 0xe0, 0xc2, 0x6c, 0xff, 0xdc, 0xca, 0x75, 0xff, 0xd8, 0xca, 0x7e, 0xff, 0xd8, 0xcb, 0x83, 0xff, 0xdb, 0xcb, 0x8b, 0xff, 0xdd, 0xcb, 0x93, 0xff, 0xde, 0xcb, 0x99, 0xff, 0xe0, 0xcb, 0x9d, 0xff, 0xdf, 0xcb, 0x9e, 0xff, 0xde, 0xc9, 0x9a, 0xff, 0xde, 0xca, 0x96, 0xff, 0xdc, 0xcb, 0x91, 0xff, 0xdc, 0xca, 0x8e, 0xff, 0xdb, 0xca, 0x8b, 0xff, 0xd9, 0xca, 0x87, 0xff, 0xd9, 0xcb, 0x81, 0xff, 0xd7, 0xca, 0x7e, 0xff, 0xdd, 0xc8, 0x7d, 0xff, 0xe1, 0xc1, 0x80, 0xff, 0xe1, 0xb7, 0x82, 0xff, 0xe1, 0xb2, 0x82, 0xff, 0xe1, 0xb4, 0x83, 0xff, 0xe1, 0xbd, 0x87, 0xff, 0xe2, 0xc0, 0x88, 0xff, 0xe1, 0xbe, 0x86, 0xff, 0xe0, 0xbd, 0x83, 0xff, 0xe2, 0xbc, 0x7e, 0xff, 0xe2, 0xba, 0x78, 0xff, 0xe2, 0xba, 0x72, 0xff, 0xe0, 0xb5, 0x6e, 0xff, 0xdf, 0xad, 0x6a, 0xff, 0xde, 0xa7, 0x66, 0xff, 0xdf, 0xb5, 0x6b, 0xff, 0xdf, 0xb1, 0x66, 0xff, 0xde, 0xa9, 0x63, 0xff, 0xde, 0xa3, 0x5e, 0xff, 0xdf, 0x9f, 0x5e, 0xff, 0xe1, 0x9f, 0x5e, 0xff, 0xc0, 0x82, 0x4f, 0xff, 0xc3, 0x85, 0x53, 0xff, 0xbf, 0x81, 0x50, 0xff, 0xbc, 0x7e, 0x4d, 0xff, 0xb9, 0x7d, 0x4c, 0xff, 0xb9, 0x7b, 0x4a, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xb5, 0x77, 0x47, 0xff, 0xb1, 0x74, 0x46, 0xff, 0xb0, 0x74, 0x44, 0xff, 0xaf, 0x71, 0x43, 0xff, 0xac, 0x6e, 0x41, 0xff, 0xaa, 0x6f, 0x40, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa8, 0x6b, 0x3c, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa5, 0x67, 0x3d, 0xff, 0xa5, 0x68, 0x3c, 0xff, 0xa1, 0x63, 0x38, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9a, 0x5f, 0x32, 0xff, 0x98, 0x5b, 0x31, 0xff, 0x93, 0x57, 0x2c, 0xff, 0x92, 0x57, 0x2b, 0xff, 0x91, 0x56, 0x2c, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x85, 0x4b, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x93, 0x57, 0x32, 0xff, 0x97, 0x5a, 0x35, 0xff, 0x96, 0x58, 0x34, 0xff, 0x95, 0x57, 0x33, 0xff, 0x94, 0x58, 0x33, 0xff, 0x94, 0x57, 0x33, 0xff, 0x93, 0x56, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x93, 0x56, 0x32, 0xff, - 0x91, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x91, 0x54, 0x31, 0xff, 0x92, 0x54, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x92, 0x56, 0x31, 0xff, 0x93, 0x56, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x96, 0x58, 0x33, 0xff, 0x97, 0x59, 0x33, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0xa0, 0x62, 0x37, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xad, 0x72, 0x41, 0xff, 0xb1, 0x75, 0x45, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb9, 0x7c, 0x47, 0xff, 0xbc, 0x7e, 0x47, 0xff, 0xc0, 0x80, 0x4a, 0xff, 0xc7, 0x85, 0x4d, 0xff, 0xc6, 0x84, 0x4f, 0xff, 0xc5, 0x84, 0x4e, 0xff, 0xc4, 0x83, 0x4e, 0xff, 0xc8, 0x85, 0x4e, 0xff, 0xce, 0x89, 0x51, 0xff, 0xd3, 0x8d, 0x53, 0xff, 0xd7, 0x8f, 0x54, 0xff, 0xdd, 0x8f, 0x56, 0xff, 0xde, 0x92, 0x57, 0xff, 0xe0, 0x95, 0x59, 0xff, 0xe2, 0x98, 0x5b, 0xff, 0xe2, 0x9b, 0x5d, 0xff, 0xe2, 0x9c, 0x60, 0xff, 0xe1, 0x9c, 0x61, 0xff, 0xe0, 0x9f, 0x61, 0xff, 0xe1, 0xa1, 0x61, 0xff, 0xe0, 0xa1, 0x5e, 0xff, 0xe1, 0xa3, 0x5e, 0xff, 0xe2, 0xab, 0x65, 0xff, 0xe2, 0xb1, 0x6b, 0xff, 0xe0, 0xb1, 0x6b, 0xff, 0xe2, 0xb5, 0x6b, 0xff, 0xe1, 0xae, 0x6a, 0xff, 0xdf, 0xaf, 0x6b, 0xff, 0xe0, 0xc5, 0x78, 0xff, 0xdf, 0xca, 0x7a, 0xff, 0xe2, 0xba, 0x6d, 0xff, 0xe0, 0xad, 0x68, 0xff, 0xe2, 0xaa, 0x64, 0xff, 0xe2, 0xaa, 0x64, 0xff, 0xe2, 0xa8, 0x62, 0xff, 0xe2, 0xa8, 0x62, 0xff, 0xe2, 0xa9, 0x62, 0xff, 0xe1, 0xa6, 0x62, 0xff, 0xe2, 0xa5, 0x64, 0xff, 0xe0, 0xa5, 0x61, 0xff, 0xdf, 0xa3, 0x5d, 0xff, 0xdd, 0xa2, 0x5b, 0xff, 0xe0, 0xa6, 0x5f, 0xff, 0xe1, 0xab, 0x61, 0xff, 0xe2, 0xad, 0x62, 0xff, 0xe1, 0xae, 0x62, 0xff, 0xe0, 0xaf, 0x63, 0xff, 0xe0, 0xaf, 0x62, 0xff, 0xe0, 0xaa, 0x59, 0xff, 0xde, 0xa2, 0x51, 0xff, 0xdd, 0xa0, 0x50, 0xff, 0xe0, 0xa0, 0x4e, 0xff, 0xe1, 0x9a, 0x4c, 0xff, 0xde, 0x95, 0x4a, 0xff, 0xdb, 0x94, 0x48, 0xff, 0xdc, 0x94, 0x45, 0xff, 0xd9, 0x8f, 0x43, 0xff, 0xdb, 0x8e, 0x44, 0xff, 0xcc, 0x87, 0x44, 0xff, 0xaf, 0x72, 0x3f, 0xff, 0xb0, 0x72, 0x40, 0xff, 0xaf, 0x72, 0x42, 0xff, 0xae, 0x72, 0x43, 0xff, 0xac, 0x71, 0x42, 0xff, 0xab, 0x6f, 0x41, 0xff, 0xaa, 0x6f, 0x42, 0xff, 0xa9, 0x6f, 0x41, 0xff, 0xa9, 0x6d, 0x40, 0xff, 0xa8, 0x6c, 0x40, 0xff, 0xa7, 0x6c, 0x40, 0xff, 0xa5, 0x6a, 0x3f, 0xff, 0xa4, 0x69, 0x3e, 0xff, 0xa4, 0x69, 0x3e, 0xff, 0xa4, 0x68, 0x3e, 0xff, 0xa2, 0x6a, 0x3f, 0xff, 0xa1, 0x6b, 0x3d, 0xff, 0xa1, 0x68, 0x3c, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0x9f, 0x67, 0x38, 0xff, 0xa0, 0x68, 0x38, 0xff, 0x9f, 0x68, 0x39, 0xff, 0x98, 0x60, 0x37, 0xff, 0x94, 0x59, 0x33, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x96, 0x5d, 0x34, 0xff, 0x96, 0x5d, 0x34, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x9a, 0x60, 0x34, 0xff, 0x9c, 0x61, 0x35, 0xff, 0x9c, 0x62, 0x34, 0xff, 0x9e, 0x64, 0x34, 0xff, 0x9f, 0x65, 0x36, 0xff, 0x9d, 0x62, 0x35, 0xff, 0x9d, 0x61, 0x34, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9f, 0x64, 0x37, 0xff, 0xa1, 0x66, 0x37, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa5, 0x69, 0x39, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xac, 0x73, 0x42, 0xff, 0xae, 0x75, 0x43, 0xff, 0xaf, 0x76, 0x45, 0xff, 0xaf, 0x77, 0x45, 0xff, 0xb2, 0x79, 0x46, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc4, 0x85, 0x4e, 0xff, 0xcd, 0x8c, 0x50, 0xff, 0xd7, 0x90, 0x52, 0xff, 0xdd, 0x93, 0x53, 0xff, 0xe0, 0x98, 0x55, 0xff, 0xe0, 0x9f, 0x57, 0xff, 0xe0, 0xa4, 0x5c, 0xff, 0xe1, 0xad, 0x62, 0xff, 0xdf, 0xbe, 0x6c, 0xff, 0xdb, 0xc6, 0x74, 0xff, 0xd8, 0xca, 0x7b, 0xff, 0xd9, 0xca, 0x83, 0xff, 0xda, 0xcb, 0x88, 0xff, 0xdb, 0xca, 0x8c, 0xff, 0xdc, 0xca, 0x92, 0xff, 0xdd, 0xcb, 0x94, 0xff, 0xdd, 0xcb, 0x94, 0xff, 0xdc, 0xcb, 0x92, 0xff, 0xdb, 0xc9, 0x8d, 0xff, 0xdb, 0xca, 0x8c, 0xff, 0xda, 0xcb, 0x87, 0xff, 0xd9, 0xca, 0x84, 0xff, 0xd7, 0xcb, 0x82, 0xff, 0xd8, 0xcb, 0x81, 0xff, 0xda, 0xc9, 0x7d, 0xff, 0xe1, 0xc2, 0x7c, 0xff, 0xe1, 0xb8, 0x7d, 0xff, 0xe2, 0xb7, 0x82, 0xff, 0xe2, 0xbb, 0x84, 0xff, 0xe2, 0xbc, 0x87, 0xff, 0xe2, 0xbe, 0x89, 0xff, 0xe2, 0xbf, 0x88, 0xff, 0xe1, 0xbe, 0x88, 0xff, 0xe2, 0xbb, 0x82, 0xff, 0xe1, 0xba, 0x7d, 0xff, 0xe1, 0xb9, 0x77, 0xff, 0xe2, 0xb8, 0x71, 0xff, 0xe1, 0xb5, 0x6f, 0xff, 0xe1, 0xae, 0x6b, 0xff, 0xdd, 0xb1, 0x6a, 0xff, 0xdf, 0xb9, 0x6a, 0xff, 0xdf, 0xaf, 0x62, 0xff, 0xdf, 0xa8, 0x61, 0xff, 0xe0, 0xa8, 0x5d, 0xff, 0xd3, 0x9d, 0x57, 0xff, 0xab, 0x74, 0x41, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xac, 0x6f, 0x3e, 0xff, 0xaf, 0x74, 0x43, 0xff, 0xb5, 0x77, 0x49, 0xff, 0xb9, 0x7d, 0x4d, 0xff, 0xbc, 0x80, 0x50, 0xff, 0xb8, 0x7c, 0x4d, 0xff, 0xb5, 0x79, 0x4a, 0xff, 0xb3, 0x77, 0x49, 0xff, 0xb2, 0x74, 0x47, 0xff, 0xad, 0x72, 0x42, 0xff, 0xad, 0x71, 0x43, 0xff, 0xad, 0x71, 0x43, 0xff, 0xac, 0x6f, 0x42, 0xff, 0xac, 0x70, 0x44, 0xff, 0xaa, 0x6f, 0x43, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x60, 0x34, 0xff, 0x9b, 0x5f, 0x34, 0xff, 0x98, 0x5c, 0x2f, 0xff, 0x97, 0x5b, 0x2f, 0xff, 0x95, 0x59, 0x2e, 0xff, 0x95, 0x57, 0x2c, 0xff, 0x94, 0x59, 0x2c, 0xff, 0x94, 0x59, 0x2e, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x94, 0x5a, 0x30, 0xff, 0x8c, 0x50, 0x2b, 0xff, 0x87, 0x4d, 0x2a, 0xff, 0x90, 0x55, 0x31, 0xff, 0x94, 0x57, 0x33, 0xff, 0x94, 0x59, 0x34, 0xff, 0x94, 0x58, 0x34, 0xff, 0x94, 0x57, 0x32, 0xff, 0x93, 0x57, 0x32, 0xff, 0x93, 0x56, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x91, 0x54, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, - 0x8e, 0x52, 0x30, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x91, 0x54, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x94, 0x56, 0x31, 0xff, 0x94, 0x56, 0x32, 0xff, 0x96, 0x59, 0x33, 0xff, 0x97, 0x59, 0x33, 0xff, 0x98, 0x59, 0x32, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9e, 0x60, 0x35, 0xff, 0xa3, 0x64, 0x37, 0xff, 0xab, 0x6d, 0x3c, 0xff, 0xae, 0x72, 0x41, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xb3, 0x77, 0x47, 0xff, 0xb5, 0x7a, 0x4b, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xbb, 0x7e, 0x48, 0xff, 0xbe, 0x7e, 0x48, 0xff, 0xc2, 0x81, 0x4a, 0xff, 0xc8, 0x86, 0x4d, 0xff, 0xc8, 0x86, 0x4e, 0xff, 0xc4, 0x84, 0x4e, 0xff, 0xc7, 0x84, 0x4e, 0xff, 0xcc, 0x88, 0x50, 0xff, 0xd2, 0x8c, 0x52, 0xff, 0xd6, 0x8e, 0x54, 0xff, 0xdb, 0x90, 0x56, 0xff, 0xdd, 0x94, 0x56, 0xff, 0xe0, 0x96, 0x59, 0xff, 0xe2, 0x99, 0x5b, 0xff, 0xe1, 0x9a, 0x5e, 0xff, 0xe2, 0x9c, 0x5f, 0xff, 0xe1, 0x9d, 0x5f, 0xff, 0xe2, 0xa0, 0x61, 0xff, 0xe1, 0xa2, 0x62, 0xff, 0xe1, 0xa2, 0x63, 0xff, 0xe1, 0xa3, 0x63, 0xff, 0xdf, 0xa5, 0x61, 0xff, 0xe1, 0xaa, 0x66, 0xff, 0xe1, 0xb1, 0x6c, 0xff, 0xe1, 0xb0, 0x6b, 0xff, 0xe1, 0xb1, 0x6b, 0xff, 0xde, 0xa9, 0x64, 0xff, 0xde, 0xa7, 0x61, 0xff, 0xe0, 0xbb, 0x6f, 0xff, 0xe2, 0xcb, 0x75, 0xff, 0xe2, 0xbd, 0x6d, 0xff, 0xe1, 0xaf, 0x69, 0xff, 0xe2, 0xa9, 0x63, 0xff, 0xe2, 0xa9, 0x63, 0xff, 0xe0, 0xa6, 0x61, 0xff, 0xdf, 0xa4, 0x60, 0xff, 0xe1, 0xa4, 0x5e, 0xff, 0xe1, 0xa3, 0x5e, 0xff, 0xe1, 0xa3, 0x60, 0xff, 0xe1, 0xa2, 0x60, 0xff, 0xe0, 0x9f, 0x59, 0xff, 0xdf, 0x9c, 0x56, 0xff, 0xe0, 0x9f, 0x58, 0xff, 0xe0, 0xa0, 0x5a, 0xff, 0xe0, 0xa4, 0x5b, 0xff, 0xe1, 0xa4, 0x5b, 0xff, 0xdf, 0xa3, 0x5c, 0xff, 0xde, 0xa3, 0x56, 0xff, 0xdf, 0xa0, 0x4f, 0xff, 0xe1, 0x9d, 0x4f, 0xff, 0xdf, 0x9a, 0x4e, 0xff, 0xe0, 0x99, 0x4c, 0xff, 0xe0, 0x96, 0x4a, 0xff, 0xdf, 0x93, 0x46, 0xff, 0xdd, 0x92, 0x46, 0xff, 0xe0, 0x92, 0x45, 0xff, 0xd7, 0x90, 0x45, 0xff, 0xba, 0x7f, 0x43, 0xff, 0xb4, 0x78, 0x45, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb2, 0x78, 0x47, 0xff, 0xb1, 0x75, 0x47, 0xff, 0xb0, 0x75, 0x46, 0xff, 0xae, 0x73, 0x45, 0xff, 0xac, 0x71, 0x44, 0xff, 0xab, 0x6f, 0x44, 0xff, 0xaa, 0x6f, 0x44, 0xff, 0xa9, 0x6f, 0x42, 0xff, 0xa9, 0x6e, 0x41, 0xff, 0xa8, 0x6d, 0x41, 0xff, 0xa5, 0x6c, 0x41, 0xff, 0xa3, 0x6c, 0x40, 0xff, 0xa0, 0x6a, 0x3d, 0xff, 0xa0, 0x68, 0x3b, 0xff, 0xa1, 0x69, 0x3a, 0xff, 0xa1, 0x69, 0x39, 0xff, 0xa2, 0x6a, 0x39, 0xff, 0xa2, 0x6a, 0x3b, 0xff, 0x9b, 0x63, 0x39, 0xff, 0x93, 0x5a, 0x33, 0xff, 0x93, 0x5a, 0x34, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x94, 0x5b, 0x34, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x98, 0x5e, 0x33, 0xff, 0x9a, 0x60, 0x33, 0xff, 0x9b, 0x5f, 0x34, 0xff, 0x9b, 0x60, 0x34, 0xff, 0x9d, 0x62, 0x35, 0xff, 0x9d, 0x62, 0x35, 0xff, 0x9b, 0x5f, 0x33, 0xff, 0x9a, 0x5e, 0x33, 0xff, 0x9c, 0x60, 0x34, 0xff, 0x9d, 0x62, 0x35, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9f, 0x64, 0x37, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xac, 0x74, 0x43, 0xff, 0xaf, 0x78, 0x47, 0xff, 0xb1, 0x78, 0x47, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb8, 0x7f, 0x48, 0xff, 0xbb, 0x81, 0x48, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xc0, 0x84, 0x4a, 0xff, 0xc5, 0x86, 0x4c, 0xff, 0xca, 0x89, 0x4f, 0xff, 0xd3, 0x8d, 0x4e, 0xff, 0xdb, 0x92, 0x4f, 0xff, 0xdf, 0x95, 0x52, 0xff, 0xe0, 0x9b, 0x56, 0xff, 0xe2, 0xa3, 0x5c, 0xff, 0xe1, 0xab, 0x62, 0xff, 0xdf, 0xbc, 0x6a, 0xff, 0xdb, 0xc7, 0x70, 0xff, 0xd7, 0xca, 0x77, 0xff, 0xd9, 0xca, 0x80, 0xff, 0xda, 0xcb, 0x85, 0xff, 0xda, 0xcb, 0x87, 0xff, 0xda, 0xcb, 0x8a, 0xff, 0xda, 0xcb, 0x89, 0xff, 0xdc, 0xcb, 0x8a, 0xff, 0xdb, 0xcc, 0x8a, 0xff, 0xd9, 0xca, 0x86, 0xff, 0xd9, 0xc9, 0x84, 0xff, 0xd8, 0xc9, 0x82, 0xff, 0xd9, 0xcb, 0x80, 0xff, 0xd7, 0xc9, 0x7c, 0xff, 0xd8, 0xcb, 0x7d, 0xff, 0xde, 0xc6, 0x7b, 0xff, 0xe0, 0xc6, 0x7b, 0xff, 0xe1, 0xc4, 0x7f, 0xff, 0xe2, 0xbc, 0x82, 0xff, 0xe2, 0xb5, 0x83, 0xff, 0xe0, 0xb1, 0x83, 0xff, 0xe2, 0xbb, 0x87, 0xff, 0xe2, 0xc0, 0x87, 0xff, 0xe2, 0xbf, 0x86, 0xff, 0xe0, 0xbd, 0x81, 0xff, 0xe2, 0xba, 0x7a, 0xff, 0xe2, 0xb9, 0x75, 0xff, 0xe2, 0xb9, 0x71, 0xff, 0xe2, 0xb5, 0x6c, 0xff, 0xe0, 0xa7, 0x68, 0xff, 0xdd, 0xb0, 0x68, 0xff, 0xdf, 0xb1, 0x66, 0xff, 0xdd, 0xae, 0x65, 0xff, 0xe0, 0xab, 0x5f, 0xff, 0xd1, 0x9b, 0x58, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa3, 0x66, 0x37, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa0, 0x66, 0x37, 0xff, 0xa0, 0x65, 0x37, 0xff, 0x9f, 0x63, 0x35, 0xff, 0x9e, 0x61, 0x36, 0xff, 0xa2, 0x64, 0x3a, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9b, 0x60, 0x34, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x94, 0x59, 0x2e, 0xff, 0x95, 0x5a, 0x30, 0xff, 0x96, 0x5c, 0x31, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x98, 0x5c, 0x30, 0xff, 0x97, 0x59, 0x2e, 0xff, 0x97, 0x59, 0x2e, 0xff, 0x98, 0x5a, 0x2e, 0xff, 0x96, 0x59, 0x2e, 0xff, 0x96, 0x5b, 0x2e, 0xff, 0x94, 0x59, 0x2e, 0xff, 0x95, 0x5a, 0x2f, 0xff, 0x95, 0x59, 0x31, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x8b, 0x50, 0x2e, 0xff, 0x95, 0x58, 0x34, 0xff, 0x95, 0x59, 0x34, 0xff, 0x93, 0x56, 0x33, 0xff, 0x92, 0x55, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x91, 0x54, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x90, 0x53, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, - 0x8d, 0x51, 0x2f, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x91, 0x52, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x92, 0x55, 0x31, 0xff, 0x94, 0x56, 0x32, 0xff, 0x95, 0x57, 0x32, 0xff, 0x96, 0x58, 0x32, 0xff, 0x97, 0x58, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9f, 0x60, 0x34, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xa8, 0x69, 0x3a, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xaf, 0x74, 0x43, 0xff, 0xb2, 0x76, 0x46, 0xff, 0xb4, 0x77, 0x48, 0xff, 0xb6, 0x7b, 0x49, 0xff, 0xb9, 0x7c, 0x46, 0xff, 0xbc, 0x7c, 0x46, 0xff, 0xbf, 0x80, 0x49, 0xff, 0xc5, 0x82, 0x4a, 0xff, 0xc9, 0x85, 0x4d, 0xff, 0xc6, 0x83, 0x4d, 0xff, 0xc6, 0x84, 0x4d, 0xff, 0xcd, 0x88, 0x4f, 0xff, 0xd3, 0x8c, 0x52, 0xff, 0xd7, 0x8e, 0x55, 0xff, 0xd8, 0x93, 0x56, 0xff, 0xdd, 0x95, 0x58, 0xff, 0xdf, 0x97, 0x59, 0xff, 0xe1, 0x9d, 0x5d, 0xff, 0xe1, 0x9f, 0x60, 0xff, 0xe2, 0xa1, 0x61, 0xff, 0xe1, 0xa0, 0x5f, 0xff, 0xe0, 0x9f, 0x61, 0xff, 0xe1, 0xa2, 0x61, 0xff, 0xe1, 0xa3, 0x62, 0xff, 0xe2, 0xa2, 0x63, 0xff, 0xe2, 0xa6, 0x65, 0xff, 0xe0, 0xa9, 0x64, 0xff, 0xe0, 0xae, 0x69, 0xff, 0xe2, 0xb4, 0x6d, 0xff, 0xe2, 0xb3, 0x6a, 0xff, 0xe0, 0xb0, 0x64, 0xff, 0xe1, 0xa6, 0x5e, 0xff, 0xde, 0xa4, 0x5b, 0xff, 0xdd, 0xae, 0x65, 0xff, 0xe1, 0xbc, 0x6e, 0xff, 0xe2, 0xb4, 0x6c, 0xff, 0xe1, 0xac, 0x66, 0xff, 0xe2, 0xa9, 0x64, 0xff, 0xe2, 0xa7, 0x63, 0xff, 0xe1, 0xa6, 0x60, 0xff, 0xe1, 0xa3, 0x5b, 0xff, 0xe1, 0xa1, 0x5c, 0xff, 0xe1, 0xa3, 0x5e, 0xff, 0xe0, 0xa3, 0x5e, 0xff, 0xe1, 0xa3, 0x5f, 0xff, 0xdf, 0x9d, 0x5a, 0xff, 0xdf, 0x9a, 0x56, 0xff, 0xdf, 0x9d, 0x56, 0xff, 0xe0, 0xa0, 0x57, 0xff, 0xe0, 0x9f, 0x57, 0xff, 0xdf, 0xa1, 0x59, 0xff, 0xdf, 0x9d, 0x52, 0xff, 0xde, 0x9c, 0x4a, 0xff, 0xdf, 0x9e, 0x4a, 0xff, 0xe2, 0x9c, 0x4c, 0xff, 0xde, 0x99, 0x4c, 0xff, 0xdd, 0x97, 0x4b, 0xff, 0xde, 0x94, 0x48, 0xff, 0xe0, 0x95, 0x46, 0xff, 0xde, 0x96, 0x48, 0xff, 0xcb, 0x8b, 0x49, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb8, 0x7f, 0x4d, 0xff, 0xb7, 0x80, 0x4d, 0xff, 0xb6, 0x80, 0x4f, 0xff, 0xb6, 0x7e, 0x4e, 0xff, 0xb5, 0x7c, 0x4c, 0xff, 0xb4, 0x7b, 0x4b, 0xff, 0xb2, 0x78, 0x49, 0xff, 0xaf, 0x77, 0x48, 0xff, 0xaf, 0x75, 0x48, 0xff, 0xae, 0x73, 0x47, 0xff, 0xad, 0x73, 0x46, 0xff, 0xab, 0x72, 0x44, 0xff, 0xa6, 0x6d, 0x42, 0xff, 0xa2, 0x6a, 0x3f, 0xff, 0xa2, 0x6a, 0x3e, 0xff, 0xa1, 0x69, 0x3c, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa1, 0x69, 0x3a, 0xff, 0xa0, 0x69, 0x3a, 0xff, 0xa2, 0x6a, 0x3b, 0xff, 0x9c, 0x64, 0x37, 0xff, 0x93, 0x58, 0x33, 0xff, 0x92, 0x58, 0x33, 0xff, 0x93, 0x59, 0x33, 0xff, 0x93, 0x59, 0x33, 0xff, 0x93, 0x5a, 0x33, 0xff, 0x95, 0x5b, 0x33, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x95, 0x5b, 0x33, 0xff, 0x96, 0x5c, 0x32, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x9a, 0x5f, 0x33, 0xff, 0x99, 0x5f, 0x33, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x97, 0x5b, 0x31, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x9b, 0x60, 0x34, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9f, 0x65, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa6, 0x6b, 0x3a, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xaa, 0x71, 0x41, 0xff, 0xac, 0x73, 0x42, 0xff, 0xae, 0x77, 0x45, 0xff, 0xb0, 0x79, 0x46, 0xff, 0xb2, 0x7a, 0x47, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb9, 0x7e, 0x48, 0xff, 0xbb, 0x7f, 0x4a, 0xff, 0xbd, 0x82, 0x49, 0xff, 0xc0, 0x85, 0x4a, 0xff, 0xc5, 0x87, 0x4c, 0xff, 0xca, 0x89, 0x4c, 0xff, 0xd2, 0x8c, 0x4d, 0xff, 0xda, 0x91, 0x4e, 0xff, 0xdf, 0x94, 0x4e, 0xff, 0xe1, 0x9a, 0x54, 0xff, 0xe0, 0xa1, 0x5a, 0xff, 0xdf, 0xa9, 0x5f, 0xff, 0xe2, 0xb7, 0x68, 0xff, 0xdd, 0xc4, 0x6f, 0xff, 0xd9, 0xc9, 0x75, 0xff, 0xd8, 0xcc, 0x7c, 0xff, 0xd6, 0xcb, 0x7f, 0xff, 0xd8, 0xc9, 0x7f, 0xff, 0xd9, 0xcb, 0x82, 0xff, 0xd9, 0xca, 0x83, 0xff, 0xd8, 0xca, 0x80, 0xff, 0xd9, 0xca, 0x80, 0xff, 0xd7, 0xca, 0x7f, 0xff, 0xd6, 0xcb, 0x7a, 0xff, 0xd7, 0xca, 0x7a, 0xff, 0xd6, 0xc9, 0x7a, 0xff, 0xd5, 0xca, 0x79, 0xff, 0xd6, 0xcc, 0x7c, 0xff, 0xdc, 0xcb, 0x7d, 0xff, 0xe0, 0xc3, 0x79, 0xff, 0xe1, 0xbd, 0x7e, 0xff, 0xe1, 0xb8, 0x7d, 0xff, 0xe2, 0xaf, 0x7f, 0xff, 0xe1, 0xaf, 0x7f, 0xff, 0xe2, 0xb6, 0x83, 0xff, 0xe2, 0xbd, 0x86, 0xff, 0xe2, 0xbe, 0x85, 0xff, 0xe1, 0xba, 0x7f, 0xff, 0xe2, 0xba, 0x79, 0xff, 0xe1, 0xb9, 0x73, 0xff, 0xe2, 0xb7, 0x6e, 0xff, 0xe2, 0xb1, 0x6b, 0xff, 0xdf, 0xa7, 0x65, 0xff, 0xde, 0xa9, 0x63, 0xff, 0xde, 0xaa, 0x5f, 0xff, 0xe0, 0xa7, 0x60, 0xff, 0xce, 0x97, 0x56, 0xff, 0xa4, 0x6c, 0x3e, 0xff, 0xa1, 0x67, 0x37, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa3, 0x67, 0x37, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa3, 0x67, 0x37, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa2, 0x65, 0x39, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9c, 0x60, 0x33, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x98, 0x5e, 0x31, 0xff, 0x97, 0x5c, 0x30, 0xff, 0x97, 0x5c, 0x30, 0xff, 0x97, 0x5a, 0x2f, 0xff, 0x97, 0x5a, 0x2e, 0xff, 0x97, 0x59, 0x2e, 0xff, 0x95, 0x59, 0x2d, 0xff, 0x96, 0x59, 0x2f, 0xff, 0x95, 0x5a, 0x2f, 0xff, 0x93, 0x57, 0x31, 0xff, 0x91, 0x55, 0x32, 0xff, 0x95, 0x59, 0x34, 0xff, 0x93, 0x57, 0x33, 0xff, 0x94, 0x58, 0x33, 0xff, 0x92, 0x56, 0x32, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x8e, 0x53, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8e, 0x51, 0x30, 0xff, - 0x8d, 0x51, 0x2e, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x91, 0x53, 0x30, 0xff, 0x92, 0x55, 0x31, 0xff, 0x93, 0x55, 0x30, 0xff, 0x92, 0x55, 0x30, 0xff, 0x93, 0x56, 0x31, 0xff, 0x96, 0x58, 0x31, 0xff, 0x97, 0x59, 0x32, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa2, 0x63, 0x36, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xab, 0x6e, 0x3b, 0xff, 0xae, 0x72, 0x3f, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xb3, 0x77, 0x45, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb8, 0x7b, 0x46, 0xff, 0xb9, 0x7b, 0x45, 0xff, 0xbd, 0x7d, 0x46, 0xff, 0xc2, 0x80, 0x49, 0xff, 0xc8, 0x84, 0x4b, 0xff, 0xca, 0x87, 0x4e, 0xff, 0xc5, 0x84, 0x4d, 0xff, 0xcc, 0x88, 0x4f, 0xff, 0xd3, 0x8d, 0x52, 0xff, 0xd6, 0x90, 0x55, 0xff, 0xd9, 0x95, 0x57, 0xff, 0xdd, 0x96, 0x59, 0xff, 0xe1, 0x99, 0x5b, 0xff, 0xe2, 0x9d, 0x5f, 0xff, 0xe2, 0xa2, 0x61, 0xff, 0xe2, 0xa3, 0x62, 0xff, 0xe2, 0xa3, 0x63, 0xff, 0xe1, 0xa4, 0x62, 0xff, 0xe1, 0xa1, 0x61, 0xff, 0xe1, 0xa2, 0x62, 0xff, 0xe2, 0xa3, 0x61, 0xff, 0xe2, 0xa5, 0x63, 0xff, 0xe2, 0xa8, 0x64, 0xff, 0xe1, 0xab, 0x68, 0xff, 0xe1, 0xb0, 0x6a, 0xff, 0xe1, 0xb5, 0x68, 0xff, 0xe1, 0xb1, 0x64, 0xff, 0xe1, 0xad, 0x61, 0xff, 0xe1, 0xa5, 0x5b, 0xff, 0xe1, 0xa3, 0x5b, 0xff, 0xe1, 0xa5, 0x5f, 0xff, 0xdf, 0xae, 0x67, 0xff, 0xe1, 0xb2, 0x6b, 0xff, 0xe2, 0xad, 0x68, 0xff, 0xe1, 0xa9, 0x62, 0xff, 0xe0, 0xa8, 0x5e, 0xff, 0xe1, 0xa3, 0x5d, 0xff, 0xe1, 0xa3, 0x5d, 0xff, 0xe2, 0xa3, 0x5e, 0xff, 0xe1, 0xa3, 0x5f, 0xff, 0xe0, 0xa5, 0x61, 0xff, 0xe1, 0xa5, 0x62, 0xff, 0xdf, 0x9f, 0x5b, 0xff, 0xe0, 0x9b, 0x54, 0xff, 0xe0, 0x9c, 0x55, 0xff, 0xe1, 0x9e, 0x56, 0xff, 0xe0, 0x9e, 0x57, 0xff, 0xdf, 0x9e, 0x53, 0xff, 0xdf, 0x9d, 0x4d, 0xff, 0xdf, 0x9b, 0x4e, 0xff, 0xe0, 0x9a, 0x4c, 0xff, 0xdf, 0x98, 0x4b, 0xff, 0xde, 0x97, 0x4b, 0xff, 0xde, 0x97, 0x4a, 0xff, 0xe0, 0x95, 0x49, 0xff, 0xda, 0x92, 0x49, 0xff, 0xc0, 0x84, 0x48, 0xff, 0xbb, 0x82, 0x4e, 0xff, 0xbb, 0x83, 0x52, 0xff, 0xba, 0x82, 0x55, 0xff, 0xb9, 0x81, 0x55, 0xff, 0xb9, 0x81, 0x55, 0xff, 0xb8, 0x80, 0x53, 0xff, 0xb7, 0x7f, 0x51, 0xff, 0xb5, 0x7d, 0x4f, 0xff, 0xb3, 0x7b, 0x4d, 0xff, 0xb2, 0x79, 0x4c, 0xff, 0xb1, 0x79, 0x4a, 0xff, 0xaa, 0x72, 0x45, 0xff, 0xa3, 0x6c, 0x41, 0xff, 0xa1, 0x6a, 0x40, 0xff, 0xa1, 0x6a, 0x3d, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa1, 0x6a, 0x3a, 0xff, 0xa2, 0x6b, 0x3b, 0xff, 0x9e, 0x66, 0x3a, 0xff, 0x94, 0x5b, 0x34, 0xff, 0x92, 0x58, 0x33, 0xff, 0x93, 0x57, 0x33, 0xff, 0x92, 0x57, 0x33, 0xff, 0x92, 0x59, 0x33, 0xff, 0x93, 0x59, 0x33, 0xff, 0x93, 0x5a, 0x33, 0xff, 0x94, 0x59, 0x33, 0xff, 0x94, 0x5a, 0x32, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x95, 0x5b, 0x32, 0xff, 0x96, 0x5d, 0x33, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x94, 0x59, 0x31, 0xff, 0x95, 0x58, 0x31, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x96, 0x5c, 0x32, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9e, 0x63, 0x36, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x67, 0x38, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xab, 0x72, 0x41, 0xff, 0xac, 0x72, 0x42, 0xff, 0xad, 0x75, 0x43, 0xff, 0xaf, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x45, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb8, 0x7e, 0x46, 0xff, 0xba, 0x80, 0x49, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xc0, 0x83, 0x4a, 0xff, 0xc4, 0x86, 0x4a, 0xff, 0xc9, 0x89, 0x4b, 0xff, 0xd0, 0x8a, 0x4a, 0xff, 0xd8, 0x8d, 0x4a, 0xff, 0xde, 0x92, 0x4c, 0xff, 0xe0, 0x98, 0x53, 0xff, 0xdf, 0xa0, 0x58, 0xff, 0xdf, 0xa7, 0x5f, 0xff, 0xe0, 0xb0, 0x65, 0xff, 0xe0, 0xbd, 0x6a, 0xff, 0xdb, 0xc8, 0x70, 0xff, 0xdb, 0xcc, 0x75, 0xff, 0xda, 0xcc, 0x7a, 0xff, 0xd8, 0xcb, 0x7a, 0xff, 0xd7, 0xcb, 0x7b, 0xff, 0xd6, 0xca, 0x7b, 0xff, 0xd7, 0xca, 0x79, 0xff, 0xd5, 0xca, 0x7b, 0xff, 0xd6, 0xcb, 0x7a, 0xff, 0xd6, 0xca, 0x78, 0xff, 0xd5, 0xca, 0x77, 0xff, 0xd4, 0xca, 0x76, 0xff, 0xd6, 0xca, 0x78, 0xff, 0xdb, 0xca, 0x78, 0xff, 0xe0, 0xc7, 0x78, 0xff, 0xe0, 0xbf, 0x77, 0xff, 0xe2, 0xbb, 0x78, 0xff, 0xe2, 0xaf, 0x7a, 0xff, 0xe1, 0xad, 0x7b, 0xff, 0xe1, 0xae, 0x7e, 0xff, 0xe1, 0xb1, 0x80, 0xff, 0xe1, 0xb8, 0x81, 0xff, 0xe1, 0xbc, 0x7f, 0xff, 0xe2, 0xbb, 0x7a, 0xff, 0xe2, 0xba, 0x74, 0xff, 0xe2, 0xb9, 0x6f, 0xff, 0xe1, 0xb4, 0x6d, 0xff, 0xdf, 0xa7, 0x65, 0xff, 0xdf, 0xa8, 0x64, 0xff, 0xdf, 0xa5, 0x60, 0xff, 0xe0, 0xa4, 0x5c, 0xff, 0xcd, 0x95, 0x53, 0xff, 0xa3, 0x6a, 0x3b, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa3, 0x67, 0x37, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa2, 0x69, 0x3a, 0xff, 0x9e, 0x64, 0x38, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9f, 0x64, 0x37, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x98, 0x5e, 0x32, 0xff, 0x98, 0x5e, 0x32, 0xff, 0x99, 0x5e, 0x32, 0xff, 0x98, 0x5e, 0x32, 0xff, 0x98, 0x5e, 0x32, 0xff, 0x98, 0x5e, 0x32, 0xff, 0x99, 0x5d, 0x31, 0xff, 0x97, 0x5b, 0x30, 0xff, 0x98, 0x5c, 0x2f, 0xff, 0x98, 0x5a, 0x2e, 0xff, 0x96, 0x59, 0x2d, 0xff, 0x97, 0x5a, 0x2e, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x93, 0x57, 0x31, 0xff, 0x8f, 0x54, 0x32, 0xff, 0x92, 0x57, 0x33, 0xff, 0x92, 0x56, 0x32, 0xff, 0x92, 0x55, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x91, 0x56, 0x32, 0xff, 0x91, 0x56, 0x33, 0xff, 0x90, 0x54, 0x32, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8e, 0x51, 0x2f, 0xff, - 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x91, 0x53, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x95, 0x57, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9a, 0x5c, 0x32, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0xa0, 0x63, 0x35, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xae, 0x70, 0x3e, 0xff, 0xb0, 0x74, 0x41, 0xff, 0xb4, 0x78, 0x43, 0xff, 0xb7, 0x78, 0x44, 0xff, 0xb8, 0x79, 0x44, 0xff, 0xbb, 0x7b, 0x44, 0xff, 0xbf, 0x7c, 0x47, 0xff, 0xc5, 0x82, 0x4a, 0xff, 0xc7, 0x85, 0x4d, 0xff, 0xc9, 0x87, 0x4d, 0xff, 0xcb, 0x87, 0x4d, 0xff, 0xd1, 0x8d, 0x51, 0xff, 0xd5, 0x91, 0x54, 0xff, 0xd7, 0x95, 0x59, 0xff, 0xdc, 0x97, 0x5a, 0xff, 0xe1, 0x9d, 0x5d, 0xff, 0xe2, 0x9f, 0x5e, 0xff, 0xe1, 0xa1, 0x61, 0xff, 0xe1, 0xa3, 0x62, 0xff, 0xe2, 0xa4, 0x65, 0xff, 0xe2, 0xa7, 0x65, 0xff, 0xe1, 0xa6, 0x63, 0xff, 0xe2, 0xa5, 0x64, 0xff, 0xe2, 0xa5, 0x62, 0xff, 0xe2, 0xa6, 0x64, 0xff, 0xe2, 0xa7, 0x63, 0xff, 0xe2, 0xaa, 0x65, 0xff, 0xe0, 0xad, 0x67, 0xff, 0xe2, 0xb8, 0x6a, 0xff, 0xe1, 0xb5, 0x67, 0xff, 0xe1, 0xaf, 0x62, 0xff, 0xe1, 0xaa, 0x60, 0xff, 0xe0, 0xa2, 0x59, 0xff, 0xe1, 0xa3, 0x5b, 0xff, 0xe1, 0xa5, 0x5d, 0xff, 0xde, 0xa5, 0x5d, 0xff, 0xdd, 0xae, 0x64, 0xff, 0xe2, 0xb3, 0x67, 0xff, 0xe1, 0xad, 0x63, 0xff, 0xdf, 0xa4, 0x61, 0xff, 0xdf, 0xa5, 0x62, 0xff, 0xdf, 0xa4, 0x61, 0xff, 0xe1, 0xa6, 0x62, 0xff, 0xe1, 0xa6, 0x62, 0xff, 0xe0, 0xa2, 0x60, 0xff, 0xe1, 0xa0, 0x5f, 0xff, 0xe1, 0x9c, 0x5c, 0xff, 0xe0, 0x95, 0x54, 0xff, 0xe1, 0x96, 0x56, 0xff, 0xe1, 0x98, 0x58, 0xff, 0xe1, 0x99, 0x53, 0xff, 0xe1, 0x98, 0x4c, 0xff, 0xdd, 0x99, 0x4b, 0xff, 0xde, 0x98, 0x4c, 0xff, 0xdf, 0x98, 0x4c, 0xff, 0xdf, 0x99, 0x4c, 0xff, 0xe0, 0x9a, 0x4c, 0xff, 0xdf, 0x99, 0x4a, 0xff, 0xcf, 0x8f, 0x4c, 0xff, 0xbf, 0x82, 0x4c, 0xff, 0xbe, 0x83, 0x4d, 0xff, 0xbe, 0x85, 0x52, 0xff, 0xbe, 0x86, 0x56, 0xff, 0xbd, 0x85, 0x56, 0xff, 0xbb, 0x83, 0x56, 0xff, 0xbb, 0x83, 0x57, 0xff, 0xba, 0x82, 0x54, 0xff, 0xb8, 0x80, 0x51, 0xff, 0xb8, 0x7f, 0x51, 0xff, 0xb0, 0x78, 0x4c, 0xff, 0xa3, 0x6c, 0x43, 0xff, 0xa1, 0x6b, 0x40, 0xff, 0xa1, 0x69, 0x3d, 0xff, 0xa1, 0x69, 0x3c, 0xff, 0xa0, 0x69, 0x3b, 0xff, 0xa1, 0x68, 0x3b, 0xff, 0xa1, 0x69, 0x3a, 0xff, 0xa2, 0x6a, 0x3b, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0x98, 0x5f, 0x36, 0xff, 0x92, 0x58, 0x33, 0xff, 0x93, 0x59, 0x33, 0xff, 0x93, 0x59, 0x33, 0xff, 0x92, 0x58, 0x33, 0xff, 0x92, 0x57, 0x32, 0xff, 0x92, 0x58, 0x33, 0xff, 0x93, 0x59, 0x32, 0xff, 0x92, 0x58, 0x31, 0xff, 0x93, 0x58, 0x31, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x96, 0x5c, 0x32, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x94, 0x5a, 0x32, 0xff, 0x91, 0x57, 0x30, 0xff, 0x92, 0x57, 0x30, 0xff, 0x94, 0x59, 0x31, 0xff, 0x95, 0x5a, 0x30, 0xff, 0x95, 0x59, 0x31, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x99, 0x5e, 0x33, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9c, 0x61, 0x35, 0xff, 0x9d, 0x62, 0x35, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa1, 0x67, 0x39, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa7, 0x6f, 0x3e, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xac, 0x73, 0x41, 0xff, 0xad, 0x74, 0x43, 0xff, 0xaf, 0x76, 0x45, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb2, 0x78, 0x44, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb7, 0x7c, 0x44, 0xff, 0xb9, 0x7d, 0x45, 0xff, 0xba, 0x7d, 0x45, 0xff, 0xbf, 0x82, 0x48, 0xff, 0xc2, 0x83, 0x4a, 0xff, 0xc7, 0x85, 0x49, 0xff, 0xce, 0x8a, 0x47, 0xff, 0xd6, 0x8c, 0x48, 0xff, 0xdd, 0x91, 0x4b, 0xff, 0xe2, 0x99, 0x53, 0xff, 0xdf, 0x9d, 0x56, 0xff, 0xdf, 0xa4, 0x5c, 0xff, 0xdf, 0xac, 0x63, 0xff, 0xdf, 0xb3, 0x66, 0xff, 0xe1, 0xbd, 0x6a, 0xff, 0xe0, 0xc9, 0x71, 0xff, 0xdd, 0xcd, 0x77, 0xff, 0xda, 0xc9, 0x77, 0xff, 0xd8, 0xc9, 0x77, 0xff, 0xd6, 0xc8, 0x76, 0xff, 0xd7, 0xca, 0x74, 0xff, 0xd9, 0xc7, 0x71, 0xff, 0xd8, 0xc8, 0x72, 0xff, 0xd6, 0xc9, 0x70, 0xff, 0xd6, 0xc9, 0x72, 0xff, 0xd9, 0xca, 0x71, 0xff, 0xdb, 0xc9, 0x74, 0xff, 0xde, 0xc8, 0x76, 0xff, 0xe1, 0xc4, 0x75, 0xff, 0xe1, 0xbc, 0x75, 0xff, 0xe0, 0xb2, 0x75, 0xff, 0xe0, 0xae, 0x77, 0xff, 0xe2, 0xad, 0x78, 0xff, 0xe1, 0xae, 0x78, 0xff, 0xe2, 0xad, 0x76, 0xff, 0xe1, 0xb5, 0x78, 0xff, 0xe2, 0xba, 0x78, 0xff, 0xe2, 0xbb, 0x74, 0xff, 0xe2, 0xb9, 0x70, 0xff, 0xe2, 0xb7, 0x6b, 0xff, 0xe1, 0xa9, 0x68, 0xff, 0xde, 0xa8, 0x63, 0xff, 0xe1, 0xa8, 0x60, 0xff, 0xe0, 0xa5, 0x5c, 0xff, 0xc8, 0x91, 0x52, 0xff, 0xa2, 0x66, 0x39, 0xff, 0x9f, 0x64, 0x36, 0xff, 0xa3, 0x67, 0x37, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa3, 0x67, 0x36, 0xff, 0xa3, 0x67, 0x36, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa2, 0x69, 0x39, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa1, 0x64, 0x37, 0xff, 0x9f, 0x64, 0x37, 0xff, 0xa1, 0x66, 0x39, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x99, 0x5e, 0x33, 0xff, 0x99, 0x5e, 0x32, 0xff, 0x98, 0x5e, 0x32, 0xff, 0x99, 0x5f, 0x33, 0xff, 0x99, 0x5f, 0x33, 0xff, 0x9a, 0x5f, 0x32, 0xff, 0x99, 0x5e, 0x31, 0xff, 0x99, 0x5d, 0x30, 0xff, 0x99, 0x5d, 0x30, 0xff, 0x96, 0x59, 0x2e, 0xff, 0x97, 0x5b, 0x2d, 0xff, 0x96, 0x59, 0x30, 0xff, 0x92, 0x56, 0x32, 0xff, 0x8f, 0x54, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x91, 0x54, 0x31, 0xff, 0x91, 0x56, 0x33, 0xff, 0x91, 0x56, 0x33, 0xff, 0x90, 0x55, 0x32, 0xff, 0x90, 0x54, 0x32, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8b, 0x50, 0x2c, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2c, 0xff, - 0x89, 0x4e, 0x2a, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x89, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x94, 0x56, 0x30, 0xff, 0x96, 0x58, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x99, 0x59, 0x31, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0xa0, 0x61, 0x34, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xad, 0x6f, 0x3c, 0xff, 0xaf, 0x70, 0x3c, 0xff, 0xb1, 0x72, 0x3e, 0xff, 0xb4, 0x75, 0x40, 0xff, 0xb6, 0x78, 0x41, 0xff, 0xb9, 0x78, 0x42, 0xff, 0xbb, 0x7b, 0x44, 0xff, 0xc1, 0x7e, 0x45, 0xff, 0xc5, 0x83, 0x4a, 0xff, 0xca, 0x87, 0x4e, 0xff, 0xca, 0x87, 0x4d, 0xff, 0xd0, 0x8c, 0x51, 0xff, 0xd4, 0x91, 0x57, 0xff, 0xd8, 0x96, 0x59, 0xff, 0xdb, 0x98, 0x5c, 0xff, 0xdf, 0x9c, 0x5e, 0xff, 0xe2, 0xa1, 0x61, 0xff, 0xe2, 0xa1, 0x62, 0xff, 0xe2, 0xa2, 0x64, 0xff, 0xe2, 0xa3, 0x67, 0xff, 0xe1, 0xa6, 0x69, 0xff, 0xe1, 0xa8, 0x69, 0xff, 0xe2, 0xa6, 0x68, 0xff, 0xe2, 0xa7, 0x66, 0xff, 0xe2, 0xa7, 0x65, 0xff, 0xe2, 0xa6, 0x64, 0xff, 0xe2, 0xaa, 0x65, 0xff, 0xe2, 0xae, 0x67, 0xff, 0xe1, 0xb2, 0x6a, 0xff, 0xe2, 0xb9, 0x6c, 0xff, 0xe2, 0xb6, 0x68, 0xff, 0xe0, 0xaa, 0x5f, 0xff, 0xe0, 0xa6, 0x5f, 0xff, 0xdf, 0xa1, 0x5b, 0xff, 0xe1, 0xa2, 0x5a, 0xff, 0xe0, 0xa2, 0x55, 0xff, 0xe0, 0xa3, 0x53, 0xff, 0xe0, 0xa2, 0x56, 0xff, 0xde, 0xa3, 0x5e, 0xff, 0xdf, 0xa3, 0x62, 0xff, 0xe0, 0xa4, 0x62, 0xff, 0xdf, 0xa2, 0x62, 0xff, 0xe1, 0xa0, 0x60, 0xff, 0xe1, 0x9f, 0x5d, 0xff, 0xe1, 0xa0, 0x5e, 0xff, 0xe1, 0xa1, 0x5f, 0xff, 0xe1, 0x9f, 0x5d, 0xff, 0xe1, 0x99, 0x59, 0xff, 0xe1, 0x98, 0x58, 0xff, 0xe2, 0x98, 0x58, 0xff, 0xdf, 0x99, 0x56, 0xff, 0xde, 0x98, 0x50, 0xff, 0xdf, 0x97, 0x4f, 0xff, 0xe0, 0x97, 0x4e, 0xff, 0xe0, 0x96, 0x4d, 0xff, 0xdf, 0x97, 0x4c, 0xff, 0xde, 0x98, 0x4d, 0xff, 0xdc, 0x97, 0x4f, 0xff, 0xcd, 0x8b, 0x4d, 0xff, 0xc3, 0x83, 0x4d, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc2, 0x86, 0x51, 0xff, 0xc0, 0x87, 0x52, 0xff, 0xbf, 0x87, 0x54, 0xff, 0xbf, 0x86, 0x55, 0xff, 0xbd, 0x85, 0x52, 0xff, 0xbd, 0x83, 0x53, 0xff, 0xb6, 0x7c, 0x4f, 0xff, 0xa7, 0x6f, 0x42, 0xff, 0xa3, 0x6b, 0x40, 0xff, 0xa2, 0x6c, 0x40, 0xff, 0xa1, 0x6a, 0x3d, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa1, 0x68, 0x3c, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa0, 0x6a, 0x3b, 0xff, 0x99, 0x62, 0x37, 0xff, 0x92, 0x59, 0x33, 0xff, 0x93, 0x59, 0x33, 0xff, 0x93, 0x59, 0x33, 0xff, 0x92, 0x59, 0x34, 0xff, 0x92, 0x58, 0x34, 0xff, 0x92, 0x58, 0x33, 0xff, 0x91, 0x58, 0x32, 0xff, 0x91, 0x57, 0x31, 0xff, 0x92, 0x57, 0x31, 0xff, 0x93, 0x58, 0x31, 0xff, 0x94, 0x5a, 0x32, 0xff, 0x95, 0x5b, 0x32, 0xff, 0x93, 0x58, 0x31, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x90, 0x56, 0x30, 0xff, 0x92, 0x58, 0x2f, 0xff, 0x94, 0x59, 0x31, 0xff, 0x94, 0x59, 0x31, 0xff, 0x95, 0x5b, 0x31, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9b, 0x60, 0x34, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9f, 0x64, 0x37, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa5, 0x6c, 0x3c, 0xff, 0xa6, 0x6c, 0x3e, 0xff, 0xa8, 0x6d, 0x3f, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa9, 0x71, 0x41, 0xff, 0xac, 0x71, 0x42, 0xff, 0xad, 0x74, 0x42, 0xff, 0xae, 0x76, 0x43, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb0, 0x77, 0x41, 0xff, 0xb4, 0x79, 0x42, 0xff, 0xb6, 0x7a, 0x42, 0xff, 0xb8, 0x7d, 0x43, 0xff, 0xba, 0x7e, 0x44, 0xff, 0xbd, 0x80, 0x43, 0xff, 0xc0, 0x82, 0x43, 0xff, 0xc5, 0x86, 0x43, 0xff, 0xcd, 0x88, 0x43, 0xff, 0xd2, 0x8b, 0x43, 0xff, 0xda, 0x8f, 0x47, 0xff, 0xdf, 0x97, 0x4f, 0xff, 0xe0, 0x9d, 0x55, 0xff, 0xe0, 0xa4, 0x5b, 0xff, 0xe2, 0xaa, 0x62, 0xff, 0xe0, 0xad, 0x66, 0xff, 0xe0, 0xb8, 0x6b, 0xff, 0xe1, 0xc0, 0x6f, 0xff, 0xe1, 0xc4, 0x70, 0xff, 0xe0, 0xc7, 0x6f, 0xff, 0xde, 0xc8, 0x6f, 0xff, 0xe0, 0xc8, 0x6e, 0xff, 0xde, 0xc8, 0x6d, 0xff, 0xdf, 0xc7, 0x6c, 0xff, 0xdd, 0xc7, 0x6e, 0xff, 0xdc, 0xc9, 0x6c, 0xff, 0xdc, 0xc9, 0x6c, 0xff, 0xdf, 0xc9, 0x6f, 0xff, 0xe2, 0xc7, 0x72, 0xff, 0xe2, 0xc5, 0x73, 0xff, 0xe1, 0xc0, 0x74, 0xff, 0xe1, 0xb5, 0x72, 0xff, 0xe1, 0xb0, 0x70, 0xff, 0xe1, 0xae, 0x6e, 0xff, 0xe1, 0xaf, 0x70, 0xff, 0xe1, 0xad, 0x70, 0xff, 0xe1, 0xad, 0x6f, 0xff, 0xe1, 0xb0, 0x71, 0xff, 0xe0, 0xb6, 0x72, 0xff, 0xe1, 0xb8, 0x71, 0xff, 0xe1, 0xb3, 0x6d, 0xff, 0xdf, 0xab, 0x67, 0xff, 0xe0, 0xa4, 0x63, 0xff, 0xdc, 0xa6, 0x60, 0xff, 0xe2, 0xa6, 0x5d, 0xff, 0xc9, 0x8f, 0x53, 0xff, 0xa1, 0x64, 0x39, 0xff, 0x9e, 0x61, 0x35, 0xff, 0xa2, 0x66, 0x36, 0xff, 0xa2, 0x66, 0x36, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa2, 0x69, 0x38, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa2, 0x69, 0x37, 0xff, 0xa2, 0x66, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x66, 0x37, 0xff, 0x9c, 0x61, 0x35, 0xff, 0x9a, 0x60, 0x33, 0xff, 0x99, 0x5f, 0x32, 0xff, 0x99, 0x60, 0x33, 0xff, 0x99, 0x5f, 0x33, 0xff, 0x99, 0x5f, 0x33, 0xff, 0x99, 0x5e, 0x31, 0xff, 0x9a, 0x5d, 0x30, 0xff, 0x99, 0x5c, 0x2f, 0xff, 0x97, 0x5c, 0x2e, 0xff, 0x96, 0x59, 0x30, 0xff, 0x92, 0x56, 0x32, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x91, 0x55, 0x32, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x90, 0x54, 0x32, 0xff, 0x91, 0x56, 0x33, 0xff, 0x8f, 0x54, 0x32, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x50, 0x2c, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8a, 0x4d, 0x2a, 0xff, - 0x87, 0x4c, 0x28, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x88, 0x4e, 0x28, 0xff, 0x89, 0x4e, 0x29, 0xff, 0x89, 0x4e, 0x2a, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8e, 0x51, 0x2b, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x57, 0x30, 0xff, 0x99, 0x59, 0x31, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0xa5, 0x65, 0x39, 0xff, 0xa9, 0x6a, 0x3c, 0xff, 0xad, 0x6e, 0x3f, 0xff, 0xaf, 0x71, 0x41, 0xff, 0xb3, 0x75, 0x42, 0xff, 0xb4, 0x75, 0x42, 0xff, 0xb7, 0x78, 0x44, 0xff, 0xbb, 0x79, 0x45, 0xff, 0xbd, 0x7b, 0x46, 0xff, 0xc2, 0x80, 0x49, 0xff, 0xc7, 0x83, 0x4a, 0xff, 0xc9, 0x84, 0x4b, 0xff, 0xc9, 0x86, 0x4d, 0xff, 0xca, 0x87, 0x4e, 0xff, 0xcd, 0x89, 0x4e, 0xff, 0xd4, 0x8f, 0x53, 0xff, 0xd7, 0x96, 0x59, 0xff, 0xdb, 0x99, 0x5e, 0xff, 0xdf, 0x9e, 0x61, 0xff, 0xe1, 0xa3, 0x63, 0xff, 0xe2, 0xa2, 0x66, 0xff, 0xe2, 0xa4, 0x68, 0xff, 0xe1, 0xa3, 0x69, 0xff, 0xe1, 0xa5, 0x6a, 0xff, 0xe3, 0xa8, 0x6b, 0xff, 0xe2, 0xa8, 0x6a, 0xff, 0xe1, 0xa7, 0x6a, 0xff, 0xe2, 0xa9, 0x67, 0xff, 0xe2, 0xa9, 0x65, 0xff, 0xe2, 0xa9, 0x64, 0xff, 0xe2, 0xac, 0x66, 0xff, 0xe0, 0xae, 0x68, 0xff, 0xe2, 0xb5, 0x6c, 0xff, 0xe2, 0xba, 0x6e, 0xff, 0xe1, 0xb4, 0x6a, 0xff, 0xe0, 0xa8, 0x5e, 0xff, 0xe1, 0xa6, 0x59, 0xff, 0xe0, 0xa6, 0x55, 0xff, 0xe1, 0xa7, 0x57, 0xff, 0xe0, 0xa3, 0x55, 0xff, 0xe1, 0xa3, 0x53, 0xff, 0xdf, 0x9b, 0x51, 0xff, 0xdf, 0x9e, 0x57, 0xff, 0xe1, 0x9f, 0x5c, 0xff, 0xe0, 0xa0, 0x5e, 0xff, 0xe1, 0xa1, 0x61, 0xff, 0xe1, 0xa2, 0x61, 0xff, 0xe0, 0xa0, 0x5f, 0xff, 0xe1, 0x9f, 0x5e, 0xff, 0xe2, 0x9f, 0x5f, 0xff, 0xe1, 0x9c, 0x5e, 0xff, 0xe0, 0x98, 0x59, 0xff, 0xe0, 0x98, 0x58, 0xff, 0xe1, 0x98, 0x56, 0xff, 0xe0, 0x99, 0x51, 0xff, 0xdf, 0x99, 0x4f, 0xff, 0xe0, 0x97, 0x50, 0xff, 0xdf, 0x99, 0x4f, 0xff, 0xe0, 0x99, 0x50, 0xff, 0xe1, 0x9a, 0x4f, 0xff, 0xdb, 0x92, 0x4e, 0xff, 0xcd, 0x88, 0x50, 0xff, 0xcc, 0x89, 0x52, 0xff, 0xcc, 0x8a, 0x54, 0xff, 0xca, 0x8b, 0x55, 0xff, 0xc8, 0x8c, 0x56, 0xff, 0xc1, 0x87, 0x53, 0xff, 0xb8, 0x7e, 0x4d, 0xff, 0xb2, 0x79, 0x4a, 0xff, 0xaa, 0x72, 0x44, 0xff, 0xa3, 0x6b, 0x3e, 0xff, 0xa5, 0x6d, 0x41, 0xff, 0xa4, 0x6d, 0x40, 0xff, 0xa3, 0x6c, 0x3f, 0xff, 0xa2, 0x6d, 0x3d, 0xff, 0xa1, 0x6a, 0x3c, 0xff, 0xa1, 0x6a, 0x3c, 0xff, 0xa0, 0x69, 0x3b, 0xff, 0xa0, 0x6a, 0x3b, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0xa1, 0x6a, 0x3c, 0xff, 0x9f, 0x67, 0x3b, 0xff, 0x95, 0x5d, 0x36, 0xff, 0x92, 0x59, 0x33, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x94, 0x59, 0x34, 0xff, 0x93, 0x59, 0x34, 0xff, 0x93, 0x59, 0x33, 0xff, 0x92, 0x58, 0x33, 0xff, 0x92, 0x57, 0x32, 0xff, 0x91, 0x57, 0x30, 0xff, 0x91, 0x57, 0x31, 0xff, 0x93, 0x59, 0x32, 0xff, 0x93, 0x59, 0x32, 0xff, 0x92, 0x57, 0x31, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8f, 0x56, 0x2e, 0xff, 0x90, 0x56, 0x2e, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x93, 0x59, 0x30, 0xff, 0x94, 0x58, 0x30, 0xff, 0x96, 0x59, 0x31, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x9b, 0x61, 0x35, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0xa2, 0x6a, 0x3b, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa7, 0x6c, 0x3f, 0xff, 0xa8, 0x70, 0x40, 0xff, 0xaa, 0x71, 0x41, 0xff, 0xab, 0x71, 0x42, 0xff, 0xad, 0x73, 0x41, 0xff, 0xae, 0x74, 0x42, 0xff, 0xb0, 0x74, 0x41, 0xff, 0xb0, 0x77, 0x40, 0xff, 0xb3, 0x79, 0x42, 0xff, 0xb5, 0x79, 0x41, 0xff, 0xb7, 0x7a, 0x41, 0xff, 0xba, 0x7d, 0x42, 0xff, 0xbc, 0x7f, 0x41, 0xff, 0xbd, 0x80, 0x40, 0xff, 0xc2, 0x83, 0x3f, 0xff, 0xc7, 0x86, 0x3f, 0xff, 0xce, 0x8c, 0x41, 0xff, 0xd4, 0x8f, 0x45, 0xff, 0xd9, 0x95, 0x49, 0xff, 0xde, 0x9b, 0x50, 0xff, 0xe1, 0xa0, 0x56, 0xff, 0xe0, 0xa5, 0x5c, 0xff, 0xe0, 0xa7, 0x62, 0xff, 0xe1, 0xad, 0x64, 0xff, 0xdf, 0xaf, 0x68, 0xff, 0xe0, 0xb5, 0x6b, 0xff, 0xe1, 0xbd, 0x6b, 0xff, 0xe0, 0xbf, 0x6c, 0xff, 0xdf, 0xc0, 0x6a, 0xff, 0xdf, 0xbe, 0x68, 0xff, 0xe0, 0xbc, 0x66, 0xff, 0xdf, 0xc0, 0x67, 0xff, 0xdd, 0xc1, 0x68, 0xff, 0xde, 0xc6, 0x69, 0xff, 0xe0, 0xc7, 0x6b, 0xff, 0xe1, 0xc6, 0x6d, 0xff, 0xe2, 0xc5, 0x70, 0xff, 0xe1, 0xba, 0x6f, 0xff, 0xe2, 0xb0, 0x6c, 0xff, 0xe1, 0xac, 0x6a, 0xff, 0xe3, 0xad, 0x6b, 0xff, 0xe3, 0xaf, 0x6b, 0xff, 0xe2, 0xaf, 0x6b, 0xff, 0xe1, 0xae, 0x6b, 0xff, 0xe1, 0xaf, 0x6a, 0xff, 0xe3, 0xb4, 0x6a, 0xff, 0xe0, 0xb0, 0x67, 0xff, 0xe1, 0xad, 0x69, 0xff, 0xdf, 0xa2, 0x63, 0xff, 0xe0, 0xa4, 0x60, 0xff, 0xdf, 0xa3, 0x5c, 0xff, 0xc0, 0x87, 0x4d, 0xff, 0x9f, 0x65, 0x38, 0xff, 0x9d, 0x60, 0x36, 0xff, 0xa1, 0x65, 0x36, 0xff, 0xa1, 0x64, 0x35, 0xff, 0xa0, 0x64, 0x35, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa1, 0x67, 0x39, 0xff, 0x9c, 0x61, 0x34, 0xff, 0x99, 0x5f, 0x34, 0xff, 0x9a, 0x61, 0x33, 0xff, 0x99, 0x60, 0x33, 0xff, 0x9a, 0x61, 0x33, 0xff, 0x9a, 0x5f, 0x32, 0xff, 0x9b, 0x5e, 0x30, 0xff, 0x99, 0x5d, 0x30, 0xff, 0x94, 0x58, 0x31, 0xff, 0x93, 0x56, 0x32, 0xff, 0x8f, 0x54, 0x32, 0xff, 0x8e, 0x53, 0x31, 0xff, 0x91, 0x55, 0x32, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8e, 0x53, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x88, 0x4d, 0x2a, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x87, 0x4c, 0x2a, 0xff, - 0x87, 0x4a, 0x28, 0xff, 0x87, 0x4b, 0x26, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x87, 0x4c, 0x27, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x89, 0x4c, 0x28, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa8, 0x6a, 0x3d, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xae, 0x70, 0x42, 0xff, 0xb1, 0x73, 0x44, 0xff, 0xb1, 0x73, 0x44, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb9, 0x79, 0x47, 0xff, 0xbf, 0x7e, 0x4a, 0xff, 0xc6, 0x81, 0x4d, 0xff, 0xca, 0x84, 0x4f, 0xff, 0xd5, 0x8b, 0x52, 0xff, 0xdd, 0x8e, 0x55, 0xff, 0xde, 0x93, 0x59, 0xff, 0xdd, 0x97, 0x5d, 0xff, 0xdc, 0x96, 0x5e, 0xff, 0xd9, 0x96, 0x60, 0xff, 0xd6, 0x95, 0x5b, 0xff, 0xda, 0x97, 0x5e, 0xff, 0xdf, 0x9e, 0x62, 0xff, 0xe2, 0xa3, 0x66, 0xff, 0xe2, 0xa4, 0x6b, 0xff, 0xe3, 0xa3, 0x6c, 0xff, 0xe2, 0xa5, 0x6d, 0xff, 0xe3, 0xa5, 0x6c, 0xff, 0xe3, 0xa6, 0x6e, 0xff, 0xe3, 0xa9, 0x6d, 0xff, 0xe3, 0xab, 0x6d, 0xff, 0xe3, 0xae, 0x6b, 0xff, 0xe2, 0xac, 0x69, 0xff, 0xe2, 0xad, 0x67, 0xff, 0xe2, 0xad, 0x66, 0xff, 0xe2, 0xad, 0x68, 0xff, 0xe1, 0xb2, 0x69, 0xff, 0xe1, 0xb7, 0x6c, 0xff, 0xe3, 0xbc, 0x6e, 0xff, 0xdf, 0xb6, 0x67, 0xff, 0xde, 0xa8, 0x5b, 0xff, 0xe0, 0xa8, 0x59, 0xff, 0xe0, 0xa9, 0x58, 0xff, 0xe1, 0xa8, 0x57, 0xff, 0xe0, 0xa3, 0x55, 0xff, 0xde, 0x99, 0x53, 0xff, 0xdf, 0x9c, 0x55, 0xff, 0xe0, 0x9b, 0x56, 0xff, 0xe1, 0x9a, 0x54, 0xff, 0xe0, 0x9c, 0x57, 0xff, 0xe0, 0x9d, 0x59, 0xff, 0xe0, 0x9f, 0x5d, 0xff, 0xe0, 0xa1, 0x5f, 0xff, 0xe2, 0xa2, 0x62, 0xff, 0xe2, 0x9f, 0x63, 0xff, 0xe1, 0x9d, 0x61, 0xff, 0xe2, 0x9a, 0x5b, 0xff, 0xe2, 0x9a, 0x5a, 0xff, 0xdf, 0x9b, 0x55, 0xff, 0xde, 0x9c, 0x54, 0xff, 0xe0, 0x9d, 0x55, 0xff, 0xdf, 0x9d, 0x52, 0xff, 0xe1, 0x9d, 0x52, 0xff, 0xe2, 0x9a, 0x54, 0xff, 0xde, 0x98, 0x56, 0xff, 0xda, 0x90, 0x59, 0xff, 0xd1, 0x8d, 0x57, 0xff, 0xc1, 0x85, 0x50, 0xff, 0xb9, 0x7d, 0x4b, 0xff, 0xb4, 0x7c, 0x4a, 0xff, 0xae, 0x76, 0x47, 0xff, 0xa8, 0x70, 0x43, 0xff, 0xa6, 0x6e, 0x41, 0xff, 0xa7, 0x6e, 0x42, 0xff, 0xa6, 0x6f, 0x42, 0xff, 0xa6, 0x6f, 0x41, 0xff, 0xa5, 0x6d, 0x3f, 0xff, 0xa4, 0x6c, 0x3d, 0xff, 0xa2, 0x6b, 0x3c, 0xff, 0xa2, 0x6b, 0x3c, 0xff, 0xa2, 0x6a, 0x3c, 0xff, 0xa1, 0x6a, 0x3c, 0xff, 0xa0, 0x69, 0x3c, 0xff, 0xa0, 0x69, 0x3b, 0xff, 0xa1, 0x69, 0x3d, 0xff, 0x9b, 0x62, 0x39, 0xff, 0x93, 0x58, 0x33, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x94, 0x59, 0x34, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x94, 0x59, 0x33, 0xff, 0x93, 0x57, 0x31, 0xff, 0x91, 0x57, 0x31, 0xff, 0x91, 0x57, 0x31, 0xff, 0x91, 0x57, 0x31, 0xff, 0x92, 0x58, 0x31, 0xff, 0x91, 0x57, 0x31, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x92, 0x56, 0x2e, 0xff, 0x93, 0x59, 0x30, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x99, 0x5f, 0x35, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9f, 0x64, 0x37, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa4, 0x6c, 0x3d, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xac, 0x73, 0x41, 0xff, 0xae, 0x73, 0x41, 0xff, 0xaf, 0x74, 0x3f, 0xff, 0xb0, 0x76, 0x3f, 0xff, 0xb2, 0x77, 0x40, 0xff, 0xb4, 0x79, 0x41, 0xff, 0xb7, 0x7c, 0x40, 0xff, 0xb9, 0x7b, 0x40, 0xff, 0xba, 0x7d, 0x3f, 0xff, 0xbe, 0x80, 0x3e, 0xff, 0xc1, 0x83, 0x3e, 0xff, 0xc4, 0x87, 0x3f, 0xff, 0xc9, 0x88, 0x40, 0xff, 0xd0, 0x8e, 0x43, 0xff, 0xd6, 0x94, 0x49, 0xff, 0xde, 0x9a, 0x4f, 0xff, 0xe0, 0x9d, 0x54, 0xff, 0xe1, 0x9f, 0x59, 0xff, 0xe1, 0xa4, 0x5f, 0xff, 0xe0, 0xa5, 0x61, 0xff, 0xe1, 0xa8, 0x63, 0xff, 0xe0, 0xab, 0x65, 0xff, 0xe1, 0xb0, 0x67, 0xff, 0xdf, 0xb3, 0x63, 0xff, 0xe0, 0xb3, 0x64, 0xff, 0xe0, 0xb1, 0x61, 0xff, 0xe0, 0xb2, 0x61, 0xff, 0xdf, 0xb5, 0x62, 0xff, 0xde, 0xb9, 0x64, 0xff, 0xe0, 0xbd, 0x64, 0xff, 0xe0, 0xbf, 0x66, 0xff, 0xe0, 0xc4, 0x69, 0xff, 0xe1, 0xc1, 0x6c, 0xff, 0xe1, 0xb2, 0x67, 0xff, 0xe1, 0xac, 0x64, 0xff, 0xe2, 0xad, 0x66, 0xff, 0xe2, 0xaf, 0x64, 0xff, 0xe1, 0xae, 0x66, 0xff, 0xe1, 0xb0, 0x64, 0xff, 0xe2, 0xaf, 0x64, 0xff, 0xe0, 0xaf, 0x63, 0xff, 0xe0, 0xad, 0x63, 0xff, 0xe1, 0xa8, 0x63, 0xff, 0xe1, 0xa1, 0x60, 0xff, 0xe0, 0x9f, 0x60, 0xff, 0xe0, 0xa4, 0x5a, 0xff, 0xb6, 0x81, 0x47, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9d, 0x61, 0x36, 0xff, 0xa1, 0x64, 0x36, 0xff, 0xa1, 0x65, 0x36, 0xff, 0xa1, 0x66, 0x35, 0xff, 0xa3, 0x67, 0x37, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa3, 0x67, 0x36, 0xff, 0xa2, 0x68, 0x36, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa0, 0x64, 0x39, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0xa0, 0x65, 0x39, 0xff, 0x9a, 0x60, 0x34, 0xff, 0x9a, 0x60, 0x34, 0xff, 0x9a, 0x61, 0x34, 0xff, 0x9a, 0x62, 0x33, 0xff, 0x9b, 0x5f, 0x32, 0xff, 0x98, 0x5c, 0x31, 0xff, 0x94, 0x58, 0x32, 0xff, 0x92, 0x56, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8e, 0x54, 0x31, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x88, 0x4c, 0x27, 0xff, 0x87, 0x4b, 0x28, 0xff, - 0x85, 0x4b, 0x26, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x86, 0x49, 0x26, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x86, 0x49, 0x26, 0xff, 0x86, 0x49, 0x26, 0xff, 0x87, 0x4b, 0x26, 0xff, 0x88, 0x4c, 0x26, 0xff, 0x88, 0x4d, 0x26, 0xff, 0x8a, 0x4d, 0x28, 0xff, 0x8a, 0x4d, 0x28, 0xff, 0x8b, 0x4e, 0x29, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x9c, 0x5e, 0x36, 0xff, 0xa3, 0x66, 0x3c, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa2, 0x63, 0x3a, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa8, 0x68, 0x3c, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xae, 0x70, 0x41, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb5, 0x76, 0x44, 0xff, 0xb8, 0x78, 0x46, 0xff, 0xba, 0x7a, 0x45, 0xff, 0xc2, 0x81, 0x4b, 0xff, 0xd1, 0x88, 0x51, 0xff, 0xdb, 0x8f, 0x55, 0xff, 0xe2, 0x92, 0x59, 0xff, 0xdc, 0x92, 0x58, 0xff, 0xda, 0x94, 0x5b, 0xff, 0xdd, 0x92, 0x5b, 0xff, 0xe0, 0x99, 0x63, 0xff, 0xe0, 0x9a, 0x63, 0xff, 0xe0, 0x9d, 0x64, 0xff, 0xe0, 0xa2, 0x69, 0xff, 0xe3, 0xa3, 0x6c, 0xff, 0xe3, 0xa4, 0x6e, 0xff, 0xe3, 0xa7, 0x70, 0xff, 0xe1, 0xa8, 0x70, 0xff, 0xe1, 0xa8, 0x70, 0xff, 0xe2, 0xab, 0x70, 0xff, 0xe1, 0xac, 0x71, 0xff, 0xe3, 0xae, 0x6e, 0xff, 0xe2, 0xb0, 0x6b, 0xff, 0xe2, 0xad, 0x69, 0xff, 0xe2, 0xad, 0x66, 0xff, 0xe2, 0xaf, 0x66, 0xff, 0xe2, 0xb0, 0x67, 0xff, 0xe1, 0xb5, 0x69, 0xff, 0xe3, 0xb7, 0x6b, 0xff, 0xe2, 0xb7, 0x6c, 0xff, 0xe0, 0xb4, 0x68, 0xff, 0xe0, 0xa9, 0x5c, 0xff, 0xe0, 0xab, 0x5b, 0xff, 0xe0, 0xaa, 0x58, 0xff, 0xdd, 0xa2, 0x56, 0xff, 0xe0, 0x9e, 0x56, 0xff, 0xde, 0x9c, 0x55, 0xff, 0xe0, 0x99, 0x52, 0xff, 0xdf, 0x9b, 0x52, 0xff, 0xdf, 0x9c, 0x51, 0xff, 0xe1, 0x99, 0x52, 0xff, 0xe0, 0x9b, 0x53, 0xff, 0xe2, 0xa0, 0x5b, 0xff, 0xe2, 0x9e, 0x5a, 0xff, 0xe2, 0x9d, 0x5b, 0xff, 0xe2, 0x9e, 0x5d, 0xff, 0xe0, 0x9b, 0x5e, 0xff, 0xde, 0x97, 0x58, 0xff, 0xdd, 0x9a, 0x51, 0xff, 0xdc, 0x9a, 0x4e, 0xff, 0xda, 0x9b, 0x4e, 0xff, 0xdc, 0x9d, 0x4f, 0xff, 0xde, 0x9a, 0x4c, 0xff, 0xcd, 0x90, 0x43, 0xff, 0xb5, 0x7b, 0x41, 0xff, 0xab, 0x6f, 0x3a, 0xff, 0xaa, 0x6f, 0x3d, 0xff, 0xad, 0x74, 0x46, 0xff, 0xac, 0x75, 0x45, 0xff, 0xac, 0x76, 0x45, 0xff, 0xab, 0x75, 0x46, 0xff, 0xaa, 0x72, 0x45, 0xff, 0xa9, 0x72, 0x43, 0xff, 0xa8, 0x71, 0x42, 0xff, 0xa7, 0x70, 0x42, 0xff, 0xa5, 0x6e, 0x40, 0xff, 0xa5, 0x6f, 0x3e, 0xff, 0xa5, 0x6f, 0x3c, 0xff, 0xa5, 0x6e, 0x3e, 0xff, 0xa3, 0x6c, 0x3d, 0xff, 0xa2, 0x69, 0x3c, 0xff, 0xa2, 0x6b, 0x3c, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa2, 0x6c, 0x3d, 0xff, 0x9d, 0x66, 0x3a, 0xff, 0x94, 0x59, 0x33, 0xff, 0x93, 0x5a, 0x34, 0xff, 0x93, 0x5b, 0x35, 0xff, 0x94, 0x5c, 0x34, 0xff, 0x94, 0x5b, 0x34, 0xff, 0x92, 0x59, 0x32, 0xff, 0x92, 0x58, 0x32, 0xff, 0x92, 0x59, 0x33, 0xff, 0x92, 0x58, 0x32, 0xff, 0x92, 0x57, 0x31, 0xff, 0x91, 0x58, 0x32, 0xff, 0x90, 0x57, 0x32, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8d, 0x53, 0x2d, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8f, 0x55, 0x2f, 0xff, 0x91, 0x57, 0x2f, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x93, 0x58, 0x30, 0xff, 0x93, 0x58, 0x31, 0xff, 0x95, 0x59, 0x31, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9e, 0x64, 0x38, 0xff, 0x9e, 0x65, 0x39, 0xff, 0x9f, 0x65, 0x3a, 0xff, 0xa2, 0x67, 0x3b, 0xff, 0xa2, 0x69, 0x3c, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa8, 0x6e, 0x3f, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xac, 0x73, 0x40, 0xff, 0xad, 0x74, 0x3f, 0xff, 0xae, 0x73, 0x3e, 0xff, 0xb0, 0x75, 0x3e, 0xff, 0xb2, 0x77, 0x3e, 0xff, 0xb4, 0x79, 0x40, 0xff, 0xb5, 0x79, 0x3e, 0xff, 0xb8, 0x7c, 0x3f, 0xff, 0xba, 0x7c, 0x3c, 0xff, 0xbd, 0x7f, 0x3b, 0xff, 0xc0, 0x80, 0x3b, 0xff, 0xc3, 0x86, 0x3d, 0xff, 0xc8, 0x8a, 0x43, 0xff, 0xcb, 0x8e, 0x45, 0xff, 0xd1, 0x92, 0x48, 0xff, 0xd9, 0x97, 0x4c, 0xff, 0xdb, 0x99, 0x52, 0xff, 0xde, 0x9a, 0x56, 0xff, 0xe1, 0x9d, 0x5b, 0xff, 0xe2, 0x9f, 0x5d, 0xff, 0xe1, 0xa2, 0x60, 0xff, 0xe0, 0xa4, 0x60, 0xff, 0xe1, 0xa9, 0x5f, 0xff, 0xe0, 0xaa, 0x5d, 0xff, 0xdf, 0xa9, 0x5d, 0xff, 0xe1, 0xac, 0x5d, 0xff, 0xe0, 0xac, 0x5d, 0xff, 0xe1, 0xad, 0x5e, 0xff, 0xe0, 0xb2, 0x62, 0xff, 0xe0, 0xb5, 0x61, 0xff, 0xdf, 0xb7, 0x63, 0xff, 0xe0, 0xba, 0x63, 0xff, 0xe0, 0xb8, 0x66, 0xff, 0xe2, 0xaf, 0x64, 0xff, 0xe0, 0xac, 0x62, 0xff, 0xe2, 0xad, 0x62, 0xff, 0xe2, 0xb0, 0x63, 0xff, 0xe2, 0xad, 0x60, 0xff, 0xe0, 0xab, 0x61, 0xff, 0xe0, 0xab, 0x5f, 0xff, 0xe0, 0xa9, 0x62, 0xff, 0xe1, 0xa6, 0x5f, 0xff, 0xe1, 0x9e, 0x5c, 0xff, 0xe1, 0x9a, 0x5d, 0xff, 0xe0, 0x9f, 0x57, 0xff, 0xb2, 0x7c, 0x45, 0xff, 0x9f, 0x64, 0x37, 0xff, 0x9f, 0x62, 0x36, 0xff, 0xa0, 0x65, 0x36, 0xff, 0xa0, 0x64, 0x34, 0xff, 0xa2, 0x65, 0x36, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa2, 0x65, 0x36, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa2, 0x66, 0x37, 0xff, 0x9f, 0x65, 0x37, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa0, 0x67, 0x3b, 0xff, 0xa1, 0x65, 0x3b, 0xff, 0x9d, 0x62, 0x39, 0xff, 0x9a, 0x60, 0x35, 0xff, 0x9a, 0x61, 0x34, 0xff, 0x9c, 0x61, 0x33, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x94, 0x58, 0x33, 0xff, 0x93, 0x57, 0x32, 0xff, 0x92, 0x57, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x86, 0x4a, 0x26, 0xff, 0x86, 0x49, 0x26, 0xff, 0x86, 0x49, 0x26, 0xff, - 0x83, 0x49, 0x24, 0xff, 0x84, 0x48, 0x24, 0xff, 0x83, 0x48, 0x26, 0xff, 0x84, 0x48, 0x26, 0xff, 0x83, 0x48, 0x26, 0xff, 0x83, 0x49, 0x25, 0xff, 0x83, 0x49, 0x26, 0xff, 0x84, 0x4a, 0x26, 0xff, 0x85, 0x48, 0x26, 0xff, 0x87, 0x4a, 0x26, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8f, 0x51, 0x2b, 0xff, 0x9b, 0x5f, 0x37, 0xff, 0x9d, 0x5e, 0x37, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x9c, 0x5e, 0x36, 0xff, 0x9e, 0x5e, 0x36, 0xff, 0xa0, 0x61, 0x37, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xab, 0x6c, 0x3c, 0xff, 0xae, 0x6f, 0x3f, 0xff, 0xb1, 0x72, 0x41, 0xff, 0xb5, 0x74, 0x44, 0xff, 0xb9, 0x79, 0x45, 0xff, 0xbf, 0x81, 0x4a, 0xff, 0xc3, 0x82, 0x4c, 0xff, 0xc5, 0x83, 0x4c, 0xff, 0xcc, 0x87, 0x4f, 0xff, 0xca, 0x87, 0x4f, 0xff, 0xcf, 0x89, 0x4f, 0xff, 0xda, 0x8e, 0x55, 0xff, 0xe2, 0x91, 0x59, 0xff, 0xe2, 0x95, 0x5d, 0xff, 0xe2, 0x99, 0x60, 0xff, 0xe2, 0x9e, 0x64, 0xff, 0xe2, 0xa2, 0x69, 0xff, 0xe3, 0xa3, 0x6c, 0xff, 0xe3, 0xa5, 0x71, 0xff, 0xe2, 0xa8, 0x73, 0xff, 0xe3, 0xac, 0x73, 0xff, 0xe3, 0xad, 0x73, 0xff, 0xe3, 0xad, 0x74, 0xff, 0xe3, 0xaf, 0x75, 0xff, 0xe3, 0xb1, 0x72, 0xff, 0xe3, 0xb2, 0x6d, 0xff, 0xe2, 0xb1, 0x6a, 0xff, 0xe2, 0xad, 0x65, 0xff, 0xe2, 0xab, 0x62, 0xff, 0xe2, 0xb0, 0x64, 0xff, 0xe2, 0xb1, 0x67, 0xff, 0xe0, 0xb1, 0x68, 0xff, 0xe3, 0xb5, 0x6a, 0xff, 0xe2, 0xb8, 0x6c, 0xff, 0xe0, 0xb8, 0x6c, 0xff, 0xe0, 0xac, 0x5d, 0xff, 0xe0, 0xaa, 0x5a, 0xff, 0xdd, 0xa3, 0x58, 0xff, 0xde, 0x9d, 0x55, 0xff, 0xe0, 0x9f, 0x54, 0xff, 0xe0, 0x9b, 0x53, 0xff, 0xe0, 0x99, 0x52, 0xff, 0xe0, 0x9a, 0x51, 0xff, 0xe1, 0x9a, 0x52, 0xff, 0xe0, 0x9b, 0x56, 0xff, 0xe2, 0xa0, 0x59, 0xff, 0xe0, 0x9d, 0x59, 0xff, 0xe2, 0x9e, 0x5c, 0xff, 0xe1, 0x9e, 0x5c, 0xff, 0xe1, 0x9b, 0x5b, 0xff, 0xde, 0x98, 0x52, 0xff, 0xd1, 0x92, 0x3f, 0xff, 0xcf, 0x93, 0x38, 0xff, 0xcc, 0x91, 0x39, 0xff, 0xd2, 0x90, 0x35, 0xff, 0xd3, 0x93, 0x38, 0xff, 0xc8, 0x8c, 0x40, 0xff, 0xa6, 0x6a, 0x38, 0xff, 0xae, 0x73, 0x40, 0xff, 0xae, 0x75, 0x43, 0xff, 0xae, 0x75, 0x45, 0xff, 0xad, 0x73, 0x45, 0xff, 0xad, 0x76, 0x46, 0xff, 0xad, 0x76, 0x45, 0xff, 0xab, 0x75, 0x47, 0xff, 0xaa, 0x74, 0x46, 0xff, 0xa9, 0x71, 0x41, 0xff, 0xa8, 0x70, 0x3f, 0xff, 0xa7, 0x6f, 0x3e, 0xff, 0xa6, 0x6f, 0x3d, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xa5, 0x6e, 0x3e, 0xff, 0xa4, 0x6d, 0x3e, 0xff, 0xa5, 0x6d, 0x3e, 0xff, 0xa4, 0x6c, 0x3d, 0xff, 0xa3, 0x6b, 0x3c, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0x98, 0x5d, 0x36, 0xff, 0x93, 0x59, 0x34, 0xff, 0x94, 0x5b, 0x35, 0xff, 0x94, 0x5b, 0x36, 0xff, 0x95, 0x5b, 0x35, 0xff, 0x94, 0x5b, 0x33, 0xff, 0x94, 0x5a, 0x33, 0xff, 0x94, 0x59, 0x33, 0xff, 0x92, 0x58, 0x31, 0xff, 0x92, 0x59, 0x31, 0xff, 0x92, 0x58, 0x32, 0xff, 0x92, 0x58, 0x32, 0xff, 0x8f, 0x55, 0x2f, 0xff, 0x8b, 0x50, 0x2d, 0xff, 0x8b, 0x52, 0x2d, 0xff, 0x8b, 0x52, 0x2d, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8c, 0x52, 0x2c, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8f, 0x55, 0x2e, 0xff, 0x8f, 0x55, 0x2f, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x93, 0x58, 0x2e, 0xff, 0x94, 0x58, 0x31, 0xff, 0x94, 0x5a, 0x31, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x99, 0x5f, 0x37, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa0, 0x67, 0x39, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa5, 0x6c, 0x3c, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa8, 0x6e, 0x3f, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xad, 0x73, 0x3d, 0xff, 0xae, 0x73, 0x3d, 0xff, 0xb0, 0x75, 0x3d, 0xff, 0xb2, 0x77, 0x3e, 0xff, 0xb3, 0x76, 0x3e, 0xff, 0xb6, 0x79, 0x3d, 0xff, 0xb7, 0x7a, 0x3c, 0xff, 0xb9, 0x7b, 0x3c, 0xff, 0xbd, 0x7f, 0x3c, 0xff, 0xbf, 0x81, 0x3c, 0xff, 0xc0, 0x83, 0x3c, 0xff, 0xc3, 0x86, 0x40, 0xff, 0xc8, 0x8c, 0x44, 0xff, 0xce, 0x8f, 0x48, 0xff, 0xd4, 0x92, 0x4d, 0xff, 0xd8, 0x96, 0x52, 0xff, 0xde, 0x96, 0x56, 0xff, 0xdf, 0x9a, 0x5a, 0xff, 0xe1, 0x9d, 0x5b, 0xff, 0xe2, 0xa1, 0x5e, 0xff, 0xe1, 0xa1, 0x5c, 0xff, 0xdf, 0xa1, 0x58, 0xff, 0xe0, 0xa3, 0x5a, 0xff, 0xe0, 0xa3, 0x59, 0xff, 0xdf, 0xa4, 0x5a, 0xff, 0xdf, 0xa5, 0x5a, 0xff, 0xe0, 0xa6, 0x5a, 0xff, 0xe1, 0xa8, 0x5c, 0xff, 0xe0, 0xab, 0x5d, 0xff, 0xe1, 0xb3, 0x61, 0xff, 0xde, 0xad, 0x62, 0xff, 0xe0, 0xac, 0x61, 0xff, 0xe0, 0xa7, 0x5e, 0xff, 0xe1, 0xa8, 0x5f, 0xff, 0xde, 0xa8, 0x5d, 0xff, 0xe1, 0xaa, 0x60, 0xff, 0xe1, 0xa8, 0x5e, 0xff, 0xe0, 0xa5, 0x5d, 0xff, 0xe2, 0xa6, 0x5d, 0xff, 0xe1, 0xa4, 0x5d, 0xff, 0xe0, 0x9e, 0x59, 0xff, 0xe0, 0x9b, 0x5a, 0xff, 0xe2, 0x9a, 0x5a, 0xff, 0xb0, 0x7b, 0x42, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9f, 0x62, 0x36, 0xff, 0xa0, 0x64, 0x34, 0xff, 0xa0, 0x65, 0x34, 0xff, 0xa2, 0x66, 0x37, 0xff, 0xa2, 0x66, 0x36, 0xff, 0xa2, 0x66, 0x36, 0xff, 0xa2, 0x66, 0x36, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa3, 0x68, 0x37, 0xff, 0xa2, 0x69, 0x38, 0xff, 0xa1, 0x66, 0x37, 0xff, 0x9f, 0x65, 0x37, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa0, 0x66, 0x3b, 0xff, 0xa2, 0x67, 0x3c, 0xff, 0xa1, 0x65, 0x3a, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9c, 0x62, 0x35, 0xff, 0x99, 0x5f, 0x33, 0xff, 0x94, 0x59, 0x33, 0xff, 0x94, 0x58, 0x33, 0xff, 0x92, 0x58, 0x33, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8a, 0x4f, 0x2c, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x86, 0x4b, 0x28, 0xff, 0x86, 0x49, 0x27, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x84, 0x49, 0x26, 0xff, 0x85, 0x49, 0x26, 0xff, 0x84, 0x48, 0x26, 0xff, - 0x82, 0x47, 0x23, 0xff, 0x81, 0x48, 0x23, 0xff, 0x82, 0x47, 0x23, 0xff, 0x82, 0x47, 0x23, 0xff, 0x82, 0x47, 0x23, 0xff, 0x82, 0x47, 0x23, 0xff, 0x82, 0x48, 0x24, 0xff, 0x81, 0x46, 0x23, 0xff, 0x87, 0x4a, 0x27, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x94, 0x57, 0x33, 0xff, 0x97, 0x5b, 0x35, 0xff, 0x97, 0x58, 0x33, 0xff, 0x96, 0x58, 0x33, 0xff, 0x96, 0x58, 0x33, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0xa0, 0x61, 0x36, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa5, 0x65, 0x39, 0xff, 0xa8, 0x69, 0x3a, 0xff, 0xac, 0x6d, 0x3c, 0xff, 0xaf, 0x6f, 0x3f, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb5, 0x75, 0x42, 0xff, 0xba, 0x7a, 0x45, 0xff, 0xc0, 0x7f, 0x4a, 0xff, 0xc7, 0x84, 0x4d, 0xff, 0xc8, 0x85, 0x4d, 0xff, 0xc1, 0x80, 0x4a, 0xff, 0xc8, 0x86, 0x4d, 0xff, 0xd0, 0x89, 0x51, 0xff, 0xdb, 0x8f, 0x55, 0xff, 0xe2, 0x93, 0x5b, 0xff, 0xe2, 0x99, 0x60, 0xff, 0xe0, 0x9d, 0x62, 0xff, 0xe2, 0xa2, 0x66, 0xff, 0xe2, 0xa4, 0x6b, 0xff, 0xe2, 0xa5, 0x6c, 0xff, 0xe2, 0xa9, 0x70, 0xff, 0xe2, 0xad, 0x74, 0xff, 0xe3, 0xb1, 0x76, 0xff, 0xe3, 0xb5, 0x78, 0xff, 0xe2, 0xb7, 0x7a, 0xff, 0xe3, 0xb7, 0x76, 0xff, 0xe2, 0xba, 0x70, 0xff, 0xe1, 0xb7, 0x6a, 0xff, 0xe2, 0xb4, 0x64, 0xff, 0xe2, 0xaf, 0x62, 0xff, 0xe3, 0xb0, 0x64, 0xff, 0xe2, 0xad, 0x66, 0xff, 0xe2, 0xad, 0x69, 0xff, 0xe1, 0xb1, 0x6a, 0xff, 0xe3, 0xb3, 0x6b, 0xff, 0xe1, 0xb1, 0x6b, 0xff, 0xe0, 0xb4, 0x68, 0xff, 0xdf, 0xac, 0x5d, 0xff, 0xdb, 0xa5, 0x59, 0xff, 0xde, 0xa2, 0x58, 0xff, 0xdc, 0xa0, 0x56, 0xff, 0xde, 0x9d, 0x54, 0xff, 0xdf, 0x9b, 0x54, 0xff, 0xe0, 0x9a, 0x52, 0xff, 0xe1, 0x9a, 0x53, 0xff, 0xe0, 0x9c, 0x56, 0xff, 0xe2, 0x9b, 0x58, 0xff, 0xe0, 0x99, 0x57, 0xff, 0xe0, 0x9b, 0x58, 0xff, 0xe0, 0x9d, 0x5a, 0xff, 0xe1, 0x9b, 0x5c, 0xff, 0xdf, 0x9b, 0x58, 0xff, 0xd3, 0x96, 0x44, 0xff, 0xd2, 0x94, 0x39, 0xff, 0xd1, 0x92, 0x39, 0xff, 0xd2, 0x93, 0x38, 0xff, 0xcd, 0x8f, 0x37, 0xff, 0xb4, 0x7b, 0x3a, 0xff, 0xad, 0x71, 0x3f, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xaf, 0x77, 0x44, 0xff, 0xae, 0x75, 0x46, 0xff, 0xaf, 0x77, 0x46, 0xff, 0xae, 0x76, 0x45, 0xff, 0xad, 0x77, 0x46, 0xff, 0xad, 0x77, 0x47, 0xff, 0xac, 0x75, 0x46, 0xff, 0xaa, 0x73, 0x43, 0xff, 0xa8, 0x71, 0x40, 0xff, 0xa9, 0x72, 0x40, 0xff, 0xa8, 0x71, 0x40, 0xff, 0xa7, 0x70, 0x3f, 0xff, 0xa5, 0x6f, 0x3f, 0xff, 0xa5, 0x6e, 0x3e, 0xff, 0xa5, 0x6d, 0x3e, 0xff, 0xa4, 0x6c, 0x3d, 0xff, 0xa4, 0x6c, 0x3e, 0xff, 0x9e, 0x67, 0x3b, 0xff, 0x95, 0x5c, 0x35, 0xff, 0x95, 0x5b, 0x35, 0xff, 0x95, 0x5b, 0x35, 0xff, 0x95, 0x5b, 0x34, 0xff, 0x94, 0x5a, 0x35, 0xff, 0x95, 0x5a, 0x34, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x92, 0x59, 0x32, 0xff, 0x92, 0x59, 0x32, 0xff, 0x92, 0x58, 0x32, 0xff, 0x93, 0x59, 0x33, 0xff, 0x90, 0x56, 0x31, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x8a, 0x4f, 0x2e, 0xff, 0x8b, 0x50, 0x2e, 0xff, 0x8a, 0x51, 0x2c, 0xff, 0x8a, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8c, 0x50, 0x2b, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8d, 0x53, 0x2c, 0xff, 0x8d, 0x52, 0x2d, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x8f, 0x56, 0x2e, 0xff, 0x91, 0x57, 0x2e, 0xff, 0x93, 0x57, 0x30, 0xff, 0x94, 0x59, 0x31, 0xff, 0x95, 0x5b, 0x31, 0xff, 0x96, 0x5c, 0x32, 0xff, 0x97, 0x5e, 0x34, 0xff, 0x97, 0x5f, 0x36, 0xff, 0x99, 0x60, 0x36, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9d, 0x64, 0x38, 0xff, 0x9e, 0x65, 0x39, 0xff, 0x9f, 0x65, 0x3a, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa2, 0x69, 0x3a, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa4, 0x6c, 0x3c, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xab, 0x71, 0x3d, 0xff, 0xad, 0x72, 0x3c, 0xff, 0xae, 0x73, 0x3c, 0xff, 0xaf, 0x73, 0x3c, 0xff, 0xb1, 0x74, 0x3b, 0xff, 0xb2, 0x75, 0x39, 0xff, 0xb5, 0x76, 0x3a, 0xff, 0xb8, 0x78, 0x3b, 0xff, 0xbb, 0x7b, 0x3c, 0xff, 0xbe, 0x7d, 0x3d, 0xff, 0xc0, 0x80, 0x3e, 0xff, 0xc3, 0x84, 0x42, 0xff, 0xc7, 0x88, 0x47, 0xff, 0xcb, 0x8c, 0x48, 0xff, 0xd0, 0x8e, 0x4c, 0xff, 0xd5, 0x90, 0x51, 0xff, 0xda, 0x95, 0x54, 0xff, 0xde, 0x96, 0x57, 0xff, 0xe0, 0x98, 0x5a, 0xff, 0xe0, 0x9b, 0x5d, 0xff, 0xe2, 0x9a, 0x5c, 0xff, 0xe1, 0x9e, 0x5a, 0xff, 0xe1, 0xa0, 0x59, 0xff, 0xe0, 0x9e, 0x57, 0xff, 0xe0, 0x9f, 0x56, 0xff, 0xe2, 0x9f, 0x57, 0xff, 0xe2, 0xa0, 0x59, 0xff, 0xe0, 0xa3, 0x5b, 0xff, 0xe2, 0xa5, 0x5d, 0xff, 0xe1, 0xa7, 0x60, 0xff, 0xe0, 0xa8, 0x62, 0xff, 0xe1, 0xa7, 0x63, 0xff, 0xe0, 0xa7, 0x62, 0xff, 0xe0, 0xa4, 0x60, 0xff, 0xe1, 0xa5, 0x62, 0xff, 0xe1, 0xa7, 0x60, 0xff, 0xe2, 0xa5, 0x60, 0xff, 0xe2, 0xa5, 0x5f, 0xff, 0xe2, 0xa5, 0x60, 0xff, 0xe1, 0xa4, 0x60, 0xff, 0xe1, 0x9e, 0x5e, 0xff, 0xe2, 0x99, 0x5b, 0xff, 0xe2, 0x98, 0x5d, 0xff, 0xaf, 0x79, 0x46, 0xff, 0x9e, 0x65, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x65, 0x36, 0xff, 0xa2, 0x65, 0x36, 0xff, 0xa2, 0x66, 0x37, 0xff, 0xa3, 0x65, 0x37, 0xff, 0xa2, 0x66, 0x36, 0xff, 0xa1, 0x66, 0x35, 0xff, 0xa1, 0x68, 0x36, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa2, 0x67, 0x37, 0xff, 0x9f, 0x65, 0x37, 0xff, 0x9f, 0x65, 0x37, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa1, 0x65, 0x3b, 0xff, 0xa2, 0x66, 0x3d, 0xff, 0xa3, 0x66, 0x3e, 0xff, 0xa2, 0x67, 0x3c, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x95, 0x59, 0x33, 0xff, 0x95, 0x59, 0x34, 0xff, 0x95, 0x59, 0x33, 0xff, 0x91, 0x56, 0x33, 0xff, 0x90, 0x55, 0x31, 0xff, 0x90, 0x55, 0x31, 0xff, 0x8f, 0x52, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x86, 0x4a, 0x26, 0xff, 0x85, 0x49, 0x26, 0xff, 0x84, 0x49, 0x26, 0xff, 0x85, 0x49, 0x26, 0xff, 0x84, 0x49, 0x26, 0xff, 0x84, 0x4a, 0x25, 0xff, 0x84, 0x49, 0x26, 0xff, 0x83, 0x48, 0x25, 0xff, 0x83, 0x48, 0x25, 0xff, - 0x82, 0x46, 0x22, 0xff, 0x80, 0x47, 0x22, 0xff, 0x80, 0x47, 0x22, 0xff, 0x80, 0x47, 0x22, 0xff, 0x82, 0x47, 0x23, 0xff, 0x80, 0x47, 0x24, 0xff, 0x7e, 0x44, 0x1f, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x92, 0x55, 0x32, 0xff, 0x94, 0x57, 0x33, 0xff, 0x93, 0x57, 0x32, 0xff, 0x93, 0x56, 0x32, 0xff, 0x93, 0x56, 0x32, 0xff, 0x94, 0x56, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x56, 0x32, 0xff, 0x96, 0x57, 0x32, 0xff, 0x97, 0x59, 0x32, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9f, 0x60, 0x36, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xab, 0x6a, 0x3b, 0xff, 0xb0, 0x6f, 0x3e, 0xff, 0xb6, 0x75, 0x43, 0xff, 0xbc, 0x7b, 0x47, 0xff, 0xbb, 0x7c, 0x47, 0xff, 0xc1, 0x81, 0x4b, 0xff, 0xbf, 0x7e, 0x49, 0xff, 0xc2, 0x80, 0x4a, 0xff, 0xc7, 0x83, 0x4c, 0xff, 0xcf, 0x87, 0x4e, 0xff, 0xd8, 0x8c, 0x52, 0xff, 0xdf, 0x90, 0x58, 0xff, 0xe3, 0x96, 0x5d, 0xff, 0xe2, 0x9c, 0x62, 0xff, 0xe3, 0xa2, 0x68, 0xff, 0xe1, 0xa3, 0x69, 0xff, 0xe3, 0xa7, 0x6c, 0xff, 0xe3, 0xaa, 0x6e, 0xff, 0xe2, 0xae, 0x70, 0xff, 0xe1, 0xb0, 0x74, 0xff, 0xe3, 0xba, 0x7b, 0xff, 0xe3, 0xbc, 0x7d, 0xff, 0xe3, 0xbf, 0x7b, 0xff, 0xe3, 0xc4, 0x75, 0xff, 0xe3, 0xc5, 0x71, 0xff, 0xe3, 0xbc, 0x69, 0xff, 0xe1, 0xb4, 0x65, 0xff, 0xe2, 0xaf, 0x65, 0xff, 0xe1, 0xad, 0x68, 0xff, 0xe2, 0xae, 0x69, 0xff, 0xe1, 0xae, 0x6a, 0xff, 0xe1, 0xaf, 0x6c, 0xff, 0xe1, 0xb0, 0x6b, 0xff, 0xe1, 0xb1, 0x6b, 0xff, 0xe0, 0xb5, 0x6a, 0xff, 0xd9, 0xa5, 0x5e, 0xff, 0xdd, 0xa5, 0x5d, 0xff, 0xe0, 0xa6, 0x5b, 0xff, 0xde, 0xa0, 0x58, 0xff, 0xe0, 0x9d, 0x56, 0xff, 0xe0, 0x9d, 0x54, 0xff, 0xe1, 0x9b, 0x55, 0xff, 0xe2, 0x9d, 0x58, 0xff, 0xe0, 0x9d, 0x58, 0xff, 0xe1, 0x97, 0x57, 0xff, 0xe0, 0x99, 0x58, 0xff, 0xe1, 0x9b, 0x59, 0xff, 0xdf, 0x98, 0x58, 0xff, 0xe1, 0xa1, 0x5e, 0xff, 0xdc, 0xa7, 0x58, 0xff, 0xcc, 0x8e, 0x36, 0xff, 0xd0, 0x8f, 0x38, 0xff, 0xcf, 0x91, 0x3a, 0xff, 0xc4, 0x8c, 0x3c, 0xff, 0xb1, 0x75, 0x3d, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x46, 0xff, 0xb0, 0x78, 0x45, 0xff, 0xb0, 0x78, 0x48, 0xff, 0xaf, 0x79, 0x46, 0xff, 0xae, 0x77, 0x47, 0xff, 0xac, 0x75, 0x46, 0xff, 0xac, 0x75, 0x44, 0xff, 0xac, 0x76, 0x44, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xaa, 0x73, 0x42, 0xff, 0xa8, 0x71, 0x40, 0xff, 0xa7, 0x6f, 0x3e, 0xff, 0xa6, 0x6e, 0x40, 0xff, 0xa4, 0x6e, 0x3d, 0xff, 0xa4, 0x6d, 0x3d, 0xff, 0xa2, 0x6a, 0x3d, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x96, 0x5c, 0x36, 0xff, 0x96, 0x5c, 0x36, 0xff, 0x95, 0x5c, 0x36, 0xff, 0x95, 0x5b, 0x35, 0xff, 0x95, 0x5b, 0x33, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x95, 0x5b, 0x33, 0xff, 0x94, 0x5b, 0x33, 0xff, 0x94, 0x5a, 0x32, 0xff, 0x93, 0x5a, 0x33, 0xff, 0x90, 0x56, 0x31, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x8b, 0x51, 0x2f, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8b, 0x50, 0x2e, 0xff, 0x8a, 0x50, 0x2d, 0xff, 0x8a, 0x51, 0x2c, 0xff, 0x8b, 0x50, 0x2a, 0xff, 0x8b, 0x50, 0x2c, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8e, 0x54, 0x2e, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x90, 0x56, 0x2e, 0xff, 0x92, 0x58, 0x30, 0xff, 0x94, 0x59, 0x32, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x96, 0x5e, 0x35, 0xff, 0x98, 0x5f, 0x36, 0xff, 0x99, 0x60, 0x37, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x9b, 0x63, 0x37, 0xff, 0x9b, 0x64, 0x38, 0xff, 0x9d, 0x64, 0x38, 0xff, 0x9e, 0x65, 0x39, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa7, 0x6e, 0x3c, 0xff, 0xa8, 0x6e, 0x3c, 0xff, 0xa8, 0x6c, 0x3a, 0xff, 0xa8, 0x6c, 0x38, 0xff, 0xa9, 0x6e, 0x38, 0xff, 0xad, 0x6f, 0x38, 0xff, 0xaf, 0x71, 0x38, 0xff, 0xb0, 0x72, 0x38, 0xff, 0xb2, 0x73, 0x39, 0xff, 0xb6, 0x76, 0x3a, 0xff, 0xb8, 0x77, 0x3a, 0xff, 0xbb, 0x7a, 0x3a, 0xff, 0xbd, 0x7d, 0x3a, 0xff, 0xc0, 0x80, 0x3e, 0xff, 0xc3, 0x83, 0x41, 0xff, 0xc6, 0x88, 0x45, 0xff, 0xc9, 0x8b, 0x49, 0xff, 0xcd, 0x8e, 0x4b, 0xff, 0xd0, 0x90, 0x4d, 0xff, 0xd4, 0x91, 0x51, 0xff, 0xd9, 0x93, 0x54, 0xff, 0xdd, 0x97, 0x56, 0xff, 0xe0, 0x9a, 0x59, 0xff, 0xe1, 0x9c, 0x5a, 0xff, 0xe2, 0x9d, 0x5a, 0xff, 0xe2, 0x9f, 0x58, 0xff, 0xe2, 0x9d, 0x59, 0xff, 0xe2, 0x9e, 0x5a, 0xff, 0xe1, 0x9f, 0x59, 0xff, 0xe0, 0x9f, 0x58, 0xff, 0xe0, 0xa0, 0x59, 0xff, 0xe1, 0xa2, 0x5b, 0xff, 0xe2, 0xa5, 0x5e, 0xff, 0xe2, 0xa2, 0x5d, 0xff, 0xe0, 0xa4, 0x5e, 0xff, 0xe2, 0xa2, 0x5c, 0xff, 0xe0, 0xa2, 0x5c, 0xff, 0xe2, 0xa1, 0x5c, 0xff, 0xe2, 0xa1, 0x5a, 0xff, 0xe0, 0xa0, 0x5d, 0xff, 0xe2, 0xa1, 0x5c, 0xff, 0xe2, 0xa3, 0x5c, 0xff, 0xe2, 0x9d, 0x5b, 0xff, 0xe2, 0x96, 0x5a, 0xff, 0xe2, 0x94, 0x5a, 0xff, 0xb0, 0x77, 0x44, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa3, 0x68, 0x36, 0xff, 0xa1, 0x68, 0x36, 0xff, 0xa1, 0x68, 0x37, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa1, 0x68, 0x37, 0xff, 0xa1, 0x66, 0x37, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa2, 0x66, 0x3c, 0xff, 0xa2, 0x67, 0x3d, 0xff, 0xa3, 0x68, 0x3d, 0xff, 0x9d, 0x62, 0x3a, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x96, 0x59, 0x33, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x92, 0x57, 0x33, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x90, 0x55, 0x31, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x84, 0x49, 0x26, 0xff, 0x83, 0x4a, 0x24, 0xff, 0x84, 0x48, 0x26, 0xff, 0x83, 0x48, 0x24, 0xff, 0x82, 0x47, 0x25, 0xff, 0x82, 0x48, 0x22, 0xff, 0x80, 0x47, 0x23, 0xff, 0x80, 0x48, 0x25, 0xff, 0x82, 0x46, 0x23, 0xff, - 0x7f, 0x46, 0x22, 0xff, 0x7e, 0x46, 0x21, 0xff, 0x7e, 0x46, 0x21, 0xff, 0x7f, 0x46, 0x22, 0xff, 0x7e, 0x46, 0x21, 0xff, 0x84, 0x4b, 0x28, 0xff, 0x8f, 0x54, 0x32, 0xff, 0x91, 0x54, 0x32, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x94, 0x56, 0x31, 0xff, 0x96, 0x59, 0x31, 0xff, 0x97, 0x58, 0x32, 0xff, 0x99, 0x5b, 0x32, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9f, 0x61, 0x35, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa4, 0x66, 0x37, 0xff, 0xa8, 0x68, 0x3a, 0xff, 0xad, 0x6f, 0x3c, 0xff, 0xb5, 0x75, 0x40, 0xff, 0xba, 0x79, 0x43, 0xff, 0xbe, 0x7c, 0x47, 0xff, 0xbe, 0x7c, 0x47, 0xff, 0xbd, 0x7c, 0x47, 0xff, 0xc0, 0x7e, 0x49, 0xff, 0xc4, 0x81, 0x4a, 0xff, 0xcc, 0x87, 0x4d, 0xff, 0xd5, 0x8c, 0x51, 0xff, 0xe0, 0x90, 0x55, 0xff, 0xe3, 0x95, 0x59, 0xff, 0xe2, 0x9a, 0x5e, 0xff, 0xe3, 0xa1, 0x63, 0xff, 0xe0, 0xa5, 0x69, 0xff, 0xe2, 0xa7, 0x6a, 0xff, 0xe3, 0xab, 0x6c, 0xff, 0xe3, 0xb1, 0x70, 0xff, 0xe2, 0xb5, 0x73, 0xff, 0xe3, 0xba, 0x76, 0xff, 0xe2, 0xc0, 0x7a, 0xff, 0xe2, 0xc2, 0x80, 0xff, 0xe2, 0xc3, 0x7e, 0xff, 0xe3, 0xc8, 0x7a, 0xff, 0xe2, 0xc8, 0x73, 0xff, 0xe3, 0xc4, 0x6d, 0xff, 0xe1, 0xb6, 0x6a, 0xff, 0xe1, 0xb0, 0x6a, 0xff, 0xe1, 0xae, 0x69, 0xff, 0xe1, 0xad, 0x69, 0xff, 0xe1, 0xae, 0x6a, 0xff, 0xe1, 0xaf, 0x6c, 0xff, 0xe1, 0xae, 0x6b, 0xff, 0xe3, 0xb0, 0x6c, 0xff, 0xe1, 0xb0, 0x6d, 0xff, 0xd8, 0xa2, 0x5d, 0xff, 0xdd, 0xa6, 0x5c, 0xff, 0xdf, 0xa3, 0x5a, 0xff, 0xe0, 0xa0, 0x58, 0xff, 0xe0, 0x9d, 0x56, 0xff, 0xe1, 0x9c, 0x55, 0xff, 0xe0, 0x9a, 0x57, 0xff, 0xde, 0x99, 0x57, 0xff, 0xdf, 0x98, 0x57, 0xff, 0xe0, 0x9a, 0x58, 0xff, 0xe0, 0x9b, 0x57, 0xff, 0xe1, 0x98, 0x57, 0xff, 0xdf, 0x9c, 0x59, 0xff, 0xde, 0xa9, 0x5c, 0xff, 0xd7, 0xa1, 0x4e, 0xff, 0xd2, 0x8f, 0x35, 0xff, 0xd4, 0x97, 0x3a, 0xff, 0xc8, 0x8d, 0x41, 0xff, 0xae, 0x72, 0x40, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xb2, 0x7b, 0x49, 0xff, 0xb2, 0x7b, 0x48, 0xff, 0xb1, 0x78, 0x47, 0xff, 0xb0, 0x78, 0x47, 0xff, 0xb0, 0x78, 0x47, 0xff, 0xaf, 0x78, 0x46, 0xff, 0xaf, 0x79, 0x46, 0xff, 0xad, 0x78, 0x45, 0xff, 0xac, 0x76, 0x44, 0xff, 0xaa, 0x74, 0x41, 0xff, 0xaa, 0x73, 0x3f, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xa8, 0x6f, 0x40, 0xff, 0xa7, 0x71, 0x3f, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa1, 0x6a, 0x3c, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x98, 0x5d, 0x36, 0xff, 0x97, 0x5e, 0x36, 0xff, 0x96, 0x5d, 0x35, 0xff, 0x95, 0x5b, 0x34, 0xff, 0x95, 0x5b, 0x34, 0xff, 0x94, 0x5b, 0x34, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x93, 0x5a, 0x32, 0xff, 0x94, 0x5b, 0x32, 0xff, 0x93, 0x59, 0x33, 0xff, 0x8f, 0x55, 0x31, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x8c, 0x52, 0x2f, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x8a, 0x50, 0x2a, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8a, 0x51, 0x2d, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8e, 0x54, 0x2d, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x90, 0x56, 0x30, 0xff, 0x93, 0x58, 0x31, 0xff, 0x93, 0x58, 0x32, 0xff, 0x94, 0x5b, 0x33, 0xff, 0x96, 0x5c, 0x34, 0xff, 0x96, 0x5c, 0x34, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x99, 0x5f, 0x36, 0xff, 0x99, 0x5f, 0x37, 0xff, 0x9b, 0x62, 0x37, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9e, 0x65, 0x38, 0xff, 0x9f, 0x66, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa2, 0x69, 0x3a, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa4, 0x67, 0x38, 0xff, 0xa5, 0x68, 0x37, 0xff, 0xa6, 0x6a, 0x37, 0xff, 0xa8, 0x6a, 0x37, 0xff, 0xaa, 0x6c, 0x37, 0xff, 0xac, 0x6e, 0x37, 0xff, 0xad, 0x6f, 0x37, 0xff, 0xb0, 0x71, 0x38, 0xff, 0xb2, 0x73, 0x37, 0xff, 0xb5, 0x75, 0x38, 0xff, 0xb7, 0x78, 0x38, 0xff, 0xba, 0x7a, 0x39, 0xff, 0xbd, 0x7c, 0x3a, 0xff, 0xbf, 0x81, 0x3e, 0xff, 0xc0, 0x85, 0x42, 0xff, 0xc4, 0x88, 0x44, 0xff, 0xc6, 0x8b, 0x48, 0xff, 0xc9, 0x8d, 0x4b, 0xff, 0xcd, 0x90, 0x4d, 0xff, 0xd0, 0x90, 0x50, 0xff, 0xd4, 0x90, 0x52, 0xff, 0xd8, 0x93, 0x54, 0xff, 0xdc, 0x97, 0x57, 0xff, 0xdf, 0x9b, 0x58, 0xff, 0xe2, 0x9d, 0x59, 0xff, 0xe1, 0x9b, 0x57, 0xff, 0xe3, 0x9d, 0x58, 0xff, 0xe3, 0x9e, 0x5a, 0xff, 0xe3, 0x9e, 0x5a, 0xff, 0xe1, 0xa1, 0x5a, 0xff, 0xe1, 0x9f, 0x59, 0xff, 0xe0, 0xa0, 0x58, 0xff, 0xe2, 0x9e, 0x5b, 0xff, 0xe2, 0x9e, 0x5c, 0xff, 0xe1, 0x9c, 0x5b, 0xff, 0xe2, 0x9c, 0x57, 0xff, 0xe2, 0x9e, 0x59, 0xff, 0xe0, 0x9f, 0x58, 0xff, 0xe3, 0xa0, 0x59, 0xff, 0xe1, 0x9d, 0x59, 0xff, 0xe0, 0x9d, 0x59, 0xff, 0xe2, 0x9a, 0x59, 0xff, 0xe0, 0x95, 0x57, 0xff, 0xe2, 0x93, 0x58, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa2, 0x66, 0x37, 0xff, 0xa2, 0x66, 0x37, 0xff, 0xa3, 0x66, 0x37, 0xff, 0xa4, 0x67, 0x38, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x67, 0x37, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0xa1, 0x65, 0x3b, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x93, 0x57, 0x34, 0xff, 0x91, 0x55, 0x31, 0xff, 0x90, 0x53, 0x31, 0xff, 0x91, 0x55, 0x31, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x85, 0x49, 0x26, 0xff, 0x84, 0x48, 0x26, 0xff, 0x83, 0x49, 0x25, 0xff, 0x83, 0x48, 0x24, 0xff, 0x82, 0x47, 0x24, 0xff, 0x81, 0x47, 0x24, 0xff, 0x82, 0x47, 0x23, 0xff, 0x80, 0x47, 0x22, 0xff, 0x80, 0x47, 0x22, 0xff, 0x7f, 0x46, 0x22, 0xff, 0x7f, 0x47, 0x22, 0xff, - 0x7d, 0x46, 0x21, 0xff, 0x7e, 0x47, 0x21, 0xff, 0x7c, 0x44, 0x20, 0xff, 0x7e, 0x45, 0x21, 0xff, 0x88, 0x4f, 0x2c, 0xff, 0x8f, 0x54, 0x32, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8d, 0x50, 0x30, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x91, 0x54, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x96, 0x58, 0x31, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x9a, 0x5c, 0x33, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xa3, 0x65, 0x37, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xaf, 0x70, 0x40, 0xff, 0xb3, 0x73, 0x40, 0xff, 0xb5, 0x77, 0x41, 0xff, 0xb9, 0x7a, 0x44, 0xff, 0xbe, 0x7c, 0x45, 0xff, 0xbb, 0x7b, 0x45, 0xff, 0xbd, 0x7e, 0x46, 0xff, 0xc2, 0x80, 0x4a, 0xff, 0xc9, 0x84, 0x4a, 0xff, 0xd2, 0x89, 0x4e, 0xff, 0xdc, 0x8f, 0x52, 0xff, 0xe3, 0x96, 0x58, 0xff, 0xe3, 0x9a, 0x5b, 0xff, 0xe2, 0x9e, 0x60, 0xff, 0xe3, 0xa5, 0x64, 0xff, 0xe3, 0xab, 0x69, 0xff, 0xe3, 0xae, 0x6b, 0xff, 0xe3, 0xb2, 0x6d, 0xff, 0xe3, 0xb9, 0x71, 0xff, 0xe3, 0xc0, 0x75, 0xff, 0xe3, 0xc6, 0x78, 0xff, 0xe1, 0xc6, 0x7c, 0xff, 0xe1, 0xc9, 0x83, 0xff, 0xe3, 0xca, 0x81, 0xff, 0xe3, 0xcb, 0x7b, 0xff, 0xe2, 0xca, 0x74, 0xff, 0xe3, 0xc2, 0x6f, 0xff, 0xe2, 0xb6, 0x6b, 0xff, 0xe3, 0xb0, 0x6b, 0xff, 0xe1, 0xae, 0x6a, 0xff, 0xe1, 0xad, 0x6c, 0xff, 0xe3, 0xad, 0x6b, 0xff, 0xe3, 0xab, 0x6a, 0xff, 0xe2, 0xa9, 0x6a, 0xff, 0xe3, 0xaf, 0x6d, 0xff, 0xe0, 0xb1, 0x6d, 0xff, 0xdb, 0xa5, 0x62, 0xff, 0xdd, 0xa3, 0x5c, 0xff, 0xde, 0xa3, 0x58, 0xff, 0xde, 0x9f, 0x57, 0xff, 0xe1, 0x9c, 0x57, 0xff, 0xe0, 0x9c, 0x58, 0xff, 0xdc, 0x99, 0x56, 0xff, 0xde, 0x98, 0x56, 0xff, 0xde, 0x98, 0x56, 0xff, 0xde, 0x98, 0x56, 0xff, 0xe0, 0x98, 0x57, 0xff, 0xe0, 0x9c, 0x58, 0xff, 0xe0, 0xa9, 0x5c, 0xff, 0xde, 0xab, 0x58, 0xff, 0xd0, 0x98, 0x3f, 0xff, 0xcb, 0x8c, 0x3a, 0xff, 0xb8, 0x7f, 0x40, 0xff, 0xb1, 0x78, 0x46, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xb4, 0x7b, 0x47, 0xff, 0xb3, 0x7a, 0x48, 0xff, 0xb2, 0x7b, 0x49, 0xff, 0xb2, 0x7b, 0x49, 0xff, 0xb1, 0x7a, 0x48, 0xff, 0xb0, 0x79, 0x46, 0xff, 0xb0, 0x79, 0x46, 0xff, 0xaf, 0x79, 0x46, 0xff, 0xae, 0x78, 0x46, 0xff, 0xaf, 0x79, 0x47, 0xff, 0xad, 0x75, 0x44, 0xff, 0xaa, 0x73, 0x41, 0xff, 0xa9, 0x73, 0x40, 0xff, 0xaa, 0x73, 0x41, 0xff, 0xa9, 0x71, 0x40, 0xff, 0xa7, 0x70, 0x3e, 0xff, 0xa6, 0x6f, 0x40, 0xff, 0x9f, 0x66, 0x3c, 0xff, 0x99, 0x5f, 0x35, 0xff, 0x9a, 0x60, 0x37, 0xff, 0x98, 0x5e, 0x36, 0xff, 0x97, 0x5e, 0x34, 0xff, 0x97, 0x5e, 0x34, 0xff, 0x96, 0x5c, 0x34, 0xff, 0x94, 0x5b, 0x34, 0xff, 0x94, 0x5b, 0x33, 0xff, 0x94, 0x5a, 0x33, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x92, 0x58, 0x32, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8c, 0x53, 0x2f, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x8b, 0x50, 0x2c, 0xff, 0x89, 0x50, 0x2b, 0xff, 0x89, 0x50, 0x2b, 0xff, 0x8a, 0x51, 0x2c, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8d, 0x53, 0x2c, 0xff, 0x8d, 0x53, 0x2d, 0xff, 0x8d, 0x53, 0x2d, 0xff, 0x8f, 0x55, 0x2e, 0xff, 0x91, 0x56, 0x30, 0xff, 0x92, 0x56, 0x31, 0xff, 0x93, 0x58, 0x32, 0xff, 0x93, 0x5a, 0x33, 0xff, 0x95, 0x5c, 0x34, 0xff, 0x96, 0x5c, 0x35, 0xff, 0x97, 0x5e, 0x35, 0xff, 0x99, 0x60, 0x36, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x9b, 0x62, 0x37, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9f, 0x62, 0x36, 0xff, 0xa1, 0x66, 0x37, 0xff, 0xa2, 0x66, 0x37, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa5, 0x68, 0x37, 0xff, 0xa7, 0x6a, 0x37, 0xff, 0xa8, 0x6b, 0x37, 0xff, 0xa9, 0x6c, 0x37, 0xff, 0xab, 0x6d, 0x37, 0xff, 0xad, 0x6e, 0x37, 0xff, 0xb0, 0x70, 0x37, 0xff, 0xb2, 0x72, 0x37, 0xff, 0xb5, 0x75, 0x37, 0xff, 0xb7, 0x77, 0x38, 0xff, 0xb9, 0x7a, 0x39, 0xff, 0xbc, 0x7f, 0x3b, 0xff, 0xbe, 0x81, 0x3f, 0xff, 0xbf, 0x83, 0x43, 0xff, 0xc1, 0x87, 0x46, 0xff, 0xc3, 0x89, 0x48, 0xff, 0xc7, 0x8b, 0x4b, 0xff, 0xc9, 0x8e, 0x4d, 0xff, 0xcd, 0x8f, 0x4d, 0xff, 0xcf, 0x91, 0x4f, 0xff, 0xd3, 0x94, 0x51, 0xff, 0xd6, 0x96, 0x52, 0xff, 0xdb, 0x9a, 0x55, 0xff, 0xdf, 0x98, 0x54, 0xff, 0xe1, 0x97, 0x54, 0xff, 0xe3, 0x9a, 0x56, 0xff, 0xe1, 0x9b, 0x57, 0xff, 0xe3, 0x9e, 0x59, 0xff, 0xe3, 0xa0, 0x5a, 0xff, 0xe2, 0xa0, 0x5b, 0xff, 0xe1, 0x9e, 0x59, 0xff, 0xe2, 0x9b, 0x59, 0xff, 0xe2, 0x9b, 0x59, 0xff, 0xe0, 0x99, 0x54, 0xff, 0xe2, 0x9a, 0x56, 0xff, 0xe2, 0x9b, 0x55, 0xff, 0xe2, 0x9a, 0x56, 0xff, 0xe1, 0x99, 0x58, 0xff, 0xdf, 0x97, 0x55, 0xff, 0xe0, 0x97, 0x56, 0xff, 0xe3, 0x95, 0x57, 0xff, 0xe0, 0x93, 0x56, 0xff, 0xb4, 0x78, 0x46, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9f, 0x61, 0x35, 0xff, 0xa1, 0x63, 0x35, 0xff, 0xa0, 0x63, 0x34, 0xff, 0xa2, 0x65, 0x36, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa3, 0x67, 0x3c, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa0, 0x65, 0x36, 0xff, 0xa0, 0x64, 0x37, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa2, 0x67, 0x3b, 0xff, 0x9e, 0x64, 0x38, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x96, 0x5c, 0x34, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x95, 0x59, 0x34, 0xff, 0x92, 0x57, 0x32, 0xff, 0x90, 0x55, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x85, 0x49, 0x26, 0xff, 0x84, 0x49, 0x26, 0xff, 0x83, 0x48, 0x26, 0xff, 0x83, 0x4a, 0x23, 0xff, 0x82, 0x47, 0x22, 0xff, 0x81, 0x47, 0x24, 0xff, 0x80, 0x47, 0x24, 0xff, 0x80, 0x47, 0x23, 0xff, 0x80, 0x47, 0x24, 0xff, 0x7e, 0x47, 0x21, 0xff, 0x7f, 0x46, 0x21, 0xff, 0x7e, 0x46, 0x20, 0xff, 0x7e, 0x46, 0x21, 0xff, - 0x7d, 0x44, 0x20, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x81, 0x48, 0x25, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8f, 0x53, 0x32, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8b, 0x50, 0x2d, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x92, 0x53, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x57, 0x31, 0xff, 0x97, 0x58, 0x32, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0xa5, 0x66, 0x37, 0xff, 0xa9, 0x6b, 0x3c, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xae, 0x71, 0x41, 0xff, 0xb3, 0x74, 0x40, 0xff, 0xb7, 0x77, 0x40, 0xff, 0xbc, 0x7b, 0x44, 0xff, 0xbc, 0x7c, 0x45, 0xff, 0xbc, 0x7c, 0x45, 0xff, 0xc2, 0x80, 0x49, 0xff, 0xc8, 0x84, 0x4c, 0xff, 0xce, 0x88, 0x4d, 0xff, 0xdb, 0x8f, 0x51, 0xff, 0xe4, 0x95, 0x57, 0xff, 0xe3, 0x9a, 0x5b, 0xff, 0xe2, 0x9f, 0x60, 0xff, 0xe2, 0xa4, 0x62, 0xff, 0xe3, 0xaa, 0x66, 0xff, 0xe2, 0xb1, 0x6b, 0xff, 0xe3, 0xb6, 0x6d, 0xff, 0xe3, 0xbc, 0x70, 0xff, 0xe3, 0xc0, 0x73, 0xff, 0xe2, 0xca, 0x78, 0xff, 0xde, 0xcc, 0x7d, 0xff, 0xdc, 0xcc, 0x80, 0xff, 0xdd, 0xcd, 0x85, 0xff, 0xdd, 0xcc, 0x80, 0xff, 0xe1, 0xce, 0x7a, 0xff, 0xe3, 0xca, 0x77, 0xff, 0xe2, 0xc1, 0x6f, 0xff, 0xe3, 0xb5, 0x6a, 0xff, 0xe3, 0xae, 0x69, 0xff, 0xe3, 0xa9, 0x68, 0xff, 0xe2, 0xa9, 0x69, 0xff, 0xe2, 0xaa, 0x69, 0xff, 0xe2, 0xa6, 0x68, 0xff, 0xe3, 0xa7, 0x6b, 0xff, 0xe2, 0xae, 0x6e, 0xff, 0xde, 0xae, 0x6d, 0xff, 0xdd, 0xa5, 0x5f, 0xff, 0xde, 0xa5, 0x5d, 0xff, 0xdd, 0x9f, 0x59, 0xff, 0xde, 0x9e, 0x59, 0xff, 0xdd, 0x9c, 0x59, 0xff, 0xdc, 0x9a, 0x57, 0xff, 0xde, 0x98, 0x56, 0xff, 0xdd, 0x97, 0x55, 0xff, 0xdc, 0x98, 0x56, 0xff, 0xdd, 0x97, 0x56, 0xff, 0xde, 0x9c, 0x57, 0xff, 0xe1, 0xaa, 0x58, 0xff, 0xe1, 0xab, 0x5b, 0xff, 0xdb, 0xa7, 0x55, 0xff, 0xc7, 0x8e, 0x40, 0xff, 0xb6, 0x7b, 0x43, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xb6, 0x7c, 0x49, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb4, 0x7e, 0x4a, 0xff, 0xb3, 0x7c, 0x4b, 0xff, 0xb3, 0x7c, 0x4b, 0xff, 0xb2, 0x7c, 0x48, 0xff, 0xb1, 0x7b, 0x48, 0xff, 0xb2, 0x7b, 0x47, 0xff, 0xb0, 0x7a, 0x46, 0xff, 0xaf, 0x79, 0x46, 0xff, 0xaf, 0x79, 0x47, 0xff, 0xad, 0x77, 0x46, 0xff, 0xac, 0x75, 0x43, 0xff, 0xab, 0x74, 0x40, 0xff, 0xaa, 0x73, 0x3f, 0xff, 0xaa, 0x72, 0x3f, 0xff, 0xa9, 0x72, 0x41, 0xff, 0xa5, 0x6c, 0x3e, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9b, 0x61, 0x38, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x98, 0x5f, 0x35, 0xff, 0x97, 0x5e, 0x35, 0xff, 0x96, 0x5d, 0x34, 0xff, 0x94, 0x5b, 0x33, 0xff, 0x94, 0x5b, 0x34, 0xff, 0x95, 0x5b, 0x34, 0xff, 0x94, 0x5a, 0x33, 0xff, 0x91, 0x57, 0x32, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8d, 0x53, 0x2f, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8c, 0x52, 0x2d, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8b, 0x50, 0x2d, 0xff, 0x8a, 0x50, 0x2d, 0xff, 0x88, 0x4f, 0x2b, 0xff, 0x8a, 0x4f, 0x2c, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x89, 0x50, 0x2b, 0xff, 0x8a, 0x50, 0x2c, 0xff, 0x8c, 0x50, 0x2b, 0xff, 0x8c, 0x52, 0x2c, 0xff, 0x8c, 0x53, 0x2c, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x91, 0x57, 0x31, 0xff, 0x92, 0x58, 0x32, 0xff, 0x94, 0x5a, 0x32, 0xff, 0x94, 0x5b, 0x34, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x98, 0x5f, 0x36, 0xff, 0x99, 0x61, 0x37, 0xff, 0x99, 0x5f, 0x35, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x9c, 0x60, 0x34, 0xff, 0x9d, 0x61, 0x35, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9f, 0x64, 0x36, 0xff, 0xa1, 0x66, 0x37, 0xff, 0xa3, 0x66, 0x37, 0xff, 0xa4, 0x67, 0x36, 0xff, 0xa5, 0x68, 0x36, 0xff, 0xa7, 0x69, 0x37, 0xff, 0xa8, 0x6a, 0x37, 0xff, 0xaa, 0x6c, 0x37, 0xff, 0xac, 0x6e, 0x37, 0xff, 0xae, 0x70, 0x37, 0xff, 0xb0, 0x72, 0x37, 0xff, 0xb2, 0x74, 0x38, 0xff, 0xb4, 0x75, 0x37, 0xff, 0xb5, 0x77, 0x37, 0xff, 0xb8, 0x78, 0x39, 0xff, 0xba, 0x7b, 0x3c, 0xff, 0xbd, 0x7f, 0x41, 0xff, 0xbf, 0x81, 0x43, 0xff, 0xc0, 0x84, 0x46, 0xff, 0xc1, 0x88, 0x48, 0xff, 0xc5, 0x8b, 0x49, 0xff, 0xc7, 0x8d, 0x4b, 0xff, 0xc9, 0x8e, 0x4b, 0xff, 0xcd, 0x90, 0x4d, 0xff, 0xd0, 0x91, 0x4d, 0xff, 0xd2, 0x93, 0x4f, 0xff, 0xd6, 0x93, 0x4e, 0xff, 0xda, 0x94, 0x50, 0xff, 0xdc, 0x94, 0x51, 0xff, 0xdf, 0x97, 0x52, 0xff, 0xe2, 0x9a, 0x54, 0xff, 0xe3, 0x9c, 0x56, 0xff, 0xe2, 0x9e, 0x57, 0xff, 0xe3, 0x9e, 0x59, 0xff, 0xe2, 0x9a, 0x59, 0xff, 0xe3, 0x99, 0x59, 0xff, 0xe1, 0x99, 0x56, 0xff, 0xe1, 0x96, 0x52, 0xff, 0xe1, 0x97, 0x52, 0xff, 0xe1, 0x98, 0x52, 0xff, 0xe1, 0x97, 0x54, 0xff, 0xdd, 0x95, 0x52, 0xff, 0xdf, 0x93, 0x52, 0xff, 0xe1, 0x96, 0x55, 0xff, 0xdf, 0x92, 0x53, 0xff, 0xb8, 0x78, 0x47, 0xff, 0x9f, 0x62, 0x36, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xae, 0x72, 0x42, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb8, 0x7b, 0x48, 0xff, 0xb9, 0x7b, 0x4a, 0xff, 0xba, 0x7d, 0x4c, 0xff, 0xbc, 0x7f, 0x4e, 0xff, 0xbb, 0x7d, 0x4d, 0xff, 0xbb, 0x7d, 0x4d, 0xff, 0xbc, 0x7d, 0x4c, 0xff, 0xbe, 0x7f, 0x4c, 0xff, 0xbb, 0x7c, 0x4a, 0xff, 0xbb, 0x81, 0x4f, 0xff, 0xa5, 0x6a, 0x3d, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x95, 0x59, 0x34, 0xff, 0x94, 0x57, 0x34, 0xff, 0x90, 0x55, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x89, 0x4e, 0x29, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x86, 0x49, 0x26, 0xff, 0x84, 0x49, 0x26, 0xff, 0x81, 0x46, 0x24, 0xff, 0x81, 0x48, 0x24, 0xff, 0x81, 0x46, 0x22, 0xff, 0x80, 0x47, 0x22, 0xff, 0x80, 0x47, 0x22, 0xff, 0x7f, 0x46, 0x22, 0xff, 0x7f, 0x46, 0x20, 0xff, 0x7d, 0x46, 0x20, 0xff, 0x7d, 0x44, 0x20, 0xff, 0x7d, 0x44, 0x20, 0xff, 0x7d, 0x45, 0x20, 0xff, - 0x7c, 0x44, 0x20, 0xff, 0x81, 0x48, 0x25, 0xff, 0x8c, 0x50, 0x30, 0xff, 0x8d, 0x52, 0x30, 0xff, 0x8d, 0x52, 0x30, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x87, 0x4c, 0x2b, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x88, 0x4c, 0x2a, 0xff, 0x89, 0x4c, 0x2c, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x92, 0x53, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9d, 0x60, 0x33, 0xff, 0xa3, 0x65, 0x36, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xaa, 0x6e, 0x3d, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xb0, 0x72, 0x3f, 0xff, 0xb4, 0x74, 0x3f, 0xff, 0xb9, 0x78, 0x43, 0xff, 0xbe, 0x7e, 0x47, 0xff, 0xbb, 0x7b, 0x44, 0xff, 0xc1, 0x81, 0x49, 0xff, 0xc6, 0x85, 0x4b, 0xff, 0xcf, 0x8a, 0x4e, 0xff, 0xda, 0x8e, 0x52, 0xff, 0xe3, 0x94, 0x55, 0xff, 0xe3, 0x99, 0x5a, 0xff, 0xe3, 0xa3, 0x5f, 0xff, 0xe3, 0xa8, 0x65, 0xff, 0xe2, 0xae, 0x68, 0xff, 0xe3, 0xb8, 0x6b, 0xff, 0xe3, 0xbe, 0x70, 0xff, 0xe3, 0xc1, 0x71, 0xff, 0xe3, 0xc4, 0x74, 0xff, 0xe2, 0xc9, 0x79, 0xff, 0xde, 0xce, 0x7b, 0xff, 0xda, 0xcd, 0x81, 0xff, 0xda, 0xcd, 0x84, 0xff, 0xdb, 0xce, 0x84, 0xff, 0xdd, 0xce, 0x7c, 0xff, 0xe2, 0xce, 0x78, 0xff, 0xe2, 0xc7, 0x72, 0xff, 0xe3, 0xba, 0x6b, 0xff, 0xe3, 0xb2, 0x68, 0xff, 0xe3, 0xaa, 0x67, 0xff, 0xe2, 0xaa, 0x67, 0xff, 0xe0, 0xa8, 0x68, 0xff, 0xe3, 0xa6, 0x68, 0xff, 0xe2, 0xa7, 0x6b, 0xff, 0xe3, 0xa9, 0x6c, 0xff, 0xe1, 0xa9, 0x6c, 0xff, 0xde, 0xa9, 0x69, 0xff, 0xdc, 0xa4, 0x5e, 0xff, 0xdd, 0xa2, 0x5a, 0xff, 0xdc, 0xa0, 0x5a, 0xff, 0xdb, 0x9c, 0x59, 0xff, 0xdc, 0x9a, 0x55, 0xff, 0xdb, 0x96, 0x55, 0xff, 0xdb, 0x96, 0x55, 0xff, 0xdb, 0x94, 0x54, 0xff, 0xdb, 0x96, 0x56, 0xff, 0xdb, 0x9b, 0x57, 0xff, 0xdf, 0xa9, 0x5a, 0xff, 0xe0, 0xac, 0x59, 0xff, 0xe0, 0xad, 0x59, 0xff, 0xce, 0x9a, 0x52, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb7, 0x7e, 0x4a, 0xff, 0xb6, 0x7f, 0x4b, 0xff, 0xb5, 0x7f, 0x4b, 0xff, 0xb4, 0x80, 0x4a, 0xff, 0xb4, 0x7e, 0x4a, 0xff, 0xb3, 0x7d, 0x49, 0xff, 0xb2, 0x7c, 0x47, 0xff, 0xb2, 0x7b, 0x46, 0xff, 0xb0, 0x7a, 0x45, 0xff, 0xaf, 0x79, 0x45, 0xff, 0xaf, 0x79, 0x47, 0xff, 0xae, 0x77, 0x43, 0xff, 0xab, 0x73, 0x40, 0xff, 0xab, 0x74, 0x40, 0xff, 0xaa, 0x73, 0x3f, 0xff, 0xa9, 0x73, 0x42, 0xff, 0xa4, 0x6c, 0x3f, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9d, 0x63, 0x39, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9a, 0x60, 0x37, 0xff, 0x9a, 0x60, 0x37, 0xff, 0x99, 0x5e, 0x36, 0xff, 0x97, 0x5d, 0x35, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x95, 0x5b, 0x34, 0xff, 0x92, 0x58, 0x32, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8e, 0x55, 0x31, 0xff, 0x8e, 0x54, 0x30, 0xff, 0x8d, 0x53, 0x30, 0xff, 0x8d, 0x54, 0x2e, 0xff, 0x8d, 0x53, 0x2d, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8a, 0x50, 0x2c, 0xff, 0x89, 0x4f, 0x2c, 0xff, 0x89, 0x4f, 0x2b, 0xff, 0x89, 0x50, 0x2b, 0xff, 0x8b, 0x51, 0x2c, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8e, 0x55, 0x30, 0xff, 0x8f, 0x56, 0x30, 0xff, 0x92, 0x58, 0x31, 0xff, 0x93, 0x59, 0x32, 0xff, 0x94, 0x59, 0x33, 0xff, 0x94, 0x5b, 0x33, 0xff, 0x95, 0x5c, 0x34, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x94, 0x59, 0x32, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x9a, 0x5e, 0x33, 0xff, 0x9b, 0x60, 0x34, 0xff, 0x9c, 0x61, 0x35, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9f, 0x62, 0x35, 0xff, 0xa0, 0x63, 0x35, 0xff, 0xa2, 0x64, 0x35, 0xff, 0xa4, 0x66, 0x36, 0xff, 0xa5, 0x67, 0x36, 0xff, 0xa7, 0x68, 0x36, 0xff, 0xa9, 0x6c, 0x37, 0xff, 0xab, 0x6e, 0x37, 0xff, 0xad, 0x6f, 0x37, 0xff, 0xaf, 0x71, 0x37, 0xff, 0xb0, 0x72, 0x38, 0xff, 0xb2, 0x73, 0x38, 0xff, 0xb4, 0x74, 0x39, 0xff, 0xb6, 0x75, 0x3a, 0xff, 0xb8, 0x77, 0x3c, 0xff, 0xba, 0x79, 0x3e, 0xff, 0xbc, 0x7c, 0x41, 0xff, 0xbd, 0x80, 0x46, 0xff, 0xbf, 0x82, 0x49, 0xff, 0xc1, 0x87, 0x4a, 0xff, 0xc3, 0x8a, 0x4b, 0xff, 0xc5, 0x8b, 0x4b, 0xff, 0xc7, 0x8c, 0x4c, 0xff, 0xc9, 0x8e, 0x4d, 0xff, 0xcd, 0x91, 0x4d, 0xff, 0xd0, 0x8f, 0x4d, 0xff, 0xd2, 0x8f, 0x4d, 0xff, 0xd6, 0x90, 0x4d, 0xff, 0xd8, 0x93, 0x4d, 0xff, 0xdb, 0x92, 0x4d, 0xff, 0xdd, 0x95, 0x4e, 0xff, 0xe0, 0x98, 0x53, 0xff, 0xe2, 0x9a, 0x55, 0xff, 0xe1, 0x98, 0x55, 0xff, 0xe2, 0x98, 0x57, 0xff, 0xe3, 0x98, 0x58, 0xff, 0xe1, 0x96, 0x55, 0xff, 0xe2, 0x96, 0x51, 0xff, 0xe4, 0x96, 0x51, 0xff, 0xda, 0x91, 0x50, 0xff, 0xd9, 0x91, 0x51, 0xff, 0xde, 0x90, 0x51, 0xff, 0xdd, 0x8f, 0x51, 0xff, 0xd8, 0x8e, 0x52, 0xff, 0xc9, 0x86, 0x52, 0xff, 0xb9, 0x7c, 0x4d, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xb5, 0x77, 0x47, 0xff, 0xb6, 0x79, 0x47, 0xff, 0xb8, 0x78, 0x47, 0xff, 0xb7, 0x79, 0x47, 0xff, 0xb7, 0x7a, 0x48, 0xff, 0xb8, 0x7b, 0x4b, 0xff, 0xb9, 0x7c, 0x4d, 0xff, 0xb9, 0x7b, 0x4b, 0xff, 0xbb, 0x7c, 0x4c, 0xff, 0xbd, 0x7f, 0x4d, 0xff, 0xc0, 0x81, 0x4e, 0xff, 0xc3, 0x84, 0x51, 0xff, 0xbd, 0x81, 0x4d, 0xff, 0xa2, 0x66, 0x3c, 0xff, 0x9f, 0x63, 0x3a, 0xff, 0x9f, 0x64, 0x3a, 0xff, 0x9b, 0x5f, 0x37, 0xff, 0x97, 0x5c, 0x35, 0xff, 0x92, 0x56, 0x31, 0xff, 0x91, 0x55, 0x31, 0xff, 0x91, 0x56, 0x30, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x85, 0x4b, 0x27, 0xff, 0x84, 0x4b, 0x26, 0xff, 0x83, 0x49, 0x26, 0xff, 0x83, 0x48, 0x24, 0xff, 0x80, 0x46, 0x22, 0xff, 0x7f, 0x46, 0x20, 0xff, 0x7e, 0x46, 0x21, 0xff, 0x7e, 0x46, 0x22, 0xff, 0x7d, 0x46, 0x20, 0xff, 0x7c, 0x44, 0x20, 0xff, 0x7c, 0x44, 0x20, 0xff, 0x7c, 0x44, 0x20, 0xff, 0x7d, 0x44, 0x20, 0xff, 0x7c, 0x44, 0x20, 0xff, - 0x7f, 0x46, 0x23, 0xff, 0x8d, 0x52, 0x31, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x8c, 0x50, 0x30, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8b, 0x4f, 0x2f, 0xff, 0x8a, 0x4f, 0x2c, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x84, 0x4a, 0x26, 0xff, 0x85, 0x4b, 0x26, 0xff, 0x85, 0x4b, 0x27, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8c, 0x4f, 0x2a, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x96, 0x57, 0x31, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa8, 0x6b, 0x3a, 0xff, 0xac, 0x6f, 0x3c, 0xff, 0xae, 0x71, 0x3d, 0xff, 0xb1, 0x71, 0x3d, 0xff, 0xb5, 0x76, 0x40, 0xff, 0xbb, 0x7b, 0x44, 0xff, 0xbc, 0x7c, 0x45, 0xff, 0xbe, 0x81, 0x48, 0xff, 0xc4, 0x86, 0x4d, 0xff, 0xcd, 0x8b, 0x51, 0xff, 0xd7, 0x90, 0x52, 0xff, 0xe3, 0x96, 0x56, 0xff, 0xe2, 0x9b, 0x5a, 0xff, 0xe3, 0xa3, 0x5f, 0xff, 0xe3, 0xaa, 0x64, 0xff, 0xe2, 0xb3, 0x6c, 0xff, 0xe2, 0xba, 0x6c, 0xff, 0xe3, 0xc4, 0x70, 0xff, 0xe3, 0xc6, 0x74, 0xff, 0xe3, 0xc4, 0x75, 0xff, 0xe3, 0xc8, 0x76, 0xff, 0xe2, 0xcb, 0x79, 0xff, 0xdc, 0xce, 0x7c, 0xff, 0xdb, 0xcd, 0x80, 0xff, 0xda, 0xce, 0x83, 0xff, 0xd8, 0xcc, 0x7e, 0xff, 0xd9, 0xce, 0x77, 0xff, 0xe0, 0xcd, 0x73, 0xff, 0xe2, 0xc3, 0x6e, 0xff, 0xe2, 0xb8, 0x6a, 0xff, 0xe2, 0xad, 0x68, 0xff, 0xe3, 0xaa, 0x67, 0xff, 0xe2, 0xa7, 0x67, 0xff, 0xe2, 0xa4, 0x67, 0xff, 0xe2, 0xa5, 0x68, 0xff, 0xe3, 0xa7, 0x6c, 0xff, 0xe3, 0xa8, 0x6d, 0xff, 0xe1, 0xaa, 0x6b, 0xff, 0xdb, 0xa6, 0x61, 0xff, 0xdd, 0xa3, 0x60, 0xff, 0xdc, 0xa1, 0x5d, 0xff, 0xd8, 0x9d, 0x59, 0xff, 0xda, 0x9b, 0x58, 0xff, 0xdb, 0x97, 0x55, 0xff, 0xda, 0x95, 0x54, 0xff, 0xda, 0x95, 0x55, 0xff, 0xd8, 0x96, 0x55, 0xff, 0xda, 0x9c, 0x56, 0xff, 0xe0, 0xaa, 0x5a, 0xff, 0xe2, 0xab, 0x5a, 0xff, 0xdf, 0xaa, 0x5c, 0xff, 0xce, 0x9b, 0x5b, 0xff, 0xb7, 0x80, 0x4a, 0xff, 0xb7, 0x7e, 0x4a, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb8, 0x7e, 0x4b, 0xff, 0xb7, 0x81, 0x4c, 0xff, 0xb8, 0x83, 0x4c, 0xff, 0xb5, 0x81, 0x4c, 0xff, 0xb4, 0x80, 0x4b, 0xff, 0xb4, 0x81, 0x4b, 0xff, 0xb4, 0x80, 0x47, 0xff, 0xb2, 0x7c, 0x47, 0xff, 0xb1, 0x7b, 0x48, 0xff, 0xb1, 0x7c, 0x49, 0xff, 0xb0, 0x7b, 0x47, 0xff, 0xaf, 0x7a, 0x45, 0xff, 0xae, 0x76, 0x43, 0xff, 0xab, 0x73, 0x40, 0xff, 0xac, 0x75, 0x41, 0xff, 0xa9, 0x71, 0x40, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9a, 0x60, 0x37, 0xff, 0x99, 0x5f, 0x36, 0xff, 0x98, 0x5f, 0x35, 0xff, 0x97, 0x5e, 0x34, 0xff, 0x97, 0x5d, 0x35, 0xff, 0x95, 0x5b, 0x34, 0xff, 0x91, 0x57, 0x32, 0xff, 0x90, 0x55, 0x30, 0xff, 0x90, 0x55, 0x30, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x8d, 0x54, 0x2e, 0xff, 0x8d, 0x53, 0x2f, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8d, 0x52, 0x2d, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8a, 0x50, 0x2d, 0xff, 0x89, 0x50, 0x2c, 0xff, 0x89, 0x4f, 0x2b, 0xff, 0x88, 0x4f, 0x2a, 0xff, 0x89, 0x50, 0x2a, 0xff, 0x8a, 0x50, 0x2a, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8b, 0x51, 0x2b, 0xff, 0x8d, 0x53, 0x2d, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x91, 0x57, 0x31, 0xff, 0x92, 0x58, 0x32, 0xff, 0x92, 0x58, 0x32, 0xff, 0x91, 0x56, 0x31, 0xff, 0x91, 0x56, 0x30, 0xff, 0x93, 0x58, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x9b, 0x5f, 0x33, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0x9d, 0x60, 0x34, 0xff, 0x9e, 0x62, 0x34, 0xff, 0xa1, 0x63, 0x35, 0xff, 0xa2, 0x64, 0x35, 0xff, 0xa3, 0x65, 0x35, 0xff, 0xa6, 0x68, 0x36, 0xff, 0xa8, 0x69, 0x37, 0xff, 0xa8, 0x6b, 0x37, 0xff, 0xab, 0x6d, 0x37, 0xff, 0xae, 0x6f, 0x38, 0xff, 0xad, 0x6d, 0x37, 0xff, 0xae, 0x6e, 0x38, 0xff, 0xb0, 0x70, 0x39, 0xff, 0xb3, 0x73, 0x3a, 0xff, 0xb6, 0x76, 0x3c, 0xff, 0xb8, 0x7a, 0x3e, 0xff, 0xbb, 0x7c, 0x43, 0xff, 0xbd, 0x7f, 0x46, 0xff, 0xbe, 0x81, 0x46, 0xff, 0xbf, 0x83, 0x47, 0xff, 0xc0, 0x86, 0x48, 0xff, 0xc0, 0x88, 0x49, 0xff, 0xc4, 0x89, 0x49, 0xff, 0xc7, 0x89, 0x4b, 0xff, 0xc8, 0x8a, 0x4a, 0xff, 0xcd, 0x8d, 0x4c, 0xff, 0xcf, 0x8d, 0x4c, 0xff, 0xd2, 0x8e, 0x4c, 0xff, 0xd7, 0x8f, 0x4d, 0xff, 0xdb, 0x92, 0x4f, 0xff, 0xdc, 0x92, 0x4f, 0xff, 0xdf, 0x93, 0x51, 0xff, 0xe1, 0x95, 0x52, 0xff, 0xe1, 0x96, 0x53, 0xff, 0xe2, 0x95, 0x54, 0xff, 0xe2, 0x95, 0x54, 0xff, 0xe2, 0x96, 0x55, 0xff, 0xe1, 0x94, 0x53, 0xff, 0xe0, 0x94, 0x52, 0xff, 0xd7, 0x8e, 0x4e, 0xff, 0xd6, 0x8d, 0x4f, 0xff, 0xd1, 0x8c, 0x50, 0xff, 0xce, 0x87, 0x51, 0xff, 0xd2, 0x8b, 0x51, 0xff, 0xc9, 0x83, 0x4f, 0xff, 0xb5, 0x76, 0x46, 0xff, 0xb3, 0x76, 0x45, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb5, 0x77, 0x47, 0xff, 0xb5, 0x78, 0x47, 0xff, 0xb5, 0x77, 0x48, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xa2, 0x65, 0x3b, 0xff, 0x9d, 0x61, 0x39, 0xff, 0x9d, 0x62, 0x3a, 0xff, 0x9e, 0x61, 0x39, 0xff, 0x9e, 0x62, 0x3a, 0xff, 0x9d, 0x61, 0x39, 0xff, 0x9e, 0x61, 0x39, 0xff, 0x94, 0x59, 0x33, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x86, 0x4b, 0x26, 0xff, 0x85, 0x4a, 0x27, 0xff, 0x84, 0x4a, 0x23, 0xff, 0x82, 0x48, 0x23, 0xff, 0x80, 0x47, 0x22, 0xff, 0x7f, 0x47, 0x22, 0xff, 0x7f, 0x47, 0x22, 0xff, 0x7e, 0x46, 0x20, 0xff, 0x7b, 0x43, 0x1f, 0xff, 0x79, 0x43, 0x1f, 0xff, 0x7a, 0x43, 0x1f, 0xff, 0x7a, 0x43, 0x1f, 0xff, 0x7a, 0x43, 0x20, 0xff, - 0x8c, 0x50, 0x30, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8b, 0x4f, 0x30, 0xff, 0x88, 0x4e, 0x2e, 0xff, 0x87, 0x4b, 0x2a, 0xff, 0x85, 0x4b, 0x28, 0xff, 0x84, 0x48, 0x26, 0xff, 0x83, 0x48, 0x26, 0xff, 0x83, 0x48, 0x26, 0xff, 0x85, 0x49, 0x27, 0xff, 0x85, 0x4a, 0x27, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x89, 0x4c, 0x28, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8c, 0x4f, 0x2a, 0xff, 0x8e, 0x4f, 0x2a, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x98, 0x58, 0x31, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xa8, 0x69, 0x38, 0xff, 0xac, 0x6c, 0x3a, 0xff, 0xaf, 0x6e, 0x3a, 0xff, 0xb2, 0x73, 0x3d, 0xff, 0xb8, 0x78, 0x42, 0xff, 0xbc, 0x7f, 0x47, 0xff, 0xbc, 0x7e, 0x46, 0xff, 0xc1, 0x84, 0x4c, 0xff, 0xca, 0x8a, 0x51, 0xff, 0xd7, 0x8f, 0x57, 0xff, 0xe1, 0x96, 0x59, 0xff, 0xe2, 0x9d, 0x5c, 0xff, 0xe2, 0xa4, 0x60, 0xff, 0xe3, 0xad, 0x66, 0xff, 0xe2, 0xba, 0x6c, 0xff, 0xe3, 0xc4, 0x72, 0xff, 0xe1, 0xc9, 0x72, 0xff, 0xe1, 0xcb, 0x76, 0xff, 0xe2, 0xc8, 0x7a, 0xff, 0xe3, 0xca, 0x7b, 0xff, 0xe3, 0xcc, 0x7b, 0xff, 0xe2, 0xcd, 0x79, 0xff, 0xdc, 0xcd, 0x7b, 0xff, 0xd9, 0xcd, 0x7e, 0xff, 0xd9, 0xce, 0x7f, 0xff, 0xd7, 0xcd, 0x7a, 0xff, 0xdd, 0xcc, 0x74, 0xff, 0xe3, 0xc4, 0x70, 0xff, 0xe3, 0xb8, 0x6b, 0xff, 0xe2, 0xb2, 0x6b, 0xff, 0xe2, 0xad, 0x69, 0xff, 0xe3, 0xa9, 0x68, 0xff, 0xe3, 0xa2, 0x65, 0xff, 0xe2, 0xa3, 0x66, 0xff, 0xe3, 0xa5, 0x6d, 0xff, 0xe3, 0xa6, 0x6c, 0xff, 0xe3, 0xa8, 0x6c, 0xff, 0xe1, 0xab, 0x6b, 0xff, 0xda, 0xa6, 0x62, 0xff, 0xdb, 0xa2, 0x5d, 0xff, 0xd9, 0x9d, 0x5a, 0xff, 0xd9, 0x99, 0x56, 0xff, 0xda, 0x97, 0x55, 0xff, 0xd8, 0x95, 0x54, 0xff, 0xd8, 0x93, 0x53, 0xff, 0xd7, 0x95, 0x55, 0xff, 0xda, 0x9b, 0x57, 0xff, 0xe0, 0xab, 0x58, 0xff, 0xdf, 0xaf, 0x5c, 0xff, 0xde, 0xb0, 0x61, 0xff, 0xc9, 0x99, 0x58, 0xff, 0xb6, 0x7d, 0x4a, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xb8, 0x82, 0x4c, 0xff, 0xb8, 0x83, 0x4d, 0xff, 0xb7, 0x81, 0x4e, 0xff, 0xb6, 0x82, 0x4f, 0xff, 0xb6, 0x82, 0x4c, 0xff, 0xb5, 0x80, 0x49, 0xff, 0xb4, 0x7f, 0x48, 0xff, 0xb3, 0x7d, 0x48, 0xff, 0xb2, 0x7c, 0x47, 0xff, 0xb1, 0x7b, 0x47, 0xff, 0xb0, 0x79, 0x46, 0xff, 0xaf, 0x78, 0x44, 0xff, 0xad, 0x77, 0x42, 0xff, 0xac, 0x76, 0x44, 0xff, 0xa7, 0x6f, 0x40, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa0, 0x65, 0x39, 0xff, 0x9e, 0x64, 0x39, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9a, 0x61, 0x36, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x94, 0x5a, 0x33, 0xff, 0x90, 0x55, 0x30, 0xff, 0x90, 0x55, 0x30, 0xff, 0x90, 0x55, 0x30, 0xff, 0x8e, 0x55, 0x30, 0xff, 0x8e, 0x54, 0x30, 0xff, 0x8e, 0x54, 0x30, 0xff, 0x8d, 0x55, 0x2f, 0xff, 0x8d, 0x54, 0x2f, 0xff, 0x8c, 0x52, 0x2f, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x8a, 0x50, 0x2d, 0xff, 0x89, 0x4f, 0x2b, 0xff, 0x88, 0x4f, 0x2a, 0xff, 0x87, 0x4f, 0x2b, 0xff, 0x87, 0x4f, 0x2a, 0xff, 0x89, 0x50, 0x2a, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8b, 0x51, 0x2c, 0xff, 0x8d, 0x52, 0x2d, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8e, 0x55, 0x2f, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x91, 0x55, 0x31, 0xff, 0x92, 0x56, 0x30, 0xff, 0x93, 0x57, 0x30, 0xff, 0x94, 0x58, 0x30, 0xff, 0x95, 0x59, 0x30, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x99, 0x5d, 0x32, 0xff, 0x9a, 0x5e, 0x33, 0xff, 0x9c, 0x5e, 0x33, 0xff, 0x9d, 0x60, 0x33, 0xff, 0x9e, 0x61, 0x33, 0xff, 0xa1, 0x61, 0x33, 0xff, 0xa3, 0x64, 0x34, 0xff, 0xa4, 0x66, 0x34, 0xff, 0xa5, 0x67, 0x35, 0xff, 0xa6, 0x67, 0x34, 0xff, 0xa7, 0x67, 0x35, 0xff, 0xa8, 0x68, 0x36, 0xff, 0xaa, 0x69, 0x37, 0xff, 0xac, 0x6d, 0x38, 0xff, 0xaf, 0x70, 0x39, 0xff, 0xb2, 0x73, 0x3b, 0xff, 0xb5, 0x75, 0x3c, 0xff, 0xb7, 0x78, 0x3e, 0xff, 0xb8, 0x7a, 0x40, 0xff, 0xba, 0x7d, 0x43, 0xff, 0xbb, 0x80, 0x45, 0xff, 0xbc, 0x80, 0x45, 0xff, 0xbc, 0x81, 0x45, 0xff, 0xbe, 0x83, 0x46, 0xff, 0xc0, 0x85, 0x48, 0xff, 0xc3, 0x88, 0x4a, 0xff, 0xc5, 0x89, 0x49, 0xff, 0xc8, 0x89, 0x4a, 0xff, 0xcc, 0x8a, 0x4a, 0xff, 0xce, 0x8a, 0x4a, 0xff, 0xd1, 0x8b, 0x4a, 0xff, 0xd3, 0x8d, 0x4b, 0xff, 0xd7, 0x90, 0x4e, 0xff, 0xd9, 0x91, 0x4f, 0xff, 0xdd, 0x93, 0x51, 0xff, 0xdf, 0x93, 0x51, 0xff, 0xdf, 0x91, 0x51, 0xff, 0xe1, 0x93, 0x53, 0xff, 0xe3, 0x96, 0x56, 0xff, 0xe4, 0x97, 0x56, 0xff, 0xd7, 0x90, 0x53, 0xff, 0xce, 0x8a, 0x52, 0xff, 0xce, 0x88, 0x51, 0xff, 0xcf, 0x88, 0x50, 0xff, 0xd1, 0x88, 0x50, 0xff, 0xd7, 0x8d, 0x51, 0xff, 0xcd, 0x86, 0x4f, 0xff, 0xb7, 0x79, 0x47, 0xff, 0xb4, 0x76, 0x44, 0xff, 0xb2, 0x74, 0x44, 0xff, 0xb2, 0x74, 0x44, 0xff, 0xb2, 0x75, 0x44, 0xff, 0xb2, 0x74, 0x44, 0xff, 0xb3, 0x76, 0x45, 0xff, 0xb3, 0x76, 0x47, 0xff, 0xb3, 0x76, 0x45, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xb3, 0x76, 0x45, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xa6, 0x6a, 0x3d, 0xff, 0x9b, 0x60, 0x38, 0xff, 0x9c, 0x61, 0x39, 0xff, 0x9c, 0x61, 0x38, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x95, 0x58, 0x32, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x91, 0x55, 0x30, 0xff, 0x93, 0x57, 0x32, 0xff, 0x95, 0x57, 0x33, 0xff, 0x95, 0x58, 0x33, 0xff, 0x96, 0x58, 0x33, 0xff, 0x95, 0x57, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x93, 0x57, 0x32, 0xff, 0x92, 0x55, 0x31, 0xff, 0x92, 0x55, 0x32, 0xff, 0x91, 0x54, 0x32, 0xff, 0x91, 0x54, 0x31, 0xff, 0x90, 0x53, 0x31, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x81, 0x47, 0x24, 0xff, 0x7b, 0x43, 0x1e, 0xff, 0x82, 0x49, 0x26, 0xff, - 0x8e, 0x53, 0x31, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8a, 0x4f, 0x2e, 0xff, 0x8a, 0x4f, 0x2e, 0xff, 0x88, 0x4d, 0x2a, 0xff, 0x83, 0x49, 0x26, 0xff, 0x83, 0x48, 0x26, 0xff, 0x82, 0x48, 0x24, 0xff, 0x82, 0x47, 0x24, 0xff, 0x82, 0x48, 0x24, 0xff, 0x82, 0x49, 0x25, 0xff, 0x83, 0x48, 0x25, 0xff, 0x84, 0x49, 0x26, 0xff, 0x86, 0x49, 0x26, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x89, 0x4c, 0x26, 0xff, 0x8b, 0x4d, 0x28, 0xff, 0x8c, 0x4e, 0x29, 0xff, 0x8e, 0x4f, 0x29, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x95, 0x57, 0x2f, 0xff, 0x99, 0x59, 0x31, 0xff, 0x9d, 0x5f, 0x33, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xa8, 0x68, 0x38, 0xff, 0xaa, 0x69, 0x38, 0xff, 0xac, 0x6b, 0x39, 0xff, 0xb0, 0x70, 0x3a, 0xff, 0xb5, 0x75, 0x3f, 0xff, 0xbb, 0x7c, 0x45, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc8, 0x89, 0x51, 0xff, 0xd4, 0x90, 0x58, 0xff, 0xe1, 0x97, 0x5c, 0xff, 0xe3, 0xa0, 0x61, 0xff, 0xe3, 0xa9, 0x66, 0xff, 0xe3, 0xb7, 0x6b, 0xff, 0xe2, 0xc4, 0x6f, 0xff, 0xdd, 0xce, 0x78, 0xff, 0xda, 0xce, 0x7a, 0xff, 0xda, 0xce, 0x79, 0xff, 0xdd, 0xcd, 0x7e, 0xff, 0xdf, 0xcd, 0x80, 0xff, 0xe1, 0xcc, 0x7f, 0xff, 0xe3, 0xca, 0x7d, 0xff, 0xe2, 0xcc, 0x7c, 0xff, 0xe0, 0xcb, 0x7b, 0xff, 0xdb, 0xce, 0x7e, 0xff, 0xd7, 0xcd, 0x7d, 0xff, 0xdb, 0xcc, 0x77, 0xff, 0xe3, 0xc6, 0x6f, 0xff, 0xe3, 0xbb, 0x6c, 0xff, 0xe2, 0xb2, 0x6b, 0xff, 0xe2, 0xae, 0x6a, 0xff, 0xe3, 0xaa, 0x67, 0xff, 0xe3, 0xa4, 0x65, 0xff, 0xe3, 0xa2, 0x65, 0xff, 0xe1, 0xa3, 0x6a, 0xff, 0xe3, 0xa6, 0x6c, 0xff, 0xe4, 0xa7, 0x6b, 0xff, 0xe3, 0xa8, 0x6b, 0xff, 0xe1, 0xa9, 0x69, 0xff, 0xda, 0xa4, 0x60, 0xff, 0xd8, 0x9b, 0x59, 0xff, 0xd8, 0x98, 0x57, 0xff, 0xd8, 0x96, 0x56, 0xff, 0xd7, 0x94, 0x54, 0xff, 0xd6, 0x92, 0x52, 0xff, 0xd6, 0x93, 0x53, 0xff, 0xda, 0x9e, 0x56, 0xff, 0xe0, 0xab, 0x59, 0xff, 0xe3, 0xb0, 0x5e, 0xff, 0xde, 0xa9, 0x60, 0xff, 0xc8, 0x95, 0x57, 0xff, 0xba, 0x81, 0x4d, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x82, 0x4a, 0xff, 0xb9, 0x85, 0x4c, 0xff, 0xb7, 0x83, 0x4e, 0xff, 0xb9, 0x84, 0x52, 0xff, 0xb8, 0x84, 0x50, 0xff, 0xb7, 0x82, 0x4c, 0xff, 0xb6, 0x81, 0x4c, 0xff, 0xb6, 0x82, 0x4b, 0xff, 0xb5, 0x7e, 0x48, 0xff, 0xb3, 0x7c, 0x48, 0xff, 0xb2, 0x7d, 0x49, 0xff, 0xb2, 0x7e, 0x48, 0xff, 0xb0, 0x7a, 0x48, 0xff, 0xaf, 0x77, 0x44, 0xff, 0xac, 0x74, 0x42, 0xff, 0xa7, 0x6d, 0x3f, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa2, 0x67, 0x3b, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa0, 0x65, 0x39, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x9b, 0x60, 0x35, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x94, 0x5a, 0x33, 0xff, 0x91, 0x56, 0x31, 0xff, 0x91, 0x55, 0x31, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x90, 0x55, 0x30, 0xff, 0x8e, 0x55, 0x30, 0xff, 0x8d, 0x52, 0x30, 0xff, 0x8d, 0x52, 0x30, 0xff, 0x8c, 0x53, 0x30, 0xff, 0x8c, 0x53, 0x2e, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8a, 0x50, 0x2c, 0xff, 0x89, 0x50, 0x2b, 0xff, 0x89, 0x50, 0x2c, 0xff, 0x88, 0x4f, 0x2a, 0xff, 0x87, 0x4e, 0x2b, 0xff, 0x87, 0x4e, 0x2a, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x8a, 0x50, 0x2a, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x89, 0x50, 0x2b, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8d, 0x52, 0x2d, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x93, 0x57, 0x30, 0xff, 0x95, 0x58, 0x30, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x98, 0x5c, 0x31, 0xff, 0x99, 0x5c, 0x31, 0xff, 0x9a, 0x5c, 0x32, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9c, 0x60, 0x33, 0xff, 0x9e, 0x60, 0x32, 0xff, 0x9f, 0x61, 0x31, 0xff, 0xa0, 0x61, 0x30, 0xff, 0xa5, 0x67, 0x34, 0xff, 0xb0, 0x72, 0x40, 0xff, 0xba, 0x7a, 0x49, 0xff, 0xbd, 0x7d, 0x49, 0xff, 0xc0, 0x7f, 0x49, 0xff, 0xc7, 0x84, 0x4d, 0xff, 0xc9, 0x86, 0x4d, 0xff, 0xca, 0x84, 0x4b, 0xff, 0xcb, 0x85, 0x4b, 0xff, 0xcc, 0x86, 0x4c, 0xff, 0xd1, 0x87, 0x4e, 0xff, 0xd2, 0x8a, 0x50, 0xff, 0xd2, 0x8c, 0x51, 0xff, 0xd3, 0x8d, 0x53, 0xff, 0xd6, 0x8e, 0x54, 0xff, 0xcd, 0x8b, 0x4f, 0xff, 0xc0, 0x85, 0x48, 0xff, 0xbe, 0x84, 0x47, 0xff, 0xbf, 0x87, 0x49, 0xff, 0xc4, 0x89, 0x49, 0xff, 0xc7, 0x88, 0x49, 0xff, 0xc8, 0x89, 0x49, 0xff, 0xcc, 0x89, 0x48, 0xff, 0xcf, 0x89, 0x49, 0xff, 0xd1, 0x8b, 0x4b, 0xff, 0xd4, 0x8d, 0x4c, 0xff, 0xd6, 0x91, 0x4d, 0xff, 0xd6, 0x90, 0x4f, 0xff, 0xdb, 0x90, 0x4f, 0xff, 0xdf, 0x92, 0x51, 0xff, 0xde, 0x91, 0x52, 0xff, 0xd0, 0x8a, 0x51, 0xff, 0xcc, 0x8a, 0x53, 0xff, 0xd2, 0x8d, 0x56, 0xff, 0xd5, 0x8d, 0x54, 0xff, 0xd9, 0x8d, 0x53, 0xff, 0xda, 0x8c, 0x52, 0xff, 0xde, 0x90, 0x54, 0xff, 0xd4, 0x8b, 0x52, 0xff, 0xba, 0x7c, 0x49, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xb2, 0x74, 0x44, 0xff, 0xb3, 0x75, 0x42, 0xff, 0xb3, 0x76, 0x44, 0xff, 0xb2, 0x75, 0x45, 0xff, 0xb1, 0x75, 0x46, 0xff, 0xb1, 0x74, 0x44, 0xff, 0xb2, 0x74, 0x44, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xb5, 0x77, 0x45, 0xff, 0xa9, 0x6c, 0x3e, 0xff, 0x9a, 0x5f, 0x38, 0xff, 0x9b, 0x5f, 0x39, 0xff, 0x9b, 0x5f, 0x38, 0xff, 0x9b, 0x5f, 0x37, 0xff, 0x9a, 0x5f, 0x36, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9f, 0x61, 0x38, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9b, 0x5d, 0x36, 0xff, 0x95, 0x59, 0x32, 0xff, 0x95, 0x58, 0x33, 0xff, 0x95, 0x57, 0x32, 0xff, 0x93, 0x56, 0x31, 0xff, 0x94, 0x55, 0x31, 0xff, 0x92, 0x55, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x90, 0x52, 0x30, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x90, 0x52, 0x30, 0xff, 0x91, 0x53, 0x31, 0xff, 0x92, 0x54, 0x31, 0xff, 0x91, 0x54, 0x30, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8f, 0x54, 0x32, 0xff, - 0x90, 0x53, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8c, 0x50, 0x30, 0xff, 0x87, 0x4c, 0x29, 0xff, 0x85, 0x49, 0x27, 0xff, 0x83, 0x49, 0x26, 0xff, 0x82, 0x46, 0x24, 0xff, 0x82, 0x46, 0x23, 0xff, 0x82, 0x47, 0x24, 0xff, 0x82, 0x48, 0x21, 0xff, 0x81, 0x46, 0x24, 0xff, 0x82, 0x46, 0x24, 0xff, 0x82, 0x47, 0x24, 0xff, 0x83, 0x49, 0x24, 0xff, 0x84, 0x48, 0x24, 0xff, 0x86, 0x49, 0x26, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x8b, 0x4c, 0x26, 0xff, 0x8c, 0x4e, 0x27, 0xff, 0x8e, 0x4e, 0x29, 0xff, 0x90, 0x51, 0x2b, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0xa2, 0x61, 0x33, 0xff, 0xa5, 0x65, 0x35, 0xff, 0xa9, 0x69, 0x38, 0xff, 0xab, 0x6c, 0x3a, 0xff, 0xad, 0x6e, 0x3a, 0xff, 0xb0, 0x72, 0x3b, 0xff, 0xb7, 0x78, 0x41, 0xff, 0xbb, 0x7f, 0x47, 0xff, 0xbf, 0x83, 0x4b, 0xff, 0xc7, 0x88, 0x50, 0xff, 0xd3, 0x8e, 0x58, 0xff, 0xe0, 0x9a, 0x5f, 0xff, 0xe4, 0xa3, 0x64, 0xff, 0xe2, 0xaf, 0x6c, 0xff, 0xe2, 0xc7, 0x73, 0xff, 0xdd, 0xcf, 0x7b, 0xff, 0xda, 0xcd, 0x80, 0xff, 0xdc, 0xcf, 0x86, 0xff, 0xda, 0xcf, 0x86, 0xff, 0xdb, 0xcf, 0x86, 0xff, 0xda, 0xcf, 0x86, 0xff, 0xdd, 0xce, 0x84, 0xff, 0xe1, 0xcc, 0x82, 0xff, 0xe3, 0xca, 0x81, 0xff, 0xe3, 0xca, 0x81, 0xff, 0xe1, 0xcc, 0x80, 0xff, 0xdb, 0xce, 0x7d, 0xff, 0xd9, 0xcf, 0x7a, 0xff, 0xdb, 0xcb, 0x76, 0xff, 0xe5, 0xc1, 0x6e, 0xff, 0xe4, 0xb7, 0x6b, 0xff, 0xe2, 0xb0, 0x6b, 0xff, 0xe3, 0xa9, 0x66, 0xff, 0xe3, 0xa4, 0x65, 0xff, 0xe3, 0xa2, 0x65, 0xff, 0xe3, 0xa3, 0x68, 0xff, 0xe4, 0xa6, 0x6d, 0xff, 0xe4, 0xa6, 0x6b, 0xff, 0xe2, 0xa7, 0x6b, 0xff, 0xe1, 0xa9, 0x6a, 0xff, 0xdc, 0xa6, 0x64, 0xff, 0xd6, 0x9c, 0x59, 0xff, 0xd7, 0x9a, 0x57, 0xff, 0xd8, 0x95, 0x55, 0xff, 0xd6, 0x94, 0x54, 0xff, 0xd6, 0x94, 0x53, 0xff, 0xd4, 0x94, 0x54, 0xff, 0xd8, 0x9e, 0x56, 0xff, 0xe1, 0xac, 0x5b, 0xff, 0xe0, 0xab, 0x5f, 0xff, 0xd7, 0xac, 0x63, 0xff, 0xbf, 0x8e, 0x55, 0xff, 0xbd, 0x84, 0x4e, 0xff, 0xbc, 0x83, 0x4d, 0xff, 0xbb, 0x83, 0x4a, 0xff, 0xbc, 0x84, 0x4c, 0xff, 0xbb, 0x84, 0x4e, 0xff, 0xbb, 0x86, 0x50, 0xff, 0xb9, 0x85, 0x51, 0xff, 0xb9, 0x85, 0x52, 0xff, 0xb8, 0x82, 0x51, 0xff, 0xb7, 0x83, 0x4e, 0xff, 0xb6, 0x83, 0x4a, 0xff, 0xb6, 0x7f, 0x4b, 0xff, 0xb4, 0x7b, 0x49, 0xff, 0xb3, 0x7d, 0x49, 0xff, 0xb3, 0x7c, 0x48, 0xff, 0xb2, 0x7c, 0x46, 0xff, 0xb1, 0x7b, 0x45, 0xff, 0xab, 0x74, 0x42, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa0, 0x66, 0x39, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9c, 0x62, 0x36, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x94, 0x59, 0x33, 0xff, 0x92, 0x58, 0x32, 0xff, 0x91, 0x57, 0x30, 0xff, 0x91, 0x55, 0x30, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8e, 0x54, 0x30, 0xff, 0x8e, 0x54, 0x30, 0xff, 0x8c, 0x52, 0x30, 0xff, 0x8c, 0x53, 0x30, 0xff, 0x8d, 0x54, 0x2f, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8b, 0x50, 0x2d, 0xff, 0x8a, 0x4f, 0x2d, 0xff, 0x89, 0x4f, 0x2c, 0xff, 0x88, 0x4f, 0x2b, 0xff, 0x87, 0x4e, 0x2b, 0xff, 0x87, 0x4e, 0x2b, 0xff, 0x87, 0x4e, 0x2b, 0xff, 0x88, 0x4f, 0x2b, 0xff, 0x89, 0x4f, 0x2b, 0xff, 0x8a, 0x50, 0x2c, 0xff, 0x88, 0x4e, 0x2b, 0xff, 0x86, 0x4c, 0x29, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x88, 0x50, 0x2b, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x91, 0x54, 0x30, 0xff, 0x92, 0x56, 0x30, 0xff, 0x93, 0x56, 0x30, 0xff, 0x93, 0x56, 0x30, 0xff, 0x94, 0x58, 0x30, 0xff, 0x96, 0x58, 0x30, 0xff, 0x98, 0x5a, 0x31, 0xff, 0x98, 0x5b, 0x31, 0xff, 0x9c, 0x5d, 0x31, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xb1, 0x72, 0x42, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb9, 0x7a, 0x48, 0xff, 0xbe, 0x7d, 0x4a, 0xff, 0xc1, 0x80, 0x4a, 0xff, 0xc6, 0x83, 0x4d, 0xff, 0xcb, 0x8a, 0x52, 0xff, 0xcf, 0x8d, 0x56, 0xff, 0xd3, 0x8e, 0x55, 0xff, 0xd8, 0x90, 0x55, 0xff, 0xda, 0x8f, 0x54, 0xff, 0xdd, 0x8d, 0x53, 0xff, 0xdd, 0x8d, 0x52, 0xff, 0xdd, 0x8e, 0x52, 0xff, 0xde, 0x90, 0x53, 0xff, 0xdf, 0x90, 0x55, 0xff, 0xdf, 0x91, 0x56, 0xff, 0xdf, 0x91, 0x56, 0xff, 0xe3, 0x93, 0x58, 0xff, 0xe1, 0x94, 0x59, 0xff, 0xdb, 0x93, 0x56, 0xff, 0xcd, 0x8e, 0x51, 0xff, 0xc2, 0x87, 0x49, 0xff, 0xc3, 0x86, 0x49, 0xff, 0xc6, 0x87, 0x4a, 0xff, 0xc8, 0x89, 0x48, 0xff, 0xca, 0x88, 0x48, 0xff, 0xcc, 0x88, 0x49, 0xff, 0xcc, 0x89, 0x4a, 0xff, 0xd1, 0x8b, 0x4b, 0xff, 0xd9, 0x90, 0x50, 0xff, 0xc9, 0x86, 0x4d, 0xff, 0xc5, 0x84, 0x4c, 0xff, 0xca, 0x86, 0x50, 0xff, 0xca, 0x87, 0x51, 0xff, 0xcd, 0x8a, 0x52, 0xff, 0xd0, 0x8a, 0x51, 0xff, 0xd3, 0x8c, 0x52, 0xff, 0xd8, 0x90, 0x57, 0xff, 0xdd, 0x94, 0x5a, 0xff, 0xd5, 0x90, 0x59, 0xff, 0xbc, 0x80, 0x50, 0xff, 0xb8, 0x7a, 0x4b, 0xff, 0xb6, 0x78, 0x47, 0xff, 0xb6, 0x77, 0x45, 0xff, 0xb3, 0x76, 0x44, 0xff, 0xb3, 0x76, 0x44, 0xff, 0xb1, 0x72, 0x42, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xb3, 0x75, 0x45, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xae, 0x73, 0x41, 0xff, 0x9c, 0x5f, 0x38, 0xff, 0x9c, 0x60, 0x3b, 0xff, 0x9b, 0x5f, 0x37, 0xff, 0x9a, 0x60, 0x37, 0xff, 0x99, 0x5d, 0x36, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9e, 0x61, 0x38, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x92, 0x57, 0x31, 0xff, 0x93, 0x54, 0x31, 0xff, 0x92, 0x53, 0x30, 0xff, 0x90, 0x54, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x90, 0x54, 0x32, 0xff, 0x90, 0x54, 0x31, 0xff, - 0x90, 0x53, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x83, 0x47, 0x25, 0xff, 0x7f, 0x46, 0x23, 0xff, 0x7e, 0x45, 0x20, 0xff, 0x7f, 0x46, 0x21, 0xff, 0x7e, 0x46, 0x21, 0xff, 0x7e, 0x45, 0x20, 0xff, 0x7f, 0x46, 0x21, 0xff, 0x7f, 0x44, 0x21, 0xff, 0x80, 0x46, 0x21, 0xff, 0x81, 0x46, 0x23, 0xff, 0x83, 0x46, 0x22, 0xff, 0x86, 0x48, 0x25, 0xff, 0x88, 0x4a, 0x26, 0xff, 0x8a, 0x4b, 0x27, 0xff, 0x8c, 0x4e, 0x28, 0xff, 0x90, 0x4f, 0x2a, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x96, 0x57, 0x30, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x9e, 0x5d, 0x32, 0xff, 0xa2, 0x62, 0x33, 0xff, 0xa6, 0x67, 0x35, 0xff, 0xa9, 0x6a, 0x36, 0xff, 0xac, 0x6d, 0x39, 0xff, 0xae, 0x70, 0x3b, 0xff, 0xb2, 0x75, 0x3e, 0xff, 0xb8, 0x7a, 0x43, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xc3, 0x85, 0x4e, 0xff, 0xcf, 0x8e, 0x57, 0xff, 0xdf, 0x98, 0x5f, 0xff, 0xe3, 0xa3, 0x67, 0xff, 0xe4, 0xb4, 0x6f, 0xff, 0xe1, 0xce, 0x7b, 0xff, 0xda, 0xcf, 0x87, 0xff, 0xde, 0xcf, 0x95, 0xff, 0xde, 0xce, 0x9b, 0xff, 0xe1, 0xcf, 0x9e, 0xff, 0xdf, 0xce, 0x99, 0xff, 0xe0, 0xcf, 0x95, 0xff, 0xdd, 0xcd, 0x8f, 0xff, 0xdf, 0xcf, 0x8b, 0xff, 0xe1, 0xcc, 0x85, 0xff, 0xe3, 0xcb, 0x84, 0xff, 0xe2, 0xca, 0x82, 0xff, 0xe0, 0xcd, 0x80, 0xff, 0xdc, 0xce, 0x7d, 0xff, 0xdb, 0xce, 0x79, 0xff, 0xe0, 0xc9, 0x74, 0xff, 0xe4, 0xbd, 0x6c, 0xff, 0xe3, 0xb2, 0x6b, 0xff, 0xe3, 0xab, 0x69, 0xff, 0xe3, 0xa6, 0x66, 0xff, 0xe3, 0xa2, 0x65, 0xff, 0xe3, 0xa3, 0x67, 0xff, 0xe3, 0xa9, 0x6d, 0xff, 0xe3, 0xa7, 0x6c, 0xff, 0xe3, 0xa6, 0x6b, 0xff, 0xe3, 0xa8, 0x6b, 0xff, 0xe2, 0xaa, 0x69, 0xff, 0xd7, 0xa1, 0x5e, 0xff, 0xd5, 0x98, 0x56, 0xff, 0xd5, 0x96, 0x53, 0xff, 0xd5, 0x94, 0x53, 0xff, 0xd3, 0x91, 0x54, 0xff, 0xd2, 0x93, 0x54, 0xff, 0xd9, 0x9e, 0x56, 0xff, 0xe2, 0xac, 0x5e, 0xff, 0xe0, 0xb3, 0x63, 0xff, 0xd5, 0xa8, 0x60, 0xff, 0xbf, 0x88, 0x52, 0xff, 0xbe, 0x86, 0x51, 0xff, 0xbf, 0x86, 0x4f, 0xff, 0xbc, 0x82, 0x49, 0xff, 0xbd, 0x83, 0x4b, 0xff, 0xbc, 0x85, 0x4d, 0xff, 0xbb, 0x86, 0x50, 0xff, 0xbb, 0x85, 0x51, 0xff, 0xba, 0x86, 0x52, 0xff, 0xb9, 0x85, 0x52, 0xff, 0xb8, 0x84, 0x50, 0xff, 0xb7, 0x83, 0x4c, 0xff, 0xb6, 0x82, 0x4a, 0xff, 0xb5, 0x7f, 0x49, 0xff, 0xb3, 0x7e, 0x49, 0xff, 0xb3, 0x7d, 0x48, 0xff, 0xb3, 0x7c, 0x47, 0xff, 0xb1, 0x7a, 0x48, 0xff, 0xab, 0x72, 0x42, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa4, 0x6d, 0x3c, 0xff, 0xa4, 0x6b, 0x3a, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa2, 0x67, 0x39, 0xff, 0x9f, 0x65, 0x37, 0xff, 0x9e, 0x64, 0x37, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x99, 0x5f, 0x35, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x94, 0x5a, 0x32, 0xff, 0x92, 0x58, 0x31, 0xff, 0x92, 0x58, 0x31, 0xff, 0x90, 0x56, 0x31, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x90, 0x54, 0x30, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8d, 0x53, 0x30, 0xff, 0x8c, 0x53, 0x2f, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8b, 0x52, 0x2f, 0xff, 0x8b, 0x52, 0x2d, 0xff, 0x8b, 0x50, 0x2c, 0xff, 0x89, 0x50, 0x2d, 0xff, 0x88, 0x4f, 0x2c, 0xff, 0x87, 0x4e, 0x2b, 0xff, 0x87, 0x4f, 0x2b, 0xff, 0x88, 0x4f, 0x2b, 0xff, 0x88, 0x4f, 0x2b, 0xff, 0x86, 0x4d, 0x28, 0xff, 0x84, 0x4c, 0x26, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x86, 0x4c, 0x27, 0xff, 0x88, 0x4d, 0x28, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x51, 0x2a, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x91, 0x54, 0x2c, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x92, 0x55, 0x2d, 0xff, 0x98, 0x5b, 0x32, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb7, 0x7a, 0x47, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb5, 0x77, 0x44, 0xff, 0xb6, 0x77, 0x44, 0xff, 0xb8, 0x78, 0x44, 0xff, 0xbc, 0x7c, 0x48, 0xff, 0xc0, 0x7f, 0x4a, 0xff, 0xc4, 0x82, 0x4a, 0xff, 0xc8, 0x85, 0x4e, 0xff, 0xcb, 0x87, 0x50, 0xff, 0xd2, 0x8a, 0x52, 0xff, 0xd6, 0x8d, 0x51, 0xff, 0xdc, 0x8d, 0x51, 0xff, 0xe0, 0x8f, 0x54, 0xff, 0xe3, 0x92, 0x56, 0xff, 0xe4, 0x95, 0x59, 0xff, 0xe4, 0x95, 0x59, 0xff, 0xe3, 0x94, 0x58, 0xff, 0xe4, 0x94, 0x57, 0xff, 0xe3, 0x93, 0x57, 0xff, 0xe3, 0x94, 0x58, 0xff, 0xe4, 0x95, 0x59, 0xff, 0xe4, 0x97, 0x5a, 0xff, 0xe4, 0x9a, 0x5d, 0xff, 0xd6, 0x92, 0x55, 0xff, 0xcc, 0x8d, 0x4f, 0xff, 0xc8, 0x89, 0x4b, 0xff, 0xc3, 0x85, 0x49, 0xff, 0xc5, 0x85, 0x48, 0xff, 0xc7, 0x87, 0x48, 0xff, 0xc9, 0x87, 0x4a, 0xff, 0xbe, 0x80, 0x48, 0xff, 0xba, 0x7c, 0x47, 0xff, 0xc3, 0x84, 0x4d, 0xff, 0xc6, 0x84, 0x4e, 0xff, 0xc5, 0x84, 0x4e, 0xff, 0xc9, 0x87, 0x4f, 0xff, 0xcb, 0x88, 0x51, 0xff, 0xcd, 0x8a, 0x51, 0xff, 0xd1, 0x8e, 0x56, 0xff, 0xd7, 0x90, 0x5c, 0xff, 0xd3, 0x8f, 0x5d, 0xff, 0xba, 0x80, 0x54, 0xff, 0xb7, 0x7d, 0x4d, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xb5, 0x77, 0x44, 0xff, 0xb4, 0x76, 0x44, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb5, 0x77, 0x47, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xb7, 0x79, 0x4a, 0xff, 0xa3, 0x66, 0x3c, 0xff, 0x9c, 0x62, 0x3b, 0xff, 0x9c, 0x61, 0x39, 0xff, 0x9d, 0x60, 0x38, 0xff, 0x9d, 0x60, 0x38, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x93, 0x56, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8e, 0x50, 0x30, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x91, 0x55, 0x32, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8e, 0x53, 0x31, 0xff, - 0x90, 0x52, 0x2f, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x82, 0x48, 0x24, 0xff, 0x7d, 0x45, 0x21, 0xff, 0x7e, 0x46, 0x21, 0xff, 0x7e, 0x45, 0x20, 0xff, 0x7e, 0x45, 0x21, 0xff, 0x7d, 0x44, 0x1f, 0xff, 0x7f, 0x44, 0x1f, 0xff, 0x81, 0x46, 0x22, 0xff, 0x83, 0x47, 0x23, 0xff, 0x86, 0x49, 0x26, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x8c, 0x4e, 0x29, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x98, 0x58, 0x30, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0xa2, 0x61, 0x33, 0xff, 0xa5, 0x64, 0x35, 0xff, 0xa8, 0x67, 0x36, 0xff, 0xac, 0x6c, 0x38, 0xff, 0xae, 0x70, 0x3b, 0xff, 0xb1, 0x74, 0x3c, 0xff, 0xb5, 0x78, 0x41, 0xff, 0xba, 0x7d, 0x46, 0xff, 0xc1, 0x84, 0x4d, 0xff, 0xcc, 0x8b, 0x53, 0xff, 0xdd, 0x97, 0x5d, 0xff, 0xe4, 0xa3, 0x68, 0xff, 0xe4, 0xb1, 0x71, 0xff, 0xe2, 0xcd, 0x7d, 0xff, 0xdb, 0xcf, 0x8f, 0xff, 0xe3, 0xcf, 0xa7, 0xff, 0xe3, 0xcf, 0xb8, 0xff, 0xe4, 0xce, 0xba, 0xff, 0xe4, 0xcf, 0xb7, 0xff, 0xe3, 0xcf, 0xb1, 0xff, 0xe3, 0xcf, 0xa6, 0xff, 0xdf, 0xcf, 0x95, 0xff, 0xdf, 0xcf, 0x8c, 0xff, 0xe3, 0xcb, 0x85, 0xff, 0xe3, 0xc8, 0x80, 0xff, 0xe3, 0xc8, 0x7f, 0xff, 0xe2, 0xc8, 0x7c, 0xff, 0xe1, 0xcc, 0x7a, 0xff, 0xdd, 0xcc, 0x78, 0xff, 0xe3, 0xc5, 0x71, 0xff, 0xe4, 0xb7, 0x6b, 0xff, 0xe2, 0xab, 0x69, 0xff, 0xe2, 0xa7, 0x66, 0xff, 0xe3, 0xa4, 0x65, 0xff, 0xe3, 0xa6, 0x68, 0xff, 0xe4, 0xa9, 0x6c, 0xff, 0xe3, 0xa8, 0x6c, 0xff, 0xe3, 0xa7, 0x6a, 0xff, 0xe3, 0xa6, 0x6a, 0xff, 0xe2, 0xa8, 0x68, 0xff, 0xdd, 0xa6, 0x65, 0xff, 0xd4, 0x9b, 0x58, 0xff, 0xd4, 0x94, 0x53, 0xff, 0xd2, 0x91, 0x53, 0xff, 0xd1, 0x91, 0x52, 0xff, 0xd2, 0x94, 0x53, 0xff, 0xd9, 0xa3, 0x58, 0xff, 0xe1, 0xaf, 0x62, 0xff, 0xdd, 0xab, 0x65, 0xff, 0xd1, 0x9f, 0x5d, 0xff, 0xbe, 0x89, 0x51, 0xff, 0xc1, 0x89, 0x52, 0xff, 0xc0, 0x87, 0x4f, 0xff, 0xbf, 0x85, 0x4d, 0xff, 0xbe, 0x84, 0x4a, 0xff, 0xbe, 0x87, 0x4e, 0xff, 0xbd, 0x89, 0x50, 0xff, 0xbc, 0x86, 0x52, 0xff, 0xbb, 0x86, 0x55, 0xff, 0xba, 0x86, 0x54, 0xff, 0xb9, 0x85, 0x52, 0xff, 0xb8, 0x85, 0x4f, 0xff, 0xb7, 0x83, 0x4b, 0xff, 0xb7, 0x82, 0x49, 0xff, 0xb6, 0x81, 0x4a, 0xff, 0xb5, 0x80, 0x49, 0xff, 0xb4, 0x7d, 0x49, 0xff, 0xb2, 0x7b, 0x48, 0xff, 0xac, 0x74, 0x43, 0xff, 0xa7, 0x6d, 0x3e, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa1, 0x67, 0x38, 0xff, 0x9f, 0x66, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x99, 0x5f, 0x35, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x93, 0x59, 0x31, 0xff, 0x90, 0x56, 0x31, 0xff, 0x90, 0x56, 0x31, 0xff, 0x8f, 0x56, 0x31, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x8d, 0x54, 0x2f, 0xff, 0x8c, 0x53, 0x2e, 0xff, 0x8c, 0x53, 0x2f, 0xff, 0x8c, 0x52, 0x2f, 0xff, 0x8c, 0x52, 0x2f, 0xff, 0x8a, 0x52, 0x2d, 0xff, 0x89, 0x50, 0x2c, 0xff, 0x89, 0x50, 0x2c, 0xff, 0x89, 0x4f, 0x2c, 0xff, 0x87, 0x4f, 0x2c, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x84, 0x4b, 0x27, 0xff, 0x83, 0x4b, 0x26, 0xff, 0x84, 0x4b, 0x26, 0xff, 0x84, 0x4b, 0x26, 0xff, 0x84, 0x4a, 0x26, 0xff, 0x84, 0x4b, 0x26, 0xff, 0x85, 0x4b, 0x26, 0xff, 0x86, 0x4d, 0x28, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8c, 0x50, 0x29, 0xff, 0x8c, 0x4f, 0x27, 0xff, 0x97, 0x5a, 0x30, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xad, 0x70, 0x42, 0xff, 0xb3, 0x77, 0x46, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xb3, 0x79, 0x48, 0xff, 0xb4, 0x7a, 0x4b, 0xff, 0xb5, 0x7b, 0x4a, 0xff, 0xb7, 0x7b, 0x49, 0xff, 0xb8, 0x7a, 0x48, 0xff, 0xb8, 0x7b, 0x46, 0xff, 0xb8, 0x7b, 0x45, 0xff, 0xbb, 0x7c, 0x47, 0xff, 0xbe, 0x7f, 0x49, 0xff, 0xc1, 0x81, 0x4a, 0xff, 0xc4, 0x83, 0x4c, 0xff, 0xc9, 0x85, 0x4d, 0xff, 0xcf, 0x8a, 0x4e, 0xff, 0xd5, 0x8c, 0x51, 0xff, 0xdb, 0x8e, 0x53, 0xff, 0xdf, 0x95, 0x57, 0xff, 0xe2, 0x98, 0x5c, 0xff, 0xe3, 0x9b, 0x5f, 0xff, 0xe3, 0x9c, 0x60, 0xff, 0xe3, 0x9d, 0x5d, 0xff, 0xe3, 0x99, 0x5b, 0xff, 0xe3, 0x97, 0x59, 0xff, 0xe3, 0x97, 0x59, 0xff, 0xe3, 0x96, 0x59, 0xff, 0xe3, 0x96, 0x59, 0xff, 0xe4, 0x97, 0x5a, 0xff, 0xe5, 0x99, 0x5d, 0xff, 0xdf, 0x96, 0x5a, 0xff, 0xd5, 0x91, 0x55, 0xff, 0xca, 0x8c, 0x50, 0xff, 0xbe, 0x82, 0x47, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbd, 0x7e, 0x4a, 0xff, 0xbd, 0x7d, 0x49, 0xff, 0xbf, 0x80, 0x49, 0xff, 0xc1, 0x83, 0x4c, 0xff, 0xc0, 0x84, 0x4c, 0xff, 0xc4, 0x85, 0x4f, 0xff, 0xc5, 0x85, 0x4e, 0xff, 0xc7, 0x86, 0x50, 0xff, 0xcc, 0x8a, 0x52, 0xff, 0xd0, 0x8e, 0x56, 0xff, 0xd3, 0x90, 0x5a, 0xff, 0xbd, 0x81, 0x53, 0xff, 0xb6, 0x7e, 0x4e, 0xff, 0xb8, 0x7c, 0x4b, 0xff, 0xb6, 0x7a, 0x49, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xb5, 0x77, 0x45, 0xff, 0xb6, 0x79, 0x46, 0xff, 0xb7, 0x7b, 0x49, 0xff, 0xb9, 0x7d, 0x4b, 0xff, 0xbd, 0x81, 0x50, 0xff, 0xaf, 0x74, 0x47, 0xff, 0x9f, 0x64, 0x3c, 0xff, 0x9f, 0x65, 0x3c, 0xff, 0xa0, 0x65, 0x3b, 0xff, 0xa1, 0x66, 0x3c, 0xff, 0xa2, 0x65, 0x3b, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9b, 0x5f, 0x37, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x95, 0x59, 0x31, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x90, 0x54, 0x31, 0xff, 0x90, 0x54, 0x32, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x8f, 0x53, 0x31, 0xff, - 0x8d, 0x50, 0x2e, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x82, 0x46, 0x21, 0xff, 0x7d, 0x44, 0x1f, 0xff, 0x7e, 0x45, 0x22, 0xff, 0x7e, 0x45, 0x21, 0xff, 0x80, 0x45, 0x21, 0xff, 0x81, 0x45, 0x21, 0xff, 0x83, 0x47, 0x23, 0xff, 0x85, 0x48, 0x24, 0xff, 0x86, 0x4a, 0x24, 0xff, 0x88, 0x4a, 0x26, 0xff, 0x8a, 0x4c, 0x25, 0xff, 0x8d, 0x4e, 0x27, 0xff, 0x8f, 0x50, 0x2a, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x99, 0x5a, 0x30, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0x9f, 0x60, 0x33, 0xff, 0xa2, 0x62, 0x33, 0xff, 0xa6, 0x66, 0x35, 0xff, 0xaa, 0x6a, 0x37, 0xff, 0xae, 0x6e, 0x39, 0xff, 0xb1, 0x73, 0x3c, 0xff, 0xb4, 0x75, 0x3e, 0xff, 0xb9, 0x7a, 0x43, 0xff, 0xbe, 0x81, 0x49, 0xff, 0xc8, 0x8b, 0x50, 0xff, 0xd8, 0x95, 0x5a, 0xff, 0xe3, 0xa1, 0x64, 0xff, 0xe4, 0xaf, 0x6e, 0xff, 0xe1, 0xcd, 0x7d, 0xff, 0xdb, 0xcf, 0x8e, 0xff, 0xe3, 0xcf, 0xab, 0xff, 0xe4, 0xcf, 0xbc, 0xff, 0xe4, 0xcf, 0xbb, 0xff, 0xe4, 0xcf, 0xbb, 0xff, 0xe4, 0xcf, 0xbb, 0xff, 0xe4, 0xcf, 0xb8, 0xff, 0xe3, 0xce, 0xaa, 0xff, 0xe0, 0xcf, 0x95, 0xff, 0xdf, 0xcf, 0x8d, 0xff, 0xe3, 0xca, 0x85, 0xff, 0xe3, 0xc3, 0x81, 0xff, 0xe3, 0xc2, 0x7e, 0xff, 0xe3, 0xc8, 0x7c, 0xff, 0xe2, 0xcd, 0x7b, 0xff, 0xe0, 0xcc, 0x77, 0xff, 0xe3, 0xc5, 0x6f, 0xff, 0xe4, 0xb3, 0x6a, 0xff, 0xe3, 0xa7, 0x66, 0xff, 0xe3, 0xa2, 0x65, 0xff, 0xe3, 0xa4, 0x66, 0xff, 0xe2, 0xa9, 0x6a, 0xff, 0xe3, 0xaa, 0x6b, 0xff, 0xe4, 0xa9, 0x6b, 0xff, 0xe2, 0xa9, 0x69, 0xff, 0xe3, 0xa8, 0x67, 0xff, 0xe2, 0xa7, 0x66, 0xff, 0xda, 0x9f, 0x5f, 0xff, 0xd0, 0x94, 0x52, 0xff, 0xd2, 0x92, 0x54, 0xff, 0xcf, 0x8f, 0x52, 0xff, 0xcf, 0x92, 0x51, 0xff, 0xdb, 0xa6, 0x5b, 0xff, 0xde, 0xb0, 0x63, 0xff, 0xde, 0xb8, 0x69, 0xff, 0xd4, 0xa1, 0x60, 0xff, 0xc0, 0x8a, 0x53, 0xff, 0xc1, 0x89, 0x52, 0xff, 0xc2, 0x89, 0x50, 0xff, 0xc1, 0x89, 0x4e, 0xff, 0xbf, 0x85, 0x4b, 0xff, 0xbf, 0x87, 0x4c, 0xff, 0xbe, 0x87, 0x4f, 0xff, 0xbd, 0x8a, 0x54, 0xff, 0xbd, 0x89, 0x56, 0xff, 0xbc, 0x86, 0x54, 0xff, 0xbb, 0x87, 0x52, 0xff, 0xba, 0x88, 0x50, 0xff, 0xb9, 0x86, 0x4d, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb6, 0x7e, 0x48, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb5, 0x81, 0x4a, 0xff, 0xb2, 0x7d, 0x4a, 0xff, 0xad, 0x73, 0x43, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa5, 0x6b, 0x3b, 0xff, 0xa4, 0x6c, 0x3b, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa0, 0x66, 0x39, 0xff, 0x9e, 0x64, 0x38, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x94, 0x5a, 0x32, 0xff, 0x92, 0x59, 0x32, 0xff, 0x92, 0x58, 0x32, 0xff, 0x90, 0x56, 0x31, 0xff, 0x8f, 0x56, 0x31, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x8d, 0x54, 0x2e, 0xff, 0x8c, 0x52, 0x2f, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8a, 0x50, 0x2e, 0xff, 0x8a, 0x4f, 0x2d, 0xff, 0x8a, 0x50, 0x2e, 0xff, 0x88, 0x4e, 0x2b, 0xff, 0x84, 0x49, 0x26, 0xff, 0x82, 0x48, 0x24, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x82, 0x49, 0x24, 0xff, 0x82, 0x48, 0x23, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x84, 0x4b, 0x26, 0xff, 0x85, 0x4a, 0x25, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x87, 0x4d, 0x26, 0xff, 0x88, 0x4d, 0x25, 0xff, 0x87, 0x4b, 0x25, 0xff, 0x8f, 0x51, 0x2b, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xab, 0x70, 0x40, 0xff, 0xac, 0x6f, 0x3f, 0xff, 0xae, 0x73, 0x43, 0xff, 0xae, 0x74, 0x46, 0xff, 0xad, 0x73, 0x45, 0xff, 0xae, 0x73, 0x45, 0xff, 0xae, 0x72, 0x44, 0xff, 0xb1, 0x73, 0x45, 0xff, 0xb3, 0x75, 0x45, 0xff, 0xb5, 0x77, 0x44, 0xff, 0xb6, 0x77, 0x44, 0xff, 0xb8, 0x77, 0x45, 0xff, 0xba, 0x7b, 0x46, 0xff, 0xbd, 0x7e, 0x47, 0xff, 0xbf, 0x80, 0x49, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc5, 0x84, 0x4c, 0xff, 0xca, 0x86, 0x4e, 0xff, 0xce, 0x87, 0x4f, 0xff, 0xd3, 0x8b, 0x50, 0xff, 0xd8, 0x8f, 0x54, 0xff, 0xde, 0x95, 0x59, 0xff, 0xe2, 0x99, 0x5f, 0xff, 0xe3, 0x9b, 0x63, 0xff, 0xe3, 0x9e, 0x63, 0xff, 0xe2, 0xa0, 0x61, 0xff, 0xe3, 0x9d, 0x5d, 0xff, 0xe3, 0x9a, 0x5a, 0xff, 0xe3, 0x98, 0x59, 0xff, 0xe3, 0x97, 0x59, 0xff, 0xe3, 0x97, 0x5b, 0xff, 0xe3, 0x97, 0x5a, 0xff, 0xe2, 0x97, 0x5a, 0xff, 0xe3, 0x98, 0x5a, 0xff, 0xe3, 0x96, 0x5d, 0xff, 0xd7, 0x91, 0x5c, 0xff, 0xbf, 0x84, 0x50, 0xff, 0xbc, 0x80, 0x4a, 0xff, 0xbe, 0x80, 0x49, 0xff, 0xbf, 0x81, 0x49, 0xff, 0xbf, 0x80, 0x49, 0xff, 0xc1, 0x81, 0x4a, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xc1, 0x84, 0x4c, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xc7, 0x87, 0x4f, 0xff, 0xc8, 0x86, 0x50, 0xff, 0xd2, 0x8e, 0x55, 0xff, 0xbf, 0x82, 0x4d, 0xff, 0xb5, 0x7b, 0x49, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb6, 0x78, 0x45, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xb7, 0x7b, 0x49, 0xff, 0xb9, 0x7e, 0x4b, 0xff, 0xbe, 0x82, 0x51, 0xff, 0xc7, 0x8a, 0x58, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xa1, 0x68, 0x3e, 0xff, 0xa2, 0x68, 0x40, 0xff, 0xa2, 0x6a, 0x40, 0xff, 0xa2, 0x6a, 0x40, 0xff, 0xa2, 0x6a, 0x3d, 0xff, 0xa3, 0x67, 0x3e, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x9e, 0x61, 0x38, 0xff, 0x9b, 0x5f, 0x38, 0xff, 0x99, 0x5d, 0x37, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x99, 0x59, 0x33, 0xff, 0x97, 0x59, 0x33, 0xff, 0x97, 0x59, 0x33, 0xff, 0x97, 0x59, 0x33, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x96, 0x59, 0x32, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8b, 0x4e, 0x29, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x87, 0x4c, 0x27, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x90, 0x55, 0x31, 0xff, 0x8f, 0x53, 0x32, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8f, 0x52, 0x30, 0xff, - 0x8c, 0x50, 0x2e, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x86, 0x49, 0x27, 0xff, 0x85, 0x49, 0x25, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x7b, 0x44, 0x1f, 0xff, 0x7e, 0x44, 0x1f, 0xff, 0x7d, 0x44, 0x1f, 0xff, 0x80, 0x44, 0x20, 0xff, 0x81, 0x44, 0x20, 0xff, 0x84, 0x48, 0x23, 0xff, 0x85, 0x48, 0x22, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x8a, 0x4b, 0x27, 0xff, 0x8d, 0x4e, 0x27, 0xff, 0x8f, 0x51, 0x2a, 0xff, 0x94, 0x56, 0x2f, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0x9f, 0x5e, 0x33, 0xff, 0xa3, 0x62, 0x33, 0xff, 0xa6, 0x65, 0x36, 0xff, 0xab, 0x6a, 0x37, 0xff, 0xb0, 0x6f, 0x3b, 0xff, 0xb3, 0x76, 0x3e, 0xff, 0xb6, 0x79, 0x40, 0xff, 0xba, 0x7d, 0x45, 0xff, 0xc3, 0x86, 0x4d, 0xff, 0xd1, 0x92, 0x56, 0xff, 0xe2, 0xa0, 0x62, 0xff, 0xe4, 0xae, 0x6d, 0xff, 0xe1, 0xc5, 0x7a, 0xff, 0xdb, 0xd0, 0x8c, 0xff, 0xe3, 0xcf, 0xa2, 0xff, 0xe4, 0xcf, 0xbd, 0xff, 0xe3, 0xce, 0xbb, 0xff, 0xe4, 0xcf, 0xbb, 0xff, 0xe4, 0xcf, 0xbb, 0xff, 0xe4, 0xcf, 0xbb, 0xff, 0xe4, 0xcf, 0xba, 0xff, 0xe3, 0xcf, 0xb0, 0xff, 0xe0, 0xcf, 0x98, 0xff, 0xe0, 0xcb, 0x8d, 0xff, 0xe4, 0xc0, 0x86, 0xff, 0xe3, 0xc1, 0x83, 0xff, 0xe4, 0xc6, 0x7e, 0xff, 0xe4, 0xcb, 0x7b, 0xff, 0xe2, 0xce, 0x78, 0xff, 0xe1, 0xc5, 0x70, 0xff, 0xe2, 0xb5, 0x6a, 0xff, 0xe2, 0xab, 0x67, 0xff, 0xe4, 0xa4, 0x66, 0xff, 0xe3, 0xa3, 0x64, 0xff, 0xe3, 0xa7, 0x66, 0xff, 0xe3, 0xa9, 0x68, 0xff, 0xe3, 0xa5, 0x64, 0xff, 0xe3, 0xa6, 0x67, 0xff, 0xe3, 0xa5, 0x63, 0xff, 0xe4, 0xa5, 0x64, 0xff, 0xe1, 0xa1, 0x63, 0xff, 0xd4, 0x98, 0x58, 0xff, 0xce, 0x8e, 0x50, 0xff, 0xca, 0x8e, 0x50, 0xff, 0xce, 0x93, 0x53, 0xff, 0xe4, 0xb0, 0x60, 0xff, 0xe0, 0xaf, 0x65, 0xff, 0xde, 0xa9, 0x65, 0xff, 0xd5, 0xa5, 0x62, 0xff, 0xc3, 0x8a, 0x53, 0xff, 0xc5, 0x8c, 0x52, 0xff, 0xc4, 0x8b, 0x51, 0xff, 0xc4, 0x8b, 0x50, 0xff, 0xc2, 0x87, 0x4d, 0xff, 0xc1, 0x87, 0x4c, 0xff, 0xc1, 0x8c, 0x51, 0xff, 0xbe, 0x8b, 0x52, 0xff, 0xbe, 0x88, 0x52, 0xff, 0xbd, 0x88, 0x54, 0xff, 0xbc, 0x8a, 0x53, 0xff, 0xbb, 0x86, 0x4e, 0xff, 0xba, 0x85, 0x4c, 0xff, 0xb9, 0x84, 0x4c, 0xff, 0xb9, 0x84, 0x49, 0xff, 0xb7, 0x81, 0x49, 0xff, 0xb5, 0x81, 0x4a, 0xff, 0xb1, 0x7c, 0x47, 0xff, 0xab, 0x73, 0x42, 0xff, 0xab, 0x72, 0x42, 0xff, 0xa9, 0x71, 0x41, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa6, 0x6d, 0x3c, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa1, 0x67, 0x39, 0xff, 0xa0, 0x66, 0x39, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9b, 0x60, 0x35, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x95, 0x5b, 0x32, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x93, 0x58, 0x32, 0xff, 0x91, 0x58, 0x31, 0xff, 0x90, 0x56, 0x31, 0xff, 0x90, 0x55, 0x31, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8c, 0x54, 0x2e, 0xff, 0x8c, 0x53, 0x2f, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x8b, 0x50, 0x2e, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x87, 0x4f, 0x2c, 0xff, 0x83, 0x4a, 0x27, 0xff, 0x82, 0x48, 0x25, 0xff, 0x82, 0x48, 0x24, 0xff, 0x80, 0x47, 0x23, 0xff, 0x7f, 0x48, 0x23, 0xff, 0x81, 0x48, 0x23, 0xff, 0x82, 0x48, 0x24, 0xff, 0x82, 0x49, 0x25, 0xff, 0x83, 0x4a, 0x25, 0xff, 0x83, 0x4a, 0x25, 0xff, 0x82, 0x49, 0x24, 0xff, 0x83, 0x49, 0x24, 0xff, 0x87, 0x4c, 0x27, 0xff, 0x99, 0x5e, 0x36, 0xff, 0xa8, 0x6d, 0x3f, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xa9, 0x6c, 0x3e, 0xff, 0xa8, 0x6b, 0x3c, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xab, 0x6d, 0x3f, 0xff, 0xad, 0x6f, 0x41, 0xff, 0xaf, 0x72, 0x42, 0xff, 0xb0, 0x74, 0x42, 0xff, 0xb2, 0x75, 0x42, 0xff, 0xb4, 0x75, 0x41, 0xff, 0xb5, 0x76, 0x41, 0xff, 0xb7, 0x77, 0x42, 0xff, 0xb9, 0x78, 0x43, 0xff, 0xba, 0x79, 0x44, 0xff, 0xbd, 0x7d, 0x46, 0xff, 0xc0, 0x81, 0x48, 0xff, 0xc4, 0x83, 0x4b, 0xff, 0xc9, 0x87, 0x4d, 0xff, 0xce, 0x89, 0x4e, 0xff, 0xd2, 0x8c, 0x4f, 0xff, 0xd7, 0x8f, 0x52, 0xff, 0xdc, 0x96, 0x57, 0xff, 0xe1, 0x9a, 0x5f, 0xff, 0xe3, 0x9b, 0x63, 0xff, 0xe3, 0xa0, 0x64, 0xff, 0xe3, 0xa2, 0x63, 0xff, 0xe3, 0x9d, 0x60, 0xff, 0xe1, 0x9a, 0x5d, 0xff, 0xe2, 0x97, 0x5a, 0xff, 0xe3, 0x97, 0x59, 0xff, 0xe2, 0x94, 0x59, 0xff, 0xe3, 0x97, 0x5b, 0xff, 0xe2, 0x95, 0x59, 0xff, 0xe2, 0x94, 0x5b, 0xff, 0xe1, 0x93, 0x5c, 0xff, 0xe5, 0x96, 0x5e, 0xff, 0xcd, 0x88, 0x51, 0xff, 0xbf, 0x80, 0x49, 0xff, 0xbc, 0x7c, 0x47, 0xff, 0xbb, 0x7d, 0x46, 0xff, 0xbd, 0x7e, 0x47, 0xff, 0xbd, 0x7f, 0x47, 0xff, 0xbe, 0x81, 0x49, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xc1, 0x83, 0x4c, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc9, 0x87, 0x4e, 0xff, 0xbf, 0x7e, 0x4a, 0xff, 0xb3, 0x76, 0x44, 0xff, 0xb5, 0x77, 0x45, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xb5, 0x78, 0x46, 0xff, 0xba, 0x7f, 0x4b, 0xff, 0xbb, 0x81, 0x4e, 0xff, 0xc5, 0x8a, 0x58, 0xff, 0xa9, 0x6d, 0x41, 0xff, 0xa2, 0x69, 0x40, 0xff, 0xa2, 0x6a, 0x40, 0xff, 0xa2, 0x6c, 0x42, 0xff, 0xa2, 0x6d, 0x44, 0xff, 0xa2, 0x6d, 0x43, 0xff, 0xa2, 0x6d, 0x43, 0xff, 0xa2, 0x6a, 0x41, 0xff, 0xa2, 0x69, 0x3e, 0xff, 0xa1, 0x66, 0x3c, 0xff, 0x9d, 0x63, 0x3a, 0xff, 0x9c, 0x60, 0x39, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x98, 0x5d, 0x36, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x98, 0x59, 0x33, 0xff, 0x96, 0x59, 0x32, 0xff, 0x96, 0x57, 0x32, 0xff, 0x96, 0x57, 0x32, 0xff, 0x96, 0x59, 0x31, 0xff, 0x96, 0x57, 0x32, 0xff, 0x97, 0x58, 0x33, 0xff, 0x95, 0x56, 0x31, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x88, 0x4c, 0x27, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x90, 0x55, 0x31, 0xff, 0x8f, 0x54, 0x32, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8c, 0x51, 0x2e, 0xff, - 0x8c, 0x4f, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x85, 0x49, 0x26, 0xff, 0x84, 0x49, 0x26, 0xff, 0x83, 0x49, 0x25, 0xff, 0x83, 0x47, 0x25, 0xff, 0x82, 0x48, 0x25, 0xff, 0x82, 0x49, 0x25, 0xff, 0x85, 0x49, 0x25, 0xff, 0x87, 0x4b, 0x26, 0xff, 0x7f, 0x45, 0x20, 0xff, 0x7a, 0x42, 0x1e, 0xff, 0x7a, 0x42, 0x1e, 0xff, 0x7d, 0x43, 0x1d, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x81, 0x46, 0x20, 0xff, 0x83, 0x48, 0x20, 0xff, 0x85, 0x47, 0x23, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x8b, 0x4c, 0x26, 0xff, 0x8e, 0x4f, 0x29, 0xff, 0x91, 0x53, 0x2c, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0xa2, 0x60, 0x32, 0xff, 0xa5, 0x64, 0x33, 0xff, 0xa8, 0x69, 0x35, 0xff, 0xad, 0x6d, 0x38, 0xff, 0xb1, 0x73, 0x3a, 0xff, 0xb5, 0x76, 0x3f, 0xff, 0xba, 0x7c, 0x44, 0xff, 0xbf, 0x82, 0x49, 0xff, 0xc9, 0x8d, 0x50, 0xff, 0xdd, 0x98, 0x5a, 0xff, 0xe3, 0xa7, 0x69, 0xff, 0xe1, 0xbf, 0x75, 0xff, 0xde, 0xd1, 0x86, 0xff, 0xe2, 0xd0, 0x9e, 0xff, 0xe4, 0xcf, 0xbc, 0xff, 0xe4, 0xcf, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xcf, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xba, 0xff, 0xe3, 0xd0, 0xb0, 0xff, 0xe1, 0xce, 0x97, 0xff, 0xe3, 0xc8, 0x8d, 0xff, 0xe4, 0xc0, 0x85, 0xff, 0xe4, 0xc2, 0x81, 0xff, 0xe3, 0xc7, 0x7d, 0xff, 0xe1, 0xce, 0x7a, 0xff, 0xe2, 0xca, 0x73, 0xff, 0xe2, 0xba, 0x6a, 0xff, 0xe4, 0xa9, 0x63, 0xff, 0xe3, 0xa0, 0x63, 0xff, 0xe2, 0x9e, 0x60, 0xff, 0xe2, 0xa0, 0x60, 0xff, 0xe3, 0xa5, 0x64, 0xff, 0xe3, 0xa3, 0x64, 0xff, 0xe3, 0xa4, 0x64, 0xff, 0xe3, 0xa5, 0x63, 0xff, 0xe3, 0xa3, 0x63, 0xff, 0xe2, 0xa1, 0x62, 0xff, 0xdc, 0x9c, 0x5e, 0xff, 0xcd, 0x8f, 0x51, 0xff, 0xcb, 0x8d, 0x51, 0xff, 0xd3, 0x9b, 0x57, 0xff, 0xe3, 0xb2, 0x62, 0xff, 0xde, 0xad, 0x63, 0xff, 0xe1, 0xb0, 0x68, 0xff, 0xda, 0xa4, 0x62, 0xff, 0xc6, 0x8b, 0x52, 0xff, 0xc6, 0x8c, 0x52, 0xff, 0xc5, 0x8b, 0x50, 0xff, 0xc4, 0x8c, 0x52, 0xff, 0xc3, 0x8b, 0x4f, 0xff, 0xc2, 0x89, 0x4d, 0xff, 0xc1, 0x8c, 0x50, 0xff, 0xc0, 0x8c, 0x52, 0xff, 0xbf, 0x8b, 0x53, 0xff, 0xbf, 0x8a, 0x53, 0xff, 0xbe, 0x89, 0x52, 0xff, 0xbc, 0x89, 0x51, 0xff, 0xbb, 0x87, 0x4e, 0xff, 0xba, 0x85, 0x4a, 0xff, 0xb9, 0x82, 0x4b, 0xff, 0xb8, 0x82, 0x4b, 0xff, 0xb7, 0x81, 0x4a, 0xff, 0xb3, 0x7b, 0x46, 0xff, 0xad, 0x74, 0x42, 0xff, 0xac, 0x73, 0x44, 0xff, 0xaa, 0x70, 0x41, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa4, 0x6c, 0x3c, 0xff, 0xa3, 0x6a, 0x3b, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0x9e, 0x64, 0x38, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x99, 0x60, 0x35, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x97, 0x5e, 0x35, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x93, 0x5a, 0x33, 0xff, 0x91, 0x58, 0x32, 0xff, 0x91, 0x56, 0x31, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x8d, 0x53, 0x30, 0xff, 0x8c, 0x53, 0x30, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8c, 0x53, 0x2f, 0xff, 0x8c, 0x53, 0x2f, 0xff, 0x8a, 0x51, 0x2d, 0xff, 0x84, 0x4c, 0x28, 0xff, 0x82, 0x49, 0x25, 0xff, 0x82, 0x48, 0x25, 0xff, 0x80, 0x47, 0x23, 0xff, 0x7f, 0x47, 0x22, 0xff, 0x80, 0x47, 0x22, 0xff, 0x80, 0x48, 0x22, 0xff, 0x81, 0x48, 0x24, 0xff, 0x82, 0x48, 0x25, 0xff, 0x82, 0x48, 0x24, 0xff, 0x81, 0x47, 0x21, 0xff, 0x80, 0x47, 0x21, 0xff, 0x8c, 0x52, 0x2c, 0xff, 0x9f, 0x65, 0x3b, 0xff, 0xa7, 0x6a, 0x3d, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xa9, 0x6b, 0x3b, 0xff, 0xac, 0x6e, 0x3c, 0xff, 0xae, 0x70, 0x3c, 0xff, 0xb0, 0x72, 0x3f, 0xff, 0xb3, 0x74, 0x42, 0xff, 0xb5, 0x77, 0x42, 0xff, 0xb7, 0x78, 0x43, 0xff, 0xb9, 0x79, 0x43, 0xff, 0xbb, 0x7b, 0x44, 0xff, 0xbd, 0x7e, 0x46, 0xff, 0xc1, 0x80, 0x48, 0xff, 0xc5, 0x84, 0x49, 0xff, 0xca, 0x87, 0x4d, 0xff, 0xcf, 0x8c, 0x50, 0xff, 0xd5, 0x8e, 0x51, 0xff, 0xd8, 0x92, 0x53, 0xff, 0xdd, 0x96, 0x57, 0xff, 0xe1, 0x9c, 0x5c, 0xff, 0xe3, 0xa1, 0x60, 0xff, 0xe3, 0xa1, 0x62, 0xff, 0xe3, 0x9e, 0x61, 0xff, 0xe3, 0x9c, 0x5f, 0xff, 0xe3, 0x9a, 0x5e, 0xff, 0xe3, 0x97, 0x5b, 0xff, 0xe3, 0x96, 0x5b, 0xff, 0xe1, 0x94, 0x5a, 0xff, 0xdb, 0x90, 0x58, 0xff, 0xdc, 0x90, 0x58, 0xff, 0xdf, 0x91, 0x58, 0xff, 0xe2, 0x91, 0x58, 0xff, 0xe5, 0x94, 0x5c, 0xff, 0xda, 0x92, 0x5b, 0xff, 0xc7, 0x86, 0x4f, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xba, 0x7e, 0x48, 0xff, 0xb9, 0x7d, 0x47, 0xff, 0xbb, 0x7e, 0x47, 0xff, 0xbd, 0x7f, 0x49, 0xff, 0xbe, 0x7e, 0x4a, 0xff, 0xc0, 0x81, 0x4c, 0xff, 0xc4, 0x82, 0x4c, 0xff, 0xc2, 0x7f, 0x4a, 0xff, 0xb1, 0x73, 0x41, 0xff, 0xb2, 0x74, 0x41, 0xff, 0xb5, 0x76, 0x44, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xb9, 0x7b, 0x49, 0xff, 0xb8, 0x7d, 0x4a, 0xff, 0xc7, 0x87, 0x55, 0xff, 0xc4, 0x87, 0x58, 0xff, 0xa1, 0x66, 0x3c, 0xff, 0xa1, 0x68, 0x3e, 0xff, 0xa2, 0x6b, 0x43, 0xff, 0xa2, 0x6c, 0x43, 0xff, 0xa2, 0x6e, 0x44, 0xff, 0xa2, 0x6e, 0x46, 0xff, 0xa2, 0x6e, 0x46, 0xff, 0xa2, 0x6f, 0x44, 0xff, 0xa1, 0x6c, 0x42, 0xff, 0xa2, 0x6a, 0x41, 0xff, 0xa1, 0x65, 0x3d, 0xff, 0x9e, 0x63, 0x3a, 0xff, 0x9b, 0x5e, 0x38, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x96, 0x58, 0x32, 0xff, 0x96, 0x58, 0x32, 0xff, 0x96, 0x59, 0x31, 0xff, 0x96, 0x58, 0x31, 0xff, 0x95, 0x58, 0x31, 0xff, 0x95, 0x58, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x97, 0x58, 0x33, 0xff, 0x93, 0x55, 0x31, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x91, 0x57, 0x33, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8d, 0x52, 0x31, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8c, 0x50, 0x2e, 0xff, - 0x8c, 0x4f, 0x2d, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x84, 0x48, 0x26, 0xff, 0x82, 0x49, 0x24, 0xff, 0x82, 0x47, 0x24, 0xff, 0x81, 0x46, 0x24, 0xff, 0x80, 0x45, 0x24, 0xff, 0x81, 0x47, 0x21, 0xff, 0x82, 0x47, 0x23, 0xff, 0x84, 0x48, 0x24, 0xff, 0x86, 0x4a, 0x25, 0xff, 0x82, 0x47, 0x25, 0xff, 0x79, 0x41, 0x1c, 0xff, 0x78, 0x40, 0x1b, 0xff, 0x7c, 0x43, 0x1f, 0xff, 0x7f, 0x44, 0x1d, 0xff, 0x81, 0x45, 0x1e, 0xff, 0x83, 0x47, 0x21, 0xff, 0x86, 0x49, 0x24, 0xff, 0x89, 0x4a, 0x24, 0xff, 0x8d, 0x4e, 0x26, 0xff, 0x8e, 0x50, 0x29, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x95, 0x56, 0x2e, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x9a, 0x5c, 0x30, 0xff, 0x9f, 0x5f, 0x31, 0xff, 0xa2, 0x62, 0x32, 0xff, 0xa5, 0x67, 0x34, 0xff, 0xaa, 0x6b, 0x36, 0xff, 0xae, 0x6f, 0x3a, 0xff, 0xb3, 0x75, 0x3d, 0xff, 0xb7, 0x78, 0x41, 0xff, 0xbc, 0x7f, 0x46, 0xff, 0xc4, 0x87, 0x4d, 0xff, 0xd3, 0x92, 0x55, 0xff, 0xe2, 0x9f, 0x5f, 0xff, 0xe3, 0xb0, 0x6d, 0xff, 0xdd, 0xcc, 0x7f, 0xff, 0xde, 0xd0, 0x96, 0xff, 0xe4, 0xd0, 0xb4, 0xff, 0xe4, 0xd0, 0xbc, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xba, 0xff, 0xe3, 0xcf, 0xab, 0xff, 0xe1, 0xcd, 0x94, 0xff, 0xe4, 0xc7, 0x89, 0xff, 0xe4, 0xc0, 0x84, 0xff, 0xe4, 0xc3, 0x7f, 0xff, 0xe3, 0xcb, 0x7a, 0xff, 0xe2, 0xcd, 0x76, 0xff, 0xe2, 0xba, 0x6d, 0xff, 0xe2, 0xac, 0x66, 0xff, 0xe3, 0xa2, 0x62, 0xff, 0xe2, 0xa0, 0x61, 0xff, 0xe2, 0xa1, 0x61, 0xff, 0xe2, 0xa5, 0x63, 0xff, 0xe2, 0xa5, 0x61, 0xff, 0xe2, 0xa5, 0x61, 0xff, 0xe2, 0xa3, 0x62, 0xff, 0xe2, 0xa2, 0x62, 0xff, 0xe3, 0x9e, 0x60, 0xff, 0xe1, 0x9d, 0x60, 0xff, 0xd2, 0x93, 0x57, 0xff, 0xcb, 0x90, 0x52, 0xff, 0xd8, 0xa5, 0x5b, 0xff, 0xe2, 0xae, 0x62, 0xff, 0xe1, 0xb0, 0x66, 0xff, 0xe1, 0xaf, 0x65, 0xff, 0xd9, 0xa1, 0x5e, 0xff, 0xca, 0x8c, 0x54, 0xff, 0xca, 0x8e, 0x52, 0xff, 0xc8, 0x8c, 0x51, 0xff, 0xc7, 0x8d, 0x52, 0xff, 0xc6, 0x8b, 0x50, 0xff, 0xc3, 0x88, 0x4d, 0xff, 0xc5, 0x8d, 0x51, 0xff, 0xc2, 0x8e, 0x50, 0xff, 0xc0, 0x8c, 0x53, 0xff, 0xbf, 0x8b, 0x52, 0xff, 0xbf, 0x8d, 0x53, 0xff, 0xbe, 0x89, 0x50, 0xff, 0xbc, 0x88, 0x4d, 0xff, 0xbb, 0x84, 0x4a, 0xff, 0xba, 0x82, 0x4a, 0xff, 0xb9, 0x84, 0x4b, 0xff, 0xb8, 0x83, 0x4c, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xaf, 0x75, 0x44, 0xff, 0xae, 0x75, 0x45, 0xff, 0xad, 0x73, 0x42, 0xff, 0xab, 0x72, 0x40, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa5, 0x6c, 0x3e, 0xff, 0xa5, 0x6d, 0x3c, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa0, 0x66, 0x39, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9a, 0x61, 0x36, 0xff, 0x98, 0x5f, 0x35, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x96, 0x5d, 0x34, 0xff, 0x95, 0x5b, 0x33, 0xff, 0x93, 0x58, 0x32, 0xff, 0x91, 0x57, 0x31, 0xff, 0x91, 0x56, 0x2f, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x8d, 0x54, 0x2f, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8d, 0x54, 0x30, 0xff, 0x8b, 0x52, 0x2e, 0xff, 0x86, 0x4d, 0x29, 0xff, 0x83, 0x4a, 0x26, 0xff, 0x83, 0x4a, 0x25, 0xff, 0x81, 0x48, 0x25, 0xff, 0x80, 0x48, 0x23, 0xff, 0x80, 0x47, 0x23, 0xff, 0x80, 0x48, 0x23, 0xff, 0x80, 0x49, 0x25, 0xff, 0x7f, 0x47, 0x24, 0xff, 0x7e, 0x47, 0x22, 0xff, 0x7d, 0x45, 0x20, 0xff, 0x82, 0x49, 0x24, 0xff, 0x93, 0x59, 0x32, 0xff, 0xa1, 0x66, 0x3c, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xac, 0x6b, 0x3a, 0xff, 0xae, 0x6f, 0x3c, 0xff, 0xb0, 0x73, 0x3f, 0xff, 0xb2, 0x75, 0x41, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb6, 0x7b, 0x44, 0xff, 0xb8, 0x7d, 0x46, 0xff, 0xbb, 0x7f, 0x47, 0xff, 0xbf, 0x80, 0x49, 0xff, 0xc2, 0x83, 0x4b, 0xff, 0xc8, 0x87, 0x4d, 0xff, 0xcd, 0x8a, 0x50, 0xff, 0xd4, 0x8e, 0x53, 0xff, 0xdb, 0x93, 0x55, 0xff, 0xe1, 0x96, 0x57, 0xff, 0xe3, 0x99, 0x58, 0xff, 0xe4, 0x9e, 0x5d, 0xff, 0xe3, 0xa0, 0x60, 0xff, 0xe3, 0xa0, 0x62, 0xff, 0xe3, 0x9c, 0x61, 0xff, 0xe3, 0x99, 0x5e, 0xff, 0xe4, 0x97, 0x5d, 0xff, 0xe3, 0x95, 0x5c, 0xff, 0xdd, 0x90, 0x59, 0xff, 0xda, 0x8f, 0x57, 0xff, 0xd8, 0x8f, 0x57, 0xff, 0xd8, 0x8f, 0x56, 0xff, 0xde, 0x91, 0x56, 0xff, 0xdf, 0x91, 0x57, 0xff, 0xe3, 0x94, 0x5a, 0xff, 0xe1, 0x94, 0x5d, 0xff, 0xce, 0x8b, 0x56, 0xff, 0xbb, 0x81, 0x4d, 0xff, 0xb7, 0x7f, 0x48, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xb9, 0x7c, 0x47, 0xff, 0xbb, 0x7e, 0x49, 0xff, 0xbd, 0x7e, 0x4a, 0xff, 0xc0, 0x80, 0x4a, 0xff, 0xc1, 0x81, 0x4d, 0xff, 0xb1, 0x72, 0x41, 0xff, 0xb0, 0x71, 0x40, 0xff, 0xb3, 0x75, 0x43, 0xff, 0xb5, 0x77, 0x45, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xc2, 0x83, 0x51, 0xff, 0xcf, 0x90, 0x5e, 0xff, 0xa7, 0x6a, 0x3f, 0xff, 0xa2, 0x65, 0x3b, 0xff, 0xa2, 0x69, 0x3f, 0xff, 0xa2, 0x6c, 0x42, 0xff, 0xa2, 0x6c, 0x43, 0xff, 0xa2, 0x6e, 0x46, 0xff, 0xa2, 0x6e, 0x49, 0xff, 0xa2, 0x6e, 0x48, 0xff, 0xa2, 0x6e, 0x46, 0xff, 0xa2, 0x6f, 0x45, 0xff, 0xa1, 0x6b, 0x43, 0xff, 0xa1, 0x68, 0x40, 0xff, 0xa0, 0x65, 0x3b, 0xff, 0x9a, 0x5f, 0x38, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x96, 0x58, 0x32, 0xff, 0x96, 0x57, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x56, 0x31, 0xff, 0x94, 0x57, 0x30, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x96, 0x58, 0x32, 0xff, 0x96, 0x58, 0x33, 0xff, 0x95, 0x57, 0x31, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x92, 0x59, 0x34, 0xff, 0x90, 0x55, 0x32, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8d, 0x53, 0x2f, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8c, 0x50, 0x2d, 0xff, - 0x8b, 0x4f, 0x2d, 0xff, 0x89, 0x4c, 0x28, 0xff, 0x88, 0x4b, 0x27, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x86, 0x4a, 0x26, 0xff, 0x82, 0x48, 0x24, 0xff, 0x80, 0x45, 0x21, 0xff, 0x80, 0x44, 0x21, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x80, 0x44, 0x20, 0xff, 0x80, 0x45, 0x21, 0xff, 0x80, 0x44, 0x21, 0xff, 0x81, 0x45, 0x23, 0xff, 0x82, 0x46, 0x23, 0xff, 0x85, 0x49, 0x23, 0xff, 0x86, 0x49, 0x25, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x78, 0x41, 0x1c, 0xff, 0x7c, 0x41, 0x1c, 0xff, 0x7f, 0x44, 0x1e, 0xff, 0x80, 0x45, 0x1f, 0xff, 0x82, 0x47, 0x21, 0xff, 0x86, 0x4a, 0x24, 0xff, 0x8b, 0x4c, 0x25, 0xff, 0x8d, 0x4d, 0x26, 0xff, 0x90, 0x51, 0x29, 0xff, 0x94, 0x53, 0x2b, 0xff, 0x95, 0x56, 0x2c, 0xff, 0x9b, 0x59, 0x2f, 0xff, 0x9e, 0x5d, 0x30, 0xff, 0xa0, 0x60, 0x32, 0xff, 0xa3, 0x65, 0x33, 0xff, 0xa7, 0x68, 0x36, 0xff, 0xab, 0x6c, 0x38, 0xff, 0xae, 0x71, 0x3c, 0xff, 0xb2, 0x77, 0x40, 0xff, 0xb9, 0x7a, 0x44, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xca, 0x8d, 0x50, 0xff, 0xde, 0x99, 0x5a, 0xff, 0xe5, 0xa7, 0x63, 0xff, 0xe3, 0xc1, 0x73, 0xff, 0xdc, 0xd0, 0x88, 0xff, 0xe3, 0xd0, 0xa5, 0xff, 0xe4, 0xd0, 0xbd, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xb7, 0xff, 0xe3, 0xd0, 0xa2, 0xff, 0xe4, 0xce, 0x90, 0xff, 0xe4, 0xc5, 0x86, 0xff, 0xe4, 0xc5, 0x80, 0xff, 0xe4, 0xc9, 0x7b, 0xff, 0xe2, 0xc9, 0x79, 0xff, 0xe4, 0xbb, 0x71, 0xff, 0xe2, 0xac, 0x6a, 0xff, 0xe3, 0xa1, 0x64, 0xff, 0xe4, 0x9f, 0x61, 0xff, 0xe3, 0x9f, 0x5f, 0xff, 0xe3, 0xa3, 0x60, 0xff, 0xe3, 0xa2, 0x5f, 0xff, 0xe3, 0xa0, 0x5e, 0xff, 0xe3, 0xa0, 0x5f, 0xff, 0xe3, 0xa0, 0x5f, 0xff, 0xe3, 0x9b, 0x5e, 0xff, 0xe3, 0x9d, 0x60, 0xff, 0xda, 0x97, 0x5b, 0xff, 0xcb, 0x90, 0x53, 0xff, 0xdd, 0xa8, 0x60, 0xff, 0xe1, 0xae, 0x63, 0xff, 0xe1, 0xa8, 0x61, 0xff, 0xe2, 0xad, 0x66, 0xff, 0xdb, 0xa6, 0x62, 0xff, 0xce, 0x8e, 0x54, 0xff, 0xd1, 0x91, 0x57, 0xff, 0xc9, 0x8d, 0x52, 0xff, 0xca, 0x8e, 0x52, 0xff, 0xca, 0x8f, 0x52, 0xff, 0xc5, 0x8a, 0x4c, 0xff, 0xc4, 0x89, 0x4c, 0xff, 0xc4, 0x8b, 0x50, 0xff, 0xc2, 0x8c, 0x50, 0xff, 0xc1, 0x8d, 0x52, 0xff, 0xc0, 0x8d, 0x51, 0xff, 0xbf, 0x8b, 0x4f, 0xff, 0xbe, 0x89, 0x4e, 0xff, 0xbe, 0x88, 0x4d, 0xff, 0xbc, 0x85, 0x4d, 0xff, 0xba, 0x85, 0x4d, 0xff, 0xb8, 0x82, 0x4a, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xb1, 0x77, 0x46, 0xff, 0xb0, 0x76, 0x46, 0xff, 0xae, 0x75, 0x42, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x72, 0x40, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xa7, 0x6f, 0x3f, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa3, 0x6a, 0x3b, 0xff, 0xa1, 0x67, 0x39, 0xff, 0xa0, 0x64, 0x39, 0xff, 0x9e, 0x64, 0x38, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x99, 0x5e, 0x36, 0xff, 0x97, 0x5e, 0x34, 0xff, 0x95, 0x5c, 0x32, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x93, 0x59, 0x32, 0xff, 0x91, 0x57, 0x30, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x8f, 0x55, 0x2f, 0xff, 0x8d, 0x55, 0x2f, 0xff, 0x8c, 0x53, 0x30, 0xff, 0x87, 0x4e, 0x2b, 0xff, 0x84, 0x4b, 0x27, 0xff, 0x83, 0x4b, 0x27, 0xff, 0x81, 0x49, 0x24, 0xff, 0x81, 0x48, 0x23, 0xff, 0x80, 0x47, 0x23, 0xff, 0x80, 0x47, 0x23, 0xff, 0x7f, 0x47, 0x24, 0xff, 0x7f, 0x47, 0x25, 0xff, 0x7d, 0x45, 0x21, 0xff, 0x7a, 0x42, 0x1d, 0xff, 0x83, 0x4a, 0x27, 0xff, 0x97, 0x5c, 0x35, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9f, 0x62, 0x37, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa5, 0x66, 0x39, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa9, 0x6a, 0x39, 0xff, 0xab, 0x6d, 0x3a, 0xff, 0xad, 0x6f, 0x3c, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xb5, 0x7c, 0x4b, 0xff, 0xb8, 0x81, 0x4d, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xc6, 0x89, 0x4f, 0xff, 0xd1, 0x8d, 0x53, 0xff, 0xd7, 0x92, 0x57, 0xff, 0xe0, 0x98, 0x5b, 0xff, 0xe3, 0x9c, 0x5e, 0xff, 0xe2, 0xa0, 0x61, 0xff, 0xe3, 0xa2, 0x62, 0xff, 0xe3, 0xa2, 0x63, 0xff, 0xe4, 0xa2, 0x64, 0xff, 0xe4, 0xa2, 0x64, 0xff, 0xe3, 0x9e, 0x63, 0xff, 0xe3, 0x98, 0x5e, 0xff, 0xe2, 0x95, 0x5c, 0xff, 0xe0, 0x92, 0x5a, 0xff, 0xd7, 0x8d, 0x56, 0xff, 0xd7, 0x8d, 0x56, 0xff, 0xd9, 0x8f, 0x56, 0xff, 0xdb, 0x90, 0x56, 0xff, 0xdd, 0x90, 0x56, 0xff, 0xdd, 0x92, 0x58, 0xff, 0xdc, 0x90, 0x5b, 0xff, 0xdf, 0x91, 0x5d, 0xff, 0xd8, 0x93, 0x5d, 0xff, 0xb8, 0x7e, 0x4b, 0xff, 0xb5, 0x7b, 0x48, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xbb, 0x7f, 0x4b, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xaf, 0x72, 0x41, 0xff, 0xaf, 0x70, 0x40, 0xff, 0xb0, 0x72, 0x41, 0xff, 0xb4, 0x77, 0x44, 0xff, 0xc3, 0x82, 0x4e, 0xff, 0xca, 0x88, 0x54, 0xff, 0xb7, 0x76, 0x47, 0xff, 0xa2, 0x64, 0x3b, 0xff, 0xa1, 0x64, 0x3b, 0xff, 0xa1, 0x66, 0x3d, 0xff, 0xa1, 0x69, 0x3f, 0xff, 0xa2, 0x6c, 0x42, 0xff, 0xa2, 0x6e, 0x45, 0xff, 0xa1, 0x6e, 0x47, 0xff, 0xa1, 0x6d, 0x47, 0xff, 0xa1, 0x6e, 0x48, 0xff, 0xa1, 0x6e, 0x46, 0xff, 0xa0, 0x6b, 0x43, 0xff, 0xa0, 0x68, 0x3f, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0x9a, 0x5f, 0x36, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x55, 0x31, 0xff, 0x92, 0x55, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x57, 0x31, 0xff, 0x97, 0x59, 0x32, 0xff, 0x98, 0x59, 0x33, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x96, 0x59, 0x33, 0xff, 0x90, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x52, 0x31, 0xff, 0x94, 0x59, 0x36, 0xff, 0x91, 0x56, 0x32, 0xff, 0x90, 0x55, 0x32, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8c, 0x4f, 0x2d, 0xff, - 0x8b, 0x4f, 0x2b, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x87, 0x4b, 0x26, 0xff, 0x85, 0x48, 0x26, 0xff, 0x85, 0x48, 0x25, 0xff, 0x81, 0x45, 0x23, 0xff, 0x80, 0x45, 0x21, 0xff, 0x7d, 0x44, 0x20, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7d, 0x44, 0x1f, 0xff, 0x7d, 0x44, 0x1f, 0xff, 0x7f, 0x45, 0x20, 0xff, 0x81, 0x46, 0x23, 0xff, 0x82, 0x45, 0x22, 0xff, 0x85, 0x47, 0x23, 0xff, 0x88, 0x4a, 0x26, 0xff, 0x7d, 0x44, 0x1f, 0xff, 0x78, 0x40, 0x1a, 0xff, 0x7b, 0x42, 0x1b, 0xff, 0x7e, 0x43, 0x1b, 0xff, 0x81, 0x45, 0x1e, 0xff, 0x85, 0x49, 0x21, 0xff, 0x87, 0x4a, 0x24, 0xff, 0x8b, 0x4d, 0x25, 0xff, 0x8d, 0x4f, 0x29, 0xff, 0x91, 0x52, 0x2a, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0x9e, 0x5e, 0x31, 0xff, 0xa1, 0x61, 0x32, 0xff, 0xa5, 0x66, 0x35, 0xff, 0xa8, 0x6a, 0x38, 0xff, 0xac, 0x6e, 0x3a, 0xff, 0xb0, 0x73, 0x3f, 0xff, 0xb5, 0x78, 0x41, 0xff, 0xba, 0x7d, 0x45, 0xff, 0xc3, 0x87, 0x4d, 0xff, 0xd1, 0x91, 0x55, 0xff, 0xe3, 0x9e, 0x5f, 0xff, 0xe4, 0xb1, 0x6a, 0xff, 0xdf, 0xcc, 0x7b, 0xff, 0xdd, 0xd0, 0x91, 0xff, 0xe3, 0xd0, 0xb0, 0xff, 0xe5, 0xd0, 0xbd, 0xff, 0xe5, 0xd0, 0xbc, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe5, 0xd0, 0xbc, 0xff, 0xe5, 0xd0, 0xbb, 0xff, 0xe3, 0xd0, 0xae, 0xff, 0xe0, 0xd0, 0x95, 0xff, 0xe3, 0xcc, 0x88, 0xff, 0xe3, 0xc4, 0x7f, 0xff, 0xe4, 0xc5, 0x7b, 0xff, 0xe3, 0xbf, 0x75, 0xff, 0xe4, 0xbe, 0x73, 0xff, 0xe3, 0xb1, 0x6d, 0xff, 0xe3, 0xa3, 0x65, 0xff, 0xe2, 0xa1, 0x61, 0xff, 0xe3, 0x9e, 0x5f, 0xff, 0xe3, 0xa2, 0x5e, 0xff, 0xe3, 0xa2, 0x5d, 0xff, 0xe3, 0x9f, 0x5e, 0xff, 0xe3, 0x9e, 0x5e, 0xff, 0xe3, 0x9d, 0x5e, 0xff, 0xe4, 0x9b, 0x5d, 0xff, 0xe4, 0x9c, 0x5e, 0xff, 0xdd, 0x98, 0x5c, 0xff, 0xd0, 0x96, 0x56, 0xff, 0xe4, 0xaf, 0x61, 0xff, 0xdf, 0xa7, 0x60, 0xff, 0xe0, 0xab, 0x63, 0xff, 0xe2, 0xaf, 0x62, 0xff, 0xdc, 0xa5, 0x60, 0xff, 0xd3, 0x8f, 0x56, 0xff, 0xd6, 0x94, 0x59, 0xff, 0xcd, 0x8f, 0x53, 0xff, 0xcc, 0x8f, 0x53, 0xff, 0xcb, 0x8f, 0x53, 0xff, 0xc9, 0x8d, 0x51, 0xff, 0xc7, 0x8b, 0x4f, 0xff, 0xc5, 0x8c, 0x4d, 0xff, 0xc5, 0x8f, 0x50, 0xff, 0xc3, 0x8c, 0x50, 0xff, 0xc2, 0x8b, 0x4f, 0xff, 0xc1, 0x8d, 0x50, 0xff, 0xbf, 0x8a, 0x4c, 0xff, 0xbe, 0x85, 0x4a, 0xff, 0xbd, 0x86, 0x4c, 0xff, 0xbc, 0x85, 0x4d, 0xff, 0xb9, 0x81, 0x4c, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb2, 0x79, 0x47, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xae, 0x76, 0x41, 0xff, 0xac, 0x74, 0x40, 0xff, 0xac, 0x72, 0x40, 0xff, 0xab, 0x70, 0x41, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xa7, 0x6e, 0x3f, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa2, 0x67, 0x3b, 0xff, 0xa0, 0x65, 0x39, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x99, 0x5e, 0x36, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x96, 0x5d, 0x33, 0xff, 0x94, 0x5a, 0x31, 0xff, 0x94, 0x58, 0x31, 0xff, 0x91, 0x56, 0x30, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8e, 0x54, 0x31, 0xff, 0x89, 0x4f, 0x2b, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x85, 0x4c, 0x27, 0xff, 0x83, 0x49, 0x25, 0xff, 0x82, 0x47, 0x25, 0xff, 0x81, 0x48, 0x24, 0xff, 0x81, 0x49, 0x24, 0xff, 0x81, 0x48, 0x25, 0xff, 0x81, 0x47, 0x25, 0xff, 0x7d, 0x45, 0x22, 0xff, 0x78, 0x43, 0x1e, 0xff, 0x83, 0x4c, 0x29, 0xff, 0x98, 0x5d, 0x37, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5b, 0x32, 0xff, 0x9a, 0x5c, 0x33, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9e, 0x60, 0x36, 0xff, 0xa0, 0x62, 0x36, 0xff, 0xa2, 0x65, 0x37, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa9, 0x6b, 0x3a, 0xff, 0xab, 0x6f, 0x3b, 0xff, 0xac, 0x72, 0x3f, 0xff, 0xae, 0x75, 0x43, 0xff, 0xb0, 0x78, 0x47, 0xff, 0xb3, 0x7b, 0x4c, 0xff, 0xb7, 0x7f, 0x50, 0xff, 0xbb, 0x84, 0x52, 0xff, 0xc0, 0x88, 0x53, 0xff, 0xc6, 0x8e, 0x56, 0xff, 0xd1, 0x91, 0x58, 0xff, 0xdf, 0x97, 0x5d, 0xff, 0xe4, 0x9e, 0x63, 0xff, 0xe4, 0xa4, 0x67, 0xff, 0xe2, 0xa9, 0x6b, 0xff, 0xe3, 0xac, 0x6d, 0xff, 0xe4, 0xad, 0x6e, 0xff, 0xe3, 0xac, 0x6e, 0xff, 0xe2, 0xaa, 0x6c, 0xff, 0xe3, 0xa7, 0x6a, 0xff, 0xe4, 0xa2, 0x67, 0xff, 0xe4, 0x9a, 0x61, 0xff, 0xe0, 0x93, 0x5b, 0xff, 0xd7, 0x8e, 0x58, 0xff, 0xd3, 0x8b, 0x54, 0xff, 0xd4, 0x8c, 0x55, 0xff, 0xd7, 0x8e, 0x56, 0xff, 0xd8, 0x8e, 0x56, 0xff, 0xd8, 0x8f, 0x57, 0xff, 0xd8, 0x8f, 0x58, 0xff, 0xd7, 0x91, 0x5b, 0xff, 0xda, 0x91, 0x5a, 0xff, 0xdc, 0x95, 0x60, 0xff, 0xbe, 0x80, 0x4d, 0xff, 0xb4, 0x7a, 0x47, 0xff, 0xb5, 0x7a, 0x49, 0xff, 0xb8, 0x7c, 0x4a, 0xff, 0xb9, 0x7d, 0x4b, 0xff, 0xbb, 0x7f, 0x4b, 0xff, 0xb7, 0x7b, 0x49, 0xff, 0xad, 0x71, 0x41, 0xff, 0xb0, 0x73, 0x42, 0xff, 0xbf, 0x80, 0x4b, 0xff, 0xbd, 0x7e, 0x49, 0xff, 0xbb, 0x7c, 0x4a, 0xff, 0xa4, 0x67, 0x3c, 0xff, 0x9e, 0x62, 0x37, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0xa1, 0x65, 0x3b, 0xff, 0xa1, 0x67, 0x3c, 0xff, 0xa1, 0x69, 0x3f, 0xff, 0xa2, 0x6b, 0x43, 0xff, 0xa2, 0x6d, 0x43, 0xff, 0xa1, 0x6d, 0x44, 0xff, 0xa1, 0x6e, 0x45, 0xff, 0xa1, 0x6c, 0x44, 0xff, 0xa0, 0x69, 0x41, 0xff, 0xa0, 0x68, 0x3d, 0xff, 0x9e, 0x63, 0x39, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x95, 0x57, 0x32, 0xff, 0x93, 0x56, 0x31, 0xff, 0x93, 0x54, 0x30, 0xff, 0x92, 0x56, 0x31, 0xff, 0x92, 0x56, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x96, 0x58, 0x32, 0xff, 0x95, 0x58, 0x32, 0xff, 0x97, 0x59, 0x32, 0xff, 0x97, 0x59, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x94, 0x59, 0x33, 0xff, 0x95, 0x5a, 0x34, 0xff, 0x94, 0x59, 0x36, 0xff, 0x92, 0x56, 0x32, 0xff, 0x90, 0x55, 0x32, 0xff, 0x8e, 0x54, 0x31, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8d, 0x52, 0x30, 0xff, 0x8b, 0x50, 0x2d, 0xff, - 0x8c, 0x4f, 0x2e, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x88, 0x4a, 0x26, 0xff, 0x84, 0x48, 0x25, 0xff, 0x82, 0x48, 0x24, 0xff, 0x82, 0x48, 0x23, 0xff, 0x82, 0x46, 0x23, 0xff, 0x81, 0x46, 0x23, 0xff, 0x7e, 0x44, 0x20, 0xff, 0x7d, 0x44, 0x1f, 0xff, 0x79, 0x42, 0x1d, 0xff, 0x7b, 0x42, 0x1d, 0xff, 0x7e, 0x44, 0x1d, 0xff, 0x81, 0x46, 0x20, 0xff, 0x82, 0x46, 0x21, 0xff, 0x85, 0x48, 0x23, 0xff, 0x88, 0x4b, 0x27, 0xff, 0x7f, 0x45, 0x20, 0xff, 0x79, 0x41, 0x1b, 0xff, 0x7a, 0x41, 0x1b, 0xff, 0x80, 0x43, 0x1c, 0xff, 0x82, 0x45, 0x1e, 0xff, 0x84, 0x47, 0x20, 0xff, 0x89, 0x4b, 0x24, 0xff, 0x8c, 0x4d, 0x26, 0xff, 0x8e, 0x4f, 0x28, 0xff, 0x93, 0x53, 0x2b, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x98, 0x5a, 0x2f, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0xa0, 0x61, 0x32, 0xff, 0xa3, 0x64, 0x34, 0xff, 0xa5, 0x68, 0x36, 0xff, 0xa9, 0x6c, 0x39, 0xff, 0xad, 0x71, 0x3d, 0xff, 0xb1, 0x76, 0x40, 0xff, 0xb6, 0x7a, 0x41, 0xff, 0xbc, 0x7f, 0x46, 0xff, 0xc8, 0x89, 0x4e, 0xff, 0xda, 0x95, 0x58, 0xff, 0xe4, 0xa3, 0x62, 0xff, 0xe4, 0xb9, 0x70, 0xff, 0xde, 0xd0, 0x83, 0xff, 0xdf, 0xd0, 0x9a, 0xff, 0xe5, 0xd0, 0xb6, 0xff, 0xe5, 0xd0, 0xbd, 0xff, 0xe5, 0xd0, 0xbc, 0xff, 0xe4, 0xd0, 0xbb, 0xff, 0xe5, 0xd0, 0xbc, 0xff, 0xe5, 0xd0, 0xbc, 0xff, 0xe5, 0xd0, 0xbb, 0xff, 0xe3, 0xd0, 0xac, 0xff, 0xe0, 0xd0, 0x94, 0xff, 0xe3, 0xcc, 0x87, 0xff, 0xe4, 0xc4, 0x80, 0xff, 0xe4, 0xc3, 0x7a, 0xff, 0xe5, 0xbf, 0x74, 0xff, 0xe3, 0xbe, 0x71, 0xff, 0xe4, 0xb0, 0x6d, 0xff, 0xe4, 0xa5, 0x67, 0xff, 0xe3, 0xa0, 0x62, 0xff, 0xe4, 0x9f, 0x5f, 0xff, 0xe3, 0xa1, 0x5d, 0xff, 0xe4, 0x9f, 0x5c, 0xff, 0xe2, 0x9d, 0x5d, 0xff, 0xe4, 0x9d, 0x5d, 0xff, 0xe3, 0x9c, 0x5c, 0xff, 0xe2, 0x98, 0x5b, 0xff, 0xe4, 0x9a, 0x5d, 0xff, 0xe4, 0x9b, 0x5f, 0xff, 0xe2, 0xa3, 0x62, 0xff, 0xde, 0xa8, 0x5e, 0xff, 0xe0, 0xa8, 0x63, 0xff, 0xe0, 0xa9, 0x62, 0xff, 0xe2, 0xa9, 0x62, 0xff, 0xdd, 0xa1, 0x5e, 0xff, 0xd7, 0x91, 0x57, 0xff, 0xd9, 0x94, 0x57, 0xff, 0xd1, 0x92, 0x55, 0xff, 0xce, 0x91, 0x54, 0xff, 0xce, 0x90, 0x54, 0xff, 0xcb, 0x8f, 0x52, 0xff, 0xc7, 0x8c, 0x4e, 0xff, 0xc7, 0x8c, 0x4e, 0xff, 0xc6, 0x8c, 0x4d, 0xff, 0xc5, 0x8d, 0x4e, 0xff, 0xc4, 0x8d, 0x4f, 0xff, 0xc2, 0x8c, 0x4e, 0xff, 0xc2, 0x8c, 0x4d, 0xff, 0xc0, 0x8a, 0x4e, 0xff, 0xbe, 0x88, 0x4d, 0xff, 0xbe, 0x88, 0x4f, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb4, 0x78, 0x44, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb4, 0x7a, 0x47, 0xff, 0xb1, 0x78, 0x46, 0xff, 0xaf, 0x77, 0x43, 0xff, 0xae, 0x75, 0x42, 0xff, 0xad, 0x73, 0x43, 0xff, 0xac, 0x72, 0x42, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x99, 0x5f, 0x36, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x95, 0x5b, 0x33, 0xff, 0x95, 0x59, 0x32, 0xff, 0x93, 0x58, 0x30, 0xff, 0x90, 0x55, 0x30, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8c, 0x52, 0x2d, 0xff, 0x86, 0x4d, 0x29, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x82, 0x49, 0x25, 0xff, 0x82, 0x48, 0x25, 0xff, 0x81, 0x49, 0x25, 0xff, 0x81, 0x49, 0x24, 0xff, 0x81, 0x48, 0x24, 0xff, 0x7d, 0x45, 0x22, 0xff, 0x7a, 0x43, 0x1e, 0xff, 0x87, 0x4e, 0x2a, 0xff, 0x95, 0x5a, 0x34, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x94, 0x58, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x94, 0x58, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x95, 0x56, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x96, 0x57, 0x32, 0xff, 0x97, 0x58, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9a, 0x5c, 0x33, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xa3, 0x64, 0x35, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa9, 0x6f, 0x3c, 0xff, 0xab, 0x73, 0x40, 0xff, 0xae, 0x75, 0x45, 0xff, 0xb1, 0x78, 0x4a, 0xff, 0xb5, 0x7c, 0x50, 0xff, 0xb9, 0x81, 0x52, 0xff, 0xbe, 0x87, 0x57, 0xff, 0xc6, 0x8e, 0x59, 0xff, 0xd3, 0x97, 0x5d, 0xff, 0xe1, 0x9f, 0x63, 0xff, 0xe4, 0xa5, 0x69, 0xff, 0xe3, 0xaf, 0x70, 0xff, 0xe3, 0xba, 0x76, 0xff, 0xe3, 0xc4, 0x7a, 0xff, 0xe2, 0xc8, 0x7d, 0xff, 0xe2, 0xc7, 0x7d, 0xff, 0xe4, 0xc2, 0x7a, 0xff, 0xe4, 0xb6, 0x76, 0xff, 0xe4, 0xab, 0x6f, 0xff, 0xe5, 0xa3, 0x6a, 0xff, 0xe3, 0x99, 0x61, 0xff, 0xde, 0x91, 0x5a, 0xff, 0xd5, 0x8d, 0x57, 0xff, 0xcf, 0x8b, 0x54, 0xff, 0xd0, 0x8b, 0x53, 0xff, 0xd3, 0x8c, 0x53, 0xff, 0xd3, 0x8d, 0x54, 0xff, 0xd3, 0x8e, 0x56, 0xff, 0xd4, 0x8d, 0x58, 0xff, 0xd5, 0x8e, 0x58, 0xff, 0xd7, 0x8e, 0x58, 0xff, 0xd8, 0x8f, 0x5b, 0xff, 0xbe, 0x80, 0x4d, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xb7, 0x7c, 0x4a, 0xff, 0xb8, 0x7c, 0x4a, 0xff, 0xb2, 0x77, 0x45, 0xff, 0xb9, 0x7d, 0x48, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xb3, 0x74, 0x41, 0xff, 0xad, 0x6e, 0x3f, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9f, 0x64, 0x3a, 0xff, 0xa1, 0x65, 0x3b, 0xff, 0xa2, 0x68, 0x3d, 0xff, 0xa2, 0x69, 0x3e, 0xff, 0xa1, 0x69, 0x3f, 0xff, 0xa1, 0x69, 0x40, 0xff, 0xa0, 0x68, 0x3e, 0xff, 0xa0, 0x67, 0x3c, 0xff, 0x9e, 0x63, 0x39, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x56, 0x31, 0xff, 0x92, 0x55, 0x30, 0xff, 0x91, 0x52, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x92, 0x55, 0x30, 0xff, 0x93, 0x56, 0x31, 0xff, 0x96, 0x57, 0x32, 0xff, 0x97, 0x59, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x99, 0x5f, 0x37, 0xff, 0x97, 0x5c, 0x36, 0xff, 0x95, 0x5a, 0x35, 0xff, 0x93, 0x57, 0x33, 0xff, 0x92, 0x57, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8f, 0x52, 0x31, 0xff, 0x8e, 0x52, 0x31, 0xff, 0x8d, 0x51, 0x2f, 0xff, - 0x8c, 0x4f, 0x2d, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x85, 0x4a, 0x27, 0xff, 0x84, 0x47, 0x25, 0xff, 0x83, 0x48, 0x24, 0xff, 0x82, 0x47, 0x24, 0xff, 0x82, 0x46, 0x25, 0xff, 0x82, 0x46, 0x23, 0xff, 0x82, 0x46, 0x22, 0xff, 0x83, 0x47, 0x24, 0xff, 0x83, 0x48, 0x23, 0xff, 0x7f, 0x44, 0x20, 0xff, 0x7d, 0x42, 0x1e, 0xff, 0x7f, 0x44, 0x1f, 0xff, 0x81, 0x44, 0x1f, 0xff, 0x82, 0x47, 0x20, 0xff, 0x86, 0x48, 0x23, 0xff, 0x86, 0x49, 0x23, 0xff, 0x82, 0x47, 0x23, 0xff, 0x78, 0x40, 0x1a, 0xff, 0x7c, 0x43, 0x1a, 0xff, 0x80, 0x44, 0x1d, 0xff, 0x83, 0x47, 0x20, 0xff, 0x86, 0x49, 0x23, 0xff, 0x89, 0x4d, 0x24, 0xff, 0x8d, 0x4d, 0x26, 0xff, 0x90, 0x51, 0x28, 0xff, 0x93, 0x55, 0x2b, 0xff, 0x96, 0x58, 0x2d, 0xff, 0x99, 0x5b, 0x2f, 0xff, 0x9e, 0x5f, 0x30, 0xff, 0xa1, 0x64, 0x32, 0xff, 0xa3, 0x67, 0x35, 0xff, 0xa6, 0x6a, 0x38, 0xff, 0xaa, 0x6f, 0x3b, 0xff, 0xae, 0x73, 0x3f, 0xff, 0xb2, 0x79, 0x42, 0xff, 0xb7, 0x7b, 0x43, 0xff, 0xc0, 0x81, 0x48, 0xff, 0xce, 0x8c, 0x50, 0xff, 0xde, 0x97, 0x5a, 0xff, 0xe4, 0xa6, 0x66, 0xff, 0xe4, 0xbf, 0x73, 0xff, 0xe0, 0xd1, 0x87, 0xff, 0xe1, 0xcf, 0x9f, 0xff, 0xe5, 0xd0, 0xbb, 0xff, 0xe5, 0xd0, 0xbc, 0xff, 0xe5, 0xd0, 0xbc, 0xff, 0xe5, 0xd0, 0xbc, 0xff, 0xe5, 0xd1, 0xbd, 0xff, 0xe5, 0xd0, 0xb9, 0xff, 0xe2, 0xd0, 0xa9, 0xff, 0xdf, 0xcf, 0x91, 0xff, 0xe1, 0xcf, 0x85, 0xff, 0xe4, 0xc6, 0x7d, 0xff, 0xe4, 0xbf, 0x78, 0xff, 0xe5, 0xbd, 0x74, 0xff, 0xe5, 0xb9, 0x70, 0xff, 0xe4, 0xae, 0x6e, 0xff, 0xe3, 0xa6, 0x6a, 0xff, 0xe3, 0x9f, 0x62, 0xff, 0xe3, 0x9d, 0x5e, 0xff, 0xe4, 0x9e, 0x5c, 0xff, 0xe3, 0x9c, 0x5b, 0xff, 0xe3, 0x9d, 0x5c, 0xff, 0xe2, 0x9c, 0x5a, 0xff, 0xe3, 0x9a, 0x5c, 0xff, 0xe3, 0x96, 0x5a, 0xff, 0xe4, 0x98, 0x5c, 0xff, 0xe3, 0x9b, 0x5f, 0xff, 0xe2, 0xa4, 0x64, 0xff, 0xe2, 0xa8, 0x62, 0xff, 0xe2, 0xa9, 0x5f, 0xff, 0xe2, 0xa9, 0x60, 0xff, 0xe0, 0xa7, 0x60, 0xff, 0xde, 0xa6, 0x63, 0xff, 0xda, 0x93, 0x58, 0xff, 0xde, 0x98, 0x59, 0xff, 0xd9, 0x97, 0x58, 0xff, 0xce, 0x8f, 0x53, 0xff, 0xd2, 0x92, 0x55, 0xff, 0xcf, 0x90, 0x53, 0xff, 0xc8, 0x8d, 0x4d, 0xff, 0xc8, 0x8e, 0x4c, 0xff, 0xc9, 0x8f, 0x4e, 0xff, 0xc8, 0x8d, 0x4f, 0xff, 0xc6, 0x8b, 0x4e, 0xff, 0xc4, 0x8a, 0x4d, 0xff, 0xc3, 0x8a, 0x4d, 0xff, 0xc0, 0x89, 0x4d, 0xff, 0xbf, 0x89, 0x4e, 0xff, 0xbe, 0x86, 0x4d, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xb6, 0x7c, 0x45, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb4, 0x7b, 0x47, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xad, 0x73, 0x41, 0xff, 0xab, 0x73, 0x42, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa4, 0x6b, 0x3c, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0x9e, 0x65, 0x39, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x99, 0x5f, 0x36, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x93, 0x5a, 0x32, 0xff, 0x92, 0x58, 0x31, 0xff, 0x8f, 0x55, 0x2f, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x87, 0x4e, 0x29, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x84, 0x4a, 0x26, 0xff, 0x83, 0x4a, 0x25, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x82, 0x48, 0x25, 0xff, 0x82, 0x48, 0x24, 0xff, 0x7f, 0x47, 0x24, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x94, 0x59, 0x33, 0xff, 0x94, 0x57, 0x32, 0xff, 0x91, 0x54, 0x31, 0xff, 0x91, 0x55, 0x31, 0xff, 0x91, 0x55, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x92, 0x55, 0x30, 0xff, 0x92, 0x54, 0x30, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x92, 0x56, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x58, 0x31, 0xff, 0x96, 0x58, 0x31, 0xff, 0x97, 0x58, 0x31, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9a, 0x5c, 0x32, 0xff, 0x9c, 0x5e, 0x33, 0xff, 0x9f, 0x60, 0x34, 0xff, 0xa2, 0x63, 0x35, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa7, 0x69, 0x38, 0xff, 0xa9, 0x6f, 0x3b, 0xff, 0xab, 0x74, 0x40, 0xff, 0xae, 0x76, 0x45, 0xff, 0xb2, 0x7a, 0x4b, 0xff, 0xb7, 0x7f, 0x50, 0xff, 0xbc, 0x86, 0x55, 0xff, 0xc3, 0x8d, 0x5a, 0xff, 0xd4, 0x97, 0x5f, 0xff, 0xe2, 0xa2, 0x67, 0xff, 0xe5, 0xab, 0x6f, 0xff, 0xe4, 0xba, 0x79, 0xff, 0xe3, 0xcb, 0x81, 0xff, 0xdf, 0xd0, 0x89, 0xff, 0xdd, 0xcf, 0x8d, 0xff, 0xdf, 0xcf, 0x8e, 0xff, 0xdf, 0xd0, 0x8a, 0xff, 0xe0, 0xcc, 0x86, 0xff, 0xe4, 0xc3, 0x7e, 0xff, 0xe5, 0xb5, 0x75, 0xff, 0xe2, 0xa0, 0x6a, 0xff, 0xe4, 0x98, 0x62, 0xff, 0xdd, 0x92, 0x5b, 0xff, 0xd5, 0x8d, 0x57, 0xff, 0xcf, 0x8a, 0x53, 0xff, 0xd0, 0x89, 0x4f, 0xff, 0xcd, 0x88, 0x50, 0xff, 0xcf, 0x8b, 0x51, 0xff, 0xd2, 0x8c, 0x54, 0xff, 0xd3, 0x8d, 0x56, 0xff, 0xd2, 0x8c, 0x56, 0xff, 0xd1, 0x8c, 0x56, 0xff, 0xd6, 0x90, 0x5a, 0xff, 0xbb, 0x7f, 0x4a, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xb1, 0x77, 0x45, 0xff, 0xb3, 0x77, 0x45, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xb9, 0x7d, 0x48, 0xff, 0xb0, 0x73, 0x42, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9a, 0x5f, 0x36, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9c, 0x60, 0x38, 0xff, 0x9e, 0x61, 0x39, 0xff, 0x9f, 0x64, 0x39, 0xff, 0x9f, 0x64, 0x3a, 0xff, 0xa0, 0x65, 0x3b, 0xff, 0x9e, 0x62, 0x39, 0xff, 0x9e, 0x63, 0x39, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x96, 0x59, 0x32, 0xff, 0x95, 0x56, 0x32, 0xff, 0x93, 0x54, 0x30, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x30, 0xff, 0x94, 0x56, 0x31, 0xff, 0x96, 0x57, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x9a, 0x5f, 0x37, 0xff, 0x97, 0x5c, 0x35, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x92, 0x57, 0x32, 0xff, 0x90, 0x55, 0x31, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8f, 0x55, 0x32, 0xff, 0x8f, 0x54, 0x32, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8c, 0x50, 0x2e, 0xff, - 0x8a, 0x4d, 0x2b, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x85, 0x4a, 0x25, 0xff, 0x85, 0x49, 0x25, 0xff, 0x82, 0x45, 0x24, 0xff, 0x81, 0x45, 0x22, 0xff, 0x81, 0x47, 0x20, 0xff, 0x81, 0x45, 0x23, 0xff, 0x81, 0x45, 0x20, 0xff, 0x81, 0x45, 0x22, 0xff, 0x81, 0x45, 0x20, 0xff, 0x82, 0x46, 0x23, 0xff, 0x85, 0x48, 0x24, 0xff, 0x82, 0x47, 0x23, 0xff, 0x83, 0x47, 0x23, 0xff, 0x87, 0x49, 0x25, 0xff, 0x87, 0x4a, 0x24, 0xff, 0x82, 0x48, 0x21, 0xff, 0x85, 0x47, 0x21, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x80, 0x46, 0x20, 0xff, 0x79, 0x40, 0x1a, 0xff, 0x7e, 0x42, 0x1b, 0xff, 0x82, 0x46, 0x1f, 0xff, 0x86, 0x48, 0x20, 0xff, 0x86, 0x4a, 0x23, 0xff, 0x8b, 0x4e, 0x25, 0xff, 0x8d, 0x4e, 0x28, 0xff, 0x91, 0x52, 0x2b, 0xff, 0x93, 0x55, 0x2d, 0xff, 0x98, 0x5a, 0x2f, 0xff, 0x9d, 0x5d, 0x30, 0xff, 0xa0, 0x60, 0x32, 0xff, 0xa2, 0x65, 0x34, 0xff, 0xa5, 0x6a, 0x37, 0xff, 0xa8, 0x6c, 0x3a, 0xff, 0xab, 0x6f, 0x3b, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xb3, 0x7a, 0x42, 0xff, 0xb9, 0x7d, 0x45, 0xff, 0xc2, 0x83, 0x4a, 0xff, 0xd0, 0x8e, 0x52, 0xff, 0xe2, 0x9a, 0x5c, 0xff, 0xe2, 0xaa, 0x6b, 0xff, 0xe4, 0xc1, 0x76, 0xff, 0xdf, 0xd0, 0x88, 0xff, 0xe1, 0xd0, 0x9a, 0xff, 0xe3, 0xd1, 0xb6, 0xff, 0xe5, 0xd1, 0xbe, 0xff, 0xe5, 0xd0, 0xbc, 0xff, 0xe5, 0xd0, 0xbc, 0xff, 0xe5, 0xd1, 0xb6, 0xff, 0xe1, 0xd0, 0xa0, 0xff, 0xdf, 0xcf, 0x90, 0xff, 0xe0, 0xd0, 0x85, 0xff, 0xe5, 0xc7, 0x7c, 0xff, 0xe3, 0xbd, 0x75, 0xff, 0xe5, 0xbc, 0x74, 0xff, 0xe5, 0xb8, 0x6e, 0xff, 0xe4, 0xac, 0x6c, 0xff, 0xe4, 0xa5, 0x6a, 0xff, 0xe2, 0xa0, 0x62, 0xff, 0xe4, 0x9d, 0x5e, 0xff, 0xe3, 0x9d, 0x5b, 0xff, 0xe4, 0x9b, 0x5a, 0xff, 0xe2, 0x9b, 0x59, 0xff, 0xe4, 0x9b, 0x5b, 0xff, 0xe3, 0x9a, 0x5b, 0xff, 0xe2, 0x96, 0x59, 0xff, 0xe4, 0x98, 0x5d, 0xff, 0xe3, 0x9b, 0x5e, 0xff, 0xe3, 0xa6, 0x62, 0xff, 0xe2, 0xa7, 0x64, 0xff, 0xdd, 0xa2, 0x5a, 0xff, 0xe0, 0xa7, 0x5e, 0xff, 0xdf, 0xa8, 0x60, 0xff, 0xe1, 0xa0, 0x61, 0xff, 0xde, 0x96, 0x5a, 0xff, 0xe3, 0x9a, 0x5b, 0xff, 0xdd, 0x97, 0x5a, 0xff, 0xd4, 0x93, 0x55, 0xff, 0xd2, 0x91, 0x55, 0xff, 0xd1, 0x8f, 0x54, 0xff, 0xcb, 0x8c, 0x50, 0xff, 0xc9, 0x8c, 0x4d, 0xff, 0xca, 0x8c, 0x4c, 0xff, 0xc8, 0x8c, 0x4d, 0xff, 0xc9, 0x8d, 0x4e, 0xff, 0xc8, 0x8e, 0x4e, 0xff, 0xc5, 0x8d, 0x4c, 0xff, 0xc4, 0x8b, 0x4c, 0xff, 0xc1, 0x8a, 0x4d, 0xff, 0xc0, 0x89, 0x4d, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb9, 0x7d, 0x47, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xb7, 0x7f, 0x4a, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xad, 0x76, 0x45, 0xff, 0xab, 0x72, 0x42, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0xa2, 0x69, 0x3a, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0x9f, 0x65, 0x3a, 0xff, 0x9c, 0x61, 0x38, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x9a, 0x60, 0x35, 0xff, 0x98, 0x5f, 0x35, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x92, 0x58, 0x31, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x88, 0x4e, 0x2b, 0xff, 0x86, 0x4c, 0x29, 0xff, 0x84, 0x4a, 0x26, 0xff, 0x83, 0x4a, 0x26, 0xff, 0x83, 0x4a, 0x25, 0xff, 0x82, 0x4a, 0x25, 0xff, 0x82, 0x49, 0x25, 0xff, 0x7c, 0x44, 0x1f, 0xff, 0x8a, 0x50, 0x2c, 0xff, 0x97, 0x5b, 0x36, 0xff, 0x93, 0x57, 0x32, 0xff, 0x91, 0x55, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x92, 0x56, 0x30, 0xff, 0x94, 0x57, 0x30, 0xff, 0x96, 0x58, 0x31, 0xff, 0x96, 0x59, 0x31, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0xa0, 0x61, 0x34, 0xff, 0xa3, 0x65, 0x35, 0xff, 0xa7, 0x69, 0x36, 0xff, 0xa8, 0x6c, 0x3a, 0xff, 0xab, 0x73, 0x40, 0xff, 0xb0, 0x79, 0x45, 0xff, 0xb4, 0x7d, 0x4a, 0xff, 0xb9, 0x83, 0x51, 0xff, 0xc1, 0x8a, 0x57, 0xff, 0xcf, 0x95, 0x5d, 0xff, 0xe1, 0xa2, 0x67, 0xff, 0xe5, 0xad, 0x6f, 0xff, 0xe5, 0xc3, 0x7c, 0xff, 0xdf, 0xce, 0x89, 0xff, 0xde, 0xd0, 0x93, 0xff, 0xe0, 0xd0, 0x9b, 0xff, 0xe3, 0xd0, 0x9d, 0xff, 0xe3, 0xd0, 0x9e, 0xff, 0xe0, 0xd0, 0x98, 0xff, 0xde, 0xd1, 0x8e, 0xff, 0xe3, 0xc8, 0x83, 0xff, 0xe3, 0xb1, 0x75, 0xff, 0xe5, 0xa1, 0x6a, 0xff, 0xe6, 0x99, 0x62, 0xff, 0xdb, 0x91, 0x5a, 0xff, 0xd2, 0x89, 0x53, 0xff, 0xcd, 0x87, 0x50, 0xff, 0xc9, 0x85, 0x4d, 0xff, 0xca, 0x86, 0x4e, 0xff, 0xcd, 0x8a, 0x51, 0xff, 0xcd, 0x89, 0x51, 0xff, 0xce, 0x8a, 0x53, 0xff, 0xcf, 0x8a, 0x52, 0xff, 0xcf, 0x8a, 0x52, 0xff, 0xda, 0x92, 0x5a, 0xff, 0xb8, 0x7b, 0x47, 0xff, 0xae, 0x73, 0x3f, 0xff, 0xb4, 0x78, 0x44, 0xff, 0xb8, 0x7e, 0x48, 0xff, 0xbb, 0x7e, 0x4a, 0xff, 0xb7, 0x7b, 0x49, 0xff, 0xb5, 0x7a, 0x46, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0x98, 0x5b, 0x35, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x98, 0x5d, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x96, 0x59, 0x32, 0xff, 0x93, 0x56, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x93, 0x55, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x95, 0x58, 0x32, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x98, 0x59, 0x32, 0xff, 0x95, 0x59, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x90, 0x56, 0x31, 0xff, 0x91, 0x54, 0x32, 0xff, 0x91, 0x56, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8d, 0x4f, 0x2d, 0xff, - 0x8a, 0x4c, 0x29, 0xff, 0x87, 0x4a, 0x26, 0xff, 0x84, 0x47, 0x25, 0xff, 0x82, 0x47, 0x25, 0xff, 0x81, 0x47, 0x22, 0xff, 0x81, 0x45, 0x20, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x80, 0x45, 0x20, 0xff, 0x7d, 0x43, 0x20, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x80, 0x44, 0x20, 0xff, 0x82, 0x46, 0x23, 0xff, 0x84, 0x47, 0x23, 0xff, 0x85, 0x47, 0x25, 0xff, 0x84, 0x48, 0x23, 0xff, 0x85, 0x48, 0x23, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x89, 0x4c, 0x25, 0xff, 0x89, 0x4b, 0x25, 0xff, 0x8a, 0x4c, 0x26, 0xff, 0x81, 0x46, 0x20, 0xff, 0x7b, 0x40, 0x1a, 0xff, 0x7d, 0x43, 0x1b, 0xff, 0x83, 0x48, 0x20, 0xff, 0x86, 0x49, 0x22, 0xff, 0x88, 0x4b, 0x25, 0xff, 0x8b, 0x4e, 0x26, 0xff, 0x8d, 0x52, 0x28, 0xff, 0x91, 0x54, 0x2c, 0xff, 0x94, 0x56, 0x2e, 0xff, 0x99, 0x5b, 0x30, 0xff, 0x9d, 0x60, 0x31, 0xff, 0x9f, 0x63, 0x33, 0xff, 0xa2, 0x69, 0x37, 0xff, 0xa5, 0x6b, 0x39, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xb0, 0x76, 0x3f, 0xff, 0xb5, 0x7a, 0x41, 0xff, 0xba, 0x7f, 0x46, 0xff, 0xc5, 0x85, 0x4d, 0xff, 0xd5, 0x8e, 0x54, 0xff, 0xe3, 0x9b, 0x5f, 0xff, 0xe5, 0xab, 0x6a, 0xff, 0xe4, 0xc2, 0x76, 0xff, 0xdf, 0xcf, 0x85, 0xff, 0xdf, 0xd1, 0x94, 0xff, 0xe1, 0xd0, 0xa4, 0xff, 0xe3, 0xd0, 0xaa, 0xff, 0xe2, 0xd0, 0xa7, 0xff, 0xe2, 0xd1, 0xa2, 0xff, 0xde, 0xd1, 0x93, 0xff, 0xdc, 0xcf, 0x89, 0xff, 0xdd, 0xce, 0x81, 0xff, 0xe5, 0xc8, 0x78, 0xff, 0xe5, 0xbd, 0x73, 0xff, 0xe5, 0xb9, 0x70, 0xff, 0xe5, 0xb4, 0x6e, 0xff, 0xe5, 0xa9, 0x6a, 0xff, 0xe4, 0xa4, 0x67, 0xff, 0xe4, 0xa3, 0x65, 0xff, 0xe3, 0x9b, 0x5c, 0xff, 0xe3, 0x9e, 0x5c, 0xff, 0xe4, 0x9a, 0x5b, 0xff, 0xe3, 0x99, 0x5a, 0xff, 0xe4, 0x9a, 0x5a, 0xff, 0xe3, 0x98, 0x5a, 0xff, 0xe4, 0x96, 0x5a, 0xff, 0xe3, 0x97, 0x5b, 0xff, 0xe2, 0x9f, 0x5f, 0xff, 0xe2, 0xa5, 0x62, 0xff, 0xe1, 0xa3, 0x62, 0xff, 0xe0, 0xa5, 0x5d, 0xff, 0xdf, 0xa4, 0x5c, 0xff, 0xe2, 0xa7, 0x60, 0xff, 0xe1, 0xa3, 0x61, 0xff, 0xdf, 0x97, 0x5e, 0xff, 0xe2, 0x99, 0x5d, 0xff, 0xe2, 0x96, 0x59, 0xff, 0xdb, 0x95, 0x57, 0xff, 0xd4, 0x93, 0x54, 0xff, 0xd5, 0x92, 0x55, 0xff, 0xd2, 0x8f, 0x50, 0xff, 0xca, 0x8c, 0x4b, 0xff, 0xcb, 0x8d, 0x4e, 0xff, 0xca, 0x8e, 0x4e, 0xff, 0xc8, 0x8c, 0x4d, 0xff, 0xc7, 0x8b, 0x4c, 0xff, 0xc7, 0x8c, 0x4d, 0xff, 0xc6, 0x8d, 0x4e, 0xff, 0xc4, 0x8b, 0x4f, 0xff, 0xc0, 0x86, 0x4c, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb8, 0x7f, 0x4a, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xb3, 0x7a, 0x45, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb0, 0x77, 0x45, 0xff, 0xaf, 0x77, 0x44, 0xff, 0xac, 0x74, 0x42, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa5, 0x6d, 0x3e, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa0, 0x65, 0x39, 0xff, 0x9d, 0x65, 0x39, 0xff, 0x9c, 0x63, 0x37, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x91, 0x56, 0x31, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x84, 0x4b, 0x27, 0xff, 0x84, 0x4a, 0x27, 0xff, 0x84, 0x4a, 0x27, 0xff, 0x82, 0x49, 0x26, 0xff, 0x7e, 0x46, 0x22, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x95, 0x58, 0x34, 0xff, 0x94, 0x57, 0x32, 0xff, 0x91, 0x54, 0x30, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x94, 0x57, 0x30, 0xff, 0x96, 0x58, 0x30, 0xff, 0x97, 0x59, 0x31, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x9e, 0x60, 0x32, 0xff, 0xa2, 0x62, 0x32, 0xff, 0xa5, 0x66, 0x35, 0xff, 0xa9, 0x6d, 0x38, 0xff, 0xad, 0x72, 0x3e, 0xff, 0xb1, 0x78, 0x43, 0xff, 0xb6, 0x7f, 0x4a, 0xff, 0xbc, 0x87, 0x51, 0xff, 0xc8, 0x91, 0x58, 0xff, 0xdd, 0x9d, 0x62, 0xff, 0xe5, 0xac, 0x6c, 0xff, 0xe5, 0xc2, 0x78, 0xff, 0xde, 0xce, 0x86, 0xff, 0xdf, 0xd0, 0x92, 0xff, 0xe2, 0xd0, 0xa3, 0xff, 0xe4, 0xd1, 0xb2, 0xff, 0xe5, 0xd0, 0xb9, 0xff, 0xe4, 0xd0, 0xad, 0xff, 0xdf, 0xd0, 0x9d, 0xff, 0xdf, 0xd0, 0x8f, 0xff, 0xe3, 0xbb, 0x7b, 0xff, 0xe4, 0xab, 0x71, 0xff, 0xe4, 0xa1, 0x69, 0xff, 0xe2, 0x96, 0x5f, 0xff, 0xd5, 0x8e, 0x57, 0xff, 0xcb, 0x87, 0x52, 0xff, 0xc6, 0x84, 0x4e, 0xff, 0xc5, 0x84, 0x4c, 0xff, 0xc6, 0x85, 0x4d, 0xff, 0xc9, 0x86, 0x4f, 0xff, 0xcb, 0x85, 0x50, 0xff, 0xca, 0x85, 0x50, 0xff, 0xcb, 0x87, 0x50, 0xff, 0xcb, 0x88, 0x52, 0xff, 0xd0, 0x8a, 0x55, 0xff, 0xba, 0x7a, 0x45, 0xff, 0xb6, 0x78, 0x43, 0xff, 0xb7, 0x7a, 0x46, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xb6, 0x79, 0x48, 0xff, 0xb4, 0x75, 0x44, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x97, 0x5b, 0x35, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x95, 0x57, 0x32, 0xff, 0x95, 0x59, 0x32, 0xff, 0x95, 0x58, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x92, 0x55, 0x30, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x91, 0x54, 0x30, 0xff, 0x93, 0x56, 0x30, 0xff, 0x92, 0x54, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x92, 0x54, 0x30, 0xff, 0x94, 0x56, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x91, 0x55, 0x31, 0xff, 0x90, 0x55, 0x31, 0xff, 0x91, 0x56, 0x32, 0xff, 0x90, 0x57, 0x32, 0xff, 0x91, 0x55, 0x32, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8a, 0x4e, 0x2c, 0xff, - 0x86, 0x4a, 0x27, 0xff, 0x84, 0x49, 0x25, 0xff, 0x82, 0x47, 0x24, 0xff, 0x81, 0x45, 0x23, 0xff, 0x7f, 0x45, 0x22, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7c, 0x43, 0x1e, 0xff, 0x7d, 0x42, 0x1f, 0xff, 0x80, 0x45, 0x22, 0xff, 0x82, 0x47, 0x22, 0xff, 0x84, 0x47, 0x23, 0xff, 0x85, 0x47, 0x23, 0xff, 0x87, 0x49, 0x25, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x84, 0x47, 0x23, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x8b, 0x4d, 0x27, 0xff, 0x8c, 0x4d, 0x27, 0xff, 0x8d, 0x4e, 0x29, 0xff, 0x86, 0x49, 0x23, 0xff, 0x7d, 0x42, 0x1c, 0xff, 0x7f, 0x45, 0x1d, 0xff, 0x84, 0x47, 0x1f, 0xff, 0x87, 0x4a, 0x23, 0xff, 0x89, 0x4c, 0x25, 0xff, 0x8c, 0x4f, 0x27, 0xff, 0x8f, 0x51, 0x2a, 0xff, 0x92, 0x54, 0x2c, 0xff, 0x97, 0x59, 0x2f, 0xff, 0x9c, 0x5e, 0x31, 0xff, 0x9f, 0x62, 0x33, 0xff, 0xa0, 0x67, 0x36, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa4, 0x6c, 0x3b, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xb0, 0x76, 0x3e, 0xff, 0xb4, 0x79, 0x41, 0xff, 0xbc, 0x7d, 0x46, 0xff, 0xc6, 0x85, 0x4d, 0xff, 0xd3, 0x8d, 0x53, 0xff, 0xe0, 0x9a, 0x5e, 0xff, 0xe3, 0xa8, 0x67, 0xff, 0xe3, 0xb9, 0x72, 0xff, 0xde, 0xc9, 0x7f, 0xff, 0xdd, 0xd1, 0x8a, 0xff, 0xdd, 0xcf, 0x90, 0xff, 0xde, 0xcf, 0x91, 0xff, 0xdd, 0xd0, 0x8f, 0xff, 0xdc, 0xd0, 0x8a, 0xff, 0xda, 0xd1, 0x81, 0xff, 0xe0, 0xcf, 0x7a, 0xff, 0xe5, 0xc2, 0x74, 0xff, 0xe4, 0xb5, 0x6f, 0xff, 0xe5, 0xb2, 0x6e, 0xff, 0xe5, 0xad, 0x6c, 0xff, 0xe4, 0xa6, 0x69, 0xff, 0xe4, 0xa3, 0x65, 0xff, 0xe4, 0xa1, 0x64, 0xff, 0xe3, 0x9b, 0x5d, 0xff, 0xe4, 0x9a, 0x5b, 0xff, 0xe4, 0x9a, 0x5a, 0xff, 0xe4, 0x99, 0x59, 0xff, 0xe3, 0x9b, 0x5a, 0xff, 0xe3, 0x98, 0x5a, 0xff, 0xe4, 0x96, 0x5a, 0xff, 0xe4, 0x9a, 0x5d, 0xff, 0xe3, 0xa2, 0x5f, 0xff, 0xe3, 0xa3, 0x60, 0xff, 0xe2, 0xa4, 0x61, 0xff, 0xe1, 0xa5, 0x60, 0xff, 0xe2, 0xa4, 0x5d, 0xff, 0xe1, 0xa5, 0x5d, 0xff, 0xdf, 0x9f, 0x5e, 0xff, 0xe0, 0x99, 0x5f, 0xff, 0xe4, 0x9d, 0x5f, 0xff, 0xe3, 0x98, 0x5a, 0xff, 0xdd, 0x98, 0x59, 0xff, 0xd7, 0x91, 0x55, 0xff, 0xd7, 0x91, 0x53, 0xff, 0xd4, 0x92, 0x52, 0xff, 0xcd, 0x8e, 0x4e, 0xff, 0xcc, 0x8d, 0x4a, 0xff, 0xcb, 0x8b, 0x4c, 0xff, 0xcc, 0x8e, 0x4d, 0xff, 0xca, 0x8e, 0x4c, 0xff, 0xc9, 0x8d, 0x4d, 0xff, 0xc8, 0x8b, 0x4e, 0xff, 0xc6, 0x8c, 0x4f, 0xff, 0xc3, 0x8a, 0x4d, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xbe, 0x82, 0x4a, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbb, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xb1, 0x77, 0x45, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xac, 0x71, 0x40, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xa8, 0x6f, 0x40, 0xff, 0xa8, 0x6d, 0x3f, 0xff, 0xa6, 0x6b, 0x3e, 0xff, 0xa4, 0x6b, 0x3c, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0x9e, 0x63, 0x39, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x99, 0x61, 0x35, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x84, 0x4b, 0x27, 0xff, 0x83, 0x4b, 0x27, 0xff, 0x81, 0x48, 0x24, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x93, 0x58, 0x32, 0xff, 0x96, 0x59, 0x33, 0xff, 0x92, 0x55, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x8d, 0x51, 0x30, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x55, 0x2e, 0xff, 0x93, 0x56, 0x2f, 0xff, 0x95, 0x58, 0x30, 0xff, 0x97, 0x5a, 0x30, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x9c, 0x5d, 0x31, 0xff, 0xa0, 0x60, 0x32, 0xff, 0xa4, 0x65, 0x33, 0xff, 0xa8, 0x6a, 0x36, 0xff, 0xac, 0x71, 0x3c, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb7, 0x7f, 0x4a, 0xff, 0xc0, 0x8a, 0x51, 0xff, 0xd1, 0x94, 0x59, 0xff, 0xe1, 0xa1, 0x64, 0xff, 0xe4, 0xb4, 0x70, 0xff, 0xe2, 0xcb, 0x7e, 0xff, 0xdd, 0xd2, 0x8a, 0xff, 0xdf, 0xcf, 0x98, 0xff, 0xe4, 0xd0, 0xb5, 0xff, 0xe5, 0xd1, 0xbe, 0xff, 0xe4, 0xd1, 0xba, 0xff, 0xe2, 0xd0, 0xac, 0xff, 0xde, 0xd1, 0x99, 0xff, 0xe3, 0xc9, 0x85, 0xff, 0xe5, 0xb5, 0x77, 0xff, 0xe5, 0xa4, 0x6b, 0xff, 0xe0, 0x98, 0x62, 0xff, 0xd5, 0x8f, 0x58, 0xff, 0xc8, 0x88, 0x50, 0xff, 0xc1, 0x81, 0x4b, 0xff, 0xc0, 0x7f, 0x48, 0xff, 0xc0, 0x7f, 0x48, 0xff, 0xc1, 0x80, 0x49, 0xff, 0xc3, 0x81, 0x4b, 0xff, 0xc2, 0x81, 0x4c, 0xff, 0xc3, 0x82, 0x4d, 0xff, 0xc3, 0x82, 0x4e, 0xff, 0xc8, 0x84, 0x50, 0xff, 0xd4, 0x8c, 0x57, 0xff, 0xbb, 0x7b, 0x46, 0xff, 0xb5, 0x78, 0x44, 0xff, 0xb8, 0x7a, 0x47, 0xff, 0xb5, 0x78, 0x45, 0xff, 0xad, 0x6f, 0x3e, 0xff, 0x96, 0x59, 0x33, 0xff, 0x96, 0x59, 0x34, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x96, 0x59, 0x33, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x94, 0x57, 0x30, 0xff, 0x92, 0x55, 0x30, 0xff, 0x92, 0x54, 0x30, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2a, 0xff, 0x8c, 0x4f, 0x29, 0xff, 0x8c, 0x4f, 0x29, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x92, 0x52, 0x30, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x92, 0x55, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x93, 0x57, 0x33, 0xff, 0x91, 0x57, 0x31, 0xff, 0x91, 0x55, 0x32, 0xff, 0x90, 0x56, 0x32, 0xff, 0x8f, 0x55, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8b, 0x50, 0x2e, 0xff, 0x89, 0x4c, 0x2b, 0xff, - 0x84, 0x49, 0x27, 0xff, 0x83, 0x47, 0x25, 0xff, 0x80, 0x47, 0x23, 0xff, 0x81, 0x45, 0x23, 0xff, 0x7e, 0x44, 0x20, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x7a, 0x42, 0x1e, 0xff, 0x7a, 0x42, 0x1e, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x80, 0x44, 0x1f, 0xff, 0x7f, 0x44, 0x20, 0xff, 0x80, 0x44, 0x20, 0xff, 0x82, 0x45, 0x22, 0xff, 0x83, 0x46, 0x23, 0xff, 0x85, 0x48, 0x23, 0xff, 0x88, 0x49, 0x26, 0xff, 0x8a, 0x4c, 0x26, 0xff, 0x87, 0x49, 0x24, 0xff, 0x87, 0x49, 0x23, 0xff, 0x8b, 0x4c, 0x26, 0xff, 0x8d, 0x4e, 0x27, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x8d, 0x4e, 0x29, 0xff, 0x88, 0x4a, 0x24, 0xff, 0x81, 0x45, 0x1b, 0xff, 0x83, 0x48, 0x21, 0xff, 0x88, 0x4b, 0x24, 0xff, 0x8a, 0x4e, 0x24, 0xff, 0x8d, 0x50, 0x28, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x93, 0x55, 0x2e, 0xff, 0x99, 0x5a, 0x30, 0xff, 0x9d, 0x61, 0x33, 0xff, 0x9f, 0x65, 0x34, 0xff, 0xa1, 0x6a, 0x39, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xac, 0x71, 0x43, 0xff, 0xb0, 0x75, 0x45, 0xff, 0xb5, 0x7a, 0x47, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xc0, 0x83, 0x4a, 0xff, 0xca, 0x85, 0x4d, 0xff, 0xdb, 0x90, 0x54, 0xff, 0xe3, 0x97, 0x5d, 0xff, 0xe4, 0xa3, 0x66, 0xff, 0xe3, 0xaa, 0x6b, 0xff, 0xe3, 0xbd, 0x74, 0xff, 0xdd, 0xd1, 0x81, 0xff, 0xda, 0xd0, 0x84, 0xff, 0xd9, 0xcd, 0x82, 0xff, 0xdb, 0xcd, 0x80, 0xff, 0xdd, 0xcc, 0x7e, 0xff, 0xe4, 0xcd, 0x7a, 0xff, 0xe5, 0xc1, 0x75, 0xff, 0xe4, 0xb6, 0x70, 0xff, 0xe4, 0xae, 0x6d, 0xff, 0xe5, 0xaf, 0x6c, 0xff, 0xe3, 0xaa, 0x6b, 0xff, 0xe4, 0xa3, 0x66, 0xff, 0xe4, 0xa0, 0x63, 0xff, 0xe4, 0x9e, 0x63, 0xff, 0xe3, 0x9a, 0x5e, 0xff, 0xe4, 0x9a, 0x58, 0xff, 0xe3, 0x9b, 0x5a, 0xff, 0xe5, 0x9b, 0x5b, 0xff, 0xe4, 0x99, 0x59, 0xff, 0xe4, 0x99, 0x5a, 0xff, 0xe4, 0x94, 0x5a, 0xff, 0xe3, 0x99, 0x5b, 0xff, 0xe3, 0xa5, 0x5e, 0xff, 0xe4, 0xa5, 0x5e, 0xff, 0xe4, 0xa3, 0x5f, 0xff, 0xe3, 0xa2, 0x60, 0xff, 0xe2, 0xa3, 0x5e, 0xff, 0xe0, 0xa4, 0x5f, 0xff, 0xdd, 0xa1, 0x5f, 0xff, 0xdf, 0x9a, 0x5f, 0xff, 0xe5, 0xa1, 0x63, 0xff, 0xe2, 0x9a, 0x5a, 0xff, 0xde, 0x97, 0x58, 0xff, 0xd9, 0x94, 0x56, 0xff, 0xd9, 0x90, 0x52, 0xff, 0xd5, 0x90, 0x51, 0xff, 0xcf, 0x8f, 0x4f, 0xff, 0xcd, 0x8c, 0x4c, 0xff, 0xcd, 0x8e, 0x4c, 0xff, 0xcc, 0x8d, 0x4d, 0xff, 0xcb, 0x8c, 0x4d, 0xff, 0xca, 0x8d, 0x4e, 0xff, 0xc9, 0x8f, 0x4e, 0xff, 0xca, 0x8e, 0x51, 0xff, 0xc4, 0x89, 0x4e, 0xff, 0xbf, 0x83, 0x4b, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb7, 0x7e, 0x48, 0xff, 0xb5, 0x7c, 0x48, 0xff, 0xb4, 0x7a, 0x48, 0xff, 0xb2, 0x79, 0x47, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xae, 0x74, 0x43, 0xff, 0xac, 0x72, 0x41, 0xff, 0xaa, 0x70, 0x41, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa4, 0x6b, 0x3e, 0xff, 0xa3, 0x6b, 0x3d, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa0, 0x66, 0x3b, 0xff, 0x9e, 0x64, 0x3a, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x95, 0x59, 0x32, 0xff, 0x91, 0x55, 0x30, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x89, 0x4f, 0x2a, 0xff, 0x87, 0x4e, 0x2a, 0xff, 0x87, 0x4c, 0x29, 0xff, 0x83, 0x4a, 0x25, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x92, 0x56, 0x30, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x95, 0x57, 0x31, 0xff, 0x92, 0x55, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x89, 0x4d, 0x2b, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x86, 0x4b, 0x28, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x87, 0x4a, 0x27, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x93, 0x55, 0x2e, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x9c, 0x5b, 0x30, 0xff, 0x9e, 0x5f, 0x31, 0xff, 0xa2, 0x63, 0x32, 0xff, 0xa6, 0x68, 0x36, 0xff, 0xac, 0x6f, 0x3a, 0xff, 0xb3, 0x76, 0x41, 0xff, 0xba, 0x7f, 0x4a, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xd8, 0x94, 0x5a, 0xff, 0xe3, 0xa2, 0x65, 0xff, 0xe4, 0xb6, 0x71, 0xff, 0xe2, 0xcc, 0x7f, 0xff, 0xe0, 0xd2, 0x90, 0xff, 0xe3, 0xd1, 0xa3, 0xff, 0xe4, 0xd1, 0xaf, 0xff, 0xe4, 0xd1, 0xb2, 0xff, 0xe4, 0xd1, 0xa9, 0xff, 0xdf, 0xd1, 0x9a, 0xff, 0xe3, 0xcf, 0x89, 0xff, 0xe5, 0xbc, 0x7b, 0xff, 0xe5, 0xaa, 0x70, 0xff, 0xe5, 0x9f, 0x66, 0xff, 0xd6, 0x90, 0x5a, 0xff, 0xc7, 0x87, 0x52, 0xff, 0xbe, 0x80, 0x4a, 0xff, 0xbb, 0x7c, 0x46, 0xff, 0xbb, 0x7b, 0x45, 0xff, 0xbb, 0x7d, 0x47, 0xff, 0xbe, 0x7d, 0x47, 0xff, 0xbd, 0x7c, 0x49, 0xff, 0xbd, 0x7a, 0x48, 0xff, 0xbe, 0x7e, 0x49, 0xff, 0xc5, 0x81, 0x4e, 0xff, 0xcc, 0x86, 0x51, 0xff, 0xcb, 0x87, 0x53, 0xff, 0xb5, 0x77, 0x42, 0xff, 0xb3, 0x77, 0x41, 0xff, 0xb4, 0x78, 0x41, 0xff, 0xa2, 0x64, 0x38, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x95, 0x58, 0x32, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x57, 0x31, 0xff, 0x96, 0x58, 0x32, 0xff, 0x94, 0x57, 0x30, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x29, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8b, 0x4e, 0x29, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x92, 0x55, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x92, 0x57, 0x32, 0xff, 0x92, 0x57, 0x31, 0xff, 0x8f, 0x55, 0x32, 0xff, 0x8f, 0x55, 0x32, 0xff, 0x8e, 0x56, 0x32, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8a, 0x4f, 0x2c, 0xff, 0x88, 0x4b, 0x27, 0xff, - 0x85, 0x49, 0x24, 0xff, 0x81, 0x48, 0x24, 0xff, 0x80, 0x46, 0x23, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x7f, 0x44, 0x20, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7c, 0x41, 0x1e, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x80, 0x44, 0x20, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x7f, 0x43, 0x1f, 0xff, 0x80, 0x44, 0x1f, 0xff, 0x81, 0x44, 0x20, 0xff, 0x84, 0x46, 0x23, 0xff, 0x84, 0x47, 0x22, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x8c, 0x4d, 0x28, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x8a, 0x4c, 0x26, 0xff, 0x8e, 0x4f, 0x28, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8e, 0x4e, 0x28, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x88, 0x4a, 0x23, 0xff, 0x86, 0x4a, 0x22, 0xff, 0x88, 0x4b, 0x24, 0xff, 0x8b, 0x4f, 0x24, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x9c, 0x5e, 0x33, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa8, 0x6c, 0x40, 0xff, 0xac, 0x70, 0x44, 0xff, 0xb0, 0x74, 0x46, 0xff, 0xb3, 0x77, 0x47, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xbb, 0x7e, 0x46, 0xff, 0xc0, 0x80, 0x48, 0xff, 0xcb, 0x86, 0x4d, 0xff, 0xdb, 0x90, 0x55, 0xff, 0xe4, 0x98, 0x5c, 0xff, 0xe3, 0x9d, 0x60, 0xff, 0xe5, 0xab, 0x69, 0xff, 0xe5, 0xc2, 0x73, 0xff, 0xe3, 0xc4, 0x78, 0xff, 0xe4, 0xcc, 0x7c, 0xff, 0xde, 0xcf, 0x7f, 0xff, 0xdf, 0xcc, 0x7b, 0xff, 0xe3, 0xc2, 0x75, 0xff, 0xe2, 0xb7, 0x6f, 0xff, 0xe3, 0xac, 0x6b, 0xff, 0xe2, 0xa8, 0x69, 0xff, 0xe4, 0xa9, 0x68, 0xff, 0xe4, 0xa5, 0x66, 0xff, 0xe4, 0xa0, 0x64, 0xff, 0xe4, 0x9c, 0x62, 0xff, 0xe3, 0x9c, 0x60, 0xff, 0xe4, 0x9c, 0x5f, 0xff, 0xe4, 0x9a, 0x59, 0xff, 0xe4, 0x98, 0x5b, 0xff, 0xe3, 0x99, 0x59, 0xff, 0xe5, 0x99, 0x5a, 0xff, 0xe4, 0x98, 0x5a, 0xff, 0xe4, 0x95, 0x59, 0xff, 0xe1, 0x9e, 0x5b, 0xff, 0xe3, 0xa4, 0x5d, 0xff, 0xe4, 0xa0, 0x5d, 0xff, 0xe4, 0xa2, 0x5f, 0xff, 0xe3, 0xa0, 0x60, 0xff, 0xe2, 0xa2, 0x5f, 0xff, 0xe0, 0xa5, 0x5b, 0xff, 0xe0, 0xa0, 0x5b, 0xff, 0xdf, 0x99, 0x5c, 0xff, 0xe5, 0x9f, 0x61, 0xff, 0xe4, 0x9a, 0x5b, 0xff, 0xe3, 0x98, 0x59, 0xff, 0xdf, 0x95, 0x57, 0xff, 0xdb, 0x91, 0x52, 0xff, 0xd8, 0x91, 0x52, 0xff, 0xd1, 0x8f, 0x4e, 0xff, 0xd2, 0x91, 0x4e, 0xff, 0xd0, 0x8f, 0x4e, 0xff, 0xce, 0x8f, 0x4d, 0xff, 0xce, 0x8f, 0x4e, 0xff, 0xce, 0x92, 0x4f, 0xff, 0xcd, 0x91, 0x4e, 0xff, 0xca, 0x8e, 0x4f, 0xff, 0xc9, 0x8c, 0x4e, 0xff, 0xc3, 0x86, 0x4c, 0xff, 0xc3, 0x85, 0x4c, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc0, 0x84, 0x4c, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xb8, 0x81, 0x4a, 0xff, 0xb7, 0x7f, 0x4a, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb4, 0x7b, 0x46, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xae, 0x74, 0x42, 0xff, 0xac, 0x72, 0x43, 0xff, 0xaa, 0x70, 0x41, 0xff, 0xaa, 0x70, 0x41, 0xff, 0xa8, 0x6f, 0x40, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa4, 0x6a, 0x3d, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa1, 0x67, 0x39, 0xff, 0x9f, 0x65, 0x38, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x94, 0x58, 0x32, 0xff, 0x93, 0x56, 0x30, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x8b, 0x51, 0x2b, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x88, 0x4c, 0x2a, 0xff, 0x82, 0x49, 0x25, 0xff, 0x90, 0x57, 0x31, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x96, 0x59, 0x32, 0xff, 0x93, 0x57, 0x31, 0xff, 0x93, 0x55, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8d, 0x51, 0x30, 0xff, 0x8b, 0x50, 0x2f, 0xff, 0x89, 0x4e, 0x2c, 0xff, 0x88, 0x4c, 0x2a, 0xff, 0x87, 0x4b, 0x29, 0xff, 0x84, 0x49, 0x27, 0xff, 0x83, 0x48, 0x25, 0xff, 0x84, 0x48, 0x25, 0xff, 0x84, 0x48, 0x25, 0xff, 0x85, 0x49, 0x25, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x85, 0x4b, 0x26, 0xff, 0x87, 0x4a, 0x26, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x8b, 0x4e, 0x29, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8e, 0x4f, 0x2a, 0xff, 0x8f, 0x51, 0x2a, 0xff, 0x91, 0x52, 0x2b, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x93, 0x54, 0x2c, 0xff, 0x96, 0x57, 0x2c, 0xff, 0x9a, 0x59, 0x2d, 0xff, 0x9e, 0x5d, 0x30, 0xff, 0xa2, 0x63, 0x33, 0xff, 0xa6, 0x68, 0x36, 0xff, 0xab, 0x6d, 0x3a, 0xff, 0xb2, 0x75, 0x42, 0xff, 0xba, 0x7e, 0x48, 0xff, 0xc6, 0x87, 0x4f, 0xff, 0xd8, 0x94, 0x59, 0xff, 0xe2, 0xa1, 0x66, 0xff, 0xe3, 0xb1, 0x71, 0xff, 0xe1, 0xc8, 0x84, 0xff, 0xdf, 0xd1, 0x93, 0xff, 0xe0, 0xd1, 0x9a, 0xff, 0xe2, 0xd1, 0x9e, 0xff, 0xe1, 0xd1, 0x9e, 0xff, 0xdf, 0xd1, 0x95, 0xff, 0xe4, 0xcc, 0x87, 0xff, 0xe5, 0xbb, 0x7c, 0xff, 0xe5, 0xaa, 0x71, 0xff, 0xe5, 0x9f, 0x66, 0xff, 0xda, 0x95, 0x5b, 0xff, 0xc8, 0x88, 0x53, 0xff, 0xc0, 0x80, 0x4d, 0xff, 0xba, 0x7c, 0x46, 0xff, 0xb9, 0x78, 0x44, 0xff, 0xb9, 0x78, 0x43, 0xff, 0xb9, 0x7a, 0x45, 0xff, 0xb8, 0x77, 0x45, 0xff, 0xb8, 0x76, 0x45, 0xff, 0xbe, 0x7b, 0x49, 0xff, 0xc0, 0x7f, 0x4a, 0xff, 0xc1, 0x80, 0x4b, 0xff, 0xcd, 0x87, 0x53, 0xff, 0xc0, 0x7e, 0x4b, 0xff, 0xb1, 0x71, 0x3d, 0xff, 0xb2, 0x75, 0x3e, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x95, 0x57, 0x32, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x93, 0x58, 0x32, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x58, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x91, 0x55, 0x30, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8d, 0x50, 0x2b, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x89, 0x4c, 0x27, 0xff, 0x89, 0x4c, 0x27, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x88, 0x4c, 0x27, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x92, 0x57, 0x32, 0xff, 0x92, 0x57, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x91, 0x57, 0x31, 0xff, 0x8f, 0x55, 0x32, 0xff, 0x8d, 0x55, 0x32, 0xff, 0x8f, 0x54, 0x31, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x89, 0x4d, 0x2b, 0xff, 0x86, 0x4a, 0x27, 0xff, - 0x83, 0x46, 0x23, 0xff, 0x80, 0x46, 0x21, 0xff, 0x7f, 0x44, 0x20, 0xff, 0x7e, 0x44, 0x20, 0xff, 0x7c, 0x41, 0x1e, 0xff, 0x79, 0x41, 0x1e, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7d, 0x42, 0x1e, 0xff, 0x7e, 0x44, 0x1e, 0xff, 0x80, 0x44, 0x1e, 0xff, 0x80, 0x44, 0x20, 0xff, 0x81, 0x47, 0x21, 0xff, 0x84, 0x48, 0x22, 0xff, 0x84, 0x47, 0x23, 0xff, 0x86, 0x48, 0x24, 0xff, 0x89, 0x49, 0x24, 0xff, 0x8b, 0x4c, 0x26, 0xff, 0x8a, 0x4b, 0x24, 0xff, 0x8a, 0x4b, 0x25, 0xff, 0x8c, 0x4c, 0x26, 0xff, 0x8f, 0x4f, 0x28, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x8c, 0x4e, 0x28, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x90, 0x52, 0x2b, 0xff, 0x8b, 0x4d, 0x26, 0xff, 0x8a, 0x4d, 0x24, 0xff, 0x8e, 0x4f, 0x28, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0xa0, 0x61, 0x34, 0xff, 0xa4, 0x67, 0x38, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xaa, 0x6e, 0x43, 0xff, 0xad, 0x71, 0x45, 0xff, 0xaf, 0x74, 0x45, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb9, 0x7c, 0x45, 0xff, 0xbc, 0x7a, 0x43, 0xff, 0xc1, 0x80, 0x48, 0xff, 0xcc, 0x87, 0x4d, 0xff, 0xda, 0x8d, 0x52, 0xff, 0xe4, 0x95, 0x5a, 0xff, 0xe4, 0x9b, 0x5d, 0xff, 0xe5, 0xa9, 0x66, 0xff, 0xe5, 0xac, 0x6b, 0xff, 0xe5, 0xaf, 0x6e, 0xff, 0xe4, 0xb8, 0x71, 0xff, 0xe5, 0xbd, 0x72, 0xff, 0xe5, 0xbd, 0x73, 0xff, 0xe5, 0xb9, 0x71, 0xff, 0xe5, 0xb3, 0x6e, 0xff, 0xe3, 0xa8, 0x67, 0xff, 0xe4, 0xa8, 0x66, 0xff, 0xe3, 0xa2, 0x63, 0xff, 0xe5, 0x9d, 0x61, 0xff, 0xe4, 0x9b, 0x62, 0xff, 0xe4, 0x98, 0x60, 0xff, 0xe3, 0x97, 0x5d, 0xff, 0xe4, 0x98, 0x58, 0xff, 0xe5, 0x99, 0x59, 0xff, 0xe4, 0x97, 0x5a, 0xff, 0xe4, 0x96, 0x5a, 0xff, 0xe5, 0x96, 0x5b, 0xff, 0xe3, 0x97, 0x59, 0xff, 0xe3, 0xa3, 0x5b, 0xff, 0xe4, 0xa0, 0x5c, 0xff, 0xe3, 0xa1, 0x5d, 0xff, 0xe3, 0x9f, 0x5d, 0xff, 0xe3, 0xa2, 0x60, 0xff, 0xe1, 0xa2, 0x5f, 0xff, 0xe3, 0xa3, 0x5d, 0xff, 0xdf, 0x9f, 0x5b, 0xff, 0xdf, 0x97, 0x5b, 0xff, 0xe5, 0x9e, 0x60, 0xff, 0xe5, 0x9c, 0x5c, 0xff, 0xe2, 0x99, 0x59, 0xff, 0xdf, 0x95, 0x56, 0xff, 0xdd, 0x91, 0x53, 0xff, 0xdc, 0x93, 0x51, 0xff, 0xd4, 0x91, 0x4f, 0xff, 0xd0, 0x8f, 0x4c, 0xff, 0xd1, 0x8f, 0x4e, 0xff, 0xd2, 0x91, 0x4e, 0xff, 0xd0, 0x90, 0x4f, 0xff, 0xcf, 0x90, 0x4f, 0xff, 0xcf, 0x8f, 0x51, 0xff, 0xcd, 0x90, 0x51, 0xff, 0xcc, 0x8e, 0x51, 0xff, 0xc7, 0x88, 0x4e, 0xff, 0xc5, 0x88, 0x4e, 0xff, 0xc4, 0x87, 0x4f, 0xff, 0xc5, 0x86, 0x50, 0xff, 0xc3, 0x85, 0x4f, 0xff, 0xbe, 0x83, 0x4b, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb4, 0x7a, 0x47, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xad, 0x73, 0x42, 0xff, 0xaa, 0x71, 0x41, 0xff, 0xa8, 0x70, 0x40, 0xff, 0xa7, 0x6d, 0x3e, 0xff, 0xa5, 0x6c, 0x3e, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa1, 0x67, 0x3a, 0xff, 0x9f, 0x65, 0x38, 0xff, 0x99, 0x5f, 0x34, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x95, 0x59, 0x31, 0xff, 0x92, 0x56, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x8b, 0x50, 0x2d, 0xff, 0x85, 0x4b, 0x28, 0xff, 0x91, 0x57, 0x33, 0xff, 0x9d, 0x61, 0x39, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x96, 0x59, 0x33, 0xff, 0x94, 0x57, 0x32, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x88, 0x4d, 0x2a, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x83, 0x48, 0x25, 0xff, 0x81, 0x46, 0x24, 0xff, 0x82, 0x47, 0x24, 0xff, 0x81, 0x47, 0x24, 0xff, 0x82, 0x47, 0x24, 0xff, 0x83, 0x47, 0x24, 0xff, 0x84, 0x48, 0x25, 0xff, 0x85, 0x49, 0x26, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x86, 0x49, 0x25, 0xff, 0x87, 0x4a, 0x26, 0xff, 0x88, 0x4c, 0x26, 0xff, 0x8a, 0x4c, 0x26, 0xff, 0x8b, 0x4d, 0x27, 0xff, 0x8c, 0x4d, 0x27, 0xff, 0x8c, 0x4e, 0x27, 0xff, 0x8d, 0x4f, 0x27, 0xff, 0x90, 0x51, 0x28, 0xff, 0x93, 0x53, 0x29, 0xff, 0x95, 0x55, 0x2b, 0xff, 0x99, 0x59, 0x2c, 0xff, 0x9b, 0x5d, 0x30, 0xff, 0x9f, 0x61, 0x32, 0xff, 0xa4, 0x67, 0x35, 0xff, 0xaa, 0x6c, 0x39, 0xff, 0xb1, 0x73, 0x40, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xc3, 0x86, 0x4f, 0xff, 0xd5, 0x91, 0x59, 0xff, 0xe1, 0xa2, 0x64, 0xff, 0xe4, 0xbf, 0x7a, 0xff, 0xe2, 0xc9, 0x84, 0xff, 0xe1, 0xcf, 0x88, 0xff, 0xe1, 0xd1, 0x8d, 0xff, 0xdf, 0xd1, 0x8e, 0xff, 0xdf, 0xd3, 0x8e, 0xff, 0xe3, 0xbf, 0x81, 0xff, 0xe5, 0xb0, 0x78, 0xff, 0xe5, 0xa7, 0x6e, 0xff, 0xe5, 0x9c, 0x65, 0xff, 0xd7, 0x91, 0x5b, 0xff, 0xc7, 0x88, 0x53, 0xff, 0xbe, 0x80, 0x4c, 0xff, 0xb9, 0x7a, 0x48, 0xff, 0xb7, 0x76, 0x45, 0xff, 0xb6, 0x76, 0x43, 0xff, 0xb4, 0x74, 0x41, 0xff, 0xb4, 0x73, 0x41, 0xff, 0xb8, 0x76, 0x44, 0xff, 0xbb, 0x79, 0x47, 0xff, 0xbc, 0x7b, 0x49, 0xff, 0xbd, 0x7d, 0x49, 0xff, 0xbe, 0x7d, 0x4a, 0xff, 0xcc, 0x87, 0x53, 0xff, 0xbb, 0x7a, 0x45, 0xff, 0xa6, 0x66, 0x37, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x94, 0x58, 0x32, 0xff, 0x95, 0x58, 0x33, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8c, 0x4e, 0x28, 0xff, 0x8c, 0x4f, 0x2a, 0xff, 0x8c, 0x4f, 0x2a, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x89, 0x4e, 0x2a, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x89, 0x4c, 0x27, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x94, 0x56, 0x31, 0xff, 0x91, 0x56, 0x31, 0xff, 0x91, 0x54, 0x32, 0xff, 0x92, 0x56, 0x31, 0xff, 0x91, 0x57, 0x33, 0xff, 0x91, 0x56, 0x34, 0xff, 0x8e, 0x55, 0x32, 0xff, 0x8c, 0x52, 0x2f, 0xff, 0x8a, 0x4e, 0x2c, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x85, 0x49, 0x26, 0xff, - 0x80, 0x46, 0x22, 0xff, 0x80, 0x46, 0x21, 0xff, 0x7e, 0x44, 0x21, 0xff, 0x7c, 0x43, 0x1f, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7d, 0x43, 0x1e, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7d, 0x42, 0x1e, 0xff, 0x7e, 0x43, 0x1e, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x80, 0x43, 0x20, 0xff, 0x81, 0x45, 0x21, 0xff, 0x83, 0x47, 0x21, 0xff, 0x85, 0x47, 0x23, 0xff, 0x87, 0x49, 0x24, 0xff, 0x8a, 0x49, 0x24, 0xff, 0x8b, 0x4c, 0x26, 0xff, 0x8c, 0x4d, 0x27, 0xff, 0x8b, 0x4d, 0x24, 0xff, 0x8c, 0x4d, 0x25, 0xff, 0x8c, 0x4c, 0x26, 0xff, 0x8f, 0x51, 0x29, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x8e, 0x50, 0x2a, 0xff, 0x8d, 0x4e, 0x29, 0xff, 0x8c, 0x4f, 0x28, 0xff, 0x8c, 0x4e, 0x26, 0xff, 0x8d, 0x4d, 0x26, 0xff, 0x8f, 0x4f, 0x27, 0xff, 0x92, 0x52, 0x2b, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0xa3, 0x62, 0x35, 0xff, 0xa5, 0x69, 0x39, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xaa, 0x6e, 0x41, 0xff, 0xad, 0x71, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb5, 0x78, 0x43, 0xff, 0xb9, 0x78, 0x42, 0xff, 0xbd, 0x7a, 0x44, 0xff, 0xc3, 0x81, 0x48, 0xff, 0xcc, 0x86, 0x4d, 0xff, 0xd9, 0x8b, 0x52, 0xff, 0xe4, 0x94, 0x57, 0xff, 0xe5, 0x9d, 0x5d, 0xff, 0xe5, 0x9f, 0x61, 0xff, 0xe3, 0xa3, 0x66, 0xff, 0xe5, 0xa8, 0x67, 0xff, 0xe5, 0xab, 0x68, 0xff, 0xe5, 0xad, 0x69, 0xff, 0xe5, 0xab, 0x69, 0xff, 0xe5, 0xab, 0x6b, 0xff, 0xe4, 0xac, 0x6a, 0xff, 0xe2, 0xad, 0x6b, 0xff, 0xe3, 0xa8, 0x68, 0xff, 0xe1, 0x9e, 0x62, 0xff, 0xe4, 0x98, 0x5d, 0xff, 0xe5, 0x98, 0x5e, 0xff, 0xe4, 0x96, 0x5a, 0xff, 0xe3, 0x95, 0x57, 0xff, 0xe4, 0x95, 0x57, 0xff, 0xe3, 0x95, 0x59, 0xff, 0xe4, 0x94, 0x59, 0xff, 0xe3, 0x94, 0x58, 0xff, 0xe2, 0x9a, 0x57, 0xff, 0xe3, 0xa0, 0x59, 0xff, 0xe2, 0x9e, 0x59, 0xff, 0xe1, 0x9e, 0x5b, 0xff, 0xe3, 0x9e, 0x5d, 0xff, 0xe4, 0xa0, 0x5f, 0xff, 0xe3, 0x9e, 0x5f, 0xff, 0xdf, 0x9f, 0x59, 0xff, 0xdf, 0x9c, 0x59, 0xff, 0xe1, 0x96, 0x5a, 0xff, 0xe4, 0x9b, 0x5f, 0xff, 0xe3, 0x9c, 0x5d, 0xff, 0xe2, 0x9b, 0x59, 0xff, 0xe1, 0x96, 0x56, 0xff, 0xe2, 0x93, 0x53, 0xff, 0xe0, 0x93, 0x52, 0xff, 0xd8, 0x91, 0x50, 0xff, 0xd3, 0x91, 0x4e, 0xff, 0xd3, 0x92, 0x4e, 0xff, 0xd1, 0x91, 0x4d, 0xff, 0xd2, 0x91, 0x4e, 0xff, 0xd1, 0x90, 0x4f, 0xff, 0xd2, 0x91, 0x50, 0xff, 0xd1, 0x93, 0x52, 0xff, 0xd0, 0x90, 0x53, 0xff, 0xcc, 0x8a, 0x50, 0xff, 0xca, 0x8a, 0x50, 0xff, 0xca, 0x8a, 0x50, 0xff, 0xc9, 0x88, 0x50, 0xff, 0xc5, 0x86, 0x4f, 0xff, 0xc2, 0x86, 0x4d, 0xff, 0xbf, 0x83, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb4, 0x7a, 0x47, 0xff, 0xb1, 0x77, 0x44, 0xff, 0xb0, 0x76, 0x43, 0xff, 0xae, 0x74, 0x43, 0xff, 0xab, 0x73, 0x42, 0xff, 0xab, 0x71, 0x40, 0xff, 0xa9, 0x6e, 0x40, 0xff, 0xa7, 0x6d, 0x3e, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x96, 0x59, 0x31, 0xff, 0x93, 0x57, 0x30, 0xff, 0x91, 0x56, 0x2f, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x92, 0x56, 0x31, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x95, 0x58, 0x32, 0xff, 0x91, 0x55, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x8b, 0x50, 0x2e, 0xff, 0x89, 0x4d, 0x2b, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x86, 0x4b, 0x28, 0xff, 0x84, 0x49, 0x26, 0xff, 0x82, 0x47, 0x25, 0xff, 0x81, 0x46, 0x24, 0xff, 0x80, 0x47, 0x23, 0xff, 0x80, 0x46, 0x22, 0xff, 0x80, 0x45, 0x22, 0xff, 0x81, 0x47, 0x22, 0xff, 0x81, 0x48, 0x22, 0xff, 0x82, 0x47, 0x23, 0xff, 0x83, 0x48, 0x24, 0xff, 0x83, 0x48, 0x24, 0xff, 0x84, 0x48, 0x24, 0xff, 0x85, 0x49, 0x23, 0xff, 0x86, 0x49, 0x24, 0xff, 0x87, 0x4a, 0x25, 0xff, 0x88, 0x4b, 0x24, 0xff, 0x89, 0x4c, 0x25, 0xff, 0x8b, 0x4d, 0x26, 0xff, 0x8d, 0x4e, 0x26, 0xff, 0x8f, 0x50, 0x27, 0xff, 0x91, 0x52, 0x29, 0xff, 0x94, 0x54, 0x29, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x9b, 0x5a, 0x2f, 0xff, 0x9e, 0x5f, 0x31, 0xff, 0xa2, 0x64, 0x35, 0xff, 0xa9, 0x6b, 0x38, 0xff, 0xae, 0x71, 0x3d, 0xff, 0xb5, 0x79, 0x45, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xcf, 0x93, 0x5a, 0xff, 0xe1, 0xa5, 0x6c, 0xff, 0xe6, 0xae, 0x72, 0xff, 0xe4, 0xb5, 0x76, 0xff, 0xe4, 0xbb, 0x7b, 0xff, 0xe4, 0xc1, 0x7e, 0xff, 0xe5, 0xc2, 0x7f, 0xff, 0xe3, 0xad, 0x74, 0xff, 0xe5, 0xa5, 0x6f, 0xff, 0xe6, 0xa0, 0x69, 0xff, 0xe0, 0x98, 0x62, 0xff, 0xd3, 0x8e, 0x5a, 0xff, 0xc3, 0x84, 0x52, 0xff, 0xba, 0x7d, 0x4b, 0xff, 0xb8, 0x78, 0x47, 0xff, 0xb7, 0x76, 0x44, 0xff, 0xb4, 0x73, 0x41, 0xff, 0xb0, 0x71, 0x3e, 0xff, 0xb2, 0x73, 0x40, 0xff, 0xb6, 0x75, 0x43, 0xff, 0xb7, 0x76, 0x44, 0xff, 0xb8, 0x78, 0x44, 0xff, 0xb9, 0x77, 0x45, 0xff, 0xb9, 0x79, 0x47, 0xff, 0xbe, 0x7e, 0x4b, 0xff, 0xc3, 0x81, 0x4e, 0xff, 0xa7, 0x68, 0x3d, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x94, 0x56, 0x32, 0xff, 0x95, 0x58, 0x31, 0xff, 0x93, 0x56, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x94, 0x55, 0x31, 0xff, 0x93, 0x54, 0x30, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8b, 0x4e, 0x27, 0xff, 0x8a, 0x4d, 0x26, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x8b, 0x4d, 0x28, 0xff, 0x8a, 0x4d, 0x27, 0xff, 0x89, 0x4c, 0x26, 0xff, 0x89, 0x4c, 0x28, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x89, 0x4d, 0x26, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x89, 0x4d, 0x28, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x92, 0x56, 0x32, 0xff, 0x92, 0x56, 0x32, 0xff, 0x92, 0x55, 0x31, 0xff, 0x92, 0x56, 0x31, 0xff, 0x91, 0x56, 0x33, 0xff, 0x8f, 0x55, 0x33, 0xff, 0x8d, 0x53, 0x31, 0xff, 0x8b, 0x50, 0x2e, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x85, 0x49, 0x26, 0xff, 0x82, 0x46, 0x24, 0xff, - 0x80, 0x46, 0x20, 0xff, 0x7e, 0x45, 0x22, 0xff, 0x7d, 0x44, 0x20, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x79, 0x41, 0x1e, 0xff, 0x7d, 0x43, 0x1d, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x7d, 0x44, 0x20, 0xff, 0x7e, 0x44, 0x1e, 0xff, 0x7d, 0x42, 0x1e, 0xff, 0x7d, 0x42, 0x1e, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7d, 0x43, 0x1e, 0xff, 0x7e, 0x44, 0x1e, 0xff, 0x7f, 0x45, 0x1e, 0xff, 0x80, 0x45, 0x1e, 0xff, 0x82, 0x47, 0x22, 0xff, 0x85, 0x48, 0x22, 0xff, 0x89, 0x49, 0x24, 0xff, 0x8b, 0x4d, 0x27, 0xff, 0x8e, 0x4f, 0x28, 0xff, 0x90, 0x51, 0x2c, 0xff, 0x8f, 0x4f, 0x29, 0xff, 0x8d, 0x4e, 0x25, 0xff, 0x8d, 0x4e, 0x26, 0xff, 0x8b, 0x4d, 0x27, 0xff, 0x84, 0x47, 0x20, 0xff, 0x88, 0x4a, 0x24, 0xff, 0x89, 0x4c, 0x26, 0xff, 0x8d, 0x4d, 0x26, 0xff, 0x8f, 0x50, 0x28, 0xff, 0x8e, 0x4e, 0x27, 0xff, 0x90, 0x50, 0x26, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x9d, 0x5f, 0x32, 0xff, 0xa3, 0x64, 0x36, 0xff, 0xa5, 0x69, 0x39, 0xff, 0xa6, 0x6d, 0x3c, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xb1, 0x76, 0x40, 0xff, 0xb5, 0x77, 0x3f, 0xff, 0xb8, 0x76, 0x3f, 0xff, 0xbe, 0x7c, 0x44, 0xff, 0xc4, 0x81, 0x48, 0xff, 0xcc, 0x85, 0x4b, 0xff, 0xd9, 0x8c, 0x51, 0xff, 0xe3, 0x94, 0x55, 0xff, 0xe5, 0x9a, 0x5a, 0xff, 0xe5, 0x9c, 0x5f, 0xff, 0xe5, 0x9e, 0x60, 0xff, 0xe5, 0xa1, 0x60, 0xff, 0xe3, 0xa2, 0x61, 0xff, 0xe3, 0xa5, 0x63, 0xff, 0xe4, 0xa4, 0x63, 0xff, 0xe4, 0xa5, 0x65, 0xff, 0xe5, 0xa5, 0x64, 0xff, 0xe5, 0xa5, 0x66, 0xff, 0xe5, 0xa5, 0x65, 0xff, 0xe4, 0xa1, 0x64, 0xff, 0xe2, 0x93, 0x5b, 0xff, 0xe5, 0x93, 0x59, 0xff, 0xe2, 0x93, 0x55, 0xff, 0xdf, 0x95, 0x55, 0xff, 0xe0, 0x94, 0x57, 0xff, 0xde, 0x93, 0x56, 0xff, 0xe0, 0x96, 0x56, 0xff, 0xe4, 0xa0, 0x59, 0xff, 0xe0, 0x9e, 0x59, 0xff, 0xe3, 0x9d, 0x58, 0xff, 0xe4, 0x9c, 0x5a, 0xff, 0xe5, 0xa0, 0x5c, 0xff, 0xe4, 0x9e, 0x5e, 0xff, 0xe4, 0x9f, 0x5f, 0xff, 0xe3, 0xa0, 0x5e, 0xff, 0xe2, 0xa0, 0x5a, 0xff, 0xdf, 0x97, 0x59, 0xff, 0xe3, 0x9b, 0x5a, 0xff, 0xe2, 0x9c, 0x5b, 0xff, 0xe3, 0x9a, 0x59, 0xff, 0xe2, 0x95, 0x57, 0xff, 0xe3, 0x92, 0x51, 0xff, 0xe2, 0x92, 0x52, 0xff, 0xdc, 0x93, 0x51, 0xff, 0xd3, 0x92, 0x4e, 0xff, 0xd3, 0x91, 0x4d, 0xff, 0xdb, 0x95, 0x50, 0xff, 0xd6, 0x97, 0x51, 0xff, 0xd4, 0x94, 0x51, 0xff, 0xd4, 0x93, 0x4e, 0xff, 0xd6, 0x96, 0x55, 0xff, 0xd4, 0x92, 0x57, 0xff, 0xd3, 0x8e, 0x53, 0xff, 0xd2, 0x8f, 0x53, 0xff, 0xd0, 0x8d, 0x52, 0xff, 0xce, 0x8b, 0x52, 0xff, 0xcd, 0x8b, 0x51, 0xff, 0xc7, 0x89, 0x51, 0xff, 0xc2, 0x87, 0x4f, 0xff, 0xbf, 0x85, 0x4d, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xb9, 0x81, 0x4b, 0xff, 0xb9, 0x7f, 0x4b, 0xff, 0xb6, 0x7a, 0x48, 0xff, 0xb3, 0x78, 0x46, 0xff, 0xb2, 0x77, 0x44, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xad, 0x73, 0x43, 0xff, 0xac, 0x74, 0x43, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xa8, 0x6f, 0x40, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa6, 0x6b, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x94, 0x58, 0x31, 0xff, 0x93, 0x57, 0x30, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x92, 0x56, 0x32, 0xff, 0x90, 0x54, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x85, 0x4a, 0x28, 0xff, 0x83, 0x48, 0x25, 0xff, 0x81, 0x48, 0x24, 0xff, 0x80, 0x45, 0x24, 0xff, 0x7f, 0x44, 0x21, 0xff, 0x7e, 0x45, 0x22, 0xff, 0x7e, 0x44, 0x21, 0xff, 0x7f, 0x44, 0x20, 0xff, 0x7f, 0x44, 0x20, 0xff, 0x80, 0x46, 0x21, 0xff, 0x80, 0x47, 0x23, 0xff, 0x81, 0x46, 0x23, 0xff, 0x80, 0x47, 0x23, 0xff, 0x81, 0x46, 0x23, 0xff, 0x82, 0x47, 0x22, 0xff, 0x83, 0x48, 0x22, 0xff, 0x85, 0x48, 0x23, 0xff, 0x86, 0x4a, 0x24, 0xff, 0x88, 0x4b, 0x24, 0xff, 0x8a, 0x4c, 0x24, 0xff, 0x8c, 0x4e, 0x24, 0xff, 0x8c, 0x4e, 0x25, 0xff, 0x90, 0x51, 0x27, 0xff, 0x93, 0x53, 0x2a, 0xff, 0x96, 0x57, 0x2c, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x9d, 0x5e, 0x31, 0xff, 0xa1, 0x62, 0x34, 0xff, 0xa5, 0x68, 0x37, 0xff, 0xac, 0x6d, 0x3b, 0xff, 0xb0, 0x74, 0x40, 0xff, 0xce, 0x89, 0x55, 0xff, 0xe2, 0x95, 0x5f, 0xff, 0xe3, 0x9b, 0x63, 0xff, 0xe4, 0xa1, 0x68, 0xff, 0xe4, 0xa4, 0x6c, 0xff, 0xe5, 0xa5, 0x6d, 0xff, 0xe5, 0xa5, 0x6e, 0xff, 0xe3, 0xa1, 0x6c, 0xff, 0xe5, 0x9f, 0x67, 0xff, 0xe2, 0x9a, 0x65, 0xff, 0xda, 0x93, 0x5f, 0xff, 0xd0, 0x8d, 0x58, 0xff, 0xc9, 0x88, 0x54, 0xff, 0xc1, 0x83, 0x4d, 0xff, 0xb7, 0x78, 0x46, 0xff, 0xb3, 0x73, 0x42, 0xff, 0xaf, 0x6f, 0x3f, 0xff, 0xae, 0x6f, 0x3c, 0xff, 0xb1, 0x72, 0x40, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb3, 0x73, 0x42, 0xff, 0xb3, 0x73, 0x42, 0xff, 0xb4, 0x74, 0x43, 0xff, 0xb6, 0x76, 0x44, 0xff, 0xb8, 0x7a, 0x46, 0xff, 0xbc, 0x7c, 0x4b, 0xff, 0xa4, 0x68, 0x3d, 0xff, 0x96, 0x59, 0x33, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x55, 0x31, 0xff, 0x93, 0x56, 0x31, 0xff, 0x92, 0x56, 0x30, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8b, 0x4e, 0x28, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x8b, 0x4d, 0x28, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x88, 0x4b, 0x26, 0xff, 0x87, 0x4b, 0x26, 0xff, 0x87, 0x4a, 0x26, 0xff, 0x88, 0x4b, 0x26, 0xff, 0x88, 0x4b, 0x26, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x88, 0x4a, 0x26, 0xff, 0x88, 0x4a, 0x26, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x93, 0x56, 0x32, 0xff, 0x91, 0x55, 0x31, 0xff, 0x90, 0x53, 0x31, 0xff, 0x90, 0x55, 0x32, 0xff, 0x90, 0x56, 0x33, 0xff, 0x8f, 0x55, 0x33, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x85, 0x49, 0x26, 0xff, 0x82, 0x47, 0x23, 0xff, 0x80, 0x47, 0x23, 0xff, - 0x7e, 0x44, 0x22, 0xff, 0x7c, 0x44, 0x21, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7d, 0x42, 0x1d, 0xff, 0x7c, 0x43, 0x1e, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x79, 0x41, 0x1b, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x7e, 0x41, 0x1d, 0xff, 0x7f, 0x43, 0x1d, 0xff, 0x81, 0x44, 0x1e, 0xff, 0x83, 0x46, 0x22, 0xff, 0x85, 0x48, 0x22, 0xff, 0x88, 0x4a, 0x24, 0xff, 0x8b, 0x4d, 0x27, 0xff, 0x8f, 0x50, 0x28, 0xff, 0x91, 0x52, 0x2b, 0xff, 0x8f, 0x51, 0x2a, 0xff, 0x87, 0x49, 0x21, 0xff, 0x82, 0x46, 0x1e, 0xff, 0x85, 0x48, 0x22, 0xff, 0x85, 0x48, 0x23, 0xff, 0x88, 0x4a, 0x26, 0xff, 0x8a, 0x4e, 0x26, 0xff, 0x8f, 0x4f, 0x29, 0xff, 0x92, 0x53, 0x2b, 0xff, 0x93, 0x51, 0x29, 0xff, 0x93, 0x53, 0x2b, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x9d, 0x5c, 0x31, 0xff, 0xa3, 0x60, 0x33, 0xff, 0xa5, 0x65, 0x36, 0xff, 0xaa, 0x6b, 0x3a, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xad, 0x72, 0x3e, 0xff, 0xb1, 0x74, 0x3f, 0xff, 0xb4, 0x74, 0x3f, 0xff, 0xb6, 0x74, 0x3e, 0xff, 0xba, 0x79, 0x40, 0xff, 0xbf, 0x7b, 0x43, 0xff, 0xc1, 0x7d, 0x46, 0xff, 0xcc, 0x86, 0x4b, 0xff, 0xd8, 0x8c, 0x50, 0xff, 0xe0, 0x92, 0x54, 0xff, 0xe5, 0x94, 0x58, 0xff, 0xe5, 0x99, 0x5c, 0xff, 0xe5, 0x9d, 0x5d, 0xff, 0xe4, 0x9e, 0x5e, 0xff, 0xe4, 0x9d, 0x5d, 0xff, 0xe4, 0xa0, 0x60, 0xff, 0xe4, 0xa2, 0x61, 0xff, 0xe5, 0xa2, 0x62, 0xff, 0xe5, 0xa1, 0x62, 0xff, 0xe4, 0x9e, 0x62, 0xff, 0xe4, 0x9d, 0x62, 0xff, 0xe5, 0x9e, 0x62, 0xff, 0xe3, 0x99, 0x5d, 0xff, 0xde, 0x92, 0x56, 0xff, 0xde, 0x92, 0x54, 0xff, 0xdc, 0x91, 0x56, 0xff, 0xdd, 0x92, 0x55, 0xff, 0xe2, 0x99, 0x55, 0xff, 0xe3, 0x9b, 0x55, 0xff, 0xe4, 0x9b, 0x57, 0xff, 0xe4, 0x9c, 0x58, 0xff, 0xe3, 0x9d, 0x59, 0xff, 0xe3, 0x9d, 0x5a, 0xff, 0xe4, 0x9d, 0x5e, 0xff, 0xe4, 0x9c, 0x5e, 0xff, 0xe1, 0x9e, 0x5d, 0xff, 0xde, 0x9e, 0x59, 0xff, 0xe1, 0x98, 0x59, 0xff, 0xe3, 0x96, 0x5a, 0xff, 0xe4, 0x9b, 0x5c, 0xff, 0xe4, 0x9b, 0x59, 0xff, 0xe3, 0x98, 0x57, 0xff, 0xe2, 0x91, 0x53, 0xff, 0xe2, 0x92, 0x53, 0xff, 0xde, 0x92, 0x51, 0xff, 0xd9, 0x93, 0x50, 0xff, 0xd8, 0x96, 0x50, 0xff, 0xd6, 0x92, 0x4d, 0xff, 0xd7, 0x91, 0x4f, 0xff, 0xd9, 0x95, 0x51, 0xff, 0xd8, 0x96, 0x52, 0xff, 0xd7, 0x95, 0x54, 0xff, 0xd8, 0x96, 0x58, 0xff, 0xd9, 0x91, 0x55, 0xff, 0xd8, 0x91, 0x55, 0xff, 0xd7, 0x91, 0x55, 0xff, 0xd5, 0x91, 0x55, 0xff, 0xd1, 0x8d, 0x54, 0xff, 0xcd, 0x8c, 0x53, 0xff, 0xc7, 0x8a, 0x51, 0xff, 0xc4, 0x88, 0x4f, 0xff, 0xc1, 0x85, 0x4d, 0xff, 0xbe, 0x84, 0x4e, 0xff, 0xbb, 0x82, 0x4d, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb4, 0x7a, 0x46, 0xff, 0xb1, 0x78, 0x46, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xae, 0x74, 0x44, 0xff, 0xab, 0x72, 0x43, 0xff, 0xaa, 0x71, 0x41, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9c, 0x61, 0x35, 0xff, 0x9a, 0x5e, 0x33, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x94, 0x58, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x96, 0x5a, 0x33, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa2, 0x64, 0x38, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x96, 0x59, 0x33, 0xff, 0x94, 0x57, 0x32, 0xff, 0x91, 0x55, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x83, 0x48, 0x25, 0xff, 0x81, 0x46, 0x24, 0xff, 0x80, 0x46, 0x23, 0xff, 0x7f, 0x45, 0x22, 0xff, 0x7e, 0x45, 0x22, 0xff, 0x7e, 0x44, 0x21, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7d, 0x44, 0x1f, 0xff, 0x7d, 0x44, 0x1e, 0xff, 0x7c, 0x43, 0x1d, 0xff, 0x7d, 0x43, 0x1e, 0xff, 0x7d, 0x43, 0x1e, 0xff, 0x7e, 0x44, 0x1e, 0xff, 0x7f, 0x44, 0x1e, 0xff, 0x80, 0x44, 0x1f, 0xff, 0x81, 0x45, 0x1f, 0xff, 0x82, 0x47, 0x20, 0xff, 0x84, 0x48, 0x21, 0xff, 0x85, 0x48, 0x22, 0xff, 0x87, 0x48, 0x22, 0xff, 0x88, 0x4a, 0x23, 0xff, 0x8a, 0x4c, 0x24, 0xff, 0x8c, 0x4e, 0x25, 0xff, 0x8f, 0x50, 0x26, 0xff, 0x91, 0x51, 0x27, 0xff, 0x94, 0x55, 0x2b, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0xa0, 0x60, 0x32, 0xff, 0xa4, 0x66, 0x35, 0xff, 0xa7, 0x69, 0x35, 0xff, 0xc9, 0x85, 0x50, 0xff, 0xce, 0x89, 0x55, 0xff, 0xd1, 0x8c, 0x56, 0xff, 0xd4, 0x8f, 0x58, 0xff, 0xda, 0x92, 0x5d, 0xff, 0xde, 0x94, 0x60, 0xff, 0xe2, 0x99, 0x62, 0xff, 0xdf, 0x96, 0x61, 0xff, 0xd4, 0x8f, 0x5d, 0xff, 0xce, 0x8c, 0x5a, 0xff, 0xc7, 0x88, 0x56, 0xff, 0xc1, 0x82, 0x51, 0xff, 0xbc, 0x7d, 0x4c, 0xff, 0xb9, 0x79, 0x49, 0xff, 0xb8, 0x79, 0x48, 0xff, 0xb7, 0x76, 0x45, 0xff, 0xaf, 0x6e, 0x3d, 0xff, 0xae, 0x6f, 0x3e, 0xff, 0xae, 0x6f, 0x3f, 0xff, 0xae, 0x6e, 0x3f, 0xff, 0xae, 0x6f, 0x3f, 0xff, 0xb0, 0x70, 0x40, 0xff, 0xb0, 0x70, 0x41, 0xff, 0xb1, 0x72, 0x42, 0xff, 0xb6, 0x75, 0x43, 0xff, 0xb6, 0x76, 0x46, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x96, 0x59, 0x33, 0xff, 0x95, 0x57, 0x32, 0xff, 0x93, 0x56, 0x31, 0xff, 0x93, 0x55, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x8a, 0x4d, 0x26, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x8a, 0x4d, 0x27, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x87, 0x4a, 0x26, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x87, 0x4b, 0x29, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x87, 0x4a, 0x26, 0xff, 0x87, 0x4b, 0x26, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x92, 0x55, 0x32, 0xff, 0x92, 0x54, 0x31, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x90, 0x55, 0x32, 0xff, 0x8f, 0x55, 0x32, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x85, 0x4b, 0x28, 0xff, 0x83, 0x48, 0x24, 0xff, 0x80, 0x45, 0x22, 0xff, 0x7f, 0x45, 0x22, 0xff, - 0x7d, 0x43, 0x20, 0xff, 0x7b, 0x43, 0x1f, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x7d, 0x42, 0x1e, 0xff, 0x7e, 0x43, 0x1e, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x79, 0x41, 0x1e, 0xff, 0x79, 0x3f, 0x1b, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x78, 0x40, 0x1b, 0xff, 0x79, 0x40, 0x1c, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x7c, 0x42, 0x1b, 0xff, 0x7d, 0x42, 0x1c, 0xff, 0x7f, 0x43, 0x1e, 0xff, 0x81, 0x46, 0x1f, 0xff, 0x83, 0x46, 0x21, 0xff, 0x87, 0x49, 0x23, 0xff, 0x8a, 0x4a, 0x24, 0xff, 0x8d, 0x4d, 0x27, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x87, 0x49, 0x24, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x8a, 0x4b, 0x26, 0xff, 0x87, 0x49, 0x23, 0xff, 0x86, 0x48, 0x23, 0xff, 0x86, 0x49, 0x23, 0xff, 0x8a, 0x4b, 0x26, 0xff, 0x8d, 0x4e, 0x26, 0xff, 0x92, 0x52, 0x2b, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x98, 0x57, 0x30, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0xa1, 0x5f, 0x32, 0xff, 0xa3, 0x63, 0x33, 0xff, 0xa6, 0x67, 0x37, 0xff, 0xa9, 0x6c, 0x39, 0xff, 0xab, 0x6d, 0x3a, 0xff, 0xae, 0x70, 0x3b, 0xff, 0xb2, 0x72, 0x3c, 0xff, 0xb8, 0x73, 0x3c, 0xff, 0xba, 0x76, 0x40, 0xff, 0xbe, 0x79, 0x43, 0xff, 0xbf, 0x7d, 0x45, 0xff, 0xc2, 0x82, 0x47, 0xff, 0xcb, 0x86, 0x4a, 0xff, 0xd3, 0x8a, 0x4d, 0xff, 0xdf, 0x8f, 0x52, 0xff, 0xe4, 0x91, 0x55, 0xff, 0xe5, 0x95, 0x58, 0xff, 0xe5, 0x99, 0x5c, 0xff, 0xe5, 0x9b, 0x5e, 0xff, 0xe5, 0x9b, 0x5d, 0xff, 0xe5, 0x9d, 0x5d, 0xff, 0xe5, 0x9d, 0x5d, 0xff, 0xe5, 0x9b, 0x5e, 0xff, 0xe5, 0x9d, 0x5f, 0xff, 0xe5, 0x9b, 0x5f, 0xff, 0xe4, 0x9a, 0x5e, 0xff, 0xe4, 0x98, 0x5d, 0xff, 0xe0, 0x9c, 0x5f, 0xff, 0xdb, 0x98, 0x59, 0xff, 0xd4, 0x8e, 0x51, 0xff, 0xdc, 0x95, 0x54, 0xff, 0xe3, 0x9b, 0x54, 0xff, 0xe3, 0x99, 0x54, 0xff, 0xe3, 0x99, 0x56, 0xff, 0xe3, 0x9c, 0x57, 0xff, 0xe4, 0x9c, 0x58, 0xff, 0xe4, 0x9a, 0x5b, 0xff, 0xe3, 0x9e, 0x5c, 0xff, 0xe4, 0x9c, 0x5e, 0xff, 0xe3, 0x9d, 0x5d, 0xff, 0xe2, 0x9d, 0x59, 0xff, 0xe1, 0x99, 0x5a, 0xff, 0xe2, 0x97, 0x5a, 0xff, 0xe3, 0x9b, 0x59, 0xff, 0xe4, 0x9b, 0x5a, 0xff, 0xe4, 0x98, 0x58, 0xff, 0xe1, 0x94, 0x53, 0xff, 0xe2, 0x94, 0x53, 0xff, 0xdf, 0x93, 0x52, 0xff, 0xd9, 0x92, 0x4d, 0xff, 0xda, 0x93, 0x4f, 0xff, 0xda, 0x95, 0x50, 0xff, 0xd9, 0x96, 0x50, 0xff, 0xda, 0x96, 0x51, 0xff, 0xdd, 0x96, 0x55, 0xff, 0xdc, 0x98, 0x56, 0xff, 0xdd, 0x99, 0x59, 0xff, 0xdf, 0x96, 0x59, 0xff, 0xe0, 0x96, 0x58, 0xff, 0xe0, 0x96, 0x59, 0xff, 0xde, 0x94, 0x58, 0xff, 0xdb, 0x92, 0x57, 0xff, 0xd4, 0x91, 0x57, 0xff, 0xcd, 0x8e, 0x53, 0xff, 0xc9, 0x8c, 0x52, 0xff, 0xc5, 0x8a, 0x52, 0xff, 0xc2, 0x88, 0x51, 0xff, 0xbf, 0x86, 0x50, 0xff, 0xbd, 0x81, 0x4e, 0xff, 0xba, 0x7f, 0x4a, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb5, 0x7a, 0x48, 0xff, 0xb2, 0x78, 0x46, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xaf, 0x76, 0x44, 0xff, 0xad, 0x73, 0x42, 0xff, 0xac, 0x71, 0x40, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa1, 0x65, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9b, 0x60, 0x34, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x94, 0x58, 0x30, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x9d, 0x61, 0x38, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x92, 0x55, 0x31, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x85, 0x47, 0x25, 0xff, 0x81, 0x46, 0x23, 0xff, 0x81, 0x46, 0x23, 0xff, 0x80, 0x45, 0x23, 0xff, 0x7e, 0x44, 0x21, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7b, 0x43, 0x1e, 0xff, 0x7a, 0x42, 0x1e, 0xff, 0x7a, 0x42, 0x1e, 0xff, 0x79, 0x41, 0x1d, 0xff, 0x7a, 0x42, 0x1d, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x7e, 0x43, 0x1d, 0xff, 0x7f, 0x44, 0x1d, 0xff, 0x80, 0x45, 0x1e, 0xff, 0x82, 0x46, 0x1e, 0xff, 0x82, 0x46, 0x1e, 0xff, 0x84, 0x46, 0x1e, 0xff, 0x86, 0x49, 0x21, 0xff, 0x89, 0x4b, 0x23, 0xff, 0x8b, 0x4c, 0x24, 0xff, 0x8e, 0x4f, 0x25, 0xff, 0x90, 0x51, 0x27, 0xff, 0x92, 0x54, 0x2b, 0xff, 0x96, 0x58, 0x2e, 0xff, 0x9a, 0x5c, 0x30, 0xff, 0x9c, 0x5d, 0x30, 0xff, 0xa9, 0x6b, 0x3a, 0xff, 0xba, 0x7d, 0x47, 0xff, 0xbd, 0x7e, 0x4a, 0xff, 0xbb, 0x7e, 0x4b, 0xff, 0xbe, 0x80, 0x4e, 0xff, 0xc2, 0x83, 0x50, 0xff, 0xc5, 0x85, 0x53, 0xff, 0xc9, 0x88, 0x55, 0xff, 0xc9, 0x89, 0x57, 0xff, 0xc3, 0x86, 0x54, 0xff, 0xbf, 0x81, 0x51, 0xff, 0xbc, 0x7e, 0x4f, 0xff, 0xb9, 0x7c, 0x4b, 0xff, 0xb6, 0x79, 0x47, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb3, 0x72, 0x41, 0xff, 0xb8, 0x77, 0x45, 0xff, 0xb6, 0x77, 0x43, 0xff, 0xb2, 0x72, 0x40, 0xff, 0xb2, 0x72, 0x41, 0xff, 0xb2, 0x72, 0x43, 0xff, 0xb1, 0x71, 0x40, 0xff, 0xac, 0x6c, 0x3e, 0xff, 0xad, 0x6d, 0x3f, 0xff, 0xb2, 0x71, 0x41, 0xff, 0xac, 0x6e, 0x3f, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x94, 0x56, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x92, 0x55, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8b, 0x4e, 0x29, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x88, 0x4c, 0x27, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8e, 0x4f, 0x2f, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x92, 0x54, 0x32, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8e, 0x54, 0x31, 0xff, 0x8e, 0x54, 0x31, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x85, 0x49, 0x26, 0xff, 0x82, 0x47, 0x24, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x7e, 0x45, 0x21, 0xff, - 0x7c, 0x43, 0x1f, 0xff, 0x7d, 0x44, 0x20, 0xff, 0x7e, 0x43, 0x21, 0xff, 0x7e, 0x44, 0x1e, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7c, 0x41, 0x1c, 0xff, 0x7a, 0x40, 0x1b, 0xff, 0x77, 0x40, 0x1c, 0xff, 0x76, 0x3e, 0x1a, 0xff, 0x74, 0x3c, 0x19, 0xff, 0x77, 0x3f, 0x19, 0xff, 0x74, 0x3c, 0x19, 0xff, 0x76, 0x3e, 0x1b, 0xff, 0x78, 0x40, 0x1a, 0xff, 0x7b, 0x3f, 0x1b, 0xff, 0x7b, 0x41, 0x1b, 0xff, 0x7d, 0x42, 0x1c, 0xff, 0x7f, 0x45, 0x1e, 0xff, 0x83, 0x46, 0x1e, 0xff, 0x85, 0x46, 0x23, 0xff, 0x86, 0x48, 0x21, 0xff, 0x82, 0x47, 0x21, 0xff, 0x85, 0x47, 0x23, 0xff, 0x87, 0x49, 0x25, 0xff, 0x85, 0x48, 0x23, 0xff, 0x88, 0x49, 0x25, 0xff, 0x86, 0x48, 0x24, 0xff, 0x89, 0x49, 0x25, 0xff, 0x85, 0x48, 0x22, 0xff, 0x88, 0x49, 0x23, 0xff, 0x8c, 0x4c, 0x26, 0xff, 0x8f, 0x4f, 0x28, 0xff, 0x93, 0x52, 0x2b, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x9a, 0x58, 0x2f, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0xa1, 0x60, 0x31, 0xff, 0xa3, 0x63, 0x34, 0xff, 0xa6, 0x66, 0x36, 0xff, 0xaa, 0x6c, 0x38, 0xff, 0xad, 0x6e, 0x3a, 0xff, 0xb0, 0x6f, 0x3a, 0xff, 0xb3, 0x70, 0x3a, 0xff, 0xb6, 0x73, 0x3c, 0xff, 0xba, 0x76, 0x40, 0xff, 0xbe, 0x7d, 0x44, 0xff, 0xc0, 0x7f, 0x46, 0xff, 0xc5, 0x82, 0x48, 0xff, 0xc7, 0x83, 0x49, 0xff, 0xd0, 0x86, 0x4c, 0xff, 0xd9, 0x8b, 0x4e, 0xff, 0xdf, 0x8e, 0x50, 0xff, 0xe4, 0x94, 0x55, 0xff, 0xe5, 0x95, 0x58, 0xff, 0xe5, 0x99, 0x5a, 0xff, 0xe5, 0x9b, 0x5b, 0xff, 0xe5, 0x9a, 0x5a, 0xff, 0xe5, 0x9b, 0x5b, 0xff, 0xe5, 0x9a, 0x5b, 0xff, 0xe5, 0x97, 0x5c, 0xff, 0xe5, 0x95, 0x5b, 0xff, 0xe5, 0x95, 0x5b, 0xff, 0xe5, 0x9a, 0x5e, 0xff, 0xe4, 0x9e, 0x60, 0xff, 0xde, 0x98, 0x5b, 0xff, 0xdd, 0x95, 0x53, 0xff, 0xe2, 0x97, 0x52, 0xff, 0xe4, 0x99, 0x55, 0xff, 0xe3, 0x9a, 0x56, 0xff, 0xe2, 0x9b, 0x57, 0xff, 0xe2, 0x9d, 0x59, 0xff, 0xe3, 0x9d, 0x5a, 0xff, 0xe4, 0x9c, 0x5b, 0xff, 0xe4, 0x9b, 0x5d, 0xff, 0xe3, 0x9b, 0x5c, 0xff, 0xe0, 0x9b, 0x58, 0xff, 0xe1, 0x9b, 0x5b, 0xff, 0xe4, 0x97, 0x59, 0xff, 0xe5, 0x9b, 0x5a, 0xff, 0xe5, 0x9b, 0x59, 0xff, 0xe4, 0x99, 0x58, 0xff, 0xe3, 0x98, 0x57, 0xff, 0xe3, 0x92, 0x53, 0xff, 0xe0, 0x92, 0x52, 0xff, 0xdb, 0x94, 0x4f, 0xff, 0xdc, 0x97, 0x4f, 0xff, 0xde, 0x96, 0x52, 0xff, 0xdb, 0x96, 0x50, 0xff, 0xdd, 0x99, 0x53, 0xff, 0xdd, 0x98, 0x56, 0xff, 0xdc, 0x9c, 0x5a, 0xff, 0xdf, 0x9c, 0x5d, 0xff, 0xe2, 0x99, 0x5c, 0xff, 0xe5, 0x9a, 0x5d, 0xff, 0xe2, 0x9a, 0x5d, 0xff, 0xe2, 0x99, 0x5d, 0xff, 0xe2, 0x96, 0x5b, 0xff, 0xdf, 0x98, 0x59, 0xff, 0xd8, 0x94, 0x57, 0xff, 0xd2, 0x91, 0x55, 0xff, 0xcd, 0x8f, 0x53, 0xff, 0xc7, 0x8c, 0x53, 0xff, 0xc2, 0x89, 0x52, 0xff, 0xc0, 0x86, 0x50, 0xff, 0xbd, 0x83, 0x4c, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xb8, 0x7e, 0x4a, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb3, 0x79, 0x48, 0xff, 0xb1, 0x77, 0x46, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xad, 0x74, 0x43, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x61, 0x35, 0xff, 0x9a, 0x5f, 0x33, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x94, 0x57, 0x2f, 0xff, 0x9d, 0x63, 0x38, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x56, 0x31, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x83, 0x48, 0x25, 0xff, 0x81, 0x47, 0x24, 0xff, 0x80, 0x46, 0x23, 0xff, 0x7f, 0x45, 0x22, 0xff, 0x7e, 0x44, 0x21, 0xff, 0x7c, 0x43, 0x1f, 0xff, 0x7a, 0x42, 0x1e, 0xff, 0x77, 0x41, 0x1d, 0xff, 0x77, 0x40, 0x1c, 0xff, 0x77, 0x3f, 0x1c, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x78, 0x40, 0x1b, 0xff, 0x78, 0x41, 0x1c, 0xff, 0x79, 0x41, 0x1c, 0xff, 0x7a, 0x41, 0x19, 0xff, 0x7b, 0x41, 0x1a, 0xff, 0x7c, 0x42, 0x1b, 0xff, 0x7e, 0x43, 0x1d, 0xff, 0x80, 0x44, 0x1e, 0xff, 0x81, 0x46, 0x1e, 0xff, 0x83, 0x47, 0x1e, 0xff, 0x85, 0x48, 0x21, 0xff, 0x87, 0x49, 0x23, 0xff, 0x8b, 0x4c, 0x23, 0xff, 0x8d, 0x4e, 0x25, 0xff, 0x8e, 0x52, 0x27, 0xff, 0x92, 0x54, 0x2a, 0xff, 0x95, 0x58, 0x2e, 0xff, 0x95, 0x57, 0x2e, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xb5, 0x77, 0x44, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb5, 0x76, 0x44, 0xff, 0xb5, 0x76, 0x44, 0xff, 0xb6, 0x77, 0x45, 0xff, 0xb7, 0x79, 0x48, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xb6, 0x78, 0x48, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb5, 0x76, 0x46, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb5, 0x75, 0x46, 0xff, 0xb5, 0x75, 0x45, 0xff, 0xb2, 0x72, 0x40, 0xff, 0xb5, 0x74, 0x42, 0xff, 0xb6, 0x75, 0x42, 0xff, 0xb5, 0x74, 0x43, 0xff, 0xb2, 0x71, 0x40, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb1, 0x72, 0x41, 0xff, 0xaf, 0x6d, 0x3e, 0xff, 0xa1, 0x62, 0x37, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x93, 0x55, 0x31, 0xff, 0x92, 0x54, 0x30, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8a, 0x4e, 0x2c, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x87, 0x4c, 0x28, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x92, 0x55, 0x32, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x84, 0x48, 0x24, 0xff, 0x81, 0x47, 0x24, 0xff, 0x80, 0x45, 0x21, 0xff, 0x7d, 0x43, 0x20, 0xff, - 0x7d, 0x44, 0x1f, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x76, 0x3e, 0x1b, 0xff, 0x73, 0x3c, 0x19, 0xff, 0x71, 0x3c, 0x19, 0xff, 0x71, 0x3c, 0x19, 0xff, 0x74, 0x3c, 0x19, 0xff, 0x74, 0x3b, 0x19, 0xff, 0x76, 0x3f, 0x1a, 0xff, 0x77, 0x40, 0x1b, 0xff, 0x7a, 0x40, 0x19, 0xff, 0x7a, 0x41, 0x1a, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x81, 0x45, 0x1e, 0xff, 0x80, 0x45, 0x1f, 0xff, 0x7d, 0x42, 0x1e, 0xff, 0x80, 0x43, 0x1e, 0xff, 0x82, 0x45, 0x20, 0xff, 0x82, 0x45, 0x1f, 0xff, 0x83, 0x47, 0x21, 0xff, 0x81, 0x45, 0x1f, 0xff, 0x82, 0x46, 0x20, 0xff, 0x86, 0x47, 0x22, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x87, 0x48, 0x23, 0xff, 0x89, 0x4a, 0x23, 0xff, 0x8c, 0x4c, 0x26, 0xff, 0x91, 0x50, 0x28, 0xff, 0x95, 0x54, 0x2b, 0xff, 0x99, 0x57, 0x2d, 0xff, 0x9c, 0x5b, 0x2f, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x9d, 0x5b, 0x30, 0xff, 0xa1, 0x60, 0x32, 0xff, 0xa5, 0x63, 0x35, 0xff, 0xa6, 0x66, 0x36, 0xff, 0xaa, 0x6c, 0x38, 0xff, 0xad, 0x70, 0x3a, 0xff, 0xae, 0x71, 0x3b, 0xff, 0xb1, 0x6f, 0x3a, 0xff, 0xb5, 0x73, 0x3c, 0xff, 0xba, 0x79, 0x40, 0xff, 0xbe, 0x7b, 0x42, 0xff, 0xc2, 0x7f, 0x45, 0xff, 0xc7, 0x82, 0x49, 0xff, 0xc9, 0x83, 0x48, 0xff, 0xce, 0x85, 0x4a, 0xff, 0xd5, 0x88, 0x4c, 0xff, 0xde, 0x8c, 0x4f, 0xff, 0xe4, 0x93, 0x53, 0xff, 0xe4, 0x96, 0x56, 0xff, 0xe5, 0x99, 0x58, 0xff, 0xe5, 0x9a, 0x5a, 0xff, 0xe5, 0x98, 0x5a, 0xff, 0xe5, 0x98, 0x5a, 0xff, 0xe5, 0x96, 0x5a, 0xff, 0xe5, 0x95, 0x5a, 0xff, 0xe5, 0x93, 0x5a, 0xff, 0xe5, 0x96, 0x5c, 0xff, 0xe5, 0x98, 0x5a, 0xff, 0xe4, 0x9d, 0x5c, 0xff, 0xe2, 0xa1, 0x5a, 0xff, 0xe2, 0x99, 0x53, 0xff, 0xe3, 0x9a, 0x52, 0xff, 0xe3, 0x9a, 0x55, 0xff, 0xe4, 0x99, 0x56, 0xff, 0xe2, 0x99, 0x57, 0xff, 0xe3, 0x9b, 0x59, 0xff, 0xe4, 0x9c, 0x5b, 0xff, 0xe3, 0x9a, 0x5b, 0xff, 0xe1, 0x9a, 0x5c, 0xff, 0xe2, 0x9e, 0x5b, 0xff, 0xe2, 0x9a, 0x57, 0xff, 0xe2, 0x96, 0x59, 0xff, 0xe3, 0x99, 0x59, 0xff, 0xe2, 0x98, 0x59, 0xff, 0xe3, 0x9a, 0x59, 0xff, 0xe4, 0x99, 0x57, 0xff, 0xe4, 0x95, 0x53, 0xff, 0xdf, 0x93, 0x50, 0xff, 0xdc, 0x95, 0x4f, 0xff, 0xdf, 0x95, 0x52, 0xff, 0xde, 0x95, 0x50, 0xff, 0xdc, 0x97, 0x51, 0xff, 0xdc, 0x98, 0x53, 0xff, 0xdf, 0x9b, 0x57, 0xff, 0xdf, 0xa0, 0x5f, 0xff, 0xe1, 0xa1, 0x63, 0xff, 0xe4, 0x9e, 0x62, 0xff, 0xe4, 0x9c, 0x5f, 0xff, 0xe4, 0x9f, 0x60, 0xff, 0xe3, 0x9e, 0x61, 0xff, 0xe4, 0x9d, 0x60, 0xff, 0xe4, 0x9c, 0x5f, 0xff, 0xe2, 0x99, 0x5c, 0xff, 0xdc, 0x96, 0x59, 0xff, 0xd7, 0x93, 0x59, 0xff, 0xd0, 0x90, 0x58, 0xff, 0xc8, 0x8d, 0x56, 0xff, 0xc4, 0x89, 0x53, 0xff, 0xc1, 0x85, 0x4f, 0xff, 0xbe, 0x83, 0x4c, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xb7, 0x7d, 0x4b, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb3, 0x7a, 0x48, 0xff, 0xb0, 0x77, 0x46, 0xff, 0xae, 0x75, 0x44, 0xff, 0xab, 0x71, 0x40, 0xff, 0xa7, 0x6c, 0x3b, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa1, 0x66, 0x39, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x99, 0x5d, 0x33, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa0, 0x62, 0x38, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x94, 0x57, 0x31, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x83, 0x48, 0x26, 0xff, 0x81, 0x47, 0x23, 0xff, 0x80, 0x46, 0x21, 0xff, 0x80, 0x45, 0x21, 0xff, 0x7d, 0x44, 0x21, 0xff, 0x7b, 0x43, 0x1f, 0xff, 0x78, 0x42, 0x1d, 0xff, 0x74, 0x3f, 0x1c, 0xff, 0x75, 0x3e, 0x1b, 0xff, 0x74, 0x3f, 0x1b, 0xff, 0x73, 0x40, 0x1a, 0xff, 0x74, 0x3d, 0x19, 0xff, 0x73, 0x3e, 0x19, 0xff, 0x75, 0x3f, 0x1a, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x75, 0x3e, 0x19, 0xff, 0x77, 0x40, 0x19, 0xff, 0x79, 0x40, 0x19, 0xff, 0x7b, 0x41, 0x19, 0xff, 0x7c, 0x43, 0x1a, 0xff, 0x7e, 0x42, 0x1c, 0xff, 0x80, 0x43, 0x1d, 0xff, 0x83, 0x46, 0x1e, 0xff, 0x85, 0x48, 0x1e, 0xff, 0x87, 0x49, 0x22, 0xff, 0x89, 0x4b, 0x24, 0xff, 0x8c, 0x4d, 0x25, 0xff, 0x8e, 0x50, 0x27, 0xff, 0x90, 0x53, 0x2a, 0xff, 0x90, 0x52, 0x2b, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xb1, 0x71, 0x40, 0xff, 0xaf, 0x71, 0x3e, 0xff, 0xaf, 0x70, 0x3f, 0xff, 0xae, 0x71, 0x3f, 0xff, 0xae, 0x6f, 0x3f, 0xff, 0xae, 0x71, 0x3f, 0xff, 0xaf, 0x71, 0x40, 0xff, 0xb2, 0x71, 0x42, 0xff, 0xaf, 0x71, 0x40, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xae, 0x70, 0x41, 0xff, 0xb1, 0x73, 0x42, 0xff, 0xb2, 0x77, 0x47, 0xff, 0xb1, 0x7a, 0x49, 0xff, 0xb2, 0x79, 0x49, 0xff, 0xb4, 0x76, 0x46, 0xff, 0xb3, 0x73, 0x42, 0xff, 0xb1, 0x70, 0x3f, 0xff, 0xb1, 0x6f, 0x3e, 0xff, 0xb3, 0x72, 0x41, 0xff, 0xae, 0x6e, 0x3d, 0xff, 0xae, 0x6f, 0x3d, 0xff, 0xae, 0x6f, 0x3f, 0xff, 0xb3, 0x72, 0x42, 0xff, 0xb5, 0x74, 0x43, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x93, 0x55, 0x31, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x86, 0x4b, 0x26, 0xff, 0x85, 0x49, 0x26, 0xff, 0x84, 0x49, 0x27, 0xff, 0x85, 0x49, 0x27, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x87, 0x49, 0x26, 0xff, 0x85, 0x48, 0x27, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x8a, 0x4d, 0x26, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x90, 0x54, 0x30, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x87, 0x4b, 0x29, 0xff, 0x83, 0x46, 0x24, 0xff, 0x80, 0x46, 0x22, 0xff, 0x7f, 0x43, 0x21, 0xff, 0x7d, 0x42, 0x1f, 0xff, - 0x7b, 0x41, 0x1d, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x78, 0x40, 0x1c, 0xff, 0x7b, 0x40, 0x1c, 0xff, 0x77, 0x3e, 0x1a, 0xff, 0x74, 0x3e, 0x1b, 0xff, 0x72, 0x3e, 0x19, 0xff, 0x71, 0x39, 0x19, 0xff, 0x71, 0x39, 0x19, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x73, 0x39, 0x19, 0xff, 0x75, 0x3a, 0x19, 0xff, 0x74, 0x3c, 0x19, 0xff, 0x77, 0x3f, 0x1a, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x7a, 0x40, 0x19, 0xff, 0x7c, 0x41, 0x1a, 0xff, 0x7c, 0x41, 0x1c, 0xff, 0x78, 0x3e, 0x1a, 0xff, 0x79, 0x40, 0x1a, 0xff, 0x7a, 0x40, 0x1b, 0xff, 0x7c, 0x41, 0x1b, 0xff, 0x7d, 0x41, 0x1d, 0xff, 0x7e, 0x43, 0x1c, 0xff, 0x80, 0x44, 0x1f, 0xff, 0x82, 0x45, 0x1e, 0xff, 0x84, 0x46, 0x21, 0xff, 0x86, 0x48, 0x23, 0xff, 0x88, 0x49, 0x22, 0xff, 0x89, 0x4a, 0x23, 0xff, 0x89, 0x4b, 0x23, 0xff, 0x8d, 0x4d, 0x24, 0xff, 0x92, 0x51, 0x28, 0xff, 0x96, 0x54, 0x2c, 0xff, 0x9a, 0x58, 0x2e, 0xff, 0x9d, 0x5a, 0x30, 0xff, 0x9a, 0x58, 0x2e, 0xff, 0x9c, 0x5b, 0x2f, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0xa3, 0x64, 0x34, 0xff, 0xa6, 0x67, 0x35, 0xff, 0xa9, 0x69, 0x38, 0xff, 0xab, 0x6b, 0x39, 0xff, 0xaf, 0x6e, 0x3b, 0xff, 0xb3, 0x72, 0x3b, 0xff, 0xb7, 0x75, 0x3c, 0xff, 0xb9, 0x78, 0x3f, 0xff, 0xbc, 0x7b, 0x42, 0xff, 0xc0, 0x7e, 0x45, 0xff, 0xc8, 0x82, 0x48, 0xff, 0xce, 0x85, 0x49, 0xff, 0xcf, 0x85, 0x4a, 0xff, 0xd6, 0x89, 0x4d, 0xff, 0xe2, 0x8e, 0x50, 0xff, 0xe4, 0x94, 0x55, 0xff, 0xe4, 0x96, 0x58, 0xff, 0xe5, 0x97, 0x59, 0xff, 0xe5, 0x9a, 0x5a, 0xff, 0xe5, 0x97, 0x59, 0xff, 0xe5, 0x95, 0x5a, 0xff, 0xe5, 0x92, 0x5a, 0xff, 0xe4, 0x94, 0x59, 0xff, 0xe5, 0x93, 0x5b, 0xff, 0xe4, 0x98, 0x59, 0xff, 0xe5, 0xa0, 0x59, 0xff, 0xe5, 0xa2, 0x5c, 0xff, 0xe4, 0xa2, 0x5d, 0xff, 0xe0, 0x99, 0x54, 0xff, 0xe3, 0x98, 0x52, 0xff, 0xe4, 0x99, 0x55, 0xff, 0xe2, 0x98, 0x56, 0xff, 0xe4, 0x9a, 0x59, 0xff, 0xe4, 0x9a, 0x5b, 0xff, 0xe5, 0x9b, 0x5b, 0xff, 0xe3, 0x98, 0x5a, 0xff, 0xe1, 0x98, 0x5a, 0xff, 0xe1, 0x99, 0x56, 0xff, 0xe3, 0x97, 0x5a, 0xff, 0xe3, 0x98, 0x5b, 0xff, 0xe4, 0x98, 0x59, 0xff, 0xe4, 0x99, 0x5a, 0xff, 0xe4, 0x98, 0x5a, 0xff, 0xe3, 0x95, 0x54, 0xff, 0xe0, 0x93, 0x51, 0xff, 0xdd, 0x96, 0x4f, 0xff, 0xdd, 0x97, 0x50, 0xff, 0xe1, 0x9a, 0x52, 0xff, 0xdf, 0x9a, 0x51, 0xff, 0xdf, 0x9a, 0x56, 0xff, 0xdf, 0x9c, 0x59, 0xff, 0xe0, 0xa1, 0x5f, 0xff, 0xe3, 0xa4, 0x65, 0xff, 0xe5, 0xa4, 0x65, 0xff, 0xe4, 0xa4, 0x63, 0xff, 0xe4, 0xa6, 0x66, 0xff, 0xe4, 0xa5, 0x66, 0xff, 0xe4, 0xa4, 0x66, 0xff, 0xe4, 0xa3, 0x65, 0xff, 0xe5, 0xa0, 0x62, 0xff, 0xe4, 0x9d, 0x60, 0xff, 0xe2, 0x9a, 0x60, 0xff, 0xdb, 0x97, 0x5c, 0xff, 0xd3, 0x92, 0x58, 0xff, 0xcb, 0x8d, 0x56, 0xff, 0xc5, 0x88, 0x52, 0xff, 0xc0, 0x87, 0x4f, 0xff, 0xbe, 0x84, 0x4e, 0xff, 0xbb, 0x81, 0x4b, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb5, 0x7b, 0x48, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xad, 0x73, 0x41, 0xff, 0xab, 0x6f, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9b, 0x5f, 0x33, 0xff, 0xa0, 0x65, 0x3a, 0xff, 0xaa, 0x6f, 0x42, 0xff, 0xa9, 0x6d, 0x3f, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa2, 0x64, 0x39, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x94, 0x57, 0x31, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x86, 0x4a, 0x26, 0xff, 0x84, 0x49, 0x24, 0xff, 0x81, 0x47, 0x23, 0xff, 0x80, 0x46, 0x22, 0xff, 0x7f, 0x45, 0x20, 0xff, 0x7d, 0x44, 0x1f, 0xff, 0x7a, 0x42, 0x1e, 0xff, 0x76, 0x40, 0x1c, 0xff, 0x74, 0x3f, 0x1b, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x71, 0x38, 0x19, 0xff, 0x71, 0x39, 0x19, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x71, 0x3c, 0x19, 0xff, 0x72, 0x3d, 0x19, 0xff, 0x72, 0x3d, 0x19, 0xff, 0x71, 0x3c, 0x19, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x77, 0x3d, 0x19, 0xff, 0x79, 0x3f, 0x19, 0xff, 0x7a, 0x41, 0x1a, 0xff, 0x7d, 0x43, 0x1b, 0xff, 0x7f, 0x44, 0x1c, 0xff, 0x81, 0x45, 0x1e, 0xff, 0x83, 0x47, 0x1f, 0xff, 0x85, 0x49, 0x21, 0xff, 0x88, 0x4a, 0x23, 0xff, 0x8a, 0x4d, 0x25, 0xff, 0x8d, 0x50, 0x28, 0xff, 0x8a, 0x4c, 0x26, 0xff, 0xa8, 0x68, 0x39, 0xff, 0xae, 0x6f, 0x3d, 0xff, 0xab, 0x6c, 0x3b, 0xff, 0xaa, 0x6b, 0x3a, 0xff, 0xa8, 0x6a, 0x3a, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa9, 0x6b, 0x3c, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xa9, 0x6a, 0x3b, 0xff, 0xa9, 0x6a, 0x3a, 0xff, 0xab, 0x6b, 0x3b, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xad, 0x70, 0x40, 0xff, 0xae, 0x73, 0x45, 0xff, 0xae, 0x75, 0x48, 0xff, 0xb3, 0x7a, 0x4a, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xad, 0x6c, 0x3b, 0xff, 0xab, 0x6a, 0x3b, 0xff, 0xad, 0x6c, 0x3c, 0xff, 0xaf, 0x6f, 0x3d, 0xff, 0xac, 0x6b, 0x3b, 0xff, 0xac, 0x6b, 0x3c, 0xff, 0xae, 0x6d, 0x3d, 0xff, 0xb1, 0x72, 0x41, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x87, 0x4b, 0x27, 0xff, 0x87, 0x49, 0x27, 0xff, 0x86, 0x4a, 0x26, 0xff, 0x85, 0x49, 0x25, 0xff, 0x84, 0x48, 0x25, 0xff, 0x84, 0x47, 0x26, 0xff, 0x82, 0x46, 0x26, 0xff, 0x83, 0x48, 0x25, 0xff, 0x84, 0x49, 0x26, 0xff, 0x84, 0x48, 0x25, 0xff, 0x84, 0x47, 0x26, 0xff, 0x85, 0x48, 0x24, 0xff, 0x83, 0x46, 0x23, 0xff, 0x85, 0x48, 0x25, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x83, 0x47, 0x24, 0xff, 0x7f, 0x45, 0x21, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x7d, 0x42, 0x1f, 0xff, - 0x7d, 0x42, 0x1f, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x78, 0x40, 0x1c, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x75, 0x3c, 0x19, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x72, 0x3d, 0x19, 0xff, 0x71, 0x39, 0x19, 0xff, 0x71, 0x3c, 0x19, 0xff, 0x71, 0x3d, 0x19, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x74, 0x3a, 0x19, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x77, 0x3c, 0x19, 0xff, 0x77, 0x3f, 0x19, 0xff, 0x79, 0x40, 0x19, 0xff, 0x76, 0x3e, 0x1a, 0xff, 0x74, 0x3e, 0x19, 0xff, 0x74, 0x3d, 0x1a, 0xff, 0x74, 0x3c, 0x19, 0xff, 0x77, 0x3f, 0x19, 0xff, 0x77, 0x3c, 0x1a, 0xff, 0x78, 0x40, 0x1a, 0xff, 0x7a, 0x40, 0x1b, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x80, 0x43, 0x1e, 0xff, 0x82, 0x46, 0x1e, 0xff, 0x83, 0x46, 0x22, 0xff, 0x87, 0x48, 0x22, 0xff, 0x89, 0x4a, 0x23, 0xff, 0x8b, 0x4c, 0x23, 0xff, 0x89, 0x4b, 0x23, 0xff, 0x8e, 0x4e, 0x25, 0xff, 0x92, 0x50, 0x29, 0xff, 0x97, 0x56, 0x2c, 0xff, 0x9a, 0x57, 0x2e, 0xff, 0x9d, 0x5a, 0x2f, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0xa2, 0x60, 0x32, 0xff, 0xa4, 0x64, 0x34, 0xff, 0xa6, 0x65, 0x36, 0xff, 0xa9, 0x69, 0x37, 0xff, 0xac, 0x6c, 0x39, 0xff, 0xaf, 0x70, 0x3b, 0xff, 0xb3, 0x72, 0x3a, 0xff, 0xb7, 0x74, 0x3b, 0xff, 0xb9, 0x76, 0x3f, 0xff, 0xbd, 0x79, 0x42, 0xff, 0xc2, 0x7d, 0x45, 0xff, 0xc9, 0x82, 0x48, 0xff, 0xcf, 0x86, 0x49, 0xff, 0xd2, 0x88, 0x4b, 0xff, 0xdf, 0x8d, 0x50, 0xff, 0xe7, 0x94, 0x56, 0xff, 0xe5, 0x97, 0x58, 0xff, 0xe5, 0x99, 0x59, 0xff, 0xe5, 0x98, 0x5b, 0xff, 0xe5, 0x97, 0x5a, 0xff, 0xe5, 0x95, 0x5a, 0xff, 0xe5, 0x92, 0x59, 0xff, 0xe3, 0x93, 0x59, 0xff, 0xe3, 0x92, 0x59, 0xff, 0xe4, 0x97, 0x57, 0xff, 0xe4, 0x9c, 0x58, 0xff, 0xe4, 0x9f, 0x59, 0xff, 0xe4, 0xa2, 0x5c, 0xff, 0xe3, 0xa2, 0x5e, 0xff, 0xe2, 0x9a, 0x57, 0xff, 0xe3, 0x97, 0x53, 0xff, 0xe2, 0x99, 0x57, 0xff, 0xe4, 0x9a, 0x58, 0xff, 0xe5, 0x9b, 0x59, 0xff, 0xe4, 0x99, 0x5a, 0xff, 0xe4, 0x98, 0x59, 0xff, 0xe2, 0x99, 0x59, 0xff, 0xe0, 0x9a, 0x57, 0xff, 0xe5, 0x97, 0x5b, 0xff, 0xe4, 0x96, 0x5a, 0xff, 0xe4, 0x97, 0x59, 0xff, 0xe4, 0x99, 0x5b, 0xff, 0xe4, 0x98, 0x5a, 0xff, 0xe4, 0x92, 0x53, 0xff, 0xe0, 0x93, 0x52, 0xff, 0xdd, 0x96, 0x51, 0xff, 0xdd, 0x97, 0x50, 0xff, 0xdd, 0x95, 0x51, 0xff, 0xe0, 0x98, 0x54, 0xff, 0xe0, 0x9b, 0x56, 0xff, 0xdf, 0xa0, 0x5b, 0xff, 0xe1, 0xa6, 0x65, 0xff, 0xe2, 0xa8, 0x68, 0xff, 0xe3, 0xa6, 0x69, 0xff, 0xe3, 0xa9, 0x69, 0xff, 0xe3, 0xab, 0x6c, 0xff, 0xe4, 0xab, 0x6c, 0xff, 0xe4, 0xab, 0x6c, 0xff, 0xe5, 0xa8, 0x6b, 0xff, 0xe4, 0xa7, 0x6a, 0xff, 0xe3, 0xa5, 0x68, 0xff, 0xe4, 0xa2, 0x65, 0xff, 0xe3, 0x9f, 0x62, 0xff, 0xdf, 0x99, 0x5e, 0xff, 0xd7, 0x94, 0x5a, 0xff, 0xce, 0x8f, 0x57, 0xff, 0xc6, 0x8c, 0x54, 0xff, 0xc2, 0x88, 0x51, 0xff, 0xbe, 0x85, 0x4f, 0xff, 0xba, 0x82, 0x4e, 0xff, 0xb8, 0x7e, 0x4c, 0xff, 0xb7, 0x7d, 0x4b, 0xff, 0xb4, 0x7a, 0x47, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xad, 0x71, 0x40, 0xff, 0xab, 0x71, 0x40, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa8, 0x6c, 0x40, 0xff, 0xad, 0x71, 0x44, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x96, 0x58, 0x31, 0xff, 0x92, 0x55, 0x30, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x85, 0x49, 0x26, 0xff, 0x82, 0x48, 0x24, 0xff, 0x7f, 0x46, 0x22, 0xff, 0x7f, 0x46, 0x21, 0xff, 0x7b, 0x43, 0x1e, 0xff, 0x78, 0x41, 0x1e, 0xff, 0x75, 0x40, 0x1c, 0xff, 0x74, 0x3f, 0x1a, 0xff, 0x72, 0x3c, 0x19, 0xff, 0x70, 0x3a, 0x19, 0xff, 0x70, 0x39, 0x19, 0xff, 0x70, 0x38, 0x19, 0xff, 0x71, 0x39, 0x19, 0xff, 0x71, 0x39, 0x19, 0xff, 0x71, 0x39, 0x19, 0xff, 0x71, 0x3a, 0x19, 0xff, 0x70, 0x39, 0x19, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x73, 0x3c, 0x19, 0xff, 0x77, 0x3f, 0x19, 0xff, 0x79, 0x40, 0x1a, 0xff, 0x7b, 0x41, 0x1a, 0xff, 0x7d, 0x43, 0x1b, 0xff, 0x7f, 0x45, 0x1e, 0xff, 0x82, 0x47, 0x1e, 0xff, 0x84, 0x48, 0x20, 0xff, 0x88, 0x4a, 0x22, 0xff, 0x8a, 0x4d, 0x25, 0xff, 0x88, 0x4b, 0x22, 0xff, 0xa7, 0x67, 0x38, 0xff, 0xab, 0x6c, 0x3b, 0xff, 0xa7, 0x67, 0x39, 0xff, 0xa5, 0x66, 0x37, 0xff, 0xa5, 0x64, 0x37, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa3, 0x65, 0x36, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xa4, 0x65, 0x36, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa7, 0x66, 0x38, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xad, 0x71, 0x42, 0xff, 0xb2, 0x75, 0x46, 0xff, 0xb0, 0x71, 0x42, 0xff, 0xab, 0x6a, 0x3b, 0xff, 0xa7, 0x67, 0x39, 0xff, 0xa8, 0x68, 0x3a, 0xff, 0xac, 0x6c, 0x3c, 0xff, 0xaf, 0x6f, 0x3e, 0xff, 0xac, 0x6c, 0x3d, 0xff, 0xad, 0x6d, 0x3c, 0xff, 0xab, 0x6b, 0x3c, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x86, 0x4b, 0x27, 0xff, 0x85, 0x49, 0x25, 0xff, 0x85, 0x49, 0x25, 0xff, 0x83, 0x47, 0x24, 0xff, 0x84, 0x48, 0x23, 0xff, 0x81, 0x45, 0x23, 0xff, 0x80, 0x47, 0x23, 0xff, 0x82, 0x46, 0x24, 0xff, 0x84, 0x48, 0x25, 0xff, 0x83, 0x47, 0x23, 0xff, 0x81, 0x45, 0x23, 0xff, 0x81, 0x46, 0x21, 0xff, 0x82, 0x46, 0x23, 0xff, 0x81, 0x45, 0x23, 0xff, 0x81, 0x46, 0x23, 0xff, 0x82, 0x45, 0x23, 0xff, 0x84, 0x47, 0x24, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x85, 0x49, 0x27, 0xff, 0x83, 0x46, 0x24, 0xff, 0x80, 0x44, 0x21, 0xff, 0x80, 0x44, 0x22, 0xff, 0x7e, 0x42, 0x1f, 0xff, - 0x7d, 0x42, 0x1f, 0xff, 0x7d, 0x43, 0x1d, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x78, 0x40, 0x1d, 0xff, 0x76, 0x3d, 0x1b, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x74, 0x3c, 0x19, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x73, 0x38, 0x19, 0xff, 0x71, 0x3a, 0x19, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x77, 0x40, 0x1b, 0xff, 0x75, 0x3b, 0x19, 0xff, 0x71, 0x38, 0x19, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x71, 0x37, 0x19, 0xff, 0x71, 0x38, 0x19, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x71, 0x39, 0x19, 0xff, 0x73, 0x3c, 0x19, 0xff, 0x77, 0x3f, 0x19, 0xff, 0x7b, 0x41, 0x1b, 0xff, 0x7f, 0x43, 0x1c, 0xff, 0x7f, 0x44, 0x1d, 0xff, 0x83, 0x47, 0x1f, 0xff, 0x85, 0x46, 0x22, 0xff, 0x85, 0x47, 0x22, 0xff, 0x89, 0x4a, 0x24, 0xff, 0x8c, 0x4c, 0x24, 0xff, 0x8a, 0x49, 0x23, 0xff, 0x8e, 0x4d, 0x25, 0xff, 0x92, 0x51, 0x29, 0xff, 0x96, 0x57, 0x2c, 0xff, 0x9a, 0x58, 0x2e, 0xff, 0x9d, 0x5b, 0x30, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9f, 0x5e, 0x30, 0xff, 0xa1, 0x61, 0x32, 0xff, 0xa3, 0x64, 0x34, 0xff, 0xa7, 0x66, 0x35, 0xff, 0xab, 0x68, 0x36, 0xff, 0xae, 0x6c, 0x38, 0xff, 0xb1, 0x71, 0x3a, 0xff, 0xb5, 0x72, 0x3b, 0xff, 0xb7, 0x74, 0x3e, 0xff, 0xba, 0x76, 0x40, 0xff, 0xbd, 0x79, 0x42, 0xff, 0xc2, 0x7d, 0x44, 0xff, 0xc9, 0x82, 0x47, 0xff, 0xd2, 0x87, 0x4a, 0xff, 0xdd, 0x8d, 0x4e, 0xff, 0xe5, 0x93, 0x55, 0xff, 0xe5, 0x99, 0x5a, 0xff, 0xe5, 0x9d, 0x5b, 0xff, 0xe5, 0x99, 0x5a, 0xff, 0xe5, 0x97, 0x5a, 0xff, 0xe5, 0x94, 0x59, 0xff, 0xe6, 0x93, 0x5a, 0xff, 0xe4, 0x92, 0x59, 0xff, 0xe1, 0x92, 0x56, 0xff, 0xe3, 0x99, 0x55, 0xff, 0xe4, 0x9a, 0x56, 0xff, 0xe5, 0x9c, 0x59, 0xff, 0xe4, 0x9d, 0x5b, 0xff, 0xe3, 0xa1, 0x5e, 0xff, 0xe4, 0xa2, 0x5e, 0xff, 0xe2, 0x9a, 0x57, 0xff, 0xe5, 0x99, 0x58, 0xff, 0xe4, 0x9a, 0x58, 0xff, 0xe4, 0x99, 0x59, 0xff, 0xe3, 0x98, 0x59, 0xff, 0xe3, 0x98, 0x5a, 0xff, 0xe3, 0x97, 0x58, 0xff, 0xe1, 0x9a, 0x56, 0xff, 0xe3, 0x98, 0x58, 0xff, 0xe5, 0x98, 0x5c, 0xff, 0xe3, 0x96, 0x59, 0xff, 0xe4, 0x99, 0x5c, 0xff, 0xe3, 0x98, 0x58, 0xff, 0xdd, 0x91, 0x52, 0xff, 0xd9, 0x91, 0x52, 0xff, 0xd8, 0x93, 0x4f, 0xff, 0xd9, 0x92, 0x51, 0xff, 0xd8, 0x95, 0x50, 0xff, 0xd8, 0x93, 0x52, 0xff, 0xdb, 0x99, 0x58, 0xff, 0xdf, 0xa0, 0x5e, 0xff, 0xdf, 0xa9, 0x65, 0xff, 0xe3, 0xac, 0x6c, 0xff, 0xe3, 0xab, 0x6c, 0xff, 0xe3, 0xb1, 0x6e, 0xff, 0xe4, 0xb5, 0x72, 0xff, 0xe5, 0xb7, 0x72, 0xff, 0xe5, 0xb6, 0x6f, 0xff, 0xe5, 0xb5, 0x71, 0xff, 0xe4, 0xb4, 0x6f, 0xff, 0xe4, 0xaf, 0x6d, 0xff, 0xe3, 0xa9, 0x6b, 0xff, 0xe3, 0xa6, 0x68, 0xff, 0xe4, 0xa1, 0x65, 0xff, 0xe2, 0x9b, 0x62, 0xff, 0xdb, 0x95, 0x5b, 0xff, 0xd0, 0x8f, 0x55, 0xff, 0xc9, 0x8d, 0x54, 0xff, 0xc6, 0x8b, 0x54, 0xff, 0xc1, 0x87, 0x52, 0xff, 0xbc, 0x83, 0x50, 0xff, 0xba, 0x81, 0x50, 0xff, 0xb6, 0x7c, 0x49, 0xff, 0xb2, 0x77, 0x43, 0xff, 0xb0, 0x76, 0x44, 0xff, 0xad, 0x74, 0x44, 0xff, 0xaa, 0x71, 0x42, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xad, 0x72, 0x43, 0xff, 0xae, 0x72, 0x43, 0xff, 0xab, 0x6e, 0x40, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa2, 0x63, 0x39, 0xff, 0x9f, 0x61, 0x36, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x96, 0x58, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x85, 0x49, 0x25, 0xff, 0x82, 0x47, 0x23, 0xff, 0x80, 0x46, 0x21, 0xff, 0x7f, 0x45, 0x20, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x77, 0x40, 0x1e, 0xff, 0x75, 0x40, 0x1c, 0xff, 0x72, 0x3e, 0x19, 0xff, 0x70, 0x38, 0x19, 0xff, 0x6e, 0x36, 0x19, 0xff, 0x6d, 0x37, 0x19, 0xff, 0x6d, 0x38, 0x19, 0xff, 0x6d, 0x37, 0x19, 0xff, 0x6d, 0x37, 0x19, 0xff, 0x6d, 0x36, 0x19, 0xff, 0x6d, 0x37, 0x19, 0xff, 0x6d, 0x37, 0x19, 0xff, 0x70, 0x37, 0x19, 0xff, 0x71, 0x39, 0x19, 0xff, 0x72, 0x39, 0x19, 0xff, 0x71, 0x3a, 0x19, 0xff, 0x74, 0x3c, 0x19, 0xff, 0x76, 0x3d, 0x19, 0xff, 0x7a, 0x41, 0x19, 0xff, 0x7d, 0x42, 0x19, 0xff, 0x7f, 0x45, 0x1c, 0xff, 0x82, 0x47, 0x1e, 0xff, 0x84, 0x48, 0x1f, 0xff, 0x86, 0x47, 0x20, 0xff, 0x8b, 0x4c, 0x26, 0xff, 0xa5, 0x66, 0x37, 0xff, 0xa9, 0x68, 0x39, 0xff, 0xa6, 0x66, 0x37, 0xff, 0xa3, 0x64, 0x34, 0xff, 0xa1, 0x61, 0x33, 0xff, 0xa1, 0x61, 0x33, 0xff, 0xa1, 0x61, 0x34, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa3, 0x64, 0x36, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0xa0, 0x60, 0x34, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0xab, 0x6b, 0x3c, 0xff, 0xaa, 0x6a, 0x3c, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xa7, 0x66, 0x39, 0xff, 0xa5, 0x63, 0x37, 0xff, 0xa6, 0x64, 0x38, 0xff, 0xa9, 0x68, 0x3a, 0xff, 0xad, 0x6d, 0x3c, 0xff, 0xb0, 0x71, 0x40, 0xff, 0xb1, 0x72, 0x42, 0xff, 0xa2, 0x64, 0x39, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x83, 0x49, 0x26, 0xff, 0x85, 0x48, 0x25, 0xff, 0x83, 0x46, 0x24, 0xff, 0x81, 0x45, 0x22, 0xff, 0x81, 0x46, 0x24, 0xff, 0x80, 0x46, 0x23, 0xff, 0x81, 0x47, 0x23, 0xff, 0x83, 0x46, 0x24, 0xff, 0x81, 0x45, 0x22, 0xff, 0x81, 0x45, 0x22, 0xff, 0x80, 0x44, 0x20, 0xff, 0x80, 0x44, 0x1f, 0xff, 0x80, 0x46, 0x21, 0xff, 0x80, 0x45, 0x1f, 0xff, 0x80, 0x45, 0x22, 0xff, 0x7f, 0x44, 0x21, 0xff, 0x7f, 0x44, 0x1f, 0xff, 0x8a, 0x4f, 0x2d, 0xff, 0x90, 0x52, 0x30, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x87, 0x49, 0x27, 0xff, 0x84, 0x48, 0x24, 0xff, 0x82, 0x46, 0x23, 0xff, 0x80, 0x45, 0x21, 0xff, 0x80, 0x44, 0x1f, 0xff, - 0x7e, 0x42, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7d, 0x41, 0x1d, 0xff, 0x79, 0x41, 0x1d, 0xff, 0x79, 0x3f, 0x1b, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x79, 0x3f, 0x1b, 0xff, 0x79, 0x41, 0x1d, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x74, 0x3c, 0x18, 0xff, 0x75, 0x3d, 0x19, 0xff, 0x77, 0x3f, 0x1a, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x77, 0x3d, 0x1a, 0xff, 0x70, 0x38, 0x19, 0xff, 0x71, 0x3c, 0x19, 0xff, 0x6f, 0x37, 0x19, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x6f, 0x39, 0x19, 0xff, 0x6f, 0x38, 0x19, 0xff, 0x71, 0x36, 0x19, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x75, 0x3d, 0x1b, 0xff, 0x79, 0x40, 0x1b, 0xff, 0x7c, 0x43, 0x1b, 0xff, 0x7e, 0x44, 0x1d, 0xff, 0x80, 0x45, 0x1d, 0xff, 0x83, 0x46, 0x1f, 0xff, 0x84, 0x47, 0x21, 0xff, 0x87, 0x47, 0x21, 0xff, 0x8a, 0x49, 0x24, 0xff, 0x8a, 0x4b, 0x24, 0xff, 0x8a, 0x4a, 0x23, 0xff, 0x8f, 0x4f, 0x26, 0xff, 0x94, 0x54, 0x2a, 0xff, 0x98, 0x56, 0x2c, 0xff, 0x9c, 0x59, 0x2f, 0xff, 0x9f, 0x5d, 0x32, 0xff, 0x9c, 0x5a, 0x30, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0xa3, 0x64, 0x34, 0xff, 0xa5, 0x67, 0x35, 0xff, 0xa8, 0x67, 0x36, 0xff, 0xac, 0x6a, 0x37, 0xff, 0xaf, 0x6e, 0x39, 0xff, 0xb3, 0x72, 0x3b, 0xff, 0xb6, 0x72, 0x3c, 0xff, 0xb7, 0x74, 0x3f, 0xff, 0xba, 0x77, 0x42, 0xff, 0xbf, 0x7c, 0x45, 0xff, 0xc4, 0x7f, 0x46, 0xff, 0xcd, 0x86, 0x4a, 0xff, 0xdd, 0x8d, 0x51, 0xff, 0xe5, 0x94, 0x57, 0xff, 0xe5, 0x9b, 0x5d, 0xff, 0xe5, 0xa0, 0x61, 0xff, 0xe5, 0x9e, 0x5f, 0xff, 0xe2, 0x98, 0x5d, 0xff, 0xdd, 0x93, 0x58, 0xff, 0xde, 0x91, 0x58, 0xff, 0xe6, 0x94, 0x5a, 0xff, 0xe1, 0x95, 0x56, 0xff, 0xe3, 0x99, 0x54, 0xff, 0xe4, 0x99, 0x55, 0xff, 0xe3, 0x99, 0x56, 0xff, 0xe5, 0x9a, 0x59, 0xff, 0xe5, 0x9d, 0x5a, 0xff, 0xe5, 0xa1, 0x5e, 0xff, 0xe3, 0xa0, 0x5f, 0xff, 0xe3, 0x98, 0x55, 0xff, 0xe5, 0x9a, 0x57, 0xff, 0xe3, 0x9a, 0x58, 0xff, 0xe5, 0x9a, 0x59, 0xff, 0xe5, 0x97, 0x5a, 0xff, 0xe2, 0x94, 0x57, 0xff, 0xde, 0x98, 0x54, 0xff, 0xe1, 0x9a, 0x58, 0xff, 0xe5, 0x96, 0x5a, 0xff, 0xe4, 0x94, 0x58, 0xff, 0xe5, 0x98, 0x5b, 0xff, 0xe2, 0x98, 0x5a, 0xff, 0xdb, 0x93, 0x56, 0xff, 0xd8, 0x8f, 0x52, 0xff, 0xd8, 0x93, 0x4f, 0xff, 0xd7, 0x94, 0x4e, 0xff, 0xda, 0x95, 0x53, 0xff, 0xdb, 0x98, 0x56, 0xff, 0xda, 0x99, 0x5a, 0xff, 0xdd, 0x9c, 0x5f, 0xff, 0xe2, 0xa8, 0x69, 0xff, 0xe4, 0xad, 0x6e, 0xff, 0xe3, 0xae, 0x6f, 0xff, 0xe4, 0xb6, 0x72, 0xff, 0xe6, 0xc1, 0x77, 0xff, 0xe5, 0xc4, 0x78, 0xff, 0xe4, 0xc6, 0x79, 0xff, 0xe4, 0xc8, 0x7a, 0xff, 0xe2, 0xc2, 0x78, 0xff, 0xe3, 0xc1, 0x76, 0xff, 0xe5, 0xbb, 0x74, 0xff, 0xe4, 0xb0, 0x71, 0xff, 0xe4, 0xa9, 0x6c, 0xff, 0xe4, 0xa3, 0x66, 0xff, 0xe3, 0x9c, 0x61, 0xff, 0xdc, 0x95, 0x5c, 0xff, 0xd4, 0x92, 0x5b, 0xff, 0xcc, 0x8f, 0x57, 0xff, 0xc5, 0x8a, 0x54, 0xff, 0xc3, 0x89, 0x53, 0xff, 0xbe, 0x84, 0x50, 0xff, 0xb9, 0x7f, 0x4b, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb4, 0x7b, 0x48, 0xff, 0xb1, 0x79, 0x47, 0xff, 0xad, 0x76, 0x45, 0xff, 0xab, 0x72, 0x42, 0xff, 0xa8, 0x6e, 0x40, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0xb1, 0x74, 0x45, 0xff, 0xb0, 0x73, 0x43, 0xff, 0xad, 0x71, 0x41, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa1, 0x63, 0x37, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x98, 0x59, 0x32, 0xff, 0x96, 0x58, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x86, 0x4a, 0x26, 0xff, 0x83, 0x46, 0x24, 0xff, 0x81, 0x46, 0x24, 0xff, 0x7e, 0x44, 0x21, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x78, 0x40, 0x1d, 0xff, 0x74, 0x40, 0x1b, 0xff, 0x72, 0x3d, 0x19, 0xff, 0x71, 0x37, 0x19, 0xff, 0x6f, 0x38, 0x19, 0xff, 0x6b, 0x37, 0x19, 0xff, 0x68, 0x35, 0x19, 0xff, 0x6b, 0x36, 0x19, 0xff, 0x6c, 0x37, 0x19, 0xff, 0x6b, 0x38, 0x19, 0xff, 0x6b, 0x38, 0x19, 0xff, 0x6c, 0x37, 0x19, 0xff, 0x6d, 0x37, 0x19, 0xff, 0x6f, 0x37, 0x19, 0xff, 0x6f, 0x37, 0x19, 0xff, 0x70, 0x3a, 0x19, 0xff, 0x71, 0x3a, 0x19, 0xff, 0x73, 0x3a, 0x19, 0xff, 0x75, 0x3e, 0x19, 0xff, 0x78, 0x40, 0x19, 0xff, 0x7b, 0x41, 0x19, 0xff, 0x7e, 0x43, 0x19, 0xff, 0x81, 0x44, 0x1d, 0xff, 0x83, 0x47, 0x20, 0xff, 0x8d, 0x4e, 0x28, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa7, 0x69, 0x38, 0xff, 0xa3, 0x62, 0x35, 0xff, 0xa1, 0x61, 0x33, 0xff, 0x9f, 0x60, 0x32, 0xff, 0x9f, 0x5e, 0x33, 0xff, 0x9f, 0x5e, 0x33, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa1, 0x60, 0x35, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xa3, 0x62, 0x36, 0xff, 0xa3, 0x62, 0x36, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa2, 0x61, 0x35, 0xff, 0xa3, 0x62, 0x36, 0xff, 0xa5, 0x64, 0x37, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xad, 0x6d, 0x3d, 0xff, 0xaf, 0x71, 0x3f, 0xff, 0x9b, 0x5d, 0x36, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x86, 0x49, 0x27, 0xff, 0x84, 0x49, 0x26, 0xff, 0x84, 0x47, 0x26, 0xff, 0x84, 0x47, 0x25, 0xff, 0x80, 0x47, 0x24, 0xff, 0x7f, 0x46, 0x23, 0xff, 0x7f, 0x46, 0x22, 0xff, 0x80, 0x45, 0x21, 0xff, 0x7f, 0x45, 0x22, 0xff, 0x82, 0x47, 0x22, 0xff, 0x81, 0x45, 0x22, 0xff, 0x81, 0x46, 0x22, 0xff, 0x7e, 0x44, 0x22, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x80, 0x45, 0x22, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x7c, 0x41, 0x1e, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x90, 0x53, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x84, 0x47, 0x24, 0xff, 0x83, 0x46, 0x23, 0xff, 0x81, 0x45, 0x22, 0xff, 0x7f, 0x45, 0x22, 0xff, - 0x80, 0x44, 0x20, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x79, 0x40, 0x1a, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x79, 0x40, 0x1e, 0xff, 0x79, 0x40, 0x1b, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7a, 0x40, 0x1b, 0xff, 0x77, 0x3e, 0x1a, 0xff, 0x77, 0x3f, 0x1a, 0xff, 0x78, 0x40, 0x1b, 0xff, 0x78, 0x40, 0x1b, 0xff, 0x77, 0x3f, 0x1a, 0xff, 0x71, 0x3b, 0x18, 0xff, 0x71, 0x39, 0x19, 0xff, 0x72, 0x3c, 0x18, 0xff, 0x71, 0x36, 0x19, 0xff, 0x70, 0x38, 0x18, 0xff, 0x6e, 0x36, 0x19, 0xff, 0x6f, 0x37, 0x19, 0xff, 0x70, 0x39, 0x18, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x79, 0x40, 0x1b, 0xff, 0x7a, 0x42, 0x1c, 0xff, 0x7d, 0x43, 0x1d, 0xff, 0x7e, 0x44, 0x21, 0xff, 0x81, 0x45, 0x1f, 0xff, 0x84, 0x46, 0x21, 0xff, 0x84, 0x46, 0x22, 0xff, 0x88, 0x48, 0x22, 0xff, 0x8a, 0x4b, 0x23, 0xff, 0x8b, 0x4b, 0x24, 0xff, 0x8d, 0x4c, 0x24, 0xff, 0x91, 0x51, 0x29, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x9c, 0x5b, 0x2f, 0xff, 0xa0, 0x5e, 0x31, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9e, 0x60, 0x33, 0xff, 0xa2, 0x64, 0x35, 0xff, 0xa7, 0x68, 0x36, 0xff, 0xaa, 0x69, 0x36, 0xff, 0xad, 0x6b, 0x39, 0xff, 0xb1, 0x71, 0x3b, 0xff, 0xb3, 0x72, 0x3c, 0xff, 0xb5, 0x73, 0x3d, 0xff, 0xb9, 0x76, 0x40, 0xff, 0xbe, 0x7a, 0x44, 0xff, 0xc0, 0x7d, 0x46, 0xff, 0xc9, 0x84, 0x49, 0xff, 0xd6, 0x8b, 0x50, 0xff, 0xe2, 0x93, 0x57, 0xff, 0xe5, 0x9b, 0x5e, 0xff, 0xe3, 0x9f, 0x65, 0xff, 0xd7, 0x97, 0x5d, 0xff, 0xd7, 0x91, 0x58, 0xff, 0xd8, 0x91, 0x58, 0xff, 0xdd, 0x93, 0x5a, 0xff, 0xe6, 0x96, 0x5c, 0xff, 0xe3, 0x97, 0x59, 0xff, 0xe4, 0x9b, 0x57, 0xff, 0xe4, 0x9b, 0x55, 0xff, 0xe4, 0x99, 0x56, 0xff, 0xe4, 0x9b, 0x58, 0xff, 0xe4, 0x9e, 0x5b, 0xff, 0xe4, 0x9f, 0x5d, 0xff, 0xe6, 0xa1, 0x60, 0xff, 0xe4, 0xa2, 0x60, 0xff, 0xe1, 0x99, 0x59, 0xff, 0xe4, 0x98, 0x57, 0xff, 0xe5, 0x9a, 0x58, 0xff, 0xe3, 0x97, 0x58, 0xff, 0xe3, 0x96, 0x58, 0xff, 0xde, 0x97, 0x55, 0xff, 0xdd, 0x98, 0x54, 0xff, 0xe2, 0x98, 0x5b, 0xff, 0xe4, 0x95, 0x5a, 0xff, 0xe5, 0x97, 0x5a, 0xff, 0xe4, 0x98, 0x5b, 0xff, 0xde, 0x94, 0x58, 0xff, 0xd8, 0x8f, 0x51, 0xff, 0xd8, 0x94, 0x52, 0xff, 0xd7, 0x95, 0x51, 0xff, 0xd5, 0x92, 0x51, 0xff, 0xd9, 0x97, 0x56, 0xff, 0xde, 0x9c, 0x5c, 0xff, 0xe0, 0xa2, 0x61, 0xff, 0xe0, 0xa7, 0x67, 0xff, 0xe3, 0xac, 0x6d, 0xff, 0xe3, 0xb1, 0x72, 0xff, 0xe5, 0xbc, 0x78, 0xff, 0xe4, 0xc7, 0x7c, 0xff, 0xe2, 0xd0, 0x7f, 0xff, 0xdf, 0xd1, 0x82, 0xff, 0xdd, 0xd0, 0x82, 0xff, 0xde, 0xce, 0x82, 0xff, 0xe0, 0xcf, 0x80, 0xff, 0xe1, 0xc9, 0x7b, 0xff, 0xe3, 0xbe, 0x76, 0xff, 0xe4, 0xb5, 0x72, 0xff, 0xe4, 0xac, 0x6d, 0xff, 0xe5, 0xa5, 0x68, 0xff, 0xe2, 0x9e, 0x61, 0xff, 0xe0, 0x99, 0x5e, 0xff, 0xdc, 0x98, 0x5e, 0xff, 0xd4, 0x94, 0x5c, 0xff, 0xce, 0x91, 0x5b, 0xff, 0xc7, 0x8b, 0x57, 0xff, 0xba, 0x80, 0x4c, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xaa, 0x6f, 0x42, 0xff, 0xa5, 0x6c, 0x40, 0xff, 0xa2, 0x68, 0x3d, 0xff, 0x9f, 0x65, 0x3b, 0xff, 0x9d, 0x63, 0x3a, 0xff, 0x9d, 0x63, 0x3a, 0xff, 0xa9, 0x6d, 0x41, 0xff, 0xb1, 0x74, 0x44, 0xff, 0xae, 0x71, 0x42, 0xff, 0xad, 0x6f, 0x42, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa2, 0x64, 0x38, 0xff, 0x9f, 0x61, 0x35, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x97, 0x59, 0x31, 0xff, 0x93, 0x56, 0x2f, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x88, 0x4b, 0x27, 0xff, 0x85, 0x48, 0x25, 0xff, 0x81, 0x46, 0x22, 0xff, 0x7e, 0x44, 0x1f, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x7a, 0x41, 0x1c, 0xff, 0x75, 0x40, 0x1a, 0xff, 0x71, 0x3d, 0x19, 0xff, 0x71, 0x38, 0x19, 0xff, 0x6f, 0x36, 0x19, 0xff, 0x6b, 0x36, 0x19, 0xff, 0x69, 0x35, 0x19, 0xff, 0x68, 0x35, 0x19, 0xff, 0x68, 0x35, 0x19, 0xff, 0x69, 0x36, 0x19, 0xff, 0x68, 0x36, 0x19, 0xff, 0x69, 0x35, 0x19, 0xff, 0x6a, 0x36, 0x19, 0xff, 0x6b, 0x35, 0x19, 0xff, 0x6b, 0x35, 0x19, 0xff, 0x6c, 0x36, 0x19, 0xff, 0x6e, 0x37, 0x19, 0xff, 0x70, 0x37, 0x19, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x74, 0x3d, 0x19, 0xff, 0x76, 0x3e, 0x19, 0xff, 0x7a, 0x40, 0x19, 0xff, 0x7e, 0x42, 0x1a, 0xff, 0x81, 0x43, 0x1d, 0xff, 0x8d, 0x4f, 0x29, 0xff, 0xa3, 0x65, 0x37, 0xff, 0xa7, 0x67, 0x37, 0xff, 0xa2, 0x61, 0x35, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x99, 0x58, 0x30, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa1, 0x60, 0x35, 0xff, 0x9e, 0x5d, 0x32, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0x9e, 0x5d, 0x32, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa3, 0x62, 0x37, 0xff, 0xa8, 0x68, 0x39, 0xff, 0xab, 0x6c, 0x3d, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x93, 0x57, 0x31, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x86, 0x49, 0x26, 0xff, 0x83, 0x48, 0x25, 0xff, 0x83, 0x47, 0x24, 0xff, 0x80, 0x47, 0x24, 0xff, 0x80, 0x46, 0x24, 0xff, 0x80, 0x45, 0x23, 0xff, 0x7f, 0x45, 0x22, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x81, 0x45, 0x21, 0xff, 0x82, 0x45, 0x22, 0xff, 0x80, 0x44, 0x22, 0xff, 0x7f, 0x43, 0x22, 0xff, 0x7d, 0x42, 0x1f, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x7d, 0x43, 0x20, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7c, 0x41, 0x1f, 0xff, 0x7c, 0x43, 0x1e, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x92, 0x55, 0x32, 0xff, 0x92, 0x55, 0x31, 0xff, 0x91, 0x54, 0x32, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x88, 0x4b, 0x27, 0xff, 0x86, 0x49, 0x27, 0xff, 0x83, 0x48, 0x24, 0xff, 0x82, 0x46, 0x23, 0xff, 0x80, 0x45, 0x21, 0xff, - 0x81, 0x46, 0x23, 0xff, 0x7e, 0x44, 0x22, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x7b, 0x43, 0x1f, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x79, 0x40, 0x1a, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x7d, 0x41, 0x1e, 0xff, 0x7d, 0x43, 0x1d, 0xff, 0x7d, 0x42, 0x1d, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x7a, 0x40, 0x1a, 0xff, 0x78, 0x3f, 0x1a, 0xff, 0x73, 0x3e, 0x19, 0xff, 0x72, 0x3b, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x71, 0x39, 0x18, 0xff, 0x70, 0x3a, 0x18, 0xff, 0x6f, 0x37, 0x18, 0xff, 0x6e, 0x36, 0x18, 0xff, 0x6d, 0x36, 0x18, 0xff, 0x71, 0x38, 0x18, 0xff, 0x71, 0x3d, 0x18, 0xff, 0x73, 0x3f, 0x1a, 0xff, 0x75, 0x3f, 0x1d, 0xff, 0x78, 0x42, 0x1e, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7c, 0x44, 0x22, 0xff, 0x80, 0x45, 0x1f, 0xff, 0x81, 0x45, 0x22, 0xff, 0x84, 0x46, 0x22, 0xff, 0x85, 0x46, 0x22, 0xff, 0x89, 0x49, 0x22, 0xff, 0x8b, 0x4b, 0x24, 0xff, 0x8a, 0x4b, 0x24, 0xff, 0x8f, 0x4f, 0x25, 0xff, 0x92, 0x52, 0x2a, 0xff, 0x95, 0x53, 0x2c, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xa5, 0x65, 0x36, 0xff, 0xa7, 0x67, 0x36, 0xff, 0xab, 0x6a, 0x38, 0xff, 0xaf, 0x6e, 0x3a, 0xff, 0xb0, 0x6e, 0x3b, 0xff, 0xb2, 0x71, 0x3d, 0xff, 0xb5, 0x75, 0x3e, 0xff, 0xba, 0x79, 0x43, 0xff, 0xbf, 0x7e, 0x45, 0xff, 0xc6, 0x84, 0x48, 0xff, 0xd2, 0x89, 0x4e, 0xff, 0xde, 0x93, 0x56, 0xff, 0xdb, 0x98, 0x5d, 0xff, 0xcd, 0x90, 0x58, 0xff, 0xce, 0x92, 0x59, 0xff, 0xd2, 0x95, 0x5a, 0xff, 0xd5, 0x94, 0x5b, 0xff, 0xda, 0x95, 0x5b, 0xff, 0xe4, 0x9a, 0x5d, 0xff, 0xe0, 0x9b, 0x5c, 0xff, 0xe4, 0x9f, 0x5a, 0xff, 0xe5, 0x9a, 0x57, 0xff, 0xe3, 0x98, 0x56, 0xff, 0xe4, 0x9b, 0x57, 0xff, 0xe4, 0x9e, 0x5a, 0xff, 0xe5, 0x9e, 0x5c, 0xff, 0xe5, 0xa1, 0x60, 0xff, 0xe5, 0xa2, 0x60, 0xff, 0xe4, 0xa0, 0x5e, 0xff, 0xe4, 0x9a, 0x59, 0xff, 0xe5, 0x97, 0x58, 0xff, 0xe3, 0x96, 0x58, 0xff, 0xe3, 0x97, 0x58, 0xff, 0xdf, 0x97, 0x55, 0xff, 0xda, 0x98, 0x52, 0xff, 0xdd, 0x95, 0x57, 0xff, 0xe6, 0x99, 0x5e, 0xff, 0xe4, 0x98, 0x5b, 0xff, 0xe6, 0x99, 0x5c, 0xff, 0xe1, 0x95, 0x59, 0xff, 0xd9, 0x90, 0x52, 0xff, 0xda, 0x94, 0x51, 0xff, 0xd6, 0x92, 0x50, 0xff, 0xd7, 0x94, 0x52, 0xff, 0xdb, 0x99, 0x58, 0xff, 0xdb, 0x9b, 0x5d, 0xff, 0xe0, 0xa0, 0x63, 0xff, 0xe4, 0xaa, 0x6b, 0xff, 0xe3, 0xae, 0x6f, 0xff, 0xe3, 0xb9, 0x76, 0xff, 0xe6, 0xc6, 0x7d, 0xff, 0xe3, 0xcb, 0x80, 0xff, 0xde, 0xd0, 0x86, 0xff, 0xdd, 0xd2, 0x8c, 0xff, 0xde, 0xd3, 0x8d, 0xff, 0xdd, 0xd3, 0x8d, 0xff, 0xde, 0xd2, 0x8b, 0xff, 0xde, 0xd1, 0x87, 0xff, 0xdf, 0xcf, 0x82, 0xff, 0xe3, 0xc7, 0x79, 0xff, 0xe5, 0xbb, 0x73, 0xff, 0xe4, 0xae, 0x70, 0xff, 0xe6, 0xab, 0x6d, 0xff, 0xe8, 0xac, 0x6f, 0xff, 0xd5, 0x9a, 0x62, 0xff, 0xb6, 0x7d, 0x4c, 0xff, 0xad, 0x71, 0x44, 0xff, 0xa6, 0x6a, 0x3f, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x96, 0x59, 0x33, 0xff, 0x95, 0x5a, 0x34, 0xff, 0x94, 0x59, 0x33, 0xff, 0x92, 0x57, 0x32, 0xff, 0x97, 0x5a, 0x35, 0xff, 0xa8, 0x6b, 0x40, 0xff, 0xb0, 0x72, 0x44, 0xff, 0xad, 0x70, 0x41, 0xff, 0xac, 0x6f, 0x41, 0xff, 0xa9, 0x6c, 0x3e, 0xff, 0xa7, 0x69, 0x3b, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa0, 0x60, 0x37, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x96, 0x59, 0x31, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x86, 0x4a, 0x26, 0xff, 0x81, 0x47, 0x23, 0xff, 0x7e, 0x45, 0x20, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x79, 0x40, 0x1b, 0xff, 0x75, 0x3f, 0x1a, 0xff, 0x72, 0x3e, 0x19, 0xff, 0x70, 0x3a, 0x19, 0xff, 0x6d, 0x36, 0x18, 0xff, 0x6b, 0x36, 0x19, 0xff, 0x69, 0x36, 0x19, 0xff, 0x68, 0x37, 0x18, 0xff, 0x68, 0x37, 0x19, 0xff, 0x67, 0x37, 0x18, 0xff, 0x67, 0x37, 0x18, 0xff, 0x68, 0x37, 0x19, 0xff, 0x68, 0x37, 0x19, 0xff, 0x68, 0x36, 0x18, 0xff, 0x69, 0x36, 0x19, 0xff, 0x6a, 0x37, 0x19, 0xff, 0x6b, 0x37, 0x19, 0xff, 0x6d, 0x36, 0x18, 0xff, 0x6f, 0x37, 0x18, 0xff, 0x71, 0x3a, 0x19, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x75, 0x3d, 0x19, 0xff, 0x7e, 0x44, 0x1d, 0xff, 0x80, 0x43, 0x1b, 0xff, 0x8b, 0x4d, 0x28, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa2, 0x62, 0x34, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa0, 0x60, 0x35, 0xff, 0x9e, 0x60, 0x33, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa0, 0x5f, 0x33, 0xff, 0x9d, 0x5b, 0x32, 0xff, 0x9d, 0x5b, 0x32, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9c, 0x5b, 0x32, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x9f, 0x5d, 0x34, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x96, 0x58, 0x32, 0xff, 0x95, 0x58, 0x33, 0xff, 0x97, 0x59, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x97, 0x59, 0x32, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x85, 0x48, 0x26, 0xff, 0x84, 0x47, 0x24, 0xff, 0x82, 0x47, 0x24, 0xff, 0x81, 0x46, 0x24, 0xff, 0x80, 0x45, 0x23, 0xff, 0x7f, 0x43, 0x21, 0xff, 0x7d, 0x42, 0x20, 0xff, 0x80, 0x45, 0x21, 0xff, 0x80, 0x45, 0x22, 0xff, 0x7f, 0x43, 0x22, 0xff, 0x7f, 0x43, 0x22, 0xff, 0x7d, 0x42, 0x1f, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7e, 0x42, 0x20, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7c, 0x41, 0x1e, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x84, 0x49, 0x26, 0xff, 0x92, 0x55, 0x31, 0xff, 0x92, 0x55, 0x31, 0xff, 0x91, 0x55, 0x31, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x84, 0x47, 0x24, 0xff, 0x84, 0x47, 0x24, 0xff, 0x80, 0x46, 0x23, 0xff, - 0x80, 0x46, 0x23, 0xff, 0x80, 0x46, 0x23, 0xff, 0x7f, 0x44, 0x1f, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7c, 0x41, 0x1d, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x7b, 0x42, 0x1a, 0xff, 0x7e, 0x43, 0x1d, 0xff, 0x7e, 0x43, 0x1e, 0xff, 0x7e, 0x43, 0x1d, 0xff, 0x7e, 0x44, 0x1d, 0xff, 0x7d, 0x42, 0x1d, 0xff, 0x76, 0x3d, 0x1b, 0xff, 0x73, 0x3c, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x36, 0x18, 0xff, 0x6f, 0x37, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x6f, 0x36, 0x18, 0xff, 0x70, 0x3c, 0x18, 0xff, 0x73, 0x3c, 0x19, 0xff, 0x76, 0x40, 0x1c, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x79, 0x42, 0x1e, 0xff, 0x7a, 0x42, 0x1f, 0xff, 0x7c, 0x44, 0x22, 0xff, 0x7e, 0x45, 0x22, 0xff, 0x80, 0x46, 0x22, 0xff, 0x82, 0x45, 0x21, 0xff, 0x85, 0x46, 0x22, 0xff, 0x87, 0x47, 0x22, 0xff, 0x89, 0x4a, 0x23, 0xff, 0x8b, 0x4c, 0x24, 0xff, 0x8b, 0x4b, 0x24, 0xff, 0x8f, 0x4e, 0x27, 0xff, 0x92, 0x52, 0x2b, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x9a, 0x59, 0x2e, 0xff, 0x9e, 0x5d, 0x31, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9c, 0x60, 0x33, 0xff, 0xa1, 0x62, 0x35, 0xff, 0xa5, 0x63, 0x35, 0xff, 0xa9, 0x66, 0x36, 0xff, 0xab, 0x69, 0x37, 0xff, 0xad, 0x6d, 0x3a, 0xff, 0xaf, 0x70, 0x3c, 0xff, 0xb1, 0x72, 0x3e, 0xff, 0xb7, 0x76, 0x41, 0xff, 0xbd, 0x7d, 0x45, 0xff, 0xc3, 0x80, 0x47, 0xff, 0xcc, 0x86, 0x4b, 0xff, 0xd2, 0x8a, 0x4f, 0xff, 0xc6, 0x88, 0x51, 0xff, 0xc7, 0x8f, 0x57, 0xff, 0xca, 0x90, 0x59, 0xff, 0xce, 0x92, 0x5b, 0xff, 0xd0, 0x94, 0x5d, 0xff, 0xd9, 0x95, 0x5d, 0xff, 0xe1, 0x99, 0x5e, 0xff, 0xdb, 0xa2, 0x61, 0xff, 0xe4, 0xa6, 0x61, 0xff, 0xe6, 0xa1, 0x5c, 0xff, 0xe4, 0x9a, 0x58, 0xff, 0xe4, 0x9a, 0x58, 0xff, 0xe4, 0x9c, 0x59, 0xff, 0xe4, 0x9d, 0x5d, 0xff, 0xe5, 0x9f, 0x5e, 0xff, 0xe5, 0xa1, 0x5f, 0xff, 0xe4, 0xa2, 0x60, 0xff, 0xe3, 0x9d, 0x5d, 0xff, 0xe4, 0x97, 0x57, 0xff, 0xe4, 0x98, 0x58, 0xff, 0xe2, 0x94, 0x57, 0xff, 0xde, 0x94, 0x55, 0xff, 0xd9, 0x96, 0x52, 0xff, 0xdf, 0x97, 0x55, 0xff, 0xe5, 0x95, 0x5a, 0xff, 0xe5, 0x96, 0x5a, 0xff, 0xe5, 0x9a, 0x5c, 0xff, 0xe1, 0x97, 0x5b, 0xff, 0xdb, 0x90, 0x52, 0xff, 0xdd, 0x95, 0x50, 0xff, 0xd9, 0x97, 0x51, 0xff, 0xdc, 0x99, 0x55, 0xff, 0xdc, 0x9b, 0x5a, 0xff, 0xdd, 0x9e, 0x5f, 0xff, 0xde, 0xa3, 0x62, 0xff, 0xe1, 0xa9, 0x6a, 0xff, 0xe3, 0xb4, 0x71, 0xff, 0xe3, 0xbd, 0x78, 0xff, 0xe4, 0xc3, 0x7d, 0xff, 0xdf, 0xcf, 0x84, 0xff, 0xdc, 0xd3, 0x8b, 0xff, 0xde, 0xd2, 0x91, 0xff, 0xdd, 0xd3, 0x95, 0xff, 0xde, 0xd2, 0x94, 0xff, 0xdf, 0xd1, 0x94, 0xff, 0xde, 0xd2, 0x92, 0xff, 0xdc, 0xd1, 0x8c, 0xff, 0xdd, 0xd2, 0x87, 0xff, 0xe4, 0xd0, 0x84, 0xff, 0xd9, 0xb8, 0x77, 0xff, 0xba, 0x8d, 0x5c, 0xff, 0xa0, 0x68, 0x3d, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x9d, 0x62, 0x3a, 0xff, 0x9d, 0x61, 0x39, 0xff, 0x9c, 0x5e, 0x38, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x98, 0x5d, 0x36, 0xff, 0x97, 0x5d, 0x35, 0xff, 0x97, 0x5c, 0x35, 0xff, 0x96, 0x5b, 0x35, 0xff, 0x94, 0x58, 0x33, 0xff, 0x91, 0x56, 0x32, 0xff, 0x99, 0x5d, 0x35, 0xff, 0xaa, 0x6c, 0x40, 0xff, 0xaf, 0x71, 0x44, 0xff, 0xae, 0x6f, 0x42, 0xff, 0xad, 0x6f, 0x41, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa1, 0x63, 0x36, 0xff, 0xa0, 0x61, 0x36, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x83, 0x47, 0x23, 0xff, 0x80, 0x45, 0x21, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x7a, 0x41, 0x1b, 0xff, 0x76, 0x3f, 0x1a, 0xff, 0x72, 0x3e, 0x19, 0xff, 0x70, 0x38, 0x18, 0xff, 0x6e, 0x36, 0x18, 0xff, 0x6b, 0x36, 0x19, 0xff, 0x69, 0x36, 0x19, 0xff, 0x68, 0x37, 0x19, 0xff, 0x67, 0x36, 0x18, 0xff, 0x66, 0x35, 0x19, 0xff, 0x67, 0x36, 0x19, 0xff, 0x67, 0x37, 0x18, 0xff, 0x67, 0x37, 0x18, 0xff, 0x67, 0x37, 0x18, 0xff, 0x67, 0x37, 0x18, 0xff, 0x68, 0x37, 0x18, 0xff, 0x68, 0x35, 0x18, 0xff, 0x69, 0x36, 0x18, 0xff, 0x6b, 0x36, 0x18, 0xff, 0x6e, 0x36, 0x19, 0xff, 0x70, 0x39, 0x18, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x7f, 0x44, 0x20, 0xff, 0x7f, 0x44, 0x1d, 0xff, 0x86, 0x49, 0x26, 0xff, 0xa0, 0x61, 0x36, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa1, 0x60, 0x34, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa0, 0x63, 0x36, 0xff, 0x9f, 0x61, 0x35, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0xa1, 0x62, 0x35, 0xff, 0xa2, 0x60, 0x35, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x9c, 0x5b, 0x32, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0xa0, 0x60, 0x34, 0xff, 0xa5, 0x63, 0x39, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x95, 0x56, 0x32, 0xff, 0x95, 0x57, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x95, 0x57, 0x31, 0xff, 0x95, 0x57, 0x32, 0xff, 0x97, 0x59, 0x32, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x89, 0x4d, 0x2c, 0xff, 0x89, 0x4c, 0x2c, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x82, 0x48, 0x26, 0xff, 0x81, 0x47, 0x24, 0xff, 0x81, 0x47, 0x24, 0xff, 0x7f, 0x43, 0x22, 0xff, 0x7f, 0x45, 0x22, 0xff, 0x7c, 0x42, 0x20, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x80, 0x45, 0x22, 0xff, 0x7f, 0x44, 0x1f, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x7d, 0x42, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x7f, 0x45, 0x22, 0xff, 0x92, 0x56, 0x32, 0xff, 0x92, 0x55, 0x31, 0xff, 0x92, 0x54, 0x30, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x85, 0x48, 0x24, 0xff, 0x85, 0x47, 0x24, 0xff, 0x83, 0x47, 0x24, 0xff, - 0x84, 0x47, 0x25, 0xff, 0x80, 0x45, 0x23, 0xff, 0x80, 0x44, 0x20, 0xff, 0x7e, 0x42, 0x20, 0xff, 0x7d, 0x41, 0x1f, 0xff, 0x7d, 0x42, 0x1f, 0xff, 0x7c, 0x41, 0x1d, 0xff, 0x7c, 0x41, 0x1d, 0xff, 0x7c, 0x41, 0x1d, 0xff, 0x7f, 0x43, 0x1e, 0xff, 0x7f, 0x43, 0x1f, 0xff, 0x80, 0x43, 0x20, 0xff, 0x7b, 0x41, 0x1c, 0xff, 0x74, 0x3b, 0x19, 0xff, 0x70, 0x3c, 0x18, 0xff, 0x70, 0x35, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x36, 0x18, 0xff, 0x6f, 0x36, 0x18, 0xff, 0x6f, 0x37, 0x18, 0xff, 0x70, 0x3b, 0x18, 0xff, 0x72, 0x3d, 0x18, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x75, 0x3f, 0x1c, 0xff, 0x78, 0x41, 0x1d, 0xff, 0x7a, 0x42, 0x1e, 0xff, 0x7b, 0x44, 0x21, 0xff, 0x7f, 0x45, 0x22, 0xff, 0x7e, 0x45, 0x22, 0xff, 0x80, 0x46, 0x22, 0xff, 0x82, 0x47, 0x21, 0xff, 0x82, 0x45, 0x21, 0xff, 0x85, 0x46, 0x21, 0xff, 0x87, 0x48, 0x22, 0xff, 0x89, 0x49, 0x24, 0xff, 0x89, 0x4a, 0x23, 0xff, 0x8a, 0x4a, 0x24, 0xff, 0x8f, 0x4e, 0x27, 0xff, 0x92, 0x51, 0x2a, 0xff, 0x95, 0x53, 0x2b, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0x99, 0x5a, 0x30, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0xa3, 0x62, 0x34, 0xff, 0xa4, 0x61, 0x34, 0xff, 0xa7, 0x65, 0x37, 0xff, 0xaa, 0x6b, 0x3a, 0xff, 0xad, 0x6e, 0x3c, 0xff, 0xad, 0x6f, 0x3c, 0xff, 0xb3, 0x75, 0x40, 0xff, 0xb9, 0x7c, 0x46, 0xff, 0xc0, 0x7f, 0x47, 0xff, 0xc4, 0x81, 0x49, 0xff, 0xc1, 0x7f, 0x49, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xc4, 0x8b, 0x55, 0xff, 0xc6, 0x8e, 0x59, 0xff, 0xca, 0x8f, 0x5b, 0xff, 0xce, 0x91, 0x5d, 0xff, 0xd4, 0x93, 0x5e, 0xff, 0xdc, 0x97, 0x61, 0xff, 0xe0, 0xa4, 0x67, 0xff, 0xe6, 0xae, 0x68, 0xff, 0xe4, 0xa6, 0x61, 0xff, 0xe5, 0x9f, 0x59, 0xff, 0xe5, 0x9b, 0x59, 0xff, 0xe6, 0x9b, 0x5a, 0xff, 0xe6, 0x9d, 0x5d, 0xff, 0xe6, 0xa1, 0x5f, 0xff, 0xe5, 0xa2, 0x60, 0xff, 0xe5, 0xa0, 0x61, 0xff, 0xe4, 0xa0, 0x61, 0xff, 0xe3, 0x99, 0x5b, 0xff, 0xe3, 0x94, 0x55, 0xff, 0xe0, 0x93, 0x56, 0xff, 0xdc, 0x92, 0x55, 0xff, 0xd6, 0x92, 0x51, 0xff, 0xda, 0x95, 0x51, 0xff, 0xdf, 0x98, 0x57, 0xff, 0xe5, 0x99, 0x5c, 0xff, 0xe5, 0x99, 0x5c, 0xff, 0xe3, 0x98, 0x5a, 0xff, 0xdc, 0x91, 0x51, 0xff, 0xdc, 0x94, 0x51, 0xff, 0xdd, 0x95, 0x54, 0xff, 0xdd, 0x95, 0x56, 0xff, 0xdb, 0x99, 0x5a, 0xff, 0xe0, 0x9d, 0x60, 0xff, 0xe3, 0xa1, 0x65, 0xff, 0xe5, 0xa9, 0x68, 0xff, 0xe4, 0xb5, 0x6f, 0xff, 0xe5, 0xc1, 0x78, 0xff, 0xe4, 0xc9, 0x80, 0xff, 0xe0, 0xd4, 0x88, 0xff, 0xdd, 0xd3, 0x90, 0xff, 0xdf, 0xd2, 0x9a, 0xff, 0xe3, 0xd3, 0xa0, 0xff, 0xe2, 0xd2, 0x9f, 0xff, 0xe3, 0xd3, 0xa3, 0xff, 0xe0, 0xce, 0x9e, 0xff, 0xd9, 0xc7, 0x8f, 0xff, 0xc6, 0xab, 0x7b, 0xff, 0xa1, 0x73, 0x4c, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x9b, 0x63, 0x3b, 0xff, 0x9e, 0x64, 0x3c, 0xff, 0x9f, 0x64, 0x3c, 0xff, 0x9e, 0x64, 0x3b, 0xff, 0x9d, 0x63, 0x3a, 0xff, 0x9c, 0x60, 0x38, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x97, 0x5d, 0x35, 0xff, 0x97, 0x5c, 0x35, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x94, 0x58, 0x33, 0xff, 0x90, 0x55, 0x31, 0xff, 0x9e, 0x63, 0x3a, 0xff, 0xaf, 0x72, 0x45, 0xff, 0xb0, 0x72, 0x44, 0xff, 0xae, 0x71, 0x42, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xab, 0x6d, 0x40, 0xff, 0xa9, 0x6b, 0x3c, 0xff, 0xa8, 0x6a, 0x3a, 0xff, 0xa8, 0x6a, 0x3a, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa2, 0x64, 0x37, 0xff, 0x9f, 0x61, 0x36, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x98, 0x58, 0x32, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x88, 0x4b, 0x27, 0xff, 0x82, 0x46, 0x21, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x78, 0x3f, 0x1c, 0xff, 0x74, 0x3f, 0x1a, 0xff, 0x71, 0x3b, 0x18, 0xff, 0x6d, 0x37, 0x18, 0xff, 0x6b, 0x35, 0x18, 0xff, 0x69, 0x36, 0x18, 0xff, 0x67, 0x37, 0x18, 0xff, 0x67, 0x36, 0x18, 0xff, 0x64, 0x33, 0x18, 0xff, 0x64, 0x32, 0x18, 0xff, 0x64, 0x32, 0x18, 0xff, 0x64, 0x32, 0x18, 0xff, 0x65, 0x33, 0x18, 0xff, 0x66, 0x36, 0x18, 0xff, 0x64, 0x34, 0x18, 0xff, 0x67, 0x36, 0x18, 0xff, 0x68, 0x36, 0x18, 0xff, 0x69, 0x37, 0x18, 0xff, 0x6b, 0x35, 0x18, 0xff, 0x6d, 0x37, 0x18, 0xff, 0x70, 0x39, 0x18, 0xff, 0x7d, 0x43, 0x1d, 0xff, 0x7e, 0x44, 0x1c, 0xff, 0x81, 0x44, 0x20, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0xa2, 0x63, 0x3a, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9f, 0x60, 0x35, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa2, 0x64, 0x38, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa0, 0x60, 0x35, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x98, 0x58, 0x31, 0xff, 0x98, 0x57, 0x31, 0xff, 0x98, 0x58, 0x31, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0xa0, 0x61, 0x37, 0xff, 0x97, 0x58, 0x34, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x93, 0x55, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x97, 0x59, 0x33, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x89, 0x4f, 0x2f, 0xff, 0x89, 0x4e, 0x2e, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x82, 0x48, 0x24, 0xff, 0x80, 0x45, 0x24, 0xff, 0x80, 0x45, 0x23, 0xff, 0x7e, 0x43, 0x22, 0xff, 0x7e, 0x42, 0x1e, 0xff, 0x7d, 0x42, 0x1d, 0xff, 0x80, 0x44, 0x22, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x7e, 0x43, 0x21, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x7c, 0x43, 0x1e, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7c, 0x43, 0x21, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7a, 0x42, 0x1f, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x7c, 0x43, 0x1f, 0xff, 0x92, 0x57, 0x33, 0xff, 0x92, 0x54, 0x31, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x86, 0x49, 0x26, 0xff, 0x86, 0x48, 0x26, 0xff, 0x84, 0x48, 0x26, 0xff, - 0x84, 0x48, 0x23, 0xff, 0x83, 0x47, 0x23, 0xff, 0x81, 0x44, 0x22, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x7e, 0x43, 0x21, 0xff, 0x7f, 0x43, 0x1f, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x80, 0x44, 0x20, 0xff, 0x7f, 0x44, 0x1f, 0xff, 0x7e, 0x43, 0x1e, 0xff, 0x78, 0x40, 0x1a, 0xff, 0x74, 0x3c, 0x19, 0xff, 0x72, 0x3b, 0x18, 0xff, 0x71, 0x39, 0x18, 0xff, 0x70, 0x37, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x36, 0x18, 0xff, 0x6f, 0x37, 0x18, 0xff, 0x70, 0x3c, 0x18, 0xff, 0x72, 0x3e, 0x18, 0xff, 0x72, 0x3b, 0x18, 0xff, 0x73, 0x3d, 0x19, 0xff, 0x74, 0x40, 0x1c, 0xff, 0x76, 0x41, 0x1c, 0xff, 0x79, 0x41, 0x1f, 0xff, 0x7b, 0x44, 0x21, 0xff, 0x7d, 0x45, 0x22, 0xff, 0x7f, 0x45, 0x21, 0xff, 0x80, 0x46, 0x23, 0xff, 0x80, 0x46, 0x23, 0xff, 0x82, 0x45, 0x21, 0xff, 0x83, 0x45, 0x21, 0xff, 0x85, 0x47, 0x21, 0xff, 0x86, 0x47, 0x23, 0xff, 0x88, 0x49, 0x24, 0xff, 0x89, 0x49, 0x23, 0xff, 0x89, 0x4a, 0x24, 0xff, 0x8d, 0x4d, 0x26, 0xff, 0x90, 0x4f, 0x28, 0xff, 0x94, 0x53, 0x2b, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x99, 0x56, 0x2f, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x9d, 0x5b, 0x31, 0xff, 0xa1, 0x5f, 0x32, 0xff, 0xa4, 0x62, 0x35, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xaa, 0x6c, 0x3b, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xae, 0x6f, 0x40, 0xff, 0xb6, 0x78, 0x43, 0xff, 0xbb, 0x7b, 0x46, 0xff, 0xb8, 0x77, 0x43, 0xff, 0xba, 0x79, 0x46, 0xff, 0xbe, 0x81, 0x4b, 0xff, 0xc0, 0x88, 0x52, 0xff, 0xc4, 0x8d, 0x57, 0xff, 0xc6, 0x8d, 0x59, 0xff, 0xcb, 0x8f, 0x5b, 0xff, 0xd2, 0x91, 0x5c, 0xff, 0xd9, 0x96, 0x61, 0xff, 0xe1, 0xa8, 0x6f, 0xff, 0xe7, 0xad, 0x6e, 0xff, 0xe6, 0xad, 0x65, 0xff, 0xe5, 0xa3, 0x5e, 0xff, 0xe4, 0x9e, 0x5c, 0xff, 0xe6, 0x9d, 0x5b, 0xff, 0xe5, 0x9d, 0x5c, 0xff, 0xe5, 0x9f, 0x5f, 0xff, 0xe5, 0xa0, 0x62, 0xff, 0xe5, 0xa1, 0x62, 0xff, 0xe5, 0x9d, 0x60, 0xff, 0xe1, 0x95, 0x5a, 0xff, 0xd7, 0x8e, 0x51, 0xff, 0xdc, 0x91, 0x56, 0xff, 0xdd, 0x92, 0x54, 0xff, 0xd7, 0x93, 0x4f, 0xff, 0xd9, 0x92, 0x51, 0xff, 0xdc, 0x97, 0x56, 0xff, 0xe5, 0x9a, 0x5e, 0xff, 0xe6, 0x99, 0x5d, 0xff, 0xe3, 0x97, 0x59, 0xff, 0xdd, 0x92, 0x53, 0xff, 0xdc, 0x96, 0x52, 0xff, 0xde, 0x99, 0x55, 0xff, 0xde, 0x9a, 0x58, 0xff, 0xde, 0x9a, 0x5b, 0xff, 0xe2, 0x9e, 0x60, 0xff, 0xe2, 0xa3, 0x63, 0xff, 0xe3, 0xa8, 0x68, 0xff, 0xe2, 0xb1, 0x70, 0xff, 0xe3, 0xc1, 0x78, 0xff, 0xe3, 0xcb, 0x80, 0xff, 0xde, 0xd1, 0x88, 0xff, 0xdf, 0xd3, 0x94, 0xff, 0xe1, 0xd3, 0x9e, 0xff, 0xe5, 0xd4, 0xae, 0xff, 0xe4, 0xd0, 0xb6, 0xff, 0xd2, 0xb6, 0x9c, 0xff, 0xb3, 0x8a, 0x6e, 0xff, 0x9e, 0x6b, 0x4a, 0xff, 0x98, 0x61, 0x3e, 0xff, 0x9b, 0x65, 0x3e, 0xff, 0x9e, 0x68, 0x41, 0xff, 0x9e, 0x68, 0x41, 0xff, 0x9f, 0x68, 0x40, 0xff, 0x9f, 0x68, 0x3f, 0xff, 0x9f, 0x67, 0x3d, 0xff, 0x9d, 0x64, 0x3b, 0xff, 0x9b, 0x5f, 0x38, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x97, 0x5d, 0x36, 0xff, 0x97, 0x5b, 0x35, 0xff, 0x95, 0x5b, 0x34, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x90, 0x54, 0x30, 0xff, 0xa6, 0x69, 0x40, 0xff, 0xb8, 0x7a, 0x4c, 0xff, 0xb1, 0x74, 0x43, 0xff, 0xb0, 0x72, 0x42, 0xff, 0xae, 0x70, 0x42, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xab, 0x6e, 0x3c, 0xff, 0xaa, 0x6d, 0x3c, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa1, 0x63, 0x38, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x9a, 0x5c, 0x33, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x94, 0x56, 0x31, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x7f, 0x45, 0x1f, 0xff, 0x75, 0x3e, 0x19, 0xff, 0x70, 0x3c, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x6d, 0x35, 0x18, 0xff, 0x69, 0x36, 0x18, 0xff, 0x67, 0x37, 0x18, 0xff, 0x66, 0x35, 0x18, 0xff, 0x65, 0x32, 0x18, 0xff, 0x64, 0x33, 0x18, 0xff, 0x64, 0x33, 0x18, 0xff, 0x64, 0x30, 0x18, 0xff, 0x64, 0x31, 0x18, 0xff, 0x64, 0x32, 0x18, 0xff, 0x64, 0x33, 0x18, 0xff, 0x65, 0x35, 0x18, 0xff, 0x67, 0x36, 0x18, 0xff, 0x68, 0x36, 0x18, 0xff, 0x68, 0x34, 0x18, 0xff, 0x69, 0x35, 0x18, 0xff, 0x6f, 0x39, 0x18, 0xff, 0x7d, 0x42, 0x1c, 0xff, 0x7e, 0x44, 0x1d, 0xff, 0x78, 0x3d, 0x17, 0xff, 0x9b, 0x5c, 0x31, 0xff, 0xa3, 0x64, 0x3a, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9b, 0x5c, 0x31, 0xff, 0x9e, 0x60, 0x34, 0xff, 0xa0, 0x62, 0x36, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa8, 0x6b, 0x3d, 0xff, 0xa9, 0x6c, 0x3f, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xa5, 0x67, 0x3c, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa2, 0x62, 0x36, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x98, 0x58, 0x31, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x97, 0x57, 0x30, 0xff, 0x97, 0x57, 0x30, 0xff, 0x98, 0x58, 0x31, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x96, 0x59, 0x33, 0xff, 0x93, 0x55, 0x31, 0xff, 0x93, 0x55, 0x31, 0xff, 0x93, 0x55, 0x31, 0xff, 0x95, 0x56, 0x31, 0xff, 0x93, 0x54, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x90, 0x56, 0x31, 0xff, 0x88, 0x4f, 0x2f, 0xff, 0x88, 0x4e, 0x2e, 0xff, 0x87, 0x4b, 0x2c, 0xff, 0x84, 0x49, 0x27, 0xff, 0x81, 0x46, 0x23, 0xff, 0x80, 0x46, 0x24, 0xff, 0x7f, 0x44, 0x20, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x7e, 0x43, 0x1e, 0xff, 0x7e, 0x42, 0x20, 0xff, 0x7d, 0x42, 0x20, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7e, 0x42, 0x1e, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7b, 0x42, 0x20, 0xff, 0x7b, 0x42, 0x20, 0xff, 0x7b, 0x43, 0x20, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x7a, 0x42, 0x1d, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x78, 0x40, 0x1d, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x95, 0x58, 0x34, 0xff, 0x93, 0x54, 0x31, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x87, 0x49, 0x27, 0xff, 0x87, 0x49, 0x26, 0xff, 0x85, 0x49, 0x26, 0xff, - 0x86, 0x48, 0x25, 0xff, 0x84, 0x46, 0x23, 0xff, 0x81, 0x45, 0x22, 0xff, 0x80, 0x43, 0x21, 0xff, 0x80, 0x44, 0x21, 0xff, 0x7f, 0x43, 0x1f, 0xff, 0x7f, 0x45, 0x21, 0xff, 0x80, 0x44, 0x21, 0xff, 0x7f, 0x44, 0x21, 0xff, 0x80, 0x44, 0x21, 0xff, 0x7f, 0x45, 0x21, 0xff, 0x79, 0x41, 0x1d, 0xff, 0x77, 0x40, 0x1b, 0xff, 0x73, 0x3c, 0x18, 0xff, 0x73, 0x3a, 0x18, 0xff, 0x71, 0x3d, 0x18, 0xff, 0x71, 0x3b, 0x18, 0xff, 0x6f, 0x38, 0x18, 0xff, 0x70, 0x35, 0x18, 0xff, 0x71, 0x3c, 0x18, 0xff, 0x73, 0x3b, 0x18, 0xff, 0x70, 0x3b, 0x18, 0xff, 0x72, 0x3d, 0x18, 0xff, 0x74, 0x3c, 0x19, 0xff, 0x73, 0x3f, 0x1a, 0xff, 0x75, 0x3f, 0x1a, 0xff, 0x79, 0x41, 0x1d, 0xff, 0x7b, 0x43, 0x22, 0xff, 0x7d, 0x45, 0x23, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x80, 0x46, 0x23, 0xff, 0x82, 0x47, 0x23, 0xff, 0x80, 0x45, 0x23, 0xff, 0x82, 0x47, 0x21, 0xff, 0x84, 0x47, 0x23, 0xff, 0x85, 0x49, 0x24, 0xff, 0x86, 0x47, 0x23, 0xff, 0x88, 0x49, 0x24, 0xff, 0x88, 0x49, 0x24, 0xff, 0x89, 0x4d, 0x26, 0xff, 0x8d, 0x4c, 0x26, 0xff, 0x91, 0x50, 0x2a, 0xff, 0x94, 0x53, 0x2b, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x98, 0x56, 0x2e, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x9d, 0x5b, 0x31, 0xff, 0xa1, 0x5f, 0x34, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa8, 0x68, 0x39, 0xff, 0xaa, 0x6b, 0x3b, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xb1, 0x72, 0x42, 0xff, 0xb1, 0x72, 0x3f, 0xff, 0xb3, 0x72, 0x40, 0xff, 0xb7, 0x76, 0x42, 0xff, 0xbc, 0x7d, 0x48, 0xff, 0xbf, 0x82, 0x4d, 0xff, 0xc2, 0x88, 0x51, 0xff, 0xc3, 0x8b, 0x55, 0xff, 0xc7, 0x8c, 0x59, 0xff, 0xcf, 0x91, 0x5d, 0xff, 0xd6, 0x97, 0x64, 0xff, 0xe3, 0xa8, 0x73, 0xff, 0xe7, 0xab, 0x6e, 0xff, 0xe5, 0xab, 0x67, 0xff, 0xe5, 0xa9, 0x62, 0xff, 0xe4, 0xa0, 0x5e, 0xff, 0xe6, 0x9d, 0x5d, 0xff, 0xe4, 0x9d, 0x5e, 0xff, 0xe7, 0x9d, 0x61, 0xff, 0xe6, 0x9d, 0x61, 0xff, 0xe0, 0x97, 0x5c, 0xff, 0xe0, 0x90, 0x54, 0xff, 0xe7, 0x93, 0x5a, 0xff, 0xdd, 0x91, 0x56, 0xff, 0xd6, 0x8f, 0x53, 0xff, 0xdb, 0x92, 0x55, 0xff, 0xd2, 0x8e, 0x4f, 0xff, 0xd4, 0x90, 0x4e, 0xff, 0xd5, 0x92, 0x51, 0xff, 0xdf, 0x98, 0x5b, 0xff, 0xe7, 0x9a, 0x5e, 0xff, 0xe3, 0x97, 0x5a, 0xff, 0xde, 0x92, 0x54, 0xff, 0xde, 0x95, 0x54, 0xff, 0xdb, 0x99, 0x57, 0xff, 0xdd, 0x9d, 0x5e, 0xff, 0xdf, 0x9b, 0x5e, 0xff, 0xe3, 0x9e, 0x62, 0xff, 0xe1, 0x9f, 0x62, 0xff, 0xe0, 0xa5, 0x65, 0xff, 0xe5, 0xb2, 0x70, 0xff, 0xe2, 0xbc, 0x77, 0xff, 0xdf, 0xc5, 0x7d, 0xff, 0xde, 0xd1, 0x89, 0xff, 0xdf, 0xd3, 0x95, 0xff, 0xe6, 0xd7, 0xa6, 0xff, 0xd7, 0xbd, 0x9c, 0xff, 0xae, 0x81, 0x65, 0xff, 0x9d, 0x67, 0x47, 0xff, 0x9c, 0x62, 0x43, 0xff, 0x9d, 0x64, 0x44, 0xff, 0x9e, 0x67, 0x45, 0xff, 0x9e, 0x67, 0x43, 0xff, 0x9e, 0x69, 0x43, 0xff, 0x9e, 0x69, 0x42, 0xff, 0x9e, 0x69, 0x41, 0xff, 0x9c, 0x68, 0x3f, 0xff, 0x9c, 0x65, 0x3d, 0xff, 0x9d, 0x64, 0x3b, 0xff, 0x9c, 0x62, 0x38, 0xff, 0x9a, 0x5f, 0x38, 0xff, 0x97, 0x5e, 0x37, 0xff, 0x96, 0x5e, 0x35, 0xff, 0x96, 0x5d, 0x35, 0xff, 0x96, 0x5b, 0x35, 0xff, 0x94, 0x58, 0x34, 0xff, 0x96, 0x59, 0x35, 0xff, 0xac, 0x6f, 0x44, 0xff, 0xb9, 0x7b, 0x4c, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xb2, 0x75, 0x44, 0xff, 0xb2, 0x75, 0x44, 0xff, 0xb0, 0x72, 0x42, 0xff, 0xae, 0x70, 0x40, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xab, 0x6f, 0x41, 0xff, 0xa9, 0x6d, 0x3f, 0xff, 0xa8, 0x6b, 0x3c, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa2, 0x64, 0x39, 0xff, 0x9f, 0x60, 0x38, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x33, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x98, 0x59, 0x31, 0xff, 0x93, 0x54, 0x30, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x78, 0x3d, 0x1d, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x6d, 0x36, 0x18, 0xff, 0x6b, 0x36, 0x18, 0xff, 0x68, 0x37, 0x18, 0xff, 0x67, 0x37, 0x18, 0xff, 0x66, 0x34, 0x18, 0xff, 0x64, 0x33, 0x18, 0xff, 0x63, 0x33, 0x18, 0xff, 0x61, 0x33, 0x18, 0xff, 0x62, 0x34, 0x18, 0xff, 0x64, 0x33, 0x18, 0xff, 0x64, 0x30, 0x18, 0xff, 0x63, 0x32, 0x18, 0xff, 0x63, 0x32, 0x18, 0xff, 0x66, 0x36, 0x18, 0xff, 0x67, 0x36, 0x18, 0xff, 0x65, 0x35, 0x18, 0xff, 0x6f, 0x3c, 0x18, 0xff, 0x7d, 0x42, 0x1c, 0xff, 0x7f, 0x43, 0x1d, 0xff, 0x75, 0x3c, 0x17, 0xff, 0x97, 0x59, 0x2f, 0xff, 0xa2, 0x62, 0x39, 0xff, 0x9e, 0x60, 0x38, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xaa, 0x6f, 0x41, 0xff, 0xae, 0x71, 0x45, 0xff, 0xad, 0x71, 0x44, 0xff, 0xa9, 0x6d, 0x41, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xaa, 0x6c, 0x3d, 0xff, 0xa4, 0x64, 0x38, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x97, 0x57, 0x30, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x99, 0x59, 0x31, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x93, 0x56, 0x31, 0xff, 0x92, 0x54, 0x31, 0xff, 0x93, 0x54, 0x31, 0xff, 0x92, 0x54, 0x31, 0xff, 0x93, 0x55, 0x31, 0xff, 0x93, 0x59, 0x33, 0xff, 0x94, 0x5a, 0x35, 0xff, 0x87, 0x4d, 0x2f, 0xff, 0x88, 0x4e, 0x2e, 0xff, 0x87, 0x4c, 0x2a, 0xff, 0x84, 0x46, 0x26, 0xff, 0x80, 0x46, 0x22, 0xff, 0x7f, 0x45, 0x20, 0xff, 0x7e, 0x43, 0x22, 0xff, 0x7c, 0x41, 0x1f, 0xff, 0x7d, 0x42, 0x1d, 0xff, 0x7f, 0x43, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7d, 0x41, 0x1f, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x7b, 0x3f, 0x1d, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7b, 0x43, 0x1f, 0xff, 0x7b, 0x43, 0x20, 0xff, 0x7a, 0x42, 0x22, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x79, 0x41, 0x1e, 0xff, 0x78, 0x41, 0x1d, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x78, 0x40, 0x1d, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x73, 0x3c, 0x18, 0xff, 0x98, 0x5b, 0x37, 0xff, 0x93, 0x54, 0x31, 0xff, 0x90, 0x52, 0x30, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x86, 0x49, 0x28, 0xff, - 0x86, 0x48, 0x25, 0xff, 0x84, 0x48, 0x25, 0xff, 0x83, 0x47, 0x22, 0xff, 0x80, 0x44, 0x21, 0xff, 0x80, 0x44, 0x21, 0xff, 0x7f, 0x44, 0x20, 0xff, 0x81, 0x46, 0x21, 0xff, 0x7f, 0x45, 0x21, 0xff, 0x80, 0x45, 0x21, 0xff, 0x7f, 0x45, 0x22, 0xff, 0x7b, 0x42, 0x1d, 0xff, 0x7b, 0x41, 0x1c, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x73, 0x3b, 0x18, 0xff, 0x70, 0x3c, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x37, 0x18, 0xff, 0x71, 0x3c, 0x18, 0xff, 0x71, 0x3b, 0x18, 0xff, 0x71, 0x3d, 0x18, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x75, 0x3f, 0x1a, 0xff, 0x79, 0x42, 0x1d, 0xff, 0x7a, 0x44, 0x21, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x7f, 0x45, 0x25, 0xff, 0x7f, 0x45, 0x25, 0xff, 0x82, 0x46, 0x25, 0xff, 0x82, 0x49, 0x25, 0xff, 0x82, 0x47, 0x23, 0xff, 0x82, 0x45, 0x21, 0xff, 0x84, 0x47, 0x23, 0xff, 0x86, 0x47, 0x23, 0xff, 0x86, 0x47, 0x23, 0xff, 0x88, 0x48, 0x23, 0xff, 0x88, 0x49, 0x23, 0xff, 0x8b, 0x4b, 0x23, 0xff, 0x8e, 0x4d, 0x27, 0xff, 0x91, 0x50, 0x2a, 0xff, 0x95, 0x53, 0x2d, 0xff, 0x97, 0x55, 0x2e, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x9b, 0x58, 0x2f, 0xff, 0x9f, 0x5e, 0x31, 0xff, 0xa3, 0x62, 0x34, 0xff, 0xa5, 0x66, 0x37, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xab, 0x6c, 0x3d, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xaf, 0x70, 0x3e, 0xff, 0xb3, 0x73, 0x41, 0xff, 0xb8, 0x77, 0x44, 0xff, 0xba, 0x7c, 0x47, 0xff, 0xc0, 0x83, 0x4d, 0xff, 0xc1, 0x87, 0x51, 0xff, 0xc2, 0x88, 0x56, 0xff, 0xcc, 0x8f, 0x5a, 0xff, 0xd9, 0x9a, 0x65, 0xff, 0xe7, 0xa8, 0x73, 0xff, 0xe7, 0xa8, 0x6f, 0xff, 0xe5, 0xa8, 0x6a, 0xff, 0xe5, 0xa2, 0x63, 0xff, 0xe5, 0x9e, 0x5f, 0xff, 0xe5, 0x9b, 0x5c, 0xff, 0xe3, 0x9a, 0x5c, 0xff, 0xe0, 0x9a, 0x5f, 0xff, 0xd6, 0x91, 0x57, 0xff, 0xdb, 0x8f, 0x53, 0xff, 0xe0, 0x90, 0x56, 0xff, 0xe2, 0x91, 0x57, 0xff, 0xe0, 0x91, 0x58, 0xff, 0xd8, 0x8e, 0x54, 0xff, 0xdb, 0x94, 0x55, 0xff, 0xd2, 0x93, 0x4f, 0xff, 0xd3, 0x8e, 0x4e, 0xff, 0xd5, 0x91, 0x50, 0xff, 0xde, 0x98, 0x5a, 0xff, 0xe6, 0x9d, 0x60, 0xff, 0xe4, 0x99, 0x5a, 0xff, 0xe1, 0x97, 0x56, 0xff, 0xdf, 0x9d, 0x57, 0xff, 0xde, 0x9b, 0x59, 0xff, 0xe1, 0x9e, 0x5b, 0xff, 0xe1, 0x9d, 0x5e, 0xff, 0xe5, 0x9e, 0x5e, 0xff, 0xe5, 0xa1, 0x5f, 0xff, 0xe3, 0xa4, 0x67, 0xff, 0xe4, 0xaa, 0x6b, 0xff, 0xe3, 0xba, 0x73, 0xff, 0xe4, 0xce, 0x7f, 0xff, 0xe3, 0xd2, 0x8c, 0xff, 0xd9, 0xc7, 0x94, 0xff, 0xb6, 0x8f, 0x6f, 0xff, 0x98, 0x60, 0x3f, 0xff, 0x9b, 0x63, 0x41, 0xff, 0x9e, 0x68, 0x46, 0xff, 0x9f, 0x68, 0x47, 0xff, 0x9e, 0x68, 0x48, 0xff, 0x9f, 0x69, 0x48, 0xff, 0x9e, 0x68, 0x47, 0xff, 0x9d, 0x68, 0x45, 0xff, 0x9c, 0x67, 0x42, 0xff, 0x9d, 0x68, 0x42, 0xff, 0x9d, 0x68, 0x40, 0xff, 0x9c, 0x67, 0x3f, 0xff, 0x9d, 0x66, 0x3d, 0xff, 0x9c, 0x63, 0x3a, 0xff, 0x99, 0x61, 0x38, 0xff, 0x99, 0x60, 0x38, 0xff, 0x98, 0x5e, 0x37, 0xff, 0x96, 0x5e, 0x35, 0xff, 0x96, 0x5d, 0x35, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x9c, 0x61, 0x3a, 0xff, 0xb2, 0x75, 0x49, 0xff, 0xba, 0x7c, 0x4c, 0xff, 0xb6, 0x78, 0x48, 0xff, 0xb6, 0x77, 0x45, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xb0, 0x72, 0x43, 0xff, 0xae, 0x70, 0x40, 0xff, 0xae, 0x70, 0x40, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xaf, 0x72, 0x43, 0xff, 0xad, 0x72, 0x44, 0xff, 0xaa, 0x71, 0x43, 0xff, 0xa8, 0x6e, 0x40, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa2, 0x64, 0x38, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x95, 0x55, 0x30, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x85, 0x48, 0x28, 0xff, 0x72, 0x3b, 0x1c, 0xff, 0x69, 0x35, 0x17, 0xff, 0x68, 0x34, 0x18, 0xff, 0x67, 0x35, 0x18, 0xff, 0x65, 0x33, 0x18, 0xff, 0x63, 0x32, 0x18, 0xff, 0x61, 0x34, 0x18, 0xff, 0x62, 0x31, 0x18, 0xff, 0x63, 0x31, 0x18, 0xff, 0x63, 0x33, 0x18, 0xff, 0x63, 0x33, 0x18, 0xff, 0x63, 0x32, 0x18, 0xff, 0x64, 0x32, 0x18, 0xff, 0x64, 0x32, 0x18, 0xff, 0x66, 0x36, 0x18, 0xff, 0x66, 0x33, 0x18, 0xff, 0x6c, 0x3b, 0x19, 0xff, 0x7c, 0x43, 0x20, 0xff, 0x7f, 0x43, 0x1e, 0xff, 0x79, 0x3d, 0x17, 0xff, 0x96, 0x58, 0x2e, 0xff, 0xa2, 0x65, 0x38, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xad, 0x72, 0x44, 0xff, 0xb0, 0x76, 0x48, 0xff, 0xb0, 0x76, 0x49, 0xff, 0xad, 0x71, 0x45, 0xff, 0xae, 0x73, 0x45, 0xff, 0xad, 0x70, 0x41, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x98, 0x58, 0x32, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x97, 0x57, 0x30, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x95, 0x56, 0x31, 0xff, 0x92, 0x56, 0x31, 0xff, 0x93, 0x54, 0x30, 0xff, 0x92, 0x56, 0x31, 0xff, 0x92, 0x54, 0x30, 0xff, 0x92, 0x54, 0x31, 0xff, 0x92, 0x56, 0x33, 0xff, 0x95, 0x5a, 0x37, 0xff, 0x88, 0x4f, 0x2f, 0xff, 0x88, 0x4d, 0x2d, 0xff, 0x86, 0x4a, 0x29, 0xff, 0x81, 0x46, 0x23, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x7d, 0x41, 0x1f, 0xff, 0x7c, 0x43, 0x1f, 0xff, 0x7e, 0x44, 0x20, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x7c, 0x41, 0x1f, 0xff, 0x7c, 0x41, 0x1e, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x7c, 0x43, 0x1f, 0xff, 0x7c, 0x43, 0x1f, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x7a, 0x42, 0x1f, 0xff, 0x78, 0x41, 0x1e, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x76, 0x3e, 0x1d, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x77, 0x3f, 0x1d, 0xff, 0x78, 0x3f, 0x1a, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x90, 0x54, 0x30, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x86, 0x48, 0x27, 0xff, - 0x85, 0x49, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x84, 0x47, 0x25, 0xff, 0x82, 0x44, 0x22, 0xff, 0x81, 0x44, 0x21, 0xff, 0x81, 0x45, 0x21, 0xff, 0x81, 0x44, 0x21, 0xff, 0x81, 0x45, 0x23, 0xff, 0x80, 0x46, 0x22, 0xff, 0x7f, 0x45, 0x21, 0xff, 0x7c, 0x41, 0x1d, 0xff, 0x78, 0x3f, 0x1b, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x74, 0x3e, 0x1a, 0xff, 0x73, 0x3e, 0x1a, 0xff, 0x71, 0x3d, 0x18, 0xff, 0x71, 0x3c, 0x18, 0xff, 0x73, 0x3c, 0x19, 0xff, 0x73, 0x3d, 0x19, 0xff, 0x73, 0x3c, 0x19, 0xff, 0x71, 0x3c, 0x18, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x74, 0x3d, 0x1a, 0xff, 0x76, 0x40, 0x1a, 0xff, 0x79, 0x42, 0x20, 0xff, 0x7d, 0x44, 0x23, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x7e, 0x45, 0x25, 0xff, 0x80, 0x46, 0x24, 0xff, 0x80, 0x46, 0x25, 0xff, 0x82, 0x48, 0x25, 0xff, 0x83, 0x48, 0x24, 0xff, 0x84, 0x48, 0x23, 0xff, 0x84, 0x47, 0x23, 0xff, 0x84, 0x47, 0x21, 0xff, 0x85, 0x46, 0x22, 0xff, 0x87, 0x48, 0x23, 0xff, 0x88, 0x49, 0x23, 0xff, 0x88, 0x48, 0x23, 0xff, 0x8b, 0x4c, 0x25, 0xff, 0x8f, 0x4f, 0x28, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x95, 0x52, 0x2d, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x9c, 0x5a, 0x31, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0xa4, 0x63, 0x36, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa8, 0x6a, 0x3a, 0xff, 0xab, 0x6c, 0x3c, 0xff, 0xaf, 0x6e, 0x3d, 0xff, 0xb1, 0x71, 0x40, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb9, 0x7b, 0x49, 0xff, 0xbe, 0x7f, 0x4e, 0xff, 0xc0, 0x84, 0x51, 0xff, 0xc8, 0x8c, 0x58, 0xff, 0xd7, 0x9a, 0x63, 0xff, 0xe6, 0xa9, 0x6e, 0xff, 0xe6, 0xa8, 0x6d, 0xff, 0xe5, 0xa5, 0x69, 0xff, 0xe6, 0x9d, 0x64, 0xff, 0xe6, 0x98, 0x60, 0xff, 0xe3, 0x96, 0x5c, 0xff, 0xdc, 0x92, 0x5a, 0xff, 0xcc, 0x89, 0x55, 0xff, 0xc3, 0x82, 0x51, 0xff, 0xc7, 0x84, 0x51, 0xff, 0xce, 0x89, 0x52, 0xff, 0xd5, 0x8d, 0x54, 0xff, 0xdc, 0x8f, 0x57, 0xff, 0xdf, 0x90, 0x58, 0xff, 0xd4, 0x8e, 0x53, 0xff, 0xcd, 0x8c, 0x50, 0xff, 0xd3, 0x8d, 0x4d, 0xff, 0xd3, 0x8f, 0x4d, 0xff, 0xd8, 0x93, 0x54, 0xff, 0xe4, 0x9e, 0x62, 0xff, 0xe4, 0x99, 0x5c, 0xff, 0xe1, 0x97, 0x56, 0xff, 0xe0, 0x9b, 0x56, 0xff, 0xe1, 0x9d, 0x5b, 0xff, 0xdf, 0x9c, 0x5e, 0xff, 0xe2, 0x9d, 0x5f, 0xff, 0xe3, 0x9f, 0x5f, 0xff, 0xe2, 0x9f, 0x62, 0xff, 0xe5, 0xa2, 0x62, 0xff, 0xe3, 0xaa, 0x67, 0xff, 0xe6, 0xb8, 0x72, 0xff, 0xe0, 0xbf, 0x79, 0xff, 0xc4, 0xa6, 0x6e, 0xff, 0xa2, 0x71, 0x4c, 0xff, 0x98, 0x5e, 0x3b, 0xff, 0xa0, 0x6a, 0x49, 0xff, 0xa1, 0x6a, 0x49, 0xff, 0xa0, 0x6a, 0x49, 0xff, 0xa0, 0x6a, 0x48, 0xff, 0xa0, 0x6a, 0x49, 0xff, 0xa0, 0x6a, 0x48, 0xff, 0x9e, 0x69, 0x48, 0xff, 0x9e, 0x68, 0x47, 0xff, 0x9e, 0x67, 0x46, 0xff, 0x9c, 0x67, 0x44, 0xff, 0x9c, 0x68, 0x42, 0xff, 0x9c, 0x67, 0x41, 0xff, 0x9d, 0x68, 0x40, 0xff, 0x9e, 0x67, 0x3e, 0xff, 0x9c, 0x64, 0x3c, 0xff, 0x99, 0x60, 0x39, 0xff, 0x97, 0x5e, 0x39, 0xff, 0x96, 0x5e, 0x38, 0xff, 0x96, 0x5e, 0x37, 0xff, 0x93, 0x5a, 0x34, 0xff, 0xa0, 0x65, 0x3e, 0xff, 0xb7, 0x7b, 0x4d, 0xff, 0xbc, 0x7f, 0x4e, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xb4, 0x76, 0x44, 0xff, 0xb2, 0x75, 0x43, 0xff, 0xb0, 0x73, 0x41, 0xff, 0xb0, 0x72, 0x42, 0xff, 0xb0, 0x73, 0x43, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xad, 0x74, 0x46, 0xff, 0xac, 0x73, 0x46, 0xff, 0xa9, 0x6f, 0x42, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x97, 0x58, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x95, 0x55, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x6f, 0x39, 0x1a, 0xff, 0x69, 0x35, 0x18, 0xff, 0x66, 0x34, 0x18, 0xff, 0x64, 0x34, 0x18, 0xff, 0x61, 0x30, 0x18, 0xff, 0x62, 0x30, 0x18, 0xff, 0x63, 0x2f, 0x18, 0xff, 0x61, 0x2e, 0x18, 0xff, 0x61, 0x31, 0x18, 0xff, 0x63, 0x31, 0x18, 0xff, 0x63, 0x32, 0x18, 0xff, 0x64, 0x32, 0x18, 0xff, 0x65, 0x32, 0x18, 0xff, 0x65, 0x35, 0x18, 0xff, 0x6a, 0x3a, 0x18, 0xff, 0x7b, 0x43, 0x1e, 0xff, 0x7e, 0x44, 0x1e, 0xff, 0x79, 0x3f, 0x1a, 0xff, 0x95, 0x56, 0x2e, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa1, 0x65, 0x38, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa7, 0x6b, 0x3e, 0xff, 0xaf, 0x72, 0x45, 0xff, 0xb1, 0x77, 0x4b, 0xff, 0xb2, 0x79, 0x4c, 0xff, 0xb0, 0x76, 0x49, 0xff, 0xb2, 0x79, 0x4b, 0xff, 0xaf, 0x72, 0x46, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x99, 0x59, 0x32, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x92, 0x55, 0x31, 0xff, 0x92, 0x54, 0x31, 0xff, 0x92, 0x53, 0x31, 0xff, 0x92, 0x54, 0x30, 0xff, 0x91, 0x55, 0x31, 0xff, 0x91, 0x56, 0x33, 0xff, 0x92, 0x58, 0x35, 0xff, 0x89, 0x4f, 0x2f, 0xff, 0x86, 0x4b, 0x2a, 0xff, 0x82, 0x47, 0x25, 0xff, 0x82, 0x43, 0x23, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x7d, 0x42, 0x1f, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x7d, 0x43, 0x21, 0xff, 0x7d, 0x42, 0x1f, 0xff, 0x7c, 0x41, 0x1e, 0xff, 0x7a, 0x42, 0x1d, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x7c, 0x43, 0x1f, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7b, 0x44, 0x21, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x7a, 0x41, 0x1f, 0xff, 0x76, 0x41, 0x1e, 0xff, 0x77, 0x40, 0x1d, 0xff, 0x77, 0x3f, 0x1d, 0xff, 0x75, 0x3d, 0x1b, 0xff, 0x76, 0x3f, 0x1c, 0xff, 0x76, 0x3f, 0x1c, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x98, 0x5b, 0x36, 0xff, 0x92, 0x54, 0x31, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x87, 0x4a, 0x27, 0xff, 0x86, 0x48, 0x27, 0xff, - 0x85, 0x48, 0x27, 0xff, 0x86, 0x48, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x84, 0x47, 0x25, 0xff, 0x82, 0x46, 0x22, 0xff, 0x81, 0x45, 0x21, 0xff, 0x82, 0x46, 0x23, 0xff, 0x80, 0x45, 0x23, 0xff, 0x81, 0x45, 0x24, 0xff, 0x7e, 0x44, 0x20, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x78, 0x3f, 0x1c, 0xff, 0x76, 0x3b, 0x1a, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x73, 0x3c, 0x1a, 0xff, 0x71, 0x3d, 0x18, 0xff, 0x76, 0x3c, 0x19, 0xff, 0x74, 0x3d, 0x1a, 0xff, 0x74, 0x3b, 0x1a, 0xff, 0x72, 0x3c, 0x18, 0xff, 0x71, 0x3c, 0x18, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x75, 0x3d, 0x1b, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x7c, 0x43, 0x21, 0xff, 0x7c, 0x44, 0x21, 0xff, 0x7e, 0x44, 0x22, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x7f, 0x46, 0x23, 0xff, 0x80, 0x46, 0x24, 0xff, 0x81, 0x47, 0x25, 0xff, 0x82, 0x47, 0x24, 0xff, 0x83, 0x48, 0x23, 0xff, 0x84, 0x47, 0x23, 0xff, 0x86, 0x47, 0x23, 0xff, 0x84, 0x46, 0x23, 0xff, 0x86, 0x46, 0x22, 0xff, 0x88, 0x49, 0x23, 0xff, 0x88, 0x48, 0x23, 0xff, 0x8a, 0x4a, 0x24, 0xff, 0x8d, 0x4c, 0x27, 0xff, 0x8f, 0x4e, 0x27, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x98, 0x57, 0x30, 0xff, 0x9d, 0x5c, 0x31, 0xff, 0xa2, 0x61, 0x35, 0xff, 0xa5, 0x66, 0x39, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa7, 0x68, 0x3a, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa9, 0x69, 0x3b, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xaf, 0x71, 0x42, 0xff, 0xb4, 0x76, 0x46, 0xff, 0xba, 0x7b, 0x4a, 0xff, 0xbe, 0x7f, 0x4e, 0xff, 0xc5, 0x86, 0x53, 0xff, 0xd3, 0x95, 0x5e, 0xff, 0xe3, 0xa4, 0x68, 0xff, 0xe6, 0xa5, 0x69, 0xff, 0xe6, 0xa4, 0x66, 0xff, 0xe6, 0x9e, 0x62, 0xff, 0xe7, 0x98, 0x5f, 0xff, 0xe1, 0x92, 0x59, 0xff, 0xca, 0x89, 0x53, 0xff, 0xbe, 0x80, 0x4e, 0xff, 0xc0, 0x81, 0x50, 0xff, 0xc3, 0x82, 0x51, 0xff, 0xc7, 0x84, 0x52, 0xff, 0xca, 0x87, 0x53, 0xff, 0xd0, 0x89, 0x55, 0xff, 0xd7, 0x8d, 0x58, 0xff, 0xcf, 0x8a, 0x55, 0xff, 0xbe, 0x81, 0x4c, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc7, 0x88, 0x4e, 0xff, 0xd0, 0x8f, 0x52, 0xff, 0xdd, 0x99, 0x5c, 0xff, 0xe6, 0x9f, 0x61, 0xff, 0xe3, 0x9c, 0x5a, 0xff, 0xe1, 0x9e, 0x5b, 0xff, 0xe0, 0x9e, 0x5c, 0xff, 0xe3, 0xa0, 0x60, 0xff, 0xe4, 0x9f, 0x60, 0xff, 0xe3, 0x9d, 0x5f, 0xff, 0xe3, 0x9f, 0x61, 0xff, 0xe3, 0xa3, 0x62, 0xff, 0xe8, 0xad, 0x6c, 0xff, 0xd7, 0xa7, 0x6a, 0xff, 0xac, 0x7d, 0x4c, 0xff, 0x9f, 0x69, 0x41, 0xff, 0x9e, 0x68, 0x41, 0xff, 0xa0, 0x6a, 0x45, 0xff, 0xa0, 0x69, 0x46, 0xff, 0x9f, 0x68, 0x48, 0xff, 0x9f, 0x69, 0x48, 0xff, 0xa0, 0x69, 0x48, 0xff, 0xa0, 0x6a, 0x49, 0xff, 0x9f, 0x6a, 0x49, 0xff, 0x9f, 0x6a, 0x49, 0xff, 0x9f, 0x68, 0x48, 0xff, 0x9e, 0x69, 0x47, 0xff, 0x9f, 0x6a, 0x48, 0xff, 0x9f, 0x69, 0x46, 0xff, 0x9e, 0x69, 0x44, 0xff, 0x9e, 0x6a, 0x43, 0xff, 0x9e, 0x69, 0x41, 0xff, 0x9e, 0x68, 0x3f, 0xff, 0x9c, 0x64, 0x3b, 0xff, 0x99, 0x60, 0x39, 0xff, 0x97, 0x5f, 0x38, 0xff, 0x96, 0x5e, 0x37, 0xff, 0x94, 0x5b, 0x35, 0xff, 0xa3, 0x69, 0x3f, 0xff, 0xbb, 0x80, 0x51, 0xff, 0xbe, 0x84, 0x52, 0xff, 0xbb, 0x7d, 0x4b, 0xff, 0xb7, 0x78, 0x47, 0xff, 0xb5, 0x77, 0x45, 0xff, 0xb5, 0x77, 0x45, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xb2, 0x74, 0x43, 0xff, 0xb1, 0x74, 0x44, 0xff, 0xaf, 0x77, 0x47, 0xff, 0xb0, 0x76, 0x4b, 0xff, 0xa9, 0x6e, 0x44, 0xff, 0xa0, 0x63, 0x38, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x99, 0x5b, 0x32, 0xff, 0x97, 0x58, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x94, 0x56, 0x30, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x7a, 0x3f, 0x1f, 0xff, 0x6d, 0x35, 0x19, 0xff, 0x67, 0x34, 0x18, 0xff, 0x63, 0x32, 0x18, 0xff, 0x63, 0x30, 0x18, 0xff, 0x63, 0x30, 0x18, 0xff, 0x62, 0x30, 0x18, 0xff, 0x62, 0x30, 0x18, 0xff, 0x63, 0x32, 0x18, 0xff, 0x62, 0x31, 0x18, 0xff, 0x63, 0x31, 0x18, 0xff, 0x64, 0x31, 0x18, 0xff, 0x64, 0x34, 0x18, 0xff, 0x68, 0x38, 0x18, 0xff, 0x7a, 0x42, 0x1c, 0xff, 0x7e, 0x43, 0x1e, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa1, 0x61, 0x37, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0xa0, 0x61, 0x38, 0xff, 0xa6, 0x68, 0x3d, 0xff, 0xad, 0x72, 0x45, 0xff, 0xaf, 0x77, 0x4c, 0xff, 0xb0, 0x7a, 0x4e, 0xff, 0xb0, 0x79, 0x4c, 0xff, 0xb0, 0x7c, 0x51, 0xff, 0xaf, 0x76, 0x4b, 0xff, 0xa9, 0x6b, 0x3f, 0xff, 0xa1, 0x62, 0x38, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x96, 0x58, 0x32, 0xff, 0x94, 0x56, 0x32, 0xff, 0x92, 0x56, 0x31, 0xff, 0x92, 0x53, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x90, 0x53, 0x31, 0xff, 0x91, 0x55, 0x33, 0xff, 0x92, 0x56, 0x33, 0xff, 0x89, 0x4d, 0x2e, 0xff, 0x84, 0x49, 0x28, 0xff, 0x80, 0x43, 0x24, 0xff, 0x80, 0x45, 0x23, 0xff, 0x7e, 0x43, 0x21, 0xff, 0x7d, 0x43, 0x20, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7c, 0x41, 0x1e, 0xff, 0x7d, 0x41, 0x1e, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7d, 0x43, 0x21, 0xff, 0x7b, 0x43, 0x21, 0xff, 0x7a, 0x41, 0x1f, 0xff, 0x77, 0x3f, 0x1d, 0xff, 0x75, 0x3f, 0x1d, 0xff, 0x74, 0x3d, 0x1b, 0xff, 0x74, 0x3c, 0x1b, 0xff, 0x76, 0x3d, 0x1b, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x74, 0x3e, 0x1b, 0xff, 0x77, 0x3e, 0x1a, 0xff, 0x98, 0x5b, 0x35, 0xff, 0x94, 0x55, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8c, 0x4e, 0x2e, 0xff, 0x8b, 0x4c, 0x2d, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x86, 0x4a, 0x27, 0xff, - 0x88, 0x49, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x82, 0x47, 0x22, 0xff, 0x81, 0x44, 0x22, 0xff, 0x82, 0x46, 0x23, 0xff, 0x82, 0x46, 0x23, 0xff, 0x7f, 0x44, 0x1f, 0xff, 0x7a, 0x42, 0x1f, 0xff, 0x78, 0x3f, 0x1c, 0xff, 0x76, 0x3e, 0x1a, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x76, 0x3e, 0x1a, 0xff, 0x76, 0x3e, 0x1a, 0xff, 0x74, 0x3e, 0x1a, 0xff, 0x71, 0x3c, 0x18, 0xff, 0x72, 0x3d, 0x18, 0xff, 0x72, 0x37, 0x18, 0xff, 0x71, 0x3c, 0x18, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x78, 0x3e, 0x1a, 0xff, 0x7a, 0x42, 0x1d, 0xff, 0x7c, 0x41, 0x1d, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x7d, 0x44, 0x21, 0xff, 0x7e, 0x44, 0x22, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x80, 0x46, 0x23, 0xff, 0x82, 0x47, 0x23, 0xff, 0x82, 0x47, 0x23, 0xff, 0x83, 0x48, 0x23, 0xff, 0x84, 0x46, 0x23, 0xff, 0x84, 0x46, 0x23, 0xff, 0x86, 0x48, 0x23, 0xff, 0x88, 0x48, 0x22, 0xff, 0x88, 0x48, 0x21, 0xff, 0x89, 0x4a, 0x25, 0xff, 0x89, 0x4a, 0x24, 0xff, 0x8c, 0x4c, 0x25, 0xff, 0x8e, 0x4e, 0x26, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x99, 0x59, 0x31, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0x9f, 0x60, 0x34, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xae, 0x70, 0x43, 0xff, 0xb3, 0x74, 0x45, 0xff, 0xb8, 0x78, 0x4a, 0xff, 0xc7, 0x85, 0x54, 0xff, 0xd6, 0x91, 0x5c, 0xff, 0xdb, 0x98, 0x5e, 0xff, 0xe5, 0x9f, 0x63, 0xff, 0xe5, 0x9e, 0x65, 0xff, 0xe7, 0x9b, 0x62, 0xff, 0xe6, 0x95, 0x5d, 0xff, 0xd7, 0x8e, 0x57, 0xff, 0xc3, 0x81, 0x50, 0xff, 0xc0, 0x80, 0x4f, 0xff, 0xc0, 0x80, 0x50, 0xff, 0xc0, 0x80, 0x4f, 0xff, 0xc2, 0x82, 0x52, 0xff, 0xc6, 0x85, 0x54, 0xff, 0xcc, 0x87, 0x55, 0xff, 0xd3, 0x8a, 0x57, 0xff, 0xd4, 0x8b, 0x57, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xbe, 0x80, 0x4b, 0xff, 0xbf, 0x83, 0x4e, 0xff, 0xbe, 0x85, 0x4f, 0xff, 0xcb, 0x8e, 0x57, 0xff, 0xe6, 0xa0, 0x64, 0xff, 0xe2, 0x9f, 0x5e, 0xff, 0xe4, 0xa0, 0x60, 0xff, 0xe2, 0xa0, 0x5e, 0xff, 0xe3, 0xa0, 0x5f, 0xff, 0xe4, 0x9d, 0x5f, 0xff, 0xe2, 0x9d, 0x5d, 0xff, 0xe2, 0x9e, 0x5d, 0xff, 0xe5, 0xa4, 0x64, 0xff, 0xc4, 0x8e, 0x56, 0xff, 0xa0, 0x67, 0x3c, 0xff, 0xa1, 0x68, 0x3f, 0xff, 0xa0, 0x68, 0x3f, 0xff, 0x9f, 0x69, 0x40, 0xff, 0x9e, 0x69, 0x42, 0xff, 0x9e, 0x67, 0x45, 0xff, 0x9e, 0x67, 0x46, 0xff, 0x9f, 0x69, 0x48, 0xff, 0x9f, 0x69, 0x49, 0xff, 0x9e, 0x69, 0x48, 0xff, 0x9f, 0x6a, 0x49, 0xff, 0x9f, 0x69, 0x49, 0xff, 0xa0, 0x6a, 0x49, 0xff, 0x9f, 0x68, 0x49, 0xff, 0x9e, 0x69, 0x49, 0xff, 0xa0, 0x6b, 0x49, 0xff, 0xa0, 0x6a, 0x48, 0xff, 0x9f, 0x6b, 0x46, 0xff, 0xa0, 0x6b, 0x44, 0xff, 0xa0, 0x6a, 0x43, 0xff, 0x9f, 0x68, 0x41, 0xff, 0x9b, 0x63, 0x3c, 0xff, 0x98, 0x60, 0x39, 0xff, 0x98, 0x60, 0x39, 0xff, 0x95, 0x5d, 0x36, 0xff, 0xa4, 0x6b, 0x40, 0xff, 0xbd, 0x83, 0x53, 0xff, 0xc1, 0x87, 0x56, 0xff, 0xbc, 0x7f, 0x4d, 0xff, 0xb9, 0x7a, 0x49, 0xff, 0xb6, 0x78, 0x47, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb6, 0x77, 0x45, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xb1, 0x7a, 0x49, 0xff, 0xa7, 0x6d, 0x40, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa0, 0x62, 0x3a, 0xff, 0x9e, 0x5f, 0x37, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x96, 0x57, 0x30, 0xff, 0x94, 0x56, 0x30, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x7d, 0x43, 0x21, 0xff, 0x70, 0x3c, 0x19, 0xff, 0x6c, 0x3a, 0x18, 0xff, 0x64, 0x31, 0x18, 0xff, 0x62, 0x2f, 0x18, 0xff, 0x62, 0x30, 0x18, 0xff, 0x60, 0x2e, 0x18, 0xff, 0x61, 0x31, 0x18, 0xff, 0x63, 0x33, 0x18, 0xff, 0x62, 0x31, 0x18, 0xff, 0x63, 0x31, 0x18, 0xff, 0x64, 0x33, 0x18, 0xff, 0x65, 0x34, 0x17, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x7f, 0x44, 0x1e, 0xff, 0x7c, 0x43, 0x1d, 0xff, 0x7e, 0x43, 0x1e, 0xff, 0xa3, 0x65, 0x3b, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xa3, 0x66, 0x39, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9f, 0x62, 0x37, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0xab, 0x6f, 0x43, 0xff, 0xaf, 0x77, 0x4a, 0xff, 0xae, 0x7a, 0x4f, 0xff, 0xae, 0x7b, 0x4e, 0xff, 0xae, 0x7f, 0x54, 0xff, 0xaf, 0x78, 0x4c, 0xff, 0xab, 0x6e, 0x43, 0xff, 0xa3, 0x63, 0x3a, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x97, 0x57, 0x30, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x92, 0x55, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x90, 0x54, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x92, 0x55, 0x31, 0xff, 0x88, 0x4c, 0x2c, 0xff, 0x82, 0x47, 0x25, 0xff, 0x80, 0x44, 0x23, 0xff, 0x7d, 0x43, 0x21, 0xff, 0x7f, 0x44, 0x21, 0xff, 0x7c, 0x44, 0x21, 0xff, 0x79, 0x3e, 0x1d, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7c, 0x40, 0x1d, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x7b, 0x43, 0x1f, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x78, 0x42, 0x1f, 0xff, 0x77, 0x41, 0x1d, 0xff, 0x75, 0x40, 0x1d, 0xff, 0x73, 0x3e, 0x1a, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x73, 0x3c, 0x1a, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x74, 0x3b, 0x1a, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x93, 0x57, 0x33, 0xff, 0x97, 0x58, 0x34, 0xff, 0x92, 0x54, 0x31, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8d, 0x4f, 0x2f, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8b, 0x4c, 0x2d, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x89, 0x4b, 0x29, 0xff, - 0x88, 0x4a, 0x27, 0xff, 0x88, 0x49, 0x27, 0xff, 0x88, 0x49, 0x27, 0xff, 0x87, 0x49, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x86, 0x49, 0x25, 0xff, 0x82, 0x46, 0x24, 0xff, 0x83, 0x47, 0x23, 0xff, 0x82, 0x45, 0x24, 0xff, 0x7f, 0x43, 0x21, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x79, 0x40, 0x1c, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x76, 0x3e, 0x1a, 0xff, 0x76, 0x3f, 0x1c, 0xff, 0x78, 0x3f, 0x1a, 0xff, 0x78, 0x3e, 0x1a, 0xff, 0x78, 0x40, 0x1d, 0xff, 0x76, 0x3e, 0x1a, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x72, 0x39, 0x18, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x74, 0x3b, 0x18, 0xff, 0x78, 0x40, 0x1c, 0xff, 0x78, 0x3f, 0x1a, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7e, 0x44, 0x22, 0xff, 0x80, 0x46, 0x23, 0xff, 0x80, 0x47, 0x23, 0xff, 0x83, 0x48, 0x23, 0xff, 0x84, 0x47, 0x23, 0xff, 0x84, 0x46, 0x23, 0xff, 0x84, 0x46, 0x23, 0xff, 0x85, 0x47, 0x22, 0xff, 0x87, 0x47, 0x23, 0xff, 0x89, 0x48, 0x23, 0xff, 0x88, 0x49, 0x23, 0xff, 0x88, 0x48, 0x24, 0xff, 0x8a, 0x4b, 0x25, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x97, 0x57, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x99, 0x5b, 0x31, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0xa0, 0x61, 0x39, 0xff, 0xa2, 0x64, 0x3b, 0xff, 0xa3, 0x65, 0x3b, 0xff, 0xa6, 0x68, 0x3d, 0xff, 0xab, 0x6b, 0x40, 0xff, 0xaf, 0x71, 0x44, 0xff, 0xa9, 0x6d, 0x40, 0xff, 0xc2, 0x83, 0x51, 0xff, 0xd8, 0x90, 0x59, 0xff, 0xdb, 0x92, 0x5a, 0xff, 0xe1, 0x93, 0x5a, 0xff, 0xdb, 0x91, 0x58, 0xff, 0xc4, 0x85, 0x50, 0xff, 0xc3, 0x83, 0x50, 0xff, 0xc0, 0x80, 0x4e, 0xff, 0xc0, 0x80, 0x4e, 0xff, 0xc1, 0x81, 0x50, 0xff, 0xc1, 0x82, 0x50, 0xff, 0xc3, 0x84, 0x52, 0xff, 0xc7, 0x84, 0x53, 0xff, 0xcf, 0x89, 0x55, 0xff, 0xce, 0x87, 0x55, 0xff, 0xb5, 0x77, 0x48, 0xff, 0xb7, 0x79, 0x48, 0xff, 0xbd, 0x83, 0x4e, 0xff, 0xc0, 0x85, 0x53, 0xff, 0xbe, 0x82, 0x52, 0xff, 0xc8, 0x86, 0x51, 0xff, 0xe7, 0x9b, 0x62, 0xff, 0xe1, 0x98, 0x5d, 0xff, 0xe4, 0x9e, 0x61, 0xff, 0xe4, 0x9f, 0x5f, 0xff, 0xe3, 0xa0, 0x5f, 0xff, 0xe4, 0xa2, 0x5f, 0xff, 0xde, 0x9f, 0x5f, 0xff, 0xbd, 0x84, 0x51, 0xff, 0x9f, 0x68, 0x3c, 0xff, 0xa0, 0x67, 0x3e, 0xff, 0x9f, 0x66, 0x3e, 0xff, 0x9e, 0x65, 0x3b, 0xff, 0x9e, 0x67, 0x3c, 0xff, 0x9e, 0x68, 0x3e, 0xff, 0x9d, 0x68, 0x43, 0xff, 0x9e, 0x68, 0x46, 0xff, 0x9f, 0x69, 0x47, 0xff, 0x9f, 0x6a, 0x49, 0xff, 0x9e, 0x6a, 0x48, 0xff, 0x9e, 0x69, 0x49, 0xff, 0x9f, 0x69, 0x48, 0xff, 0xa0, 0x68, 0x49, 0xff, 0xa0, 0x69, 0x49, 0xff, 0x9f, 0x69, 0x4a, 0xff, 0xa0, 0x6b, 0x4b, 0xff, 0xa1, 0x6c, 0x4b, 0xff, 0xa1, 0x6d, 0x49, 0xff, 0xa0, 0x6e, 0x47, 0xff, 0xa1, 0x6c, 0x46, 0xff, 0xa0, 0x69, 0x43, 0xff, 0x9f, 0x67, 0x40, 0xff, 0x9c, 0x63, 0x3c, 0xff, 0x98, 0x60, 0x3a, 0xff, 0x95, 0x5d, 0x38, 0xff, 0xa7, 0x6d, 0x43, 0xff, 0xbe, 0x84, 0x53, 0xff, 0xc0, 0x86, 0x55, 0xff, 0xbb, 0x7e, 0x4f, 0xff, 0xb8, 0x7a, 0x4a, 0xff, 0xb6, 0x78, 0x48, 0xff, 0xb5, 0x77, 0x47, 0xff, 0xb7, 0x78, 0x47, 0xff, 0xb6, 0x78, 0x47, 0xff, 0xb3, 0x76, 0x46, 0xff, 0xab, 0x6e, 0x41, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xa4, 0x67, 0x3c, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa1, 0x62, 0x3a, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x96, 0x57, 0x31, 0xff, 0x94, 0x55, 0x30, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x7e, 0x43, 0x22, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x6e, 0x38, 0x18, 0xff, 0x67, 0x33, 0x18, 0xff, 0x61, 0x2f, 0x18, 0xff, 0x61, 0x2f, 0x18, 0xff, 0x62, 0x30, 0x18, 0xff, 0x62, 0x32, 0x18, 0xff, 0x64, 0x30, 0x18, 0xff, 0x63, 0x31, 0x18, 0xff, 0x63, 0x30, 0x18, 0xff, 0x64, 0x32, 0x17, 0xff, 0x76, 0x40, 0x1f, 0xff, 0x7d, 0x43, 0x1e, 0xff, 0x7d, 0x43, 0x1f, 0xff, 0x7d, 0x41, 0x1e, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0xa7, 0x6b, 0x3f, 0xff, 0xa6, 0x6c, 0x3e, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9e, 0x61, 0x36, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa8, 0x6c, 0x3f, 0xff, 0xad, 0x75, 0x47, 0xff, 0xad, 0x79, 0x4e, 0xff, 0xad, 0x7b, 0x50, 0xff, 0xae, 0x7e, 0x56, 0xff, 0xae, 0x7b, 0x4e, 0xff, 0xac, 0x71, 0x44, 0xff, 0xa4, 0x65, 0x3b, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x96, 0x56, 0x31, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x94, 0x56, 0x31, 0xff, 0x93, 0x55, 0x32, 0xff, 0x90, 0x54, 0x31, 0xff, 0x90, 0x53, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x90, 0x52, 0x30, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x90, 0x53, 0x31, 0xff, 0x90, 0x53, 0x32, 0xff, 0x86, 0x4a, 0x29, 0xff, 0x81, 0x45, 0x24, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x7c, 0x43, 0x21, 0xff, 0x7e, 0x43, 0x21, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x79, 0x41, 0x1d, 0xff, 0x7b, 0x3f, 0x1d, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x7a, 0x42, 0x1f, 0xff, 0x7a, 0x42, 0x1f, 0xff, 0x7a, 0x3f, 0x1d, 0xff, 0x77, 0x40, 0x1e, 0xff, 0x75, 0x3f, 0x1d, 0xff, 0x73, 0x3f, 0x1a, 0xff, 0x73, 0x3a, 0x1a, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x71, 0x39, 0x18, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x72, 0x3c, 0x19, 0xff, 0x72, 0x3c, 0x19, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x83, 0x49, 0x24, 0xff, 0x9b, 0x5d, 0x37, 0xff, 0x95, 0x56, 0x31, 0xff, 0x92, 0x53, 0x31, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8b, 0x4c, 0x2d, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x88, 0x4a, 0x27, 0xff, - 0x88, 0x4b, 0x28, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x49, 0x27, 0xff, 0x88, 0x49, 0x27, 0xff, 0x87, 0x49, 0x26, 0xff, 0x87, 0x49, 0x26, 0xff, 0x86, 0x49, 0x26, 0xff, 0x85, 0x48, 0x24, 0xff, 0x81, 0x44, 0x22, 0xff, 0x7f, 0x44, 0x22, 0xff, 0x7d, 0x42, 0x1e, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x79, 0x40, 0x1c, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x7a, 0x40, 0x1b, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x78, 0x3f, 0x1b, 0xff, 0x74, 0x3d, 0x1a, 0xff, 0x72, 0x3b, 0x18, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x78, 0x3f, 0x1b, 0xff, 0x7a, 0x40, 0x1b, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x7c, 0x41, 0x1e, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7d, 0x42, 0x1e, 0xff, 0x7f, 0x43, 0x22, 0xff, 0x81, 0x45, 0x23, 0xff, 0x81, 0x44, 0x23, 0xff, 0x81, 0x45, 0x23, 0xff, 0x83, 0x47, 0x23, 0xff, 0x85, 0x47, 0x23, 0xff, 0x84, 0x48, 0x24, 0xff, 0x85, 0x47, 0x22, 0xff, 0x86, 0x48, 0x23, 0xff, 0x85, 0x48, 0x24, 0xff, 0x86, 0x49, 0x26, 0xff, 0x86, 0x48, 0x26, 0xff, 0x87, 0x49, 0x27, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x93, 0x55, 0x30, 0xff, 0x94, 0x57, 0x31, 0xff, 0x95, 0x56, 0x31, 0xff, 0x97, 0x59, 0x32, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x9c, 0x5d, 0x36, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0xa0, 0x63, 0x39, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa4, 0x68, 0x3c, 0xff, 0xa8, 0x6b, 0x3f, 0xff, 0xae, 0x6f, 0x43, 0xff, 0xad, 0x70, 0x43, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xa9, 0x6c, 0x3f, 0xff, 0xae, 0x71, 0x43, 0xff, 0xb4, 0x77, 0x46, 0xff, 0xbb, 0x7c, 0x4a, 0xff, 0xbe, 0x7e, 0x4c, 0xff, 0xc0, 0x7f, 0x4d, 0xff, 0xc0, 0x7f, 0x4c, 0xff, 0xbf, 0x7e, 0x4c, 0xff, 0xbf, 0x80, 0x4e, 0xff, 0xc1, 0x81, 0x50, 0xff, 0xc2, 0x82, 0x51, 0xff, 0xc3, 0x82, 0x51, 0xff, 0xcb, 0x86, 0x55, 0xff, 0xcf, 0x87, 0x55, 0xff, 0xba, 0x7a, 0x4a, 0xff, 0xb1, 0x73, 0x45, 0xff, 0xb3, 0x76, 0x47, 0xff, 0xb9, 0x7d, 0x4d, 0xff, 0xbc, 0x80, 0x50, 0xff, 0xc3, 0x87, 0x51, 0xff, 0xdd, 0x98, 0x5e, 0xff, 0xe6, 0x97, 0x5f, 0xff, 0xe2, 0x95, 0x5c, 0xff, 0xe2, 0x97, 0x5d, 0xff, 0xe3, 0x9f, 0x61, 0xff, 0xdb, 0x9c, 0x5f, 0xff, 0xb5, 0x7d, 0x4b, 0xff, 0x9b, 0x64, 0x3b, 0xff, 0x9f, 0x65, 0x3d, 0xff, 0x9e, 0x64, 0x3a, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x9b, 0x62, 0x39, 0xff, 0x9b, 0x63, 0x3a, 0xff, 0x9d, 0x67, 0x3e, 0xff, 0x9e, 0x69, 0x40, 0xff, 0x9d, 0x68, 0x43, 0xff, 0x9d, 0x67, 0x45, 0xff, 0x9d, 0x68, 0x47, 0xff, 0x9d, 0x67, 0x47, 0xff, 0x9d, 0x68, 0x48, 0xff, 0x9e, 0x69, 0x48, 0xff, 0x9e, 0x68, 0x49, 0xff, 0xa0, 0x6a, 0x4a, 0xff, 0xa0, 0x6a, 0x4b, 0xff, 0xa0, 0x6b, 0x4b, 0xff, 0xa0, 0x6e, 0x4d, 0xff, 0xa0, 0x6e, 0x4c, 0xff, 0xa0, 0x6e, 0x49, 0xff, 0xa1, 0x6d, 0x48, 0xff, 0xa1, 0x6b, 0x45, 0xff, 0xa0, 0x68, 0x42, 0xff, 0x9e, 0x66, 0x40, 0xff, 0x9b, 0x62, 0x3d, 0xff, 0x96, 0x5e, 0x38, 0xff, 0xa8, 0x6e, 0x45, 0xff, 0xbd, 0x81, 0x52, 0xff, 0xc0, 0x83, 0x52, 0xff, 0xbd, 0x7e, 0x50, 0xff, 0xb8, 0x7a, 0x4a, 0xff, 0xb5, 0x78, 0x48, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xb9, 0x7a, 0x49, 0xff, 0xb7, 0x7a, 0x48, 0xff, 0xb0, 0x73, 0x44, 0xff, 0xac, 0x6f, 0x41, 0xff, 0xa9, 0x6e, 0x41, 0xff, 0xa7, 0x6c, 0x40, 0xff, 0xa5, 0x6a, 0x3d, 0xff, 0xa2, 0x65, 0x3b, 0xff, 0xa0, 0x62, 0x3a, 0xff, 0x9d, 0x5f, 0x37, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x97, 0x59, 0x32, 0xff, 0x94, 0x56, 0x30, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x85, 0x49, 0x28, 0xff, 0x76, 0x3d, 0x1c, 0xff, 0x6f, 0x3b, 0x18, 0xff, 0x6a, 0x38, 0x18, 0xff, 0x64, 0x30, 0x18, 0xff, 0x62, 0x30, 0x18, 0xff, 0x62, 0x30, 0x18, 0xff, 0x62, 0x30, 0x18, 0xff, 0x62, 0x31, 0x18, 0xff, 0x65, 0x33, 0x18, 0xff, 0x65, 0x35, 0x18, 0xff, 0x6d, 0x3a, 0x1a, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7e, 0x43, 0x1c, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x90, 0x53, 0x2d, 0xff, 0xa4, 0x68, 0x3d, 0xff, 0xa5, 0x6c, 0x40, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9f, 0x61, 0x37, 0xff, 0xa4, 0x67, 0x3c, 0xff, 0xaa, 0x6e, 0x42, 0xff, 0xad, 0x75, 0x47, 0xff, 0xad, 0x7a, 0x51, 0xff, 0xab, 0x7c, 0x54, 0xff, 0xac, 0x78, 0x4d, 0xff, 0xac, 0x72, 0x45, 0xff, 0xa5, 0x67, 0x3d, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x97, 0x59, 0x32, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x90, 0x50, 0x2f, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x56, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x90, 0x52, 0x30, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x84, 0x48, 0x29, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7a, 0x42, 0x1f, 0xff, 0x7a, 0x41, 0x1f, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x78, 0x40, 0x1e, 0xff, 0x76, 0x3f, 0x1d, 0xff, 0x74, 0x3e, 0x1c, 0xff, 0x73, 0x3c, 0x1a, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x71, 0x3a, 0x18, 0xff, 0x71, 0x39, 0x18, 0xff, 0x70, 0x3a, 0x18, 0xff, 0x72, 0x39, 0x18, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x73, 0x3c, 0x1a, 0xff, 0x73, 0x3a, 0x1a, 0xff, 0x7a, 0x3f, 0x20, 0xff, 0x97, 0x5b, 0x35, 0xff, 0x95, 0x57, 0x32, 0xff, 0x93, 0x54, 0x32, 0xff, 0x90, 0x52, 0x30, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, - 0x8a, 0x4d, 0x2a, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x87, 0x49, 0x25, 0xff, 0x88, 0x49, 0x27, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x83, 0x45, 0x22, 0xff, 0x81, 0x45, 0x23, 0xff, 0x7f, 0x44, 0x20, 0xff, 0x7b, 0x42, 0x21, 0xff, 0x7d, 0x43, 0x20, 0xff, 0x7d, 0x44, 0x20, 0xff, 0x7d, 0x42, 0x1f, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x7c, 0x42, 0x20, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x78, 0x40, 0x1d, 0xff, 0x79, 0x40, 0x1b, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x80, 0x44, 0x21, 0xff, 0x83, 0x47, 0x23, 0xff, 0x83, 0x47, 0x23, 0xff, 0x84, 0x47, 0x23, 0xff, 0x85, 0x48, 0x23, 0xff, 0x84, 0x46, 0x23, 0xff, 0x83, 0x47, 0x23, 0xff, 0x83, 0x47, 0x23, 0xff, 0x83, 0x47, 0x25, 0xff, 0x85, 0x48, 0x25, 0xff, 0x87, 0x4a, 0x27, 0xff, 0x87, 0x49, 0x26, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x93, 0x56, 0x30, 0xff, 0x92, 0x55, 0x31, 0xff, 0x93, 0x55, 0x31, 0xff, 0x95, 0x57, 0x32, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9d, 0x5f, 0x37, 0xff, 0x9d, 0x5e, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0xa1, 0x64, 0x3a, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0xa7, 0x69, 0x3e, 0xff, 0xac, 0x6d, 0x42, 0xff, 0xa5, 0x65, 0x39, 0xff, 0xa7, 0x69, 0x3b, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xaf, 0x70, 0x44, 0xff, 0xb0, 0x71, 0x44, 0xff, 0xaf, 0x71, 0x42, 0xff, 0xb1, 0x72, 0x44, 0xff, 0xb3, 0x75, 0x46, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xbd, 0x7c, 0x4b, 0xff, 0xbf, 0x7e, 0x4d, 0xff, 0xc1, 0x80, 0x4f, 0xff, 0xc2, 0x82, 0x51, 0xff, 0xc3, 0x82, 0x51, 0xff, 0xc8, 0x85, 0x54, 0xff, 0xcf, 0x8a, 0x57, 0xff, 0xc5, 0x83, 0x53, 0xff, 0xb1, 0x72, 0x43, 0xff, 0xb4, 0x76, 0x47, 0xff, 0xb4, 0x77, 0x4a, 0xff, 0xb6, 0x79, 0x4b, 0xff, 0xba, 0x7e, 0x4b, 0xff, 0xcc, 0x8e, 0x58, 0xff, 0xe6, 0x9c, 0x63, 0xff, 0xe6, 0x97, 0x5d, 0xff, 0xe6, 0x99, 0x5f, 0xff, 0xd5, 0x8e, 0x59, 0xff, 0xaa, 0x6d, 0x41, 0xff, 0x9e, 0x64, 0x3b, 0xff, 0xa0, 0x65, 0x3c, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9c, 0x61, 0x38, 0xff, 0x9c, 0x62, 0x39, 0xff, 0x9b, 0x65, 0x3b, 0xff, 0x9c, 0x67, 0x3d, 0xff, 0x9c, 0x67, 0x40, 0xff, 0x9c, 0x67, 0x43, 0xff, 0x9c, 0x67, 0x45, 0xff, 0x9d, 0x67, 0x46, 0xff, 0x9c, 0x67, 0x48, 0xff, 0x9d, 0x68, 0x49, 0xff, 0x9f, 0x69, 0x49, 0xff, 0x9f, 0x69, 0x49, 0xff, 0xa0, 0x6c, 0x4b, 0xff, 0xa0, 0x6c, 0x4d, 0xff, 0xa0, 0x6e, 0x4e, 0xff, 0xa0, 0x6e, 0x4d, 0xff, 0xa1, 0x6f, 0x4b, 0xff, 0xa1, 0x6e, 0x4a, 0xff, 0xa0, 0x6a, 0x46, 0xff, 0xa0, 0x68, 0x43, 0xff, 0xa0, 0x67, 0x42, 0xff, 0x9f, 0x66, 0x41, 0xff, 0x9c, 0x64, 0x3e, 0xff, 0xaa, 0x70, 0x46, 0xff, 0xba, 0x7e, 0x50, 0xff, 0xbd, 0x81, 0x51, 0xff, 0xbc, 0x80, 0x4f, 0xff, 0xb9, 0x7b, 0x4b, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xb4, 0x77, 0x48, 0xff, 0xb9, 0x7a, 0x4a, 0xff, 0xb5, 0x76, 0x47, 0xff, 0xae, 0x72, 0x44, 0xff, 0xae, 0x73, 0x44, 0xff, 0xae, 0x72, 0x44, 0xff, 0xab, 0x70, 0x44, 0xff, 0xa8, 0x6d, 0x42, 0xff, 0xa6, 0x6a, 0x3f, 0xff, 0xa3, 0x67, 0x3c, 0xff, 0xa0, 0x63, 0x39, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x96, 0x57, 0x31, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8c, 0x4c, 0x28, 0xff, 0x8a, 0x4b, 0x27, 0xff, 0x8a, 0x4c, 0x26, 0xff, 0x89, 0x4c, 0x27, 0xff, 0x89, 0x4c, 0x26, 0xff, 0x8a, 0x4c, 0x27, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x76, 0x3c, 0x1e, 0xff, 0x6f, 0x3a, 0x18, 0xff, 0x6c, 0x37, 0x18, 0xff, 0x64, 0x30, 0x18, 0xff, 0x62, 0x2f, 0x18, 0xff, 0x63, 0x31, 0x18, 0xff, 0x63, 0x31, 0x18, 0xff, 0x64, 0x33, 0x18, 0xff, 0x66, 0x35, 0x18, 0xff, 0x68, 0x36, 0x18, 0xff, 0x78, 0x3f, 0x1e, 0xff, 0x7d, 0x42, 0x1d, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x84, 0x49, 0x24, 0xff, 0xa1, 0x65, 0x3b, 0xff, 0xa6, 0x6b, 0x40, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0x9f, 0x61, 0x35, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa5, 0x67, 0x3c, 0xff, 0xa8, 0x6c, 0x41, 0xff, 0xac, 0x77, 0x4e, 0xff, 0xaa, 0x7a, 0x50, 0xff, 0xaa, 0x76, 0x4b, 0xff, 0xaa, 0x70, 0x45, 0xff, 0xa5, 0x67, 0x3c, 0xff, 0x9e, 0x5f, 0x37, 0xff, 0x98, 0x59, 0x32, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x95, 0x56, 0x31, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8f, 0x52, 0x31, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x84, 0x48, 0x27, 0xff, 0x7f, 0x44, 0x22, 0xff, 0x7d, 0x43, 0x21, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x79, 0x40, 0x1e, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x7e, 0x43, 0x1f, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x79, 0x40, 0x1c, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x78, 0x41, 0x1d, 0xff, 0x78, 0x40, 0x1c, 0xff, 0x77, 0x3d, 0x1c, 0xff, 0x74, 0x3d, 0x1b, 0xff, 0x72, 0x3d, 0x1a, 0xff, 0x70, 0x3c, 0x18, 0xff, 0x71, 0x38, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x3b, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x3c, 0x18, 0xff, 0x72, 0x3b, 0x1a, 0xff, 0x72, 0x3a, 0x1a, 0xff, 0x74, 0x3d, 0x1b, 0xff, 0x95, 0x58, 0x31, 0xff, 0x9a, 0x5b, 0x35, 0xff, 0x96, 0x58, 0x33, 0xff, 0x93, 0x54, 0x30, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8b, 0x4d, 0x2b, 0xff, - 0x8c, 0x4b, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x86, 0x49, 0x28, 0xff, 0x83, 0x47, 0x25, 0xff, 0x82, 0x45, 0x23, 0xff, 0x81, 0x47, 0x23, 0xff, 0x80, 0x43, 0x23, 0xff, 0x80, 0x45, 0x25, 0xff, 0x81, 0x44, 0x23, 0xff, 0x80, 0x45, 0x22, 0xff, 0x81, 0x44, 0x22, 0xff, 0x81, 0x45, 0x23, 0xff, 0x80, 0x45, 0x23, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7d, 0x43, 0x21, 0xff, 0x7d, 0x41, 0x21, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7c, 0x41, 0x1e, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x7c, 0x3f, 0x1e, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x7f, 0x43, 0x21, 0xff, 0x80, 0x44, 0x21, 0xff, 0x81, 0x44, 0x21, 0xff, 0x83, 0x47, 0x25, 0xff, 0x83, 0x47, 0x25, 0xff, 0x82, 0x47, 0x23, 0xff, 0x83, 0x46, 0x23, 0xff, 0x83, 0x46, 0x23, 0xff, 0x83, 0x46, 0x24, 0xff, 0x83, 0x47, 0x25, 0xff, 0x85, 0x48, 0x25, 0xff, 0x88, 0x49, 0x27, 0xff, 0x88, 0x49, 0x27, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x93, 0x55, 0x30, 0xff, 0x92, 0x55, 0x30, 0xff, 0x93, 0x55, 0x31, 0xff, 0x95, 0x57, 0x32, 0xff, 0x97, 0x59, 0x33, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9e, 0x61, 0x38, 0xff, 0x9f, 0x62, 0x39, 0xff, 0xa2, 0x64, 0x3b, 0xff, 0xa5, 0x67, 0x3d, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa5, 0x66, 0x39, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xab, 0x6a, 0x3d, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xb0, 0x72, 0x43, 0xff, 0xb2, 0x74, 0x46, 0xff, 0xb3, 0x75, 0x45, 0xff, 0xb2, 0x74, 0x45, 0xff, 0xb4, 0x76, 0x47, 0xff, 0xb8, 0x7a, 0x4b, 0xff, 0xbe, 0x7e, 0x4e, 0xff, 0xc2, 0x81, 0x4f, 0xff, 0xc2, 0x81, 0x50, 0xff, 0xc6, 0x84, 0x52, 0xff, 0xcd, 0x88, 0x55, 0xff, 0xc2, 0x82, 0x50, 0xff, 0xb4, 0x77, 0x46, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0xb7, 0x7a, 0x4a, 0xff, 0xb7, 0x7b, 0x4a, 0xff, 0xba, 0x7d, 0x4d, 0xff, 0xcd, 0x8c, 0x59, 0xff, 0xe5, 0x9d, 0x62, 0xff, 0xd4, 0x91, 0x59, 0xff, 0xaa, 0x72, 0x46, 0xff, 0x9d, 0x61, 0x3a, 0xff, 0x9e, 0x62, 0x39, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9a, 0x5f, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x9b, 0x62, 0x38, 0xff, 0x9b, 0x64, 0x39, 0xff, 0x9b, 0x65, 0x3b, 0xff, 0x9c, 0x67, 0x3d, 0xff, 0x9c, 0x67, 0x40, 0xff, 0x9c, 0x67, 0x43, 0xff, 0x9d, 0x68, 0x45, 0xff, 0x9d, 0x67, 0x47, 0xff, 0x9e, 0x68, 0x48, 0xff, 0x9f, 0x6a, 0x4a, 0xff, 0xa0, 0x6a, 0x4c, 0xff, 0xa1, 0x6d, 0x4d, 0xff, 0xa0, 0x6e, 0x4d, 0xff, 0xa0, 0x6e, 0x4e, 0xff, 0xa1, 0x6f, 0x4e, 0xff, 0xa2, 0x6f, 0x4c, 0xff, 0xa2, 0x6e, 0x49, 0xff, 0xa1, 0x6b, 0x45, 0xff, 0xa1, 0x6a, 0x43, 0xff, 0xa0, 0x68, 0x42, 0xff, 0xa0, 0x67, 0x41, 0xff, 0x9d, 0x64, 0x3f, 0xff, 0xab, 0x71, 0x48, 0xff, 0xba, 0x7e, 0x50, 0xff, 0xbb, 0x7f, 0x4f, 0xff, 0xbc, 0x80, 0x50, 0xff, 0xbb, 0x7e, 0x4c, 0xff, 0xb9, 0x7b, 0x4b, 0xff, 0xb8, 0x7a, 0x4b, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xb2, 0x74, 0x46, 0xff, 0xb1, 0x74, 0x46, 0xff, 0xb1, 0x76, 0x48, 0xff, 0xb1, 0x75, 0x49, 0xff, 0xb1, 0x75, 0x49, 0xff, 0xae, 0x73, 0x47, 0xff, 0xab, 0x6f, 0x44, 0xff, 0xa7, 0x6b, 0x40, 0xff, 0xa2, 0x67, 0x3d, 0xff, 0x9e, 0x61, 0x38, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x97, 0x59, 0x32, 0xff, 0x95, 0x56, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8c, 0x4d, 0x28, 0xff, 0x8a, 0x4c, 0x27, 0xff, 0x89, 0x4b, 0x25, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x74, 0x3b, 0x1e, 0xff, 0x6e, 0x38, 0x17, 0xff, 0x6d, 0x39, 0x18, 0xff, 0x64, 0x32, 0x18, 0xff, 0x62, 0x2e, 0x18, 0xff, 0x63, 0x30, 0x18, 0xff, 0x64, 0x31, 0x18, 0xff, 0x66, 0x35, 0x18, 0xff, 0x67, 0x35, 0x18, 0xff, 0x75, 0x3e, 0x1b, 0xff, 0x7d, 0x41, 0x1e, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x94, 0x57, 0x31, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0xa2, 0x65, 0x39, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9a, 0x5c, 0x32, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9f, 0x61, 0x38, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xaa, 0x75, 0x4a, 0xff, 0xaa, 0x78, 0x4d, 0xff, 0xa9, 0x74, 0x48, 0xff, 0xa9, 0x6d, 0x42, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0x97, 0x58, 0x32, 0xff, 0x93, 0x55, 0x30, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x95, 0x57, 0x32, 0xff, 0x90, 0x52, 0x30, 0xff, 0x91, 0x53, 0x31, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8c, 0x4f, 0x2f, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x8a, 0x4f, 0x2d, 0xff, 0x83, 0x46, 0x27, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x78, 0x40, 0x1e, 0xff, 0x78, 0x3e, 0x1d, 0xff, 0x7d, 0x43, 0x21, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x78, 0x41, 0x1e, 0xff, 0x76, 0x3e, 0x1d, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x74, 0x3e, 0x1c, 0xff, 0x74, 0x3a, 0x1a, 0xff, 0x72, 0x3e, 0x1a, 0xff, 0x72, 0x3a, 0x1a, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x72, 0x3a, 0x1a, 0xff, 0x72, 0x3c, 0x1a, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x8a, 0x50, 0x2b, 0xff, 0x9e, 0x5f, 0x37, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x95, 0x56, 0x32, 0xff, 0x93, 0x55, 0x30, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8c, 0x4e, 0x2c, 0xff, - 0x8d, 0x4f, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x86, 0x49, 0x27, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x85, 0x49, 0x28, 0xff, 0x85, 0x4a, 0x28, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x85, 0x49, 0x28, 0xff, 0x82, 0x45, 0x24, 0xff, 0x81, 0x47, 0x24, 0xff, 0x80, 0x44, 0x22, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7d, 0x41, 0x21, 0xff, 0x7e, 0x44, 0x20, 0xff, 0x7d, 0x43, 0x20, 0xff, 0x7d, 0x42, 0x1f, 0xff, 0x7d, 0x42, 0x1e, 0xff, 0x80, 0x44, 0x21, 0xff, 0x83, 0x45, 0x23, 0xff, 0x84, 0x48, 0x27, 0xff, 0x83, 0x47, 0x25, 0xff, 0x81, 0x45, 0x23, 0xff, 0x82, 0x45, 0x23, 0xff, 0x83, 0x46, 0x23, 0xff, 0x81, 0x45, 0x23, 0xff, 0x82, 0x45, 0x23, 0xff, 0x83, 0x46, 0x24, 0xff, 0x86, 0x48, 0x25, 0xff, 0x87, 0x49, 0x27, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x8b, 0x4c, 0x28, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x30, 0xff, 0x90, 0x52, 0x30, 0xff, 0x92, 0x55, 0x30, 0xff, 0x95, 0x57, 0x31, 0xff, 0x97, 0x59, 0x31, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x96, 0x59, 0x32, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9d, 0x60, 0x37, 0xff, 0xa0, 0x62, 0x39, 0xff, 0xa2, 0x65, 0x3b, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xa8, 0x67, 0x3b, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xad, 0x6f, 0x41, 0xff, 0xb0, 0x72, 0x43, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xb5, 0x75, 0x44, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xb3, 0x74, 0x46, 0xff, 0xb6, 0x78, 0x47, 0xff, 0xb9, 0x7b, 0x4a, 0xff, 0xbe, 0x80, 0x4f, 0xff, 0xc4, 0x82, 0x51, 0xff, 0xca, 0x87, 0x54, 0xff, 0xc7, 0x85, 0x52, 0xff, 0xbd, 0x7e, 0x4c, 0xff, 0xb5, 0x78, 0x47, 0xff, 0xba, 0x7d, 0x4d, 0xff, 0xbc, 0x7f, 0x4d, 0xff, 0xbb, 0x7d, 0x4c, 0xff, 0xba, 0x7d, 0x4b, 0xff, 0xbf, 0x81, 0x4f, 0xff, 0xbf, 0x85, 0x52, 0xff, 0xa7, 0x6e, 0x43, 0xff, 0x9b, 0x5d, 0x36, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x9c, 0x5e, 0x36, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x9a, 0x61, 0x38, 0xff, 0x9b, 0x64, 0x39, 0xff, 0x9b, 0x67, 0x3b, 0xff, 0x9c, 0x68, 0x3d, 0xff, 0x9d, 0x69, 0x40, 0xff, 0x9d, 0x69, 0x42, 0xff, 0x9e, 0x69, 0x44, 0xff, 0x9d, 0x69, 0x46, 0xff, 0x9f, 0x6a, 0x49, 0xff, 0xa1, 0x6d, 0x4b, 0xff, 0xa1, 0x6d, 0x4c, 0xff, 0xa1, 0x6e, 0x4c, 0xff, 0xa1, 0x6f, 0x4c, 0xff, 0xa1, 0x6e, 0x4c, 0xff, 0xa1, 0x6e, 0x4a, 0xff, 0xa1, 0x6d, 0x49, 0xff, 0xa0, 0x6c, 0x46, 0xff, 0xa0, 0x6b, 0x43, 0xff, 0xa0, 0x69, 0x42, 0xff, 0xa0, 0x68, 0x42, 0xff, 0x9d, 0x63, 0x3f, 0xff, 0xaa, 0x70, 0x49, 0xff, 0xbb, 0x7e, 0x52, 0xff, 0xbb, 0x7e, 0x4f, 0xff, 0xbc, 0x80, 0x50, 0xff, 0xbb, 0x7f, 0x4f, 0xff, 0xbb, 0x7e, 0x4d, 0xff, 0xba, 0x7d, 0x4c, 0xff, 0xb4, 0x78, 0x48, 0xff, 0xb3, 0x76, 0x47, 0xff, 0xb6, 0x7a, 0x4a, 0xff, 0xb8, 0x7b, 0x4c, 0xff, 0xb8, 0x7c, 0x4e, 0xff, 0xb7, 0x7d, 0x4f, 0xff, 0xb4, 0x7c, 0x4e, 0xff, 0xb1, 0x77, 0x4b, 0xff, 0xad, 0x72, 0x46, 0xff, 0xa8, 0x6b, 0x41, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x95, 0x56, 0x31, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4e, 0x29, 0xff, 0x8a, 0x4c, 0x27, 0xff, 0x8a, 0x4b, 0x25, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x89, 0x4c, 0x26, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8e, 0x4f, 0x2f, 0xff, 0x79, 0x3f, 0x20, 0xff, 0x71, 0x3d, 0x18, 0xff, 0x6b, 0x37, 0x18, 0xff, 0x63, 0x31, 0x17, 0xff, 0x62, 0x30, 0x18, 0xff, 0x64, 0x34, 0x17, 0xff, 0x66, 0x33, 0x18, 0xff, 0x65, 0x33, 0x18, 0xff, 0x6d, 0x38, 0x1b, 0xff, 0x79, 0x40, 0x20, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x78, 0x3e, 0x1a, 0xff, 0x89, 0x4d, 0x28, 0xff, 0x9f, 0x61, 0x36, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9c, 0x5d, 0x36, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0xa8, 0x71, 0x46, 0xff, 0xa8, 0x72, 0x46, 0xff, 0xa7, 0x6f, 0x42, 0xff, 0xa7, 0x69, 0x3e, 0xff, 0xa1, 0x63, 0x3a, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x96, 0x58, 0x31, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x94, 0x56, 0x31, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x89, 0x4d, 0x2e, 0xff, 0x89, 0x4d, 0x2e, 0xff, 0x82, 0x46, 0x25, 0xff, 0x7d, 0x43, 0x22, 0xff, 0x7b, 0x40, 0x1f, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x76, 0x3f, 0x1c, 0xff, 0x77, 0x3f, 0x1d, 0xff, 0x7c, 0x41, 0x21, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x79, 0x40, 0x1c, 0xff, 0x78, 0x41, 0x1d, 0xff, 0x77, 0x3f, 0x1d, 0xff, 0x76, 0x3f, 0x1c, 0xff, 0x74, 0x3e, 0x1c, 0xff, 0x72, 0x3b, 0x1a, 0xff, 0x71, 0x39, 0x19, 0xff, 0x72, 0x3d, 0x19, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x70, 0x3a, 0x18, 0xff, 0x6f, 0x38, 0x18, 0xff, 0x70, 0x39, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x71, 0x3a, 0x18, 0xff, 0x72, 0x3c, 0x1a, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x76, 0x40, 0x1d, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x9d, 0x60, 0x39, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x97, 0x59, 0x33, 0xff, 0x94, 0x56, 0x32, 0xff, 0x93, 0x54, 0x30, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x8e, 0x50, 0x2d, 0xff, - 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x8a, 0x4e, 0x2f, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x89, 0x4d, 0x2c, 0xff, 0x88, 0x4c, 0x2b, 0xff, 0x86, 0x4a, 0x29, 0xff, 0x83, 0x47, 0x25, 0xff, 0x81, 0x46, 0x23, 0xff, 0x81, 0x45, 0x23, 0xff, 0x7f, 0x42, 0x22, 0xff, 0x82, 0x45, 0x25, 0xff, 0x85, 0x48, 0x27, 0xff, 0x86, 0x4a, 0x29, 0xff, 0x85, 0x48, 0x27, 0xff, 0x82, 0x45, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x82, 0x45, 0x24, 0xff, 0x82, 0x44, 0x24, 0xff, 0x84, 0x47, 0x24, 0xff, 0x82, 0x45, 0x24, 0xff, 0x83, 0x46, 0x24, 0xff, 0x83, 0x45, 0x24, 0xff, 0x83, 0x46, 0x24, 0xff, 0x86, 0x48, 0x25, 0xff, 0x86, 0x48, 0x27, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x54, 0x30, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x95, 0x56, 0x30, 0xff, 0x96, 0x57, 0x32, 0xff, 0x94, 0x54, 0x31, 0xff, 0x94, 0x56, 0x31, 0xff, 0x97, 0x59, 0x33, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0x9f, 0x60, 0x38, 0xff, 0x9e, 0x5f, 0x37, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0xa0, 0x5e, 0x36, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa5, 0x66, 0x39, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xae, 0x70, 0x42, 0xff, 0xb0, 0x72, 0x43, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xb7, 0x78, 0x49, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0xbc, 0x7c, 0x4e, 0xff, 0xc3, 0x82, 0x50, 0xff, 0xc9, 0x85, 0x52, 0xff, 0xc8, 0x85, 0x51, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xbe, 0x81, 0x4f, 0xff, 0xc0, 0x84, 0x4f, 0xff, 0xc0, 0x85, 0x50, 0xff, 0xc2, 0x84, 0x50, 0xff, 0xbb, 0x7f, 0x4d, 0xff, 0xa3, 0x68, 0x3d, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x9d, 0x5f, 0x37, 0xff, 0x9c, 0x5d, 0x36, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x9a, 0x5c, 0x35, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x9b, 0x64, 0x38, 0xff, 0x9d, 0x66, 0x3a, 0xff, 0x9d, 0x68, 0x3c, 0xff, 0x9d, 0x69, 0x3e, 0xff, 0x9e, 0x69, 0x40, 0xff, 0x9f, 0x6a, 0x43, 0xff, 0x9f, 0x69, 0x45, 0xff, 0x9f, 0x6a, 0x47, 0xff, 0xa1, 0x6b, 0x49, 0xff, 0xa1, 0x6d, 0x49, 0xff, 0xa0, 0x6e, 0x4a, 0xff, 0xa1, 0x6d, 0x4b, 0xff, 0xa1, 0x6d, 0x4a, 0xff, 0xa1, 0x6d, 0x48, 0xff, 0xa1, 0x6d, 0x48, 0xff, 0xa1, 0x6c, 0x47, 0xff, 0xa0, 0x6b, 0x45, 0xff, 0xa0, 0x6a, 0x43, 0xff, 0xa1, 0x68, 0x43, 0xff, 0x9d, 0x63, 0x3f, 0xff, 0xaa, 0x70, 0x49, 0xff, 0xbb, 0x7e, 0x52, 0xff, 0xbb, 0x7e, 0x4f, 0xff, 0xbd, 0x80, 0x50, 0xff, 0xbe, 0x81, 0x50, 0xff, 0xbd, 0x80, 0x4e, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xb4, 0x76, 0x46, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xba, 0x7e, 0x4e, 0xff, 0xbd, 0x82, 0x52, 0xff, 0xbf, 0x85, 0x55, 0xff, 0xc0, 0x86, 0x56, 0xff, 0xbe, 0x84, 0x54, 0xff, 0xb9, 0x7f, 0x52, 0xff, 0xb3, 0x7a, 0x4c, 0xff, 0xad, 0x72, 0x45, 0xff, 0xa6, 0x6b, 0x3e, 0xff, 0xa1, 0x63, 0x3a, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x96, 0x58, 0x32, 0xff, 0x94, 0x55, 0x30, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8b, 0x4d, 0x28, 0xff, 0x8a, 0x4c, 0x26, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x89, 0x49, 0x26, 0xff, 0x89, 0x49, 0x26, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x78, 0x40, 0x20, 0xff, 0x73, 0x3c, 0x19, 0xff, 0x6d, 0x39, 0x19, 0xff, 0x63, 0x30, 0x17, 0xff, 0x64, 0x32, 0x18, 0xff, 0x65, 0x35, 0x17, 0xff, 0x66, 0x34, 0x17, 0xff, 0x65, 0x33, 0x17, 0xff, 0x74, 0x3e, 0x1e, 0xff, 0x7c, 0x41, 0x1f, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x59, 0x32, 0xff, 0x95, 0x57, 0x31, 0xff, 0xa5, 0x6c, 0x41, 0xff, 0xa7, 0x6d, 0x41, 0xff, 0xa5, 0x68, 0x3d, 0xff, 0xa3, 0x64, 0x3a, 0xff, 0x9e, 0x5f, 0x37, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x96, 0x56, 0x31, 0xff, 0x93, 0x55, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x92, 0x54, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x96, 0x58, 0x32, 0xff, 0x90, 0x52, 0x30, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8e, 0x50, 0x30, 0xff, 0x8c, 0x4f, 0x2f, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x83, 0x46, 0x25, 0xff, 0x7e, 0x43, 0x22, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x75, 0x3e, 0x1c, 0xff, 0x79, 0x3f, 0x1f, 0xff, 0x7b, 0x42, 0x1f, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x78, 0x3f, 0x1c, 0xff, 0x78, 0x40, 0x1d, 0xff, 0x76, 0x3f, 0x1c, 0xff, 0x74, 0x3d, 0x1b, 0xff, 0x72, 0x3d, 0x19, 0xff, 0x72, 0x3a, 0x1a, 0xff, 0x71, 0x39, 0x18, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x70, 0x38, 0x18, 0xff, 0x70, 0x38, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x6f, 0x39, 0x17, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x70, 0x39, 0x18, 0xff, 0x72, 0x3a, 0x1a, 0xff, 0x72, 0x3a, 0x1a, 0xff, 0x75, 0x3e, 0x1b, 0xff, 0x77, 0x40, 0x1c, 0xff, 0x86, 0x4c, 0x29, 0xff, 0xa5, 0x66, 0x3e, 0xff, 0x9a, 0x5b, 0x35, 0xff, 0x96, 0x57, 0x33, 0xff, 0x94, 0x56, 0x31, 0xff, 0x92, 0x54, 0x30, 0xff, 0x92, 0x54, 0x30, 0xff, 0x90, 0x52, 0x2e, 0xff, - 0x8f, 0x51, 0x2e, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x88, 0x4c, 0x2a, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x8c, 0x4f, 0x2f, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x90, 0x53, 0x31, 0xff, 0x91, 0x55, 0x31, 0xff, 0x94, 0x56, 0x33, 0xff, 0x95, 0x58, 0x34, 0xff, 0x96, 0x5a, 0x35, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x94, 0x58, 0x34, 0xff, 0x95, 0x58, 0x34, 0xff, 0x92, 0x56, 0x34, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x88, 0x4c, 0x2b, 0xff, 0x86, 0x49, 0x29, 0xff, 0x88, 0x4c, 0x2b, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x85, 0x49, 0x27, 0xff, 0x82, 0x47, 0x25, 0xff, 0x83, 0x47, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x85, 0x47, 0x25, 0xff, 0x83, 0x47, 0x25, 0xff, 0x84, 0x48, 0x25, 0xff, 0x84, 0x48, 0x25, 0xff, 0x83, 0x48, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x84, 0x48, 0x26, 0xff, 0x86, 0x48, 0x27, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x94, 0x55, 0x30, 0xff, 0x92, 0x53, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x54, 0x31, 0xff, 0x92, 0x54, 0x30, 0xff, 0x92, 0x53, 0x30, 0xff, 0x94, 0x56, 0x31, 0xff, 0x96, 0x58, 0x32, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x9b, 0x5e, 0x37, 0xff, 0x9b, 0x5d, 0x38, 0xff, 0x97, 0x57, 0x33, 0xff, 0x96, 0x57, 0x30, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xae, 0x6e, 0x42, 0xff, 0xb0, 0x72, 0x44, 0xff, 0xb5, 0x76, 0x46, 0xff, 0xb7, 0x78, 0x48, 0xff, 0xb9, 0x79, 0x49, 0xff, 0xba, 0x7a, 0x4a, 0xff, 0xbb, 0x79, 0x4b, 0xff, 0xbc, 0x7b, 0x4c, 0xff, 0xbc, 0x7b, 0x4c, 0xff, 0xc0, 0x7e, 0x4d, 0xff, 0xc6, 0x84, 0x52, 0xff, 0xbc, 0x80, 0x4d, 0xff, 0xbf, 0x84, 0x50, 0xff, 0xc2, 0x88, 0x52, 0xff, 0xc8, 0x8a, 0x54, 0xff, 0xc1, 0x82, 0x50, 0xff, 0xa3, 0x66, 0x3c, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x98, 0x5c, 0x35, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9b, 0x61, 0x35, 0xff, 0x9b, 0x62, 0x37, 0xff, 0x9c, 0x64, 0x39, 0xff, 0x9c, 0x67, 0x3a, 0xff, 0x9d, 0x68, 0x3c, 0xff, 0x9d, 0x68, 0x3e, 0xff, 0x9e, 0x6a, 0x40, 0xff, 0x9f, 0x6c, 0x42, 0xff, 0xa1, 0x6c, 0x45, 0xff, 0xa1, 0x6e, 0x46, 0xff, 0xa1, 0x6e, 0x47, 0xff, 0xa1, 0x6e, 0x47, 0xff, 0xa1, 0x6d, 0x49, 0xff, 0xa1, 0x6d, 0x48, 0xff, 0xa0, 0x6d, 0x47, 0xff, 0xa0, 0x6d, 0x47, 0xff, 0xa1, 0x6d, 0x46, 0xff, 0xa1, 0x6c, 0x44, 0xff, 0xa0, 0x6a, 0x44, 0xff, 0xa0, 0x68, 0x43, 0xff, 0x9d, 0x63, 0x3f, 0xff, 0xaa, 0x71, 0x49, 0xff, 0xba, 0x80, 0x53, 0xff, 0xbb, 0x7e, 0x50, 0xff, 0xbd, 0x80, 0x51, 0xff, 0xbf, 0x81, 0x51, 0xff, 0xc0, 0x7f, 0x4f, 0xff, 0xb9, 0x79, 0x49, 0xff, 0xb5, 0x77, 0x49, 0xff, 0xb9, 0x7c, 0x4c, 0xff, 0xbf, 0x83, 0x52, 0xff, 0xc5, 0x89, 0x58, 0xff, 0xcc, 0x8e, 0x5c, 0xff, 0xcf, 0x92, 0x5f, 0xff, 0xcc, 0x90, 0x5f, 0xff, 0xc3, 0x8b, 0x5b, 0xff, 0xbc, 0x83, 0x55, 0xff, 0xb4, 0x7a, 0x4c, 0xff, 0xac, 0x71, 0x45, 0xff, 0xa5, 0x68, 0x3d, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x95, 0x57, 0x31, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x8a, 0x4c, 0x27, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x88, 0x49, 0x25, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x89, 0x4c, 0x27, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x77, 0x3e, 0x1d, 0xff, 0x72, 0x3c, 0x18, 0xff, 0x6c, 0x3a, 0x19, 0xff, 0x66, 0x36, 0x18, 0xff, 0x66, 0x35, 0x17, 0xff, 0x67, 0x33, 0x17, 0xff, 0x67, 0x34, 0x17, 0xff, 0x68, 0x35, 0x17, 0xff, 0x78, 0x3f, 0x1d, 0xff, 0x7b, 0x42, 0x1e, 0xff, 0x79, 0x3e, 0x1a, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x9a, 0x5c, 0x36, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x97, 0x58, 0x31, 0xff, 0x90, 0x51, 0x2d, 0xff, 0xa3, 0x65, 0x3b, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa2, 0x63, 0x38, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x96, 0x58, 0x31, 0xff, 0x94, 0x56, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x94, 0x56, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x95, 0x56, 0x31, 0xff, 0x97, 0x58, 0x32, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x8f, 0x50, 0x30, 0xff, 0x8d, 0x51, 0x30, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x81, 0x45, 0x24, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x79, 0x3e, 0x1e, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x7b, 0x3f, 0x1d, 0xff, 0x79, 0x41, 0x1e, 0xff, 0x78, 0x41, 0x1e, 0xff, 0x79, 0x41, 0x1e, 0xff, 0x78, 0x42, 0x1e, 0xff, 0x77, 0x3f, 0x1c, 0xff, 0x77, 0x40, 0x1c, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x73, 0x3c, 0x19, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x71, 0x3d, 0x19, 0xff, 0x70, 0x38, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x6f, 0x37, 0x18, 0xff, 0x6e, 0x37, 0x17, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x70, 0x38, 0x18, 0xff, 0x71, 0x3a, 0x18, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x76, 0x3e, 0x1b, 0xff, 0x9a, 0x5c, 0x37, 0xff, 0x9f, 0x60, 0x38, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x97, 0x58, 0x33, 0xff, 0x95, 0x56, 0x31, 0xff, 0x94, 0x54, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, - 0x92, 0x53, 0x2f, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x8c, 0x4e, 0x2e, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x91, 0x54, 0x31, 0xff, 0x93, 0x56, 0x34, 0xff, 0x97, 0x5a, 0x36, 0xff, 0x98, 0x5d, 0x37, 0xff, 0x9a, 0x60, 0x3a, 0xff, 0x9e, 0x64, 0x3d, 0xff, 0xa1, 0x67, 0x40, 0xff, 0xa1, 0x67, 0x40, 0xff, 0x9f, 0x65, 0x3f, 0xff, 0x9e, 0x65, 0x3d, 0xff, 0x9e, 0x64, 0x3d, 0xff, 0x9b, 0x60, 0x3a, 0xff, 0x98, 0x5c, 0x37, 0xff, 0x94, 0x59, 0x33, 0xff, 0x90, 0x54, 0x32, 0xff, 0x94, 0x59, 0x34, 0xff, 0x94, 0x56, 0x33, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x86, 0x49, 0x27, 0xff, 0x86, 0x49, 0x27, 0xff, 0x85, 0x49, 0x25, 0xff, 0x86, 0x49, 0x26, 0xff, 0x85, 0x47, 0x25, 0xff, 0x85, 0x47, 0x27, 0xff, 0x83, 0x47, 0x26, 0xff, 0x83, 0x47, 0x25, 0xff, 0x83, 0x45, 0x25, 0xff, 0x83, 0x46, 0x25, 0xff, 0x85, 0x47, 0x25, 0xff, 0x86, 0x48, 0x26, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x94, 0x56, 0x31, 0xff, 0x92, 0x56, 0x31, 0xff, 0x91, 0x52, 0x30, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x92, 0x53, 0x30, 0xff, 0x93, 0x54, 0x31, 0xff, 0x95, 0x57, 0x33, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x99, 0x5d, 0x37, 0xff, 0x99, 0x5b, 0x35, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x94, 0x54, 0x30, 0xff, 0x98, 0x58, 0x31, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0xa3, 0x63, 0x36, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xad, 0x6f, 0x42, 0xff, 0xb2, 0x73, 0x44, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xba, 0x7a, 0x4a, 0xff, 0xbf, 0x7f, 0x4e, 0xff, 0xc3, 0x81, 0x50, 0xff, 0xc8, 0x85, 0x54, 0xff, 0xc8, 0x85, 0x53, 0xff, 0xc1, 0x81, 0x50, 0xff, 0xbf, 0x7e, 0x4d, 0xff, 0xbf, 0x7f, 0x4f, 0xff, 0xbf, 0x84, 0x4f, 0xff, 0xc4, 0x8b, 0x54, 0xff, 0xc6, 0x8c, 0x57, 0xff, 0xb0, 0x73, 0x45, 0xff, 0x95, 0x58, 0x31, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x9a, 0x61, 0x37, 0xff, 0x9c, 0x64, 0x38, 0xff, 0x9d, 0x65, 0x39, 0xff, 0x9d, 0x66, 0x3a, 0xff, 0x9e, 0x68, 0x3b, 0xff, 0x9f, 0x6b, 0x3e, 0xff, 0x9f, 0x6d, 0x40, 0xff, 0xa1, 0x6d, 0x42, 0xff, 0xa1, 0x6e, 0x44, 0xff, 0xa0, 0x6f, 0x45, 0xff, 0xa1, 0x6e, 0x46, 0xff, 0xa1, 0x6e, 0x46, 0xff, 0xa1, 0x6e, 0x45, 0xff, 0xa1, 0x6d, 0x45, 0xff, 0xa0, 0x6d, 0x46, 0xff, 0xa1, 0x6c, 0x46, 0xff, 0xa1, 0x6a, 0x45, 0xff, 0xa0, 0x6a, 0x43, 0xff, 0xa0, 0x69, 0x41, 0xff, 0x9d, 0x65, 0x3e, 0xff, 0xa5, 0x6c, 0x46, 0xff, 0xb7, 0x7c, 0x50, 0xff, 0xbe, 0x80, 0x52, 0xff, 0xbe, 0x80, 0x50, 0xff, 0xc0, 0x84, 0x51, 0xff, 0xbf, 0x82, 0x50, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xb7, 0x7b, 0x4a, 0xff, 0xbb, 0x7f, 0x4f, 0xff, 0xc2, 0x86, 0x55, 0xff, 0xcf, 0x90, 0x5c, 0xff, 0xdc, 0x98, 0x64, 0xff, 0xe3, 0x9d, 0x69, 0xff, 0xe0, 0x9d, 0x69, 0xff, 0xd6, 0x97, 0x66, 0xff, 0xc8, 0x8e, 0x5d, 0xff, 0xbd, 0x84, 0x54, 0xff, 0xb4, 0x79, 0x4c, 0xff, 0xa9, 0x6f, 0x42, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x97, 0x59, 0x32, 0xff, 0x94, 0x55, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x28, 0xff, 0x8b, 0x4c, 0x28, 0xff, 0x89, 0x4c, 0x26, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x88, 0x49, 0x26, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x77, 0x3e, 0x1c, 0xff, 0x73, 0x3a, 0x19, 0xff, 0x68, 0x36, 0x18, 0xff, 0x65, 0x34, 0x17, 0xff, 0x67, 0x33, 0x17, 0xff, 0x68, 0x34, 0x17, 0xff, 0x68, 0x34, 0x17, 0xff, 0x6d, 0x37, 0x16, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x7d, 0x3f, 0x1d, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x9c, 0x5e, 0x36, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x95, 0x57, 0x31, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0xa0, 0x61, 0x37, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x97, 0x57, 0x31, 0xff, 0x94, 0x55, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x30, 0xff, 0x94, 0x55, 0x31, 0xff, 0x96, 0x57, 0x32, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x96, 0x57, 0x32, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x91, 0x53, 0x30, 0xff, 0x8b, 0x4f, 0x2f, 0xff, 0x8c, 0x4f, 0x30, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x89, 0x4d, 0x2e, 0xff, 0x81, 0x43, 0x23, 0xff, 0x7d, 0x43, 0x22, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x77, 0x3f, 0x1e, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x78, 0x40, 0x1d, 0xff, 0x75, 0x3d, 0x1c, 0xff, 0x77, 0x3f, 0x1c, 0xff, 0x77, 0x3c, 0x1b, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x73, 0x3d, 0x19, 0xff, 0x70, 0x37, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x6f, 0x35, 0x17, 0xff, 0x6f, 0x36, 0x17, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x71, 0x39, 0x19, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x74, 0x3d, 0x1b, 0xff, 0x78, 0x3e, 0x1c, 0xff, 0x77, 0x40, 0x1d, 0xff, 0x83, 0x48, 0x27, 0xff, 0xa7, 0x69, 0x40, 0xff, 0x9f, 0x60, 0x37, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x98, 0x59, 0x33, 0xff, 0x96, 0x56, 0x32, 0xff, 0x94, 0x54, 0x30, 0xff, - 0x94, 0x55, 0x31, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x92, 0x55, 0x31, 0xff, 0x95, 0x58, 0x33, 0xff, 0x98, 0x5c, 0x36, 0xff, 0x9c, 0x60, 0x3a, 0xff, 0xa0, 0x66, 0x3e, 0xff, 0xa3, 0x6a, 0x42, 0xff, 0xa7, 0x6f, 0x48, 0xff, 0xac, 0x73, 0x4d, 0xff, 0xad, 0x75, 0x4d, 0xff, 0xad, 0x76, 0x4e, 0xff, 0xab, 0x73, 0x4d, 0xff, 0xa7, 0x70, 0x49, 0xff, 0xa7, 0x6e, 0x47, 0xff, 0xa2, 0x69, 0x43, 0xff, 0xa2, 0x69, 0x41, 0xff, 0xa4, 0x68, 0x42, 0xff, 0x9e, 0x62, 0x3c, 0xff, 0x98, 0x5c, 0x36, 0xff, 0x93, 0x56, 0x33, 0xff, 0x8f, 0x52, 0x31, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x87, 0x49, 0x27, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x47, 0x26, 0xff, 0x84, 0x47, 0x25, 0xff, 0x83, 0x47, 0x25, 0xff, 0x83, 0x47, 0x25, 0xff, 0x85, 0x47, 0x26, 0xff, 0x85, 0x47, 0x26, 0xff, 0x87, 0x49, 0x26, 0xff, 0x87, 0x49, 0x27, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x95, 0x56, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x91, 0x55, 0x30, 0xff, 0x94, 0x55, 0x31, 0xff, 0x95, 0x59, 0x34, 0xff, 0x98, 0x5a, 0x35, 0xff, 0x96, 0x58, 0x33, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x95, 0x56, 0x30, 0xff, 0x96, 0x56, 0x31, 0xff, 0x98, 0x58, 0x31, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa6, 0x66, 0x3b, 0xff, 0xa9, 0x69, 0x3e, 0xff, 0xad, 0x6e, 0x40, 0xff, 0xb3, 0x75, 0x46, 0xff, 0xba, 0x7c, 0x4a, 0xff, 0xbd, 0x7d, 0x4b, 0xff, 0xbe, 0x7f, 0x4c, 0xff, 0xc2, 0x80, 0x4e, 0xff, 0xc8, 0x84, 0x52, 0xff, 0xcb, 0x86, 0x53, 0xff, 0xce, 0x87, 0x54, 0xff, 0xcf, 0x87, 0x55, 0xff, 0xc8, 0x86, 0x53, 0xff, 0xc6, 0x87, 0x53, 0xff, 0xc5, 0x88, 0x54, 0xff, 0xb0, 0x77, 0x49, 0xff, 0x95, 0x59, 0x32, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9d, 0x65, 0x39, 0xff, 0x9f, 0x66, 0x3b, 0xff, 0x9f, 0x69, 0x3e, 0xff, 0xa0, 0x6c, 0x41, 0xff, 0xa0, 0x6e, 0x42, 0xff, 0xa0, 0x6e, 0x43, 0xff, 0xa1, 0x6e, 0x42, 0xff, 0xa1, 0x6e, 0x42, 0xff, 0xa0, 0x6e, 0x44, 0xff, 0xa0, 0x6e, 0x44, 0xff, 0xa0, 0x6d, 0x44, 0xff, 0xa0, 0x6d, 0x44, 0xff, 0xa1, 0x6c, 0x45, 0xff, 0xa1, 0x69, 0x45, 0xff, 0xa0, 0x68, 0x43, 0xff, 0xa0, 0x68, 0x42, 0xff, 0x9d, 0x65, 0x41, 0xff, 0xa0, 0x67, 0x41, 0xff, 0xb5, 0x7a, 0x4e, 0xff, 0xc1, 0x83, 0x54, 0xff, 0xbf, 0x80, 0x51, 0xff, 0xc1, 0x83, 0x52, 0xff, 0xbd, 0x80, 0x50, 0xff, 0xb8, 0x7b, 0x4b, 0xff, 0xb9, 0x7d, 0x4c, 0xff, 0xbe, 0x82, 0x51, 0xff, 0xc8, 0x8b, 0x58, 0xff, 0xd9, 0x96, 0x61, 0xff, 0xe5, 0xa0, 0x6b, 0xff, 0xe7, 0xa6, 0x71, 0xff, 0xe8, 0xa9, 0x74, 0xff, 0xe7, 0xa4, 0x71, 0xff, 0xde, 0x9c, 0x6a, 0xff, 0xcb, 0x90, 0x5f, 0xff, 0xbb, 0x82, 0x53, 0xff, 0xaf, 0x75, 0x48, 0xff, 0xa7, 0x6c, 0x3f, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x95, 0x56, 0x31, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x89, 0x49, 0x27, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x93, 0x53, 0x31, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x6f, 0x3b, 0x19, 0xff, 0x68, 0x35, 0x18, 0xff, 0x67, 0x33, 0x17, 0xff, 0x69, 0x36, 0x17, 0xff, 0x6b, 0x34, 0x17, 0xff, 0x6b, 0x36, 0x17, 0xff, 0x70, 0x3a, 0x19, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x7e, 0x41, 0x20, 0xff, 0x82, 0x45, 0x25, 0xff, 0x97, 0x59, 0x33, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x97, 0x59, 0x32, 0xff, 0x93, 0x56, 0x31, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x97, 0x57, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x93, 0x54, 0x30, 0xff, 0x95, 0x56, 0x31, 0xff, 0x97, 0x58, 0x33, 0xff, 0x96, 0x58, 0x33, 0xff, 0x96, 0x58, 0x32, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x93, 0x56, 0x32, 0xff, 0x8b, 0x4f, 0x2f, 0xff, 0x8d, 0x4f, 0x2f, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x7d, 0x42, 0x22, 0xff, 0x7a, 0x3f, 0x1e, 0xff, 0x77, 0x3f, 0x1d, 0xff, 0x77, 0x3e, 0x1d, 0xff, 0x7a, 0x3f, 0x1e, 0xff, 0x79, 0x3e, 0x1d, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x77, 0x3f, 0x1c, 0xff, 0x75, 0x3d, 0x1c, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x73, 0x3c, 0x1a, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x72, 0x3e, 0x19, 0xff, 0x71, 0x38, 0x18, 0xff, 0x70, 0x38, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x6f, 0x38, 0x18, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x71, 0x39, 0x18, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x76, 0x3e, 0x1b, 0xff, 0x73, 0x3c, 0x19, 0xff, 0x75, 0x3d, 0x1c, 0xff, 0x95, 0x5a, 0x34, 0xff, 0xa5, 0x66, 0x3d, 0xff, 0x9e, 0x60, 0x38, 0xff, 0x9b, 0x5c, 0x36, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x97, 0x57, 0x31, 0xff, - 0x98, 0x58, 0x32, 0xff, 0x95, 0x56, 0x31, 0xff, 0x95, 0x55, 0x31, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x57, 0x31, 0xff, 0x97, 0x5c, 0x36, 0xff, 0x9c, 0x5f, 0x38, 0xff, 0xa1, 0x66, 0x3e, 0xff, 0xa7, 0x6d, 0x46, 0xff, 0xac, 0x73, 0x4d, 0xff, 0xb2, 0x7c, 0x53, 0xff, 0xb8, 0x82, 0x59, 0xff, 0xbb, 0x86, 0x5d, 0xff, 0xbc, 0x86, 0x5d, 0xff, 0xba, 0x86, 0x5d, 0xff, 0xb7, 0x82, 0x5a, 0xff, 0xb3, 0x7d, 0x55, 0xff, 0xb8, 0x82, 0x59, 0xff, 0xb3, 0x7b, 0x53, 0xff, 0xac, 0x74, 0x4d, 0xff, 0xa6, 0x6e, 0x46, 0xff, 0xa0, 0x65, 0x3e, 0xff, 0x99, 0x5e, 0x37, 0xff, 0x93, 0x56, 0x33, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x87, 0x4a, 0x27, 0xff, 0x85, 0x48, 0x26, 0xff, 0x86, 0x49, 0x26, 0xff, 0x85, 0x48, 0x27, 0xff, 0x84, 0x47, 0x26, 0xff, 0x85, 0x49, 0x26, 0xff, 0x87, 0x49, 0x26, 0xff, 0x87, 0x49, 0x28, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x93, 0x55, 0x30, 0xff, 0x95, 0x55, 0x31, 0xff, 0x92, 0x52, 0x30, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x92, 0x54, 0x30, 0xff, 0x93, 0x57, 0x32, 0xff, 0x96, 0x59, 0x35, 0xff, 0x95, 0x58, 0x34, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x99, 0x58, 0x31, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0x9f, 0x5d, 0x35, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xa9, 0x6b, 0x3d, 0xff, 0xb0, 0x71, 0x43, 0xff, 0xb5, 0x76, 0x47, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xbb, 0x7c, 0x49, 0xff, 0xbe, 0x7d, 0x4c, 0xff, 0xc1, 0x7e, 0x4e, 0xff, 0xc8, 0x83, 0x50, 0xff, 0xcb, 0x89, 0x54, 0xff, 0xce, 0x8b, 0x57, 0xff, 0xd2, 0x8d, 0x5a, 0xff, 0xd3, 0x8d, 0x58, 0xff, 0xd2, 0x8b, 0x55, 0xff, 0xc8, 0x85, 0x54, 0xff, 0xaa, 0x6d, 0x42, 0xff, 0x95, 0x57, 0x31, 0xff, 0x96, 0x59, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x96, 0x59, 0x31, 0xff, 0x96, 0x59, 0x32, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x98, 0x59, 0x31, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9c, 0x62, 0x38, 0xff, 0x9d, 0x64, 0x39, 0xff, 0x9f, 0x66, 0x39, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0xa0, 0x6a, 0x3d, 0xff, 0xa1, 0x6d, 0x40, 0xff, 0xa0, 0x6d, 0x40, 0xff, 0xa0, 0x6d, 0x40, 0xff, 0xa0, 0x6e, 0x40, 0xff, 0xa0, 0x6e, 0x40, 0xff, 0xa0, 0x6d, 0x41, 0xff, 0xa0, 0x6d, 0x42, 0xff, 0xa0, 0x6d, 0x42, 0xff, 0xa0, 0x6d, 0x43, 0xff, 0xa0, 0x6c, 0x44, 0xff, 0xa0, 0x6a, 0x44, 0xff, 0xa0, 0x68, 0x43, 0xff, 0x9f, 0x65, 0x41, 0xff, 0x9d, 0x65, 0x40, 0xff, 0x99, 0x60, 0x3d, 0xff, 0xb2, 0x76, 0x4c, 0xff, 0xc4, 0x87, 0x56, 0xff, 0xbf, 0x81, 0x52, 0xff, 0xc1, 0x83, 0x53, 0xff, 0xbc, 0x7e, 0x4f, 0xff, 0xb8, 0x7a, 0x4d, 0xff, 0xba, 0x7d, 0x4e, 0xff, 0xbf, 0x85, 0x53, 0xff, 0xcd, 0x8f, 0x5c, 0xff, 0xe0, 0x9b, 0x66, 0xff, 0xe8, 0xa8, 0x71, 0xff, 0xe8, 0xb3, 0x7c, 0xff, 0xe7, 0xb9, 0x81, 0xff, 0xe8, 0xb6, 0x7e, 0xff, 0xe8, 0xab, 0x77, 0xff, 0xdc, 0x9d, 0x6b, 0xff, 0xc6, 0x8d, 0x5c, 0xff, 0xb5, 0x7d, 0x50, 0xff, 0xaa, 0x70, 0x44, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x96, 0x59, 0x31, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x89, 0x4c, 0x27, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x8a, 0x4c, 0x27, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x91, 0x53, 0x30, 0xff, 0x84, 0x49, 0x27, 0xff, 0x79, 0x42, 0x1e, 0xff, 0x6a, 0x37, 0x18, 0xff, 0x69, 0x33, 0x17, 0xff, 0x6d, 0x34, 0x17, 0xff, 0x6c, 0x35, 0x17, 0xff, 0x6d, 0x38, 0x17, 0xff, 0x6d, 0x35, 0x17, 0xff, 0x70, 0x39, 0x18, 0xff, 0x7d, 0x42, 0x20, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x8a, 0x4d, 0x28, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x97, 0x58, 0x31, 0xff, 0x92, 0x55, 0x30, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x98, 0x59, 0x31, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x93, 0x55, 0x30, 0xff, 0x96, 0x58, 0x32, 0xff, 0x96, 0x57, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x94, 0x57, 0x32, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x8a, 0x50, 0x2f, 0xff, 0x89, 0x4b, 0x2d, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x80, 0x45, 0x23, 0xff, 0x7d, 0x42, 0x23, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x78, 0x3e, 0x1c, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x7a, 0x42, 0x1f, 0xff, 0x79, 0x3e, 0x1c, 0xff, 0x79, 0x40, 0x1e, 0xff, 0x76, 0x3f, 0x1c, 0xff, 0x75, 0x3e, 0x1c, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x72, 0x39, 0x19, 0xff, 0x73, 0x3a, 0x19, 0xff, 0x72, 0x3c, 0x19, 0xff, 0x71, 0x39, 0x18, 0xff, 0x70, 0x36, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x70, 0x39, 0x18, 0xff, 0x6f, 0x39, 0x18, 0xff, 0x70, 0x37, 0x17, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x70, 0x3b, 0x17, 0xff, 0x71, 0x3a, 0x18, 0xff, 0x72, 0x39, 0x19, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x72, 0x3c, 0x19, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x77, 0x3f, 0x1d, 0xff, 0xaa, 0x70, 0x45, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0x9f, 0x60, 0x38, 0xff, 0x9c, 0x5d, 0x36, 0xff, 0x9a, 0x5b, 0x34, 0xff, - 0x9b, 0x5c, 0x34, 0xff, 0x98, 0x59, 0x32, 0xff, 0x95, 0x57, 0x31, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x92, 0x53, 0x30, 0xff, 0x95, 0x57, 0x33, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9d, 0x61, 0x3a, 0xff, 0xa4, 0x69, 0x42, 0xff, 0xab, 0x73, 0x4c, 0xff, 0xb3, 0x7c, 0x53, 0xff, 0xbc, 0x86, 0x5d, 0xff, 0xc5, 0x8e, 0x63, 0xff, 0xcc, 0x94, 0x69, 0xff, 0xd1, 0x97, 0x6c, 0xff, 0xd1, 0x97, 0x6c, 0xff, 0xce, 0x95, 0x6a, 0xff, 0xd7, 0x9b, 0x6f, 0xff, 0xc7, 0x92, 0x67, 0xff, 0xbf, 0x89, 0x5f, 0xff, 0xb9, 0x83, 0x5a, 0xff, 0xb0, 0x79, 0x50, 0xff, 0xa7, 0x6f, 0x47, 0xff, 0x9f, 0x64, 0x3e, 0xff, 0x99, 0x5e, 0x37, 0xff, 0x95, 0x58, 0x34, 0xff, 0x92, 0x56, 0x31, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x87, 0x49, 0x27, 0xff, 0x86, 0x49, 0x27, 0xff, 0x86, 0x49, 0x26, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8a, 0x4b, 0x2c, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x93, 0x54, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x96, 0x58, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x92, 0x54, 0x30, 0xff, 0x93, 0x54, 0x31, 0xff, 0x95, 0x58, 0x34, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x87, 0x49, 0x26, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x97, 0x56, 0x31, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0xa1, 0x5e, 0x35, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xad, 0x6d, 0x3f, 0xff, 0xb1, 0x72, 0x43, 0xff, 0xb4, 0x76, 0x46, 0xff, 0xb7, 0x78, 0x48, 0xff, 0xbb, 0x7a, 0x49, 0xff, 0xbd, 0x7c, 0x4b, 0xff, 0xc1, 0x82, 0x4e, 0xff, 0xc8, 0x88, 0x52, 0xff, 0xcb, 0x8b, 0x56, 0xff, 0xce, 0x8b, 0x5a, 0xff, 0xd2, 0x8d, 0x5e, 0xff, 0xdb, 0x93, 0x62, 0xff, 0xd4, 0x8f, 0x5d, 0xff, 0xbb, 0x7d, 0x4f, 0xff, 0xb9, 0x79, 0x4d, 0xff, 0xad, 0x6f, 0x44, 0xff, 0x96, 0x59, 0x31, 0xff, 0x95, 0x58, 0x31, 0xff, 0x95, 0x58, 0x31, 0xff, 0x96, 0x59, 0x31, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x96, 0x59, 0x31, 0xff, 0x96, 0x59, 0x32, 0xff, 0x97, 0x59, 0x32, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9f, 0x66, 0x39, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa0, 0x68, 0x3c, 0xff, 0xa1, 0x6b, 0x3f, 0xff, 0xa0, 0x6c, 0x40, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa0, 0x6d, 0x40, 0xff, 0xa1, 0x6d, 0x40, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa0, 0x6c, 0x3f, 0xff, 0xa0, 0x6d, 0x40, 0xff, 0xa0, 0x6d, 0x40, 0xff, 0xa0, 0x6c, 0x40, 0xff, 0xa0, 0x6a, 0x42, 0xff, 0x9f, 0x6a, 0x43, 0xff, 0x9e, 0x68, 0x42, 0xff, 0x9e, 0x65, 0x41, 0xff, 0x9c, 0x64, 0x40, 0xff, 0x9a, 0x62, 0x3e, 0xff, 0xac, 0x72, 0x49, 0xff, 0xbf, 0x84, 0x55, 0xff, 0xbf, 0x82, 0x53, 0xff, 0xc0, 0x84, 0x53, 0xff, 0xbc, 0x80, 0x51, 0xff, 0xb7, 0x7b, 0x4e, 0xff, 0xba, 0x7f, 0x4f, 0xff, 0xc0, 0x85, 0x54, 0xff, 0xcf, 0x90, 0x5c, 0xff, 0xe1, 0x9d, 0x68, 0xff, 0xe9, 0xad, 0x77, 0xff, 0xe7, 0xc0, 0x83, 0xff, 0xe7, 0xcc, 0x8a, 0xff, 0xe7, 0xc9, 0x8a, 0xff, 0xe8, 0xb9, 0x82, 0xff, 0xe6, 0xa8, 0x74, 0xff, 0xd5, 0x97, 0x67, 0xff, 0xbd, 0x85, 0x58, 0xff, 0xaf, 0x76, 0x4a, 0xff, 0xa6, 0x6a, 0x3f, 0xff, 0x9f, 0x61, 0x38, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x95, 0x58, 0x30, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x8e, 0x4e, 0x2a, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x8a, 0x4b, 0x27, 0xff, 0x8a, 0x4b, 0x26, 0xff, 0x8a, 0x4a, 0x26, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x81, 0x46, 0x24, 0xff, 0x74, 0x3f, 0x1b, 0xff, 0x6e, 0x35, 0x17, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x6d, 0x38, 0x17, 0xff, 0x6d, 0x37, 0x17, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x6d, 0x35, 0x16, 0xff, 0x78, 0x3e, 0x1e, 0xff, 0x7e, 0x44, 0x20, 0xff, 0x7f, 0x43, 0x21, 0xff, 0x90, 0x51, 0x2c, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x92, 0x54, 0x30, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x95, 0x56, 0x31, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x97, 0x58, 0x30, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x93, 0x53, 0x30, 0xff, 0x95, 0x56, 0x31, 0xff, 0x97, 0x58, 0x32, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8b, 0x4f, 0x2f, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x8d, 0x4e, 0x2f, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x84, 0x48, 0x26, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x7d, 0x42, 0x23, 0xff, 0x7c, 0x41, 0x21, 0xff, 0x79, 0x3f, 0x1e, 0xff, 0x77, 0x3f, 0x1d, 0xff, 0x79, 0x3f, 0x1f, 0xff, 0x7a, 0x3e, 0x1c, 0xff, 0x78, 0x3e, 0x1c, 0xff, 0x76, 0x3f, 0x1c, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x74, 0x3e, 0x1c, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x72, 0x3c, 0x19, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x70, 0x3a, 0x18, 0xff, 0x70, 0x38, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x76, 0x3b, 0x19, 0xff, 0x70, 0x38, 0x1a, 0xff, 0x6b, 0x34, 0x17, 0xff, 0x6e, 0x38, 0x17, 0xff, 0x70, 0x3c, 0x17, 0xff, 0x6e, 0x38, 0x17, 0xff, 0x84, 0x4b, 0x2a, 0xff, 0xaf, 0x73, 0x44, 0xff, 0xa5, 0x66, 0x3c, 0xff, 0xa1, 0x61, 0x38, 0xff, 0x9c, 0x5d, 0x35, 0xff, - 0x9e, 0x5e, 0x35, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x95, 0x55, 0x31, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x93, 0x54, 0x30, 0xff, 0x93, 0x54, 0x31, 0xff, 0x95, 0x57, 0x32, 0xff, 0x9a, 0x5b, 0x35, 0xff, 0x9e, 0x61, 0x3a, 0xff, 0xa4, 0x6b, 0x41, 0xff, 0xad, 0x74, 0x4b, 0xff, 0xb5, 0x80, 0x56, 0xff, 0xc1, 0x8b, 0x5f, 0xff, 0xce, 0x96, 0x6a, 0xff, 0xdc, 0x9f, 0x72, 0xff, 0xe5, 0xa3, 0x77, 0xff, 0xe2, 0xaa, 0x7b, 0xff, 0xe8, 0xb1, 0x83, 0xff, 0xe8, 0xa8, 0x7b, 0xff, 0xe1, 0x9f, 0x72, 0xff, 0xcf, 0x96, 0x6a, 0xff, 0xc2, 0x8c, 0x61, 0xff, 0xba, 0x84, 0x59, 0xff, 0xb0, 0x7a, 0x50, 0xff, 0xa8, 0x6e, 0x46, 0xff, 0xa1, 0x65, 0x3d, 0xff, 0x9b, 0x5e, 0x37, 0xff, 0x94, 0x58, 0x33, 0xff, 0x93, 0x54, 0x30, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x8c, 0x4c, 0x2d, 0xff, 0x8a, 0x4b, 0x2c, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x93, 0x53, 0x30, 0xff, 0x92, 0x53, 0x30, 0xff, 0x94, 0x58, 0x31, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x97, 0x5a, 0x36, 0xff, 0x97, 0x5a, 0x35, 0xff, 0x91, 0x54, 0x30, 0xff, 0x84, 0x47, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x89, 0x4c, 0x28, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x99, 0x58, 0x31, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xad, 0x6d, 0x3f, 0xff, 0xaf, 0x71, 0x42, 0xff, 0xb3, 0x75, 0x46, 0xff, 0xb6, 0x78, 0x48, 0xff, 0xb9, 0x7b, 0x49, 0xff, 0xbb, 0x7a, 0x4a, 0xff, 0xc1, 0x7d, 0x4c, 0xff, 0xc9, 0x86, 0x51, 0xff, 0xcc, 0x89, 0x54, 0xff, 0xcd, 0x8c, 0x59, 0xff, 0xd2, 0x8f, 0x5d, 0xff, 0xd4, 0x8f, 0x5e, 0xff, 0xc2, 0x86, 0x59, 0xff, 0xb8, 0x7f, 0x53, 0xff, 0xbb, 0x7f, 0x50, 0xff, 0xbd, 0x7e, 0x4f, 0xff, 0xb1, 0x73, 0x47, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x96, 0x56, 0x31, 0xff, 0x95, 0x56, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x97, 0x58, 0x31, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9e, 0x62, 0x37, 0xff, 0x9f, 0x63, 0x39, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0xa1, 0x6b, 0x3f, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa0, 0x6d, 0x40, 0xff, 0xa0, 0x6d, 0x40, 0xff, 0xa0, 0x6c, 0x40, 0xff, 0xa2, 0x6c, 0x3f, 0xff, 0xa2, 0x6d, 0x3e, 0xff, 0xa0, 0x6b, 0x3d, 0xff, 0xa0, 0x6b, 0x3e, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa1, 0x6b, 0x40, 0xff, 0xa0, 0x69, 0x41, 0xff, 0x9d, 0x66, 0x41, 0xff, 0x9c, 0x63, 0x3f, 0xff, 0x9d, 0x63, 0x3f, 0xff, 0x9c, 0x63, 0x3f, 0xff, 0xa7, 0x6d, 0x46, 0xff, 0xba, 0x7f, 0x51, 0xff, 0xc2, 0x84, 0x55, 0xff, 0xc1, 0x84, 0x54, 0xff, 0xbd, 0x82, 0x52, 0xff, 0xb9, 0x7d, 0x50, 0xff, 0xb9, 0x7f, 0x51, 0xff, 0xbf, 0x84, 0x54, 0xff, 0xcf, 0x8e, 0x5c, 0xff, 0xe1, 0x9e, 0x6a, 0xff, 0xe8, 0xb0, 0x78, 0xff, 0xe8, 0xc5, 0x86, 0xff, 0xe5, 0xd4, 0x8e, 0xff, 0xe4, 0xd7, 0x92, 0xff, 0xe6, 0xcd, 0x8d, 0xff, 0xe9, 0xb7, 0x80, 0xff, 0xe1, 0xa2, 0x70, 0xff, 0xca, 0x8f, 0x5f, 0xff, 0xb6, 0x7e, 0x52, 0xff, 0xab, 0x70, 0x46, 0xff, 0xa3, 0x67, 0x3c, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x95, 0x56, 0x30, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8c, 0x4b, 0x27, 0xff, 0x8a, 0x4b, 0x27, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x8a, 0x4c, 0x27, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x8c, 0x4e, 0x28, 0xff, 0x7d, 0x44, 0x1f, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6a, 0x32, 0x17, 0xff, 0x6b, 0x35, 0x17, 0xff, 0x6c, 0x36, 0x17, 0xff, 0x6c, 0x37, 0x17, 0xff, 0x6c, 0x37, 0x17, 0xff, 0x72, 0x3c, 0x19, 0xff, 0x7c, 0x42, 0x20, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x84, 0x48, 0x27, 0xff, 0x93, 0x55, 0x30, 0xff, 0x96, 0x58, 0x31, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x97, 0x56, 0x31, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x56, 0x31, 0xff, 0x96, 0x58, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x99, 0x5b, 0x35, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x91, 0x55, 0x30, 0xff, 0x8c, 0x4f, 0x30, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x8b, 0x4f, 0x2f, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x84, 0x48, 0x28, 0xff, 0x80, 0x43, 0x25, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x78, 0x3e, 0x1c, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x79, 0x3e, 0x1c, 0xff, 0x78, 0x40, 0x1e, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x75, 0x3e, 0x1c, 0xff, 0x73, 0x3d, 0x1b, 0xff, 0x72, 0x3b, 0x1a, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x71, 0x3a, 0x19, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x70, 0x36, 0x18, 0xff, 0x70, 0x37, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x70, 0x38, 0x18, 0xff, 0x71, 0x39, 0x18, 0xff, 0x72, 0x3c, 0x19, 0xff, 0x73, 0x3d, 0x1b, 0xff, 0x76, 0x40, 0x1c, 0xff, 0x79, 0x3e, 0x1c, 0xff, 0x6e, 0x39, 0x1b, 0xff, 0x6e, 0x38, 0x1c, 0xff, 0x6e, 0x38, 0x1c, 0xff, 0x6e, 0x39, 0x1c, 0xff, 0x71, 0x3b, 0x1c, 0xff, 0x69, 0x35, 0x18, 0xff, 0x9c, 0x62, 0x3a, 0xff, 0xad, 0x70, 0x42, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0xa0, 0x60, 0x37, 0xff, - 0xa5, 0x66, 0x3b, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa1, 0x62, 0x39, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x94, 0x56, 0x30, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x30, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x95, 0x55, 0x31, 0xff, 0x95, 0x57, 0x32, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x9d, 0x5f, 0x37, 0xff, 0xa2, 0x66, 0x3f, 0xff, 0xaa, 0x71, 0x49, 0xff, 0xb3, 0x7c, 0x53, 0xff, 0xbf, 0x89, 0x5e, 0xff, 0xcf, 0x96, 0x6a, 0xff, 0xdb, 0x9e, 0x72, 0xff, 0xe7, 0xae, 0x7f, 0xff, 0xe7, 0xbd, 0x89, 0xff, 0xe7, 0xb8, 0x87, 0xff, 0xe8, 0xb2, 0x83, 0xff, 0xe8, 0xaa, 0x7c, 0xff, 0xe2, 0xa1, 0x72, 0xff, 0xcf, 0x95, 0x68, 0xff, 0xbf, 0x89, 0x5e, 0xff, 0xb5, 0x7e, 0x55, 0xff, 0xac, 0x74, 0x4c, 0xff, 0xa4, 0x6a, 0x43, 0xff, 0x9e, 0x61, 0x3b, 0xff, 0x98, 0x5b, 0x35, 0xff, 0x93, 0x56, 0x32, 0xff, 0x91, 0x53, 0x30, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x93, 0x55, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x94, 0x56, 0x30, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x99, 0x5f, 0x37, 0xff, 0x9b, 0x5f, 0x38, 0xff, 0x95, 0x59, 0x33, 0xff, 0x83, 0x46, 0x24, 0xff, 0x81, 0x43, 0x21, 0xff, 0x85, 0x47, 0x25, 0xff, 0x89, 0x48, 0x27, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x98, 0x58, 0x30, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0xa8, 0x67, 0x3a, 0xff, 0xab, 0x6a, 0x3c, 0xff, 0xae, 0x6f, 0x40, 0xff, 0xb0, 0x72, 0x43, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xb7, 0x78, 0x47, 0xff, 0xb9, 0x77, 0x48, 0xff, 0xbf, 0x7c, 0x4b, 0xff, 0xc7, 0x84, 0x50, 0xff, 0xcc, 0x87, 0x52, 0xff, 0xce, 0x89, 0x54, 0xff, 0xd1, 0x8d, 0x57, 0xff, 0xcb, 0x89, 0x55, 0xff, 0xb7, 0x7c, 0x4e, 0xff, 0xb8, 0x7d, 0x4f, 0xff, 0xba, 0x7d, 0x50, 0xff, 0xbb, 0x7d, 0x4e, 0xff, 0xbd, 0x7f, 0x4f, 0xff, 0xb5, 0x77, 0x4a, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x97, 0x57, 0x31, 0xff, 0x97, 0x57, 0x30, 0xff, 0x96, 0x58, 0x31, 0xff, 0x97, 0x59, 0x31, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9c, 0x62, 0x36, 0xff, 0x9e, 0x64, 0x37, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa0, 0x68, 0x3c, 0xff, 0xa1, 0x6b, 0x3f, 0xff, 0xa1, 0x6c, 0x40, 0xff, 0xa0, 0x6b, 0x40, 0xff, 0xa0, 0x6b, 0x40, 0xff, 0xa0, 0x6c, 0x41, 0xff, 0xa0, 0x6c, 0x40, 0xff, 0xa2, 0x6d, 0x40, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0xa1, 0x6b, 0x3c, 0xff, 0xa0, 0x6a, 0x3e, 0xff, 0xa0, 0x6a, 0x3e, 0xff, 0xa0, 0x6a, 0x3e, 0xff, 0xa0, 0x69, 0x3f, 0xff, 0x9d, 0x66, 0x3d, 0xff, 0x9c, 0x64, 0x3d, 0xff, 0x9e, 0x64, 0x3f, 0xff, 0x9c, 0x63, 0x3f, 0xff, 0xa3, 0x69, 0x44, 0xff, 0xb9, 0x7d, 0x51, 0xff, 0xc4, 0x86, 0x57, 0xff, 0xc3, 0x86, 0x56, 0xff, 0xc2, 0x86, 0x55, 0xff, 0xbc, 0x80, 0x52, 0xff, 0xb9, 0x7f, 0x51, 0xff, 0xbd, 0x83, 0x54, 0xff, 0xcb, 0x8c, 0x5b, 0xff, 0xe0, 0x9a, 0x67, 0xff, 0xe9, 0xac, 0x76, 0xff, 0xe7, 0xc7, 0x87, 0xff, 0xe2, 0xd5, 0x93, 0xff, 0xe1, 0xd5, 0x98, 0xff, 0xe4, 0xd5, 0x96, 0xff, 0xe7, 0xc7, 0x8a, 0xff, 0xea, 0xaf, 0x79, 0xff, 0xd7, 0x98, 0x68, 0xff, 0xbe, 0x86, 0x58, 0xff, 0xb1, 0x78, 0x4b, 0xff, 0xa9, 0x6d, 0x42, 0xff, 0xa1, 0x63, 0x38, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x97, 0x57, 0x30, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x8e, 0x4d, 0x29, 0xff, 0x8c, 0x4c, 0x27, 0xff, 0x8a, 0x4b, 0x27, 0xff, 0x8a, 0x4a, 0x27, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x96, 0x56, 0x31, 0xff, 0x86, 0x49, 0x27, 0xff, 0x72, 0x3a, 0x1a, 0xff, 0x6a, 0x34, 0x17, 0xff, 0x6b, 0x35, 0x17, 0xff, 0x6c, 0x36, 0x17, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x6f, 0x37, 0x17, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x79, 0x3e, 0x1e, 0xff, 0x85, 0x49, 0x27, 0xff, 0x95, 0x57, 0x31, 0xff, 0x93, 0x55, 0x30, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x98, 0x59, 0x31, 0xff, 0x97, 0x57, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x94, 0x54, 0x31, 0xff, 0x97, 0x58, 0x32, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x97, 0x5b, 0x35, 0xff, 0x97, 0x5c, 0x36, 0xff, 0x99, 0x5e, 0x36, 0xff, 0x91, 0x55, 0x31, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8a, 0x4d, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x85, 0x48, 0x27, 0xff, 0x81, 0x45, 0x25, 0xff, 0x7e, 0x43, 0x23, 0xff, 0x7c, 0x42, 0x22, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x78, 0x40, 0x1e, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x77, 0x3f, 0x1d, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x73, 0x3b, 0x1b, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x72, 0x3c, 0x1a, 0xff, 0x71, 0x3c, 0x19, 0xff, 0x71, 0x38, 0x18, 0xff, 0x6e, 0x34, 0x17, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x76, 0x3d, 0x1c, 0xff, 0x7a, 0x40, 0x21, 0xff, 0x7c, 0x42, 0x22, 0xff, 0x7f, 0x46, 0x23, 0xff, 0x83, 0x48, 0x26, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x91, 0x54, 0x31, 0xff, 0x93, 0x55, 0x33, 0xff, 0x97, 0x59, 0x34, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9c, 0x5e, 0x37, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0x9c, 0x5d, 0x37, 0xff, 0x9b, 0x5d, 0x37, 0xff, 0x95, 0x58, 0x33, 0xff, 0xa5, 0x67, 0x3e, 0xff, 0xad, 0x6f, 0x42, 0xff, 0xa7, 0x68, 0x3d, 0xff, - 0xae, 0x6f, 0x43, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xae, 0x6f, 0x42, 0xff, 0xac, 0x6e, 0x42, 0xff, 0xa9, 0x6c, 0x42, 0xff, 0xa4, 0x66, 0x3c, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x95, 0x56, 0x30, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x95, 0x55, 0x31, 0xff, 0x97, 0x58, 0x31, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x9b, 0x5d, 0x36, 0xff, 0xa0, 0x61, 0x39, 0xff, 0xa5, 0x6b, 0x43, 0xff, 0xae, 0x75, 0x4c, 0xff, 0xb8, 0x82, 0x57, 0xff, 0xc3, 0x8c, 0x61, 0xff, 0xde, 0x9f, 0x73, 0xff, 0xe8, 0xae, 0x7d, 0xff, 0xe8, 0xb3, 0x83, 0xff, 0xe7, 0xb3, 0x84, 0xff, 0xe8, 0xb2, 0x82, 0xff, 0xe8, 0xab, 0x7b, 0xff, 0xe6, 0xa2, 0x74, 0xff, 0xd2, 0x96, 0x6b, 0xff, 0xc2, 0x8d, 0x61, 0xff, 0xb7, 0x80, 0x57, 0xff, 0xad, 0x75, 0x4c, 0xff, 0xa7, 0x6e, 0x44, 0xff, 0xa1, 0x64, 0x3d, 0xff, 0x9b, 0x5e, 0x37, 0xff, 0x98, 0x5b, 0x35, 0xff, 0x95, 0x55, 0x32, 0xff, 0x93, 0x54, 0x30, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x97, 0x58, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x97, 0x57, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x97, 0x59, 0x32, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9a, 0x5e, 0x37, 0xff, 0x95, 0x59, 0x33, 0xff, 0x7d, 0x41, 0x1f, 0xff, 0x7c, 0x40, 0x20, 0xff, 0x82, 0x44, 0x22, 0xff, 0x84, 0x47, 0x23, 0xff, 0x87, 0x48, 0x26, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x97, 0x57, 0x30, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0xa2, 0x61, 0x35, 0xff, 0xa6, 0x65, 0x38, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xab, 0x6c, 0x3c, 0xff, 0xb0, 0x6f, 0x40, 0xff, 0xb2, 0x72, 0x42, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb8, 0x77, 0x46, 0xff, 0xbd, 0x7c, 0x4a, 0xff, 0xc5, 0x83, 0x50, 0xff, 0xc9, 0x84, 0x50, 0xff, 0xce, 0x87, 0x52, 0xff, 0xce, 0x86, 0x52, 0xff, 0xba, 0x7a, 0x4a, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb8, 0x79, 0x4a, 0xff, 0xba, 0x7a, 0x4a, 0xff, 0xb9, 0x7a, 0x4b, 0xff, 0xb7, 0x79, 0x4a, 0xff, 0xb9, 0x7a, 0x4c, 0xff, 0xb5, 0x77, 0x49, 0xff, 0xa0, 0x62, 0x39, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x96, 0x59, 0x30, 0xff, 0x95, 0x57, 0x30, 0xff, 0x98, 0x59, 0x31, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9e, 0x65, 0x38, 0xff, 0x9f, 0x67, 0x3a, 0xff, 0xa1, 0x68, 0x3d, 0xff, 0xa1, 0x6a, 0x40, 0xff, 0xa0, 0x6b, 0x43, 0xff, 0xa1, 0x6c, 0x43, 0xff, 0xa1, 0x6c, 0x43, 0xff, 0xa0, 0x6c, 0x43, 0xff, 0x9f, 0x6b, 0x41, 0xff, 0x9f, 0x6c, 0x40, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa1, 0x6b, 0x3c, 0xff, 0xa0, 0x69, 0x3c, 0xff, 0xa0, 0x69, 0x3c, 0xff, 0xa1, 0x6b, 0x3c, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0x9e, 0x68, 0x3d, 0xff, 0x9c, 0x65, 0x3c, 0xff, 0x9b, 0x64, 0x3c, 0xff, 0x9e, 0x66, 0x3e, 0xff, 0x9d, 0x65, 0x3f, 0xff, 0xa1, 0x68, 0x42, 0xff, 0xb8, 0x7d, 0x52, 0xff, 0xc7, 0x88, 0x5a, 0xff, 0xc6, 0x88, 0x57, 0xff, 0xc6, 0x89, 0x58, 0xff, 0xbf, 0x84, 0x55, 0xff, 0xba, 0x80, 0x52, 0xff, 0xbc, 0x82, 0x52, 0xff, 0xc7, 0x8a, 0x57, 0xff, 0xdc, 0x99, 0x65, 0xff, 0xe8, 0xaa, 0x74, 0xff, 0xe7, 0xc4, 0x84, 0xff, 0xe3, 0xd4, 0x94, 0xff, 0xe2, 0xd6, 0x9c, 0xff, 0xe2, 0xd6, 0x9b, 0xff, 0xe5, 0xd1, 0x91, 0xff, 0xe9, 0xbb, 0x81, 0xff, 0xe1, 0xa2, 0x70, 0xff, 0xca, 0x90, 0x60, 0xff, 0xb8, 0x7f, 0x51, 0xff, 0xac, 0x70, 0x45, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0x9f, 0x60, 0x35, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x96, 0x56, 0x30, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x8b, 0x4b, 0x26, 0xff, 0x8b, 0x4c, 0x27, 0xff, 0x8b, 0x4a, 0x27, 0xff, 0x8c, 0x4c, 0x28, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x95, 0x55, 0x32, 0xff, 0x76, 0x3e, 0x1e, 0xff, 0x6b, 0x33, 0x16, 0xff, 0x6b, 0x35, 0x16, 0xff, 0x6c, 0x35, 0x16, 0xff, 0x6e, 0x38, 0x18, 0xff, 0x70, 0x39, 0x18, 0xff, 0x73, 0x3c, 0x19, 0xff, 0x7d, 0x42, 0x20, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x7f, 0x45, 0x24, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x92, 0x54, 0x30, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x97, 0x57, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x93, 0x53, 0x30, 0xff, 0x96, 0x56, 0x31, 0xff, 0x96, 0x59, 0x33, 0xff, 0x97, 0x5b, 0x35, 0xff, 0x97, 0x5d, 0x36, 0xff, 0x96, 0x5b, 0x36, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8d, 0x4f, 0x2f, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x8b, 0x4f, 0x2f, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x85, 0x4a, 0x27, 0xff, 0x82, 0x47, 0x24, 0xff, 0x7f, 0x43, 0x24, 0xff, 0x7e, 0x43, 0x22, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7a, 0x41, 0x20, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x78, 0x3f, 0x1e, 0xff, 0x77, 0x3e, 0x1c, 0xff, 0x75, 0x3d, 0x1b, 0xff, 0x76, 0x3d, 0x1b, 0xff, 0x75, 0x3d, 0x1b, 0xff, 0x71, 0x39, 0x18, 0xff, 0x74, 0x3d, 0x1b, 0xff, 0x78, 0x3f, 0x1f, 0xff, 0x81, 0x47, 0x28, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x88, 0x4d, 0x2d, 0xff, 0x8d, 0x4f, 0x2f, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x92, 0x52, 0x31, 0xff, 0x93, 0x55, 0x31, 0xff, 0x94, 0x56, 0x31, 0xff, 0x93, 0x55, 0x31, 0xff, 0x94, 0x55, 0x32, 0xff, 0x95, 0x57, 0x32, 0xff, 0x96, 0x58, 0x32, 0xff, 0x95, 0x57, 0x32, 0xff, 0x96, 0x58, 0x33, 0xff, 0x98, 0x59, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x9c, 0x5e, 0x36, 0xff, 0xab, 0x6d, 0x41, 0xff, 0xaf, 0x70, 0x43, 0xff, - 0xb1, 0x72, 0x43, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xae, 0x70, 0x42, 0xff, 0xb1, 0x72, 0x44, 0xff, 0xb0, 0x72, 0x43, 0xff, 0xb1, 0x71, 0x44, 0xff, 0xaf, 0x71, 0x44, 0xff, 0xaf, 0x70, 0x44, 0xff, 0xa9, 0x6c, 0x40, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x99, 0x5a, 0x34, 0xff, 0x9d, 0x5e, 0x37, 0xff, 0x9f, 0x62, 0x3b, 0xff, 0xa7, 0x6d, 0x43, 0xff, 0xae, 0x75, 0x4c, 0xff, 0xc1, 0x8a, 0x5f, 0xff, 0xcf, 0x96, 0x68, 0xff, 0xde, 0x9d, 0x6f, 0xff, 0xe5, 0xa3, 0x74, 0xff, 0xe4, 0xa5, 0x79, 0xff, 0xe8, 0xa5, 0x78, 0xff, 0xe4, 0xa2, 0x73, 0xff, 0xdc, 0x9b, 0x6d, 0xff, 0xcc, 0x92, 0x66, 0xff, 0xc0, 0x89, 0x5e, 0xff, 0xb6, 0x7f, 0x55, 0xff, 0xb0, 0x78, 0x4f, 0xff, 0xaa, 0x6f, 0x45, 0xff, 0xa2, 0x66, 0x3d, 0xff, 0x9d, 0x5f, 0x37, 0xff, 0x9a, 0x5a, 0x34, 0xff, 0x97, 0x58, 0x31, 0xff, 0x97, 0x56, 0x30, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x93, 0x53, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x97, 0x57, 0x31, 0xff, 0x98, 0x59, 0x31, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x94, 0x59, 0x33, 0xff, 0x7b, 0x41, 0x1d, 0xff, 0x79, 0x3e, 0x1b, 0xff, 0x7d, 0x40, 0x1f, 0xff, 0x7f, 0x42, 0x20, 0xff, 0x82, 0x44, 0x23, 0xff, 0x84, 0x47, 0x25, 0xff, 0x87, 0x49, 0x26, 0xff, 0x88, 0x49, 0x26, 0xff, 0x89, 0x4c, 0x27, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0xa0, 0x60, 0x36, 0xff, 0xa3, 0x62, 0x37, 0xff, 0xa6, 0x66, 0x37, 0xff, 0xaa, 0x69, 0x3a, 0xff, 0xad, 0x6e, 0x3d, 0xff, 0xaf, 0x72, 0x41, 0xff, 0xb4, 0x73, 0x43, 0xff, 0xb7, 0x77, 0x46, 0xff, 0xbd, 0x7d, 0x4b, 0xff, 0xc1, 0x83, 0x4f, 0xff, 0xc5, 0x82, 0x4f, 0xff, 0xc7, 0x83, 0x4f, 0xff, 0xbe, 0x7c, 0x4b, 0xff, 0xae, 0x6e, 0x41, 0xff, 0xb3, 0x73, 0x44, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb7, 0x77, 0x47, 0xff, 0xb5, 0x76, 0x46, 0xff, 0xb5, 0x77, 0x47, 0xff, 0xbb, 0x7c, 0x4d, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x96, 0x57, 0x30, 0xff, 0x97, 0x58, 0x30, 0xff, 0x99, 0x5b, 0x31, 0xff, 0x9b, 0x5f, 0x33, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9f, 0x65, 0x38, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa0, 0x6a, 0x3f, 0xff, 0x9f, 0x6b, 0x42, 0xff, 0xa0, 0x6c, 0x44, 0xff, 0xa0, 0x6c, 0x44, 0xff, 0xa0, 0x6c, 0x44, 0xff, 0xa0, 0x6c, 0x43, 0xff, 0xa0, 0x6c, 0x43, 0xff, 0xa1, 0x6c, 0x41, 0xff, 0xa2, 0x6c, 0x3f, 0xff, 0xa2, 0x6b, 0x3d, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa0, 0x69, 0x3c, 0xff, 0x9f, 0x67, 0x3b, 0xff, 0x9e, 0x67, 0x3a, 0xff, 0x9c, 0x65, 0x39, 0xff, 0x9b, 0x64, 0x39, 0xff, 0x9d, 0x67, 0x3c, 0xff, 0x9d, 0x67, 0x3e, 0xff, 0x9c, 0x65, 0x3e, 0xff, 0xae, 0x74, 0x4a, 0xff, 0xc4, 0x85, 0x57, 0xff, 0xc9, 0x8a, 0x59, 0xff, 0xcb, 0x8c, 0x5a, 0xff, 0xc4, 0x86, 0x56, 0xff, 0xbb, 0x7e, 0x51, 0xff, 0xbb, 0x81, 0x50, 0xff, 0xc1, 0x87, 0x55, 0xff, 0xd6, 0x91, 0x5e, 0xff, 0xe7, 0xa2, 0x6e, 0xff, 0xe7, 0xbb, 0x80, 0xff, 0xe4, 0xd1, 0x90, 0xff, 0xe2, 0xd7, 0x9a, 0xff, 0xe2, 0xd6, 0x9c, 0xff, 0xe4, 0xd5, 0x96, 0xff, 0xe7, 0xc4, 0x88, 0xff, 0xe8, 0xab, 0x77, 0xff, 0xd5, 0x96, 0x66, 0xff, 0xbe, 0x86, 0x57, 0xff, 0xb1, 0x77, 0x4b, 0xff, 0xa7, 0x6a, 0x3f, 0xff, 0xa0, 0x63, 0x38, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x98, 0x58, 0x31, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x8c, 0x4c, 0x28, 0xff, 0x8c, 0x4c, 0x28, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8e, 0x4f, 0x2a, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x72, 0x3a, 0x1c, 0xff, 0x6b, 0x35, 0x16, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x71, 0x3b, 0x18, 0xff, 0x70, 0x3c, 0x19, 0xff, 0x78, 0x42, 0x20, 0xff, 0x7e, 0x42, 0x24, 0xff, 0x80, 0x44, 0x24, 0xff, 0x81, 0x43, 0x24, 0xff, 0x83, 0x46, 0x26, 0xff, 0x80, 0x44, 0x23, 0xff, 0x85, 0x4a, 0x26, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x96, 0x56, 0x30, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x92, 0x53, 0x30, 0xff, 0x96, 0x57, 0x32, 0xff, 0x95, 0x59, 0x33, 0xff, 0x95, 0x5b, 0x35, 0xff, 0x96, 0x5d, 0x37, 0xff, 0x91, 0x57, 0x33, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x86, 0x49, 0x29, 0xff, 0x83, 0x48, 0x26, 0xff, 0x80, 0x45, 0x24, 0xff, 0x7f, 0x42, 0x23, 0xff, 0x7c, 0x42, 0x22, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7a, 0x41, 0x20, 0xff, 0x78, 0x40, 0x1d, 0xff, 0x77, 0x3d, 0x1c, 0xff, 0x77, 0x3f, 0x1b, 0xff, 0x76, 0x3b, 0x1b, 0xff, 0x77, 0x3f, 0x1c, 0xff, 0x86, 0x4c, 0x2b, 0xff, 0x88, 0x4c, 0x2e, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x8d, 0x4f, 0x2f, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x90, 0x53, 0x30, 0xff, 0x91, 0x52, 0x30, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x92, 0x53, 0x30, 0xff, 0x95, 0x54, 0x31, 0xff, 0x95, 0x56, 0x31, 0xff, 0x97, 0x59, 0x32, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0xb1, 0x72, 0x44, 0xff, - 0xb0, 0x72, 0x44, 0xff, 0xb6, 0x76, 0x44, 0xff, 0xb3, 0x72, 0x43, 0xff, 0xb0, 0x70, 0x42, 0xff, 0xb0, 0x70, 0x42, 0xff, 0xb1, 0x71, 0x43, 0xff, 0xb3, 0x73, 0x45, 0xff, 0xb2, 0x73, 0x45, 0xff, 0xb4, 0x75, 0x46, 0xff, 0xb4, 0x75, 0x48, 0xff, 0xaf, 0x70, 0x44, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9a, 0x5a, 0x35, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0xa0, 0x62, 0x3a, 0xff, 0xab, 0x6f, 0x46, 0xff, 0xb5, 0x7c, 0x51, 0xff, 0xbc, 0x84, 0x59, 0xff, 0xc1, 0x8a, 0x5e, 0xff, 0xc5, 0x8d, 0x61, 0xff, 0xca, 0x8f, 0x65, 0xff, 0xd0, 0x93, 0x67, 0xff, 0xcf, 0x93, 0x67, 0xff, 0xc7, 0x8f, 0x63, 0xff, 0xc0, 0x89, 0x5e, 0xff, 0xb9, 0x82, 0x57, 0xff, 0xb3, 0x7a, 0x51, 0xff, 0xac, 0x74, 0x49, 0xff, 0xa5, 0x6a, 0x41, 0xff, 0xa0, 0x62, 0x3a, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x98, 0x59, 0x32, 0xff, 0x96, 0x56, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x97, 0x58, 0x31, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x94, 0x58, 0x32, 0xff, 0x7d, 0x44, 0x22, 0xff, 0x76, 0x3c, 0x1a, 0xff, 0x79, 0x3e, 0x1c, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x7d, 0x41, 0x1f, 0xff, 0x80, 0x44, 0x21, 0xff, 0x83, 0x45, 0x22, 0xff, 0x84, 0x47, 0x24, 0xff, 0x87, 0x49, 0x26, 0xff, 0x8a, 0x4b, 0x27, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0xa1, 0x60, 0x36, 0xff, 0xa5, 0x64, 0x38, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xad, 0x6d, 0x3d, 0xff, 0xb0, 0x70, 0x40, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb6, 0x78, 0x45, 0xff, 0xbb, 0x7c, 0x4a, 0xff, 0xbf, 0x7e, 0x4e, 0xff, 0xc4, 0x83, 0x51, 0xff, 0xc0, 0x7f, 0x4c, 0xff, 0xad, 0x6e, 0x40, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xb0, 0x71, 0x41, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb6, 0x76, 0x45, 0xff, 0xb6, 0x76, 0x45, 0xff, 0xb5, 0x75, 0x44, 0xff, 0xb5, 0x75, 0x45, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xbd, 0x7e, 0x4e, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x94, 0x56, 0x2e, 0xff, 0x98, 0x59, 0x31, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x9b, 0x5e, 0x33, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9f, 0x65, 0x3a, 0xff, 0xa0, 0x68, 0x3d, 0xff, 0xa0, 0x6b, 0x40, 0xff, 0xa0, 0x6c, 0x43, 0xff, 0xa1, 0x6c, 0x44, 0xff, 0xa0, 0x6c, 0x44, 0xff, 0xa0, 0x6c, 0x44, 0xff, 0xa1, 0x6c, 0x43, 0xff, 0xa1, 0x6b, 0x44, 0xff, 0xa0, 0x6b, 0x43, 0xff, 0xa0, 0x6c, 0x40, 0xff, 0xa1, 0x6c, 0x3c, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa0, 0x68, 0x3a, 0xff, 0x9e, 0x68, 0x39, 0xff, 0x9e, 0x67, 0x39, 0xff, 0x9c, 0x64, 0x39, 0xff, 0x9c, 0x65, 0x39, 0xff, 0x9e, 0x68, 0x3a, 0xff, 0x9f, 0x6a, 0x3e, 0xff, 0x9b, 0x65, 0x3e, 0xff, 0xa7, 0x6e, 0x45, 0xff, 0xc2, 0x84, 0x56, 0xff, 0xcc, 0x8d, 0x5b, 0xff, 0xcd, 0x8d, 0x5b, 0xff, 0xcb, 0x8b, 0x58, 0xff, 0xc0, 0x83, 0x53, 0xff, 0xba, 0x80, 0x51, 0xff, 0xbe, 0x84, 0x54, 0xff, 0xcb, 0x8c, 0x5a, 0xff, 0xe0, 0x9b, 0x67, 0xff, 0xe9, 0xb0, 0x77, 0xff, 0xe7, 0xcb, 0x88, 0xff, 0xe2, 0xd6, 0x95, 0xff, 0xe1, 0xd5, 0x9a, 0xff, 0xe4, 0xd7, 0x96, 0xff, 0xe7, 0xc9, 0x8a, 0xff, 0xea, 0xb1, 0x7a, 0xff, 0xdc, 0x9c, 0x6a, 0xff, 0xc4, 0x8a, 0x5d, 0xff, 0xb4, 0x7b, 0x4f, 0xff, 0xaa, 0x6f, 0x44, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x8d, 0x4c, 0x28, 0xff, 0x8c, 0x4c, 0x28, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x94, 0x54, 0x30, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x7b, 0x42, 0x20, 0xff, 0x70, 0x3c, 0x18, 0xff, 0x71, 0x39, 0x18, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x83, 0x46, 0x25, 0xff, 0x80, 0x43, 0x23, 0xff, 0x80, 0x43, 0x23, 0xff, 0x81, 0x44, 0x24, 0xff, 0x81, 0x47, 0x24, 0xff, 0x7b, 0x41, 0x21, 0xff, 0x84, 0x48, 0x28, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x95, 0x55, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x94, 0x54, 0x31, 0xff, 0x96, 0x58, 0x33, 0xff, 0x95, 0x5b, 0x34, 0xff, 0x96, 0x5c, 0x36, 0xff, 0x8e, 0x53, 0x31, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8c, 0x4f, 0x2f, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x8a, 0x4d, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x87, 0x4b, 0x2a, 0xff, 0x85, 0x47, 0x28, 0xff, 0x82, 0x46, 0x26, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x7d, 0x43, 0x22, 0xff, 0x7c, 0x42, 0x20, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x79, 0x41, 0x20, 0xff, 0x7a, 0x40, 0x20, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x81, 0x46, 0x26, 0xff, 0x88, 0x4c, 0x2e, 0xff, 0x8a, 0x4d, 0x2e, 0xff, 0x87, 0x4b, 0x2c, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x89, 0x4b, 0x2e, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x95, 0x56, 0x31, 0xff, 0x97, 0x58, 0x31, 0xff, 0x97, 0x59, 0x32, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0x9e, 0x60, 0x35, 0xff, - 0x9c, 0x5d, 0x33, 0xff, 0xae, 0x6f, 0x40, 0xff, 0xb8, 0x78, 0x46, 0xff, 0xb5, 0x75, 0x45, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xb5, 0x75, 0x45, 0xff, 0xb4, 0x74, 0x44, 0xff, 0xb5, 0x75, 0x44, 0xff, 0xb7, 0x77, 0x47, 0xff, 0xb6, 0x78, 0x49, 0xff, 0xb4, 0x75, 0x47, 0xff, 0xb5, 0x76, 0x47, 0xff, 0xb2, 0x72, 0x46, 0xff, 0xaa, 0x6a, 0x40, 0xff, 0xa2, 0x64, 0x3b, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0xa6, 0x6a, 0x40, 0xff, 0xaa, 0x6e, 0x44, 0xff, 0xaf, 0x72, 0x49, 0xff, 0xb3, 0x79, 0x4e, 0xff, 0xb5, 0x7b, 0x50, 0xff, 0xb5, 0x7d, 0x55, 0xff, 0xb9, 0x81, 0x58, 0xff, 0xb8, 0x81, 0x56, 0xff, 0xb7, 0x80, 0x55, 0xff, 0xb5, 0x7d, 0x53, 0xff, 0xb1, 0x78, 0x4e, 0xff, 0xac, 0x72, 0x47, 0xff, 0xa7, 0x6a, 0x42, 0xff, 0xa1, 0x64, 0x3a, 0xff, 0x9e, 0x5f, 0x38, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x97, 0x58, 0x30, 0xff, 0x97, 0x58, 0x30, 0xff, 0x99, 0x59, 0x31, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9f, 0x63, 0x37, 0xff, 0xa0, 0x61, 0x36, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xa0, 0x62, 0x36, 0xff, 0x9f, 0x60, 0x36, 0xff, 0xa0, 0x60, 0x37, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0xa0, 0x5f, 0x37, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0x9d, 0x60, 0x38, 0xff, 0x99, 0x5d, 0x36, 0xff, 0x81, 0x45, 0x23, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x80, 0x43, 0x20, 0xff, 0x83, 0x46, 0x22, 0xff, 0x84, 0x47, 0x23, 0xff, 0x85, 0x48, 0x24, 0xff, 0x88, 0x4b, 0x26, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa1, 0x60, 0x36, 0xff, 0xa5, 0x64, 0x38, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xae, 0x6f, 0x40, 0xff, 0xb1, 0x73, 0x43, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xbe, 0x80, 0x4e, 0xff, 0xbf, 0x80, 0x4d, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xae, 0x6e, 0x40, 0xff, 0xb0, 0x70, 0x41, 0xff, 0xb2, 0x73, 0x43, 0xff, 0xb5, 0x75, 0x45, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb6, 0x76, 0x47, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xbd, 0x7e, 0x4e, 0xff, 0xb9, 0x7a, 0x4b, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9b, 0x5e, 0x32, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9f, 0x67, 0x3a, 0xff, 0xa0, 0x68, 0x3c, 0xff, 0x9f, 0x6a, 0x41, 0xff, 0xa0, 0x6c, 0x44, 0xff, 0xa1, 0x6c, 0x44, 0xff, 0xa1, 0x6c, 0x44, 0xff, 0xa1, 0x6c, 0x44, 0xff, 0xa0, 0x6e, 0x44, 0xff, 0xa1, 0x6e, 0x44, 0xff, 0xa0, 0x6c, 0x43, 0xff, 0xa1, 0x6c, 0x40, 0xff, 0xa2, 0x6d, 0x40, 0xff, 0xa2, 0x6b, 0x3e, 0xff, 0xa1, 0x6b, 0x3e, 0xff, 0xa1, 0x6a, 0x3d, 0xff, 0xa0, 0x68, 0x3a, 0xff, 0x9e, 0x65, 0x39, 0xff, 0x9c, 0x64, 0x39, 0xff, 0x9c, 0x66, 0x39, 0xff, 0x9d, 0x69, 0x3a, 0xff, 0x9f, 0x6a, 0x3d, 0xff, 0x9e, 0x67, 0x3d, 0xff, 0xa1, 0x6b, 0x43, 0xff, 0xbf, 0x81, 0x53, 0xff, 0xd2, 0x8f, 0x5c, 0xff, 0xd0, 0x8f, 0x5a, 0xff, 0xd1, 0x8f, 0x59, 0xff, 0xc7, 0x89, 0x56, 0xff, 0xbb, 0x82, 0x51, 0xff, 0xbd, 0x84, 0x52, 0xff, 0xc5, 0x8a, 0x58, 0xff, 0xd8, 0x94, 0x60, 0xff, 0xe6, 0xa3, 0x6c, 0xff, 0xe9, 0xb9, 0x7d, 0xff, 0xe6, 0xcf, 0x8c, 0xff, 0xe3, 0xd7, 0x94, 0xff, 0xe3, 0xd6, 0x92, 0xff, 0xe7, 0xc9, 0x8a, 0xff, 0xe9, 0xb3, 0x7e, 0xff, 0xe0, 0xa0, 0x6f, 0xff, 0xcb, 0x8f, 0x5f, 0xff, 0xb8, 0x7f, 0x53, 0xff, 0xad, 0x72, 0x48, 0xff, 0xa5, 0x69, 0x3f, 0xff, 0x9f, 0x61, 0x38, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x96, 0x58, 0x30, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x76, 0x3d, 0x1b, 0xff, 0x71, 0x3a, 0x19, 0xff, 0x73, 0x3c, 0x1b, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x80, 0x45, 0x24, 0xff, 0x81, 0x45, 0x23, 0xff, 0x80, 0x43, 0x22, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x80, 0x44, 0x23, 0xff, 0x80, 0x47, 0x25, 0xff, 0x7d, 0x43, 0x23, 0xff, 0x7a, 0x3e, 0x1f, 0xff, 0x80, 0x44, 0x24, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x96, 0x56, 0x30, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x91, 0x53, 0x30, 0xff, 0x95, 0x56, 0x32, 0xff, 0x95, 0x5a, 0x34, 0xff, 0x96, 0x5b, 0x35, 0xff, 0x8d, 0x52, 0x31, 0xff, 0x8d, 0x4f, 0x2f, 0xff, 0x8e, 0x50, 0x30, 0xff, 0x8c, 0x4f, 0x2f, 0xff, 0x8a, 0x4d, 0x2e, 0xff, 0x8d, 0x51, 0x30, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x86, 0x49, 0x29, 0xff, 0x83, 0x48, 0x27, 0xff, 0x81, 0x45, 0x26, 0xff, 0x7f, 0x42, 0x23, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x81, 0x47, 0x27, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x87, 0x4b, 0x2d, 0xff, 0x87, 0x4b, 0x2c, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x87, 0x4b, 0x2c, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x8c, 0x4e, 0x2e, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x97, 0x58, 0x31, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9c, 0x5d, 0x34, 0xff, - 0x9f, 0x60, 0x36, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xb1, 0x72, 0x44, 0xff, 0xba, 0x7b, 0x48, 0xff, 0xb5, 0x74, 0x44, 0xff, 0xb8, 0x78, 0x46, 0xff, 0xba, 0x79, 0x49, 0xff, 0xba, 0x79, 0x48, 0xff, 0xba, 0x7a, 0x48, 0xff, 0xb9, 0x79, 0x49, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xb6, 0x78, 0x49, 0xff, 0xb5, 0x77, 0x49, 0xff, 0xb4, 0x75, 0x49, 0xff, 0xb3, 0x75, 0x48, 0xff, 0xb4, 0x75, 0x49, 0xff, 0xa6, 0x68, 0x3e, 0xff, 0xa2, 0x63, 0x3c, 0xff, 0xa6, 0x67, 0x3e, 0xff, 0xa8, 0x6a, 0x41, 0xff, 0xaa, 0x6e, 0x44, 0xff, 0xac, 0x72, 0x47, 0xff, 0xad, 0x72, 0x49, 0xff, 0xac, 0x71, 0x47, 0xff, 0xab, 0x71, 0x47, 0xff, 0xaa, 0x70, 0x46, 0xff, 0xa9, 0x6e, 0x43, 0xff, 0xa5, 0x68, 0x3f, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0xa1, 0x61, 0x39, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa1, 0x60, 0x36, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa1, 0x60, 0x36, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa0, 0x63, 0x39, 0xff, 0x96, 0x59, 0x34, 0xff, 0x7f, 0x41, 0x21, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7b, 0x3e, 0x1d, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7f, 0x41, 0x20, 0xff, 0x81, 0x43, 0x22, 0xff, 0x81, 0x45, 0x23, 0xff, 0x82, 0x46, 0x23, 0xff, 0x84, 0x46, 0x24, 0xff, 0x83, 0x47, 0x24, 0xff, 0x85, 0x47, 0x24, 0xff, 0x88, 0x49, 0x25, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0xa0, 0x5e, 0x35, 0xff, 0xa4, 0x62, 0x37, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xa9, 0x6a, 0x3c, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xaf, 0x71, 0x43, 0xff, 0xb4, 0x76, 0x48, 0xff, 0xb9, 0x7a, 0x4b, 0xff, 0xbc, 0x7f, 0x4c, 0xff, 0xb9, 0x7c, 0x4b, 0xff, 0xaa, 0x6e, 0x42, 0xff, 0xab, 0x6e, 0x40, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xb0, 0x70, 0x41, 0xff, 0xb1, 0x71, 0x41, 0xff, 0xb3, 0x72, 0x42, 0xff, 0xb5, 0x73, 0x43, 0xff, 0xb4, 0x74, 0x43, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb5, 0x74, 0x45, 0xff, 0xb7, 0x76, 0x47, 0xff, 0xb8, 0x79, 0x4a, 0xff, 0xbb, 0x7d, 0x4d, 0xff, 0xb2, 0x74, 0x45, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x98, 0x5a, 0x30, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x9c, 0x60, 0x34, 0xff, 0x9e, 0x61, 0x35, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0xa1, 0x6a, 0x40, 0xff, 0xa0, 0x6b, 0x43, 0xff, 0xa0, 0x6d, 0x44, 0xff, 0xa1, 0x6d, 0x44, 0xff, 0xa1, 0x6f, 0x45, 0xff, 0xa1, 0x6e, 0x45, 0xff, 0x9f, 0x6d, 0x43, 0xff, 0x9f, 0x6e, 0x43, 0xff, 0xa0, 0x6d, 0x41, 0xff, 0xa0, 0x6b, 0x3f, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa1, 0x6d, 0x40, 0xff, 0xa1, 0x6b, 0x3d, 0xff, 0xa0, 0x68, 0x3a, 0xff, 0x9d, 0x65, 0x38, 0xff, 0x9b, 0x63, 0x38, 0xff, 0x9c, 0x65, 0x39, 0xff, 0x9e, 0x67, 0x39, 0xff, 0x9f, 0x69, 0x3c, 0xff, 0xa0, 0x6a, 0x3f, 0xff, 0x98, 0x5f, 0x38, 0xff, 0xb5, 0x78, 0x49, 0xff, 0xdc, 0x96, 0x5f, 0xff, 0xd9, 0x91, 0x5c, 0xff, 0xd3, 0x8d, 0x59, 0xff, 0xd0, 0x8e, 0x59, 0xff, 0xc4, 0x89, 0x55, 0xff, 0xbc, 0x82, 0x50, 0xff, 0xc3, 0x85, 0x54, 0xff, 0xd2, 0x8e, 0x5b, 0xff, 0xe1, 0x9a, 0x65, 0xff, 0xe8, 0xa8, 0x71, 0xff, 0xe8, 0xba, 0x7f, 0xff, 0xe7, 0xca, 0x89, 0xff, 0xe8, 0xcd, 0x8b, 0xff, 0xe8, 0xc1, 0x83, 0xff, 0xe9, 0xb1, 0x7b, 0xff, 0xe4, 0xa0, 0x6f, 0xff, 0xcd, 0x90, 0x61, 0xff, 0xba, 0x81, 0x55, 0xff, 0xaf, 0x75, 0x4a, 0xff, 0xa7, 0x6d, 0x40, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x98, 0x59, 0x31, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x94, 0x54, 0x30, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x7d, 0x44, 0x23, 0xff, 0x71, 0x39, 0x18, 0xff, 0x7a, 0x40, 0x1f, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x82, 0x45, 0x24, 0xff, 0x80, 0x45, 0x23, 0xff, 0x7d, 0x42, 0x20, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x80, 0x43, 0x23, 0xff, 0x81, 0x47, 0x24, 0xff, 0x7e, 0x44, 0x23, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7a, 0x3f, 0x1f, 0xff, 0x84, 0x48, 0x26, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x55, 0x31, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x94, 0x54, 0x30, 0xff, 0x94, 0x56, 0x32, 0xff, 0x95, 0x5a, 0x35, 0xff, 0x8e, 0x53, 0x31, 0xff, 0x8c, 0x4e, 0x2e, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8d, 0x51, 0x30, 0xff, 0x8a, 0x4d, 0x2e, 0xff, 0x8d, 0x4f, 0x30, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x86, 0x48, 0x29, 0xff, 0x83, 0x47, 0x26, 0xff, 0x81, 0x45, 0x26, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x82, 0x47, 0x27, 0xff, 0x87, 0x4b, 0x2c, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x86, 0x4b, 0x2c, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x87, 0x4b, 0x2b, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x56, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x97, 0x59, 0x32, 0xff, 0x99, 0x58, 0x32, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9e, 0x5e, 0x35, 0xff, - 0x9d, 0x5e, 0x34, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0xb4, 0x75, 0x48, 0xff, 0xc4, 0x81, 0x4f, 0xff, 0xbe, 0x7d, 0x4c, 0xff, 0xbc, 0x7d, 0x4a, 0xff, 0xbe, 0x7f, 0x4b, 0xff, 0xbe, 0x7e, 0x4b, 0xff, 0xbe, 0x7d, 0x49, 0xff, 0xbe, 0x7c, 0x4b, 0xff, 0xbb, 0x7a, 0x49, 0xff, 0xba, 0x7a, 0x49, 0xff, 0xb8, 0x79, 0x4a, 0xff, 0xbb, 0x7d, 0x4d, 0xff, 0xb9, 0x79, 0x4a, 0xff, 0xba, 0x7b, 0x4e, 0xff, 0xae, 0x6e, 0x43, 0xff, 0xa3, 0x65, 0x3b, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa4, 0x65, 0x3c, 0xff, 0xa6, 0x68, 0x3f, 0xff, 0xa7, 0x6a, 0x3f, 0xff, 0xa6, 0x69, 0x3e, 0xff, 0xa4, 0x69, 0x3e, 0xff, 0xa3, 0x66, 0x3d, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa1, 0x62, 0x39, 0xff, 0x9f, 0x60, 0x38, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa0, 0x62, 0x38, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x78, 0x3e, 0x1d, 0xff, 0x7e, 0x41, 0x1f, 0xff, 0x7c, 0x42, 0x20, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x7c, 0x43, 0x20, 0xff, 0x7f, 0x41, 0x20, 0xff, 0x82, 0x45, 0x22, 0xff, 0x84, 0x46, 0x24, 0xff, 0x86, 0x49, 0x27, 0xff, 0x87, 0x49, 0x27, 0xff, 0x85, 0x47, 0x25, 0xff, 0x87, 0x49, 0x26, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x99, 0x58, 0x31, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xae, 0x71, 0x43, 0xff, 0xb2, 0x75, 0x47, 0xff, 0xb7, 0x78, 0x4a, 0xff, 0xb9, 0x7a, 0x4b, 0xff, 0xb1, 0x73, 0x47, 0xff, 0xa8, 0x6a, 0x40, 0xff, 0xab, 0x6d, 0x41, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xaf, 0x70, 0x41, 0xff, 0xaf, 0x70, 0x41, 0xff, 0xb2, 0x71, 0x42, 0xff, 0xb2, 0x73, 0x42, 0xff, 0xb2, 0x74, 0x42, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xb3, 0x71, 0x43, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xba, 0x7b, 0x4c, 0xff, 0xbd, 0x7e, 0x4e, 0xff, 0xaf, 0x70, 0x42, 0xff, 0x98, 0x59, 0x30, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0x9e, 0x61, 0x34, 0xff, 0xa0, 0x64, 0x35, 0xff, 0xa0, 0x67, 0x39, 0xff, 0xa0, 0x69, 0x3d, 0xff, 0xa1, 0x69, 0x3f, 0xff, 0xa0, 0x6a, 0x42, 0xff, 0xa1, 0x6d, 0x44, 0xff, 0xa0, 0x6d, 0x44, 0xff, 0xa1, 0x6d, 0x44, 0xff, 0xa0, 0x6f, 0x44, 0xff, 0xa1, 0x6f, 0x45, 0xff, 0xa0, 0x6d, 0x43, 0xff, 0xa0, 0x6c, 0x40, 0xff, 0xa0, 0x6c, 0x40, 0xff, 0xa1, 0x6d, 0x40, 0xff, 0xa2, 0x6c, 0x3f, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0x9f, 0x66, 0x3a, 0xff, 0x9c, 0x63, 0x38, 0xff, 0x9b, 0x63, 0x37, 0xff, 0x9b, 0x63, 0x38, 0xff, 0x9c, 0x65, 0x3a, 0xff, 0x9e, 0x67, 0x3b, 0xff, 0x9f, 0x66, 0x3b, 0xff, 0x9d, 0x63, 0x39, 0xff, 0xa0, 0x67, 0x3c, 0xff, 0xcd, 0x89, 0x58, 0xff, 0xe3, 0x99, 0x62, 0xff, 0xd6, 0x8f, 0x59, 0xff, 0xd2, 0x8e, 0x58, 0xff, 0xd0, 0x8e, 0x57, 0xff, 0xc9, 0x88, 0x54, 0xff, 0xc5, 0x86, 0x52, 0xff, 0xcd, 0x8a, 0x57, 0xff, 0xd7, 0x92, 0x5e, 0xff, 0xe2, 0x9c, 0x66, 0xff, 0xe8, 0xa7, 0x71, 0xff, 0xe9, 0xb2, 0x79, 0xff, 0xe9, 0xb8, 0x7e, 0xff, 0xe8, 0xb5, 0x7e, 0xff, 0xe9, 0xac, 0x77, 0xff, 0xe3, 0x9e, 0x6d, 0xff, 0xcf, 0x8f, 0x60, 0xff, 0xbc, 0x82, 0x55, 0xff, 0xb2, 0x77, 0x4c, 0xff, 0xaa, 0x6e, 0x42, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x96, 0x56, 0x30, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x90, 0x51, 0x30, 0xff, 0x81, 0x46, 0x24, 0xff, 0x7d, 0x43, 0x22, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x80, 0x44, 0x23, 0xff, 0x80, 0x43, 0x23, 0xff, 0x7c, 0x42, 0x1d, 0xff, 0x79, 0x40, 0x1c, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7d, 0x41, 0x21, 0xff, 0x7e, 0x43, 0x23, 0xff, 0x7d, 0x43, 0x22, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7a, 0x40, 0x1f, 0xff, 0x7d, 0x43, 0x20, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x94, 0x54, 0x30, 0xff, 0x93, 0x53, 0x30, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x91, 0x53, 0x30, 0xff, 0x93, 0x54, 0x31, 0xff, 0x96, 0x56, 0x32, 0xff, 0x96, 0x59, 0x35, 0xff, 0x8f, 0x52, 0x31, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8d, 0x4f, 0x2f, 0xff, 0x8c, 0x50, 0x30, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x91, 0x53, 0x31, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x85, 0x48, 0x29, 0xff, 0x83, 0x47, 0x27, 0xff, 0x87, 0x4b, 0x2b, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x88, 0x4a, 0x2c, 0xff, 0x86, 0x4a, 0x2c, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x87, 0x49, 0x2b, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x87, 0x4b, 0x2c, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x8a, 0x4b, 0x2c, 0xff, 0x8b, 0x4c, 0x2d, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x93, 0x55, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x94, 0x56, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x98, 0x58, 0x30, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9d, 0x5d, 0x35, 0xff, - 0x9a, 0x5b, 0x32, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0xa8, 0x67, 0x3a, 0xff, 0xc1, 0x7d, 0x4b, 0xff, 0xcc, 0x87, 0x53, 0xff, 0xc4, 0x82, 0x4e, 0xff, 0xc3, 0x81, 0x4d, 0xff, 0xc3, 0x80, 0x4b, 0xff, 0xc3, 0x81, 0x4d, 0xff, 0xc1, 0x7f, 0x4c, 0xff, 0xbf, 0x7d, 0x4b, 0xff, 0xc2, 0x81, 0x4f, 0xff, 0xc2, 0x81, 0x4e, 0xff, 0xc0, 0x7f, 0x4e, 0xff, 0xbc, 0x7d, 0x4d, 0xff, 0xba, 0x7b, 0x4c, 0xff, 0xb9, 0x7a, 0x4d, 0xff, 0xab, 0x6c, 0x41, 0xff, 0xa5, 0x65, 0x3a, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa5, 0x65, 0x3a, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa1, 0x62, 0x39, 0xff, 0xa1, 0x61, 0x38, 0xff, 0xa1, 0x61, 0x38, 0xff, 0xa1, 0x60, 0x39, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa1, 0x61, 0x37, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa5, 0x64, 0x39, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa6, 0x68, 0x3d, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa5, 0x67, 0x3c, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x72, 0x39, 0x16, 0xff, 0x7a, 0x3e, 0x1c, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x7a, 0x42, 0x1e, 0xff, 0x78, 0x40, 0x1d, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x80, 0x43, 0x21, 0xff, 0x83, 0x46, 0x22, 0xff, 0x85, 0x47, 0x25, 0xff, 0x87, 0x49, 0x27, 0xff, 0x87, 0x4a, 0x27, 0xff, 0x87, 0x48, 0x25, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x98, 0x58, 0x30, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa2, 0x61, 0x36, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xad, 0x6f, 0x42, 0xff, 0xb1, 0x74, 0x46, 0xff, 0xb5, 0x78, 0x4a, 0xff, 0xb6, 0x78, 0x4a, 0xff, 0xa8, 0x6c, 0x41, 0xff, 0xa6, 0x6a, 0x40, 0xff, 0xa9, 0x6d, 0x41, 0xff, 0xab, 0x6e, 0x40, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xae, 0x6f, 0x40, 0xff, 0xb1, 0x70, 0x42, 0xff, 0xb0, 0x70, 0x41, 0xff, 0xaf, 0x6f, 0x40, 0xff, 0xb0, 0x71, 0x41, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xb2, 0x71, 0x43, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xbb, 0x7b, 0x4b, 0xff, 0xbc, 0x7b, 0x4c, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x9c, 0x5f, 0x33, 0xff, 0x9e, 0x61, 0x34, 0xff, 0x9f, 0x63, 0x36, 0xff, 0xa1, 0x66, 0x38, 0xff, 0xa1, 0x68, 0x3b, 0xff, 0xa0, 0x6a, 0x3f, 0xff, 0xa0, 0x6a, 0x40, 0xff, 0xa0, 0x6a, 0x41, 0xff, 0xa1, 0x6e, 0x44, 0xff, 0xa0, 0x6e, 0x44, 0xff, 0xa1, 0x6f, 0x44, 0xff, 0xa1, 0x6e, 0x44, 0xff, 0xa1, 0x6d, 0x42, 0xff, 0xa0, 0x6d, 0x40, 0xff, 0xa0, 0x6c, 0x3f, 0xff, 0xa0, 0x6c, 0x40, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0xa1, 0x6a, 0x3d, 0xff, 0x9f, 0x67, 0x3a, 0xff, 0x9c, 0x63, 0x37, 0xff, 0x9b, 0x62, 0x37, 0xff, 0x9b, 0x63, 0x38, 0xff, 0x9b, 0x65, 0x39, 0xff, 0x9c, 0x63, 0x38, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x99, 0x5e, 0x35, 0xff, 0xbb, 0x80, 0x51, 0xff, 0xe3, 0x9e, 0x66, 0xff, 0xe6, 0x97, 0x5e, 0xff, 0xde, 0x93, 0x5b, 0xff, 0xdb, 0x92, 0x5a, 0xff, 0xd8, 0x8f, 0x58, 0xff, 0xc9, 0x87, 0x53, 0xff, 0xc3, 0x84, 0x51, 0xff, 0xc8, 0x8a, 0x55, 0xff, 0xd3, 0x91, 0x5d, 0xff, 0xdf, 0x9a, 0x67, 0xff, 0xe7, 0xa2, 0x6f, 0xff, 0xe9, 0xa7, 0x73, 0xff, 0xe9, 0xa8, 0x74, 0xff, 0xe8, 0xa4, 0x70, 0xff, 0xde, 0x9a, 0x67, 0xff, 0xca, 0x8d, 0x5e, 0xff, 0xba, 0x81, 0x54, 0xff, 0xb0, 0x76, 0x4a, 0xff, 0xa9, 0x6e, 0x42, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x97, 0x58, 0x31, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x95, 0x55, 0x30, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x95, 0x55, 0x33, 0xff, 0x86, 0x48, 0x28, 0xff, 0x7d, 0x42, 0x20, 0xff, 0x7d, 0x41, 0x21, 0xff, 0x7d, 0x42, 0x22, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7c, 0x42, 0x20, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7a, 0x3f, 0x1e, 0xff, 0x7b, 0x40, 0x1f, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x90, 0x53, 0x30, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x92, 0x53, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x94, 0x57, 0x32, 0xff, 0x96, 0x59, 0x34, 0xff, 0x91, 0x54, 0x32, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x8b, 0x4e, 0x2f, 0xff, 0x91, 0x54, 0x31, 0xff, 0x93, 0x55, 0x31, 0xff, 0x90, 0x54, 0x30, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x88, 0x4a, 0x2c, 0xff, 0x86, 0x4a, 0x2c, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x86, 0x4b, 0x2c, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x86, 0x4a, 0x29, 0xff, 0x86, 0x4a, 0x29, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x86, 0x48, 0x29, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x92, 0x53, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x94, 0x53, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x94, 0x55, 0x30, 0xff, 0x96, 0x55, 0x30, 0xff, 0x98, 0x58, 0x32, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9a, 0x5a, 0x32, 0xff, - 0x9a, 0x5b, 0x32, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xb9, 0x77, 0x46, 0xff, 0xce, 0x8b, 0x55, 0xff, 0xd2, 0x89, 0x54, 0xff, 0xc6, 0x82, 0x4f, 0xff, 0xc5, 0x81, 0x4d, 0xff, 0xc4, 0x81, 0x4e, 0xff, 0xc3, 0x81, 0x4f, 0xff, 0xc7, 0x84, 0x50, 0xff, 0xc5, 0x82, 0x4f, 0xff, 0xc5, 0x82, 0x4f, 0xff, 0xc3, 0x81, 0x4f, 0xff, 0xc1, 0x80, 0x4e, 0xff, 0xbe, 0x7d, 0x4e, 0xff, 0xbd, 0x7f, 0x4e, 0xff, 0xb7, 0x78, 0x4a, 0xff, 0xa9, 0x6a, 0x3e, 0xff, 0xa5, 0x64, 0x39, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xa8, 0x68, 0x3c, 0xff, 0xa5, 0x67, 0x3b, 0xff, 0xa4, 0x65, 0x3b, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa1, 0x62, 0x39, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa6, 0x64, 0x39, 0xff, 0xa5, 0x66, 0x39, 0xff, 0xa8, 0x69, 0x3c, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xa9, 0x6d, 0x42, 0xff, 0xa9, 0x6f, 0x42, 0xff, 0xa8, 0x70, 0x42, 0xff, 0xa8, 0x6b, 0x3e, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa6, 0x69, 0x3f, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x7b, 0x40, 0x1f, 0xff, 0x77, 0x3d, 0x19, 0xff, 0x78, 0x3f, 0x1c, 0xff, 0x79, 0x3e, 0x1b, 0xff, 0x79, 0x40, 0x1d, 0xff, 0x7a, 0x40, 0x1c, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x7a, 0x3e, 0x1d, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x7d, 0x42, 0x20, 0xff, 0x80, 0x42, 0x21, 0xff, 0x81, 0x45, 0x22, 0xff, 0x83, 0x47, 0x23, 0xff, 0x86, 0x48, 0x27, 0xff, 0x86, 0x47, 0x26, 0xff, 0x87, 0x48, 0x27, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x93, 0x51, 0x2e, 0xff, 0x97, 0x55, 0x30, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0xa0, 0x5f, 0x36, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xa7, 0x68, 0x3a, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xab, 0x6e, 0x42, 0xff, 0xb0, 0x74, 0x45, 0xff, 0xb6, 0x7a, 0x4a, 0xff, 0xb1, 0x75, 0x47, 0xff, 0xa2, 0x66, 0x3d, 0xff, 0xa6, 0x69, 0x40, 0xff, 0xa8, 0x6b, 0x40, 0xff, 0xaa, 0x6e, 0x40, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xad, 0x6e, 0x40, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xae, 0x6e, 0x40, 0xff, 0xae, 0x6e, 0x41, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xb2, 0x72, 0x43, 0xff, 0xb4, 0x76, 0x46, 0xff, 0xb7, 0x78, 0x48, 0xff, 0xbc, 0x7d, 0x4d, 0xff, 0xbb, 0x7c, 0x4c, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x9f, 0x61, 0x34, 0xff, 0x9f, 0x64, 0x36, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa1, 0x69, 0x3c, 0xff, 0xa0, 0x69, 0x3e, 0xff, 0xa0, 0x6b, 0x40, 0xff, 0xa0, 0x6d, 0x41, 0xff, 0xa0, 0x6d, 0x43, 0xff, 0x9f, 0x6f, 0x44, 0xff, 0x9f, 0x6f, 0x42, 0xff, 0xa0, 0x6e, 0x41, 0xff, 0xa0, 0x6d, 0x41, 0xff, 0xa0, 0x6c, 0x3f, 0xff, 0xa1, 0x6d, 0x3f, 0xff, 0xa1, 0x6b, 0x3e, 0xff, 0xa1, 0x6b, 0x3d, 0xff, 0x9f, 0x68, 0x3b, 0xff, 0x9b, 0x63, 0x37, 0xff, 0x9a, 0x62, 0x36, 0xff, 0x9a, 0x62, 0x37, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x9c, 0x60, 0x35, 0xff, 0x9d, 0x62, 0x37, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xcf, 0x8f, 0x57, 0xff, 0xed, 0xa0, 0x65, 0xff, 0xe5, 0x95, 0x5b, 0xff, 0xe3, 0x93, 0x59, 0xff, 0xe5, 0x95, 0x5b, 0xff, 0xd5, 0x8d, 0x56, 0xff, 0xc3, 0x84, 0x50, 0xff, 0xc3, 0x86, 0x52, 0xff, 0xc8, 0x8a, 0x57, 0xff, 0xce, 0x8e, 0x5d, 0xff, 0xd8, 0x94, 0x63, 0xff, 0xe0, 0x9a, 0x67, 0xff, 0xe2, 0x9d, 0x6a, 0xff, 0xdd, 0x9a, 0x68, 0xff, 0xd2, 0x91, 0x61, 0xff, 0xc2, 0x86, 0x59, 0xff, 0xb7, 0x7d, 0x51, 0xff, 0xaf, 0x73, 0x48, 0xff, 0xa8, 0x6c, 0x41, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x97, 0x57, 0x30, 0xff, 0x96, 0x54, 0x2f, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8e, 0x4d, 0x2d, 0xff, 0x8d, 0x4d, 0x2d, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x98, 0x59, 0x32, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x7c, 0x42, 0x1e, 0xff, 0x7f, 0x42, 0x22, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7b, 0x3f, 0x20, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x79, 0x3f, 0x1f, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x91, 0x52, 0x30, 0xff, 0x93, 0x53, 0x30, 0xff, 0x92, 0x53, 0x30, 0xff, 0x93, 0x54, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x92, 0x53, 0x32, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x93, 0x55, 0x33, 0xff, 0x94, 0x55, 0x32, 0xff, 0x92, 0x54, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x86, 0x4a, 0x2c, 0xff, 0x86, 0x4a, 0x2c, 0xff, 0x86, 0x49, 0x2c, 0xff, 0x86, 0x4a, 0x2c, 0xff, 0x86, 0x4a, 0x2c, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x85, 0x4a, 0x28, 0xff, 0x84, 0x4a, 0x28, 0xff, 0x86, 0x48, 0x28, 0xff, 0x86, 0x48, 0x28, 0xff, 0x86, 0x49, 0x29, 0xff, 0x86, 0x49, 0x29, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x8b, 0x4d, 0x2d, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x91, 0x54, 0x30, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x98, 0x59, 0x32, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9f, 0x5e, 0x36, 0xff, 0x9b, 0x5b, 0x33, 0xff, - 0x9e, 0x5d, 0x35, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0xa0, 0x62, 0x36, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xc3, 0x7f, 0x4d, 0xff, 0xd3, 0x8b, 0x56, 0xff, 0xc9, 0x84, 0x51, 0xff, 0xc7, 0x83, 0x50, 0xff, 0xca, 0x84, 0x52, 0xff, 0xc7, 0x82, 0x4f, 0xff, 0xc9, 0x84, 0x51, 0xff, 0xc7, 0x83, 0x50, 0xff, 0xc9, 0x84, 0x51, 0xff, 0xcb, 0x85, 0x52, 0xff, 0xc8, 0x85, 0x52, 0xff, 0xc5, 0x84, 0x51, 0xff, 0xc2, 0x82, 0x52, 0xff, 0xbe, 0x7f, 0x4f, 0xff, 0xb4, 0x75, 0x48, 0xff, 0xa7, 0x68, 0x3a, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa1, 0x62, 0x39, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa6, 0x65, 0x39, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xaa, 0x6d, 0x3e, 0xff, 0xac, 0x70, 0x43, 0xff, 0xad, 0x72, 0x49, 0xff, 0xac, 0x72, 0x4b, 0xff, 0xac, 0x72, 0x47, 0xff, 0xab, 0x70, 0x43, 0xff, 0xab, 0x6d, 0x3f, 0xff, 0xab, 0x6d, 0x41, 0xff, 0xaa, 0x6d, 0x3f, 0xff, 0xaa, 0x6c, 0x41, 0xff, 0xa5, 0x6a, 0x41, 0xff, 0x76, 0x3b, 0x18, 0xff, 0x76, 0x3c, 0x19, 0xff, 0x78, 0x3e, 0x1b, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x77, 0x3d, 0x1b, 0xff, 0x78, 0x3e, 0x1b, 0xff, 0x79, 0x3e, 0x1b, 0xff, 0x7a, 0x3f, 0x1d, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7f, 0x43, 0x22, 0xff, 0x82, 0x44, 0x25, 0xff, 0x83, 0x46, 0x26, 0xff, 0x85, 0x46, 0x24, 0xff, 0x86, 0x48, 0x25, 0xff, 0x85, 0x47, 0x26, 0xff, 0x88, 0x49, 0x28, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x96, 0x55, 0x30, 0xff, 0x99, 0x59, 0x30, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xac, 0x6f, 0x40, 0xff, 0xb0, 0x73, 0x45, 0xff, 0xb1, 0x74, 0x46, 0xff, 0xa7, 0x6b, 0x41, 0xff, 0xa1, 0x63, 0x3d, 0xff, 0xa4, 0x66, 0x3f, 0xff, 0xa7, 0x69, 0x41, 0xff, 0xa9, 0x6e, 0x41, 0xff, 0xaa, 0x6f, 0x41, 0xff, 0xab, 0x6d, 0x40, 0xff, 0xac, 0x6e, 0x3f, 0xff, 0xad, 0x6f, 0x3f, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xac, 0x6e, 0x3f, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xaf, 0x6f, 0x41, 0xff, 0xaf, 0x70, 0x41, 0xff, 0xb3, 0x73, 0x44, 0xff, 0xb6, 0x76, 0x47, 0xff, 0xb9, 0x79, 0x4a, 0xff, 0xbd, 0x7d, 0x4e, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xa3, 0x65, 0x39, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9f, 0x65, 0x36, 0xff, 0xa0, 0x66, 0x38, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa1, 0x69, 0x3c, 0xff, 0xa1, 0x6a, 0x3c, 0xff, 0xa0, 0x6c, 0x40, 0xff, 0x9f, 0x6e, 0x42, 0xff, 0xa0, 0x6e, 0x42, 0xff, 0xa0, 0x6f, 0x41, 0xff, 0xa0, 0x6f, 0x40, 0xff, 0xa0, 0x6d, 0x3f, 0xff, 0xa1, 0x6d, 0x40, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa1, 0x6b, 0x3e, 0xff, 0xa1, 0x6c, 0x3d, 0xff, 0x9f, 0x68, 0x3b, 0xff, 0x9a, 0x62, 0x37, 0xff, 0x99, 0x61, 0x36, 0xff, 0x99, 0x60, 0x35, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9e, 0x60, 0x35, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xbd, 0x80, 0x4c, 0xff, 0xe1, 0x98, 0x60, 0xff, 0xe9, 0x97, 0x5c, 0xff, 0xe6, 0x94, 0x59, 0xff, 0xe4, 0x93, 0x59, 0xff, 0xe3, 0x93, 0x59, 0xff, 0xcf, 0x8b, 0x53, 0xff, 0xc0, 0x83, 0x4f, 0xff, 0xc1, 0x84, 0x53, 0xff, 0xc4, 0x87, 0x56, 0xff, 0xc8, 0x8a, 0x5b, 0xff, 0xcd, 0x8d, 0x5e, 0xff, 0xcf, 0x91, 0x5f, 0xff, 0xca, 0x8f, 0x5c, 0xff, 0xc2, 0x87, 0x57, 0xff, 0xbb, 0x80, 0x53, 0xff, 0xb4, 0x79, 0x4d, 0xff, 0xad, 0x72, 0x46, 0xff, 0xa8, 0x6c, 0x40, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0xa1, 0x62, 0x38, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x98, 0x59, 0x31, 0xff, 0x96, 0x57, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x8e, 0x4d, 0x2d, 0xff, 0x8d, 0x4d, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x93, 0x55, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x94, 0x57, 0x32, 0xff, 0x7d, 0x42, 0x1f, 0xff, 0x7c, 0x42, 0x22, 0xff, 0x81, 0x47, 0x26, 0xff, 0x7f, 0x43, 0x24, 0xff, 0x7b, 0x40, 0x21, 0xff, 0x79, 0x40, 0x20, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7a, 0x41, 0x1d, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7b, 0x3f, 0x20, 0xff, 0x79, 0x41, 0x20, 0xff, 0x78, 0x3f, 0x1e, 0xff, 0x85, 0x49, 0x27, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8b, 0x4c, 0x2d, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x93, 0x55, 0x30, 0xff, 0x95, 0x57, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x95, 0x57, 0x34, 0xff, 0x92, 0x55, 0x32, 0xff, 0x92, 0x53, 0x30, 0xff, 0x91, 0x52, 0x31, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0xa3, 0x67, 0x3d, 0xff, 0x93, 0x57, 0x33, 0xff, 0x94, 0x55, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x86, 0x4a, 0x2c, 0xff, 0x86, 0x4a, 0x2c, 0xff, 0x86, 0x4b, 0x2c, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x88, 0x4a, 0x2c, 0xff, 0x88, 0x4a, 0x2c, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x85, 0x48, 0x2a, 0xff, 0x84, 0x4a, 0x27, 0xff, 0x84, 0x48, 0x26, 0xff, 0x85, 0x48, 0x28, 0xff, 0x86, 0x48, 0x26, 0xff, 0x86, 0x49, 0x29, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x89, 0x4c, 0x2c, 0xff, 0x8a, 0x4d, 0x2e, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9d, 0x60, 0x38, 0xff, 0x9c, 0x60, 0x38, 0xff, 0x9e, 0x62, 0x39, 0xff, 0x9e, 0x5f, 0x35, 0xff, - 0x9c, 0x5c, 0x34, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0xa4, 0x65, 0x3b, 0xff, 0xa8, 0x6b, 0x3d, 0xff, 0xa9, 0x6b, 0x3f, 0xff, 0xae, 0x70, 0x40, 0xff, 0xc3, 0x81, 0x4d, 0xff, 0xd6, 0x8a, 0x55, 0xff, 0xd2, 0x88, 0x55, 0xff, 0xce, 0x86, 0x53, 0xff, 0xcd, 0x86, 0x51, 0xff, 0xca, 0x85, 0x52, 0xff, 0xcd, 0x85, 0x52, 0xff, 0xd0, 0x87, 0x54, 0xff, 0xd2, 0x89, 0x55, 0xff, 0xcd, 0x87, 0x54, 0xff, 0xc8, 0x84, 0x53, 0xff, 0xc3, 0x83, 0x52, 0xff, 0xbf, 0x7d, 0x50, 0xff, 0xb4, 0x74, 0x48, 0xff, 0xa7, 0x68, 0x3d, 0xff, 0xa8, 0x68, 0x3d, 0xff, 0xa7, 0x69, 0x3e, 0xff, 0xa7, 0x69, 0x3e, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xaa, 0x6c, 0x3f, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xaf, 0x71, 0x44, 0xff, 0xb1, 0x75, 0x49, 0xff, 0xb0, 0x77, 0x4d, 0xff, 0xae, 0x75, 0x4d, 0xff, 0xae, 0x75, 0x4a, 0xff, 0xae, 0x74, 0x45, 0xff, 0xae, 0x71, 0x44, 0xff, 0xb0, 0x74, 0x46, 0xff, 0xab, 0x6f, 0x42, 0xff, 0x9e, 0x61, 0x3a, 0xff, 0x83, 0x49, 0x27, 0xff, 0x6e, 0x37, 0x15, 0xff, 0x76, 0x3c, 0x18, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x75, 0x3d, 0x1b, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x77, 0x3d, 0x1a, 0xff, 0x77, 0x3e, 0x1c, 0xff, 0x75, 0x3c, 0x19, 0xff, 0x78, 0x3e, 0x1b, 0xff, 0x7a, 0x3e, 0x1e, 0xff, 0x7d, 0x40, 0x20, 0xff, 0x7f, 0x42, 0x1f, 0xff, 0x81, 0x45, 0x22, 0xff, 0x83, 0x47, 0x25, 0xff, 0x85, 0x48, 0x26, 0xff, 0x86, 0x48, 0x26, 0xff, 0x84, 0x47, 0x24, 0xff, 0x86, 0x48, 0x27, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x96, 0x58, 0x31, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0xa0, 0x61, 0x36, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xb0, 0x74, 0x44, 0xff, 0xac, 0x6f, 0x42, 0xff, 0x9d, 0x60, 0x39, 0xff, 0xa2, 0x65, 0x3d, 0xff, 0xa4, 0x67, 0x3e, 0xff, 0xa6, 0x6a, 0x3f, 0xff, 0xa8, 0x6c, 0x40, 0xff, 0xaa, 0x6e, 0x40, 0xff, 0xab, 0x6f, 0x42, 0xff, 0xab, 0x70, 0x43, 0xff, 0xac, 0x6f, 0x40, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xac, 0x6e, 0x3f, 0xff, 0xad, 0x6f, 0x3f, 0xff, 0xae, 0x6f, 0x40, 0xff, 0xaf, 0x71, 0x43, 0xff, 0xb3, 0x75, 0x45, 0xff, 0xb6, 0x79, 0x48, 0xff, 0xba, 0x7b, 0x4b, 0xff, 0xbc, 0x7d, 0x4d, 0xff, 0xaf, 0x71, 0x41, 0xff, 0x9e, 0x60, 0x32, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa1, 0x68, 0x39, 0xff, 0xa0, 0x68, 0x3a, 0xff, 0xa0, 0x68, 0x3c, 0xff, 0x9f, 0x69, 0x3b, 0xff, 0xa0, 0x6c, 0x3d, 0xff, 0xa0, 0x6e, 0x40, 0xff, 0x9f, 0x6d, 0x40, 0xff, 0xa1, 0x6e, 0x3f, 0xff, 0xa1, 0x6d, 0x3f, 0xff, 0xa1, 0x6e, 0x3f, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa1, 0x6d, 0x3e, 0xff, 0x9f, 0x6a, 0x3d, 0xff, 0x9b, 0x64, 0x38, 0xff, 0x9a, 0x60, 0x35, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xac, 0x6d, 0x3d, 0xff, 0xcf, 0x88, 0x52, 0xff, 0xe9, 0x98, 0x5e, 0xff, 0xe8, 0x94, 0x5b, 0xff, 0xe4, 0x93, 0x59, 0xff, 0xe1, 0x91, 0x58, 0xff, 0xdf, 0x92, 0x59, 0xff, 0xd3, 0x8f, 0x57, 0xff, 0xc2, 0x85, 0x51, 0xff, 0xbe, 0x80, 0x50, 0xff, 0xc1, 0x82, 0x53, 0xff, 0xbf, 0x82, 0x54, 0xff, 0xbd, 0x82, 0x53, 0xff, 0xbc, 0x81, 0x53, 0xff, 0xba, 0x7e, 0x50, 0xff, 0xb6, 0x7a, 0x4d, 0xff, 0xb1, 0x76, 0x48, 0xff, 0xad, 0x72, 0x44, 0xff, 0xa9, 0x6c, 0x3f, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa0, 0x60, 0x36, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x99, 0x59, 0x31, 0xff, 0x97, 0x58, 0x31, 0xff, 0x97, 0x57, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x95, 0x54, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x94, 0x53, 0x30, 0xff, 0x94, 0x54, 0x31, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x82, 0x47, 0x2a, 0xff, 0x81, 0x47, 0x2a, 0xff, 0x7e, 0x45, 0x23, 0xff, 0x7b, 0x42, 0x20, 0xff, 0x79, 0x40, 0x1e, 0xff, 0x79, 0x40, 0x20, 0xff, 0x7a, 0x3e, 0x1e, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x7c, 0x40, 0x20, 0xff, 0x7a, 0x40, 0x1f, 0xff, 0x7a, 0x3e, 0x1e, 0xff, 0x78, 0x3d, 0x1e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x92, 0x56, 0x33, 0xff, 0x96, 0x59, 0x34, 0xff, 0x93, 0x55, 0x32, 0xff, 0x93, 0x54, 0x31, 0xff, 0x91, 0x53, 0x30, 0xff, 0x9c, 0x61, 0x39, 0xff, 0xb2, 0x74, 0x45, 0xff, 0xa2, 0x65, 0x3c, 0xff, 0x95, 0x58, 0x33, 0xff, 0x8d, 0x51, 0x30, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x87, 0x49, 0x2b, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x86, 0x48, 0x2a, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x86, 0x4a, 0x2c, 0xff, 0x86, 0x4b, 0x2c, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x84, 0x48, 0x26, 0xff, 0x83, 0x47, 0x26, 0xff, 0x83, 0x47, 0x26, 0xff, 0x84, 0x48, 0x26, 0xff, 0x86, 0x48, 0x28, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x89, 0x4c, 0x2c, 0xff, 0x8b, 0x4d, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x93, 0x54, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x97, 0x57, 0x31, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9c, 0x5c, 0x34, 0xff, - 0x98, 0x57, 0x31, 0xff, 0x98, 0x59, 0x32, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa7, 0x68, 0x3d, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xb4, 0x74, 0x47, 0xff, 0xbf, 0x7b, 0x4a, 0xff, 0xc6, 0x81, 0x4f, 0xff, 0xd7, 0x8b, 0x58, 0xff, 0xd7, 0x8a, 0x55, 0xff, 0xd6, 0x8a, 0x54, 0xff, 0xd5, 0x8b, 0x54, 0xff, 0xd7, 0x8d, 0x59, 0xff, 0xd6, 0x8c, 0x59, 0xff, 0xcf, 0x89, 0x56, 0xff, 0xc9, 0x84, 0x54, 0xff, 0xc4, 0x84, 0x53, 0xff, 0xc1, 0x81, 0x52, 0xff, 0xb9, 0x78, 0x4a, 0xff, 0xad, 0x6f, 0x43, 0xff, 0xaa, 0x6c, 0x41, 0xff, 0xac, 0x6d, 0x42, 0xff, 0xac, 0x6e, 0x42, 0xff, 0xae, 0x6f, 0x42, 0xff, 0xb1, 0x73, 0x44, 0xff, 0xb3, 0x75, 0x46, 0xff, 0xb4, 0x79, 0x4a, 0xff, 0xb3, 0x7a, 0x4d, 0xff, 0xb3, 0x79, 0x4d, 0xff, 0xb3, 0x79, 0x4c, 0xff, 0xb5, 0x7a, 0x4b, 0xff, 0xb4, 0x7a, 0x4a, 0xff, 0xa6, 0x6a, 0x41, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x88, 0x4f, 0x2a, 0xff, 0x79, 0x3f, 0x1f, 0xff, 0x77, 0x3c, 0x1a, 0xff, 0x76, 0x3d, 0x1b, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x73, 0x3a, 0x19, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x73, 0x3b, 0x18, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x76, 0x3d, 0x1b, 0xff, 0x77, 0x3e, 0x1c, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x78, 0x3d, 0x1a, 0xff, 0x79, 0x3e, 0x1c, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7e, 0x42, 0x20, 0xff, 0x81, 0x43, 0x21, 0xff, 0x83, 0x44, 0x23, 0xff, 0x85, 0x46, 0x24, 0xff, 0x86, 0x47, 0x26, 0xff, 0x87, 0x48, 0x26, 0xff, 0x86, 0x48, 0x27, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x97, 0x57, 0x30, 0xff, 0x9a, 0x5c, 0x31, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x9f, 0x60, 0x35, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa5, 0x66, 0x39, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xa6, 0x69, 0x3e, 0xff, 0x9e, 0x61, 0x39, 0xff, 0xa2, 0x65, 0x3c, 0xff, 0xa3, 0x67, 0x3e, 0xff, 0xa5, 0x69, 0x3e, 0xff, 0xa6, 0x6b, 0x3f, 0xff, 0xa7, 0x6c, 0x3f, 0xff, 0xa9, 0x6d, 0x3f, 0xff, 0xab, 0x6e, 0x40, 0xff, 0xac, 0x6f, 0x40, 0xff, 0xab, 0x6c, 0x3d, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xac, 0x6e, 0x3f, 0xff, 0xad, 0x6f, 0x3f, 0xff, 0xad, 0x6e, 0x3f, 0xff, 0xaf, 0x70, 0x40, 0xff, 0xb3, 0x73, 0x44, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xbd, 0x7e, 0x4e, 0xff, 0xba, 0x7c, 0x4b, 0xff, 0xa9, 0x6a, 0x3c, 0xff, 0x9f, 0x61, 0x33, 0xff, 0xa0, 0x63, 0x36, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x67, 0x39, 0xff, 0xa1, 0x67, 0x39, 0xff, 0xa0, 0x68, 0x3a, 0xff, 0xa0, 0x69, 0x3b, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0xa0, 0x6c, 0x3e, 0xff, 0xa1, 0x6d, 0x3f, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0xa1, 0x6d, 0x3e, 0xff, 0xa1, 0x6d, 0x3f, 0xff, 0xa1, 0x6d, 0x3f, 0xff, 0xa0, 0x6b, 0x3d, 0xff, 0xa0, 0x6b, 0x3d, 0xff, 0xa1, 0x6d, 0x3e, 0xff, 0x9c, 0x66, 0x39, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xa8, 0x6b, 0x39, 0xff, 0xa4, 0x68, 0x37, 0xff, 0xbb, 0x7b, 0x48, 0xff, 0xe0, 0x93, 0x5b, 0xff, 0xea, 0x96, 0x5c, 0xff, 0xe6, 0x93, 0x59, 0xff, 0xe2, 0x90, 0x57, 0xff, 0xdf, 0x90, 0x57, 0xff, 0xdc, 0x93, 0x5b, 0xff, 0xd5, 0x91, 0x5d, 0xff, 0xc4, 0x83, 0x52, 0xff, 0xb9, 0x7b, 0x4b, 0xff, 0xb7, 0x7a, 0x4b, 0xff, 0xb6, 0x79, 0x4b, 0xff, 0xb5, 0x79, 0x4a, 0xff, 0xb2, 0x76, 0x48, 0xff, 0xb0, 0x74, 0x47, 0xff, 0xae, 0x71, 0x45, 0xff, 0xab, 0x6e, 0x42, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa1, 0x61, 0x38, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x95, 0x56, 0x30, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x91, 0x50, 0x2f, 0xff, 0x93, 0x54, 0x30, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x95, 0x56, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x83, 0x4a, 0x2c, 0xff, 0x81, 0x47, 0x29, 0xff, 0x7d, 0x43, 0x23, 0xff, 0x7a, 0x3f, 0x1e, 0xff, 0x78, 0x3d, 0x1c, 0xff, 0x78, 0x3e, 0x1b, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x7a, 0x41, 0x20, 0xff, 0x7a, 0x3e, 0x1d, 0xff, 0x7a, 0x40, 0x1f, 0xff, 0x79, 0x3e, 0x1d, 0xff, 0x89, 0x4d, 0x2c, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x93, 0x56, 0x32, 0xff, 0x8e, 0x52, 0x30, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x90, 0x53, 0x30, 0xff, 0xa0, 0x64, 0x3b, 0xff, 0xac, 0x70, 0x44, 0xff, 0xa5, 0x69, 0x3f, 0xff, 0x90, 0x53, 0x32, 0xff, 0x8a, 0x4d, 0x2e, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x85, 0x49, 0x28, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x84, 0x49, 0x2b, 0xff, 0x86, 0x4a, 0x2c, 0xff, 0x85, 0x4a, 0x2b, 0xff, 0x84, 0x49, 0x29, 0xff, 0x83, 0x47, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x85, 0x47, 0x26, 0xff, 0x84, 0x49, 0x26, 0xff, 0x86, 0x48, 0x28, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x88, 0x49, 0x2b, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x30, 0xff, 0x95, 0x57, 0x31, 0xff, 0x98, 0x59, 0x31, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x98, 0x59, 0x31, 0xff, - 0x96, 0x56, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xa5, 0x64, 0x3a, 0xff, 0xa8, 0x68, 0x3d, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xac, 0x6b, 0x3f, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xb3, 0x71, 0x44, 0xff, 0xba, 0x79, 0x47, 0xff, 0xc6, 0x83, 0x50, 0xff, 0xe2, 0x91, 0x5c, 0xff, 0xe8, 0x94, 0x60, 0xff, 0xe3, 0x92, 0x5d, 0xff, 0xdd, 0x92, 0x5b, 0xff, 0xd7, 0x8c, 0x59, 0xff, 0xd0, 0x89, 0x56, 0xff, 0xcc, 0x86, 0x55, 0xff, 0xc7, 0x84, 0x54, 0xff, 0xc1, 0x7f, 0x4f, 0xff, 0xb5, 0x77, 0x48, 0xff, 0xb1, 0x72, 0x44, 0xff, 0xb3, 0x74, 0x45, 0xff, 0xb7, 0x78, 0x49, 0xff, 0xb8, 0x7a, 0x4a, 0xff, 0xba, 0x7c, 0x4d, 0xff, 0xba, 0x7d, 0x4f, 0xff, 0xbd, 0x82, 0x53, 0xff, 0xbd, 0x82, 0x53, 0xff, 0xa7, 0x6c, 0x42, 0xff, 0x8e, 0x55, 0x32, 0xff, 0x84, 0x4a, 0x29, 0xff, 0x7c, 0x43, 0x21, 0xff, 0x77, 0x40, 0x1e, 0xff, 0x78, 0x40, 0x1f, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x71, 0x38, 0x18, 0xff, 0x71, 0x3a, 0x18, 0xff, 0x6e, 0x3a, 0x16, 0xff, 0x71, 0x39, 0x18, 0xff, 0x72, 0x3c, 0x1a, 0xff, 0x74, 0x3c, 0x1b, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x76, 0x3c, 0x18, 0xff, 0x78, 0x3e, 0x1c, 0xff, 0x7a, 0x3f, 0x1d, 0xff, 0x7e, 0x41, 0x20, 0xff, 0x80, 0x42, 0x21, 0xff, 0x83, 0x45, 0x22, 0xff, 0x85, 0x46, 0x25, 0xff, 0x87, 0x49, 0x27, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x87, 0x48, 0x26, 0xff, 0x87, 0x48, 0x29, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x98, 0x59, 0x31, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa0, 0x60, 0x36, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0x9f, 0x61, 0x38, 0xff, 0x9d, 0x61, 0x38, 0xff, 0xa1, 0x65, 0x3a, 0xff, 0xa2, 0x65, 0x3b, 0xff, 0xa2, 0x65, 0x3b, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa8, 0x6c, 0x3f, 0xff, 0xa9, 0x6d, 0x3f, 0xff, 0xaa, 0x6d, 0x3e, 0xff, 0xaa, 0x6c, 0x3d, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xab, 0x6c, 0x3e, 0xff, 0xad, 0x6e, 0x40, 0xff, 0xad, 0x6e, 0x40, 0xff, 0xad, 0x6d, 0x40, 0xff, 0xb1, 0x72, 0x43, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xb6, 0x79, 0x48, 0xff, 0xb9, 0x7c, 0x4b, 0xff, 0xc1, 0x82, 0x52, 0xff, 0xb4, 0x76, 0x46, 0xff, 0x9a, 0x5b, 0x2f, 0xff, 0xa0, 0x63, 0x36, 0xff, 0xa0, 0x67, 0x39, 0xff, 0xa0, 0x67, 0x39, 0xff, 0xa0, 0x67, 0x39, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa0, 0x69, 0x3a, 0xff, 0x9f, 0x69, 0x3a, 0xff, 0xa1, 0x6b, 0x3c, 0xff, 0xa1, 0x6c, 0x3d, 0xff, 0xa0, 0x6b, 0x3d, 0xff, 0xa1, 0x6b, 0x3e, 0xff, 0xa0, 0x6b, 0x3f, 0xff, 0xa1, 0x6d, 0x3f, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0xa0, 0x6b, 0x3d, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa7, 0x67, 0x38, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xa7, 0x67, 0x38, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xc5, 0x82, 0x4d, 0xff, 0xe8, 0x98, 0x5e, 0xff, 0xe9, 0x93, 0x5b, 0xff, 0xe4, 0x92, 0x58, 0xff, 0xe1, 0x91, 0x56, 0xff, 0xdd, 0x92, 0x59, 0xff, 0xd8, 0x93, 0x5c, 0xff, 0xce, 0x8d, 0x5a, 0xff, 0xc1, 0x84, 0x53, 0xff, 0xb5, 0x78, 0x48, 0xff, 0xb2, 0x74, 0x45, 0xff, 0xb2, 0x73, 0x45, 0xff, 0xad, 0x70, 0x43, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xaa, 0x6c, 0x40, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xa5, 0x66, 0x39, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0x97, 0x58, 0x32, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x96, 0x57, 0x32, 0xff, 0x94, 0x58, 0x33, 0xff, 0x85, 0x4c, 0x2b, 0xff, 0x7f, 0x46, 0x25, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x79, 0x3e, 0x1e, 0xff, 0x78, 0x3d, 0x1a, 0xff, 0x79, 0x3e, 0x1b, 0xff, 0x79, 0x40, 0x1f, 0xff, 0x79, 0x40, 0x20, 0xff, 0x79, 0x40, 0x20, 0xff, 0x7a, 0x3f, 0x1f, 0xff, 0x7a, 0x3f, 0x1f, 0xff, 0x7b, 0x40, 0x21, 0xff, 0x7e, 0x41, 0x20, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x91, 0x53, 0x30, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8c, 0x4f, 0x30, 0xff, 0x93, 0x57, 0x33, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x95, 0x58, 0x35, 0xff, 0x8e, 0x53, 0x31, 0xff, 0x8b, 0x50, 0x2f, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x85, 0x49, 0x29, 0xff, 0x84, 0x48, 0x28, 0xff, 0x84, 0x49, 0x28, 0xff, 0x84, 0x49, 0x2a, 0xff, 0x83, 0x48, 0x2b, 0xff, 0x85, 0x48, 0x2b, 0xff, 0x85, 0x49, 0x29, 0xff, 0x85, 0x48, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x83, 0x47, 0x26, 0xff, 0x84, 0x48, 0x26, 0xff, 0x86, 0x48, 0x26, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x87, 0x48, 0x28, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x97, 0x57, 0x30, 0xff, - 0x93, 0x54, 0x2f, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x96, 0x57, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x98, 0x58, 0x31, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x99, 0x5a, 0x33, 0xff, 0xa6, 0x64, 0x39, 0xff, 0xa8, 0x68, 0x3d, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xa8, 0x68, 0x3c, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xc2, 0x85, 0x54, 0xff, 0xcf, 0x8e, 0x5b, 0xff, 0xd5, 0x8d, 0x5c, 0xff, 0xd6, 0x8b, 0x59, 0xff, 0xd9, 0x8b, 0x58, 0xff, 0xda, 0x8d, 0x58, 0xff, 0xd4, 0x8b, 0x58, 0xff, 0xcb, 0x84, 0x56, 0xff, 0xbb, 0x7c, 0x4d, 0xff, 0xba, 0x7b, 0x4c, 0xff, 0xb4, 0x79, 0x4b, 0xff, 0xae, 0x75, 0x49, 0xff, 0xaa, 0x70, 0x45, 0xff, 0x9e, 0x63, 0x3b, 0xff, 0x87, 0x4b, 0x29, 0xff, 0x6b, 0x35, 0x15, 0xff, 0x71, 0x37, 0x17, 0xff, 0x78, 0x40, 0x1e, 0xff, 0x79, 0x40, 0x1f, 0xff, 0x79, 0x40, 0x1f, 0xff, 0x7a, 0x3f, 0x1d, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x78, 0x3f, 0x1d, 0xff, 0x75, 0x3d, 0x1a, 0xff, 0x71, 0x3a, 0x18, 0xff, 0x70, 0x38, 0x18, 0xff, 0x71, 0x38, 0x17, 0xff, 0x6f, 0x36, 0x16, 0xff, 0x6d, 0x37, 0x15, 0xff, 0x70, 0x3a, 0x18, 0xff, 0x71, 0x39, 0x18, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x72, 0x3c, 0x19, 0xff, 0x70, 0x3b, 0x17, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x78, 0x3d, 0x1b, 0xff, 0x79, 0x40, 0x1e, 0xff, 0x7c, 0x41, 0x1f, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x81, 0x45, 0x22, 0xff, 0x84, 0x47, 0x25, 0xff, 0x86, 0x49, 0x28, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x88, 0x49, 0x29, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x96, 0x56, 0x30, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9f, 0x60, 0x36, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa7, 0x69, 0x39, 0xff, 0xa4, 0x66, 0x39, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9e, 0x61, 0x38, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xa9, 0x6c, 0x3e, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0xa9, 0x6a, 0x3c, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xac, 0x6c, 0x3e, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xaf, 0x70, 0x41, 0xff, 0xb3, 0x74, 0x45, 0xff, 0xb6, 0x78, 0x47, 0xff, 0xb8, 0x7c, 0x4b, 0xff, 0xbe, 0x7f, 0x4e, 0xff, 0xc3, 0x83, 0x53, 0xff, 0xb2, 0x75, 0x47, 0xff, 0x9b, 0x62, 0x34, 0xff, 0xa0, 0x67, 0x39, 0xff, 0x9f, 0x67, 0x39, 0xff, 0xa0, 0x67, 0x39, 0xff, 0xa0, 0x67, 0x39, 0xff, 0xa0, 0x68, 0x39, 0xff, 0xa1, 0x6a, 0x3a, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0xa0, 0x6a, 0x3d, 0xff, 0xa0, 0x6c, 0x3d, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0xa0, 0x6c, 0x3f, 0xff, 0xa0, 0x6b, 0x3e, 0xff, 0xa0, 0x6c, 0x3e, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xa4, 0x67, 0x38, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa7, 0x67, 0x38, 0xff, 0xa7, 0x67, 0x38, 0xff, 0xa6, 0x64, 0x36, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xcf, 0x8c, 0x56, 0xff, 0xed, 0x99, 0x5f, 0xff, 0xe6, 0x91, 0x58, 0xff, 0xe2, 0x8e, 0x55, 0xff, 0xdd, 0x8e, 0x55, 0xff, 0xd2, 0x8d, 0x56, 0xff, 0xc9, 0x8a, 0x55, 0xff, 0xc5, 0x87, 0x53, 0xff, 0xc3, 0x84, 0x51, 0xff, 0xba, 0x7a, 0x49, 0xff, 0xb0, 0x70, 0x42, 0xff, 0xae, 0x6e, 0x41, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0xa6, 0x66, 0x3a, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0xa7, 0x6a, 0x3f, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0xa2, 0x63, 0x39, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x97, 0x59, 0x32, 0xff, 0x94, 0x57, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x30, 0xff, 0x93, 0x53, 0x30, 0xff, 0x95, 0x56, 0x31, 0xff, 0x96, 0x59, 0x34, 0xff, 0x89, 0x4d, 0x2b, 0xff, 0x7e, 0x41, 0x22, 0xff, 0x79, 0x40, 0x1f, 0xff, 0x77, 0x3f, 0x1d, 0xff, 0x77, 0x3d, 0x1d, 0xff, 0x77, 0x3d, 0x1d, 0xff, 0x79, 0x3f, 0x1f, 0xff, 0x79, 0x40, 0x1f, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x7b, 0x40, 0x1f, 0xff, 0x7c, 0x40, 0x21, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x8e, 0x4f, 0x2f, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x8f, 0x52, 0x31, 0xff, 0x98, 0x5b, 0x36, 0xff, 0x94, 0x57, 0x33, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x8c, 0x4e, 0x2e, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x85, 0x48, 0x2a, 0xff, 0x84, 0x49, 0x28, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x84, 0x49, 0x2a, 0xff, 0x83, 0x48, 0x2b, 0xff, 0x83, 0x48, 0x2a, 0xff, 0x84, 0x49, 0x29, 0xff, 0x84, 0x47, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x82, 0x47, 0x26, 0xff, 0x85, 0x48, 0x28, 0xff, 0x87, 0x48, 0x28, 0xff, 0x85, 0x48, 0x28, 0xff, 0x86, 0x48, 0x28, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, - 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x98, 0x57, 0x31, 0xff, 0x96, 0x57, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xa7, 0x68, 0x3a, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0xa8, 0x69, 0x3c, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xad, 0x6d, 0x40, 0xff, 0xad, 0x70, 0x43, 0xff, 0xad, 0x72, 0x46, 0xff, 0xac, 0x72, 0x44, 0xff, 0xa9, 0x6b, 0x3f, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa6, 0x66, 0x3c, 0xff, 0xa6, 0x67, 0x3e, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x6f, 0x34, 0x15, 0xff, 0x76, 0x3b, 0x18, 0xff, 0x74, 0x39, 0x17, 0xff, 0x70, 0x39, 0x18, 0xff, 0x73, 0x3a, 0x19, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x76, 0x3b, 0x1a, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x77, 0x3e, 0x1c, 0xff, 0x78, 0x3e, 0x1d, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x76, 0x3e, 0x1c, 0xff, 0x77, 0x3d, 0x1a, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x70, 0x38, 0x18, 0xff, 0x71, 0x3a, 0x17, 0xff, 0x70, 0x3c, 0x18, 0xff, 0x6e, 0x39, 0x16, 0xff, 0x6d, 0x37, 0x16, 0xff, 0x6d, 0x36, 0x16, 0xff, 0x71, 0x39, 0x18, 0xff, 0x74, 0x3a, 0x1a, 0xff, 0x71, 0x3a, 0x19, 0xff, 0x70, 0x38, 0x17, 0xff, 0x74, 0x3c, 0x18, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x79, 0x3e, 0x1e, 0xff, 0x7c, 0x3f, 0x1f, 0xff, 0x7e, 0x41, 0x1f, 0xff, 0x81, 0x44, 0x22, 0xff, 0x84, 0x47, 0x25, 0xff, 0x86, 0x49, 0x27, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x97, 0x58, 0x32, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0xa2, 0x63, 0x36, 0xff, 0xa3, 0x64, 0x37, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0xa0, 0x62, 0x37, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xaa, 0x6c, 0x3c, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xaa, 0x6c, 0x3d, 0xff, 0xab, 0x6d, 0x40, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xaf, 0x70, 0x40, 0xff, 0xb2, 0x73, 0x43, 0xff, 0xb7, 0x78, 0x47, 0xff, 0xbb, 0x7c, 0x4b, 0xff, 0xbd, 0x7f, 0x4e, 0xff, 0xc5, 0x86, 0x54, 0xff, 0xbe, 0x80, 0x4e, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0x9e, 0x65, 0x37, 0xff, 0xa0, 0x67, 0x38, 0xff, 0xa0, 0x68, 0x39, 0xff, 0xa0, 0x68, 0x39, 0xff, 0xa0, 0x68, 0x39, 0xff, 0xa0, 0x68, 0x39, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa1, 0x6a, 0x3c, 0xff, 0xa0, 0x6a, 0x3d, 0xff, 0xa0, 0x6c, 0x3c, 0xff, 0xa1, 0x6c, 0x3d, 0xff, 0xa1, 0x6c, 0x40, 0xff, 0xa0, 0x6d, 0x41, 0xff, 0xa0, 0x6c, 0x3f, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0xa0, 0x65, 0x38, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa6, 0x66, 0x38, 0xff, 0xa7, 0x68, 0x38, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xa7, 0x66, 0x38, 0xff, 0xa5, 0x63, 0x36, 0xff, 0xae, 0x70, 0x40, 0xff, 0xd6, 0x8e, 0x58, 0xff, 0xec, 0x97, 0x5e, 0xff, 0xe2, 0x90, 0x56, 0xff, 0xd7, 0x8b, 0x54, 0xff, 0xcf, 0x88, 0x53, 0xff, 0xc9, 0x85, 0x50, 0xff, 0xc5, 0x83, 0x4e, 0xff, 0xc1, 0x7f, 0x4c, 0xff, 0xbd, 0x7a, 0x4a, 0xff, 0xba, 0x79, 0x4a, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa7, 0x69, 0x3c, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xab, 0x6c, 0x40, 0xff, 0xab, 0x6d, 0x42, 0xff, 0xa8, 0x6b, 0x3f, 0xff, 0xa6, 0x68, 0x3d, 0xff, 0xa5, 0x67, 0x3c, 0xff, 0xa2, 0x63, 0x3b, 0xff, 0x9d, 0x5e, 0x37, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x97, 0x59, 0x32, 0xff, 0x95, 0x55, 0x30, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x94, 0x54, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x95, 0x57, 0x33, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x78, 0x3f, 0x1d, 0xff, 0x78, 0x3f, 0x1d, 0xff, 0x79, 0x40, 0x1f, 0xff, 0x79, 0x3f, 0x1f, 0xff, 0x7a, 0x3f, 0x1f, 0xff, 0x7a, 0x3f, 0x1f, 0xff, 0x7b, 0x40, 0x1f, 0xff, 0x7d, 0x41, 0x21, 0xff, 0x7c, 0x41, 0x21, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x80, 0x46, 0x24, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x91, 0x52, 0x30, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x90, 0x52, 0x30, 0xff, 0x92, 0x54, 0x31, 0xff, 0x92, 0x55, 0x32, 0xff, 0x98, 0x5b, 0x36, 0xff, 0x93, 0x57, 0x32, 0xff, 0x8c, 0x50, 0x2f, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x86, 0x48, 0x28, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x86, 0x48, 0x2a, 0xff, 0x85, 0x49, 0x29, 0xff, 0x84, 0x48, 0x27, 0xff, 0x82, 0x47, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x82, 0x46, 0x25, 0xff, 0x82, 0x46, 0x24, 0xff, 0x85, 0x48, 0x26, 0xff, 0x85, 0x48, 0x27, 0xff, 0x85, 0x47, 0x28, 0xff, 0x85, 0x48, 0x28, 0xff, 0x84, 0x47, 0x26, 0xff, 0x86, 0x48, 0x26, 0xff, 0x87, 0x49, 0x29, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, - 0x90, 0x50, 0x2d, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x97, 0x56, 0x30, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa6, 0x64, 0x3a, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa7, 0x66, 0x3b, 0xff, 0xa8, 0x68, 0x3c, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xab, 0x6b, 0x3d, 0xff, 0xad, 0x6d, 0x40, 0xff, 0xad, 0x6f, 0x43, 0xff, 0xae, 0x71, 0x45, 0xff, 0xad, 0x70, 0x44, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xab, 0x6a, 0x3f, 0xff, 0xaa, 0x6a, 0x40, 0xff, 0xab, 0x6c, 0x42, 0xff, 0xac, 0x6e, 0x45, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x74, 0x39, 0x18, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x77, 0x3d, 0x1a, 0xff, 0x74, 0x3b, 0x1a, 0xff, 0x75, 0x3c, 0x19, 0xff, 0x78, 0x3c, 0x1a, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x76, 0x3c, 0x1a, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x73, 0x3b, 0x18, 0xff, 0x71, 0x39, 0x17, 0xff, 0x6f, 0x3b, 0x17, 0xff, 0x70, 0x3a, 0x17, 0xff, 0x6e, 0x39, 0x17, 0xff, 0x6c, 0x32, 0x15, 0xff, 0x6d, 0x36, 0x15, 0xff, 0x6c, 0x37, 0x16, 0xff, 0x70, 0x3a, 0x17, 0xff, 0x71, 0x37, 0x17, 0xff, 0x70, 0x39, 0x17, 0xff, 0x70, 0x38, 0x18, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x79, 0x3e, 0x1c, 0xff, 0x7b, 0x3e, 0x1d, 0xff, 0x7e, 0x40, 0x20, 0xff, 0x80, 0x43, 0x21, 0xff, 0x83, 0x46, 0x23, 0xff, 0x85, 0x47, 0x26, 0xff, 0x87, 0x49, 0x29, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x92, 0x53, 0x30, 0xff, 0x97, 0x57, 0x31, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0xa0, 0x61, 0x35, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x99, 0x5a, 0x34, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xaa, 0x6c, 0x3c, 0xff, 0xa8, 0x69, 0x3a, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xab, 0x6c, 0x3e, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xb0, 0x72, 0x42, 0xff, 0xb6, 0x76, 0x46, 0xff, 0xbc, 0x7c, 0x4b, 0xff, 0xbf, 0x80, 0x4e, 0xff, 0xbf, 0x81, 0x4f, 0xff, 0xc3, 0x84, 0x52, 0xff, 0xcb, 0x8b, 0x56, 0xff, 0xb9, 0x7b, 0x49, 0xff, 0x9b, 0x64, 0x36, 0xff, 0x9f, 0x68, 0x39, 0xff, 0xa0, 0x68, 0x39, 0xff, 0xa0, 0x66, 0x38, 0xff, 0xa0, 0x66, 0x38, 0xff, 0xa0, 0x68, 0x39, 0xff, 0xa0, 0x68, 0x39, 0xff, 0xa1, 0x68, 0x3b, 0xff, 0xa0, 0x6a, 0x3d, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0xa0, 0x6b, 0x3e, 0xff, 0xa0, 0x6c, 0x3e, 0xff, 0xa0, 0x6e, 0x3f, 0xff, 0x9f, 0x6a, 0x3d, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9d, 0x61, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0xa1, 0x64, 0x37, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xa6, 0x67, 0x38, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa5, 0x66, 0x39, 0xff, 0xa7, 0x66, 0x39, 0xff, 0xa6, 0x65, 0x38, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xbd, 0x7b, 0x48, 0xff, 0xdf, 0x92, 0x5a, 0xff, 0xdf, 0x8f, 0x56, 0xff, 0xd4, 0x8b, 0x52, 0xff, 0xce, 0x87, 0x52, 0xff, 0xc9, 0x83, 0x4f, 0xff, 0xc3, 0x81, 0x4c, 0xff, 0xbe, 0x7d, 0x4a, 0xff, 0xba, 0x7a, 0x47, 0xff, 0xb7, 0x77, 0x44, 0xff, 0xb4, 0x75, 0x42, 0xff, 0xb1, 0x71, 0x41, 0xff, 0xae, 0x6e, 0x40, 0xff, 0xac, 0x6c, 0x3e, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xa9, 0x6a, 0x3c, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xaa, 0x6c, 0x3f, 0xff, 0xab, 0x6e, 0x41, 0xff, 0xad, 0x70, 0x43, 0xff, 0xac, 0x70, 0x44, 0xff, 0xac, 0x70, 0x44, 0xff, 0xa8, 0x6c, 0x41, 0xff, 0xa3, 0x66, 0x3c, 0xff, 0x9e, 0x60, 0x38, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x99, 0x59, 0x32, 0xff, 0x93, 0x54, 0x30, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x95, 0x55, 0x30, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x93, 0x54, 0x30, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x79, 0x3f, 0x1f, 0xff, 0x78, 0x3e, 0x1d, 0xff, 0x79, 0x40, 0x1f, 0xff, 0x7b, 0x40, 0x1f, 0xff, 0x7b, 0x42, 0x20, 0xff, 0x7b, 0x41, 0x21, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7c, 0x42, 0x23, 0xff, 0x7d, 0x43, 0x23, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x90, 0x53, 0x30, 0xff, 0x91, 0x53, 0x31, 0xff, 0x94, 0x57, 0x33, 0xff, 0x9e, 0x61, 0x39, 0xff, 0x93, 0x56, 0x32, 0xff, 0x8c, 0x4e, 0x2f, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x85, 0x49, 0x29, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x85, 0x48, 0x29, 0xff, 0x84, 0x48, 0x28, 0xff, 0x83, 0x48, 0x26, 0xff, 0x82, 0x46, 0x26, 0xff, 0x81, 0x45, 0x25, 0xff, 0x84, 0x47, 0x26, 0xff, 0x81, 0x44, 0x24, 0xff, 0x84, 0x46, 0x26, 0xff, 0x83, 0x46, 0x25, 0xff, 0x83, 0x46, 0x26, 0xff, 0x85, 0x47, 0x26, 0xff, 0x85, 0x48, 0x26, 0xff, 0x85, 0x47, 0x27, 0xff, 0x87, 0x49, 0x28, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x87, 0x49, 0x28, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8b, 0x49, 0x2a, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x90, 0x51, 0x2d, 0xff, - 0x90, 0x50, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x96, 0x57, 0x30, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0xa1, 0x61, 0x38, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xa7, 0x65, 0x3a, 0xff, 0xa7, 0x66, 0x3b, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa4, 0x63, 0x38, 0xff, 0xa6, 0x64, 0x3a, 0xff, 0xa7, 0x66, 0x3a, 0xff, 0xa7, 0x68, 0x3a, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xa9, 0x68, 0x3d, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xab, 0x6b, 0x3e, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xad, 0x6f, 0x42, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xa9, 0x6a, 0x40, 0xff, 0xac, 0x6a, 0x40, 0xff, 0xac, 0x6d, 0x43, 0xff, 0xae, 0x71, 0x45, 0xff, 0x88, 0x50, 0x2c, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x76, 0x3e, 0x1a, 0xff, 0x77, 0x3d, 0x1a, 0xff, 0x78, 0x3d, 0x1a, 0xff, 0x75, 0x3e, 0x1a, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x75, 0x3c, 0x18, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x73, 0x3a, 0x1a, 0xff, 0x70, 0x34, 0x16, 0xff, 0x6d, 0x38, 0x15, 0xff, 0x6e, 0x36, 0x15, 0xff, 0x6d, 0x38, 0x15, 0xff, 0x6c, 0x34, 0x15, 0xff, 0x6c, 0x36, 0x15, 0xff, 0x6e, 0x33, 0x15, 0xff, 0x6c, 0x35, 0x15, 0xff, 0x6e, 0x37, 0x15, 0xff, 0x71, 0x39, 0x17, 0xff, 0x6f, 0x39, 0x17, 0xff, 0x71, 0x39, 0x17, 0xff, 0x73, 0x3b, 0x19, 0xff, 0x78, 0x3d, 0x1a, 0xff, 0x79, 0x3e, 0x1b, 0xff, 0x7b, 0x3f, 0x1c, 0xff, 0x7c, 0x40, 0x1d, 0xff, 0x80, 0x42, 0x21, 0xff, 0x82, 0x44, 0x23, 0xff, 0x83, 0x45, 0x25, 0xff, 0x85, 0x48, 0x27, 0xff, 0x8a, 0x4b, 0x2c, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x95, 0x56, 0x30, 0xff, 0x97, 0x58, 0x32, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x97, 0x57, 0x31, 0xff, 0x98, 0x59, 0x31, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9d, 0x5f, 0x33, 0xff, 0x9f, 0x60, 0x35, 0xff, 0xa3, 0x62, 0x36, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xab, 0x6c, 0x3e, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xab, 0x6d, 0x3d, 0xff, 0xaf, 0x72, 0x41, 0xff, 0xb7, 0x77, 0x46, 0xff, 0xb9, 0x7a, 0x49, 0xff, 0xbc, 0x7e, 0x4c, 0xff, 0xbe, 0x7f, 0x4d, 0xff, 0xbe, 0x82, 0x4f, 0xff, 0xc0, 0x84, 0x50, 0xff, 0xcd, 0x8d, 0x57, 0xff, 0xc9, 0x89, 0x55, 0xff, 0xa6, 0x6f, 0x3f, 0xff, 0x9d, 0x67, 0x37, 0xff, 0x9f, 0x67, 0x39, 0xff, 0xa0, 0x67, 0x38, 0xff, 0xa0, 0x68, 0x3a, 0xff, 0xa0, 0x69, 0x3a, 0xff, 0xa0, 0x68, 0x39, 0xff, 0xa0, 0x67, 0x39, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0xa1, 0x6c, 0x3d, 0xff, 0xa0, 0x6c, 0x3d, 0xff, 0xa2, 0x6d, 0x3f, 0xff, 0x9a, 0x65, 0x39, 0xff, 0x91, 0x59, 0x31, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9c, 0x61, 0x37, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9f, 0x64, 0x38, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa6, 0x68, 0x38, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa7, 0x68, 0x39, 0xff, 0x9f, 0x61, 0x33, 0xff, 0xc6, 0x80, 0x50, 0xff, 0xe2, 0x96, 0x60, 0xff, 0xd7, 0x8b, 0x54, 0xff, 0xce, 0x87, 0x52, 0xff, 0xc7, 0x83, 0x4f, 0xff, 0xc2, 0x80, 0x4d, 0xff, 0xbe, 0x7d, 0x4a, 0xff, 0xba, 0x79, 0x47, 0xff, 0xb6, 0x75, 0x45, 0xff, 0xb3, 0x72, 0x42, 0xff, 0xaf, 0x70, 0x40, 0xff, 0xad, 0x6c, 0x3e, 0xff, 0xab, 0x6c, 0x3d, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xa9, 0x6a, 0x3e, 0xff, 0xaa, 0x6c, 0x3f, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xad, 0x70, 0x43, 0xff, 0xae, 0x72, 0x45, 0xff, 0xad, 0x71, 0x44, 0xff, 0xab, 0x70, 0x44, 0xff, 0xac, 0x70, 0x46, 0xff, 0xaa, 0x6e, 0x44, 0xff, 0xa7, 0x6c, 0x40, 0xff, 0xa3, 0x66, 0x3c, 0xff, 0x9f, 0x60, 0x38, 0xff, 0xa0, 0x60, 0x37, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x97, 0x56, 0x30, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x94, 0x53, 0x30, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x7e, 0x41, 0x20, 0xff, 0x78, 0x3f, 0x1e, 0xff, 0x78, 0x40, 0x1f, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x7a, 0x3e, 0x1e, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7c, 0x40, 0x21, 0xff, 0x7e, 0x40, 0x21, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x7f, 0x42, 0x23, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x80, 0x45, 0x24, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x91, 0x52, 0x30, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x91, 0x54, 0x30, 0xff, 0x93, 0x55, 0x31, 0xff, 0x93, 0x54, 0x31, 0xff, 0x92, 0x52, 0x31, 0xff, 0x9d, 0x5f, 0x38, 0xff, 0x9b, 0x5f, 0x37, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x89, 0x4d, 0x2e, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x80, 0x45, 0x26, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x87, 0x4b, 0x2b, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x84, 0x48, 0x28, 0xff, 0x84, 0x46, 0x26, 0xff, 0x81, 0x45, 0x25, 0xff, 0x82, 0x47, 0x26, 0xff, 0x86, 0x48, 0x27, 0xff, 0x83, 0x46, 0x25, 0xff, 0x81, 0x45, 0x24, 0xff, 0x81, 0x44, 0x23, 0xff, 0x83, 0x46, 0x23, 0xff, 0x84, 0x45, 0x23, 0xff, 0x83, 0x46, 0x26, 0xff, 0x84, 0x47, 0x27, 0xff, 0x87, 0x49, 0x28, 0xff, 0x86, 0x49, 0x28, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x87, 0x48, 0x26, 0xff, 0x87, 0x49, 0x28, 0xff, 0x86, 0x49, 0x28, 0xff, 0x87, 0x49, 0x28, 0xff, 0x87, 0x49, 0x28, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x48, 0x28, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x49, 0x28, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x91, 0x51, 0x2e, 0xff, - 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x96, 0x55, 0x30, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0xa1, 0x61, 0x38, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa4, 0x63, 0x39, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa1, 0x61, 0x38, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa7, 0x67, 0x3c, 0xff, 0xab, 0x6c, 0x3d, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xaa, 0x6c, 0x40, 0xff, 0xaa, 0x6a, 0x40, 0xff, 0xab, 0x6b, 0x41, 0xff, 0xb5, 0x77, 0x4b, 0xff, 0xab, 0x6c, 0x43, 0xff, 0x80, 0x46, 0x23, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x77, 0x3e, 0x1a, 0xff, 0x77, 0x3d, 0x1a, 0xff, 0x75, 0x3e, 0x1a, 0xff, 0x77, 0x3c, 0x1a, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x74, 0x3a, 0x17, 0xff, 0x6e, 0x39, 0x17, 0xff, 0x6d, 0x39, 0x15, 0xff, 0x6d, 0x39, 0x15, 0xff, 0x6d, 0x39, 0x15, 0xff, 0x6c, 0x36, 0x15, 0xff, 0x6c, 0x34, 0x15, 0xff, 0x6c, 0x35, 0x15, 0xff, 0x6d, 0x39, 0x15, 0xff, 0x6e, 0x36, 0x15, 0xff, 0x71, 0x39, 0x17, 0xff, 0x6e, 0x36, 0x15, 0xff, 0x70, 0x39, 0x17, 0xff, 0x74, 0x3c, 0x19, 0xff, 0x78, 0x3d, 0x1a, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x79, 0x3d, 0x1c, 0xff, 0x7c, 0x41, 0x1d, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x81, 0x43, 0x22, 0xff, 0x84, 0x46, 0x23, 0xff, 0x86, 0x48, 0x26, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x94, 0x56, 0x30, 0xff, 0x96, 0x58, 0x30, 0xff, 0x98, 0x59, 0x30, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x9a, 0x5c, 0x31, 0xff, 0x97, 0x58, 0x31, 0xff, 0x96, 0x55, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa6, 0x69, 0x39, 0xff, 0xa8, 0x6a, 0x3a, 0xff, 0xab, 0x6b, 0x3c, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xac, 0x6e, 0x3f, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xaa, 0x6c, 0x3d, 0xff, 0xaf, 0x6f, 0x41, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xb7, 0x7a, 0x47, 0xff, 0xba, 0x7c, 0x4a, 0xff, 0xba, 0x7d, 0x4c, 0xff, 0xbb, 0x7f, 0x4d, 0xff, 0xc0, 0x83, 0x4f, 0xff, 0xca, 0x8a, 0x55, 0xff, 0xd6, 0x91, 0x5a, 0xff, 0xd5, 0x8d, 0x58, 0xff, 0xb4, 0x76, 0x44, 0xff, 0x9d, 0x67, 0x38, 0xff, 0xa0, 0x69, 0x39, 0xff, 0xa0, 0x68, 0x38, 0xff, 0xa0, 0x68, 0x39, 0xff, 0x9f, 0x68, 0x39, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa0, 0x6a, 0x3b, 0xff, 0xa1, 0x6c, 0x3d, 0xff, 0xa0, 0x6b, 0x3d, 0xff, 0xa2, 0x6f, 0x42, 0xff, 0x96, 0x61, 0x38, 0xff, 0x85, 0x4d, 0x2b, 0xff, 0x8c, 0x54, 0x30, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9c, 0x60, 0x37, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x9d, 0x62, 0x37, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa6, 0x6a, 0x39, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xa7, 0x67, 0x39, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa2, 0x63, 0x37, 0xff, 0x98, 0x5d, 0x32, 0xff, 0xc0, 0x7e, 0x4c, 0xff, 0xdd, 0x93, 0x5c, 0xff, 0xd1, 0x89, 0x54, 0xff, 0xc9, 0x85, 0x51, 0xff, 0xc3, 0x80, 0x4e, 0xff, 0xbf, 0x7c, 0x4b, 0xff, 0xbb, 0x7b, 0x49, 0xff, 0xb7, 0x78, 0x46, 0xff, 0xb5, 0x75, 0x44, 0xff, 0xb2, 0x71, 0x42, 0xff, 0xaf, 0x6e, 0x40, 0xff, 0xad, 0x6c, 0x3f, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xa8, 0x6a, 0x40, 0xff, 0xa8, 0x6c, 0x41, 0xff, 0xab, 0x70, 0x44, 0xff, 0xad, 0x73, 0x46, 0xff, 0xaf, 0x76, 0x48, 0xff, 0xaf, 0x76, 0x49, 0xff, 0xaf, 0x74, 0x49, 0xff, 0xac, 0x71, 0x46, 0xff, 0xa8, 0x6b, 0x42, 0xff, 0xa7, 0x6a, 0x40, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9a, 0x59, 0x33, 0xff, 0x97, 0x56, 0x31, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x94, 0x54, 0x30, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x91, 0x52, 0x30, 0xff, 0x7d, 0x43, 0x21, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x7a, 0x3f, 0x1f, 0xff, 0x7b, 0x3f, 0x1f, 0xff, 0x7b, 0x40, 0x1f, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7f, 0x41, 0x21, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x81, 0x45, 0x25, 0xff, 0x82, 0x47, 0x26, 0xff, 0x82, 0x44, 0x26, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x94, 0x54, 0x31, 0xff, 0x94, 0x55, 0x33, 0xff, 0x94, 0x56, 0x33, 0xff, 0x90, 0x53, 0x31, 0xff, 0x99, 0x5b, 0x35, 0xff, 0xa2, 0x63, 0x3a, 0xff, 0x92, 0x54, 0x32, 0xff, 0x8b, 0x4d, 0x2f, 0xff, 0x8a, 0x4e, 0x2e, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x8b, 0x4c, 0x2e, 0xff, 0x89, 0x4b, 0x2d, 0xff, 0x82, 0x46, 0x27, 0xff, 0x7f, 0x42, 0x25, 0xff, 0x85, 0x48, 0x29, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x86, 0x49, 0x29, 0xff, 0x84, 0x46, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x86, 0x48, 0x28, 0xff, 0x85, 0x47, 0x28, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x81, 0x45, 0x25, 0xff, 0x83, 0x45, 0x23, 0xff, 0x83, 0x46, 0x24, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x86, 0x48, 0x28, 0xff, 0x85, 0x47, 0x27, 0xff, 0x86, 0x48, 0x26, 0xff, 0x86, 0x48, 0x28, 0xff, 0x87, 0x48, 0x26, 0xff, 0x86, 0x49, 0x28, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x48, 0x28, 0xff, 0x88, 0x48, 0x28, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, - 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x98, 0x59, 0x31, 0xff, 0x9c, 0x5c, 0x36, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0xa0, 0x5f, 0x38, 0xff, 0xa0, 0x60, 0x38, 0xff, 0xa0, 0x60, 0x38, 0xff, 0xa2, 0x60, 0x38, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa1, 0x61, 0x37, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xac, 0x6b, 0x3f, 0xff, 0xa9, 0x68, 0x3d, 0xff, 0xa5, 0x64, 0x38, 0xff, 0xa7, 0x67, 0x3c, 0xff, 0xa8, 0x68, 0x3d, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xab, 0x6b, 0x3f, 0xff, 0xab, 0x6a, 0x40, 0xff, 0xab, 0x6b, 0x41, 0xff, 0xaf, 0x70, 0x44, 0xff, 0xb5, 0x76, 0x49, 0xff, 0xa6, 0x69, 0x3f, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x78, 0x3e, 0x1c, 0xff, 0x77, 0x3e, 0x1b, 0xff, 0x77, 0x3d, 0x1b, 0xff, 0x75, 0x3d, 0x1b, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x74, 0x3b, 0x18, 0xff, 0x74, 0x3a, 0x19, 0xff, 0x70, 0x3a, 0x17, 0xff, 0x6e, 0x39, 0x17, 0xff, 0x6c, 0x38, 0x15, 0xff, 0x6d, 0x39, 0x15, 0xff, 0x6e, 0x37, 0x15, 0xff, 0x6c, 0x35, 0x15, 0xff, 0x6b, 0x36, 0x15, 0xff, 0x6c, 0x39, 0x15, 0xff, 0x6d, 0x38, 0x15, 0xff, 0x6f, 0x38, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x6f, 0x38, 0x16, 0xff, 0x71, 0x38, 0x17, 0xff, 0x73, 0x3a, 0x19, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x78, 0x3c, 0x1a, 0xff, 0x7a, 0x3d, 0x1b, 0xff, 0x7c, 0x41, 0x1e, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7f, 0x43, 0x21, 0xff, 0x84, 0x46, 0x23, 0xff, 0x87, 0x48, 0x26, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x92, 0x53, 0x30, 0xff, 0x94, 0x57, 0x32, 0xff, 0x93, 0x55, 0x31, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x98, 0x58, 0x30, 0xff, 0x99, 0x58, 0x30, 0xff, 0x97, 0x56, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa8, 0x6a, 0x3a, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xad, 0x70, 0x40, 0xff, 0xae, 0x73, 0x42, 0xff, 0xae, 0x72, 0x41, 0xff, 0xae, 0x70, 0x40, 0xff, 0xb1, 0x73, 0x43, 0xff, 0xb2, 0x77, 0x45, 0xff, 0xb7, 0x7c, 0x49, 0xff, 0xba, 0x7d, 0x4a, 0xff, 0xba, 0x7d, 0x4b, 0xff, 0xbc, 0x7e, 0x4d, 0xff, 0xc6, 0x86, 0x52, 0xff, 0xce, 0x8d, 0x56, 0xff, 0xcf, 0x8d, 0x56, 0xff, 0xda, 0x94, 0x5e, 0xff, 0xc9, 0x88, 0x53, 0xff, 0xa1, 0x6a, 0x3b, 0xff, 0x9f, 0x6a, 0x3a, 0xff, 0xa0, 0x6a, 0x3a, 0xff, 0xa0, 0x68, 0x3a, 0xff, 0xa0, 0x69, 0x3a, 0xff, 0xa0, 0x69, 0x3a, 0xff, 0xa0, 0x68, 0x3b, 0xff, 0xa1, 0x6a, 0x3d, 0xff, 0xa0, 0x6c, 0x3d, 0xff, 0xa2, 0x6e, 0x3f, 0xff, 0x9a, 0x65, 0x39, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0x89, 0x4f, 0x2d, 0xff, 0x87, 0x4f, 0x2d, 0xff, 0x8a, 0x53, 0x2f, 0xff, 0x96, 0x5c, 0x34, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa4, 0x6b, 0x3d, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa3, 0x64, 0x38, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0xbd, 0x79, 0x48, 0xff, 0xd6, 0x8e, 0x58, 0xff, 0xce, 0x89, 0x54, 0xff, 0xc5, 0x83, 0x51, 0xff, 0xc0, 0x7f, 0x4e, 0xff, 0xbc, 0x7b, 0x4a, 0xff, 0xb8, 0x77, 0x47, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb2, 0x74, 0x43, 0xff, 0xaf, 0x6f, 0x40, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xa8, 0x69, 0x3c, 0xff, 0xa6, 0x68, 0x3d, 0xff, 0xa6, 0x68, 0x3d, 0xff, 0xa8, 0x6b, 0x40, 0xff, 0xab, 0x6f, 0x43, 0xff, 0xae, 0x73, 0x47, 0xff, 0xb2, 0x76, 0x4a, 0xff, 0xb4, 0x78, 0x4c, 0xff, 0xb5, 0x7b, 0x4f, 0xff, 0xb5, 0x7a, 0x4e, 0xff, 0xb3, 0x78, 0x4b, 0xff, 0xae, 0x72, 0x47, 0xff, 0xa9, 0x6c, 0x42, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xa2, 0x62, 0x39, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x99, 0x59, 0x32, 0xff, 0x94, 0x54, 0x30, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x97, 0x57, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x95, 0x55, 0x32, 0xff, 0x82, 0x44, 0x22, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7c, 0x40, 0x20, 0xff, 0x7d, 0x40, 0x21, 0xff, 0x7f, 0x42, 0x22, 0xff, 0x7f, 0x42, 0x22, 0xff, 0x7e, 0x41, 0x23, 0xff, 0x80, 0x43, 0x24, 0xff, 0x81, 0x45, 0x24, 0xff, 0x81, 0x45, 0x25, 0xff, 0x83, 0x46, 0x27, 0xff, 0x84, 0x49, 0x28, 0xff, 0x84, 0x48, 0x29, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x96, 0x59, 0x34, 0xff, 0x95, 0x58, 0x35, 0xff, 0x91, 0x53, 0x31, 0xff, 0x9b, 0x5c, 0x36, 0xff, 0xa8, 0x6a, 0x3f, 0xff, 0x95, 0x56, 0x32, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8b, 0x50, 0x2e, 0xff, 0x8b, 0x4d, 0x2e, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x82, 0x45, 0x26, 0xff, 0x7f, 0x42, 0x25, 0xff, 0x80, 0x45, 0x25, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x85, 0x49, 0x29, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x85, 0x49, 0x29, 0xff, 0x85, 0x48, 0x28, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x87, 0x48, 0x29, 0xff, 0x82, 0x46, 0x25, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x81, 0x43, 0x23, 0xff, 0x81, 0x43, 0x23, 0xff, 0x80, 0x43, 0x23, 0xff, 0x81, 0x46, 0x25, 0xff, 0x86, 0x48, 0x28, 0xff, 0x86, 0x49, 0x28, 0xff, 0x86, 0x49, 0x28, 0xff, 0x86, 0x48, 0x28, 0xff, 0x85, 0x47, 0x26, 0xff, 0x85, 0x47, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x86, 0x48, 0x26, 0xff, 0x86, 0x48, 0x27, 0xff, 0x86, 0x47, 0x27, 0xff, 0x87, 0x49, 0x28, 0xff, 0x87, 0x48, 0x27, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x49, 0x29, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, - 0x90, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x94, 0x54, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0xa0, 0x60, 0x38, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0xa0, 0x5f, 0x38, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa4, 0x63, 0x38, 0xff, 0xa2, 0x63, 0x38, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0xa0, 0x60, 0x36, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0xaa, 0x6a, 0x40, 0xff, 0xab, 0x6c, 0x41, 0xff, 0xac, 0x6c, 0x40, 0xff, 0xad, 0x6f, 0x43, 0xff, 0xb5, 0x76, 0x49, 0xff, 0xb1, 0x72, 0x46, 0xff, 0xa3, 0x67, 0x40, 0xff, 0x79, 0x3f, 0x20, 0xff, 0x7a, 0x3f, 0x1b, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x77, 0x3e, 0x1c, 0xff, 0x74, 0x3e, 0x1b, 0xff, 0x74, 0x3c, 0x18, 0xff, 0x74, 0x3a, 0x17, 0xff, 0x6f, 0x3a, 0x16, 0xff, 0x6e, 0x37, 0x16, 0xff, 0x6f, 0x38, 0x17, 0xff, 0x6e, 0x34, 0x15, 0xff, 0x6d, 0x38, 0x15, 0xff, 0x6c, 0x37, 0x15, 0xff, 0x6c, 0x35, 0x15, 0xff, 0x6d, 0x37, 0x15, 0xff, 0x6f, 0x39, 0x17, 0xff, 0x70, 0x38, 0x17, 0xff, 0x70, 0x37, 0x17, 0xff, 0x70, 0x3a, 0x17, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x74, 0x3a, 0x19, 0xff, 0x76, 0x3c, 0x18, 0xff, 0x77, 0x3d, 0x1c, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x7e, 0x41, 0x1f, 0xff, 0x7e, 0x41, 0x1f, 0xff, 0x81, 0x44, 0x21, 0xff, 0x84, 0x45, 0x23, 0xff, 0x86, 0x46, 0x26, 0xff, 0x89, 0x49, 0x28, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x94, 0x57, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x97, 0x56, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x98, 0x59, 0x31, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0xa3, 0x63, 0x36, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xaa, 0x6a, 0x3b, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xad, 0x6e, 0x3f, 0xff, 0xaf, 0x70, 0x41, 0xff, 0xb0, 0x74, 0x43, 0xff, 0xb2, 0x76, 0x44, 0xff, 0xb3, 0x78, 0x46, 0xff, 0xb3, 0x76, 0x45, 0xff, 0xb4, 0x76, 0x44, 0xff, 0xb6, 0x7a, 0x47, 0xff, 0xb7, 0x7d, 0x4b, 0xff, 0xb9, 0x7e, 0x4c, 0xff, 0xba, 0x80, 0x4d, 0xff, 0xc1, 0x84, 0x50, 0xff, 0xcd, 0x8c, 0x55, 0xff, 0xcd, 0x8c, 0x54, 0xff, 0xcc, 0x8c, 0x55, 0xff, 0xd7, 0x92, 0x5b, 0xff, 0xd1, 0x8d, 0x57, 0xff, 0xa9, 0x72, 0x41, 0xff, 0x9f, 0x68, 0x39, 0xff, 0x9f, 0x6a, 0x3b, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0xa1, 0x6b, 0x3d, 0xff, 0xa0, 0x6a, 0x3d, 0xff, 0xa1, 0x6b, 0x3d, 0xff, 0xa0, 0x6a, 0x3c, 0xff, 0xa0, 0x6b, 0x3c, 0xff, 0xa1, 0x6d, 0x3e, 0xff, 0x96, 0x5f, 0x36, 0xff, 0x88, 0x4f, 0x2c, 0xff, 0x88, 0x50, 0x2d, 0xff, 0x88, 0x51, 0x2e, 0xff, 0x88, 0x51, 0x2e, 0xff, 0x88, 0x4f, 0x2e, 0xff, 0x90, 0x54, 0x30, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9e, 0x61, 0x37, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa6, 0x6b, 0x3e, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xaa, 0x6d, 0x3e, 0xff, 0xa4, 0x67, 0x39, 0xff, 0x9f, 0x60, 0x35, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9e, 0x5c, 0x35, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0xbe, 0x7b, 0x4c, 0xff, 0xd3, 0x8d, 0x59, 0xff, 0xc8, 0x85, 0x53, 0xff, 0xc0, 0x80, 0x4e, 0xff, 0xbc, 0x7c, 0x4a, 0xff, 0xb7, 0x77, 0x47, 0xff, 0xb5, 0x75, 0x45, 0xff, 0xb2, 0x72, 0x43, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa7, 0x6a, 0x3f, 0xff, 0xaa, 0x6e, 0x43, 0xff, 0xad, 0x71, 0x45, 0xff, 0xb1, 0x75, 0x48, 0xff, 0xb5, 0x7a, 0x4d, 0xff, 0xb8, 0x7e, 0x51, 0xff, 0xb9, 0x80, 0x54, 0xff, 0xb8, 0x7e, 0x53, 0xff, 0xb6, 0x7c, 0x50, 0xff, 0xb2, 0x77, 0x4b, 0xff, 0xac, 0x71, 0x45, 0xff, 0xaa, 0x6e, 0x42, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x54, 0x30, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x95, 0x55, 0x31, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x7f, 0x41, 0x21, 0xff, 0x7c, 0x41, 0x21, 0xff, 0x7d, 0x41, 0x22, 0xff, 0x7f, 0x41, 0x22, 0xff, 0x80, 0x43, 0x23, 0xff, 0x7e, 0x44, 0x23, 0xff, 0x7f, 0x45, 0x25, 0xff, 0x81, 0x46, 0x25, 0xff, 0x84, 0x47, 0x26, 0xff, 0x86, 0x49, 0x28, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x88, 0x49, 0x2c, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x92, 0x55, 0x32, 0xff, 0x9f, 0x61, 0x38, 0xff, 0xac, 0x6b, 0x42, 0xff, 0x95, 0x58, 0x34, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x91, 0x53, 0x31, 0xff, 0x8d, 0x51, 0x30, 0xff, 0x8b, 0x4d, 0x2e, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x84, 0x48, 0x27, 0xff, 0x81, 0x45, 0x27, 0xff, 0x7f, 0x44, 0x25, 0xff, 0x7e, 0x42, 0x23, 0xff, 0x82, 0x46, 0x27, 0xff, 0x85, 0x48, 0x28, 0xff, 0x85, 0x48, 0x28, 0xff, 0x84, 0x49, 0x2a, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x85, 0x47, 0x28, 0xff, 0x80, 0x46, 0x24, 0xff, 0x80, 0x44, 0x23, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x81, 0x44, 0x25, 0xff, 0x81, 0x44, 0x24, 0xff, 0x84, 0x47, 0x26, 0xff, 0x86, 0x47, 0x26, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x86, 0x48, 0x27, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x47, 0x26, 0xff, 0x85, 0x46, 0x25, 0xff, 0x85, 0x46, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x85, 0x46, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x86, 0x46, 0x25, 0xff, 0x87, 0x47, 0x26, 0xff, 0x86, 0x48, 0x27, 0xff, 0x88, 0x48, 0x27, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8f, 0x50, 0x2c, 0xff, - 0x90, 0x50, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x98, 0x57, 0x31, 0xff, 0x9a, 0x59, 0x33, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9c, 0x5d, 0x36, 0xff, 0x9e, 0x5e, 0x38, 0xff, 0xa0, 0x60, 0x39, 0xff, 0xa1, 0x60, 0x38, 0xff, 0xa1, 0x61, 0x38, 0xff, 0xa1, 0x60, 0x38, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa4, 0x63, 0x39, 0xff, 0xa2, 0x62, 0x38, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa1, 0x61, 0x38, 0xff, 0xa5, 0x66, 0x39, 0xff, 0xab, 0x6b, 0x3f, 0xff, 0xa9, 0x68, 0x3d, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa7, 0x67, 0x3d, 0xff, 0xa9, 0x69, 0x3f, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xab, 0x6b, 0x41, 0xff, 0xad, 0x6f, 0x43, 0xff, 0xb5, 0x76, 0x49, 0xff, 0xb5, 0x75, 0x48, 0xff, 0xb0, 0x72, 0x45, 0xff, 0x9a, 0x5e, 0x38, 0xff, 0x76, 0x3c, 0x1b, 0xff, 0x79, 0x3f, 0x1f, 0xff, 0x79, 0x3d, 0x1c, 0xff, 0x78, 0x3d, 0x1b, 0xff, 0x75, 0x3c, 0x18, 0xff, 0x73, 0x3b, 0x1a, 0xff, 0x70, 0x38, 0x17, 0xff, 0x72, 0x3a, 0x17, 0xff, 0x70, 0x3a, 0x17, 0xff, 0x6c, 0x39, 0x15, 0xff, 0x6d, 0x37, 0x15, 0xff, 0x6d, 0x34, 0x15, 0xff, 0x70, 0x38, 0x17, 0xff, 0x70, 0x37, 0x17, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x72, 0x3a, 0x1a, 0xff, 0x70, 0x38, 0x17, 0xff, 0x70, 0x3b, 0x18, 0xff, 0x72, 0x3a, 0x18, 0xff, 0x73, 0x3b, 0x17, 0xff, 0x75, 0x3b, 0x18, 0xff, 0x78, 0x3d, 0x1c, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7d, 0x40, 0x1f, 0xff, 0x7e, 0x41, 0x1f, 0xff, 0x80, 0x42, 0x20, 0xff, 0x84, 0x45, 0x23, 0xff, 0x86, 0x47, 0x26, 0xff, 0x88, 0x49, 0x29, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x95, 0x56, 0x30, 0xff, 0x96, 0x58, 0x30, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa8, 0x69, 0x3a, 0xff, 0xac, 0x6d, 0x3d, 0xff, 0xae, 0x71, 0x41, 0xff, 0xb1, 0x73, 0x44, 0xff, 0xb3, 0x77, 0x45, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xb5, 0x7b, 0x4a, 0xff, 0xb5, 0x7b, 0x4b, 0xff, 0xb6, 0x7b, 0x4a, 0xff, 0xb6, 0x7a, 0x49, 0xff, 0xb7, 0x7c, 0x4a, 0xff, 0xb9, 0x7e, 0x4c, 0xff, 0xba, 0x7f, 0x4d, 0xff, 0xbc, 0x82, 0x4e, 0xff, 0xc5, 0x89, 0x52, 0xff, 0xce, 0x8f, 0x56, 0xff, 0xcd, 0x8e, 0x56, 0xff, 0xcc, 0x8d, 0x57, 0xff, 0xd1, 0x90, 0x59, 0xff, 0xda, 0x96, 0x60, 0xff, 0xbd, 0x80, 0x4f, 0xff, 0x99, 0x65, 0x37, 0xff, 0xa1, 0x6c, 0x3c, 0xff, 0xa1, 0x6a, 0x3c, 0xff, 0xa0, 0x6b, 0x3d, 0xff, 0xa0, 0x6c, 0x3e, 0xff, 0xa0, 0x6b, 0x3d, 0xff, 0xa0, 0x6a, 0x3d, 0xff, 0xa2, 0x6d, 0x3e, 0xff, 0x9d, 0x68, 0x3c, 0xff, 0x8f, 0x57, 0x32, 0xff, 0x88, 0x4f, 0x2c, 0xff, 0x88, 0x51, 0x2d, 0xff, 0x89, 0x51, 0x2e, 0xff, 0x88, 0x50, 0x2e, 0xff, 0x81, 0x49, 0x28, 0xff, 0x81, 0x47, 0x27, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9e, 0x60, 0x37, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0xa4, 0x69, 0x3d, 0xff, 0xa7, 0x6c, 0x3f, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0x9f, 0x61, 0x35, 0xff, 0xa0, 0x60, 0x37, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x98, 0x59, 0x30, 0xff, 0xb8, 0x76, 0x47, 0xff, 0xcf, 0x8b, 0x58, 0xff, 0xc4, 0x83, 0x50, 0xff, 0xbd, 0x7e, 0x4c, 0xff, 0xba, 0x7a, 0x4a, 0xff, 0xb5, 0x76, 0x47, 0xff, 0xb1, 0x72, 0x44, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xad, 0x6e, 0x40, 0xff, 0xa9, 0x6a, 0x3e, 0xff, 0xa6, 0x67, 0x3d, 0xff, 0xa6, 0x69, 0x3f, 0xff, 0xa8, 0x6b, 0x40, 0xff, 0xab, 0x6f, 0x43, 0xff, 0xaf, 0x74, 0x47, 0xff, 0xb2, 0x77, 0x4b, 0xff, 0xb8, 0x7c, 0x50, 0xff, 0xbc, 0x81, 0x55, 0xff, 0xba, 0x84, 0x56, 0xff, 0xb9, 0x83, 0x56, 0xff, 0xb7, 0x80, 0x54, 0xff, 0xb5, 0x7b, 0x4f, 0xff, 0xb0, 0x75, 0x48, 0xff, 0xaa, 0x6d, 0x41, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa2, 0x62, 0x37, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x97, 0x57, 0x31, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x83, 0x46, 0x25, 0xff, 0x7e, 0x43, 0x21, 0xff, 0x7f, 0x44, 0x22, 0xff, 0x80, 0x46, 0x24, 0xff, 0x83, 0x46, 0x25, 0xff, 0x81, 0x46, 0x24, 0xff, 0x83, 0x47, 0x26, 0xff, 0x86, 0x48, 0x2a, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x8b, 0x4f, 0x2f, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x89, 0x4c, 0x2c, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x86, 0x4b, 0x2d, 0xff, 0x9e, 0x61, 0x3a, 0xff, 0xb8, 0x79, 0x4d, 0xff, 0x9c, 0x5e, 0x37, 0xff, 0x8f, 0x52, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x93, 0x54, 0x31, 0xff, 0x90, 0x53, 0x30, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x87, 0x49, 0x2b, 0xff, 0x85, 0x49, 0x29, 0xff, 0x83, 0x46, 0x27, 0xff, 0x81, 0x46, 0x25, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x80, 0x45, 0x25, 0xff, 0x85, 0x49, 0x28, 0xff, 0x83, 0x47, 0x27, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x88, 0x4d, 0x2d, 0xff, 0x88, 0x4a, 0x2c, 0xff, 0x85, 0x47, 0x27, 0xff, 0x82, 0x46, 0x25, 0xff, 0x80, 0x44, 0x23, 0xff, 0x80, 0x41, 0x23, 0xff, 0x80, 0x44, 0x24, 0xff, 0x83, 0x46, 0x25, 0xff, 0x85, 0x47, 0x25, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x47, 0x25, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x47, 0x27, 0xff, 0x86, 0x49, 0x28, 0xff, 0x85, 0x47, 0x26, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x47, 0x25, 0xff, 0x84, 0x47, 0x25, 0xff, 0x83, 0x46, 0x24, 0xff, 0x84, 0x46, 0x25, 0xff, 0x85, 0x47, 0x25, 0xff, 0x87, 0x48, 0x25, 0xff, 0x87, 0x48, 0x25, 0xff, 0x88, 0x48, 0x27, 0xff, 0x88, 0x49, 0x27, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x88, 0x49, 0x2b, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, - 0x93, 0x53, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x96, 0x57, 0x31, 0xff, 0x98, 0x59, 0x33, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x9d, 0x5d, 0x37, 0xff, 0x9f, 0x60, 0x39, 0xff, 0x9f, 0x62, 0x3a, 0xff, 0xa1, 0x63, 0x3c, 0xff, 0xa3, 0x65, 0x3c, 0xff, 0xa1, 0x63, 0x3a, 0xff, 0xa2, 0x63, 0x3a, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa4, 0x63, 0x39, 0xff, 0xa1, 0x61, 0x36, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9f, 0x5e, 0x37, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xaa, 0x6a, 0x3c, 0xff, 0xad, 0x6d, 0x3f, 0xff, 0xa7, 0x68, 0x3d, 0xff, 0xa6, 0x66, 0x3c, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0xab, 0x6c, 0x41, 0xff, 0xab, 0x6c, 0x43, 0xff, 0xad, 0x6f, 0x42, 0xff, 0xb1, 0x73, 0x46, 0xff, 0xb4, 0x75, 0x48, 0xff, 0xb4, 0x76, 0x49, 0xff, 0xb0, 0x72, 0x49, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x79, 0x3e, 0x1b, 0xff, 0x78, 0x3d, 0x1b, 0xff, 0x75, 0x3b, 0x17, 0xff, 0x75, 0x3a, 0x18, 0xff, 0x73, 0x3b, 0x17, 0xff, 0x71, 0x39, 0x17, 0xff, 0x71, 0x39, 0x17, 0xff, 0x70, 0x3a, 0x17, 0xff, 0x71, 0x39, 0x17, 0xff, 0x71, 0x39, 0x18, 0xff, 0x74, 0x3c, 0x18, 0xff, 0x75, 0x3d, 0x1b, 0xff, 0x72, 0x3d, 0x1a, 0xff, 0x70, 0x3b, 0x1a, 0xff, 0x71, 0x3a, 0x1a, 0xff, 0x71, 0x3a, 0x19, 0xff, 0x74, 0x39, 0x17, 0xff, 0x78, 0x3d, 0x18, 0xff, 0x79, 0x3f, 0x1b, 0xff, 0x7b, 0x3f, 0x1c, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x7f, 0x43, 0x1f, 0xff, 0x81, 0x44, 0x21, 0xff, 0x81, 0x45, 0x22, 0xff, 0x83, 0x45, 0x24, 0xff, 0x86, 0x48, 0x27, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x96, 0x57, 0x30, 0xff, 0x99, 0x59, 0x31, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa7, 0x67, 0x38, 0xff, 0xab, 0x6c, 0x3b, 0xff, 0xaf, 0x71, 0x40, 0xff, 0xb2, 0x75, 0x45, 0xff, 0xb5, 0x78, 0x48, 0xff, 0xb7, 0x7c, 0x4b, 0xff, 0xb9, 0x80, 0x4e, 0xff, 0xba, 0x82, 0x50, 0xff, 0xba, 0x82, 0x4f, 0xff, 0xb9, 0x81, 0x4e, 0xff, 0xb8, 0x80, 0x4d, 0xff, 0xb8, 0x80, 0x4c, 0xff, 0xb9, 0x80, 0x4d, 0xff, 0xb9, 0x81, 0x4d, 0xff, 0xc0, 0x85, 0x50, 0xff, 0xcf, 0x90, 0x58, 0xff, 0xd2, 0x90, 0x58, 0xff, 0xd0, 0x90, 0x57, 0xff, 0xce, 0x8e, 0x57, 0xff, 0xd0, 0x8f, 0x58, 0xff, 0xde, 0x96, 0x5e, 0xff, 0xce, 0x8c, 0x57, 0xff, 0xa2, 0x70, 0x41, 0xff, 0x9f, 0x6b, 0x3d, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0x9f, 0x6b, 0x3d, 0xff, 0xa0, 0x6c, 0x3f, 0xff, 0xa0, 0x6b, 0x3e, 0xff, 0xa0, 0x6b, 0x3d, 0xff, 0x99, 0x62, 0x38, 0xff, 0x8b, 0x52, 0x2f, 0xff, 0x89, 0x4e, 0x2d, 0xff, 0x8a, 0x50, 0x2d, 0xff, 0x8a, 0x52, 0x2f, 0xff, 0x84, 0x4c, 0x29, 0xff, 0x7e, 0x45, 0x24, 0xff, 0x7f, 0x46, 0x27, 0xff, 0x82, 0x47, 0x29, 0xff, 0x88, 0x4d, 0x2c, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x9f, 0x61, 0x37, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa7, 0x6d, 0x40, 0xff, 0xa7, 0x6c, 0x3f, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa0, 0x61, 0x37, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x62, 0x36, 0xff, 0x9e, 0x60, 0x34, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x96, 0x56, 0x2d, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xc4, 0x84, 0x54, 0xff, 0xc0, 0x7f, 0x4f, 0xff, 0xba, 0x7b, 0x4b, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xb2, 0x74, 0x45, 0xff, 0xb0, 0x72, 0x44, 0xff, 0xab, 0x6d, 0x40, 0xff, 0xa9, 0x6c, 0x40, 0xff, 0xa8, 0x6a, 0x3f, 0xff, 0xa7, 0x69, 0x3f, 0xff, 0xa9, 0x6c, 0x41, 0xff, 0xac, 0x70, 0x44, 0xff, 0xb0, 0x75, 0x49, 0xff, 0xb7, 0x7b, 0x4e, 0xff, 0xbc, 0x80, 0x52, 0xff, 0xbe, 0x83, 0x55, 0xff, 0xbd, 0x86, 0x59, 0xff, 0xba, 0x85, 0x5b, 0xff, 0xb8, 0x82, 0x57, 0xff, 0xb8, 0x7f, 0x53, 0xff, 0xb4, 0x78, 0x4c, 0xff, 0xae, 0x71, 0x45, 0xff, 0xaa, 0x6c, 0x40, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x98, 0x59, 0x31, 0xff, 0x97, 0x57, 0x30, 0xff, 0x96, 0x58, 0x31, 0xff, 0x95, 0x58, 0x30, 0xff, 0x96, 0x57, 0x31, 0xff, 0x95, 0x55, 0x30, 0xff, 0x96, 0x56, 0x32, 0xff, 0x96, 0x57, 0x31, 0xff, 0x94, 0x55, 0x31, 0xff, 0x86, 0x49, 0x28, 0xff, 0x80, 0x45, 0x24, 0xff, 0x80, 0x46, 0x25, 0xff, 0x81, 0x45, 0x26, 0xff, 0x84, 0x46, 0x27, 0xff, 0x84, 0x48, 0x27, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x8a, 0x4e, 0x2f, 0xff, 0x89, 0x50, 0x2f, 0xff, 0x8a, 0x4f, 0x2e, 0xff, 0x88, 0x4c, 0x2c, 0xff, 0x89, 0x4d, 0x2c, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x86, 0x48, 0x29, 0xff, 0x8b, 0x4c, 0x28, 0xff, 0xa1, 0x64, 0x3c, 0xff, 0x93, 0x55, 0x33, 0xff, 0x92, 0x52, 0x32, 0xff, 0x94, 0x56, 0x32, 0xff, 0x94, 0x54, 0x31, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x87, 0x49, 0x2b, 0xff, 0x83, 0x47, 0x29, 0xff, 0x82, 0x45, 0x26, 0xff, 0x80, 0x44, 0x24, 0xff, 0x81, 0x45, 0x25, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x7d, 0x41, 0x22, 0xff, 0x82, 0x45, 0x26, 0xff, 0x85, 0x48, 0x28, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x85, 0x48, 0x28, 0xff, 0x83, 0x46, 0x25, 0xff, 0x81, 0x46, 0x24, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x81, 0x44, 0x22, 0xff, 0x83, 0x46, 0x25, 0xff, 0x84, 0x46, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x83, 0x45, 0x23, 0xff, 0x83, 0x46, 0x25, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x47, 0x25, 0xff, 0x85, 0x47, 0x25, 0xff, 0x84, 0x47, 0x27, 0xff, 0x84, 0x46, 0x25, 0xff, 0x84, 0x45, 0x23, 0xff, 0x85, 0x46, 0x23, 0xff, 0x84, 0x46, 0x25, 0xff, 0x85, 0x47, 0x26, 0xff, 0x86, 0x49, 0x26, 0xff, 0x87, 0x49, 0x25, 0xff, 0x88, 0x49, 0x29, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x91, 0x51, 0x2e, 0xff, - 0x95, 0x55, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9d, 0x5d, 0x37, 0xff, 0xa0, 0x62, 0x38, 0xff, 0x9e, 0x61, 0x39, 0xff, 0x9d, 0x61, 0x38, 0xff, 0xa1, 0x65, 0x3c, 0xff, 0xa1, 0x65, 0x3e, 0xff, 0xa3, 0x67, 0x40, 0xff, 0xa4, 0x68, 0x40, 0xff, 0xa8, 0x6c, 0x42, 0xff, 0xa7, 0x69, 0x41, 0xff, 0xa5, 0x67, 0x3f, 0xff, 0xa4, 0x66, 0x3c, 0xff, 0xa4, 0x65, 0x3b, 0xff, 0xa4, 0x65, 0x3b, 0xff, 0xa3, 0x64, 0x39, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9f, 0x5d, 0x35, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa4, 0x64, 0x3a, 0xff, 0xa9, 0x6a, 0x3c, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xaa, 0x6b, 0x41, 0xff, 0xab, 0x6d, 0x41, 0xff, 0xab, 0x6e, 0x42, 0xff, 0xae, 0x72, 0x44, 0xff, 0xb2, 0x75, 0x47, 0xff, 0xb5, 0x75, 0x48, 0xff, 0xb6, 0x77, 0x4b, 0xff, 0xa9, 0x6c, 0x44, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x7f, 0x41, 0x22, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x7a, 0x3e, 0x1b, 0xff, 0x77, 0x3d, 0x18, 0xff, 0x76, 0x3c, 0x1a, 0xff, 0x75, 0x3b, 0x18, 0xff, 0x72, 0x39, 0x16, 0xff, 0x73, 0x3b, 0x18, 0xff, 0x74, 0x3b, 0x17, 0xff, 0x76, 0x3b, 0x17, 0xff, 0x75, 0x3c, 0x19, 0xff, 0x75, 0x3d, 0x1b, 0xff, 0x76, 0x3d, 0x1b, 0xff, 0x72, 0x3b, 0x1a, 0xff, 0x70, 0x3b, 0x1a, 0xff, 0x71, 0x3b, 0x19, 0xff, 0x73, 0x3a, 0x18, 0xff, 0x74, 0x3b, 0x17, 0xff, 0x77, 0x3c, 0x18, 0xff, 0x78, 0x3e, 0x1a, 0xff, 0x7a, 0x3f, 0x1b, 0xff, 0x7d, 0x40, 0x1f, 0xff, 0x7f, 0x41, 0x1f, 0xff, 0x80, 0x44, 0x21, 0xff, 0x81, 0x45, 0x21, 0xff, 0x84, 0x45, 0x24, 0xff, 0x86, 0x48, 0x26, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x96, 0x57, 0x31, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa5, 0x64, 0x37, 0xff, 0xa9, 0x69, 0x39, 0xff, 0xae, 0x6e, 0x3e, 0xff, 0xb4, 0x74, 0x44, 0xff, 0xb7, 0x7a, 0x48, 0xff, 0xb9, 0x7f, 0x4d, 0xff, 0xbd, 0x83, 0x51, 0xff, 0xbf, 0x85, 0x53, 0xff, 0xbf, 0x89, 0x56, 0xff, 0xbf, 0x89, 0x56, 0xff, 0xbe, 0x89, 0x55, 0xff, 0xbc, 0x85, 0x53, 0xff, 0xba, 0x82, 0x50, 0xff, 0xbb, 0x82, 0x50, 0xff, 0xbb, 0x83, 0x51, 0xff, 0xc6, 0x8a, 0x55, 0xff, 0xd6, 0x92, 0x5b, 0xff, 0xd4, 0x90, 0x5a, 0xff, 0xd3, 0x91, 0x5b, 0xff, 0xcf, 0x91, 0x5a, 0xff, 0xd0, 0x91, 0x5a, 0xff, 0xd9, 0x94, 0x5c, 0xff, 0xd4, 0x93, 0x5c, 0xff, 0xb2, 0x7c, 0x4c, 0xff, 0x9d, 0x6a, 0x3e, 0xff, 0xa0, 0x6e, 0x40, 0xff, 0xa0, 0x6e, 0x3f, 0xff, 0xa0, 0x6d, 0x3f, 0xff, 0xa1, 0x6d, 0x3f, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0x9f, 0x6a, 0x3d, 0xff, 0x94, 0x5c, 0x34, 0xff, 0x89, 0x50, 0x2d, 0xff, 0x89, 0x50, 0x2e, 0xff, 0x8a, 0x51, 0x2e, 0xff, 0x88, 0x50, 0x2d, 0xff, 0x81, 0x49, 0x29, 0xff, 0x7f, 0x46, 0x26, 0xff, 0x7f, 0x46, 0x27, 0xff, 0x7f, 0x46, 0x26, 0xff, 0x81, 0x48, 0x28, 0xff, 0x87, 0x4d, 0x2c, 0xff, 0x92, 0x55, 0x31, 0xff, 0x9d, 0x60, 0x37, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa2, 0x67, 0x39, 0xff, 0x9f, 0x61, 0x37, 0xff, 0xa0, 0x61, 0x38, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa1, 0x63, 0x36, 0xff, 0x9f, 0x60, 0x34, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x98, 0x59, 0x31, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xb9, 0x7b, 0x4b, 0xff, 0xbe, 0x7f, 0x4f, 0xff, 0xb8, 0x79, 0x4a, 0xff, 0xb4, 0x76, 0x47, 0xff, 0xaf, 0x70, 0x44, 0xff, 0xac, 0x6d, 0x42, 0xff, 0xab, 0x6c, 0x41, 0xff, 0xaa, 0x6b, 0x40, 0xff, 0xa9, 0x6b, 0x41, 0xff, 0xab, 0x6d, 0x41, 0xff, 0xae, 0x71, 0x44, 0xff, 0xb3, 0x77, 0x4b, 0xff, 0xb7, 0x7c, 0x4f, 0xff, 0xbd, 0x81, 0x53, 0xff, 0xbf, 0x85, 0x58, 0xff, 0xbe, 0x89, 0x5a, 0xff, 0xbd, 0x89, 0x5b, 0xff, 0xbb, 0x86, 0x59, 0xff, 0xb9, 0x81, 0x55, 0xff, 0xb6, 0x7c, 0x4e, 0xff, 0xb0, 0x75, 0x47, 0xff, 0xab, 0x6e, 0x42, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa2, 0x63, 0x38, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x99, 0x5b, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x97, 0x59, 0x32, 0xff, 0x97, 0x58, 0x32, 0xff, 0x98, 0x58, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x97, 0x59, 0x33, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x84, 0x47, 0x27, 0xff, 0x84, 0x47, 0x27, 0xff, 0x83, 0x47, 0x26, 0xff, 0x82, 0x47, 0x26, 0xff, 0x85, 0x49, 0x29, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x88, 0x4c, 0x2c, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x85, 0x48, 0x29, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x47, 0x27, 0xff, 0x8b, 0x4d, 0x2d, 0xff, 0x93, 0x55, 0x32, 0xff, 0x95, 0x58, 0x33, 0xff, 0x93, 0x57, 0x32, 0xff, 0x91, 0x54, 0x30, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x82, 0x46, 0x27, 0xff, 0x82, 0x45, 0x25, 0xff, 0x81, 0x45, 0x24, 0xff, 0x7e, 0x44, 0x22, 0xff, 0x7e, 0x41, 0x23, 0xff, 0x7d, 0x41, 0x21, 0xff, 0x7c, 0x41, 0x22, 0xff, 0x85, 0x48, 0x28, 0xff, 0x85, 0x48, 0x29, 0xff, 0x87, 0x48, 0x2b, 0xff, 0x87, 0x49, 0x29, 0xff, 0x85, 0x49, 0x28, 0xff, 0x85, 0x47, 0x26, 0xff, 0x82, 0x45, 0x24, 0xff, 0x80, 0x44, 0x23, 0xff, 0x82, 0x46, 0x23, 0xff, 0x83, 0x45, 0x24, 0xff, 0x83, 0x45, 0x23, 0xff, 0x82, 0x45, 0x24, 0xff, 0x82, 0x45, 0x23, 0xff, 0x83, 0x46, 0x24, 0xff, 0x84, 0x47, 0x25, 0xff, 0x84, 0x45, 0x25, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x47, 0x26, 0xff, 0x84, 0x47, 0x25, 0xff, 0x85, 0x46, 0x25, 0xff, 0x85, 0x46, 0x25, 0xff, 0x84, 0x46, 0x24, 0xff, 0x85, 0x46, 0x25, 0xff, 0x84, 0x46, 0x26, 0xff, 0x85, 0x47, 0x27, 0xff, 0x86, 0x47, 0x26, 0xff, 0x88, 0x49, 0x29, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x94, 0x54, 0x2f, 0xff, - 0x99, 0x5a, 0x32, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x9f, 0x60, 0x37, 0xff, 0xa2, 0x65, 0x3b, 0xff, 0xa4, 0x67, 0x3f, 0xff, 0x9f, 0x62, 0x3a, 0xff, 0x9f, 0x62, 0x3c, 0xff, 0xa5, 0x67, 0x41, 0xff, 0xa8, 0x6c, 0x45, 0xff, 0xaa, 0x6f, 0x47, 0xff, 0xab, 0x71, 0x49, 0xff, 0xab, 0x71, 0x49, 0xff, 0xaf, 0x74, 0x49, 0xff, 0xae, 0x71, 0x48, 0xff, 0xa9, 0x6e, 0x44, 0xff, 0xa7, 0x69, 0x41, 0xff, 0xa7, 0x69, 0x3f, 0xff, 0xa6, 0x67, 0x3d, 0xff, 0xa2, 0x62, 0x38, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0xa1, 0x60, 0x38, 0xff, 0xa1, 0x61, 0x39, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa9, 0x69, 0x3f, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa9, 0x6b, 0x3f, 0xff, 0xab, 0x6b, 0x41, 0xff, 0xab, 0x6c, 0x41, 0xff, 0xac, 0x6e, 0x43, 0xff, 0xaf, 0x72, 0x46, 0xff, 0xb2, 0x75, 0x47, 0xff, 0xb4, 0x77, 0x4a, 0xff, 0xb7, 0x79, 0x4c, 0xff, 0x9f, 0x62, 0x3c, 0xff, 0x7e, 0x40, 0x21, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x7a, 0x41, 0x1e, 0xff, 0x7a, 0x3d, 0x1e, 0xff, 0x79, 0x3f, 0x1b, 0xff, 0x77, 0x3e, 0x19, 0xff, 0x77, 0x3c, 0x19, 0xff, 0x78, 0x3e, 0x1a, 0xff, 0x78, 0x3e, 0x19, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x74, 0x3d, 0x1b, 0xff, 0x78, 0x3e, 0x1c, 0xff, 0x76, 0x3c, 0x1c, 0xff, 0x72, 0x3b, 0x1a, 0xff, 0x72, 0x3b, 0x19, 0xff, 0x74, 0x3b, 0x17, 0xff, 0x73, 0x3b, 0x18, 0xff, 0x75, 0x3b, 0x19, 0xff, 0x77, 0x3c, 0x1a, 0xff, 0x78, 0x3d, 0x1a, 0xff, 0x78, 0x3e, 0x1b, 0xff, 0x7b, 0x3f, 0x1d, 0xff, 0x7e, 0x40, 0x20, 0xff, 0x81, 0x43, 0x21, 0xff, 0x82, 0x44, 0x22, 0xff, 0x82, 0x45, 0x23, 0xff, 0x85, 0x48, 0x26, 0xff, 0x87, 0x49, 0x28, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x87, 0x47, 0x24, 0xff, 0x86, 0x47, 0x25, 0xff, 0x87, 0x47, 0x25, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa4, 0x64, 0x37, 0xff, 0xa6, 0x66, 0x38, 0xff, 0xab, 0x6b, 0x3c, 0xff, 0xb0, 0x72, 0x41, 0xff, 0xb6, 0x7a, 0x48, 0xff, 0xba, 0x7e, 0x4c, 0xff, 0xc0, 0x85, 0x52, 0xff, 0xc4, 0x8b, 0x56, 0xff, 0xc7, 0x8f, 0x5a, 0xff, 0xc9, 0x92, 0x5c, 0xff, 0xc8, 0x93, 0x5d, 0xff, 0xc6, 0x92, 0x5c, 0xff, 0xc1, 0x8c, 0x57, 0xff, 0xbf, 0x87, 0x55, 0xff, 0xbf, 0x86, 0x56, 0xff, 0xbd, 0x84, 0x54, 0xff, 0xc4, 0x89, 0x56, 0xff, 0xd5, 0x92, 0x5b, 0xff, 0xd7, 0x92, 0x5c, 0xff, 0xd3, 0x92, 0x5c, 0xff, 0xd4, 0x93, 0x5d, 0xff, 0xd3, 0x93, 0x5c, 0xff, 0xd6, 0x94, 0x5d, 0xff, 0xdc, 0x97, 0x60, 0xff, 0xbe, 0x82, 0x51, 0xff, 0x9b, 0x6c, 0x3f, 0xff, 0xa2, 0x71, 0x44, 0xff, 0xa2, 0x70, 0x43, 0xff, 0xa0, 0x6f, 0x41, 0xff, 0xa0, 0x6d, 0x3f, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa0, 0x6b, 0x3e, 0xff, 0x96, 0x5d, 0x35, 0xff, 0x8a, 0x50, 0x2d, 0xff, 0x8a, 0x51, 0x2f, 0xff, 0x8c, 0x52, 0x2f, 0xff, 0x87, 0x50, 0x2c, 0xff, 0x81, 0x48, 0x29, 0xff, 0x80, 0x47, 0x28, 0xff, 0x80, 0x47, 0x27, 0xff, 0x7f, 0x47, 0x27, 0xff, 0x7f, 0x46, 0x26, 0xff, 0x81, 0x46, 0x28, 0xff, 0x87, 0x4c, 0x2c, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x95, 0x59, 0x33, 0xff, 0x9e, 0x61, 0x37, 0xff, 0xa1, 0x62, 0x39, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa0, 0x62, 0x37, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9e, 0x60, 0x34, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x99, 0x59, 0x31, 0xff, 0x96, 0x56, 0x2e, 0xff, 0xb1, 0x73, 0x47, 0xff, 0xc0, 0x82, 0x52, 0xff, 0xb7, 0x78, 0x4b, 0xff, 0xb1, 0x73, 0x46, 0xff, 0xae, 0x71, 0x44, 0xff, 0xac, 0x6e, 0x42, 0xff, 0xab, 0x6c, 0x40, 0xff, 0xab, 0x6d, 0x41, 0xff, 0xad, 0x70, 0x44, 0xff, 0xb0, 0x74, 0x47, 0xff, 0xb5, 0x79, 0x4c, 0xff, 0xba, 0x7d, 0x4f, 0xff, 0xbe, 0x82, 0x55, 0xff, 0xc1, 0x87, 0x59, 0xff, 0xc0, 0x8b, 0x5a, 0xff, 0xc0, 0x8a, 0x5c, 0xff, 0xbd, 0x87, 0x5b, 0xff, 0xbb, 0x83, 0x57, 0xff, 0xb8, 0x7f, 0x52, 0xff, 0xb2, 0x78, 0x4b, 0xff, 0xac, 0x6f, 0x43, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa1, 0x62, 0x37, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x87, 0x49, 0x2b, 0xff, 0x85, 0x47, 0x29, 0xff, 0x84, 0x48, 0x29, 0xff, 0x84, 0x47, 0x29, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x87, 0x49, 0x2b, 0xff, 0x87, 0x4c, 0x2d, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x85, 0x48, 0x28, 0xff, 0x85, 0x47, 0x25, 0xff, 0x84, 0x47, 0x26, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x89, 0x4b, 0x2e, 0xff, 0x91, 0x55, 0x32, 0xff, 0x96, 0x58, 0x34, 0xff, 0x94, 0x57, 0x32, 0xff, 0x91, 0x53, 0x30, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x84, 0x47, 0x2a, 0xff, 0x81, 0x46, 0x26, 0xff, 0x81, 0x45, 0x25, 0xff, 0x7f, 0x45, 0x24, 0xff, 0x80, 0x44, 0x23, 0xff, 0x7e, 0x41, 0x23, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x86, 0x48, 0x29, 0xff, 0x87, 0x49, 0x29, 0xff, 0x87, 0x49, 0x29, 0xff, 0x86, 0x48, 0x29, 0xff, 0x84, 0x47, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x82, 0x46, 0x24, 0xff, 0x82, 0x45, 0x23, 0xff, 0x81, 0x43, 0x23, 0xff, 0x82, 0x45, 0x23, 0xff, 0x82, 0x45, 0x23, 0xff, 0x83, 0x45, 0x23, 0xff, 0x83, 0x45, 0x23, 0xff, 0x83, 0x45, 0x23, 0xff, 0x85, 0x46, 0x26, 0xff, 0x84, 0x47, 0x25, 0xff, 0x85, 0x47, 0x25, 0xff, 0x85, 0x46, 0x27, 0xff, 0x85, 0x45, 0x25, 0xff, 0x85, 0x46, 0x25, 0xff, 0x83, 0x46, 0x23, 0xff, 0x85, 0x46, 0x25, 0xff, 0x85, 0x47, 0x25, 0xff, 0x86, 0x47, 0x26, 0xff, 0x87, 0x49, 0x28, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x96, 0x57, 0x30, 0xff, - 0x9b, 0x5c, 0x35, 0xff, 0xa0, 0x60, 0x38, 0xff, 0xa4, 0x67, 0x3c, 0xff, 0xa9, 0x6c, 0x41, 0xff, 0xab, 0x70, 0x46, 0xff, 0x9d, 0x61, 0x3b, 0xff, 0xa5, 0x69, 0x43, 0xff, 0xa9, 0x70, 0x47, 0xff, 0xae, 0x73, 0x4c, 0xff, 0xb1, 0x79, 0x50, 0xff, 0xb4, 0x7b, 0x52, 0xff, 0xb5, 0x7e, 0x54, 0xff, 0xb8, 0x7f, 0x54, 0xff, 0xb8, 0x7d, 0x54, 0xff, 0xb3, 0x79, 0x4e, 0xff, 0xae, 0x73, 0x49, 0xff, 0xab, 0x6e, 0x44, 0xff, 0xa9, 0x6b, 0x40, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa0, 0x61, 0x37, 0xff, 0xa1, 0x60, 0x38, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xa9, 0x69, 0x40, 0xff, 0xa9, 0x6b, 0x40, 0xff, 0xaa, 0x6f, 0x41, 0xff, 0xae, 0x73, 0x45, 0xff, 0xb0, 0x71, 0x46, 0xff, 0xb2, 0x75, 0x46, 0xff, 0xb7, 0x79, 0x4c, 0xff, 0xb5, 0x78, 0x4d, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x80, 0x43, 0x20, 0xff, 0x80, 0x42, 0x21, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x79, 0x3d, 0x1c, 0xff, 0x78, 0x3d, 0x1c, 0xff, 0x79, 0x3e, 0x1a, 0xff, 0x77, 0x3d, 0x19, 0xff, 0x79, 0x3c, 0x1c, 0xff, 0x78, 0x3e, 0x1d, 0xff, 0x77, 0x3f, 0x1e, 0xff, 0x78, 0x3f, 0x1f, 0xff, 0x76, 0x3f, 0x1c, 0xff, 0x74, 0x3c, 0x1a, 0xff, 0x72, 0x3a, 0x19, 0xff, 0x74, 0x3b, 0x19, 0xff, 0x74, 0x3a, 0x17, 0xff, 0x76, 0x3c, 0x19, 0xff, 0x77, 0x3c, 0x19, 0xff, 0x78, 0x3e, 0x19, 0xff, 0x79, 0x3e, 0x1b, 0xff, 0x7b, 0x3f, 0x1d, 0xff, 0x7f, 0x41, 0x20, 0xff, 0x80, 0x44, 0x21, 0xff, 0x82, 0x46, 0x23, 0xff, 0x84, 0x47, 0x26, 0xff, 0x84, 0x47, 0x28, 0xff, 0x87, 0x49, 0x29, 0xff, 0x87, 0x48, 0x27, 0xff, 0x82, 0x44, 0x22, 0xff, 0x84, 0x45, 0x23, 0xff, 0x84, 0x46, 0x23, 0xff, 0x86, 0x46, 0x25, 0xff, 0x87, 0x49, 0x26, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x96, 0x55, 0x30, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xaa, 0x6a, 0x3a, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xb3, 0x76, 0x45, 0xff, 0xba, 0x7e, 0x4b, 0xff, 0xbf, 0x84, 0x51, 0xff, 0xc7, 0x8c, 0x58, 0xff, 0xd1, 0x92, 0x5d, 0xff, 0xd7, 0x98, 0x61, 0xff, 0xd8, 0x9b, 0x64, 0xff, 0xd5, 0x9c, 0x65, 0xff, 0xd0, 0x99, 0x63, 0xff, 0xca, 0x91, 0x5e, 0xff, 0xc5, 0x8e, 0x5d, 0xff, 0xc2, 0x8b, 0x5a, 0xff, 0xbf, 0x88, 0x56, 0xff, 0xc2, 0x89, 0x56, 0xff, 0xd0, 0x8f, 0x5c, 0xff, 0xde, 0x95, 0x60, 0xff, 0xd7, 0x93, 0x5e, 0xff, 0xd4, 0x92, 0x5d, 0xff, 0xd5, 0x96, 0x5e, 0xff, 0xd5, 0x96, 0x5d, 0xff, 0xd9, 0x97, 0x5f, 0xff, 0xc8, 0x8d, 0x59, 0xff, 0xa7, 0x78, 0x4b, 0xff, 0xa2, 0x71, 0x45, 0xff, 0xa3, 0x72, 0x46, 0xff, 0xa1, 0x71, 0x45, 0xff, 0xa1, 0x6e, 0x42, 0xff, 0xa0, 0x6e, 0x40, 0xff, 0x9e, 0x6a, 0x3c, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x8d, 0x54, 0x30, 0xff, 0x8b, 0x52, 0x2f, 0xff, 0x8b, 0x52, 0x2f, 0xff, 0x88, 0x4f, 0x2d, 0xff, 0x83, 0x4a, 0x2b, 0xff, 0x82, 0x49, 0x2a, 0xff, 0x82, 0x48, 0x29, 0xff, 0x81, 0x49, 0x29, 0xff, 0x80, 0x49, 0x28, 0xff, 0x80, 0x48, 0x27, 0xff, 0x83, 0x49, 0x29, 0xff, 0x84, 0x49, 0x29, 0xff, 0x83, 0x46, 0x27, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x99, 0x5b, 0x34, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa0, 0x62, 0x37, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa0, 0x60, 0x35, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x9a, 0x5c, 0x33, 0xff, 0x99, 0x59, 0x32, 0xff, 0x97, 0x58, 0x31, 0xff, 0x94, 0x55, 0x2d, 0xff, 0xa0, 0x60, 0x36, 0xff, 0xb1, 0x73, 0x48, 0xff, 0xb4, 0x78, 0x4b, 0xff, 0xaf, 0x72, 0x46, 0xff, 0xad, 0x70, 0x44, 0xff, 0xac, 0x6f, 0x42, 0xff, 0xad, 0x6e, 0x43, 0xff, 0xaf, 0x71, 0x45, 0xff, 0xb2, 0x75, 0x48, 0xff, 0xb6, 0x79, 0x4c, 0xff, 0xbb, 0x7e, 0x50, 0xff, 0xc0, 0x83, 0x55, 0xff, 0xc4, 0x87, 0x59, 0xff, 0xc3, 0x8a, 0x5c, 0xff, 0xc1, 0x8b, 0x5c, 0xff, 0xc0, 0x8b, 0x5b, 0xff, 0xbe, 0x86, 0x57, 0xff, 0xbb, 0x81, 0x52, 0xff, 0xb6, 0x7a, 0x4c, 0xff, 0xad, 0x71, 0x44, 0xff, 0xa9, 0x6c, 0x40, 0xff, 0xa8, 0x68, 0x3c, 0xff, 0xa3, 0x63, 0x37, 0xff, 0x9f, 0x60, 0x35, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x9a, 0x5c, 0x35, 0xff, 0x9a, 0x5b, 0x36, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x87, 0x4b, 0x2c, 0xff, 0x85, 0x48, 0x2b, 0xff, 0x85, 0x48, 0x29, 0xff, 0x87, 0x49, 0x2b, 0xff, 0x85, 0x48, 0x2b, 0xff, 0x85, 0x48, 0x2b, 0xff, 0x87, 0x47, 0x2c, 0xff, 0x87, 0x48, 0x2c, 0xff, 0x87, 0x4b, 0x2c, 0xff, 0x83, 0x47, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x85, 0x47, 0x26, 0xff, 0x86, 0x48, 0x28, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x93, 0x55, 0x32, 0xff, 0x94, 0x55, 0x32, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x83, 0x46, 0x28, 0xff, 0x82, 0x45, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x80, 0x44, 0x24, 0xff, 0x80, 0x44, 0x23, 0xff, 0x7f, 0x42, 0x23, 0xff, 0x7f, 0x42, 0x23, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x7e, 0x40, 0x21, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x84, 0x48, 0x29, 0xff, 0x87, 0x49, 0x29, 0xff, 0x87, 0x49, 0x29, 0xff, 0x86, 0x49, 0x29, 0xff, 0x84, 0x47, 0x28, 0xff, 0x84, 0x47, 0x25, 0xff, 0x82, 0x45, 0x24, 0xff, 0x80, 0x44, 0x23, 0xff, 0x80, 0x42, 0x23, 0xff, 0x82, 0x43, 0x23, 0xff, 0x83, 0x45, 0x23, 0xff, 0x83, 0x45, 0x23, 0xff, 0x83, 0x45, 0x23, 0xff, 0x83, 0x45, 0x23, 0xff, 0x83, 0x45, 0x23, 0xff, 0x84, 0x47, 0x25, 0xff, 0x85, 0x47, 0x25, 0xff, 0x85, 0x47, 0x25, 0xff, 0x85, 0x45, 0x25, 0xff, 0x85, 0x45, 0x25, 0xff, 0x85, 0x45, 0x25, 0xff, 0x85, 0x45, 0x24, 0xff, 0x85, 0x46, 0x24, 0xff, 0x86, 0x47, 0x27, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x95, 0x56, 0x30, 0xff, 0x9a, 0x5b, 0x34, 0xff, - 0x9e, 0x5f, 0x37, 0xff, 0xa4, 0x65, 0x3b, 0xff, 0xa9, 0x6c, 0x42, 0xff, 0xb0, 0x73, 0x47, 0xff, 0xa8, 0x6c, 0x43, 0xff, 0xa1, 0x66, 0x3f, 0xff, 0xa9, 0x6f, 0x46, 0xff, 0xb0, 0x76, 0x4d, 0xff, 0xb6, 0x7e, 0x55, 0xff, 0xbc, 0x84, 0x5a, 0xff, 0xc1, 0x8a, 0x5f, 0xff, 0xc4, 0x8b, 0x60, 0xff, 0xc3, 0x8c, 0x61, 0xff, 0xc6, 0x8d, 0x5f, 0xff, 0xc1, 0x87, 0x5c, 0xff, 0xba, 0x80, 0x54, 0xff, 0xb3, 0x77, 0x4c, 0xff, 0xad, 0x6f, 0x46, 0xff, 0xa9, 0x6c, 0x41, 0xff, 0xa7, 0x68, 0x3d, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa1, 0x61, 0x37, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa4, 0x64, 0x3a, 0xff, 0xa7, 0x67, 0x3c, 0xff, 0xa6, 0x66, 0x3c, 0xff, 0xa8, 0x68, 0x3c, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xa9, 0x6b, 0x40, 0xff, 0xab, 0x6f, 0x41, 0xff, 0xaf, 0x73, 0x45, 0xff, 0xb0, 0x72, 0x45, 0xff, 0xb4, 0x75, 0x48, 0xff, 0xb7, 0x7b, 0x4d, 0xff, 0xad, 0x6f, 0x47, 0xff, 0x80, 0x43, 0x22, 0xff, 0x81, 0x45, 0x23, 0xff, 0x7f, 0x43, 0x21, 0xff, 0x7d, 0x40, 0x1f, 0xff, 0x7c, 0x3f, 0x1e, 0xff, 0x7b, 0x3f, 0x1d, 0xff, 0x7c, 0x3f, 0x1d, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x7a, 0x40, 0x1b, 0xff, 0x79, 0x3f, 0x1e, 0xff, 0x79, 0x3e, 0x1c, 0xff, 0x78, 0x3c, 0x1a, 0xff, 0x76, 0x3c, 0x18, 0xff, 0x75, 0x3b, 0x17, 0xff, 0x76, 0x3c, 0x19, 0xff, 0x75, 0x3c, 0x19, 0xff, 0x76, 0x3c, 0x19, 0xff, 0x78, 0x3e, 0x19, 0xff, 0x79, 0x3f, 0x19, 0xff, 0x79, 0x3f, 0x1b, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7d, 0x40, 0x21, 0xff, 0x80, 0x43, 0x23, 0xff, 0x83, 0x46, 0x25, 0xff, 0x84, 0x47, 0x26, 0xff, 0x84, 0x47, 0x25, 0xff, 0x82, 0x44, 0x21, 0xff, 0x81, 0x44, 0x21, 0xff, 0x81, 0x44, 0x22, 0xff, 0x82, 0x44, 0x24, 0xff, 0x84, 0x45, 0x23, 0xff, 0x87, 0x48, 0x25, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x97, 0x57, 0x30, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xaf, 0x71, 0x41, 0xff, 0xb7, 0x7a, 0x47, 0xff, 0xbe, 0x82, 0x4f, 0xff, 0xc6, 0x8b, 0x57, 0xff, 0xd3, 0x95, 0x5f, 0xff, 0xe0, 0x9d, 0x65, 0xff, 0xe6, 0xa3, 0x6b, 0xff, 0xe8, 0xa7, 0x6e, 0xff, 0xe5, 0xa6, 0x6e, 0xff, 0xdc, 0x9f, 0x6a, 0xff, 0xd4, 0x99, 0x65, 0xff, 0xcd, 0x94, 0x62, 0xff, 0xc7, 0x8e, 0x5f, 0xff, 0xc4, 0x8c, 0x5b, 0xff, 0xc3, 0x8b, 0x5a, 0xff, 0xca, 0x8d, 0x5c, 0xff, 0xd9, 0x94, 0x60, 0xff, 0xde, 0x96, 0x61, 0xff, 0xdb, 0x96, 0x60, 0xff, 0xd6, 0x96, 0x5f, 0xff, 0xd8, 0x97, 0x60, 0xff, 0xdb, 0x98, 0x61, 0xff, 0xd4, 0x93, 0x5f, 0xff, 0xb6, 0x82, 0x55, 0xff, 0xa1, 0x74, 0x4a, 0xff, 0xa4, 0x74, 0x4a, 0xff, 0xa4, 0x73, 0x48, 0xff, 0xa2, 0x72, 0x46, 0xff, 0xa3, 0x70, 0x44, 0xff, 0xa0, 0x67, 0x3d, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x8f, 0x56, 0x31, 0xff, 0x8c, 0x53, 0x2f, 0xff, 0x8c, 0x52, 0x2f, 0xff, 0x89, 0x4f, 0x2c, 0xff, 0x85, 0x4b, 0x2b, 0xff, 0x84, 0x4a, 0x2b, 0xff, 0x84, 0x4a, 0x2a, 0xff, 0x83, 0x49, 0x2b, 0xff, 0x82, 0x48, 0x2b, 0xff, 0x83, 0x49, 0x2a, 0xff, 0x83, 0x49, 0x2a, 0xff, 0x7b, 0x42, 0x21, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x80, 0x44, 0x24, 0xff, 0x84, 0x49, 0x29, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa0, 0x62, 0x36, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x98, 0x5a, 0x31, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x9f, 0x61, 0x3a, 0xff, 0xaf, 0x72, 0x46, 0xff, 0xb4, 0x75, 0x49, 0xff, 0xb1, 0x73, 0x46, 0xff, 0xb0, 0x72, 0x46, 0xff, 0xb2, 0x74, 0x47, 0xff, 0xb4, 0x77, 0x49, 0xff, 0xb8, 0x7b, 0x4e, 0xff, 0xbd, 0x7f, 0x52, 0xff, 0xc2, 0x84, 0x56, 0xff, 0xc7, 0x89, 0x59, 0xff, 0xc7, 0x8d, 0x5b, 0xff, 0xc5, 0x8d, 0x5c, 0xff, 0xc2, 0x8a, 0x5b, 0xff, 0xc1, 0x86, 0x59, 0xff, 0xbe, 0x82, 0x54, 0xff, 0xb7, 0x7b, 0x4d, 0xff, 0xb2, 0x73, 0x46, 0xff, 0xab, 0x6b, 0x3f, 0xff, 0xa9, 0x6a, 0x3c, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa0, 0x62, 0x36, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9f, 0x60, 0x35, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x88, 0x4a, 0x2c, 0xff, 0x86, 0x48, 0x2a, 0xff, 0x84, 0x47, 0x2a, 0xff, 0x83, 0x49, 0x2a, 0xff, 0x85, 0x48, 0x2b, 0xff, 0x88, 0x4a, 0x2e, 0xff, 0x87, 0x4b, 0x2a, 0xff, 0x84, 0x47, 0x27, 0xff, 0x81, 0x45, 0x25, 0xff, 0x82, 0x46, 0x24, 0xff, 0x86, 0x48, 0x26, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8d, 0x51, 0x30, 0xff, 0x8e, 0x50, 0x30, 0xff, 0x8c, 0x4e, 0x2e, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8b, 0x4d, 0x2d, 0xff, 0x91, 0x52, 0x30, 0xff, 0x91, 0x52, 0x30, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x83, 0x45, 0x29, 0xff, 0x81, 0x46, 0x25, 0xff, 0x81, 0x45, 0x24, 0xff, 0x80, 0x44, 0x23, 0xff, 0x80, 0x43, 0x23, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x81, 0x44, 0x23, 0xff, 0x80, 0x42, 0x21, 0xff, 0x7e, 0x44, 0x22, 0xff, 0x7d, 0x41, 0x22, 0xff, 0x81, 0x45, 0x27, 0xff, 0x86, 0x49, 0x28, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x87, 0x49, 0x29, 0xff, 0x85, 0x46, 0x28, 0xff, 0x84, 0x46, 0x26, 0xff, 0x82, 0x44, 0x25, 0xff, 0x83, 0x45, 0x24, 0xff, 0x80, 0x43, 0x21, 0xff, 0x82, 0x45, 0x25, 0xff, 0x84, 0x45, 0x24, 0xff, 0x83, 0x44, 0x23, 0xff, 0x83, 0x44, 0x23, 0xff, 0x83, 0x44, 0x23, 0xff, 0x83, 0x45, 0x23, 0xff, 0x83, 0x46, 0x25, 0xff, 0x84, 0x45, 0x23, 0xff, 0x85, 0x45, 0x23, 0xff, 0x86, 0x46, 0x25, 0xff, 0x86, 0x45, 0x25, 0xff, 0x85, 0x46, 0x25, 0xff, 0x85, 0x47, 0x26, 0xff, 0x86, 0x47, 0x27, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x9a, 0x5b, 0x34, 0xff, - 0xa1, 0x62, 0x38, 0xff, 0xa5, 0x69, 0x3e, 0xff, 0xac, 0x71, 0x45, 0xff, 0xb4, 0x7a, 0x4e, 0xff, 0xa4, 0x68, 0x40, 0xff, 0xa6, 0x6b, 0x44, 0xff, 0xae, 0x76, 0x4d, 0xff, 0xb5, 0x7e, 0x54, 0xff, 0xbf, 0x87, 0x5c, 0xff, 0xc9, 0x91, 0x65, 0xff, 0xd7, 0x98, 0x6a, 0xff, 0xdd, 0x9c, 0x6e, 0xff, 0xdf, 0x9d, 0x6f, 0xff, 0xdc, 0x9b, 0x6d, 0xff, 0xda, 0x9b, 0x6b, 0xff, 0xca, 0x8f, 0x61, 0xff, 0xbd, 0x83, 0x59, 0xff, 0xb4, 0x7a, 0x4e, 0xff, 0xaf, 0x73, 0x48, 0xff, 0xac, 0x6e, 0x43, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xab, 0x6b, 0x40, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa6, 0x66, 0x3a, 0xff, 0xa6, 0x64, 0x3a, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa9, 0x69, 0x3e, 0xff, 0xa9, 0x6b, 0x40, 0xff, 0xae, 0x71, 0x44, 0xff, 0xaf, 0x71, 0x45, 0xff, 0xb1, 0x72, 0x46, 0xff, 0xb6, 0x77, 0x4a, 0xff, 0xb4, 0x77, 0x4a, 0xff, 0x96, 0x57, 0x34, 0xff, 0x80, 0x42, 0x22, 0xff, 0x82, 0x44, 0x22, 0xff, 0x7f, 0x44, 0x22, 0xff, 0x7e, 0x41, 0x20, 0xff, 0x7d, 0x40, 0x1e, 0xff, 0x7e, 0x41, 0x1e, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7a, 0x3f, 0x1d, 0xff, 0x79, 0x3d, 0x1b, 0xff, 0x77, 0x3d, 0x19, 0xff, 0x77, 0x3e, 0x18, 0xff, 0x77, 0x3d, 0x1b, 0xff, 0x77, 0x3c, 0x19, 0xff, 0x77, 0x3c, 0x19, 0xff, 0x77, 0x3d, 0x19, 0xff, 0x78, 0x3d, 0x1a, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7d, 0x41, 0x21, 0xff, 0x7f, 0x42, 0x22, 0xff, 0x81, 0x44, 0x23, 0xff, 0x81, 0x45, 0x22, 0xff, 0x80, 0x43, 0x20, 0xff, 0x80, 0x41, 0x21, 0xff, 0x80, 0x43, 0x20, 0xff, 0x80, 0x44, 0x21, 0xff, 0x82, 0x44, 0x22, 0xff, 0x84, 0x44, 0x24, 0xff, 0x86, 0x47, 0x25, 0xff, 0x88, 0x4a, 0x26, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x95, 0x53, 0x2d, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa8, 0x69, 0x3a, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xad, 0x70, 0x40, 0xff, 0xb2, 0x75, 0x44, 0xff, 0xba, 0x7e, 0x4b, 0xff, 0xc2, 0x87, 0x53, 0xff, 0xcf, 0x92, 0x5b, 0xff, 0xe0, 0x9d, 0x66, 0xff, 0xea, 0xa7, 0x6f, 0xff, 0xea, 0xb0, 0x75, 0xff, 0xea, 0xb4, 0x79, 0xff, 0xe9, 0xb3, 0x7a, 0xff, 0xe7, 0xa8, 0x72, 0xff, 0xdf, 0xa0, 0x6d, 0xff, 0xd7, 0x9a, 0x6a, 0xff, 0xd0, 0x94, 0x65, 0xff, 0xcb, 0x90, 0x61, 0xff, 0xc9, 0x8d, 0x5e, 0xff, 0xc8, 0x8c, 0x5e, 0xff, 0xd1, 0x90, 0x60, 0xff, 0xde, 0x97, 0x64, 0xff, 0xdc, 0x97, 0x64, 0xff, 0xda, 0x98, 0x62, 0xff, 0xdc, 0x99, 0x62, 0xff, 0xe1, 0x9b, 0x64, 0xff, 0xdb, 0x96, 0x62, 0xff, 0xbb, 0x85, 0x58, 0xff, 0xa3, 0x76, 0x4f, 0xff, 0xa6, 0x76, 0x4f, 0xff, 0xa6, 0x77, 0x4c, 0xff, 0xa5, 0x75, 0x48, 0xff, 0xa4, 0x72, 0x45, 0xff, 0xa0, 0x69, 0x3e, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x8d, 0x55, 0x30, 0xff, 0x8d, 0x54, 0x2f, 0xff, 0x8a, 0x51, 0x2d, 0xff, 0x86, 0x4c, 0x2b, 0xff, 0x86, 0x4c, 0x2b, 0xff, 0x86, 0x4c, 0x2b, 0xff, 0x84, 0x4a, 0x2b, 0xff, 0x83, 0x49, 0x2b, 0xff, 0x83, 0x4a, 0x2c, 0xff, 0x80, 0x47, 0x27, 0xff, 0x7a, 0x40, 0x20, 0xff, 0x79, 0x40, 0x1f, 0xff, 0x7a, 0x41, 0x20, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x81, 0x45, 0x24, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x93, 0x56, 0x30, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa0, 0x61, 0x36, 0xff, 0x9f, 0x60, 0x35, 0xff, 0x9f, 0x60, 0x35, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x95, 0x57, 0x30, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x93, 0x54, 0x31, 0xff, 0x9f, 0x62, 0x39, 0xff, 0xae, 0x72, 0x45, 0xff, 0xb7, 0x79, 0x4c, 0xff, 0xb6, 0x78, 0x4b, 0xff, 0xb6, 0x79, 0x4b, 0xff, 0xb9, 0x7c, 0x4e, 0xff, 0xbd, 0x80, 0x52, 0xff, 0xc2, 0x85, 0x57, 0xff, 0xc7, 0x8b, 0x5b, 0xff, 0xcb, 0x8c, 0x5c, 0xff, 0xc9, 0x8c, 0x5c, 0xff, 0xc6, 0x8a, 0x5b, 0xff, 0xc3, 0x86, 0x58, 0xff, 0xbf, 0x82, 0x53, 0xff, 0xb9, 0x7c, 0x4d, 0xff, 0xb3, 0x75, 0x47, 0xff, 0xad, 0x6e, 0x42, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa1, 0x64, 0x37, 0xff, 0xa0, 0x63, 0x38, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9f, 0x61, 0x38, 0xff, 0x9f, 0x60, 0x38, 0xff, 0x91, 0x55, 0x30, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x86, 0x48, 0x2b, 0xff, 0x86, 0x49, 0x2c, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x83, 0x46, 0x27, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x84, 0x46, 0x25, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x90, 0x52, 0x30, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8c, 0x4e, 0x2f, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x92, 0x52, 0x30, 0xff, 0x92, 0x51, 0x2f, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x82, 0x47, 0x27, 0xff, 0x81, 0x44, 0x25, 0xff, 0x80, 0x44, 0x23, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x80, 0x44, 0x23, 0xff, 0x82, 0x45, 0x25, 0xff, 0x81, 0x45, 0x24, 0xff, 0x82, 0x45, 0x22, 0xff, 0x80, 0x43, 0x22, 0xff, 0x7e, 0x43, 0x23, 0xff, 0x7d, 0x41, 0x22, 0xff, 0x84, 0x48, 0x28, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x87, 0x49, 0x29, 0xff, 0x86, 0x48, 0x29, 0xff, 0x85, 0x46, 0x26, 0xff, 0x84, 0x46, 0x24, 0xff, 0x82, 0x44, 0x25, 0xff, 0x81, 0x44, 0x23, 0xff, 0x82, 0x44, 0x23, 0xff, 0x84, 0x45, 0x23, 0xff, 0x86, 0x46, 0x25, 0xff, 0x86, 0x47, 0x24, 0xff, 0x86, 0x46, 0x24, 0xff, 0x85, 0x46, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x86, 0x46, 0x24, 0xff, 0x86, 0x46, 0x25, 0xff, 0x87, 0x47, 0x25, 0xff, 0x87, 0x47, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x86, 0x47, 0x26, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x97, 0x58, 0x31, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x9d, 0x5d, 0x36, 0xff, - 0xa2, 0x64, 0x3a, 0xff, 0xa8, 0x6c, 0x41, 0xff, 0xb0, 0x74, 0x49, 0xff, 0xba, 0x7e, 0x54, 0xff, 0xa3, 0x67, 0x3f, 0xff, 0xa8, 0x6e, 0x46, 0xff, 0xb2, 0x79, 0x50, 0xff, 0xbc, 0x84, 0x5a, 0xff, 0xca, 0x90, 0x65, 0xff, 0xdd, 0x9b, 0x6e, 0xff, 0xea, 0xa7, 0x76, 0xff, 0xea, 0xab, 0x7c, 0xff, 0xea, 0xae, 0x7e, 0xff, 0xea, 0xad, 0x7d, 0xff, 0xe8, 0xa7, 0x78, 0xff, 0xe3, 0x9f, 0x70, 0xff, 0xd1, 0x93, 0x64, 0xff, 0xc0, 0x85, 0x5a, 0xff, 0xb6, 0x7c, 0x50, 0xff, 0xaf, 0x72, 0x47, 0xff, 0xab, 0x6e, 0x41, 0xff, 0xa8, 0x69, 0x3c, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0xa1, 0x61, 0x38, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa4, 0x63, 0x39, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa6, 0x65, 0x3a, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xac, 0x6e, 0x42, 0xff, 0xaf, 0x6f, 0x44, 0xff, 0xaf, 0x6e, 0x43, 0xff, 0xb2, 0x74, 0x45, 0xff, 0xb6, 0x77, 0x4b, 0xff, 0xa9, 0x6c, 0x40, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x84, 0x46, 0x24, 0xff, 0x82, 0x46, 0x23, 0xff, 0x81, 0x43, 0x21, 0xff, 0x7f, 0x43, 0x21, 0xff, 0x7e, 0x42, 0x1e, 0xff, 0x7d, 0x40, 0x1e, 0xff, 0x7d, 0x40, 0x1e, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x7a, 0x40, 0x1b, 0xff, 0x77, 0x3d, 0x1a, 0xff, 0x78, 0x3d, 0x1b, 0xff, 0x78, 0x3c, 0x1b, 0xff, 0x77, 0x3c, 0x19, 0xff, 0x77, 0x3d, 0x19, 0xff, 0x78, 0x3d, 0x1a, 0xff, 0x79, 0x3e, 0x1c, 0xff, 0x78, 0x3d, 0x1b, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7c, 0x3f, 0x1e, 0xff, 0x7e, 0x41, 0x1f, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x80, 0x42, 0x22, 0xff, 0x7d, 0x42, 0x20, 0xff, 0x7c, 0x3f, 0x1d, 0xff, 0x7d, 0x41, 0x1f, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x7f, 0x44, 0x21, 0xff, 0x81, 0x45, 0x22, 0xff, 0x86, 0x47, 0x23, 0xff, 0x86, 0x48, 0x26, 0xff, 0x88, 0x48, 0x28, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9f, 0x5e, 0x33, 0xff, 0xa1, 0x62, 0x35, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xaf, 0x72, 0x42, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xbd, 0x83, 0x4f, 0xff, 0xc9, 0x8c, 0x58, 0xff, 0xda, 0x99, 0x62, 0xff, 0xe9, 0xa5, 0x6c, 0xff, 0xe9, 0xb1, 0x76, 0xff, 0xe9, 0xbe, 0x7f, 0xff, 0xea, 0xc7, 0x85, 0xff, 0xe9, 0xc0, 0x85, 0xff, 0xea, 0xb3, 0x7e, 0xff, 0xe8, 0xaa, 0x79, 0xff, 0xe2, 0xa1, 0x72, 0xff, 0xdc, 0x9b, 0x6c, 0xff, 0xd6, 0x97, 0x67, 0xff, 0xd0, 0x91, 0x63, 0xff, 0xc8, 0x8d, 0x5f, 0xff, 0xca, 0x8f, 0x60, 0xff, 0xdc, 0x95, 0x66, 0xff, 0xe1, 0x98, 0x67, 0xff, 0xde, 0x9a, 0x66, 0xff, 0xdf, 0x9a, 0x65, 0xff, 0xe4, 0x9d, 0x67, 0xff, 0xe0, 0x99, 0x64, 0xff, 0xc2, 0x88, 0x5a, 0xff, 0xa7, 0x79, 0x54, 0xff, 0xa9, 0x78, 0x53, 0xff, 0xa7, 0x77, 0x4f, 0xff, 0xa6, 0x76, 0x4c, 0xff, 0xa5, 0x73, 0x47, 0xff, 0xa1, 0x69, 0x3d, 0xff, 0x9e, 0x62, 0x39, 0xff, 0x97, 0x5d, 0x36, 0xff, 0x90, 0x57, 0x31, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x89, 0x4e, 0x2d, 0xff, 0x85, 0x4d, 0x2d, 0xff, 0x85, 0x4d, 0x2d, 0xff, 0x86, 0x4d, 0x2c, 0xff, 0x86, 0x4b, 0x2c, 0xff, 0x84, 0x48, 0x2a, 0xff, 0x7c, 0x41, 0x21, 0xff, 0x78, 0x3d, 0x1d, 0xff, 0x7a, 0x40, 0x20, 0xff, 0x7b, 0x40, 0x21, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7d, 0x43, 0x22, 0xff, 0x7e, 0x45, 0x23, 0xff, 0x83, 0x48, 0x27, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x99, 0x59, 0x33, 0xff, 0x9f, 0x60, 0x37, 0xff, 0x9f, 0x63, 0x36, 0xff, 0xa0, 0x62, 0x36, 0xff, 0xa2, 0x63, 0x37, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x91, 0x54, 0x30, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x9f, 0x60, 0x38, 0xff, 0xb2, 0x75, 0x49, 0xff, 0xbc, 0x7f, 0x50, 0xff, 0xbe, 0x80, 0x51, 0xff, 0xbe, 0x81, 0x53, 0xff, 0xc2, 0x84, 0x57, 0xff, 0xc7, 0x88, 0x5a, 0xff, 0xc9, 0x8c, 0x5a, 0xff, 0xc9, 0x8c, 0x5b, 0xff, 0xc7, 0x8a, 0x5b, 0xff, 0xc4, 0x86, 0x57, 0xff, 0xc0, 0x81, 0x53, 0xff, 0xba, 0x7c, 0x4f, 0xff, 0xb5, 0x77, 0x48, 0xff, 0xaf, 0x72, 0x43, 0xff, 0xac, 0x6f, 0x41, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xa7, 0x6a, 0x3d, 0xff, 0xa5, 0x67, 0x3c, 0xff, 0xa4, 0x67, 0x3c, 0xff, 0xa2, 0x66, 0x3c, 0xff, 0xa1, 0x65, 0x3a, 0xff, 0x9f, 0x64, 0x3c, 0xff, 0x9f, 0x63, 0x3b, 0xff, 0x9f, 0x62, 0x3a, 0xff, 0x92, 0x56, 0x31, 0xff, 0x8b, 0x4f, 0x2f, 0xff, 0x8a, 0x4d, 0x2e, 0xff, 0x87, 0x4a, 0x2d, 0xff, 0x7e, 0x43, 0x21, 0xff, 0x7b, 0x41, 0x1f, 0xff, 0x7d, 0x41, 0x21, 0xff, 0x81, 0x43, 0x21, 0xff, 0x87, 0x48, 0x27, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x92, 0x53, 0x31, 0xff, 0x92, 0x53, 0x30, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x86, 0x47, 0x2a, 0xff, 0x92, 0x53, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x8e, 0x4e, 0x2e, 0xff, 0x82, 0x47, 0x27, 0xff, 0x81, 0x44, 0x25, 0xff, 0x81, 0x44, 0x25, 0xff, 0x80, 0x44, 0x23, 0xff, 0x7e, 0x44, 0x23, 0xff, 0x81, 0x46, 0x23, 0xff, 0x83, 0x44, 0x24, 0xff, 0x81, 0x44, 0x22, 0xff, 0x81, 0x44, 0x23, 0xff, 0x80, 0x44, 0x23, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x7d, 0x40, 0x21, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x87, 0x49, 0x28, 0xff, 0x86, 0x49, 0x28, 0xff, 0x86, 0x49, 0x29, 0xff, 0x87, 0x49, 0x27, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x45, 0x26, 0xff, 0x85, 0x45, 0x25, 0xff, 0x83, 0x45, 0x25, 0xff, 0x84, 0x45, 0x25, 0xff, 0x86, 0x47, 0x27, 0xff, 0x86, 0x49, 0x27, 0xff, 0x86, 0x49, 0x27, 0xff, 0x86, 0x46, 0x26, 0xff, 0x86, 0x47, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x87, 0x47, 0x27, 0xff, 0x86, 0x47, 0x26, 0xff, 0x88, 0x49, 0x26, 0xff, 0x88, 0x49, 0x29, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x92, 0x51, 0x2f, 0xff, 0x97, 0x58, 0x30, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x9f, 0x5f, 0x37, 0xff, - 0xa3, 0x65, 0x3b, 0xff, 0xa9, 0x6e, 0x42, 0xff, 0xb2, 0x77, 0x4b, 0xff, 0xbd, 0x83, 0x58, 0xff, 0x9f, 0x64, 0x3c, 0xff, 0xab, 0x70, 0x49, 0xff, 0xb4, 0x7b, 0x53, 0xff, 0xc2, 0x8b, 0x5f, 0xff, 0xd6, 0x97, 0x6a, 0xff, 0xe8, 0xa6, 0x77, 0xff, 0xea, 0xb0, 0x80, 0xff, 0xea, 0xba, 0x89, 0xff, 0xea, 0xc3, 0x8d, 0xff, 0xea, 0xc3, 0x8d, 0xff, 0xe9, 0xb9, 0x87, 0xff, 0xea, 0xac, 0x7d, 0xff, 0xe7, 0xa5, 0x74, 0xff, 0xd8, 0x97, 0x68, 0xff, 0xc2, 0x87, 0x5a, 0xff, 0xb6, 0x7c, 0x4f, 0xff, 0xad, 0x70, 0x45, 0xff, 0xab, 0x6b, 0x41, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xa4, 0x62, 0x38, 0xff, 0xa6, 0x66, 0x3b, 0xff, 0xa2, 0x61, 0x38, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa5, 0x64, 0x39, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xad, 0x6e, 0x42, 0xff, 0xb1, 0x72, 0x47, 0xff, 0xb0, 0x72, 0x46, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x84, 0x47, 0x26, 0xff, 0x83, 0x46, 0x25, 0xff, 0x83, 0x44, 0x22, 0xff, 0x81, 0x44, 0x21, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x7e, 0x42, 0x1e, 0xff, 0x7e, 0x42, 0x1e, 0xff, 0x7d, 0x40, 0x1e, 0xff, 0x7b, 0x3f, 0x1d, 0xff, 0x7a, 0x3e, 0x1b, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x78, 0x3d, 0x1a, 0xff, 0x78, 0x3d, 0x19, 0xff, 0x78, 0x3d, 0x19, 0xff, 0x78, 0x3d, 0x1a, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x7a, 0x40, 0x1b, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7c, 0x3f, 0x1e, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7c, 0x41, 0x1f, 0xff, 0x7d, 0x40, 0x20, 0xff, 0x7c, 0x41, 0x1f, 0xff, 0x79, 0x3e, 0x1b, 0xff, 0x7c, 0x40, 0x1d, 0xff, 0x7d, 0x40, 0x1e, 0xff, 0x7e, 0x42, 0x1e, 0xff, 0x81, 0x43, 0x21, 0xff, 0x83, 0x45, 0x23, 0xff, 0x86, 0x47, 0x26, 0xff, 0x87, 0x48, 0x27, 0xff, 0x8c, 0x4c, 0x27, 0xff, 0x93, 0x53, 0x29, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xaa, 0x6d, 0x3e, 0xff, 0xb0, 0x74, 0x45, 0xff, 0xb6, 0x7b, 0x4b, 0xff, 0xc2, 0x86, 0x53, 0xff, 0xd1, 0x92, 0x5d, 0xff, 0xe2, 0x9f, 0x68, 0xff, 0xea, 0xae, 0x74, 0xff, 0xea, 0xc1, 0x7f, 0xff, 0xe9, 0xd2, 0x8b, 0xff, 0xe9, 0xdc, 0x92, 0xff, 0xe7, 0xd3, 0x91, 0xff, 0xea, 0xc4, 0x8c, 0xff, 0xea, 0xb7, 0x86, 0xff, 0xe7, 0xa7, 0x7b, 0xff, 0xe0, 0x9f, 0x71, 0xff, 0xdc, 0x9a, 0x6c, 0xff, 0xd5, 0x96, 0x68, 0xff, 0xcd, 0x90, 0x63, 0xff, 0xc9, 0x8c, 0x5f, 0xff, 0xd3, 0x92, 0x63, 0xff, 0xe5, 0x9c, 0x6a, 0xff, 0xe1, 0x9b, 0x67, 0xff, 0xe0, 0x9c, 0x66, 0xff, 0xe7, 0xa0, 0x69, 0xff, 0xe8, 0xa1, 0x6a, 0xff, 0xcb, 0x8f, 0x5f, 0xff, 0xab, 0x7c, 0x55, 0xff, 0xa8, 0x79, 0x55, 0xff, 0xa8, 0x78, 0x52, 0xff, 0xa8, 0x79, 0x50, 0xff, 0xa6, 0x75, 0x48, 0xff, 0xa2, 0x6a, 0x3d, 0xff, 0xa1, 0x65, 0x39, 0xff, 0x99, 0x5f, 0x37, 0xff, 0x91, 0x59, 0x33, 0xff, 0x91, 0x57, 0x30, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8a, 0x51, 0x2e, 0xff, 0x88, 0x4f, 0x2d, 0xff, 0x88, 0x4e, 0x2d, 0xff, 0x86, 0x4d, 0x2d, 0xff, 0x87, 0x4c, 0x2d, 0xff, 0x83, 0x48, 0x29, 0xff, 0x7a, 0x41, 0x21, 0xff, 0x79, 0x3f, 0x1f, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7b, 0x40, 0x21, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7d, 0x43, 0x22, 0xff, 0x7d, 0x43, 0x22, 0xff, 0x80, 0x45, 0x22, 0xff, 0x82, 0x47, 0x26, 0xff, 0x86, 0x4a, 0x29, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x94, 0x57, 0x30, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0xa0, 0x61, 0x38, 0xff, 0x96, 0x57, 0x31, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0xa1, 0x64, 0x3c, 0xff, 0xb3, 0x76, 0x4b, 0xff, 0xbe, 0x81, 0x53, 0xff, 0xc2, 0x85, 0x56, 0xff, 0xc5, 0x88, 0x58, 0xff, 0xc7, 0x8b, 0x59, 0xff, 0xc9, 0x8a, 0x5a, 0xff, 0xc8, 0x8a, 0x5a, 0xff, 0xc5, 0x87, 0x57, 0xff, 0xc1, 0x83, 0x53, 0xff, 0xbd, 0x80, 0x4f, 0xff, 0xb8, 0x7c, 0x4d, 0xff, 0xb4, 0x79, 0x4b, 0xff, 0xaf, 0x74, 0x47, 0xff, 0xac, 0x72, 0x45, 0xff, 0xaa, 0x70, 0x44, 0xff, 0xa7, 0x6e, 0x41, 0xff, 0xa6, 0x6c, 0x41, 0xff, 0xa5, 0x6a, 0x40, 0xff, 0xa3, 0x68, 0x3f, 0xff, 0xa2, 0x66, 0x3e, 0xff, 0xa1, 0x64, 0x3d, 0xff, 0xa1, 0x64, 0x3a, 0xff, 0xa1, 0x63, 0x3b, 0xff, 0x92, 0x55, 0x32, 0xff, 0x84, 0x48, 0x28, 0xff, 0x7e, 0x42, 0x20, 0xff, 0x7c, 0x41, 0x21, 0xff, 0x7c, 0x42, 0x1f, 0xff, 0x82, 0x44, 0x23, 0xff, 0x85, 0x47, 0x26, 0xff, 0x87, 0x49, 0x26, 0xff, 0x88, 0x49, 0x27, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x95, 0x56, 0x31, 0xff, 0x93, 0x54, 0x30, 0xff, 0x90, 0x50, 0x2f, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x86, 0x48, 0x29, 0xff, 0x92, 0x53, 0x30, 0xff, 0x95, 0x55, 0x31, 0xff, 0x85, 0x48, 0x28, 0xff, 0x7f, 0x43, 0x25, 0xff, 0x81, 0x44, 0x25, 0xff, 0x81, 0x45, 0x23, 0xff, 0x80, 0x45, 0x23, 0xff, 0x82, 0x45, 0x23, 0xff, 0x83, 0x46, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x82, 0x44, 0x22, 0xff, 0x82, 0x46, 0x22, 0xff, 0x81, 0x44, 0x23, 0xff, 0x80, 0x44, 0x21, 0xff, 0x7e, 0x40, 0x21, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x86, 0x49, 0x29, 0xff, 0x86, 0x49, 0x29, 0xff, 0x88, 0x49, 0x29, 0xff, 0x88, 0x49, 0x28, 0xff, 0x85, 0x47, 0x25, 0xff, 0x86, 0x47, 0x27, 0xff, 0x86, 0x46, 0x26, 0xff, 0x86, 0x48, 0x26, 0xff, 0x85, 0x45, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x88, 0x48, 0x27, 0xff, 0x87, 0x48, 0x27, 0xff, 0x86, 0x47, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x86, 0x48, 0x25, 0xff, 0x88, 0x49, 0x25, 0xff, 0x88, 0x49, 0x27, 0xff, 0x88, 0x49, 0x26, 0xff, 0x89, 0x49, 0x26, 0xff, 0x8b, 0x4b, 0x27, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x97, 0x56, 0x31, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9f, 0x60, 0x38, 0xff, - 0xa2, 0x64, 0x3a, 0xff, 0xa9, 0x6d, 0x42, 0xff, 0xb3, 0x78, 0x4c, 0xff, 0xb0, 0x75, 0x4b, 0xff, 0xa1, 0x64, 0x3e, 0xff, 0xab, 0x71, 0x49, 0xff, 0xb5, 0x7e, 0x54, 0xff, 0xc2, 0x8b, 0x61, 0xff, 0xd8, 0x9d, 0x6d, 0xff, 0xea, 0xa9, 0x7c, 0xff, 0xea, 0xb9, 0x86, 0xff, 0xea, 0xca, 0x90, 0xff, 0xe9, 0xd4, 0x96, 0xff, 0xe8, 0xd8, 0x99, 0xff, 0xea, 0xd1, 0x95, 0xff, 0xea, 0xc3, 0x8b, 0xff, 0xe9, 0xb2, 0x80, 0xff, 0xea, 0xa7, 0x76, 0xff, 0xd7, 0x95, 0x65, 0xff, 0xbe, 0x84, 0x57, 0xff, 0xb1, 0x75, 0x4a, 0xff, 0xac, 0x6d, 0x43, 0xff, 0xa9, 0x69, 0x40, 0xff, 0xa8, 0x68, 0x3e, 0xff, 0xa5, 0x65, 0x3a, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xa4, 0x63, 0x39, 0xff, 0xa5, 0x64, 0x39, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xa4, 0x63, 0x39, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0xa9, 0x69, 0x3e, 0xff, 0xab, 0x6b, 0x3f, 0xff, 0xab, 0x6c, 0x41, 0xff, 0xae, 0x6e, 0x43, 0xff, 0xb2, 0x73, 0x46, 0xff, 0xa6, 0x69, 0x40, 0xff, 0x83, 0x47, 0x25, 0xff, 0x84, 0x47, 0x27, 0xff, 0x85, 0x46, 0x25, 0xff, 0x83, 0x44, 0x22, 0xff, 0x80, 0x44, 0x21, 0xff, 0x7f, 0x42, 0x20, 0xff, 0x80, 0x42, 0x1f, 0xff, 0x7f, 0x43, 0x1f, 0xff, 0x7d, 0x40, 0x1e, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x78, 0x3e, 0x1b, 0xff, 0x78, 0x3d, 0x1b, 0xff, 0x79, 0x3e, 0x1a, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7b, 0x40, 0x1d, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7a, 0x3f, 0x1b, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7e, 0x41, 0x20, 0xff, 0x81, 0x43, 0x22, 0xff, 0x85, 0x45, 0x25, 0xff, 0x87, 0x49, 0x29, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x8e, 0x4d, 0x24, 0xff, 0x92, 0x51, 0x27, 0xff, 0x97, 0x56, 0x2c, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xac, 0x6f, 0x40, 0xff, 0xb1, 0x75, 0x45, 0xff, 0xba, 0x7e, 0x4e, 0xff, 0xc7, 0x8a, 0x58, 0xff, 0xd8, 0x97, 0x61, 0xff, 0xe8, 0xa6, 0x6d, 0xff, 0xea, 0xb9, 0x7b, 0xff, 0xea, 0xcf, 0x89, 0xff, 0xe6, 0xdb, 0x94, 0xff, 0xe3, 0xda, 0x9d, 0xff, 0xe6, 0xdb, 0x9f, 0xff, 0xe8, 0xd8, 0x9a, 0xff, 0xea, 0xc9, 0x91, 0xff, 0xea, 0xb3, 0x84, 0xff, 0xe7, 0xa6, 0x78, 0xff, 0xdf, 0x9d, 0x6f, 0xff, 0xd8, 0x98, 0x69, 0xff, 0xd2, 0x94, 0x64, 0xff, 0xd0, 0x91, 0x62, 0xff, 0xce, 0x91, 0x62, 0xff, 0xd8, 0x96, 0x65, 0xff, 0xe5, 0x9e, 0x6a, 0xff, 0xe5, 0x9e, 0x69, 0xff, 0xe8, 0xa1, 0x6c, 0xff, 0xed, 0xa6, 0x6e, 0xff, 0xd8, 0x96, 0x64, 0xff, 0xb2, 0x7e, 0x55, 0xff, 0xaa, 0x7a, 0x54, 0xff, 0xab, 0x7b, 0x54, 0xff, 0xaa, 0x7c, 0x52, 0xff, 0xa7, 0x74, 0x49, 0xff, 0xa2, 0x68, 0x3c, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0x9d, 0x62, 0x38, 0xff, 0x94, 0x5b, 0x34, 0xff, 0x92, 0x59, 0x32, 0xff, 0x91, 0x56, 0x2f, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x8a, 0x51, 0x2e, 0xff, 0x8a, 0x50, 0x2d, 0xff, 0x8a, 0x4f, 0x2e, 0xff, 0x7f, 0x45, 0x24, 0xff, 0x77, 0x3d, 0x1d, 0xff, 0x79, 0x40, 0x20, 0xff, 0x7a, 0x40, 0x20, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7c, 0x42, 0x21, 0xff, 0x7d, 0x43, 0x21, 0xff, 0x7c, 0x43, 0x22, 0xff, 0x7d, 0x45, 0x22, 0xff, 0x7f, 0x45, 0x24, 0xff, 0x80, 0x45, 0x25, 0xff, 0x83, 0x47, 0x26, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x88, 0x4c, 0x2b, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x96, 0x57, 0x32, 0xff, 0x9a, 0x5c, 0x35, 0xff, 0xa0, 0x62, 0x3a, 0xff, 0xa4, 0x68, 0x3f, 0xff, 0xab, 0x72, 0x48, 0xff, 0xb4, 0x7b, 0x50, 0xff, 0xbd, 0x83, 0x57, 0xff, 0xc4, 0x89, 0x5b, 0xff, 0xc7, 0x8c, 0x5d, 0xff, 0xc7, 0x8c, 0x5c, 0xff, 0xc5, 0x89, 0x59, 0xff, 0xc2, 0x86, 0x56, 0xff, 0xbd, 0x83, 0x54, 0xff, 0xb8, 0x7f, 0x53, 0xff, 0xb4, 0x7a, 0x51, 0xff, 0xb0, 0x76, 0x4d, 0xff, 0xad, 0x72, 0x48, 0xff, 0xab, 0x70, 0x43, 0xff, 0xa9, 0x6c, 0x41, 0xff, 0xa7, 0x6a, 0x41, 0xff, 0xa7, 0x69, 0x40, 0xff, 0xa6, 0x68, 0x3e, 0xff, 0xa7, 0x69, 0x3e, 0xff, 0xa9, 0x6a, 0x40, 0xff, 0xaf, 0x6f, 0x43, 0xff, 0xb2, 0x74, 0x49, 0xff, 0x87, 0x49, 0x27, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x80, 0x44, 0x23, 0xff, 0x83, 0x45, 0x24, 0xff, 0x85, 0x46, 0x23, 0xff, 0x88, 0x49, 0x26, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x95, 0x56, 0x32, 0xff, 0x96, 0x57, 0x32, 0xff, 0x92, 0x54, 0x30, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x8e, 0x50, 0x2f, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8b, 0x4d, 0x2d, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x81, 0x45, 0x24, 0xff, 0x80, 0x45, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x83, 0x45, 0x25, 0xff, 0x83, 0x46, 0x25, 0xff, 0x84, 0x45, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x85, 0x46, 0x25, 0xff, 0x85, 0x47, 0x26, 0xff, 0x80, 0x43, 0x23, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x80, 0x43, 0x22, 0xff, 0x85, 0x48, 0x29, 0xff, 0x87, 0x49, 0x29, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x87, 0x49, 0x28, 0xff, 0x86, 0x49, 0x28, 0xff, 0x88, 0x47, 0x27, 0xff, 0x87, 0x49, 0x27, 0xff, 0x88, 0x48, 0x28, 0xff, 0x87, 0x48, 0x25, 0xff, 0x88, 0x49, 0x28, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x88, 0x49, 0x28, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x88, 0x48, 0x27, 0xff, 0x89, 0x48, 0x27, 0xff, 0x8a, 0x4a, 0x27, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x96, 0x56, 0x30, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9e, 0x5e, 0x37, 0xff, - 0xa2, 0x63, 0x39, 0xff, 0xa8, 0x6c, 0x41, 0xff, 0xb3, 0x78, 0x4c, 0xff, 0xa1, 0x65, 0x3c, 0xff, 0xa2, 0x66, 0x3e, 0xff, 0xab, 0x70, 0x48, 0xff, 0xb3, 0x7a, 0x52, 0xff, 0xc2, 0x8d, 0x61, 0xff, 0xd5, 0x9c, 0x6d, 0xff, 0xe8, 0xa9, 0x7b, 0xff, 0xea, 0xbb, 0x89, 0xff, 0xea, 0xd0, 0x94, 0xff, 0xe4, 0xda, 0x9d, 0xff, 0xe4, 0xdb, 0xa0, 0xff, 0xe6, 0xdb, 0x9e, 0xff, 0xe7, 0xd5, 0x96, 0xff, 0xea, 0xc2, 0x8b, 0xff, 0xe9, 0xaf, 0x7d, 0xff, 0xe7, 0xa0, 0x6e, 0xff, 0xc8, 0x8b, 0x5e, 0xff, 0xb7, 0x7c, 0x4f, 0xff, 0xaf, 0x72, 0x47, 0xff, 0xac, 0x6d, 0x42, 0xff, 0xaa, 0x6a, 0x3f, 0xff, 0xaa, 0x6a, 0x3e, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0xa6, 0x66, 0x3b, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xa3, 0x62, 0x39, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xa8, 0x68, 0x3d, 0xff, 0xa9, 0x6a, 0x3e, 0xff, 0xaa, 0x69, 0x3f, 0xff, 0xab, 0x6c, 0x40, 0xff, 0xaf, 0x70, 0x44, 0xff, 0xae, 0x70, 0x44, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x84, 0x47, 0x28, 0xff, 0x85, 0x46, 0x25, 0xff, 0x84, 0x46, 0x22, 0xff, 0x82, 0x44, 0x24, 0xff, 0x81, 0x43, 0x20, 0xff, 0x82, 0x43, 0x22, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x7c, 0x40, 0x1c, 0xff, 0x7b, 0x3f, 0x1d, 0xff, 0x79, 0x3f, 0x1b, 0xff, 0x77, 0x3d, 0x1b, 0xff, 0x7a, 0x3f, 0x1b, 0xff, 0x79, 0x40, 0x1c, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7a, 0x40, 0x1f, 0xff, 0x7b, 0x3e, 0x1e, 0xff, 0x7a, 0x3f, 0x1b, 0xff, 0x7a, 0x40, 0x1b, 0xff, 0x7a, 0x40, 0x1d, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7e, 0x41, 0x20, 0xff, 0x82, 0x44, 0x22, 0xff, 0x85, 0x46, 0x25, 0xff, 0x88, 0x49, 0x26, 0xff, 0x8b, 0x4b, 0x24, 0xff, 0x8e, 0x4e, 0x24, 0xff, 0x92, 0x51, 0x27, 0xff, 0x96, 0x57, 0x2b, 0xff, 0x9d, 0x5c, 0x31, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xad, 0x70, 0x43, 0xff, 0xb4, 0x77, 0x49, 0xff, 0xbc, 0x82, 0x52, 0xff, 0xca, 0x8e, 0x59, 0xff, 0xde, 0x9b, 0x65, 0xff, 0xea, 0xae, 0x73, 0xff, 0xea, 0xc5, 0x82, 0xff, 0xe6, 0xd9, 0x92, 0xff, 0xe5, 0xdb, 0xa0, 0xff, 0xe8, 0xdb, 0xac, 0xff, 0xe8, 0xdb, 0xae, 0xff, 0xe7, 0xdb, 0xa8, 0xff, 0xe7, 0xd6, 0x9c, 0xff, 0xea, 0xc4, 0x8d, 0xff, 0xea, 0xae, 0x80, 0xff, 0xe3, 0xa0, 0x73, 0xff, 0xd3, 0x97, 0x6a, 0xff, 0xd2, 0x94, 0x66, 0xff, 0xd4, 0x94, 0x66, 0xff, 0xd2, 0x94, 0x64, 0xff, 0xd4, 0x95, 0x64, 0xff, 0xde, 0x9a, 0x69, 0xff, 0xe8, 0x9f, 0x6b, 0xff, 0xe8, 0xa2, 0x6d, 0xff, 0xec, 0xa8, 0x71, 0xff, 0xdc, 0x9d, 0x69, 0xff, 0xb8, 0x85, 0x5a, 0xff, 0xab, 0x7d, 0x54, 0xff, 0xac, 0x7c, 0x55, 0xff, 0xad, 0x7f, 0x56, 0xff, 0xa9, 0x75, 0x4a, 0xff, 0xa2, 0x68, 0x3c, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x93, 0x59, 0x32, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x84, 0x4a, 0x29, 0xff, 0x7a, 0x41, 0x20, 0xff, 0x79, 0x3f, 0x1f, 0xff, 0x7a, 0x40, 0x1f, 0xff, 0x7a, 0x40, 0x21, 0xff, 0x7a, 0x41, 0x22, 0xff, 0x7b, 0x42, 0x22, 0xff, 0x7d, 0x43, 0x23, 0xff, 0x7e, 0x44, 0x22, 0xff, 0x7d, 0x44, 0x22, 0xff, 0x7e, 0x43, 0x22, 0xff, 0x7e, 0x44, 0x22, 0xff, 0x7f, 0x45, 0x23, 0xff, 0x81, 0x46, 0x25, 0xff, 0x87, 0x4b, 0x2b, 0xff, 0x89, 0x4c, 0x2c, 0xff, 0x86, 0x49, 0x27, 0xff, 0x84, 0x46, 0x25, 0xff, 0x84, 0x46, 0x27, 0xff, 0x86, 0x48, 0x28, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x95, 0x56, 0x31, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0xa1, 0x66, 0x3c, 0xff, 0xa7, 0x6c, 0x42, 0xff, 0xad, 0x72, 0x49, 0xff, 0xb3, 0x7a, 0x50, 0xff, 0xba, 0x82, 0x58, 0xff, 0xbf, 0x87, 0x5c, 0xff, 0xc2, 0x88, 0x5d, 0xff, 0xc0, 0x87, 0x5b, 0xff, 0xbe, 0x83, 0x57, 0xff, 0xba, 0x7f, 0x53, 0xff, 0xb6, 0x7c, 0x51, 0xff, 0xb2, 0x75, 0x4b, 0xff, 0xae, 0x70, 0x45, 0xff, 0xab, 0x6d, 0x3f, 0xff, 0xa9, 0x6b, 0x3c, 0xff, 0xa7, 0x69, 0x3c, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xad, 0x6c, 0x3f, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xb1, 0x72, 0x45, 0xff, 0xb4, 0x75, 0x47, 0xff, 0xb5, 0x77, 0x4a, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x81, 0x43, 0x22, 0xff, 0x83, 0x46, 0x24, 0xff, 0x83, 0x44, 0x23, 0xff, 0x84, 0x45, 0x22, 0xff, 0x85, 0x46, 0x23, 0xff, 0x89, 0x49, 0x26, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x98, 0x5a, 0x35, 0xff, 0x97, 0x58, 0x34, 0xff, 0x92, 0x54, 0x31, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x88, 0x49, 0x29, 0xff, 0x81, 0x45, 0x24, 0xff, 0x82, 0x46, 0x25, 0xff, 0x82, 0x46, 0x25, 0xff, 0x84, 0x46, 0x26, 0xff, 0x84, 0x46, 0x25, 0xff, 0x84, 0x46, 0x26, 0xff, 0x84, 0x46, 0x24, 0xff, 0x85, 0x48, 0x26, 0xff, 0x86, 0x47, 0x28, 0xff, 0x84, 0x45, 0x25, 0xff, 0x80, 0x43, 0x22, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x8a, 0x4b, 0x2c, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x88, 0x49, 0x27, 0xff, 0x88, 0x49, 0x27, 0xff, 0x8a, 0x49, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x89, 0x49, 0x28, 0xff, 0x89, 0x49, 0x29, 0xff, 0x8a, 0x49, 0x2a, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x96, 0x55, 0x30, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9e, 0x5e, 0x37, 0xff, - 0xa1, 0x62, 0x39, 0xff, 0xa6, 0x68, 0x3e, 0xff, 0xb1, 0x76, 0x4b, 0xff, 0x98, 0x5b, 0x34, 0xff, 0xa0, 0x63, 0x3c, 0xff, 0xa8, 0x6d, 0x45, 0xff, 0xb2, 0x79, 0x50, 0xff, 0xbd, 0x87, 0x5d, 0xff, 0xd1, 0x97, 0x69, 0xff, 0xe7, 0xa7, 0x78, 0xff, 0xea, 0xb6, 0x85, 0xff, 0xea, 0xcc, 0x91, 0xff, 0xe8, 0xdb, 0x9b, 0xff, 0xe5, 0xdb, 0xa2, 0xff, 0xe5, 0xdb, 0xa1, 0xff, 0xe6, 0xdb, 0x9d, 0xff, 0xea, 0xd1, 0x92, 0xff, 0xeb, 0xb2, 0x81, 0xff, 0xe8, 0xa2, 0x73, 0xff, 0xcf, 0x91, 0x60, 0xff, 0xbc, 0x81, 0x54, 0xff, 0xb2, 0x75, 0x4a, 0xff, 0xaf, 0x73, 0x45, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xad, 0x6d, 0x41, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xad, 0x6d, 0x41, 0xff, 0xae, 0x6f, 0x42, 0xff, 0xa4, 0x64, 0x3d, 0xff, 0x7e, 0x3e, 0x1e, 0xff, 0x85, 0x46, 0x24, 0xff, 0x84, 0x45, 0x22, 0xff, 0x84, 0x44, 0x22, 0xff, 0x83, 0x44, 0x22, 0xff, 0x80, 0x41, 0x20, 0xff, 0x7c, 0x3f, 0x1d, 0xff, 0x7b, 0x40, 0x1b, 0xff, 0x7c, 0x3f, 0x1e, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x79, 0x3f, 0x1e, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7a, 0x40, 0x1e, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7b, 0x3f, 0x1f, 0xff, 0x7b, 0x3f, 0x20, 0xff, 0x7b, 0x3f, 0x20, 0xff, 0x7a, 0x3d, 0x1e, 0xff, 0x79, 0x3f, 0x1a, 0xff, 0x79, 0x3f, 0x1d, 0xff, 0x79, 0x3e, 0x1c, 0xff, 0x79, 0x40, 0x1e, 0xff, 0x7c, 0x3f, 0x1e, 0xff, 0x7d, 0x3f, 0x20, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x83, 0x45, 0x24, 0xff, 0x85, 0x46, 0x23, 0xff, 0x87, 0x46, 0x20, 0xff, 0x8a, 0x4a, 0x21, 0xff, 0x8d, 0x4d, 0x24, 0xff, 0x92, 0x51, 0x27, 0xff, 0x96, 0x57, 0x2b, 0xff, 0x9e, 0x5d, 0x32, 0xff, 0xa0, 0x62, 0x36, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xaa, 0x6d, 0x40, 0xff, 0xaf, 0x72, 0x45, 0xff, 0xb5, 0x7a, 0x4b, 0xff, 0xbe, 0x84, 0x54, 0xff, 0xce, 0x90, 0x5e, 0xff, 0xe4, 0x9e, 0x6a, 0xff, 0xec, 0xb2, 0x77, 0xff, 0xea, 0xcc, 0x87, 0xff, 0xe6, 0xdb, 0x9a, 0xff, 0xe7, 0xda, 0xb0, 0xff, 0xea, 0xdb, 0xc1, 0xff, 0xeb, 0xda, 0xc3, 0xff, 0xe9, 0xda, 0xb7, 0xff, 0xe8, 0xdc, 0xa7, 0xff, 0xe9, 0xd3, 0x98, 0xff, 0xeb, 0xbb, 0x87, 0xff, 0xe7, 0xa8, 0x7a, 0xff, 0xd9, 0x9a, 0x6d, 0xff, 0xce, 0x93, 0x66, 0xff, 0xd2, 0x93, 0x65, 0xff, 0xd6, 0x96, 0x67, 0xff, 0xd5, 0x95, 0x67, 0xff, 0xd8, 0x96, 0x67, 0xff, 0xe3, 0x9e, 0x6a, 0xff, 0xeb, 0xa4, 0x6d, 0xff, 0xec, 0xa7, 0x70, 0xff, 0xe0, 0xa0, 0x6b, 0xff, 0xbe, 0x8b, 0x5f, 0xff, 0xac, 0x7f, 0x57, 0xff, 0xad, 0x7e, 0x54, 0xff, 0xae, 0x81, 0x55, 0xff, 0xaa, 0x77, 0x4a, 0xff, 0xa4, 0x69, 0x3c, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa2, 0x63, 0x38, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x95, 0x5b, 0x32, 0xff, 0x94, 0x59, 0x30, 0xff, 0x91, 0x56, 0x30, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x84, 0x48, 0x28, 0xff, 0x79, 0x3e, 0x1f, 0xff, 0x7a, 0x3f, 0x20, 0xff, 0x7b, 0x41, 0x20, 0xff, 0x7c, 0x42, 0x20, 0xff, 0x7c, 0x42, 0x20, 0xff, 0x7b, 0x41, 0x22, 0xff, 0x7d, 0x43, 0x22, 0xff, 0x7e, 0x45, 0x22, 0xff, 0x7e, 0x45, 0x22, 0xff, 0x7e, 0x44, 0x22, 0xff, 0x7e, 0x44, 0x23, 0xff, 0x80, 0x45, 0x24, 0xff, 0x81, 0x46, 0x23, 0xff, 0x80, 0x45, 0x23, 0xff, 0x81, 0x45, 0x23, 0xff, 0x82, 0x45, 0x24, 0xff, 0x83, 0x46, 0x26, 0xff, 0x84, 0x48, 0x27, 0xff, 0x85, 0x48, 0x27, 0xff, 0x86, 0x48, 0x28, 0xff, 0x86, 0x48, 0x29, 0xff, 0x86, 0x48, 0x29, 0xff, 0x88, 0x48, 0x29, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x93, 0x54, 0x30, 0xff, 0x97, 0x59, 0x33, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0xa1, 0x66, 0x3e, 0xff, 0xa8, 0x6d, 0x45, 0xff, 0xae, 0x75, 0x4c, 0xff, 0xb3, 0x7c, 0x51, 0xff, 0xb6, 0x7e, 0x53, 0xff, 0xb8, 0x80, 0x55, 0xff, 0xb9, 0x7f, 0x55, 0xff, 0xb9, 0x7e, 0x53, 0xff, 0xb6, 0x7a, 0x4f, 0xff, 0xb3, 0x78, 0x4c, 0xff, 0xae, 0x74, 0x4a, 0xff, 0xab, 0x71, 0x44, 0xff, 0xab, 0x6d, 0x3f, 0xff, 0xa7, 0x68, 0x3a, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xa6, 0x65, 0x39, 0xff, 0xaa, 0x69, 0x3c, 0xff, 0xac, 0x6b, 0x40, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xb1, 0x72, 0x44, 0xff, 0xb6, 0x76, 0x48, 0xff, 0xb3, 0x75, 0x4a, 0xff, 0x87, 0x4d, 0x29, 0xff, 0x80, 0x43, 0x21, 0xff, 0x83, 0x44, 0x22, 0xff, 0x82, 0x44, 0x22, 0xff, 0x83, 0x45, 0x20, 0xff, 0x85, 0x46, 0x23, 0xff, 0x88, 0x49, 0x26, 0xff, 0x8a, 0x4a, 0x27, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9a, 0x5b, 0x35, 0xff, 0x96, 0x57, 0x33, 0xff, 0x96, 0x58, 0x32, 0xff, 0x96, 0x57, 0x31, 0xff, 0x94, 0x54, 0x30, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x88, 0x49, 0x27, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x85, 0x46, 0x28, 0xff, 0x84, 0x46, 0x27, 0xff, 0x85, 0x48, 0x27, 0xff, 0x84, 0x46, 0x27, 0xff, 0x84, 0x47, 0x27, 0xff, 0x86, 0x48, 0x28, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x87, 0x49, 0x29, 0xff, 0x87, 0x49, 0x29, 0xff, 0x85, 0x47, 0x27, 0xff, 0x82, 0x44, 0x22, 0xff, 0x80, 0x43, 0x20, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x7f, 0x42, 0x20, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x88, 0x49, 0x27, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x91, 0x4f, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9e, 0x5d, 0x35, 0xff, - 0xa0, 0x61, 0x38, 0xff, 0xa6, 0x68, 0x3d, 0xff, 0xab, 0x70, 0x43, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x9d, 0x61, 0x39, 0xff, 0xa6, 0x6a, 0x41, 0xff, 0xae, 0x75, 0x4b, 0xff, 0xb8, 0x81, 0x57, 0xff, 0xc7, 0x90, 0x63, 0xff, 0xdf, 0x9f, 0x70, 0xff, 0xea, 0xad, 0x7d, 0xff, 0xea, 0xc1, 0x8b, 0xff, 0xe9, 0xd5, 0x97, 0xff, 0xe6, 0xda, 0x9d, 0xff, 0xe5, 0xdb, 0x9e, 0xff, 0xe4, 0xda, 0x9d, 0xff, 0xe8, 0xd1, 0x93, 0xff, 0xeb, 0xb9, 0x84, 0xff, 0xe5, 0xa0, 0x71, 0xff, 0xcc, 0x90, 0x61, 0xff, 0xc0, 0x84, 0x57, 0xff, 0xb6, 0x7a, 0x4d, 0xff, 0xb0, 0x72, 0x46, 0xff, 0xb0, 0x70, 0x44, 0xff, 0xb0, 0x71, 0x42, 0xff, 0xad, 0x6e, 0x42, 0xff, 0xaa, 0x6a, 0x3f, 0xff, 0xa4, 0x64, 0x3a, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xa4, 0x62, 0x38, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xa9, 0x6a, 0x3e, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xae, 0x6f, 0x43, 0xff, 0xae, 0x6f, 0x45, 0xff, 0x88, 0x49, 0x26, 0xff, 0x84, 0x46, 0x22, 0xff, 0x84, 0x46, 0x22, 0xff, 0x83, 0x45, 0x22, 0xff, 0x81, 0x44, 0x23, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x7e, 0x40, 0x1f, 0xff, 0x7e, 0x41, 0x1f, 0xff, 0x7d, 0x40, 0x1e, 0xff, 0x7b, 0x41, 0x1e, 0xff, 0x79, 0x3e, 0x1e, 0xff, 0x7b, 0x40, 0x1f, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x7a, 0x40, 0x1f, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x7b, 0x40, 0x1e, 0xff, 0x79, 0x3e, 0x1a, 0xff, 0x79, 0x3e, 0x1d, 0xff, 0x79, 0x3f, 0x1e, 0xff, 0x79, 0x3f, 0x1c, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x7c, 0x41, 0x1f, 0xff, 0x7f, 0x42, 0x20, 0xff, 0x81, 0x42, 0x21, 0xff, 0x81, 0x43, 0x1f, 0xff, 0x83, 0x42, 0x1c, 0xff, 0x85, 0x45, 0x1f, 0xff, 0x87, 0x48, 0x21, 0xff, 0x8e, 0x4b, 0x23, 0xff, 0x92, 0x50, 0x27, 0xff, 0x97, 0x57, 0x2b, 0xff, 0x9e, 0x5f, 0x33, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa9, 0x6c, 0x3f, 0xff, 0xb0, 0x74, 0x47, 0xff, 0xb7, 0x7c, 0x4e, 0xff, 0xc1, 0x85, 0x56, 0xff, 0xd2, 0x92, 0x5f, 0xff, 0xe6, 0xa1, 0x6d, 0xff, 0xec, 0xb7, 0x7d, 0xff, 0xe8, 0xd2, 0x8c, 0xff, 0xe5, 0xdc, 0x9f, 0xff, 0xe9, 0xdb, 0xb8, 0xff, 0xeb, 0xda, 0xca, 0xff, 0xeb, 0xda, 0xcb, 0xff, 0xea, 0xdb, 0xc8, 0xff, 0xe8, 0xdb, 0xb7, 0xff, 0xe7, 0xd9, 0x9f, 0xff, 0xea, 0xc8, 0x8e, 0xff, 0xe8, 0xab, 0x7e, 0xff, 0xdf, 0x9d, 0x71, 0xff, 0xcf, 0x95, 0x68, 0xff, 0xca, 0x91, 0x63, 0xff, 0xd2, 0x93, 0x64, 0xff, 0xd9, 0x96, 0x66, 0xff, 0xd6, 0x95, 0x65, 0xff, 0xd9, 0x98, 0x67, 0xff, 0xe7, 0xa4, 0x6d, 0xff, 0xec, 0xa9, 0x70, 0xff, 0xe4, 0xa3, 0x6c, 0xff, 0xc5, 0x8e, 0x5e, 0xff, 0xae, 0x7d, 0x55, 0xff, 0xb0, 0x7d, 0x53, 0xff, 0xae, 0x7b, 0x4e, 0xff, 0xa8, 0x70, 0x44, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa0, 0x61, 0x37, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x94, 0x57, 0x30, 0xff, 0x95, 0x57, 0x2f, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x81, 0x45, 0x25, 0xff, 0x7c, 0x40, 0x21, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x7e, 0x43, 0x21, 0xff, 0x7e, 0x44, 0x23, 0xff, 0x7d, 0x44, 0x23, 0xff, 0x7e, 0x45, 0x23, 0xff, 0x7d, 0x45, 0x24, 0xff, 0x7d, 0x44, 0x24, 0xff, 0x7e, 0x44, 0x23, 0xff, 0x7e, 0x45, 0x23, 0xff, 0x7e, 0x44, 0x24, 0xff, 0x80, 0x45, 0x24, 0xff, 0x80, 0x46, 0x24, 0xff, 0x7e, 0x43, 0x22, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x80, 0x45, 0x23, 0xff, 0x81, 0x45, 0x24, 0xff, 0x83, 0x46, 0x25, 0xff, 0x85, 0x48, 0x27, 0xff, 0x85, 0x48, 0x28, 0xff, 0x86, 0x48, 0x28, 0xff, 0x84, 0x47, 0x25, 0xff, 0x85, 0x48, 0x27, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x92, 0x55, 0x30, 0xff, 0x97, 0x59, 0x33, 0xff, 0x9c, 0x5f, 0x38, 0xff, 0xa1, 0x66, 0x3f, 0xff, 0xa6, 0x6b, 0x45, 0xff, 0xaa, 0x6f, 0x47, 0xff, 0xac, 0x71, 0x49, 0xff, 0xad, 0x72, 0x48, 0xff, 0xac, 0x71, 0x47, 0xff, 0xab, 0x70, 0x45, 0xff, 0xaa, 0x6f, 0x43, 0xff, 0xa7, 0x6c, 0x41, 0xff, 0xa5, 0x69, 0x3f, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa3, 0x64, 0x37, 0xff, 0xa4, 0x64, 0x37, 0xff, 0xa6, 0x64, 0x38, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xad, 0x6d, 0x40, 0xff, 0xb1, 0x70, 0x42, 0xff, 0xb2, 0x72, 0x45, 0xff, 0xb9, 0x7a, 0x4b, 0xff, 0xad, 0x70, 0x44, 0xff, 0x86, 0x4a, 0x26, 0xff, 0x81, 0x42, 0x20, 0xff, 0x82, 0x44, 0x22, 0xff, 0x81, 0x42, 0x21, 0xff, 0x81, 0x43, 0x22, 0xff, 0x85, 0x46, 0x22, 0xff, 0x87, 0x47, 0x23, 0xff, 0x88, 0x48, 0x26, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x9d, 0x5e, 0x37, 0xff, 0x9d, 0x5e, 0x38, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x97, 0x59, 0x33, 0xff, 0x97, 0x59, 0x33, 0xff, 0x96, 0x58, 0x31, 0xff, 0x94, 0x56, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x85, 0x47, 0x26, 0xff, 0x85, 0x47, 0x29, 0xff, 0x86, 0x49, 0x29, 0xff, 0x86, 0x48, 0x29, 0xff, 0x85, 0x46, 0x27, 0xff, 0x86, 0x49, 0x28, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x86, 0x48, 0x27, 0xff, 0x83, 0x45, 0x24, 0xff, 0x81, 0x44, 0x22, 0xff, 0x81, 0x44, 0x21, 0xff, 0x80, 0x43, 0x21, 0xff, 0x80, 0x44, 0x21, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x98, 0x57, 0x31, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x9e, 0x5e, 0x34, 0xff, - 0xa0, 0x60, 0x36, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0x96, 0x58, 0x33, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0xa2, 0x64, 0x3e, 0xff, 0xa9, 0x70, 0x46, 0xff, 0xb2, 0x79, 0x50, 0xff, 0xbe, 0x85, 0x5b, 0xff, 0xd0, 0x93, 0x67, 0xff, 0xe5, 0xa3, 0x75, 0xff, 0xeb, 0xb2, 0x80, 0xff, 0xea, 0xc3, 0x8c, 0xff, 0xeb, 0xd2, 0x92, 0xff, 0xe8, 0xd7, 0x99, 0xff, 0xe9, 0xd6, 0x96, 0xff, 0xea, 0xc8, 0x8e, 0xff, 0xe9, 0xb0, 0x7f, 0xff, 0xe4, 0x9e, 0x6f, 0xff, 0xc9, 0x8e, 0x61, 0xff, 0xbb, 0x81, 0x54, 0xff, 0xb7, 0x7a, 0x4e, 0xff, 0xb3, 0x76, 0x4a, 0xff, 0xb2, 0x73, 0x46, 0xff, 0xb2, 0x73, 0x45, 0xff, 0xaf, 0x70, 0x43, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xa2, 0x63, 0x39, 0xff, 0xa3, 0x65, 0x39, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa5, 0x63, 0x39, 0xff, 0xa5, 0x63, 0x39, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xa6, 0x64, 0x39, 0xff, 0xa8, 0x68, 0x3c, 0xff, 0xa8, 0x68, 0x3c, 0xff, 0xaa, 0x6a, 0x3e, 0xff, 0xad, 0x6d, 0x41, 0xff, 0xae, 0x6f, 0x43, 0xff, 0xac, 0x6c, 0x40, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x81, 0x41, 0x1f, 0xff, 0x85, 0x45, 0x23, 0xff, 0x84, 0x46, 0x22, 0xff, 0x83, 0x45, 0x25, 0xff, 0x81, 0x44, 0x23, 0xff, 0x80, 0x44, 0x22, 0xff, 0x80, 0x43, 0x20, 0xff, 0x7e, 0x42, 0x1f, 0xff, 0x7d, 0x40, 0x1f, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7c, 0x41, 0x1f, 0xff, 0x7c, 0x40, 0x1f, 0xff, 0x7c, 0x40, 0x1e, 0xff, 0x7b, 0x40, 0x1b, 0xff, 0x7c, 0x40, 0x1a, 0xff, 0x7a, 0x3f, 0x1c, 0xff, 0x7b, 0x3f, 0x1d, 0xff, 0x7b, 0x3f, 0x1f, 0xff, 0x7b, 0x3f, 0x1f, 0xff, 0x7d, 0x3f, 0x1f, 0xff, 0x7e, 0x40, 0x1f, 0xff, 0x7d, 0x40, 0x1f, 0xff, 0x7b, 0x3d, 0x17, 0xff, 0x7c, 0x3e, 0x16, 0xff, 0x81, 0x42, 0x1d, 0xff, 0x85, 0x45, 0x1f, 0xff, 0x89, 0x49, 0x21, 0xff, 0x8d, 0x4c, 0x23, 0xff, 0x92, 0x51, 0x27, 0xff, 0x97, 0x56, 0x2b, 0xff, 0x9e, 0x5f, 0x33, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa5, 0x68, 0x3a, 0xff, 0xa7, 0x6a, 0x40, 0xff, 0xad, 0x72, 0x45, 0xff, 0xb5, 0x79, 0x4d, 0xff, 0xc0, 0x84, 0x55, 0xff, 0xd3, 0x92, 0x60, 0xff, 0xe5, 0xa1, 0x6d, 0xff, 0xeb, 0xb5, 0x7c, 0xff, 0xe8, 0xd0, 0x8b, 0xff, 0xe5, 0xdc, 0x9f, 0xff, 0xe8, 0xdb, 0xb9, 0xff, 0xeb, 0xdb, 0xcd, 0xff, 0xeb, 0xdc, 0xcd, 0xff, 0xeb, 0xdb, 0xcc, 0xff, 0xea, 0xda, 0xc2, 0xff, 0xe8, 0xdb, 0xa9, 0xff, 0xe7, 0xce, 0x94, 0xff, 0xeb, 0xb2, 0x82, 0xff, 0xe5, 0xa1, 0x74, 0xff, 0xd5, 0x97, 0x6a, 0xff, 0xcb, 0x92, 0x64, 0xff, 0xcb, 0x8e, 0x63, 0xff, 0xd0, 0x91, 0x64, 0xff, 0xd6, 0x95, 0x65, 0xff, 0xdb, 0x98, 0x65, 0xff, 0xe5, 0x9f, 0x68, 0xff, 0xec, 0xa5, 0x6d, 0xff, 0xe7, 0xa2, 0x6b, 0xff, 0xca, 0x8d, 0x5b, 0xff, 0xb0, 0x78, 0x4c, 0xff, 0xb1, 0x7a, 0x4e, 0xff, 0xb1, 0x79, 0x4d, 0xff, 0xac, 0x70, 0x43, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa2, 0x63, 0x37, 0xff, 0x98, 0x59, 0x32, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x89, 0x4c, 0x28, 0xff, 0x80, 0x44, 0x22, 0xff, 0x7f, 0x43, 0x22, 0xff, 0x81, 0x43, 0x22, 0xff, 0x80, 0x45, 0x24, 0xff, 0x81, 0x46, 0x24, 0xff, 0x80, 0x46, 0x25, 0xff, 0x81, 0x45, 0x24, 0xff, 0x81, 0x46, 0x25, 0xff, 0x7f, 0x45, 0x26, 0xff, 0x7f, 0x44, 0x24, 0xff, 0x80, 0x45, 0x24, 0xff, 0x80, 0x45, 0x24, 0xff, 0x80, 0x46, 0x25, 0xff, 0x7f, 0x46, 0x25, 0xff, 0x7e, 0x42, 0x23, 0xff, 0x80, 0x44, 0x23, 0xff, 0x81, 0x46, 0x24, 0xff, 0x80, 0x44, 0x23, 0xff, 0x80, 0x44, 0x23, 0xff, 0x82, 0x46, 0x25, 0xff, 0x85, 0x47, 0x28, 0xff, 0x82, 0x45, 0x26, 0xff, 0x82, 0x44, 0x23, 0xff, 0x83, 0x44, 0x24, 0xff, 0x85, 0x46, 0x27, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x94, 0x56, 0x31, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x9c, 0x5f, 0x39, 0xff, 0xa0, 0x64, 0x3d, 0xff, 0xa3, 0x67, 0x40, 0xff, 0xa5, 0x69, 0x41, 0xff, 0xa5, 0x6a, 0x41, 0xff, 0xa6, 0x6a, 0x40, 0xff, 0xa7, 0x6a, 0x40, 0xff, 0xa6, 0x6a, 0x3e, 0xff, 0xa5, 0x6a, 0x3f, 0xff, 0xa4, 0x68, 0x40, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0xa3, 0x64, 0x37, 0xff, 0xa3, 0x63, 0x36, 0xff, 0xa6, 0x65, 0x38, 0xff, 0xaa, 0x69, 0x3d, 0xff, 0xae, 0x6e, 0x41, 0xff, 0xb3, 0x75, 0x46, 0xff, 0xb7, 0x77, 0x48, 0xff, 0xc2, 0x83, 0x53, 0xff, 0xa0, 0x64, 0x3d, 0xff, 0x82, 0x46, 0x23, 0xff, 0x80, 0x43, 0x21, 0xff, 0x81, 0x44, 0x22, 0xff, 0x81, 0x44, 0x22, 0xff, 0x82, 0x44, 0x21, 0xff, 0x84, 0x45, 0x22, 0xff, 0x87, 0x48, 0x23, 0xff, 0x88, 0x49, 0x27, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x96, 0x57, 0x32, 0xff, 0x9f, 0x5f, 0x38, 0xff, 0x9d, 0x5e, 0x37, 0xff, 0x9a, 0x5b, 0x35, 0xff, 0x99, 0x5d, 0x36, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x9a, 0x5c, 0x35, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x96, 0x58, 0x32, 0xff, 0x94, 0x56, 0x30, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x85, 0x47, 0x27, 0xff, 0x84, 0x47, 0x28, 0xff, 0x86, 0x47, 0x29, 0xff, 0x86, 0x48, 0x29, 0xff, 0x84, 0x46, 0x26, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x86, 0x49, 0x29, 0xff, 0x86, 0x48, 0x27, 0xff, 0x83, 0x44, 0x23, 0xff, 0x82, 0x44, 0x22, 0xff, 0x81, 0x44, 0x22, 0xff, 0x81, 0x43, 0x21, 0xff, 0x83, 0x44, 0x23, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8e, 0x4c, 0x2a, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x95, 0x53, 0x2e, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x96, 0x53, 0x2e, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x98, 0x58, 0x30, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x9f, 0x5f, 0x35, 0xff, - 0xa2, 0x62, 0x37, 0xff, 0xa4, 0x63, 0x39, 0xff, 0xa5, 0x67, 0x3c, 0xff, 0x95, 0x56, 0x32, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x9e, 0x60, 0x39, 0xff, 0xa4, 0x68, 0x40, 0xff, 0xad, 0x72, 0x49, 0xff, 0xb5, 0x7d, 0x53, 0xff, 0xc2, 0x88, 0x5e, 0xff, 0xd6, 0x97, 0x69, 0xff, 0xe8, 0xa6, 0x75, 0xff, 0xea, 0xaf, 0x7d, 0xff, 0xea, 0xb8, 0x85, 0xff, 0xea, 0xc3, 0x8d, 0xff, 0xea, 0xc3, 0x8b, 0xff, 0xea, 0xb7, 0x84, 0xff, 0xeb, 0xa6, 0x76, 0xff, 0xdd, 0x99, 0x6a, 0xff, 0xc6, 0x8a, 0x5d, 0xff, 0xb9, 0x7f, 0x52, 0xff, 0xb1, 0x77, 0x4a, 0xff, 0xad, 0x71, 0x44, 0xff, 0xb3, 0x72, 0x46, 0xff, 0xb2, 0x73, 0x43, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa5, 0x63, 0x39, 0xff, 0xa7, 0x65, 0x3a, 0xff, 0xa9, 0x68, 0x3b, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0xae, 0x6e, 0x42, 0xff, 0xb0, 0x70, 0x43, 0xff, 0xad, 0x6d, 0x41, 0xff, 0xa3, 0x62, 0x3a, 0xff, 0x81, 0x42, 0x1f, 0xff, 0x85, 0x46, 0x24, 0xff, 0x85, 0x46, 0x22, 0xff, 0x84, 0x45, 0x24, 0xff, 0x83, 0x44, 0x22, 0xff, 0x82, 0x43, 0x22, 0xff, 0x80, 0x45, 0x21, 0xff, 0x7f, 0x44, 0x21, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7e, 0x43, 0x20, 0xff, 0x7d, 0x40, 0x20, 0xff, 0x7d, 0x3f, 0x20, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7e, 0x40, 0x1f, 0xff, 0x7d, 0x41, 0x1d, 0xff, 0x7e, 0x41, 0x1d, 0xff, 0x7d, 0x40, 0x1e, 0xff, 0x7c, 0x3f, 0x1e, 0xff, 0x7e, 0x41, 0x20, 0xff, 0x7d, 0x3f, 0x20, 0xff, 0x7b, 0x3f, 0x1e, 0xff, 0x77, 0x3d, 0x1a, 0xff, 0x70, 0x35, 0x14, 0xff, 0x76, 0x3a, 0x14, 0xff, 0x7d, 0x3f, 0x17, 0xff, 0x81, 0x42, 0x1b, 0xff, 0x84, 0x44, 0x1f, 0xff, 0x89, 0x49, 0x21, 0xff, 0x8d, 0x4c, 0x23, 0xff, 0x92, 0x51, 0x27, 0xff, 0x96, 0x57, 0x2b, 0xff, 0x9e, 0x5f, 0x31, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa6, 0x68, 0x3d, 0xff, 0xa9, 0x6c, 0x41, 0xff, 0xad, 0x72, 0x44, 0xff, 0xb2, 0x77, 0x4a, 0xff, 0xbb, 0x81, 0x53, 0xff, 0xcb, 0x8e, 0x5e, 0xff, 0xe1, 0x9c, 0x6a, 0xff, 0xec, 0xb3, 0x79, 0xff, 0xea, 0xd0, 0x8a, 0xff, 0xe7, 0xdc, 0x9c, 0xff, 0xe8, 0xdb, 0xb5, 0xff, 0xea, 0xdb, 0xca, 0xff, 0xeb, 0xdc, 0xcd, 0xff, 0xeb, 0xdb, 0xcd, 0xff, 0xea, 0xdc, 0xc7, 0xff, 0xe8, 0xdc, 0xb0, 0xff, 0xe8, 0xd2, 0x99, 0xff, 0xec, 0xb8, 0x86, 0xff, 0xe8, 0xa4, 0x77, 0xff, 0xd9, 0x9a, 0x6c, 0xff, 0xcd, 0x93, 0x67, 0xff, 0xcb, 0x8f, 0x63, 0xff, 0xcd, 0x90, 0x61, 0xff, 0xd3, 0x94, 0x61, 0xff, 0xda, 0x98, 0x62, 0xff, 0xe4, 0x9c, 0x65, 0xff, 0xec, 0xa1, 0x69, 0xff, 0xe9, 0xa2, 0x6a, 0xff, 0xcf, 0x8f, 0x5c, 0xff, 0xb2, 0x7c, 0x4c, 0xff, 0xb3, 0x7c, 0x4d, 0xff, 0xb3, 0x7a, 0x4c, 0xff, 0xaf, 0x73, 0x45, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xa7, 0x69, 0x3b, 0xff, 0xa5, 0x65, 0x37, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0x96, 0x58, 0x30, 0xff, 0x97, 0x59, 0x30, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x82, 0x44, 0x24, 0xff, 0x82, 0x45, 0x24, 0xff, 0x84, 0x45, 0x23, 0xff, 0x83, 0x46, 0x24, 0xff, 0x83, 0x48, 0x27, 0xff, 0x84, 0x48, 0x27, 0xff, 0x83, 0x46, 0x26, 0xff, 0x84, 0x47, 0x28, 0xff, 0x83, 0x48, 0x29, 0xff, 0x81, 0x47, 0x27, 0xff, 0x81, 0x47, 0x27, 0xff, 0x80, 0x45, 0x27, 0xff, 0x81, 0x46, 0x25, 0xff, 0x7e, 0x44, 0x23, 0xff, 0x7e, 0x43, 0x22, 0xff, 0x81, 0x44, 0x22, 0xff, 0x81, 0x45, 0x23, 0xff, 0x80, 0x45, 0x24, 0xff, 0x81, 0x45, 0x24, 0xff, 0x81, 0x45, 0x24, 0xff, 0x80, 0x44, 0x23, 0xff, 0x80, 0x43, 0x21, 0xff, 0x80, 0x43, 0x21, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x80, 0x44, 0x21, 0xff, 0x83, 0x46, 0x25, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x93, 0x55, 0x31, 0xff, 0x97, 0x59, 0x35, 0xff, 0x9b, 0x5e, 0x37, 0xff, 0x9d, 0x61, 0x39, 0xff, 0x9f, 0x63, 0x3a, 0xff, 0xa0, 0x63, 0x3a, 0xff, 0xa1, 0x62, 0x3a, 0xff, 0xa2, 0x63, 0x3a, 0xff, 0xa3, 0x65, 0x3b, 0xff, 0xa3, 0x67, 0x3c, 0xff, 0xa2, 0x67, 0x3d, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xa5, 0x64, 0x38, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xae, 0x6e, 0x40, 0xff, 0xb4, 0x74, 0x46, 0xff, 0xb7, 0x78, 0x48, 0xff, 0xca, 0x8b, 0x5a, 0xff, 0x8f, 0x51, 0x2a, 0xff, 0x7d, 0x41, 0x1c, 0xff, 0x81, 0x44, 0x21, 0xff, 0x81, 0x44, 0x22, 0xff, 0x81, 0x44, 0x22, 0xff, 0x81, 0x43, 0x22, 0xff, 0x82, 0x44, 0x22, 0xff, 0x85, 0x47, 0x23, 0xff, 0x87, 0x49, 0x26, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x99, 0x59, 0x34, 0xff, 0xa0, 0x60, 0x39, 0xff, 0x9f, 0x5e, 0x37, 0xff, 0x9b, 0x5c, 0x36, 0xff, 0x9b, 0x5d, 0x36, 0xff, 0x9c, 0x61, 0x39, 0xff, 0x9b, 0x61, 0x38, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x96, 0x59, 0x32, 0xff, 0x96, 0x59, 0x31, 0xff, 0x95, 0x57, 0x2f, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x87, 0x49, 0x28, 0xff, 0x85, 0x48, 0x27, 0xff, 0x84, 0x46, 0x25, 0xff, 0x86, 0x49, 0x28, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x87, 0x49, 0x29, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x88, 0x48, 0x29, 0xff, 0x84, 0x46, 0x25, 0xff, 0x84, 0x44, 0x24, 0xff, 0x84, 0x46, 0x24, 0xff, 0x84, 0x47, 0x24, 0xff, 0x84, 0x46, 0x24, 0xff, 0x82, 0x46, 0x23, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x9a, 0x58, 0x30, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa0, 0x60, 0x36, 0xff, - 0xa4, 0x64, 0x38, 0xff, 0xa7, 0x67, 0x39, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0x94, 0x54, 0x30, 0xff, 0x97, 0x59, 0x32, 0xff, 0x9b, 0x5c, 0x36, 0xff, 0xa0, 0x61, 0x3b, 0xff, 0xa8, 0x6c, 0x42, 0xff, 0xaf, 0x74, 0x4a, 0xff, 0xb8, 0x7e, 0x53, 0xff, 0xc3, 0x8b, 0x5d, 0xff, 0xd4, 0x96, 0x67, 0xff, 0xe7, 0xa0, 0x70, 0xff, 0xea, 0xa8, 0x78, 0xff, 0xeb, 0xac, 0x7b, 0xff, 0xeb, 0xad, 0x7d, 0xff, 0xe8, 0xa5, 0x74, 0xff, 0xe4, 0x9e, 0x6d, 0xff, 0xd1, 0x91, 0x65, 0xff, 0xc1, 0x86, 0x58, 0xff, 0xb6, 0x7b, 0x50, 0xff, 0xaf, 0x74, 0x47, 0xff, 0xa9, 0x6c, 0x41, 0xff, 0xac, 0x6c, 0x40, 0xff, 0xb1, 0x70, 0x43, 0xff, 0xa4, 0x62, 0x39, 0xff, 0xa4, 0x62, 0x39, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa2, 0x61, 0x36, 0xff, 0xa1, 0x61, 0x37, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xa7, 0x65, 0x3a, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xaa, 0x69, 0x3c, 0xff, 0xae, 0x6e, 0x42, 0xff, 0xb0, 0x72, 0x44, 0xff, 0xad, 0x6e, 0x43, 0xff, 0xa8, 0x69, 0x3f, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x85, 0x47, 0x26, 0xff, 0x86, 0x48, 0x26, 0xff, 0x84, 0x45, 0x24, 0xff, 0x83, 0x45, 0x23, 0xff, 0x83, 0x45, 0x24, 0xff, 0x83, 0x45, 0x24, 0xff, 0x80, 0x43, 0x21, 0xff, 0x80, 0x45, 0x20, 0xff, 0x80, 0x43, 0x20, 0xff, 0x7f, 0x43, 0x22, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x7c, 0x40, 0x20, 0xff, 0x7d, 0x40, 0x20, 0xff, 0x7e, 0x41, 0x1e, 0xff, 0x80, 0x41, 0x20, 0xff, 0x80, 0x41, 0x20, 0xff, 0x7f, 0x41, 0x20, 0xff, 0x7c, 0x3f, 0x1f, 0xff, 0x7a, 0x3f, 0x1e, 0xff, 0x76, 0x3d, 0x1a, 0xff, 0x6b, 0x36, 0x18, 0xff, 0x66, 0x30, 0x14, 0xff, 0x6d, 0x34, 0x14, 0xff, 0x75, 0x39, 0x14, 0xff, 0x7a, 0x3e, 0x16, 0xff, 0x81, 0x42, 0x1a, 0xff, 0x84, 0x44, 0x1f, 0xff, 0x86, 0x46, 0x20, 0xff, 0x8b, 0x4a, 0x22, 0xff, 0x90, 0x4f, 0x25, 0xff, 0x94, 0x54, 0x2a, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xaa, 0x6e, 0x40, 0xff, 0xae, 0x71, 0x45, 0xff, 0xb3, 0x77, 0x4b, 0xff, 0xbb, 0x80, 0x53, 0xff, 0xc9, 0x8c, 0x5b, 0xff, 0xe1, 0x9d, 0x67, 0xff, 0xec, 0xad, 0x74, 0xff, 0xea, 0xc6, 0x82, 0xff, 0xe6, 0xda, 0x95, 0xff, 0xe8, 0xdb, 0xad, 0xff, 0xeb, 0xdb, 0xc8, 0xff, 0xeb, 0xdc, 0xce, 0xff, 0xeb, 0xdc, 0xce, 0xff, 0xeb, 0xdc, 0xc9, 0xff, 0xe9, 0xdc, 0xb3, 0xff, 0xe9, 0xd3, 0x99, 0xff, 0xec, 0xba, 0x88, 0xff, 0xea, 0xa6, 0x78, 0xff, 0xde, 0x9a, 0x6e, 0xff, 0xcf, 0x93, 0x65, 0xff, 0xcc, 0x90, 0x62, 0xff, 0xcf, 0x90, 0x60, 0xff, 0xd4, 0x95, 0x5f, 0xff, 0xd9, 0x99, 0x60, 0xff, 0xe3, 0x99, 0x60, 0xff, 0xeb, 0x9d, 0x64, 0xff, 0xea, 0xa1, 0x67, 0xff, 0xd2, 0x91, 0x5a, 0xff, 0xb5, 0x7d, 0x4a, 0xff, 0xb5, 0x7e, 0x4c, 0xff, 0xb4, 0x7d, 0x4d, 0xff, 0xb0, 0x73, 0x44, 0xff, 0xad, 0x6d, 0x3d, 0xff, 0xac, 0x6d, 0x3c, 0xff, 0xa7, 0x68, 0x38, 0xff, 0x9e, 0x5f, 0x33, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x9a, 0x5c, 0x31, 0xff, 0x98, 0x5a, 0x30, 0xff, 0x95, 0x56, 0x2e, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x84, 0x45, 0x25, 0xff, 0x84, 0x45, 0x24, 0xff, 0x85, 0x47, 0x25, 0xff, 0x86, 0x48, 0x27, 0xff, 0x86, 0x48, 0x29, 0xff, 0x85, 0x48, 0x27, 0xff, 0x86, 0x48, 0x27, 0xff, 0x86, 0x49, 0x29, 0xff, 0x86, 0x49, 0x28, 0xff, 0x84, 0x49, 0x29, 0xff, 0x83, 0x48, 0x29, 0xff, 0x83, 0x47, 0x26, 0xff, 0x82, 0x47, 0x26, 0xff, 0x80, 0x45, 0x24, 0xff, 0x82, 0x44, 0x23, 0xff, 0x83, 0x46, 0x24, 0xff, 0x81, 0x45, 0x24, 0xff, 0x80, 0x45, 0x24, 0xff, 0x81, 0x46, 0x24, 0xff, 0x81, 0x46, 0x24, 0xff, 0x7f, 0x44, 0x22, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7c, 0x3f, 0x20, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x7f, 0x43, 0x22, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x82, 0x45, 0x24, 0xff, 0x86, 0x49, 0x29, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x95, 0x57, 0x31, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x99, 0x5b, 0x35, 0xff, 0x9c, 0x5d, 0x36, 0xff, 0x9d, 0x5d, 0x37, 0xff, 0x9e, 0x5f, 0x37, 0xff, 0x9f, 0x60, 0x38, 0xff, 0xa0, 0x61, 0x38, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa2, 0x66, 0x3b, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xa5, 0x64, 0x38, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xae, 0x6e, 0x40, 0xff, 0xb3, 0x76, 0x46, 0xff, 0xba, 0x7b, 0x4b, 0xff, 0xbf, 0x7f, 0x50, 0xff, 0x8c, 0x4f, 0x25, 0xff, 0x7e, 0x41, 0x1e, 0xff, 0x80, 0x43, 0x22, 0xff, 0x80, 0x44, 0x21, 0xff, 0x80, 0x44, 0x20, 0xff, 0x81, 0x44, 0x20, 0xff, 0x84, 0x45, 0x21, 0xff, 0x87, 0x46, 0x23, 0xff, 0x89, 0x49, 0x26, 0xff, 0x8d, 0x4b, 0x28, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0xa0, 0x60, 0x38, 0xff, 0xa0, 0x5f, 0x37, 0xff, 0x9e, 0x5d, 0x36, 0xff, 0x9b, 0x5e, 0x37, 0xff, 0x9e, 0x61, 0x39, 0xff, 0x9d, 0x63, 0x3b, 0xff, 0x9a, 0x61, 0x3a, 0xff, 0x9a, 0x5e, 0x37, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x96, 0x58, 0x31, 0xff, 0x95, 0x55, 0x30, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x85, 0x48, 0x27, 0xff, 0x85, 0x46, 0x26, 0xff, 0x85, 0x48, 0x26, 0xff, 0x85, 0x48, 0x24, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x86, 0x49, 0x27, 0xff, 0x85, 0x47, 0x24, 0xff, 0x86, 0x48, 0x24, 0xff, 0x85, 0x46, 0x27, 0xff, 0x85, 0x47, 0x24, 0xff, 0x86, 0x48, 0x23, 0xff, 0x85, 0x46, 0x27, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x99, 0x59, 0x31, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0xa1, 0x61, 0x34, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa3, 0x62, 0x37, 0xff, - 0xa8, 0x67, 0x39, 0xff, 0xab, 0x6b, 0x3b, 0xff, 0xaa, 0x6a, 0x3b, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x96, 0x58, 0x31, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9f, 0x60, 0x38, 0xff, 0xa4, 0x67, 0x3c, 0xff, 0xaa, 0x6e, 0x43, 0xff, 0xb0, 0x75, 0x4b, 0xff, 0xb8, 0x7e, 0x52, 0xff, 0xc2, 0x86, 0x5b, 0xff, 0xd0, 0x8f, 0x62, 0xff, 0xdc, 0x97, 0x68, 0xff, 0xe6, 0x9e, 0x6d, 0xff, 0xdd, 0x9a, 0x6c, 0xff, 0xd4, 0x95, 0x67, 0xff, 0xce, 0x92, 0x63, 0xff, 0xc4, 0x8a, 0x5b, 0xff, 0xba, 0x80, 0x54, 0xff, 0xb0, 0x76, 0x4a, 0xff, 0xaa, 0x6d, 0x42, 0xff, 0xa7, 0x67, 0x3e, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0x9e, 0x5e, 0x36, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0xa1, 0x60, 0x36, 0xff, 0xa2, 0x61, 0x36, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa1, 0x60, 0x36, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0xa0, 0x60, 0x36, 0xff, 0xa1, 0x5f, 0x37, 0xff, 0xa4, 0x63, 0x38, 0xff, 0xa8, 0x68, 0x3a, 0xff, 0xaa, 0x68, 0x3b, 0xff, 0xaa, 0x6a, 0x3e, 0xff, 0xae, 0x6e, 0x42, 0xff, 0xb0, 0x72, 0x45, 0xff, 0xb0, 0x70, 0x43, 0xff, 0xab, 0x6b, 0x41, 0xff, 0x99, 0x5a, 0x36, 0xff, 0x86, 0x47, 0x25, 0xff, 0x86, 0x48, 0x26, 0xff, 0x86, 0x48, 0x26, 0xff, 0x85, 0x48, 0x27, 0xff, 0x84, 0x47, 0x27, 0xff, 0x83, 0x46, 0x25, 0xff, 0x83, 0x45, 0x24, 0xff, 0x82, 0x44, 0x23, 0xff, 0x82, 0x44, 0x23, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7d, 0x40, 0x21, 0xff, 0x7e, 0x43, 0x21, 0xff, 0x80, 0x44, 0x21, 0xff, 0x80, 0x42, 0x20, 0xff, 0x80, 0x44, 0x20, 0xff, 0x7f, 0x42, 0x1e, 0xff, 0x7d, 0x41, 0x1f, 0xff, 0x73, 0x3b, 0x1b, 0xff, 0x66, 0x32, 0x16, 0xff, 0x5e, 0x2e, 0x14, 0xff, 0x60, 0x2f, 0x14, 0xff, 0x68, 0x2f, 0x14, 0xff, 0x6d, 0x32, 0x13, 0xff, 0x73, 0x37, 0x14, 0xff, 0x79, 0x3c, 0x15, 0xff, 0x81, 0x41, 0x1a, 0xff, 0x84, 0x44, 0x1e, 0xff, 0x86, 0x46, 0x1f, 0xff, 0x89, 0x49, 0x21, 0xff, 0x8f, 0x4e, 0x25, 0xff, 0x93, 0x51, 0x29, 0xff, 0x99, 0x59, 0x2d, 0xff, 0xa3, 0x64, 0x36, 0xff, 0xa8, 0x6b, 0x3d, 0xff, 0xab, 0x6e, 0x41, 0xff, 0xae, 0x70, 0x44, 0xff, 0xb2, 0x76, 0x4a, 0xff, 0xba, 0x7e, 0x52, 0xff, 0xc8, 0x8a, 0x5a, 0xff, 0xdd, 0x98, 0x65, 0xff, 0xeb, 0xaa, 0x70, 0xff, 0xea, 0xc0, 0x7e, 0xff, 0xe7, 0xd8, 0x90, 0xff, 0xe6, 0xdd, 0xa6, 0xff, 0xea, 0xdc, 0xbe, 0xff, 0xeb, 0xdb, 0xcb, 0xff, 0xeb, 0xdc, 0xce, 0xff, 0xeb, 0xdc, 0xc9, 0xff, 0xe9, 0xdd, 0xb3, 0xff, 0xea, 0xd5, 0x9a, 0xff, 0xeb, 0xbd, 0x89, 0xff, 0xea, 0xa7, 0x7b, 0xff, 0xe1, 0x9c, 0x70, 0xff, 0xd1, 0x95, 0x67, 0xff, 0xcd, 0x91, 0x62, 0xff, 0xce, 0x91, 0x5f, 0xff, 0xd3, 0x95, 0x5f, 0xff, 0xd9, 0x95, 0x5e, 0xff, 0xe1, 0x98, 0x5f, 0xff, 0xe9, 0x9c, 0x62, 0xff, 0xec, 0x9f, 0x66, 0xff, 0xd3, 0x90, 0x59, 0xff, 0xb6, 0x7a, 0x48, 0xff, 0xb7, 0x7a, 0x4a, 0xff, 0xb6, 0x7b, 0x4b, 0xff, 0xb2, 0x76, 0x44, 0xff, 0xaf, 0x70, 0x3e, 0xff, 0xae, 0x6e, 0x3d, 0xff, 0xa8, 0x68, 0x39, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x99, 0x5a, 0x30, 0xff, 0x97, 0x59, 0x2f, 0xff, 0x92, 0x54, 0x2d, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x86, 0x48, 0x27, 0xff, 0x87, 0x48, 0x26, 0xff, 0x88, 0x49, 0x27, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x87, 0x4b, 0x2a, 0xff, 0x85, 0x4a, 0x2a, 0xff, 0x85, 0x4a, 0x2b, 0xff, 0x84, 0x48, 0x28, 0xff, 0x83, 0x46, 0x25, 0xff, 0x84, 0x45, 0x25, 0xff, 0x83, 0x46, 0x25, 0xff, 0x83, 0x46, 0x25, 0xff, 0x82, 0x45, 0x26, 0xff, 0x82, 0x45, 0x25, 0xff, 0x82, 0x45, 0x25, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7b, 0x40, 0x20, 0xff, 0x7c, 0x40, 0x20, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x82, 0x44, 0x24, 0xff, 0x86, 0x48, 0x28, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x93, 0x55, 0x30, 0xff, 0x95, 0x57, 0x32, 0xff, 0x97, 0x59, 0x33, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9f, 0x61, 0x37, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa4, 0x64, 0x37, 0xff, 0xa8, 0x68, 0x3a, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xb5, 0x76, 0x47, 0xff, 0xbe, 0x7d, 0x4d, 0xff, 0xb1, 0x72, 0x45, 0xff, 0x8c, 0x4d, 0x28, 0xff, 0x80, 0x42, 0x21, 0xff, 0x81, 0x43, 0x21, 0xff, 0x83, 0x44, 0x21, 0xff, 0x84, 0x45, 0x21, 0xff, 0x86, 0x48, 0x22, 0xff, 0x87, 0x49, 0x23, 0xff, 0x88, 0x49, 0x26, 0xff, 0x8c, 0x4b, 0x28, 0xff, 0x8f, 0x4f, 0x29, 0xff, 0x99, 0x59, 0x33, 0xff, 0x9c, 0x5e, 0x36, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0xa0, 0x5f, 0x37, 0xff, 0x9f, 0x60, 0x38, 0xff, 0x9f, 0x62, 0x39, 0xff, 0x9f, 0x63, 0x3c, 0xff, 0x9f, 0x65, 0x3c, 0xff, 0x9e, 0x63, 0x3c, 0xff, 0x9a, 0x61, 0x3a, 0xff, 0x99, 0x5e, 0x36, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x98, 0x5a, 0x31, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x8f, 0x51, 0x2b, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x85, 0x48, 0x27, 0xff, 0x86, 0x48, 0x27, 0xff, 0x86, 0x48, 0x29, 0xff, 0x85, 0x48, 0x27, 0xff, 0x87, 0x49, 0x27, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x87, 0x48, 0x27, 0xff, 0x88, 0x49, 0x27, 0xff, 0x87, 0x48, 0x26, 0xff, 0x86, 0x48, 0x27, 0xff, 0x87, 0x49, 0x28, 0xff, 0x86, 0x48, 0x26, 0xff, 0x85, 0x48, 0x27, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x51, 0x2e, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x9f, 0x5d, 0x34, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa3, 0x62, 0x37, 0xff, 0xa5, 0x64, 0x38, 0xff, 0xa6, 0x65, 0x38, 0xff, - 0xab, 0x6b, 0x3c, 0xff, 0xad, 0x6b, 0x3e, 0xff, 0xab, 0x6a, 0x3c, 0xff, 0x96, 0x56, 0x30, 0xff, 0x98, 0x58, 0x31, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x9e, 0x5e, 0x36, 0xff, 0xa1, 0x61, 0x39, 0xff, 0xa5, 0x68, 0x3e, 0xff, 0xaa, 0x6d, 0x43, 0xff, 0xaf, 0x74, 0x49, 0xff, 0xb7, 0x7c, 0x50, 0xff, 0xbd, 0x83, 0x56, 0xff, 0xc7, 0x8b, 0x5d, 0xff, 0xc5, 0x8a, 0x5b, 0xff, 0xc2, 0x88, 0x5c, 0xff, 0xc4, 0x89, 0x5d, 0xff, 0xc2, 0x88, 0x5a, 0xff, 0xba, 0x7f, 0x53, 0xff, 0xb5, 0x7a, 0x4d, 0xff, 0xaf, 0x73, 0x46, 0xff, 0xa9, 0x6c, 0x40, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xa4, 0x65, 0x39, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9d, 0x5b, 0x34, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9d, 0x5b, 0x33, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0xa1, 0x5f, 0x35, 0xff, 0xa1, 0x5f, 0x35, 0xff, 0x9f, 0x5e, 0x36, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xab, 0x6a, 0x3c, 0xff, 0xaf, 0x6e, 0x41, 0xff, 0xb1, 0x71, 0x45, 0xff, 0xb2, 0x72, 0x43, 0xff, 0xab, 0x6c, 0x41, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x85, 0x47, 0x28, 0xff, 0x85, 0x48, 0x28, 0xff, 0x85, 0x48, 0x26, 0xff, 0x84, 0x45, 0x24, 0xff, 0x82, 0x45, 0x24, 0xff, 0x80, 0x45, 0x26, 0xff, 0x80, 0x46, 0x26, 0xff, 0x80, 0x45, 0x25, 0xff, 0x82, 0x44, 0x23, 0xff, 0x81, 0x45, 0x22, 0xff, 0x7e, 0x42, 0x20, 0xff, 0x6e, 0x3b, 0x19, 0xff, 0x5c, 0x2c, 0x14, 0xff, 0x57, 0x2a, 0x14, 0xff, 0x58, 0x27, 0x13, 0xff, 0x5d, 0x2c, 0x13, 0xff, 0x61, 0x30, 0x13, 0xff, 0x65, 0x2f, 0x13, 0xff, 0x6a, 0x33, 0x14, 0xff, 0x71, 0x38, 0x13, 0xff, 0x77, 0x3a, 0x15, 0xff, 0x80, 0x40, 0x19, 0xff, 0x85, 0x44, 0x1e, 0xff, 0x86, 0x46, 0x1f, 0xff, 0x89, 0x49, 0x21, 0xff, 0x8e, 0x4b, 0x23, 0xff, 0x92, 0x50, 0x27, 0xff, 0x97, 0x58, 0x2c, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xab, 0x6b, 0x3d, 0xff, 0xac, 0x6e, 0x41, 0xff, 0xad, 0x71, 0x44, 0xff, 0xb1, 0x75, 0x48, 0xff, 0xb9, 0x7e, 0x50, 0xff, 0xc5, 0x88, 0x57, 0xff, 0xdb, 0x95, 0x61, 0xff, 0xeb, 0xa4, 0x6c, 0xff, 0xeb, 0xb8, 0x79, 0xff, 0xe9, 0xd1, 0x8a, 0xff, 0xe5, 0xdd, 0x9c, 0xff, 0xe9, 0xdb, 0xb0, 0xff, 0xeb, 0xdc, 0xc2, 0xff, 0xeb, 0xdb, 0xc9, 0xff, 0xea, 0xdc, 0xc0, 0xff, 0xe8, 0xdd, 0xad, 0xff, 0xe8, 0xd5, 0x97, 0xff, 0xeb, 0xbd, 0x86, 0xff, 0xeb, 0xaa, 0x7a, 0xff, 0xe4, 0x9f, 0x6e, 0xff, 0xd4, 0x96, 0x66, 0xff, 0xce, 0x92, 0x61, 0xff, 0xcf, 0x92, 0x5e, 0xff, 0xd3, 0x94, 0x5d, 0xff, 0xd6, 0x94, 0x5b, 0xff, 0xde, 0x93, 0x5b, 0xff, 0xe8, 0x96, 0x5e, 0xff, 0xeb, 0x9b, 0x63, 0xff, 0xd2, 0x8e, 0x58, 0xff, 0xb6, 0x79, 0x46, 0xff, 0xb8, 0x79, 0x48, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xb5, 0x75, 0x46, 0xff, 0xb1, 0x70, 0x3f, 0xff, 0xb2, 0x71, 0x3f, 0xff, 0xac, 0x6b, 0x3b, 0xff, 0xa0, 0x60, 0x33, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0x9c, 0x5c, 0x31, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x87, 0x49, 0x27, 0xff, 0x87, 0x49, 0x27, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8a, 0x4f, 0x2c, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x88, 0x4c, 0x2b, 0xff, 0x86, 0x4b, 0x2b, 0xff, 0x85, 0x49, 0x29, 0xff, 0x85, 0x48, 0x27, 0xff, 0x85, 0x48, 0x27, 0xff, 0x84, 0x48, 0x27, 0xff, 0x84, 0x47, 0x26, 0xff, 0x84, 0x47, 0x27, 0xff, 0x83, 0x47, 0x26, 0xff, 0x82, 0x46, 0x25, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7c, 0x40, 0x20, 0xff, 0x7c, 0x40, 0x20, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7e, 0x41, 0x20, 0xff, 0x7d, 0x41, 0x21, 0xff, 0x7f, 0x44, 0x22, 0xff, 0x82, 0x45, 0x24, 0xff, 0x86, 0x47, 0x29, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x93, 0x55, 0x30, 0xff, 0x95, 0x56, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9d, 0x5c, 0x35, 0xff, 0x9f, 0x61, 0x37, 0xff, 0xa0, 0x62, 0x37, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xa2, 0x60, 0x37, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xa8, 0x68, 0x3a, 0xff, 0xad, 0x6c, 0x3e, 0xff, 0xb6, 0x75, 0x47, 0xff, 0xbe, 0x7f, 0x4d, 0xff, 0xaa, 0x6a, 0x3f, 0xff, 0x8b, 0x4c, 0x27, 0xff, 0x84, 0x44, 0x21, 0xff, 0x86, 0x47, 0x22, 0xff, 0x88, 0x47, 0x23, 0xff, 0x88, 0x47, 0x23, 0xff, 0x86, 0x46, 0x22, 0xff, 0x87, 0x47, 0x22, 0xff, 0x8a, 0x49, 0x24, 0xff, 0x8b, 0x4a, 0x25, 0xff, 0x8e, 0x4c, 0x28, 0xff, 0x9a, 0x59, 0x33, 0xff, 0x9e, 0x5d, 0x36, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0xa0, 0x60, 0x38, 0xff, 0xa0, 0x63, 0x3a, 0xff, 0xa1, 0x66, 0x3c, 0xff, 0xa0, 0x67, 0x3e, 0xff, 0x9e, 0x66, 0x3c, 0xff, 0x9d, 0x62, 0x3d, 0xff, 0x9b, 0x61, 0x3b, 0xff, 0x9a, 0x5f, 0x38, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x96, 0x55, 0x30, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x8c, 0x4d, 0x28, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x87, 0x48, 0x29, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x87, 0x49, 0x29, 0xff, 0x85, 0x48, 0x28, 0xff, 0x86, 0x48, 0x29, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x95, 0x57, 0x31, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x97, 0x55, 0x30, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x98, 0x57, 0x30, 0xff, 0x99, 0x59, 0x30, 0xff, 0x98, 0x58, 0x30, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa8, 0x66, 0x3a, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa9, 0x69, 0x3b, 0xff, - 0xb1, 0x71, 0x41, 0xff, 0xb5, 0x77, 0x47, 0xff, 0xb2, 0x75, 0x45, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9d, 0x5c, 0x35, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xad, 0x6e, 0x43, 0xff, 0xaf, 0x74, 0x47, 0xff, 0xb6, 0x7a, 0x4e, 0xff, 0xb5, 0x7a, 0x4f, 0xff, 0xb5, 0x7a, 0x4e, 0xff, 0xb8, 0x7c, 0x51, 0xff, 0xb9, 0x7e, 0x53, 0xff, 0xb7, 0x7a, 0x50, 0xff, 0xb5, 0x7a, 0x4e, 0xff, 0xb2, 0x76, 0x49, 0xff, 0xad, 0x6f, 0x45, 0xff, 0xa8, 0x6d, 0x40, 0xff, 0xa9, 0x68, 0x3c, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9f, 0x5c, 0x33, 0xff, 0x9d, 0x5b, 0x33, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x9e, 0x5c, 0x33, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0xa4, 0x61, 0x38, 0xff, 0xaa, 0x6a, 0x3e, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xaa, 0x6a, 0x3e, 0xff, 0xad, 0x6e, 0x40, 0xff, 0xb0, 0x71, 0x43, 0xff, 0xb2, 0x72, 0x45, 0xff, 0xad, 0x6e, 0x42, 0xff, 0xa3, 0x63, 0x3b, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x87, 0x47, 0x2a, 0xff, 0x85, 0x48, 0x29, 0xff, 0x85, 0x47, 0x28, 0xff, 0x85, 0x47, 0x28, 0xff, 0x84, 0x47, 0x28, 0xff, 0x83, 0x47, 0x26, 0xff, 0x83, 0x45, 0x24, 0xff, 0x7f, 0x43, 0x23, 0xff, 0x78, 0x3f, 0x1f, 0xff, 0x62, 0x34, 0x18, 0xff, 0x52, 0x29, 0x13, 0xff, 0x4e, 0x26, 0x13, 0xff, 0x52, 0x26, 0x13, 0xff, 0x54, 0x27, 0x13, 0xff, 0x57, 0x27, 0x13, 0xff, 0x5d, 0x2b, 0x13, 0xff, 0x60, 0x2f, 0x13, 0xff, 0x65, 0x2e, 0x13, 0xff, 0x6a, 0x34, 0x14, 0xff, 0x70, 0x36, 0x13, 0xff, 0x76, 0x3a, 0x14, 0xff, 0x7e, 0x3e, 0x19, 0xff, 0x84, 0x43, 0x1d, 0xff, 0x85, 0x46, 0x1d, 0xff, 0x88, 0x48, 0x1f, 0xff, 0x8c, 0x4a, 0x22, 0xff, 0x91, 0x4f, 0x25, 0xff, 0x97, 0x55, 0x2b, 0xff, 0xa2, 0x62, 0x33, 0xff, 0xab, 0x6b, 0x3d, 0xff, 0xaa, 0x6d, 0x3f, 0xff, 0xad, 0x70, 0x41, 0xff, 0xb1, 0x74, 0x46, 0xff, 0xb7, 0x7d, 0x4d, 0xff, 0xc1, 0x85, 0x53, 0xff, 0xd5, 0x92, 0x5d, 0xff, 0xea, 0x9f, 0x68, 0xff, 0xeb, 0xaf, 0x74, 0xff, 0xe9, 0xc9, 0x83, 0xff, 0xe4, 0xdc, 0x94, 0xff, 0xe5, 0xdb, 0xa5, 0xff, 0xe9, 0xdc, 0xb1, 0xff, 0xe9, 0xdc, 0xb7, 0xff, 0xe8, 0xdc, 0xb0, 0xff, 0xe6, 0xdb, 0xa2, 0xff, 0xe8, 0xd3, 0x92, 0xff, 0xec, 0xbc, 0x82, 0xff, 0xeb, 0xaa, 0x77, 0xff, 0xe3, 0xa0, 0x6c, 0xff, 0xd6, 0x98, 0x63, 0xff, 0xd1, 0x95, 0x5e, 0xff, 0xd3, 0x95, 0x5d, 0xff, 0xd4, 0x94, 0x5d, 0xff, 0xd6, 0x92, 0x5c, 0xff, 0xdd, 0x92, 0x5b, 0xff, 0xe7, 0x93, 0x5c, 0xff, 0xeb, 0x99, 0x61, 0xff, 0xd4, 0x8d, 0x57, 0xff, 0xb8, 0x79, 0x46, 0xff, 0xb9, 0x7b, 0x47, 0xff, 0xbb, 0x7d, 0x4a, 0xff, 0xb7, 0x77, 0x45, 0xff, 0xb2, 0x71, 0x3f, 0xff, 0xb4, 0x71, 0x40, 0xff, 0xaf, 0x6e, 0x3d, 0xff, 0xa2, 0x61, 0x35, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8c, 0x50, 0x2b, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x86, 0x48, 0x28, 0xff, 0x85, 0x47, 0x28, 0xff, 0x85, 0x48, 0x2a, 0xff, 0x85, 0x48, 0x2a, 0xff, 0x82, 0x46, 0x25, 0xff, 0x7e, 0x41, 0x22, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7c, 0x41, 0x20, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7c, 0x41, 0x1f, 0xff, 0x7b, 0x40, 0x1f, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7f, 0x41, 0x21, 0xff, 0x81, 0x44, 0x23, 0xff, 0x83, 0x46, 0x25, 0xff, 0x87, 0x48, 0x28, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x95, 0x57, 0x31, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa0, 0x61, 0x36, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa6, 0x65, 0x37, 0xff, 0xaa, 0x69, 0x3b, 0xff, 0xae, 0x6e, 0x3d, 0xff, 0xb3, 0x74, 0x43, 0xff, 0xc0, 0x7f, 0x4e, 0xff, 0xa4, 0x64, 0x3a, 0xff, 0x86, 0x48, 0x22, 0xff, 0x83, 0x43, 0x1d, 0xff, 0x85, 0x45, 0x1f, 0xff, 0x86, 0x46, 0x21, 0xff, 0x88, 0x47, 0x22, 0xff, 0x88, 0x48, 0x22, 0xff, 0x89, 0x48, 0x24, 0xff, 0x8b, 0x4a, 0x24, 0xff, 0x8a, 0x4a, 0x22, 0xff, 0x8e, 0x4d, 0x27, 0xff, 0x9a, 0x5a, 0x34, 0xff, 0x9f, 0x5e, 0x36, 0xff, 0x9d, 0x5c, 0x35, 0xff, 0x9d, 0x5c, 0x35, 0xff, 0x9f, 0x60, 0x36, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa3, 0x67, 0x3d, 0xff, 0xa2, 0x69, 0x3e, 0xff, 0x9f, 0x67, 0x40, 0xff, 0x9f, 0x65, 0x3f, 0xff, 0x9c, 0x63, 0x3d, 0xff, 0x9c, 0x60, 0x3a, 0xff, 0x9c, 0x5f, 0x38, 0xff, 0x9b, 0x5e, 0x36, 0xff, 0x96, 0x56, 0x31, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x8c, 0x4c, 0x28, 0xff, 0x8e, 0x4d, 0x28, 0xff, 0x8e, 0x4e, 0x2a, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x97, 0x58, 0x31, 0xff, 0x96, 0x57, 0x30, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0x9c, 0x5a, 0x30, 0xff, 0x9d, 0x5b, 0x31, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0xa0, 0x5d, 0x34, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xad, 0x6b, 0x3f, 0xff, 0xaf, 0x6f, 0x40, 0xff, - 0xb4, 0x7d, 0x4c, 0xff, 0xb6, 0x81, 0x4e, 0xff, 0xb4, 0x7b, 0x4b, 0xff, 0x97, 0x58, 0x31, 0xff, 0x97, 0x57, 0x31, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9f, 0x5e, 0x36, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xaa, 0x6a, 0x3e, 0xff, 0xad, 0x6e, 0x43, 0xff, 0xac, 0x6f, 0x43, 0xff, 0xac, 0x6f, 0x43, 0xff, 0xad, 0x72, 0x46, 0xff, 0xb0, 0x75, 0x48, 0xff, 0xb2, 0x76, 0x49, 0xff, 0xb1, 0x76, 0x4a, 0xff, 0xb0, 0x75, 0x48, 0xff, 0xae, 0x72, 0x46, 0xff, 0xaa, 0x6f, 0x43, 0xff, 0xa7, 0x6b, 0x3e, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xa4, 0x64, 0x37, 0xff, 0xa3, 0x62, 0x37, 0xff, 0xa2, 0x62, 0x35, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9d, 0x5a, 0x33, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xab, 0x6b, 0x3d, 0xff, 0xab, 0x6a, 0x3d, 0xff, 0xaa, 0x6a, 0x3e, 0xff, 0xad, 0x6d, 0x42, 0xff, 0xb0, 0x70, 0x44, 0xff, 0xaf, 0x72, 0x43, 0xff, 0xab, 0x6d, 0x41, 0xff, 0xa5, 0x67, 0x3e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x88, 0x49, 0x2b, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x83, 0x46, 0x27, 0xff, 0x80, 0x43, 0x25, 0xff, 0x7a, 0x3f, 0x22, 0xff, 0x72, 0x3c, 0x1d, 0xff, 0x66, 0x36, 0x18, 0xff, 0x54, 0x29, 0x13, 0xff, 0x47, 0x22, 0x13, 0xff, 0x4c, 0x25, 0x13, 0xff, 0x4d, 0x27, 0x13, 0xff, 0x50, 0x25, 0x13, 0xff, 0x52, 0x27, 0x13, 0xff, 0x54, 0x28, 0x13, 0xff, 0x57, 0x27, 0x13, 0xff, 0x5d, 0x2c, 0x13, 0xff, 0x5f, 0x2e, 0x13, 0xff, 0x64, 0x2e, 0x13, 0xff, 0x69, 0x32, 0x13, 0xff, 0x6e, 0x34, 0x13, 0xff, 0x75, 0x39, 0x13, 0xff, 0x7c, 0x3e, 0x16, 0xff, 0x83, 0x43, 0x1c, 0xff, 0x84, 0x44, 0x1d, 0xff, 0x87, 0x47, 0x1f, 0xff, 0x8c, 0x4a, 0x22, 0xff, 0x90, 0x50, 0x25, 0xff, 0x95, 0x54, 0x2a, 0xff, 0x9f, 0x5d, 0x30, 0xff, 0xab, 0x6c, 0x3c, 0xff, 0xaa, 0x6c, 0x3c, 0xff, 0xad, 0x70, 0x40, 0xff, 0xb1, 0x75, 0x45, 0xff, 0xb7, 0x7c, 0x4a, 0xff, 0xc0, 0x83, 0x51, 0xff, 0xd2, 0x8f, 0x59, 0xff, 0xe5, 0x9c, 0x63, 0xff, 0xec, 0xa8, 0x6e, 0xff, 0xeb, 0xbd, 0x7c, 0xff, 0xe8, 0xd6, 0x8c, 0xff, 0xe3, 0xdd, 0x9a, 0xff, 0xe7, 0xdd, 0xa4, 0xff, 0xe7, 0xdc, 0xa7, 0xff, 0xe5, 0xdb, 0xa1, 0xff, 0xe5, 0xdb, 0x98, 0xff, 0xe9, 0xd1, 0x8c, 0xff, 0xeb, 0xb9, 0x7e, 0xff, 0xea, 0xa9, 0x73, 0xff, 0xe4, 0xa0, 0x69, 0xff, 0xda, 0x98, 0x60, 0xff, 0xd4, 0x95, 0x5d, 0xff, 0xd4, 0x95, 0x5c, 0xff, 0xd6, 0x94, 0x5b, 0xff, 0xd8, 0x93, 0x59, 0xff, 0xdc, 0x91, 0x5a, 0xff, 0xe5, 0x92, 0x5b, 0xff, 0xec, 0x98, 0x5f, 0xff, 0xd6, 0x8c, 0x55, 0xff, 0xba, 0x7a, 0x46, 0xff, 0xbc, 0x7b, 0x46, 0xff, 0xbd, 0x7f, 0x48, 0xff, 0xba, 0x7a, 0x46, 0xff, 0xb5, 0x72, 0x41, 0xff, 0xb6, 0x74, 0x42, 0xff, 0xb2, 0x70, 0x3f, 0xff, 0xa6, 0x67, 0x37, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0xa0, 0x60, 0x34, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x87, 0x49, 0x29, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x82, 0x44, 0x24, 0xff, 0x80, 0x42, 0x22, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x7f, 0x42, 0x21, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7c, 0x40, 0x20, 0xff, 0x7c, 0x3f, 0x20, 0xff, 0x7d, 0x41, 0x20, 0xff, 0x7f, 0x42, 0x20, 0xff, 0x81, 0x43, 0x22, 0xff, 0x83, 0x45, 0x24, 0xff, 0x85, 0x46, 0x25, 0xff, 0x86, 0x48, 0x28, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x93, 0x55, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x97, 0x56, 0x30, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa4, 0x64, 0x37, 0xff, 0xa9, 0x69, 0x39, 0xff, 0xac, 0x6c, 0x3d, 0xff, 0xb0, 0x70, 0x40, 0xff, 0xb6, 0x77, 0x47, 0xff, 0x95, 0x57, 0x2f, 0xff, 0x7f, 0x41, 0x1d, 0xff, 0x80, 0x41, 0x1e, 0xff, 0x83, 0x44, 0x20, 0xff, 0x84, 0x44, 0x1f, 0xff, 0x85, 0x45, 0x20, 0xff, 0x86, 0x47, 0x20, 0xff, 0x8a, 0x49, 0x23, 0xff, 0x8b, 0x4a, 0x25, 0xff, 0x8a, 0x4a, 0x22, 0xff, 0x90, 0x4f, 0x28, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9e, 0x5c, 0x35, 0xff, 0x9f, 0x60, 0x36, 0xff, 0xa1, 0x64, 0x3a, 0xff, 0xa2, 0x67, 0x3d, 0xff, 0xa2, 0x6a, 0x40, 0xff, 0xa0, 0x69, 0x3f, 0xff, 0x9e, 0x65, 0x3e, 0xff, 0x9d, 0x62, 0x3e, 0xff, 0x9d, 0x62, 0x3d, 0xff, 0x9d, 0x62, 0x39, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x96, 0x58, 0x30, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x8e, 0x4e, 0x29, 0xff, 0x8e, 0x4d, 0x29, 0xff, 0x8e, 0x4d, 0x28, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x88, 0x49, 0x28, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x97, 0x59, 0x30, 0xff, 0x98, 0x57, 0x30, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x98, 0x56, 0x30, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0x9f, 0x5d, 0x33, 0xff, 0xa2, 0x5f, 0x35, 0xff, 0xa2, 0x60, 0x36, 0xff, 0xa5, 0x65, 0x38, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xb2, 0x79, 0x48, 0xff, - 0xb4, 0x7d, 0x4c, 0xff, 0xb6, 0x80, 0x50, 0xff, 0xb2, 0x7d, 0x4e, 0xff, 0x96, 0x59, 0x31, 0xff, 0x98, 0x59, 0x33, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0xa4, 0x65, 0x3b, 0xff, 0xa5, 0x67, 0x3d, 0xff, 0xa6, 0x69, 0x3e, 0xff, 0xaa, 0x6f, 0x41, 0xff, 0xad, 0x71, 0x43, 0xff, 0xae, 0x71, 0x44, 0xff, 0xac, 0x70, 0x43, 0xff, 0xa9, 0x6d, 0x41, 0xff, 0xa6, 0x6a, 0x3e, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xa5, 0x67, 0x38, 0xff, 0xa5, 0x65, 0x38, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa2, 0x61, 0x35, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0x9f, 0x5d, 0x34, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0xa8, 0x68, 0x39, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xa7, 0x66, 0x3a, 0xff, 0xa9, 0x6b, 0x3f, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xab, 0x6e, 0x42, 0xff, 0xa7, 0x68, 0x3e, 0xff, 0xa4, 0x66, 0x3c, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x86, 0x49, 0x28, 0xff, 0x86, 0x49, 0x28, 0xff, 0x7d, 0x43, 0x23, 0xff, 0x73, 0x3c, 0x1f, 0xff, 0x6a, 0x37, 0x1d, 0xff, 0x62, 0x33, 0x17, 0xff, 0x59, 0x2d, 0x15, 0xff, 0x4b, 0x24, 0x13, 0xff, 0x4b, 0x25, 0x13, 0xff, 0x49, 0x24, 0x13, 0xff, 0x4b, 0x26, 0x13, 0xff, 0x4e, 0x24, 0x13, 0xff, 0x4e, 0x27, 0x13, 0xff, 0x4e, 0x27, 0x13, 0xff, 0x4e, 0x26, 0x13, 0xff, 0x50, 0x26, 0x13, 0xff, 0x53, 0x27, 0x13, 0xff, 0x57, 0x26, 0x13, 0xff, 0x5b, 0x2b, 0x13, 0xff, 0x5d, 0x2c, 0x13, 0xff, 0x62, 0x2d, 0x13, 0xff, 0x68, 0x2e, 0x13, 0xff, 0x6a, 0x33, 0x13, 0xff, 0x71, 0x38, 0x13, 0xff, 0x78, 0x3b, 0x15, 0xff, 0x81, 0x41, 0x1c, 0xff, 0x84, 0x44, 0x1e, 0xff, 0x87, 0x47, 0x1e, 0xff, 0x8b, 0x4a, 0x20, 0xff, 0x90, 0x4d, 0x25, 0xff, 0x94, 0x52, 0x29, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0xa7, 0x67, 0x37, 0xff, 0xad, 0x6d, 0x3c, 0xff, 0xad, 0x6f, 0x3e, 0xff, 0xb1, 0x74, 0x43, 0xff, 0xb6, 0x79, 0x48, 0xff, 0xbe, 0x80, 0x4e, 0xff, 0xcf, 0x8b, 0x55, 0xff, 0xe3, 0x96, 0x5e, 0xff, 0xeb, 0xa2, 0x69, 0xff, 0xeb, 0xb2, 0x74, 0xff, 0xeb, 0xcb, 0x82, 0xff, 0xe7, 0xdd, 0x90, 0xff, 0xe3, 0xdc, 0x97, 0xff, 0xe3, 0xdb, 0x9a, 0xff, 0xe3, 0xdc, 0x97, 0xff, 0xe7, 0xda, 0x90, 0xff, 0xec, 0xca, 0x84, 0xff, 0xec, 0xb5, 0x78, 0xff, 0xeb, 0xa9, 0x6f, 0xff, 0xe4, 0xa0, 0x66, 0xff, 0xda, 0x98, 0x60, 0xff, 0xd7, 0x95, 0x5c, 0xff, 0xd5, 0x94, 0x5c, 0xff, 0xd6, 0x92, 0x5b, 0xff, 0xd9, 0x92, 0x59, 0xff, 0xdd, 0x92, 0x59, 0xff, 0xe5, 0x93, 0x5a, 0xff, 0xec, 0x97, 0x5e, 0xff, 0xd6, 0x8c, 0x56, 0xff, 0xbc, 0x7b, 0x45, 0xff, 0xbd, 0x7c, 0x47, 0xff, 0xbe, 0x7e, 0x49, 0xff, 0xbc, 0x7c, 0x47, 0xff, 0xb8, 0x75, 0x44, 0xff, 0xb8, 0x76, 0x44, 0xff, 0xb4, 0x73, 0x40, 0xff, 0xab, 0x6a, 0x39, 0xff, 0xa4, 0x64, 0x35, 0xff, 0xa1, 0x61, 0x33, 0xff, 0xa2, 0x62, 0x34, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x84, 0x47, 0x26, 0xff, 0x81, 0x44, 0x23, 0xff, 0x80, 0x43, 0x22, 0xff, 0x80, 0x42, 0x22, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x7d, 0x41, 0x1f, 0xff, 0x7d, 0x3f, 0x20, 0xff, 0x7e, 0x40, 0x20, 0xff, 0x7e, 0x42, 0x21, 0xff, 0x80, 0x43, 0x22, 0xff, 0x82, 0x44, 0x23, 0xff, 0x83, 0x46, 0x25, 0xff, 0x85, 0x47, 0x26, 0xff, 0x86, 0x48, 0x29, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x92, 0x54, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x97, 0x57, 0x30, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xab, 0x6b, 0x3b, 0xff, 0xaf, 0x6f, 0x40, 0xff, 0xab, 0x6b, 0x3f, 0xff, 0x84, 0x46, 0x20, 0xff, 0x7b, 0x3d, 0x18, 0xff, 0x7e, 0x40, 0x1a, 0xff, 0x81, 0x43, 0x1c, 0xff, 0x84, 0x44, 0x1d, 0xff, 0x85, 0x44, 0x1e, 0xff, 0x84, 0x46, 0x1f, 0xff, 0x86, 0x47, 0x20, 0xff, 0x8a, 0x49, 0x24, 0xff, 0x8b, 0x4a, 0x24, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9f, 0x62, 0x37, 0xff, 0xa0, 0x65, 0x3b, 0xff, 0xa0, 0x67, 0x3e, 0xff, 0x9f, 0x67, 0x3e, 0xff, 0x9e, 0x65, 0x3f, 0xff, 0x9e, 0x64, 0x3e, 0xff, 0x9e, 0x64, 0x3e, 0xff, 0x9f, 0x64, 0x3d, 0xff, 0x9e, 0x63, 0x39, 0xff, 0x95, 0x57, 0x2f, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x29, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x92, 0x56, 0x30, 0xff, 0x91, 0x55, 0x30, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x98, 0x59, 0x30, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0x9d, 0x5b, 0x33, 0xff, 0x9d, 0x5c, 0x31, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0xa1, 0x5f, 0x34, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xaa, 0x69, 0x3a, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xaf, 0x75, 0x44, 0xff, 0xb1, 0x78, 0x47, 0xff, 0xb2, 0x7a, 0x4a, 0xff, - 0xb3, 0x7e, 0x51, 0xff, 0xb4, 0x7d, 0x51, 0xff, 0xb2, 0x7b, 0x4f, 0xff, 0x97, 0x59, 0x33, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa5, 0x64, 0x38, 0xff, 0xa3, 0x63, 0x37, 0xff, 0x9f, 0x61, 0x35, 0xff, 0xa0, 0x60, 0x36, 0xff, 0xa2, 0x61, 0x38, 0xff, 0xa4, 0x63, 0x38, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xa9, 0x6a, 0x3e, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xa5, 0x69, 0x3e, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa5, 0x65, 0x38, 0xff, 0xa5, 0x65, 0x38, 0xff, 0xa5, 0x65, 0x38, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa1, 0x5f, 0x35, 0xff, 0x9f, 0x5d, 0x33, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x9f, 0x5c, 0x33, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa7, 0x66, 0x3b, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xa7, 0x69, 0x3e, 0xff, 0xa7, 0x67, 0x3e, 0xff, 0xa4, 0x64, 0x3b, 0xff, 0xa1, 0x62, 0x3a, 0xff, 0x96, 0x59, 0x33, 0xff, 0x81, 0x45, 0x25, 0xff, 0x72, 0x3a, 0x1c, 0xff, 0x5e, 0x2c, 0x13, 0xff, 0x5b, 0x2a, 0x13, 0xff, 0x56, 0x2a, 0x13, 0xff, 0x54, 0x27, 0x13, 0xff, 0x50, 0x26, 0x13, 0xff, 0x4f, 0x25, 0x13, 0xff, 0x4f, 0x25, 0x13, 0xff, 0x4f, 0x25, 0x13, 0xff, 0x4d, 0x26, 0x13, 0xff, 0x4f, 0x25, 0x13, 0xff, 0x4f, 0x25, 0x13, 0xff, 0x50, 0x25, 0x13, 0xff, 0x52, 0x27, 0x13, 0xff, 0x52, 0x28, 0x13, 0xff, 0x54, 0x26, 0x13, 0xff, 0x57, 0x26, 0x13, 0xff, 0x5b, 0x2a, 0x13, 0xff, 0x5d, 0x2c, 0x13, 0xff, 0x61, 0x2f, 0x13, 0xff, 0x65, 0x2e, 0x13, 0xff, 0x6a, 0x33, 0x13, 0xff, 0x6f, 0x34, 0x13, 0xff, 0x76, 0x39, 0x14, 0xff, 0x7d, 0x3f, 0x18, 0xff, 0x85, 0x45, 0x1d, 0xff, 0x87, 0x47, 0x1f, 0xff, 0x8a, 0x49, 0x20, 0xff, 0x8e, 0x4b, 0x24, 0xff, 0x91, 0x50, 0x29, 0xff, 0x97, 0x54, 0x2c, 0xff, 0xa3, 0x61, 0x33, 0xff, 0xad, 0x6d, 0x3c, 0xff, 0xae, 0x6e, 0x3e, 0xff, 0xb2, 0x73, 0x40, 0xff, 0xb6, 0x77, 0x45, 0xff, 0xbd, 0x7c, 0x4b, 0xff, 0xca, 0x86, 0x51, 0xff, 0xdd, 0x92, 0x5b, 0xff, 0xeb, 0x9e, 0x64, 0xff, 0xeb, 0xaa, 0x6e, 0xff, 0xeb, 0xba, 0x7a, 0xff, 0xeb, 0xce, 0x85, 0xff, 0xe9, 0xd9, 0x8e, 0xff, 0xe9, 0xdb, 0x8f, 0xff, 0xe9, 0xd8, 0x8c, 0xff, 0xeb, 0xcd, 0x87, 0xff, 0xec, 0xba, 0x7c, 0xff, 0xec, 0xae, 0x73, 0xff, 0xeb, 0xa6, 0x6b, 0xff, 0xe4, 0x9e, 0x63, 0xff, 0xdb, 0x96, 0x5d, 0xff, 0xd9, 0x93, 0x5b, 0xff, 0xd9, 0x94, 0x5a, 0xff, 0xda, 0x93, 0x5b, 0xff, 0xdc, 0x92, 0x5a, 0xff, 0xe0, 0x91, 0x59, 0xff, 0xe7, 0x93, 0x5a, 0xff, 0xea, 0x98, 0x5f, 0xff, 0xd3, 0x8b, 0x54, 0xff, 0xbb, 0x79, 0x44, 0xff, 0xbe, 0x7d, 0x49, 0xff, 0xc0, 0x7f, 0x49, 0xff, 0xbf, 0x7e, 0x48, 0xff, 0xbb, 0x78, 0x45, 0xff, 0xbb, 0x78, 0x45, 0xff, 0xb6, 0x75, 0x42, 0xff, 0xae, 0x6d, 0x3b, 0xff, 0xaa, 0x69, 0x39, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xa3, 0x63, 0x35, 0xff, 0x9e, 0x5f, 0x33, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x92, 0x55, 0x2e, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x83, 0x46, 0x25, 0xff, 0x82, 0x43, 0x22, 0xff, 0x82, 0x43, 0x22, 0xff, 0x82, 0x43, 0x21, 0xff, 0x7f, 0x42, 0x20, 0xff, 0x7d, 0x41, 0x21, 0xff, 0x7f, 0x40, 0x20, 0xff, 0x7e, 0x41, 0x21, 0xff, 0x7e, 0x43, 0x22, 0xff, 0x80, 0x43, 0x22, 0xff, 0x81, 0x43, 0x23, 0xff, 0x82, 0x44, 0x24, 0xff, 0x84, 0x45, 0x25, 0xff, 0x86, 0x47, 0x26, 0xff, 0x86, 0x48, 0x29, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8d, 0x4d, 0x2d, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x90, 0x53, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x99, 0x59, 0x31, 0xff, 0x9c, 0x5b, 0x32, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa5, 0x65, 0x38, 0xff, 0xa8, 0x69, 0x3a, 0xff, 0xab, 0x6b, 0x3d, 0xff, 0xb1, 0x70, 0x41, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0x81, 0x44, 0x1c, 0xff, 0x7b, 0x3d, 0x18, 0xff, 0x7e, 0x40, 0x19, 0xff, 0x81, 0x42, 0x1b, 0xff, 0x83, 0x43, 0x1d, 0xff, 0x84, 0x44, 0x1f, 0xff, 0x85, 0x45, 0x1f, 0xff, 0x86, 0x46, 0x1f, 0xff, 0x8c, 0x4b, 0x24, 0xff, 0x8f, 0x4e, 0x27, 0xff, 0x9a, 0x59, 0x33, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x9f, 0x65, 0x3a, 0xff, 0x9f, 0x68, 0x3e, 0xff, 0x9e, 0x66, 0x3e, 0xff, 0x9f, 0x67, 0x3e, 0xff, 0x9f, 0x66, 0x3e, 0xff, 0xa0, 0x67, 0x3f, 0xff, 0x9d, 0x62, 0x39, 0xff, 0x96, 0x58, 0x31, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x94, 0x56, 0x30, 0xff, 0x94, 0x57, 0x30, 0xff, 0x93, 0x59, 0x30, 0xff, 0x92, 0x57, 0x31, 0xff, 0x92, 0x59, 0x30, 0xff, 0x93, 0x56, 0x30, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x96, 0x58, 0x30, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0xa1, 0x60, 0x34, 0xff, 0xa2, 0x61, 0x35, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa6, 0x64, 0x37, 0xff, 0xaa, 0x6a, 0x3b, 0xff, 0xac, 0x6f, 0x40, 0xff, 0xae, 0x73, 0x43, 0xff, 0xb0, 0x77, 0x47, 0xff, 0xb0, 0x7a, 0x4b, 0xff, 0xb3, 0x7c, 0x4e, 0xff, - 0xb2, 0x7d, 0x51, 0xff, 0xb5, 0x7f, 0x54, 0xff, 0xb4, 0x7e, 0x54, 0xff, 0x9a, 0x5b, 0x35, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa1, 0x62, 0x37, 0xff, 0x9f, 0x61, 0x35, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa3, 0x61, 0x37, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xa5, 0x65, 0x38, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa6, 0x64, 0x38, 0xff, 0xa6, 0x64, 0x38, 0xff, 0xa6, 0x67, 0x38, 0xff, 0xa6, 0x67, 0x38, 0xff, 0xa5, 0x69, 0x38, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa3, 0x61, 0x35, 0xff, 0xa1, 0x5f, 0x34, 0xff, 0xa0, 0x5e, 0x34, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0xa6, 0x66, 0x3b, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0xa2, 0x62, 0x3a, 0xff, 0xa2, 0x62, 0x3b, 0xff, 0x91, 0x54, 0x31, 0xff, 0x66, 0x32, 0x11, 0xff, 0x64, 0x31, 0x13, 0xff, 0x5e, 0x29, 0x13, 0xff, 0x5e, 0x2c, 0x13, 0xff, 0x5a, 0x28, 0x13, 0xff, 0x57, 0x26, 0x13, 0xff, 0x53, 0x28, 0x13, 0xff, 0x4f, 0x25, 0x13, 0xff, 0x4f, 0x25, 0x13, 0xff, 0x4d, 0x25, 0x13, 0xff, 0x50, 0x26, 0x13, 0xff, 0x52, 0x28, 0x13, 0xff, 0x4f, 0x25, 0x13, 0xff, 0x52, 0x27, 0x13, 0xff, 0x52, 0x28, 0x13, 0xff, 0x52, 0x27, 0x13, 0xff, 0x53, 0x26, 0x13, 0xff, 0x59, 0x28, 0x13, 0xff, 0x5b, 0x2a, 0x13, 0xff, 0x5d, 0x2c, 0x13, 0xff, 0x62, 0x2f, 0x13, 0xff, 0x64, 0x2e, 0x13, 0xff, 0x69, 0x33, 0x13, 0xff, 0x6d, 0x34, 0x13, 0xff, 0x74, 0x38, 0x13, 0xff, 0x7a, 0x3e, 0x16, 0xff, 0x85, 0x45, 0x20, 0xff, 0x86, 0x46, 0x1e, 0xff, 0x8a, 0x4a, 0x20, 0xff, 0x8d, 0x4c, 0x24, 0xff, 0x91, 0x50, 0x29, 0xff, 0x94, 0x52, 0x2a, 0xff, 0x9d, 0x5b, 0x30, 0xff, 0xaf, 0x6f, 0x3e, 0xff, 0xae, 0x6c, 0x3b, 0xff, 0xb1, 0x6f, 0x3e, 0xff, 0xb7, 0x74, 0x43, 0xff, 0xbd, 0x7b, 0x48, 0xff, 0xc8, 0x85, 0x4f, 0xff, 0xdb, 0x90, 0x57, 0xff, 0xeb, 0x96, 0x5f, 0xff, 0xeb, 0x9f, 0x67, 0xff, 0xec, 0xac, 0x72, 0xff, 0xec, 0xba, 0x7c, 0xff, 0xec, 0xc8, 0x82, 0xff, 0xec, 0xcc, 0x83, 0xff, 0xec, 0xc8, 0x82, 0xff, 0xec, 0xbd, 0x7e, 0xff, 0xec, 0xb0, 0x75, 0xff, 0xeb, 0xa7, 0x6c, 0xff, 0xeb, 0xa0, 0x67, 0xff, 0xe6, 0x9b, 0x60, 0xff, 0xde, 0x94, 0x5a, 0xff, 0xdb, 0x93, 0x59, 0xff, 0xdc, 0x93, 0x59, 0xff, 0xdd, 0x92, 0x59, 0xff, 0xe0, 0x90, 0x59, 0xff, 0xe4, 0x91, 0x59, 0xff, 0xe8, 0x94, 0x5a, 0xff, 0xe8, 0x96, 0x5d, 0xff, 0xd1, 0x89, 0x53, 0xff, 0xbc, 0x7b, 0x46, 0xff, 0xc1, 0x7e, 0x48, 0xff, 0xc2, 0x80, 0x49, 0xff, 0xc2, 0x80, 0x49, 0xff, 0xbf, 0x7d, 0x48, 0xff, 0xbe, 0x7b, 0x47, 0xff, 0xb9, 0x76, 0x45, 0xff, 0xb2, 0x71, 0x3e, 0xff, 0xaf, 0x6f, 0x3c, 0xff, 0xa7, 0x66, 0x37, 0xff, 0xa3, 0x63, 0x35, 0xff, 0xa0, 0x60, 0x34, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x97, 0x57, 0x30, 0xff, 0x94, 0x56, 0x30, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x85, 0x47, 0x27, 0xff, 0x83, 0x44, 0x24, 0xff, 0x82, 0x45, 0x24, 0xff, 0x82, 0x45, 0x24, 0xff, 0x80, 0x44, 0x23, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x7e, 0x43, 0x22, 0xff, 0x7f, 0x43, 0x22, 0xff, 0x80, 0x43, 0x22, 0xff, 0x81, 0x43, 0x22, 0xff, 0x81, 0x43, 0x22, 0xff, 0x82, 0x43, 0x23, 0xff, 0x83, 0x46, 0x24, 0xff, 0x85, 0x46, 0x25, 0xff, 0x86, 0x47, 0x29, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x91, 0x55, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x98, 0x58, 0x31, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9e, 0x60, 0x34, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa5, 0x66, 0x39, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xac, 0x6c, 0x3d, 0xff, 0xb2, 0x73, 0x44, 0xff, 0x96, 0x59, 0x31, 0xff, 0x7b, 0x3f, 0x1b, 0xff, 0x7c, 0x3d, 0x17, 0xff, 0x7e, 0x3f, 0x1c, 0xff, 0x80, 0x40, 0x1d, 0xff, 0x82, 0x41, 0x1d, 0xff, 0x84, 0x43, 0x1e, 0xff, 0x86, 0x46, 0x20, 0xff, 0x89, 0x49, 0x21, 0xff, 0x8d, 0x4a, 0x24, 0xff, 0x8f, 0x4d, 0x27, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9f, 0x5e, 0x36, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9f, 0x61, 0x36, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9f, 0x65, 0x3d, 0xff, 0x9e, 0x69, 0x3e, 0xff, 0x9f, 0x67, 0x3d, 0xff, 0xa0, 0x68, 0x3e, 0xff, 0xa2, 0x6a, 0x3d, 0xff, 0x99, 0x60, 0x37, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x91, 0x51, 0x2a, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x93, 0x56, 0x30, 0xff, 0x94, 0x56, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x94, 0x59, 0x31, 0xff, 0x94, 0x58, 0x30, 0xff, 0x94, 0x58, 0x30, 0xff, 0x94, 0x56, 0x30, 0xff, 0x94, 0x57, 0x30, 0xff, 0x95, 0x57, 0x2f, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x95, 0x55, 0x2e, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xa5, 0x64, 0x37, 0xff, 0xa7, 0x66, 0x39, 0xff, 0xaa, 0x6a, 0x3b, 0xff, 0xab, 0x6d, 0x3f, 0xff, 0xb0, 0x77, 0x46, 0xff, 0xb2, 0x7a, 0x4a, 0xff, 0xb3, 0x7d, 0x4e, 0xff, 0xb1, 0x7d, 0x50, 0xff, - 0xb5, 0x80, 0x52, 0xff, 0xb5, 0x80, 0x54, 0xff, 0xb7, 0x81, 0x57, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa0, 0x60, 0x36, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa4, 0x63, 0x38, 0xff, 0xa4, 0x62, 0x38, 0xff, 0xa4, 0x63, 0x37, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa3, 0x62, 0x36, 0xff, 0xa4, 0x62, 0x35, 0xff, 0xa4, 0x63, 0x35, 0xff, 0xa7, 0x65, 0x38, 0xff, 0xa6, 0x67, 0x38, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa4, 0x63, 0x37, 0xff, 0xa3, 0x61, 0x35, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa7, 0x65, 0x3c, 0xff, 0xab, 0x6b, 0x3d, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xa6, 0x66, 0x3a, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xa0, 0x60, 0x39, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x99, 0x59, 0x34, 0xff, 0x91, 0x53, 0x31, 0xff, 0x68, 0x32, 0x11, 0xff, 0x63, 0x2d, 0x13, 0xff, 0x60, 0x2c, 0x13, 0xff, 0x5e, 0x2c, 0x13, 0xff, 0x59, 0x2a, 0x13, 0xff, 0x57, 0x27, 0x13, 0xff, 0x55, 0x25, 0x13, 0xff, 0x53, 0x27, 0x13, 0xff, 0x52, 0x27, 0x13, 0xff, 0x51, 0x26, 0x13, 0xff, 0x50, 0x26, 0x13, 0xff, 0x50, 0x26, 0x13, 0xff, 0x52, 0x28, 0x13, 0xff, 0x51, 0x26, 0x13, 0xff, 0x52, 0x28, 0x13, 0xff, 0x53, 0x26, 0x13, 0xff, 0x56, 0x26, 0x13, 0xff, 0x5a, 0x29, 0x13, 0xff, 0x5b, 0x2b, 0x13, 0xff, 0x5f, 0x2e, 0x13, 0xff, 0x61, 0x2c, 0x13, 0xff, 0x64, 0x2e, 0x13, 0xff, 0x69, 0x32, 0x13, 0xff, 0x6d, 0x34, 0x13, 0xff, 0x72, 0x38, 0x13, 0xff, 0x77, 0x3a, 0x14, 0xff, 0x81, 0x41, 0x1a, 0xff, 0x87, 0x46, 0x1f, 0xff, 0x89, 0x49, 0x20, 0xff, 0x8d, 0x4c, 0x25, 0xff, 0x90, 0x4f, 0x28, 0xff, 0x92, 0x51, 0x2a, 0xff, 0x98, 0x57, 0x2d, 0xff, 0xa7, 0x65, 0x36, 0xff, 0xb0, 0x6e, 0x3e, 0xff, 0xb2, 0x6f, 0x3f, 0xff, 0xb8, 0x75, 0x42, 0xff, 0xbd, 0x7c, 0x46, 0xff, 0xc6, 0x81, 0x4c, 0xff, 0xd3, 0x89, 0x53, 0xff, 0xe4, 0x93, 0x5b, 0xff, 0xed, 0x9c, 0x64, 0xff, 0xeb, 0xa5, 0x6b, 0xff, 0xec, 0xaf, 0x73, 0xff, 0xec, 0xb6, 0x79, 0xff, 0xec, 0xb7, 0x7a, 0xff, 0xec, 0xb6, 0x78, 0xff, 0xec, 0xaf, 0x73, 0xff, 0xeb, 0xa5, 0x6b, 0xff, 0xeb, 0x9f, 0x67, 0xff, 0xeb, 0x9b, 0x62, 0xff, 0xe9, 0x97, 0x5d, 0xff, 0xe1, 0x91, 0x59, 0xff, 0xdd, 0x90, 0x58, 0xff, 0xdd, 0x91, 0x58, 0xff, 0xe0, 0x92, 0x59, 0xff, 0xe3, 0x92, 0x59, 0xff, 0xe6, 0x91, 0x59, 0xff, 0xeb, 0x95, 0x5c, 0xff, 0xe7, 0x95, 0x5f, 0xff, 0xcf, 0x87, 0x52, 0xff, 0xbe, 0x7b, 0x45, 0xff, 0xc1, 0x7f, 0x49, 0xff, 0xc3, 0x82, 0x4b, 0xff, 0xc4, 0x82, 0x4b, 0xff, 0xc2, 0x80, 0x4b, 0xff, 0xc0, 0x7d, 0x4a, 0xff, 0xbc, 0x7a, 0x46, 0xff, 0xb5, 0x73, 0x41, 0xff, 0xb2, 0x71, 0x3f, 0xff, 0xab, 0x6c, 0x3b, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa1, 0x60, 0x35, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0x99, 0x5a, 0x30, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x98, 0x56, 0x2e, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x98, 0x58, 0x30, 0xff, 0x97, 0x58, 0x32, 0xff, 0x97, 0x58, 0x32, 0xff, 0x96, 0x57, 0x31, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x96, 0x54, 0x2d, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x94, 0x54, 0x30, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8b, 0x4b, 0x2c, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x87, 0x48, 0x27, 0xff, 0x86, 0x47, 0x26, 0xff, 0x85, 0x47, 0x23, 0xff, 0x84, 0x46, 0x22, 0xff, 0x82, 0x44, 0x22, 0xff, 0x82, 0x42, 0x21, 0xff, 0x81, 0x43, 0x22, 0xff, 0x81, 0x43, 0x22, 0xff, 0x81, 0x43, 0x22, 0xff, 0x81, 0x43, 0x22, 0xff, 0x81, 0x44, 0x22, 0xff, 0x82, 0x44, 0x23, 0xff, 0x84, 0x45, 0x25, 0xff, 0x85, 0x46, 0x25, 0xff, 0x86, 0x48, 0x27, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0xa0, 0x61, 0x37, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa9, 0x69, 0x3b, 0xff, 0xab, 0x6b, 0x3d, 0xff, 0xb1, 0x73, 0x48, 0xff, 0x7d, 0x40, 0x1f, 0xff, 0x75, 0x39, 0x15, 0xff, 0x7d, 0x3e, 0x18, 0xff, 0x7d, 0x3e, 0x19, 0xff, 0x80, 0x3f, 0x1e, 0xff, 0x83, 0x42, 0x1d, 0xff, 0x84, 0x44, 0x1f, 0xff, 0x87, 0x47, 0x1f, 0xff, 0x89, 0x49, 0x20, 0xff, 0x8b, 0x49, 0x22, 0xff, 0x8e, 0x4c, 0x28, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0xa0, 0x60, 0x38, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9f, 0x61, 0x36, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9e, 0x64, 0x3a, 0xff, 0xa0, 0x66, 0x3c, 0xff, 0x9f, 0x67, 0x3d, 0xff, 0xa1, 0x69, 0x3c, 0xff, 0xa3, 0x6b, 0x3c, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x96, 0x56, 0x30, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x91, 0x51, 0x2b, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x91, 0x51, 0x2b, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x93, 0x56, 0x30, 0xff, 0x97, 0x59, 0x32, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x98, 0x59, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x94, 0x59, 0x31, 0xff, 0x96, 0x59, 0x30, 0xff, 0x94, 0x56, 0x2e, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x9c, 0x5b, 0x32, 0xff, 0xa3, 0x64, 0x36, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xad, 0x71, 0x40, 0xff, 0xaf, 0x75, 0x44, 0xff, 0xb2, 0x7b, 0x4b, 0xff, 0xb2, 0x7f, 0x4f, 0xff, 0xb5, 0x80, 0x51, 0xff, - 0xb5, 0x81, 0x50, 0xff, 0xb6, 0x82, 0x51, 0xff, 0xba, 0x85, 0x56, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0x9b, 0x5e, 0x33, 0xff, 0x9d, 0x5b, 0x33, 0xff, 0x9c, 0x5e, 0x33, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0xa1, 0x5f, 0x35, 0xff, 0xa1, 0x5f, 0x35, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa0, 0x5e, 0x34, 0xff, 0xa2, 0x61, 0x34, 0xff, 0xa2, 0x61, 0x33, 0xff, 0xa5, 0x62, 0x34, 0xff, 0xa5, 0x63, 0x35, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa4, 0x67, 0x38, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xa4, 0x63, 0x36, 0xff, 0xa1, 0x5f, 0x35, 0xff, 0xa1, 0x60, 0x34, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0xa4, 0x63, 0x38, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xa4, 0x63, 0x38, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9b, 0x5b, 0x35, 0xff, 0x99, 0x58, 0x32, 0xff, 0x97, 0x58, 0x32, 0xff, 0x98, 0x59, 0x34, 0xff, 0x94, 0x56, 0x31, 0xff, 0x67, 0x31, 0x11, 0xff, 0x64, 0x30, 0x13, 0xff, 0x61, 0x2e, 0x13, 0xff, 0x5e, 0x2c, 0x13, 0xff, 0x5b, 0x2c, 0x13, 0xff, 0x59, 0x29, 0x13, 0xff, 0x59, 0x27, 0x13, 0xff, 0x57, 0x26, 0x13, 0xff, 0x55, 0x25, 0x13, 0xff, 0x54, 0x27, 0x13, 0xff, 0x52, 0x29, 0x13, 0xff, 0x52, 0x26, 0x13, 0xff, 0x52, 0x26, 0x13, 0xff, 0x54, 0x26, 0x13, 0xff, 0x54, 0x27, 0x13, 0xff, 0x56, 0x29, 0x13, 0xff, 0x59, 0x26, 0x13, 0xff, 0x5b, 0x2a, 0x13, 0xff, 0x5d, 0x2c, 0x13, 0xff, 0x5f, 0x2e, 0x13, 0xff, 0x62, 0x2d, 0x13, 0xff, 0x66, 0x2e, 0x13, 0xff, 0x69, 0x32, 0x13, 0xff, 0x6d, 0x34, 0x13, 0xff, 0x72, 0x38, 0x13, 0xff, 0x75, 0x3a, 0x14, 0xff, 0x7c, 0x3f, 0x18, 0xff, 0x87, 0x46, 0x1f, 0xff, 0x89, 0x48, 0x22, 0xff, 0x8c, 0x4b, 0x26, 0xff, 0x8f, 0x50, 0x29, 0xff, 0x92, 0x52, 0x2b, 0xff, 0x94, 0x53, 0x2c, 0xff, 0xa0, 0x5e, 0x32, 0xff, 0xb2, 0x6f, 0x3e, 0xff, 0xb4, 0x70, 0x3e, 0xff, 0xb9, 0x77, 0x43, 0xff, 0xbc, 0x7c, 0x47, 0xff, 0xc4, 0x81, 0x4c, 0xff, 0xd1, 0x88, 0x52, 0xff, 0xe2, 0x92, 0x59, 0xff, 0xeb, 0x99, 0x5f, 0xff, 0xeb, 0xa0, 0x66, 0xff, 0xeb, 0xa6, 0x6c, 0xff, 0xeb, 0xab, 0x6f, 0xff, 0xeb, 0xab, 0x71, 0xff, 0xeb, 0xa8, 0x6e, 0xff, 0xea, 0xa4, 0x69, 0xff, 0xeb, 0x9d, 0x66, 0xff, 0xeb, 0x9a, 0x63, 0xff, 0xeb, 0x96, 0x5e, 0xff, 0xe9, 0x95, 0x5b, 0xff, 0xe2, 0x92, 0x58, 0xff, 0xdf, 0x91, 0x57, 0xff, 0xe2, 0x92, 0x57, 0xff, 0xe4, 0x92, 0x58, 0xff, 0xe7, 0x92, 0x59, 0xff, 0xea, 0x94, 0x5a, 0xff, 0xed, 0x97, 0x5d, 0xff, 0xe4, 0x94, 0x5c, 0xff, 0xcb, 0x85, 0x4f, 0xff, 0xbf, 0x7c, 0x47, 0xff, 0xc3, 0x7f, 0x4a, 0xff, 0xc7, 0x82, 0x4c, 0xff, 0xc8, 0x84, 0x4e, 0xff, 0xc6, 0x84, 0x4e, 0xff, 0xc3, 0x81, 0x4d, 0xff, 0xbe, 0x7d, 0x49, 0xff, 0xb8, 0x77, 0x44, 0xff, 0xb5, 0x74, 0x41, 0xff, 0xaf, 0x6f, 0x3c, 0xff, 0xa8, 0x69, 0x39, 0xff, 0xa3, 0x63, 0x36, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0x9d, 0x5c, 0x31, 0xff, 0x9b, 0x59, 0x30, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x99, 0x5b, 0x31, 0xff, 0x9a, 0x5c, 0x33, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x99, 0x5b, 0x31, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x97, 0x58, 0x30, 0xff, 0x96, 0x59, 0x31, 0xff, 0x92, 0x55, 0x2e, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x87, 0x48, 0x27, 0xff, 0x86, 0x48, 0x26, 0xff, 0x85, 0x46, 0x24, 0xff, 0x83, 0x44, 0x23, 0xff, 0x83, 0x44, 0x23, 0xff, 0x82, 0x45, 0x23, 0xff, 0x82, 0x44, 0x23, 0xff, 0x82, 0x44, 0x23, 0xff, 0x83, 0x45, 0x24, 0xff, 0x83, 0x45, 0x25, 0xff, 0x84, 0x46, 0x24, 0xff, 0x85, 0x46, 0x24, 0xff, 0x86, 0x47, 0x27, 0xff, 0x86, 0x48, 0x28, 0xff, 0x89, 0x49, 0x29, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x99, 0x5b, 0x32, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0xa0, 0x61, 0x37, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xaf, 0x6f, 0x41, 0xff, 0x96, 0x59, 0x33, 0xff, 0x78, 0x3c, 0x18, 0xff, 0x76, 0x39, 0x14, 0xff, 0x7a, 0x3d, 0x17, 0xff, 0x7d, 0x40, 0x18, 0xff, 0x80, 0x41, 0x1c, 0xff, 0x83, 0x43, 0x1d, 0xff, 0x84, 0x44, 0x1e, 0xff, 0x87, 0x46, 0x1f, 0xff, 0x89, 0x48, 0x20, 0xff, 0x8a, 0x48, 0x23, 0xff, 0x8e, 0x4b, 0x25, 0xff, 0xa1, 0x61, 0x37, 0xff, 0xa1, 0x62, 0x38, 0xff, 0x9f, 0x5e, 0x36, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9c, 0x5a, 0x33, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9f, 0x60, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9f, 0x63, 0x3a, 0xff, 0xa1, 0x67, 0x3c, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa2, 0x68, 0x3c, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x98, 0x5b, 0x31, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x91, 0x52, 0x2b, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x91, 0x51, 0x2b, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x56, 0x2e, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x94, 0x56, 0x30, 0xff, 0x95, 0x58, 0x32, 0xff, 0x97, 0x59, 0x33, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x99, 0x5f, 0x34, 0xff, 0x99, 0x5f, 0x34, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x99, 0x5b, 0x32, 0xff, 0x98, 0x5a, 0x30, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x97, 0x58, 0x2e, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x9a, 0x5c, 0x30, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0xa3, 0x64, 0x37, 0xff, 0xa7, 0x6c, 0x3e, 0xff, 0xad, 0x72, 0x43, 0xff, 0xb0, 0x77, 0x49, 0xff, 0xb2, 0x7c, 0x4b, 0xff, 0xb3, 0x80, 0x4e, 0xff, - 0xb4, 0x7b, 0x4a, 0xff, 0xb5, 0x7b, 0x4a, 0xff, 0xb7, 0x80, 0x4f, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x99, 0x5b, 0x32, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa0, 0x61, 0x36, 0xff, 0xa3, 0x63, 0x36, 0xff, 0xa2, 0x63, 0x36, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa0, 0x60, 0x34, 0xff, 0xa1, 0x5e, 0x34, 0xff, 0xa0, 0x5f, 0x33, 0xff, 0x9f, 0x5d, 0x33, 0xff, 0xa1, 0x5f, 0x32, 0xff, 0xa1, 0x5f, 0x32, 0xff, 0xa2, 0x61, 0x33, 0xff, 0xa2, 0x60, 0x33, 0xff, 0xa5, 0x62, 0x34, 0xff, 0xa7, 0x63, 0x36, 0xff, 0xa5, 0x64, 0x38, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa4, 0x63, 0x37, 0xff, 0xa3, 0x61, 0x35, 0xff, 0xa1, 0x60, 0x34, 0xff, 0xa1, 0x5e, 0x34, 0xff, 0xa1, 0x5e, 0x34, 0xff, 0xa1, 0x61, 0x35, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x99, 0x58, 0x31, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x99, 0x5b, 0x32, 0xff, 0x98, 0x58, 0x32, 0xff, 0x97, 0x58, 0x32, 0xff, 0x98, 0x57, 0x32, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x65, 0x30, 0x11, 0xff, 0x63, 0x2c, 0x12, 0xff, 0x63, 0x2c, 0x12, 0xff, 0x5f, 0x2b, 0x13, 0xff, 0x5e, 0x2e, 0x13, 0xff, 0x5b, 0x2b, 0x13, 0xff, 0x59, 0x28, 0x13, 0xff, 0x5b, 0x26, 0x13, 0xff, 0x58, 0x27, 0x13, 0xff, 0x59, 0x29, 0x13, 0xff, 0x58, 0x27, 0x13, 0xff, 0x57, 0x26, 0x13, 0xff, 0x58, 0x27, 0x13, 0xff, 0x57, 0x26, 0x13, 0xff, 0x58, 0x2a, 0x13, 0xff, 0x59, 0x2a, 0x13, 0xff, 0x5c, 0x2a, 0x13, 0xff, 0x5d, 0x2e, 0x13, 0xff, 0x5e, 0x2e, 0x12, 0xff, 0x61, 0x2c, 0x13, 0xff, 0x64, 0x2e, 0x13, 0xff, 0x68, 0x31, 0x13, 0xff, 0x6a, 0x32, 0x13, 0xff, 0x6e, 0x35, 0x13, 0xff, 0x72, 0x37, 0x13, 0xff, 0x75, 0x38, 0x13, 0xff, 0x79, 0x3c, 0x17, 0xff, 0x83, 0x44, 0x1e, 0xff, 0x8a, 0x4a, 0x23, 0xff, 0x8d, 0x4d, 0x27, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x96, 0x54, 0x2c, 0xff, 0x9e, 0x5d, 0x31, 0xff, 0xae, 0x6b, 0x3b, 0xff, 0xb5, 0x72, 0x40, 0xff, 0xb9, 0x76, 0x44, 0xff, 0xbf, 0x7c, 0x48, 0xff, 0xc8, 0x82, 0x4d, 0xff, 0xd4, 0x88, 0x53, 0xff, 0xe3, 0x91, 0x58, 0xff, 0xe9, 0x96, 0x5f, 0xff, 0xeb, 0x9b, 0x63, 0xff, 0xeb, 0xa0, 0x66, 0xff, 0xeb, 0xa3, 0x68, 0xff, 0xeb, 0xa4, 0x6a, 0xff, 0xeb, 0xa1, 0x68, 0xff, 0xea, 0x9b, 0x64, 0xff, 0xeb, 0x98, 0x61, 0xff, 0xeb, 0x96, 0x5e, 0xff, 0xeb, 0x95, 0x5b, 0xff, 0xe8, 0x92, 0x58, 0xff, 0xe4, 0x92, 0x58, 0xff, 0xe3, 0x93, 0x57, 0xff, 0xe4, 0x92, 0x57, 0xff, 0xe8, 0x93, 0x59, 0xff, 0xeb, 0x95, 0x5a, 0xff, 0xeb, 0x94, 0x5b, 0xff, 0xed, 0x95, 0x5e, 0xff, 0xe2, 0x92, 0x5b, 0xff, 0xc9, 0x84, 0x4f, 0xff, 0xc0, 0x7f, 0x49, 0xff, 0xc5, 0x81, 0x4b, 0xff, 0xc9, 0x85, 0x4e, 0xff, 0xcb, 0x85, 0x4f, 0xff, 0xca, 0x86, 0x51, 0xff, 0xc7, 0x85, 0x50, 0xff, 0xc1, 0x82, 0x4b, 0xff, 0xbb, 0x7d, 0x45, 0xff, 0xb6, 0x77, 0x42, 0xff, 0xb5, 0x74, 0x41, 0xff, 0xad, 0x6c, 0x3b, 0xff, 0xa3, 0x62, 0x34, 0xff, 0xa1, 0x61, 0x34, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x9c, 0x5c, 0x31, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x9c, 0x5b, 0x32, 0xff, 0x9c, 0x5a, 0x30, 0xff, 0x9b, 0x5b, 0x2f, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x99, 0x59, 0x30, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x98, 0x58, 0x31, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8b, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x87, 0x48, 0x27, 0xff, 0x85, 0x47, 0x25, 0xff, 0x85, 0x46, 0x26, 0xff, 0x85, 0x45, 0x26, 0xff, 0x85, 0x45, 0x25, 0xff, 0x85, 0x46, 0x24, 0xff, 0x84, 0x47, 0x25, 0xff, 0x85, 0x46, 0x26, 0xff, 0x85, 0x45, 0x26, 0xff, 0x86, 0x47, 0x26, 0xff, 0x86, 0x47, 0x27, 0xff, 0x88, 0x49, 0x28, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x96, 0x56, 0x30, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0xa1, 0x61, 0x37, 0xff, 0xa6, 0x66, 0x3c, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xb8, 0x7a, 0x4e, 0xff, 0x81, 0x48, 0x22, 0xff, 0x73, 0x37, 0x13, 0xff, 0x78, 0x3b, 0x18, 0xff, 0x7a, 0x3e, 0x18, 0xff, 0x7c, 0x3e, 0x18, 0xff, 0x80, 0x3f, 0x1b, 0xff, 0x83, 0x41, 0x1e, 0xff, 0x85, 0x43, 0x1f, 0xff, 0x86, 0x46, 0x1f, 0xff, 0x87, 0x47, 0x20, 0xff, 0x89, 0x4a, 0x21, 0xff, 0x8c, 0x49, 0x23, 0xff, 0xa3, 0x63, 0x3a, 0xff, 0xa3, 0x64, 0x3a, 0xff, 0x9f, 0x60, 0x37, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0xa1, 0x65, 0x3a, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x99, 0x5b, 0x30, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x95, 0x53, 0x2c, 0xff, 0x93, 0x51, 0x2b, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x94, 0x57, 0x2f, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x94, 0x56, 0x2e, 0xff, 0x98, 0x5a, 0x30, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x9b, 0x61, 0x35, 0xff, 0x9b, 0x61, 0x34, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x99, 0x5b, 0x31, 0xff, 0x99, 0x5b, 0x30, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa7, 0x6d, 0x3f, 0xff, 0xac, 0x71, 0x44, 0xff, 0xaf, 0x77, 0x49, 0xff, 0xb2, 0x7a, 0x4a, 0xff, - 0xaf, 0x74, 0x44, 0xff, 0xaf, 0x73, 0x43, 0xff, 0xb2, 0x75, 0x45, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0x99, 0x59, 0x30, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9e, 0x5c, 0x32, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9e, 0x60, 0x34, 0xff, 0xa0, 0x60, 0x34, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa1, 0x5e, 0x34, 0xff, 0xa1, 0x61, 0x34, 0xff, 0xa1, 0x5e, 0x34, 0xff, 0x9e, 0x5c, 0x32, 0xff, 0xa1, 0x5d, 0x32, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0xa3, 0x61, 0x33, 0xff, 0xa4, 0x62, 0x34, 0xff, 0xa6, 0x63, 0x35, 0xff, 0xa6, 0x63, 0x35, 0xff, 0xa7, 0x66, 0x38, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa6, 0x66, 0x38, 0xff, 0xa6, 0x63, 0x36, 0xff, 0xa3, 0x62, 0x35, 0xff, 0xa0, 0x60, 0x33, 0xff, 0xa0, 0x5d, 0x33, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0x98, 0x57, 0x30, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x98, 0x58, 0x31, 0xff, 0x96, 0x57, 0x30, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x58, 0x32, 0xff, 0x97, 0x59, 0x33, 0xff, 0x96, 0x59, 0x33, 0xff, 0x6f, 0x38, 0x15, 0xff, 0x66, 0x30, 0x12, 0xff, 0x67, 0x2f, 0x13, 0xff, 0x64, 0x2c, 0x12, 0xff, 0x61, 0x2e, 0x13, 0xff, 0x5f, 0x2d, 0x12, 0xff, 0x5e, 0x2e, 0x12, 0xff, 0x5e, 0x2c, 0x13, 0xff, 0x5d, 0x2b, 0x13, 0xff, 0x5b, 0x2a, 0x13, 0xff, 0x5b, 0x2a, 0x13, 0xff, 0x59, 0x29, 0x13, 0xff, 0x5a, 0x26, 0x13, 0xff, 0x5b, 0x29, 0x13, 0xff, 0x5b, 0x2a, 0x13, 0xff, 0x5b, 0x2a, 0x13, 0xff, 0x5c, 0x2d, 0x13, 0xff, 0x5e, 0x2d, 0x13, 0xff, 0x60, 0x2b, 0x13, 0xff, 0x63, 0x2e, 0x12, 0xff, 0x67, 0x2f, 0x12, 0xff, 0x69, 0x31, 0x13, 0xff, 0x6b, 0x32, 0x12, 0xff, 0x6f, 0x35, 0x13, 0xff, 0x72, 0x37, 0x13, 0xff, 0x76, 0x39, 0x13, 0xff, 0x79, 0x3c, 0x16, 0xff, 0x81, 0x42, 0x1d, 0xff, 0x8a, 0x48, 0x24, 0xff, 0x8d, 0x4c, 0x26, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0xa8, 0x66, 0x37, 0xff, 0xb7, 0x73, 0x41, 0xff, 0xbc, 0x77, 0x45, 0xff, 0xc2, 0x7d, 0x4a, 0xff, 0xc9, 0x85, 0x4e, 0xff, 0xd2, 0x8b, 0x53, 0xff, 0xdb, 0x90, 0x59, 0xff, 0xe6, 0x96, 0x5d, 0xff, 0xec, 0x9a, 0x60, 0xff, 0xeb, 0x9d, 0x63, 0xff, 0xeb, 0x9f, 0x66, 0xff, 0xea, 0x9f, 0x65, 0xff, 0xeb, 0x9a, 0x61, 0xff, 0xeb, 0x97, 0x5e, 0xff, 0xeb, 0x95, 0x5c, 0xff, 0xeb, 0x95, 0x5b, 0xff, 0xe9, 0x93, 0x59, 0xff, 0xe8, 0x92, 0x58, 0xff, 0xe9, 0x93, 0x59, 0xff, 0xe9, 0x92, 0x58, 0xff, 0xeb, 0x91, 0x58, 0xff, 0xeb, 0x92, 0x5a, 0xff, 0xeb, 0x96, 0x5c, 0xff, 0xeb, 0x96, 0x5c, 0xff, 0xed, 0x97, 0x5e, 0xff, 0xe0, 0x90, 0x5a, 0xff, 0xc9, 0x82, 0x4d, 0xff, 0xc6, 0x81, 0x4a, 0xff, 0xc9, 0x84, 0x4c, 0xff, 0xcb, 0x86, 0x4e, 0xff, 0xce, 0x89, 0x51, 0xff, 0xd0, 0x8e, 0x54, 0xff, 0xcc, 0x89, 0x51, 0xff, 0xc5, 0x83, 0x4e, 0xff, 0xbf, 0x80, 0x4a, 0xff, 0xba, 0x7b, 0x46, 0xff, 0xb9, 0x78, 0x43, 0xff, 0xb1, 0x72, 0x3f, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa2, 0x62, 0x35, 0xff, 0x9e, 0x5f, 0x33, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9c, 0x5a, 0x30, 0xff, 0x9e, 0x5b, 0x31, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9e, 0x5e, 0x31, 0xff, 0x9e, 0x5c, 0x32, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x98, 0x59, 0x32, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x89, 0x48, 0x28, 0xff, 0x87, 0x47, 0x27, 0xff, 0x88, 0x48, 0x27, 0xff, 0x87, 0x47, 0x28, 0xff, 0x85, 0x47, 0x27, 0xff, 0x85, 0x46, 0x25, 0xff, 0x85, 0x47, 0x24, 0xff, 0x86, 0x47, 0x25, 0xff, 0x87, 0x47, 0x26, 0xff, 0x87, 0x47, 0x27, 0xff, 0x87, 0x47, 0x26, 0xff, 0x89, 0x49, 0x28, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xb0, 0x70, 0x43, 0xff, 0x96, 0x5a, 0x36, 0xff, 0x77, 0x3c, 0x19, 0xff, 0x73, 0x38, 0x14, 0xff, 0x77, 0x3b, 0x15, 0xff, 0x79, 0x3d, 0x16, 0xff, 0x7c, 0x3e, 0x18, 0xff, 0x7f, 0x3f, 0x1b, 0xff, 0x82, 0x41, 0x1e, 0xff, 0x84, 0x43, 0x1f, 0xff, 0x86, 0x45, 0x20, 0xff, 0x89, 0x48, 0x23, 0xff, 0x8a, 0x49, 0x22, 0xff, 0x90, 0x50, 0x29, 0xff, 0xa5, 0x64, 0x3b, 0xff, 0xa5, 0x65, 0x3a, 0xff, 0xa1, 0x61, 0x38, 0xff, 0x9e, 0x5f, 0x37, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9c, 0x5e, 0x32, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa4, 0x66, 0x39, 0xff, 0x9b, 0x5f, 0x34, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x99, 0x5b, 0x2f, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x93, 0x53, 0x2b, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x99, 0x5b, 0x31, 0xff, 0x9c, 0x5e, 0x33, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9d, 0x61, 0x35, 0xff, 0x9b, 0x61, 0x35, 0xff, 0x9d, 0x61, 0x35, 0xff, 0x9e, 0x61, 0x34, 0xff, 0x9e, 0x5f, 0x33, 0xff, 0x9c, 0x5e, 0x32, 0xff, 0x9a, 0x5b, 0x30, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0xa0, 0x60, 0x34, 0xff, 0xa3, 0x64, 0x37, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xaf, 0x70, 0x43, 0xff, - 0xa9, 0x69, 0x38, 0xff, 0xa9, 0x6a, 0x3a, 0xff, 0xad, 0x6d, 0x3c, 0xff, 0xac, 0x6e, 0x40, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0x9f, 0x5e, 0x33, 0xff, 0xa0, 0x5d, 0x34, 0xff, 0xa2, 0x5f, 0x34, 0xff, 0xa0, 0x5e, 0x34, 0xff, 0x9d, 0x5a, 0x31, 0xff, 0xa1, 0x5e, 0x32, 0xff, 0xa2, 0x60, 0x33, 0xff, 0xa3, 0x60, 0x32, 0xff, 0xa3, 0x60, 0x33, 0xff, 0xa3, 0x61, 0x33, 0xff, 0xa6, 0x63, 0x35, 0xff, 0xa6, 0x65, 0x36, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa1, 0x61, 0x35, 0xff, 0x9f, 0x5d, 0x33, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x99, 0x59, 0x32, 0xff, 0x98, 0x57, 0x31, 0xff, 0x96, 0x56, 0x30, 0xff, 0x95, 0x57, 0x31, 0xff, 0x95, 0x56, 0x30, 0xff, 0x96, 0x59, 0x33, 0xff, 0x96, 0x58, 0x34, 0xff, 0x76, 0x3c, 0x1e, 0xff, 0x65, 0x2e, 0x11, 0xff, 0x68, 0x31, 0x13, 0xff, 0x66, 0x2d, 0x12, 0xff, 0x64, 0x2d, 0x12, 0xff, 0x64, 0x2e, 0x12, 0xff, 0x61, 0x2c, 0x13, 0xff, 0x60, 0x2c, 0x12, 0xff, 0x5f, 0x2b, 0x12, 0xff, 0x5f, 0x2e, 0x12, 0xff, 0x5d, 0x2e, 0x13, 0xff, 0x5b, 0x2c, 0x12, 0xff, 0x5c, 0x2b, 0x12, 0xff, 0x5e, 0x2c, 0x13, 0xff, 0x5d, 0x2e, 0x12, 0xff, 0x5e, 0x2e, 0x12, 0xff, 0x5e, 0x2c, 0x13, 0xff, 0x60, 0x2b, 0x12, 0xff, 0x63, 0x2d, 0x12, 0xff, 0x67, 0x2e, 0x13, 0xff, 0x6a, 0x31, 0x12, 0xff, 0x6b, 0x33, 0x13, 0xff, 0x6d, 0x34, 0x12, 0xff, 0x70, 0x35, 0x12, 0xff, 0x73, 0x36, 0x12, 0xff, 0x75, 0x39, 0x14, 0xff, 0x7a, 0x3d, 0x17, 0xff, 0x7f, 0x40, 0x1b, 0xff, 0x89, 0x48, 0x22, 0xff, 0x8f, 0x4d, 0x28, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x99, 0x58, 0x2e, 0xff, 0xa2, 0x60, 0x34, 0xff, 0xb6, 0x73, 0x41, 0xff, 0xbd, 0x79, 0x45, 0xff, 0xc3, 0x80, 0x4a, 0xff, 0xc9, 0x87, 0x50, 0xff, 0xd2, 0x8d, 0x56, 0xff, 0xdc, 0x95, 0x5c, 0xff, 0xe5, 0x99, 0x60, 0xff, 0xea, 0x99, 0x61, 0xff, 0xeb, 0x9a, 0x62, 0xff, 0xeb, 0x9b, 0x62, 0xff, 0xeb, 0x99, 0x61, 0xff, 0xeb, 0x97, 0x5f, 0xff, 0xea, 0x93, 0x5b, 0xff, 0xe9, 0x90, 0x59, 0xff, 0xe8, 0x90, 0x57, 0xff, 0xeb, 0x90, 0x58, 0xff, 0xeb, 0x92, 0x59, 0xff, 0xeb, 0x95, 0x5b, 0xff, 0xeb, 0x95, 0x5c, 0xff, 0xeb, 0x95, 0x5c, 0xff, 0xeb, 0x96, 0x5c, 0xff, 0xeb, 0x96, 0x5d, 0xff, 0xeb, 0x97, 0x5e, 0xff, 0xec, 0x99, 0x60, 0xff, 0xe1, 0x92, 0x5a, 0xff, 0xcf, 0x86, 0x4f, 0xff, 0xcd, 0x85, 0x4e, 0xff, 0xcf, 0x87, 0x50, 0xff, 0xd2, 0x89, 0x51, 0xff, 0xd3, 0x8c, 0x53, 0xff, 0xd5, 0x8f, 0x55, 0xff, 0xd2, 0x8b, 0x53, 0xff, 0xca, 0x88, 0x51, 0xff, 0xc4, 0x84, 0x4e, 0xff, 0xbd, 0x7e, 0x48, 0xff, 0xbb, 0x7c, 0x45, 0xff, 0xb5, 0x75, 0x41, 0xff, 0xa9, 0x68, 0x3a, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9f, 0x5d, 0x34, 0xff, 0x9f, 0x5c, 0x32, 0xff, 0x9e, 0x5c, 0x32, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0xa0, 0x5f, 0x33, 0xff, 0xa0, 0x60, 0x34, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0xa0, 0x60, 0x34, 0xff, 0xa1, 0x61, 0x33, 0xff, 0xa0, 0x60, 0x32, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x98, 0x58, 0x31, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8a, 0x49, 0x28, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x89, 0x49, 0x29, 0xff, 0x87, 0x48, 0x28, 0xff, 0x88, 0x47, 0x26, 0xff, 0x88, 0x48, 0x26, 0xff, 0x87, 0x48, 0x26, 0xff, 0x88, 0x49, 0x27, 0xff, 0x87, 0x49, 0x29, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x99, 0x59, 0x33, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xad, 0x6f, 0x43, 0xff, 0x84, 0x4a, 0x24, 0xff, 0x72, 0x39, 0x13, 0xff, 0x72, 0x38, 0x13, 0xff, 0x76, 0x3a, 0x16, 0xff, 0x78, 0x3b, 0x15, 0xff, 0x7c, 0x3d, 0x16, 0xff, 0x7e, 0x3f, 0x1b, 0xff, 0x81, 0x41, 0x1e, 0xff, 0x84, 0x44, 0x20, 0xff, 0x86, 0x46, 0x21, 0xff, 0x89, 0x49, 0x23, 0xff, 0x8b, 0x49, 0x23, 0xff, 0x95, 0x54, 0x2c, 0xff, 0xa6, 0x66, 0x3c, 0xff, 0xa5, 0x67, 0x3b, 0xff, 0xa2, 0x64, 0x39, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9e, 0x5f, 0x37, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9d, 0x5b, 0x34, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0xa1, 0x63, 0x37, 0xff, 0xa1, 0x63, 0x36, 0xff, 0x9c, 0x5e, 0x33, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x99, 0x5b, 0x30, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x99, 0x56, 0x2e, 0xff, 0x95, 0x52, 0x2c, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x93, 0x54, 0x2c, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x93, 0x53, 0x2b, 0xff, 0x95, 0x53, 0x2c, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x97, 0x59, 0x2f, 0xff, 0x98, 0x58, 0x30, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9f, 0x61, 0x34, 0xff, 0x9f, 0x62, 0x35, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9e, 0x61, 0x34, 0xff, 0x9e, 0x60, 0x33, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x97, 0x58, 0x2d, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x9a, 0x59, 0x30, 0xff, 0xa0, 0x61, 0x32, 0xff, 0xa2, 0x62, 0x35, 0xff, 0xa7, 0x67, 0x39, 0xff, 0xa7, 0x67, 0x38, 0xff, - 0xa2, 0x61, 0x34, 0xff, 0xa4, 0x63, 0x34, 0xff, 0xa7, 0x67, 0x37, 0xff, 0xac, 0x6c, 0x3b, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x99, 0x57, 0x2f, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x99, 0x58, 0x30, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x99, 0x56, 0x2f, 0xff, 0x99, 0x57, 0x2f, 0xff, 0x9a, 0x57, 0x2e, 0xff, 0x9d, 0x5a, 0x2f, 0xff, 0x9e, 0x5c, 0x2f, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0xa0, 0x5d, 0x30, 0xff, 0xa1, 0x60, 0x33, 0xff, 0xa0, 0x5f, 0x33, 0xff, 0x9f, 0x60, 0x32, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9e, 0x5b, 0x32, 0xff, 0x9e, 0x5c, 0x32, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x99, 0x57, 0x32, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x98, 0x57, 0x31, 0xff, 0x96, 0x56, 0x30, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x58, 0x32, 0xff, 0x97, 0x58, 0x33, 0xff, 0x7c, 0x42, 0x25, 0xff, 0x67, 0x31, 0x11, 0xff, 0x69, 0x30, 0x12, 0xff, 0x68, 0x2f, 0x12, 0xff, 0x67, 0x30, 0x12, 0xff, 0x67, 0x2f, 0x12, 0xff, 0x67, 0x30, 0x12, 0xff, 0x65, 0x2d, 0x12, 0xff, 0x64, 0x2d, 0x12, 0xff, 0x63, 0x2c, 0x12, 0xff, 0x62, 0x2c, 0x12, 0xff, 0x60, 0x2e, 0x12, 0xff, 0x61, 0x2e, 0x12, 0xff, 0x61, 0x2b, 0x12, 0xff, 0x60, 0x2d, 0x12, 0xff, 0x61, 0x2a, 0x12, 0xff, 0x62, 0x2c, 0x12, 0xff, 0x64, 0x2c, 0x12, 0xff, 0x65, 0x2f, 0x12, 0xff, 0x68, 0x32, 0x12, 0xff, 0x69, 0x32, 0x12, 0xff, 0x6c, 0x33, 0x12, 0xff, 0x6f, 0x35, 0x12, 0xff, 0x71, 0x36, 0x12, 0xff, 0x75, 0x39, 0x13, 0xff, 0x79, 0x3b, 0x16, 0xff, 0x7c, 0x3c, 0x18, 0xff, 0x7f, 0x3f, 0x19, 0xff, 0x85, 0x44, 0x1f, 0xff, 0x90, 0x4e, 0x29, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x95, 0x52, 0x2c, 0xff, 0x97, 0x55, 0x2d, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x9e, 0x5b, 0x30, 0xff, 0xb0, 0x6d, 0x3c, 0xff, 0xc1, 0x7e, 0x48, 0xff, 0xc3, 0x81, 0x4b, 0xff, 0xc8, 0x89, 0x54, 0xff, 0xd1, 0x93, 0x5b, 0xff, 0xdc, 0x9a, 0x61, 0xff, 0xe5, 0x9d, 0x65, 0xff, 0xea, 0x9f, 0x65, 0xff, 0xea, 0x9e, 0x65, 0xff, 0xeb, 0x9d, 0x63, 0xff, 0xeb, 0x99, 0x60, 0xff, 0xeb, 0x97, 0x5e, 0xff, 0xeb, 0x94, 0x5b, 0xff, 0xe8, 0x8f, 0x58, 0xff, 0xe5, 0x8c, 0x55, 0xff, 0xea, 0x90, 0x57, 0xff, 0xeb, 0x95, 0x59, 0xff, 0xeb, 0x95, 0x5c, 0xff, 0xeb, 0x97, 0x5e, 0xff, 0xeb, 0x99, 0x5f, 0xff, 0xeb, 0x9a, 0x5f, 0xff, 0xeb, 0x9a, 0x5f, 0xff, 0xeb, 0x9a, 0x60, 0xff, 0xe9, 0x9a, 0x62, 0xff, 0xe1, 0x91, 0x5a, 0xff, 0xd9, 0x89, 0x52, 0xff, 0xd8, 0x88, 0x52, 0xff, 0xd8, 0x8a, 0x54, 0xff, 0xd9, 0x8b, 0x54, 0xff, 0xd9, 0x8d, 0x55, 0xff, 0xda, 0x90, 0x57, 0xff, 0xd7, 0x8f, 0x56, 0xff, 0xd3, 0x8c, 0x54, 0xff, 0xcb, 0x88, 0x52, 0xff, 0xc1, 0x81, 0x4d, 0xff, 0xbe, 0x7e, 0x48, 0xff, 0xb9, 0x78, 0x43, 0xff, 0xa8, 0x66, 0x38, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0xa0, 0x5e, 0x33, 0xff, 0xa1, 0x60, 0x34, 0xff, 0xa0, 0x60, 0x33, 0xff, 0xa2, 0x60, 0x34, 0xff, 0xa2, 0x60, 0x33, 0xff, 0xa1, 0x60, 0x33, 0xff, 0xa1, 0x61, 0x34, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xa4, 0x65, 0x36, 0xff, 0xa3, 0x63, 0x35, 0xff, 0x9e, 0x5f, 0x33, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x98, 0x59, 0x31, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x97, 0x54, 0x2f, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x92, 0x50, 0x2c, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x97, 0x57, 0x31, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0x99, 0x5e, 0x37, 0xff, 0x75, 0x3c, 0x1a, 0xff, 0x6e, 0x36, 0x11, 0xff, 0x72, 0x38, 0x12, 0xff, 0x75, 0x39, 0x13, 0xff, 0x78, 0x3b, 0x17, 0xff, 0x7a, 0x3e, 0x17, 0xff, 0x7d, 0x3f, 0x1b, 0xff, 0x81, 0x41, 0x1d, 0xff, 0x83, 0x44, 0x20, 0xff, 0x86, 0x47, 0x22, 0xff, 0x89, 0x4a, 0x25, 0xff, 0x8a, 0x49, 0x25, 0xff, 0x97, 0x57, 0x30, 0xff, 0xa8, 0x6a, 0x3d, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa1, 0x64, 0x38, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x9e, 0x60, 0x34, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa1, 0x60, 0x34, 0xff, 0xa2, 0x62, 0x35, 0xff, 0x9f, 0x5e, 0x33, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x9a, 0x58, 0x2f, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x98, 0x56, 0x2d, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x96, 0x56, 0x2c, 0xff, 0x90, 0x50, 0x29, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x9b, 0x5c, 0x31, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0x9f, 0x61, 0x32, 0xff, 0xa0, 0x61, 0x33, 0xff, 0xa1, 0x62, 0x34, 0xff, 0xa1, 0x62, 0x35, 0xff, 0xa1, 0x62, 0x34, 0xff, 0xa0, 0x61, 0x34, 0xff, 0x9e, 0x60, 0x33, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9b, 0x5b, 0x2f, 0xff, 0x9a, 0x57, 0x2f, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x9b, 0x5a, 0x2f, 0xff, 0x9f, 0x5e, 0x31, 0xff, 0xa2, 0x61, 0x33, 0xff, 0xa2, 0x61, 0x33, 0xff, - 0xa0, 0x5f, 0x32, 0xff, 0xa3, 0x62, 0x33, 0xff, 0xa6, 0x65, 0x35, 0xff, 0xa8, 0x68, 0x37, 0xff, 0x9d, 0x5a, 0x31, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x99, 0x57, 0x2f, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x96, 0x52, 0x2d, 0xff, 0x95, 0x52, 0x2c, 0xff, 0x99, 0x56, 0x2e, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0x9e, 0x5a, 0x2f, 0xff, 0x9e, 0x5a, 0x30, 0xff, 0xa0, 0x5d, 0x30, 0xff, 0xa1, 0x5f, 0x32, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0xa0, 0x5d, 0x32, 0xff, 0x9e, 0x5c, 0x32, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9e, 0x5b, 0x33, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x96, 0x56, 0x30, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x97, 0x57, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x56, 0x31, 0xff, 0x97, 0x58, 0x32, 0xff, 0x96, 0x57, 0x32, 0xff, 0x80, 0x44, 0x27, 0xff, 0x6c, 0x31, 0x10, 0xff, 0x6f, 0x35, 0x12, 0xff, 0x6e, 0x35, 0x12, 0xff, 0x6c, 0x33, 0x12, 0xff, 0x6a, 0x32, 0x12, 0xff, 0x69, 0x30, 0x12, 0xff, 0x69, 0x31, 0x12, 0xff, 0x67, 0x31, 0x12, 0xff, 0x67, 0x31, 0x12, 0xff, 0x67, 0x2d, 0x12, 0xff, 0x65, 0x2d, 0x12, 0xff, 0x63, 0x2c, 0x12, 0xff, 0x63, 0x2c, 0x12, 0xff, 0x63, 0x2c, 0x12, 0xff, 0x63, 0x2c, 0x12, 0xff, 0x64, 0x2d, 0x12, 0xff, 0x67, 0x30, 0x12, 0xff, 0x69, 0x31, 0x12, 0xff, 0x6a, 0x32, 0x12, 0xff, 0x6b, 0x32, 0x12, 0xff, 0x6f, 0x33, 0x12, 0xff, 0x72, 0x37, 0x12, 0xff, 0x74, 0x39, 0x13, 0xff, 0x79, 0x3c, 0x16, 0xff, 0x7b, 0x3d, 0x18, 0xff, 0x7f, 0x3f, 0x19, 0xff, 0x81, 0x42, 0x1c, 0xff, 0x85, 0x44, 0x1e, 0xff, 0x8b, 0x49, 0x23, 0xff, 0x92, 0x50, 0x2d, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x97, 0x56, 0x2d, 0xff, 0x9b, 0x57, 0x2e, 0xff, 0x9b, 0x58, 0x2e, 0xff, 0xa6, 0x62, 0x35, 0xff, 0xbf, 0x7c, 0x49, 0xff, 0xc4, 0x82, 0x4c, 0xff, 0xc9, 0x8a, 0x54, 0xff, 0xd0, 0x93, 0x5e, 0xff, 0xd7, 0x97, 0x66, 0xff, 0xdf, 0x9c, 0x6a, 0xff, 0xe8, 0xa0, 0x6b, 0xff, 0xeb, 0xa1, 0x69, 0xff, 0xeb, 0xa2, 0x67, 0xff, 0xeb, 0x9e, 0x63, 0xff, 0xec, 0x99, 0x5f, 0xff, 0xe8, 0x92, 0x5b, 0xff, 0xe1, 0x8b, 0x54, 0xff, 0xe3, 0x8c, 0x53, 0xff, 0xe9, 0x90, 0x56, 0xff, 0xeb, 0x94, 0x5b, 0xff, 0xeb, 0x94, 0x5d, 0xff, 0xeb, 0x98, 0x60, 0xff, 0xeb, 0x9e, 0x62, 0xff, 0xeb, 0x9f, 0x62, 0xff, 0xea, 0x9f, 0x62, 0xff, 0xeb, 0x9e, 0x63, 0xff, 0xeb, 0x9a, 0x63, 0xff, 0xea, 0x95, 0x5d, 0xff, 0xe7, 0x92, 0x59, 0xff, 0xe7, 0x90, 0x5a, 0xff, 0xe6, 0x90, 0x59, 0xff, 0xe0, 0x91, 0x57, 0xff, 0xe0, 0x91, 0x58, 0xff, 0xe3, 0x91, 0x58, 0xff, 0xe0, 0x91, 0x57, 0xff, 0xdd, 0x90, 0x57, 0xff, 0xd3, 0x8c, 0x54, 0xff, 0xc6, 0x85, 0x4e, 0xff, 0xc3, 0x83, 0x4c, 0xff, 0xb7, 0x76, 0x42, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa1, 0x61, 0x35, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0xa2, 0x61, 0x35, 0xff, 0xa4, 0x62, 0x35, 0xff, 0xa3, 0x61, 0x34, 0xff, 0xa3, 0x62, 0x35, 0xff, 0xa3, 0x61, 0x34, 0xff, 0xa4, 0x63, 0x34, 0xff, 0xa6, 0x64, 0x36, 0xff, 0xa7, 0x68, 0x38, 0xff, 0xa7, 0x68, 0x38, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x99, 0x58, 0x30, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x98, 0x58, 0x30, 0xff, 0x99, 0x5a, 0x30, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x91, 0x50, 0x2e, 0xff, 0x94, 0x52, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x97, 0x57, 0x32, 0xff, 0x9a, 0x59, 0x34, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0xa0, 0x5f, 0x36, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa7, 0x69, 0x3e, 0xff, 0x82, 0x46, 0x25, 0xff, 0x6e, 0x35, 0x14, 0xff, 0x6e, 0x35, 0x12, 0xff, 0x72, 0x37, 0x12, 0xff, 0x73, 0x38, 0x12, 0xff, 0x77, 0x3b, 0x17, 0xff, 0x7a, 0x3e, 0x18, 0xff, 0x7d, 0x3e, 0x1a, 0xff, 0x81, 0x43, 0x1d, 0xff, 0x84, 0x46, 0x20, 0xff, 0x85, 0x46, 0x23, 0xff, 0x88, 0x48, 0x26, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xa8, 0x6b, 0x3e, 0xff, 0xa5, 0x66, 0x3c, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0xa1, 0x65, 0x39, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9f, 0x60, 0x35, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0xa1, 0x5e, 0x34, 0xff, 0xa1, 0x5f, 0x34, 0xff, 0xa2, 0x60, 0x34, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x9a, 0x58, 0x2f, 0xff, 0x9b, 0x59, 0x2f, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x96, 0x56, 0x2c, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x98, 0x55, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x96, 0x56, 0x2c, 0xff, 0x95, 0x53, 0x2c, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x98, 0x57, 0x2c, 0xff, 0x97, 0x56, 0x2d, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x91, 0x52, 0x28, 0xff, 0x97, 0x57, 0x2c, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x9e, 0x5c, 0x32, 0xff, 0xa1, 0x60, 0x33, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0xa3, 0x63, 0x34, 0xff, 0xa1, 0x61, 0x34, 0xff, 0xa1, 0x61, 0x34, 0xff, 0xa0, 0x60, 0x33, 0xff, 0x9f, 0x60, 0x32, 0xff, 0x9e, 0x5d, 0x31, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x9b, 0x5b, 0x2f, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x9b, 0x58, 0x2e, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9a, 0x59, 0x2e, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x9b, 0x5b, 0x2f, 0xff, 0x9e, 0x5b, 0x2f, 0xff, 0xa0, 0x5d, 0x32, 0xff, 0xa1, 0x5f, 0x32, 0xff, - 0xa2, 0x5f, 0x32, 0xff, 0xa4, 0x61, 0x32, 0xff, 0xa7, 0x65, 0x34, 0xff, 0xa9, 0x65, 0x36, 0xff, 0xa0, 0x5e, 0x32, 0xff, 0x9d, 0x5b, 0x31, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x9b, 0x58, 0x30, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x99, 0x57, 0x2c, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x97, 0x55, 0x2d, 0xff, 0x97, 0x55, 0x2d, 0xff, 0x98, 0x55, 0x2d, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9c, 0x5a, 0x2e, 0xff, 0x9d, 0x5c, 0x2e, 0xff, 0xa0, 0x5d, 0x30, 0xff, 0x9f, 0x5c, 0x31, 0xff, 0xa0, 0x5d, 0x32, 0xff, 0x9c, 0x5a, 0x30, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x97, 0x58, 0x31, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x97, 0x58, 0x31, 0xff, 0x95, 0x56, 0x30, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x82, 0x45, 0x27, 0xff, 0x70, 0x35, 0x10, 0xff, 0x73, 0x38, 0x12, 0xff, 0x74, 0x37, 0x12, 0xff, 0x73, 0x38, 0x12, 0xff, 0x71, 0x36, 0x12, 0xff, 0x70, 0x35, 0x12, 0xff, 0x70, 0x35, 0x12, 0xff, 0x6e, 0x35, 0x12, 0xff, 0x6c, 0x33, 0x12, 0xff, 0x6b, 0x32, 0x12, 0xff, 0x6a, 0x32, 0x12, 0xff, 0x68, 0x32, 0x12, 0xff, 0x68, 0x32, 0x12, 0xff, 0x68, 0x31, 0x12, 0xff, 0x68, 0x31, 0x12, 0xff, 0x68, 0x32, 0x12, 0xff, 0x68, 0x31, 0x12, 0xff, 0x6b, 0x31, 0x12, 0xff, 0x6c, 0x34, 0x12, 0xff, 0x6f, 0x36, 0x12, 0xff, 0x73, 0x37, 0x12, 0xff, 0x75, 0x38, 0x13, 0xff, 0x79, 0x3b, 0x13, 0xff, 0x7a, 0x3c, 0x16, 0xff, 0x7c, 0x3f, 0x18, 0xff, 0x80, 0x40, 0x1a, 0xff, 0x83, 0x43, 0x1d, 0xff, 0x85, 0x44, 0x1f, 0xff, 0x86, 0x45, 0x21, 0xff, 0x8e, 0x4c, 0x27, 0xff, 0x95, 0x52, 0x2c, 0xff, 0x97, 0x55, 0x2d, 0xff, 0x9a, 0x57, 0x2e, 0xff, 0x9d, 0x5b, 0x30, 0xff, 0xa3, 0x61, 0x33, 0xff, 0xb4, 0x71, 0x3f, 0xff, 0xc9, 0x87, 0x50, 0xff, 0xcb, 0x8b, 0x53, 0xff, 0xd2, 0x92, 0x5c, 0xff, 0xd9, 0x97, 0x66, 0xff, 0xdd, 0x9a, 0x6c, 0xff, 0xe5, 0x9f, 0x6f, 0xff, 0xea, 0xa2, 0x6f, 0xff, 0xec, 0xa2, 0x6b, 0xff, 0xec, 0x9f, 0x67, 0xff, 0xeb, 0x9a, 0x61, 0xff, 0xea, 0x92, 0x5a, 0xff, 0xe8, 0x90, 0x57, 0xff, 0xe7, 0x8f, 0x53, 0xff, 0xe8, 0x8f, 0x54, 0xff, 0xe9, 0x92, 0x58, 0xff, 0xec, 0x98, 0x5f, 0xff, 0xeb, 0x9b, 0x61, 0xff, 0xeb, 0x9f, 0x63, 0xff, 0xeb, 0xa3, 0x66, 0xff, 0xec, 0xa4, 0x68, 0xff, 0xea, 0xa1, 0x67, 0xff, 0xea, 0x9e, 0x64, 0xff, 0xec, 0x9d, 0x64, 0xff, 0xec, 0x9b, 0x63, 0xff, 0xeb, 0x98, 0x61, 0xff, 0xeb, 0x97, 0x5f, 0xff, 0xea, 0x95, 0x5d, 0xff, 0xea, 0x95, 0x5d, 0xff, 0xe8, 0x94, 0x5c, 0xff, 0xe3, 0x95, 0x5b, 0xff, 0xe4, 0x95, 0x5a, 0xff, 0xde, 0x90, 0x56, 0xff, 0xcf, 0x89, 0x52, 0xff, 0xc4, 0x83, 0x4d, 0xff, 0xb6, 0x77, 0x42, 0xff, 0xac, 0x6b, 0x3a, 0xff, 0xa6, 0x65, 0x37, 0xff, 0xa2, 0x62, 0x35, 0xff, 0xa3, 0x62, 0x35, 0xff, 0xa6, 0x64, 0x37, 0xff, 0xa7, 0x65, 0x38, 0xff, 0xa6, 0x65, 0x36, 0xff, 0xa7, 0x66, 0x36, 0xff, 0xa9, 0x67, 0x36, 0xff, 0xaa, 0x69, 0x38, 0xff, 0xa5, 0x65, 0x37, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x90, 0x4e, 0x2b, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x96, 0x56, 0x31, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9b, 0x5a, 0x34, 0xff, 0x9d, 0x5c, 0x35, 0xff, 0xa0, 0x5f, 0x36, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0x9e, 0x62, 0x3b, 0xff, 0x72, 0x3a, 0x1b, 0xff, 0x6b, 0x34, 0x11, 0xff, 0x6f, 0x36, 0x12, 0xff, 0x72, 0x37, 0x12, 0xff, 0x74, 0x39, 0x13, 0xff, 0x78, 0x3a, 0x15, 0xff, 0x7a, 0x3d, 0x17, 0xff, 0x7d, 0x3e, 0x18, 0xff, 0x80, 0x41, 0x1d, 0xff, 0x82, 0x44, 0x20, 0xff, 0x84, 0x46, 0x23, 0xff, 0x87, 0x48, 0x27, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0xab, 0x6b, 0x40, 0xff, 0xa8, 0x6b, 0x40, 0xff, 0xa5, 0x69, 0x3f, 0xff, 0xa3, 0x67, 0x3e, 0xff, 0xa1, 0x65, 0x3c, 0xff, 0xa1, 0x64, 0x3b, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x37, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0xa1, 0x5f, 0x34, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0x9c, 0x5b, 0x30, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9b, 0x5b, 0x2e, 0xff, 0x9b, 0x5a, 0x2f, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x9c, 0x59, 0x2e, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x99, 0x57, 0x2d, 0xff, 0x99, 0x57, 0x2c, 0xff, 0x98, 0x55, 0x2c, 0xff, 0x97, 0x54, 0x2c, 0xff, 0x99, 0x57, 0x2c, 0xff, 0x99, 0x59, 0x2c, 0xff, 0x9a, 0x59, 0x2c, 0xff, 0x9a, 0x5a, 0x2c, 0xff, 0x9c, 0x5a, 0x2d, 0xff, 0x98, 0x59, 0x2b, 0xff, 0x98, 0x58, 0x2b, 0xff, 0x98, 0x57, 0x2b, 0xff, 0x99, 0x5a, 0x2d, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0xa0, 0x60, 0x33, 0xff, 0xa1, 0x61, 0x32, 0xff, 0xa1, 0x62, 0x33, 0xff, 0xa1, 0x61, 0x34, 0xff, 0xa2, 0x62, 0x34, 0xff, 0xa1, 0x61, 0x34, 0xff, 0xa1, 0x60, 0x33, 0xff, 0x9f, 0x5d, 0x31, 0xff, 0x9e, 0x5d, 0x31, 0xff, 0x9d, 0x5d, 0x30, 0xff, 0x9c, 0x5b, 0x2f, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0x9c, 0x5b, 0x2f, 0xff, 0x9e, 0x5c, 0x2f, 0xff, 0x9f, 0x5d, 0x2f, 0xff, 0xa0, 0x5e, 0x32, 0xff, 0xa2, 0x60, 0x32, 0xff, - 0xa3, 0x62, 0x33, 0xff, 0xa6, 0x63, 0x34, 0xff, 0xa8, 0x65, 0x36, 0xff, 0xa9, 0x66, 0x37, 0xff, 0xa7, 0x64, 0x36, 0xff, 0x9e, 0x5c, 0x31, 0xff, 0x9c, 0x5a, 0x30, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x98, 0x56, 0x2e, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x9a, 0x57, 0x2e, 0xff, 0x9a, 0x57, 0x2e, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0x9e, 0x5b, 0x30, 0xff, 0xa0, 0x5c, 0x31, 0xff, 0x9f, 0x5c, 0x30, 0xff, 0xa0, 0x5c, 0x31, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x96, 0x57, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x84, 0x45, 0x27, 0xff, 0x75, 0x38, 0x11, 0xff, 0x77, 0x3a, 0x14, 0xff, 0x77, 0x39, 0x13, 0xff, 0x77, 0x3b, 0x12, 0xff, 0x77, 0x39, 0x14, 0xff, 0x75, 0x39, 0x13, 0xff, 0x74, 0x39, 0x13, 0xff, 0x73, 0x38, 0x13, 0xff, 0x72, 0x38, 0x13, 0xff, 0x71, 0x36, 0x12, 0xff, 0x70, 0x37, 0x12, 0xff, 0x6e, 0x35, 0x12, 0xff, 0x6b, 0x33, 0x12, 0xff, 0x69, 0x31, 0x12, 0xff, 0x6a, 0x32, 0x12, 0xff, 0x6c, 0x32, 0x12, 0xff, 0x6c, 0x33, 0x12, 0xff, 0x6c, 0x34, 0x12, 0xff, 0x6f, 0x34, 0x12, 0xff, 0x71, 0x35, 0x12, 0xff, 0x73, 0x37, 0x12, 0xff, 0x77, 0x3b, 0x15, 0xff, 0x7a, 0x3c, 0x16, 0xff, 0x7c, 0x3d, 0x17, 0xff, 0x7f, 0x40, 0x18, 0xff, 0x83, 0x41, 0x1e, 0xff, 0x83, 0x42, 0x1f, 0xff, 0x83, 0x43, 0x1f, 0xff, 0x86, 0x45, 0x21, 0xff, 0x8c, 0x49, 0x25, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x98, 0x55, 0x2e, 0xff, 0x99, 0x56, 0x2d, 0xff, 0x9d, 0x5a, 0x2f, 0xff, 0xa2, 0x5e, 0x32, 0xff, 0xaa, 0x67, 0x38, 0xff, 0xc1, 0x7e, 0x49, 0xff, 0xd0, 0x8b, 0x53, 0xff, 0xd5, 0x91, 0x59, 0xff, 0xdc, 0x99, 0x63, 0xff, 0xe1, 0x9b, 0x6c, 0xff, 0xe7, 0x9e, 0x6f, 0xff, 0xea, 0xa1, 0x70, 0xff, 0xec, 0xa2, 0x6f, 0xff, 0xec, 0xa1, 0x6a, 0xff, 0xeb, 0x9a, 0x61, 0xff, 0xec, 0x95, 0x5c, 0xff, 0xec, 0x92, 0x5a, 0xff, 0xe9, 0x8f, 0x55, 0xff, 0xe6, 0x8d, 0x53, 0xff, 0xe9, 0x91, 0x58, 0xff, 0xeb, 0x99, 0x5e, 0xff, 0xeb, 0x9e, 0x62, 0xff, 0xec, 0xa2, 0x66, 0xff, 0xec, 0xa4, 0x68, 0xff, 0xec, 0xa6, 0x69, 0xff, 0xec, 0xa4, 0x68, 0xff, 0xe9, 0xa3, 0x6a, 0xff, 0xe9, 0xa7, 0x6d, 0xff, 0xec, 0xa8, 0x6d, 0xff, 0xec, 0xa3, 0x69, 0xff, 0xeb, 0x9f, 0x66, 0xff, 0xec, 0x9d, 0x65, 0xff, 0xec, 0x9d, 0x64, 0xff, 0xea, 0x9b, 0x62, 0xff, 0xe7, 0x98, 0x5f, 0xff, 0xe9, 0x98, 0x5e, 0xff, 0xe9, 0x97, 0x5c, 0xff, 0xd8, 0x8e, 0x54, 0xff, 0xc5, 0x82, 0x4c, 0xff, 0xba, 0x79, 0x46, 0xff, 0xb0, 0x6f, 0x3f, 0xff, 0xaa, 0x68, 0x3a, 0xff, 0xa6, 0x65, 0x38, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xa7, 0x66, 0x36, 0xff, 0xa9, 0x67, 0x38, 0xff, 0xa9, 0x66, 0x37, 0xff, 0xaa, 0x67, 0x37, 0xff, 0xa8, 0x66, 0x37, 0xff, 0xa1, 0x62, 0x34, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0xa0, 0x61, 0x36, 0xff, 0x9f, 0x61, 0x35, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0x9e, 0x5c, 0x33, 0xff, 0x9e, 0x5c, 0x34, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9e, 0x5c, 0x32, 0xff, 0x9c, 0x5a, 0x31, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x99, 0x59, 0x31, 0xff, 0x96, 0x57, 0x30, 0xff, 0x95, 0x56, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x51, 0x2d, 0xff, 0x93, 0x51, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x96, 0x57, 0x31, 0xff, 0x99, 0x59, 0x33, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xab, 0x6f, 0x44, 0xff, 0x7a, 0x41, 0x1f, 0xff, 0x6a, 0x31, 0x10, 0xff, 0x6f, 0x36, 0x12, 0xff, 0x71, 0x37, 0x12, 0xff, 0x72, 0x36, 0x12, 0xff, 0x74, 0x37, 0x13, 0xff, 0x75, 0x3a, 0x14, 0xff, 0x78, 0x3c, 0x16, 0xff, 0x7b, 0x3d, 0x17, 0xff, 0x7f, 0x3f, 0x1c, 0xff, 0x82, 0x42, 0x1f, 0xff, 0x84, 0x45, 0x22, 0xff, 0x87, 0x48, 0x26, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xaa, 0x6e, 0x41, 0xff, 0xa6, 0x6b, 0x40, 0xff, 0xa6, 0x69, 0x40, 0xff, 0xa4, 0x66, 0x3f, 0xff, 0xa1, 0x64, 0x3e, 0xff, 0xa0, 0x64, 0x3b, 0xff, 0xa0, 0x63, 0x38, 0xff, 0xa0, 0x62, 0x37, 0xff, 0xa1, 0x62, 0x35, 0xff, 0xa3, 0x62, 0x34, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9b, 0x5b, 0x2e, 0xff, 0x9a, 0x5a, 0x2e, 0xff, 0x9b, 0x5b, 0x2e, 0xff, 0x9d, 0x5a, 0x2e, 0xff, 0x9c, 0x5a, 0x2e, 0xff, 0x9c, 0x59, 0x2e, 0xff, 0x9c, 0x5a, 0x2e, 0xff, 0x9c, 0x5b, 0x2e, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x9a, 0x59, 0x2c, 0xff, 0x99, 0x57, 0x2c, 0xff, 0x98, 0x58, 0x2c, 0xff, 0x9a, 0x58, 0x2c, 0xff, 0x9c, 0x5a, 0x2c, 0xff, 0x9e, 0x5b, 0x2d, 0xff, 0x9e, 0x5d, 0x2e, 0xff, 0x9c, 0x5a, 0x2d, 0xff, 0x97, 0x57, 0x2a, 0xff, 0x98, 0x57, 0x2b, 0xff, 0x99, 0x59, 0x2c, 0xff, 0x9a, 0x5a, 0x2c, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9b, 0x5c, 0x2f, 0xff, 0x9e, 0x5d, 0x32, 0xff, 0xa1, 0x60, 0x32, 0xff, 0xa1, 0x60, 0x33, 0xff, 0xa1, 0x60, 0x33, 0xff, 0xa2, 0x63, 0x34, 0xff, 0xa2, 0x60, 0x33, 0xff, 0xa0, 0x5f, 0x33, 0xff, 0xa0, 0x5d, 0x32, 0xff, 0x9e, 0x5d, 0x30, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0x9c, 0x5b, 0x2f, 0xff, 0x9d, 0x5b, 0x2e, 0xff, 0x9e, 0x5b, 0x2f, 0xff, 0x9f, 0x5d, 0x30, 0xff, 0x9f, 0x5c, 0x31, 0xff, 0xa0, 0x5d, 0x31, 0xff, 0xa3, 0x60, 0x32, 0xff, 0xa3, 0x60, 0x33, 0xff, - 0xa5, 0x64, 0x34, 0xff, 0xa7, 0x65, 0x34, 0xff, 0xa9, 0x66, 0x37, 0xff, 0xaa, 0x68, 0x37, 0xff, 0xaa, 0x69, 0x37, 0xff, 0xa1, 0x61, 0x34, 0xff, 0x9d, 0x5c, 0x31, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x9a, 0x58, 0x2e, 0xff, 0x9a, 0x59, 0x2e, 0xff, 0x9a, 0x58, 0x2e, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9f, 0x5c, 0x31, 0xff, 0x9f, 0x5c, 0x31, 0xff, 0x9e, 0x5c, 0x31, 0xff, 0x9c, 0x5a, 0x31, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x97, 0x57, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x97, 0x58, 0x32, 0xff, 0x98, 0x58, 0x33, 0xff, 0x85, 0x46, 0x25, 0xff, 0x7a, 0x3d, 0x14, 0xff, 0x7d, 0x3c, 0x17, 0xff, 0x7c, 0x3c, 0x17, 0xff, 0x7a, 0x3c, 0x14, 0xff, 0x7a, 0x3d, 0x15, 0xff, 0x7a, 0x3c, 0x17, 0xff, 0x79, 0x3c, 0x17, 0xff, 0x77, 0x3c, 0x16, 0xff, 0x77, 0x3c, 0x14, 0xff, 0x76, 0x3c, 0x16, 0xff, 0x76, 0x39, 0x14, 0xff, 0x73, 0x38, 0x13, 0xff, 0x71, 0x38, 0x12, 0xff, 0x70, 0x37, 0x12, 0xff, 0x6e, 0x35, 0x12, 0xff, 0x6f, 0x35, 0x12, 0xff, 0x6e, 0x34, 0x12, 0xff, 0x6f, 0x37, 0x12, 0xff, 0x72, 0x37, 0x12, 0xff, 0x74, 0x38, 0x12, 0xff, 0x76, 0x3a, 0x14, 0xff, 0x7a, 0x3b, 0x15, 0xff, 0x7d, 0x3f, 0x17, 0xff, 0x80, 0x3f, 0x19, 0xff, 0x82, 0x42, 0x1c, 0xff, 0x83, 0x43, 0x1e, 0xff, 0x82, 0x42, 0x1e, 0xff, 0x85, 0x45, 0x20, 0xff, 0x89, 0x47, 0x22, 0xff, 0x8b, 0x49, 0x25, 0xff, 0x91, 0x4d, 0x29, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0x9f, 0x5c, 0x31, 0xff, 0xa4, 0x61, 0x33, 0xff, 0xa8, 0x66, 0x37, 0xff, 0xb7, 0x72, 0x40, 0xff, 0xd0, 0x87, 0x51, 0xff, 0xda, 0x90, 0x58, 0xff, 0xe0, 0x95, 0x5d, 0xff, 0xe4, 0x9c, 0x68, 0xff, 0xe9, 0x9e, 0x6f, 0xff, 0xec, 0xa1, 0x71, 0xff, 0xec, 0xa2, 0x6e, 0xff, 0xec, 0xa2, 0x6a, 0xff, 0xec, 0x9d, 0x63, 0xff, 0xec, 0x96, 0x5e, 0xff, 0xeb, 0x93, 0x59, 0xff, 0xe9, 0x8d, 0x55, 0xff, 0xe9, 0x8e, 0x55, 0xff, 0xeb, 0x94, 0x5a, 0xff, 0xec, 0x99, 0x60, 0xff, 0xec, 0x9f, 0x64, 0xff, 0xec, 0xa3, 0x68, 0xff, 0xec, 0xa7, 0x6a, 0xff, 0xec, 0xa9, 0x6c, 0xff, 0xec, 0xa8, 0x6c, 0xff, 0xec, 0xb0, 0x73, 0xff, 0xec, 0xbc, 0x7c, 0xff, 0xeb, 0xb6, 0x77, 0xff, 0xed, 0xae, 0x72, 0xff, 0xed, 0xaa, 0x71, 0xff, 0xec, 0xaa, 0x71, 0xff, 0xeb, 0xa7, 0x6e, 0xff, 0xec, 0xa1, 0x67, 0xff, 0xec, 0xa0, 0x65, 0xff, 0xeb, 0x9f, 0x61, 0xff, 0xec, 0x9c, 0x60, 0xff, 0xdd, 0x92, 0x58, 0xff, 0xcc, 0x87, 0x50, 0xff, 0xc4, 0x82, 0x4e, 0xff, 0xb6, 0x76, 0x46, 0xff, 0xae, 0x6d, 0x3f, 0xff, 0xab, 0x6a, 0x3b, 0xff, 0xa9, 0x69, 0x38, 0xff, 0xa9, 0x69, 0x38, 0xff, 0xac, 0x6c, 0x3b, 0xff, 0xae, 0x6d, 0x3b, 0xff, 0xa7, 0x66, 0x37, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa1, 0x60, 0x36, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9f, 0x5c, 0x32, 0xff, 0x9f, 0x5c, 0x32, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x98, 0x59, 0x31, 0xff, 0x98, 0x58, 0x30, 0xff, 0x98, 0x58, 0x30, 0xff, 0x96, 0x54, 0x2f, 0xff, 0x93, 0x51, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x96, 0x57, 0x31, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0xa0, 0x60, 0x36, 0xff, 0xaf, 0x71, 0x45, 0xff, 0x85, 0x4b, 0x27, 0xff, 0x6c, 0x34, 0x13, 0xff, 0x6c, 0x34, 0x12, 0xff, 0x6e, 0x36, 0x14, 0xff, 0x6e, 0x35, 0x13, 0xff, 0x71, 0x36, 0x12, 0xff, 0x73, 0x37, 0x12, 0xff, 0x75, 0x39, 0x13, 0xff, 0x79, 0x3b, 0x16, 0xff, 0x7b, 0x3d, 0x17, 0xff, 0x7f, 0x3e, 0x1b, 0xff, 0x80, 0x41, 0x1d, 0xff, 0x83, 0x45, 0x21, 0xff, 0x85, 0x48, 0x25, 0xff, 0x87, 0x47, 0x28, 0xff, 0x99, 0x59, 0x32, 0xff, 0xac, 0x6e, 0x43, 0xff, 0xad, 0x6f, 0x43, 0xff, 0xab, 0x6d, 0x40, 0xff, 0xa8, 0x6c, 0x41, 0xff, 0xa5, 0x69, 0x40, 0xff, 0xa4, 0x66, 0x3f, 0xff, 0xa0, 0x65, 0x3e, 0xff, 0xa0, 0x65, 0x3b, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa3, 0x62, 0x36, 0xff, 0xa3, 0x62, 0x35, 0xff, 0x9c, 0x5c, 0x2f, 0xff, 0x9b, 0x5b, 0x2e, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x9b, 0x5a, 0x2f, 0xff, 0x9c, 0x5b, 0x2e, 0xff, 0x9c, 0x5a, 0x2e, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x9c, 0x5a, 0x2f, 0xff, 0x9e, 0x5c, 0x2e, 0xff, 0x9a, 0x5b, 0x2f, 0xff, 0x9b, 0x5b, 0x2f, 0xff, 0x9a, 0x5a, 0x2e, 0xff, 0x9a, 0x5a, 0x2e, 0xff, 0x9b, 0x5c, 0x2e, 0xff, 0x9c, 0x5a, 0x2c, 0xff, 0x9e, 0x5c, 0x2d, 0xff, 0x9e, 0x5c, 0x2f, 0xff, 0x9f, 0x5c, 0x2e, 0xff, 0x9e, 0x5b, 0x2d, 0xff, 0xa0, 0x5e, 0x2e, 0xff, 0x9c, 0x5a, 0x2e, 0xff, 0x99, 0x5a, 0x2b, 0xff, 0x99, 0x59, 0x2b, 0xff, 0x9a, 0x5a, 0x2c, 0xff, 0x9a, 0x5a, 0x2b, 0xff, 0x9a, 0x5a, 0x2c, 0xff, 0x9a, 0x59, 0x2c, 0xff, 0x99, 0x59, 0x2c, 0xff, 0x9a, 0x5b, 0x2e, 0xff, 0x9f, 0x5f, 0x31, 0xff, 0xa1, 0x61, 0x33, 0xff, 0xa0, 0x5f, 0x31, 0xff, 0xa0, 0x60, 0x32, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0xa1, 0x5f, 0x32, 0xff, 0xa0, 0x5f, 0x33, 0xff, 0x9f, 0x5d, 0x31, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9e, 0x5d, 0x30, 0xff, 0x9f, 0x5d, 0x31, 0xff, 0xa0, 0x60, 0x31, 0xff, 0xa1, 0x5f, 0x32, 0xff, 0xa3, 0x60, 0x33, 0xff, 0xa5, 0x63, 0x34, 0xff, - 0xa5, 0x64, 0x34, 0xff, 0xa8, 0x65, 0x34, 0xff, 0xa8, 0x67, 0x37, 0xff, 0xab, 0x68, 0x38, 0xff, 0xa9, 0x68, 0x37, 0xff, 0xa0, 0x61, 0x35, 0xff, 0x9b, 0x59, 0x31, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x97, 0x55, 0x2e, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x96, 0x56, 0x2c, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x9c, 0x59, 0x2e, 0xff, 0x9a, 0x57, 0x2e, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x9d, 0x59, 0x2e, 0xff, 0x9b, 0x5b, 0x2e, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0x9e, 0x5e, 0x31, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9a, 0x58, 0x2e, 0xff, 0x96, 0x54, 0x2d, 0xff, 0x93, 0x50, 0x2c, 0xff, 0x91, 0x51, 0x2b, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x92, 0x52, 0x2b, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x96, 0x57, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x98, 0x58, 0x32, 0xff, 0x98, 0x59, 0x33, 0xff, 0x85, 0x45, 0x22, 0xff, 0x80, 0x41, 0x18, 0xff, 0x81, 0x41, 0x19, 0xff, 0x80, 0x40, 0x19, 0xff, 0x7e, 0x3f, 0x17, 0xff, 0x7e, 0x3e, 0x17, 0xff, 0x7d, 0x3f, 0x17, 0xff, 0x7c, 0x40, 0x19, 0xff, 0x7c, 0x3e, 0x19, 0xff, 0x7c, 0x3e, 0x19, 0xff, 0x7b, 0x3e, 0x1a, 0xff, 0x79, 0x3e, 0x18, 0xff, 0x78, 0x3b, 0x15, 0xff, 0x75, 0x39, 0x13, 0xff, 0x74, 0x39, 0x12, 0xff, 0x74, 0x39, 0x12, 0xff, 0x72, 0x37, 0x12, 0xff, 0x71, 0x38, 0x12, 0xff, 0x73, 0x36, 0x12, 0xff, 0x74, 0x39, 0x12, 0xff, 0x77, 0x3a, 0x14, 0xff, 0x7a, 0x3b, 0x15, 0xff, 0x7d, 0x3e, 0x17, 0xff, 0x7f, 0x40, 0x19, 0xff, 0x83, 0x42, 0x1d, 0xff, 0x84, 0x43, 0x1f, 0xff, 0x83, 0x42, 0x1f, 0xff, 0x85, 0x44, 0x1f, 0xff, 0x86, 0x46, 0x21, 0xff, 0x89, 0x48, 0x24, 0xff, 0x8e, 0x4b, 0x26, 0xff, 0x90, 0x4e, 0x2a, 0xff, 0x95, 0x52, 0x2d, 0xff, 0x9e, 0x5c, 0x32, 0xff, 0xa3, 0x60, 0x34, 0xff, 0xa5, 0x63, 0x35, 0xff, 0xa9, 0x66, 0x37, 0xff, 0xb0, 0x6e, 0x3b, 0xff, 0xc5, 0x80, 0x4a, 0xff, 0xdb, 0x8f, 0x56, 0xff, 0xe6, 0x95, 0x5a, 0xff, 0xe7, 0x9a, 0x60, 0xff, 0xeb, 0xa1, 0x67, 0xff, 0xec, 0xa2, 0x69, 0xff, 0xec, 0xa0, 0x68, 0xff, 0xec, 0x9d, 0x65, 0xff, 0xec, 0x9c, 0x61, 0xff, 0xec, 0x99, 0x5d, 0xff, 0xec, 0x94, 0x5a, 0xff, 0xec, 0x8f, 0x59, 0xff, 0xec, 0x92, 0x5a, 0xff, 0xec, 0x97, 0x5c, 0xff, 0xec, 0x9f, 0x61, 0xff, 0xec, 0xa1, 0x65, 0xff, 0xec, 0xa4, 0x69, 0xff, 0xeb, 0xab, 0x6c, 0xff, 0xeb, 0xae, 0x6f, 0xff, 0xe9, 0xb0, 0x72, 0xff, 0xe8, 0xc4, 0x7f, 0xff, 0xeb, 0xd7, 0x88, 0xff, 0xe9, 0xca, 0x84, 0xff, 0xeb, 0xc3, 0x81, 0xff, 0xed, 0xc0, 0x7e, 0xff, 0xec, 0xb9, 0x7a, 0xff, 0xeb, 0xaf, 0x74, 0xff, 0xea, 0xa8, 0x6f, 0xff, 0xeb, 0xa3, 0x6a, 0xff, 0xea, 0xa1, 0x67, 0xff, 0xe6, 0x9b, 0x62, 0xff, 0xe4, 0x95, 0x5c, 0xff, 0xe2, 0x93, 0x59, 0xff, 0xd2, 0x8a, 0x53, 0xff, 0xbe, 0x7d, 0x4a, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb1, 0x70, 0x40, 0xff, 0xad, 0x6c, 0x3d, 0xff, 0xac, 0x6b, 0x3a, 0xff, 0xae, 0x6d, 0x3c, 0xff, 0xa7, 0x67, 0x39, 0xff, 0xa0, 0x61, 0x34, 0xff, 0xa2, 0x62, 0x35, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa3, 0x64, 0x37, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa6, 0x65, 0x38, 0xff, 0xa6, 0x64, 0x37, 0xff, 0xa6, 0x66, 0x38, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa4, 0x64, 0x37, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa1, 0x60, 0x34, 0xff, 0xa1, 0x60, 0x34, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x97, 0x57, 0x30, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x94, 0x56, 0x30, 0xff, 0x96, 0x57, 0x31, 0xff, 0x98, 0x58, 0x32, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9d, 0x5c, 0x36, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0xa6, 0x66, 0x3b, 0xff, 0x96, 0x59, 0x36, 0xff, 0x73, 0x3a, 0x1a, 0xff, 0x6a, 0x31, 0x11, 0xff, 0x6c, 0x34, 0x12, 0xff, 0x6e, 0x35, 0x12, 0xff, 0x6f, 0x36, 0x12, 0xff, 0x72, 0x38, 0x13, 0xff, 0x74, 0x38, 0x13, 0xff, 0x76, 0x39, 0x14, 0xff, 0x79, 0x3a, 0x14, 0xff, 0x7c, 0x3c, 0x16, 0xff, 0x7d, 0x3d, 0x19, 0xff, 0x7f, 0x3f, 0x19, 0xff, 0x82, 0x42, 0x1e, 0xff, 0x85, 0x47, 0x22, 0xff, 0x85, 0x48, 0x25, 0xff, 0x95, 0x57, 0x2f, 0xff, 0xae, 0x6f, 0x43, 0xff, 0xae, 0x6f, 0x44, 0xff, 0xaa, 0x6f, 0x43, 0xff, 0xa9, 0x6d, 0x42, 0xff, 0xa6, 0x6a, 0x40, 0xff, 0xa4, 0x68, 0x41, 0xff, 0xa2, 0x67, 0x3f, 0xff, 0xa1, 0x67, 0x3c, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa3, 0x66, 0x38, 0xff, 0xa0, 0x60, 0x33, 0xff, 0x9c, 0x5c, 0x2f, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x9c, 0x59, 0x2e, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9d, 0x5b, 0x2e, 0xff, 0x9b, 0x5b, 0x2e, 0xff, 0x9d, 0x5b, 0x2e, 0xff, 0x9e, 0x5c, 0x2e, 0xff, 0x9d, 0x5c, 0x2f, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x9d, 0x5e, 0x2f, 0xff, 0xa0, 0x5f, 0x2e, 0xff, 0x9f, 0x5f, 0x2e, 0xff, 0x9e, 0x5c, 0x2e, 0xff, 0x9f, 0x5b, 0x2c, 0xff, 0x9f, 0x5c, 0x2e, 0xff, 0x9f, 0x5d, 0x2e, 0xff, 0xa1, 0x5f, 0x30, 0xff, 0x9c, 0x5d, 0x2c, 0xff, 0x9b, 0x5b, 0x2b, 0xff, 0x9b, 0x5b, 0x2b, 0xff, 0x99, 0x5a, 0x2b, 0xff, 0x9a, 0x5a, 0x2b, 0xff, 0x99, 0x59, 0x2b, 0xff, 0x99, 0x59, 0x2b, 0xff, 0x98, 0x58, 0x2b, 0xff, 0x98, 0x58, 0x2b, 0xff, 0x97, 0x57, 0x2b, 0xff, 0x9a, 0x5a, 0x2d, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9d, 0x5f, 0x31, 0xff, 0x9e, 0x5e, 0x31, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9e, 0x5e, 0x31, 0xff, 0x9e, 0x5c, 0x31, 0xff, 0x9e, 0x5e, 0x31, 0xff, 0xa0, 0x5e, 0x31, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0xa3, 0x60, 0x32, 0xff, 0xa5, 0x62, 0x34, 0xff, 0xa5, 0x64, 0x34, 0xff, - 0xa4, 0x63, 0x33, 0xff, 0xa5, 0x64, 0x34, 0xff, 0xa6, 0x63, 0x33, 0xff, 0xa4, 0x64, 0x34, 0xff, 0xa6, 0x64, 0x34, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x98, 0x56, 0x2e, 0xff, 0x97, 0x58, 0x2e, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x9d, 0x5b, 0x2e, 0xff, 0x9c, 0x5a, 0x2e, 0xff, 0x9c, 0x5b, 0x2e, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9c, 0x5b, 0x2f, 0xff, 0x9a, 0x5a, 0x2e, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x95, 0x53, 0x2e, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x97, 0x57, 0x31, 0xff, 0x97, 0x57, 0x32, 0xff, 0x97, 0x56, 0x31, 0xff, 0x98, 0x59, 0x33, 0xff, 0x98, 0x59, 0x32, 0xff, 0x86, 0x46, 0x1e, 0xff, 0x84, 0x45, 0x1e, 0xff, 0x85, 0x44, 0x1c, 0xff, 0x83, 0x43, 0x1d, 0xff, 0x83, 0x43, 0x1b, 0xff, 0x82, 0x43, 0x1c, 0xff, 0x82, 0x43, 0x1c, 0xff, 0x82, 0x43, 0x1d, 0xff, 0x80, 0x42, 0x1d, 0xff, 0x80, 0x42, 0x1d, 0xff, 0x7f, 0x41, 0x1d, 0xff, 0x7d, 0x40, 0x1c, 0xff, 0x7c, 0x3e, 0x18, 0xff, 0x7b, 0x3d, 0x17, 0xff, 0x79, 0x3b, 0x16, 0xff, 0x76, 0x3b, 0x15, 0xff, 0x74, 0x39, 0x15, 0xff, 0x75, 0x39, 0x15, 0xff, 0x74, 0x39, 0x13, 0xff, 0x77, 0x3a, 0x14, 0xff, 0x7a, 0x3c, 0x15, 0xff, 0x7d, 0x3d, 0x17, 0xff, 0x80, 0x40, 0x19, 0xff, 0x82, 0x42, 0x1b, 0xff, 0x83, 0x43, 0x1c, 0xff, 0x83, 0x43, 0x1d, 0xff, 0x86, 0x45, 0x21, 0xff, 0x89, 0x47, 0x22, 0xff, 0x8b, 0x48, 0x24, 0xff, 0x8d, 0x4b, 0x26, 0xff, 0x90, 0x4e, 0x29, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x96, 0x53, 0x2c, 0xff, 0x9a, 0x57, 0x2e, 0xff, 0xa2, 0x60, 0x33, 0xff, 0xa7, 0x65, 0x37, 0xff, 0xaa, 0x67, 0x38, 0xff, 0xac, 0x6b, 0x3a, 0xff, 0xba, 0x76, 0x43, 0xff, 0xda, 0x8c, 0x52, 0xff, 0xe3, 0x91, 0x56, 0xff, 0xea, 0x97, 0x5b, 0xff, 0xec, 0x9a, 0x5d, 0xff, 0xec, 0x9b, 0x5e, 0xff, 0xeb, 0x97, 0x5c, 0xff, 0xec, 0x97, 0x5d, 0xff, 0xec, 0x98, 0x5c, 0xff, 0xeb, 0x95, 0x5a, 0xff, 0xec, 0x90, 0x59, 0xff, 0xec, 0x92, 0x5a, 0xff, 0xec, 0x96, 0x5b, 0xff, 0xec, 0x9b, 0x5f, 0xff, 0xec, 0x9e, 0x64, 0xff, 0xeb, 0xa4, 0x69, 0xff, 0xec, 0xab, 0x6d, 0xff, 0xeb, 0xaf, 0x71, 0xff, 0xec, 0xb1, 0x71, 0xff, 0xea, 0xbb, 0x79, 0xff, 0xe4, 0xd2, 0x8c, 0xff, 0xe5, 0xdf, 0x96, 0xff, 0xe9, 0xdd, 0x93, 0xff, 0xea, 0xdd, 0x91, 0xff, 0xe9, 0xda, 0x8d, 0xff, 0xeb, 0xce, 0x86, 0xff, 0xed, 0xc2, 0x7f, 0xff, 0xed, 0xba, 0x7a, 0xff, 0xec, 0xb2, 0x77, 0xff, 0xea, 0xad, 0x72, 0xff, 0xeb, 0xa2, 0x68, 0xff, 0xeb, 0x9d, 0x63, 0xff, 0xec, 0x9c, 0x62, 0xff, 0xe6, 0x94, 0x5c, 0xff, 0xcc, 0x86, 0x52, 0xff, 0xbb, 0x7c, 0x4b, 0xff, 0xb7, 0x78, 0x46, 0xff, 0xb3, 0x75, 0x42, 0xff, 0xad, 0x6e, 0x3d, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xa7, 0x66, 0x39, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa7, 0x69, 0x3b, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xaa, 0x6a, 0x3b, 0xff, 0xab, 0x6a, 0x3c, 0xff, 0xac, 0x6c, 0x3e, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xa7, 0x66, 0x39, 0xff, 0xa5, 0x64, 0x37, 0xff, 0xa4, 0x63, 0x36, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xa3, 0x63, 0x35, 0xff, 0xa0, 0x60, 0x34, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x99, 0x57, 0x31, 0xff, 0x99, 0x58, 0x31, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x98, 0x58, 0x30, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x97, 0x57, 0x31, 0xff, 0x98, 0x58, 0x31, 0xff, 0x99, 0x59, 0x32, 0xff, 0x99, 0x59, 0x33, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0x9e, 0x5d, 0x36, 0xff, 0xa0, 0x5f, 0x37, 0xff, 0xa2, 0x65, 0x3c, 0xff, 0x7d, 0x44, 0x23, 0xff, 0x6c, 0x34, 0x13, 0xff, 0x6b, 0x33, 0x12, 0xff, 0x6c, 0x34, 0x12, 0xff, 0x6d, 0x35, 0x12, 0xff, 0x70, 0x36, 0x12, 0xff, 0x73, 0x36, 0x12, 0xff, 0x73, 0x38, 0x12, 0xff, 0x75, 0x38, 0x14, 0xff, 0x77, 0x3a, 0x14, 0xff, 0x7b, 0x3c, 0x16, 0xff, 0x7e, 0x3f, 0x17, 0xff, 0x7f, 0x3f, 0x18, 0xff, 0x81, 0x43, 0x1c, 0xff, 0x84, 0x45, 0x21, 0xff, 0x86, 0x47, 0x23, 0xff, 0x8c, 0x4f, 0x27, 0xff, 0xb0, 0x72, 0x45, 0xff, 0xb0, 0x71, 0x44, 0xff, 0xad, 0x70, 0x43, 0xff, 0xac, 0x6f, 0x42, 0xff, 0xa8, 0x6c, 0x41, 0xff, 0xa5, 0x68, 0x41, 0xff, 0xa2, 0x68, 0x3f, 0xff, 0xa2, 0x68, 0x3d, 0xff, 0xa3, 0x68, 0x3c, 0xff, 0xa3, 0x65, 0x38, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9c, 0x5c, 0x2f, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9b, 0x5c, 0x2e, 0xff, 0x9d, 0x5b, 0x2e, 0xff, 0x9d, 0x5b, 0x2e, 0xff, 0x9e, 0x5c, 0x2f, 0xff, 0x9f, 0x5d, 0x2f, 0xff, 0xa0, 0x5f, 0x30, 0xff, 0x9f, 0x61, 0x31, 0xff, 0xa0, 0x62, 0x33, 0xff, 0xa0, 0x62, 0x31, 0xff, 0xa0, 0x63, 0x31, 0xff, 0xa0, 0x5f, 0x2e, 0xff, 0x9f, 0x5d, 0x2e, 0xff, 0x9f, 0x5d, 0x2e, 0xff, 0x9f, 0x5c, 0x2e, 0xff, 0x9f, 0x5f, 0x2e, 0xff, 0xa0, 0x5f, 0x30, 0xff, 0x9d, 0x5d, 0x2d, 0xff, 0x9b, 0x5c, 0x2b, 0xff, 0x9b, 0x5c, 0x2b, 0xff, 0x9a, 0x5a, 0x2b, 0xff, 0x9a, 0x5a, 0x2b, 0xff, 0x9b, 0x5a, 0x2b, 0xff, 0x9a, 0x59, 0x2b, 0xff, 0x99, 0x59, 0x2a, 0xff, 0x99, 0x58, 0x29, 0xff, 0x97, 0x57, 0x2b, 0xff, 0x96, 0x57, 0x2b, 0xff, 0x94, 0x54, 0x28, 0xff, 0x98, 0x58, 0x2b, 0xff, 0x9c, 0x5b, 0x30, 0xff, 0x9d, 0x5e, 0x31, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0x9d, 0x5c, 0x31, 0xff, 0x9f, 0x5d, 0x31, 0xff, 0x9f, 0x5d, 0x31, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0xa3, 0x60, 0x33, 0xff, 0xa4, 0x62, 0x34, 0xff, - 0xa1, 0x60, 0x33, 0xff, 0xa3, 0x61, 0x33, 0xff, 0xa4, 0x62, 0x33, 0xff, 0xa5, 0x64, 0x33, 0xff, 0xa5, 0x62, 0x33, 0xff, 0xa3, 0x62, 0x34, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x98, 0x56, 0x2e, 0xff, 0x99, 0x55, 0x2e, 0xff, 0x98, 0x55, 0x2e, 0xff, 0x9a, 0x57, 0x2e, 0xff, 0x9d, 0x5b, 0x30, 0xff, 0x9b, 0x58, 0x30, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x99, 0x57, 0x2f, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x97, 0x53, 0x2e, 0xff, 0x95, 0x53, 0x2d, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x95, 0x54, 0x30, 0xff, 0x97, 0x58, 0x32, 0xff, 0x97, 0x56, 0x31, 0xff, 0x99, 0x59, 0x33, 0xff, 0x98, 0x58, 0x32, 0xff, 0x88, 0x46, 0x1e, 0xff, 0x8a, 0x49, 0x21, 0xff, 0x8a, 0x49, 0x21, 0xff, 0x88, 0x48, 0x20, 0xff, 0x88, 0x48, 0x20, 0xff, 0x88, 0x48, 0x21, 0xff, 0x87, 0x47, 0x1f, 0xff, 0x88, 0x48, 0x1f, 0xff, 0x87, 0x47, 0x1f, 0xff, 0x85, 0x47, 0x20, 0xff, 0x83, 0x45, 0x20, 0xff, 0x82, 0x43, 0x1f, 0xff, 0x81, 0x41, 0x1d, 0xff, 0x7f, 0x40, 0x1a, 0xff, 0x7c, 0x3e, 0x18, 0xff, 0x7a, 0x3e, 0x18, 0xff, 0x79, 0x3c, 0x16, 0xff, 0x79, 0x3c, 0x17, 0xff, 0x7a, 0x3c, 0x15, 0xff, 0x7b, 0x3c, 0x16, 0xff, 0x7d, 0x3d, 0x16, 0xff, 0x81, 0x40, 0x19, 0xff, 0x82, 0x41, 0x1c, 0xff, 0x83, 0x42, 0x1d, 0xff, 0x85, 0x44, 0x1f, 0xff, 0x88, 0x46, 0x22, 0xff, 0x8a, 0x48, 0x23, 0xff, 0x8d, 0x4b, 0x26, 0xff, 0x8f, 0x4e, 0x29, 0xff, 0x93, 0x50, 0x2a, 0xff, 0x95, 0x52, 0x2b, 0xff, 0x98, 0x54, 0x2c, 0xff, 0x99, 0x57, 0x2d, 0xff, 0x9b, 0x59, 0x2f, 0xff, 0xa0, 0x5d, 0x31, 0xff, 0xa6, 0x63, 0x35, 0xff, 0xad, 0x6a, 0x39, 0xff, 0xb0, 0x6e, 0x3c, 0xff, 0xb2, 0x70, 0x40, 0xff, 0xc1, 0x7d, 0x49, 0xff, 0xe0, 0x92, 0x57, 0xff, 0xe7, 0x93, 0x57, 0xff, 0xea, 0x94, 0x59, 0xff, 0xea, 0x92, 0x58, 0xff, 0xeb, 0x91, 0x58, 0xff, 0xec, 0x93, 0x59, 0xff, 0xeb, 0x92, 0x58, 0xff, 0xea, 0x91, 0x56, 0xff, 0xeb, 0x93, 0x59, 0xff, 0xec, 0x94, 0x5b, 0xff, 0xec, 0x97, 0x5e, 0xff, 0xec, 0x9f, 0x62, 0xff, 0xeb, 0xa6, 0x68, 0xff, 0xec, 0xad, 0x6e, 0xff, 0xeb, 0xb1, 0x72, 0xff, 0xed, 0xb6, 0x75, 0xff, 0xea, 0xb2, 0x72, 0xff, 0xe4, 0xc2, 0x84, 0xff, 0xe6, 0xe2, 0xa4, 0xff, 0xe8, 0xde, 0xa6, 0xff, 0xe8, 0xdd, 0xa7, 0xff, 0xe6, 0xde, 0xa0, 0xff, 0xe6, 0xdf, 0x9a, 0xff, 0xe5, 0xde, 0x97, 0xff, 0xe7, 0xdb, 0x91, 0xff, 0xe8, 0xd7, 0x8a, 0xff, 0xeb, 0xcf, 0x85, 0xff, 0xed, 0xbe, 0x7e, 0xff, 0xec, 0xae, 0x73, 0xff, 0xeb, 0xa8, 0x6d, 0xff, 0xeb, 0xa6, 0x6b, 0xff, 0xeb, 0xa2, 0x68, 0xff, 0xdb, 0x92, 0x5d, 0xff, 0xc7, 0x84, 0x52, 0xff, 0xbf, 0x7e, 0x4d, 0xff, 0xb4, 0x74, 0x44, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xaa, 0x6a, 0x3c, 0xff, 0xa8, 0x68, 0x3a, 0xff, 0xa9, 0x6a, 0x3b, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xaa, 0x6d, 0x40, 0xff, 0xac, 0x6e, 0x41, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xad, 0x70, 0x42, 0xff, 0xad, 0x71, 0x43, 0xff, 0xac, 0x6f, 0x42, 0xff, 0xaa, 0x6d, 0x3f, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xa9, 0x6a, 0x39, 0xff, 0xa8, 0x67, 0x38, 0xff, 0xa3, 0x63, 0x36, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9b, 0x59, 0x33, 0xff, 0x9d, 0x5a, 0x33, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x97, 0x57, 0x30, 0xff, 0x97, 0x56, 0x30, 0xff, 0x97, 0x56, 0x30, 0xff, 0x97, 0x56, 0x30, 0xff, 0x98, 0x59, 0x31, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x9d, 0x5c, 0x35, 0xff, 0x9e, 0x5d, 0x36, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0xa6, 0x65, 0x3d, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x6f, 0x35, 0x15, 0xff, 0x6b, 0x32, 0x12, 0xff, 0x6c, 0x35, 0x12, 0xff, 0x6d, 0x35, 0x12, 0xff, 0x6f, 0x35, 0x12, 0xff, 0x71, 0x36, 0x12, 0xff, 0x72, 0x37, 0x12, 0xff, 0x74, 0x38, 0x13, 0xff, 0x77, 0x3a, 0x14, 0xff, 0x78, 0x3a, 0x14, 0xff, 0x7b, 0x3c, 0x15, 0xff, 0x7e, 0x3e, 0x17, 0xff, 0x80, 0x3f, 0x18, 0xff, 0x81, 0x41, 0x1c, 0xff, 0x83, 0x44, 0x1e, 0xff, 0x85, 0x47, 0x22, 0xff, 0x85, 0x46, 0x1d, 0xff, 0xb0, 0x71, 0x43, 0xff, 0xb2, 0x73, 0x45, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xac, 0x6f, 0x42, 0xff, 0xaa, 0x6e, 0x41, 0xff, 0xa7, 0x6b, 0x40, 0xff, 0xa4, 0x6a, 0x40, 0xff, 0xa3, 0x69, 0x3e, 0xff, 0xa3, 0x69, 0x3e, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9c, 0x5e, 0x32, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x9c, 0x59, 0x2e, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9b, 0x5b, 0x2e, 0xff, 0x9d, 0x5b, 0x2e, 0xff, 0x9d, 0x5d, 0x30, 0xff, 0x9d, 0x5f, 0x30, 0xff, 0x9e, 0x5f, 0x30, 0xff, 0xa0, 0x62, 0x31, 0xff, 0xa0, 0x63, 0x33, 0xff, 0xa0, 0x63, 0x33, 0xff, 0xa1, 0x65, 0x33, 0xff, 0xa0, 0x61, 0x32, 0xff, 0xa0, 0x60, 0x2e, 0xff, 0xa0, 0x5f, 0x2e, 0xff, 0x9e, 0x5c, 0x2e, 0xff, 0xa0, 0x5f, 0x2e, 0xff, 0xa0, 0x5f, 0x2f, 0xff, 0xa0, 0x60, 0x31, 0xff, 0x9c, 0x5c, 0x2c, 0xff, 0x9c, 0x5c, 0x2c, 0xff, 0x9b, 0x5c, 0x2b, 0xff, 0x9b, 0x5c, 0x2b, 0xff, 0x9b, 0x5b, 0x2b, 0xff, 0x9b, 0x5b, 0x2b, 0xff, 0x99, 0x59, 0x2b, 0xff, 0x97, 0x57, 0x2b, 0xff, 0x99, 0x57, 0x2b, 0xff, 0x97, 0x56, 0x2a, 0xff, 0x96, 0x56, 0x2a, 0xff, 0x96, 0x55, 0x2a, 0xff, 0x96, 0x55, 0x29, 0xff, 0x95, 0x53, 0x2a, 0xff, 0x97, 0x54, 0x2b, 0xff, 0x97, 0x57, 0x2c, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x9c, 0x5b, 0x30, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x9c, 0x5c, 0x2f, 0xff, 0x9c, 0x5c, 0x2f, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x9d, 0x5e, 0x30, 0xff, 0xa0, 0x5f, 0x31, 0xff, 0xa0, 0x5f, 0x32, 0xff, - 0xa0, 0x5f, 0x32, 0xff, 0xa0, 0x5f, 0x33, 0xff, 0xa2, 0x5f, 0x33, 0xff, 0xa2, 0x60, 0x33, 0xff, 0xa3, 0x60, 0x34, 0xff, 0xa3, 0x61, 0x33, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x99, 0x5b, 0x30, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x9a, 0x58, 0x2f, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x96, 0x53, 0x2d, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x93, 0x51, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x91, 0x50, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x98, 0x58, 0x31, 0xff, 0x99, 0x58, 0x32, 0xff, 0x99, 0x59, 0x32, 0xff, 0x98, 0x58, 0x32, 0xff, 0x8f, 0x4c, 0x24, 0xff, 0x90, 0x4f, 0x25, 0xff, 0x90, 0x4e, 0x25, 0xff, 0x8f, 0x50, 0x27, 0xff, 0x8f, 0x4e, 0x27, 0xff, 0x8e, 0x4f, 0x25, 0xff, 0x8f, 0x50, 0x27, 0xff, 0x8d, 0x4d, 0x27, 0xff, 0x8d, 0x4d, 0x27, 0xff, 0x8e, 0x4d, 0x26, 0xff, 0x8a, 0x4b, 0x24, 0xff, 0x89, 0x48, 0x21, 0xff, 0x87, 0x45, 0x20, 0xff, 0x84, 0x44, 0x1e, 0xff, 0x7f, 0x41, 0x1b, 0xff, 0x7d, 0x3e, 0x19, 0xff, 0x7c, 0x3e, 0x1a, 0xff, 0x7b, 0x3c, 0x18, 0xff, 0x7d, 0x3d, 0x19, 0xff, 0x7f, 0x40, 0x17, 0xff, 0x81, 0x41, 0x1a, 0xff, 0x80, 0x40, 0x1b, 0xff, 0x82, 0x42, 0x1a, 0xff, 0x83, 0x42, 0x1e, 0xff, 0x86, 0x45, 0x21, 0xff, 0x8a, 0x49, 0x24, 0xff, 0x8e, 0x4b, 0x26, 0xff, 0x90, 0x4f, 0x2a, 0xff, 0x95, 0x52, 0x2c, 0xff, 0x97, 0x54, 0x2c, 0xff, 0x99, 0x56, 0x2d, 0xff, 0x9b, 0x57, 0x2e, 0xff, 0x9d, 0x59, 0x2e, 0xff, 0xa0, 0x5c, 0x30, 0xff, 0xa4, 0x60, 0x33, 0xff, 0xa6, 0x62, 0x34, 0xff, 0xa7, 0x64, 0x36, 0xff, 0xb0, 0x6d, 0x3d, 0xff, 0xb5, 0x73, 0x41, 0xff, 0xb4, 0x71, 0x40, 0xff, 0xca, 0x7f, 0x4b, 0xff, 0xeb, 0x93, 0x57, 0xff, 0xe8, 0x8f, 0x53, 0xff, 0xe7, 0x8e, 0x55, 0xff, 0xed, 0x92, 0x5a, 0xff, 0xec, 0x93, 0x59, 0xff, 0xec, 0x93, 0x57, 0xff, 0xeb, 0x91, 0x57, 0xff, 0xeb, 0x94, 0x5a, 0xff, 0xec, 0x99, 0x5d, 0xff, 0xec, 0x9b, 0x60, 0xff, 0xec, 0xa2, 0x65, 0xff, 0xec, 0xaa, 0x6b, 0xff, 0xec, 0xaf, 0x6f, 0xff, 0xed, 0xb7, 0x75, 0xff, 0xed, 0xbe, 0x79, 0xff, 0xec, 0xbf, 0x7f, 0xff, 0xea, 0xd0, 0x99, 0xff, 0xea, 0xe0, 0xb2, 0xff, 0xeb, 0xde, 0xb8, 0xff, 0xea, 0xde, 0xb8, 0xff, 0xea, 0xdf, 0xb8, 0xff, 0xea, 0xdf, 0xb5, 0xff, 0xe9, 0xde, 0xac, 0xff, 0xe7, 0xde, 0xa3, 0xff, 0xe5, 0xde, 0x9d, 0xff, 0xe6, 0xde, 0x96, 0xff, 0xea, 0xd7, 0x8c, 0xff, 0xec, 0xc9, 0x82, 0xff, 0xed, 0xbb, 0x7a, 0xff, 0xed, 0xb3, 0x76, 0xff, 0xeb, 0xae, 0x73, 0xff, 0xe8, 0x9f, 0x67, 0xff, 0xdb, 0x90, 0x5a, 0xff, 0xc3, 0x81, 0x4f, 0xff, 0xb2, 0x74, 0x45, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xa7, 0x68, 0x3d, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xac, 0x6e, 0x3f, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xa8, 0x6b, 0x3f, 0xff, 0xaa, 0x6e, 0x41, 0xff, 0xb0, 0x71, 0x42, 0xff, 0xb0, 0x6f, 0x40, 0xff, 0xae, 0x6d, 0x40, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xb0, 0x73, 0x45, 0xff, 0xae, 0x72, 0x46, 0xff, 0xad, 0x71, 0x46, 0xff, 0xad, 0x71, 0x46, 0xff, 0xad, 0x70, 0x44, 0xff, 0xad, 0x70, 0x41, 0xff, 0xae, 0x6f, 0x3f, 0xff, 0xab, 0x69, 0x3b, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa0, 0x60, 0x35, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x99, 0x59, 0x32, 0xff, 0x98, 0x58, 0x32, 0xff, 0x98, 0x58, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9f, 0x5e, 0x37, 0xff, 0x9f, 0x5f, 0x37, 0xff, 0xa5, 0x65, 0x3c, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x73, 0x39, 0x17, 0xff, 0x6d, 0x35, 0x12, 0xff, 0x6e, 0x34, 0x12, 0xff, 0x6e, 0x34, 0x12, 0xff, 0x6e, 0x34, 0x12, 0xff, 0x6e, 0x36, 0x12, 0xff, 0x72, 0x36, 0x12, 0xff, 0x74, 0x37, 0x12, 0xff, 0x74, 0x38, 0x12, 0xff, 0x77, 0x3a, 0x14, 0xff, 0x7a, 0x3b, 0x12, 0xff, 0x7b, 0x3d, 0x15, 0xff, 0x7e, 0x3e, 0x17, 0xff, 0x81, 0x40, 0x1b, 0xff, 0x83, 0x41, 0x1d, 0xff, 0x84, 0x43, 0x1e, 0xff, 0x85, 0x45, 0x20, 0xff, 0x86, 0x45, 0x1e, 0xff, 0xae, 0x6f, 0x42, 0xff, 0xb0, 0x71, 0x43, 0xff, 0xae, 0x6e, 0x41, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xaa, 0x6d, 0x40, 0xff, 0xa8, 0x6c, 0x3f, 0xff, 0xa6, 0x6a, 0x40, 0xff, 0xa5, 0x6a, 0x40, 0xff, 0xa2, 0x66, 0x3b, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x9c, 0x5c, 0x2f, 0xff, 0x9b, 0x5b, 0x2e, 0xff, 0x9b, 0x5c, 0x2e, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x9d, 0x5f, 0x31, 0xff, 0x9f, 0x5f, 0x30, 0xff, 0xa0, 0x62, 0x31, 0xff, 0xa0, 0x62, 0x33, 0xff, 0xa0, 0x64, 0x34, 0xff, 0xa0, 0x63, 0x33, 0xff, 0xa0, 0x65, 0x32, 0xff, 0xa0, 0x60, 0x2f, 0xff, 0xa0, 0x60, 0x2e, 0xff, 0xa0, 0x60, 0x2e, 0xff, 0xa0, 0x5f, 0x2e, 0xff, 0xa0, 0x5f, 0x30, 0xff, 0xa0, 0x5f, 0x2f, 0xff, 0x9e, 0x5d, 0x2d, 0xff, 0x9d, 0x5c, 0x2c, 0xff, 0x9d, 0x5e, 0x2d, 0xff, 0x9d, 0x5f, 0x2d, 0xff, 0x9b, 0x5b, 0x2b, 0xff, 0x9b, 0x59, 0x2b, 0xff, 0x9a, 0x5b, 0x2b, 0xff, 0x99, 0x57, 0x2b, 0xff, 0x97, 0x58, 0x29, 0xff, 0x97, 0x55, 0x2b, 0xff, 0x97, 0x57, 0x2b, 0xff, 0x97, 0x55, 0x2b, 0xff, 0x96, 0x56, 0x2b, 0xff, 0x96, 0x55, 0x2b, 0xff, 0x96, 0x56, 0x2b, 0xff, 0x97, 0x55, 0x2b, 0xff, 0x96, 0x54, 0x2b, 0xff, 0x97, 0x54, 0x2b, 0xff, 0x95, 0x55, 0x2b, 0xff, 0x94, 0x53, 0x28, 0xff, 0x94, 0x55, 0x2b, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x9b, 0x5c, 0x2f, 0xff, 0x9c, 0x5c, 0x31, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9f, 0x5f, 0x32, 0xff, - 0x99, 0x59, 0x2d, 0xff, 0x99, 0x59, 0x2d, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x9a, 0x5a, 0x2d, 0xff, 0x9a, 0x5b, 0x2e, 0xff, 0x9a, 0x5b, 0x2e, 0xff, 0x96, 0x57, 0x2d, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x92, 0x52, 0x2b, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x96, 0x53, 0x2e, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x98, 0x58, 0x30, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x97, 0x56, 0x32, 0xff, 0x95, 0x53, 0x28, 0xff, 0x95, 0x52, 0x29, 0xff, 0x96, 0x53, 0x2b, 0xff, 0x96, 0x53, 0x2b, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x98, 0x56, 0x2c, 0xff, 0x97, 0x58, 0x2d, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x95, 0x56, 0x2c, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x8f, 0x50, 0x2a, 0xff, 0x8d, 0x4e, 0x27, 0xff, 0x8a, 0x4b, 0x25, 0xff, 0x84, 0x47, 0x22, 0xff, 0x84, 0x45, 0x21, 0xff, 0x83, 0x43, 0x1e, 0xff, 0x82, 0x43, 0x1d, 0xff, 0x82, 0x42, 0x1d, 0xff, 0x82, 0x42, 0x1c, 0xff, 0x80, 0x40, 0x1b, 0xff, 0x82, 0x42, 0x1c, 0xff, 0x83, 0x41, 0x1d, 0xff, 0x85, 0x44, 0x20, 0xff, 0x8a, 0x47, 0x22, 0xff, 0x8f, 0x4b, 0x26, 0xff, 0x92, 0x4e, 0x29, 0xff, 0x94, 0x51, 0x2b, 0xff, 0x97, 0x53, 0x2c, 0xff, 0x99, 0x57, 0x2d, 0xff, 0x9b, 0x59, 0x2e, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0xa0, 0x5d, 0x30, 0xff, 0xa3, 0x60, 0x33, 0xff, 0xa5, 0x61, 0x34, 0xff, 0xa5, 0x61, 0x33, 0xff, 0xa8, 0x65, 0x36, 0xff, 0xab, 0x6a, 0x39, 0xff, 0xad, 0x6b, 0x3b, 0xff, 0xb3, 0x6f, 0x3f, 0xff, 0xba, 0x77, 0x44, 0xff, 0xd4, 0x87, 0x4f, 0xff, 0xed, 0x93, 0x59, 0xff, 0xeb, 0x91, 0x55, 0xff, 0xe9, 0x8f, 0x55, 0xff, 0xea, 0x90, 0x56, 0xff, 0xec, 0x93, 0x59, 0xff, 0xec, 0x96, 0x5d, 0xff, 0xec, 0x99, 0x5d, 0xff, 0xec, 0x9e, 0x61, 0xff, 0xec, 0xa2, 0x64, 0xff, 0xeb, 0xa4, 0x67, 0xff, 0xeb, 0xab, 0x6c, 0xff, 0xeb, 0xb5, 0x72, 0xff, 0xec, 0xbb, 0x78, 0xff, 0xeb, 0xbb, 0x79, 0xff, 0xe7, 0xc5, 0x84, 0xff, 0xe9, 0xdc, 0xa2, 0xff, 0xeb, 0xe0, 0xb3, 0xff, 0xec, 0xdf, 0xc6, 0xff, 0xed, 0xdf, 0xd2, 0xff, 0xed, 0xdf, 0xd2, 0xff, 0xed, 0xdf, 0xd1, 0xff, 0xed, 0xde, 0xcd, 0xff, 0xec, 0xdf, 0xc1, 0xff, 0xeb, 0xde, 0xb0, 0xff, 0xe8, 0xde, 0xa6, 0xff, 0xe5, 0xdf, 0x9b, 0xff, 0xe7, 0xdd, 0x92, 0xff, 0xea, 0xd3, 0x89, 0xff, 0xea, 0xc4, 0x7f, 0xff, 0xeb, 0xc0, 0x7e, 0xff, 0xec, 0xb1, 0x75, 0xff, 0xd8, 0x93, 0x5f, 0xff, 0xc0, 0x81, 0x53, 0xff, 0xb6, 0x78, 0x4b, 0xff, 0xb2, 0x73, 0x45, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xab, 0x6c, 0x3e, 0xff, 0xaf, 0x71, 0x42, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xb2, 0x71, 0x42, 0xff, 0xb1, 0x70, 0x42, 0xff, 0xb2, 0x72, 0x44, 0xff, 0xb1, 0x73, 0x46, 0xff, 0xb0, 0x74, 0x48, 0xff, 0xb1, 0x75, 0x49, 0xff, 0xb1, 0x74, 0x49, 0xff, 0xaf, 0x74, 0x47, 0xff, 0xae, 0x70, 0x43, 0xff, 0xab, 0x6c, 0x3d, 0xff, 0xaa, 0x69, 0x3c, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xa6, 0x68, 0x39, 0xff, 0xa6, 0x65, 0x38, 0xff, 0xa4, 0x64, 0x38, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0x9c, 0x5c, 0x34, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x99, 0x59, 0x33, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0xa0, 0x60, 0x36, 0xff, 0xa4, 0x65, 0x3b, 0xff, 0x96, 0x59, 0x35, 0xff, 0x77, 0x3d, 0x1a, 0xff, 0x70, 0x35, 0x11, 0xff, 0x71, 0x38, 0x12, 0xff, 0x71, 0x37, 0x12, 0xff, 0x70, 0x37, 0x12, 0xff, 0x71, 0x36, 0x12, 0xff, 0x71, 0x36, 0x12, 0xff, 0x72, 0x36, 0x12, 0xff, 0x74, 0x37, 0x12, 0xff, 0x75, 0x39, 0x12, 0xff, 0x76, 0x37, 0x12, 0xff, 0x79, 0x3b, 0x12, 0xff, 0x7b, 0x3c, 0x15, 0xff, 0x7d, 0x3d, 0x17, 0xff, 0x80, 0x3f, 0x18, 0xff, 0x82, 0x42, 0x1b, 0xff, 0x83, 0x45, 0x1d, 0xff, 0x87, 0x45, 0x1f, 0xff, 0x88, 0x47, 0x20, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xb3, 0x73, 0x44, 0xff, 0xb1, 0x71, 0x41, 0xff, 0xad, 0x6f, 0x3f, 0xff, 0xab, 0x6d, 0x3f, 0xff, 0xa9, 0x6c, 0x40, 0xff, 0xa7, 0x6d, 0x3f, 0xff, 0xa6, 0x6b, 0x3f, 0xff, 0xa0, 0x65, 0x39, 0xff, 0x9d, 0x62, 0x35, 0xff, 0x9d, 0x60, 0x34, 0xff, 0x9c, 0x5d, 0x31, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9c, 0x5c, 0x2f, 0xff, 0x9c, 0x5c, 0x2f, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x9c, 0x5e, 0x30, 0xff, 0x9d, 0x5f, 0x31, 0xff, 0x9e, 0x60, 0x32, 0xff, 0xa0, 0x61, 0x32, 0xff, 0xa0, 0x61, 0x33, 0xff, 0xa0, 0x62, 0x34, 0xff, 0xa0, 0x63, 0x33, 0xff, 0xa0, 0x63, 0x32, 0xff, 0xa0, 0x63, 0x31, 0xff, 0x9f, 0x60, 0x30, 0xff, 0x9f, 0x5f, 0x2f, 0xff, 0x9f, 0x5f, 0x2f, 0xff, 0x9f, 0x5f, 0x30, 0xff, 0xa0, 0x5f, 0x2f, 0xff, 0x9f, 0x5e, 0x2e, 0xff, 0x9e, 0x5b, 0x2e, 0xff, 0x9c, 0x5a, 0x2d, 0xff, 0x9b, 0x59, 0x2d, 0xff, 0x9a, 0x59, 0x2c, 0xff, 0x99, 0x59, 0x2c, 0xff, 0x9a, 0x58, 0x2c, 0xff, 0x98, 0x58, 0x2b, 0xff, 0x98, 0x56, 0x2b, 0xff, 0x97, 0x55, 0x2b, 0xff, 0x97, 0x54, 0x2b, 0xff, 0x96, 0x53, 0x2b, 0xff, 0x97, 0x55, 0x2b, 0xff, 0x96, 0x54, 0x2b, 0xff, 0x97, 0x56, 0x2b, 0xff, 0x98, 0x56, 0x2b, 0xff, 0x98, 0x55, 0x2b, 0xff, 0x97, 0x54, 0x2b, 0xff, 0x97, 0x55, 0x2b, 0xff, 0x95, 0x53, 0x2b, 0xff, 0x94, 0x54, 0x2b, 0xff, 0x94, 0x53, 0x2b, 0xff, 0x92, 0x53, 0x2b, 0xff, 0x94, 0x54, 0x2b, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x98, 0x58, 0x2d, 0xff, - 0x96, 0x58, 0x2d, 0xff, 0x96, 0x59, 0x2d, 0xff, 0x96, 0x57, 0x2d, 0xff, 0x96, 0x57, 0x2c, 0xff, 0x97, 0x57, 0x2c, 0xff, 0x98, 0x56, 0x2d, 0xff, 0x92, 0x52, 0x2a, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x92, 0x52, 0x2b, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2a, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x99, 0x58, 0x30, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x9a, 0x58, 0x2c, 0xff, 0x9c, 0x5a, 0x2d, 0xff, 0x9c, 0x5b, 0x2e, 0xff, 0x9c, 0x5d, 0x30, 0xff, 0x9c, 0x5d, 0x30, 0xff, 0x9c, 0x5e, 0x31, 0xff, 0x9c, 0x5f, 0x32, 0xff, 0x9b, 0x60, 0x33, 0xff, 0x9b, 0x5f, 0x33, 0xff, 0x99, 0x5f, 0x33, 0xff, 0x99, 0x5d, 0x31, 0xff, 0x98, 0x5a, 0x30, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x87, 0x48, 0x26, 0xff, 0x87, 0x48, 0x23, 0xff, 0x85, 0x45, 0x20, 0xff, 0x85, 0x44, 0x1e, 0xff, 0x84, 0x43, 0x1d, 0xff, 0x84, 0x44, 0x1d, 0xff, 0x84, 0x43, 0x1e, 0xff, 0x84, 0x44, 0x1d, 0xff, 0x87, 0x47, 0x1f, 0xff, 0x89, 0x49, 0x23, 0xff, 0x90, 0x4d, 0x28, 0xff, 0x94, 0x50, 0x2a, 0xff, 0x97, 0x55, 0x2b, 0xff, 0x99, 0x56, 0x2c, 0xff, 0x9c, 0x59, 0x2d, 0xff, 0x9e, 0x5b, 0x2f, 0xff, 0xa0, 0x5d, 0x30, 0xff, 0xa3, 0x5f, 0x32, 0xff, 0xa5, 0x63, 0x34, 0xff, 0xa6, 0x63, 0x35, 0xff, 0xa6, 0x63, 0x35, 0xff, 0xaa, 0x67, 0x38, 0xff, 0xaa, 0x67, 0x37, 0xff, 0xa6, 0x64, 0x36, 0xff, 0xab, 0x69, 0x38, 0xff, 0xb0, 0x6f, 0x3d, 0xff, 0xb8, 0x74, 0x42, 0xff, 0xd4, 0x85, 0x4f, 0xff, 0xea, 0x95, 0x5d, 0xff, 0xe6, 0x94, 0x5a, 0xff, 0xe6, 0x91, 0x57, 0xff, 0xe5, 0x8e, 0x56, 0xff, 0xe2, 0x8e, 0x56, 0xff, 0xe1, 0x92, 0x5a, 0xff, 0xea, 0x9a, 0x5f, 0xff, 0xeb, 0x9a, 0x5f, 0xff, 0xea, 0x9a, 0x60, 0xff, 0xeb, 0xa4, 0x68, 0xff, 0xeb, 0xae, 0x71, 0xff, 0xec, 0xb6, 0x78, 0xff, 0xea, 0xb9, 0x78, 0xff, 0xe6, 0xc9, 0x85, 0xff, 0xe6, 0xdf, 0x9f, 0xff, 0xe9, 0xdf, 0xb2, 0xff, 0xec, 0xdf, 0xcb, 0xff, 0xed, 0xdf, 0xd3, 0xff, 0xed, 0xdf, 0xd2, 0xff, 0xed, 0xdf, 0xd2, 0xff, 0xec, 0xdf, 0xd2, 0xff, 0xec, 0xde, 0xd3, 0xff, 0xed, 0xde, 0xce, 0xff, 0xec, 0xdf, 0xbd, 0xff, 0xea, 0xdf, 0xac, 0xff, 0xe6, 0xde, 0xa1, 0xff, 0xe3, 0xdf, 0x97, 0xff, 0xe8, 0xdd, 0x8e, 0xff, 0xe9, 0xcc, 0x85, 0xff, 0xe3, 0xad, 0x76, 0xff, 0xda, 0x97, 0x66, 0xff, 0xcb, 0x8a, 0x5c, 0xff, 0xbf, 0x80, 0x54, 0xff, 0xb8, 0x79, 0x4c, 0xff, 0xb3, 0x74, 0x47, 0xff, 0xaf, 0x72, 0x42, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xac, 0x6e, 0x42, 0xff, 0xac, 0x6e, 0x42, 0xff, 0xb2, 0x71, 0x43, 0xff, 0xb4, 0x73, 0x43, 0xff, 0xb3, 0x73, 0x42, 0xff, 0xb2, 0x74, 0x42, 0xff, 0xb3, 0x75, 0x43, 0xff, 0xb3, 0x77, 0x48, 0xff, 0xb4, 0x7a, 0x4c, 0xff, 0xb2, 0x76, 0x4a, 0xff, 0xad, 0x6f, 0x43, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xad, 0x6e, 0x42, 0xff, 0xad, 0x6e, 0x42, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xa2, 0x61, 0x37, 0xff, 0x9f, 0x5d, 0x35, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0x9d, 0x5b, 0x34, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9e, 0x5e, 0x36, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0x9b, 0x5d, 0x36, 0xff, 0x7d, 0x41, 0x1d, 0xff, 0x73, 0x37, 0x14, 0xff, 0x73, 0x38, 0x14, 0xff, 0x72, 0x36, 0x13, 0xff, 0x71, 0x37, 0x12, 0xff, 0x71, 0x36, 0x12, 0xff, 0x70, 0x36, 0x12, 0xff, 0x71, 0x36, 0x12, 0xff, 0x73, 0x36, 0x12, 0xff, 0x74, 0x38, 0x12, 0xff, 0x75, 0x38, 0x12, 0xff, 0x78, 0x39, 0x14, 0xff, 0x79, 0x3c, 0x12, 0xff, 0x7a, 0x3c, 0x14, 0xff, 0x7d, 0x3d, 0x16, 0xff, 0x7f, 0x40, 0x18, 0xff, 0x82, 0x41, 0x1b, 0xff, 0x84, 0x42, 0x1c, 0xff, 0x84, 0x44, 0x1d, 0xff, 0x86, 0x47, 0x20, 0xff, 0xaa, 0x6c, 0x3f, 0xff, 0xb6, 0x77, 0x45, 0xff, 0xb1, 0x71, 0x41, 0xff, 0xae, 0x6f, 0x40, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xab, 0x6d, 0x3f, 0xff, 0xaa, 0x6d, 0x3f, 0xff, 0xa4, 0x6a, 0x3a, 0xff, 0xa0, 0x66, 0x37, 0xff, 0xa0, 0x63, 0x35, 0xff, 0x9d, 0x60, 0x33, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x9c, 0x5b, 0x2e, 0xff, 0x9c, 0x5b, 0x2f, 0xff, 0x9c, 0x5d, 0x30, 0xff, 0x9d, 0x5e, 0x30, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0x9f, 0x60, 0x32, 0xff, 0x9f, 0x61, 0x33, 0xff, 0xa0, 0x62, 0x34, 0xff, 0xa0, 0x61, 0x33, 0xff, 0xa0, 0x62, 0x34, 0xff, 0x9f, 0x62, 0x33, 0xff, 0xa0, 0x62, 0x32, 0xff, 0xa0, 0x60, 0x31, 0xff, 0xa0, 0x60, 0x30, 0xff, 0x9f, 0x5e, 0x30, 0xff, 0xa0, 0x5f, 0x30, 0xff, 0xa0, 0x5d, 0x31, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0x9d, 0x5b, 0x2e, 0xff, 0x9c, 0x5b, 0x2e, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9c, 0x5a, 0x2e, 0xff, 0x9a, 0x59, 0x2d, 0xff, 0x9b, 0x5a, 0x2d, 0xff, 0x9a, 0x58, 0x2c, 0xff, 0x9a, 0x59, 0x2c, 0xff, 0x99, 0x58, 0x2b, 0xff, 0x99, 0x56, 0x2b, 0xff, 0x98, 0x57, 0x2b, 0xff, 0x98, 0x57, 0x2b, 0xff, 0x99, 0x56, 0x2b, 0xff, 0x9a, 0x58, 0x2b, 0xff, 0x9a, 0x58, 0x2b, 0xff, 0x98, 0x57, 0x2b, 0xff, 0x98, 0x55, 0x2b, 0xff, 0x98, 0x55, 0x2b, 0xff, 0x97, 0x56, 0x2c, 0xff, 0x97, 0x55, 0x2b, 0xff, 0x97, 0x56, 0x2c, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x94, 0x56, 0x2e, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x96, 0x58, 0x2e, 0xff, - 0x95, 0x56, 0x2e, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x96, 0x58, 0x2d, 0xff, 0x95, 0x57, 0x2c, 0xff, 0x96, 0x56, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x8f, 0x51, 0x29, 0xff, 0x88, 0x4a, 0x23, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x93, 0x50, 0x2b, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x92, 0x50, 0x2c, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x51, 0x2c, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x90, 0x4e, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x9c, 0x5b, 0x32, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9d, 0x5b, 0x31, 0xff, 0xa1, 0x5e, 0x2e, 0xff, 0xa0, 0x5f, 0x30, 0xff, 0xa1, 0x62, 0x32, 0xff, 0xa1, 0x64, 0x34, 0xff, 0xa1, 0x66, 0x36, 0xff, 0x9f, 0x66, 0x38, 0xff, 0x9f, 0x67, 0x3a, 0xff, 0x9f, 0x67, 0x3b, 0xff, 0x9f, 0x67, 0x3c, 0xff, 0x9d, 0x67, 0x3c, 0xff, 0x9d, 0x66, 0x3b, 0xff, 0x9c, 0x63, 0x38, 0xff, 0x9a, 0x60, 0x34, 0xff, 0x97, 0x5a, 0x30, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8b, 0x4b, 0x27, 0xff, 0x8a, 0x4a, 0x24, 0xff, 0x89, 0x49, 0x23, 0xff, 0x87, 0x46, 0x21, 0xff, 0x85, 0x45, 0x20, 0xff, 0x88, 0x47, 0x20, 0xff, 0x8a, 0x48, 0x22, 0xff, 0x8e, 0x4c, 0x24, 0xff, 0x93, 0x50, 0x28, 0xff, 0x95, 0x52, 0x2b, 0xff, 0x99, 0x56, 0x2d, 0xff, 0x9d, 0x59, 0x2e, 0xff, 0x9e, 0x5b, 0x2e, 0xff, 0xa0, 0x5d, 0x31, 0xff, 0xa3, 0x60, 0x32, 0xff, 0xa5, 0x62, 0x33, 0xff, 0xa7, 0x63, 0x34, 0xff, 0xa6, 0x62, 0x34, 0xff, 0xa9, 0x65, 0x37, 0xff, 0xa7, 0x65, 0x36, 0xff, 0xa2, 0x61, 0x34, 0xff, 0xa7, 0x65, 0x37, 0xff, 0xac, 0x69, 0x39, 0xff, 0xad, 0x6b, 0x3a, 0xff, 0xa9, 0x68, 0x38, 0xff, 0xb0, 0x6c, 0x3c, 0xff, 0xd1, 0x84, 0x4f, 0xff, 0xea, 0x94, 0x5a, 0xff, 0xdf, 0x8c, 0x53, 0xff, 0xdd, 0x8c, 0x53, 0xff, 0xd8, 0x8a, 0x51, 0xff, 0xda, 0x8c, 0x53, 0xff, 0xe7, 0x94, 0x5a, 0xff, 0xed, 0x96, 0x5d, 0xff, 0xeb, 0x98, 0x5f, 0xff, 0xeb, 0xa0, 0x63, 0xff, 0xed, 0xab, 0x6d, 0xff, 0xec, 0xb0, 0x73, 0xff, 0xec, 0xb3, 0x75, 0xff, 0xea, 0xcd, 0x85, 0xff, 0xe5, 0xe0, 0x99, 0xff, 0xe7, 0xde, 0xab, 0xff, 0xec, 0xdf, 0xc3, 0xff, 0xed, 0xdf, 0xd3, 0xff, 0xed, 0xdf, 0xd2, 0xff, 0xed, 0xdf, 0xd2, 0xff, 0xec, 0xde, 0xd2, 0xff, 0xec, 0xdf, 0xd2, 0xff, 0xed, 0xe0, 0xd2, 0xff, 0xed, 0xdf, 0xcf, 0xff, 0xed, 0xe0, 0xc2, 0xff, 0xea, 0xdf, 0xaf, 0xff, 0xe6, 0xdf, 0xa3, 0xff, 0xe5, 0xda, 0x97, 0xff, 0xe6, 0xbc, 0x80, 0xff, 0xe3, 0x9f, 0x6d, 0xff, 0xe4, 0x9d, 0x6b, 0xff, 0xde, 0x97, 0x66, 0xff, 0xc9, 0x88, 0x58, 0xff, 0xbd, 0x80, 0x50, 0xff, 0xb9, 0x7b, 0x4b, 0xff, 0xb6, 0x76, 0x46, 0xff, 0xb1, 0x72, 0x43, 0xff, 0xad, 0x6e, 0x40, 0xff, 0xa8, 0x6a, 0x3d, 0xff, 0xa7, 0x69, 0x3c, 0xff, 0xae, 0x70, 0x43, 0xff, 0xb1, 0x72, 0x45, 0xff, 0xb2, 0x72, 0x43, 0xff, 0xb6, 0x76, 0x45, 0xff, 0xb6, 0x76, 0x46, 0xff, 0xb4, 0x73, 0x42, 0xff, 0xb4, 0x75, 0x43, 0xff, 0xb4, 0x78, 0x47, 0xff, 0xb2, 0x75, 0x47, 0xff, 0xaf, 0x70, 0x43, 0xff, 0xac, 0x6f, 0x41, 0xff, 0xaf, 0x71, 0x42, 0xff, 0xaf, 0x71, 0x44, 0xff, 0xae, 0x72, 0x45, 0xff, 0xb1, 0x74, 0x45, 0xff, 0xb0, 0x73, 0x44, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xa3, 0x61, 0x37, 0xff, 0xa1, 0x60, 0x36, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9f, 0x5e, 0x36, 0xff, 0x9f, 0x5e, 0x36, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9f, 0x60, 0x37, 0xff, 0xa0, 0x61, 0x38, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa5, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x3e, 0xff, 0x85, 0x47, 0x24, 0xff, 0x77, 0x3a, 0x17, 0xff, 0x77, 0x3a, 0x17, 0xff, 0x76, 0x39, 0x16, 0xff, 0x74, 0x38, 0x15, 0xff, 0x73, 0x38, 0x13, 0xff, 0x74, 0x37, 0x13, 0xff, 0x73, 0x37, 0x11, 0xff, 0x72, 0x36, 0x12, 0xff, 0x73, 0x37, 0x12, 0xff, 0x75, 0x39, 0x12, 0xff, 0x76, 0x39, 0x14, 0xff, 0x79, 0x3b, 0x13, 0xff, 0x7b, 0x3e, 0x14, 0xff, 0x7b, 0x3c, 0x17, 0xff, 0x7e, 0x3e, 0x18, 0xff, 0x81, 0x41, 0x19, 0xff, 0x83, 0x43, 0x1b, 0xff, 0x83, 0x44, 0x1e, 0xff, 0x85, 0x45, 0x1e, 0xff, 0x86, 0x47, 0x1f, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xb8, 0x78, 0x47, 0xff, 0xb5, 0x76, 0x44, 0xff, 0xb1, 0x6f, 0x41, 0xff, 0xae, 0x6f, 0x3f, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xa9, 0x6b, 0x3b, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa0, 0x63, 0x36, 0xff, 0x9f, 0x61, 0x33, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9d, 0x5e, 0x30, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9e, 0x60, 0x33, 0xff, 0x9f, 0x61, 0x33, 0xff, 0x9f, 0x61, 0x33, 0xff, 0x9f, 0x61, 0x33, 0xff, 0x9f, 0x61, 0x33, 0xff, 0xa0, 0x61, 0x33, 0xff, 0xa0, 0x64, 0x34, 0xff, 0xa0, 0x62, 0x33, 0xff, 0xa0, 0x61, 0x31, 0xff, 0xa0, 0x5d, 0x31, 0xff, 0x9f, 0x5d, 0x30, 0xff, 0x9f, 0x5e, 0x30, 0xff, 0x9f, 0x5d, 0x30, 0xff, 0x9f, 0x5e, 0x2f, 0xff, 0x9e, 0x5b, 0x2e, 0xff, 0x9c, 0x5b, 0x2d, 0xff, 0x9c, 0x59, 0x2d, 0xff, 0x9c, 0x5a, 0x2d, 0xff, 0x9c, 0x5d, 0x2d, 0xff, 0x9c, 0x58, 0x2d, 0xff, 0x9c, 0x5b, 0x2d, 0xff, 0x9b, 0x5a, 0x2c, 0xff, 0x9b, 0x59, 0x2c, 0xff, 0x9a, 0x58, 0x2c, 0xff, 0x99, 0x57, 0x2b, 0xff, 0x99, 0x58, 0x2b, 0xff, 0x99, 0x58, 0x2b, 0xff, 0x9a, 0x57, 0x2c, 0xff, 0x9a, 0x58, 0x2b, 0xff, 0x99, 0x57, 0x2b, 0xff, 0x99, 0x58, 0x2c, 0xff, 0x98, 0x58, 0x2c, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x97, 0x58, 0x2e, 0xff, 0x97, 0x58, 0x2d, 0xff, 0x97, 0x58, 0x2e, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x96, 0x57, 0x2f, 0xff, - 0x95, 0x56, 0x2e, 0xff, 0x93, 0x56, 0x2d, 0xff, 0x94, 0x55, 0x2d, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x8c, 0x4c, 0x26, 0xff, 0x82, 0x42, 0x1d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x99, 0x59, 0x30, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x98, 0x59, 0x30, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x97, 0x54, 0x2f, 0xff, 0x97, 0x58, 0x30, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x98, 0x57, 0x30, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9d, 0x5b, 0x34, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0xa5, 0x62, 0x32, 0xff, 0xa5, 0x65, 0x33, 0xff, 0xa5, 0x68, 0x36, 0xff, 0xa5, 0x6a, 0x39, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa2, 0x6c, 0x40, 0xff, 0xa3, 0x6c, 0x42, 0xff, 0xa2, 0x6a, 0x43, 0xff, 0xa1, 0x6a, 0x42, 0xff, 0xa0, 0x69, 0x42, 0xff, 0xa0, 0x69, 0x42, 0xff, 0x9f, 0x67, 0x41, 0xff, 0x9d, 0x64, 0x3d, 0xff, 0x9b, 0x62, 0x38, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x97, 0x59, 0x30, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8d, 0x4c, 0x28, 0xff, 0x8b, 0x4a, 0x26, 0xff, 0x8a, 0x49, 0x25, 0xff, 0x8b, 0x4a, 0x25, 0xff, 0x8e, 0x4c, 0x27, 0xff, 0x90, 0x4e, 0x28, 0xff, 0x95, 0x52, 0x2a, 0xff, 0x98, 0x55, 0x2b, 0xff, 0x9a, 0x58, 0x2d, 0xff, 0x9e, 0x5a, 0x2f, 0xff, 0xa0, 0x5c, 0x31, 0xff, 0xa3, 0x61, 0x32, 0xff, 0xa5, 0x62, 0x33, 0xff, 0xa6, 0x62, 0x34, 0xff, 0xa5, 0x61, 0x34, 0xff, 0xa9, 0x66, 0x37, 0xff, 0xa6, 0x64, 0x35, 0xff, 0x9f, 0x5d, 0x31, 0xff, 0xa5, 0x62, 0x34, 0xff, 0xaa, 0x66, 0x37, 0xff, 0xac, 0x6b, 0x39, 0xff, 0xac, 0x6a, 0x3a, 0xff, 0xac, 0x6a, 0x3a, 0xff, 0xaf, 0x6d, 0x3d, 0xff, 0xb8, 0x75, 0x43, 0xff, 0xd6, 0x8b, 0x53, 0xff, 0xf0, 0x96, 0x5d, 0xff, 0xe6, 0x8e, 0x56, 0xff, 0xde, 0x8b, 0x53, 0xff, 0xe2, 0x8d, 0x55, 0xff, 0xe7, 0x93, 0x59, 0xff, 0xec, 0x9b, 0x62, 0xff, 0xec, 0x9d, 0x62, 0xff, 0xec, 0xa2, 0x65, 0xff, 0xeb, 0xa9, 0x6b, 0xff, 0xe9, 0xab, 0x6f, 0xff, 0xea, 0xb0, 0x73, 0xff, 0xec, 0xc5, 0x7d, 0xff, 0xe9, 0xdc, 0x8b, 0xff, 0xe6, 0xe0, 0x9d, 0xff, 0xe9, 0xdf, 0xae, 0xff, 0xec, 0xe0, 0xc3, 0xff, 0xed, 0xdf, 0xd1, 0xff, 0xed, 0xe0, 0xd2, 0xff, 0xed, 0xdf, 0xd2, 0xff, 0xed, 0xe0, 0xd2, 0xff, 0xed, 0xe0, 0xd2, 0xff, 0xed, 0xdf, 0xd2, 0xff, 0xec, 0xdf, 0xcd, 0xff, 0xea, 0xdf, 0xbb, 0xff, 0xe9, 0xe0, 0xab, 0xff, 0xea, 0xce, 0x96, 0xff, 0xed, 0xb3, 0x7f, 0xff, 0xeb, 0xa8, 0x76, 0xff, 0xec, 0xa8, 0x75, 0xff, 0xe8, 0xa2, 0x6d, 0xff, 0xd5, 0x91, 0x5e, 0xff, 0xc4, 0x85, 0x55, 0xff, 0xbe, 0x7e, 0x4f, 0xff, 0xb9, 0x79, 0x4a, 0xff, 0xb5, 0x75, 0x46, 0xff, 0xb2, 0x72, 0x43, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xad, 0x71, 0x43, 0xff, 0xb7, 0x77, 0x48, 0xff, 0xb8, 0x76, 0x46, 0xff, 0xb7, 0x77, 0x46, 0xff, 0xb6, 0x77, 0x45, 0xff, 0xb6, 0x76, 0x45, 0xff, 0xb4, 0x74, 0x44, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xb0, 0x70, 0x42, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xb0, 0x70, 0x42, 0xff, 0xb0, 0x72, 0x44, 0xff, 0xaf, 0x75, 0x46, 0xff, 0xb1, 0x79, 0x49, 0xff, 0xab, 0x70, 0x41, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa5, 0x63, 0x38, 0xff, 0xa4, 0x63, 0x37, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa1, 0x61, 0x37, 0xff, 0xa1, 0x60, 0x37, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa3, 0x63, 0x39, 0xff, 0xa3, 0x63, 0x3a, 0xff, 0xa4, 0x64, 0x3a, 0xff, 0xa5, 0x65, 0x3b, 0xff, 0xa6, 0x69, 0x40, 0xff, 0x83, 0x45, 0x1f, 0xff, 0x79, 0x3a, 0x19, 0xff, 0x7c, 0x3e, 0x1b, 0xff, 0x7a, 0x3d, 0x18, 0xff, 0x78, 0x3c, 0x17, 0xff, 0x76, 0x3a, 0x16, 0xff, 0x76, 0x39, 0x14, 0xff, 0x75, 0x38, 0x14, 0xff, 0x74, 0x3a, 0x13, 0xff, 0x75, 0x39, 0x12, 0xff, 0x76, 0x39, 0x14, 0xff, 0x77, 0x39, 0x13, 0xff, 0x79, 0x3a, 0x12, 0xff, 0x79, 0x3c, 0x14, 0xff, 0x7a, 0x3b, 0x14, 0xff, 0x7b, 0x3c, 0x16, 0xff, 0x7d, 0x3e, 0x16, 0xff, 0x7f, 0x40, 0x1b, 0xff, 0x82, 0x41, 0x1c, 0xff, 0x82, 0x43, 0x1d, 0xff, 0x87, 0x47, 0x1e, 0xff, 0x86, 0x47, 0x1f, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0xb7, 0x76, 0x47, 0xff, 0xb9, 0x76, 0x46, 0xff, 0xb5, 0x75, 0x44, 0xff, 0xb0, 0x71, 0x42, 0xff, 0xac, 0x6c, 0x3d, 0xff, 0xab, 0x6c, 0x3b, 0xff, 0xa9, 0x6a, 0x3b, 0xff, 0xa7, 0x69, 0x3a, 0xff, 0xa3, 0x65, 0x37, 0xff, 0xa0, 0x61, 0x33, 0xff, 0x9f, 0x5e, 0x33, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9e, 0x5d, 0x30, 0xff, 0x9e, 0x5f, 0x31, 0xff, 0x9e, 0x5f, 0x31, 0xff, 0x9e, 0x60, 0x33, 0xff, 0x9e, 0x60, 0x33, 0xff, 0x9f, 0x61, 0x33, 0xff, 0x9f, 0x61, 0x33, 0xff, 0x9f, 0x62, 0x35, 0xff, 0x9f, 0x61, 0x34, 0xff, 0xa1, 0x63, 0x36, 0xff, 0xa1, 0x62, 0x34, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xa2, 0x62, 0x33, 0xff, 0xa2, 0x63, 0x34, 0xff, 0xa2, 0x61, 0x33, 0xff, 0xa3, 0x64, 0x34, 0xff, 0xa4, 0x63, 0x33, 0xff, 0xa3, 0x62, 0x32, 0xff, 0xa2, 0x5f, 0x30, 0xff, 0xa1, 0x5e, 0x30, 0xff, 0x9f, 0x5c, 0x2e, 0xff, 0x9f, 0x5e, 0x2e, 0xff, 0x9f, 0x5d, 0x2e, 0xff, 0x9d, 0x5d, 0x2d, 0xff, 0x9d, 0x5d, 0x2d, 0xff, 0x9c, 0x59, 0x2d, 0xff, 0x9a, 0x58, 0x2c, 0xff, 0x9a, 0x58, 0x2c, 0xff, 0x9a, 0x58, 0x2c, 0xff, 0x9a, 0x58, 0x2b, 0xff, 0x9c, 0x58, 0x2c, 0xff, 0x9a, 0x57, 0x2c, 0xff, 0x9b, 0x58, 0x2b, 0xff, 0x99, 0x58, 0x2b, 0xff, 0x99, 0x58, 0x2c, 0xff, 0x99, 0x59, 0x2d, 0xff, 0x99, 0x59, 0x2d, 0xff, 0x99, 0x57, 0x2d, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x95, 0x56, 0x2e, 0xff, - 0x94, 0x55, 0x2d, 0xff, 0x92, 0x54, 0x2d, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x82, 0x45, 0x1f, 0xff, 0x87, 0x48, 0x21, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x99, 0x59, 0x30, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x98, 0x57, 0x30, 0xff, 0x97, 0x56, 0x30, 0xff, 0x98, 0x57, 0x30, 0xff, 0x97, 0x57, 0x30, 0xff, 0x95, 0x54, 0x30, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x92, 0x50, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9e, 0x5c, 0x35, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0xa7, 0x67, 0x34, 0xff, 0xaa, 0x67, 0x34, 0xff, 0xa9, 0x69, 0x36, 0xff, 0xa9, 0x6b, 0x38, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa8, 0x6f, 0x41, 0xff, 0xa8, 0x71, 0x45, 0xff, 0xa6, 0x70, 0x46, 0xff, 0xa5, 0x6f, 0x46, 0xff, 0xa5, 0x6f, 0x47, 0xff, 0xa4, 0x6d, 0x48, 0xff, 0xa3, 0x6d, 0x47, 0xff, 0xa2, 0x6b, 0x45, 0xff, 0xa0, 0x69, 0x44, 0xff, 0x9f, 0x68, 0x3f, 0xff, 0x9e, 0x65, 0x38, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x94, 0x55, 0x2d, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x8f, 0x4e, 0x29, 0xff, 0x90, 0x4e, 0x29, 0xff, 0x92, 0x4f, 0x2a, 0xff, 0x95, 0x52, 0x2a, 0xff, 0x98, 0x55, 0x2c, 0xff, 0x9c, 0x58, 0x2d, 0xff, 0x9f, 0x5b, 0x2f, 0xff, 0xa2, 0x5e, 0x31, 0xff, 0xa5, 0x60, 0x33, 0xff, 0xa7, 0x63, 0x34, 0xff, 0xa7, 0x63, 0x34, 0xff, 0xa7, 0x63, 0x34, 0xff, 0xa9, 0x68, 0x36, 0xff, 0xa6, 0x65, 0x35, 0xff, 0xa2, 0x5f, 0x32, 0xff, 0xa4, 0x61, 0x33, 0xff, 0xa7, 0x65, 0x35, 0xff, 0xab, 0x68, 0x37, 0xff, 0xac, 0x69, 0x38, 0xff, 0xaa, 0x68, 0x38, 0xff, 0xaf, 0x6c, 0x3b, 0xff, 0xb3, 0x70, 0x3f, 0xff, 0xb4, 0x73, 0x3f, 0xff, 0xba, 0x78, 0x44, 0xff, 0xd8, 0x8c, 0x57, 0xff, 0xef, 0x99, 0x61, 0xff, 0xed, 0x94, 0x5b, 0xff, 0xec, 0x91, 0x59, 0xff, 0xed, 0x95, 0x5b, 0xff, 0xec, 0x9c, 0x62, 0xff, 0xec, 0xa0, 0x65, 0xff, 0xec, 0xa5, 0x68, 0xff, 0xeb, 0xa6, 0x6a, 0xff, 0xea, 0xa4, 0x68, 0xff, 0xed, 0xac, 0x6e, 0xff, 0xed, 0xb7, 0x75, 0xff, 0xed, 0xcd, 0x7e, 0xff, 0xea, 0xe0, 0x8a, 0xff, 0xe5, 0xe0, 0x97, 0xff, 0xe7, 0xe0, 0xa6, 0xff, 0xeb, 0xe0, 0xc1, 0xff, 0xed, 0xe0, 0xd3, 0xff, 0xed, 0xe0, 0xd2, 0xff, 0xed, 0xe0, 0xd2, 0xff, 0xed, 0xe0, 0xd2, 0xff, 0xed, 0xe0, 0xcf, 0xff, 0xed, 0xe0, 0xc8, 0xff, 0xeb, 0xe0, 0xbb, 0xff, 0xea, 0xd7, 0xa3, 0xff, 0xec, 0xc5, 0x8d, 0xff, 0xed, 0xb7, 0x82, 0xff, 0xed, 0xad, 0x7a, 0xff, 0xeb, 0xab, 0x79, 0xff, 0xea, 0xa5, 0x72, 0xff, 0xe0, 0x97, 0x63, 0xff, 0xd0, 0x8c, 0x5a, 0xff, 0xc5, 0x83, 0x53, 0xff, 0xbe, 0x7d, 0x4d, 0xff, 0xb8, 0x78, 0x48, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xae, 0x6d, 0x40, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xa7, 0x69, 0x3c, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xb1, 0x70, 0x42, 0xff, 0xb9, 0x78, 0x48, 0xff, 0xb8, 0x78, 0x46, 0xff, 0xba, 0x7a, 0x48, 0xff, 0xb7, 0x76, 0x46, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb2, 0x73, 0x43, 0xff, 0xb2, 0x73, 0x42, 0xff, 0xb2, 0x73, 0x42, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xb0, 0x70, 0x44, 0xff, 0xb1, 0x74, 0x47, 0xff, 0xaf, 0x73, 0x44, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xa8, 0x6a, 0x3d, 0xff, 0xa7, 0x68, 0x3d, 0xff, 0xa8, 0x67, 0x3c, 0xff, 0xa8, 0x67, 0x3b, 0xff, 0xa6, 0x64, 0x39, 0xff, 0xa4, 0x63, 0x39, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xa5, 0x65, 0x39, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0xa6, 0x68, 0x3f, 0xff, 0x87, 0x47, 0x23, 0xff, 0x7e, 0x3e, 0x1c, 0xff, 0x80, 0x42, 0x1f, 0xff, 0x7d, 0x40, 0x1d, 0xff, 0x7b, 0x3d, 0x1b, 0xff, 0x7b, 0x3c, 0x18, 0xff, 0x7a, 0x3c, 0x17, 0xff, 0x79, 0x3b, 0x17, 0xff, 0x76, 0x3b, 0x16, 0xff, 0x78, 0x3a, 0x15, 0xff, 0x76, 0x3a, 0x11, 0xff, 0x77, 0x3a, 0x13, 0xff, 0x78, 0x3a, 0x13, 0xff, 0x79, 0x3b, 0x13, 0xff, 0x7a, 0x3c, 0x14, 0xff, 0x7c, 0x3e, 0x16, 0xff, 0x7c, 0x3e, 0x17, 0xff, 0x7e, 0x3f, 0x18, 0xff, 0x80, 0x41, 0x19, 0xff, 0x83, 0x43, 0x1b, 0xff, 0x84, 0x45, 0x1e, 0xff, 0x86, 0x48, 0x1e, 0xff, 0x85, 0x46, 0x1f, 0xff, 0x91, 0x51, 0x25, 0xff, 0xb6, 0x76, 0x47, 0xff, 0xbc, 0x7a, 0x4b, 0xff, 0xb9, 0x78, 0x46, 0xff, 0xb2, 0x74, 0x42, 0xff, 0xae, 0x70, 0x3f, 0xff, 0xac, 0x6c, 0x3b, 0xff, 0xab, 0x6c, 0x3b, 0xff, 0xa9, 0x6a, 0x3a, 0xff, 0xa7, 0x6a, 0x39, 0xff, 0xa3, 0x64, 0x35, 0xff, 0xa2, 0x60, 0x33, 0xff, 0xa0, 0x5e, 0x32, 0xff, 0x9e, 0x5e, 0x30, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9e, 0x5d, 0x30, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0x9f, 0x60, 0x33, 0xff, 0x9f, 0x61, 0x33, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xa0, 0x61, 0x35, 0xff, 0x9f, 0x62, 0x36, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa3, 0x64, 0x37, 0xff, 0xa5, 0x65, 0x36, 0xff, 0xa3, 0x62, 0x36, 0xff, 0xa2, 0x63, 0x33, 0xff, 0xa4, 0x65, 0x34, 0xff, 0xa5, 0x64, 0x33, 0xff, 0xa4, 0x63, 0x33, 0xff, 0xa3, 0x61, 0x31, 0xff, 0xa2, 0x60, 0x30, 0xff, 0xa0, 0x5f, 0x2f, 0xff, 0xa2, 0x5f, 0x2e, 0xff, 0xa1, 0x5f, 0x2f, 0xff, 0xa0, 0x5e, 0x2e, 0xff, 0xa0, 0x5d, 0x30, 0xff, 0x9f, 0x5c, 0x30, 0xff, 0x9e, 0x5b, 0x2e, 0xff, 0x9c, 0x58, 0x2d, 0xff, 0x9b, 0x5b, 0x2c, 0xff, 0x9b, 0x5a, 0x2c, 0xff, 0x9a, 0x5a, 0x2c, 0xff, 0x9b, 0x57, 0x2c, 0xff, 0x9c, 0x59, 0x2c, 0xff, 0x9b, 0x5b, 0x2b, 0xff, 0x9b, 0x59, 0x2c, 0xff, 0x9a, 0x5a, 0x2d, 0xff, 0x98, 0x58, 0x2d, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x96, 0x58, 0x30, 0xff, 0x95, 0x56, 0x2e, 0xff, - 0x95, 0x56, 0x2e, 0xff, 0x92, 0x54, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x90, 0x51, 0x2c, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x85, 0x47, 0x22, 0xff, 0x88, 0x49, 0x25, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x98, 0x57, 0x30, 0xff, 0x98, 0x58, 0x31, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x98, 0x58, 0x31, 0xff, 0x98, 0x57, 0x31, 0xff, 0x95, 0x56, 0x30, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x93, 0x51, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0xa1, 0x60, 0x36, 0xff, 0xad, 0x6a, 0x36, 0xff, 0xad, 0x6b, 0x37, 0xff, 0xae, 0x6e, 0x38, 0xff, 0xae, 0x70, 0x3b, 0xff, 0xae, 0x71, 0x3e, 0xff, 0xae, 0x73, 0x43, 0xff, 0xad, 0x74, 0x47, 0xff, 0xab, 0x75, 0x4a, 0xff, 0xab, 0x75, 0x4b, 0xff, 0xaa, 0x73, 0x4c, 0xff, 0xa9, 0x72, 0x4c, 0xff, 0xa7, 0x72, 0x4c, 0xff, 0xa4, 0x6d, 0x4a, 0xff, 0xa3, 0x6c, 0x47, 0xff, 0xa3, 0x6b, 0x44, 0xff, 0xa2, 0x68, 0x3f, 0xff, 0x9f, 0x66, 0x39, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x96, 0x53, 0x2c, 0xff, 0x99, 0x56, 0x2c, 0xff, 0x9c, 0x59, 0x2e, 0xff, 0xa0, 0x5b, 0x2f, 0xff, 0xa3, 0x5e, 0x31, 0xff, 0xa7, 0x63, 0x33, 0xff, 0xa8, 0x64, 0x34, 0xff, 0xa8, 0x65, 0x35, 0xff, 0xa9, 0x65, 0x36, 0xff, 0xac, 0x69, 0x37, 0xff, 0xa7, 0x64, 0x35, 0xff, 0xa3, 0x60, 0x33, 0xff, 0xa6, 0x62, 0x33, 0xff, 0xa8, 0x64, 0x34, 0xff, 0xaa, 0x67, 0x36, 0xff, 0xac, 0x6a, 0x37, 0xff, 0xad, 0x6a, 0x39, 0xff, 0xaf, 0x6b, 0x3b, 0xff, 0xb2, 0x6e, 0x3e, 0xff, 0xb5, 0x72, 0x40, 0xff, 0xb5, 0x73, 0x43, 0xff, 0xb8, 0x75, 0x43, 0xff, 0xc0, 0x7b, 0x48, 0xff, 0xda, 0x8f, 0x59, 0xff, 0xef, 0x9c, 0x64, 0xff, 0xec, 0x99, 0x60, 0xff, 0xec, 0x97, 0x5e, 0xff, 0xeb, 0x9a, 0x61, 0xff, 0xeb, 0xa4, 0x68, 0xff, 0xed, 0xa8, 0x6c, 0xff, 0xec, 0xa5, 0x6a, 0xff, 0xea, 0xa0, 0x67, 0xff, 0xeb, 0xa6, 0x6b, 0xff, 0xec, 0xb1, 0x72, 0xff, 0xec, 0xbd, 0x78, 0xff, 0xec, 0xca, 0x7e, 0xff, 0xeb, 0xd4, 0x83, 0xff, 0xe8, 0xdd, 0x92, 0xff, 0xe7, 0xe0, 0xa6, 0xff, 0xeb, 0xdf, 0xb8, 0xff, 0xec, 0xe0, 0xc2, 0xff, 0xec, 0xe0, 0xc8, 0xff, 0xec, 0xdf, 0xc2, 0xff, 0xeb, 0xdf, 0xb6, 0xff, 0xea, 0xe1, 0xb2, 0xff, 0xea, 0xd9, 0xa4, 0xff, 0xeb, 0xca, 0x8d, 0xff, 0xed, 0xc1, 0x86, 0xff, 0xee, 0xb7, 0x83, 0xff, 0xee, 0xac, 0x7a, 0xff, 0xeb, 0xa8, 0x74, 0xff, 0xec, 0xa6, 0x71, 0xff, 0xe6, 0x9b, 0x67, 0xff, 0xd8, 0x91, 0x5d, 0xff, 0xcc, 0x89, 0x57, 0xff, 0xc2, 0x83, 0x51, 0xff, 0xbd, 0x7c, 0x4c, 0xff, 0xb6, 0x75, 0x45, 0xff, 0xaf, 0x6e, 0x40, 0xff, 0xac, 0x6c, 0x3e, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xa9, 0x6b, 0x3f, 0xff, 0xae, 0x70, 0x41, 0xff, 0xb1, 0x72, 0x42, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xb4, 0x73, 0x44, 0xff, 0xb7, 0x75, 0x45, 0xff, 0xb6, 0x75, 0x45, 0xff, 0xb6, 0x75, 0x45, 0xff, 0xb5, 0x75, 0x45, 0xff, 0xb2, 0x73, 0x43, 0xff, 0xae, 0x6e, 0x41, 0xff, 0xb1, 0x71, 0x44, 0xff, 0xae, 0x70, 0x43, 0xff, 0xa9, 0x6b, 0x3d, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xab, 0x6b, 0x3e, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xa8, 0x69, 0x3c, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xa7, 0x67, 0x3c, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xa1, 0x62, 0x38, 0xff, 0x8b, 0x4b, 0x26, 0xff, 0x83, 0x45, 0x20, 0xff, 0x83, 0x43, 0x20, 0xff, 0x83, 0x42, 0x1f, 0xff, 0x80, 0x41, 0x1d, 0xff, 0x7e, 0x40, 0x1d, 0xff, 0x7d, 0x3f, 0x1b, 0xff, 0x7b, 0x3e, 0x18, 0xff, 0x7b, 0x3d, 0x17, 0xff, 0x7a, 0x3b, 0x15, 0xff, 0x79, 0x3b, 0x12, 0xff, 0x79, 0x3a, 0x12, 0xff, 0x78, 0x3a, 0x14, 0xff, 0x78, 0x3a, 0x14, 0xff, 0x79, 0x3b, 0x14, 0xff, 0x7b, 0x3d, 0x16, 0xff, 0x7c, 0x3d, 0x17, 0xff, 0x7d, 0x3e, 0x17, 0xff, 0x7e, 0x3f, 0x17, 0xff, 0x80, 0x40, 0x1b, 0xff, 0x83, 0x43, 0x1d, 0xff, 0x84, 0x45, 0x1e, 0xff, 0x86, 0x47, 0x20, 0xff, 0x86, 0x47, 0x20, 0xff, 0x8c, 0x4d, 0x24, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xb9, 0x79, 0x48, 0xff, 0xba, 0x78, 0x48, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb2, 0x74, 0x42, 0xff, 0xaf, 0x6f, 0x3f, 0xff, 0xae, 0x6d, 0x3b, 0xff, 0xac, 0x6d, 0x3b, 0xff, 0xa8, 0x6b, 0x39, 0xff, 0xa8, 0x68, 0x37, 0xff, 0xa4, 0x64, 0x34, 0xff, 0xa2, 0x61, 0x33, 0xff, 0xa0, 0x5d, 0x32, 0xff, 0x9f, 0x5d, 0x31, 0xff, 0x9f, 0x5e, 0x32, 0xff, 0x9f, 0x60, 0x33, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0xa0, 0x60, 0x33, 0xff, 0xa0, 0x61, 0x34, 0xff, 0xa0, 0x63, 0x36, 0xff, 0xa1, 0x64, 0x36, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa2, 0x63, 0x36, 0xff, 0xa3, 0x63, 0x36, 0xff, 0xa2, 0x63, 0x35, 0xff, 0xa2, 0x64, 0x35, 0xff, 0xa5, 0x68, 0x37, 0xff, 0xa5, 0x67, 0x35, 0xff, 0xa5, 0x63, 0x33, 0xff, 0xa5, 0x62, 0x32, 0xff, 0xa3, 0x62, 0x30, 0xff, 0xa3, 0x62, 0x30, 0xff, 0xa2, 0x60, 0x30, 0xff, 0xa2, 0x60, 0x30, 0xff, 0xa1, 0x5e, 0x2e, 0xff, 0xa1, 0x5d, 0x2f, 0xff, 0xa0, 0x5d, 0x2e, 0xff, 0x9f, 0x5d, 0x2f, 0xff, 0x9f, 0x5c, 0x2e, 0xff, 0x9f, 0x5c, 0x2e, 0xff, 0x9e, 0x5c, 0x2e, 0xff, 0x9e, 0x5c, 0x2d, 0xff, 0x9d, 0x5a, 0x2c, 0xff, 0x9c, 0x5a, 0x2c, 0xff, 0x9b, 0x5a, 0x2c, 0xff, 0x9b, 0x5a, 0x2d, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9a, 0x5b, 0x2e, 0xff, 0x9a, 0x5a, 0x2e, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x99, 0x5a, 0x30, 0xff, 0x98, 0x58, 0x30, 0xff, 0x95, 0x57, 0x2f, 0xff, - 0x95, 0x56, 0x2e, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x89, 0x49, 0x29, 0xff, 0x85, 0x45, 0x22, 0xff, 0x84, 0x46, 0x22, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x92, 0x50, 0x2c, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x59, 0x31, 0xff, 0x99, 0x58, 0x31, 0xff, 0x98, 0x58, 0x31, 0xff, 0x99, 0x59, 0x32, 0xff, 0x98, 0x58, 0x32, 0xff, 0x95, 0x56, 0x31, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x98, 0x56, 0x2f, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x9c, 0x5e, 0x32, 0xff, 0x9f, 0x60, 0x34, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9e, 0x60, 0x37, 0xff, 0xa6, 0x65, 0x38, 0xff, 0xb4, 0x71, 0x3b, 0xff, 0xb5, 0x73, 0x3d, 0xff, 0xb4, 0x73, 0x3c, 0xff, 0xb5, 0x76, 0x3f, 0xff, 0xb5, 0x78, 0x42, 0xff, 0xb4, 0x79, 0x45, 0xff, 0xb4, 0x7c, 0x47, 0xff, 0xb2, 0x7b, 0x4c, 0xff, 0xb2, 0x7c, 0x4f, 0xff, 0xaf, 0x7b, 0x50, 0xff, 0xae, 0x79, 0x50, 0xff, 0xad, 0x77, 0x4e, 0xff, 0xaa, 0x73, 0x4c, 0xff, 0xa8, 0x71, 0x4b, 0xff, 0xa8, 0x6e, 0x47, 0xff, 0xa7, 0x6d, 0x43, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa2, 0x66, 0x38, 0xff, 0x9f, 0x60, 0x33, 0xff, 0x9b, 0x59, 0x31, 0xff, 0x99, 0x59, 0x30, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x9a, 0x58, 0x2e, 0xff, 0x9d, 0x59, 0x2f, 0xff, 0x9f, 0x5c, 0x30, 0xff, 0xa4, 0x61, 0x32, 0xff, 0xa7, 0x62, 0x33, 0xff, 0xa8, 0x65, 0x34, 0xff, 0xa9, 0x66, 0x34, 0xff, 0xac, 0x6a, 0x37, 0xff, 0xac, 0x69, 0x38, 0xff, 0xa5, 0x61, 0x33, 0xff, 0xa8, 0x63, 0x35, 0xff, 0xa9, 0x65, 0x36, 0xff, 0xab, 0x67, 0x37, 0xff, 0xac, 0x69, 0x37, 0xff, 0xaf, 0x6c, 0x39, 0xff, 0xaf, 0x6c, 0x3a, 0xff, 0xae, 0x6c, 0x3b, 0xff, 0xb2, 0x6f, 0x3f, 0xff, 0xb5, 0x72, 0x40, 0xff, 0xb6, 0x72, 0x41, 0xff, 0xb9, 0x74, 0x43, 0xff, 0xbb, 0x77, 0x46, 0xff, 0xbd, 0x7a, 0x46, 0xff, 0xbe, 0x7d, 0x47, 0xff, 0xd3, 0x89, 0x53, 0xff, 0xf0, 0x99, 0x61, 0xff, 0xed, 0x97, 0x5f, 0xff, 0xed, 0x98, 0x60, 0xff, 0xec, 0x9c, 0x62, 0xff, 0xed, 0xa3, 0x68, 0xff, 0xeb, 0xa1, 0x67, 0xff, 0xeb, 0x9f, 0x66, 0xff, 0xec, 0xa3, 0x69, 0xff, 0xeb, 0xa9, 0x6d, 0xff, 0xec, 0xb2, 0x73, 0xff, 0xee, 0xb8, 0x75, 0xff, 0xed, 0xbc, 0x78, 0xff, 0xec, 0xc9, 0x81, 0xff, 0xe9, 0xdb, 0x8e, 0xff, 0xe5, 0xe0, 0x99, 0xff, 0xe6, 0xe0, 0xa3, 0xff, 0xe7, 0xdf, 0xa6, 0xff, 0xe6, 0xdf, 0xa2, 0xff, 0xe4, 0xe2, 0x9e, 0xff, 0xe5, 0xd1, 0x95, 0xff, 0xea, 0xbb, 0x85, 0xff, 0xed, 0xb9, 0x82, 0xff, 0xec, 0xb5, 0x80, 0xff, 0xed, 0xae, 0x7b, 0xff, 0xec, 0xa7, 0x73, 0xff, 0xe7, 0xa3, 0x6e, 0xff, 0xeb, 0xa3, 0x6e, 0xff, 0xe9, 0x9c, 0x67, 0xff, 0xda, 0x90, 0x5d, 0xff, 0xd0, 0x8b, 0x58, 0xff, 0xc8, 0x86, 0x54, 0xff, 0xbf, 0x7c, 0x4d, 0xff, 0xb8, 0x76, 0x45, 0xff, 0xb3, 0x74, 0x43, 0xff, 0xaf, 0x70, 0x41, 0xff, 0xad, 0x6d, 0x3f, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xb1, 0x72, 0x43, 0xff, 0xb4, 0x74, 0x44, 0xff, 0xb2, 0x70, 0x42, 0xff, 0xad, 0x6c, 0x40, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xb7, 0x77, 0x47, 0xff, 0xb7, 0x77, 0x47, 0xff, 0xb5, 0x75, 0x44, 0xff, 0xb0, 0x6f, 0x41, 0xff, 0xae, 0x6e, 0x3f, 0xff, 0xae, 0x6d, 0x3f, 0xff, 0xab, 0x69, 0x3e, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xad, 0x6c, 0x3f, 0xff, 0xac, 0x6b, 0x3e, 0xff, 0xab, 0x6b, 0x3d, 0xff, 0xaa, 0x6a, 0x3e, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xa9, 0x69, 0x3e, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xac, 0x6c, 0x40, 0xff, 0xa0, 0x61, 0x37, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x87, 0x47, 0x23, 0xff, 0x86, 0x47, 0x22, 0xff, 0x85, 0x47, 0x21, 0xff, 0x84, 0x45, 0x21, 0xff, 0x83, 0x43, 0x1f, 0xff, 0x83, 0x43, 0x1e, 0xff, 0x80, 0x42, 0x1d, 0xff, 0x7e, 0x40, 0x1b, 0xff, 0x7d, 0x3e, 0x1c, 0xff, 0x7c, 0x3d, 0x19, 0xff, 0x7a, 0x3e, 0x15, 0xff, 0x7a, 0x3d, 0x14, 0xff, 0x79, 0x3b, 0x14, 0xff, 0x7a, 0x3b, 0x14, 0xff, 0x7a, 0x3b, 0x13, 0xff, 0x7b, 0x3c, 0x13, 0xff, 0x7c, 0x3e, 0x16, 0xff, 0x7d, 0x3f, 0x16, 0xff, 0x7e, 0x40, 0x17, 0xff, 0x82, 0x43, 0x1b, 0xff, 0x83, 0x46, 0x1d, 0xff, 0x85, 0x48, 0x20, 0xff, 0x86, 0x47, 0x1e, 0xff, 0x87, 0x46, 0x1f, 0xff, 0x88, 0x48, 0x22, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xb7, 0x77, 0x48, 0xff, 0xbc, 0x7b, 0x4b, 0xff, 0xb9, 0x79, 0x4a, 0xff, 0xb6, 0x79, 0x48, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb0, 0x70, 0x3d, 0xff, 0xae, 0x6e, 0x3c, 0xff, 0xac, 0x6c, 0x3b, 0xff, 0xaa, 0x6a, 0x39, 0xff, 0xa6, 0x65, 0x37, 0xff, 0xa3, 0x62, 0x34, 0xff, 0xa1, 0x60, 0x33, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0xa2, 0x60, 0x33, 0xff, 0xa1, 0x62, 0x34, 0xff, 0xa2, 0x60, 0x34, 0xff, 0xa1, 0x62, 0x35, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa3, 0x64, 0x36, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa2, 0x63, 0x35, 0xff, 0xa2, 0x67, 0x36, 0xff, 0xa5, 0x6a, 0x37, 0xff, 0xa5, 0x67, 0x36, 0xff, 0xa5, 0x65, 0x34, 0xff, 0xa5, 0x63, 0x33, 0xff, 0xa5, 0x62, 0x31, 0xff, 0xa5, 0x62, 0x31, 0xff, 0xa4, 0x62, 0x2f, 0xff, 0xa3, 0x60, 0x2f, 0xff, 0xa2, 0x60, 0x30, 0xff, 0xa2, 0x5f, 0x2e, 0xff, 0xa0, 0x5e, 0x2d, 0xff, 0x9f, 0x5d, 0x2e, 0xff, 0xa0, 0x5c, 0x2d, 0xff, 0x9f, 0x5e, 0x2e, 0xff, 0xa1, 0x5e, 0x2e, 0xff, 0xa1, 0x5e, 0x2e, 0xff, 0xa0, 0x5d, 0x2f, 0xff, 0xa0, 0x5d, 0x2f, 0xff, 0x9e, 0x5d, 0x2d, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x9b, 0x59, 0x30, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x98, 0x5a, 0x30, 0xff, 0x96, 0x58, 0x2e, 0xff, - 0x95, 0x56, 0x2e, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x87, 0x47, 0x26, 0xff, 0x85, 0x46, 0x22, 0xff, 0x84, 0x44, 0x22, 0xff, 0x83, 0x44, 0x22, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x98, 0x5a, 0x32, 0xff, 0x97, 0x59, 0x32, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9f, 0x60, 0x38, 0xff, 0x9d, 0x61, 0x37, 0xff, 0xad, 0x6b, 0x3a, 0xff, 0xbf, 0x7c, 0x44, 0xff, 0xbd, 0x7b, 0x44, 0xff, 0xbe, 0x7c, 0x45, 0xff, 0xbe, 0x7c, 0x45, 0xff, 0xbd, 0x7e, 0x46, 0xff, 0xbe, 0x80, 0x47, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xbc, 0x84, 0x4d, 0xff, 0xba, 0x82, 0x4f, 0xff, 0xb9, 0x83, 0x51, 0xff, 0xb6, 0x81, 0x52, 0xff, 0xb3, 0x7e, 0x52, 0xff, 0xb0, 0x7b, 0x4f, 0xff, 0xaf, 0x78, 0x4c, 0xff, 0xad, 0x75, 0x48, 0xff, 0xab, 0x71, 0x44, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa1, 0x61, 0x34, 0xff, 0x9f, 0x5e, 0x32, 0xff, 0x9e, 0x5c, 0x31, 0xff, 0x9c, 0x5a, 0x31, 0xff, 0x9b, 0x5a, 0x2f, 0xff, 0x9d, 0x5c, 0x2f, 0xff, 0x9e, 0x5c, 0x2f, 0xff, 0xa0, 0x5d, 0x31, 0xff, 0xa3, 0x60, 0x32, 0xff, 0xa5, 0x62, 0x34, 0xff, 0xa8, 0x66, 0x35, 0xff, 0xa9, 0x65, 0x34, 0xff, 0xac, 0x68, 0x36, 0xff, 0xac, 0x68, 0x38, 0xff, 0xa5, 0x63, 0x33, 0xff, 0xa9, 0x68, 0x36, 0xff, 0xae, 0x6d, 0x39, 0xff, 0xb0, 0x6d, 0x3a, 0xff, 0xb2, 0x6d, 0x3c, 0xff, 0xb4, 0x70, 0x3e, 0xff, 0xb6, 0x73, 0x3f, 0xff, 0xb4, 0x71, 0x3f, 0xff, 0xb5, 0x71, 0x40, 0xff, 0xb8, 0x74, 0x42, 0xff, 0xb9, 0x75, 0x43, 0xff, 0xba, 0x77, 0x44, 0xff, 0xbc, 0x79, 0x45, 0xff, 0xbf, 0x7a, 0x48, 0xff, 0xc0, 0x7c, 0x49, 0xff, 0xc2, 0x7e, 0x49, 0xff, 0xc7, 0x82, 0x4d, 0xff, 0xd8, 0x8c, 0x57, 0xff, 0xeb, 0x98, 0x61, 0xff, 0xed, 0x9b, 0x64, 0xff, 0xed, 0x9e, 0x65, 0xff, 0xeb, 0xa0, 0x67, 0xff, 0xeb, 0x9e, 0x65, 0xff, 0xed, 0x9d, 0x66, 0xff, 0xed, 0xa5, 0x69, 0xff, 0xeb, 0xa9, 0x6c, 0xff, 0xea, 0xac, 0x6e, 0xff, 0xea, 0xae, 0x70, 0xff, 0xeb, 0xb1, 0x74, 0xff, 0xec, 0xb8, 0x78, 0xff, 0xec, 0xbd, 0x7b, 0xff, 0xec, 0xc5, 0x80, 0xff, 0xeb, 0xd1, 0x89, 0xff, 0xed, 0xd9, 0x8f, 0xff, 0xec, 0xdc, 0x8d, 0xff, 0xe9, 0xce, 0x85, 0xff, 0xe8, 0xb1, 0x79, 0xff, 0xed, 0xa6, 0x72, 0xff, 0xee, 0xa8, 0x72, 0xff, 0xee, 0xa7, 0x72, 0xff, 0xed, 0xa3, 0x70, 0xff, 0xe6, 0x9d, 0x6b, 0xff, 0xdb, 0x97, 0x64, 0xff, 0xe0, 0x9a, 0x65, 0xff, 0xe8, 0x9b, 0x65, 0xff, 0xdd, 0x91, 0x5d, 0xff, 0xd3, 0x8b, 0x58, 0xff, 0xca, 0x85, 0x53, 0xff, 0xc0, 0x7f, 0x4e, 0xff, 0xba, 0x7b, 0x4a, 0xff, 0xb6, 0x76, 0x46, 0xff, 0xb2, 0x73, 0x42, 0xff, 0xaf, 0x70, 0x40, 0xff, 0xae, 0x70, 0x40, 0xff, 0xb4, 0x74, 0x43, 0xff, 0xb8, 0x76, 0x45, 0xff, 0xb6, 0x75, 0x45, 0xff, 0xb2, 0x71, 0x42, 0xff, 0xae, 0x6c, 0x3f, 0xff, 0xaf, 0x6e, 0x40, 0xff, 0xb7, 0x74, 0x46, 0xff, 0xb8, 0x76, 0x47, 0xff, 0xb3, 0x75, 0x42, 0xff, 0xb1, 0x70, 0x42, 0xff, 0xad, 0x6c, 0x40, 0xff, 0xaa, 0x6a, 0x3e, 0xff, 0xab, 0x69, 0x3d, 0xff, 0xab, 0x6b, 0x3f, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xad, 0x6d, 0x40, 0xff, 0xad, 0x6c, 0x3f, 0xff, 0xad, 0x6b, 0x3f, 0xff, 0xad, 0x6d, 0x3f, 0xff, 0xad, 0x6c, 0x40, 0xff, 0xad, 0x6c, 0x3f, 0xff, 0xaf, 0x6e, 0x42, 0xff, 0x9f, 0x60, 0x37, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x8e, 0x4f, 0x2a, 0xff, 0x8d, 0x4e, 0x29, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x89, 0x48, 0x24, 0xff, 0x89, 0x48, 0x23, 0xff, 0x86, 0x47, 0x1f, 0xff, 0x84, 0x44, 0x1f, 0xff, 0x83, 0x43, 0x1f, 0xff, 0x82, 0x42, 0x1f, 0xff, 0x81, 0x41, 0x1d, 0xff, 0x80, 0x40, 0x1d, 0xff, 0x7e, 0x3e, 0x19, 0xff, 0x7b, 0x3c, 0x16, 0xff, 0x7c, 0x3c, 0x14, 0xff, 0x7c, 0x3c, 0x15, 0xff, 0x7b, 0x3c, 0x16, 0xff, 0x7b, 0x3c, 0x16, 0xff, 0x7c, 0x3d, 0x16, 0xff, 0x7e, 0x3f, 0x17, 0xff, 0x80, 0x40, 0x18, 0xff, 0x82, 0x42, 0x1b, 0xff, 0x84, 0x45, 0x1e, 0xff, 0x85, 0x49, 0x1f, 0xff, 0x85, 0x48, 0x20, 0xff, 0x87, 0x48, 0x22, 0xff, 0x85, 0x45, 0x20, 0xff, 0xa1, 0x62, 0x39, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xbc, 0x7c, 0x4b, 0xff, 0xbb, 0x7c, 0x4b, 0xff, 0xb8, 0x7a, 0x4c, 0xff, 0xb7, 0x78, 0x48, 0xff, 0xb5, 0x74, 0x43, 0xff, 0xb1, 0x6f, 0x3e, 0xff, 0xaf, 0x6d, 0x3c, 0xff, 0xab, 0x6b, 0x3a, 0xff, 0xa8, 0x67, 0x37, 0xff, 0xa5, 0x63, 0x37, 0xff, 0xa5, 0x62, 0x35, 0xff, 0xa3, 0x63, 0x35, 0xff, 0xa3, 0x62, 0x35, 0xff, 0xa3, 0x63, 0x35, 0xff, 0xa3, 0x63, 0x36, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa3, 0x65, 0x38, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa3, 0x64, 0x36, 0xff, 0xa2, 0x62, 0x33, 0xff, 0xa4, 0x68, 0x39, 0xff, 0xa4, 0x69, 0x38, 0xff, 0xa4, 0x67, 0x36, 0xff, 0xa5, 0x65, 0x34, 0xff, 0xa4, 0x64, 0x32, 0xff, 0xa7, 0x63, 0x32, 0xff, 0xa7, 0x65, 0x31, 0xff, 0xa4, 0x61, 0x31, 0xff, 0xa4, 0x62, 0x2f, 0xff, 0xa4, 0x60, 0x2e, 0xff, 0xa2, 0x5f, 0x2e, 0xff, 0xa2, 0x5e, 0x2e, 0xff, 0xa1, 0x5e, 0x2e, 0xff, 0x9f, 0x5e, 0x2e, 0xff, 0xa1, 0x5e, 0x2e, 0xff, 0xa1, 0x5d, 0x2e, 0xff, 0xa0, 0x5f, 0x2f, 0xff, 0xa1, 0x5f, 0x2f, 0xff, 0xa0, 0x60, 0x2f, 0xff, 0xa2, 0x60, 0x30, 0xff, 0xa0, 0x60, 0x2f, 0xff, 0x9d, 0x5d, 0x2e, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x9b, 0x59, 0x30, 0xff, 0x99, 0x5a, 0x30, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x95, 0x56, 0x2f, 0xff, - 0x97, 0x56, 0x2e, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x88, 0x4b, 0x26, 0xff, 0x86, 0x46, 0x26, 0xff, 0x85, 0x46, 0x22, 0xff, 0x84, 0x45, 0x22, 0xff, 0x86, 0x47, 0x25, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x93, 0x51, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x98, 0x59, 0x30, 0xff, 0x98, 0x59, 0x31, 0xff, 0x99, 0x59, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x98, 0x59, 0x31, 0xff, 0x98, 0x59, 0x32, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0x9f, 0x61, 0x37, 0xff, 0x9f, 0x60, 0x39, 0xff, 0xa0, 0x62, 0x37, 0xff, 0xbf, 0x7a, 0x44, 0xff, 0xd1, 0x8a, 0x4f, 0xff, 0xd0, 0x88, 0x4f, 0xff, 0xd0, 0x89, 0x4f, 0xff, 0xd0, 0x88, 0x4f, 0xff, 0xcf, 0x88, 0x4f, 0xff, 0xce, 0x89, 0x4f, 0xff, 0xcd, 0x8b, 0x51, 0xff, 0xcb, 0x8c, 0x52, 0xff, 0xc9, 0x8d, 0x53, 0xff, 0xc6, 0x8d, 0x53, 0xff, 0xc3, 0x89, 0x51, 0xff, 0xbd, 0x85, 0x4f, 0xff, 0xba, 0x81, 0x4d, 0xff, 0xb7, 0x7d, 0x49, 0xff, 0xb3, 0x77, 0x44, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xad, 0x6e, 0x3d, 0xff, 0xa9, 0x69, 0x39, 0xff, 0xa4, 0x63, 0x36, 0xff, 0xa4, 0x63, 0x35, 0xff, 0xa3, 0x61, 0x34, 0xff, 0xa2, 0x60, 0x33, 0xff, 0xa2, 0x61, 0x33, 0xff, 0xa3, 0x5f, 0x34, 0xff, 0xa4, 0x62, 0x34, 0xff, 0xa5, 0x63, 0x34, 0xff, 0xa7, 0x63, 0x34, 0xff, 0xa9, 0x65, 0x36, 0xff, 0xaa, 0x66, 0x36, 0xff, 0xa8, 0x66, 0x35, 0xff, 0xa6, 0x63, 0x35, 0xff, 0xa6, 0x63, 0x35, 0xff, 0xaa, 0x68, 0x38, 0xff, 0xad, 0x6c, 0x3a, 0xff, 0xb2, 0x71, 0x3e, 0xff, 0xb6, 0x73, 0x40, 0xff, 0xb9, 0x74, 0x42, 0xff, 0xbd, 0x79, 0x46, 0xff, 0xbe, 0x7a, 0x46, 0xff, 0xbb, 0x78, 0x45, 0xff, 0xbc, 0x79, 0x45, 0xff, 0xbf, 0x79, 0x46, 0xff, 0xbf, 0x7a, 0x47, 0xff, 0xbe, 0x7a, 0x46, 0xff, 0xc0, 0x7c, 0x47, 0xff, 0xc2, 0x7d, 0x4a, 0xff, 0xc2, 0x7f, 0x4a, 0xff, 0xc6, 0x80, 0x4d, 0xff, 0xcd, 0x83, 0x50, 0xff, 0xd5, 0x88, 0x53, 0xff, 0xdf, 0x90, 0x59, 0xff, 0xea, 0x9a, 0x63, 0xff, 0xee, 0xa0, 0x69, 0xff, 0xed, 0x9e, 0x67, 0xff, 0xec, 0x9d, 0x66, 0xff, 0xec, 0xa0, 0x67, 0xff, 0xec, 0xa1, 0x68, 0xff, 0xed, 0xa7, 0x6a, 0xff, 0xee, 0xab, 0x6f, 0xff, 0xec, 0xb0, 0x74, 0xff, 0xea, 0xb0, 0x75, 0xff, 0xeb, 0xaf, 0x72, 0xff, 0xed, 0xad, 0x6f, 0xff, 0xee, 0xae, 0x70, 0xff, 0xed, 0xb1, 0x73, 0xff, 0xec, 0xb1, 0x76, 0xff, 0xea, 0xb4, 0x77, 0xff, 0xe0, 0xa5, 0x6d, 0xff, 0xdd, 0x95, 0x63, 0xff, 0xe4, 0x9a, 0x65, 0xff, 0xe6, 0x9a, 0x67, 0xff, 0xe5, 0x9a, 0x66, 0xff, 0xde, 0x97, 0x64, 0xff, 0xd8, 0x94, 0x60, 0xff, 0xcf, 0x8f, 0x5b, 0xff, 0xda, 0x94, 0x60, 0xff, 0xe9, 0x9a, 0x63, 0xff, 0xe0, 0x92, 0x5d, 0xff, 0xcf, 0x89, 0x56, 0xff, 0xc3, 0x82, 0x50, 0xff, 0xc0, 0x7e, 0x4d, 0xff, 0xbe, 0x7b, 0x4c, 0xff, 0xba, 0x7a, 0x48, 0xff, 0xb6, 0x76, 0x45, 0xff, 0xb3, 0x74, 0x43, 0xff, 0xb2, 0x73, 0x42, 0xff, 0xb6, 0x75, 0x44, 0xff, 0xbb, 0x79, 0x48, 0xff, 0xba, 0x78, 0x48, 0xff, 0xb6, 0x74, 0x44, 0xff, 0xb2, 0x72, 0x41, 0xff, 0xb0, 0x6e, 0x41, 0xff, 0xb0, 0x6f, 0x40, 0xff, 0xb1, 0x70, 0x41, 0xff, 0xb2, 0x71, 0x43, 0xff, 0xb2, 0x72, 0x44, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xad, 0x6d, 0x40, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xad, 0x6c, 0x3f, 0xff, 0xad, 0x6c, 0x40, 0xff, 0xb0, 0x6f, 0x42, 0xff, 0xb1, 0x70, 0x42, 0xff, 0xb0, 0x6f, 0x42, 0xff, 0xb0, 0x6e, 0x42, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xa2, 0x61, 0x36, 0xff, 0x99, 0x59, 0x30, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x8a, 0x4a, 0x27, 0xff, 0x8a, 0x49, 0x23, 0xff, 0x88, 0x47, 0x20, 0xff, 0x86, 0x44, 0x20, 0xff, 0x83, 0x44, 0x20, 0xff, 0x83, 0x44, 0x1f, 0xff, 0x83, 0x44, 0x1f, 0xff, 0x82, 0x42, 0x1c, 0xff, 0x80, 0x41, 0x1a, 0xff, 0x7d, 0x3e, 0x17, 0xff, 0x7b, 0x3d, 0x16, 0xff, 0x7c, 0x3d, 0x16, 0xff, 0x7b, 0x3d, 0x16, 0xff, 0x7d, 0x3f, 0x16, 0xff, 0x80, 0x41, 0x17, 0xff, 0x83, 0x43, 0x1a, 0xff, 0x82, 0x45, 0x1c, 0xff, 0x83, 0x43, 0x1e, 0xff, 0x85, 0x45, 0x1e, 0xff, 0x86, 0x47, 0x21, 0xff, 0x88, 0x49, 0x22, 0xff, 0x85, 0x47, 0x21, 0xff, 0x97, 0x5a, 0x30, 0xff, 0xb2, 0x76, 0x46, 0xff, 0xbb, 0x7c, 0x4b, 0xff, 0xbe, 0x7c, 0x4c, 0xff, 0xbc, 0x7e, 0x4d, 0xff, 0xb9, 0x7d, 0x4d, 0xff, 0xb7, 0x7b, 0x48, 0xff, 0xb7, 0x77, 0x44, 0xff, 0xb1, 0x71, 0x3e, 0xff, 0xac, 0x6c, 0x3a, 0xff, 0xa9, 0x69, 0x39, 0xff, 0xa8, 0x69, 0x39, 0xff, 0xa7, 0x67, 0x39, 0xff, 0xa8, 0x67, 0x39, 0xff, 0xaa, 0x69, 0x3b, 0xff, 0xab, 0x6a, 0x3e, 0xff, 0xac, 0x6c, 0x3e, 0xff, 0xac, 0x6c, 0x3f, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xac, 0x6c, 0x40, 0xff, 0xac, 0x6c, 0x40, 0xff, 0xab, 0x6b, 0x3f, 0xff, 0xab, 0x6b, 0x3c, 0xff, 0xab, 0x6a, 0x3c, 0xff, 0xa9, 0x6a, 0x39, 0xff, 0xa8, 0x66, 0x39, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xa9, 0x6c, 0x3a, 0xff, 0xa8, 0x6b, 0x38, 0xff, 0xa8, 0x68, 0x36, 0xff, 0xa8, 0x68, 0x35, 0xff, 0xa8, 0x66, 0x34, 0xff, 0xa7, 0x66, 0x32, 0xff, 0xa5, 0x64, 0x31, 0xff, 0xa5, 0x63, 0x2f, 0xff, 0xa4, 0x61, 0x2f, 0xff, 0xa3, 0x60, 0x2f, 0xff, 0xa2, 0x60, 0x2e, 0xff, 0xa2, 0x5e, 0x2f, 0xff, 0xa1, 0x5f, 0x2f, 0xff, 0xa2, 0x60, 0x2f, 0xff, 0xa2, 0x61, 0x2f, 0xff, 0xa1, 0x60, 0x2f, 0xff, 0xa1, 0x60, 0x2f, 0xff, 0xa5, 0x61, 0x31, 0xff, 0xa2, 0x61, 0x30, 0xff, 0xa2, 0x62, 0x31, 0xff, 0xa1, 0x63, 0x32, 0xff, 0x9e, 0x5e, 0x2f, 0xff, 0x9b, 0x5d, 0x2f, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0x99, 0x5c, 0x30, 0xff, 0x99, 0x5b, 0x2f, 0xff, 0x97, 0x59, 0x2e, 0xff, - 0x99, 0x59, 0x2f, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x87, 0x48, 0x27, 0xff, 0x85, 0x46, 0x24, 0xff, 0x84, 0x45, 0x22, 0xff, 0x84, 0x45, 0x22, 0xff, 0x8a, 0x4c, 0x27, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x93, 0x51, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x98, 0x59, 0x2f, 0xff, 0x97, 0x59, 0x30, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x99, 0x59, 0x32, 0xff, 0x97, 0x59, 0x30, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x9e, 0x60, 0x38, 0xff, 0xac, 0x69, 0x3e, 0xff, 0xe2, 0x95, 0x57, 0xff, 0xe4, 0x93, 0x55, 0xff, 0xea, 0x95, 0x5a, 0xff, 0xea, 0x9b, 0x5d, 0xff, 0xea, 0x9b, 0x5f, 0xff, 0xe8, 0x9c, 0x5f, 0xff, 0xe8, 0x9c, 0x5f, 0xff, 0xe7, 0x9b, 0x5d, 0xff, 0xe6, 0x9c, 0x5d, 0xff, 0xe4, 0x9a, 0x5d, 0xff, 0xe1, 0x98, 0x5b, 0xff, 0xdc, 0x95, 0x58, 0xff, 0xd2, 0x8d, 0x55, 0xff, 0xcc, 0x88, 0x51, 0xff, 0xc2, 0x85, 0x4e, 0xff, 0xbd, 0x7f, 0x4a, 0xff, 0xba, 0x7c, 0x44, 0xff, 0xb6, 0x76, 0x43, 0xff, 0xaf, 0x6e, 0x3e, 0xff, 0xab, 0x6a, 0x3b, 0xff, 0xab, 0x69, 0x39, 0xff, 0xa9, 0x69, 0x38, 0xff, 0xa8, 0x68, 0x38, 0xff, 0xa9, 0x69, 0x38, 0xff, 0xa9, 0x69, 0x39, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xa9, 0x69, 0x38, 0xff, 0xa8, 0x68, 0x38, 0xff, 0xa2, 0x5e, 0x32, 0xff, 0xa2, 0x5f, 0x32, 0xff, 0xa1, 0x5f, 0x31, 0xff, 0xa5, 0x63, 0x33, 0xff, 0xac, 0x68, 0x37, 0xff, 0xaf, 0x6c, 0x39, 0xff, 0xb2, 0x70, 0x3d, 0xff, 0xb8, 0x75, 0x42, 0xff, 0xbd, 0x79, 0x45, 0xff, 0xc1, 0x7e, 0x48, 0xff, 0xc5, 0x81, 0x4b, 0xff, 0xc4, 0x80, 0x4b, 0xff, 0xc2, 0x7f, 0x49, 0xff, 0xc6, 0x81, 0x4b, 0xff, 0xc7, 0x81, 0x4b, 0xff, 0xc4, 0x7e, 0x4a, 0xff, 0xc5, 0x7f, 0x4b, 0xff, 0xc8, 0x80, 0x4c, 0xff, 0xc9, 0x80, 0x4c, 0xff, 0xc9, 0x81, 0x4d, 0xff, 0xce, 0x85, 0x50, 0xff, 0xd6, 0x88, 0x53, 0xff, 0xde, 0x8d, 0x57, 0xff, 0xe3, 0x8f, 0x58, 0xff, 0xe8, 0x93, 0x5c, 0xff, 0xe9, 0x9a, 0x63, 0xff, 0xe8, 0x9c, 0x66, 0xff, 0xee, 0xa1, 0x68, 0xff, 0xec, 0xa3, 0x69, 0xff, 0xec, 0xa5, 0x6a, 0xff, 0xed, 0xa7, 0x6b, 0xff, 0xed, 0xa8, 0x6c, 0xff, 0xed, 0xab, 0x6f, 0xff, 0xec, 0xae, 0x73, 0xff, 0xeb, 0xae, 0x73, 0xff, 0xeb, 0xac, 0x6f, 0xff, 0xec, 0xa9, 0x6c, 0xff, 0xec, 0xa8, 0x6a, 0xff, 0xec, 0xa8, 0x6b, 0xff, 0xdc, 0x9b, 0x64, 0xff, 0xc5, 0x88, 0x57, 0xff, 0xc7, 0x88, 0x57, 0xff, 0xcc, 0x8c, 0x5a, 0xff, 0xcd, 0x8d, 0x5b, 0xff, 0xcd, 0x8c, 0x5a, 0xff, 0xc9, 0x8a, 0x57, 0xff, 0xc5, 0x88, 0x56, 0xff, 0xc2, 0x85, 0x53, 0xff, 0xc5, 0x85, 0x53, 0xff, 0xd6, 0x8e, 0x59, 0xff, 0xd4, 0x8d, 0x59, 0xff, 0xc4, 0x83, 0x51, 0xff, 0xbf, 0x7f, 0x4e, 0xff, 0xbe, 0x7c, 0x4c, 0xff, 0xbe, 0x7b, 0x4b, 0xff, 0xbc, 0x7c, 0x4a, 0xff, 0xb9, 0x79, 0x48, 0xff, 0xb7, 0x77, 0x45, 0xff, 0xb5, 0x74, 0x42, 0xff, 0xb9, 0x7a, 0x47, 0xff, 0xc1, 0x7e, 0x4c, 0xff, 0xbf, 0x7c, 0x4b, 0xff, 0xba, 0x78, 0x47, 0xff, 0xb7, 0x74, 0x44, 0xff, 0xb5, 0x73, 0x43, 0xff, 0xb3, 0x72, 0x43, 0xff, 0xae, 0x6c, 0x3f, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xae, 0x6e, 0x41, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xae, 0x6e, 0x40, 0xff, 0xaf, 0x6f, 0x41, 0xff, 0xb0, 0x6f, 0x42, 0xff, 0xaf, 0x70, 0x43, 0xff, 0xaa, 0x6a, 0x3e, 0xff, 0xa3, 0x61, 0x35, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x98, 0x58, 0x30, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x8e, 0x4e, 0x2a, 0xff, 0x8c, 0x4c, 0x27, 0xff, 0x8b, 0x4b, 0x23, 0xff, 0x89, 0x49, 0x21, 0xff, 0x88, 0x47, 0x1f, 0xff, 0x87, 0x46, 0x20, 0xff, 0x85, 0x46, 0x20, 0xff, 0x83, 0x45, 0x1f, 0xff, 0x82, 0x43, 0x1d, 0xff, 0x81, 0x41, 0x19, 0xff, 0x7f, 0x3f, 0x18, 0xff, 0x7e, 0x40, 0x17, 0xff, 0x7f, 0x3f, 0x16, 0xff, 0x81, 0x40, 0x16, 0xff, 0x82, 0x42, 0x17, 0xff, 0x82, 0x43, 0x1a, 0xff, 0x83, 0x43, 0x1d, 0xff, 0x83, 0x43, 0x1e, 0xff, 0x84, 0x44, 0x1f, 0xff, 0x87, 0x47, 0x21, 0xff, 0x88, 0x49, 0x22, 0xff, 0x88, 0x4b, 0x25, 0xff, 0x85, 0x46, 0x20, 0xff, 0xaa, 0x6c, 0x40, 0xff, 0xba, 0x7c, 0x4c, 0xff, 0xc0, 0x80, 0x4e, 0xff, 0xbf, 0x80, 0x4e, 0xff, 0xbc, 0x7f, 0x4f, 0xff, 0xba, 0x7e, 0x4f, 0xff, 0xb6, 0x78, 0x47, 0xff, 0xb0, 0x70, 0x40, 0xff, 0xaf, 0x71, 0x3f, 0xff, 0xaf, 0x71, 0x41, 0xff, 0xb1, 0x72, 0x42, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb6, 0x76, 0x48, 0xff, 0xb7, 0x77, 0x49, 0xff, 0xb7, 0x78, 0x4a, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0xb8, 0x76, 0x4a, 0xff, 0xb4, 0x76, 0x47, 0xff, 0xb4, 0x74, 0x45, 0xff, 0xb3, 0x73, 0x45, 0xff, 0xb1, 0x72, 0x44, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xad, 0x6d, 0x3e, 0xff, 0xae, 0x6c, 0x3d, 0xff, 0xac, 0x6c, 0x3c, 0xff, 0xad, 0x6f, 0x3f, 0xff, 0xae, 0x70, 0x3f, 0xff, 0xae, 0x6f, 0x3c, 0xff, 0xae, 0x6d, 0x3c, 0xff, 0xaf, 0x6c, 0x3c, 0xff, 0xaf, 0x6c, 0x3b, 0xff, 0xae, 0x6b, 0x39, 0xff, 0xae, 0x6a, 0x38, 0xff, 0xac, 0x6a, 0x36, 0xff, 0xab, 0x69, 0x35, 0xff, 0xa6, 0x65, 0x32, 0xff, 0xa2, 0x61, 0x2e, 0xff, 0xa4, 0x60, 0x2f, 0xff, 0xa2, 0x5f, 0x2f, 0xff, 0xa2, 0x5f, 0x2e, 0xff, 0xa4, 0x63, 0x30, 0xff, 0xa4, 0x63, 0x32, 0xff, 0xa5, 0x64, 0x32, 0xff, 0xa5, 0x62, 0x32, 0xff, 0xa4, 0x62, 0x32, 0xff, 0xa3, 0x61, 0x31, 0xff, 0xa3, 0x63, 0x32, 0xff, 0xa1, 0x62, 0x32, 0xff, 0xa2, 0x62, 0x32, 0xff, 0x9f, 0x60, 0x32, 0xff, 0x9d, 0x5e, 0x31, 0xff, 0x99, 0x5b, 0x2f, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x9c, 0x5c, 0x30, 0xff, - 0x9a, 0x5b, 0x2f, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x95, 0x55, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x87, 0x48, 0x25, 0xff, 0x84, 0x45, 0x24, 0xff, 0x85, 0x47, 0x22, 0xff, 0x84, 0x45, 0x22, 0xff, 0x86, 0x48, 0x25, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0xa0, 0x61, 0x36, 0xff, 0xa1, 0x62, 0x38, 0xff, 0x9e, 0x5f, 0x37, 0xff, 0x9f, 0x60, 0x37, 0xff, 0xb8, 0x76, 0x42, 0xff, 0xf2, 0xa1, 0x61, 0xff, 0xec, 0xa1, 0x62, 0xff, 0xeb, 0xa5, 0x64, 0xff, 0xec, 0xa8, 0x68, 0xff, 0xeb, 0xab, 0x6d, 0xff, 0xed, 0xb0, 0x71, 0xff, 0xee, 0xb4, 0x72, 0xff, 0xed, 0xb5, 0x72, 0xff, 0xec, 0xaf, 0x72, 0xff, 0xed, 0xad, 0x6f, 0xff, 0xed, 0xa9, 0x6b, 0xff, 0xeb, 0xa6, 0x68, 0xff, 0xec, 0xa2, 0x65, 0xff, 0xe9, 0x9b, 0x5e, 0xff, 0xdf, 0x95, 0x5d, 0xff, 0xd4, 0x8f, 0x5a, 0xff, 0xc9, 0x88, 0x54, 0xff, 0xbe, 0x81, 0x4d, 0xff, 0xb9, 0x79, 0x47, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xb3, 0x72, 0x41, 0xff, 0xb1, 0x71, 0x3f, 0xff, 0xaf, 0x70, 0x3f, 0xff, 0xae, 0x6f, 0x3d, 0xff, 0xad, 0x6c, 0x3d, 0xff, 0xa9, 0x68, 0x37, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0x98, 0x56, 0x2c, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x9e, 0x5d, 0x2f, 0xff, 0xa6, 0x64, 0x33, 0xff, 0xa9, 0x65, 0x34, 0xff, 0xac, 0x6b, 0x38, 0xff, 0xb1, 0x6f, 0x3b, 0xff, 0xb6, 0x71, 0x3e, 0xff, 0xbd, 0x78, 0x43, 0xff, 0xc2, 0x7c, 0x48, 0xff, 0xc7, 0x82, 0x4d, 0xff, 0xcb, 0x86, 0x51, 0xff, 0xc8, 0x83, 0x4f, 0xff, 0xc7, 0x82, 0x4e, 0xff, 0xcd, 0x87, 0x50, 0xff, 0xcf, 0x85, 0x4f, 0xff, 0xca, 0x82, 0x4c, 0xff, 0xcc, 0x84, 0x4d, 0xff, 0xcf, 0x85, 0x4e, 0xff, 0xd0, 0x85, 0x4f, 0xff, 0xd2, 0x85, 0x50, 0xff, 0xd7, 0x8a, 0x52, 0xff, 0xdd, 0x8e, 0x56, 0xff, 0xe1, 0x8f, 0x58, 0xff, 0xe7, 0x91, 0x5a, 0xff, 0xe9, 0x92, 0x5c, 0xff, 0xcb, 0x84, 0x50, 0xff, 0xbf, 0x81, 0x4f, 0xff, 0xe3, 0x9e, 0x68, 0xff, 0xef, 0xa5, 0x6b, 0xff, 0xed, 0xa4, 0x6a, 0xff, 0xed, 0xa8, 0x6d, 0xff, 0xed, 0xa8, 0x6e, 0xff, 0xed, 0xa8, 0x6e, 0xff, 0xed, 0xa9, 0x6e, 0xff, 0xed, 0xab, 0x6f, 0xff, 0xed, 0xaa, 0x6d, 0xff, 0xed, 0xa8, 0x6a, 0xff, 0xef, 0xaa, 0x6b, 0xff, 0xdf, 0x9d, 0x61, 0xff, 0xc4, 0x85, 0x52, 0xff, 0xc0, 0x82, 0x52, 0xff, 0xc1, 0x83, 0x52, 0xff, 0xc1, 0x82, 0x52, 0xff, 0xc0, 0x81, 0x52, 0xff, 0xbf, 0x7f, 0x51, 0xff, 0xbd, 0x7e, 0x4e, 0xff, 0xbc, 0x7f, 0x4e, 0xff, 0xbc, 0x7e, 0x4d, 0xff, 0xb8, 0x7b, 0x4b, 0xff, 0xc5, 0x82, 0x51, 0xff, 0xcd, 0x89, 0x54, 0xff, 0xc4, 0x82, 0x4f, 0xff, 0xbf, 0x7c, 0x4c, 0xff, 0xbe, 0x7c, 0x4c, 0xff, 0xbd, 0x7d, 0x4a, 0xff, 0xbc, 0x7c, 0x49, 0xff, 0xbe, 0x7d, 0x4b, 0xff, 0xbd, 0x7d, 0x4b, 0xff, 0xb8, 0x79, 0x47, 0xff, 0xbd, 0x7d, 0x4b, 0xff, 0xc6, 0x82, 0x50, 0xff, 0xc5, 0x81, 0x4d, 0xff, 0xc0, 0x7d, 0x4a, 0xff, 0xbc, 0x7a, 0x49, 0xff, 0xb8, 0x77, 0x46, 0xff, 0xb5, 0x74, 0x44, 0xff, 0xb1, 0x71, 0x43, 0xff, 0xb2, 0x72, 0x44, 0xff, 0xb2, 0x72, 0x43, 0xff, 0xb0, 0x70, 0x42, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xb0, 0x70, 0x44, 0xff, 0xb1, 0x72, 0x45, 0xff, 0xa8, 0x67, 0x3a, 0xff, 0xa6, 0x63, 0x35, 0xff, 0xa5, 0x62, 0x35, 0xff, 0xa4, 0x62, 0x35, 0xff, 0xa4, 0x66, 0x37, 0xff, 0xa4, 0x67, 0x38, 0xff, 0xa2, 0x65, 0x37, 0xff, 0xa0, 0x62, 0x36, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x98, 0x58, 0x30, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x90, 0x51, 0x2a, 0xff, 0x8f, 0x4e, 0x29, 0xff, 0x8d, 0x4c, 0x26, 0xff, 0x8a, 0x4a, 0x23, 0xff, 0x88, 0x49, 0x20, 0xff, 0x87, 0x46, 0x20, 0xff, 0x84, 0x45, 0x1f, 0xff, 0x85, 0x45, 0x1d, 0xff, 0x83, 0x44, 0x19, 0xff, 0x81, 0x42, 0x18, 0xff, 0x82, 0x43, 0x16, 0xff, 0x81, 0x42, 0x16, 0xff, 0x81, 0x3f, 0x16, 0xff, 0x82, 0x42, 0x17, 0xff, 0x82, 0x43, 0x1a, 0xff, 0x82, 0x43, 0x1c, 0xff, 0x83, 0x45, 0x1e, 0xff, 0x84, 0x45, 0x1e, 0xff, 0x87, 0x46, 0x21, 0xff, 0x88, 0x49, 0x24, 0xff, 0x88, 0x4a, 0x25, 0xff, 0x85, 0x46, 0x23, 0xff, 0xa5, 0x68, 0x3d, 0xff, 0xb6, 0x78, 0x48, 0xff, 0xc0, 0x82, 0x4d, 0xff, 0xc1, 0x81, 0x4c, 0xff, 0xbd, 0x82, 0x50, 0xff, 0xb7, 0x7a, 0x4a, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xba, 0x7a, 0x4b, 0xff, 0xbb, 0x7b, 0x4c, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xb5, 0x75, 0x49, 0xff, 0xb7, 0x78, 0x4b, 0xff, 0xba, 0x7b, 0x4d, 0xff, 0xbb, 0x7c, 0x4d, 0xff, 0xbc, 0x7c, 0x4e, 0xff, 0xba, 0x7b, 0x4d, 0xff, 0xb9, 0x79, 0x4b, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xb4, 0x78, 0x47, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xb1, 0x72, 0x43, 0xff, 0xb1, 0x70, 0x41, 0xff, 0xae, 0x6e, 0x3f, 0xff, 0xae, 0x6a, 0x3c, 0xff, 0xb0, 0x6f, 0x3f, 0xff, 0xb0, 0x70, 0x3f, 0xff, 0xaf, 0x6f, 0x3c, 0xff, 0xaf, 0x6e, 0x3b, 0xff, 0xaf, 0x6c, 0x3b, 0xff, 0xb1, 0x6c, 0x3b, 0xff, 0xb1, 0x6c, 0x3b, 0xff, 0xb2, 0x6f, 0x3b, 0xff, 0xb1, 0x6d, 0x39, 0xff, 0xb1, 0x6c, 0x3b, 0xff, 0xb2, 0x6e, 0x3c, 0xff, 0xaf, 0x6e, 0x3b, 0xff, 0xaa, 0x68, 0x33, 0xff, 0xa4, 0x61, 0x2f, 0xff, 0xa3, 0x60, 0x30, 0xff, 0xa3, 0x5f, 0x2f, 0xff, 0xa6, 0x63, 0x32, 0xff, 0xa7, 0x66, 0x32, 0xff, 0xa4, 0x64, 0x32, 0xff, 0xa5, 0x62, 0x32, 0xff, 0xa4, 0x62, 0x32, 0xff, 0xa3, 0x63, 0x32, 0xff, 0xa3, 0x62, 0x32, 0xff, 0xa2, 0x62, 0x32, 0xff, 0xa2, 0x60, 0x32, 0xff, 0xa1, 0x62, 0x33, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0x9d, 0x5d, 0x32, 0xff, - 0x9d, 0x5d, 0x32, 0xff, 0x98, 0x5a, 0x2f, 0xff, 0x97, 0x58, 0x2e, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x8c, 0x4c, 0x28, 0xff, 0x87, 0x49, 0x25, 0xff, 0x87, 0x48, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x85, 0x47, 0x25, 0xff, 0x84, 0x46, 0x24, 0xff, 0x87, 0x48, 0x24, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x8f, 0x51, 0x2b, 0xff, 0x90, 0x51, 0x2b, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x97, 0x53, 0x2f, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x97, 0x58, 0x2e, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa1, 0x65, 0x3a, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9d, 0x60, 0x36, 0xff, 0xd5, 0x9e, 0x61, 0xff, 0xf0, 0xac, 0x6a, 0xff, 0xec, 0xb0, 0x6b, 0xff, 0xeb, 0xb7, 0x70, 0xff, 0xee, 0xc7, 0x7b, 0xff, 0xed, 0xce, 0x80, 0xff, 0xea, 0xcc, 0x7e, 0xff, 0xe9, 0xd6, 0x82, 0xff, 0xeb, 0xe1, 0x89, 0xff, 0xeb, 0xe0, 0x8a, 0xff, 0xed, 0xd8, 0x85, 0xff, 0xec, 0xcf, 0x82, 0xff, 0xed, 0xc5, 0x7d, 0xff, 0xee, 0xbb, 0x78, 0xff, 0xed, 0xb2, 0x75, 0xff, 0xee, 0xac, 0x6d, 0xff, 0xee, 0xa6, 0x68, 0xff, 0xe8, 0x9d, 0x64, 0xff, 0xd1, 0x90, 0x5a, 0xff, 0xc6, 0x88, 0x54, 0xff, 0xbe, 0x81, 0x4f, 0xff, 0xba, 0x7b, 0x4b, 0xff, 0xb6, 0x78, 0x47, 0xff, 0xb1, 0x71, 0x41, 0xff, 0xa9, 0x68, 0x3a, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0x9a, 0x5a, 0x2e, 0xff, 0x9d, 0x5c, 0x2f, 0xff, 0x9e, 0x5a, 0x2f, 0xff, 0x9d, 0x5b, 0x2f, 0xff, 0x9e, 0x5c, 0x2f, 0xff, 0xa2, 0x60, 0x30, 0xff, 0xab, 0x67, 0x36, 0xff, 0xae, 0x6b, 0x38, 0xff, 0xb4, 0x71, 0x3c, 0xff, 0xba, 0x77, 0x41, 0xff, 0xc0, 0x79, 0x46, 0xff, 0xc6, 0x80, 0x47, 0xff, 0xcd, 0x87, 0x4d, 0xff, 0xcb, 0x86, 0x50, 0xff, 0xc8, 0x83, 0x4d, 0xff, 0xd0, 0x87, 0x50, 0xff, 0xd1, 0x88, 0x52, 0xff, 0xd0, 0x85, 0x4f, 0xff, 0xd3, 0x83, 0x50, 0xff, 0xd4, 0x86, 0x51, 0xff, 0xd5, 0x88, 0x51, 0xff, 0xd8, 0x8a, 0x52, 0xff, 0xdd, 0x8c, 0x53, 0xff, 0xe0, 0x8d, 0x56, 0xff, 0xe2, 0x8f, 0x58, 0xff, 0xe7, 0x91, 0x59, 0xff, 0xee, 0x97, 0x5f, 0xff, 0xd3, 0x8a, 0x55, 0xff, 0xae, 0x71, 0x41, 0xff, 0xb9, 0x7b, 0x4a, 0xff, 0xba, 0x7d, 0x4c, 0xff, 0xd2, 0x92, 0x5e, 0xff, 0xee, 0xa8, 0x70, 0xff, 0xed, 0xa5, 0x6c, 0xff, 0xee, 0xa3, 0x69, 0xff, 0xed, 0xa3, 0x6a, 0xff, 0xed, 0xa5, 0x6b, 0xff, 0xed, 0xa7, 0x6a, 0xff, 0xed, 0xa4, 0x68, 0xff, 0xef, 0xa2, 0x67, 0xff, 0xe5, 0x9e, 0x63, 0xff, 0xcf, 0x8c, 0x58, 0xff, 0xc7, 0x83, 0x53, 0xff, 0xc6, 0x84, 0x53, 0xff, 0xc2, 0x81, 0x51, 0xff, 0xbe, 0x7e, 0x4e, 0xff, 0xbb, 0x7d, 0x4d, 0xff, 0xbb, 0x7e, 0x4d, 0xff, 0xbb, 0x7d, 0x4c, 0xff, 0xbb, 0x7d, 0x4c, 0xff, 0xbb, 0x7d, 0x4c, 0xff, 0xb8, 0x7a, 0x4a, 0xff, 0xbc, 0x7c, 0x4c, 0xff, 0xc9, 0x85, 0x52, 0xff, 0xc9, 0x86, 0x51, 0xff, 0xc0, 0x80, 0x4d, 0xff, 0xbd, 0x7d, 0x4a, 0xff, 0xbe, 0x7b, 0x4b, 0xff, 0xbf, 0x7c, 0x4b, 0xff, 0xbe, 0x7a, 0x49, 0xff, 0xc0, 0x7e, 0x4b, 0xff, 0xc1, 0x82, 0x4d, 0xff, 0xc3, 0x81, 0x4e, 0xff, 0xcf, 0x86, 0x52, 0xff, 0xcf, 0x86, 0x51, 0xff, 0xc7, 0x81, 0x4f, 0xff, 0xc2, 0x7f, 0x4d, 0xff, 0xbd, 0x7b, 0x4a, 0xff, 0xba, 0x78, 0x48, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb3, 0x74, 0x45, 0xff, 0xb2, 0x72, 0x45, 0xff, 0xb3, 0x73, 0x45, 0xff, 0xb2, 0x73, 0x44, 0xff, 0xb1, 0x72, 0x45, 0xff, 0xb3, 0x73, 0x45, 0xff, 0xb0, 0x71, 0x42, 0xff, 0xa9, 0x69, 0x39, 0xff, 0xa7, 0x66, 0x35, 0xff, 0xa8, 0x67, 0x36, 0xff, 0xa7, 0x66, 0x36, 0xff, 0xa7, 0x67, 0x37, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xaa, 0x6a, 0x3c, 0xff, 0xa8, 0x6c, 0x3f, 0xff, 0xa5, 0x6a, 0x3e, 0xff, 0xa3, 0x67, 0x3a, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x92, 0x53, 0x2b, 0xff, 0x8f, 0x50, 0x27, 0xff, 0x8d, 0x4d, 0x25, 0xff, 0x8c, 0x4c, 0x24, 0xff, 0x8b, 0x4a, 0x22, 0xff, 0x89, 0x48, 0x20, 0xff, 0x87, 0x47, 0x1e, 0xff, 0x86, 0x46, 0x1d, 0xff, 0x84, 0x43, 0x19, 0xff, 0x83, 0x43, 0x18, 0xff, 0x82, 0x42, 0x19, 0xff, 0x82, 0x42, 0x18, 0xff, 0x82, 0x42, 0x19, 0xff, 0x82, 0x40, 0x1b, 0xff, 0x83, 0x42, 0x1d, 0xff, 0x84, 0x44, 0x1e, 0xff, 0x85, 0x48, 0x21, 0xff, 0x88, 0x48, 0x22, 0xff, 0x88, 0x49, 0x24, 0xff, 0x89, 0x4d, 0x25, 0xff, 0x86, 0x4b, 0x23, 0xff, 0x91, 0x53, 0x2a, 0xff, 0xb5, 0x76, 0x49, 0xff, 0xbe, 0x7f, 0x4f, 0xff, 0xc1, 0x82, 0x4f, 0xff, 0xc3, 0x84, 0x52, 0xff, 0xbc, 0x7d, 0x4f, 0xff, 0xbf, 0x7f, 0x51, 0xff, 0xc1, 0x80, 0x51, 0xff, 0xbf, 0x7f, 0x4e, 0xff, 0xbb, 0x7c, 0x4c, 0xff, 0xbb, 0x7b, 0x4c, 0xff, 0xb5, 0x77, 0x49, 0xff, 0xb5, 0x76, 0x4c, 0xff, 0xb7, 0x78, 0x4c, 0xff, 0xba, 0x7b, 0x4e, 0xff, 0xc1, 0x81, 0x52, 0xff, 0xc4, 0x83, 0x54, 0xff, 0xc2, 0x82, 0x53, 0xff, 0xbf, 0x80, 0x52, 0xff, 0xbf, 0x80, 0x4f, 0xff, 0xbd, 0x7d, 0x4d, 0xff, 0xb9, 0x7a, 0x4a, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xb3, 0x73, 0x42, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xb1, 0x72, 0x40, 0xff, 0xb1, 0x70, 0x3f, 0xff, 0xb0, 0x6f, 0x3e, 0xff, 0xaf, 0x6c, 0x3c, 0xff, 0xb1, 0x6d, 0x3b, 0xff, 0xb1, 0x6d, 0x3a, 0xff, 0xb1, 0x6c, 0x3a, 0xff, 0xb2, 0x6f, 0x3b, 0xff, 0xb1, 0x70, 0x3c, 0xff, 0xb1, 0x70, 0x3a, 0xff, 0xb1, 0x6d, 0x3b, 0xff, 0xb1, 0x70, 0x3c, 0xff, 0xb1, 0x70, 0x3c, 0xff, 0xb2, 0x70, 0x3e, 0xff, 0xae, 0x6c, 0x38, 0xff, 0xa7, 0x64, 0x32, 0xff, 0xa7, 0x66, 0x32, 0xff, 0xa6, 0x62, 0x32, 0xff, 0xa5, 0x64, 0x31, 0xff, 0xa4, 0x63, 0x32, 0xff, 0xa5, 0x62, 0x32, 0xff, 0xa4, 0x64, 0x32, 0xff, 0xa4, 0x63, 0x33, 0xff, 0xa3, 0x64, 0x32, 0xff, 0xa1, 0x63, 0x35, 0xff, 0xa1, 0x62, 0x33, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9e, 0x5e, 0x32, 0xff, - 0x9d, 0x5d, 0x31, 0xff, 0x99, 0x5a, 0x30, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x97, 0x55, 0x2d, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x88, 0x49, 0x27, 0xff, 0x87, 0x48, 0x28, 0xff, 0x86, 0x47, 0x26, 0xff, 0x84, 0x46, 0x24, 0xff, 0x83, 0x45, 0x23, 0xff, 0x88, 0x49, 0x27, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0xa1, 0x66, 0x3c, 0xff, 0x9f, 0x61, 0x39, 0xff, 0x9a, 0x5e, 0x37, 0xff, 0xaa, 0x77, 0x48, 0xff, 0xf3, 0xc8, 0x7e, 0xff, 0xed, 0xc6, 0x79, 0xff, 0xeb, 0xd4, 0x80, 0xff, 0xe8, 0xd9, 0x86, 0xff, 0xe8, 0xde, 0x8a, 0xff, 0xe5, 0xe0, 0x90, 0xff, 0xe3, 0xdf, 0x94, 0xff, 0xe4, 0xe0, 0x97, 0xff, 0xe3, 0xdf, 0x99, 0xff, 0xe3, 0xe1, 0x99, 0xff, 0xe3, 0xe1, 0x98, 0xff, 0xe2, 0xe1, 0x96, 0xff, 0xe6, 0xe1, 0x91, 0xff, 0xe9, 0xde, 0x8a, 0xff, 0xec, 0xce, 0x83, 0xff, 0xed, 0xbd, 0x7c, 0xff, 0xed, 0xaf, 0x73, 0xff, 0xe7, 0x9e, 0x69, 0xff, 0xd8, 0x94, 0x5f, 0xff, 0xc7, 0x88, 0x56, 0xff, 0xbb, 0x7f, 0x4e, 0xff, 0xb2, 0x76, 0x47, 0xff, 0xac, 0x6f, 0x3f, 0xff, 0xa7, 0x6a, 0x3b, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa4, 0x65, 0x36, 0xff, 0xa2, 0x62, 0x35, 0xff, 0xa1, 0x61, 0x32, 0xff, 0xa1, 0x5e, 0x31, 0xff, 0xa1, 0x5f, 0x32, 0xff, 0xa2, 0x61, 0x31, 0xff, 0xa3, 0x62, 0x32, 0xff, 0xa8, 0x65, 0x34, 0xff, 0xb0, 0x6d, 0x39, 0xff, 0xb2, 0x70, 0x3b, 0xff, 0xb9, 0x74, 0x3f, 0xff, 0xc0, 0x7a, 0x46, 0xff, 0xc4, 0x7e, 0x47, 0xff, 0xca, 0x82, 0x4a, 0xff, 0xcc, 0x83, 0x4c, 0xff, 0xcd, 0x84, 0x4d, 0xff, 0xd1, 0x86, 0x4f, 0xff, 0xd4, 0x87, 0x4f, 0xff, 0xd4, 0x87, 0x4f, 0xff, 0xd9, 0x88, 0x52, 0xff, 0xd9, 0x8a, 0x52, 0xff, 0xdd, 0x8c, 0x54, 0xff, 0xe3, 0x8d, 0x56, 0xff, 0xe4, 0x8d, 0x57, 0xff, 0xe3, 0x8f, 0x57, 0xff, 0xe7, 0x91, 0x5a, 0xff, 0xed, 0x95, 0x5e, 0xff, 0xd7, 0x8c, 0x58, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb9, 0x79, 0x49, 0xff, 0xbe, 0x7d, 0x4e, 0xff, 0xc4, 0x84, 0x53, 0xff, 0xc8, 0x8b, 0x56, 0xff, 0xd1, 0x92, 0x5d, 0xff, 0xe3, 0x9f, 0x67, 0xff, 0xee, 0xa7, 0x6c, 0xff, 0xee, 0xa6, 0x6a, 0xff, 0xed, 0xa4, 0x69, 0xff, 0xed, 0xa3, 0x69, 0xff, 0xec, 0xa2, 0x68, 0xff, 0xdc, 0x96, 0x5e, 0xff, 0xc8, 0x86, 0x53, 0xff, 0xc7, 0x84, 0x52, 0xff, 0xca, 0x87, 0x53, 0xff, 0xc9, 0x87, 0x54, 0xff, 0xc3, 0x83, 0x51, 0xff, 0xbf, 0x7e, 0x4d, 0xff, 0xbd, 0x7c, 0x4c, 0xff, 0xbc, 0x7c, 0x4b, 0xff, 0xbd, 0x7d, 0x4b, 0xff, 0xbc, 0x7d, 0x4c, 0xff, 0xbb, 0x7c, 0x4b, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xc2, 0x7f, 0x4c, 0xff, 0xd0, 0x89, 0x53, 0xff, 0xc6, 0x83, 0x4e, 0xff, 0xc1, 0x80, 0x4c, 0xff, 0xc0, 0x7f, 0x4c, 0xff, 0xc1, 0x81, 0x4d, 0xff, 0xc1, 0x81, 0x4d, 0xff, 0xc1, 0x80, 0x4b, 0xff, 0xc3, 0x82, 0x4f, 0xff, 0xc7, 0x85, 0x52, 0xff, 0xd7, 0x8b, 0x54, 0xff, 0xdb, 0x8c, 0x55, 0xff, 0xd1, 0x88, 0x52, 0xff, 0xcb, 0x85, 0x50, 0xff, 0xc7, 0x81, 0x4f, 0xff, 0xc3, 0x7f, 0x4e, 0xff, 0xc3, 0x80, 0x4f, 0xff, 0xc1, 0x7e, 0x4e, 0xff, 0xbc, 0x7c, 0x4c, 0xff, 0xba, 0x7a, 0x4a, 0xff, 0xb9, 0x78, 0x49, 0xff, 0xba, 0x7b, 0x4a, 0xff, 0xb7, 0x79, 0x4a, 0xff, 0xb1, 0x72, 0x45, 0xff, 0xab, 0x6c, 0x3f, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xaa, 0x6a, 0x3b, 0xff, 0xac, 0x6b, 0x3b, 0xff, 0xaa, 0x6a, 0x39, 0xff, 0xac, 0x6b, 0x39, 0xff, 0xac, 0x6c, 0x39, 0xff, 0xac, 0x6c, 0x3b, 0xff, 0xab, 0x6f, 0x40, 0xff, 0xaa, 0x72, 0x43, 0xff, 0xa8, 0x72, 0x45, 0xff, 0xa6, 0x6d, 0x43, 0xff, 0xa4, 0x6c, 0x40, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0x9f, 0x60, 0x34, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x92, 0x51, 0x29, 0xff, 0x90, 0x50, 0x27, 0xff, 0x8e, 0x4e, 0x25, 0xff, 0x8b, 0x4b, 0x22, 0xff, 0x88, 0x48, 0x1f, 0xff, 0x87, 0x45, 0x1c, 0xff, 0x86, 0x45, 0x1c, 0xff, 0x85, 0x45, 0x1a, 0xff, 0x84, 0x43, 0x1c, 0xff, 0x84, 0x44, 0x1a, 0xff, 0x82, 0x42, 0x1b, 0xff, 0x82, 0x42, 0x1c, 0xff, 0x84, 0x44, 0x1e, 0xff, 0x85, 0x45, 0x1e, 0xff, 0x86, 0x46, 0x21, 0xff, 0x88, 0x49, 0x22, 0xff, 0x88, 0x4a, 0x24, 0xff, 0x89, 0x4b, 0x25, 0xff, 0x8a, 0x4d, 0x26, 0xff, 0x86, 0x49, 0x23, 0xff, 0xaf, 0x71, 0x45, 0xff, 0xbc, 0x7d, 0x4f, 0xff, 0xc9, 0x87, 0x55, 0xff, 0xc0, 0x7e, 0x4f, 0xff, 0xbc, 0x7c, 0x4b, 0xff, 0xc0, 0x7f, 0x4f, 0xff, 0xc2, 0x84, 0x54, 0xff, 0xc2, 0x84, 0x52, 0xff, 0xc2, 0x82, 0x51, 0xff, 0xbc, 0x7d, 0x4e, 0xff, 0xb7, 0x78, 0x4b, 0xff, 0xba, 0x7b, 0x4e, 0xff, 0xbd, 0x7e, 0x51, 0xff, 0xbf, 0x80, 0x53, 0xff, 0xc2, 0x84, 0x55, 0xff, 0xc8, 0x89, 0x59, 0xff, 0xce, 0x8a, 0x5a, 0xff, 0xcd, 0x8a, 0x59, 0xff, 0xc9, 0x88, 0x58, 0xff, 0xc7, 0x86, 0x56, 0xff, 0xc4, 0x83, 0x51, 0xff, 0xbe, 0x7e, 0x4c, 0xff, 0xb9, 0x7a, 0x49, 0xff, 0xb6, 0x76, 0x46, 0xff, 0xb7, 0x78, 0x46, 0xff, 0xb4, 0x73, 0x42, 0xff, 0xb4, 0x73, 0x41, 0xff, 0xb3, 0x71, 0x3f, 0xff, 0xb3, 0x71, 0x3f, 0xff, 0xb2, 0x70, 0x3c, 0xff, 0xb2, 0x6f, 0x3b, 0xff, 0xb1, 0x6d, 0x3a, 0xff, 0xb1, 0x6e, 0x39, 0xff, 0xb1, 0x6d, 0x3a, 0xff, 0xb1, 0x6f, 0x3b, 0xff, 0xb1, 0x70, 0x3b, 0xff, 0xb2, 0x6f, 0x3c, 0xff, 0xb2, 0x6f, 0x3c, 0xff, 0xb4, 0x71, 0x3e, 0xff, 0xb5, 0x71, 0x3e, 0xff, 0xb4, 0x71, 0x3f, 0xff, 0xb1, 0x6e, 0x3c, 0xff, 0xad, 0x69, 0x38, 0xff, 0xa7, 0x65, 0x33, 0xff, 0xa6, 0x63, 0x32, 0xff, 0xa5, 0x62, 0x32, 0xff, 0xa5, 0x62, 0x33, 0xff, 0xa4, 0x63, 0x33, 0xff, 0xa4, 0x63, 0x33, 0xff, 0xa3, 0x63, 0x34, 0xff, 0xa1, 0x62, 0x33, 0xff, 0xa1, 0x61, 0x33, 0xff, 0x9f, 0x60, 0x33, 0xff, 0x9e, 0x5f, 0x32, 0xff, - 0x9c, 0x5c, 0x31, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x96, 0x58, 0x2e, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x85, 0x48, 0x26, 0xff, 0x83, 0x47, 0x27, 0xff, 0x82, 0x46, 0x24, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x51, 0x2c, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x9a, 0x58, 0x2f, 0xff, 0x9a, 0x58, 0x2f, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x99, 0x58, 0x31, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9b, 0x5d, 0x36, 0xff, 0xa0, 0x65, 0x3b, 0xff, 0x9b, 0x5d, 0x36, 0xff, 0x9a, 0x61, 0x37, 0xff, 0xd0, 0xaf, 0x70, 0xff, 0xef, 0xdd, 0x84, 0xff, 0xe5, 0xdf, 0x8d, 0xff, 0xe5, 0xe0, 0x96, 0xff, 0xe5, 0xe0, 0x9d, 0xff, 0xe7, 0xe1, 0xa5, 0xff, 0xe9, 0xe1, 0xae, 0xff, 0xeb, 0xe1, 0xbb, 0xff, 0xed, 0xe0, 0xc4, 0xff, 0xec, 0xe0, 0xc5, 0xff, 0xed, 0xe0, 0xc5, 0xff, 0xec, 0xe0, 0xc3, 0xff, 0xeb, 0xe1, 0xb9, 0xff, 0xe8, 0xe0, 0xaa, 0xff, 0xe6, 0xe0, 0x9d, 0xff, 0xe8, 0xde, 0x93, 0xff, 0xee, 0xd4, 0x89, 0xff, 0xed, 0xbe, 0x7d, 0xff, 0xec, 0xa5, 0x6e, 0xff, 0xe3, 0x9d, 0x65, 0xff, 0xd5, 0x92, 0x5e, 0xff, 0xc5, 0x87, 0x57, 0xff, 0xbc, 0x81, 0x50, 0xff, 0xb6, 0x78, 0x47, 0xff, 0xb2, 0x74, 0x43, 0xff, 0xae, 0x70, 0x3f, 0xff, 0xaa, 0x6b, 0x3a, 0xff, 0xa9, 0x6a, 0x38, 0xff, 0xa8, 0x68, 0x36, 0xff, 0xa7, 0x66, 0x35, 0xff, 0xa7, 0x65, 0x34, 0xff, 0xa7, 0x66, 0x33, 0xff, 0xa8, 0x64, 0x32, 0xff, 0xa9, 0x66, 0x33, 0xff, 0xae, 0x6a, 0x37, 0xff, 0xb6, 0x72, 0x3d, 0xff, 0xba, 0x76, 0x41, 0xff, 0xc1, 0x7b, 0x46, 0xff, 0xca, 0x82, 0x4a, 0xff, 0xce, 0x82, 0x4b, 0xff, 0xcb, 0x81, 0x4b, 0xff, 0xd0, 0x86, 0x4c, 0xff, 0xd6, 0x86, 0x4e, 0xff, 0xd8, 0x86, 0x4f, 0xff, 0xd9, 0x87, 0x51, 0xff, 0xdf, 0x8a, 0x53, 0xff, 0xe5, 0x8e, 0x56, 0xff, 0xe8, 0x8f, 0x58, 0xff, 0xdf, 0x8d, 0x54, 0xff, 0xe1, 0x8e, 0x57, 0xff, 0xe7, 0x8f, 0x59, 0xff, 0xea, 0x93, 0x5d, 0xff, 0xdb, 0x90, 0x5c, 0xff, 0xbc, 0x7c, 0x4b, 0xff, 0xb2, 0x74, 0x43, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb9, 0x7a, 0x49, 0xff, 0xc0, 0x80, 0x4f, 0xff, 0xc4, 0x84, 0x53, 0xff, 0xb4, 0x77, 0x49, 0xff, 0xaa, 0x72, 0x44, 0xff, 0xb4, 0x7b, 0x4c, 0xff, 0xc6, 0x89, 0x57, 0xff, 0xe2, 0xa1, 0x69, 0xff, 0xf0, 0xa9, 0x6e, 0xff, 0xee, 0xa5, 0x69, 0xff, 0xe7, 0x9e, 0x64, 0xff, 0xd9, 0x93, 0x5c, 0xff, 0xd2, 0x8e, 0x59, 0xff, 0xce, 0x8c, 0x57, 0xff, 0xca, 0x87, 0x54, 0xff, 0xcc, 0x89, 0x54, 0xff, 0xce, 0x8c, 0x57, 0xff, 0xca, 0x89, 0x56, 0xff, 0xc4, 0x83, 0x52, 0xff, 0xc1, 0x80, 0x4e, 0xff, 0xc1, 0x80, 0x4d, 0xff, 0xbf, 0x80, 0x4d, 0xff, 0xbe, 0x7e, 0x4c, 0xff, 0xb8, 0x7a, 0x4a, 0xff, 0xbd, 0x7c, 0x4b, 0xff, 0xd1, 0x89, 0x53, 0xff, 0xd3, 0x8a, 0x54, 0xff, 0xc8, 0x84, 0x50, 0xff, 0xc5, 0x82, 0x4e, 0xff, 0xc4, 0x81, 0x4e, 0xff, 0xc5, 0x83, 0x4f, 0xff, 0xc3, 0x82, 0x4e, 0xff, 0xc7, 0x85, 0x50, 0xff, 0xcc, 0x86, 0x52, 0xff, 0xd8, 0x8a, 0x56, 0xff, 0xe3, 0x90, 0x59, 0xff, 0xe0, 0x90, 0x59, 0xff, 0xdd, 0x8d, 0x57, 0xff, 0xda, 0x8b, 0x55, 0xff, 0xd8, 0x8b, 0x56, 0xff, 0xd5, 0x8b, 0x56, 0xff, 0xd1, 0x87, 0x56, 0xff, 0xcc, 0x85, 0x53, 0xff, 0xcb, 0x86, 0x52, 0xff, 0xc7, 0x85, 0x54, 0xff, 0xbb, 0x7b, 0x4c, 0xff, 0xb1, 0x73, 0x45, 0xff, 0xac, 0x6e, 0x41, 0xff, 0xa9, 0x6b, 0x3e, 0xff, 0xae, 0x6f, 0x41, 0xff, 0xaf, 0x70, 0x41, 0xff, 0xac, 0x6d, 0x3c, 0xff, 0xaf, 0x6f, 0x3e, 0xff, 0xb1, 0x70, 0x3f, 0xff, 0xb0, 0x6d, 0x3c, 0xff, 0xaf, 0x6e, 0x3c, 0xff, 0xad, 0x71, 0x40, 0xff, 0xac, 0x74, 0x44, 0xff, 0xab, 0x73, 0x48, 0xff, 0xa9, 0x72, 0x49, 0xff, 0xa8, 0x71, 0x47, 0xff, 0xa7, 0x70, 0x43, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa1, 0x61, 0x35, 0xff, 0x9c, 0x5b, 0x2f, 0xff, 0x97, 0x56, 0x2c, 0xff, 0x94, 0x53, 0x29, 0xff, 0x8f, 0x50, 0x27, 0xff, 0x8c, 0x4c, 0x23, 0xff, 0x8c, 0x4b, 0x21, 0xff, 0x8a, 0x47, 0x1e, 0xff, 0x89, 0x46, 0x1d, 0xff, 0x87, 0x45, 0x1d, 0xff, 0x88, 0x46, 0x1e, 0xff, 0x86, 0x45, 0x1f, 0xff, 0x87, 0x46, 0x1e, 0xff, 0x87, 0x46, 0x20, 0xff, 0x88, 0x47, 0x21, 0xff, 0x88, 0x49, 0x22, 0xff, 0x87, 0x47, 0x23, 0xff, 0x88, 0x48, 0x21, 0xff, 0x88, 0x49, 0x21, 0xff, 0x88, 0x49, 0x23, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x9d, 0x60, 0x37, 0xff, 0xba, 0x7c, 0x4e, 0xff, 0xbe, 0x7e, 0x50, 0xff, 0xc1, 0x82, 0x50, 0xff, 0xbe, 0x7d, 0x4d, 0xff, 0xbe, 0x7d, 0x4c, 0xff, 0xc2, 0x82, 0x52, 0xff, 0xc4, 0x88, 0x57, 0xff, 0xc4, 0x86, 0x56, 0xff, 0xbb, 0x7b, 0x4d, 0xff, 0xbb, 0x7a, 0x4d, 0xff, 0xbd, 0x7f, 0x51, 0xff, 0xc1, 0x82, 0x54, 0xff, 0xc9, 0x88, 0x58, 0xff, 0xd0, 0x8d, 0x5c, 0xff, 0xd6, 0x92, 0x5f, 0xff, 0xdb, 0x93, 0x60, 0xff, 0xdf, 0x94, 0x61, 0xff, 0xdd, 0x93, 0x60, 0xff, 0xd6, 0x91, 0x5d, 0xff, 0xd1, 0x8c, 0x5a, 0xff, 0xca, 0x87, 0x57, 0xff, 0xc3, 0x82, 0x52, 0xff, 0xbe, 0x7f, 0x4d, 0xff, 0xbd, 0x7c, 0x4a, 0xff, 0xb9, 0x79, 0x46, 0xff, 0xb8, 0x76, 0x44, 0xff, 0xb8, 0x76, 0x44, 0xff, 0xb6, 0x75, 0x42, 0xff, 0xb5, 0x71, 0x3f, 0xff, 0xb4, 0x70, 0x3c, 0xff, 0xb2, 0x6f, 0x3b, 0xff, 0xb1, 0x6f, 0x3a, 0xff, 0xb1, 0x6f, 0x3b, 0xff, 0xb1, 0x6e, 0x3b, 0xff, 0xb1, 0x71, 0x3c, 0xff, 0xb5, 0x70, 0x3e, 0xff, 0xb4, 0x73, 0x3f, 0xff, 0xb4, 0x74, 0x3f, 0xff, 0xb7, 0x73, 0x3f, 0xff, 0xb5, 0x71, 0x3f, 0xff, 0xb5, 0x73, 0x3f, 0xff, 0xb4, 0x70, 0x3f, 0xff, 0xb2, 0x6f, 0x3b, 0xff, 0xae, 0x6a, 0x3a, 0xff, 0xa6, 0x64, 0x32, 0xff, 0xa4, 0x62, 0x32, 0xff, 0xa4, 0x61, 0x32, 0xff, 0xa2, 0x63, 0x34, 0xff, 0xa2, 0x62, 0x34, 0xff, 0xa1, 0x62, 0x33, 0xff, 0xa0, 0x62, 0x34, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0x9c, 0x5c, 0x31, 0xff, - 0x9d, 0x5d, 0x31, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x9a, 0x5b, 0x2f, 0xff, 0x93, 0x56, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x86, 0x47, 0x27, 0xff, 0x85, 0x47, 0x27, 0xff, 0x82, 0x46, 0x27, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x98, 0x58, 0x30, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x98, 0x58, 0x30, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x97, 0x5b, 0x36, 0xff, 0x9d, 0x62, 0x3b, 0xff, 0x99, 0x5e, 0x37, 0xff, 0xa0, 0x71, 0x43, 0xff, 0xed, 0xe5, 0x88, 0xff, 0xe3, 0xe0, 0x8f, 0xff, 0xe4, 0xe2, 0x9b, 0xff, 0xe7, 0xe1, 0xa8, 0xff, 0xec, 0xe1, 0xbc, 0xff, 0xed, 0xe1, 0xcd, 0xff, 0xee, 0xe1, 0xd5, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe0, 0xcd, 0xff, 0xeb, 0xe1, 0xb9, 0xff, 0xea, 0xe0, 0xa7, 0xff, 0xec, 0xde, 0x96, 0xff, 0xed, 0xca, 0x87, 0xff, 0xee, 0xb1, 0x7a, 0xff, 0xed, 0xa8, 0x6e, 0xff, 0xe5, 0x9e, 0x66, 0xff, 0xd4, 0x91, 0x5d, 0xff, 0xc5, 0x87, 0x55, 0xff, 0xbc, 0x80, 0x4d, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xb4, 0x75, 0x43, 0xff, 0xb0, 0x70, 0x3e, 0xff, 0xae, 0x6e, 0x3c, 0xff, 0xac, 0x6b, 0x3a, 0xff, 0xad, 0x6c, 0x38, 0xff, 0xab, 0x6a, 0x37, 0xff, 0xad, 0x6b, 0x37, 0xff, 0xae, 0x6d, 0x37, 0xff, 0xaf, 0x6e, 0x37, 0xff, 0xb3, 0x70, 0x3a, 0xff, 0xba, 0x74, 0x40, 0xff, 0xc4, 0x7e, 0x47, 0xff, 0xcf, 0x84, 0x4c, 0xff, 0xd3, 0x84, 0x4d, 0xff, 0xd7, 0x88, 0x4f, 0xff, 0xdc, 0x88, 0x50, 0xff, 0xde, 0x89, 0x51, 0xff, 0xe0, 0x89, 0x52, 0xff, 0xe6, 0x8e, 0x54, 0xff, 0xe6, 0x8d, 0x55, 0xff, 0xdd, 0x8a, 0x52, 0xff, 0xdc, 0x8b, 0x55, 0xff, 0xdf, 0x8c, 0x56, 0xff, 0xe6, 0x8f, 0x58, 0xff, 0xec, 0x94, 0x5b, 0xff, 0xe4, 0x92, 0x5c, 0xff, 0xc2, 0x81, 0x4e, 0xff, 0xad, 0x6f, 0x3f, 0xff, 0xb5, 0x76, 0x44, 0xff, 0xb6, 0x76, 0x47, 0xff, 0xbc, 0x7b, 0x4c, 0xff, 0xc4, 0x83, 0x54, 0xff, 0xb5, 0x77, 0x48, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa9, 0x6e, 0x41, 0xff, 0xad, 0x72, 0x43, 0xff, 0xb0, 0x75, 0x45, 0xff, 0xb2, 0x78, 0x47, 0xff, 0xba, 0x84, 0x50, 0xff, 0xd9, 0x9f, 0x67, 0xff, 0xe7, 0xa1, 0x6a, 0xff, 0xd9, 0x8e, 0x5a, 0xff, 0xda, 0x93, 0x5d, 0xff, 0xd7, 0x96, 0x61, 0xff, 0xd7, 0x95, 0x62, 0xff, 0xd5, 0x91, 0x5c, 0xff, 0xd2, 0x8c, 0x57, 0xff, 0xd1, 0x8b, 0x57, 0xff, 0xd3, 0x8d, 0x58, 0xff, 0xce, 0x8b, 0x55, 0xff, 0xc8, 0x87, 0x50, 0xff, 0xc7, 0x86, 0x4f, 0xff, 0xc4, 0x87, 0x50, 0xff, 0xbe, 0x80, 0x4d, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xcd, 0x88, 0x53, 0xff, 0xdf, 0x90, 0x58, 0xff, 0xd6, 0x8a, 0x54, 0xff, 0xce, 0x86, 0x51, 0xff, 0xc9, 0x86, 0x51, 0xff, 0xc9, 0x86, 0x51, 0xff, 0xcb, 0x86, 0x50, 0xff, 0xca, 0x86, 0x51, 0xff, 0xce, 0x88, 0x54, 0xff, 0xe2, 0x92, 0x5b, 0xff, 0xed, 0x95, 0x5d, 0xff, 0xec, 0x94, 0x5c, 0xff, 0xed, 0x97, 0x5e, 0xff, 0xed, 0x9b, 0x62, 0xff, 0xed, 0x9c, 0x64, 0xff, 0xec, 0x99, 0x63, 0xff, 0xe9, 0x97, 0x61, 0xff, 0xdd, 0x91, 0x5d, 0xff, 0xcb, 0x87, 0x56, 0xff, 0xc0, 0x80, 0x4f, 0xff, 0xbc, 0x7d, 0x4f, 0xff, 0xb8, 0x79, 0x4c, 0xff, 0xb3, 0x74, 0x47, 0xff, 0xb0, 0x72, 0x44, 0xff, 0xae, 0x70, 0x42, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xb0, 0x71, 0x40, 0xff, 0xb3, 0x72, 0x41, 0xff, 0xb6, 0x75, 0x42, 0xff, 0xb4, 0x73, 0x3f, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xae, 0x76, 0x48, 0xff, 0xac, 0x75, 0x4b, 0xff, 0xaa, 0x73, 0x4a, 0xff, 0xa8, 0x72, 0x48, 0xff, 0xa6, 0x6e, 0x43, 0xff, 0xa5, 0x6a, 0x3a, 0xff, 0xa2, 0x65, 0x34, 0xff, 0x9c, 0x5e, 0x2f, 0xff, 0x97, 0x56, 0x2c, 0xff, 0x93, 0x52, 0x29, 0xff, 0x8d, 0x4d, 0x24, 0xff, 0x8b, 0x4a, 0x21, 0xff, 0x89, 0x49, 0x20, 0xff, 0x8a, 0x49, 0x21, 0xff, 0x8a, 0x49, 0x22, 0xff, 0x89, 0x49, 0x20, 0xff, 0x88, 0x47, 0x20, 0xff, 0x88, 0x48, 0x21, 0xff, 0x89, 0x49, 0x22, 0xff, 0x8b, 0x49, 0x24, 0xff, 0x8c, 0x4a, 0x25, 0xff, 0x8e, 0x4c, 0x27, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x91, 0x54, 0x2e, 0xff, 0xb5, 0x78, 0x4a, 0xff, 0xbb, 0x7c, 0x4e, 0xff, 0xbd, 0x7c, 0x4e, 0xff, 0xc1, 0x80, 0x50, 0xff, 0xbe, 0x7d, 0x4c, 0xff, 0xc1, 0x81, 0x51, 0xff, 0xc4, 0x87, 0x57, 0xff, 0xc1, 0x87, 0x57, 0xff, 0xb9, 0x7c, 0x4e, 0xff, 0xbd, 0x7d, 0x4e, 0xff, 0xc0, 0x82, 0x53, 0xff, 0xc7, 0x8a, 0x59, 0xff, 0xd0, 0x8f, 0x5e, 0xff, 0xdd, 0x98, 0x64, 0xff, 0xe6, 0x9a, 0x68, 0xff, 0xec, 0x9b, 0x6a, 0xff, 0xed, 0x9f, 0x6b, 0xff, 0xed, 0x9e, 0x6a, 0xff, 0xe8, 0x9b, 0x68, 0xff, 0xe2, 0x96, 0x64, 0xff, 0xd8, 0x91, 0x5d, 0xff, 0xd1, 0x8c, 0x59, 0xff, 0xce, 0x89, 0x56, 0xff, 0xc6, 0x87, 0x52, 0xff, 0xc0, 0x81, 0x4d, 0xff, 0xbe, 0x7d, 0x49, 0xff, 0xbb, 0x7a, 0x45, 0xff, 0xba, 0x77, 0x42, 0xff, 0xb8, 0x76, 0x42, 0xff, 0xb6, 0x73, 0x3f, 0xff, 0xb3, 0x70, 0x3b, 0xff, 0xb4, 0x71, 0x3c, 0xff, 0xb3, 0x70, 0x3c, 0xff, 0xb4, 0x71, 0x3c, 0xff, 0xb5, 0x73, 0x3e, 0xff, 0xb6, 0x73, 0x3f, 0xff, 0xb8, 0x76, 0x41, 0xff, 0xba, 0x77, 0x42, 0xff, 0xb8, 0x74, 0x43, 0xff, 0xb8, 0x75, 0x42, 0xff, 0xb8, 0x76, 0x42, 0xff, 0xb8, 0x76, 0x42, 0xff, 0xb6, 0x72, 0x40, 0xff, 0xb4, 0x72, 0x3f, 0xff, 0xb2, 0x6f, 0x3d, 0xff, 0xab, 0x6a, 0x38, 0xff, 0xa1, 0x61, 0x31, 0xff, 0xa2, 0x63, 0x34, 0xff, 0xa2, 0x62, 0x34, 0xff, 0xa2, 0x62, 0x34, 0xff, 0xa0, 0x60, 0x32, 0xff, 0x9d, 0x5e, 0x31, 0xff, 0x9d, 0x5d, 0x31, 0xff, - 0x9d, 0x5e, 0x32, 0xff, 0x9a, 0x5d, 0x31, 0xff, 0x98, 0x59, 0x31, 0xff, 0x98, 0x59, 0x30, 0xff, 0x9a, 0x5d, 0x31, 0xff, 0x9c, 0x61, 0x33, 0xff, 0x95, 0x5a, 0x30, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x85, 0x48, 0x29, 0xff, 0x84, 0x47, 0x28, 0xff, 0x83, 0x46, 0x27, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x97, 0x58, 0x30, 0xff, 0x97, 0x57, 0x31, 0xff, 0x98, 0x59, 0x31, 0xff, 0x99, 0x58, 0x33, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x99, 0x5e, 0x36, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x9c, 0x64, 0x3b, 0xff, 0xd5, 0xbc, 0x74, 0xff, 0xe5, 0xe2, 0x8c, 0xff, 0xe4, 0xe1, 0x99, 0xff, 0xe9, 0xe2, 0xaa, 0xff, 0xed, 0xe1, 0xc2, 0xff, 0xee, 0xe0, 0xd6, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe1, 0xd3, 0xff, 0xed, 0xe0, 0xca, 0xff, 0xe9, 0xe1, 0xb2, 0xff, 0xe7, 0xe1, 0x9d, 0xff, 0xed, 0xd8, 0x8d, 0xff, 0xed, 0xbe, 0x80, 0xff, 0xee, 0xad, 0x74, 0xff, 0xeb, 0xa2, 0x6a, 0xff, 0xdc, 0x96, 0x60, 0xff, 0xcc, 0x8d, 0x58, 0xff, 0xc3, 0x84, 0x52, 0xff, 0xbc, 0x7e, 0x4c, 0xff, 0xb8, 0x78, 0x48, 0xff, 0xb4, 0x75, 0x43, 0xff, 0xb3, 0x73, 0x3f, 0xff, 0xb2, 0x71, 0x3d, 0xff, 0xb1, 0x70, 0x3b, 0xff, 0xb1, 0x71, 0x3b, 0xff, 0xb3, 0x70, 0x3a, 0xff, 0xb6, 0x70, 0x3b, 0xff, 0xb9, 0x73, 0x3d, 0xff, 0xba, 0x75, 0x40, 0xff, 0xbd, 0x78, 0x42, 0xff, 0xc6, 0x80, 0x48, 0xff, 0xce, 0x86, 0x4c, 0xff, 0xd2, 0x86, 0x4d, 0xff, 0xdc, 0x89, 0x51, 0xff, 0xe2, 0x8c, 0x54, 0xff, 0xe1, 0x8c, 0x55, 0xff, 0xdb, 0x8b, 0x52, 0xff, 0xda, 0x8a, 0x53, 0xff, 0xe2, 0x8e, 0x55, 0xff, 0xe5, 0x8f, 0x56, 0xff, 0xe6, 0x90, 0x58, 0xff, 0xec, 0x91, 0x5b, 0xff, 0xe5, 0x92, 0x5b, 0xff, 0xc2, 0x80, 0x4d, 0xff, 0xac, 0x6f, 0x3e, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xba, 0x7b, 0x4a, 0xff, 0xbf, 0x80, 0x4f, 0xff, 0xae, 0x6f, 0x41, 0xff, 0x9a, 0x5c, 0x30, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa9, 0x6e, 0x41, 0xff, 0xac, 0x70, 0x42, 0xff, 0xaf, 0x73, 0x43, 0xff, 0xb1, 0x75, 0x46, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0x97, 0x5c, 0x35, 0xff, 0xad, 0x73, 0x4b, 0xff, 0xc5, 0x81, 0x54, 0xff, 0xd6, 0x8e, 0x5b, 0xff, 0xdd, 0x99, 0x65, 0xff, 0xe0, 0x9b, 0x68, 0xff, 0xdd, 0x99, 0x63, 0xff, 0xdc, 0x94, 0x5d, 0xff, 0xd9, 0x8f, 0x59, 0xff, 0xdb, 0x90, 0x5a, 0xff, 0xd9, 0x8f, 0x5a, 0xff, 0xd3, 0x8c, 0x57, 0xff, 0xd1, 0x8c, 0x56, 0xff, 0xc8, 0x86, 0x52, 0xff, 0xbd, 0x7d, 0x4c, 0xff, 0xc7, 0x84, 0x52, 0xff, 0xe0, 0x94, 0x5d, 0xff, 0xe8, 0x95, 0x5c, 0xff, 0xe0, 0x90, 0x58, 0xff, 0xdb, 0x8d, 0x56, 0xff, 0xd5, 0x89, 0x54, 0xff, 0xd4, 0x89, 0x54, 0xff, 0xd4, 0x8b, 0x53, 0xff, 0xd3, 0x8a, 0x53, 0xff, 0xdd, 0x8f, 0x58, 0xff, 0xeb, 0x97, 0x60, 0xff, 0xee, 0x9a, 0x63, 0xff, 0xed, 0x9b, 0x64, 0xff, 0xec, 0x9d, 0x64, 0xff, 0xeb, 0x9b, 0x64, 0xff, 0xe8, 0x96, 0x60, 0xff, 0xdf, 0x91, 0x5d, 0xff, 0xd3, 0x8e, 0x5a, 0xff, 0xcf, 0x8d, 0x59, 0xff, 0xcd, 0x8a, 0x58, 0xff, 0xc8, 0x87, 0x56, 0xff, 0xc2, 0x84, 0x53, 0xff, 0xbd, 0x80, 0x50, 0xff, 0xba, 0x7c, 0x4d, 0xff, 0xb5, 0x77, 0x4a, 0xff, 0xb6, 0x78, 0x49, 0xff, 0xb9, 0x7a, 0x49, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xb3, 0x73, 0x42, 0xff, 0xb8, 0x77, 0x44, 0xff, 0xba, 0x79, 0x45, 0xff, 0xb6, 0x77, 0x43, 0xff, 0xb4, 0x78, 0x44, 0xff, 0xb2, 0x79, 0x47, 0xff, 0xb0, 0x76, 0x4a, 0xff, 0xae, 0x74, 0x4a, 0xff, 0xac, 0x72, 0x47, 0xff, 0xaa, 0x70, 0x44, 0xff, 0xa8, 0x6d, 0x41, 0xff, 0xa5, 0x6a, 0x3a, 0xff, 0xa1, 0x63, 0x33, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x8f, 0x4f, 0x28, 0xff, 0x8c, 0x4b, 0x24, 0xff, 0x8b, 0x4a, 0x23, 0xff, 0x8a, 0x49, 0x22, 0xff, 0x8b, 0x49, 0x22, 0xff, 0x89, 0x47, 0x22, 0xff, 0x8a, 0x48, 0x22, 0xff, 0x8a, 0x49, 0x22, 0xff, 0x8a, 0x49, 0x22, 0xff, 0x8b, 0x4a, 0x22, 0xff, 0x8c, 0x4b, 0x22, 0xff, 0x8d, 0x4c, 0x27, 0xff, 0x8f, 0x4d, 0x2d, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0xa0, 0x61, 0x39, 0xff, 0xba, 0x7b, 0x4d, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0xbf, 0x80, 0x4f, 0xff, 0xbf, 0x7d, 0x4d, 0xff, 0xbe, 0x7f, 0x4d, 0xff, 0xc4, 0x85, 0x55, 0xff, 0xc2, 0x85, 0x55, 0xff, 0xba, 0x7b, 0x4d, 0xff, 0xbe, 0x7f, 0x51, 0xff, 0xc4, 0x85, 0x55, 0xff, 0xcc, 0x8c, 0x5c, 0xff, 0xd8, 0x95, 0x64, 0xff, 0xe7, 0x9c, 0x6a, 0xff, 0xee, 0xa5, 0x70, 0xff, 0xed, 0xa8, 0x74, 0xff, 0xed, 0xaa, 0x77, 0xff, 0xed, 0xa8, 0x75, 0xff, 0xee, 0xa8, 0x71, 0xff, 0xed, 0xa3, 0x6e, 0xff, 0xeb, 0x9e, 0x68, 0xff, 0xe4, 0x98, 0x63, 0xff, 0xe3, 0x95, 0x60, 0xff, 0xd9, 0x8e, 0x5a, 0xff, 0xd0, 0x88, 0x54, 0xff, 0xc7, 0x83, 0x4e, 0xff, 0xc1, 0x7f, 0x4a, 0xff, 0xbd, 0x7b, 0x47, 0xff, 0xbb, 0x76, 0x44, 0xff, 0xb9, 0x76, 0x42, 0xff, 0xb5, 0x72, 0x3e, 0xff, 0xb4, 0x72, 0x3c, 0xff, 0xb6, 0x73, 0x3f, 0xff, 0xb7, 0x74, 0x3f, 0xff, 0xb8, 0x75, 0x40, 0xff, 0xba, 0x77, 0x42, 0xff, 0xbb, 0x78, 0x44, 0xff, 0xbc, 0x79, 0x46, 0xff, 0xbb, 0x7b, 0x47, 0xff, 0xb9, 0x7a, 0x47, 0xff, 0xb9, 0x79, 0x45, 0xff, 0xb8, 0x79, 0x43, 0xff, 0xb8, 0x75, 0x43, 0xff, 0xb7, 0x72, 0x41, 0xff, 0xb5, 0x72, 0x3f, 0xff, 0xb4, 0x6f, 0x3f, 0xff, 0xb0, 0x70, 0x3e, 0xff, 0xa6, 0x66, 0x37, 0xff, 0xa2, 0x62, 0x34, 0xff, 0xa0, 0x62, 0x33, 0xff, 0xa1, 0x67, 0x38, 0xff, 0x9e, 0x61, 0x33, 0xff, 0x9d, 0x5e, 0x32, 0xff, - 0x9c, 0x5d, 0x32, 0xff, 0x9a, 0x5c, 0x32, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x9e, 0x64, 0x36, 0xff, 0x9d, 0x64, 0x37, 0xff, 0x97, 0x5f, 0x34, 0xff, 0x91, 0x57, 0x31, 0xff, 0x90, 0x57, 0x30, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x87, 0x49, 0x29, 0xff, 0x85, 0x48, 0x28, 0xff, 0x84, 0x46, 0x26, 0xff, 0x84, 0x45, 0x26, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x97, 0x57, 0x30, 0xff, 0x97, 0x57, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x97, 0x59, 0x33, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x99, 0x5e, 0x38, 0xff, 0xa4, 0x74, 0x46, 0xff, 0xe4, 0xd2, 0x81, 0xff, 0xe4, 0xe1, 0x91, 0xff, 0xe8, 0xe1, 0xa0, 0xff, 0xec, 0xe2, 0xb8, 0xff, 0xee, 0xe2, 0xd3, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe1, 0xd4, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd1, 0xff, 0xeb, 0xe1, 0xbb, 0xff, 0xe9, 0xe1, 0xa3, 0xff, 0xeb, 0xdc, 0x91, 0xff, 0xed, 0xc6, 0x83, 0xff, 0xee, 0xb0, 0x77, 0xff, 0xec, 0xa4, 0x6b, 0xff, 0xe1, 0x98, 0x61, 0xff, 0xd2, 0x8f, 0x59, 0xff, 0xc7, 0x88, 0x54, 0xff, 0xbf, 0x81, 0x4e, 0xff, 0xbc, 0x7d, 0x4a, 0xff, 0xb9, 0x7a, 0x47, 0xff, 0xb8, 0x77, 0x43, 0xff, 0xb7, 0x76, 0x41, 0xff, 0xb8, 0x75, 0x40, 0xff, 0xb9, 0x75, 0x3f, 0xff, 0xbb, 0x76, 0x40, 0xff, 0xbe, 0x78, 0x41, 0xff, 0xc0, 0x7b, 0x43, 0xff, 0xc4, 0x7f, 0x46, 0xff, 0xcd, 0x84, 0x4a, 0xff, 0xd4, 0x86, 0x4e, 0xff, 0xd6, 0x87, 0x50, 0xff, 0xdb, 0x8a, 0x52, 0xff, 0xdd, 0x8b, 0x53, 0xff, 0xdd, 0x8b, 0x53, 0xff, 0xdf, 0x8e, 0x54, 0xff, 0xe4, 0x8e, 0x55, 0xff, 0xe7, 0x90, 0x57, 0xff, 0xe8, 0x92, 0x59, 0xff, 0xec, 0x95, 0x5c, 0xff, 0xe5, 0x93, 0x5c, 0xff, 0xc0, 0x7d, 0x4a, 0xff, 0xad, 0x6f, 0x3d, 0xff, 0xb4, 0x74, 0x44, 0xff, 0xb6, 0x76, 0x46, 0xff, 0xb9, 0x79, 0x49, 0xff, 0xbb, 0x7d, 0x4c, 0xff, 0xad, 0x70, 0x42, 0xff, 0x9b, 0x5d, 0x31, 0xff, 0x9f, 0x60, 0x33, 0xff, 0xa1, 0x64, 0x37, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa6, 0x6a, 0x3c, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xac, 0x70, 0x41, 0xff, 0xab, 0x70, 0x41, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x87, 0x49, 0x29, 0xff, 0x92, 0x55, 0x31, 0xff, 0xaa, 0x6a, 0x43, 0xff, 0xb7, 0x76, 0x49, 0xff, 0xbc, 0x7d, 0x4d, 0xff, 0xc8, 0x89, 0x57, 0xff, 0xdc, 0x97, 0x61, 0xff, 0xeb, 0x9e, 0x66, 0xff, 0xed, 0x9d, 0x64, 0xff, 0xea, 0x98, 0x61, 0xff, 0xe4, 0x95, 0x5e, 0xff, 0xd8, 0x91, 0x59, 0xff, 0xcd, 0x8c, 0x56, 0xff, 0xcc, 0x89, 0x55, 0xff, 0xdc, 0x98, 0x61, 0xff, 0xee, 0xa3, 0x6a, 0xff, 0xee, 0xa1, 0x66, 0xff, 0xee, 0x9e, 0x66, 0xff, 0xec, 0x9c, 0x64, 0xff, 0xea, 0x9b, 0x63, 0xff, 0xee, 0x9c, 0x65, 0xff, 0xe3, 0x95, 0x5f, 0xff, 0xce, 0x8a, 0x55, 0xff, 0xd9, 0x8f, 0x59, 0xff, 0xea, 0x97, 0x60, 0xff, 0xeb, 0x97, 0x60, 0xff, 0xec, 0x99, 0x61, 0xff, 0xea, 0x99, 0x61, 0xff, 0xe8, 0x95, 0x5f, 0xff, 0xe5, 0x98, 0x60, 0xff, 0xe3, 0x98, 0x60, 0xff, 0xde, 0x95, 0x60, 0xff, 0xda, 0x95, 0x60, 0xff, 0xd7, 0x95, 0x5e, 0xff, 0xd2, 0x90, 0x5b, 0xff, 0xcd, 0x8c, 0x59, 0xff, 0xc8, 0x8a, 0x57, 0xff, 0xc2, 0x86, 0x54, 0xff, 0xbc, 0x80, 0x4f, 0xff, 0xbf, 0x81, 0x51, 0xff, 0xc0, 0x82, 0x50, 0xff, 0xba, 0x7b, 0x49, 0xff, 0xb8, 0x78, 0x46, 0xff, 0xba, 0x7b, 0x47, 0xff, 0xbd, 0x7e, 0x48, 0xff, 0xba, 0x7b, 0x46, 0xff, 0xb6, 0x79, 0x48, 0xff, 0xb4, 0x7a, 0x4b, 0xff, 0xb2, 0x79, 0x4b, 0xff, 0xae, 0x75, 0x48, 0xff, 0xab, 0x70, 0x45, 0xff, 0xab, 0x6f, 0x45, 0xff, 0xa3, 0x67, 0x3c, 0xff, 0x9b, 0x5d, 0x30, 0xff, 0x96, 0x57, 0x2c, 0xff, 0x93, 0x54, 0x2b, 0xff, 0x92, 0x52, 0x2a, 0xff, 0x8f, 0x4f, 0x25, 0xff, 0x8d, 0x4c, 0x24, 0xff, 0x8c, 0x4a, 0x23, 0xff, 0x8c, 0x4a, 0x23, 0xff, 0x8b, 0x49, 0x22, 0xff, 0x8c, 0x4a, 0x24, 0xff, 0x8b, 0x4a, 0x22, 0xff, 0x8c, 0x4a, 0x22, 0xff, 0x8c, 0x4b, 0x26, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8c, 0x4e, 0x2e, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x92, 0x55, 0x2f, 0xff, 0xb9, 0x79, 0x4a, 0xff, 0xbe, 0x7d, 0x4f, 0xff, 0xb9, 0x79, 0x4a, 0xff, 0xbf, 0x7c, 0x4d, 0xff, 0xbe, 0x7c, 0x4c, 0xff, 0xc3, 0x81, 0x50, 0xff, 0xbc, 0x7d, 0x4e, 0xff, 0xbb, 0x7c, 0x4e, 0xff, 0xbf, 0x81, 0x51, 0xff, 0xc5, 0x89, 0x58, 0xff, 0xd0, 0x8f, 0x5e, 0xff, 0xdf, 0x98, 0x65, 0xff, 0xec, 0xa2, 0x70, 0xff, 0xee, 0xab, 0x76, 0xff, 0xee, 0xb0, 0x7c, 0xff, 0xee, 0xb6, 0x80, 0xff, 0xee, 0xb7, 0x7e, 0xff, 0xee, 0xb4, 0x7d, 0xff, 0xee, 0xaf, 0x7b, 0xff, 0xee, 0xa9, 0x73, 0xff, 0xee, 0xa7, 0x70, 0xff, 0xec, 0xa2, 0x6b, 0xff, 0xeb, 0x9a, 0x64, 0xff, 0xe0, 0x93, 0x5b, 0xff, 0xd2, 0x8b, 0x56, 0xff, 0xc9, 0x87, 0x50, 0xff, 0xc5, 0x81, 0x4c, 0xff, 0xc0, 0x7d, 0x49, 0xff, 0xbd, 0x7c, 0x45, 0xff, 0xbb, 0x77, 0x42, 0xff, 0xba, 0x76, 0x40, 0xff, 0xb8, 0x75, 0x3f, 0xff, 0xb8, 0x76, 0x41, 0xff, 0xbb, 0x78, 0x43, 0xff, 0xbe, 0x7a, 0x45, 0xff, 0xc2, 0x7e, 0x49, 0xff, 0xc2, 0x82, 0x4d, 0xff, 0xc2, 0x86, 0x4f, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xbd, 0x80, 0x4b, 0xff, 0xbc, 0x7d, 0x49, 0xff, 0xba, 0x7a, 0x45, 0xff, 0xb9, 0x76, 0x43, 0xff, 0xb8, 0x76, 0x42, 0xff, 0xb4, 0x72, 0x3f, 0xff, 0xb4, 0x71, 0x3f, 0xff, 0xb1, 0x6f, 0x3f, 0xff, 0xaa, 0x6a, 0x3a, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa2, 0x69, 0x38, 0xff, 0xa0, 0x64, 0x35, 0xff, 0x9d, 0x5e, 0x32, 0xff, - 0x9a, 0x5b, 0x32, 0xff, 0x9c, 0x5e, 0x33, 0xff, 0x9c, 0x5e, 0x33, 0xff, 0x99, 0x5d, 0x34, 0xff, 0xa0, 0x6a, 0x3b, 0xff, 0x9f, 0x69, 0x3b, 0xff, 0x9a, 0x62, 0x38, 0xff, 0x93, 0x5a, 0x33, 0xff, 0x92, 0x58, 0x32, 0xff, 0x91, 0x56, 0x30, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x85, 0x48, 0x28, 0xff, 0x84, 0x46, 0x26, 0xff, 0x82, 0x45, 0x26, 0xff, 0x81, 0x44, 0x24, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x96, 0x57, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x97, 0x57, 0x31, 0xff, 0x97, 0x58, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x97, 0x57, 0x31, 0xff, 0x98, 0x58, 0x32, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x99, 0x5d, 0x37, 0xff, 0x9b, 0x62, 0x3b, 0xff, 0xc4, 0x9f, 0x63, 0xff, 0xf0, 0xdb, 0x85, 0xff, 0xe6, 0xe1, 0x8e, 0xff, 0xe7, 0xe0, 0xa0, 0xff, 0xec, 0xe2, 0xb5, 0xff, 0xee, 0xe2, 0xd4, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd3, 0xff, 0xed, 0xe1, 0xbe, 0xff, 0xe9, 0xe2, 0xa0, 0xff, 0xeb, 0xdd, 0x90, 0xff, 0xee, 0xc4, 0x82, 0xff, 0xec, 0xad, 0x76, 0xff, 0xed, 0xa1, 0x6b, 0xff, 0xe6, 0x98, 0x60, 0xff, 0xd4, 0x90, 0x58, 0xff, 0xca, 0x89, 0x54, 0xff, 0xc5, 0x85, 0x51, 0xff, 0xc2, 0x80, 0x4d, 0xff, 0xc0, 0x7f, 0x4b, 0xff, 0xbe, 0x7d, 0x48, 0xff, 0xbe, 0x7c, 0x47, 0xff, 0xbe, 0x7b, 0x45, 0xff, 0xc1, 0x7a, 0x44, 0xff, 0xc3, 0x7d, 0x45, 0xff, 0xc6, 0x81, 0x46, 0xff, 0xcc, 0x84, 0x49, 0xff, 0xd6, 0x87, 0x4e, 0xff, 0xe0, 0x8c, 0x53, 0xff, 0xe7, 0x8e, 0x54, 0xff, 0xe8, 0x8f, 0x55, 0xff, 0xe6, 0x90, 0x55, 0xff, 0xe9, 0x90, 0x57, 0xff, 0xec, 0x91, 0x59, 0xff, 0xed, 0x93, 0x59, 0xff, 0xed, 0x94, 0x59, 0xff, 0xef, 0x96, 0x5c, 0xff, 0xe6, 0x93, 0x5c, 0xff, 0xc6, 0x80, 0x4d, 0xff, 0xb2, 0x72, 0x42, 0xff, 0xb5, 0x75, 0x45, 0xff, 0xb7, 0x76, 0x46, 0xff, 0xbb, 0x7b, 0x49, 0xff, 0xbc, 0x7c, 0x4b, 0xff, 0xa8, 0x68, 0x3d, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0x9e, 0x61, 0x35, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa7, 0x6b, 0x3c, 0xff, 0xaa, 0x6e, 0x3f, 0xff, 0x9f, 0x63, 0x39, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x91, 0x55, 0x31, 0xff, 0x95, 0x58, 0x34, 0xff, 0x95, 0x56, 0x33, 0xff, 0x9c, 0x5a, 0x34, 0xff, 0xa9, 0x68, 0x3c, 0xff, 0xb3, 0x75, 0x47, 0xff, 0xbc, 0x7f, 0x50, 0xff, 0xbd, 0x81, 0x51, 0xff, 0xbc, 0x81, 0x51, 0xff, 0xbe, 0x84, 0x53, 0xff, 0xbc, 0x87, 0x55, 0xff, 0xd7, 0x9c, 0x66, 0xff, 0xe4, 0xa3, 0x6b, 0xff, 0xd3, 0x94, 0x60, 0xff, 0xc9, 0x8b, 0x58, 0xff, 0xc2, 0x83, 0x4f, 0xff, 0xbc, 0x79, 0x45, 0xff, 0xb7, 0x75, 0x42, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xc9, 0x85, 0x52, 0xff, 0xe1, 0x90, 0x5b, 0xff, 0xeb, 0x94, 0x5e, 0xff, 0xee, 0x99, 0x62, 0xff, 0xed, 0x9d, 0x65, 0xff, 0xee, 0x9d, 0x65, 0xff, 0xec, 0x9e, 0x64, 0xff, 0xe7, 0x9d, 0x66, 0xff, 0xe4, 0x9d, 0x67, 0xff, 0xe0, 0x9f, 0x67, 0xff, 0xdc, 0x9f, 0x67, 0xff, 0xd7, 0x9c, 0x66, 0xff, 0xd5, 0x98, 0x64, 0xff, 0xd5, 0x97, 0x62, 0xff, 0xd4, 0x93, 0x60, 0xff, 0xce, 0x8e, 0x5c, 0xff, 0xc3, 0x85, 0x55, 0xff, 0xc7, 0x88, 0x57, 0xff, 0xc8, 0x88, 0x56, 0xff, 0xbf, 0x82, 0x4e, 0xff, 0xbd, 0x81, 0x4c, 0xff, 0xbb, 0x7e, 0x4a, 0xff, 0xbd, 0x7f, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xb5, 0x7c, 0x4b, 0xff, 0xb2, 0x78, 0x4a, 0xff, 0xb0, 0x74, 0x4a, 0xff, 0xa4, 0x67, 0x3c, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x97, 0x56, 0x2d, 0xff, 0x96, 0x54, 0x2a, 0xff, 0x93, 0x50, 0x2a, 0xff, 0x90, 0x4f, 0x28, 0xff, 0x8f, 0x4e, 0x27, 0xff, 0x8e, 0x4d, 0x26, 0xff, 0x8b, 0x4b, 0x23, 0xff, 0x8d, 0x4b, 0x23, 0xff, 0x8e, 0x4b, 0x24, 0xff, 0x8d, 0x4c, 0x28, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8b, 0x49, 0x2a, 0xff, 0xa2, 0x65, 0x3c, 0xff, 0xbe, 0x7c, 0x4f, 0xff, 0xba, 0x7b, 0x4b, 0xff, 0xbd, 0x7b, 0x4d, 0xff, 0xbe, 0x7e, 0x4c, 0xff, 0xbd, 0x7d, 0x4c, 0xff, 0xb9, 0x79, 0x4a, 0xff, 0xba, 0x7c, 0x4d, 0xff, 0xbe, 0x7f, 0x52, 0xff, 0xc4, 0x87, 0x57, 0xff, 0xd0, 0x8e, 0x5e, 0xff, 0xe7, 0x9b, 0x67, 0xff, 0xee, 0xa6, 0x73, 0xff, 0xee, 0xb0, 0x7a, 0xff, 0xee, 0xba, 0x82, 0xff, 0xee, 0xc4, 0x88, 0xff, 0xed, 0xcb, 0x8c, 0xff, 0xed, 0xc9, 0x8a, 0xff, 0xee, 0xc0, 0x87, 0xff, 0xee, 0xbd, 0x82, 0xff, 0xee, 0xb3, 0x7a, 0xff, 0xee, 0xa9, 0x74, 0xff, 0xee, 0xa7, 0x6c, 0xff, 0xed, 0x9e, 0x65, 0xff, 0xe1, 0x93, 0x5d, 0xff, 0xd3, 0x8c, 0x56, 0xff, 0xcc, 0x86, 0x51, 0xff, 0xc6, 0x83, 0x4b, 0xff, 0xc1, 0x7f, 0x48, 0xff, 0xc0, 0x7d, 0x45, 0xff, 0xbe, 0x78, 0x43, 0xff, 0xbc, 0x77, 0x42, 0xff, 0xbb, 0x77, 0x42, 0xff, 0xbb, 0x79, 0x44, 0xff, 0xc0, 0x7c, 0x47, 0xff, 0xc6, 0x84, 0x4c, 0xff, 0xc8, 0x88, 0x52, 0xff, 0xc7, 0x8c, 0x55, 0xff, 0xc8, 0x8d, 0x54, 0xff, 0xc4, 0x87, 0x51, 0xff, 0xc1, 0x84, 0x51, 0xff, 0xbe, 0x80, 0x4b, 0xff, 0xbb, 0x7c, 0x48, 0xff, 0xb8, 0x79, 0x43, 0xff, 0xb6, 0x75, 0x42, 0xff, 0xb4, 0x72, 0x40, 0xff, 0xb4, 0x72, 0x3f, 0xff, 0xb2, 0x6f, 0x3f, 0xff, 0xb4, 0x74, 0x42, 0xff, 0xa9, 0x6d, 0x3b, 0xff, 0xa2, 0x64, 0x37, 0xff, 0x9d, 0x5e, 0x33, 0xff, - 0x9a, 0x5b, 0x33, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0xa0, 0x66, 0x3b, 0xff, 0xa2, 0x6c, 0x3f, 0xff, 0xa0, 0x6a, 0x3e, 0xff, 0x9f, 0x68, 0x3c, 0xff, 0x96, 0x59, 0x34, 0xff, 0x95, 0x58, 0x32, 0xff, 0x93, 0x57, 0x30, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x85, 0x48, 0x28, 0xff, 0x84, 0x46, 0x27, 0xff, 0x84, 0x46, 0x27, 0xff, 0x83, 0x44, 0x26, 0xff, 0x82, 0x44, 0x27, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x97, 0x58, 0x31, 0xff, 0x97, 0x57, 0x31, 0xff, 0x97, 0x58, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x57, 0x32, 0xff, 0x97, 0x57, 0x32, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x97, 0x59, 0x33, 0xff, 0x97, 0x59, 0x34, 0xff, 0xa5, 0x6a, 0x3e, 0xff, 0xec, 0xb8, 0x75, 0xff, 0xef, 0xc8, 0x7d, 0xff, 0xed, 0xdd, 0x87, 0xff, 0xe3, 0xe2, 0x99, 0xff, 0xe9, 0xe1, 0xab, 0xff, 0xee, 0xe1, 0xcb, 0xff, 0xee, 0xe2, 0xd6, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xef, 0xe2, 0xcf, 0xff, 0xea, 0xe2, 0xb1, 0xff, 0xe7, 0xe1, 0x99, 0xff, 0xef, 0xd6, 0x8a, 0xff, 0xee, 0xb5, 0x7a, 0xff, 0xee, 0xa5, 0x6e, 0xff, 0xeb, 0x9a, 0x65, 0xff, 0xe2, 0x93, 0x5d, 0xff, 0xd8, 0x8f, 0x58, 0xff, 0xd2, 0x8b, 0x54, 0xff, 0xcf, 0x89, 0x53, 0xff, 0xcd, 0x86, 0x52, 0xff, 0xcc, 0x86, 0x50, 0xff, 0xcd, 0x86, 0x4f, 0xff, 0xd0, 0x86, 0x4e, 0xff, 0xd5, 0x86, 0x4f, 0xff, 0xdb, 0x88, 0x4f, 0xff, 0xdb, 0x8c, 0x4e, 0xff, 0xd8, 0x8a, 0x4e, 0xff, 0xe3, 0x8e, 0x53, 0xff, 0xec, 0x91, 0x59, 0xff, 0xec, 0x92, 0x58, 0xff, 0xec, 0x90, 0x57, 0xff, 0xed, 0x93, 0x5a, 0xff, 0xee, 0x94, 0x5b, 0xff, 0xee, 0x95, 0x5b, 0xff, 0xee, 0x96, 0x5c, 0xff, 0xee, 0x97, 0x5d, 0xff, 0xe8, 0x96, 0x5d, 0xff, 0xca, 0x84, 0x4f, 0xff, 0xb0, 0x70, 0x3e, 0xff, 0xb8, 0x77, 0x45, 0xff, 0xb9, 0x78, 0x46, 0xff, 0xbd, 0x7a, 0x4a, 0xff, 0xba, 0x78, 0x49, 0xff, 0xa3, 0x65, 0x39, 0xff, 0x92, 0x54, 0x2b, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0x9c, 0x5d, 0x31, 0xff, 0x9e, 0x60, 0x33, 0xff, 0xa1, 0x62, 0x35, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0x96, 0x59, 0x33, 0xff, 0x8a, 0x4e, 0x2c, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x90, 0x55, 0x31, 0xff, 0x93, 0x58, 0x32, 0xff, 0x97, 0x59, 0x32, 0xff, 0x97, 0x58, 0x31, 0xff, 0x96, 0x58, 0x32, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x89, 0x4e, 0x2b, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x86, 0x48, 0x28, 0xff, 0x9c, 0x61, 0x39, 0xff, 0xc1, 0x86, 0x53, 0xff, 0xc5, 0x85, 0x53, 0xff, 0xbd, 0x7f, 0x4d, 0xff, 0xba, 0x7c, 0x49, 0xff, 0xb9, 0x79, 0x46, 0xff, 0xb8, 0x78, 0x45, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xba, 0x7a, 0x49, 0xff, 0xde, 0x90, 0x5a, 0xff, 0xf0, 0x99, 0x62, 0xff, 0xee, 0x99, 0x62, 0xff, 0xed, 0x9f, 0x66, 0xff, 0xec, 0xa1, 0x67, 0xff, 0xed, 0xa2, 0x69, 0xff, 0xef, 0xa4, 0x6b, 0xff, 0xeb, 0xa6, 0x6c, 0xff, 0xe5, 0xa7, 0x6f, 0xff, 0xe1, 0xa8, 0x71, 0xff, 0xdb, 0xa6, 0x6f, 0xff, 0xd9, 0xa5, 0x70, 0xff, 0xd9, 0xa5, 0x6f, 0xff, 0xd9, 0xa1, 0x6a, 0xff, 0xd9, 0x9c, 0x67, 0xff, 0xd8, 0x96, 0x62, 0xff, 0xce, 0x8e, 0x5c, 0xff, 0xd7, 0x92, 0x5f, 0xff, 0xd5, 0x90, 0x5a, 0xff, 0xc7, 0x89, 0x52, 0xff, 0xc3, 0x87, 0x50, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xbd, 0x7e, 0x49, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xbb, 0x81, 0x49, 0xff, 0xb8, 0x7f, 0x4a, 0xff, 0xaa, 0x6c, 0x3c, 0xff, 0xa2, 0x62, 0x34, 0xff, 0x9e, 0x5f, 0x33, 0xff, 0x9c, 0x5c, 0x31, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x99, 0x57, 0x2d, 0xff, 0x98, 0x54, 0x2c, 0xff, 0x93, 0x51, 0x28, 0xff, 0x91, 0x4e, 0x27, 0xff, 0x8f, 0x4d, 0x24, 0xff, 0x90, 0x4d, 0x23, 0xff, 0x90, 0x4d, 0x22, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x88, 0x49, 0x2b, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0xb9, 0x78, 0x4b, 0xff, 0xc1, 0x7f, 0x51, 0xff, 0xb8, 0x77, 0x49, 0xff, 0xbf, 0x7e, 0x4e, 0xff, 0xbf, 0x7f, 0x4d, 0xff, 0xb9, 0x79, 0x49, 0xff, 0xba, 0x79, 0x4b, 0xff, 0xbd, 0x7e, 0x4f, 0xff, 0xc3, 0x85, 0x53, 0xff, 0xd0, 0x8e, 0x5b, 0xff, 0xe7, 0x9a, 0x66, 0xff, 0xee, 0xa4, 0x71, 0xff, 0xee, 0xaf, 0x7a, 0xff, 0xee, 0xbe, 0x84, 0xff, 0xee, 0xd2, 0x8f, 0xff, 0xee, 0xda, 0x95, 0xff, 0xee, 0xe1, 0x96, 0xff, 0xee, 0xe0, 0x96, 0xff, 0xed, 0xdb, 0x93, 0xff, 0xee, 0xc9, 0x87, 0xff, 0xee, 0xb9, 0x7f, 0xff, 0xec, 0xad, 0x77, 0xff, 0xee, 0xa7, 0x6f, 0xff, 0xec, 0x9e, 0x66, 0xff, 0xdf, 0x94, 0x5a, 0xff, 0xd4, 0x8d, 0x55, 0xff, 0xcd, 0x86, 0x51, 0xff, 0xc6, 0x83, 0x4c, 0xff, 0xc3, 0x80, 0x49, 0xff, 0xc0, 0x7d, 0x45, 0xff, 0xbc, 0x78, 0x42, 0xff, 0xbc, 0x78, 0x43, 0xff, 0xbb, 0x79, 0x44, 0xff, 0xbf, 0x7e, 0x46, 0xff, 0xc5, 0x82, 0x4a, 0xff, 0xca, 0x86, 0x4f, 0xff, 0xcc, 0x8d, 0x55, 0xff, 0xcb, 0x8e, 0x56, 0xff, 0xc8, 0x8a, 0x55, 0xff, 0xc5, 0x86, 0x52, 0xff, 0xc0, 0x83, 0x50, 0xff, 0xbe, 0x7f, 0x4b, 0xff, 0xbb, 0x7a, 0x48, 0xff, 0xb8, 0x79, 0x44, 0xff, 0xb7, 0x75, 0x42, 0xff, 0xb6, 0x72, 0x42, 0xff, 0xb9, 0x76, 0x43, 0xff, 0xb7, 0x75, 0x42, 0xff, 0xb6, 0x75, 0x43, 0xff, 0xaa, 0x6b, 0x3b, 0xff, 0xa1, 0x61, 0x37, 0xff, - 0xa3, 0x64, 0x39, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9c, 0x5f, 0x38, 0xff, 0xa5, 0x6e, 0x44, 0xff, 0xa4, 0x6e, 0x43, 0xff, 0xa1, 0x6d, 0x40, 0xff, 0xa1, 0x6d, 0x3f, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x97, 0x59, 0x32, 0xff, 0x95, 0x56, 0x30, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x87, 0x48, 0x29, 0xff, 0x85, 0x48, 0x28, 0xff, 0x84, 0x47, 0x27, 0xff, 0x85, 0x48, 0x27, 0xff, 0x84, 0x48, 0x2a, 0xff, 0x87, 0x4c, 0x2a, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x96, 0x56, 0x30, 0xff, 0x96, 0x55, 0x30, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x97, 0x57, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x98, 0x58, 0x32, 0xff, 0x98, 0x58, 0x32, 0xff, 0x98, 0x58, 0x33, 0xff, 0x98, 0x57, 0x33, 0xff, 0x97, 0x57, 0x32, 0xff, 0x98, 0x5a, 0x34, 0xff, 0xd3, 0x9b, 0x63, 0xff, 0xf1, 0xb1, 0x70, 0xff, 0xec, 0xbc, 0x76, 0xff, 0xee, 0xd2, 0x82, 0xff, 0xe7, 0xe2, 0x90, 0xff, 0xe5, 0xe1, 0x9f, 0xff, 0xeb, 0xe2, 0xb5, 0xff, 0xee, 0xe2, 0xd3, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xee, 0xe2, 0xd5, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xed, 0xe2, 0xcd, 0xff, 0xeb, 0xe2, 0xb1, 0xff, 0xeb, 0xdf, 0x98, 0xff, 0xed, 0xd0, 0x87, 0xff, 0xee, 0xb5, 0x79, 0xff, 0xee, 0xa7, 0x6f, 0xff, 0xed, 0xa0, 0x68, 0xff, 0xe9, 0x98, 0x5f, 0xff, 0xde, 0x90, 0x59, 0xff, 0xd7, 0x8e, 0x55, 0xff, 0xd3, 0x8c, 0x54, 0xff, 0xd3, 0x8a, 0x53, 0xff, 0xd6, 0x8a, 0x53, 0xff, 0xd9, 0x8a, 0x52, 0xff, 0xdb, 0x8b, 0x53, 0xff, 0xdf, 0x8c, 0x52, 0xff, 0xe5, 0x8e, 0x54, 0xff, 0xea, 0x91, 0x55, 0xff, 0xee, 0x92, 0x57, 0xff, 0xee, 0x95, 0x5a, 0xff, 0xee, 0x96, 0x5b, 0xff, 0xed, 0x94, 0x59, 0xff, 0xee, 0x95, 0x5b, 0xff, 0xee, 0x98, 0x5d, 0xff, 0xee, 0x98, 0x5d, 0xff, 0xee, 0x97, 0x5d, 0xff, 0xef, 0x99, 0x5f, 0xff, 0xe5, 0x96, 0x5e, 0xff, 0xc7, 0x83, 0x4f, 0xff, 0xb5, 0x75, 0x43, 0xff, 0xbb, 0x7a, 0x48, 0xff, 0xbc, 0x7c, 0x49, 0xff, 0xbf, 0x7f, 0x4c, 0xff, 0xb9, 0x79, 0x48, 0xff, 0xa1, 0x61, 0x35, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x9b, 0x5b, 0x2f, 0xff, 0x9c, 0x5d, 0x30, 0xff, 0x9d, 0x5f, 0x31, 0xff, 0xa0, 0x60, 0x33, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa3, 0x67, 0x39, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x8d, 0x4f, 0x2f, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x8b, 0x4d, 0x2d, 0xff, 0x8b, 0x4d, 0x2d, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x90, 0x53, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x94, 0x57, 0x32, 0xff, 0x95, 0x57, 0x31, 0xff, 0x95, 0x57, 0x30, 0xff, 0x96, 0x59, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x88, 0x4c, 0x28, 0xff, 0xa9, 0x6c, 0x40, 0xff, 0xc9, 0x8a, 0x57, 0xff, 0xc5, 0x86, 0x53, 0xff, 0xc0, 0x80, 0x4d, 0xff, 0xbc, 0x7d, 0x49, 0xff, 0xb9, 0x79, 0x46, 0xff, 0xb5, 0x75, 0x46, 0xff, 0xb4, 0x77, 0x47, 0xff, 0xcf, 0x8a, 0x55, 0xff, 0xe9, 0x97, 0x5f, 0xff, 0xed, 0x9a, 0x62, 0xff, 0xed, 0x9e, 0x66, 0xff, 0xed, 0xa1, 0x68, 0xff, 0xee, 0xa2, 0x69, 0xff, 0xed, 0xa7, 0x6d, 0xff, 0xed, 0xac, 0x73, 0xff, 0xec, 0xad, 0x75, 0xff, 0xe8, 0xab, 0x77, 0xff, 0xe1, 0xa9, 0x78, 0xff, 0xde, 0xa8, 0x7a, 0xff, 0xde, 0xa9, 0x7b, 0xff, 0xde, 0xa9, 0x79, 0xff, 0xdf, 0xa9, 0x75, 0xff, 0xde, 0xa5, 0x70, 0xff, 0xde, 0x9f, 0x6a, 0xff, 0xdb, 0x98, 0x63, 0xff, 0xe1, 0x9a, 0x63, 0xff, 0xe1, 0x98, 0x60, 0xff, 0xd3, 0x8e, 0x57, 0xff, 0xcb, 0x8b, 0x53, 0xff, 0xc5, 0x87, 0x4f, 0xff, 0xbe, 0x80, 0x48, 0xff, 0xba, 0x7b, 0x45, 0xff, 0xb0, 0x71, 0x3e, 0xff, 0xa8, 0x6a, 0x39, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa2, 0x61, 0x34, 0xff, 0xa1, 0x60, 0x34, 0xff, 0xa0, 0x5f, 0x33, 0xff, 0xa1, 0x5e, 0x33, 0xff, 0xa1, 0x5e, 0x34, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x94, 0x55, 0x31, 0xff, 0x8a, 0x4d, 0x2e, 0xff, 0x89, 0x4b, 0x2d, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8b, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8d, 0x4b, 0x2b, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x96, 0x58, 0x32, 0xff, 0xc0, 0x80, 0x52, 0xff, 0xbf, 0x7f, 0x4e, 0xff, 0xb7, 0x76, 0x48, 0xff, 0xc0, 0x7f, 0x4e, 0xff, 0xba, 0x7a, 0x4b, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0xbc, 0x7c, 0x4c, 0xff, 0xc3, 0x83, 0x53, 0xff, 0xcf, 0x8b, 0x59, 0xff, 0xde, 0x95, 0x62, 0xff, 0xed, 0x9e, 0x6c, 0xff, 0xef, 0xad, 0x77, 0xff, 0xee, 0xbb, 0x85, 0xff, 0xee, 0xd5, 0x8f, 0xff, 0xeb, 0xe0, 0x9a, 0xff, 0xe7, 0xe2, 0x9e, 0xff, 0xe7, 0xe1, 0xa3, 0xff, 0xe7, 0xe1, 0xa0, 0xff, 0xea, 0xe0, 0x96, 0xff, 0xee, 0xd4, 0x8c, 0xff, 0xed, 0xbf, 0x81, 0xff, 0xee, 0xb1, 0x77, 0xff, 0xef, 0xa6, 0x6c, 0xff, 0xeb, 0x9c, 0x64, 0xff, 0xe0, 0x93, 0x5d, 0xff, 0xd5, 0x8e, 0x55, 0xff, 0xcd, 0x87, 0x4f, 0xff, 0xc6, 0x82, 0x4b, 0xff, 0xc2, 0x80, 0x48, 0xff, 0xbf, 0x7b, 0x45, 0xff, 0xbe, 0x79, 0x43, 0xff, 0xbd, 0x79, 0x42, 0xff, 0xbe, 0x7a, 0x43, 0xff, 0xc0, 0x7d, 0x45, 0xff, 0xc5, 0x81, 0x49, 0xff, 0xc9, 0x85, 0x4d, 0xff, 0xca, 0x88, 0x50, 0xff, 0xc8, 0x87, 0x50, 0xff, 0xc4, 0x85, 0x50, 0xff, 0xc1, 0x83, 0x4f, 0xff, 0xc0, 0x81, 0x4c, 0xff, 0xbf, 0x80, 0x4a, 0xff, 0xbd, 0x7d, 0x47, 0xff, 0xba, 0x7a, 0x46, 0xff, 0xbb, 0x7c, 0x46, 0xff, 0xbb, 0x79, 0x45, 0xff, 0xb8, 0x76, 0x45, 0xff, 0xb8, 0x75, 0x43, 0xff, 0xb6, 0x75, 0x43, 0xff, 0xad, 0x6d, 0x3d, 0xff, - 0xb0, 0x71, 0x40, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0x9e, 0x63, 0x3c, 0xff, 0xa6, 0x6e, 0x47, 0xff, 0xa5, 0x6e, 0x45, 0xff, 0xa4, 0x6d, 0x41, 0xff, 0xa2, 0x6b, 0x3e, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x96, 0x58, 0x31, 0xff, 0x94, 0x56, 0x2f, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x88, 0x49, 0x29, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x8a, 0x4f, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x98, 0x58, 0x32, 0xff, 0x96, 0x56, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x96, 0x56, 0x31, 0xff, 0x97, 0x57, 0x32, 0xff, 0x98, 0x57, 0x33, 0xff, 0x98, 0x58, 0x32, 0xff, 0x96, 0x58, 0x33, 0xff, 0x95, 0x54, 0x31, 0xff, 0xb4, 0x79, 0x49, 0xff, 0xf3, 0xa9, 0x68, 0xff, 0xed, 0xae, 0x6c, 0xff, 0xee, 0xb1, 0x70, 0xff, 0xef, 0xc1, 0x78, 0xff, 0xeb, 0xd5, 0x82, 0xff, 0xe6, 0xe3, 0x91, 0xff, 0xe5, 0xe1, 0x9f, 0xff, 0xeb, 0xe2, 0xb6, 0xff, 0xee, 0xe2, 0xd0, 0xff, 0xef, 0xe2, 0xd7, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd4, 0xff, 0xed, 0xe2, 0xc2, 0xff, 0xea, 0xe2, 0xa8, 0xff, 0xed, 0xe1, 0x97, 0xff, 0xee, 0xd4, 0x87, 0xff, 0xee, 0xb9, 0x78, 0xff, 0xee, 0xa9, 0x6f, 0xff, 0xee, 0xa1, 0x67, 0xff, 0xed, 0x98, 0x61, 0xff, 0xe9, 0x94, 0x5b, 0xff, 0xe2, 0x92, 0x5a, 0xff, 0xdd, 0x90, 0x58, 0xff, 0xdd, 0x8f, 0x56, 0xff, 0xde, 0x8f, 0x56, 0xff, 0xde, 0x8e, 0x55, 0xff, 0xdf, 0x8e, 0x55, 0xff, 0xe3, 0x8e, 0x55, 0xff, 0xea, 0x90, 0x56, 0xff, 0xed, 0x94, 0x59, 0xff, 0xed, 0x96, 0x5c, 0xff, 0xee, 0x9a, 0x5e, 0xff, 0xee, 0x9d, 0x61, 0xff, 0xee, 0x9c, 0x60, 0xff, 0xed, 0x9a, 0x5f, 0xff, 0xed, 0x99, 0x5e, 0xff, 0xee, 0x9c, 0x60, 0xff, 0xee, 0x9f, 0x63, 0xff, 0xe0, 0x99, 0x60, 0xff, 0xc4, 0x86, 0x50, 0xff, 0xbb, 0x7c, 0x48, 0xff, 0xbf, 0x7d, 0x4a, 0xff, 0xc0, 0x7e, 0x4b, 0xff, 0xc7, 0x85, 0x52, 0xff, 0xbe, 0x7d, 0x4c, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x9a, 0x5a, 0x2e, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x9b, 0x5a, 0x2f, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9d, 0x5f, 0x31, 0xff, 0x9e, 0x60, 0x33, 0xff, 0xa1, 0x62, 0x35, 0xff, 0xa1, 0x64, 0x37, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x8c, 0x4c, 0x2d, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x92, 0x54, 0x30, 0xff, 0x93, 0x56, 0x31, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x96, 0x58, 0x30, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x90, 0x55, 0x2d, 0xff, 0xb7, 0x76, 0x46, 0xff, 0xcd, 0x89, 0x55, 0xff, 0xc5, 0x85, 0x51, 0xff, 0xc1, 0x81, 0x4e, 0xff, 0xba, 0x7a, 0x49, 0xff, 0xb7, 0x7a, 0x49, 0xff, 0xb4, 0x77, 0x49, 0xff, 0xc7, 0x86, 0x54, 0xff, 0xe6, 0x99, 0x60, 0xff, 0xef, 0x9b, 0x61, 0xff, 0xee, 0x9d, 0x64, 0xff, 0xed, 0xa1, 0x67, 0xff, 0xec, 0xa4, 0x68, 0xff, 0xed, 0xa8, 0x6d, 0xff, 0xee, 0xad, 0x73, 0xff, 0xef, 0xaf, 0x78, 0xff, 0xec, 0xad, 0x7d, 0xff, 0xe7, 0xab, 0x7f, 0xff, 0xe5, 0xa9, 0x81, 0xff, 0xe3, 0xa8, 0x84, 0xff, 0xe4, 0xaa, 0x85, 0xff, 0xe5, 0xab, 0x82, 0xff, 0xe5, 0xac, 0x7e, 0xff, 0xe8, 0xae, 0x79, 0xff, 0xe9, 0xa9, 0x72, 0xff, 0xe8, 0xa2, 0x6a, 0xff, 0xe9, 0x9f, 0x65, 0xff, 0xe9, 0x9e, 0x65, 0xff, 0xe1, 0x97, 0x5c, 0xff, 0xd7, 0x93, 0x57, 0xff, 0xcc, 0x8d, 0x52, 0xff, 0xb7, 0x79, 0x46, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xa7, 0x68, 0x3c, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa3, 0x64, 0x37, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa2, 0x60, 0x34, 0xff, 0xa1, 0x5e, 0x33, 0xff, 0xa0, 0x5e, 0x31, 0xff, 0xa0, 0x5c, 0x31, 0xff, 0x9a, 0x57, 0x30, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x88, 0x49, 0x2b, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x88, 0x49, 0x29, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x89, 0x49, 0x27, 0xff, 0xad, 0x6c, 0x41, 0xff, 0xc5, 0x83, 0x53, 0xff, 0xbc, 0x7b, 0x4d, 0xff, 0xb7, 0x77, 0x48, 0xff, 0xbd, 0x7c, 0x4d, 0xff, 0xbb, 0x7a, 0x4c, 0xff, 0xba, 0x7b, 0x4c, 0xff, 0xc0, 0x7f, 0x4f, 0xff, 0xc7, 0x86, 0x55, 0xff, 0xd2, 0x8c, 0x5c, 0xff, 0xe4, 0x98, 0x65, 0xff, 0xee, 0xa9, 0x74, 0xff, 0xee, 0xb6, 0x80, 0xff, 0xee, 0xce, 0x8d, 0xff, 0xea, 0xe0, 0x9b, 0xff, 0xe8, 0xe1, 0xa4, 0xff, 0xe8, 0xe2, 0xa8, 0xff, 0xe8, 0xe2, 0xa6, 0xff, 0xe8, 0xe2, 0xa2, 0xff, 0xe8, 0xe2, 0x98, 0xff, 0xed, 0xdc, 0x8f, 0xff, 0xef, 0xc3, 0x82, 0xff, 0xed, 0xb2, 0x76, 0xff, 0xee, 0xa5, 0x6b, 0xff, 0xe9, 0x9a, 0x61, 0xff, 0xdd, 0x92, 0x5b, 0xff, 0xd4, 0x8d, 0x55, 0xff, 0xcd, 0x87, 0x50, 0xff, 0xc6, 0x81, 0x4b, 0xff, 0xc2, 0x7e, 0x48, 0xff, 0xc0, 0x79, 0x45, 0xff, 0xbe, 0x79, 0x42, 0xff, 0xbf, 0x79, 0x42, 0xff, 0xbf, 0x7a, 0x43, 0xff, 0xc0, 0x7b, 0x45, 0xff, 0xc4, 0x80, 0x47, 0xff, 0xc5, 0x80, 0x49, 0xff, 0xc4, 0x82, 0x4b, 0xff, 0xc2, 0x80, 0x4c, 0xff, 0xc1, 0x80, 0x4c, 0xff, 0xc1, 0x81, 0x4b, 0xff, 0xc1, 0x80, 0x49, 0xff, 0xbf, 0x7d, 0x48, 0xff, 0xc0, 0x80, 0x49, 0xff, 0xbf, 0x7f, 0x48, 0xff, 0xbc, 0x7d, 0x47, 0xff, 0xb9, 0x79, 0x46, 0xff, 0xb7, 0x74, 0x43, 0xff, 0xb5, 0x73, 0x42, 0xff, 0xb4, 0x72, 0x42, 0xff, - 0xb3, 0x72, 0x42, 0xff, 0xb1, 0x72, 0x42, 0xff, 0xaa, 0x71, 0x46, 0xff, 0xa6, 0x6c, 0x47, 0xff, 0xa6, 0x6d, 0x45, 0xff, 0xa4, 0x6b, 0x41, 0xff, 0xa0, 0x67, 0x3d, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x94, 0x55, 0x31, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x96, 0x57, 0x32, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x94, 0x55, 0x30, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x98, 0x59, 0x32, 0xff, 0x98, 0x58, 0x33, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x95, 0x58, 0x33, 0xff, 0xa5, 0x6a, 0x3e, 0xff, 0xe9, 0x9b, 0x62, 0xff, 0xee, 0x9c, 0x5f, 0xff, 0xed, 0xa5, 0x65, 0xff, 0xed, 0xaf, 0x6e, 0xff, 0xec, 0xb1, 0x73, 0xff, 0xef, 0xc0, 0x78, 0xff, 0xeb, 0xd2, 0x82, 0xff, 0xe5, 0xe2, 0x8f, 0xff, 0xe5, 0xe2, 0x9b, 0xff, 0xea, 0xe1, 0xad, 0xff, 0xee, 0xe2, 0xc5, 0xff, 0xef, 0xe2, 0xd7, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe3, 0xd7, 0xff, 0xef, 0xe2, 0xd6, 0xff, 0xef, 0xe2, 0xd5, 0xff, 0xee, 0xe1, 0xc9, 0xff, 0xe8, 0xe2, 0xae, 0xff, 0xe8, 0xe2, 0xa0, 0xff, 0xec, 0xe0, 0x92, 0xff, 0xef, 0xcf, 0x84, 0xff, 0xef, 0xb7, 0x78, 0xff, 0xee, 0xaa, 0x6e, 0xff, 0xee, 0xa1, 0x67, 0xff, 0xee, 0x9a, 0x60, 0xff, 0xed, 0x97, 0x5d, 0xff, 0xeb, 0x95, 0x5b, 0xff, 0xe7, 0x91, 0x5a, 0xff, 0xe4, 0x91, 0x5a, 0xff, 0xe2, 0x92, 0x59, 0xff, 0xe4, 0x92, 0x58, 0xff, 0xe5, 0x93, 0x58, 0xff, 0xe9, 0x93, 0x59, 0xff, 0xef, 0x94, 0x5a, 0xff, 0xee, 0x95, 0x5a, 0xff, 0xee, 0x96, 0x5b, 0xff, 0xee, 0x9b, 0x60, 0xff, 0xee, 0xa2, 0x64, 0xff, 0xed, 0xa2, 0x65, 0xff, 0xee, 0xa2, 0x65, 0xff, 0xed, 0xa0, 0x63, 0xff, 0xef, 0xa3, 0x67, 0xff, 0xdf, 0x9c, 0x63, 0xff, 0xc0, 0x81, 0x4c, 0xff, 0xc6, 0x84, 0x4d, 0xff, 0xc6, 0x86, 0x4f, 0xff, 0xcb, 0x87, 0x51, 0xff, 0xce, 0x8a, 0x56, 0xff, 0xb2, 0x71, 0x42, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9c, 0x5e, 0x32, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9c, 0x5c, 0x31, 0xff, 0x9c, 0x5d, 0x30, 0xff, 0x9d, 0x5d, 0x30, 0xff, 0x9c, 0x5e, 0x30, 0xff, 0x9d, 0x5e, 0x31, 0xff, 0xa0, 0x61, 0x33, 0xff, 0xa2, 0x62, 0x35, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x92, 0x56, 0x30, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x92, 0x55, 0x30, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8a, 0x4f, 0x2a, 0xff, 0x88, 0x4c, 0x28, 0xff, 0x99, 0x5d, 0x36, 0xff, 0xc6, 0x82, 0x52, 0xff, 0xd3, 0x8c, 0x56, 0xff, 0xc4, 0x82, 0x4f, 0xff, 0xbe, 0x80, 0x4c, 0xff, 0xbb, 0x7b, 0x49, 0xff, 0xbb, 0x7b, 0x4b, 0xff, 0xb4, 0x77, 0x48, 0xff, 0xd4, 0x8e, 0x5b, 0xff, 0xf0, 0x9e, 0x65, 0xff, 0xed, 0x9d, 0x62, 0xff, 0xed, 0xa1, 0x67, 0xff, 0xee, 0xa2, 0x68, 0xff, 0xee, 0xa6, 0x6b, 0xff, 0xef, 0xae, 0x71, 0xff, 0xef, 0xb2, 0x76, 0xff, 0xef, 0xb1, 0x7d, 0xff, 0xed, 0xaf, 0x84, 0xff, 0xec, 0xad, 0x85, 0xff, 0xec, 0xac, 0x86, 0xff, 0xec, 0xad, 0x88, 0xff, 0xec, 0xaf, 0x87, 0xff, 0xec, 0xae, 0x8a, 0xff, 0xee, 0xb1, 0x88, 0xff, 0xef, 0xb5, 0x83, 0xff, 0xef, 0xb3, 0x7a, 0xff, 0xef, 0xab, 0x70, 0xff, 0xec, 0xa5, 0x6a, 0xff, 0xf0, 0xa8, 0x6b, 0xff, 0xdf, 0x9a, 0x60, 0xff, 0xc5, 0x88, 0x54, 0xff, 0xb6, 0x7a, 0x4b, 0xff, 0xb0, 0x73, 0x46, 0xff, 0xac, 0x6f, 0x43, 0xff, 0xa8, 0x6c, 0x3f, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa3, 0x65, 0x37, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa2, 0x61, 0x35, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0xa0, 0x5e, 0x32, 0xff, 0x9b, 0x58, 0x30, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x89, 0x47, 0x2a, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x8f, 0x4d, 0x2c, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x8d, 0x4b, 0x2b, 0xff, 0x91, 0x51, 0x2d, 0xff, 0xba, 0x78, 0x4a, 0xff, 0xc0, 0x81, 0x4f, 0xff, 0xba, 0x7a, 0x4b, 0xff, 0xbb, 0x7a, 0x4b, 0xff, 0xbe, 0x7d, 0x4f, 0xff, 0xbb, 0x7c, 0x4c, 0xff, 0xbb, 0x7b, 0x4c, 0xff, 0xc1, 0x81, 0x50, 0xff, 0xc8, 0x88, 0x55, 0xff, 0xdb, 0x93, 0x5f, 0xff, 0xed, 0xa0, 0x6d, 0xff, 0xef, 0xae, 0x79, 0xff, 0xee, 0xc2, 0x86, 0xff, 0xec, 0xdf, 0x96, 0xff, 0xe8, 0xe2, 0xa3, 0xff, 0xea, 0xe1, 0xab, 0xff, 0xea, 0xe1, 0xad, 0xff, 0xe8, 0xe2, 0xa7, 0xff, 0xe5, 0xe2, 0x9f, 0xff, 0xe7, 0xe3, 0x96, 0xff, 0xee, 0xd4, 0x8d, 0xff, 0xef, 0xbe, 0x80, 0xff, 0xee, 0xaf, 0x72, 0xff, 0xee, 0xa3, 0x69, 0xff, 0xe8, 0x99, 0x60, 0xff, 0xd7, 0x90, 0x57, 0xff, 0xcd, 0x87, 0x52, 0xff, 0xca, 0x86, 0x4e, 0xff, 0xc8, 0x83, 0x4d, 0xff, 0xc2, 0x7e, 0x47, 0xff, 0xc0, 0x7a, 0x44, 0xff, 0xc0, 0x7a, 0x44, 0xff, 0xc0, 0x79, 0x43, 0xff, 0xc0, 0x7a, 0x44, 0xff, 0xc0, 0x7a, 0x44, 0xff, 0xc2, 0x7c, 0x45, 0xff, 0xc2, 0x7c, 0x47, 0xff, 0xc2, 0x80, 0x48, 0xff, 0xc2, 0x7f, 0x49, 0xff, 0xc1, 0x7e, 0x49, 0xff, 0xbe, 0x7c, 0x48, 0xff, 0xc2, 0x80, 0x48, 0xff, 0xc2, 0x80, 0x48, 0xff, 0xbf, 0x7e, 0x47, 0xff, 0xbc, 0x7a, 0x45, 0xff, 0xb9, 0x79, 0x46, 0xff, 0xb7, 0x73, 0x43, 0xff, 0xb5, 0x72, 0x41, 0xff, 0xb4, 0x72, 0x42, 0xff, - 0xb0, 0x70, 0x41, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb5, 0x79, 0x4b, 0xff, 0xaa, 0x72, 0x47, 0xff, 0xa5, 0x6c, 0x45, 0xff, 0xa2, 0x68, 0x40, 0xff, 0x9f, 0x66, 0x3c, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x95, 0x55, 0x30, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x8f, 0x51, 0x2b, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x94, 0x55, 0x30, 0xff, 0x96, 0x56, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x56, 0x30, 0xff, 0x95, 0x56, 0x30, 0xff, 0x97, 0x56, 0x30, 0xff, 0x97, 0x57, 0x32, 0xff, 0x97, 0x56, 0x32, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0xcf, 0x8b, 0x53, 0xff, 0xf0, 0x9c, 0x61, 0xff, 0xee, 0x9c, 0x61, 0xff, 0xee, 0x9e, 0x61, 0xff, 0xeb, 0xa1, 0x64, 0xff, 0xec, 0xad, 0x6d, 0xff, 0xed, 0xb1, 0x72, 0xff, 0xef, 0xba, 0x77, 0xff, 0xed, 0xcb, 0x7c, 0xff, 0xe8, 0xdf, 0x87, 0xff, 0xe5, 0xe3, 0x95, 0xff, 0xe6, 0xe1, 0xa0, 0xff, 0xec, 0xe3, 0xb2, 0xff, 0xed, 0xe1, 0xcb, 0xff, 0xee, 0xe3, 0xd3, 0xff, 0xef, 0xe3, 0xd3, 0xff, 0xef, 0xe2, 0xd3, 0xff, 0xef, 0xe2, 0xd0, 0xff, 0xee, 0xe2, 0xd0, 0xff, 0xee, 0xe3, 0xcf, 0xff, 0xee, 0xe2, 0xcb, 0xff, 0xed, 0xe1, 0xc3, 0xff, 0xeb, 0xe2, 0xb1, 0xff, 0xe8, 0xe2, 0xa6, 0xff, 0xe8, 0xe1, 0x9d, 0xff, 0xea, 0xdf, 0x93, 0xff, 0xee, 0xd1, 0x89, 0xff, 0xed, 0xbf, 0x7d, 0xff, 0xee, 0xb2, 0x74, 0xff, 0xee, 0xa9, 0x6c, 0xff, 0xee, 0xa2, 0x65, 0xff, 0xee, 0x9a, 0x60, 0xff, 0xee, 0x97, 0x5c, 0xff, 0xee, 0x95, 0x5b, 0xff, 0xeb, 0x94, 0x5a, 0xff, 0xe9, 0x93, 0x5a, 0xff, 0xeb, 0x94, 0x5a, 0xff, 0xee, 0x95, 0x5a, 0xff, 0xef, 0x96, 0x5c, 0xff, 0xee, 0x97, 0x5d, 0xff, 0xed, 0x99, 0x5e, 0xff, 0xee, 0x9c, 0x5f, 0xff, 0xee, 0x9c, 0x60, 0xff, 0xee, 0x9f, 0x62, 0xff, 0xed, 0xa1, 0x63, 0xff, 0xed, 0xa3, 0x65, 0xff, 0xee, 0xa4, 0x69, 0xff, 0xe9, 0xa2, 0x67, 0xff, 0xd4, 0x92, 0x58, 0xff, 0xc0, 0x7c, 0x47, 0xff, 0xca, 0x87, 0x50, 0xff, 0xcf, 0x8a, 0x53, 0xff, 0xd4, 0x8c, 0x56, 0xff, 0xc8, 0x84, 0x4f, 0xff, 0xac, 0x6f, 0x3e, 0xff, 0xa0, 0x62, 0x35, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa0, 0x61, 0x35, 0xff, 0x9f, 0x61, 0x34, 0xff, 0x9f, 0x60, 0x33, 0xff, 0xa1, 0x60, 0x33, 0xff, 0xa0, 0x61, 0x33, 0xff, 0x9f, 0x61, 0x33, 0xff, 0xa0, 0x61, 0x34, 0xff, 0xa1, 0x65, 0x35, 0xff, 0x99, 0x5b, 0x32, 0xff, 0x8c, 0x4b, 0x2c, 0xff, 0x8d, 0x4d, 0x2d, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x86, 0x47, 0x23, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xcc, 0x8a, 0x57, 0xff, 0xcf, 0x89, 0x55, 0xff, 0xc3, 0x81, 0x4f, 0xff, 0xbf, 0x80, 0x4e, 0xff, 0xbe, 0x7f, 0x4e, 0xff, 0xb9, 0x7b, 0x4a, 0xff, 0xc0, 0x84, 0x52, 0xff, 0xe1, 0x9c, 0x63, 0xff, 0xf0, 0xa2, 0x67, 0xff, 0xec, 0x9f, 0x65, 0xff, 0xec, 0xa1, 0x67, 0xff, 0xed, 0xa5, 0x69, 0xff, 0xef, 0xaa, 0x6e, 0xff, 0xef, 0xb3, 0x75, 0xff, 0xef, 0xb3, 0x7b, 0xff, 0xef, 0xb0, 0x83, 0xff, 0xef, 0xb0, 0x87, 0xff, 0xee, 0xb0, 0x89, 0xff, 0xee, 0xb0, 0x89, 0xff, 0xee, 0xb0, 0x8c, 0xff, 0xee, 0xb4, 0x8e, 0xff, 0xee, 0xb5, 0x91, 0xff, 0xee, 0xb9, 0x91, 0xff, 0xef, 0xc1, 0x8c, 0xff, 0xed, 0xc1, 0x82, 0xff, 0xe1, 0xab, 0x72, 0xff, 0xca, 0x90, 0x5e, 0xff, 0xc8, 0x8a, 0x59, 0xff, 0xbd, 0x81, 0x52, 0xff, 0xb8, 0x7b, 0x4e, 0xff, 0xb5, 0x79, 0x4d, 0xff, 0xb1, 0x74, 0x49, 0xff, 0xaf, 0x72, 0x45, 0xff, 0xab, 0x6e, 0x40, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xa8, 0x68, 0x3a, 0xff, 0xa6, 0x66, 0x38, 0xff, 0xa4, 0x62, 0x36, 0xff, 0xa3, 0x61, 0x34, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x88, 0x4a, 0x2c, 0xff, 0x86, 0x48, 0x2a, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x88, 0x49, 0x29, 0xff, 0x89, 0x48, 0x29, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x90, 0x4e, 0x2d, 0xff, 0x92, 0x50, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x89, 0x49, 0x28, 0xff, 0xa6, 0x65, 0x3d, 0xff, 0xc6, 0x82, 0x52, 0xff, 0xc0, 0x7e, 0x4e, 0xff, 0xbc, 0x7a, 0x4b, 0xff, 0xbb, 0x7a, 0x4b, 0xff, 0xbd, 0x7c, 0x4c, 0xff, 0xba, 0x7c, 0x4b, 0xff, 0xba, 0x7c, 0x4c, 0xff, 0xc1, 0x80, 0x50, 0xff, 0xcd, 0x8c, 0x58, 0xff, 0xe2, 0x96, 0x63, 0xff, 0xed, 0xa4, 0x70, 0xff, 0xef, 0xb8, 0x7f, 0xff, 0xee, 0xd9, 0x90, 0xff, 0xe8, 0xe2, 0x9c, 0xff, 0xe8, 0xe2, 0xa5, 0xff, 0xea, 0xe2, 0xac, 0xff, 0xea, 0xe3, 0xab, 0xff, 0xe8, 0xe2, 0xa4, 0xff, 0xe2, 0xde, 0x9a, 0xff, 0xeb, 0xde, 0x91, 0xff, 0xef, 0xcc, 0x85, 0xff, 0xef, 0xb9, 0x7b, 0xff, 0xee, 0xab, 0x71, 0xff, 0xed, 0xa0, 0x66, 0xff, 0xe3, 0x96, 0x5e, 0xff, 0xd5, 0x8f, 0x56, 0xff, 0xca, 0x87, 0x4f, 0xff, 0xc5, 0x83, 0x4d, 0xff, 0xc5, 0x80, 0x4a, 0xff, 0xc2, 0x7c, 0x46, 0xff, 0xc1, 0x7c, 0x46, 0xff, 0xc1, 0x7b, 0x45, 0xff, 0xbf, 0x7a, 0x45, 0xff, 0xc0, 0x7a, 0x44, 0xff, 0xbf, 0x79, 0x45, 0xff, 0xc0, 0x7c, 0x45, 0xff, 0xc0, 0x7b, 0x45, 0xff, 0xc0, 0x7b, 0x45, 0xff, 0xc2, 0x7e, 0x49, 0xff, 0xc2, 0x7f, 0x48, 0xff, 0xc2, 0x81, 0x48, 0xff, 0xc1, 0x7e, 0x46, 0xff, 0xbe, 0x7d, 0x45, 0xff, 0xbb, 0x7a, 0x45, 0xff, 0xba, 0x77, 0x42, 0xff, 0xb7, 0x73, 0x43, 0xff, 0xb4, 0x72, 0x42, 0xff, 0xb4, 0x71, 0x41, 0xff, - 0xb0, 0x6e, 0x3e, 0xff, 0xb0, 0x73, 0x44, 0xff, 0xb4, 0x78, 0x48, 0xff, 0xb4, 0x7a, 0x4b, 0xff, 0xac, 0x71, 0x45, 0xff, 0xa1, 0x67, 0x3f, 0xff, 0x9d, 0x63, 0x3b, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x94, 0x55, 0x2d, 0xff, 0x92, 0x54, 0x2c, 0xff, 0x91, 0x53, 0x2c, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x98, 0x58, 0x32, 0xff, 0x98, 0x58, 0x32, 0xff, 0x98, 0x57, 0x32, 0xff, 0x96, 0x57, 0x31, 0xff, 0x95, 0x56, 0x30, 0xff, 0x97, 0x57, 0x34, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0xf2, 0xa8, 0x6b, 0xff, 0xed, 0x9f, 0x63, 0xff, 0xee, 0x9f, 0x62, 0xff, 0xee, 0x9e, 0x61, 0xff, 0xee, 0xa0, 0x62, 0xff, 0xed, 0xa2, 0x64, 0xff, 0xec, 0xa7, 0x68, 0xff, 0xed, 0xb2, 0x6f, 0xff, 0xed, 0xba, 0x74, 0xff, 0xee, 0xc6, 0x79, 0xff, 0xe9, 0xda, 0x83, 0xff, 0xe6, 0xe1, 0x90, 0xff, 0xe3, 0xe2, 0x98, 0xff, 0xe5, 0xe3, 0x9e, 0xff, 0xe8, 0xe3, 0xa8, 0xff, 0xe9, 0xe3, 0xb1, 0xff, 0xe8, 0xe3, 0xae, 0xff, 0xe6, 0xe2, 0xa1, 0xff, 0xe7, 0xe3, 0xa1, 0xff, 0xe6, 0xe3, 0x9c, 0xff, 0xeb, 0xe3, 0x98, 0xff, 0xeb, 0xe1, 0x94, 0xff, 0xe9, 0xde, 0x8f, 0xff, 0xec, 0xd7, 0x89, 0xff, 0xee, 0xd0, 0x83, 0xff, 0xef, 0xc5, 0x7d, 0xff, 0xef, 0xb8, 0x77, 0xff, 0xef, 0xae, 0x6f, 0xff, 0xed, 0xa8, 0x6b, 0xff, 0xed, 0xa2, 0x66, 0xff, 0xee, 0x9e, 0x61, 0xff, 0xee, 0x9a, 0x5f, 0xff, 0xee, 0x96, 0x5c, 0xff, 0xee, 0x94, 0x5a, 0xff, 0xee, 0x95, 0x5a, 0xff, 0xee, 0x95, 0x5c, 0xff, 0xee, 0x97, 0x5d, 0xff, 0xee, 0x98, 0x5d, 0xff, 0xee, 0x99, 0x5e, 0xff, 0xed, 0x9e, 0x62, 0xff, 0xed, 0xa2, 0x68, 0xff, 0xee, 0xa4, 0x6a, 0xff, 0xee, 0xa7, 0x69, 0xff, 0xee, 0xa4, 0x67, 0xff, 0xef, 0xa2, 0x65, 0xff, 0xed, 0xa6, 0x68, 0xff, 0xdf, 0x9b, 0x61, 0xff, 0xcb, 0x89, 0x53, 0xff, 0xc7, 0x83, 0x4f, 0xff, 0xcf, 0x87, 0x51, 0xff, 0xd4, 0x8c, 0x55, 0xff, 0xd1, 0x8a, 0x54, 0xff, 0xbf, 0x7d, 0x4a, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa9, 0x6c, 0x3e, 0xff, 0xa9, 0x6b, 0x3c, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa5, 0x67, 0x37, 0xff, 0xa4, 0x66, 0x37, 0xff, 0xa3, 0x64, 0x37, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa2, 0x65, 0x36, 0xff, 0xa3, 0x66, 0x35, 0xff, 0xa2, 0x66, 0x36, 0xff, 0xa1, 0x64, 0x35, 0xff, 0x96, 0x59, 0x31, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x87, 0x4b, 0x29, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x86, 0x47, 0x23, 0xff, 0xa6, 0x66, 0x3b, 0xff, 0xd4, 0x8f, 0x5c, 0xff, 0xce, 0x8b, 0x57, 0xff, 0xc0, 0x81, 0x4f, 0xff, 0xbe, 0x7f, 0x4d, 0xff, 0xbf, 0x7f, 0x4c, 0xff, 0xb8, 0x78, 0x46, 0xff, 0xcd, 0x8c, 0x58, 0xff, 0xeb, 0xa2, 0x67, 0xff, 0xee, 0xa3, 0x66, 0xff, 0xec, 0xa1, 0x67, 0xff, 0xed, 0xa3, 0x68, 0xff, 0xee, 0xa8, 0x6b, 0xff, 0xee, 0xae, 0x6f, 0xff, 0xef, 0xb3, 0x77, 0xff, 0xef, 0xb4, 0x81, 0xff, 0xee, 0xb3, 0x89, 0xff, 0xee, 0xb3, 0x8c, 0xff, 0xee, 0xb2, 0x8c, 0xff, 0xee, 0xb3, 0x8e, 0xff, 0xee, 0xb9, 0x92, 0xff, 0xef, 0xbd, 0x93, 0xff, 0xf0, 0xc2, 0x99, 0xff, 0xe4, 0xbd, 0x8f, 0xff, 0xcb, 0xa3, 0x73, 0xff, 0xbe, 0x8c, 0x5d, 0xff, 0xc5, 0x8c, 0x5c, 0xff, 0xc5, 0x8a, 0x5a, 0xff, 0xc3, 0x87, 0x57, 0xff, 0xc1, 0x85, 0x57, 0xff, 0xbf, 0x82, 0x54, 0xff, 0xbc, 0x7f, 0x50, 0xff, 0xb6, 0x7b, 0x4c, 0xff, 0xb1, 0x75, 0x47, 0xff, 0xae, 0x6f, 0x42, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xa7, 0x67, 0x38, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8b, 0x4c, 0x2d, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x87, 0x47, 0x2a, 0xff, 0x87, 0x47, 0x29, 0xff, 0x87, 0x47, 0x2a, 0xff, 0x89, 0x47, 0x29, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x91, 0x4f, 0x2d, 0xff, 0x92, 0x50, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x87, 0x45, 0x23, 0xff, 0xb7, 0x74, 0x47, 0xff, 0xcc, 0x85, 0x53, 0xff, 0xc0, 0x7d, 0x4e, 0xff, 0xbf, 0x7c, 0x4c, 0xff, 0xb9, 0x79, 0x49, 0xff, 0xba, 0x79, 0x49, 0xff, 0xba, 0x79, 0x4a, 0xff, 0xbd, 0x7d, 0x4c, 0xff, 0xc3, 0x83, 0x52, 0xff, 0xd0, 0x8c, 0x59, 0xff, 0xe5, 0x9a, 0x66, 0xff, 0xee, 0xaf, 0x77, 0xff, 0xef, 0xc3, 0x83, 0xff, 0xed, 0xd9, 0x90, 0xff, 0xe7, 0xe2, 0x9b, 0xff, 0xe8, 0xe3, 0xa1, 0xff, 0xe7, 0xe2, 0xa6, 0xff, 0xe8, 0xe2, 0xa6, 0xff, 0xe7, 0xe2, 0x9d, 0xff, 0xea, 0xe0, 0x94, 0xff, 0xef, 0xd0, 0x88, 0xff, 0xee, 0xbd, 0x7f, 0xff, 0xef, 0xb0, 0x76, 0xff, 0xee, 0xa7, 0x6d, 0xff, 0xed, 0x9f, 0x65, 0xff, 0xe3, 0x96, 0x5d, 0xff, 0xd6, 0x8e, 0x57, 0xff, 0xcf, 0x89, 0x53, 0xff, 0xc8, 0x86, 0x4f, 0xff, 0xc2, 0x80, 0x49, 0xff, 0xc0, 0x7c, 0x47, 0xff, 0xc0, 0x7b, 0x45, 0xff, 0xbe, 0x79, 0x43, 0xff, 0xbe, 0x78, 0x44, 0xff, 0xbe, 0x79, 0x45, 0xff, 0xbe, 0x79, 0x44, 0xff, 0xbd, 0x79, 0x44, 0xff, 0xc1, 0x7c, 0x45, 0xff, 0xc2, 0x7e, 0x46, 0xff, 0xc2, 0x7f, 0x46, 0xff, 0xbf, 0x7c, 0x45, 0xff, 0xbd, 0x7b, 0x45, 0xff, 0xbb, 0x79, 0x44, 0xff, 0xb8, 0x76, 0x42, 0xff, 0xb6, 0x78, 0x41, 0xff, 0xb4, 0x71, 0x41, 0xff, 0xb4, 0x71, 0x40, 0xff, 0xb1, 0x72, 0x3f, 0xff, - 0xaf, 0x6f, 0x3e, 0xff, 0xb4, 0x78, 0x4a, 0xff, 0xb3, 0x75, 0x48, 0xff, 0xb3, 0x77, 0x47, 0xff, 0xb0, 0x75, 0x46, 0xff, 0xa6, 0x6a, 0x3f, 0xff, 0xa0, 0x65, 0x3c, 0xff, 0x9e, 0x65, 0x3a, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x97, 0x58, 0x31, 0xff, 0x96, 0x58, 0x2f, 0xff, 0x95, 0x56, 0x2e, 0xff, 0x94, 0x55, 0x2d, 0xff, 0x92, 0x55, 0x2d, 0xff, 0x91, 0x54, 0x2c, 0xff, 0x91, 0x54, 0x2c, 0xff, 0x91, 0x53, 0x2c, 0xff, 0x90, 0x54, 0x2c, 0xff, 0x8e, 0x51, 0x2b, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8c, 0x50, 0x2a, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x95, 0x56, 0x31, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x94, 0x56, 0x31, 0xff, 0x96, 0x57, 0x32, 0xff, 0x97, 0x58, 0x32, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xee, 0xa1, 0x64, 0xff, 0xed, 0xa0, 0x61, 0xff, 0xed, 0xa5, 0x69, 0xff, 0xee, 0xa6, 0x69, 0xff, 0xed, 0xa7, 0x69, 0xff, 0xec, 0xa3, 0x66, 0xff, 0xeb, 0xa3, 0x68, 0xff, 0xed, 0xa2, 0x64, 0xff, 0xee, 0xa4, 0x67, 0xff, 0xed, 0xa7, 0x68, 0xff, 0xeb, 0xb8, 0x73, 0xff, 0xef, 0xcb, 0x79, 0xff, 0xec, 0xd1, 0x7c, 0xff, 0xe8, 0xe1, 0x86, 0xff, 0xe6, 0xe2, 0x8b, 0xff, 0xe5, 0xe1, 0x8c, 0xff, 0xeb, 0xda, 0x86, 0xff, 0xeb, 0xdf, 0x87, 0xff, 0xea, 0xdf, 0x84, 0xff, 0xeb, 0xde, 0x86, 0xff, 0xed, 0xd0, 0x80, 0xff, 0xed, 0xc8, 0x7d, 0xff, 0xef, 0xc2, 0x78, 0xff, 0xed, 0xbd, 0x77, 0xff, 0xed, 0xb4, 0x72, 0xff, 0xef, 0xb0, 0x6f, 0xff, 0xee, 0xab, 0x6c, 0xff, 0xed, 0xa7, 0x6a, 0xff, 0xed, 0xa3, 0x65, 0xff, 0xed, 0xa2, 0x63, 0xff, 0xed, 0x9f, 0x62, 0xff, 0xee, 0x9b, 0x60, 0xff, 0xee, 0x9a, 0x5e, 0xff, 0xee, 0x9a, 0x5e, 0xff, 0xee, 0x99, 0x5d, 0xff, 0xee, 0x98, 0x5d, 0xff, 0xee, 0x98, 0x5d, 0xff, 0xee, 0x9b, 0x5d, 0xff, 0xee, 0x9d, 0x5f, 0xff, 0xee, 0xa1, 0x64, 0xff, 0xed, 0xa6, 0x6a, 0xff, 0xee, 0xa9, 0x6f, 0xff, 0xee, 0xaa, 0x71, 0xff, 0xee, 0xa8, 0x6d, 0xff, 0xf0, 0xa9, 0x6b, 0xff, 0xe6, 0xa2, 0x66, 0xff, 0xcd, 0x8e, 0x55, 0xff, 0xc7, 0x84, 0x4d, 0xff, 0xcd, 0x87, 0x51, 0xff, 0xd6, 0x8c, 0x55, 0xff, 0xd8, 0x8d, 0x58, 0xff, 0xc2, 0x80, 0x4c, 0xff, 0xad, 0x6e, 0x3d, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xa8, 0x6f, 0x42, 0xff, 0xaa, 0x70, 0x43, 0xff, 0xad, 0x72, 0x43, 0xff, 0xad, 0x73, 0x42, 0xff, 0xad, 0x70, 0x40, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa1, 0x64, 0x37, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x86, 0x48, 0x26, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8b, 0x4e, 0x29, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0xa9, 0x6a, 0x41, 0xff, 0xcd, 0x8a, 0x58, 0xff, 0xcc, 0x89, 0x55, 0xff, 0xc2, 0x83, 0x4f, 0xff, 0xc1, 0x82, 0x4f, 0xff, 0xc1, 0x80, 0x4e, 0xff, 0xc1, 0x81, 0x4f, 0xff, 0xdf, 0x9b, 0x63, 0xff, 0xef, 0xa7, 0x6a, 0xff, 0xec, 0xa2, 0x65, 0xff, 0xed, 0xa1, 0x66, 0xff, 0xee, 0xa4, 0x69, 0xff, 0xee, 0xa8, 0x6b, 0xff, 0xef, 0xaf, 0x72, 0xff, 0xef, 0xb7, 0x7a, 0xff, 0xef, 0xb7, 0x82, 0xff, 0xee, 0xb5, 0x8b, 0xff, 0xee, 0xb6, 0x90, 0xff, 0xee, 0xb7, 0x91, 0xff, 0xef, 0xba, 0x91, 0xff, 0xf2, 0xc8, 0x9e, 0xff, 0xd5, 0xae, 0x86, 0xff, 0xc0, 0x8e, 0x66, 0xff, 0xc1, 0x8b, 0x61, 0xff, 0xca, 0x93, 0x64, 0xff, 0xd1, 0x96, 0x65, 0xff, 0xd4, 0x95, 0x64, 0xff, 0xd3, 0x92, 0x62, 0xff, 0xcd, 0x8f, 0x5e, 0xff, 0xc7, 0x8b, 0x5b, 0xff, 0xc3, 0x87, 0x58, 0xff, 0xbe, 0x83, 0x54, 0xff, 0xb8, 0x7d, 0x4f, 0xff, 0xb4, 0x77, 0x4b, 0xff, 0xb0, 0x72, 0x46, 0xff, 0xae, 0x70, 0x41, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x86, 0x47, 0x29, 0xff, 0x87, 0x48, 0x29, 0xff, 0x87, 0x47, 0x29, 0xff, 0x88, 0x49, 0x29, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x95, 0x55, 0x2d, 0xff, 0x98, 0x55, 0x2e, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x88, 0x46, 0x21, 0xff, 0xbd, 0x80, 0x50, 0xff, 0xca, 0x86, 0x53, 0xff, 0xc3, 0x80, 0x4f, 0xff, 0xbd, 0x7a, 0x4c, 0xff, 0xb8, 0x77, 0x48, 0xff, 0xb8, 0x77, 0x48, 0xff, 0xba, 0x7b, 0x4b, 0xff, 0xbe, 0x7b, 0x4c, 0xff, 0xc7, 0x85, 0x53, 0xff, 0xe3, 0x96, 0x60, 0xff, 0xef, 0xa0, 0x69, 0xff, 0xed, 0xae, 0x77, 0xff, 0xef, 0xbf, 0x83, 0xff, 0xed, 0xd3, 0x8f, 0xff, 0xeb, 0xe2, 0x96, 0xff, 0xe7, 0xe2, 0x9d, 0xff, 0xe7, 0xe3, 0x9e, 0xff, 0xe6, 0xe1, 0x9d, 0xff, 0xea, 0xe4, 0x95, 0xff, 0xee, 0xd5, 0x8d, 0xff, 0xef, 0xc1, 0x82, 0xff, 0xef, 0xb1, 0x77, 0xff, 0xed, 0xab, 0x72, 0xff, 0xed, 0xa2, 0x69, 0xff, 0xed, 0x9d, 0x63, 0xff, 0xe4, 0x96, 0x5e, 0xff, 0xdc, 0x91, 0x5a, 0xff, 0xd6, 0x8e, 0x57, 0xff, 0xcf, 0x88, 0x4f, 0xff, 0xc6, 0x81, 0x4c, 0xff, 0xc3, 0x7f, 0x49, 0xff, 0xbf, 0x7c, 0x48, 0xff, 0xbf, 0x7b, 0x45, 0xff, 0xbd, 0x79, 0x44, 0xff, 0xbb, 0x77, 0x41, 0xff, 0xbc, 0x77, 0x42, 0xff, 0xbc, 0x78, 0x42, 0xff, 0xbd, 0x77, 0x42, 0xff, 0xbc, 0x79, 0x42, 0xff, 0xb9, 0x76, 0x40, 0xff, 0xb8, 0x76, 0x40, 0xff, 0xb6, 0x73, 0x3e, 0xff, 0xb5, 0x72, 0x3f, 0xff, 0xb4, 0x71, 0x3e, 0xff, 0xb3, 0x71, 0x3e, 0xff, 0xb0, 0x6e, 0x3e, 0xff, 0xb0, 0x6e, 0x3e, 0xff, - 0xb1, 0x71, 0x41, 0xff, 0xb5, 0x7b, 0x49, 0xff, 0xb3, 0x76, 0x48, 0xff, 0xb0, 0x72, 0x45, 0xff, 0xaf, 0x75, 0x47, 0xff, 0xae, 0x79, 0x4b, 0xff, 0xad, 0x7f, 0x54, 0xff, 0xac, 0x7c, 0x4d, 0xff, 0xa3, 0x70, 0x40, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x97, 0x5b, 0x31, 0xff, 0x96, 0x59, 0x2f, 0xff, 0x95, 0x58, 0x2e, 0xff, 0x95, 0x57, 0x2d, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x92, 0x54, 0x2d, 0xff, 0x93, 0x55, 0x2e, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x90, 0x51, 0x2c, 0xff, 0x8f, 0x52, 0x2b, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8f, 0x52, 0x2b, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x8d, 0x50, 0x2b, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x96, 0x59, 0x33, 0xff, 0x95, 0x57, 0x32, 0xff, 0x97, 0x58, 0x33, 0xff, 0xe8, 0xa1, 0x65, 0xff, 0xf0, 0x9f, 0x62, 0xff, 0xee, 0xa0, 0x61, 0xff, 0xec, 0xa0, 0x5f, 0xff, 0xec, 0xa6, 0x67, 0xff, 0xee, 0xa9, 0x6a, 0xff, 0xee, 0xab, 0x6b, 0xff, 0xee, 0xac, 0x6c, 0xff, 0xee, 0xae, 0x6f, 0xff, 0xec, 0xaa, 0x6c, 0xff, 0xec, 0xa5, 0x67, 0xff, 0xee, 0xb4, 0x71, 0xff, 0xeb, 0xb5, 0x71, 0xff, 0xea, 0xbf, 0x74, 0xff, 0xed, 0xd5, 0x7d, 0xff, 0xed, 0xd8, 0x7d, 0xff, 0xec, 0xc3, 0x77, 0xff, 0xef, 0xbd, 0x75, 0xff, 0xed, 0xc5, 0x78, 0xff, 0xef, 0xc9, 0x79, 0xff, 0xed, 0xc1, 0x77, 0xff, 0xed, 0xba, 0x75, 0xff, 0xef, 0xb8, 0x73, 0xff, 0xec, 0xae, 0x6f, 0xff, 0xee, 0xad, 0x6c, 0xff, 0xee, 0xae, 0x6b, 0xff, 0xed, 0xa7, 0x68, 0xff, 0xee, 0xa7, 0x68, 0xff, 0xee, 0xa2, 0x66, 0xff, 0xed, 0xa3, 0x65, 0xff, 0xee, 0xa3, 0x64, 0xff, 0xee, 0xa0, 0x62, 0xff, 0xee, 0x9e, 0x61, 0xff, 0xee, 0x9e, 0x61, 0xff, 0xee, 0x9b, 0x61, 0xff, 0xed, 0x9b, 0x5f, 0xff, 0xee, 0x9e, 0x5f, 0xff, 0xee, 0xa0, 0x62, 0xff, 0xee, 0xa2, 0x64, 0xff, 0xed, 0xa4, 0x66, 0xff, 0xee, 0xa8, 0x6a, 0xff, 0xee, 0xac, 0x6e, 0xff, 0xee, 0xaf, 0x72, 0xff, 0xee, 0xae, 0x6f, 0xff, 0xec, 0xa9, 0x6a, 0xff, 0xd8, 0x98, 0x5f, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xc5, 0x84, 0x4f, 0xff, 0xd0, 0x89, 0x52, 0xff, 0xd8, 0x8f, 0x57, 0xff, 0xcc, 0x87, 0x53, 0xff, 0xa8, 0x6a, 0x39, 0xff, 0xa6, 0x67, 0x38, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xac, 0x71, 0x40, 0xff, 0xac, 0x72, 0x44, 0xff, 0xaa, 0x6f, 0x46, 0xff, 0xac, 0x71, 0x48, 0xff, 0xad, 0x74, 0x48, 0xff, 0xaf, 0x77, 0x46, 0xff, 0xb1, 0x77, 0x45, 0xff, 0xb0, 0x75, 0x45, 0xff, 0xaf, 0x74, 0x44, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xae, 0x72, 0x41, 0xff, 0xad, 0x70, 0x40, 0xff, 0xad, 0x71, 0x41, 0xff, 0xab, 0x6f, 0x40, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x86, 0x48, 0x27, 0xff, 0x85, 0x47, 0x26, 0xff, 0x87, 0x49, 0x27, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x83, 0x49, 0x26, 0xff, 0xb4, 0x76, 0x4a, 0xff, 0xdc, 0x97, 0x61, 0xff, 0xcd, 0x8b, 0x55, 0xff, 0xc6, 0x87, 0x51, 0xff, 0xc6, 0x87, 0x51, 0xff, 0xc2, 0x83, 0x4e, 0xff, 0xcd, 0x8f, 0x58, 0xff, 0xe6, 0xa3, 0x67, 0xff, 0xef, 0xa7, 0x6a, 0xff, 0xed, 0xa3, 0x66, 0xff, 0xee, 0xa2, 0x65, 0xff, 0xee, 0xa6, 0x69, 0xff, 0xee, 0xac, 0x6e, 0xff, 0xef, 0xb3, 0x74, 0xff, 0xef, 0xba, 0x7b, 0xff, 0xef, 0xbb, 0x83, 0xff, 0xee, 0xb9, 0x8d, 0xff, 0xee, 0xb9, 0x92, 0xff, 0xf3, 0xca, 0xa0, 0xff, 0xc6, 0x99, 0x6f, 0xff, 0xb8, 0x83, 0x5a, 0xff, 0xc3, 0x8d, 0x64, 0xff, 0xcc, 0x94, 0x69, 0xff, 0xd5, 0x9a, 0x6b, 0xff, 0xdf, 0xa0, 0x6e, 0xff, 0xe9, 0xa2, 0x6f, 0xff, 0xe9, 0xa0, 0x6d, 0xff, 0xe2, 0x9c, 0x68, 0xff, 0xd9, 0x97, 0x64, 0xff, 0xcd, 0x8e, 0x5d, 0xff, 0xc4, 0x88, 0x59, 0xff, 0xc2, 0x86, 0x55, 0xff, 0xbd, 0x84, 0x51, 0xff, 0xb7, 0x7c, 0x4d, 0xff, 0xb2, 0x75, 0x49, 0xff, 0x97, 0x59, 0x34, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x89, 0x49, 0x2b, 0xff, 0x88, 0x47, 0x29, 0xff, 0x87, 0x47, 0x29, 0xff, 0x88, 0x47, 0x29, 0xff, 0x88, 0x47, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x92, 0x55, 0x2d, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x9b, 0x59, 0x30, 0xff, 0x94, 0x53, 0x2d, 0xff, 0xd2, 0x8a, 0x5a, 0xff, 0xcf, 0x88, 0x55, 0xff, 0xc3, 0x7e, 0x4e, 0xff, 0xbc, 0x79, 0x49, 0xff, 0xb9, 0x78, 0x49, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xc9, 0x86, 0x53, 0xff, 0xd6, 0x8d, 0x59, 0xff, 0xe7, 0x95, 0x60, 0xff, 0xee, 0xa0, 0x69, 0xff, 0xee, 0xaa, 0x73, 0xff, 0xef, 0xb8, 0x7f, 0xff, 0xee, 0xc7, 0x88, 0xff, 0xee, 0xd6, 0x90, 0xff, 0xee, 0xdf, 0x93, 0xff, 0xed, 0xdf, 0x92, 0xff, 0xed, 0xde, 0x90, 0xff, 0xef, 0xd3, 0x8b, 0xff, 0xef, 0xc2, 0x84, 0xff, 0xef, 0xba, 0x7b, 0xff, 0xef, 0xae, 0x74, 0xff, 0xee, 0xa8, 0x6e, 0xff, 0xee, 0xa1, 0x69, 0xff, 0xed, 0x9a, 0x61, 0xff, 0xea, 0x95, 0x5e, 0xff, 0xe3, 0x92, 0x5b, 0xff, 0xdf, 0x92, 0x5b, 0xff, 0xd6, 0x8d, 0x54, 0xff, 0xce, 0x87, 0x50, 0xff, 0xc7, 0x83, 0x4e, 0xff, 0xc4, 0x80, 0x4b, 0xff, 0xc2, 0x7e, 0x49, 0xff, 0xc1, 0x7f, 0x49, 0xff, 0xc0, 0x7b, 0x45, 0xff, 0xbe, 0x7b, 0x43, 0xff, 0xbb, 0x77, 0x41, 0xff, 0xba, 0x75, 0x41, 0xff, 0xb8, 0x76, 0x3f, 0xff, 0xb5, 0x73, 0x3e, 0xff, 0xb4, 0x72, 0x3e, 0xff, 0xb1, 0x70, 0x3e, 0xff, 0xb2, 0x6e, 0x3e, 0xff, 0xb1, 0x6e, 0x3e, 0xff, 0xb0, 0x6e, 0x3e, 0xff, 0xaf, 0x6e, 0x3c, 0xff, - 0xb6, 0x83, 0x53, 0xff, 0xb5, 0x83, 0x55, 0xff, 0xb3, 0x83, 0x56, 0xff, 0xb1, 0x80, 0x55, 0xff, 0xb0, 0x7e, 0x53, 0xff, 0xae, 0x7b, 0x4e, 0xff, 0xac, 0x76, 0x49, 0xff, 0xad, 0x7c, 0x4f, 0xff, 0xa7, 0x74, 0x45, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9a, 0x5d, 0x33, 0xff, 0x99, 0x5b, 0x31, 0xff, 0x98, 0x5a, 0x30, 0xff, 0x97, 0x59, 0x30, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x92, 0x53, 0x2b, 0xff, 0x90, 0x51, 0x2b, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x99, 0x5c, 0x33, 0xff, 0xd5, 0x96, 0x5d, 0xff, 0xed, 0xa2, 0x64, 0xff, 0xef, 0xa2, 0x66, 0xff, 0xed, 0xa1, 0x64, 0xff, 0xee, 0xa3, 0x65, 0xff, 0xee, 0xa1, 0x62, 0xff, 0xed, 0xa4, 0x66, 0xff, 0xee, 0xaa, 0x6a, 0xff, 0xee, 0xad, 0x6e, 0xff, 0xee, 0xaf, 0x71, 0xff, 0xed, 0xb1, 0x73, 0xff, 0xed, 0xb3, 0x73, 0xff, 0xef, 0xbb, 0x76, 0xff, 0xee, 0xba, 0x74, 0xff, 0xee, 0xbc, 0x74, 0xff, 0xee, 0xbc, 0x74, 0xff, 0xec, 0xb4, 0x6f, 0xff, 0xee, 0xb2, 0x6e, 0xff, 0xee, 0xb6, 0x71, 0xff, 0xee, 0xb6, 0x72, 0xff, 0xee, 0xb6, 0x72, 0xff, 0xed, 0xb2, 0x71, 0xff, 0xed, 0xb1, 0x71, 0xff, 0xed, 0xb1, 0x72, 0xff, 0xee, 0xaf, 0x70, 0xff, 0xee, 0xad, 0x6e, 0xff, 0xee, 0xac, 0x6e, 0xff, 0xee, 0xac, 0x6e, 0xff, 0xee, 0xa9, 0x69, 0xff, 0xee, 0xa8, 0x69, 0xff, 0xee, 0xa7, 0x68, 0xff, 0xee, 0xa3, 0x66, 0xff, 0xee, 0xa3, 0x65, 0xff, 0xee, 0xa2, 0x63, 0xff, 0xee, 0xa1, 0x62, 0xff, 0xee, 0xa3, 0x62, 0xff, 0xed, 0xa3, 0x63, 0xff, 0xee, 0xa4, 0x67, 0xff, 0xee, 0xa5, 0x6a, 0xff, 0xee, 0xa8, 0x6c, 0xff, 0xee, 0xab, 0x6e, 0xff, 0xee, 0xae, 0x73, 0xff, 0xef, 0xae, 0x76, 0xff, 0xeb, 0xad, 0x72, 0xff, 0xda, 0xa0, 0x68, 0xff, 0xc0, 0x8a, 0x56, 0xff, 0xbc, 0x83, 0x50, 0xff, 0xc3, 0x88, 0x54, 0xff, 0xc3, 0x87, 0x51, 0xff, 0xc0, 0x7f, 0x4a, 0xff, 0xb0, 0x6e, 0x3d, 0xff, 0xa3, 0x64, 0x34, 0xff, 0xa8, 0x69, 0x38, 0xff, 0xaa, 0x6c, 0x39, 0xff, 0xac, 0x6e, 0x3c, 0xff, 0xae, 0x72, 0x41, 0xff, 0xb0, 0x74, 0x44, 0xff, 0xae, 0x74, 0x47, 0xff, 0xaf, 0x75, 0x4a, 0xff, 0xb0, 0x78, 0x4c, 0xff, 0xb1, 0x7a, 0x4c, 0xff, 0xb5, 0x7c, 0x4b, 0xff, 0xb7, 0x7c, 0x4a, 0xff, 0xb7, 0x7b, 0x4b, 0xff, 0xb6, 0x7a, 0x4a, 0xff, 0xb6, 0x7b, 0x4a, 0xff, 0xb6, 0x7b, 0x49, 0xff, 0xb7, 0x7b, 0x4a, 0xff, 0xae, 0x73, 0x44, 0xff, 0x9d, 0x5f, 0x37, 0xff, 0x96, 0x57, 0x33, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x85, 0x47, 0x26, 0xff, 0x85, 0x47, 0x27, 0xff, 0x86, 0x49, 0x28, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x7f, 0x46, 0x25, 0xff, 0xb2, 0x72, 0x4a, 0xff, 0xdd, 0x97, 0x65, 0xff, 0xd2, 0x8f, 0x57, 0xff, 0xcb, 0x88, 0x52, 0xff, 0xc9, 0x86, 0x51, 0xff, 0xc9, 0x86, 0x51, 0xff, 0xde, 0x9d, 0x62, 0xff, 0xee, 0xac, 0x6e, 0xff, 0xee, 0xa9, 0x6b, 0xff, 0xed, 0xa4, 0x66, 0xff, 0xed, 0xa3, 0x66, 0xff, 0xed, 0xa4, 0x67, 0xff, 0xee, 0xa8, 0x6a, 0xff, 0xef, 0xaf, 0x6f, 0xff, 0xef, 0xb6, 0x77, 0xff, 0xf1, 0xbe, 0x83, 0xff, 0xe4, 0xb7, 0x87, 0xff, 0xc2, 0x90, 0x66, 0xff, 0xbb, 0x83, 0x5a, 0xff, 0xc0, 0x88, 0x60, 0xff, 0xc7, 0x91, 0x66, 0xff, 0xd2, 0x9a, 0x6d, 0xff, 0xe2, 0xa1, 0x73, 0xff, 0xed, 0xab, 0x77, 0xff, 0xef, 0xaf, 0x77, 0xff, 0xee, 0xab, 0x76, 0xff, 0xee, 0xa9, 0x75, 0xff, 0xec, 0xa3, 0x6f, 0xff, 0xe4, 0x9c, 0x6a, 0xff, 0xd8, 0x96, 0x64, 0xff, 0xcb, 0x8e, 0x5c, 0xff, 0xc5, 0x89, 0x58, 0xff, 0xbb, 0x80, 0x53, 0xff, 0x99, 0x5b, 0x36, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x8e, 0x4e, 0x2e, 0xff, 0x8d, 0x4d, 0x2d, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x87, 0x47, 0x29, 0xff, 0x88, 0x47, 0x29, 0xff, 0x88, 0x47, 0x29, 0xff, 0x89, 0x48, 0x29, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x90, 0x4e, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x95, 0x55, 0x2d, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x96, 0x53, 0x2d, 0xff, 0x98, 0x55, 0x2d, 0xff, 0xa1, 0x5f, 0x35, 0xff, 0xd3, 0x8b, 0x56, 0xff, 0xd1, 0x88, 0x55, 0xff, 0xc4, 0x81, 0x4f, 0xff, 0xbd, 0x7c, 0x4c, 0xff, 0xb8, 0x79, 0x48, 0xff, 0xbb, 0x7a, 0x4a, 0xff, 0xbd, 0x7d, 0x4b, 0xff, 0xc5, 0x82, 0x4e, 0xff, 0xd2, 0x8a, 0x56, 0xff, 0xe1, 0x92, 0x5d, 0xff, 0xeb, 0x9c, 0x67, 0xff, 0xef, 0xa8, 0x6e, 0xff, 0xed, 0xae, 0x78, 0xff, 0xef, 0xb9, 0x7e, 0xff, 0xef, 0xc0, 0x84, 0xff, 0xee, 0xcb, 0x88, 0xff, 0xee, 0xce, 0x88, 0xff, 0xef, 0xc8, 0x85, 0xff, 0xef, 0xc0, 0x81, 0xff, 0xef, 0xb6, 0x7a, 0xff, 0xef, 0xaf, 0x76, 0xff, 0xee, 0xab, 0x72, 0xff, 0xee, 0xa5, 0x6b, 0xff, 0xee, 0xa3, 0x68, 0xff, 0xee, 0x9e, 0x64, 0xff, 0xed, 0x9c, 0x62, 0xff, 0xe3, 0x99, 0x5f, 0xff, 0xdc, 0x8f, 0x58, 0xff, 0xd3, 0x8f, 0x57, 0xff, 0xce, 0x8b, 0x55, 0xff, 0xcd, 0x8a, 0x53, 0xff, 0xcc, 0x87, 0x51, 0xff, 0xc6, 0x83, 0x4d, 0xff, 0xc2, 0x7f, 0x49, 0xff, 0xbe, 0x7b, 0x45, 0xff, 0xbb, 0x78, 0x42, 0xff, 0xba, 0x75, 0x3f, 0xff, 0xb8, 0x75, 0x3e, 0xff, 0xb6, 0x73, 0x3e, 0xff, 0xb4, 0x70, 0x3e, 0xff, 0xb1, 0x71, 0x3e, 0xff, 0xb0, 0x6e, 0x3e, 0xff, 0xb0, 0x6d, 0x3d, 0xff, 0xb0, 0x6d, 0x3c, 0xff, 0xaf, 0x72, 0x41, 0xff, - 0xb6, 0x88, 0x55, 0xff, 0xb4, 0x85, 0x55, 0xff, 0xb3, 0x83, 0x55, 0xff, 0xb1, 0x81, 0x53, 0xff, 0xb0, 0x7d, 0x50, 0xff, 0xad, 0x7b, 0x4c, 0xff, 0xad, 0x78, 0x4a, 0xff, 0xab, 0x76, 0x47, 0xff, 0xa8, 0x76, 0x45, 0xff, 0x9e, 0x64, 0x39, 0xff, 0x9b, 0x5e, 0x33, 0xff, 0x9b, 0x5e, 0x33, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x96, 0x59, 0x2f, 0xff, 0x96, 0x58, 0x2f, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8d, 0x50, 0x2b, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x94, 0x56, 0x2f, 0xff, 0xb0, 0x73, 0x3a, 0xff, 0xb8, 0x7b, 0x39, 0xff, 0xca, 0x8c, 0x4b, 0xff, 0xd6, 0x96, 0x55, 0xff, 0xf1, 0xac, 0x6e, 0xff, 0xef, 0xa6, 0x6a, 0xff, 0xed, 0xa4, 0x67, 0xff, 0xec, 0xa4, 0x66, 0xff, 0xec, 0xa6, 0x66, 0xff, 0xec, 0xa9, 0x6a, 0xff, 0xec, 0xa9, 0x6c, 0xff, 0xeb, 0xaf, 0x70, 0xff, 0xec, 0xc0, 0x79, 0xff, 0xee, 0xc9, 0x7b, 0xff, 0xee, 0xc9, 0x7a, 0xff, 0xee, 0xc6, 0x7a, 0xff, 0xee, 0xba, 0x74, 0xff, 0xec, 0xad, 0x6e, 0xff, 0xee, 0xb2, 0x71, 0xff, 0xee, 0xb2, 0x6f, 0xff, 0xee, 0xb1, 0x6e, 0xff, 0xee, 0xb2, 0x6f, 0xff, 0xee, 0xaf, 0x6d, 0xff, 0xee, 0xae, 0x6f, 0xff, 0xee, 0xaf, 0x72, 0xff, 0xef, 0xaf, 0x74, 0xff, 0xef, 0xb1, 0x74, 0xff, 0xee, 0xaf, 0x73, 0xff, 0xee, 0xae, 0x74, 0xff, 0xee, 0xab, 0x70, 0xff, 0xee, 0xa9, 0x6a, 0xff, 0xee, 0xa8, 0x6a, 0xff, 0xee, 0xa8, 0x69, 0xff, 0xee, 0xa5, 0x67, 0xff, 0xee, 0xa3, 0x65, 0xff, 0xee, 0xa5, 0x66, 0xff, 0xed, 0xa8, 0x67, 0xff, 0xee, 0xaa, 0x6a, 0xff, 0xee, 0xa8, 0x6c, 0xff, 0xee, 0xaa, 0x6e, 0xff, 0xee, 0xac, 0x71, 0xff, 0xf0, 0xad, 0x74, 0xff, 0xe9, 0xa8, 0x72, 0xff, 0xd4, 0x99, 0x66, 0xff, 0xca, 0x90, 0x60, 0xff, 0xc2, 0x8b, 0x5b, 0xff, 0xc7, 0x8e, 0x5b, 0xff, 0xba, 0x7f, 0x4d, 0xff, 0xa0, 0x62, 0x34, 0xff, 0x9a, 0x5c, 0x2f, 0xff, 0x98, 0x59, 0x2b, 0xff, 0xa5, 0x65, 0x35, 0xff, 0xa9, 0x68, 0x37, 0xff, 0xa9, 0x69, 0x38, 0xff, 0xab, 0x6b, 0x3a, 0xff, 0xae, 0x6e, 0x3c, 0xff, 0xb0, 0x70, 0x3f, 0xff, 0xb1, 0x73, 0x42, 0xff, 0xb1, 0x76, 0x45, 0xff, 0xb1, 0x79, 0x4a, 0xff, 0xb2, 0x7b, 0x4e, 0xff, 0xb6, 0x7f, 0x50, 0xff, 0xba, 0x81, 0x50, 0xff, 0xbd, 0x82, 0x50, 0xff, 0xbf, 0x82, 0x50, 0xff, 0xbf, 0x83, 0x51, 0xff, 0xbf, 0x83, 0x50, 0xff, 0xbf, 0x85, 0x50, 0xff, 0xc2, 0x88, 0x53, 0xff, 0xb6, 0x7b, 0x4b, 0xff, 0x9d, 0x60, 0x39, 0xff, 0x99, 0x5b, 0x35, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x97, 0x57, 0x32, 0xff, 0x97, 0x57, 0x31, 0xff, 0x98, 0x57, 0x31, 0xff, 0x96, 0x58, 0x32, 0xff, 0x96, 0x58, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x88, 0x4b, 0x27, 0xff, 0x83, 0x46, 0x23, 0xff, 0x85, 0x48, 0x25, 0xff, 0x86, 0x49, 0x27, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x86, 0x48, 0x27, 0xff, 0xa1, 0x64, 0x3e, 0xff, 0xd3, 0x92, 0x61, 0xff, 0xdb, 0x95, 0x5d, 0xff, 0xcf, 0x89, 0x52, 0xff, 0xc9, 0x86, 0x51, 0xff, 0xd6, 0x90, 0x5b, 0xff, 0xe8, 0xa6, 0x6a, 0xff, 0xef, 0xb0, 0x71, 0xff, 0xee, 0xab, 0x6c, 0xff, 0xee, 0xa4, 0x67, 0xff, 0xed, 0xa3, 0x65, 0xff, 0xed, 0xa3, 0x65, 0xff, 0xee, 0xa6, 0x67, 0xff, 0xf1, 0xaf, 0x6e, 0xff, 0xda, 0xa8, 0x6d, 0xff, 0xbc, 0x8c, 0x5a, 0xff, 0xb7, 0x82, 0x54, 0xff, 0xbc, 0x84, 0x59, 0xff, 0xc0, 0x8a, 0x5e, 0xff, 0xc9, 0x93, 0x66, 0xff, 0xda, 0x9c, 0x6e, 0xff, 0xeb, 0xa8, 0x76, 0xff, 0xf0, 0xb2, 0x7d, 0xff, 0xef, 0xb9, 0x81, 0xff, 0xee, 0xb8, 0x82, 0xff, 0xee, 0xb4, 0x7f, 0xff, 0xef, 0xaf, 0x7c, 0xff, 0xef, 0xaa, 0x76, 0xff, 0xec, 0xa4, 0x71, 0xff, 0xe6, 0x9d, 0x6b, 0xff, 0xce, 0x8f, 0x5f, 0xff, 0xa3, 0x67, 0x40, 0xff, 0x91, 0x53, 0x32, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x88, 0x48, 0x29, 0xff, 0x88, 0x47, 0x29, 0xff, 0x89, 0x47, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x88, 0x49, 0x28, 0xff, 0x89, 0x49, 0x28, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x8e, 0x4c, 0x2a, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x97, 0x56, 0x2d, 0xff, 0x96, 0x55, 0x2d, 0xff, 0xa8, 0x67, 0x3a, 0xff, 0xe0, 0x94, 0x60, 0xff, 0xd5, 0x8c, 0x56, 0xff, 0xc7, 0x82, 0x4e, 0xff, 0xc6, 0x83, 0x50, 0xff, 0xc0, 0x7f, 0x4d, 0xff, 0xbc, 0x7a, 0x49, 0xff, 0xbb, 0x79, 0x49, 0xff, 0xbe, 0x7f, 0x4c, 0xff, 0xc5, 0x82, 0x50, 0xff, 0xd5, 0x8c, 0x5a, 0xff, 0xea, 0x9a, 0x63, 0xff, 0xef, 0x9f, 0x6a, 0xff, 0xef, 0xa7, 0x6f, 0xff, 0xee, 0xac, 0x77, 0xff, 0xef, 0xb3, 0x7a, 0xff, 0xef, 0xb9, 0x7d, 0xff, 0xef, 0xb8, 0x7d, 0xff, 0xef, 0xb5, 0x7c, 0xff, 0xef, 0xb1, 0x78, 0xff, 0xef, 0xaf, 0x75, 0xff, 0xee, 0xac, 0x72, 0xff, 0xee, 0xa7, 0x6c, 0xff, 0xee, 0xa6, 0x6b, 0xff, 0xee, 0xa3, 0x69, 0xff, 0xee, 0xa2, 0x68, 0xff, 0xe9, 0xa2, 0x67, 0xff, 0xdf, 0x9b, 0x61, 0xff, 0xd8, 0x98, 0x5f, 0xff, 0xd5, 0x96, 0x5d, 0xff, 0xd1, 0x93, 0x5b, 0xff, 0xcd, 0x8e, 0x56, 0xff, 0xca, 0x88, 0x51, 0xff, 0xc4, 0x84, 0x4d, 0xff, 0xbf, 0x7f, 0x49, 0xff, 0xbc, 0x7c, 0x45, 0xff, 0xbb, 0x7a, 0x42, 0xff, 0xb8, 0x75, 0x40, 0xff, 0xb5, 0x75, 0x3e, 0xff, 0xb4, 0x71, 0x3e, 0xff, 0xb3, 0x71, 0x3f, 0xff, 0xb1, 0x71, 0x3e, 0xff, 0xb0, 0x71, 0x3f, 0xff, 0xac, 0x6b, 0x3a, 0xff, 0xb7, 0x85, 0x50, 0xff, - 0xb7, 0x88, 0x4f, 0xff, 0xb4, 0x85, 0x4d, 0xff, 0xb4, 0x84, 0x50, 0xff, 0xb1, 0x81, 0x4f, 0xff, 0xb0, 0x80, 0x4f, 0xff, 0xae, 0x7c, 0x4b, 0xff, 0xad, 0x7a, 0x49, 0xff, 0xac, 0x78, 0x48, 0xff, 0xac, 0x77, 0x46, 0xff, 0xa2, 0x69, 0x3a, 0xff, 0x9d, 0x60, 0x36, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x99, 0x5d, 0x31, 0xff, 0x98, 0x59, 0x30, 0xff, 0x96, 0x58, 0x2f, 0xff, 0x96, 0x57, 0x2d, 0xff, 0x93, 0x54, 0x2c, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x93, 0x56, 0x2e, 0xff, 0xb7, 0x79, 0x40, 0xff, 0xbf, 0x80, 0x43, 0xff, 0xbc, 0x80, 0x3d, 0xff, 0xb9, 0x7c, 0x36, 0xff, 0xb9, 0x7f, 0x39, 0xff, 0xbb, 0x81, 0x3e, 0xff, 0xc7, 0x8f, 0x51, 0xff, 0xf2, 0xae, 0x71, 0xff, 0xef, 0xae, 0x70, 0xff, 0xef, 0xa9, 0x6a, 0xff, 0xec, 0xaa, 0x69, 0xff, 0xea, 0xaa, 0x69, 0xff, 0xec, 0xb8, 0x73, 0xff, 0xed, 0xbe, 0x75, 0xff, 0xe5, 0xba, 0x75, 0xff, 0xec, 0xd9, 0x83, 0xff, 0xef, 0xdf, 0x86, 0xff, 0xec, 0xbe, 0x77, 0xff, 0xef, 0xb9, 0x75, 0xff, 0xed, 0xb2, 0x74, 0xff, 0xef, 0xb4, 0x72, 0xff, 0xee, 0xb5, 0x71, 0xff, 0xed, 0xb2, 0x70, 0xff, 0xee, 0xae, 0x6d, 0xff, 0xee, 0xad, 0x6e, 0xff, 0xee, 0xb0, 0x71, 0xff, 0xee, 0xb1, 0x75, 0xff, 0xee, 0xb0, 0x75, 0xff, 0xef, 0xb2, 0x76, 0xff, 0xef, 0xb1, 0x75, 0xff, 0xef, 0xb2, 0x74, 0xff, 0xee, 0xae, 0x73, 0xff, 0xee, 0xab, 0x6f, 0xff, 0xef, 0xab, 0x6a, 0xff, 0xee, 0xab, 0x69, 0xff, 0xef, 0xa8, 0x6a, 0xff, 0xee, 0xaa, 0x6a, 0xff, 0xee, 0xad, 0x6c, 0xff, 0xef, 0xac, 0x6d, 0xff, 0xef, 0xac, 0x6d, 0xff, 0xee, 0xae, 0x70, 0xff, 0xe2, 0xa1, 0x67, 0xff, 0xce, 0x92, 0x59, 0xff, 0xc9, 0x8c, 0x56, 0xff, 0xce, 0x92, 0x5b, 0xff, 0xc5, 0x89, 0x54, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0x95, 0x57, 0x2a, 0xff, 0x8d, 0x4e, 0x22, 0xff, 0x8c, 0x4d, 0x22, 0xff, 0x8d, 0x4d, 0x21, 0xff, 0x91, 0x51, 0x26, 0xff, 0x9f, 0x60, 0x32, 0xff, 0xaf, 0x6f, 0x3e, 0xff, 0xab, 0x6a, 0x3a, 0xff, 0xac, 0x6c, 0x3b, 0xff, 0xae, 0x6e, 0x3d, 0xff, 0xb0, 0x71, 0x3f, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb3, 0x77, 0x43, 0xff, 0xb5, 0x78, 0x46, 0xff, 0xb7, 0x7a, 0x4b, 0xff, 0xb9, 0x7e, 0x4e, 0xff, 0xbd, 0x82, 0x50, 0xff, 0xc0, 0x85, 0x52, 0xff, 0xc4, 0x88, 0x55, 0xff, 0xc6, 0x8c, 0x57, 0xff, 0xc6, 0x8d, 0x5a, 0xff, 0xc8, 0x90, 0x5c, 0xff, 0xc6, 0x8f, 0x5a, 0xff, 0xb4, 0x7c, 0x4c, 0xff, 0xa0, 0x65, 0x3c, 0xff, 0x9e, 0x60, 0x38, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0x9c, 0x5f, 0x36, 0xff, 0x9a, 0x5d, 0x35, 0xff, 0x9a, 0x5a, 0x34, 0xff, 0x98, 0x59, 0x32, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x96, 0x57, 0x31, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x87, 0x49, 0x27, 0xff, 0x85, 0x47, 0x26, 0xff, 0x86, 0x48, 0x27, 0xff, 0x86, 0x48, 0x26, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x9c, 0x63, 0x3d, 0xff, 0xd3, 0x8f, 0x60, 0xff, 0xe2, 0x99, 0x61, 0xff, 0xd6, 0x8e, 0x56, 0xff, 0xd0, 0x8a, 0x54, 0xff, 0xe1, 0x9b, 0x61, 0xff, 0xee, 0xae, 0x71, 0xff, 0xee, 0xb1, 0x73, 0xff, 0xee, 0xad, 0x6c, 0xff, 0xef, 0xa8, 0x66, 0xff, 0xef, 0xa3, 0x63, 0xff, 0xf2, 0xa7, 0x67, 0xff, 0xd6, 0x9c, 0x61, 0xff, 0xb8, 0x80, 0x4f, 0xff, 0xb5, 0x79, 0x4b, 0xff, 0xb7, 0x7f, 0x51, 0xff, 0xbc, 0x84, 0x55, 0xff, 0xc1, 0x8a, 0x5b, 0xff, 0xcb, 0x93, 0x64, 0xff, 0xe0, 0x9f, 0x6e, 0xff, 0xed, 0xab, 0x75, 0xff, 0xef, 0xba, 0x80, 0xff, 0xef, 0xc4, 0x85, 0xff, 0xee, 0xc7, 0x89, 0xff, 0xee, 0xc8, 0x89, 0xff, 0xef, 0xc4, 0x85, 0xff, 0xef, 0xba, 0x83, 0xff, 0xf0, 0xb1, 0x7d, 0xff, 0xee, 0xae, 0x79, 0xff, 0xba, 0x7f, 0x53, 0xff, 0x99, 0x5b, 0x39, 0xff, 0x93, 0x57, 0x33, 0xff, 0x91, 0x55, 0x32, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x87, 0x47, 0x28, 0xff, 0x87, 0x47, 0x28, 0xff, 0x86, 0x47, 0x29, 0xff, 0x88, 0x48, 0x28, 0xff, 0x88, 0x48, 0x28, 0xff, 0x89, 0x48, 0x28, 0xff, 0x8b, 0x49, 0x29, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x96, 0x56, 0x2c, 0xff, 0xa4, 0x67, 0x36, 0xff, 0xe7, 0x9a, 0x64, 0xff, 0xe3, 0x92, 0x5c, 0xff, 0xd0, 0x88, 0x53, 0xff, 0xc5, 0x81, 0x50, 0xff, 0xc2, 0x7f, 0x4c, 0xff, 0xbd, 0x79, 0x49, 0xff, 0xbb, 0x7a, 0x48, 0xff, 0xbc, 0x79, 0x49, 0xff, 0xbf, 0x7d, 0x4b, 0xff, 0xc8, 0x85, 0x52, 0xff, 0xd2, 0x8d, 0x58, 0xff, 0xe0, 0x97, 0x61, 0xff, 0xec, 0x9e, 0x68, 0xff, 0xef, 0xa7, 0x6f, 0xff, 0xee, 0xaa, 0x74, 0xff, 0xee, 0xab, 0x74, 0xff, 0xee, 0xad, 0x76, 0xff, 0xee, 0xac, 0x74, 0xff, 0xed, 0xab, 0x72, 0xff, 0xee, 0xab, 0x71, 0xff, 0xee, 0xa9, 0x6f, 0xff, 0xee, 0xa8, 0x6d, 0xff, 0xee, 0xa8, 0x6c, 0xff, 0xee, 0xa8, 0x6c, 0xff, 0xec, 0xa8, 0x6a, 0xff, 0xe5, 0xa4, 0x6b, 0xff, 0xdd, 0xa0, 0x66, 0xff, 0xd8, 0x9d, 0x65, 0xff, 0xd4, 0x99, 0x60, 0xff, 0xcf, 0x93, 0x5d, 0xff, 0xcd, 0x8e, 0x57, 0xff, 0xc9, 0x88, 0x52, 0xff, 0xc3, 0x83, 0x4d, 0xff, 0xbf, 0x7f, 0x49, 0xff, 0xbb, 0x79, 0x46, 0xff, 0xb7, 0x77, 0x41, 0xff, 0xb4, 0x75, 0x40, 0xff, 0xb3, 0x70, 0x3f, 0xff, 0xb1, 0x71, 0x3d, 0xff, 0xb0, 0x70, 0x3e, 0xff, 0xae, 0x6d, 0x3b, 0xff, 0xb5, 0x7c, 0x45, 0xff, 0xb8, 0x88, 0x4e, 0xff, - 0xb7, 0x83, 0x4a, 0xff, 0xb6, 0x85, 0x4b, 0xff, 0xb4, 0x82, 0x4b, 0xff, 0xb3, 0x82, 0x4b, 0xff, 0xb0, 0x7f, 0x4b, 0xff, 0xb0, 0x7c, 0x49, 0xff, 0xae, 0x7a, 0x48, 0xff, 0xad, 0x76, 0x47, 0xff, 0xac, 0x75, 0x44, 0xff, 0xa6, 0x6d, 0x41, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x96, 0x57, 0x2d, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x93, 0x54, 0x2c, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x94, 0x58, 0x2f, 0xff, 0xb3, 0x73, 0x3b, 0xff, 0xc2, 0x84, 0x42, 0xff, 0xc1, 0x81, 0x45, 0xff, 0xbc, 0x7d, 0x3c, 0xff, 0xbb, 0x82, 0x3b, 0xff, 0xba, 0x7f, 0x38, 0xff, 0xba, 0x7f, 0x3a, 0xff, 0xb9, 0x7d, 0x36, 0xff, 0xb1, 0x76, 0x33, 0xff, 0xc1, 0x8b, 0x4a, 0xff, 0xd9, 0xa5, 0x65, 0xff, 0xe7, 0xbc, 0x78, 0xff, 0xed, 0xd1, 0x81, 0xff, 0xee, 0xc4, 0x7a, 0xff, 0xec, 0xc1, 0x78, 0xff, 0xef, 0xc5, 0x76, 0xff, 0xe9, 0xb6, 0x71, 0xff, 0xea, 0xba, 0x74, 0xff, 0xed, 0xbf, 0x79, 0xff, 0xee, 0xc0, 0x77, 0xff, 0xef, 0xc2, 0x79, 0xff, 0xee, 0xbd, 0x77, 0xff, 0xef, 0xbb, 0x75, 0xff, 0xef, 0xb9, 0x75, 0xff, 0xee, 0xb1, 0x74, 0xff, 0xed, 0xb2, 0x74, 0xff, 0xed, 0xb2, 0x72, 0xff, 0xed, 0xb2, 0x74, 0xff, 0xee, 0xb2, 0x74, 0xff, 0xef, 0xb3, 0x74, 0xff, 0xef, 0xb3, 0x74, 0xff, 0xef, 0xb4, 0x73, 0xff, 0xed, 0xb3, 0x74, 0xff, 0xed, 0xb0, 0x71, 0xff, 0xef, 0xae, 0x6f, 0xff, 0xef, 0xae, 0x70, 0xff, 0xef, 0xaf, 0x71, 0xff, 0xef, 0xaf, 0x70, 0xff, 0xee, 0xad, 0x6d, 0xff, 0xea, 0xaa, 0x6c, 0xff, 0xdf, 0x9f, 0x66, 0xff, 0xce, 0x8e, 0x57, 0xff, 0xc5, 0x85, 0x4f, 0xff, 0xbc, 0x81, 0x4d, 0xff, 0xaf, 0x75, 0x44, 0xff, 0x94, 0x58, 0x29, 0xff, 0x85, 0x46, 0x19, 0xff, 0x8b, 0x4d, 0x21, 0xff, 0x8d, 0x4d, 0x23, 0xff, 0x8e, 0x4e, 0x23, 0xff, 0x8f, 0x4f, 0x23, 0xff, 0x8f, 0x50, 0x24, 0xff, 0x8e, 0x4e, 0x24, 0xff, 0x92, 0x53, 0x27, 0xff, 0xa5, 0x65, 0x34, 0xff, 0xb2, 0x71, 0x3e, 0xff, 0xae, 0x6e, 0x3b, 0xff, 0xaf, 0x71, 0x3d, 0xff, 0xb0, 0x72, 0x3f, 0xff, 0xb2, 0x76, 0x42, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb5, 0x77, 0x45, 0xff, 0xb7, 0x77, 0x46, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xbc, 0x81, 0x4e, 0xff, 0xc1, 0x86, 0x52, 0xff, 0xc7, 0x8c, 0x57, 0xff, 0xc8, 0x91, 0x5d, 0xff, 0xc8, 0x97, 0x60, 0xff, 0xcb, 0x9a, 0x64, 0xff, 0xc5, 0x93, 0x5f, 0xff, 0xaf, 0x78, 0x4c, 0xff, 0xa2, 0x68, 0x3f, 0xff, 0xa2, 0x66, 0x3d, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0xa0, 0x62, 0x38, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x86, 0x48, 0x25, 0xff, 0x86, 0x48, 0x26, 0xff, 0x87, 0x49, 0x26, 0xff, 0x88, 0x4a, 0x26, 0xff, 0x87, 0x49, 0x28, 0xff, 0x88, 0x49, 0x29, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x86, 0x48, 0x24, 0xff, 0x94, 0x5f, 0x38, 0xff, 0xcc, 0x8d, 0x5d, 0xff, 0xe4, 0x9a, 0x63, 0xff, 0xda, 0x8f, 0x59, 0xff, 0xd8, 0x91, 0x5a, 0xff, 0xe6, 0xa0, 0x64, 0xff, 0xef, 0xb0, 0x71, 0xff, 0xee, 0xb4, 0x74, 0xff, 0xee, 0xb0, 0x6d, 0xff, 0xf1, 0xab, 0x68, 0xff, 0xe1, 0xa0, 0x62, 0xff, 0xc1, 0x84, 0x52, 0xff, 0xb6, 0x77, 0x49, 0xff, 0xb7, 0x79, 0x4a, 0xff, 0xb7, 0x7b, 0x4c, 0xff, 0xbc, 0x80, 0x51, 0xff, 0xc0, 0x87, 0x57, 0xff, 0xc9, 0x90, 0x5f, 0xff, 0xde, 0x9c, 0x68, 0xff, 0xed, 0xaa, 0x73, 0xff, 0xef, 0xb9, 0x80, 0xff, 0xee, 0xc5, 0x88, 0xff, 0xee, 0xd1, 0x8f, 0xff, 0xef, 0xda, 0x94, 0xff, 0xee, 0xd7, 0x92, 0xff, 0xef, 0xd2, 0x8e, 0xff, 0xf3, 0xcc, 0x8e, 0xff, 0xce, 0x9f, 0x6e, 0xff, 0x9e, 0x63, 0x3d, 0xff, 0x94, 0x58, 0x34, 0xff, 0x95, 0x58, 0x36, 0xff, 0x94, 0x56, 0x34, 0xff, 0x92, 0x55, 0x32, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x88, 0x48, 0x2a, 0xff, 0x88, 0x47, 0x29, 0xff, 0x87, 0x49, 0x29, 0xff, 0x87, 0x48, 0x29, 0xff, 0x88, 0x49, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x8d, 0x4b, 0x29, 0xff, 0x8f, 0x4c, 0x2a, 0xff, 0x90, 0x4f, 0x2a, 0xff, 0x93, 0x50, 0x2b, 0xff, 0x92, 0x4f, 0x2c, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x96, 0x53, 0x2d, 0xff, 0x96, 0x54, 0x2c, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x98, 0x58, 0x2e, 0xff, 0xb0, 0x74, 0x44, 0xff, 0xe8, 0x9a, 0x62, 0xff, 0xe3, 0x94, 0x59, 0xff, 0xce, 0x87, 0x51, 0xff, 0xc4, 0x81, 0x4d, 0xff, 0xc0, 0x7d, 0x4b, 0xff, 0xbc, 0x7a, 0x48, 0xff, 0xb9, 0x78, 0x46, 0xff, 0xba, 0x7a, 0x49, 0xff, 0xbc, 0x7c, 0x4b, 0xff, 0xbe, 0x80, 0x4d, 0xff, 0xc4, 0x84, 0x52, 0xff, 0xd0, 0x8c, 0x57, 0xff, 0xde, 0x93, 0x5d, 0xff, 0xe8, 0x99, 0x61, 0xff, 0xea, 0x9e, 0x67, 0xff, 0xed, 0xa0, 0x6a, 0xff, 0xee, 0xa1, 0x6b, 0xff, 0xee, 0xa4, 0x6b, 0xff, 0xef, 0xa5, 0x6b, 0xff, 0xee, 0xa4, 0x6c, 0xff, 0xee, 0xa8, 0x6c, 0xff, 0xee, 0xa9, 0x6f, 0xff, 0xee, 0xab, 0x71, 0xff, 0xeb, 0xac, 0x71, 0xff, 0xe5, 0xaa, 0x70, 0xff, 0xde, 0xa7, 0x6d, 0xff, 0xd8, 0xa4, 0x69, 0xff, 0xd5, 0xa0, 0x69, 0xff, 0xd1, 0x9c, 0x63, 0xff, 0xcc, 0x94, 0x5d, 0xff, 0xc8, 0x8e, 0x57, 0xff, 0xc8, 0x88, 0x52, 0xff, 0xc2, 0x82, 0x4c, 0xff, 0xbd, 0x7c, 0x49, 0xff, 0xb8, 0x78, 0x45, 0xff, 0xb5, 0x73, 0x41, 0xff, 0xb2, 0x71, 0x3e, 0xff, 0xb0, 0x6d, 0x3d, 0xff, 0xaf, 0x6e, 0x3c, 0xff, 0xaf, 0x6e, 0x3c, 0xff, 0xb7, 0x7f, 0x45, 0xff, 0xb9, 0x85, 0x4a, 0xff, - 0xb8, 0x83, 0x48, 0xff, 0xb6, 0x81, 0x49, 0xff, 0xb5, 0x80, 0x47, 0xff, 0xb4, 0x80, 0x47, 0xff, 0xb1, 0x7d, 0x46, 0xff, 0xb0, 0x7a, 0x46, 0xff, 0xaf, 0x78, 0x45, 0xff, 0xaf, 0x78, 0x44, 0xff, 0xac, 0x74, 0x43, 0xff, 0xab, 0x71, 0x41, 0xff, 0xa1, 0x62, 0x36, 0xff, 0x9d, 0x60, 0x35, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9a, 0x5c, 0x32, 0xff, 0x99, 0x5a, 0x31, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x97, 0x59, 0x2e, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x95, 0x57, 0x2d, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x99, 0x5b, 0x32, 0xff, 0xb7, 0x76, 0x3e, 0xff, 0xc3, 0x83, 0x41, 0xff, 0xbf, 0x7f, 0x3e, 0xff, 0xc3, 0x83, 0x45, 0xff, 0xc0, 0x80, 0x44, 0xff, 0xbe, 0x82, 0x3d, 0xff, 0xbb, 0x82, 0x3c, 0xff, 0xbb, 0x80, 0x3c, 0xff, 0xb9, 0x7b, 0x3b, 0xff, 0xbd, 0x82, 0x3e, 0xff, 0xb7, 0x7b, 0x37, 0xff, 0xb4, 0x77, 0x35, 0xff, 0xb0, 0x77, 0x35, 0xff, 0xc0, 0x91, 0x51, 0xff, 0xda, 0xb5, 0x6d, 0xff, 0xda, 0xb8, 0x70, 0xff, 0xdc, 0xb2, 0x6c, 0xff, 0xe3, 0xb9, 0x71, 0xff, 0xed, 0xc7, 0x7b, 0xff, 0xef, 0xc6, 0x7d, 0xff, 0xef, 0xba, 0x78, 0xff, 0xf0, 0xb6, 0x76, 0xff, 0xef, 0xba, 0x76, 0xff, 0xef, 0xc0, 0x7a, 0xff, 0xef, 0xbd, 0x77, 0xff, 0xef, 0xb3, 0x74, 0xff, 0xef, 0xb4, 0x74, 0xff, 0xef, 0xb4, 0x74, 0xff, 0xef, 0xb4, 0x75, 0xff, 0xef, 0xb4, 0x76, 0xff, 0xef, 0xb6, 0x78, 0xff, 0xef, 0xb8, 0x79, 0xff, 0xef, 0xbc, 0x7c, 0xff, 0xed, 0xbc, 0x7c, 0xff, 0xe2, 0xad, 0x71, 0xff, 0xd8, 0xa3, 0x69, 0xff, 0xd5, 0x9b, 0x64, 0xff, 0xd2, 0x95, 0x5e, 0xff, 0xcc, 0x8d, 0x58, 0xff, 0xbf, 0x7f, 0x4d, 0xff, 0xb9, 0x7a, 0x4a, 0xff, 0xaf, 0x72, 0x45, 0xff, 0x98, 0x5d, 0x31, 0xff, 0x88, 0x4c, 0x21, 0xff, 0x87, 0x49, 0x22, 0xff, 0x8a, 0x4d, 0x24, 0xff, 0x8c, 0x4e, 0x25, 0xff, 0x8e, 0x4f, 0x26, 0xff, 0x8d, 0x4f, 0x25, 0xff, 0x8d, 0x4f, 0x24, 0xff, 0x8e, 0x4f, 0x25, 0xff, 0x8f, 0x4f, 0x24, 0xff, 0x8f, 0x50, 0x24, 0xff, 0x8f, 0x50, 0x23, 0xff, 0x8e, 0x4e, 0x22, 0xff, 0x93, 0x54, 0x26, 0xff, 0xa8, 0x69, 0x37, 0xff, 0xb2, 0x72, 0x3e, 0xff, 0xb1, 0x71, 0x3e, 0xff, 0xb3, 0x72, 0x40, 0xff, 0xb4, 0x74, 0x42, 0xff, 0xb5, 0x78, 0x47, 0xff, 0xb6, 0x7c, 0x4a, 0xff, 0xb6, 0x7c, 0x48, 0xff, 0xb9, 0x7c, 0x48, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xc3, 0x86, 0x52, 0xff, 0xc9, 0x8d, 0x57, 0xff, 0xcb, 0x95, 0x5f, 0xff, 0xcc, 0x9c, 0x67, 0xff, 0xcd, 0xa0, 0x6d, 0xff, 0xc4, 0x95, 0x67, 0xff, 0xaf, 0x7a, 0x52, 0xff, 0xa4, 0x6c, 0x44, 0xff, 0xa3, 0x6a, 0x41, 0xff, 0xa2, 0x67, 0x3e, 0xff, 0xa1, 0x64, 0x3c, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa1, 0x62, 0x37, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x8d, 0x4e, 0x29, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x88, 0x49, 0x27, 0xff, 0x88, 0x49, 0x27, 0xff, 0x88, 0x4b, 0x27, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x8b, 0x4e, 0x29, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0xb6, 0x7a, 0x4c, 0xff, 0xdf, 0x99, 0x63, 0xff, 0xe2, 0x95, 0x5d, 0xff, 0xe4, 0x9c, 0x63, 0xff, 0xec, 0xa9, 0x6c, 0xff, 0xec, 0xb3, 0x71, 0xff, 0xef, 0xb8, 0x72, 0xff, 0xea, 0xb0, 0x6c, 0xff, 0xcc, 0x8e, 0x58, 0xff, 0xbb, 0x7c, 0x4c, 0xff, 0xb9, 0x7a, 0x4a, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xb8, 0x7b, 0x4b, 0xff, 0xbc, 0x80, 0x4e, 0xff, 0xbf, 0x84, 0x52, 0xff, 0xc8, 0x8b, 0x5a, 0xff, 0xda, 0x98, 0x62, 0xff, 0xeb, 0xa5, 0x6f, 0xff, 0xef, 0xb5, 0x7d, 0xff, 0xef, 0xc2, 0x88, 0xff, 0xef, 0xd3, 0x91, 0xff, 0xee, 0xdf, 0x94, 0xff, 0xec, 0xe3, 0x98, 0xff, 0xf0, 0xe7, 0x9a, 0xff, 0xdf, 0xcf, 0x90, 0xff, 0xa6, 0x79, 0x51, 0xff, 0x97, 0x5d, 0x38, 0xff, 0x98, 0x5d, 0x39, 0xff, 0x97, 0x5b, 0x37, 0xff, 0x96, 0x58, 0x36, 0xff, 0x94, 0x56, 0x34, 0xff, 0x91, 0x54, 0x32, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8e, 0x4d, 0x29, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x91, 0x4f, 0x2a, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x93, 0x50, 0x2b, 0xff, 0x92, 0x4f, 0x2b, 0xff, 0x94, 0x50, 0x2c, 0xff, 0x96, 0x52, 0x2c, 0xff, 0x96, 0x53, 0x2c, 0xff, 0x96, 0x53, 0x2c, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x9b, 0x5b, 0x2f, 0xff, 0x9c, 0x5c, 0x31, 0xff, 0x99, 0x59, 0x2e, 0xff, 0xab, 0x6c, 0x3e, 0xff, 0xe6, 0x96, 0x60, 0xff, 0xe5, 0x92, 0x5a, 0xff, 0xcc, 0x85, 0x51, 0xff, 0xc3, 0x81, 0x4e, 0xff, 0xbf, 0x7e, 0x4b, 0xff, 0xbb, 0x7b, 0x48, 0xff, 0xb8, 0x75, 0x45, 0xff, 0xb8, 0x78, 0x46, 0xff, 0xba, 0x79, 0x47, 0xff, 0xbc, 0x7b, 0x4b, 0xff, 0xc1, 0x80, 0x50, 0xff, 0xc7, 0x86, 0x53, 0xff, 0xce, 0x8b, 0x57, 0xff, 0xd6, 0x8e, 0x5b, 0xff, 0xdd, 0x93, 0x5e, 0xff, 0xe3, 0x98, 0x62, 0xff, 0xeb, 0x9a, 0x66, 0xff, 0xef, 0x9d, 0x67, 0xff, 0xee, 0xa2, 0x69, 0xff, 0xee, 0xa3, 0x6a, 0xff, 0xef, 0xa8, 0x6d, 0xff, 0xee, 0xaa, 0x70, 0xff, 0xeb, 0xad, 0x71, 0xff, 0xe4, 0xae, 0x72, 0xff, 0xdd, 0xa8, 0x70, 0xff, 0xd9, 0xa8, 0x6f, 0xff, 0xd6, 0xa4, 0x6d, 0xff, 0xd2, 0xa1, 0x6a, 0xff, 0xce, 0x9b, 0x64, 0xff, 0xca, 0x93, 0x5e, 0xff, 0xc8, 0x8d, 0x57, 0xff, 0xc6, 0x87, 0x51, 0xff, 0xbf, 0x80, 0x4b, 0xff, 0xb9, 0x78, 0x47, 0xff, 0xb5, 0x75, 0x42, 0xff, 0xb1, 0x71, 0x3f, 0xff, 0xaf, 0x6f, 0x3d, 0xff, 0xad, 0x6d, 0x3c, 0xff, 0xb5, 0x77, 0x3f, 0xff, 0xbe, 0x83, 0x49, 0xff, 0xb9, 0x81, 0x47, 0xff, - 0xb9, 0x7d, 0x45, 0xff, 0xb7, 0x7d, 0x45, 0xff, 0xb6, 0x7d, 0x45, 0xff, 0xb4, 0x7c, 0x44, 0xff, 0xb4, 0x7a, 0x43, 0xff, 0xb0, 0x78, 0x43, 0xff, 0xb0, 0x77, 0x42, 0xff, 0xaf, 0x74, 0x41, 0xff, 0xad, 0x72, 0x41, 0xff, 0xab, 0x70, 0x3f, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x9c, 0x5a, 0x32, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x9a, 0x57, 0x2e, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x96, 0x57, 0x30, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0xb9, 0x7a, 0x3f, 0xff, 0xc5, 0x85, 0x42, 0xff, 0xc3, 0x81, 0x40, 0xff, 0xc3, 0x82, 0x41, 0xff, 0xc3, 0x84, 0x45, 0xff, 0xc0, 0x82, 0x47, 0xff, 0xbc, 0x7d, 0x41, 0xff, 0xbf, 0x85, 0x40, 0xff, 0xbe, 0x82, 0x3f, 0xff, 0xbe, 0x81, 0x3d, 0xff, 0xbc, 0x7f, 0x3d, 0xff, 0xbb, 0x80, 0x3d, 0xff, 0xbb, 0x80, 0x3d, 0xff, 0xb9, 0x7f, 0x3e, 0xff, 0xb8, 0x7c, 0x3b, 0xff, 0xb7, 0x7a, 0x3a, 0xff, 0xb8, 0x80, 0x3e, 0xff, 0xbb, 0x84, 0x45, 0xff, 0xbe, 0x89, 0x47, 0xff, 0xc0, 0x8b, 0x49, 0xff, 0xc3, 0x94, 0x4c, 0xff, 0xcd, 0x9f, 0x5c, 0xff, 0xcc, 0xa1, 0x61, 0xff, 0xd6, 0xa9, 0x6a, 0xff, 0xe0, 0xaf, 0x6e, 0xff, 0xdb, 0xaf, 0x71, 0xff, 0xcf, 0xa5, 0x6e, 0xff, 0xd2, 0xa6, 0x6d, 0xff, 0xd2, 0xa4, 0x6d, 0xff, 0xd2, 0xa1, 0x68, 0xff, 0xce, 0x9e, 0x66, 0xff, 0xc3, 0x92, 0x5c, 0xff, 0xba, 0x86, 0x52, 0xff, 0xb3, 0x7c, 0x47, 0xff, 0xa6, 0x6d, 0x3b, 0xff, 0x9f, 0x68, 0x3a, 0xff, 0x9a, 0x64, 0x37, 0xff, 0x98, 0x5f, 0x31, 0xff, 0x95, 0x5a, 0x2e, 0xff, 0x94, 0x58, 0x2d, 0xff, 0x92, 0x56, 0x2c, 0xff, 0x8f, 0x54, 0x2b, 0xff, 0x8d, 0x51, 0x2a, 0xff, 0x8f, 0x54, 0x2b, 0xff, 0x90, 0x54, 0x2c, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x8e, 0x52, 0x29, 0xff, 0x8f, 0x52, 0x28, 0xff, 0x8f, 0x53, 0x29, 0xff, 0x90, 0x52, 0x28, 0xff, 0x8f, 0x53, 0x27, 0xff, 0x8f, 0x52, 0x26, 0xff, 0x8e, 0x50, 0x23, 0xff, 0x8f, 0x4f, 0x1f, 0xff, 0x8f, 0x50, 0x1e, 0xff, 0x8f, 0x50, 0x1e, 0xff, 0x8f, 0x4f, 0x20, 0xff, 0x96, 0x58, 0x27, 0xff, 0xa8, 0x6a, 0x37, 0xff, 0xaf, 0x70, 0x3c, 0xff, 0xb3, 0x73, 0x40, 0xff, 0xb7, 0x78, 0x44, 0xff, 0xb8, 0x79, 0x46, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb8, 0x7c, 0x4b, 0xff, 0xba, 0x7d, 0x4a, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xc3, 0x86, 0x50, 0xff, 0xca, 0x8d, 0x56, 0xff, 0xcd, 0x95, 0x5d, 0xff, 0xcf, 0x9e, 0x67, 0xff, 0xd2, 0xa2, 0x70, 0xff, 0xc6, 0x92, 0x69, 0xff, 0xac, 0x75, 0x50, 0xff, 0xa4, 0x6c, 0x46, 0xff, 0xa3, 0x6b, 0x44, 0xff, 0xa3, 0x69, 0x42, 0xff, 0xa3, 0x69, 0x3f, 0xff, 0xa4, 0x68, 0x3d, 0xff, 0xa2, 0x64, 0x3a, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0x9a, 0x5c, 0x32, 0xff, 0x9a, 0x5c, 0x32, 0xff, 0x99, 0x58, 0x32, 0xff, 0x97, 0x57, 0x32, 0xff, 0x96, 0x57, 0x30, 0xff, 0x97, 0x57, 0x31, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8b, 0x4c, 0x28, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0xa0, 0x65, 0x3c, 0xff, 0xd2, 0x90, 0x5c, 0xff, 0xeb, 0x9e, 0x65, 0xff, 0xea, 0xa4, 0x67, 0xff, 0xeb, 0xa8, 0x69, 0xff, 0xed, 0xb2, 0x70, 0xff, 0xd4, 0x9b, 0x5f, 0xff, 0xc1, 0x83, 0x50, 0xff, 0xbf, 0x80, 0x4f, 0xff, 0xbc, 0x7d, 0x4d, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xb9, 0x7c, 0x4b, 0xff, 0xbd, 0x7e, 0x4c, 0xff, 0xbe, 0x81, 0x51, 0xff, 0xc2, 0x87, 0x55, 0xff, 0xd1, 0x91, 0x5b, 0xff, 0xe7, 0x9d, 0x68, 0xff, 0xf0, 0xaf, 0x78, 0xff, 0xef, 0xbd, 0x83, 0xff, 0xef, 0xce, 0x8c, 0xff, 0xec, 0xdf, 0x95, 0xff, 0xe8, 0xe4, 0x9b, 0xff, 0xf1, 0xed, 0xaf, 0xff, 0xb4, 0x8f, 0x66, 0xff, 0x99, 0x63, 0x3f, 0xff, 0x9a, 0x63, 0x3f, 0xff, 0x98, 0x61, 0x3d, 0xff, 0x99, 0x5f, 0x3b, 0xff, 0x9a, 0x5c, 0x37, 0xff, 0x97, 0x59, 0x35, 0xff, 0x94, 0x57, 0x33, 0xff, 0x91, 0x53, 0x31, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8d, 0x4b, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x92, 0x4f, 0x2b, 0xff, 0x92, 0x4f, 0x2b, 0xff, 0x93, 0x4f, 0x2b, 0xff, 0x94, 0x50, 0x2b, 0xff, 0x96, 0x52, 0x2b, 0xff, 0x97, 0x54, 0x2c, 0xff, 0x9a, 0x57, 0x2d, 0xff, 0x9b, 0x58, 0x2d, 0xff, 0x9c, 0x59, 0x2e, 0xff, 0x9b, 0x5b, 0x2f, 0xff, 0x99, 0x59, 0x2e, 0xff, 0xa9, 0x68, 0x3a, 0xff, 0xe3, 0x96, 0x61, 0xff, 0xe0, 0x90, 0x59, 0xff, 0xce, 0x88, 0x52, 0xff, 0xc4, 0x83, 0x4e, 0xff, 0xc0, 0x7f, 0x4c, 0xff, 0xbc, 0x79, 0x48, 0xff, 0xb7, 0x75, 0x45, 0xff, 0xb8, 0x78, 0x45, 0xff, 0xb9, 0x79, 0x48, 0xff, 0xbc, 0x7a, 0x49, 0xff, 0xbf, 0x7e, 0x4d, 0xff, 0xc3, 0x82, 0x4f, 0xff, 0xc5, 0x85, 0x53, 0xff, 0xcc, 0x8b, 0x56, 0xff, 0xd2, 0x8e, 0x58, 0xff, 0xdd, 0x92, 0x5d, 0xff, 0xe6, 0x97, 0x62, 0xff, 0xed, 0x9b, 0x65, 0xff, 0xed, 0x9d, 0x67, 0xff, 0xee, 0xa2, 0x6a, 0xff, 0xee, 0xa8, 0x6e, 0xff, 0xe8, 0xa9, 0x70, 0xff, 0xe4, 0xae, 0x73, 0xff, 0xdd, 0xaa, 0x72, 0xff, 0xd9, 0xa6, 0x71, 0xff, 0xd6, 0xa4, 0x71, 0xff, 0xd3, 0xa2, 0x6e, 0xff, 0xcf, 0x9e, 0x69, 0xff, 0xcc, 0x99, 0x63, 0xff, 0xca, 0x92, 0x5d, 0xff, 0xc7, 0x8b, 0x57, 0xff, 0xc2, 0x82, 0x50, 0xff, 0xbb, 0x7b, 0x49, 0xff, 0xb6, 0x75, 0x44, 0xff, 0xb3, 0x71, 0x41, 0xff, 0xad, 0x6d, 0x3d, 0xff, 0xb0, 0x6e, 0x3b, 0xff, 0xbf, 0x81, 0x47, 0xff, 0xbb, 0x7f, 0x44, 0xff, 0xb9, 0x7f, 0x45, 0xff, - 0xb9, 0x7a, 0x41, 0xff, 0xb8, 0x7a, 0x42, 0xff, 0xb6, 0x7a, 0x43, 0xff, 0xb5, 0x7b, 0x42, 0xff, 0xb4, 0x76, 0x42, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xb1, 0x75, 0x41, 0xff, 0xaf, 0x72, 0x3f, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xac, 0x6f, 0x3e, 0xff, 0xaa, 0x6b, 0x3c, 0xff, 0xa2, 0x63, 0x36, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9c, 0x5a, 0x31, 0xff, 0x9c, 0x59, 0x31, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x97, 0x59, 0x2f, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9c, 0x5e, 0x32, 0xff, 0xc5, 0x85, 0x46, 0xff, 0xc3, 0x80, 0x3f, 0xff, 0xc3, 0x82, 0x41, 0xff, 0xc4, 0x86, 0x45, 0xff, 0xc1, 0x81, 0x42, 0xff, 0xc4, 0x87, 0x47, 0xff, 0xc2, 0x83, 0x46, 0xff, 0xbf, 0x82, 0x48, 0xff, 0xbd, 0x7e, 0x3c, 0xff, 0xbe, 0x83, 0x41, 0xff, 0xbe, 0x80, 0x3d, 0xff, 0xbf, 0x87, 0x42, 0xff, 0xbd, 0x82, 0x42, 0xff, 0xba, 0x7e, 0x3c, 0xff, 0xbc, 0x83, 0x3e, 0xff, 0xba, 0x7d, 0x3d, 0xff, 0xbb, 0x80, 0x3f, 0xff, 0xba, 0x7d, 0x40, 0xff, 0xbc, 0x84, 0x40, 0xff, 0xbc, 0x82, 0x3e, 0xff, 0xbb, 0x83, 0x42, 0xff, 0xbd, 0x84, 0x44, 0xff, 0xbb, 0x82, 0x43, 0xff, 0xb9, 0x80, 0x3f, 0xff, 0xbb, 0x81, 0x43, 0xff, 0xbb, 0x83, 0x49, 0xff, 0xb1, 0x76, 0x40, 0xff, 0x9e, 0x64, 0x34, 0xff, 0xa2, 0x67, 0x37, 0xff, 0x9f, 0x61, 0x34, 0xff, 0x9a, 0x5e, 0x32, 0xff, 0x9a, 0x5f, 0x32, 0xff, 0x9a, 0x60, 0x32, 0xff, 0x9a, 0x61, 0x33, 0xff, 0x9a, 0x5e, 0x32, 0xff, 0x99, 0x5d, 0x32, 0xff, 0x98, 0x5d, 0x30, 0xff, 0x98, 0x5d, 0x30, 0xff, 0x97, 0x5c, 0x30, 0xff, 0x96, 0x5c, 0x2e, 0xff, 0x96, 0x5a, 0x2e, 0xff, 0x95, 0x5a, 0x2e, 0xff, 0x95, 0x59, 0x2e, 0xff, 0x94, 0x58, 0x2e, 0xff, 0x92, 0x57, 0x2e, 0xff, 0x91, 0x58, 0x2e, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x90, 0x52, 0x2a, 0xff, 0x8f, 0x52, 0x26, 0xff, 0x8e, 0x51, 0x23, 0xff, 0x8f, 0x50, 0x23, 0xff, 0x8e, 0x51, 0x22, 0xff, 0x8f, 0x51, 0x21, 0xff, 0x8f, 0x52, 0x21, 0xff, 0x8f, 0x52, 0x20, 0xff, 0x8f, 0x52, 0x20, 0xff, 0x90, 0x51, 0x20, 0xff, 0x91, 0x53, 0x24, 0xff, 0x9a, 0x5b, 0x2b, 0xff, 0xab, 0x6c, 0x37, 0xff, 0xac, 0x6d, 0x39, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xb3, 0x74, 0x40, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xbc, 0x81, 0x4d, 0xff, 0xbd, 0x80, 0x50, 0xff, 0xc0, 0x82, 0x4f, 0xff, 0xc3, 0x86, 0x4f, 0xff, 0xcb, 0x8b, 0x56, 0xff, 0xd1, 0x93, 0x5d, 0xff, 0xcf, 0x9a, 0x63, 0xff, 0xc8, 0x9c, 0x68, 0xff, 0xb8, 0x86, 0x5d, 0xff, 0xa7, 0x6d, 0x49, 0xff, 0xa6, 0x6b, 0x47, 0xff, 0xa6, 0x6b, 0x45, 0xff, 0xa5, 0x6b, 0x45, 0xff, 0xa6, 0x6d, 0x44, 0xff, 0xa5, 0x6b, 0x3e, 0xff, 0xa1, 0x63, 0x38, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa0, 0x61, 0x36, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x98, 0x58, 0x31, 0xff, 0x93, 0x55, 0x2d, 0xff, 0x90, 0x51, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x8e, 0x4e, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x4e, 0x29, 0xff, 0x8d, 0x4e, 0x29, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x91, 0x56, 0x31, 0xff, 0x8c, 0x53, 0x2c, 0xff, 0xb5, 0x7c, 0x4b, 0xff, 0xe5, 0xa4, 0x6b, 0xff, 0xf3, 0xb0, 0x72, 0xff, 0xe1, 0x9f, 0x64, 0xff, 0xce, 0x8b, 0x56, 0xff, 0xc7, 0x88, 0x54, 0xff, 0xc4, 0x87, 0x54, 0xff, 0xc1, 0x84, 0x51, 0xff, 0xbd, 0x7e, 0x4d, 0xff, 0xba, 0x7c, 0x4b, 0xff, 0xbc, 0x7d, 0x4d, 0xff, 0xbc, 0x7e, 0x4d, 0xff, 0xbf, 0x83, 0x51, 0xff, 0xcb, 0x8b, 0x59, 0xff, 0xdf, 0x96, 0x62, 0xff, 0xeb, 0xa7, 0x70, 0xff, 0xed, 0xb4, 0x7f, 0xff, 0xef, 0xc7, 0x89, 0xff, 0xee, 0xdc, 0x92, 0xff, 0xf4, 0xeb, 0xaa, 0xff, 0xbe, 0x9c, 0x6f, 0xff, 0x9f, 0x6b, 0x47, 0xff, 0x9d, 0x67, 0x45, 0xff, 0x9d, 0x65, 0x44, 0xff, 0x9b, 0x65, 0x41, 0xff, 0x9c, 0x64, 0x3f, 0xff, 0x9b, 0x62, 0x3b, 0xff, 0x99, 0x5d, 0x37, 0xff, 0x97, 0x5a, 0x35, 0xff, 0x94, 0x57, 0x33, 0xff, 0x92, 0x54, 0x31, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x91, 0x4e, 0x2c, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x94, 0x50, 0x2c, 0xff, 0x92, 0x50, 0x2c, 0xff, 0x92, 0x4f, 0x2b, 0xff, 0x94, 0x50, 0x2b, 0xff, 0x96, 0x52, 0x2b, 0xff, 0x96, 0x54, 0x2b, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x9a, 0x57, 0x2c, 0xff, 0x9b, 0x59, 0x2d, 0xff, 0x9c, 0x59, 0x2e, 0xff, 0x9c, 0x5a, 0x2f, 0xff, 0x9d, 0x5a, 0x31, 0xff, 0x92, 0x53, 0x2c, 0xff, 0xe4, 0x98, 0x64, 0xff, 0xe6, 0x95, 0x5c, 0xff, 0xd4, 0x88, 0x54, 0xff, 0xc7, 0x85, 0x51, 0xff, 0xc1, 0x7f, 0x4c, 0xff, 0xbc, 0x7a, 0x47, 0xff, 0xb9, 0x78, 0x46, 0xff, 0xb9, 0x78, 0x46, 0xff, 0xb9, 0x78, 0x47, 0xff, 0xbb, 0x7b, 0x49, 0xff, 0xbe, 0x7b, 0x4b, 0xff, 0xc1, 0x7d, 0x4d, 0xff, 0xc3, 0x81, 0x4f, 0xff, 0xc7, 0x86, 0x54, 0xff, 0xcd, 0x8b, 0x55, 0xff, 0xd4, 0x8e, 0x59, 0xff, 0xde, 0x93, 0x5d, 0xff, 0xe9, 0x98, 0x62, 0xff, 0xef, 0x9d, 0x66, 0xff, 0xeb, 0xa2, 0x6a, 0xff, 0xe7, 0xa7, 0x6e, 0xff, 0xe2, 0xa9, 0x72, 0xff, 0xdd, 0xa8, 0x74, 0xff, 0xd9, 0xa7, 0x71, 0xff, 0xd8, 0xa3, 0x73, 0xff, 0xd3, 0xa4, 0x70, 0xff, 0xd0, 0xa1, 0x6b, 0xff, 0xce, 0x9a, 0x66, 0xff, 0xcc, 0x96, 0x5f, 0xff, 0xc8, 0x8d, 0x5a, 0xff, 0xc3, 0x86, 0x53, 0xff, 0xbb, 0x7d, 0x4c, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb3, 0x73, 0x41, 0xff, 0xaf, 0x6c, 0x3d, 0xff, 0xc0, 0x81, 0x49, 0xff, 0xbf, 0x7f, 0x45, 0xff, 0xbc, 0x7e, 0x42, 0xff, 0xba, 0x7b, 0x42, 0xff, - 0xb9, 0x79, 0x40, 0xff, 0xb7, 0x78, 0x3f, 0xff, 0xb6, 0x78, 0x41, 0xff, 0xb5, 0x76, 0x41, 0xff, 0xb4, 0x75, 0x40, 0xff, 0xb3, 0x74, 0x40, 0xff, 0xb1, 0x73, 0x3e, 0xff, 0xb0, 0x72, 0x3e, 0xff, 0xaf, 0x70, 0x3d, 0xff, 0xad, 0x6c, 0x3b, 0xff, 0xaa, 0x6c, 0x3c, 0xff, 0xa7, 0x66, 0x3a, 0xff, 0xa0, 0x61, 0x36, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9d, 0x5a, 0x32, 0xff, 0x9d, 0x5b, 0x32, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0xa9, 0x6d, 0x3a, 0xff, 0xc4, 0x83, 0x43, 0xff, 0xc3, 0x81, 0x40, 0xff, 0xc6, 0x86, 0x43, 0xff, 0xc5, 0x84, 0x43, 0xff, 0xc4, 0x83, 0x43, 0xff, 0xc5, 0x86, 0x45, 0xff, 0xc4, 0x84, 0x47, 0xff, 0xc3, 0x83, 0x49, 0xff, 0xc1, 0x82, 0x49, 0xff, 0xc0, 0x83, 0x44, 0xff, 0xc0, 0x84, 0x40, 0xff, 0xbe, 0x85, 0x44, 0xff, 0xba, 0x7d, 0x40, 0xff, 0xbd, 0x83, 0x42, 0xff, 0xbf, 0x85, 0x45, 0xff, 0xbc, 0x80, 0x41, 0xff, 0xbb, 0x81, 0x41, 0xff, 0xba, 0x7e, 0x40, 0xff, 0xbb, 0x82, 0x41, 0xff, 0xbf, 0x87, 0x46, 0xff, 0xbe, 0x84, 0x45, 0xff, 0xbf, 0x87, 0x43, 0xff, 0xbc, 0x84, 0x43, 0xff, 0xbd, 0x89, 0x47, 0xff, 0xbf, 0x86, 0x47, 0xff, 0xbd, 0x87, 0x45, 0xff, 0xbb, 0x85, 0x47, 0xff, 0xb3, 0x7b, 0x40, 0xff, 0xa0, 0x65, 0x34, 0xff, 0xa3, 0x69, 0x37, 0xff, 0xa1, 0x65, 0x36, 0xff, 0x9e, 0x5e, 0x31, 0xff, 0x9d, 0x5e, 0x31, 0xff, 0x9c, 0x60, 0x31, 0xff, 0x9c, 0x5c, 0x31, 0xff, 0x9a, 0x5b, 0x30, 0xff, 0x9a, 0x5d, 0x31, 0xff, 0x98, 0x5b, 0x30, 0xff, 0x99, 0x5b, 0x2e, 0xff, 0x97, 0x5b, 0x2e, 0xff, 0x96, 0x5a, 0x2e, 0xff, 0x97, 0x5a, 0x2c, 0xff, 0x95, 0x57, 0x2b, 0xff, 0x95, 0x56, 0x2a, 0xff, 0x94, 0x56, 0x2a, 0xff, 0x93, 0x56, 0x2a, 0xff, 0x92, 0x57, 0x2a, 0xff, 0x91, 0x56, 0x29, 0xff, 0x91, 0x54, 0x29, 0xff, 0x91, 0x53, 0x29, 0xff, 0x91, 0x55, 0x28, 0xff, 0x91, 0x56, 0x27, 0xff, 0x91, 0x53, 0x25, 0xff, 0x91, 0x52, 0x25, 0xff, 0x91, 0x52, 0x24, 0xff, 0x92, 0x53, 0x23, 0xff, 0x91, 0x54, 0x21, 0xff, 0x91, 0x52, 0x22, 0xff, 0x92, 0x52, 0x22, 0xff, 0x92, 0x52, 0x21, 0xff, 0x91, 0x53, 0x23, 0xff, 0x9c, 0x5e, 0x2c, 0xff, 0xb1, 0x71, 0x3d, 0xff, 0xaf, 0x6e, 0x3d, 0xff, 0xaf, 0x71, 0x3e, 0xff, 0xb0, 0x72, 0x3e, 0xff, 0xb1, 0x74, 0x41, 0xff, 0xb4, 0x79, 0x48, 0xff, 0xb4, 0x79, 0x49, 0xff, 0xb6, 0x7b, 0x48, 0xff, 0xba, 0x80, 0x4a, 0xff, 0xbf, 0x83, 0x4e, 0xff, 0xc1, 0x8b, 0x54, 0xff, 0xc5, 0x94, 0x5d, 0xff, 0xb7, 0x83, 0x54, 0xff, 0xa5, 0x6b, 0x43, 0xff, 0xa8, 0x6f, 0x47, 0xff, 0xa7, 0x6e, 0x46, 0xff, 0xa7, 0x6f, 0x47, 0xff, 0xa5, 0x6d, 0x43, 0xff, 0xa0, 0x68, 0x3c, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa0, 0x60, 0x35, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x99, 0x5b, 0x31, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x93, 0x55, 0x2d, 0xff, 0x91, 0x54, 0x2c, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x90, 0x51, 0x2b, 0xff, 0x8e, 0x4f, 0x2a, 0xff, 0x8e, 0x4e, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8d, 0x50, 0x2a, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8f, 0x55, 0x2f, 0xff, 0x91, 0x57, 0x30, 0xff, 0x91, 0x58, 0x31, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x9a, 0x63, 0x37, 0xff, 0xc5, 0x8c, 0x57, 0xff, 0xdb, 0x94, 0x5e, 0xff, 0xd8, 0x8c, 0x59, 0xff, 0xd1, 0x8b, 0x56, 0xff, 0xcb, 0x8b, 0x55, 0xff, 0xc5, 0x88, 0x54, 0xff, 0xc0, 0x84, 0x51, 0xff, 0xbe, 0x81, 0x4e, 0xff, 0xba, 0x7c, 0x4a, 0xff, 0xbb, 0x7d, 0x4c, 0xff, 0xbe, 0x80, 0x4f, 0xff, 0xc2, 0x86, 0x53, 0xff, 0xd2, 0x8f, 0x5c, 0xff, 0xe8, 0x9e, 0x6a, 0xff, 0xf0, 0xb0, 0x78, 0xff, 0xf0, 0xbc, 0x83, 0xff, 0xf2, 0xd2, 0x8f, 0xff, 0xe1, 0xce, 0x91, 0xff, 0xb1, 0x88, 0x5e, 0xff, 0x9d, 0x67, 0x45, 0xff, 0x9f, 0x6b, 0x47, 0xff, 0x9e, 0x6a, 0x47, 0xff, 0x9d, 0x69, 0x45, 0xff, 0x9d, 0x69, 0x43, 0xff, 0x9d, 0x65, 0x40, 0xff, 0x9c, 0x61, 0x3b, 0xff, 0x9a, 0x5d, 0x38, 0xff, 0x97, 0x5a, 0x36, 0xff, 0x94, 0x56, 0x33, 0xff, 0x93, 0x56, 0x31, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x8e, 0x4d, 0x2d, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x92, 0x56, 0x30, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x95, 0x52, 0x2c, 0xff, 0x95, 0x52, 0x2a, 0xff, 0x96, 0x52, 0x2b, 0xff, 0x95, 0x52, 0x2b, 0xff, 0x97, 0x53, 0x2b, 0xff, 0x98, 0x55, 0x2c, 0xff, 0x98, 0x55, 0x2d, 0xff, 0x9a, 0x58, 0x2d, 0xff, 0x9c, 0x59, 0x2e, 0xff, 0x9d, 0x59, 0x2e, 0xff, 0x9b, 0x57, 0x2e, 0xff, 0x90, 0x54, 0x2d, 0xff, 0xc9, 0x84, 0x52, 0xff, 0xe8, 0x96, 0x5f, 0xff, 0xdd, 0x8f, 0x58, 0xff, 0xcd, 0x87, 0x51, 0xff, 0xc5, 0x82, 0x4d, 0xff, 0xc0, 0x7d, 0x4a, 0xff, 0xbb, 0x7a, 0x48, 0xff, 0xba, 0x79, 0x47, 0xff, 0xba, 0x7a, 0x49, 0xff, 0xbb, 0x79, 0x49, 0xff, 0xbd, 0x7c, 0x4a, 0xff, 0xbf, 0x7e, 0x4c, 0xff, 0xc2, 0x83, 0x4f, 0xff, 0xc5, 0x85, 0x52, 0xff, 0xcb, 0x89, 0x54, 0xff, 0xd1, 0x8e, 0x58, 0xff, 0xdd, 0x92, 0x5c, 0xff, 0xe7, 0x98, 0x62, 0xff, 0xe9, 0x9d, 0x67, 0xff, 0xe6, 0xa1, 0x69, 0xff, 0xe0, 0xa5, 0x6e, 0xff, 0xdd, 0xa8, 0x70, 0xff, 0xdc, 0xa8, 0x70, 0xff, 0xd8, 0xa5, 0x70, 0xff, 0xd3, 0xa3, 0x6e, 0xff, 0xd0, 0xa0, 0x6b, 0xff, 0xce, 0x9a, 0x67, 0xff, 0xce, 0x94, 0x61, 0xff, 0xca, 0x8e, 0x5b, 0xff, 0xc5, 0x88, 0x53, 0xff, 0xbc, 0x7d, 0x4c, 0xff, 0xb6, 0x78, 0x48, 0xff, 0xb0, 0x71, 0x41, 0xff, 0xbd, 0x7c, 0x46, 0xff, 0xbf, 0x7e, 0x45, 0xff, 0xbe, 0x7d, 0x44, 0xff, 0xbc, 0x7c, 0x43, 0xff, 0xba, 0x78, 0x41, 0xff, - 0xb9, 0x77, 0x40, 0xff, 0xb9, 0x78, 0x40, 0xff, 0xb8, 0x78, 0x41, 0xff, 0xb5, 0x75, 0x3f, 0xff, 0xb4, 0x74, 0x3e, 0xff, 0xb4, 0x74, 0x3e, 0xff, 0xb0, 0x70, 0x3c, 0xff, 0xb0, 0x70, 0x3d, 0xff, 0xaf, 0x70, 0x3b, 0xff, 0xae, 0x6d, 0x3b, 0xff, 0xac, 0x6c, 0x3b, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xa4, 0x64, 0x38, 0xff, 0xa0, 0x61, 0x35, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0x9f, 0x5d, 0x34, 0xff, 0x9f, 0x5d, 0x34, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xb8, 0x78, 0x42, 0xff, 0xc4, 0x83, 0x43, 0xff, 0xc4, 0x83, 0x41, 0xff, 0xc4, 0x84, 0x43, 0xff, 0xc3, 0x81, 0x41, 0xff, 0xc5, 0x85, 0x43, 0xff, 0xc3, 0x83, 0x45, 0xff, 0xc6, 0x86, 0x48, 0xff, 0xc4, 0x84, 0x47, 0xff, 0xc3, 0x83, 0x47, 0xff, 0xc3, 0x85, 0x49, 0xff, 0xbe, 0x80, 0x46, 0xff, 0xbe, 0x84, 0x41, 0xff, 0xbb, 0x80, 0x3f, 0xff, 0xbc, 0x80, 0x3e, 0xff, 0xba, 0x7e, 0x41, 0xff, 0xbb, 0x7f, 0x41, 0xff, 0xb9, 0x80, 0x41, 0xff, 0xba, 0x80, 0x41, 0xff, 0xbb, 0x80, 0x43, 0xff, 0xbb, 0x7f, 0x41, 0xff, 0xba, 0x81, 0x40, 0xff, 0xbb, 0x7f, 0x43, 0xff, 0xbb, 0x84, 0x45, 0xff, 0xbe, 0x85, 0x45, 0xff, 0xbd, 0x80, 0x43, 0xff, 0xbe, 0x85, 0x42, 0xff, 0xbf, 0x85, 0x48, 0xff, 0xbf, 0x88, 0x48, 0xff, 0xb2, 0x79, 0x42, 0xff, 0xa3, 0x68, 0x36, 0xff, 0xa5, 0x6a, 0x38, 0xff, 0xa4, 0x68, 0x34, 0xff, 0xa0, 0x62, 0x32, 0xff, 0x9f, 0x62, 0x33, 0xff, 0x9d, 0x60, 0x32, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0x9c, 0x5f, 0x32, 0xff, 0x9c, 0x5f, 0x31, 0xff, 0x9a, 0x5d, 0x31, 0xff, 0x99, 0x5d, 0x30, 0xff, 0x99, 0x5c, 0x30, 0xff, 0x98, 0x5b, 0x2e, 0xff, 0x97, 0x5c, 0x2f, 0xff, 0x96, 0x5a, 0x2d, 0xff, 0x97, 0x58, 0x2c, 0xff, 0x95, 0x56, 0x2a, 0xff, 0x95, 0x57, 0x2a, 0xff, 0x94, 0x56, 0x2a, 0xff, 0x92, 0x56, 0x2a, 0xff, 0x92, 0x55, 0x29, 0xff, 0x92, 0x56, 0x2a, 0xff, 0x91, 0x56, 0x2a, 0xff, 0x93, 0x56, 0x29, 0xff, 0x93, 0x55, 0x27, 0xff, 0x93, 0x55, 0x25, 0xff, 0x94, 0x53, 0x22, 0xff, 0x93, 0x54, 0x23, 0xff, 0x93, 0x55, 0x22, 0xff, 0x94, 0x54, 0x20, 0xff, 0x93, 0x54, 0x20, 0xff, 0x93, 0x53, 0x21, 0xff, 0x94, 0x57, 0x23, 0xff, 0x9d, 0x5e, 0x2f, 0xff, 0xaf, 0x6f, 0x3d, 0xff, 0xb4, 0x76, 0x42, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb3, 0x75, 0x41, 0xff, 0xb5, 0x78, 0x43, 0xff, 0xb6, 0x79, 0x46, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xbc, 0x7f, 0x4b, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xc0, 0x88, 0x51, 0xff, 0xb2, 0x7b, 0x4b, 0xff, 0xa9, 0x6f, 0x44, 0xff, 0xab, 0x70, 0x45, 0xff, 0xab, 0x70, 0x47, 0xff, 0xa8, 0x6e, 0x46, 0xff, 0xa3, 0x6a, 0x40, 0xff, 0xa1, 0x69, 0x3d, 0xff, 0xa1, 0x67, 0x39, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa3, 0x63, 0x36, 0xff, 0xa0, 0x60, 0x36, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x97, 0x5a, 0x30, 0xff, 0x95, 0x59, 0x2f, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x91, 0x55, 0x2c, 0xff, 0x91, 0x53, 0x2b, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x8d, 0x51, 0x2b, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x8f, 0x54, 0x2b, 0xff, 0x87, 0x4e, 0x2a, 0xff, 0xaf, 0x6f, 0x44, 0xff, 0xda, 0x8e, 0x59, 0xff, 0xde, 0x90, 0x5a, 0xff, 0xd5, 0x8f, 0x58, 0xff, 0xcc, 0x8a, 0x55, 0xff, 0xc5, 0x86, 0x51, 0xff, 0xbe, 0x82, 0x4e, 0xff, 0xba, 0x7e, 0x4c, 0xff, 0xbb, 0x7f, 0x4d, 0xff, 0xbc, 0x81, 0x4f, 0xff, 0xc0, 0x83, 0x50, 0xff, 0xc9, 0x8b, 0x55, 0xff, 0xdd, 0x98, 0x62, 0xff, 0xed, 0xa7, 0x71, 0xff, 0xf1, 0xb2, 0x7c, 0xff, 0xef, 0xc3, 0x86, 0xff, 0xc4, 0x9d, 0x6a, 0xff, 0xa3, 0x70, 0x4a, 0xff, 0xa0, 0x6a, 0x46, 0xff, 0xa1, 0x6c, 0x48, 0xff, 0x9f, 0x6b, 0x47, 0xff, 0xa0, 0x6c, 0x47, 0xff, 0xa0, 0x6c, 0x47, 0xff, 0x9f, 0x69, 0x43, 0xff, 0x9e, 0x66, 0x40, 0xff, 0x9d, 0x63, 0x3d, 0xff, 0x9c, 0x5e, 0x39, 0xff, 0x99, 0x5b, 0x36, 0xff, 0x96, 0x59, 0x33, 0xff, 0x94, 0x57, 0x32, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x91, 0x56, 0x30, 0xff, 0x91, 0x58, 0x32, 0xff, 0x93, 0x59, 0x33, 0xff, 0x94, 0x58, 0x33, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x95, 0x59, 0x31, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x96, 0x53, 0x2b, 0xff, 0x95, 0x52, 0x2b, 0xff, 0x95, 0x51, 0x2a, 0xff, 0x95, 0x51, 0x2a, 0xff, 0x96, 0x54, 0x2b, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x99, 0x56, 0x2d, 0xff, 0x9a, 0x59, 0x2d, 0xff, 0x9c, 0x59, 0x2e, 0xff, 0x9e, 0x5a, 0x2f, 0xff, 0x92, 0x51, 0x2a, 0xff, 0x8f, 0x51, 0x2b, 0xff, 0xad, 0x67, 0x3b, 0xff, 0xe1, 0x99, 0x62, 0xff, 0xe5, 0x98, 0x61, 0xff, 0xd8, 0x8d, 0x56, 0xff, 0xc9, 0x84, 0x4f, 0xff, 0xc2, 0x7f, 0x4b, 0xff, 0xbc, 0x7a, 0x49, 0xff, 0xbb, 0x7b, 0x49, 0xff, 0xbb, 0x7a, 0x48, 0xff, 0xbb, 0x79, 0x49, 0xff, 0xbb, 0x7a, 0x49, 0xff, 0xbf, 0x7f, 0x4b, 0xff, 0xc2, 0x80, 0x4f, 0xff, 0xc4, 0x83, 0x50, 0xff, 0xc9, 0x88, 0x54, 0xff, 0xd0, 0x8b, 0x58, 0xff, 0xd9, 0x91, 0x5b, 0xff, 0xe5, 0x97, 0x5f, 0xff, 0xe5, 0x9a, 0x65, 0xff, 0xe0, 0x9e, 0x68, 0xff, 0xdf, 0xa2, 0x6b, 0xff, 0xda, 0xa3, 0x6c, 0xff, 0xd9, 0xa3, 0x6e, 0xff, 0xd5, 0xa2, 0x6d, 0xff, 0xd2, 0x9e, 0x6a, 0xff, 0xce, 0x99, 0x66, 0xff, 0xce, 0x95, 0x61, 0xff, 0xcb, 0x8f, 0x5d, 0xff, 0xc6, 0x87, 0x57, 0xff, 0xbe, 0x7e, 0x4f, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xbc, 0x7d, 0x49, 0xff, 0xc3, 0x80, 0x49, 0xff, 0xc0, 0x7f, 0x45, 0xff, 0xbe, 0x7d, 0x45, 0xff, 0xbb, 0x7a, 0x42, 0xff, 0xba, 0x79, 0x41, 0xff, - 0xb8, 0x77, 0x40, 0xff, 0xb8, 0x74, 0x3e, 0xff, 0xb6, 0x76, 0x40, 0xff, 0xb6, 0x75, 0x3e, 0xff, 0xb4, 0x72, 0x3e, 0xff, 0xb1, 0x70, 0x3d, 0xff, 0xb0, 0x70, 0x3d, 0xff, 0xaf, 0x6d, 0x3a, 0xff, 0xae, 0x6e, 0x3b, 0xff, 0xae, 0x6d, 0x3c, 0xff, 0xac, 0x6c, 0x3d, 0xff, 0xab, 0x6c, 0x3b, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xa1, 0x64, 0x38, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa1, 0x62, 0x35, 0xff, 0xa1, 0x60, 0x36, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa0, 0x61, 0x36, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xae, 0x6f, 0x40, 0xff, 0xc2, 0x81, 0x42, 0xff, 0xc5, 0x82, 0x44, 0xff, 0xc4, 0x83, 0x42, 0xff, 0xc7, 0x84, 0x44, 0xff, 0xc3, 0x82, 0x42, 0xff, 0xc3, 0x83, 0x44, 0xff, 0xc2, 0x83, 0x43, 0xff, 0xc6, 0x85, 0x45, 0xff, 0xc5, 0x85, 0x47, 0xff, 0xc7, 0x86, 0x49, 0xff, 0xbf, 0x80, 0x43, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xb9, 0x7c, 0x44, 0xff, 0xbb, 0x80, 0x3f, 0xff, 0xbe, 0x83, 0x42, 0xff, 0xbb, 0x80, 0x3d, 0xff, 0xbd, 0x83, 0x42, 0xff, 0xbd, 0x81, 0x43, 0xff, 0xbb, 0x80, 0x40, 0xff, 0xbd, 0x84, 0x45, 0xff, 0xbd, 0x82, 0x42, 0xff, 0xbd, 0x84, 0x45, 0xff, 0xbc, 0x83, 0x42, 0xff, 0xbf, 0x87, 0x46, 0xff, 0xc0, 0x86, 0x45, 0xff, 0xbf, 0x84, 0x46, 0xff, 0xc1, 0x8b, 0x48, 0xff, 0xc2, 0x8a, 0x4c, 0xff, 0xc0, 0x86, 0x47, 0xff, 0xbe, 0x82, 0x47, 0xff, 0xb4, 0x79, 0x42, 0xff, 0xa6, 0x69, 0x38, 0xff, 0xa8, 0x6d, 0x3c, 0xff, 0xa8, 0x6c, 0x38, 0xff, 0xa2, 0x64, 0x35, 0xff, 0xa2, 0x64, 0x34, 0xff, 0xa1, 0x64, 0x35, 0xff, 0xa0, 0x63, 0x34, 0xff, 0x9e, 0x62, 0x33, 0xff, 0x9e, 0x62, 0x34, 0xff, 0x9d, 0x61, 0x33, 0xff, 0x9d, 0x61, 0x32, 0xff, 0x9d, 0x61, 0x32, 0xff, 0x9d, 0x60, 0x33, 0xff, 0x9c, 0x5f, 0x32, 0xff, 0x9b, 0x5f, 0x31, 0xff, 0x9a, 0x5d, 0x30, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x97, 0x5a, 0x2d, 0xff, 0x96, 0x58, 0x2b, 0xff, 0x95, 0x57, 0x29, 0xff, 0x94, 0x56, 0x2a, 0xff, 0x95, 0x57, 0x2a, 0xff, 0x95, 0x57, 0x2a, 0xff, 0x95, 0x57, 0x2a, 0xff, 0x95, 0x57, 0x29, 0xff, 0x96, 0x56, 0x28, 0xff, 0x95, 0x55, 0x26, 0xff, 0x94, 0x56, 0x25, 0xff, 0x95, 0x55, 0x23, 0xff, 0x96, 0x56, 0x21, 0xff, 0x97, 0x55, 0x21, 0xff, 0x96, 0x56, 0x22, 0xff, 0x95, 0x56, 0x25, 0xff, 0x94, 0x56, 0x26, 0xff, 0x9f, 0x5e, 0x2e, 0xff, 0xb1, 0x72, 0x3d, 0xff, 0xb5, 0x78, 0x43, 0xff, 0xb4, 0x77, 0x43, 0xff, 0xb6, 0x78, 0x44, 0xff, 0xb8, 0x78, 0x44, 0xff, 0xb8, 0x7a, 0x46, 0xff, 0xb8, 0x7b, 0x47, 0xff, 0xba, 0x7d, 0x48, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xbb, 0x7e, 0x4a, 0xff, 0xaf, 0x73, 0x45, 0xff, 0xac, 0x70, 0x44, 0xff, 0xac, 0x70, 0x45, 0xff, 0xa9, 0x6e, 0x43, 0xff, 0xa4, 0x69, 0x3f, 0xff, 0xa4, 0x69, 0x3e, 0xff, 0xa4, 0x69, 0x3d, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa4, 0x64, 0x37, 0xff, 0xa4, 0x64, 0x37, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa1, 0x60, 0x36, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x33, 0xff, 0x98, 0x5b, 0x31, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x95, 0x59, 0x2f, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x90, 0x54, 0x2c, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x87, 0x4c, 0x2c, 0xff, 0xb5, 0x79, 0x4d, 0xff, 0xd7, 0x90, 0x5b, 0xff, 0xd4, 0x8d, 0x58, 0xff, 0xd4, 0x8c, 0x57, 0xff, 0xca, 0x86, 0x51, 0xff, 0xc0, 0x82, 0x4d, 0xff, 0xbd, 0x81, 0x4c, 0xff, 0xbd, 0x80, 0x4d, 0xff, 0xbc, 0x80, 0x4e, 0xff, 0xbd, 0x82, 0x4f, 0xff, 0xc2, 0x86, 0x52, 0xff, 0xd2, 0x90, 0x5a, 0xff, 0xe8, 0x9c, 0x67, 0xff, 0xf1, 0xaa, 0x73, 0xff, 0xea, 0xb5, 0x7d, 0xff, 0xb2, 0x7e, 0x54, 0xff, 0x9e, 0x68, 0x43, 0xff, 0xa1, 0x6d, 0x47, 0xff, 0xa2, 0x6f, 0x49, 0xff, 0xa1, 0x6e, 0x49, 0xff, 0xa1, 0x6c, 0x48, 0xff, 0xa3, 0x6e, 0x49, 0xff, 0xa2, 0x6e, 0x47, 0xff, 0xa0, 0x6a, 0x45, 0xff, 0x9e, 0x67, 0x42, 0xff, 0x9d, 0x64, 0x3e, 0xff, 0x9c, 0x5f, 0x3a, 0xff, 0x9a, 0x5c, 0x36, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x95, 0x56, 0x31, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x91, 0x57, 0x32, 0xff, 0x92, 0x57, 0x34, 0xff, 0x91, 0x58, 0x33, 0xff, 0x93, 0x59, 0x32, 0xff, 0x94, 0x59, 0x32, 0xff, 0x96, 0x59, 0x32, 0xff, 0x96, 0x58, 0x2f, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x97, 0x53, 0x2b, 0xff, 0x94, 0x51, 0x2b, 0xff, 0x97, 0x53, 0x2c, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x96, 0x52, 0x2b, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x99, 0x56, 0x2d, 0xff, 0x99, 0x59, 0x2d, 0xff, 0x9c, 0x58, 0x2e, 0xff, 0x98, 0x58, 0x2d, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x8b, 0x4d, 0x25, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0xcf, 0x8b, 0x5a, 0xff, 0xeb, 0x9d, 0x68, 0xff, 0xdf, 0x94, 0x5e, 0xff, 0xcf, 0x88, 0x53, 0xff, 0xc4, 0x81, 0x4d, 0xff, 0xbf, 0x7e, 0x4b, 0xff, 0xbd, 0x7c, 0x49, 0xff, 0xbb, 0x79, 0x49, 0xff, 0xbb, 0x79, 0x49, 0xff, 0xbd, 0x7c, 0x4c, 0xff, 0xc0, 0x80, 0x4e, 0xff, 0xc2, 0x81, 0x4f, 0xff, 0xc3, 0x83, 0x50, 0xff, 0xc8, 0x87, 0x54, 0xff, 0xce, 0x8c, 0x58, 0xff, 0xd8, 0x91, 0x5c, 0xff, 0xe1, 0x95, 0x5f, 0xff, 0xe3, 0x98, 0x62, 0xff, 0xdf, 0x9a, 0x66, 0xff, 0xdd, 0x9e, 0x68, 0xff, 0xd9, 0x9e, 0x68, 0xff, 0xd4, 0x9a, 0x68, 0xff, 0xd2, 0x99, 0x67, 0xff, 0xd0, 0x96, 0x64, 0xff, 0xce, 0x93, 0x62, 0xff, 0xcb, 0x8d, 0x5c, 0xff, 0xc7, 0x86, 0x56, 0xff, 0xbf, 0x81, 0x50, 0xff, 0xbd, 0x7d, 0x4b, 0xff, 0xc5, 0x85, 0x4c, 0xff, 0xc3, 0x82, 0x48, 0xff, 0xc0, 0x7d, 0x45, 0xff, 0xbb, 0x7c, 0x43, 0xff, 0xba, 0x79, 0x42, 0xff, 0xb8, 0x77, 0x3f, 0xff, - 0xb7, 0x76, 0x3f, 0xff, 0xb5, 0x76, 0x40, 0xff, 0xb4, 0x73, 0x3e, 0xff, 0xb4, 0x72, 0x3e, 0xff, 0xb2, 0x70, 0x3d, 0xff, 0xb1, 0x71, 0x3f, 0xff, 0xaf, 0x70, 0x3b, 0xff, 0xb0, 0x6f, 0x3d, 0xff, 0xae, 0x6e, 0x3c, 0xff, 0xae, 0x6e, 0x3d, 0xff, 0xac, 0x6c, 0x3b, 0xff, 0xad, 0x6c, 0x3d, 0xff, 0xac, 0x6c, 0x3e, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa2, 0x64, 0x37, 0xff, 0xa5, 0x65, 0x39, 0xff, 0xb7, 0x78, 0x43, 0xff, 0xc9, 0x86, 0x46, 0xff, 0xc8, 0x84, 0x47, 0xff, 0xcb, 0x86, 0x48, 0xff, 0xc4, 0x83, 0x44, 0xff, 0xc3, 0x81, 0x41, 0xff, 0xc4, 0x85, 0x43, 0xff, 0xc3, 0x80, 0x43, 0xff, 0xc3, 0x80, 0x43, 0xff, 0xc1, 0x80, 0x45, 0xff, 0xc4, 0x84, 0x46, 0xff, 0xbf, 0x7e, 0x44, 0xff, 0xbf, 0x7f, 0x45, 0xff, 0xbc, 0x7d, 0x44, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xbc, 0x7f, 0x42, 0xff, 0xbf, 0x83, 0x43, 0xff, 0xc0, 0x87, 0x45, 0xff, 0xbe, 0x83, 0x43, 0xff, 0xbd, 0x86, 0x45, 0xff, 0xbf, 0x88, 0x47, 0xff, 0xbe, 0x80, 0x45, 0xff, 0xbf, 0x86, 0x47, 0xff, 0xbe, 0x82, 0x45, 0xff, 0xbf, 0x81, 0x46, 0xff, 0xc3, 0x8b, 0x4a, 0xff, 0xc4, 0x8b, 0x4c, 0xff, 0xc5, 0x8e, 0x4c, 0xff, 0xc4, 0x88, 0x48, 0xff, 0xc3, 0x88, 0x47, 0xff, 0xc4, 0x89, 0x4c, 0xff, 0xc3, 0x88, 0x4b, 0xff, 0xb5, 0x7a, 0x42, 0xff, 0xac, 0x6c, 0x3c, 0xff, 0xae, 0x70, 0x3d, 0xff, 0xac, 0x6f, 0x3c, 0xff, 0xa6, 0x6b, 0x37, 0xff, 0xa5, 0x67, 0x37, 0xff, 0xa2, 0x66, 0x35, 0xff, 0xa1, 0x65, 0x36, 0xff, 0xa2, 0x65, 0x36, 0xff, 0xa1, 0x64, 0x35, 0xff, 0xa1, 0x64, 0x35, 0xff, 0xa0, 0x64, 0x35, 0xff, 0xa0, 0x64, 0x35, 0xff, 0x9f, 0x63, 0x35, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9e, 0x62, 0x34, 0xff, 0x9d, 0x60, 0x32, 0xff, 0x9b, 0x61, 0x33, 0xff, 0x9a, 0x5f, 0x31, 0xff, 0x9a, 0x5d, 0x2f, 0xff, 0x99, 0x5c, 0x2e, 0xff, 0x98, 0x5a, 0x2d, 0xff, 0x97, 0x58, 0x2b, 0xff, 0x95, 0x58, 0x2a, 0xff, 0x97, 0x5a, 0x2a, 0xff, 0x97, 0x58, 0x2a, 0xff, 0x97, 0x59, 0x2b, 0xff, 0x98, 0x59, 0x2a, 0xff, 0x97, 0x59, 0x2a, 0xff, 0x96, 0x57, 0x29, 0xff, 0x97, 0x59, 0x27, 0xff, 0x97, 0x58, 0x25, 0xff, 0x98, 0x56, 0x23, 0xff, 0x97, 0x57, 0x24, 0xff, 0x98, 0x59, 0x24, 0xff, 0x98, 0x5b, 0x26, 0xff, 0x96, 0x59, 0x26, 0xff, 0x9c, 0x5e, 0x2e, 0xff, 0xb2, 0x73, 0x40, 0xff, 0xb8, 0x7a, 0x45, 0xff, 0xb7, 0x79, 0x44, 0xff, 0xb8, 0x7a, 0x45, 0xff, 0xb9, 0x7b, 0x47, 0xff, 0xb9, 0x7c, 0x49, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xb7, 0x7a, 0x49, 0xff, 0xad, 0x6e, 0x43, 0xff, 0xad, 0x6f, 0x42, 0xff, 0xa9, 0x6c, 0x3f, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa6, 0x6a, 0x3e, 0xff, 0xa4, 0x68, 0x3d, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa3, 0x64, 0x37, 0xff, 0xa5, 0x65, 0x38, 0xff, 0xa3, 0x64, 0x36, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa1, 0x61, 0x36, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0x9c, 0x5d, 0x31, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x98, 0x5a, 0x31, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x96, 0x58, 0x2e, 0xff, 0x95, 0x57, 0x2d, 0xff, 0x92, 0x54, 0x2d, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x92, 0x54, 0x2d, 0xff, 0x92, 0x55, 0x2d, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x90, 0x54, 0x2d, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x90, 0x54, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x8f, 0x54, 0x31, 0xff, 0xbf, 0x7d, 0x4f, 0xff, 0xd4, 0x8e, 0x58, 0xff, 0xc7, 0x85, 0x51, 0xff, 0xc2, 0x83, 0x4e, 0xff, 0xc3, 0x81, 0x4b, 0xff, 0xc1, 0x80, 0x4c, 0xff, 0xbf, 0x80, 0x4c, 0xff, 0xbf, 0x80, 0x4c, 0xff, 0xbf, 0x81, 0x4e, 0xff, 0xc0, 0x83, 0x50, 0xff, 0xc5, 0x87, 0x52, 0xff, 0xdd, 0x96, 0x60, 0xff, 0xf2, 0xaa, 0x70, 0xff, 0xc1, 0x89, 0x5a, 0xff, 0xa3, 0x6b, 0x44, 0xff, 0xa2, 0x6a, 0x43, 0xff, 0xa1, 0x6c, 0x47, 0xff, 0xa3, 0x6f, 0x49, 0xff, 0xa3, 0x70, 0x48, 0xff, 0xa3, 0x6f, 0x49, 0xff, 0xa4, 0x70, 0x49, 0xff, 0xa4, 0x70, 0x48, 0xff, 0xa2, 0x6d, 0x46, 0xff, 0x9f, 0x69, 0x44, 0xff, 0xa0, 0x67, 0x42, 0xff, 0x9f, 0x64, 0x3e, 0xff, 0x9d, 0x60, 0x3a, 0xff, 0x9a, 0x5d, 0x37, 0xff, 0x97, 0x58, 0x34, 0xff, 0x95, 0x56, 0x32, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x91, 0x56, 0x32, 0xff, 0x91, 0x57, 0x31, 0xff, 0x92, 0x59, 0x32, 0xff, 0x93, 0x58, 0x34, 0xff, 0x94, 0x5a, 0x33, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x98, 0x56, 0x2d, 0xff, 0x95, 0x52, 0x2c, 0xff, 0x97, 0x54, 0x2c, 0xff, 0x98, 0x55, 0x2c, 0xff, 0x99, 0x56, 0x2d, 0xff, 0x98, 0x55, 0x2b, 0xff, 0x98, 0x56, 0x2c, 0xff, 0x99, 0x56, 0x2d, 0xff, 0x99, 0x58, 0x2d, 0xff, 0x9a, 0x58, 0x2e, 0xff, 0x93, 0x53, 0x2b, 0xff, 0x8e, 0x4e, 0x29, 0xff, 0x92, 0x54, 0x2a, 0xff, 0x8d, 0x4d, 0x25, 0xff, 0xb1, 0x78, 0x49, 0xff, 0xe9, 0x9d, 0x69, 0xff, 0xe7, 0x99, 0x62, 0xff, 0xd6, 0x8c, 0x57, 0xff, 0xc7, 0x84, 0x50, 0xff, 0xc0, 0x7f, 0x4c, 0xff, 0xbe, 0x7c, 0x4b, 0xff, 0xbe, 0x7c, 0x4b, 0xff, 0xbf, 0x7f, 0x4d, 0xff, 0xbf, 0x7c, 0x4c, 0xff, 0xc0, 0x80, 0x4e, 0xff, 0xc1, 0x80, 0x50, 0xff, 0xc4, 0x83, 0x51, 0xff, 0xc7, 0x86, 0x53, 0xff, 0xca, 0x88, 0x56, 0xff, 0xd4, 0x8d, 0x59, 0xff, 0xdc, 0x92, 0x5c, 0xff, 0xe1, 0x96, 0x61, 0xff, 0xdf, 0x96, 0x63, 0xff, 0xdc, 0x98, 0x64, 0xff, 0xd7, 0x99, 0x63, 0xff, 0xd4, 0x95, 0x63, 0xff, 0xd2, 0x93, 0x61, 0xff, 0xd1, 0x8d, 0x5e, 0xff, 0xcb, 0x8a, 0x5b, 0xff, 0xc4, 0x85, 0x57, 0xff, 0xbf, 0x81, 0x50, 0xff, 0xca, 0x8a, 0x52, 0xff, 0xc6, 0x83, 0x4b, 0xff, 0xc1, 0x80, 0x48, 0xff, 0xbd, 0x7d, 0x44, 0xff, 0xbb, 0x79, 0x42, 0xff, 0xb9, 0x79, 0x41, 0xff, 0xb8, 0x78, 0x41, 0xff, - 0xb5, 0x75, 0x3f, 0xff, 0xb4, 0x74, 0x3e, 0xff, 0xb4, 0x72, 0x40, 0xff, 0xb4, 0x72, 0x3e, 0xff, 0xb3, 0x71, 0x3e, 0xff, 0xb0, 0x72, 0x3c, 0xff, 0xb0, 0x70, 0x3e, 0xff, 0xb0, 0x6e, 0x3b, 0xff, 0xb0, 0x70, 0x3e, 0xff, 0xaf, 0x6f, 0x3d, 0xff, 0xad, 0x6f, 0x3e, 0xff, 0xae, 0x70, 0x3f, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xab, 0x6b, 0x3f, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa4, 0x67, 0x3b, 0xff, 0xa8, 0x6a, 0x3d, 0xff, 0xae, 0x70, 0x40, 0xff, 0xc2, 0x84, 0x49, 0xff, 0xc4, 0x84, 0x4b, 0xff, 0xc5, 0x83, 0x48, 0xff, 0xc8, 0x88, 0x49, 0xff, 0xc8, 0x83, 0x46, 0xff, 0xc7, 0x86, 0x48, 0xff, 0xc4, 0x84, 0x46, 0xff, 0xc2, 0x81, 0x44, 0xff, 0xc6, 0x83, 0x45, 0xff, 0xc3, 0x81, 0x44, 0xff, 0xbe, 0x7e, 0x42, 0xff, 0xbb, 0x7a, 0x41, 0xff, 0xbe, 0x80, 0x44, 0xff, 0xbf, 0x7f, 0x43, 0xff, 0xbe, 0x7f, 0x44, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xbc, 0x81, 0x46, 0xff, 0xbf, 0x83, 0x45, 0xff, 0xbf, 0x83, 0x42, 0xff, 0xc1, 0x87, 0x46, 0xff, 0xc1, 0x86, 0x43, 0xff, 0xc0, 0x86, 0x48, 0xff, 0xc0, 0x83, 0x45, 0xff, 0xc0, 0x84, 0x47, 0xff, 0xc1, 0x88, 0x49, 0xff, 0xc3, 0x8e, 0x4b, 0xff, 0xc7, 0x8b, 0x4c, 0xff, 0xcb, 0x91, 0x4f, 0xff, 0xca, 0x8f, 0x50, 0xff, 0xc9, 0x8e, 0x4e, 0xff, 0xca, 0x8e, 0x4d, 0xff, 0xc9, 0x8c, 0x4d, 0xff, 0xc9, 0x91, 0x4f, 0xff, 0xb9, 0x7e, 0x45, 0xff, 0xaf, 0x73, 0x3f, 0xff, 0xb0, 0x74, 0x41, 0xff, 0xb0, 0x75, 0x3f, 0xff, 0xab, 0x6f, 0x3c, 0xff, 0xa8, 0x6c, 0x39, 0xff, 0xa8, 0x6b, 0x3a, 0xff, 0xa6, 0x69, 0x38, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa4, 0x69, 0x37, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa2, 0x68, 0x37, 0xff, 0xa1, 0x66, 0x37, 0xff, 0xa2, 0x66, 0x37, 0xff, 0xa1, 0x66, 0x36, 0xff, 0x9f, 0x63, 0x36, 0xff, 0x9e, 0x62, 0x35, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9e, 0x61, 0x34, 0xff, 0x9b, 0x60, 0x32, 0xff, 0x9a, 0x5e, 0x30, 0xff, 0x9a, 0x5c, 0x2e, 0xff, 0x99, 0x5b, 0x2d, 0xff, 0x99, 0x5a, 0x2c, 0xff, 0x99, 0x5c, 0x2b, 0xff, 0x98, 0x5c, 0x2c, 0xff, 0x99, 0x5b, 0x2d, 0xff, 0x99, 0x5c, 0x2b, 0xff, 0x99, 0x5c, 0x2b, 0xff, 0x99, 0x5a, 0x2a, 0xff, 0x9a, 0x59, 0x29, 0xff, 0x9a, 0x59, 0x27, 0xff, 0x98, 0x58, 0x26, 0xff, 0x9a, 0x5a, 0x27, 0xff, 0x99, 0x5a, 0x28, 0xff, 0x9a, 0x5a, 0x29, 0xff, 0x9a, 0x5b, 0x29, 0xff, 0x9b, 0x5d, 0x2b, 0xff, 0xac, 0x6d, 0x39, 0xff, 0xba, 0x7b, 0x45, 0xff, 0xbc, 0x7d, 0x46, 0xff, 0xbc, 0x7d, 0x46, 0xff, 0xbc, 0x7e, 0x47, 0xff, 0xbe, 0x7f, 0x48, 0xff, 0xbf, 0x81, 0x4a, 0xff, 0xb9, 0x7b, 0x49, 0xff, 0xac, 0x6e, 0x41, 0xff, 0xa7, 0x6a, 0x3c, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xa4, 0x67, 0x39, 0xff, 0xa5, 0x66, 0x38, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa4, 0x63, 0x37, 0xff, 0xa2, 0x63, 0x35, 0xff, 0xa3, 0x63, 0x36, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0x9c, 0x5e, 0x31, 0xff, 0x9c, 0x5f, 0x31, 0xff, 0x9b, 0x5f, 0x32, 0xff, 0x9b, 0x5e, 0x32, 0xff, 0x99, 0x5d, 0x31, 0xff, 0x99, 0x5d, 0x31, 0xff, 0x98, 0x5b, 0x2f, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x96, 0x58, 0x2e, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x94, 0x56, 0x2e, 0xff, 0x92, 0x56, 0x2d, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x92, 0x56, 0x2d, 0xff, 0x92, 0x56, 0x2d, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8d, 0x53, 0x2f, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8f, 0x54, 0x2c, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x82, 0x44, 0x23, 0xff, 0x93, 0x5b, 0x35, 0xff, 0xca, 0x89, 0x56, 0xff, 0xd2, 0x8c, 0x57, 0xff, 0xc3, 0x81, 0x4e, 0xff, 0xbd, 0x7d, 0x49, 0xff, 0xbb, 0x7c, 0x47, 0xff, 0xbc, 0x7d, 0x48, 0xff, 0xbe, 0x7f, 0x49, 0xff, 0xbd, 0x80, 0x4a, 0xff, 0xbf, 0x80, 0x4b, 0xff, 0xc2, 0x84, 0x51, 0xff, 0xd4, 0x8e, 0x59, 0xff, 0xdc, 0x97, 0x62, 0xff, 0xb1, 0x75, 0x49, 0xff, 0xa2, 0x68, 0x41, 0xff, 0xa4, 0x6c, 0x44, 0xff, 0xa1, 0x6b, 0x42, 0xff, 0xa5, 0x71, 0x47, 0xff, 0xa5, 0x70, 0x48, 0xff, 0xa3, 0x6e, 0x47, 0xff, 0xa5, 0x6f, 0x49, 0xff, 0xa5, 0x70, 0x48, 0xff, 0xa4, 0x6f, 0x47, 0xff, 0xa3, 0x6d, 0x45, 0xff, 0xa0, 0x69, 0x43, 0xff, 0xa1, 0x66, 0x41, 0xff, 0xa0, 0x61, 0x3e, 0xff, 0x9b, 0x5e, 0x39, 0xff, 0x99, 0x5a, 0x35, 0xff, 0x94, 0x56, 0x31, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x90, 0x57, 0x31, 0xff, 0x92, 0x58, 0x32, 0xff, 0x93, 0x58, 0x34, 0xff, 0x94, 0x59, 0x35, 0xff, 0x94, 0x5c, 0x35, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x96, 0x59, 0x2f, 0xff, 0x98, 0x55, 0x2d, 0xff, 0x98, 0x55, 0x2d, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x99, 0x56, 0x2c, 0xff, 0x98, 0x56, 0x2c, 0xff, 0x97, 0x56, 0x2c, 0xff, 0x99, 0x56, 0x2d, 0xff, 0x99, 0x58, 0x2d, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x90, 0x51, 0x2a, 0xff, 0x91, 0x52, 0x2a, 0xff, 0x8d, 0x4d, 0x25, 0xff, 0x91, 0x55, 0x2a, 0xff, 0xcf, 0x88, 0x57, 0xff, 0xe1, 0x98, 0x64, 0xff, 0xe2, 0x94, 0x5d, 0xff, 0xd1, 0x88, 0x54, 0xff, 0xc5, 0x82, 0x4e, 0xff, 0xc0, 0x80, 0x4c, 0xff, 0xbf, 0x7c, 0x4c, 0xff, 0xbf, 0x7c, 0x4c, 0xff, 0xbf, 0x7c, 0x4d, 0xff, 0xbf, 0x80, 0x4d, 0xff, 0xc1, 0x80, 0x50, 0xff, 0xc3, 0x83, 0x52, 0xff, 0xc6, 0x85, 0x54, 0xff, 0xca, 0x88, 0x55, 0xff, 0xcf, 0x8a, 0x58, 0xff, 0xd4, 0x8f, 0x5c, 0xff, 0xd3, 0x8f, 0x5d, 0xff, 0xd5, 0x8f, 0x5d, 0xff, 0xd6, 0x93, 0x5f, 0xff, 0xd4, 0x91, 0x5e, 0xff, 0xcf, 0x8d, 0x5c, 0xff, 0xcc, 0x8a, 0x5a, 0xff, 0xc5, 0x87, 0x57, 0xff, 0xc3, 0x85, 0x54, 0xff, 0xcc, 0x8c, 0x54, 0xff, 0xc8, 0x88, 0x4f, 0xff, 0xc5, 0x83, 0x4c, 0xff, 0xbf, 0x7f, 0x47, 0xff, 0xbd, 0x7d, 0x45, 0xff, 0xba, 0x78, 0x41, 0xff, 0xb8, 0x75, 0x3f, 0xff, 0xb7, 0x77, 0x41, 0xff, - 0xb4, 0x74, 0x3e, 0xff, 0xb4, 0x74, 0x3d, 0xff, 0xb3, 0x71, 0x3e, 0xff, 0xb4, 0x72, 0x3e, 0xff, 0xb2, 0x70, 0x3d, 0xff, 0xb2, 0x71, 0x3d, 0xff, 0xb0, 0x70, 0x3d, 0xff, 0xb0, 0x70, 0x3d, 0xff, 0xb0, 0x70, 0x3f, 0xff, 0xb0, 0x71, 0x40, 0xff, 0xb0, 0x71, 0x40, 0xff, 0xb0, 0x70, 0x41, 0xff, 0xad, 0x6f, 0x41, 0xff, 0xac, 0x6c, 0x41, 0xff, 0xa8, 0x6a, 0x3f, 0xff, 0xb4, 0x76, 0x44, 0xff, 0xbf, 0x81, 0x4a, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc4, 0x84, 0x4b, 0xff, 0xc4, 0x84, 0x4a, 0xff, 0xc4, 0x84, 0x49, 0xff, 0xc7, 0x87, 0x4a, 0xff, 0xc9, 0x87, 0x4c, 0xff, 0xc5, 0x85, 0x49, 0xff, 0xc5, 0x83, 0x47, 0xff, 0xc5, 0x84, 0x47, 0xff, 0xc4, 0x83, 0x46, 0xff, 0xbe, 0x7e, 0x42, 0xff, 0xbc, 0x7b, 0x40, 0xff, 0xbc, 0x7c, 0x41, 0xff, 0xbb, 0x7c, 0x42, 0xff, 0xbf, 0x7f, 0x45, 0xff, 0xbe, 0x7f, 0x43, 0xff, 0xbb, 0x7e, 0x47, 0xff, 0xbd, 0x80, 0x47, 0xff, 0xc1, 0x88, 0x46, 0xff, 0xc1, 0x84, 0x47, 0xff, 0xc2, 0x88, 0x46, 0xff, 0xc3, 0x8a, 0x49, 0xff, 0xc4, 0x87, 0x49, 0xff, 0xc4, 0x8c, 0x4a, 0xff, 0xc5, 0x8b, 0x4a, 0xff, 0xc5, 0x8c, 0x4b, 0xff, 0xc4, 0x8b, 0x4d, 0xff, 0xd0, 0x91, 0x51, 0xff, 0xd0, 0x94, 0x52, 0xff, 0xd3, 0x95, 0x53, 0xff, 0xd1, 0x94, 0x53, 0xff, 0xd3, 0x94, 0x54, 0xff, 0xd3, 0x95, 0x54, 0xff, 0xd6, 0x97, 0x55, 0xff, 0xbd, 0x84, 0x4a, 0xff, 0xb5, 0x78, 0x43, 0xff, 0xb7, 0x7b, 0x44, 0xff, 0xb5, 0x78, 0x44, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xac, 0x70, 0x3d, 0xff, 0xac, 0x70, 0x3d, 0xff, 0xab, 0x6e, 0x3d, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa8, 0x6c, 0x3a, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa6, 0x6a, 0x39, 0xff, 0xa5, 0x69, 0x3a, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa0, 0x66, 0x38, 0xff, 0xa0, 0x65, 0x37, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9e, 0x62, 0x35, 0xff, 0x9c, 0x60, 0x33, 0xff, 0x9c, 0x5e, 0x31, 0xff, 0x9b, 0x5f, 0x2f, 0xff, 0x9c, 0x5e, 0x2e, 0xff, 0x9c, 0x5c, 0x2d, 0xff, 0x9c, 0x5d, 0x2c, 0xff, 0x9b, 0x5e, 0x2c, 0xff, 0x9b, 0x5c, 0x2c, 0xff, 0x9c, 0x5c, 0x2c, 0xff, 0x9b, 0x5d, 0x2b, 0xff, 0x9c, 0x5e, 0x2a, 0xff, 0x9b, 0x5d, 0x28, 0xff, 0x9c, 0x5c, 0x28, 0xff, 0x9c, 0x5c, 0x29, 0xff, 0x9c, 0x5d, 0x29, 0xff, 0x9d, 0x5f, 0x2b, 0xff, 0x9c, 0x5e, 0x2c, 0xff, 0x9d, 0x5e, 0x2e, 0xff, 0xa5, 0x68, 0x35, 0xff, 0xb7, 0x78, 0x43, 0xff, 0xc2, 0x82, 0x4a, 0xff, 0xc1, 0x80, 0x49, 0xff, 0xc0, 0x80, 0x49, 0xff, 0xc1, 0x82, 0x4b, 0xff, 0xb8, 0x7a, 0x48, 0xff, 0xa9, 0x6c, 0x3f, 0xff, 0xa9, 0x6b, 0x3d, 0xff, 0xa9, 0x68, 0x3c, 0xff, 0xa7, 0x68, 0x3a, 0xff, 0xa6, 0x67, 0x39, 0xff, 0xa6, 0x65, 0x39, 0xff, 0xa5, 0x65, 0x38, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa4, 0x63, 0x35, 0xff, 0xa2, 0x62, 0x35, 0xff, 0xa2, 0x62, 0x35, 0xff, 0xa4, 0x63, 0x37, 0xff, 0xa4, 0x63, 0x37, 0xff, 0xa2, 0x61, 0x35, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0x9c, 0x5f, 0x33, 0xff, 0x9b, 0x5e, 0x32, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x99, 0x5b, 0x31, 0xff, 0x98, 0x5a, 0x31, 0xff, 0x97, 0x58, 0x30, 0xff, 0x95, 0x57, 0x2f, 0xff, 0x94, 0x56, 0x2f, 0xff, 0x94, 0x56, 0x2e, 0xff, 0x91, 0x54, 0x2c, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8d, 0x52, 0x2d, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8d, 0x52, 0x2b, 0xff, 0x8d, 0x52, 0x2a, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x84, 0x46, 0x26, 0xff, 0x91, 0x52, 0x2c, 0xff, 0xc7, 0x83, 0x53, 0xff, 0xd2, 0x8d, 0x58, 0xff, 0xc6, 0x84, 0x4e, 0xff, 0xc1, 0x82, 0x4c, 0xff, 0xbb, 0x7b, 0x47, 0xff, 0xb8, 0x78, 0x45, 0xff, 0xb5, 0x75, 0x42, 0xff, 0xb1, 0x71, 0x41, 0xff, 0xb4, 0x74, 0x43, 0xff, 0xc1, 0x82, 0x4f, 0xff, 0xb5, 0x77, 0x49, 0xff, 0xa7, 0x69, 0x40, 0xff, 0xa7, 0x69, 0x41, 0xff, 0xa6, 0x6a, 0x42, 0xff, 0xa3, 0x6a, 0x42, 0xff, 0xa6, 0x6e, 0x45, 0xff, 0xa7, 0x72, 0x46, 0xff, 0xa5, 0x71, 0x45, 0xff, 0xa7, 0x71, 0x47, 0xff, 0xa7, 0x70, 0x46, 0xff, 0xa7, 0x70, 0x45, 0xff, 0xa5, 0x6e, 0x45, 0xff, 0xa4, 0x6a, 0x44, 0xff, 0xa3, 0x69, 0x43, 0xff, 0xa0, 0x64, 0x3f, 0xff, 0x9b, 0x5d, 0x37, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x95, 0x57, 0x32, 0xff, 0x93, 0x55, 0x30, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x92, 0x55, 0x30, 0xff, 0x92, 0x57, 0x31, 0xff, 0x93, 0x59, 0x34, 0xff, 0x94, 0x5a, 0x35, 0xff, 0x94, 0x5a, 0x34, 0xff, 0x95, 0x5a, 0x33, 0xff, 0x97, 0x59, 0x31, 0xff, 0x97, 0x55, 0x2d, 0xff, 0x98, 0x54, 0x2d, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x95, 0x56, 0x2c, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x98, 0x55, 0x2d, 0xff, 0x9b, 0x57, 0x2e, 0xff, 0x9d, 0x5c, 0x31, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x90, 0x4f, 0x2a, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x8f, 0x4f, 0x29, 0xff, 0x8e, 0x4f, 0x28, 0xff, 0xa0, 0x5e, 0x36, 0xff, 0xc5, 0x85, 0x55, 0xff, 0xe5, 0x98, 0x64, 0xff, 0xda, 0x8f, 0x59, 0xff, 0xc9, 0x86, 0x51, 0xff, 0xc4, 0x80, 0x4e, 0xff, 0xc0, 0x7e, 0x4c, 0xff, 0xc0, 0x7f, 0x4e, 0xff, 0xbf, 0x7f, 0x4c, 0xff, 0xbf, 0x7d, 0x4d, 0xff, 0xc0, 0x80, 0x4f, 0xff, 0xc2, 0x82, 0x51, 0xff, 0xc3, 0x83, 0x53, 0xff, 0xc6, 0x85, 0x55, 0xff, 0xcb, 0x88, 0x58, 0xff, 0xcb, 0x8a, 0x58, 0xff, 0xcb, 0x8a, 0x59, 0xff, 0xcb, 0x8c, 0x5b, 0xff, 0xc9, 0x8a, 0x59, 0xff, 0xd1, 0x91, 0x5f, 0xff, 0xc4, 0x87, 0x57, 0xff, 0xc5, 0x84, 0x55, 0xff, 0xcf, 0x8c, 0x55, 0xff, 0xcd, 0x8a, 0x52, 0xff, 0xc8, 0x86, 0x4e, 0xff, 0xc2, 0x80, 0x4a, 0xff, 0xbf, 0x7e, 0x46, 0xff, 0xbb, 0x7a, 0x44, 0xff, 0xb9, 0x79, 0x42, 0xff, 0xb8, 0x76, 0x41, 0xff, 0xb5, 0x75, 0x3f, 0xff, - 0xb4, 0x74, 0x3e, 0xff, 0xb4, 0x74, 0x3e, 0xff, 0xb4, 0x72, 0x3f, 0xff, 0xb3, 0x6f, 0x3e, 0xff, 0xb1, 0x71, 0x3e, 0xff, 0xb3, 0x73, 0x3f, 0xff, 0xb4, 0x72, 0x41, 0xff, 0xb2, 0x72, 0x40, 0xff, 0xb1, 0x73, 0x41, 0xff, 0xb1, 0x73, 0x41, 0xff, 0xb0, 0x70, 0x42, 0xff, 0xb0, 0x72, 0x41, 0xff, 0xae, 0x70, 0x40, 0xff, 0xb9, 0x7b, 0x48, 0xff, 0xdb, 0x92, 0x59, 0xff, 0xc4, 0x87, 0x4f, 0xff, 0xc5, 0x86, 0x4e, 0xff, 0xc4, 0x85, 0x50, 0xff, 0xc4, 0x86, 0x4d, 0xff, 0xc2, 0x83, 0x4b, 0xff, 0xc2, 0x84, 0x4c, 0xff, 0xc3, 0x83, 0x49, 0xff, 0xc8, 0x86, 0x4c, 0xff, 0xc7, 0x86, 0x4d, 0xff, 0xc5, 0x84, 0x49, 0xff, 0xc4, 0x86, 0x49, 0xff, 0xc0, 0x81, 0x48, 0xff, 0xbc, 0x7e, 0x44, 0xff, 0xbc, 0x7c, 0x42, 0xff, 0xbb, 0x7b, 0x41, 0xff, 0xbb, 0x7d, 0x43, 0xff, 0xba, 0x79, 0x41, 0xff, 0xbf, 0x80, 0x44, 0xff, 0xbd, 0x7e, 0x47, 0xff, 0xbb, 0x7e, 0x47, 0xff, 0xc2, 0x85, 0x48, 0xff, 0xc5, 0x92, 0x4a, 0xff, 0xc8, 0x8d, 0x4d, 0xff, 0xc4, 0x88, 0x49, 0xff, 0xc8, 0x8d, 0x4d, 0xff, 0xc8, 0x8b, 0x50, 0xff, 0xc6, 0x89, 0x4a, 0xff, 0xcc, 0x96, 0x51, 0xff, 0xd1, 0x90, 0x55, 0xff, 0xd8, 0x95, 0x55, 0xff, 0xdc, 0x97, 0x55, 0xff, 0xdd, 0x9d, 0x56, 0xff, 0xe1, 0x9d, 0x5b, 0xff, 0xde, 0x9e, 0x5a, 0xff, 0xe0, 0x9f, 0x5d, 0xff, 0xdc, 0x9b, 0x56, 0xff, 0xcc, 0x8f, 0x57, 0xff, 0xba, 0x7e, 0x4a, 0xff, 0xbb, 0x7e, 0x4b, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xb8, 0x7c, 0x48, 0xff, 0xb3, 0x77, 0x44, 0xff, 0xb0, 0x74, 0x41, 0xff, 0xb0, 0x74, 0x41, 0xff, 0xae, 0x72, 0x40, 0xff, 0xac, 0x71, 0x40, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xa9, 0x6f, 0x3e, 0xff, 0xac, 0x70, 0x3e, 0xff, 0xaa, 0x6f, 0x3e, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa4, 0x6a, 0x3d, 0xff, 0xa1, 0x68, 0x39, 0xff, 0xa0, 0x67, 0x38, 0xff, 0xa0, 0x64, 0x38, 0xff, 0x9f, 0x64, 0x37, 0xff, 0x9e, 0x61, 0x34, 0xff, 0x9d, 0x5f, 0x31, 0xff, 0x9c, 0x5f, 0x2f, 0xff, 0x9d, 0x60, 0x2d, 0xff, 0x9d, 0x5f, 0x2e, 0xff, 0x9c, 0x5f, 0x2d, 0xff, 0x9e, 0x5f, 0x2d, 0xff, 0x9e, 0x5f, 0x2d, 0xff, 0x9e, 0x5f, 0x2c, 0xff, 0x9d, 0x60, 0x2c, 0xff, 0x9e, 0x60, 0x2a, 0xff, 0x9f, 0x5f, 0x2a, 0xff, 0x9f, 0x5e, 0x2a, 0xff, 0x9e, 0x60, 0x29, 0xff, 0x9f, 0x61, 0x2a, 0xff, 0xa0, 0x64, 0x2e, 0xff, 0xa0, 0x63, 0x31, 0xff, 0x9f, 0x63, 0x31, 0xff, 0xa9, 0x6c, 0x39, 0xff, 0xc0, 0x81, 0x49, 0xff, 0xc6, 0x84, 0x4c, 0xff, 0xc5, 0x85, 0x4e, 0xff, 0xbc, 0x7c, 0x4b, 0xff, 0xab, 0x6b, 0x40, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xab, 0x6c, 0x3e, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xa7, 0x68, 0x38, 0xff, 0xa6, 0x68, 0x37, 0xff, 0xa6, 0x67, 0x37, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xa4, 0x63, 0x36, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xa5, 0x64, 0x37, 0xff, 0xa4, 0x64, 0x37, 0xff, 0xa3, 0x63, 0x35, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa1, 0x61, 0x34, 0xff, 0xa1, 0x61, 0x32, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0xa0, 0x60, 0x34, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0x9c, 0x5d, 0x30, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9a, 0x5b, 0x2f, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x99, 0x58, 0x2e, 0xff, 0x94, 0x56, 0x2c, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x90, 0x54, 0x2c, 0xff, 0x90, 0x54, 0x2c, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8d, 0x51, 0x2a, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x83, 0x45, 0x24, 0xff, 0x8a, 0x4b, 0x27, 0xff, 0xc6, 0x83, 0x51, 0xff, 0xd5, 0x8f, 0x58, 0xff, 0xc8, 0x86, 0x4f, 0xff, 0xc4, 0x83, 0x4d, 0xff, 0xbd, 0x7c, 0x49, 0xff, 0xb8, 0x77, 0x46, 0xff, 0xb3, 0x73, 0x42, 0xff, 0xaf, 0x6f, 0x3f, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xa1, 0x62, 0x3a, 0xff, 0x9f, 0x5f, 0x38, 0xff, 0xa0, 0x61, 0x3a, 0xff, 0xa0, 0x62, 0x3b, 0xff, 0xa3, 0x66, 0x3e, 0xff, 0xa6, 0x6c, 0x42, 0xff, 0xa8, 0x6f, 0x45, 0xff, 0xa7, 0x6d, 0x43, 0xff, 0xa8, 0x6d, 0x43, 0xff, 0xa8, 0x6e, 0x43, 0xff, 0xa8, 0x6c, 0x41, 0xff, 0xa6, 0x6c, 0x41, 0xff, 0xa5, 0x6c, 0x41, 0xff, 0xa2, 0x66, 0x3e, 0xff, 0x9c, 0x5f, 0x38, 0xff, 0x97, 0x59, 0x34, 0xff, 0x95, 0x57, 0x32, 0xff, 0x92, 0x56, 0x31, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x90, 0x56, 0x30, 0xff, 0x92, 0x58, 0x32, 0xff, 0x92, 0x59, 0x32, 0xff, 0x93, 0x5a, 0x33, 0xff, 0x94, 0x59, 0x32, 0xff, 0x95, 0x59, 0x30, 0xff, 0x96, 0x57, 0x2d, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x96, 0x54, 0x2c, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x97, 0x55, 0x2d, 0xff, 0x98, 0x58, 0x2d, 0xff, 0x9a, 0x59, 0x2d, 0xff, 0x99, 0x58, 0x2d, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x9b, 0x59, 0x2f, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x90, 0x4f, 0x2a, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x94, 0x55, 0x2d, 0xff, 0x92, 0x53, 0x2a, 0xff, 0xc6, 0x83, 0x50, 0xff, 0xde, 0x94, 0x5f, 0xff, 0xd3, 0x87, 0x56, 0xff, 0xca, 0x84, 0x52, 0xff, 0xc5, 0x82, 0x50, 0xff, 0xc0, 0x7d, 0x4c, 0xff, 0xbf, 0x7d, 0x4d, 0xff, 0xbf, 0x7d, 0x4d, 0xff, 0xc0, 0x7f, 0x4f, 0xff, 0xc0, 0x80, 0x51, 0xff, 0xc2, 0x82, 0x52, 0xff, 0xc4, 0x83, 0x54, 0xff, 0xc4, 0x86, 0x55, 0xff, 0xc4, 0x85, 0x55, 0xff, 0xc4, 0x86, 0x55, 0xff, 0xc7, 0x89, 0x56, 0xff, 0xd1, 0x92, 0x5d, 0xff, 0xc3, 0x86, 0x54, 0xff, 0xd1, 0x8d, 0x55, 0xff, 0xce, 0x8b, 0x54, 0xff, 0xca, 0x88, 0x51, 0xff, 0xc3, 0x84, 0x4c, 0xff, 0xc1, 0x81, 0x4a, 0xff, 0xbc, 0x7c, 0x46, 0xff, 0xba, 0x7a, 0x44, 0xff, 0xb8, 0x78, 0x42, 0xff, 0xb6, 0x77, 0x41, 0xff, 0xb6, 0x74, 0x41, 0xff, - 0xb4, 0x72, 0x41, 0xff, 0xb4, 0x74, 0x40, 0xff, 0xb4, 0x72, 0x40, 0xff, 0xb3, 0x72, 0x40, 0xff, 0xb4, 0x71, 0x41, 0xff, 0xb4, 0x73, 0x41, 0xff, 0xb4, 0x76, 0x41, 0xff, 0xb5, 0x74, 0x43, 0xff, 0xb3, 0x74, 0x43, 0xff, 0xb3, 0x74, 0x45, 0xff, 0xb4, 0x76, 0x44, 0xff, 0xc3, 0x84, 0x4d, 0xff, 0xe0, 0x93, 0x56, 0xff, 0xe8, 0x96, 0x57, 0xff, 0xdf, 0x94, 0x56, 0xff, 0xd3, 0x8c, 0x58, 0xff, 0xc6, 0x88, 0x52, 0xff, 0xc7, 0x86, 0x50, 0xff, 0xc6, 0x87, 0x4e, 0xff, 0xc7, 0x86, 0x4c, 0xff, 0xc5, 0x86, 0x4d, 0xff, 0xc3, 0x83, 0x4c, 0xff, 0xc3, 0x84, 0x4b, 0xff, 0xc4, 0x87, 0x4b, 0xff, 0xc4, 0x85, 0x4c, 0xff, 0xc4, 0x86, 0x4a, 0xff, 0xbf, 0x80, 0x46, 0xff, 0xbe, 0x7f, 0x47, 0xff, 0xbc, 0x7f, 0x43, 0xff, 0xbb, 0x7a, 0x44, 0xff, 0xbb, 0x7b, 0x43, 0xff, 0xb8, 0x7a, 0x43, 0xff, 0xbd, 0x7c, 0x46, 0xff, 0xbd, 0x7e, 0x47, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xc5, 0x8c, 0x4c, 0xff, 0xc5, 0x87, 0x4a, 0xff, 0xc8, 0x8c, 0x4b, 0xff, 0xc8, 0x8c, 0x4c, 0xff, 0xc9, 0x8d, 0x4d, 0xff, 0xcd, 0x93, 0x52, 0xff, 0xd0, 0x95, 0x54, 0xff, 0xd2, 0x90, 0x50, 0xff, 0xd5, 0x99, 0x55, 0xff, 0xe0, 0x9d, 0x5a, 0xff, 0xe8, 0xa4, 0x5e, 0xff, 0xe7, 0xa0, 0x5c, 0xff, 0xe4, 0xa5, 0x60, 0xff, 0xe8, 0xa6, 0x60, 0xff, 0xe8, 0xa4, 0x63, 0xff, 0xe9, 0xa9, 0x6a, 0xff, 0xd3, 0x98, 0x5b, 0xff, 0xc2, 0x89, 0x53, 0xff, 0xc5, 0x8b, 0x54, 0xff, 0xc2, 0x87, 0x4f, 0xff, 0xbf, 0x84, 0x4d, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xb9, 0x7d, 0x4a, 0xff, 0xb6, 0x7b, 0x48, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb3, 0x77, 0x44, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb0, 0x74, 0x42, 0xff, 0xad, 0x73, 0x41, 0xff, 0xac, 0x70, 0x41, 0xff, 0xac, 0x70, 0x40, 0xff, 0xac, 0x71, 0x41, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa7, 0x6c, 0x3f, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xa5, 0x6a, 0x3d, 0xff, 0xa3, 0x69, 0x3d, 0xff, 0xa2, 0x69, 0x3c, 0xff, 0xa1, 0x67, 0x39, 0xff, 0xa0, 0x64, 0x37, 0xff, 0x9f, 0x62, 0x34, 0xff, 0xa0, 0x62, 0x32, 0xff, 0x9f, 0x61, 0x31, 0xff, 0xa0, 0x64, 0x30, 0xff, 0x9f, 0x63, 0x2e, 0xff, 0x9f, 0x62, 0x2d, 0xff, 0x9f, 0x64, 0x2d, 0xff, 0x9f, 0x63, 0x2d, 0xff, 0x9f, 0x62, 0x2e, 0xff, 0xa0, 0x62, 0x2d, 0xff, 0xa0, 0x62, 0x2c, 0xff, 0xa0, 0x61, 0x2b, 0xff, 0xa0, 0x61, 0x2a, 0xff, 0xa0, 0x62, 0x2b, 0xff, 0xa0, 0x62, 0x2d, 0xff, 0xa1, 0x63, 0x30, 0xff, 0xa1, 0x65, 0x32, 0xff, 0xa1, 0x65, 0x33, 0xff, 0xa2, 0x65, 0x35, 0xff, 0xb2, 0x74, 0x3f, 0xff, 0xc5, 0x84, 0x4c, 0xff, 0xbd, 0x7d, 0x4a, 0xff, 0xaf, 0x70, 0x41, 0xff, 0xaf, 0x6f, 0x41, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xac, 0x6c, 0x3d, 0xff, 0xaa, 0x6a, 0x3b, 0xff, 0xa8, 0x68, 0x39, 0xff, 0xa8, 0x69, 0x39, 0xff, 0xa8, 0x69, 0x39, 0xff, 0xa8, 0x68, 0x38, 0xff, 0xa7, 0x68, 0x38, 0xff, 0xa6, 0x66, 0x37, 0xff, 0xa4, 0x64, 0x37, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa6, 0x68, 0x38, 0xff, 0xa6, 0x67, 0x37, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa4, 0x65, 0x36, 0xff, 0xa2, 0x63, 0x36, 0xff, 0xa1, 0x62, 0x35, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xa0, 0x62, 0x35, 0xff, 0x9f, 0x61, 0x35, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0x9c, 0x5d, 0x30, 0xff, 0x98, 0x5a, 0x30, 0xff, 0x94, 0x56, 0x2e, 0xff, 0x91, 0x54, 0x2c, 0xff, 0x90, 0x54, 0x2c, 0xff, 0x90, 0x54, 0x2d, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x90, 0x54, 0x2d, 0xff, 0x90, 0x54, 0x2d, 0xff, 0x90, 0x55, 0x2d, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8c, 0x52, 0x29, 0xff, 0x93, 0x56, 0x2e, 0xff, 0x95, 0x56, 0x31, 0xff, 0x93, 0x54, 0x30, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x85, 0x46, 0x25, 0xff, 0x7f, 0x41, 0x1f, 0xff, 0x95, 0x58, 0x31, 0xff, 0xc3, 0x82, 0x4f, 0xff, 0xd0, 0x8b, 0x54, 0xff, 0xca, 0x88, 0x51, 0xff, 0xc2, 0x83, 0x4f, 0xff, 0xbd, 0x7e, 0x4a, 0xff, 0xba, 0x7a, 0x46, 0xff, 0xb5, 0x75, 0x43, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0x9f, 0x60, 0x38, 0xff, 0x9b, 0x5d, 0x36, 0xff, 0x9d, 0x5f, 0x37, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9d, 0x5e, 0x37, 0xff, 0x9f, 0x5f, 0x38, 0xff, 0xa5, 0x67, 0x3e, 0xff, 0xa7, 0x6a, 0x3f, 0xff, 0xa6, 0x68, 0x3f, 0xff, 0xa6, 0x6a, 0x41, 0xff, 0xa5, 0x67, 0x3e, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0x9e, 0x61, 0x39, 0xff, 0x99, 0x5c, 0x36, 0xff, 0x96, 0x59, 0x33, 0xff, 0x95, 0x57, 0x32, 0xff, 0x95, 0x57, 0x33, 0xff, 0x94, 0x56, 0x32, 0xff, 0x92, 0x55, 0x31, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x92, 0x55, 0x30, 0xff, 0x93, 0x58, 0x31, 0xff, 0x93, 0x58, 0x31, 0xff, 0x94, 0x58, 0x31, 0xff, 0x95, 0x58, 0x30, 0xff, 0x97, 0x56, 0x2d, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x94, 0x53, 0x2b, 0xff, 0x95, 0x52, 0x2c, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x97, 0x55, 0x2d, 0xff, 0x99, 0x58, 0x2d, 0xff, 0x99, 0x58, 0x2d, 0xff, 0x99, 0x58, 0x2d, 0xff, 0x99, 0x58, 0x2d, 0xff, 0x99, 0x56, 0x2d, 0xff, 0x91, 0x50, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x8f, 0x4e, 0x27, 0xff, 0x94, 0x56, 0x2b, 0xff, 0xb4, 0x78, 0x48, 0xff, 0xd8, 0x8d, 0x59, 0xff, 0xca, 0x87, 0x53, 0xff, 0xc6, 0x82, 0x52, 0xff, 0xc1, 0x7e, 0x4e, 0xff, 0xbf, 0x7e, 0x4e, 0xff, 0xbf, 0x7e, 0x4f, 0xff, 0xc0, 0x81, 0x51, 0xff, 0xc1, 0x80, 0x51, 0xff, 0xc1, 0x80, 0x51, 0xff, 0xc1, 0x81, 0x52, 0xff, 0xc0, 0x80, 0x52, 0xff, 0xc0, 0x80, 0x51, 0xff, 0xc7, 0x85, 0x55, 0xff, 0xcb, 0x8a, 0x55, 0xff, 0xdd, 0x93, 0x5b, 0xff, 0xcc, 0x89, 0x53, 0xff, 0xc8, 0x88, 0x51, 0xff, 0xc4, 0x84, 0x4e, 0xff, 0xc2, 0x83, 0x4d, 0xff, 0xbf, 0x80, 0x49, 0xff, 0xbc, 0x7c, 0x48, 0xff, 0xba, 0x79, 0x47, 0xff, 0xb8, 0x79, 0x44, 0xff, 0xb6, 0x75, 0x41, 0xff, 0xb7, 0x75, 0x42, 0xff, - 0xb6, 0x77, 0x41, 0xff, 0xb5, 0x74, 0x41, 0xff, 0xb6, 0x74, 0x43, 0xff, 0xb5, 0x73, 0x44, 0xff, 0xb6, 0x73, 0x43, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb6, 0x76, 0x46, 0xff, 0xbb, 0x7c, 0x49, 0xff, 0xc5, 0x81, 0x4b, 0xff, 0xc6, 0x85, 0x4b, 0xff, 0xd6, 0x8c, 0x50, 0xff, 0xe4, 0x98, 0x54, 0xff, 0xe3, 0x94, 0x55, 0xff, 0xe0, 0x93, 0x55, 0xff, 0xdd, 0x95, 0x56, 0xff, 0xd7, 0x90, 0x56, 0xff, 0xd0, 0x8f, 0x56, 0xff, 0xca, 0x8b, 0x52, 0xff, 0xca, 0x8a, 0x52, 0xff, 0xc8, 0x88, 0x50, 0xff, 0xc6, 0x85, 0x4d, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc4, 0x84, 0x4d, 0xff, 0xc4, 0x88, 0x4d, 0xff, 0xbe, 0x81, 0x4a, 0xff, 0xbe, 0x80, 0x49, 0xff, 0xbe, 0x80, 0x49, 0xff, 0xbc, 0x7f, 0x47, 0xff, 0xbc, 0x7e, 0x46, 0xff, 0xbb, 0x7c, 0x44, 0xff, 0xb9, 0x79, 0x44, 0xff, 0xb9, 0x7a, 0x42, 0xff, 0xbf, 0x7f, 0x47, 0xff, 0xbb, 0x7e, 0x46, 0xff, 0xc5, 0x88, 0x4a, 0xff, 0xcc, 0x91, 0x4f, 0xff, 0xcb, 0x90, 0x4d, 0xff, 0xcc, 0x8f, 0x51, 0xff, 0xd1, 0x94, 0x54, 0xff, 0xd7, 0x96, 0x52, 0xff, 0xd4, 0x95, 0x54, 0xff, 0xdd, 0x9b, 0x5a, 0xff, 0xe0, 0x9b, 0x5b, 0xff, 0xeb, 0xa6, 0x61, 0xff, 0xe9, 0xa4, 0x61, 0xff, 0xed, 0xad, 0x66, 0xff, 0xed, 0xae, 0x68, 0xff, 0xea, 0xad, 0x66, 0xff, 0xec, 0xb0, 0x69, 0xff, 0xea, 0xab, 0x67, 0xff, 0xe2, 0xa1, 0x67, 0xff, 0xd1, 0x91, 0x5c, 0xff, 0xd3, 0x96, 0x5d, 0xff, 0xd0, 0x93, 0x5b, 0xff, 0xcc, 0x90, 0x58, 0xff, 0xc3, 0x87, 0x52, 0xff, 0xbf, 0x83, 0x51, 0xff, 0xbc, 0x80, 0x4e, 0xff, 0xb9, 0x7f, 0x4c, 0xff, 0xb8, 0x7e, 0x4a, 0xff, 0xb6, 0x7b, 0x49, 0xff, 0xb4, 0x7a, 0x49, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xb1, 0x78, 0x46, 0xff, 0xb0, 0x75, 0x44, 0xff, 0xae, 0x73, 0x42, 0xff, 0xac, 0x73, 0x43, 0xff, 0xac, 0x72, 0x42, 0xff, 0xa9, 0x70, 0x41, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xa8, 0x6d, 0x40, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa5, 0x6b, 0x3d, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa1, 0x68, 0x3a, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa2, 0x67, 0x37, 0xff, 0xa1, 0x65, 0x34, 0xff, 0xa3, 0x66, 0x32, 0xff, 0xa2, 0x64, 0x30, 0xff, 0xa2, 0x64, 0x2e, 0xff, 0xa1, 0x64, 0x2e, 0xff, 0xa2, 0x65, 0x2f, 0xff, 0xa2, 0x66, 0x2e, 0xff, 0xa2, 0x65, 0x2d, 0xff, 0xa3, 0x64, 0x2d, 0xff, 0xa3, 0x63, 0x2c, 0xff, 0xa2, 0x64, 0x2b, 0xff, 0xa2, 0x64, 0x2c, 0xff, 0xa3, 0x67, 0x2f, 0xff, 0xa4, 0x67, 0x31, 0xff, 0xa4, 0x67, 0x33, 0xff, 0xa5, 0x68, 0x35, 0xff, 0xa3, 0x66, 0x34, 0xff, 0xa7, 0x6a, 0x38, 0xff, 0xb0, 0x72, 0x42, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xb0, 0x70, 0x41, 0xff, 0xb1, 0x71, 0x41, 0xff, 0xaf, 0x70, 0x40, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xab, 0x6c, 0x3d, 0xff, 0xab, 0x6a, 0x3c, 0xff, 0xab, 0x6a, 0x3a, 0xff, 0xaa, 0x6b, 0x3a, 0xff, 0xaa, 0x6a, 0x3a, 0xff, 0xa8, 0x68, 0x38, 0xff, 0xa8, 0x68, 0x37, 0xff, 0xa5, 0x67, 0x37, 0xff, 0xa5, 0x67, 0x36, 0xff, 0xa7, 0x68, 0x37, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa5, 0x66, 0x37, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa3, 0x65, 0x38, 0xff, 0x9f, 0x60, 0x35, 0xff, 0x9a, 0x5d, 0x31, 0xff, 0x96, 0x58, 0x2e, 0xff, 0x92, 0x55, 0x2d, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x92, 0x54, 0x2c, 0xff, 0x92, 0x54, 0x2c, 0xff, 0x92, 0x56, 0x2d, 0xff, 0x92, 0x56, 0x2d, 0xff, 0x92, 0x55, 0x2c, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8e, 0x53, 0x2b, 0xff, 0x8e, 0x52, 0x2a, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x94, 0x57, 0x30, 0xff, 0x97, 0x57, 0x31, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x87, 0x48, 0x25, 0xff, 0x85, 0x48, 0x22, 0xff, 0x7c, 0x3c, 0x17, 0xff, 0x89, 0x4c, 0x25, 0xff, 0xbd, 0x7e, 0x4c, 0xff, 0xd0, 0x8c, 0x56, 0xff, 0xc6, 0x87, 0x53, 0xff, 0xc0, 0x85, 0x52, 0xff, 0xbd, 0x81, 0x4f, 0xff, 0xbb, 0x7c, 0x4c, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xa0, 0x5f, 0x37, 0xff, 0x9d, 0x5c, 0x36, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9d, 0x5f, 0x36, 0xff, 0x9f, 0x62, 0x38, 0xff, 0xa5, 0x6a, 0x3f, 0xff, 0xa6, 0x69, 0x3f, 0xff, 0xa6, 0x6a, 0x3f, 0xff, 0xa5, 0x69, 0x3e, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0x9c, 0x5e, 0x36, 0xff, 0x98, 0x58, 0x33, 0xff, 0x97, 0x58, 0x32, 0xff, 0x96, 0x57, 0x32, 0xff, 0x96, 0x58, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x91, 0x56, 0x31, 0xff, 0x90, 0x55, 0x31, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x92, 0x55, 0x2e, 0xff, 0x94, 0x57, 0x2e, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x95, 0x55, 0x2d, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x94, 0x51, 0x2c, 0xff, 0x94, 0x52, 0x2b, 0xff, 0x95, 0x52, 0x2c, 0xff, 0x96, 0x54, 0x2c, 0xff, 0x96, 0x56, 0x2c, 0xff, 0x98, 0x55, 0x2d, 0xff, 0x99, 0x58, 0x2d, 0xff, 0x99, 0x56, 0x2e, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x8d, 0x4d, 0x27, 0xff, 0x92, 0x54, 0x2c, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xb3, 0x71, 0x44, 0xff, 0xbc, 0x7c, 0x4c, 0xff, 0xc9, 0x88, 0x58, 0xff, 0xc5, 0x83, 0x54, 0xff, 0xc4, 0x83, 0x53, 0xff, 0xc2, 0x7f, 0x52, 0xff, 0xc0, 0x80, 0x51, 0xff, 0xc0, 0x80, 0x51, 0xff, 0xbe, 0x7e, 0x4f, 0xff, 0xc1, 0x83, 0x51, 0xff, 0xca, 0x88, 0x55, 0xff, 0xd8, 0x8e, 0x55, 0xff, 0xd7, 0x8f, 0x55, 0xff, 0xcf, 0x8b, 0x53, 0xff, 0xc4, 0x85, 0x4e, 0xff, 0xc2, 0x82, 0x4e, 0xff, 0xc0, 0x81, 0x4d, 0xff, 0xbe, 0x7e, 0x4a, 0xff, 0xbb, 0x7c, 0x48, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xb8, 0x78, 0x45, 0xff, 0xb8, 0x77, 0x44, 0xff, 0xb7, 0x75, 0x42, 0xff, - 0xb9, 0x79, 0x47, 0xff, 0xb8, 0x78, 0x47, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xba, 0x7a, 0x46, 0xff, 0xbc, 0x7b, 0x46, 0xff, 0xbf, 0x80, 0x47, 0xff, 0xc5, 0x84, 0x49, 0xff, 0xc9, 0x86, 0x4a, 0xff, 0xd2, 0x90, 0x50, 0xff, 0xd6, 0x8f, 0x50, 0xff, 0xd8, 0x91, 0x51, 0xff, 0xda, 0x93, 0x52, 0xff, 0xdc, 0x94, 0x55, 0xff, 0xde, 0x91, 0x56, 0xff, 0xdc, 0x95, 0x55, 0xff, 0xd6, 0x8f, 0x55, 0xff, 0xd2, 0x91, 0x59, 0xff, 0xce, 0x90, 0x57, 0xff, 0xcb, 0x8c, 0x55, 0xff, 0xc9, 0x8a, 0x52, 0xff, 0xc8, 0x88, 0x50, 0xff, 0xc7, 0x84, 0x4d, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc2, 0x83, 0x4b, 0xff, 0xc4, 0x85, 0x4e, 0xff, 0xc0, 0x81, 0x4b, 0xff, 0xc0, 0x82, 0x4c, 0xff, 0xbf, 0x81, 0x4b, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xbd, 0x80, 0x4a, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xba, 0x7d, 0x47, 0xff, 0xb8, 0x79, 0x46, 0xff, 0xbb, 0x7b, 0x46, 0xff, 0xbb, 0x7d, 0x48, 0xff, 0xbe, 0x83, 0x4a, 0xff, 0xc9, 0x8e, 0x4f, 0xff, 0xcc, 0x91, 0x51, 0xff, 0xd5, 0x95, 0x56, 0xff, 0xda, 0x9c, 0x57, 0xff, 0xde, 0x9c, 0x58, 0xff, 0xe1, 0x9c, 0x59, 0xff, 0xe6, 0xa0, 0x5d, 0xff, 0xeb, 0xa4, 0x65, 0xff, 0xe7, 0xab, 0x66, 0xff, 0xec, 0xb3, 0x6c, 0xff, 0xed, 0xb3, 0x6b, 0xff, 0xed, 0xb4, 0x6e, 0xff, 0xeb, 0xb6, 0x70, 0xff, 0xed, 0xbd, 0x72, 0xff, 0xed, 0xbf, 0x73, 0xff, 0xea, 0xb0, 0x70, 0xff, 0xe6, 0x9d, 0x64, 0xff, 0xea, 0xa2, 0x65, 0xff, 0xe7, 0x9f, 0x64, 0xff, 0xdd, 0x99, 0x61, 0xff, 0xd2, 0x93, 0x5c, 0xff, 0xc9, 0x8d, 0x57, 0xff, 0xc4, 0x89, 0x55, 0xff, 0xc2, 0x86, 0x53, 0xff, 0xbe, 0x84, 0x51, 0xff, 0xbc, 0x83, 0x50, 0xff, 0xbb, 0x81, 0x4d, 0xff, 0xb9, 0x7f, 0x4c, 0xff, 0xb4, 0x7a, 0x49, 0xff, 0xb5, 0x7a, 0x49, 0xff, 0xb3, 0x78, 0x48, 0xff, 0xb2, 0x79, 0x49, 0xff, 0xaf, 0x76, 0x47, 0xff, 0xad, 0x75, 0x45, 0xff, 0xad, 0x74, 0x44, 0xff, 0xab, 0x73, 0x42, 0xff, 0xaa, 0x71, 0x41, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa5, 0x69, 0x39, 0xff, 0xa6, 0x69, 0x37, 0xff, 0xa5, 0x68, 0x34, 0xff, 0xa4, 0x68, 0x32, 0xff, 0xa5, 0x67, 0x32, 0xff, 0xa4, 0x68, 0x31, 0xff, 0xa4, 0x68, 0x30, 0xff, 0xa4, 0x67, 0x2f, 0xff, 0xa3, 0x67, 0x2f, 0xff, 0xa4, 0x67, 0x2e, 0xff, 0xa5, 0x67, 0x2e, 0xff, 0xa5, 0x67, 0x2d, 0xff, 0xa5, 0x68, 0x2e, 0xff, 0xa5, 0x67, 0x31, 0xff, 0xa6, 0x69, 0x33, 0xff, 0xa8, 0x6b, 0x36, 0xff, 0xa8, 0x6a, 0x36, 0xff, 0xa8, 0x6b, 0x38, 0xff, 0xac, 0x6f, 0x3f, 0xff, 0xac, 0x6d, 0x42, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xab, 0x6b, 0x3d, 0xff, 0xab, 0x6c, 0x3d, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xae, 0x70, 0x41, 0xff, 0xb0, 0x70, 0x41, 0xff, 0xae, 0x6f, 0x3f, 0xff, 0xad, 0x6f, 0x3e, 0xff, 0xad, 0x6d, 0x3d, 0xff, 0xab, 0x6b, 0x3c, 0xff, 0xab, 0x6b, 0x3b, 0xff, 0xaa, 0x6b, 0x3a, 0xff, 0xa8, 0x69, 0x3a, 0xff, 0xa8, 0x69, 0x38, 0xff, 0xa8, 0x6a, 0x39, 0xff, 0xab, 0x6c, 0x3c, 0xff, 0xac, 0x6d, 0x3e, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xa0, 0x62, 0x34, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x98, 0x5a, 0x30, 0xff, 0x96, 0x58, 0x2d, 0xff, 0x94, 0x57, 0x2c, 0xff, 0x93, 0x57, 0x2c, 0xff, 0x93, 0x57, 0x2c, 0xff, 0x94, 0x58, 0x2e, 0xff, 0x94, 0x57, 0x2d, 0xff, 0x94, 0x57, 0x2e, 0xff, 0x93, 0x56, 0x2d, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x8d, 0x52, 0x2b, 0xff, 0x8d, 0x52, 0x2a, 0xff, 0x90, 0x54, 0x2a, 0xff, 0x8d, 0x50, 0x27, 0xff, 0x94, 0x57, 0x2f, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x99, 0x59, 0x31, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x92, 0x54, 0x2d, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x87, 0x48, 0x26, 0xff, 0x85, 0x46, 0x23, 0xff, 0x84, 0x45, 0x20, 0xff, 0x7d, 0x40, 0x19, 0xff, 0x85, 0x49, 0x20, 0xff, 0xae, 0x71, 0x45, 0xff, 0xcc, 0x89, 0x56, 0xff, 0xc7, 0x89, 0x55, 0xff, 0xc0, 0x88, 0x56, 0xff, 0xb8, 0x7e, 0x50, 0xff, 0xa8, 0x6a, 0x42, 0xff, 0xa3, 0x63, 0x3a, 0xff, 0xa0, 0x5f, 0x37, 0xff, 0x9c, 0x5b, 0x35, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9e, 0x60, 0x37, 0xff, 0xa4, 0x68, 0x3e, 0xff, 0xa4, 0x6a, 0x3f, 0xff, 0xa4, 0x6a, 0x40, 0xff, 0xa1, 0x63, 0x39, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0x99, 0x59, 0x33, 0xff, 0x97, 0x57, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x97, 0x56, 0x32, 0xff, 0x96, 0x58, 0x32, 0xff, 0x94, 0x56, 0x33, 0xff, 0x91, 0x56, 0x32, 0xff, 0x8e, 0x55, 0x31, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x90, 0x4e, 0x2c, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x95, 0x56, 0x2e, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x92, 0x54, 0x2c, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x94, 0x52, 0x2a, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x95, 0x56, 0x2c, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x98, 0x55, 0x2d, 0xff, 0x98, 0x58, 0x2d, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x92, 0x52, 0x2c, 0xff, 0x92, 0x53, 0x2a, 0xff, 0x97, 0x59, 0x30, 0xff, 0xa0, 0x61, 0x37, 0xff, 0xa7, 0x67, 0x3c, 0xff, 0xb3, 0x73, 0x45, 0xff, 0xc3, 0x83, 0x54, 0xff, 0xcd, 0x8b, 0x5a, 0xff, 0xc5, 0x84, 0x55, 0xff, 0xc3, 0x81, 0x53, 0xff, 0xcb, 0x89, 0x55, 0xff, 0xd4, 0x8e, 0x56, 0xff, 0xd4, 0x8f, 0x55, 0xff, 0xd1, 0x8d, 0x55, 0xff, 0xce, 0x8b, 0x53, 0xff, 0xc5, 0x86, 0x50, 0xff, 0xc0, 0x80, 0x4f, 0xff, 0xbf, 0x80, 0x4c, 0xff, 0xbe, 0x7d, 0x4b, 0xff, 0xbc, 0x7c, 0x4a, 0xff, 0xbc, 0x7c, 0x49, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xb8, 0x78, 0x47, 0xff, 0xb8, 0x78, 0x45, 0xff, - 0xb9, 0x7b, 0x46, 0xff, 0xba, 0x7a, 0x40, 0xff, 0xb9, 0x7a, 0x40, 0xff, 0xbe, 0x7d, 0x43, 0xff, 0xbf, 0x80, 0x42, 0xff, 0xc2, 0x84, 0x47, 0xff, 0xc3, 0x84, 0x46, 0xff, 0xc4, 0x85, 0x48, 0xff, 0xc9, 0x88, 0x4d, 0xff, 0xd3, 0x8d, 0x4f, 0xff, 0xd5, 0x8a, 0x51, 0xff, 0xd5, 0x8f, 0x50, 0xff, 0xd8, 0x92, 0x55, 0xff, 0xd8, 0x90, 0x52, 0xff, 0xd7, 0x91, 0x57, 0xff, 0xd4, 0x8d, 0x57, 0xff, 0xce, 0x94, 0x59, 0xff, 0xcc, 0x8f, 0x59, 0xff, 0xd1, 0x90, 0x56, 0xff, 0xcb, 0x8b, 0x53, 0xff, 0xc8, 0x88, 0x51, 0xff, 0xc8, 0x88, 0x4f, 0xff, 0xc4, 0x84, 0x4e, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc2, 0x83, 0x4d, 0xff, 0xc0, 0x80, 0x4b, 0xff, 0xbd, 0x7f, 0x4a, 0xff, 0xb9, 0x79, 0x48, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xb0, 0x72, 0x41, 0xff, 0xae, 0x6f, 0x40, 0xff, 0xae, 0x6e, 0x40, 0xff, 0xb3, 0x74, 0x41, 0xff, 0xb6, 0x76, 0x44, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xba, 0x7d, 0x49, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xc6, 0x85, 0x4f, 0xff, 0xd2, 0x8d, 0x56, 0xff, 0xdd, 0x96, 0x5c, 0xff, 0xe7, 0xa2, 0x63, 0xff, 0xee, 0xa7, 0x65, 0xff, 0xef, 0xb5, 0x6f, 0xff, 0xec, 0xb9, 0x73, 0xff, 0xe8, 0xbc, 0x76, 0xff, 0xed, 0xce, 0x79, 0xff, 0xeb, 0xc6, 0x7c, 0xff, 0xee, 0xce, 0x80, 0xff, 0xf1, 0xda, 0x86, 0xff, 0xed, 0xca, 0x7c, 0xff, 0xec, 0xa7, 0x6e, 0xff, 0xed, 0xad, 0x72, 0xff, 0xed, 0xad, 0x71, 0xff, 0xee, 0xa6, 0x6a, 0xff, 0xe6, 0xa1, 0x66, 0xff, 0xd9, 0x98, 0x60, 0xff, 0xdb, 0x96, 0x5e, 0xff, 0xd5, 0x95, 0x5d, 0xff, 0xcd, 0x91, 0x5a, 0xff, 0xc6, 0x8b, 0x55, 0xff, 0xc3, 0x88, 0x55, 0xff, 0xc0, 0x88, 0x53, 0xff, 0xc0, 0x86, 0x52, 0xff, 0xba, 0x7f, 0x4e, 0xff, 0xb8, 0x7d, 0x4c, 0xff, 0xb7, 0x7c, 0x4b, 0xff, 0xb5, 0x7f, 0x4b, 0xff, 0xb2, 0x78, 0x49, 0xff, 0xae, 0x76, 0x47, 0xff, 0xac, 0x73, 0x44, 0xff, 0xab, 0x72, 0x43, 0xff, 0xab, 0x6f, 0x42, 0xff, 0xac, 0x70, 0x43, 0xff, 0xae, 0x70, 0x43, 0xff, 0xb1, 0x74, 0x45, 0xff, 0xb1, 0x74, 0x47, 0xff, 0xb1, 0x77, 0x48, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xac, 0x73, 0x43, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xa8, 0x6c, 0x3a, 0xff, 0xa6, 0x67, 0x33, 0xff, 0xa6, 0x68, 0x32, 0xff, 0xa6, 0x69, 0x31, 0xff, 0xa6, 0x68, 0x30, 0xff, 0xa7, 0x68, 0x30, 0xff, 0xa7, 0x68, 0x30, 0xff, 0xa7, 0x69, 0x30, 0xff, 0xa7, 0x69, 0x2f, 0xff, 0xa7, 0x67, 0x2e, 0xff, 0xa8, 0x69, 0x30, 0xff, 0xa8, 0x6b, 0x33, 0xff, 0xa9, 0x6c, 0x34, 0xff, 0xa8, 0x6d, 0x35, 0xff, 0xab, 0x6e, 0x39, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xad, 0x71, 0x44, 0xff, 0xab, 0x6e, 0x3f, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xa8, 0x69, 0x3c, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa7, 0x68, 0x39, 0xff, 0xaa, 0x6a, 0x3c, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xa8, 0x6a, 0x3c, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xa6, 0x68, 0x38, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa1, 0x62, 0x35, 0xff, 0x9c, 0x5e, 0x32, 0xff, 0x95, 0x59, 0x2d, 0xff, 0x90, 0x52, 0x2a, 0xff, 0x91, 0x54, 0x2b, 0xff, 0x94, 0x58, 0x2d, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x97, 0x59, 0x2f, 0xff, 0x97, 0x5a, 0x2f, 0xff, 0x95, 0x59, 0x2d, 0xff, 0x93, 0x58, 0x2c, 0xff, 0x93, 0x58, 0x2c, 0xff, 0x92, 0x56, 0x2c, 0xff, 0x8f, 0x53, 0x2a, 0xff, 0x8d, 0x52, 0x29, 0xff, 0x8e, 0x51, 0x2b, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x8f, 0x52, 0x2b, 0xff, 0x8f, 0x52, 0x2a, 0xff, 0x8f, 0x52, 0x2a, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x8e, 0x50, 0x28, 0xff, 0x97, 0x59, 0x30, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x96, 0x58, 0x32, 0xff, 0x95, 0x55, 0x30, 0xff, 0x94, 0x56, 0x2f, 0xff, 0x93, 0x56, 0x2f, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x8c, 0x4e, 0x29, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x87, 0x49, 0x24, 0xff, 0x84, 0x46, 0x21, 0xff, 0x83, 0x44, 0x1d, 0xff, 0x7c, 0x3e, 0x1b, 0xff, 0x78, 0x3c, 0x1b, 0xff, 0xa9, 0x6e, 0x41, 0xff, 0xc8, 0x88, 0x55, 0xff, 0xc7, 0x89, 0x56, 0xff, 0xb9, 0x7d, 0x51, 0xff, 0xa8, 0x6c, 0x44, 0xff, 0xa4, 0x67, 0x3e, 0xff, 0xa3, 0x64, 0x3a, 0xff, 0x9f, 0x60, 0x37, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9b, 0x5a, 0x34, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0xa0, 0x64, 0x3b, 0xff, 0xa2, 0x66, 0x3d, 0xff, 0xa0, 0x64, 0x39, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x98, 0x56, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x97, 0x57, 0x31, 0xff, 0x97, 0x56, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x92, 0x58, 0x32, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8e, 0x54, 0x2e, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x91, 0x4e, 0x2c, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x92, 0x54, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x93, 0x4f, 0x2c, 0xff, 0x94, 0x50, 0x2b, 0xff, 0x93, 0x53, 0x2a, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x95, 0x52, 0x2c, 0xff, 0x98, 0x56, 0x2c, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x8e, 0x4e, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x90, 0x4e, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x95, 0x57, 0x2f, 0xff, 0x97, 0x57, 0x30, 0xff, 0x97, 0x58, 0x31, 0xff, 0x99, 0x59, 0x33, 0xff, 0xaa, 0x6a, 0x3f, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xcf, 0x8d, 0x56, 0xff, 0xd1, 0x8e, 0x56, 0xff, 0xd3, 0x8d, 0x56, 0xff, 0xd1, 0x8b, 0x55, 0xff, 0xd1, 0x8c, 0x55, 0xff, 0xd0, 0x8b, 0x55, 0xff, 0xc5, 0x84, 0x53, 0xff, 0xc3, 0x83, 0x51, 0xff, 0xc0, 0x82, 0x4d, 0xff, 0xbe, 0x7e, 0x4c, 0xff, 0xbc, 0x7c, 0x4c, 0xff, 0xba, 0x7c, 0x49, 0xff, 0xb9, 0x7b, 0x47, 0xff, 0xba, 0x7c, 0x49, 0xff, - 0xb6, 0x77, 0x3b, 0xff, 0xb7, 0x79, 0x3c, 0xff, 0xb8, 0x7c, 0x3d, 0xff, 0xbb, 0x7b, 0x41, 0xff, 0xbc, 0x7c, 0x43, 0xff, 0xbf, 0x80, 0x44, 0xff, 0xc0, 0x81, 0x45, 0xff, 0xc1, 0x81, 0x48, 0xff, 0xc4, 0x87, 0x4a, 0xff, 0xcd, 0x8a, 0x4b, 0xff, 0xd3, 0x8e, 0x50, 0xff, 0xd0, 0x8e, 0x50, 0xff, 0xd2, 0x8f, 0x52, 0xff, 0xd5, 0x92, 0x57, 0xff, 0xd1, 0x8e, 0x57, 0xff, 0xd0, 0x8e, 0x58, 0xff, 0xd0, 0x90, 0x59, 0xff, 0xc8, 0x96, 0x5d, 0xff, 0xd2, 0x91, 0x5a, 0xff, 0xcf, 0x8c, 0x55, 0xff, 0xcb, 0x8c, 0x52, 0xff, 0xc8, 0x88, 0x51, 0xff, 0xc4, 0x83, 0x4d, 0xff, 0xc1, 0x83, 0x4d, 0xff, 0xbb, 0x7b, 0x48, 0xff, 0xb3, 0x74, 0x43, 0xff, 0xb2, 0x73, 0x42, 0xff, 0xb2, 0x73, 0x42, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xb3, 0x73, 0x44, 0xff, 0xb3, 0x73, 0x44, 0xff, 0xb1, 0x71, 0x43, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb6, 0x76, 0x44, 0xff, 0xb6, 0x76, 0x45, 0xff, 0xbe, 0x81, 0x4d, 0xff, 0xc2, 0x84, 0x4d, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xce, 0x8d, 0x56, 0xff, 0xd6, 0x92, 0x57, 0xff, 0xdf, 0x95, 0x5b, 0xff, 0xe9, 0x99, 0x60, 0xff, 0xef, 0xa0, 0x66, 0xff, 0xed, 0xb0, 0x70, 0xff, 0xed, 0xbd, 0x79, 0xff, 0xed, 0xc6, 0x7d, 0xff, 0xe5, 0xd8, 0x83, 0xff, 0xec, 0xe3, 0x87, 0xff, 0xe3, 0xe0, 0x8c, 0xff, 0xe9, 0xd8, 0x8c, 0xff, 0xe6, 0xd7, 0x8c, 0xff, 0xef, 0xbf, 0x7f, 0xff, 0xef, 0xc1, 0x7e, 0xff, 0xef, 0xb6, 0x7a, 0xff, 0xee, 0xb3, 0x78, 0xff, 0xee, 0xb4, 0x76, 0xff, 0xee, 0xaa, 0x71, 0xff, 0xee, 0xa6, 0x6b, 0xff, 0xec, 0xa1, 0x66, 0xff, 0xe4, 0x9c, 0x65, 0xff, 0xda, 0x9a, 0x62, 0xff, 0xd4, 0x95, 0x5d, 0xff, 0xcf, 0x93, 0x5c, 0xff, 0xc1, 0x88, 0x53, 0xff, 0xbc, 0x82, 0x4f, 0xff, 0xb8, 0x7c, 0x4d, 0xff, 0xac, 0x70, 0x44, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0x9e, 0x62, 0x39, 0xff, 0xa2, 0x66, 0x3c, 0xff, 0xa3, 0x67, 0x3d, 0xff, 0xa4, 0x67, 0x3c, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0xab, 0x6c, 0x40, 0xff, 0xad, 0x71, 0x42, 0xff, 0xb2, 0x75, 0x46, 0xff, 0xb8, 0x78, 0x4a, 0xff, 0xbc, 0x7d, 0x4d, 0xff, 0xc0, 0x84, 0x54, 0xff, 0xc3, 0x89, 0x5b, 0xff, 0xc5, 0x8c, 0x5e, 0xff, 0xcb, 0x90, 0x60, 0xff, 0xca, 0x8d, 0x5e, 0xff, 0xbb, 0x7e, 0x49, 0xff, 0xb2, 0x73, 0x3a, 0xff, 0xaf, 0x71, 0x38, 0xff, 0xaa, 0x6e, 0x33, 0xff, 0xa7, 0x6a, 0x2f, 0xff, 0xaa, 0x6b, 0x30, 0xff, 0xaa, 0x6b, 0x30, 0xff, 0xaa, 0x6a, 0x31, 0xff, 0xaa, 0x6b, 0x32, 0xff, 0xab, 0x6b, 0x34, 0xff, 0xaa, 0x6b, 0x35, 0xff, 0xab, 0x6e, 0x36, 0xff, 0xad, 0x71, 0x3a, 0xff, 0xb2, 0x76, 0x46, 0xff, 0xb3, 0x76, 0x48, 0xff, 0xb0, 0x71, 0x42, 0xff, 0xad, 0x6f, 0x41, 0xff, 0xaa, 0x6d, 0x3f, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0xa7, 0x68, 0x3d, 0xff, 0xa7, 0x68, 0x3b, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0x9f, 0x61, 0x35, 0xff, 0x95, 0x59, 0x2b, 0xff, 0x96, 0x5a, 0x2d, 0xff, 0x95, 0x59, 0x2c, 0xff, 0x94, 0x58, 0x2c, 0xff, 0x93, 0x57, 0x2d, 0xff, 0x92, 0x55, 0x2c, 0xff, 0x92, 0x55, 0x2c, 0xff, 0x93, 0x56, 0x2b, 0xff, 0x92, 0x54, 0x2b, 0xff, 0x91, 0x53, 0x2c, 0xff, 0x92, 0x56, 0x2c, 0xff, 0x92, 0x54, 0x2c, 0xff, 0x8e, 0x50, 0x2a, 0xff, 0x8c, 0x50, 0x28, 0xff, 0x8c, 0x51, 0x29, 0xff, 0x8d, 0x51, 0x2a, 0xff, 0x8d, 0x52, 0x29, 0xff, 0x8d, 0x52, 0x2a, 0xff, 0x8d, 0x51, 0x2a, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x8d, 0x53, 0x29, 0xff, 0x8e, 0x53, 0x2b, 0xff, 0x8f, 0x53, 0x2b, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8e, 0x52, 0x29, 0xff, 0x90, 0x54, 0x2b, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x97, 0x58, 0x30, 0xff, 0x96, 0x58, 0x2f, 0xff, 0x96, 0x58, 0x30, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x89, 0x49, 0x25, 0xff, 0x87, 0x47, 0x23, 0xff, 0x84, 0x45, 0x20, 0xff, 0x7d, 0x3f, 0x1d, 0xff, 0x79, 0x3c, 0x1b, 0xff, 0x6c, 0x30, 0x15, 0xff, 0xa1, 0x64, 0x3f, 0xff, 0xc5, 0x88, 0x57, 0xff, 0xb6, 0x7a, 0x4c, 0xff, 0xaa, 0x6c, 0x43, 0xff, 0xa7, 0x69, 0x41, 0xff, 0xa3, 0x67, 0x3d, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa0, 0x60, 0x37, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9e, 0x60, 0x37, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9e, 0x61, 0x37, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x98, 0x57, 0x30, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x96, 0x57, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x55, 0x30, 0xff, 0x91, 0x55, 0x30, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x91, 0x50, 0x2a, 0xff, 0x92, 0x50, 0x2a, 0xff, 0x92, 0x4e, 0x2a, 0xff, 0x93, 0x52, 0x2a, 0xff, 0x93, 0x50, 0x2a, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x95, 0x53, 0x2c, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x96, 0x54, 0x2c, 0xff, 0x90, 0x4e, 0x2b, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x95, 0x55, 0x30, 0xff, 0x97, 0x57, 0x30, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0xb1, 0x73, 0x44, 0xff, 0xac, 0x73, 0x3a, 0xff, 0xaf, 0x77, 0x3c, 0xff, 0xb3, 0x78, 0x40, 0xff, 0xb2, 0x77, 0x3d, 0xff, 0xb4, 0x7b, 0x3e, 0xff, 0xb6, 0x7c, 0x3d, 0xff, 0xb5, 0x7b, 0x3c, 0xff, 0xb7, 0x77, 0x3c, 0xff, 0xab, 0x72, 0x38, 0xff, 0xad, 0x71, 0x38, 0xff, 0xae, 0x6f, 0x39, 0xff, 0xae, 0x71, 0x39, 0xff, 0xaf, 0x72, 0x38, 0xff, 0xb1, 0x73, 0x39, 0xff, 0xb3, 0x73, 0x39, 0xff, - 0xb1, 0x73, 0x39, 0xff, 0xb3, 0x74, 0x39, 0xff, 0xb6, 0x76, 0x3d, 0xff, 0xb8, 0x7a, 0x3f, 0xff, 0xba, 0x7b, 0x40, 0xff, 0xbb, 0x7d, 0x42, 0xff, 0xbc, 0x7e, 0x44, 0xff, 0xbe, 0x80, 0x46, 0xff, 0xc2, 0x85, 0x48, 0xff, 0xc9, 0x88, 0x4b, 0xff, 0xc9, 0x87, 0x4c, 0xff, 0xcc, 0x8c, 0x4e, 0xff, 0xd0, 0x8c, 0x53, 0xff, 0xd3, 0x90, 0x57, 0xff, 0xd1, 0x8e, 0x59, 0xff, 0xce, 0x8d, 0x58, 0xff, 0xd1, 0x90, 0x5c, 0xff, 0xc2, 0x90, 0x56, 0xff, 0xce, 0x95, 0x59, 0xff, 0xd3, 0x8f, 0x59, 0xff, 0xc7, 0x84, 0x51, 0xff, 0xbd, 0x7f, 0x4d, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb5, 0x75, 0x44, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb4, 0x73, 0x43, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xb4, 0x74, 0x44, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb4, 0x74, 0x44, 0xff, 0xb5, 0x76, 0x44, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xc1, 0x84, 0x4e, 0xff, 0xc5, 0x87, 0x4f, 0xff, 0xca, 0x8b, 0x53, 0xff, 0xd3, 0x8f, 0x56, 0xff, 0xde, 0x95, 0x5c, 0xff, 0xea, 0x9d, 0x60, 0xff, 0xee, 0xa2, 0x65, 0xff, 0xec, 0xa7, 0x6b, 0xff, 0xef, 0xb8, 0x78, 0xff, 0xf0, 0xc4, 0x7d, 0xff, 0xef, 0xd2, 0x84, 0xff, 0xed, 0xde, 0x89, 0xff, 0xe6, 0xe3, 0x91, 0xff, 0xe4, 0xe3, 0x98, 0xff, 0xe4, 0xe5, 0x9e, 0xff, 0xe6, 0xe1, 0x9c, 0xff, 0xeb, 0xdd, 0x93, 0xff, 0xee, 0xdb, 0x8e, 0xff, 0xef, 0xd7, 0x8b, 0xff, 0xee, 0xd3, 0x88, 0xff, 0xef, 0xcf, 0x85, 0xff, 0xef, 0xc8, 0x81, 0xff, 0xed, 0xb5, 0x79, 0xff, 0xee, 0xb0, 0x75, 0xff, 0xf2, 0xaf, 0x73, 0xff, 0xeb, 0xab, 0x73, 0xff, 0xcf, 0x93, 0x5e, 0xff, 0xbc, 0x7d, 0x4c, 0xff, 0xa7, 0x6c, 0x41, 0xff, 0xa0, 0x63, 0x3b, 0xff, 0x9f, 0x60, 0x37, 0xff, 0x9f, 0x60, 0x37, 0xff, 0xa1, 0x64, 0x3b, 0xff, 0xa2, 0x66, 0x3b, 0xff, 0xa3, 0x66, 0x3b, 0xff, 0xa5, 0x67, 0x3c, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xae, 0x70, 0x42, 0xff, 0xb2, 0x74, 0x44, 0xff, 0xb7, 0x78, 0x48, 0xff, 0xbb, 0x7d, 0x4b, 0xff, 0xc0, 0x82, 0x4f, 0xff, 0xc4, 0x87, 0x52, 0xff, 0xc7, 0x8a, 0x55, 0xff, 0xcc, 0x8d, 0x57, 0xff, 0xd2, 0x90, 0x59, 0xff, 0xd5, 0x8f, 0x59, 0xff, 0xd1, 0x8a, 0x55, 0xff, 0xca, 0x84, 0x4e, 0xff, 0xbc, 0x7a, 0x42, 0xff, 0xaf, 0x72, 0x36, 0xff, 0xaa, 0x6d, 0x30, 0xff, 0xab, 0x6a, 0x30, 0xff, 0xac, 0x6c, 0x33, 0xff, 0xac, 0x6e, 0x33, 0xff, 0xad, 0x6e, 0x35, 0xff, 0xae, 0x6f, 0x36, 0xff, 0xaf, 0x72, 0x3c, 0xff, 0xb4, 0x7a, 0x48, 0xff, 0xb7, 0x7b, 0x4c, 0xff, 0xb4, 0x77, 0x46, 0xff, 0xb1, 0x73, 0x43, 0xff, 0xae, 0x70, 0x41, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xa4, 0x66, 0x39, 0xff, 0x9c, 0x5f, 0x32, 0xff, 0x9a, 0x5d, 0x30, 0xff, 0x98, 0x5b, 0x2e, 0xff, 0x97, 0x5a, 0x2d, 0xff, 0x97, 0x5b, 0x2d, 0xff, 0x97, 0x58, 0x2d, 0xff, 0x96, 0x57, 0x2c, 0xff, 0x95, 0x58, 0x2b, 0xff, 0x93, 0x57, 0x2b, 0xff, 0x93, 0x55, 0x2c, 0xff, 0x93, 0x55, 0x2b, 0xff, 0x93, 0x56, 0x2c, 0xff, 0x90, 0x54, 0x2b, 0xff, 0x8e, 0x52, 0x2a, 0xff, 0x8e, 0x52, 0x2a, 0xff, 0x8e, 0x52, 0x29, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x8d, 0x51, 0x29, 0xff, 0x8e, 0x52, 0x29, 0xff, 0x8d, 0x52, 0x29, 0xff, 0x8e, 0x52, 0x2a, 0xff, 0x8d, 0x51, 0x2a, 0xff, 0x8e, 0x52, 0x29, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x93, 0x57, 0x2d, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x97, 0x59, 0x30, 0xff, 0x96, 0x58, 0x2f, 0xff, 0x97, 0x5a, 0x2f, 0xff, 0x96, 0x58, 0x2d, 0xff, 0x93, 0x54, 0x2b, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x8e, 0x4e, 0x28, 0xff, 0x8b, 0x4b, 0x26, 0xff, 0x89, 0x4a, 0x24, 0xff, 0x84, 0x44, 0x22, 0xff, 0x7f, 0x41, 0x1f, 0xff, 0x7c, 0x3e, 0x1d, 0xff, 0x76, 0x3a, 0x1b, 0xff, 0x6e, 0x33, 0x15, 0xff, 0x87, 0x4c, 0x2a, 0xff, 0xa8, 0x6c, 0x42, 0xff, 0xaf, 0x71, 0x45, 0xff, 0xab, 0x6e, 0x42, 0xff, 0xa5, 0x6a, 0x40, 0xff, 0xa3, 0x66, 0x3d, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa0, 0x60, 0x36, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x9d, 0x5b, 0x33, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x99, 0x58, 0x31, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0x9f, 0x61, 0x36, 0xff, 0x9d, 0x60, 0x34, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x99, 0x58, 0x30, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x97, 0x55, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x92, 0x56, 0x30, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x92, 0x4f, 0x2a, 0xff, 0x90, 0x4e, 0x2a, 0xff, 0x91, 0x50, 0x2a, 0xff, 0x90, 0x4e, 0x2b, 0xff, 0x92, 0x4f, 0x2b, 0xff, 0x94, 0x51, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x8e, 0x4e, 0x2a, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x98, 0x5a, 0x31, 0xff, 0xa7, 0x69, 0x39, 0xff, 0xb3, 0x74, 0x41, 0xff, 0xa7, 0x6d, 0x35, 0xff, 0xab, 0x70, 0x38, 0xff, 0xad, 0x72, 0x39, 0xff, 0xaf, 0x73, 0x3a, 0xff, 0xaf, 0x73, 0x39, 0xff, 0xb1, 0x74, 0x3a, 0xff, 0xb2, 0x75, 0x3b, 0xff, 0xb3, 0x77, 0x3b, 0xff, 0xaf, 0x74, 0x3c, 0xff, 0xab, 0x6e, 0x37, 0xff, 0xab, 0x6f, 0x37, 0xff, 0xab, 0x6f, 0x38, 0xff, 0xac, 0x6f, 0x38, 0xff, 0xae, 0x71, 0x38, 0xff, 0xb0, 0x73, 0x39, 0xff, - 0xaf, 0x73, 0x38, 0xff, 0xb0, 0x73, 0x3a, 0xff, 0xb3, 0x76, 0x3b, 0xff, 0xb6, 0x76, 0x3c, 0xff, 0xb8, 0x79, 0x40, 0xff, 0xb8, 0x7a, 0x40, 0xff, 0xbb, 0x7c, 0x44, 0xff, 0xba, 0x7b, 0x42, 0xff, 0xc0, 0x81, 0x49, 0xff, 0xc4, 0x84, 0x49, 0xff, 0xc8, 0x88, 0x4c, 0xff, 0xc5, 0x86, 0x4d, 0xff, 0xcb, 0x8e, 0x53, 0xff, 0xd0, 0x91, 0x5a, 0xff, 0xcd, 0x8e, 0x5a, 0xff, 0xcd, 0x8b, 0x56, 0xff, 0xd1, 0x91, 0x5c, 0xff, 0xc6, 0x93, 0x59, 0xff, 0xb1, 0x7a, 0x45, 0xff, 0xb3, 0x76, 0x47, 0xff, 0xc0, 0x82, 0x51, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb7, 0x77, 0x45, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb3, 0x76, 0x45, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb5, 0x72, 0x45, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb8, 0x77, 0x46, 0xff, 0xb9, 0x78, 0x49, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xc6, 0x89, 0x52, 0xff, 0xd1, 0x8d, 0x57, 0xff, 0xda, 0x93, 0x58, 0xff, 0xe5, 0x9a, 0x5e, 0xff, 0xee, 0xa1, 0x63, 0xff, 0xed, 0xa6, 0x6a, 0xff, 0xed, 0xb1, 0x71, 0xff, 0xef, 0xc5, 0x7e, 0xff, 0xed, 0xd2, 0x83, 0xff, 0xed, 0xe3, 0x8d, 0xff, 0xe6, 0xe4, 0x95, 0xff, 0xe7, 0xe5, 0x9b, 0xff, 0xe9, 0xe5, 0xa3, 0xff, 0xe8, 0xe4, 0xaa, 0xff, 0xea, 0xe4, 0xac, 0xff, 0xe8, 0xe4, 0xa4, 0xff, 0xe7, 0xe6, 0x9f, 0xff, 0xe8, 0xe4, 0x9e, 0xff, 0xea, 0xe4, 0xa0, 0xff, 0xe9, 0xe5, 0x9b, 0xff, 0xe7, 0xe5, 0x96, 0xff, 0xeb, 0xdc, 0x92, 0xff, 0xed, 0xcb, 0x8a, 0xff, 0xc8, 0xa0, 0x6f, 0xff, 0x9e, 0x62, 0x38, 0xff, 0xa2, 0x68, 0x3f, 0xff, 0x9f, 0x62, 0x3b, 0xff, 0xa0, 0x63, 0x3a, 0xff, 0xa1, 0x63, 0x3a, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x66, 0x3a, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0xa5, 0x67, 0x3c, 0xff, 0xa7, 0x68, 0x3d, 0xff, 0xa6, 0x67, 0x3e, 0xff, 0xa8, 0x69, 0x3c, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xae, 0x70, 0x42, 0xff, 0xb1, 0x72, 0x42, 0xff, 0xb5, 0x76, 0x46, 0xff, 0xb8, 0x7a, 0x4a, 0xff, 0xbc, 0x7d, 0x4c, 0xff, 0xc0, 0x80, 0x4e, 0xff, 0xc6, 0x84, 0x51, 0xff, 0xcd, 0x89, 0x54, 0xff, 0xcf, 0x8b, 0x55, 0xff, 0xd3, 0x8f, 0x55, 0xff, 0xd6, 0x8f, 0x54, 0xff, 0xda, 0x8f, 0x56, 0xff, 0xd9, 0x8f, 0x55, 0xff, 0xcf, 0x8a, 0x51, 0xff, 0xc6, 0x85, 0x4b, 0xff, 0xb8, 0x77, 0x3c, 0xff, 0xac, 0x6b, 0x2e, 0xff, 0xaf, 0x6f, 0x32, 0xff, 0xaf, 0x72, 0x35, 0xff, 0xaf, 0x72, 0x39, 0xff, 0xb1, 0x74, 0x3d, 0xff, 0xb6, 0x7b, 0x4a, 0xff, 0xb8, 0x7f, 0x51, 0xff, 0xb7, 0x7b, 0x4b, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb2, 0x73, 0x43, 0xff, 0xaf, 0x6f, 0x43, 0xff, 0xae, 0x6f, 0x42, 0xff, 0xac, 0x6e, 0x41, 0xff, 0xaa, 0x6c, 0x3e, 0xff, 0xa2, 0x65, 0x37, 0xff, 0x9e, 0x5f, 0x33, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9a, 0x5e, 0x30, 0xff, 0x99, 0x5c, 0x2e, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x98, 0x59, 0x2d, 0xff, 0x96, 0x59, 0x2c, 0xff, 0x96, 0x5a, 0x2d, 0xff, 0x95, 0x57, 0x2b, 0xff, 0x94, 0x56, 0x2b, 0xff, 0x94, 0x5a, 0x2c, 0xff, 0x92, 0x57, 0x2b, 0xff, 0x8f, 0x53, 0x2a, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8f, 0x51, 0x29, 0xff, 0x8e, 0x52, 0x2a, 0xff, 0x8e, 0x52, 0x2a, 0xff, 0x8d, 0x51, 0x29, 0xff, 0x8d, 0x51, 0x2a, 0xff, 0x8e, 0x52, 0x29, 0xff, 0x8d, 0x52, 0x2a, 0xff, 0x8d, 0x51, 0x29, 0xff, 0x8f, 0x53, 0x2a, 0xff, 0x8e, 0x54, 0x2a, 0xff, 0x8f, 0x52, 0x28, 0xff, 0x8f, 0x52, 0x28, 0xff, 0x8e, 0x51, 0x2a, 0xff, 0x94, 0x56, 0x2e, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x8e, 0x4d, 0x29, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x83, 0x44, 0x22, 0xff, 0x80, 0x41, 0x1f, 0xff, 0x7c, 0x3e, 0x1e, 0xff, 0x7a, 0x3c, 0x1d, 0xff, 0x74, 0x37, 0x19, 0xff, 0x84, 0x47, 0x26, 0xff, 0x96, 0x57, 0x32, 0xff, 0xa4, 0x65, 0x3d, 0xff, 0xac, 0x6e, 0x43, 0xff, 0xaa, 0x6c, 0x40, 0xff, 0xa7, 0x6b, 0x3e, 0xff, 0xa4, 0x67, 0x3d, 0xff, 0xa2, 0x63, 0x3a, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x99, 0x58, 0x31, 0xff, 0x98, 0x57, 0x31, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x98, 0x56, 0x2f, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x96, 0x54, 0x2d, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x93, 0x55, 0x2e, 0xff, 0x92, 0x55, 0x2e, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x85, 0x46, 0x27, 0xff, 0x86, 0x46, 0x27, 0xff, 0x86, 0x46, 0x27, 0xff, 0x87, 0x47, 0x27, 0xff, 0x89, 0x48, 0x29, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x90, 0x4e, 0x2a, 0xff, 0x90, 0x4f, 0x29, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x90, 0x4f, 0x2a, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x93, 0x51, 0x2b, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x95, 0x54, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x98, 0x5b, 0x31, 0xff, 0xa3, 0x63, 0x36, 0xff, 0xa8, 0x6c, 0x38, 0xff, 0xac, 0x6f, 0x3c, 0xff, 0xa3, 0x69, 0x33, 0xff, 0xa7, 0x6c, 0x33, 0xff, 0xa7, 0x6c, 0x36, 0xff, 0xaa, 0x6e, 0x36, 0xff, 0xaa, 0x6f, 0x33, 0xff, 0xab, 0x6f, 0x38, 0xff, 0xab, 0x72, 0x35, 0xff, 0xad, 0x72, 0x38, 0xff, 0xad, 0x72, 0x37, 0xff, 0xac, 0x72, 0x38, 0xff, 0xa7, 0x69, 0x35, 0xff, 0xa8, 0x6b, 0x34, 0xff, 0xaa, 0x6b, 0x36, 0xff, 0xac, 0x6e, 0x35, 0xff, 0xae, 0x6f, 0x38, 0xff, - 0xac, 0x6e, 0x36, 0xff, 0xae, 0x70, 0x37, 0xff, 0xaf, 0x72, 0x39, 0xff, 0xb3, 0x73, 0x3b, 0xff, 0xb3, 0x76, 0x3d, 0xff, 0xb5, 0x78, 0x3f, 0xff, 0xb7, 0x7b, 0x42, 0xff, 0xb8, 0x7b, 0x43, 0xff, 0xbe, 0x80, 0x47, 0xff, 0xc0, 0x83, 0x49, 0xff, 0xc0, 0x81, 0x49, 0xff, 0xc3, 0x86, 0x4c, 0xff, 0xc9, 0x8c, 0x55, 0xff, 0xc9, 0x8f, 0x58, 0xff, 0xcd, 0x8d, 0x58, 0xff, 0xca, 0x89, 0x56, 0xff, 0xc6, 0x8a, 0x56, 0xff, 0xb8, 0x81, 0x53, 0xff, 0x9b, 0x61, 0x32, 0xff, 0xa2, 0x63, 0x36, 0xff, 0xb9, 0x79, 0x4b, 0xff, 0xbc, 0x7f, 0x4e, 0xff, 0xb9, 0x7b, 0x4b, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xb7, 0x77, 0x47, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb5, 0x75, 0x45, 0xff, 0xb5, 0x75, 0x47, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb4, 0x77, 0x46, 0xff, 0xb8, 0x77, 0x48, 0xff, 0xba, 0x7a, 0x4a, 0xff, 0xce, 0x8d, 0x56, 0xff, 0xcd, 0x8b, 0x54, 0xff, 0xd1, 0x8d, 0x56, 0xff, 0xde, 0x96, 0x5f, 0xff, 0xe6, 0x9d, 0x62, 0xff, 0xed, 0xa3, 0x6a, 0xff, 0xee, 0xaa, 0x6d, 0xff, 0xee, 0xbc, 0x79, 0xff, 0xef, 0xd0, 0x81, 0xff, 0xee, 0xde, 0x8a, 0xff, 0xe4, 0xe4, 0x92, 0xff, 0xe6, 0xe6, 0x9b, 0xff, 0xe8, 0xe3, 0xa8, 0xff, 0xee, 0xe7, 0xb4, 0xff, 0xec, 0xe5, 0xbc, 0xff, 0xef, 0xe4, 0xc3, 0xff, 0xee, 0xe6, 0xbb, 0xff, 0xeb, 0xe4, 0xb2, 0xff, 0xeb, 0xe7, 0xb4, 0xff, 0xeb, 0xe5, 0xb1, 0xff, 0xed, 0xe5, 0xb3, 0xff, 0xe9, 0xe1, 0xaf, 0xff, 0xd5, 0xc0, 0x9d, 0xff, 0x97, 0x67, 0x44, 0xff, 0x96, 0x5d, 0x39, 0xff, 0x9c, 0x66, 0x40, 0xff, 0x9f, 0x66, 0x3d, 0xff, 0xa1, 0x67, 0x3e, 0xff, 0xa3, 0x66, 0x3d, 0xff, 0xa4, 0x66, 0x3c, 0xff, 0xa4, 0x68, 0x3c, 0xff, 0xa5, 0x68, 0x3c, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa7, 0x69, 0x3c, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xa9, 0x69, 0x3e, 0xff, 0xab, 0x6d, 0x40, 0xff, 0xac, 0x6e, 0x3f, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xaf, 0x70, 0x42, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb7, 0x78, 0x47, 0xff, 0xbb, 0x7b, 0x49, 0xff, 0xbf, 0x7f, 0x4a, 0xff, 0xc3, 0x82, 0x4d, 0xff, 0xcb, 0x88, 0x51, 0xff, 0xd1, 0x8d, 0x54, 0xff, 0xd5, 0x8d, 0x56, 0xff, 0xd9, 0x8e, 0x55, 0xff, 0xdd, 0x8f, 0x56, 0xff, 0xe0, 0x91, 0x56, 0xff, 0xe2, 0x93, 0x55, 0xff, 0xdc, 0x8f, 0x54, 0xff, 0xd6, 0x8c, 0x54, 0xff, 0xcf, 0x88, 0x4e, 0xff, 0xb7, 0x76, 0x3a, 0xff, 0xb0, 0x71, 0x34, 0xff, 0xb3, 0x74, 0x39, 0xff, 0xb4, 0x75, 0x3f, 0xff, 0xb8, 0x7d, 0x4c, 0xff, 0xbb, 0x81, 0x54, 0xff, 0xb8, 0x7f, 0x50, 0xff, 0xb8, 0x7c, 0x4b, 0xff, 0xb7, 0x78, 0x47, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xb1, 0x72, 0x43, 0xff, 0xad, 0x6f, 0x40, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xa1, 0x65, 0x36, 0xff, 0xa0, 0x64, 0x35, 0xff, 0x9e, 0x62, 0x32, 0xff, 0x9d, 0x60, 0x31, 0xff, 0x9c, 0x5d, 0x31, 0xff, 0x99, 0x5b, 0x2e, 0xff, 0x98, 0x5a, 0x2d, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x96, 0x5a, 0x2c, 0xff, 0x95, 0x59, 0x2c, 0xff, 0x96, 0x59, 0x2c, 0xff, 0x94, 0x57, 0x2b, 0xff, 0x91, 0x54, 0x2a, 0xff, 0x90, 0x52, 0x2a, 0xff, 0x90, 0x51, 0x2a, 0xff, 0x8e, 0x51, 0x2a, 0xff, 0x8f, 0x51, 0x28, 0xff, 0x90, 0x52, 0x28, 0xff, 0x8e, 0x51, 0x2a, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8e, 0x51, 0x2a, 0xff, 0x8e, 0x52, 0x2a, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x8e, 0x51, 0x2a, 0xff, 0x8e, 0x52, 0x2a, 0xff, 0x8f, 0x52, 0x28, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8f, 0x52, 0x28, 0xff, 0x95, 0x59, 0x2e, 0xff, 0xa0, 0x62, 0x36, 0xff, 0xa0, 0x60, 0x35, 0xff, 0x9b, 0x5d, 0x31, 0xff, 0x99, 0x5b, 0x2f, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x98, 0x58, 0x2d, 0xff, 0x96, 0x56, 0x2c, 0xff, 0x93, 0x53, 0x2a, 0xff, 0x91, 0x50, 0x2a, 0xff, 0x90, 0x4f, 0x29, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x86, 0x46, 0x27, 0xff, 0x83, 0x44, 0x26, 0xff, 0x7e, 0x40, 0x21, 0xff, 0x7a, 0x3d, 0x1d, 0xff, 0x75, 0x39, 0x18, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x99, 0x5a, 0x35, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x92, 0x53, 0x2e, 0xff, 0xa5, 0x68, 0x3d, 0xff, 0xab, 0x6c, 0x40, 0xff, 0xa8, 0x6a, 0x3d, 0xff, 0xa4, 0x67, 0x3c, 0xff, 0xa1, 0x63, 0x38, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x99, 0x57, 0x31, 0xff, 0x97, 0x57, 0x30, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x98, 0x56, 0x30, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x96, 0x54, 0x2c, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x87, 0x48, 0x27, 0xff, 0x86, 0x46, 0x27, 0xff, 0x86, 0x46, 0x27, 0xff, 0x85, 0x45, 0x25, 0xff, 0x87, 0x47, 0x27, 0xff, 0x89, 0x48, 0x28, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x90, 0x4d, 0x2a, 0xff, 0x90, 0x4d, 0x2a, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0xa1, 0x63, 0x33, 0xff, 0xa4, 0x66, 0x35, 0xff, 0xa8, 0x6a, 0x37, 0xff, 0x9e, 0x64, 0x30, 0xff, 0xa2, 0x67, 0x32, 0xff, 0xa4, 0x69, 0x33, 0xff, 0xa6, 0x6a, 0x33, 0xff, 0xa8, 0x69, 0x33, 0xff, 0xa6, 0x6a, 0x33, 0xff, 0xa7, 0x6b, 0x33, 0xff, 0xa9, 0x6b, 0x34, 0xff, 0xaa, 0x6f, 0x35, 0xff, 0xab, 0x6f, 0x36, 0xff, 0xa8, 0x6c, 0x34, 0xff, 0xa7, 0x69, 0x35, 0xff, 0xa7, 0x6a, 0x35, 0xff, 0xa8, 0x6b, 0x36, 0xff, 0xac, 0x6c, 0x36, 0xff, - 0xaa, 0x6a, 0x36, 0xff, 0xab, 0x6c, 0x37, 0xff, 0xad, 0x6f, 0x39, 0xff, 0xaf, 0x73, 0x3c, 0xff, 0xb0, 0x74, 0x3c, 0xff, 0xb3, 0x73, 0x3d, 0xff, 0xb4, 0x77, 0x40, 0xff, 0xb7, 0x79, 0x43, 0xff, 0xbd, 0x80, 0x48, 0xff, 0xbe, 0x80, 0x46, 0xff, 0xbf, 0x80, 0x49, 0xff, 0xc0, 0x82, 0x4a, 0xff, 0xc4, 0x89, 0x51, 0xff, 0xc8, 0x8d, 0x58, 0xff, 0xc1, 0x83, 0x51, 0xff, 0xba, 0x7b, 0x4c, 0xff, 0xb7, 0x7b, 0x4e, 0xff, 0xbd, 0x86, 0x56, 0xff, 0x9c, 0x60, 0x33, 0xff, 0x9e, 0x5f, 0x33, 0xff, 0xa0, 0x63, 0x35, 0xff, 0xba, 0x7d, 0x4c, 0xff, 0xbd, 0x7f, 0x4e, 0xff, 0xb9, 0x7b, 0x4b, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xb7, 0x77, 0x47, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb6, 0x77, 0x46, 0xff, 0xb6, 0x76, 0x45, 0xff, 0xb6, 0x76, 0x45, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xba, 0x79, 0x4b, 0xff, 0xd1, 0x8f, 0x59, 0xff, 0xd6, 0x91, 0x57, 0xff, 0xdb, 0x95, 0x5b, 0xff, 0xe0, 0x99, 0x5f, 0xff, 0xec, 0x9f, 0x64, 0xff, 0xec, 0xa3, 0x69, 0xff, 0xef, 0xb0, 0x71, 0xff, 0xf0, 0xc6, 0x7e, 0xff, 0xef, 0xd8, 0x85, 0xff, 0xe7, 0xe2, 0x8f, 0xff, 0xe4, 0xe5, 0x98, 0xff, 0xe7, 0xe5, 0xa2, 0xff, 0xe9, 0xe5, 0xad, 0xff, 0xec, 0xe5, 0xbb, 0xff, 0xf0, 0xe5, 0xd1, 0xff, 0xf1, 0xe5, 0xda, 0xff, 0xf1, 0xe6, 0xd5, 0xff, 0xf0, 0xe7, 0xd0, 0xff, 0xf1, 0xe8, 0xd5, 0xff, 0xef, 0xe3, 0xd4, 0xff, 0xd6, 0xc1, 0xaa, 0xff, 0xa8, 0x82, 0x6a, 0xff, 0x89, 0x4e, 0x30, 0xff, 0x97, 0x60, 0x41, 0xff, 0x9a, 0x66, 0x42, 0xff, 0x9d, 0x68, 0x43, 0xff, 0x9f, 0x68, 0x43, 0xff, 0xa1, 0x6a, 0x41, 0xff, 0xa3, 0x6a, 0x41, 0xff, 0xa5, 0x6c, 0x40, 0xff, 0xa8, 0x6b, 0x40, 0xff, 0xa9, 0x6c, 0x3f, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xa9, 0x6a, 0x3c, 0xff, 0xa9, 0x6a, 0x3c, 0xff, 0xa9, 0x6b, 0x3d, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xac, 0x6f, 0x3f, 0xff, 0xaf, 0x70, 0x40, 0xff, 0xaf, 0x72, 0x42, 0xff, 0xb0, 0x73, 0x43, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xb7, 0x78, 0x48, 0xff, 0xba, 0x7b, 0x49, 0xff, 0xbd, 0x7d, 0x4b, 0xff, 0xc2, 0x82, 0x4e, 0xff, 0xcb, 0x89, 0x51, 0xff, 0xd4, 0x8e, 0x54, 0xff, 0xd9, 0x92, 0x57, 0xff, 0xdd, 0x94, 0x5b, 0xff, 0xdf, 0x93, 0x58, 0xff, 0xe1, 0x92, 0x56, 0xff, 0xe5, 0x94, 0x59, 0xff, 0xe6, 0x93, 0x57, 0xff, 0xdf, 0x8f, 0x53, 0xff, 0xe5, 0x93, 0x56, 0xff, 0xe9, 0x96, 0x59, 0xff, 0xd0, 0x89, 0x4f, 0xff, 0xb9, 0x78, 0x3f, 0xff, 0xb4, 0x76, 0x3e, 0xff, 0xbb, 0x7f, 0x4c, 0xff, 0xbe, 0x82, 0x57, 0xff, 0xbb, 0x81, 0x53, 0xff, 0xbb, 0x7e, 0x4e, 0xff, 0xb9, 0x7b, 0x4b, 0xff, 0xb7, 0x78, 0x48, 0xff, 0xb4, 0x76, 0x46, 0xff, 0xab, 0x6f, 0x40, 0xff, 0xa5, 0x68, 0x38, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa1, 0x65, 0x36, 0xff, 0xa0, 0x63, 0x34, 0xff, 0x9f, 0x61, 0x32, 0xff, 0x9d, 0x5f, 0x30, 0xff, 0x9c, 0x5e, 0x30, 0xff, 0x9a, 0x5c, 0x2f, 0xff, 0x99, 0x5b, 0x2e, 0xff, 0x99, 0x5b, 0x2f, 0xff, 0x98, 0x5a, 0x2e, 0xff, 0x96, 0x59, 0x2d, 0xff, 0x92, 0x56, 0x2b, 0xff, 0x90, 0x54, 0x2a, 0xff, 0x90, 0x53, 0x2a, 0xff, 0x90, 0x53, 0x2a, 0xff, 0x90, 0x53, 0x2a, 0xff, 0x8f, 0x54, 0x28, 0xff, 0x8f, 0x54, 0x28, 0xff, 0x8e, 0x52, 0x29, 0xff, 0x8f, 0x51, 0x29, 0xff, 0x8f, 0x52, 0x28, 0xff, 0x8e, 0x52, 0x28, 0xff, 0x8f, 0x51, 0x2a, 0xff, 0x8f, 0x51, 0x2a, 0xff, 0x90, 0x53, 0x29, 0xff, 0x90, 0x53, 0x29, 0xff, 0x8f, 0x54, 0x29, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x98, 0x5b, 0x31, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa1, 0x64, 0x39, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x98, 0x58, 0x2c, 0xff, 0x97, 0x58, 0x2c, 0xff, 0x95, 0x55, 0x2b, 0xff, 0x92, 0x53, 0x2b, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x86, 0x47, 0x27, 0xff, 0x82, 0x43, 0x22, 0xff, 0x7e, 0x40, 0x1f, 0xff, 0x7b, 0x3f, 0x1f, 0xff, 0x73, 0x37, 0x17, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x9b, 0x5b, 0x36, 0xff, 0x95, 0x54, 0x30, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x97, 0x57, 0x31, 0xff, 0xa3, 0x64, 0x3a, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa1, 0x62, 0x37, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x99, 0x58, 0x31, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x99, 0x58, 0x31, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9a, 0x58, 0x32, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x95, 0x53, 0x2c, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x91, 0x51, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x8d, 0x4c, 0x28, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x89, 0x49, 0x28, 0xff, 0x87, 0x47, 0x26, 0xff, 0x85, 0x45, 0x25, 0xff, 0x85, 0x45, 0x25, 0xff, 0x85, 0x46, 0x26, 0xff, 0x87, 0x48, 0x27, 0xff, 0x89, 0x49, 0x27, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x90, 0x4d, 0x2b, 0xff, 0x91, 0x4e, 0x2b, 0xff, 0x93, 0x50, 0x2b, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x93, 0x54, 0x2c, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x9c, 0x5d, 0x30, 0xff, 0x9d, 0x5e, 0x30, 0xff, 0x9f, 0x60, 0x32, 0xff, 0xa2, 0x63, 0x33, 0xff, 0xa3, 0x64, 0x34, 0xff, 0x9c, 0x5d, 0x2e, 0xff, 0x9e, 0x60, 0x2f, 0xff, 0xa0, 0x64, 0x30, 0xff, 0xa2, 0x65, 0x32, 0xff, 0xa3, 0x66, 0x33, 0xff, 0xa2, 0x66, 0x31, 0xff, 0xa2, 0x66, 0x32, 0xff, 0xa4, 0x68, 0x32, 0xff, 0xa5, 0x69, 0x32, 0xff, 0xa7, 0x6a, 0x33, 0xff, 0xa8, 0x6b, 0x35, 0xff, 0xa5, 0x69, 0x31, 0xff, 0xa5, 0x66, 0x33, 0xff, 0xa7, 0x6a, 0x34, 0xff, 0xaa, 0x6b, 0x36, 0xff, - 0xa6, 0x69, 0x35, 0xff, 0xa8, 0x6d, 0x35, 0xff, 0xab, 0x6f, 0x38, 0xff, 0xad, 0x6e, 0x37, 0xff, 0xad, 0x72, 0x3c, 0xff, 0xaf, 0x73, 0x3c, 0xff, 0xb2, 0x77, 0x3f, 0xff, 0xb3, 0x74, 0x40, 0xff, 0xb9, 0x7b, 0x45, 0xff, 0xba, 0x7b, 0x45, 0xff, 0xbc, 0x7f, 0x47, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xb8, 0x7c, 0x4c, 0xff, 0xb0, 0x74, 0x46, 0xff, 0xaf, 0x71, 0x44, 0xff, 0xb5, 0x78, 0x4a, 0xff, 0xb8, 0x7f, 0x50, 0xff, 0x9d, 0x60, 0x34, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x9f, 0x62, 0x34, 0xff, 0xb8, 0x78, 0x48, 0xff, 0xc0, 0x80, 0x50, 0xff, 0xbb, 0x7b, 0x4b, 0xff, 0xb9, 0x7a, 0x49, 0xff, 0xb8, 0x7a, 0x4a, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xb7, 0x78, 0x48, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb7, 0x76, 0x46, 0xff, 0xb7, 0x77, 0x46, 0xff, 0xb7, 0x77, 0x47, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xba, 0x7a, 0x4a, 0xff, 0xd7, 0x90, 0x5a, 0xff, 0xd7, 0x90, 0x57, 0xff, 0xdf, 0x96, 0x5b, 0xff, 0xe8, 0x9c, 0x62, 0xff, 0xee, 0xa2, 0x66, 0xff, 0xef, 0xa7, 0x6a, 0xff, 0xee, 0xb2, 0x74, 0xff, 0xef, 0xc0, 0x7d, 0xff, 0xec, 0xda, 0x87, 0xff, 0xe8, 0xe6, 0x91, 0xff, 0xe5, 0xe6, 0x9a, 0xff, 0xe8, 0xe5, 0xa5, 0xff, 0xec, 0xe5, 0xb3, 0xff, 0xef, 0xe6, 0xc3, 0xff, 0xf0, 0xe4, 0xd5, 0xff, 0xf1, 0xe7, 0xdd, 0xff, 0xf1, 0xe7, 0xdc, 0xff, 0xf2, 0xe8, 0xde, 0xff, 0xe8, 0xda, 0xcd, 0xff, 0xb0, 0x8a, 0x75, 0xff, 0x96, 0x62, 0x46, 0xff, 0x94, 0x5d, 0x40, 0xff, 0x96, 0x5f, 0x44, 0xff, 0x99, 0x62, 0x45, 0xff, 0x9a, 0x66, 0x46, 0xff, 0x9c, 0x6a, 0x44, 0xff, 0xa0, 0x6e, 0x46, 0xff, 0xa3, 0x6f, 0x45, 0xff, 0xa6, 0x6f, 0x44, 0xff, 0xa8, 0x71, 0x44, 0xff, 0xaa, 0x70, 0x44, 0xff, 0xac, 0x72, 0x44, 0xff, 0xad, 0x6f, 0x42, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xab, 0x6c, 0x3e, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xaf, 0x72, 0x41, 0xff, 0xb0, 0x73, 0x42, 0xff, 0xb1, 0x73, 0x42, 0xff, 0xb3, 0x76, 0x45, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xb6, 0x7a, 0x49, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xbb, 0x7f, 0x4b, 0xff, 0xbd, 0x81, 0x4c, 0xff, 0xc1, 0x83, 0x4e, 0xff, 0xc8, 0x88, 0x4f, 0xff, 0xd3, 0x8c, 0x54, 0xff, 0xd9, 0x91, 0x59, 0xff, 0xe0, 0x95, 0x5d, 0xff, 0xe2, 0x94, 0x5c, 0xff, 0xe1, 0x94, 0x59, 0xff, 0xe3, 0x91, 0x55, 0xff, 0xe9, 0x94, 0x58, 0xff, 0xe6, 0x95, 0x59, 0xff, 0xde, 0x90, 0x54, 0xff, 0xe5, 0x91, 0x55, 0xff, 0xe9, 0x93, 0x5a, 0xff, 0xe3, 0x92, 0x58, 0xff, 0xcc, 0x86, 0x4c, 0xff, 0xba, 0x80, 0x4c, 0xff, 0xc1, 0x84, 0x58, 0xff, 0xbf, 0x84, 0x56, 0xff, 0xbe, 0x83, 0x51, 0xff, 0xbd, 0x7e, 0x4c, 0xff, 0xb9, 0x79, 0x48, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa6, 0x6a, 0x39, 0xff, 0xa4, 0x68, 0x36, 0xff, 0xa3, 0x65, 0x34, 0xff, 0xa1, 0x63, 0x34, 0xff, 0x9f, 0x61, 0x32, 0xff, 0x9d, 0x61, 0x30, 0xff, 0x9d, 0x5f, 0x30, 0xff, 0x9b, 0x5e, 0x30, 0xff, 0x9a, 0x5c, 0x2f, 0xff, 0x99, 0x5b, 0x2f, 0xff, 0x96, 0x58, 0x2c, 0xff, 0x92, 0x55, 0x2a, 0xff, 0x91, 0x55, 0x2a, 0xff, 0x90, 0x54, 0x2a, 0xff, 0x90, 0x53, 0x29, 0xff, 0x91, 0x53, 0x29, 0xff, 0x91, 0x54, 0x28, 0xff, 0x90, 0x54, 0x28, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8f, 0x52, 0x29, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x8e, 0x52, 0x29, 0xff, 0x90, 0x52, 0x29, 0xff, 0x90, 0x53, 0x29, 0xff, 0x90, 0x54, 0x29, 0xff, 0x90, 0x54, 0x2a, 0xff, 0x90, 0x53, 0x2a, 0xff, 0x9d, 0x5f, 0x33, 0xff, 0xa9, 0x6a, 0x3d, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa0, 0x63, 0x35, 0xff, 0x9e, 0x5e, 0x31, 0xff, 0x9c, 0x5c, 0x2f, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x97, 0x59, 0x2e, 0xff, 0x92, 0x54, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x89, 0x49, 0x28, 0xff, 0x85, 0x46, 0x27, 0xff, 0x81, 0x43, 0x24, 0xff, 0x7e, 0x40, 0x20, 0xff, 0x7b, 0x3d, 0x1e, 0xff, 0x7c, 0x3e, 0x1f, 0xff, 0x96, 0x58, 0x33, 0xff, 0x9b, 0x5b, 0x36, 0xff, 0x96, 0x55, 0x31, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x92, 0x55, 0x2f, 0xff, 0xa1, 0x62, 0x37, 0xff, 0xa5, 0x65, 0x39, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa0, 0x60, 0x37, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0x9d, 0x5b, 0x31, 0xff, 0x99, 0x57, 0x30, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x97, 0x57, 0x30, 0xff, 0x9d, 0x5d, 0x35, 0xff, 0x9b, 0x5b, 0x35, 0xff, 0x99, 0x58, 0x32, 0xff, 0x98, 0x57, 0x30, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x96, 0x54, 0x2d, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x88, 0x47, 0x28, 0xff, 0x87, 0x48, 0x27, 0xff, 0x86, 0x46, 0x26, 0xff, 0x86, 0x45, 0x25, 0xff, 0x84, 0x44, 0x26, 0xff, 0x87, 0x47, 0x26, 0xff, 0x87, 0x47, 0x27, 0xff, 0x88, 0x49, 0x28, 0xff, 0x89, 0x49, 0x27, 0xff, 0x8c, 0x4b, 0x28, 0xff, 0x8b, 0x49, 0x27, 0xff, 0x8c, 0x4b, 0x28, 0xff, 0x8d, 0x4b, 0x28, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x91, 0x4e, 0x2b, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x94, 0x55, 0x2c, 0xff, 0x96, 0x57, 0x2d, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x9a, 0x5b, 0x2f, 0xff, 0x9c, 0x5d, 0x31, 0xff, 0x9e, 0x5f, 0x31, 0xff, 0x9e, 0x60, 0x32, 0xff, 0x99, 0x5c, 0x2c, 0xff, 0x9b, 0x5e, 0x2d, 0xff, 0x9d, 0x5e, 0x2f, 0xff, 0x9e, 0x61, 0x30, 0xff, 0x9f, 0x62, 0x30, 0xff, 0x9f, 0x63, 0x30, 0xff, 0x9e, 0x63, 0x30, 0xff, 0xa1, 0x65, 0x31, 0xff, 0xa2, 0x67, 0x32, 0xff, 0xa3, 0x68, 0x32, 0xff, 0xa4, 0x66, 0x32, 0xff, 0xa5, 0x67, 0x33, 0xff, 0xa7, 0x6a, 0x34, 0xff, 0xa5, 0x68, 0x33, 0xff, 0xa5, 0x67, 0x34, 0xff, - 0xa6, 0x69, 0x35, 0xff, 0xa6, 0x68, 0x37, 0xff, 0xa9, 0x6a, 0x36, 0xff, 0xaa, 0x6f, 0x3a, 0xff, 0xab, 0x6d, 0x3a, 0xff, 0xae, 0x6f, 0x3a, 0xff, 0xaf, 0x73, 0x3d, 0xff, 0xb1, 0x75, 0x3f, 0xff, 0xb5, 0x76, 0x41, 0xff, 0xb7, 0x7a, 0x43, 0xff, 0xb7, 0x79, 0x44, 0xff, 0xb7, 0x7b, 0x45, 0xff, 0xaf, 0x6e, 0x40, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xad, 0x6f, 0x42, 0xff, 0xae, 0x6e, 0x42, 0xff, 0xaf, 0x6f, 0x44, 0xff, 0xb4, 0x77, 0x4b, 0xff, 0xa1, 0x64, 0x37, 0xff, 0x98, 0x5c, 0x30, 0xff, 0x9a, 0x5e, 0x32, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0xa1, 0x65, 0x38, 0xff, 0xbc, 0x7e, 0x4e, 0xff, 0xc0, 0x80, 0x4e, 0xff, 0xbc, 0x7b, 0x4d, 0xff, 0xba, 0x7d, 0x4c, 0xff, 0xb9, 0x79, 0x4a, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xb7, 0x79, 0x49, 0xff, 0xb7, 0x77, 0x48, 0xff, 0xb7, 0x77, 0x47, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xbb, 0x7a, 0x4a, 0xff, 0xd8, 0x92, 0x58, 0xff, 0xdc, 0x91, 0x58, 0xff, 0xe5, 0x98, 0x5d, 0xff, 0xef, 0x9f, 0x60, 0xff, 0xee, 0xa2, 0x66, 0xff, 0xee, 0xa9, 0x6c, 0xff, 0xed, 0xb6, 0x77, 0xff, 0xef, 0xc7, 0x82, 0xff, 0xf0, 0xdc, 0x88, 0xff, 0xe7, 0xe3, 0x91, 0xff, 0xe5, 0xe5, 0x9b, 0xff, 0xe8, 0xe3, 0xa6, 0xff, 0xeb, 0xe6, 0xb6, 0xff, 0xef, 0xe5, 0xc4, 0xff, 0xf1, 0xe6, 0xda, 0xff, 0xf1, 0xe7, 0xdd, 0xff, 0xf0, 0xe5, 0xda, 0xff, 0xd7, 0xc1, 0xb2, 0xff, 0x99, 0x68, 0x50, 0xff, 0x94, 0x5b, 0x41, 0xff, 0x95, 0x60, 0x44, 0xff, 0x95, 0x5e, 0x44, 0xff, 0x95, 0x61, 0x44, 0xff, 0x98, 0x64, 0x47, 0xff, 0x9b, 0x67, 0x49, 0xff, 0x9f, 0x6b, 0x49, 0xff, 0xa0, 0x6e, 0x49, 0xff, 0xa4, 0x71, 0x4a, 0xff, 0xa8, 0x74, 0x49, 0xff, 0xaa, 0x74, 0x47, 0xff, 0xae, 0x76, 0x47, 0xff, 0xae, 0x74, 0x45, 0xff, 0xaf, 0x73, 0x44, 0xff, 0xaf, 0x71, 0x42, 0xff, 0xae, 0x71, 0x42, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xaf, 0x71, 0x42, 0xff, 0xae, 0x72, 0x41, 0xff, 0xb0, 0x74, 0x42, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xb5, 0x7b, 0x48, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xbb, 0x7d, 0x4d, 0xff, 0xbc, 0x7f, 0x4d, 0xff, 0xbe, 0x80, 0x4d, 0xff, 0xc0, 0x82, 0x4e, 0xff, 0xc3, 0x86, 0x4f, 0xff, 0xc7, 0x87, 0x52, 0xff, 0xcd, 0x8b, 0x52, 0xff, 0xd4, 0x8f, 0x55, 0xff, 0xde, 0x92, 0x59, 0xff, 0xe4, 0x93, 0x5a, 0xff, 0xe3, 0x95, 0x5b, 0xff, 0xe3, 0x94, 0x58, 0xff, 0xdd, 0x90, 0x55, 0xff, 0xd4, 0x8c, 0x53, 0xff, 0xe2, 0x93, 0x57, 0xff, 0xe6, 0x92, 0x56, 0xff, 0xe9, 0x93, 0x57, 0xff, 0xef, 0x97, 0x5b, 0xff, 0xf0, 0x99, 0x5d, 0xff, 0xe0, 0x94, 0x5d, 0xff, 0xc7, 0x8a, 0x58, 0xff, 0xc1, 0x85, 0x55, 0xff, 0xc1, 0x86, 0x54, 0xff, 0xbf, 0x82, 0x4e, 0xff, 0xb7, 0x79, 0x45, 0xff, 0xae, 0x72, 0x3f, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xab, 0x6d, 0x3d, 0xff, 0xa9, 0x6b, 0x3b, 0xff, 0xa7, 0x6a, 0x38, 0xff, 0xa5, 0x68, 0x36, 0xff, 0xa4, 0x66, 0x33, 0xff, 0xa1, 0x63, 0x32, 0xff, 0xa0, 0x62, 0x32, 0xff, 0x9f, 0x61, 0x31, 0xff, 0x9e, 0x5f, 0x30, 0xff, 0x9c, 0x5e, 0x30, 0xff, 0x98, 0x5a, 0x2d, 0xff, 0x95, 0x58, 0x2b, 0xff, 0x94, 0x58, 0x2b, 0xff, 0x93, 0x56, 0x2a, 0xff, 0x92, 0x56, 0x2a, 0xff, 0x91, 0x54, 0x29, 0xff, 0x91, 0x53, 0x29, 0xff, 0x91, 0x54, 0x29, 0xff, 0x91, 0x54, 0x29, 0xff, 0x90, 0x52, 0x28, 0xff, 0x91, 0x51, 0x29, 0xff, 0x91, 0x53, 0x28, 0xff, 0x8f, 0x53, 0x29, 0xff, 0x8f, 0x53, 0x28, 0xff, 0x91, 0x53, 0x28, 0xff, 0x90, 0x52, 0x2a, 0xff, 0x90, 0x53, 0x2a, 0xff, 0x91, 0x52, 0x29, 0xff, 0x90, 0x52, 0x29, 0xff, 0x9f, 0x63, 0x38, 0xff, 0xac, 0x70, 0x41, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa3, 0x66, 0x37, 0xff, 0xa0, 0x61, 0x34, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x98, 0x59, 0x30, 0xff, 0x95, 0x58, 0x2f, 0xff, 0x90, 0x51, 0x2c, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x88, 0x49, 0x28, 0xff, 0x84, 0x44, 0x24, 0xff, 0x81, 0x42, 0x22, 0xff, 0x7a, 0x3c, 0x1b, 0xff, 0x8b, 0x4d, 0x28, 0xff, 0x9d, 0x5e, 0x36, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0x97, 0x57, 0x32, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x85, 0x46, 0x29, 0xff, 0x82, 0x42, 0x26, 0xff, 0x91, 0x51, 0x2d, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa4, 0x62, 0x38, 0xff, 0xa1, 0x5f, 0x36, 0xff, 0x9f, 0x5d, 0x34, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x97, 0x57, 0x30, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9c, 0x5b, 0x35, 0xff, 0x99, 0x59, 0x33, 0xff, 0x96, 0x58, 0x30, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x93, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x8d, 0x4b, 0x29, 0xff, 0x8b, 0x48, 0x29, 0xff, 0x89, 0x49, 0x27, 0xff, 0x88, 0x47, 0x28, 0xff, 0x87, 0x46, 0x27, 0xff, 0x86, 0x45, 0x26, 0xff, 0x86, 0x45, 0x25, 0xff, 0x86, 0x47, 0x25, 0xff, 0x85, 0x45, 0x25, 0xff, 0x85, 0x46, 0x26, 0xff, 0x88, 0x46, 0x26, 0xff, 0x88, 0x48, 0x26, 0xff, 0x88, 0x48, 0x27, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x90, 0x4d, 0x2a, 0xff, 0x90, 0x4d, 0x2a, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x8c, 0x4c, 0x29, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x90, 0x4e, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x91, 0x53, 0x2c, 0xff, 0x92, 0x52, 0x2b, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x97, 0x58, 0x2e, 0xff, 0x97, 0x58, 0x2e, 0xff, 0x98, 0x58, 0x2d, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9a, 0x5b, 0x2f, 0xff, 0x96, 0x58, 0x2b, 0xff, 0x98, 0x5c, 0x2c, 0xff, 0x9a, 0x5d, 0x2d, 0xff, 0x9c, 0x5e, 0x2e, 0xff, 0x9b, 0x5e, 0x2f, 0xff, 0x9e, 0x60, 0x2f, 0xff, 0x9d, 0x5f, 0x2f, 0xff, 0x9e, 0x62, 0x2f, 0xff, 0x9e, 0x61, 0x30, 0xff, 0x9f, 0x62, 0x30, 0xff, 0xa1, 0x66, 0x31, 0xff, 0xa2, 0x68, 0x33, 0xff, 0xa5, 0x69, 0x33, 0xff, 0xa7, 0x68, 0x36, 0xff, 0xa5, 0x67, 0x33, 0xff, - 0xa3, 0x67, 0x35, 0xff, 0xa5, 0x68, 0x35, 0xff, 0xa6, 0x69, 0x35, 0xff, 0xaa, 0x6c, 0x3a, 0xff, 0xaa, 0x6b, 0x38, 0xff, 0xab, 0x6e, 0x3b, 0xff, 0xab, 0x70, 0x3a, 0xff, 0xaf, 0x72, 0x3d, 0xff, 0xb3, 0x75, 0x3f, 0xff, 0xb5, 0x75, 0x41, 0xff, 0xb3, 0x74, 0x41, 0xff, 0xa5, 0x64, 0x38, 0xff, 0xa9, 0x69, 0x3b, 0xff, 0xaa, 0x6b, 0x3e, 0xff, 0xaa, 0x69, 0x3d, 0xff, 0xab, 0x6b, 0x3f, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xb0, 0x73, 0x46, 0xff, 0xa4, 0x68, 0x3c, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x97, 0x5d, 0x32, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x9f, 0x63, 0x36, 0xff, 0xba, 0x7d, 0x4d, 0xff, 0xc0, 0x83, 0x52, 0xff, 0xbd, 0x7b, 0x4d, 0xff, 0xbb, 0x7c, 0x4c, 0xff, 0xba, 0x7c, 0x4c, 0xff, 0xb8, 0x78, 0x4a, 0xff, 0xb8, 0x7b, 0x49, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xb8, 0x78, 0x4a, 0xff, 0xb8, 0x7a, 0x49, 0xff, 0xb9, 0x7b, 0x4b, 0xff, 0xbc, 0x7b, 0x4b, 0xff, 0xdd, 0x93, 0x5b, 0xff, 0xdf, 0x94, 0x58, 0xff, 0xe4, 0x94, 0x5c, 0xff, 0xe7, 0x9b, 0x5d, 0xff, 0xf0, 0xa8, 0x68, 0xff, 0xef, 0xaf, 0x71, 0xff, 0xf0, 0xbe, 0x7a, 0xff, 0xed, 0xc5, 0x7f, 0xff, 0xed, 0xdb, 0x88, 0xff, 0xe8, 0xe2, 0x94, 0xff, 0xe6, 0xe5, 0x9c, 0xff, 0xe8, 0xe5, 0xa7, 0xff, 0xeb, 0xe6, 0xb2, 0xff, 0xed, 0xe5, 0xbd, 0xff, 0xf1, 0xe6, 0xd7, 0xff, 0xee, 0xe3, 0xd9, 0xff, 0xc9, 0xae, 0x9f, 0xff, 0x91, 0x5a, 0x3f, 0xff, 0x96, 0x5e, 0x43, 0xff, 0x95, 0x61, 0x45, 0xff, 0x96, 0x60, 0x45, 0xff, 0x96, 0x62, 0x45, 0xff, 0x97, 0x61, 0x47, 0xff, 0x9a, 0x65, 0x4a, 0xff, 0x9e, 0x68, 0x4c, 0xff, 0xa2, 0x6c, 0x4e, 0xff, 0xa5, 0x73, 0x4d, 0xff, 0xaa, 0x78, 0x4e, 0xff, 0xac, 0x7b, 0x4f, 0xff, 0xae, 0x7b, 0x51, 0xff, 0xb0, 0x7b, 0x4e, 0xff, 0xb3, 0x7c, 0x4d, 0xff, 0xb5, 0x7b, 0x4b, 0xff, 0xb5, 0x77, 0x48, 0xff, 0xb2, 0x75, 0x44, 0xff, 0xb1, 0x72, 0x41, 0xff, 0xb1, 0x74, 0x43, 0xff, 0xb1, 0x74, 0x42, 0xff, 0xb3, 0x77, 0x43, 0xff, 0xb6, 0x79, 0x46, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xba, 0x7d, 0x4c, 0xff, 0xbc, 0x7f, 0x4e, 0xff, 0xbe, 0x80, 0x50, 0xff, 0xc0, 0x82, 0x51, 0xff, 0xc2, 0x84, 0x52, 0xff, 0xc6, 0x85, 0x54, 0xff, 0xc7, 0x86, 0x53, 0xff, 0xc7, 0x88, 0x52, 0xff, 0xd0, 0x8d, 0x55, 0xff, 0xd3, 0x8f, 0x56, 0xff, 0xd8, 0x90, 0x57, 0xff, 0xdd, 0x91, 0x57, 0xff, 0xd5, 0x8c, 0x54, 0xff, 0xcb, 0x86, 0x50, 0xff, 0xd2, 0x8a, 0x52, 0xff, 0xdc, 0x8f, 0x55, 0xff, 0xea, 0x95, 0x59, 0xff, 0xeb, 0x96, 0x59, 0xff, 0xec, 0x96, 0x5c, 0xff, 0xf1, 0x98, 0x5f, 0xff, 0xf2, 0x9c, 0x64, 0xff, 0xe8, 0x9a, 0x65, 0xff, 0xcf, 0x8e, 0x5b, 0xff, 0xc0, 0x86, 0x52, 0xff, 0xba, 0x80, 0x49, 0xff, 0xb3, 0x79, 0x42, 0xff, 0xb1, 0x76, 0x40, 0xff, 0xad, 0x72, 0x3f, 0xff, 0xab, 0x71, 0x3e, 0xff, 0xaa, 0x6e, 0x3b, 0xff, 0xa8, 0x6c, 0x38, 0xff, 0xa6, 0x6a, 0x36, 0xff, 0xa6, 0x69, 0x36, 0xff, 0xa5, 0x66, 0x34, 0xff, 0xa2, 0x64, 0x32, 0xff, 0xa1, 0x63, 0x31, 0xff, 0xa0, 0x62, 0x31, 0xff, 0x9d, 0x5f, 0x30, 0xff, 0x99, 0x5c, 0x2d, 0xff, 0x99, 0x5a, 0x2b, 0xff, 0x97, 0x59, 0x2a, 0xff, 0x94, 0x59, 0x2a, 0xff, 0x92, 0x56, 0x2a, 0xff, 0x92, 0x55, 0x2a, 0xff, 0x92, 0x56, 0x2a, 0xff, 0x90, 0x54, 0x29, 0xff, 0x90, 0x53, 0x29, 0xff, 0x90, 0x54, 0x2a, 0xff, 0x8f, 0x53, 0x29, 0xff, 0x8f, 0x53, 0x28, 0xff, 0x90, 0x54, 0x28, 0xff, 0x8f, 0x53, 0x29, 0xff, 0x90, 0x52, 0x28, 0xff, 0x8f, 0x52, 0x28, 0xff, 0x90, 0x53, 0x2a, 0xff, 0x90, 0x54, 0x2a, 0xff, 0x90, 0x53, 0x29, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xaf, 0x75, 0x45, 0xff, 0xab, 0x6f, 0x3f, 0xff, 0xa7, 0x68, 0x3a, 0xff, 0xa5, 0x67, 0x36, 0xff, 0xa2, 0x63, 0x34, 0xff, 0xa0, 0x61, 0x33, 0xff, 0x9e, 0x60, 0x33, 0xff, 0x9c, 0x5d, 0x31, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x85, 0x46, 0x26, 0xff, 0x85, 0x44, 0x24, 0xff, 0x7b, 0x3a, 0x1a, 0xff, 0x95, 0x58, 0x31, 0xff, 0xa0, 0x62, 0x39, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x96, 0x55, 0x30, 0xff, 0x91, 0x50, 0x2e, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x87, 0x48, 0x28, 0xff, 0x85, 0x46, 0x27, 0xff, 0x80, 0x41, 0x23, 0xff, 0x7b, 0x3d, 0x1e, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x9f, 0x5e, 0x35, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0xa0, 0x60, 0x34, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x99, 0x59, 0x31, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x97, 0x54, 0x2e, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x9d, 0x5b, 0x32, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0x9d, 0x5b, 0x33, 0xff, 0x98, 0x57, 0x31, 0xff, 0x96, 0x54, 0x2f, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x8e, 0x4c, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x8a, 0x48, 0x26, 0xff, 0x88, 0x48, 0x28, 0xff, 0x87, 0x46, 0x27, 0xff, 0x88, 0x47, 0x26, 0xff, 0x86, 0x46, 0x26, 0xff, 0x85, 0x45, 0x26, 0xff, 0x86, 0x44, 0x26, 0xff, 0x86, 0x46, 0x26, 0xff, 0x88, 0x46, 0x26, 0xff, 0x89, 0x49, 0x27, 0xff, 0x8a, 0x49, 0x29, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x93, 0x50, 0x2c, 0xff, 0x8e, 0x4c, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8e, 0x4f, 0x2a, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x95, 0x56, 0x2e, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x95, 0x56, 0x2c, 0xff, 0x96, 0x57, 0x2d, 0xff, 0x99, 0x56, 0x2e, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0x97, 0x57, 0x2c, 0xff, 0x93, 0x57, 0x2a, 0xff, 0x95, 0x59, 0x2c, 0xff, 0x97, 0x59, 0x2c, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x9b, 0x5c, 0x2d, 0xff, 0x9a, 0x5d, 0x2e, 0xff, 0x9b, 0x5d, 0x2f, 0xff, 0x9b, 0x5e, 0x2e, 0xff, 0x9b, 0x5e, 0x2f, 0xff, 0x9e, 0x5f, 0x2f, 0xff, 0x9e, 0x60, 0x30, 0xff, 0xa0, 0x62, 0x32, 0xff, 0xa1, 0x66, 0x33, 0xff, 0xa4, 0x69, 0x36, 0xff, 0xa5, 0x69, 0x37, 0xff, - 0xa6, 0x69, 0x36, 0xff, 0xa5, 0x67, 0x37, 0xff, 0xa5, 0x68, 0x37, 0xff, 0xa6, 0x68, 0x37, 0xff, 0xa8, 0x6b, 0x3a, 0xff, 0xa9, 0x6d, 0x39, 0xff, 0xaa, 0x6c, 0x3a, 0xff, 0xaf, 0x70, 0x3b, 0xff, 0xb0, 0x72, 0x40, 0xff, 0xa8, 0x68, 0x39, 0xff, 0xa1, 0x61, 0x35, 0xff, 0xa6, 0x65, 0x37, 0xff, 0xa6, 0x66, 0x3a, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0xaa, 0x6a, 0x40, 0xff, 0xac, 0x6e, 0x43, 0xff, 0xaa, 0x6d, 0x43, 0xff, 0x8f, 0x54, 0x2c, 0xff, 0x95, 0x59, 0x32, 0xff, 0x95, 0x59, 0x32, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x9d, 0x60, 0x36, 0xff, 0xba, 0x7c, 0x4d, 0xff, 0xc5, 0x85, 0x55, 0xff, 0xbf, 0x7e, 0x4f, 0xff, 0xbd, 0x7e, 0x4f, 0xff, 0xbc, 0x7c, 0x4d, 0xff, 0xba, 0x7b, 0x4b, 0xff, 0xb9, 0x79, 0x4a, 0xff, 0xb9, 0x7c, 0x4c, 0xff, 0xb9, 0x7b, 0x4c, 0xff, 0xb9, 0x7a, 0x4b, 0xff, 0xbc, 0x7a, 0x4b, 0xff, 0xe2, 0x9a, 0x5d, 0xff, 0xdf, 0x96, 0x5a, 0xff, 0xe4, 0x96, 0x5d, 0xff, 0xe7, 0x9b, 0x5f, 0xff, 0xee, 0xa4, 0x65, 0xff, 0xed, 0xb3, 0x71, 0xff, 0xf0, 0xc3, 0x7b, 0xff, 0xf0, 0xc6, 0x80, 0xff, 0xee, 0xcb, 0x88, 0xff, 0xee, 0xdc, 0x91, 0xff, 0xe5, 0xe4, 0x99, 0xff, 0xe6, 0xe5, 0xa4, 0xff, 0xe9, 0xe5, 0xac, 0xff, 0xec, 0xe6, 0xb8, 0xff, 0xeb, 0xde, 0xc7, 0xff, 0xb9, 0x97, 0x84, 0xff, 0x91, 0x59, 0x3c, 0xff, 0x97, 0x60, 0x43, 0xff, 0x97, 0x62, 0x45, 0xff, 0x97, 0x63, 0x46, 0xff, 0x97, 0x62, 0x47, 0xff, 0x98, 0x63, 0x47, 0xff, 0x99, 0x64, 0x48, 0xff, 0x9c, 0x67, 0x4a, 0xff, 0x9f, 0x6b, 0x4e, 0xff, 0xa3, 0x72, 0x52, 0xff, 0xa6, 0x77, 0x54, 0xff, 0xa9, 0x7c, 0x55, 0xff, 0xab, 0x80, 0x55, 0xff, 0xad, 0x81, 0x56, 0xff, 0xb0, 0x80, 0x56, 0xff, 0xb3, 0x80, 0x54, 0xff, 0xb5, 0x7f, 0x51, 0xff, 0xb8, 0x7f, 0x4d, 0xff, 0xb8, 0x7a, 0x4b, 0xff, 0xb6, 0x78, 0x47, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb3, 0x77, 0x44, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb6, 0x7a, 0x48, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xbc, 0x7f, 0x4e, 0xff, 0xbe, 0x80, 0x50, 0xff, 0xc0, 0x81, 0x51, 0xff, 0xc2, 0x83, 0x52, 0xff, 0xc3, 0x85, 0x53, 0xff, 0xc2, 0x82, 0x51, 0xff, 0xc3, 0x84, 0x52, 0xff, 0xc5, 0x87, 0x52, 0xff, 0xc5, 0x86, 0x4f, 0xff, 0xc8, 0x89, 0x51, 0xff, 0xd1, 0x8d, 0x54, 0xff, 0xd1, 0x8b, 0x51, 0xff, 0xc9, 0x85, 0x4e, 0xff, 0xcc, 0x87, 0x50, 0xff, 0xd0, 0x89, 0x51, 0xff, 0xd8, 0x8d, 0x53, 0xff, 0xe4, 0x92, 0x58, 0xff, 0xed, 0x96, 0x5b, 0xff, 0xf0, 0x97, 0x5c, 0xff, 0xf0, 0x99, 0x5e, 0xff, 0xf0, 0x9e, 0x63, 0xff, 0xf1, 0xa0, 0x69, 0xff, 0xeb, 0x9c, 0x65, 0xff, 0xcd, 0x8b, 0x56, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xb7, 0x7a, 0x46, 0xff, 0xb5, 0x77, 0x43, 0xff, 0xb2, 0x76, 0x40, 0xff, 0xaf, 0x73, 0x3d, 0xff, 0xad, 0x70, 0x3c, 0xff, 0xaa, 0x6f, 0x39, 0xff, 0xaa, 0x6c, 0x37, 0xff, 0xa8, 0x6b, 0x37, 0xff, 0xa6, 0x69, 0x35, 0xff, 0xa6, 0x68, 0x34, 0xff, 0xa4, 0x65, 0x32, 0xff, 0x9f, 0x61, 0x2f, 0xff, 0x9c, 0x60, 0x2e, 0xff, 0x9c, 0x5d, 0x2e, 0xff, 0x9a, 0x5b, 0x2c, 0xff, 0x98, 0x59, 0x2c, 0xff, 0x97, 0x57, 0x2b, 0xff, 0x95, 0x56, 0x2a, 0xff, 0x94, 0x55, 0x2a, 0xff, 0x92, 0x55, 0x29, 0xff, 0x92, 0x56, 0x29, 0xff, 0x92, 0x55, 0x29, 0xff, 0x90, 0x53, 0x29, 0xff, 0x91, 0x53, 0x28, 0xff, 0x91, 0x54, 0x28, 0xff, 0x90, 0x54, 0x29, 0xff, 0x90, 0x53, 0x28, 0xff, 0x90, 0x53, 0x29, 0xff, 0x90, 0x54, 0x29, 0xff, 0x90, 0x54, 0x29, 0xff, 0x90, 0x53, 0x29, 0xff, 0x90, 0x54, 0x28, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xb2, 0x76, 0x46, 0xff, 0xaf, 0x72, 0x42, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xa7, 0x69, 0x38, 0xff, 0xa6, 0x67, 0x36, 0xff, 0xa3, 0x64, 0x36, 0xff, 0xa0, 0x61, 0x35, 0xff, 0x9d, 0x5e, 0x32, 0xff, 0x9a, 0x5b, 0x30, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x90, 0x50, 0x2a, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x88, 0x48, 0x26, 0xff, 0x85, 0x46, 0x24, 0xff, 0x7f, 0x41, 0x20, 0xff, 0x97, 0x59, 0x32, 0xff, 0xa1, 0x62, 0x39, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x97, 0x56, 0x32, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x87, 0x49, 0x29, 0xff, 0x85, 0x47, 0x28, 0xff, 0x83, 0x44, 0x24, 0xff, 0x84, 0x44, 0x28, 0xff, 0x7f, 0x41, 0x23, 0xff, 0x7e, 0x3f, 0x20, 0xff, 0x85, 0x45, 0x23, 0xff, 0x8e, 0x4f, 0x29, 0xff, 0x97, 0x57, 0x30, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x9c, 0x5a, 0x31, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x99, 0x58, 0x30, 0xff, 0x9d, 0x5b, 0x32, 0xff, 0x9d, 0x59, 0x32, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x99, 0x57, 0x2f, 0xff, 0x97, 0x55, 0x2e, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x90, 0x4e, 0x2a, 0xff, 0x8e, 0x4c, 0x2a, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x89, 0x48, 0x29, 0xff, 0x87, 0x47, 0x28, 0xff, 0x87, 0x47, 0x27, 0xff, 0x86, 0x46, 0x27, 0xff, 0x87, 0x46, 0x26, 0xff, 0x87, 0x47, 0x27, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x8d, 0x4b, 0x2a, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x92, 0x50, 0x2c, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x89, 0x49, 0x27, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x91, 0x51, 0x2a, 0xff, 0x90, 0x51, 0x2b, 0xff, 0x94, 0x52, 0x2b, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x93, 0x56, 0x2a, 0xff, 0x91, 0x55, 0x2a, 0xff, 0x93, 0x56, 0x2a, 0xff, 0x94, 0x56, 0x2b, 0xff, 0x96, 0x59, 0x2b, 0xff, 0x97, 0x59, 0x2d, 0xff, 0x97, 0x5b, 0x2d, 0xff, 0x97, 0x5b, 0x2e, 0xff, 0x98, 0x5d, 0x2e, 0xff, 0x99, 0x5c, 0x2e, 0xff, 0x9a, 0x5e, 0x30, 0xff, 0x9b, 0x60, 0x31, 0xff, 0x9d, 0x61, 0x32, 0xff, 0x9e, 0x62, 0x32, 0xff, 0xa1, 0x65, 0x35, 0xff, 0xa3, 0x66, 0x37, 0xff, - 0xa1, 0x64, 0x36, 0xff, 0xa2, 0x66, 0x36, 0xff, 0xa4, 0x69, 0x37, 0xff, 0xa5, 0x69, 0x38, 0xff, 0xa7, 0x69, 0x38, 0xff, 0xa8, 0x6c, 0x3b, 0xff, 0xa8, 0x6a, 0x3b, 0xff, 0xab, 0x6f, 0x3c, 0xff, 0xa1, 0x60, 0x34, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa2, 0x64, 0x36, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xa6, 0x65, 0x3a, 0xff, 0xa6, 0x65, 0x3a, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0xa9, 0x69, 0x40, 0xff, 0xab, 0x6e, 0x43, 0xff, 0x90, 0x54, 0x2d, 0xff, 0x94, 0x57, 0x31, 0xff, 0x94, 0x58, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0xb4, 0x75, 0x49, 0xff, 0xca, 0x89, 0x58, 0xff, 0xc2, 0x81, 0x51, 0xff, 0xc0, 0x81, 0x51, 0xff, 0xbe, 0x7e, 0x4f, 0xff, 0xbd, 0x7b, 0x4b, 0xff, 0xbb, 0x7b, 0x4c, 0xff, 0xbc, 0x7b, 0x4c, 0xff, 0xbb, 0x7b, 0x4d, 0xff, 0xbe, 0x7e, 0x4f, 0xff, 0xe2, 0x95, 0x5d, 0xff, 0xe4, 0x99, 0x5d, 0xff, 0xe8, 0x96, 0x5d, 0xff, 0xea, 0x9d, 0x5e, 0xff, 0xef, 0xa9, 0x69, 0xff, 0xf1, 0xb1, 0x70, 0xff, 0xf1, 0xba, 0x77, 0xff, 0xf1, 0xcb, 0x7e, 0xff, 0xee, 0xc7, 0x83, 0xff, 0xef, 0xd3, 0x8b, 0xff, 0xee, 0xdb, 0x94, 0xff, 0xee, 0xe8, 0x9d, 0xff, 0xea, 0xe7, 0xa9, 0xff, 0xe7, 0xd8, 0xb0, 0xff, 0xa3, 0x7c, 0x5f, 0xff, 0x95, 0x5f, 0x40, 0xff, 0x95, 0x60, 0x42, 0xff, 0x97, 0x62, 0x44, 0xff, 0x99, 0x65, 0x46, 0xff, 0x99, 0x63, 0x46, 0xff, 0x99, 0x64, 0x48, 0xff, 0x9a, 0x64, 0x46, 0xff, 0x9c, 0x65, 0x49, 0xff, 0x9d, 0x68, 0x4b, 0xff, 0xa0, 0x6d, 0x4f, 0xff, 0xa2, 0x73, 0x52, 0xff, 0xa4, 0x78, 0x57, 0xff, 0xa7, 0x7a, 0x57, 0xff, 0xaa, 0x7d, 0x57, 0xff, 0xac, 0x80, 0x56, 0xff, 0xaf, 0x7f, 0x56, 0xff, 0xb1, 0x80, 0x56, 0xff, 0xb5, 0x83, 0x55, 0xff, 0xb8, 0x81, 0x51, 0xff, 0xb9, 0x7f, 0x4c, 0xff, 0xb9, 0x7c, 0x48, 0xff, 0xb8, 0x79, 0x47, 0xff, 0xb7, 0x7a, 0x47, 0xff, 0xb7, 0x7b, 0x49, 0xff, 0xb9, 0x7c, 0x49, 0xff, 0xbc, 0x7f, 0x4a, 0xff, 0xbf, 0x81, 0x4e, 0xff, 0xc0, 0x83, 0x51, 0xff, 0xc2, 0x82, 0x52, 0xff, 0xc3, 0x84, 0x53, 0xff, 0xc2, 0x82, 0x51, 0xff, 0xc4, 0x84, 0x51, 0xff, 0xc0, 0x83, 0x50, 0xff, 0xbd, 0x81, 0x4d, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xc6, 0x88, 0x4f, 0xff, 0xc9, 0x87, 0x4f, 0xff, 0xc8, 0x85, 0x4d, 0xff, 0xc7, 0x85, 0x4d, 0xff, 0xcb, 0x86, 0x4e, 0xff, 0xd1, 0x88, 0x50, 0xff, 0xd8, 0x8b, 0x52, 0xff, 0xdb, 0x8e, 0x55, 0xff, 0xe5, 0x94, 0x58, 0xff, 0xf2, 0x99, 0x5d, 0xff, 0xf1, 0x99, 0x60, 0xff, 0xf1, 0xa1, 0x66, 0xff, 0xf0, 0xa1, 0x66, 0xff, 0xf1, 0x9e, 0x62, 0xff, 0xee, 0x9c, 0x62, 0xff, 0xd1, 0x8d, 0x56, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb8, 0x7a, 0x45, 0xff, 0xb5, 0x78, 0x42, 0xff, 0xb2, 0x75, 0x3e, 0xff, 0xb0, 0x73, 0x3c, 0xff, 0xae, 0x70, 0x3b, 0xff, 0xac, 0x6e, 0x39, 0xff, 0xa9, 0x6d, 0x36, 0xff, 0xa7, 0x6b, 0x36, 0xff, 0xa7, 0x69, 0x36, 0xff, 0xa4, 0x67, 0x33, 0xff, 0xa0, 0x64, 0x2f, 0xff, 0x9e, 0x62, 0x2f, 0xff, 0x9d, 0x60, 0x2e, 0xff, 0x9c, 0x5e, 0x2d, 0xff, 0x9a, 0x5c, 0x2b, 0xff, 0x98, 0x59, 0x2a, 0xff, 0x98, 0x59, 0x2a, 0xff, 0x95, 0x57, 0x2a, 0xff, 0x94, 0x55, 0x2a, 0xff, 0x93, 0x56, 0x28, 0xff, 0x93, 0x57, 0x29, 0xff, 0x92, 0x55, 0x29, 0xff, 0x91, 0x54, 0x28, 0xff, 0x92, 0x55, 0x29, 0xff, 0x90, 0x54, 0x29, 0xff, 0x90, 0x53, 0x29, 0xff, 0x90, 0x53, 0x29, 0xff, 0x90, 0x53, 0x29, 0xff, 0x90, 0x53, 0x29, 0xff, 0x90, 0x53, 0x2a, 0xff, 0x8f, 0x53, 0x29, 0xff, 0xa1, 0x66, 0x37, 0xff, 0xb4, 0x76, 0x46, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xad, 0x70, 0x3f, 0xff, 0xaa, 0x6b, 0x3a, 0xff, 0xa8, 0x69, 0x38, 0xff, 0xa2, 0x65, 0x35, 0xff, 0xa1, 0x64, 0x35, 0xff, 0xa0, 0x61, 0x33, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x94, 0x54, 0x2b, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x8c, 0x4c, 0x28, 0xff, 0x88, 0x47, 0x25, 0xff, 0x86, 0x45, 0x24, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0xa3, 0x64, 0x3a, 0xff, 0x9e, 0x5d, 0x36, 0xff, 0x99, 0x58, 0x32, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x87, 0x48, 0x28, 0xff, 0x83, 0x44, 0x25, 0xff, 0x87, 0x46, 0x28, 0xff, 0x84, 0x44, 0x26, 0xff, 0x7f, 0x41, 0x22, 0xff, 0x7d, 0x3e, 0x20, 0xff, 0x7b, 0x3b, 0x1c, 0xff, 0x7b, 0x3c, 0x1e, 0xff, 0x7b, 0x3d, 0x1c, 0xff, 0x80, 0x41, 0x20, 0xff, 0x95, 0x53, 0x2e, 0xff, 0x9e, 0x5c, 0x33, 0xff, 0x9b, 0x59, 0x32, 0xff, 0x98, 0x57, 0x31, 0xff, 0x97, 0x55, 0x2e, 0xff, 0x99, 0x57, 0x30, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0x9c, 0x5a, 0x31, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x93, 0x51, 0x2c, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x89, 0x48, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x88, 0x48, 0x28, 0xff, 0x8a, 0x49, 0x29, 0xff, 0x88, 0x48, 0x28, 0xff, 0x87, 0x48, 0x28, 0xff, 0x89, 0x48, 0x29, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8b, 0x4a, 0x2a, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x91, 0x4e, 0x2c, 0xff, 0x88, 0x48, 0x26, 0xff, 0x85, 0x46, 0x25, 0xff, 0x87, 0x48, 0x25, 0xff, 0x87, 0x48, 0x25, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x8c, 0x4c, 0x28, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8e, 0x4d, 0x29, 0xff, 0x90, 0x4f, 0x2a, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x91, 0x52, 0x2b, 0xff, 0x93, 0x53, 0x2b, 0xff, 0x94, 0x53, 0x2b, 0xff, 0x95, 0x55, 0x2d, 0xff, 0x91, 0x51, 0x2a, 0xff, 0x91, 0x51, 0x2a, 0xff, 0x91, 0x54, 0x2a, 0xff, 0x92, 0x54, 0x2a, 0xff, 0x94, 0x55, 0x2a, 0xff, 0x94, 0x55, 0x2a, 0xff, 0x95, 0x59, 0x2c, 0xff, 0x94, 0x58, 0x2c, 0xff, 0x95, 0x5b, 0x2d, 0xff, 0x97, 0x5c, 0x2f, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x9a, 0x5d, 0x30, 0xff, 0x9b, 0x60, 0x32, 0xff, 0x9d, 0x61, 0x33, 0xff, 0x9e, 0x62, 0x32, 0xff, 0xa1, 0x63, 0x33, 0xff, - 0x9f, 0x64, 0x36, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa3, 0x67, 0x36, 0xff, 0xa3, 0x64, 0x3a, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa7, 0x6a, 0x3a, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa1, 0x63, 0x36, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa8, 0x69, 0x3f, 0xff, 0xa6, 0x68, 0x3f, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x90, 0x54, 0x30, 0xff, 0x92, 0x58, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0x94, 0x58, 0x31, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x97, 0x5a, 0x32, 0xff, 0xb0, 0x73, 0x46, 0xff, 0xcc, 0x8a, 0x58, 0xff, 0xc5, 0x85, 0x54, 0xff, 0xc3, 0x83, 0x52, 0xff, 0xc1, 0x81, 0x50, 0xff, 0xbf, 0x7e, 0x4f, 0xff, 0xbf, 0x7f, 0x4e, 0xff, 0xbd, 0x7d, 0x4d, 0xff, 0xc0, 0x80, 0x4f, 0xff, 0xe9, 0x9e, 0x61, 0xff, 0xe8, 0x99, 0x5f, 0xff, 0xe9, 0x99, 0x5f, 0xff, 0xec, 0xaa, 0x6e, 0xff, 0xef, 0xba, 0x76, 0xff, 0xf0, 0xb3, 0x71, 0xff, 0xee, 0xb1, 0x71, 0xff, 0xf2, 0xbb, 0x78, 0xff, 0xee, 0xc4, 0x7a, 0xff, 0xed, 0xcc, 0x83, 0xff, 0xef, 0xd3, 0x85, 0xff, 0xf2, 0xe4, 0x95, 0xff, 0xe5, 0xdb, 0x9b, 0xff, 0xae, 0x88, 0x61, 0xff, 0x97, 0x5f, 0x3e, 0xff, 0x96, 0x60, 0x40, 0xff, 0x97, 0x61, 0x42, 0xff, 0x96, 0x61, 0x44, 0xff, 0x98, 0x63, 0x42, 0xff, 0x9b, 0x66, 0x45, 0xff, 0x9c, 0x67, 0x46, 0xff, 0x9c, 0x67, 0x46, 0xff, 0x9b, 0x66, 0x47, 0xff, 0x9c, 0x69, 0x47, 0xff, 0x9f, 0x6c, 0x4a, 0xff, 0xa2, 0x72, 0x4e, 0xff, 0xa3, 0x76, 0x52, 0xff, 0xa6, 0x7a, 0x53, 0xff, 0xa9, 0x7d, 0x53, 0xff, 0xab, 0x7e, 0x55, 0xff, 0xae, 0x7e, 0x54, 0xff, 0xb0, 0x7e, 0x55, 0xff, 0xb4, 0x7f, 0x52, 0xff, 0xb6, 0x80, 0x50, 0xff, 0xb8, 0x7f, 0x4c, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xb9, 0x7b, 0x49, 0xff, 0xb8, 0x7b, 0x49, 0xff, 0xba, 0x7c, 0x49, 0xff, 0xbc, 0x7e, 0x49, 0xff, 0xbe, 0x83, 0x4b, 0xff, 0xc2, 0x83, 0x4e, 0xff, 0xc3, 0x84, 0x51, 0xff, 0xc1, 0x84, 0x50, 0xff, 0xc3, 0x85, 0x50, 0xff, 0xc2, 0x84, 0x51, 0xff, 0xbe, 0x7e, 0x4c, 0xff, 0xbc, 0x80, 0x4b, 0xff, 0xbf, 0x84, 0x4b, 0xff, 0xc1, 0x84, 0x4c, 0xff, 0xc6, 0x84, 0x4d, 0xff, 0xc5, 0x84, 0x4d, 0xff, 0xc3, 0x83, 0x4c, 0xff, 0xc8, 0x84, 0x4d, 0xff, 0xcb, 0x86, 0x4e, 0xff, 0xd1, 0x89, 0x52, 0xff, 0xd8, 0x8c, 0x52, 0xff, 0xdb, 0x8e, 0x53, 0xff, 0xdb, 0x8f, 0x56, 0xff, 0xe8, 0x96, 0x5c, 0xff, 0xf2, 0x9b, 0x60, 0xff, 0xf0, 0xa0, 0x63, 0xff, 0xef, 0xa4, 0x65, 0xff, 0xef, 0xa0, 0x64, 0xff, 0xef, 0x9c, 0x62, 0xff, 0xee, 0x9b, 0x62, 0xff, 0xd2, 0x8c, 0x56, 0xff, 0xb7, 0x7e, 0x46, 0xff, 0xb8, 0x7c, 0x44, 0xff, 0xb6, 0x78, 0x41, 0xff, 0xb3, 0x77, 0x3e, 0xff, 0xb1, 0x75, 0x3b, 0xff, 0xaf, 0x72, 0x3a, 0xff, 0xac, 0x6f, 0x38, 0xff, 0xab, 0x6d, 0x37, 0xff, 0xa8, 0x6a, 0x35, 0xff, 0xa4, 0x67, 0x32, 0xff, 0xa2, 0x66, 0x31, 0xff, 0xa2, 0x64, 0x2f, 0xff, 0xa0, 0x62, 0x2f, 0xff, 0x9e, 0x5f, 0x2d, 0xff, 0x9d, 0x5e, 0x2b, 0xff, 0x9a, 0x5e, 0x2b, 0xff, 0x99, 0x5a, 0x2a, 0xff, 0x98, 0x58, 0x2a, 0xff, 0x96, 0x57, 0x29, 0xff, 0x94, 0x57, 0x29, 0xff, 0x94, 0x57, 0x29, 0xff, 0x94, 0x55, 0x29, 0xff, 0x94, 0x54, 0x28, 0xff, 0x92, 0x54, 0x29, 0xff, 0x91, 0x54, 0x29, 0xff, 0x91, 0x54, 0x28, 0xff, 0x90, 0x55, 0x29, 0xff, 0x90, 0x55, 0x29, 0xff, 0x91, 0x55, 0x29, 0xff, 0x91, 0x53, 0x29, 0xff, 0x8f, 0x53, 0x28, 0xff, 0x9f, 0x63, 0x34, 0xff, 0xb4, 0x76, 0x46, 0xff, 0xb7, 0x78, 0x47, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xac, 0x6f, 0x3d, 0xff, 0xa7, 0x69, 0x39, 0xff, 0xa4, 0x66, 0x34, 0xff, 0xa4, 0x66, 0x36, 0xff, 0xa4, 0x65, 0x35, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9a, 0x59, 0x2e, 0xff, 0x96, 0x57, 0x2c, 0xff, 0x93, 0x52, 0x2a, 0xff, 0x90, 0x4f, 0x29, 0xff, 0x8b, 0x4a, 0x27, 0xff, 0x8a, 0x48, 0x24, 0xff, 0x9e, 0x60, 0x36, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0x9f, 0x5f, 0x36, 0xff, 0x9b, 0x59, 0x33, 0xff, 0x97, 0x58, 0x31, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x85, 0x46, 0x25, 0xff, 0x88, 0x48, 0x29, 0xff, 0x86, 0x46, 0x27, 0xff, 0x83, 0x43, 0x23, 0xff, 0x7e, 0x41, 0x23, 0xff, 0x7b, 0x3d, 0x1e, 0xff, 0x7a, 0x3b, 0x1c, 0xff, 0x78, 0x3a, 0x1b, 0xff, 0x76, 0x37, 0x19, 0xff, 0x73, 0x38, 0x15, 0xff, 0x76, 0x39, 0x19, 0xff, 0x7c, 0x3d, 0x1c, 0xff, 0x87, 0x47, 0x26, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x96, 0x58, 0x31, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9b, 0x58, 0x30, 0xff, 0x99, 0x58, 0x30, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x96, 0x55, 0x2e, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x90, 0x4e, 0x2b, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x8e, 0x4c, 0x2a, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x88, 0x48, 0x29, 0xff, 0x88, 0x48, 0x29, 0xff, 0x89, 0x48, 0x29, 0xff, 0x88, 0x49, 0x29, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x89, 0x48, 0x28, 0xff, 0x8a, 0x49, 0x29, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x86, 0x47, 0x25, 0xff, 0x84, 0x44, 0x25, 0xff, 0x84, 0x46, 0x25, 0xff, 0x84, 0x44, 0x25, 0xff, 0x85, 0x46, 0x22, 0xff, 0x86, 0x48, 0x25, 0xff, 0x87, 0x46, 0x25, 0xff, 0x8a, 0x4a, 0x27, 0xff, 0x8b, 0x4a, 0x28, 0xff, 0x8b, 0x4c, 0x28, 0xff, 0x8d, 0x4b, 0x29, 0xff, 0x8e, 0x4e, 0x2a, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x90, 0x51, 0x2a, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x8e, 0x50, 0x2a, 0xff, 0x8d, 0x4f, 0x29, 0xff, 0x8f, 0x51, 0x2a, 0xff, 0x91, 0x54, 0x2b, 0xff, 0x91, 0x54, 0x2b, 0xff, 0x91, 0x54, 0x2b, 0xff, 0x93, 0x55, 0x2c, 0xff, 0x93, 0x57, 0x2d, 0xff, 0x92, 0x58, 0x2e, 0xff, 0x93, 0x58, 0x2e, 0xff, 0x96, 0x5a, 0x2e, 0xff, 0x98, 0x5c, 0x30, 0xff, 0x99, 0x5c, 0x31, 0xff, 0x99, 0x5e, 0x31, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0x9e, 0x63, 0x37, 0xff, - 0x9d, 0x5e, 0x34, 0xff, 0x9e, 0x61, 0x34, 0xff, 0xa0, 0x64, 0x35, 0xff, 0xa1, 0x64, 0x37, 0xff, 0xa1, 0x64, 0x37, 0xff, 0xa1, 0x66, 0x37, 0xff, 0x9a, 0x5b, 0x31, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9e, 0x5e, 0x36, 0xff, 0x9f, 0x60, 0x36, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa2, 0x62, 0x37, 0xff, 0xa3, 0x64, 0x3a, 0xff, 0xa6, 0x67, 0x3d, 0xff, 0xa7, 0x69, 0x3f, 0xff, 0x9f, 0x62, 0x3a, 0xff, 0x91, 0x56, 0x31, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x90, 0x55, 0x30, 0xff, 0x92, 0x56, 0x30, 0xff, 0x91, 0x57, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x95, 0x58, 0x32, 0xff, 0x92, 0x55, 0x2e, 0xff, 0xa9, 0x6b, 0x40, 0xff, 0xc7, 0x86, 0x53, 0xff, 0xcb, 0x8a, 0x58, 0xff, 0xc5, 0x84, 0x55, 0xff, 0xc4, 0x82, 0x52, 0xff, 0xc2, 0x82, 0x52, 0xff, 0xbf, 0x80, 0x50, 0xff, 0xc3, 0x83, 0x50, 0xff, 0xe6, 0x9a, 0x5e, 0xff, 0xe9, 0x9b, 0x62, 0xff, 0xec, 0xa9, 0x6b, 0xff, 0xf2, 0xbd, 0x79, 0xff, 0xef, 0xb9, 0x7c, 0xff, 0xef, 0xbc, 0x79, 0xff, 0xf0, 0xb9, 0x75, 0xff, 0xed, 0xb1, 0x71, 0xff, 0xee, 0xbd, 0x79, 0xff, 0xf0, 0xc7, 0x7b, 0xff, 0xef, 0xc7, 0x7e, 0xff, 0xea, 0xc5, 0x7e, 0xff, 0xb6, 0x96, 0x5d, 0xff, 0x93, 0x5c, 0x39, 0xff, 0x97, 0x63, 0x3d, 0xff, 0x96, 0x61, 0x3e, 0xff, 0x96, 0x61, 0x3f, 0xff, 0x97, 0x62, 0x40, 0xff, 0x98, 0x64, 0x3f, 0xff, 0x9c, 0x66, 0x42, 0xff, 0x9b, 0x67, 0x43, 0xff, 0x9b, 0x67, 0x43, 0xff, 0x9c, 0x67, 0x42, 0xff, 0x9b, 0x69, 0x44, 0xff, 0x9d, 0x6c, 0x45, 0xff, 0xa1, 0x70, 0x48, 0xff, 0xa4, 0x75, 0x49, 0xff, 0xa6, 0x79, 0x4b, 0xff, 0xa8, 0x79, 0x4d, 0xff, 0xab, 0x77, 0x4d, 0xff, 0xad, 0x7a, 0x4b, 0xff, 0xb0, 0x7c, 0x4b, 0xff, 0xb3, 0x7d, 0x4d, 0xff, 0xb5, 0x7b, 0x4b, 0xff, 0xb8, 0x7c, 0x4a, 0xff, 0xb9, 0x7e, 0x4b, 0xff, 0xba, 0x7c, 0x49, 0xff, 0xbb, 0x7e, 0x49, 0xff, 0xbd, 0x80, 0x4a, 0xff, 0xbe, 0x80, 0x4b, 0xff, 0xbf, 0x80, 0x4a, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xc1, 0x82, 0x4c, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xbe, 0x82, 0x4a, 0xff, 0xc0, 0x84, 0x4d, 0xff, 0xc2, 0x84, 0x4d, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xc4, 0x84, 0x4d, 0xff, 0xc5, 0x84, 0x4c, 0xff, 0xc4, 0x85, 0x4d, 0xff, 0xc5, 0x84, 0x4d, 0xff, 0xcb, 0x86, 0x4e, 0xff, 0xcf, 0x89, 0x50, 0xff, 0xd4, 0x8b, 0x52, 0xff, 0xd8, 0x8d, 0x52, 0xff, 0xda, 0x8d, 0x54, 0xff, 0xda, 0x8f, 0x56, 0xff, 0xe1, 0x93, 0x59, 0xff, 0xe3, 0x95, 0x57, 0xff, 0xe2, 0x97, 0x55, 0xff, 0xec, 0xa2, 0x65, 0xff, 0xf1, 0xa8, 0x69, 0xff, 0xf0, 0xa3, 0x64, 0xff, 0xf2, 0xa1, 0x64, 0xff, 0xec, 0x9e, 0x62, 0xff, 0xce, 0x8c, 0x53, 0xff, 0xb8, 0x7c, 0x43, 0xff, 0xb9, 0x79, 0x40, 0xff, 0xb7, 0x78, 0x3f, 0xff, 0xb4, 0x75, 0x3d, 0xff, 0xb1, 0x73, 0x3a, 0xff, 0xaf, 0x71, 0x39, 0xff, 0xac, 0x6d, 0x35, 0xff, 0xa9, 0x6b, 0x33, 0xff, 0xa7, 0x6a, 0x33, 0xff, 0xa5, 0x69, 0x32, 0xff, 0xa3, 0x66, 0x30, 0xff, 0xa1, 0x63, 0x2e, 0xff, 0xa1, 0x62, 0x2d, 0xff, 0x9e, 0x5f, 0x2d, 0xff, 0x9c, 0x5d, 0x2b, 0xff, 0x9c, 0x5c, 0x2a, 0xff, 0x9a, 0x5c, 0x2b, 0xff, 0x98, 0x5b, 0x29, 0xff, 0x97, 0x58, 0x29, 0xff, 0x96, 0x56, 0x29, 0xff, 0x94, 0x57, 0x29, 0xff, 0x93, 0x56, 0x29, 0xff, 0x93, 0x55, 0x29, 0xff, 0x93, 0x56, 0x27, 0xff, 0x93, 0x56, 0x28, 0xff, 0x91, 0x54, 0x29, 0xff, 0x92, 0x55, 0x28, 0xff, 0x91, 0x54, 0x29, 0xff, 0x92, 0x55, 0x29, 0xff, 0x8f, 0x52, 0x27, 0xff, 0x9c, 0x5f, 0x32, 0xff, 0xb4, 0x78, 0x47, 0xff, 0xb9, 0x7c, 0x49, 0xff, 0xb5, 0x76, 0x42, 0xff, 0xb1, 0x70, 0x3e, 0xff, 0xac, 0x6b, 0x3a, 0xff, 0xa7, 0x69, 0x37, 0xff, 0xa6, 0x69, 0x37, 0xff, 0xa6, 0x66, 0x36, 0xff, 0xa3, 0x62, 0x34, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9a, 0x5a, 0x2e, 0xff, 0x98, 0x57, 0x2c, 0xff, 0x95, 0x53, 0x2a, 0xff, 0x8f, 0x4e, 0x29, 0xff, 0x8f, 0x4d, 0x29, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa9, 0x6a, 0x3c, 0xff, 0xa1, 0x61, 0x37, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x99, 0x58, 0x30, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x86, 0x47, 0x27, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x88, 0x49, 0x29, 0xff, 0x84, 0x46, 0x26, 0xff, 0x83, 0x42, 0x22, 0xff, 0x7e, 0x40, 0x20, 0xff, 0x7b, 0x3e, 0x20, 0xff, 0x79, 0x3c, 0x1c, 0xff, 0x76, 0x39, 0x1b, 0xff, 0x75, 0x39, 0x1a, 0xff, 0x75, 0x39, 0x18, 0xff, 0x74, 0x37, 0x18, 0xff, 0x70, 0x34, 0x15, 0xff, 0x6c, 0x30, 0x12, 0xff, 0x6e, 0x31, 0x10, 0xff, 0x77, 0x3a, 0x1b, 0xff, 0x7e, 0x41, 0x22, 0xff, 0x83, 0x47, 0x26, 0xff, 0x8a, 0x4d, 0x28, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x93, 0x51, 0x2a, 0xff, 0x91, 0x4f, 0x2a, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x8b, 0x4b, 0x27, 0xff, 0x89, 0x49, 0x27, 0xff, 0x88, 0x49, 0x26, 0xff, 0x86, 0x46, 0x27, 0xff, 0x83, 0x44, 0x25, 0xff, 0x80, 0x41, 0x21, 0xff, 0x7e, 0x40, 0x1f, 0xff, 0x80, 0x41, 0x22, 0xff, 0x84, 0x44, 0x25, 0xff, 0x86, 0x46, 0x27, 0xff, 0x88, 0x47, 0x28, 0xff, 0x88, 0x48, 0x28, 0xff, 0x81, 0x43, 0x22, 0xff, 0x80, 0x42, 0x1f, 0xff, 0x80, 0x42, 0x1f, 0xff, 0x81, 0x43, 0x20, 0xff, 0x84, 0x44, 0x24, 0xff, 0x84, 0x46, 0x21, 0xff, 0x85, 0x46, 0x25, 0xff, 0x86, 0x48, 0x26, 0xff, 0x88, 0x47, 0x25, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x8c, 0x4a, 0x29, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8b, 0x4a, 0x2a, 0xff, 0x8e, 0x4e, 0x2a, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8f, 0x52, 0x2a, 0xff, 0x8f, 0x51, 0x2b, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x90, 0x52, 0x2b, 0xff, 0x90, 0x54, 0x2c, 0xff, 0x90, 0x53, 0x2c, 0xff, 0x90, 0x56, 0x2d, 0xff, 0x93, 0x56, 0x2e, 0xff, 0x93, 0x58, 0x2f, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x95, 0x5a, 0x2f, 0xff, 0x97, 0x5b, 0x31, 0xff, 0x99, 0x5e, 0x32, 0xff, 0x9c, 0x5f, 0x33, 0xff, - 0x9a, 0x5e, 0x31, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x9c, 0x60, 0x34, 0xff, 0x9d, 0x62, 0x36, 0xff, 0xa0, 0x62, 0x36, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x96, 0x56, 0x31, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9e, 0x60, 0x36, 0xff, 0xa0, 0x5f, 0x36, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa3, 0x64, 0x3b, 0xff, 0xa4, 0x65, 0x3c, 0xff, 0xa0, 0x62, 0x3b, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x91, 0x57, 0x32, 0xff, 0x8d, 0x53, 0x2d, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8e, 0x54, 0x30, 0xff, 0x90, 0x54, 0x30, 0xff, 0x91, 0x56, 0x31, 0xff, 0x92, 0x57, 0x30, 0xff, 0x93, 0x57, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x95, 0x59, 0x31, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0xbb, 0x7e, 0x4e, 0xff, 0xce, 0x8a, 0x58, 0xff, 0xc9, 0x87, 0x55, 0xff, 0xc8, 0x87, 0x53, 0xff, 0xc4, 0x84, 0x54, 0xff, 0xc9, 0x89, 0x53, 0xff, 0xef, 0x9f, 0x62, 0xff, 0xef, 0xa3, 0x64, 0xff, 0xee, 0xaa, 0x6b, 0xff, 0xee, 0xb6, 0x76, 0xff, 0xef, 0xbe, 0x7f, 0xff, 0xef, 0xbe, 0x83, 0xff, 0xef, 0xbc, 0x7c, 0xff, 0xf0, 0xb8, 0x76, 0xff, 0xed, 0xb3, 0x73, 0xff, 0xef, 0xbd, 0x78, 0xff, 0xed, 0xc6, 0x7b, 0xff, 0xbc, 0x90, 0x5e, 0xff, 0x8e, 0x54, 0x31, 0xff, 0x99, 0x60, 0x3a, 0xff, 0x97, 0x5e, 0x38, 0xff, 0x98, 0x61, 0x3b, 0xff, 0x98, 0x64, 0x3d, 0xff, 0x97, 0x65, 0x3f, 0xff, 0x9a, 0x65, 0x3f, 0xff, 0x9b, 0x65, 0x3e, 0xff, 0x9b, 0x67, 0x3e, 0xff, 0x9c, 0x68, 0x3f, 0xff, 0x9c, 0x67, 0x3f, 0xff, 0x9c, 0x68, 0x40, 0xff, 0x9c, 0x6a, 0x40, 0xff, 0x9f, 0x6d, 0x42, 0xff, 0xa2, 0x71, 0x44, 0xff, 0xa4, 0x73, 0x45, 0xff, 0xa6, 0x76, 0x46, 0xff, 0xab, 0x75, 0x46, 0xff, 0xad, 0x76, 0x46, 0xff, 0xaf, 0x77, 0x48, 0xff, 0xb1, 0x79, 0x48, 0xff, 0xb4, 0x7b, 0x4a, 0xff, 0xb7, 0x7d, 0x4a, 0xff, 0xba, 0x7f, 0x4c, 0xff, 0xbc, 0x80, 0x4d, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xb9, 0x7e, 0x48, 0xff, 0xb7, 0x7b, 0x44, 0xff, 0xb8, 0x7a, 0x42, 0xff, 0xb9, 0x7a, 0x43, 0xff, 0xbc, 0x7e, 0x45, 0xff, 0xbe, 0x7f, 0x47, 0xff, 0xc0, 0x81, 0x49, 0xff, 0xc2, 0x84, 0x4c, 0xff, 0xc6, 0x88, 0x50, 0xff, 0xca, 0x88, 0x50, 0xff, 0xcf, 0x89, 0x50, 0xff, 0xcf, 0x88, 0x51, 0xff, 0xc7, 0x84, 0x4c, 0xff, 0xcb, 0x86, 0x4e, 0xff, 0xd0, 0x89, 0x52, 0xff, 0xd4, 0x8d, 0x53, 0xff, 0xd9, 0x8d, 0x54, 0xff, 0xdd, 0x8f, 0x55, 0xff, 0xdb, 0x90, 0x56, 0xff, 0xd5, 0x8d, 0x53, 0xff, 0xcb, 0x89, 0x4d, 0xff, 0xd0, 0x8c, 0x4f, 0xff, 0xe2, 0x96, 0x55, 0xff, 0xec, 0xa1, 0x60, 0xff, 0xf0, 0xab, 0x6d, 0xff, 0xf0, 0xab, 0x6b, 0xff, 0xf0, 0xa6, 0x69, 0xff, 0xf2, 0xa5, 0x67, 0xff, 0xec, 0x9f, 0x63, 0xff, 0xcd, 0x89, 0x50, 0xff, 0xb7, 0x79, 0x42, 0xff, 0xb9, 0x7b, 0x43, 0xff, 0xb6, 0x78, 0x3f, 0xff, 0xb3, 0x74, 0x3c, 0xff, 0xb0, 0x72, 0x39, 0xff, 0xae, 0x6f, 0x36, 0xff, 0xad, 0x6e, 0x36, 0xff, 0xaa, 0x6c, 0x35, 0xff, 0xa7, 0x69, 0x33, 0xff, 0xa5, 0x69, 0x31, 0xff, 0xa4, 0x68, 0x2e, 0xff, 0xa2, 0x66, 0x2d, 0xff, 0xa0, 0x63, 0x2d, 0xff, 0x9f, 0x62, 0x2c, 0xff, 0x9d, 0x5f, 0x2b, 0xff, 0x9b, 0x5d, 0x2c, 0xff, 0x9b, 0x5c, 0x2a, 0xff, 0x99, 0x5a, 0x29, 0xff, 0x97, 0x58, 0x29, 0xff, 0x97, 0x58, 0x29, 0xff, 0x97, 0x58, 0x29, 0xff, 0x96, 0x56, 0x29, 0xff, 0x94, 0x54, 0x28, 0xff, 0x93, 0x55, 0x29, 0xff, 0x92, 0x55, 0x29, 0xff, 0x92, 0x55, 0x29, 0xff, 0x93, 0x55, 0x29, 0xff, 0x92, 0x56, 0x29, 0xff, 0x90, 0x53, 0x27, 0xff, 0x9b, 0x5f, 0x31, 0xff, 0xb4, 0x78, 0x47, 0xff, 0xbb, 0x80, 0x4b, 0xff, 0xb7, 0x7a, 0x46, 0xff, 0xb4, 0x76, 0x43, 0xff, 0xb0, 0x72, 0x3e, 0xff, 0xab, 0x6d, 0x39, 0xff, 0xa8, 0x6a, 0x36, 0xff, 0xa9, 0x69, 0x37, 0xff, 0xa7, 0x66, 0x36, 0xff, 0xa2, 0x62, 0x34, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0x9d, 0x5c, 0x2e, 0xff, 0x99, 0x57, 0x2c, 0xff, 0x93, 0x51, 0x29, 0xff, 0x95, 0x53, 0x2b, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xab, 0x6b, 0x3e, 0xff, 0xa4, 0x64, 0x38, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0x9a, 0x5a, 0x31, 0xff, 0x96, 0x57, 0x2e, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x88, 0x49, 0x28, 0xff, 0x8e, 0x4c, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x87, 0x46, 0x27, 0xff, 0x83, 0x44, 0x25, 0xff, 0x81, 0x41, 0x23, 0xff, 0x7e, 0x3f, 0x20, 0xff, 0x7b, 0x3e, 0x1e, 0xff, 0x78, 0x3b, 0x1b, 0xff, 0x77, 0x3a, 0x1b, 0xff, 0x78, 0x3a, 0x1a, 0xff, 0x77, 0x39, 0x18, 0xff, 0x74, 0x37, 0x18, 0xff, 0x73, 0x36, 0x18, 0xff, 0x72, 0x36, 0x16, 0xff, 0x6f, 0x34, 0x17, 0xff, 0x6f, 0x33, 0x13, 0xff, 0x6e, 0x33, 0x12, 0xff, 0x6e, 0x32, 0x12, 0xff, 0x6c, 0x32, 0x12, 0xff, 0x6e, 0x33, 0x12, 0xff, 0x72, 0x36, 0x13, 0xff, 0x75, 0x39, 0x16, 0xff, 0x78, 0x3a, 0x1a, 0xff, 0x79, 0x3a, 0x18, 0xff, 0x7b, 0x3b, 0x1b, 0xff, 0x7b, 0x3d, 0x1e, 0xff, 0x7d, 0x3d, 0x1e, 0xff, 0x7d, 0x3d, 0x1d, 0xff, 0x7e, 0x3e, 0x1f, 0xff, 0x7d, 0x3d, 0x1f, 0xff, 0x7d, 0x3e, 0x1e, 0xff, 0x7e, 0x3e, 0x1e, 0xff, 0x7c, 0x3e, 0x1d, 0xff, 0x7d, 0x3e, 0x1f, 0xff, 0x7d, 0x3e, 0x1f, 0xff, 0x7f, 0x40, 0x20, 0xff, 0x82, 0x42, 0x24, 0xff, 0x82, 0x44, 0x25, 0xff, 0x83, 0x44, 0x25, 0xff, 0x7f, 0x40, 0x20, 0xff, 0x7c, 0x3f, 0x1b, 0xff, 0x7e, 0x40, 0x1e, 0xff, 0x80, 0x40, 0x20, 0xff, 0x81, 0x42, 0x20, 0xff, 0x82, 0x42, 0x21, 0xff, 0x82, 0x42, 0x24, 0xff, 0x83, 0x44, 0x23, 0xff, 0x85, 0x46, 0x23, 0xff, 0x86, 0x47, 0x25, 0xff, 0x87, 0x47, 0x26, 0xff, 0x88, 0x49, 0x28, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8e, 0x4e, 0x2a, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8a, 0x4e, 0x29, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8f, 0x53, 0x2c, 0xff, 0x8f, 0x55, 0x2e, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x93, 0x57, 0x30, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x99, 0x5d, 0x32, 0xff, - 0x97, 0x5a, 0x31, 0xff, 0x98, 0x5c, 0x31, 0xff, 0x99, 0x5d, 0x32, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0x94, 0x56, 0x30, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x96, 0x58, 0x31, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x55, 0x31, 0xff, 0x97, 0x56, 0x31, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9c, 0x5d, 0x36, 0xff, 0x9d, 0x60, 0x37, 0xff, 0x9b, 0x5c, 0x36, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x98, 0x5a, 0x36, 0xff, 0x9a, 0x5c, 0x36, 0xff, 0x91, 0x55, 0x31, 0xff, 0x8b, 0x50, 0x2d, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8c, 0x53, 0x2e, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x8e, 0x56, 0x2f, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x92, 0x56, 0x30, 0xff, 0x94, 0x58, 0x30, 0xff, 0x95, 0x57, 0x31, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x98, 0x5c, 0x32, 0xff, 0xab, 0x6e, 0x41, 0xff, 0xd0, 0x8f, 0x5b, 0xff, 0xd2, 0x8b, 0x57, 0xff, 0xcc, 0x89, 0x56, 0xff, 0xd5, 0x8f, 0x58, 0xff, 0xf4, 0xa5, 0x65, 0xff, 0xf0, 0xa1, 0x64, 0xff, 0xef, 0xa3, 0x66, 0xff, 0xf0, 0xaf, 0x6e, 0xff, 0xee, 0xb5, 0x76, 0xff, 0xed, 0xbc, 0x7e, 0xff, 0xf1, 0xc2, 0x82, 0xff, 0xee, 0xbe, 0x7d, 0xff, 0xf0, 0xbf, 0x78, 0xff, 0xee, 0xba, 0x78, 0xff, 0xc2, 0xa0, 0x69, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x99, 0x5f, 0x39, 0xff, 0x98, 0x5e, 0x38, 0xff, 0x98, 0x60, 0x37, 0xff, 0x97, 0x5f, 0x3a, 0xff, 0x98, 0x64, 0x39, 0xff, 0x99, 0x64, 0x3b, 0xff, 0x99, 0x63, 0x39, 0xff, 0x99, 0x5f, 0x37, 0xff, 0x9a, 0x62, 0x39, 0xff, 0x9c, 0x65, 0x3b, 0xff, 0x9b, 0x66, 0x3c, 0xff, 0x9c, 0x66, 0x3b, 0xff, 0x9c, 0x65, 0x3c, 0xff, 0x9e, 0x69, 0x40, 0xff, 0xa2, 0x6e, 0x43, 0xff, 0xa4, 0x70, 0x44, 0xff, 0xa7, 0x71, 0x44, 0xff, 0xa9, 0x72, 0x45, 0xff, 0xac, 0x73, 0x46, 0xff, 0xaf, 0x76, 0x47, 0xff, 0xb1, 0x79, 0x46, 0xff, 0xb3, 0x78, 0x48, 0xff, 0xb4, 0x7a, 0x49, 0xff, 0xb5, 0x79, 0x48, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xaf, 0x72, 0x3f, 0xff, 0xb1, 0x74, 0x3f, 0xff, 0xb2, 0x75, 0x40, 0xff, 0xb3, 0x76, 0x3f, 0xff, 0xb6, 0x78, 0x40, 0xff, 0xbd, 0x7d, 0x44, 0xff, 0xc1, 0x81, 0x49, 0xff, 0xc2, 0x82, 0x4a, 0xff, 0xc5, 0x84, 0x4c, 0xff, 0xc9, 0x85, 0x4e, 0xff, 0xd1, 0x8b, 0x51, 0xff, 0xd9, 0x91, 0x56, 0xff, 0xd6, 0x8f, 0x55, 0xff, 0xca, 0x86, 0x50, 0xff, 0xd1, 0x8c, 0x53, 0xff, 0xd7, 0x8f, 0x55, 0xff, 0xdb, 0x92, 0x57, 0xff, 0xdf, 0x92, 0x58, 0xff, 0xe5, 0x93, 0x5a, 0xff, 0xda, 0x90, 0x56, 0xff, 0xc9, 0x8b, 0x4d, 0xff, 0xcb, 0x8a, 0x4e, 0xff, 0xcc, 0x89, 0x4d, 0xff, 0xd3, 0x8f, 0x4f, 0xff, 0xe7, 0x9e, 0x5e, 0xff, 0xf3, 0xab, 0x6b, 0xff, 0xf0, 0xae, 0x6b, 0xff, 0xf1, 0xaf, 0x6d, 0xff, 0xf0, 0xab, 0x6b, 0xff, 0xf2, 0xa7, 0x68, 0xff, 0xeb, 0xa1, 0x64, 0xff, 0xcb, 0x8c, 0x51, 0xff, 0xb7, 0x7a, 0x41, 0xff, 0xb9, 0x79, 0x41, 0xff, 0xb7, 0x76, 0x3d, 0xff, 0xb4, 0x74, 0x3b, 0xff, 0xb0, 0x72, 0x38, 0xff, 0xae, 0x72, 0x36, 0xff, 0xad, 0x6f, 0x35, 0xff, 0xab, 0x6b, 0x33, 0xff, 0xa9, 0x6a, 0x31, 0xff, 0xa6, 0x69, 0x31, 0xff, 0xa4, 0x67, 0x2f, 0xff, 0xa3, 0x65, 0x2d, 0xff, 0xa1, 0x64, 0x2c, 0xff, 0xa1, 0x61, 0x2c, 0xff, 0x9e, 0x5f, 0x2c, 0xff, 0x9c, 0x5f, 0x2a, 0xff, 0x9c, 0x5d, 0x2a, 0xff, 0x99, 0x5a, 0x29, 0xff, 0x97, 0x5a, 0x28, 0xff, 0x98, 0x58, 0x29, 0xff, 0x96, 0x58, 0x28, 0xff, 0x95, 0x57, 0x28, 0xff, 0x95, 0x56, 0x29, 0xff, 0x95, 0x56, 0x29, 0xff, 0x93, 0x55, 0x28, 0xff, 0x94, 0x55, 0x29, 0xff, 0x94, 0x54, 0x29, 0xff, 0x91, 0x53, 0x27, 0xff, 0x9b, 0x60, 0x33, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xbd, 0x80, 0x4c, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xb7, 0x7d, 0x48, 0xff, 0xb4, 0x79, 0x44, 0xff, 0xb0, 0x71, 0x3e, 0xff, 0xac, 0x6d, 0x39, 0xff, 0xad, 0x6c, 0x39, 0xff, 0xab, 0x6a, 0x38, 0xff, 0xa7, 0x67, 0x36, 0xff, 0xa4, 0x65, 0x35, 0xff, 0xa1, 0x62, 0x33, 0xff, 0x9e, 0x5e, 0x2f, 0xff, 0x99, 0x58, 0x2b, 0xff, 0x9c, 0x5b, 0x2f, 0xff, 0xae, 0x6f, 0x3f, 0xff, 0xb0, 0x70, 0x42, 0xff, 0xa7, 0x66, 0x3a, 0xff, 0xa2, 0x61, 0x35, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x99, 0x58, 0x30, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x8a, 0x49, 0x26, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8a, 0x4a, 0x27, 0xff, 0x87, 0x46, 0x26, 0xff, 0x84, 0x44, 0x25, 0xff, 0x81, 0x41, 0x22, 0xff, 0x7d, 0x3d, 0x1f, 0xff, 0x7a, 0x3b, 0x1c, 0xff, 0x7a, 0x3b, 0x1b, 0xff, 0x7a, 0x3b, 0x1b, 0xff, 0x78, 0x3b, 0x1b, 0xff, 0x75, 0x38, 0x19, 0xff, 0x74, 0x37, 0x18, 0xff, 0x73, 0x36, 0x18, 0xff, 0x71, 0x37, 0x15, 0xff, 0x71, 0x36, 0x18, 0xff, 0x72, 0x36, 0x15, 0xff, 0x70, 0x34, 0x13, 0xff, 0x6f, 0x34, 0x15, 0xff, 0x70, 0x35, 0x13, 0xff, 0x70, 0x35, 0x13, 0xff, 0x71, 0x35, 0x15, 0xff, 0x72, 0x36, 0x15, 0xff, 0x73, 0x36, 0x17, 0xff, 0x74, 0x37, 0x17, 0xff, 0x73, 0x38, 0x16, 0xff, 0x73, 0x35, 0x16, 0xff, 0x73, 0x37, 0x16, 0xff, 0x75, 0x39, 0x18, 0xff, 0x75, 0x39, 0x19, 0xff, 0x77, 0x39, 0x18, 0xff, 0x75, 0x37, 0x19, 0xff, 0x77, 0x3a, 0x1b, 0xff, 0x78, 0x3b, 0x1b, 0xff, 0x7a, 0x3b, 0x1d, 0xff, 0x7b, 0x3c, 0x1d, 0xff, 0x7e, 0x40, 0x1d, 0xff, 0x81, 0x41, 0x22, 0xff, 0x80, 0x40, 0x23, 0xff, 0x7c, 0x3b, 0x1e, 0xff, 0x7a, 0x3d, 0x1b, 0xff, 0x7c, 0x3e, 0x1d, 0xff, 0x7e, 0x3f, 0x1d, 0xff, 0x7e, 0x40, 0x1d, 0xff, 0x7f, 0x40, 0x1e, 0xff, 0x7f, 0x40, 0x20, 0xff, 0x82, 0x43, 0x20, 0xff, 0x83, 0x44, 0x22, 0xff, 0x85, 0x44, 0x25, 0xff, 0x86, 0x45, 0x26, 0xff, 0x86, 0x45, 0x26, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x47, 0x28, 0xff, 0x8a, 0x49, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8c, 0x4e, 0x29, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8c, 0x52, 0x2d, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x93, 0x57, 0x30, 0xff, 0x95, 0x5a, 0x31, 0xff, - 0x94, 0x56, 0x2f, 0xff, 0x93, 0x56, 0x30, 0xff, 0x95, 0x59, 0x31, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x93, 0x55, 0x31, 0xff, 0x93, 0x55, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x96, 0x56, 0x32, 0xff, 0x97, 0x57, 0x33, 0xff, 0x98, 0x58, 0x34, 0xff, 0x98, 0x5a, 0x36, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x89, 0x4e, 0x2b, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8d, 0x54, 0x2d, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x92, 0x56, 0x30, 0xff, 0x95, 0x57, 0x31, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x95, 0x58, 0x31, 0xff, 0x96, 0x59, 0x30, 0xff, 0xc4, 0x86, 0x55, 0xff, 0xd2, 0x8e, 0x58, 0xff, 0xe2, 0x98, 0x60, 0xff, 0xf2, 0xa6, 0x65, 0xff, 0xf0, 0xa5, 0x65, 0xff, 0xf0, 0xa8, 0x69, 0xff, 0xef, 0xa6, 0x69, 0xff, 0xf0, 0xb3, 0x6f, 0xff, 0xf0, 0xb9, 0x74, 0xff, 0xef, 0xc0, 0x7d, 0xff, 0xf2, 0xc6, 0x7c, 0xff, 0xf0, 0xbf, 0x7a, 0xff, 0xe5, 0xba, 0x73, 0xff, 0x96, 0x5c, 0x35, 0xff, 0x9a, 0x62, 0x3b, 0xff, 0x98, 0x5f, 0x39, 0xff, 0x98, 0x60, 0x38, 0xff, 0x97, 0x5f, 0x36, 0xff, 0x99, 0x62, 0x36, 0xff, 0x98, 0x62, 0x36, 0xff, 0x98, 0x62, 0x36, 0xff, 0x9a, 0x63, 0x37, 0xff, 0x98, 0x5f, 0x36, 0xff, 0x98, 0x5f, 0x36, 0xff, 0x99, 0x60, 0x35, 0xff, 0x98, 0x61, 0x36, 0xff, 0x98, 0x60, 0x36, 0xff, 0x99, 0x61, 0x37, 0xff, 0x9c, 0x65, 0x39, 0xff, 0x9f, 0x68, 0x3b, 0xff, 0xa1, 0x6b, 0x3d, 0xff, 0xa2, 0x6c, 0x3e, 0xff, 0xa2, 0x69, 0x3c, 0xff, 0xa4, 0x6a, 0x3d, 0xff, 0xa4, 0x68, 0x3b, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0xa7, 0x6b, 0x3e, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xab, 0x6f, 0x40, 0xff, 0xad, 0x71, 0x41, 0xff, 0xaf, 0x73, 0x42, 0xff, 0xb0, 0x74, 0x43, 0xff, 0xb1, 0x75, 0x41, 0xff, 0xb3, 0x77, 0x3f, 0xff, 0xb5, 0x76, 0x40, 0xff, 0xb7, 0x78, 0x3f, 0xff, 0xb9, 0x7a, 0x42, 0xff, 0xbe, 0x7e, 0x47, 0xff, 0xc2, 0x82, 0x49, 0xff, 0xc6, 0x84, 0x4a, 0xff, 0xcb, 0x86, 0x4d, 0xff, 0xd2, 0x8c, 0x50, 0xff, 0xd9, 0x92, 0x57, 0xff, 0xd6, 0x90, 0x58, 0xff, 0xd2, 0x8d, 0x54, 0xff, 0xd8, 0x8f, 0x56, 0xff, 0xdf, 0x93, 0x58, 0xff, 0xe8, 0x96, 0x5c, 0xff, 0xe7, 0x98, 0x5c, 0xff, 0xe1, 0x97, 0x5a, 0xff, 0xdb, 0x96, 0x57, 0xff, 0xd8, 0x93, 0x55, 0xff, 0xd7, 0x93, 0x54, 0xff, 0xd4, 0x91, 0x53, 0xff, 0xcf, 0x8c, 0x50, 0xff, 0xd7, 0x94, 0x57, 0xff, 0xeb, 0xa5, 0x69, 0xff, 0xf1, 0xab, 0x6c, 0xff, 0xf0, 0xad, 0x6b, 0xff, 0xf1, 0xb0, 0x71, 0xff, 0xf0, 0xaf, 0x6f, 0xff, 0xf0, 0xa8, 0x69, 0xff, 0xe5, 0x9b, 0x60, 0xff, 0xc8, 0x87, 0x4b, 0xff, 0xba, 0x7d, 0x41, 0xff, 0xb8, 0x79, 0x3e, 0xff, 0xb8, 0x76, 0x3d, 0xff, 0xb6, 0x76, 0x38, 0xff, 0xb3, 0x73, 0x36, 0xff, 0xaf, 0x71, 0x36, 0xff, 0xad, 0x6f, 0x35, 0xff, 0xaa, 0x6c, 0x32, 0xff, 0xa9, 0x6a, 0x31, 0xff, 0xa8, 0x69, 0x31, 0xff, 0xa5, 0x68, 0x2e, 0xff, 0xa3, 0x65, 0x2d, 0xff, 0xa1, 0x65, 0x2d, 0xff, 0xa1, 0x63, 0x2d, 0xff, 0x9e, 0x61, 0x2d, 0xff, 0x9c, 0x5c, 0x2a, 0xff, 0x9c, 0x5a, 0x29, 0xff, 0x9a, 0x5b, 0x2a, 0xff, 0x99, 0x5a, 0x29, 0xff, 0x99, 0x5a, 0x29, 0xff, 0x97, 0x58, 0x29, 0xff, 0x96, 0x58, 0x29, 0xff, 0x96, 0x57, 0x28, 0xff, 0x94, 0x57, 0x28, 0xff, 0x94, 0x55, 0x28, 0xff, 0x93, 0x54, 0x28, 0xff, 0x92, 0x53, 0x27, 0xff, 0x9a, 0x5e, 0x32, 0xff, 0xb5, 0x7a, 0x48, 0xff, 0xc0, 0x83, 0x4b, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xb9, 0x80, 0x4f, 0xff, 0xb7, 0x7d, 0x4b, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb1, 0x73, 0x3d, 0xff, 0xb1, 0x71, 0x3c, 0xff, 0xaf, 0x6e, 0x3c, 0xff, 0xad, 0x6d, 0x38, 0xff, 0xab, 0x6a, 0x36, 0xff, 0xa7, 0x67, 0x36, 0xff, 0xa5, 0x64, 0x33, 0xff, 0xa0, 0x5f, 0x2f, 0xff, 0xa3, 0x63, 0x35, 0xff, 0xb2, 0x72, 0x41, 0xff, 0xb5, 0x76, 0x45, 0xff, 0xac, 0x6c, 0x3d, 0xff, 0xa5, 0x65, 0x37, 0xff, 0xa0, 0x5f, 0x33, 0xff, 0x9c, 0x5c, 0x31, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x98, 0x56, 0x2d, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x8b, 0x4b, 0x28, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x89, 0x49, 0x28, 0xff, 0x86, 0x47, 0x28, 0xff, 0x84, 0x44, 0x25, 0xff, 0x81, 0x41, 0x22, 0xff, 0x7e, 0x40, 0x1f, 0xff, 0x7b, 0x3e, 0x1d, 0xff, 0x7c, 0x3d, 0x1c, 0xff, 0x7a, 0x3b, 0x1b, 0xff, 0x77, 0x39, 0x19, 0xff, 0x76, 0x38, 0x18, 0xff, 0x74, 0x35, 0x18, 0xff, 0x74, 0x38, 0x18, 0xff, 0x72, 0x36, 0x15, 0xff, 0x72, 0x36, 0x17, 0xff, 0x71, 0x35, 0x16, 0xff, 0x6f, 0x34, 0x12, 0xff, 0x71, 0x35, 0x14, 0xff, 0x71, 0x35, 0x15, 0xff, 0x71, 0x37, 0x15, 0xff, 0x71, 0x35, 0x15, 0xff, 0x72, 0x35, 0x16, 0xff, 0x73, 0x37, 0x17, 0xff, 0x73, 0x35, 0x15, 0xff, 0x71, 0x36, 0x18, 0xff, 0x72, 0x35, 0x18, 0xff, 0x74, 0x37, 0x18, 0xff, 0x74, 0x38, 0x18, 0xff, 0x74, 0x37, 0x1b, 0xff, 0x73, 0x36, 0x18, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x77, 0x39, 0x1b, 0xff, 0x78, 0x3a, 0x1b, 0xff, 0x78, 0x3b, 0x1d, 0xff, 0x7c, 0x3d, 0x20, 0xff, 0x7c, 0x3f, 0x22, 0xff, 0x7c, 0x3e, 0x20, 0xff, 0x77, 0x3b, 0x1c, 0xff, 0x78, 0x3b, 0x1a, 0xff, 0x78, 0x3c, 0x1a, 0xff, 0x7a, 0x3c, 0x1c, 0xff, 0x7b, 0x3d, 0x1a, 0xff, 0x7e, 0x40, 0x1d, 0xff, 0x7e, 0x40, 0x1e, 0xff, 0x7f, 0x40, 0x20, 0xff, 0x80, 0x42, 0x22, 0xff, 0x81, 0x41, 0x22, 0xff, 0x83, 0x43, 0x24, 0xff, 0x86, 0x44, 0x26, 0xff, 0x85, 0x48, 0x28, 0xff, 0x85, 0x47, 0x26, 0xff, 0x86, 0x49, 0x28, 0xff, 0x87, 0x49, 0x28, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x87, 0x4c, 0x29, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x87, 0x4b, 0x28, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x92, 0x54, 0x2d, 0xff, - 0x90, 0x54, 0x2d, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x85, 0x48, 0x28, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x91, 0x54, 0x30, 0xff, 0x92, 0x54, 0x31, 0xff, 0x94, 0x56, 0x31, 0xff, 0x94, 0x56, 0x31, 0xff, 0x95, 0x57, 0x33, 0xff, 0x97, 0x59, 0x35, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x88, 0x4d, 0x2b, 0xff, 0x89, 0x4d, 0x2c, 0xff, 0x89, 0x4c, 0x2c, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x93, 0x56, 0x31, 0xff, 0x94, 0x58, 0x30, 0xff, 0x95, 0x59, 0x31, 0xff, 0x95, 0x59, 0x32, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0xa9, 0x6e, 0x43, 0xff, 0xe0, 0x9c, 0x64, 0xff, 0xf0, 0xa8, 0x69, 0xff, 0xf2, 0xa7, 0x6a, 0xff, 0xf0, 0xa4, 0x69, 0xff, 0xf0, 0xaa, 0x6b, 0xff, 0xee, 0xaa, 0x6d, 0xff, 0xef, 0xb0, 0x71, 0xff, 0xf0, 0xb9, 0x74, 0xff, 0xf1, 0xbb, 0x78, 0xff, 0xe4, 0xb5, 0x74, 0xff, 0xa3, 0x70, 0x43, 0xff, 0x96, 0x5c, 0x37, 0xff, 0x98, 0x60, 0x3a, 0xff, 0x9b, 0x64, 0x3e, 0xff, 0x9a, 0x61, 0x38, 0xff, 0x99, 0x5f, 0x36, 0xff, 0x98, 0x5f, 0x36, 0xff, 0x99, 0x60, 0x36, 0xff, 0x98, 0x61, 0x36, 0xff, 0x99, 0x63, 0x36, 0xff, 0x99, 0x60, 0x36, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x98, 0x5f, 0x36, 0xff, 0x98, 0x5f, 0x36, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x9b, 0x60, 0x34, 0xff, 0x9d, 0x65, 0x37, 0xff, 0xa0, 0x66, 0x38, 0xff, 0x9e, 0x64, 0x37, 0xff, 0xa1, 0x66, 0x39, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xa6, 0x6b, 0x3d, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xab, 0x6f, 0x40, 0xff, 0xad, 0x70, 0x41, 0xff, 0xae, 0x71, 0x41, 0xff, 0xb0, 0x73, 0x41, 0xff, 0xb2, 0x76, 0x42, 0xff, 0xb5, 0x77, 0x43, 0xff, 0xb6, 0x77, 0x42, 0xff, 0xb8, 0x78, 0x41, 0xff, 0xb9, 0x78, 0x40, 0xff, 0xba, 0x7c, 0x41, 0xff, 0xc0, 0x81, 0x46, 0xff, 0xc6, 0x84, 0x4b, 0xff, 0xc9, 0x85, 0x4c, 0xff, 0xcc, 0x88, 0x4e, 0xff, 0xd2, 0x8c, 0x50, 0xff, 0xd4, 0x8e, 0x53, 0xff, 0xd7, 0x8f, 0x56, 0xff, 0xe0, 0x94, 0x5a, 0xff, 0xe8, 0x98, 0x5c, 0xff, 0xea, 0x9b, 0x5e, 0xff, 0xe9, 0x9e, 0x60, 0xff, 0xed, 0xa1, 0x61, 0xff, 0xee, 0xa2, 0x61, 0xff, 0xec, 0xa1, 0x62, 0xff, 0xea, 0x9e, 0x5e, 0xff, 0xe5, 0x9a, 0x5a, 0xff, 0xdd, 0x93, 0x55, 0xff, 0xdb, 0x93, 0x54, 0xff, 0xe7, 0x9e, 0x61, 0xff, 0xef, 0xaa, 0x6a, 0xff, 0xf0, 0xaf, 0x6a, 0xff, 0xef, 0xae, 0x6b, 0xff, 0xf0, 0xaf, 0x6d, 0xff, 0xf0, 0xab, 0x6a, 0xff, 0xf1, 0xa6, 0x67, 0xff, 0xda, 0x96, 0x58, 0xff, 0xbf, 0x83, 0x46, 0xff, 0xbd, 0x81, 0x44, 0xff, 0xbc, 0x7e, 0x41, 0xff, 0xba, 0x7a, 0x3e, 0xff, 0xb6, 0x78, 0x3a, 0xff, 0xb4, 0x74, 0x37, 0xff, 0xb1, 0x72, 0x36, 0xff, 0xae, 0x70, 0x33, 0xff, 0xab, 0x6e, 0x32, 0xff, 0xaa, 0x6b, 0x30, 0xff, 0xa9, 0x69, 0x2f, 0xff, 0xa6, 0x69, 0x2e, 0xff, 0xa5, 0x67, 0x2d, 0xff, 0xa3, 0x65, 0x2d, 0xff, 0xa0, 0x62, 0x2c, 0xff, 0xa0, 0x61, 0x2b, 0xff, 0x9e, 0x60, 0x2c, 0xff, 0x9c, 0x5e, 0x2b, 0xff, 0x9c, 0x5b, 0x2a, 0xff, 0x9a, 0x5a, 0x29, 0xff, 0x98, 0x5a, 0x28, 0xff, 0x98, 0x58, 0x29, 0xff, 0x98, 0x59, 0x28, 0xff, 0x96, 0x58, 0x28, 0xff, 0x96, 0x59, 0x29, 0xff, 0x96, 0x58, 0x28, 0xff, 0x93, 0x55, 0x28, 0xff, 0x93, 0x56, 0x29, 0xff, 0xb2, 0x75, 0x43, 0xff, 0xc4, 0x87, 0x50, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xbc, 0x82, 0x51, 0xff, 0xb9, 0x81, 0x53, 0xff, 0xb7, 0x7e, 0x4d, 0xff, 0xb5, 0x78, 0x43, 0xff, 0xb5, 0x75, 0x40, 0xff, 0xb5, 0x73, 0x40, 0xff, 0xb1, 0x72, 0x3d, 0xff, 0xaf, 0x70, 0x3b, 0xff, 0xae, 0x6e, 0x3a, 0xff, 0xad, 0x6d, 0x3a, 0xff, 0xa8, 0x69, 0x36, 0xff, 0xac, 0x6c, 0x3b, 0xff, 0xb9, 0x78, 0x46, 0xff, 0xbb, 0x7c, 0x4a, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xa9, 0x6a, 0x3a, 0xff, 0xa4, 0x65, 0x36, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9c, 0x5b, 0x30, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x8f, 0x4e, 0x29, 0xff, 0x91, 0x51, 0x2b, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8b, 0x4a, 0x28, 0xff, 0x87, 0x49, 0x27, 0xff, 0x85, 0x45, 0x25, 0xff, 0x83, 0x42, 0x23, 0xff, 0x80, 0x41, 0x1e, 0xff, 0x7f, 0x40, 0x1e, 0xff, 0x7c, 0x3c, 0x1b, 0xff, 0x7b, 0x3b, 0x1b, 0xff, 0x79, 0x3a, 0x1a, 0xff, 0x76, 0x39, 0x19, 0xff, 0x72, 0x37, 0x19, 0xff, 0x73, 0x37, 0x18, 0xff, 0x73, 0x36, 0x18, 0xff, 0x72, 0x35, 0x16, 0xff, 0x72, 0x35, 0x16, 0xff, 0x71, 0x35, 0x15, 0xff, 0x71, 0x34, 0x16, 0xff, 0x72, 0x35, 0x15, 0xff, 0x72, 0x35, 0x17, 0xff, 0x72, 0x36, 0x16, 0xff, 0x73, 0x36, 0x17, 0xff, 0x71, 0x35, 0x15, 0xff, 0x71, 0x35, 0x15, 0xff, 0x73, 0x37, 0x17, 0xff, 0x74, 0x37, 0x18, 0xff, 0x74, 0x36, 0x18, 0xff, 0x73, 0x37, 0x17, 0xff, 0x72, 0x36, 0x17, 0xff, 0x74, 0x38, 0x19, 0xff, 0x76, 0x38, 0x1b, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x78, 0x3a, 0x1c, 0xff, 0x7a, 0x3b, 0x1f, 0xff, 0x7d, 0x3e, 0x1f, 0xff, 0x7a, 0x3c, 0x1e, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x76, 0x39, 0x1a, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x78, 0x3b, 0x1b, 0xff, 0x7a, 0x3b, 0x1d, 0xff, 0x7b, 0x3d, 0x1d, 0xff, 0x7c, 0x3e, 0x1f, 0xff, 0x7d, 0x40, 0x1f, 0xff, 0x7f, 0x40, 0x1f, 0xff, 0x80, 0x40, 0x22, 0xff, 0x81, 0x41, 0x23, 0xff, 0x84, 0x44, 0x25, 0xff, 0x83, 0x46, 0x26, 0xff, 0x86, 0x46, 0x28, 0xff, 0x84, 0x46, 0x27, 0xff, 0x86, 0x46, 0x28, 0xff, 0x87, 0x49, 0x29, 0xff, 0x86, 0x49, 0x29, 0xff, 0x86, 0x4a, 0x29, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x85, 0x48, 0x28, 0xff, 0x86, 0x49, 0x28, 0xff, 0x86, 0x49, 0x29, 0xff, 0x86, 0x49, 0x28, 0xff, 0x86, 0x49, 0x28, 0xff, 0x87, 0x49, 0x28, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x89, 0x4d, 0x2a, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8f, 0x53, 0x2d, 0xff, - 0x8e, 0x51, 0x2d, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x88, 0x49, 0x29, 0xff, 0x86, 0x47, 0x28, 0xff, 0x87, 0x48, 0x29, 0xff, 0x86, 0x46, 0x28, 0xff, 0x87, 0x47, 0x29, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x8c, 0x4b, 0x2c, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x92, 0x53, 0x30, 0xff, 0x93, 0x54, 0x31, 0xff, 0x96, 0x56, 0x33, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x83, 0x48, 0x29, 0xff, 0x84, 0x48, 0x2a, 0xff, 0x84, 0x4b, 0x2a, 0xff, 0x86, 0x4b, 0x2c, 0xff, 0x89, 0x4f, 0x2d, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x91, 0x55, 0x31, 0xff, 0x92, 0x54, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x96, 0x59, 0x32, 0xff, 0x95, 0x57, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0xbb, 0x85, 0x54, 0xff, 0xcb, 0x93, 0x58, 0xff, 0xe2, 0xa5, 0x6c, 0xff, 0xf3, 0xaf, 0x70, 0xff, 0xf0, 0xad, 0x6c, 0xff, 0xf0, 0xb0, 0x70, 0xff, 0xf1, 0xad, 0x6d, 0xff, 0xef, 0xb3, 0x72, 0xff, 0xea, 0xb1, 0x6f, 0xff, 0xc1, 0x94, 0x60, 0xff, 0x93, 0x5a, 0x36, 0xff, 0x9a, 0x64, 0x3f, 0xff, 0x9b, 0x65, 0x3e, 0xff, 0x9c, 0x68, 0x3f, 0xff, 0x9a, 0x62, 0x3a, 0xff, 0x99, 0x5f, 0x36, 0xff, 0x99, 0x60, 0x36, 0xff, 0x9a, 0x63, 0x36, 0xff, 0x98, 0x61, 0x36, 0xff, 0x99, 0x63, 0x36, 0xff, 0x99, 0x61, 0x36, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x98, 0x5e, 0x33, 0xff, 0x99, 0x5e, 0x33, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x98, 0x5f, 0x34, 0xff, 0x9b, 0x60, 0x34, 0xff, 0x9e, 0x64, 0x36, 0xff, 0xa0, 0x64, 0x37, 0xff, 0xa0, 0x63, 0x36, 0xff, 0xa1, 0x66, 0x37, 0xff, 0xa4, 0x68, 0x3a, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xab, 0x70, 0x40, 0xff, 0xad, 0x72, 0x44, 0xff, 0xae, 0x73, 0x44, 0xff, 0xb0, 0x74, 0x43, 0xff, 0xb3, 0x76, 0x44, 0xff, 0xb5, 0x77, 0x43, 0xff, 0xb7, 0x79, 0x40, 0xff, 0xb8, 0x78, 0x3f, 0xff, 0xba, 0x79, 0x3e, 0xff, 0xbb, 0x7b, 0x40, 0xff, 0xbd, 0x7d, 0x44, 0xff, 0xc3, 0x81, 0x49, 0xff, 0xc9, 0x86, 0x4d, 0xff, 0xd0, 0x8a, 0x4e, 0xff, 0xd4, 0x8a, 0x50, 0xff, 0xd6, 0x8c, 0x53, 0xff, 0xda, 0x8f, 0x56, 0xff, 0xdd, 0x92, 0x58, 0xff, 0xe4, 0x99, 0x5a, 0xff, 0xec, 0xa0, 0x5f, 0xff, 0xf0, 0xa9, 0x67, 0xff, 0xef, 0xae, 0x6b, 0xff, 0xef, 0xb0, 0x70, 0xff, 0xf0, 0xae, 0x70, 0xff, 0xef, 0xac, 0x6a, 0xff, 0xef, 0xa8, 0x66, 0xff, 0xec, 0xa1, 0x5e, 0xff, 0xe9, 0x9a, 0x59, 0xff, 0xed, 0x9d, 0x60, 0xff, 0xef, 0xa4, 0x66, 0xff, 0xee, 0xac, 0x68, 0xff, 0xf0, 0xaf, 0x6a, 0xff, 0xf0, 0xa5, 0x64, 0xff, 0xf0, 0xab, 0x68, 0xff, 0xf2, 0xb0, 0x6e, 0xff, 0xef, 0xa7, 0x69, 0xff, 0xd2, 0x91, 0x53, 0xff, 0xbc, 0x81, 0x43, 0xff, 0xc0, 0x82, 0x45, 0xff, 0xbd, 0x7f, 0x41, 0xff, 0xba, 0x7b, 0x3d, 0xff, 0xb7, 0x77, 0x3a, 0xff, 0xb5, 0x75, 0x38, 0xff, 0xb1, 0x72, 0x34, 0xff, 0xaf, 0x70, 0x31, 0xff, 0xad, 0x6f, 0x31, 0xff, 0xac, 0x6d, 0x31, 0xff, 0xab, 0x6b, 0x2f, 0xff, 0xa8, 0x69, 0x2f, 0xff, 0xa6, 0x68, 0x2f, 0xff, 0xa4, 0x66, 0x2e, 0xff, 0xa2, 0x64, 0x2c, 0xff, 0xa1, 0x62, 0x2b, 0xff, 0xa0, 0x61, 0x2b, 0xff, 0x9d, 0x5e, 0x2b, 0xff, 0x9c, 0x5e, 0x29, 0xff, 0x9b, 0x5c, 0x29, 0xff, 0x9a, 0x5a, 0x29, 0xff, 0x9a, 0x59, 0x28, 0xff, 0x98, 0x5a, 0x29, 0xff, 0x97, 0x5a, 0x28, 0xff, 0x97, 0x5a, 0x29, 0xff, 0x96, 0x58, 0x29, 0xff, 0x8d, 0x50, 0x23, 0xff, 0xad, 0x6e, 0x3d, 0xff, 0xc6, 0x88, 0x51, 0xff, 0xc2, 0x86, 0x4e, 0xff, 0xbf, 0x85, 0x52, 0xff, 0xbc, 0x83, 0x56, 0xff, 0xb9, 0x80, 0x54, 0xff, 0xb8, 0x80, 0x4c, 0xff, 0xb9, 0x7d, 0x46, 0xff, 0xb8, 0x7a, 0x45, 0xff, 0xb8, 0x78, 0x43, 0xff, 0xb8, 0x76, 0x41, 0xff, 0xb7, 0x76, 0x40, 0xff, 0xb4, 0x76, 0x40, 0xff, 0xb0, 0x72, 0x3f, 0xff, 0xb3, 0x76, 0x44, 0xff, 0xbf, 0x81, 0x4e, 0xff, 0xc2, 0x82, 0x4f, 0xff, 0xba, 0x79, 0x48, 0xff, 0xb1, 0x70, 0x3e, 0xff, 0xaa, 0x69, 0x37, 0xff, 0xa4, 0x64, 0x34, 0xff, 0x9e, 0x5f, 0x32, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0x98, 0x58, 0x2e, 0xff, 0x96, 0x56, 0x2c, 0xff, 0x91, 0x52, 0x2a, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x95, 0x55, 0x2d, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x8d, 0x4c, 0x28, 0xff, 0x8a, 0x49, 0x28, 0xff, 0x85, 0x47, 0x28, 0xff, 0x84, 0x44, 0x24, 0xff, 0x83, 0x42, 0x21, 0xff, 0x80, 0x3f, 0x1e, 0xff, 0x7c, 0x3d, 0x1d, 0xff, 0x7a, 0x3b, 0x1c, 0xff, 0x79, 0x3b, 0x1a, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x73, 0x36, 0x19, 0xff, 0x72, 0x35, 0x18, 0xff, 0x72, 0x35, 0x17, 0xff, 0x72, 0x35, 0x18, 0xff, 0x72, 0x36, 0x16, 0xff, 0x72, 0x35, 0x15, 0xff, 0x72, 0x35, 0x17, 0xff, 0x73, 0x36, 0x18, 0xff, 0x72, 0x36, 0x17, 0xff, 0x72, 0x37, 0x16, 0xff, 0x73, 0x36, 0x17, 0xff, 0x73, 0x36, 0x18, 0xff, 0x74, 0x36, 0x18, 0xff, 0x73, 0x36, 0x18, 0xff, 0x73, 0x36, 0x17, 0xff, 0x74, 0x36, 0x19, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x78, 0x3b, 0x1c, 0xff, 0x7c, 0x3c, 0x21, 0xff, 0x76, 0x39, 0x1a, 0xff, 0x72, 0x36, 0x17, 0xff, 0x73, 0x35, 0x18, 0xff, 0x73, 0x38, 0x19, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x78, 0x3a, 0x1b, 0xff, 0x78, 0x3c, 0x1d, 0xff, 0x79, 0x3c, 0x1d, 0xff, 0x7b, 0x3e, 0x1f, 0xff, 0x7c, 0x3e, 0x1f, 0xff, 0x7e, 0x40, 0x23, 0xff, 0x7f, 0x40, 0x22, 0xff, 0x80, 0x43, 0x23, 0xff, 0x81, 0x44, 0x25, 0xff, 0x82, 0x44, 0x25, 0xff, 0x82, 0x44, 0x26, 0xff, 0x84, 0x45, 0x26, 0xff, 0x84, 0x46, 0x28, 0xff, 0x83, 0x46, 0x27, 0xff, 0x84, 0x47, 0x26, 0xff, 0x85, 0x49, 0x28, 0xff, 0x83, 0x45, 0x25, 0xff, 0x84, 0x46, 0x25, 0xff, 0x83, 0x46, 0x25, 0xff, 0x85, 0x46, 0x27, 0xff, 0x84, 0x46, 0x27, 0xff, 0x84, 0x47, 0x27, 0xff, 0x84, 0x48, 0x28, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8d, 0x50, 0x2d, 0xff, - 0x88, 0x4a, 0x28, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x86, 0x46, 0x28, 0xff, 0x85, 0x46, 0x28, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x96, 0x54, 0x31, 0xff, 0x97, 0x57, 0x31, 0xff, 0x97, 0x57, 0x32, 0xff, 0x98, 0x57, 0x32, 0xff, 0x9a, 0x59, 0x34, 0xff, 0x9b, 0x59, 0x35, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x9c, 0x5b, 0x36, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0x9f, 0x5f, 0x39, 0xff, 0xa0, 0x61, 0x3a, 0xff, 0xa3, 0x67, 0x3e, 0xff, 0xa3, 0x66, 0x3d, 0xff, 0xa0, 0x64, 0x3d, 0xff, 0x9a, 0x5d, 0x37, 0xff, 0x90, 0x54, 0x30, 0xff, 0x85, 0x47, 0x29, 0xff, 0x86, 0x4c, 0x2a, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8f, 0x52, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x92, 0x54, 0x31, 0xff, 0x91, 0x56, 0x31, 0xff, 0x96, 0x59, 0x31, 0xff, 0x92, 0x56, 0x31, 0xff, 0x93, 0x57, 0x32, 0xff, 0x9e, 0x65, 0x3d, 0xff, 0xb6, 0x84, 0x50, 0xff, 0xb7, 0x7f, 0x4e, 0xff, 0xbc, 0x8a, 0x54, 0xff, 0xc9, 0x97, 0x5f, 0xff, 0xed, 0xb1, 0x73, 0xff, 0xf2, 0xb3, 0x72, 0xff, 0xef, 0xb5, 0x74, 0xff, 0xef, 0xb3, 0x73, 0xff, 0xe4, 0xa9, 0x6f, 0xff, 0x95, 0x60, 0x36, 0xff, 0x9a, 0x62, 0x3a, 0xff, 0x9b, 0x63, 0x3b, 0xff, 0x9b, 0x63, 0x3a, 0xff, 0x9b, 0x64, 0x39, 0xff, 0x9b, 0x64, 0x38, 0xff, 0x99, 0x62, 0x36, 0xff, 0x99, 0x62, 0x36, 0xff, 0x99, 0x63, 0x36, 0xff, 0x9a, 0x64, 0x37, 0xff, 0x99, 0x63, 0x36, 0xff, 0x99, 0x63, 0x36, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9b, 0x60, 0x35, 0xff, 0x9a, 0x61, 0x35, 0xff, 0x9c, 0x60, 0x34, 0xff, 0x9d, 0x64, 0x36, 0xff, 0x9e, 0x64, 0x36, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa2, 0x67, 0x38, 0xff, 0xa4, 0x69, 0x3a, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa9, 0x6d, 0x40, 0xff, 0xab, 0x70, 0x41, 0xff, 0xad, 0x73, 0x43, 0xff, 0xae, 0x75, 0x45, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb6, 0x77, 0x41, 0xff, 0xb8, 0x79, 0x3f, 0xff, 0xba, 0x79, 0x3f, 0xff, 0xbc, 0x7c, 0x42, 0xff, 0xbe, 0x7e, 0x46, 0xff, 0xc0, 0x7f, 0x46, 0xff, 0xc2, 0x80, 0x48, 0xff, 0xc4, 0x82, 0x4a, 0xff, 0xcf, 0x89, 0x4e, 0xff, 0xd9, 0x8e, 0x52, 0xff, 0xcf, 0x8b, 0x50, 0xff, 0xce, 0x8d, 0x4f, 0xff, 0xd8, 0x95, 0x55, 0xff, 0xe8, 0x9d, 0x5d, 0xff, 0xf1, 0xa5, 0x66, 0xff, 0xef, 0xae, 0x6d, 0xff, 0xf0, 0xb8, 0x73, 0xff, 0xf0, 0xc4, 0x7a, 0xff, 0xf0, 0xcb, 0x7d, 0xff, 0xf0, 0xc8, 0x7a, 0xff, 0xef, 0xbc, 0x74, 0xff, 0xf0, 0xaf, 0x6b, 0xff, 0xef, 0xa6, 0x62, 0xff, 0xf1, 0xa3, 0x63, 0xff, 0xf1, 0xa4, 0x66, 0xff, 0xee, 0xa2, 0x64, 0xff, 0xee, 0xa7, 0x63, 0xff, 0xf1, 0xa9, 0x65, 0xff, 0xf1, 0xa8, 0x66, 0xff, 0xf1, 0xb2, 0x6e, 0xff, 0xf3, 0xb5, 0x72, 0xff, 0xe7, 0xa5, 0x65, 0xff, 0xca, 0x91, 0x50, 0xff, 0xbf, 0x86, 0x46, 0xff, 0xbf, 0x83, 0x45, 0xff, 0xbd, 0x81, 0x42, 0xff, 0xbb, 0x7e, 0x3e, 0xff, 0xba, 0x7a, 0x3b, 0xff, 0xb7, 0x78, 0x37, 0xff, 0xb4, 0x75, 0x35, 0xff, 0xb0, 0x71, 0x33, 0xff, 0xae, 0x70, 0x32, 0xff, 0xad, 0x6f, 0x32, 0xff, 0xac, 0x6c, 0x31, 0xff, 0xab, 0x6a, 0x31, 0xff, 0xa7, 0x69, 0x30, 0xff, 0xa5, 0x67, 0x2e, 0xff, 0xa5, 0x65, 0x2d, 0xff, 0xa3, 0x65, 0x2c, 0xff, 0xa1, 0x62, 0x2c, 0xff, 0x9e, 0x60, 0x2b, 0xff, 0x9c, 0x5e, 0x2b, 0xff, 0x9c, 0x5c, 0x2b, 0xff, 0x9c, 0x5b, 0x2b, 0xff, 0x9a, 0x5a, 0x2b, 0xff, 0x9a, 0x5a, 0x2a, 0xff, 0x98, 0x58, 0x29, 0xff, 0x98, 0x58, 0x2b, 0xff, 0x95, 0x55, 0x29, 0xff, 0x9f, 0x60, 0x30, 0xff, 0xbf, 0x7f, 0x4b, 0xff, 0xc8, 0x8a, 0x53, 0xff, 0xc2, 0x88, 0x50, 0xff, 0xbf, 0x85, 0x53, 0xff, 0xbc, 0x83, 0x54, 0xff, 0xb9, 0x82, 0x50, 0xff, 0xbc, 0x82, 0x4c, 0xff, 0xbe, 0x81, 0x49, 0xff, 0xbe, 0x81, 0x49, 0xff, 0xbf, 0x81, 0x49, 0xff, 0xbf, 0x80, 0x49, 0xff, 0xbe, 0x80, 0x49, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xba, 0x82, 0x4e, 0xff, 0xc7, 0x8c, 0x58, 0xff, 0xc7, 0x89, 0x55, 0xff, 0xc0, 0x81, 0x4f, 0xff, 0xb8, 0x79, 0x46, 0xff, 0xb0, 0x71, 0x3d, 0xff, 0xa9, 0x69, 0x37, 0xff, 0xa3, 0x64, 0x35, 0xff, 0xa1, 0x5e, 0x32, 0xff, 0x9c, 0x5b, 0x30, 0xff, 0x98, 0x56, 0x2d, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x9a, 0x58, 0x30, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x90, 0x4e, 0x2a, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x86, 0x47, 0x28, 0xff, 0x85, 0x44, 0x23, 0xff, 0x7f, 0x3f, 0x1e, 0xff, 0x7d, 0x3e, 0x1c, 0xff, 0x7c, 0x3c, 0x1a, 0xff, 0x78, 0x3c, 0x1d, 0xff, 0x78, 0x3b, 0x1b, 0xff, 0x77, 0x3a, 0x1a, 0xff, 0x74, 0x38, 0x19, 0xff, 0x74, 0x36, 0x18, 0xff, 0x72, 0x35, 0x18, 0xff, 0x75, 0x38, 0x18, 0xff, 0x73, 0x38, 0x15, 0xff, 0x72, 0x35, 0x17, 0xff, 0x74, 0x36, 0x18, 0xff, 0x72, 0x36, 0x18, 0xff, 0x74, 0x36, 0x18, 0xff, 0x74, 0x36, 0x18, 0xff, 0x74, 0x36, 0x18, 0xff, 0x74, 0x36, 0x18, 0xff, 0x74, 0x36, 0x18, 0xff, 0x72, 0x37, 0x18, 0xff, 0x74, 0x38, 0x18, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x76, 0x37, 0x1a, 0xff, 0x76, 0x38, 0x1a, 0xff, 0x76, 0x39, 0x1a, 0xff, 0x79, 0x3d, 0x1d, 0xff, 0x79, 0x3b, 0x1f, 0xff, 0x73, 0x35, 0x17, 0xff, 0x71, 0x36, 0x15, 0xff, 0x71, 0x37, 0x18, 0xff, 0x72, 0x37, 0x19, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x77, 0x3b, 0x1b, 0xff, 0x77, 0x3c, 0x1d, 0xff, 0x7b, 0x3e, 0x1f, 0xff, 0x7b, 0x3e, 0x20, 0xff, 0x7d, 0x3f, 0x22, 0xff, 0x7e, 0x40, 0x24, 0xff, 0x7f, 0x40, 0x22, 0xff, 0x80, 0x41, 0x23, 0xff, 0x82, 0x42, 0x23, 0xff, 0x80, 0x43, 0x26, 0xff, 0x85, 0x46, 0x27, 0xff, 0x80, 0x43, 0x24, 0xff, 0x7f, 0x41, 0x23, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x80, 0x43, 0x24, 0xff, 0x80, 0x43, 0x24, 0xff, 0x80, 0x43, 0x26, 0xff, 0x82, 0x43, 0x24, 0xff, 0x82, 0x45, 0x24, 0xff, 0x81, 0x44, 0x25, 0xff, 0x80, 0x41, 0x26, 0xff, 0x80, 0x46, 0x27, 0xff, 0x7f, 0x42, 0x25, 0xff, 0x80, 0x42, 0x26, 0xff, 0x84, 0x47, 0x28, 0xff, 0x84, 0x47, 0x28, 0xff, 0x86, 0x47, 0x28, 0xff, 0x88, 0x4b, 0x28, 0xff, - 0x87, 0x47, 0x29, 0xff, 0x87, 0x48, 0x28, 0xff, 0x8b, 0x4a, 0x2b, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x95, 0x55, 0x31, 0xff, 0x98, 0x59, 0x32, 0xff, 0x96, 0x55, 0x31, 0xff, 0x98, 0x59, 0x32, 0xff, 0x98, 0x58, 0x33, 0xff, 0x98, 0x58, 0x34, 0xff, 0x98, 0x58, 0x34, 0xff, 0x9a, 0x59, 0x35, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0x9e, 0x5e, 0x37, 0xff, 0xa0, 0x61, 0x3a, 0xff, 0xa7, 0x68, 0x40, 0xff, 0xab, 0x6c, 0x42, 0xff, 0xad, 0x70, 0x43, 0xff, 0xb1, 0x71, 0x45, 0xff, 0xb4, 0x76, 0x4a, 0xff, 0xb9, 0x7b, 0x4e, 0xff, 0xb2, 0x74, 0x47, 0xff, 0xa3, 0x68, 0x3e, 0xff, 0x9c, 0x60, 0x39, 0xff, 0x99, 0x5d, 0x37, 0xff, 0x94, 0x57, 0x34, 0xff, 0x91, 0x55, 0x31, 0xff, 0x92, 0x55, 0x31, 0xff, 0x93, 0x56, 0x31, 0xff, 0x92, 0x56, 0x32, 0xff, 0xa1, 0x6a, 0x3d, 0xff, 0xb6, 0x82, 0x4f, 0xff, 0xb8, 0x88, 0x52, 0xff, 0xba, 0x89, 0x53, 0xff, 0xbd, 0x8c, 0x58, 0xff, 0xbb, 0x89, 0x55, 0xff, 0xce, 0x9c, 0x63, 0xff, 0xe7, 0xb3, 0x72, 0xff, 0xea, 0xb9, 0x76, 0xff, 0xac, 0x86, 0x56, 0xff, 0x93, 0x56, 0x30, 0xff, 0x9b, 0x63, 0x3a, 0xff, 0x9b, 0x61, 0x38, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x9b, 0x63, 0x36, 0xff, 0x9b, 0x63, 0x39, 0xff, 0x99, 0x62, 0x3a, 0xff, 0x99, 0x62, 0x37, 0xff, 0x9a, 0x64, 0x38, 0xff, 0x99, 0x63, 0x3a, 0xff, 0x99, 0x65, 0x3a, 0xff, 0x97, 0x64, 0x3a, 0xff, 0x98, 0x62, 0x37, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x9a, 0x61, 0x35, 0xff, 0x9b, 0x63, 0x35, 0xff, 0x99, 0x63, 0x36, 0xff, 0x9b, 0x63, 0x36, 0xff, 0x9c, 0x64, 0x37, 0xff, 0x9e, 0x64, 0x38, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa5, 0x6c, 0x3e, 0xff, 0xa9, 0x6f, 0x3f, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xab, 0x70, 0x40, 0xff, 0xad, 0x72, 0x41, 0xff, 0xaf, 0x74, 0x42, 0xff, 0xb1, 0x75, 0x41, 0xff, 0xb3, 0x76, 0x41, 0xff, 0xb4, 0x7a, 0x43, 0xff, 0xb8, 0x7b, 0x44, 0xff, 0xb9, 0x7c, 0x45, 0xff, 0xbb, 0x7e, 0x46, 0xff, 0xbd, 0x80, 0x48, 0xff, 0xc1, 0x81, 0x49, 0xff, 0xc3, 0x81, 0x49, 0xff, 0xc4, 0x84, 0x49, 0xff, 0xc3, 0x83, 0x49, 0xff, 0xc2, 0x84, 0x4a, 0xff, 0xca, 0x8b, 0x4d, 0xff, 0xd5, 0x90, 0x51, 0xff, 0xe0, 0x98, 0x58, 0xff, 0xeb, 0xa0, 0x5c, 0xff, 0xf0, 0xaa, 0x65, 0xff, 0xf1, 0xb8, 0x73, 0xff, 0xf0, 0xcc, 0x7e, 0xff, 0xec, 0xdd, 0x87, 0xff, 0xe8, 0xe4, 0x8b, 0xff, 0xea, 0xe6, 0x8c, 0xff, 0xee, 0xde, 0x88, 0xff, 0xed, 0xcc, 0x7d, 0xff, 0xee, 0xb7, 0x6f, 0xff, 0xee, 0xac, 0x69, 0xff, 0xf2, 0xab, 0x6c, 0xff, 0xf0, 0xa4, 0x65, 0xff, 0xee, 0xa1, 0x5f, 0xff, 0xef, 0xa6, 0x63, 0xff, 0xf1, 0xa6, 0x63, 0xff, 0xf1, 0xaf, 0x6a, 0xff, 0xf2, 0xbc, 0x74, 0xff, 0xf3, 0xb6, 0x71, 0xff, 0xdb, 0x9c, 0x5c, 0xff, 0xc0, 0x89, 0x4a, 0xff, 0xc1, 0x88, 0x49, 0xff, 0xc1, 0x87, 0x46, 0xff, 0xbf, 0x84, 0x42, 0xff, 0xbd, 0x7f, 0x3d, 0xff, 0xbc, 0x7b, 0x3a, 0xff, 0xb9, 0x79, 0x38, 0xff, 0xb6, 0x76, 0x35, 0xff, 0xb3, 0x73, 0x35, 0xff, 0xb1, 0x72, 0x32, 0xff, 0xaf, 0x6f, 0x31, 0xff, 0xad, 0x6d, 0x31, 0xff, 0xab, 0x6d, 0x31, 0xff, 0xa9, 0x6c, 0x30, 0xff, 0xa8, 0x69, 0x2e, 0xff, 0xa5, 0x66, 0x2d, 0xff, 0xa3, 0x64, 0x2c, 0xff, 0xa1, 0x63, 0x2d, 0xff, 0x9f, 0x61, 0x2d, 0xff, 0x9f, 0x5f, 0x2c, 0xff, 0x9d, 0x5e, 0x2b, 0xff, 0x9b, 0x5d, 0x2b, 0xff, 0x9b, 0x5c, 0x2b, 0xff, 0x9b, 0x5b, 0x2b, 0xff, 0x99, 0x5b, 0x2b, 0xff, 0x98, 0x59, 0x2b, 0xff, 0x95, 0x59, 0x28, 0xff, 0xbc, 0x7c, 0x46, 0xff, 0xcf, 0x8d, 0x57, 0xff, 0xc5, 0x88, 0x4f, 0xff, 0xc1, 0x87, 0x4e, 0xff, 0xbf, 0x86, 0x50, 0xff, 0xbd, 0x85, 0x51, 0xff, 0xc1, 0x86, 0x51, 0xff, 0xc4, 0x85, 0x4c, 0xff, 0xc4, 0x86, 0x4d, 0xff, 0xc8, 0x88, 0x4f, 0xff, 0xcc, 0x8a, 0x51, 0xff, 0xcc, 0x8b, 0x53, 0xff, 0xc7, 0x8b, 0x54, 0xff, 0xc6, 0x8c, 0x56, 0xff, 0xd4, 0x96, 0x63, 0xff, 0xd3, 0x92, 0x5d, 0xff, 0xc9, 0x89, 0x54, 0xff, 0xbf, 0x7f, 0x4d, 0xff, 0xb8, 0x76, 0x45, 0xff, 0xb1, 0x6f, 0x3e, 0xff, 0xa9, 0x69, 0x36, 0xff, 0xa5, 0x64, 0x35, 0xff, 0xa1, 0x5f, 0x32, 0xff, 0x9c, 0x5b, 0x30, 0xff, 0x9a, 0x58, 0x2e, 0xff, 0x96, 0x54, 0x2c, 0xff, 0x9c, 0x5b, 0x30, 0xff, 0x9c, 0x5c, 0x32, 0xff, 0x99, 0x59, 0x30, 0xff, 0x97, 0x58, 0x2e, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x93, 0x56, 0x2d, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x89, 0x49, 0x28, 0xff, 0x85, 0x44, 0x24, 0xff, 0x80, 0x41, 0x1e, 0xff, 0x7e, 0x3e, 0x1b, 0xff, 0x7c, 0x3c, 0x1c, 0xff, 0x7b, 0x3d, 0x1f, 0xff, 0x78, 0x3c, 0x1d, 0xff, 0x77, 0x3a, 0x1a, 0xff, 0x75, 0x39, 0x1a, 0xff, 0x75, 0x38, 0x18, 0xff, 0x74, 0x38, 0x18, 0xff, 0x74, 0x36, 0x19, 0xff, 0x74, 0x38, 0x18, 0xff, 0x73, 0x36, 0x18, 0xff, 0x74, 0x36, 0x18, 0xff, 0x73, 0x37, 0x19, 0xff, 0x72, 0x37, 0x18, 0xff, 0x73, 0x37, 0x18, 0xff, 0x75, 0x36, 0x1a, 0xff, 0x75, 0x36, 0x1a, 0xff, 0x74, 0x36, 0x18, 0xff, 0x74, 0x37, 0x18, 0xff, 0x76, 0x39, 0x1a, 0xff, 0x76, 0x38, 0x1a, 0xff, 0x76, 0x38, 0x1a, 0xff, 0x77, 0x38, 0x1c, 0xff, 0x77, 0x3c, 0x1d, 0xff, 0x75, 0x3a, 0x1a, 0xff, 0x70, 0x36, 0x16, 0xff, 0x71, 0x35, 0x17, 0xff, 0x72, 0x35, 0x18, 0xff, 0x71, 0x37, 0x18, 0xff, 0x73, 0x38, 0x19, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x73, 0x38, 0x1a, 0xff, 0x75, 0x3a, 0x1a, 0xff, 0x76, 0x3a, 0x1c, 0xff, 0x77, 0x3c, 0x1a, 0xff, 0x7a, 0x3a, 0x1d, 0xff, 0x7b, 0x3c, 0x1f, 0xff, 0x7c, 0x3d, 0x21, 0xff, 0x7e, 0x40, 0x22, 0xff, 0x7e, 0x3f, 0x22, 0xff, 0x7e, 0x3f, 0x23, 0xff, 0x7e, 0x40, 0x24, 0xff, 0x80, 0x3f, 0x25, 0xff, 0x7e, 0x40, 0x21, 0xff, 0x7f, 0x42, 0x23, 0xff, 0x7e, 0x40, 0x22, 0xff, 0x7f, 0x41, 0x21, 0xff, 0x81, 0x44, 0x24, 0xff, 0x81, 0x43, 0x25, 0xff, 0x81, 0x42, 0x27, 0xff, 0x80, 0x42, 0x25, 0xff, 0x7c, 0x3e, 0x23, 0xff, 0x7d, 0x3e, 0x1f, 0xff, 0x7a, 0x3c, 0x1c, 0xff, 0x7d, 0x3e, 0x20, 0xff, 0x7d, 0x40, 0x1f, 0xff, 0x7f, 0x42, 0x22, 0xff, 0x84, 0x44, 0x26, 0xff, 0x85, 0x46, 0x27, 0xff, 0x87, 0x48, 0x28, 0xff, - 0x8a, 0x49, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8c, 0x4b, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x91, 0x52, 0x30, 0xff, 0x93, 0x54, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x97, 0x56, 0x31, 0xff, 0x98, 0x58, 0x33, 0xff, 0x9a, 0x59, 0x34, 0xff, 0x9b, 0x59, 0x35, 0xff, 0x9a, 0x5a, 0x34, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9e, 0x5e, 0x37, 0xff, 0x9f, 0x61, 0x39, 0xff, 0xa5, 0x68, 0x3f, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0xa9, 0x6c, 0x40, 0xff, 0xab, 0x6e, 0x42, 0xff, 0xae, 0x70, 0x44, 0xff, 0xaf, 0x71, 0x44, 0xff, 0xb4, 0x75, 0x48, 0xff, 0xb8, 0x7a, 0x4c, 0xff, 0xbb, 0x7d, 0x50, 0xff, 0xbe, 0x81, 0x54, 0xff, 0xbb, 0x81, 0x52, 0xff, 0xac, 0x71, 0x47, 0xff, 0xa6, 0x6c, 0x45, 0xff, 0x9e, 0x64, 0x3f, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x9e, 0x6a, 0x40, 0xff, 0xb5, 0x83, 0x53, 0xff, 0xb5, 0x83, 0x50, 0xff, 0xb9, 0x85, 0x53, 0xff, 0xba, 0x88, 0x53, 0xff, 0xbf, 0x8a, 0x57, 0xff, 0xc1, 0x8f, 0x58, 0xff, 0xc0, 0x8f, 0x5c, 0xff, 0xbf, 0x8e, 0x5c, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x9b, 0x60, 0x39, 0xff, 0x9b, 0x61, 0x3a, 0xff, 0x99, 0x62, 0x39, 0xff, 0x99, 0x62, 0x3a, 0xff, 0x9a, 0x64, 0x38, 0xff, 0x99, 0x64, 0x3a, 0xff, 0x9a, 0x63, 0x3a, 0xff, 0x9a, 0x64, 0x3a, 0xff, 0x99, 0x65, 0x3a, 0xff, 0x99, 0x66, 0x3b, 0xff, 0x97, 0x65, 0x3d, 0xff, 0x98, 0x64, 0x3e, 0xff, 0x97, 0x63, 0x3c, 0xff, 0x97, 0x5e, 0x35, 0xff, 0x9a, 0x63, 0x36, 0xff, 0x9b, 0x64, 0x37, 0xff, 0x9b, 0x65, 0x39, 0xff, 0x9b, 0x67, 0x39, 0xff, 0x9c, 0x68, 0x3a, 0xff, 0x9d, 0x68, 0x3b, 0xff, 0xa0, 0x69, 0x3c, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0xa4, 0x6c, 0x3e, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa8, 0x71, 0x3f, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xab, 0x6f, 0x3d, 0xff, 0xab, 0x6f, 0x3c, 0xff, 0xad, 0x73, 0x3e, 0xff, 0xb0, 0x75, 0x40, 0xff, 0xb2, 0x76, 0x41, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xb5, 0x7b, 0x47, 0xff, 0xb7, 0x7f, 0x4a, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbf, 0x81, 0x48, 0xff, 0xc1, 0x82, 0x49, 0xff, 0xc1, 0x83, 0x48, 0xff, 0xc2, 0x85, 0x47, 0xff, 0xc6, 0x89, 0x4b, 0xff, 0xce, 0x8e, 0x50, 0xff, 0xd7, 0x93, 0x53, 0xff, 0xe3, 0x99, 0x59, 0xff, 0xef, 0xa3, 0x61, 0xff, 0xf0, 0xad, 0x6a, 0xff, 0xf1, 0xbf, 0x75, 0xff, 0xee, 0xd8, 0x83, 0xff, 0xe7, 0xe6, 0x90, 0xff, 0xe5, 0xe8, 0x9b, 0xff, 0xe6, 0xe7, 0x9e, 0xff, 0xe6, 0xe9, 0x9a, 0xff, 0xe8, 0xe6, 0x90, 0xff, 0xec, 0xd3, 0x7e, 0xff, 0xee, 0xbc, 0x73, 0xff, 0xf1, 0xb4, 0x72, 0xff, 0xf1, 0xab, 0x6a, 0xff, 0xf1, 0xa2, 0x60, 0xff, 0xef, 0xa0, 0x5d, 0xff, 0xef, 0xa6, 0x62, 0xff, 0xf1, 0xa9, 0x64, 0xff, 0xf0, 0xb7, 0x70, 0xff, 0xf2, 0xc0, 0x77, 0xff, 0xec, 0xae, 0x6c, 0xff, 0xd3, 0x95, 0x58, 0xff, 0xc1, 0x87, 0x4b, 0xff, 0xc3, 0x89, 0x4b, 0xff, 0xc2, 0x87, 0x47, 0xff, 0xc0, 0x84, 0x43, 0xff, 0xbf, 0x81, 0x3f, 0xff, 0xbe, 0x7d, 0x3b, 0xff, 0xba, 0x7c, 0x38, 0xff, 0xb7, 0x78, 0x36, 0xff, 0xb5, 0x76, 0x34, 0xff, 0xb3, 0x76, 0x33, 0xff, 0xb2, 0x73, 0x34, 0xff, 0xaf, 0x70, 0x32, 0xff, 0xad, 0x6e, 0x30, 0xff, 0xab, 0x6b, 0x31, 0xff, 0xa9, 0x6a, 0x31, 0xff, 0xa9, 0x6a, 0x2f, 0xff, 0xa6, 0x67, 0x2e, 0xff, 0xa3, 0x65, 0x2d, 0xff, 0xa1, 0x64, 0x2c, 0xff, 0x9f, 0x60, 0x2b, 0xff, 0x9e, 0x60, 0x2c, 0xff, 0x9d, 0x5f, 0x2c, 0xff, 0x9b, 0x5b, 0x2b, 0xff, 0x9b, 0x5d, 0x2c, 0xff, 0x9b, 0x5d, 0x2c, 0xff, 0x93, 0x55, 0x26, 0xff, 0xb5, 0x74, 0x40, 0xff, 0xd1, 0x8f, 0x58, 0xff, 0xcc, 0x8c, 0x54, 0xff, 0xc5, 0x88, 0x4e, 0xff, 0xc1, 0x87, 0x4c, 0xff, 0xc0, 0x87, 0x4d, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xca, 0x8c, 0x52, 0xff, 0xcc, 0x8a, 0x51, 0xff, 0xd6, 0x8f, 0x54, 0xff, 0xe3, 0x97, 0x5b, 0xff, 0xe6, 0x9a, 0x5f, 0xff, 0xe4, 0x9a, 0x60, 0xff, 0xdf, 0x9b, 0x60, 0xff, 0xe7, 0xa0, 0x6b, 0xff, 0xe5, 0x9a, 0x65, 0xff, 0xd8, 0x91, 0x5d, 0xff, 0xca, 0x8a, 0x55, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xb8, 0x79, 0x44, 0xff, 0xb1, 0x70, 0x3e, 0xff, 0xaa, 0x69, 0x38, 0xff, 0xa6, 0x66, 0x35, 0xff, 0xa2, 0x60, 0x33, 0xff, 0x9e, 0x5d, 0x31, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0xa0, 0x60, 0x34, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9b, 0x5c, 0x31, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x95, 0x56, 0x30, 0xff, 0x92, 0x53, 0x2d, 0xff, 0x8e, 0x4f, 0x2a, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x84, 0x44, 0x23, 0xff, 0x81, 0x3f, 0x1e, 0xff, 0x7e, 0x40, 0x1d, 0xff, 0x7d, 0x3e, 0x1f, 0xff, 0x7c, 0x3d, 0x1e, 0xff, 0x7a, 0x3c, 0x1c, 0xff, 0x77, 0x3a, 0x1a, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x76, 0x39, 0x1a, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x74, 0x38, 0x19, 0xff, 0x75, 0x39, 0x19, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x75, 0x37, 0x1a, 0xff, 0x74, 0x37, 0x19, 0xff, 0x75, 0x37, 0x19, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x76, 0x38, 0x1a, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x76, 0x39, 0x1a, 0xff, 0x76, 0x39, 0x1a, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x77, 0x3a, 0x1b, 0xff, 0x7b, 0x3d, 0x1f, 0xff, 0x71, 0x37, 0x1a, 0xff, 0x6f, 0x33, 0x17, 0xff, 0x70, 0x35, 0x16, 0xff, 0x70, 0x37, 0x16, 0xff, 0x70, 0x37, 0x16, 0xff, 0x71, 0x37, 0x18, 0xff, 0x72, 0x36, 0x1a, 0xff, 0x72, 0x37, 0x18, 0xff, 0x71, 0x37, 0x19, 0xff, 0x73, 0x37, 0x19, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x77, 0x39, 0x1c, 0xff, 0x79, 0x3c, 0x1d, 0xff, 0x79, 0x3c, 0x1d, 0xff, 0x79, 0x3c, 0x1d, 0xff, 0x79, 0x3c, 0x1d, 0xff, 0x7a, 0x3c, 0x1d, 0xff, 0x7d, 0x3e, 0x23, 0xff, 0x7c, 0x3f, 0x20, 0xff, 0x7e, 0x3f, 0x22, 0xff, 0x7e, 0x41, 0x23, 0xff, 0x7f, 0x41, 0x23, 0xff, 0x7c, 0x40, 0x22, 0xff, 0x7d, 0x3f, 0x21, 0xff, 0x7a, 0x3d, 0x21, 0xff, 0x7d, 0x3e, 0x1f, 0xff, 0x7d, 0x3d, 0x20, 0xff, 0x7d, 0x3f, 0x22, 0xff, 0x7d, 0x40, 0x22, 0xff, 0x7a, 0x3e, 0x1e, 0xff, 0x7b, 0x3c, 0x1e, 0xff, 0x7f, 0x40, 0x21, 0xff, 0x7e, 0x41, 0x22, 0xff, 0x82, 0x43, 0x26, 0xff, 0x83, 0x44, 0x27, 0xff, 0x87, 0x49, 0x29, 0xff, - 0x85, 0x46, 0x28, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x8b, 0x4a, 0x2b, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x95, 0x55, 0x31, 0xff, 0x95, 0x55, 0x31, 0xff, 0x95, 0x55, 0x30, 0xff, 0x95, 0x56, 0x32, 0xff, 0x97, 0x57, 0x31, 0xff, 0x99, 0x59, 0x33, 0xff, 0x9a, 0x59, 0x34, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0x9f, 0x5d, 0x35, 0xff, 0xa1, 0x63, 0x3a, 0xff, 0xa3, 0x65, 0x3b, 0xff, 0xa3, 0x66, 0x39, 0xff, 0xa6, 0x68, 0x3c, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa9, 0x6c, 0x3f, 0xff, 0xaa, 0x6c, 0x41, 0xff, 0xb0, 0x71, 0x45, 0xff, 0xb3, 0x73, 0x47, 0xff, 0xb6, 0x77, 0x4b, 0xff, 0xb8, 0x79, 0x4d, 0xff, 0xbb, 0x7f, 0x4e, 0xff, 0xbf, 0x85, 0x54, 0xff, 0xc0, 0x88, 0x5a, 0xff, 0xbf, 0x88, 0x5c, 0xff, 0xbe, 0x85, 0x5c, 0xff, 0xbb, 0x86, 0x59, 0xff, 0xb2, 0x81, 0x51, 0xff, 0xaf, 0x7d, 0x4d, 0xff, 0xb9, 0x85, 0x52, 0xff, 0xb8, 0x87, 0x53, 0xff, 0xbd, 0x89, 0x54, 0xff, 0xc2, 0x8d, 0x59, 0xff, 0xc3, 0x93, 0x5d, 0xff, 0x9c, 0x62, 0x3a, 0xff, 0x92, 0x56, 0x32, 0xff, 0x95, 0x59, 0x34, 0xff, 0x94, 0x59, 0x33, 0xff, 0x96, 0x5b, 0x35, 0xff, 0x98, 0x61, 0x37, 0xff, 0x99, 0x63, 0x38, 0xff, 0x9a, 0x65, 0x3b, 0xff, 0x99, 0x65, 0x3d, 0xff, 0x9a, 0x66, 0x3d, 0xff, 0x99, 0x66, 0x3d, 0xff, 0x98, 0x66, 0x3d, 0xff, 0x96, 0x65, 0x3e, 0xff, 0x97, 0x63, 0x3f, 0xff, 0x97, 0x63, 0x41, 0xff, 0x98, 0x64, 0x3d, 0xff, 0x98, 0x60, 0x37, 0xff, 0x9a, 0x65, 0x3b, 0xff, 0x9b, 0x67, 0x3d, 0xff, 0x9b, 0x69, 0x3d, 0xff, 0x9b, 0x6a, 0x40, 0xff, 0x9c, 0x69, 0x41, 0xff, 0x9f, 0x6a, 0x41, 0xff, 0xa1, 0x6d, 0x40, 0xff, 0xa3, 0x6f, 0x40, 0xff, 0xa5, 0x71, 0x41, 0xff, 0xa8, 0x72, 0x3f, 0xff, 0xaa, 0x74, 0x41, 0xff, 0xac, 0x73, 0x3f, 0xff, 0xae, 0x72, 0x3e, 0xff, 0xae, 0x73, 0x3e, 0xff, 0xaf, 0x74, 0x40, 0xff, 0xb1, 0x79, 0x44, 0xff, 0xb4, 0x7c, 0x48, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb7, 0x7d, 0x4a, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xba, 0x81, 0x49, 0xff, 0xbd, 0x82, 0x4a, 0xff, 0xc0, 0x83, 0x49, 0xff, 0xc2, 0x85, 0x48, 0xff, 0xc5, 0x87, 0x49, 0xff, 0xc7, 0x88, 0x4a, 0xff, 0xcd, 0x8b, 0x4d, 0xff, 0xd7, 0x91, 0x53, 0xff, 0xdf, 0x96, 0x56, 0xff, 0xe9, 0x9b, 0x5a, 0xff, 0xef, 0xa6, 0x60, 0xff, 0xef, 0xb0, 0x6b, 0xff, 0xf0, 0xc2, 0x78, 0xff, 0xeb, 0xdc, 0x86, 0xff, 0xe4, 0xe7, 0x95, 0xff, 0xe8, 0xe8, 0xa2, 0xff, 0xea, 0xe8, 0xab, 0xff, 0xea, 0xe8, 0xaa, 0xff, 0xe9, 0xe7, 0xa2, 0xff, 0xe7, 0xe5, 0x91, 0xff, 0xeb, 0xd6, 0x80, 0xff, 0xf1, 0xc1, 0x79, 0xff, 0xf3, 0xb7, 0x71, 0xff, 0xf1, 0xac, 0x67, 0xff, 0xef, 0xa1, 0x5c, 0xff, 0xee, 0xa1, 0x5d, 0xff, 0xef, 0xa6, 0x62, 0xff, 0xf0, 0xab, 0x68, 0xff, 0xf2, 0xbd, 0x75, 0xff, 0xf2, 0xbc, 0x75, 0xff, 0xde, 0xa0, 0x62, 0xff, 0xc9, 0x8d, 0x53, 0xff, 0xc6, 0x8b, 0x51, 0xff, 0xc4, 0x8a, 0x4d, 0xff, 0xc3, 0x8a, 0x48, 0xff, 0xc1, 0x87, 0x45, 0xff, 0xc1, 0x84, 0x42, 0xff, 0xc0, 0x81, 0x3e, 0xff, 0xbd, 0x7d, 0x3b, 0xff, 0xbb, 0x7b, 0x39, 0xff, 0xb9, 0x7a, 0x37, 0xff, 0xb7, 0x77, 0x36, 0xff, 0xb4, 0x76, 0x36, 0xff, 0xb2, 0x73, 0x34, 0xff, 0xaf, 0x70, 0x33, 0xff, 0xae, 0x6f, 0x33, 0xff, 0xac, 0x6e, 0x31, 0xff, 0xaa, 0x6b, 0x31, 0xff, 0xa8, 0x68, 0x30, 0xff, 0xa5, 0x67, 0x2e, 0xff, 0xa3, 0x67, 0x2f, 0xff, 0xa0, 0x65, 0x2e, 0xff, 0x9f, 0x62, 0x2d, 0xff, 0x9f, 0x62, 0x2e, 0xff, 0x9d, 0x5e, 0x2c, 0xff, 0x9c, 0x5f, 0x2c, 0xff, 0x9b, 0x5e, 0x2d, 0xff, 0x97, 0x59, 0x29, 0xff, 0xc4, 0x7f, 0x4a, 0xff, 0xd8, 0x93, 0x5b, 0xff, 0xcb, 0x8c, 0x52, 0xff, 0xc6, 0x87, 0x4d, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xc9, 0x8b, 0x51, 0xff, 0xd1, 0x8e, 0x53, 0xff, 0xd8, 0x8f, 0x54, 0xff, 0xe4, 0x96, 0x5b, 0xff, 0xef, 0xa2, 0x65, 0xff, 0xf1, 0xaa, 0x6d, 0xff, 0xf1, 0xad, 0x70, 0xff, 0xf0, 0xae, 0x6f, 0xff, 0xf1, 0xac, 0x73, 0xff, 0xf1, 0xa8, 0x6e, 0xff, 0xec, 0x9c, 0x65, 0xff, 0xdb, 0x92, 0x5e, 0xff, 0xca, 0x8b, 0x55, 0xff, 0xc2, 0x83, 0x4d, 0xff, 0xbb, 0x7a, 0x46, 0xff, 0xb2, 0x71, 0x3d, 0xff, 0xac, 0x6a, 0x38, 0xff, 0xa8, 0x67, 0x36, 0xff, 0xa3, 0x63, 0x34, 0xff, 0x9e, 0x5d, 0x31, 0xff, 0x9e, 0x5d, 0x31, 0xff, 0xa2, 0x62, 0x34, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0x9d, 0x5e, 0x34, 0xff, 0x9e, 0x61, 0x34, 0xff, 0x9c, 0x62, 0x35, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x97, 0x5e, 0x35, 0xff, 0x95, 0x59, 0x31, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8a, 0x49, 0x27, 0xff, 0x85, 0x44, 0x21, 0xff, 0x81, 0x41, 0x1f, 0xff, 0x7e, 0x40, 0x1f, 0xff, 0x7e, 0x3e, 0x1f, 0xff, 0x7c, 0x3d, 0x1f, 0xff, 0x79, 0x3b, 0x1e, 0xff, 0x77, 0x3b, 0x1b, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x77, 0x3a, 0x1a, 0xff, 0x78, 0x3b, 0x1a, 0xff, 0x76, 0x39, 0x1a, 0xff, 0x77, 0x39, 0x1a, 0xff, 0x75, 0x39, 0x1a, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x76, 0x39, 0x1a, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x77, 0x38, 0x1c, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x76, 0x39, 0x1a, 0xff, 0x77, 0x3a, 0x1a, 0xff, 0x77, 0x3a, 0x1d, 0xff, 0x77, 0x3c, 0x1c, 0xff, 0x7a, 0x3d, 0x1e, 0xff, 0x78, 0x39, 0x1d, 0xff, 0x71, 0x36, 0x15, 0xff, 0x70, 0x35, 0x14, 0xff, 0x70, 0x35, 0x18, 0xff, 0x70, 0x33, 0x17, 0xff, 0x70, 0x35, 0x17, 0xff, 0x6e, 0x33, 0x14, 0xff, 0x70, 0x35, 0x17, 0xff, 0x70, 0x37, 0x18, 0xff, 0x71, 0x37, 0x18, 0xff, 0x71, 0x37, 0x19, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x74, 0x38, 0x1b, 0xff, 0x75, 0x38, 0x1b, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x76, 0x3a, 0x1b, 0xff, 0x78, 0x3c, 0x1d, 0xff, 0x7c, 0x3d, 0x22, 0xff, 0x79, 0x3c, 0x1d, 0xff, 0x7c, 0x3e, 0x21, 0xff, 0x7a, 0x3d, 0x1d, 0xff, 0x75, 0x38, 0x19, 0xff, 0x75, 0x39, 0x1b, 0xff, 0x78, 0x3b, 0x1d, 0xff, 0x7a, 0x3d, 0x1d, 0xff, 0x7c, 0x3d, 0x1f, 0xff, 0x7b, 0x3d, 0x1f, 0xff, 0x7b, 0x3e, 0x1f, 0xff, 0x7d, 0x3d, 0x1f, 0xff, 0x79, 0x3c, 0x20, 0xff, 0x7d, 0x3f, 0x24, 0xff, 0x7e, 0x40, 0x24, 0xff, 0x82, 0x42, 0x26, 0xff, 0x83, 0x43, 0x27, 0xff, 0x82, 0x43, 0x26, 0xff, 0x83, 0x46, 0x27, 0xff, - 0x84, 0x46, 0x28, 0xff, 0x87, 0x49, 0x2b, 0xff, 0x89, 0x49, 0x2b, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x92, 0x53, 0x30, 0xff, 0x94, 0x53, 0x30, 0xff, 0x95, 0x54, 0x30, 0xff, 0x95, 0x55, 0x31, 0xff, 0x97, 0x56, 0x31, 0xff, 0x99, 0x59, 0x33, 0xff, 0x9a, 0x59, 0x35, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0xa3, 0x66, 0x3c, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xa5, 0x65, 0x3a, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0xa9, 0x6c, 0x3f, 0xff, 0xa9, 0x6b, 0x3f, 0xff, 0xab, 0x6e, 0x40, 0xff, 0xb1, 0x72, 0x45, 0xff, 0xb6, 0x77, 0x49, 0xff, 0xb7, 0x7b, 0x4a, 0xff, 0xba, 0x7e, 0x50, 0xff, 0xbd, 0x80, 0x52, 0xff, 0xc0, 0x82, 0x52, 0xff, 0xc9, 0x8b, 0x5a, 0xff, 0xe5, 0xa1, 0x6d, 0xff, 0xe9, 0xa0, 0x71, 0xff, 0xdf, 0x9f, 0x6d, 0xff, 0xb6, 0x84, 0x51, 0xff, 0xb9, 0x87, 0x53, 0xff, 0xba, 0x89, 0x54, 0xff, 0xbe, 0x8b, 0x58, 0xff, 0xaf, 0x79, 0x4d, 0xff, 0x93, 0x59, 0x33, 0xff, 0x94, 0x59, 0x35, 0xff, 0x94, 0x58, 0x33, 0xff, 0x92, 0x57, 0x34, 0xff, 0x92, 0x59, 0x31, 0xff, 0x95, 0x5b, 0x32, 0xff, 0x95, 0x5c, 0x35, 0xff, 0x97, 0x5e, 0x39, 0xff, 0x9a, 0x63, 0x3a, 0xff, 0x99, 0x65, 0x3c, 0xff, 0x97, 0x63, 0x3b, 0xff, 0x98, 0x65, 0x3e, 0xff, 0x99, 0x64, 0x3f, 0xff, 0x99, 0x66, 0x41, 0xff, 0x97, 0x66, 0x42, 0xff, 0x98, 0x64, 0x41, 0xff, 0x9a, 0x64, 0x3c, 0xff, 0x9a, 0x65, 0x3c, 0xff, 0x9c, 0x68, 0x40, 0xff, 0x9a, 0x6b, 0x42, 0xff, 0x9b, 0x6a, 0x41, 0xff, 0x9b, 0x69, 0x41, 0xff, 0x9c, 0x68, 0x40, 0xff, 0x9f, 0x6b, 0x42, 0xff, 0xa1, 0x6e, 0x44, 0xff, 0xa5, 0x70, 0x45, 0xff, 0xa7, 0x72, 0x45, 0xff, 0xaa, 0x76, 0x45, 0xff, 0xab, 0x77, 0x43, 0xff, 0xad, 0x74, 0x3f, 0xff, 0xaf, 0x76, 0x40, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb4, 0x79, 0x47, 0xff, 0xb7, 0x80, 0x49, 0xff, 0xb9, 0x85, 0x4a, 0xff, 0xbd, 0x84, 0x4c, 0xff, 0xbf, 0x84, 0x4a, 0xff, 0xc1, 0x87, 0x4d, 0xff, 0xc4, 0x88, 0x4e, 0xff, 0xc6, 0x8a, 0x4e, 0xff, 0xca, 0x8c, 0x4e, 0xff, 0xd2, 0x92, 0x51, 0xff, 0xdd, 0x97, 0x56, 0xff, 0xe7, 0x99, 0x5b, 0xff, 0xed, 0xa0, 0x5f, 0xff, 0xef, 0xa7, 0x64, 0xff, 0xef, 0xb1, 0x6c, 0xff, 0xf0, 0xc5, 0x79, 0xff, 0xed, 0xdf, 0x89, 0xff, 0xe7, 0xe6, 0x9c, 0xff, 0xe9, 0xe6, 0xaa, 0xff, 0xec, 0xe6, 0xb3, 0xff, 0xef, 0xe7, 0xbc, 0xff, 0xeb, 0xe7, 0xb5, 0xff, 0xe7, 0xe9, 0xa2, 0xff, 0xe8, 0xe2, 0x8b, 0xff, 0xee, 0xd3, 0x7f, 0xff, 0xf0, 0xc4, 0x7c, 0xff, 0xf0, 0xb1, 0x6e, 0xff, 0xf2, 0xa6, 0x61, 0xff, 0xf0, 0x9d, 0x59, 0xff, 0xef, 0xa2, 0x5f, 0xff, 0xf0, 0xaa, 0x65, 0xff, 0xf1, 0xae, 0x69, 0xff, 0xf4, 0xbb, 0x76, 0xff, 0xea, 0xb0, 0x70, 0xff, 0xd3, 0x96, 0x5b, 0xff, 0xc9, 0x8d, 0x52, 0xff, 0xc9, 0x8d, 0x51, 0xff, 0xc7, 0x8e, 0x4c, 0xff, 0xc5, 0x8c, 0x47, 0xff, 0xc5, 0x8a, 0x45, 0xff, 0xc5, 0x89, 0x41, 0xff, 0xc3, 0x83, 0x3f, 0xff, 0xc1, 0x80, 0x3f, 0xff, 0xc0, 0x7f, 0x3c, 0xff, 0xbd, 0x7c, 0x3a, 0xff, 0xba, 0x7b, 0x3a, 0xff, 0xb9, 0x7a, 0x38, 0xff, 0xb5, 0x77, 0x36, 0xff, 0xb3, 0x75, 0x36, 0xff, 0xb2, 0x74, 0x34, 0xff, 0xae, 0x70, 0x34, 0xff, 0xac, 0x6e, 0x33, 0xff, 0xaa, 0x6b, 0x31, 0xff, 0xa7, 0x68, 0x30, 0xff, 0xa4, 0x67, 0x30, 0xff, 0xa2, 0x65, 0x2f, 0xff, 0xa1, 0x64, 0x30, 0xff, 0xa1, 0x62, 0x2e, 0xff, 0x9e, 0x5f, 0x2d, 0xff, 0x9d, 0x5f, 0x2d, 0xff, 0x99, 0x5c, 0x2c, 0xff, 0xb8, 0x79, 0x47, 0xff, 0xd5, 0x92, 0x5a, 0xff, 0xd2, 0x91, 0x57, 0xff, 0xcb, 0x8b, 0x53, 0xff, 0xc7, 0x87, 0x50, 0xff, 0xcf, 0x8c, 0x52, 0xff, 0xd8, 0x91, 0x55, 0xff, 0xe1, 0x93, 0x58, 0xff, 0xec, 0x9a, 0x5e, 0xff, 0xf2, 0xa9, 0x6c, 0xff, 0xf3, 0xb7, 0x77, 0xff, 0xf2, 0xc2, 0x80, 0xff, 0xf2, 0xc3, 0x82, 0xff, 0xf3, 0xb9, 0x7b, 0xff, 0xf1, 0xb1, 0x76, 0xff, 0xf1, 0xa7, 0x6e, 0xff, 0xec, 0x9c, 0x65, 0xff, 0xde, 0x95, 0x5d, 0xff, 0xcf, 0x8e, 0x55, 0xff, 0xc5, 0x84, 0x4d, 0xff, 0xbb, 0x7b, 0x45, 0xff, 0xb6, 0x74, 0x40, 0xff, 0xb0, 0x6f, 0x3c, 0xff, 0xa9, 0x68, 0x37, 0xff, 0xa4, 0x64, 0x34, 0xff, 0xa0, 0x61, 0x33, 0xff, 0xa3, 0x64, 0x36, 0xff, 0xa4, 0x65, 0x36, 0xff, 0xa3, 0x62, 0x35, 0xff, 0xa1, 0x62, 0x35, 0xff, 0x9f, 0x64, 0x36, 0xff, 0x9e, 0x65, 0x39, 0xff, 0x9a, 0x61, 0x3a, 0xff, 0x97, 0x5e, 0x36, 0xff, 0x9a, 0x5c, 0x32, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x8a, 0x4a, 0x27, 0xff, 0x86, 0x45, 0x23, 0xff, 0x83, 0x43, 0x20, 0xff, 0x7f, 0x40, 0x1e, 0xff, 0x7d, 0x40, 0x1e, 0xff, 0x7b, 0x3d, 0x1d, 0xff, 0x78, 0x3a, 0x1c, 0xff, 0x77, 0x3a, 0x1b, 0xff, 0x7a, 0x3d, 0x1e, 0xff, 0x7a, 0x3c, 0x1d, 0xff, 0x77, 0x3b, 0x1c, 0xff, 0x77, 0x3b, 0x1c, 0xff, 0x79, 0x3c, 0x1d, 0xff, 0x77, 0x3b, 0x1c, 0xff, 0x77, 0x3c, 0x1c, 0xff, 0x77, 0x3a, 0x1c, 0xff, 0x79, 0x3b, 0x1d, 0xff, 0x76, 0x3a, 0x1a, 0xff, 0x77, 0x3a, 0x1c, 0xff, 0x77, 0x3a, 0x1d, 0xff, 0x78, 0x3a, 0x1c, 0xff, 0x77, 0x3b, 0x1d, 0xff, 0x79, 0x3c, 0x1d, 0xff, 0x73, 0x38, 0x1a, 0xff, 0x70, 0x37, 0x17, 0xff, 0x70, 0x35, 0x16, 0xff, 0x6e, 0x33, 0x15, 0xff, 0x6d, 0x33, 0x14, 0xff, 0x6e, 0x33, 0x14, 0xff, 0x6f, 0x35, 0x14, 0xff, 0x70, 0x36, 0x14, 0xff, 0x70, 0x37, 0x18, 0xff, 0x70, 0x37, 0x18, 0xff, 0x70, 0x36, 0x17, 0xff, 0x71, 0x35, 0x1a, 0xff, 0x73, 0x38, 0x1a, 0xff, 0x72, 0x36, 0x1a, 0xff, 0x72, 0x36, 0x17, 0xff, 0x72, 0x37, 0x1a, 0xff, 0x75, 0x37, 0x1b, 0xff, 0x78, 0x3a, 0x1e, 0xff, 0x78, 0x3c, 0x1c, 0xff, 0x76, 0x3b, 0x1c, 0xff, 0x6e, 0x33, 0x13, 0xff, 0x71, 0x36, 0x18, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x76, 0x3a, 0x1c, 0xff, 0x79, 0x3b, 0x1d, 0xff, 0x79, 0x3c, 0x1d, 0xff, 0x7a, 0x3c, 0x1d, 0xff, 0x7c, 0x3d, 0x1f, 0xff, 0x7e, 0x40, 0x22, 0xff, 0x7d, 0x3f, 0x21, 0xff, 0x7d, 0x3f, 0x22, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x80, 0x41, 0x27, 0xff, 0x83, 0x44, 0x27, 0xff, 0x81, 0x42, 0x26, 0xff, - 0x83, 0x44, 0x26, 0xff, 0x86, 0x47, 0x28, 0xff, 0x85, 0x46, 0x28, 0xff, 0x88, 0x48, 0x29, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x95, 0x55, 0x30, 0xff, 0x99, 0x58, 0x32, 0xff, 0x9a, 0x58, 0x34, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0xa0, 0x62, 0x3b, 0xff, 0xa7, 0x67, 0x3a, 0xff, 0xa8, 0x68, 0x3c, 0xff, 0xa9, 0x69, 0x3e, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa8, 0x68, 0x3e, 0xff, 0xa8, 0x6b, 0x3f, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xab, 0x6e, 0x41, 0xff, 0xad, 0x70, 0x41, 0xff, 0xb1, 0x74, 0x48, 0xff, 0xb4, 0x79, 0x4b, 0xff, 0xb9, 0x7c, 0x4f, 0xff, 0xbe, 0x81, 0x53, 0xff, 0xc9, 0x8b, 0x58, 0xff, 0xe0, 0x9a, 0x63, 0xff, 0xe5, 0x9d, 0x64, 0xff, 0xec, 0xa2, 0x68, 0xff, 0xf2, 0xa6, 0x70, 0xff, 0xde, 0x9f, 0x6b, 0xff, 0xc7, 0x92, 0x5d, 0xff, 0xbc, 0x8a, 0x58, 0xff, 0xa7, 0x70, 0x43, 0xff, 0x91, 0x54, 0x31, 0xff, 0x93, 0x57, 0x31, 0xff, 0x92, 0x57, 0x31, 0xff, 0x91, 0x57, 0x30, 0xff, 0x92, 0x58, 0x31, 0xff, 0x94, 0x58, 0x33, 0xff, 0x95, 0x5a, 0x35, 0xff, 0x96, 0x5c, 0x35, 0xff, 0x96, 0x5b, 0x35, 0xff, 0x96, 0x5e, 0x37, 0xff, 0x99, 0x63, 0x3d, 0xff, 0x98, 0x64, 0x40, 0xff, 0x96, 0x64, 0x42, 0xff, 0x97, 0x63, 0x44, 0xff, 0x97, 0x63, 0x44, 0xff, 0x99, 0x66, 0x43, 0xff, 0x9a, 0x66, 0x42, 0xff, 0x9b, 0x64, 0x3c, 0xff, 0x9b, 0x68, 0x42, 0xff, 0x9c, 0x6c, 0x43, 0xff, 0x9b, 0x6c, 0x42, 0xff, 0x9b, 0x6a, 0x43, 0xff, 0x9d, 0x6a, 0x43, 0xff, 0x9e, 0x6b, 0x42, 0xff, 0xa0, 0x6c, 0x44, 0xff, 0xa3, 0x6f, 0x45, 0xff, 0xa5, 0x71, 0x47, 0xff, 0xa8, 0x73, 0x44, 0xff, 0xaa, 0x75, 0x43, 0xff, 0xac, 0x74, 0x41, 0xff, 0xad, 0x71, 0x3d, 0xff, 0xb0, 0x72, 0x3d, 0xff, 0xb1, 0x74, 0x3e, 0xff, 0xb3, 0x79, 0x42, 0xff, 0xb5, 0x80, 0x46, 0xff, 0xb7, 0x7f, 0x47, 0xff, 0xb8, 0x80, 0x49, 0xff, 0xba, 0x84, 0x4b, 0xff, 0xbe, 0x89, 0x4d, 0xff, 0xc0, 0x8a, 0x4f, 0xff, 0xc3, 0x8d, 0x51, 0xff, 0xc7, 0x91, 0x52, 0xff, 0xca, 0x93, 0x54, 0xff, 0xd0, 0x93, 0x55, 0xff, 0xdc, 0x9a, 0x59, 0xff, 0xe7, 0xa1, 0x5e, 0xff, 0xed, 0xa4, 0x60, 0xff, 0xf0, 0xa9, 0x65, 0xff, 0xee, 0xb2, 0x6f, 0xff, 0xee, 0xc9, 0x79, 0xff, 0xec, 0xe2, 0x89, 0xff, 0xe7, 0xe7, 0x99, 0xff, 0xe9, 0xe6, 0xab, 0xff, 0xed, 0xe7, 0xbb, 0xff, 0xf0, 0xe7, 0xc8, 0xff, 0xf0, 0xe7, 0xc4, 0xff, 0xec, 0xe7, 0xb2, 0xff, 0xe6, 0xe7, 0x9b, 0xff, 0xe9, 0xe0, 0x88, 0xff, 0xf0, 0xd2, 0x80, 0xff, 0xf1, 0xbc, 0x74, 0xff, 0xf0, 0xa9, 0x65, 0xff, 0xf1, 0xa3, 0x5e, 0xff, 0xf1, 0x9e, 0x5b, 0xff, 0xf0, 0xa4, 0x60, 0xff, 0xf0, 0xac, 0x66, 0xff, 0xf0, 0xaf, 0x6a, 0xff, 0xf2, 0xb1, 0x70, 0xff, 0xe2, 0xa0, 0x64, 0xff, 0xd0, 0x8f, 0x55, 0xff, 0xcd, 0x90, 0x55, 0xff, 0xcc, 0x8f, 0x53, 0xff, 0xca, 0x8e, 0x4f, 0xff, 0xca, 0x8e, 0x4a, 0xff, 0xcb, 0x8e, 0x48, 0xff, 0xc8, 0x8c, 0x44, 0xff, 0xc6, 0x87, 0x41, 0xff, 0xc6, 0x84, 0x42, 0xff, 0xc4, 0x84, 0x41, 0xff, 0xc1, 0x82, 0x3f, 0xff, 0xbe, 0x81, 0x3f, 0xff, 0xbc, 0x7e, 0x3e, 0xff, 0xba, 0x7c, 0x3b, 0xff, 0xb7, 0x79, 0x39, 0xff, 0xb5, 0x76, 0x38, 0xff, 0xb2, 0x75, 0x37, 0xff, 0xaf, 0x71, 0x35, 0xff, 0xac, 0x6e, 0x33, 0xff, 0xa9, 0x6b, 0x32, 0xff, 0xa6, 0x69, 0x31, 0xff, 0xa4, 0x69, 0x30, 0xff, 0xa4, 0x66, 0x30, 0xff, 0xa1, 0x64, 0x30, 0xff, 0xa0, 0x62, 0x2f, 0xff, 0x9d, 0x60, 0x2d, 0xff, 0xa4, 0x66, 0x32, 0xff, 0xd1, 0x89, 0x53, 0xff, 0xdd, 0x95, 0x5d, 0xff, 0xd1, 0x8d, 0x51, 0xff, 0xcc, 0x8b, 0x4f, 0xff, 0xd5, 0x90, 0x54, 0xff, 0xde, 0x94, 0x5a, 0xff, 0xe7, 0x99, 0x5c, 0xff, 0xee, 0xa0, 0x63, 0xff, 0xf0, 0xaa, 0x6d, 0xff, 0xf2, 0xc3, 0x7d, 0xff, 0xf0, 0xde, 0x8e, 0xff, 0xee, 0xe6, 0x95, 0xff, 0xef, 0xca, 0x88, 0xff, 0xf2, 0xbd, 0x7c, 0xff, 0xf2, 0xb5, 0x75, 0xff, 0xf2, 0xac, 0x6d, 0xff, 0xf0, 0xa2, 0x64, 0xff, 0xe8, 0x99, 0x5d, 0xff, 0xd6, 0x8f, 0x56, 0xff, 0xc9, 0x87, 0x50, 0xff, 0xc0, 0x80, 0x4a, 0xff, 0xb7, 0x78, 0x42, 0xff, 0xb0, 0x70, 0x3c, 0xff, 0xac, 0x6b, 0x38, 0xff, 0xa7, 0x65, 0x35, 0xff, 0xa4, 0x63, 0x35, 0xff, 0xa7, 0x69, 0x39, 0xff, 0xa8, 0x67, 0x3a, 0xff, 0xa5, 0x66, 0x37, 0xff, 0xa3, 0x65, 0x37, 0xff, 0xa0, 0x67, 0x39, 0xff, 0x9e, 0x64, 0x3c, 0xff, 0x9b, 0x62, 0x3b, 0xff, 0x9a, 0x61, 0x36, 0xff, 0x9a, 0x5d, 0x32, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x90, 0x4e, 0x29, 0xff, 0x8a, 0x49, 0x27, 0xff, 0x87, 0x45, 0x25, 0xff, 0x82, 0x43, 0x22, 0xff, 0x7f, 0x40, 0x1f, 0xff, 0x7e, 0x3f, 0x1d, 0xff, 0x7b, 0x3d, 0x1f, 0xff, 0x7c, 0x3c, 0x1f, 0xff, 0x7d, 0x3f, 0x21, 0xff, 0x7c, 0x3e, 0x20, 0xff, 0x7a, 0x3b, 0x1e, 0xff, 0x7c, 0x3d, 0x1e, 0xff, 0x7b, 0x3c, 0x1d, 0xff, 0x7b, 0x3d, 0x1e, 0xff, 0x7a, 0x3c, 0x1e, 0xff, 0x7a, 0x3b, 0x1d, 0xff, 0x78, 0x3b, 0x1d, 0xff, 0x78, 0x3c, 0x1e, 0xff, 0x78, 0x3c, 0x1d, 0xff, 0x77, 0x3b, 0x1c, 0xff, 0x78, 0x3b, 0x1c, 0xff, 0x7a, 0x3a, 0x1d, 0xff, 0x78, 0x3a, 0x1b, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x70, 0x36, 0x18, 0xff, 0x6f, 0x35, 0x17, 0xff, 0x6e, 0x33, 0x15, 0xff, 0x6e, 0x33, 0x14, 0xff, 0x6e, 0x34, 0x15, 0xff, 0x6e, 0x33, 0x17, 0xff, 0x6f, 0x34, 0x14, 0xff, 0x70, 0x35, 0x17, 0xff, 0x6f, 0x36, 0x17, 0xff, 0x6f, 0x36, 0x17, 0xff, 0x70, 0x34, 0x17, 0xff, 0x70, 0x35, 0x19, 0xff, 0x6f, 0x34, 0x17, 0xff, 0x70, 0x36, 0x18, 0xff, 0x72, 0x36, 0x1a, 0xff, 0x74, 0x37, 0x1b, 0xff, 0x75, 0x38, 0x1d, 0xff, 0x6e, 0x34, 0x17, 0xff, 0x6b, 0x30, 0x11, 0xff, 0x6e, 0x34, 0x14, 0xff, 0x6f, 0x33, 0x13, 0xff, 0x71, 0x36, 0x17, 0xff, 0x73, 0x37, 0x1a, 0xff, 0x75, 0x39, 0x1a, 0xff, 0x77, 0x3b, 0x1a, 0xff, 0x77, 0x39, 0x1c, 0xff, 0x79, 0x3a, 0x1f, 0xff, 0x79, 0x3b, 0x1e, 0xff, 0x7a, 0x3d, 0x1e, 0xff, 0x7a, 0x3c, 0x1e, 0xff, 0x7c, 0x3c, 0x20, 0xff, 0x7c, 0x3d, 0x21, 0xff, 0x7e, 0x3f, 0x21, 0xff, 0x7e, 0x40, 0x24, 0xff, 0x81, 0x41, 0x26, 0xff, 0x81, 0x43, 0x27, 0xff, - 0x80, 0x41, 0x24, 0xff, 0x82, 0x44, 0x25, 0xff, 0x84, 0x44, 0x27, 0xff, 0x85, 0x44, 0x27, 0xff, 0x86, 0x47, 0x29, 0xff, 0x87, 0x48, 0x28, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8b, 0x4a, 0x2b, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x95, 0x54, 0x30, 0xff, 0x97, 0x56, 0x32, 0xff, 0x99, 0x59, 0x34, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x9f, 0x5f, 0x38, 0xff, 0xa5, 0x67, 0x3a, 0xff, 0xa7, 0x67, 0x3b, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xa9, 0x6a, 0x3e, 0xff, 0xa9, 0x69, 0x3d, 0xff, 0xa6, 0x68, 0x3b, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa9, 0x6a, 0x3e, 0xff, 0xaa, 0x6c, 0x41, 0xff, 0xad, 0x6f, 0x43, 0xff, 0xaf, 0x73, 0x46, 0xff, 0xb1, 0x75, 0x48, 0xff, 0xb2, 0x74, 0x46, 0xff, 0xb7, 0x78, 0x49, 0xff, 0xc7, 0x8b, 0x56, 0xff, 0xd3, 0x93, 0x5c, 0xff, 0xda, 0x96, 0x5e, 0xff, 0xe3, 0x9a, 0x61, 0xff, 0xf0, 0x9f, 0x67, 0xff, 0xf3, 0xa6, 0x6b, 0xff, 0xf1, 0xa6, 0x6e, 0xff, 0xd2, 0x93, 0x5d, 0xff, 0x95, 0x5c, 0x36, 0xff, 0x90, 0x55, 0x31, 0xff, 0x90, 0x56, 0x30, 0xff, 0x90, 0x55, 0x30, 0xff, 0x90, 0x55, 0x30, 0xff, 0x91, 0x55, 0x31, 0xff, 0x92, 0x58, 0x32, 0xff, 0x93, 0x58, 0x33, 0xff, 0x93, 0x57, 0x32, 0xff, 0x94, 0x5b, 0x34, 0xff, 0x95, 0x5e, 0x36, 0xff, 0x97, 0x63, 0x3a, 0xff, 0x98, 0x66, 0x40, 0xff, 0x97, 0x66, 0x44, 0xff, 0x98, 0x64, 0x49, 0xff, 0x98, 0x63, 0x4b, 0xff, 0x99, 0x66, 0x4d, 0xff, 0x9b, 0x67, 0x4b, 0xff, 0x9a, 0x63, 0x42, 0xff, 0x9a, 0x66, 0x41, 0xff, 0x9b, 0x6a, 0x48, 0xff, 0x9c, 0x6b, 0x47, 0xff, 0x9b, 0x6a, 0x43, 0xff, 0x9b, 0x68, 0x41, 0xff, 0x9b, 0x67, 0x40, 0xff, 0x9e, 0x67, 0x3f, 0xff, 0xa1, 0x6a, 0x42, 0xff, 0xa4, 0x6d, 0x43, 0xff, 0xa6, 0x71, 0x43, 0xff, 0xa9, 0x74, 0x44, 0xff, 0xab, 0x74, 0x42, 0xff, 0xad, 0x70, 0x3e, 0xff, 0xb0, 0x72, 0x3e, 0xff, 0xb2, 0x76, 0x3f, 0xff, 0xb4, 0x78, 0x40, 0xff, 0xb5, 0x7b, 0x44, 0xff, 0xb7, 0x80, 0x48, 0xff, 0xb8, 0x84, 0x49, 0xff, 0xba, 0x87, 0x4c, 0xff, 0xbc, 0x89, 0x4e, 0xff, 0xc0, 0x8d, 0x52, 0xff, 0xc3, 0x90, 0x54, 0xff, 0xc5, 0x94, 0x56, 0xff, 0xc9, 0x96, 0x58, 0xff, 0xcf, 0x99, 0x59, 0xff, 0xd8, 0x9f, 0x5f, 0xff, 0xe2, 0xa2, 0x63, 0xff, 0xea, 0xa7, 0x64, 0xff, 0xf0, 0xac, 0x67, 0xff, 0xf0, 0xb5, 0x6f, 0xff, 0xef, 0xc8, 0x79, 0xff, 0xeb, 0xdf, 0x85, 0xff, 0xe5, 0xe8, 0x95, 0xff, 0xe9, 0xe6, 0xa7, 0xff, 0xef, 0xe7, 0xbe, 0xff, 0xf1, 0xe7, 0xcd, 0xff, 0xf1, 0xe8, 0xce, 0xff, 0xee, 0xe7, 0xbe, 0xff, 0xe8, 0xe8, 0xa4, 0xff, 0xe8, 0xe6, 0x8f, 0xff, 0xef, 0xdf, 0x85, 0xff, 0xf2, 0xcb, 0x7d, 0xff, 0xf1, 0xaf, 0x6a, 0xff, 0xf2, 0xa5, 0x60, 0xff, 0xf1, 0x9e, 0x5b, 0xff, 0xee, 0x9d, 0x5a, 0xff, 0xed, 0xa8, 0x62, 0xff, 0xf1, 0xae, 0x69, 0xff, 0xf3, 0xaf, 0x6c, 0xff, 0xe8, 0xa5, 0x66, 0xff, 0xd6, 0x94, 0x58, 0xff, 0xd3, 0x92, 0x56, 0xff, 0xd1, 0x92, 0x56, 0xff, 0xcf, 0x92, 0x53, 0xff, 0xcf, 0x92, 0x4e, 0xff, 0xd1, 0x94, 0x4c, 0xff, 0xd1, 0x93, 0x4b, 0xff, 0xd1, 0x90, 0x4a, 0xff, 0xd0, 0x8d, 0x48, 0xff, 0xce, 0x8b, 0x46, 0xff, 0xca, 0x89, 0x45, 0xff, 0xc7, 0x87, 0x45, 0xff, 0xc5, 0x86, 0x44, 0xff, 0xc3, 0x83, 0x44, 0xff, 0xbf, 0x80, 0x41, 0xff, 0xbc, 0x7e, 0x3e, 0xff, 0xb9, 0x7a, 0x3d, 0xff, 0xb5, 0x78, 0x3b, 0xff, 0xb3, 0x76, 0x39, 0xff, 0xaf, 0x71, 0x36, 0xff, 0xab, 0x6d, 0x34, 0xff, 0xa8, 0x6b, 0x34, 0xff, 0xa6, 0x6a, 0x34, 0xff, 0xa4, 0x67, 0x31, 0xff, 0xa2, 0x66, 0x30, 0xff, 0xa1, 0x63, 0x31, 0xff, 0x9c, 0x62, 0x2f, 0xff, 0xbf, 0x7c, 0x45, 0xff, 0xdc, 0x93, 0x55, 0xff, 0xd7, 0x90, 0x4d, 0xff, 0xcc, 0x89, 0x49, 0xff, 0xd7, 0x90, 0x54, 0xff, 0xe4, 0x96, 0x5c, 0xff, 0xeb, 0x9a, 0x5f, 0xff, 0xf0, 0xa0, 0x65, 0xff, 0xf3, 0xad, 0x70, 0xff, 0xf1, 0xc4, 0x7f, 0xff, 0xed, 0xe0, 0x93, 0xff, 0xea, 0xee, 0xa8, 0xff, 0xeb, 0xc9, 0x91, 0xff, 0xf1, 0xc5, 0x84, 0xff, 0xf2, 0xc2, 0x7e, 0xff, 0xf1, 0xb5, 0x76, 0xff, 0xf2, 0xab, 0x6d, 0xff, 0xf1, 0xa4, 0x65, 0xff, 0xea, 0x9d, 0x60, 0xff, 0xdb, 0x95, 0x5a, 0xff, 0xcb, 0x8c, 0x53, 0xff, 0xc0, 0x80, 0x4b, 0xff, 0xba, 0x7a, 0x44, 0xff, 0xb5, 0x73, 0x40, 0xff, 0xae, 0x6d, 0x3b, 0xff, 0xa6, 0x67, 0x35, 0xff, 0xa8, 0x6b, 0x39, 0xff, 0xab, 0x6c, 0x3e, 0xff, 0xa9, 0x69, 0x3b, 0xff, 0xa6, 0x67, 0x37, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa0, 0x66, 0x3b, 0xff, 0x9d, 0x66, 0x3c, 0xff, 0x9c, 0x63, 0x39, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x95, 0x53, 0x2b, 0xff, 0x8f, 0x4d, 0x28, 0xff, 0x8b, 0x49, 0x26, 0xff, 0x86, 0x46, 0x24, 0xff, 0x83, 0x43, 0x22, 0xff, 0x80, 0x42, 0x22, 0xff, 0x81, 0x41, 0x21, 0xff, 0x7f, 0x3f, 0x21, 0xff, 0x7e, 0x3f, 0x21, 0xff, 0x7f, 0x41, 0x23, 0xff, 0x7d, 0x3f, 0x21, 0xff, 0x7c, 0x3e, 0x20, 0xff, 0x7b, 0x3e, 0x20, 0xff, 0x7b, 0x3e, 0x20, 0xff, 0x7b, 0x3d, 0x1f, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x7a, 0x3d, 0x1f, 0xff, 0x78, 0x3b, 0x1e, 0xff, 0x78, 0x3c, 0x1d, 0xff, 0x78, 0x3b, 0x1e, 0xff, 0x77, 0x3a, 0x1c, 0xff, 0x77, 0x3a, 0x1d, 0xff, 0x77, 0x3b, 0x1c, 0xff, 0x75, 0x3a, 0x1c, 0xff, 0x73, 0x37, 0x1a, 0xff, 0x70, 0x36, 0x17, 0xff, 0x6f, 0x36, 0x17, 0xff, 0x6e, 0x33, 0x16, 0xff, 0x6d, 0x34, 0x14, 0xff, 0x6e, 0x33, 0x14, 0xff, 0x6e, 0x33, 0x17, 0xff, 0x6f, 0x34, 0x13, 0xff, 0x6f, 0x34, 0x14, 0xff, 0x6e, 0x36, 0x17, 0xff, 0x70, 0x35, 0x17, 0xff, 0x6f, 0x33, 0x16, 0xff, 0x6f, 0x33, 0x16, 0xff, 0x70, 0x36, 0x18, 0xff, 0x71, 0x36, 0x18, 0xff, 0x71, 0x34, 0x18, 0xff, 0x6e, 0x33, 0x15, 0xff, 0x6a, 0x32, 0x12, 0xff, 0x6d, 0x31, 0x12, 0xff, 0x6d, 0x32, 0x13, 0xff, 0x6d, 0x32, 0x14, 0xff, 0x6f, 0x32, 0x13, 0xff, 0x72, 0x36, 0x19, 0xff, 0x73, 0x36, 0x1a, 0xff, 0x73, 0x37, 0x1b, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x76, 0x39, 0x1b, 0xff, 0x77, 0x39, 0x1c, 0xff, 0x77, 0x3a, 0x1c, 0xff, 0x78, 0x3c, 0x1c, 0xff, 0x79, 0x3c, 0x1e, 0xff, 0x7c, 0x3c, 0x1f, 0xff, 0x7c, 0x3e, 0x21, 0xff, 0x7d, 0x3f, 0x22, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7f, 0x40, 0x23, 0xff, - 0x7e, 0x3f, 0x24, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x81, 0x43, 0x25, 0xff, 0x81, 0x43, 0x27, 0xff, 0x84, 0x45, 0x26, 0xff, 0x85, 0x46, 0x28, 0xff, 0x86, 0x47, 0x29, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x95, 0x54, 0x31, 0xff, 0x98, 0x58, 0x32, 0xff, 0x9a, 0x59, 0x35, 0xff, 0x9f, 0x62, 0x37, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa8, 0x67, 0x3d, 0xff, 0xa8, 0x68, 0x3d, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xa8, 0x68, 0x3e, 0xff, 0xa7, 0x68, 0x3d, 0xff, 0xa9, 0x6c, 0x40, 0xff, 0xac, 0x70, 0x44, 0xff, 0xaf, 0x71, 0x45, 0xff, 0xb1, 0x74, 0x47, 0xff, 0xb2, 0x75, 0x46, 0xff, 0xb6, 0x77, 0x4a, 0xff, 0xcb, 0x8e, 0x57, 0xff, 0xcb, 0x8d, 0x5a, 0xff, 0xd2, 0x90, 0x59, 0xff, 0xd4, 0x94, 0x5a, 0xff, 0xd4, 0x93, 0x5d, 0xff, 0xda, 0x94, 0x5e, 0xff, 0xe4, 0x9d, 0x66, 0xff, 0xc8, 0x8c, 0x58, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x98, 0x5b, 0x35, 0xff, 0x93, 0x56, 0x31, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x90, 0x54, 0x30, 0xff, 0x90, 0x54, 0x30, 0xff, 0x91, 0x55, 0x30, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x90, 0x56, 0x30, 0xff, 0x91, 0x57, 0x30, 0xff, 0x94, 0x5c, 0x34, 0xff, 0x94, 0x5e, 0x37, 0xff, 0x97, 0x64, 0x3d, 0xff, 0x9a, 0x67, 0x44, 0xff, 0x98, 0x63, 0x49, 0xff, 0x99, 0x64, 0x4b, 0xff, 0x99, 0x67, 0x4d, 0xff, 0x9a, 0x6a, 0x4e, 0xff, 0x9c, 0x6a, 0x4b, 0xff, 0x9b, 0x65, 0x41, 0xff, 0x9b, 0x68, 0x45, 0xff, 0x9b, 0x6c, 0x47, 0xff, 0x9b, 0x6b, 0x45, 0xff, 0x9b, 0x68, 0x41, 0xff, 0x9c, 0x69, 0x3d, 0xff, 0x9d, 0x68, 0x3d, 0xff, 0xa0, 0x6b, 0x3e, 0xff, 0xa3, 0x6d, 0x3f, 0xff, 0xa5, 0x71, 0x3f, 0xff, 0xa9, 0x73, 0x40, 0xff, 0xab, 0x75, 0x41, 0xff, 0xac, 0x72, 0x40, 0xff, 0xae, 0x71, 0x3d, 0xff, 0xb2, 0x75, 0x3e, 0xff, 0xb3, 0x78, 0x3f, 0xff, 0xb5, 0x7c, 0x42, 0xff, 0xb6, 0x7f, 0x45, 0xff, 0xb8, 0x81, 0x49, 0xff, 0xba, 0x86, 0x4a, 0xff, 0xbc, 0x89, 0x4e, 0xff, 0xbf, 0x8c, 0x53, 0xff, 0xc2, 0x93, 0x54, 0xff, 0xc4, 0x96, 0x5a, 0xff, 0xc8, 0x9c, 0x5e, 0xff, 0xcb, 0x9f, 0x5f, 0xff, 0xcf, 0xa1, 0x60, 0xff, 0xdd, 0xa8, 0x65, 0xff, 0xe5, 0xaa, 0x66, 0xff, 0xef, 0xb0, 0x6b, 0xff, 0xf0, 0xb9, 0x70, 0xff, 0xf1, 0xca, 0x7a, 0xff, 0xef, 0xe0, 0x84, 0xff, 0xe6, 0xe8, 0x91, 0xff, 0xe7, 0xe8, 0xa4, 0xff, 0xec, 0xe8, 0xb5, 0xff, 0xf0, 0xe8, 0xc8, 0xff, 0xf0, 0xe8, 0xd1, 0xff, 0xef, 0xe8, 0xc3, 0xff, 0xea, 0xe9, 0xac, 0xff, 0xe7, 0xe7, 0x96, 0xff, 0xe9, 0xe3, 0x88, 0xff, 0xed, 0xd3, 0x82, 0xff, 0xf0, 0xb8, 0x71, 0xff, 0xf0, 0xa9, 0x65, 0xff, 0xf2, 0xa2, 0x5d, 0xff, 0xf2, 0x9e, 0x5b, 0xff, 0xef, 0x9e, 0x5a, 0xff, 0xee, 0xa9, 0x64, 0xff, 0xf1, 0xb0, 0x6b, 0xff, 0xf1, 0xb1, 0x6c, 0xff, 0xe3, 0xa3, 0x61, 0xff, 0xd5, 0x94, 0x53, 0xff, 0xd7, 0x97, 0x57, 0xff, 0xd7, 0x96, 0x56, 0xff, 0xd7, 0x96, 0x52, 0xff, 0xd8, 0x97, 0x52, 0xff, 0xda, 0x98, 0x50, 0xff, 0xdc, 0x95, 0x4e, 0xff, 0xdd, 0x94, 0x4d, 0xff, 0xda, 0x95, 0x4d, 0xff, 0xd9, 0x93, 0x4d, 0xff, 0xd6, 0x90, 0x4b, 0xff, 0xd1, 0x8f, 0x4a, 0xff, 0xcd, 0x8c, 0x4a, 0xff, 0xc9, 0x8a, 0x49, 0xff, 0xc4, 0x88, 0x46, 0xff, 0xc0, 0x83, 0x43, 0xff, 0xbd, 0x81, 0x42, 0xff, 0xba, 0x7d, 0x3f, 0xff, 0xb6, 0x79, 0x3c, 0xff, 0xb2, 0x76, 0x3a, 0xff, 0xae, 0x72, 0x38, 0xff, 0xaa, 0x6f, 0x36, 0xff, 0xa8, 0x6c, 0x34, 0xff, 0xa6, 0x69, 0x33, 0xff, 0xa4, 0x67, 0x33, 0xff, 0xa0, 0x63, 0x2f, 0xff, 0xa6, 0x6c, 0x38, 0xff, 0xd4, 0x8c, 0x4e, 0xff, 0xe3, 0x96, 0x52, 0xff, 0xd4, 0x8f, 0x4f, 0xff, 0xde, 0x91, 0x56, 0xff, 0xe6, 0x97, 0x5c, 0xff, 0xe8, 0x99, 0x5d, 0xff, 0xee, 0x9f, 0x62, 0xff, 0xf0, 0xab, 0x70, 0xff, 0xf2, 0xc5, 0x7f, 0xff, 0xf0, 0xe3, 0x91, 0xff, 0xef, 0xee, 0xae, 0xff, 0xeb, 0xca, 0x9b, 0xff, 0xef, 0xc3, 0x8d, 0xff, 0xf1, 0xc8, 0x89, 0xff, 0xf3, 0xc3, 0x82, 0xff, 0xf1, 0xb7, 0x79, 0xff, 0xf1, 0xac, 0x6d, 0xff, 0xf3, 0xa7, 0x67, 0xff, 0xed, 0xa2, 0x63, 0xff, 0xdb, 0x97, 0x5c, 0xff, 0xcb, 0x8c, 0x54, 0xff, 0xc4, 0x86, 0x4d, 0xff, 0xbd, 0x7e, 0x47, 0xff, 0xb4, 0x75, 0x41, 0xff, 0xae, 0x6f, 0x3b, 0xff, 0xa9, 0x69, 0x37, 0xff, 0xae, 0x71, 0x3f, 0xff, 0xae, 0x6f, 0x3f, 0xff, 0xaa, 0x6b, 0x3a, 0xff, 0xa8, 0x6a, 0x36, 0xff, 0xa5, 0x68, 0x37, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0x9f, 0x66, 0x39, 0xff, 0xa0, 0x65, 0x37, 0xff, 0x9d, 0x60, 0x34, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x91, 0x52, 0x2b, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8a, 0x49, 0x27, 0xff, 0x87, 0x48, 0x27, 0xff, 0x89, 0x47, 0x27, 0xff, 0x86, 0x45, 0x26, 0xff, 0x83, 0x43, 0x25, 0xff, 0x81, 0x44, 0x25, 0xff, 0x80, 0x43, 0x26, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x7d, 0x41, 0x23, 0xff, 0x7d, 0x3f, 0x21, 0xff, 0x7c, 0x3f, 0x1f, 0xff, 0x7c, 0x3e, 0x20, 0xff, 0x7b, 0x3e, 0x20, 0xff, 0x7b, 0x3d, 0x1f, 0xff, 0x79, 0x3b, 0x1f, 0xff, 0x77, 0x39, 0x1d, 0xff, 0x76, 0x3b, 0x1c, 0xff, 0x75, 0x3a, 0x1c, 0xff, 0x79, 0x3a, 0x20, 0xff, 0x79, 0x3d, 0x20, 0xff, 0x76, 0x3a, 0x1d, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x72, 0x36, 0x1a, 0xff, 0x70, 0x36, 0x18, 0xff, 0x70, 0x36, 0x17, 0xff, 0x6d, 0x31, 0x14, 0xff, 0x6d, 0x33, 0x17, 0xff, 0x6e, 0x33, 0x14, 0xff, 0x6d, 0x34, 0x17, 0xff, 0x6d, 0x33, 0x14, 0xff, 0x6e, 0x33, 0x14, 0xff, 0x70, 0x34, 0x17, 0xff, 0x6e, 0x33, 0x14, 0xff, 0x6f, 0x33, 0x17, 0xff, 0x70, 0x35, 0x15, 0xff, 0x6d, 0x34, 0x17, 0xff, 0x6e, 0x34, 0x18, 0xff, 0x6c, 0x33, 0x15, 0xff, 0x69, 0x31, 0x12, 0xff, 0x69, 0x31, 0x11, 0xff, 0x6b, 0x32, 0x12, 0xff, 0x6d, 0x33, 0x13, 0xff, 0x70, 0x35, 0x17, 0xff, 0x71, 0x36, 0x1a, 0xff, 0x70, 0x36, 0x17, 0xff, 0x71, 0x34, 0x17, 0xff, 0x71, 0x34, 0x1a, 0xff, 0x72, 0x38, 0x1a, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x77, 0x39, 0x1c, 0xff, 0x77, 0x3b, 0x1c, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x7c, 0x3d, 0x20, 0xff, 0x7b, 0x3e, 0x22, 0xff, 0x7d, 0x3f, 0x21, 0xff, - 0x7d, 0x3f, 0x21, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x7f, 0x41, 0x24, 0xff, 0x81, 0x41, 0x25, 0xff, 0x81, 0x42, 0x25, 0xff, 0x82, 0x43, 0x27, 0xff, 0x85, 0x46, 0x28, 0xff, 0x86, 0x47, 0x29, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x95, 0x56, 0x30, 0xff, 0x98, 0x58, 0x33, 0xff, 0x99, 0x5c, 0x36, 0xff, 0x9e, 0x5e, 0x37, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xaa, 0x6c, 0x3f, 0xff, 0xab, 0x6b, 0x40, 0xff, 0xab, 0x6b, 0x40, 0xff, 0xa8, 0x6b, 0x3f, 0xff, 0xac, 0x70, 0x44, 0xff, 0xad, 0x72, 0x45, 0xff, 0xb0, 0x73, 0x45, 0xff, 0xb3, 0x75, 0x48, 0xff, 0xc0, 0x83, 0x50, 0xff, 0xc8, 0x8b, 0x59, 0xff, 0xcd, 0x90, 0x59, 0xff, 0xd2, 0x92, 0x59, 0xff, 0xd7, 0x92, 0x5d, 0xff, 0xd1, 0x8f, 0x58, 0xff, 0xd6, 0x92, 0x5c, 0xff, 0xd3, 0x8e, 0x59, 0xff, 0xaa, 0x6f, 0x46, 0xff, 0x91, 0x53, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x98, 0x5a, 0x34, 0xff, 0x93, 0x57, 0x31, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8f, 0x54, 0x2e, 0xff, 0x91, 0x55, 0x30, 0xff, 0x92, 0x58, 0x33, 0xff, 0x94, 0x5c, 0x35, 0xff, 0x94, 0x5f, 0x38, 0xff, 0x97, 0x67, 0x41, 0xff, 0x99, 0x65, 0x48, 0xff, 0x98, 0x64, 0x4a, 0xff, 0x9a, 0x69, 0x4e, 0xff, 0x9b, 0x6a, 0x50, 0xff, 0x9b, 0x6a, 0x51, 0xff, 0x9b, 0x66, 0x47, 0xff, 0x9b, 0x65, 0x41, 0xff, 0x9b, 0x68, 0x44, 0xff, 0x9c, 0x6a, 0x43, 0xff, 0x9d, 0x6a, 0x3f, 0xff, 0x9d, 0x68, 0x3d, 0xff, 0x9c, 0x67, 0x39, 0xff, 0x9e, 0x67, 0x39, 0xff, 0xa0, 0x6a, 0x39, 0xff, 0xa4, 0x6d, 0x3c, 0xff, 0xa7, 0x6f, 0x3d, 0xff, 0xa9, 0x71, 0x3f, 0xff, 0xab, 0x72, 0x40, 0xff, 0xae, 0x70, 0x3e, 0xff, 0xb0, 0x73, 0x3f, 0xff, 0xb2, 0x77, 0x3e, 0xff, 0xb4, 0x7a, 0x41, 0xff, 0xb7, 0x7e, 0x45, 0xff, 0xb7, 0x84, 0x48, 0xff, 0xba, 0x87, 0x4b, 0xff, 0xbc, 0x8b, 0x4e, 0xff, 0xbe, 0x90, 0x51, 0xff, 0xc1, 0x95, 0x59, 0xff, 0xc4, 0x99, 0x5d, 0xff, 0xc3, 0x9c, 0x5e, 0xff, 0xc3, 0x9c, 0x5f, 0xff, 0xcb, 0xa3, 0x65, 0xff, 0xd8, 0xaa, 0x6a, 0xff, 0xe2, 0xaf, 0x6b, 0xff, 0xea, 0xb4, 0x6c, 0xff, 0xf0, 0xbc, 0x73, 0xff, 0xf0, 0xca, 0x78, 0xff, 0xeb, 0xdc, 0x82, 0xff, 0xe6, 0xe6, 0x8f, 0xff, 0xe7, 0xe7, 0x9c, 0xff, 0xeb, 0xe9, 0xaa, 0xff, 0xee, 0xe8, 0xb9, 0xff, 0xef, 0xe8, 0xc4, 0xff, 0xee, 0xe8, 0xbd, 0xff, 0xea, 0xe8, 0xad, 0xff, 0xe7, 0xe8, 0x99, 0xff, 0xe9, 0xe4, 0x82, 0xff, 0xf0, 0xd6, 0x7d, 0xff, 0xf1, 0xc1, 0x77, 0xff, 0xf0, 0xad, 0x67, 0xff, 0xf2, 0xa3, 0x5f, 0xff, 0xf2, 0xa0, 0x5b, 0xff, 0xf2, 0x9f, 0x5b, 0xff, 0xef, 0xa0, 0x5b, 0xff, 0xed, 0xa7, 0x61, 0xff, 0xf2, 0xb0, 0x6d, 0xff, 0xe8, 0xa5, 0x61, 0xff, 0xdd, 0x98, 0x52, 0xff, 0xde, 0x98, 0x53, 0xff, 0xde, 0x98, 0x55, 0xff, 0xdf, 0x99, 0x54, 0xff, 0xe0, 0x9c, 0x53, 0xff, 0xe3, 0x9c, 0x53, 0xff, 0xe5, 0x9c, 0x53, 0xff, 0xe8, 0x9e, 0x53, 0xff, 0xeb, 0x9e, 0x54, 0xff, 0xeb, 0x9b, 0x54, 0xff, 0xe7, 0x99, 0x53, 0xff, 0xe4, 0x99, 0x53, 0xff, 0xe2, 0x9b, 0x53, 0xff, 0xdc, 0x97, 0x51, 0xff, 0xd5, 0x91, 0x4f, 0xff, 0xcf, 0x90, 0x4f, 0xff, 0xc8, 0x8a, 0x4b, 0xff, 0xc1, 0x82, 0x48, 0xff, 0xbd, 0x80, 0x45, 0xff, 0xba, 0x7d, 0x42, 0xff, 0xb5, 0x78, 0x3f, 0xff, 0xb0, 0x74, 0x3b, 0xff, 0xad, 0x71, 0x38, 0xff, 0xaa, 0x6d, 0x37, 0xff, 0xa8, 0x6c, 0x35, 0xff, 0xa7, 0x69, 0x34, 0xff, 0x9b, 0x5c, 0x2c, 0xff, 0xbc, 0x7a, 0x42, 0xff, 0xe5, 0x97, 0x54, 0xff, 0xe2, 0x95, 0x56, 0xff, 0xe2, 0x97, 0x5b, 0xff, 0xed, 0x9a, 0x5e, 0xff, 0xee, 0x99, 0x5f, 0xff, 0xef, 0x9b, 0x60, 0xff, 0xf1, 0xa5, 0x66, 0xff, 0xf3, 0xb8, 0x75, 0xff, 0xf0, 0xd7, 0x89, 0xff, 0xeb, 0xeb, 0x9f, 0xff, 0xe7, 0xd9, 0xa2, 0xff, 0xf0, 0xca, 0x96, 0xff, 0xf3, 0xc9, 0x90, 0xff, 0xf3, 0xc8, 0x8a, 0xff, 0xf3, 0xc4, 0x80, 0xff, 0xf2, 0xb9, 0x78, 0xff, 0xf2, 0xb3, 0x6f, 0xff, 0xf3, 0xab, 0x69, 0xff, 0xe9, 0xa1, 0x65, 0xff, 0xde, 0x9a, 0x5f, 0xff, 0xd2, 0x91, 0x57, 0xff, 0xc8, 0x88, 0x4f, 0xff, 0xc0, 0x80, 0x4a, 0xff, 0xb8, 0x77, 0x44, 0xff, 0xb2, 0x73, 0x3f, 0xff, 0xab, 0x6c, 0x39, 0xff, 0xb2, 0x74, 0x41, 0xff, 0xb1, 0x72, 0x3f, 0xff, 0xad, 0x6c, 0x3b, 0xff, 0xa9, 0x6b, 0x38, 0xff, 0xa7, 0x6a, 0x38, 0xff, 0xa3, 0x67, 0x38, 0xff, 0x9f, 0x65, 0x37, 0xff, 0xa3, 0x63, 0x36, 0xff, 0x9f, 0x5d, 0x30, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x90, 0x4e, 0x2a, 0xff, 0x8d, 0x4d, 0x28, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x8c, 0x4a, 0x28, 0xff, 0x89, 0x49, 0x28, 0xff, 0x86, 0x48, 0x26, 0xff, 0x85, 0x44, 0x27, 0xff, 0x83, 0x44, 0x26, 0xff, 0x82, 0x44, 0x25, 0xff, 0x81, 0x43, 0x25, 0xff, 0x7d, 0x3f, 0x24, 0xff, 0x7d, 0x3f, 0x21, 0xff, 0x7b, 0x3e, 0x21, 0xff, 0x7c, 0x3d, 0x20, 0xff, 0x7a, 0x3e, 0x1f, 0xff, 0x77, 0x3c, 0x1f, 0xff, 0x76, 0x3c, 0x1d, 0xff, 0x76, 0x3a, 0x1f, 0xff, 0x77, 0x3c, 0x20, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x7a, 0x3f, 0x21, 0xff, 0x76, 0x3b, 0x1f, 0xff, 0x75, 0x39, 0x1c, 0xff, 0x73, 0x38, 0x1a, 0xff, 0x71, 0x36, 0x18, 0xff, 0x70, 0x35, 0x17, 0xff, 0x6e, 0x35, 0x17, 0xff, 0x6e, 0x34, 0x17, 0xff, 0x6e, 0x33, 0x17, 0xff, 0x6d, 0x31, 0x14, 0xff, 0x6e, 0x32, 0x14, 0xff, 0x6e, 0x33, 0x16, 0xff, 0x6c, 0x33, 0x17, 0xff, 0x6e, 0x32, 0x15, 0xff, 0x6f, 0x36, 0x17, 0xff, 0x6c, 0x33, 0x17, 0xff, 0x6d, 0x34, 0x17, 0xff, 0x6c, 0x32, 0x16, 0xff, 0x69, 0x31, 0x12, 0xff, 0x66, 0x30, 0x11, 0xff, 0x68, 0x31, 0x11, 0xff, 0x6a, 0x32, 0x14, 0xff, 0x6e, 0x32, 0x17, 0xff, 0x6e, 0x33, 0x17, 0xff, 0x6c, 0x33, 0x16, 0xff, 0x6d, 0x33, 0x17, 0xff, 0x6f, 0x35, 0x17, 0xff, 0x70, 0x34, 0x17, 0xff, 0x70, 0x35, 0x19, 0xff, 0x71, 0x37, 0x19, 0xff, 0x74, 0x36, 0x1a, 0xff, 0x74, 0x36, 0x1a, 0xff, 0x74, 0x38, 0x1b, 0xff, 0x76, 0x39, 0x1c, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x7a, 0x3c, 0x1f, 0xff, 0x7a, 0x3e, 0x1c, 0xff, 0x7c, 0x3d, 0x21, 0xff, - 0x7b, 0x3d, 0x1f, 0xff, 0x7d, 0x3f, 0x22, 0xff, 0x7e, 0x3e, 0x24, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x82, 0x43, 0x25, 0xff, 0x83, 0x45, 0x28, 0xff, 0x87, 0x46, 0x28, 0xff, 0x88, 0x48, 0x2a, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x93, 0x55, 0x30, 0xff, 0x96, 0x57, 0x33, 0xff, 0x96, 0x58, 0x34, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0xa0, 0x61, 0x36, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa2, 0x63, 0x37, 0xff, 0xa4, 0x64, 0x39, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xa7, 0x69, 0x3c, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xab, 0x6c, 0x42, 0xff, 0xa9, 0x6c, 0x43, 0xff, 0xac, 0x70, 0x43, 0xff, 0xaf, 0x71, 0x45, 0xff, 0xb4, 0x76, 0x48, 0xff, 0xc3, 0x89, 0x55, 0xff, 0xca, 0x8d, 0x58, 0xff, 0xcf, 0x92, 0x5b, 0xff, 0xd5, 0x94, 0x5d, 0xff, 0xd9, 0x95, 0x5e, 0xff, 0xd9, 0x94, 0x5e, 0xff, 0xdb, 0x95, 0x5e, 0xff, 0xde, 0x95, 0x5e, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x92, 0x54, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x94, 0x56, 0x32, 0xff, 0x95, 0x58, 0x33, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x8d, 0x52, 0x2d, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8f, 0x52, 0x2d, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x92, 0x55, 0x31, 0xff, 0x94, 0x5c, 0x33, 0xff, 0x93, 0x5d, 0x35, 0xff, 0x94, 0x62, 0x3b, 0xff, 0x95, 0x63, 0x40, 0xff, 0x99, 0x66, 0x4a, 0xff, 0x9b, 0x69, 0x4f, 0xff, 0x9c, 0x69, 0x4f, 0xff, 0x9b, 0x6b, 0x52, 0xff, 0x9c, 0x6a, 0x50, 0xff, 0x9b, 0x66, 0x42, 0xff, 0x9b, 0x67, 0x43, 0xff, 0x9c, 0x69, 0x43, 0xff, 0x9a, 0x6a, 0x3f, 0xff, 0x9c, 0x67, 0x3c, 0xff, 0x9c, 0x66, 0x37, 0xff, 0x9e, 0x65, 0x36, 0xff, 0xa1, 0x66, 0x36, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa5, 0x6c, 0x3b, 0xff, 0xa8, 0x70, 0x3d, 0xff, 0xaa, 0x71, 0x3e, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xaf, 0x73, 0x3f, 0xff, 0xb1, 0x77, 0x41, 0xff, 0xb4, 0x7b, 0x42, 0xff, 0xb6, 0x7e, 0x44, 0xff, 0xb8, 0x84, 0x49, 0xff, 0xba, 0x86, 0x4c, 0xff, 0xbc, 0x8c, 0x4f, 0xff, 0xbd, 0x92, 0x54, 0xff, 0xbe, 0x94, 0x58, 0xff, 0xbf, 0x97, 0x59, 0xff, 0xc1, 0x9a, 0x5f, 0xff, 0xc3, 0x9c, 0x62, 0xff, 0xc8, 0xa0, 0x65, 0xff, 0xd2, 0xa6, 0x6c, 0xff, 0xde, 0xac, 0x70, 0xff, 0xe8, 0xb0, 0x72, 0xff, 0xef, 0xba, 0x75, 0xff, 0xf2, 0xcc, 0x7b, 0xff, 0xef, 0xdd, 0x80, 0xff, 0xe8, 0xe7, 0x8a, 0xff, 0xe5, 0xe7, 0x97, 0xff, 0xe8, 0xe7, 0xa3, 0xff, 0xec, 0xe8, 0xad, 0xff, 0xec, 0xe8, 0xb3, 0xff, 0xeb, 0xe8, 0xb2, 0xff, 0xe9, 0xe9, 0xa9, 0xff, 0xe6, 0xe9, 0x99, 0xff, 0xe7, 0xe3, 0x85, 0xff, 0xee, 0xd8, 0x7d, 0xff, 0xf2, 0xc7, 0x79, 0xff, 0xf1, 0xb2, 0x6b, 0xff, 0xf1, 0xa9, 0x62, 0xff, 0xf1, 0xa1, 0x5e, 0xff, 0xf2, 0xa0, 0x5c, 0xff, 0xf2, 0x9e, 0x5a, 0xff, 0xef, 0xa1, 0x5d, 0xff, 0xf0, 0xac, 0x67, 0xff, 0xec, 0xaa, 0x63, 0xff, 0xe4, 0x9c, 0x53, 0xff, 0xe4, 0x99, 0x52, 0xff, 0xe3, 0x9b, 0x53, 0xff, 0xe5, 0x9d, 0x55, 0xff, 0xe7, 0x9e, 0x58, 0xff, 0xec, 0xa1, 0x57, 0xff, 0xf0, 0xa3, 0x57, 0xff, 0xf1, 0xa3, 0x59, 0xff, 0xf0, 0xa3, 0x5a, 0xff, 0xf1, 0xa5, 0x5a, 0xff, 0xf1, 0xa6, 0x5c, 0xff, 0xef, 0xa4, 0x5d, 0xff, 0xef, 0xa3, 0x5b, 0xff, 0xee, 0xa2, 0x5c, 0xff, 0xea, 0x9d, 0x5a, 0xff, 0xe1, 0x99, 0x56, 0xff, 0xd9, 0x96, 0x55, 0xff, 0xd1, 0x91, 0x50, 0xff, 0xc8, 0x8c, 0x4d, 0xff, 0xc1, 0x85, 0x49, 0xff, 0xbc, 0x81, 0x47, 0xff, 0xb8, 0x7d, 0x42, 0xff, 0xb4, 0x78, 0x3e, 0xff, 0xaf, 0x73, 0x3b, 0xff, 0xaa, 0x6e, 0x38, 0xff, 0xa8, 0x6c, 0x36, 0xff, 0xa7, 0x6b, 0x34, 0xff, 0x9f, 0x67, 0x32, 0xff, 0xcb, 0x87, 0x4a, 0xff, 0xec, 0x9b, 0x5d, 0xff, 0xeb, 0x9a, 0x60, 0xff, 0xef, 0x9d, 0x63, 0xff, 0xf0, 0x9d, 0x62, 0xff, 0xef, 0x9c, 0x61, 0xff, 0xf1, 0xa1, 0x62, 0xff, 0xf0, 0xac, 0x6c, 0xff, 0xf0, 0xc0, 0x7a, 0xff, 0xec, 0xe0, 0x8e, 0xff, 0xed, 0xeb, 0xa6, 0xff, 0xf0, 0xcd, 0x94, 0xff, 0xf2, 0xc6, 0x8f, 0xff, 0xf2, 0xca, 0x90, 0xff, 0xf3, 0xc8, 0x87, 0xff, 0xf2, 0xc8, 0x7e, 0xff, 0xf2, 0xc0, 0x78, 0xff, 0xf2, 0xb2, 0x70, 0xff, 0xf2, 0xa7, 0x6c, 0xff, 0xee, 0xa2, 0x69, 0xff, 0xe2, 0x9a, 0x62, 0xff, 0xd4, 0x94, 0x5a, 0xff, 0xcb, 0x8b, 0x52, 0xff, 0xc2, 0x82, 0x4c, 0xff, 0xba, 0x7a, 0x46, 0xff, 0xb2, 0x73, 0x42, 0xff, 0xb3, 0x73, 0x41, 0xff, 0xb6, 0x78, 0x45, 0xff, 0xb4, 0x76, 0x43, 0xff, 0xb0, 0x70, 0x3f, 0xff, 0xac, 0x6e, 0x3b, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0xa5, 0x67, 0x39, 0xff, 0xa3, 0x66, 0x36, 0xff, 0xa2, 0x63, 0x35, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9a, 0x57, 0x2d, 0xff, 0x96, 0x54, 0x2a, 0xff, 0x90, 0x4f, 0x29, 0xff, 0x8b, 0x49, 0x27, 0xff, 0x88, 0x48, 0x27, 0xff, 0x85, 0x47, 0x26, 0xff, 0x85, 0x46, 0x26, 0xff, 0x84, 0x45, 0x26, 0xff, 0x82, 0x44, 0x26, 0xff, 0x81, 0x45, 0x26, 0xff, 0x7f, 0x41, 0x25, 0xff, 0x7d, 0x3f, 0x22, 0xff, 0x7b, 0x3e, 0x22, 0xff, 0x7a, 0x3e, 0x20, 0xff, 0x77, 0x3b, 0x20, 0xff, 0x77, 0x3c, 0x1f, 0xff, 0x77, 0x3b, 0x20, 0xff, 0x77, 0x3c, 0x1f, 0xff, 0x7f, 0x42, 0x28, 0xff, 0x7e, 0x42, 0x28, 0xff, 0x7b, 0x3f, 0x25, 0xff, 0x79, 0x3d, 0x21, 0xff, 0x76, 0x3b, 0x1d, 0xff, 0x74, 0x38, 0x1c, 0xff, 0x73, 0x37, 0x1b, 0xff, 0x70, 0x36, 0x18, 0xff, 0x70, 0x34, 0x18, 0xff, 0x70, 0x35, 0x17, 0xff, 0x6d, 0x33, 0x17, 0xff, 0x6c, 0x33, 0x15, 0xff, 0x6c, 0x33, 0x15, 0xff, 0x6c, 0x33, 0x16, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6e, 0x32, 0x16, 0xff, 0x6c, 0x33, 0x14, 0xff, 0x6b, 0x33, 0x17, 0xff, 0x6c, 0x33, 0x17, 0xff, 0x6c, 0x32, 0x15, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x69, 0x2f, 0x10, 0xff, 0x67, 0x31, 0x15, 0xff, 0x6a, 0x33, 0x15, 0xff, 0x6a, 0x2f, 0x11, 0xff, 0x6b, 0x33, 0x14, 0xff, 0x6b, 0x33, 0x14, 0xff, 0x6c, 0x32, 0x13, 0xff, 0x6d, 0x33, 0x17, 0xff, 0x6f, 0x34, 0x14, 0xff, 0x6f, 0x33, 0x17, 0xff, 0x70, 0x36, 0x18, 0xff, 0x70, 0x35, 0x19, 0xff, 0x71, 0x37, 0x1a, 0xff, 0x72, 0x38, 0x1a, 0xff, 0x74, 0x39, 0x1b, 0xff, 0x76, 0x3a, 0x1b, 0xff, 0x76, 0x39, 0x1c, 0xff, 0x77, 0x3a, 0x1c, 0xff, 0x77, 0x3b, 0x1d, 0xff, - 0x78, 0x3c, 0x1d, 0xff, 0x7a, 0x3c, 0x1f, 0xff, 0x7c, 0x3e, 0x23, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x7f, 0x42, 0x25, 0xff, 0x81, 0x42, 0x27, 0xff, 0x83, 0x46, 0x28, 0xff, 0x87, 0x47, 0x29, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x89, 0x49, 0x2b, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8c, 0x4b, 0x2b, 0xff, 0x8d, 0x4d, 0x2d, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x93, 0x55, 0x31, 0xff, 0x93, 0x55, 0x34, 0xff, 0x99, 0x59, 0x32, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa8, 0x67, 0x3d, 0xff, 0xab, 0x6b, 0x3f, 0xff, 0xac, 0x6e, 0x43, 0xff, 0xae, 0x70, 0x44, 0xff, 0xac, 0x6e, 0x43, 0xff, 0xad, 0x70, 0x44, 0xff, 0xb9, 0x7e, 0x4f, 0xff, 0xc3, 0x87, 0x55, 0xff, 0xc9, 0x8e, 0x5a, 0xff, 0xcd, 0x93, 0x5c, 0xff, 0xd3, 0x97, 0x60, 0xff, 0xd9, 0x99, 0x62, 0xff, 0xe0, 0x99, 0x62, 0xff, 0xe2, 0x9a, 0x61, 0xff, 0xc7, 0x89, 0x55, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x92, 0x54, 0x31, 0xff, 0x91, 0x53, 0x30, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x93, 0x56, 0x30, 0xff, 0x93, 0x56, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x8d, 0x52, 0x2c, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x90, 0x56, 0x30, 0xff, 0x92, 0x5a, 0x33, 0xff, 0x92, 0x5d, 0x35, 0xff, 0x93, 0x61, 0x3c, 0xff, 0x94, 0x63, 0x42, 0xff, 0x98, 0x67, 0x4c, 0xff, 0x9b, 0x6b, 0x50, 0xff, 0x9a, 0x6b, 0x51, 0xff, 0x9b, 0x6b, 0x51, 0xff, 0x9d, 0x69, 0x4c, 0xff, 0x9b, 0x64, 0x40, 0xff, 0x9c, 0x68, 0x43, 0xff, 0x9b, 0x6b, 0x40, 0xff, 0x9d, 0x6a, 0x3d, 0xff, 0x9c, 0x67, 0x38, 0xff, 0x9c, 0x65, 0x36, 0xff, 0x9f, 0x65, 0x36, 0xff, 0xa1, 0x66, 0x36, 0xff, 0xa4, 0x6b, 0x38, 0xff, 0xa6, 0x6e, 0x3a, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xad, 0x71, 0x3c, 0xff, 0xb0, 0x76, 0x3e, 0xff, 0xb3, 0x7a, 0x3f, 0xff, 0xb5, 0x7e, 0x45, 0xff, 0xb7, 0x82, 0x49, 0xff, 0xb9, 0x87, 0x4d, 0xff, 0xba, 0x8c, 0x50, 0xff, 0xbb, 0x91, 0x54, 0xff, 0xbd, 0x94, 0x57, 0xff, 0xbf, 0x97, 0x5b, 0xff, 0xc1, 0x99, 0x60, 0xff, 0xc3, 0x9b, 0x64, 0xff, 0xc6, 0x9d, 0x68, 0xff, 0xcf, 0xa2, 0x70, 0xff, 0xda, 0xaa, 0x76, 0xff, 0xe0, 0xad, 0x76, 0xff, 0xec, 0xb4, 0x79, 0xff, 0xf3, 0xc2, 0x7e, 0xff, 0xf2, 0xd6, 0x83, 0xff, 0xec, 0xe7, 0x88, 0xff, 0xe2, 0xe8, 0x90, 0xff, 0xe6, 0xe8, 0x9a, 0xff, 0xea, 0xe9, 0xa4, 0xff, 0xe9, 0xe9, 0xa7, 0xff, 0xea, 0xe9, 0xa7, 0xff, 0xe8, 0xe8, 0xa1, 0xff, 0xe6, 0xe8, 0x93, 0xff, 0xea, 0xe2, 0x85, 0xff, 0xf2, 0xd7, 0x7a, 0xff, 0xf2, 0xca, 0x79, 0xff, 0xf0, 0xb6, 0x70, 0xff, 0xf0, 0xab, 0x65, 0xff, 0xf2, 0xa7, 0x60, 0xff, 0xf2, 0xa2, 0x5d, 0xff, 0xf1, 0xa0, 0x5c, 0xff, 0xf2, 0xa0, 0x5c, 0xff, 0xef, 0xa1, 0x5e, 0xff, 0xee, 0xaa, 0x66, 0xff, 0xeb, 0xa3, 0x5b, 0xff, 0xe6, 0x98, 0x4c, 0xff, 0xe8, 0x9f, 0x52, 0xff, 0xeb, 0xa1, 0x55, 0xff, 0xef, 0xa2, 0x58, 0xff, 0xf1, 0xa6, 0x5a, 0xff, 0xf2, 0xa8, 0x5b, 0xff, 0xf0, 0xa8, 0x5c, 0xff, 0xf0, 0xa8, 0x5f, 0xff, 0xf1, 0xac, 0x62, 0xff, 0xf2, 0xaf, 0x63, 0xff, 0xf2, 0xaf, 0x64, 0xff, 0xf0, 0xaf, 0x64, 0xff, 0xf1, 0xae, 0x65, 0xff, 0xf1, 0xaa, 0x65, 0xff, 0xef, 0xa5, 0x61, 0xff, 0xee, 0xa2, 0x5e, 0xff, 0xe9, 0xa1, 0x5c, 0xff, 0xdd, 0x9a, 0x58, 0xff, 0xd1, 0x91, 0x53, 0xff, 0xc7, 0x8c, 0x50, 0xff, 0xbf, 0x85, 0x4a, 0xff, 0xba, 0x7f, 0x45, 0xff, 0xb6, 0x7a, 0x42, 0xff, 0xb1, 0x75, 0x3e, 0xff, 0xad, 0x71, 0x3a, 0xff, 0xaa, 0x6f, 0x38, 0xff, 0xa6, 0x69, 0x34, 0xff, 0xa8, 0x6c, 0x37, 0xff, 0xd9, 0x90, 0x58, 0xff, 0xf2, 0xa1, 0x67, 0xff, 0xf0, 0xa2, 0x65, 0xff, 0xf1, 0xa1, 0x65, 0xff, 0xf0, 0x9e, 0x63, 0xff, 0xf0, 0x9f, 0x62, 0xff, 0xf1, 0xa4, 0x65, 0xff, 0xf1, 0xae, 0x6c, 0xff, 0xf1, 0xc8, 0x7d, 0xff, 0xee, 0xe7, 0x95, 0xff, 0xef, 0xd0, 0x8d, 0xff, 0xf3, 0xc7, 0x88, 0xff, 0xf3, 0xcc, 0x8d, 0xff, 0xf2, 0xca, 0x8b, 0xff, 0xf2, 0xce, 0x84, 0xff, 0xf3, 0xc6, 0x7c, 0xff, 0xf2, 0xbc, 0x76, 0xff, 0xf1, 0xb3, 0x75, 0xff, 0xf2, 0xab, 0x70, 0xff, 0xec, 0xa2, 0x69, 0xff, 0xe2, 0x9b, 0x61, 0xff, 0xd7, 0x95, 0x5a, 0xff, 0xce, 0x8d, 0x54, 0xff, 0xc5, 0x85, 0x4f, 0xff, 0xbd, 0x7f, 0x4a, 0xff, 0xba, 0x7b, 0x47, 0xff, 0xb9, 0x7a, 0x48, 0xff, 0xba, 0x7d, 0x4a, 0xff, 0xb6, 0x79, 0x45, 0xff, 0xb2, 0x76, 0x43, 0xff, 0xad, 0x71, 0x3f, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xa7, 0x69, 0x39, 0xff, 0xa7, 0x69, 0x39, 0xff, 0xa4, 0x64, 0x35, 0xff, 0x9e, 0x5e, 0x31, 0xff, 0x9a, 0x59, 0x2e, 0xff, 0x94, 0x55, 0x2b, 0xff, 0x90, 0x4f, 0x29, 0xff, 0x8e, 0x4b, 0x28, 0xff, 0x8a, 0x49, 0x27, 0xff, 0x87, 0x48, 0x26, 0xff, 0x83, 0x45, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x81, 0x44, 0x26, 0xff, 0x7f, 0x43, 0x27, 0xff, 0x7f, 0x41, 0x25, 0xff, 0x7d, 0x3f, 0x23, 0xff, 0x79, 0x3d, 0x20, 0xff, 0x78, 0x3b, 0x21, 0xff, 0x77, 0x3d, 0x20, 0xff, 0x77, 0x3b, 0x20, 0xff, 0x7e, 0x44, 0x27, 0xff, 0x82, 0x46, 0x2a, 0xff, 0x80, 0x44, 0x28, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7a, 0x40, 0x21, 0xff, 0x79, 0x3e, 0x20, 0xff, 0x77, 0x3b, 0x1d, 0xff, 0x75, 0x37, 0x1a, 0xff, 0x71, 0x38, 0x1a, 0xff, 0x71, 0x35, 0x19, 0xff, 0x70, 0x35, 0x17, 0xff, 0x6e, 0x33, 0x17, 0xff, 0x6c, 0x33, 0x17, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6a, 0x32, 0x14, 0xff, 0x6d, 0x33, 0x14, 0xff, 0x6c, 0x33, 0x16, 0xff, 0x6b, 0x33, 0x17, 0xff, 0x6e, 0x33, 0x17, 0xff, 0x67, 0x2f, 0x11, 0xff, 0x6a, 0x31, 0x13, 0xff, 0x69, 0x31, 0x12, 0xff, 0x68, 0x31, 0x12, 0xff, 0x68, 0x31, 0x11, 0xff, 0x68, 0x31, 0x11, 0xff, 0x68, 0x2e, 0x12, 0xff, 0x69, 0x2e, 0x12, 0xff, 0x69, 0x31, 0x13, 0xff, 0x6b, 0x30, 0x15, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6e, 0x32, 0x14, 0xff, 0x70, 0x34, 0x16, 0xff, 0x71, 0x35, 0x19, 0xff, 0x71, 0x36, 0x1a, 0xff, 0x71, 0x35, 0x1a, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x75, 0x39, 0x1a, 0xff, 0x75, 0x38, 0x1b, 0xff, 0x75, 0x39, 0x1b, 0xff, 0x77, 0x3a, 0x1c, 0xff, - 0x76, 0x3a, 0x1c, 0xff, 0x78, 0x3d, 0x1d, 0xff, 0x7a, 0x3c, 0x20, 0xff, 0x7b, 0x3c, 0x21, 0xff, 0x7d, 0x3e, 0x24, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x7e, 0x41, 0x25, 0xff, 0x83, 0x43, 0x27, 0xff, 0x84, 0x44, 0x28, 0xff, 0x85, 0x45, 0x28, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x88, 0x49, 0x29, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x8f, 0x53, 0x31, 0xff, 0x92, 0x54, 0x30, 0xff, 0x96, 0x56, 0x30, 0xff, 0x98, 0x59, 0x32, 0xff, 0x9f, 0x60, 0x35, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xa2, 0x61, 0x36, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa6, 0x65, 0x39, 0xff, 0xa7, 0x67, 0x3d, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xac, 0x6d, 0x41, 0xff, 0xae, 0x70, 0x43, 0xff, 0xb3, 0x73, 0x45, 0xff, 0xb0, 0x71, 0x44, 0xff, 0xbc, 0x80, 0x51, 0xff, 0xc2, 0x89, 0x55, 0xff, 0xc5, 0x8b, 0x5a, 0xff, 0xcc, 0x94, 0x5d, 0xff, 0xd1, 0x97, 0x61, 0xff, 0xd4, 0x9b, 0x64, 0xff, 0xdd, 0xa0, 0x67, 0xff, 0xe0, 0x9e, 0x66, 0xff, 0xa8, 0x6e, 0x43, 0xff, 0x91, 0x52, 0x30, 0xff, 0x94, 0x56, 0x31, 0xff, 0x93, 0x54, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x94, 0x56, 0x30, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x94, 0x55, 0x31, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x94, 0x56, 0x2f, 0xff, 0x95, 0x59, 0x31, 0xff, 0x94, 0x5c, 0x33, 0xff, 0x94, 0x5d, 0x36, 0xff, 0x93, 0x5f, 0x39, 0xff, 0x97, 0x66, 0x41, 0xff, 0x98, 0x66, 0x49, 0xff, 0x98, 0x65, 0x4d, 0xff, 0x99, 0x68, 0x4f, 0xff, 0x9b, 0x6c, 0x51, 0xff, 0x9b, 0x6d, 0x52, 0xff, 0x9d, 0x6b, 0x4c, 0xff, 0x9b, 0x67, 0x42, 0xff, 0x9c, 0x6a, 0x42, 0xff, 0x9d, 0x6c, 0x40, 0xff, 0x9c, 0x68, 0x3c, 0xff, 0x9c, 0x66, 0x38, 0xff, 0x9c, 0x66, 0x36, 0xff, 0x9f, 0x69, 0x38, 0xff, 0xa2, 0x6b, 0x37, 0xff, 0xa4, 0x6e, 0x3a, 0xff, 0xa7, 0x70, 0x3e, 0xff, 0xaa, 0x70, 0x3d, 0xff, 0xac, 0x70, 0x3a, 0xff, 0xae, 0x74, 0x3e, 0xff, 0xb1, 0x79, 0x42, 0xff, 0xb3, 0x7c, 0x43, 0xff, 0xb5, 0x81, 0x45, 0xff, 0xb7, 0x85, 0x4b, 0xff, 0xb8, 0x8b, 0x50, 0xff, 0xba, 0x90, 0x55, 0xff, 0xbd, 0x94, 0x59, 0xff, 0xbf, 0x95, 0x5b, 0xff, 0xc1, 0x98, 0x66, 0xff, 0xc2, 0x98, 0x6a, 0xff, 0xc4, 0x9a, 0x6e, 0xff, 0xcb, 0xa1, 0x76, 0xff, 0xd6, 0xa5, 0x7b, 0xff, 0xde, 0xa9, 0x7d, 0xff, 0xe7, 0xaf, 0x80, 0xff, 0xf0, 0xb6, 0x83, 0xff, 0xf2, 0xc6, 0x87, 0xff, 0xf2, 0xda, 0x8a, 0xff, 0xea, 0xe6, 0x8f, 0xff, 0xe5, 0xe7, 0x95, 0xff, 0xe6, 0xe7, 0x99, 0xff, 0xe7, 0xe8, 0x9d, 0xff, 0xe7, 0xe8, 0xa1, 0xff, 0xe5, 0xe7, 0x98, 0xff, 0xe6, 0xea, 0x8f, 0xff, 0xeb, 0xe1, 0x82, 0xff, 0xef, 0xcf, 0x73, 0xff, 0xef, 0xc4, 0x74, 0xff, 0xf2, 0xbb, 0x73, 0xff, 0xf2, 0xb1, 0x69, 0xff, 0xf0, 0xad, 0x65, 0xff, 0xf0, 0xa8, 0x62, 0xff, 0xf2, 0xa3, 0x5e, 0xff, 0xf1, 0xa1, 0x5d, 0xff, 0xf2, 0xa1, 0x5e, 0xff, 0xf0, 0xa4, 0x61, 0xff, 0xed, 0xa1, 0x5b, 0xff, 0xed, 0x9d, 0x50, 0xff, 0xee, 0x9e, 0x51, 0xff, 0xee, 0xa1, 0x54, 0xff, 0xf1, 0xa5, 0x58, 0xff, 0xf2, 0xa8, 0x58, 0xff, 0xf2, 0xa8, 0x5c, 0xff, 0xf0, 0xac, 0x60, 0xff, 0xef, 0xae, 0x63, 0xff, 0xf0, 0xb3, 0x69, 0xff, 0xef, 0xb8, 0x6d, 0xff, 0xf0, 0xbb, 0x6d, 0xff, 0xf1, 0xbd, 0x6f, 0xff, 0xf2, 0xbe, 0x70, 0xff, 0xf0, 0xb9, 0x6d, 0xff, 0xef, 0xb4, 0x6b, 0xff, 0xf0, 0xb2, 0x6b, 0xff, 0xf1, 0xac, 0x67, 0xff, 0xf2, 0xa7, 0x63, 0xff, 0xe7, 0x9d, 0x5c, 0xff, 0xd7, 0x95, 0x56, 0xff, 0xce, 0x90, 0x53, 0xff, 0xc5, 0x8a, 0x4f, 0xff, 0xbd, 0x83, 0x49, 0xff, 0xb7, 0x7c, 0x43, 0xff, 0xb2, 0x78, 0x3f, 0xff, 0xaf, 0x76, 0x3d, 0xff, 0xac, 0x72, 0x3a, 0xff, 0xa7, 0x6b, 0x35, 0xff, 0xb0, 0x72, 0x3c, 0xff, 0xde, 0x97, 0x5c, 0xff, 0xf4, 0xac, 0x6d, 0xff, 0xf1, 0xa7, 0x69, 0xff, 0xf1, 0xa4, 0x64, 0xff, 0xf2, 0xa2, 0x63, 0xff, 0xf1, 0x9e, 0x5f, 0xff, 0xf1, 0xa5, 0x63, 0xff, 0xf2, 0xaf, 0x6e, 0xff, 0xf0, 0xc5, 0x80, 0xff, 0xef, 0xc4, 0x7f, 0xff, 0xf2, 0xca, 0x82, 0xff, 0xf3, 0xcf, 0x87, 0xff, 0xf2, 0xce, 0x87, 0xff, 0xf2, 0xd1, 0x84, 0xff, 0xf1, 0xc2, 0x7c, 0xff, 0xef, 0xb5, 0x74, 0xff, 0xef, 0xab, 0x6c, 0xff, 0xf1, 0xa3, 0x65, 0xff, 0xf1, 0x9d, 0x63, 0xff, 0xec, 0x9e, 0x5f, 0xff, 0xe4, 0x9b, 0x5d, 0xff, 0xdd, 0x95, 0x5b, 0xff, 0xd5, 0x8f, 0x55, 0xff, 0xcb, 0x89, 0x52, 0xff, 0xc4, 0x84, 0x4f, 0xff, 0xc3, 0x85, 0x50, 0xff, 0xbd, 0x7f, 0x4b, 0xff, 0xbe, 0x81, 0x4f, 0xff, 0xba, 0x7d, 0x4b, 0xff, 0xb7, 0x7a, 0x48, 0xff, 0xb3, 0x75, 0x44, 0xff, 0xae, 0x70, 0x40, 0xff, 0xac, 0x6e, 0x3e, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xa4, 0x65, 0x36, 0xff, 0x9f, 0x60, 0x33, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x90, 0x51, 0x2a, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x8b, 0x4a, 0x28, 0xff, 0x88, 0x48, 0x27, 0xff, 0x85, 0x48, 0x27, 0xff, 0x85, 0x48, 0x28, 0xff, 0x85, 0x47, 0x27, 0xff, 0x7e, 0x42, 0x25, 0xff, 0x7c, 0x3f, 0x24, 0xff, 0x7a, 0x3e, 0x22, 0xff, 0x7a, 0x3d, 0x21, 0xff, 0x7a, 0x3d, 0x23, 0xff, 0x7d, 0x44, 0x25, 0xff, 0x81, 0x4b, 0x2a, 0xff, 0x83, 0x49, 0x2a, 0xff, 0x82, 0x46, 0x29, 0xff, 0x7e, 0x43, 0x28, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7b, 0x3e, 0x20, 0xff, 0x78, 0x3c, 0x1f, 0xff, 0x75, 0x39, 0x1d, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x6f, 0x36, 0x19, 0xff, 0x70, 0x35, 0x17, 0xff, 0x70, 0x33, 0x17, 0xff, 0x6f, 0x34, 0x17, 0xff, 0x6d, 0x33, 0x17, 0xff, 0x6b, 0x32, 0x14, 0xff, 0x6b, 0x32, 0x14, 0xff, 0x6c, 0x32, 0x14, 0xff, 0x6d, 0x32, 0x14, 0xff, 0x6c, 0x33, 0x14, 0xff, 0x6b, 0x30, 0x11, 0xff, 0x69, 0x32, 0x15, 0xff, 0x68, 0x30, 0x11, 0xff, 0x68, 0x31, 0x11, 0xff, 0x68, 0x31, 0x11, 0xff, 0x67, 0x30, 0x11, 0xff, 0x67, 0x30, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x66, 0x2f, 0x11, 0xff, 0x68, 0x31, 0x11, 0xff, 0x6a, 0x2e, 0x11, 0xff, 0x6b, 0x30, 0x12, 0xff, 0x6c, 0x33, 0x16, 0xff, 0x6e, 0x32, 0x14, 0xff, 0x6e, 0x34, 0x17, 0xff, 0x71, 0x36, 0x18, 0xff, 0x70, 0x34, 0x1a, 0xff, 0x72, 0x37, 0x1a, 0xff, 0x71, 0x36, 0x1a, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x76, 0x39, 0x1c, 0xff, - 0x75, 0x39, 0x1b, 0xff, 0x77, 0x3a, 0x1d, 0xff, 0x79, 0x3b, 0x1f, 0xff, 0x7a, 0x3c, 0x20, 0xff, 0x7b, 0x3c, 0x21, 0xff, 0x7c, 0x3e, 0x23, 0xff, 0x7e, 0x3e, 0x24, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x82, 0x43, 0x28, 0xff, 0x83, 0x44, 0x28, 0xff, 0x83, 0x45, 0x28, 0xff, 0x84, 0x46, 0x28, 0xff, 0x87, 0x49, 0x29, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x8e, 0x51, 0x31, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x96, 0x56, 0x31, 0xff, 0x98, 0x58, 0x32, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa4, 0x65, 0x38, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xa7, 0x66, 0x3c, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xaa, 0x6c, 0x40, 0xff, 0xac, 0x6c, 0x40, 0xff, 0xb3, 0x73, 0x44, 0xff, 0xc0, 0x81, 0x4f, 0xff, 0xc2, 0x86, 0x57, 0xff, 0xc0, 0x85, 0x54, 0xff, 0xc3, 0x8c, 0x5a, 0xff, 0xc8, 0x92, 0x5d, 0xff, 0xcd, 0x98, 0x61, 0xff, 0xd1, 0x98, 0x67, 0xff, 0xd9, 0x9e, 0x6a, 0xff, 0xda, 0x9d, 0x6a, 0xff, 0x9f, 0x66, 0x3c, 0xff, 0x96, 0x59, 0x34, 0xff, 0x98, 0x5b, 0x35, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x97, 0x59, 0x33, 0xff, 0x96, 0x57, 0x32, 0xff, 0x96, 0x58, 0x32, 0xff, 0x98, 0x57, 0x32, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x96, 0x57, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x94, 0x56, 0x30, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x94, 0x58, 0x30, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x98, 0x60, 0x37, 0xff, 0x98, 0x63, 0x3d, 0xff, 0x98, 0x68, 0x43, 0xff, 0x98, 0x67, 0x44, 0xff, 0x98, 0x67, 0x4a, 0xff, 0x97, 0x66, 0x4d, 0xff, 0x98, 0x68, 0x4e, 0xff, 0x9a, 0x69, 0x4e, 0xff, 0x9b, 0x6a, 0x4c, 0xff, 0x9a, 0x68, 0x44, 0xff, 0x9c, 0x6a, 0x42, 0xff, 0x9b, 0x6b, 0x41, 0xff, 0x9c, 0x6a, 0x3f, 0xff, 0x9d, 0x67, 0x3b, 0xff, 0x9c, 0x65, 0x38, 0xff, 0x9e, 0x66, 0x36, 0xff, 0xa1, 0x6a, 0x37, 0xff, 0xa3, 0x6c, 0x39, 0xff, 0xa6, 0x6e, 0x3b, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xaa, 0x70, 0x3a, 0xff, 0xac, 0x72, 0x3b, 0xff, 0xb0, 0x77, 0x3e, 0xff, 0xb2, 0x7c, 0x41, 0xff, 0xb4, 0x81, 0x46, 0xff, 0xb8, 0x88, 0x4c, 0xff, 0xb9, 0x8d, 0x50, 0xff, 0xbb, 0x93, 0x55, 0xff, 0xbe, 0x96, 0x5b, 0xff, 0xbf, 0x96, 0x62, 0xff, 0xc1, 0x97, 0x69, 0xff, 0xc2, 0x98, 0x70, 0xff, 0xc4, 0x99, 0x73, 0xff, 0xc9, 0x9c, 0x76, 0xff, 0xd2, 0xa1, 0x7c, 0xff, 0xda, 0xa6, 0x80, 0xff, 0xe3, 0xaa, 0x82, 0xff, 0xeb, 0xb0, 0x85, 0xff, 0xf2, 0xb9, 0x89, 0xff, 0xf3, 0xc8, 0x8b, 0xff, 0xf1, 0xdc, 0x8f, 0xff, 0xeb, 0xe8, 0x93, 0xff, 0xe5, 0xe7, 0x95, 0xff, 0xe6, 0xe7, 0x98, 0xff, 0xe4, 0xe9, 0x97, 0xff, 0xe1, 0xe8, 0x92, 0xff, 0xe4, 0xe7, 0x88, 0xff, 0xec, 0xdb, 0x7c, 0xff, 0xf1, 0xc9, 0x73, 0xff, 0xf2, 0xc0, 0x6f, 0xff, 0xf2, 0xba, 0x70, 0xff, 0xf0, 0xb4, 0x6e, 0xff, 0xf0, 0xb2, 0x6d, 0xff, 0xf1, 0xae, 0x69, 0xff, 0xf1, 0xa6, 0x60, 0xff, 0xf2, 0xa3, 0x5f, 0xff, 0xf2, 0xa3, 0x60, 0xff, 0xf2, 0xa1, 0x60, 0xff, 0xf1, 0xa0, 0x5d, 0xff, 0xef, 0xa0, 0x54, 0xff, 0xf0, 0x9f, 0x52, 0xff, 0xef, 0xa0, 0x54, 0xff, 0xf0, 0xa2, 0x57, 0xff, 0xf1, 0xa5, 0x5a, 0xff, 0xf0, 0xac, 0x5f, 0xff, 0xf0, 0xb2, 0x65, 0xff, 0xf2, 0xb7, 0x6a, 0xff, 0xf1, 0xbb, 0x6d, 0xff, 0xf0, 0xbf, 0x72, 0xff, 0xf1, 0xc9, 0x77, 0xff, 0xf2, 0xd1, 0x79, 0xff, 0xf0, 0xce, 0x7b, 0xff, 0xf2, 0xcf, 0x7b, 0xff, 0xf3, 0xd1, 0x7b, 0xff, 0xf2, 0xc5, 0x78, 0xff, 0xf0, 0xba, 0x76, 0xff, 0xf0, 0xb4, 0x71, 0xff, 0xf2, 0xae, 0x6b, 0xff, 0xf0, 0xa8, 0x66, 0xff, 0xe3, 0x9d, 0x5e, 0xff, 0xd5, 0x94, 0x58, 0xff, 0xc9, 0x8d, 0x54, 0xff, 0xc1, 0x87, 0x4f, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb5, 0x7a, 0x44, 0xff, 0xb0, 0x73, 0x3f, 0xff, 0xad, 0x71, 0x3d, 0xff, 0xa4, 0x6a, 0x38, 0xff, 0xc0, 0x82, 0x4c, 0xff, 0xea, 0xa7, 0x6b, 0xff, 0xf4, 0xad, 0x6e, 0xff, 0xf1, 0xa5, 0x69, 0xff, 0xf2, 0xa4, 0x66, 0xff, 0xf2, 0xa0, 0x5f, 0xff, 0xf1, 0xa0, 0x5c, 0xff, 0xf1, 0xa6, 0x62, 0xff, 0xf1, 0xad, 0x6d, 0xff, 0xf0, 0xb7, 0x78, 0xff, 0xf2, 0xbd, 0x7a, 0xff, 0xf2, 0xc8, 0x7e, 0xff, 0xf1, 0xc6, 0x80, 0xff, 0xf2, 0xbe, 0x7c, 0xff, 0xf3, 0xba, 0x79, 0xff, 0xf2, 0xb6, 0x77, 0xff, 0xf2, 0xb1, 0x70, 0xff, 0xf1, 0xa7, 0x69, 0xff, 0xf2, 0xa2, 0x66, 0xff, 0xef, 0x9c, 0x61, 0xff, 0xeb, 0x9a, 0x5d, 0xff, 0xe8, 0x99, 0x5d, 0xff, 0xe5, 0x97, 0x5c, 0xff, 0xe2, 0x95, 0x5a, 0xff, 0xd8, 0x90, 0x57, 0xff, 0xd3, 0x8e, 0x56, 0xff, 0xce, 0x8d, 0x57, 0xff, 0xc6, 0x89, 0x54, 0xff, 0xc2, 0x86, 0x52, 0xff, 0xbf, 0x85, 0x4f, 0xff, 0xbb, 0x7f, 0x4c, 0xff, 0xb4, 0x79, 0x47, 0xff, 0xb0, 0x71, 0x44, 0xff, 0xae, 0x70, 0x42, 0xff, 0xab, 0x6c, 0x3c, 0xff, 0xa8, 0x68, 0x37, 0xff, 0x9f, 0x60, 0x32, 0xff, 0x99, 0x57, 0x2f, 0xff, 0x95, 0x56, 0x2c, 0xff, 0x92, 0x52, 0x2b, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x88, 0x49, 0x28, 0xff, 0x84, 0x47, 0x28, 0xff, 0x81, 0x44, 0x28, 0xff, 0x7d, 0x41, 0x26, 0xff, 0x7c, 0x3f, 0x24, 0xff, 0x7c, 0x40, 0x24, 0xff, 0x7e, 0x40, 0x25, 0xff, 0x82, 0x48, 0x2a, 0xff, 0x83, 0x4a, 0x2b, 0xff, 0x83, 0x49, 0x2a, 0xff, 0x82, 0x47, 0x29, 0xff, 0x80, 0x45, 0x28, 0xff, 0x7e, 0x43, 0x26, 0xff, 0x7c, 0x40, 0x24, 0xff, 0x7b, 0x3d, 0x21, 0xff, 0x77, 0x3c, 0x1d, 0xff, 0x75, 0x39, 0x1c, 0xff, 0x73, 0x36, 0x1a, 0xff, 0x70, 0x35, 0x19, 0xff, 0x70, 0x34, 0x1a, 0xff, 0x70, 0x34, 0x1a, 0xff, 0x6e, 0x33, 0x16, 0xff, 0x6c, 0x32, 0x14, 0xff, 0x6a, 0x31, 0x14, 0xff, 0x6c, 0x32, 0x14, 0xff, 0x6d, 0x33, 0x15, 0xff, 0x6c, 0x31, 0x14, 0xff, 0x69, 0x31, 0x11, 0xff, 0x67, 0x31, 0x12, 0xff, 0x68, 0x31, 0x12, 0xff, 0x68, 0x31, 0x11, 0xff, 0x68, 0x30, 0x11, 0xff, 0x68, 0x2f, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x66, 0x30, 0x11, 0xff, 0x65, 0x2e, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x67, 0x2d, 0x11, 0xff, 0x68, 0x2f, 0x11, 0xff, 0x69, 0x31, 0x14, 0xff, 0x69, 0x31, 0x14, 0xff, 0x69, 0x30, 0x14, 0xff, 0x6c, 0x32, 0x16, 0xff, 0x6d, 0x33, 0x17, 0xff, 0x6e, 0x35, 0x17, 0xff, 0x6f, 0x35, 0x19, 0xff, 0x6f, 0x35, 0x16, 0xff, 0x71, 0x36, 0x19, 0xff, 0x74, 0x37, 0x1a, 0xff, - 0x71, 0x36, 0x19, 0xff, 0x75, 0x38, 0x1c, 0xff, 0x76, 0x3a, 0x1e, 0xff, 0x77, 0x3a, 0x20, 0xff, 0x79, 0x3d, 0x20, 0xff, 0x7b, 0x3d, 0x22, 0xff, 0x7c, 0x3f, 0x23, 0xff, 0x7e, 0x40, 0x25, 0xff, 0x80, 0x42, 0x27, 0xff, 0x7f, 0x42, 0x26, 0xff, 0x81, 0x42, 0x27, 0xff, 0x83, 0x44, 0x28, 0xff, 0x84, 0x45, 0x29, 0xff, 0x87, 0x47, 0x2a, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8b, 0x4e, 0x2e, 0xff, 0x8e, 0x51, 0x2f, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x94, 0x55, 0x30, 0xff, 0x96, 0x57, 0x31, 0xff, 0x98, 0x57, 0x31, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0xa2, 0x64, 0x38, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa6, 0x66, 0x3b, 0xff, 0xa7, 0x6a, 0x3e, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xaa, 0x6b, 0x41, 0xff, 0xb6, 0x75, 0x44, 0xff, 0xe5, 0x96, 0x5c, 0xff, 0xe0, 0x94, 0x5d, 0xff, 0xbb, 0x85, 0x53, 0xff, 0xc1, 0x8b, 0x59, 0xff, 0xc5, 0x90, 0x5c, 0xff, 0xca, 0x94, 0x60, 0xff, 0xcf, 0x99, 0x63, 0xff, 0xd6, 0x9b, 0x68, 0xff, 0xdc, 0x9e, 0x6e, 0xff, 0x99, 0x5d, 0x37, 0xff, 0x9a, 0x5d, 0x38, 0xff, 0x9a, 0x5d, 0x38, 0xff, 0x9a, 0x5e, 0x38, 0xff, 0x9b, 0x5d, 0x36, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x98, 0x5b, 0x33, 0xff, 0x98, 0x5b, 0x32, 0xff, 0x98, 0x5a, 0x33, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x93, 0x58, 0x31, 0xff, 0x95, 0x58, 0x31, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x98, 0x61, 0x38, 0xff, 0x9a, 0x67, 0x3d, 0xff, 0x9c, 0x6a, 0x44, 0xff, 0x9b, 0x6a, 0x46, 0xff, 0x99, 0x67, 0x49, 0xff, 0x98, 0x66, 0x4a, 0xff, 0x98, 0x69, 0x4c, 0xff, 0x9b, 0x6a, 0x4b, 0xff, 0x9c, 0x6a, 0x47, 0xff, 0x9b, 0x69, 0x41, 0xff, 0x9c, 0x6c, 0x42, 0xff, 0x9c, 0x6b, 0x42, 0xff, 0x9c, 0x69, 0x3e, 0xff, 0x9b, 0x65, 0x38, 0xff, 0x9d, 0x65, 0x37, 0xff, 0x9e, 0x67, 0x36, 0xff, 0xa1, 0x6a, 0x36, 0xff, 0xa4, 0x6c, 0x38, 0xff, 0xa7, 0x6f, 0x3b, 0xff, 0xa8, 0x6e, 0x38, 0xff, 0xaa, 0x70, 0x38, 0xff, 0xae, 0x76, 0x3b, 0xff, 0xb0, 0x7b, 0x41, 0xff, 0xb3, 0x80, 0x48, 0xff, 0xb5, 0x86, 0x4e, 0xff, 0xb7, 0x8d, 0x53, 0xff, 0xba, 0x96, 0x5a, 0xff, 0xbd, 0x97, 0x5f, 0xff, 0xc0, 0x99, 0x65, 0xff, 0xc3, 0x99, 0x6d, 0xff, 0xc3, 0x98, 0x73, 0xff, 0xc5, 0x98, 0x76, 0xff, 0xc7, 0x9c, 0x78, 0xff, 0xcf, 0xa1, 0x7a, 0xff, 0xd9, 0xa5, 0x7f, 0xff, 0xde, 0xa9, 0x82, 0xff, 0xe4, 0xac, 0x86, 0xff, 0xee, 0xb4, 0x8a, 0xff, 0xf3, 0xbc, 0x8e, 0xff, 0xf3, 0xcb, 0x92, 0xff, 0xf1, 0xde, 0x94, 0xff, 0xea, 0xe8, 0x92, 0xff, 0xe5, 0xe9, 0x93, 0xff, 0xe2, 0xe9, 0x93, 0xff, 0xe2, 0xe8, 0x8e, 0xff, 0xe8, 0xe8, 0x87, 0xff, 0xef, 0xdd, 0x7d, 0xff, 0xf0, 0xc5, 0x73, 0xff, 0xed, 0xb7, 0x6c, 0xff, 0xef, 0xb8, 0x6b, 0xff, 0xf2, 0xb9, 0x6e, 0xff, 0xf3, 0xbe, 0x73, 0xff, 0xf2, 0xba, 0x72, 0xff, 0xf0, 0xac, 0x67, 0xff, 0xf0, 0xa7, 0x62, 0xff, 0xf1, 0xa5, 0x61, 0xff, 0xf2, 0xa5, 0x62, 0xff, 0xf2, 0xa4, 0x60, 0xff, 0xf1, 0xa2, 0x58, 0xff, 0xf1, 0xa2, 0x54, 0xff, 0xf1, 0xa1, 0x56, 0xff, 0xf1, 0xa1, 0x58, 0xff, 0xf0, 0xa6, 0x5b, 0xff, 0xf1, 0xad, 0x60, 0xff, 0xf2, 0xb1, 0x63, 0xff, 0xf1, 0xb9, 0x69, 0xff, 0xf0, 0xc3, 0x72, 0xff, 0xf0, 0xcd, 0x78, 0xff, 0xf1, 0xde, 0x7f, 0xff, 0xf0, 0xe2, 0x84, 0xff, 0xed, 0xe5, 0x86, 0xff, 0xed, 0xe6, 0x87, 0xff, 0xed, 0xe1, 0x87, 0xff, 0xf0, 0xe3, 0x87, 0xff, 0xf1, 0xdb, 0x82, 0xff, 0xf2, 0xcc, 0x7d, 0xff, 0xf1, 0xc0, 0x77, 0xff, 0xf1, 0xb5, 0x72, 0xff, 0xf0, 0xac, 0x6c, 0xff, 0xeb, 0xa4, 0x65, 0xff, 0xdd, 0x9a, 0x5e, 0xff, 0xce, 0x90, 0x57, 0xff, 0xc3, 0x88, 0x50, 0xff, 0xbd, 0x82, 0x4b, 0xff, 0xb7, 0x7b, 0x45, 0xff, 0xb2, 0x75, 0x40, 0xff, 0xad, 0x71, 0x3e, 0xff, 0xa6, 0x6b, 0x38, 0xff, 0xbb, 0x83, 0x4d, 0xff, 0xe7, 0xab, 0x6e, 0xff, 0xf3, 0xaf, 0x71, 0xff, 0xf1, 0xa6, 0x69, 0xff, 0xf2, 0xa0, 0x61, 0xff, 0xf2, 0x9d, 0x5d, 0xff, 0xf1, 0xa1, 0x60, 0xff, 0xf1, 0xa6, 0x63, 0xff, 0xf1, 0xae, 0x6e, 0xff, 0xf1, 0xb2, 0x73, 0xff, 0xf0, 0xb4, 0x76, 0xff, 0xf1, 0xb7, 0x77, 0xff, 0xf2, 0xb7, 0x77, 0xff, 0xf1, 0xb8, 0x77, 0xff, 0xf1, 0xb6, 0x76, 0xff, 0xf2, 0xb0, 0x72, 0xff, 0xf1, 0xaa, 0x6a, 0xff, 0xf2, 0xa6, 0x65, 0xff, 0xf2, 0xa3, 0x64, 0xff, 0xf1, 0xa1, 0x61, 0xff, 0xf1, 0x9f, 0x60, 0xff, 0xf1, 0xa1, 0x5f, 0xff, 0xf1, 0xa0, 0x60, 0xff, 0xf1, 0x9f, 0x62, 0xff, 0xed, 0x9d, 0x61, 0xff, 0xe7, 0x9e, 0x63, 0xff, 0xdc, 0x97, 0x5f, 0xff, 0xcf, 0x8f, 0x59, 0xff, 0xc5, 0x8c, 0x56, 0xff, 0xbf, 0x86, 0x52, 0xff, 0xbb, 0x80, 0x4f, 0xff, 0xb5, 0x7a, 0x49, 0xff, 0xb3, 0x75, 0x45, 0xff, 0xaf, 0x72, 0x42, 0xff, 0xac, 0x6d, 0x3d, 0xff, 0xa5, 0x65, 0x36, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x97, 0x58, 0x2d, 0xff, 0x94, 0x54, 0x2b, 0xff, 0x91, 0x50, 0x2a, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x85, 0x47, 0x29, 0xff, 0x82, 0x44, 0x29, 0xff, 0x80, 0x44, 0x28, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x7d, 0x40, 0x25, 0xff, 0x85, 0x49, 0x2d, 0xff, 0x86, 0x4b, 0x2e, 0xff, 0x84, 0x4a, 0x2b, 0xff, 0x83, 0x48, 0x29, 0xff, 0x83, 0x47, 0x29, 0xff, 0x82, 0x45, 0x28, 0xff, 0x80, 0x43, 0x28, 0xff, 0x7e, 0x40, 0x24, 0xff, 0x7d, 0x3e, 0x23, 0xff, 0x7a, 0x3c, 0x20, 0xff, 0x75, 0x39, 0x1c, 0xff, 0x73, 0x36, 0x1a, 0xff, 0x71, 0x36, 0x1a, 0xff, 0x70, 0x34, 0x1a, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6c, 0x32, 0x16, 0xff, 0x6c, 0x33, 0x16, 0xff, 0x6b, 0x33, 0x17, 0xff, 0x6d, 0x31, 0x15, 0xff, 0x6c, 0x31, 0x14, 0xff, 0x69, 0x2f, 0x13, 0xff, 0x67, 0x32, 0x13, 0xff, 0x69, 0x30, 0x13, 0xff, 0x67, 0x30, 0x12, 0xff, 0x67, 0x31, 0x11, 0xff, 0x65, 0x2e, 0x11, 0xff, 0x65, 0x2e, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x64, 0x2f, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x67, 0x2e, 0x11, 0xff, 0x67, 0x2f, 0x11, 0xff, 0x67, 0x2e, 0x11, 0xff, 0x65, 0x2f, 0x12, 0xff, 0x67, 0x30, 0x12, 0xff, 0x6b, 0x30, 0x14, 0xff, 0x6c, 0x30, 0x15, 0xff, 0x6d, 0x33, 0x18, 0xff, 0x6c, 0x31, 0x15, 0xff, 0x6c, 0x33, 0x16, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x72, 0x35, 0x1a, 0xff, - 0x70, 0x35, 0x19, 0xff, 0x72, 0x37, 0x1c, 0xff, 0x74, 0x3a, 0x1c, 0xff, 0x75, 0x39, 0x1f, 0xff, 0x77, 0x3c, 0x1f, 0xff, 0x78, 0x3d, 0x21, 0xff, 0x7b, 0x3e, 0x21, 0xff, 0x7c, 0x3f, 0x23, 0xff, 0x7c, 0x3f, 0x24, 0xff, 0x7c, 0x3f, 0x24, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x81, 0x43, 0x28, 0xff, 0x82, 0x44, 0x28, 0xff, 0x86, 0x45, 0x2a, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x8c, 0x4e, 0x2e, 0xff, 0x8c, 0x4e, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x95, 0x55, 0x30, 0xff, 0x95, 0x57, 0x31, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x9f, 0x62, 0x36, 0xff, 0xa8, 0x6a, 0x3e, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xc4, 0x83, 0x4d, 0xff, 0xf5, 0x9c, 0x5e, 0xff, 0xf2, 0x9f, 0x61, 0xff, 0xe0, 0x9e, 0x66, 0xff, 0xb7, 0x81, 0x50, 0xff, 0xc3, 0x8e, 0x59, 0xff, 0xc7, 0x90, 0x5a, 0xff, 0xcb, 0x96, 0x62, 0xff, 0xd2, 0x9a, 0x65, 0xff, 0xd1, 0x99, 0x68, 0xff, 0x99, 0x5a, 0x38, 0xff, 0x9d, 0x60, 0x3a, 0xff, 0x9c, 0x5f, 0x38, 0xff, 0x9d, 0x5f, 0x37, 0xff, 0x9b, 0x5f, 0x37, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x9b, 0x5e, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x98, 0x5f, 0x35, 0xff, 0x9a, 0x66, 0x39, 0xff, 0x9a, 0x66, 0x3d, 0xff, 0x99, 0x69, 0x41, 0xff, 0x9a, 0x6a, 0x44, 0xff, 0x9a, 0x6a, 0x48, 0xff, 0x9a, 0x69, 0x48, 0xff, 0x98, 0x69, 0x46, 0xff, 0x9c, 0x6c, 0x45, 0xff, 0x9c, 0x6e, 0x42, 0xff, 0x9c, 0x6b, 0x41, 0xff, 0x9c, 0x6c, 0x43, 0xff, 0x9c, 0x69, 0x41, 0xff, 0x9b, 0x67, 0x3c, 0xff, 0x9c, 0x66, 0x37, 0xff, 0x9d, 0x67, 0x36, 0xff, 0xa0, 0x69, 0x36, 0xff, 0xa2, 0x6b, 0x37, 0xff, 0xa4, 0x6e, 0x3a, 0xff, 0xa8, 0x6f, 0x39, 0xff, 0xa9, 0x6e, 0x38, 0xff, 0xab, 0x72, 0x3b, 0xff, 0xaf, 0x78, 0x40, 0xff, 0xb1, 0x7e, 0x46, 0xff, 0xb3, 0x85, 0x4e, 0xff, 0xb6, 0x8d, 0x56, 0xff, 0xb8, 0x93, 0x5e, 0xff, 0xba, 0x96, 0x62, 0xff, 0xbe, 0x9a, 0x69, 0xff, 0xc1, 0x9a, 0x6e, 0xff, 0xc3, 0x9b, 0x73, 0xff, 0xc6, 0x9a, 0x76, 0xff, 0xc8, 0x9b, 0x78, 0xff, 0xcc, 0x9f, 0x7a, 0xff, 0xd4, 0xa3, 0x7e, 0xff, 0xdb, 0xa7, 0x7f, 0xff, 0xe1, 0xaa, 0x83, 0xff, 0xe9, 0xad, 0x86, 0xff, 0xf1, 0xb5, 0x8b, 0xff, 0xf3, 0xbe, 0x8f, 0xff, 0xf2, 0xcc, 0x91, 0xff, 0xf2, 0xdd, 0x94, 0xff, 0xeb, 0xe8, 0x93, 0xff, 0xe2, 0xea, 0x8f, 0xff, 0xe2, 0xe8, 0x8b, 0xff, 0xe8, 0xe5, 0x83, 0xff, 0xef, 0xd9, 0x7b, 0xff, 0xef, 0xc3, 0x71, 0xff, 0xef, 0xb5, 0x69, 0xff, 0xf0, 0xb4, 0x67, 0xff, 0xf1, 0xb5, 0x6b, 0xff, 0xf3, 0xc0, 0x76, 0xff, 0xf2, 0xc5, 0x7a, 0xff, 0xf2, 0xb9, 0x71, 0xff, 0xf1, 0xaa, 0x65, 0xff, 0xf2, 0xa5, 0x62, 0xff, 0xf3, 0xa3, 0x62, 0xff, 0xf3, 0xa4, 0x61, 0xff, 0xf1, 0xa2, 0x5a, 0xff, 0xf1, 0xa3, 0x56, 0xff, 0xf0, 0xa1, 0x57, 0xff, 0xf0, 0xa2, 0x58, 0xff, 0xf0, 0xa6, 0x5a, 0xff, 0xf1, 0xab, 0x60, 0xff, 0xf2, 0xb5, 0x67, 0xff, 0xf1, 0xbb, 0x6e, 0xff, 0xf2, 0xcc, 0x77, 0xff, 0xf1, 0xda, 0x7e, 0xff, 0xef, 0xe2, 0x86, 0xff, 0xe7, 0xe6, 0x8b, 0xff, 0xe2, 0xe6, 0x90, 0xff, 0xe6, 0xe9, 0x93, 0xff, 0xe6, 0xe9, 0x95, 0xff, 0xe5, 0xe9, 0x92, 0xff, 0xe7, 0xe9, 0x8e, 0xff, 0xeb, 0xe5, 0x8b, 0xff, 0xf1, 0xdb, 0x86, 0xff, 0xf2, 0xcd, 0x80, 0xff, 0xf1, 0xbd, 0x79, 0xff, 0xf3, 0xaf, 0x70, 0xff, 0xf0, 0xa8, 0x68, 0xff, 0xe2, 0x9e, 0x61, 0xff, 0xd2, 0x94, 0x5b, 0xff, 0xc5, 0x8a, 0x52, 0xff, 0xbd, 0x82, 0x4e, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb4, 0x79, 0x43, 0xff, 0xaf, 0x73, 0x40, 0xff, 0xa6, 0x6b, 0x39, 0xff, 0xc3, 0x8b, 0x54, 0xff, 0xeb, 0xaf, 0x71, 0xff, 0xf4, 0xaf, 0x71, 0xff, 0xf2, 0xa5, 0x66, 0xff, 0xf3, 0xa3, 0x63, 0xff, 0xf3, 0xa4, 0x63, 0xff, 0xf2, 0xa4, 0x63, 0xff, 0xf1, 0xa4, 0x64, 0xff, 0xf1, 0xa9, 0x6b, 0xff, 0xf1, 0xad, 0x70, 0xff, 0xf0, 0xb0, 0x73, 0xff, 0xf0, 0xb4, 0x74, 0xff, 0xf1, 0xb6, 0x74, 0xff, 0xf2, 0xb2, 0x70, 0xff, 0xf3, 0xaf, 0x6f, 0xff, 0xf1, 0xab, 0x6c, 0xff, 0xf2, 0xa6, 0x65, 0xff, 0xf2, 0xa5, 0x65, 0xff, 0xf1, 0xa6, 0x65, 0xff, 0xf1, 0xa8, 0x68, 0xff, 0xf1, 0xaa, 0x6a, 0xff, 0xf1, 0xa5, 0x67, 0xff, 0xf1, 0xa8, 0x68, 0xff, 0xf1, 0xaa, 0x69, 0xff, 0xef, 0xa9, 0x6a, 0xff, 0xf0, 0xa7, 0x69, 0xff, 0xee, 0xa2, 0x65, 0xff, 0xdd, 0x98, 0x60, 0xff, 0xcd, 0x92, 0x5b, 0xff, 0xc2, 0x88, 0x57, 0xff, 0xbb, 0x82, 0x52, 0xff, 0xb5, 0x7b, 0x4c, 0xff, 0xb4, 0x78, 0x48, 0xff, 0xb0, 0x72, 0x42, 0xff, 0xaa, 0x6c, 0x3c, 0xff, 0xa4, 0x62, 0x35, 0xff, 0x9f, 0x5e, 0x32, 0xff, 0x9c, 0x5a, 0x30, 0xff, 0x98, 0x57, 0x2d, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x87, 0x49, 0x29, 0xff, 0x82, 0x45, 0x28, 0xff, 0x84, 0x46, 0x29, 0xff, 0x82, 0x44, 0x28, 0xff, 0x87, 0x4d, 0x2e, 0xff, 0x88, 0x4c, 0x2f, 0xff, 0x85, 0x4b, 0x2d, 0xff, 0x85, 0x49, 0x2b, 0xff, 0x84, 0x49, 0x2a, 0xff, 0x82, 0x47, 0x28, 0xff, 0x82, 0x44, 0x28, 0xff, 0x7f, 0x44, 0x27, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x7c, 0x3f, 0x23, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x75, 0x39, 0x1e, 0xff, 0x74, 0x39, 0x1c, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x71, 0x36, 0x1a, 0xff, 0x6e, 0x31, 0x16, 0xff, 0x6e, 0x34, 0x14, 0xff, 0x6d, 0x32, 0x14, 0xff, 0x6e, 0x31, 0x14, 0xff, 0x6a, 0x32, 0x14, 0xff, 0x6b, 0x2f, 0x13, 0xff, 0x68, 0x31, 0x13, 0xff, 0x6a, 0x2e, 0x14, 0xff, 0x69, 0x2f, 0x12, 0xff, 0x67, 0x2f, 0x12, 0xff, 0x68, 0x2f, 0x11, 0xff, 0x67, 0x31, 0x11, 0xff, 0x64, 0x2e, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x64, 0x2e, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x67, 0x2d, 0x11, 0xff, 0x64, 0x2d, 0x11, 0xff, 0x64, 0x2f, 0x11, 0xff, 0x66, 0x2f, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x67, 0x30, 0x11, 0xff, 0x69, 0x30, 0x13, 0xff, 0x6c, 0x32, 0x14, 0xff, 0x6c, 0x32, 0x14, 0xff, 0x6c, 0x33, 0x18, 0xff, 0x6d, 0x33, 0x17, 0xff, 0x6e, 0x34, 0x1a, 0xff, - 0x6f, 0x32, 0x17, 0xff, 0x70, 0x36, 0x19, 0xff, 0x73, 0x37, 0x1b, 0xff, 0x74, 0x3a, 0x1c, 0xff, 0x76, 0x39, 0x1e, 0xff, 0x78, 0x3c, 0x20, 0xff, 0x77, 0x3b, 0x21, 0xff, 0x78, 0x3b, 0x1e, 0xff, 0x7b, 0x3d, 0x22, 0xff, 0x7c, 0x3f, 0x24, 0xff, 0x7f, 0x40, 0x27, 0xff, 0x7f, 0x40, 0x27, 0xff, 0x81, 0x43, 0x28, 0xff, 0x84, 0x46, 0x29, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x95, 0x57, 0x31, 0xff, 0x97, 0x57, 0x31, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9d, 0x5f, 0x34, 0xff, 0xa6, 0x66, 0x3c, 0xff, 0xaa, 0x69, 0x3e, 0xff, 0xb0, 0x6f, 0x41, 0xff, 0xeb, 0x99, 0x60, 0xff, 0xed, 0x98, 0x5e, 0xff, 0xf3, 0x9c, 0x5f, 0xff, 0xed, 0xa2, 0x63, 0xff, 0xd9, 0x99, 0x62, 0xff, 0xbc, 0x86, 0x53, 0xff, 0xc4, 0x8e, 0x5a, 0xff, 0xc9, 0x91, 0x5b, 0xff, 0xcf, 0x98, 0x5e, 0xff, 0xbf, 0x8a, 0x57, 0xff, 0x9c, 0x60, 0x39, 0xff, 0x9e, 0x61, 0x3c, 0xff, 0x9d, 0x60, 0x3a, 0xff, 0x9d, 0x61, 0x39, 0xff, 0x9c, 0x5f, 0x39, 0xff, 0x9d, 0x5f, 0x39, 0xff, 0x9d, 0x5f, 0x37, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9d, 0x5e, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9a, 0x5e, 0x36, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x9b, 0x63, 0x36, 0xff, 0x9c, 0x65, 0x37, 0xff, 0x9a, 0x65, 0x3a, 0xff, 0x9b, 0x68, 0x3d, 0xff, 0x9a, 0x69, 0x40, 0xff, 0x9b, 0x6a, 0x42, 0xff, 0x9b, 0x69, 0x43, 0xff, 0x9d, 0x6b, 0x43, 0xff, 0x9b, 0x6a, 0x40, 0xff, 0x9a, 0x6b, 0x3e, 0xff, 0x9b, 0x6b, 0x3e, 0xff, 0x9c, 0x6c, 0x41, 0xff, 0x9c, 0x6a, 0x43, 0xff, 0x9c, 0x67, 0x40, 0xff, 0x9d, 0x66, 0x39, 0xff, 0x9b, 0x65, 0x36, 0xff, 0x9e, 0x67, 0x36, 0xff, 0xa0, 0x69, 0x36, 0xff, 0xa4, 0x6d, 0x39, 0xff, 0xa5, 0x6d, 0x3b, 0xff, 0xa8, 0x6f, 0x3a, 0xff, 0xaa, 0x74, 0x3d, 0xff, 0xac, 0x77, 0x41, 0xff, 0xae, 0x7b, 0x46, 0xff, 0xb1, 0x84, 0x4d, 0xff, 0xb3, 0x88, 0x54, 0xff, 0xb6, 0x8f, 0x5d, 0xff, 0xb9, 0x96, 0x64, 0xff, 0xbd, 0x97, 0x67, 0xff, 0xbf, 0x9b, 0x6d, 0xff, 0xc3, 0x9d, 0x73, 0xff, 0xc4, 0x9d, 0x77, 0xff, 0xc7, 0x9d, 0x77, 0xff, 0xca, 0x9f, 0x78, 0xff, 0xcf, 0xa1, 0x7b, 0xff, 0xd5, 0xa4, 0x7f, 0xff, 0xde, 0xa6, 0x80, 0xff, 0xe4, 0xaa, 0x84, 0xff, 0xeb, 0xb0, 0x87, 0xff, 0xf1, 0xb6, 0x8b, 0xff, 0xf3, 0xbe, 0x8e, 0xff, 0xf2, 0xcd, 0x90, 0xff, 0xf3, 0xde, 0x91, 0xff, 0xed, 0xe8, 0x8a, 0xff, 0xe5, 0xe8, 0x86, 0xff, 0xea, 0xe6, 0x81, 0xff, 0xf3, 0xdb, 0x79, 0xff, 0xf2, 0xc4, 0x6f, 0xff, 0xf0, 0xb5, 0x65, 0xff, 0xef, 0xb1, 0x64, 0xff, 0xf0, 0xb5, 0x66, 0xff, 0xf2, 0xbc, 0x6e, 0xff, 0xf3, 0xca, 0x7a, 0xff, 0xf2, 0xc7, 0x79, 0xff, 0xf1, 0xb5, 0x6b, 0xff, 0xf2, 0xa8, 0x63, 0xff, 0xf0, 0xa6, 0x63, 0xff, 0xf0, 0xa6, 0x63, 0xff, 0xf1, 0xa8, 0x5d, 0xff, 0xf0, 0xa5, 0x58, 0xff, 0xf1, 0xa4, 0x57, 0xff, 0xf1, 0xa8, 0x59, 0xff, 0xf2, 0xab, 0x5e, 0xff, 0xf2, 0xae, 0x61, 0xff, 0xf0, 0xb2, 0x66, 0xff, 0xef, 0xbf, 0x6f, 0xff, 0xf2, 0xd1, 0x76, 0xff, 0xf2, 0xde, 0x81, 0xff, 0xea, 0xe8, 0x8a, 0xff, 0xe7, 0xe9, 0x91, 0xff, 0xe7, 0xe9, 0x99, 0xff, 0xe7, 0xea, 0xa0, 0xff, 0xe9, 0xe8, 0xa4, 0xff, 0xe9, 0xe9, 0xa3, 0xff, 0xe8, 0xea, 0x9e, 0xff, 0xe7, 0xea, 0x99, 0xff, 0xe8, 0xe8, 0x94, 0xff, 0xef, 0xe4, 0x8d, 0xff, 0xf2, 0xd4, 0x84, 0xff, 0xf2, 0xc3, 0x7c, 0xff, 0xf3, 0xb6, 0x74, 0xff, 0xf2, 0xaa, 0x6c, 0xff, 0xe7, 0x9f, 0x63, 0xff, 0xd6, 0x97, 0x5c, 0xff, 0xc8, 0x8e, 0x56, 0xff, 0xbe, 0x85, 0x50, 0xff, 0xb7, 0x7e, 0x49, 0xff, 0xb3, 0x79, 0x45, 0xff, 0xad, 0x72, 0x40, 0xff, 0xb9, 0x7b, 0x48, 0xff, 0xd0, 0x94, 0x5c, 0xff, 0xeb, 0xaa, 0x6d, 0xff, 0xf4, 0xaf, 0x6f, 0xff, 0xf2, 0xac, 0x6b, 0xff, 0xf2, 0xa8, 0x67, 0xff, 0xf2, 0xa6, 0x65, 0xff, 0xf2, 0xa4, 0x63, 0xff, 0xf2, 0xa4, 0x66, 0xff, 0xf2, 0xa9, 0x6c, 0xff, 0xf2, 0xb1, 0x72, 0xff, 0xf3, 0xb5, 0x70, 0xff, 0xf3, 0xb4, 0x6f, 0xff, 0xf3, 0xb2, 0x71, 0xff, 0xf2, 0xb0, 0x6f, 0xff, 0xf2, 0xac, 0x6d, 0xff, 0xf2, 0xa8, 0x6a, 0xff, 0xf3, 0xa8, 0x66, 0xff, 0xf1, 0xad, 0x6a, 0xff, 0xf2, 0xad, 0x6c, 0xff, 0xf3, 0xae, 0x6c, 0xff, 0xf3, 0xb4, 0x72, 0xff, 0xf3, 0xb5, 0x73, 0xff, 0xf3, 0xb2, 0x71, 0xff, 0xf2, 0xb1, 0x71, 0xff, 0xf3, 0xb1, 0x72, 0xff, 0xf2, 0xad, 0x6f, 0xff, 0xf4, 0xa7, 0x6d, 0xff, 0xea, 0xa1, 0x66, 0xff, 0xd5, 0x98, 0x60, 0xff, 0xc5, 0x8c, 0x5b, 0xff, 0xbc, 0x84, 0x55, 0xff, 0xb7, 0x7d, 0x4f, 0xff, 0xb2, 0x77, 0x4a, 0xff, 0xad, 0x72, 0x45, 0xff, 0xa6, 0x69, 0x3d, 0xff, 0xa1, 0x61, 0x35, 0xff, 0x9e, 0x5d, 0x31, 0xff, 0x9a, 0x5b, 0x2f, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x87, 0x49, 0x28, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x86, 0x48, 0x28, 0xff, 0x8c, 0x52, 0x31, 0xff, 0x8b, 0x50, 0x30, 0xff, 0x89, 0x4e, 0x2f, 0xff, 0x87, 0x4d, 0x2e, 0xff, 0x85, 0x4b, 0x2d, 0xff, 0x83, 0x48, 0x2b, 0xff, 0x83, 0x48, 0x29, 0xff, 0x82, 0x44, 0x28, 0xff, 0x7f, 0x44, 0x27, 0xff, 0x7f, 0x41, 0x25, 0xff, 0x7d, 0x3f, 0x23, 0xff, 0x7b, 0x3d, 0x1f, 0xff, 0x78, 0x3b, 0x1e, 0xff, 0x75, 0x39, 0x1c, 0xff, 0x74, 0x39, 0x1c, 0xff, 0x70, 0x35, 0x18, 0xff, 0x6f, 0x36, 0x17, 0xff, 0x6e, 0x34, 0x15, 0xff, 0x6e, 0x34, 0x16, 0xff, 0x6c, 0x33, 0x17, 0xff, 0x6e, 0x31, 0x17, 0xff, 0x6b, 0x32, 0x17, 0xff, 0x6a, 0x31, 0x14, 0xff, 0x68, 0x31, 0x13, 0xff, 0x69, 0x2f, 0x12, 0xff, 0x69, 0x31, 0x12, 0xff, 0x67, 0x30, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x66, 0x2f, 0x11, 0xff, 0x68, 0x2f, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x64, 0x2e, 0x11, 0xff, 0x64, 0x2e, 0x11, 0xff, 0x64, 0x2c, 0x11, 0xff, 0x64, 0x2e, 0x11, 0xff, 0x62, 0x2e, 0x11, 0xff, 0x64, 0x31, 0x11, 0xff, 0x66, 0x2e, 0x12, 0xff, 0x67, 0x2f, 0x13, 0xff, 0x69, 0x2f, 0x13, 0xff, 0x6a, 0x31, 0x14, 0xff, 0x6b, 0x31, 0x13, 0xff, 0x6e, 0x33, 0x15, 0xff, 0x6e, 0x34, 0x19, 0xff, - 0x6e, 0x34, 0x17, 0xff, 0x6e, 0x33, 0x18, 0xff, 0x70, 0x35, 0x1b, 0xff, 0x74, 0x36, 0x1b, 0xff, 0x74, 0x39, 0x1c, 0xff, 0x75, 0x3a, 0x1f, 0xff, 0x75, 0x3a, 0x1e, 0xff, 0x76, 0x3a, 0x20, 0xff, 0x7a, 0x3c, 0x22, 0xff, 0x7c, 0x3e, 0x24, 0xff, 0x7d, 0x3e, 0x25, 0xff, 0x7f, 0x41, 0x27, 0xff, 0x82, 0x43, 0x27, 0xff, 0x86, 0x47, 0x2a, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x8a, 0x49, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x94, 0x53, 0x30, 0xff, 0x97, 0x58, 0x32, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x9a, 0x5c, 0x34, 0xff, 0x9c, 0x5e, 0x35, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0xa1, 0x61, 0x38, 0xff, 0xc4, 0x84, 0x52, 0xff, 0xe0, 0x95, 0x5a, 0xff, 0xe9, 0x97, 0x5f, 0xff, 0xf2, 0x9d, 0x62, 0xff, 0xf3, 0xa2, 0x60, 0xff, 0xec, 0xa2, 0x63, 0xff, 0xca, 0x91, 0x5b, 0xff, 0xc2, 0x89, 0x56, 0xff, 0xc6, 0x8e, 0x57, 0xff, 0xcc, 0x90, 0x59, 0xff, 0xb8, 0x7f, 0x4f, 0xff, 0x9f, 0x62, 0x3a, 0xff, 0x9e, 0x62, 0x3a, 0xff, 0x9e, 0x63, 0x3a, 0xff, 0x9e, 0x62, 0x3a, 0xff, 0x9d, 0x62, 0x39, 0xff, 0x9e, 0x63, 0x3b, 0xff, 0x9e, 0x63, 0x3a, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9e, 0x63, 0x38, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9e, 0x62, 0x36, 0xff, 0x9c, 0x63, 0x37, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9c, 0x64, 0x37, 0xff, 0x9c, 0x67, 0x3a, 0xff, 0x9e, 0x6a, 0x3d, 0xff, 0x9d, 0x6b, 0x3e, 0xff, 0x9d, 0x6a, 0x3e, 0xff, 0x9b, 0x6a, 0x40, 0xff, 0x9c, 0x6b, 0x41, 0xff, 0x9b, 0x6a, 0x3d, 0xff, 0x9a, 0x69, 0x3c, 0xff, 0x9b, 0x69, 0x3d, 0xff, 0x9b, 0x69, 0x3e, 0xff, 0x9c, 0x6a, 0x42, 0xff, 0x9c, 0x6a, 0x41, 0xff, 0x9b, 0x69, 0x3d, 0xff, 0x9c, 0x68, 0x37, 0xff, 0x9d, 0x67, 0x35, 0xff, 0x9f, 0x69, 0x36, 0xff, 0xa1, 0x6b, 0x39, 0xff, 0xa4, 0x6f, 0x3b, 0xff, 0xa7, 0x6f, 0x3b, 0xff, 0xa9, 0x71, 0x3d, 0xff, 0xac, 0x77, 0x43, 0xff, 0xae, 0x7f, 0x49, 0xff, 0xb1, 0x81, 0x4f, 0xff, 0xb2, 0x86, 0x56, 0xff, 0xb5, 0x8b, 0x5b, 0xff, 0xb9, 0x92, 0x62, 0xff, 0xba, 0x96, 0x67, 0xff, 0xbd, 0x98, 0x6d, 0xff, 0xbf, 0x9d, 0x70, 0xff, 0xc2, 0x9f, 0x75, 0xff, 0xc6, 0x9f, 0x78, 0xff, 0xc9, 0xa0, 0x79, 0xff, 0xcd, 0xa0, 0x7a, 0xff, 0xd3, 0xa4, 0x7e, 0xff, 0xd9, 0xa7, 0x7f, 0xff, 0xe0, 0xaa, 0x82, 0xff, 0xe7, 0xac, 0x83, 0xff, 0xef, 0xb0, 0x86, 0xff, 0xf3, 0xb8, 0x8b, 0xff, 0xf2, 0xc4, 0x8a, 0xff, 0xf3, 0xd4, 0x88, 0xff, 0xf1, 0xe3, 0x8a, 0xff, 0xec, 0xe9, 0x87, 0xff, 0xed, 0xea, 0x84, 0xff, 0xef, 0xde, 0x7c, 0xff, 0xee, 0xc7, 0x71, 0xff, 0xf1, 0xb7, 0x68, 0xff, 0xf1, 0xb0, 0x61, 0xff, 0xf0, 0xb1, 0x64, 0xff, 0xef, 0xb5, 0x6a, 0xff, 0xf1, 0xc0, 0x74, 0xff, 0xf2, 0xc9, 0x79, 0xff, 0xf1, 0xba, 0x70, 0xff, 0xf1, 0xac, 0x65, 0xff, 0xf3, 0xa7, 0x63, 0xff, 0xf2, 0xa4, 0x62, 0xff, 0xf0, 0xa2, 0x5a, 0xff, 0xf0, 0xa3, 0x55, 0xff, 0xf2, 0xa8, 0x58, 0xff, 0xf3, 0xaa, 0x5b, 0xff, 0xf1, 0xab, 0x5c, 0xff, 0xf2, 0xae, 0x62, 0xff, 0xf0, 0xb4, 0x68, 0xff, 0xf0, 0xbc, 0x6e, 0xff, 0xf2, 0xcf, 0x78, 0xff, 0xee, 0xdf, 0x80, 0xff, 0xe6, 0xe5, 0x8a, 0xff, 0xe5, 0xe9, 0x96, 0xff, 0xe8, 0xe9, 0xa0, 0xff, 0xea, 0xea, 0xa8, 0xff, 0xea, 0xea, 0xae, 0xff, 0xec, 0xe9, 0xaf, 0xff, 0xed, 0xe9, 0xae, 0xff, 0xec, 0xeb, 0xa8, 0xff, 0xe9, 0xeb, 0xa1, 0xff, 0xe7, 0xea, 0x9a, 0xff, 0xeb, 0xe9, 0x92, 0xff, 0xf0, 0xdc, 0x8a, 0xff, 0xf0, 0xc5, 0x81, 0xff, 0xf1, 0xb8, 0x78, 0xff, 0xf2, 0xac, 0x6e, 0xff, 0xe8, 0x9f, 0x65, 0xff, 0xd7, 0x95, 0x5e, 0xff, 0xc8, 0x8d, 0x57, 0xff, 0xc0, 0x86, 0x50, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xb2, 0x76, 0x44, 0xff, 0xb9, 0x7d, 0x49, 0xff, 0xc3, 0x81, 0x47, 0xff, 0xd5, 0x96, 0x5b, 0xff, 0xe7, 0xad, 0x71, 0xff, 0xf2, 0xb3, 0x74, 0xff, 0xf2, 0xae, 0x6f, 0xff, 0xf1, 0xa7, 0x6a, 0xff, 0xf2, 0xa5, 0x66, 0xff, 0xf1, 0xa5, 0x66, 0xff, 0xf2, 0xad, 0x6d, 0xff, 0xf3, 0xb2, 0x73, 0xff, 0xf3, 0xb1, 0x71, 0xff, 0xf2, 0xb0, 0x6e, 0xff, 0xf2, 0xb2, 0x70, 0xff, 0xf3, 0xb1, 0x6e, 0xff, 0xf2, 0xaf, 0x6c, 0xff, 0xf2, 0xaf, 0x6c, 0xff, 0xf2, 0xac, 0x6a, 0xff, 0xf1, 0xab, 0x69, 0xff, 0xf2, 0xb0, 0x6e, 0xff, 0xf3, 0xb7, 0x74, 0xff, 0xf4, 0xbe, 0x78, 0xff, 0xf4, 0xc3, 0x7c, 0xff, 0xf4, 0xc2, 0x7d, 0xff, 0xf4, 0xc2, 0x7c, 0xff, 0xf3, 0xbd, 0x7c, 0xff, 0xf1, 0xbb, 0x7c, 0xff, 0xf3, 0xb5, 0x76, 0xff, 0xf3, 0xae, 0x70, 0xff, 0xf2, 0xa7, 0x6b, 0xff, 0xe1, 0x9b, 0x65, 0xff, 0xcc, 0x90, 0x5f, 0xff, 0xbe, 0x87, 0x57, 0xff, 0xb9, 0x81, 0x50, 0xff, 0xb3, 0x79, 0x4a, 0xff, 0xae, 0x72, 0x44, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa4, 0x65, 0x37, 0xff, 0x9d, 0x5b, 0x32, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8e, 0x53, 0x30, 0xff, 0x8b, 0x50, 0x32, 0xff, 0x8b, 0x4f, 0x30, 0xff, 0x89, 0x4e, 0x2d, 0xff, 0x87, 0x4b, 0x2d, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x85, 0x4a, 0x2a, 0xff, 0x83, 0x47, 0x28, 0xff, 0x81, 0x45, 0x27, 0xff, 0x81, 0x43, 0x25, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x7b, 0x3d, 0x22, 0xff, 0x79, 0x3c, 0x1e, 0xff, 0x77, 0x3a, 0x1c, 0xff, 0x75, 0x39, 0x1c, 0xff, 0x72, 0x37, 0x1a, 0xff, 0x6f, 0x32, 0x18, 0xff, 0x6f, 0x35, 0x18, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6d, 0x34, 0x19, 0xff, 0x6c, 0x34, 0x18, 0xff, 0x69, 0x32, 0x18, 0xff, 0x6b, 0x31, 0x13, 0xff, 0x69, 0x31, 0x13, 0xff, 0x68, 0x31, 0x13, 0xff, 0x67, 0x30, 0x12, 0xff, 0x66, 0x2f, 0x11, 0xff, 0x67, 0x2f, 0x11, 0xff, 0x67, 0x2f, 0x12, 0xff, 0x65, 0x2e, 0x11, 0xff, 0x63, 0x2d, 0x0f, 0xff, 0x62, 0x2b, 0x0d, 0xff, 0x62, 0x2f, 0x11, 0xff, 0x63, 0x2e, 0x10, 0xff, 0x62, 0x2e, 0x10, 0xff, 0x64, 0x2d, 0x10, 0xff, 0x65, 0x2f, 0x11, 0xff, 0x66, 0x2f, 0x12, 0xff, 0x68, 0x2f, 0x13, 0xff, 0x68, 0x30, 0x13, 0xff, 0x67, 0x2f, 0x13, 0xff, 0x69, 0x31, 0x13, 0xff, 0x6c, 0x32, 0x16, 0xff, 0x6d, 0x32, 0x17, 0xff, - 0x6e, 0x34, 0x17, 0xff, 0x6e, 0x34, 0x19, 0xff, 0x70, 0x34, 0x19, 0xff, 0x70, 0x35, 0x19, 0xff, 0x72, 0x36, 0x1c, 0xff, 0x73, 0x38, 0x1c, 0xff, 0x75, 0x38, 0x1e, 0xff, 0x75, 0x3a, 0x1e, 0xff, 0x78, 0x3c, 0x20, 0xff, 0x7a, 0x3d, 0x22, 0xff, 0x7c, 0x3e, 0x23, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x82, 0x44, 0x28, 0xff, 0x86, 0x46, 0x2a, 0xff, 0x86, 0x48, 0x2b, 0xff, 0x87, 0x4b, 0x2b, 0xff, 0x88, 0x49, 0x29, 0xff, 0x89, 0x4c, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x94, 0x55, 0x30, 0xff, 0x97, 0x57, 0x32, 0xff, 0x99, 0x5a, 0x34, 0xff, 0x9a, 0x5b, 0x35, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0xad, 0x6e, 0x42, 0xff, 0xc1, 0x85, 0x52, 0xff, 0xd3, 0x8f, 0x58, 0xff, 0xde, 0x95, 0x5e, 0xff, 0xee, 0x9c, 0x61, 0xff, 0xf4, 0xa0, 0x64, 0xff, 0xf2, 0xa3, 0x64, 0xff, 0xe3, 0xa1, 0x63, 0xff, 0xbf, 0x88, 0x53, 0xff, 0xc4, 0x8d, 0x59, 0xff, 0xc8, 0x90, 0x58, 0xff, 0xb3, 0x76, 0x48, 0xff, 0xa2, 0x65, 0x3c, 0xff, 0xa0, 0x62, 0x39, 0xff, 0x9f, 0x64, 0x39, 0xff, 0x9f, 0x63, 0x39, 0xff, 0xa0, 0x63, 0x39, 0xff, 0x9f, 0x65, 0x3a, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0xa0, 0x64, 0x39, 0xff, 0x9f, 0x63, 0x38, 0xff, 0x9e, 0x64, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9f, 0x65, 0x38, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0x9e, 0x64, 0x39, 0xff, 0x9e, 0x65, 0x39, 0xff, 0xa0, 0x68, 0x3d, 0xff, 0x9f, 0x6a, 0x3d, 0xff, 0xa0, 0x6b, 0x3e, 0xff, 0x9e, 0x6c, 0x3f, 0xff, 0x9c, 0x6a, 0x3d, 0xff, 0x9d, 0x6a, 0x3d, 0xff, 0x9c, 0x68, 0x3a, 0xff, 0x9c, 0x67, 0x37, 0xff, 0x9c, 0x67, 0x37, 0xff, 0x9c, 0x6a, 0x3c, 0xff, 0x9c, 0x6b, 0x40, 0xff, 0x9b, 0x69, 0x3e, 0xff, 0x9c, 0x68, 0x3a, 0xff, 0x9c, 0x67, 0x37, 0xff, 0x9d, 0x69, 0x37, 0xff, 0xa0, 0x6a, 0x39, 0xff, 0xa2, 0x6d, 0x3b, 0xff, 0xa4, 0x6c, 0x3a, 0xff, 0xa8, 0x71, 0x3e, 0xff, 0xaa, 0x75, 0x43, 0xff, 0xac, 0x79, 0x47, 0xff, 0xaf, 0x80, 0x4c, 0xff, 0xb1, 0x83, 0x53, 0xff, 0xb3, 0x87, 0x5a, 0xff, 0xb6, 0x8c, 0x5e, 0xff, 0xb9, 0x91, 0x63, 0xff, 0xbb, 0x98, 0x6b, 0xff, 0xbe, 0x9b, 0x70, 0xff, 0xc1, 0x9e, 0x73, 0xff, 0xc4, 0xa1, 0x76, 0xff, 0xc6, 0xa1, 0x78, 0xff, 0xca, 0xa1, 0x79, 0xff, 0xcd, 0xa2, 0x7c, 0xff, 0xd4, 0xa5, 0x7f, 0xff, 0xdb, 0xa7, 0x80, 0xff, 0xe2, 0xa9, 0x83, 0xff, 0xe9, 0xad, 0x84, 0xff, 0xf0, 0xb3, 0x83, 0xff, 0xf2, 0xbe, 0x84, 0xff, 0xf4, 0xcd, 0x86, 0xff, 0xf3, 0xdc, 0x89, 0xff, 0xf2, 0xe5, 0x8a, 0xff, 0xf0, 0xe8, 0x86, 0xff, 0xef, 0xe4, 0x7f, 0xff, 0xf1, 0xd0, 0x76, 0xff, 0xf1, 0xba, 0x6c, 0xff, 0xf0, 0xae, 0x63, 0xff, 0xef, 0xac, 0x61, 0xff, 0xf0, 0xaf, 0x65, 0xff, 0xf2, 0xb7, 0x6d, 0xff, 0xf1, 0xbf, 0x74, 0xff, 0xf1, 0xbb, 0x70, 0xff, 0xf3, 0xb0, 0x66, 0xff, 0xf2, 0xa9, 0x62, 0xff, 0xf1, 0xa5, 0x61, 0xff, 0xf1, 0xa5, 0x58, 0xff, 0xf0, 0xa2, 0x50, 0xff, 0xf1, 0xa2, 0x54, 0xff, 0xf1, 0xa8, 0x5b, 0xff, 0xf0, 0xab, 0x5e, 0xff, 0xf2, 0xaf, 0x62, 0xff, 0xf2, 0xb5, 0x68, 0xff, 0xf1, 0xc0, 0x6f, 0xff, 0xf2, 0xcf, 0x78, 0xff, 0xef, 0xe0, 0x80, 0xff, 0xe7, 0xe8, 0x8b, 0xff, 0xe6, 0xe7, 0x99, 0xff, 0xe9, 0xea, 0xa5, 0xff, 0xea, 0xe9, 0xae, 0xff, 0xed, 0xea, 0xb5, 0xff, 0xef, 0xe9, 0xbb, 0xff, 0xef, 0xe9, 0xbd, 0xff, 0xef, 0xea, 0xb6, 0xff, 0xed, 0xe9, 0xaf, 0xff, 0xea, 0xea, 0xa6, 0xff, 0xe7, 0xea, 0x9d, 0xff, 0xea, 0xea, 0x94, 0xff, 0xef, 0xe0, 0x8a, 0xff, 0xef, 0xc7, 0x80, 0xff, 0xf1, 0xb5, 0x78, 0xff, 0xf3, 0xac, 0x70, 0xff, 0xe9, 0xa2, 0x67, 0xff, 0xd7, 0x96, 0x5f, 0xff, 0xc7, 0x8a, 0x57, 0xff, 0xbf, 0x85, 0x50, 0xff, 0xb9, 0x81, 0x4b, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xd0, 0x8d, 0x51, 0xff, 0xd2, 0x8d, 0x51, 0xff, 0xcb, 0x8f, 0x54, 0xff, 0xde, 0xa6, 0x6b, 0xff, 0xf1, 0xb3, 0x76, 0xff, 0xf1, 0xaf, 0x6e, 0xff, 0xf0, 0xa9, 0x6a, 0xff, 0xf1, 0xb0, 0x6f, 0xff, 0xf2, 0xb4, 0x73, 0xff, 0xf2, 0xb2, 0x72, 0xff, 0xf2, 0xb2, 0x6f, 0xff, 0xf2, 0xb1, 0x6e, 0xff, 0xf3, 0xb0, 0x6e, 0xff, 0xf3, 0xb1, 0x6f, 0xff, 0xf3, 0xb0, 0x6f, 0xff, 0xf1, 0xad, 0x6c, 0xff, 0xf2, 0xad, 0x6c, 0xff, 0xf2, 0xad, 0x6e, 0xff, 0xf3, 0xb0, 0x72, 0xff, 0xf3, 0xb8, 0x77, 0xff, 0xf3, 0xc5, 0x7e, 0xff, 0xf4, 0xd5, 0x86, 0xff, 0xf4, 0xda, 0x8c, 0xff, 0xf0, 0xde, 0x8f, 0xff, 0xf2, 0xdf, 0x90, 0xff, 0xf3, 0xda, 0x8d, 0xff, 0xf2, 0xcc, 0x87, 0xff, 0xf4, 0xc1, 0x81, 0xff, 0xf4, 0xb7, 0x7a, 0xff, 0xf4, 0xac, 0x73, 0xff, 0xed, 0xa3, 0x69, 0xff, 0xd8, 0x95, 0x61, 0xff, 0xc5, 0x89, 0x59, 0xff, 0xbd, 0x81, 0x53, 0xff, 0xb4, 0x79, 0x4b, 0xff, 0xae, 0x73, 0x45, 0xff, 0xa6, 0x69, 0x3c, 0xff, 0xa0, 0x60, 0x35, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x98, 0x56, 0x2e, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x92, 0x55, 0x2e, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8b, 0x52, 0x2f, 0xff, 0x8b, 0x50, 0x30, 0xff, 0x8a, 0x4f, 0x2e, 0xff, 0x89, 0x4f, 0x2d, 0xff, 0x87, 0x4d, 0x2c, 0xff, 0x87, 0x4b, 0x2b, 0xff, 0x84, 0x48, 0x29, 0xff, 0x83, 0x47, 0x28, 0xff, 0x81, 0x44, 0x27, 0xff, 0x7e, 0x40, 0x25, 0xff, 0x7c, 0x3d, 0x23, 0xff, 0x7a, 0x3d, 0x20, 0xff, 0x79, 0x3a, 0x1f, 0xff, 0x74, 0x38, 0x1c, 0xff, 0x73, 0x37, 0x19, 0xff, 0x70, 0x35, 0x19, 0xff, 0x71, 0x35, 0x1a, 0xff, 0x70, 0x35, 0x1a, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x6d, 0x34, 0x18, 0xff, 0x6d, 0x34, 0x17, 0xff, 0x6b, 0x30, 0x13, 0xff, 0x6a, 0x32, 0x13, 0xff, 0x68, 0x30, 0x12, 0xff, 0x68, 0x31, 0x13, 0xff, 0x67, 0x2f, 0x11, 0xff, 0x68, 0x2f, 0x11, 0xff, 0x65, 0x2d, 0x10, 0xff, 0x62, 0x2f, 0x11, 0xff, 0x61, 0x2c, 0x0f, 0xff, 0x61, 0x2f, 0x0d, 0xff, 0x63, 0x2e, 0x11, 0xff, 0x62, 0x2e, 0x0f, 0xff, 0x62, 0x2e, 0x11, 0xff, 0x64, 0x2d, 0x11, 0xff, 0x65, 0x2d, 0x11, 0xff, 0x66, 0x2f, 0x11, 0xff, 0x68, 0x2f, 0x13, 0xff, 0x67, 0x2f, 0x11, 0xff, 0x68, 0x31, 0x13, 0xff, 0x6a, 0x31, 0x13, 0xff, 0x6c, 0x32, 0x16, 0xff, 0x6d, 0x32, 0x17, 0xff, - 0x6f, 0x35, 0x17, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x70, 0x34, 0x19, 0xff, 0x70, 0x33, 0x19, 0xff, 0x70, 0x35, 0x1a, 0xff, 0x74, 0x38, 0x1c, 0xff, 0x74, 0x3a, 0x1e, 0xff, 0x76, 0x37, 0x1e, 0xff, 0x76, 0x3c, 0x21, 0xff, 0x79, 0x3d, 0x21, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x83, 0x44, 0x28, 0xff, 0x85, 0x47, 0x29, 0xff, 0x88, 0x4b, 0x2b, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x87, 0x48, 0x28, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x94, 0x56, 0x30, 0xff, 0x95, 0x56, 0x32, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0xa6, 0x66, 0x3d, 0xff, 0xc1, 0x86, 0x55, 0xff, 0xc2, 0x85, 0x52, 0xff, 0xcb, 0x8d, 0x56, 0xff, 0xd0, 0x8e, 0x57, 0xff, 0xd9, 0x92, 0x5c, 0xff, 0xe6, 0x99, 0x60, 0xff, 0xf5, 0xa5, 0x66, 0xff, 0xf0, 0xa6, 0x64, 0xff, 0xdb, 0x9e, 0x63, 0xff, 0xc1, 0x89, 0x52, 0xff, 0xc8, 0x92, 0x5a, 0xff, 0xb0, 0x74, 0x47, 0xff, 0xa2, 0x65, 0x3c, 0xff, 0xa2, 0x64, 0x3c, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0xa0, 0x63, 0x39, 0xff, 0xa1, 0x64, 0x3c, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa1, 0x65, 0x37, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa1, 0x65, 0x39, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa2, 0x69, 0x3c, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0xa1, 0x6a, 0x3d, 0xff, 0xa1, 0x6c, 0x3e, 0xff, 0xa1, 0x6d, 0x3d, 0xff, 0xa1, 0x6d, 0x3e, 0xff, 0x9f, 0x6a, 0x3c, 0xff, 0x9e, 0x68, 0x3a, 0xff, 0x9e, 0x67, 0x38, 0xff, 0x9c, 0x64, 0x34, 0xff, 0x9c, 0x65, 0x34, 0xff, 0x9c, 0x67, 0x39, 0xff, 0x9c, 0x6a, 0x3d, 0xff, 0x9c, 0x6a, 0x3a, 0xff, 0x9c, 0x68, 0x39, 0xff, 0x9c, 0x68, 0x38, 0xff, 0x9e, 0x6a, 0x3a, 0xff, 0xa1, 0x6b, 0x3c, 0xff, 0xa4, 0x70, 0x3e, 0xff, 0xa6, 0x71, 0x41, 0xff, 0xa8, 0x72, 0x41, 0xff, 0xaa, 0x76, 0x45, 0xff, 0xac, 0x7d, 0x4a, 0xff, 0xae, 0x7f, 0x4e, 0xff, 0xb1, 0x83, 0x56, 0xff, 0xb4, 0x87, 0x5a, 0xff, 0xb7, 0x8d, 0x60, 0xff, 0xb9, 0x94, 0x65, 0xff, 0xbc, 0x99, 0x6c, 0xff, 0xbf, 0x9c, 0x6f, 0xff, 0xc1, 0xa0, 0x70, 0xff, 0xc4, 0xa1, 0x74, 0xff, 0xc7, 0xa1, 0x77, 0xff, 0xcc, 0xa2, 0x7a, 0xff, 0xd0, 0xa4, 0x7d, 0xff, 0xd6, 0xa6, 0x7c, 0xff, 0xdc, 0xa8, 0x7a, 0xff, 0xe2, 0xaa, 0x7b, 0xff, 0xea, 0xb0, 0x7d, 0xff, 0xf1, 0xb7, 0x7e, 0xff, 0xf1, 0xc3, 0x81, 0xff, 0xf0, 0xd1, 0x88, 0xff, 0xf2, 0xd9, 0x8b, 0xff, 0xf4, 0xdf, 0x8a, 0xff, 0xf2, 0xdf, 0x82, 0xff, 0xf0, 0xd5, 0x79, 0xff, 0xf0, 0xc0, 0x6f, 0xff, 0xf0, 0xaf, 0x65, 0xff, 0xef, 0xab, 0x60, 0xff, 0xef, 0xab, 0x5e, 0xff, 0xf0, 0xb2, 0x66, 0xff, 0xf3, 0xbb, 0x70, 0xff, 0xf3, 0xb9, 0x6c, 0xff, 0xf2, 0xb0, 0x67, 0xff, 0xf3, 0xa9, 0x61, 0xff, 0xf2, 0xa5, 0x5f, 0xff, 0xf0, 0xa2, 0x59, 0xff, 0xf2, 0xa4, 0x52, 0xff, 0xf2, 0xa7, 0x54, 0xff, 0xf0, 0xa8, 0x57, 0xff, 0xf0, 0xae, 0x5c, 0xff, 0xef, 0xb1, 0x61, 0xff, 0xf0, 0xb2, 0x68, 0xff, 0xf0, 0xb5, 0x6a, 0xff, 0xf2, 0xca, 0x74, 0xff, 0xf1, 0xdc, 0x7f, 0xff, 0xe7, 0xe4, 0x8a, 0xff, 0xe4, 0xea, 0x98, 0xff, 0xe9, 0xe9, 0xa3, 0xff, 0xec, 0xea, 0xae, 0xff, 0xf0, 0xea, 0xbc, 0xff, 0xf2, 0xea, 0xcb, 0xff, 0xf2, 0xea, 0xd1, 0xff, 0xf1, 0xe9, 0xca, 0xff, 0xef, 0xe9, 0xbe, 0xff, 0xee, 0xea, 0xb1, 0xff, 0xeb, 0xea, 0xa9, 0xff, 0xe6, 0xe9, 0x9f, 0xff, 0xe8, 0xea, 0x93, 0xff, 0xf1, 0xe4, 0x8a, 0xff, 0xf4, 0xcb, 0x7f, 0xff, 0xf3, 0xb4, 0x75, 0xff, 0xf1, 0xa8, 0x69, 0xff, 0xe6, 0xa0, 0x62, 0xff, 0xd9, 0x98, 0x5d, 0xff, 0xcf, 0x92, 0x58, 0xff, 0xc4, 0x8a, 0x52, 0xff, 0xbc, 0x83, 0x4e, 0xff, 0xc9, 0x8b, 0x50, 0xff, 0xd8, 0x95, 0x55, 0xff, 0xd1, 0x8e, 0x54, 0xff, 0xc6, 0x87, 0x50, 0xff, 0xd5, 0x9b, 0x61, 0xff, 0xeb, 0xae, 0x71, 0xff, 0xf0, 0xb6, 0x74, 0xff, 0xef, 0xb3, 0x70, 0xff, 0xf1, 0xad, 0x6d, 0xff, 0xf3, 0xaf, 0x6f, 0xff, 0xf2, 0xb1, 0x71, 0xff, 0xf3, 0xb0, 0x70, 0xff, 0xf3, 0xb0, 0x6f, 0xff, 0xf3, 0xae, 0x6f, 0xff, 0xf3, 0xad, 0x6e, 0xff, 0xf3, 0xac, 0x6d, 0xff, 0xf3, 0xac, 0x6d, 0xff, 0xf3, 0xaf, 0x70, 0xff, 0xf2, 0xb4, 0x75, 0xff, 0xf4, 0xc2, 0x7d, 0xff, 0xf4, 0xd6, 0x84, 0xff, 0xf0, 0xe8, 0x91, 0xff, 0xe9, 0xeb, 0x9a, 0xff, 0xe9, 0xeb, 0x9c, 0xff, 0xe9, 0xe9, 0xa0, 0xff, 0xe7, 0xeb, 0x9c, 0xff, 0xe9, 0xea, 0x98, 0xff, 0xf2, 0xe1, 0x91, 0xff, 0xf4, 0xce, 0x88, 0xff, 0xf2, 0xbb, 0x7d, 0xff, 0xf1, 0xaf, 0x76, 0xff, 0xef, 0xa5, 0x6d, 0xff, 0xdc, 0x97, 0x61, 0xff, 0xcc, 0x8c, 0x59, 0xff, 0xc4, 0x87, 0x55, 0xff, 0xb5, 0x78, 0x4a, 0xff, 0xa9, 0x6d, 0x40, 0xff, 0xa4, 0x65, 0x38, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0x9a, 0x5d, 0x32, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x8e, 0x54, 0x2e, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x88, 0x4d, 0x2b, 0xff, 0x87, 0x4c, 0x2a, 0xff, 0x84, 0x47, 0x28, 0xff, 0x84, 0x44, 0x27, 0xff, 0x80, 0x42, 0x26, 0xff, 0x7d, 0x40, 0x25, 0xff, 0x7d, 0x3e, 0x23, 0xff, 0x7a, 0x3c, 0x20, 0xff, 0x77, 0x3a, 0x1d, 0xff, 0x75, 0x37, 0x19, 0xff, 0x73, 0x38, 0x19, 0xff, 0x72, 0x38, 0x1c, 0xff, 0x70, 0x36, 0x1c, 0xff, 0x6f, 0x35, 0x1c, 0xff, 0x70, 0x35, 0x19, 0xff, 0x6e, 0x34, 0x18, 0xff, 0x6f, 0x35, 0x17, 0xff, 0x6b, 0x32, 0x17, 0xff, 0x6a, 0x30, 0x13, 0xff, 0x69, 0x31, 0x11, 0xff, 0x6a, 0x31, 0x13, 0xff, 0x6a, 0x31, 0x13, 0xff, 0x64, 0x2d, 0x11, 0xff, 0x62, 0x2d, 0x11, 0xff, 0x62, 0x2e, 0x11, 0xff, 0x62, 0x2e, 0x11, 0xff, 0x62, 0x2f, 0x0e, 0xff, 0x62, 0x2f, 0x10, 0xff, 0x62, 0x2d, 0x11, 0xff, 0x63, 0x2d, 0x11, 0xff, 0x63, 0x2e, 0x11, 0xff, 0x67, 0x30, 0x11, 0xff, 0x66, 0x2e, 0x11, 0xff, 0x67, 0x30, 0x13, 0xff, 0x68, 0x31, 0x13, 0xff, 0x6a, 0x31, 0x13, 0xff, 0x6c, 0x31, 0x14, 0xff, 0x6c, 0x32, 0x14, 0xff, 0x6d, 0x34, 0x17, 0xff, - 0x6e, 0x31, 0x16, 0xff, 0x6e, 0x34, 0x17, 0xff, 0x6f, 0x35, 0x19, 0xff, 0x6f, 0x33, 0x19, 0xff, 0x71, 0x36, 0x1b, 0xff, 0x73, 0x38, 0x1c, 0xff, 0x73, 0x3a, 0x1b, 0xff, 0x73, 0x3a, 0x1b, 0xff, 0x78, 0x3b, 0x22, 0xff, 0x7c, 0x3f, 0x23, 0xff, 0x7d, 0x40, 0x27, 0xff, 0x81, 0x43, 0x27, 0xff, 0x83, 0x45, 0x28, 0xff, 0x86, 0x48, 0x2a, 0xff, 0x89, 0x4b, 0x2d, 0xff, 0x85, 0x45, 0x27, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x92, 0x53, 0x30, 0xff, 0x95, 0x57, 0x32, 0xff, 0x97, 0x59, 0x33, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x9c, 0x5d, 0x36, 0xff, 0xb8, 0x7d, 0x4d, 0xff, 0xc7, 0x8c, 0x57, 0xff, 0xc7, 0x8a, 0x57, 0xff, 0xcd, 0x8e, 0x59, 0xff, 0xcf, 0x8f, 0x59, 0xff, 0xd5, 0x90, 0x5a, 0xff, 0xdf, 0x95, 0x5e, 0xff, 0xe8, 0x98, 0x5f, 0xff, 0xf1, 0xa3, 0x65, 0xff, 0xef, 0xa8, 0x69, 0xff, 0xc2, 0x8d, 0x58, 0xff, 0xc6, 0x8e, 0x58, 0xff, 0xb2, 0x76, 0x48, 0xff, 0xa5, 0x68, 0x3e, 0xff, 0xa3, 0x67, 0x3d, 0xff, 0xa3, 0x67, 0x3d, 0xff, 0xa2, 0x66, 0x3c, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0xa2, 0x66, 0x3a, 0xff, 0xa3, 0x67, 0x39, 0xff, 0xa2, 0x68, 0x3b, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa6, 0x6d, 0x3f, 0xff, 0xa8, 0x6e, 0x41, 0xff, 0xa7, 0x6e, 0x41, 0xff, 0xa4, 0x6b, 0x3e, 0xff, 0xa2, 0x6b, 0x3c, 0xff, 0xa3, 0x6b, 0x3b, 0xff, 0xa3, 0x6c, 0x3c, 0xff, 0xa4, 0x6e, 0x3d, 0xff, 0xa2, 0x6b, 0x3d, 0xff, 0xa1, 0x6a, 0x3a, 0xff, 0xa1, 0x69, 0x39, 0xff, 0x9e, 0x69, 0x38, 0xff, 0x9d, 0x67, 0x36, 0xff, 0x9d, 0x65, 0x36, 0xff, 0x9c, 0x64, 0x35, 0xff, 0x9c, 0x66, 0x37, 0xff, 0x9c, 0x69, 0x3a, 0xff, 0x9b, 0x67, 0x3a, 0xff, 0x9b, 0x69, 0x39, 0xff, 0x9e, 0x6b, 0x3c, 0xff, 0xa0, 0x6c, 0x3d, 0xff, 0xa2, 0x6b, 0x3d, 0xff, 0xa4, 0x6e, 0x40, 0xff, 0xa7, 0x71, 0x42, 0xff, 0xa9, 0x75, 0x44, 0xff, 0xab, 0x77, 0x46, 0xff, 0xad, 0x7c, 0x4b, 0xff, 0xb0, 0x81, 0x51, 0xff, 0xb3, 0x86, 0x56, 0xff, 0xb5, 0x89, 0x58, 0xff, 0xb7, 0x90, 0x5d, 0xff, 0xb9, 0x94, 0x61, 0xff, 0xbc, 0x99, 0x64, 0xff, 0xbf, 0x9e, 0x67, 0xff, 0xc2, 0xa0, 0x6b, 0xff, 0xc4, 0x9f, 0x6b, 0xff, 0xc8, 0xa0, 0x6a, 0xff, 0xcd, 0xa2, 0x6d, 0xff, 0xd1, 0xa5, 0x71, 0xff, 0xd5, 0xa7, 0x71, 0xff, 0xdc, 0xa9, 0x71, 0xff, 0xe3, 0xae, 0x74, 0xff, 0xea, 0xb4, 0x78, 0xff, 0xf1, 0xbc, 0x7b, 0xff, 0xf3, 0xc8, 0x82, 0xff, 0xf2, 0xce, 0x89, 0xff, 0xf1, 0xcf, 0x88, 0xff, 0xf2, 0xd6, 0x83, 0xff, 0xf0, 0xd3, 0x7b, 0xff, 0xef, 0xc1, 0x71, 0xff, 0xef, 0xb2, 0x68, 0xff, 0xf0, 0xab, 0x61, 0xff, 0xf1, 0xaa, 0x60, 0xff, 0xf0, 0xad, 0x63, 0xff, 0xf1, 0xb2, 0x68, 0xff, 0xf2, 0xb6, 0x6c, 0xff, 0xf1, 0xb1, 0x67, 0xff, 0xf3, 0xac, 0x64, 0xff, 0xf3, 0xa7, 0x63, 0xff, 0xf3, 0xa9, 0x5c, 0xff, 0xf1, 0xaa, 0x55, 0xff, 0xf1, 0xa9, 0x5a, 0xff, 0xf3, 0xab, 0x5f, 0xff, 0xf2, 0xab, 0x5e, 0xff, 0xf1, 0xaa, 0x5f, 0xff, 0xf1, 0xaf, 0x62, 0xff, 0xf0, 0xb6, 0x68, 0xff, 0xef, 0xc4, 0x72, 0xff, 0xf2, 0xd9, 0x7d, 0xff, 0xef, 0xe6, 0x87, 0xff, 0xe7, 0xeb, 0x93, 0xff, 0xe8, 0xea, 0xa1, 0xff, 0xea, 0xea, 0xad, 0xff, 0xee, 0xea, 0xbb, 0xff, 0xf0, 0xe8, 0xca, 0xff, 0xf2, 0xe8, 0xd4, 0xff, 0xf2, 0xe8, 0xd7, 0xff, 0xf1, 0xe7, 0xcf, 0xff, 0xf1, 0xe7, 0xc2, 0xff, 0xee, 0xe8, 0xb5, 0xff, 0xec, 0xe9, 0xab, 0xff, 0xe8, 0xe9, 0xa0, 0xff, 0xec, 0xe7, 0x94, 0xff, 0xf0, 0xd9, 0x87, 0xff, 0xf1, 0xc6, 0x7e, 0xff, 0xf1, 0xb9, 0x76, 0xff, 0xf1, 0xae, 0x6d, 0xff, 0xec, 0xa4, 0x63, 0xff, 0xdb, 0x99, 0x58, 0xff, 0xcc, 0x92, 0x54, 0xff, 0xc1, 0x89, 0x50, 0xff, 0xca, 0x8b, 0x52, 0xff, 0xe0, 0x94, 0x59, 0xff, 0xde, 0x96, 0x5b, 0xff, 0xd1, 0x8f, 0x57, 0xff, 0xc5, 0x83, 0x4d, 0xff, 0xcc, 0x93, 0x57, 0xff, 0xe5, 0xaf, 0x70, 0xff, 0xf1, 0xb0, 0x71, 0xff, 0xf3, 0xaf, 0x6f, 0xff, 0xf3, 0xb2, 0x72, 0xff, 0xf1, 0xb5, 0x75, 0xff, 0xf2, 0xb4, 0x74, 0xff, 0xf3, 0xb0, 0x72, 0xff, 0xf3, 0xac, 0x6f, 0xff, 0xf3, 0xab, 0x6f, 0xff, 0xf3, 0xad, 0x71, 0xff, 0xf3, 0xaf, 0x6f, 0xff, 0xf3, 0xb1, 0x71, 0xff, 0xf4, 0xb7, 0x75, 0xff, 0xf2, 0xc3, 0x7b, 0xff, 0xf3, 0xde, 0x86, 0xff, 0xeb, 0xe9, 0x94, 0xff, 0xea, 0xe9, 0xa4, 0xff, 0xee, 0xea, 0xaf, 0xff, 0xee, 0xea, 0xb0, 0xff, 0xed, 0xe9, 0xaf, 0xff, 0xec, 0xeb, 0xaa, 0xff, 0xe9, 0xe9, 0xa6, 0xff, 0xed, 0xec, 0x9c, 0xff, 0xf2, 0xdb, 0x8e, 0xff, 0xf4, 0xc2, 0x82, 0xff, 0xf2, 0xb0, 0x7a, 0xff, 0xf1, 0xa7, 0x6f, 0xff, 0xdd, 0x9a, 0x64, 0xff, 0xc8, 0x8c, 0x59, 0xff, 0xbe, 0x80, 0x50, 0xff, 0xb7, 0x78, 0x49, 0xff, 0xae, 0x70, 0x44, 0xff, 0xa7, 0x69, 0x39, 0xff, 0xa3, 0x63, 0x34, 0xff, 0x9f, 0x5f, 0x32, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8b, 0x52, 0x2d, 0xff, 0x8c, 0x53, 0x2d, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8a, 0x4e, 0x2c, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x87, 0x48, 0x29, 0xff, 0x83, 0x44, 0x27, 0xff, 0x82, 0x43, 0x26, 0xff, 0x80, 0x43, 0x25, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x7a, 0x3c, 0x21, 0xff, 0x76, 0x39, 0x1c, 0xff, 0x75, 0x38, 0x1c, 0xff, 0x75, 0x38, 0x1f, 0xff, 0x73, 0x38, 0x1d, 0xff, 0x72, 0x36, 0x1c, 0xff, 0x70, 0x36, 0x1c, 0xff, 0x70, 0x35, 0x19, 0xff, 0x70, 0x35, 0x18, 0xff, 0x70, 0x33, 0x18, 0xff, 0x6d, 0x34, 0x17, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x6c, 0x31, 0x13, 0xff, 0x68, 0x31, 0x13, 0xff, 0x64, 0x2d, 0x11, 0xff, 0x65, 0x2c, 0x0f, 0xff, 0x63, 0x2c, 0x10, 0xff, 0x64, 0x2d, 0x11, 0xff, 0x62, 0x2e, 0x11, 0xff, 0x62, 0x2e, 0x11, 0xff, 0x62, 0x2e, 0x11, 0xff, 0x62, 0x2a, 0x0d, 0xff, 0x63, 0x2e, 0x11, 0xff, 0x65, 0x2e, 0x11, 0xff, 0x65, 0x2f, 0x11, 0xff, 0x67, 0x30, 0x13, 0xff, 0x6b, 0x32, 0x13, 0xff, 0x69, 0x31, 0x13, 0xff, 0x6a, 0x31, 0x14, 0xff, 0x6d, 0x32, 0x14, 0xff, 0x6d, 0x32, 0x17, 0xff, 0x6d, 0x32, 0x17, 0xff, - 0x6e, 0x34, 0x16, 0xff, 0x6e, 0x34, 0x17, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x6f, 0x35, 0x19, 0xff, 0x72, 0x35, 0x1b, 0xff, 0x71, 0x37, 0x1b, 0xff, 0x73, 0x38, 0x1b, 0xff, 0x74, 0x39, 0x1e, 0xff, 0x78, 0x3b, 0x21, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x81, 0x43, 0x28, 0xff, 0x80, 0x44, 0x28, 0xff, 0x84, 0x45, 0x29, 0xff, 0x87, 0x49, 0x2c, 0xff, 0x84, 0x47, 0x2b, 0xff, 0x85, 0x46, 0x27, 0xff, 0x88, 0x49, 0x29, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x93, 0x54, 0x30, 0xff, 0x94, 0x57, 0x31, 0xff, 0x95, 0x58, 0x32, 0xff, 0x94, 0x57, 0x30, 0xff, 0xaf, 0x7c, 0x4c, 0xff, 0xcb, 0x9a, 0x65, 0xff, 0xc6, 0x90, 0x5b, 0xff, 0xd4, 0x93, 0x5c, 0xff, 0xd4, 0x93, 0x5b, 0xff, 0xce, 0x91, 0x5a, 0xff, 0xd1, 0x8f, 0x58, 0xff, 0xd7, 0x92, 0x5b, 0xff, 0xe3, 0x97, 0x5f, 0xff, 0xef, 0x9d, 0x62, 0xff, 0xf2, 0xa3, 0x65, 0xff, 0xe9, 0xa5, 0x69, 0xff, 0xbd, 0x89, 0x57, 0xff, 0xb2, 0x78, 0x48, 0xff, 0xa8, 0x6d, 0x42, 0xff, 0xa6, 0x6a, 0x40, 0xff, 0xa5, 0x69, 0x3e, 0xff, 0xa6, 0x69, 0x3e, 0xff, 0xa5, 0x69, 0x3e, 0xff, 0xa5, 0x68, 0x3d, 0xff, 0xa5, 0x68, 0x3d, 0xff, 0xa5, 0x68, 0x3c, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xa5, 0x68, 0x3c, 0xff, 0xa5, 0x6a, 0x3e, 0xff, 0xa8, 0x6f, 0x41, 0xff, 0xab, 0x73, 0x43, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xa9, 0x71, 0x42, 0xff, 0xaa, 0x72, 0x42, 0xff, 0xa7, 0x71, 0x40, 0xff, 0xa6, 0x6f, 0x41, 0xff, 0xa6, 0x6d, 0x3e, 0xff, 0xa6, 0x6d, 0x3c, 0xff, 0xa6, 0x6d, 0x3b, 0xff, 0xa6, 0x6c, 0x3c, 0xff, 0xa5, 0x6d, 0x3c, 0xff, 0xa3, 0x6d, 0x3c, 0xff, 0xa3, 0x6a, 0x39, 0xff, 0xa1, 0x6a, 0x39, 0xff, 0xa1, 0x68, 0x39, 0xff, 0x9f, 0x66, 0x37, 0xff, 0x9e, 0x67, 0x37, 0xff, 0x9c, 0x68, 0x39, 0xff, 0x9b, 0x69, 0x3a, 0xff, 0x9b, 0x69, 0x3a, 0xff, 0x9d, 0x69, 0x3c, 0xff, 0x9f, 0x6c, 0x3d, 0xff, 0xa0, 0x6e, 0x3f, 0xff, 0xa2, 0x6e, 0x41, 0xff, 0xa4, 0x72, 0x41, 0xff, 0xa6, 0x74, 0x43, 0xff, 0xa9, 0x76, 0x44, 0xff, 0xad, 0x7b, 0x45, 0xff, 0xae, 0x7e, 0x48, 0xff, 0xb0, 0x80, 0x4b, 0xff, 0xb3, 0x86, 0x50, 0xff, 0xb6, 0x8d, 0x53, 0xff, 0xb8, 0x90, 0x58, 0xff, 0xba, 0x95, 0x5b, 0xff, 0xbd, 0x9a, 0x5c, 0xff, 0xc0, 0x9d, 0x5d, 0xff, 0xc3, 0x9f, 0x5e, 0xff, 0xc5, 0x9f, 0x5f, 0xff, 0xc9, 0xa0, 0x60, 0xff, 0xcd, 0xa4, 0x65, 0xff, 0xd1, 0xa6, 0x6a, 0xff, 0xd7, 0xa8, 0x6a, 0xff, 0xdf, 0xac, 0x6c, 0xff, 0xe1, 0xae, 0x6e, 0xff, 0xe3, 0xb0, 0x71, 0xff, 0xe8, 0xb7, 0x76, 0xff, 0xed, 0xbd, 0x7a, 0xff, 0xf2, 0xc1, 0x7a, 0xff, 0xf2, 0xc4, 0x78, 0xff, 0xf2, 0xc3, 0x75, 0xff, 0xf0, 0xbf, 0x6f, 0xff, 0xef, 0xb4, 0x69, 0xff, 0xf1, 0xae, 0x62, 0xff, 0xf1, 0xab, 0x5f, 0xff, 0xf1, 0xa8, 0x5d, 0xff, 0xf1, 0xad, 0x63, 0xff, 0xf1, 0xb2, 0x6b, 0xff, 0xf1, 0xb1, 0x6a, 0xff, 0xf2, 0xaf, 0x66, 0xff, 0xf2, 0xa9, 0x63, 0xff, 0xf1, 0xa7, 0x5c, 0xff, 0xf1, 0xab, 0x5a, 0xff, 0xf2, 0xae, 0x5e, 0xff, 0xf1, 0xab, 0x5f, 0xff, 0xf0, 0xaa, 0x5f, 0xff, 0xf0, 0xac, 0x61, 0xff, 0xf1, 0xae, 0x64, 0xff, 0xf2, 0xb3, 0x67, 0xff, 0xf2, 0xb7, 0x6d, 0xff, 0xf3, 0xca, 0x77, 0xff, 0xf0, 0xdc, 0x82, 0xff, 0xe4, 0xd8, 0x88, 0xff, 0xdb, 0xcd, 0x89, 0xff, 0xdb, 0xc7, 0x8d, 0xff, 0xdd, 0xc3, 0x92, 0xff, 0xde, 0xbf, 0x98, 0xff, 0xe2, 0xbc, 0x9a, 0xff, 0xe5, 0xb9, 0x99, 0xff, 0xe5, 0xb7, 0x98, 0xff, 0xe8, 0xba, 0x98, 0xff, 0xeb, 0xc0, 0x95, 0xff, 0xee, 0xc5, 0x92, 0xff, 0xf3, 0xce, 0x90, 0xff, 0xf2, 0xd7, 0x8f, 0xff, 0xf1, 0xd5, 0x88, 0xff, 0xf2, 0xc7, 0x7f, 0xff, 0xf1, 0xbb, 0x78, 0xff, 0xf0, 0xb3, 0x72, 0xff, 0xf1, 0xab, 0x6a, 0xff, 0xe7, 0xa1, 0x62, 0xff, 0xd3, 0x92, 0x54, 0xff, 0xc6, 0x89, 0x4a, 0xff, 0xbc, 0x84, 0x47, 0xff, 0xda, 0x92, 0x55, 0xff, 0xe8, 0x99, 0x5d, 0xff, 0xda, 0x92, 0x59, 0xff, 0xdb, 0x98, 0x5c, 0xff, 0xda, 0x9d, 0x60, 0xff, 0xd0, 0x99, 0x59, 0xff, 0xd5, 0xa0, 0x60, 0xff, 0xe1, 0xaa, 0x69, 0xff, 0xf0, 0xb2, 0x75, 0xff, 0xf3, 0xb7, 0x79, 0xff, 0xf3, 0xb4, 0x76, 0xff, 0xf3, 0xae, 0x73, 0xff, 0xf3, 0xac, 0x70, 0xff, 0xf3, 0xab, 0x6f, 0xff, 0xf3, 0xab, 0x72, 0xff, 0xf3, 0xaf, 0x75, 0xff, 0xf2, 0xb1, 0x77, 0xff, 0xf3, 0xb8, 0x79, 0xff, 0xf4, 0xc5, 0x7e, 0xff, 0xf3, 0xdf, 0x87, 0xff, 0xe9, 0xeb, 0x98, 0xff, 0xed, 0xeb, 0xa8, 0xff, 0xf1, 0xeb, 0xbd, 0xff, 0xf3, 0xec, 0xd1, 0xff, 0xf2, 0xec, 0xd4, 0xff, 0xf2, 0xeb, 0xcb, 0xff, 0xf1, 0xec, 0xba, 0xff, 0xec, 0xec, 0xac, 0xff, 0xeb, 0xeb, 0xa0, 0xff, 0xf3, 0xde, 0x95, 0xff, 0xf2, 0xc4, 0x86, 0xff, 0xf4, 0xb4, 0x7b, 0xff, 0xee, 0xa4, 0x6d, 0xff, 0xd7, 0x95, 0x61, 0xff, 0xc8, 0x89, 0x57, 0xff, 0xbd, 0x7f, 0x50, 0xff, 0xb7, 0x77, 0x48, 0xff, 0xb3, 0x72, 0x41, 0xff, 0xac, 0x6b, 0x3a, 0xff, 0xa5, 0x65, 0x35, 0xff, 0x9d, 0x5d, 0x31, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x95, 0x56, 0x2d, 0xff, 0x93, 0x55, 0x2d, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x84, 0x45, 0x27, 0xff, 0x84, 0x45, 0x27, 0xff, 0x80, 0x43, 0x27, 0xff, 0x7d, 0x3f, 0x24, 0xff, 0x7a, 0x3d, 0x20, 0xff, 0x79, 0x3d, 0x1f, 0xff, 0x77, 0x3c, 0x21, 0xff, 0x75, 0x3b, 0x21, 0xff, 0x74, 0x3a, 0x1d, 0xff, 0x73, 0x39, 0x1b, 0xff, 0x72, 0x38, 0x1a, 0xff, 0x72, 0x35, 0x19, 0xff, 0x72, 0x35, 0x19, 0xff, 0x6f, 0x35, 0x17, 0xff, 0x6f, 0x35, 0x19, 0xff, 0x6d, 0x34, 0x15, 0xff, 0x6b, 0x32, 0x14, 0xff, 0x68, 0x31, 0x11, 0xff, 0x64, 0x2d, 0x11, 0xff, 0x64, 0x2e, 0x11, 0xff, 0x66, 0x2d, 0x10, 0xff, 0x65, 0x2d, 0x11, 0xff, 0x63, 0x2e, 0x11, 0xff, 0x63, 0x2d, 0x0f, 0xff, 0x64, 0x2d, 0x11, 0xff, 0x64, 0x2c, 0x10, 0xff, 0x64, 0x2e, 0x11, 0xff, 0x65, 0x2f, 0x11, 0xff, 0x67, 0x30, 0x11, 0xff, 0x69, 0x2e, 0x11, 0xff, 0x6a, 0x30, 0x13, 0xff, 0x6a, 0x30, 0x13, 0xff, 0x6a, 0x32, 0x15, 0xff, 0x6c, 0x34, 0x16, 0xff, 0x6e, 0x33, 0x17, 0xff, 0x6e, 0x33, 0x16, 0xff, - 0x6f, 0x35, 0x18, 0xff, 0x6f, 0x33, 0x19, 0xff, 0x6f, 0x33, 0x19, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x70, 0x35, 0x1a, 0xff, 0x71, 0x35, 0x1b, 0xff, 0x73, 0x37, 0x1b, 0xff, 0x76, 0x3b, 0x1e, 0xff, 0x7a, 0x3c, 0x22, 0xff, 0x80, 0x41, 0x27, 0xff, 0x82, 0x43, 0x28, 0xff, 0x82, 0x46, 0x28, 0xff, 0x84, 0x47, 0x2b, 0xff, 0x86, 0x4b, 0x2e, 0xff, 0x7e, 0x41, 0x24, 0xff, 0x85, 0x48, 0x27, 0xff, 0x87, 0x48, 0x28, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x56, 0x31, 0xff, 0x94, 0x57, 0x31, 0xff, 0x91, 0x54, 0x2f, 0xff, 0xad, 0x7c, 0x51, 0xff, 0xc3, 0x9a, 0x6b, 0xff, 0xc2, 0x99, 0x67, 0xff, 0xc8, 0x9a, 0x64, 0xff, 0xd4, 0x9b, 0x62, 0xff, 0xd9, 0x96, 0x5d, 0xff, 0xd3, 0x93, 0x5b, 0xff, 0xd1, 0x91, 0x5a, 0xff, 0xd5, 0x91, 0x5a, 0xff, 0xdd, 0x94, 0x5a, 0xff, 0xea, 0x98, 0x60, 0xff, 0xf1, 0xa1, 0x64, 0xff, 0xee, 0xa5, 0x68, 0xff, 0xcf, 0x94, 0x5e, 0xff, 0xae, 0x73, 0x47, 0xff, 0xad, 0x73, 0x48, 0xff, 0xa7, 0x6c, 0x42, 0xff, 0xa7, 0x6d, 0x42, 0xff, 0xa7, 0x6c, 0x42, 0xff, 0xa7, 0x6c, 0x42, 0xff, 0xa7, 0x6b, 0x41, 0xff, 0xa7, 0x6c, 0x40, 0xff, 0xa7, 0x6b, 0x40, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xa6, 0x6a, 0x3d, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa7, 0x6b, 0x3d, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xac, 0x75, 0x48, 0xff, 0xad, 0x76, 0x47, 0xff, 0xac, 0x74, 0x44, 0xff, 0xac, 0x73, 0x43, 0xff, 0xac, 0x73, 0x43, 0xff, 0xac, 0x75, 0x44, 0xff, 0xaa, 0x73, 0x42, 0xff, 0xa9, 0x73, 0x43, 0xff, 0xa7, 0x6e, 0x3e, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xa6, 0x6d, 0x3d, 0xff, 0xa6, 0x6c, 0x3b, 0xff, 0xa4, 0x6c, 0x39, 0xff, 0xa4, 0x6c, 0x3c, 0xff, 0xa2, 0x6a, 0x3b, 0xff, 0xa1, 0x69, 0x39, 0xff, 0xa0, 0x68, 0x3b, 0xff, 0x9f, 0x66, 0x39, 0xff, 0x9e, 0x68, 0x3b, 0xff, 0x9c, 0x68, 0x3d, 0xff, 0x9b, 0x69, 0x3d, 0xff, 0x9b, 0x69, 0x3c, 0xff, 0x9d, 0x6b, 0x3e, 0xff, 0xa1, 0x6c, 0x40, 0xff, 0xa3, 0x6f, 0x41, 0xff, 0xa5, 0x71, 0x40, 0xff, 0xa7, 0x76, 0x42, 0xff, 0xab, 0x77, 0x43, 0xff, 0xad, 0x7b, 0x44, 0xff, 0xb0, 0x7e, 0x44, 0xff, 0xb2, 0x83, 0x48, 0xff, 0xb4, 0x85, 0x49, 0xff, 0xb6, 0x89, 0x4b, 0xff, 0xb8, 0x8c, 0x4f, 0xff, 0xbb, 0x92, 0x52, 0xff, 0xbe, 0x95, 0x55, 0xff, 0xc0, 0x99, 0x55, 0xff, 0xc2, 0x9a, 0x56, 0xff, 0xc5, 0x9d, 0x59, 0xff, 0xca, 0xa1, 0x5e, 0xff, 0xcf, 0xa5, 0x61, 0xff, 0xce, 0xa5, 0x61, 0xff, 0xce, 0xa3, 0x63, 0xff, 0xd2, 0xa5, 0x65, 0xff, 0xd6, 0xa7, 0x69, 0xff, 0xdc, 0xab, 0x6b, 0xff, 0xe3, 0xb1, 0x6c, 0xff, 0xec, 0xb4, 0x6e, 0xff, 0xf1, 0xb5, 0x6e, 0xff, 0xf2, 0xb5, 0x6d, 0xff, 0xf1, 0xb4, 0x69, 0xff, 0xf2, 0xb0, 0x66, 0xff, 0xf1, 0xac, 0x63, 0xff, 0xef, 0xab, 0x63, 0xff, 0xef, 0xa9, 0x61, 0xff, 0xf1, 0xa9, 0x5f, 0xff, 0xf1, 0xab, 0x65, 0xff, 0xf1, 0xae, 0x6c, 0xff, 0xf1, 0xad, 0x67, 0xff, 0xf3, 0xa9, 0x62, 0xff, 0xf2, 0xa8, 0x5e, 0xff, 0xf0, 0xae, 0x5e, 0xff, 0xf0, 0xb1, 0x63, 0xff, 0xf1, 0xaf, 0x64, 0xff, 0xf3, 0xb0, 0x62, 0xff, 0xf5, 0xb3, 0x67, 0xff, 0xed, 0xaf, 0x67, 0xff, 0xdd, 0xa1, 0x5e, 0xff, 0xd3, 0x9b, 0x5c, 0xff, 0xd3, 0x9b, 0x5e, 0xff, 0xd0, 0x9c, 0x61, 0xff, 0xce, 0x9d, 0x62, 0xff, 0xce, 0x9a, 0x62, 0xff, 0xce, 0x98, 0x65, 0xff, 0xd2, 0x9c, 0x6b, 0xff, 0xd8, 0x9f, 0x71, 0xff, 0xdd, 0xa2, 0x76, 0xff, 0xe0, 0xa2, 0x7a, 0xff, 0xe3, 0xa3, 0x7c, 0xff, 0xe7, 0xa4, 0x7d, 0xff, 0xea, 0xa8, 0x7c, 0xff, 0xed, 0xab, 0x7c, 0xff, 0xf1, 0xae, 0x7c, 0xff, 0xf3, 0xb4, 0x7c, 0xff, 0xf1, 0xb6, 0x7a, 0xff, 0xf1, 0xb8, 0x78, 0xff, 0xf2, 0xb5, 0x78, 0xff, 0xf1, 0xb1, 0x73, 0xff, 0xf2, 0xae, 0x6f, 0xff, 0xf2, 0xaa, 0x6d, 0xff, 0xed, 0xa8, 0x6a, 0xff, 0xe7, 0xa4, 0x66, 0xff, 0xdb, 0x9c, 0x5f, 0xff, 0xdc, 0x99, 0x5d, 0xff, 0xe8, 0x9b, 0x5c, 0xff, 0xe7, 0xa3, 0x61, 0xff, 0xe5, 0xa6, 0x64, 0xff, 0xe2, 0xa4, 0x62, 0xff, 0xda, 0x9e, 0x5e, 0xff, 0xd3, 0x9c, 0x5c, 0xff, 0xcf, 0x9d, 0x5d, 0xff, 0xd2, 0xa1, 0x65, 0xff, 0xeb, 0xb1, 0x73, 0xff, 0xf4, 0xb4, 0x76, 0xff, 0xf3, 0xb2, 0x75, 0xff, 0xf2, 0xad, 0x75, 0xff, 0xf3, 0xac, 0x72, 0xff, 0xf3, 0xad, 0x71, 0xff, 0xf3, 0xad, 0x74, 0xff, 0xf1, 0xb1, 0x79, 0xff, 0xf3, 0xb7, 0x7b, 0xff, 0xf4, 0xc2, 0x7f, 0xff, 0xf5, 0xd7, 0x86, 0xff, 0xec, 0xe8, 0x94, 0xff, 0xeb, 0xeb, 0xa5, 0xff, 0xf0, 0xec, 0xba, 0xff, 0xf3, 0xeb, 0xdc, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf3, 0xea, 0xdd, 0xff, 0xf1, 0xeb, 0xc8, 0xff, 0xed, 0xeb, 0xb3, 0xff, 0xea, 0xeb, 0xa5, 0xff, 0xf2, 0xe3, 0x96, 0xff, 0xf4, 0xc6, 0x86, 0xff, 0xf5, 0xac, 0x74, 0xff, 0xe3, 0x9a, 0x66, 0xff, 0xce, 0x90, 0x5d, 0xff, 0xc6, 0x8b, 0x57, 0xff, 0xbb, 0x80, 0x4d, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb0, 0x70, 0x3e, 0xff, 0xab, 0x6b, 0x3a, 0xff, 0xa5, 0x64, 0x36, 0xff, 0xa1, 0x5e, 0x33, 0xff, 0x99, 0x59, 0x2e, 0xff, 0x95, 0x55, 0x2c, 0xff, 0x93, 0x53, 0x2c, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x85, 0x46, 0x28, 0xff, 0x83, 0x45, 0x27, 0xff, 0x80, 0x43, 0x24, 0xff, 0x7e, 0x40, 0x23, 0xff, 0x7c, 0x3e, 0x22, 0xff, 0x7a, 0x3d, 0x22, 0xff, 0x79, 0x3d, 0x21, 0xff, 0x75, 0x3b, 0x1e, 0xff, 0x76, 0x3b, 0x1e, 0xff, 0x75, 0x39, 0x1c, 0xff, 0x75, 0x38, 0x1b, 0xff, 0x73, 0x36, 0x1b, 0xff, 0x73, 0x37, 0x1a, 0xff, 0x72, 0x38, 0x19, 0xff, 0x6f, 0x35, 0x19, 0xff, 0x6e, 0x33, 0x18, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x68, 0x30, 0x13, 0xff, 0x66, 0x2f, 0x11, 0xff, 0x65, 0x2e, 0x11, 0xff, 0x65, 0x2d, 0x10, 0xff, 0x65, 0x2d, 0x10, 0xff, 0x65, 0x2d, 0x11, 0xff, 0x64, 0x2d, 0x10, 0xff, 0x66, 0x2d, 0x10, 0xff, 0x66, 0x2d, 0x11, 0xff, 0x66, 0x30, 0x13, 0xff, 0x67, 0x30, 0x11, 0xff, 0x68, 0x30, 0x13, 0xff, 0x6a, 0x30, 0x13, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x6a, 0x31, 0x13, 0xff, 0x6d, 0x32, 0x15, 0xff, 0x6d, 0x32, 0x17, 0xff, 0x6f, 0x32, 0x17, 0xff, 0x70, 0x34, 0x18, 0xff, - 0x6f, 0x33, 0x19, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x6d, 0x35, 0x19, 0xff, 0x6f, 0x35, 0x19, 0xff, 0x70, 0x35, 0x1b, 0xff, 0x73, 0x36, 0x1b, 0xff, 0x74, 0x39, 0x1e, 0xff, 0x76, 0x3b, 0x1e, 0xff, 0x7a, 0x3d, 0x25, 0xff, 0x7f, 0x43, 0x27, 0xff, 0x82, 0x43, 0x28, 0xff, 0x82, 0x45, 0x2a, 0xff, 0x86, 0x49, 0x2b, 0xff, 0x80, 0x43, 0x28, 0xff, 0x80, 0x42, 0x25, 0xff, 0x84, 0x47, 0x27, 0xff, 0x86, 0x48, 0x28, 0xff, 0x88, 0x49, 0x29, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x95, 0x57, 0x32, 0xff, 0xa0, 0x69, 0x40, 0xff, 0xbc, 0x93, 0x64, 0xff, 0xbf, 0x97, 0x6d, 0xff, 0xc2, 0x97, 0x6e, 0xff, 0xca, 0x9f, 0x71, 0xff, 0xd3, 0xa4, 0x6b, 0xff, 0xd5, 0x9b, 0x61, 0xff, 0xda, 0x95, 0x5c, 0xff, 0xd4, 0x91, 0x5a, 0xff, 0xd4, 0x90, 0x59, 0xff, 0xdb, 0x93, 0x5b, 0xff, 0xe7, 0x99, 0x5e, 0xff, 0xf0, 0x9d, 0x63, 0xff, 0xf2, 0xa3, 0x66, 0xff, 0xe2, 0xa1, 0x67, 0xff, 0xb5, 0x7d, 0x4c, 0xff, 0xaf, 0x75, 0x49, 0xff, 0xab, 0x6e, 0x43, 0xff, 0xaa, 0x6e, 0x43, 0xff, 0xab, 0x71, 0x45, 0xff, 0xaa, 0x6f, 0x46, 0xff, 0xab, 0x6f, 0x44, 0xff, 0xac, 0x70, 0x42, 0xff, 0xab, 0x6f, 0x42, 0xff, 0xaa, 0x6e, 0x41, 0xff, 0xab, 0x6e, 0x40, 0xff, 0xab, 0x6e, 0x3e, 0xff, 0xab, 0x6f, 0x40, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xb1, 0x79, 0x49, 0xff, 0xb0, 0x79, 0x4a, 0xff, 0xb1, 0x79, 0x47, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xae, 0x76, 0x43, 0xff, 0xaf, 0x78, 0x45, 0xff, 0xac, 0x75, 0x43, 0xff, 0xac, 0x78, 0x46, 0xff, 0xac, 0x77, 0x48, 0xff, 0xa9, 0x71, 0x42, 0xff, 0xac, 0x72, 0x41, 0xff, 0xa9, 0x70, 0x3e, 0xff, 0xa8, 0x6e, 0x3d, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa6, 0x6e, 0x40, 0xff, 0xa4, 0x6e, 0x3e, 0xff, 0xa3, 0x6c, 0x3d, 0xff, 0xa3, 0x6b, 0x3c, 0xff, 0xa0, 0x69, 0x3c, 0xff, 0x9f, 0x69, 0x3c, 0xff, 0x9f, 0x6c, 0x3e, 0xff, 0x9c, 0x6a, 0x3e, 0xff, 0x9d, 0x6b, 0x3e, 0xff, 0xa0, 0x6e, 0x42, 0xff, 0xa2, 0x6f, 0x40, 0xff, 0xa4, 0x71, 0x41, 0xff, 0xa6, 0x72, 0x42, 0xff, 0xa8, 0x77, 0x42, 0xff, 0xaa, 0x78, 0x42, 0xff, 0xad, 0x7a, 0x42, 0xff, 0xaf, 0x7c, 0x42, 0xff, 0xb2, 0x7e, 0x45, 0xff, 0xb5, 0x83, 0x49, 0xff, 0xb7, 0x86, 0x48, 0xff, 0xb9, 0x89, 0x4a, 0xff, 0xbb, 0x8d, 0x4e, 0xff, 0xbf, 0x90, 0x4f, 0xff, 0xc2, 0x95, 0x51, 0xff, 0xc4, 0x97, 0x53, 0xff, 0xc2, 0x97, 0x54, 0xff, 0xc0, 0x96, 0x54, 0xff, 0xc4, 0x9a, 0x58, 0xff, 0xc8, 0x9f, 0x5c, 0xff, 0xcb, 0xa1, 0x61, 0xff, 0xd2, 0xa6, 0x64, 0xff, 0xd9, 0xaa, 0x66, 0xff, 0xdd, 0xab, 0x66, 0xff, 0xe5, 0xb0, 0x66, 0xff, 0xeb, 0xb1, 0x68, 0xff, 0xef, 0xae, 0x69, 0xff, 0xf3, 0xb1, 0x67, 0xff, 0xf0, 0xb0, 0x64, 0xff, 0xef, 0xab, 0x60, 0xff, 0xf1, 0xa9, 0x5d, 0xff, 0xf2, 0xab, 0x5e, 0xff, 0xf2, 0xaa, 0x60, 0xff, 0xf1, 0xa6, 0x60, 0xff, 0xf1, 0xab, 0x68, 0xff, 0xf2, 0xac, 0x6a, 0xff, 0xf2, 0xa7, 0x63, 0xff, 0xf1, 0xae, 0x5f, 0xff, 0xf1, 0xb2, 0x60, 0xff, 0xf3, 0xb4, 0x68, 0xff, 0xed, 0xb3, 0x69, 0xff, 0xd7, 0xa2, 0x5f, 0xff, 0xc2, 0x8a, 0x51, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xc5, 0x88, 0x52, 0xff, 0xc8, 0x89, 0x54, 0xff, 0xc9, 0x8c, 0x55, 0xff, 0xcc, 0x92, 0x58, 0xff, 0xd1, 0x96, 0x5d, 0xff, 0xd5, 0x9b, 0x62, 0xff, 0xd8, 0xa0, 0x66, 0xff, 0xda, 0xa3, 0x6a, 0xff, 0xda, 0xa4, 0x6f, 0xff, 0xdd, 0xa4, 0x75, 0xff, 0xe1, 0xa4, 0x7a, 0xff, 0xe4, 0xa7, 0x7d, 0xff, 0xe6, 0xa8, 0x7f, 0xff, 0xea, 0xab, 0x7e, 0xff, 0xee, 0xae, 0x7c, 0xff, 0xf3, 0xb0, 0x7b, 0xff, 0xf4, 0xb1, 0x7a, 0xff, 0xf3, 0xb2, 0x79, 0xff, 0xf1, 0xb0, 0x73, 0xff, 0xef, 0xaf, 0x6f, 0xff, 0xf1, 0xb1, 0x72, 0xff, 0xf3, 0xb1, 0x71, 0xff, 0xf2, 0xac, 0x6f, 0xff, 0xf2, 0xa8, 0x6b, 0xff, 0xf2, 0xa6, 0x68, 0xff, 0xf2, 0xa8, 0x69, 0xff, 0xf0, 0xad, 0x6f, 0xff, 0xf3, 0xbf, 0x7a, 0xff, 0xf1, 0xb9, 0x78, 0xff, 0xeb, 0xad, 0x6a, 0xff, 0xe2, 0xa5, 0x63, 0xff, 0xde, 0xa2, 0x64, 0xff, 0xda, 0x9e, 0x61, 0xff, 0xd5, 0x9e, 0x5f, 0xff, 0xcf, 0x9e, 0x61, 0xff, 0xd5, 0xa4, 0x68, 0xff, 0xec, 0xac, 0x71, 0xff, 0xf2, 0xac, 0x76, 0xff, 0xf1, 0xb0, 0x77, 0xff, 0xf2, 0xae, 0x77, 0xff, 0xf3, 0xab, 0x73, 0xff, 0xf3, 0xac, 0x72, 0xff, 0xf3, 0xad, 0x74, 0xff, 0xf2, 0xb1, 0x78, 0xff, 0xf4, 0xbb, 0x7f, 0xff, 0xf2, 0xce, 0x87, 0xff, 0xf1, 0xe7, 0x91, 0xff, 0xeb, 0xec, 0x9f, 0xff, 0xee, 0xeb, 0xb4, 0xff, 0xf3, 0xeb, 0xd5, 0xff, 0xf4, 0xec, 0xe2, 0xff, 0xf4, 0xec, 0xe3, 0xff, 0xf4, 0xec, 0xe3, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf3, 0xeb, 0xd2, 0xff, 0xed, 0xeb, 0xb5, 0xff, 0xec, 0xeb, 0xa1, 0xff, 0xf3, 0xcf, 0x8b, 0xff, 0xf4, 0xb5, 0x7c, 0xff, 0xf2, 0xa6, 0x70, 0xff, 0xdc, 0x9a, 0x63, 0xff, 0xc9, 0x8f, 0x5b, 0xff, 0xc4, 0x87, 0x55, 0xff, 0xbb, 0x7e, 0x4b, 0xff, 0xb4, 0x75, 0x43, 0xff, 0xae, 0x6d, 0x3c, 0xff, 0xaa, 0x6a, 0x38, 0xff, 0xa6, 0x64, 0x35, 0xff, 0xa2, 0x61, 0x34, 0xff, 0x9b, 0x59, 0x30, 0xff, 0x93, 0x53, 0x2b, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x8f, 0x50, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x86, 0x48, 0x28, 0xff, 0x84, 0x47, 0x27, 0xff, 0x84, 0x45, 0x27, 0xff, 0x81, 0x43, 0x26, 0xff, 0x7e, 0x3f, 0x23, 0xff, 0x7c, 0x3e, 0x23, 0xff, 0x7a, 0x3d, 0x23, 0xff, 0x7a, 0x3d, 0x21, 0xff, 0x7a, 0x3b, 0x21, 0xff, 0x79, 0x3b, 0x20, 0xff, 0x78, 0x3b, 0x1e, 0xff, 0x75, 0x3a, 0x1b, 0xff, 0x75, 0x38, 0x1b, 0xff, 0x73, 0x36, 0x1a, 0xff, 0x71, 0x35, 0x19, 0xff, 0x6f, 0x33, 0x19, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6d, 0x31, 0x16, 0xff, 0x6b, 0x32, 0x16, 0xff, 0x68, 0x30, 0x10, 0xff, 0x65, 0x2f, 0x10, 0xff, 0x65, 0x2d, 0x10, 0xff, 0x67, 0x30, 0x10, 0xff, 0x65, 0x2d, 0x10, 0xff, 0x66, 0x2f, 0x10, 0xff, 0x68, 0x30, 0x13, 0xff, 0x66, 0x30, 0x13, 0xff, 0x68, 0x30, 0x13, 0xff, 0x68, 0x30, 0x11, 0xff, 0x69, 0x30, 0x13, 0xff, 0x69, 0x30, 0x14, 0xff, 0x6a, 0x32, 0x16, 0xff, 0x6b, 0x31, 0x14, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x6d, 0x33, 0x19, 0xff, 0x6d, 0x34, 0x19, 0xff, 0x6f, 0x33, 0x19, 0xff, - 0x6d, 0x33, 0x18, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x6f, 0x33, 0x19, 0xff, 0x70, 0x34, 0x19, 0xff, 0x71, 0x35, 0x1b, 0xff, 0x72, 0x37, 0x1b, 0xff, 0x73, 0x39, 0x1e, 0xff, 0x78, 0x3b, 0x20, 0xff, 0x7b, 0x3f, 0x22, 0xff, 0x81, 0x42, 0x27, 0xff, 0x81, 0x45, 0x29, 0xff, 0x83, 0x48, 0x2b, 0xff, 0x85, 0x4a, 0x2d, 0xff, 0x7d, 0x40, 0x23, 0xff, 0x82, 0x43, 0x25, 0xff, 0x82, 0x45, 0x26, 0xff, 0x85, 0x48, 0x27, 0xff, 0x87, 0x49, 0x28, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x94, 0x53, 0x30, 0xff, 0x9e, 0x65, 0x3c, 0xff, 0xbd, 0x90, 0x61, 0xff, 0xc1, 0x97, 0x6d, 0xff, 0xbf, 0x95, 0x6f, 0xff, 0xc3, 0x98, 0x77, 0xff, 0xca, 0x9f, 0x7b, 0xff, 0xcf, 0xa3, 0x75, 0xff, 0xd3, 0xa3, 0x6b, 0xff, 0xd8, 0x99, 0x5f, 0xff, 0xd8, 0x93, 0x5a, 0xff, 0xd0, 0x91, 0x56, 0xff, 0xd8, 0x91, 0x5a, 0xff, 0xe0, 0x96, 0x5c, 0xff, 0xee, 0x9d, 0x61, 0xff, 0xf4, 0xa3, 0x65, 0xff, 0xee, 0xa6, 0x68, 0xff, 0xc4, 0x86, 0x53, 0xff, 0xb1, 0x77, 0x4a, 0xff, 0xaf, 0x71, 0x45, 0xff, 0xad, 0x73, 0x45, 0xff, 0xac, 0x73, 0x48, 0xff, 0xae, 0x74, 0x4a, 0xff, 0xad, 0x73, 0x4a, 0xff, 0xae, 0x73, 0x49, 0xff, 0xad, 0x72, 0x47, 0xff, 0xac, 0x74, 0x44, 0xff, 0xab, 0x72, 0x43, 0xff, 0xac, 0x71, 0x43, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xb2, 0x78, 0x47, 0xff, 0xb3, 0x7b, 0x4a, 0xff, 0xb5, 0x7d, 0x4d, 0xff, 0xb2, 0x7a, 0x4b, 0xff, 0xb2, 0x78, 0x47, 0xff, 0xb2, 0x77, 0x45, 0xff, 0xb3, 0x7a, 0x46, 0xff, 0xb0, 0x7a, 0x48, 0xff, 0xae, 0x78, 0x49, 0xff, 0xb1, 0x7d, 0x4c, 0xff, 0xad, 0x79, 0x4b, 0xff, 0xaa, 0x74, 0x44, 0xff, 0xab, 0x73, 0x42, 0xff, 0xaa, 0x70, 0x41, 0xff, 0xa9, 0x6f, 0x42, 0xff, 0xa9, 0x72, 0x40, 0xff, 0xa9, 0x72, 0x41, 0xff, 0xa7, 0x6d, 0x3f, 0xff, 0xa5, 0x6f, 0x3f, 0xff, 0xa4, 0x6d, 0x3d, 0xff, 0xa3, 0x6c, 0x3d, 0xff, 0xa2, 0x6b, 0x3e, 0xff, 0xa1, 0x69, 0x3d, 0xff, 0xa1, 0x6e, 0x3f, 0xff, 0xa0, 0x6c, 0x3f, 0xff, 0x9f, 0x6d, 0x3f, 0xff, 0xa1, 0x6e, 0x42, 0xff, 0xa3, 0x70, 0x42, 0xff, 0xa5, 0x74, 0x41, 0xff, 0xa7, 0x74, 0x40, 0xff, 0xa9, 0x75, 0x41, 0xff, 0xab, 0x76, 0x40, 0xff, 0xad, 0x7b, 0x41, 0xff, 0xb0, 0x7d, 0x43, 0xff, 0xb3, 0x7f, 0x46, 0xff, 0xb5, 0x81, 0x47, 0xff, 0xb7, 0x85, 0x47, 0xff, 0xba, 0x89, 0x4a, 0xff, 0xbd, 0x8b, 0x4c, 0xff, 0xbd, 0x89, 0x4c, 0xff, 0xba, 0x87, 0x49, 0xff, 0xb9, 0x89, 0x4b, 0xff, 0xbe, 0x8e, 0x4e, 0xff, 0xc1, 0x91, 0x51, 0xff, 0xc5, 0x97, 0x59, 0xff, 0xca, 0x9b, 0x5d, 0xff, 0xce, 0x9d, 0x5d, 0xff, 0xd4, 0xa0, 0x60, 0xff, 0xdb, 0xa4, 0x60, 0xff, 0xdf, 0xa5, 0x60, 0xff, 0xe6, 0xa7, 0x60, 0xff, 0xec, 0xab, 0x62, 0xff, 0xf1, 0xaa, 0x61, 0xff, 0xf1, 0xa8, 0x60, 0xff, 0xf1, 0xa8, 0x5f, 0xff, 0xf2, 0xa4, 0x5c, 0xff, 0xf0, 0xa3, 0x5d, 0xff, 0xef, 0xa3, 0x5e, 0xff, 0xf3, 0xa4, 0x60, 0xff, 0xf0, 0xa7, 0x63, 0xff, 0xf1, 0xab, 0x68, 0xff, 0xef, 0xa9, 0x65, 0xff, 0xea, 0xa9, 0x61, 0xff, 0xdf, 0xa6, 0x60, 0xff, 0xc2, 0x8c, 0x53, 0xff, 0xb7, 0x7d, 0x4c, 0xff, 0xbf, 0x82, 0x4e, 0xff, 0xc2, 0x84, 0x50, 0xff, 0xc4, 0x87, 0x52, 0xff, 0xc5, 0x88, 0x51, 0xff, 0xc9, 0x8b, 0x53, 0xff, 0xcd, 0x8f, 0x56, 0xff, 0xcd, 0x91, 0x58, 0xff, 0xce, 0x92, 0x59, 0xff, 0xd0, 0x97, 0x5d, 0xff, 0xd1, 0x9c, 0x61, 0xff, 0xd4, 0xa0, 0x65, 0xff, 0xd6, 0xa3, 0x6a, 0xff, 0xdb, 0xa4, 0x70, 0xff, 0xdf, 0xa6, 0x75, 0xff, 0xe1, 0xa7, 0x78, 0xff, 0xe4, 0xa8, 0x79, 0xff, 0xe9, 0xac, 0x7c, 0xff, 0xf0, 0xb0, 0x7e, 0xff, 0xf4, 0xb1, 0x7c, 0xff, 0xf4, 0xb2, 0x79, 0xff, 0xf3, 0xb5, 0x78, 0xff, 0xf2, 0xb3, 0x77, 0xff, 0xf3, 0xb2, 0x72, 0xff, 0xf3, 0xab, 0x6e, 0xff, 0xf0, 0xa5, 0x69, 0xff, 0xf0, 0xa9, 0x6c, 0xff, 0xf3, 0xa7, 0x6d, 0xff, 0xf2, 0xa3, 0x68, 0xff, 0xf1, 0xa5, 0x65, 0xff, 0xf0, 0xab, 0x68, 0xff, 0xf0, 0xb5, 0x6f, 0xff, 0xf3, 0xc3, 0x76, 0xff, 0xf4, 0xc6, 0x7b, 0xff, 0xf3, 0xbc, 0x7a, 0xff, 0xee, 0xb2, 0x70, 0xff, 0xe1, 0xa5, 0x64, 0xff, 0xdc, 0xa2, 0x60, 0xff, 0xd6, 0xa3, 0x62, 0xff, 0xd3, 0xa6, 0x67, 0xff, 0xe7, 0xac, 0x71, 0xff, 0xf1, 0xac, 0x76, 0xff, 0xf3, 0xaa, 0x77, 0xff, 0xf4, 0xab, 0x79, 0xff, 0xf1, 0xad, 0x7a, 0xff, 0xf2, 0xab, 0x76, 0xff, 0xf3, 0xaa, 0x75, 0xff, 0xf3, 0xae, 0x77, 0xff, 0xf2, 0xb2, 0x7c, 0xff, 0xf1, 0xc3, 0x87, 0xff, 0xf1, 0xe0, 0x93, 0xff, 0xeb, 0xec, 0xa0, 0xff, 0xec, 0xeb, 0xad, 0xff, 0xf2, 0xec, 0xcc, 0xff, 0xf4, 0xec, 0xe1, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf4, 0xec, 0xe3, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf3, 0xec, 0xdb, 0xff, 0xf0, 0xea, 0xc2, 0xff, 0xeb, 0xec, 0xab, 0xff, 0xf0, 0xe5, 0x99, 0xff, 0xf4, 0xc9, 0x87, 0xff, 0xf5, 0xb2, 0x78, 0xff, 0xed, 0xa3, 0x6d, 0xff, 0xd7, 0x95, 0x5f, 0xff, 0xcb, 0x8d, 0x5b, 0xff, 0xc2, 0x85, 0x51, 0xff, 0xb9, 0x7c, 0x4a, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xad, 0x6c, 0x3b, 0xff, 0xaa, 0x66, 0x37, 0xff, 0xa4, 0x62, 0x35, 0xff, 0xa1, 0x60, 0x33, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x90, 0x4e, 0x2b, 0xff, 0x8e, 0x4f, 0x2a, 0xff, 0x93, 0x54, 0x2c, 0xff, 0x91, 0x53, 0x2b, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x87, 0x46, 0x28, 0xff, 0x84, 0x45, 0x27, 0xff, 0x81, 0x42, 0x26, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x7e, 0x3e, 0x25, 0xff, 0x7d, 0x3f, 0x24, 0xff, 0x7d, 0x3e, 0x23, 0xff, 0x7c, 0x3f, 0x23, 0xff, 0x7d, 0x3e, 0x23, 0xff, 0x7a, 0x3d, 0x20, 0xff, 0x79, 0x3b, 0x1f, 0xff, 0x78, 0x3b, 0x1e, 0xff, 0x75, 0x39, 0x1b, 0xff, 0x73, 0x39, 0x1b, 0xff, 0x71, 0x36, 0x1b, 0xff, 0x71, 0x36, 0x19, 0xff, 0x6f, 0x35, 0x18, 0xff, 0x6e, 0x35, 0x15, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x6a, 0x30, 0x13, 0xff, 0x68, 0x30, 0x11, 0xff, 0x67, 0x2f, 0x11, 0xff, 0x67, 0x30, 0x11, 0xff, 0x68, 0x30, 0x11, 0xff, 0x68, 0x30, 0x13, 0xff, 0x68, 0x2e, 0x11, 0xff, 0x6b, 0x31, 0x13, 0xff, 0x69, 0x30, 0x12, 0xff, 0x69, 0x30, 0x13, 0xff, 0x69, 0x31, 0x15, 0xff, 0x6b, 0x30, 0x13, 0xff, 0x6c, 0x32, 0x16, 0xff, 0x6b, 0x31, 0x13, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x6d, 0x33, 0x18, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x6f, 0x33, 0x19, 0xff, - 0x6f, 0x33, 0x17, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6f, 0x35, 0x18, 0xff, 0x71, 0x34, 0x19, 0xff, 0x70, 0x35, 0x1b, 0xff, 0x72, 0x37, 0x1b, 0xff, 0x76, 0x3a, 0x1f, 0xff, 0x77, 0x3b, 0x22, 0xff, 0x7c, 0x3d, 0x24, 0xff, 0x82, 0x45, 0x29, 0xff, 0x82, 0x46, 0x2a, 0xff, 0x83, 0x48, 0x2b, 0xff, 0x81, 0x43, 0x28, 0xff, 0x7d, 0x3f, 0x23, 0xff, 0x7f, 0x41, 0x24, 0xff, 0x82, 0x44, 0x25, 0xff, 0x84, 0x46, 0x27, 0xff, 0x87, 0x47, 0x28, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x96, 0x5a, 0x32, 0xff, 0xb8, 0x82, 0x51, 0xff, 0xbe, 0x93, 0x60, 0xff, 0xbe, 0x95, 0x69, 0xff, 0xc1, 0x97, 0x73, 0xff, 0xc3, 0x99, 0x7a, 0xff, 0xc8, 0x9e, 0x7e, 0xff, 0xcd, 0xa0, 0x7d, 0xff, 0xd1, 0xa5, 0x73, 0xff, 0xd6, 0xa0, 0x65, 0xff, 0xda, 0x97, 0x5d, 0xff, 0xd5, 0x94, 0x5a, 0xff, 0xd3, 0x90, 0x56, 0xff, 0xdc, 0x93, 0x5b, 0xff, 0xea, 0x98, 0x5f, 0xff, 0xf3, 0xa4, 0x65, 0xff, 0xf1, 0xa8, 0x69, 0xff, 0xcf, 0x95, 0x5e, 0xff, 0xb3, 0x78, 0x4a, 0xff, 0xb3, 0x75, 0x48, 0xff, 0xb1, 0x74, 0x49, 0xff, 0xb1, 0x77, 0x4a, 0xff, 0xb1, 0x78, 0x4c, 0xff, 0xb0, 0x79, 0x4e, 0xff, 0xb1, 0x7a, 0x4f, 0xff, 0xaf, 0x77, 0x49, 0xff, 0xaf, 0x77, 0x49, 0xff, 0xad, 0x76, 0x47, 0xff, 0xaf, 0x75, 0x45, 0xff, 0xb1, 0x75, 0x45, 0xff, 0xb3, 0x79, 0x48, 0xff, 0xb7, 0x7f, 0x4b, 0xff, 0xb6, 0x7f, 0x4d, 0xff, 0xb7, 0x80, 0x4d, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb4, 0x7a, 0x48, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb5, 0x7e, 0x4a, 0xff, 0xb3, 0x7d, 0x49, 0xff, 0xb2, 0x80, 0x4d, 0xff, 0xb2, 0x80, 0x51, 0xff, 0xaf, 0x7b, 0x4d, 0xff, 0xac, 0x76, 0x48, 0xff, 0xac, 0x77, 0x45, 0xff, 0xab, 0x75, 0x43, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xac, 0x74, 0x43, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xaa, 0x71, 0x41, 0xff, 0xa7, 0x6e, 0x40, 0xff, 0xa5, 0x6b, 0x3e, 0xff, 0xa4, 0x6c, 0x3e, 0xff, 0xa4, 0x6d, 0x3e, 0xff, 0xa2, 0x6b, 0x3e, 0xff, 0xa0, 0x6d, 0x41, 0xff, 0xa0, 0x6e, 0x42, 0xff, 0xa1, 0x6e, 0x40, 0xff, 0xa2, 0x70, 0x41, 0xff, 0xa4, 0x72, 0x41, 0xff, 0xa6, 0x75, 0x42, 0xff, 0xa7, 0x77, 0x42, 0xff, 0xaa, 0x78, 0x41, 0xff, 0xac, 0x79, 0x42, 0xff, 0xae, 0x7c, 0x43, 0xff, 0xb0, 0x7d, 0x43, 0xff, 0xb4, 0x81, 0x45, 0xff, 0xb5, 0x82, 0x47, 0xff, 0xb7, 0x83, 0x48, 0xff, 0xb4, 0x7f, 0x45, 0xff, 0xb2, 0x7d, 0x43, 0xff, 0xb6, 0x81, 0x44, 0xff, 0xb9, 0x84, 0x47, 0xff, 0xbc, 0x87, 0x49, 0xff, 0xbf, 0x8a, 0x4c, 0xff, 0xc3, 0x90, 0x53, 0xff, 0xc7, 0x95, 0x57, 0xff, 0xcb, 0x99, 0x58, 0xff, 0xd0, 0x9c, 0x59, 0xff, 0xd5, 0x9d, 0x5a, 0xff, 0xdc, 0x9f, 0x5a, 0xff, 0xe1, 0xa1, 0x5a, 0xff, 0xe5, 0xa0, 0x5a, 0xff, 0xeb, 0x9f, 0x5a, 0xff, 0xf0, 0xa1, 0x5c, 0xff, 0xf2, 0xa3, 0x5e, 0xff, 0xf1, 0xa0, 0x5d, 0xff, 0xf1, 0xa1, 0x5c, 0xff, 0xf2, 0xa3, 0x5c, 0xff, 0xf3, 0xa4, 0x5f, 0xff, 0xf1, 0xa3, 0x5f, 0xff, 0xe9, 0x9d, 0x5e, 0xff, 0xda, 0x93, 0x5a, 0xff, 0xc2, 0x84, 0x50, 0xff, 0xb7, 0x7e, 0x4a, 0xff, 0xbc, 0x81, 0x4d, 0xff, 0xbf, 0x84, 0x50, 0xff, 0xc1, 0x85, 0x51, 0xff, 0xc2, 0x84, 0x51, 0xff, 0xc2, 0x84, 0x50, 0xff, 0xc3, 0x86, 0x4f, 0xff, 0xc5, 0x8a, 0x51, 0xff, 0xc6, 0x8a, 0x53, 0xff, 0xc7, 0x8b, 0x53, 0xff, 0xcb, 0x8e, 0x56, 0xff, 0xce, 0x93, 0x59, 0xff, 0xd0, 0x98, 0x5c, 0xff, 0xd3, 0x9b, 0x5f, 0xff, 0xd6, 0xa1, 0x64, 0xff, 0xd9, 0xa5, 0x69, 0xff, 0xdd, 0xa6, 0x6e, 0xff, 0xe0, 0xa8, 0x73, 0xff, 0xe2, 0xa8, 0x76, 0xff, 0xe9, 0xac, 0x7a, 0xff, 0xf1, 0xb3, 0x7e, 0xff, 0xf4, 0xb4, 0x7d, 0xff, 0xf2, 0xb3, 0x7a, 0xff, 0xf2, 0xb6, 0x78, 0xff, 0xf2, 0xb6, 0x77, 0xff, 0xf3, 0xb3, 0x74, 0xff, 0xf3, 0xaf, 0x6f, 0xff, 0xf2, 0xa9, 0x6c, 0xff, 0xf3, 0xa1, 0x67, 0xff, 0xf0, 0x9e, 0x64, 0xff, 0xef, 0xa4, 0x68, 0xff, 0xef, 0xad, 0x6c, 0xff, 0xf0, 0xb0, 0x6c, 0xff, 0xf0, 0xaf, 0x6b, 0xff, 0xf1, 0xb2, 0x6c, 0xff, 0xf2, 0xb4, 0x6f, 0xff, 0xf2, 0xb6, 0x71, 0xff, 0xf3, 0xb6, 0x73, 0xff, 0xf4, 0xb4, 0x72, 0xff, 0xf3, 0xb1, 0x71, 0xff, 0xeb, 0xad, 0x6e, 0xff, 0xdb, 0xa9, 0x6c, 0xff, 0xdd, 0xa9, 0x6e, 0xff, 0xed, 0xab, 0x73, 0xff, 0xf2, 0xad, 0x78, 0xff, 0xf3, 0xac, 0x78, 0xff, 0xf3, 0xac, 0x78, 0xff, 0xf2, 0xab, 0x78, 0xff, 0xf3, 0xab, 0x78, 0xff, 0xf4, 0xab, 0x78, 0xff, 0xf3, 0xb1, 0x7b, 0xff, 0xf3, 0xb8, 0x85, 0xff, 0xf3, 0xd0, 0x90, 0xff, 0xef, 0xe6, 0x9c, 0xff, 0xeb, 0xec, 0xa9, 0xff, 0xef, 0xea, 0xbd, 0xff, 0xf3, 0xeb, 0xdd, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf4, 0xec, 0xe5, 0xff, 0xf3, 0xeb, 0xd9, 0xff, 0xf0, 0xeb, 0xbd, 0xff, 0xea, 0xeb, 0xa7, 0xff, 0xf0, 0xdd, 0x93, 0xff, 0xf4, 0xc3, 0x83, 0xff, 0xf3, 0xb0, 0x76, 0xff, 0xe6, 0xa0, 0x69, 0xff, 0xce, 0x8f, 0x5c, 0xff, 0xc4, 0x8a, 0x57, 0xff, 0xbf, 0x83, 0x52, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb0, 0x6f, 0x40, 0xff, 0xac, 0x6b, 0x3b, 0xff, 0xa7, 0x66, 0x37, 0xff, 0xa3, 0x62, 0x34, 0xff, 0x9f, 0x5d, 0x32, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x97, 0x56, 0x2c, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x90, 0x51, 0x2b, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x87, 0x48, 0x28, 0xff, 0x85, 0x46, 0x27, 0xff, 0x80, 0x41, 0x26, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7d, 0x3e, 0x24, 0xff, 0x7c, 0x3e, 0x22, 0xff, 0x7d, 0x3e, 0x23, 0xff, 0x7e, 0x41, 0x24, 0xff, 0x7d, 0x40, 0x25, 0xff, 0x7c, 0x3e, 0x23, 0xff, 0x7b, 0x3d, 0x21, 0xff, 0x78, 0x3b, 0x1e, 0xff, 0x77, 0x3a, 0x1e, 0xff, 0x75, 0x3b, 0x1b, 0xff, 0x73, 0x38, 0x1b, 0xff, 0x73, 0x38, 0x1b, 0xff, 0x73, 0x34, 0x19, 0xff, 0x6f, 0x34, 0x17, 0xff, 0x6d, 0x34, 0x16, 0xff, 0x6b, 0x31, 0x13, 0xff, 0x6b, 0x2f, 0x12, 0xff, 0x6a, 0x2e, 0x11, 0xff, 0x67, 0x30, 0x13, 0xff, 0x68, 0x30, 0x13, 0xff, 0x67, 0x30, 0x11, 0xff, 0x68, 0x30, 0x13, 0xff, 0x67, 0x31, 0x11, 0xff, 0x68, 0x2f, 0x12, 0xff, 0x69, 0x30, 0x13, 0xff, 0x6b, 0x31, 0x13, 0xff, 0x69, 0x32, 0x15, 0xff, 0x6b, 0x31, 0x15, 0xff, 0x6a, 0x30, 0x13, 0xff, 0x6b, 0x31, 0x15, 0xff, 0x6d, 0x31, 0x16, 0xff, 0x6c, 0x32, 0x18, 0xff, 0x6d, 0x32, 0x17, 0xff, - 0x6f, 0x33, 0x19, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6f, 0x35, 0x1a, 0xff, 0x71, 0x37, 0x1a, 0xff, 0x73, 0x36, 0x1b, 0xff, 0x74, 0x39, 0x1e, 0xff, 0x77, 0x3c, 0x20, 0xff, 0x79, 0x3b, 0x23, 0xff, 0x7e, 0x41, 0x25, 0xff, 0x82, 0x46, 0x2a, 0xff, 0x83, 0x47, 0x2b, 0xff, 0x84, 0x47, 0x2b, 0xff, 0x7a, 0x3a, 0x1e, 0xff, 0x7d, 0x40, 0x20, 0xff, 0x80, 0x41, 0x23, 0xff, 0x81, 0x43, 0x25, 0xff, 0x83, 0x46, 0x26, 0xff, 0x85, 0x48, 0x28, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x95, 0x57, 0x2f, 0xff, 0xb2, 0x76, 0x47, 0xff, 0xbb, 0x85, 0x52, 0xff, 0xbb, 0x8f, 0x5d, 0xff, 0xbe, 0x93, 0x68, 0xff, 0xc1, 0x94, 0x6f, 0xff, 0xd9, 0xa4, 0x81, 0xff, 0xce, 0x9f, 0x80, 0xff, 0xc8, 0x9f, 0x7f, 0xff, 0xcf, 0xa4, 0x7b, 0xff, 0xd4, 0xa5, 0x6d, 0xff, 0xda, 0x9c, 0x5f, 0xff, 0xdb, 0x96, 0x5b, 0xff, 0xd7, 0x92, 0x59, 0xff, 0xd8, 0x92, 0x57, 0xff, 0xe5, 0x9b, 0x5d, 0xff, 0xf2, 0x9e, 0x65, 0xff, 0xf3, 0xa9, 0x68, 0xff, 0xea, 0xa7, 0x6c, 0xff, 0xb4, 0x77, 0x4c, 0xff, 0xb5, 0x78, 0x4b, 0xff, 0xb3, 0x78, 0x4a, 0xff, 0xb5, 0x7b, 0x4c, 0xff, 0xb4, 0x7f, 0x4f, 0xff, 0xb3, 0x7e, 0x53, 0xff, 0xb4, 0x7e, 0x54, 0xff, 0xb2, 0x80, 0x52, 0xff, 0xb2, 0x7c, 0x50, 0xff, 0xb2, 0x7d, 0x4e, 0xff, 0xb1, 0x7b, 0x49, 0xff, 0xb4, 0x7a, 0x49, 0xff, 0xb7, 0x7f, 0x4c, 0xff, 0xb8, 0x81, 0x4d, 0xff, 0xb8, 0x80, 0x4b, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xb8, 0x80, 0x4a, 0xff, 0xb6, 0x7e, 0x49, 0xff, 0xb7, 0x80, 0x4b, 0xff, 0xb8, 0x82, 0x4e, 0xff, 0xb8, 0x83, 0x4f, 0xff, 0xb5, 0x82, 0x50, 0xff, 0xb4, 0x86, 0x53, 0xff, 0xb3, 0x83, 0x54, 0xff, 0xad, 0x7a, 0x4d, 0xff, 0xab, 0x78, 0x48, 0xff, 0xad, 0x77, 0x44, 0xff, 0xae, 0x76, 0x43, 0xff, 0xad, 0x75, 0x43, 0xff, 0xac, 0x74, 0x44, 0xff, 0xac, 0x75, 0x43, 0xff, 0xaa, 0x73, 0x41, 0xff, 0xa7, 0x6f, 0x40, 0xff, 0xa6, 0x6d, 0x3f, 0xff, 0xa5, 0x6b, 0x3e, 0xff, 0xa4, 0x6b, 0x40, 0xff, 0xa0, 0x6d, 0x43, 0xff, 0xa0, 0x6e, 0x43, 0xff, 0xa2, 0x70, 0x43, 0xff, 0xa3, 0x72, 0x42, 0xff, 0xa4, 0x72, 0x41, 0xff, 0xa5, 0x75, 0x40, 0xff, 0xa7, 0x77, 0x42, 0xff, 0xa8, 0x7a, 0x43, 0xff, 0xa9, 0x79, 0x42, 0xff, 0xab, 0x7a, 0x42, 0xff, 0xaf, 0x7c, 0x43, 0xff, 0xb1, 0x7f, 0x43, 0xff, 0xb1, 0x7e, 0x43, 0xff, 0xac, 0x76, 0x3e, 0xff, 0xae, 0x78, 0x3d, 0xff, 0xb2, 0x7c, 0x3f, 0xff, 0xb4, 0x7d, 0x40, 0xff, 0xb7, 0x80, 0x40, 0xff, 0xba, 0x83, 0x45, 0xff, 0xbe, 0x89, 0x4b, 0xff, 0xc1, 0x8c, 0x4e, 0xff, 0xc3, 0x90, 0x53, 0xff, 0xc8, 0x94, 0x56, 0xff, 0xce, 0x99, 0x57, 0xff, 0xd4, 0x9a, 0x59, 0xff, 0xd4, 0x97, 0x57, 0xff, 0xd5, 0x96, 0x54, 0xff, 0xdc, 0x98, 0x55, 0xff, 0xe4, 0x99, 0x56, 0xff, 0xed, 0x9e, 0x5a, 0xff, 0xf3, 0xa6, 0x5f, 0xff, 0xf1, 0xa4, 0x5e, 0xff, 0xf3, 0xa3, 0x5e, 0xff, 0xf3, 0xa4, 0x60, 0xff, 0xdf, 0x96, 0x58, 0xff, 0xd1, 0x8a, 0x53, 0xff, 0xd6, 0x8d, 0x56, 0xff, 0xd0, 0x89, 0x53, 0xff, 0xc0, 0x83, 0x4f, 0xff, 0xbb, 0x83, 0x4f, 0xff, 0xbf, 0x85, 0x51, 0xff, 0xbf, 0x85, 0x51, 0xff, 0xbf, 0x85, 0x4f, 0xff, 0xc1, 0x86, 0x51, 0xff, 0xc3, 0x88, 0x52, 0xff, 0xc4, 0x88, 0x50, 0xff, 0xc5, 0x8a, 0x50, 0xff, 0xc7, 0x8c, 0x53, 0xff, 0xc9, 0x8c, 0x54, 0xff, 0xca, 0x8e, 0x53, 0xff, 0xcd, 0x90, 0x54, 0xff, 0xcf, 0x94, 0x58, 0xff, 0xd2, 0x98, 0x5c, 0xff, 0xd5, 0x9d, 0x5f, 0xff, 0xd8, 0xa2, 0x63, 0xff, 0xda, 0xa6, 0x67, 0xff, 0xde, 0xa8, 0x6b, 0xff, 0xe2, 0xa8, 0x70, 0xff, 0xe6, 0xab, 0x74, 0xff, 0xef, 0xb2, 0x79, 0xff, 0xf5, 0xb5, 0x7a, 0xff, 0xf4, 0xb7, 0x79, 0xff, 0xf3, 0xb7, 0x79, 0xff, 0xf2, 0xb5, 0x76, 0xff, 0xf3, 0xb4, 0x74, 0xff, 0xf4, 0xad, 0x70, 0xff, 0xf2, 0xa5, 0x69, 0xff, 0xf1, 0xa5, 0x69, 0xff, 0xf2, 0xac, 0x6b, 0xff, 0xf2, 0xaf, 0x6d, 0xff, 0xf0, 0xa8, 0x68, 0xff, 0xf1, 0xa5, 0x65, 0xff, 0xf2, 0xa5, 0x61, 0xff, 0xf0, 0xac, 0x66, 0xff, 0xf3, 0xb3, 0x6f, 0xff, 0xf2, 0xb5, 0x6f, 0xff, 0xf2, 0xb2, 0x6d, 0xff, 0xf2, 0xb1, 0x6c, 0xff, 0xf2, 0xb0, 0x6c, 0xff, 0xf4, 0xb0, 0x6d, 0xff, 0xf3, 0xb0, 0x70, 0xff, 0xf0, 0xb4, 0x77, 0xff, 0xf1, 0xb5, 0x79, 0xff, 0xf2, 0xae, 0x78, 0xff, 0xf3, 0xaa, 0x78, 0xff, 0xf2, 0xa9, 0x79, 0xff, 0xf3, 0xaa, 0x78, 0xff, 0xf3, 0xa9, 0x78, 0xff, 0xf4, 0xa9, 0x78, 0xff, 0xf4, 0xad, 0x79, 0xff, 0xf4, 0xb2, 0x7d, 0xff, 0xf4, 0xc2, 0x87, 0xff, 0xf1, 0xde, 0x94, 0xff, 0xeb, 0xe9, 0x9f, 0xff, 0xed, 0xec, 0xb1, 0xff, 0xf2, 0xeb, 0xd1, 0xff, 0xf4, 0xed, 0xe3, 0xff, 0xf4, 0xec, 0xe5, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf4, 0xec, 0xe6, 0xff, 0xf3, 0xed, 0xd5, 0xff, 0xee, 0xec, 0xb3, 0xff, 0xed, 0xee, 0xa0, 0xff, 0xef, 0xd4, 0x8e, 0xff, 0xf2, 0xb9, 0x81, 0xff, 0xf0, 0xab, 0x73, 0xff, 0xdc, 0x9b, 0x64, 0xff, 0xc7, 0x8c, 0x57, 0xff, 0xbf, 0x84, 0x53, 0xff, 0xbb, 0x7e, 0x4f, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xaa, 0x69, 0x38, 0xff, 0xa7, 0x66, 0x36, 0xff, 0xa4, 0x65, 0x35, 0xff, 0xa2, 0x5f, 0x34, 0xff, 0x9e, 0x5d, 0x32, 0xff, 0x9c, 0x5c, 0x31, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x8d, 0x4b, 0x29, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x88, 0x49, 0x28, 0xff, 0x83, 0x45, 0x26, 0xff, 0x80, 0x41, 0x27, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7e, 0x3e, 0x25, 0xff, 0x7d, 0x3e, 0x23, 0xff, 0x7e, 0x40, 0x25, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x7b, 0x3e, 0x20, 0xff, 0x7a, 0x3c, 0x1f, 0xff, 0x77, 0x3a, 0x1e, 0xff, 0x75, 0x39, 0x1b, 0xff, 0x75, 0x38, 0x1b, 0xff, 0x74, 0x38, 0x1b, 0xff, 0x71, 0x35, 0x19, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6e, 0x33, 0x16, 0xff, 0x6e, 0x33, 0x16, 0xff, 0x6c, 0x32, 0x15, 0xff, 0x6b, 0x31, 0x13, 0xff, 0x6b, 0x2f, 0x13, 0xff, 0x6b, 0x31, 0x13, 0xff, 0x67, 0x2f, 0x13, 0xff, 0x69, 0x2e, 0x13, 0xff, 0x67, 0x30, 0x13, 0xff, 0x69, 0x2d, 0x13, 0xff, 0x6a, 0x30, 0x13, 0xff, 0x69, 0x31, 0x13, 0xff, 0x6b, 0x31, 0x13, 0xff, 0x6b, 0x30, 0x13, 0xff, 0x6b, 0x33, 0x16, 0xff, 0x6b, 0x31, 0x13, 0xff, 0x6b, 0x33, 0x15, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6d, 0x33, 0x18, 0xff, 0x6f, 0x33, 0x19, 0xff, - 0x6f, 0x34, 0x18, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x71, 0x35, 0x1b, 0xff, 0x74, 0x37, 0x1e, 0xff, 0x73, 0x37, 0x1c, 0xff, 0x75, 0x3a, 0x1f, 0xff, 0x78, 0x3d, 0x22, 0xff, 0x7b, 0x3d, 0x23, 0xff, 0x81, 0x43, 0x28, 0xff, 0x83, 0x47, 0x2a, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x7c, 0x3d, 0x21, 0xff, 0x7b, 0x3d, 0x1e, 0xff, 0x7d, 0x3d, 0x1f, 0xff, 0x7e, 0x40, 0x23, 0xff, 0x82, 0x43, 0x25, 0xff, 0x83, 0x45, 0x26, 0xff, 0x86, 0x45, 0x27, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0xa5, 0x68, 0x3b, 0xff, 0xaf, 0x73, 0x44, 0xff, 0xb9, 0x80, 0x50, 0xff, 0xba, 0x8d, 0x5a, 0xff, 0xbc, 0x93, 0x62, 0xff, 0xcb, 0x9f, 0x75, 0xff, 0xd6, 0xa5, 0x7f, 0xff, 0xdb, 0xa7, 0x83, 0xff, 0xcb, 0xa0, 0x7f, 0xff, 0xca, 0xa0, 0x7d, 0xff, 0xd1, 0xa5, 0x73, 0xff, 0xd6, 0x9d, 0x63, 0xff, 0xdb, 0x97, 0x5c, 0xff, 0xdc, 0x93, 0x57, 0xff, 0xda, 0x91, 0x55, 0xff, 0xe3, 0x96, 0x5c, 0xff, 0xf3, 0xa1, 0x61, 0xff, 0xf4, 0xa9, 0x6b, 0xff, 0xee, 0xae, 0x71, 0xff, 0xbd, 0x7f, 0x50, 0xff, 0xb7, 0x7a, 0x4f, 0xff, 0xb8, 0x7b, 0x4e, 0xff, 0xb9, 0x7e, 0x4e, 0xff, 0xb7, 0x81, 0x52, 0xff, 0xb7, 0x83, 0x56, 0xff, 0xb5, 0x82, 0x58, 0xff, 0xb4, 0x82, 0x59, 0xff, 0xb4, 0x85, 0x58, 0xff, 0xb4, 0x83, 0x52, 0xff, 0xb4, 0x82, 0x50, 0xff, 0xb6, 0x81, 0x4e, 0xff, 0xb8, 0x83, 0x4f, 0xff, 0xba, 0x82, 0x4e, 0xff, 0xbc, 0x84, 0x4d, 0xff, 0xbb, 0x82, 0x4b, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb8, 0x80, 0x4b, 0xff, 0xb9, 0x82, 0x4c, 0xff, 0xba, 0x85, 0x4f, 0xff, 0xb9, 0x86, 0x51, 0xff, 0xb9, 0x87, 0x54, 0xff, 0xb6, 0x88, 0x55, 0xff, 0xb5, 0x83, 0x56, 0xff, 0xb4, 0x80, 0x55, 0xff, 0xb1, 0x7c, 0x4d, 0xff, 0xb1, 0x7c, 0x4a, 0xff, 0xaf, 0x77, 0x45, 0xff, 0xaf, 0x76, 0x42, 0xff, 0xae, 0x76, 0x45, 0xff, 0xad, 0x74, 0x45, 0xff, 0xac, 0x75, 0x45, 0xff, 0xab, 0x72, 0x45, 0xff, 0xa8, 0x6e, 0x42, 0xff, 0xa9, 0x6e, 0x40, 0xff, 0xa7, 0x6d, 0x42, 0xff, 0xa3, 0x6f, 0x48, 0xff, 0xa2, 0x6e, 0x43, 0xff, 0xa1, 0x6e, 0x43, 0xff, 0xa5, 0x74, 0x45, 0xff, 0xa5, 0x75, 0x43, 0xff, 0xa5, 0x74, 0x43, 0xff, 0xa6, 0x77, 0x43, 0xff, 0xa7, 0x76, 0x42, 0xff, 0xa8, 0x78, 0x42, 0xff, 0xaa, 0x7a, 0x41, 0xff, 0xaf, 0x7c, 0x43, 0xff, 0xad, 0x79, 0x42, 0xff, 0xa7, 0x73, 0x3c, 0xff, 0xaa, 0x75, 0x3e, 0xff, 0xad, 0x77, 0x3f, 0xff, 0xb1, 0x79, 0x3f, 0xff, 0xb2, 0x7b, 0x41, 0xff, 0xb5, 0x7f, 0x43, 0xff, 0xb8, 0x82, 0x47, 0xff, 0xbb, 0x86, 0x4b, 0xff, 0xbe, 0x88, 0x4e, 0xff, 0xc2, 0x8a, 0x4f, 0xff, 0xc6, 0x90, 0x51, 0xff, 0xc9, 0x92, 0x54, 0xff, 0xc9, 0x91, 0x53, 0xff, 0xcc, 0x93, 0x53, 0xff, 0xd3, 0x95, 0x55, 0xff, 0xd8, 0x96, 0x54, 0xff, 0xdd, 0x97, 0x55, 0xff, 0xe8, 0x9c, 0x55, 0xff, 0xf1, 0xa0, 0x5b, 0xff, 0xf0, 0xa5, 0x61, 0xff, 0xda, 0x99, 0x5c, 0xff, 0xc2, 0x86, 0x50, 0xff, 0xc6, 0x84, 0x4f, 0xff, 0xcf, 0x88, 0x53, 0xff, 0xd3, 0x89, 0x56, 0xff, 0xcc, 0x86, 0x52, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xbc, 0x82, 0x4e, 0xff, 0xbe, 0x85, 0x52, 0xff, 0xbf, 0x86, 0x50, 0xff, 0xc1, 0x87, 0x50, 0xff, 0xc2, 0x87, 0x52, 0xff, 0xc2, 0x89, 0x52, 0xff, 0xc4, 0x8b, 0x53, 0xff, 0xc6, 0x8a, 0x52, 0xff, 0xc7, 0x89, 0x51, 0xff, 0xc9, 0x8b, 0x52, 0xff, 0xca, 0x8d, 0x53, 0xff, 0xcd, 0x90, 0x54, 0xff, 0xcf, 0x91, 0x55, 0xff, 0xd1, 0x94, 0x58, 0xff, 0xd3, 0x9a, 0x5a, 0xff, 0xd5, 0x9b, 0x5b, 0xff, 0xd9, 0x9f, 0x60, 0xff, 0xdc, 0xa5, 0x67, 0xff, 0xdf, 0xa9, 0x6a, 0xff, 0xe3, 0xac, 0x6d, 0xff, 0xed, 0xb3, 0x75, 0xff, 0xf5, 0xb9, 0x78, 0xff, 0xf1, 0xb6, 0x75, 0xff, 0xf2, 0xb5, 0x73, 0xff, 0xf4, 0xb4, 0x73, 0xff, 0xf3, 0xaf, 0x71, 0xff, 0xf4, 0xad, 0x6d, 0xff, 0xf2, 0xad, 0x6f, 0xff, 0xee, 0xb2, 0x71, 0xff, 0xf1, 0xb4, 0x6e, 0xff, 0xf1, 0xad, 0x6c, 0xff, 0xf0, 0xac, 0x6c, 0xff, 0xf3, 0xab, 0x69, 0xff, 0xf2, 0xa4, 0x62, 0xff, 0xf1, 0x9e, 0x5d, 0xff, 0xf0, 0xa0, 0x5f, 0xff, 0xf0, 0xa9, 0x64, 0xff, 0xf2, 0xb3, 0x6b, 0xff, 0xf3, 0xb2, 0x6d, 0xff, 0xf3, 0xb1, 0x6d, 0xff, 0xf1, 0xb0, 0x6c, 0xff, 0xf0, 0xb2, 0x6d, 0xff, 0xf2, 0xb0, 0x6d, 0xff, 0xf4, 0xb3, 0x75, 0xff, 0xf4, 0xba, 0x7a, 0xff, 0xf2, 0xb3, 0x79, 0xff, 0xf2, 0xac, 0x78, 0xff, 0xf2, 0xab, 0x79, 0xff, 0xf4, 0xa9, 0x78, 0xff, 0xf3, 0xaa, 0x78, 0xff, 0xf3, 0xaa, 0x78, 0xff, 0xf4, 0xb0, 0x7b, 0xff, 0xf2, 0xb6, 0x80, 0xff, 0xf4, 0xc8, 0x88, 0xff, 0xef, 0xe4, 0x93, 0xff, 0xe9, 0xec, 0xa2, 0xff, 0xec, 0xeb, 0xb2, 0xff, 0xf2, 0xea, 0xd0, 0xff, 0xf4, 0xec, 0xe3, 0xff, 0xf4, 0xed, 0xe5, 0xff, 0xf4, 0xec, 0xe4, 0xff, 0xf4, 0xec, 0xe5, 0xff, 0xf4, 0xeb, 0xe0, 0xff, 0xf0, 0xed, 0xc1, 0xff, 0xea, 0xed, 0xa7, 0xff, 0xf1, 0xe4, 0x98, 0xff, 0xf1, 0xc7, 0x87, 0xff, 0xf4, 0xb2, 0x77, 0xff, 0xeb, 0xa4, 0x6a, 0xff, 0xd5, 0x97, 0x5f, 0xff, 0xc2, 0x87, 0x56, 0xff, 0xbc, 0x80, 0x50, 0xff, 0xb7, 0x7c, 0x4b, 0xff, 0xb2, 0x75, 0x43, 0xff, 0xaf, 0x71, 0x3f, 0xff, 0xab, 0x6a, 0x3a, 0xff, 0xa8, 0x67, 0x37, 0xff, 0xa6, 0x63, 0x35, 0xff, 0xa2, 0x62, 0x33, 0xff, 0x9f, 0x5d, 0x31, 0xff, 0x9c, 0x5b, 0x30, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x87, 0x48, 0x28, 0xff, 0x84, 0x45, 0x27, 0xff, 0x81, 0x42, 0x27, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x82, 0x44, 0x26, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x7c, 0x3d, 0x23, 0xff, 0x7c, 0x3e, 0x22, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x77, 0x39, 0x1e, 0xff, 0x77, 0x39, 0x1b, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x74, 0x38, 0x19, 0xff, 0x72, 0x35, 0x18, 0xff, 0x71, 0x35, 0x18, 0xff, 0x6f, 0x34, 0x16, 0xff, 0x70, 0x33, 0x16, 0xff, 0x6c, 0x33, 0x16, 0xff, 0x6b, 0x31, 0x14, 0xff, 0x6b, 0x30, 0x13, 0xff, 0x69, 0x2d, 0x13, 0xff, 0x69, 0x30, 0x13, 0xff, 0x68, 0x30, 0x12, 0xff, 0x69, 0x2e, 0x13, 0xff, 0x67, 0x30, 0x13, 0xff, 0x68, 0x2f, 0x13, 0xff, 0x6b, 0x30, 0x13, 0xff, 0x6b, 0x2f, 0x13, 0xff, 0x6b, 0x32, 0x16, 0xff, 0x6c, 0x32, 0x16, 0xff, 0x6c, 0x31, 0x16, 0xff, 0x6a, 0x33, 0x16, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6f, 0x34, 0x19, 0xff, - 0x70, 0x35, 0x18, 0xff, 0x71, 0x36, 0x1b, 0xff, 0x73, 0x37, 0x1d, 0xff, 0x74, 0x39, 0x1c, 0xff, 0x75, 0x3a, 0x21, 0xff, 0x79, 0x3b, 0x20, 0xff, 0x7a, 0x3c, 0x23, 0xff, 0x7b, 0x3e, 0x24, 0xff, 0x83, 0x46, 0x29, 0xff, 0x84, 0x48, 0x2a, 0xff, 0x81, 0x42, 0x25, 0xff, 0x79, 0x3c, 0x1d, 0xff, 0x7c, 0x3d, 0x1f, 0xff, 0x7d, 0x3f, 0x23, 0xff, 0x7f, 0x3f, 0x21, 0xff, 0x80, 0x41, 0x23, 0xff, 0x82, 0x45, 0x25, 0xff, 0x84, 0x46, 0x27, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x9b, 0x5e, 0x32, 0xff, 0xa5, 0x69, 0x39, 0xff, 0xac, 0x6f, 0x41, 0xff, 0xb6, 0x7b, 0x4a, 0xff, 0xb9, 0x87, 0x55, 0xff, 0xc0, 0x97, 0x65, 0xff, 0xcf, 0xa3, 0x74, 0xff, 0xd2, 0xa2, 0x7d, 0xff, 0xd7, 0xa5, 0x82, 0xff, 0xdd, 0xa9, 0x85, 0xff, 0xcf, 0xa3, 0x7e, 0xff, 0xcd, 0xa3, 0x73, 0xff, 0xd2, 0xa1, 0x65, 0xff, 0xda, 0x9a, 0x5d, 0xff, 0xdd, 0x95, 0x5a, 0xff, 0xd8, 0x92, 0x55, 0xff, 0xe2, 0x94, 0x5a, 0xff, 0xf0, 0x9f, 0x60, 0xff, 0xf3, 0xa6, 0x69, 0xff, 0xef, 0xae, 0x70, 0xff, 0xc6, 0x8d, 0x58, 0xff, 0xb9, 0x7b, 0x4c, 0xff, 0xbc, 0x80, 0x4f, 0xff, 0xbc, 0x82, 0x52, 0xff, 0xb9, 0x84, 0x53, 0xff, 0xb9, 0x87, 0x57, 0xff, 0xb8, 0x89, 0x5c, 0xff, 0xb8, 0x8b, 0x5d, 0xff, 0xb8, 0x8a, 0x5e, 0xff, 0xb8, 0x8b, 0x5b, 0xff, 0xb8, 0x8b, 0x57, 0xff, 0xb9, 0x89, 0x55, 0xff, 0xbb, 0x87, 0x54, 0xff, 0xbc, 0x87, 0x53, 0xff, 0xbd, 0x84, 0x50, 0xff, 0xbd, 0x81, 0x4b, 0xff, 0xbe, 0x84, 0x4d, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbd, 0x87, 0x50, 0xff, 0xbe, 0x8a, 0x52, 0xff, 0xbc, 0x8a, 0x53, 0xff, 0xbb, 0x8a, 0x52, 0xff, 0xba, 0x8c, 0x56, 0xff, 0xb9, 0x88, 0x58, 0xff, 0xb7, 0x85, 0x58, 0xff, 0xb3, 0x7f, 0x52, 0xff, 0xb1, 0x7c, 0x4c, 0xff, 0xb1, 0x7c, 0x48, 0xff, 0xb0, 0x79, 0x46, 0xff, 0xb1, 0x76, 0x46, 0xff, 0xb1, 0x79, 0x47, 0xff, 0xb0, 0x78, 0x46, 0xff, 0xae, 0x77, 0x45, 0xff, 0xab, 0x72, 0x42, 0xff, 0xab, 0x6f, 0x42, 0xff, 0xa9, 0x70, 0x44, 0xff, 0xa5, 0x71, 0x49, 0xff, 0xa5, 0x72, 0x47, 0xff, 0xa3, 0x70, 0x45, 0xff, 0xa2, 0x6e, 0x44, 0xff, 0xa4, 0x72, 0x46, 0xff, 0xa6, 0x75, 0x46, 0xff, 0xa8, 0x78, 0x44, 0xff, 0xa8, 0x76, 0x41, 0xff, 0xa8, 0x74, 0x3e, 0xff, 0xa9, 0x75, 0x3b, 0xff, 0xa7, 0x71, 0x3c, 0xff, 0xa3, 0x6f, 0x3c, 0xff, 0xa6, 0x71, 0x3d, 0xff, 0xa9, 0x73, 0x3e, 0xff, 0xab, 0x74, 0x3f, 0xff, 0xad, 0x78, 0x41, 0xff, 0xb1, 0x7b, 0x44, 0xff, 0xb4, 0x80, 0x46, 0xff, 0xb7, 0x83, 0x47, 0xff, 0xb9, 0x83, 0x4c, 0xff, 0xbc, 0x86, 0x4d, 0xff, 0xbf, 0x88, 0x4c, 0xff, 0xbf, 0x88, 0x4c, 0xff, 0xc1, 0x8b, 0x4d, 0xff, 0xc4, 0x8f, 0x50, 0xff, 0xca, 0x92, 0x54, 0xff, 0xcf, 0x92, 0x54, 0xff, 0xd7, 0x95, 0x55, 0xff, 0xdf, 0x98, 0x57, 0xff, 0xe1, 0x98, 0x57, 0xff, 0xd7, 0x91, 0x54, 0xff, 0xc3, 0x87, 0x50, 0xff, 0xbc, 0x83, 0x50, 0xff, 0xc3, 0x87, 0x54, 0xff, 0xc7, 0x88, 0x53, 0xff, 0xcd, 0x88, 0x53, 0xff, 0xd1, 0x89, 0x56, 0xff, 0xca, 0x87, 0x51, 0xff, 0xbc, 0x7d, 0x46, 0xff, 0xba, 0x7c, 0x45, 0xff, 0xbf, 0x84, 0x4f, 0xff, 0xc0, 0x87, 0x51, 0xff, 0xc2, 0x89, 0x50, 0xff, 0xc3, 0x89, 0x51, 0xff, 0xc3, 0x8b, 0x52, 0xff, 0xc5, 0x8c, 0x53, 0xff, 0xc5, 0x8b, 0x52, 0xff, 0xc8, 0x8c, 0x53, 0xff, 0xca, 0x8c, 0x52, 0xff, 0xcb, 0x8e, 0x53, 0xff, 0xce, 0x8f, 0x54, 0xff, 0xd0, 0x90, 0x55, 0xff, 0xd1, 0x91, 0x55, 0xff, 0xd2, 0x93, 0x55, 0xff, 0xd7, 0x97, 0x59, 0xff, 0xda, 0x9a, 0x5b, 0xff, 0xda, 0x9c, 0x5e, 0xff, 0xdf, 0xa2, 0x64, 0xff, 0xe1, 0xa4, 0x66, 0xff, 0xe6, 0xaa, 0x6b, 0xff, 0xf1, 0xb3, 0x71, 0xff, 0xf5, 0xb6, 0x74, 0xff, 0xf3, 0xb3, 0x72, 0xff, 0xf2, 0xb0, 0x6f, 0xff, 0xf1, 0xb2, 0x70, 0xff, 0xf2, 0xb6, 0x72, 0xff, 0xf1, 0xb9, 0x73, 0xff, 0xf1, 0xb6, 0x71, 0xff, 0xed, 0xab, 0x6a, 0xff, 0xee, 0xa7, 0x66, 0xff, 0xee, 0xa3, 0x64, 0xff, 0xf1, 0xa2, 0x62, 0xff, 0xf1, 0x9e, 0x60, 0xff, 0xf2, 0x99, 0x5d, 0xff, 0xf2, 0x98, 0x5c, 0xff, 0xf2, 0x9b, 0x5e, 0xff, 0xf2, 0x99, 0x5e, 0xff, 0xf0, 0xa0, 0x63, 0xff, 0xf2, 0xa6, 0x67, 0xff, 0xf2, 0xa8, 0x6b, 0xff, 0xf2, 0xae, 0x6e, 0xff, 0xf3, 0xb1, 0x6f, 0xff, 0xf4, 0xb1, 0x6f, 0xff, 0xf4, 0xb3, 0x75, 0xff, 0xf4, 0xb6, 0x79, 0xff, 0xf2, 0xb4, 0x79, 0xff, 0xf4, 0xae, 0x78, 0xff, 0xf2, 0xab, 0x77, 0xff, 0xf2, 0xab, 0x79, 0xff, 0xf3, 0xaa, 0x78, 0xff, 0xf4, 0xab, 0x79, 0xff, 0xf3, 0xaf, 0x7a, 0xff, 0xf3, 0xb8, 0x7e, 0xff, 0xf4, 0xce, 0x87, 0xff, 0xed, 0xe7, 0x92, 0xff, 0xeb, 0xec, 0xa0, 0xff, 0xed, 0xec, 0xb0, 0xff, 0xf3, 0xec, 0xcc, 0xff, 0xf4, 0xed, 0xdf, 0xff, 0xf4, 0xed, 0xe4, 0xff, 0xf4, 0xed, 0xe5, 0xff, 0xf4, 0xec, 0xdf, 0xff, 0xf1, 0xec, 0xc6, 0xff, 0xeb, 0xec, 0xae, 0xff, 0xed, 0xef, 0x9f, 0xff, 0xf3, 0xd8, 0x8d, 0xff, 0xf3, 0xbe, 0x81, 0xff, 0xf2, 0xac, 0x73, 0xff, 0xdf, 0x9f, 0x67, 0xff, 0xca, 0x91, 0x5b, 0xff, 0xba, 0x82, 0x51, 0xff, 0xb7, 0x7d, 0x4d, 0xff, 0xb6, 0x7a, 0x49, 0xff, 0xb2, 0x74, 0x42, 0xff, 0xae, 0x6f, 0x3e, 0xff, 0xac, 0x6a, 0x3a, 0xff, 0xa6, 0x67, 0x36, 0xff, 0xa4, 0x63, 0x35, 0xff, 0xa4, 0x62, 0x34, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x83, 0x44, 0x27, 0xff, 0x81, 0x42, 0x27, 0xff, 0x81, 0x42, 0x25, 0xff, 0x84, 0x45, 0x26, 0xff, 0x82, 0x44, 0x27, 0xff, 0x81, 0x43, 0x27, 0xff, 0x7f, 0x42, 0x26, 0xff, 0x7f, 0x40, 0x23, 0xff, 0x7c, 0x3e, 0x20, 0xff, 0x7c, 0x3d, 0x1f, 0xff, 0x7b, 0x3b, 0x1e, 0xff, 0x78, 0x3a, 0x1e, 0xff, 0x77, 0x39, 0x1c, 0xff, 0x75, 0x39, 0x1c, 0xff, 0x74, 0x37, 0x19, 0xff, 0x73, 0x37, 0x19, 0xff, 0x71, 0x35, 0x18, 0xff, 0x71, 0x35, 0x17, 0xff, 0x71, 0x35, 0x17, 0xff, 0x6f, 0x32, 0x15, 0xff, 0x6b, 0x32, 0x16, 0xff, 0x6c, 0x32, 0x13, 0xff, 0x69, 0x30, 0x13, 0xff, 0x69, 0x30, 0x13, 0xff, 0x6a, 0x2e, 0x13, 0xff, 0x68, 0x2c, 0x11, 0xff, 0x69, 0x2d, 0x14, 0xff, 0x69, 0x31, 0x13, 0xff, 0x68, 0x2f, 0x15, 0xff, 0x6b, 0x32, 0x16, 0xff, 0x6e, 0x33, 0x15, 0xff, 0x6d, 0x34, 0x16, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6f, 0x33, 0x18, 0xff, - 0x71, 0x36, 0x1a, 0xff, 0x72, 0x37, 0x1b, 0xff, 0x72, 0x38, 0x1c, 0xff, 0x76, 0x3a, 0x1e, 0xff, 0x78, 0x3b, 0x20, 0xff, 0x7a, 0x3d, 0x23, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x84, 0x47, 0x2a, 0xff, 0x83, 0x44, 0x29, 0xff, 0x7b, 0x3c, 0x1d, 0xff, 0x7c, 0x3d, 0x1e, 0xff, 0x7c, 0x3d, 0x1f, 0xff, 0x7d, 0x3d, 0x20, 0xff, 0x7e, 0x40, 0x23, 0xff, 0x7f, 0x42, 0x23, 0xff, 0x81, 0x44, 0x26, 0xff, 0x8b, 0x4d, 0x29, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x9c, 0x5f, 0x32, 0xff, 0xa3, 0x66, 0x37, 0xff, 0xaa, 0x6d, 0x3e, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xbb, 0x85, 0x52, 0xff, 0xc9, 0x9b, 0x64, 0xff, 0xca, 0xa1, 0x6e, 0xff, 0xcf, 0xa1, 0x77, 0xff, 0xd4, 0xa4, 0x7e, 0xff, 0xda, 0xa5, 0x81, 0xff, 0xde, 0xaa, 0x7f, 0xff, 0xcb, 0xa3, 0x73, 0xff, 0xd0, 0xa0, 0x66, 0xff, 0xd7, 0x9a, 0x5d, 0xff, 0xdc, 0x96, 0x5b, 0xff, 0xda, 0x92, 0x59, 0xff, 0xe3, 0x96, 0x5b, 0xff, 0xec, 0xa0, 0x60, 0xff, 0xf3, 0xa6, 0x68, 0xff, 0xf1, 0xae, 0x6d, 0xff, 0xd1, 0x96, 0x5f, 0xff, 0xbf, 0x81, 0x52, 0xff, 0xbe, 0x81, 0x52, 0xff, 0xbe, 0x84, 0x53, 0xff, 0xbb, 0x88, 0x56, 0xff, 0xbb, 0x8c, 0x5c, 0xff, 0xba, 0x8e, 0x5f, 0xff, 0xb9, 0x8e, 0x61, 0xff, 0xb9, 0x8d, 0x61, 0xff, 0xb9, 0x8d, 0x61, 0xff, 0xb9, 0x8e, 0x5d, 0xff, 0xba, 0x8e, 0x5a, 0xff, 0xbc, 0x8e, 0x57, 0xff, 0xbe, 0x8c, 0x55, 0xff, 0xc0, 0x8b, 0x53, 0xff, 0xc1, 0x86, 0x4f, 0xff, 0xc0, 0x86, 0x4e, 0xff, 0xc0, 0x86, 0x4d, 0xff, 0xbe, 0x89, 0x50, 0xff, 0xc1, 0x8a, 0x53, 0xff, 0xc0, 0x8d, 0x56, 0xff, 0xbf, 0x8f, 0x57, 0xff, 0xbd, 0x8f, 0x56, 0xff, 0xbc, 0x8b, 0x56, 0xff, 0xbc, 0x8c, 0x5a, 0xff, 0xb8, 0x88, 0x5b, 0xff, 0xb3, 0x7f, 0x52, 0xff, 0xb3, 0x7f, 0x4b, 0xff, 0xb3, 0x7d, 0x49, 0xff, 0xb2, 0x79, 0x48, 0xff, 0xb2, 0x79, 0x47, 0xff, 0xb1, 0x7a, 0x47, 0xff, 0xb2, 0x7b, 0x49, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xac, 0x73, 0x43, 0xff, 0xab, 0x73, 0x47, 0xff, 0xa6, 0x74, 0x4a, 0xff, 0xa6, 0x75, 0x4a, 0xff, 0xa6, 0x73, 0x49, 0xff, 0xa5, 0x71, 0x47, 0xff, 0xa4, 0x6e, 0x42, 0xff, 0xa3, 0x6e, 0x3f, 0xff, 0xa6, 0x72, 0x3d, 0xff, 0xa9, 0x74, 0x3b, 0xff, 0xaa, 0x77, 0x3c, 0xff, 0xa6, 0x74, 0x3e, 0xff, 0xa3, 0x6f, 0x3d, 0xff, 0xa3, 0x70, 0x3d, 0xff, 0xa5, 0x71, 0x3d, 0xff, 0xa6, 0x73, 0x3e, 0xff, 0xa8, 0x73, 0x3f, 0xff, 0xab, 0x75, 0x41, 0xff, 0xad, 0x78, 0x42, 0xff, 0xb1, 0x7d, 0x45, 0xff, 0xb4, 0x81, 0x47, 0xff, 0xb6, 0x81, 0x47, 0xff, 0xb8, 0x81, 0x48, 0xff, 0xb8, 0x82, 0x48, 0xff, 0xba, 0x83, 0x4a, 0xff, 0xbf, 0x87, 0x4b, 0xff, 0xc2, 0x8a, 0x4c, 0xff, 0xc5, 0x8d, 0x50, 0xff, 0xcc, 0x91, 0x53, 0xff, 0xd4, 0x95, 0x57, 0xff, 0xce, 0x8e, 0x53, 0xff, 0xbe, 0x7e, 0x48, 0xff, 0xb7, 0x7a, 0x46, 0xff, 0xbb, 0x81, 0x4d, 0xff, 0xbf, 0x86, 0x56, 0xff, 0xc2, 0x88, 0x58, 0xff, 0xc6, 0x8a, 0x56, 0xff, 0xca, 0x8a, 0x54, 0xff, 0xce, 0x8b, 0x55, 0xff, 0xc5, 0x85, 0x4f, 0xff, 0xb9, 0x7b, 0x45, 0xff, 0xba, 0x7a, 0x45, 0xff, 0xbc, 0x7e, 0x48, 0xff, 0xc0, 0x87, 0x4f, 0xff, 0xc2, 0x8c, 0x53, 0xff, 0xc2, 0x8a, 0x52, 0xff, 0xc4, 0x8b, 0x53, 0xff, 0xc5, 0x8d, 0x55, 0xff, 0xc6, 0x8c, 0x54, 0xff, 0xc9, 0x8f, 0x55, 0xff, 0xcb, 0x8e, 0x54, 0xff, 0xcc, 0x8e, 0x54, 0xff, 0xcf, 0x90, 0x55, 0xff, 0xd1, 0x8f, 0x54, 0xff, 0xd2, 0x91, 0x55, 0xff, 0xd2, 0x92, 0x54, 0xff, 0xd5, 0x94, 0x54, 0xff, 0xd9, 0x97, 0x57, 0xff, 0xda, 0x98, 0x5a, 0xff, 0xdd, 0x9b, 0x5d, 0xff, 0xe1, 0x9e, 0x61, 0xff, 0xe4, 0xa4, 0x65, 0xff, 0xef, 0xae, 0x6b, 0xff, 0xf5, 0xb1, 0x6e, 0xff, 0xf5, 0xb4, 0x72, 0xff, 0xef, 0xb3, 0x70, 0xff, 0xe9, 0xac, 0x6c, 0xff, 0xe9, 0xa8, 0x69, 0xff, 0xf0, 0xa5, 0x66, 0xff, 0xef, 0xa2, 0x64, 0xff, 0xef, 0x9f, 0x61, 0xff, 0xf0, 0x9b, 0x5f, 0xff, 0xf1, 0x9a, 0x5e, 0xff, 0xf3, 0x99, 0x5e, 0xff, 0xf2, 0x98, 0x5d, 0xff, 0xf3, 0x98, 0x5d, 0xff, 0xf1, 0x96, 0x5b, 0xff, 0xef, 0x95, 0x5a, 0xff, 0xf2, 0x97, 0x5d, 0xff, 0xf4, 0x99, 0x5f, 0xff, 0xf3, 0x9b, 0x5f, 0xff, 0xf1, 0x9c, 0x60, 0xff, 0xf2, 0xa2, 0x63, 0xff, 0xf0, 0xa5, 0x66, 0xff, 0xf1, 0xad, 0x6c, 0xff, 0xf4, 0xb3, 0x71, 0xff, 0xf3, 0xb2, 0x76, 0xff, 0xf3, 0xb2, 0x77, 0xff, 0xf4, 0xb4, 0x77, 0xff, 0xf2, 0xb4, 0x76, 0xff, 0xf2, 0xb0, 0x75, 0xff, 0xf3, 0xab, 0x73, 0xff, 0xf2, 0xae, 0x77, 0xff, 0xf2, 0xb2, 0x7b, 0xff, 0xf2, 0xbc, 0x7e, 0xff, 0xf0, 0xbe, 0x7f, 0xff, 0xf0, 0xcb, 0x81, 0xff, 0xef, 0xe2, 0x8a, 0xff, 0xea, 0xec, 0x9a, 0xff, 0xed, 0xed, 0xaa, 0xff, 0xef, 0xed, 0xbc, 0xff, 0xf1, 0xec, 0xcd, 0xff, 0xf4, 0xed, 0xd4, 0xff, 0xf3, 0xed, 0xcc, 0xff, 0xf0, 0xeb, 0xbb, 0xff, 0xeb, 0xec, 0xac, 0xff, 0xe8, 0xed, 0x9f, 0xff, 0xf2, 0xdd, 0x90, 0xff, 0xf4, 0xc2, 0x83, 0xff, 0xf5, 0xb0, 0x79, 0xff, 0xe8, 0xa4, 0x6d, 0xff, 0xd0, 0x95, 0x60, 0xff, 0xc0, 0x88, 0x58, 0xff, 0xb7, 0x7f, 0x50, 0xff, 0xb5, 0x7a, 0x4a, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb2, 0x75, 0x42, 0xff, 0xaf, 0x6e, 0x3d, 0xff, 0xab, 0x6a, 0x39, 0xff, 0xa7, 0x67, 0x36, 0xff, 0xa7, 0x69, 0x37, 0xff, 0x96, 0x57, 0x2d, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x85, 0x45, 0x27, 0xff, 0x82, 0x43, 0x27, 0xff, 0x86, 0x47, 0x28, 0xff, 0x87, 0x45, 0x28, 0xff, 0x82, 0x45, 0x28, 0xff, 0x82, 0x44, 0x27, 0xff, 0x82, 0x42, 0x26, 0xff, 0x80, 0x42, 0x24, 0xff, 0x7d, 0x40, 0x23, 0xff, 0x7d, 0x3e, 0x21, 0xff, 0x7b, 0x3b, 0x1f, 0xff, 0x7b, 0x3d, 0x1f, 0xff, 0x79, 0x3b, 0x1e, 0xff, 0x77, 0x39, 0x1b, 0xff, 0x75, 0x39, 0x1b, 0xff, 0x75, 0x37, 0x1b, 0xff, 0x74, 0x37, 0x18, 0xff, 0x75, 0x37, 0x1a, 0xff, 0x74, 0x37, 0x18, 0xff, 0x71, 0x33, 0x19, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6b, 0x31, 0x16, 0xff, 0x69, 0x30, 0x13, 0xff, 0x6b, 0x32, 0x15, 0xff, 0x68, 0x2f, 0x12, 0xff, 0x69, 0x30, 0x12, 0xff, 0x69, 0x30, 0x12, 0xff, 0x69, 0x30, 0x14, 0xff, 0x6b, 0x32, 0x16, 0xff, 0x6c, 0x31, 0x18, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6e, 0x32, 0x16, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6f, 0x35, 0x18, 0xff, - 0x73, 0x37, 0x1b, 0xff, 0x72, 0x38, 0x1c, 0xff, 0x75, 0x3a, 0x1f, 0xff, 0x78, 0x3b, 0x20, 0xff, 0x79, 0x3b, 0x23, 0xff, 0x7a, 0x3d, 0x23, 0xff, 0x7b, 0x3c, 0x23, 0xff, 0x82, 0x43, 0x29, 0xff, 0x84, 0x46, 0x29, 0xff, 0x7c, 0x3e, 0x1f, 0xff, 0x7a, 0x3d, 0x1d, 0xff, 0x7b, 0x3d, 0x1e, 0xff, 0x7b, 0x3d, 0x21, 0xff, 0x7c, 0x3e, 0x23, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x80, 0x43, 0x25, 0xff, 0x89, 0x4a, 0x27, 0xff, 0x90, 0x53, 0x2a, 0xff, 0x96, 0x58, 0x2c, 0xff, 0x99, 0x5a, 0x30, 0xff, 0xa0, 0x63, 0x34, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xb0, 0x74, 0x43, 0xff, 0xc5, 0x8d, 0x57, 0xff, 0xcc, 0x9a, 0x62, 0xff, 0xcc, 0xa1, 0x68, 0xff, 0xcd, 0xa2, 0x71, 0xff, 0xd2, 0xa4, 0x78, 0xff, 0xd8, 0xa4, 0x7a, 0xff, 0xdd, 0xaa, 0x7a, 0xff, 0xdb, 0xa8, 0x74, 0xff, 0xce, 0xa1, 0x67, 0xff, 0xd3, 0x99, 0x5e, 0xff, 0xda, 0x96, 0x5b, 0xff, 0xda, 0x94, 0x5b, 0xff, 0xe0, 0x97, 0x5d, 0xff, 0xec, 0x9b, 0x62, 0xff, 0xf2, 0xa5, 0x66, 0xff, 0xf3, 0xae, 0x6e, 0xff, 0xdf, 0xaa, 0x6c, 0xff, 0xc4, 0x86, 0x55, 0xff, 0xc1, 0x84, 0x54, 0xff, 0xc0, 0x87, 0x56, 0xff, 0xbe, 0x8b, 0x5a, 0xff, 0xbe, 0x8d, 0x5d, 0xff, 0xbc, 0x91, 0x60, 0xff, 0xbc, 0x90, 0x64, 0xff, 0xbc, 0x8f, 0x66, 0xff, 0xbc, 0x8f, 0x66, 0xff, 0xbc, 0x8f, 0x63, 0xff, 0xbe, 0x91, 0x60, 0xff, 0xbe, 0x92, 0x5d, 0xff, 0xbf, 0x92, 0x58, 0xff, 0xc1, 0x8f, 0x56, 0xff, 0xc2, 0x8b, 0x53, 0xff, 0xc4, 0x89, 0x52, 0xff, 0xc4, 0x8a, 0x52, 0xff, 0xc3, 0x8b, 0x53, 0xff, 0xc3, 0x8e, 0x53, 0xff, 0xc4, 0x8e, 0x55, 0xff, 0xc3, 0x90, 0x56, 0xff, 0xc1, 0x92, 0x59, 0xff, 0xbf, 0x92, 0x5b, 0xff, 0xbe, 0x90, 0x5c, 0xff, 0xbe, 0x8d, 0x5e, 0xff, 0xbb, 0x8b, 0x5a, 0xff, 0xb3, 0x7f, 0x4e, 0xff, 0xb5, 0x80, 0x4d, 0xff, 0xb4, 0x7d, 0x48, 0xff, 0xb3, 0x79, 0x47, 0xff, 0xb5, 0x7b, 0x49, 0xff, 0xb3, 0x79, 0x49, 0xff, 0xb3, 0x78, 0x49, 0xff, 0xb0, 0x76, 0x49, 0xff, 0xab, 0x78, 0x4c, 0xff, 0xab, 0x79, 0x4b, 0xff, 0xaa, 0x77, 0x4d, 0xff, 0xa9, 0x75, 0x48, 0xff, 0xa7, 0x72, 0x43, 0xff, 0xa5, 0x6e, 0x3c, 0xff, 0xa5, 0x6e, 0x39, 0xff, 0xa5, 0x6d, 0x3a, 0xff, 0xa7, 0x70, 0x3b, 0xff, 0xa7, 0x73, 0x3d, 0xff, 0xa3, 0x6f, 0x3f, 0xff, 0xa3, 0x71, 0x40, 0xff, 0xa4, 0x70, 0x3e, 0xff, 0xa6, 0x71, 0x3f, 0xff, 0xa8, 0x72, 0x3e, 0xff, 0xaa, 0x75, 0x3f, 0xff, 0xab, 0x79, 0x42, 0xff, 0xac, 0x7a, 0x43, 0xff, 0xae, 0x7b, 0x44, 0xff, 0xb1, 0x7d, 0x45, 0xff, 0xb3, 0x7f, 0x47, 0xff, 0xb3, 0x7e, 0x44, 0xff, 0xb5, 0x81, 0x47, 0xff, 0xb9, 0x82, 0x49, 0xff, 0xbc, 0x83, 0x4a, 0xff, 0xbf, 0x87, 0x4d, 0xff, 0xc3, 0x8c, 0x4e, 0xff, 0xc5, 0x8d, 0x4f, 0xff, 0xb8, 0x7d, 0x49, 0xff, 0xad, 0x70, 0x41, 0xff, 0xb2, 0x75, 0x44, 0xff, 0xb6, 0x7b, 0x4a, 0xff, 0xba, 0x80, 0x51, 0xff, 0xbd, 0x82, 0x57, 0xff, 0xc1, 0x85, 0x5b, 0xff, 0xc3, 0x88, 0x58, 0xff, 0xc6, 0x8a, 0x55, 0xff, 0xcb, 0x8a, 0x57, 0xff, 0xc0, 0x80, 0x4c, 0xff, 0xb7, 0x7a, 0x42, 0xff, 0xbb, 0x7d, 0x45, 0xff, 0xbd, 0x7c, 0x45, 0xff, 0xbe, 0x80, 0x49, 0xff, 0xc0, 0x88, 0x4f, 0xff, 0xc3, 0x8e, 0x54, 0xff, 0xc5, 0x8e, 0x55, 0xff, 0xc6, 0x8e, 0x55, 0xff, 0xc9, 0x90, 0x55, 0xff, 0xc9, 0x8f, 0x54, 0xff, 0xca, 0x90, 0x55, 0xff, 0xce, 0x92, 0x54, 0xff, 0xd0, 0x92, 0x55, 0xff, 0xd1, 0x90, 0x54, 0xff, 0xd3, 0x90, 0x53, 0xff, 0xd5, 0x92, 0x54, 0xff, 0xd6, 0x92, 0x54, 0xff, 0xd9, 0x94, 0x56, 0xff, 0xdb, 0x97, 0x57, 0xff, 0xde, 0x98, 0x58, 0xff, 0xe2, 0x99, 0x5c, 0xff, 0xe2, 0x9c, 0x5f, 0xff, 0xe7, 0xa0, 0x64, 0xff, 0xe4, 0x9f, 0x63, 0xff, 0xdb, 0x97, 0x59, 0xff, 0xdd, 0x96, 0x59, 0xff, 0xe7, 0x98, 0x5e, 0xff, 0xef, 0x9b, 0x5f, 0xff, 0xf3, 0x9f, 0x61, 0xff, 0xf4, 0xa3, 0x66, 0xff, 0xf2, 0xa5, 0x68, 0xff, 0xf3, 0xa4, 0x68, 0xff, 0xf4, 0xa3, 0x66, 0xff, 0xf2, 0x9e, 0x62, 0xff, 0xf1, 0x9b, 0x60, 0xff, 0xf2, 0x9c, 0x5f, 0xff, 0xf3, 0x99, 0x5e, 0xff, 0xf4, 0x98, 0x5e, 0xff, 0xf4, 0x98, 0x5c, 0xff, 0xf4, 0x9b, 0x5f, 0xff, 0xf4, 0x9d, 0x60, 0xff, 0xf4, 0x9d, 0x60, 0xff, 0xf4, 0x9e, 0x61, 0xff, 0xf4, 0x9e, 0x62, 0xff, 0xf1, 0x9d, 0x62, 0xff, 0xf0, 0xa3, 0x66, 0xff, 0xf0, 0xad, 0x70, 0xff, 0xf3, 0xb4, 0x78, 0xff, 0xf2, 0xb4, 0x77, 0xff, 0xf4, 0xb1, 0x76, 0xff, 0xf3, 0xb5, 0x79, 0xff, 0xf0, 0xb2, 0x76, 0xff, 0xf3, 0xac, 0x72, 0xff, 0xf4, 0xaf, 0x72, 0xff, 0xf2, 0xb3, 0x75, 0xff, 0xf3, 0xc0, 0x7c, 0xff, 0xf4, 0xd7, 0x85, 0xff, 0xf1, 0xe0, 0x86, 0xff, 0xeb, 0xe3, 0x89, 0xff, 0xe7, 0xe8, 0x92, 0xff, 0xea, 0xeb, 0xa3, 0xff, 0xed, 0xec, 0xae, 0xff, 0xee, 0xed, 0xb3, 0xff, 0xed, 0xed, 0xb4, 0xff, 0xed, 0xeb, 0xb0, 0xff, 0xea, 0xed, 0xa6, 0xff, 0xee, 0xed, 0x9a, 0xff, 0xf3, 0xe0, 0x8e, 0xff, 0xf4, 0xc3, 0x83, 0xff, 0xf5, 0xb2, 0x7b, 0xff, 0xeb, 0xa5, 0x6f, 0xff, 0xda, 0x9b, 0x67, 0xff, 0xc5, 0x8e, 0x5c, 0xff, 0xbc, 0x86, 0x54, 0xff, 0xb5, 0x7c, 0x4c, 0xff, 0xb1, 0x76, 0x45, 0xff, 0xb3, 0x76, 0x44, 0xff, 0xb2, 0x73, 0x3e, 0xff, 0xad, 0x6f, 0x3b, 0xff, 0xab, 0x6c, 0x38, 0xff, 0xa7, 0x67, 0x37, 0xff, 0x96, 0x54, 0x2f, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x88, 0x47, 0x29, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x87, 0x49, 0x29, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x86, 0x47, 0x27, 0xff, 0x83, 0x46, 0x26, 0xff, 0x81, 0x43, 0x24, 0xff, 0x80, 0x42, 0x24, 0xff, 0x7e, 0x40, 0x23, 0xff, 0x7f, 0x40, 0x20, 0xff, 0x7b, 0x3d, 0x1f, 0xff, 0x7b, 0x3c, 0x1e, 0xff, 0x79, 0x3b, 0x1e, 0xff, 0x78, 0x38, 0x1b, 0xff, 0x76, 0x39, 0x1b, 0xff, 0x77, 0x38, 0x1d, 0xff, 0x75, 0x37, 0x1b, 0xff, 0x74, 0x37, 0x18, 0xff, 0x72, 0x36, 0x18, 0xff, 0x6f, 0x31, 0x17, 0xff, 0x6e, 0x32, 0x16, 0xff, 0x6c, 0x31, 0x16, 0xff, 0x6c, 0x31, 0x16, 0xff, 0x6c, 0x30, 0x13, 0xff, 0x6c, 0x2f, 0x12, 0xff, 0x6a, 0x31, 0x16, 0xff, 0x6a, 0x31, 0x16, 0xff, 0x6a, 0x31, 0x16, 0xff, 0x6c, 0x31, 0x16, 0xff, 0x6d, 0x32, 0x18, 0xff, 0x6e, 0x32, 0x17, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6f, 0x33, 0x1a, 0xff, 0x72, 0x34, 0x18, 0xff, - 0x72, 0x37, 0x1c, 0xff, 0x74, 0x3a, 0x1e, 0xff, 0x75, 0x3a, 0x1d, 0xff, 0x78, 0x3c, 0x20, 0xff, 0x7a, 0x3d, 0x23, 0xff, 0x7b, 0x3d, 0x23, 0xff, 0x7f, 0x41, 0x27, 0xff, 0x84, 0x46, 0x29, 0xff, 0x80, 0x43, 0x24, 0xff, 0x7b, 0x3c, 0x1c, 0xff, 0x7c, 0x3d, 0x1d, 0xff, 0x7c, 0x3d, 0x1f, 0xff, 0x7c, 0x3e, 0x24, 0xff, 0x7c, 0x41, 0x24, 0xff, 0x7d, 0x3f, 0x24, 0xff, 0x89, 0x4a, 0x25, 0xff, 0x8d, 0x4f, 0x28, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x93, 0x54, 0x2a, 0xff, 0x98, 0x5a, 0x2f, 0xff, 0x9d, 0x60, 0x32, 0xff, 0xa4, 0x67, 0x37, 0xff, 0xb3, 0x7a, 0x48, 0xff, 0xc3, 0x8e, 0x58, 0xff, 0xca, 0x95, 0x5d, 0xff, 0xce, 0x9e, 0x64, 0xff, 0xcd, 0x9f, 0x69, 0xff, 0xce, 0xa3, 0x6f, 0xff, 0xd3, 0xa5, 0x73, 0xff, 0xd8, 0xa9, 0x73, 0xff, 0xe0, 0xae, 0x71, 0xff, 0xd1, 0xa0, 0x64, 0xff, 0xd0, 0x9a, 0x5e, 0xff, 0xd7, 0x93, 0x5a, 0xff, 0xd9, 0x94, 0x59, 0xff, 0xda, 0x94, 0x5b, 0xff, 0xe9, 0x9a, 0x60, 0xff, 0xf3, 0xa1, 0x65, 0xff, 0xf3, 0xab, 0x6e, 0xff, 0xf0, 0xb9, 0x77, 0xff, 0xc5, 0x87, 0x56, 0xff, 0xc4, 0x86, 0x55, 0xff, 0xc2, 0x8a, 0x58, 0xff, 0xc1, 0x8f, 0x5d, 0xff, 0xbf, 0x93, 0x62, 0xff, 0xbf, 0x92, 0x65, 0xff, 0xbe, 0x91, 0x67, 0xff, 0xbd, 0x92, 0x69, 0xff, 0xbd, 0x92, 0x69, 0xff, 0xbe, 0x92, 0x69, 0xff, 0xbe, 0x92, 0x66, 0xff, 0xc0, 0x95, 0x64, 0xff, 0xc1, 0x98, 0x5f, 0xff, 0xc3, 0x93, 0x5a, 0xff, 0xc4, 0x92, 0x57, 0xff, 0xc6, 0x8f, 0x54, 0xff, 0xc6, 0x8d, 0x52, 0xff, 0xc4, 0x8d, 0x4f, 0xff, 0xc6, 0x91, 0x53, 0xff, 0xc6, 0x91, 0x56, 0xff, 0xc6, 0x90, 0x58, 0xff, 0xc4, 0x93, 0x5b, 0xff, 0xc4, 0x97, 0x60, 0xff, 0xc2, 0x96, 0x60, 0xff, 0xc1, 0x91, 0x60, 0xff, 0xbe, 0x8e, 0x5b, 0xff, 0xba, 0x86, 0x54, 0xff, 0xb6, 0x7f, 0x4d, 0xff, 0xb6, 0x7e, 0x4b, 0xff, 0xb7, 0x7e, 0x4a, 0xff, 0xb5, 0x7c, 0x48, 0xff, 0xb4, 0x7a, 0x49, 0xff, 0xb5, 0x7b, 0x49, 0xff, 0xb2, 0x79, 0x49, 0xff, 0xae, 0x7a, 0x4c, 0xff, 0xad, 0x7a, 0x50, 0xff, 0xab, 0x78, 0x47, 0xff, 0xa9, 0x75, 0x43, 0xff, 0xa8, 0x71, 0x3d, 0xff, 0xa7, 0x72, 0x3b, 0xff, 0xa6, 0x6e, 0x3b, 0xff, 0xa6, 0x6f, 0x3a, 0xff, 0xa2, 0x6c, 0x3b, 0xff, 0x9c, 0x66, 0x3b, 0xff, 0x9f, 0x6a, 0x3d, 0xff, 0xa3, 0x70, 0x3f, 0xff, 0xa5, 0x74, 0x40, 0xff, 0xa5, 0x74, 0x3f, 0xff, 0xa7, 0x73, 0x3e, 0xff, 0xa8, 0x74, 0x42, 0xff, 0xaa, 0x78, 0x43, 0xff, 0xac, 0x79, 0x44, 0xff, 0xad, 0x79, 0x43, 0xff, 0xae, 0x7a, 0x43, 0xff, 0xae, 0x79, 0x42, 0xff, 0xb1, 0x7a, 0x42, 0xff, 0xb4, 0x7d, 0x43, 0xff, 0xb6, 0x80, 0x46, 0xff, 0xb9, 0x85, 0x4b, 0xff, 0xbd, 0x87, 0x4d, 0xff, 0xbb, 0x83, 0x4c, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xa1, 0x63, 0x36, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xb0, 0x72, 0x42, 0xff, 0xb6, 0x78, 0x46, 0xff, 0xb9, 0x7e, 0x4c, 0xff, 0xbb, 0x82, 0x53, 0xff, 0xbe, 0x84, 0x57, 0xff, 0xc0, 0x85, 0x55, 0xff, 0xc4, 0x88, 0x57, 0xff, 0xc2, 0x86, 0x52, 0xff, 0xba, 0x7e, 0x46, 0xff, 0xbb, 0x7b, 0x46, 0xff, 0xbe, 0x7e, 0x47, 0xff, 0xbe, 0x7e, 0x45, 0xff, 0xbd, 0x7c, 0x44, 0xff, 0xbf, 0x80, 0x48, 0xff, 0xc3, 0x8a, 0x51, 0xff, 0xc5, 0x8e, 0x56, 0xff, 0xc8, 0x8f, 0x55, 0xff, 0xc9, 0x92, 0x56, 0xff, 0xcc, 0x92, 0x56, 0xff, 0xcf, 0x92, 0x55, 0xff, 0xd1, 0x93, 0x56, 0xff, 0xd3, 0x92, 0x55, 0xff, 0xd6, 0x94, 0x54, 0xff, 0xd8, 0x96, 0x55, 0xff, 0xd9, 0x94, 0x55, 0xff, 0xdb, 0x94, 0x55, 0xff, 0xdd, 0x95, 0x55, 0xff, 0xda, 0x93, 0x55, 0xff, 0xdd, 0x95, 0x57, 0xff, 0xd4, 0x90, 0x54, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xbf, 0x80, 0x4c, 0xff, 0xd1, 0x8c, 0x53, 0xff, 0xe0, 0x95, 0x57, 0xff, 0xe3, 0x94, 0x57, 0xff, 0xe8, 0x97, 0x59, 0xff, 0xf2, 0x9c, 0x5e, 0xff, 0xf2, 0xa1, 0x63, 0xff, 0xf2, 0xaa, 0x6b, 0xff, 0xf4, 0xae, 0x6e, 0xff, 0xf4, 0xaf, 0x6e, 0xff, 0xf4, 0xad, 0x6e, 0xff, 0xf3, 0xa9, 0x6b, 0xff, 0xf4, 0xa3, 0x67, 0xff, 0xf4, 0x9e, 0x62, 0xff, 0xf4, 0x9b, 0x5f, 0xff, 0xf1, 0x98, 0x5c, 0xff, 0xf3, 0x98, 0x5c, 0xff, 0xf4, 0x9c, 0x5f, 0xff, 0xf4, 0x9d, 0x60, 0xff, 0xf4, 0x9d, 0x60, 0xff, 0xf4, 0x9e, 0x60, 0xff, 0xf4, 0x9f, 0x61, 0xff, 0xf4, 0x9e, 0x63, 0xff, 0xf4, 0xa2, 0x65, 0xff, 0xf2, 0xa2, 0x64, 0xff, 0xf3, 0xa8, 0x6a, 0xff, 0xf2, 0xb1, 0x74, 0xff, 0xf4, 0xb6, 0x75, 0xff, 0xf3, 0xb4, 0x75, 0xff, 0xf2, 0xb7, 0x78, 0xff, 0xf2, 0xb6, 0x77, 0xff, 0xf1, 0xae, 0x70, 0xff, 0xf3, 0xaf, 0x70, 0xff, 0xf4, 0xb2, 0x71, 0xff, 0xf2, 0xb7, 0x74, 0xff, 0xf4, 0xc4, 0x7c, 0xff, 0xf1, 0xdc, 0x86, 0xff, 0xec, 0xe8, 0x90, 0xff, 0xe6, 0xe7, 0x92, 0xff, 0xe5, 0xe9, 0x98, 0xff, 0xe8, 0xea, 0xa0, 0xff, 0xeb, 0xec, 0xa1, 0xff, 0xea, 0xec, 0xa1, 0xff, 0xe7, 0xea, 0x9b, 0xff, 0xf1, 0xe8, 0x94, 0xff, 0xf5, 0xdb, 0x89, 0xff, 0xf3, 0xc3, 0x80, 0xff, 0xf4, 0xb0, 0x76, 0xff, 0xf0, 0xa9, 0x6f, 0xff, 0xde, 0x9d, 0x68, 0xff, 0xc9, 0x90, 0x60, 0xff, 0xbf, 0x87, 0x58, 0xff, 0xba, 0x82, 0x50, 0xff, 0xb3, 0x7b, 0x49, 0xff, 0xad, 0x73, 0x42, 0xff, 0xb1, 0x76, 0x45, 0xff, 0xb1, 0x74, 0x40, 0xff, 0xac, 0x6f, 0x3d, 0xff, 0xa2, 0x62, 0x36, 0xff, 0x98, 0x57, 0x31, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x8b, 0x49, 0x2a, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x8e, 0x4f, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x87, 0x49, 0x29, 0xff, 0x86, 0x46, 0x27, 0xff, 0x84, 0x46, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x83, 0x41, 0x25, 0xff, 0x80, 0x42, 0x24, 0xff, 0x7e, 0x40, 0x24, 0xff, 0x7c, 0x3d, 0x23, 0xff, 0x7b, 0x3d, 0x20, 0xff, 0x7a, 0x3b, 0x1e, 0xff, 0x79, 0x3b, 0x1e, 0xff, 0x79, 0x3c, 0x1e, 0xff, 0x79, 0x39, 0x1c, 0xff, 0x75, 0x37, 0x1b, 0xff, 0x74, 0x37, 0x1c, 0xff, 0x74, 0x37, 0x1b, 0xff, 0x73, 0x37, 0x19, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6e, 0x33, 0x16, 0xff, 0x6c, 0x34, 0x16, 0xff, 0x6c, 0x30, 0x17, 0xff, 0x6c, 0x31, 0x16, 0xff, 0x6c, 0x31, 0x14, 0xff, 0x6c, 0x31, 0x15, 0xff, 0x6c, 0x31, 0x16, 0xff, 0x6e, 0x32, 0x17, 0xff, 0x6d, 0x32, 0x18, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6f, 0x35, 0x18, 0xff, 0x72, 0x36, 0x18, 0xff, 0x73, 0x37, 0x1b, 0xff, - 0x75, 0x39, 0x1f, 0xff, 0x77, 0x3a, 0x20, 0xff, 0x77, 0x3b, 0x21, 0xff, 0x7b, 0x3d, 0x23, 0xff, 0x7b, 0x3d, 0x23, 0xff, 0x7c, 0x3e, 0x25, 0xff, 0x82, 0x44, 0x29, 0xff, 0x81, 0x43, 0x27, 0xff, 0x7b, 0x3c, 0x1c, 0xff, 0x7c, 0x3d, 0x1e, 0xff, 0x7b, 0x3e, 0x22, 0xff, 0x7c, 0x3e, 0x24, 0xff, 0x7c, 0x3f, 0x23, 0xff, 0x80, 0x42, 0x23, 0xff, 0x87, 0x47, 0x26, 0xff, 0x8b, 0x4c, 0x27, 0xff, 0x8c, 0x4d, 0x27, 0xff, 0x8e, 0x51, 0x29, 0xff, 0x92, 0x53, 0x2a, 0xff, 0x96, 0x57, 0x2c, 0xff, 0x9b, 0x5b, 0x30, 0xff, 0xa8, 0x6f, 0x3e, 0xff, 0xb4, 0x80, 0x50, 0xff, 0xbc, 0x87, 0x56, 0xff, 0xc6, 0x91, 0x5c, 0xff, 0xcc, 0x99, 0x60, 0xff, 0xce, 0x9c, 0x62, 0xff, 0xce, 0xa0, 0x67, 0xff, 0xcf, 0xa4, 0x6b, 0xff, 0xd5, 0xa7, 0x6c, 0xff, 0xde, 0xaa, 0x6a, 0xff, 0xde, 0xa4, 0x67, 0xff, 0xcd, 0x95, 0x5a, 0xff, 0xd4, 0x92, 0x58, 0xff, 0xd6, 0x93, 0x58, 0xff, 0xd9, 0x94, 0x5a, 0xff, 0xe3, 0x9a, 0x5e, 0xff, 0xf1, 0xa2, 0x63, 0xff, 0xf3, 0xab, 0x6c, 0xff, 0xf1, 0xb4, 0x74, 0xff, 0xd9, 0xa0, 0x66, 0xff, 0xc6, 0x88, 0x55, 0xff, 0xc5, 0x8d, 0x5c, 0xff, 0xc3, 0x91, 0x60, 0xff, 0xc2, 0x95, 0x63, 0xff, 0xc1, 0x96, 0x69, 0xff, 0xc0, 0x94, 0x6b, 0xff, 0xc0, 0x94, 0x6d, 0xff, 0xc0, 0x95, 0x6e, 0xff, 0xc0, 0x94, 0x6e, 0xff, 0xc0, 0x95, 0x6d, 0xff, 0xc2, 0x95, 0x69, 0xff, 0xc4, 0x99, 0x67, 0xff, 0xc6, 0x9b, 0x63, 0xff, 0xc8, 0x9a, 0x60, 0xff, 0xca, 0x96, 0x5a, 0xff, 0xcb, 0x94, 0x55, 0xff, 0xcb, 0x91, 0x54, 0xff, 0xcc, 0x90, 0x53, 0xff, 0xcb, 0x93, 0x56, 0xff, 0xcb, 0x92, 0x59, 0xff, 0xca, 0x94, 0x5c, 0xff, 0xc9, 0x99, 0x62, 0xff, 0xc6, 0x9b, 0x62, 0xff, 0xc5, 0x97, 0x61, 0xff, 0xc3, 0x93, 0x5f, 0xff, 0xbf, 0x8e, 0x5a, 0xff, 0xb9, 0x84, 0x50, 0xff, 0xb8, 0x7f, 0x4c, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb6, 0x7c, 0x4a, 0xff, 0xb6, 0x7b, 0x4b, 0xff, 0xb4, 0x7e, 0x4d, 0xff, 0xb1, 0x7f, 0x4f, 0xff, 0xaf, 0x7c, 0x4a, 0xff, 0xae, 0x79, 0x44, 0xff, 0xac, 0x77, 0x42, 0xff, 0xab, 0x75, 0x42, 0xff, 0xaa, 0x73, 0x3f, 0xff, 0xaa, 0x72, 0x3c, 0xff, 0xa5, 0x6e, 0x3c, 0xff, 0x9f, 0x68, 0x3c, 0xff, 0x9f, 0x69, 0x3c, 0xff, 0xa0, 0x69, 0x3e, 0xff, 0xa1, 0x6b, 0x3c, 0xff, 0xa3, 0x6d, 0x3d, 0xff, 0xa5, 0x70, 0x41, 0xff, 0xa6, 0x73, 0x42, 0xff, 0xa8, 0x76, 0x44, 0xff, 0xab, 0x79, 0x44, 0xff, 0xac, 0x79, 0x43, 0xff, 0xac, 0x78, 0x42, 0xff, 0xaa, 0x75, 0x3f, 0xff, 0xac, 0x75, 0x3c, 0xff, 0xae, 0x77, 0x3c, 0xff, 0xb1, 0x7a, 0x3e, 0xff, 0xb5, 0x7d, 0x45, 0xff, 0xb6, 0x80, 0x49, 0xff, 0xac, 0x73, 0x42, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0xa4, 0x66, 0x38, 0xff, 0xa8, 0x6b, 0x3c, 0xff, 0xae, 0x70, 0x40, 0xff, 0xb4, 0x76, 0x44, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb9, 0x81, 0x4f, 0xff, 0xbc, 0x83, 0x54, 0xff, 0xbf, 0x86, 0x54, 0xff, 0xc3, 0x87, 0x55, 0xff, 0xbf, 0x82, 0x4d, 0xff, 0xb7, 0x7c, 0x44, 0xff, 0xba, 0x7d, 0x46, 0xff, 0xbe, 0x7f, 0x47, 0xff, 0xbe, 0x80, 0x48, 0xff, 0xbf, 0x80, 0x48, 0xff, 0xc1, 0x81, 0x48, 0xff, 0xc1, 0x82, 0x4a, 0xff, 0xc3, 0x89, 0x51, 0xff, 0xc8, 0x91, 0x57, 0xff, 0xca, 0x93, 0x58, 0xff, 0xcc, 0x95, 0x58, 0xff, 0xd0, 0x95, 0x59, 0xff, 0xd3, 0x95, 0x58, 0xff, 0xd6, 0x97, 0x58, 0xff, 0xd9, 0x98, 0x57, 0xff, 0xdc, 0x97, 0x56, 0xff, 0xdf, 0x98, 0x57, 0xff, 0xdc, 0x95, 0x56, 0xff, 0xd3, 0x8b, 0x52, 0xff, 0xc6, 0x82, 0x4d, 0xff, 0xbe, 0x7e, 0x4a, 0xff, 0xbd, 0x7f, 0x49, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc2, 0x84, 0x4c, 0xff, 0xc5, 0x84, 0x4e, 0xff, 0xd7, 0x8d, 0x51, 0xff, 0xe3, 0x93, 0x54, 0xff, 0xea, 0x97, 0x59, 0xff, 0xf1, 0x9b, 0x5b, 0xff, 0xf3, 0x9f, 0x60, 0xff, 0xf4, 0xaa, 0x6a, 0xff, 0xf3, 0xb4, 0x72, 0xff, 0xf3, 0xb4, 0x77, 0xff, 0xf3, 0xb6, 0x75, 0xff, 0xf3, 0xb4, 0x73, 0xff, 0xf3, 0xae, 0x6d, 0xff, 0xf3, 0xaa, 0x69, 0xff, 0xf3, 0xa6, 0x65, 0xff, 0xf3, 0xa2, 0x63, 0xff, 0xf2, 0xa0, 0x61, 0xff, 0xf3, 0x9e, 0x60, 0xff, 0xf4, 0x9e, 0x61, 0xff, 0xf4, 0xa1, 0x60, 0xff, 0xf4, 0x9f, 0x60, 0xff, 0xf3, 0x9f, 0x61, 0xff, 0xf2, 0x9f, 0x61, 0xff, 0xf3, 0xa0, 0x62, 0xff, 0xf4, 0xa3, 0x63, 0xff, 0xf3, 0xa3, 0x64, 0xff, 0xf0, 0xaa, 0x6d, 0xff, 0xf3, 0xb1, 0x72, 0xff, 0xf3, 0xb2, 0x71, 0xff, 0xf3, 0xb3, 0x74, 0xff, 0xf2, 0xb5, 0x76, 0xff, 0xf2, 0xb7, 0x77, 0xff, 0xf2, 0xb1, 0x71, 0xff, 0xf2, 0xad, 0x6e, 0xff, 0xf4, 0xae, 0x6e, 0xff, 0xf2, 0xb4, 0x71, 0xff, 0xf3, 0xba, 0x75, 0xff, 0xf5, 0xc9, 0x7b, 0xff, 0xf1, 0xde, 0x85, 0xff, 0xec, 0xe9, 0x91, 0xff, 0xe9, 0xeb, 0x99, 0xff, 0xe6, 0xea, 0x98, 0xff, 0xea, 0xe9, 0x93, 0xff, 0xf0, 0xe4, 0x8c, 0xff, 0xf4, 0xdd, 0x88, 0xff, 0xf5, 0xcf, 0x82, 0xff, 0xf3, 0xc0, 0x7d, 0xff, 0xf4, 0xb4, 0x73, 0xff, 0xf2, 0xa8, 0x6c, 0xff, 0xe1, 0x9b, 0x65, 0xff, 0xcd, 0x93, 0x5f, 0xff, 0xc3, 0x8b, 0x59, 0xff, 0xbc, 0x84, 0x53, 0xff, 0xb8, 0x7e, 0x4d, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xae, 0x70, 0x3f, 0xff, 0xa1, 0x62, 0x37, 0xff, 0x99, 0x59, 0x30, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x88, 0x49, 0x28, 0xff, 0x86, 0x47, 0x27, 0xff, 0x85, 0x46, 0x26, 0xff, 0x84, 0x44, 0x26, 0xff, 0x82, 0x43, 0x25, 0xff, 0x81, 0x43, 0x24, 0xff, 0x7f, 0x40, 0x23, 0xff, 0x7e, 0x3f, 0x20, 0xff, 0x7c, 0x3e, 0x21, 0xff, 0x7a, 0x3b, 0x21, 0xff, 0x7b, 0x3d, 0x20, 0xff, 0x78, 0x3a, 0x1e, 0xff, 0x78, 0x3a, 0x1d, 0xff, 0x78, 0x3a, 0x1d, 0xff, 0x78, 0x39, 0x1d, 0xff, 0x76, 0x3a, 0x1d, 0xff, 0x74, 0x37, 0x1c, 0xff, 0x6d, 0x33, 0x18, 0xff, 0x6d, 0x34, 0x17, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6c, 0x33, 0x18, 0xff, 0x6d, 0x34, 0x17, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6e, 0x33, 0x18, 0xff, 0x6d, 0x33, 0x19, 0xff, 0x6e, 0x33, 0x19, 0xff, 0x71, 0x36, 0x18, 0xff, 0x73, 0x37, 0x1a, 0xff, 0x73, 0x39, 0x1c, 0xff, - 0x78, 0x3b, 0x20, 0xff, 0x78, 0x3b, 0x22, 0xff, 0x7b, 0x3c, 0x23, 0xff, 0x7c, 0x3d, 0x24, 0xff, 0x7c, 0x3e, 0x26, 0xff, 0x7f, 0x41, 0x28, 0xff, 0x80, 0x42, 0x25, 0xff, 0x7c, 0x3d, 0x1e, 0xff, 0x7c, 0x3d, 0x1e, 0xff, 0x7c, 0x3f, 0x23, 0xff, 0x7c, 0x3f, 0x23, 0xff, 0x7d, 0x3e, 0x21, 0xff, 0x82, 0x44, 0x23, 0xff, 0x85, 0x48, 0x24, 0xff, 0x88, 0x49, 0x26, 0xff, 0x8a, 0x4a, 0x26, 0xff, 0x8c, 0x4c, 0x27, 0xff, 0x8e, 0x52, 0x28, 0xff, 0x92, 0x52, 0x29, 0xff, 0x95, 0x54, 0x2c, 0xff, 0xa1, 0x63, 0x36, 0xff, 0xac, 0x74, 0x43, 0xff, 0xaf, 0x78, 0x4a, 0xff, 0xb8, 0x80, 0x53, 0xff, 0xc0, 0x88, 0x5b, 0xff, 0xc8, 0x93, 0x5e, 0xff, 0xce, 0x9a, 0x5f, 0xff, 0xd0, 0x9c, 0x61, 0xff, 0xce, 0x9e, 0x62, 0xff, 0xd3, 0xa0, 0x63, 0xff, 0xd9, 0xa0, 0x63, 0xff, 0xe1, 0xa0, 0x62, 0xff, 0xd4, 0x97, 0x5a, 0xff, 0xcf, 0x91, 0x56, 0xff, 0xd3, 0x90, 0x55, 0xff, 0xd4, 0x90, 0x58, 0xff, 0xe2, 0x99, 0x5d, 0xff, 0xee, 0x9e, 0x62, 0xff, 0xf2, 0xa7, 0x69, 0xff, 0xf0, 0xb0, 0x70, 0xff, 0xe5, 0xaa, 0x6e, 0xff, 0xcc, 0x8b, 0x58, 0xff, 0xca, 0x8e, 0x5b, 0xff, 0xc6, 0x93, 0x5e, 0xff, 0xc4, 0x97, 0x63, 0xff, 0xc4, 0x98, 0x68, 0xff, 0xc4, 0x98, 0x6d, 0xff, 0xc1, 0x96, 0x71, 0xff, 0xc1, 0x96, 0x74, 0xff, 0xc2, 0x97, 0x72, 0xff, 0xc3, 0x97, 0x73, 0xff, 0xc5, 0x99, 0x71, 0xff, 0xc8, 0x9b, 0x6f, 0xff, 0xcb, 0xa0, 0x6d, 0xff, 0xce, 0xa0, 0x66, 0xff, 0xd1, 0x9e, 0x5f, 0xff, 0xd2, 0x98, 0x59, 0xff, 0xcf, 0x93, 0x55, 0xff, 0xd1, 0x96, 0x55, 0xff, 0xd1, 0x97, 0x56, 0xff, 0xd2, 0x97, 0x59, 0xff, 0xd1, 0x99, 0x5e, 0xff, 0xce, 0x9a, 0x62, 0xff, 0xcc, 0x9d, 0x64, 0xff, 0xcb, 0x9e, 0x61, 0xff, 0xc8, 0x9a, 0x5f, 0xff, 0xc5, 0x97, 0x5d, 0xff, 0xbd, 0x8b, 0x55, 0xff, 0xba, 0x82, 0x4d, 0xff, 0xba, 0x7f, 0x48, 0xff, 0xb8, 0x7d, 0x47, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb6, 0x7f, 0x4b, 0xff, 0xb4, 0x80, 0x4b, 0xff, 0xb2, 0x7e, 0x47, 0xff, 0xb0, 0x7b, 0x47, 0xff, 0xad, 0x79, 0x43, 0xff, 0xad, 0x77, 0x43, 0xff, 0xad, 0x77, 0x43, 0xff, 0xa9, 0x74, 0x3f, 0xff, 0xa2, 0x6b, 0x3d, 0xff, 0xa0, 0x6b, 0x3f, 0xff, 0xa0, 0x69, 0x42, 0xff, 0xa1, 0x6c, 0x3f, 0xff, 0xa2, 0x6c, 0x3d, 0xff, 0xa3, 0x6c, 0x3d, 0xff, 0xa3, 0x6d, 0x3d, 0xff, 0xa4, 0x6d, 0x3c, 0xff, 0xa6, 0x70, 0x3c, 0xff, 0xa7, 0x72, 0x3f, 0xff, 0xac, 0x77, 0x43, 0xff, 0xab, 0x74, 0x3f, 0xff, 0xaa, 0x74, 0x3c, 0xff, 0xab, 0x75, 0x3b, 0xff, 0xac, 0x76, 0x3b, 0xff, 0xaf, 0x7a, 0x3f, 0xff, 0xaf, 0x79, 0x43, 0xff, 0xa0, 0x65, 0x3b, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9f, 0x61, 0x36, 0xff, 0xa2, 0x65, 0x38, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xab, 0x6c, 0x3e, 0xff, 0xb0, 0x71, 0x41, 0xff, 0xb6, 0x79, 0x45, 0xff, 0xb8, 0x7e, 0x4c, 0xff, 0xba, 0x82, 0x4f, 0xff, 0xbd, 0x84, 0x50, 0xff, 0xc1, 0x86, 0x53, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xb7, 0x7b, 0x42, 0xff, 0xba, 0x7d, 0x47, 0xff, 0xbe, 0x80, 0x48, 0xff, 0xbe, 0x80, 0x48, 0xff, 0xc1, 0x81, 0x49, 0xff, 0xc2, 0x82, 0x49, 0xff, 0xc2, 0x83, 0x49, 0xff, 0xc3, 0x83, 0x49, 0xff, 0xc6, 0x89, 0x4e, 0xff, 0xca, 0x93, 0x57, 0xff, 0xce, 0x97, 0x59, 0xff, 0xd1, 0x98, 0x5a, 0xff, 0xd5, 0x9a, 0x5b, 0xff, 0xdb, 0x99, 0x5b, 0xff, 0xe1, 0x9c, 0x5e, 0xff, 0xdd, 0x97, 0x5a, 0xff, 0xcc, 0x8a, 0x4f, 0xff, 0xc3, 0x82, 0x4b, 0xff, 0xc1, 0x81, 0x4a, 0xff, 0xc1, 0x82, 0x4a, 0xff, 0xc2, 0x83, 0x4c, 0xff, 0xc2, 0x83, 0x4b, 0xff, 0xc4, 0x84, 0x4a, 0xff, 0xc4, 0x86, 0x4d, 0xff, 0xc4, 0x86, 0x4e, 0xff, 0xca, 0x86, 0x4c, 0xff, 0xdc, 0x8e, 0x50, 0xff, 0xed, 0x98, 0x57, 0xff, 0xf2, 0x9b, 0x5a, 0xff, 0xf2, 0x9d, 0x5c, 0xff, 0xf3, 0xa5, 0x64, 0xff, 0xf2, 0xaf, 0x6c, 0xff, 0xf2, 0xb6, 0x74, 0xff, 0xf3, 0xb7, 0x7a, 0xff, 0xf4, 0xb8, 0x7b, 0xff, 0xf5, 0xbc, 0x78, 0xff, 0xf4, 0xb7, 0x72, 0xff, 0xf4, 0xb1, 0x6e, 0xff, 0xf1, 0xae, 0x6c, 0xff, 0xf1, 0xaa, 0x69, 0xff, 0xf3, 0xa5, 0x65, 0xff, 0xf4, 0xa1, 0x62, 0xff, 0xf4, 0xa3, 0x62, 0xff, 0xf4, 0xa4, 0x62, 0xff, 0xf4, 0xa1, 0x60, 0xff, 0xf4, 0xa3, 0x62, 0xff, 0xf4, 0xa1, 0x63, 0xff, 0xf4, 0xa1, 0x62, 0xff, 0xf3, 0xa3, 0x65, 0xff, 0xf1, 0xa4, 0x65, 0xff, 0xf2, 0xad, 0x6e, 0xff, 0xf4, 0xb1, 0x72, 0xff, 0xf4, 0xb1, 0x70, 0xff, 0xf4, 0xb2, 0x6f, 0xff, 0xf4, 0xb4, 0x74, 0xff, 0xf3, 0xb6, 0x74, 0xff, 0xf2, 0xb5, 0x74, 0xff, 0xf0, 0xaa, 0x6b, 0xff, 0xf1, 0xaa, 0x6a, 0xff, 0xf2, 0xb0, 0x6d, 0xff, 0xf3, 0xb4, 0x6f, 0xff, 0xf5, 0xbc, 0x74, 0xff, 0xf4, 0xcd, 0x7c, 0xff, 0xf3, 0xdb, 0x87, 0xff, 0xf1, 0xe8, 0x90, 0xff, 0xeb, 0xea, 0x94, 0xff, 0xeb, 0xeb, 0x93, 0xff, 0xed, 0xca, 0x7d, 0xff, 0xf2, 0xbf, 0x78, 0xff, 0xf5, 0xb8, 0x74, 0xff, 0xf4, 0xaf, 0x6f, 0xff, 0xf2, 0xaa, 0x68, 0xff, 0xe4, 0x9d, 0x63, 0xff, 0xd2, 0x92, 0x5c, 0xff, 0xc6, 0x89, 0x57, 0xff, 0xbf, 0x86, 0x55, 0xff, 0xbc, 0x81, 0x50, 0xff, 0xb8, 0x7f, 0x4a, 0xff, 0xb1, 0x76, 0x44, 0xff, 0xac, 0x6f, 0x3f, 0xff, 0xaa, 0x6d, 0x3d, 0xff, 0xa0, 0x61, 0x36, 0xff, 0x9a, 0x5b, 0x30, 0xff, 0x98, 0x59, 0x31, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x90, 0x50, 0x2c, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8c, 0x4e, 0x29, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x86, 0x47, 0x29, 0xff, 0x85, 0x47, 0x27, 0xff, 0x84, 0x45, 0x27, 0xff, 0x83, 0x41, 0x26, 0xff, 0x80, 0x41, 0x23, 0xff, 0x7f, 0x41, 0x23, 0xff, 0x7c, 0x3d, 0x20, 0xff, 0x7c, 0x3d, 0x22, 0xff, 0x7c, 0x3d, 0x22, 0xff, 0x7a, 0x3d, 0x1f, 0xff, 0x7a, 0x3c, 0x1f, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x78, 0x3c, 0x20, 0xff, 0x76, 0x3a, 0x20, 0xff, 0x72, 0x37, 0x1b, 0xff, 0x71, 0x34, 0x18, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6e, 0x32, 0x18, 0xff, 0x6e, 0x33, 0x18, 0xff, 0x6e, 0x34, 0x18, 0xff, 0x6e, 0x32, 0x18, 0xff, 0x6e, 0x34, 0x18, 0xff, 0x6d, 0x34, 0x19, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x6f, 0x34, 0x1b, 0xff, 0x70, 0x36, 0x19, 0xff, 0x74, 0x38, 0x1d, 0xff, 0x75, 0x3a, 0x1f, 0xff, - 0x77, 0x3c, 0x20, 0xff, 0x7a, 0x3c, 0x23, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x7c, 0x3e, 0x26, 0xff, 0x7d, 0x40, 0x27, 0xff, 0x80, 0x42, 0x28, 0xff, 0x7c, 0x3d, 0x1e, 0xff, 0x7b, 0x3f, 0x20, 0xff, 0x7c, 0x3f, 0x22, 0xff, 0x7c, 0x3f, 0x21, 0xff, 0x81, 0x40, 0x1d, 0xff, 0x82, 0x45, 0x20, 0xff, 0x84, 0x48, 0x21, 0xff, 0x86, 0x45, 0x23, 0xff, 0x88, 0x49, 0x26, 0xff, 0x8a, 0x4a, 0x26, 0xff, 0x8d, 0x4d, 0x27, 0xff, 0x8f, 0x50, 0x28, 0xff, 0x91, 0x52, 0x28, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xa8, 0x71, 0x3e, 0xff, 0xad, 0x76, 0x48, 0xff, 0xb3, 0x7c, 0x50, 0xff, 0xb9, 0x83, 0x57, 0xff, 0xc2, 0x8b, 0x5c, 0xff, 0xc8, 0x92, 0x5c, 0xff, 0xd0, 0x94, 0x5b, 0xff, 0xd0, 0x95, 0x5c, 0xff, 0xd0, 0x99, 0x59, 0xff, 0xd6, 0x9a, 0x5d, 0xff, 0xdb, 0x99, 0x5c, 0xff, 0xe2, 0x99, 0x5c, 0xff, 0xca, 0x8d, 0x52, 0xff, 0xcf, 0x8d, 0x54, 0xff, 0xd3, 0x90, 0x56, 0xff, 0xda, 0x94, 0x59, 0xff, 0xec, 0x9e, 0x60, 0xff, 0xf4, 0xa5, 0x67, 0xff, 0xf4, 0xaf, 0x6f, 0xff, 0xeb, 0xb0, 0x74, 0xff, 0xd3, 0x91, 0x5d, 0xff, 0xce, 0x8f, 0x5c, 0xff, 0xcc, 0x96, 0x61, 0xff, 0xc9, 0x9a, 0x65, 0xff, 0xc7, 0x9b, 0x69, 0xff, 0xc5, 0x9a, 0x6f, 0xff, 0xc5, 0x9a, 0x73, 0xff, 0xc4, 0x97, 0x77, 0xff, 0xc5, 0x99, 0x79, 0xff, 0xc6, 0x99, 0x78, 0xff, 0xca, 0x9d, 0x79, 0xff, 0xcd, 0xa0, 0x76, 0xff, 0xd1, 0xa1, 0x6f, 0xff, 0xd2, 0xa4, 0x6c, 0xff, 0xd5, 0xa5, 0x66, 0xff, 0xd8, 0xa2, 0x60, 0xff, 0xd9, 0x9f, 0x5c, 0xff, 0xd9, 0x9b, 0x5a, 0xff, 0xd9, 0x99, 0x57, 0xff, 0xda, 0x9c, 0x5b, 0xff, 0xdb, 0x9d, 0x62, 0xff, 0xd7, 0x9f, 0x65, 0xff, 0xd4, 0xa0, 0x64, 0xff, 0xd2, 0xa0, 0x63, 0xff, 0xcf, 0x9e, 0x61, 0xff, 0xcd, 0x9c, 0x5f, 0xff, 0xc7, 0x95, 0x5a, 0xff, 0xbc, 0x83, 0x4d, 0xff, 0xbc, 0x82, 0x4a, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xba, 0x7e, 0x49, 0xff, 0xb9, 0x80, 0x4a, 0xff, 0xb8, 0x81, 0x4d, 0xff, 0xb5, 0x82, 0x4e, 0xff, 0xb4, 0x82, 0x49, 0xff, 0xb3, 0x7f, 0x49, 0xff, 0xb2, 0x7b, 0x46, 0xff, 0xb0, 0x7b, 0x42, 0xff, 0xae, 0x79, 0x42, 0xff, 0xa8, 0x72, 0x42, 0xff, 0xa1, 0x6d, 0x3f, 0xff, 0xa1, 0x6c, 0x40, 0xff, 0xa1, 0x69, 0x3e, 0xff, 0xa2, 0x6b, 0x41, 0xff, 0xa2, 0x6c, 0x40, 0xff, 0xa3, 0x6d, 0x3e, 0xff, 0xa4, 0x6e, 0x3f, 0xff, 0xa5, 0x6f, 0x3c, 0xff, 0xa5, 0x6d, 0x38, 0xff, 0xa4, 0x6b, 0x33, 0xff, 0xa4, 0x68, 0x2d, 0xff, 0xa5, 0x69, 0x2d, 0xff, 0xa8, 0x6f, 0x32, 0xff, 0xac, 0x75, 0x3a, 0xff, 0xaf, 0x79, 0x41, 0xff, 0xa8, 0x70, 0x3e, 0xff, 0x95, 0x58, 0x31, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x95, 0x58, 0x31, 0xff, 0x98, 0x5c, 0x33, 0xff, 0x9c, 0x5f, 0x34, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa4, 0x67, 0x3a, 0xff, 0xa9, 0x6c, 0x3d, 0xff, 0xae, 0x70, 0x40, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb7, 0x79, 0x47, 0xff, 0xb9, 0x7f, 0x4c, 0xff, 0xbc, 0x80, 0x4f, 0xff, 0xbc, 0x7e, 0x4c, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb7, 0x7b, 0x45, 0xff, 0xb9, 0x7d, 0x45, 0xff, 0xbc, 0x7f, 0x47, 0xff, 0xbf, 0x81, 0x4a, 0xff, 0xbf, 0x82, 0x4a, 0xff, 0xc1, 0x81, 0x49, 0xff, 0xc3, 0x83, 0x4a, 0xff, 0xc4, 0x82, 0x49, 0xff, 0xc4, 0x82, 0x49, 0xff, 0xc6, 0x89, 0x4f, 0xff, 0xce, 0x92, 0x59, 0xff, 0xd3, 0x98, 0x5c, 0xff, 0xd7, 0x9b, 0x5d, 0xff, 0xd6, 0x9b, 0x5c, 0xff, 0xc6, 0x8c, 0x52, 0xff, 0xb9, 0x7f, 0x49, 0xff, 0xbc, 0x81, 0x4b, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xc3, 0x87, 0x4f, 0xff, 0xc6, 0x86, 0x4e, 0xff, 0xc7, 0x86, 0x4e, 0xff, 0xc5, 0x86, 0x4d, 0xff, 0xc7, 0x87, 0x4e, 0xff, 0xc9, 0x87, 0x4d, 0xff, 0xc9, 0x87, 0x4d, 0xff, 0xca, 0x87, 0x4e, 0xff, 0xce, 0x88, 0x4e, 0xff, 0xe5, 0x94, 0x55, 0xff, 0xf3, 0x9b, 0x59, 0xff, 0xf3, 0x9b, 0x59, 0xff, 0xf4, 0x9e, 0x5c, 0xff, 0xf3, 0xa6, 0x65, 0xff, 0xf3, 0xb0, 0x6d, 0xff, 0xf3, 0xb8, 0x76, 0xff, 0xf2, 0xbf, 0x7c, 0xff, 0xf2, 0xc4, 0x7f, 0xff, 0xf2, 0xc6, 0x7e, 0xff, 0xf3, 0xc4, 0x7b, 0xff, 0xf2, 0xc0, 0x77, 0xff, 0xf1, 0xbb, 0x75, 0xff, 0xf3, 0xb4, 0x70, 0xff, 0xf3, 0xb1, 0x6e, 0xff, 0xf3, 0xab, 0x67, 0xff, 0xf3, 0xa6, 0x64, 0xff, 0xf4, 0xa5, 0x65, 0xff, 0xf4, 0xa5, 0x65, 0xff, 0xf4, 0xa6, 0x65, 0xff, 0xf4, 0xa6, 0x64, 0xff, 0xf4, 0xa3, 0x63, 0xff, 0xf3, 0xa5, 0x65, 0xff, 0xf3, 0xa6, 0x65, 0xff, 0xf2, 0xaf, 0x6f, 0xff, 0xf3, 0xb2, 0x71, 0xff, 0xf4, 0xaf, 0x70, 0xff, 0xf4, 0xaf, 0x70, 0xff, 0xf4, 0xb0, 0x6f, 0xff, 0xf4, 0xb2, 0x72, 0xff, 0xf3, 0xb3, 0x70, 0xff, 0xf1, 0xa9, 0x66, 0xff, 0xf3, 0xa8, 0x66, 0xff, 0xf3, 0xab, 0x68, 0xff, 0xf0, 0xad, 0x6b, 0xff, 0xf2, 0xb2, 0x6d, 0xff, 0xf4, 0xbd, 0x74, 0xff, 0xf3, 0xc5, 0x7a, 0xff, 0xf4, 0xce, 0x7f, 0xff, 0xf4, 0xda, 0x87, 0xff, 0xf5, 0xe2, 0x88, 0xff, 0xf1, 0xce, 0x7e, 0xff, 0xee, 0xb2, 0x6b, 0xff, 0xf3, 0xa8, 0x67, 0xff, 0xee, 0xa5, 0x64, 0xff, 0xe4, 0x9d, 0x5e, 0xff, 0xd4, 0x94, 0x5a, 0xff, 0xcb, 0x8b, 0x55, 0xff, 0xc3, 0x87, 0x52, 0xff, 0xbe, 0x82, 0x4f, 0xff, 0xb6, 0x7b, 0x49, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xad, 0x70, 0x42, 0xff, 0xac, 0x70, 0x3d, 0xff, 0xa1, 0x62, 0x35, 0xff, 0x9f, 0x62, 0x36, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x99, 0x59, 0x30, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x8f, 0x51, 0x2b, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x86, 0x48, 0x28, 0xff, 0x86, 0x46, 0x28, 0xff, 0x84, 0x44, 0x26, 0xff, 0x83, 0x42, 0x24, 0xff, 0x7f, 0x3f, 0x24, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7f, 0x3f, 0x24, 0xff, 0x7d, 0x3f, 0x22, 0xff, 0x7c, 0x3d, 0x23, 0xff, 0x7c, 0x3d, 0x22, 0xff, 0x7c, 0x3b, 0x22, 0xff, 0x7a, 0x3d, 0x22, 0xff, 0x79, 0x3c, 0x23, 0xff, 0x77, 0x3c, 0x20, 0xff, 0x77, 0x3c, 0x20, 0xff, 0x74, 0x36, 0x1b, 0xff, 0x71, 0x36, 0x18, 0xff, 0x71, 0x34, 0x18, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6e, 0x34, 0x18, 0xff, 0x6e, 0x33, 0x18, 0xff, 0x6e, 0x33, 0x18, 0xff, 0x6e, 0x34, 0x19, 0xff, 0x71, 0x36, 0x1b, 0xff, 0x72, 0x37, 0x1b, 0xff, 0x71, 0x37, 0x1b, 0xff, 0x75, 0x3a, 0x1d, 0xff, 0x78, 0x3c, 0x20, 0xff, - 0x7a, 0x3d, 0x22, 0xff, 0x7a, 0x3c, 0x22, 0xff, 0x7a, 0x3c, 0x24, 0xff, 0x7c, 0x40, 0x26, 0xff, 0x81, 0x43, 0x27, 0xff, 0x7d, 0x3e, 0x21, 0xff, 0x7b, 0x3e, 0x1f, 0xff, 0x7d, 0x3f, 0x1e, 0xff, 0x7d, 0x3e, 0x1c, 0xff, 0x80, 0x40, 0x1c, 0xff, 0x82, 0x40, 0x1d, 0xff, 0x84, 0x43, 0x20, 0xff, 0x84, 0x45, 0x23, 0xff, 0x87, 0x48, 0x23, 0xff, 0x8a, 0x4b, 0x25, 0xff, 0x8b, 0x4b, 0x27, 0xff, 0x8d, 0x4d, 0x27, 0xff, 0x8f, 0x50, 0x28, 0xff, 0x98, 0x59, 0x2c, 0xff, 0x9f, 0x60, 0x31, 0xff, 0xa4, 0x67, 0x36, 0xff, 0xa8, 0x6f, 0x3d, 0xff, 0xab, 0x73, 0x45, 0xff, 0xb1, 0x77, 0x4d, 0xff, 0xb5, 0x7c, 0x50, 0xff, 0xba, 0x82, 0x54, 0xff, 0xc0, 0x87, 0x56, 0xff, 0xc7, 0x8a, 0x53, 0xff, 0xcb, 0x8d, 0x52, 0xff, 0xcb, 0x8d, 0x52, 0xff, 0xcf, 0x8d, 0x53, 0xff, 0xd6, 0x91, 0x56, 0xff, 0xde, 0x93, 0x56, 0xff, 0xd5, 0x8c, 0x53, 0xff, 0xca, 0x89, 0x51, 0xff, 0xcd, 0x8d, 0x51, 0xff, 0xd7, 0x93, 0x57, 0xff, 0xe3, 0x98, 0x5d, 0xff, 0xf1, 0xa2, 0x64, 0xff, 0xf3, 0xac, 0x6d, 0xff, 0xf0, 0xb3, 0x73, 0xff, 0xe1, 0xa1, 0x69, 0xff, 0xd1, 0x8f, 0x5a, 0xff, 0xcf, 0x97, 0x5f, 0xff, 0xcd, 0x9b, 0x64, 0xff, 0xcb, 0x9e, 0x6a, 0xff, 0xca, 0x9a, 0x70, 0xff, 0xc9, 0x9b, 0x77, 0xff, 0xc8, 0x9a, 0x7b, 0xff, 0xc9, 0x9a, 0x7b, 0xff, 0xca, 0x9b, 0x7b, 0xff, 0xcd, 0x9f, 0x7c, 0xff, 0xd0, 0xa2, 0x7b, 0xff, 0xd4, 0xa6, 0x75, 0xff, 0xd9, 0xa7, 0x6f, 0xff, 0xdb, 0xa9, 0x6b, 0xff, 0xe0, 0xaa, 0x67, 0xff, 0xe3, 0xa7, 0x62, 0xff, 0xe6, 0xa4, 0x60, 0xff, 0xe5, 0xa1, 0x5d, 0xff, 0xe5, 0xa1, 0x5e, 0xff, 0xe5, 0xa4, 0x63, 0xff, 0xe5, 0xa6, 0x66, 0xff, 0xe1, 0xa7, 0x69, 0xff, 0xdc, 0xa3, 0x66, 0xff, 0xd8, 0xa2, 0x62, 0xff, 0xd4, 0x9f, 0x5e, 0xff, 0xd0, 0x99, 0x5b, 0xff, 0xc6, 0x90, 0x54, 0xff, 0xbe, 0x83, 0x4e, 0xff, 0xbd, 0x81, 0x4a, 0xff, 0xbc, 0x7f, 0x48, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbd, 0x85, 0x4f, 0xff, 0xbb, 0x86, 0x50, 0xff, 0xb6, 0x82, 0x4c, 0xff, 0xb6, 0x82, 0x4e, 0xff, 0xb5, 0x81, 0x4b, 0xff, 0xb4, 0x80, 0x48, 0xff, 0xaf, 0x7a, 0x45, 0xff, 0xa6, 0x70, 0x42, 0xff, 0xa3, 0x6e, 0x43, 0xff, 0xa3, 0x6d, 0x43, 0xff, 0xa3, 0x6e, 0x43, 0xff, 0xa1, 0x6b, 0x41, 0xff, 0xa3, 0x6c, 0x3f, 0xff, 0xa3, 0x6a, 0x3c, 0xff, 0xa4, 0x6a, 0x39, 0xff, 0xa5, 0x6b, 0x34, 0xff, 0xa3, 0x68, 0x30, 0xff, 0xa1, 0x63, 0x2c, 0xff, 0xa1, 0x64, 0x27, 0xff, 0xa2, 0x64, 0x27, 0xff, 0xa2, 0x63, 0x25, 0xff, 0xa5, 0x69, 0x2b, 0xff, 0xa1, 0x67, 0x34, 0xff, 0x92, 0x57, 0x30, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x94, 0x56, 0x2f, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x9b, 0x5f, 0x35, 0xff, 0x9f, 0x62, 0x36, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa5, 0x69, 0x3d, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xae, 0x71, 0x41, 0xff, 0xb4, 0x76, 0x45, 0xff, 0xb7, 0x7b, 0x4a, 0xff, 0xb9, 0x7d, 0x4c, 0xff, 0xb8, 0x7c, 0x4b, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb7, 0x7e, 0x47, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xbb, 0x80, 0x49, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xbf, 0x82, 0x4b, 0xff, 0xc1, 0x82, 0x4a, 0xff, 0xc3, 0x83, 0x4b, 0xff, 0xc4, 0x84, 0x4b, 0xff, 0xc4, 0x85, 0x49, 0xff, 0xc4, 0x84, 0x49, 0xff, 0xc7, 0x88, 0x4c, 0xff, 0xcb, 0x90, 0x54, 0xff, 0xc5, 0x8c, 0x52, 0xff, 0xb6, 0x7e, 0x4a, 0xff, 0xb6, 0x7d, 0x4a, 0xff, 0xbb, 0x84, 0x4e, 0xff, 0xbd, 0x86, 0x50, 0xff, 0xc0, 0x87, 0x51, 0xff, 0xc3, 0x8a, 0x53, 0xff, 0xc4, 0x8b, 0x52, 0xff, 0xc8, 0x8c, 0x52, 0xff, 0xcb, 0x8c, 0x53, 0xff, 0xcd, 0x8b, 0x52, 0xff, 0xcd, 0x8b, 0x50, 0xff, 0xce, 0x8a, 0x4f, 0xff, 0xd0, 0x8b, 0x4f, 0xff, 0xd1, 0x8c, 0x4f, 0xff, 0xd3, 0x89, 0x4e, 0xff, 0xe6, 0x94, 0x55, 0xff, 0xf3, 0xa0, 0x5c, 0xff, 0xf3, 0xa1, 0x5c, 0xff, 0xf3, 0xa5, 0x60, 0xff, 0xf2, 0xae, 0x68, 0xff, 0xf2, 0xb4, 0x6f, 0xff, 0xf3, 0xbe, 0x76, 0xff, 0xf4, 0xca, 0x7b, 0xff, 0xf5, 0xd0, 0x7f, 0xff, 0xf3, 0xd4, 0x82, 0xff, 0xf3, 0xd0, 0x81, 0xff, 0xf5, 0xc8, 0x7d, 0xff, 0xf4, 0xc3, 0x7c, 0xff, 0xf3, 0xbc, 0x77, 0xff, 0xf4, 0xb4, 0x72, 0xff, 0xf3, 0xb0, 0x6e, 0xff, 0xf3, 0xad, 0x6a, 0xff, 0xf3, 0xab, 0x67, 0xff, 0xf4, 0xa9, 0x65, 0xff, 0xf3, 0xa8, 0x65, 0xff, 0xf4, 0xa7, 0x65, 0xff, 0xf3, 0xa6, 0x66, 0xff, 0xf3, 0xa6, 0x66, 0xff, 0xf1, 0xa7, 0x68, 0xff, 0xf2, 0xae, 0x70, 0xff, 0xf4, 0xb0, 0x71, 0xff, 0xf4, 0xae, 0x6f, 0xff, 0xf4, 0xae, 0x70, 0xff, 0xf4, 0xb1, 0x70, 0xff, 0xf4, 0xb1, 0x70, 0xff, 0xf3, 0xb0, 0x70, 0xff, 0xf2, 0xa8, 0x67, 0xff, 0xf4, 0xa4, 0x63, 0xff, 0xf4, 0xa7, 0x63, 0xff, 0xf3, 0xa9, 0x67, 0xff, 0xf4, 0xae, 0x6a, 0xff, 0xf3, 0xb4, 0x70, 0xff, 0xf3, 0xb8, 0x74, 0xff, 0xf5, 0xbd, 0x76, 0xff, 0xf5, 0xc3, 0x7b, 0xff, 0xf5, 0xc4, 0x7c, 0xff, 0xf4, 0xc2, 0x79, 0xff, 0xf1, 0xb1, 0x6d, 0xff, 0xeb, 0xa2, 0x64, 0xff, 0xe2, 0x99, 0x5c, 0xff, 0xd7, 0x94, 0x58, 0xff, 0xcd, 0x8e, 0x55, 0xff, 0xc6, 0x87, 0x51, 0xff, 0xbe, 0x81, 0x4c, 0xff, 0xb7, 0x7c, 0x48, 0xff, 0xb2, 0x76, 0x44, 0xff, 0xaf, 0x71, 0x40, 0xff, 0xb4, 0x78, 0x41, 0xff, 0xb3, 0x77, 0x41, 0xff, 0x98, 0x59, 0x32, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x90, 0x51, 0x2c, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x87, 0x48, 0x28, 0xff, 0x85, 0x48, 0x28, 0xff, 0x84, 0x45, 0x26, 0xff, 0x80, 0x42, 0x23, 0xff, 0x81, 0x42, 0x24, 0xff, 0x81, 0x40, 0x22, 0xff, 0x7f, 0x40, 0x22, 0xff, 0x7d, 0x3e, 0x22, 0xff, 0x7e, 0x40, 0x23, 0xff, 0x7c, 0x3f, 0x25, 0xff, 0x7c, 0x3e, 0x25, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x79, 0x3c, 0x22, 0xff, 0x79, 0x3c, 0x22, 0xff, 0x78, 0x3a, 0x1f, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x71, 0x35, 0x1b, 0xff, 0x72, 0x35, 0x19, 0xff, 0x70, 0x34, 0x19, 0xff, 0x70, 0x35, 0x1b, 0xff, 0x6f, 0x33, 0x19, 0xff, 0x70, 0x35, 0x1b, 0xff, 0x72, 0x35, 0x1b, 0xff, 0x71, 0x37, 0x1b, 0xff, 0x73, 0x37, 0x1d, 0xff, 0x75, 0x38, 0x1d, 0xff, 0x78, 0x3a, 0x22, 0xff, - 0x7b, 0x3e, 0x24, 0xff, 0x7c, 0x3e, 0x25, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x7f, 0x41, 0x27, 0xff, 0x7d, 0x3f, 0x21, 0xff, 0x7b, 0x3d, 0x1d, 0xff, 0x7b, 0x3d, 0x1a, 0xff, 0x7d, 0x3e, 0x18, 0xff, 0x7e, 0x40, 0x1b, 0xff, 0x82, 0x43, 0x20, 0xff, 0x85, 0x44, 0x23, 0xff, 0x87, 0x47, 0x24, 0xff, 0x88, 0x48, 0x26, 0xff, 0x8b, 0x4b, 0x27, 0xff, 0x8d, 0x4e, 0x29, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x9a, 0x57, 0x2f, 0xff, 0x9e, 0x5d, 0x31, 0xff, 0xa2, 0x61, 0x34, 0xff, 0xa9, 0x69, 0x3b, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xb0, 0x73, 0x45, 0xff, 0xb1, 0x76, 0x4b, 0xff, 0xb4, 0x79, 0x4f, 0xff, 0xb8, 0x7b, 0x4f, 0xff, 0xba, 0x7f, 0x50, 0xff, 0xc0, 0x81, 0x4e, 0xff, 0xc3, 0x80, 0x4b, 0xff, 0xc0, 0x7f, 0x48, 0xff, 0xc1, 0x7e, 0x48, 0xff, 0xc8, 0x83, 0x4b, 0xff, 0xd3, 0x8a, 0x4f, 0xff, 0xd5, 0x8b, 0x51, 0xff, 0xc9, 0x86, 0x4f, 0xff, 0xcf, 0x8b, 0x53, 0xff, 0xd8, 0x90, 0x56, 0xff, 0xe3, 0x99, 0x5c, 0xff, 0xef, 0x9f, 0x60, 0xff, 0xf3, 0xa7, 0x66, 0xff, 0xf2, 0xaf, 0x6f, 0xff, 0xe8, 0xa6, 0x6b, 0xff, 0xda, 0x92, 0x5c, 0xff, 0xd6, 0x99, 0x61, 0xff, 0xd2, 0x9b, 0x64, 0xff, 0xd1, 0xa0, 0x6b, 0xff, 0xce, 0xa0, 0x70, 0xff, 0xcd, 0xa0, 0x78, 0xff, 0xcc, 0x9d, 0x7c, 0xff, 0xcd, 0x9e, 0x7d, 0xff, 0xcd, 0x9e, 0x7e, 0xff, 0xd2, 0xa0, 0x7e, 0xff, 0xd5, 0xa2, 0x7e, 0xff, 0xd9, 0xa5, 0x7b, 0xff, 0xdd, 0xaa, 0x76, 0xff, 0xe4, 0xb0, 0x73, 0xff, 0xe9, 0xb2, 0x6f, 0xff, 0xf0, 0xb3, 0x6a, 0xff, 0xee, 0xae, 0x69, 0xff, 0xf0, 0xae, 0x68, 0xff, 0xf1, 0xad, 0x67, 0xff, 0xef, 0xac, 0x65, 0xff, 0xf1, 0xac, 0x67, 0xff, 0xf0, 0xaf, 0x6b, 0xff, 0xed, 0xae, 0x6b, 0xff, 0xe8, 0xa9, 0x67, 0xff, 0xe2, 0xa6, 0x62, 0xff, 0xdd, 0x9f, 0x5f, 0xff, 0xd2, 0x94, 0x57, 0xff, 0xbf, 0x85, 0x49, 0xff, 0xc2, 0x86, 0x4d, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xbe, 0x82, 0x4c, 0xff, 0xc0, 0x8b, 0x56, 0xff, 0xbe, 0x89, 0x54, 0xff, 0xb9, 0x86, 0x4e, 0xff, 0xb9, 0x84, 0x4f, 0xff, 0xb8, 0x84, 0x4b, 0xff, 0xb5, 0x81, 0x49, 0xff, 0xae, 0x79, 0x48, 0xff, 0xa7, 0x71, 0x45, 0xff, 0xa7, 0x72, 0x46, 0xff, 0xa6, 0x73, 0x44, 0xff, 0xa4, 0x71, 0x42, 0xff, 0xa3, 0x6e, 0x41, 0xff, 0xa3, 0x6d, 0x3b, 0xff, 0xa2, 0x6b, 0x36, 0xff, 0xa3, 0x69, 0x31, 0xff, 0xa4, 0x68, 0x2c, 0xff, 0xa2, 0x64, 0x26, 0xff, 0xa0, 0x64, 0x24, 0xff, 0xa3, 0x64, 0x27, 0xff, 0xa3, 0x62, 0x27, 0xff, 0xa4, 0x67, 0x29, 0xff, 0x9e, 0x63, 0x2d, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x94, 0x58, 0x30, 0xff, 0x97, 0x5b, 0x32, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x9e, 0x64, 0x38, 0xff, 0xa2, 0x66, 0x3b, 0xff, 0xa7, 0x6a, 0x3d, 0xff, 0xab, 0x6d, 0x40, 0xff, 0xae, 0x72, 0x43, 0xff, 0xb2, 0x77, 0x47, 0xff, 0xb5, 0x7a, 0x4a, 0xff, 0xb4, 0x7c, 0x4a, 0xff, 0xb5, 0x7d, 0x49, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb7, 0x7d, 0x47, 0xff, 0xb9, 0x7f, 0x48, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xbc, 0x7e, 0x47, 0xff, 0xbd, 0x7f, 0x48, 0xff, 0xbe, 0x81, 0x47, 0xff, 0xbf, 0x84, 0x47, 0xff, 0xc2, 0x89, 0x48, 0xff, 0xc1, 0x86, 0x46, 0xff, 0xba, 0x7d, 0x45, 0xff, 0xb3, 0x75, 0x41, 0xff, 0xb0, 0x74, 0x40, 0xff, 0xb5, 0x7c, 0x48, 0xff, 0xb8, 0x83, 0x4f, 0xff, 0xba, 0x86, 0x51, 0xff, 0xbd, 0x86, 0x53, 0xff, 0xbf, 0x89, 0x55, 0xff, 0xc1, 0x8b, 0x56, 0xff, 0xc3, 0x8d, 0x57, 0xff, 0xc8, 0x91, 0x56, 0xff, 0xcd, 0x93, 0x56, 0xff, 0xd3, 0x92, 0x56, 0xff, 0xd6, 0x91, 0x55, 0xff, 0xd8, 0x91, 0x54, 0xff, 0xd7, 0x90, 0x54, 0xff, 0xd7, 0x90, 0x54, 0xff, 0xd9, 0x90, 0x51, 0xff, 0xde, 0x91, 0x51, 0xff, 0xed, 0x9a, 0x56, 0xff, 0xf3, 0xa3, 0x5d, 0xff, 0xf3, 0xa5, 0x60, 0xff, 0xf4, 0xa9, 0x64, 0xff, 0xf2, 0xb3, 0x6d, 0xff, 0xf3, 0xbc, 0x74, 0xff, 0xf2, 0xc4, 0x7a, 0xff, 0xf3, 0xd1, 0x81, 0xff, 0xf4, 0xd8, 0x85, 0xff, 0xf3, 0xdf, 0x86, 0xff, 0xf2, 0xdb, 0x85, 0xff, 0xf2, 0xd6, 0x83, 0xff, 0xf5, 0xcf, 0x83, 0xff, 0xf4, 0xc7, 0x7e, 0xff, 0xf4, 0xbf, 0x77, 0xff, 0xf3, 0xb7, 0x71, 0xff, 0xf3, 0xb2, 0x6e, 0xff, 0xf4, 0xb0, 0x6c, 0xff, 0xf3, 0xae, 0x6a, 0xff, 0xf4, 0xaa, 0x69, 0xff, 0xf4, 0xa8, 0x66, 0xff, 0xf4, 0xa6, 0x66, 0xff, 0xf3, 0xa6, 0x66, 0xff, 0xf2, 0xa9, 0x6a, 0xff, 0xf2, 0xae, 0x71, 0xff, 0xf4, 0xaf, 0x70, 0xff, 0xf4, 0xb0, 0x6f, 0xff, 0xf4, 0xaf, 0x6f, 0xff, 0xf4, 0xb1, 0x70, 0xff, 0xf4, 0xb0, 0x6f, 0xff, 0xf2, 0xb0, 0x6f, 0xff, 0xf2, 0xa9, 0x67, 0xff, 0xf3, 0xa3, 0x63, 0xff, 0xf4, 0xa6, 0x64, 0xff, 0xf4, 0xa7, 0x65, 0xff, 0xf2, 0xac, 0x68, 0xff, 0xf3, 0xad, 0x69, 0xff, 0xf4, 0xb0, 0x6f, 0xff, 0xf4, 0xb5, 0x71, 0xff, 0xf4, 0xb2, 0x72, 0xff, 0xf3, 0xb3, 0x70, 0xff, 0xf5, 0xb5, 0x72, 0xff, 0xf0, 0xae, 0x6b, 0xff, 0xe8, 0xa1, 0x62, 0xff, 0xd6, 0x92, 0x56, 0xff, 0xcd, 0x8a, 0x52, 0xff, 0xc3, 0x83, 0x4d, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xb5, 0x79, 0x45, 0xff, 0xb9, 0x7d, 0x47, 0xff, 0xc1, 0x7f, 0x48, 0xff, 0xcb, 0x88, 0x4c, 0xff, 0xa9, 0x6c, 0x3a, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x97, 0x58, 0x2f, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x94, 0x54, 0x2d, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x97, 0x54, 0x2f, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8a, 0x4c, 0x29, 0xff, 0x87, 0x47, 0x28, 0xff, 0x84, 0x44, 0x27, 0xff, 0x83, 0x45, 0x27, 0xff, 0x84, 0x45, 0x27, 0xff, 0x82, 0x44, 0x25, 0xff, 0x81, 0x41, 0x24, 0xff, 0x80, 0x40, 0x24, 0xff, 0x7d, 0x41, 0x25, 0xff, 0x7d, 0x40, 0x27, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7b, 0x3e, 0x23, 0xff, 0x7a, 0x3c, 0x22, 0xff, 0x79, 0x3a, 0x1e, 0xff, 0x77, 0x3a, 0x1d, 0xff, 0x76, 0x38, 0x1c, 0xff, 0x73, 0x37, 0x1b, 0xff, 0x73, 0x38, 0x1b, 0xff, 0x72, 0x38, 0x1c, 0xff, 0x72, 0x37, 0x1b, 0xff, 0x71, 0x36, 0x1a, 0xff, 0x71, 0x36, 0x1a, 0xff, 0x74, 0x39, 0x1d, 0xff, 0x76, 0x39, 0x1f, 0xff, 0x78, 0x3b, 0x22, 0xff, 0x7b, 0x3d, 0x24, 0xff, - 0x7e, 0x41, 0x27, 0xff, 0x7f, 0x43, 0x27, 0xff, 0x81, 0x43, 0x29, 0xff, 0x7c, 0x3c, 0x1f, 0xff, 0x78, 0x3b, 0x18, 0xff, 0x7b, 0x3d, 0x18, 0xff, 0x7c, 0x3d, 0x1b, 0xff, 0x7e, 0x3d, 0x1f, 0xff, 0x82, 0x42, 0x23, 0xff, 0x82, 0x43, 0x24, 0xff, 0x84, 0x44, 0x24, 0xff, 0x87, 0x45, 0x26, 0xff, 0x88, 0x48, 0x27, 0xff, 0x8a, 0x49, 0x28, 0xff, 0x8c, 0x4a, 0x28, 0xff, 0x8f, 0x4f, 0x2a, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x9b, 0x5a, 0x30, 0xff, 0x9f, 0x5e, 0x32, 0xff, 0xa3, 0x62, 0x35, 0xff, 0xa8, 0x68, 0x3b, 0xff, 0xac, 0x6e, 0x42, 0xff, 0xaf, 0x73, 0x45, 0xff, 0xb2, 0x77, 0x49, 0xff, 0xb7, 0x7a, 0x4d, 0xff, 0xbc, 0x80, 0x4f, 0xff, 0xc1, 0x83, 0x4d, 0xff, 0xc5, 0x82, 0x4b, 0xff, 0xca, 0x81, 0x4b, 0xff, 0xcc, 0x83, 0x4d, 0xff, 0xca, 0x85, 0x4d, 0xff, 0xd1, 0x86, 0x4f, 0xff, 0xd8, 0x8a, 0x4f, 0xff, 0xce, 0x87, 0x50, 0xff, 0xd0, 0x8c, 0x53, 0xff, 0xdc, 0x91, 0x58, 0xff, 0xe7, 0x99, 0x5e, 0xff, 0xf2, 0xa2, 0x64, 0xff, 0xf3, 0xa7, 0x6d, 0xff, 0xf4, 0xb3, 0x75, 0xff, 0xed, 0xaf, 0x71, 0xff, 0xdc, 0x94, 0x5e, 0xff, 0xdc, 0x95, 0x5e, 0xff, 0xd9, 0x9e, 0x65, 0xff, 0xd6, 0xa3, 0x6c, 0xff, 0xd2, 0xa3, 0x70, 0xff, 0xd0, 0xa2, 0x78, 0xff, 0xd0, 0xa0, 0x7c, 0xff, 0xcf, 0x9f, 0x7e, 0xff, 0xd2, 0xa1, 0x7e, 0xff, 0xd3, 0xa2, 0x7e, 0xff, 0xd8, 0xa5, 0x80, 0xff, 0xdd, 0xa9, 0x81, 0xff, 0xe5, 0xac, 0x7d, 0xff, 0xee, 0xb1, 0x78, 0xff, 0xf3, 0xbb, 0x77, 0xff, 0xf3, 0xc0, 0x77, 0xff, 0xf2, 0xbf, 0x75, 0xff, 0xf2, 0xbd, 0x76, 0xff, 0xf3, 0xba, 0x76, 0xff, 0xf1, 0xb4, 0x72, 0xff, 0xf3, 0xb5, 0x70, 0xff, 0xf4, 0xb6, 0x6f, 0xff, 0xf4, 0xb7, 0x6f, 0xff, 0xf2, 0xb5, 0x70, 0xff, 0xf2, 0xae, 0x6b, 0xff, 0xec, 0xa8, 0x64, 0xff, 0xe6, 0xa3, 0x5f, 0xff, 0xd4, 0x91, 0x58, 0xff, 0xc3, 0x86, 0x4f, 0xff, 0xc4, 0x89, 0x52, 0xff, 0xc4, 0x8b, 0x55, 0xff, 0xc5, 0x8e, 0x58, 0xff, 0xc2, 0x8a, 0x55, 0xff, 0xbf, 0x8c, 0x52, 0xff, 0xbd, 0x89, 0x4e, 0xff, 0xbb, 0x88, 0x4d, 0xff, 0xb6, 0x82, 0x4c, 0xff, 0xad, 0x78, 0x4a, 0xff, 0xaa, 0x77, 0x49, 0xff, 0xaa, 0x77, 0x49, 0xff, 0xa9, 0x72, 0x46, 0xff, 0xa8, 0x71, 0x3e, 0xff, 0xa6, 0x6e, 0x3a, 0xff, 0xa4, 0x6b, 0x34, 0xff, 0xa3, 0x67, 0x2f, 0xff, 0xa3, 0x65, 0x2d, 0xff, 0xa3, 0x65, 0x28, 0xff, 0xa2, 0x63, 0x26, 0xff, 0xa2, 0x63, 0x24, 0xff, 0xa2, 0x63, 0x22, 0xff, 0xa5, 0x69, 0x28, 0xff, 0x9d, 0x62, 0x2c, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8e, 0x4f, 0x2b, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x97, 0x59, 0x32, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x9e, 0x62, 0x39, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0xa5, 0x69, 0x3d, 0xff, 0xa9, 0x6e, 0x41, 0xff, 0xae, 0x72, 0x43, 0xff, 0xb0, 0x75, 0x46, 0xff, 0xaf, 0x7b, 0x45, 0xff, 0xb0, 0x7c, 0x43, 0xff, 0xb2, 0x7b, 0x43, 0xff, 0xb3, 0x7b, 0x43, 0xff, 0xb5, 0x79, 0x41, 0xff, 0xb7, 0x7c, 0x45, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xba, 0x80, 0x45, 0xff, 0xbc, 0x82, 0x45, 0xff, 0xbe, 0x82, 0x45, 0xff, 0xb9, 0x7c, 0x40, 0xff, 0xaf, 0x71, 0x3b, 0xff, 0xac, 0x6e, 0x3c, 0xff, 0xaf, 0x70, 0x3e, 0xff, 0xb2, 0x74, 0x41, 0xff, 0xb3, 0x77, 0x44, 0xff, 0xb6, 0x7e, 0x4b, 0xff, 0xb9, 0x85, 0x53, 0xff, 0xbb, 0x86, 0x55, 0xff, 0xbe, 0x88, 0x57, 0xff, 0xc1, 0x8b, 0x59, 0xff, 0xc3, 0x8d, 0x5c, 0xff, 0xc8, 0x8f, 0x5b, 0xff, 0xcd, 0x95, 0x5b, 0xff, 0xd1, 0x96, 0x5c, 0xff, 0xd6, 0x95, 0x59, 0xff, 0xde, 0x94, 0x59, 0xff, 0xe0, 0x96, 0x58, 0xff, 0xe2, 0x94, 0x57, 0xff, 0xe5, 0x95, 0x56, 0xff, 0xe9, 0x96, 0x56, 0xff, 0xf0, 0x99, 0x58, 0xff, 0xf1, 0x9f, 0x5a, 0xff, 0xf3, 0xa8, 0x62, 0xff, 0xf3, 0xae, 0x68, 0xff, 0xf3, 0xb4, 0x6d, 0xff, 0xf3, 0xc3, 0x77, 0xff, 0xf4, 0xcb, 0x7d, 0xff, 0xf5, 0xd6, 0x83, 0xff, 0xf3, 0xdd, 0x87, 0xff, 0xf1, 0xe2, 0x87, 0xff, 0xf3, 0xe7, 0x8b, 0xff, 0xf3, 0xe5, 0x8c, 0xff, 0xf2, 0xe5, 0x8a, 0xff, 0xf2, 0xdf, 0x86, 0xff, 0xf3, 0xd4, 0x82, 0xff, 0xf3, 0xc7, 0x7b, 0xff, 0xf3, 0xbc, 0x77, 0xff, 0xf4, 0xb4, 0x70, 0xff, 0xf4, 0xb2, 0x6d, 0xff, 0xf3, 0xb1, 0x6c, 0xff, 0xf3, 0xaf, 0x6b, 0xff, 0xf3, 0xaa, 0x69, 0xff, 0xf3, 0xa8, 0x69, 0xff, 0xf2, 0xa9, 0x69, 0xff, 0xf4, 0xa8, 0x69, 0xff, 0xf2, 0xb0, 0x72, 0xff, 0xf3, 0xb1, 0x73, 0xff, 0xf4, 0xae, 0x70, 0xff, 0xf4, 0xaf, 0x70, 0xff, 0xf4, 0xad, 0x6e, 0xff, 0xf4, 0xae, 0x6e, 0xff, 0xf4, 0xb0, 0x6f, 0xff, 0xf2, 0xa7, 0x67, 0xff, 0xf4, 0xa1, 0x62, 0xff, 0xf4, 0xa1, 0x62, 0xff, 0xf4, 0xa5, 0x64, 0xff, 0xf4, 0xa8, 0x65, 0xff, 0xf4, 0xa8, 0x67, 0xff, 0xf4, 0xa8, 0x69, 0xff, 0xf3, 0xaa, 0x6a, 0xff, 0xf4, 0xaa, 0x6a, 0xff, 0xf3, 0xac, 0x69, 0xff, 0xf4, 0xaa, 0x6b, 0xff, 0xf5, 0xa9, 0x6b, 0xff, 0xf0, 0xa4, 0x66, 0xff, 0xcc, 0x8b, 0x52, 0xff, 0xc0, 0x81, 0x4b, 0xff, 0xba, 0x7d, 0x48, 0xff, 0xc7, 0x88, 0x4c, 0xff, 0xd4, 0x90, 0x50, 0xff, 0xd0, 0x8d, 0x4c, 0xff, 0xca, 0x8a, 0x4c, 0xff, 0xa8, 0x6b, 0x3b, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x99, 0x59, 0x31, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x87, 0x48, 0x28, 0xff, 0x86, 0x45, 0x27, 0xff, 0x86, 0x46, 0x28, 0xff, 0x84, 0x45, 0x28, 0xff, 0x84, 0x44, 0x27, 0xff, 0x83, 0x44, 0x26, 0xff, 0x82, 0x43, 0x26, 0xff, 0x80, 0x42, 0x28, 0xff, 0x7f, 0x41, 0x27, 0xff, 0x7e, 0x41, 0x27, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7b, 0x3c, 0x21, 0xff, 0x7a, 0x3c, 0x20, 0xff, 0x7a, 0x3a, 0x1d, 0xff, 0x78, 0x3a, 0x1d, 0xff, 0x74, 0x38, 0x1c, 0xff, 0x74, 0x38, 0x1c, 0xff, 0x76, 0x37, 0x1f, 0xff, 0x77, 0x3a, 0x1f, 0xff, 0x7a, 0x3d, 0x22, 0xff, 0x7b, 0x3e, 0x23, 0xff, 0x7b, 0x3d, 0x23, 0xff, 0x7b, 0x3f, 0x24, 0xff, 0x7d, 0x3f, 0x26, 0xff, 0x7d, 0x40, 0x26, 0xff, - 0x7f, 0x43, 0x27, 0xff, 0x7d, 0x41, 0x24, 0xff, 0x76, 0x38, 0x17, 0xff, 0x76, 0x39, 0x18, 0xff, 0x79, 0x3a, 0x1b, 0xff, 0x7b, 0x3c, 0x1d, 0xff, 0x7c, 0x3d, 0x1d, 0xff, 0x7e, 0x3d, 0x1f, 0xff, 0x7f, 0x40, 0x22, 0xff, 0x81, 0x40, 0x22, 0xff, 0x82, 0x42, 0x24, 0xff, 0x82, 0x43, 0x26, 0xff, 0x86, 0x45, 0x26, 0xff, 0x87, 0x47, 0x27, 0xff, 0x8c, 0x4b, 0x28, 0xff, 0x8f, 0x4d, 0x29, 0xff, 0x91, 0x50, 0x2a, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x96, 0x55, 0x2d, 0xff, 0x99, 0x56, 0x2f, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0xa5, 0x64, 0x34, 0xff, 0xab, 0x6c, 0x3b, 0xff, 0xac, 0x6f, 0x40, 0xff, 0xaf, 0x73, 0x44, 0xff, 0xb3, 0x78, 0x48, 0xff, 0xb9, 0x7b, 0x4a, 0xff, 0xbe, 0x7f, 0x4a, 0xff, 0xc3, 0x7f, 0x4a, 0xff, 0xc7, 0x82, 0x4a, 0xff, 0xcd, 0x86, 0x4c, 0xff, 0xd1, 0x87, 0x4f, 0xff, 0xd6, 0x88, 0x4f, 0xff, 0xda, 0x8c, 0x50, 0xff, 0xd1, 0x88, 0x4f, 0xff, 0xce, 0x8a, 0x51, 0xff, 0xd6, 0x8e, 0x53, 0xff, 0xe2, 0x95, 0x57, 0xff, 0xf0, 0x9d, 0x5d, 0xff, 0xf4, 0xa8, 0x68, 0xff, 0xf4, 0xb1, 0x73, 0xff, 0xf5, 0xb8, 0x7b, 0xff, 0xf0, 0xb4, 0x7a, 0xff, 0xe5, 0xa0, 0x68, 0xff, 0xde, 0x9f, 0x67, 0xff, 0xdc, 0xa4, 0x6b, 0xff, 0xd9, 0xa6, 0x70, 0xff, 0xd6, 0xa4, 0x72, 0xff, 0xd4, 0xa3, 0x78, 0xff, 0xd3, 0xa3, 0x7e, 0xff, 0xd6, 0xa3, 0x80, 0xff, 0xd9, 0xa5, 0x83, 0xff, 0xdc, 0xa9, 0x85, 0xff, 0xe2, 0xac, 0x85, 0xff, 0xeb, 0xaf, 0x83, 0xff, 0xf4, 0xb6, 0x7f, 0xff, 0xf5, 0xc0, 0x7e, 0xff, 0xf5, 0xce, 0x7f, 0xff, 0xf4, 0xce, 0x7e, 0xff, 0xf4, 0xd0, 0x83, 0xff, 0xf4, 0xd0, 0x83, 0xff, 0xf2, 0xcd, 0x81, 0xff, 0xf5, 0xcc, 0x7e, 0xff, 0xf4, 0xcb, 0x7b, 0xff, 0xf3, 0xc9, 0x7b, 0xff, 0xf5, 0xca, 0x7b, 0xff, 0xf4, 0xbf, 0x76, 0xff, 0xf4, 0xb4, 0x6d, 0xff, 0xf3, 0xaf, 0x67, 0xff, 0xe5, 0xa0, 0x5e, 0xff, 0xce, 0x8f, 0x54, 0xff, 0xcb, 0x8d, 0x55, 0xff, 0xd0, 0x96, 0x5c, 0xff, 0xcb, 0x98, 0x5e, 0xff, 0xc5, 0x91, 0x59, 0xff, 0xc2, 0x8d, 0x53, 0xff, 0xbf, 0x89, 0x4f, 0xff, 0xbc, 0x89, 0x50, 0xff, 0xb3, 0x80, 0x4b, 0xff, 0xb0, 0x7c, 0x4b, 0xff, 0xb0, 0x7d, 0x4e, 0xff, 0xae, 0x78, 0x47, 0xff, 0xac, 0x75, 0x3e, 0xff, 0xa9, 0x6e, 0x36, 0xff, 0xa7, 0x6a, 0x30, 0xff, 0xa4, 0x67, 0x28, 0xff, 0xa4, 0x66, 0x28, 0xff, 0xa3, 0x65, 0x25, 0xff, 0xa2, 0x64, 0x25, 0xff, 0xa3, 0x65, 0x24, 0xff, 0xa2, 0x64, 0x23, 0xff, 0xa4, 0x64, 0x28, 0xff, 0x9b, 0x5c, 0x28, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x93, 0x57, 0x30, 0xff, 0x95, 0x59, 0x32, 0xff, 0x98, 0x5c, 0x35, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9c, 0x60, 0x37, 0xff, 0xa0, 0x63, 0x3a, 0xff, 0xa3, 0x67, 0x3c, 0xff, 0xa6, 0x6b, 0x40, 0xff, 0xaa, 0x70, 0x43, 0xff, 0xab, 0x74, 0x47, 0xff, 0xac, 0x79, 0x46, 0xff, 0xaf, 0x7b, 0x44, 0xff, 0xb0, 0x7b, 0x44, 0xff, 0xb2, 0x7c, 0x43, 0xff, 0xb2, 0x7a, 0x41, 0xff, 0xb4, 0x7e, 0x42, 0xff, 0xb8, 0x83, 0x45, 0xff, 0xb8, 0x83, 0x45, 0xff, 0xb8, 0x83, 0x45, 0xff, 0xb2, 0x78, 0x40, 0xff, 0xa8, 0x69, 0x38, 0xff, 0xa8, 0x6a, 0x37, 0xff, 0xab, 0x6e, 0x3b, 0xff, 0xad, 0x70, 0x3e, 0xff, 0xb0, 0x73, 0x3e, 0xff, 0xb2, 0x78, 0x42, 0xff, 0xb4, 0x7c, 0x48, 0xff, 0xb5, 0x7e, 0x4c, 0xff, 0xb9, 0x83, 0x53, 0xff, 0xbd, 0x87, 0x57, 0xff, 0xc0, 0x8a, 0x5a, 0xff, 0xc4, 0x8d, 0x5d, 0xff, 0xc7, 0x91, 0x5d, 0xff, 0xcb, 0x93, 0x5d, 0xff, 0xcf, 0x98, 0x5e, 0xff, 0xd5, 0x9b, 0x5f, 0xff, 0xdd, 0x9a, 0x5e, 0xff, 0xe4, 0x9d, 0x5e, 0xff, 0xeb, 0x9d, 0x5d, 0xff, 0xee, 0x9b, 0x5d, 0xff, 0xf0, 0x9c, 0x5d, 0xff, 0xf2, 0x9c, 0x5b, 0xff, 0xf3, 0xa1, 0x5e, 0xff, 0xf3, 0xa3, 0x5d, 0xff, 0xf0, 0xa8, 0x61, 0xff, 0xf3, 0xb5, 0x6e, 0xff, 0xf2, 0xba, 0x71, 0xff, 0xf3, 0xcf, 0x7c, 0xff, 0xf2, 0xdf, 0x84, 0xff, 0xee, 0xe7, 0x8b, 0xff, 0xec, 0xeb, 0x90, 0xff, 0xe8, 0xec, 0x94, 0xff, 0xe7, 0xeb, 0x96, 0xff, 0xe7, 0xeb, 0x96, 0xff, 0xec, 0xeb, 0x93, 0xff, 0xf1, 0xec, 0x8f, 0xff, 0xf3, 0xde, 0x87, 0xff, 0xf4, 0xcd, 0x7f, 0xff, 0xf3, 0xc3, 0x7a, 0xff, 0xf2, 0xb9, 0x75, 0xff, 0xf3, 0xb4, 0x71, 0xff, 0xf4, 0xb4, 0x6f, 0xff, 0xf3, 0xb0, 0x6d, 0xff, 0xf2, 0xac, 0x6b, 0xff, 0xf2, 0xab, 0x69, 0xff, 0xf3, 0xac, 0x6b, 0xff, 0xf3, 0xab, 0x6b, 0xff, 0xf4, 0xb0, 0x70, 0xff, 0xf4, 0xb1, 0x70, 0xff, 0xf4, 0xb1, 0x70, 0xff, 0xf4, 0xaf, 0x6f, 0xff, 0xf4, 0xab, 0x6d, 0xff, 0xf4, 0xac, 0x6c, 0xff, 0xf4, 0xae, 0x6d, 0xff, 0xf2, 0xa5, 0x66, 0xff, 0xf4, 0xa1, 0x62, 0xff, 0xf4, 0xa1, 0x62, 0xff, 0xf4, 0xa0, 0x62, 0xff, 0xf4, 0xa0, 0x61, 0xff, 0xf4, 0xa4, 0x63, 0xff, 0xf4, 0xa7, 0x67, 0xff, 0xf4, 0xa5, 0x64, 0xff, 0xf4, 0xa5, 0x64, 0xff, 0xf4, 0xa4, 0x63, 0xff, 0xf4, 0xa1, 0x63, 0xff, 0xf4, 0xa2, 0x64, 0xff, 0xf7, 0xa8, 0x69, 0xff, 0xd7, 0x94, 0x59, 0xff, 0xdf, 0x95, 0x55, 0xff, 0xe5, 0x96, 0x51, 0xff, 0xdb, 0x90, 0x4d, 0xff, 0xd4, 0x8f, 0x4d, 0xff, 0xc0, 0x7d, 0x46, 0xff, 0xa3, 0x65, 0x38, 0xff, 0x9c, 0x5e, 0x34, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8e, 0x4c, 0x2b, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x89, 0x49, 0x28, 0xff, 0x87, 0x48, 0x28, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x86, 0x48, 0x27, 0xff, 0x85, 0x46, 0x27, 0xff, 0x85, 0x44, 0x27, 0xff, 0x82, 0x43, 0x27, 0xff, 0x83, 0x45, 0x28, 0xff, 0x81, 0x42, 0x27, 0xff, 0x7f, 0x43, 0x27, 0xff, 0x7e, 0x42, 0x27, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7d, 0x3e, 0x24, 0xff, 0x7c, 0x3c, 0x23, 0xff, 0x7b, 0x3d, 0x20, 0xff, 0x7b, 0x3e, 0x23, 0xff, 0x81, 0x42, 0x27, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7b, 0x3e, 0x24, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x7c, 0x3f, 0x25, 0xff, 0x7d, 0x3f, 0x26, 0xff, 0x7e, 0x41, 0x27, 0xff, - 0x7c, 0x40, 0x23, 0xff, 0x73, 0x36, 0x16, 0xff, 0x74, 0x37, 0x19, 0xff, 0x77, 0x37, 0x1a, 0xff, 0x79, 0x38, 0x1e, 0xff, 0x79, 0x3b, 0x1d, 0xff, 0x79, 0x3b, 0x1f, 0xff, 0x7a, 0x3c, 0x1d, 0xff, 0x7b, 0x3c, 0x20, 0xff, 0x7f, 0x3e, 0x21, 0xff, 0x7f, 0x41, 0x23, 0xff, 0x81, 0x41, 0x25, 0xff, 0x83, 0x44, 0x26, 0xff, 0x88, 0x48, 0x26, 0xff, 0x88, 0x47, 0x27, 0xff, 0x8a, 0x48, 0x27, 0xff, 0x8d, 0x4a, 0x28, 0xff, 0x8e, 0x4e, 0x29, 0xff, 0x93, 0x50, 0x29, 0xff, 0x95, 0x54, 0x2b, 0xff, 0x99, 0x57, 0x2e, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0xa6, 0x65, 0x35, 0xff, 0xab, 0x6c, 0x3b, 0xff, 0xad, 0x6f, 0x3f, 0xff, 0xb2, 0x74, 0x43, 0xff, 0xb7, 0x79, 0x45, 0xff, 0xbc, 0x7c, 0x47, 0xff, 0xc1, 0x7f, 0x48, 0xff, 0xc6, 0x80, 0x49, 0xff, 0xca, 0x86, 0x4c, 0xff, 0xd0, 0x8b, 0x51, 0xff, 0xd4, 0x8d, 0x54, 0xff, 0xd9, 0x8d, 0x55, 0xff, 0xd3, 0x8d, 0x53, 0xff, 0xcd, 0x8a, 0x50, 0xff, 0xd5, 0x8e, 0x52, 0xff, 0xdc, 0x92, 0x54, 0xff, 0xe7, 0x97, 0x57, 0xff, 0xf3, 0x9e, 0x5f, 0xff, 0xf4, 0xaa, 0x68, 0xff, 0xf3, 0xb2, 0x6e, 0xff, 0xf2, 0xb6, 0x76, 0xff, 0xe6, 0xa7, 0x6b, 0xff, 0xe6, 0xa5, 0x6d, 0xff, 0xe3, 0xa8, 0x72, 0xff, 0xe1, 0xa9, 0x73, 0xff, 0xdd, 0xa9, 0x74, 0xff, 0xdc, 0xa7, 0x78, 0xff, 0xdb, 0xa7, 0x7e, 0xff, 0xdc, 0xa7, 0x81, 0xff, 0xdc, 0xa6, 0x85, 0xff, 0xe0, 0xa9, 0x85, 0xff, 0xe6, 0xae, 0x87, 0xff, 0xee, 0xb2, 0x87, 0xff, 0xf5, 0xba, 0x84, 0xff, 0xf4, 0xc7, 0x83, 0xff, 0xf4, 0xd8, 0x84, 0xff, 0xf2, 0xe4, 0x8b, 0xff, 0xf2, 0xea, 0x8f, 0xff, 0xf1, 0xe8, 0x91, 0xff, 0xf0, 0xe7, 0x92, 0xff, 0xed, 0xe6, 0x92, 0xff, 0xee, 0xe7, 0x8d, 0xff, 0xf0, 0xe8, 0x89, 0xff, 0xf0, 0xe2, 0x86, 0xff, 0xf5, 0xdc, 0x83, 0xff, 0xf6, 0xce, 0x7d, 0xff, 0xf3, 0xbe, 0x72, 0xff, 0xee, 0xb1, 0x6e, 0xff, 0xe1, 0x9b, 0x5f, 0xff, 0xd9, 0x97, 0x5b, 0xff, 0xdf, 0xa2, 0x66, 0xff, 0xd6, 0x9a, 0x61, 0xff, 0xcd, 0x97, 0x5c, 0xff, 0xc5, 0x91, 0x54, 0xff, 0xc4, 0x8d, 0x51, 0xff, 0xbd, 0x8a, 0x53, 0xff, 0xb7, 0x80, 0x52, 0xff, 0xb5, 0x7f, 0x4d, 0xff, 0xb1, 0x7b, 0x48, 0xff, 0xb0, 0x79, 0x42, 0xff, 0xae, 0x76, 0x3b, 0xff, 0xaa, 0x70, 0x33, 0xff, 0xa9, 0x6e, 0x2c, 0xff, 0xa7, 0x68, 0x28, 0xff, 0xa5, 0x65, 0x27, 0xff, 0xa2, 0x64, 0x26, 0xff, 0xa2, 0x64, 0x25, 0xff, 0xa2, 0x64, 0x25, 0xff, 0xa4, 0x66, 0x26, 0xff, 0x9b, 0x5d, 0x27, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x88, 0x4c, 0x2a, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8d, 0x50, 0x2b, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x94, 0x57, 0x31, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x9b, 0x5e, 0x35, 0xff, 0x9e, 0x62, 0x38, 0xff, 0xa1, 0x65, 0x3b, 0xff, 0xa4, 0x68, 0x3f, 0xff, 0xa8, 0x6f, 0x44, 0xff, 0xab, 0x76, 0x46, 0xff, 0xab, 0x79, 0x48, 0xff, 0xac, 0x79, 0x47, 0xff, 0xaf, 0x7a, 0x44, 0xff, 0xb0, 0x7a, 0x43, 0xff, 0xb2, 0x7c, 0x42, 0xff, 0xb5, 0x7c, 0x42, 0xff, 0xb6, 0x7e, 0x43, 0xff, 0xb4, 0x7a, 0x42, 0xff, 0xa9, 0x6c, 0x3a, 0xff, 0xa2, 0x64, 0x34, 0xff, 0xa4, 0x68, 0x35, 0xff, 0xa8, 0x6a, 0x39, 0xff, 0xab, 0x6c, 0x3b, 0xff, 0xae, 0x70, 0x3d, 0xff, 0xb0, 0x72, 0x3d, 0xff, 0xb0, 0x75, 0x3f, 0xff, 0xb3, 0x78, 0x43, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb7, 0x7f, 0x4a, 0xff, 0xbb, 0x83, 0x51, 0xff, 0xbe, 0x88, 0x59, 0xff, 0xc1, 0x8d, 0x5e, 0xff, 0xc4, 0x8f, 0x5f, 0xff, 0xc7, 0x93, 0x60, 0xff, 0xcc, 0x98, 0x61, 0xff, 0xd1, 0x9b, 0x62, 0xff, 0xd7, 0x9d, 0x62, 0xff, 0xe0, 0x9e, 0x62, 0xff, 0xea, 0x9f, 0x62, 0xff, 0xf0, 0x9f, 0x5f, 0xff, 0xf3, 0x9f, 0x5d, 0xff, 0xf3, 0x9e, 0x5d, 0xff, 0xf4, 0xa3, 0x5f, 0xff, 0xf4, 0xaa, 0x62, 0xff, 0xf3, 0xae, 0x68, 0xff, 0xf3, 0xb5, 0x6e, 0xff, 0xf3, 0xc1, 0x75, 0xff, 0xf2, 0xd4, 0x7f, 0xff, 0xf1, 0xe7, 0x88, 0xff, 0xe9, 0xed, 0x93, 0xff, 0xe5, 0xed, 0x9a, 0xff, 0xe8, 0xee, 0xa0, 0xff, 0xeb, 0xed, 0xa4, 0xff, 0xea, 0xee, 0xa3, 0xff, 0xe9, 0xef, 0xa3, 0xff, 0xe9, 0xec, 0x9d, 0xff, 0xe9, 0xed, 0x98, 0xff, 0xf0, 0xe8, 0x8f, 0xff, 0xf4, 0xdb, 0x87, 0xff, 0xf3, 0xcc, 0x7f, 0xff, 0xf3, 0xbf, 0x7a, 0xff, 0xf3, 0xb7, 0x73, 0xff, 0xf4, 0xb5, 0x71, 0xff, 0xf3, 0xb3, 0x70, 0xff, 0xf3, 0xb1, 0x6e, 0xff, 0xf4, 0xae, 0x6b, 0xff, 0xf3, 0xac, 0x6c, 0xff, 0xf2, 0xaa, 0x6c, 0xff, 0xf3, 0xb0, 0x71, 0xff, 0xf4, 0xb3, 0x74, 0xff, 0xf4, 0xaf, 0x71, 0xff, 0xf4, 0xad, 0x6d, 0xff, 0xf4, 0xab, 0x6e, 0xff, 0xf4, 0xad, 0x6d, 0xff, 0xf4, 0xad, 0x6e, 0xff, 0xf3, 0xa5, 0x65, 0xff, 0xf4, 0x9f, 0x62, 0xff, 0xf4, 0x9f, 0x61, 0xff, 0xf3, 0xa0, 0x62, 0xff, 0xf4, 0xa5, 0x64, 0xff, 0xf4, 0xa5, 0x63, 0xff, 0xf5, 0xa1, 0x64, 0xff, 0xf4, 0xa1, 0x63, 0xff, 0xf4, 0xa0, 0x61, 0xff, 0xf4, 0x9b, 0x5f, 0xff, 0xf3, 0x9d, 0x61, 0xff, 0xf4, 0xa6, 0x62, 0xff, 0xf5, 0xab, 0x68, 0xff, 0xf2, 0xa4, 0x64, 0xff, 0xe8, 0x98, 0x58, 0xff, 0xe1, 0x95, 0x50, 0xff, 0xd5, 0x8d, 0x4e, 0xff, 0xbb, 0x7b, 0x45, 0xff, 0xa6, 0x68, 0x39, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x99, 0x58, 0x30, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x88, 0x48, 0x29, 0xff, 0x87, 0x47, 0x28, 0xff, 0x87, 0x45, 0x28, 0xff, 0x88, 0x49, 0x28, 0xff, 0x8a, 0x49, 0x2a, 0xff, 0x88, 0x4a, 0x28, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x88, 0x49, 0x29, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x86, 0x49, 0x29, 0xff, 0x86, 0x48, 0x29, 0xff, 0x84, 0x46, 0x28, 0xff, 0x85, 0x45, 0x27, 0xff, 0x82, 0x43, 0x27, 0xff, 0x84, 0x45, 0x28, 0xff, 0x84, 0x45, 0x28, 0xff, 0x84, 0x45, 0x28, 0xff, 0x81, 0x42, 0x27, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x7e, 0x40, 0x26, 0xff, 0x7e, 0x3f, 0x27, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7b, 0x3e, 0x24, 0xff, 0x7c, 0x3e, 0x25, 0xff, 0x7b, 0x3f, 0x25, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7f, 0x42, 0x27, 0xff, - 0x72, 0x33, 0x18, 0xff, 0x72, 0x36, 0x18, 0xff, 0x73, 0x35, 0x18, 0xff, 0x74, 0x35, 0x18, 0xff, 0x74, 0x37, 0x19, 0xff, 0x75, 0x38, 0x1a, 0xff, 0x78, 0x38, 0x1b, 0xff, 0x79, 0x3b, 0x1d, 0xff, 0x7a, 0x3c, 0x1e, 0xff, 0x7b, 0x3c, 0x1f, 0xff, 0x7d, 0x3d, 0x20, 0xff, 0x81, 0x41, 0x22, 0xff, 0x81, 0x41, 0x23, 0xff, 0x82, 0x41, 0x24, 0xff, 0x87, 0x45, 0x25, 0xff, 0x87, 0x47, 0x26, 0xff, 0x8a, 0x48, 0x26, 0xff, 0x8e, 0x4b, 0x27, 0xff, 0x8f, 0x4e, 0x29, 0xff, 0x93, 0x52, 0x2a, 0xff, 0x95, 0x56, 0x2c, 0xff, 0x9b, 0x56, 0x2e, 0xff, 0xa0, 0x5e, 0x32, 0xff, 0xa6, 0x64, 0x35, 0xff, 0xad, 0x6c, 0x3b, 0xff, 0xb1, 0x70, 0x3f, 0xff, 0xb5, 0x73, 0x41, 0xff, 0xb9, 0x79, 0x42, 0xff, 0xbf, 0x7d, 0x47, 0xff, 0xc2, 0x7f, 0x46, 0xff, 0xc7, 0x85, 0x4b, 0xff, 0xce, 0x88, 0x51, 0xff, 0xd3, 0x8c, 0x54, 0xff, 0xd6, 0x90, 0x59, 0xff, 0xd6, 0x92, 0x59, 0xff, 0xcc, 0x8e, 0x56, 0xff, 0xd3, 0x90, 0x55, 0xff, 0xd7, 0x92, 0x54, 0xff, 0xe3, 0x94, 0x57, 0xff, 0xef, 0x9c, 0x5d, 0xff, 0xf6, 0xa6, 0x65, 0xff, 0xf4, 0xae, 0x6a, 0xff, 0xf2, 0xb1, 0x6f, 0xff, 0xf1, 0xb5, 0x76, 0xff, 0xe9, 0xa2, 0x67, 0xff, 0xea, 0xaa, 0x6d, 0xff, 0xe6, 0xae, 0x74, 0xff, 0xe3, 0xac, 0x7a, 0xff, 0xe2, 0xab, 0x7f, 0xff, 0xe2, 0xa9, 0x81, 0xff, 0xe0, 0xaa, 0x82, 0xff, 0xe3, 0xaa, 0x83, 0xff, 0xe7, 0xae, 0x87, 0xff, 0xe9, 0xb0, 0x87, 0xff, 0xf1, 0xb5, 0x86, 0xff, 0xf6, 0xbd, 0x86, 0xff, 0xf5, 0xcd, 0x86, 0xff, 0xf6, 0xe2, 0x8a, 0xff, 0xf0, 0xee, 0x90, 0xff, 0xe7, 0xec, 0x97, 0xff, 0xe8, 0xee, 0x9d, 0xff, 0xe9, 0xed, 0xa3, 0xff, 0xea, 0xed, 0xa4, 0xff, 0xea, 0xef, 0xa2, 0xff, 0xe8, 0xed, 0x9e, 0xff, 0xe9, 0xed, 0x9c, 0xff, 0xea, 0xeb, 0x95, 0xff, 0xee, 0xe9, 0x8e, 0xff, 0xf5, 0xe0, 0x86, 0xff, 0xf5, 0xca, 0x7c, 0xff, 0xed, 0xb3, 0x71, 0xff, 0xea, 0xac, 0x6d, 0xff, 0xea, 0xa8, 0x6a, 0xff, 0xe1, 0xa2, 0x68, 0xff, 0xda, 0x9d, 0x63, 0xff, 0xd2, 0x9b, 0x5f, 0xff, 0xc7, 0x91, 0x54, 0xff, 0xc1, 0x8b, 0x52, 0xff, 0xb8, 0x84, 0x4f, 0xff, 0xb8, 0x84, 0x4a, 0xff, 0xb5, 0x7b, 0x3e, 0xff, 0xb3, 0x78, 0x37, 0xff, 0xb0, 0x73, 0x2f, 0xff, 0xac, 0x6f, 0x28, 0xff, 0xab, 0x6d, 0x2a, 0xff, 0xaa, 0x6a, 0x28, 0xff, 0xa8, 0x68, 0x27, 0xff, 0xa4, 0x64, 0x27, 0xff, 0xa3, 0x64, 0x26, 0xff, 0xa3, 0x64, 0x27, 0xff, 0x9d, 0x5f, 0x27, 0xff, 0x8c, 0x50, 0x29, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8b, 0x4f, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x91, 0x54, 0x30, 0xff, 0x93, 0x56, 0x30, 0xff, 0x95, 0x58, 0x32, 0xff, 0x95, 0x58, 0x34, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x9b, 0x5d, 0x35, 0xff, 0x9c, 0x5f, 0x37, 0xff, 0x9f, 0x62, 0x3a, 0xff, 0xa2, 0x67, 0x3e, 0xff, 0xa7, 0x71, 0x43, 0xff, 0xaa, 0x77, 0x46, 0xff, 0xaa, 0x75, 0x44, 0xff, 0xac, 0x7a, 0x46, 0xff, 0xae, 0x7b, 0x45, 0xff, 0xae, 0x77, 0x42, 0xff, 0xb2, 0x7b, 0x43, 0xff, 0xb4, 0x7b, 0x41, 0xff, 0xac, 0x70, 0x3b, 0xff, 0xa0, 0x63, 0x35, 0xff, 0xa0, 0x62, 0x34, 0xff, 0xa3, 0x66, 0x35, 0xff, 0xa5, 0x69, 0x36, 0xff, 0xa7, 0x6b, 0x39, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xab, 0x6d, 0x3b, 0xff, 0xad, 0x70, 0x3c, 0xff, 0xaf, 0x73, 0x3f, 0xff, 0xb1, 0x76, 0x41, 0xff, 0xb2, 0x79, 0x44, 0xff, 0xb5, 0x7c, 0x47, 0xff, 0xb8, 0x80, 0x4c, 0xff, 0xba, 0x85, 0x51, 0xff, 0xbc, 0x85, 0x55, 0xff, 0xc2, 0x8e, 0x5c, 0xff, 0xc4, 0x93, 0x60, 0xff, 0xc8, 0x93, 0x61, 0xff, 0xce, 0x97, 0x61, 0xff, 0xd4, 0x9b, 0x62, 0xff, 0xdb, 0x9b, 0x62, 0xff, 0xe4, 0x9c, 0x62, 0xff, 0xee, 0x9f, 0x64, 0xff, 0xf3, 0xa4, 0x64, 0xff, 0xf3, 0xa5, 0x63, 0xff, 0xf4, 0xa8, 0x61, 0xff, 0xf4, 0xae, 0x68, 0xff, 0xf4, 0xb7, 0x6d, 0xff, 0xf4, 0xbf, 0x72, 0xff, 0xf5, 0xc6, 0x79, 0xff, 0xf4, 0xd9, 0x80, 0xff, 0xef, 0xeb, 0x8a, 0xff, 0xe9, 0xee, 0x95, 0xff, 0xe9, 0xed, 0x9f, 0xff, 0xea, 0xed, 0xa6, 0xff, 0xed, 0xed, 0xac, 0xff, 0xee, 0xec, 0xb0, 0xff, 0xec, 0xed, 0xb1, 0xff, 0xeb, 0xef, 0xad, 0xff, 0xea, 0xee, 0xaa, 0xff, 0xeb, 0xee, 0xa4, 0xff, 0xeb, 0xec, 0x99, 0xff, 0xf1, 0xe6, 0x8d, 0xff, 0xf5, 0xd7, 0x83, 0xff, 0xf4, 0xc8, 0x7f, 0xff, 0xf4, 0xc2, 0x79, 0xff, 0xf4, 0xb9, 0x76, 0xff, 0xf5, 0xb7, 0x73, 0xff, 0xf4, 0xb4, 0x71, 0xff, 0xf4, 0xb1, 0x6e, 0xff, 0xf2, 0xb2, 0x70, 0xff, 0xf2, 0xb3, 0x75, 0xff, 0xf4, 0xb3, 0x75, 0xff, 0xf4, 0xb2, 0x74, 0xff, 0xf4, 0xb2, 0x71, 0xff, 0xf4, 0xac, 0x6f, 0xff, 0xf4, 0xab, 0x6e, 0xff, 0xf4, 0xac, 0x6e, 0xff, 0xf5, 0xac, 0x6e, 0xff, 0xf1, 0xa0, 0x64, 0xff, 0xf3, 0xa0, 0x63, 0xff, 0xf4, 0xa3, 0x66, 0xff, 0xf5, 0xa4, 0x64, 0xff, 0xf4, 0xa3, 0x64, 0xff, 0xf4, 0xa2, 0x64, 0xff, 0xf3, 0x9c, 0x5f, 0xff, 0xf0, 0xa1, 0x61, 0xff, 0xf3, 0xa4, 0x64, 0xff, 0xf4, 0xa8, 0x64, 0xff, 0xf5, 0xa7, 0x64, 0xff, 0xf5, 0xa5, 0x63, 0xff, 0xf4, 0xa6, 0x63, 0xff, 0xf3, 0xa5, 0x63, 0xff, 0xea, 0x9a, 0x58, 0xff, 0xd9, 0x8b, 0x4c, 0xff, 0xb1, 0x72, 0x40, 0xff, 0xaa, 0x6a, 0x3c, 0xff, 0x9f, 0x5f, 0x35, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x99, 0x58, 0x32, 0xff, 0x99, 0x57, 0x32, 0xff, 0x96, 0x55, 0x30, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x8f, 0x4f, 0x2c, 0xff, 0x8e, 0x4e, 0x2b, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x89, 0x49, 0x29, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4d, 0x29, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8f, 0x50, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x86, 0x46, 0x29, 0xff, 0x84, 0x44, 0x27, 0xff, 0x82, 0x43, 0x27, 0xff, 0x82, 0x42, 0x27, 0xff, 0x80, 0x41, 0x27, 0xff, 0x7e, 0x41, 0x27, 0xff, 0x7e, 0x42, 0x26, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7b, 0x3f, 0x25, 0xff, 0x7b, 0x3f, 0x25, 0xff, 0x7b, 0x3f, 0x25, 0xff, 0x80, 0x42, 0x28, 0xff, 0x77, 0x3a, 0x1e, 0xff, - 0x71, 0x35, 0x18, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x71, 0x33, 0x18, 0xff, 0x71, 0x32, 0x18, 0xff, 0x72, 0x35, 0x18, 0xff, 0x74, 0x39, 0x18, 0xff, 0x75, 0x37, 0x1a, 0xff, 0x79, 0x39, 0x1a, 0xff, 0x7a, 0x3b, 0x1a, 0xff, 0x7c, 0x3d, 0x1a, 0xff, 0x7d, 0x3b, 0x1e, 0xff, 0x7f, 0x3e, 0x20, 0xff, 0x81, 0x41, 0x24, 0xff, 0x86, 0x44, 0x24, 0xff, 0x88, 0x47, 0x26, 0xff, 0x89, 0x48, 0x26, 0xff, 0x8c, 0x4a, 0x29, 0xff, 0x90, 0x4b, 0x29, 0xff, 0x94, 0x4f, 0x2a, 0xff, 0x95, 0x52, 0x2b, 0xff, 0x99, 0x56, 0x2e, 0xff, 0x9d, 0x58, 0x2e, 0xff, 0xa1, 0x5c, 0x31, 0xff, 0xa4, 0x62, 0x33, 0xff, 0xaa, 0x67, 0x34, 0xff, 0xb0, 0x6b, 0x3a, 0xff, 0xb9, 0x75, 0x40, 0xff, 0xbc, 0x79, 0x42, 0xff, 0xc1, 0x7c, 0x45, 0xff, 0xc6, 0x81, 0x49, 0xff, 0xcb, 0x86, 0x49, 0xff, 0xcf, 0x88, 0x4c, 0xff, 0xd4, 0x8e, 0x52, 0xff, 0xd9, 0x91, 0x57, 0xff, 0xc9, 0x8b, 0x54, 0xff, 0xd0, 0x93, 0x57, 0xff, 0xd5, 0x95, 0x58, 0xff, 0xde, 0x99, 0x59, 0xff, 0xea, 0x9f, 0x5f, 0xff, 0xf1, 0xa1, 0x63, 0xff, 0xf3, 0xa7, 0x64, 0xff, 0xf4, 0xab, 0x68, 0xff, 0xf5, 0xb9, 0x72, 0xff, 0xf0, 0xb3, 0x73, 0xff, 0xef, 0xa5, 0x6a, 0xff, 0xef, 0xb1, 0x70, 0xff, 0xeb, 0xb0, 0x76, 0xff, 0xe9, 0xae, 0x7e, 0xff, 0xe7, 0xad, 0x85, 0xff, 0xe5, 0xad, 0x89, 0xff, 0xe9, 0xae, 0x89, 0xff, 0xe9, 0xae, 0x85, 0xff, 0xf1, 0xb5, 0x86, 0xff, 0xf5, 0xb9, 0x87, 0xff, 0xf6, 0xc0, 0x86, 0xff, 0xf6, 0xd0, 0x8a, 0xff, 0xf4, 0xe3, 0x8f, 0xff, 0xeb, 0xed, 0x92, 0xff, 0xe6, 0xed, 0x9a, 0xff, 0xeb, 0xed, 0xa6, 0xff, 0xed, 0xed, 0xae, 0xff, 0xf0, 0xef, 0xb6, 0xff, 0xf2, 0xef, 0xba, 0xff, 0xee, 0xee, 0xb7, 0xff, 0xee, 0xef, 0xb3, 0xff, 0xee, 0xee, 0xad, 0xff, 0xeb, 0xee, 0xa7, 0xff, 0xeb, 0xee, 0x9b, 0xff, 0xf2, 0xe6, 0x8f, 0xff, 0xf3, 0xd1, 0x83, 0xff, 0xec, 0xbd, 0x7a, 0xff, 0xef, 0xb4, 0x75, 0xff, 0xec, 0xaa, 0x6a, 0xff, 0xe5, 0xa5, 0x68, 0xff, 0xdd, 0xa0, 0x5e, 0xff, 0xd0, 0x96, 0x53, 0xff, 0xc4, 0x8c, 0x50, 0xff, 0xbc, 0x84, 0x4a, 0xff, 0xba, 0x80, 0x42, 0xff, 0xbb, 0x7d, 0x37, 0xff, 0xb6, 0x76, 0x2f, 0xff, 0xb1, 0x75, 0x2b, 0xff, 0xb0, 0x72, 0x29, 0xff, 0xb0, 0x72, 0x2a, 0xff, 0xac, 0x6f, 0x29, 0xff, 0xaa, 0x6a, 0x28, 0xff, 0xa7, 0x67, 0x27, 0xff, 0xa7, 0x66, 0x27, 0xff, 0xa1, 0x60, 0x26, 0xff, 0x8d, 0x4e, 0x27, 0xff, 0x87, 0x48, 0x2a, 0xff, 0x8a, 0x4b, 0x2c, 0xff, 0x8a, 0x4f, 0x2c, 0xff, 0x8a, 0x4f, 0x2c, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x92, 0x55, 0x2f, 0xff, 0x94, 0x56, 0x30, 0xff, 0x95, 0x58, 0x32, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x9a, 0x5d, 0x34, 0xff, 0x9c, 0x5f, 0x35, 0xff, 0x9d, 0x61, 0x39, 0xff, 0xa2, 0x6b, 0x3e, 0xff, 0xa9, 0x75, 0x43, 0xff, 0xa9, 0x76, 0x45, 0xff, 0xab, 0x77, 0x45, 0xff, 0xab, 0x75, 0x43, 0xff, 0xad, 0x76, 0x42, 0xff, 0xaf, 0x79, 0x42, 0xff, 0xb1, 0x7a, 0x42, 0xff, 0xa7, 0x6d, 0x3a, 0xff, 0x9b, 0x5e, 0x30, 0xff, 0x9d, 0x60, 0x32, 0xff, 0xa0, 0x64, 0x35, 0xff, 0xa3, 0x67, 0x35, 0xff, 0xa3, 0x67, 0x36, 0xff, 0xa6, 0x6a, 0x39, 0xff, 0xa9, 0x6c, 0x3b, 0xff, 0xaa, 0x6d, 0x3c, 0xff, 0xab, 0x70, 0x3c, 0xff, 0xad, 0x72, 0x3e, 0xff, 0xb0, 0x73, 0x40, 0xff, 0xb2, 0x77, 0x41, 0xff, 0xb4, 0x7c, 0x44, 0xff, 0xb6, 0x7f, 0x47, 0xff, 0xb8, 0x80, 0x4b, 0xff, 0xbb, 0x83, 0x4f, 0xff, 0xbd, 0x89, 0x54, 0xff, 0xc0, 0x8e, 0x58, 0xff, 0xc5, 0x92, 0x5d, 0xff, 0xca, 0x95, 0x60, 0xff, 0xcf, 0x98, 0x63, 0xff, 0xd6, 0x9b, 0x64, 0xff, 0xde, 0x9d, 0x64, 0xff, 0xe9, 0x9f, 0x64, 0xff, 0xf2, 0xa5, 0x66, 0xff, 0xf4, 0xab, 0x6a, 0xff, 0xf4, 0xaf, 0x69, 0xff, 0xf3, 0xb2, 0x69, 0xff, 0xf4, 0xb6, 0x6d, 0xff, 0xf4, 0xbd, 0x75, 0xff, 0xf5, 0xce, 0x7c, 0xff, 0xf6, 0xe1, 0x83, 0xff, 0xed, 0xeb, 0x8e, 0xff, 0xe7, 0xed, 0x9a, 0xff, 0xeb, 0xec, 0xa7, 0xff, 0xed, 0xee, 0xb1, 0xff, 0xee, 0xef, 0xb7, 0xff, 0xf1, 0xee, 0xbe, 0xff, 0xf1, 0xed, 0xc0, 0xff, 0xf2, 0xee, 0xc0, 0xff, 0xef, 0xed, 0xb9, 0xff, 0xed, 0xed, 0xb0, 0xff, 0xed, 0xef, 0xa6, 0xff, 0xe9, 0xef, 0x9d, 0xff, 0xec, 0xea, 0x94, 0xff, 0xf3, 0xe3, 0x8a, 0xff, 0xf3, 0xd9, 0x83, 0xff, 0xf5, 0xca, 0x7d, 0xff, 0xf6, 0xbf, 0x7b, 0xff, 0xf4, 0xbe, 0x7a, 0xff, 0xf4, 0xbf, 0x78, 0xff, 0xf5, 0xbb, 0x79, 0xff, 0xf5, 0xb8, 0x79, 0xff, 0xf3, 0xb7, 0x79, 0xff, 0xf4, 0xb7, 0x78, 0xff, 0xf5, 0xb4, 0x76, 0xff, 0xf4, 0xb0, 0x72, 0xff, 0xf4, 0xad, 0x6f, 0xff, 0xf5, 0xab, 0x6e, 0xff, 0xf5, 0xab, 0x6e, 0xff, 0xf5, 0xa7, 0x6c, 0xff, 0xf4, 0xa3, 0x66, 0xff, 0xf5, 0xa3, 0x65, 0xff, 0xf5, 0xa3, 0x65, 0xff, 0xf4, 0xa2, 0x64, 0xff, 0xf2, 0xa5, 0x64, 0xff, 0xf4, 0xaa, 0x66, 0xff, 0xf4, 0xad, 0x68, 0xff, 0xf4, 0xaa, 0x66, 0xff, 0xf3, 0xa8, 0x65, 0xff, 0xf1, 0xa7, 0x64, 0xff, 0xf4, 0xa5, 0x62, 0xff, 0xf3, 0xa2, 0x5f, 0xff, 0xf5, 0xa1, 0x60, 0xff, 0xf8, 0xa1, 0x5f, 0xff, 0xcd, 0x8a, 0x52, 0xff, 0xae, 0x6e, 0x3f, 0xff, 0xae, 0x70, 0x42, 0xff, 0xa0, 0x63, 0x37, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x99, 0x58, 0x32, 0xff, 0x96, 0x57, 0x31, 0xff, 0x96, 0x54, 0x2f, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x91, 0x50, 0x2e, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x89, 0x48, 0x2a, 0xff, 0x88, 0x49, 0x29, 0xff, 0x86, 0x49, 0x29, 0xff, 0x87, 0x47, 0x28, 0xff, 0x85, 0x47, 0x28, 0xff, 0x84, 0x44, 0x27, 0xff, 0x83, 0x43, 0x26, 0xff, 0x81, 0x43, 0x26, 0xff, 0x82, 0x44, 0x27, 0xff, 0x82, 0x44, 0x27, 0xff, 0x84, 0x45, 0x28, 0xff, 0x83, 0x45, 0x28, 0xff, 0x83, 0x45, 0x28, 0xff, 0x80, 0x41, 0x27, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x7e, 0x3f, 0x27, 0xff, 0x7d, 0x41, 0x26, 0xff, 0x7e, 0x42, 0x27, 0xff, 0x72, 0x37, 0x1b, 0xff, 0x73, 0x35, 0x18, 0xff, - 0x6c, 0x31, 0x17, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x6e, 0x32, 0x16, 0xff, 0x6d, 0x30, 0x17, 0xff, 0x70, 0x32, 0x16, 0xff, 0x70, 0x33, 0x17, 0xff, 0x71, 0x33, 0x17, 0xff, 0x74, 0x34, 0x17, 0xff, 0x74, 0x37, 0x18, 0xff, 0x79, 0x39, 0x1a, 0xff, 0x7a, 0x3b, 0x1d, 0xff, 0x7b, 0x3c, 0x1d, 0xff, 0x7e, 0x3e, 0x20, 0xff, 0x81, 0x3f, 0x21, 0xff, 0x83, 0x43, 0x23, 0xff, 0x86, 0x45, 0x25, 0xff, 0x88, 0x46, 0x25, 0xff, 0x8c, 0x48, 0x26, 0xff, 0x8d, 0x4b, 0x27, 0xff, 0x90, 0x4f, 0x29, 0xff, 0x94, 0x50, 0x2a, 0xff, 0x95, 0x52, 0x2b, 0xff, 0x9b, 0x56, 0x2e, 0xff, 0x9f, 0x5c, 0x2f, 0xff, 0xa4, 0x60, 0x32, 0xff, 0xa7, 0x63, 0x34, 0xff, 0xac, 0x67, 0x35, 0xff, 0xb3, 0x6e, 0x3b, 0xff, 0xba, 0x74, 0x3f, 0xff, 0xc0, 0x7c, 0x42, 0xff, 0xc6, 0x80, 0x45, 0xff, 0xcb, 0x85, 0x49, 0xff, 0xcd, 0x87, 0x4c, 0xff, 0xd0, 0x89, 0x4f, 0xff, 0xd8, 0x92, 0x51, 0xff, 0xc8, 0x89, 0x4b, 0xff, 0xcc, 0x8e, 0x52, 0xff, 0xd2, 0x94, 0x56, 0xff, 0xdb, 0x9b, 0x5c, 0xff, 0xe4, 0x9f, 0x60, 0xff, 0xee, 0xa4, 0x62, 0xff, 0xf4, 0xa7, 0x64, 0xff, 0xf2, 0xa7, 0x62, 0xff, 0xf1, 0xaf, 0x6d, 0xff, 0xf3, 0xb8, 0x78, 0xff, 0xf2, 0xaf, 0x72, 0xff, 0xf5, 0xaf, 0x70, 0xff, 0xf1, 0xb2, 0x76, 0xff, 0xef, 0xb0, 0x7a, 0xff, 0xed, 0xb0, 0x80, 0xff, 0xec, 0xb0, 0x86, 0xff, 0xed, 0xb0, 0x8a, 0xff, 0xf1, 0xb1, 0x8c, 0xff, 0xf3, 0xb5, 0x88, 0xff, 0xf6, 0xbb, 0x87, 0xff, 0xf5, 0xc3, 0x87, 0xff, 0xf5, 0xd1, 0x8b, 0xff, 0xf3, 0xe5, 0x90, 0xff, 0xe7, 0xef, 0x96, 0xff, 0xea, 0xed, 0x9b, 0xff, 0xec, 0xef, 0xa6, 0xff, 0xef, 0xed, 0xb5, 0xff, 0xf4, 0xef, 0xc6, 0xff, 0xf3, 0xee, 0xd9, 0xff, 0xf5, 0xef, 0xde, 0xff, 0xf4, 0xed, 0xd8, 0xff, 0xf3, 0xef, 0xd0, 0xff, 0xf2, 0xee, 0xc3, 0xff, 0xee, 0xed, 0xb1, 0xff, 0xeb, 0xef, 0xa7, 0xff, 0xe9, 0xed, 0x9c, 0xff, 0xf2, 0xe1, 0x8e, 0xff, 0xf0, 0xc8, 0x7f, 0xff, 0xec, 0xb6, 0x76, 0xff, 0xec, 0xad, 0x6c, 0xff, 0xea, 0xa7, 0x62, 0xff, 0xdb, 0x9d, 0x55, 0xff, 0xc5, 0x8b, 0x45, 0xff, 0xc1, 0x86, 0x3b, 0xff, 0xbe, 0x80, 0x34, 0xff, 0xb9, 0x7f, 0x32, 0xff, 0xb8, 0x7d, 0x2f, 0xff, 0xb7, 0x78, 0x2d, 0xff, 0xb5, 0x78, 0x2d, 0xff, 0xb2, 0x75, 0x2c, 0xff, 0xae, 0x70, 0x2b, 0xff, 0xa9, 0x6b, 0x2a, 0xff, 0xaa, 0x6d, 0x29, 0xff, 0xa6, 0x68, 0x28, 0xff, 0x94, 0x57, 0x29, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x89, 0x4d, 0x2b, 0xff, 0x8a, 0x4f, 0x2d, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2d, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x93, 0x56, 0x31, 0xff, 0x94, 0x58, 0x33, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x99, 0x5c, 0x34, 0xff, 0x9b, 0x5d, 0x34, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa4, 0x6f, 0x3e, 0xff, 0xa5, 0x70, 0x40, 0xff, 0xa7, 0x73, 0x41, 0xff, 0xaa, 0x74, 0x42, 0xff, 0xab, 0x76, 0x42, 0xff, 0xac, 0x76, 0x40, 0xff, 0xac, 0x75, 0x41, 0xff, 0xa0, 0x65, 0x37, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x9c, 0x5d, 0x32, 0xff, 0x9c, 0x5e, 0x31, 0xff, 0x9d, 0x62, 0x32, 0xff, 0xa0, 0x65, 0x35, 0xff, 0xa3, 0x67, 0x38, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa7, 0x6b, 0x3b, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xa9, 0x6d, 0x3d, 0xff, 0xab, 0x70, 0x3d, 0xff, 0xaf, 0x72, 0x3e, 0xff, 0xb1, 0x74, 0x3f, 0xff, 0xb2, 0x77, 0x42, 0xff, 0xb5, 0x7b, 0x44, 0xff, 0xb8, 0x7e, 0x47, 0xff, 0xb9, 0x82, 0x4b, 0xff, 0xba, 0x86, 0x50, 0xff, 0xbd, 0x8a, 0x54, 0xff, 0xbf, 0x8c, 0x55, 0xff, 0xc3, 0x91, 0x58, 0xff, 0xc9, 0x94, 0x5c, 0xff, 0xd1, 0x96, 0x5f, 0xff, 0xd9, 0x9a, 0x62, 0xff, 0xe4, 0x9f, 0x66, 0xff, 0xee, 0xa6, 0x6a, 0xff, 0xf3, 0xac, 0x6c, 0xff, 0xf4, 0xae, 0x6d, 0xff, 0xf2, 0xb2, 0x6e, 0xff, 0xf4, 0xb5, 0x6f, 0xff, 0xf4, 0xc2, 0x76, 0xff, 0xf5, 0xce, 0x7c, 0xff, 0xf6, 0xe0, 0x83, 0xff, 0xec, 0xee, 0x8e, 0xff, 0xe9, 0xef, 0x9c, 0xff, 0xee, 0xee, 0xac, 0xff, 0xf0, 0xee, 0xb9, 0xff, 0xf3, 0xee, 0xc7, 0xff, 0xf4, 0xee, 0xd4, 0xff, 0xf5, 0xef, 0xda, 0xff, 0xf4, 0xed, 0xd9, 0xff, 0xf5, 0xee, 0xd3, 0xff, 0xf5, 0xef, 0xc7, 0xff, 0xef, 0xef, 0xb7, 0xff, 0xec, 0xee, 0xad, 0xff, 0xe8, 0xed, 0xa3, 0xff, 0xeb, 0xee, 0x97, 0xff, 0xf3, 0xe6, 0x8e, 0xff, 0xf4, 0xd8, 0x85, 0xff, 0xf5, 0xd3, 0x81, 0xff, 0xf4, 0xca, 0x7d, 0xff, 0xf5, 0xc2, 0x7a, 0xff, 0xf6, 0xbd, 0x79, 0xff, 0xf6, 0xbf, 0x7b, 0xff, 0xf6, 0xc0, 0x79, 0xff, 0xf5, 0xbe, 0x7a, 0xff, 0xf4, 0xb9, 0x7a, 0xff, 0xf5, 0xb5, 0x75, 0xff, 0xf5, 0xb1, 0x73, 0xff, 0xf5, 0xae, 0x70, 0xff, 0xf5, 0xaa, 0x6d, 0xff, 0xf3, 0xa9, 0x6c, 0xff, 0xf2, 0xa8, 0x6c, 0xff, 0xf3, 0xa3, 0x65, 0xff, 0xf1, 0xa8, 0x64, 0xff, 0xf2, 0xab, 0x6a, 0xff, 0xf4, 0xb0, 0x6b, 0xff, 0xf4, 0xaf, 0x68, 0xff, 0xf2, 0xab, 0x6a, 0xff, 0xf4, 0xa8, 0x67, 0xff, 0xf5, 0xa6, 0x66, 0xff, 0xf2, 0xa6, 0x63, 0xff, 0xf5, 0xa3, 0x60, 0xff, 0xf5, 0xa3, 0x60, 0xff, 0xf5, 0xa1, 0x5e, 0xff, 0xfa, 0xa1, 0x62, 0xff, 0xbb, 0x7a, 0x4a, 0xff, 0xb0, 0x72, 0x44, 0xff, 0xae, 0x6e, 0x42, 0xff, 0xa8, 0x67, 0x3d, 0xff, 0xa1, 0x61, 0x39, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x9b, 0x59, 0x34, 0xff, 0x99, 0x58, 0x32, 0xff, 0x97, 0x56, 0x31, 0xff, 0x97, 0x56, 0x30, 0xff, 0x98, 0x57, 0x30, 0xff, 0x99, 0x57, 0x33, 0xff, 0x95, 0x55, 0x30, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4b, 0x2b, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x8d, 0x4e, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x88, 0x48, 0x29, 0xff, 0x87, 0x47, 0x29, 0xff, 0x87, 0x47, 0x28, 0xff, 0x87, 0x48, 0x29, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x8a, 0x49, 0x2c, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x82, 0x45, 0x29, 0xff, 0x80, 0x41, 0x27, 0xff, 0x80, 0x41, 0x27, 0xff, 0x7f, 0x41, 0x27, 0xff, 0x7c, 0x3e, 0x23, 0xff, 0x6f, 0x34, 0x15, 0xff, 0x6e, 0x33, 0x16, 0xff, 0x6e, 0x33, 0x17, 0xff, - 0x6a, 0x30, 0x13, 0xff, 0x6b, 0x31, 0x11, 0xff, 0x6b, 0x30, 0x16, 0xff, 0x6c, 0x30, 0x16, 0xff, 0x6b, 0x2f, 0x15, 0xff, 0x6c, 0x30, 0x14, 0xff, 0x6d, 0x30, 0x14, 0xff, 0x6e, 0x31, 0x11, 0xff, 0x6d, 0x30, 0x12, 0xff, 0x6f, 0x30, 0x13, 0xff, 0x78, 0x39, 0x1e, 0xff, 0x7f, 0x40, 0x1f, 0xff, 0x84, 0x44, 0x24, 0xff, 0x88, 0x47, 0x27, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x90, 0x4e, 0x2c, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x94, 0x54, 0x30, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x97, 0x56, 0x30, 0xff, 0x9a, 0x56, 0x2f, 0xff, 0x9d, 0x5a, 0x2f, 0xff, 0x9a, 0x56, 0x2c, 0xff, 0x9b, 0x55, 0x2c, 0xff, 0x9b, 0x56, 0x2c, 0xff, 0xa3, 0x5e, 0x2f, 0xff, 0xaa, 0x66, 0x35, 0xff, 0xb3, 0x6f, 0x3a, 0xff, 0xb9, 0x72, 0x3d, 0xff, 0xbf, 0x79, 0x41, 0xff, 0xc2, 0x7d, 0x43, 0xff, 0xc7, 0x81, 0x46, 0xff, 0xce, 0x87, 0x4a, 0xff, 0xd1, 0x8a, 0x4e, 0xff, 0xd4, 0x91, 0x52, 0xff, 0xd2, 0x90, 0x50, 0xff, 0xd2, 0x8e, 0x50, 0xff, 0xd4, 0x92, 0x52, 0xff, 0xd5, 0x94, 0x56, 0xff, 0xde, 0x9d, 0x5b, 0xff, 0xe9, 0xa2, 0x5f, 0xff, 0xf2, 0xa7, 0x62, 0xff, 0xf4, 0xac, 0x68, 0xff, 0xf3, 0xb0, 0x6b, 0xff, 0xf6, 0xb6, 0x71, 0xff, 0xf3, 0xb7, 0x75, 0xff, 0xf3, 0xac, 0x6f, 0xff, 0xf5, 0xb4, 0x73, 0xff, 0xf3, 0xb4, 0x7a, 0xff, 0xf4, 0xb4, 0x7c, 0xff, 0xf1, 0xb2, 0x81, 0xff, 0xf1, 0xb3, 0x84, 0xff, 0xf2, 0xb3, 0x89, 0xff, 0xf5, 0xb5, 0x8b, 0xff, 0xf6, 0xba, 0x8b, 0xff, 0xf4, 0xbf, 0x89, 0xff, 0xf6, 0xcd, 0x8a, 0xff, 0xf4, 0xe1, 0x8b, 0xff, 0xeb, 0xef, 0x93, 0xff, 0xe6, 0xeb, 0x9c, 0xff, 0xec, 0xee, 0xa8, 0xff, 0xf0, 0xee, 0xb8, 0xff, 0xf4, 0xee, 0xd0, 0xff, 0xf6, 0xee, 0xe5, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe2, 0xff, 0xf5, 0xef, 0xd4, 0xff, 0xf2, 0xee, 0xc5, 0xff, 0xed, 0xed, 0xb6, 0xff, 0xee, 0xec, 0x9d, 0xff, 0xee, 0xdd, 0x87, 0xff, 0xef, 0xc8, 0x7c, 0xff, 0xee, 0xb4, 0x6c, 0xff, 0xee, 0xab, 0x5f, 0xff, 0xe2, 0x9d, 0x53, 0xff, 0xcf, 0x8e, 0x42, 0xff, 0xc5, 0x85, 0x34, 0xff, 0xc3, 0x84, 0x31, 0xff, 0xbf, 0x80, 0x31, 0xff, 0xbd, 0x7c, 0x30, 0xff, 0xbb, 0x7c, 0x30, 0xff, 0xb9, 0x7b, 0x2f, 0xff, 0xb6, 0x79, 0x2e, 0xff, 0xb2, 0x73, 0x2b, 0xff, 0xb1, 0x73, 0x2a, 0xff, 0xad, 0x70, 0x2b, 0xff, 0x9b, 0x5c, 0x2a, 0xff, 0x8b, 0x4d, 0x28, 0xff, 0x8d, 0x4f, 0x2a, 0xff, 0x8c, 0x51, 0x2c, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8c, 0x50, 0x2c, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8d, 0x51, 0x2e, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x93, 0x55, 0x31, 0xff, 0x95, 0x57, 0x33, 0xff, 0x97, 0x59, 0x33, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x9f, 0x68, 0x3a, 0xff, 0xa3, 0x6e, 0x3d, 0xff, 0xa4, 0x6e, 0x3e, 0xff, 0xa6, 0x70, 0x40, 0xff, 0xa7, 0x71, 0x41, 0xff, 0xab, 0x74, 0x41, 0xff, 0xa8, 0x71, 0x3f, 0xff, 0x9c, 0x62, 0x36, 0xff, 0x95, 0x59, 0x31, 0xff, 0x99, 0x5c, 0x33, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x9c, 0x60, 0x34, 0xff, 0x9e, 0x62, 0x33, 0xff, 0xa2, 0x66, 0x36, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa4, 0x6a, 0x3b, 0xff, 0xa7, 0x6d, 0x3c, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xad, 0x70, 0x3e, 0xff, 0xae, 0x72, 0x40, 0xff, 0xaf, 0x72, 0x40, 0xff, 0xb2, 0x76, 0x41, 0xff, 0xb5, 0x79, 0x43, 0xff, 0xb6, 0x7c, 0x47, 0xff, 0xb8, 0x7f, 0x4b, 0xff, 0xbb, 0x83, 0x4d, 0xff, 0xbe, 0x88, 0x51, 0xff, 0xc1, 0x8c, 0x55, 0xff, 0xc4, 0x8e, 0x57, 0xff, 0xc5, 0x90, 0x58, 0xff, 0xcc, 0x94, 0x5c, 0xff, 0xd7, 0x9a, 0x62, 0xff, 0xe2, 0x9e, 0x63, 0xff, 0xee, 0xa3, 0x67, 0xff, 0xf3, 0xa9, 0x6b, 0xff, 0xf3, 0xac, 0x6a, 0xff, 0xf4, 0xb0, 0x6d, 0xff, 0xf4, 0xb8, 0x72, 0xff, 0xf4, 0xc7, 0x7b, 0xff, 0xf4, 0xe2, 0x86, 0xff, 0xe9, 0xed, 0x91, 0xff, 0xe7, 0xed, 0x9d, 0xff, 0xed, 0xef, 0xab, 0xff, 0xf1, 0xef, 0xbb, 0xff, 0xf4, 0xef, 0xcf, 0xff, 0xf5, 0xee, 0xe0, 0xff, 0xf6, 0xee, 0xe7, 0xff, 0xf6, 0xef, 0xe7, 0xff, 0xf6, 0xee, 0xe8, 0xff, 0xf6, 0xef, 0xe4, 0xff, 0xf3, 0xee, 0xd2, 0xff, 0xf0, 0xed, 0xbf, 0xff, 0xec, 0xed, 0xb2, 0xff, 0xe9, 0xef, 0xa5, 0xff, 0xec, 0xee, 0x9a, 0xff, 0xf1, 0xeb, 0x90, 0xff, 0xf4, 0xe0, 0x8a, 0xff, 0xf5, 0xd8, 0x85, 0xff, 0xf4, 0xd0, 0x81, 0xff, 0xf6, 0xc8, 0x7e, 0xff, 0xf3, 0xc2, 0x7b, 0xff, 0xf3, 0xc4, 0x7a, 0xff, 0xf5, 0xc0, 0x7b, 0xff, 0xf5, 0xbd, 0x7b, 0xff, 0xf6, 0xba, 0x7b, 0xff, 0xf3, 0xb4, 0x75, 0xff, 0xf3, 0xb0, 0x72, 0xff, 0xf5, 0xad, 0x71, 0xff, 0xf4, 0xac, 0x70, 0xff, 0xf4, 0xab, 0x6f, 0xff, 0xf5, 0xae, 0x6d, 0xff, 0xf4, 0xad, 0x69, 0xff, 0xf5, 0xac, 0x6a, 0xff, 0xf4, 0xab, 0x69, 0xff, 0xf3, 0xab, 0x68, 0xff, 0xf5, 0xaa, 0x66, 0xff, 0xf4, 0xa9, 0x66, 0xff, 0xf4, 0xa7, 0x65, 0xff, 0xf5, 0xa4, 0x65, 0xff, 0xf3, 0xa2, 0x63, 0xff, 0xf4, 0xa2, 0x61, 0xff, 0xf5, 0x9f, 0x5f, 0xff, 0xf4, 0x9e, 0x62, 0xff, 0xb8, 0x76, 0x46, 0xff, 0xb3, 0x72, 0x43, 0xff, 0xb2, 0x72, 0x43, 0xff, 0xad, 0x6d, 0x41, 0xff, 0xa2, 0x62, 0x39, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0x9e, 0x5f, 0x36, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9a, 0x5c, 0x31, 0xff, 0x98, 0x58, 0x30, 0xff, 0x97, 0x56, 0x30, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x91, 0x52, 0x2c, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x92, 0x54, 0x30, 0xff, 0x91, 0x54, 0x31, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x89, 0x49, 0x2b, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x86, 0x48, 0x29, 0xff, 0x84, 0x46, 0x29, 0xff, 0x81, 0x42, 0x28, 0xff, 0x82, 0x44, 0x29, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x76, 0x3a, 0x20, 0xff, 0x6f, 0x32, 0x15, 0xff, 0x6c, 0x31, 0x17, 0xff, 0x6b, 0x31, 0x16, 0xff, 0x6b, 0x31, 0x13, 0xff, - 0x67, 0x2d, 0x12, 0xff, 0x68, 0x2f, 0x11, 0xff, 0x67, 0x2c, 0x0f, 0xff, 0x62, 0x29, 0x0d, 0xff, 0x6a, 0x2d, 0x10, 0xff, 0x70, 0x35, 0x1a, 0xff, 0x79, 0x3a, 0x21, 0xff, 0x84, 0x47, 0x27, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x95, 0x57, 0x34, 0xff, 0x97, 0x58, 0x35, 0xff, 0x99, 0x59, 0x34, 0xff, 0x9b, 0x5a, 0x36, 0xff, 0x9c, 0x5b, 0x36, 0xff, 0xa0, 0x5f, 0x38, 0xff, 0xa2, 0x62, 0x39, 0xff, 0xa3, 0x63, 0x3b, 0xff, 0xa6, 0x66, 0x3d, 0xff, 0xa6, 0x65, 0x3d, 0xff, 0xa9, 0x68, 0x3e, 0xff, 0xa9, 0x69, 0x3f, 0xff, 0xad, 0x6d, 0x41, 0xff, 0xb1, 0x70, 0x43, 0xff, 0xb8, 0x76, 0x49, 0xff, 0xba, 0x78, 0x4a, 0xff, 0xb8, 0x74, 0x45, 0xff, 0xb8, 0x73, 0x43, 0xff, 0xb6, 0x74, 0x40, 0xff, 0xb8, 0x77, 0x41, 0xff, 0xb8, 0x75, 0x40, 0xff, 0xbe, 0x7a, 0x41, 0xff, 0xc6, 0x7f, 0x45, 0xff, 0xc8, 0x80, 0x46, 0xff, 0xcf, 0x86, 0x49, 0xff, 0xd2, 0x8f, 0x50, 0xff, 0xd4, 0x93, 0x52, 0xff, 0xd6, 0x92, 0x54, 0xff, 0xdd, 0x98, 0x57, 0xff, 0xe2, 0x9b, 0x5a, 0xff, 0xe0, 0x9c, 0x58, 0xff, 0xe3, 0x9f, 0x5d, 0xff, 0xef, 0xa5, 0x60, 0xff, 0xf5, 0xab, 0x66, 0xff, 0xf5, 0xb3, 0x6c, 0xff, 0xf3, 0xba, 0x72, 0xff, 0xf1, 0xba, 0x75, 0xff, 0xf2, 0xb9, 0x78, 0xff, 0xf2, 0xb2, 0x75, 0xff, 0xf4, 0xb8, 0x7a, 0xff, 0xf5, 0xb9, 0x7a, 0xff, 0xf6, 0xb7, 0x7d, 0xff, 0xf5, 0xb6, 0x80, 0xff, 0xf5, 0xb7, 0x83, 0xff, 0xf6, 0xb9, 0x87, 0xff, 0xf6, 0xbc, 0x89, 0xff, 0xf6, 0xbf, 0x8c, 0xff, 0xf5, 0xc9, 0x8b, 0xff, 0xf3, 0xdc, 0x8b, 0xff, 0xf0, 0xe6, 0x8c, 0xff, 0xe9, 0xec, 0x97, 0xff, 0xe9, 0xed, 0xa3, 0xff, 0xf0, 0xed, 0xb2, 0xff, 0xf2, 0xee, 0xc4, 0xff, 0xf4, 0xee, 0xdd, 0xff, 0xf6, 0xef, 0xe9, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xee, 0xe2, 0xff, 0xf2, 0xed, 0xcd, 0xff, 0xec, 0xee, 0xab, 0xff, 0xea, 0xe5, 0x89, 0xff, 0xed, 0xcf, 0x76, 0xff, 0xf0, 0xbb, 0x65, 0xff, 0xef, 0xb5, 0x5c, 0xff, 0xe6, 0xa2, 0x50, 0xff, 0xd8, 0x92, 0x3e, 0xff, 0xd1, 0x8d, 0x39, 0xff, 0xcb, 0x8a, 0x38, 0xff, 0xc5, 0x86, 0x35, 0xff, 0xc2, 0x82, 0x33, 0xff, 0xbf, 0x7f, 0x30, 0xff, 0xbc, 0x7b, 0x2f, 0xff, 0xb7, 0x79, 0x2e, 0xff, 0xb5, 0x78, 0x2d, 0xff, 0xb3, 0x73, 0x2b, 0xff, 0xa4, 0x63, 0x2a, 0xff, 0x90, 0x51, 0x2a, 0xff, 0x8f, 0x50, 0x2b, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x92, 0x55, 0x30, 0xff, 0x94, 0x57, 0x32, 0xff, 0x95, 0x58, 0x34, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x9c, 0x62, 0x37, 0xff, 0xa1, 0x6b, 0x3c, 0xff, 0xa2, 0x6c, 0x3e, 0xff, 0xa3, 0x6d, 0x3e, 0xff, 0xa5, 0x6f, 0x3d, 0xff, 0xa9, 0x71, 0x40, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0x97, 0x5d, 0x32, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x94, 0x58, 0x31, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x99, 0x5c, 0x31, 0xff, 0x9b, 0x5e, 0x32, 0xff, 0x9b, 0x5e, 0x33, 0xff, 0x9c, 0x60, 0x33, 0xff, 0x9f, 0x63, 0x33, 0xff, 0xa1, 0x65, 0x35, 0xff, 0xa3, 0x69, 0x39, 0xff, 0xa5, 0x6b, 0x3a, 0xff, 0xa7, 0x6e, 0x3c, 0xff, 0xa9, 0x6e, 0x3c, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xab, 0x71, 0x40, 0xff, 0xae, 0x71, 0x41, 0xff, 0xb0, 0x75, 0x41, 0xff, 0xb2, 0x78, 0x41, 0xff, 0xb5, 0x78, 0x44, 0xff, 0xb7, 0x7a, 0x47, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xba, 0x7f, 0x4b, 0xff, 0xbc, 0x83, 0x4c, 0xff, 0xbf, 0x86, 0x4f, 0xff, 0xc4, 0x8c, 0x55, 0xff, 0xca, 0x91, 0x59, 0xff, 0xd4, 0x95, 0x5c, 0xff, 0xe0, 0x9a, 0x5f, 0xff, 0xed, 0xa1, 0x63, 0xff, 0xf3, 0xa6, 0x68, 0xff, 0xf2, 0xad, 0x6c, 0xff, 0xf3, 0xb7, 0x73, 0xff, 0xf5, 0xc7, 0x79, 0xff, 0xf7, 0xdd, 0x85, 0xff, 0xf0, 0xed, 0x90, 0xff, 0xe9, 0xef, 0x9a, 0xff, 0xeb, 0xed, 0xa7, 0xff, 0xee, 0xee, 0xb6, 0xff, 0xf4, 0xed, 0xcc, 0xff, 0xf6, 0xee, 0xe1, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf5, 0xef, 0xe7, 0xff, 0xf4, 0xef, 0xd4, 0xff, 0xf2, 0xef, 0xbf, 0xff, 0xed, 0xee, 0xb1, 0xff, 0xeb, 0xef, 0xa7, 0xff, 0xe8, 0xee, 0x9c, 0xff, 0xee, 0xeb, 0x93, 0xff, 0xf3, 0xe5, 0x8c, 0xff, 0xf6, 0xdb, 0x85, 0xff, 0xf5, 0xd4, 0x82, 0xff, 0xf3, 0xc9, 0x81, 0xff, 0xf5, 0xc2, 0x7d, 0xff, 0xf4, 0xc2, 0x7b, 0xff, 0xf3, 0xc4, 0x7c, 0xff, 0xf3, 0xc3, 0x7c, 0xff, 0xf3, 0xce, 0x80, 0xff, 0xf4, 0xcd, 0x7f, 0xff, 0xf3, 0xc1, 0x7a, 0xff, 0xf2, 0xb3, 0x75, 0xff, 0xf4, 0xb1, 0x72, 0xff, 0xf5, 0xad, 0x70, 0xff, 0xf3, 0xaa, 0x6d, 0xff, 0xf5, 0xab, 0x69, 0xff, 0xf4, 0xa8, 0x67, 0xff, 0xf4, 0xaa, 0x65, 0xff, 0xf4, 0xa7, 0x64, 0xff, 0xf5, 0xa7, 0x65, 0xff, 0xf4, 0xa8, 0x65, 0xff, 0xf5, 0xa6, 0x65, 0xff, 0xf4, 0xa2, 0x64, 0xff, 0xf5, 0xa2, 0x61, 0xff, 0xf9, 0xa6, 0x64, 0xff, 0xd0, 0x8c, 0x54, 0xff, 0xb5, 0x74, 0x46, 0xff, 0xb3, 0x72, 0x45, 0xff, 0xb2, 0x72, 0x45, 0xff, 0xb0, 0x72, 0x42, 0xff, 0xaa, 0x6b, 0x40, 0xff, 0xa4, 0x64, 0x3c, 0xff, 0xa2, 0x64, 0x39, 0xff, 0xa1, 0x61, 0x36, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x9a, 0x5c, 0x31, 0xff, 0x97, 0x58, 0x30, 0xff, 0x96, 0x54, 0x2f, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x92, 0x50, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x94, 0x54, 0x31, 0xff, 0x96, 0x56, 0x33, 0xff, 0x96, 0x56, 0x34, 0xff, 0x93, 0x56, 0x32, 0xff, 0x93, 0x54, 0x30, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x85, 0x48, 0x29, 0xff, 0x86, 0x47, 0x29, 0xff, 0x85, 0x47, 0x2a, 0xff, 0x85, 0x47, 0x2b, 0xff, 0x7b, 0x3f, 0x26, 0xff, 0x70, 0x35, 0x19, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x6a, 0x30, 0x16, 0xff, 0x69, 0x2f, 0x14, 0xff, 0x6a, 0x2d, 0x12, 0xff, 0x69, 0x2e, 0x12, 0xff, - 0x65, 0x2f, 0x0f, 0xff, 0x65, 0x2a, 0x0c, 0xff, 0x7a, 0x3b, 0x20, 0xff, 0x90, 0x51, 0x32, 0xff, 0x94, 0x56, 0x34, 0xff, 0x90, 0x52, 0x31, 0xff, 0x93, 0x53, 0x30, 0xff, 0x93, 0x54, 0x31, 0xff, 0x92, 0x53, 0x30, 0xff, 0x93, 0x55, 0x32, 0xff, 0x97, 0x56, 0x33, 0xff, 0x99, 0x57, 0x33, 0xff, 0x9a, 0x5a, 0x34, 0xff, 0x9b, 0x5a, 0x35, 0xff, 0x9d, 0x5c, 0x36, 0xff, 0xa0, 0x5e, 0x37, 0xff, 0xa2, 0x60, 0x39, 0xff, 0xa3, 0x62, 0x3a, 0xff, 0xa7, 0x66, 0x3c, 0xff, 0xa9, 0x68, 0x3e, 0xff, 0xae, 0x6c, 0x41, 0xff, 0xb2, 0x71, 0x44, 0xff, 0xb5, 0x72, 0x45, 0xff, 0xb6, 0x72, 0x46, 0xff, 0xb5, 0x73, 0x45, 0xff, 0xb9, 0x79, 0x49, 0xff, 0xc1, 0x7f, 0x4e, 0xff, 0xd8, 0x8d, 0x56, 0xff, 0xe1, 0x91, 0x5a, 0xff, 0xe8, 0x98, 0x61, 0xff, 0xdb, 0x91, 0x5a, 0xff, 0xc4, 0x81, 0x48, 0xff, 0xc6, 0x83, 0x47, 0xff, 0xcc, 0x85, 0x47, 0xff, 0xd0, 0x8a, 0x4b, 0xff, 0xd3, 0x8e, 0x52, 0xff, 0xd5, 0x91, 0x55, 0xff, 0xda, 0x96, 0x59, 0xff, 0xe0, 0x9b, 0x5c, 0xff, 0xe7, 0x9f, 0x5d, 0xff, 0xf3, 0xa3, 0x60, 0xff, 0xeb, 0xa2, 0x5e, 0xff, 0xf2, 0xa6, 0x60, 0xff, 0xf4, 0xb1, 0x67, 0xff, 0xf4, 0xb5, 0x70, 0xff, 0xf5, 0xc0, 0x76, 0xff, 0xf2, 0xbf, 0x77, 0xff, 0xf6, 0xbf, 0x7b, 0xff, 0xf3, 0xb5, 0x77, 0xff, 0xf5, 0xba, 0x7a, 0xff, 0xf6, 0xbc, 0x7a, 0xff, 0xf6, 0xba, 0x7b, 0xff, 0xf6, 0xba, 0x7e, 0xff, 0xf4, 0xbc, 0x81, 0xff, 0xf6, 0xc0, 0x86, 0xff, 0xf6, 0xc4, 0x89, 0xff, 0xf5, 0xc8, 0x8c, 0xff, 0xf3, 0xd1, 0x8c, 0xff, 0xf6, 0xe4, 0x8b, 0xff, 0xf0, 0xe8, 0x8b, 0xff, 0xea, 0xed, 0x95, 0xff, 0xea, 0xef, 0xa3, 0xff, 0xef, 0xed, 0xb2, 0xff, 0xf2, 0xee, 0xc7, 0xff, 0xf6, 0xee, 0xdf, 0xff, 0xf6, 0xf0, 0xea, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf5, 0xee, 0xe8, 0xff, 0xf4, 0xed, 0xe8, 0xff, 0xf6, 0xef, 0xe6, 0xff, 0xf4, 0xef, 0xd6, 0xff, 0xed, 0xed, 0xb3, 0xff, 0xe5, 0xe8, 0x89, 0xff, 0xf1, 0xdd, 0x75, 0xff, 0xf0, 0xc1, 0x61, 0xff, 0xed, 0xb1, 0x55, 0xff, 0xee, 0xa6, 0x4d, 0xff, 0xea, 0x9a, 0x43, 0xff, 0xdf, 0x91, 0x3f, 0xff, 0xd0, 0x8b, 0x37, 0xff, 0xce, 0x8f, 0x3b, 0xff, 0xc5, 0x86, 0x37, 0xff, 0xc3, 0x84, 0x33, 0xff, 0xc1, 0x81, 0x30, 0xff, 0xbd, 0x80, 0x31, 0xff, 0xba, 0x7b, 0x2f, 0xff, 0xb2, 0x72, 0x2d, 0xff, 0x9b, 0x5d, 0x2c, 0xff, 0x91, 0x52, 0x2d, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x90, 0x52, 0x30, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8d, 0x53, 0x2f, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x91, 0x53, 0x30, 0xff, 0x94, 0x55, 0x31, 0xff, 0x94, 0x56, 0x32, 0xff, 0x95, 0x58, 0x33, 0xff, 0x99, 0x60, 0x37, 0xff, 0x9f, 0x6b, 0x3c, 0xff, 0xa0, 0x6a, 0x3d, 0xff, 0xa1, 0x6a, 0x3d, 0xff, 0xa2, 0x6d, 0x3d, 0xff, 0xa5, 0x6f, 0x3f, 0xff, 0xa0, 0x6a, 0x3d, 0xff, 0x92, 0x59, 0x31, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x91, 0x55, 0x31, 0xff, 0x94, 0x58, 0x32, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x97, 0x5a, 0x30, 0xff, 0x99, 0x5b, 0x30, 0xff, 0x9a, 0x5e, 0x32, 0xff, 0x9c, 0x60, 0x33, 0xff, 0x9f, 0x62, 0x33, 0xff, 0x9f, 0x63, 0x33, 0xff, 0xa0, 0x61, 0x31, 0xff, 0xa3, 0x67, 0x36, 0xff, 0xa5, 0x6b, 0x3a, 0xff, 0xa7, 0x6d, 0x3b, 0xff, 0xa9, 0x70, 0x3f, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xad, 0x72, 0x41, 0xff, 0xaf, 0x72, 0x41, 0xff, 0xb0, 0x75, 0x42, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xac, 0x70, 0x40, 0xff, 0xb1, 0x75, 0x42, 0xff, 0xb5, 0x78, 0x43, 0xff, 0xb7, 0x7c, 0x47, 0xff, 0xb8, 0x7b, 0x47, 0xff, 0xbc, 0x80, 0x4c, 0xff, 0xbf, 0x86, 0x50, 0xff, 0xc5, 0x8a, 0x53, 0xff, 0xce, 0x90, 0x58, 0xff, 0xdb, 0x99, 0x5c, 0xff, 0xe6, 0x9e, 0x60, 0xff, 0xef, 0xa4, 0x63, 0xff, 0xf3, 0xaa, 0x67, 0xff, 0xf4, 0xb0, 0x66, 0xff, 0xf2, 0xb6, 0x69, 0xff, 0xf2, 0xcb, 0x79, 0xff, 0xf3, 0xe6, 0x8c, 0xff, 0xeb, 0xee, 0x96, 0xff, 0xe8, 0xef, 0xa1, 0xff, 0xee, 0xef, 0xb1, 0xff, 0xf1, 0xee, 0xc4, 0xff, 0xf4, 0xee, 0xdc, 0xff, 0xf6, 0xef, 0xe7, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xef, 0xe9, 0xff, 0xf6, 0xee, 0xe4, 0xff, 0xf2, 0xee, 0xd1, 0xff, 0xef, 0xef, 0xbd, 0xff, 0xec, 0xee, 0xb1, 0xff, 0xeb, 0xef, 0xa5, 0xff, 0xe7, 0xee, 0x9e, 0xff, 0xed, 0xec, 0x94, 0xff, 0xf1, 0xe9, 0x8e, 0xff, 0xf3, 0xe5, 0x8c, 0xff, 0xf4, 0xdd, 0x89, 0xff, 0xf6, 0xde, 0x8b, 0xff, 0xf5, 0xd7, 0x8c, 0xff, 0xf4, 0xd4, 0x8b, 0xff, 0xf6, 0xda, 0x87, 0xff, 0xf2, 0xd4, 0x85, 0xff, 0xf1, 0xd1, 0x81, 0xff, 0xf5, 0xc9, 0x80, 0xff, 0xf3, 0xcd, 0x80, 0xff, 0xf2, 0xb8, 0x76, 0xff, 0xf4, 0xb2, 0x72, 0xff, 0xf5, 0xac, 0x6f, 0xff, 0xf2, 0xab, 0x6d, 0xff, 0xf3, 0xaa, 0x68, 0xff, 0xf4, 0xa7, 0x66, 0xff, 0xf5, 0xa5, 0x64, 0xff, 0xf2, 0xa4, 0x64, 0xff, 0xf4, 0xa3, 0x63, 0xff, 0xf5, 0xa1, 0x62, 0xff, 0xf5, 0xa1, 0x62, 0xff, 0xf5, 0xa2, 0x63, 0xff, 0xfa, 0xa5, 0x66, 0xff, 0xbd, 0x7a, 0x47, 0xff, 0xb4, 0x77, 0x48, 0xff, 0xb4, 0x76, 0x48, 0xff, 0xb1, 0x72, 0x44, 0xff, 0xb5, 0x74, 0x47, 0xff, 0xb3, 0x73, 0x47, 0xff, 0xa9, 0x68, 0x40, 0xff, 0xa3, 0x65, 0x3d, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0xa1, 0x62, 0x38, 0xff, 0x9e, 0x5e, 0x35, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x97, 0x57, 0x2f, 0xff, 0x96, 0x54, 0x2f, 0xff, 0x96, 0x54, 0x2f, 0xff, 0x94, 0x54, 0x30, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x94, 0x53, 0x30, 0xff, 0x95, 0x54, 0x30, 0xff, 0x95, 0x54, 0x30, 0xff, 0x94, 0x53, 0x2f, 0xff, 0x93, 0x53, 0x30, 0xff, 0x93, 0x53, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x8d, 0x4d, 0x2d, 0xff, 0x8b, 0x4c, 0x2d, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x86, 0x49, 0x2a, 0xff, 0x81, 0x44, 0x28, 0xff, 0x70, 0x33, 0x17, 0xff, 0x6e, 0x34, 0x18, 0xff, 0x6d, 0x31, 0x16, 0xff, 0x69, 0x30, 0x15, 0xff, 0x67, 0x2e, 0x11, 0xff, 0x65, 0x2d, 0x10, 0xff, 0x65, 0x2d, 0x10, 0xff, 0x65, 0x2c, 0x0f, 0xff, - 0x8b, 0x4c, 0x2e, 0xff, 0x90, 0x51, 0x31, 0xff, 0x90, 0x50, 0x30, 0xff, 0x8c, 0x4c, 0x2d, 0xff, 0x8c, 0x4c, 0x2d, 0xff, 0x8c, 0x4c, 0x2d, 0xff, 0x8d, 0x4d, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8e, 0x4e, 0x2e, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x95, 0x53, 0x31, 0xff, 0x97, 0x55, 0x31, 0xff, 0x99, 0x57, 0x33, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9d, 0x5b, 0x34, 0xff, 0xa0, 0x5f, 0x36, 0xff, 0xa3, 0x62, 0x39, 0xff, 0xa6, 0x65, 0x3a, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xab, 0x69, 0x3f, 0xff, 0xaf, 0x6d, 0x41, 0xff, 0xb3, 0x72, 0x42, 0xff, 0xb9, 0x79, 0x49, 0xff, 0xc2, 0x7e, 0x4d, 0xff, 0xc6, 0x83, 0x50, 0xff, 0xcd, 0x87, 0x53, 0xff, 0xd3, 0x8a, 0x54, 0xff, 0xda, 0x8f, 0x56, 0xff, 0xe9, 0x95, 0x5c, 0xff, 0xf1, 0x9d, 0x64, 0xff, 0xe6, 0x99, 0x5f, 0xff, 0xe0, 0x95, 0x5b, 0xff, 0xda, 0x8f, 0x52, 0xff, 0xd6, 0x8f, 0x50, 0xff, 0xd5, 0x94, 0x54, 0xff, 0xd7, 0x96, 0x5c, 0xff, 0xdb, 0x98, 0x5e, 0xff, 0xe5, 0x9f, 0x5d, 0xff, 0xeb, 0xa2, 0x5e, 0xff, 0xf3, 0xa5, 0x60, 0xff, 0xf4, 0xa7, 0x61, 0xff, 0xf4, 0xaa, 0x62, 0xff, 0xf4, 0xb1, 0x69, 0xff, 0xf4, 0xb8, 0x71, 0xff, 0xf6, 0xc5, 0x79, 0xff, 0xf3, 0xc7, 0x7a, 0xff, 0xf3, 0xc0, 0x7b, 0xff, 0xf4, 0xb9, 0x79, 0xff, 0xf4, 0xbf, 0x79, 0xff, 0xf5, 0xbf, 0x7a, 0xff, 0xf6, 0xbe, 0x7a, 0xff, 0xf6, 0xbf, 0x7d, 0xff, 0xf4, 0xc0, 0x80, 0xff, 0xf5, 0xc8, 0x86, 0xff, 0xf6, 0xcc, 0x87, 0xff, 0xf6, 0xd3, 0x87, 0xff, 0xf5, 0xdb, 0x87, 0xff, 0xf2, 0xe6, 0x89, 0xff, 0xf2, 0xe5, 0x86, 0xff, 0xea, 0xe8, 0x8e, 0xff, 0xea, 0xee, 0x9d, 0xff, 0xee, 0xef, 0xae, 0xff, 0xf3, 0xf0, 0xc1, 0xff, 0xf6, 0xef, 0xdc, 0xff, 0xf5, 0xf0, 0xe6, 0xff, 0xf6, 0xef, 0xe8, 0xff, 0xf6, 0xf0, 0xe8, 0xff, 0xf6, 0xef, 0xdf, 0xff, 0xf3, 0xef, 0xc9, 0xff, 0xeb, 0xed, 0xac, 0xff, 0xe8, 0xeb, 0x8c, 0xff, 0xf0, 0xe0, 0x73, 0xff, 0xf2, 0xcc, 0x66, 0xff, 0xf0, 0xbb, 0x5b, 0xff, 0xf3, 0xab, 0x51, 0xff, 0xf2, 0xa1, 0x4a, 0xff, 0xeb, 0x9d, 0x46, 0xff, 0xdd, 0x95, 0x3f, 0xff, 0xd1, 0x8d, 0x3c, 0xff, 0xcb, 0x8b, 0x38, 0xff, 0xc6, 0x87, 0x36, 0xff, 0xc4, 0x84, 0x34, 0xff, 0xc0, 0x81, 0x31, 0xff, 0xba, 0x7b, 0x30, 0xff, 0xa4, 0x64, 0x2e, 0xff, 0x94, 0x56, 0x2d, 0xff, 0x98, 0x5a, 0x30, 0xff, 0x96, 0x58, 0x32, 0xff, 0x94, 0x57, 0x32, 0xff, 0x94, 0x56, 0x31, 0xff, 0x93, 0x54, 0x31, 0xff, 0x92, 0x54, 0x31, 0xff, 0x90, 0x54, 0x30, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x90, 0x54, 0x30, 0xff, 0x91, 0x54, 0x30, 0xff, 0x92, 0x54, 0x31, 0xff, 0x92, 0x56, 0x33, 0xff, 0x94, 0x57, 0x33, 0xff, 0x98, 0x5e, 0x36, 0xff, 0x9c, 0x67, 0x3b, 0xff, 0x9d, 0x69, 0x3d, 0xff, 0x9d, 0x68, 0x3c, 0xff, 0x9f, 0x69, 0x3c, 0xff, 0xa2, 0x6c, 0x3e, 0xff, 0x9e, 0x68, 0x3a, 0xff, 0x92, 0x58, 0x2f, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8e, 0x54, 0x30, 0xff, 0x90, 0x54, 0x30, 0xff, 0x93, 0x56, 0x2f, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x98, 0x5a, 0x2f, 0xff, 0x99, 0x5c, 0x2f, 0xff, 0x9a, 0x5c, 0x30, 0xff, 0x9c, 0x5e, 0x33, 0xff, 0x9e, 0x61, 0x33, 0xff, 0x9f, 0x63, 0x33, 0xff, 0xa1, 0x64, 0x34, 0xff, 0xa3, 0x68, 0x36, 0xff, 0xa4, 0x6b, 0x3a, 0xff, 0xa7, 0x6d, 0x3d, 0xff, 0xa9, 0x6f, 0x3d, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xa8, 0x6c, 0x3c, 0xff, 0xa7, 0x6b, 0x3a, 0xff, 0xa9, 0x6c, 0x3c, 0xff, 0xac, 0x6f, 0x3f, 0xff, 0xae, 0x72, 0x40, 0xff, 0xb1, 0x74, 0x40, 0xff, 0xb4, 0x77, 0x43, 0xff, 0xb7, 0x7a, 0x46, 0xff, 0xb9, 0x7c, 0x48, 0xff, 0xbc, 0x80, 0x49, 0xff, 0xc1, 0x85, 0x4e, 0xff, 0xc8, 0x8a, 0x53, 0xff, 0xd0, 0x92, 0x5a, 0xff, 0xde, 0x9b, 0x5e, 0xff, 0xec, 0xa2, 0x63, 0xff, 0xf1, 0xa8, 0x67, 0xff, 0xf2, 0xae, 0x67, 0xff, 0xf3, 0xb3, 0x68, 0xff, 0xf2, 0xc0, 0x70, 0xff, 0xf2, 0xd7, 0x77, 0xff, 0xec, 0xe9, 0x83, 0xff, 0xe6, 0xec, 0x93, 0xff, 0xe8, 0xed, 0xa1, 0xff, 0xed, 0xed, 0xac, 0xff, 0xf3, 0xef, 0xbf, 0xff, 0xf4, 0xed, 0xd4, 0xff, 0xf5, 0xed, 0xe0, 0xff, 0xf6, 0xef, 0xe6, 0xff, 0xf6, 0xee, 0xe8, 0xff, 0xf5, 0xec, 0xe3, 0xff, 0xf5, 0xee, 0xe1, 0xff, 0xf4, 0xee, 0xd7, 0xff, 0xf1, 0xed, 0xc0, 0xff, 0xee, 0xed, 0xb3, 0xff, 0xeb, 0xec, 0xab, 0xff, 0xe9, 0xec, 0xa2, 0xff, 0xe8, 0xed, 0x9f, 0xff, 0xe9, 0xed, 0x9d, 0xff, 0xf2, 0xea, 0x9b, 0xff, 0xf4, 0xe1, 0x9a, 0xff, 0xf2, 0xdb, 0x97, 0xff, 0xf4, 0xd4, 0x93, 0xff, 0xf6, 0xd1, 0x91, 0xff, 0xf5, 0xd1, 0x91, 0xff, 0xf4, 0xd2, 0x8d, 0xff, 0xf5, 0xd3, 0x8a, 0xff, 0xf4, 0xd5, 0x87, 0xff, 0xf3, 0xd9, 0x83, 0xff, 0xf4, 0xd0, 0x80, 0xff, 0xf3, 0xc1, 0x7c, 0xff, 0xf2, 0xb4, 0x73, 0xff, 0xf4, 0xae, 0x70, 0xff, 0xf2, 0xab, 0x6d, 0xff, 0xf3, 0xaa, 0x67, 0xff, 0xf4, 0xa6, 0x65, 0xff, 0xf1, 0xa5, 0x65, 0xff, 0xf3, 0xa3, 0x62, 0xff, 0xf2, 0xa4, 0x62, 0xff, 0xf4, 0xa5, 0x63, 0xff, 0xf5, 0xa4, 0x61, 0xff, 0xee, 0xa4, 0x60, 0xff, 0xbf, 0x7d, 0x4c, 0xff, 0xb6, 0x76, 0x49, 0xff, 0xb5, 0x78, 0x48, 0xff, 0xb7, 0x78, 0x4a, 0xff, 0xb6, 0x78, 0x48, 0xff, 0xb5, 0x77, 0x45, 0xff, 0xb1, 0x71, 0x43, 0xff, 0xa7, 0x68, 0x3f, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa2, 0x63, 0x38, 0xff, 0xa1, 0x61, 0x35, 0xff, 0x9f, 0x5f, 0x34, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x99, 0x59, 0x31, 0xff, 0x99, 0x59, 0x31, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x97, 0x56, 0x31, 0xff, 0x96, 0x55, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x94, 0x54, 0x30, 0xff, 0x93, 0x53, 0x30, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x89, 0x49, 0x2b, 0xff, 0x85, 0x48, 0x28, 0xff, 0x7b, 0x3d, 0x20, 0xff, 0x6f, 0x34, 0x19, 0xff, 0x6c, 0x31, 0x16, 0xff, 0x6c, 0x30, 0x16, 0xff, 0x68, 0x2e, 0x14, 0xff, 0x65, 0x2c, 0x0f, 0xff, 0x66, 0x2e, 0x12, 0xff, 0x68, 0x2e, 0x12, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x82, 0x45, 0x29, 0xff, - 0x88, 0x4b, 0x2b, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x89, 0x47, 0x2b, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x8b, 0x4a, 0x2b, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x94, 0x53, 0x30, 0xff, 0x96, 0x54, 0x31, 0xff, 0x99, 0x58, 0x32, 0xff, 0x9c, 0x5a, 0x33, 0xff, 0x9f, 0x5d, 0x35, 0xff, 0xa1, 0x62, 0x36, 0xff, 0xa7, 0x64, 0x39, 0xff, 0xa9, 0x68, 0x3b, 0xff, 0xad, 0x69, 0x3f, 0xff, 0xb2, 0x71, 0x41, 0xff, 0xba, 0x77, 0x47, 0xff, 0xc0, 0x7d, 0x4b, 0xff, 0xc6, 0x81, 0x50, 0xff, 0xca, 0x86, 0x51, 0xff, 0xd3, 0x88, 0x54, 0xff, 0xdb, 0x8e, 0x57, 0xff, 0xdc, 0x8e, 0x57, 0xff, 0xd1, 0x87, 0x54, 0xff, 0xd9, 0x8f, 0x55, 0xff, 0xe3, 0x94, 0x5a, 0xff, 0xeb, 0x96, 0x5e, 0xff, 0xee, 0x98, 0x5f, 0xff, 0xea, 0x99, 0x5c, 0xff, 0xe6, 0x9c, 0x60, 0xff, 0xe0, 0x99, 0x60, 0xff, 0xde, 0x9b, 0x5f, 0xff, 0xe6, 0x9f, 0x5f, 0xff, 0xed, 0xa2, 0x5e, 0xff, 0xf5, 0xa6, 0x60, 0xff, 0xf5, 0xae, 0x66, 0xff, 0xf4, 0xaf, 0x68, 0xff, 0xf4, 0xb5, 0x6f, 0xff, 0xf4, 0xbb, 0x74, 0xff, 0xf5, 0xc8, 0x7a, 0xff, 0xf4, 0xc7, 0x7c, 0xff, 0xf2, 0xc2, 0x7d, 0xff, 0xf5, 0xc0, 0x7c, 0xff, 0xf3, 0xbf, 0x7a, 0xff, 0xf5, 0xc2, 0x79, 0xff, 0xf6, 0xc3, 0x7a, 0xff, 0xf6, 0xc3, 0x7c, 0xff, 0xf5, 0xc7, 0x81, 0xff, 0xf5, 0xce, 0x83, 0xff, 0xf6, 0xd3, 0x84, 0xff, 0xf6, 0xd7, 0x80, 0xff, 0xf6, 0xdc, 0x7e, 0xff, 0xf5, 0xe0, 0x7f, 0xff, 0xf4, 0xe0, 0x80, 0xff, 0xf0, 0xe5, 0x86, 0xff, 0xea, 0xf1, 0x97, 0xff, 0xea, 0xf0, 0xa7, 0xff, 0xed, 0xef, 0xb5, 0xff, 0xf2, 0xef, 0xc5, 0xff, 0xf3, 0xee, 0xcc, 0xff, 0xf3, 0xee, 0xcb, 0xff, 0xf0, 0xef, 0xc0, 0xff, 0xec, 0xee, 0xb1, 0xff, 0xeb, 0xee, 0xa3, 0xff, 0xea, 0xe9, 0x8b, 0xff, 0xee, 0xdf, 0x69, 0xff, 0xf0, 0xd3, 0x65, 0xff, 0xef, 0xbe, 0x5f, 0xff, 0xf2, 0xb2, 0x55, 0xff, 0xef, 0xa3, 0x4d, 0xff, 0xea, 0x99, 0x45, 0xff, 0xe2, 0x94, 0x3e, 0xff, 0xd9, 0x90, 0x3e, 0xff, 0xd4, 0x90, 0x3e, 0xff, 0xcc, 0x8a, 0x37, 0xff, 0xc9, 0x87, 0x38, 0xff, 0xc4, 0x83, 0x34, 0xff, 0xaf, 0x6f, 0x31, 0xff, 0x9a, 0x5b, 0x30, 0xff, 0x9b, 0x5c, 0x31, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x98, 0x5b, 0x34, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x94, 0x59, 0x33, 0xff, 0x94, 0x57, 0x32, 0xff, 0x93, 0x54, 0x31, 0xff, 0x92, 0x53, 0x31, 0xff, 0x91, 0x53, 0x31, 0xff, 0x91, 0x54, 0x30, 0xff, 0x91, 0x54, 0x31, 0xff, 0x92, 0x55, 0x31, 0xff, 0x92, 0x55, 0x32, 0xff, 0x93, 0x56, 0x33, 0xff, 0x96, 0x5c, 0x36, 0xff, 0x9a, 0x64, 0x39, 0xff, 0x9a, 0x65, 0x3b, 0xff, 0x9c, 0x66, 0x3b, 0xff, 0x9e, 0x68, 0x3a, 0xff, 0xa0, 0x6a, 0x3b, 0xff, 0x9d, 0x67, 0x3a, 0xff, 0x91, 0x58, 0x30, 0xff, 0x8b, 0x50, 0x2b, 0xff, 0x8c, 0x53, 0x2e, 0xff, 0x8d, 0x54, 0x2f, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x92, 0x58, 0x2e, 0xff, 0x94, 0x59, 0x2f, 0xff, 0x96, 0x5a, 0x2e, 0xff, 0x98, 0x5b, 0x2e, 0xff, 0x9a, 0x5b, 0x2f, 0xff, 0x9a, 0x5c, 0x31, 0xff, 0x9d, 0x60, 0x33, 0xff, 0x9f, 0x61, 0x34, 0xff, 0x9f, 0x61, 0x34, 0xff, 0xa1, 0x64, 0x34, 0xff, 0xa2, 0x64, 0x35, 0xff, 0xa1, 0x65, 0x37, 0xff, 0xa1, 0x65, 0x37, 0xff, 0xa2, 0x65, 0x37, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa5, 0x69, 0x3b, 0xff, 0xa9, 0x6d, 0x3c, 0xff, 0xaa, 0x6e, 0x3e, 0xff, 0xab, 0x70, 0x3e, 0xff, 0xae, 0x72, 0x3f, 0xff, 0xb2, 0x73, 0x41, 0xff, 0xb4, 0x77, 0x43, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xba, 0x7e, 0x47, 0xff, 0xbd, 0x82, 0x49, 0xff, 0xc3, 0x87, 0x4e, 0xff, 0xcd, 0x8d, 0x53, 0xff, 0xd6, 0x93, 0x59, 0xff, 0xdf, 0x98, 0x5d, 0xff, 0xed, 0xa2, 0x64, 0xff, 0xf3, 0xa9, 0x66, 0xff, 0xf3, 0xb1, 0x69, 0xff, 0xf2, 0xb7, 0x6d, 0xff, 0xf4, 0xc5, 0x72, 0xff, 0xf1, 0xdd, 0x7d, 0xff, 0xe8, 0xea, 0x88, 0xff, 0xe3, 0xed, 0x93, 0xff, 0xe9, 0xec, 0xa2, 0xff, 0xec, 0xed, 0xb1, 0xff, 0xf0, 0xed, 0xbd, 0xff, 0xf3, 0xee, 0xce, 0xff, 0xf4, 0xef, 0xdc, 0xff, 0xf4, 0xec, 0xdc, 0xff, 0xf4, 0xef, 0xde, 0xff, 0xf4, 0xef, 0xda, 0xff, 0xf4, 0xee, 0xd2, 0xff, 0xf0, 0xed, 0xc2, 0xff, 0xee, 0xed, 0xb5, 0xff, 0xec, 0xed, 0xab, 0xff, 0xe9, 0xec, 0xa6, 0xff, 0xe8, 0xeb, 0x9f, 0xff, 0xe8, 0xed, 0x9e, 0xff, 0xef, 0xec, 0x9d, 0xff, 0xf4, 0xe4, 0x9b, 0xff, 0xf3, 0xd8, 0x9b, 0xff, 0xf4, 0xd4, 0x9a, 0xff, 0xf4, 0xd0, 0x9a, 0xff, 0xf4, 0xce, 0x99, 0xff, 0xf5, 0xcc, 0x97, 0xff, 0xf4, 0xcc, 0x93, 0xff, 0xf5, 0xdc, 0x90, 0xff, 0xf4, 0xdc, 0x8d, 0xff, 0xf4, 0xd7, 0x85, 0xff, 0xf3, 0xcf, 0x81, 0xff, 0xf1, 0xc5, 0x7c, 0xff, 0xf2, 0xbb, 0x79, 0xff, 0xf1, 0xb5, 0x72, 0xff, 0xf3, 0xae, 0x6c, 0xff, 0xf4, 0xa7, 0x6a, 0xff, 0xf4, 0xa6, 0x66, 0xff, 0xf2, 0xa3, 0x65, 0xff, 0xf1, 0xa6, 0x64, 0xff, 0xf3, 0xa5, 0x63, 0xff, 0xf7, 0xa6, 0x64, 0xff, 0xde, 0x99, 0x5c, 0xff, 0xbb, 0x7b, 0x4a, 0xff, 0xb7, 0x7a, 0x4a, 0xff, 0xb8, 0x78, 0x4b, 0xff, 0xb7, 0x78, 0x49, 0xff, 0xb5, 0x78, 0x47, 0xff, 0xb4, 0x77, 0x45, 0xff, 0xb2, 0x72, 0x43, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xa7, 0x69, 0x3c, 0xff, 0xa4, 0x65, 0x39, 0xff, 0xa2, 0x62, 0x36, 0xff, 0xa0, 0x60, 0x35, 0xff, 0xa0, 0x5f, 0x34, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x9b, 0x5a, 0x34, 0xff, 0x9b, 0x5b, 0x33, 0xff, 0x99, 0x58, 0x33, 0xff, 0x98, 0x57, 0x32, 0xff, 0x98, 0x59, 0x32, 0xff, 0x97, 0x58, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x90, 0x51, 0x2e, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x83, 0x46, 0x24, 0xff, 0x80, 0x43, 0x22, 0xff, 0x75, 0x38, 0x16, 0xff, 0x70, 0x34, 0x18, 0xff, 0x6d, 0x32, 0x15, 0xff, 0x6c, 0x31, 0x12, 0xff, 0x68, 0x2d, 0x13, 0xff, 0x68, 0x2d, 0x11, 0xff, 0x76, 0x3b, 0x1e, 0xff, 0x7e, 0x42, 0x24, 0xff, 0x85, 0x45, 0x2a, 0xff, 0x8d, 0x4d, 0x2f, 0xff, 0x8a, 0x4a, 0x2b, 0xff, - 0x85, 0x46, 0x29, 0xff, 0x85, 0x45, 0x2a, 0xff, 0x84, 0x45, 0x29, 0xff, 0x83, 0x45, 0x29, 0xff, 0x84, 0x45, 0x29, 0xff, 0x84, 0x45, 0x29, 0xff, 0x86, 0x45, 0x28, 0xff, 0x87, 0x44, 0x2a, 0xff, 0x87, 0x47, 0x2a, 0xff, 0x88, 0x47, 0x2a, 0xff, 0x8b, 0x49, 0x2b, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x96, 0x53, 0x30, 0xff, 0x9a, 0x58, 0x31, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x9d, 0x5c, 0x34, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xa5, 0x64, 0x37, 0xff, 0xaa, 0x67, 0x3b, 0xff, 0xb3, 0x70, 0x42, 0xff, 0xb9, 0x78, 0x47, 0xff, 0xc4, 0x81, 0x4d, 0xff, 0xc6, 0x83, 0x50, 0xff, 0xc6, 0x82, 0x50, 0xff, 0xcb, 0x88, 0x51, 0xff, 0xd5, 0x8b, 0x56, 0xff, 0xd5, 0x8d, 0x55, 0xff, 0xcd, 0x87, 0x53, 0xff, 0xd4, 0x88, 0x53, 0xff, 0xdd, 0x8e, 0x56, 0xff, 0xe2, 0x92, 0x58, 0xff, 0xe6, 0x96, 0x59, 0xff, 0xee, 0x98, 0x5e, 0xff, 0xf4, 0x9f, 0x65, 0xff, 0xf4, 0xa4, 0x67, 0xff, 0xf0, 0xa5, 0x66, 0xff, 0xe9, 0xa3, 0x64, 0xff, 0xe9, 0xa1, 0x5b, 0xff, 0xef, 0xa5, 0x5c, 0xff, 0xf5, 0xaa, 0x61, 0xff, 0xf6, 0xaf, 0x66, 0xff, 0xf4, 0xb6, 0x6d, 0xff, 0xf5, 0xb9, 0x71, 0xff, 0xf2, 0xc5, 0x77, 0xff, 0xf6, 0xc9, 0x7b, 0xff, 0xf4, 0xc8, 0x7b, 0xff, 0xf1, 0xc5, 0x7a, 0xff, 0xf5, 0xce, 0x82, 0xff, 0xf6, 0xca, 0x7e, 0xff, 0xf3, 0xc5, 0x7d, 0xff, 0xf6, 0xc7, 0x7c, 0xff, 0xf6, 0xc9, 0x7c, 0xff, 0xf6, 0xce, 0x7b, 0xff, 0xf4, 0xce, 0x7c, 0xff, 0xf4, 0xcd, 0x7b, 0xff, 0xf3, 0xc9, 0x78, 0xff, 0xf5, 0xcc, 0x79, 0xff, 0xf6, 0xd6, 0x7c, 0xff, 0xf5, 0xdc, 0x7d, 0xff, 0xf4, 0xd3, 0x7e, 0xff, 0xf5, 0xde, 0x89, 0xff, 0xf1, 0xec, 0x96, 0xff, 0xe7, 0xef, 0x9d, 0xff, 0xe9, 0xef, 0xa3, 0xff, 0xe9, 0xef, 0xa2, 0xff, 0xe8, 0xec, 0xa0, 0xff, 0xe7, 0xec, 0x9d, 0xff, 0xe6, 0xef, 0x97, 0xff, 0xe9, 0xe8, 0x89, 0xff, 0xf1, 0xd7, 0x67, 0xff, 0xf3, 0xd0, 0x66, 0xff, 0xf2, 0xba, 0x5d, 0xff, 0xef, 0xb0, 0x56, 0xff, 0xf0, 0xa6, 0x51, 0xff, 0xea, 0x99, 0x48, 0xff, 0xe9, 0x9c, 0x47, 0xff, 0xde, 0x95, 0x40, 0xff, 0xdb, 0x92, 0x3f, 0xff, 0xd4, 0x8e, 0x39, 0xff, 0xcf, 0x8c, 0x37, 0xff, 0xc0, 0x7f, 0x35, 0xff, 0xa5, 0x66, 0x32, 0xff, 0x9f, 0x5f, 0x33, 0xff, 0x9f, 0x60, 0x35, 0xff, 0x9e, 0x5f, 0x34, 0xff, 0x9d, 0x5f, 0x37, 0xff, 0x9b, 0x5d, 0x38, 0xff, 0x9a, 0x5d, 0x36, 0xff, 0x99, 0x5b, 0x35, 0xff, 0x96, 0x59, 0x34, 0xff, 0x96, 0x59, 0x34, 0xff, 0x95, 0x57, 0x33, 0xff, 0x93, 0x56, 0x33, 0xff, 0x92, 0x55, 0x32, 0xff, 0x92, 0x54, 0x32, 0xff, 0x93, 0x56, 0x32, 0xff, 0x94, 0x58, 0x33, 0xff, 0x95, 0x5b, 0x36, 0xff, 0x97, 0x5f, 0x39, 0xff, 0x98, 0x60, 0x38, 0xff, 0x9a, 0x62, 0x36, 0xff, 0x9a, 0x63, 0x35, 0xff, 0x9c, 0x66, 0x37, 0xff, 0x9c, 0x66, 0x3a, 0xff, 0x91, 0x57, 0x33, 0xff, 0x88, 0x4c, 0x2b, 0xff, 0x8b, 0x50, 0x2c, 0xff, 0x8b, 0x51, 0x2c, 0xff, 0x8c, 0x53, 0x2e, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x90, 0x53, 0x2d, 0xff, 0x92, 0x55, 0x2e, 0xff, 0x92, 0x57, 0x2d, 0xff, 0x93, 0x57, 0x2c, 0xff, 0x95, 0x59, 0x2d, 0xff, 0x98, 0x5a, 0x2e, 0xff, 0x9a, 0x5a, 0x30, 0xff, 0x9a, 0x5c, 0x2f, 0xff, 0x9b, 0x5e, 0x30, 0xff, 0x9d, 0x61, 0x33, 0xff, 0x9e, 0x60, 0x33, 0xff, 0x9b, 0x5e, 0x31, 0xff, 0x9a, 0x5c, 0x31, 0xff, 0x9d, 0x5e, 0x33, 0xff, 0xa0, 0x63, 0x37, 0xff, 0xa1, 0x65, 0x39, 0xff, 0xa3, 0x68, 0x3a, 0xff, 0xa6, 0x6a, 0x3b, 0xff, 0xa9, 0x6e, 0x3f, 0xff, 0xaa, 0x70, 0x3f, 0xff, 0xac, 0x72, 0x40, 0xff, 0xaf, 0x75, 0x42, 0xff, 0xb3, 0x7a, 0x44, 0xff, 0xb6, 0x7c, 0x46, 0xff, 0xb7, 0x7c, 0x46, 0xff, 0xbc, 0x80, 0x4a, 0xff, 0xbe, 0x82, 0x4b, 0xff, 0xc3, 0x86, 0x4d, 0xff, 0xcd, 0x8f, 0x52, 0xff, 0xda, 0x94, 0x5a, 0xff, 0xe6, 0x9c, 0x5e, 0xff, 0xf0, 0xa0, 0x60, 0xff, 0xf4, 0xaa, 0x65, 0xff, 0xf3, 0xb2, 0x68, 0xff, 0xf2, 0xba, 0x6d, 0xff, 0xf4, 0xcd, 0x75, 0xff, 0xf1, 0xe4, 0x7f, 0xff, 0xea, 0xef, 0x8c, 0xff, 0xe8, 0xed, 0x9b, 0xff, 0xeb, 0xed, 0xa3, 0xff, 0xed, 0xf0, 0xb1, 0xff, 0xf2, 0xef, 0xbd, 0xff, 0xf3, 0xed, 0xcb, 0xff, 0xf4, 0xef, 0xd6, 0xff, 0xf4, 0xef, 0xd7, 0xff, 0xf3, 0xed, 0xd4, 0xff, 0xf2, 0xef, 0xcc, 0xff, 0xf1, 0xef, 0xc0, 0xff, 0xef, 0xee, 0xb8, 0xff, 0xed, 0xee, 0xb2, 0xff, 0xeb, 0xee, 0xa7, 0xff, 0xe9, 0xef, 0x9d, 0xff, 0xe6, 0xed, 0x9a, 0xff, 0xec, 0xee, 0x9a, 0xff, 0xf4, 0xe7, 0x9a, 0xff, 0xf6, 0xdb, 0xa0, 0xff, 0xf5, 0xd1, 0xa0, 0xff, 0xf6, 0xcd, 0x9f, 0xff, 0xf6, 0xcb, 0x9f, 0xff, 0xf5, 0xca, 0x9d, 0xff, 0xf3, 0xd1, 0x9b, 0xff, 0xf5, 0xdc, 0x9c, 0xff, 0xf4, 0xdd, 0x93, 0xff, 0xf4, 0xdb, 0x8b, 0xff, 0xf3, 0xd6, 0x86, 0xff, 0xf2, 0xca, 0x7e, 0xff, 0xf5, 0xc7, 0x7c, 0xff, 0xf3, 0xbb, 0x7b, 0xff, 0xf3, 0xc0, 0x74, 0xff, 0xed, 0xb6, 0x69, 0xff, 0xf2, 0xa8, 0x66, 0xff, 0xf4, 0xa8, 0x66, 0xff, 0xf3, 0xa5, 0x66, 0xff, 0xf2, 0xa6, 0x63, 0xff, 0xf8, 0xa8, 0x66, 0xff, 0xd1, 0x8d, 0x56, 0xff, 0xbd, 0x7b, 0x4d, 0xff, 0xba, 0x7c, 0x4c, 0xff, 0xb8, 0x7a, 0x4b, 0xff, 0xb8, 0x76, 0x4b, 0xff, 0xb6, 0x76, 0x49, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xb2, 0x72, 0x45, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xae, 0x6e, 0x41, 0xff, 0xa8, 0x68, 0x3e, 0xff, 0xa3, 0x62, 0x39, 0xff, 0xa3, 0x62, 0x39, 0xff, 0xa1, 0x62, 0x36, 0xff, 0x9e, 0x5d, 0x35, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9b, 0x5a, 0x34, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x9a, 0x59, 0x33, 0xff, 0x99, 0x59, 0x33, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x97, 0x54, 0x32, 0xff, 0x95, 0x55, 0x31, 0xff, 0x96, 0x56, 0x31, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x95, 0x54, 0x30, 0xff, 0x95, 0x53, 0x30, 0xff, 0x95, 0x54, 0x31, 0xff, 0x95, 0x56, 0x33, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x84, 0x46, 0x25, 0xff, 0x7f, 0x42, 0x1d, 0xff, 0x7e, 0x41, 0x20, 0xff, 0x76, 0x3a, 0x1b, 0xff, 0x71, 0x34, 0x1a, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x68, 0x2e, 0x11, 0xff, 0x6c, 0x31, 0x14, 0xff, 0x7e, 0x43, 0x27, 0xff, 0x85, 0x46, 0x2a, 0xff, 0x88, 0x49, 0x2c, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x87, 0x46, 0x2a, 0xff, 0x87, 0x47, 0x2a, 0xff, 0x86, 0x44, 0x2a, 0xff, - 0x81, 0x41, 0x28, 0xff, 0x82, 0x44, 0x27, 0xff, 0x81, 0x41, 0x27, 0xff, 0x83, 0x44, 0x28, 0xff, 0x81, 0x43, 0x27, 0xff, 0x81, 0x43, 0x27, 0xff, 0x82, 0x44, 0x27, 0xff, 0x82, 0x44, 0x28, 0xff, 0x83, 0x44, 0x27, 0xff, 0x85, 0x45, 0x29, 0xff, 0x87, 0x47, 0x29, 0xff, 0x8a, 0x48, 0x2a, 0xff, 0x8b, 0x4a, 0x2a, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8f, 0x4e, 0x2b, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x95, 0x52, 0x2f, 0xff, 0x98, 0x57, 0x30, 0xff, 0x9b, 0x59, 0x31, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0xa4, 0x63, 0x35, 0xff, 0xaa, 0x69, 0x3b, 0xff, 0xb2, 0x70, 0x42, 0xff, 0xba, 0x78, 0x46, 0xff, 0xc0, 0x7f, 0x49, 0xff, 0xc7, 0x82, 0x4e, 0xff, 0xcd, 0x87, 0x50, 0xff, 0xc7, 0x84, 0x51, 0xff, 0xcc, 0x88, 0x51, 0xff, 0xcf, 0x89, 0x54, 0xff, 0xcc, 0x87, 0x52, 0xff, 0xd2, 0x87, 0x55, 0xff, 0xdb, 0x8d, 0x56, 0xff, 0xe2, 0x92, 0x58, 0xff, 0xe7, 0x92, 0x58, 0xff, 0xec, 0x94, 0x5d, 0xff, 0xee, 0x99, 0x60, 0xff, 0xf4, 0xa2, 0x65, 0xff, 0xf4, 0xa6, 0x6a, 0xff, 0xf6, 0xaa, 0x6c, 0xff, 0xf4, 0xaa, 0x6a, 0xff, 0xee, 0xa6, 0x61, 0xff, 0xf2, 0xa7, 0x5f, 0xff, 0xf4, 0xae, 0x63, 0xff, 0xf4, 0xb3, 0x68, 0xff, 0xf5, 0xbe, 0x71, 0xff, 0xf2, 0xc4, 0x77, 0xff, 0xf5, 0xc6, 0x79, 0xff, 0xf5, 0xcc, 0x7b, 0xff, 0xf2, 0xc9, 0x7d, 0xff, 0xf5, 0xd1, 0x81, 0xff, 0xf6, 0xe2, 0x89, 0xff, 0xf4, 0xdb, 0x84, 0xff, 0xf6, 0xd3, 0x7e, 0xff, 0xf5, 0xc9, 0x7b, 0xff, 0xf4, 0xc5, 0x76, 0xff, 0xf2, 0xc2, 0x74, 0xff, 0xf5, 0xc3, 0x70, 0xff, 0xf5, 0xc3, 0x70, 0xff, 0xf6, 0xc4, 0x72, 0xff, 0xf4, 0xc4, 0x75, 0xff, 0xf4, 0xca, 0x78, 0xff, 0xf4, 0xc6, 0x78, 0xff, 0xf2, 0xba, 0x76, 0xff, 0xf3, 0xd1, 0x7a, 0xff, 0xf3, 0xde, 0x7b, 0xff, 0xf1, 0xe8, 0x80, 0xff, 0xef, 0xec, 0x85, 0xff, 0xe6, 0xea, 0x87, 0xff, 0xe9, 0xed, 0x86, 0xff, 0xed, 0xec, 0x86, 0xff, 0xf4, 0xe5, 0x7b, 0xff, 0xef, 0xd3, 0x67, 0xff, 0xee, 0xbf, 0x5d, 0xff, 0xf2, 0xbc, 0x5c, 0xff, 0xf0, 0xb2, 0x57, 0xff, 0xf4, 0xa9, 0x4f, 0xff, 0xf4, 0xa4, 0x4b, 0xff, 0xed, 0x98, 0x44, 0xff, 0xe5, 0x97, 0x41, 0xff, 0xdf, 0x94, 0x3f, 0xff, 0xdc, 0x92, 0x3c, 0xff, 0xd3, 0x8a, 0x38, 0xff, 0xb9, 0x76, 0x38, 0xff, 0xa4, 0x64, 0x34, 0xff, 0xa4, 0x65, 0x37, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa1, 0x64, 0x3a, 0xff, 0x9f, 0x63, 0x3a, 0xff, 0x9e, 0x60, 0x39, 0xff, 0x9d, 0x60, 0x38, 0xff, 0x9c, 0x5e, 0x37, 0xff, 0x9b, 0x5c, 0x36, 0xff, 0x98, 0x5b, 0x35, 0xff, 0x97, 0x5a, 0x35, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x96, 0x59, 0x34, 0xff, 0x96, 0x58, 0x34, 0xff, 0x96, 0x57, 0x34, 0xff, 0x95, 0x5a, 0x36, 0xff, 0x95, 0x5e, 0x39, 0xff, 0x96, 0x60, 0x36, 0xff, 0x96, 0x60, 0x34, 0xff, 0x98, 0x5f, 0x33, 0xff, 0x9a, 0x60, 0x33, 0xff, 0x9a, 0x63, 0x36, 0xff, 0x8d, 0x53, 0x30, 0xff, 0x82, 0x46, 0x27, 0xff, 0x87, 0x4d, 0x2a, 0xff, 0x87, 0x4d, 0x2a, 0xff, 0x88, 0x4e, 0x29, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x91, 0x53, 0x2a, 0xff, 0x92, 0x55, 0x2b, 0xff, 0x92, 0x57, 0x2b, 0xff, 0x93, 0x58, 0x2c, 0xff, 0x96, 0x59, 0x2e, 0xff, 0x98, 0x5c, 0x30, 0xff, 0x99, 0x5d, 0x31, 0xff, 0x97, 0x5b, 0x2f, 0xff, 0x95, 0x58, 0x2e, 0xff, 0x97, 0x5a, 0x2f, 0xff, 0x9a, 0x5d, 0x31, 0xff, 0x9b, 0x5e, 0x33, 0xff, 0x9d, 0x5f, 0x33, 0xff, 0xa0, 0x63, 0x35, 0xff, 0xa4, 0x68, 0x38, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa8, 0x6e, 0x3e, 0xff, 0xab, 0x72, 0x40, 0xff, 0xaf, 0x74, 0x43, 0xff, 0xb0, 0x75, 0x43, 0xff, 0xb3, 0x79, 0x44, 0xff, 0xb7, 0x7d, 0x46, 0xff, 0xb8, 0x7e, 0x45, 0xff, 0xbc, 0x7f, 0x48, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xc2, 0x85, 0x4d, 0xff, 0xcc, 0x8b, 0x50, 0xff, 0xda, 0x94, 0x57, 0xff, 0xe8, 0x9b, 0x5b, 0xff, 0xf0, 0x9f, 0x5b, 0xff, 0xf2, 0xa5, 0x5f, 0xff, 0xf4, 0xb0, 0x64, 0xff, 0xf2, 0xb8, 0x6c, 0xff, 0xf5, 0xd1, 0x75, 0xff, 0xf1, 0xe7, 0x80, 0xff, 0xe8, 0xed, 0x8d, 0xff, 0xe8, 0xed, 0x9c, 0xff, 0xeb, 0xef, 0xa4, 0xff, 0xed, 0xef, 0xaf, 0xff, 0xef, 0xee, 0xb8, 0xff, 0xf2, 0xee, 0xc4, 0xff, 0xf4, 0xee, 0xc9, 0xff, 0xf4, 0xee, 0xca, 0xff, 0xf1, 0xec, 0xc3, 0xff, 0xf1, 0xed, 0xbd, 0xff, 0xef, 0xf0, 0xb5, 0xff, 0xee, 0xef, 0xaf, 0xff, 0xed, 0xee, 0xab, 0xff, 0xe9, 0xec, 0xa4, 0xff, 0xe8, 0xee, 0x99, 0xff, 0xe5, 0xee, 0x96, 0xff, 0xf1, 0xeb, 0x99, 0xff, 0xf4, 0xde, 0x9b, 0xff, 0xf5, 0xd0, 0x9f, 0xff, 0xf5, 0xcb, 0x9f, 0xff, 0xf5, 0xc9, 0x9e, 0xff, 0xf4, 0xd1, 0xa2, 0xff, 0xf6, 0xdd, 0xa6, 0xff, 0xf4, 0xde, 0x9f, 0xff, 0xf5, 0xdd, 0x9d, 0xff, 0xf5, 0xd8, 0x96, 0xff, 0xf5, 0xd6, 0x8d, 0xff, 0xf4, 0xd3, 0x85, 0xff, 0xf3, 0xcb, 0x80, 0xff, 0xf3, 0xc1, 0x7a, 0xff, 0xf1, 0xba, 0x73, 0xff, 0xf0, 0xc0, 0x75, 0xff, 0xf1, 0xc2, 0x72, 0xff, 0xee, 0xbc, 0x6d, 0xff, 0xf0, 0xb0, 0x6a, 0xff, 0xf1, 0xaa, 0x66, 0xff, 0xf9, 0xab, 0x68, 0xff, 0xcc, 0x88, 0x54, 0xff, 0xc2, 0x80, 0x50, 0xff, 0xbe, 0x7d, 0x4e, 0xff, 0xba, 0x7c, 0x4e, 0xff, 0xb8, 0x78, 0x4d, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xb6, 0x77, 0x49, 0xff, 0xb5, 0x75, 0x47, 0xff, 0xaf, 0x70, 0x43, 0xff, 0xad, 0x6e, 0x42, 0xff, 0xab, 0x6b, 0x40, 0xff, 0xa7, 0x66, 0x3d, 0xff, 0xa3, 0x66, 0x3a, 0xff, 0xa1, 0x64, 0x39, 0xff, 0xa1, 0x62, 0x38, 0xff, 0xa0, 0x60, 0x36, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0x9a, 0x5a, 0x34, 0xff, 0x9a, 0x59, 0x34, 0xff, 0x9a, 0x59, 0x33, 0xff, 0x9a, 0x5a, 0x34, 0xff, 0x99, 0x57, 0x33, 0xff, 0x98, 0x56, 0x32, 0xff, 0x93, 0x56, 0x2e, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x81, 0x42, 0x1d, 0xff, 0x81, 0x43, 0x1b, 0xff, 0x81, 0x42, 0x1f, 0xff, 0x7f, 0x43, 0x20, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x71, 0x35, 0x1a, 0xff, 0x6d, 0x32, 0x17, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x7d, 0x3f, 0x24, 0xff, 0x89, 0x4b, 0x2e, 0xff, 0x87, 0x44, 0x2b, 0xff, 0x86, 0x44, 0x2a, 0xff, 0x84, 0x45, 0x2a, 0xff, 0x83, 0x44, 0x29, 0xff, 0x81, 0x42, 0x29, 0xff, 0x81, 0x44, 0x29, 0xff, 0x82, 0x44, 0x28, 0xff, - 0x7f, 0x40, 0x26, 0xff, 0x7e, 0x3f, 0x26, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7e, 0x3e, 0x26, 0xff, 0x7e, 0x3f, 0x26, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x80, 0x40, 0x26, 0xff, 0x81, 0x41, 0x27, 0xff, 0x81, 0x41, 0x27, 0xff, 0x82, 0x42, 0x27, 0xff, 0x85, 0x44, 0x27, 0xff, 0x87, 0x46, 0x29, 0xff, 0x89, 0x47, 0x29, 0xff, 0x8b, 0x49, 0x29, 0xff, 0x8d, 0x4b, 0x2a, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x96, 0x54, 0x2f, 0xff, 0x99, 0x57, 0x30, 0xff, 0x9c, 0x5a, 0x31, 0xff, 0xa6, 0x67, 0x3a, 0xff, 0xad, 0x6f, 0x41, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb8, 0x78, 0x47, 0xff, 0xbb, 0x7b, 0x46, 0xff, 0xbf, 0x7e, 0x49, 0xff, 0xc5, 0x82, 0x4b, 0xff, 0xcf, 0x88, 0x50, 0xff, 0xc9, 0x86, 0x50, 0xff, 0xcc, 0x86, 0x50, 0xff, 0xc9, 0x85, 0x50, 0xff, 0xd0, 0x89, 0x52, 0xff, 0xd8, 0x8c, 0x56, 0xff, 0xdf, 0x92, 0x58, 0xff, 0xe6, 0x96, 0x59, 0xff, 0xee, 0x97, 0x5c, 0xff, 0xf0, 0x9a, 0x5e, 0xff, 0xf4, 0x9e, 0x61, 0xff, 0xf6, 0xa4, 0x67, 0xff, 0xf5, 0xa7, 0x69, 0xff, 0xf5, 0xa9, 0x6d, 0xff, 0xf6, 0xab, 0x6e, 0xff, 0xf4, 0xad, 0x6d, 0xff, 0xf3, 0xad, 0x66, 0xff, 0xf5, 0xaf, 0x66, 0xff, 0xf4, 0xb7, 0x6a, 0xff, 0xf6, 0xc2, 0x75, 0xff, 0xf6, 0xc9, 0x7b, 0xff, 0xf6, 0xca, 0x7b, 0xff, 0xf4, 0xcc, 0x7c, 0xff, 0xf4, 0xc3, 0x79, 0xff, 0xf2, 0xd1, 0x83, 0xff, 0xf3, 0xee, 0x91, 0xff, 0xf4, 0xe5, 0x8a, 0xff, 0xf4, 0xcf, 0x7d, 0xff, 0xf4, 0xc3, 0x75, 0xff, 0xf6, 0xbe, 0x70, 0xff, 0xf6, 0xbe, 0x70, 0xff, 0xf5, 0xbe, 0x6f, 0xff, 0xf6, 0xbd, 0x6e, 0xff, 0xf5, 0xbc, 0x6e, 0xff, 0xf5, 0xbe, 0x71, 0xff, 0xf5, 0xbb, 0x73, 0xff, 0xf4, 0xb7, 0x6f, 0xff, 0xf1, 0xb5, 0x66, 0xff, 0xf1, 0xb6, 0x69, 0xff, 0xf4, 0xbf, 0x6d, 0xff, 0xf5, 0xcb, 0x72, 0xff, 0xf6, 0xca, 0x73, 0xff, 0xf5, 0xd0, 0x74, 0xff, 0xf4, 0xce, 0x75, 0xff, 0xf1, 0xca, 0x72, 0xff, 0xf3, 0xc4, 0x63, 0xff, 0xf0, 0xb5, 0x57, 0xff, 0xee, 0xaf, 0x54, 0xff, 0xf3, 0xb0, 0x53, 0xff, 0xf4, 0xa2, 0x4e, 0xff, 0xf1, 0x9f, 0x49, 0xff, 0xed, 0x9c, 0x47, 0xff, 0xe8, 0x9a, 0x41, 0xff, 0xe5, 0x97, 0x41, 0xff, 0xe9, 0x95, 0x41, 0xff, 0xd5, 0x89, 0x3e, 0xff, 0xac, 0x6e, 0x38, 0xff, 0xa9, 0x69, 0x3a, 0xff, 0xa9, 0x69, 0x3c, 0xff, 0xa7, 0x69, 0x3f, 0xff, 0xa5, 0x68, 0x3e, 0xff, 0xa3, 0x66, 0x3d, 0xff, 0xa2, 0x66, 0x3e, 0xff, 0xa1, 0x65, 0x3c, 0xff, 0xa0, 0x63, 0x3a, 0xff, 0x9f, 0x62, 0x3a, 0xff, 0x9d, 0x61, 0x39, 0xff, 0x9b, 0x5f, 0x39, 0xff, 0x99, 0x5d, 0x38, 0xff, 0x9a, 0x5d, 0x38, 0xff, 0x9a, 0x5c, 0x37, 0xff, 0x98, 0x5e, 0x38, 0xff, 0x97, 0x61, 0x39, 0xff, 0x97, 0x61, 0x37, 0xff, 0x95, 0x5d, 0x32, 0xff, 0x95, 0x5c, 0x32, 0xff, 0x95, 0x5c, 0x31, 0xff, 0x97, 0x60, 0x34, 0xff, 0x8e, 0x56, 0x31, 0xff, 0x84, 0x48, 0x29, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x86, 0x4a, 0x29, 0xff, 0x87, 0x4c, 0x2a, 0xff, 0x88, 0x4c, 0x2a, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x8b, 0x50, 0x29, 0xff, 0x8c, 0x51, 0x29, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x90, 0x53, 0x2b, 0xff, 0x91, 0x54, 0x2a, 0xff, 0x93, 0x57, 0x2b, 0xff, 0x94, 0x58, 0x2e, 0xff, 0x94, 0x58, 0x2e, 0xff, 0x92, 0x54, 0x2c, 0xff, 0x91, 0x53, 0x2c, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x96, 0x59, 0x30, 0xff, 0x99, 0x5b, 0x30, 0xff, 0x9a, 0x5e, 0x32, 0xff, 0x9c, 0x60, 0x32, 0xff, 0x9d, 0x61, 0x33, 0xff, 0x9f, 0x62, 0x34, 0xff, 0xa2, 0x66, 0x37, 0xff, 0xa5, 0x6b, 0x3c, 0xff, 0xa8, 0x6e, 0x3f, 0xff, 0xa8, 0x6f, 0x3f, 0xff, 0xab, 0x72, 0x42, 0xff, 0xae, 0x75, 0x44, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xb3, 0x7a, 0x47, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb9, 0x7d, 0x48, 0xff, 0xbd, 0x80, 0x48, 0xff, 0xc1, 0x83, 0x4b, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xcb, 0x8d, 0x51, 0xff, 0xdb, 0x94, 0x54, 0xff, 0xea, 0x9b, 0x59, 0xff, 0xf1, 0x9f, 0x5a, 0xff, 0xf4, 0xa4, 0x5c, 0xff, 0xf4, 0xae, 0x61, 0xff, 0xf5, 0xbc, 0x69, 0xff, 0xf5, 0xcb, 0x73, 0xff, 0xf3, 0xe3, 0x82, 0xff, 0xea, 0xeb, 0x8c, 0xff, 0xe7, 0xee, 0x97, 0xff, 0xe9, 0xee, 0xa2, 0xff, 0xeb, 0xee, 0xab, 0xff, 0xed, 0xee, 0xb1, 0xff, 0xef, 0xee, 0xbb, 0xff, 0xf0, 0xef, 0xbc, 0xff, 0xef, 0xee, 0xbb, 0xff, 0xee, 0xee, 0xb7, 0xff, 0xec, 0xed, 0xb0, 0xff, 0xec, 0xed, 0xac, 0xff, 0xeb, 0xee, 0xa7, 0xff, 0xea, 0xee, 0xa3, 0xff, 0xe8, 0xee, 0x9e, 0xff, 0xe7, 0xee, 0x9a, 0xff, 0xec, 0xed, 0x96, 0xff, 0xf4, 0xe1, 0x97, 0xff, 0xf5, 0xd2, 0x99, 0xff, 0xf4, 0xcc, 0x9b, 0xff, 0xf5, 0xd4, 0xa1, 0xff, 0xf6, 0xdf, 0xa7, 0xff, 0xf6, 0xdf, 0xa6, 0xff, 0xf6, 0xdd, 0xa7, 0xff, 0xf5, 0xdc, 0xa4, 0xff, 0xf5, 0xd9, 0x9c, 0xff, 0xf5, 0xd6, 0x94, 0xff, 0xf5, 0xd4, 0x8a, 0xff, 0xf4, 0xd1, 0x82, 0xff, 0xf4, 0xcb, 0x7f, 0xff, 0xf3, 0xbf, 0x79, 0xff, 0xf1, 0xd3, 0x7e, 0xff, 0xf4, 0xd1, 0x78, 0xff, 0xf2, 0xc2, 0x70, 0xff, 0xf0, 0xbb, 0x68, 0xff, 0xf2, 0xb8, 0x67, 0xff, 0xe6, 0xae, 0x63, 0xff, 0xaf, 0x75, 0x45, 0xff, 0xb5, 0x76, 0x49, 0xff, 0xb6, 0x76, 0x47, 0xff, 0xb2, 0x74, 0x44, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xb7, 0x77, 0x4b, 0xff, 0xb9, 0x7a, 0x4f, 0xff, 0xb9, 0x7a, 0x4f, 0xff, 0xb3, 0x75, 0x4a, 0xff, 0xb1, 0x72, 0x47, 0xff, 0xaf, 0x70, 0x46, 0xff, 0xac, 0x6c, 0x43, 0xff, 0xa7, 0x69, 0x3e, 0xff, 0xa7, 0x68, 0x3e, 0xff, 0xa5, 0x68, 0x3c, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0xa2, 0x64, 0x3c, 0xff, 0xa1, 0x64, 0x3b, 0xff, 0x9f, 0x62, 0x37, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x98, 0x5a, 0x31, 0xff, 0x97, 0x58, 0x30, 0xff, 0x95, 0x56, 0x32, 0xff, 0x94, 0x55, 0x2d, 0xff, 0x8e, 0x4e, 0x29, 0xff, 0x84, 0x45, 0x20, 0xff, 0x83, 0x44, 0x1d, 0xff, 0x83, 0x44, 0x20, 0xff, 0x83, 0x47, 0x22, 0xff, 0x83, 0x46, 0x21, 0xff, 0x81, 0x45, 0x22, 0xff, 0x7b, 0x3e, 0x20, 0xff, 0x71, 0x35, 0x1b, 0xff, 0x74, 0x38, 0x1e, 0xff, 0x7c, 0x3d, 0x22, 0xff, 0x86, 0x49, 0x2c, 0xff, 0x84, 0x46, 0x2b, 0xff, 0x83, 0x44, 0x28, 0xff, 0x83, 0x44, 0x29, 0xff, 0x81, 0x43, 0x29, 0xff, 0x81, 0x42, 0x28, 0xff, 0x80, 0x42, 0x28, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7f, 0x40, 0x26, 0xff, - 0x7b, 0x3d, 0x25, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x7c, 0x3c, 0x24, 0xff, 0x7c, 0x3d, 0x24, 0xff, 0x7b, 0x3e, 0x24, 0xff, 0x7d, 0x3e, 0x23, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x80, 0x40, 0x25, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x81, 0x41, 0x26, 0xff, 0x82, 0x42, 0x26, 0xff, 0x84, 0x44, 0x28, 0xff, 0x87, 0x47, 0x29, 0xff, 0x89, 0x47, 0x29, 0xff, 0x8a, 0x49, 0x29, 0xff, 0x8a, 0x49, 0x29, 0xff, 0x8e, 0x4c, 0x29, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x99, 0x57, 0x2e, 0xff, 0xa3, 0x61, 0x35, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xad, 0x71, 0x43, 0xff, 0xb0, 0x74, 0x47, 0xff, 0xb5, 0x78, 0x4b, 0xff, 0xb9, 0x7b, 0x48, 0xff, 0xbd, 0x7d, 0x48, 0xff, 0xc1, 0x7e, 0x49, 0xff, 0xc8, 0x82, 0x4d, 0xff, 0xd0, 0x89, 0x51, 0xff, 0xce, 0x87, 0x50, 0xff, 0xca, 0x86, 0x51, 0xff, 0xcf, 0x87, 0x51, 0xff, 0xd6, 0x8d, 0x54, 0xff, 0xdf, 0x92, 0x57, 0xff, 0xe4, 0x95, 0x58, 0xff, 0xec, 0x97, 0x5c, 0xff, 0xef, 0x9e, 0x5d, 0xff, 0xf5, 0xa1, 0x62, 0xff, 0xf6, 0xa5, 0x65, 0xff, 0xf5, 0xa7, 0x67, 0xff, 0xf6, 0xa9, 0x69, 0xff, 0xf4, 0xab, 0x6a, 0xff, 0xf5, 0xaf, 0x6d, 0xff, 0xf6, 0xb2, 0x6f, 0xff, 0xf5, 0xb2, 0x6e, 0xff, 0xf4, 0xb3, 0x6c, 0xff, 0xf3, 0xb7, 0x6e, 0xff, 0xf5, 0xc0, 0x78, 0xff, 0xf4, 0xc9, 0x7e, 0xff, 0xf6, 0xc9, 0x7c, 0xff, 0xf5, 0xc9, 0x7a, 0xff, 0xf0, 0xbd, 0x73, 0xff, 0xf1, 0xc6, 0x76, 0xff, 0xf2, 0xe2, 0x8a, 0xff, 0xf6, 0xec, 0x8a, 0xff, 0xf5, 0xd2, 0x7c, 0xff, 0xf4, 0xc4, 0x76, 0xff, 0xf6, 0xbd, 0x70, 0xff, 0xf6, 0xbc, 0x6e, 0xff, 0xf4, 0xb9, 0x6d, 0xff, 0xf3, 0xb6, 0x6c, 0xff, 0xf5, 0xb6, 0x69, 0xff, 0xf5, 0xb4, 0x69, 0xff, 0xf3, 0xb5, 0x6b, 0xff, 0xf4, 0xb2, 0x6b, 0xff, 0xf2, 0xad, 0x60, 0xff, 0xf2, 0xac, 0x5f, 0xff, 0xf4, 0xb2, 0x62, 0xff, 0xf4, 0xb3, 0x66, 0xff, 0xf4, 0xb7, 0x67, 0xff, 0xf4, 0xb7, 0x67, 0xff, 0xf2, 0xb8, 0x67, 0xff, 0xf0, 0xb7, 0x5d, 0xff, 0xf2, 0xb0, 0x52, 0xff, 0xf5, 0xaa, 0x53, 0xff, 0xf2, 0xa8, 0x4f, 0xff, 0xf5, 0xa6, 0x4f, 0xff, 0xf2, 0xa1, 0x4c, 0xff, 0xf0, 0x9c, 0x46, 0xff, 0xee, 0x9c, 0x43, 0xff, 0xf1, 0x99, 0x42, 0xff, 0xe9, 0x99, 0x42, 0xff, 0xc3, 0x83, 0x40, 0xff, 0xaf, 0x70, 0x41, 0xff, 0xb1, 0x73, 0x42, 0xff, 0xb0, 0x72, 0x42, 0xff, 0xae, 0x71, 0x45, 0xff, 0xac, 0x6f, 0x43, 0xff, 0xa9, 0x6d, 0x42, 0xff, 0xa7, 0x6b, 0x42, 0xff, 0xa6, 0x69, 0x41, 0xff, 0xa4, 0x67, 0x40, 0xff, 0xa1, 0x67, 0x40, 0xff, 0xa1, 0x66, 0x3e, 0xff, 0xa0, 0x64, 0x3d, 0xff, 0x9f, 0x62, 0x3d, 0xff, 0x9c, 0x62, 0x3d, 0xff, 0x99, 0x61, 0x3b, 0xff, 0x97, 0x60, 0x38, 0xff, 0x95, 0x5f, 0x35, 0xff, 0x96, 0x5d, 0x33, 0xff, 0x97, 0x5e, 0x31, 0xff, 0x96, 0x60, 0x31, 0xff, 0x98, 0x60, 0x34, 0xff, 0x91, 0x58, 0x32, 0xff, 0x82, 0x49, 0x29, 0xff, 0x81, 0x48, 0x29, 0xff, 0x84, 0x49, 0x29, 0xff, 0x85, 0x4b, 0x29, 0xff, 0x85, 0x4b, 0x29, 0xff, 0x86, 0x4b, 0x29, 0xff, 0x87, 0x4c, 0x29, 0xff, 0x88, 0x4d, 0x29, 0xff, 0x89, 0x4e, 0x29, 0xff, 0x8c, 0x50, 0x29, 0xff, 0x8d, 0x51, 0x29, 0xff, 0x8e, 0x52, 0x2a, 0xff, 0x91, 0x54, 0x2b, 0xff, 0x91, 0x55, 0x2b, 0xff, 0x90, 0x52, 0x2a, 0xff, 0x8d, 0x50, 0x29, 0xff, 0x8e, 0x52, 0x2a, 0xff, 0x91, 0x54, 0x2c, 0xff, 0x92, 0x55, 0x2e, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x96, 0x59, 0x30, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x99, 0x5e, 0x31, 0xff, 0x9b, 0x5f, 0x32, 0xff, 0x9d, 0x60, 0x34, 0xff, 0x9f, 0x63, 0x35, 0xff, 0xa1, 0x65, 0x37, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa8, 0x70, 0x41, 0xff, 0xab, 0x73, 0x45, 0xff, 0xae, 0x76, 0x45, 0xff, 0xb1, 0x77, 0x46, 0xff, 0xb3, 0x7b, 0x47, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xbd, 0x81, 0x49, 0xff, 0xc1, 0x84, 0x4b, 0xff, 0xc5, 0x87, 0x4d, 0xff, 0xcf, 0x8c, 0x4f, 0xff, 0xd9, 0x90, 0x53, 0xff, 0xe6, 0x96, 0x51, 0xff, 0xef, 0x9d, 0x54, 0xff, 0xf3, 0xa4, 0x58, 0xff, 0xf3, 0xab, 0x5e, 0xff, 0xf5, 0xb7, 0x67, 0xff, 0xf4, 0xc6, 0x72, 0xff, 0xef, 0xde, 0x7e, 0xff, 0xeb, 0xeb, 0x88, 0xff, 0xe6, 0xee, 0x92, 0xff, 0xe9, 0xee, 0x9e, 0xff, 0xeb, 0xee, 0xa5, 0xff, 0xed, 0xee, 0xaa, 0xff, 0xec, 0xee, 0xad, 0xff, 0xeb, 0xee, 0xae, 0xff, 0xec, 0xee, 0xad, 0xff, 0xeb, 0xef, 0xab, 0xff, 0xe9, 0xee, 0xa7, 0xff, 0xea, 0xed, 0xa1, 0xff, 0xe9, 0xed, 0x9f, 0xff, 0xe8, 0xee, 0x9a, 0xff, 0xe6, 0xed, 0x97, 0xff, 0xe8, 0xee, 0x97, 0xff, 0xf2, 0xe4, 0x91, 0xff, 0xf4, 0xe1, 0x92, 0xff, 0xf5, 0xe0, 0x9b, 0xff, 0xf6, 0xd8, 0x9f, 0xff, 0xf5, 0xd0, 0xa1, 0xff, 0xf5, 0xcf, 0xa1, 0xff, 0xf6, 0xda, 0xa6, 0xff, 0xf6, 0xde, 0xa5, 0xff, 0xf6, 0xdc, 0xa1, 0xff, 0xf4, 0xd9, 0x9a, 0xff, 0xf6, 0xd6, 0x91, 0xff, 0xf6, 0xd3, 0x89, 0xff, 0xf6, 0xd4, 0x84, 0xff, 0xf6, 0xcc, 0x7d, 0xff, 0xf0, 0xbb, 0x77, 0xff, 0xf0, 0xcc, 0x77, 0xff, 0xf2, 0xc9, 0x73, 0xff, 0xf0, 0xc1, 0x71, 0xff, 0xf4, 0xbf, 0x69, 0xff, 0xdd, 0xa8, 0x5e, 0xff, 0x9f, 0x66, 0x38, 0xff, 0x94, 0x59, 0x2e, 0xff, 0x97, 0x5b, 0x2f, 0xff, 0x9a, 0x5c, 0x30, 0xff, 0x9c, 0x5f, 0x32, 0xff, 0x9d, 0x61, 0x34, 0xff, 0x9f, 0x61, 0x38, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0xa0, 0x60, 0x3a, 0xff, 0xa2, 0x63, 0x3a, 0xff, 0xa2, 0x63, 0x3a, 0xff, 0x9f, 0x62, 0x39, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x96, 0x59, 0x31, 0xff, 0x93, 0x56, 0x30, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x8c, 0x50, 0x2a, 0xff, 0x8c, 0x4f, 0x29, 0xff, 0x8b, 0x4f, 0x29, 0xff, 0x8a, 0x4d, 0x27, 0xff, 0x8a, 0x4b, 0x25, 0xff, 0x87, 0x48, 0x22, 0xff, 0x86, 0x46, 0x20, 0xff, 0x88, 0x47, 0x22, 0xff, 0x85, 0x47, 0x22, 0xff, 0x85, 0x48, 0x21, 0xff, 0x83, 0x46, 0x21, 0xff, 0x84, 0x48, 0x22, 0xff, 0x84, 0x47, 0x24, 0xff, 0x80, 0x43, 0x22, 0xff, 0x74, 0x37, 0x1e, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x84, 0x47, 0x2a, 0xff, 0x83, 0x44, 0x29, 0xff, 0x81, 0x42, 0x28, 0xff, 0x7f, 0x41, 0x28, 0xff, 0x7f, 0x41, 0x27, 0xff, 0x81, 0x41, 0x27, 0xff, 0x7f, 0x40, 0x27, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x7d, 0x3f, 0x26, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x7d, 0x3f, 0x25, 0xff, - 0x7a, 0x3b, 0x23, 0xff, 0x7a, 0x3b, 0x22, 0xff, 0x7a, 0x3b, 0x22, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x7a, 0x3c, 0x23, 0xff, 0x7c, 0x3b, 0x23, 0xff, 0x7c, 0x3d, 0x23, 0xff, 0x7f, 0x3e, 0x25, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x81, 0x41, 0x27, 0xff, 0x84, 0x43, 0x27, 0xff, 0x86, 0x45, 0x28, 0xff, 0x87, 0x47, 0x27, 0xff, 0x87, 0x46, 0x28, 0xff, 0x8a, 0x47, 0x28, 0xff, 0x8c, 0x49, 0x29, 0xff, 0x8d, 0x4a, 0x29, 0xff, 0x94, 0x52, 0x29, 0xff, 0x9d, 0x5a, 0x31, 0xff, 0xa2, 0x61, 0x34, 0xff, 0xa6, 0x69, 0x3a, 0xff, 0xab, 0x6e, 0x41, 0xff, 0xb0, 0x72, 0x46, 0xff, 0xb3, 0x73, 0x49, 0xff, 0xb7, 0x79, 0x4a, 0xff, 0xba, 0x7a, 0x45, 0xff, 0xbf, 0x7b, 0x45, 0xff, 0xc3, 0x81, 0x49, 0xff, 0xcb, 0x86, 0x4d, 0xff, 0xd1, 0x88, 0x51, 0xff, 0xcc, 0x85, 0x50, 0xff, 0xcc, 0x87, 0x4f, 0xff, 0xd7, 0x8c, 0x54, 0xff, 0xdf, 0x92, 0x57, 0xff, 0xe6, 0x95, 0x5a, 0xff, 0xe8, 0x99, 0x5d, 0xff, 0xef, 0x9f, 0x5f, 0xff, 0xf3, 0xa1, 0x62, 0xff, 0xf5, 0xa9, 0x66, 0xff, 0xf4, 0xac, 0x6a, 0xff, 0xf6, 0xae, 0x6b, 0xff, 0xf4, 0xae, 0x69, 0xff, 0xf4, 0xae, 0x6d, 0xff, 0xf5, 0xb4, 0x6d, 0xff, 0xf6, 0xb4, 0x6e, 0xff, 0xf6, 0xb2, 0x72, 0xff, 0xf5, 0xb7, 0x73, 0xff, 0xf2, 0xbc, 0x6f, 0xff, 0xf4, 0xc6, 0x79, 0xff, 0xf6, 0xce, 0x7f, 0xff, 0xf5, 0xc9, 0x7a, 0xff, 0xf3, 0xc5, 0x71, 0xff, 0xf3, 0xb5, 0x67, 0xff, 0xf1, 0xbb, 0x69, 0xff, 0xef, 0xcf, 0x7a, 0xff, 0xf6, 0xe2, 0x85, 0xff, 0xf7, 0xc9, 0x7b, 0xff, 0xf5, 0xbf, 0x73, 0xff, 0xf6, 0xbd, 0x70, 0xff, 0xf6, 0xb8, 0x6f, 0xff, 0xf4, 0xb7, 0x6b, 0xff, 0xf5, 0xb4, 0x63, 0xff, 0xf5, 0xb2, 0x66, 0xff, 0xf5, 0xb4, 0x68, 0xff, 0xf4, 0xb5, 0x69, 0xff, 0xf4, 0xb2, 0x67, 0xff, 0xf1, 0xa8, 0x5f, 0xff, 0xf2, 0xa8, 0x5d, 0xff, 0xf2, 0xad, 0x5e, 0xff, 0xf3, 0xb0, 0x5f, 0xff, 0xf3, 0xb0, 0x60, 0xff, 0xf2, 0xb3, 0x63, 0xff, 0xf1, 0xab, 0x58, 0xff, 0xf0, 0xab, 0x4d, 0xff, 0xf2, 0xaf, 0x4d, 0xff, 0xf6, 0xa9, 0x4e, 0xff, 0xf0, 0xa4, 0x4c, 0xff, 0xee, 0xa2, 0x4b, 0xff, 0xf0, 0x9f, 0x48, 0xff, 0xf2, 0x9f, 0x44, 0xff, 0xf2, 0xa0, 0x47, 0xff, 0xda, 0x92, 0x48, 0xff, 0xb3, 0x79, 0x46, 0xff, 0xb6, 0x7d, 0x4b, 0xff, 0xb5, 0x7e, 0x4b, 0xff, 0xb4, 0x7e, 0x4d, 0xff, 0xb3, 0x7c, 0x4d, 0xff, 0xb2, 0x77, 0x4a, 0xff, 0xb1, 0x77, 0x4a, 0xff, 0xae, 0x73, 0x47, 0xff, 0xaa, 0x6f, 0x45, 0xff, 0xa8, 0x6e, 0x46, 0xff, 0xa8, 0x6b, 0x45, 0xff, 0xa7, 0x6b, 0x43, 0xff, 0xa5, 0x6a, 0x41, 0xff, 0xa0, 0x65, 0x3f, 0xff, 0x98, 0x60, 0x3b, 0xff, 0x98, 0x61, 0x3b, 0xff, 0x97, 0x5f, 0x38, 0xff, 0x97, 0x5e, 0x35, 0xff, 0x95, 0x5e, 0x33, 0xff, 0x95, 0x5e, 0x33, 0xff, 0x97, 0x61, 0x33, 0xff, 0x90, 0x59, 0x2e, 0xff, 0x83, 0x49, 0x29, 0xff, 0x80, 0x46, 0x28, 0xff, 0x81, 0x48, 0x29, 0xff, 0x82, 0x48, 0x29, 0xff, 0x83, 0x49, 0x29, 0xff, 0x84, 0x4a, 0x29, 0xff, 0x85, 0x4b, 0x29, 0xff, 0x85, 0x4b, 0x29, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x8c, 0x50, 0x29, 0xff, 0x8e, 0x52, 0x29, 0xff, 0x8a, 0x4e, 0x28, 0xff, 0x88, 0x4b, 0x27, 0xff, 0x8a, 0x4d, 0x28, 0xff, 0x8b, 0x4e, 0x29, 0xff, 0x8d, 0x50, 0x2a, 0xff, 0x90, 0x54, 0x2d, 0xff, 0x92, 0x56, 0x2e, 0xff, 0x92, 0x56, 0x2e, 0xff, 0x94, 0x58, 0x30, 0xff, 0x97, 0x5a, 0x30, 0xff, 0x98, 0x5d, 0x31, 0xff, 0x9b, 0x5f, 0x33, 0xff, 0x9e, 0x63, 0x34, 0xff, 0xa0, 0x66, 0x37, 0xff, 0xa2, 0x66, 0x38, 0xff, 0xa3, 0x6a, 0x3a, 0xff, 0xa4, 0x6a, 0x3d, 0xff, 0xa6, 0x6d, 0x40, 0xff, 0xab, 0x73, 0x45, 0xff, 0xae, 0x76, 0x46, 0xff, 0xb2, 0x78, 0x47, 0xff, 0xb4, 0x78, 0x49, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb9, 0x7d, 0x48, 0xff, 0xbd, 0x7f, 0x4b, 0xff, 0xc1, 0x83, 0x4a, 0xff, 0xc5, 0x87, 0x4b, 0xff, 0xce, 0x8c, 0x4f, 0xff, 0xd5, 0x8e, 0x4d, 0xff, 0xe2, 0x95, 0x50, 0xff, 0xee, 0x9b, 0x52, 0xff, 0xf3, 0xa0, 0x53, 0xff, 0xf5, 0xab, 0x5e, 0xff, 0xf5, 0xb5, 0x66, 0xff, 0xf2, 0xc4, 0x6f, 0xff, 0xf5, 0xda, 0x7b, 0xff, 0xec, 0xec, 0x85, 0xff, 0xe6, 0xee, 0x8f, 0xff, 0xe8, 0xee, 0x9a, 0xff, 0xe6, 0xee, 0x9c, 0xff, 0xe8, 0xed, 0x9d, 0xff, 0xea, 0xee, 0xa1, 0xff, 0xe9, 0xed, 0xa1, 0xff, 0xe9, 0xed, 0x9e, 0xff, 0xe8, 0xed, 0x9e, 0xff, 0xe7, 0xed, 0x9b, 0xff, 0xe5, 0xee, 0x93, 0xff, 0xe6, 0xed, 0x93, 0xff, 0xe4, 0xec, 0x92, 0xff, 0xe5, 0xee, 0x91, 0xff, 0xe5, 0xed, 0x94, 0xff, 0xef, 0xed, 0x95, 0xff, 0xf4, 0xe4, 0x91, 0xff, 0xf5, 0xda, 0x9a, 0xff, 0xf5, 0xd0, 0x99, 0xff, 0xf6, 0xc7, 0x9a, 0xff, 0xf5, 0xc7, 0x9b, 0xff, 0xf6, 0xd6, 0xa2, 0xff, 0xf7, 0xde, 0xa5, 0xff, 0xf6, 0xdd, 0xa1, 0xff, 0xf5, 0xd4, 0x95, 0xff, 0xf7, 0xd6, 0x90, 0xff, 0xf5, 0xd6, 0x86, 0xff, 0xf6, 0xcf, 0x7e, 0xff, 0xf6, 0xc2, 0x7a, 0xff, 0xf0, 0xbd, 0x72, 0xff, 0xf0, 0xbe, 0x71, 0xff, 0xef, 0xc3, 0x6a, 0xff, 0xf3, 0xbc, 0x6e, 0xff, 0xd8, 0xa3, 0x5e, 0xff, 0x9c, 0x63, 0x39, 0xff, 0x97, 0x5b, 0x2f, 0xff, 0x98, 0x5c, 0x2f, 0xff, 0x99, 0x5a, 0x30, 0xff, 0x98, 0x5c, 0x2e, 0xff, 0x99, 0x5a, 0x2f, 0xff, 0x98, 0x5b, 0x30, 0xff, 0x99, 0x5c, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x92, 0x55, 0x31, 0xff, 0x93, 0x55, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x95, 0x55, 0x30, 0xff, 0x8d, 0x50, 0x29, 0xff, 0x89, 0x4b, 0x27, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x89, 0x4d, 0x27, 0xff, 0x89, 0x4b, 0x26, 0xff, 0x88, 0x4c, 0x27, 0xff, 0x89, 0x4d, 0x27, 0xff, 0x89, 0x4d, 0x26, 0xff, 0x89, 0x4b, 0x25, 0xff, 0x89, 0x4a, 0x25, 0xff, 0x89, 0x49, 0x23, 0xff, 0x86, 0x47, 0x22, 0xff, 0x86, 0x47, 0x22, 0xff, 0x85, 0x47, 0x22, 0xff, 0x85, 0x48, 0x23, 0xff, 0x84, 0x48, 0x22, 0xff, 0x83, 0x46, 0x24, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x83, 0x46, 0x2a, 0xff, 0x81, 0x43, 0x29, 0xff, 0x84, 0x46, 0x29, 0xff, 0x82, 0x43, 0x29, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7a, 0x3e, 0x25, 0xff, 0x7c, 0x3f, 0x25, 0xff, 0x7b, 0x3d, 0x25, 0xff, 0x7b, 0x3d, 0x25, 0xff, 0x7a, 0x3c, 0x25, 0xff, - 0x78, 0x3b, 0x21, 0xff, 0x77, 0x39, 0x20, 0xff, 0x78, 0x39, 0x20, 0xff, 0x78, 0x39, 0x20, 0xff, 0x78, 0x3b, 0x21, 0xff, 0x7a, 0x3b, 0x21, 0xff, 0x7a, 0x3b, 0x21, 0xff, 0x7a, 0x3d, 0x23, 0xff, 0x7e, 0x3d, 0x23, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x80, 0x41, 0x25, 0xff, 0x82, 0x41, 0x26, 0xff, 0x81, 0x40, 0x26, 0xff, 0x83, 0x42, 0x26, 0xff, 0x87, 0x45, 0x27, 0xff, 0x88, 0x47, 0x27, 0xff, 0x8a, 0x48, 0x28, 0xff, 0x8f, 0x4e, 0x29, 0xff, 0x96, 0x51, 0x2b, 0xff, 0x98, 0x56, 0x2e, 0xff, 0x9f, 0x5c, 0x31, 0xff, 0xa6, 0x65, 0x35, 0xff, 0xab, 0x6d, 0x3e, 0xff, 0xac, 0x6f, 0x42, 0xff, 0xb1, 0x74, 0x45, 0xff, 0xb5, 0x77, 0x46, 0xff, 0xb8, 0x79, 0x46, 0xff, 0xbb, 0x7b, 0x45, 0xff, 0xc1, 0x7d, 0x46, 0xff, 0xc7, 0x82, 0x49, 0xff, 0xd0, 0x88, 0x4d, 0xff, 0xd0, 0x88, 0x50, 0xff, 0xcc, 0x87, 0x4f, 0xff, 0xd6, 0x8b, 0x52, 0xff, 0xe0, 0x92, 0x57, 0xff, 0xe6, 0x96, 0x5b, 0xff, 0xe9, 0x9f, 0x5e, 0xff, 0xef, 0xa0, 0x60, 0xff, 0xf4, 0xa5, 0x64, 0xff, 0xf5, 0xac, 0x6a, 0xff, 0xf6, 0xb2, 0x6d, 0xff, 0xf5, 0xb3, 0x6d, 0xff, 0xf6, 0xb4, 0x6e, 0xff, 0xf4, 0xb2, 0x6d, 0xff, 0xf5, 0xb0, 0x6d, 0xff, 0xf4, 0xb2, 0x6d, 0xff, 0xf6, 0xb4, 0x6e, 0xff, 0xf6, 0xb7, 0x71, 0xff, 0xf6, 0xbd, 0x74, 0xff, 0xf3, 0xc0, 0x77, 0xff, 0xf4, 0xc8, 0x7a, 0xff, 0xf5, 0xce, 0x79, 0xff, 0xf3, 0xc7, 0x71, 0xff, 0xf6, 0xc2, 0x6d, 0xff, 0xf2, 0xb1, 0x60, 0xff, 0xf1, 0xb2, 0x64, 0xff, 0xf3, 0xbe, 0x70, 0xff, 0xf5, 0xcd, 0x7d, 0xff, 0xf4, 0xc6, 0x78, 0xff, 0xf6, 0xbf, 0x74, 0xff, 0xf6, 0xbc, 0x6e, 0xff, 0xf4, 0xba, 0x68, 0xff, 0xf5, 0xb6, 0x67, 0xff, 0xf5, 0xb2, 0x66, 0xff, 0xf5, 0xb3, 0x69, 0xff, 0xf5, 0xb4, 0x69, 0xff, 0xf4, 0xb6, 0x6d, 0xff, 0xf4, 0xb6, 0x6d, 0xff, 0xf0, 0xab, 0x5f, 0xff, 0xf2, 0xa8, 0x59, 0xff, 0xf4, 0xab, 0x5c, 0xff, 0xf4, 0xac, 0x5d, 0xff, 0xf2, 0xad, 0x5c, 0xff, 0xf2, 0xab, 0x55, 0xff, 0xf3, 0xa6, 0x4b, 0xff, 0xf4, 0xa7, 0x4e, 0xff, 0xf4, 0xa7, 0x50, 0xff, 0xf1, 0xa5, 0x4e, 0xff, 0xee, 0xa2, 0x4d, 0xff, 0xee, 0x9e, 0x47, 0xff, 0xf4, 0x9f, 0x47, 0xff, 0xed, 0x9b, 0x48, 0xff, 0xc9, 0x8a, 0x4a, 0xff, 0xba, 0x81, 0x4e, 0xff, 0xba, 0x83, 0x54, 0xff, 0xb9, 0x84, 0x59, 0xff, 0xb8, 0x82, 0x59, 0xff, 0xb8, 0x81, 0x58, 0xff, 0xb7, 0x80, 0x56, 0xff, 0xb5, 0x7e, 0x52, 0xff, 0xb3, 0x79, 0x50, 0xff, 0xaf, 0x76, 0x4e, 0xff, 0xae, 0x75, 0x4a, 0xff, 0xac, 0x73, 0x49, 0xff, 0xa9, 0x6e, 0x46, 0xff, 0x9e, 0x66, 0x40, 0xff, 0x96, 0x5f, 0x3d, 0xff, 0x97, 0x60, 0x39, 0xff, 0x96, 0x5e, 0x34, 0xff, 0x95, 0x5d, 0x34, 0xff, 0x97, 0x5e, 0x35, 0xff, 0x97, 0x60, 0x34, 0xff, 0x97, 0x5f, 0x34, 0xff, 0x95, 0x5d, 0x35, 0xff, 0x89, 0x50, 0x2e, 0xff, 0x7f, 0x43, 0x27, 0xff, 0x81, 0x45, 0x28, 0xff, 0x81, 0x46, 0x29, 0xff, 0x81, 0x47, 0x28, 0xff, 0x81, 0x47, 0x28, 0xff, 0x83, 0x49, 0x29, 0xff, 0x85, 0x49, 0x28, 0xff, 0x85, 0x48, 0x28, 0xff, 0x86, 0x49, 0x27, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x87, 0x4b, 0x29, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x89, 0x4f, 0x28, 0xff, 0x85, 0x49, 0x26, 0xff, 0x83, 0x45, 0x25, 0xff, 0x87, 0x49, 0x26, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x89, 0x4c, 0x29, 0xff, 0x8b, 0x4f, 0x29, 0xff, 0x8e, 0x52, 0x2b, 0xff, 0x8f, 0x52, 0x2c, 0xff, 0x91, 0x56, 0x2d, 0xff, 0x92, 0x58, 0x2f, 0xff, 0x95, 0x59, 0x30, 0xff, 0x97, 0x5a, 0x30, 0xff, 0x98, 0x5e, 0x32, 0xff, 0x9a, 0x5f, 0x33, 0xff, 0x9c, 0x61, 0x36, 0xff, 0x9d, 0x63, 0x38, 0xff, 0xa0, 0x65, 0x37, 0xff, 0xa3, 0x69, 0x3a, 0xff, 0xa7, 0x6c, 0x3d, 0xff, 0xa7, 0x6e, 0x3f, 0xff, 0xa9, 0x71, 0x42, 0xff, 0xac, 0x72, 0x43, 0xff, 0xaf, 0x75, 0x43, 0xff, 0xb3, 0x77, 0x45, 0xff, 0xb6, 0x7b, 0x46, 0xff, 0xb9, 0x7f, 0x47, 0xff, 0xbd, 0x80, 0x49, 0xff, 0xc0, 0x83, 0x4a, 0xff, 0xc5, 0x86, 0x4a, 0xff, 0xcd, 0x8c, 0x4c, 0xff, 0xd5, 0x8f, 0x4d, 0xff, 0xdf, 0x90, 0x4c, 0xff, 0xeb, 0x95, 0x4b, 0xff, 0xf1, 0x9e, 0x51, 0xff, 0xf3, 0xa8, 0x5b, 0xff, 0xf2, 0xb0, 0x62, 0xff, 0xf4, 0xbf, 0x6c, 0xff, 0xf3, 0xcf, 0x77, 0xff, 0xf1, 0xe3, 0x80, 0xff, 0xe9, 0xec, 0x86, 0xff, 0xe8, 0xef, 0x90, 0xff, 0xe7, 0xef, 0x93, 0xff, 0xe7, 0xee, 0x94, 0xff, 0xe6, 0xed, 0x96, 0xff, 0xe4, 0xed, 0x94, 0xff, 0xe6, 0xed, 0x95, 0xff, 0xe4, 0xee, 0x95, 0xff, 0xe5, 0xee, 0x91, 0xff, 0xe4, 0xee, 0x90, 0xff, 0xe4, 0xed, 0x90, 0xff, 0xe1, 0xed, 0x8f, 0xff, 0xe4, 0xee, 0x92, 0xff, 0xeb, 0xef, 0x91, 0xff, 0xf3, 0xe5, 0x90, 0xff, 0xf5, 0xdc, 0x8f, 0xff, 0xf6, 0xd6, 0x91, 0xff, 0xf6, 0xc5, 0x93, 0xff, 0xf6, 0xc3, 0x94, 0xff, 0xf5, 0xc2, 0x98, 0xff, 0xf4, 0xce, 0x9d, 0xff, 0xf5, 0xd7, 0x9f, 0xff, 0xf5, 0xd9, 0x9c, 0xff, 0xf5, 0xd6, 0x91, 0xff, 0xf6, 0xd5, 0x8a, 0xff, 0xf6, 0xd5, 0x82, 0xff, 0xf4, 0xce, 0x7d, 0xff, 0xf3, 0xb8, 0x72, 0xff, 0xef, 0xbc, 0x6f, 0xff, 0xf2, 0xb6, 0x69, 0xff, 0xf2, 0xb6, 0x63, 0xff, 0xd9, 0xa0, 0x58, 0xff, 0x9a, 0x5f, 0x35, 0xff, 0x96, 0x5b, 0x2f, 0xff, 0x99, 0x5b, 0x30, 0xff, 0x98, 0x5b, 0x2f, 0xff, 0x98, 0x5a, 0x2e, 0xff, 0x98, 0x5c, 0x2e, 0xff, 0x98, 0x5b, 0x2f, 0xff, 0x98, 0x5c, 0x31, 0xff, 0x98, 0x5d, 0x32, 0xff, 0x93, 0x56, 0x31, 0xff, 0x93, 0x55, 0x30, 0xff, 0x93, 0x55, 0x30, 0xff, 0x96, 0x57, 0x2f, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x8a, 0x4f, 0x29, 0xff, 0x89, 0x4e, 0x28, 0xff, 0x89, 0x4d, 0x27, 0xff, 0x89, 0x4d, 0x27, 0xff, 0x89, 0x4e, 0x28, 0xff, 0x89, 0x4d, 0x26, 0xff, 0x89, 0x4e, 0x27, 0xff, 0x89, 0x4c, 0x26, 0xff, 0x89, 0x4a, 0x25, 0xff, 0x88, 0x49, 0x23, 0xff, 0x89, 0x49, 0x22, 0xff, 0x87, 0x47, 0x22, 0xff, 0x87, 0x47, 0x1f, 0xff, 0x87, 0x47, 0x22, 0xff, 0x83, 0x46, 0x25, 0xff, 0x7c, 0x40, 0x27, 0xff, 0x80, 0x44, 0x29, 0xff, 0x81, 0x43, 0x29, 0xff, 0x81, 0x42, 0x29, 0xff, 0x81, 0x43, 0x27, 0xff, 0x80, 0x41, 0x27, 0xff, 0x80, 0x42, 0x29, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7b, 0x3f, 0x25, 0xff, 0x7a, 0x3c, 0x23, 0xff, 0x7a, 0x3c, 0x24, 0xff, 0x7a, 0x3c, 0x25, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x7a, 0x3b, 0x22, 0xff, 0x7a, 0x3b, 0x22, 0xff, 0x7a, 0x3b, 0x23, 0xff, - 0x78, 0x39, 0x20, 0xff, 0x77, 0x38, 0x1d, 0xff, 0x77, 0x38, 0x1d, 0xff, 0x77, 0x38, 0x1d, 0xff, 0x78, 0x39, 0x20, 0xff, 0x77, 0x39, 0x1f, 0xff, 0x78, 0x3a, 0x20, 0xff, 0x7a, 0x3b, 0x21, 0xff, 0x7b, 0x3c, 0x22, 0xff, 0x7d, 0x3d, 0x23, 0xff, 0x7f, 0x3e, 0x25, 0xff, 0x7f, 0x3d, 0x24, 0xff, 0x7f, 0x3f, 0x24, 0xff, 0x81, 0x42, 0x26, 0xff, 0x86, 0x46, 0x25, 0xff, 0x87, 0x47, 0x27, 0xff, 0x8a, 0x47, 0x28, 0xff, 0x8e, 0x4c, 0x28, 0xff, 0x93, 0x4f, 0x2a, 0xff, 0x96, 0x55, 0x2c, 0xff, 0x9c, 0x5b, 0x30, 0xff, 0xa3, 0x63, 0x34, 0xff, 0xa8, 0x67, 0x38, 0xff, 0xab, 0x6c, 0x3a, 0xff, 0xae, 0x71, 0x3f, 0xff, 0xb3, 0x76, 0x42, 0xff, 0xb7, 0x77, 0x43, 0xff, 0xb8, 0x77, 0x42, 0xff, 0xbd, 0x79, 0x42, 0xff, 0xc2, 0x7e, 0x47, 0xff, 0xcc, 0x85, 0x4b, 0xff, 0xd1, 0x8a, 0x51, 0xff, 0xd0, 0x88, 0x4f, 0xff, 0xd4, 0x8c, 0x51, 0xff, 0xde, 0x92, 0x56, 0xff, 0xe5, 0x99, 0x5a, 0xff, 0xe8, 0xa1, 0x61, 0xff, 0xee, 0xa3, 0x62, 0xff, 0xf5, 0xa9, 0x65, 0xff, 0xf6, 0xae, 0x69, 0xff, 0xf5, 0xb1, 0x6c, 0xff, 0xf6, 0xb4, 0x6f, 0xff, 0xf6, 0xb5, 0x72, 0xff, 0xf6, 0xb9, 0x70, 0xff, 0xf4, 0xb5, 0x6e, 0xff, 0xf6, 0xb5, 0x70, 0xff, 0xf6, 0xb6, 0x6e, 0xff, 0xf6, 0xb9, 0x70, 0xff, 0xf6, 0xb9, 0x70, 0xff, 0xf5, 0xc0, 0x74, 0xff, 0xf3, 0xc4, 0x76, 0xff, 0xf4, 0xd0, 0x79, 0xff, 0xf4, 0xcc, 0x74, 0xff, 0xf4, 0xc4, 0x6d, 0xff, 0xf4, 0xbd, 0x69, 0xff, 0xf5, 0xb3, 0x62, 0xff, 0xf4, 0xb2, 0x63, 0xff, 0xf2, 0xb7, 0x6b, 0xff, 0xf2, 0xc0, 0x72, 0xff, 0xf1, 0xc4, 0x76, 0xff, 0xf5, 0xc8, 0x74, 0xff, 0xf4, 0xc1, 0x6d, 0xff, 0xf2, 0xb4, 0x6a, 0xff, 0xf4, 0xb6, 0x6c, 0xff, 0xf4, 0xb4, 0x6b, 0xff, 0xf3, 0xb7, 0x6d, 0xff, 0xf3, 0xb9, 0x6e, 0xff, 0xf4, 0xb5, 0x6c, 0xff, 0xf4, 0xb1, 0x68, 0xff, 0xf5, 0xa8, 0x5f, 0xff, 0xf3, 0xa2, 0x5a, 0xff, 0xf5, 0xa7, 0x5c, 0xff, 0xf4, 0xa8, 0x5f, 0xff, 0xf4, 0xa8, 0x59, 0xff, 0xf4, 0xa8, 0x50, 0xff, 0xf0, 0xa7, 0x4e, 0xff, 0xf0, 0xa5, 0x4d, 0xff, 0xf0, 0xa4, 0x4c, 0xff, 0xf1, 0xa4, 0x4d, 0xff, 0xf2, 0xa7, 0x4e, 0xff, 0xf1, 0xa3, 0x4b, 0xff, 0xdf, 0x98, 0x4d, 0xff, 0xc1, 0x84, 0x4a, 0xff, 0xc0, 0x86, 0x50, 0xff, 0xc0, 0x87, 0x58, 0xff, 0xbf, 0x87, 0x5d, 0xff, 0xbd, 0x85, 0x5d, 0xff, 0xbc, 0x84, 0x5e, 0xff, 0xbb, 0x83, 0x5c, 0xff, 0xb9, 0x82, 0x59, 0xff, 0xb8, 0x80, 0x56, 0xff, 0xb8, 0x7d, 0x54, 0xff, 0xb0, 0x76, 0x50, 0xff, 0xa2, 0x6b, 0x46, 0xff, 0x9a, 0x63, 0x3e, 0xff, 0x95, 0x5f, 0x38, 0xff, 0x96, 0x5f, 0x38, 0xff, 0x96, 0x5e, 0x35, 0xff, 0x97, 0x5f, 0x34, 0xff, 0x96, 0x5f, 0x34, 0xff, 0x97, 0x5e, 0x34, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x96, 0x5e, 0x35, 0xff, 0x8b, 0x52, 0x2f, 0xff, 0x7f, 0x44, 0x28, 0xff, 0x81, 0x47, 0x29, 0xff, 0x81, 0x46, 0x28, 0xff, 0x80, 0x46, 0x29, 0xff, 0x80, 0x45, 0x28, 0xff, 0x81, 0x45, 0x28, 0xff, 0x82, 0x47, 0x28, 0xff, 0x82, 0x47, 0x27, 0xff, 0x83, 0x47, 0x26, 0xff, 0x85, 0x48, 0x26, 0xff, 0x85, 0x4b, 0x28, 0xff, 0x87, 0x4d, 0x28, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x82, 0x45, 0x25, 0xff, 0x81, 0x44, 0x25, 0xff, 0x84, 0x47, 0x26, 0xff, 0x85, 0x48, 0x26, 0xff, 0x87, 0x48, 0x26, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8b, 0x4e, 0x29, 0xff, 0x8e, 0x51, 0x2c, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x93, 0x56, 0x2f, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x97, 0x5b, 0x31, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9f, 0x62, 0x38, 0xff, 0xa1, 0x67, 0x39, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa4, 0x69, 0x3d, 0xff, 0xa6, 0x6e, 0x3f, 0xff, 0xa8, 0x70, 0x41, 0xff, 0xab, 0x72, 0x43, 0xff, 0xae, 0x74, 0x42, 0xff, 0xb0, 0x76, 0x42, 0xff, 0xb4, 0x79, 0x42, 0xff, 0xb8, 0x7d, 0x45, 0xff, 0xbb, 0x7e, 0x47, 0xff, 0xbe, 0x7e, 0x48, 0xff, 0xc5, 0x85, 0x49, 0xff, 0xca, 0x88, 0x4a, 0xff, 0xd3, 0x8a, 0x4a, 0xff, 0xdd, 0x8f, 0x47, 0xff, 0xe8, 0x95, 0x48, 0xff, 0xf0, 0x9d, 0x50, 0xff, 0xf5, 0xa9, 0x5a, 0xff, 0xf1, 0xae, 0x61, 0xff, 0xf2, 0xba, 0x69, 0xff, 0xf4, 0xc8, 0x72, 0xff, 0xf1, 0xd6, 0x78, 0xff, 0xf2, 0xe3, 0x7e, 0xff, 0xf0, 0xef, 0x88, 0xff, 0xec, 0xf1, 0x8e, 0xff, 0xe8, 0xed, 0x8d, 0xff, 0xe6, 0xed, 0x8f, 0xff, 0xe4, 0xeb, 0x8c, 0xff, 0xe4, 0xed, 0x8b, 0xff, 0xe6, 0xec, 0x89, 0xff, 0xe7, 0xec, 0x89, 0xff, 0xe4, 0xed, 0x87, 0xff, 0xe3, 0xec, 0x88, 0xff, 0xe6, 0xed, 0x87, 0xff, 0xed, 0xec, 0x8a, 0xff, 0xf1, 0xea, 0x8c, 0xff, 0xf4, 0xe2, 0x8b, 0xff, 0xf6, 0xd8, 0x8b, 0xff, 0xf5, 0xc9, 0x8b, 0xff, 0xf3, 0xc3, 0x90, 0xff, 0xf5, 0xc4, 0x92, 0xff, 0xf5, 0xc2, 0x91, 0xff, 0xf6, 0xc6, 0x91, 0xff, 0xf3, 0xd2, 0x91, 0xff, 0xf6, 0xd9, 0x91, 0xff, 0xf6, 0xd9, 0x89, 0xff, 0xf6, 0xd3, 0x80, 0xff, 0xf6, 0xcf, 0x7d, 0xff, 0xf3, 0xbc, 0x75, 0xff, 0xf1, 0xbb, 0x72, 0xff, 0xf2, 0xb9, 0x6b, 0xff, 0xf3, 0xb5, 0x67, 0xff, 0xd1, 0x9a, 0x57, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x95, 0x58, 0x2f, 0xff, 0x98, 0x5b, 0x2f, 0xff, 0x97, 0x5c, 0x2e, 0xff, 0x98, 0x5c, 0x2e, 0xff, 0x98, 0x5b, 0x2d, 0xff, 0x98, 0x5c, 0x2e, 0xff, 0x99, 0x5f, 0x32, 0xff, 0x98, 0x60, 0x32, 0xff, 0x93, 0x56, 0x30, 0xff, 0x94, 0x56, 0x30, 0xff, 0x96, 0x57, 0x30, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x96, 0x59, 0x31, 0xff, 0x91, 0x56, 0x2f, 0xff, 0x8a, 0x4f, 0x29, 0xff, 0x8b, 0x4e, 0x27, 0xff, 0x8a, 0x4e, 0x28, 0xff, 0x89, 0x4f, 0x28, 0xff, 0x89, 0x4f, 0x28, 0xff, 0x8b, 0x4e, 0x27, 0xff, 0x8b, 0x4f, 0x26, 0xff, 0x89, 0x4c, 0x25, 0xff, 0x89, 0x4c, 0x24, 0xff, 0x88, 0x48, 0x21, 0xff, 0x88, 0x49, 0x21, 0xff, 0x87, 0x48, 0x23, 0xff, 0x82, 0x45, 0x26, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x7d, 0x3f, 0x27, 0xff, 0x80, 0x43, 0x29, 0xff, 0x7f, 0x40, 0x27, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7f, 0x42, 0x28, 0xff, 0x7f, 0x43, 0x28, 0xff, 0x7f, 0x42, 0x28, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x7b, 0x3d, 0x23, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x79, 0x3b, 0x22, 0xff, 0x79, 0x3a, 0x22, 0xff, 0x77, 0x3b, 0x20, 0xff, 0x77, 0x39, 0x20, 0xff, 0x77, 0x39, 0x1f, 0xff, 0x78, 0x3a, 0x20, 0xff, - 0x76, 0x37, 0x1d, 0xff, 0x75, 0x37, 0x1c, 0xff, 0x74, 0x37, 0x1c, 0xff, 0x75, 0x37, 0x1c, 0xff, 0x75, 0x37, 0x1d, 0xff, 0x76, 0x37, 0x1e, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x78, 0x3a, 0x20, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x7a, 0x3b, 0x20, 0xff, 0x7a, 0x3b, 0x21, 0xff, 0x7e, 0x3c, 0x22, 0xff, 0x7f, 0x3f, 0x23, 0xff, 0x81, 0x40, 0x23, 0xff, 0x83, 0x43, 0x25, 0xff, 0x87, 0x45, 0x25, 0xff, 0x89, 0x47, 0x26, 0xff, 0x8b, 0x48, 0x27, 0xff, 0x92, 0x4e, 0x28, 0xff, 0x96, 0x54, 0x2c, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x9e, 0x5d, 0x32, 0xff, 0xa5, 0x63, 0x37, 0xff, 0xa9, 0x68, 0x37, 0xff, 0xac, 0x6a, 0x38, 0xff, 0xaf, 0x6e, 0x3a, 0xff, 0xb3, 0x71, 0x3e, 0xff, 0xb6, 0x75, 0x3e, 0xff, 0xba, 0x75, 0x40, 0xff, 0xbf, 0x7b, 0x43, 0xff, 0xc7, 0x81, 0x46, 0xff, 0xcc, 0x85, 0x4b, 0xff, 0xd3, 0x8c, 0x51, 0xff, 0xd2, 0x8b, 0x4f, 0xff, 0xdc, 0x92, 0x55, 0xff, 0xe2, 0x99, 0x5c, 0xff, 0xe7, 0xa1, 0x62, 0xff, 0xeb, 0xa4, 0x65, 0xff, 0xf2, 0xa9, 0x69, 0xff, 0xf6, 0xb0, 0x6c, 0xff, 0xf6, 0xb0, 0x6d, 0xff, 0xf6, 0xb2, 0x70, 0xff, 0xf6, 0xb4, 0x74, 0xff, 0xf4, 0xb9, 0x77, 0xff, 0xf4, 0xb9, 0x76, 0xff, 0xf6, 0xb7, 0x74, 0xff, 0xf6, 0xb9, 0x71, 0xff, 0xf6, 0xb9, 0x72, 0xff, 0xf6, 0xba, 0x71, 0xff, 0xf6, 0xbf, 0x73, 0xff, 0xf6, 0xc3, 0x75, 0xff, 0xf5, 0xcb, 0x7a, 0xff, 0xf6, 0xd4, 0x7b, 0xff, 0xf5, 0xcd, 0x73, 0xff, 0xf3, 0xbd, 0x69, 0xff, 0xf3, 0xb7, 0x68, 0xff, 0xf3, 0xb1, 0x63, 0xff, 0xf5, 0xb2, 0x64, 0xff, 0xf2, 0xb2, 0x5c, 0xff, 0xf2, 0xb7, 0x5d, 0xff, 0xf4, 0xb9, 0x63, 0xff, 0xf1, 0xb8, 0x6e, 0xff, 0xf2, 0xb7, 0x70, 0xff, 0xf3, 0xb5, 0x6e, 0xff, 0xf2, 0xb2, 0x6d, 0xff, 0xf4, 0xb2, 0x6c, 0xff, 0xf4, 0xb0, 0x68, 0xff, 0xf5, 0xaf, 0x69, 0xff, 0xf4, 0xb1, 0x6a, 0xff, 0xf4, 0xad, 0x67, 0xff, 0xf5, 0xa4, 0x5e, 0xff, 0xf6, 0xa3, 0x5f, 0xff, 0xf5, 0xa4, 0x5f, 0xff, 0xf3, 0xa5, 0x5c, 0xff, 0xf1, 0xa2, 0x52, 0xff, 0xf0, 0xa2, 0x51, 0xff, 0xf1, 0xa3, 0x50, 0xff, 0xf2, 0xa1, 0x4e, 0xff, 0xf1, 0xa2, 0x4c, 0xff, 0xf0, 0xa4, 0x4f, 0xff, 0xef, 0xa5, 0x50, 0xff, 0xd8, 0x92, 0x4e, 0xff, 0xc6, 0x85, 0x4d, 0xff, 0xc3, 0x85, 0x4e, 0xff, 0xc5, 0x89, 0x55, 0xff, 0xc3, 0x8b, 0x58, 0xff, 0xc2, 0x8a, 0x5b, 0xff, 0xc1, 0x89, 0x5a, 0xff, 0xbf, 0x88, 0x59, 0xff, 0xc1, 0x89, 0x5c, 0xff, 0xbb, 0x81, 0x57, 0xff, 0xa4, 0x6c, 0x44, 0xff, 0x9b, 0x65, 0x40, 0xff, 0x97, 0x62, 0x3c, 0xff, 0x96, 0x5e, 0x39, 0xff, 0x97, 0x60, 0x37, 0xff, 0x97, 0x5f, 0x36, 0xff, 0x97, 0x5e, 0x36, 0xff, 0x97, 0x5e, 0x35, 0xff, 0x97, 0x60, 0x35, 0xff, 0x97, 0x60, 0x35, 0xff, 0x96, 0x5f, 0x34, 0xff, 0x8d, 0x57, 0x2f, 0xff, 0x83, 0x49, 0x2a, 0xff, 0x82, 0x47, 0x29, 0xff, 0x82, 0x47, 0x29, 0xff, 0x81, 0x47, 0x2a, 0xff, 0x81, 0x47, 0x29, 0xff, 0x81, 0x46, 0x28, 0xff, 0x80, 0x44, 0x28, 0xff, 0x80, 0x44, 0x26, 0xff, 0x80, 0x45, 0x26, 0xff, 0x82, 0x46, 0x27, 0xff, 0x84, 0x48, 0x27, 0xff, 0x86, 0x4b, 0x28, 0xff, 0x83, 0x49, 0x27, 0xff, 0x7e, 0x41, 0x24, 0xff, 0x7d, 0x3f, 0x23, 0xff, 0x7f, 0x43, 0x24, 0xff, 0x81, 0x46, 0x24, 0xff, 0x83, 0x47, 0x26, 0xff, 0x84, 0x47, 0x26, 0xff, 0x86, 0x4a, 0x26, 0xff, 0x88, 0x4c, 0x27, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x8e, 0x51, 0x2b, 0xff, 0x90, 0x53, 0x2e, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x93, 0x57, 0x2f, 0xff, 0x95, 0x58, 0x30, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x9b, 0x62, 0x35, 0xff, 0x9d, 0x64, 0x37, 0xff, 0x9f, 0x64, 0x39, 0xff, 0xa1, 0x65, 0x3a, 0xff, 0xa3, 0x69, 0x3c, 0xff, 0xa4, 0x6b, 0x3f, 0xff, 0xa7, 0x6c, 0x40, 0xff, 0xa9, 0x6f, 0x40, 0xff, 0xab, 0x71, 0x41, 0xff, 0xad, 0x72, 0x40, 0xff, 0xaf, 0x75, 0x3f, 0xff, 0xb3, 0x78, 0x40, 0xff, 0xb6, 0x78, 0x3f, 0xff, 0xb9, 0x7d, 0x40, 0xff, 0xbd, 0x80, 0x43, 0xff, 0xc0, 0x82, 0x42, 0xff, 0xc5, 0x85, 0x42, 0xff, 0xd0, 0x8c, 0x42, 0xff, 0xdb, 0x8f, 0x42, 0xff, 0xe4, 0x93, 0x45, 0xff, 0xef, 0x98, 0x4b, 0xff, 0xf4, 0xa5, 0x55, 0xff, 0xf4, 0xaf, 0x5e, 0xff, 0xf2, 0xb8, 0x67, 0xff, 0xf5, 0xc0, 0x71, 0xff, 0xf3, 0xc7, 0x76, 0xff, 0xf3, 0xdb, 0x7f, 0xff, 0xf3, 0xe6, 0x85, 0xff, 0xf2, 0xe9, 0x86, 0xff, 0xf1, 0xed, 0x85, 0xff, 0xed, 0xec, 0x83, 0xff, 0xef, 0xec, 0x81, 0xff, 0xef, 0xeb, 0x81, 0xff, 0xf0, 0xeb, 0x80, 0xff, 0xeb, 0xe9, 0x81, 0xff, 0xea, 0xec, 0x80, 0xff, 0xec, 0xee, 0x80, 0xff, 0xf1, 0xed, 0x84, 0xff, 0xf4, 0xea, 0x87, 0xff, 0xf7, 0xe5, 0x89, 0xff, 0xf5, 0xdc, 0x89, 0xff, 0xf4, 0xcd, 0x87, 0xff, 0xf4, 0xc8, 0x86, 0xff, 0xf6, 0xc4, 0x82, 0xff, 0xf4, 0xc5, 0x85, 0xff, 0xf4, 0xc2, 0x85, 0xff, 0xf4, 0xc5, 0x84, 0xff, 0xf4, 0xca, 0x86, 0xff, 0xf3, 0xd3, 0x87, 0xff, 0xf4, 0xd4, 0x84, 0xff, 0xf5, 0xcc, 0x7e, 0xff, 0xf3, 0xbf, 0x76, 0xff, 0xf2, 0xb7, 0x6f, 0xff, 0xef, 0xb9, 0x6c, 0xff, 0xf7, 0xb9, 0x68, 0xff, 0xd2, 0x98, 0x59, 0xff, 0x96, 0x58, 0x32, 0xff, 0x91, 0x55, 0x2d, 0xff, 0x98, 0x59, 0x2e, 0xff, 0x98, 0x5b, 0x2f, 0xff, 0x98, 0x5c, 0x2e, 0xff, 0x97, 0x5b, 0x2d, 0xff, 0x99, 0x5f, 0x30, 0xff, 0x99, 0x5d, 0x30, 0xff, 0x98, 0x5f, 0x30, 0xff, 0x97, 0x5a, 0x30, 0xff, 0x94, 0x56, 0x30, 0xff, 0x94, 0x55, 0x2f, 0xff, 0x96, 0x58, 0x30, 0xff, 0x95, 0x58, 0x31, 0xff, 0x95, 0x59, 0x30, 0xff, 0x8e, 0x51, 0x2a, 0xff, 0x8c, 0x51, 0x29, 0xff, 0x8a, 0x4f, 0x28, 0xff, 0x8a, 0x50, 0x29, 0xff, 0x8b, 0x4f, 0x29, 0xff, 0x8b, 0x4f, 0x28, 0xff, 0x8a, 0x4f, 0x26, 0xff, 0x8c, 0x4d, 0x25, 0xff, 0x8a, 0x4b, 0x23, 0xff, 0x88, 0x4a, 0x20, 0xff, 0x88, 0x49, 0x23, 0xff, 0x82, 0x44, 0x28, 0xff, 0x7d, 0x3f, 0x26, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7f, 0x40, 0x27, 0xff, 0x7d, 0x3f, 0x26, 0xff, 0x7c, 0x40, 0x25, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x7f, 0x42, 0x28, 0xff, 0x7d, 0x41, 0x28, 0xff, 0x7d, 0x40, 0x27, 0xff, 0x7d, 0x3e, 0x25, 0xff, 0x7b, 0x3b, 0x21, 0xff, 0x79, 0x3b, 0x22, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x76, 0x3a, 0x1f, 0xff, 0x75, 0x38, 0x1c, 0xff, 0x76, 0x38, 0x1c, 0xff, 0x75, 0x37, 0x1c, 0xff, 0x76, 0x36, 0x1c, 0xff, - 0x70, 0x34, 0x19, 0xff, 0x74, 0x36, 0x1c, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x74, 0x37, 0x19, 0xff, 0x72, 0x36, 0x1a, 0xff, 0x74, 0x37, 0x1c, 0xff, 0x76, 0x38, 0x1c, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x78, 0x3a, 0x1f, 0xff, 0x78, 0x38, 0x1e, 0xff, 0x79, 0x3b, 0x1e, 0xff, 0x7b, 0x3b, 0x1e, 0xff, 0x7c, 0x3c, 0x1f, 0xff, 0x80, 0x3f, 0x23, 0xff, 0x81, 0x40, 0x23, 0xff, 0x85, 0x43, 0x25, 0xff, 0x86, 0x44, 0x26, 0xff, 0x8c, 0x48, 0x27, 0xff, 0x90, 0x4d, 0x29, 0xff, 0x93, 0x51, 0x2a, 0xff, 0x98, 0x55, 0x2d, 0xff, 0x9a, 0x56, 0x2f, 0xff, 0xa0, 0x5d, 0x31, 0xff, 0xa6, 0x64, 0x36, 0xff, 0xab, 0x68, 0x38, 0xff, 0xaf, 0x69, 0x39, 0xff, 0xb3, 0x6f, 0x3b, 0xff, 0xb8, 0x72, 0x3e, 0xff, 0xba, 0x72, 0x3e, 0xff, 0xbd, 0x78, 0x40, 0xff, 0xc3, 0x7d, 0x43, 0xff, 0xc9, 0x82, 0x49, 0xff, 0xd0, 0x89, 0x4e, 0xff, 0xd6, 0x8e, 0x52, 0xff, 0xd8, 0x8f, 0x54, 0xff, 0xe1, 0x99, 0x5a, 0xff, 0xe5, 0xa0, 0x63, 0xff, 0xeb, 0xa3, 0x68, 0xff, 0xf2, 0xac, 0x6d, 0xff, 0xf6, 0xb4, 0x70, 0xff, 0xf6, 0xb2, 0x73, 0xff, 0xf5, 0xb4, 0x76, 0xff, 0xf6, 0xb3, 0x78, 0xff, 0xf4, 0xb7, 0x7a, 0xff, 0xf7, 0xba, 0x7a, 0xff, 0xf5, 0xbb, 0x79, 0xff, 0xf4, 0xb9, 0x79, 0xff, 0xf5, 0xbb, 0x74, 0xff, 0xf6, 0xbb, 0x71, 0xff, 0xf6, 0xbc, 0x71, 0xff, 0xf5, 0xc3, 0x75, 0xff, 0xf3, 0xc4, 0x78, 0xff, 0xf6, 0xcf, 0x7d, 0xff, 0xf5, 0xd6, 0x7f, 0xff, 0xf2, 0xc2, 0x72, 0xff, 0xf4, 0xbb, 0x6a, 0xff, 0xf3, 0xb6, 0x62, 0xff, 0xf3, 0xb8, 0x5d, 0xff, 0xf4, 0xb8, 0x5d, 0xff, 0xf4, 0xb3, 0x5a, 0xff, 0xf3, 0xb1, 0x57, 0xff, 0xf2, 0xac, 0x57, 0xff, 0xf1, 0xaa, 0x61, 0xff, 0xf4, 0xb2, 0x6b, 0xff, 0xf4, 0xb2, 0x6e, 0xff, 0xf4, 0xb2, 0x6b, 0xff, 0xf4, 0xb0, 0x69, 0xff, 0xf4, 0xaf, 0x68, 0xff, 0xf5, 0xad, 0x67, 0xff, 0xf5, 0xad, 0x69, 0xff, 0xf4, 0xa8, 0x66, 0xff, 0xf2, 0xa0, 0x5f, 0xff, 0xf3, 0xa3, 0x60, 0xff, 0xf3, 0xa4, 0x5d, 0xff, 0xf1, 0xa4, 0x52, 0xff, 0xf3, 0xa4, 0x51, 0xff, 0xf3, 0xa2, 0x52, 0xff, 0xf2, 0xa4, 0x52, 0xff, 0xf1, 0xa3, 0x53, 0xff, 0xf4, 0xa4, 0x51, 0xff, 0xed, 0x9d, 0x52, 0xff, 0xd7, 0x8d, 0x54, 0xff, 0xd3, 0x8b, 0x56, 0xff, 0xd1, 0x8b, 0x57, 0xff, 0xcc, 0x8b, 0x58, 0xff, 0xca, 0x8d, 0x59, 0xff, 0xc6, 0x8b, 0x58, 0xff, 0xc4, 0x88, 0x58, 0xff, 0xbb, 0x82, 0x54, 0xff, 0xa8, 0x70, 0x45, 0xff, 0x99, 0x61, 0x3a, 0xff, 0x9c, 0x64, 0x3e, 0xff, 0x9a, 0x63, 0x3d, 0xff, 0x99, 0x62, 0x3b, 0xff, 0x99, 0x64, 0x38, 0xff, 0x96, 0x5f, 0x36, 0xff, 0x96, 0x5e, 0x36, 0xff, 0x96, 0x60, 0x35, 0xff, 0x96, 0x61, 0x36, 0xff, 0x97, 0x60, 0x37, 0xff, 0x97, 0x5e, 0x36, 0xff, 0x95, 0x5c, 0x35, 0xff, 0x89, 0x50, 0x2f, 0xff, 0x80, 0x46, 0x29, 0xff, 0x83, 0x48, 0x2b, 0xff, 0x83, 0x47, 0x29, 0xff, 0x81, 0x47, 0x29, 0xff, 0x80, 0x46, 0x29, 0xff, 0x81, 0x45, 0x28, 0xff, 0x80, 0x45, 0x26, 0xff, 0x7f, 0x44, 0x26, 0xff, 0x81, 0x45, 0x26, 0xff, 0x81, 0x47, 0x28, 0xff, 0x82, 0x47, 0x28, 0xff, 0x82, 0x47, 0x28, 0xff, 0x7d, 0x41, 0x24, 0xff, 0x7a, 0x3d, 0x22, 0xff, 0x7d, 0x40, 0x21, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x7e, 0x44, 0x23, 0xff, 0x81, 0x45, 0x23, 0xff, 0x83, 0x47, 0x25, 0xff, 0x84, 0x47, 0x25, 0xff, 0x86, 0x48, 0x27, 0xff, 0x88, 0x4b, 0x29, 0xff, 0x8a, 0x4d, 0x2a, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8c, 0x50, 0x2a, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x91, 0x56, 0x2f, 0xff, 0x93, 0x58, 0x30, 0xff, 0x94, 0x58, 0x30, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x98, 0x5e, 0x35, 0xff, 0x9a, 0x60, 0x36, 0xff, 0x9c, 0x62, 0x37, 0xff, 0x9e, 0x62, 0x38, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa1, 0x69, 0x3b, 0xff, 0xa4, 0x6a, 0x3d, 0xff, 0xa7, 0x6c, 0x3f, 0xff, 0xa8, 0x6e, 0x3f, 0xff, 0xaa, 0x6f, 0x3f, 0xff, 0xac, 0x71, 0x3e, 0xff, 0xb0, 0x75, 0x3d, 0xff, 0xb2, 0x77, 0x3f, 0xff, 0xb5, 0x78, 0x3f, 0xff, 0xb7, 0x79, 0x3e, 0xff, 0xbc, 0x7d, 0x3f, 0xff, 0xbf, 0x80, 0x3f, 0xff, 0xc2, 0x81, 0x3f, 0xff, 0xc9, 0x86, 0x3b, 0xff, 0xd2, 0x8c, 0x39, 0xff, 0xde, 0x96, 0x3e, 0xff, 0xe8, 0x98, 0x46, 0xff, 0xef, 0xa2, 0x4d, 0xff, 0xf3, 0xad, 0x57, 0xff, 0xf3, 0xb5, 0x62, 0xff, 0xf4, 0xba, 0x6b, 0xff, 0xf3, 0xbd, 0x70, 0xff, 0xf5, 0xc8, 0x76, 0xff, 0xf4, 0xcd, 0x7b, 0xff, 0xf3, 0xd6, 0x7d, 0xff, 0xf3, 0xe0, 0x7e, 0xff, 0xf2, 0xe2, 0x7e, 0xff, 0xf2, 0xe1, 0x7b, 0xff, 0xf2, 0xe0, 0x78, 0xff, 0xf3, 0xdf, 0x77, 0xff, 0xf1, 0xe2, 0x78, 0xff, 0xee, 0xe3, 0x7a, 0xff, 0xf2, 0xea, 0x7b, 0xff, 0xf3, 0xea, 0x80, 0xff, 0xf4, 0xe7, 0x81, 0xff, 0xf7, 0xe5, 0x84, 0xff, 0xf5, 0xd4, 0x82, 0xff, 0xf7, 0xc5, 0x7d, 0xff, 0xf3, 0xc0, 0x7d, 0xff, 0xf6, 0xc2, 0x7c, 0xff, 0xf7, 0xc5, 0x7c, 0xff, 0xf7, 0xc6, 0x7c, 0xff, 0xf6, 0xc5, 0x7f, 0xff, 0xf4, 0xc5, 0x7c, 0xff, 0xf7, 0xce, 0x7c, 0xff, 0xf4, 0xc9, 0x79, 0xff, 0xf4, 0xc2, 0x78, 0xff, 0xf2, 0xb4, 0x72, 0xff, 0xf3, 0xb8, 0x69, 0xff, 0xf4, 0xb3, 0x65, 0xff, 0xca, 0x8e, 0x4f, 0xff, 0x95, 0x59, 0x31, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x95, 0x59, 0x2d, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x96, 0x58, 0x2b, 0xff, 0x97, 0x5a, 0x2e, 0xff, 0x99, 0x5d, 0x2f, 0xff, 0x99, 0x5e, 0x2f, 0xff, 0x99, 0x5d, 0x2f, 0xff, 0x99, 0x5d, 0x30, 0xff, 0x95, 0x56, 0x2f, 0xff, 0x96, 0x57, 0x30, 0xff, 0x95, 0x58, 0x31, 0xff, 0x96, 0x58, 0x30, 0xff, 0x96, 0x5a, 0x30, 0xff, 0x97, 0x5c, 0x31, 0xff, 0x8c, 0x50, 0x2a, 0xff, 0x8b, 0x51, 0x2a, 0xff, 0x8c, 0x53, 0x29, 0xff, 0x8b, 0x51, 0x29, 0xff, 0x8c, 0x51, 0x28, 0xff, 0x8c, 0x50, 0x27, 0xff, 0x8c, 0x4d, 0x25, 0xff, 0x8c, 0x4e, 0x23, 0xff, 0x87, 0x48, 0x24, 0xff, 0x82, 0x44, 0x27, 0xff, 0x7c, 0x3f, 0x27, 0xff, 0x7b, 0x3f, 0x26, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7e, 0x40, 0x26, 0xff, 0x7c, 0x3f, 0x25, 0xff, 0x7b, 0x3f, 0x26, 0xff, 0x7d, 0x40, 0x27, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x7d, 0x3f, 0x26, 0xff, 0x7c, 0x3f, 0x25, 0xff, 0x78, 0x3b, 0x21, 0xff, 0x78, 0x3b, 0x21, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x74, 0x37, 0x1c, 0xff, 0x75, 0x36, 0x1c, 0xff, 0x72, 0x37, 0x1c, 0xff, 0x71, 0x35, 0x1c, 0xff, 0x71, 0x35, 0x1c, 0xff, - 0x72, 0x32, 0x19, 0xff, 0x71, 0x34, 0x18, 0xff, 0x70, 0x33, 0x18, 0xff, 0x72, 0x35, 0x1a, 0xff, 0x74, 0x35, 0x1b, 0xff, 0x73, 0x36, 0x1b, 0xff, 0x75, 0x36, 0x1a, 0xff, 0x73, 0x34, 0x1b, 0xff, 0x74, 0x35, 0x1b, 0xff, 0x76, 0x37, 0x1b, 0xff, 0x78, 0x38, 0x1e, 0xff, 0x7a, 0x39, 0x1c, 0xff, 0x7b, 0x3b, 0x1f, 0xff, 0x7c, 0x3c, 0x20, 0xff, 0x7f, 0x3e, 0x21, 0xff, 0x81, 0x3f, 0x22, 0xff, 0x8a, 0x48, 0x27, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x9a, 0x57, 0x30, 0xff, 0xa6, 0x64, 0x3a, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xb3, 0x73, 0x49, 0xff, 0xb3, 0x73, 0x46, 0xff, 0xb7, 0x76, 0x49, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xbf, 0x7b, 0x4a, 0xff, 0xc3, 0x7f, 0x4c, 0xff, 0xcb, 0x83, 0x52, 0xff, 0xd5, 0x89, 0x56, 0xff, 0xe4, 0x90, 0x59, 0xff, 0xe7, 0x90, 0x59, 0xff, 0xe2, 0x93, 0x59, 0xff, 0xdd, 0x94, 0x5a, 0xff, 0xe1, 0x95, 0x5b, 0xff, 0xe5, 0x9a, 0x60, 0xff, 0xe5, 0xa0, 0x62, 0xff, 0xeb, 0xa4, 0x68, 0xff, 0xf2, 0xad, 0x6d, 0xff, 0xf5, 0xb2, 0x72, 0xff, 0xf6, 0xb3, 0x7a, 0xff, 0xf7, 0xb4, 0x7b, 0xff, 0xf5, 0xb5, 0x7d, 0xff, 0xf7, 0xb6, 0x7b, 0xff, 0xf7, 0xba, 0x7d, 0xff, 0xf7, 0xbc, 0x7c, 0xff, 0xf7, 0xbe, 0x7c, 0xff, 0xf7, 0xc2, 0x7a, 0xff, 0xf6, 0xc0, 0x76, 0xff, 0xf6, 0xc2, 0x75, 0xff, 0xf6, 0xc0, 0x73, 0xff, 0xf6, 0xc3, 0x76, 0xff, 0xf5, 0xcb, 0x79, 0xff, 0xf6, 0xd4, 0x7d, 0xff, 0xf6, 0xdc, 0x82, 0xff, 0xf2, 0xc5, 0x6e, 0xff, 0xf3, 0xbc, 0x62, 0xff, 0xf2, 0xb8, 0x5d, 0xff, 0xf3, 0xbd, 0x5f, 0xff, 0xf4, 0xb7, 0x5c, 0xff, 0xf4, 0xb5, 0x5c, 0xff, 0xf0, 0xa3, 0x57, 0xff, 0xf3, 0xac, 0x5c, 0xff, 0xf3, 0xa9, 0x5b, 0xff, 0xf2, 0xa8, 0x5b, 0xff, 0xf3, 0xad, 0x65, 0xff, 0xf4, 0xb0, 0x69, 0xff, 0xf3, 0xad, 0x68, 0xff, 0xf4, 0xb0, 0x6b, 0xff, 0xf6, 0xb1, 0x6e, 0xff, 0xf5, 0xac, 0x6c, 0xff, 0xf4, 0xaa, 0x68, 0xff, 0xf5, 0xa6, 0x61, 0xff, 0xf7, 0xa7, 0x61, 0xff, 0xf3, 0xa9, 0x5a, 0xff, 0xf1, 0xa8, 0x56, 0xff, 0xf3, 0xa6, 0x57, 0xff, 0xf2, 0xa9, 0x56, 0xff, 0xf4, 0xaa, 0x55, 0xff, 0xf5, 0xa7, 0x58, 0xff, 0xeb, 0x9e, 0x57, 0xff, 0xdf, 0x91, 0x5a, 0xff, 0xdc, 0x92, 0x5b, 0xff, 0xd0, 0x8e, 0x58, 0xff, 0xcb, 0x8a, 0x58, 0xff, 0xc6, 0x89, 0x59, 0xff, 0xb7, 0x7d, 0x51, 0xff, 0xa1, 0x69, 0x3e, 0xff, 0x9b, 0x62, 0x3b, 0xff, 0x9e, 0x67, 0x3f, 0xff, 0x9e, 0x67, 0x3f, 0xff, 0x9d, 0x66, 0x3f, 0xff, 0x9d, 0x66, 0x3b, 0xff, 0x9b, 0x64, 0x38, 0xff, 0x99, 0x63, 0x36, 0xff, 0x98, 0x61, 0x37, 0xff, 0x97, 0x60, 0x36, 0xff, 0x95, 0x5f, 0x35, 0xff, 0x95, 0x5e, 0x36, 0xff, 0x96, 0x5f, 0x35, 0xff, 0x96, 0x61, 0x37, 0xff, 0x8e, 0x56, 0x32, 0xff, 0x82, 0x46, 0x29, 0xff, 0x83, 0x49, 0x2b, 0xff, 0x83, 0x48, 0x2c, 0xff, 0x84, 0x47, 0x2b, 0xff, 0x83, 0x47, 0x29, 0xff, 0x82, 0x47, 0x29, 0xff, 0x80, 0x45, 0x28, 0xff, 0x80, 0x44, 0x26, 0xff, 0x80, 0x44, 0x26, 0xff, 0x7f, 0x44, 0x26, 0xff, 0x81, 0x46, 0x27, 0xff, 0x81, 0x45, 0x27, 0xff, 0x7b, 0x3e, 0x23, 0xff, 0x78, 0x3b, 0x21, 0xff, 0x7a, 0x3e, 0x21, 0xff, 0x7b, 0x3f, 0x20, 0xff, 0x7b, 0x3f, 0x21, 0xff, 0x7c, 0x40, 0x22, 0xff, 0x7f, 0x42, 0x22, 0xff, 0x81, 0x44, 0x23, 0xff, 0x82, 0x44, 0x24, 0xff, 0x85, 0x46, 0x25, 0xff, 0x87, 0x4a, 0x27, 0xff, 0x88, 0x4c, 0x27, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x8b, 0x4f, 0x2a, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x8f, 0x53, 0x2f, 0xff, 0x92, 0x56, 0x30, 0xff, 0x93, 0x58, 0x30, 0xff, 0x94, 0x59, 0x32, 0xff, 0x97, 0x5e, 0x34, 0xff, 0x99, 0x5f, 0x35, 0xff, 0x9a, 0x61, 0x35, 0xff, 0x9c, 0x63, 0x37, 0xff, 0x9d, 0x65, 0x3a, 0xff, 0x9f, 0x67, 0x3a, 0xff, 0xa2, 0x68, 0x3d, 0xff, 0xa3, 0x68, 0x3d, 0xff, 0xa5, 0x6b, 0x3e, 0xff, 0xa9, 0x6e, 0x3e, 0xff, 0xaa, 0x6e, 0x3c, 0xff, 0xaa, 0x70, 0x3c, 0xff, 0xad, 0x73, 0x3c, 0xff, 0xb1, 0x74, 0x3d, 0xff, 0xb5, 0x76, 0x3f, 0xff, 0xb8, 0x79, 0x3e, 0xff, 0xbc, 0x7b, 0x3d, 0xff, 0xbd, 0x7d, 0x3b, 0xff, 0xc3, 0x82, 0x3a, 0xff, 0xc7, 0x86, 0x39, 0xff, 0xcd, 0x8b, 0x3b, 0xff, 0xd5, 0x90, 0x3e, 0xff, 0xdf, 0x97, 0x44, 0xff, 0xe8, 0xa1, 0x4d, 0xff, 0xf2, 0xa9, 0x55, 0xff, 0xf3, 0xae, 0x5d, 0xff, 0xf3, 0xb1, 0x66, 0xff, 0xf3, 0xb8, 0x6b, 0xff, 0xf3, 0xba, 0x6e, 0xff, 0xf4, 0xc0, 0x74, 0xff, 0xf5, 0xc6, 0x74, 0xff, 0xf4, 0xcd, 0x76, 0xff, 0xf3, 0xd3, 0x73, 0xff, 0xf3, 0xcf, 0x73, 0xff, 0xf3, 0xcb, 0x6e, 0xff, 0xf3, 0xd2, 0x70, 0xff, 0xf2, 0xd4, 0x6f, 0xff, 0xf0, 0xda, 0x73, 0xff, 0xf1, 0xdf, 0x73, 0xff, 0xf5, 0xe1, 0x77, 0xff, 0xf4, 0xe4, 0x7b, 0xff, 0xf5, 0xdd, 0x7c, 0xff, 0xf4, 0xc8, 0x79, 0xff, 0xf6, 0xc1, 0x73, 0xff, 0xf5, 0xc2, 0x76, 0xff, 0xf6, 0xc5, 0x76, 0xff, 0xf5, 0xc3, 0x77, 0xff, 0xf3, 0xc4, 0x74, 0xff, 0xf5, 0xc6, 0x75, 0xff, 0xf5, 0xc6, 0x74, 0xff, 0xf3, 0xc2, 0x6f, 0xff, 0xf4, 0xbf, 0x74, 0xff, 0xf2, 0xb0, 0x6b, 0xff, 0xf3, 0xb1, 0x6d, 0xff, 0xf0, 0xb6, 0x62, 0xff, 0xb9, 0x83, 0x48, 0xff, 0x92, 0x57, 0x31, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x97, 0x58, 0x2c, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x98, 0x5b, 0x2e, 0xff, 0x98, 0x5b, 0x2f, 0xff, 0x99, 0x5c, 0x2e, 0xff, 0x99, 0x5e, 0x2f, 0xff, 0x99, 0x5d, 0x2f, 0xff, 0x96, 0x58, 0x30, 0xff, 0x95, 0x57, 0x30, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x96, 0x58, 0x30, 0xff, 0x96, 0x5a, 0x30, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x94, 0x58, 0x31, 0xff, 0x8d, 0x50, 0x2a, 0xff, 0x8c, 0x51, 0x2b, 0xff, 0x8c, 0x52, 0x29, 0xff, 0x8c, 0x54, 0x28, 0xff, 0x8d, 0x50, 0x27, 0xff, 0x8c, 0x4e, 0x26, 0xff, 0x88, 0x49, 0x27, 0xff, 0x80, 0x42, 0x28, 0xff, 0x7f, 0x3f, 0x27, 0xff, 0x7c, 0x3f, 0x27, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7f, 0x40, 0x27, 0xff, 0x7d, 0x3f, 0x26, 0xff, 0x7a, 0x3d, 0x25, 0xff, 0x7a, 0x3e, 0x25, 0xff, 0x7b, 0x3f, 0x26, 0xff, 0x7b, 0x3d, 0x25, 0xff, 0x7a, 0x3d, 0x24, 0xff, 0x79, 0x3c, 0x22, 0xff, 0x77, 0x3a, 0x21, 0xff, 0x77, 0x38, 0x1c, 0xff, 0x75, 0x36, 0x1c, 0xff, 0x74, 0x36, 0x1a, 0xff, 0x73, 0x36, 0x1b, 0xff, 0x72, 0x35, 0x19, 0xff, 0x72, 0x34, 0x19, 0xff, 0x71, 0x34, 0x17, 0xff, 0x71, 0x33, 0x19, 0xff, - 0x6e, 0x32, 0x17, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x6e, 0x32, 0x16, 0xff, 0x6f, 0x30, 0x16, 0xff, 0x6f, 0x33, 0x17, 0xff, 0x70, 0x31, 0x17, 0xff, 0x70, 0x30, 0x16, 0xff, 0x71, 0x32, 0x17, 0xff, 0x73, 0x34, 0x17, 0xff, 0x73, 0x35, 0x18, 0xff, 0x75, 0x35, 0x1a, 0xff, 0x76, 0x36, 0x1a, 0xff, 0x76, 0x36, 0x1b, 0xff, 0x7d, 0x3c, 0x20, 0xff, 0x89, 0x48, 0x27, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x97, 0x54, 0x31, 0xff, 0x9a, 0x58, 0x34, 0xff, 0x9d, 0x5b, 0x35, 0xff, 0x9f, 0x5e, 0x37, 0xff, 0xa0, 0x60, 0x37, 0xff, 0xa2, 0x5f, 0x38, 0xff, 0xa6, 0x65, 0x3a, 0xff, 0xa8, 0x66, 0x3c, 0xff, 0xab, 0x6a, 0x3d, 0xff, 0xb1, 0x6e, 0x40, 0xff, 0xb6, 0x73, 0x42, 0xff, 0xbb, 0x77, 0x46, 0xff, 0xc0, 0x7a, 0x47, 0xff, 0xca, 0x81, 0x4d, 0xff, 0xdf, 0x8d, 0x56, 0xff, 0xf0, 0x97, 0x5c, 0xff, 0xf7, 0x9f, 0x63, 0xff, 0xf4, 0xa2, 0x68, 0xff, 0xef, 0xa3, 0x6a, 0xff, 0xee, 0x9e, 0x68, 0xff, 0xee, 0xa2, 0x6b, 0xff, 0xf0, 0xa5, 0x6c, 0xff, 0xf3, 0xab, 0x6f, 0xff, 0xf3, 0xb2, 0x76, 0xff, 0xf7, 0xb4, 0x7d, 0xff, 0xf7, 0xb6, 0x7f, 0xff, 0xf7, 0xb9, 0x82, 0xff, 0xf5, 0xb9, 0x81, 0xff, 0xf5, 0xbb, 0x82, 0xff, 0xf6, 0xbe, 0x81, 0xff, 0xf5, 0xc0, 0x83, 0xff, 0xf7, 0xc4, 0x7e, 0xff, 0xf6, 0xc3, 0x7a, 0xff, 0xf5, 0xc1, 0x77, 0xff, 0xf6, 0xc3, 0x74, 0xff, 0xf6, 0xc4, 0x75, 0xff, 0xf5, 0xc7, 0x77, 0xff, 0xf5, 0xcd, 0x7a, 0xff, 0xf7, 0xd3, 0x7d, 0xff, 0xf4, 0xd4, 0x7c, 0xff, 0xf2, 0xc6, 0x6f, 0xff, 0xf3, 0xbd, 0x63, 0xff, 0xf4, 0xbf, 0x62, 0xff, 0xf4, 0xbd, 0x5f, 0xff, 0xef, 0xb2, 0x5d, 0xff, 0xf2, 0xaa, 0x5c, 0xff, 0xf1, 0xa9, 0x5b, 0xff, 0xf4, 0xa6, 0x59, 0xff, 0xf4, 0xa8, 0x57, 0xff, 0xf1, 0xa8, 0x56, 0xff, 0xf4, 0xa6, 0x57, 0xff, 0xf3, 0xaa, 0x5b, 0xff, 0xf5, 0xb0, 0x65, 0xff, 0xf6, 0xb0, 0x68, 0xff, 0xf5, 0xad, 0x68, 0xff, 0xf6, 0xac, 0x69, 0xff, 0xf4, 0xa8, 0x68, 0xff, 0xf2, 0xa5, 0x60, 0xff, 0xf0, 0xa8, 0x58, 0xff, 0xef, 0xa9, 0x57, 0xff, 0xed, 0xaa, 0x57, 0xff, 0xf0, 0xab, 0x57, 0xff, 0xf3, 0xa8, 0x53, 0xff, 0xe1, 0x9d, 0x4a, 0xff, 0xca, 0x8a, 0x4a, 0xff, 0xbe, 0x79, 0x44, 0xff, 0xb6, 0x77, 0x44, 0xff, 0xae, 0x75, 0x48, 0xff, 0xa8, 0x70, 0x43, 0xff, 0xa5, 0x6f, 0x42, 0xff, 0xa2, 0x6d, 0x42, 0xff, 0xa2, 0x6b, 0x41, 0xff, 0xa2, 0x69, 0x40, 0xff, 0xa0, 0x68, 0x40, 0xff, 0x9f, 0x69, 0x3f, 0xff, 0x9e, 0x67, 0x3c, 0xff, 0x9c, 0x65, 0x39, 0xff, 0x9c, 0x65, 0x37, 0xff, 0x9b, 0x65, 0x38, 0xff, 0x99, 0x63, 0x38, 0xff, 0x98, 0x60, 0x37, 0xff, 0x98, 0x61, 0x37, 0xff, 0x96, 0x5f, 0x35, 0xff, 0x97, 0x63, 0x36, 0xff, 0x93, 0x5c, 0x35, 0xff, 0x86, 0x4b, 0x2c, 0xff, 0x83, 0x48, 0x2a, 0xff, 0x84, 0x4a, 0x2b, 0xff, 0x84, 0x4a, 0x2c, 0xff, 0x83, 0x49, 0x2b, 0xff, 0x83, 0x46, 0x29, 0xff, 0x81, 0x46, 0x28, 0xff, 0x81, 0x45, 0x28, 0xff, 0x81, 0x44, 0x27, 0xff, 0x7f, 0x45, 0x27, 0xff, 0x7f, 0x44, 0x27, 0xff, 0x7e, 0x45, 0x27, 0xff, 0x7a, 0x40, 0x23, 0xff, 0x77, 0x3b, 0x20, 0xff, 0x78, 0x3c, 0x22, 0xff, 0x78, 0x3c, 0x22, 0xff, 0x79, 0x3d, 0x1f, 0xff, 0x7a, 0x3f, 0x1f, 0xff, 0x7c, 0x3f, 0x21, 0xff, 0x7c, 0x42, 0x22, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x81, 0x45, 0x23, 0xff, 0x83, 0x47, 0x25, 0xff, 0x84, 0x46, 0x26, 0xff, 0x86, 0x48, 0x26, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x89, 0x4d, 0x29, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x92, 0x57, 0x30, 0xff, 0x94, 0x59, 0x32, 0xff, 0x96, 0x5b, 0x33, 0xff, 0x98, 0x5d, 0x35, 0xff, 0x99, 0x60, 0x37, 0xff, 0x9a, 0x62, 0x37, 0xff, 0x9d, 0x64, 0x38, 0xff, 0x9f, 0x66, 0x3a, 0xff, 0xa1, 0x67, 0x3b, 0xff, 0xa3, 0x68, 0x3b, 0xff, 0xa5, 0x6a, 0x3c, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa9, 0x6f, 0x3a, 0xff, 0xab, 0x6f, 0x3a, 0xff, 0xae, 0x71, 0x3a, 0xff, 0xb0, 0x74, 0x3a, 0xff, 0xb3, 0x77, 0x3b, 0xff, 0xb6, 0x77, 0x3a, 0xff, 0xb9, 0x7a, 0x3b, 0xff, 0xbd, 0x7c, 0x38, 0xff, 0xc2, 0x81, 0x36, 0xff, 0xc5, 0x84, 0x36, 0xff, 0xcb, 0x8b, 0x39, 0xff, 0xd4, 0x91, 0x40, 0xff, 0xd9, 0x96, 0x45, 0xff, 0xe3, 0x9f, 0x4b, 0xff, 0xed, 0xa5, 0x52, 0xff, 0xef, 0xa7, 0x5a, 0xff, 0xf2, 0xab, 0x60, 0xff, 0xf5, 0xaf, 0x66, 0xff, 0xf6, 0xb1, 0x69, 0xff, 0xf4, 0xb5, 0x6c, 0xff, 0xf4, 0xb9, 0x6e, 0xff, 0xf3, 0xbf, 0x6b, 0xff, 0xf3, 0xc3, 0x6a, 0xff, 0xf2, 0xc1, 0x68, 0xff, 0xf4, 0xc2, 0x68, 0xff, 0xf3, 0xc5, 0x69, 0xff, 0xf3, 0xc7, 0x6a, 0xff, 0xf3, 0xce, 0x6f, 0xff, 0xf3, 0xd3, 0x70, 0xff, 0xf2, 0xd7, 0x72, 0xff, 0xf3, 0xdb, 0x74, 0xff, 0xf3, 0xd0, 0x74, 0xff, 0xf6, 0xc3, 0x70, 0xff, 0xf4, 0xc2, 0x6f, 0xff, 0xf5, 0xc4, 0x6f, 0xff, 0xf7, 0xc6, 0x70, 0xff, 0xf5, 0xc3, 0x6b, 0xff, 0xf4, 0xc1, 0x6c, 0xff, 0xf3, 0xc2, 0x6b, 0xff, 0xf3, 0xbe, 0x6e, 0xff, 0xf4, 0xb8, 0x6b, 0xff, 0xf4, 0xae, 0x67, 0xff, 0xf5, 0xa7, 0x68, 0xff, 0xf3, 0xb1, 0x5f, 0xff, 0xb1, 0x7c, 0x45, 0xff, 0x94, 0x57, 0x30, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x96, 0x57, 0x2d, 0xff, 0x96, 0x56, 0x2b, 0xff, 0x97, 0x58, 0x2d, 0xff, 0x98, 0x5b, 0x2f, 0xff, 0x97, 0x5b, 0x2f, 0xff, 0x98, 0x5b, 0x2e, 0xff, 0x98, 0x5a, 0x2e, 0xff, 0x99, 0x5d, 0x2f, 0xff, 0x96, 0x5a, 0x2f, 0xff, 0x93, 0x58, 0x30, 0xff, 0x95, 0x59, 0x2f, 0xff, 0x95, 0x58, 0x2f, 0xff, 0x96, 0x59, 0x31, 0xff, 0x96, 0x5c, 0x34, 0xff, 0x96, 0x59, 0x35, 0xff, 0x90, 0x55, 0x31, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x8d, 0x53, 0x2b, 0xff, 0x8d, 0x53, 0x28, 0xff, 0x8d, 0x50, 0x28, 0xff, 0x86, 0x48, 0x27, 0xff, 0x82, 0x43, 0x27, 0xff, 0x80, 0x43, 0x27, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7d, 0x40, 0x27, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x7a, 0x3e, 0x25, 0xff, 0x7a, 0x3c, 0x23, 0xff, 0x79, 0x3c, 0x22, 0xff, 0x79, 0x3c, 0x22, 0xff, 0x79, 0x39, 0x22, 0xff, 0x76, 0x39, 0x1f, 0xff, 0x76, 0x38, 0x1e, 0xff, 0x74, 0x37, 0x1c, 0xff, 0x73, 0x36, 0x1a, 0xff, 0x72, 0x34, 0x1a, 0xff, 0x71, 0x34, 0x19, 0xff, 0x71, 0x33, 0x19, 0xff, 0x70, 0x32, 0x17, 0xff, 0x6f, 0x31, 0x17, 0xff, 0x70, 0x31, 0x17, 0xff, - 0x6a, 0x30, 0x14, 0xff, 0x6c, 0x2f, 0x14, 0xff, 0x6b, 0x2f, 0x15, 0xff, 0x6b, 0x2f, 0x16, 0xff, 0x6b, 0x30, 0x16, 0xff, 0x6b, 0x30, 0x15, 0xff, 0x6b, 0x30, 0x16, 0xff, 0x6e, 0x31, 0x16, 0xff, 0x6f, 0x30, 0x16, 0xff, 0x70, 0x32, 0x16, 0xff, 0x71, 0x31, 0x15, 0xff, 0x77, 0x36, 0x19, 0xff, 0x8c, 0x4e, 0x2f, 0xff, 0x8e, 0x4d, 0x2e, 0xff, 0x8d, 0x4d, 0x2e, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x94, 0x50, 0x2f, 0xff, 0x96, 0x54, 0x2f, 0xff, 0x9a, 0x57, 0x31, 0xff, 0x9b, 0x59, 0x33, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0xa2, 0x60, 0x36, 0xff, 0xa6, 0x64, 0x37, 0xff, 0xaa, 0x68, 0x3b, 0xff, 0xb0, 0x6d, 0x3e, 0xff, 0xb6, 0x70, 0x41, 0xff, 0xbb, 0x75, 0x46, 0xff, 0xc1, 0x81, 0x4c, 0xff, 0xc9, 0x83, 0x4e, 0xff, 0xcc, 0x86, 0x4e, 0xff, 0xd7, 0x8c, 0x52, 0xff, 0xdb, 0x8f, 0x56, 0xff, 0xdd, 0x90, 0x56, 0xff, 0xed, 0x97, 0x5d, 0xff, 0xf6, 0x9b, 0x61, 0xff, 0xf6, 0xa0, 0x68, 0xff, 0xf5, 0xa5, 0x6c, 0xff, 0xf6, 0xad, 0x72, 0xff, 0xf5, 0xb3, 0x79, 0xff, 0xf7, 0xb3, 0x7c, 0xff, 0xf7, 0xb6, 0x84, 0xff, 0xf7, 0xba, 0x87, 0xff, 0xf7, 0xc0, 0x86, 0xff, 0xf7, 0xbf, 0x86, 0xff, 0xf7, 0xc0, 0x86, 0xff, 0xf7, 0xc4, 0x87, 0xff, 0xf7, 0xc7, 0x84, 0xff, 0xf7, 0xc7, 0x7d, 0xff, 0xf6, 0xc6, 0x7a, 0xff, 0xf6, 0xc2, 0x73, 0xff, 0xf6, 0xbf, 0x6f, 0xff, 0xf6, 0xc7, 0x71, 0xff, 0xf5, 0xc9, 0x76, 0xff, 0xf4, 0xcb, 0x78, 0xff, 0xf7, 0xd0, 0x7c, 0xff, 0xf6, 0xd2, 0x7d, 0xff, 0xf2, 0xd0, 0x7a, 0xff, 0xf5, 0xbc, 0x62, 0xff, 0xf5, 0xbf, 0x63, 0xff, 0xef, 0xb3, 0x5f, 0xff, 0xef, 0xaa, 0x59, 0xff, 0xf4, 0xac, 0x59, 0xff, 0xf3, 0xa7, 0x58, 0xff, 0xf4, 0xa4, 0x56, 0xff, 0xf3, 0xa6, 0x55, 0xff, 0xf4, 0xa6, 0x56, 0xff, 0xf2, 0xa6, 0x5c, 0xff, 0xf6, 0xb1, 0x61, 0xff, 0xf5, 0xac, 0x62, 0xff, 0xf6, 0xad, 0x65, 0xff, 0xf5, 0xab, 0x65, 0xff, 0xf4, 0xa7, 0x63, 0xff, 0xef, 0xa1, 0x57, 0xff, 0xe1, 0x9c, 0x3d, 0xff, 0xdc, 0x9a, 0x34, 0xff, 0xd8, 0x9b, 0x37, 0xff, 0xe2, 0x99, 0x30, 0xff, 0xe2, 0x9c, 0x34, 0xff, 0xd7, 0x98, 0x3f, 0xff, 0xa0, 0x61, 0x30, 0xff, 0xa9, 0x6b, 0x39, 0xff, 0xaa, 0x6e, 0x40, 0xff, 0xa9, 0x71, 0x44, 0xff, 0xa7, 0x6e, 0x43, 0xff, 0xa8, 0x70, 0x44, 0xff, 0xa7, 0x70, 0x45, 0xff, 0xa5, 0x6f, 0x45, 0xff, 0xa2, 0x6d, 0x44, 0xff, 0xa2, 0x69, 0x3d, 0xff, 0xa0, 0x68, 0x3a, 0xff, 0x9f, 0x66, 0x39, 0xff, 0x9e, 0x67, 0x38, 0xff, 0x9d, 0x67, 0x39, 0xff, 0x9b, 0x65, 0x38, 0xff, 0x9a, 0x63, 0x39, 0xff, 0x9b, 0x63, 0x39, 0xff, 0x99, 0x62, 0x38, 0xff, 0x97, 0x61, 0x35, 0xff, 0x97, 0x5e, 0x36, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x82, 0x47, 0x2a, 0xff, 0x83, 0x4a, 0x2d, 0xff, 0x84, 0x4a, 0x2d, 0xff, 0x85, 0x4b, 0x2b, 0xff, 0x83, 0x49, 0x2b, 0xff, 0x83, 0x49, 0x2a, 0xff, 0x83, 0x48, 0x29, 0xff, 0x82, 0x45, 0x26, 0xff, 0x80, 0x45, 0x26, 0xff, 0x81, 0x45, 0x28, 0xff, 0x82, 0x46, 0x28, 0xff, 0x7d, 0x42, 0x24, 0xff, 0x76, 0x3b, 0x20, 0xff, 0x76, 0x3b, 0x21, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x79, 0x3a, 0x20, 0xff, 0x78, 0x3a, 0x1f, 0xff, 0x79, 0x3c, 0x1e, 0xff, 0x7b, 0x3e, 0x22, 0xff, 0x7c, 0x3f, 0x23, 0xff, 0x7c, 0x43, 0x22, 0xff, 0x7f, 0x44, 0x23, 0xff, 0x81, 0x43, 0x22, 0xff, 0x82, 0x45, 0x24, 0xff, 0x83, 0x46, 0x26, 0xff, 0x84, 0x48, 0x26, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x89, 0x4e, 0x2a, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8d, 0x54, 0x2f, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x92, 0x55, 0x31, 0xff, 0x94, 0x58, 0x32, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x99, 0x5e, 0x35, 0xff, 0x9b, 0x60, 0x37, 0xff, 0x9d, 0x62, 0x37, 0xff, 0x9f, 0x65, 0x39, 0xff, 0xa0, 0x66, 0x3a, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa6, 0x6a, 0x3a, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa8, 0x6e, 0x39, 0xff, 0xab, 0x6e, 0x39, 0xff, 0xae, 0x71, 0x39, 0xff, 0xb0, 0x74, 0x3a, 0xff, 0xb2, 0x73, 0x39, 0xff, 0xb7, 0x79, 0x39, 0xff, 0xb8, 0x78, 0x36, 0xff, 0xbb, 0x79, 0x36, 0xff, 0xc0, 0x7e, 0x35, 0xff, 0xc4, 0x82, 0x35, 0xff, 0xc7, 0x86, 0x36, 0xff, 0xcb, 0x8a, 0x3c, 0xff, 0xd1, 0x94, 0x42, 0xff, 0xdb, 0x98, 0x48, 0xff, 0xe3, 0x9d, 0x50, 0xff, 0xe9, 0xa3, 0x55, 0xff, 0xf0, 0xa1, 0x5c, 0xff, 0xf2, 0xa9, 0x63, 0xff, 0xf4, 0xac, 0x65, 0xff, 0xf6, 0xb3, 0x69, 0xff, 0xf4, 0xb3, 0x67, 0xff, 0xf2, 0xb5, 0x63, 0xff, 0xf4, 0xb7, 0x64, 0xff, 0xf3, 0xb7, 0x63, 0xff, 0xf1, 0xb7, 0x63, 0xff, 0xf2, 0xba, 0x65, 0xff, 0xf2, 0xbc, 0x65, 0xff, 0xf3, 0xbf, 0x67, 0xff, 0xf3, 0xc3, 0x68, 0xff, 0xf4, 0xd1, 0x6c, 0xff, 0xf1, 0xc6, 0x6e, 0xff, 0xf2, 0xc2, 0x6a, 0xff, 0xf3, 0xbb, 0x67, 0xff, 0xf4, 0xbe, 0x68, 0xff, 0xf0, 0xbd, 0x65, 0xff, 0xf4, 0xbe, 0x68, 0xff, 0xf3, 0xbc, 0x68, 0xff, 0xf3, 0xb7, 0x65, 0xff, 0xf5, 0xb9, 0x65, 0xff, 0xf5, 0xb5, 0x64, 0xff, 0xf4, 0xad, 0x60, 0xff, 0xf3, 0xa8, 0x62, 0xff, 0xf5, 0xa6, 0x60, 0xff, 0xae, 0x7a, 0x3e, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x92, 0x54, 0x2e, 0xff, 0x96, 0x57, 0x2b, 0xff, 0x96, 0x58, 0x2c, 0xff, 0x98, 0x5a, 0x2f, 0xff, 0x97, 0x5b, 0x2d, 0xff, 0x97, 0x5a, 0x2d, 0xff, 0x98, 0x5b, 0x2e, 0xff, 0x99, 0x5d, 0x2f, 0xff, 0x99, 0x5d, 0x2f, 0xff, 0x98, 0x5e, 0x30, 0xff, 0x96, 0x5b, 0x30, 0xff, 0x94, 0x58, 0x2e, 0xff, 0x96, 0x58, 0x30, 0xff, 0x95, 0x58, 0x32, 0xff, 0x96, 0x5b, 0x35, 0xff, 0x98, 0x5b, 0x37, 0xff, 0x96, 0x58, 0x35, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8d, 0x53, 0x2a, 0xff, 0x8d, 0x52, 0x29, 0xff, 0x84, 0x49, 0x28, 0xff, 0x83, 0x44, 0x28, 0xff, 0x81, 0x45, 0x28, 0xff, 0x7d, 0x3f, 0x27, 0xff, 0x7c, 0x3f, 0x25, 0xff, 0x7f, 0x40, 0x27, 0xff, 0x7c, 0x3f, 0x25, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x7a, 0x3c, 0x23, 0xff, 0x7a, 0x3a, 0x21, 0xff, 0x78, 0x3b, 0x21, 0xff, 0x77, 0x39, 0x20, 0xff, 0x75, 0x39, 0x1f, 0xff, 0x75, 0x3a, 0x1e, 0xff, 0x74, 0x36, 0x1c, 0xff, 0x73, 0x35, 0x1a, 0xff, 0x72, 0x34, 0x19, 0xff, 0x6e, 0x32, 0x19, 0xff, 0x70, 0x31, 0x18, 0xff, 0x6e, 0x32, 0x16, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x6c, 0x2f, 0x16, 0xff, - 0x6a, 0x2d, 0x13, 0xff, 0x69, 0x2f, 0x11, 0xff, 0x69, 0x2e, 0x14, 0xff, 0x6a, 0x2f, 0x13, 0xff, 0x6a, 0x2f, 0x13, 0xff, 0x6a, 0x2f, 0x12, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x6a, 0x2e, 0x15, 0xff, 0x6c, 0x2e, 0x13, 0xff, 0x73, 0x35, 0x19, 0xff, 0x84, 0x45, 0x28, 0xff, 0x8a, 0x4c, 0x2e, 0xff, 0x89, 0x48, 0x2a, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x88, 0x47, 0x2b, 0xff, 0x8b, 0x4a, 0x2a, 0xff, 0x8b, 0x4a, 0x2a, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x93, 0x51, 0x2e, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x99, 0x57, 0x30, 0xff, 0x9e, 0x5b, 0x33, 0xff, 0xa3, 0x62, 0x35, 0xff, 0xa7, 0x65, 0x37, 0xff, 0xac, 0x69, 0x3b, 0xff, 0xb0, 0x6e, 0x3f, 0xff, 0xb5, 0x72, 0x40, 0xff, 0xbc, 0x78, 0x45, 0xff, 0xc5, 0x81, 0x4c, 0xff, 0xcf, 0x87, 0x4f, 0xff, 0xd9, 0x8b, 0x52, 0xff, 0xc7, 0x83, 0x4b, 0xff, 0xd4, 0x89, 0x52, 0xff, 0xe1, 0x90, 0x56, 0xff, 0xf1, 0x97, 0x5d, 0xff, 0xf6, 0x9d, 0x65, 0xff, 0xf5, 0xa4, 0x6a, 0xff, 0xf4, 0xab, 0x6d, 0xff, 0xf6, 0xaf, 0x73, 0xff, 0xf5, 0xb5, 0x7c, 0xff, 0xf7, 0xb8, 0x7e, 0xff, 0xf5, 0xbc, 0x84, 0xff, 0xf7, 0xc2, 0x88, 0xff, 0xf7, 0xc8, 0x8b, 0xff, 0xf7, 0xca, 0x8e, 0xff, 0xf5, 0xcd, 0x8f, 0xff, 0xf7, 0xcc, 0x8a, 0xff, 0xf7, 0xd1, 0x83, 0xff, 0xf5, 0xce, 0x79, 0xff, 0xf6, 0xc8, 0x70, 0xff, 0xf5, 0xc5, 0x6d, 0xff, 0xf5, 0xc6, 0x70, 0xff, 0xf6, 0xc5, 0x74, 0xff, 0xf5, 0xc2, 0x75, 0xff, 0xf5, 0xc8, 0x78, 0xff, 0xf7, 0xce, 0x7d, 0xff, 0xf4, 0xca, 0x7a, 0xff, 0xf3, 0xd0, 0x75, 0xff, 0xf1, 0xbc, 0x63, 0xff, 0xec, 0xb5, 0x60, 0xff, 0xf1, 0xb1, 0x5d, 0xff, 0xed, 0xae, 0x5b, 0xff, 0xf1, 0xaa, 0x59, 0xff, 0xf1, 0xa7, 0x59, 0xff, 0xf4, 0xa7, 0x57, 0xff, 0xf3, 0xa5, 0x57, 0xff, 0xf5, 0xab, 0x5b, 0xff, 0xf6, 0xa9, 0x61, 0xff, 0xf4, 0xa7, 0x60, 0xff, 0xf3, 0xaa, 0x60, 0xff, 0xf1, 0xab, 0x63, 0xff, 0xf5, 0xa9, 0x66, 0xff, 0xf0, 0xa6, 0x5f, 0xff, 0xdd, 0x9c, 0x3f, 0xff, 0xdf, 0xa3, 0x35, 0xff, 0xda, 0x99, 0x2f, 0xff, 0xde, 0x9d, 0x33, 0xff, 0xdd, 0x9b, 0x32, 0xff, 0xb7, 0x7c, 0x33, 0xff, 0xa5, 0x68, 0x39, 0xff, 0xab, 0x71, 0x3f, 0xff, 0xaa, 0x72, 0x41, 0xff, 0xaa, 0x70, 0x43, 0xff, 0xaa, 0x73, 0x44, 0xff, 0xa9, 0x72, 0x45, 0xff, 0xa8, 0x73, 0x44, 0xff, 0xa7, 0x73, 0x48, 0xff, 0xa6, 0x70, 0x46, 0xff, 0xa4, 0x6c, 0x3f, 0xff, 0xa2, 0x6c, 0x3b, 0xff, 0xa2, 0x69, 0x3b, 0xff, 0xa0, 0x68, 0x3b, 0xff, 0x9e, 0x68, 0x3c, 0xff, 0x9d, 0x67, 0x39, 0xff, 0x9d, 0x65, 0x39, 0xff, 0x9c, 0x64, 0x3a, 0xff, 0x9a, 0x64, 0x37, 0xff, 0x99, 0x65, 0x39, 0xff, 0x93, 0x5c, 0x35, 0xff, 0x86, 0x4b, 0x2c, 0xff, 0x85, 0x4b, 0x2b, 0xff, 0x85, 0x4b, 0x2b, 0xff, 0x85, 0x4b, 0x2c, 0xff, 0x83, 0x4b, 0x2d, 0xff, 0x83, 0x49, 0x2a, 0xff, 0x84, 0x47, 0x29, 0xff, 0x82, 0x47, 0x29, 0xff, 0x81, 0x47, 0x27, 0xff, 0x82, 0x46, 0x27, 0xff, 0x81, 0x47, 0x28, 0xff, 0x7e, 0x43, 0x26, 0xff, 0x77, 0x3c, 0x21, 0xff, 0x75, 0x3a, 0x20, 0xff, 0x76, 0x3a, 0x20, 0xff, 0x75, 0x3c, 0x1f, 0xff, 0x76, 0x3b, 0x1f, 0xff, 0x78, 0x3c, 0x1e, 0xff, 0x79, 0x3b, 0x1e, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x79, 0x3e, 0x1f, 0xff, 0x7b, 0x3f, 0x20, 0xff, 0x7b, 0x41, 0x21, 0xff, 0x7d, 0x42, 0x21, 0xff, 0x80, 0x43, 0x22, 0xff, 0x82, 0x44, 0x24, 0xff, 0x83, 0x48, 0x26, 0xff, 0x84, 0x4a, 0x27, 0xff, 0x86, 0x4c, 0x29, 0xff, 0x88, 0x4d, 0x2a, 0xff, 0x8a, 0x50, 0x2d, 0xff, 0x8c, 0x53, 0x2e, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8f, 0x55, 0x2f, 0xff, 0x91, 0x58, 0x31, 0xff, 0x94, 0x5a, 0x33, 0xff, 0x94, 0x5b, 0x32, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x99, 0x5f, 0x35, 0xff, 0x9a, 0x62, 0x36, 0xff, 0x9c, 0x63, 0x37, 0xff, 0x9e, 0x64, 0x38, 0xff, 0xa0, 0x66, 0x39, 0xff, 0xa2, 0x67, 0x39, 0xff, 0xa4, 0x69, 0x39, 0xff, 0xa6, 0x6b, 0x37, 0xff, 0xa8, 0x6c, 0x37, 0xff, 0xaa, 0x6d, 0x36, 0xff, 0xac, 0x6f, 0x36, 0xff, 0xae, 0x70, 0x37, 0xff, 0xb1, 0x71, 0x35, 0xff, 0xb5, 0x74, 0x35, 0xff, 0xba, 0x77, 0x36, 0xff, 0xbe, 0x7b, 0x37, 0xff, 0xc2, 0x7f, 0x38, 0xff, 0xc6, 0x82, 0x3c, 0xff, 0xca, 0x88, 0x42, 0xff, 0xd0, 0x8f, 0x47, 0xff, 0xd7, 0x94, 0x4b, 0xff, 0xde, 0x98, 0x50, 0xff, 0xe6, 0x9a, 0x58, 0xff, 0xef, 0xa0, 0x5b, 0xff, 0xf1, 0xa4, 0x60, 0xff, 0xf4, 0xa6, 0x63, 0xff, 0xf3, 0xa9, 0x64, 0xff, 0xf5, 0xa8, 0x63, 0xff, 0xf6, 0xab, 0x5f, 0xff, 0xf3, 0xb0, 0x5e, 0xff, 0xf4, 0xae, 0x5d, 0xff, 0xf3, 0xb3, 0x5d, 0xff, 0xf4, 0xb1, 0x5e, 0xff, 0xf4, 0xb1, 0x5f, 0xff, 0xf5, 0xb7, 0x64, 0xff, 0xf5, 0xb9, 0x67, 0xff, 0xf5, 0xbd, 0x6e, 0xff, 0xf3, 0xbc, 0x6f, 0xff, 0xf5, 0xbd, 0x73, 0xff, 0xf4, 0xb9, 0x6e, 0xff, 0xf4, 0xb7, 0x6d, 0xff, 0xf4, 0xba, 0x6f, 0xff, 0xf3, 0xba, 0x6d, 0xff, 0xf5, 0xb9, 0x6f, 0xff, 0xf6, 0xb9, 0x6d, 0xff, 0xf6, 0xb7, 0x6d, 0xff, 0xf5, 0xb7, 0x6c, 0xff, 0xf5, 0xad, 0x68, 0xff, 0xf5, 0xa6, 0x65, 0xff, 0xf6, 0xa8, 0x67, 0xff, 0xab, 0x77, 0x45, 0xff, 0x93, 0x59, 0x31, 0xff, 0x94, 0x56, 0x2f, 0xff, 0x95, 0x58, 0x2c, 0xff, 0x96, 0x58, 0x2b, 0xff, 0x97, 0x5b, 0x2e, 0xff, 0x99, 0x58, 0x2f, 0xff, 0x98, 0x5a, 0x2d, 0xff, 0x97, 0x5b, 0x2c, 0xff, 0x98, 0x5d, 0x2e, 0xff, 0x98, 0x5e, 0x2f, 0xff, 0x99, 0x5b, 0x2e, 0xff, 0x97, 0x5a, 0x2f, 0xff, 0x94, 0x58, 0x2e, 0xff, 0x94, 0x58, 0x2f, 0xff, 0x94, 0x59, 0x32, 0xff, 0x96, 0x58, 0x34, 0xff, 0x97, 0x5a, 0x36, 0xff, 0x98, 0x5b, 0x38, 0xff, 0x96, 0x59, 0x33, 0xff, 0x95, 0x58, 0x31, 0xff, 0x86, 0x47, 0x29, 0xff, 0x86, 0x47, 0x2a, 0xff, 0x85, 0x48, 0x29, 0xff, 0x7f, 0x43, 0x28, 0xff, 0x7d, 0x42, 0x27, 0xff, 0x7e, 0x40, 0x26, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7b, 0x3e, 0x25, 0xff, 0x7a, 0x3c, 0x22, 0xff, 0x7a, 0x39, 0x21, 0xff, 0x79, 0x39, 0x1e, 0xff, 0x77, 0x38, 0x1e, 0xff, 0x74, 0x37, 0x1b, 0xff, 0x74, 0x36, 0x1b, 0xff, 0x74, 0x36, 0x1b, 0xff, 0x71, 0x33, 0x19, 0xff, 0x6f, 0x33, 0x17, 0xff, 0x6f, 0x30, 0x16, 0xff, 0x6d, 0x31, 0x16, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x6b, 0x2f, 0x16, 0xff, 0x6c, 0x30, 0x14, 0xff, 0x6b, 0x2f, 0x16, 0xff, 0x6b, 0x30, 0x15, 0xff, 0x6b, 0x2d, 0x14, 0xff, - 0x68, 0x2c, 0x10, 0xff, 0x67, 0x2d, 0x12, 0xff, 0x68, 0x2c, 0x10, 0xff, 0x67, 0x2c, 0x10, 0xff, 0x68, 0x2c, 0x10, 0xff, 0x68, 0x2c, 0x13, 0xff, 0x66, 0x2a, 0x0f, 0xff, 0x70, 0x33, 0x1a, 0xff, 0x7c, 0x3d, 0x24, 0xff, 0x84, 0x46, 0x2b, 0xff, 0x83, 0x44, 0x28, 0xff, 0x83, 0x45, 0x28, 0xff, 0x84, 0x43, 0x28, 0xff, 0x84, 0x43, 0x28, 0xff, 0x84, 0x44, 0x27, 0xff, 0x85, 0x45, 0x27, 0xff, 0x87, 0x46, 0x28, 0xff, 0x89, 0x48, 0x28, 0xff, 0x8b, 0x4a, 0x28, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x92, 0x50, 0x2c, 0xff, 0x95, 0x53, 0x2e, 0xff, 0x9a, 0x57, 0x2f, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0xa4, 0x61, 0x35, 0xff, 0xa8, 0x63, 0x37, 0xff, 0xae, 0x6a, 0x3b, 0xff, 0xb5, 0x6f, 0x40, 0xff, 0xbd, 0x79, 0x46, 0xff, 0xc0, 0x7b, 0x48, 0xff, 0xc9, 0x84, 0x4e, 0xff, 0xc4, 0x7f, 0x49, 0xff, 0xc5, 0x80, 0x49, 0xff, 0xcd, 0x86, 0x4e, 0xff, 0xd9, 0x8a, 0x52, 0xff, 0xe7, 0x93, 0x56, 0xff, 0xf3, 0x98, 0x60, 0xff, 0xf7, 0xa1, 0x69, 0xff, 0xf5, 0xaa, 0x6e, 0xff, 0xf7, 0xb3, 0x76, 0xff, 0xf5, 0xb4, 0x79, 0xff, 0xf6, 0xb8, 0x7d, 0xff, 0xf8, 0xbe, 0x81, 0xff, 0xf5, 0xc3, 0x85, 0xff, 0xf6, 0xc8, 0x8a, 0xff, 0xf6, 0xd3, 0x91, 0xff, 0xf6, 0xd8, 0x94, 0xff, 0xf6, 0xda, 0x8f, 0xff, 0xf6, 0xe0, 0x86, 0xff, 0xf6, 0xdf, 0x7f, 0xff, 0xf8, 0xd6, 0x75, 0xff, 0xf5, 0xc9, 0x72, 0xff, 0xf5, 0xc7, 0x72, 0xff, 0xf5, 0xc1, 0x75, 0xff, 0xf6, 0xc4, 0x78, 0xff, 0xf5, 0xc5, 0x7b, 0xff, 0xf6, 0xc7, 0x7c, 0xff, 0xf5, 0xc7, 0x7c, 0xff, 0xf5, 0xc8, 0x7a, 0xff, 0xf3, 0xcb, 0x74, 0xff, 0xea, 0xb5, 0x65, 0xff, 0xee, 0xb4, 0x63, 0xff, 0xf1, 0xb4, 0x61, 0xff, 0xf1, 0xaf, 0x5d, 0xff, 0xf4, 0xab, 0x5c, 0xff, 0xf4, 0xa9, 0x57, 0xff, 0xf5, 0xa8, 0x5a, 0xff, 0xf4, 0xaa, 0x5f, 0xff, 0xf5, 0xa9, 0x5f, 0xff, 0xf4, 0xa3, 0x5d, 0xff, 0xf4, 0xa5, 0x5f, 0xff, 0xf4, 0xa8, 0x60, 0xff, 0xf3, 0xa5, 0x61, 0xff, 0xf3, 0xac, 0x65, 0xff, 0xe9, 0xb1, 0x55, 0xff, 0xd8, 0x96, 0x2e, 0xff, 0xdf, 0x98, 0x31, 0xff, 0xdd, 0x9b, 0x30, 0xff, 0xcc, 0x91, 0x32, 0xff, 0xad, 0x72, 0x37, 0xff, 0xad, 0x70, 0x3e, 0xff, 0xae, 0x72, 0x42, 0xff, 0xad, 0x73, 0x44, 0xff, 0xac, 0x73, 0x45, 0xff, 0xac, 0x75, 0x47, 0xff, 0xab, 0x73, 0x44, 0xff, 0xaa, 0x73, 0x47, 0xff, 0xa9, 0x72, 0x46, 0xff, 0xa8, 0x71, 0x44, 0xff, 0xa6, 0x70, 0x42, 0xff, 0xa3, 0x6c, 0x3c, 0xff, 0xa3, 0x6c, 0x3c, 0xff, 0xa2, 0x6c, 0x3e, 0xff, 0xa0, 0x69, 0x3b, 0xff, 0x9e, 0x68, 0x3a, 0xff, 0x9d, 0x67, 0x3b, 0xff, 0x9b, 0x65, 0x38, 0xff, 0x9b, 0x63, 0x39, 0xff, 0x99, 0x60, 0x38, 0xff, 0x8f, 0x56, 0x31, 0xff, 0x86, 0x4b, 0x2c, 0xff, 0x85, 0x4b, 0x2e, 0xff, 0x85, 0x4b, 0x2d, 0xff, 0x85, 0x4a, 0x2b, 0xff, 0x84, 0x49, 0x2a, 0xff, 0x84, 0x4b, 0x2a, 0xff, 0x83, 0x4a, 0x2a, 0xff, 0x83, 0x47, 0x28, 0xff, 0x83, 0x47, 0x27, 0xff, 0x82, 0x47, 0x29, 0xff, 0x80, 0x45, 0x28, 0xff, 0x79, 0x3d, 0x24, 0xff, 0x76, 0x3a, 0x22, 0xff, 0x77, 0x3b, 0x23, 0xff, 0x76, 0x3a, 0x22, 0xff, 0x75, 0x3a, 0x1f, 0xff, 0x75, 0x3a, 0x1e, 0xff, 0x77, 0x39, 0x1d, 0xff, 0x77, 0x3a, 0x1d, 0xff, 0x78, 0x3c, 0x1f, 0xff, 0x78, 0x3c, 0x1e, 0xff, 0x79, 0x3c, 0x20, 0xff, 0x7a, 0x3e, 0x22, 0xff, 0x7b, 0x41, 0x23, 0xff, 0x7e, 0x42, 0x22, 0xff, 0x80, 0x42, 0x23, 0xff, 0x82, 0x45, 0x25, 0xff, 0x84, 0x48, 0x26, 0xff, 0x85, 0x4a, 0x27, 0xff, 0x87, 0x4d, 0x2a, 0xff, 0x88, 0x4f, 0x2c, 0xff, 0x8a, 0x50, 0x2d, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x8d, 0x52, 0x2f, 0xff, 0x8f, 0x54, 0x2f, 0xff, 0x90, 0x58, 0x30, 0xff, 0x93, 0x58, 0x32, 0xff, 0x94, 0x5a, 0x33, 0xff, 0x96, 0x5c, 0x34, 0xff, 0x98, 0x5d, 0x34, 0xff, 0x9a, 0x60, 0x35, 0xff, 0x9c, 0x62, 0x35, 0xff, 0x9d, 0x64, 0x37, 0xff, 0x9f, 0x65, 0x37, 0xff, 0xa1, 0x66, 0x37, 0xff, 0xa3, 0x66, 0x36, 0xff, 0xa4, 0x67, 0x33, 0xff, 0xa5, 0x68, 0x33, 0xff, 0xa8, 0x68, 0x32, 0xff, 0xab, 0x6a, 0x31, 0xff, 0xae, 0x6c, 0x30, 0xff, 0xb1, 0x6f, 0x31, 0xff, 0xb5, 0x72, 0x33, 0xff, 0xba, 0x74, 0x34, 0xff, 0xbe, 0x78, 0x35, 0xff, 0xc1, 0x7d, 0x35, 0xff, 0xc5, 0x81, 0x3b, 0xff, 0xca, 0x86, 0x41, 0xff, 0xce, 0x8e, 0x44, 0xff, 0xd5, 0x92, 0x4a, 0xff, 0xda, 0x96, 0x50, 0xff, 0xdf, 0x99, 0x53, 0xff, 0xe7, 0x9a, 0x57, 0xff, 0xec, 0x9f, 0x5d, 0xff, 0xf1, 0xa5, 0x61, 0xff, 0xf4, 0xa7, 0x64, 0xff, 0xf5, 0xac, 0x64, 0xff, 0xf7, 0xac, 0x63, 0xff, 0xf5, 0xac, 0x60, 0xff, 0xf5, 0xaa, 0x5f, 0xff, 0xf6, 0xab, 0x60, 0xff, 0xf5, 0xae, 0x62, 0xff, 0xf3, 0xae, 0x63, 0xff, 0xf5, 0xb0, 0x63, 0xff, 0xf5, 0xb4, 0x66, 0xff, 0xf4, 0xb8, 0x6a, 0xff, 0xf4, 0xb3, 0x68, 0xff, 0xf5, 0xb6, 0x6b, 0xff, 0xf5, 0xb4, 0x67, 0xff, 0xf3, 0xb2, 0x67, 0xff, 0xf5, 0xb4, 0x66, 0xff, 0xf6, 0xb2, 0x64, 0xff, 0xf4, 0xb1, 0x65, 0xff, 0xf6, 0xb2, 0x67, 0xff, 0xf5, 0xb4, 0x66, 0xff, 0xf5, 0xab, 0x64, 0xff, 0xf6, 0xa2, 0x62, 0xff, 0xf6, 0x9f, 0x63, 0xff, 0xab, 0x74, 0x44, 0xff, 0x94, 0x57, 0x30, 0xff, 0x95, 0x56, 0x31, 0xff, 0x96, 0x58, 0x2e, 0xff, 0x99, 0x5b, 0x30, 0xff, 0x99, 0x5c, 0x30, 0xff, 0x99, 0x5c, 0x2f, 0xff, 0x97, 0x5c, 0x2e, 0xff, 0x98, 0x5c, 0x2d, 0xff, 0x96, 0x5d, 0x2e, 0xff, 0x98, 0x5c, 0x2e, 0xff, 0x98, 0x5d, 0x2f, 0xff, 0x98, 0x5c, 0x2f, 0xff, 0x94, 0x59, 0x2e, 0xff, 0x94, 0x59, 0x30, 0xff, 0x95, 0x59, 0x32, 0xff, 0x97, 0x5a, 0x36, 0xff, 0x98, 0x5c, 0x39, 0xff, 0x9a, 0x5c, 0x3a, 0xff, 0x95, 0x59, 0x36, 0xff, 0x89, 0x49, 0x2c, 0xff, 0x86, 0x49, 0x29, 0xff, 0x85, 0x48, 0x2a, 0xff, 0x82, 0x43, 0x29, 0xff, 0x7f, 0x41, 0x27, 0xff, 0x7c, 0x40, 0x25, 0xff, 0x7d, 0x41, 0x26, 0xff, 0x7b, 0x3d, 0x25, 0xff, 0x7b, 0x3c, 0x23, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x79, 0x39, 0x20, 0xff, 0x77, 0x37, 0x1e, 0xff, 0x76, 0x38, 0x1c, 0xff, 0x71, 0x35, 0x1a, 0xff, 0x71, 0x31, 0x19, 0xff, 0x6e, 0x31, 0x17, 0xff, 0x6e, 0x31, 0x17, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x6c, 0x30, 0x15, 0xff, 0x6b, 0x2f, 0x16, 0xff, 0x6c, 0x2f, 0x15, 0xff, 0x6b, 0x2e, 0x16, 0xff, 0x6a, 0x2f, 0x12, 0xff, 0x69, 0x2e, 0x13, 0xff, 0x68, 0x2d, 0x14, 0xff, 0x68, 0x2c, 0x12, 0xff, - 0x65, 0x2c, 0x10, 0xff, 0x65, 0x2c, 0x0f, 0xff, 0x65, 0x2c, 0x0f, 0xff, 0x65, 0x2d, 0x10, 0xff, 0x65, 0x2b, 0x0f, 0xff, 0x68, 0x30, 0x16, 0xff, 0x77, 0x3a, 0x20, 0xff, 0x80, 0x41, 0x28, 0xff, 0x80, 0x41, 0x27, 0xff, 0x7f, 0x40, 0x27, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x80, 0x40, 0x25, 0xff, 0x83, 0x41, 0x26, 0xff, 0x85, 0x44, 0x27, 0xff, 0x87, 0x48, 0x27, 0xff, 0x8a, 0x47, 0x28, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x92, 0x4f, 0x2c, 0xff, 0x95, 0x54, 0x2d, 0xff, 0x99, 0x56, 0x2f, 0xff, 0x9d, 0x5b, 0x31, 0xff, 0xa3, 0x5f, 0x33, 0xff, 0xa8, 0x66, 0x37, 0xff, 0xb4, 0x70, 0x3e, 0xff, 0xbc, 0x78, 0x43, 0xff, 0xc1, 0x7b, 0x47, 0xff, 0xc1, 0x7d, 0x49, 0xff, 0xc0, 0x7b, 0x47, 0xff, 0xc5, 0x7e, 0x49, 0xff, 0xcb, 0x82, 0x4d, 0xff, 0xd8, 0x8a, 0x52, 0xff, 0xe2, 0x91, 0x55, 0xff, 0xf3, 0x97, 0x5c, 0xff, 0xf7, 0x9e, 0x61, 0xff, 0xf6, 0xa8, 0x69, 0xff, 0xf6, 0xb1, 0x71, 0xff, 0xf3, 0xb5, 0x78, 0xff, 0xf6, 0xb9, 0x7b, 0xff, 0xf8, 0xbe, 0x7e, 0xff, 0xf8, 0xc7, 0x82, 0xff, 0xf5, 0xca, 0x88, 0xff, 0xf8, 0xd5, 0x8d, 0xff, 0xf5, 0xdc, 0x94, 0xff, 0xf6, 0xe1, 0x9a, 0xff, 0xf7, 0xe3, 0x95, 0xff, 0xf7, 0xe9, 0x8d, 0xff, 0xf6, 0xe6, 0x82, 0xff, 0xf6, 0xdc, 0x7b, 0xff, 0xf5, 0xcb, 0x77, 0xff, 0xf5, 0xc5, 0x79, 0xff, 0xf5, 0xc3, 0x78, 0xff, 0xf4, 0xc2, 0x77, 0xff, 0xf5, 0xc5, 0x7b, 0xff, 0xf5, 0xc6, 0x7c, 0xff, 0xf5, 0xc5, 0x7b, 0xff, 0xf6, 0xc9, 0x7e, 0xff, 0xef, 0xc2, 0x78, 0xff, 0xe8, 0xb1, 0x65, 0xff, 0xf0, 0xb8, 0x65, 0xff, 0xf1, 0xb2, 0x62, 0xff, 0xf3, 0xac, 0x5d, 0xff, 0xf3, 0xaa, 0x5b, 0xff, 0xf5, 0xa9, 0x5b, 0xff, 0xf4, 0xa8, 0x5e, 0xff, 0xf0, 0xa6, 0x5e, 0xff, 0xf2, 0xa4, 0x5d, 0xff, 0xf3, 0xa5, 0x5e, 0xff, 0xf3, 0xa7, 0x5f, 0xff, 0xf3, 0xa3, 0x5e, 0xff, 0xf3, 0xac, 0x63, 0xff, 0xef, 0xbe, 0x64, 0xff, 0xe0, 0xa9, 0x47, 0xff, 0xde, 0x95, 0x2d, 0xff, 0xdf, 0xa0, 0x33, 0xff, 0xd0, 0x95, 0x3c, 0xff, 0xaa, 0x6c, 0x3b, 0xff, 0xb0, 0x75, 0x40, 0xff, 0xaf, 0x77, 0x45, 0xff, 0xaf, 0x77, 0x49, 0xff, 0xaf, 0x78, 0x48, 0xff, 0xae, 0x75, 0x47, 0xff, 0xad, 0x75, 0x46, 0xff, 0xac, 0x74, 0x46, 0xff, 0xab, 0x73, 0x44, 0xff, 0xab, 0x76, 0x44, 0xff, 0xa9, 0x74, 0x44, 0xff, 0xa5, 0x70, 0x40, 0xff, 0xa4, 0x6d, 0x3d, 0xff, 0xa4, 0x6d, 0x3c, 0xff, 0xa3, 0x6b, 0x3d, 0xff, 0xa0, 0x67, 0x3a, 0xff, 0x9f, 0x69, 0x3b, 0xff, 0x9c, 0x66, 0x39, 0xff, 0x9d, 0x65, 0x38, 0xff, 0x97, 0x60, 0x37, 0xff, 0x8d, 0x53, 0x2f, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x87, 0x4c, 0x2e, 0xff, 0x86, 0x4c, 0x2d, 0xff, 0x85, 0x4b, 0x2b, 0xff, 0x85, 0x4b, 0x2a, 0xff, 0x84, 0x4a, 0x29, 0xff, 0x84, 0x48, 0x29, 0xff, 0x83, 0x48, 0x28, 0xff, 0x83, 0x4a, 0x28, 0xff, 0x83, 0x49, 0x29, 0xff, 0x7d, 0x42, 0x26, 0xff, 0x78, 0x3c, 0x23, 0xff, 0x79, 0x3c, 0x23, 0xff, 0x78, 0x3d, 0x23, 0xff, 0x77, 0x3a, 0x21, 0xff, 0x76, 0x3a, 0x1f, 0xff, 0x74, 0x39, 0x1c, 0xff, 0x75, 0x38, 0x1d, 0xff, 0x76, 0x3b, 0x1f, 0xff, 0x78, 0x3b, 0x1f, 0xff, 0x78, 0x3b, 0x20, 0xff, 0x78, 0x3b, 0x20, 0xff, 0x79, 0x3b, 0x1f, 0xff, 0x79, 0x3c, 0x1f, 0xff, 0x7c, 0x3f, 0x20, 0xff, 0x7c, 0x41, 0x22, 0xff, 0x7f, 0x43, 0x24, 0xff, 0x82, 0x44, 0x26, 0xff, 0x82, 0x47, 0x26, 0xff, 0x85, 0x4b, 0x29, 0xff, 0x87, 0x4c, 0x2b, 0xff, 0x87, 0x4d, 0x2c, 0xff, 0x8a, 0x50, 0x2d, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8c, 0x52, 0x2f, 0xff, 0x8e, 0x55, 0x2e, 0xff, 0x91, 0x57, 0x2f, 0xff, 0x93, 0x59, 0x31, 0xff, 0x95, 0x5b, 0x33, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x97, 0x5e, 0x34, 0xff, 0x99, 0x61, 0x35, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9d, 0x5e, 0x31, 0xff, 0x9d, 0x5f, 0x30, 0xff, 0x9f, 0x60, 0x2f, 0xff, 0xa1, 0x60, 0x2e, 0xff, 0xa5, 0x64, 0x2f, 0xff, 0xa7, 0x66, 0x2f, 0xff, 0xab, 0x69, 0x2f, 0xff, 0xae, 0x6c, 0x30, 0xff, 0xb2, 0x6e, 0x30, 0xff, 0xb6, 0x70, 0x31, 0xff, 0xb8, 0x75, 0x31, 0xff, 0xbc, 0x78, 0x34, 0xff, 0xc1, 0x7d, 0x36, 0xff, 0xc2, 0x82, 0x3a, 0xff, 0xc7, 0x88, 0x40, 0xff, 0xcc, 0x8d, 0x44, 0xff, 0xd0, 0x91, 0x48, 0xff, 0xd5, 0x95, 0x4d, 0xff, 0xd9, 0x99, 0x51, 0xff, 0xdf, 0x9a, 0x55, 0xff, 0xe4, 0x9b, 0x58, 0xff, 0xea, 0xa0, 0x5b, 0xff, 0xf0, 0xa3, 0x5e, 0xff, 0xf5, 0xa8, 0x60, 0xff, 0xf7, 0xac, 0x62, 0xff, 0xf5, 0xa9, 0x60, 0xff, 0xf7, 0xad, 0x61, 0xff, 0xf6, 0xad, 0x62, 0xff, 0xf6, 0xac, 0x62, 0xff, 0xf4, 0xaf, 0x61, 0xff, 0xf4, 0xae, 0x61, 0xff, 0xf4, 0xb1, 0x61, 0xff, 0xf6, 0xae, 0x64, 0xff, 0xf5, 0xae, 0x66, 0xff, 0xf5, 0xac, 0x63, 0xff, 0xf5, 0xac, 0x61, 0xff, 0xf6, 0xaf, 0x62, 0xff, 0xf4, 0xae, 0x61, 0xff, 0xf5, 0xaf, 0x63, 0xff, 0xf5, 0xab, 0x61, 0xff, 0xf5, 0xae, 0x63, 0xff, 0xf6, 0xa7, 0x62, 0xff, 0xf5, 0x9f, 0x5e, 0xff, 0xf6, 0x9d, 0x5f, 0xff, 0xae, 0x73, 0x43, 0xff, 0x95, 0x56, 0x30, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x96, 0x56, 0x2e, 0xff, 0x98, 0x5a, 0x2e, 0xff, 0x98, 0x5c, 0x30, 0xff, 0x99, 0x5b, 0x2f, 0xff, 0x9a, 0x5c, 0x30, 0xff, 0x99, 0x5c, 0x30, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x98, 0x5c, 0x32, 0xff, 0x95, 0x59, 0x30, 0xff, 0x96, 0x5c, 0x2f, 0xff, 0x95, 0x59, 0x32, 0xff, 0x96, 0x59, 0x34, 0xff, 0x96, 0x5b, 0x35, 0xff, 0x97, 0x5a, 0x36, 0xff, 0x95, 0x59, 0x35, 0xff, 0x89, 0x4c, 0x2d, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x87, 0x48, 0x2b, 0xff, 0x83, 0x45, 0x2a, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x7d, 0x3e, 0x25, 0xff, 0x7a, 0x3d, 0x24, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x7a, 0x3a, 0x20, 0xff, 0x77, 0x39, 0x1e, 0xff, 0x76, 0x36, 0x1c, 0xff, 0x72, 0x35, 0x19, 0xff, 0x70, 0x33, 0x18, 0xff, 0x6e, 0x31, 0x17, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x6d, 0x2f, 0x16, 0xff, 0x6b, 0x30, 0x15, 0xff, 0x6a, 0x30, 0x14, 0xff, 0x69, 0x2c, 0x14, 0xff, 0x68, 0x2e, 0x14, 0xff, 0x68, 0x2c, 0x11, 0xff, 0x68, 0x2d, 0x10, 0xff, 0x67, 0x2d, 0x10, 0xff, 0x66, 0x2d, 0x11, 0xff, 0x66, 0x2c, 0x10, 0xff, - 0x63, 0x2c, 0x10, 0xff, 0x63, 0x2c, 0x10, 0xff, 0x62, 0x2a, 0x0e, 0xff, 0x62, 0x29, 0x0d, 0xff, 0x6a, 0x31, 0x17, 0xff, 0x7c, 0x40, 0x26, 0xff, 0x7c, 0x3d, 0x25, 0xff, 0x7a, 0x3c, 0x25, 0xff, 0x7b, 0x3e, 0x24, 0xff, 0x7b, 0x3e, 0x24, 0xff, 0x79, 0x3c, 0x23, 0xff, 0x79, 0x3c, 0x23, 0xff, 0x7a, 0x3c, 0x23, 0xff, 0x79, 0x3c, 0x23, 0xff, 0x7b, 0x3c, 0x23, 0xff, 0x7e, 0x3e, 0x24, 0xff, 0x7f, 0x3f, 0x24, 0xff, 0x81, 0x41, 0x25, 0xff, 0x83, 0x42, 0x25, 0xff, 0x88, 0x46, 0x26, 0xff, 0x8a, 0x49, 0x27, 0xff, 0x8e, 0x4c, 0x29, 0xff, 0x92, 0x4f, 0x2b, 0xff, 0x97, 0x54, 0x2d, 0xff, 0x9a, 0x58, 0x2f, 0xff, 0x9e, 0x5e, 0x32, 0xff, 0xab, 0x6a, 0x3c, 0xff, 0xb2, 0x6f, 0x3c, 0xff, 0xb7, 0x75, 0x3f, 0xff, 0xbb, 0x78, 0x43, 0xff, 0xc1, 0x7b, 0x45, 0xff, 0xbd, 0x79, 0x44, 0xff, 0xc2, 0x7d, 0x46, 0xff, 0xc7, 0x81, 0x4a, 0xff, 0xd2, 0x86, 0x4c, 0xff, 0xdf, 0x8e, 0x51, 0xff, 0xee, 0x95, 0x57, 0xff, 0xf6, 0xa0, 0x5e, 0xff, 0xf7, 0xa5, 0x65, 0xff, 0xf5, 0xad, 0x6b, 0xff, 0xf7, 0xb7, 0x71, 0xff, 0xf7, 0xbe, 0x78, 0xff, 0xf8, 0xc1, 0x7b, 0xff, 0xf8, 0xc9, 0x7e, 0xff, 0xf6, 0xd3, 0x84, 0xff, 0xf8, 0xdd, 0x8a, 0xff, 0xf7, 0xe6, 0x8e, 0xff, 0xf4, 0xe5, 0x95, 0xff, 0xf6, 0xe9, 0x9d, 0xff, 0xf6, 0xec, 0x99, 0xff, 0xf7, 0xed, 0x90, 0xff, 0xf5, 0xea, 0x84, 0xff, 0xf6, 0xdb, 0x7e, 0xff, 0xf6, 0xcb, 0x7a, 0xff, 0xf8, 0xc5, 0x7b, 0xff, 0xf5, 0xc5, 0x7b, 0xff, 0xf6, 0xc4, 0x7c, 0xff, 0xf8, 0xc3, 0x7b, 0xff, 0xf7, 0xc0, 0x7b, 0xff, 0xf6, 0xbd, 0x7b, 0xff, 0xf8, 0xc7, 0x7e, 0xff, 0xf1, 0xc5, 0x7b, 0xff, 0xe9, 0xb2, 0x67, 0xff, 0xf0, 0xb5, 0x64, 0xff, 0xf2, 0xb4, 0x60, 0xff, 0xf1, 0xad, 0x5c, 0xff, 0xf3, 0xa9, 0x5c, 0xff, 0xf4, 0xa9, 0x5f, 0xff, 0xed, 0xa4, 0x5c, 0xff, 0xf0, 0xa4, 0x5c, 0xff, 0xf1, 0xa3, 0x5d, 0xff, 0xf1, 0xa4, 0x5e, 0xff, 0xf3, 0xa4, 0x60, 0xff, 0xf3, 0xa8, 0x5e, 0xff, 0xf2, 0xbd, 0x66, 0xff, 0xed, 0xbc, 0x5b, 0xff, 0xd4, 0x9c, 0x2f, 0xff, 0xd9, 0x96, 0x33, 0xff, 0xbe, 0x84, 0x3b, 0xff, 0xad, 0x72, 0x42, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xb1, 0x78, 0x47, 0xff, 0xb1, 0x77, 0x48, 0xff, 0xaf, 0x78, 0x49, 0xff, 0xae, 0x78, 0x48, 0xff, 0xad, 0x77, 0x48, 0xff, 0xac, 0x76, 0x46, 0xff, 0xad, 0x76, 0x44, 0xff, 0xab, 0x75, 0x44, 0xff, 0xa9, 0x75, 0x44, 0xff, 0xaa, 0x75, 0x44, 0xff, 0xa7, 0x6f, 0x40, 0xff, 0xa3, 0x6b, 0x3d, 0xff, 0xa2, 0x6c, 0x3c, 0xff, 0xa3, 0x6c, 0x3d, 0xff, 0xa1, 0x6b, 0x3c, 0xff, 0x9f, 0x67, 0x39, 0xff, 0x9e, 0x6a, 0x3d, 0xff, 0x96, 0x5d, 0x37, 0xff, 0x8a, 0x50, 0x2c, 0xff, 0x8b, 0x52, 0x2e, 0xff, 0x8a, 0x4f, 0x2e, 0xff, 0x88, 0x4e, 0x2c, 0xff, 0x86, 0x4d, 0x2b, 0xff, 0x85, 0x4a, 0x2b, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x83, 0x4a, 0x29, 0xff, 0x83, 0x48, 0x29, 0xff, 0x83, 0x49, 0x2a, 0xff, 0x80, 0x46, 0x28, 0xff, 0x7b, 0x40, 0x24, 0xff, 0x79, 0x3e, 0x23, 0xff, 0x79, 0x3e, 0x24, 0xff, 0x78, 0x3d, 0x22, 0xff, 0x78, 0x3b, 0x20, 0xff, 0x77, 0x39, 0x20, 0xff, 0x76, 0x3a, 0x1e, 0xff, 0x74, 0x39, 0x1c, 0xff, 0x74, 0x39, 0x1c, 0xff, 0x76, 0x3b, 0x1e, 0xff, 0x77, 0x3c, 0x1d, 0xff, 0x78, 0x3c, 0x1d, 0xff, 0x79, 0x3d, 0x1e, 0xff, 0x7a, 0x3e, 0x1e, 0xff, 0x7a, 0x3d, 0x1f, 0xff, 0x7a, 0x40, 0x20, 0xff, 0x7d, 0x42, 0x23, 0xff, 0x80, 0x44, 0x25, 0xff, 0x80, 0x44, 0x27, 0xff, 0x82, 0x47, 0x28, 0xff, 0x84, 0x49, 0x29, 0xff, 0x86, 0x4c, 0x29, 0xff, 0x88, 0x4e, 0x2b, 0xff, 0x89, 0x4f, 0x2d, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x91, 0x55, 0x2e, 0xff, 0x93, 0x58, 0x31, 0xff, 0x94, 0x59, 0x32, 0xff, 0x94, 0x59, 0x30, 0xff, 0x94, 0x55, 0x2d, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x97, 0x5a, 0x2f, 0xff, 0x99, 0x5b, 0x2f, 0xff, 0x9b, 0x5c, 0x30, 0xff, 0x9e, 0x5e, 0x2f, 0xff, 0xa0, 0x61, 0x2e, 0xff, 0xa2, 0x63, 0x2e, 0xff, 0xa4, 0x64, 0x2e, 0xff, 0xa6, 0x64, 0x2e, 0xff, 0xaa, 0x68, 0x2e, 0xff, 0xae, 0x6b, 0x2f, 0xff, 0xb1, 0x6c, 0x2f, 0xff, 0xb5, 0x70, 0x30, 0xff, 0xb7, 0x75, 0x30, 0xff, 0xbb, 0x78, 0x33, 0xff, 0xc0, 0x7f, 0x36, 0xff, 0xc2, 0x84, 0x3c, 0xff, 0xc4, 0x88, 0x42, 0xff, 0xc8, 0x8e, 0x45, 0xff, 0xca, 0x8f, 0x48, 0xff, 0xd0, 0x91, 0x4d, 0xff, 0xd4, 0x94, 0x51, 0xff, 0xda, 0x95, 0x52, 0xff, 0xdc, 0x99, 0x55, 0xff, 0xe3, 0x9f, 0x57, 0xff, 0xe8, 0xa4, 0x59, 0xff, 0xed, 0xa9, 0x5c, 0xff, 0xf4, 0xa4, 0x5b, 0xff, 0xf5, 0xa4, 0x5b, 0xff, 0xf6, 0xaa, 0x5f, 0xff, 0xf4, 0xa9, 0x60, 0xff, 0xf6, 0xad, 0x61, 0xff, 0xf6, 0xae, 0x62, 0xff, 0xf6, 0xb0, 0x64, 0xff, 0xf4, 0xab, 0x61, 0xff, 0xf5, 0xa8, 0x5f, 0xff, 0xf5, 0xa9, 0x62, 0xff, 0xf3, 0xa5, 0x5b, 0xff, 0xf5, 0xa9, 0x5e, 0xff, 0xf5, 0xa8, 0x5d, 0xff, 0xf6, 0xa9, 0x5d, 0xff, 0xf4, 0xa7, 0x60, 0xff, 0xf4, 0xa4, 0x5e, 0xff, 0xf4, 0xa4, 0x5d, 0xff, 0xf6, 0x9e, 0x5f, 0xff, 0xf4, 0x9b, 0x5d, 0xff, 0xb1, 0x75, 0x44, 0xff, 0x95, 0x57, 0x30, 0xff, 0x94, 0x55, 0x2e, 0xff, 0x94, 0x54, 0x2e, 0xff, 0x98, 0x57, 0x2e, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x99, 0x5a, 0x2e, 0xff, 0x98, 0x5d, 0x2f, 0xff, 0x98, 0x5b, 0x30, 0xff, 0x98, 0x5e, 0x33, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x96, 0x57, 0x33, 0xff, 0x97, 0x5a, 0x33, 0xff, 0x97, 0x5b, 0x30, 0xff, 0x97, 0x5a, 0x30, 0xff, 0x95, 0x59, 0x33, 0xff, 0x98, 0x5b, 0x35, 0xff, 0x96, 0x5b, 0x35, 0xff, 0x88, 0x4c, 0x2b, 0xff, 0x87, 0x4b, 0x2b, 0xff, 0x87, 0x49, 0x2b, 0xff, 0x86, 0x48, 0x2a, 0xff, 0x81, 0x43, 0x28, 0xff, 0x7f, 0x42, 0x26, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x7a, 0x3d, 0x24, 0xff, 0x7a, 0x3c, 0x23, 0xff, 0x79, 0x3a, 0x21, 0xff, 0x7a, 0x3a, 0x20, 0xff, 0x77, 0x39, 0x1c, 0xff, 0x74, 0x35, 0x1c, 0xff, 0x70, 0x33, 0x18, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x6b, 0x2f, 0x16, 0xff, 0x6a, 0x30, 0x12, 0xff, 0x69, 0x2f, 0x13, 0xff, 0x68, 0x2c, 0x14, 0xff, 0x66, 0x2d, 0x13, 0xff, 0x67, 0x2c, 0x12, 0xff, 0x67, 0x2d, 0x13, 0xff, 0x65, 0x2d, 0x10, 0xff, 0x65, 0x2c, 0x0f, 0xff, 0x63, 0x2c, 0x0f, 0xff, 0x63, 0x2c, 0x10, 0xff, - 0x62, 0x2b, 0x0d, 0xff, 0x61, 0x29, 0x0c, 0xff, 0x64, 0x2b, 0x0f, 0xff, 0x6f, 0x35, 0x1a, 0xff, 0x80, 0x43, 0x29, 0xff, 0x79, 0x3a, 0x24, 0xff, 0x79, 0x3a, 0x23, 0xff, 0x78, 0x3a, 0x22, 0xff, 0x79, 0x39, 0x22, 0xff, 0x77, 0x39, 0x21, 0xff, 0x79, 0x3a, 0x23, 0xff, 0x79, 0x39, 0x21, 0xff, 0x78, 0x38, 0x20, 0xff, 0x79, 0x39, 0x20, 0xff, 0x79, 0x3a, 0x20, 0xff, 0x7b, 0x3a, 0x22, 0xff, 0x7d, 0x3b, 0x23, 0xff, 0x7e, 0x3e, 0x23, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x86, 0x44, 0x26, 0xff, 0x87, 0x45, 0x26, 0xff, 0x8a, 0x49, 0x27, 0xff, 0x90, 0x4d, 0x29, 0xff, 0x92, 0x52, 0x2a, 0xff, 0x9a, 0x59, 0x2e, 0xff, 0xa6, 0x65, 0x39, 0xff, 0xa7, 0x67, 0x3d, 0xff, 0xae, 0x6d, 0x3e, 0xff, 0xb2, 0x71, 0x3d, 0xff, 0xb8, 0x75, 0x3e, 0xff, 0xbf, 0x7a, 0x42, 0xff, 0xbe, 0x79, 0x44, 0xff, 0xc1, 0x7d, 0x45, 0xff, 0xc7, 0x82, 0x4a, 0xff, 0xcf, 0x86, 0x4d, 0xff, 0xda, 0x8b, 0x50, 0xff, 0xeb, 0x98, 0x56, 0xff, 0xf9, 0x9f, 0x5e, 0xff, 0xf7, 0xa7, 0x64, 0xff, 0xf6, 0xad, 0x6a, 0xff, 0xf5, 0xb5, 0x6f, 0xff, 0xf7, 0xbf, 0x74, 0xff, 0xf5, 0xc8, 0x7b, 0xff, 0xf8, 0xcc, 0x7e, 0xff, 0xf8, 0xd4, 0x82, 0xff, 0xf8, 0xdf, 0x87, 0xff, 0xf7, 0xec, 0x8d, 0xff, 0xf1, 0xef, 0x94, 0xff, 0xef, 0xf0, 0x9a, 0xff, 0xf2, 0xee, 0x9e, 0xff, 0xf3, 0xef, 0x97, 0xff, 0xf6, 0xf1, 0x91, 0xff, 0xf8, 0xeb, 0x89, 0xff, 0xf8, 0xdb, 0x7e, 0xff, 0xf8, 0xcc, 0x7a, 0xff, 0xf6, 0xc2, 0x79, 0xff, 0xf6, 0xbe, 0x79, 0xff, 0xf7, 0xbe, 0x79, 0xff, 0xf5, 0xbf, 0x78, 0xff, 0xf5, 0xb9, 0x78, 0xff, 0xf8, 0xbd, 0x7c, 0xff, 0xf6, 0xc6, 0x81, 0xff, 0xee, 0xc4, 0x7b, 0xff, 0xef, 0xb4, 0x67, 0xff, 0xee, 0xb5, 0x63, 0xff, 0xf0, 0xad, 0x5f, 0xff, 0xf2, 0xaa, 0x5f, 0xff, 0xee, 0xa9, 0x5f, 0xff, 0xed, 0xa8, 0x5c, 0xff, 0xef, 0xa3, 0x5b, 0xff, 0xee, 0xa2, 0x5b, 0xff, 0xed, 0xa2, 0x5b, 0xff, 0xf0, 0xa2, 0x5c, 0xff, 0xf2, 0xac, 0x60, 0xff, 0xf3, 0xbd, 0x64, 0xff, 0xf4, 0xc2, 0x66, 0xff, 0xec, 0xb7, 0x58, 0xff, 0xcb, 0x8e, 0x36, 0xff, 0xb3, 0x75, 0x3c, 0xff, 0xb1, 0x79, 0x47, 0xff, 0xb4, 0x7b, 0x48, 0xff, 0xb4, 0x7c, 0x48, 0xff, 0xb3, 0x79, 0x49, 0xff, 0xb0, 0x7a, 0x4a, 0xff, 0xb0, 0x7b, 0x4d, 0xff, 0xaf, 0x7a, 0x49, 0xff, 0xae, 0x77, 0x46, 0xff, 0xae, 0x79, 0x47, 0xff, 0xad, 0x77, 0x45, 0xff, 0xac, 0x76, 0x44, 0xff, 0xab, 0x76, 0x48, 0xff, 0xa8, 0x74, 0x44, 0xff, 0xa6, 0x70, 0x40, 0xff, 0xa6, 0x6e, 0x3e, 0xff, 0xa4, 0x6c, 0x3c, 0xff, 0xa3, 0x6b, 0x3c, 0xff, 0xa2, 0x6d, 0x3c, 0xff, 0x9c, 0x64, 0x39, 0xff, 0x91, 0x56, 0x31, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x88, 0x4e, 0x2b, 0xff, 0x88, 0x4e, 0x2b, 0xff, 0x87, 0x4d, 0x2b, 0xff, 0x85, 0x4b, 0x29, 0xff, 0x84, 0x49, 0x29, 0xff, 0x83, 0x49, 0x29, 0xff, 0x83, 0x48, 0x29, 0xff, 0x7f, 0x44, 0x27, 0xff, 0x7b, 0x3e, 0x24, 0xff, 0x7a, 0x3e, 0x24, 0xff, 0x78, 0x3d, 0x23, 0xff, 0x77, 0x3b, 0x22, 0xff, 0x77, 0x3c, 0x1f, 0xff, 0x78, 0x3c, 0x1f, 0xff, 0x76, 0x3a, 0x20, 0xff, 0x74, 0x3b, 0x20, 0xff, 0x74, 0x3b, 0x20, 0xff, 0x75, 0x39, 0x1e, 0xff, 0x75, 0x39, 0x1e, 0xff, 0x75, 0x3a, 0x1c, 0xff, 0x76, 0x3a, 0x1d, 0xff, 0x78, 0x3c, 0x1d, 0xff, 0x79, 0x3e, 0x1f, 0xff, 0x79, 0x3e, 0x1f, 0xff, 0x7a, 0x3e, 0x21, 0xff, 0x7d, 0x3f, 0x24, 0xff, 0x7f, 0x42, 0x24, 0xff, 0x80, 0x45, 0x26, 0xff, 0x82, 0x47, 0x28, 0xff, 0x84, 0x49, 0x29, 0xff, 0x85, 0x49, 0x2c, 0xff, 0x88, 0x4c, 0x2c, 0xff, 0x8a, 0x4e, 0x2b, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8c, 0x54, 0x2d, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x91, 0x53, 0x2d, 0xff, 0x93, 0x54, 0x2d, 0xff, 0x95, 0x58, 0x2e, 0xff, 0x98, 0x5a, 0x2e, 0xff, 0x9a, 0x5a, 0x2e, 0xff, 0x9b, 0x5b, 0x2e, 0xff, 0x9d, 0x5d, 0x2e, 0xff, 0x9f, 0x5e, 0x2e, 0xff, 0xa1, 0x62, 0x2e, 0xff, 0xa4, 0x64, 0x2e, 0xff, 0xa6, 0x64, 0x2e, 0xff, 0xaa, 0x68, 0x2e, 0xff, 0xad, 0x6c, 0x2f, 0xff, 0xb0, 0x70, 0x2f, 0xff, 0xb4, 0x72, 0x30, 0xff, 0xb6, 0x73, 0x2f, 0xff, 0xba, 0x76, 0x32, 0xff, 0xbe, 0x7c, 0x39, 0xff, 0xc0, 0x80, 0x3f, 0xff, 0xc2, 0x84, 0x44, 0xff, 0xc5, 0x88, 0x47, 0xff, 0xc8, 0x8e, 0x49, 0xff, 0xcd, 0x91, 0x4b, 0xff, 0xd1, 0x94, 0x4e, 0xff, 0xd4, 0x96, 0x4e, 0xff, 0xd8, 0x9a, 0x50, 0xff, 0xde, 0x9c, 0x52, 0xff, 0xe3, 0x9e, 0x54, 0xff, 0xe7, 0x9e, 0x53, 0xff, 0xee, 0x9e, 0x54, 0xff, 0xf2, 0x9f, 0x56, 0xff, 0xf4, 0xa2, 0x59, 0xff, 0xf6, 0xa8, 0x5c, 0xff, 0xf7, 0xad, 0x5f, 0xff, 0xf5, 0xac, 0x5f, 0xff, 0xf7, 0xae, 0x61, 0xff, 0xf7, 0xa8, 0x61, 0xff, 0xf7, 0xa6, 0x5e, 0xff, 0xf4, 0xa5, 0x59, 0xff, 0xf5, 0xa2, 0x57, 0xff, 0xf4, 0xa3, 0x58, 0xff, 0xf5, 0xa3, 0x59, 0xff, 0xf6, 0xa4, 0x5b, 0xff, 0xef, 0x9f, 0x59, 0xff, 0xf0, 0x9d, 0x59, 0xff, 0xf6, 0xa0, 0x5c, 0xff, 0xf2, 0x9c, 0x5b, 0xff, 0xb7, 0x75, 0x47, 0xff, 0x94, 0x56, 0x30, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0xa0, 0x61, 0x35, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0xa5, 0x65, 0x36, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xb1, 0x73, 0x44, 0xff, 0xb4, 0x77, 0x49, 0xff, 0xb3, 0x75, 0x49, 0xff, 0xaf, 0x71, 0x47, 0xff, 0xac, 0x6d, 0x40, 0xff, 0xa6, 0x66, 0x39, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa5, 0x67, 0x3e, 0xff, 0x99, 0x5d, 0x36, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x86, 0x48, 0x2c, 0xff, 0x84, 0x45, 0x2a, 0xff, 0x7e, 0x42, 0x27, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x7e, 0x3e, 0x25, 0xff, 0x7a, 0x3e, 0x25, 0xff, 0x7a, 0x3b, 0x22, 0xff, 0x79, 0x3a, 0x23, 0xff, 0x77, 0x39, 0x1e, 0xff, 0x77, 0x38, 0x1e, 0xff, 0x75, 0x36, 0x1b, 0xff, 0x71, 0x36, 0x19, 0xff, 0x71, 0x33, 0x18, 0xff, 0x6e, 0x31, 0x16, 0xff, 0x6c, 0x30, 0x16, 0xff, 0x69, 0x2d, 0x12, 0xff, 0x6a, 0x30, 0x11, 0xff, 0x68, 0x2d, 0x10, 0xff, 0x66, 0x2d, 0x12, 0xff, 0x66, 0x2d, 0x12, 0xff, 0x65, 0x2d, 0x11, 0xff, 0x66, 0x2c, 0x0f, 0xff, 0x62, 0x2d, 0x0d, 0xff, 0x62, 0x2a, 0x0d, 0xff, 0x63, 0x29, 0x0d, 0xff, 0x62, 0x2a, 0x0d, 0xff, - 0x61, 0x28, 0x0d, 0xff, 0x64, 0x29, 0x0f, 0xff, 0x74, 0x38, 0x21, 0xff, 0x7d, 0x41, 0x27, 0xff, 0x79, 0x3c, 0x24, 0xff, 0x77, 0x3a, 0x24, 0xff, 0x75, 0x37, 0x1e, 0xff, 0x73, 0x36, 0x1e, 0xff, 0x76, 0x36, 0x1d, 0xff, 0x74, 0x36, 0x1c, 0xff, 0x75, 0x36, 0x1f, 0xff, 0x77, 0x36, 0x1f, 0xff, 0x75, 0x36, 0x1c, 0xff, 0x77, 0x37, 0x1c, 0xff, 0x77, 0x39, 0x1e, 0xff, 0x79, 0x39, 0x1f, 0xff, 0x7a, 0x3b, 0x21, 0xff, 0x7c, 0x3c, 0x22, 0xff, 0x81, 0x3e, 0x24, 0xff, 0x84, 0x42, 0x25, 0xff, 0x86, 0x43, 0x25, 0xff, 0x87, 0x46, 0x26, 0xff, 0x8d, 0x4a, 0x28, 0xff, 0x93, 0x52, 0x2a, 0xff, 0x9b, 0x59, 0x2f, 0xff, 0xa1, 0x61, 0x36, 0xff, 0xa5, 0x65, 0x3b, 0xff, 0xa9, 0x68, 0x3e, 0xff, 0xaf, 0x6d, 0x3c, 0xff, 0xb5, 0x70, 0x3b, 0xff, 0xba, 0x76, 0x40, 0xff, 0xc1, 0x7d, 0x46, 0xff, 0xbd, 0x79, 0x42, 0xff, 0xc5, 0x81, 0x4a, 0xff, 0xcc, 0x87, 0x4c, 0xff, 0xd7, 0x8d, 0x50, 0xff, 0xeb, 0x94, 0x55, 0xff, 0xf7, 0x9c, 0x5b, 0xff, 0xf7, 0xa6, 0x62, 0xff, 0xf7, 0xb2, 0x69, 0xff, 0xf7, 0xb9, 0x70, 0xff, 0xf6, 0xc1, 0x75, 0xff, 0xf7, 0xcf, 0x7a, 0xff, 0xf8, 0xd7, 0x80, 0xff, 0xf8, 0xdc, 0x83, 0xff, 0xf8, 0xe2, 0x87, 0xff, 0xf6, 0xec, 0x8e, 0xff, 0xf0, 0xf3, 0x94, 0xff, 0xea, 0xf1, 0x9a, 0xff, 0xea, 0xf1, 0xa0, 0xff, 0xeb, 0xf2, 0x9e, 0xff, 0xf1, 0xf2, 0x94, 0xff, 0xf6, 0xef, 0x8e, 0xff, 0xf6, 0xe6, 0x85, 0xff, 0xf8, 0xd2, 0x79, 0xff, 0xf7, 0xc6, 0x76, 0xff, 0xf7, 0xbd, 0x75, 0xff, 0xf6, 0xbc, 0x75, 0xff, 0xf4, 0xbd, 0x77, 0xff, 0xf6, 0xb6, 0x76, 0xff, 0xf7, 0xb8, 0x7b, 0xff, 0xf7, 0xbe, 0x7e, 0xff, 0xf3, 0xbf, 0x7d, 0xff, 0xef, 0xbb, 0x73, 0xff, 0xef, 0xb5, 0x68, 0xff, 0xee, 0xb0, 0x61, 0xff, 0xee, 0xaf, 0x61, 0xff, 0xed, 0xa8, 0x60, 0xff, 0xed, 0xa4, 0x5c, 0xff, 0xed, 0xa3, 0x5b, 0xff, 0xec, 0xa1, 0x5b, 0xff, 0xec, 0xa0, 0x5a, 0xff, 0xed, 0xa0, 0x5c, 0xff, 0xed, 0xa7, 0x5d, 0xff, 0xf3, 0xbc, 0x61, 0xff, 0xf3, 0xbf, 0x61, 0xff, 0xef, 0xc0, 0x5f, 0xff, 0xd6, 0xa2, 0x4d, 0xff, 0xb6, 0x7a, 0x44, 0xff, 0xb5, 0x79, 0x47, 0xff, 0xb5, 0x7c, 0x49, 0xff, 0xb6, 0x7d, 0x4a, 0xff, 0xb4, 0x7f, 0x4b, 0xff, 0xb3, 0x7d, 0x4d, 0xff, 0xb2, 0x7e, 0x4b, 0xff, 0xb1, 0x7e, 0x49, 0xff, 0xb0, 0x7a, 0x49, 0xff, 0xaf, 0x79, 0x47, 0xff, 0xae, 0x77, 0x45, 0xff, 0xac, 0x77, 0x44, 0xff, 0xab, 0x76, 0x44, 0xff, 0xab, 0x76, 0x47, 0xff, 0xa9, 0x72, 0x42, 0xff, 0xa6, 0x6d, 0x3c, 0xff, 0xa5, 0x6d, 0x3d, 0xff, 0xa4, 0x6d, 0x3b, 0xff, 0xa3, 0x6d, 0x3e, 0xff, 0x9c, 0x63, 0x39, 0xff, 0x90, 0x53, 0x30, 0xff, 0x91, 0x54, 0x32, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x8a, 0x4f, 0x2d, 0xff, 0x88, 0x4e, 0x2c, 0xff, 0x87, 0x4c, 0x2a, 0xff, 0x85, 0x49, 0x29, 0xff, 0x85, 0x4a, 0x2b, 0xff, 0x82, 0x47, 0x29, 0xff, 0x7c, 0x40, 0x25, 0xff, 0x7b, 0x3f, 0x24, 0xff, 0x7b, 0x40, 0x24, 0xff, 0x7a, 0x3f, 0x24, 0xff, 0x79, 0x3f, 0x23, 0xff, 0x78, 0x3e, 0x21, 0xff, 0x77, 0x3b, 0x21, 0xff, 0x76, 0x3c, 0x22, 0xff, 0x76, 0x3b, 0x21, 0xff, 0x74, 0x39, 0x20, 0xff, 0x74, 0x39, 0x20, 0xff, 0x74, 0x3a, 0x1e, 0xff, 0x74, 0x39, 0x1d, 0xff, 0x75, 0x39, 0x1e, 0xff, 0x77, 0x3b, 0x1d, 0xff, 0x77, 0x3b, 0x1d, 0xff, 0x78, 0x3d, 0x1f, 0xff, 0x79, 0x3d, 0x20, 0xff, 0x7a, 0x3d, 0x22, 0xff, 0x7c, 0x41, 0x24, 0xff, 0x7e, 0x43, 0x25, 0xff, 0x80, 0x45, 0x27, 0xff, 0x82, 0x48, 0x27, 0xff, 0x83, 0x49, 0x29, 0xff, 0x85, 0x4b, 0x2b, 0xff, 0x86, 0x4c, 0x2c, 0xff, 0x88, 0x4c, 0x2c, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x87, 0x4a, 0x28, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8d, 0x50, 0x2a, 0xff, 0x8f, 0x52, 0x2a, 0xff, 0x91, 0x53, 0x2c, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x94, 0x57, 0x2d, 0xff, 0x96, 0x57, 0x2d, 0xff, 0x99, 0x58, 0x2c, 0xff, 0x9b, 0x5b, 0x2d, 0xff, 0x9e, 0x5d, 0x2e, 0xff, 0xa0, 0x5e, 0x2e, 0xff, 0xa2, 0x62, 0x2f, 0xff, 0xa7, 0x65, 0x2f, 0xff, 0xa9, 0x68, 0x2f, 0xff, 0xac, 0x6b, 0x2f, 0xff, 0xae, 0x6d, 0x30, 0xff, 0xb0, 0x6d, 0x30, 0xff, 0xb3, 0x71, 0x30, 0xff, 0xb6, 0x71, 0x33, 0xff, 0xb7, 0x73, 0x34, 0xff, 0xbc, 0x78, 0x3a, 0xff, 0xc0, 0x7d, 0x3e, 0xff, 0xc1, 0x81, 0x43, 0xff, 0xc3, 0x86, 0x47, 0xff, 0xc6, 0x8c, 0x49, 0xff, 0xca, 0x8f, 0x4c, 0xff, 0xcc, 0x91, 0x4c, 0xff, 0xd1, 0x94, 0x4e, 0xff, 0xd4, 0x96, 0x4e, 0xff, 0xd9, 0x98, 0x4f, 0xff, 0xde, 0x97, 0x50, 0xff, 0xe1, 0x98, 0x51, 0xff, 0xe6, 0x9a, 0x50, 0xff, 0xea, 0x9d, 0x52, 0xff, 0xef, 0x9e, 0x52, 0xff, 0xf1, 0xa3, 0x55, 0xff, 0xf5, 0xa6, 0x59, 0xff, 0xf6, 0xa8, 0x5c, 0xff, 0xf5, 0xa5, 0x5c, 0xff, 0xf7, 0xa4, 0x5e, 0xff, 0xf6, 0xa5, 0x60, 0xff, 0xf5, 0xa1, 0x59, 0xff, 0xf5, 0xa1, 0x54, 0xff, 0xf7, 0xa1, 0x55, 0xff, 0xee, 0x9c, 0x55, 0xff, 0xeb, 0x9b, 0x54, 0xff, 0xf0, 0x99, 0x55, 0xff, 0xf0, 0x9b, 0x58, 0xff, 0xeb, 0x97, 0x57, 0xff, 0xc9, 0x81, 0x50, 0xff, 0xab, 0x6d, 0x41, 0xff, 0xb1, 0x73, 0x46, 0xff, 0xb6, 0x77, 0x49, 0xff, 0xb9, 0x7a, 0x4a, 0xff, 0xbf, 0x7d, 0x4d, 0xff, 0xbf, 0x7e, 0x4e, 0xff, 0xbd, 0x7d, 0x4d, 0xff, 0xbd, 0x7e, 0x50, 0xff, 0xbf, 0x7f, 0x52, 0xff, 0xbf, 0x7d, 0x50, 0xff, 0xc1, 0x7f, 0x52, 0xff, 0xc7, 0x83, 0x54, 0xff, 0xcd, 0x89, 0x58, 0xff, 0xce, 0x8c, 0x59, 0xff, 0xca, 0x8c, 0x59, 0xff, 0x9b, 0x5e, 0x38, 0xff, 0x90, 0x52, 0x31, 0xff, 0x8f, 0x52, 0x2f, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x87, 0x48, 0x2c, 0xff, 0x81, 0x43, 0x27, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x80, 0x41, 0x25, 0xff, 0x7c, 0x3e, 0x24, 0xff, 0x7a, 0x3e, 0x23, 0xff, 0x7a, 0x3b, 0x22, 0xff, 0x78, 0x3a, 0x1f, 0xff, 0x77, 0x38, 0x1e, 0xff, 0x75, 0x37, 0x1c, 0xff, 0x73, 0x36, 0x1b, 0xff, 0x70, 0x34, 0x19, 0xff, 0x6e, 0x34, 0x19, 0xff, 0x6e, 0x31, 0x16, 0xff, 0x6c, 0x30, 0x16, 0xff, 0x69, 0x2d, 0x13, 0xff, 0x67, 0x2c, 0x11, 0xff, 0x65, 0x2c, 0x0f, 0xff, 0x65, 0x2c, 0x10, 0xff, 0x65, 0x2c, 0x10, 0xff, 0x63, 0x2c, 0x0d, 0xff, 0x62, 0x29, 0x0d, 0xff, 0x61, 0x29, 0x0d, 0xff, 0x61, 0x28, 0x0d, 0xff, 0x62, 0x29, 0x0d, 0xff, 0x61, 0x28, 0x0d, 0xff, - 0x61, 0x29, 0x0e, 0xff, 0x77, 0x3c, 0x23, 0xff, 0x79, 0x3a, 0x24, 0xff, 0x79, 0x3b, 0x24, 0xff, 0x77, 0x3a, 0x22, 0xff, 0x76, 0x3a, 0x23, 0xff, 0x74, 0x37, 0x1f, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6f, 0x33, 0x18, 0xff, 0x6e, 0x33, 0x18, 0xff, 0x70, 0x33, 0x19, 0xff, 0x72, 0x35, 0x19, 0xff, 0x72, 0x34, 0x18, 0xff, 0x73, 0x35, 0x1b, 0xff, 0x74, 0x34, 0x19, 0xff, 0x77, 0x37, 0x1c, 0xff, 0x78, 0x39, 0x1d, 0xff, 0x7b, 0x3b, 0x21, 0xff, 0x7f, 0x3e, 0x22, 0xff, 0x7f, 0x3e, 0x22, 0xff, 0x83, 0x41, 0x23, 0xff, 0x87, 0x46, 0x26, 0xff, 0x8d, 0x49, 0x28, 0xff, 0x91, 0x50, 0x29, 0xff, 0x97, 0x57, 0x2d, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0xa3, 0x64, 0x36, 0xff, 0xa7, 0x69, 0x38, 0xff, 0xaa, 0x6c, 0x39, 0xff, 0xaf, 0x6c, 0x39, 0xff, 0xb6, 0x72, 0x3c, 0xff, 0xbe, 0x7a, 0x43, 0xff, 0xbe, 0x7a, 0x42, 0xff, 0xc2, 0x81, 0x48, 0xff, 0xcb, 0x89, 0x4f, 0xff, 0xd8, 0x90, 0x54, 0xff, 0xe6, 0x96, 0x57, 0xff, 0xf8, 0x9e, 0x5b, 0xff, 0xf5, 0xa6, 0x61, 0xff, 0xf7, 0xb3, 0x68, 0xff, 0xf7, 0xbd, 0x71, 0xff, 0xf6, 0xc9, 0x7a, 0xff, 0xf5, 0xd3, 0x7c, 0xff, 0xf8, 0xe2, 0x82, 0xff, 0xf8, 0xe4, 0x88, 0xff, 0xf8, 0xe4, 0x89, 0xff, 0xf8, 0xea, 0x8c, 0xff, 0xf4, 0xee, 0x8f, 0xff, 0xeb, 0xf2, 0x96, 0xff, 0xea, 0xf1, 0x9b, 0xff, 0xea, 0xf2, 0x9e, 0xff, 0xe8, 0xef, 0x95, 0xff, 0xec, 0xf2, 0x8e, 0xff, 0xf3, 0xef, 0x88, 0xff, 0xf6, 0xdf, 0x7e, 0xff, 0xf5, 0xd0, 0x79, 0xff, 0xf6, 0xc0, 0x76, 0xff, 0xf7, 0xbd, 0x75, 0xff, 0xf5, 0xb8, 0x76, 0xff, 0xf5, 0xb6, 0x77, 0xff, 0xf6, 0xb9, 0x7a, 0xff, 0xf8, 0xba, 0x7d, 0xff, 0xf8, 0xba, 0x7e, 0xff, 0xf4, 0xbd, 0x7a, 0xff, 0xe9, 0xb5, 0x69, 0xff, 0xf1, 0xb4, 0x69, 0xff, 0xed, 0xaf, 0x64, 0xff, 0xe8, 0xa9, 0x60, 0xff, 0xea, 0xa8, 0x5f, 0xff, 0xec, 0xa1, 0x5b, 0xff, 0xea, 0x9f, 0x59, 0xff, 0xea, 0x9f, 0x5b, 0xff, 0xe7, 0xa0, 0x5b, 0xff, 0xe9, 0xa8, 0x5d, 0xff, 0xf1, 0xbd, 0x63, 0xff, 0xf5, 0xc1, 0x60, 0xff, 0xf3, 0xbe, 0x62, 0xff, 0xda, 0xa8, 0x61, 0xff, 0xb7, 0x81, 0x4a, 0xff, 0xb7, 0x7d, 0x4a, 0xff, 0xb8, 0x7c, 0x48, 0xff, 0xb7, 0x7d, 0x4c, 0xff, 0xb7, 0x80, 0x4c, 0xff, 0xb6, 0x82, 0x4d, 0xff, 0xb4, 0x80, 0x4d, 0xff, 0xb2, 0x7e, 0x4b, 0xff, 0xb2, 0x7f, 0x4b, 0xff, 0xb1, 0x7f, 0x47, 0xff, 0xae, 0x7a, 0x46, 0xff, 0xae, 0x78, 0x47, 0xff, 0xad, 0x79, 0x49, 0xff, 0xad, 0x79, 0x47, 0xff, 0xab, 0x77, 0x42, 0xff, 0xa8, 0x71, 0x40, 0xff, 0xa5, 0x6d, 0x3d, 0xff, 0xa6, 0x6f, 0x3c, 0xff, 0xa3, 0x6c, 0x3d, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x93, 0x58, 0x33, 0xff, 0x92, 0x59, 0x32, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8c, 0x51, 0x2e, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x8a, 0x50, 0x2c, 0xff, 0x88, 0x4e, 0x2b, 0xff, 0x88, 0x4d, 0x2a, 0xff, 0x85, 0x4b, 0x2b, 0xff, 0x80, 0x45, 0x28, 0xff, 0x7d, 0x41, 0x24, 0xff, 0x7e, 0x40, 0x25, 0xff, 0x7c, 0x3f, 0x25, 0xff, 0x7a, 0x40, 0x24, 0xff, 0x79, 0x3f, 0x22, 0xff, 0x79, 0x3e, 0x23, 0xff, 0x79, 0x3d, 0x23, 0xff, 0x78, 0x3d, 0x21, 0xff, 0x77, 0x3c, 0x21, 0xff, 0x75, 0x3c, 0x21, 0xff, 0x74, 0x3a, 0x1f, 0xff, 0x73, 0x39, 0x1d, 0xff, 0x73, 0x39, 0x1c, 0xff, 0x74, 0x3a, 0x1b, 0xff, 0x76, 0x3a, 0x1c, 0xff, 0x77, 0x39, 0x1e, 0xff, 0x76, 0x39, 0x1e, 0xff, 0x77, 0x3c, 0x1e, 0xff, 0x79, 0x3e, 0x21, 0xff, 0x7a, 0x3f, 0x23, 0xff, 0x7c, 0x40, 0x24, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x80, 0x46, 0x26, 0xff, 0x81, 0x46, 0x28, 0xff, 0x83, 0x47, 0x29, 0xff, 0x81, 0x45, 0x27, 0xff, 0x81, 0x44, 0x26, 0xff, 0x83, 0x46, 0x26, 0xff, 0x85, 0x47, 0x27, 0xff, 0x87, 0x48, 0x28, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x8b, 0x4d, 0x28, 0xff, 0x8e, 0x51, 0x2a, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x91, 0x51, 0x2b, 0xff, 0x94, 0x53, 0x2c, 0xff, 0x98, 0x57, 0x2c, 0xff, 0x99, 0x59, 0x2c, 0xff, 0x9b, 0x5a, 0x2d, 0xff, 0x9f, 0x5e, 0x2d, 0xff, 0xa1, 0x60, 0x2e, 0xff, 0xa3, 0x63, 0x2f, 0xff, 0xa6, 0x65, 0x2f, 0xff, 0xa9, 0x68, 0x31, 0xff, 0xaa, 0x67, 0x2f, 0xff, 0xad, 0x68, 0x30, 0xff, 0xaf, 0x6b, 0x32, 0xff, 0xb3, 0x6f, 0x33, 0xff, 0xb7, 0x73, 0x37, 0xff, 0xba, 0x78, 0x3a, 0xff, 0xbe, 0x7c, 0x40, 0xff, 0xc1, 0x7f, 0x45, 0xff, 0xc2, 0x82, 0x46, 0xff, 0xc3, 0x87, 0x47, 0xff, 0xc4, 0x8b, 0x49, 0xff, 0xc6, 0x8d, 0x49, 0xff, 0xca, 0x8f, 0x4a, 0xff, 0xcf, 0x90, 0x4c, 0xff, 0xd2, 0x91, 0x4d, 0xff, 0xd7, 0x94, 0x4e, 0xff, 0xdb, 0x94, 0x4e, 0xff, 0xe0, 0x95, 0x4f, 0xff, 0xe6, 0x98, 0x51, 0xff, 0xed, 0x9b, 0x52, 0xff, 0xee, 0x9c, 0x51, 0xff, 0xf2, 0x9c, 0x56, 0xff, 0xf5, 0xa2, 0x58, 0xff, 0xf4, 0xa3, 0x59, 0xff, 0xf5, 0xa2, 0x5a, 0xff, 0xf5, 0x9f, 0x5b, 0xff, 0xf5, 0xa1, 0x5b, 0xff, 0xf5, 0x9f, 0x58, 0xff, 0xf4, 0x9d, 0x57, 0xff, 0xea, 0x95, 0x50, 0xff, 0xe8, 0x96, 0x51, 0xff, 0xe3, 0x93, 0x53, 0xff, 0xdc, 0x8d, 0x55, 0xff, 0xde, 0x90, 0x56, 0xff, 0xd1, 0x86, 0x53, 0xff, 0xb5, 0x73, 0x48, 0xff, 0xb2, 0x72, 0x45, 0xff, 0xb2, 0x71, 0x43, 0xff, 0xb3, 0x72, 0x45, 0xff, 0xb4, 0x73, 0x43, 0xff, 0xb4, 0x74, 0x44, 0xff, 0xb5, 0x75, 0x47, 0xff, 0xb5, 0x76, 0x48, 0xff, 0xb6, 0x74, 0x49, 0xff, 0xb5, 0x76, 0x49, 0xff, 0xb6, 0x76, 0x49, 0xff, 0xb9, 0x78, 0x4a, 0xff, 0xba, 0x78, 0x4a, 0xff, 0xbc, 0x7b, 0x4b, 0xff, 0xa1, 0x62, 0x3a, 0xff, 0x94, 0x55, 0x32, 0xff, 0x93, 0x54, 0x34, 0xff, 0x93, 0x55, 0x34, 0xff, 0x92, 0x54, 0x33, 0xff, 0x91, 0x52, 0x31, 0xff, 0x8f, 0x52, 0x31, 0xff, 0x80, 0x44, 0x26, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x7b, 0x3c, 0x23, 0xff, 0x79, 0x3c, 0x23, 0xff, 0x78, 0x3a, 0x21, 0xff, 0x77, 0x37, 0x1e, 0xff, 0x74, 0x36, 0x1d, 0xff, 0x73, 0x36, 0x1b, 0xff, 0x71, 0x34, 0x19, 0xff, 0x70, 0x33, 0x18, 0xff, 0x6d, 0x30, 0x15, 0xff, 0x6b, 0x30, 0x13, 0xff, 0x6a, 0x2d, 0x15, 0xff, 0x68, 0x2e, 0x0f, 0xff, 0x65, 0x2a, 0x0e, 0xff, 0x62, 0x29, 0x0b, 0xff, 0x61, 0x29, 0x0c, 0xff, 0x61, 0x2a, 0x0c, 0xff, 0x61, 0x2a, 0x0c, 0xff, 0x60, 0x29, 0x0d, 0xff, 0x5f, 0x28, 0x0d, 0xff, 0x5f, 0x28, 0x0d, 0xff, 0x5f, 0x28, 0x0d, 0xff, 0x5e, 0x28, 0x0d, 0xff, - 0x76, 0x39, 0x25, 0xff, 0x77, 0x3a, 0x22, 0xff, 0x78, 0x3c, 0x23, 0xff, 0x79, 0x3a, 0x22, 0xff, 0x76, 0x3b, 0x24, 0xff, 0x74, 0x39, 0x22, 0xff, 0x72, 0x36, 0x1c, 0xff, 0x70, 0x33, 0x1b, 0xff, 0x6c, 0x2f, 0x16, 0xff, 0x6c, 0x31, 0x16, 0xff, 0x6c, 0x31, 0x16, 0xff, 0x6f, 0x32, 0x18, 0xff, 0x70, 0x31, 0x18, 0xff, 0x70, 0x31, 0x18, 0xff, 0x73, 0x34, 0x18, 0xff, 0x74, 0x35, 0x19, 0xff, 0x75, 0x37, 0x1d, 0xff, 0x78, 0x39, 0x1b, 0xff, 0x7c, 0x3b, 0x1e, 0xff, 0x7d, 0x3c, 0x1f, 0xff, 0x80, 0x3e, 0x21, 0xff, 0x86, 0x42, 0x24, 0xff, 0x8a, 0x47, 0x25, 0xff, 0x92, 0x4f, 0x29, 0xff, 0x95, 0x54, 0x2c, 0xff, 0x9a, 0x58, 0x2f, 0xff, 0x9e, 0x5d, 0x31, 0xff, 0xa3, 0x62, 0x33, 0xff, 0xa8, 0x65, 0x35, 0xff, 0xac, 0x69, 0x35, 0xff, 0xb0, 0x6f, 0x39, 0xff, 0xb9, 0x77, 0x40, 0xff, 0xbf, 0x7f, 0x46, 0xff, 0xbf, 0x7e, 0x46, 0xff, 0xc7, 0x85, 0x4e, 0xff, 0xd4, 0x90, 0x54, 0xff, 0xe7, 0x96, 0x5c, 0xff, 0xf4, 0xa0, 0x5f, 0xff, 0xf4, 0xa9, 0x65, 0xff, 0xf7, 0xb3, 0x69, 0xff, 0xf7, 0xc0, 0x73, 0xff, 0xf6, 0xd3, 0x7d, 0xff, 0xf6, 0xdf, 0x82, 0xff, 0xf7, 0xe6, 0x83, 0xff, 0xf5, 0xeb, 0x8c, 0xff, 0xf7, 0xe8, 0x8e, 0xff, 0xf8, 0xea, 0x8f, 0xff, 0xf8, 0xf2, 0x91, 0xff, 0xf4, 0xf1, 0x8e, 0xff, 0xeb, 0xf1, 0x93, 0xff, 0xe8, 0xf2, 0x97, 0xff, 0xe9, 0xf1, 0x97, 0xff, 0xe5, 0xf1, 0x8c, 0xff, 0xef, 0xf0, 0x87, 0xff, 0xf6, 0xe4, 0x82, 0xff, 0xf7, 0xd4, 0x7b, 0xff, 0xf5, 0xc7, 0x79, 0xff, 0xf6, 0xc0, 0x76, 0xff, 0xf7, 0xbe, 0x77, 0xff, 0xf7, 0xb3, 0x73, 0xff, 0xf6, 0xb3, 0x72, 0xff, 0xf8, 0xb8, 0x7e, 0xff, 0xf8, 0xb8, 0x7d, 0xff, 0xf8, 0xbc, 0x7d, 0xff, 0xf4, 0xc1, 0x7a, 0xff, 0xe9, 0xb4, 0x6a, 0xff, 0xec, 0xb2, 0x66, 0xff, 0xe8, 0xaa, 0x62, 0xff, 0xe9, 0xa6, 0x5d, 0xff, 0xea, 0xa5, 0x5c, 0xff, 0xe8, 0x9f, 0x5b, 0xff, 0xe7, 0x9c, 0x59, 0xff, 0xe7, 0x9f, 0x5a, 0xff, 0xeb, 0xaa, 0x5d, 0xff, 0xf4, 0xbe, 0x61, 0xff, 0xf2, 0xc0, 0x64, 0xff, 0xf0, 0xc6, 0x6a, 0xff, 0xd2, 0xa7, 0x5f, 0xff, 0xb3, 0x7a, 0x48, 0xff, 0xb9, 0x7e, 0x4c, 0xff, 0xb8, 0x7e, 0x49, 0xff, 0xb9, 0x7f, 0x4c, 0xff, 0xb8, 0x83, 0x4f, 0xff, 0xb8, 0x85, 0x4f, 0xff, 0xb7, 0x82, 0x50, 0xff, 0xb6, 0x85, 0x51, 0xff, 0xb3, 0x82, 0x4e, 0xff, 0xb3, 0x81, 0x49, 0xff, 0xb1, 0x7e, 0x47, 0xff, 0xb0, 0x7c, 0x47, 0xff, 0xaf, 0x7b, 0x46, 0xff, 0xae, 0x78, 0x46, 0xff, 0xac, 0x77, 0x47, 0xff, 0xab, 0x74, 0x41, 0xff, 0xa9, 0x72, 0x3f, 0xff, 0xa7, 0x72, 0x40, 0xff, 0x9e, 0x67, 0x3a, 0xff, 0x95, 0x59, 0x31, 0xff, 0x96, 0x59, 0x33, 0xff, 0x94, 0x58, 0x32, 0xff, 0x93, 0x58, 0x32, 0xff, 0x91, 0x54, 0x2e, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x89, 0x4e, 0x2c, 0xff, 0x88, 0x4e, 0x2d, 0xff, 0x85, 0x4a, 0x2a, 0xff, 0x7f, 0x42, 0x25, 0xff, 0x7e, 0x43, 0x25, 0xff, 0x7d, 0x42, 0x25, 0xff, 0x7b, 0x40, 0x25, 0xff, 0x7b, 0x40, 0x24, 0xff, 0x79, 0x3f, 0x22, 0xff, 0x79, 0x3f, 0x22, 0xff, 0x78, 0x3e, 0x23, 0xff, 0x77, 0x3c, 0x23, 0xff, 0x78, 0x3c, 0x22, 0xff, 0x76, 0x3a, 0x22, 0xff, 0x74, 0x3a, 0x1f, 0xff, 0x74, 0x3b, 0x1e, 0xff, 0x73, 0x39, 0x1c, 0xff, 0x72, 0x39, 0x1b, 0xff, 0x73, 0x3a, 0x1b, 0xff, 0x74, 0x3b, 0x1d, 0xff, 0x75, 0x3b, 0x1e, 0xff, 0x76, 0x3a, 0x1e, 0xff, 0x78, 0x3c, 0x20, 0xff, 0x7a, 0x3d, 0x22, 0xff, 0x7a, 0x3f, 0x22, 0xff, 0x7b, 0x40, 0x24, 0xff, 0x7e, 0x42, 0x26, 0xff, 0x7e, 0x43, 0x26, 0xff, 0x7c, 0x40, 0x24, 0xff, 0x7c, 0x40, 0x24, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x81, 0x44, 0x26, 0xff, 0x83, 0x47, 0x27, 0xff, 0x84, 0x47, 0x26, 0xff, 0x86, 0x47, 0x26, 0xff, 0x88, 0x4a, 0x27, 0xff, 0x8a, 0x4b, 0x28, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x8e, 0x4f, 0x29, 0xff, 0x91, 0x4f, 0x2a, 0xff, 0x92, 0x52, 0x2b, 0xff, 0x93, 0x54, 0x2b, 0xff, 0x97, 0x54, 0x2b, 0xff, 0x9a, 0x58, 0x2c, 0xff, 0x9c, 0x5a, 0x2c, 0xff, 0x9d, 0x5d, 0x2d, 0xff, 0xa1, 0x5f, 0x2e, 0xff, 0xa4, 0x62, 0x2f, 0xff, 0xa4, 0x61, 0x2e, 0xff, 0xa4, 0x61, 0x2e, 0xff, 0xa8, 0x65, 0x30, 0xff, 0xac, 0x69, 0x32, 0xff, 0xaf, 0x6d, 0x34, 0xff, 0xb3, 0x71, 0x35, 0xff, 0xb6, 0x76, 0x38, 0xff, 0xb9, 0x78, 0x3c, 0xff, 0xbc, 0x7d, 0x41, 0xff, 0xbe, 0x80, 0x43, 0xff, 0xc0, 0x81, 0x46, 0xff, 0xc2, 0x85, 0x46, 0xff, 0xc5, 0x88, 0x48, 0xff, 0xc7, 0x8a, 0x4a, 0xff, 0xca, 0x8c, 0x4c, 0xff, 0xcd, 0x8e, 0x4a, 0xff, 0xd2, 0x8f, 0x4a, 0xff, 0xd7, 0x90, 0x4b, 0xff, 0xdb, 0x90, 0x4c, 0xff, 0xdf, 0x91, 0x4d, 0xff, 0xe3, 0x95, 0x50, 0xff, 0xe8, 0x99, 0x52, 0xff, 0xed, 0x9c, 0x52, 0xff, 0xf0, 0x9c, 0x54, 0xff, 0xf2, 0x9c, 0x55, 0xff, 0xf4, 0x9b, 0x55, 0xff, 0xf5, 0x9f, 0x5a, 0xff, 0xf7, 0xa1, 0x5c, 0xff, 0xf9, 0xa2, 0x5c, 0xff, 0xf1, 0x9e, 0x5c, 0xff, 0xd8, 0x90, 0x53, 0xff, 0xd4, 0x8a, 0x52, 0xff, 0xd3, 0x8b, 0x53, 0xff, 0xda, 0x8b, 0x55, 0xff, 0xe6, 0x93, 0x54, 0xff, 0xd8, 0x88, 0x52, 0xff, 0xb6, 0x74, 0x47, 0xff, 0xb1, 0x71, 0x41, 0xff, 0xb0, 0x6e, 0x42, 0xff, 0xaf, 0x70, 0x41, 0xff, 0xaf, 0x71, 0x41, 0xff, 0xaf, 0x71, 0x41, 0xff, 0xb1, 0x72, 0x43, 0xff, 0xb3, 0x72, 0x46, 0xff, 0xb2, 0x75, 0x46, 0xff, 0xb4, 0x73, 0x44, 0xff, 0xb3, 0x71, 0x45, 0xff, 0xb4, 0x74, 0x45, 0xff, 0xb6, 0x75, 0x45, 0xff, 0xac, 0x6e, 0x41, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8f, 0x53, 0x33, 0xff, 0x90, 0x52, 0x31, 0xff, 0x91, 0x52, 0x30, 0xff, 0x91, 0x52, 0x30, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x92, 0x52, 0x30, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x7b, 0x3a, 0x23, 0xff, 0x77, 0x3a, 0x1d, 0xff, 0x77, 0x39, 0x1f, 0xff, 0x7e, 0x3e, 0x25, 0xff, 0x82, 0x43, 0x27, 0xff, 0x85, 0x46, 0x29, 0xff, 0x85, 0x46, 0x29, 0xff, 0x84, 0x45, 0x28, 0xff, 0x81, 0x43, 0x27, 0xff, 0x81, 0x43, 0x27, 0xff, 0x80, 0x42, 0x26, 0xff, 0x80, 0x41, 0x26, 0xff, 0x7e, 0x3f, 0x26, 0xff, 0x7c, 0x3e, 0x25, 0xff, 0x7c, 0x3d, 0x25, 0xff, 0x77, 0x3a, 0x21, 0xff, 0x70, 0x32, 0x18, 0xff, 0x63, 0x2a, 0x0d, 0xff, 0x57, 0x24, 0x08, 0xff, 0x5c, 0x26, 0x0a, 0xff, 0x5c, 0x25, 0x09, 0xff, 0x63, 0x2a, 0x0e, 0xff, - 0x79, 0x3a, 0x23, 0xff, 0x78, 0x39, 0x22, 0xff, 0x77, 0x39, 0x20, 0xff, 0x76, 0x3a, 0x22, 0xff, 0x74, 0x39, 0x23, 0xff, 0x72, 0x36, 0x1f, 0xff, 0x6c, 0x30, 0x18, 0xff, 0x6b, 0x2f, 0x16, 0xff, 0x6b, 0x2f, 0x15, 0xff, 0x6a, 0x2d, 0x15, 0xff, 0x6a, 0x2e, 0x15, 0xff, 0x6b, 0x2f, 0x15, 0xff, 0x6b, 0x30, 0x16, 0xff, 0x6d, 0x32, 0x18, 0xff, 0x6f, 0x31, 0x16, 0xff, 0x73, 0x34, 0x19, 0xff, 0x74, 0x34, 0x19, 0xff, 0x76, 0x36, 0x1a, 0xff, 0x7a, 0x38, 0x19, 0xff, 0x7b, 0x39, 0x1b, 0xff, 0x7e, 0x3e, 0x1f, 0xff, 0x83, 0x41, 0x21, 0xff, 0x88, 0x45, 0x25, 0xff, 0x8e, 0x4a, 0x27, 0xff, 0x93, 0x50, 0x29, 0xff, 0x97, 0x53, 0x2c, 0xff, 0x9c, 0x58, 0x2e, 0xff, 0xa0, 0x5b, 0x2f, 0xff, 0xa3, 0x5f, 0x30, 0xff, 0xa7, 0x63, 0x33, 0xff, 0xac, 0x69, 0x35, 0xff, 0xb5, 0x71, 0x3b, 0xff, 0xbc, 0x7c, 0x45, 0xff, 0xc0, 0x80, 0x47, 0xff, 0xc4, 0x84, 0x4b, 0xff, 0xcf, 0x8d, 0x55, 0xff, 0xe2, 0x97, 0x5f, 0xff, 0xf6, 0xa1, 0x64, 0xff, 0xf7, 0xaf, 0x6a, 0xff, 0xf6, 0xba, 0x70, 0xff, 0xf7, 0xca, 0x78, 0xff, 0xf7, 0xdf, 0x80, 0xff, 0xf3, 0xf0, 0x8b, 0xff, 0xec, 0xf2, 0x8f, 0xff, 0xef, 0xf3, 0x8d, 0xff, 0xf1, 0xef, 0x93, 0xff, 0xf4, 0xee, 0x99, 0xff, 0xf7, 0xee, 0x95, 0xff, 0xf8, 0xee, 0x93, 0xff, 0xf3, 0xef, 0x93, 0xff, 0xee, 0xef, 0x93, 0xff, 0xe9, 0xf2, 0x97, 0xff, 0xe5, 0xf0, 0x96, 0xff, 0xeb, 0xee, 0x8a, 0xff, 0xf6, 0xe5, 0x81, 0xff, 0xf7, 0xd4, 0x7a, 0xff, 0xf5, 0xcb, 0x7a, 0xff, 0xf5, 0xc3, 0x7a, 0xff, 0xf7, 0xbc, 0x77, 0xff, 0xf7, 0xb3, 0x72, 0xff, 0xf7, 0xb1, 0x73, 0xff, 0xf6, 0xb5, 0x7a, 0xff, 0xf8, 0xb8, 0x7d, 0xff, 0xf8, 0xb9, 0x7c, 0xff, 0xf6, 0xbb, 0x7c, 0xff, 0xf1, 0xbc, 0x76, 0xff, 0xe8, 0xb0, 0x69, 0xff, 0xe8, 0xa9, 0x62, 0xff, 0xe7, 0xa4, 0x5c, 0xff, 0xe6, 0x9f, 0x5b, 0xff, 0xe5, 0x9e, 0x59, 0xff, 0xe4, 0x9c, 0x58, 0xff, 0xe4, 0x9d, 0x59, 0xff, 0xea, 0xa9, 0x5c, 0xff, 0xf1, 0xbf, 0x5f, 0xff, 0xf5, 0xcb, 0x69, 0xff, 0xef, 0xc1, 0x6e, 0xff, 0xd2, 0xa1, 0x5f, 0xff, 0xba, 0x80, 0x4f, 0xff, 0xbc, 0x81, 0x4a, 0xff, 0xbb, 0x80, 0x4a, 0xff, 0xbb, 0x82, 0x4a, 0xff, 0xb9, 0x85, 0x4d, 0xff, 0xb7, 0x85, 0x51, 0xff, 0xb7, 0x84, 0x53, 0xff, 0xb6, 0x84, 0x52, 0xff, 0xb6, 0x84, 0x4e, 0xff, 0xb5, 0x81, 0x4b, 0xff, 0xb4, 0x80, 0x4a, 0xff, 0xb3, 0x7e, 0x47, 0xff, 0xaf, 0x7a, 0x46, 0xff, 0xaf, 0x7b, 0x47, 0xff, 0xae, 0x79, 0x46, 0xff, 0xad, 0x76, 0x46, 0xff, 0xa9, 0x73, 0x3f, 0xff, 0xa7, 0x70, 0x40, 0xff, 0xa0, 0x67, 0x3b, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x97, 0x5b, 0x34, 0xff, 0x96, 0x5b, 0x34, 0xff, 0x93, 0x58, 0x32, 0xff, 0x92, 0x57, 0x30, 0xff, 0x90, 0x55, 0x2f, 0xff, 0x8e, 0x53, 0x2d, 0xff, 0x8e, 0x52, 0x2c, 0xff, 0x8c, 0x50, 0x2d, 0xff, 0x89, 0x4f, 0x2c, 0xff, 0x84, 0x48, 0x29, 0xff, 0x7f, 0x43, 0x26, 0xff, 0x7e, 0x42, 0x25, 0xff, 0x7e, 0x42, 0x25, 0xff, 0x7d, 0x41, 0x25, 0xff, 0x7b, 0x42, 0x25, 0xff, 0x7b, 0x41, 0x24, 0xff, 0x7a, 0x3f, 0x24, 0xff, 0x79, 0x3f, 0x24, 0xff, 0x79, 0x3f, 0x24, 0xff, 0x77, 0x3d, 0x21, 0xff, 0x77, 0x3c, 0x21, 0xff, 0x74, 0x3a, 0x20, 0xff, 0x73, 0x39, 0x1e, 0xff, 0x73, 0x3a, 0x1d, 0xff, 0x71, 0x39, 0x1c, 0xff, 0x71, 0x38, 0x1d, 0xff, 0x72, 0x38, 0x1c, 0xff, 0x75, 0x3a, 0x1d, 0xff, 0x75, 0x3b, 0x1d, 0xff, 0x75, 0x3c, 0x1d, 0xff, 0x76, 0x3c, 0x1f, 0xff, 0x79, 0x3c, 0x21, 0xff, 0x7a, 0x3d, 0x22, 0xff, 0x78, 0x3d, 0x21, 0xff, 0x77, 0x3a, 0x20, 0xff, 0x79, 0x3c, 0x21, 0xff, 0x7c, 0x3f, 0x23, 0xff, 0x7d, 0x3f, 0x23, 0xff, 0x7d, 0x40, 0x24, 0xff, 0x7f, 0x41, 0x23, 0xff, 0x81, 0x43, 0x24, 0xff, 0x83, 0x46, 0x25, 0xff, 0x85, 0x46, 0x26, 0xff, 0x87, 0x49, 0x27, 0xff, 0x89, 0x4c, 0x27, 0xff, 0x8a, 0x4c, 0x27, 0xff, 0x8d, 0x4c, 0x28, 0xff, 0x8f, 0x4e, 0x28, 0xff, 0x90, 0x50, 0x28, 0xff, 0x92, 0x52, 0x28, 0xff, 0x96, 0x54, 0x27, 0xff, 0x97, 0x56, 0x27, 0xff, 0x9b, 0x5a, 0x2a, 0xff, 0xa1, 0x61, 0x31, 0xff, 0xa9, 0x65, 0x37, 0xff, 0xaf, 0x6b, 0x3a, 0xff, 0xb3, 0x6f, 0x3d, 0xff, 0xbb, 0x76, 0x3f, 0xff, 0xbf, 0x79, 0x41, 0xff, 0xc1, 0x79, 0x42, 0xff, 0xc4, 0x7d, 0x43, 0xff, 0xc7, 0x7f, 0x44, 0xff, 0xcb, 0x82, 0x46, 0xff, 0xcb, 0x87, 0x49, 0xff, 0xcc, 0x89, 0x4b, 0xff, 0xce, 0x89, 0x4e, 0xff, 0xcf, 0x8a, 0x4d, 0xff, 0xc9, 0x89, 0x4a, 0xff, 0xc3, 0x87, 0x47, 0xff, 0xc3, 0x88, 0x48, 0xff, 0xc6, 0x8a, 0x49, 0xff, 0xca, 0x8d, 0x49, 0xff, 0xd0, 0x8e, 0x49, 0xff, 0xd2, 0x8d, 0x49, 0xff, 0xd6, 0x8d, 0x48, 0xff, 0xdc, 0x8f, 0x49, 0xff, 0xdf, 0x92, 0x4c, 0xff, 0xe2, 0x95, 0x4f, 0xff, 0xe8, 0x9a, 0x52, 0xff, 0xe9, 0x9a, 0x52, 0xff, 0xeb, 0x97, 0x53, 0xff, 0xf3, 0x99, 0x54, 0xff, 0xf3, 0x9b, 0x58, 0xff, 0xea, 0x98, 0x59, 0xff, 0xd5, 0x8c, 0x54, 0xff, 0xdc, 0x90, 0x5b, 0xff, 0xe3, 0x92, 0x5a, 0xff, 0xe6, 0x91, 0x57, 0xff, 0xe5, 0x8f, 0x53, 0xff, 0xea, 0x95, 0x57, 0xff, 0xdc, 0x8d, 0x54, 0xff, 0xba, 0x79, 0x49, 0xff, 0xb4, 0x74, 0x45, 0xff, 0xb2, 0x70, 0x42, 0xff, 0xaf, 0x6f, 0x41, 0xff, 0xb0, 0x6f, 0x40, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xb0, 0x70, 0x45, 0xff, 0xae, 0x70, 0x45, 0xff, 0xaf, 0x6e, 0x42, 0xff, 0xaf, 0x6e, 0x41, 0xff, 0xaf, 0x6f, 0x41, 0xff, 0xb1, 0x73, 0x42, 0xff, 0xab, 0x6c, 0x40, 0xff, 0x8b, 0x4d, 0x2d, 0xff, 0x8e, 0x51, 0x32, 0xff, 0x8f, 0x51, 0x31, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x91, 0x50, 0x2e, 0xff, 0x95, 0x57, 0x32, 0xff, 0x90, 0x4f, 0x2e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x87, 0x46, 0x2a, 0xff, 0x86, 0x46, 0x28, 0xff, 0x84, 0x44, 0x27, 0xff, 0x84, 0x42, 0x26, 0xff, 0x83, 0x42, 0x26, 0xff, 0x80, 0x41, 0x26, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x7e, 0x3e, 0x25, 0xff, 0x7e, 0x3e, 0x24, 0xff, 0x7e, 0x3d, 0x24, 0xff, 0x7d, 0x3d, 0x24, 0xff, 0x7e, 0x3e, 0x25, 0xff, 0x81, 0x41, 0x26, 0xff, 0x85, 0x44, 0x2a, 0xff, 0x84, 0x43, 0x28, 0xff, 0x7c, 0x3d, 0x23, 0xff, 0x73, 0x35, 0x19, 0xff, 0x7a, 0x3c, 0x25, 0xff, - 0x7e, 0x40, 0x27, 0xff, 0x7e, 0x3f, 0x26, 0xff, 0x7c, 0x3c, 0x24, 0xff, 0x77, 0x39, 0x23, 0xff, 0x71, 0x36, 0x1b, 0xff, 0x6f, 0x31, 0x19, 0xff, 0x6b, 0x30, 0x16, 0xff, 0x69, 0x2c, 0x14, 0xff, 0x69, 0x2d, 0x13, 0xff, 0x6a, 0x2f, 0x13, 0xff, 0x69, 0x2f, 0x10, 0xff, 0x68, 0x2c, 0x13, 0xff, 0x6a, 0x2c, 0x14, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x6c, 0x2f, 0x14, 0xff, 0x6f, 0x2f, 0x15, 0xff, 0x71, 0x31, 0x16, 0xff, 0x72, 0x34, 0x18, 0xff, 0x78, 0x37, 0x17, 0xff, 0x7a, 0x39, 0x19, 0xff, 0x7b, 0x39, 0x1b, 0xff, 0x7e, 0x3c, 0x1f, 0xff, 0x82, 0x40, 0x21, 0xff, 0x88, 0x46, 0x24, 0xff, 0x8f, 0x4b, 0x27, 0xff, 0x93, 0x4e, 0x29, 0xff, 0x9a, 0x56, 0x2a, 0xff, 0x9f, 0x5c, 0x2d, 0xff, 0xa3, 0x60, 0x31, 0xff, 0xa5, 0x62, 0x34, 0xff, 0xa9, 0x67, 0x34, 0xff, 0xae, 0x6c, 0x37, 0xff, 0xb9, 0x76, 0x3f, 0xff, 0xbe, 0x80, 0x48, 0xff, 0xc3, 0x83, 0x4b, 0xff, 0xce, 0x8c, 0x54, 0xff, 0xe0, 0x96, 0x5f, 0xff, 0xf4, 0xa5, 0x68, 0xff, 0xf8, 0xb1, 0x70, 0xff, 0xf6, 0xc2, 0x7b, 0xff, 0xf6, 0xe1, 0x84, 0xff, 0xf2, 0xf1, 0x8d, 0xff, 0xea, 0xf1, 0x96, 0xff, 0xeb, 0xf3, 0x9c, 0xff, 0xe9, 0xf3, 0x9b, 0xff, 0xeb, 0xf3, 0x9d, 0xff, 0xec, 0xf3, 0x9e, 0xff, 0xf0, 0xf1, 0x9c, 0xff, 0xf5, 0xed, 0x9a, 0xff, 0xf7, 0xeb, 0x98, 0xff, 0xf6, 0xec, 0x97, 0xff, 0xf0, 0xf0, 0x98, 0xff, 0xe9, 0xf2, 0x96, 0xff, 0xe8, 0xf2, 0x90, 0xff, 0xef, 0xec, 0x87, 0xff, 0xf9, 0xdd, 0x7c, 0xff, 0xf6, 0xcd, 0x7a, 0xff, 0xf5, 0xc5, 0x7b, 0xff, 0xf7, 0xbd, 0x74, 0xff, 0xf7, 0xb5, 0x72, 0xff, 0xf7, 0xb1, 0x71, 0xff, 0xf6, 0xb2, 0x76, 0xff, 0xf8, 0xb9, 0x7d, 0xff, 0xf8, 0xb9, 0x7b, 0xff, 0xf6, 0xba, 0x7a, 0xff, 0xf4, 0xbc, 0x7a, 0xff, 0xeb, 0xb7, 0x6e, 0xff, 0xe4, 0xa8, 0x60, 0xff, 0xe6, 0xa5, 0x5e, 0xff, 0xe6, 0xa0, 0x5c, 0xff, 0xe4, 0x9e, 0x59, 0xff, 0xe3, 0x9d, 0x58, 0xff, 0xe1, 0x9d, 0x59, 0xff, 0xe8, 0xad, 0x5c, 0xff, 0xf3, 0xbf, 0x63, 0xff, 0xf4, 0xbf, 0x69, 0xff, 0xe9, 0xbe, 0x6d, 0xff, 0xc7, 0x98, 0x5c, 0xff, 0xbe, 0x84, 0x50, 0xff, 0xbf, 0x84, 0x4e, 0xff, 0xbc, 0x82, 0x49, 0xff, 0xbd, 0x84, 0x4b, 0xff, 0xbc, 0x87, 0x51, 0xff, 0xbb, 0x89, 0x53, 0xff, 0xba, 0x87, 0x55, 0xff, 0xb9, 0x87, 0x57, 0xff, 0xb8, 0x83, 0x53, 0xff, 0xb6, 0x83, 0x50, 0xff, 0xb5, 0x83, 0x4b, 0xff, 0xb5, 0x7d, 0x4b, 0xff, 0xb2, 0x7a, 0x49, 0xff, 0xb0, 0x7d, 0x49, 0xff, 0xb0, 0x7d, 0x48, 0xff, 0xae, 0x79, 0x46, 0xff, 0xad, 0x76, 0x43, 0xff, 0xa7, 0x6f, 0x3f, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x97, 0x5c, 0x34, 0xff, 0x94, 0x59, 0x31, 0xff, 0x93, 0x56, 0x2e, 0xff, 0x90, 0x54, 0x2d, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8e, 0x53, 0x2f, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x85, 0x49, 0x29, 0xff, 0x83, 0x45, 0x28, 0xff, 0x81, 0x44, 0x26, 0xff, 0x7e, 0x44, 0x25, 0xff, 0x7e, 0x40, 0x25, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x7b, 0x40, 0x24, 0xff, 0x7b, 0x3e, 0x25, 0xff, 0x79, 0x3d, 0x25, 0xff, 0x79, 0x3e, 0x23, 0xff, 0x79, 0x3e, 0x23, 0xff, 0x78, 0x3d, 0x23, 0xff, 0x76, 0x3a, 0x21, 0xff, 0x75, 0x3a, 0x21, 0xff, 0x75, 0x3b, 0x20, 0xff, 0x73, 0x39, 0x1d, 0xff, 0x71, 0x38, 0x1e, 0xff, 0x71, 0x38, 0x1d, 0xff, 0x71, 0x38, 0x1e, 0xff, 0x73, 0x3a, 0x1d, 0xff, 0x74, 0x3a, 0x1d, 0xff, 0x77, 0x3b, 0x20, 0xff, 0x75, 0x39, 0x1f, 0xff, 0x72, 0x37, 0x1c, 0xff, 0x72, 0x39, 0x1c, 0xff, 0x74, 0x3b, 0x1e, 0xff, 0x77, 0x3a, 0x1f, 0xff, 0x79, 0x3a, 0x20, 0xff, 0x7a, 0x3c, 0x21, 0xff, 0x7b, 0x3d, 0x20, 0xff, 0x7e, 0x3f, 0x22, 0xff, 0x80, 0x42, 0x24, 0xff, 0x81, 0x44, 0x25, 0xff, 0x83, 0x43, 0x25, 0xff, 0x83, 0x44, 0x24, 0xff, 0x86, 0x47, 0x25, 0xff, 0x88, 0x47, 0x25, 0xff, 0x8a, 0x48, 0x27, 0xff, 0x89, 0x49, 0x25, 0xff, 0x8c, 0x4c, 0x25, 0xff, 0x9a, 0x5a, 0x2f, 0xff, 0xa5, 0x64, 0x37, 0xff, 0xa9, 0x67, 0x39, 0xff, 0xb1, 0x70, 0x3f, 0xff, 0xbe, 0x7a, 0x49, 0xff, 0xc7, 0x81, 0x4f, 0xff, 0xcd, 0x87, 0x52, 0xff, 0xd3, 0x8f, 0x58, 0xff, 0xdc, 0x93, 0x5d, 0xff, 0xe1, 0x94, 0x5a, 0xff, 0xe5, 0x95, 0x59, 0xff, 0xe7, 0x94, 0x58, 0xff, 0xea, 0x93, 0x57, 0xff, 0xec, 0x93, 0x58, 0xff, 0xed, 0x94, 0x58, 0xff, 0xed, 0x96, 0x5a, 0xff, 0xf0, 0x98, 0x5c, 0xff, 0xf2, 0x9a, 0x5d, 0xff, 0xeb, 0x98, 0x5c, 0xff, 0xe9, 0x96, 0x59, 0xff, 0xe3, 0x95, 0x57, 0xff, 0xdc, 0x94, 0x55, 0xff, 0xd0, 0x91, 0x51, 0xff, 0xc5, 0x8a, 0x48, 0xff, 0xc9, 0x88, 0x47, 0xff, 0xcf, 0x8b, 0x49, 0xff, 0xd3, 0x8d, 0x48, 0xff, 0xd6, 0x8d, 0x49, 0xff, 0xd9, 0x8e, 0x4a, 0xff, 0xda, 0x90, 0x4c, 0xff, 0xde, 0x93, 0x4d, 0xff, 0xeb, 0x9a, 0x53, 0xff, 0xdb, 0x91, 0x52, 0xff, 0xd5, 0x8a, 0x51, 0xff, 0xd1, 0x8a, 0x52, 0xff, 0xd4, 0x8d, 0x57, 0xff, 0xdb, 0x91, 0x59, 0xff, 0xde, 0x91, 0x57, 0xff, 0xe4, 0x93, 0x58, 0xff, 0xea, 0x98, 0x5c, 0xff, 0xf0, 0x9c, 0x60, 0xff, 0xe3, 0x96, 0x5e, 0xff, 0xbd, 0x80, 0x50, 0xff, 0xb7, 0x76, 0x4a, 0xff, 0xb4, 0x73, 0x45, 0xff, 0xb3, 0x72, 0x43, 0xff, 0xb1, 0x71, 0x40, 0xff, 0xb0, 0x72, 0x41, 0xff, 0xae, 0x6c, 0x40, 0xff, 0xae, 0x70, 0x43, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xb0, 0x6f, 0x42, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xae, 0x6f, 0x40, 0xff, 0x94, 0x53, 0x30, 0xff, 0x8e, 0x51, 0x34, 0xff, 0x8e, 0x50, 0x30, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x90, 0x50, 0x2f, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x93, 0x52, 0x30, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x91, 0x4f, 0x2e, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x81, 0x44, 0x26, 0xff, 0x82, 0x42, 0x26, 0xff, 0x82, 0x40, 0x25, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x7e, 0x3e, 0x24, 0xff, 0x7c, 0x3b, 0x23, 0xff, 0x7c, 0x3c, 0x23, 0xff, 0x7b, 0x3b, 0x22, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x7a, 0x39, 0x22, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x7a, 0x3a, 0x21, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x7b, 0x3b, 0x22, 0xff, 0x7e, 0x3d, 0x23, 0xff, 0x80, 0x41, 0x28, 0xff, 0x7e, 0x40, 0x27, 0xff, - 0x7c, 0x3f, 0x26, 0xff, 0x7e, 0x3e, 0x25, 0xff, 0x7c, 0x3d, 0x24, 0xff, 0x7c, 0x3d, 0x24, 0xff, 0x7a, 0x3c, 0x23, 0xff, 0x71, 0x32, 0x1a, 0xff, 0x68, 0x2b, 0x13, 0xff, 0x66, 0x2d, 0x13, 0xff, 0x67, 0x2b, 0x0f, 0xff, 0x67, 0x2b, 0x0f, 0xff, 0x66, 0x2c, 0x0f, 0xff, 0x66, 0x2c, 0x0f, 0xff, 0x66, 0x2b, 0x0f, 0xff, 0x67, 0x2a, 0x0f, 0xff, 0x67, 0x2c, 0x0f, 0xff, 0x68, 0x2c, 0x13, 0xff, 0x6c, 0x2f, 0x13, 0xff, 0x70, 0x2f, 0x16, 0xff, 0x71, 0x31, 0x16, 0xff, 0x74, 0x33, 0x16, 0xff, 0x77, 0x37, 0x18, 0xff, 0x7c, 0x39, 0x1b, 0xff, 0x80, 0x3d, 0x1f, 0xff, 0x84, 0x41, 0x21, 0xff, 0x87, 0x44, 0x24, 0xff, 0x8d, 0x49, 0x25, 0xff, 0x94, 0x4e, 0x28, 0xff, 0x9a, 0x56, 0x2a, 0xff, 0xa0, 0x5d, 0x2d, 0xff, 0xa4, 0x61, 0x30, 0xff, 0xa7, 0x65, 0x33, 0xff, 0xab, 0x6a, 0x35, 0xff, 0xb0, 0x70, 0x3b, 0xff, 0xb9, 0x78, 0x40, 0xff, 0xc0, 0x81, 0x4a, 0xff, 0xca, 0x89, 0x52, 0xff, 0xdb, 0x96, 0x5f, 0xff, 0xf1, 0xa3, 0x6a, 0xff, 0xf8, 0xb3, 0x74, 0xff, 0xf8, 0xcc, 0x7f, 0xff, 0xf3, 0xef, 0x91, 0xff, 0xeb, 0xf3, 0xa0, 0xff, 0xed, 0xf1, 0xae, 0xff, 0xef, 0xf2, 0xb5, 0xff, 0xf1, 0xf3, 0xb5, 0xff, 0xee, 0xf2, 0xb1, 0xff, 0xef, 0xf2, 0xae, 0xff, 0xec, 0xef, 0xaa, 0xff, 0xf2, 0xf2, 0xa4, 0xff, 0xf7, 0xee, 0xa0, 0xff, 0xf7, 0xee, 0x9e, 0xff, 0xf4, 0xee, 0x9b, 0xff, 0xf1, 0xf1, 0x98, 0xff, 0xea, 0xf2, 0x95, 0xff, 0xea, 0xf2, 0x8f, 0xff, 0xf5, 0xe9, 0x86, 0xff, 0xf8, 0xd7, 0x7b, 0xff, 0xf5, 0xc8, 0x7a, 0xff, 0xf5, 0xbd, 0x77, 0xff, 0xf7, 0xb6, 0x72, 0xff, 0xf7, 0xb1, 0x71, 0xff, 0xf6, 0xb2, 0x74, 0xff, 0xf6, 0xbb, 0x7e, 0xff, 0xf6, 0xb7, 0x7c, 0xff, 0xf5, 0xb7, 0x7b, 0xff, 0xf6, 0xbc, 0x7b, 0xff, 0xf3, 0xbd, 0x77, 0xff, 0xe4, 0xae, 0x66, 0xff, 0xe3, 0xa3, 0x5b, 0xff, 0xe3, 0x9f, 0x59, 0xff, 0xe2, 0x9e, 0x58, 0xff, 0xe1, 0x9a, 0x5a, 0xff, 0xe0, 0x9b, 0x59, 0xff, 0xe8, 0xaa, 0x5c, 0xff, 0xf5, 0xc1, 0x67, 0xff, 0xf3, 0xcc, 0x6f, 0xff, 0xe4, 0xbf, 0x6e, 0xff, 0xc4, 0x8e, 0x57, 0xff, 0xc2, 0x89, 0x54, 0xff, 0xc2, 0x88, 0x51, 0xff, 0xbe, 0x82, 0x49, 0xff, 0xc0, 0x86, 0x4c, 0xff, 0xbe, 0x89, 0x4f, 0xff, 0xbc, 0x89, 0x54, 0xff, 0xbc, 0x89, 0x57, 0xff, 0xba, 0x89, 0x57, 0xff, 0xb9, 0x87, 0x55, 0xff, 0xb8, 0x87, 0x52, 0xff, 0xb6, 0x85, 0x4e, 0xff, 0xb5, 0x82, 0x4a, 0xff, 0xb4, 0x7e, 0x48, 0xff, 0xb2, 0x7c, 0x49, 0xff, 0xb0, 0x7a, 0x47, 0xff, 0xaf, 0x7a, 0x47, 0xff, 0xae, 0x79, 0x48, 0xff, 0xa5, 0x6d, 0x3e, 0xff, 0x9d, 0x63, 0x37, 0xff, 0x9c, 0x63, 0x37, 0xff, 0x9a, 0x61, 0x33, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x99, 0x5c, 0x35, 0xff, 0x97, 0x5a, 0x32, 0xff, 0x93, 0x58, 0x2e, 0xff, 0x92, 0x57, 0x2f, 0xff, 0x91, 0x56, 0x31, 0xff, 0x8e, 0x54, 0x30, 0xff, 0x8b, 0x50, 0x2d, 0xff, 0x87, 0x4b, 0x2a, 0xff, 0x85, 0x4a, 0x28, 0xff, 0x84, 0x48, 0x28, 0xff, 0x80, 0x45, 0x26, 0xff, 0x80, 0x44, 0x26, 0xff, 0x7f, 0x42, 0x26, 0xff, 0x7d, 0x42, 0x24, 0xff, 0x7e, 0x41, 0x24, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x7a, 0x3e, 0x25, 0xff, 0x79, 0x3e, 0x22, 0xff, 0x79, 0x3c, 0x21, 0xff, 0x78, 0x3d, 0x23, 0xff, 0x77, 0x3d, 0x22, 0xff, 0x76, 0x3b, 0x20, 0xff, 0x75, 0x3b, 0x21, 0xff, 0x72, 0x39, 0x1f, 0xff, 0x71, 0x38, 0x1e, 0xff, 0x71, 0x38, 0x1e, 0xff, 0x73, 0x3a, 0x1e, 0xff, 0x74, 0x3a, 0x1f, 0xff, 0x72, 0x37, 0x1a, 0xff, 0x6e, 0x34, 0x17, 0xff, 0x6e, 0x35, 0x18, 0xff, 0x70, 0x37, 0x1a, 0xff, 0x71, 0x36, 0x19, 0xff, 0x73, 0x37, 0x1a, 0xff, 0x76, 0x38, 0x1d, 0xff, 0x78, 0x38, 0x1e, 0xff, 0x79, 0x3c, 0x1e, 0xff, 0x7a, 0x3d, 0x20, 0xff, 0x7d, 0x3e, 0x23, 0xff, 0x7e, 0x3f, 0x22, 0xff, 0x7f, 0x41, 0x20, 0xff, 0x81, 0x43, 0x21, 0xff, 0x82, 0x44, 0x22, 0xff, 0x83, 0x43, 0x21, 0xff, 0x8a, 0x49, 0x25, 0xff, 0x9c, 0x5b, 0x33, 0xff, 0xae, 0x6e, 0x40, 0xff, 0xb4, 0x74, 0x43, 0xff, 0xb2, 0x71, 0x41, 0xff, 0xb3, 0x71, 0x41, 0xff, 0xb4, 0x73, 0x41, 0xff, 0xb8, 0x74, 0x44, 0xff, 0xc1, 0x7c, 0x49, 0xff, 0xc8, 0x81, 0x4d, 0xff, 0xcd, 0x86, 0x4d, 0xff, 0xd2, 0x89, 0x51, 0xff, 0xd7, 0x8c, 0x54, 0xff, 0xe0, 0x92, 0x57, 0xff, 0xe6, 0x94, 0x57, 0xff, 0xee, 0x94, 0x55, 0xff, 0xf4, 0x95, 0x59, 0xff, 0xf6, 0x99, 0x5b, 0xff, 0xf7, 0x9c, 0x5e, 0xff, 0xf7, 0x9c, 0x5e, 0xff, 0xf7, 0x9b, 0x5d, 0xff, 0xf7, 0x9c, 0x5d, 0xff, 0xf7, 0x9c, 0x5e, 0xff, 0xf7, 0x9d, 0x5f, 0xff, 0xf6, 0x9e, 0x61, 0xff, 0xf6, 0xa0, 0x61, 0xff, 0xf2, 0xa4, 0x65, 0xff, 0xda, 0x97, 0x57, 0xff, 0xca, 0x8c, 0x4b, 0xff, 0xc9, 0x8a, 0x46, 0xff, 0xcb, 0x89, 0x48, 0xff, 0xce, 0x8a, 0x48, 0xff, 0xd0, 0x8a, 0x48, 0xff, 0xd5, 0x8d, 0x4b, 0xff, 0xc8, 0x84, 0x49, 0xff, 0xbe, 0x7d, 0x48, 0xff, 0xc9, 0x88, 0x51, 0xff, 0xd1, 0x89, 0x52, 0xff, 0xcf, 0x88, 0x53, 0xff, 0xd4, 0x8c, 0x53, 0xff, 0xd6, 0x8c, 0x54, 0xff, 0xdb, 0x91, 0x55, 0xff, 0xe0, 0x96, 0x5c, 0xff, 0xe9, 0x99, 0x66, 0xff, 0xe0, 0x96, 0x66, 0xff, 0xbc, 0x81, 0x58, 0xff, 0xb7, 0x7b, 0x4e, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xb6, 0x74, 0x45, 0xff, 0xb3, 0x72, 0x41, 0xff, 0xb3, 0x72, 0x41, 0xff, 0xb0, 0x72, 0x42, 0xff, 0xb1, 0x73, 0x43, 0xff, 0xb3, 0x72, 0x45, 0xff, 0xb3, 0x73, 0x47, 0xff, 0xb8, 0x78, 0x4b, 0xff, 0x9e, 0x5f, 0x39, 0xff, 0x90, 0x54, 0x34, 0xff, 0x8f, 0x53, 0x33, 0xff, 0x8f, 0x4f, 0x2f, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x93, 0x56, 0x32, 0xff, 0x91, 0x54, 0x30, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x81, 0x43, 0x24, 0xff, 0x7e, 0x3e, 0x24, 0xff, 0x7d, 0x3c, 0x24, 0xff, 0x7d, 0x3c, 0x22, 0xff, 0x7a, 0x3a, 0x20, 0xff, 0x79, 0x3a, 0x21, 0xff, 0x79, 0x39, 0x20, 0xff, 0x77, 0x39, 0x1e, 0xff, 0x76, 0x37, 0x1e, 0xff, 0x77, 0x37, 0x1b, 0xff, 0x76, 0x37, 0x1e, 0xff, 0x76, 0x37, 0x1e, 0xff, 0x79, 0x3a, 0x21, 0xff, 0x77, 0x37, 0x1b, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x7b, 0x3e, 0x26, 0xff, - 0x7f, 0x3f, 0x25, 0xff, 0x79, 0x3c, 0x23, 0xff, 0x7b, 0x3b, 0x22, 0xff, 0x7b, 0x3b, 0x22, 0xff, 0x78, 0x39, 0x20, 0xff, 0x76, 0x37, 0x1d, 0xff, 0x76, 0x38, 0x1f, 0xff, 0x6a, 0x2c, 0x14, 0xff, 0x63, 0x29, 0x0e, 0xff, 0x62, 0x2b, 0x0f, 0xff, 0x62, 0x2b, 0x0f, 0xff, 0x64, 0x29, 0x0d, 0xff, 0x64, 0x2a, 0x0e, 0xff, 0x63, 0x29, 0x0c, 0xff, 0x64, 0x29, 0x0c, 0xff, 0x66, 0x2a, 0x0f, 0xff, 0x68, 0x2b, 0x0f, 0xff, 0x6f, 0x2f, 0x15, 0xff, 0x74, 0x34, 0x18, 0xff, 0x79, 0x38, 0x1c, 0xff, 0x7c, 0x3b, 0x1e, 0xff, 0x80, 0x3e, 0x20, 0xff, 0x83, 0x41, 0x24, 0xff, 0x85, 0x42, 0x24, 0xff, 0x8b, 0x48, 0x26, 0xff, 0x91, 0x4b, 0x28, 0xff, 0x94, 0x50, 0x29, 0xff, 0x98, 0x53, 0x29, 0xff, 0x9d, 0x58, 0x2a, 0xff, 0xa2, 0x5d, 0x2d, 0xff, 0xa8, 0x64, 0x33, 0xff, 0xab, 0x6b, 0x35, 0xff, 0xae, 0x6e, 0x35, 0xff, 0xb4, 0x76, 0x3e, 0xff, 0xbd, 0x7e, 0x46, 0xff, 0xc6, 0x86, 0x4e, 0xff, 0xd8, 0x92, 0x59, 0xff, 0xed, 0xa1, 0x67, 0xff, 0xf7, 0xb2, 0x77, 0xff, 0xf8, 0xc9, 0x84, 0xff, 0xf5, 0xf3, 0x95, 0xff, 0xec, 0xf2, 0xad, 0xff, 0xf6, 0xf3, 0xcb, 0xff, 0xf6, 0xf3, 0xe2, 0xff, 0xf8, 0xf3, 0xec, 0xff, 0xf7, 0xf3, 0xe0, 0xff, 0xf7, 0xf4, 0xd1, 0xff, 0xf6, 0xf4, 0xc3, 0xff, 0xf0, 0xf3, 0xb4, 0xff, 0xf0, 0xf0, 0xaa, 0xff, 0xf8, 0xec, 0xa0, 0xff, 0xf7, 0xe9, 0x9a, 0xff, 0xf6, 0xec, 0x98, 0xff, 0xf4, 0xed, 0x95, 0xff, 0xf3, 0xf0, 0x8f, 0xff, 0xef, 0xef, 0x8d, 0xff, 0xf8, 0xe0, 0x81, 0xff, 0xf8, 0xcc, 0x7b, 0xff, 0xf7, 0xc0, 0x78, 0xff, 0xf6, 0xb7, 0x73, 0xff, 0xf7, 0xb5, 0x73, 0xff, 0xf7, 0xb7, 0x77, 0xff, 0xf7, 0xbc, 0x7d, 0xff, 0xf7, 0xb9, 0x7c, 0xff, 0xf7, 0xb8, 0x79, 0xff, 0xf5, 0xb8, 0x7b, 0xff, 0xf3, 0xbb, 0x78, 0xff, 0xe9, 0xb4, 0x6f, 0xff, 0xe0, 0xa4, 0x5c, 0xff, 0xe1, 0xa2, 0x58, 0xff, 0xe1, 0x9b, 0x57, 0xff, 0xdd, 0x98, 0x55, 0xff, 0xde, 0x9d, 0x58, 0xff, 0xe7, 0xb2, 0x5f, 0xff, 0xf4, 0xc3, 0x6c, 0xff, 0xf1, 0xc3, 0x71, 0xff, 0xde, 0xb0, 0x65, 0xff, 0xc0, 0x8c, 0x54, 0xff, 0xc5, 0x8c, 0x54, 0xff, 0xc3, 0x89, 0x53, 0xff, 0xc2, 0x87, 0x4f, 0xff, 0xc1, 0x86, 0x4a, 0xff, 0xc1, 0x88, 0x51, 0xff, 0xbf, 0x8c, 0x53, 0xff, 0xbc, 0x88, 0x55, 0xff, 0xbc, 0x89, 0x5a, 0xff, 0xbb, 0x88, 0x59, 0xff, 0xb8, 0x85, 0x56, 0xff, 0xb7, 0x86, 0x51, 0xff, 0xb6, 0x84, 0x4c, 0xff, 0xb6, 0x81, 0x49, 0xff, 0xb4, 0x7f, 0x49, 0xff, 0xb3, 0x80, 0x48, 0xff, 0xb3, 0x7e, 0x48, 0xff, 0xaf, 0x78, 0x47, 0xff, 0xa6, 0x6d, 0x41, 0xff, 0x9e, 0x65, 0x38, 0xff, 0x9d, 0x65, 0x38, 0xff, 0x9c, 0x62, 0x36, 0xff, 0x9a, 0x61, 0x34, 0xff, 0x99, 0x5f, 0x34, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x93, 0x57, 0x30, 0xff, 0x93, 0x56, 0x31, 0xff, 0x90, 0x55, 0x30, 0xff, 0x8b, 0x50, 0x2d, 0xff, 0x88, 0x4b, 0x2a, 0xff, 0x87, 0x4c, 0x2a, 0xff, 0x85, 0x4a, 0x29, 0xff, 0x84, 0x48, 0x28, 0xff, 0x82, 0x46, 0x26, 0xff, 0x7e, 0x44, 0x25, 0xff, 0x7d, 0x42, 0x25, 0xff, 0x7c, 0x42, 0x25, 0xff, 0x7b, 0x40, 0x23, 0xff, 0x7a, 0x3f, 0x22, 0xff, 0x78, 0x3f, 0x22, 0xff, 0x78, 0x3f, 0x24, 0xff, 0x78, 0x3f, 0x22, 0xff, 0x78, 0x3e, 0x22, 0xff, 0x75, 0x3c, 0x21, 0xff, 0x73, 0x3a, 0x1f, 0xff, 0x74, 0x3a, 0x20, 0xff, 0x72, 0x3a, 0x1f, 0xff, 0x71, 0x39, 0x1e, 0xff, 0x71, 0x37, 0x1d, 0xff, 0x6f, 0x35, 0x19, 0xff, 0x6c, 0x33, 0x17, 0xff, 0x6c, 0x32, 0x16, 0xff, 0x6d, 0x33, 0x17, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6f, 0x35, 0x17, 0xff, 0x72, 0x37, 0x1a, 0xff, 0x74, 0x39, 0x1d, 0xff, 0x76, 0x3a, 0x1e, 0xff, 0x78, 0x3a, 0x1d, 0xff, 0x78, 0x38, 0x1c, 0xff, 0x7a, 0x3b, 0x1d, 0xff, 0x7b, 0x3c, 0x1d, 0xff, 0x80, 0x40, 0x1f, 0xff, 0x87, 0x47, 0x24, 0xff, 0xa2, 0x64, 0x3b, 0xff, 0xb1, 0x72, 0x45, 0xff, 0xb1, 0x74, 0x44, 0xff, 0xb2, 0x75, 0x46, 0xff, 0xb4, 0x76, 0x48, 0xff, 0xb5, 0x78, 0x49, 0xff, 0xb7, 0x77, 0x47, 0xff, 0xb8, 0x76, 0x46, 0xff, 0xb7, 0x76, 0x44, 0xff, 0xb9, 0x78, 0x44, 0xff, 0xbd, 0x7a, 0x46, 0xff, 0xc1, 0x7e, 0x4a, 0xff, 0xc8, 0x84, 0x4e, 0xff, 0xce, 0x87, 0x51, 0xff, 0xd5, 0x89, 0x51, 0xff, 0xdd, 0x8f, 0x53, 0xff, 0xe6, 0x91, 0x55, 0xff, 0xed, 0x97, 0x59, 0xff, 0xf4, 0x9f, 0x5f, 0xff, 0xf7, 0xa3, 0x65, 0xff, 0xf7, 0xa7, 0x67, 0xff, 0xf5, 0xa7, 0x66, 0xff, 0xf6, 0xa7, 0x64, 0xff, 0xf7, 0xa2, 0x62, 0xff, 0xf7, 0xa1, 0x5f, 0xff, 0xf7, 0xa0, 0x5f, 0xff, 0xf7, 0xa0, 0x61, 0xff, 0xf7, 0x9f, 0x61, 0xff, 0xf8, 0xa2, 0x62, 0xff, 0xfa, 0xa6, 0x67, 0xff, 0xe9, 0x9d, 0x60, 0xff, 0xcf, 0x8d, 0x4f, 0xff, 0xcb, 0x8a, 0x4a, 0xff, 0xc8, 0x88, 0x48, 0xff, 0xc2, 0x81, 0x49, 0xff, 0xbc, 0x7b, 0x49, 0xff, 0xbd, 0x7a, 0x49, 0xff, 0xc3, 0x80, 0x49, 0xff, 0xc6, 0x85, 0x4d, 0xff, 0xc3, 0x85, 0x4d, 0xff, 0xcb, 0x88, 0x51, 0xff, 0xcd, 0x8a, 0x52, 0xff, 0xd0, 0x89, 0x53, 0xff, 0xd7, 0x91, 0x58, 0xff, 0xdf, 0x97, 0x5f, 0xff, 0xdf, 0x97, 0x64, 0xff, 0xbd, 0x81, 0x59, 0xff, 0xb6, 0x7e, 0x50, 0xff, 0xb8, 0x7c, 0x4d, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xb5, 0x74, 0x44, 0xff, 0xb4, 0x73, 0x42, 0xff, 0xb6, 0x75, 0x44, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb8, 0x79, 0x48, 0xff, 0xbc, 0x7f, 0x50, 0xff, 0xae, 0x6e, 0x45, 0xff, 0x92, 0x56, 0x35, 0xff, 0x92, 0x57, 0x35, 0xff, 0x92, 0x56, 0x32, 0xff, 0x96, 0x58, 0x34, 0xff, 0x97, 0x59, 0x35, 0xff, 0x94, 0x57, 0x32, 0xff, 0x93, 0x55, 0x32, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x91, 0x50, 0x2e, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8b, 0x49, 0x29, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x83, 0x44, 0x24, 0xff, 0x7b, 0x39, 0x22, 0xff, 0x79, 0x39, 0x20, 0xff, 0x79, 0x3a, 0x20, 0xff, 0x78, 0x38, 0x1d, 0xff, 0x78, 0x39, 0x1d, 0xff, 0x75, 0x36, 0x1d, 0xff, 0x75, 0x36, 0x1a, 0xff, 0x73, 0x34, 0x1b, 0xff, 0x72, 0x34, 0x1a, 0xff, 0x74, 0x36, 0x1a, 0xff, 0x72, 0x35, 0x1a, 0xff, 0x7c, 0x3e, 0x25, 0xff, 0x7e, 0x42, 0x28, 0xff, 0x7d, 0x40, 0x27, 0xff, 0x7d, 0x3f, 0x26, 0xff, - 0x7b, 0x3c, 0x23, 0xff, 0x78, 0x3a, 0x22, 0xff, 0x79, 0x39, 0x20, 0xff, 0x78, 0x38, 0x1e, 0xff, 0x74, 0x35, 0x1c, 0xff, 0x73, 0x35, 0x1b, 0xff, 0x73, 0x35, 0x1b, 0xff, 0x75, 0x36, 0x1c, 0xff, 0x73, 0x35, 0x1b, 0xff, 0x6c, 0x30, 0x15, 0xff, 0x67, 0x2b, 0x0f, 0xff, 0x63, 0x29, 0x0d, 0xff, 0x65, 0x2b, 0x10, 0xff, 0x63, 0x2a, 0x0e, 0xff, 0x67, 0x2a, 0x0e, 0xff, 0x6a, 0x2c, 0x10, 0xff, 0x6d, 0x2f, 0x14, 0xff, 0x6f, 0x30, 0x14, 0xff, 0x71, 0x31, 0x15, 0xff, 0x75, 0x33, 0x18, 0xff, 0x78, 0x36, 0x18, 0xff, 0x7b, 0x39, 0x1b, 0xff, 0x7e, 0x3c, 0x1e, 0xff, 0x82, 0x40, 0x20, 0xff, 0x87, 0x43, 0x24, 0xff, 0x8d, 0x4a, 0x26, 0xff, 0x92, 0x4f, 0x28, 0xff, 0x97, 0x53, 0x29, 0xff, 0x9a, 0x56, 0x2b, 0xff, 0x9f, 0x5b, 0x2c, 0xff, 0xa5, 0x61, 0x30, 0xff, 0xaa, 0x66, 0x34, 0xff, 0xae, 0x6e, 0x38, 0xff, 0xb2, 0x72, 0x3b, 0xff, 0xb9, 0x78, 0x40, 0xff, 0xc3, 0x83, 0x4a, 0xff, 0xd1, 0x91, 0x55, 0xff, 0xea, 0xa1, 0x61, 0xff, 0xf8, 0xb1, 0x72, 0xff, 0xf8, 0xc5, 0x81, 0xff, 0xf5, 0xf0, 0x95, 0xff, 0xed, 0xf4, 0xae, 0xff, 0xf6, 0xf4, 0xd8, 0xff, 0xf8, 0xf4, 0xf1, 0xff, 0xf8, 0xf3, 0xee, 0xff, 0xf8, 0xf3, 0xee, 0xff, 0xf8, 0xf3, 0xee, 0xff, 0xf8, 0xf2, 0xe6, 0xff, 0xf5, 0xf2, 0xca, 0xff, 0xf2, 0xf3, 0xb2, 0xff, 0xf4, 0xf2, 0xa7, 0xff, 0xf7, 0xec, 0x9e, 0xff, 0xf7, 0xe3, 0x9a, 0xff, 0xf7, 0xe1, 0x94, 0xff, 0xf5, 0xea, 0x93, 0xff, 0xf1, 0xf2, 0x91, 0xff, 0xf4, 0xed, 0x8b, 0xff, 0xf7, 0xdf, 0x7f, 0xff, 0xf7, 0xc5, 0x79, 0xff, 0xf6, 0xb9, 0x73, 0xff, 0xf7, 0xb3, 0x71, 0xff, 0xf7, 0xb5, 0x75, 0xff, 0xf6, 0xbc, 0x7b, 0xff, 0xf7, 0xbd, 0x7c, 0xff, 0xf7, 0xbc, 0x7b, 0xff, 0xf7, 0xbb, 0x78, 0xff, 0xf8, 0xbb, 0x75, 0xff, 0xf5, 0xba, 0x74, 0xff, 0xe6, 0xac, 0x65, 0xff, 0xde, 0x9c, 0x57, 0xff, 0xde, 0x9a, 0x58, 0xff, 0xdb, 0x97, 0x57, 0xff, 0xdc, 0x9b, 0x56, 0xff, 0xec, 0xb6, 0x62, 0xff, 0xf2, 0xc5, 0x6e, 0xff, 0xee, 0xc8, 0x76, 0xff, 0xdf, 0xae, 0x69, 0xff, 0xc3, 0x8f, 0x56, 0xff, 0xc6, 0x8e, 0x56, 0xff, 0xc5, 0x8b, 0x53, 0xff, 0xc5, 0x8b, 0x51, 0xff, 0xc2, 0x87, 0x4c, 0xff, 0xc3, 0x8b, 0x4f, 0xff, 0xc1, 0x8b, 0x52, 0xff, 0xc0, 0x8c, 0x58, 0xff, 0xbe, 0x8b, 0x5c, 0xff, 0xbd, 0x89, 0x59, 0xff, 0xbc, 0x8b, 0x56, 0xff, 0xbb, 0x8a, 0x53, 0xff, 0xb8, 0x86, 0x4e, 0xff, 0xb8, 0x83, 0x4a, 0xff, 0xb6, 0x81, 0x4a, 0xff, 0xb4, 0x7e, 0x49, 0xff, 0xb3, 0x7e, 0x4a, 0xff, 0xb1, 0x7c, 0x49, 0xff, 0xa9, 0x70, 0x40, 0xff, 0xa2, 0x66, 0x3a, 0xff, 0xa1, 0x65, 0x39, 0xff, 0x9f, 0x63, 0x37, 0xff, 0x9d, 0x63, 0x35, 0xff, 0x9c, 0x63, 0x35, 0xff, 0x9a, 0x5f, 0x34, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x92, 0x56, 0x30, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x88, 0x4c, 0x2a, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x84, 0x4a, 0x28, 0xff, 0x82, 0x47, 0x28, 0xff, 0x81, 0x44, 0x27, 0xff, 0x7f, 0x44, 0x26, 0xff, 0x7c, 0x42, 0x26, 0xff, 0x7c, 0x41, 0x24, 0xff, 0x7b, 0x41, 0x24, 0xff, 0x79, 0x40, 0x22, 0xff, 0x78, 0x3e, 0x23, 0xff, 0x78, 0x3d, 0x23, 0xff, 0x77, 0x3e, 0x23, 0xff, 0x77, 0x3d, 0x22, 0xff, 0x75, 0x3b, 0x1f, 0xff, 0x74, 0x39, 0x1f, 0xff, 0x74, 0x3a, 0x20, 0xff, 0x72, 0x39, 0x1f, 0xff, 0x6d, 0x34, 0x18, 0xff, 0x69, 0x30, 0x15, 0xff, 0x6a, 0x31, 0x15, 0xff, 0x6c, 0x32, 0x15, 0xff, 0x6a, 0x30, 0x14, 0xff, 0x6a, 0x31, 0x14, 0xff, 0x6c, 0x33, 0x16, 0xff, 0x6e, 0x32, 0x16, 0xff, 0x6e, 0x34, 0x18, 0xff, 0x71, 0x36, 0x1a, 0xff, 0x72, 0x36, 0x19, 0xff, 0x73, 0x37, 0x18, 0xff, 0x73, 0x36, 0x17, 0xff, 0x7a, 0x3b, 0x1b, 0xff, 0x89, 0x4a, 0x26, 0xff, 0x9d, 0x60, 0x36, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xac, 0x6e, 0x41, 0xff, 0xac, 0x70, 0x44, 0xff, 0xac, 0x71, 0x47, 0xff, 0xad, 0x71, 0x48, 0xff, 0xad, 0x71, 0x49, 0xff, 0xb0, 0x72, 0x48, 0xff, 0xb3, 0x74, 0x46, 0xff, 0xb6, 0x75, 0x45, 0xff, 0xb8, 0x75, 0x44, 0xff, 0xb9, 0x75, 0x44, 0xff, 0xbd, 0x7a, 0x46, 0xff, 0xc0, 0x7f, 0x48, 0xff, 0xc2, 0x81, 0x49, 0xff, 0xc3, 0x83, 0x49, 0xff, 0xcb, 0x87, 0x4d, 0xff, 0xd3, 0x8a, 0x50, 0xff, 0xdb, 0x8e, 0x53, 0xff, 0xe4, 0x92, 0x55, 0xff, 0xe9, 0x99, 0x5b, 0xff, 0xf1, 0xa1, 0x62, 0xff, 0xf5, 0xa6, 0x6c, 0xff, 0xf7, 0xa9, 0x70, 0xff, 0xf7, 0xad, 0x6e, 0xff, 0xf6, 0xac, 0x6a, 0xff, 0xf7, 0xa7, 0x64, 0xff, 0xf7, 0xa4, 0x61, 0xff, 0xf7, 0xa2, 0x60, 0xff, 0xf7, 0xa1, 0x61, 0xff, 0xf7, 0xa2, 0x63, 0xff, 0xf7, 0xa2, 0x63, 0xff, 0xf8, 0xa3, 0x65, 0xff, 0xf9, 0xa5, 0x66, 0xff, 0xea, 0x9e, 0x61, 0xff, 0xd2, 0x8e, 0x56, 0xff, 0xbf, 0x83, 0x4f, 0xff, 0xc0, 0x81, 0x4c, 0xff, 0xc2, 0x7f, 0x49, 0xff, 0xc3, 0x81, 0x49, 0xff, 0xc4, 0x82, 0x4c, 0xff, 0xc6, 0x83, 0x4b, 0xff, 0xc4, 0x85, 0x4e, 0xff, 0xc5, 0x86, 0x4f, 0xff, 0xca, 0x88, 0x51, 0xff, 0xd0, 0x8b, 0x53, 0xff, 0xd4, 0x8d, 0x55, 0xff, 0xe1, 0x96, 0x5d, 0xff, 0xc1, 0x83, 0x51, 0xff, 0xb3, 0x7b, 0x4c, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xb5, 0x76, 0x47, 0xff, 0xb5, 0x75, 0x45, 0xff, 0xb4, 0x75, 0x45, 0xff, 0xb6, 0x77, 0x47, 0xff, 0xb8, 0x7d, 0x4b, 0xff, 0xc0, 0x81, 0x52, 0xff, 0xca, 0x8c, 0x5d, 0xff, 0x9e, 0x64, 0x3d, 0xff, 0x96, 0x5d, 0x39, 0xff, 0x98, 0x5c, 0x3a, 0xff, 0x99, 0x5f, 0x3b, 0xff, 0x98, 0x5e, 0x3b, 0xff, 0x98, 0x5d, 0x37, 0xff, 0x99, 0x5c, 0x36, 0xff, 0x95, 0x57, 0x33, 0xff, 0x92, 0x55, 0x31, 0xff, 0x90, 0x51, 0x2f, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x8d, 0x4d, 0x2f, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8b, 0x49, 0x29, 0xff, 0x89, 0x48, 0x29, 0xff, 0x8a, 0x49, 0x28, 0xff, 0x89, 0x48, 0x29, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x83, 0x43, 0x25, 0xff, 0x78, 0x39, 0x20, 0xff, 0x78, 0x39, 0x1e, 0xff, 0x77, 0x36, 0x1b, 0xff, 0x76, 0x36, 0x1b, 0xff, 0x75, 0x35, 0x1b, 0xff, 0x73, 0x34, 0x19, 0xff, 0x71, 0x35, 0x18, 0xff, 0x71, 0x33, 0x18, 0xff, 0x70, 0x32, 0x17, 0xff, 0x78, 0x39, 0x20, 0xff, 0x7e, 0x41, 0x28, 0xff, 0x7c, 0x3f, 0x27, 0xff, 0x7b, 0x3e, 0x26, 0xff, 0x7c, 0x3e, 0x25, 0xff, - 0x78, 0x3b, 0x22, 0xff, 0x78, 0x38, 0x1f, 0xff, 0x78, 0x39, 0x1f, 0xff, 0x76, 0x35, 0x1d, 0xff, 0x74, 0x36, 0x1b, 0xff, 0x73, 0x34, 0x1a, 0xff, 0x71, 0x34, 0x19, 0xff, 0x71, 0x32, 0x19, 0xff, 0x70, 0x33, 0x16, 0xff, 0x71, 0x33, 0x19, 0xff, 0x6f, 0x32, 0x16, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x60, 0x25, 0x09, 0xff, 0x62, 0x2a, 0x0d, 0xff, 0x65, 0x29, 0x0d, 0xff, 0x64, 0x2a, 0x0d, 0xff, 0x68, 0x2b, 0x0f, 0xff, 0x6a, 0x2a, 0x10, 0xff, 0x6d, 0x2f, 0x13, 0xff, 0x70, 0x2f, 0x11, 0xff, 0x73, 0x32, 0x14, 0xff, 0x77, 0x35, 0x18, 0xff, 0x7a, 0x38, 0x19, 0xff, 0x7f, 0x3d, 0x1e, 0xff, 0x85, 0x42, 0x24, 0xff, 0x8a, 0x47, 0x24, 0xff, 0x8d, 0x4b, 0x27, 0xff, 0x91, 0x4e, 0x28, 0xff, 0x96, 0x51, 0x29, 0xff, 0x9b, 0x56, 0x2a, 0xff, 0xa2, 0x5c, 0x2d, 0xff, 0xa6, 0x61, 0x31, 0xff, 0xad, 0x69, 0x35, 0xff, 0xb2, 0x71, 0x3a, 0xff, 0xb8, 0x77, 0x3e, 0xff, 0xbc, 0x7d, 0x44, 0xff, 0xca, 0x8a, 0x51, 0xff, 0xe0, 0x9b, 0x5d, 0xff, 0xf6, 0xb0, 0x6f, 0xff, 0xf7, 0xc5, 0x7e, 0xff, 0xf5, 0xe9, 0x92, 0xff, 0xec, 0xf4, 0xad, 0xff, 0xf6, 0xf4, 0xcf, 0xff, 0xf8, 0xf4, 0xf1, 0xff, 0xf7, 0xf3, 0xef, 0xff, 0xf8, 0xf4, 0xef, 0xff, 0xf8, 0xf4, 0xef, 0xff, 0xf8, 0xf4, 0xef, 0xff, 0xf8, 0xf3, 0xea, 0xff, 0xf6, 0xf4, 0xd6, 0xff, 0xf2, 0xf3, 0xb6, 0xff, 0xf3, 0xed, 0xa8, 0xff, 0xf7, 0xde, 0xa0, 0xff, 0xf7, 0xdf, 0x9c, 0xff, 0xf7, 0xe7, 0x95, 0xff, 0xf7, 0xf0, 0x92, 0xff, 0xf5, 0xf1, 0x8d, 0xff, 0xf5, 0xe4, 0x82, 0xff, 0xf7, 0xcc, 0x78, 0xff, 0xf5, 0xbd, 0x74, 0xff, 0xf7, 0xb4, 0x73, 0xff, 0xf7, 0xb5, 0x72, 0xff, 0xf7, 0xbb, 0x75, 0xff, 0xf7, 0xbe, 0x78, 0xff, 0xf7, 0xb7, 0x73, 0xff, 0xf7, 0xb8, 0x75, 0xff, 0xf7, 0xb6, 0x71, 0xff, 0xf8, 0xb7, 0x72, 0xff, 0xf2, 0xb0, 0x6f, 0xff, 0xdf, 0xa0, 0x5c, 0xff, 0xdb, 0x96, 0x55, 0xff, 0xd5, 0x95, 0x54, 0xff, 0xd8, 0x9b, 0x57, 0xff, 0xf5, 0xc3, 0x6a, 0xff, 0xf3, 0xc6, 0x73, 0xff, 0xef, 0xc2, 0x73, 0xff, 0xe2, 0xb4, 0x6d, 0xff, 0xc7, 0x8f, 0x58, 0xff, 0xca, 0x91, 0x57, 0xff, 0xc9, 0x90, 0x54, 0xff, 0xc9, 0x8f, 0x53, 0xff, 0xc6, 0x89, 0x4e, 0xff, 0xc4, 0x8a, 0x4e, 0xff, 0xc4, 0x90, 0x54, 0xff, 0xc1, 0x8f, 0x57, 0xff, 0xc1, 0x8c, 0x58, 0xff, 0xbf, 0x8a, 0x5a, 0xff, 0xbe, 0x8e, 0x58, 0xff, 0xbc, 0x8a, 0x51, 0xff, 0xba, 0x87, 0x4f, 0xff, 0xb9, 0x83, 0x4d, 0xff, 0xb8, 0x84, 0x48, 0xff, 0xb7, 0x81, 0x4a, 0xff, 0xb5, 0x82, 0x4b, 0xff, 0xaf, 0x7a, 0x47, 0xff, 0xa6, 0x6d, 0x3f, 0xff, 0xa3, 0x6a, 0x3e, 0xff, 0xa2, 0x6a, 0x3d, 0xff, 0xa0, 0x66, 0x38, 0xff, 0x9f, 0x64, 0x36, 0xff, 0x9d, 0x64, 0x36, 0xff, 0x9c, 0x60, 0x33, 0xff, 0x99, 0x5f, 0x33, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x96, 0x5a, 0x31, 0xff, 0x93, 0x56, 0x31, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8a, 0x4e, 0x2c, 0xff, 0x88, 0x4c, 0x2a, 0xff, 0x86, 0x4b, 0x29, 0xff, 0x83, 0x49, 0x29, 0xff, 0x82, 0x46, 0x28, 0xff, 0x80, 0x45, 0x27, 0xff, 0x7e, 0x43, 0x27, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x7c, 0x41, 0x24, 0xff, 0x7a, 0x3f, 0x22, 0xff, 0x79, 0x40, 0x22, 0xff, 0x78, 0x3f, 0x23, 0xff, 0x79, 0x3c, 0x24, 0xff, 0x78, 0x3b, 0x22, 0xff, 0x76, 0x3c, 0x21, 0xff, 0x76, 0x3b, 0x22, 0xff, 0x73, 0x39, 0x1f, 0xff, 0x6d, 0x33, 0x19, 0xff, 0x6a, 0x2f, 0x15, 0xff, 0x6a, 0x2f, 0x13, 0xff, 0x68, 0x2f, 0x14, 0xff, 0x67, 0x2f, 0x13, 0xff, 0x68, 0x2f, 0x13, 0xff, 0x6a, 0x30, 0x14, 0xff, 0x6a, 0x31, 0x15, 0xff, 0x6c, 0x32, 0x15, 0xff, 0x6d, 0x32, 0x16, 0xff, 0x6c, 0x32, 0x15, 0xff, 0x6c, 0x32, 0x14, 0xff, 0x6d, 0x32, 0x13, 0xff, 0x81, 0x46, 0x25, 0xff, 0x99, 0x5c, 0x34, 0xff, 0xa3, 0x65, 0x3a, 0xff, 0xa4, 0x66, 0x3a, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0xa3, 0x64, 0x39, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0xa4, 0x66, 0x3c, 0xff, 0xa6, 0x66, 0x3d, 0xff, 0xaa, 0x69, 0x3e, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xaf, 0x6f, 0x3f, 0xff, 0xb2, 0x72, 0x41, 0xff, 0xb4, 0x71, 0x3f, 0xff, 0xb5, 0x71, 0x3e, 0xff, 0xb7, 0x74, 0x40, 0xff, 0xba, 0x76, 0x42, 0xff, 0xbe, 0x7a, 0x44, 0xff, 0xc2, 0x7e, 0x46, 0xff, 0xc6, 0x83, 0x49, 0xff, 0xcb, 0x86, 0x4d, 0xff, 0xd2, 0x8a, 0x50, 0xff, 0xda, 0x8e, 0x52, 0xff, 0xe0, 0x93, 0x54, 0xff, 0xe8, 0x99, 0x59, 0xff, 0xef, 0xa2, 0x61, 0xff, 0xf5, 0xa8, 0x6c, 0xff, 0xf7, 0xa9, 0x71, 0xff, 0xf7, 0xaf, 0x71, 0xff, 0xf7, 0xb0, 0x6c, 0xff, 0xf7, 0xaa, 0x68, 0xff, 0xf5, 0xa5, 0x65, 0xff, 0xf6, 0xa1, 0x62, 0xff, 0xf7, 0xa2, 0x61, 0xff, 0xf4, 0x9f, 0x60, 0xff, 0xf6, 0xa1, 0x63, 0xff, 0xf7, 0xa0, 0x60, 0xff, 0xf8, 0x9e, 0x66, 0xff, 0xf3, 0x9d, 0x67, 0xff, 0xee, 0x9a, 0x64, 0xff, 0xcb, 0x86, 0x51, 0xff, 0xbe, 0x7d, 0x47, 0xff, 0xc1, 0x7c, 0x48, 0xff, 0xbe, 0x7c, 0x46, 0xff, 0xc1, 0x7e, 0x48, 0xff, 0xc0, 0x80, 0x47, 0xff, 0xc1, 0x82, 0x4a, 0xff, 0xc4, 0x85, 0x4e, 0xff, 0xc7, 0x86, 0x4f, 0xff, 0xcc, 0x87, 0x50, 0xff, 0xd5, 0x8c, 0x53, 0xff, 0xc1, 0x7f, 0x4b, 0xff, 0xb1, 0x74, 0x44, 0xff, 0xb5, 0x75, 0x44, 0xff, 0xb6, 0x75, 0x45, 0xff, 0xb0, 0x73, 0x43, 0xff, 0xb4, 0x74, 0x44, 0xff, 0xba, 0x7d, 0x4b, 0xff, 0xbb, 0x80, 0x51, 0xff, 0xc6, 0x8b, 0x5a, 0xff, 0xae, 0x70, 0x47, 0xff, 0x97, 0x5c, 0x3a, 0xff, 0x98, 0x60, 0x3c, 0xff, 0x98, 0x62, 0x3e, 0xff, 0x98, 0x64, 0x40, 0xff, 0x98, 0x63, 0x3f, 0xff, 0x98, 0x63, 0x3e, 0xff, 0x98, 0x5f, 0x3d, 0xff, 0x98, 0x5e, 0x39, 0xff, 0x96, 0x59, 0x34, 0xff, 0x91, 0x55, 0x33, 0xff, 0x8f, 0x52, 0x32, 0xff, 0x8c, 0x4e, 0x2e, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x88, 0x48, 0x29, 0xff, 0x87, 0x45, 0x28, 0xff, 0x87, 0x45, 0x28, 0xff, 0x87, 0x47, 0x28, 0xff, 0x88, 0x45, 0x28, 0xff, 0x88, 0x47, 0x29, 0xff, 0x82, 0x40, 0x24, 0xff, 0x77, 0x37, 0x1c, 0xff, 0x77, 0x37, 0x1b, 0xff, 0x76, 0x37, 0x1b, 0xff, 0x73, 0x34, 0x1b, 0xff, 0x73, 0x35, 0x1b, 0xff, 0x71, 0x34, 0x18, 0xff, 0x70, 0x32, 0x18, 0xff, 0x75, 0x35, 0x1d, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x7c, 0x40, 0x28, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7c, 0x3e, 0x25, 0xff, 0x7a, 0x3c, 0x23, 0xff, - 0x78, 0x39, 0x20, 0xff, 0x78, 0x39, 0x20, 0xff, 0x77, 0x39, 0x1e, 0xff, 0x76, 0x36, 0x1e, 0xff, 0x72, 0x34, 0x1a, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x6e, 0x31, 0x18, 0xff, 0x6c, 0x30, 0x15, 0xff, 0x6c, 0x2d, 0x15, 0xff, 0x6a, 0x2f, 0x15, 0xff, 0x6c, 0x30, 0x15, 0xff, 0x70, 0x32, 0x15, 0xff, 0x70, 0x33, 0x16, 0xff, 0x60, 0x28, 0x0a, 0xff, 0x5e, 0x26, 0x0c, 0xff, 0x60, 0x27, 0x0b, 0xff, 0x63, 0x28, 0x0a, 0xff, 0x66, 0x27, 0x0c, 0xff, 0x69, 0x2b, 0x0f, 0xff, 0x6c, 0x2f, 0x0f, 0xff, 0x6f, 0x2f, 0x12, 0xff, 0x73, 0x32, 0x15, 0xff, 0x78, 0x35, 0x16, 0xff, 0x7d, 0x3b, 0x1e, 0xff, 0x81, 0x40, 0x21, 0xff, 0x86, 0x43, 0x24, 0xff, 0x8b, 0x48, 0x24, 0xff, 0x8f, 0x4b, 0x26, 0xff, 0x93, 0x4f, 0x28, 0xff, 0x99, 0x54, 0x28, 0xff, 0x9e, 0x58, 0x2a, 0xff, 0xa3, 0x5f, 0x2e, 0xff, 0xa8, 0x65, 0x32, 0xff, 0xae, 0x6d, 0x35, 0xff, 0xb5, 0x73, 0x3a, 0xff, 0xbb, 0x7b, 0x44, 0xff, 0xc3, 0x85, 0x4a, 0xff, 0xd4, 0x97, 0x57, 0xff, 0xf1, 0xa7, 0x65, 0xff, 0xf8, 0xbe, 0x7d, 0xff, 0xf4, 0xde, 0x8a, 0xff, 0xee, 0xf5, 0xa4, 0xff, 0xf5, 0xf3, 0xc8, 0xff, 0xf8, 0xf4, 0xf2, 0xff, 0xf8, 0xf4, 0xef, 0xff, 0xf8, 0xf4, 0xef, 0xff, 0xf8, 0xf4, 0xef, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf8, 0xf4, 0xed, 0xff, 0xf5, 0xf4, 0xd6, 0xff, 0xf5, 0xf1, 0xb5, 0xff, 0xf8, 0xe7, 0xa9, 0xff, 0xf8, 0xde, 0xa0, 0xff, 0xf7, 0xe0, 0x9a, 0xff, 0xf7, 0xea, 0x93, 0xff, 0xf3, 0xf2, 0x90, 0xff, 0xf7, 0xe8, 0x86, 0xff, 0xf5, 0xd3, 0x77, 0xff, 0xf7, 0xbb, 0x6f, 0xff, 0xf7, 0xb0, 0x6e, 0xff, 0xf5, 0xab, 0x6a, 0xff, 0xf6, 0xad, 0x6b, 0xff, 0xf7, 0xb6, 0x71, 0xff, 0xf7, 0xb4, 0x72, 0xff, 0xf7, 0xb5, 0x71, 0xff, 0xf6, 0xb6, 0x70, 0xff, 0xf7, 0xb3, 0x70, 0xff, 0xf6, 0xb2, 0x6f, 0xff, 0xec, 0xa9, 0x65, 0xff, 0xd6, 0x94, 0x53, 0xff, 0xd5, 0x92, 0x55, 0xff, 0xdd, 0xa4, 0x5a, 0xff, 0xf8, 0xca, 0x6e, 0xff, 0xee, 0xc1, 0x6f, 0xff, 0xf4, 0xc2, 0x77, 0xff, 0xe8, 0xb5, 0x6f, 0xff, 0xcb, 0x90, 0x56, 0xff, 0xcc, 0x92, 0x56, 0xff, 0xcb, 0x91, 0x53, 0xff, 0xc9, 0x92, 0x55, 0xff, 0xc7, 0x8e, 0x51, 0xff, 0xc6, 0x8c, 0x50, 0xff, 0xc5, 0x92, 0x54, 0xff, 0xc2, 0x91, 0x56, 0xff, 0xc2, 0x91, 0x58, 0xff, 0xc1, 0x90, 0x58, 0xff, 0xc0, 0x8c, 0x56, 0xff, 0xbe, 0x8b, 0x55, 0xff, 0xbc, 0x89, 0x50, 0xff, 0xbb, 0x88, 0x4b, 0xff, 0xb9, 0x83, 0x4d, 0xff, 0xb7, 0x82, 0x4a, 0xff, 0xb6, 0x81, 0x4b, 0xff, 0xb0, 0x78, 0x47, 0xff, 0xa8, 0x6d, 0x3f, 0xff, 0xa6, 0x6d, 0x41, 0xff, 0xa2, 0x6a, 0x3d, 0xff, 0xa2, 0x69, 0x3c, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0x9f, 0x65, 0x37, 0xff, 0x9d, 0x63, 0x36, 0xff, 0x9c, 0x64, 0x36, 0xff, 0x9a, 0x60, 0x34, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x93, 0x57, 0x31, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x88, 0x4d, 0x2a, 0xff, 0x87, 0x4b, 0x2a, 0xff, 0x85, 0x49, 0x29, 0xff, 0x82, 0x48, 0x28, 0xff, 0x81, 0x46, 0x26, 0xff, 0x7f, 0x43, 0x26, 0xff, 0x7c, 0x40, 0x24, 0xff, 0x7b, 0x3f, 0x23, 0xff, 0x79, 0x3f, 0x25, 0xff, 0x79, 0x3e, 0x25, 0xff, 0x79, 0x3e, 0x23, 0xff, 0x78, 0x3e, 0x24, 0xff, 0x78, 0x3e, 0x23, 0xff, 0x75, 0x3c, 0x21, 0xff, 0x6f, 0x36, 0x19, 0xff, 0x6a, 0x30, 0x14, 0xff, 0x6a, 0x2f, 0x15, 0xff, 0x67, 0x2e, 0x12, 0xff, 0x65, 0x2d, 0x12, 0xff, 0x66, 0x2d, 0x11, 0xff, 0x68, 0x2e, 0x11, 0xff, 0x69, 0x2f, 0x13, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x68, 0x2f, 0x12, 0xff, 0x66, 0x2c, 0x0e, 0xff, 0x6c, 0x30, 0x14, 0xff, 0x8c, 0x51, 0x2f, 0xff, 0x9f, 0x62, 0x3a, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x9e, 0x60, 0x35, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9d, 0x5c, 0x33, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0x9f, 0x60, 0x33, 0xff, 0xa1, 0x62, 0x34, 0xff, 0xa3, 0x63, 0x37, 0xff, 0xa6, 0x65, 0x38, 0xff, 0xa8, 0x68, 0x38, 0xff, 0xac, 0x6a, 0x38, 0xff, 0xaf, 0x6d, 0x3c, 0xff, 0xb3, 0x70, 0x3e, 0xff, 0xb5, 0x73, 0x3e, 0xff, 0xb7, 0x74, 0x3f, 0xff, 0xba, 0x75, 0x40, 0xff, 0xbe, 0x79, 0x43, 0xff, 0xc1, 0x7f, 0x46, 0xff, 0xc5, 0x80, 0x48, 0xff, 0xcc, 0x87, 0x4b, 0xff, 0xd4, 0x8c, 0x50, 0xff, 0xdb, 0x93, 0x52, 0xff, 0xe2, 0x95, 0x55, 0xff, 0xe8, 0x9b, 0x58, 0xff, 0xef, 0xa4, 0x5e, 0xff, 0xf5, 0xaa, 0x68, 0xff, 0xf7, 0xb1, 0x6d, 0xff, 0xf7, 0xb2, 0x6e, 0xff, 0xf7, 0xac, 0x6b, 0xff, 0xf7, 0xa9, 0x69, 0xff, 0xf7, 0xa4, 0x66, 0xff, 0xf7, 0xa1, 0x64, 0xff, 0xf7, 0x9f, 0x63, 0xff, 0xf6, 0x9f, 0x62, 0xff, 0xee, 0x98, 0x60, 0xff, 0xee, 0x96, 0x60, 0xff, 0xf6, 0x9a, 0x61, 0xff, 0xf7, 0x9b, 0x61, 0xff, 0xf9, 0x9d, 0x66, 0xff, 0xdf, 0x96, 0x60, 0xff, 0xbf, 0x81, 0x49, 0xff, 0xba, 0x7d, 0x47, 0xff, 0xbe, 0x7d, 0x47, 0xff, 0xba, 0x7b, 0x47, 0xff, 0xbe, 0x7d, 0x47, 0xff, 0xc1, 0x80, 0x48, 0xff, 0xc2, 0x80, 0x4c, 0xff, 0xc6, 0x83, 0x4d, 0xff, 0xcc, 0x86, 0x4e, 0xff, 0xc5, 0x7e, 0x4a, 0xff, 0xaf, 0x6e, 0x3e, 0xff, 0xb2, 0x70, 0x3f, 0xff, 0xb5, 0x72, 0x42, 0xff, 0xb6, 0x74, 0x44, 0xff, 0xb9, 0x78, 0x48, 0xff, 0xbb, 0x7d, 0x4c, 0xff, 0xbd, 0x80, 0x51, 0xff, 0xda, 0x9f, 0x6f, 0xff, 0x99, 0x5c, 0x37, 0xff, 0x97, 0x5d, 0x3a, 0xff, 0x98, 0x61, 0x3f, 0xff, 0x98, 0x63, 0x41, 0xff, 0x98, 0x65, 0x41, 0xff, 0x98, 0x67, 0x43, 0xff, 0x98, 0x67, 0x44, 0xff, 0x98, 0x67, 0x41, 0xff, 0x98, 0x62, 0x3e, 0xff, 0x98, 0x5f, 0x3d, 0xff, 0x96, 0x58, 0x37, 0xff, 0x91, 0x55, 0x33, 0xff, 0x8d, 0x4f, 0x30, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x88, 0x46, 0x29, 0xff, 0x87, 0x47, 0x28, 0xff, 0x87, 0x48, 0x26, 0xff, 0x86, 0x46, 0x27, 0xff, 0x86, 0x46, 0x27, 0xff, 0x85, 0x46, 0x28, 0xff, 0x87, 0x44, 0x28, 0xff, 0x88, 0x45, 0x28, 0xff, 0x80, 0x40, 0x24, 0xff, 0x78, 0x39, 0x20, 0xff, 0x78, 0x39, 0x1e, 0xff, 0x76, 0x36, 0x1e, 0xff, 0x74, 0x35, 0x1c, 0xff, 0x75, 0x36, 0x1b, 0xff, 0x73, 0x34, 0x1b, 0xff, 0x7a, 0x3d, 0x23, 0xff, 0x7f, 0x44, 0x29, 0xff, 0x7e, 0x40, 0x28, 0xff, 0x7a, 0x3e, 0x26, 0xff, 0x7b, 0x3e, 0x25, 0xff, 0x78, 0x3b, 0x22, 0xff, - 0x78, 0x39, 0x21, 0xff, 0x76, 0x37, 0x1d, 0xff, 0x75, 0x35, 0x1d, 0xff, 0x74, 0x36, 0x1b, 0xff, 0x72, 0x32, 0x1a, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x6a, 0x30, 0x14, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x69, 0x2d, 0x14, 0xff, 0x69, 0x2c, 0x13, 0xff, 0x69, 0x2e, 0x11, 0xff, 0x6b, 0x2f, 0x13, 0xff, 0x6f, 0x31, 0x14, 0xff, 0x72, 0x33, 0x16, 0xff, 0x62, 0x2a, 0x0f, 0xff, 0x5d, 0x25, 0x07, 0xff, 0x5f, 0x25, 0x08, 0xff, 0x61, 0x28, 0x0c, 0xff, 0x66, 0x2b, 0x0b, 0xff, 0x69, 0x2c, 0x0c, 0xff, 0x6d, 0x2e, 0x11, 0xff, 0x71, 0x31, 0x14, 0xff, 0x77, 0x35, 0x14, 0xff, 0x79, 0x37, 0x17, 0xff, 0x7e, 0x3b, 0x1d, 0xff, 0x84, 0x40, 0x21, 0xff, 0x87, 0x44, 0x22, 0xff, 0x8b, 0x47, 0x24, 0xff, 0x90, 0x4c, 0x25, 0xff, 0x95, 0x51, 0x28, 0xff, 0x9a, 0x56, 0x29, 0xff, 0x9f, 0x5b, 0x2b, 0xff, 0xa4, 0x61, 0x2f, 0xff, 0xaa, 0x6a, 0x34, 0xff, 0xb1, 0x70, 0x38, 0xff, 0xb7, 0x75, 0x3e, 0xff, 0xc0, 0x81, 0x47, 0xff, 0xca, 0x8c, 0x4f, 0xff, 0xe5, 0x9c, 0x5d, 0xff, 0xf6, 0xb0, 0x6c, 0xff, 0xf7, 0xd1, 0x82, 0xff, 0xf0, 0xf3, 0x9c, 0xff, 0xf1, 0xf4, 0xbb, 0xff, 0xf9, 0xf3, 0xea, 0xff, 0xf9, 0xf4, 0xf1, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf8, 0xf4, 0xef, 0xff, 0xf8, 0xf4, 0xef, 0xff, 0xf9, 0xf4, 0xf1, 0xff, 0xf9, 0xf4, 0xec, 0xff, 0xf6, 0xf4, 0xce, 0xff, 0xf6, 0xef, 0xb3, 0xff, 0xf9, 0xe2, 0xa5, 0xff, 0xf7, 0xdf, 0x9c, 0xff, 0xf7, 0xe2, 0x97, 0xff, 0xf6, 0xef, 0x91, 0xff, 0xf4, 0xf0, 0x88, 0xff, 0xf5, 0xd6, 0x7f, 0xff, 0xf7, 0xbe, 0x72, 0xff, 0xf8, 0xb2, 0x6f, 0xff, 0xf6, 0xad, 0x6d, 0xff, 0xf6, 0xaf, 0x6b, 0xff, 0xf6, 0xb6, 0x70, 0xff, 0xf5, 0xb5, 0x6d, 0xff, 0xf6, 0xb4, 0x6d, 0xff, 0xf7, 0xb5, 0x6d, 0xff, 0xf6, 0xb3, 0x6d, 0xff, 0xf6, 0xac, 0x6b, 0xff, 0xf0, 0xa9, 0x6a, 0xff, 0xdb, 0x99, 0x5b, 0xff, 0xd4, 0x97, 0x56, 0xff, 0xe6, 0xb2, 0x63, 0xff, 0xf5, 0xc2, 0x6d, 0xff, 0xf2, 0xc6, 0x72, 0xff, 0xf5, 0xcc, 0x72, 0xff, 0xe9, 0xb3, 0x6a, 0xff, 0xd1, 0x90, 0x58, 0xff, 0xd1, 0x93, 0x56, 0xff, 0xce, 0x91, 0x55, 0xff, 0xcf, 0x93, 0x56, 0xff, 0xcc, 0x90, 0x51, 0xff, 0xca, 0x8e, 0x4f, 0xff, 0xca, 0x94, 0x54, 0xff, 0xc5, 0x94, 0x54, 0xff, 0xc3, 0x91, 0x57, 0xff, 0xc3, 0x8e, 0x55, 0xff, 0xc2, 0x91, 0x55, 0xff, 0xc1, 0x8f, 0x54, 0xff, 0xbf, 0x8c, 0x51, 0xff, 0xbb, 0x86, 0x4c, 0xff, 0xbb, 0x83, 0x4a, 0xff, 0xba, 0x84, 0x4d, 0xff, 0xb8, 0x85, 0x4e, 0xff, 0xb1, 0x79, 0x45, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xaa, 0x71, 0x43, 0xff, 0xa7, 0x6b, 0x3e, 0xff, 0xa4, 0x69, 0x3b, 0xff, 0xa3, 0x68, 0x38, 0xff, 0xa2, 0x67, 0x38, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9c, 0x62, 0x38, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x98, 0x5f, 0x34, 0xff, 0x95, 0x5a, 0x32, 0xff, 0x93, 0x56, 0x31, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x8c, 0x51, 0x2d, 0xff, 0x8a, 0x4f, 0x2c, 0xff, 0x88, 0x4d, 0x2a, 0xff, 0x86, 0x4c, 0x29, 0xff, 0x84, 0x4a, 0x29, 0xff, 0x81, 0x47, 0x28, 0xff, 0x7f, 0x43, 0x27, 0xff, 0x7e, 0x42, 0x24, 0xff, 0x7e, 0x42, 0x24, 0xff, 0x7d, 0x41, 0x25, 0xff, 0x7a, 0x3f, 0x24, 0xff, 0x79, 0x3e, 0x23, 0xff, 0x78, 0x3f, 0x24, 0xff, 0x78, 0x3f, 0x23, 0xff, 0x71, 0x36, 0x1d, 0xff, 0x6a, 0x31, 0x16, 0xff, 0x6a, 0x32, 0x15, 0xff, 0x69, 0x30, 0x15, 0xff, 0x67, 0x2e, 0x13, 0xff, 0x67, 0x2d, 0x13, 0xff, 0x66, 0x2f, 0x14, 0xff, 0x67, 0x2e, 0x14, 0xff, 0x67, 0x2e, 0x13, 0xff, 0x66, 0x2e, 0x12, 0xff, 0x66, 0x2c, 0x11, 0xff, 0x67, 0x2e, 0x0f, 0xff, 0x76, 0x3c, 0x1d, 0xff, 0x95, 0x59, 0x37, 0xff, 0x9c, 0x5e, 0x39, 0xff, 0x98, 0x58, 0x32, 0xff, 0x99, 0x57, 0x32, 0xff, 0x97, 0x55, 0x31, 0xff, 0x98, 0x56, 0x31, 0xff, 0x99, 0x58, 0x32, 0xff, 0x99, 0x5a, 0x33, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x9c, 0x5b, 0x32, 0xff, 0x9c, 0x5b, 0x32, 0xff, 0x9c, 0x5c, 0x30, 0xff, 0x9f, 0x5c, 0x32, 0xff, 0xa3, 0x60, 0x33, 0xff, 0xa7, 0x64, 0x33, 0xff, 0xab, 0x68, 0x36, 0xff, 0xad, 0x6d, 0x3b, 0xff, 0xb1, 0x72, 0x3e, 0xff, 0xb4, 0x76, 0x41, 0xff, 0xb7, 0x79, 0x43, 0xff, 0xb9, 0x7b, 0x45, 0xff, 0xbd, 0x7c, 0x46, 0xff, 0xc2, 0x80, 0x48, 0xff, 0xc9, 0x84, 0x4b, 0xff, 0xd0, 0x89, 0x4f, 0xff, 0xd7, 0x8f, 0x54, 0xff, 0xe0, 0x95, 0x55, 0xff, 0xe9, 0x9b, 0x5a, 0xff, 0xf0, 0x9e, 0x5e, 0xff, 0xf5, 0xa6, 0x5f, 0xff, 0xf8, 0xad, 0x67, 0xff, 0xf7, 0xad, 0x6b, 0xff, 0xf6, 0xad, 0x6b, 0xff, 0xf8, 0xa9, 0x6a, 0xff, 0xf8, 0xa5, 0x69, 0xff, 0xf8, 0xa2, 0x67, 0xff, 0xf8, 0xa1, 0x65, 0xff, 0xf0, 0x99, 0x61, 0xff, 0xe8, 0x96, 0x5e, 0xff, 0xe8, 0x96, 0x5e, 0xff, 0xe7, 0x95, 0x5d, 0xff, 0xf1, 0x96, 0x5e, 0xff, 0xf3, 0x99, 0x5f, 0xff, 0xf8, 0x9e, 0x64, 0xff, 0xf0, 0x9d, 0x67, 0xff, 0xc9, 0x87, 0x54, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xb8, 0x7f, 0x46, 0xff, 0xb9, 0x7e, 0x47, 0xff, 0xbb, 0x7a, 0x47, 0xff, 0xbd, 0x7b, 0x48, 0xff, 0xc1, 0x7f, 0x4c, 0xff, 0xc5, 0x80, 0x4b, 0xff, 0xc7, 0x81, 0x4d, 0xff, 0xae, 0x6d, 0x3f, 0xff, 0xad, 0x6c, 0x3d, 0xff, 0xb2, 0x71, 0x41, 0xff, 0xb5, 0x73, 0x42, 0xff, 0xb7, 0x79, 0x48, 0xff, 0xbd, 0x7e, 0x4e, 0xff, 0xe5, 0x9d, 0x6a, 0xff, 0xa1, 0x5e, 0x38, 0xff, 0x97, 0x5a, 0x36, 0xff, 0x98, 0x5d, 0x3a, 0xff, 0x98, 0x63, 0x3f, 0xff, 0x98, 0x63, 0x41, 0xff, 0x98, 0x67, 0x44, 0xff, 0x98, 0x65, 0x48, 0xff, 0x98, 0x66, 0x47, 0xff, 0x98, 0x67, 0x44, 0xff, 0x98, 0x67, 0x43, 0xff, 0x97, 0x62, 0x40, 0xff, 0x98, 0x5d, 0x3c, 0xff, 0x96, 0x58, 0x34, 0xff, 0x8e, 0x51, 0x30, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x88, 0x47, 0x29, 0xff, 0x86, 0x46, 0x27, 0xff, 0x84, 0x44, 0x27, 0xff, 0x84, 0x45, 0x26, 0xff, 0x84, 0x45, 0x26, 0xff, 0x85, 0x45, 0x27, 0xff, 0x84, 0x46, 0x26, 0xff, 0x86, 0x45, 0x26, 0xff, 0x87, 0x46, 0x28, 0xff, 0x87, 0x46, 0x29, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x78, 0x3b, 0x23, 0xff, 0x79, 0x3c, 0x22, 0xff, 0x79, 0x3a, 0x21, 0xff, 0x78, 0x3a, 0x21, 0xff, 0x79, 0x3a, 0x21, 0xff, 0x82, 0x47, 0x2b, 0xff, 0x7f, 0x43, 0x29, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7a, 0x3e, 0x25, 0xff, 0x79, 0x3c, 0x23, 0xff, 0x78, 0x3b, 0x22, 0xff, - 0x77, 0x39, 0x20, 0xff, 0x75, 0x35, 0x1b, 0xff, 0x73, 0x33, 0x19, 0xff, 0x73, 0x34, 0x1b, 0xff, 0x6f, 0x32, 0x17, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x68, 0x2c, 0x11, 0xff, 0x68, 0x2a, 0x11, 0xff, 0x67, 0x2c, 0x12, 0xff, 0x67, 0x2a, 0x11, 0xff, 0x68, 0x2b, 0x0f, 0xff, 0x68, 0x2b, 0x11, 0xff, 0x6a, 0x2b, 0x12, 0xff, 0x6c, 0x2e, 0x13, 0xff, 0x70, 0x32, 0x15, 0xff, 0x69, 0x2c, 0x11, 0xff, 0x5e, 0x24, 0x09, 0xff, 0x5e, 0x26, 0x09, 0xff, 0x62, 0x26, 0x08, 0xff, 0x66, 0x28, 0x09, 0xff, 0x69, 0x2c, 0x0d, 0xff, 0x6b, 0x2f, 0x11, 0xff, 0x72, 0x32, 0x13, 0xff, 0x78, 0x35, 0x16, 0xff, 0x7b, 0x38, 0x19, 0xff, 0x80, 0x3d, 0x1c, 0xff, 0x83, 0x41, 0x1f, 0xff, 0x88, 0x46, 0x21, 0xff, 0x8d, 0x49, 0x24, 0xff, 0x93, 0x4f, 0x26, 0xff, 0x97, 0x54, 0x27, 0xff, 0x9b, 0x5a, 0x2a, 0xff, 0xa1, 0x5f, 0x2e, 0xff, 0xa6, 0x64, 0x32, 0xff, 0xad, 0x6b, 0x36, 0xff, 0xb2, 0x73, 0x3c, 0xff, 0xb9, 0x7a, 0x41, 0xff, 0xc5, 0x87, 0x4c, 0xff, 0xd5, 0x96, 0x56, 0xff, 0xf3, 0xa8, 0x64, 0xff, 0xf8, 0xbb, 0x74, 0xff, 0xf3, 0xe3, 0x8d, 0xff, 0xed, 0xf5, 0xab, 0xff, 0xf7, 0xf4, 0xd5, 0xff, 0xf9, 0xf4, 0xf2, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf8, 0xf4, 0xef, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf8, 0xf3, 0xe7, 0xff, 0xf5, 0xf4, 0xc5, 0xff, 0xf8, 0xef, 0xad, 0xff, 0xf9, 0xe2, 0xa2, 0xff, 0xf8, 0xe3, 0x99, 0xff, 0xf9, 0xec, 0x93, 0xff, 0xf7, 0xee, 0x8d, 0xff, 0xf8, 0xd5, 0x81, 0xff, 0xf6, 0xc0, 0x78, 0xff, 0xf7, 0xb2, 0x70, 0xff, 0xf7, 0xad, 0x6d, 0xff, 0xf7, 0xae, 0x69, 0xff, 0xf7, 0xb5, 0x6c, 0xff, 0xf6, 0xb4, 0x6a, 0xff, 0xf6, 0xb0, 0x6a, 0xff, 0xf7, 0xb1, 0x6b, 0xff, 0xf7, 0xb0, 0x6b, 0xff, 0xf7, 0xa9, 0x69, 0xff, 0xf6, 0xaa, 0x6a, 0xff, 0xe6, 0xa1, 0x62, 0xff, 0xd4, 0x98, 0x57, 0xff, 0xeb, 0xba, 0x68, 0xff, 0xf5, 0xc3, 0x6f, 0xff, 0xf4, 0xbf, 0x6f, 0xff, 0xf4, 0xc1, 0x74, 0xff, 0xe9, 0xb5, 0x6b, 0xff, 0xd7, 0x93, 0x58, 0xff, 0xd7, 0x98, 0x5b, 0xff, 0xd0, 0x93, 0x56, 0xff, 0xd1, 0x94, 0x56, 0xff, 0xd1, 0x93, 0x56, 0xff, 0xca, 0x8d, 0x4e, 0xff, 0xcb, 0x90, 0x51, 0xff, 0xca, 0x92, 0x54, 0xff, 0xc6, 0x91, 0x54, 0xff, 0xc4, 0x93, 0x55, 0xff, 0xc4, 0x94, 0x56, 0xff, 0xc2, 0x8f, 0x53, 0xff, 0xc1, 0x8d, 0x50, 0xff, 0xbf, 0x8a, 0x4d, 0xff, 0xbd, 0x85, 0x4d, 0xff, 0xbb, 0x87, 0x4e, 0xff, 0xb8, 0x84, 0x4b, 0xff, 0xb2, 0x77, 0x46, 0xff, 0xac, 0x71, 0x44, 0xff, 0xac, 0x72, 0x45, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa7, 0x6d, 0x3e, 0xff, 0xa5, 0x6a, 0x3b, 0xff, 0xa3, 0x69, 0x3b, 0xff, 0xa0, 0x67, 0x3b, 0xff, 0x9f, 0x67, 0x3b, 0xff, 0x9d, 0x66, 0x38, 0xff, 0x9a, 0x60, 0x33, 0xff, 0x96, 0x5b, 0x32, 0xff, 0x95, 0x59, 0x33, 0xff, 0x92, 0x56, 0x31, 0xff, 0x91, 0x56, 0x2f, 0xff, 0x8f, 0x54, 0x2d, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8b, 0x4e, 0x2c, 0xff, 0x88, 0x4e, 0x2a, 0xff, 0x85, 0x4c, 0x28, 0xff, 0x83, 0x49, 0x28, 0xff, 0x82, 0x46, 0x27, 0xff, 0x80, 0x44, 0x25, 0xff, 0x7e, 0x42, 0x25, 0xff, 0x7c, 0x41, 0x24, 0xff, 0x7b, 0x41, 0x24, 0xff, 0x7a, 0x41, 0x24, 0xff, 0x7a, 0x3f, 0x25, 0xff, 0x73, 0x39, 0x1e, 0xff, 0x6c, 0x33, 0x18, 0xff, 0x6b, 0x32, 0x17, 0xff, 0x6a, 0x30, 0x14, 0xff, 0x68, 0x2f, 0x12, 0xff, 0x67, 0x2f, 0x12, 0xff, 0x66, 0x2d, 0x12, 0xff, 0x66, 0x2e, 0x14, 0xff, 0x66, 0x2e, 0x14, 0xff, 0x65, 0x2b, 0x11, 0xff, 0x60, 0x27, 0x0b, 0xff, 0x65, 0x2d, 0x12, 0xff, 0x7d, 0x43, 0x24, 0xff, 0x92, 0x55, 0x30, 0xff, 0x93, 0x54, 0x31, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x92, 0x53, 0x2e, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x92, 0x51, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x94, 0x53, 0x2e, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x95, 0x55, 0x2f, 0xff, 0x95, 0x56, 0x30, 0xff, 0x97, 0x56, 0x31, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x9e, 0x5c, 0x33, 0xff, 0xa0, 0x5d, 0x32, 0xff, 0xa3, 0x5f, 0x32, 0xff, 0xa7, 0x65, 0x34, 0xff, 0xab, 0x6a, 0x37, 0xff, 0xad, 0x6e, 0x3c, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xb2, 0x77, 0x45, 0xff, 0xb6, 0x7b, 0x4a, 0xff, 0xba, 0x81, 0x4c, 0xff, 0xbf, 0x84, 0x4c, 0xff, 0xc5, 0x87, 0x4e, 0xff, 0xcd, 0x8b, 0x51, 0xff, 0xdb, 0x93, 0x55, 0xff, 0xe4, 0x98, 0x5c, 0xff, 0xef, 0x9f, 0x61, 0xff, 0xf7, 0xa7, 0x64, 0xff, 0xf7, 0xab, 0x68, 0xff, 0xf7, 0xad, 0x6a, 0xff, 0xf8, 0xb0, 0x6c, 0xff, 0xf8, 0xb0, 0x6f, 0xff, 0xf7, 0xae, 0x70, 0xff, 0xf7, 0xa9, 0x6c, 0xff, 0xf7, 0xa1, 0x67, 0xff, 0xf5, 0x9e, 0x66, 0xff, 0xf1, 0x98, 0x60, 0xff, 0xe6, 0x94, 0x5c, 0xff, 0xe6, 0x95, 0x5d, 0xff, 0xe8, 0x96, 0x5d, 0xff, 0xec, 0x97, 0x5d, 0xff, 0xed, 0x97, 0x5d, 0xff, 0xf0, 0x9b, 0x60, 0xff, 0xf1, 0x9a, 0x63, 0xff, 0xef, 0x99, 0x65, 0xff, 0xd8, 0x93, 0x60, 0xff, 0xb5, 0x7c, 0x4a, 0xff, 0xb5, 0x7a, 0x48, 0xff, 0xb8, 0x7a, 0x48, 0xff, 0xba, 0x7d, 0x49, 0xff, 0xbb, 0x7d, 0x49, 0xff, 0xbf, 0x7f, 0x4a, 0xff, 0xc5, 0x84, 0x50, 0xff, 0xac, 0x6c, 0x3d, 0xff, 0xac, 0x6a, 0x3c, 0xff, 0xae, 0x6c, 0x3e, 0xff, 0xb3, 0x72, 0x43, 0xff, 0xc0, 0x7d, 0x4b, 0xff, 0xd3, 0x8d, 0x5b, 0xff, 0xc0, 0x7e, 0x51, 0xff, 0x9a, 0x5b, 0x37, 0xff, 0x97, 0x58, 0x33, 0xff, 0x98, 0x5b, 0x38, 0xff, 0x98, 0x5f, 0x3d, 0xff, 0x98, 0x63, 0x3f, 0xff, 0x98, 0x67, 0x43, 0xff, 0x97, 0x66, 0x48, 0xff, 0x98, 0x65, 0x48, 0xff, 0x98, 0x67, 0x47, 0xff, 0x97, 0x66, 0x45, 0xff, 0x96, 0x62, 0x42, 0xff, 0x95, 0x5f, 0x3d, 0xff, 0x96, 0x58, 0x34, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x85, 0x46, 0x27, 0xff, 0x85, 0x45, 0x26, 0xff, 0x84, 0x45, 0x26, 0xff, 0x83, 0x43, 0x26, 0xff, 0x82, 0x42, 0x25, 0xff, 0x82, 0x44, 0x25, 0xff, 0x84, 0x45, 0x27, 0xff, 0x84, 0x45, 0x27, 0xff, 0x88, 0x47, 0x28, 0xff, 0x88, 0x47, 0x28, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x83, 0x43, 0x28, 0xff, 0x7d, 0x3f, 0x26, 0xff, 0x7d, 0x3f, 0x26, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x82, 0x45, 0x2a, 0xff, 0x81, 0x44, 0x29, 0xff, 0x7e, 0x42, 0x28, 0xff, 0x7d, 0x40, 0x27, 0xff, 0x7a, 0x3e, 0x24, 0xff, 0x79, 0x3c, 0x23, 0xff, 0x78, 0x39, 0x20, 0xff, - 0x77, 0x39, 0x1d, 0xff, 0x75, 0x36, 0x1d, 0xff, 0x74, 0x35, 0x1c, 0xff, 0x71, 0x33, 0x19, 0xff, 0x70, 0x31, 0x18, 0xff, 0x6e, 0x2f, 0x15, 0xff, 0x67, 0x2a, 0x12, 0xff, 0x67, 0x2b, 0x0f, 0xff, 0x63, 0x29, 0x0e, 0xff, 0x65, 0x28, 0x0c, 0xff, 0x64, 0x28, 0x0c, 0xff, 0x65, 0x29, 0x0d, 0xff, 0x66, 0x2b, 0x0f, 0xff, 0x69, 0x2c, 0x11, 0xff, 0x6b, 0x2c, 0x12, 0xff, 0x6f, 0x2f, 0x13, 0xff, 0x6f, 0x31, 0x15, 0xff, 0x5e, 0x26, 0x08, 0xff, 0x5c, 0x23, 0x05, 0xff, 0x61, 0x26, 0x07, 0xff, 0x65, 0x28, 0x08, 0xff, 0x6a, 0x2c, 0x0c, 0xff, 0x6f, 0x31, 0x10, 0xff, 0x73, 0x32, 0x14, 0xff, 0x78, 0x37, 0x15, 0xff, 0x7c, 0x3b, 0x1b, 0xff, 0x81, 0x3e, 0x1c, 0xff, 0x84, 0x41, 0x1f, 0xff, 0x88, 0x47, 0x22, 0xff, 0x8e, 0x4c, 0x25, 0xff, 0x95, 0x50, 0x26, 0xff, 0x97, 0x54, 0x29, 0xff, 0x9c, 0x5b, 0x2e, 0xff, 0xa2, 0x60, 0x31, 0xff, 0xa7, 0x68, 0x35, 0xff, 0xad, 0x6f, 0x3a, 0xff, 0xb5, 0x75, 0x3f, 0xff, 0xbe, 0x7f, 0x46, 0xff, 0xcc, 0x8d, 0x52, 0xff, 0xe0, 0x9d, 0x5b, 0xff, 0xf9, 0xb0, 0x6b, 0xff, 0xf8, 0xce, 0x7d, 0xff, 0xef, 0xf2, 0x98, 0xff, 0xf2, 0xf5, 0xbb, 0xff, 0xf9, 0xf4, 0xe8, 0xff, 0xf9, 0xf5, 0xf1, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf4, 0xee, 0xff, 0xf7, 0xf4, 0xdb, 0xff, 0xf2, 0xf3, 0xb6, 0xff, 0xf7, 0xed, 0xa5, 0xff, 0xf7, 0xe4, 0x9a, 0xff, 0xf9, 0xe6, 0x91, 0xff, 0xf7, 0xdf, 0x8b, 0xff, 0xf9, 0xdb, 0x86, 0xff, 0xf6, 0xc6, 0x7d, 0xff, 0xf7, 0xb4, 0x71, 0xff, 0xf6, 0xaf, 0x6d, 0xff, 0xf7, 0xac, 0x68, 0xff, 0xf7, 0xb3, 0x68, 0xff, 0xf7, 0xb1, 0x68, 0xff, 0xf7, 0xae, 0x68, 0xff, 0xf7, 0xad, 0x68, 0xff, 0xf7, 0xab, 0x68, 0xff, 0xf8, 0xa7, 0x68, 0xff, 0xf9, 0xa9, 0x69, 0xff, 0xed, 0xa3, 0x65, 0xff, 0xd5, 0x9b, 0x58, 0xff, 0xf7, 0xc4, 0x6c, 0xff, 0xf1, 0xbb, 0x6b, 0xff, 0xf3, 0xbc, 0x6d, 0xff, 0xf4, 0xc5, 0x70, 0xff, 0xee, 0xb7, 0x6c, 0xff, 0xdd, 0x96, 0x5b, 0xff, 0xe0, 0x9d, 0x5f, 0xff, 0xd4, 0x95, 0x57, 0xff, 0xd4, 0x95, 0x57, 0xff, 0xd4, 0x95, 0x56, 0xff, 0xd1, 0x91, 0x54, 0xff, 0xcd, 0x8f, 0x51, 0xff, 0xcb, 0x92, 0x51, 0xff, 0xcb, 0x96, 0x54, 0xff, 0xc8, 0x94, 0x54, 0xff, 0xc4, 0x91, 0x53, 0xff, 0xc4, 0x92, 0x53, 0xff, 0xc2, 0x8e, 0x4f, 0xff, 0xc1, 0x88, 0x4c, 0xff, 0xc0, 0x8a, 0x4d, 0xff, 0xbd, 0x88, 0x4f, 0xff, 0xb9, 0x80, 0x4c, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb0, 0x77, 0x44, 0xff, 0xaf, 0x75, 0x46, 0xff, 0xab, 0x73, 0x42, 0xff, 0xa9, 0x71, 0x3e, 0xff, 0xa7, 0x6e, 0x3d, 0xff, 0xa4, 0x6b, 0x3d, 0xff, 0xa3, 0x69, 0x3d, 0xff, 0xa2, 0x68, 0x3c, 0xff, 0x9f, 0x65, 0x3a, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x98, 0x5d, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x95, 0x58, 0x32, 0xff, 0x93, 0x56, 0x31, 0xff, 0x91, 0x54, 0x30, 0xff, 0x8e, 0x54, 0x2f, 0xff, 0x8b, 0x52, 0x2e, 0xff, 0x8b, 0x4f, 0x2d, 0xff, 0x88, 0x4e, 0x2b, 0xff, 0x86, 0x4c, 0x28, 0xff, 0x84, 0x48, 0x27, 0xff, 0x82, 0x45, 0x27, 0xff, 0x7f, 0x43, 0x25, 0xff, 0x7d, 0x41, 0x25, 0xff, 0x7d, 0x40, 0x25, 0xff, 0x7b, 0x41, 0x26, 0xff, 0x74, 0x3b, 0x20, 0xff, 0x6e, 0x34, 0x18, 0xff, 0x6e, 0x34, 0x17, 0xff, 0x6b, 0x30, 0x16, 0xff, 0x6a, 0x2e, 0x15, 0xff, 0x69, 0x2f, 0x13, 0xff, 0x69, 0x30, 0x13, 0xff, 0x68, 0x2e, 0x15, 0xff, 0x68, 0x2e, 0x15, 0xff, 0x65, 0x2d, 0x13, 0xff, 0x5a, 0x26, 0x09, 0xff, 0x66, 0x2f, 0x13, 0xff, 0x85, 0x49, 0x2c, 0xff, 0x91, 0x52, 0x30, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8d, 0x4b, 0x29, 0xff, 0x8e, 0x4d, 0x29, 0xff, 0x90, 0x50, 0x2b, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x95, 0x54, 0x2f, 0xff, 0x97, 0x57, 0x30, 0xff, 0x99, 0x5b, 0x31, 0xff, 0x9d, 0x5d, 0x32, 0xff, 0xa1, 0x5f, 0x33, 0xff, 0xa3, 0x62, 0x33, 0xff, 0xa5, 0x68, 0x35, 0xff, 0xa9, 0x6d, 0x3b, 0xff, 0xab, 0x71, 0x40, 0xff, 0xae, 0x75, 0x47, 0xff, 0xb2, 0x7a, 0x4d, 0xff, 0xb7, 0x80, 0x53, 0xff, 0xbd, 0x86, 0x54, 0xff, 0xc3, 0x8d, 0x56, 0xff, 0xcd, 0x92, 0x5a, 0xff, 0xdc, 0x97, 0x5e, 0xff, 0xee, 0x9f, 0x64, 0xff, 0xf7, 0xa9, 0x6b, 0xff, 0xf8, 0xb1, 0x71, 0xff, 0xf6, 0xb6, 0x76, 0xff, 0xf7, 0xb8, 0x79, 0xff, 0xf9, 0xb9, 0x79, 0xff, 0xf7, 0xb8, 0x7b, 0xff, 0xf6, 0xb7, 0x78, 0xff, 0xf7, 0xb4, 0x76, 0xff, 0xf7, 0xad, 0x72, 0xff, 0xf8, 0xa3, 0x69, 0xff, 0xf2, 0x9c, 0x62, 0xff, 0xe4, 0x94, 0x5e, 0xff, 0xe0, 0x91, 0x5a, 0xff, 0xe4, 0x93, 0x5c, 0xff, 0xe8, 0x95, 0x5d, 0xff, 0xe9, 0x96, 0x5d, 0xff, 0xe9, 0x96, 0x5f, 0xff, 0xe8, 0x96, 0x60, 0xff, 0xe9, 0x98, 0x63, 0xff, 0xeb, 0x9a, 0x63, 0xff, 0xe5, 0x9a, 0x67, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xb6, 0x79, 0x49, 0xff, 0xb8, 0x7b, 0x4b, 0xff, 0xb9, 0x7d, 0x4c, 0xff, 0xbe, 0x80, 0x4d, 0xff, 0xb3, 0x75, 0x45, 0xff, 0xaa, 0x6a, 0x3d, 0xff, 0xab, 0x6c, 0x3c, 0xff, 0xc0, 0x7d, 0x4a, 0xff, 0xc4, 0x80, 0x4e, 0xff, 0xc4, 0x80, 0x50, 0xff, 0xa1, 0x61, 0x3a, 0xff, 0x94, 0x55, 0x31, 0xff, 0x96, 0x57, 0x34, 0xff, 0x98, 0x5a, 0x35, 0xff, 0x97, 0x5c, 0x37, 0xff, 0x96, 0x5f, 0x3c, 0xff, 0x98, 0x64, 0x41, 0xff, 0x98, 0x67, 0x43, 0xff, 0x97, 0x66, 0x44, 0xff, 0x97, 0x67, 0x46, 0xff, 0x96, 0x64, 0x43, 0xff, 0x95, 0x60, 0x3f, 0xff, 0x96, 0x5e, 0x3a, 0xff, 0x94, 0x57, 0x34, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x85, 0x46, 0x28, 0xff, 0x83, 0x43, 0x26, 0xff, 0x82, 0x41, 0x25, 0xff, 0x81, 0x44, 0x26, 0xff, 0x81, 0x44, 0x26, 0xff, 0x84, 0x45, 0x26, 0xff, 0x87, 0x47, 0x27, 0xff, 0x86, 0x45, 0x29, 0xff, 0x88, 0x48, 0x29, 0xff, 0x88, 0x48, 0x29, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x84, 0x46, 0x29, 0xff, 0x82, 0x45, 0x28, 0xff, 0x83, 0x47, 0x29, 0xff, 0x83, 0x48, 0x2e, 0xff, 0x80, 0x43, 0x28, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x7c, 0x40, 0x26, 0xff, 0x7b, 0x3d, 0x25, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x77, 0x39, 0x20, 0xff, - 0x78, 0x39, 0x22, 0xff, 0x76, 0x38, 0x1c, 0xff, 0x73, 0x34, 0x19, 0xff, 0x71, 0x31, 0x15, 0xff, 0x6c, 0x2d, 0x15, 0xff, 0x68, 0x2e, 0x14, 0xff, 0x68, 0x2d, 0x0f, 0xff, 0x68, 0x2d, 0x12, 0xff, 0x68, 0x2b, 0x11, 0xff, 0x61, 0x28, 0x0d, 0xff, 0x62, 0x28, 0x0c, 0xff, 0x5f, 0x27, 0x0c, 0xff, 0x60, 0x27, 0x0b, 0xff, 0x67, 0x2b, 0x0e, 0xff, 0x68, 0x2c, 0x0e, 0xff, 0x6a, 0x2c, 0x0f, 0xff, 0x6d, 0x2e, 0x12, 0xff, 0x74, 0x33, 0x18, 0xff, 0x5d, 0x24, 0x07, 0xff, 0x5c, 0x25, 0x06, 0xff, 0x61, 0x26, 0x07, 0xff, 0x67, 0x29, 0x08, 0xff, 0x6a, 0x2c, 0x0c, 0xff, 0x70, 0x2e, 0x10, 0xff, 0x76, 0x33, 0x14, 0xff, 0x79, 0x37, 0x18, 0xff, 0x7e, 0x3a, 0x1a, 0xff, 0x84, 0x40, 0x1e, 0xff, 0x87, 0x45, 0x22, 0xff, 0x8c, 0x49, 0x24, 0xff, 0x91, 0x4d, 0x25, 0xff, 0x95, 0x54, 0x28, 0xff, 0x9b, 0x5a, 0x2d, 0xff, 0xa0, 0x5f, 0x2f, 0xff, 0xa3, 0x63, 0x33, 0xff, 0xa9, 0x6a, 0x39, 0xff, 0xb0, 0x72, 0x3d, 0xff, 0xb7, 0x78, 0x3e, 0xff, 0xc0, 0x81, 0x48, 0xff, 0xd5, 0x91, 0x54, 0xff, 0xeb, 0xa3, 0x62, 0xff, 0xf9, 0xba, 0x72, 0xff, 0xf7, 0xdc, 0x86, 0xff, 0xeb, 0xf3, 0xa3, 0xff, 0xf3, 0xf3, 0xc7, 0xff, 0xf9, 0xf4, 0xed, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf4, 0xf0, 0xff, 0xf9, 0xf4, 0xee, 0xff, 0xf7, 0xf3, 0xdb, 0xff, 0xf2, 0xf4, 0xb5, 0xff, 0xf8, 0xee, 0xa2, 0xff, 0xf8, 0xe2, 0x97, 0xff, 0xf9, 0xe3, 0x92, 0xff, 0xf8, 0xdb, 0x88, 0xff, 0xf6, 0xd8, 0x84, 0xff, 0xf9, 0xc9, 0x7e, 0xff, 0xf7, 0xb6, 0x73, 0xff, 0xf6, 0xad, 0x6d, 0xff, 0xf8, 0xad, 0x6a, 0xff, 0xf7, 0xb0, 0x66, 0xff, 0xf8, 0xaf, 0x65, 0xff, 0xf7, 0xac, 0x66, 0xff, 0xf8, 0xab, 0x66, 0xff, 0xf7, 0xaa, 0x65, 0xff, 0xf5, 0xa3, 0x61, 0xff, 0xf8, 0xa7, 0x68, 0xff, 0xf7, 0xa8, 0x6a, 0xff, 0xf1, 0xaf, 0x6b, 0xff, 0xf1, 0xba, 0x6b, 0xff, 0xef, 0xb8, 0x6e, 0xff, 0xf1, 0xbe, 0x6f, 0xff, 0xf5, 0xbf, 0x6c, 0xff, 0xed, 0xb1, 0x67, 0xff, 0xe3, 0x97, 0x5f, 0xff, 0xe6, 0x9d, 0x5f, 0xff, 0xda, 0x99, 0x5a, 0xff, 0xd8, 0x98, 0x59, 0xff, 0xd6, 0x97, 0x59, 0xff, 0xd4, 0x95, 0x57, 0xff, 0xd0, 0x91, 0x52, 0xff, 0xcf, 0x91, 0x4e, 0xff, 0xcd, 0x90, 0x50, 0xff, 0xca, 0x91, 0x52, 0xff, 0xca, 0x94, 0x54, 0xff, 0xc6, 0x94, 0x52, 0xff, 0xc5, 0x91, 0x4f, 0xff, 0xc3, 0x8c, 0x4e, 0xff, 0xc2, 0x89, 0x50, 0xff, 0xc2, 0x8c, 0x52, 0xff, 0xbc, 0x84, 0x4c, 0xff, 0xb2, 0x74, 0x3f, 0xff, 0xb3, 0x7a, 0x47, 0xff, 0xb1, 0x76, 0x47, 0xff, 0xae, 0x74, 0x45, 0xff, 0xab, 0x72, 0x40, 0xff, 0xaa, 0x70, 0x3e, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xa6, 0x6a, 0x3e, 0xff, 0xa3, 0x68, 0x3d, 0xff, 0xa2, 0x68, 0x3c, 0xff, 0x9e, 0x64, 0x37, 0xff, 0x99, 0x5d, 0x33, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x93, 0x58, 0x31, 0xff, 0x92, 0x55, 0x31, 0xff, 0x91, 0x54, 0x30, 0xff, 0x8e, 0x51, 0x2d, 0xff, 0x8b, 0x51, 0x2e, 0xff, 0x8a, 0x4f, 0x2c, 0xff, 0x88, 0x4c, 0x29, 0xff, 0x85, 0x4a, 0x28, 0xff, 0x84, 0x47, 0x26, 0xff, 0x80, 0x45, 0x25, 0xff, 0x7d, 0x42, 0x25, 0xff, 0x7f, 0x42, 0x26, 0xff, 0x7a, 0x3f, 0x22, 0xff, 0x71, 0x37, 0x1a, 0xff, 0x6f, 0x34, 0x18, 0xff, 0x6e, 0x33, 0x18, 0xff, 0x6a, 0x30, 0x16, 0xff, 0x6a, 0x2f, 0x15, 0xff, 0x69, 0x30, 0x15, 0xff, 0x69, 0x30, 0x13, 0xff, 0x68, 0x2f, 0x14, 0xff, 0x63, 0x2c, 0x11, 0xff, 0x5d, 0x27, 0x0a, 0xff, 0x6b, 0x34, 0x18, 0xff, 0x83, 0x48, 0x2a, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x86, 0x48, 0x29, 0xff, 0x85, 0x45, 0x28, 0xff, 0x87, 0x47, 0x28, 0xff, 0x89, 0x49, 0x29, 0xff, 0x89, 0x49, 0x28, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x87, 0x46, 0x27, 0xff, 0x86, 0x44, 0x27, 0xff, 0x88, 0x47, 0x28, 0xff, 0x8a, 0x49, 0x28, 0xff, 0x8b, 0x4a, 0x28, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x8e, 0x50, 0x2a, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x97, 0x55, 0x2e, 0xff, 0x9b, 0x5a, 0x2e, 0xff, 0xa0, 0x5c, 0x31, 0xff, 0xa2, 0x61, 0x34, 0xff, 0xa3, 0x68, 0x39, 0xff, 0xa7, 0x6e, 0x3f, 0xff, 0xab, 0x71, 0x45, 0xff, 0xaf, 0x75, 0x4c, 0xff, 0xb4, 0x7d, 0x52, 0xff, 0xba, 0x81, 0x57, 0xff, 0xc2, 0x8a, 0x5d, 0xff, 0xcd, 0x95, 0x5f, 0xff, 0xdf, 0x9e, 0x64, 0xff, 0xf3, 0xa9, 0x6b, 0xff, 0xf7, 0xb2, 0x74, 0xff, 0xf8, 0xc1, 0x7c, 0xff, 0xf6, 0xcc, 0x84, 0xff, 0xf8, 0xd5, 0x8b, 0xff, 0xf8, 0xde, 0x8c, 0xff, 0xf9, 0xdc, 0x8c, 0xff, 0xf7, 0xd1, 0x89, 0xff, 0xf7, 0xc6, 0x86, 0xff, 0xf7, 0xbb, 0x7d, 0xff, 0xf8, 0xaf, 0x75, 0xff, 0xf6, 0xa3, 0x6a, 0xff, 0xee, 0x98, 0x61, 0xff, 0xe1, 0x91, 0x5c, 0xff, 0xdb, 0x90, 0x58, 0xff, 0xdd, 0x91, 0x58, 0xff, 0xe2, 0x92, 0x58, 0xff, 0xe3, 0x95, 0x5a, 0xff, 0xe1, 0x96, 0x5d, 0xff, 0xe3, 0x96, 0x60, 0xff, 0xe4, 0x96, 0x5f, 0xff, 0xe8, 0x96, 0x62, 0xff, 0xe5, 0x94, 0x62, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xb1, 0x74, 0x45, 0xff, 0xb4, 0x76, 0x48, 0xff, 0xb7, 0x7a, 0x4c, 0xff, 0xb8, 0x7a, 0x4b, 0xff, 0xbc, 0x7e, 0x4e, 0xff, 0xa9, 0x6c, 0x3f, 0xff, 0xb9, 0x7a, 0x46, 0xff, 0xc4, 0x84, 0x4c, 0xff, 0xb2, 0x71, 0x3f, 0xff, 0xac, 0x6b, 0x3e, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x92, 0x53, 0x2f, 0xff, 0x91, 0x53, 0x30, 0xff, 0x93, 0x55, 0x32, 0xff, 0x96, 0x59, 0x34, 0xff, 0x97, 0x5b, 0x37, 0xff, 0x98, 0x5f, 0x3b, 0xff, 0x97, 0x5f, 0x3c, 0xff, 0x97, 0x61, 0x3d, 0xff, 0x96, 0x61, 0x3d, 0xff, 0x96, 0x5f, 0x3d, 0xff, 0x96, 0x5e, 0x3a, 0xff, 0x94, 0x5a, 0x35, 0xff, 0x90, 0x53, 0x31, 0xff, 0x8b, 0x4e, 0x2b, 0xff, 0x87, 0x49, 0x28, 0xff, 0x84, 0x43, 0x27, 0xff, 0x80, 0x43, 0x26, 0xff, 0x80, 0x3e, 0x25, 0xff, 0x80, 0x40, 0x25, 0xff, 0x82, 0x41, 0x25, 0xff, 0x82, 0x44, 0x26, 0xff, 0x86, 0x44, 0x27, 0xff, 0x88, 0x48, 0x28, 0xff, 0x89, 0x48, 0x29, 0xff, 0x8b, 0x48, 0x29, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x87, 0x4a, 0x2d, 0xff, 0x85, 0x49, 0x2d, 0xff, 0x83, 0x46, 0x29, 0xff, 0x80, 0x44, 0x28, 0xff, 0x80, 0x43, 0x27, 0xff, 0x7e, 0x40, 0x26, 0xff, 0x7c, 0x3e, 0x26, 0xff, 0x79, 0x3d, 0x25, 0xff, 0x78, 0x3d, 0x22, 0xff, - 0x79, 0x39, 0x21, 0xff, 0x76, 0x37, 0x1b, 0xff, 0x73, 0x33, 0x18, 0xff, 0x71, 0x32, 0x18, 0xff, 0x6e, 0x2f, 0x15, 0xff, 0x6c, 0x2e, 0x15, 0xff, 0x6a, 0x2e, 0x15, 0xff, 0x6a, 0x2d, 0x13, 0xff, 0x6a, 0x2d, 0x12, 0xff, 0x6a, 0x2d, 0x11, 0xff, 0x68, 0x2d, 0x11, 0xff, 0x64, 0x2a, 0x0c, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x62, 0x27, 0x08, 0xff, 0x67, 0x2c, 0x0e, 0xff, 0x69, 0x2b, 0x0e, 0xff, 0x6c, 0x2d, 0x10, 0xff, 0x70, 0x2f, 0x13, 0xff, 0x70, 0x32, 0x15, 0xff, 0x64, 0x29, 0x0c, 0xff, 0x5b, 0x23, 0x05, 0xff, 0x64, 0x26, 0x07, 0xff, 0x67, 0x29, 0x09, 0xff, 0x6c, 0x2d, 0x0d, 0xff, 0x72, 0x32, 0x11, 0xff, 0x78, 0x37, 0x14, 0xff, 0x7b, 0x38, 0x18, 0xff, 0x7f, 0x3e, 0x1b, 0xff, 0x84, 0x43, 0x1f, 0xff, 0x8a, 0x47, 0x23, 0xff, 0x8d, 0x4b, 0x24, 0xff, 0x93, 0x51, 0x26, 0xff, 0x98, 0x57, 0x2a, 0xff, 0x9c, 0x5c, 0x2e, 0xff, 0xa0, 0x62, 0x31, 0xff, 0xa4, 0x68, 0x35, 0xff, 0xab, 0x6d, 0x3c, 0xff, 0xb0, 0x76, 0x3e, 0xff, 0xb9, 0x7a, 0x41, 0xff, 0xc6, 0x85, 0x4b, 0xff, 0xde, 0x96, 0x58, 0xff, 0xf1, 0xa5, 0x65, 0xff, 0xf7, 0xbe, 0x78, 0xff, 0xf8, 0xe8, 0x8c, 0xff, 0xef, 0xf6, 0xaa, 0xff, 0xf6, 0xf3, 0xd2, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf5, 0xed, 0xff, 0xf6, 0xf5, 0xd5, 0xff, 0xf1, 0xf3, 0xb4, 0xff, 0xf5, 0xf1, 0xa2, 0xff, 0xf8, 0xe6, 0x97, 0xff, 0xf8, 0xde, 0x8e, 0xff, 0xf9, 0xda, 0x88, 0xff, 0xf7, 0xd7, 0x83, 0xff, 0xf9, 0xc2, 0x7f, 0xff, 0xf7, 0xb6, 0x77, 0xff, 0xf6, 0xaf, 0x6c, 0xff, 0xf7, 0xad, 0x69, 0xff, 0xf7, 0xad, 0x65, 0xff, 0xf6, 0xa9, 0x64, 0xff, 0xf5, 0xa9, 0x64, 0xff, 0xf7, 0xa9, 0x64, 0xff, 0xf8, 0xa7, 0x64, 0xff, 0xf7, 0xa2, 0x62, 0xff, 0xf8, 0xa3, 0x64, 0xff, 0xf7, 0xa7, 0x68, 0xff, 0xf6, 0xb6, 0x70, 0xff, 0xf1, 0xbb, 0x6a, 0xff, 0xf5, 0xbe, 0x6c, 0xff, 0xf5, 0xbb, 0x6c, 0xff, 0xf3, 0xb9, 0x6d, 0xff, 0xef, 0xb4, 0x6b, 0xff, 0xe9, 0x9d, 0x5f, 0xff, 0xed, 0xa2, 0x5f, 0xff, 0xe5, 0x9e, 0x5d, 0xff, 0xd8, 0x97, 0x59, 0xff, 0xdc, 0x9a, 0x5b, 0xff, 0xd8, 0x96, 0x57, 0xff, 0xce, 0x91, 0x4e, 0xff, 0xcf, 0x93, 0x50, 0xff, 0xd0, 0x94, 0x4f, 0xff, 0xcf, 0x93, 0x51, 0xff, 0xcc, 0x92, 0x51, 0xff, 0xc8, 0x8f, 0x4f, 0xff, 0xc7, 0x8f, 0x50, 0xff, 0xc5, 0x90, 0x51, 0xff, 0xc3, 0x8f, 0x50, 0xff, 0xc2, 0x8b, 0x50, 0xff, 0xbc, 0x82, 0x49, 0xff, 0xb6, 0x79, 0x44, 0xff, 0xb6, 0x7b, 0x47, 0xff, 0xb4, 0x78, 0x48, 0xff, 0xb2, 0x77, 0x45, 0xff, 0xad, 0x74, 0x42, 0xff, 0xac, 0x71, 0x3f, 0xff, 0xab, 0x70, 0x40, 0xff, 0xa8, 0x6d, 0x3f, 0xff, 0xa6, 0x6c, 0x3d, 0xff, 0xa4, 0x6b, 0x3b, 0xff, 0x9f, 0x65, 0x37, 0xff, 0x9c, 0x60, 0x36, 0xff, 0x9b, 0x61, 0x36, 0xff, 0x99, 0x5e, 0x34, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x95, 0x59, 0x33, 0xff, 0x92, 0x56, 0x32, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8e, 0x52, 0x2f, 0xff, 0x8b, 0x50, 0x2d, 0xff, 0x89, 0x4e, 0x2a, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x86, 0x4a, 0x28, 0xff, 0x82, 0x48, 0x26, 0xff, 0x81, 0x45, 0x25, 0xff, 0x7d, 0x41, 0x24, 0xff, 0x75, 0x39, 0x1e, 0xff, 0x71, 0x36, 0x1a, 0xff, 0x70, 0x35, 0x19, 0xff, 0x6d, 0x33, 0x16, 0xff, 0x6a, 0x31, 0x15, 0xff, 0x69, 0x30, 0x15, 0xff, 0x6a, 0x30, 0x15, 0xff, 0x6a, 0x30, 0x15, 0xff, 0x68, 0x2e, 0x14, 0xff, 0x61, 0x28, 0x0e, 0xff, 0x67, 0x30, 0x14, 0xff, 0x7f, 0x42, 0x26, 0xff, 0x87, 0x47, 0x2a, 0xff, 0x82, 0x44, 0x26, 0xff, 0x80, 0x42, 0x27, 0xff, 0x80, 0x43, 0x26, 0xff, 0x83, 0x45, 0x27, 0xff, 0x85, 0x45, 0x27, 0xff, 0x84, 0x44, 0x27, 0xff, 0x82, 0x42, 0x26, 0xff, 0x81, 0x41, 0x25, 0xff, 0x82, 0x44, 0x25, 0xff, 0x84, 0x44, 0x26, 0xff, 0x86, 0x46, 0x27, 0xff, 0x87, 0x46, 0x26, 0xff, 0x89, 0x47, 0x27, 0xff, 0x89, 0x48, 0x27, 0xff, 0x8c, 0x4a, 0x27, 0xff, 0x8e, 0x4d, 0x28, 0xff, 0x92, 0x51, 0x29, 0xff, 0x95, 0x54, 0x2a, 0xff, 0x99, 0x57, 0x2e, 0xff, 0x9e, 0x5c, 0x30, 0xff, 0xa1, 0x61, 0x31, 0xff, 0xa3, 0x69, 0x37, 0xff, 0xa7, 0x70, 0x3f, 0xff, 0xab, 0x73, 0x45, 0xff, 0xb0, 0x79, 0x4f, 0xff, 0xb6, 0x80, 0x55, 0xff, 0xc0, 0x89, 0x5d, 0xff, 0xca, 0x94, 0x62, 0xff, 0xe0, 0xa1, 0x6a, 0xff, 0xf5, 0xb1, 0x75, 0xff, 0xfa, 0xbd, 0x7f, 0xff, 0xf8, 0xcf, 0x8d, 0xff, 0xf7, 0xe7, 0x97, 0xff, 0xf3, 0xf3, 0xa0, 0xff, 0xf0, 0xf4, 0xa5, 0xff, 0xf0, 0xf5, 0xa6, 0xff, 0xf4, 0xf4, 0xa1, 0xff, 0xf6, 0xe6, 0x9a, 0xff, 0xf8, 0xd3, 0x8d, 0xff, 0xf9, 0xc3, 0x84, 0xff, 0xf6, 0xaa, 0x74, 0xff, 0xf5, 0x9f, 0x69, 0xff, 0xe9, 0x98, 0x61, 0xff, 0xde, 0x92, 0x5b, 0xff, 0xd9, 0x8f, 0x58, 0xff, 0xdc, 0x8f, 0x54, 0xff, 0xd9, 0x8d, 0x55, 0xff, 0xdb, 0x91, 0x57, 0xff, 0xde, 0x91, 0x5a, 0xff, 0xe0, 0x94, 0x5d, 0xff, 0xe0, 0x92, 0x5d, 0xff, 0xe1, 0x94, 0x5e, 0xff, 0xdb, 0x91, 0x5c, 0xff, 0xb6, 0x79, 0x47, 0xff, 0xad, 0x73, 0x42, 0xff, 0xb1, 0x73, 0x43, 0xff, 0xb4, 0x74, 0x47, 0xff, 0xb6, 0x78, 0x49, 0xff, 0xbb, 0x7e, 0x4b, 0xff, 0xba, 0x7d, 0x49, 0xff, 0xbd, 0x7e, 0x49, 0xff, 0xaf, 0x6d, 0x3e, 0xff, 0x99, 0x59, 0x33, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8d, 0x4f, 0x2d, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x91, 0x53, 0x32, 0xff, 0x94, 0x55, 0x32, 0xff, 0x96, 0x59, 0x33, 0xff, 0x97, 0x5b, 0x33, 0xff, 0x96, 0x5c, 0x36, 0xff, 0x95, 0x58, 0x35, 0xff, 0x95, 0x58, 0x33, 0xff, 0x92, 0x56, 0x32, 0xff, 0x91, 0x51, 0x30, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x85, 0x44, 0x27, 0xff, 0x83, 0x42, 0x25, 0xff, 0x7f, 0x40, 0x24, 0xff, 0x80, 0x3d, 0x24, 0xff, 0x7f, 0x3f, 0x23, 0xff, 0x80, 0x42, 0x24, 0xff, 0x83, 0x41, 0x26, 0xff, 0x85, 0x45, 0x27, 0xff, 0x87, 0x46, 0x27, 0xff, 0x88, 0x48, 0x28, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8c, 0x4b, 0x2b, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8d, 0x51, 0x30, 0xff, 0x89, 0x4e, 0x2e, 0xff, 0x84, 0x47, 0x2a, 0xff, 0x83, 0x45, 0x29, 0xff, 0x80, 0x44, 0x28, 0xff, 0x7f, 0x41, 0x27, 0xff, 0x7d, 0x41, 0x27, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x7d, 0x3e, 0x27, 0xff, 0x7a, 0x3d, 0x24, 0xff, - 0x75, 0x36, 0x1e, 0xff, 0x72, 0x33, 0x1a, 0xff, 0x6f, 0x32, 0x16, 0xff, 0x6f, 0x30, 0x16, 0xff, 0x6a, 0x2b, 0x15, 0xff, 0x69, 0x2c, 0x11, 0xff, 0x69, 0x2d, 0x0f, 0xff, 0x68, 0x2a, 0x13, 0xff, 0x69, 0x2b, 0x0f, 0xff, 0x69, 0x2c, 0x11, 0xff, 0x6a, 0x2d, 0x10, 0xff, 0x6c, 0x2e, 0x14, 0xff, 0x6c, 0x2e, 0x13, 0xff, 0x68, 0x2b, 0x11, 0xff, 0x6a, 0x2c, 0x10, 0xff, 0x70, 0x2f, 0x13, 0xff, 0x6e, 0x30, 0x12, 0xff, 0x6b, 0x2e, 0x0f, 0xff, 0x6f, 0x2d, 0x0f, 0xff, 0x71, 0x32, 0x16, 0xff, 0x62, 0x28, 0x0b, 0xff, 0x5d, 0x24, 0x05, 0xff, 0x65, 0x27, 0x07, 0xff, 0x6c, 0x2d, 0x0d, 0xff, 0x70, 0x2f, 0x0e, 0xff, 0x72, 0x34, 0x12, 0xff, 0x78, 0x38, 0x16, 0xff, 0x7b, 0x39, 0x19, 0xff, 0x81, 0x40, 0x1d, 0xff, 0x86, 0x45, 0x20, 0xff, 0x8a, 0x4a, 0x24, 0xff, 0x91, 0x4f, 0x25, 0xff, 0x96, 0x53, 0x27, 0xff, 0x99, 0x5b, 0x2c, 0xff, 0x9d, 0x60, 0x31, 0xff, 0xa2, 0x66, 0x33, 0xff, 0xa6, 0x69, 0x37, 0xff, 0xac, 0x71, 0x3d, 0xff, 0xb3, 0x78, 0x40, 0xff, 0xbd, 0x7c, 0x44, 0xff, 0xca, 0x87, 0x4d, 0xff, 0xe2, 0x98, 0x5a, 0xff, 0xf7, 0xab, 0x69, 0xff, 0xf5, 0xc4, 0x7d, 0xff, 0xf7, 0xe9, 0x91, 0xff, 0xf0, 0xf5, 0xad, 0xff, 0xf6, 0xf5, 0xcf, 0xff, 0xf7, 0xf5, 0xec, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf9, 0xf5, 0xf0, 0xff, 0xf8, 0xf5, 0xea, 0xff, 0xf4, 0xf5, 0xcb, 0xff, 0xf1, 0xf3, 0xb0, 0xff, 0xf2, 0xf4, 0xa0, 0xff, 0xf9, 0xe7, 0x94, 0xff, 0xf7, 0xd8, 0x8c, 0xff, 0xf9, 0xd6, 0x88, 0xff, 0xf9, 0xd0, 0x81, 0xff, 0xf7, 0xc2, 0x7d, 0xff, 0xf7, 0xb7, 0x79, 0xff, 0xf5, 0xad, 0x6e, 0xff, 0xf7, 0xaa, 0x69, 0xff, 0xf8, 0xab, 0x64, 0xff, 0xf7, 0xa8, 0x61, 0xff, 0xf6, 0xa8, 0x61, 0xff, 0xf7, 0xa8, 0x62, 0xff, 0xf7, 0xa6, 0x64, 0xff, 0xf6, 0xa0, 0x61, 0xff, 0xf8, 0xa3, 0x65, 0xff, 0xf6, 0xa6, 0x68, 0xff, 0xf5, 0xb5, 0x6d, 0xff, 0xf5, 0xb9, 0x70, 0xff, 0xef, 0xb4, 0x64, 0xff, 0xf3, 0xba, 0x6a, 0xff, 0xf1, 0xb9, 0x6b, 0xff, 0xf2, 0xb1, 0x6d, 0xff, 0xed, 0x9f, 0x61, 0xff, 0xf4, 0xa5, 0x62, 0xff, 0xed, 0xa2, 0x60, 0xff, 0xde, 0x99, 0x59, 0xff, 0xdd, 0x99, 0x5a, 0xff, 0xda, 0x96, 0x58, 0xff, 0xd2, 0x92, 0x52, 0xff, 0xd0, 0x94, 0x4f, 0xff, 0xd2, 0x93, 0x4f, 0xff, 0xcf, 0x91, 0x50, 0xff, 0xcf, 0x92, 0x50, 0xff, 0xce, 0x93, 0x51, 0xff, 0xca, 0x92, 0x4e, 0xff, 0xc7, 0x8f, 0x4e, 0xff, 0xc4, 0x8e, 0x4f, 0xff, 0xc3, 0x8d, 0x4f, 0xff, 0xbc, 0x80, 0x4a, 0xff, 0xb8, 0x7b, 0x46, 0xff, 0xb8, 0x7c, 0x49, 0xff, 0xb5, 0x7e, 0x49, 0xff, 0xb3, 0x7b, 0x48, 0xff, 0xb1, 0x75, 0x45, 0xff, 0xae, 0x74, 0x43, 0xff, 0xac, 0x72, 0x42, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa8, 0x70, 0x42, 0xff, 0xa5, 0x6b, 0x3f, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0x9f, 0x64, 0x38, 0xff, 0x9e, 0x63, 0x37, 0xff, 0x9b, 0x61, 0x35, 0xff, 0x98, 0x5e, 0x33, 0xff, 0x97, 0x5c, 0x33, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x92, 0x59, 0x32, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8b, 0x51, 0x2d, 0xff, 0x8a, 0x4f, 0x2b, 0xff, 0x87, 0x4b, 0x29, 0xff, 0x83, 0x49, 0x28, 0xff, 0x81, 0x46, 0x26, 0xff, 0x7b, 0x3f, 0x23, 0xff, 0x76, 0x38, 0x1e, 0xff, 0x73, 0x38, 0x1d, 0xff, 0x6f, 0x35, 0x1a, 0xff, 0x6d, 0x33, 0x17, 0xff, 0x6b, 0x31, 0x17, 0xff, 0x6a, 0x32, 0x16, 0xff, 0x69, 0x30, 0x15, 0xff, 0x6a, 0x2f, 0x15, 0xff, 0x61, 0x29, 0x0d, 0xff, 0x6e, 0x33, 0x19, 0xff, 0x84, 0x46, 0x2a, 0xff, 0x85, 0x48, 0x29, 0xff, 0x81, 0x43, 0x26, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7d, 0x3e, 0x25, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x81, 0x42, 0x26, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7c, 0x3e, 0x24, 0xff, 0x7e, 0x3f, 0x23, 0xff, 0x7f, 0x40, 0x24, 0xff, 0x80, 0x40, 0x25, 0xff, 0x80, 0x3f, 0x25, 0xff, 0x81, 0x41, 0x24, 0xff, 0x81, 0x43, 0x25, 0xff, 0x83, 0x45, 0x25, 0xff, 0x85, 0x45, 0x25, 0xff, 0x88, 0x48, 0x26, 0xff, 0x89, 0x48, 0x27, 0xff, 0x8d, 0x4a, 0x27, 0xff, 0x8f, 0x4e, 0x27, 0xff, 0x92, 0x51, 0x29, 0xff, 0x97, 0x55, 0x2b, 0xff, 0x9c, 0x5a, 0x2d, 0xff, 0xa1, 0x61, 0x30, 0xff, 0xa3, 0x67, 0x37, 0xff, 0xa6, 0x6f, 0x3e, 0xff, 0xac, 0x76, 0x46, 0xff, 0xb3, 0x7d, 0x4e, 0xff, 0xbb, 0x85, 0x57, 0xff, 0xc7, 0x90, 0x5f, 0xff, 0xdc, 0x9f, 0x68, 0xff, 0xf4, 0xb2, 0x75, 0xff, 0xf9, 0xc0, 0x81, 0xff, 0xf9, 0xdd, 0x92, 0xff, 0xf2, 0xf1, 0xa4, 0xff, 0xf0, 0xf5, 0xb2, 0xff, 0xf1, 0xf5, 0xbb, 0xff, 0xf4, 0xf3, 0xbc, 0xff, 0xf3, 0xf4, 0xbb, 0xff, 0xf0, 0xf3, 0xb3, 0xff, 0xf1, 0xf4, 0xa6, 0xff, 0xf8, 0xe2, 0x98, 0xff, 0xf7, 0xc0, 0x85, 0xff, 0xf9, 0xad, 0x77, 0xff, 0xf7, 0xa1, 0x6b, 0xff, 0xe8, 0x97, 0x60, 0xff, 0xdb, 0x8e, 0x58, 0xff, 0xd7, 0x8b, 0x54, 0xff, 0xd3, 0x88, 0x50, 0xff, 0xd5, 0x8b, 0x53, 0xff, 0xd9, 0x90, 0x56, 0xff, 0xd9, 0x8f, 0x57, 0xff, 0xdb, 0x90, 0x59, 0xff, 0xda, 0x8f, 0x57, 0xff, 0xdf, 0x93, 0x5b, 0xff, 0xdf, 0x95, 0x5e, 0xff, 0xb3, 0x75, 0x43, 0xff, 0xab, 0x6e, 0x3c, 0xff, 0xb1, 0x73, 0x42, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xbc, 0x80, 0x4b, 0xff, 0xb8, 0x7b, 0x4a, 0xff, 0xb5, 0x77, 0x44, 0xff, 0xa7, 0x69, 0x3d, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8b, 0x4e, 0x2d, 0xff, 0x8b, 0x4f, 0x2e, 0xff, 0x8d, 0x50, 0x2f, 0xff, 0x8f, 0x50, 0x2f, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x92, 0x53, 0x30, 0xff, 0x90, 0x52, 0x30, 0xff, 0x8c, 0x50, 0x2e, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x88, 0x49, 0x28, 0xff, 0x84, 0x45, 0x27, 0xff, 0x83, 0x43, 0x26, 0xff, 0x80, 0x40, 0x24, 0xff, 0x7d, 0x3d, 0x22, 0xff, 0x7d, 0x3d, 0x22, 0xff, 0x7d, 0x3d, 0x22, 0xff, 0x7f, 0x3e, 0x24, 0xff, 0x80, 0x40, 0x25, 0xff, 0x82, 0x43, 0x26, 0xff, 0x84, 0x44, 0x26, 0xff, 0x86, 0x46, 0x28, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8c, 0x4f, 0x2b, 0xff, 0x8e, 0x4f, 0x2e, 0xff, 0x8b, 0x4a, 0x2b, 0xff, 0x86, 0x48, 0x29, 0xff, 0x81, 0x44, 0x28, 0xff, 0x80, 0x43, 0x27, 0xff, 0x7f, 0x41, 0x27, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x7c, 0x3f, 0x25, 0xff, 0x7a, 0x3a, 0x21, 0xff, - 0x76, 0x35, 0x1a, 0xff, 0x71, 0x32, 0x17, 0xff, 0x6e, 0x2e, 0x16, 0xff, 0x69, 0x2e, 0x15, 0xff, 0x68, 0x2e, 0x11, 0xff, 0x68, 0x2c, 0x0e, 0xff, 0x66, 0x29, 0x0e, 0xff, 0x68, 0x2b, 0x0e, 0xff, 0x65, 0x29, 0x0e, 0xff, 0x65, 0x29, 0x0e, 0xff, 0x66, 0x29, 0x0e, 0xff, 0x69, 0x2a, 0x0f, 0xff, 0x6b, 0x2b, 0x12, 0xff, 0x6d, 0x2d, 0x12, 0xff, 0x6e, 0x2e, 0x15, 0xff, 0x6d, 0x2e, 0x12, 0xff, 0x70, 0x30, 0x14, 0xff, 0x73, 0x33, 0x15, 0xff, 0x74, 0x34, 0x15, 0xff, 0x72, 0x32, 0x15, 0xff, 0x72, 0x33, 0x15, 0xff, 0x63, 0x29, 0x0b, 0xff, 0x61, 0x25, 0x05, 0xff, 0x65, 0x29, 0x09, 0xff, 0x6d, 0x2e, 0x0d, 0xff, 0x6f, 0x30, 0x12, 0xff, 0x74, 0x34, 0x15, 0xff, 0x78, 0x39, 0x17, 0xff, 0x7c, 0x3f, 0x1b, 0xff, 0x83, 0x42, 0x21, 0xff, 0x87, 0x45, 0x23, 0xff, 0x8c, 0x4a, 0x25, 0xff, 0x93, 0x53, 0x27, 0xff, 0x96, 0x57, 0x2a, 0xff, 0x9a, 0x5f, 0x30, 0xff, 0x9f, 0x64, 0x33, 0xff, 0xa3, 0x67, 0x36, 0xff, 0xa7, 0x6c, 0x39, 0xff, 0xad, 0x72, 0x3b, 0xff, 0xb5, 0x79, 0x3f, 0xff, 0xbe, 0x82, 0x47, 0xff, 0xd1, 0x8c, 0x51, 0xff, 0xe8, 0x98, 0x5b, 0xff, 0xf9, 0xaf, 0x6e, 0xff, 0xf8, 0xc6, 0x7d, 0xff, 0xf6, 0xe8, 0x90, 0xff, 0xee, 0xf6, 0xa9, 0xff, 0xf4, 0xf5, 0xc1, 0xff, 0xf7, 0xf5, 0xda, 0xff, 0xf8, 0xf5, 0xe1, 0xff, 0xf6, 0xf5, 0xdc, 0xff, 0xf5, 0xf5, 0xd3, 0xff, 0xf1, 0xf5, 0xba, 0xff, 0xee, 0xf3, 0xaa, 0xff, 0xf0, 0xf2, 0x9c, 0xff, 0xf9, 0xe8, 0x90, 0xff, 0xf9, 0xda, 0x87, 0xff, 0xf9, 0xd3, 0x83, 0xff, 0xf9, 0xcd, 0x81, 0xff, 0xf9, 0xbb, 0x7a, 0xff, 0xf8, 0xb6, 0x76, 0xff, 0xf8, 0xb2, 0x71, 0xff, 0xf6, 0xa8, 0x65, 0xff, 0xf6, 0xab, 0x65, 0xff, 0xf8, 0xa6, 0x62, 0xff, 0xf8, 0xa5, 0x61, 0xff, 0xf7, 0xa5, 0x61, 0xff, 0xf6, 0xa4, 0x62, 0xff, 0xf8, 0xa2, 0x61, 0xff, 0xf7, 0xa3, 0x63, 0xff, 0xf4, 0xab, 0x69, 0xff, 0xf6, 0xb7, 0x6d, 0xff, 0xf5, 0xb4, 0x6d, 0xff, 0xf1, 0xb6, 0x66, 0xff, 0xf1, 0xb6, 0x65, 0xff, 0xf3, 0xb9, 0x6c, 0xff, 0xf4, 0xb3, 0x6b, 0xff, 0xf1, 0xa1, 0x66, 0xff, 0xf5, 0xa4, 0x64, 0xff, 0xf4, 0xa0, 0x61, 0xff, 0xe9, 0x9f, 0x5d, 0xff, 0xe0, 0x9a, 0x58, 0xff, 0xe2, 0x99, 0x5a, 0xff, 0xdc, 0x96, 0x53, 0xff, 0xd1, 0x91, 0x4d, 0xff, 0xd4, 0x91, 0x51, 0xff, 0xd3, 0x96, 0x50, 0xff, 0xcf, 0x91, 0x4f, 0xff, 0xce, 0x92, 0x4e, 0xff, 0xcc, 0x93, 0x4f, 0xff, 0xcb, 0x94, 0x50, 0xff, 0xc8, 0x90, 0x51, 0xff, 0xc3, 0x89, 0x4d, 0xff, 0xbe, 0x82, 0x49, 0xff, 0xbc, 0x80, 0x48, 0xff, 0xba, 0x7f, 0x49, 0xff, 0xb9, 0x7e, 0x49, 0xff, 0xb7, 0x7d, 0x4a, 0xff, 0xb3, 0x78, 0x46, 0xff, 0xaf, 0x76, 0x43, 0xff, 0xad, 0x74, 0x43, 0xff, 0xac, 0x73, 0x43, 0xff, 0xaa, 0x73, 0x42, 0xff, 0xa7, 0x6d, 0x3f, 0xff, 0xa3, 0x68, 0x3c, 0xff, 0xa2, 0x67, 0x3a, 0xff, 0x9e, 0x64, 0x39, 0xff, 0x9d, 0x64, 0x39, 0xff, 0x9c, 0x62, 0x38, 0xff, 0x98, 0x5f, 0x36, 0xff, 0x97, 0x5d, 0x32, 0xff, 0x94, 0x5a, 0x31, 0xff, 0x91, 0x57, 0x31, 0xff, 0x90, 0x55, 0x2e, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8b, 0x4f, 0x2c, 0xff, 0x8a, 0x4d, 0x29, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x81, 0x45, 0x26, 0xff, 0x79, 0x3b, 0x21, 0xff, 0x79, 0x3b, 0x1f, 0xff, 0x74, 0x39, 0x1c, 0xff, 0x6f, 0x35, 0x19, 0xff, 0x6d, 0x33, 0x18, 0xff, 0x6e, 0x33, 0x18, 0xff, 0x6d, 0x32, 0x18, 0xff, 0x6b, 0x31, 0x18, 0xff, 0x63, 0x2b, 0x0f, 0xff, 0x6d, 0x33, 0x18, 0xff, 0x83, 0x45, 0x28, 0xff, 0x85, 0x47, 0x29, 0xff, 0x80, 0x41, 0x26, 0xff, 0x7d, 0x3e, 0x25, 0xff, 0x7d, 0x3d, 0x25, 0xff, 0x7d, 0x3d, 0x25, 0xff, 0x7d, 0x3d, 0x25, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x78, 0x3a, 0x22, 0xff, 0x78, 0x3a, 0x21, 0xff, 0x7b, 0x3b, 0x20, 0xff, 0x7b, 0x3b, 0x20, 0xff, 0x7a, 0x3b, 0x20, 0xff, 0x7b, 0x3c, 0x20, 0xff, 0x7b, 0x3d, 0x21, 0xff, 0x7d, 0x3e, 0x22, 0xff, 0x7f, 0x3e, 0x23, 0xff, 0x80, 0x41, 0x24, 0xff, 0x84, 0x44, 0x25, 0xff, 0x86, 0x46, 0x25, 0xff, 0x88, 0x46, 0x26, 0xff, 0x8b, 0x49, 0x27, 0xff, 0x8e, 0x4b, 0x27, 0xff, 0x92, 0x4f, 0x28, 0xff, 0x95, 0x54, 0x29, 0xff, 0x9a, 0x57, 0x29, 0xff, 0x9f, 0x5e, 0x2e, 0xff, 0xa3, 0x67, 0x35, 0xff, 0xa9, 0x70, 0x3c, 0xff, 0xb0, 0x77, 0x43, 0xff, 0xb6, 0x80, 0x4d, 0xff, 0xc0, 0x8d, 0x58, 0xff, 0xd3, 0x9b, 0x62, 0xff, 0xf1, 0xad, 0x70, 0xff, 0xfa, 0xc2, 0x7e, 0xff, 0xf9, 0xe1, 0x8f, 0xff, 0xf0, 0xf1, 0xa4, 0xff, 0xf1, 0xf4, 0xb6, 0xff, 0xf5, 0xf5, 0xce, 0xff, 0xf8, 0xf5, 0xdc, 0xff, 0xf9, 0xf4, 0xe3, 0xff, 0xf7, 0xf5, 0xd3, 0xff, 0xf0, 0xf5, 0xbd, 0xff, 0xf1, 0xf3, 0xaa, 0xff, 0xf7, 0xd0, 0x8e, 0xff, 0xf7, 0xbb, 0x80, 0xff, 0xf8, 0xb1, 0x77, 0xff, 0xf5, 0xa0, 0x69, 0xff, 0xe1, 0x92, 0x5c, 0xff, 0xd3, 0x8a, 0x55, 0xff, 0xcd, 0x87, 0x50, 0xff, 0xcc, 0x86, 0x4e, 0xff, 0xcf, 0x88, 0x4f, 0xff, 0xd4, 0x8b, 0x52, 0xff, 0xd5, 0x89, 0x54, 0xff, 0xd5, 0x89, 0x54, 0xff, 0xd5, 0x8a, 0x54, 0xff, 0xd8, 0x8e, 0x57, 0xff, 0xd9, 0x8d, 0x59, 0xff, 0xb0, 0x70, 0x3d, 0xff, 0xb4, 0x75, 0x41, 0xff, 0xb8, 0x79, 0x47, 0xff, 0xbb, 0x7f, 0x4a, 0xff, 0xb6, 0x77, 0x48, 0xff, 0xb2, 0x71, 0x44, 0xff, 0x96, 0x57, 0x32, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x8a, 0x4c, 0x2a, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8a, 0x4c, 0x2b, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x89, 0x4c, 0x2c, 0xff, 0x8b, 0x4d, 0x2c, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x88, 0x49, 0x29, 0xff, 0x86, 0x47, 0x28, 0xff, 0x88, 0x49, 0x28, 0xff, 0x87, 0x49, 0x27, 0xff, 0x85, 0x45, 0x27, 0xff, 0x83, 0x44, 0x26, 0xff, 0x81, 0x41, 0x25, 0xff, 0x7e, 0x40, 0x24, 0xff, 0x7c, 0x3d, 0x22, 0xff, 0x7c, 0x3d, 0x20, 0xff, 0x7c, 0x3d, 0x21, 0xff, 0x7c, 0x3d, 0x20, 0xff, 0x7e, 0x3d, 0x20, 0xff, 0x7e, 0x3e, 0x23, 0xff, 0x80, 0x3f, 0x25, 0xff, 0x81, 0x41, 0x25, 0xff, 0x85, 0x45, 0x26, 0xff, 0x83, 0x42, 0x26, 0xff, 0x81, 0x41, 0x25, 0xff, 0x84, 0x43, 0x25, 0xff, 0x85, 0x44, 0x26, 0xff, 0x86, 0x47, 0x28, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x7d, 0x42, 0x27, 0xff, 0x7f, 0x43, 0x27, 0xff, 0x7e, 0x45, 0x28, 0xff, 0x7f, 0x42, 0x27, 0xff, 0x7d, 0x41, 0x26, 0xff, 0x7b, 0x3a, 0x23, 0xff, 0x77, 0x39, 0x20, 0xff, - 0x71, 0x33, 0x19, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x6b, 0x2c, 0x14, 0xff, 0x69, 0x2c, 0x15, 0xff, 0x67, 0x2c, 0x11, 0xff, 0x66, 0x29, 0x0e, 0xff, 0x64, 0x29, 0x0e, 0xff, 0x64, 0x29, 0x0d, 0xff, 0x63, 0x28, 0x0c, 0xff, 0x62, 0x28, 0x0b, 0xff, 0x63, 0x28, 0x0d, 0xff, 0x65, 0x2a, 0x0f, 0xff, 0x69, 0x2d, 0x10, 0xff, 0x6d, 0x30, 0x13, 0xff, 0x6f, 0x2e, 0x15, 0xff, 0x70, 0x31, 0x15, 0xff, 0x6e, 0x2f, 0x12, 0xff, 0x6f, 0x2f, 0x14, 0xff, 0x75, 0x34, 0x15, 0xff, 0x78, 0x38, 0x19, 0xff, 0x78, 0x37, 0x18, 0xff, 0x78, 0x37, 0x19, 0xff, 0x63, 0x28, 0x09, 0xff, 0x61, 0x27, 0x07, 0xff, 0x67, 0x2b, 0x0a, 0xff, 0x6f, 0x30, 0x0f, 0xff, 0x71, 0x33, 0x15, 0xff, 0x76, 0x36, 0x17, 0xff, 0x79, 0x3a, 0x17, 0xff, 0x7d, 0x3e, 0x1e, 0xff, 0x84, 0x42, 0x22, 0xff, 0x8a, 0x49, 0x25, 0xff, 0x90, 0x4f, 0x27, 0xff, 0x95, 0x56, 0x29, 0xff, 0x97, 0x5c, 0x2d, 0xff, 0x9a, 0x61, 0x32, 0xff, 0x9e, 0x63, 0x37, 0xff, 0xa2, 0x68, 0x39, 0xff, 0xa9, 0x6e, 0x3b, 0xff, 0xae, 0x72, 0x3a, 0xff, 0xb6, 0x79, 0x3f, 0xff, 0xc1, 0x81, 0x49, 0xff, 0xd3, 0x8d, 0x53, 0xff, 0xe9, 0x9a, 0x5e, 0xff, 0xf7, 0xae, 0x6e, 0xff, 0xf8, 0xc4, 0x7d, 0xff, 0xf7, 0xe3, 0x8c, 0xff, 0xec, 0xf1, 0xa0, 0xff, 0xef, 0xf5, 0xaf, 0xff, 0xf1, 0xf3, 0xb8, 0xff, 0xf1, 0xf3, 0xb8, 0xff, 0xf0, 0xf5, 0xb4, 0xff, 0xed, 0xf4, 0xac, 0xff, 0xea, 0xf4, 0x9d, 0xff, 0xef, 0xf2, 0x94, 0xff, 0xf9, 0xe4, 0x8a, 0xff, 0xf7, 0xd0, 0x82, 0xff, 0xf9, 0xcd, 0x7e, 0xff, 0xf9, 0xc4, 0x7c, 0xff, 0xf8, 0xbb, 0x78, 0xff, 0xf8, 0xb3, 0x72, 0xff, 0xf8, 0xb0, 0x72, 0xff, 0xf6, 0xa7, 0x64, 0xff, 0xf6, 0xa6, 0x63, 0xff, 0xf6, 0xa7, 0x62, 0xff, 0xf6, 0xa5, 0x61, 0xff, 0xf6, 0xa6, 0x62, 0xff, 0xf8, 0xa3, 0x62, 0xff, 0xf8, 0xa1, 0x61, 0xff, 0xf7, 0xa3, 0x64, 0xff, 0xf6, 0xb0, 0x67, 0xff, 0xf6, 0xb3, 0x6b, 0xff, 0xf4, 0xb3, 0x6e, 0xff, 0xf3, 0xb3, 0x6b, 0xff, 0xf4, 0xb6, 0x66, 0xff, 0xf6, 0xba, 0x68, 0xff, 0xf2, 0xae, 0x6b, 0xff, 0xf3, 0xa3, 0x69, 0xff, 0xf9, 0xab, 0x6a, 0xff, 0xf7, 0xa4, 0x60, 0xff, 0xee, 0xa1, 0x5e, 0xff, 0xe4, 0x9b, 0x5b, 0xff, 0xe3, 0x99, 0x58, 0xff, 0xde, 0x96, 0x55, 0xff, 0xd4, 0x95, 0x50, 0xff, 0xd4, 0x95, 0x4c, 0xff, 0xd3, 0x90, 0x4f, 0xff, 0xd3, 0x94, 0x50, 0xff, 0xd0, 0x91, 0x4d, 0xff, 0xd2, 0x93, 0x52, 0xff, 0xcf, 0x90, 0x53, 0xff, 0xcd, 0x91, 0x52, 0xff, 0xc7, 0x8c, 0x51, 0xff, 0xc0, 0x81, 0x4a, 0xff, 0xc0, 0x83, 0x4a, 0xff, 0xbc, 0x81, 0x49, 0xff, 0xbc, 0x80, 0x4a, 0xff, 0xba, 0x80, 0x4b, 0xff, 0xb7, 0x7b, 0x47, 0xff, 0xb4, 0x77, 0x46, 0xff, 0xb2, 0x76, 0x45, 0xff, 0xaf, 0x73, 0x41, 0xff, 0xad, 0x73, 0x43, 0xff, 0xaa, 0x71, 0x40, 0xff, 0xa6, 0x6b, 0x3c, 0xff, 0xa3, 0x67, 0x3b, 0xff, 0xa2, 0x67, 0x3b, 0xff, 0xa0, 0x64, 0x39, 0xff, 0x9d, 0x61, 0x38, 0xff, 0x9b, 0x60, 0x36, 0xff, 0x99, 0x5d, 0x36, 0xff, 0x96, 0x5a, 0x33, 0xff, 0x93, 0x59, 0x33, 0xff, 0x92, 0x56, 0x31, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x8d, 0x52, 0x2e, 0xff, 0x8b, 0x52, 0x2d, 0xff, 0x86, 0x4b, 0x28, 0xff, 0x7e, 0x41, 0x24, 0xff, 0x7b, 0x3e, 0x23, 0xff, 0x79, 0x3b, 0x22, 0xff, 0x77, 0x39, 0x1e, 0xff, 0x72, 0x37, 0x1a, 0xff, 0x6e, 0x35, 0x18, 0xff, 0x6c, 0x33, 0x17, 0xff, 0x6c, 0x33, 0x18, 0xff, 0x68, 0x2e, 0x14, 0xff, 0x6d, 0x32, 0x17, 0xff, 0x80, 0x43, 0x26, 0xff, 0x87, 0x48, 0x29, 0xff, 0x81, 0x43, 0x27, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x7c, 0x3e, 0x25, 0xff, 0x79, 0x3c, 0x23, 0xff, 0x76, 0x39, 0x20, 0xff, 0x76, 0x38, 0x1e, 0xff, 0x77, 0x37, 0x1d, 0xff, 0x77, 0x38, 0x1e, 0xff, 0x76, 0x37, 0x1d, 0xff, 0x77, 0x38, 0x1c, 0xff, 0x77, 0x39, 0x1f, 0xff, 0x78, 0x39, 0x1d, 0xff, 0x79, 0x3a, 0x1e, 0xff, 0x7a, 0x3c, 0x21, 0xff, 0x7d, 0x3d, 0x21, 0xff, 0x7f, 0x3e, 0x22, 0xff, 0x80, 0x3f, 0x23, 0xff, 0x82, 0x43, 0x23, 0xff, 0x85, 0x45, 0x24, 0xff, 0x88, 0x47, 0x25, 0xff, 0x8a, 0x4a, 0x25, 0xff, 0x8e, 0x4e, 0x26, 0xff, 0x93, 0x51, 0x27, 0xff, 0x97, 0x55, 0x28, 0xff, 0x9e, 0x5c, 0x2b, 0xff, 0xa3, 0x63, 0x31, 0xff, 0xa9, 0x6d, 0x3a, 0xff, 0xb1, 0x78, 0x44, 0xff, 0xb9, 0x84, 0x4f, 0xff, 0xc7, 0x92, 0x59, 0xff, 0xe1, 0xa3, 0x65, 0xff, 0xf5, 0xb7, 0x75, 0xff, 0xfa, 0xd4, 0x87, 0xff, 0xf3, 0xef, 0x9a, 0xff, 0xee, 0xf6, 0xab, 0xff, 0xf3, 0xf4, 0xc2, 0xff, 0xf8, 0xf5, 0xe7, 0xff, 0xf9, 0xf5, 0xf2, 0xff, 0xf8, 0xf5, 0xe9, 0xff, 0xf4, 0xf5, 0xd1, 0xff, 0xf0, 0xf6, 0xb9, 0xff, 0xf7, 0xe6, 0x9d, 0xff, 0xf9, 0xc8, 0x88, 0xff, 0xf8, 0xb2, 0x77, 0xff, 0xf1, 0xa1, 0x6b, 0xff, 0xe5, 0x96, 0x60, 0xff, 0xd5, 0x8c, 0x56, 0xff, 0xc8, 0x84, 0x4d, 0xff, 0xc8, 0x83, 0x4a, 0xff, 0xc8, 0x82, 0x4b, 0xff, 0xc8, 0x82, 0x4d, 0xff, 0xcd, 0x85, 0x4f, 0xff, 0xcd, 0x85, 0x51, 0xff, 0xcd, 0x86, 0x51, 0xff, 0xcd, 0x86, 0x52, 0xff, 0xd3, 0x88, 0x55, 0xff, 0xdc, 0x8d, 0x5a, 0xff, 0xba, 0x77, 0x44, 0xff, 0xb3, 0x73, 0x43, 0xff, 0xb8, 0x79, 0x48, 0xff, 0xb4, 0x75, 0x44, 0xff, 0xad, 0x6d, 0x3f, 0xff, 0x86, 0x48, 0x2a, 0xff, 0x87, 0x48, 0x29, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x86, 0x4a, 0x2a, 0xff, 0x88, 0x48, 0x2a, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x89, 0x4b, 0x28, 0xff, 0x86, 0x47, 0x27, 0xff, 0x84, 0x43, 0x26, 0xff, 0x82, 0x43, 0x25, 0xff, 0x82, 0x43, 0x25, 0xff, 0x81, 0x40, 0x25, 0xff, 0x80, 0x40, 0x25, 0xff, 0x7e, 0x3f, 0x23, 0xff, 0x7c, 0x3d, 0x22, 0xff, 0x7b, 0x39, 0x20, 0xff, 0x7a, 0x3b, 0x20, 0xff, 0x7a, 0x3a, 0x20, 0xff, 0x79, 0x3a, 0x1e, 0xff, 0x79, 0x39, 0x1c, 0xff, 0x7a, 0x39, 0x1d, 0xff, 0x7a, 0x3b, 0x1f, 0xff, 0x7c, 0x3c, 0x21, 0xff, 0x7e, 0x3f, 0x23, 0xff, 0x7c, 0x3c, 0x21, 0xff, 0x7e, 0x3d, 0x23, 0xff, 0x82, 0x40, 0x25, 0xff, 0x81, 0x40, 0x25, 0xff, 0x82, 0x43, 0x25, 0xff, 0x82, 0x45, 0x27, 0xff, 0x82, 0x45, 0x28, 0xff, 0x80, 0x45, 0x28, 0xff, 0x80, 0x41, 0x28, 0xff, 0x7e, 0x44, 0x28, 0xff, 0x7e, 0x43, 0x28, 0xff, 0x7d, 0x40, 0x25, 0xff, 0x79, 0x3a, 0x22, 0xff, 0x75, 0x36, 0x1d, 0xff, - 0x6e, 0x31, 0x17, 0xff, 0x6c, 0x2f, 0x15, 0xff, 0x69, 0x2e, 0x13, 0xff, 0x68, 0x2a, 0x12, 0xff, 0x65, 0x2a, 0x0f, 0xff, 0x62, 0x29, 0x0a, 0xff, 0x62, 0x27, 0x0a, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x5f, 0x27, 0x0b, 0xff, 0x61, 0x28, 0x0b, 0xff, 0x65, 0x28, 0x0c, 0xff, 0x69, 0x2c, 0x11, 0xff, 0x6a, 0x2b, 0x10, 0xff, 0x6b, 0x2b, 0x12, 0xff, 0x6d, 0x2d, 0x12, 0xff, 0x70, 0x31, 0x15, 0xff, 0x75, 0x34, 0x17, 0xff, 0x72, 0x31, 0x14, 0xff, 0x70, 0x31, 0x14, 0xff, 0x73, 0x33, 0x14, 0xff, 0x78, 0x36, 0x17, 0xff, 0x7a, 0x37, 0x19, 0xff, 0x7e, 0x3c, 0x1d, 0xff, 0x70, 0x30, 0x13, 0xff, 0x6c, 0x2f, 0x0e, 0xff, 0x68, 0x2a, 0x07, 0xff, 0x6f, 0x31, 0x10, 0xff, 0x74, 0x35, 0x15, 0xff, 0x77, 0x38, 0x16, 0xff, 0x7b, 0x3b, 0x1a, 0xff, 0x80, 0x3f, 0x20, 0xff, 0x85, 0x44, 0x23, 0xff, 0x8c, 0x4b, 0x26, 0xff, 0x93, 0x53, 0x29, 0xff, 0x94, 0x5a, 0x2c, 0xff, 0x99, 0x61, 0x32, 0xff, 0x9d, 0x64, 0x37, 0xff, 0xa4, 0x68, 0x3d, 0xff, 0xaa, 0x6e, 0x40, 0xff, 0xb0, 0x74, 0x40, 0xff, 0xb7, 0x78, 0x43, 0xff, 0xc0, 0x80, 0x47, 0xff, 0xcd, 0x85, 0x4d, 0xff, 0xe2, 0x93, 0x57, 0xff, 0xf3, 0xa1, 0x64, 0xff, 0xf7, 0xb2, 0x70, 0xff, 0xf6, 0xc0, 0x7c, 0xff, 0xf5, 0xdc, 0x8b, 0xff, 0xed, 0xf7, 0x9d, 0xff, 0xea, 0xf3, 0xa2, 0xff, 0xea, 0xf1, 0xa1, 0xff, 0xea, 0xf0, 0x9e, 0xff, 0xec, 0xf2, 0x9b, 0xff, 0xf2, 0xf2, 0x93, 0xff, 0xf7, 0xe7, 0x8b, 0xff, 0xf8, 0xd5, 0x83, 0xff, 0xf7, 0xc6, 0x7d, 0xff, 0xf8, 0xc3, 0x7c, 0xff, 0xf7, 0xbe, 0x7a, 0xff, 0xf7, 0xb2, 0x75, 0xff, 0xf8, 0xb0, 0x70, 0xff, 0xf8, 0xad, 0x6e, 0xff, 0xf6, 0xa7, 0x67, 0xff, 0xf7, 0xa5, 0x60, 0xff, 0xf7, 0xa6, 0x61, 0xff, 0xf8, 0xa6, 0x62, 0xff, 0xf7, 0xa5, 0x61, 0xff, 0xf6, 0xa3, 0x61, 0xff, 0xf8, 0x9f, 0x61, 0xff, 0xf7, 0xa5, 0x65, 0xff, 0xf7, 0xb4, 0x69, 0xff, 0xf7, 0xb5, 0x69, 0xff, 0xf6, 0xb3, 0x6b, 0xff, 0xf5, 0xb4, 0x6d, 0xff, 0xf6, 0xb3, 0x67, 0xff, 0xf2, 0xb3, 0x67, 0xff, 0xee, 0xae, 0x66, 0xff, 0xf1, 0xa5, 0x68, 0xff, 0xf8, 0xae, 0x6b, 0xff, 0xf5, 0xa4, 0x62, 0xff, 0xef, 0xa3, 0x60, 0xff, 0xe7, 0x9b, 0x5a, 0xff, 0xe7, 0x97, 0x57, 0xff, 0xe3, 0x99, 0x56, 0xff, 0xd8, 0x95, 0x51, 0xff, 0xd4, 0x91, 0x4c, 0xff, 0xd5, 0x92, 0x4e, 0xff, 0xd6, 0x94, 0x4f, 0xff, 0xd4, 0x94, 0x4e, 0xff, 0xd0, 0x93, 0x4e, 0xff, 0xd0, 0x93, 0x50, 0xff, 0xd0, 0x93, 0x53, 0xff, 0xca, 0x90, 0x50, 0xff, 0xc3, 0x85, 0x4c, 0xff, 0xc3, 0x82, 0x4a, 0xff, 0xc2, 0x83, 0x4b, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xbd, 0x80, 0x4a, 0xff, 0xba, 0x7f, 0x4a, 0xff, 0xb6, 0x7d, 0x47, 0xff, 0xb4, 0x7a, 0x47, 0xff, 0xb2, 0x77, 0x46, 0xff, 0xaf, 0x74, 0x45, 0xff, 0xac, 0x70, 0x41, 0xff, 0xa9, 0x6d, 0x3e, 0xff, 0xa7, 0x6c, 0x3c, 0xff, 0xa3, 0x68, 0x3c, 0xff, 0xa2, 0x67, 0x3b, 0xff, 0xa0, 0x64, 0x39, 0xff, 0x9c, 0x62, 0x39, 0xff, 0x9b, 0x61, 0x37, 0xff, 0x98, 0x5c, 0x34, 0xff, 0x96, 0x5a, 0x34, 0xff, 0x93, 0x59, 0x32, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x8d, 0x50, 0x2d, 0xff, 0x85, 0x49, 0x29, 0xff, 0x7f, 0x42, 0x24, 0xff, 0x7d, 0x41, 0x23, 0xff, 0x7b, 0x3e, 0x21, 0xff, 0x78, 0x39, 0x1e, 0xff, 0x74, 0x37, 0x1c, 0xff, 0x71, 0x36, 0x1b, 0xff, 0x6f, 0x35, 0x18, 0xff, 0x6c, 0x33, 0x17, 0xff, 0x6b, 0x30, 0x16, 0xff, 0x7c, 0x3f, 0x22, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x85, 0x47, 0x27, 0xff, 0x81, 0x42, 0x26, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x7d, 0x3e, 0x25, 0xff, 0x7c, 0x3d, 0x25, 0xff, 0x79, 0x3a, 0x22, 0xff, 0x75, 0x36, 0x1f, 0xff, 0x73, 0x35, 0x1c, 0xff, 0x73, 0x35, 0x1a, 0xff, 0x73, 0x35, 0x1a, 0xff, 0x72, 0x33, 0x19, 0xff, 0x71, 0x33, 0x19, 0xff, 0x73, 0x34, 0x18, 0xff, 0x74, 0x34, 0x19, 0xff, 0x76, 0x36, 0x1a, 0xff, 0x78, 0x37, 0x1b, 0xff, 0x78, 0x38, 0x1c, 0xff, 0x79, 0x39, 0x1d, 0xff, 0x7a, 0x3b, 0x1f, 0xff, 0x7c, 0x3c, 0x21, 0xff, 0x7d, 0x3e, 0x21, 0xff, 0x80, 0x40, 0x22, 0xff, 0x82, 0x42, 0x22, 0xff, 0x85, 0x44, 0x23, 0xff, 0x88, 0x47, 0x23, 0xff, 0x8b, 0x49, 0x24, 0xff, 0x91, 0x4d, 0x25, 0xff, 0x95, 0x52, 0x26, 0xff, 0x9b, 0x58, 0x2a, 0xff, 0xa2, 0x61, 0x2f, 0xff, 0xa8, 0x6a, 0x38, 0xff, 0xb3, 0x75, 0x43, 0xff, 0xbe, 0x84, 0x4e, 0xff, 0xd0, 0x93, 0x59, 0xff, 0xec, 0xa3, 0x67, 0xff, 0xf8, 0xb9, 0x78, 0xff, 0xf8, 0xda, 0x8b, 0xff, 0xf1, 0xf2, 0x9b, 0xff, 0xf0, 0xf5, 0xb3, 0xff, 0xf6, 0xf4, 0xd6, 0xff, 0xf8, 0xf5, 0xe8, 0xff, 0xf8, 0xf5, 0xe8, 0xff, 0xf7, 0xf5, 0xd9, 0xff, 0xf1, 0xf6, 0xc0, 0xff, 0xf6, 0xf1, 0xa3, 0xff, 0xf9, 0xd5, 0x91, 0xff, 0xf9, 0xbc, 0x80, 0xff, 0xf8, 0xaa, 0x72, 0xff, 0xe3, 0x96, 0x61, 0xff, 0xcd, 0x8a, 0x54, 0xff, 0xc1, 0x81, 0x4b, 0xff, 0xbd, 0x7c, 0x45, 0xff, 0xbd, 0x7a, 0x44, 0xff, 0xbe, 0x7c, 0x46, 0xff, 0xc2, 0x7d, 0x48, 0xff, 0xc1, 0x7d, 0x49, 0xff, 0xc1, 0x7b, 0x49, 0xff, 0xc2, 0x7f, 0x4b, 0xff, 0xcb, 0x83, 0x51, 0xff, 0xdd, 0x8d, 0x5a, 0xff, 0xcd, 0x83, 0x50, 0xff, 0xb3, 0x74, 0x3f, 0xff, 0xb4, 0x74, 0x40, 0xff, 0xb4, 0x75, 0x3f, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x89, 0x48, 0x2a, 0xff, 0x87, 0x4a, 0x2a, 0xff, 0x88, 0x49, 0x28, 0xff, 0x87, 0x49, 0x28, 0xff, 0x86, 0x47, 0x29, 0xff, 0x87, 0x46, 0x28, 0xff, 0x87, 0x46, 0x27, 0xff, 0x87, 0x47, 0x27, 0xff, 0x85, 0x45, 0x25, 0xff, 0x81, 0x42, 0x23, 0xff, 0x7f, 0x3d, 0x23, 0xff, 0x7e, 0x3e, 0x23, 0xff, 0x7d, 0x3e, 0x21, 0xff, 0x7b, 0x3c, 0x21, 0xff, 0x7b, 0x3a, 0x1f, 0xff, 0x7a, 0x3a, 0x1e, 0xff, 0x77, 0x38, 0x1e, 0xff, 0x78, 0x39, 0x1d, 0xff, 0x79, 0x38, 0x1f, 0xff, 0x79, 0x38, 0x1c, 0xff, 0x77, 0x36, 0x1b, 0xff, 0x77, 0x38, 0x1a, 0xff, 0x77, 0x36, 0x1a, 0xff, 0x77, 0x38, 0x1c, 0xff, 0x77, 0x38, 0x1e, 0xff, 0x79, 0x39, 0x20, 0xff, 0x7c, 0x3b, 0x21, 0xff, 0x7d, 0x3c, 0x22, 0xff, 0x7f, 0x3c, 0x22, 0xff, 0x7e, 0x3c, 0x24, 0xff, 0x81, 0x41, 0x26, 0xff, 0x83, 0x45, 0x28, 0xff, 0x83, 0x45, 0x29, 0xff, 0x80, 0x45, 0x27, 0xff, 0x7d, 0x42, 0x28, 0xff, 0x7d, 0x42, 0x28, 0xff, 0x7d, 0x42, 0x27, 0xff, 0x7c, 0x3d, 0x25, 0xff, 0x77, 0x39, 0x21, 0xff, 0x73, 0x35, 0x1a, 0xff, - 0x6e, 0x32, 0x16, 0xff, 0x6a, 0x2e, 0x15, 0xff, 0x67, 0x2c, 0x13, 0xff, 0x67, 0x29, 0x12, 0xff, 0x66, 0x2a, 0x0d, 0xff, 0x62, 0x28, 0x0a, 0xff, 0x61, 0x28, 0x0b, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x64, 0x27, 0x0c, 0xff, 0x66, 0x2a, 0x0e, 0xff, 0x67, 0x28, 0x0e, 0xff, 0x64, 0x29, 0x0e, 0xff, 0x66, 0x28, 0x0d, 0xff, 0x68, 0x29, 0x0e, 0xff, 0x69, 0x29, 0x0f, 0xff, 0x6d, 0x2d, 0x12, 0xff, 0x6f, 0x2f, 0x13, 0xff, 0x75, 0x33, 0x17, 0xff, 0x79, 0x36, 0x19, 0xff, 0x73, 0x32, 0x16, 0xff, 0x74, 0x32, 0x16, 0xff, 0x78, 0x36, 0x17, 0xff, 0x7c, 0x3a, 0x1b, 0xff, 0x7d, 0x3c, 0x1f, 0xff, 0x7a, 0x37, 0x17, 0xff, 0x7a, 0x38, 0x1a, 0xff, 0x70, 0x30, 0x0f, 0xff, 0x6e, 0x31, 0x10, 0xff, 0x75, 0x36, 0x15, 0xff, 0x79, 0x3b, 0x16, 0xff, 0x7c, 0x3e, 0x1c, 0xff, 0x81, 0x3f, 0x21, 0xff, 0x88, 0x46, 0x25, 0xff, 0x90, 0x50, 0x29, 0xff, 0x9a, 0x5b, 0x2f, 0xff, 0x9d, 0x62, 0x34, 0xff, 0xa1, 0x65, 0x3c, 0xff, 0xa6, 0x69, 0x42, 0xff, 0xac, 0x70, 0x45, 0xff, 0xb2, 0x75, 0x47, 0xff, 0xb9, 0x7c, 0x48, 0xff, 0xbf, 0x80, 0x47, 0xff, 0xc8, 0x81, 0x4a, 0xff, 0xdb, 0x8d, 0x54, 0xff, 0xef, 0x9b, 0x5d, 0xff, 0xf9, 0xa8, 0x6a, 0xff, 0xf6, 0xae, 0x70, 0xff, 0xf8, 0xc5, 0x7d, 0xff, 0xf6, 0xe8, 0x8d, 0xff, 0xf4, 0xeb, 0x93, 0xff, 0xf5, 0xf2, 0x95, 0xff, 0xec, 0xf5, 0x99, 0xff, 0xef, 0xf0, 0x93, 0xff, 0xf7, 0xe2, 0x8a, 0xff, 0xf7, 0xd0, 0x80, 0xff, 0xf6, 0xc2, 0x7b, 0xff, 0xf6, 0xbd, 0x7a, 0xff, 0xf7, 0xbd, 0x79, 0xff, 0xf8, 0xb8, 0x76, 0xff, 0xf9, 0xb0, 0x70, 0xff, 0xf8, 0xa9, 0x6d, 0xff, 0xf7, 0xaa, 0x6c, 0xff, 0xf7, 0xa9, 0x6a, 0xff, 0xf8, 0xa6, 0x61, 0xff, 0xf8, 0xa4, 0x63, 0xff, 0xf6, 0xa5, 0x61, 0xff, 0xf8, 0xa5, 0x61, 0xff, 0xf9, 0xa5, 0x62, 0xff, 0xf7, 0x9e, 0x60, 0xff, 0xf3, 0xa8, 0x62, 0xff, 0xf6, 0xb3, 0x66, 0xff, 0xf6, 0xb0, 0x66, 0xff, 0xf7, 0xb2, 0x69, 0xff, 0xf6, 0xae, 0x6b, 0xff, 0xf5, 0xb2, 0x68, 0xff, 0xf1, 0xb6, 0x64, 0xff, 0xf0, 0xae, 0x64, 0xff, 0xf0, 0xa5, 0x67, 0xff, 0xf8, 0xae, 0x6d, 0xff, 0xf7, 0xa6, 0x62, 0xff, 0xf4, 0xa3, 0x61, 0xff, 0xed, 0x9e, 0x5c, 0xff, 0xe9, 0x98, 0x55, 0xff, 0xe5, 0x98, 0x56, 0xff, 0xdc, 0x95, 0x50, 0xff, 0xdc, 0x97, 0x51, 0xff, 0xda, 0x96, 0x51, 0xff, 0xd6, 0x94, 0x4e, 0xff, 0xd6, 0x94, 0x4f, 0xff, 0xd7, 0x99, 0x52, 0xff, 0xd5, 0x98, 0x50, 0xff, 0xd2, 0x94, 0x51, 0xff, 0xcf, 0x91, 0x51, 0xff, 0xc6, 0x88, 0x4d, 0xff, 0xc6, 0x86, 0x4d, 0xff, 0xc5, 0x87, 0x4f, 0xff, 0xc2, 0x86, 0x4d, 0xff, 0xc0, 0x82, 0x4b, 0xff, 0xbe, 0x80, 0x4b, 0xff, 0xb8, 0x7f, 0x49, 0xff, 0xb6, 0x7d, 0x49, 0xff, 0xb5, 0x7b, 0x46, 0xff, 0xb2, 0x78, 0x45, 0xff, 0xaf, 0x74, 0x45, 0xff, 0xab, 0x71, 0x40, 0xff, 0xa8, 0x6e, 0x3f, 0xff, 0xa7, 0x6a, 0x3f, 0xff, 0xa5, 0x68, 0x3d, 0xff, 0xa3, 0x68, 0x3c, 0xff, 0xa0, 0x67, 0x3b, 0xff, 0x9d, 0x63, 0x38, 0xff, 0x9a, 0x5f, 0x38, 0xff, 0x99, 0x5d, 0x35, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x94, 0x59, 0x31, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x85, 0x46, 0x28, 0xff, 0x82, 0x43, 0x25, 0xff, 0x80, 0x42, 0x23, 0xff, 0x7b, 0x3e, 0x23, 0xff, 0x78, 0x3b, 0x21, 0xff, 0x77, 0x3a, 0x1e, 0xff, 0x74, 0x37, 0x1c, 0xff, 0x72, 0x36, 0x1c, 0xff, 0x68, 0x2e, 0x12, 0xff, 0x7a, 0x3f, 0x22, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x88, 0x48, 0x28, 0xff, 0x84, 0x44, 0x27, 0xff, 0x83, 0x43, 0x27, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7b, 0x3e, 0x24, 0xff, 0x79, 0x3c, 0x24, 0xff, 0x76, 0x39, 0x21, 0xff, 0x73, 0x36, 0x1c, 0xff, 0x71, 0x34, 0x1a, 0xff, 0x6e, 0x33, 0x18, 0xff, 0x6d, 0x31, 0x16, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x6e, 0x32, 0x15, 0xff, 0x6f, 0x33, 0x16, 0xff, 0x71, 0x34, 0x18, 0xff, 0x73, 0x34, 0x18, 0xff, 0x74, 0x34, 0x1a, 0xff, 0x75, 0x37, 0x1b, 0xff, 0x78, 0x38, 0x1b, 0xff, 0x79, 0x39, 0x1c, 0xff, 0x79, 0x39, 0x1d, 0xff, 0x7c, 0x3b, 0x1e, 0xff, 0x7e, 0x3f, 0x1e, 0xff, 0x80, 0x41, 0x1f, 0xff, 0x83, 0x41, 0x20, 0xff, 0x85, 0x43, 0x21, 0xff, 0x89, 0x47, 0x21, 0xff, 0x8e, 0x4a, 0x22, 0xff, 0x94, 0x4f, 0x26, 0xff, 0x9b, 0x57, 0x2b, 0xff, 0xa1, 0x60, 0x2f, 0xff, 0xa8, 0x68, 0x38, 0xff, 0xb3, 0x74, 0x44, 0xff, 0xbf, 0x83, 0x4c, 0xff, 0xd4, 0x90, 0x56, 0xff, 0xed, 0xa3, 0x66, 0xff, 0xf6, 0xb7, 0x78, 0xff, 0xf6, 0xd4, 0x88, 0xff, 0xf3, 0xed, 0xa4, 0xff, 0xf3, 0xf5, 0xba, 0xff, 0xf3, 0xf5, 0xc7, 0xff, 0xf5, 0xf5, 0xcc, 0xff, 0xf6, 0xf4, 0xc9, 0xff, 0xf2, 0xf4, 0xbb, 0xff, 0xf7, 0xf1, 0xa5, 0xff, 0xf8, 0xd7, 0x93, 0xff, 0xf9, 0xbf, 0x83, 0xff, 0xf9, 0xad, 0x73, 0xff, 0xe8, 0x9c, 0x63, 0xff, 0xd0, 0x8b, 0x57, 0xff, 0xc4, 0x81, 0x4e, 0xff, 0xbb, 0x7b, 0x45, 0xff, 0xba, 0x77, 0x43, 0xff, 0xba, 0x76, 0x42, 0xff, 0xbb, 0x7a, 0x44, 0xff, 0xba, 0x75, 0x45, 0xff, 0xb8, 0x72, 0x45, 0xff, 0xc1, 0x7a, 0x4a, 0xff, 0xc6, 0x7f, 0x4c, 0xff, 0xc7, 0x81, 0x4f, 0xff, 0xdb, 0x8c, 0x5a, 0xff, 0xbe, 0x79, 0x47, 0xff, 0xad, 0x6c, 0x39, 0xff, 0xb2, 0x73, 0x3c, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x87, 0x45, 0x28, 0xff, 0x87, 0x4a, 0x29, 0xff, 0x86, 0x46, 0x28, 0xff, 0x85, 0x47, 0x28, 0xff, 0x85, 0x45, 0x27, 0xff, 0x84, 0x46, 0x28, 0xff, 0x84, 0x45, 0x27, 0xff, 0x84, 0x44, 0x25, 0xff, 0x80, 0x42, 0x24, 0xff, 0x7f, 0x3e, 0x22, 0xff, 0x7c, 0x3d, 0x22, 0xff, 0x7d, 0x3c, 0x20, 0xff, 0x7b, 0x3b, 0x20, 0xff, 0x7a, 0x3a, 0x1e, 0xff, 0x79, 0x38, 0x1d, 0xff, 0x77, 0x37, 0x1c, 0xff, 0x76, 0x35, 0x1a, 0xff, 0x74, 0x35, 0x18, 0xff, 0x75, 0x35, 0x18, 0xff, 0x76, 0x34, 0x19, 0xff, 0x74, 0x33, 0x17, 0xff, 0x73, 0x34, 0x17, 0xff, 0x73, 0x35, 0x17, 0xff, 0x75, 0x35, 0x1a, 0xff, 0x76, 0x36, 0x1a, 0xff, 0x77, 0x37, 0x1a, 0xff, 0x78, 0x39, 0x1e, 0xff, 0x79, 0x39, 0x1f, 0xff, 0x7b, 0x3a, 0x20, 0xff, 0x79, 0x39, 0x21, 0xff, 0x83, 0x45, 0x28, 0xff, 0x82, 0x45, 0x28, 0xff, 0x82, 0x43, 0x28, 0xff, 0x81, 0x44, 0x27, 0xff, 0x7d, 0x41, 0x28, 0xff, 0x7a, 0x41, 0x28, 0xff, 0x7c, 0x41, 0x26, 0xff, 0x79, 0x3b, 0x23, 0xff, 0x76, 0x37, 0x1f, 0xff, 0x70, 0x33, 0x17, 0xff, - 0x6c, 0x2d, 0x14, 0xff, 0x69, 0x2e, 0x10, 0xff, 0x67, 0x2b, 0x0e, 0xff, 0x64, 0x2a, 0x0e, 0xff, 0x63, 0x25, 0x0b, 0xff, 0x5f, 0x26, 0x0b, 0xff, 0x5e, 0x23, 0x07, 0xff, 0x64, 0x28, 0x0e, 0xff, 0x64, 0x28, 0x0d, 0xff, 0x63, 0x28, 0x0b, 0xff, 0x63, 0x28, 0x0b, 0xff, 0x64, 0x28, 0x0b, 0xff, 0x67, 0x2b, 0x0b, 0xff, 0x68, 0x29, 0x0d, 0xff, 0x69, 0x2e, 0x0e, 0xff, 0x6d, 0x30, 0x12, 0xff, 0x6d, 0x2e, 0x12, 0xff, 0x71, 0x30, 0x14, 0xff, 0x76, 0x31, 0x14, 0xff, 0x77, 0x35, 0x16, 0xff, 0x76, 0x33, 0x14, 0xff, 0x76, 0x33, 0x14, 0xff, 0x79, 0x37, 0x18, 0xff, 0x7e, 0x3b, 0x1c, 0xff, 0x7d, 0x3c, 0x1d, 0xff, 0x79, 0x39, 0x1a, 0xff, 0x81, 0x3f, 0x22, 0xff, 0x7a, 0x3a, 0x19, 0xff, 0x73, 0x33, 0x12, 0xff, 0x77, 0x37, 0x14, 0xff, 0x7c, 0x3c, 0x19, 0xff, 0x84, 0x41, 0x21, 0xff, 0x88, 0x45, 0x24, 0xff, 0x90, 0x4e, 0x26, 0xff, 0x97, 0x55, 0x2b, 0xff, 0x9b, 0x5e, 0x32, 0xff, 0x9f, 0x65, 0x3a, 0xff, 0xa4, 0x69, 0x42, 0xff, 0xaa, 0x6c, 0x44, 0xff, 0xac, 0x70, 0x45, 0xff, 0xb3, 0x76, 0x44, 0xff, 0xba, 0x7c, 0x44, 0xff, 0xbf, 0x7b, 0x43, 0xff, 0xc9, 0x82, 0x49, 0xff, 0xdd, 0x8f, 0x51, 0xff, 0xee, 0x99, 0x5a, 0xff, 0xf9, 0xa3, 0x64, 0xff, 0xf8, 0xac, 0x6a, 0xff, 0xf9, 0xc3, 0x7a, 0xff, 0xf9, 0xc8, 0x7f, 0xff, 0xf9, 0xce, 0x82, 0xff, 0xf8, 0xd9, 0x87, 0xff, 0xf9, 0xe2, 0x89, 0xff, 0xf9, 0xdf, 0x8a, 0xff, 0xf9, 0xda, 0x87, 0xff, 0xf6, 0xc8, 0x7e, 0xff, 0xf6, 0xb4, 0x71, 0xff, 0xf9, 0xb6, 0x70, 0xff, 0xf8, 0xb2, 0x71, 0xff, 0xf8, 0xad, 0x6e, 0xff, 0xf7, 0xa8, 0x6e, 0xff, 0xf8, 0xa6, 0x6a, 0xff, 0xf7, 0xa3, 0x67, 0xff, 0xf7, 0xa4, 0x5f, 0xff, 0xf9, 0xa5, 0x61, 0xff, 0xf9, 0xa1, 0x62, 0xff, 0xf8, 0xa1, 0x62, 0xff, 0xf8, 0xa0, 0x62, 0xff, 0xf6, 0xa1, 0x60, 0xff, 0xf7, 0xb1, 0x62, 0xff, 0xf8, 0xb1, 0x64, 0xff, 0xf7, 0xb0, 0x67, 0xff, 0xf5, 0xab, 0x68, 0xff, 0xf6, 0xb1, 0x6c, 0xff, 0xf3, 0xb2, 0x69, 0xff, 0xf7, 0xb4, 0x67, 0xff, 0xf1, 0xad, 0x63, 0xff, 0xf1, 0xa2, 0x64, 0xff, 0xf8, 0xaf, 0x6b, 0xff, 0xf7, 0xa9, 0x64, 0xff, 0xf5, 0xa3, 0x60, 0xff, 0xf0, 0x9e, 0x5c, 0xff, 0xed, 0x99, 0x57, 0xff, 0xeb, 0x9b, 0x54, 0xff, 0xe0, 0x97, 0x51, 0xff, 0xdc, 0x98, 0x50, 0xff, 0xdc, 0x96, 0x50, 0xff, 0xdd, 0x99, 0x52, 0xff, 0xdc, 0x98, 0x51, 0xff, 0xd9, 0x97, 0x51, 0xff, 0xd7, 0x96, 0x55, 0xff, 0xd6, 0x98, 0x55, 0xff, 0xd4, 0x93, 0x53, 0xff, 0xcc, 0x8a, 0x4e, 0xff, 0xcb, 0x8a, 0x50, 0xff, 0xc9, 0x8a, 0x51, 0xff, 0xc8, 0x89, 0x51, 0xff, 0xc7, 0x88, 0x51, 0xff, 0xc0, 0x83, 0x4c, 0xff, 0xbc, 0x82, 0x4b, 0xff, 0xba, 0x81, 0x4c, 0xff, 0xb6, 0x7d, 0x48, 0xff, 0xb4, 0x7b, 0x48, 0xff, 0xb0, 0x76, 0x45, 0xff, 0xad, 0x72, 0x41, 0xff, 0xac, 0x71, 0x41, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa8, 0x6d, 0x3e, 0xff, 0xa4, 0x69, 0x3e, 0xff, 0xa1, 0x67, 0x3d, 0xff, 0x9e, 0x63, 0x3a, 0xff, 0x9c, 0x63, 0x39, 0xff, 0x99, 0x60, 0x36, 0xff, 0x99, 0x5d, 0x32, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x94, 0x5a, 0x31, 0xff, 0x8d, 0x51, 0x2c, 0xff, 0x86, 0x48, 0x27, 0xff, 0x85, 0x47, 0x26, 0xff, 0x80, 0x43, 0x26, 0xff, 0x7c, 0x40, 0x24, 0xff, 0x7a, 0x3d, 0x22, 0xff, 0x79, 0x3b, 0x20, 0xff, 0x77, 0x39, 0x20, 0xff, 0x6e, 0x32, 0x18, 0xff, 0x7c, 0x41, 0x26, 0xff, 0x8f, 0x52, 0x32, 0xff, 0x8c, 0x4e, 0x2a, 0xff, 0x87, 0x49, 0x28, 0xff, 0x85, 0x46, 0x28, 0xff, 0x80, 0x42, 0x26, 0xff, 0x7b, 0x3f, 0x25, 0xff, 0x7a, 0x3e, 0x24, 0xff, 0x77, 0x39, 0x21, 0xff, 0x74, 0x36, 0x1c, 0xff, 0x72, 0x35, 0x1a, 0xff, 0x70, 0x33, 0x18, 0xff, 0x6d, 0x2f, 0x17, 0xff, 0x69, 0x2e, 0x15, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x6a, 0x2e, 0x15, 0xff, 0x6b, 0x2e, 0x15, 0xff, 0x6d, 0x2f, 0x14, 0xff, 0x6e, 0x30, 0x14, 0xff, 0x6f, 0x31, 0x16, 0xff, 0x6f, 0x33, 0x17, 0xff, 0x71, 0x32, 0x17, 0xff, 0x72, 0x33, 0x19, 0xff, 0x75, 0x36, 0x19, 0xff, 0x77, 0x36, 0x19, 0xff, 0x77, 0x37, 0x1a, 0xff, 0x79, 0x37, 0x18, 0xff, 0x7a, 0x38, 0x19, 0xff, 0x7c, 0x3b, 0x1a, 0xff, 0x81, 0x3e, 0x1c, 0xff, 0x84, 0x41, 0x1e, 0xff, 0x88, 0x44, 0x20, 0xff, 0x8e, 0x4b, 0x22, 0xff, 0x90, 0x4f, 0x26, 0xff, 0x96, 0x55, 0x29, 0xff, 0x9e, 0x60, 0x2e, 0xff, 0xa7, 0x67, 0x36, 0xff, 0xb2, 0x72, 0x41, 0xff, 0xbf, 0x81, 0x4c, 0xff, 0xcf, 0x8e, 0x57, 0xff, 0xec, 0x9f, 0x66, 0xff, 0xf8, 0xb6, 0x75, 0xff, 0xf7, 0xe5, 0x96, 0xff, 0xf1, 0xf3, 0xa7, 0xff, 0xf0, 0xf4, 0xad, 0xff, 0xf1, 0xf4, 0xb3, 0xff, 0xef, 0xf5, 0xb4, 0xff, 0xef, 0xf8, 0xb0, 0xff, 0xf6, 0xe2, 0x9d, 0xff, 0xf9, 0xcd, 0x8e, 0xff, 0xf9, 0xba, 0x81, 0xff, 0xf9, 0xa9, 0x73, 0xff, 0xe7, 0x99, 0x64, 0xff, 0xcf, 0x8d, 0x58, 0xff, 0xc2, 0x81, 0x4e, 0xff, 0xb9, 0x79, 0x48, 0xff, 0xb7, 0x73, 0x43, 0xff, 0xb7, 0x72, 0x41, 0xff, 0xb6, 0x70, 0x40, 0xff, 0xb4, 0x6e, 0x3e, 0xff, 0xb8, 0x72, 0x43, 0xff, 0xbc, 0x76, 0x47, 0xff, 0xc0, 0x79, 0x49, 0xff, 0xc2, 0x7d, 0x4a, 0xff, 0xc3, 0x7e, 0x4c, 0xff, 0xda, 0x8d, 0x5b, 0xff, 0xb3, 0x71, 0x3a, 0xff, 0xa3, 0x60, 0x31, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x84, 0x46, 0x28, 0xff, 0x86, 0x47, 0x29, 0xff, 0x85, 0x45, 0x27, 0xff, 0x85, 0x45, 0x27, 0xff, 0x83, 0x45, 0x27, 0xff, 0x83, 0x44, 0x25, 0xff, 0x82, 0x41, 0x24, 0xff, 0x82, 0x41, 0x24, 0xff, 0x82, 0x42, 0x24, 0xff, 0x80, 0x3f, 0x22, 0xff, 0x7d, 0x3c, 0x20, 0xff, 0x7d, 0x3c, 0x20, 0xff, 0x7a, 0x3a, 0x1f, 0xff, 0x7a, 0x39, 0x1d, 0xff, 0x79, 0x38, 0x1d, 0xff, 0x79, 0x39, 0x1b, 0xff, 0x7a, 0x39, 0x1f, 0xff, 0x79, 0x39, 0x20, 0xff, 0x76, 0x35, 0x1a, 0xff, 0x76, 0x36, 0x1b, 0xff, 0x78, 0x38, 0x1f, 0xff, 0x79, 0x39, 0x20, 0xff, 0x78, 0x38, 0x20, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x74, 0x36, 0x1b, 0xff, 0x74, 0x35, 0x1a, 0xff, 0x77, 0x35, 0x1a, 0xff, 0x78, 0x37, 0x1a, 0xff, 0x76, 0x36, 0x19, 0xff, 0x84, 0x43, 0x27, 0xff, 0x80, 0x43, 0x27, 0xff, 0x80, 0x41, 0x28, 0xff, 0x81, 0x44, 0x27, 0xff, 0x80, 0x44, 0x29, 0xff, 0x7f, 0x44, 0x2a, 0xff, 0x7b, 0x42, 0x28, 0xff, 0x7a, 0x3e, 0x24, 0xff, 0x77, 0x39, 0x21, 0xff, 0x72, 0x35, 0x19, 0xff, 0x6f, 0x31, 0x17, 0xff, - 0x69, 0x2d, 0x11, 0xff, 0x67, 0x2c, 0x0f, 0xff, 0x66, 0x29, 0x0f, 0xff, 0x63, 0x29, 0x0d, 0xff, 0x61, 0x25, 0x0b, 0xff, 0x5d, 0x25, 0x0b, 0xff, 0x64, 0x29, 0x0e, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x62, 0x26, 0x0b, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x65, 0x2a, 0x0b, 0xff, 0x65, 0x28, 0x0c, 0xff, 0x68, 0x29, 0x0e, 0xff, 0x69, 0x2c, 0x11, 0xff, 0x6b, 0x2e, 0x0f, 0xff, 0x6e, 0x2e, 0x12, 0xff, 0x72, 0x31, 0x14, 0xff, 0x75, 0x31, 0x14, 0xff, 0x76, 0x34, 0x16, 0xff, 0x78, 0x36, 0x16, 0xff, 0x78, 0x36, 0x16, 0xff, 0x78, 0x35, 0x14, 0xff, 0x7a, 0x38, 0x18, 0xff, 0x7f, 0x3e, 0x1e, 0xff, 0x7c, 0x3b, 0x1c, 0xff, 0x7d, 0x3b, 0x1c, 0xff, 0x81, 0x3e, 0x20, 0xff, 0x7b, 0x3b, 0x1c, 0xff, 0x78, 0x36, 0x15, 0xff, 0x7b, 0x38, 0x18, 0xff, 0x80, 0x3c, 0x1b, 0xff, 0x84, 0x40, 0x21, 0xff, 0x89, 0x47, 0x23, 0xff, 0x91, 0x50, 0x27, 0xff, 0x9a, 0x58, 0x2d, 0xff, 0x9e, 0x63, 0x33, 0xff, 0xa1, 0x64, 0x3c, 0xff, 0xa6, 0x68, 0x3f, 0xff, 0xa9, 0x6c, 0x41, 0xff, 0xaf, 0x72, 0x41, 0xff, 0xb5, 0x76, 0x41, 0xff, 0xb9, 0x74, 0x3f, 0xff, 0xc0, 0x7a, 0x43, 0xff, 0xcb, 0x82, 0x4a, 0xff, 0xdb, 0x8b, 0x50, 0xff, 0xed, 0x95, 0x58, 0xff, 0xf8, 0x9e, 0x5f, 0xff, 0xf9, 0xad, 0x6b, 0xff, 0xf9, 0xb0, 0x70, 0xff, 0xf8, 0xb7, 0x76, 0xff, 0xf9, 0xbf, 0x79, 0xff, 0xf8, 0xc3, 0x7a, 0xff, 0xf9, 0xc6, 0x7b, 0xff, 0xf9, 0xc1, 0x7a, 0xff, 0xf9, 0xc3, 0x7b, 0xff, 0xf8, 0xc4, 0x7b, 0xff, 0xf6, 0xc1, 0x7a, 0xff, 0xf6, 0xb3, 0x70, 0xff, 0xf6, 0xa9, 0x6b, 0xff, 0xf8, 0xa6, 0x68, 0xff, 0xf9, 0xa2, 0x68, 0xff, 0xf7, 0xa1, 0x63, 0xff, 0xf8, 0xa1, 0x5d, 0xff, 0xf8, 0xa0, 0x5e, 0xff, 0xf6, 0x9e, 0x61, 0xff, 0xf7, 0x9d, 0x61, 0xff, 0xf8, 0x9d, 0x61, 0xff, 0xf4, 0xa2, 0x5f, 0xff, 0xf8, 0xaf, 0x62, 0xff, 0xf6, 0xab, 0x63, 0xff, 0xf2, 0xab, 0x63, 0xff, 0xf7, 0xae, 0x64, 0xff, 0xf8, 0xae, 0x69, 0xff, 0xf7, 0xad, 0x68, 0xff, 0xf3, 0xb0, 0x64, 0xff, 0xf2, 0xab, 0x61, 0xff, 0xf0, 0xa0, 0x61, 0xff, 0xf8, 0xa8, 0x68, 0xff, 0xf8, 0xa8, 0x65, 0xff, 0xf5, 0xa8, 0x61, 0xff, 0xf2, 0xa0, 0x5b, 0xff, 0xf3, 0x99, 0x57, 0xff, 0xf1, 0x9a, 0x56, 0xff, 0xe5, 0x99, 0x53, 0xff, 0xdd, 0x97, 0x4e, 0xff, 0xdf, 0x98, 0x52, 0xff, 0xde, 0x99, 0x50, 0xff, 0xdb, 0x98, 0x51, 0xff, 0xdb, 0x97, 0x53, 0xff, 0xdd, 0x98, 0x53, 0xff, 0xda, 0x98, 0x55, 0xff, 0xd9, 0x97, 0x56, 0xff, 0xd4, 0x8e, 0x54, 0xff, 0xd0, 0x8d, 0x54, 0xff, 0xcf, 0x8e, 0x53, 0xff, 0xcf, 0x8b, 0x53, 0xff, 0xca, 0x89, 0x51, 0xff, 0xc4, 0x86, 0x4f, 0xff, 0xc1, 0x83, 0x4c, 0xff, 0xbd, 0x82, 0x4c, 0xff, 0xba, 0x81, 0x4a, 0xff, 0xb8, 0x7d, 0x48, 0xff, 0xb5, 0x7a, 0x48, 0xff, 0xb2, 0x78, 0x46, 0xff, 0xaf, 0x72, 0x42, 0xff, 0xac, 0x70, 0x41, 0xff, 0xa9, 0x6e, 0x40, 0xff, 0xa5, 0x6d, 0x3d, 0xff, 0xa4, 0x6a, 0x3c, 0xff, 0xa2, 0x67, 0x3c, 0xff, 0x9f, 0x65, 0x3a, 0xff, 0x9d, 0x63, 0x36, 0xff, 0x99, 0x5f, 0x34, 0xff, 0x98, 0x5e, 0x34, 0xff, 0x93, 0x57, 0x30, 0xff, 0x8b, 0x4d, 0x2a, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x86, 0x4a, 0x27, 0xff, 0x83, 0x45, 0x26, 0xff, 0x7f, 0x41, 0x24, 0xff, 0x7c, 0x3e, 0x23, 0xff, 0x79, 0x3c, 0x22, 0xff, 0x77, 0x3a, 0x1f, 0xff, 0x7a, 0x3c, 0x21, 0xff, 0x8c, 0x4f, 0x2e, 0xff, 0x92, 0x54, 0x2f, 0xff, 0x8b, 0x4c, 0x2a, 0xff, 0x87, 0x47, 0x2a, 0xff, 0x83, 0x43, 0x27, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x7b, 0x3e, 0x23, 0xff, 0x79, 0x3b, 0x22, 0xff, 0x76, 0x36, 0x1f, 0xff, 0x73, 0x35, 0x1c, 0xff, 0x70, 0x33, 0x1a, 0xff, 0x6d, 0x32, 0x17, 0xff, 0x6a, 0x2f, 0x15, 0xff, 0x69, 0x2c, 0x14, 0xff, 0x68, 0x2d, 0x13, 0xff, 0x67, 0x2d, 0x11, 0xff, 0x68, 0x2e, 0x12, 0xff, 0x69, 0x2e, 0x11, 0xff, 0x69, 0x2f, 0x13, 0xff, 0x6b, 0x2e, 0x14, 0xff, 0x6c, 0x2f, 0x14, 0xff, 0x6d, 0x31, 0x14, 0xff, 0x6e, 0x31, 0x14, 0xff, 0x70, 0x31, 0x14, 0xff, 0x72, 0x31, 0x14, 0xff, 0x74, 0x34, 0x16, 0xff, 0x75, 0x35, 0x16, 0xff, 0x76, 0x35, 0x16, 0xff, 0x78, 0x36, 0x17, 0xff, 0x7a, 0x38, 0x17, 0xff, 0x7e, 0x3c, 0x18, 0xff, 0x82, 0x3f, 0x1a, 0xff, 0x86, 0x44, 0x1d, 0xff, 0x8b, 0x49, 0x21, 0xff, 0x90, 0x4d, 0x25, 0xff, 0x95, 0x55, 0x29, 0xff, 0x9c, 0x5b, 0x2e, 0xff, 0xa4, 0x65, 0x33, 0xff, 0xae, 0x6f, 0x3d, 0xff, 0xb8, 0x7c, 0x47, 0xff, 0xc9, 0x88, 0x52, 0xff, 0xe3, 0xa2, 0x68, 0xff, 0xf6, 0xbf, 0x82, 0xff, 0xf9, 0xcf, 0x8b, 0xff, 0xf9, 0xdd, 0x92, 0xff, 0xf7, 0xe6, 0x99, 0xff, 0xf6, 0xec, 0x9e, 0xff, 0xf9, 0xf0, 0xa0, 0xff, 0xf6, 0xc8, 0x8d, 0xff, 0xf8, 0xb8, 0x83, 0xff, 0xf9, 0xb1, 0x7a, 0xff, 0xf5, 0xa3, 0x70, 0xff, 0xe0, 0x97, 0x63, 0xff, 0xc9, 0x87, 0x57, 0xff, 0xbe, 0x7d, 0x4d, 0xff, 0xb9, 0x76, 0x47, 0xff, 0xb6, 0x73, 0x42, 0xff, 0xb4, 0x70, 0x3e, 0xff, 0xb0, 0x6b, 0x3c, 0xff, 0xaf, 0x6b, 0x3c, 0xff, 0xb6, 0x71, 0x41, 0xff, 0xb8, 0x74, 0x42, 0xff, 0xb8, 0x76, 0x44, 0xff, 0xb9, 0x76, 0x46, 0xff, 0xbd, 0x7a, 0x48, 0xff, 0xc3, 0x7e, 0x4d, 0xff, 0xcb, 0x84, 0x52, 0xff, 0x99, 0x58, 0x30, 0xff, 0x89, 0x49, 0x29, 0xff, 0x84, 0x45, 0x28, 0xff, 0x86, 0x47, 0x27, 0xff, 0x83, 0x45, 0x27, 0xff, 0x84, 0x44, 0x26, 0xff, 0x84, 0x43, 0x26, 0xff, 0x82, 0x42, 0x25, 0xff, 0x84, 0x42, 0x24, 0xff, 0x83, 0x42, 0x24, 0xff, 0x80, 0x3e, 0x22, 0xff, 0x7c, 0x3c, 0x1f, 0xff, 0x7a, 0x38, 0x1f, 0xff, 0x79, 0x38, 0x1f, 0xff, 0x79, 0x37, 0x19, 0xff, 0x78, 0x38, 0x19, 0xff, 0x76, 0x36, 0x1a, 0xff, 0x76, 0x36, 0x19, 0xff, 0x77, 0x36, 0x18, 0xff, 0x74, 0x36, 0x17, 0xff, 0x76, 0x35, 0x1a, 0xff, 0x75, 0x35, 0x1d, 0xff, 0x75, 0x34, 0x1a, 0xff, 0x75, 0x38, 0x19, 0xff, 0x75, 0x35, 0x1a, 0xff, 0x75, 0x37, 0x1c, 0xff, 0x77, 0x38, 0x1c, 0xff, 0x76, 0x35, 0x1c, 0xff, 0x76, 0x35, 0x1b, 0xff, 0x74, 0x34, 0x19, 0xff, 0x7e, 0x3e, 0x23, 0xff, 0x81, 0x42, 0x28, 0xff, 0x81, 0x42, 0x27, 0xff, 0x82, 0x42, 0x27, 0xff, 0x81, 0x44, 0x27, 0xff, 0x80, 0x45, 0x2b, 0xff, 0x7e, 0x41, 0x2a, 0xff, 0x7a, 0x40, 0x27, 0xff, 0x79, 0x3b, 0x23, 0xff, 0x74, 0x36, 0x1d, 0xff, 0x70, 0x32, 0x17, 0xff, 0x6b, 0x2d, 0x14, 0xff, - 0x68, 0x2d, 0x0f, 0xff, 0x65, 0x2b, 0x10, 0xff, 0x63, 0x2a, 0x0f, 0xff, 0x60, 0x26, 0x0b, 0xff, 0x5e, 0x26, 0x0b, 0xff, 0x63, 0x29, 0x0a, 0xff, 0x62, 0x27, 0x0a, 0xff, 0x63, 0x29, 0x0d, 0xff, 0x63, 0x28, 0x0b, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x65, 0x28, 0x0c, 0xff, 0x66, 0x2a, 0x0c, 0xff, 0x67, 0x2b, 0x0c, 0xff, 0x69, 0x2c, 0x0d, 0xff, 0x6d, 0x2e, 0x11, 0xff, 0x70, 0x30, 0x12, 0xff, 0x76, 0x31, 0x15, 0xff, 0x77, 0x36, 0x18, 0xff, 0x7b, 0x39, 0x1a, 0xff, 0x7c, 0x3a, 0x1c, 0xff, 0x7c, 0x39, 0x1a, 0xff, 0x79, 0x37, 0x14, 0xff, 0x7b, 0x3a, 0x18, 0xff, 0x7b, 0x3a, 0x1e, 0xff, 0x72, 0x32, 0x14, 0xff, 0x74, 0x32, 0x15, 0xff, 0x76, 0x36, 0x16, 0xff, 0x7b, 0x38, 0x17, 0xff, 0x7c, 0x39, 0x19, 0xff, 0x7a, 0x38, 0x17, 0xff, 0x80, 0x3c, 0x19, 0xff, 0x86, 0x43, 0x20, 0xff, 0x8c, 0x49, 0x24, 0xff, 0x93, 0x51, 0x28, 0xff, 0x9b, 0x59, 0x2f, 0xff, 0x9d, 0x61, 0x33, 0xff, 0xa0, 0x65, 0x39, 0xff, 0xa6, 0x69, 0x3b, 0xff, 0xaa, 0x6c, 0x3c, 0xff, 0xaf, 0x73, 0x3d, 0xff, 0xb6, 0x73, 0x3c, 0xff, 0xba, 0x73, 0x3d, 0xff, 0xc2, 0x7c, 0x43, 0xff, 0xcb, 0x83, 0x4a, 0xff, 0xda, 0x8a, 0x4f, 0xff, 0xed, 0x95, 0x58, 0xff, 0xf9, 0xa2, 0x5e, 0xff, 0xf9, 0xa7, 0x65, 0xff, 0xf8, 0xac, 0x6b, 0xff, 0xf9, 0xaf, 0x6c, 0xff, 0xf9, 0xb3, 0x6d, 0xff, 0xf8, 0xb5, 0x6f, 0xff, 0xf8, 0xb8, 0x73, 0xff, 0xf9, 0xb7, 0x73, 0xff, 0xf9, 0xb7, 0x73, 0xff, 0xf7, 0xb9, 0x74, 0xff, 0xf9, 0xb9, 0x75, 0xff, 0xf7, 0xb3, 0x71, 0xff, 0xf7, 0xaa, 0x6d, 0xff, 0xf6, 0x9d, 0x65, 0xff, 0xf9, 0x9c, 0x61, 0xff, 0xf6, 0x9c, 0x5c, 0xff, 0xf3, 0x9e, 0x5d, 0xff, 0xf3, 0x9d, 0x5f, 0xff, 0xf1, 0x9b, 0x5e, 0xff, 0xf4, 0x9f, 0x5d, 0xff, 0xf7, 0xad, 0x60, 0xff, 0xf4, 0xad, 0x61, 0xff, 0xf6, 0xab, 0x5f, 0xff, 0xf7, 0xaa, 0x62, 0xff, 0xf8, 0xac, 0x66, 0xff, 0xf8, 0xac, 0x67, 0xff, 0xf7, 0xac, 0x69, 0xff, 0xf3, 0xad, 0x63, 0xff, 0xf3, 0xac, 0x61, 0xff, 0xf2, 0xa1, 0x61, 0xff, 0xf7, 0xa7, 0x64, 0xff, 0xf6, 0xa8, 0x65, 0xff, 0xf6, 0xa6, 0x61, 0xff, 0xf4, 0x9f, 0x5d, 0xff, 0xf6, 0x9a, 0x56, 0xff, 0xf4, 0x9b, 0x57, 0xff, 0xeb, 0x9a, 0x55, 0xff, 0xdf, 0x9a, 0x50, 0xff, 0xde, 0x9a, 0x4f, 0xff, 0xe6, 0x9d, 0x53, 0xff, 0xe3, 0x9e, 0x54, 0xff, 0xdf, 0x9a, 0x54, 0xff, 0xdf, 0x9a, 0x51, 0xff, 0xe2, 0x9f, 0x59, 0xff, 0xdf, 0x99, 0x5b, 0xff, 0xdc, 0x92, 0x56, 0xff, 0xdc, 0x93, 0x56, 0xff, 0xd7, 0x91, 0x55, 0xff, 0xd5, 0x8f, 0x55, 0xff, 0xd3, 0x8c, 0x55, 0xff, 0xcb, 0x8b, 0x53, 0xff, 0xc4, 0x89, 0x4f, 0xff, 0xc1, 0x86, 0x4e, 0xff, 0xbd, 0x83, 0x4b, 0xff, 0xb9, 0x80, 0x4b, 0xff, 0xb8, 0x7e, 0x4b, 0xff, 0xb6, 0x78, 0x47, 0xff, 0xb1, 0x74, 0x44, 0xff, 0xaf, 0x73, 0x42, 0xff, 0xac, 0x70, 0x40, 0xff, 0xa9, 0x6d, 0x40, 0xff, 0xa7, 0x6d, 0x3f, 0xff, 0xa4, 0x6b, 0x3d, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0x9f, 0x65, 0x39, 0xff, 0x9d, 0x62, 0x36, 0xff, 0x9a, 0x5e, 0x34, 0xff, 0x94, 0x57, 0x31, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8d, 0x4e, 0x2b, 0xff, 0x88, 0x4b, 0x28, 0xff, 0x84, 0x46, 0x26, 0xff, 0x82, 0x45, 0x25, 0xff, 0x80, 0x42, 0x23, 0xff, 0x7d, 0x3f, 0x22, 0xff, 0x79, 0x3c, 0x20, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x94, 0x57, 0x32, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x83, 0x45, 0x28, 0xff, 0x80, 0x41, 0x26, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x77, 0x39, 0x21, 0xff, 0x75, 0x36, 0x1e, 0xff, 0x72, 0x34, 0x1c, 0xff, 0x6f, 0x33, 0x19, 0xff, 0x6c, 0x31, 0x15, 0xff, 0x69, 0x2e, 0x14, 0xff, 0x68, 0x2c, 0x13, 0xff, 0x67, 0x2b, 0x10, 0xff, 0x66, 0x2a, 0x0f, 0xff, 0x65, 0x2b, 0x10, 0xff, 0x66, 0x2b, 0x0f, 0xff, 0x67, 0x2b, 0x0f, 0xff, 0x68, 0x2e, 0x12, 0xff, 0x69, 0x2f, 0x13, 0xff, 0x6a, 0x2e, 0x14, 0xff, 0x69, 0x2e, 0x14, 0xff, 0x6a, 0x2e, 0x13, 0xff, 0x6c, 0x2f, 0x14, 0xff, 0x6e, 0x30, 0x13, 0xff, 0x70, 0x31, 0x14, 0xff, 0x72, 0x33, 0x14, 0xff, 0x75, 0x35, 0x15, 0xff, 0x77, 0x36, 0x15, 0xff, 0x78, 0x39, 0x15, 0xff, 0x7b, 0x3b, 0x16, 0xff, 0x80, 0x3d, 0x1a, 0xff, 0x84, 0x41, 0x1f, 0xff, 0x89, 0x46, 0x21, 0xff, 0x8e, 0x4b, 0x25, 0xff, 0x93, 0x51, 0x28, 0xff, 0x9b, 0x59, 0x2c, 0xff, 0xa2, 0x62, 0x31, 0xff, 0xa9, 0x6a, 0x38, 0xff, 0xb2, 0x74, 0x41, 0xff, 0xd6, 0x90, 0x5b, 0xff, 0xf4, 0xa5, 0x6e, 0xff, 0xf9, 0xad, 0x75, 0xff, 0xf9, 0xb6, 0x7b, 0xff, 0xf9, 0xbd, 0x81, 0xff, 0xf9, 0xc1, 0x84, 0xff, 0xf9, 0xc0, 0x85, 0xff, 0xf7, 0xb5, 0x7f, 0xff, 0xf9, 0xb0, 0x78, 0xff, 0xf8, 0xa9, 0x73, 0xff, 0xef, 0x9e, 0x6a, 0xff, 0xdd, 0x94, 0x60, 0xff, 0xcd, 0x8a, 0x58, 0xff, 0xc1, 0x81, 0x4d, 0xff, 0xb6, 0x74, 0x45, 0xff, 0xb3, 0x6f, 0x3f, 0xff, 0xad, 0x69, 0x3b, 0xff, 0xaa, 0x67, 0x37, 0xff, 0xb0, 0x6e, 0x3d, 0xff, 0xb2, 0x6e, 0x3f, 0xff, 0xb3, 0x6f, 0x40, 0xff, 0xb4, 0x70, 0x40, 0xff, 0xb5, 0x70, 0x41, 0xff, 0xb6, 0x73, 0x43, 0xff, 0xbb, 0x7a, 0x48, 0xff, 0xc1, 0x7d, 0x4d, 0xff, 0x9f, 0x5f, 0x3b, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x84, 0x44, 0x27, 0xff, 0x84, 0x45, 0x27, 0xff, 0x84, 0x43, 0x26, 0xff, 0x83, 0x44, 0x26, 0xff, 0x82, 0x42, 0x25, 0xff, 0x83, 0x40, 0x24, 0xff, 0x81, 0x40, 0x24, 0xff, 0x80, 0x3e, 0x22, 0xff, 0x7e, 0x3d, 0x21, 0xff, 0x7a, 0x3a, 0x1f, 0xff, 0x77, 0x36, 0x1d, 0xff, 0x77, 0x38, 0x1b, 0xff, 0x77, 0x36, 0x1b, 0xff, 0x75, 0x35, 0x18, 0xff, 0x76, 0x35, 0x1a, 0xff, 0x76, 0x35, 0x19, 0xff, 0x74, 0x34, 0x17, 0xff, 0x72, 0x35, 0x17, 0xff, 0x72, 0x33, 0x18, 0xff, 0x74, 0x33, 0x18, 0xff, 0x73, 0x33, 0x17, 0xff, 0x72, 0x35, 0x18, 0xff, 0x72, 0x34, 0x1a, 0xff, 0x73, 0x34, 0x19, 0xff, 0x74, 0x34, 0x18, 0xff, 0x73, 0x33, 0x17, 0xff, 0x74, 0x33, 0x16, 0xff, 0x7e, 0x3d, 0x22, 0xff, 0x82, 0x3f, 0x23, 0xff, 0x83, 0x43, 0x28, 0xff, 0x81, 0x42, 0x27, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7f, 0x43, 0x27, 0xff, 0x7f, 0x43, 0x2a, 0xff, 0x7d, 0x42, 0x29, 0xff, 0x79, 0x3e, 0x24, 0xff, 0x76, 0x38, 0x1f, 0xff, 0x6f, 0x32, 0x17, 0xff, 0x6c, 0x2f, 0x14, 0xff, 0x69, 0x2e, 0x13, 0xff, - 0x65, 0x2b, 0x11, 0xff, 0x63, 0x2a, 0x11, 0xff, 0x62, 0x28, 0x0c, 0xff, 0x5d, 0x25, 0x07, 0xff, 0x64, 0x28, 0x0e, 0xff, 0x63, 0x27, 0x0c, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x63, 0x29, 0x0b, 0xff, 0x61, 0x27, 0x0b, 0xff, 0x60, 0x27, 0x0b, 0xff, 0x5f, 0x25, 0x07, 0xff, 0x5f, 0x26, 0x0b, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x65, 0x26, 0x0b, 0xff, 0x68, 0x29, 0x0b, 0xff, 0x6a, 0x2b, 0x0d, 0xff, 0x6d, 0x2c, 0x11, 0xff, 0x70, 0x31, 0x13, 0xff, 0x73, 0x32, 0x16, 0xff, 0x78, 0x39, 0x1a, 0xff, 0x7d, 0x3c, 0x1b, 0xff, 0x80, 0x3e, 0x1e, 0xff, 0x80, 0x3d, 0x1e, 0xff, 0x71, 0x31, 0x10, 0xff, 0x6b, 0x2c, 0x0c, 0xff, 0x6e, 0x30, 0x12, 0xff, 0x70, 0x31, 0x14, 0xff, 0x74, 0x33, 0x17, 0xff, 0x78, 0x38, 0x17, 0xff, 0x7d, 0x3b, 0x1c, 0xff, 0x80, 0x3e, 0x1d, 0xff, 0x80, 0x3a, 0x19, 0xff, 0x82, 0x3d, 0x1c, 0xff, 0x88, 0x46, 0x24, 0xff, 0x90, 0x4c, 0x27, 0xff, 0x99, 0x53, 0x2b, 0xff, 0x9d, 0x5a, 0x2f, 0xff, 0xa3, 0x63, 0x34, 0xff, 0xa6, 0x68, 0x3a, 0xff, 0xaa, 0x6d, 0x3b, 0xff, 0xae, 0x6f, 0x3b, 0xff, 0xb4, 0x70, 0x3b, 0xff, 0xb7, 0x6f, 0x39, 0xff, 0xbc, 0x75, 0x3c, 0xff, 0xc4, 0x7c, 0x43, 0xff, 0xc8, 0x80, 0x47, 0xff, 0xda, 0x8a, 0x4f, 0xff, 0xec, 0x95, 0x55, 0xff, 0xf6, 0x9d, 0x5b, 0xff, 0xf9, 0x9f, 0x62, 0xff, 0xf9, 0xa6, 0x66, 0xff, 0xf9, 0xac, 0x67, 0xff, 0xf8, 0xac, 0x68, 0xff, 0xf8, 0xac, 0x68, 0xff, 0xf8, 0xaf, 0x6d, 0xff, 0xf8, 0xb4, 0x6e, 0xff, 0xf9, 0xb4, 0x6f, 0xff, 0xf9, 0xb2, 0x70, 0xff, 0xf8, 0xae, 0x6f, 0xff, 0xf7, 0xad, 0x70, 0xff, 0xf8, 0xab, 0x6d, 0xff, 0xf6, 0xa3, 0x65, 0xff, 0xf0, 0x98, 0x5a, 0xff, 0xf2, 0x9b, 0x5b, 0xff, 0xf0, 0x9b, 0x5d, 0xff, 0xf0, 0x9b, 0x5c, 0xff, 0xf4, 0xa4, 0x5b, 0xff, 0xf6, 0xa7, 0x5b, 0xff, 0xf8, 0xa7, 0x5e, 0xff, 0xf7, 0xa9, 0x5f, 0xff, 0xf7, 0xaa, 0x61, 0xff, 0xf6, 0xab, 0x63, 0xff, 0xf8, 0xab, 0x67, 0xff, 0xf8, 0xaa, 0x68, 0xff, 0xf4, 0xab, 0x66, 0xff, 0xf0, 0xac, 0x61, 0xff, 0xf5, 0xa2, 0x60, 0xff, 0xf6, 0xa1, 0x62, 0xff, 0xf8, 0xa8, 0x65, 0xff, 0xf8, 0xa6, 0x61, 0xff, 0xf6, 0xa2, 0x5e, 0xff, 0xf4, 0x9a, 0x56, 0xff, 0xf5, 0x9c, 0x57, 0xff, 0xee, 0x9a, 0x55, 0xff, 0xe6, 0x9c, 0x53, 0xff, 0xe5, 0x9e, 0x53, 0xff, 0xe3, 0x9a, 0x50, 0xff, 0xe3, 0x9a, 0x52, 0xff, 0xe7, 0x9e, 0x55, 0xff, 0xe5, 0x9f, 0x55, 0xff, 0xe4, 0x9e, 0x5a, 0xff, 0xe4, 0x9e, 0x5f, 0xff, 0xe5, 0x98, 0x5a, 0xff, 0xe4, 0x99, 0x5a, 0xff, 0xe2, 0x97, 0x59, 0xff, 0xdf, 0x96, 0x59, 0xff, 0xd9, 0x91, 0x56, 0xff, 0xd3, 0x8f, 0x56, 0xff, 0xcc, 0x8f, 0x55, 0xff, 0xc8, 0x8b, 0x51, 0xff, 0xc3, 0x86, 0x4e, 0xff, 0xbf, 0x84, 0x4e, 0xff, 0xbb, 0x82, 0x4e, 0xff, 0xb8, 0x7f, 0x4a, 0xff, 0xb5, 0x7a, 0x48, 0xff, 0xb1, 0x76, 0x46, 0xff, 0xae, 0x74, 0x43, 0xff, 0xac, 0x71, 0x42, 0xff, 0xa9, 0x6f, 0x42, 0xff, 0xa6, 0x6b, 0x40, 0xff, 0xa3, 0x68, 0x3d, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xa0, 0x65, 0x38, 0xff, 0x99, 0x5d, 0x34, 0xff, 0x92, 0x55, 0x2d, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x8c, 0x4e, 0x29, 0xff, 0x86, 0x49, 0x27, 0xff, 0x84, 0x46, 0x26, 0xff, 0x83, 0x44, 0x24, 0xff, 0x7e, 0x3f, 0x23, 0xff, 0x83, 0x46, 0x28, 0xff, 0x94, 0x55, 0x31, 0xff, 0x98, 0x58, 0x31, 0xff, 0x8d, 0x4f, 0x2b, 0xff, 0x86, 0x48, 0x29, 0xff, 0x84, 0x45, 0x28, 0xff, 0x81, 0x41, 0x26, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x75, 0x35, 0x1d, 0xff, 0x71, 0x32, 0x19, 0xff, 0x6c, 0x31, 0x16, 0xff, 0x6a, 0x2e, 0x14, 0xff, 0x69, 0x2e, 0x13, 0xff, 0x68, 0x2c, 0x12, 0xff, 0x65, 0x2a, 0x12, 0xff, 0x64, 0x2a, 0x0f, 0xff, 0x64, 0x29, 0x0d, 0xff, 0x64, 0x29, 0x0d, 0xff, 0x65, 0x2a, 0x0c, 0xff, 0x64, 0x29, 0x0c, 0xff, 0x64, 0x29, 0x0c, 0xff, 0x66, 0x2a, 0x0c, 0xff, 0x65, 0x2b, 0x0c, 0xff, 0x67, 0x2b, 0x0d, 0xff, 0x68, 0x2b, 0x0e, 0xff, 0x68, 0x2d, 0x0f, 0xff, 0x6b, 0x2e, 0x0f, 0xff, 0x6d, 0x2f, 0x12, 0xff, 0x70, 0x31, 0x12, 0xff, 0x73, 0x31, 0x12, 0xff, 0x75, 0x34, 0x13, 0xff, 0x77, 0x36, 0x14, 0xff, 0x7b, 0x39, 0x16, 0xff, 0x7e, 0x3d, 0x18, 0xff, 0x82, 0x3f, 0x1b, 0xff, 0x87, 0x45, 0x1f, 0xff, 0x8d, 0x4b, 0x24, 0xff, 0x92, 0x4e, 0x27, 0xff, 0x97, 0x54, 0x2b, 0xff, 0x9f, 0x5e, 0x30, 0xff, 0xa1, 0x62, 0x2e, 0xff, 0xd4, 0x8b, 0x56, 0xff, 0xe1, 0x93, 0x5e, 0xff, 0xe6, 0x99, 0x62, 0xff, 0xeb, 0x9d, 0x65, 0xff, 0xf2, 0xa2, 0x6c, 0xff, 0xf7, 0xa4, 0x70, 0xff, 0xf9, 0xa9, 0x72, 0xff, 0xf6, 0xa4, 0x71, 0xff, 0xe9, 0x9d, 0x6a, 0xff, 0xe1, 0x97, 0x66, 0xff, 0xd5, 0x91, 0x61, 0xff, 0xca, 0x88, 0x58, 0xff, 0xc2, 0x80, 0x50, 0xff, 0xbd, 0x7a, 0x4b, 0xff, 0xba, 0x78, 0x49, 0xff, 0xb7, 0x73, 0x44, 0xff, 0xa9, 0x65, 0x36, 0xff, 0xa9, 0x67, 0x3a, 0xff, 0xac, 0x6a, 0x3b, 0xff, 0xab, 0x67, 0x3c, 0xff, 0xac, 0x69, 0x3c, 0xff, 0xae, 0x6b, 0x3d, 0xff, 0xaf, 0x6b, 0x3f, 0xff, 0xb1, 0x6e, 0x40, 0xff, 0xb6, 0x72, 0x41, 0xff, 0xb9, 0x74, 0x47, 0xff, 0x96, 0x58, 0x31, 0xff, 0x87, 0x47, 0x29, 0xff, 0x85, 0x46, 0x28, 0xff, 0x83, 0x44, 0x26, 0xff, 0x83, 0x42, 0x25, 0xff, 0x83, 0x43, 0x25, 0xff, 0x80, 0x42, 0x24, 0xff, 0x82, 0x3f, 0x24, 0xff, 0x80, 0x3d, 0x23, 0xff, 0x7d, 0x3c, 0x20, 0xff, 0x7b, 0x3b, 0x1f, 0xff, 0x77, 0x37, 0x1c, 0xff, 0x76, 0x38, 0x18, 0xff, 0x76, 0x35, 0x1a, 0xff, 0x76, 0x37, 0x18, 0xff, 0x76, 0x37, 0x1a, 0xff, 0x76, 0x38, 0x1a, 0xff, 0x76, 0x35, 0x1a, 0xff, 0x73, 0x33, 0x18, 0xff, 0x73, 0x32, 0x17, 0xff, 0x71, 0x32, 0x17, 0xff, 0x71, 0x34, 0x18, 0xff, 0x72, 0x34, 0x1a, 0xff, 0x72, 0x34, 0x1a, 0xff, 0x72, 0x34, 0x1a, 0xff, 0x72, 0x32, 0x17, 0xff, 0x70, 0x31, 0x14, 0xff, 0x75, 0x35, 0x19, 0xff, 0x7b, 0x3b, 0x21, 0xff, 0x7f, 0x3e, 0x23, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x82, 0x43, 0x28, 0xff, 0x81, 0x41, 0x27, 0xff, 0x7e, 0x3e, 0x25, 0xff, 0x7e, 0x42, 0x28, 0xff, 0x7e, 0x42, 0x28, 0xff, 0x7e, 0x40, 0x27, 0xff, 0x79, 0x3a, 0x21, 0xff, 0x70, 0x34, 0x1a, 0xff, 0x6d, 0x31, 0x14, 0xff, 0x69, 0x2d, 0x12, 0xff, 0x66, 0x2b, 0x12, 0xff, - 0x63, 0x28, 0x0e, 0xff, 0x5f, 0x29, 0x0d, 0xff, 0x5f, 0x26, 0x0b, 0xff, 0x65, 0x2a, 0x12, 0xff, 0x64, 0x28, 0x0d, 0xff, 0x64, 0x2a, 0x0c, 0xff, 0x60, 0x26, 0x07, 0xff, 0x5f, 0x26, 0x0b, 0xff, 0x5d, 0x23, 0x06, 0xff, 0x5c, 0x24, 0x07, 0xff, 0x5d, 0x25, 0x07, 0xff, 0x5d, 0x25, 0x07, 0xff, 0x5f, 0x24, 0x09, 0xff, 0x5f, 0x25, 0x08, 0xff, 0x63, 0x27, 0x07, 0xff, 0x64, 0x27, 0x08, 0xff, 0x66, 0x28, 0x0b, 0xff, 0x6a, 0x2c, 0x0d, 0xff, 0x6d, 0x2c, 0x11, 0xff, 0x72, 0x32, 0x12, 0xff, 0x76, 0x33, 0x13, 0xff, 0x7c, 0x39, 0x1a, 0xff, 0x79, 0x39, 0x1b, 0xff, 0x72, 0x30, 0x14, 0xff, 0x76, 0x37, 0x1a, 0xff, 0x75, 0x33, 0x13, 0xff, 0x6f, 0x2f, 0x0f, 0xff, 0x6f, 0x2f, 0x11, 0xff, 0x72, 0x31, 0x14, 0xff, 0x78, 0x35, 0x17, 0xff, 0x7d, 0x3a, 0x19, 0xff, 0x82, 0x3f, 0x1f, 0xff, 0x89, 0x45, 0x24, 0xff, 0x89, 0x45, 0x24, 0xff, 0x88, 0x44, 0x22, 0xff, 0x8f, 0x49, 0x26, 0xff, 0x98, 0x52, 0x2a, 0xff, 0x9c, 0x57, 0x2c, 0xff, 0x9f, 0x5e, 0x30, 0xff, 0xa4, 0x63, 0x32, 0xff, 0xa7, 0x66, 0x34, 0xff, 0xac, 0x6c, 0x37, 0xff, 0xb0, 0x6e, 0x38, 0xff, 0xb9, 0x70, 0x3a, 0xff, 0xbb, 0x75, 0x3e, 0xff, 0xc0, 0x76, 0x40, 0xff, 0xc2, 0x7a, 0x43, 0xff, 0xca, 0x86, 0x48, 0xff, 0xd9, 0x8b, 0x4d, 0xff, 0xe6, 0x91, 0x52, 0xff, 0xf6, 0x98, 0x59, 0xff, 0xf9, 0x9d, 0x5f, 0xff, 0xf9, 0xa1, 0x61, 0xff, 0xf9, 0xa8, 0x66, 0xff, 0xf9, 0xa8, 0x67, 0xff, 0xf8, 0xaa, 0x67, 0xff, 0xf8, 0xab, 0x67, 0xff, 0xf9, 0xab, 0x68, 0xff, 0xf9, 0xa9, 0x69, 0xff, 0xf9, 0xaa, 0x6a, 0xff, 0xf9, 0xa8, 0x6a, 0xff, 0xf8, 0xa8, 0x69, 0xff, 0xf8, 0xa5, 0x69, 0xff, 0xef, 0xa5, 0x65, 0xff, 0xe8, 0x99, 0x57, 0xff, 0xe6, 0x95, 0x57, 0xff, 0xea, 0x9a, 0x58, 0xff, 0xf6, 0xa7, 0x59, 0xff, 0xf7, 0xa8, 0x5a, 0xff, 0xf5, 0xa6, 0x5b, 0xff, 0xf5, 0xa8, 0x5e, 0xff, 0xf7, 0xa8, 0x5f, 0xff, 0xf8, 0xa7, 0x63, 0xff, 0xf6, 0xaa, 0x65, 0xff, 0xf7, 0xa9, 0x67, 0xff, 0xf7, 0xab, 0x64, 0xff, 0xf1, 0xab, 0x61, 0xff, 0xf1, 0xa4, 0x62, 0xff, 0xf5, 0x9f, 0x61, 0xff, 0xf6, 0xa6, 0x61, 0xff, 0xf7, 0xa8, 0x61, 0xff, 0xf8, 0xa4, 0x5e, 0xff, 0xf5, 0x9b, 0x56, 0xff, 0xf3, 0x9a, 0x56, 0xff, 0xef, 0x9a, 0x53, 0xff, 0xe6, 0x98, 0x4e, 0xff, 0xe8, 0x9c, 0x53, 0xff, 0xe8, 0x9e, 0x53, 0xff, 0xe8, 0x9d, 0x53, 0xff, 0xe8, 0x9e, 0x56, 0xff, 0xeb, 0x9f, 0x58, 0xff, 0xea, 0xa0, 0x5b, 0xff, 0xee, 0xa4, 0x5d, 0xff, 0xef, 0x9d, 0x5f, 0xff, 0xee, 0x9c, 0x5e, 0xff, 0xec, 0x9d, 0x5f, 0xff, 0xeb, 0x9b, 0x5d, 0xff, 0xe5, 0x97, 0x5c, 0xff, 0xdc, 0x96, 0x5c, 0xff, 0xd3, 0x91, 0x56, 0xff, 0xcd, 0x8e, 0x55, 0xff, 0xc8, 0x8e, 0x56, 0xff, 0xc4, 0x8a, 0x54, 0xff, 0xc1, 0x86, 0x52, 0xff, 0xbd, 0x81, 0x4f, 0xff, 0xb9, 0x7f, 0x4a, 0xff, 0xb5, 0x7b, 0x48, 0xff, 0xb1, 0x78, 0x47, 0xff, 0xaf, 0x75, 0x44, 0xff, 0xac, 0x72, 0x43, 0xff, 0xaa, 0x71, 0x41, 0xff, 0xa8, 0x6c, 0x3e, 0xff, 0xa5, 0x6a, 0x3e, 0xff, 0xa2, 0x68, 0x3a, 0xff, 0x9c, 0x5f, 0x33, 0xff, 0x97, 0x59, 0x2f, 0xff, 0x93, 0x56, 0x2e, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x8e, 0x51, 0x2a, 0xff, 0x8a, 0x4c, 0x28, 0xff, 0x86, 0x48, 0x28, 0xff, 0x83, 0x46, 0x26, 0xff, 0x81, 0x43, 0x24, 0xff, 0x91, 0x53, 0x30, 0xff, 0x9d, 0x5d, 0x34, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x89, 0x4b, 0x2a, 0xff, 0x85, 0x47, 0x27, 0xff, 0x81, 0x43, 0x26, 0xff, 0x7d, 0x3f, 0x24, 0xff, 0x79, 0x3a, 0x21, 0xff, 0x76, 0x38, 0x1e, 0xff, 0x74, 0x36, 0x1b, 0xff, 0x71, 0x33, 0x1a, 0xff, 0x6e, 0x2e, 0x17, 0xff, 0x69, 0x2c, 0x12, 0xff, 0x67, 0x2d, 0x12, 0xff, 0x67, 0x2b, 0x11, 0xff, 0x65, 0x2a, 0x0f, 0xff, 0x63, 0x2a, 0x0d, 0xff, 0x61, 0x2a, 0x0c, 0xff, 0x60, 0x28, 0x0b, 0xff, 0x60, 0x28, 0x0b, 0xff, 0x5f, 0x27, 0x09, 0xff, 0x60, 0x27, 0x0a, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x65, 0x2a, 0x0b, 0xff, 0x68, 0x2b, 0x0b, 0xff, 0x6a, 0x2d, 0x0c, 0xff, 0x6b, 0x2e, 0x0e, 0xff, 0x6c, 0x2e, 0x0e, 0xff, 0x6f, 0x2e, 0x0e, 0xff, 0x74, 0x31, 0x11, 0xff, 0x75, 0x34, 0x13, 0xff, 0x79, 0x37, 0x13, 0xff, 0x7e, 0x3c, 0x17, 0xff, 0x80, 0x3e, 0x1a, 0xff, 0x84, 0x41, 0x1f, 0xff, 0x89, 0x49, 0x23, 0xff, 0x8f, 0x4e, 0x25, 0xff, 0x92, 0x52, 0x27, 0xff, 0xa2, 0x5f, 0x32, 0xff, 0xbf, 0x7e, 0x4a, 0xff, 0xc4, 0x82, 0x4f, 0xff, 0xc2, 0x80, 0x50, 0xff, 0xc7, 0x86, 0x55, 0xff, 0xcd, 0x8c, 0x57, 0xff, 0xd4, 0x8e, 0x5c, 0xff, 0xdc, 0x92, 0x61, 0xff, 0xda, 0x93, 0x62, 0xff, 0xcd, 0x8d, 0x5d, 0xff, 0xc7, 0x85, 0x57, 0xff, 0xc1, 0x80, 0x54, 0xff, 0xbc, 0x7e, 0x4f, 0xff, 0xb7, 0x78, 0x48, 0xff, 0xb4, 0x73, 0x43, 0xff, 0xb2, 0x70, 0x40, 0xff, 0xb3, 0x6d, 0x3d, 0xff, 0xb6, 0x72, 0x42, 0xff, 0xb0, 0x6d, 0x3c, 0xff, 0xab, 0x69, 0x3a, 0xff, 0xac, 0x68, 0x3b, 0xff, 0xa9, 0x65, 0x3a, 0xff, 0xaa, 0x66, 0x3b, 0xff, 0xaa, 0x65, 0x3b, 0xff, 0xab, 0x65, 0x3c, 0xff, 0xb0, 0x6c, 0x3f, 0xff, 0xad, 0x6c, 0x3f, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x84, 0x44, 0x28, 0xff, 0x85, 0x45, 0x26, 0xff, 0x81, 0x43, 0x25, 0xff, 0x81, 0x40, 0x24, 0xff, 0x7f, 0x40, 0x23, 0xff, 0x7f, 0x3c, 0x22, 0xff, 0x7f, 0x3e, 0x21, 0xff, 0x7c, 0x3a, 0x1f, 0xff, 0x78, 0x39, 0x1f, 0xff, 0x76, 0x36, 0x1b, 0xff, 0x76, 0x33, 0x1b, 0xff, 0x75, 0x34, 0x1b, 0xff, 0x76, 0x35, 0x1b, 0xff, 0x76, 0x37, 0x20, 0xff, 0x77, 0x38, 0x21, 0xff, 0x77, 0x38, 0x20, 0xff, 0x76, 0x38, 0x1f, 0xff, 0x76, 0x36, 0x1b, 0xff, 0x71, 0x34, 0x17, 0xff, 0x71, 0x34, 0x18, 0xff, 0x74, 0x35, 0x1c, 0xff, 0x74, 0x37, 0x1d, 0xff, 0x74, 0x37, 0x1a, 0xff, 0x74, 0x33, 0x19, 0xff, 0x78, 0x38, 0x21, 0xff, 0x7a, 0x38, 0x22, 0xff, 0x7f, 0x3e, 0x21, 0xff, 0x7e, 0x3d, 0x20, 0xff, 0x7f, 0x3d, 0x22, 0xff, 0x81, 0x42, 0x27, 0xff, 0x80, 0x41, 0x26, 0xff, 0x7d, 0x3e, 0x25, 0xff, 0x7d, 0x41, 0x27, 0xff, 0x7b, 0x41, 0x26, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x77, 0x39, 0x1f, 0xff, 0x6f, 0x31, 0x17, 0xff, 0x69, 0x2e, 0x14, 0xff, 0x66, 0x2b, 0x11, 0xff, 0x64, 0x2b, 0x12, 0xff, - 0x61, 0x28, 0x0d, 0xff, 0x62, 0x29, 0x0e, 0xff, 0x65, 0x28, 0x0f, 0xff, 0x65, 0x28, 0x0e, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x63, 0x26, 0x08, 0xff, 0x5f, 0x25, 0x09, 0xff, 0x5c, 0x25, 0x09, 0xff, 0x5a, 0x22, 0x07, 0xff, 0x57, 0x1f, 0x06, 0xff, 0x59, 0x21, 0x06, 0xff, 0x59, 0x22, 0x06, 0xff, 0x5b, 0x22, 0x06, 0xff, 0x5e, 0x25, 0x08, 0xff, 0x60, 0x25, 0x07, 0xff, 0x62, 0x27, 0x08, 0xff, 0x63, 0x26, 0x09, 0xff, 0x67, 0x2a, 0x0c, 0xff, 0x6c, 0x2c, 0x0d, 0xff, 0x6f, 0x2d, 0x12, 0xff, 0x72, 0x31, 0x12, 0xff, 0x71, 0x30, 0x13, 0xff, 0x6f, 0x2e, 0x13, 0xff, 0x71, 0x31, 0x14, 0xff, 0x71, 0x31, 0x14, 0xff, 0x75, 0x33, 0x16, 0xff, 0x73, 0x31, 0x15, 0xff, 0x73, 0x31, 0x15, 0xff, 0x6f, 0x2f, 0x11, 0xff, 0x74, 0x32, 0x15, 0xff, 0x7a, 0x37, 0x16, 0xff, 0x80, 0x3b, 0x1c, 0xff, 0x84, 0x40, 0x20, 0xff, 0x8a, 0x44, 0x23, 0xff, 0x8c, 0x45, 0x23, 0xff, 0x8b, 0x46, 0x22, 0xff, 0x90, 0x4b, 0x26, 0xff, 0x97, 0x52, 0x29, 0xff, 0x9d, 0x58, 0x2d, 0xff, 0xa0, 0x5e, 0x30, 0xff, 0xa4, 0x65, 0x33, 0xff, 0xa9, 0x65, 0x33, 0xff, 0xad, 0x67, 0x34, 0xff, 0xb3, 0x6b, 0x34, 0xff, 0xb7, 0x70, 0x37, 0xff, 0xbd, 0x74, 0x3d, 0xff, 0xc4, 0x7e, 0x43, 0xff, 0xc4, 0x80, 0x44, 0xff, 0xca, 0x84, 0x47, 0xff, 0xd3, 0x87, 0x4a, 0xff, 0xe0, 0x8e, 0x51, 0xff, 0xed, 0x91, 0x53, 0xff, 0xf4, 0x97, 0x57, 0xff, 0xf9, 0x9d, 0x5e, 0xff, 0xf9, 0xa1, 0x63, 0xff, 0xf9, 0xa5, 0x63, 0xff, 0xf9, 0xa7, 0x63, 0xff, 0xf9, 0xa6, 0x63, 0xff, 0xf9, 0xa7, 0x64, 0xff, 0xf9, 0xa7, 0x65, 0xff, 0xf8, 0xa3, 0x65, 0xff, 0xf9, 0xa1, 0x64, 0xff, 0xf9, 0x9f, 0x64, 0xff, 0xf9, 0xa8, 0x6a, 0xff, 0xf5, 0xae, 0x6c, 0xff, 0xe6, 0x9b, 0x5a, 0xff, 0xef, 0xa0, 0x57, 0xff, 0xf6, 0xa6, 0x57, 0xff, 0xf7, 0xa2, 0x58, 0xff, 0xf8, 0xa6, 0x5b, 0xff, 0xf6, 0xa8, 0x5e, 0xff, 0xf7, 0xa9, 0x60, 0xff, 0xf6, 0xa8, 0x62, 0xff, 0xf7, 0xaa, 0x64, 0xff, 0xf8, 0xa8, 0x66, 0xff, 0xf5, 0xa7, 0x64, 0xff, 0xf4, 0xa9, 0x5f, 0xff, 0xf4, 0xa7, 0x64, 0xff, 0xf6, 0xa2, 0x62, 0xff, 0xf7, 0xa9, 0x61, 0xff, 0xf9, 0xa7, 0x62, 0xff, 0xf7, 0xa4, 0x5f, 0xff, 0xf4, 0xa0, 0x5c, 0xff, 0xf7, 0x9c, 0x58, 0xff, 0xf2, 0x9c, 0x57, 0xff, 0xea, 0x9d, 0x51, 0xff, 0xec, 0x9f, 0x50, 0xff, 0xed, 0x9f, 0x56, 0xff, 0xe9, 0xa3, 0x55, 0xff, 0xec, 0xa2, 0x56, 0xff, 0xef, 0xa2, 0x5b, 0xff, 0xee, 0xa7, 0x61, 0xff, 0xef, 0xa6, 0x64, 0xff, 0xf3, 0xa3, 0x63, 0xff, 0xf9, 0xa7, 0x64, 0xff, 0xf7, 0xa5, 0x64, 0xff, 0xf3, 0xa2, 0x64, 0xff, 0xf2, 0x9f, 0x62, 0xff, 0xec, 0x9f, 0x5f, 0xff, 0xe1, 0x9b, 0x5b, 0xff, 0xd9, 0x97, 0x59, 0xff, 0xd2, 0x93, 0x57, 0xff, 0xcc, 0x90, 0x57, 0xff, 0xc7, 0x8d, 0x56, 0xff, 0xc3, 0x87, 0x53, 0xff, 0xbe, 0x82, 0x4d, 0xff, 0xb9, 0x7e, 0x4a, 0xff, 0xb7, 0x7b, 0x49, 0xff, 0xb3, 0x78, 0x47, 0xff, 0xaf, 0x74, 0x45, 0xff, 0xac, 0x73, 0x44, 0xff, 0xaa, 0x70, 0x40, 0xff, 0xa8, 0x6c, 0x3d, 0xff, 0xa3, 0x67, 0x39, 0xff, 0x9d, 0x60, 0x34, 0xff, 0x9a, 0x5b, 0x32, 0xff, 0x97, 0x59, 0x30, 0xff, 0x93, 0x55, 0x2e, 0xff, 0x8f, 0x52, 0x2b, 0xff, 0x8c, 0x4f, 0x2a, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x85, 0x46, 0x25, 0xff, 0x8a, 0x4e, 0x2a, 0xff, 0x9a, 0x5e, 0x35, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x94, 0x56, 0x2f, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x86, 0x47, 0x28, 0xff, 0x83, 0x43, 0x26, 0xff, 0x7d, 0x3d, 0x23, 0xff, 0x78, 0x38, 0x21, 0xff, 0x76, 0x38, 0x1e, 0xff, 0x74, 0x36, 0x1c, 0xff, 0x70, 0x32, 0x18, 0xff, 0x6d, 0x2e, 0x15, 0xff, 0x6a, 0x2c, 0x14, 0xff, 0x67, 0x2c, 0x12, 0xff, 0x65, 0x2b, 0x12, 0xff, 0x64, 0x2a, 0x10, 0xff, 0x62, 0x29, 0x0d, 0xff, 0x60, 0x28, 0x0b, 0xff, 0x5c, 0x27, 0x0a, 0xff, 0x5a, 0x24, 0x09, 0xff, 0x5a, 0x23, 0x0a, 0xff, 0x5b, 0x24, 0x09, 0xff, 0x5c, 0x24, 0x07, 0xff, 0x5d, 0x24, 0x07, 0xff, 0x5d, 0x25, 0x08, 0xff, 0x5e, 0x26, 0x09, 0xff, 0x61, 0x27, 0x07, 0xff, 0x61, 0x27, 0x07, 0xff, 0x63, 0x27, 0x08, 0xff, 0x65, 0x2a, 0x0a, 0xff, 0x67, 0x2c, 0x0b, 0xff, 0x6b, 0x2c, 0x0b, 0xff, 0x6d, 0x2e, 0x0c, 0xff, 0x71, 0x30, 0x10, 0xff, 0x73, 0x33, 0x12, 0xff, 0x77, 0x37, 0x13, 0xff, 0x7b, 0x3b, 0x17, 0xff, 0x7f, 0x3f, 0x1a, 0xff, 0x83, 0x41, 0x1f, 0xff, 0x88, 0x47, 0x23, 0xff, 0x89, 0x48, 0x22, 0xff, 0xa3, 0x66, 0x37, 0xff, 0xb5, 0x75, 0x43, 0xff, 0xb6, 0x75, 0x46, 0xff, 0xb6, 0x76, 0x45, 0xff, 0xb8, 0x76, 0x47, 0xff, 0xba, 0x78, 0x49, 0xff, 0xbb, 0x7c, 0x4c, 0xff, 0xbd, 0x7f, 0x4f, 0xff, 0xbe, 0x80, 0x51, 0xff, 0xba, 0x7c, 0x4e, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0xb7, 0x76, 0x4a, 0xff, 0xb5, 0x74, 0x47, 0xff, 0xb4, 0x73, 0x46, 0xff, 0xb2, 0x6f, 0x43, 0xff, 0xb1, 0x6e, 0x40, 0xff, 0xb1, 0x6c, 0x3c, 0xff, 0xb7, 0x71, 0x43, 0xff, 0xb8, 0x74, 0x43, 0xff, 0xb6, 0x71, 0x41, 0xff, 0xb1, 0x6e, 0x3f, 0xff, 0xb6, 0x72, 0x43, 0xff, 0xb0, 0x6e, 0x3e, 0xff, 0xab, 0x67, 0x3b, 0xff, 0xab, 0x67, 0x3b, 0xff, 0xad, 0x66, 0x3c, 0xff, 0x9c, 0x59, 0x32, 0xff, 0x8b, 0x4b, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x86, 0x48, 0x28, 0xff, 0x83, 0x44, 0x26, 0xff, 0x81, 0x40, 0x24, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x7f, 0x3c, 0x22, 0xff, 0x7e, 0x3c, 0x22, 0xff, 0x7a, 0x3a, 0x20, 0xff, 0x77, 0x38, 0x1d, 0xff, 0x78, 0x38, 0x1c, 0xff, 0x77, 0x36, 0x1c, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x78, 0x38, 0x1f, 0xff, 0x76, 0x39, 0x1f, 0xff, 0x76, 0x39, 0x20, 0xff, 0x77, 0x39, 0x1f, 0xff, 0x76, 0x37, 0x1f, 0xff, 0x76, 0x38, 0x1d, 0xff, 0x76, 0x36, 0x1c, 0xff, 0x73, 0x34, 0x1a, 0xff, 0x74, 0x33, 0x1a, 0xff, 0x72, 0x35, 0x1a, 0xff, 0x72, 0x33, 0x1c, 0xff, 0x76, 0x37, 0x1d, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x79, 0x3a, 0x20, 0xff, 0x7c, 0x3a, 0x22, 0xff, 0x7b, 0x3a, 0x1f, 0xff, 0x79, 0x38, 0x1e, 0xff, 0x7c, 0x3c, 0x21, 0xff, 0x81, 0x42, 0x28, 0xff, 0x7f, 0x3f, 0x26, 0xff, 0x7d, 0x3d, 0x24, 0xff, 0x7c, 0x3f, 0x26, 0xff, 0x7a, 0x3e, 0x24, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x76, 0x37, 0x1f, 0xff, 0x6f, 0x30, 0x16, 0xff, 0x6a, 0x2e, 0x14, 0xff, 0x68, 0x2b, 0x11, 0xff, 0x64, 0x2a, 0x0e, 0xff, - 0x63, 0x2a, 0x0e, 0xff, 0x60, 0x26, 0x0c, 0xff, 0x62, 0x26, 0x0d, 0xff, 0x65, 0x28, 0x0d, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x5f, 0x26, 0x0b, 0xff, 0x5b, 0x22, 0x07, 0xff, 0x5a, 0x22, 0x07, 0xff, 0x56, 0x1f, 0x04, 0xff, 0x54, 0x1e, 0x04, 0xff, 0x54, 0x20, 0x04, 0xff, 0x56, 0x1e, 0x04, 0xff, 0x56, 0x1e, 0x04, 0xff, 0x5b, 0x23, 0x06, 0xff, 0x5c, 0x24, 0x07, 0xff, 0x5e, 0x24, 0x04, 0xff, 0x61, 0x26, 0x06, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x6b, 0x2c, 0x0b, 0xff, 0x6b, 0x2c, 0x0e, 0xff, 0x66, 0x29, 0x0c, 0xff, 0x68, 0x29, 0x0c, 0xff, 0x6d, 0x2c, 0x10, 0xff, 0x6d, 0x2c, 0x0f, 0xff, 0x6e, 0x2f, 0x11, 0xff, 0x6b, 0x2c, 0x0f, 0xff, 0x6c, 0x2d, 0x10, 0xff, 0x71, 0x2f, 0x12, 0xff, 0x73, 0x32, 0x15, 0xff, 0x72, 0x30, 0x13, 0xff, 0x77, 0x34, 0x13, 0xff, 0x7b, 0x37, 0x18, 0xff, 0x80, 0x3c, 0x1c, 0xff, 0x86, 0x42, 0x1f, 0xff, 0x8c, 0x46, 0x22, 0xff, 0x8e, 0x49, 0x23, 0xff, 0x8b, 0x45, 0x22, 0xff, 0x93, 0x4d, 0x25, 0xff, 0x99, 0x54, 0x29, 0xff, 0x9d, 0x58, 0x2c, 0xff, 0xa0, 0x5d, 0x2f, 0xff, 0xa5, 0x64, 0x32, 0xff, 0xaa, 0x69, 0x34, 0xff, 0xab, 0x6a, 0x35, 0xff, 0xaf, 0x69, 0x33, 0xff, 0xb5, 0x6f, 0x38, 0xff, 0xbd, 0x77, 0x3e, 0xff, 0xc2, 0x7b, 0x40, 0xff, 0xc8, 0x81, 0x45, 0xff, 0xcf, 0x83, 0x49, 0xff, 0xd2, 0x86, 0x49, 0xff, 0xdb, 0x89, 0x4b, 0xff, 0xe6, 0x8e, 0x4e, 0xff, 0xf2, 0x95, 0x53, 0xff, 0xf8, 0x9d, 0x59, 0xff, 0xf8, 0xa1, 0x5e, 0xff, 0xf9, 0xa4, 0x5f, 0xff, 0xf9, 0xa6, 0x62, 0xff, 0xf9, 0xa3, 0x62, 0xff, 0xf9, 0xa2, 0x62, 0xff, 0xf9, 0xa0, 0x62, 0xff, 0xf9, 0x9e, 0x62, 0xff, 0xf9, 0x9d, 0x63, 0xff, 0xf9, 0xa1, 0x65, 0xff, 0xf9, 0xa5, 0x64, 0xff, 0xf8, 0xaa, 0x66, 0xff, 0xf3, 0xaa, 0x5f, 0xff, 0xf5, 0xa2, 0x56, 0xff, 0xf7, 0xa5, 0x57, 0xff, 0xf7, 0xa6, 0x5a, 0xff, 0xf6, 0xa5, 0x5d, 0xff, 0xf5, 0xa7, 0x5f, 0xff, 0xf6, 0xa8, 0x60, 0xff, 0xf7, 0xa9, 0x64, 0xff, 0xf6, 0xa6, 0x64, 0xff, 0xf5, 0xa6, 0x65, 0xff, 0xf4, 0xab, 0x63, 0xff, 0xf4, 0xa7, 0x5f, 0xff, 0xf6, 0xa0, 0x60, 0xff, 0xf7, 0xa5, 0x61, 0xff, 0xf6, 0xa5, 0x61, 0xff, 0xf6, 0xa5, 0x61, 0xff, 0xf7, 0xa3, 0x5e, 0xff, 0xf7, 0x9c, 0x56, 0xff, 0xf1, 0x9b, 0x55, 0xff, 0xec, 0x9d, 0x52, 0xff, 0xef, 0x9e, 0x54, 0xff, 0xee, 0x9e, 0x54, 0xff, 0xeb, 0x9f, 0x54, 0xff, 0xec, 0xa3, 0x58, 0xff, 0xf0, 0xa7, 0x5e, 0xff, 0xef, 0xac, 0x67, 0xff, 0xf3, 0xac, 0x6c, 0xff, 0xf8, 0xa8, 0x6a, 0xff, 0xf8, 0xa8, 0x68, 0xff, 0xf7, 0xaa, 0x69, 0xff, 0xf6, 0xaa, 0x69, 0xff, 0xf7, 0xa7, 0x68, 0xff, 0xf7, 0xa6, 0x66, 0xff, 0xf2, 0xa2, 0x64, 0xff, 0xe9, 0x9e, 0x5f, 0xff, 0xe0, 0x9b, 0x5d, 0xff, 0xd7, 0x97, 0x5c, 0xff, 0xce, 0x91, 0x59, 0xff, 0xc7, 0x8c, 0x55, 0xff, 0xc2, 0x88, 0x51, 0xff, 0xbf, 0x83, 0x4d, 0xff, 0xbb, 0x80, 0x4c, 0xff, 0xb6, 0x7c, 0x4b, 0xff, 0xb4, 0x79, 0x49, 0xff, 0xb0, 0x76, 0x46, 0xff, 0xac, 0x72, 0x43, 0xff, 0xa9, 0x71, 0x42, 0xff, 0xa4, 0x6a, 0x3d, 0xff, 0x9e, 0x63, 0x36, 0xff, 0x9d, 0x5f, 0x33, 0xff, 0x9a, 0x5b, 0x33, 0xff, 0x97, 0x59, 0x31, 0xff, 0x92, 0x55, 0x2d, 0xff, 0x8f, 0x51, 0x2c, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x99, 0x5b, 0x35, 0xff, 0xa3, 0x65, 0x3b, 0xff, 0x9b, 0x5c, 0x33, 0xff, 0x96, 0x55, 0x30, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x88, 0x49, 0x29, 0xff, 0x85, 0x45, 0x27, 0xff, 0x7f, 0x3e, 0x24, 0xff, 0x79, 0x3a, 0x21, 0xff, 0x77, 0x39, 0x1e, 0xff, 0x74, 0x36, 0x1b, 0xff, 0x70, 0x32, 0x18, 0xff, 0x6b, 0x2f, 0x16, 0xff, 0x69, 0x2d, 0x13, 0xff, 0x68, 0x2c, 0x11, 0xff, 0x66, 0x2c, 0x11, 0xff, 0x63, 0x2a, 0x0f, 0xff, 0x60, 0x28, 0x0d, 0xff, 0x5c, 0x26, 0x0b, 0xff, 0x58, 0x24, 0x08, 0xff, 0x58, 0x21, 0x07, 0xff, 0x58, 0x24, 0x07, 0xff, 0x57, 0x25, 0x06, 0xff, 0x57, 0x20, 0x05, 0xff, 0x56, 0x22, 0x05, 0xff, 0x58, 0x23, 0x07, 0xff, 0x59, 0x22, 0x05, 0xff, 0x5a, 0x23, 0x04, 0xff, 0x5c, 0x24, 0x05, 0xff, 0x5f, 0x25, 0x05, 0xff, 0x62, 0x25, 0x05, 0xff, 0x63, 0x28, 0x07, 0xff, 0x66, 0x29, 0x0a, 0xff, 0x69, 0x29, 0x0a, 0xff, 0x6e, 0x2e, 0x0c, 0xff, 0x70, 0x30, 0x0f, 0xff, 0x74, 0x33, 0x11, 0xff, 0x76, 0x35, 0x13, 0xff, 0x7a, 0x39, 0x17, 0xff, 0x7e, 0x3d, 0x1b, 0xff, 0x80, 0x42, 0x1f, 0xff, 0x80, 0x3f, 0x20, 0xff, 0xa2, 0x61, 0x36, 0xff, 0xb0, 0x6c, 0x3e, 0xff, 0xae, 0x6d, 0x3b, 0xff, 0xad, 0x6c, 0x3d, 0xff, 0xac, 0x6b, 0x3c, 0xff, 0xad, 0x6c, 0x3d, 0xff, 0xad, 0x6e, 0x3e, 0xff, 0xae, 0x6f, 0x40, 0xff, 0xb2, 0x6f, 0x42, 0xff, 0xac, 0x6e, 0x40, 0xff, 0xac, 0x6b, 0x40, 0xff, 0xad, 0x6b, 0x40, 0xff, 0xaf, 0x6f, 0x42, 0xff, 0xb2, 0x73, 0x48, 0xff, 0xb0, 0x76, 0x49, 0xff, 0xb1, 0x74, 0x49, 0xff, 0xb1, 0x70, 0x42, 0xff, 0xb2, 0x6d, 0x3f, 0xff, 0xb0, 0x6a, 0x3b, 0xff, 0xb1, 0x6b, 0x3b, 0xff, 0xb1, 0x6b, 0x3d, 0xff, 0xab, 0x67, 0x39, 0xff, 0xac, 0x68, 0x3a, 0xff, 0xad, 0x6b, 0x3d, 0xff, 0xb1, 0x6e, 0x3f, 0xff, 0xb2, 0x6d, 0x3d, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x8b, 0x4b, 0x2c, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x82, 0x42, 0x26, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x7f, 0x3f, 0x23, 0xff, 0x7d, 0x3b, 0x21, 0xff, 0x7a, 0x3a, 0x20, 0xff, 0x79, 0x39, 0x1f, 0xff, 0x7a, 0x3b, 0x20, 0xff, 0x79, 0x39, 0x1f, 0xff, 0x78, 0x39, 0x1f, 0xff, 0x77, 0x37, 0x1d, 0xff, 0x74, 0x35, 0x1d, 0xff, 0x74, 0x36, 0x1e, 0xff, 0x75, 0x35, 0x1c, 0xff, 0x73, 0x36, 0x1b, 0xff, 0x75, 0x35, 0x1b, 0xff, 0x73, 0x35, 0x1b, 0xff, 0x72, 0x35, 0x18, 0xff, 0x70, 0x31, 0x18, 0xff, 0x6e, 0x31, 0x19, 0xff, 0x70, 0x31, 0x19, 0xff, 0x73, 0x34, 0x1a, 0xff, 0x72, 0x33, 0x18, 0xff, 0x72, 0x32, 0x1a, 0xff, 0x78, 0x38, 0x1f, 0xff, 0x7a, 0x3a, 0x1e, 0xff, 0x77, 0x38, 0x1d, 0xff, 0x77, 0x38, 0x19, 0xff, 0x7c, 0x3b, 0x21, 0xff, 0x80, 0x42, 0x27, 0xff, 0x7f, 0x3f, 0x24, 0xff, 0x7d, 0x3c, 0x24, 0xff, 0x7b, 0x3e, 0x24, 0xff, 0x7b, 0x3a, 0x23, 0xff, 0x78, 0x39, 0x1f, 0xff, 0x73, 0x35, 0x1c, 0xff, 0x6c, 0x2d, 0x14, 0xff, 0x67, 0x2c, 0x12, 0xff, 0x66, 0x29, 0x10, 0xff, 0x64, 0x28, 0x0e, 0xff, - 0x62, 0x26, 0x0b, 0xff, 0x5e, 0x25, 0x09, 0xff, 0x5e, 0x26, 0x0a, 0xff, 0x5d, 0x25, 0x0b, 0xff, 0x62, 0x25, 0x0a, 0xff, 0x5c, 0x22, 0x07, 0xff, 0x57, 0x21, 0x07, 0xff, 0x54, 0x22, 0x04, 0xff, 0x52, 0x19, 0x04, 0xff, 0x52, 0x1a, 0x04, 0xff, 0x52, 0x1d, 0x04, 0xff, 0x56, 0x19, 0x04, 0xff, 0x58, 0x1d, 0x04, 0xff, 0x57, 0x1f, 0x04, 0xff, 0x5b, 0x24, 0x07, 0xff, 0x5c, 0x24, 0x06, 0xff, 0x5e, 0x25, 0x04, 0xff, 0x63, 0x26, 0x07, 0xff, 0x66, 0x28, 0x0b, 0xff, 0x5e, 0x23, 0x05, 0xff, 0x5e, 0x24, 0x07, 0xff, 0x60, 0x26, 0x07, 0xff, 0x64, 0x28, 0x08, 0xff, 0x65, 0x28, 0x0b, 0xff, 0x66, 0x2a, 0x0b, 0xff, 0x69, 0x2b, 0x0d, 0xff, 0x6b, 0x2c, 0x0d, 0xff, 0x6d, 0x2e, 0x11, 0xff, 0x71, 0x30, 0x14, 0xff, 0x74, 0x33, 0x11, 0xff, 0x74, 0x32, 0x13, 0xff, 0x77, 0x35, 0x13, 0xff, 0x7c, 0x38, 0x15, 0xff, 0x83, 0x3f, 0x1c, 0xff, 0x89, 0x43, 0x1f, 0xff, 0x8d, 0x47, 0x23, 0xff, 0x92, 0x4a, 0x25, 0xff, 0x8b, 0x45, 0x22, 0xff, 0x92, 0x4c, 0x26, 0xff, 0x98, 0x52, 0x29, 0xff, 0x9c, 0x58, 0x2b, 0xff, 0x9f, 0x5d, 0x2e, 0xff, 0xa6, 0x61, 0x31, 0xff, 0xa8, 0x64, 0x33, 0xff, 0xac, 0x66, 0x35, 0xff, 0xb3, 0x6b, 0x35, 0xff, 0xb8, 0x71, 0x39, 0xff, 0xbc, 0x76, 0x3d, 0xff, 0xc0, 0x7a, 0x40, 0xff, 0xc7, 0x7f, 0x44, 0xff, 0xd1, 0x85, 0x48, 0xff, 0xd7, 0x88, 0x49, 0xff, 0xda, 0x8a, 0x4b, 0xff, 0xe7, 0x8d, 0x50, 0xff, 0xf5, 0x96, 0x53, 0xff, 0xf8, 0x9e, 0x58, 0xff, 0xf8, 0x9f, 0x5e, 0xff, 0xf9, 0xa2, 0x61, 0xff, 0xf9, 0xa5, 0x62, 0xff, 0xf9, 0xa1, 0x61, 0xff, 0xf9, 0x9f, 0x62, 0xff, 0xf9, 0x9b, 0x60, 0xff, 0xf7, 0x9c, 0x60, 0xff, 0xf9, 0x9d, 0x63, 0xff, 0xf9, 0xa4, 0x62, 0xff, 0xf9, 0xae, 0x62, 0xff, 0xf9, 0xb1, 0x66, 0xff, 0xf7, 0xad, 0x64, 0xff, 0xf1, 0x9f, 0x55, 0xff, 0xf8, 0xa6, 0x58, 0xff, 0xf7, 0xa4, 0x5a, 0xff, 0xf6, 0xa4, 0x5b, 0xff, 0xf9, 0xa6, 0x62, 0xff, 0xf8, 0xa5, 0x62, 0xff, 0xf8, 0xa6, 0x65, 0xff, 0xf5, 0xa4, 0x62, 0xff, 0xf3, 0xa5, 0x64, 0xff, 0xf4, 0xa5, 0x5d, 0xff, 0xf7, 0xa0, 0x61, 0xff, 0xf5, 0xa4, 0x65, 0xff, 0xf7, 0xa5, 0x60, 0xff, 0xf7, 0xa4, 0x61, 0xff, 0xf6, 0xa1, 0x5f, 0xff, 0xf6, 0xa0, 0x59, 0xff, 0xf3, 0x9d, 0x56, 0xff, 0xf0, 0xa0, 0x54, 0xff, 0xed, 0x9f, 0x54, 0xff, 0xf4, 0xa5, 0x55, 0xff, 0xf0, 0xa5, 0x53, 0xff, 0xf1, 0xa8, 0x5b, 0xff, 0xf4, 0xab, 0x63, 0xff, 0xf2, 0xae, 0x68, 0xff, 0xf5, 0xb3, 0x6f, 0xff, 0xf9, 0xb2, 0x6f, 0xff, 0xf8, 0xb2, 0x6d, 0xff, 0xf9, 0xb6, 0x72, 0xff, 0xf9, 0xb3, 0x71, 0xff, 0xf8, 0xb1, 0x71, 0xff, 0xf8, 0xb0, 0x6f, 0xff, 0xf9, 0xab, 0x69, 0xff, 0xf7, 0xa7, 0x67, 0xff, 0xf1, 0xa3, 0x67, 0xff, 0xe6, 0x9d, 0x62, 0xff, 0xda, 0x99, 0x5e, 0xff, 0xd0, 0x93, 0x5b, 0xff, 0xc8, 0x8b, 0x56, 0xff, 0xc2, 0x88, 0x52, 0xff, 0xc0, 0x85, 0x4f, 0xff, 0xbc, 0x81, 0x4c, 0xff, 0xb7, 0x7d, 0x4b, 0xff, 0xb5, 0x79, 0x49, 0xff, 0xb2, 0x78, 0x48, 0xff, 0xae, 0x75, 0x43, 0xff, 0xa8, 0x6d, 0x3d, 0xff, 0xa4, 0x66, 0x39, 0xff, 0xa2, 0x65, 0x39, 0xff, 0x9e, 0x61, 0x36, 0xff, 0x9a, 0x5d, 0x31, 0xff, 0x99, 0x59, 0x2f, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x8e, 0x51, 0x2a, 0xff, 0x93, 0x58, 0x30, 0xff, 0xa1, 0x65, 0x3b, 0xff, 0xa2, 0x65, 0x3a, 0xff, 0x9c, 0x5c, 0x35, 0xff, 0x97, 0x57, 0x31, 0xff, 0x93, 0x55, 0x2e, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x85, 0x44, 0x27, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x7b, 0x3c, 0x22, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x73, 0x35, 0x1b, 0xff, 0x70, 0x34, 0x16, 0xff, 0x6d, 0x31, 0x14, 0xff, 0x69, 0x2e, 0x14, 0xff, 0x67, 0x2d, 0x12, 0xff, 0x65, 0x2a, 0x0e, 0xff, 0x64, 0x29, 0x0d, 0xff, 0x60, 0x27, 0x0b, 0xff, 0x59, 0x26, 0x08, 0xff, 0x56, 0x23, 0x07, 0xff, 0x55, 0x1e, 0x05, 0xff, 0x53, 0x1a, 0x04, 0xff, 0x52, 0x1c, 0x04, 0xff, 0x52, 0x1e, 0x04, 0xff, 0x53, 0x1f, 0x04, 0xff, 0x54, 0x20, 0x04, 0xff, 0x55, 0x21, 0x04, 0xff, 0x52, 0x20, 0x04, 0xff, 0x54, 0x1e, 0x04, 0xff, 0x57, 0x20, 0x04, 0xff, 0x5d, 0x23, 0x04, 0xff, 0x60, 0x25, 0x04, 0xff, 0x61, 0x27, 0x06, 0xff, 0x64, 0x28, 0x07, 0xff, 0x67, 0x2b, 0x0a, 0xff, 0x6b, 0x2c, 0x0b, 0xff, 0x6f, 0x2f, 0x0e, 0xff, 0x71, 0x32, 0x12, 0xff, 0x76, 0x34, 0x14, 0xff, 0x78, 0x38, 0x17, 0xff, 0x7c, 0x3c, 0x1b, 0xff, 0x79, 0x38, 0x19, 0xff, 0x9f, 0x5e, 0x33, 0xff, 0xab, 0x68, 0x39, 0xff, 0xa8, 0x65, 0x36, 0xff, 0xa7, 0x64, 0x35, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xa4, 0x62, 0x38, 0xff, 0xa4, 0x62, 0x38, 0xff, 0xa5, 0x63, 0x38, 0xff, 0xa7, 0x65, 0x39, 0xff, 0xa6, 0x63, 0x39, 0xff, 0xa4, 0x62, 0x34, 0xff, 0xa7, 0x65, 0x39, 0xff, 0xab, 0x6a, 0x3c, 0xff, 0xaa, 0x6e, 0x40, 0xff, 0xaa, 0x70, 0x47, 0xff, 0xaa, 0x70, 0x4a, 0xff, 0xb2, 0x77, 0x4b, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xaa, 0x65, 0x36, 0xff, 0xa8, 0x63, 0x35, 0xff, 0xab, 0x66, 0x39, 0xff, 0xab, 0x67, 0x38, 0xff, 0xa7, 0x61, 0x34, 0xff, 0xa8, 0x63, 0x37, 0xff, 0xaa, 0x67, 0x39, 0xff, 0xb1, 0x6d, 0x3f, 0xff, 0x90, 0x4f, 0x2e, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8d, 0x4d, 0x2d, 0xff, 0x81, 0x41, 0x23, 0xff, 0x7e, 0x3e, 0x23, 0xff, 0x7d, 0x3d, 0x21, 0xff, 0x7b, 0x3a, 0x21, 0xff, 0x7b, 0x3a, 0x22, 0xff, 0x7c, 0x3b, 0x21, 0xff, 0x79, 0x37, 0x21, 0xff, 0x78, 0x39, 0x1f, 0xff, 0x76, 0x38, 0x1d, 0xff, 0x74, 0x35, 0x1d, 0xff, 0x73, 0x35, 0x1a, 0xff, 0x72, 0x34, 0x1a, 0xff, 0x72, 0x32, 0x18, 0xff, 0x70, 0x34, 0x17, 0xff, 0x71, 0x32, 0x17, 0xff, 0x6e, 0x30, 0x17, 0xff, 0x6f, 0x2f, 0x17, 0xff, 0x6d, 0x2d, 0x17, 0xff, 0x6b, 0x2f, 0x17, 0xff, 0x6e, 0x33, 0x17, 0xff, 0x6f, 0x31, 0x17, 0xff, 0x6e, 0x2f, 0x17, 0xff, 0x6f, 0x2f, 0x14, 0xff, 0x6f, 0x2f, 0x14, 0xff, 0x71, 0x32, 0x17, 0xff, 0x77, 0x36, 0x1a, 0xff, 0x74, 0x33, 0x17, 0xff, 0x7c, 0x3b, 0x21, 0xff, 0x80, 0x3f, 0x26, 0xff, 0x7e, 0x3d, 0x24, 0xff, 0x7c, 0x3c, 0x24, 0xff, 0x7b, 0x3b, 0x23, 0xff, 0x79, 0x3a, 0x23, 0xff, 0x76, 0x36, 0x1f, 0xff, 0x74, 0x35, 0x1b, 0xff, 0x6c, 0x2e, 0x14, 0xff, 0x66, 0x2c, 0x11, 0xff, 0x64, 0x28, 0x0d, 0xff, 0x64, 0x28, 0x0e, 0xff, - 0x62, 0x26, 0x0c, 0xff, 0x60, 0x26, 0x0b, 0xff, 0x5c, 0x22, 0x09, 0xff, 0x5b, 0x24, 0x07, 0xff, 0x5a, 0x21, 0x07, 0xff, 0x5a, 0x20, 0x05, 0xff, 0x57, 0x20, 0x06, 0xff, 0x54, 0x21, 0x04, 0xff, 0x52, 0x1a, 0x04, 0xff, 0x52, 0x1d, 0x04, 0xff, 0x52, 0x1f, 0x04, 0xff, 0x52, 0x1e, 0x04, 0xff, 0x56, 0x19, 0x04, 0xff, 0x56, 0x1d, 0x04, 0xff, 0x5a, 0x21, 0x04, 0xff, 0x5c, 0x24, 0x06, 0xff, 0x5e, 0x24, 0x04, 0xff, 0x5e, 0x24, 0x06, 0xff, 0x58, 0x21, 0x04, 0xff, 0x5a, 0x23, 0x07, 0xff, 0x59, 0x21, 0x04, 0xff, 0x59, 0x23, 0x06, 0xff, 0x5e, 0x21, 0x06, 0xff, 0x5e, 0x24, 0x06, 0xff, 0x60, 0x26, 0x07, 0xff, 0x64, 0x27, 0x0b, 0xff, 0x69, 0x29, 0x0b, 0xff, 0x6b, 0x2c, 0x0b, 0xff, 0x6d, 0x2c, 0x11, 0xff, 0x71, 0x30, 0x11, 0xff, 0x76, 0x34, 0x14, 0xff, 0x75, 0x34, 0x12, 0xff, 0x78, 0x36, 0x13, 0xff, 0x7d, 0x3b, 0x16, 0xff, 0x83, 0x3e, 0x1d, 0xff, 0x89, 0x44, 0x21, 0xff, 0x8d, 0x48, 0x23, 0xff, 0x91, 0x4b, 0x24, 0xff, 0x8d, 0x47, 0x23, 0xff, 0x93, 0x4e, 0x26, 0xff, 0x99, 0x54, 0x28, 0xff, 0x9e, 0x5b, 0x2c, 0xff, 0xa0, 0x5c, 0x2e, 0xff, 0xa4, 0x5f, 0x30, 0xff, 0xaa, 0x65, 0x34, 0xff, 0xad, 0x6b, 0x37, 0xff, 0xb3, 0x6e, 0x35, 0xff, 0xb8, 0x70, 0x38, 0xff, 0xba, 0x73, 0x3c, 0xff, 0xc0, 0x78, 0x41, 0xff, 0xc8, 0x7f, 0x44, 0xff, 0xd4, 0x85, 0x47, 0xff, 0xd9, 0x87, 0x49, 0xff, 0xde, 0x8d, 0x4c, 0xff, 0xf0, 0x92, 0x55, 0xff, 0xfb, 0x9d, 0x5b, 0xff, 0xf8, 0xa0, 0x5f, 0xff, 0xf9, 0xa2, 0x61, 0xff, 0xf9, 0xa2, 0x63, 0xff, 0xf9, 0xa0, 0x62, 0xff, 0xf9, 0x9d, 0x61, 0xff, 0xf9, 0x9c, 0x62, 0xff, 0xf7, 0x9c, 0x61, 0xff, 0xf6, 0x9a, 0x60, 0xff, 0xf6, 0xa0, 0x5e, 0xff, 0xf9, 0xa9, 0x61, 0xff, 0xf7, 0xae, 0x63, 0xff, 0xf7, 0xb5, 0x68, 0xff, 0xf5, 0xb0, 0x65, 0xff, 0xf3, 0x9f, 0x56, 0xff, 0xf6, 0xa4, 0x5a, 0xff, 0xf5, 0xa5, 0x5e, 0xff, 0xf7, 0xa6, 0x60, 0xff, 0xf8, 0xa7, 0x61, 0xff, 0xf8, 0xa6, 0x61, 0xff, 0xf8, 0xa2, 0x62, 0xff, 0xf4, 0xa1, 0x5d, 0xff, 0xf1, 0xa4, 0x5a, 0xff, 0xf7, 0xa3, 0x62, 0xff, 0xf7, 0xa0, 0x61, 0xff, 0xf7, 0xa1, 0x60, 0xff, 0xf7, 0xa6, 0x62, 0xff, 0xf8, 0xa6, 0x63, 0xff, 0xf6, 0x9c, 0x58, 0xff, 0xf1, 0x9c, 0x56, 0xff, 0xec, 0x9e, 0x52, 0xff, 0xef, 0xa2, 0x53, 0xff, 0xf2, 0xa3, 0x56, 0xff, 0xf1, 0xa3, 0x59, 0xff, 0xef, 0xa4, 0x5a, 0xff, 0xec, 0xa8, 0x5f, 0xff, 0xf3, 0xb3, 0x70, 0xff, 0xf5, 0xb9, 0x74, 0xff, 0xf8, 0xb6, 0x76, 0xff, 0xf7, 0xb8, 0x75, 0xff, 0xf6, 0xbb, 0x78, 0xff, 0xf5, 0xba, 0x79, 0xff, 0xf7, 0xba, 0x79, 0xff, 0xf9, 0xb8, 0x76, 0xff, 0xf7, 0xb6, 0x75, 0xff, 0xf6, 0xb2, 0x73, 0xff, 0xf7, 0xad, 0x70, 0xff, 0xf4, 0xaa, 0x6b, 0xff, 0xea, 0xa2, 0x65, 0xff, 0xde, 0x98, 0x60, 0xff, 0xd3, 0x92, 0x5a, 0xff, 0xca, 0x8f, 0x57, 0xff, 0xc5, 0x89, 0x54, 0xff, 0xc0, 0x84, 0x51, 0xff, 0xbb, 0x82, 0x4e, 0xff, 0xb9, 0x7f, 0x4d, 0xff, 0xb7, 0x7b, 0x4a, 0xff, 0xb1, 0x76, 0x45, 0xff, 0xab, 0x6e, 0x3f, 0xff, 0xa8, 0x6b, 0x3c, 0xff, 0xa5, 0x69, 0x3c, 0xff, 0xa1, 0x66, 0x3a, 0xff, 0x9d, 0x61, 0x36, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x97, 0x5a, 0x2f, 0xff, 0x92, 0x53, 0x2c, 0xff, 0x9e, 0x61, 0x3a, 0xff, 0xa8, 0x6c, 0x43, 0xff, 0xa4, 0x65, 0x3a, 0xff, 0x9e, 0x60, 0x36, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x95, 0x55, 0x30, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x87, 0x46, 0x28, 0xff, 0x80, 0x42, 0x25, 0xff, 0x7c, 0x3e, 0x22, 0xff, 0x79, 0x38, 0x20, 0xff, 0x75, 0x35, 0x1c, 0xff, 0x70, 0x33, 0x18, 0xff, 0x6f, 0x31, 0x16, 0xff, 0x6b, 0x30, 0x13, 0xff, 0x68, 0x2e, 0x10, 0xff, 0x66, 0x2c, 0x10, 0xff, 0x61, 0x29, 0x0c, 0xff, 0x5d, 0x26, 0x0b, 0xff, 0x59, 0x25, 0x08, 0xff, 0x57, 0x23, 0x07, 0xff, 0x54, 0x1d, 0x05, 0xff, 0x50, 0x19, 0x04, 0xff, 0x50, 0x19, 0x04, 0xff, 0x52, 0x1c, 0x04, 0xff, 0x52, 0x1c, 0x04, 0xff, 0x52, 0x1c, 0x04, 0xff, 0x52, 0x1c, 0x04, 0xff, 0x53, 0x1d, 0x04, 0xff, 0x53, 0x1d, 0x04, 0xff, 0x55, 0x1e, 0x04, 0xff, 0x55, 0x1d, 0x04, 0xff, 0x58, 0x21, 0x04, 0xff, 0x5b, 0x24, 0x04, 0xff, 0x5f, 0x25, 0x05, 0xff, 0x62, 0x27, 0x05, 0xff, 0x66, 0x29, 0x0a, 0xff, 0x69, 0x2c, 0x0c, 0xff, 0x6c, 0x2e, 0x0c, 0xff, 0x6f, 0x30, 0x11, 0xff, 0x74, 0x35, 0x14, 0xff, 0x77, 0x37, 0x17, 0xff, 0x72, 0x31, 0x11, 0xff, 0xa0, 0x5d, 0x31, 0xff, 0xa7, 0x65, 0x37, 0xff, 0xa1, 0x60, 0x33, 0xff, 0x9f, 0x5c, 0x32, 0xff, 0x9e, 0x5a, 0x30, 0xff, 0x9c, 0x5b, 0x31, 0xff, 0x9c, 0x5a, 0x30, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0x9d, 0x5c, 0x32, 0xff, 0xa0, 0x5f, 0x32, 0xff, 0x9d, 0x5b, 0x30, 0xff, 0x9f, 0x5b, 0x31, 0xff, 0xa2, 0x5f, 0x35, 0xff, 0xa5, 0x66, 0x3a, 0xff, 0xaa, 0x6f, 0x43, 0xff, 0xb0, 0x73, 0x49, 0xff, 0xad, 0x6d, 0x41, 0xff, 0xa7, 0x62, 0x36, 0xff, 0xa2, 0x5f, 0x33, 0xff, 0xa4, 0x5f, 0x34, 0xff, 0xa8, 0x65, 0x37, 0xff, 0xa9, 0x66, 0x39, 0xff, 0xa6, 0x62, 0x36, 0xff, 0xa9, 0x63, 0x36, 0xff, 0xa7, 0x66, 0x3a, 0xff, 0x8c, 0x4b, 0x2c, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8e, 0x4c, 0x2d, 0xff, 0x88, 0x48, 0x29, 0xff, 0x7d, 0x3c, 0x23, 0xff, 0x7a, 0x3a, 0x1f, 0xff, 0x7b, 0x3b, 0x20, 0xff, 0x7c, 0x3c, 0x22, 0xff, 0x7a, 0x38, 0x21, 0xff, 0x79, 0x38, 0x1f, 0xff, 0x77, 0x38, 0x1e, 0xff, 0x75, 0x36, 0x1e, 0xff, 0x73, 0x34, 0x1a, 0xff, 0x71, 0x34, 0x19, 0xff, 0x71, 0x33, 0x16, 0xff, 0x6e, 0x32, 0x17, 0xff, 0x6d, 0x30, 0x14, 0xff, 0x6d, 0x2e, 0x14, 0xff, 0x6c, 0x2c, 0x14, 0xff, 0x68, 0x2d, 0x13, 0xff, 0x69, 0x2b, 0x14, 0xff, 0x6d, 0x2e, 0x15, 0xff, 0x6d, 0x2f, 0x15, 0xff, 0x6b, 0x2c, 0x13, 0xff, 0x6b, 0x2c, 0x13, 0xff, 0x6d, 0x2d, 0x14, 0xff, 0x6a, 0x2c, 0x12, 0xff, 0x6b, 0x2c, 0x13, 0xff, 0x6c, 0x2c, 0x14, 0xff, 0x72, 0x31, 0x17, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x7f, 0x3f, 0x26, 0xff, 0x7c, 0x3c, 0x24, 0xff, 0x7b, 0x3b, 0x23, 0xff, 0x79, 0x3b, 0x21, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x75, 0x36, 0x1c, 0xff, 0x70, 0x33, 0x17, 0xff, 0x6c, 0x2c, 0x14, 0xff, 0x66, 0x2a, 0x10, 0xff, 0x66, 0x28, 0x10, 0xff, 0x63, 0x26, 0x0c, 0xff, - 0x64, 0x27, 0x0d, 0xff, 0x63, 0x27, 0x0a, 0xff, 0x5f, 0x26, 0x0b, 0xff, 0x5d, 0x25, 0x0b, 0xff, 0x59, 0x20, 0x07, 0xff, 0x58, 0x20, 0x06, 0xff, 0x58, 0x21, 0x05, 0xff, 0x55, 0x1f, 0x04, 0xff, 0x53, 0x1d, 0x04, 0xff, 0x52, 0x1e, 0x04, 0xff, 0x54, 0x1c, 0x04, 0xff, 0x52, 0x1b, 0x04, 0xff, 0x56, 0x1e, 0x04, 0xff, 0x57, 0x1f, 0x05, 0xff, 0x5b, 0x20, 0x06, 0xff, 0x5c, 0x25, 0x05, 0xff, 0x5b, 0x21, 0x06, 0xff, 0x54, 0x1b, 0x04, 0xff, 0x54, 0x1e, 0x04, 0xff, 0x53, 0x1a, 0x04, 0xff, 0x53, 0x1a, 0x04, 0xff, 0x56, 0x20, 0x04, 0xff, 0x55, 0x1b, 0x04, 0xff, 0x58, 0x20, 0x05, 0xff, 0x5b, 0x23, 0x05, 0xff, 0x61, 0x26, 0x09, 0xff, 0x66, 0x28, 0x09, 0xff, 0x68, 0x2b, 0x0c, 0xff, 0x6c, 0x2d, 0x0f, 0xff, 0x6f, 0x2f, 0x11, 0xff, 0x71, 0x2f, 0x11, 0xff, 0x77, 0x34, 0x14, 0xff, 0x76, 0x35, 0x12, 0xff, 0x77, 0x33, 0x13, 0xff, 0x7d, 0x38, 0x18, 0xff, 0x83, 0x40, 0x1c, 0xff, 0x89, 0x44, 0x21, 0xff, 0x8e, 0x48, 0x23, 0xff, 0x91, 0x4a, 0x25, 0xff, 0x90, 0x4b, 0x23, 0xff, 0x96, 0x50, 0x28, 0xff, 0x99, 0x55, 0x2a, 0xff, 0x9c, 0x59, 0x2b, 0xff, 0xa0, 0x5d, 0x2d, 0xff, 0xa6, 0x60, 0x30, 0xff, 0xaa, 0x65, 0x32, 0xff, 0xae, 0x6c, 0x34, 0xff, 0xb4, 0x6d, 0x36, 0xff, 0xb8, 0x70, 0x39, 0xff, 0xbc, 0x73, 0x3d, 0xff, 0xc1, 0x78, 0x41, 0xff, 0xc8, 0x7e, 0x44, 0xff, 0xd4, 0x85, 0x48, 0xff, 0xdd, 0x8b, 0x4b, 0xff, 0xee, 0x93, 0x50, 0xff, 0xfa, 0x9c, 0x5a, 0xff, 0xf9, 0xa4, 0x61, 0xff, 0xf9, 0xa9, 0x63, 0xff, 0xf9, 0xa3, 0x63, 0xff, 0xf9, 0xa0, 0x62, 0xff, 0xfa, 0x9e, 0x61, 0xff, 0xfa, 0x9c, 0x61, 0xff, 0xf7, 0x9b, 0x61, 0xff, 0xf4, 0x9a, 0x5e, 0xff, 0xf7, 0xa4, 0x5c, 0xff, 0xf7, 0xa6, 0x5d, 0xff, 0xf8, 0xab, 0x5f, 0xff, 0xf8, 0xac, 0x62, 0xff, 0xf8, 0xb0, 0x69, 0xff, 0xf7, 0xb0, 0x66, 0xff, 0xf4, 0xa3, 0x5a, 0xff, 0xf7, 0xa5, 0x5d, 0xff, 0xf7, 0xa6, 0x5f, 0xff, 0xf7, 0xa4, 0x60, 0xff, 0xf6, 0xa3, 0x60, 0xff, 0xf8, 0xa3, 0x61, 0xff, 0xf6, 0xa3, 0x60, 0xff, 0xf4, 0xa6, 0x5c, 0xff, 0xf8, 0xa2, 0x60, 0xff, 0xf8, 0xa1, 0x64, 0xff, 0xf6, 0xa0, 0x5f, 0xff, 0xf8, 0xa4, 0x63, 0xff, 0xf5, 0xa1, 0x60, 0xff, 0xf1, 0x98, 0x57, 0xff, 0xec, 0x9a, 0x57, 0xff, 0xea, 0x9d, 0x55, 0xff, 0xea, 0x9c, 0x55, 0xff, 0xe8, 0x9c, 0x53, 0xff, 0xea, 0x9e, 0x57, 0xff, 0xee, 0xa8, 0x5f, 0xff, 0xf3, 0xb1, 0x68, 0xff, 0xf2, 0xb9, 0x72, 0xff, 0xf6, 0xbe, 0x79, 0xff, 0xf6, 0xbc, 0x7a, 0xff, 0xf5, 0xc3, 0x7d, 0xff, 0xf7, 0xc7, 0x82, 0xff, 0xf9, 0xca, 0x82, 0xff, 0xf9, 0xc9, 0x80, 0xff, 0xf8, 0xc5, 0x81, 0xff, 0xf7, 0xc4, 0x7d, 0xff, 0xf7, 0xbf, 0x7a, 0xff, 0xf5, 0xb8, 0x77, 0xff, 0xf7, 0xb3, 0x74, 0xff, 0xf6, 0xac, 0x6f, 0xff, 0xf1, 0xa5, 0x69, 0xff, 0xe4, 0x9c, 0x61, 0xff, 0xd6, 0x95, 0x5a, 0xff, 0xcd, 0x90, 0x57, 0xff, 0xc8, 0x8d, 0x56, 0xff, 0xc2, 0x87, 0x55, 0xff, 0xbc, 0x82, 0x51, 0xff, 0xb9, 0x80, 0x51, 0xff, 0xb4, 0x79, 0x49, 0xff, 0xae, 0x71, 0x41, 0xff, 0xab, 0x71, 0x40, 0xff, 0xa7, 0x6e, 0x40, 0xff, 0xa4, 0x69, 0x3e, 0xff, 0xa1, 0x65, 0x38, 0xff, 0x9e, 0x61, 0x35, 0xff, 0x9b, 0x5d, 0x32, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0xa7, 0x6b, 0x40, 0xff, 0xaa, 0x6b, 0x40, 0xff, 0xa6, 0x66, 0x3c, 0xff, 0xa1, 0x62, 0x38, 0xff, 0x9c, 0x5d, 0x33, 0xff, 0x97, 0x57, 0x30, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x8d, 0x4d, 0x2a, 0xff, 0x87, 0x46, 0x28, 0xff, 0x83, 0x44, 0x25, 0xff, 0x7e, 0x42, 0x24, 0xff, 0x7a, 0x3c, 0x21, 0xff, 0x76, 0x36, 0x1d, 0xff, 0x72, 0x34, 0x1a, 0xff, 0x6e, 0x32, 0x16, 0xff, 0x6a, 0x2e, 0x13, 0xff, 0x67, 0x2d, 0x11, 0xff, 0x65, 0x2b, 0x0e, 0xff, 0x61, 0x27, 0x0b, 0xff, 0x5c, 0x25, 0x0b, 0xff, 0x57, 0x25, 0x08, 0xff, 0x55, 0x22, 0x04, 0xff, 0x52, 0x1b, 0x04, 0xff, 0x4e, 0x17, 0x04, 0xff, 0x4e, 0x17, 0x04, 0xff, 0x4e, 0x17, 0x04, 0xff, 0x4f, 0x17, 0x04, 0xff, 0x4e, 0x17, 0x04, 0xff, 0x4e, 0x17, 0x04, 0xff, 0x4f, 0x17, 0x04, 0xff, 0x4f, 0x17, 0x04, 0xff, 0x50, 0x19, 0x04, 0xff, 0x53, 0x1c, 0x04, 0xff, 0x55, 0x1c, 0x04, 0xff, 0x55, 0x1f, 0x04, 0xff, 0x59, 0x21, 0x04, 0xff, 0x5d, 0x22, 0x04, 0xff, 0x60, 0x26, 0x04, 0xff, 0x64, 0x28, 0x07, 0xff, 0x68, 0x2b, 0x0a, 0xff, 0x6c, 0x2f, 0x0c, 0xff, 0x6f, 0x31, 0x0e, 0xff, 0x72, 0x32, 0x10, 0xff, 0x77, 0x35, 0x16, 0xff, 0x9e, 0x5b, 0x30, 0xff, 0xa4, 0x60, 0x33, 0xff, 0x9d, 0x5b, 0x30, 0xff, 0x9a, 0x59, 0x2d, 0xff, 0x99, 0x56, 0x2b, 0xff, 0x9a, 0x55, 0x2b, 0xff, 0x99, 0x55, 0x2c, 0xff, 0x98, 0x54, 0x2d, 0xff, 0x98, 0x55, 0x2d, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x9a, 0x57, 0x2e, 0xff, 0x98, 0x53, 0x2c, 0xff, 0x97, 0x54, 0x2c, 0xff, 0x98, 0x55, 0x2c, 0xff, 0x98, 0x53, 0x2d, 0xff, 0xa6, 0x65, 0x38, 0xff, 0xa9, 0x66, 0x3a, 0xff, 0xa7, 0x63, 0x39, 0xff, 0xa2, 0x5d, 0x34, 0xff, 0x9d, 0x59, 0x30, 0xff, 0x9f, 0x5b, 0x31, 0xff, 0xa5, 0x61, 0x34, 0xff, 0xaa, 0x67, 0x39, 0xff, 0xaa, 0x69, 0x3c, 0xff, 0xab, 0x6a, 0x3c, 0xff, 0x9c, 0x59, 0x32, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x89, 0x49, 0x2b, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x7c, 0x3c, 0x23, 0xff, 0x7a, 0x39, 0x20, 0xff, 0x7d, 0x3b, 0x22, 0xff, 0x7c, 0x39, 0x22, 0xff, 0x79, 0x38, 0x20, 0xff, 0x78, 0x38, 0x1f, 0xff, 0x75, 0x35, 0x1d, 0xff, 0x72, 0x34, 0x1b, 0xff, 0x70, 0x33, 0x17, 0xff, 0x6e, 0x32, 0x17, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x6d, 0x2e, 0x14, 0xff, 0x6b, 0x2b, 0x12, 0xff, 0x6b, 0x2d, 0x14, 0xff, 0x67, 0x2b, 0x12, 0xff, 0x68, 0x2d, 0x12, 0xff, 0x6c, 0x2c, 0x14, 0xff, 0x6b, 0x2d, 0x12, 0xff, 0x6a, 0x2c, 0x11, 0xff, 0x68, 0x2b, 0x0f, 0xff, 0x67, 0x2b, 0x0d, 0xff, 0x68, 0x2b, 0x10, 0xff, 0x67, 0x2b, 0x10, 0xff, 0x67, 0x2c, 0x11, 0xff, 0x68, 0x2a, 0x10, 0xff, 0x68, 0x2b, 0x0e, 0xff, 0x76, 0x38, 0x1f, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7c, 0x3e, 0x24, 0xff, 0x7c, 0x3d, 0x23, 0xff, 0x7c, 0x3c, 0x23, 0xff, 0x77, 0x38, 0x20, 0xff, 0x75, 0x35, 0x1c, 0xff, 0x70, 0x32, 0x18, 0xff, 0x6d, 0x2f, 0x14, 0xff, 0x69, 0x2c, 0x12, 0xff, 0x68, 0x2b, 0x10, 0xff, 0x66, 0x29, 0x0d, 0xff, - 0x64, 0x27, 0x0d, 0xff, 0x63, 0x28, 0x0b, 0xff, 0x62, 0x26, 0x0a, 0xff, 0x5e, 0x26, 0x0b, 0xff, 0x5d, 0x22, 0x07, 0xff, 0x59, 0x23, 0x07, 0xff, 0x5d, 0x22, 0x07, 0xff, 0x5d, 0x24, 0x09, 0xff, 0x58, 0x1f, 0x05, 0xff, 0x57, 0x1f, 0x06, 0xff, 0x56, 0x1c, 0x04, 0xff, 0x55, 0x1d, 0x04, 0xff, 0x57, 0x1f, 0x04, 0xff, 0x59, 0x22, 0x06, 0xff, 0x5b, 0x24, 0x07, 0xff, 0x5c, 0x21, 0x07, 0xff, 0x52, 0x1a, 0x04, 0xff, 0x52, 0x1e, 0x04, 0xff, 0x50, 0x1a, 0x04, 0xff, 0x52, 0x1e, 0x04, 0xff, 0x51, 0x1b, 0x04, 0xff, 0x50, 0x1a, 0x04, 0xff, 0x52, 0x17, 0x04, 0xff, 0x55, 0x1d, 0x04, 0xff, 0x5a, 0x21, 0x06, 0xff, 0x60, 0x25, 0x07, 0xff, 0x64, 0x29, 0x08, 0xff, 0x65, 0x2a, 0x0a, 0xff, 0x6a, 0x2b, 0x0a, 0xff, 0x6d, 0x2c, 0x0e, 0xff, 0x6e, 0x2e, 0x10, 0xff, 0x74, 0x30, 0x10, 0xff, 0x78, 0x32, 0x14, 0xff, 0x77, 0x34, 0x13, 0xff, 0x79, 0x35, 0x13, 0xff, 0x7e, 0x3b, 0x18, 0xff, 0x85, 0x41, 0x1e, 0xff, 0x8a, 0x45, 0x20, 0xff, 0x90, 0x49, 0x24, 0xff, 0x93, 0x4e, 0x27, 0xff, 0x91, 0x4a, 0x25, 0xff, 0x97, 0x51, 0x28, 0xff, 0x9a, 0x58, 0x2a, 0xff, 0x9e, 0x5c, 0x2c, 0xff, 0xa2, 0x5c, 0x2d, 0xff, 0xa8, 0x61, 0x30, 0xff, 0xab, 0x67, 0x34, 0xff, 0xb1, 0x6d, 0x36, 0xff, 0xb7, 0x6d, 0x37, 0xff, 0xb8, 0x70, 0x3a, 0xff, 0xbb, 0x73, 0x3f, 0xff, 0xc3, 0x7a, 0x44, 0xff, 0xca, 0x81, 0x46, 0xff, 0xd9, 0x8a, 0x4b, 0xff, 0xee, 0x92, 0x55, 0xff, 0xf9, 0x9c, 0x5c, 0xff, 0xf9, 0xa6, 0x65, 0xff, 0xf8, 0xad, 0x69, 0xff, 0xf9, 0xaa, 0x66, 0xff, 0xf8, 0xa5, 0x67, 0xff, 0xf1, 0x9d, 0x60, 0xff, 0xf1, 0x98, 0x5f, 0xff, 0xf9, 0x9c, 0x62, 0xff, 0xf3, 0x9d, 0x5b, 0xff, 0xf7, 0xa3, 0x58, 0xff, 0xf8, 0xa4, 0x5b, 0xff, 0xf7, 0xa5, 0x5c, 0xff, 0xf8, 0xa7, 0x5f, 0xff, 0xf8, 0xab, 0x64, 0xff, 0xf8, 0xb0, 0x67, 0xff, 0xf5, 0xad, 0x65, 0xff, 0xf6, 0xa0, 0x59, 0xff, 0xf8, 0xa6, 0x5d, 0xff, 0xf6, 0xa6, 0x5f, 0xff, 0xf9, 0xa5, 0x60, 0xff, 0xf8, 0xa1, 0x62, 0xff, 0xf5, 0x9f, 0x5e, 0xff, 0xf1, 0xa4, 0x5a, 0xff, 0xf4, 0xa6, 0x5f, 0xff, 0xf9, 0xa0, 0x63, 0xff, 0xf8, 0x9d, 0x5e, 0xff, 0xf9, 0xa3, 0x62, 0xff, 0xf4, 0xa2, 0x61, 0xff, 0xeb, 0x9b, 0x5b, 0xff, 0xe6, 0x95, 0x56, 0xff, 0xe6, 0x9b, 0x52, 0xff, 0xe4, 0x9c, 0x51, 0xff, 0xea, 0x9f, 0x56, 0xff, 0xea, 0xa1, 0x5a, 0xff, 0xe8, 0xa4, 0x61, 0xff, 0xec, 0xa8, 0x68, 0xff, 0xf4, 0xba, 0x77, 0xff, 0xf8, 0xc2, 0x7e, 0xff, 0xf6, 0xc1, 0x7f, 0xff, 0xf7, 0xcd, 0x83, 0xff, 0xf9, 0xdb, 0x89, 0xff, 0xf9, 0xdc, 0x89, 0xff, 0xf8, 0xde, 0x8a, 0xff, 0xf9, 0xe1, 0x8c, 0xff, 0xf7, 0xda, 0x89, 0xff, 0xf8, 0xd5, 0x87, 0xff, 0xf8, 0xcd, 0x84, 0xff, 0xf7, 0xc1, 0x7f, 0xff, 0xf8, 0xb8, 0x77, 0xff, 0xf8, 0xb0, 0x71, 0xff, 0xf3, 0xa5, 0x69, 0xff, 0xe7, 0x9c, 0x62, 0xff, 0xdb, 0x99, 0x60, 0xff, 0xd1, 0x94, 0x5c, 0xff, 0xc7, 0x8d, 0x58, 0xff, 0xc6, 0x8c, 0x56, 0xff, 0xbf, 0x85, 0x54, 0xff, 0xb9, 0x7c, 0x4c, 0xff, 0xb3, 0x78, 0x45, 0xff, 0xaf, 0x76, 0x45, 0xff, 0xab, 0x72, 0x45, 0xff, 0xa9, 0x70, 0x42, 0xff, 0xa5, 0x6c, 0x3d, 0xff, 0xa1, 0x66, 0x3b, 0xff, 0x9d, 0x61, 0x36, 0xff, 0xa2, 0x66, 0x39, 0xff, 0xac, 0x6f, 0x42, 0xff, 0xab, 0x6c, 0x41, 0xff, 0xa8, 0x69, 0x3d, 0xff, 0xa4, 0x64, 0x39, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9a, 0x59, 0x30, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x8f, 0x4f, 0x2b, 0xff, 0x8a, 0x48, 0x28, 0xff, 0x86, 0x45, 0x26, 0xff, 0x82, 0x42, 0x25, 0xff, 0x7d, 0x3d, 0x21, 0xff, 0x78, 0x38, 0x1e, 0xff, 0x74, 0x35, 0x1d, 0xff, 0x70, 0x34, 0x17, 0xff, 0x6c, 0x2e, 0x14, 0xff, 0x68, 0x2c, 0x13, 0xff, 0x65, 0x2a, 0x0f, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x5c, 0x25, 0x0b, 0xff, 0x58, 0x25, 0x07, 0xff, 0x53, 0x22, 0x04, 0xff, 0x52, 0x17, 0x04, 0xff, 0x4f, 0x17, 0x04, 0xff, 0x4b, 0x17, 0x04, 0xff, 0x48, 0x14, 0x04, 0xff, 0x4a, 0x17, 0x04, 0xff, 0x4b, 0x18, 0x04, 0xff, 0x4c, 0x18, 0x04, 0xff, 0x4c, 0x18, 0x04, 0xff, 0x4c, 0x18, 0x04, 0xff, 0x4e, 0x16, 0x04, 0xff, 0x50, 0x17, 0x04, 0xff, 0x51, 0x18, 0x04, 0xff, 0x52, 0x1c, 0x04, 0xff, 0x53, 0x1d, 0x04, 0xff, 0x57, 0x1e, 0x04, 0xff, 0x59, 0x23, 0x04, 0xff, 0x5d, 0x25, 0x04, 0xff, 0x62, 0x27, 0x05, 0xff, 0x66, 0x2a, 0x07, 0xff, 0x6b, 0x2c, 0x0c, 0xff, 0x6d, 0x2f, 0x0e, 0xff, 0x79, 0x38, 0x1a, 0xff, 0x9d, 0x5a, 0x30, 0xff, 0xa0, 0x5f, 0x31, 0xff, 0x9b, 0x57, 0x2d, 0xff, 0x99, 0x54, 0x2b, 0xff, 0x95, 0x52, 0x29, 0xff, 0x95, 0x50, 0x29, 0xff, 0x94, 0x50, 0x2a, 0xff, 0x95, 0x50, 0x2a, 0xff, 0x97, 0x52, 0x2c, 0xff, 0x98, 0x55, 0x2d, 0xff, 0x98, 0x54, 0x2d, 0xff, 0x93, 0x51, 0x2b, 0xff, 0x91, 0x4f, 0x28, 0xff, 0x90, 0x4c, 0x28, 0xff, 0x96, 0x51, 0x2b, 0xff, 0x9e, 0x5a, 0x30, 0xff, 0x9c, 0x57, 0x2f, 0xff, 0x9c, 0x57, 0x2f, 0xff, 0x9a, 0x55, 0x2e, 0xff, 0x99, 0x54, 0x2d, 0xff, 0x9a, 0x55, 0x2e, 0xff, 0x9f, 0x5b, 0x31, 0xff, 0xa7, 0x62, 0x38, 0xff, 0xa9, 0x67, 0x3a, 0xff, 0xae, 0x6d, 0x3d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x89, 0x4a, 0x2a, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x7f, 0x40, 0x23, 0xff, 0x7b, 0x3a, 0x22, 0xff, 0x79, 0x38, 0x1f, 0xff, 0x7a, 0x37, 0x20, 0xff, 0x78, 0x36, 0x20, 0xff, 0x75, 0x35, 0x1c, 0xff, 0x71, 0x32, 0x19, 0xff, 0x6f, 0x33, 0x17, 0xff, 0x6e, 0x30, 0x17, 0xff, 0x6e, 0x2f, 0x17, 0xff, 0x6a, 0x2e, 0x14, 0xff, 0x68, 0x2d, 0x12, 0xff, 0x67, 0x2d, 0x11, 0xff, 0x69, 0x2b, 0x12, 0xff, 0x67, 0x2b, 0x11, 0xff, 0x6a, 0x2e, 0x11, 0xff, 0x6a, 0x2b, 0x11, 0xff, 0x6a, 0x2c, 0x11, 0xff, 0x66, 0x29, 0x11, 0xff, 0x65, 0x27, 0x0d, 0xff, 0x67, 0x2b, 0x11, 0xff, 0x65, 0x28, 0x11, 0xff, 0x67, 0x28, 0x0e, 0xff, 0x65, 0x28, 0x0e, 0xff, 0x65, 0x27, 0x0e, 0xff, 0x63, 0x26, 0x0c, 0xff, 0x73, 0x35, 0x1f, 0xff, 0x7f, 0x3f, 0x26, 0xff, 0x7e, 0x3f, 0x26, 0xff, 0x7e, 0x40, 0x24, 0xff, 0x7d, 0x3f, 0x24, 0xff, 0x78, 0x38, 0x21, 0xff, 0x75, 0x35, 0x1e, 0xff, 0x72, 0x33, 0x18, 0xff, 0x6d, 0x2f, 0x14, 0xff, 0x6d, 0x2c, 0x13, 0xff, 0x69, 0x2b, 0x10, 0xff, 0x67, 0x2b, 0x11, 0xff, - 0x67, 0x2a, 0x0d, 0xff, 0x65, 0x28, 0x0d, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x5e, 0x25, 0x0a, 0xff, 0x5e, 0x24, 0x06, 0xff, 0x5d, 0x24, 0x0a, 0xff, 0x5e, 0x25, 0x0a, 0xff, 0x5e, 0x24, 0x07, 0xff, 0x61, 0x27, 0x0b, 0xff, 0x5e, 0x24, 0x08, 0xff, 0x58, 0x20, 0x07, 0xff, 0x5a, 0x23, 0x07, 0xff, 0x5a, 0x23, 0x06, 0xff, 0x5a, 0x23, 0x06, 0xff, 0x5e, 0x24, 0x07, 0xff, 0x53, 0x1a, 0x04, 0xff, 0x51, 0x19, 0x04, 0xff, 0x52, 0x1f, 0x04, 0xff, 0x52, 0x16, 0x04, 0xff, 0x51, 0x16, 0x04, 0xff, 0x50, 0x17, 0x04, 0xff, 0x50, 0x17, 0x04, 0xff, 0x50, 0x19, 0x04, 0xff, 0x54, 0x1c, 0x04, 0xff, 0x59, 0x20, 0x06, 0xff, 0x5e, 0x24, 0x07, 0xff, 0x60, 0x27, 0x08, 0xff, 0x64, 0x29, 0x0a, 0xff, 0x65, 0x29, 0x0d, 0xff, 0x6b, 0x2d, 0x0d, 0xff, 0x6e, 0x2c, 0x0f, 0xff, 0x6f, 0x2d, 0x11, 0xff, 0x75, 0x31, 0x11, 0xff, 0x78, 0x36, 0x14, 0xff, 0x78, 0x34, 0x14, 0xff, 0x7b, 0x37, 0x16, 0xff, 0x81, 0x3e, 0x1a, 0xff, 0x86, 0x41, 0x22, 0xff, 0x8a, 0x46, 0x23, 0xff, 0x91, 0x4c, 0x25, 0xff, 0x95, 0x4f, 0x27, 0xff, 0x92, 0x4f, 0x27, 0xff, 0x95, 0x54, 0x2a, 0xff, 0x99, 0x59, 0x2c, 0xff, 0xa0, 0x5e, 0x2d, 0xff, 0xa4, 0x5f, 0x2e, 0xff, 0xa8, 0x62, 0x32, 0xff, 0xaf, 0x6b, 0x36, 0xff, 0xb2, 0x6e, 0x37, 0xff, 0xb5, 0x6e, 0x3a, 0xff, 0xba, 0x72, 0x3d, 0xff, 0xc1, 0x78, 0x42, 0xff, 0xc5, 0x7e, 0x45, 0xff, 0xd1, 0x86, 0x4a, 0xff, 0xe5, 0x91, 0x53, 0xff, 0xf5, 0x9d, 0x5e, 0xff, 0xf9, 0xa8, 0x67, 0xff, 0xf8, 0xaf, 0x70, 0xff, 0xf0, 0xaa, 0x6c, 0xff, 0xe7, 0x9a, 0x60, 0xff, 0xe7, 0x98, 0x5f, 0xff, 0xed, 0x98, 0x60, 0xff, 0xfa, 0x9f, 0x64, 0xff, 0xf6, 0xa0, 0x5f, 0xff, 0xf8, 0xa5, 0x5c, 0xff, 0xf8, 0xa4, 0x5a, 0xff, 0xf8, 0xa4, 0x5b, 0xff, 0xf8, 0xa6, 0x5e, 0xff, 0xf7, 0xac, 0x62, 0xff, 0xf6, 0xad, 0x67, 0xff, 0xf9, 0xb0, 0x6b, 0xff, 0xf8, 0xb0, 0x6a, 0xff, 0xf5, 0xa3, 0x5c, 0xff, 0xf8, 0xa2, 0x5e, 0xff, 0xf7, 0xa3, 0x5f, 0xff, 0xf5, 0xa0, 0x5e, 0xff, 0xf5, 0xa0, 0x5e, 0xff, 0xee, 0xa0, 0x59, 0xff, 0xed, 0xa0, 0x58, 0xff, 0xf6, 0xa3, 0x64, 0xff, 0xf8, 0xa0, 0x61, 0xff, 0xf9, 0xa0, 0x63, 0xff, 0xf6, 0xa1, 0x65, 0xff, 0xec, 0x9c, 0x5c, 0xff, 0xe7, 0x95, 0x55, 0xff, 0xe7, 0x9d, 0x57, 0xff, 0xe5, 0x9f, 0x54, 0xff, 0xe3, 0x9c, 0x55, 0xff, 0xe6, 0xa1, 0x5b, 0xff, 0xed, 0xa6, 0x63, 0xff, 0xf6, 0xb1, 0x6c, 0xff, 0xf2, 0xb8, 0x73, 0xff, 0xf4, 0xbf, 0x7c, 0xff, 0xf8, 0xc5, 0x85, 0xff, 0xf7, 0xd0, 0x8a, 0xff, 0xf9, 0xe2, 0x8f, 0xff, 0xf8, 0xf1, 0x97, 0xff, 0xf5, 0xf4, 0x99, 0xff, 0xf0, 0xf1, 0x97, 0xff, 0xf3, 0xef, 0x98, 0xff, 0xf5, 0xee, 0x95, 0xff, 0xf6, 0xe5, 0x8d, 0xff, 0xf7, 0xd0, 0x87, 0xff, 0xf8, 0xc6, 0x83, 0xff, 0xf8, 0xbb, 0x7b, 0xff, 0xf9, 0xb3, 0x72, 0xff, 0xf5, 0xa8, 0x6a, 0xff, 0xef, 0xa1, 0x66, 0xff, 0xe6, 0x9f, 0x64, 0xff, 0xd8, 0x99, 0x60, 0xff, 0xcd, 0x91, 0x5b, 0xff, 0xc4, 0x88, 0x56, 0xff, 0xbd, 0x82, 0x4e, 0xff, 0xb8, 0x7e, 0x4b, 0xff, 0xb4, 0x7d, 0x4c, 0xff, 0xad, 0x76, 0x47, 0xff, 0xa5, 0x6c, 0x42, 0xff, 0xa1, 0x67, 0x3d, 0xff, 0x9d, 0x63, 0x3a, 0xff, 0x99, 0x5f, 0x38, 0xff, 0xa6, 0x68, 0x3f, 0xff, 0xaf, 0x71, 0x44, 0xff, 0xab, 0x6d, 0x40, 0xff, 0xa9, 0x6a, 0x3f, 0xff, 0xa5, 0x66, 0x3b, 0xff, 0x9f, 0x60, 0x36, 0xff, 0x9b, 0x5b, 0x31, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x92, 0x51, 0x2b, 0xff, 0x8d, 0x4c, 0x28, 0xff, 0x88, 0x47, 0x27, 0xff, 0x84, 0x43, 0x25, 0xff, 0x7f, 0x3e, 0x22, 0xff, 0x7a, 0x3b, 0x1f, 0xff, 0x76, 0x38, 0x1c, 0xff, 0x73, 0x34, 0x19, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x68, 0x2d, 0x12, 0xff, 0x66, 0x2a, 0x0d, 0xff, 0x61, 0x28, 0x0b, 0xff, 0x5e, 0x25, 0x09, 0xff, 0x58, 0x23, 0x06, 0xff, 0x53, 0x1e, 0x05, 0xff, 0x52, 0x19, 0x04, 0xff, 0x51, 0x17, 0x04, 0xff, 0x4a, 0x16, 0x04, 0xff, 0x47, 0x17, 0x04, 0xff, 0x47, 0x15, 0x04, 0xff, 0x47, 0x14, 0x04, 0xff, 0x47, 0x16, 0x04, 0xff, 0x47, 0x16, 0x04, 0xff, 0x47, 0x14, 0x04, 0xff, 0x4a, 0x17, 0x04, 0xff, 0x4b, 0x17, 0x04, 0xff, 0x4c, 0x17, 0x04, 0xff, 0x4e, 0x17, 0x04, 0xff, 0x50, 0x1a, 0x04, 0xff, 0x52, 0x1a, 0x04, 0xff, 0x57, 0x1d, 0x04, 0xff, 0x59, 0x21, 0x04, 0xff, 0x5c, 0x24, 0x04, 0xff, 0x60, 0x25, 0x04, 0xff, 0x66, 0x27, 0x07, 0xff, 0x6a, 0x2a, 0x0b, 0xff, 0x7b, 0x39, 0x1b, 0xff, 0x9a, 0x59, 0x2f, 0xff, 0x9f, 0x5e, 0x31, 0xff, 0x99, 0x54, 0x2b, 0xff, 0x96, 0x52, 0x29, 0xff, 0x93, 0x50, 0x29, 0xff, 0x92, 0x50, 0x28, 0xff, 0x93, 0x50, 0x29, 0xff, 0x95, 0x50, 0x2b, 0xff, 0x97, 0x53, 0x2c, 0xff, 0x96, 0x52, 0x2b, 0xff, 0x96, 0x50, 0x2a, 0xff, 0x91, 0x4f, 0x28, 0xff, 0x8e, 0x4d, 0x27, 0xff, 0x8c, 0x48, 0x26, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x97, 0x52, 0x2c, 0xff, 0x94, 0x50, 0x2a, 0xff, 0x94, 0x50, 0x29, 0xff, 0x94, 0x4e, 0x29, 0xff, 0x94, 0x50, 0x29, 0xff, 0x95, 0x51, 0x2b, 0xff, 0x98, 0x53, 0x2d, 0xff, 0x9b, 0x56, 0x2f, 0xff, 0xa4, 0x5f, 0x34, 0xff, 0xa7, 0x64, 0x3a, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x8a, 0x49, 0x29, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x82, 0x43, 0x26, 0xff, 0x7a, 0x3b, 0x20, 0xff, 0x77, 0x37, 0x1f, 0xff, 0x78, 0x37, 0x1f, 0xff, 0x77, 0x38, 0x1d, 0xff, 0x74, 0x34, 0x1c, 0xff, 0x70, 0x32, 0x19, 0xff, 0x6d, 0x31, 0x17, 0xff, 0x6d, 0x2f, 0x14, 0xff, 0x69, 0x2e, 0x14, 0xff, 0x69, 0x2e, 0x14, 0xff, 0x68, 0x2c, 0x14, 0xff, 0x67, 0x2b, 0x11, 0xff, 0x66, 0x2a, 0x0d, 0xff, 0x68, 0x2c, 0x0f, 0xff, 0x6a, 0x2c, 0x11, 0xff, 0x69, 0x2b, 0x11, 0xff, 0x67, 0x2a, 0x11, 0xff, 0x66, 0x28, 0x0e, 0xff, 0x65, 0x27, 0x0d, 0xff, 0x65, 0x28, 0x11, 0xff, 0x65, 0x27, 0x0d, 0xff, 0x63, 0x29, 0x0d, 0xff, 0x63, 0x27, 0x0d, 0xff, 0x63, 0x29, 0x0d, 0xff, 0x61, 0x27, 0x0b, 0xff, 0x72, 0x34, 0x1d, 0xff, 0x80, 0x42, 0x27, 0xff, 0x80, 0x41, 0x27, 0xff, 0x7f, 0x40, 0x28, 0xff, 0x7e, 0x40, 0x25, 0xff, 0x7b, 0x39, 0x21, 0xff, 0x78, 0x38, 0x1e, 0xff, 0x73, 0x33, 0x18, 0xff, 0x71, 0x32, 0x1a, 0xff, 0x6c, 0x2e, 0x14, 0xff, 0x69, 0x2b, 0x13, 0xff, 0x67, 0x2c, 0x0e, 0xff, - 0x68, 0x2b, 0x12, 0xff, 0x66, 0x2b, 0x10, 0xff, 0x63, 0x29, 0x0f, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x5f, 0x24, 0x08, 0xff, 0x5e, 0x24, 0x08, 0xff, 0x5e, 0x25, 0x09, 0xff, 0x5f, 0x25, 0x08, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x63, 0x27, 0x09, 0xff, 0x61, 0x26, 0x07, 0xff, 0x5d, 0x24, 0x05, 0xff, 0x5e, 0x24, 0x05, 0xff, 0x5e, 0x24, 0x06, 0xff, 0x56, 0x20, 0x04, 0xff, 0x53, 0x20, 0x04, 0xff, 0x52, 0x1b, 0x04, 0xff, 0x55, 0x1d, 0x04, 0xff, 0x53, 0x19, 0x04, 0xff, 0x50, 0x1a, 0x04, 0xff, 0x4d, 0x16, 0x04, 0xff, 0x4f, 0x17, 0x04, 0xff, 0x52, 0x1c, 0x04, 0xff, 0x53, 0x20, 0x04, 0xff, 0x57, 0x21, 0x06, 0xff, 0x59, 0x23, 0x08, 0xff, 0x5f, 0x27, 0x0b, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x61, 0x29, 0x11, 0xff, 0x68, 0x2a, 0x0d, 0xff, 0x6b, 0x2c, 0x11, 0xff, 0x6d, 0x2c, 0x11, 0xff, 0x72, 0x2e, 0x11, 0xff, 0x76, 0x32, 0x11, 0xff, 0x78, 0x35, 0x14, 0xff, 0x78, 0x35, 0x14, 0xff, 0x7e, 0x3a, 0x18, 0xff, 0x83, 0x3f, 0x1c, 0xff, 0x88, 0x42, 0x23, 0xff, 0x8c, 0x47, 0x24, 0xff, 0x94, 0x4f, 0x27, 0xff, 0x94, 0x50, 0x29, 0xff, 0x91, 0x4f, 0x29, 0xff, 0x97, 0x55, 0x2c, 0xff, 0x9d, 0x5c, 0x2e, 0xff, 0xa2, 0x5d, 0x2e, 0xff, 0xa7, 0x60, 0x32, 0xff, 0xac, 0x68, 0x35, 0xff, 0xae, 0x6a, 0x37, 0xff, 0xb0, 0x6c, 0x37, 0xff, 0xb4, 0x6f, 0x39, 0xff, 0xbc, 0x75, 0x40, 0xff, 0xc3, 0x7d, 0x44, 0xff, 0xce, 0x86, 0x4a, 0xff, 0xe0, 0x8d, 0x52, 0xff, 0xf1, 0x9a, 0x5c, 0xff, 0xf2, 0xa4, 0x69, 0xff, 0xe7, 0xa2, 0x68, 0xff, 0xd4, 0x96, 0x5d, 0xff, 0xe0, 0x9d, 0x62, 0xff, 0xe3, 0x9d, 0x61, 0xff, 0xeb, 0xa0, 0x64, 0xff, 0xf9, 0xa4, 0x66, 0xff, 0xf3, 0xa5, 0x63, 0xff, 0xf7, 0xac, 0x61, 0xff, 0xf8, 0xa7, 0x5c, 0xff, 0xf7, 0xa4, 0x5b, 0xff, 0xf8, 0xa6, 0x5e, 0xff, 0xf8, 0xaa, 0x62, 0xff, 0xf9, 0xac, 0x64, 0xff, 0xfa, 0xb1, 0x6a, 0xff, 0xf7, 0xb0, 0x69, 0xff, 0xf6, 0xaa, 0x66, 0xff, 0xf7, 0xa4, 0x5e, 0xff, 0xfa, 0xa4, 0x5f, 0xff, 0xf8, 0xa0, 0x60, 0xff, 0xf8, 0xa1, 0x5f, 0xff, 0xf1, 0xa3, 0x5b, 0xff, 0xed, 0xa5, 0x58, 0xff, 0xf1, 0x9f, 0x5f, 0xff, 0xfa, 0xa0, 0x63, 0xff, 0xf8, 0xa2, 0x63, 0xff, 0xf9, 0xa4, 0x63, 0xff, 0xf4, 0x9e, 0x62, 0xff, 0xe7, 0x97, 0x56, 0xff, 0xe7, 0x9d, 0x54, 0xff, 0xe3, 0x9b, 0x54, 0xff, 0xe4, 0x9b, 0x56, 0xff, 0xeb, 0xa5, 0x5e, 0xff, 0xef, 0xa9, 0x67, 0xff, 0xee, 0xad, 0x6e, 0xff, 0xf5, 0xbb, 0x78, 0xff, 0xf8, 0xc3, 0x7f, 0xff, 0xf5, 0xcd, 0x85, 0xff, 0xfa, 0xe3, 0x92, 0xff, 0xf6, 0xed, 0x97, 0xff, 0xef, 0xf4, 0x9c, 0xff, 0xec, 0xf5, 0xa4, 0xff, 0xed, 0xf6, 0xa6, 0xff, 0xea, 0xf5, 0xa5, 0xff, 0xee, 0xf5, 0xa4, 0xff, 0xf1, 0xf3, 0x9c, 0xff, 0xf4, 0xed, 0x96, 0xff, 0xf8, 0xdf, 0x8a, 0xff, 0xf9, 0xcd, 0x82, 0xff, 0xf8, 0xbe, 0x7e, 0xff, 0xf8, 0xb5, 0x77, 0xff, 0xfc, 0xb3, 0x75, 0xff, 0xeb, 0xa6, 0x6c, 0xff, 0xd0, 0x8f, 0x5d, 0xff, 0xc8, 0x8a, 0x59, 0xff, 0xbd, 0x80, 0x53, 0xff, 0xa5, 0x69, 0x40, 0xff, 0x90, 0x53, 0x2f, 0xff, 0x86, 0x47, 0x28, 0xff, 0x85, 0x46, 0x28, 0xff, 0x84, 0x47, 0x29, 0xff, 0x83, 0x46, 0x29, 0xff, 0x81, 0x43, 0x28, 0xff, 0x86, 0x48, 0x2c, 0xff, 0x9f, 0x60, 0x3c, 0xff, 0xac, 0x6c, 0x42, 0xff, 0xa8, 0x68, 0x3e, 0xff, 0xa6, 0x67, 0x3d, 0xff, 0xa2, 0x62, 0x39, 0xff, 0xa0, 0x5f, 0x36, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x9a, 0x5a, 0x32, 0xff, 0x98, 0x56, 0x2f, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x89, 0x48, 0x27, 0xff, 0x84, 0x45, 0x26, 0xff, 0x7d, 0x3e, 0x21, 0xff, 0x78, 0x37, 0x1c, 0xff, 0x75, 0x34, 0x19, 0xff, 0x70, 0x32, 0x16, 0xff, 0x6a, 0x2f, 0x12, 0xff, 0x65, 0x2b, 0x0d, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x5f, 0x25, 0x08, 0xff, 0x59, 0x23, 0x06, 0xff, 0x54, 0x22, 0x05, 0xff, 0x52, 0x1a, 0x04, 0xff, 0x4d, 0x16, 0x04, 0xff, 0x49, 0x16, 0x04, 0xff, 0x47, 0x14, 0x04, 0xff, 0x46, 0x17, 0x04, 0xff, 0x44, 0x18, 0x04, 0xff, 0x45, 0x18, 0x04, 0xff, 0x45, 0x18, 0x04, 0xff, 0x46, 0x16, 0x04, 0xff, 0x46, 0x15, 0x04, 0xff, 0x47, 0x15, 0x04, 0xff, 0x47, 0x15, 0x04, 0xff, 0x49, 0x17, 0x04, 0xff, 0x4b, 0x17, 0x04, 0xff, 0x4d, 0x16, 0x04, 0xff, 0x4f, 0x19, 0x04, 0xff, 0x53, 0x1b, 0x04, 0xff, 0x56, 0x1f, 0x04, 0xff, 0x5b, 0x23, 0x04, 0xff, 0x64, 0x28, 0x08, 0xff, 0x69, 0x2a, 0x07, 0xff, 0x78, 0x38, 0x1a, 0xff, 0x98, 0x58, 0x30, 0xff, 0x9d, 0x5c, 0x30, 0xff, 0x98, 0x55, 0x2b, 0xff, 0x94, 0x4f, 0x29, 0xff, 0x91, 0x4e, 0x28, 0xff, 0x91, 0x4f, 0x28, 0xff, 0x92, 0x50, 0x29, 0xff, 0x96, 0x52, 0x2c, 0xff, 0x98, 0x53, 0x2d, 0xff, 0x97, 0x52, 0x2c, 0xff, 0x96, 0x51, 0x2c, 0xff, 0x91, 0x50, 0x29, 0xff, 0x8d, 0x4a, 0x28, 0xff, 0x8b, 0x47, 0x26, 0xff, 0x98, 0x52, 0x2c, 0xff, 0x97, 0x51, 0x2b, 0xff, 0x93, 0x4e, 0x29, 0xff, 0x92, 0x4f, 0x29, 0xff, 0x90, 0x4d, 0x28, 0xff, 0x90, 0x4b, 0x28, 0xff, 0x90, 0x4c, 0x29, 0xff, 0x93, 0x4f, 0x2a, 0xff, 0x97, 0x53, 0x2c, 0xff, 0x9c, 0x5a, 0x2f, 0xff, 0xa3, 0x61, 0x35, 0xff, 0x8e, 0x4d, 0x2d, 0xff, 0x88, 0x47, 0x29, 0xff, 0x88, 0x48, 0x29, 0xff, 0x89, 0x48, 0x28, 0xff, 0x88, 0x49, 0x29, 0xff, 0x88, 0x48, 0x29, 0xff, 0x87, 0x48, 0x29, 0xff, 0x7a, 0x3a, 0x20, 0xff, 0x77, 0x37, 0x1f, 0xff, 0x76, 0x37, 0x1f, 0xff, 0x76, 0x37, 0x1d, 0xff, 0x74, 0x34, 0x1b, 0xff, 0x71, 0x31, 0x17, 0xff, 0x6c, 0x2f, 0x15, 0xff, 0x6a, 0x2e, 0x14, 0xff, 0x69, 0x2d, 0x14, 0xff, 0x67, 0x2c, 0x13, 0xff, 0x67, 0x2b, 0x10, 0xff, 0x64, 0x29, 0x10, 0xff, 0x66, 0x29, 0x0f, 0xff, 0x6a, 0x2c, 0x12, 0xff, 0x68, 0x2a, 0x11, 0xff, 0x66, 0x29, 0x11, 0xff, 0x64, 0x27, 0x0f, 0xff, 0x62, 0x27, 0x0d, 0xff, 0x65, 0x28, 0x10, 0xff, 0x64, 0x29, 0x0a, 0xff, 0x64, 0x27, 0x0d, 0xff, 0x63, 0x27, 0x0c, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x60, 0x26, 0x0a, 0xff, 0x6f, 0x30, 0x18, 0xff, 0x82, 0x43, 0x28, 0xff, 0x81, 0x42, 0x27, 0xff, 0x80, 0x42, 0x27, 0xff, 0x80, 0x40, 0x25, 0xff, 0x7b, 0x3c, 0x23, 0xff, 0x78, 0x39, 0x20, 0xff, 0x74, 0x33, 0x1a, 0xff, 0x73, 0x32, 0x18, 0xff, 0x6d, 0x30, 0x14, 0xff, 0x6d, 0x2e, 0x14, 0xff, 0x68, 0x2c, 0x14, 0xff, - 0x69, 0x2e, 0x14, 0xff, 0x67, 0x2c, 0x13, 0xff, 0x66, 0x29, 0x0e, 0xff, 0x61, 0x28, 0x0d, 0xff, 0x62, 0x25, 0x0a, 0xff, 0x60, 0x26, 0x09, 0xff, 0x5f, 0x25, 0x09, 0xff, 0x61, 0x28, 0x07, 0xff, 0x63, 0x28, 0x0b, 0xff, 0x64, 0x29, 0x0c, 0xff, 0x65, 0x29, 0x0a, 0xff, 0x65, 0x29, 0x0a, 0xff, 0x63, 0x26, 0x09, 0xff, 0x5a, 0x22, 0x07, 0xff, 0x54, 0x20, 0x04, 0xff, 0x53, 0x1b, 0x04, 0xff, 0x52, 0x1a, 0x04, 0xff, 0x51, 0x19, 0x04, 0xff, 0x51, 0x18, 0x04, 0xff, 0x50, 0x18, 0x04, 0xff, 0x50, 0x18, 0x04, 0xff, 0x4e, 0x16, 0x04, 0xff, 0x52, 0x1c, 0x04, 0xff, 0x54, 0x1f, 0x04, 0xff, 0x58, 0x24, 0x08, 0xff, 0x5c, 0x24, 0x0a, 0xff, 0x5d, 0x27, 0x0b, 0xff, 0x61, 0x28, 0x0d, 0xff, 0x62, 0x29, 0x11, 0xff, 0x66, 0x2c, 0x10, 0xff, 0x68, 0x2b, 0x11, 0xff, 0x6d, 0x2b, 0x11, 0xff, 0x70, 0x2e, 0x11, 0xff, 0x74, 0x2f, 0x11, 0xff, 0x77, 0x34, 0x13, 0xff, 0x78, 0x36, 0x14, 0xff, 0x7a, 0x36, 0x14, 0xff, 0x80, 0x3c, 0x19, 0xff, 0x83, 0x3f, 0x1f, 0xff, 0x88, 0x45, 0x22, 0xff, 0x8f, 0x49, 0x25, 0xff, 0x94, 0x4f, 0x27, 0xff, 0x90, 0x4d, 0x26, 0xff, 0x93, 0x53, 0x2a, 0xff, 0x99, 0x57, 0x2d, 0xff, 0x9d, 0x5a, 0x2d, 0xff, 0xa4, 0x5f, 0x30, 0xff, 0xa7, 0x62, 0x32, 0xff, 0xaa, 0x65, 0x35, 0xff, 0xac, 0x69, 0x37, 0xff, 0xaf, 0x6e, 0x39, 0xff, 0xb9, 0x74, 0x3e, 0xff, 0xc1, 0x7c, 0x44, 0xff, 0xc9, 0x82, 0x47, 0xff, 0xd8, 0x8b, 0x4e, 0xff, 0xe5, 0x94, 0x57, 0xff, 0xd5, 0x92, 0x5a, 0xff, 0xcc, 0x93, 0x5b, 0xff, 0xd4, 0x99, 0x62, 0xff, 0xd9, 0x9c, 0x63, 0xff, 0xdc, 0x9e, 0x66, 0xff, 0xe8, 0x9f, 0x66, 0xff, 0xf5, 0xa5, 0x69, 0xff, 0xed, 0xae, 0x6a, 0xff, 0xf8, 0xb4, 0x68, 0xff, 0xfa, 0xab, 0x62, 0xff, 0xf7, 0xa4, 0x5c, 0xff, 0xf7, 0xa5, 0x5d, 0xff, 0xf7, 0xa9, 0x60, 0xff, 0xf8, 0xab, 0x65, 0xff, 0xf9, 0xad, 0x68, 0xff, 0xf9, 0xb0, 0x6a, 0xff, 0xf7, 0xb1, 0x6b, 0xff, 0xf7, 0xa8, 0x65, 0xff, 0xf9, 0xa1, 0x5c, 0xff, 0xf7, 0xa0, 0x5e, 0xff, 0xf5, 0x9e, 0x5d, 0xff, 0xed, 0x9f, 0x5a, 0xff, 0xe8, 0xa0, 0x56, 0xff, 0xed, 0xa0, 0x5b, 0xff, 0xfb, 0xa1, 0x65, 0xff, 0xf8, 0xa1, 0x61, 0xff, 0xf9, 0xa5, 0x65, 0xff, 0xf3, 0x9f, 0x61, 0xff, 0xea, 0x98, 0x56, 0xff, 0xec, 0x9e, 0x55, 0xff, 0xe7, 0x9e, 0x54, 0xff, 0xeb, 0xa2, 0x5a, 0xff, 0xeb, 0xa5, 0x61, 0xff, 0xeb, 0xaa, 0x67, 0xff, 0xf1, 0xb3, 0x6f, 0xff, 0xf5, 0xbc, 0x79, 0xff, 0xf7, 0xc7, 0x82, 0xff, 0xf7, 0xd7, 0x8c, 0xff, 0xf9, 0xe2, 0x93, 0xff, 0xf2, 0xee, 0x9d, 0xff, 0xed, 0xf6, 0xa7, 0xff, 0xee, 0xf5, 0xaf, 0xff, 0xed, 0xf7, 0xb2, 0xff, 0xef, 0xf6, 0xb3, 0xff, 0xf0, 0xf5, 0xb2, 0xff, 0xed, 0xf6, 0xad, 0xff, 0xeb, 0xf4, 0xa5, 0xff, 0xf2, 0xf4, 0x9d, 0xff, 0xfc, 0xf3, 0x9c, 0xff, 0xf0, 0xd5, 0x8e, 0xff, 0xd3, 0xa7, 0x71, 0xff, 0xbb, 0x81, 0x54, 0xff, 0xa5, 0x68, 0x40, 0xff, 0x96, 0x5d, 0x37, 0xff, 0x90, 0x52, 0x31, 0xff, 0x8c, 0x4c, 0x2d, 0xff, 0x8a, 0x4c, 0x2c, 0xff, 0x8a, 0x4d, 0x2d, 0xff, 0x88, 0x4d, 0x2d, 0xff, 0x88, 0x4c, 0x2d, 0xff, 0x87, 0x4b, 0x2b, 0xff, 0x85, 0x48, 0x29, 0xff, 0x82, 0x45, 0x28, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0xa3, 0x63, 0x3c, 0xff, 0xab, 0x6c, 0x42, 0xff, 0xa8, 0x6a, 0x3f, 0xff, 0xa8, 0x69, 0x3e, 0xff, 0xa6, 0x64, 0x3b, 0xff, 0xa2, 0x60, 0x36, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0x9b, 0x59, 0x32, 0xff, 0x99, 0x57, 0x32, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x92, 0x50, 0x2c, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x8a, 0x49, 0x29, 0xff, 0x84, 0x43, 0x25, 0xff, 0x7c, 0x3c, 0x1f, 0xff, 0x71, 0x33, 0x18, 0xff, 0x6a, 0x2e, 0x12, 0xff, 0x67, 0x2c, 0x0f, 0xff, 0x64, 0x29, 0x0c, 0xff, 0x5f, 0x26, 0x07, 0xff, 0x5a, 0x22, 0x06, 0xff, 0x55, 0x21, 0x05, 0xff, 0x51, 0x1b, 0x04, 0xff, 0x4d, 0x16, 0x04, 0xff, 0x49, 0x16, 0x04, 0xff, 0x47, 0x17, 0x04, 0xff, 0x46, 0x18, 0x04, 0xff, 0x44, 0x17, 0x04, 0xff, 0x44, 0x16, 0x04, 0xff, 0x45, 0x18, 0x04, 0xff, 0x45, 0x19, 0x04, 0xff, 0x46, 0x19, 0x04, 0xff, 0x46, 0x18, 0x04, 0xff, 0x46, 0x18, 0x04, 0xff, 0x46, 0x18, 0x04, 0xff, 0x46, 0x17, 0x04, 0xff, 0x49, 0x17, 0x04, 0xff, 0x4d, 0x16, 0x04, 0xff, 0x50, 0x19, 0x04, 0xff, 0x52, 0x1c, 0x04, 0xff, 0x53, 0x1b, 0x03, 0xff, 0x66, 0x2a, 0x0d, 0xff, 0x67, 0x2a, 0x09, 0xff, 0x72, 0x34, 0x18, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x9b, 0x5c, 0x32, 0xff, 0x97, 0x53, 0x2c, 0xff, 0x91, 0x4f, 0x28, 0xff, 0x90, 0x4c, 0x28, 0xff, 0x92, 0x4e, 0x29, 0xff, 0x94, 0x51, 0x2b, 0xff, 0x97, 0x54, 0x2e, 0xff, 0x98, 0x57, 0x30, 0xff, 0x98, 0x56, 0x30, 0xff, 0x97, 0x55, 0x2e, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x8d, 0x4c, 0x27, 0xff, 0x94, 0x51, 0x2c, 0xff, 0x98, 0x52, 0x2d, 0xff, 0x93, 0x4f, 0x29, 0xff, 0x8f, 0x4c, 0x28, 0xff, 0x8e, 0x4a, 0x28, 0xff, 0x8e, 0x4b, 0x28, 0xff, 0x8e, 0x4a, 0x28, 0xff, 0x8f, 0x4b, 0x27, 0xff, 0x91, 0x4d, 0x29, 0xff, 0x93, 0x4f, 0x2a, 0xff, 0x97, 0x52, 0x2b, 0xff, 0x9e, 0x5a, 0x33, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x86, 0x45, 0x29, 0xff, 0x85, 0x45, 0x28, 0xff, 0x87, 0x47, 0x27, 0xff, 0x86, 0x46, 0x27, 0xff, 0x86, 0x46, 0x28, 0xff, 0x89, 0x48, 0x28, 0xff, 0x7a, 0x3a, 0x21, 0xff, 0x76, 0x38, 0x20, 0xff, 0x74, 0x37, 0x1f, 0xff, 0x75, 0x36, 0x20, 0xff, 0x73, 0x33, 0x1a, 0xff, 0x6d, 0x30, 0x17, 0xff, 0x6b, 0x2e, 0x15, 0xff, 0x69, 0x2e, 0x14, 0xff, 0x67, 0x29, 0x12, 0xff, 0x67, 0x2c, 0x12, 0xff, 0x64, 0x27, 0x0e, 0xff, 0x64, 0x28, 0x0c, 0xff, 0x69, 0x2c, 0x11, 0xff, 0x67, 0x2a, 0x0e, 0xff, 0x65, 0x27, 0x0e, 0xff, 0x64, 0x27, 0x0e, 0xff, 0x64, 0x28, 0x0d, 0xff, 0x64, 0x28, 0x0d, 0xff, 0x64, 0x28, 0x0d, 0xff, 0x64, 0x29, 0x0d, 0xff, 0x63, 0x29, 0x0d, 0xff, 0x61, 0x26, 0x0a, 0xff, 0x61, 0x28, 0x0d, 0xff, 0x60, 0x27, 0x0b, 0xff, 0x60, 0x26, 0x09, 0xff, 0x69, 0x2d, 0x13, 0xff, 0x81, 0x42, 0x27, 0xff, 0x81, 0x42, 0x27, 0xff, 0x82, 0x42, 0x27, 0xff, 0x7d, 0x3d, 0x24, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x77, 0x38, 0x1f, 0xff, 0x76, 0x35, 0x1b, 0xff, 0x75, 0x33, 0x19, 0xff, 0x6e, 0x30, 0x13, 0xff, 0x6e, 0x2f, 0x14, 0xff, 0x6b, 0x2e, 0x13, 0xff, - 0x6d, 0x2e, 0x16, 0xff, 0x67, 0x2b, 0x13, 0xff, 0x66, 0x2a, 0x0e, 0xff, 0x64, 0x27, 0x0d, 0xff, 0x63, 0x27, 0x0d, 0xff, 0x62, 0x26, 0x0d, 0xff, 0x61, 0x26, 0x0a, 0xff, 0x61, 0x26, 0x0a, 0xff, 0x62, 0x27, 0x0a, 0xff, 0x66, 0x29, 0x0c, 0xff, 0x66, 0x29, 0x0d, 0xff, 0x66, 0x28, 0x0c, 0xff, 0x61, 0x27, 0x08, 0xff, 0x57, 0x1e, 0x04, 0xff, 0x51, 0x1e, 0x03, 0xff, 0x51, 0x17, 0x04, 0xff, 0x51, 0x19, 0x04, 0xff, 0x51, 0x19, 0x04, 0xff, 0x51, 0x16, 0x04, 0xff, 0x50, 0x17, 0x04, 0xff, 0x50, 0x17, 0x04, 0xff, 0x51, 0x1b, 0x04, 0xff, 0x54, 0x21, 0x04, 0xff, 0x58, 0x21, 0x06, 0xff, 0x58, 0x23, 0x09, 0xff, 0x5c, 0x26, 0x0a, 0xff, 0x5f, 0x28, 0x0c, 0xff, 0x61, 0x2a, 0x11, 0xff, 0x66, 0x2c, 0x11, 0xff, 0x64, 0x2b, 0x11, 0xff, 0x69, 0x2c, 0x11, 0xff, 0x6c, 0x2e, 0x11, 0xff, 0x6c, 0x2b, 0x11, 0xff, 0x71, 0x2d, 0x11, 0xff, 0x73, 0x30, 0x13, 0xff, 0x76, 0x33, 0x13, 0xff, 0x76, 0x33, 0x14, 0xff, 0x78, 0x35, 0x15, 0xff, 0x7f, 0x3a, 0x19, 0xff, 0x85, 0x40, 0x20, 0xff, 0x87, 0x43, 0x22, 0xff, 0x8e, 0x48, 0x24, 0xff, 0x92, 0x4d, 0x27, 0xff, 0x8e, 0x4c, 0x26, 0xff, 0x95, 0x52, 0x2a, 0xff, 0x9b, 0x57, 0x2b, 0xff, 0x9c, 0x56, 0x2c, 0xff, 0xa0, 0x5b, 0x30, 0xff, 0xa6, 0x62, 0x34, 0xff, 0xa9, 0x67, 0x37, 0xff, 0xab, 0x69, 0x38, 0xff, 0xb3, 0x71, 0x3e, 0xff, 0xbc, 0x7c, 0x45, 0xff, 0xc4, 0x80, 0x48, 0xff, 0xcd, 0x85, 0x4b, 0xff, 0xcb, 0x83, 0x4c, 0xff, 0xc6, 0x87, 0x51, 0xff, 0xcb, 0x92, 0x5c, 0xff, 0xcd, 0x95, 0x5e, 0xff, 0xd4, 0x96, 0x63, 0xff, 0xd9, 0x99, 0x66, 0xff, 0xe3, 0x9d, 0x67, 0xff, 0xee, 0xa2, 0x6b, 0xff, 0xf0, 0xb4, 0x71, 0xff, 0xfa, 0xc1, 0x72, 0xff, 0xf8, 0xb4, 0x69, 0xff, 0xf9, 0xab, 0x5e, 0xff, 0xf9, 0xa5, 0x5f, 0xff, 0xfa, 0xa5, 0x61, 0xff, 0xfa, 0xaa, 0x66, 0xff, 0xf9, 0xb0, 0x69, 0xff, 0xfa, 0xb0, 0x69, 0xff, 0xf8, 0xae, 0x6c, 0xff, 0xf8, 0xac, 0x6b, 0xff, 0xf7, 0xa3, 0x62, 0xff, 0xf9, 0xa0, 0x5d, 0xff, 0xf3, 0x9b, 0x5b, 0xff, 0xed, 0x9a, 0x5a, 0xff, 0xe4, 0x9c, 0x56, 0xff, 0xea, 0x9f, 0x56, 0xff, 0xf1, 0xa2, 0x5e, 0xff, 0xf9, 0xa2, 0x64, 0xff, 0xf8, 0xa3, 0x64, 0xff, 0xf4, 0xa3, 0x63, 0xff, 0xeb, 0x98, 0x55, 0xff, 0xec, 0x9c, 0x53, 0xff, 0xed, 0x9e, 0x58, 0xff, 0xec, 0x9d, 0x5c, 0xff, 0xeb, 0xa5, 0x62, 0xff, 0xef, 0xaa, 0x6b, 0xff, 0xf4, 0xae, 0x71, 0xff, 0xf8, 0xbb, 0x76, 0xff, 0xf9, 0xcc, 0x81, 0xff, 0xfa, 0xda, 0x8c, 0xff, 0xf7, 0xe8, 0x97, 0xff, 0xf2, 0xfa, 0xa2, 0xff, 0xec, 0xf6, 0xab, 0xff, 0xef, 0xf6, 0xb9, 0xff, 0xf5, 0xf7, 0xc2, 0xff, 0xf3, 0xf6, 0xbf, 0xff, 0xf2, 0xf5, 0xbd, 0xff, 0xf3, 0xf7, 0xbb, 0xff, 0xfa, 0xfb, 0xbf, 0xff, 0xe4, 0xdc, 0xac, 0xff, 0xa9, 0x89, 0x60, 0xff, 0x92, 0x5c, 0x34, 0xff, 0x94, 0x5d, 0x3a, 0xff, 0x92, 0x58, 0x35, 0xff, 0x92, 0x55, 0x33, 0xff, 0x93, 0x56, 0x34, 0xff, 0x92, 0x55, 0x33, 0xff, 0x90, 0x53, 0x31, 0xff, 0x8d, 0x50, 0x2e, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x88, 0x4e, 0x2c, 0xff, 0x88, 0x4d, 0x2d, 0xff, 0x87, 0x4a, 0x2b, 0xff, 0x85, 0x47, 0x29, 0xff, 0x81, 0x44, 0x27, 0xff, 0x91, 0x53, 0x31, 0xff, 0xa8, 0x69, 0x40, 0xff, 0xab, 0x6d, 0x42, 0xff, 0xaa, 0x6b, 0x3f, 0xff, 0xa9, 0x69, 0x3e, 0xff, 0xa6, 0x65, 0x3b, 0xff, 0xa3, 0x61, 0x36, 0xff, 0x9f, 0x5e, 0x33, 0xff, 0x9f, 0x5e, 0x33, 0xff, 0xa0, 0x5e, 0x34, 0xff, 0x9f, 0x5d, 0x33, 0xff, 0x9b, 0x5a, 0x31, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x93, 0x52, 0x2d, 0xff, 0x90, 0x4e, 0x2c, 0xff, 0x8d, 0x4d, 0x29, 0xff, 0x8a, 0x49, 0x27, 0xff, 0x86, 0x42, 0x27, 0xff, 0x7e, 0x3d, 0x21, 0xff, 0x6e, 0x2f, 0x14, 0xff, 0x65, 0x28, 0x0b, 0xff, 0x61, 0x27, 0x0a, 0xff, 0x5c, 0x24, 0x09, 0xff, 0x56, 0x23, 0x05, 0xff, 0x52, 0x1c, 0x04, 0xff, 0x4e, 0x17, 0x04, 0xff, 0x4a, 0x15, 0x04, 0xff, 0x47, 0x15, 0x04, 0xff, 0x45, 0x18, 0x04, 0xff, 0x44, 0x17, 0x04, 0xff, 0x41, 0x13, 0x04, 0xff, 0x3f, 0x12, 0x04, 0xff, 0x41, 0x12, 0x04, 0xff, 0x40, 0x11, 0x04, 0xff, 0x43, 0x13, 0x04, 0xff, 0x45, 0x17, 0x04, 0xff, 0x43, 0x14, 0x04, 0xff, 0x44, 0x17, 0x04, 0xff, 0x45, 0x15, 0x04, 0xff, 0x4a, 0x17, 0x04, 0xff, 0x4c, 0x16, 0x04, 0xff, 0x4f, 0x19, 0x04, 0xff, 0x51, 0x1b, 0x03, 0xff, 0x66, 0x29, 0x0c, 0xff, 0x65, 0x2a, 0x0a, 0xff, 0x6d, 0x2e, 0x12, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x99, 0x58, 0x33, 0xff, 0x96, 0x53, 0x2e, 0xff, 0x92, 0x50, 0x2a, 0xff, 0x90, 0x4b, 0x27, 0xff, 0x92, 0x4f, 0x28, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x99, 0x58, 0x31, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x9d, 0x5d, 0x33, 0xff, 0x99, 0x5a, 0x32, 0xff, 0x98, 0x57, 0x2f, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x98, 0x54, 0x2f, 0xff, 0x97, 0x51, 0x2b, 0xff, 0x91, 0x4e, 0x28, 0xff, 0x8e, 0x48, 0x27, 0xff, 0x8b, 0x47, 0x27, 0xff, 0x8b, 0x47, 0x26, 0xff, 0x8b, 0x47, 0x26, 0xff, 0x8d, 0x4a, 0x28, 0xff, 0x8e, 0x4b, 0x28, 0xff, 0x90, 0x4c, 0x28, 0xff, 0x94, 0x50, 0x2a, 0xff, 0x98, 0x55, 0x2f, 0xff, 0x89, 0x47, 0x2a, 0xff, 0x87, 0x46, 0x28, 0xff, 0x84, 0x45, 0x27, 0xff, 0x84, 0x44, 0x26, 0xff, 0x85, 0x45, 0x28, 0xff, 0x86, 0x46, 0x27, 0xff, 0x88, 0x49, 0x29, 0xff, 0x78, 0x3a, 0x1d, 0xff, 0x75, 0x3a, 0x22, 0xff, 0x75, 0x39, 0x22, 0xff, 0x75, 0x35, 0x1e, 0xff, 0x72, 0x33, 0x1a, 0xff, 0x6d, 0x30, 0x15, 0xff, 0x69, 0x2b, 0x14, 0xff, 0x69, 0x2b, 0x14, 0xff, 0x66, 0x29, 0x11, 0xff, 0x66, 0x29, 0x0d, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x68, 0x2b, 0x11, 0xff, 0x66, 0x29, 0x0e, 0xff, 0x66, 0x28, 0x0f, 0xff, 0x65, 0x27, 0x0d, 0xff, 0x62, 0x29, 0x0d, 0xff, 0x62, 0x27, 0x0d, 0xff, 0x63, 0x29, 0x10, 0xff, 0x61, 0x28, 0x0a, 0xff, 0x61, 0x28, 0x0d, 0xff, 0x61, 0x27, 0x0d, 0xff, 0x60, 0x28, 0x0d, 0xff, 0x60, 0x26, 0x0a, 0xff, 0x60, 0x26, 0x0a, 0xff, 0x5d, 0x25, 0x0a, 0xff, 0x62, 0x29, 0x0e, 0xff, 0x82, 0x43, 0x28, 0xff, 0x82, 0x41, 0x27, 0xff, 0x7c, 0x3d, 0x24, 0xff, 0x78, 0x39, 0x23, 0xff, 0x78, 0x39, 0x21, 0xff, 0x77, 0x37, 0x1e, 0xff, 0x76, 0x37, 0x1f, 0xff, 0x75, 0x34, 0x19, 0xff, 0x70, 0x31, 0x17, 0xff, 0x70, 0x30, 0x17, 0xff, 0x6e, 0x30, 0x17, 0xff, - 0x6f, 0x2f, 0x14, 0xff, 0x6c, 0x2e, 0x13, 0xff, 0x69, 0x2a, 0x11, 0xff, 0x66, 0x29, 0x11, 0xff, 0x66, 0x28, 0x0d, 0xff, 0x65, 0x29, 0x0e, 0xff, 0x64, 0x29, 0x0e, 0xff, 0x66, 0x28, 0x0d, 0xff, 0x63, 0x26, 0x0d, 0xff, 0x66, 0x29, 0x0d, 0xff, 0x66, 0x29, 0x0d, 0xff, 0x68, 0x2a, 0x0f, 0xff, 0x5c, 0x24, 0x07, 0xff, 0x57, 0x1f, 0x05, 0xff, 0x53, 0x1f, 0x04, 0xff, 0x51, 0x16, 0x03, 0xff, 0x51, 0x17, 0x03, 0xff, 0x51, 0x19, 0x03, 0xff, 0x50, 0x17, 0x04, 0xff, 0x50, 0x17, 0x04, 0xff, 0x51, 0x1c, 0x04, 0xff, 0x53, 0x21, 0x03, 0xff, 0x55, 0x1c, 0x04, 0xff, 0x55, 0x21, 0x04, 0xff, 0x59, 0x24, 0x09, 0xff, 0x5c, 0x26, 0x0a, 0xff, 0x5e, 0x27, 0x0d, 0xff, 0x61, 0x29, 0x0f, 0xff, 0x64, 0x2c, 0x13, 0xff, 0x66, 0x2c, 0x11, 0xff, 0x68, 0x2d, 0x13, 0xff, 0x68, 0x2c, 0x11, 0xff, 0x6c, 0x2e, 0x11, 0xff, 0x6e, 0x2c, 0x11, 0xff, 0x71, 0x2f, 0x11, 0xff, 0x73, 0x30, 0x14, 0xff, 0x74, 0x32, 0x14, 0xff, 0x75, 0x32, 0x14, 0xff, 0x77, 0x35, 0x14, 0xff, 0x7c, 0x39, 0x18, 0xff, 0x7f, 0x3b, 0x1a, 0xff, 0x85, 0x40, 0x1f, 0xff, 0x88, 0x46, 0x23, 0xff, 0x8a, 0x44, 0x24, 0xff, 0x8c, 0x49, 0x25, 0xff, 0x96, 0x50, 0x29, 0xff, 0x99, 0x52, 0x29, 0xff, 0x9d, 0x56, 0x2d, 0xff, 0xa1, 0x5e, 0x33, 0xff, 0xa6, 0x64, 0x37, 0xff, 0xa4, 0x64, 0x36, 0xff, 0xad, 0x6c, 0x3c, 0xff, 0xb6, 0x75, 0x41, 0xff, 0xbf, 0x7c, 0x45, 0xff, 0xbc, 0x78, 0x44, 0xff, 0xbc, 0x78, 0x44, 0xff, 0xc3, 0x83, 0x4e, 0xff, 0xc6, 0x8c, 0x57, 0xff, 0xcb, 0x94, 0x5f, 0xff, 0xcd, 0x93, 0x61, 0xff, 0xd3, 0x96, 0x64, 0xff, 0xdd, 0x98, 0x67, 0xff, 0xe8, 0xa0, 0x6d, 0xff, 0xf2, 0xb7, 0x7e, 0xff, 0xfa, 0xbe, 0x7b, 0xff, 0xfa, 0xbf, 0x6f, 0xff, 0xf9, 0xb1, 0x65, 0xff, 0xf8, 0xab, 0x62, 0xff, 0xfa, 0xaa, 0x62, 0xff, 0xf8, 0xaa, 0x64, 0xff, 0xf9, 0xad, 0x69, 0xff, 0xf7, 0xb0, 0x6c, 0xff, 0xf8, 0xb0, 0x6c, 0xff, 0xf8, 0xac, 0x6b, 0xff, 0xf3, 0xa2, 0x63, 0xff, 0xe9, 0x95, 0x56, 0xff, 0xef, 0x9a, 0x5c, 0xff, 0xec, 0x9c, 0x5a, 0xff, 0xe4, 0x9b, 0x54, 0xff, 0xe8, 0x9b, 0x54, 0xff, 0xef, 0xa2, 0x5d, 0xff, 0xfa, 0xa5, 0x67, 0xff, 0xfa, 0xa5, 0x66, 0xff, 0xf5, 0x9f, 0x61, 0xff, 0xed, 0x9a, 0x59, 0xff, 0xec, 0xa0, 0x57, 0xff, 0xec, 0xa3, 0x58, 0xff, 0xee, 0xa7, 0x5f, 0xff, 0xec, 0xa3, 0x62, 0xff, 0xf6, 0xac, 0x6a, 0xff, 0xf7, 0xb6, 0x70, 0xff, 0xf6, 0xb8, 0x76, 0xff, 0xf3, 0xc7, 0x81, 0xff, 0xf6, 0xe0, 0x8e, 0xff, 0xf8, 0xe9, 0x97, 0xff, 0xef, 0xf6, 0xa4, 0xff, 0xf0, 0xf8, 0xb5, 0xff, 0xf3, 0xf6, 0xc4, 0xff, 0xf7, 0xf7, 0xcd, 0xff, 0xf8, 0xf6, 0xd5, 0xff, 0xf5, 0xf0, 0xdf, 0xff, 0xd6, 0xc4, 0xba, 0xff, 0x9e, 0x76, 0x60, 0xff, 0x8a, 0x54, 0x37, 0xff, 0x8d, 0x58, 0x37, 0xff, 0x93, 0x5d, 0x3d, 0xff, 0x94, 0x5d, 0x3c, 0xff, 0x94, 0x5d, 0x3a, 0xff, 0x95, 0x5d, 0x3a, 0xff, 0x95, 0x5d, 0x39, 0xff, 0x92, 0x59, 0x35, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x8d, 0x4f, 0x2e, 0xff, 0x8a, 0x4f, 0x2e, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x89, 0x4d, 0x2c, 0xff, 0x86, 0x4b, 0x2b, 0xff, 0x85, 0x49, 0x2a, 0xff, 0x80, 0x41, 0x25, 0xff, 0x9c, 0x5d, 0x3c, 0xff, 0xb5, 0x76, 0x4c, 0xff, 0xad, 0x6e, 0x41, 0xff, 0xac, 0x6d, 0x3f, 0xff, 0xa9, 0x69, 0x3e, 0xff, 0xa7, 0x67, 0x3d, 0xff, 0xa7, 0x66, 0x3a, 0xff, 0xa7, 0x66, 0x37, 0xff, 0xa5, 0x64, 0x36, 0xff, 0xa5, 0x62, 0x38, 0xff, 0xa3, 0x61, 0x36, 0xff, 0x9f, 0x5e, 0x34, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0x97, 0x54, 0x2f, 0xff, 0x93, 0x4f, 0x2c, 0xff, 0x90, 0x4e, 0x2a, 0xff, 0x8e, 0x4d, 0x29, 0xff, 0x8c, 0x4c, 0x28, 0xff, 0x87, 0x47, 0x27, 0xff, 0x84, 0x43, 0x26, 0xff, 0x7d, 0x3d, 0x24, 0xff, 0x69, 0x2c, 0x11, 0xff, 0x5e, 0x24, 0x06, 0xff, 0x57, 0x22, 0x05, 0xff, 0x52, 0x1f, 0x04, 0xff, 0x51, 0x19, 0x04, 0xff, 0x4c, 0x15, 0x04, 0xff, 0x47, 0x16, 0x04, 0xff, 0x45, 0x18, 0x04, 0xff, 0x43, 0x15, 0x04, 0xff, 0x41, 0x11, 0x04, 0xff, 0x40, 0x11, 0x04, 0xff, 0x40, 0x11, 0x04, 0xff, 0x40, 0x10, 0x04, 0xff, 0x40, 0x11, 0x04, 0xff, 0x40, 0x11, 0x04, 0xff, 0x40, 0x12, 0x04, 0xff, 0x43, 0x17, 0x04, 0xff, 0x46, 0x17, 0x04, 0xff, 0x46, 0x17, 0x04, 0xff, 0x46, 0x15, 0x04, 0xff, 0x48, 0x15, 0x04, 0xff, 0x50, 0x1a, 0x04, 0xff, 0x63, 0x27, 0x08, 0xff, 0x65, 0x29, 0x0a, 0xff, 0x62, 0x23, 0x05, 0xff, 0x8f, 0x4e, 0x27, 0xff, 0x98, 0x58, 0x34, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x91, 0x4f, 0x2a, 0xff, 0x8f, 0x4c, 0x28, 0xff, 0x93, 0x50, 0x2a, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0xa0, 0x61, 0x36, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa0, 0x62, 0x37, 0xff, 0x9a, 0x5a, 0x34, 0xff, 0x96, 0x55, 0x2f, 0xff, 0x9c, 0x5a, 0x31, 0xff, 0x97, 0x52, 0x2e, 0xff, 0x90, 0x4d, 0x2a, 0xff, 0x8b, 0x47, 0x26, 0xff, 0x88, 0x45, 0x26, 0xff, 0x88, 0x45, 0x26, 0xff, 0x88, 0x45, 0x26, 0xff, 0x88, 0x45, 0x26, 0xff, 0x8a, 0x46, 0x26, 0xff, 0x8c, 0x48, 0x26, 0xff, 0x8e, 0x4b, 0x28, 0xff, 0x92, 0x50, 0x2e, 0xff, 0x88, 0x48, 0x2a, 0xff, 0x83, 0x45, 0x28, 0xff, 0x83, 0x44, 0x26, 0xff, 0x84, 0x42, 0x26, 0xff, 0x86, 0x44, 0x27, 0xff, 0x84, 0x43, 0x26, 0xff, 0x85, 0x46, 0x28, 0xff, 0x7d, 0x40, 0x25, 0xff, 0x74, 0x3b, 0x24, 0xff, 0x73, 0x39, 0x23, 0xff, 0x72, 0x35, 0x1e, 0xff, 0x70, 0x33, 0x1a, 0xff, 0x6b, 0x2f, 0x13, 0xff, 0x68, 0x2c, 0x14, 0xff, 0x66, 0x2b, 0x0e, 0xff, 0x64, 0x28, 0x10, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x65, 0x29, 0x0c, 0xff, 0x66, 0x29, 0x10, 0xff, 0x63, 0x28, 0x10, 0xff, 0x62, 0x28, 0x0d, 0xff, 0x62, 0x27, 0x0d, 0xff, 0x63, 0x27, 0x0a, 0xff, 0x62, 0x27, 0x0d, 0xff, 0x61, 0x28, 0x0f, 0xff, 0x61, 0x29, 0x11, 0xff, 0x61, 0x28, 0x0d, 0xff, 0x62, 0x29, 0x0d, 0xff, 0x61, 0x27, 0x0d, 0xff, 0x60, 0x26, 0x0a, 0xff, 0x5f, 0x25, 0x0a, 0xff, 0x5c, 0x24, 0x0a, 0xff, 0x61, 0x27, 0x0d, 0xff, 0x85, 0x47, 0x29, 0xff, 0x82, 0x40, 0x27, 0xff, 0x7e, 0x3d, 0x25, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x78, 0x3b, 0x23, 0xff, 0x76, 0x38, 0x20, 0xff, 0x76, 0x36, 0x1f, 0xff, 0x74, 0x34, 0x1c, 0xff, 0x72, 0x31, 0x16, 0xff, 0x72, 0x31, 0x17, 0xff, 0x6f, 0x30, 0x16, 0xff, - 0x6f, 0x31, 0x14, 0xff, 0x6e, 0x2d, 0x14, 0xff, 0x6a, 0x2b, 0x11, 0xff, 0x68, 0x29, 0x0e, 0xff, 0x69, 0x29, 0x11, 0xff, 0x66, 0x2a, 0x0f, 0xff, 0x66, 0x2a, 0x11, 0xff, 0x67, 0x29, 0x0f, 0xff, 0x66, 0x2a, 0x0f, 0xff, 0x68, 0x2a, 0x11, 0xff, 0x67, 0x2c, 0x0f, 0xff, 0x60, 0x27, 0x09, 0xff, 0x5b, 0x23, 0x06, 0xff, 0x56, 0x1f, 0x03, 0xff, 0x55, 0x1c, 0x03, 0xff, 0x53, 0x20, 0x03, 0xff, 0x51, 0x1c, 0x03, 0xff, 0x4f, 0x18, 0x03, 0xff, 0x51, 0x15, 0x03, 0xff, 0x51, 0x1c, 0x03, 0xff, 0x54, 0x1e, 0x03, 0xff, 0x52, 0x20, 0x03, 0xff, 0x53, 0x20, 0x03, 0xff, 0x57, 0x20, 0x04, 0xff, 0x56, 0x24, 0x06, 0xff, 0x58, 0x24, 0x06, 0xff, 0x5e, 0x26, 0x0d, 0xff, 0x61, 0x2a, 0x12, 0xff, 0x63, 0x2b, 0x12, 0xff, 0x67, 0x2c, 0x11, 0xff, 0x69, 0x2d, 0x13, 0xff, 0x6a, 0x2e, 0x13, 0xff, 0x69, 0x2b, 0x11, 0xff, 0x6c, 0x2c, 0x11, 0xff, 0x6d, 0x2d, 0x11, 0xff, 0x6f, 0x30, 0x13, 0xff, 0x72, 0x30, 0x14, 0xff, 0x73, 0x32, 0x13, 0xff, 0x74, 0x32, 0x15, 0xff, 0x78, 0x36, 0x16, 0xff, 0x7d, 0x38, 0x19, 0xff, 0x81, 0x3d, 0x1e, 0xff, 0x85, 0x42, 0x21, 0xff, 0x8b, 0x45, 0x23, 0xff, 0x87, 0x43, 0x22, 0xff, 0x8a, 0x45, 0x25, 0xff, 0x92, 0x4c, 0x28, 0xff, 0x98, 0x54, 0x2b, 0xff, 0x9d, 0x5b, 0x30, 0xff, 0xa3, 0x60, 0x34, 0xff, 0xa4, 0x62, 0x37, 0xff, 0xa7, 0x65, 0x3a, 0xff, 0xb0, 0x6f, 0x40, 0xff, 0xb4, 0x70, 0x3f, 0xff, 0xb1, 0x6d, 0x3b, 0xff, 0xb9, 0x72, 0x42, 0xff, 0xbf, 0x7e, 0x4a, 0xff, 0xc2, 0x87, 0x51, 0xff, 0xc7, 0x8d, 0x57, 0xff, 0xca, 0x91, 0x5b, 0xff, 0xcf, 0x94, 0x61, 0xff, 0xdb, 0x99, 0x65, 0xff, 0xe4, 0xa1, 0x70, 0xff, 0xf5, 0xba, 0x83, 0xff, 0xfb, 0xbf, 0x7e, 0xff, 0xf9, 0xc0, 0x74, 0xff, 0xf8, 0xb8, 0x6c, 0xff, 0xf8, 0xae, 0x67, 0xff, 0xfa, 0xab, 0x64, 0xff, 0xf8, 0xa8, 0x65, 0xff, 0xf9, 0xaa, 0x6b, 0xff, 0xf9, 0xab, 0x6c, 0xff, 0xf5, 0xa8, 0x69, 0xff, 0xf5, 0x9c, 0x5f, 0xff, 0xf8, 0x9a, 0x60, 0xff, 0xe8, 0x97, 0x59, 0xff, 0xe6, 0x97, 0x59, 0xff, 0xec, 0x99, 0x5a, 0xff, 0xe1, 0x99, 0x53, 0xff, 0xe2, 0x98, 0x52, 0xff, 0xe4, 0x9b, 0x57, 0xff, 0xf4, 0xa4, 0x65, 0xff, 0xfb, 0xa5, 0x67, 0xff, 0xf5, 0xa1, 0x61, 0xff, 0xed, 0x9b, 0x58, 0xff, 0xed, 0x9f, 0x57, 0xff, 0xed, 0xa4, 0x5d, 0xff, 0xef, 0xa6, 0x63, 0xff, 0xf0, 0xa7, 0x66, 0xff, 0xf4, 0xab, 0x6b, 0xff, 0xf1, 0xad, 0x6c, 0xff, 0xf2, 0xb8, 0x75, 0xff, 0xf6, 0xc7, 0x81, 0xff, 0xf6, 0xd7, 0x8a, 0xff, 0xf1, 0xe7, 0x95, 0xff, 0xee, 0xf3, 0xa5, 0xff, 0xef, 0xf7, 0xb6, 0xff, 0xf8, 0xfa, 0xca, 0xff, 0xf2, 0xea, 0xd4, 0xff, 0xce, 0xb8, 0xac, 0xff, 0xa3, 0x79, 0x68, 0xff, 0x88, 0x4f, 0x38, 0xff, 0x8d, 0x53, 0x3a, 0xff, 0x92, 0x5c, 0x42, 0xff, 0x92, 0x5d, 0x41, 0xff, 0x93, 0x5f, 0x40, 0xff, 0x92, 0x5f, 0x3e, 0xff, 0x93, 0x5e, 0x3d, 0xff, 0x92, 0x5d, 0x3a, 0xff, 0x92, 0x5b, 0x38, 0xff, 0x91, 0x58, 0x35, 0xff, 0x8f, 0x54, 0x32, 0xff, 0x8c, 0x4f, 0x2f, 0xff, 0x89, 0x4e, 0x2e, 0xff, 0x89, 0x4e, 0x2e, 0xff, 0x89, 0x4d, 0x2d, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x85, 0x49, 0x2b, 0xff, 0x84, 0x45, 0x28, 0xff, 0xa6, 0x65, 0x40, 0xff, 0xbb, 0x7b, 0x4f, 0xff, 0xb0, 0x6e, 0x43, 0xff, 0xae, 0x6d, 0x41, 0xff, 0xae, 0x6e, 0x41, 0xff, 0xad, 0x6b, 0x3f, 0xff, 0xaa, 0x69, 0x3b, 0xff, 0xa7, 0x66, 0x37, 0xff, 0xa6, 0x66, 0x38, 0xff, 0xa6, 0x67, 0x3c, 0xff, 0xa4, 0x65, 0x3b, 0xff, 0xa3, 0x64, 0x38, 0xff, 0xa1, 0x60, 0x36, 0xff, 0x9c, 0x5c, 0x33, 0xff, 0x97, 0x56, 0x30, 0xff, 0x94, 0x52, 0x2e, 0xff, 0x91, 0x50, 0x2b, 0xff, 0x8e, 0x4f, 0x29, 0xff, 0x8b, 0x4c, 0x28, 0xff, 0x87, 0x46, 0x27, 0xff, 0x82, 0x41, 0x25, 0xff, 0x80, 0x40, 0x26, 0xff, 0x77, 0x39, 0x1c, 0xff, 0x69, 0x2d, 0x10, 0xff, 0x57, 0x1f, 0x06, 0xff, 0x4f, 0x18, 0x03, 0xff, 0x4d, 0x17, 0x04, 0xff, 0x49, 0x16, 0x04, 0xff, 0x45, 0x18, 0x04, 0xff, 0x43, 0x16, 0x04, 0xff, 0x42, 0x12, 0x04, 0xff, 0x40, 0x12, 0x04, 0xff, 0x3f, 0x12, 0x04, 0xff, 0x3e, 0x10, 0x04, 0xff, 0x3f, 0x11, 0x04, 0xff, 0x40, 0x11, 0x03, 0xff, 0x3f, 0x10, 0x04, 0xff, 0x40, 0x13, 0x03, 0xff, 0x42, 0x12, 0x03, 0xff, 0x44, 0x16, 0x03, 0xff, 0x45, 0x16, 0x04, 0xff, 0x44, 0x16, 0x04, 0xff, 0x4f, 0x1e, 0x04, 0xff, 0x64, 0x28, 0x08, 0xff, 0x66, 0x29, 0x0a, 0xff, 0x58, 0x1e, 0x02, 0xff, 0x8b, 0x4a, 0x25, 0xff, 0x99, 0x57, 0x32, 0xff, 0x93, 0x52, 0x30, 0xff, 0x90, 0x4f, 0x2b, 0xff, 0x90, 0x4e, 0x29, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x97, 0x56, 0x30, 0xff, 0x9d, 0x5f, 0x35, 0xff, 0xa4, 0x66, 0x3b, 0xff, 0xa7, 0x68, 0x40, 0xff, 0xa7, 0x69, 0x40, 0xff, 0xa1, 0x62, 0x3a, 0xff, 0x9e, 0x5d, 0x36, 0xff, 0xa4, 0x62, 0x37, 0xff, 0x9b, 0x58, 0x30, 0xff, 0x91, 0x4d, 0x29, 0xff, 0x8a, 0x47, 0x26, 0xff, 0x86, 0x43, 0x24, 0xff, 0x85, 0x43, 0x23, 0xff, 0x85, 0x41, 0x24, 0xff, 0x85, 0x42, 0x24, 0xff, 0x87, 0x44, 0x24, 0xff, 0x87, 0x44, 0x26, 0xff, 0x8c, 0x48, 0x27, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x87, 0x49, 0x2b, 0xff, 0x83, 0x44, 0x27, 0xff, 0x82, 0x42, 0x26, 0xff, 0x83, 0x43, 0x26, 0xff, 0x82, 0x43, 0x26, 0xff, 0x84, 0x43, 0x26, 0xff, 0x83, 0x47, 0x28, 0xff, 0x83, 0x49, 0x2b, 0xff, 0x74, 0x3a, 0x24, 0xff, 0x74, 0x38, 0x23, 0xff, 0x72, 0x36, 0x1d, 0xff, 0x6e, 0x2f, 0x17, 0xff, 0x69, 0x2c, 0x12, 0xff, 0x66, 0x2c, 0x10, 0xff, 0x65, 0x29, 0x11, 0xff, 0x63, 0x26, 0x0c, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x65, 0x29, 0x0c, 0xff, 0x64, 0x28, 0x0d, 0xff, 0x64, 0x27, 0x0d, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x61, 0x25, 0x0a, 0xff, 0x63, 0x27, 0x0d, 0xff, 0x62, 0x29, 0x0d, 0xff, 0x61, 0x28, 0x0e, 0xff, 0x61, 0x27, 0x0f, 0xff, 0x61, 0x28, 0x0f, 0xff, 0x5f, 0x26, 0x0c, 0xff, 0x5c, 0x26, 0x0a, 0xff, 0x5e, 0x26, 0x0a, 0xff, 0x5d, 0x24, 0x0a, 0xff, 0x5e, 0x25, 0x0a, 0xff, 0x58, 0x21, 0x05, 0xff, 0x8a, 0x4b, 0x2e, 0xff, 0x84, 0x42, 0x26, 0xff, 0x7f, 0x3e, 0x24, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x78, 0x3a, 0x23, 0xff, 0x77, 0x39, 0x22, 0xff, 0x76, 0x37, 0x20, 0xff, 0x73, 0x34, 0x1c, 0xff, 0x73, 0x33, 0x1a, 0xff, 0x72, 0x32, 0x18, 0xff, 0x72, 0x31, 0x17, 0xff, - 0x71, 0x31, 0x16, 0xff, 0x6d, 0x2f, 0x14, 0xff, 0x6c, 0x2e, 0x11, 0xff, 0x68, 0x29, 0x11, 0xff, 0x68, 0x2b, 0x10, 0xff, 0x66, 0x2a, 0x0e, 0xff, 0x69, 0x2d, 0x11, 0xff, 0x66, 0x2b, 0x11, 0xff, 0x67, 0x2c, 0x11, 0xff, 0x67, 0x2c, 0x11, 0xff, 0x63, 0x29, 0x0c, 0xff, 0x5f, 0x25, 0x0a, 0xff, 0x59, 0x21, 0x06, 0xff, 0x58, 0x1f, 0x05, 0xff, 0x55, 0x1c, 0x03, 0xff, 0x52, 0x20, 0x03, 0xff, 0x52, 0x19, 0x03, 0xff, 0x50, 0x18, 0x03, 0xff, 0x53, 0x1d, 0x03, 0xff, 0x52, 0x1f, 0x03, 0xff, 0x53, 0x20, 0x03, 0xff, 0x54, 0x1d, 0x03, 0xff, 0x57, 0x21, 0x06, 0xff, 0x58, 0x20, 0x06, 0xff, 0x58, 0x22, 0x06, 0xff, 0x58, 0x23, 0x06, 0xff, 0x5e, 0x27, 0x0c, 0xff, 0x61, 0x2a, 0x10, 0xff, 0x66, 0x2c, 0x13, 0xff, 0x66, 0x2c, 0x16, 0xff, 0x66, 0x2c, 0x14, 0xff, 0x6b, 0x2d, 0x15, 0xff, 0x6b, 0x31, 0x15, 0xff, 0x6c, 0x2e, 0x11, 0xff, 0x6c, 0x2c, 0x11, 0xff, 0x6e, 0x2e, 0x13, 0xff, 0x70, 0x2f, 0x13, 0xff, 0x71, 0x30, 0x13, 0xff, 0x74, 0x30, 0x13, 0xff, 0x74, 0x33, 0x14, 0xff, 0x79, 0x35, 0x15, 0xff, 0x7e, 0x39, 0x1a, 0xff, 0x81, 0x3d, 0x1d, 0xff, 0x87, 0x40, 0x23, 0xff, 0x8a, 0x44, 0x23, 0xff, 0x8a, 0x44, 0x23, 0xff, 0x8f, 0x49, 0x26, 0xff, 0x94, 0x50, 0x29, 0xff, 0x99, 0x57, 0x2c, 0xff, 0x9e, 0x5b, 0x30, 0xff, 0xa3, 0x62, 0x36, 0xff, 0xa5, 0x63, 0x39, 0xff, 0xa7, 0x66, 0x3a, 0xff, 0xa6, 0x68, 0x38, 0xff, 0xac, 0x6b, 0x3a, 0xff, 0xb3, 0x6e, 0x3d, 0xff, 0xb9, 0x75, 0x44, 0xff, 0xbf, 0x7c, 0x4a, 0xff, 0xc5, 0x87, 0x51, 0xff, 0xc6, 0x8c, 0x57, 0xff, 0xc9, 0x8d, 0x5c, 0xff, 0xd5, 0x96, 0x63, 0xff, 0xe5, 0xa5, 0x71, 0xff, 0xfa, 0xb9, 0x85, 0xff, 0xfb, 0xbb, 0x7f, 0xff, 0xf8, 0xbb, 0x79, 0xff, 0xfa, 0xb5, 0x6e, 0xff, 0xf8, 0xad, 0x68, 0xff, 0xf9, 0xa9, 0x65, 0xff, 0xf7, 0xa8, 0x66, 0xff, 0xf6, 0xa8, 0x6a, 0xff, 0xed, 0x9f, 0x61, 0xff, 0xef, 0x99, 0x5b, 0xff, 0xf2, 0x97, 0x5c, 0xff, 0xf8, 0x99, 0x60, 0xff, 0xf2, 0x98, 0x5f, 0xff, 0xe4, 0x94, 0x57, 0xff, 0xea, 0x9c, 0x5b, 0xff, 0xdd, 0x99, 0x52, 0xff, 0xde, 0x96, 0x50, 0xff, 0xe1, 0x99, 0x53, 0xff, 0xf0, 0xa4, 0x62, 0xff, 0xfb, 0xa9, 0x69, 0xff, 0xf7, 0xa2, 0x62, 0xff, 0xf2, 0xa0, 0x5b, 0xff, 0xef, 0xa7, 0x5b, 0xff, 0xed, 0xa7, 0x5f, 0xff, 0xf1, 0xaa, 0x64, 0xff, 0xf2, 0xa9, 0x67, 0xff, 0xf8, 0xaa, 0x6a, 0xff, 0xf8, 0xb0, 0x69, 0xff, 0xf4, 0xb5, 0x73, 0xff, 0xf8, 0xbf, 0x7d, 0xff, 0xf6, 0xd4, 0x86, 0xff, 0xf4, 0xee, 0x96, 0xff, 0xf6, 0xf6, 0xaa, 0xff, 0xf3, 0xf2, 0xbf, 0xff, 0xcd, 0xba, 0x9d, 0xff, 0x9d, 0x71, 0x58, 0xff, 0x8e, 0x58, 0x42, 0xff, 0x90, 0x59, 0x40, 0xff, 0x93, 0x5d, 0x46, 0xff, 0x93, 0x5e, 0x47, 0xff, 0x93, 0x5e, 0x47, 0xff, 0x93, 0x5d, 0x45, 0xff, 0x92, 0x5d, 0x42, 0xff, 0x91, 0x5c, 0x3f, 0xff, 0x91, 0x5d, 0x3e, 0xff, 0x92, 0x5d, 0x3c, 0xff, 0x91, 0x5c, 0x39, 0xff, 0x92, 0x5a, 0x37, 0xff, 0x90, 0x56, 0x34, 0xff, 0x8c, 0x53, 0x31, 0xff, 0x8a, 0x52, 0x2f, 0xff, 0x8a, 0x4f, 0x2f, 0xff, 0x89, 0x4e, 0x2d, 0xff, 0x88, 0x4d, 0x2d, 0xff, 0x85, 0x49, 0x2c, 0xff, 0x8d, 0x51, 0x31, 0xff, 0xad, 0x6e, 0x45, 0xff, 0xbb, 0x79, 0x4e, 0xff, 0xb5, 0x73, 0x46, 0xff, 0xb4, 0x72, 0x43, 0xff, 0xb2, 0x70, 0x42, 0xff, 0xad, 0x6c, 0x3f, 0xff, 0xa9, 0x6a, 0x3b, 0xff, 0xa8, 0x69, 0x3b, 0xff, 0xaa, 0x69, 0x3e, 0xff, 0xaa, 0x6b, 0x40, 0xff, 0xa7, 0x6b, 0x41, 0xff, 0xa4, 0x6a, 0x40, 0xff, 0xa3, 0x65, 0x3b, 0xff, 0x9f, 0x61, 0x36, 0xff, 0x9c, 0x5d, 0x34, 0xff, 0x99, 0x58, 0x33, 0xff, 0x93, 0x51, 0x2d, 0xff, 0x8c, 0x4b, 0x28, 0xff, 0x87, 0x46, 0x26, 0xff, 0x85, 0x44, 0x25, 0xff, 0x82, 0x41, 0x24, 0xff, 0x7f, 0x3c, 0x23, 0xff, 0x7c, 0x3a, 0x23, 0xff, 0x7a, 0x39, 0x22, 0xff, 0x74, 0x33, 0x1d, 0xff, 0x66, 0x29, 0x12, 0xff, 0x4e, 0x18, 0x06, 0xff, 0x45, 0x14, 0x03, 0xff, 0x45, 0x14, 0x03, 0xff, 0x44, 0x16, 0x03, 0xff, 0x41, 0x12, 0x03, 0xff, 0x3f, 0x10, 0x03, 0xff, 0x3c, 0x13, 0x04, 0xff, 0x3d, 0x10, 0x03, 0xff, 0x3f, 0x11, 0x04, 0xff, 0x3f, 0x11, 0x03, 0xff, 0x3e, 0x10, 0x03, 0xff, 0x3f, 0x0f, 0x04, 0xff, 0x40, 0x10, 0x04, 0xff, 0x41, 0x11, 0x03, 0xff, 0x43, 0x17, 0x04, 0xff, 0x42, 0x13, 0x03, 0xff, 0x4c, 0x1e, 0x04, 0xff, 0x64, 0x29, 0x0d, 0xff, 0x66, 0x28, 0x0a, 0xff, 0x5b, 0x20, 0x01, 0xff, 0x87, 0x47, 0x23, 0xff, 0x99, 0x58, 0x30, 0xff, 0x93, 0x54, 0x30, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x92, 0x4f, 0x2e, 0xff, 0x93, 0x52, 0x2c, 0xff, 0x97, 0x56, 0x30, 0xff, 0xa0, 0x61, 0x38, 0xff, 0xa7, 0x6b, 0x41, 0xff, 0xab, 0x71, 0x46, 0xff, 0xab, 0x6f, 0x47, 0xff, 0xa7, 0x68, 0x41, 0xff, 0xa7, 0x6a, 0x3f, 0xff, 0xa7, 0x67, 0x3c, 0xff, 0x9c, 0x5a, 0x33, 0xff, 0x91, 0x4e, 0x2b, 0xff, 0x8a, 0x47, 0x27, 0xff, 0x85, 0x43, 0x24, 0xff, 0x83, 0x40, 0x23, 0xff, 0x83, 0x40, 0x23, 0xff, 0x84, 0x41, 0x24, 0xff, 0x84, 0x42, 0x23, 0xff, 0x84, 0x41, 0x23, 0xff, 0x8a, 0x48, 0x25, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x85, 0x45, 0x28, 0xff, 0x82, 0x45, 0x27, 0xff, 0x82, 0x41, 0x25, 0xff, 0x82, 0x43, 0x26, 0xff, 0x82, 0x41, 0x25, 0xff, 0x81, 0x42, 0x27, 0xff, 0x82, 0x46, 0x28, 0xff, 0x85, 0x4c, 0x2f, 0xff, 0x74, 0x3a, 0x24, 0xff, 0x73, 0x39, 0x22, 0xff, 0x71, 0x34, 0x1c, 0xff, 0x6a, 0x2e, 0x16, 0xff, 0x67, 0x2a, 0x12, 0xff, 0x65, 0x29, 0x0f, 0xff, 0x64, 0x27, 0x0e, 0xff, 0x62, 0x28, 0x0d, 0xff, 0x63, 0x29, 0x0d, 0xff, 0x65, 0x29, 0x0e, 0xff, 0x63, 0x28, 0x0d, 0xff, 0x62, 0x26, 0x0d, 0xff, 0x61, 0x27, 0x0b, 0xff, 0x61, 0x28, 0x0c, 0xff, 0x62, 0x28, 0x0d, 0xff, 0x61, 0x26, 0x0d, 0xff, 0x61, 0x29, 0x10, 0xff, 0x5f, 0x27, 0x0e, 0xff, 0x61, 0x28, 0x0d, 0xff, 0x5d, 0x27, 0x0c, 0xff, 0x5d, 0x26, 0x0a, 0xff, 0x5a, 0x22, 0x0a, 0xff, 0x5b, 0x22, 0x07, 0xff, 0x5d, 0x25, 0x0a, 0xff, 0x59, 0x21, 0x03, 0xff, 0x7f, 0x42, 0x28, 0xff, 0x87, 0x48, 0x29, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x7d, 0x3b, 0x25, 0xff, 0x77, 0x39, 0x22, 0xff, 0x76, 0x37, 0x21, 0xff, 0x76, 0x39, 0x21, 0xff, 0x74, 0x35, 0x1c, 0xff, 0x73, 0x34, 0x1b, 0xff, 0x73, 0x34, 0x1a, 0xff, 0x71, 0x31, 0x19, 0xff, - 0x6f, 0x33, 0x16, 0xff, 0x6f, 0x30, 0x16, 0xff, 0x6d, 0x2d, 0x14, 0xff, 0x6a, 0x2b, 0x11, 0xff, 0x6a, 0x2b, 0x11, 0xff, 0x69, 0x2c, 0x10, 0xff, 0x69, 0x2b, 0x10, 0xff, 0x69, 0x2d, 0x13, 0xff, 0x67, 0x2c, 0x10, 0xff, 0x67, 0x2b, 0x11, 0xff, 0x61, 0x25, 0x0b, 0xff, 0x5d, 0x23, 0x06, 0xff, 0x59, 0x21, 0x06, 0xff, 0x55, 0x23, 0x06, 0xff, 0x56, 0x23, 0x06, 0xff, 0x52, 0x20, 0x03, 0xff, 0x52, 0x1f, 0x03, 0xff, 0x54, 0x1e, 0x03, 0xff, 0x53, 0x21, 0x03, 0xff, 0x56, 0x1f, 0x05, 0xff, 0x52, 0x1f, 0x03, 0xff, 0x55, 0x1d, 0x03, 0xff, 0x56, 0x1d, 0x04, 0xff, 0x59, 0x22, 0x06, 0xff, 0x58, 0x22, 0x06, 0xff, 0x59, 0x24, 0x06, 0xff, 0x5d, 0x26, 0x0d, 0xff, 0x66, 0x2b, 0x12, 0xff, 0x67, 0x2c, 0x13, 0xff, 0x66, 0x2c, 0x16, 0xff, 0x67, 0x2e, 0x14, 0xff, 0x68, 0x2d, 0x16, 0xff, 0x6b, 0x31, 0x16, 0xff, 0x6c, 0x2f, 0x13, 0xff, 0x6d, 0x2f, 0x13, 0xff, 0x6e, 0x2e, 0x13, 0xff, 0x6d, 0x2e, 0x10, 0xff, 0x70, 0x2e, 0x11, 0xff, 0x73, 0x30, 0x13, 0xff, 0x74, 0x32, 0x13, 0xff, 0x74, 0x32, 0x13, 0xff, 0x79, 0x35, 0x17, 0xff, 0x7f, 0x39, 0x1c, 0xff, 0x82, 0x3f, 0x20, 0xff, 0x86, 0x40, 0x21, 0xff, 0x85, 0x42, 0x21, 0xff, 0x89, 0x42, 0x24, 0xff, 0x91, 0x4c, 0x27, 0xff, 0x98, 0x52, 0x2b, 0xff, 0x9c, 0x58, 0x2e, 0xff, 0xa0, 0x5d, 0x34, 0xff, 0xa1, 0x61, 0x36, 0xff, 0x9f, 0x60, 0x35, 0xff, 0xa2, 0x61, 0x34, 0xff, 0xa7, 0x65, 0x38, 0xff, 0xad, 0x68, 0x3a, 0xff, 0xb0, 0x6d, 0x3c, 0xff, 0xb5, 0x74, 0x43, 0xff, 0xbc, 0x7b, 0x4b, 0xff, 0xc3, 0x82, 0x52, 0xff, 0xc5, 0x88, 0x57, 0xff, 0xcf, 0x92, 0x60, 0xff, 0xe6, 0xa6, 0x6f, 0xff, 0xfa, 0xbb, 0x81, 0xff, 0xfb, 0xb9, 0x7e, 0xff, 0xf8, 0xb6, 0x78, 0xff, 0xf9, 0xaa, 0x6f, 0xff, 0xf8, 0xa3, 0x69, 0xff, 0xf6, 0xa0, 0x65, 0xff, 0xf3, 0x9e, 0x65, 0xff, 0xe1, 0x94, 0x5f, 0xff, 0xcb, 0x86, 0x55, 0xff, 0xd2, 0x88, 0x56, 0xff, 0xdd, 0x8f, 0x57, 0xff, 0xe8, 0x96, 0x59, 0xff, 0xf1, 0x98, 0x5e, 0xff, 0xf5, 0x9a, 0x5f, 0xff, 0xe6, 0x99, 0x59, 0xff, 0xd8, 0x95, 0x53, 0xff, 0xdc, 0x92, 0x4e, 0xff, 0xde, 0x96, 0x50, 0xff, 0xe7, 0x9e, 0x5c, 0xff, 0xfa, 0xac, 0x6e, 0xff, 0xf8, 0xa3, 0x64, 0xff, 0xf2, 0xa0, 0x59, 0xff, 0xf1, 0xa5, 0x5a, 0xff, 0xf3, 0xa8, 0x62, 0xff, 0xee, 0xa5, 0x65, 0xff, 0xf2, 0xa9, 0x66, 0xff, 0xf6, 0xae, 0x69, 0xff, 0xf3, 0xad, 0x6e, 0xff, 0xf7, 0xb0, 0x6c, 0xff, 0xf6, 0xbe, 0x75, 0xff, 0xf4, 0xd0, 0x82, 0xff, 0xf8, 0xe5, 0x94, 0xff, 0xe0, 0xd7, 0x95, 0xff, 0xa4, 0x81, 0x61, 0xff, 0x8a, 0x51, 0x37, 0xff, 0x96, 0x61, 0x49, 0xff, 0x96, 0x61, 0x49, 0xff, 0x96, 0x60, 0x49, 0xff, 0x95, 0x60, 0x48, 0xff, 0x96, 0x61, 0x49, 0xff, 0x95, 0x60, 0x48, 0xff, 0x94, 0x5e, 0x47, 0xff, 0x94, 0x5e, 0x47, 0xff, 0x92, 0x5c, 0x44, 0xff, 0x90, 0x5b, 0x40, 0xff, 0x90, 0x5d, 0x3d, 0xff, 0x90, 0x5c, 0x3c, 0xff, 0x91, 0x5d, 0x39, 0xff, 0x92, 0x5b, 0x37, 0xff, 0x8f, 0x57, 0x35, 0xff, 0x8b, 0x52, 0x32, 0xff, 0x89, 0x50, 0x32, 0xff, 0x88, 0x50, 0x30, 0xff, 0x88, 0x4e, 0x2e, 0xff, 0x84, 0x48, 0x2b, 0xff, 0x94, 0x57, 0x37, 0xff, 0xb4, 0x76, 0x4c, 0xff, 0xbd, 0x7d, 0x4e, 0xff, 0xb8, 0x79, 0x49, 0xff, 0xb4, 0x75, 0x46, 0xff, 0xb1, 0x71, 0x42, 0xff, 0xaf, 0x6e, 0x40, 0xff, 0xab, 0x6c, 0x3c, 0xff, 0xaa, 0x6b, 0x3d, 0xff, 0xab, 0x6c, 0x40, 0xff, 0xab, 0x70, 0x42, 0xff, 0xa9, 0x70, 0x45, 0xff, 0xa6, 0x6d, 0x44, 0xff, 0xa4, 0x6c, 0x41, 0xff, 0xa0, 0x64, 0x3a, 0xff, 0x98, 0x59, 0x30, 0xff, 0x8e, 0x4c, 0x29, 0xff, 0x89, 0x48, 0x26, 0xff, 0x88, 0x46, 0x26, 0xff, 0x85, 0x43, 0x25, 0xff, 0x82, 0x40, 0x23, 0xff, 0x7f, 0x3c, 0x23, 0xff, 0x7e, 0x3b, 0x23, 0xff, 0x7d, 0x3b, 0x22, 0xff, 0x7b, 0x3a, 0x21, 0xff, 0x78, 0x37, 0x20, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x74, 0x36, 0x1c, 0xff, 0x5a, 0x23, 0x09, 0xff, 0x4a, 0x17, 0x02, 0xff, 0x45, 0x14, 0x03, 0xff, 0x43, 0x13, 0x03, 0xff, 0x40, 0x12, 0x03, 0xff, 0x3b, 0x0d, 0x03, 0xff, 0x3d, 0x0d, 0x04, 0xff, 0x40, 0x0e, 0x03, 0xff, 0x3b, 0x0b, 0x03, 0xff, 0x3d, 0x11, 0x03, 0xff, 0x3f, 0x10, 0x04, 0xff, 0x40, 0x10, 0x04, 0xff, 0x40, 0x10, 0x03, 0xff, 0x41, 0x13, 0x04, 0xff, 0x42, 0x16, 0x03, 0xff, 0x4b, 0x1c, 0x05, 0xff, 0x62, 0x28, 0x0b, 0xff, 0x65, 0x29, 0x0b, 0xff, 0x5c, 0x23, 0x06, 0xff, 0x85, 0x45, 0x23, 0xff, 0x99, 0x58, 0x31, 0xff, 0x96, 0x58, 0x31, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x93, 0x50, 0x2d, 0xff, 0x93, 0x51, 0x2d, 0xff, 0x97, 0x57, 0x2f, 0xff, 0xa0, 0x63, 0x39, 0xff, 0xa9, 0x6d, 0x44, 0xff, 0xae, 0x73, 0x4b, 0xff, 0xb0, 0x74, 0x4c, 0xff, 0xab, 0x70, 0x49, 0xff, 0xb0, 0x73, 0x49, 0xff, 0xab, 0x6b, 0x42, 0xff, 0x9f, 0x5d, 0x36, 0xff, 0x94, 0x50, 0x2e, 0xff, 0x8b, 0x48, 0x27, 0xff, 0x86, 0x42, 0x24, 0xff, 0x82, 0x40, 0x23, 0xff, 0x82, 0x40, 0x23, 0xff, 0x81, 0x3f, 0x22, 0xff, 0x82, 0x40, 0x23, 0xff, 0x82, 0x40, 0x23, 0xff, 0x86, 0x44, 0x24, 0xff, 0x8b, 0x49, 0x29, 0xff, 0x84, 0x47, 0x28, 0xff, 0x83, 0x43, 0x28, 0xff, 0x81, 0x41, 0x26, 0xff, 0x82, 0x40, 0x27, 0xff, 0x83, 0x41, 0x26, 0xff, 0x81, 0x43, 0x27, 0xff, 0x81, 0x46, 0x2a, 0xff, 0x85, 0x48, 0x2d, 0xff, 0x76, 0x3c, 0x24, 0xff, 0x72, 0x36, 0x1d, 0xff, 0x6e, 0x30, 0x18, 0xff, 0x6b, 0x29, 0x13, 0xff, 0x66, 0x2a, 0x10, 0xff, 0x63, 0x27, 0x0d, 0xff, 0x62, 0x27, 0x0d, 0xff, 0x5f, 0x25, 0x0a, 0xff, 0x64, 0x29, 0x12, 0xff, 0x64, 0x29, 0x0e, 0xff, 0x62, 0x26, 0x0d, 0xff, 0x61, 0x27, 0x0a, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x62, 0x27, 0x0c, 0xff, 0x62, 0x28, 0x0d, 0xff, 0x60, 0x29, 0x11, 0xff, 0x62, 0x28, 0x0e, 0xff, 0x60, 0x25, 0x0d, 0xff, 0x5a, 0x27, 0x0d, 0xff, 0x5c, 0x25, 0x0c, 0xff, 0x5b, 0x23, 0x0a, 0xff, 0x58, 0x20, 0x06, 0xff, 0x5b, 0x24, 0x0a, 0xff, 0x5a, 0x23, 0x0a, 0xff, 0x5b, 0x22, 0x06, 0xff, 0x66, 0x2a, 0x0f, 0xff, 0x8a, 0x4a, 0x2d, 0xff, 0x80, 0x41, 0x25, 0xff, 0x7e, 0x3d, 0x24, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x77, 0x38, 0x20, 0xff, 0x76, 0x39, 0x21, 0xff, 0x75, 0x36, 0x1c, 0xff, 0x75, 0x35, 0x1b, 0xff, 0x73, 0x34, 0x19, 0xff, 0x70, 0x31, 0x19, 0xff, - 0x6f, 0x30, 0x17, 0xff, 0x70, 0x30, 0x16, 0xff, 0x70, 0x32, 0x16, 0xff, 0x6d, 0x2d, 0x14, 0xff, 0x6a, 0x2c, 0x10, 0xff, 0x69, 0x2c, 0x10, 0xff, 0x6a, 0x2c, 0x11, 0xff, 0x69, 0x2b, 0x11, 0xff, 0x6a, 0x2d, 0x14, 0xff, 0x65, 0x2a, 0x0e, 0xff, 0x62, 0x28, 0x0d, 0xff, 0x5c, 0x23, 0x0a, 0xff, 0x57, 0x1d, 0x06, 0xff, 0x57, 0x1e, 0x06, 0xff, 0x56, 0x1e, 0x06, 0xff, 0x53, 0x20, 0x03, 0xff, 0x58, 0x1c, 0x04, 0xff, 0x57, 0x1e, 0x06, 0xff, 0x57, 0x1e, 0x06, 0xff, 0x55, 0x20, 0x04, 0xff, 0x52, 0x1e, 0x03, 0xff, 0x54, 0x1c, 0x03, 0xff, 0x55, 0x1c, 0x03, 0xff, 0x55, 0x1d, 0x04, 0xff, 0x57, 0x1f, 0x06, 0xff, 0x5e, 0x25, 0x08, 0xff, 0x63, 0x2a, 0x11, 0xff, 0x62, 0x2b, 0x10, 0xff, 0x66, 0x2c, 0x12, 0xff, 0x67, 0x2c, 0x13, 0xff, 0x68, 0x2e, 0x13, 0xff, 0x68, 0x2f, 0x13, 0xff, 0x69, 0x2f, 0x16, 0xff, 0x6c, 0x30, 0x15, 0xff, 0x6d, 0x31, 0x13, 0xff, 0x6e, 0x30, 0x13, 0xff, 0x6f, 0x2f, 0x11, 0xff, 0x6e, 0x2c, 0x12, 0xff, 0x71, 0x2f, 0x12, 0xff, 0x74, 0x32, 0x13, 0xff, 0x74, 0x2f, 0x13, 0xff, 0x78, 0x34, 0x15, 0xff, 0x7b, 0x38, 0x18, 0xff, 0x7e, 0x3b, 0x1a, 0xff, 0x85, 0x40, 0x21, 0xff, 0x88, 0x43, 0x23, 0xff, 0x87, 0x42, 0x23, 0xff, 0x8c, 0x47, 0x26, 0xff, 0x91, 0x4d, 0x29, 0xff, 0x99, 0x55, 0x2d, 0xff, 0x9f, 0x5b, 0x33, 0xff, 0xa0, 0x5e, 0x34, 0xff, 0x9d, 0x5b, 0x33, 0xff, 0x9e, 0x5e, 0x33, 0xff, 0xa4, 0x60, 0x34, 0xff, 0xa4, 0x62, 0x36, 0xff, 0xa7, 0x66, 0x39, 0xff, 0xae, 0x6d, 0x41, 0xff, 0xb6, 0x74, 0x46, 0xff, 0xbb, 0x7a, 0x4b, 0xff, 0xc2, 0x82, 0x52, 0xff, 0xcc, 0x8b, 0x5b, 0xff, 0xe0, 0xa0, 0x69, 0xff, 0xf6, 0xb7, 0x79, 0xff, 0xf9, 0xb7, 0x7a, 0xff, 0xfa, 0xb5, 0x74, 0xff, 0xfa, 0xaa, 0x6e, 0xff, 0xf9, 0xa3, 0x67, 0xff, 0xf3, 0x9c, 0x60, 0xff, 0xd8, 0x8f, 0x5a, 0xff, 0xc1, 0x80, 0x51, 0xff, 0xc5, 0x81, 0x53, 0xff, 0xcb, 0x84, 0x55, 0xff, 0xd1, 0x88, 0x57, 0xff, 0xd6, 0x8a, 0x58, 0xff, 0xdd, 0x8f, 0x5a, 0xff, 0xe0, 0x91, 0x5c, 0xff, 0xd5, 0x8c, 0x58, 0xff, 0xca, 0x87, 0x4f, 0xff, 0xd7, 0x91, 0x51, 0xff, 0xd7, 0x92, 0x50, 0xff, 0xdf, 0x98, 0x54, 0xff, 0xf0, 0xa7, 0x67, 0xff, 0xf8, 0xa9, 0x68, 0xff, 0xf4, 0xa7, 0x5f, 0xff, 0xf4, 0xab, 0x62, 0xff, 0xf2, 0xaa, 0x65, 0xff, 0xf4, 0xad, 0x6b, 0xff, 0xf7, 0xae, 0x6c, 0xff, 0xf3, 0xab, 0x69, 0xff, 0xf5, 0xac, 0x6a, 0xff, 0xf6, 0xb3, 0x6f, 0xff, 0xf8, 0xb9, 0x76, 0xff, 0xf4, 0xc4, 0x7f, 0xff, 0xc7, 0xa5, 0x6b, 0xff, 0x99, 0x6b, 0x48, 0xff, 0x93, 0x5b, 0x3a, 0xff, 0x97, 0x62, 0x45, 0xff, 0x96, 0x5f, 0x46, 0xff, 0x94, 0x5f, 0x47, 0xff, 0x95, 0x60, 0x48, 0xff, 0x96, 0x60, 0x49, 0xff, 0x96, 0x60, 0x49, 0xff, 0x95, 0x61, 0x49, 0xff, 0x93, 0x5f, 0x49, 0xff, 0x92, 0x5d, 0x47, 0xff, 0x92, 0x5f, 0x47, 0xff, 0x93, 0x60, 0x47, 0xff, 0x92, 0x5f, 0x45, 0xff, 0x91, 0x5e, 0x41, 0xff, 0x92, 0x5f, 0x40, 0xff, 0x93, 0x5e, 0x3d, 0xff, 0x93, 0x5c, 0x39, 0xff, 0x8f, 0x56, 0x34, 0xff, 0x8b, 0x51, 0x31, 0xff, 0x89, 0x51, 0x31, 0xff, 0x89, 0x50, 0x30, 0xff, 0x84, 0x4b, 0x2c, 0xff, 0x9a, 0x5e, 0x3b, 0xff, 0xbc, 0x7f, 0x55, 0xff, 0xc1, 0x85, 0x56, 0xff, 0xbb, 0x7c, 0x4c, 0xff, 0xb7, 0x75, 0x45, 0xff, 0xb4, 0x73, 0x43, 0xff, 0xb3, 0x71, 0x42, 0xff, 0xb1, 0x6f, 0x40, 0xff, 0xaf, 0x6e, 0x40, 0xff, 0xad, 0x70, 0x41, 0xff, 0xab, 0x73, 0x45, 0xff, 0xaa, 0x70, 0x49, 0xff, 0xa7, 0x6b, 0x46, 0xff, 0x9b, 0x5d, 0x37, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x8f, 0x4e, 0x2a, 0xff, 0x8d, 0x4b, 0x29, 0xff, 0x8a, 0x46, 0x27, 0xff, 0x86, 0x45, 0x26, 0xff, 0x85, 0x44, 0x26, 0xff, 0x83, 0x41, 0x24, 0xff, 0x80, 0x3f, 0x22, 0xff, 0x7e, 0x3d, 0x21, 0xff, 0x7e, 0x3b, 0x21, 0xff, 0x7e, 0x3a, 0x22, 0xff, 0x7c, 0x3a, 0x20, 0xff, 0x7a, 0x39, 0x20, 0xff, 0x7b, 0x39, 0x20, 0xff, 0x7d, 0x3d, 0x25, 0xff, 0x67, 0x2a, 0x13, 0xff, 0x55, 0x1d, 0x05, 0xff, 0x48, 0x15, 0x03, 0xff, 0x40, 0x12, 0x03, 0xff, 0x3f, 0x11, 0x03, 0xff, 0x3f, 0x0e, 0x03, 0xff, 0x3e, 0x0c, 0x03, 0xff, 0x3e, 0x0e, 0x03, 0xff, 0x3c, 0x0c, 0x03, 0xff, 0x3d, 0x10, 0x03, 0xff, 0x3e, 0x11, 0x03, 0xff, 0x3f, 0x10, 0x03, 0xff, 0x40, 0x10, 0x03, 0xff, 0x41, 0x12, 0x03, 0xff, 0x46, 0x1a, 0x02, 0xff, 0x60, 0x28, 0x0a, 0xff, 0x66, 0x29, 0x0d, 0xff, 0x5f, 0x24, 0x07, 0xff, 0x7f, 0x3f, 0x20, 0xff, 0x9c, 0x59, 0x33, 0xff, 0x9b, 0x5b, 0x32, 0xff, 0x98, 0x56, 0x30, 0xff, 0x95, 0x52, 0x2e, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x96, 0x54, 0x30, 0xff, 0xa0, 0x5f, 0x39, 0xff, 0xaa, 0x6d, 0x45, 0xff, 0xac, 0x74, 0x4c, 0xff, 0xad, 0x79, 0x50, 0xff, 0xae, 0x74, 0x4c, 0xff, 0xad, 0x7a, 0x52, 0xff, 0xaa, 0x72, 0x4a, 0xff, 0xa1, 0x62, 0x39, 0xff, 0x94, 0x54, 0x30, 0xff, 0x8c, 0x49, 0x29, 0xff, 0x87, 0x43, 0x25, 0xff, 0x83, 0x40, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x80, 0x3f, 0x23, 0xff, 0x81, 0x40, 0x23, 0xff, 0x85, 0x42, 0x24, 0xff, 0x8a, 0x48, 0x29, 0xff, 0x86, 0x46, 0x28, 0xff, 0x81, 0x45, 0x27, 0xff, 0x81, 0x42, 0x26, 0xff, 0x80, 0x41, 0x26, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x80, 0x41, 0x26, 0xff, 0x80, 0x44, 0x29, 0xff, 0x81, 0x47, 0x2a, 0xff, 0x76, 0x38, 0x23, 0xff, 0x6e, 0x31, 0x19, 0xff, 0x68, 0x2b, 0x15, 0xff, 0x68, 0x2b, 0x13, 0xff, 0x65, 0x28, 0x10, 0xff, 0x63, 0x29, 0x0f, 0xff, 0x61, 0x28, 0x0e, 0xff, 0x61, 0x25, 0x0b, 0xff, 0x62, 0x26, 0x0d, 0xff, 0x62, 0x26, 0x0d, 0xff, 0x61, 0x25, 0x0a, 0xff, 0x60, 0x27, 0x0e, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x62, 0x28, 0x10, 0xff, 0x64, 0x28, 0x0e, 0xff, 0x61, 0x29, 0x10, 0xff, 0x5f, 0x25, 0x0d, 0xff, 0x5b, 0x24, 0x0d, 0xff, 0x59, 0x23, 0x0a, 0xff, 0x57, 0x22, 0x09, 0xff, 0x59, 0x21, 0x09, 0xff, 0x5a, 0x22, 0x09, 0xff, 0x58, 0x21, 0x05, 0xff, 0x58, 0x20, 0x05, 0xff, 0x59, 0x23, 0x09, 0xff, 0x59, 0x21, 0x07, 0xff, 0x8c, 0x4b, 0x2d, 0xff, 0x84, 0x42, 0x27, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x7b, 0x3b, 0x23, 0xff, 0x78, 0x38, 0x23, 0xff, 0x77, 0x36, 0x20, 0xff, 0x76, 0x36, 0x1f, 0xff, 0x75, 0x35, 0x1c, 0xff, 0x72, 0x32, 0x19, 0xff, 0x70, 0x32, 0x19, 0xff, - 0x71, 0x30, 0x17, 0xff, 0x70, 0x30, 0x16, 0xff, 0x70, 0x30, 0x16, 0xff, 0x70, 0x30, 0x16, 0xff, 0x6f, 0x30, 0x14, 0xff, 0x6a, 0x2d, 0x11, 0xff, 0x6a, 0x2c, 0x13, 0xff, 0x69, 0x2d, 0x13, 0xff, 0x6a, 0x2d, 0x13, 0xff, 0x66, 0x2a, 0x0e, 0xff, 0x60, 0x27, 0x0c, 0xff, 0x5c, 0x23, 0x09, 0xff, 0x5a, 0x1f, 0x06, 0xff, 0x57, 0x1e, 0x06, 0xff, 0x57, 0x1f, 0x06, 0xff, 0x57, 0x21, 0x05, 0xff, 0x5a, 0x21, 0x06, 0xff, 0x5a, 0x22, 0x06, 0xff, 0x55, 0x1f, 0x06, 0xff, 0x53, 0x1e, 0x03, 0xff, 0x53, 0x20, 0x03, 0xff, 0x54, 0x1a, 0x03, 0xff, 0x53, 0x1d, 0x03, 0xff, 0x56, 0x1e, 0x05, 0xff, 0x5d, 0x23, 0x08, 0xff, 0x60, 0x26, 0x0a, 0xff, 0x62, 0x27, 0x0c, 0xff, 0x63, 0x28, 0x10, 0xff, 0x64, 0x2b, 0x10, 0xff, 0x67, 0x2c, 0x12, 0xff, 0x67, 0x2c, 0x13, 0xff, 0x67, 0x2d, 0x14, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x6a, 0x2f, 0x13, 0xff, 0x6c, 0x2f, 0x13, 0xff, 0x6e, 0x2e, 0x13, 0xff, 0x6f, 0x2f, 0x13, 0xff, 0x71, 0x2f, 0x13, 0xff, 0x72, 0x2f, 0x11, 0xff, 0x73, 0x30, 0x12, 0xff, 0x75, 0x32, 0x15, 0xff, 0x76, 0x32, 0x14, 0xff, 0x7b, 0x36, 0x17, 0xff, 0x7e, 0x39, 0x18, 0xff, 0x82, 0x3e, 0x20, 0xff, 0x86, 0x43, 0x22, 0xff, 0x86, 0x41, 0x23, 0xff, 0x87, 0x44, 0x23, 0xff, 0x8e, 0x4a, 0x27, 0xff, 0x94, 0x51, 0x2a, 0xff, 0x98, 0x55, 0x2f, 0xff, 0x98, 0x56, 0x30, 0xff, 0x9a, 0x58, 0x30, 0xff, 0x97, 0x55, 0x30, 0xff, 0x97, 0x55, 0x30, 0xff, 0x9b, 0x58, 0x32, 0xff, 0xa0, 0x5e, 0x35, 0xff, 0xa5, 0x65, 0x3b, 0xff, 0xad, 0x6d, 0x41, 0xff, 0xb4, 0x73, 0x45, 0xff, 0xbb, 0x79, 0x4c, 0xff, 0xcd, 0x89, 0x58, 0xff, 0xe2, 0x9b, 0x66, 0xff, 0xee, 0xa9, 0x6c, 0xff, 0xf8, 0xb0, 0x70, 0xff, 0xf9, 0xad, 0x71, 0xff, 0xfa, 0xa7, 0x6d, 0xff, 0xfb, 0xa0, 0x67, 0xff, 0xea, 0x96, 0x5e, 0xff, 0xc9, 0x84, 0x53, 0xff, 0xc3, 0x7f, 0x52, 0xff, 0xc4, 0x80, 0x53, 0xff, 0xc5, 0x81, 0x54, 0xff, 0xc8, 0x82, 0x55, 0xff, 0xce, 0x86, 0x57, 0xff, 0xd6, 0x8b, 0x5a, 0xff, 0xe2, 0x92, 0x5d, 0xff, 0xdf, 0x90, 0x5d, 0xff, 0xbb, 0x7e, 0x4d, 0xff, 0xbe, 0x80, 0x4c, 0xff, 0xc2, 0x85, 0x51, 0xff, 0xc7, 0x8b, 0x54, 0xff, 0xdb, 0x99, 0x5f, 0xff, 0xfb, 0xb0, 0x6f, 0xff, 0xf4, 0xac, 0x64, 0xff, 0xf4, 0xac, 0x67, 0xff, 0xf3, 0xac, 0x66, 0xff, 0xf6, 0xad, 0x69, 0xff, 0xf7, 0xaa, 0x69, 0xff, 0xf6, 0xa9, 0x67, 0xff, 0xf6, 0xac, 0x68, 0xff, 0xf9, 0xb5, 0x6f, 0xff, 0xe0, 0xa9, 0x6a, 0xff, 0xab, 0x79, 0x4b, 0xff, 0x90, 0x5a, 0x36, 0xff, 0x94, 0x5a, 0x38, 0xff, 0x94, 0x5f, 0x3e, 0xff, 0x93, 0x5f, 0x41, 0xff, 0x93, 0x5d, 0x44, 0xff, 0x93, 0x5d, 0x46, 0xff, 0x93, 0x5e, 0x48, 0xff, 0x94, 0x5e, 0x48, 0xff, 0x94, 0x5f, 0x48, 0xff, 0x94, 0x60, 0x49, 0xff, 0x94, 0x61, 0x49, 0xff, 0x94, 0x60, 0x49, 0xff, 0x93, 0x5f, 0x49, 0xff, 0x93, 0x5f, 0x49, 0xff, 0x94, 0x61, 0x48, 0xff, 0x93, 0x60, 0x46, 0xff, 0x93, 0x62, 0x44, 0xff, 0x95, 0x62, 0x41, 0xff, 0x95, 0x60, 0x3e, 0xff, 0x93, 0x5c, 0x3b, 0xff, 0x8e, 0x55, 0x35, 0xff, 0x8a, 0x51, 0x32, 0xff, 0x8a, 0x52, 0x32, 0xff, 0x85, 0x4e, 0x2e, 0xff, 0x9b, 0x61, 0x3c, 0xff, 0xbf, 0x83, 0x57, 0xff, 0xc4, 0x88, 0x5a, 0xff, 0xbd, 0x7d, 0x4e, 0xff, 0xb9, 0x76, 0x47, 0xff, 0xb5, 0x74, 0x45, 0xff, 0xb3, 0x72, 0x43, 0xff, 0xb3, 0x72, 0x42, 0xff, 0xb1, 0x6f, 0x42, 0xff, 0xb0, 0x72, 0x43, 0xff, 0xae, 0x77, 0x48, 0xff, 0xa6, 0x6a, 0x43, 0xff, 0x9b, 0x5a, 0x36, 0xff, 0x94, 0x53, 0x30, 0xff, 0x92, 0x50, 0x2e, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x8a, 0x49, 0x27, 0xff, 0x87, 0x45, 0x25, 0xff, 0x85, 0x44, 0x25, 0xff, 0x82, 0x42, 0x24, 0xff, 0x80, 0x40, 0x23, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x7e, 0x3c, 0x21, 0xff, 0x7d, 0x3b, 0x20, 0xff, 0x7c, 0x3b, 0x20, 0xff, 0x7b, 0x39, 0x20, 0xff, 0x7a, 0x38, 0x1f, 0xff, 0x7a, 0x39, 0x20, 0xff, 0x7d, 0x3c, 0x23, 0xff, 0x74, 0x34, 0x1c, 0xff, 0x5c, 0x21, 0x0b, 0xff, 0x4e, 0x1a, 0x03, 0xff, 0x48, 0x17, 0x03, 0xff, 0x3f, 0x0e, 0x03, 0xff, 0x3d, 0x0d, 0x03, 0xff, 0x3e, 0x0d, 0x03, 0xff, 0x3c, 0x0c, 0x03, 0xff, 0x3d, 0x10, 0x03, 0xff, 0x3e, 0x10, 0x03, 0xff, 0x3e, 0x0f, 0x03, 0xff, 0x3e, 0x0f, 0x03, 0xff, 0x40, 0x13, 0x03, 0xff, 0x44, 0x16, 0x02, 0xff, 0x5f, 0x26, 0x0a, 0xff, 0x65, 0x28, 0x0b, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x6c, 0x2e, 0x12, 0xff, 0x9a, 0x5b, 0x35, 0xff, 0x9f, 0x60, 0x37, 0xff, 0x9e, 0x5d, 0x34, 0xff, 0x99, 0x58, 0x31, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x95, 0x55, 0x30, 0xff, 0x9d, 0x5c, 0x36, 0xff, 0xa5, 0x69, 0x41, 0xff, 0xaa, 0x73, 0x4d, 0xff, 0xaa, 0x78, 0x53, 0xff, 0xaa, 0x79, 0x4f, 0xff, 0xab, 0x7e, 0x58, 0xff, 0xac, 0x75, 0x4d, 0xff, 0xa4, 0x66, 0x3f, 0xff, 0x99, 0x56, 0x33, 0xff, 0x8f, 0x4b, 0x2a, 0xff, 0x87, 0x44, 0x26, 0xff, 0x83, 0x40, 0x24, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x7f, 0x3c, 0x21, 0xff, 0x80, 0x3d, 0x23, 0xff, 0x80, 0x3d, 0x23, 0xff, 0x85, 0x43, 0x24, 0xff, 0x85, 0x45, 0x27, 0xff, 0x83, 0x45, 0x28, 0xff, 0x81, 0x43, 0x26, 0xff, 0x80, 0x40, 0x26, 0xff, 0x80, 0x41, 0x26, 0xff, 0x7e, 0x40, 0x25, 0xff, 0x80, 0x40, 0x26, 0xff, 0x80, 0x42, 0x28, 0xff, 0x82, 0x44, 0x28, 0xff, 0x75, 0x37, 0x21, 0xff, 0x6b, 0x30, 0x16, 0xff, 0x67, 0x2a, 0x13, 0xff, 0x65, 0x2a, 0x11, 0xff, 0x66, 0x2a, 0x11, 0xff, 0x63, 0x29, 0x10, 0xff, 0x5f, 0x24, 0x0b, 0xff, 0x63, 0x27, 0x0f, 0xff, 0x64, 0x25, 0x0b, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x61, 0x25, 0x0a, 0xff, 0x60, 0x26, 0x0c, 0xff, 0x62, 0x28, 0x0c, 0xff, 0x63, 0x28, 0x0d, 0xff, 0x61, 0x27, 0x0f, 0xff, 0x5d, 0x27, 0x0d, 0xff, 0x5b, 0x26, 0x0c, 0xff, 0x59, 0x24, 0x0a, 0xff, 0x57, 0x23, 0x07, 0xff, 0x57, 0x1f, 0x06, 0xff, 0x55, 0x1e, 0x06, 0xff, 0x56, 0x1d, 0x06, 0xff, 0x57, 0x1f, 0x06, 0xff, 0x58, 0x1f, 0x06, 0xff, 0x58, 0x20, 0x06, 0xff, 0x5b, 0x21, 0x07, 0xff, 0x86, 0x47, 0x2b, 0xff, 0x87, 0x45, 0x2a, 0xff, 0x81, 0x42, 0x27, 0xff, 0x7c, 0x3d, 0x24, 0xff, 0x7a, 0x39, 0x23, 0xff, 0x78, 0x37, 0x20, 0xff, 0x77, 0x36, 0x20, 0xff, 0x75, 0x36, 0x1f, 0xff, 0x75, 0x34, 0x1c, 0xff, 0x74, 0x35, 0x1b, 0xff, - 0x74, 0x33, 0x19, 0xff, 0x74, 0x31, 0x19, 0xff, 0x74, 0x31, 0x19, 0xff, 0x73, 0x31, 0x16, 0xff, 0x71, 0x30, 0x16, 0xff, 0x70, 0x31, 0x16, 0xff, 0x6a, 0x2c, 0x13, 0xff, 0x6c, 0x2f, 0x13, 0xff, 0x6b, 0x2c, 0x14, 0xff, 0x67, 0x2a, 0x10, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x5e, 0x25, 0x09, 0xff, 0x5a, 0x21, 0x08, 0xff, 0x59, 0x21, 0x05, 0xff, 0x5b, 0x22, 0x09, 0xff, 0x5d, 0x23, 0x06, 0xff, 0x5b, 0x21, 0x06, 0xff, 0x5d, 0x24, 0x08, 0xff, 0x5a, 0x22, 0x06, 0xff, 0x54, 0x1c, 0x05, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x54, 0x1b, 0x03, 0xff, 0x55, 0x1d, 0x03, 0xff, 0x5c, 0x23, 0x07, 0xff, 0x5c, 0x23, 0x06, 0xff, 0x61, 0x25, 0x0a, 0xff, 0x60, 0x25, 0x09, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x62, 0x29, 0x10, 0xff, 0x64, 0x29, 0x0d, 0xff, 0x66, 0x2b, 0x12, 0xff, 0x67, 0x2d, 0x13, 0xff, 0x68, 0x2f, 0x13, 0xff, 0x6c, 0x2f, 0x13, 0xff, 0x6d, 0x2e, 0x13, 0xff, 0x6e, 0x2d, 0x13, 0xff, 0x6e, 0x2e, 0x13, 0xff, 0x70, 0x2f, 0x11, 0xff, 0x73, 0x2f, 0x13, 0xff, 0x76, 0x30, 0x13, 0xff, 0x74, 0x31, 0x13, 0xff, 0x76, 0x31, 0x14, 0xff, 0x7a, 0x35, 0x16, 0xff, 0x7b, 0x36, 0x1a, 0xff, 0x7a, 0x3a, 0x21, 0xff, 0x7e, 0x3d, 0x21, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x82, 0x3f, 0x23, 0xff, 0x86, 0x43, 0x25, 0xff, 0x8b, 0x47, 0x27, 0xff, 0x88, 0x47, 0x27, 0xff, 0x8d, 0x4b, 0x29, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x92, 0x50, 0x2f, 0xff, 0x8e, 0x4c, 0x2c, 0xff, 0x91, 0x4f, 0x2d, 0xff, 0x96, 0x54, 0x32, 0xff, 0x9a, 0x59, 0x35, 0xff, 0x9c, 0x5b, 0x37, 0xff, 0xa1, 0x60, 0x3a, 0xff, 0xa8, 0x65, 0x3f, 0xff, 0xb2, 0x70, 0x46, 0xff, 0xb0, 0x70, 0x43, 0xff, 0xd6, 0x92, 0x5d, 0xff, 0xf6, 0xa5, 0x6b, 0xff, 0xf7, 0xa6, 0x6a, 0xff, 0xfc, 0xa3, 0x67, 0xff, 0xf1, 0x9b, 0x61, 0xff, 0xcf, 0x89, 0x55, 0xff, 0xc9, 0x83, 0x53, 0xff, 0xc3, 0x80, 0x51, 0xff, 0xc3, 0x80, 0x51, 0xff, 0xc5, 0x81, 0x53, 0xff, 0xc5, 0x82, 0x53, 0xff, 0xc9, 0x86, 0x56, 0xff, 0xcf, 0x87, 0x57, 0xff, 0xda, 0x8c, 0x5b, 0xff, 0xd8, 0x8b, 0x5a, 0xff, 0xb4, 0x77, 0x49, 0xff, 0xba, 0x79, 0x4a, 0xff, 0xc2, 0x86, 0x52, 0xff, 0xc3, 0x89, 0x56, 0xff, 0xc3, 0x85, 0x56, 0xff, 0xd7, 0x8e, 0x59, 0xff, 0xfb, 0xa9, 0x6b, 0xff, 0xf2, 0xa6, 0x67, 0xff, 0xf8, 0xad, 0x6c, 0xff, 0xf7, 0xac, 0x68, 0xff, 0xf6, 0xac, 0x67, 0xff, 0xf6, 0xad, 0x66, 0xff, 0xf4, 0xae, 0x68, 0xff, 0xd4, 0x98, 0x60, 0xff, 0x9d, 0x67, 0x3c, 0xff, 0x94, 0x5a, 0x37, 0xff, 0x96, 0x5c, 0x3a, 0xff, 0x93, 0x5a, 0x36, 0xff, 0x92, 0x5c, 0x39, 0xff, 0x91, 0x5e, 0x3c, 0xff, 0x91, 0x5d, 0x41, 0xff, 0x93, 0x5d, 0x45, 0xff, 0x94, 0x5f, 0x48, 0xff, 0x94, 0x61, 0x49, 0xff, 0x93, 0x60, 0x48, 0xff, 0x93, 0x60, 0x49, 0xff, 0x94, 0x5f, 0x48, 0xff, 0x96, 0x5f, 0x49, 0xff, 0x95, 0x60, 0x49, 0xff, 0x94, 0x60, 0x49, 0xff, 0x95, 0x61, 0x4a, 0xff, 0x97, 0x63, 0x4a, 0xff, 0x97, 0x64, 0x48, 0xff, 0x96, 0x66, 0x46, 0xff, 0x96, 0x63, 0x43, 0xff, 0x95, 0x5e, 0x40, 0xff, 0x93, 0x5a, 0x3b, 0xff, 0x8e, 0x55, 0x35, 0xff, 0x8b, 0x52, 0x33, 0xff, 0x86, 0x4e, 0x30, 0xff, 0x9e, 0x65, 0x3f, 0xff, 0xc1, 0x86, 0x58, 0xff, 0xc4, 0x89, 0x5c, 0xff, 0xbd, 0x7d, 0x50, 0xff, 0xb9, 0x77, 0x49, 0xff, 0xb6, 0x75, 0x47, 0xff, 0xb4, 0x73, 0x45, 0xff, 0xb6, 0x74, 0x44, 0xff, 0xb5, 0x74, 0x44, 0xff, 0xb2, 0x72, 0x46, 0xff, 0xa8, 0x6a, 0x40, 0xff, 0x9f, 0x5f, 0x38, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0x99, 0x58, 0x33, 0xff, 0x95, 0x55, 0x33, 0xff, 0x92, 0x51, 0x2f, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x8b, 0x48, 0x28, 0xff, 0x88, 0x45, 0x26, 0xff, 0x85, 0x44, 0x25, 0xff, 0x82, 0x42, 0x24, 0xff, 0x82, 0x40, 0x23, 0xff, 0x80, 0x3f, 0x23, 0xff, 0x7e, 0x3d, 0x21, 0xff, 0x7c, 0x3b, 0x1f, 0xff, 0x7b, 0x39, 0x1f, 0xff, 0x7a, 0x38, 0x1f, 0xff, 0x79, 0x37, 0x1e, 0xff, 0x79, 0x37, 0x1f, 0xff, 0x7a, 0x37, 0x1f, 0xff, 0x7a, 0x37, 0x1f, 0xff, 0x7a, 0x38, 0x21, 0xff, 0x5d, 0x24, 0x0c, 0xff, 0x4f, 0x1b, 0x02, 0xff, 0x4c, 0x17, 0x03, 0xff, 0x41, 0x0f, 0x03, 0xff, 0x3a, 0x0a, 0x03, 0xff, 0x3d, 0x0c, 0x03, 0xff, 0x3e, 0x0d, 0x03, 0xff, 0x3e, 0x10, 0x03, 0xff, 0x3f, 0x0d, 0x03, 0xff, 0x3e, 0x10, 0x03, 0xff, 0x3e, 0x0f, 0x03, 0xff, 0x3f, 0x10, 0x02, 0xff, 0x5d, 0x25, 0x0d, 0xff, 0x65, 0x29, 0x0c, 0xff, 0x64, 0x2a, 0x0e, 0xff, 0x63, 0x26, 0x0a, 0xff, 0x94, 0x53, 0x2e, 0xff, 0xa1, 0x63, 0x3a, 0xff, 0x9f, 0x62, 0x38, 0xff, 0x9a, 0x5a, 0x33, 0xff, 0x94, 0x51, 0x2f, 0xff, 0x93, 0x54, 0x2f, 0xff, 0x99, 0x59, 0x33, 0xff, 0xa3, 0x66, 0x3d, 0xff, 0xa9, 0x70, 0x48, 0xff, 0xa9, 0x77, 0x51, 0xff, 0xa8, 0x78, 0x53, 0xff, 0xa9, 0x7e, 0x5b, 0xff, 0xaa, 0x79, 0x50, 0xff, 0xa6, 0x6a, 0x41, 0xff, 0x9b, 0x59, 0x34, 0xff, 0x90, 0x4d, 0x2b, 0xff, 0x87, 0x44, 0x27, 0xff, 0x84, 0x43, 0x24, 0xff, 0x81, 0x3f, 0x22, 0xff, 0x7f, 0x3e, 0x22, 0xff, 0x7d, 0x3c, 0x20, 0xff, 0x7f, 0x3e, 0x22, 0xff, 0x84, 0x42, 0x24, 0xff, 0x85, 0x43, 0x26, 0xff, 0x84, 0x44, 0x28, 0xff, 0x80, 0x42, 0x27, 0xff, 0x7e, 0x41, 0x26, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x7e, 0x40, 0x25, 0xff, 0x7f, 0x3e, 0x25, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x80, 0x40, 0x27, 0xff, 0x72, 0x34, 0x1d, 0xff, 0x68, 0x2c, 0x16, 0xff, 0x67, 0x29, 0x11, 0xff, 0x62, 0x29, 0x11, 0xff, 0x66, 0x2a, 0x10, 0xff, 0x63, 0x29, 0x0e, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x66, 0x27, 0x0d, 0xff, 0x62, 0x27, 0x0d, 0xff, 0x5e, 0x27, 0x0b, 0xff, 0x61, 0x23, 0x0a, 0xff, 0x61, 0x25, 0x0b, 0xff, 0x5f, 0x27, 0x0d, 0xff, 0x60, 0x28, 0x0c, 0xff, 0x5f, 0x23, 0x0a, 0xff, 0x5b, 0x26, 0x0d, 0xff, 0x58, 0x24, 0x0a, 0xff, 0x55, 0x24, 0x07, 0xff, 0x55, 0x1d, 0x06, 0xff, 0x56, 0x1e, 0x06, 0xff, 0x53, 0x1b, 0x04, 0xff, 0x55, 0x1c, 0x03, 0xff, 0x55, 0x20, 0x06, 0xff, 0x54, 0x1f, 0x05, 0xff, 0x55, 0x1d, 0x06, 0xff, 0x58, 0x20, 0x06, 0xff, 0x74, 0x38, 0x1a, 0xff, 0x8e, 0x4d, 0x2e, 0xff, 0x86, 0x44, 0x27, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x7d, 0x3c, 0x23, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x78, 0x38, 0x21, 0xff, 0x77, 0x36, 0x20, 0xff, 0x75, 0x36, 0x1d, 0xff, 0x74, 0x33, 0x19, 0xff, - 0x74, 0x33, 0x19, 0xff, 0x74, 0x31, 0x19, 0xff, 0x74, 0x31, 0x19, 0xff, 0x74, 0x33, 0x19, 0xff, 0x73, 0x31, 0x16, 0xff, 0x71, 0x31, 0x16, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x6e, 0x30, 0x13, 0xff, 0x6a, 0x2c, 0x12, 0xff, 0x66, 0x2b, 0x10, 0xff, 0x64, 0x27, 0x0c, 0xff, 0x5f, 0x25, 0x09, 0xff, 0x5d, 0x24, 0x0a, 0xff, 0x5f, 0x25, 0x09, 0xff, 0x5d, 0x26, 0x09, 0xff, 0x5d, 0x24, 0x09, 0xff, 0x5d, 0x23, 0x07, 0xff, 0x5d, 0x24, 0x09, 0xff, 0x5b, 0x23, 0x06, 0xff, 0x56, 0x20, 0x05, 0xff, 0x54, 0x1d, 0x03, 0xff, 0x55, 0x1c, 0x03, 0xff, 0x5e, 0x25, 0x0b, 0xff, 0x5e, 0x24, 0x09, 0xff, 0x5f, 0x25, 0x06, 0xff, 0x60, 0x25, 0x09, 0xff, 0x61, 0x23, 0x0a, 0xff, 0x63, 0x26, 0x0c, 0xff, 0x64, 0x26, 0x0c, 0xff, 0x66, 0x2b, 0x0c, 0xff, 0x65, 0x28, 0x11, 0xff, 0x69, 0x2c, 0x13, 0xff, 0x68, 0x2d, 0x13, 0xff, 0x6a, 0x2d, 0x13, 0xff, 0x6d, 0x2e, 0x13, 0xff, 0x6e, 0x2e, 0x13, 0xff, 0x6e, 0x30, 0x13, 0xff, 0x6f, 0x2d, 0x11, 0xff, 0x72, 0x2f, 0x13, 0xff, 0x72, 0x31, 0x13, 0xff, 0x73, 0x31, 0x17, 0xff, 0x71, 0x30, 0x18, 0xff, 0x71, 0x31, 0x18, 0xff, 0x75, 0x33, 0x19, 0xff, 0x78, 0x37, 0x1d, 0xff, 0x7c, 0x3b, 0x20, 0xff, 0x81, 0x40, 0x23, 0xff, 0x83, 0x42, 0x24, 0xff, 0x84, 0x43, 0x25, 0xff, 0x86, 0x45, 0x27, 0xff, 0x87, 0x44, 0x27, 0xff, 0x8a, 0x4a, 0x27, 0xff, 0x8c, 0x4a, 0x2a, 0xff, 0x90, 0x4e, 0x2d, 0xff, 0x93, 0x53, 0x2f, 0xff, 0x91, 0x50, 0x2e, 0xff, 0x97, 0x57, 0x32, 0xff, 0x9b, 0x5b, 0x34, 0xff, 0x9e, 0x5e, 0x37, 0xff, 0xa2, 0x61, 0x3a, 0xff, 0xa9, 0x68, 0x40, 0xff, 0xaa, 0x6c, 0x43, 0xff, 0x9f, 0x5f, 0x38, 0xff, 0x9f, 0x5e, 0x36, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xb0, 0x6f, 0x44, 0xff, 0xc0, 0x80, 0x4d, 0xff, 0xce, 0x8a, 0x56, 0xff, 0xca, 0x85, 0x52, 0xff, 0xc5, 0x80, 0x4e, 0xff, 0xc3, 0x7f, 0x4e, 0xff, 0xc2, 0x7e, 0x4f, 0xff, 0xc3, 0x81, 0x52, 0xff, 0xc6, 0x81, 0x53, 0xff, 0xc8, 0x83, 0x55, 0xff, 0xca, 0x84, 0x56, 0xff, 0xd5, 0x8b, 0x5a, 0xff, 0xd9, 0x8b, 0x59, 0xff, 0xb5, 0x72, 0x46, 0xff, 0xaf, 0x6f, 0x45, 0xff, 0xb1, 0x72, 0x48, 0xff, 0xbe, 0x82, 0x53, 0xff, 0xc2, 0x87, 0x57, 0xff, 0xcb, 0x8a, 0x57, 0xff, 0xf4, 0xa3, 0x6a, 0xff, 0xf8, 0x9f, 0x68, 0xff, 0xf1, 0x9e, 0x64, 0xff, 0xf1, 0xa6, 0x67, 0xff, 0xf3, 0xae, 0x6b, 0xff, 0xf8, 0xb4, 0x6f, 0xff, 0xd3, 0x98, 0x60, 0xff, 0x8f, 0x57, 0x33, 0xff, 0x94, 0x5b, 0x38, 0xff, 0x96, 0x5a, 0x36, 0xff, 0x92, 0x57, 0x32, 0xff, 0x90, 0x57, 0x33, 0xff, 0x90, 0x58, 0x34, 0xff, 0x91, 0x5d, 0x39, 0xff, 0x93, 0x5f, 0x3f, 0xff, 0x93, 0x5f, 0x42, 0xff, 0x94, 0x5e, 0x45, 0xff, 0x93, 0x5e, 0x48, 0xff, 0x91, 0x5d, 0x48, 0xff, 0x92, 0x5e, 0x48, 0xff, 0x93, 0x60, 0x48, 0xff, 0x93, 0x5f, 0x49, 0xff, 0x95, 0x60, 0x4a, 0xff, 0x96, 0x62, 0x4b, 0xff, 0x95, 0x63, 0x4c, 0xff, 0x96, 0x66, 0x4d, 0xff, 0x96, 0x67, 0x4b, 0xff, 0x97, 0x67, 0x49, 0xff, 0x97, 0x65, 0x48, 0xff, 0x96, 0x61, 0x44, 0xff, 0x94, 0x5e, 0x40, 0xff, 0x92, 0x5b, 0x3c, 0xff, 0x8d, 0x55, 0x36, 0xff, 0x87, 0x50, 0x30, 0xff, 0xa1, 0x68, 0x43, 0xff, 0xc0, 0x83, 0x57, 0xff, 0xc4, 0x85, 0x57, 0xff, 0xbf, 0x7e, 0x52, 0xff, 0xb7, 0x78, 0x49, 0xff, 0xb4, 0x73, 0x47, 0xff, 0xb5, 0x73, 0x47, 0xff, 0xb9, 0x78, 0x49, 0xff, 0xb8, 0x77, 0x48, 0xff, 0xae, 0x6e, 0x42, 0xff, 0xa5, 0x68, 0x3c, 0xff, 0xa2, 0x65, 0x3c, 0xff, 0x9f, 0x61, 0x3b, 0xff, 0x9c, 0x5e, 0x37, 0xff, 0x99, 0x59, 0x34, 0xff, 0x95, 0x54, 0x33, 0xff, 0x91, 0x50, 0x2f, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x89, 0x46, 0x27, 0xff, 0x85, 0x43, 0x25, 0xff, 0x84, 0x42, 0x23, 0xff, 0x80, 0x41, 0x22, 0xff, 0x7f, 0x3d, 0x21, 0xff, 0x7e, 0x3c, 0x20, 0xff, 0x7c, 0x3c, 0x20, 0xff, 0x7a, 0x38, 0x1d, 0xff, 0x79, 0x37, 0x1c, 0xff, 0x79, 0x37, 0x1c, 0xff, 0x78, 0x37, 0x1d, 0xff, 0x78, 0x37, 0x1f, 0xff, 0x78, 0x36, 0x1c, 0xff, 0x77, 0x36, 0x1c, 0xff, 0x7b, 0x39, 0x21, 0xff, 0x66, 0x2c, 0x14, 0xff, 0x52, 0x1c, 0x05, 0xff, 0x4f, 0x1b, 0x03, 0xff, 0x43, 0x15, 0x03, 0xff, 0x3d, 0x0d, 0x03, 0xff, 0x3e, 0x0e, 0x03, 0xff, 0x3d, 0x11, 0x03, 0xff, 0x3e, 0x0f, 0x03, 0xff, 0x3e, 0x10, 0x03, 0xff, 0x41, 0x14, 0x03, 0xff, 0x41, 0x16, 0x02, 0xff, 0x53, 0x1f, 0x08, 0xff, 0x65, 0x29, 0x0d, 0xff, 0x64, 0x28, 0x09, 0xff, 0x65, 0x2a, 0x0f, 0xff, 0x83, 0x45, 0x24, 0xff, 0x9d, 0x60, 0x39, 0xff, 0x9e, 0x65, 0x3b, 0xff, 0x9c, 0x5d, 0x35, 0xff, 0x94, 0x53, 0x2d, 0xff, 0x92, 0x4f, 0x2c, 0xff, 0x96, 0x55, 0x31, 0xff, 0x9d, 0x5f, 0x38, 0xff, 0xa5, 0x6b, 0x43, 0xff, 0xa8, 0x71, 0x49, 0xff, 0xa9, 0x7a, 0x55, 0xff, 0xa7, 0x7b, 0x5a, 0xff, 0xa7, 0x76, 0x4f, 0xff, 0xa7, 0x6c, 0x44, 0xff, 0x9c, 0x5c, 0x36, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x89, 0x47, 0x28, 0xff, 0x84, 0x42, 0x24, 0xff, 0x82, 0x40, 0x23, 0xff, 0x81, 0x3e, 0x22, 0xff, 0x80, 0x3d, 0x23, 0xff, 0x7f, 0x3c, 0x22, 0xff, 0x83, 0x42, 0x24, 0xff, 0x84, 0x45, 0x27, 0xff, 0x81, 0x43, 0x27, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x7c, 0x3e, 0x25, 0xff, 0x7c, 0x3d, 0x25, 0xff, 0x7c, 0x3d, 0x25, 0xff, 0x7b, 0x3d, 0x25, 0xff, 0x6f, 0x31, 0x1c, 0xff, 0x68, 0x2b, 0x12, 0xff, 0x64, 0x2a, 0x10, 0xff, 0x62, 0x26, 0x0c, 0xff, 0x5f, 0x27, 0x0c, 0xff, 0x62, 0x26, 0x0c, 0xff, 0x65, 0x28, 0x10, 0xff, 0x66, 0x27, 0x0c, 0xff, 0x61, 0x28, 0x0c, 0xff, 0x61, 0x25, 0x0b, 0xff, 0x60, 0x27, 0x0c, 0xff, 0x5f, 0x25, 0x0a, 0xff, 0x61, 0x26, 0x0c, 0xff, 0x60, 0x23, 0x0a, 0xff, 0x5e, 0x27, 0x0c, 0xff, 0x5a, 0x23, 0x0a, 0xff, 0x58, 0x23, 0x0a, 0xff, 0x55, 0x23, 0x06, 0xff, 0x55, 0x1d, 0x06, 0xff, 0x54, 0x1f, 0x05, 0xff, 0x52, 0x1b, 0x03, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x54, 0x1a, 0x03, 0xff, 0x53, 0x1d, 0x05, 0xff, 0x55, 0x1d, 0x06, 0xff, 0x54, 0x1c, 0x06, 0xff, 0x62, 0x25, 0x10, 0xff, 0x8d, 0x4d, 0x2e, 0xff, 0x86, 0x46, 0x28, 0xff, 0x82, 0x41, 0x28, 0xff, 0x7e, 0x3e, 0x25, 0xff, 0x7b, 0x3c, 0x23, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x7a, 0x38, 0x21, 0xff, 0x77, 0x37, 0x1f, 0xff, 0x75, 0x35, 0x1d, 0xff, - 0x75, 0x36, 0x1c, 0xff, 0x75, 0x35, 0x1b, 0xff, 0x74, 0x32, 0x19, 0xff, 0x74, 0x31, 0x18, 0xff, 0x74, 0x33, 0x19, 0xff, 0x75, 0x32, 0x18, 0xff, 0x75, 0x33, 0x19, 0xff, 0x72, 0x31, 0x18, 0xff, 0x6b, 0x2a, 0x12, 0xff, 0x69, 0x2a, 0x14, 0xff, 0x67, 0x2c, 0x0d, 0xff, 0x61, 0x28, 0x10, 0xff, 0x63, 0x27, 0x0d, 0xff, 0x63, 0x29, 0x0d, 0xff, 0x62, 0x27, 0x0b, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x60, 0x26, 0x0a, 0xff, 0x5d, 0x24, 0x09, 0xff, 0x5b, 0x23, 0x07, 0xff, 0x60, 0x27, 0x0a, 0xff, 0x5e, 0x24, 0x08, 0xff, 0x5f, 0x24, 0x06, 0xff, 0x5f, 0x25, 0x0a, 0xff, 0x60, 0x27, 0x0a, 0xff, 0x60, 0x26, 0x0a, 0xff, 0x60, 0x26, 0x0a, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x63, 0x26, 0x0c, 0xff, 0x66, 0x29, 0x0f, 0xff, 0x68, 0x2b, 0x11, 0xff, 0x6b, 0x2c, 0x13, 0xff, 0x6b, 0x2d, 0x13, 0xff, 0x6e, 0x2f, 0x13, 0xff, 0x6f, 0x30, 0x13, 0xff, 0x6f, 0x2f, 0x15, 0xff, 0x6e, 0x2f, 0x13, 0xff, 0x6e, 0x2f, 0x13, 0xff, 0x6d, 0x2f, 0x16, 0xff, 0x6f, 0x30, 0x16, 0xff, 0x72, 0x31, 0x17, 0xff, 0x73, 0x32, 0x17, 0xff, 0x75, 0x35, 0x1c, 0xff, 0x79, 0x38, 0x1f, 0xff, 0x7c, 0x3b, 0x21, 0xff, 0x81, 0x3e, 0x23, 0xff, 0x82, 0x41, 0x23, 0xff, 0x83, 0x44, 0x26, 0xff, 0x82, 0x43, 0x26, 0xff, 0x85, 0x43, 0x27, 0xff, 0x87, 0x47, 0x29, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x92, 0x52, 0x31, 0xff, 0x90, 0x50, 0x2f, 0xff, 0x94, 0x56, 0x32, 0xff, 0x98, 0x58, 0x33, 0xff, 0x9b, 0x5c, 0x34, 0xff, 0xa0, 0x61, 0x3a, 0xff, 0xa8, 0x68, 0x40, 0xff, 0xa1, 0x5f, 0x37, 0xff, 0xa1, 0x60, 0x37, 0xff, 0xa7, 0x66, 0x3e, 0xff, 0xab, 0x6a, 0x41, 0xff, 0xab, 0x6a, 0x41, 0xff, 0xa8, 0x67, 0x3e, 0xff, 0xa7, 0x66, 0x3d, 0xff, 0xaf, 0x6e, 0x43, 0xff, 0xb9, 0x77, 0x49, 0xff, 0xbb, 0x79, 0x4a, 0xff, 0xc0, 0x7c, 0x4d, 0xff, 0xc2, 0x7e, 0x4f, 0xff, 0xc4, 0x81, 0x51, 0xff, 0xc6, 0x82, 0x55, 0xff, 0xc8, 0x84, 0x56, 0xff, 0xcf, 0x88, 0x58, 0xff, 0xd8, 0x8c, 0x5d, 0xff, 0xc6, 0x82, 0x55, 0xff, 0xae, 0x6c, 0x40, 0xff, 0xb3, 0x73, 0x47, 0xff, 0xb3, 0x74, 0x4a, 0xff, 0xb5, 0x76, 0x4a, 0xff, 0xbd, 0x83, 0x4e, 0xff, 0xdc, 0x9c, 0x61, 0xff, 0xfa, 0xa7, 0x6c, 0xff, 0xf9, 0xa0, 0x65, 0xff, 0xfa, 0xa0, 0x66, 0xff, 0xee, 0x9f, 0x65, 0xff, 0xba, 0x7d, 0x4c, 0xff, 0x8b, 0x54, 0x30, 0xff, 0x97, 0x5c, 0x3a, 0xff, 0x94, 0x58, 0x34, 0xff, 0x91, 0x54, 0x31, 0xff, 0x90, 0x54, 0x31, 0xff, 0x8f, 0x55, 0x32, 0xff, 0x8f, 0x57, 0x33, 0xff, 0x90, 0x5a, 0x36, 0xff, 0x90, 0x5d, 0x3a, 0xff, 0x91, 0x5e, 0x3e, 0xff, 0x90, 0x5d, 0x42, 0xff, 0x90, 0x5d, 0x45, 0xff, 0x91, 0x5c, 0x48, 0xff, 0x91, 0x5d, 0x48, 0xff, 0x93, 0x5f, 0x48, 0xff, 0x94, 0x5e, 0x49, 0xff, 0x95, 0x5f, 0x49, 0xff, 0x96, 0x62, 0x4b, 0xff, 0x96, 0x64, 0x4e, 0xff, 0x96, 0x67, 0x4f, 0xff, 0x96, 0x67, 0x4d, 0xff, 0x97, 0x68, 0x4a, 0xff, 0x97, 0x66, 0x49, 0xff, 0x97, 0x62, 0x45, 0xff, 0x96, 0x5d, 0x40, 0xff, 0x95, 0x5a, 0x3f, 0xff, 0x93, 0x59, 0x3c, 0xff, 0x8d, 0x55, 0x37, 0xff, 0xa3, 0x68, 0x44, 0xff, 0xbd, 0x7f, 0x54, 0xff, 0xc0, 0x81, 0x55, 0xff, 0xbe, 0x80, 0x52, 0xff, 0xb9, 0x7a, 0x4c, 0xff, 0xb5, 0x75, 0x49, 0xff, 0xb5, 0x75, 0x48, 0xff, 0xba, 0x79, 0x4a, 0xff, 0xb5, 0x75, 0x48, 0xff, 0xab, 0x6c, 0x43, 0xff, 0xa9, 0x6a, 0x41, 0xff, 0xa8, 0x6a, 0x41, 0xff, 0xa4, 0x67, 0x40, 0xff, 0xa1, 0x64, 0x3d, 0xff, 0x9e, 0x5f, 0x39, 0xff, 0x99, 0x59, 0x35, 0xff, 0x94, 0x55, 0x31, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x8c, 0x49, 0x29, 0xff, 0x87, 0x45, 0x26, 0xff, 0x84, 0x41, 0x25, 0xff, 0x81, 0x40, 0x23, 0xff, 0x7e, 0x3e, 0x21, 0xff, 0x7d, 0x3c, 0x20, 0xff, 0x7d, 0x3c, 0x20, 0xff, 0x7a, 0x38, 0x1e, 0xff, 0x78, 0x36, 0x1b, 0xff, 0x77, 0x35, 0x1a, 0xff, 0x76, 0x36, 0x19, 0xff, 0x75, 0x35, 0x19, 0xff, 0x75, 0x35, 0x19, 0xff, 0x78, 0x36, 0x1a, 0xff, 0x76, 0x35, 0x1b, 0xff, 0x7b, 0x39, 0x21, 0xff, 0x6e, 0x31, 0x16, 0xff, 0x56, 0x1e, 0x06, 0xff, 0x51, 0x1d, 0x03, 0xff, 0x47, 0x12, 0x03, 0xff, 0x3e, 0x0c, 0x03, 0xff, 0x3e, 0x0d, 0x03, 0xff, 0x3f, 0x0f, 0x03, 0xff, 0x3f, 0x10, 0x03, 0xff, 0x41, 0x11, 0x03, 0xff, 0x42, 0x15, 0x03, 0xff, 0x45, 0x16, 0x03, 0xff, 0x5f, 0x24, 0x0a, 0xff, 0x65, 0x2a, 0x0b, 0xff, 0x63, 0x27, 0x0a, 0xff, 0x75, 0x36, 0x18, 0xff, 0x99, 0x5a, 0x36, 0xff, 0x9e, 0x64, 0x3d, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x95, 0x53, 0x2c, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x97, 0x56, 0x31, 0xff, 0xa0, 0x60, 0x3a, 0xff, 0xa4, 0x68, 0x41, 0xff, 0xa7, 0x75, 0x52, 0xff, 0xa5, 0x79, 0x55, 0xff, 0xa5, 0x74, 0x4c, 0xff, 0xa4, 0x6b, 0x43, 0xff, 0x9c, 0x5c, 0x38, 0xff, 0x92, 0x51, 0x2f, 0xff, 0x8a, 0x48, 0x28, 0xff, 0x84, 0x42, 0x24, 0xff, 0x82, 0x3f, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x7e, 0x3c, 0x22, 0xff, 0x7f, 0x3e, 0x23, 0xff, 0x82, 0x40, 0x24, 0xff, 0x86, 0x43, 0x27, 0xff, 0x7e, 0x3f, 0x26, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x7a, 0x3d, 0x24, 0xff, 0x7a, 0x3b, 0x23, 0xff, 0x7a, 0x3c, 0x24, 0xff, 0x6f, 0x31, 0x1b, 0xff, 0x67, 0x2a, 0x12, 0xff, 0x65, 0x29, 0x10, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x60, 0x27, 0x0c, 0xff, 0x5f, 0x27, 0x0d, 0xff, 0x65, 0x29, 0x0f, 0xff, 0x64, 0x26, 0x0c, 0xff, 0x61, 0x26, 0x0c, 0xff, 0x60, 0x26, 0x0c, 0xff, 0x60, 0x25, 0x0a, 0xff, 0x5f, 0x25, 0x0a, 0xff, 0x5f, 0x26, 0x0a, 0xff, 0x5f, 0x27, 0x0c, 0xff, 0x5d, 0x24, 0x0a, 0xff, 0x5c, 0x22, 0x0a, 0xff, 0x58, 0x20, 0x07, 0xff, 0x55, 0x1d, 0x06, 0xff, 0x54, 0x1e, 0x05, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x52, 0x1e, 0x03, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x52, 0x1e, 0x03, 0xff, 0x55, 0x1f, 0x06, 0xff, 0x55, 0x1d, 0x06, 0xff, 0x5b, 0x23, 0x0a, 0xff, 0x87, 0x47, 0x28, 0xff, 0x8b, 0x48, 0x2c, 0xff, 0x86, 0x44, 0x28, 0xff, 0x81, 0x40, 0x26, 0xff, 0x7d, 0x3d, 0x24, 0xff, 0x7b, 0x3b, 0x22, 0xff, 0x7b, 0x3b, 0x22, 0xff, 0x7a, 0x39, 0x20, 0xff, 0x77, 0x37, 0x1f, 0xff, - 0x78, 0x36, 0x1e, 0xff, 0x76, 0x36, 0x1d, 0xff, 0x75, 0x34, 0x1c, 0xff, 0x74, 0x33, 0x1a, 0xff, 0x74, 0x33, 0x19, 0xff, 0x75, 0x34, 0x19, 0xff, 0x75, 0x33, 0x1b, 0xff, 0x75, 0x34, 0x1c, 0xff, 0x70, 0x2f, 0x17, 0xff, 0x6c, 0x2e, 0x15, 0xff, 0x6a, 0x2c, 0x12, 0xff, 0x67, 0x2c, 0x12, 0xff, 0x67, 0x2a, 0x12, 0xff, 0x67, 0x2b, 0x14, 0xff, 0x68, 0x29, 0x12, 0xff, 0x66, 0x2a, 0x11, 0xff, 0x66, 0x29, 0x10, 0xff, 0x67, 0x2a, 0x12, 0xff, 0x65, 0x2a, 0x10, 0xff, 0x62, 0x27, 0x0f, 0xff, 0x64, 0x29, 0x0e, 0xff, 0x63, 0x27, 0x0f, 0xff, 0x62, 0x24, 0x0a, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x60, 0x26, 0x0a, 0xff, 0x5f, 0x25, 0x0a, 0xff, 0x61, 0x25, 0x09, 0xff, 0x63, 0x25, 0x0c, 0xff, 0x62, 0x26, 0x0c, 0xff, 0x63, 0x27, 0x0f, 0xff, 0x67, 0x29, 0x0f, 0xff, 0x68, 0x2b, 0x10, 0xff, 0x6a, 0x2b, 0x10, 0xff, 0x6d, 0x2f, 0x15, 0xff, 0x6d, 0x2e, 0x15, 0xff, 0x6c, 0x2f, 0x13, 0xff, 0x6d, 0x2d, 0x13, 0xff, 0x6c, 0x2d, 0x13, 0xff, 0x6c, 0x2d, 0x14, 0xff, 0x6d, 0x2f, 0x16, 0xff, 0x71, 0x30, 0x16, 0xff, 0x74, 0x33, 0x19, 0xff, 0x74, 0x31, 0x18, 0xff, 0x75, 0x35, 0x1b, 0xff, 0x78, 0x38, 0x1d, 0xff, 0x7c, 0x3b, 0x22, 0xff, 0x7f, 0x3e, 0x23, 0xff, 0x82, 0x42, 0x24, 0xff, 0x83, 0x43, 0x26, 0xff, 0x82, 0x43, 0x27, 0xff, 0x84, 0x42, 0x27, 0xff, 0x87, 0x45, 0x29, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x90, 0x52, 0x2f, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x92, 0x54, 0x31, 0xff, 0x96, 0x57, 0x32, 0xff, 0x9a, 0x5a, 0x35, 0xff, 0x9e, 0x5e, 0x38, 0xff, 0x9f, 0x5f, 0x39, 0xff, 0x98, 0x55, 0x31, 0xff, 0x9e, 0x5b, 0x34, 0xff, 0xa1, 0x5f, 0x36, 0xff, 0xa6, 0x63, 0x39, 0xff, 0xaa, 0x68, 0x3e, 0xff, 0xac, 0x6a, 0x40, 0xff, 0xae, 0x6c, 0x42, 0xff, 0xaf, 0x6d, 0x44, 0xff, 0xb0, 0x6f, 0x43, 0xff, 0xb0, 0x6f, 0x45, 0xff, 0xb6, 0x74, 0x48, 0xff, 0xbc, 0x7b, 0x4d, 0xff, 0xc2, 0x7f, 0x50, 0xff, 0xc7, 0x82, 0x54, 0xff, 0xc8, 0x82, 0x54, 0xff, 0xce, 0x86, 0x56, 0xff, 0xd7, 0x8d, 0x5c, 0xff, 0xc9, 0x84, 0x56, 0xff, 0xb2, 0x72, 0x44, 0xff, 0xb5, 0x74, 0x46, 0xff, 0xb7, 0x77, 0x4a, 0xff, 0xb6, 0x76, 0x4a, 0xff, 0xb7, 0x79, 0x4a, 0xff, 0xc1, 0x83, 0x52, 0xff, 0xe2, 0x9a, 0x65, 0xff, 0xfd, 0xa8, 0x6b, 0xff, 0xed, 0x9f, 0x65, 0xff, 0xb5, 0x78, 0x4e, 0xff, 0x91, 0x54, 0x33, 0xff, 0x96, 0x57, 0x35, 0xff, 0x92, 0x55, 0x30, 0xff, 0x8f, 0x52, 0x2e, 0xff, 0x8f, 0x51, 0x2e, 0xff, 0x90, 0x52, 0x2e, 0xff, 0x8f, 0x53, 0x30, 0xff, 0x90, 0x55, 0x32, 0xff, 0x8f, 0x58, 0x33, 0xff, 0x8f, 0x5a, 0x36, 0xff, 0x90, 0x5c, 0x3a, 0xff, 0x90, 0x5c, 0x3e, 0xff, 0x91, 0x5c, 0x42, 0xff, 0x91, 0x5d, 0x45, 0xff, 0x90, 0x5c, 0x47, 0xff, 0x92, 0x5e, 0x48, 0xff, 0x95, 0x60, 0x4a, 0xff, 0x96, 0x60, 0x4b, 0xff, 0x97, 0x65, 0x4d, 0xff, 0x96, 0x66, 0x4e, 0xff, 0x96, 0x66, 0x50, 0xff, 0x96, 0x68, 0x4f, 0xff, 0x98, 0x68, 0x4c, 0xff, 0x98, 0x66, 0x49, 0xff, 0x97, 0x62, 0x45, 0xff, 0x97, 0x61, 0x42, 0xff, 0x95, 0x5e, 0x3f, 0xff, 0x95, 0x5c, 0x3e, 0xff, 0x92, 0x59, 0x3b, 0xff, 0xa6, 0x6a, 0x47, 0xff, 0xba, 0x7e, 0x53, 0xff, 0xbd, 0x7f, 0x52, 0xff, 0xbf, 0x80, 0x52, 0xff, 0xbb, 0x7d, 0x4d, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0xb7, 0x76, 0x49, 0xff, 0xb8, 0x75, 0x49, 0xff, 0xb1, 0x6f, 0x45, 0xff, 0xac, 0x6d, 0x44, 0xff, 0xae, 0x71, 0x46, 0xff, 0xae, 0x70, 0x47, 0xff, 0xac, 0x6e, 0x47, 0xff, 0xa7, 0x6b, 0x45, 0xff, 0xa3, 0x66, 0x40, 0xff, 0x9e, 0x61, 0x3b, 0xff, 0x99, 0x5a, 0x36, 0xff, 0x92, 0x53, 0x30, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x89, 0x48, 0x27, 0xff, 0x86, 0x44, 0x25, 0xff, 0x81, 0x3f, 0x24, 0xff, 0x7f, 0x3e, 0x22, 0xff, 0x7d, 0x3c, 0x21, 0xff, 0x7b, 0x3a, 0x1f, 0xff, 0x7b, 0x39, 0x1d, 0xff, 0x78, 0x37, 0x1b, 0xff, 0x76, 0x35, 0x19, 0xff, 0x75, 0x35, 0x17, 0xff, 0x75, 0x34, 0x18, 0xff, 0x75, 0x35, 0x18, 0xff, 0x76, 0x35, 0x19, 0xff, 0x76, 0x34, 0x1d, 0xff, 0x77, 0x36, 0x1d, 0xff, 0x7a, 0x39, 0x20, 0xff, 0x72, 0x33, 0x1d, 0xff, 0x52, 0x1b, 0x09, 0xff, 0x4e, 0x1a, 0x03, 0xff, 0x48, 0x17, 0x04, 0xff, 0x3e, 0x10, 0x03, 0xff, 0x3e, 0x0d, 0x03, 0xff, 0x3f, 0x0f, 0x03, 0xff, 0x41, 0x11, 0x03, 0xff, 0x42, 0x15, 0x03, 0xff, 0x46, 0x16, 0x03, 0xff, 0x5a, 0x23, 0x08, 0xff, 0x63, 0x27, 0x0b, 0xff, 0x63, 0x26, 0x0b, 0xff, 0x66, 0x29, 0x0e, 0xff, 0x8a, 0x4d, 0x2c, 0xff, 0x9b, 0x5f, 0x36, 0xff, 0x99, 0x5b, 0x33, 0xff, 0x93, 0x53, 0x2d, 0xff, 0x90, 0x4e, 0x29, 0xff, 0x8f, 0x4d, 0x2a, 0xff, 0x91, 0x51, 0x2e, 0xff, 0x97, 0x56, 0x33, 0xff, 0x9b, 0x5b, 0x36, 0xff, 0xa5, 0x71, 0x4c, 0xff, 0xa4, 0x76, 0x50, 0xff, 0xa3, 0x70, 0x4a, 0xff, 0xa3, 0x66, 0x41, 0xff, 0x9c, 0x5b, 0x36, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x8a, 0x47, 0x28, 0xff, 0x85, 0x43, 0x25, 0xff, 0x82, 0x40, 0x23, 0xff, 0x82, 0x3f, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x83, 0x40, 0x24, 0xff, 0x83, 0x41, 0x23, 0xff, 0x86, 0x45, 0x27, 0xff, 0x7e, 0x3f, 0x26, 0xff, 0x80, 0x42, 0x26, 0xff, 0x7e, 0x3f, 0x25, 0xff, 0x7e, 0x3d, 0x25, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x79, 0x3c, 0x24, 0xff, 0x79, 0x3a, 0x23, 0xff, 0x77, 0x3a, 0x22, 0xff, 0x6c, 0x2e, 0x19, 0xff, 0x67, 0x2a, 0x12, 0xff, 0x64, 0x28, 0x10, 0xff, 0x62, 0x28, 0x0c, 0xff, 0x5e, 0x26, 0x0b, 0xff, 0x5f, 0x23, 0x0a, 0xff, 0x66, 0x2a, 0x0e, 0xff, 0x63, 0x26, 0x0c, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x60, 0x27, 0x0b, 0xff, 0x5f, 0x25, 0x09, 0xff, 0x5f, 0x25, 0x09, 0xff, 0x5e, 0x27, 0x0c, 0xff, 0x5c, 0x24, 0x09, 0xff, 0x5c, 0x24, 0x09, 0xff, 0x59, 0x21, 0x09, 0xff, 0x57, 0x1c, 0x06, 0xff, 0x55, 0x23, 0x06, 0xff, 0x54, 0x1d, 0x05, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x52, 0x1b, 0x03, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x52, 0x1b, 0x03, 0xff, 0x55, 0x1d, 0x06, 0xff, 0x55, 0x1e, 0x06, 0xff, 0x54, 0x1c, 0x03, 0xff, 0x7e, 0x42, 0x24, 0xff, 0x91, 0x50, 0x2f, 0xff, 0x89, 0x48, 0x2b, 0xff, 0x85, 0x43, 0x27, 0xff, 0x82, 0x42, 0x25, 0xff, 0x7e, 0x3d, 0x24, 0xff, 0x7d, 0x3b, 0x22, 0xff, 0x7b, 0x3a, 0x22, 0xff, 0x79, 0x38, 0x20, 0xff, - 0x7b, 0x37, 0x20, 0xff, 0x79, 0x36, 0x1e, 0xff, 0x79, 0x36, 0x1e, 0xff, 0x78, 0x36, 0x1b, 0xff, 0x75, 0x34, 0x1c, 0xff, 0x76, 0x36, 0x1b, 0xff, 0x76, 0x36, 0x1b, 0xff, 0x74, 0x34, 0x1b, 0xff, 0x72, 0x33, 0x1b, 0xff, 0x6f, 0x31, 0x18, 0xff, 0x6f, 0x32, 0x18, 0xff, 0x6e, 0x30, 0x19, 0xff, 0x6d, 0x30, 0x18, 0xff, 0x6e, 0x32, 0x18, 0xff, 0x6f, 0x31, 0x18, 0xff, 0x6e, 0x31, 0x18, 0xff, 0x6e, 0x30, 0x18, 0xff, 0x71, 0x32, 0x1a, 0xff, 0x6e, 0x2f, 0x18, 0xff, 0x6e, 0x32, 0x16, 0xff, 0x6d, 0x2e, 0x17, 0xff, 0x6a, 0x29, 0x13, 0xff, 0x67, 0x2b, 0x12, 0xff, 0x66, 0x2a, 0x0f, 0xff, 0x63, 0x26, 0x10, 0xff, 0x63, 0x26, 0x0f, 0xff, 0x65, 0x2a, 0x0d, 0xff, 0x65, 0x29, 0x0d, 0xff, 0x65, 0x28, 0x0c, 0xff, 0x65, 0x28, 0x0c, 0xff, 0x66, 0x28, 0x0d, 0xff, 0x6c, 0x2d, 0x13, 0xff, 0x6e, 0x32, 0x18, 0xff, 0x6d, 0x2f, 0x16, 0xff, 0x6a, 0x2d, 0x14, 0xff, 0x6c, 0x2d, 0x13, 0xff, 0x6c, 0x2d, 0x13, 0xff, 0x6b, 0x2c, 0x13, 0xff, 0x6c, 0x2d, 0x13, 0xff, 0x6e, 0x2f, 0x16, 0xff, 0x71, 0x31, 0x17, 0xff, 0x72, 0x32, 0x18, 0xff, 0x75, 0x33, 0x17, 0xff, 0x73, 0x33, 0x1c, 0xff, 0x77, 0x37, 0x1a, 0xff, 0x7d, 0x3b, 0x21, 0xff, 0x7f, 0x3e, 0x22, 0xff, 0x82, 0x41, 0x24, 0xff, 0x84, 0x41, 0x26, 0xff, 0x81, 0x40, 0x26, 0xff, 0x84, 0x44, 0x26, 0xff, 0x88, 0x47, 0x27, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8a, 0x4b, 0x29, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x90, 0x50, 0x30, 0xff, 0x92, 0x54, 0x31, 0xff, 0x98, 0x57, 0x33, 0xff, 0x9b, 0x5b, 0x37, 0xff, 0x96, 0x53, 0x30, 0xff, 0x94, 0x51, 0x2e, 0xff, 0x98, 0x54, 0x30, 0xff, 0x9c, 0x5a, 0x31, 0xff, 0xa1, 0x5d, 0x34, 0xff, 0xa3, 0x5f, 0x37, 0xff, 0xa6, 0x66, 0x3b, 0xff, 0xa8, 0x68, 0x3f, 0xff, 0xae, 0x6d, 0x41, 0xff, 0xb2, 0x70, 0x42, 0xff, 0xb3, 0x70, 0x43, 0xff, 0xb1, 0x6e, 0x43, 0xff, 0xb2, 0x70, 0x46, 0xff, 0xb7, 0x76, 0x4a, 0xff, 0xbc, 0x7b, 0x4e, 0xff, 0xc4, 0x82, 0x53, 0xff, 0xcc, 0x85, 0x56, 0xff, 0xd3, 0x89, 0x59, 0xff, 0xcb, 0x85, 0x55, 0xff, 0xbb, 0x7a, 0x4a, 0xff, 0xb5, 0x75, 0x47, 0xff, 0xb9, 0x7b, 0x4d, 0xff, 0xbb, 0x7c, 0x4d, 0xff, 0xb9, 0x7a, 0x4b, 0xff, 0xba, 0x7c, 0x4d, 0xff, 0xc4, 0x83, 0x52, 0xff, 0xcd, 0x90, 0x5c, 0xff, 0xb0, 0x77, 0x4e, 0xff, 0x8f, 0x51, 0x30, 0xff, 0x96, 0x59, 0x34, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x8e, 0x4e, 0x2c, 0xff, 0x8e, 0x50, 0x2d, 0xff, 0x8d, 0x51, 0x2d, 0xff, 0x8f, 0x53, 0x2d, 0xff, 0x8f, 0x54, 0x30, 0xff, 0x8e, 0x56, 0x33, 0xff, 0x8f, 0x59, 0x33, 0xff, 0x8f, 0x5c, 0x35, 0xff, 0x90, 0x5e, 0x39, 0xff, 0x91, 0x5f, 0x3d, 0xff, 0x91, 0x5f, 0x41, 0xff, 0x92, 0x60, 0x44, 0xff, 0x92, 0x5f, 0x47, 0xff, 0x94, 0x61, 0x4a, 0xff, 0x97, 0x64, 0x4c, 0xff, 0x97, 0x65, 0x4d, 0xff, 0x98, 0x66, 0x4d, 0xff, 0x97, 0x68, 0x4e, 0xff, 0x96, 0x67, 0x4d, 0xff, 0x98, 0x66, 0x4a, 0xff, 0x97, 0x65, 0x49, 0xff, 0x96, 0x63, 0x45, 0xff, 0x96, 0x61, 0x41, 0xff, 0x96, 0x5f, 0x40, 0xff, 0x96, 0x5d, 0x3f, 0xff, 0x91, 0x57, 0x3b, 0xff, 0xa4, 0x6b, 0x48, 0xff, 0xbb, 0x80, 0x56, 0xff, 0xbb, 0x7e, 0x52, 0xff, 0xbd, 0x80, 0x53, 0xff, 0xbd, 0x7f, 0x50, 0xff, 0xbb, 0x7d, 0x4d, 0xff, 0xbb, 0x7e, 0x4e, 0xff, 0xb4, 0x75, 0x49, 0xff, 0xb0, 0x70, 0x46, 0xff, 0xb4, 0x76, 0x49, 0xff, 0xb5, 0x78, 0x4b, 0xff, 0xb5, 0x79, 0x4d, 0xff, 0xb4, 0x7a, 0x4e, 0xff, 0xb1, 0x77, 0x4c, 0xff, 0xab, 0x70, 0x48, 0xff, 0xa5, 0x69, 0x42, 0xff, 0x9f, 0x61, 0x3b, 0xff, 0x97, 0x5a, 0x34, 0xff, 0x91, 0x52, 0x2f, 0xff, 0x8c, 0x4a, 0x2a, 0xff, 0x87, 0x45, 0x27, 0xff, 0x84, 0x43, 0x25, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x7e, 0x3c, 0x21, 0xff, 0x7c, 0x3b, 0x1f, 0xff, 0x7b, 0x3a, 0x1f, 0xff, 0x79, 0x37, 0x1c, 0xff, 0x77, 0x36, 0x1a, 0xff, 0x76, 0x35, 0x17, 0xff, 0x75, 0x34, 0x18, 0xff, 0x75, 0x34, 0x19, 0xff, 0x74, 0x35, 0x18, 0xff, 0x75, 0x36, 0x18, 0xff, 0x76, 0x34, 0x1a, 0xff, 0x77, 0x36, 0x1b, 0xff, 0x79, 0x39, 0x1e, 0xff, 0x76, 0x39, 0x20, 0xff, 0x55, 0x1d, 0x0a, 0xff, 0x51, 0x1e, 0x03, 0xff, 0x47, 0x14, 0x04, 0xff, 0x3f, 0x0f, 0x03, 0xff, 0x3f, 0x10, 0x03, 0xff, 0x41, 0x13, 0x03, 0xff, 0x43, 0x12, 0x03, 0xff, 0x42, 0x13, 0x03, 0xff, 0x4f, 0x1c, 0x07, 0xff, 0x61, 0x25, 0x0f, 0xff, 0x64, 0x27, 0x0e, 0xff, 0x5e, 0x23, 0x07, 0xff, 0x79, 0x3b, 0x1b, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x98, 0x57, 0x30, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8c, 0x4c, 0x2a, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x91, 0x50, 0x2f, 0xff, 0x92, 0x50, 0x2e, 0xff, 0xa3, 0x6c, 0x46, 0xff, 0xa2, 0x70, 0x48, 0xff, 0xa1, 0x6b, 0x42, 0xff, 0xa2, 0x61, 0x3c, 0xff, 0x99, 0x58, 0x34, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x89, 0x47, 0x28, 0xff, 0x86, 0x43, 0x24, 0xff, 0x80, 0x3f, 0x23, 0xff, 0x81, 0x3f, 0x24, 0xff, 0x83, 0x40, 0x24, 0xff, 0x83, 0x42, 0x24, 0xff, 0x85, 0x43, 0x26, 0xff, 0x86, 0x45, 0x27, 0xff, 0x7d, 0x3e, 0x25, 0xff, 0x7e, 0x3e, 0x26, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x7e, 0x3d, 0x26, 0xff, 0x7a, 0x3c, 0x24, 0xff, 0x78, 0x3c, 0x23, 0xff, 0x76, 0x38, 0x22, 0xff, 0x76, 0x39, 0x22, 0xff, 0x6b, 0x2e, 0x16, 0xff, 0x65, 0x28, 0x12, 0xff, 0x62, 0x27, 0x0e, 0xff, 0x60, 0x27, 0x0c, 0xff, 0x5a, 0x24, 0x09, 0xff, 0x5a, 0x24, 0x0a, 0xff, 0x62, 0x27, 0x10, 0xff, 0x63, 0x27, 0x0c, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x60, 0x27, 0x0c, 0xff, 0x5f, 0x25, 0x09, 0xff, 0x5d, 0x26, 0x0a, 0xff, 0x5d, 0x25, 0x0b, 0xff, 0x5b, 0x25, 0x09, 0xff, 0x59, 0x23, 0x09, 0xff, 0x55, 0x1e, 0x06, 0xff, 0x55, 0x1b, 0x06, 0xff, 0x55, 0x23, 0x06, 0xff, 0x55, 0x1c, 0x06, 0xff, 0x50, 0x1c, 0x04, 0xff, 0x50, 0x1a, 0x04, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x54, 0x1d, 0x05, 0xff, 0x55, 0x1f, 0x06, 0xff, 0x55, 0x1f, 0x06, 0xff, 0x5a, 0x24, 0x09, 0xff, 0x59, 0x21, 0x07, 0xff, 0x93, 0x53, 0x32, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x89, 0x47, 0x29, 0xff, 0x84, 0x43, 0x27, 0xff, 0x83, 0x41, 0x26, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x7f, 0x3d, 0x23, 0xff, 0x7b, 0x3b, 0x20, 0xff, - 0x7d, 0x3b, 0x20, 0xff, 0x7b, 0x39, 0x21, 0xff, 0x7a, 0x36, 0x1e, 0xff, 0x77, 0x37, 0x1f, 0xff, 0x78, 0x36, 0x1e, 0xff, 0x77, 0x36, 0x1e, 0xff, 0x77, 0x36, 0x1e, 0xff, 0x75, 0x34, 0x1e, 0xff, 0x74, 0x35, 0x1c, 0xff, 0x73, 0x33, 0x1a, 0xff, 0x74, 0x36, 0x1c, 0xff, 0x73, 0x34, 0x1c, 0xff, 0x75, 0x37, 0x1f, 0xff, 0x76, 0x38, 0x22, 0xff, 0x76, 0x38, 0x21, 0xff, 0x76, 0x39, 0x21, 0xff, 0x78, 0x38, 0x22, 0xff, 0x7a, 0x3a, 0x24, 0xff, 0x79, 0x3b, 0x23, 0xff, 0x78, 0x3a, 0x23, 0xff, 0x77, 0x37, 0x20, 0xff, 0x75, 0x37, 0x1d, 0xff, 0x71, 0x35, 0x1c, 0xff, 0x6e, 0x30, 0x18, 0xff, 0x6a, 0x2d, 0x14, 0xff, 0x69, 0x2b, 0x13, 0xff, 0x68, 0x2c, 0x14, 0xff, 0x66, 0x29, 0x13, 0xff, 0x68, 0x2a, 0x12, 0xff, 0x6b, 0x2c, 0x14, 0xff, 0x6f, 0x33, 0x1a, 0xff, 0x71, 0x31, 0x1b, 0xff, 0x6d, 0x2d, 0x16, 0xff, 0x6d, 0x2d, 0x15, 0xff, 0x6c, 0x2d, 0x15, 0xff, 0x6a, 0x2a, 0x14, 0xff, 0x6c, 0x2d, 0x13, 0xff, 0x6b, 0x2c, 0x14, 0xff, 0x6d, 0x2d, 0x14, 0xff, 0x6c, 0x2d, 0x13, 0xff, 0x6e, 0x30, 0x14, 0xff, 0x71, 0x31, 0x17, 0xff, 0x71, 0x31, 0x18, 0xff, 0x75, 0x34, 0x19, 0xff, 0x78, 0x36, 0x1c, 0xff, 0x7a, 0x38, 0x1f, 0xff, 0x7d, 0x3b, 0x23, 0xff, 0x83, 0x41, 0x24, 0xff, 0x83, 0x41, 0x25, 0xff, 0x7f, 0x3e, 0x24, 0xff, 0x84, 0x43, 0x25, 0xff, 0x86, 0x45, 0x26, 0xff, 0x89, 0x47, 0x28, 0xff, 0x87, 0x45, 0x27, 0xff, 0x86, 0x46, 0x27, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x91, 0x51, 0x2f, 0xff, 0x95, 0x53, 0x32, 0xff, 0x95, 0x54, 0x31, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x93, 0x50, 0x2d, 0xff, 0x94, 0x51, 0x2e, 0xff, 0x97, 0x54, 0x2f, 0xff, 0x9c, 0x59, 0x32, 0xff, 0x9f, 0x5b, 0x33, 0xff, 0xa3, 0x62, 0x36, 0xff, 0xa8, 0x66, 0x3c, 0xff, 0xab, 0x69, 0x40, 0xff, 0xaf, 0x6c, 0x42, 0xff, 0xb4, 0x72, 0x44, 0xff, 0xb6, 0x73, 0x46, 0xff, 0xb5, 0x73, 0x47, 0xff, 0xb5, 0x73, 0x47, 0xff, 0xb7, 0x75, 0x48, 0xff, 0xb8, 0x77, 0x4b, 0xff, 0xc1, 0x7d, 0x52, 0xff, 0xce, 0x87, 0x56, 0xff, 0xcf, 0x88, 0x56, 0xff, 0xcc, 0x85, 0x54, 0xff, 0xb3, 0x74, 0x46, 0xff, 0xbf, 0x80, 0x50, 0xff, 0xc2, 0x84, 0x50, 0xff, 0xc2, 0x84, 0x52, 0xff, 0xbf, 0x7f, 0x4f, 0xff, 0xc1, 0x83, 0x53, 0xff, 0xaa, 0x6f, 0x45, 0xff, 0x88, 0x49, 0x29, 0xff, 0x94, 0x54, 0x32, 0xff, 0x92, 0x50, 0x30, 0xff, 0x8f, 0x4e, 0x2d, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8e, 0x51, 0x2e, 0xff, 0x8e, 0x52, 0x2e, 0xff, 0x8f, 0x55, 0x30, 0xff, 0x8f, 0x57, 0x32, 0xff, 0x90, 0x5a, 0x33, 0xff, 0x91, 0x5d, 0x37, 0xff, 0x92, 0x60, 0x3a, 0xff, 0x93, 0x60, 0x3d, 0xff, 0x94, 0x5f, 0x41, 0xff, 0x93, 0x60, 0x44, 0xff, 0x95, 0x62, 0x47, 0xff, 0x97, 0x63, 0x49, 0xff, 0x97, 0x65, 0x4a, 0xff, 0x97, 0x67, 0x4c, 0xff, 0x97, 0x67, 0x4d, 0xff, 0x98, 0x66, 0x4b, 0xff, 0x98, 0x65, 0x49, 0xff, 0x98, 0x66, 0x49, 0xff, 0x98, 0x63, 0x47, 0xff, 0x96, 0x62, 0x43, 0xff, 0x97, 0x61, 0x41, 0xff, 0x97, 0x5f, 0x41, 0xff, 0x92, 0x59, 0x3c, 0xff, 0xa5, 0x6a, 0x49, 0xff, 0xbc, 0x7e, 0x56, 0xff, 0xbd, 0x7d, 0x52, 0xff, 0xbf, 0x80, 0x54, 0xff, 0xbe, 0x80, 0x52, 0xff, 0xbe, 0x80, 0x50, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xb2, 0x73, 0x45, 0xff, 0xb5, 0x76, 0x48, 0xff, 0xb9, 0x7b, 0x4e, 0xff, 0xbd, 0x80, 0x55, 0xff, 0xbf, 0x83, 0x57, 0xff, 0xc0, 0x83, 0x59, 0xff, 0xbc, 0x81, 0x57, 0xff, 0xb6, 0x7d, 0x52, 0xff, 0xae, 0x74, 0x4c, 0xff, 0xa5, 0x6a, 0x42, 0xff, 0x9c, 0x60, 0x39, 0xff, 0x95, 0x55, 0x31, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x88, 0x45, 0x28, 0xff, 0x85, 0x42, 0x25, 0xff, 0x82, 0x40, 0x23, 0xff, 0x7f, 0x3d, 0x23, 0xff, 0x7d, 0x3c, 0x20, 0xff, 0x7c, 0x3a, 0x1e, 0xff, 0x7b, 0x39, 0x1d, 0xff, 0x77, 0x37, 0x1b, 0xff, 0x76, 0x35, 0x17, 0xff, 0x75, 0x34, 0x18, 0xff, 0x74, 0x33, 0x18, 0xff, 0x75, 0x33, 0x17, 0xff, 0x75, 0x34, 0x16, 0xff, 0x75, 0x35, 0x18, 0xff, 0x76, 0x36, 0x1b, 0xff, 0x79, 0x37, 0x1e, 0xff, 0x7c, 0x38, 0x20, 0xff, 0x76, 0x39, 0x21, 0xff, 0x58, 0x23, 0x0b, 0xff, 0x55, 0x23, 0x04, 0xff, 0x48, 0x15, 0x04, 0xff, 0x3e, 0x0e, 0x03, 0xff, 0x41, 0x13, 0x03, 0xff, 0x43, 0x16, 0x03, 0xff, 0x43, 0x13, 0x02, 0xff, 0x45, 0x14, 0x02, 0xff, 0x59, 0x24, 0x0b, 0xff, 0x61, 0x28, 0x0d, 0xff, 0x5e, 0x24, 0x09, 0xff, 0x6a, 0x30, 0x14, 0xff, 0x8e, 0x4f, 0x2c, 0xff, 0x93, 0x52, 0x2f, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8a, 0x48, 0x27, 0xff, 0x9e, 0x65, 0x41, 0xff, 0xa1, 0x68, 0x41, 0xff, 0xa0, 0x62, 0x3a, 0xff, 0x9b, 0x5a, 0x34, 0xff, 0x96, 0x53, 0x31, 0xff, 0x8d, 0x4c, 0x2a, 0xff, 0x87, 0x46, 0x26, 0xff, 0x84, 0x43, 0x25, 0xff, 0x84, 0x41, 0x24, 0xff, 0x83, 0x42, 0x25, 0xff, 0x84, 0x43, 0x25, 0xff, 0x84, 0x43, 0x25, 0xff, 0x85, 0x42, 0x26, 0xff, 0x88, 0x47, 0x27, 0xff, 0x7f, 0x3e, 0x26, 0xff, 0x7a, 0x3d, 0x24, 0xff, 0x7e, 0x3f, 0x26, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x7a, 0x3c, 0x24, 0xff, 0x77, 0x39, 0x23, 0xff, 0x76, 0x37, 0x21, 0xff, 0x76, 0x37, 0x21, 0xff, 0x6c, 0x2d, 0x16, 0xff, 0x65, 0x2a, 0x12, 0xff, 0x62, 0x27, 0x0e, 0xff, 0x60, 0x25, 0x0c, 0xff, 0x5a, 0x24, 0x09, 0xff, 0x5c, 0x24, 0x0c, 0xff, 0x63, 0x28, 0x10, 0xff, 0x5f, 0x27, 0x0c, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x60, 0x26, 0x0a, 0xff, 0x5f, 0x25, 0x09, 0xff, 0x5e, 0x26, 0x0b, 0xff, 0x59, 0x22, 0x09, 0xff, 0x59, 0x23, 0x09, 0xff, 0x55, 0x1e, 0x05, 0xff, 0x55, 0x1d, 0x05, 0xff, 0x53, 0x1b, 0x04, 0xff, 0x52, 0x19, 0x02, 0xff, 0x52, 0x1a, 0x02, 0xff, 0x52, 0x1c, 0x02, 0xff, 0x51, 0x19, 0x03, 0xff, 0x50, 0x1d, 0x03, 0xff, 0x50, 0x18, 0x03, 0xff, 0x52, 0x19, 0x03, 0xff, 0x55, 0x1c, 0x06, 0xff, 0x55, 0x1d, 0x05, 0xff, 0x5a, 0x24, 0x09, 0xff, 0x5c, 0x24, 0x08, 0xff, 0x84, 0x47, 0x29, 0xff, 0x96, 0x53, 0x32, 0xff, 0x8c, 0x4b, 0x2d, 0xff, 0x88, 0x47, 0x29, 0xff, 0x83, 0x42, 0x26, 0xff, 0x83, 0x41, 0x26, 0xff, 0x81, 0x3f, 0x24, 0xff, 0x7e, 0x3d, 0x22, 0xff, - 0x7e, 0x3c, 0x22, 0xff, 0x7c, 0x3a, 0x21, 0xff, 0x7c, 0x39, 0x21, 0xff, 0x7c, 0x3b, 0x21, 0xff, 0x7b, 0x39, 0x20, 0xff, 0x79, 0x38, 0x1f, 0xff, 0x79, 0x37, 0x20, 0xff, 0x77, 0x36, 0x20, 0xff, 0x73, 0x35, 0x1c, 0xff, 0x75, 0x36, 0x1f, 0xff, 0x77, 0x38, 0x21, 0xff, 0x78, 0x38, 0x22, 0xff, 0x7a, 0x3b, 0x25, 0xff, 0x7d, 0x3e, 0x27, 0xff, 0x7f, 0x40, 0x27, 0xff, 0x82, 0x42, 0x28, 0xff, 0x82, 0x44, 0x29, 0xff, 0x86, 0x48, 0x2a, 0xff, 0x85, 0x46, 0x2a, 0xff, 0x82, 0x44, 0x29, 0xff, 0x83, 0x44, 0x29, 0xff, 0x7e, 0x40, 0x28, 0xff, 0x7b, 0x3d, 0x25, 0xff, 0x78, 0x3a, 0x23, 0xff, 0x74, 0x35, 0x1e, 0xff, 0x70, 0x34, 0x1a, 0xff, 0x6e, 0x30, 0x18, 0xff, 0x6f, 0x31, 0x19, 0xff, 0x75, 0x36, 0x1f, 0xff, 0x76, 0x37, 0x20, 0xff, 0x72, 0x34, 0x1b, 0xff, 0x6d, 0x31, 0x17, 0xff, 0x6a, 0x2e, 0x15, 0xff, 0x6c, 0x2e, 0x16, 0xff, 0x6c, 0x2d, 0x16, 0xff, 0x6e, 0x2e, 0x16, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x6d, 0x2f, 0x16, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x6d, 0x2f, 0x16, 0xff, 0x6e, 0x2f, 0x16, 0xff, 0x6f, 0x31, 0x17, 0xff, 0x71, 0x31, 0x18, 0xff, 0x74, 0x34, 0x18, 0xff, 0x79, 0x36, 0x1d, 0xff, 0x7b, 0x38, 0x21, 0xff, 0x7e, 0x3d, 0x22, 0xff, 0x82, 0x40, 0x24, 0xff, 0x84, 0x42, 0x26, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x82, 0x3f, 0x25, 0xff, 0x86, 0x43, 0x27, 0xff, 0x85, 0x43, 0x27, 0xff, 0x82, 0x41, 0x26, 0xff, 0x86, 0x46, 0x27, 0xff, 0x88, 0x48, 0x2a, 0xff, 0x8a, 0x4b, 0x2d, 0xff, 0x8f, 0x50, 0x30, 0xff, 0x92, 0x51, 0x31, 0xff, 0x8d, 0x4a, 0x2a, 0xff, 0x89, 0x47, 0x26, 0xff, 0x8f, 0x4d, 0x29, 0xff, 0x94, 0x50, 0x2d, 0xff, 0x96, 0x51, 0x2e, 0xff, 0x96, 0x52, 0x2e, 0xff, 0x9a, 0x57, 0x31, 0xff, 0x9e, 0x5c, 0x33, 0xff, 0xa2, 0x62, 0x38, 0xff, 0xa8, 0x66, 0x3d, 0xff, 0xac, 0x68, 0x40, 0xff, 0xaf, 0x6d, 0x42, 0xff, 0xb6, 0x72, 0x45, 0xff, 0xb8, 0x76, 0x49, 0xff, 0xb9, 0x78, 0x49, 0xff, 0xb9, 0x78, 0x49, 0xff, 0xba, 0x77, 0x4c, 0xff, 0xbc, 0x7a, 0x4d, 0xff, 0xbe, 0x7b, 0x4e, 0xff, 0xc8, 0x82, 0x52, 0xff, 0xcf, 0x87, 0x56, 0xff, 0xbb, 0x7c, 0x4d, 0xff, 0xc1, 0x83, 0x53, 0xff, 0xc7, 0x89, 0x55, 0xff, 0xcb, 0x8d, 0x56, 0xff, 0xc9, 0x88, 0x55, 0xff, 0xa6, 0x69, 0x3f, 0xff, 0x89, 0x4c, 0x2a, 0xff, 0x8e, 0x4f, 0x2f, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x8d, 0x4e, 0x2d, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8c, 0x4d, 0x2b, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8e, 0x50, 0x2c, 0xff, 0x8f, 0x53, 0x2e, 0xff, 0x8f, 0x57, 0x30, 0xff, 0x90, 0x5a, 0x31, 0xff, 0x90, 0x5d, 0x34, 0xff, 0x91, 0x5e, 0x37, 0xff, 0x92, 0x60, 0x3b, 0xff, 0x93, 0x62, 0x3e, 0xff, 0x94, 0x62, 0x41, 0xff, 0x96, 0x63, 0x44, 0xff, 0x97, 0x65, 0x46, 0xff, 0x97, 0x67, 0x48, 0xff, 0x96, 0x67, 0x48, 0xff, 0x98, 0x65, 0x49, 0xff, 0x97, 0x65, 0x49, 0xff, 0x96, 0x64, 0x48, 0xff, 0x97, 0x65, 0x48, 0xff, 0x97, 0x64, 0x46, 0xff, 0x97, 0x63, 0x43, 0xff, 0x97, 0x62, 0x42, 0xff, 0x97, 0x5e, 0x40, 0xff, 0x91, 0x56, 0x3b, 0xff, 0xa4, 0x6b, 0x49, 0xff, 0xbb, 0x80, 0x56, 0xff, 0xbc, 0x7d, 0x53, 0xff, 0xbf, 0x80, 0x55, 0xff, 0xc2, 0x82, 0x54, 0xff, 0xc2, 0x81, 0x51, 0xff, 0xb9, 0x78, 0x4a, 0xff, 0xb5, 0x73, 0x48, 0xff, 0xb8, 0x78, 0x4c, 0xff, 0xbf, 0x81, 0x53, 0xff, 0xc7, 0x89, 0x5b, 0xff, 0xce, 0x91, 0x61, 0xff, 0xd2, 0x95, 0x65, 0xff, 0xce, 0x91, 0x63, 0xff, 0xc4, 0x8a, 0x5e, 0xff, 0xba, 0x81, 0x56, 0xff, 0xb0, 0x74, 0x4b, 0xff, 0xa5, 0x69, 0x40, 0xff, 0x9c, 0x5c, 0x37, 0xff, 0x92, 0x52, 0x2f, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x87, 0x44, 0x27, 0xff, 0x82, 0x41, 0x25, 0xff, 0x80, 0x3f, 0x23, 0xff, 0x7f, 0x3c, 0x21, 0xff, 0x7c, 0x3a, 0x1f, 0xff, 0x7a, 0x37, 0x1c, 0xff, 0x78, 0x36, 0x1a, 0xff, 0x76, 0x35, 0x17, 0xff, 0x74, 0x33, 0x16, 0xff, 0x74, 0x33, 0x17, 0xff, 0x74, 0x33, 0x17, 0xff, 0x75, 0x34, 0x18, 0xff, 0x75, 0x36, 0x18, 0xff, 0x76, 0x35, 0x1b, 0xff, 0x77, 0x36, 0x1c, 0xff, 0x79, 0x37, 0x1d, 0xff, 0x7d, 0x3b, 0x21, 0xff, 0x70, 0x32, 0x1b, 0xff, 0x59, 0x1f, 0x08, 0xff, 0x55, 0x21, 0x05, 0xff, 0x47, 0x19, 0x04, 0xff, 0x40, 0x13, 0x02, 0xff, 0x43, 0x15, 0x03, 0xff, 0x43, 0x15, 0x02, 0xff, 0x42, 0x12, 0x02, 0xff, 0x4c, 0x1a, 0x06, 0xff, 0x60, 0x25, 0x0c, 0xff, 0x61, 0x27, 0x0c, 0xff, 0x5b, 0x1f, 0x05, 0xff, 0x7f, 0x42, 0x23, 0xff, 0x8f, 0x51, 0x2f, 0xff, 0x8d, 0x4c, 0x2c, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8a, 0x49, 0x28, 0xff, 0x89, 0x48, 0x27, 0xff, 0x81, 0x40, 0x23, 0xff, 0x9b, 0x5d, 0x38, 0xff, 0x9e, 0x5e, 0x37, 0xff, 0x9b, 0x58, 0x33, 0xff, 0x97, 0x54, 0x31, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x89, 0x47, 0x27, 0xff, 0x86, 0x44, 0x27, 0xff, 0x84, 0x43, 0x25, 0xff, 0x85, 0x43, 0x25, 0xff, 0x85, 0x43, 0x26, 0xff, 0x85, 0x43, 0x26, 0xff, 0x86, 0x43, 0x27, 0xff, 0x86, 0x44, 0x27, 0xff, 0x89, 0x48, 0x29, 0xff, 0x7f, 0x3f, 0x27, 0xff, 0x79, 0x3b, 0x24, 0xff, 0x7c, 0x3c, 0x25, 0xff, 0x7c, 0x3c, 0x25, 0xff, 0x79, 0x3a, 0x24, 0xff, 0x77, 0x3a, 0x23, 0xff, 0x75, 0x37, 0x21, 0xff, 0x76, 0x36, 0x21, 0xff, 0x6b, 0x2d, 0x15, 0xff, 0x64, 0x28, 0x11, 0xff, 0x63, 0x27, 0x0c, 0xff, 0x60, 0x24, 0x0c, 0xff, 0x5a, 0x23, 0x09, 0xff, 0x60, 0x24, 0x0c, 0xff, 0x5e, 0x27, 0x0c, 0xff, 0x5f, 0x27, 0x0c, 0xff, 0x60, 0x26, 0x0c, 0xff, 0x5f, 0x27, 0x0d, 0xff, 0x5c, 0x23, 0x09, 0xff, 0x5d, 0x24, 0x09, 0xff, 0x5b, 0x24, 0x08, 0xff, 0x56, 0x1f, 0x05, 0xff, 0x56, 0x20, 0x05, 0xff, 0x55, 0x1f, 0x06, 0xff, 0x53, 0x1a, 0x04, 0xff, 0x51, 0x19, 0x02, 0xff, 0x50, 0x18, 0x03, 0xff, 0x50, 0x18, 0x03, 0xff, 0x51, 0x19, 0x03, 0xff, 0x51, 0x19, 0x02, 0xff, 0x51, 0x19, 0x02, 0xff, 0x53, 0x1c, 0x04, 0xff, 0x55, 0x1d, 0x06, 0xff, 0x55, 0x1d, 0x06, 0xff, 0x58, 0x20, 0x07, 0xff, 0x5d, 0x25, 0x0a, 0xff, 0x5b, 0x21, 0x08, 0xff, 0x99, 0x57, 0x37, 0xff, 0x91, 0x50, 0x2f, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x89, 0x47, 0x29, 0xff, 0x85, 0x43, 0x27, 0xff, 0x84, 0x42, 0x26, 0xff, 0x82, 0x40, 0x24, 0xff, - 0x81, 0x3f, 0x24, 0xff, 0x80, 0x3d, 0x23, 0xff, 0x7f, 0x3c, 0x22, 0xff, 0x7f, 0x3b, 0x21, 0xff, 0x7c, 0x3a, 0x21, 0xff, 0x7b, 0x39, 0x21, 0xff, 0x7c, 0x3a, 0x22, 0xff, 0x74, 0x35, 0x1c, 0xff, 0x76, 0x36, 0x20, 0xff, 0x78, 0x38, 0x22, 0xff, 0x7c, 0x3c, 0x23, 0xff, 0x7f, 0x40, 0x27, 0xff, 0x82, 0x42, 0x29, 0xff, 0x86, 0x47, 0x2c, 0xff, 0x87, 0x4b, 0x2d, 0xff, 0x8b, 0x4d, 0x2f, 0xff, 0x90, 0x53, 0x34, 0xff, 0x93, 0x58, 0x36, 0xff, 0x93, 0x58, 0x36, 0xff, 0x90, 0x54, 0x36, 0xff, 0x8f, 0x53, 0x33, 0xff, 0x8f, 0x52, 0x34, 0xff, 0x8a, 0x4d, 0x2f, 0xff, 0x85, 0x49, 0x2c, 0xff, 0x81, 0x44, 0x28, 0xff, 0x7a, 0x3c, 0x24, 0xff, 0x80, 0x42, 0x28, 0xff, 0x81, 0x41, 0x28, 0xff, 0x7c, 0x3d, 0x24, 0xff, 0x74, 0x36, 0x22, 0xff, 0x73, 0x34, 0x1c, 0xff, 0x71, 0x33, 0x18, 0xff, 0x70, 0x32, 0x18, 0xff, 0x6e, 0x32, 0x16, 0xff, 0x6f, 0x2f, 0x16, 0xff, 0x70, 0x30, 0x16, 0xff, 0x6e, 0x30, 0x18, 0xff, 0x6d, 0x30, 0x17, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x6c, 0x2e, 0x15, 0xff, 0x6e, 0x2e, 0x16, 0xff, 0x6f, 0x2f, 0x15, 0xff, 0x71, 0x31, 0x18, 0xff, 0x74, 0x33, 0x18, 0xff, 0x78, 0x37, 0x1d, 0xff, 0x7b, 0x3a, 0x21, 0xff, 0x7e, 0x3d, 0x22, 0xff, 0x82, 0x40, 0x24, 0xff, 0x85, 0x44, 0x26, 0xff, 0x84, 0x44, 0x26, 0xff, 0x82, 0x43, 0x27, 0xff, 0x83, 0x40, 0x26, 0xff, 0x7f, 0x3d, 0x24, 0xff, 0x83, 0x41, 0x26, 0xff, 0x85, 0x43, 0x28, 0xff, 0x87, 0x46, 0x2b, 0xff, 0x89, 0x4a, 0x2c, 0xff, 0x8e, 0x4f, 0x2f, 0xff, 0x8f, 0x4d, 0x2e, 0xff, 0x81, 0x3d, 0x23, 0xff, 0x86, 0x42, 0x26, 0xff, 0x8b, 0x48, 0x28, 0xff, 0x90, 0x4c, 0x2a, 0xff, 0x91, 0x4e, 0x2a, 0xff, 0x93, 0x4f, 0x2d, 0xff, 0x97, 0x51, 0x2f, 0xff, 0x9a, 0x57, 0x30, 0xff, 0x9e, 0x5c, 0x34, 0xff, 0xa2, 0x61, 0x39, 0xff, 0xa8, 0x65, 0x3b, 0xff, 0xaa, 0x69, 0x40, 0xff, 0xb2, 0x6f, 0x43, 0xff, 0xb5, 0x72, 0x45, 0xff, 0xba, 0x77, 0x4a, 0xff, 0xc0, 0x7e, 0x4f, 0xff, 0xc5, 0x7f, 0x51, 0xff, 0xcc, 0x84, 0x56, 0xff, 0xcb, 0x84, 0x56, 0xff, 0xc2, 0x7f, 0x51, 0xff, 0xc1, 0x7e, 0x50, 0xff, 0xbf, 0x7e, 0x51, 0xff, 0xc1, 0x85, 0x53, 0xff, 0xc9, 0x90, 0x58, 0xff, 0xd0, 0x94, 0x5e, 0xff, 0xb8, 0x77, 0x4a, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8b, 0x4c, 0x2c, 0xff, 0x89, 0x4b, 0x2b, 0xff, 0x8a, 0x4b, 0x2b, 0xff, 0x8c, 0x4a, 0x2b, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8c, 0x4f, 0x2c, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x8e, 0x4f, 0x2d, 0xff, 0x90, 0x54, 0x2f, 0xff, 0x90, 0x58, 0x31, 0xff, 0x91, 0x5a, 0x32, 0xff, 0x92, 0x5c, 0x34, 0xff, 0x92, 0x5f, 0x37, 0xff, 0x93, 0x62, 0x3b, 0xff, 0x95, 0x65, 0x3e, 0xff, 0x98, 0x66, 0x41, 0xff, 0x98, 0x66, 0x44, 0xff, 0x97, 0x67, 0x45, 0xff, 0x98, 0x67, 0x45, 0xff, 0x98, 0x67, 0x46, 0xff, 0x98, 0x66, 0x45, 0xff, 0x96, 0x65, 0x45, 0xff, 0x96, 0x65, 0x46, 0xff, 0x97, 0x64, 0x45, 0xff, 0x97, 0x63, 0x44, 0xff, 0x96, 0x61, 0x42, 0xff, 0x96, 0x5f, 0x3e, 0xff, 0x91, 0x59, 0x3a, 0xff, 0xa0, 0x66, 0x46, 0xff, 0xb8, 0x7c, 0x54, 0xff, 0xbe, 0x7f, 0x55, 0xff, 0xbf, 0x80, 0x54, 0xff, 0xc3, 0x84, 0x54, 0xff, 0xc3, 0x82, 0x52, 0xff, 0xb9, 0x7a, 0x4a, 0xff, 0xb6, 0x78, 0x49, 0xff, 0xbc, 0x7e, 0x51, 0xff, 0xc5, 0x88, 0x59, 0xff, 0xd5, 0x95, 0x63, 0xff, 0xe6, 0x9e, 0x6c, 0xff, 0xee, 0xa5, 0x74, 0xff, 0xea, 0xa4, 0x73, 0xff, 0xdb, 0x9c, 0x6c, 0xff, 0xc9, 0x90, 0x62, 0xff, 0xbb, 0x82, 0x56, 0xff, 0xaf, 0x73, 0x4b, 0xff, 0xa1, 0x64, 0x3d, 0xff, 0x96, 0x57, 0x32, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x88, 0x49, 0x28, 0xff, 0x85, 0x43, 0x26, 0xff, 0x82, 0x40, 0x24, 0xff, 0x7e, 0x3d, 0x22, 0xff, 0x7d, 0x3a, 0x1f, 0xff, 0x7b, 0x37, 0x1b, 0xff, 0x78, 0x36, 0x19, 0xff, 0x75, 0x36, 0x17, 0xff, 0x75, 0x34, 0x17, 0xff, 0x74, 0x33, 0x17, 0xff, 0x74, 0x33, 0x17, 0xff, 0x75, 0x35, 0x17, 0xff, 0x74, 0x36, 0x1a, 0xff, 0x76, 0x36, 0x1d, 0xff, 0x78, 0x36, 0x1c, 0xff, 0x79, 0x36, 0x1d, 0xff, 0x79, 0x38, 0x1f, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x6c, 0x30, 0x17, 0xff, 0x59, 0x20, 0x07, 0xff, 0x54, 0x1e, 0x04, 0xff, 0x45, 0x16, 0x03, 0xff, 0x43, 0x15, 0x02, 0xff, 0x44, 0x13, 0x02, 0xff, 0x45, 0x13, 0x02, 0xff, 0x46, 0x14, 0x02, 0xff, 0x51, 0x1b, 0x03, 0xff, 0x60, 0x26, 0x0b, 0xff, 0x62, 0x26, 0x0b, 0xff, 0x66, 0x27, 0x0e, 0xff, 0x8e, 0x4e, 0x2e, 0xff, 0x90, 0x50, 0x2e, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8b, 0x4c, 0x29, 0xff, 0x88, 0x46, 0x27, 0xff, 0x7c, 0x3b, 0x21, 0xff, 0x95, 0x53, 0x30, 0xff, 0x99, 0x56, 0x30, 0xff, 0x96, 0x52, 0x2f, 0xff, 0x90, 0x4e, 0x2c, 0xff, 0x8a, 0x47, 0x28, 0xff, 0x87, 0x43, 0x27, 0xff, 0x84, 0x42, 0x25, 0xff, 0x83, 0x42, 0x25, 0xff, 0x84, 0x43, 0x25, 0xff, 0x85, 0x43, 0x27, 0xff, 0x87, 0x44, 0x28, 0xff, 0x89, 0x49, 0x28, 0xff, 0x87, 0x46, 0x28, 0xff, 0x8b, 0x4a, 0x2a, 0xff, 0x80, 0x41, 0x26, 0xff, 0x78, 0x3a, 0x24, 0xff, 0x7b, 0x3b, 0x25, 0xff, 0x7b, 0x3d, 0x26, 0xff, 0x78, 0x3b, 0x23, 0xff, 0x76, 0x38, 0x22, 0xff, 0x75, 0x36, 0x21, 0xff, 0x77, 0x37, 0x22, 0xff, 0x6b, 0x2b, 0x14, 0xff, 0x66, 0x29, 0x12, 0xff, 0x61, 0x25, 0x0b, 0xff, 0x5c, 0x23, 0x0c, 0xff, 0x5a, 0x22, 0x09, 0xff, 0x5e, 0x25, 0x0b, 0xff, 0x61, 0x25, 0x0c, 0xff, 0x5e, 0x25, 0x0a, 0xff, 0x5d, 0x25, 0x0b, 0xff, 0x5a, 0x22, 0x0a, 0xff, 0x5c, 0x23, 0x09, 0xff, 0x5c, 0x20, 0x09, 0xff, 0x57, 0x1f, 0x05, 0xff, 0x55, 0x1e, 0x05, 0xff, 0x57, 0x20, 0x06, 0xff, 0x52, 0x1b, 0x02, 0xff, 0x52, 0x1a, 0x02, 0xff, 0x52, 0x1a, 0x02, 0xff, 0x50, 0x18, 0x02, 0xff, 0x50, 0x16, 0x02, 0xff, 0x50, 0x17, 0x02, 0xff, 0x50, 0x18, 0x02, 0xff, 0x52, 0x1a, 0x02, 0xff, 0x54, 0x1c, 0x04, 0xff, 0x55, 0x1d, 0x05, 0xff, 0x55, 0x1e, 0x05, 0xff, 0x57, 0x20, 0x06, 0xff, 0x5e, 0x23, 0x09, 0xff, 0x5e, 0x26, 0x0b, 0xff, 0x75, 0x38, 0x1e, 0xff, 0x9f, 0x5f, 0x3c, 0xff, 0x92, 0x51, 0x2f, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8a, 0x48, 0x29, 0xff, 0x87, 0x43, 0x28, 0xff, 0x85, 0x41, 0x26, 0xff, - 0x84, 0x41, 0x26, 0xff, 0x81, 0x40, 0x25, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x7f, 0x3b, 0x22, 0xff, 0x7c, 0x3b, 0x21, 0xff, 0x78, 0x38, 0x20, 0xff, 0x77, 0x35, 0x20, 0xff, 0x7a, 0x39, 0x22, 0xff, 0x7e, 0x3d, 0x23, 0xff, 0x81, 0x41, 0x27, 0xff, 0x86, 0x46, 0x29, 0xff, 0x89, 0x4b, 0x2d, 0xff, 0x8e, 0x4e, 0x31, 0xff, 0x92, 0x57, 0x35, 0xff, 0x97, 0x5d, 0x3d, 0xff, 0x9c, 0x62, 0x44, 0xff, 0xa3, 0x69, 0x49, 0xff, 0xa2, 0x69, 0x49, 0xff, 0xa2, 0x6a, 0x49, 0xff, 0x9f, 0x67, 0x47, 0xff, 0x9c, 0x63, 0x43, 0xff, 0x9b, 0x61, 0x41, 0xff, 0x93, 0x57, 0x39, 0xff, 0x91, 0x56, 0x34, 0xff, 0x96, 0x58, 0x39, 0xff, 0x91, 0x53, 0x34, 0xff, 0x89, 0x49, 0x2c, 0xff, 0x82, 0x42, 0x28, 0xff, 0x7b, 0x3d, 0x25, 0xff, 0x77, 0x36, 0x22, 0xff, 0x74, 0x35, 0x1e, 0xff, 0x73, 0x33, 0x18, 0xff, 0x72, 0x32, 0x1b, 0xff, 0x72, 0x32, 0x18, 0xff, 0x6f, 0x2f, 0x18, 0xff, 0x6f, 0x30, 0x18, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x6c, 0x2f, 0x15, 0xff, 0x6d, 0x2f, 0x16, 0xff, 0x6f, 0x2f, 0x18, 0xff, 0x6f, 0x2f, 0x16, 0xff, 0x72, 0x31, 0x17, 0xff, 0x74, 0x33, 0x19, 0xff, 0x78, 0x35, 0x1d, 0xff, 0x7d, 0x3a, 0x22, 0xff, 0x7f, 0x3e, 0x23, 0xff, 0x82, 0x41, 0x24, 0xff, 0x87, 0x46, 0x27, 0xff, 0x86, 0x46, 0x29, 0xff, 0x81, 0x3f, 0x24, 0xff, 0x7c, 0x3b, 0x23, 0xff, 0x7f, 0x3e, 0x24, 0xff, 0x81, 0x42, 0x26, 0xff, 0x84, 0x43, 0x27, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x89, 0x49, 0x2d, 0xff, 0x87, 0x48, 0x2b, 0xff, 0x80, 0x3d, 0x23, 0xff, 0x80, 0x3d, 0x22, 0xff, 0x84, 0x42, 0x25, 0xff, 0x87, 0x45, 0x26, 0xff, 0x89, 0x48, 0x27, 0xff, 0x8b, 0x4a, 0x28, 0xff, 0x90, 0x4d, 0x2b, 0xff, 0x93, 0x4f, 0x2c, 0xff, 0x97, 0x53, 0x2e, 0xff, 0x9b, 0x58, 0x32, 0xff, 0x9f, 0x5c, 0x35, 0xff, 0xa4, 0x62, 0x3a, 0xff, 0xa8, 0x66, 0x3d, 0xff, 0xaf, 0x6c, 0x43, 0xff, 0xba, 0x7a, 0x4a, 0xff, 0xc0, 0x7d, 0x4d, 0xff, 0xc2, 0x80, 0x4f, 0xff, 0xc7, 0x80, 0x51, 0xff, 0xcd, 0x85, 0x56, 0xff, 0xd2, 0x89, 0x57, 0xff, 0xd5, 0x8a, 0x58, 0xff, 0xd6, 0x89, 0x59, 0xff, 0xcb, 0x87, 0x57, 0xff, 0xc6, 0x87, 0x55, 0xff, 0xc9, 0x8e, 0x58, 0xff, 0xb8, 0x7e, 0x50, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8a, 0x4d, 0x2b, 0xff, 0x8b, 0x4e, 0x2a, 0xff, 0x89, 0x4b, 0x29, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x89, 0x4a, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8c, 0x4d, 0x2c, 0xff, 0x8b, 0x4d, 0x2b, 0xff, 0x8c, 0x4e, 0x2c, 0xff, 0x8d, 0x4d, 0x2c, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8e, 0x53, 0x2e, 0xff, 0x90, 0x56, 0x30, 0xff, 0x92, 0x57, 0x31, 0xff, 0x92, 0x5a, 0x33, 0xff, 0x94, 0x5c, 0x35, 0xff, 0x96, 0x60, 0x39, 0xff, 0x97, 0x65, 0x3d, 0xff, 0x97, 0x67, 0x40, 0xff, 0x96, 0x67, 0x41, 0xff, 0x97, 0x66, 0x41, 0xff, 0x97, 0x67, 0x42, 0xff, 0x97, 0x67, 0x42, 0xff, 0x97, 0x65, 0x44, 0xff, 0x97, 0x65, 0x43, 0xff, 0x97, 0x65, 0x43, 0xff, 0x97, 0x64, 0x45, 0xff, 0x97, 0x61, 0x43, 0xff, 0x97, 0x5e, 0x40, 0xff, 0x95, 0x5e, 0x3f, 0xff, 0x92, 0x5a, 0x3d, 0xff, 0x98, 0x60, 0x40, 0xff, 0xb5, 0x78, 0x51, 0xff, 0xc3, 0x83, 0x59, 0xff, 0xc1, 0x80, 0x55, 0xff, 0xc4, 0x84, 0x57, 0xff, 0xc0, 0x81, 0x53, 0xff, 0xb9, 0x79, 0x4c, 0xff, 0xb8, 0x7a, 0x4c, 0xff, 0xbf, 0x82, 0x53, 0xff, 0xcc, 0x8e, 0x5e, 0xff, 0xe4, 0x9c, 0x69, 0xff, 0xf7, 0xab, 0x77, 0xff, 0xfc, 0xb3, 0x7f, 0xff, 0xfd, 0xb5, 0x81, 0xff, 0xf8, 0xae, 0x7e, 0xff, 0xe6, 0xa2, 0x73, 0xff, 0xcb, 0x91, 0x63, 0xff, 0xb8, 0x7e, 0x54, 0xff, 0xaa, 0x6e, 0x46, 0xff, 0x9e, 0x60, 0x39, 0xff, 0x94, 0x53, 0x31, 0xff, 0x8d, 0x4b, 0x2b, 0xff, 0x86, 0x44, 0x28, 0xff, 0x81, 0x40, 0x25, 0xff, 0x7e, 0x3d, 0x22, 0xff, 0x7d, 0x3b, 0x1f, 0xff, 0x7b, 0x38, 0x1b, 0xff, 0x76, 0x34, 0x1a, 0xff, 0x76, 0x35, 0x18, 0xff, 0x75, 0x35, 0x18, 0xff, 0x75, 0x33, 0x18, 0xff, 0x75, 0x33, 0x18, 0xff, 0x75, 0x35, 0x18, 0xff, 0x77, 0x36, 0x1b, 0xff, 0x77, 0x36, 0x1e, 0xff, 0x78, 0x36, 0x1c, 0xff, 0x79, 0x36, 0x1d, 0xff, 0x7a, 0x38, 0x1e, 0xff, 0x7c, 0x3b, 0x21, 0xff, 0x83, 0x41, 0x27, 0xff, 0x67, 0x2b, 0x11, 0xff, 0x59, 0x21, 0x06, 0xff, 0x4f, 0x1c, 0x05, 0xff, 0x45, 0x14, 0x02, 0xff, 0x44, 0x12, 0x02, 0xff, 0x48, 0x14, 0x02, 0xff, 0x4a, 0x13, 0x02, 0xff, 0x4a, 0x15, 0x02, 0xff, 0x56, 0x20, 0x05, 0xff, 0x60, 0x25, 0x0b, 0xff, 0x64, 0x27, 0x0d, 0xff, 0x70, 0x31, 0x19, 0xff, 0x8c, 0x4b, 0x2b, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x8b, 0x49, 0x29, 0xff, 0x8a, 0x49, 0x29, 0xff, 0x85, 0x45, 0x27, 0xff, 0x7a, 0x39, 0x1f, 0xff, 0x91, 0x4e, 0x2d, 0xff, 0x94, 0x51, 0x2e, 0xff, 0x8f, 0x4b, 0x2b, 0xff, 0x8a, 0x47, 0x28, 0xff, 0x87, 0x44, 0x26, 0xff, 0x83, 0x43, 0x24, 0xff, 0x81, 0x3f, 0x24, 0xff, 0x81, 0x41, 0x24, 0xff, 0x83, 0x42, 0x26, 0xff, 0x86, 0x43, 0x27, 0xff, 0x89, 0x47, 0x29, 0xff, 0x89, 0x49, 0x2b, 0xff, 0x87, 0x46, 0x29, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x82, 0x42, 0x27, 0xff, 0x78, 0x3a, 0x24, 0xff, 0x7a, 0x3b, 0x25, 0xff, 0x7b, 0x3d, 0x25, 0xff, 0x78, 0x3b, 0x23, 0xff, 0x76, 0x36, 0x23, 0xff, 0x75, 0x36, 0x21, 0xff, 0x75, 0x36, 0x22, 0xff, 0x67, 0x29, 0x14, 0xff, 0x65, 0x29, 0x12, 0xff, 0x61, 0x24, 0x0e, 0xff, 0x5c, 0x23, 0x09, 0xff, 0x5b, 0x22, 0x0a, 0xff, 0x5f, 0x23, 0x0c, 0xff, 0x5f, 0x22, 0x0c, 0xff, 0x5e, 0x22, 0x09, 0xff, 0x5c, 0x25, 0x09, 0xff, 0x59, 0x21, 0x09, 0xff, 0x5a, 0x20, 0x05, 0xff, 0x56, 0x1f, 0x06, 0xff, 0x56, 0x20, 0x07, 0xff, 0x56, 0x1e, 0x05, 0xff, 0x55, 0x22, 0x05, 0xff, 0x52, 0x19, 0x02, 0xff, 0x52, 0x1a, 0x02, 0xff, 0x52, 0x1a, 0x02, 0xff, 0x4f, 0x17, 0x02, 0xff, 0x4e, 0x16, 0x02, 0xff, 0x50, 0x18, 0x02, 0xff, 0x50, 0x18, 0x02, 0xff, 0x50, 0x18, 0x02, 0xff, 0x54, 0x1c, 0x04, 0xff, 0x54, 0x1c, 0x05, 0xff, 0x55, 0x1e, 0x05, 0xff, 0x59, 0x23, 0x09, 0xff, 0x5c, 0x24, 0x09, 0xff, 0x56, 0x1e, 0x05, 0xff, 0x5b, 0x22, 0x0c, 0xff, 0x8e, 0x4e, 0x30, 0xff, 0x9a, 0x58, 0x36, 0xff, 0x93, 0x51, 0x30, 0xff, 0x8d, 0x4b, 0x2d, 0xff, 0x8a, 0x48, 0x2a, 0xff, 0x87, 0x43, 0x27, 0xff, - 0x89, 0x47, 0x28, 0xff, 0x85, 0x42, 0x26, 0xff, 0x84, 0x41, 0x27, 0xff, 0x82, 0x40, 0x24, 0xff, 0x7f, 0x3d, 0x22, 0xff, 0x7c, 0x39, 0x21, 0xff, 0x7b, 0x38, 0x20, 0xff, 0x7b, 0x39, 0x21, 0xff, 0x7d, 0x3c, 0x24, 0xff, 0x81, 0x3f, 0x25, 0xff, 0x84, 0x47, 0x28, 0xff, 0x88, 0x4b, 0x2d, 0xff, 0x8f, 0x50, 0x31, 0xff, 0x97, 0x5b, 0x39, 0xff, 0x9c, 0x63, 0x43, 0xff, 0xa5, 0x6b, 0x4a, 0xff, 0xac, 0x76, 0x54, 0xff, 0xb2, 0x7d, 0x5b, 0xff, 0xb7, 0x81, 0x5e, 0xff, 0xb7, 0x83, 0x60, 0xff, 0xb4, 0x80, 0x5f, 0xff, 0xb0, 0x7b, 0x5a, 0xff, 0xac, 0x75, 0x53, 0xff, 0xad, 0x77, 0x55, 0xff, 0xac, 0x74, 0x53, 0xff, 0xa3, 0x6a, 0x49, 0xff, 0x9b, 0x60, 0x40, 0xff, 0x92, 0x55, 0x36, 0xff, 0x8b, 0x4d, 0x2e, 0xff, 0x81, 0x43, 0x28, 0xff, 0x7e, 0x40, 0x25, 0xff, 0x77, 0x39, 0x23, 0xff, 0x76, 0x38, 0x21, 0xff, 0x75, 0x34, 0x1c, 0xff, 0x72, 0x32, 0x18, 0xff, 0x70, 0x30, 0x18, 0xff, 0x70, 0x30, 0x16, 0xff, 0x6f, 0x2f, 0x18, 0xff, 0x6e, 0x2f, 0x16, 0xff, 0x70, 0x30, 0x16, 0xff, 0x71, 0x30, 0x16, 0xff, 0x73, 0x32, 0x19, 0xff, 0x73, 0x33, 0x18, 0xff, 0x74, 0x34, 0x1c, 0xff, 0x78, 0x36, 0x1e, 0xff, 0x7d, 0x3a, 0x22, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x81, 0x40, 0x24, 0xff, 0x85, 0x45, 0x26, 0xff, 0x86, 0x44, 0x27, 0xff, 0x80, 0x3f, 0x25, 0xff, 0x7d, 0x3c, 0x23, 0xff, 0x80, 0x40, 0x24, 0xff, 0x81, 0x42, 0x26, 0xff, 0x83, 0x44, 0x29, 0xff, 0x86, 0x48, 0x2d, 0xff, 0x88, 0x48, 0x2c, 0xff, 0x80, 0x3f, 0x25, 0xff, 0x78, 0x36, 0x1d, 0xff, 0x7e, 0x3c, 0x22, 0xff, 0x82, 0x40, 0x24, 0xff, 0x84, 0x42, 0x25, 0xff, 0x85, 0x42, 0x26, 0xff, 0x88, 0x44, 0x26, 0xff, 0x8d, 0x4b, 0x28, 0xff, 0x92, 0x4f, 0x2c, 0xff, 0x94, 0x51, 0x2d, 0xff, 0x9a, 0x55, 0x2f, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0xa2, 0x61, 0x37, 0xff, 0xac, 0x69, 0x3f, 0xff, 0xb6, 0x74, 0x48, 0xff, 0xb8, 0x78, 0x49, 0xff, 0xbb, 0x79, 0x49, 0xff, 0xc0, 0x7d, 0x4c, 0xff, 0xc6, 0x7f, 0x50, 0xff, 0xcf, 0x85, 0x53, 0xff, 0xd2, 0x8b, 0x57, 0xff, 0xd7, 0x8d, 0x5a, 0xff, 0xda, 0x90, 0x5d, 0xff, 0xd9, 0x8e, 0x5c, 0xff, 0xda, 0x90, 0x5b, 0xff, 0xd0, 0x89, 0x5a, 0xff, 0xa0, 0x64, 0x3e, 0xff, 0x83, 0x44, 0x26, 0xff, 0x88, 0x4a, 0x2a, 0xff, 0x88, 0x49, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x88, 0x49, 0x28, 0xff, 0x88, 0x4a, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8d, 0x4e, 0x2c, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x90, 0x54, 0x2e, 0xff, 0x91, 0x55, 0x30, 0xff, 0x92, 0x58, 0x32, 0xff, 0x94, 0x5c, 0x33, 0xff, 0x96, 0x5d, 0x34, 0xff, 0x96, 0x61, 0x38, 0xff, 0x97, 0x64, 0x3c, 0xff, 0x96, 0x64, 0x3c, 0xff, 0x97, 0x65, 0x3e, 0xff, 0x98, 0x66, 0x3e, 0xff, 0x96, 0x67, 0x3d, 0xff, 0x96, 0x67, 0x3f, 0xff, 0x97, 0x65, 0x40, 0xff, 0x96, 0x65, 0x40, 0xff, 0x96, 0x65, 0x41, 0xff, 0x98, 0x64, 0x44, 0xff, 0x97, 0x62, 0x43, 0xff, 0x95, 0x5f, 0x40, 0xff, 0x95, 0x5c, 0x3f, 0xff, 0x92, 0x59, 0x3d, 0xff, 0x8f, 0x56, 0x39, 0xff, 0xb1, 0x73, 0x4f, 0xff, 0xc8, 0x89, 0x5c, 0xff, 0xc1, 0x81, 0x55, 0xff, 0xc4, 0x83, 0x57, 0xff, 0xbe, 0x7e, 0x52, 0xff, 0xb7, 0x79, 0x4e, 0xff, 0xba, 0x7c, 0x4f, 0xff, 0xc2, 0x86, 0x56, 0xff, 0xd4, 0x94, 0x62, 0xff, 0xee, 0xa6, 0x71, 0xff, 0xfb, 0xb6, 0x81, 0xff, 0xfc, 0xc2, 0x8e, 0xff, 0xfc, 0xc9, 0x93, 0xff, 0xfc, 0xc4, 0x8f, 0xff, 0xfc, 0xb7, 0x85, 0xff, 0xe7, 0xa4, 0x74, 0xff, 0xc8, 0x8e, 0x60, 0xff, 0xb1, 0x78, 0x4f, 0xff, 0xa3, 0x68, 0x40, 0xff, 0x97, 0x59, 0x33, 0xff, 0x8d, 0x4d, 0x2d, 0xff, 0x86, 0x47, 0x28, 0xff, 0x82, 0x43, 0x25, 0xff, 0x80, 0x3e, 0x24, 0xff, 0x7e, 0x3c, 0x21, 0xff, 0x7c, 0x3a, 0x1f, 0xff, 0x7a, 0x38, 0x1b, 0xff, 0x78, 0x36, 0x19, 0xff, 0x76, 0x33, 0x18, 0xff, 0x75, 0x34, 0x18, 0xff, 0x75, 0x35, 0x18, 0xff, 0x75, 0x35, 0x18, 0xff, 0x77, 0x36, 0x1b, 0xff, 0x77, 0x36, 0x1e, 0xff, 0x78, 0x37, 0x1e, 0xff, 0x78, 0x36, 0x1c, 0xff, 0x7a, 0x38, 0x1e, 0xff, 0x7c, 0x3a, 0x21, 0xff, 0x7e, 0x3d, 0x23, 0xff, 0x83, 0x42, 0x27, 0xff, 0x68, 0x2c, 0x11, 0xff, 0x58, 0x24, 0x08, 0xff, 0x49, 0x16, 0x04, 0xff, 0x49, 0x13, 0x02, 0xff, 0x4c, 0x15, 0x02, 0xff, 0x4c, 0x17, 0x02, 0xff, 0x4e, 0x1b, 0x02, 0xff, 0x4d, 0x17, 0x02, 0xff, 0x57, 0x1f, 0x07, 0xff, 0x67, 0x29, 0x11, 0xff, 0x67, 0x29, 0x11, 0xff, 0x80, 0x40, 0x22, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x88, 0x48, 0x29, 0xff, 0x83, 0x44, 0x26, 0xff, 0x7a, 0x39, 0x21, 0xff, 0x8c, 0x4b, 0x2b, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x8b, 0x49, 0x28, 0xff, 0x87, 0x45, 0x25, 0xff, 0x84, 0x42, 0x24, 0xff, 0x82, 0x40, 0x24, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x81, 0x3f, 0x24, 0xff, 0x83, 0x42, 0x26, 0xff, 0x86, 0x46, 0x28, 0xff, 0x89, 0x48, 0x2a, 0xff, 0x87, 0x48, 0x29, 0xff, 0x89, 0x49, 0x2b, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x84, 0x46, 0x28, 0xff, 0x79, 0x3b, 0x24, 0xff, 0x78, 0x39, 0x23, 0xff, 0x7c, 0x3c, 0x25, 0xff, 0x79, 0x3b, 0x23, 0xff, 0x76, 0x36, 0x23, 0xff, 0x75, 0x36, 0x21, 0xff, 0x73, 0x34, 0x1f, 0xff, 0x67, 0x2c, 0x13, 0xff, 0x65, 0x29, 0x12, 0xff, 0x63, 0x26, 0x0e, 0xff, 0x5e, 0x24, 0x0b, 0xff, 0x5b, 0x23, 0x09, 0xff, 0x62, 0x26, 0x0d, 0xff, 0x5e, 0x22, 0x09, 0xff, 0x5f, 0x25, 0x0c, 0xff, 0x5b, 0x24, 0x09, 0xff, 0x58, 0x22, 0x09, 0xff, 0x57, 0x20, 0x08, 0xff, 0x54, 0x1e, 0x05, 0xff, 0x56, 0x1e, 0x05, 0xff, 0x56, 0x1d, 0x05, 0xff, 0x56, 0x21, 0x05, 0xff, 0x54, 0x1c, 0x04, 0xff, 0x52, 0x19, 0x02, 0xff, 0x52, 0x1a, 0x02, 0xff, 0x51, 0x1d, 0x04, 0xff, 0x50, 0x19, 0x02, 0xff, 0x51, 0x19, 0x02, 0xff, 0x50, 0x18, 0x02, 0xff, 0x52, 0x1c, 0x02, 0xff, 0x53, 0x1b, 0x04, 0xff, 0x55, 0x1d, 0x05, 0xff, 0x56, 0x1d, 0x05, 0xff, 0x5b, 0x23, 0x0a, 0xff, 0x55, 0x1e, 0x06, 0xff, 0x54, 0x21, 0x05, 0xff, 0x54, 0x1d, 0x04, 0xff, 0x6d, 0x35, 0x17, 0xff, 0xa3, 0x65, 0x40, 0xff, 0x98, 0x59, 0x34, 0xff, 0x94, 0x51, 0x2f, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x8c, 0x4b, 0x2a, 0xff, - 0x8e, 0x4b, 0x2b, 0xff, 0x89, 0x48, 0x29, 0xff, 0x86, 0x45, 0x27, 0xff, 0x82, 0x40, 0x24, 0xff, 0x7d, 0x3c, 0x21, 0xff, 0x7d, 0x3a, 0x22, 0xff, 0x7c, 0x3a, 0x22, 0xff, 0x7c, 0x3b, 0x23, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x82, 0x41, 0x26, 0xff, 0x85, 0x46, 0x29, 0xff, 0x8b, 0x4d, 0x2d, 0xff, 0x92, 0x54, 0x33, 0xff, 0x9b, 0x60, 0x3e, 0xff, 0xa5, 0x6b, 0x4a, 0xff, 0xaf, 0x78, 0x56, 0xff, 0xb9, 0x84, 0x62, 0xff, 0xc5, 0x8f, 0x6b, 0xff, 0xcd, 0x98, 0x72, 0xff, 0xd3, 0x9a, 0x75, 0xff, 0xd2, 0x9b, 0x74, 0xff, 0xcc, 0x96, 0x71, 0xff, 0xd4, 0x9a, 0x73, 0xff, 0xc8, 0x95, 0x6f, 0xff, 0xbd, 0x87, 0x63, 0xff, 0xb5, 0x7f, 0x5d, 0xff, 0xa9, 0x71, 0x4f, 0xff, 0x9e, 0x62, 0x43, 0xff, 0x94, 0x56, 0x37, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x84, 0x45, 0x2a, 0xff, 0x80, 0x42, 0x27, 0xff, 0x7a, 0x3b, 0x24, 0xff, 0x78, 0x37, 0x21, 0xff, 0x76, 0x35, 0x1e, 0xff, 0x74, 0x33, 0x1b, 0xff, 0x72, 0x32, 0x17, 0xff, 0x71, 0x31, 0x18, 0xff, 0x70, 0x30, 0x18, 0xff, 0x73, 0x33, 0x1a, 0xff, 0x74, 0x33, 0x1a, 0xff, 0x75, 0x34, 0x1c, 0xff, 0x77, 0x34, 0x1c, 0xff, 0x76, 0x35, 0x1f, 0xff, 0x7a, 0x38, 0x20, 0xff, 0x7e, 0x3b, 0x23, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x81, 0x40, 0x24, 0xff, 0x83, 0x42, 0x26, 0xff, 0x84, 0x41, 0x26, 0xff, 0x86, 0x45, 0x27, 0xff, 0x83, 0x45, 0x27, 0xff, 0x81, 0x41, 0x26, 0xff, 0x82, 0x42, 0x27, 0xff, 0x84, 0x48, 0x2b, 0xff, 0x88, 0x49, 0x2d, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x73, 0x32, 0x19, 0xff, 0x78, 0x37, 0x20, 0xff, 0x7d, 0x3b, 0x20, 0xff, 0x80, 0x3e, 0x22, 0xff, 0x81, 0x40, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x84, 0x42, 0x25, 0xff, 0x8b, 0x46, 0x27, 0xff, 0x90, 0x4b, 0x28, 0xff, 0x92, 0x4d, 0x2c, 0xff, 0x97, 0x51, 0x2e, 0xff, 0x9c, 0x59, 0x32, 0xff, 0xa6, 0x64, 0x3a, 0xff, 0xaf, 0x6c, 0x42, 0xff, 0xb4, 0x72, 0x46, 0xff, 0xb8, 0x76, 0x4a, 0xff, 0xbb, 0x7a, 0x4a, 0xff, 0xc0, 0x7c, 0x4c, 0xff, 0xc5, 0x81, 0x4f, 0xff, 0xcf, 0x88, 0x55, 0xff, 0xd3, 0x8f, 0x5b, 0xff, 0xd7, 0x92, 0x61, 0xff, 0xde, 0x95, 0x66, 0xff, 0xe7, 0x9c, 0x69, 0xff, 0xe0, 0x95, 0x62, 0xff, 0xc3, 0x80, 0x53, 0xff, 0xb3, 0x71, 0x49, 0xff, 0x9c, 0x5c, 0x38, 0xff, 0x85, 0x47, 0x27, 0xff, 0x87, 0x49, 0x28, 0xff, 0x87, 0x48, 0x27, 0xff, 0x88, 0x49, 0x28, 0xff, 0x89, 0x4a, 0x28, 0xff, 0x88, 0x49, 0x29, 0xff, 0x88, 0x48, 0x29, 0xff, 0x89, 0x49, 0x29, 0xff, 0x8b, 0x49, 0x29, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8c, 0x4e, 0x2b, 0xff, 0x8d, 0x4f, 0x2c, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x53, 0x2f, 0xff, 0x93, 0x58, 0x31, 0xff, 0x94, 0x5b, 0x32, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x97, 0x5f, 0x36, 0xff, 0x97, 0x63, 0x3a, 0xff, 0x97, 0x64, 0x3b, 0xff, 0x98, 0x64, 0x3b, 0xff, 0x97, 0x64, 0x3c, 0xff, 0x97, 0x65, 0x3c, 0xff, 0x98, 0x65, 0x3b, 0xff, 0x97, 0x64, 0x3b, 0xff, 0x97, 0x64, 0x3c, 0xff, 0x96, 0x64, 0x3d, 0xff, 0x96, 0x64, 0x3e, 0xff, 0x97, 0x63, 0x41, 0xff, 0x95, 0x61, 0x42, 0xff, 0x94, 0x5e, 0x40, 0xff, 0x93, 0x5b, 0x3e, 0xff, 0x91, 0x5a, 0x3d, 0xff, 0x8d, 0x54, 0x38, 0xff, 0xab, 0x6e, 0x4b, 0xff, 0xc7, 0x87, 0x5c, 0xff, 0xc2, 0x82, 0x57, 0xff, 0xc3, 0x84, 0x59, 0xff, 0xbe, 0x80, 0x54, 0xff, 0xb7, 0x79, 0x4f, 0xff, 0xbb, 0x7d, 0x52, 0xff, 0xc3, 0x87, 0x59, 0xff, 0xd8, 0x98, 0x64, 0xff, 0xf3, 0xaa, 0x74, 0xff, 0xfd, 0xbf, 0x88, 0xff, 0xfb, 0xd6, 0x99, 0xff, 0xfc, 0xe5, 0xa2, 0xff, 0xfc, 0xe0, 0xa1, 0xff, 0xfd, 0xcb, 0x95, 0xff, 0xf6, 0xb3, 0x83, 0xff, 0xdb, 0x9c, 0x6f, 0xff, 0xbc, 0x84, 0x5a, 0xff, 0xa9, 0x6f, 0x48, 0xff, 0x9d, 0x5f, 0x39, 0xff, 0x93, 0x52, 0x30, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x85, 0x45, 0x26, 0xff, 0x83, 0x41, 0x25, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x7e, 0x3b, 0x21, 0xff, 0x7c, 0x39, 0x1d, 0xff, 0x79, 0x37, 0x1b, 0xff, 0x77, 0x35, 0x19, 0xff, 0x77, 0x35, 0x18, 0xff, 0x77, 0x35, 0x18, 0xff, 0x77, 0x35, 0x18, 0xff, 0x78, 0x36, 0x1b, 0xff, 0x77, 0x36, 0x1f, 0xff, 0x78, 0x36, 0x1e, 0xff, 0x7a, 0x37, 0x1e, 0xff, 0x7b, 0x39, 0x1f, 0xff, 0x7d, 0x3a, 0x20, 0xff, 0x7f, 0x3d, 0x22, 0xff, 0x82, 0x3f, 0x23, 0xff, 0x7b, 0x3b, 0x22, 0xff, 0x69, 0x2c, 0x13, 0xff, 0x54, 0x20, 0x05, 0xff, 0x4c, 0x14, 0x02, 0xff, 0x4e, 0x14, 0x02, 0xff, 0x4c, 0x19, 0x02, 0xff, 0x4d, 0x18, 0x02, 0xff, 0x4f, 0x15, 0x02, 0xff, 0x4d, 0x16, 0x01, 0xff, 0x60, 0x25, 0x0d, 0xff, 0x66, 0x29, 0x11, 0xff, 0x6a, 0x2c, 0x12, 0xff, 0x82, 0x43, 0x23, 0xff, 0x8a, 0x48, 0x28, 0xff, 0x88, 0x47, 0x28, 0xff, 0x83, 0x43, 0x26, 0xff, 0x7a, 0x3a, 0x21, 0xff, 0x89, 0x46, 0x28, 0xff, 0x8d, 0x4a, 0x29, 0xff, 0x89, 0x47, 0x26, 0xff, 0x85, 0x42, 0x24, 0xff, 0x82, 0x3f, 0x23, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x81, 0x3f, 0x25, 0xff, 0x82, 0x42, 0x26, 0xff, 0x86, 0x46, 0x28, 0xff, 0x88, 0x47, 0x28, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x88, 0x4a, 0x2b, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x82, 0x42, 0x26, 0xff, 0x7a, 0x3c, 0x24, 0xff, 0x77, 0x38, 0x22, 0xff, 0x7a, 0x3b, 0x24, 0xff, 0x77, 0x3a, 0x23, 0xff, 0x76, 0x36, 0x22, 0xff, 0x76, 0x36, 0x22, 0xff, 0x6e, 0x30, 0x19, 0xff, 0x67, 0x2c, 0x13, 0xff, 0x65, 0x29, 0x12, 0xff, 0x64, 0x27, 0x10, 0xff, 0x5f, 0x23, 0x0c, 0xff, 0x5c, 0x24, 0x0a, 0xff, 0x60, 0x26, 0x0f, 0xff, 0x5f, 0x22, 0x09, 0xff, 0x5e, 0x24, 0x0a, 0xff, 0x5b, 0x24, 0x09, 0xff, 0x59, 0x22, 0x09, 0xff, 0x57, 0x20, 0x07, 0xff, 0x55, 0x1e, 0x05, 0xff, 0x54, 0x1d, 0x05, 0xff, 0x55, 0x1c, 0x05, 0xff, 0x56, 0x1e, 0x05, 0xff, 0x54, 0x1c, 0x05, 0xff, 0x52, 0x1a, 0x03, 0xff, 0x52, 0x1a, 0x02, 0xff, 0x51, 0x19, 0x02, 0xff, 0x52, 0x1c, 0x03, 0xff, 0x50, 0x18, 0x02, 0xff, 0x53, 0x1b, 0x04, 0xff, 0x54, 0x1f, 0x04, 0xff, 0x53, 0x1d, 0x04, 0xff, 0x53, 0x1c, 0x05, 0xff, 0x59, 0x1e, 0x05, 0xff, 0x55, 0x1d, 0x08, 0xff, 0x4d, 0x19, 0x03, 0xff, 0x52, 0x1b, 0x03, 0xff, 0x53, 0x1f, 0x03, 0xff, 0x4c, 0x17, 0x02, 0xff, 0x85, 0x4c, 0x2e, 0xff, 0xa9, 0x69, 0x3f, 0xff, 0x9b, 0x57, 0x34, 0xff, 0x95, 0x52, 0x30, 0xff, 0x90, 0x4e, 0x2d, 0xff, - 0x93, 0x4f, 0x2d, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x8b, 0x49, 0x29, 0xff, 0x84, 0x42, 0x27, 0xff, 0x82, 0x40, 0x24, 0xff, 0x7e, 0x3d, 0x23, 0xff, 0x7f, 0x3d, 0x23, 0xff, 0x7f, 0x3e, 0x23, 0xff, 0x82, 0x41, 0x26, 0xff, 0x83, 0x42, 0x27, 0xff, 0x87, 0x46, 0x29, 0xff, 0x8e, 0x4c, 0x2d, 0xff, 0x93, 0x56, 0x34, 0xff, 0x9d, 0x63, 0x3f, 0xff, 0xaa, 0x6f, 0x4b, 0xff, 0xb4, 0x7f, 0x5b, 0xff, 0xc2, 0x8e, 0x68, 0xff, 0xd4, 0x9c, 0x76, 0xff, 0xe6, 0xa9, 0x81, 0xff, 0xf2, 0xae, 0x86, 0xff, 0xef, 0xb2, 0x89, 0xff, 0xf7, 0xbd, 0x95, 0xff, 0xf8, 0xb4, 0x8b, 0xff, 0xe9, 0xa6, 0x7f, 0xff, 0xd1, 0x9b, 0x73, 0xff, 0xc2, 0x8e, 0x67, 0xff, 0xb8, 0x82, 0x5e, 0xff, 0xab, 0x73, 0x4f, 0xff, 0x9f, 0x62, 0x42, 0xff, 0x95, 0x58, 0x36, 0xff, 0x8d, 0x4e, 0x2e, 0xff, 0x85, 0x48, 0x2a, 0xff, 0x80, 0x41, 0x25, 0xff, 0x7d, 0x3c, 0x23, 0xff, 0x7a, 0x39, 0x22, 0xff, 0x77, 0x35, 0x20, 0xff, 0x78, 0x35, 0x1f, 0xff, 0x76, 0x34, 0x1e, 0xff, 0x74, 0x34, 0x1d, 0xff, 0x75, 0x34, 0x1d, 0xff, 0x75, 0x35, 0x1e, 0xff, 0x78, 0x35, 0x1f, 0xff, 0x7a, 0x38, 0x1f, 0xff, 0x7b, 0x39, 0x22, 0xff, 0x7c, 0x3a, 0x22, 0xff, 0x7e, 0x3d, 0x23, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x82, 0x41, 0x26, 0xff, 0x82, 0x40, 0x26, 0xff, 0x84, 0x44, 0x27, 0xff, 0x8b, 0x49, 0x2a, 0xff, 0x89, 0x49, 0x29, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x87, 0x46, 0x2b, 0xff, 0x88, 0x4a, 0x2c, 0xff, 0x84, 0x45, 0x28, 0xff, 0x71, 0x32, 0x19, 0xff, 0x73, 0x31, 0x15, 0xff, 0x77, 0x37, 0x1b, 0xff, 0x7a, 0x39, 0x1f, 0xff, 0x7e, 0x3b, 0x21, 0xff, 0x7f, 0x3d, 0x22, 0xff, 0x80, 0x3f, 0x22, 0xff, 0x84, 0x41, 0x24, 0xff, 0x87, 0x44, 0x26, 0xff, 0x8e, 0x49, 0x27, 0xff, 0x92, 0x4e, 0x2a, 0xff, 0x95, 0x51, 0x2c, 0xff, 0x9d, 0x5a, 0x30, 0xff, 0xa9, 0x66, 0x3b, 0xff, 0xad, 0x6c, 0x40, 0xff, 0xb2, 0x70, 0x45, 0xff, 0xb6, 0x75, 0x48, 0xff, 0xba, 0x79, 0x4a, 0xff, 0xbd, 0x79, 0x4a, 0xff, 0xc4, 0x7e, 0x4d, 0xff, 0xd0, 0x89, 0x56, 0xff, 0xd4, 0x8f, 0x5a, 0xff, 0xd6, 0x92, 0x60, 0xff, 0xdd, 0x95, 0x66, 0xff, 0xe3, 0x98, 0x6a, 0xff, 0xcd, 0x8c, 0x63, 0xff, 0xb8, 0x7e, 0x57, 0xff, 0xbc, 0x7e, 0x53, 0xff, 0xbb, 0x7b, 0x50, 0xff, 0xa4, 0x63, 0x3e, 0xff, 0x84, 0x42, 0x23, 0xff, 0x87, 0x45, 0x28, 0xff, 0x88, 0x46, 0x28, 0xff, 0x87, 0x44, 0x27, 0xff, 0x88, 0x46, 0x27, 0xff, 0x89, 0x49, 0x28, 0xff, 0x8a, 0x4a, 0x29, 0xff, 0x8b, 0x4b, 0x29, 0xff, 0x8d, 0x4b, 0x2a, 0xff, 0x8f, 0x4e, 0x2c, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x93, 0x55, 0x2f, 0xff, 0x94, 0x58, 0x31, 0xff, 0x97, 0x5d, 0x33, 0xff, 0x97, 0x5f, 0x36, 0xff, 0x98, 0x62, 0x3a, 0xff, 0x98, 0x64, 0x3a, 0xff, 0x98, 0x64, 0x3c, 0xff, 0x97, 0x64, 0x3c, 0xff, 0x97, 0x64, 0x3c, 0xff, 0x97, 0x64, 0x3c, 0xff, 0x99, 0x65, 0x3b, 0xff, 0x99, 0x65, 0x3a, 0xff, 0x97, 0x64, 0x39, 0xff, 0x97, 0x64, 0x3a, 0xff, 0x98, 0x64, 0x3c, 0xff, 0x97, 0x64, 0x3f, 0xff, 0x96, 0x61, 0x3f, 0xff, 0x92, 0x5b, 0x3e, 0xff, 0x91, 0x58, 0x3c, 0xff, 0x91, 0x58, 0x3b, 0xff, 0x90, 0x57, 0x3a, 0xff, 0xa3, 0x68, 0x46, 0xff, 0xbe, 0x80, 0x56, 0xff, 0xc6, 0x84, 0x5a, 0xff, 0xc5, 0x85, 0x59, 0xff, 0xbf, 0x82, 0x56, 0xff, 0xb9, 0x7c, 0x52, 0xff, 0xba, 0x7e, 0x54, 0xff, 0xc1, 0x86, 0x59, 0xff, 0xd9, 0x95, 0x64, 0xff, 0xf4, 0xab, 0x77, 0xff, 0xfd, 0xc4, 0x8c, 0xff, 0xfc, 0xe1, 0x9e, 0xff, 0xfa, 0xf6, 0xaa, 0xff, 0xf8, 0xfa, 0xae, 0xff, 0xfb, 0xe8, 0xa6, 0xff, 0xfe, 0xc7, 0x92, 0xff, 0xee, 0xaa, 0x7b, 0xff, 0xcb, 0x92, 0x65, 0xff, 0xb2, 0x7b, 0x52, 0xff, 0xa4, 0x67, 0x42, 0xff, 0x99, 0x5b, 0x34, 0xff, 0x91, 0x51, 0x2d, 0xff, 0x8b, 0x49, 0x29, 0xff, 0x85, 0x43, 0x26, 0xff, 0x82, 0x40, 0x24, 0xff, 0x7e, 0x3c, 0x21, 0xff, 0x7c, 0x39, 0x1f, 0xff, 0x7b, 0x38, 0x1d, 0xff, 0x79, 0x35, 0x19, 0xff, 0x78, 0x35, 0x18, 0xff, 0x76, 0x35, 0x18, 0xff, 0x77, 0x36, 0x18, 0xff, 0x78, 0x35, 0x1a, 0xff, 0x79, 0x35, 0x1b, 0xff, 0x7a, 0x37, 0x1c, 0xff, 0x7c, 0x3a, 0x1f, 0xff, 0x7c, 0x3a, 0x20, 0xff, 0x7d, 0x3a, 0x21, 0xff, 0x80, 0x3d, 0x22, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x84, 0x42, 0x26, 0xff, 0x74, 0x35, 0x18, 0xff, 0x62, 0x2b, 0x0e, 0xff, 0x52, 0x15, 0x04, 0xff, 0x4b, 0x12, 0x02, 0xff, 0x4b, 0x16, 0x02, 0xff, 0x4b, 0x17, 0x02, 0xff, 0x4c, 0x18, 0x02, 0xff, 0x4c, 0x18, 0x01, 0xff, 0x57, 0x21, 0x07, 0xff, 0x63, 0x29, 0x0e, 0xff, 0x64, 0x26, 0x0e, 0xff, 0x75, 0x37, 0x1d, 0xff, 0x86, 0x44, 0x27, 0xff, 0x87, 0x48, 0x28, 0xff, 0x82, 0x42, 0x26, 0xff, 0x7d, 0x3b, 0x23, 0xff, 0x85, 0x42, 0x25, 0xff, 0x8c, 0x49, 0x29, 0xff, 0x88, 0x46, 0x27, 0xff, 0x83, 0x43, 0x24, 0xff, 0x80, 0x3f, 0x23, 0xff, 0x7f, 0x3c, 0x22, 0xff, 0x7d, 0x3c, 0x22, 0xff, 0x7f, 0x3d, 0x23, 0xff, 0x81, 0x41, 0x25, 0xff, 0x84, 0x44, 0x27, 0xff, 0x87, 0x46, 0x29, 0xff, 0x8a, 0x4b, 0x2a, 0xff, 0x8b, 0x4c, 0x2d, 0xff, 0x90, 0x4f, 0x2e, 0xff, 0x81, 0x41, 0x26, 0xff, 0x7a, 0x3b, 0x26, 0xff, 0x77, 0x39, 0x23, 0xff, 0x79, 0x3b, 0x24, 0xff, 0x78, 0x3a, 0x23, 0xff, 0x75, 0x36, 0x21, 0xff, 0x76, 0x36, 0x21, 0xff, 0x6d, 0x30, 0x19, 0xff, 0x68, 0x2b, 0x14, 0xff, 0x65, 0x28, 0x12, 0xff, 0x62, 0x26, 0x10, 0xff, 0x61, 0x25, 0x0d, 0xff, 0x5e, 0x22, 0x09, 0xff, 0x61, 0x27, 0x0f, 0xff, 0x5e, 0x22, 0x09, 0xff, 0x5d, 0x25, 0x0c, 0xff, 0x5c, 0x24, 0x09, 0xff, 0x5b, 0x23, 0x09, 0xff, 0x58, 0x22, 0x09, 0xff, 0x56, 0x21, 0x09, 0xff, 0x55, 0x1f, 0x07, 0xff, 0x54, 0x1c, 0x05, 0xff, 0x54, 0x1c, 0x05, 0xff, 0x54, 0x1c, 0x05, 0xff, 0x52, 0x19, 0x03, 0xff, 0x51, 0x19, 0x02, 0xff, 0x51, 0x19, 0x02, 0xff, 0x50, 0x16, 0x02, 0xff, 0x52, 0x19, 0x04, 0xff, 0x54, 0x1c, 0x05, 0xff, 0x54, 0x20, 0x05, 0xff, 0x53, 0x1d, 0x04, 0xff, 0x53, 0x1f, 0x03, 0xff, 0x57, 0x1c, 0x03, 0xff, 0x43, 0x12, 0x02, 0xff, 0x41, 0x0f, 0x02, 0xff, 0x41, 0x10, 0x02, 0xff, 0x42, 0x11, 0x02, 0xff, 0x46, 0x14, 0x02, 0xff, 0x3f, 0x0e, 0x01, 0xff, 0x9b, 0x5d, 0x3a, 0xff, 0xa9, 0x68, 0x3e, 0xff, 0x9b, 0x59, 0x33, 0xff, 0x96, 0x52, 0x2f, 0xff, - 0x97, 0x54, 0x2e, 0xff, 0x94, 0x51, 0x2d, 0xff, 0x91, 0x50, 0x2e, 0xff, 0x8c, 0x4a, 0x2a, 0xff, 0x85, 0x43, 0x27, 0xff, 0x83, 0x41, 0x26, 0xff, 0x82, 0x40, 0x25, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x86, 0x43, 0x27, 0xff, 0x86, 0x42, 0x27, 0xff, 0x87, 0x46, 0x29, 0xff, 0x8d, 0x4d, 0x2b, 0xff, 0x94, 0x53, 0x31, 0xff, 0x9c, 0x5f, 0x3c, 0xff, 0xa7, 0x6e, 0x4a, 0xff, 0xb3, 0x7d, 0x58, 0xff, 0xc4, 0x8d, 0x68, 0xff, 0xd9, 0x9f, 0x79, 0xff, 0xee, 0xac, 0x85, 0xff, 0xfc, 0xbc, 0x91, 0xff, 0xfa, 0xd5, 0xa3, 0xff, 0xfb, 0xcd, 0xa2, 0xff, 0xfb, 0xc4, 0x99, 0xff, 0xfb, 0xb9, 0x8f, 0xff, 0xef, 0xaa, 0x82, 0xff, 0xd3, 0x9a, 0x72, 0xff, 0xbf, 0x89, 0x65, 0xff, 0xb4, 0x7d, 0x59, 0xff, 0xa6, 0x6c, 0x4b, 0xff, 0x99, 0x5f, 0x3e, 0xff, 0x93, 0x54, 0x34, 0xff, 0x8a, 0x4b, 0x2d, 0xff, 0x83, 0x44, 0x28, 0xff, 0x80, 0x3f, 0x26, 0xff, 0x7d, 0x3d, 0x23, 0xff, 0x7c, 0x3b, 0x22, 0xff, 0x7c, 0x3a, 0x22, 0xff, 0x79, 0x37, 0x22, 0xff, 0x7a, 0x3a, 0x22, 0xff, 0x7b, 0x3b, 0x22, 0xff, 0x7b, 0x3a, 0x22, 0xff, 0x7a, 0x39, 0x21, 0xff, 0x7e, 0x3c, 0x23, 0xff, 0x81, 0x40, 0x24, 0xff, 0x7f, 0x3e, 0x25, 0xff, 0x83, 0x42, 0x25, 0xff, 0x84, 0x41, 0x26, 0xff, 0x84, 0x41, 0x26, 0xff, 0x83, 0x43, 0x26, 0xff, 0x8c, 0x4a, 0x29, 0xff, 0x8c, 0x4a, 0x2a, 0xff, 0x8c, 0x4c, 0x2b, 0xff, 0x8d, 0x51, 0x2f, 0xff, 0x8f, 0x54, 0x33, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x75, 0x36, 0x1d, 0xff, 0x6a, 0x29, 0x0f, 0xff, 0x70, 0x30, 0x16, 0xff, 0x74, 0x32, 0x1a, 0xff, 0x78, 0x35, 0x1d, 0xff, 0x7b, 0x3a, 0x1f, 0xff, 0x7a, 0x39, 0x1f, 0xff, 0x7e, 0x3c, 0x23, 0xff, 0x84, 0x41, 0x24, 0xff, 0x88, 0x43, 0x24, 0xff, 0x8b, 0x46, 0x27, 0xff, 0x8f, 0x4b, 0x28, 0xff, 0x94, 0x51, 0x2b, 0xff, 0xa1, 0x5f, 0x34, 0xff, 0xa6, 0x63, 0x38, 0xff, 0xaa, 0x69, 0x3e, 0xff, 0xaf, 0x6e, 0x42, 0xff, 0xb4, 0x73, 0x46, 0xff, 0xb7, 0x76, 0x48, 0xff, 0xbb, 0x75, 0x49, 0xff, 0xc2, 0x7b, 0x4b, 0xff, 0xcf, 0x85, 0x53, 0xff, 0xd5, 0x8a, 0x55, 0xff, 0xd7, 0x90, 0x5b, 0xff, 0xde, 0x96, 0x60, 0xff, 0xd9, 0x93, 0x5f, 0xff, 0xbb, 0x7f, 0x56, 0xff, 0xb8, 0x7e, 0x54, 0xff, 0xba, 0x7f, 0x54, 0xff, 0xbc, 0x7c, 0x50, 0xff, 0xc1, 0x81, 0x53, 0xff, 0xac, 0x6d, 0x47, 0xff, 0x80, 0x3e, 0x21, 0xff, 0x88, 0x45, 0x27, 0xff, 0x89, 0x47, 0x27, 0xff, 0x88, 0x45, 0x26, 0xff, 0x89, 0x47, 0x27, 0xff, 0x8a, 0x4a, 0x28, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8e, 0x4d, 0x2c, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x91, 0x56, 0x2e, 0xff, 0x93, 0x57, 0x30, 0xff, 0x96, 0x5a, 0x32, 0xff, 0x98, 0x5d, 0x36, 0xff, 0x98, 0x62, 0x3a, 0xff, 0x98, 0x64, 0x3b, 0xff, 0x97, 0x63, 0x3d, 0xff, 0x97, 0x63, 0x3e, 0xff, 0x96, 0x64, 0x3c, 0xff, 0x98, 0x64, 0x3c, 0xff, 0x99, 0x65, 0x3c, 0xff, 0x98, 0x63, 0x3a, 0xff, 0x97, 0x62, 0x37, 0xff, 0x97, 0x62, 0x39, 0xff, 0x96, 0x61, 0x39, 0xff, 0x97, 0x62, 0x39, 0xff, 0x97, 0x62, 0x3a, 0xff, 0x96, 0x60, 0x3b, 0xff, 0x93, 0x5c, 0x3a, 0xff, 0x91, 0x59, 0x39, 0xff, 0x92, 0x58, 0x3b, 0xff, 0x90, 0x57, 0x3b, 0xff, 0x9b, 0x62, 0x42, 0xff, 0xba, 0x7d, 0x54, 0xff, 0xc8, 0x88, 0x5c, 0xff, 0xc7, 0x87, 0x5b, 0xff, 0xc4, 0x85, 0x59, 0xff, 0xbc, 0x7f, 0x56, 0xff, 0xba, 0x7f, 0x55, 0xff, 0xc0, 0x84, 0x59, 0xff, 0xd5, 0x92, 0x64, 0xff, 0xf2, 0xa7, 0x75, 0xff, 0xfd, 0xc1, 0x8a, 0xff, 0xfa, 0xe4, 0xa0, 0xff, 0xf4, 0xf9, 0xb1, 0xff, 0xf2, 0xfa, 0xb9, 0xff, 0xf7, 0xf9, 0xb3, 0xff, 0xfb, 0xe0, 0xa2, 0xff, 0xfb, 0xbf, 0x8a, 0xff, 0xdf, 0x9f, 0x72, 0xff, 0xbe, 0x86, 0x5b, 0xff, 0xac, 0x71, 0x4a, 0xff, 0xa1, 0x62, 0x3c, 0xff, 0x97, 0x56, 0x30, 0xff, 0x8f, 0x4d, 0x29, 0xff, 0x87, 0x45, 0x26, 0xff, 0x84, 0x41, 0x24, 0xff, 0x82, 0x3f, 0x23, 0xff, 0x7e, 0x3b, 0x1f, 0xff, 0x7c, 0x39, 0x1c, 0xff, 0x7a, 0x36, 0x19, 0xff, 0x78, 0x34, 0x18, 0xff, 0x77, 0x34, 0x18, 0xff, 0x77, 0x35, 0x1a, 0xff, 0x79, 0x37, 0x1b, 0xff, 0x7a, 0x38, 0x1b, 0xff, 0x7b, 0x38, 0x1f, 0xff, 0x7c, 0x3a, 0x20, 0xff, 0x7d, 0x3c, 0x21, 0xff, 0x7f, 0x3d, 0x22, 0xff, 0x7e, 0x3b, 0x22, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x81, 0x40, 0x23, 0xff, 0x88, 0x45, 0x29, 0xff, 0x6a, 0x2d, 0x11, 0xff, 0x50, 0x17, 0x03, 0xff, 0x4a, 0x13, 0x02, 0xff, 0x49, 0x13, 0x02, 0xff, 0x4a, 0x16, 0x02, 0xff, 0x4e, 0x17, 0x02, 0xff, 0x50, 0x17, 0x02, 0xff, 0x52, 0x1b, 0x02, 0xff, 0x64, 0x27, 0x10, 0xff, 0x65, 0x27, 0x0f, 0xff, 0x5e, 0x22, 0x09, 0xff, 0x79, 0x3b, 0x20, 0xff, 0x87, 0x45, 0x28, 0xff, 0x83, 0x42, 0x26, 0xff, 0x7b, 0x3a, 0x21, 0xff, 0x7e, 0x3c, 0x22, 0xff, 0x8a, 0x47, 0x27, 0xff, 0x89, 0x46, 0x26, 0xff, 0x85, 0x42, 0x26, 0xff, 0x82, 0x40, 0x24, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x81, 0x3f, 0x24, 0xff, 0x85, 0x42, 0x26, 0xff, 0x89, 0x48, 0x29, 0xff, 0x8c, 0x4c, 0x2c, 0xff, 0x8b, 0x4c, 0x2d, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x8e, 0x50, 0x2e, 0xff, 0x81, 0x43, 0x27, 0xff, 0x7b, 0x3d, 0x26, 0xff, 0x76, 0x38, 0x23, 0xff, 0x77, 0x38, 0x22, 0xff, 0x78, 0x3a, 0x23, 0xff, 0x75, 0x37, 0x22, 0xff, 0x74, 0x36, 0x22, 0xff, 0x70, 0x30, 0x1a, 0xff, 0x6a, 0x2b, 0x16, 0xff, 0x66, 0x2a, 0x12, 0xff, 0x64, 0x29, 0x11, 0xff, 0x61, 0x25, 0x0d, 0xff, 0x5d, 0x25, 0x0b, 0xff, 0x62, 0x26, 0x0e, 0xff, 0x60, 0x25, 0x0c, 0xff, 0x61, 0x25, 0x0c, 0xff, 0x5c, 0x24, 0x0b, 0xff, 0x5b, 0x22, 0x09, 0xff, 0x5b, 0x23, 0x09, 0xff, 0x57, 0x21, 0x08, 0xff, 0x56, 0x1e, 0x05, 0xff, 0x55, 0x1d, 0x05, 0xff, 0x54, 0x22, 0x05, 0xff, 0x54, 0x1d, 0x05, 0xff, 0x52, 0x16, 0x03, 0xff, 0x51, 0x17, 0x02, 0xff, 0x53, 0x1a, 0x03, 0xff, 0x53, 0x1b, 0x04, 0xff, 0x54, 0x1b, 0x04, 0xff, 0x54, 0x20, 0x05, 0xff, 0x5a, 0x23, 0x09, 0xff, 0x6c, 0x31, 0x1a, 0xff, 0x7a, 0x3e, 0x25, 0xff, 0x7e, 0x40, 0x28, 0xff, 0x85, 0x46, 0x2b, 0xff, 0x8a, 0x4c, 0x2d, 0xff, 0x8d, 0x4f, 0x2f, 0xff, 0x90, 0x50, 0x2f, 0xff, 0x8f, 0x4e, 0x31, 0xff, 0x8c, 0x4c, 0x2e, 0xff, 0x81, 0x44, 0x27, 0xff, 0xa2, 0x62, 0x3e, 0xff, 0xa4, 0x62, 0x3c, 0xff, 0x9b, 0x58, 0x32, 0xff, - 0xa9, 0x68, 0x40, 0xff, 0xa8, 0x66, 0x3f, 0xff, 0xa6, 0x64, 0x3e, 0xff, 0xa0, 0x60, 0x3a, 0xff, 0x96, 0x55, 0x32, 0xff, 0x90, 0x4d, 0x2d, 0xff, 0x8a, 0x46, 0x29, 0xff, 0x85, 0x42, 0x26, 0xff, 0x85, 0x43, 0x26, 0xff, 0x86, 0x43, 0x27, 0xff, 0x89, 0x47, 0x29, 0xff, 0x8b, 0x4b, 0x2a, 0xff, 0x8f, 0x4f, 0x2e, 0xff, 0x97, 0x58, 0x36, 0xff, 0xa0, 0x63, 0x43, 0xff, 0xac, 0x74, 0x51, 0xff, 0xbb, 0x86, 0x61, 0xff, 0xcf, 0x97, 0x6f, 0xff, 0xea, 0xaa, 0x84, 0xff, 0xfb, 0xc7, 0x98, 0xff, 0xfc, 0xcf, 0xa0, 0xff, 0xfb, 0xce, 0xa0, 0xff, 0xfb, 0xc8, 0x9b, 0xff, 0xfc, 0xbf, 0x93, 0xff, 0xf9, 0xb1, 0x86, 0xff, 0xdd, 0xa0, 0x79, 0xff, 0xc6, 0x91, 0x6a, 0xff, 0xb6, 0x7e, 0x5b, 0xff, 0xa9, 0x70, 0x4d, 0xff, 0xa0, 0x64, 0x43, 0xff, 0x97, 0x59, 0x38, 0xff, 0x8e, 0x4f, 0x2f, 0xff, 0x88, 0x48, 0x2a, 0xff, 0x84, 0x42, 0x28, 0xff, 0x82, 0x41, 0x25, 0xff, 0x82, 0x40, 0x25, 0xff, 0x7e, 0x3e, 0x24, 0xff, 0x7f, 0x3d, 0x24, 0xff, 0x7e, 0x3d, 0x24, 0xff, 0x7e, 0x3e, 0x24, 0xff, 0x82, 0x41, 0x24, 0xff, 0x85, 0x43, 0x26, 0xff, 0x88, 0x47, 0x28, 0xff, 0x8a, 0x47, 0x29, 0xff, 0x88, 0x46, 0x27, 0xff, 0x86, 0x44, 0x27, 0xff, 0x88, 0x44, 0x27, 0xff, 0x88, 0x45, 0x27, 0xff, 0x87, 0x47, 0x26, 0xff, 0x8b, 0x49, 0x28, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8c, 0x4e, 0x2d, 0xff, 0x8e, 0x50, 0x30, 0xff, 0x8c, 0x4c, 0x2d, 0xff, 0x73, 0x34, 0x1a, 0xff, 0x61, 0x24, 0x0b, 0xff, 0x6b, 0x2b, 0x13, 0xff, 0x6e, 0x2f, 0x15, 0xff, 0x74, 0x31, 0x18, 0xff, 0x76, 0x34, 0x1b, 0xff, 0x78, 0x36, 0x1c, 0xff, 0x7b, 0x39, 0x1f, 0xff, 0x7d, 0x3c, 0x21, 0xff, 0x81, 0x3f, 0x22, 0xff, 0x83, 0x41, 0x24, 0xff, 0x89, 0x45, 0x26, 0xff, 0x8f, 0x4b, 0x28, 0xff, 0x98, 0x53, 0x2c, 0xff, 0xa0, 0x5b, 0x31, 0xff, 0xa5, 0x61, 0x34, 0xff, 0xa9, 0x65, 0x39, 0xff, 0xac, 0x69, 0x3d, 0xff, 0xb0, 0x6e, 0x40, 0xff, 0xb5, 0x72, 0x43, 0xff, 0xb8, 0x75, 0x47, 0xff, 0xc0, 0x7a, 0x4b, 0xff, 0xcc, 0x84, 0x53, 0xff, 0xd3, 0x88, 0x54, 0xff, 0xd8, 0x8a, 0x56, 0xff, 0xd8, 0x8a, 0x57, 0xff, 0xc3, 0x7d, 0x4f, 0xff, 0xb1, 0x74, 0x48, 0xff, 0xb8, 0x79, 0x4c, 0xff, 0xba, 0x7a, 0x4e, 0xff, 0xbb, 0x7b, 0x4e, 0xff, 0xb8, 0x78, 0x4b, 0xff, 0xba, 0x79, 0x4d, 0xff, 0xac, 0x6c, 0x42, 0xff, 0x8b, 0x49, 0x28, 0xff, 0x87, 0x44, 0x26, 0xff, 0x88, 0x47, 0x27, 0xff, 0x88, 0x45, 0x27, 0xff, 0x8a, 0x48, 0x28, 0xff, 0x8c, 0x4b, 0x29, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x90, 0x4f, 0x2d, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x91, 0x55, 0x2f, 0xff, 0x94, 0x5a, 0x32, 0xff, 0x96, 0x5d, 0x33, 0xff, 0x97, 0x5f, 0x37, 0xff, 0x98, 0x61, 0x3d, 0xff, 0x97, 0x61, 0x40, 0xff, 0x97, 0x62, 0x3f, 0xff, 0x98, 0x61, 0x3f, 0xff, 0x97, 0x62, 0x40, 0xff, 0x96, 0x63, 0x3f, 0xff, 0x97, 0x64, 0x3c, 0xff, 0x98, 0x63, 0x3a, 0xff, 0x98, 0x61, 0x37, 0xff, 0x97, 0x61, 0x37, 0xff, 0x96, 0x61, 0x37, 0xff, 0x97, 0x61, 0x38, 0xff, 0x97, 0x61, 0x38, 0xff, 0x95, 0x60, 0x38, 0xff, 0x91, 0x5b, 0x37, 0xff, 0x90, 0x58, 0x36, 0xff, 0x93, 0x5b, 0x39, 0xff, 0x93, 0x5a, 0x3b, 0xff, 0x97, 0x5e, 0x41, 0xff, 0xb8, 0x7b, 0x56, 0xff, 0xcc, 0x8b, 0x60, 0xff, 0xcb, 0x8b, 0x5e, 0xff, 0xcb, 0x8c, 0x5e, 0xff, 0xc1, 0x84, 0x5a, 0xff, 0xba, 0x7f, 0x56, 0xff, 0xbe, 0x83, 0x58, 0xff, 0xcf, 0x8f, 0x60, 0xff, 0xec, 0xa4, 0x71, 0xff, 0xfc, 0xbd, 0x88, 0xff, 0xfa, 0xe4, 0x9f, 0xff, 0xf5, 0xfb, 0xb4, 0xff, 0xf4, 0xfb, 0xbe, 0xff, 0xf5, 0xfb, 0xbc, 0xff, 0xf9, 0xf0, 0xac, 0xff, 0xfe, 0xcf, 0x95, 0xff, 0xee, 0xab, 0x7d, 0xff, 0xcc, 0x91, 0x67, 0xff, 0xb4, 0x7b, 0x52, 0xff, 0xa7, 0x69, 0x42, 0xff, 0x9b, 0x5c, 0x35, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x8c, 0x49, 0x28, 0xff, 0x88, 0x44, 0x25, 0xff, 0x83, 0x40, 0x23, 0xff, 0x80, 0x3d, 0x22, 0xff, 0x7d, 0x39, 0x1e, 0xff, 0x7b, 0x37, 0x1b, 0xff, 0x79, 0x36, 0x1a, 0xff, 0x79, 0x36, 0x1a, 0xff, 0x7a, 0x36, 0x1a, 0xff, 0x7a, 0x38, 0x1c, 0xff, 0x7b, 0x39, 0x1e, 0xff, 0x7c, 0x3a, 0x20, 0xff, 0x7e, 0x3c, 0x22, 0xff, 0x7f, 0x3e, 0x23, 0xff, 0x80, 0x3f, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x83, 0x41, 0x24, 0xff, 0x80, 0x40, 0x26, 0xff, 0x5b, 0x24, 0x0c, 0xff, 0x4b, 0x14, 0x01, 0xff, 0x4b, 0x18, 0x02, 0xff, 0x4d, 0x17, 0x02, 0xff, 0x4f, 0x19, 0x03, 0xff, 0x51, 0x1a, 0x03, 0xff, 0x53, 0x1c, 0x04, 0xff, 0x64, 0x29, 0x0f, 0xff, 0x64, 0x29, 0x11, 0xff, 0x65, 0x29, 0x12, 0xff, 0x64, 0x28, 0x11, 0xff, 0x7c, 0x3e, 0x22, 0xff, 0x84, 0x43, 0x27, 0xff, 0x7e, 0x3e, 0x25, 0xff, 0x7b, 0x39, 0x22, 0xff, 0x8a, 0x46, 0x28, 0xff, 0x89, 0x44, 0x27, 0xff, 0x87, 0x44, 0x25, 0xff, 0x82, 0x41, 0x24, 0xff, 0x7f, 0x3d, 0x23, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x81, 0x40, 0x25, 0xff, 0x84, 0x41, 0x26, 0xff, 0x88, 0x45, 0x28, 0xff, 0x89, 0x49, 0x2a, 0xff, 0x89, 0x4b, 0x2c, 0xff, 0x89, 0x4e, 0x2e, 0xff, 0x8a, 0x4d, 0x2e, 0xff, 0x80, 0x42, 0x27, 0xff, 0x7b, 0x3c, 0x25, 0xff, 0x78, 0x3a, 0x23, 0xff, 0x75, 0x36, 0x22, 0xff, 0x79, 0x3b, 0x24, 0xff, 0x77, 0x37, 0x23, 0xff, 0x75, 0x35, 0x21, 0xff, 0x6f, 0x32, 0x19, 0xff, 0x6c, 0x2e, 0x17, 0xff, 0x67, 0x29, 0x14, 0xff, 0x65, 0x2a, 0x12, 0xff, 0x62, 0x25, 0x0d, 0xff, 0x60, 0x25, 0x0c, 0xff, 0x62, 0x25, 0x10, 0xff, 0x60, 0x27, 0x0d, 0xff, 0x61, 0x24, 0x0b, 0xff, 0x5b, 0x24, 0x0b, 0xff, 0x5b, 0x23, 0x09, 0xff, 0x5b, 0x22, 0x09, 0xff, 0x59, 0x20, 0x09, 0xff, 0x58, 0x21, 0x09, 0xff, 0x55, 0x20, 0x07, 0xff, 0x55, 0x1f, 0x06, 0xff, 0x59, 0x1f, 0x09, 0xff, 0x5b, 0x21, 0x0d, 0xff, 0x61, 0x26, 0x0f, 0xff, 0x6e, 0x31, 0x1a, 0xff, 0x77, 0x39, 0x24, 0xff, 0x7d, 0x3e, 0x27, 0xff, 0x83, 0x42, 0x2a, 0xff, 0x86, 0x45, 0x2a, 0xff, 0x87, 0x46, 0x2a, 0xff, 0x86, 0x43, 0x29, 0xff, 0x86, 0x45, 0x2a, 0xff, 0x88, 0x46, 0x29, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x8a, 0x49, 0x2a, 0xff, 0x8a, 0x4a, 0x2b, 0xff, 0x8b, 0x4a, 0x2c, 0xff, 0x8b, 0x4b, 0x2b, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x93, 0x52, 0x2f, 0xff, 0xa9, 0x69, 0x42, 0xff, 0xaa, 0x69, 0x42, 0xff, - 0xad, 0x6b, 0x41, 0xff, 0xab, 0x69, 0x40, 0xff, 0xaa, 0x6a, 0x40, 0xff, 0xaf, 0x6c, 0x43, 0xff, 0xad, 0x6d, 0x43, 0xff, 0xac, 0x69, 0x41, 0xff, 0xa4, 0x62, 0x3d, 0xff, 0xa0, 0x60, 0x3a, 0xff, 0x99, 0x58, 0x35, 0xff, 0x88, 0x45, 0x26, 0xff, 0x89, 0x47, 0x26, 0xff, 0x8a, 0x4a, 0x2a, 0xff, 0x8e, 0x4c, 0x2c, 0xff, 0x93, 0x51, 0x30, 0xff, 0x98, 0x5a, 0x39, 0xff, 0xa4, 0x68, 0x45, 0xff, 0xae, 0x75, 0x51, 0xff, 0xc6, 0x90, 0x6a, 0xff, 0xe2, 0xa6, 0x7c, 0xff, 0xf6, 0xb0, 0x85, 0xff, 0xfd, 0xba, 0x8e, 0xff, 0xfb, 0xbd, 0x93, 0xff, 0xfd, 0xbb, 0x91, 0xff, 0xfc, 0xb5, 0x8a, 0xff, 0xf1, 0xaa, 0x80, 0xff, 0xd7, 0x9c, 0x75, 0xff, 0xc5, 0x8f, 0x69, 0xff, 0xb7, 0x7e, 0x5c, 0xff, 0xac, 0x74, 0x50, 0xff, 0xa4, 0x68, 0x43, 0xff, 0x99, 0x5c, 0x39, 0xff, 0x93, 0x52, 0x31, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x88, 0x46, 0x28, 0xff, 0x88, 0x44, 0x25, 0xff, 0x84, 0x42, 0x25, 0xff, 0x82, 0x3f, 0x25, 0xff, 0x85, 0x41, 0x25, 0xff, 0x86, 0x43, 0x26, 0xff, 0x87, 0x45, 0x26, 0xff, 0x8d, 0x4b, 0x2b, 0xff, 0x8f, 0x50, 0x2d, 0xff, 0x91, 0x52, 0x2e, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x8e, 0x4d, 0x2b, 0xff, 0x8d, 0x4b, 0x29, 0xff, 0x8a, 0x48, 0x28, 0xff, 0x8b, 0x49, 0x28, 0xff, 0x8b, 0x49, 0x28, 0xff, 0x8b, 0x4c, 0x2b, 0xff, 0x8e, 0x4e, 0x2d, 0xff, 0x8b, 0x4d, 0x2d, 0xff, 0x6d, 0x31, 0x14, 0xff, 0x5d, 0x21, 0x07, 0xff, 0x64, 0x27, 0x0f, 0xff, 0x68, 0x2a, 0x10, 0xff, 0x6d, 0x2e, 0x13, 0xff, 0x6f, 0x30, 0x17, 0xff, 0x75, 0x33, 0x19, 0xff, 0x75, 0x34, 0x19, 0xff, 0x75, 0x36, 0x1b, 0xff, 0x7c, 0x3b, 0x1f, 0xff, 0x7f, 0x3e, 0x21, 0xff, 0x84, 0x42, 0x23, 0xff, 0x89, 0x44, 0x24, 0xff, 0x8e, 0x4a, 0x28, 0xff, 0x97, 0x53, 0x2d, 0xff, 0x9b, 0x57, 0x30, 0xff, 0x9f, 0x5d, 0x32, 0xff, 0xa5, 0x61, 0x35, 0xff, 0xa9, 0x67, 0x39, 0xff, 0xad, 0x6c, 0x3d, 0xff, 0xb3, 0x6f, 0x41, 0xff, 0xb8, 0x74, 0x45, 0xff, 0xbf, 0x7d, 0x4b, 0xff, 0xc7, 0x85, 0x51, 0xff, 0xcb, 0x83, 0x52, 0xff, 0xd1, 0x85, 0x52, 0xff, 0xc9, 0x7f, 0x4f, 0xff, 0xae, 0x6a, 0x41, 0xff, 0xb3, 0x70, 0x44, 0xff, 0xb7, 0x74, 0x47, 0xff, 0xb7, 0x75, 0x47, 0xff, 0xb7, 0x75, 0x47, 0xff, 0xb5, 0x73, 0x46, 0xff, 0xb6, 0x74, 0x48, 0xff, 0xbd, 0x7b, 0x4e, 0xff, 0xaf, 0x6f, 0x46, 0xff, 0x8a, 0x48, 0x26, 0xff, 0x87, 0x45, 0x25, 0xff, 0x88, 0x45, 0x26, 0xff, 0x8a, 0x47, 0x27, 0xff, 0x8c, 0x4b, 0x28, 0xff, 0x8f, 0x50, 0x2a, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x91, 0x53, 0x2e, 0xff, 0x93, 0x56, 0x2f, 0xff, 0x95, 0x5a, 0x31, 0xff, 0x97, 0x5f, 0x35, 0xff, 0x96, 0x5f, 0x3b, 0xff, 0x96, 0x61, 0x3f, 0xff, 0x97, 0x63, 0x42, 0xff, 0x98, 0x63, 0x42, 0xff, 0x97, 0x64, 0x42, 0xff, 0x96, 0x63, 0x42, 0xff, 0x97, 0x64, 0x41, 0xff, 0x97, 0x64, 0x3e, 0xff, 0x98, 0x63, 0x3b, 0xff, 0x99, 0x62, 0x38, 0xff, 0x97, 0x60, 0x36, 0xff, 0x97, 0x60, 0x36, 0xff, 0x97, 0x60, 0x37, 0xff, 0x95, 0x5f, 0x36, 0xff, 0x93, 0x5d, 0x35, 0xff, 0x91, 0x5a, 0x34, 0xff, 0x90, 0x59, 0x35, 0xff, 0x93, 0x5c, 0x38, 0xff, 0x93, 0x5c, 0x39, 0xff, 0x93, 0x5b, 0x3c, 0xff, 0xaf, 0x73, 0x4f, 0xff, 0xcb, 0x89, 0x5f, 0xff, 0xce, 0x8d, 0x60, 0xff, 0xd1, 0x90, 0x62, 0xff, 0xc7, 0x88, 0x5c, 0xff, 0xbb, 0x7f, 0x55, 0xff, 0xbd, 0x82, 0x55, 0xff, 0xc7, 0x8c, 0x5c, 0xff, 0xe5, 0x9c, 0x6b, 0xff, 0xfb, 0xb3, 0x7f, 0xff, 0xfb, 0xd8, 0x99, 0xff, 0xf6, 0xf6, 0xb0, 0xff, 0xf4, 0xfc, 0xbe, 0xff, 0xf5, 0xfc, 0xbf, 0xff, 0xf7, 0xf9, 0xb6, 0xff, 0xfc, 0xdd, 0xa0, 0xff, 0xfb, 0xb8, 0x87, 0xff, 0xdd, 0x9d, 0x71, 0xff, 0xbe, 0x87, 0x5b, 0xff, 0xac, 0x71, 0x49, 0xff, 0x9d, 0x60, 0x39, 0xff, 0x96, 0x57, 0x30, 0xff, 0x90, 0x4e, 0x2c, 0xff, 0x8a, 0x47, 0x27, 0xff, 0x85, 0x42, 0x24, 0xff, 0x81, 0x3e, 0x22, 0xff, 0x7f, 0x3c, 0x21, 0xff, 0x7b, 0x39, 0x1e, 0xff, 0x7a, 0x36, 0x1c, 0xff, 0x7a, 0x37, 0x1b, 0xff, 0x7a, 0x36, 0x1a, 0xff, 0x7a, 0x37, 0x1a, 0xff, 0x7b, 0x37, 0x1c, 0xff, 0x7c, 0x3b, 0x1f, 0xff, 0x7e, 0x3d, 0x21, 0xff, 0x7d, 0x3f, 0x23, 0xff, 0x7f, 0x3f, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x82, 0x40, 0x24, 0xff, 0x87, 0x44, 0x27, 0xff, 0x72, 0x33, 0x1a, 0xff, 0x51, 0x18, 0x06, 0xff, 0x4b, 0x15, 0x01, 0xff, 0x4f, 0x18, 0x02, 0xff, 0x52, 0x1e, 0x04, 0xff, 0x53, 0x1f, 0x05, 0xff, 0x5c, 0x25, 0x0c, 0xff, 0x66, 0x29, 0x13, 0xff, 0x68, 0x2a, 0x14, 0xff, 0x69, 0x2a, 0x15, 0xff, 0x6c, 0x2e, 0x18, 0xff, 0x6b, 0x2d, 0x15, 0xff, 0x77, 0x38, 0x1c, 0xff, 0x7d, 0x3d, 0x23, 0xff, 0x79, 0x3a, 0x22, 0xff, 0x88, 0x46, 0x27, 0xff, 0x88, 0x44, 0x27, 0xff, 0x84, 0x41, 0x24, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x7e, 0x3c, 0x23, 0xff, 0x7d, 0x3b, 0x22, 0xff, 0x7e, 0x3e, 0x23, 0xff, 0x83, 0x41, 0x25, 0xff, 0x88, 0x46, 0x29, 0xff, 0x87, 0x49, 0x2a, 0xff, 0x88, 0x4b, 0x2c, 0xff, 0x88, 0x4e, 0x2f, 0xff, 0x83, 0x47, 0x2b, 0xff, 0x7c, 0x3d, 0x25, 0xff, 0x7b, 0x3c, 0x24, 0xff, 0x79, 0x3b, 0x24, 0xff, 0x76, 0x37, 0x23, 0xff, 0x7a, 0x3b, 0x24, 0xff, 0x76, 0x38, 0x23, 0xff, 0x75, 0x36, 0x22, 0xff, 0x71, 0x33, 0x1b, 0xff, 0x6d, 0x30, 0x16, 0xff, 0x68, 0x2c, 0x14, 0xff, 0x67, 0x29, 0x12, 0xff, 0x63, 0x28, 0x11, 0xff, 0x62, 0x26, 0x0d, 0xff, 0x61, 0x26, 0x0e, 0xff, 0x61, 0x25, 0x0d, 0xff, 0x60, 0x26, 0x0e, 0xff, 0x5d, 0x25, 0x0b, 0xff, 0x5b, 0x22, 0x0a, 0xff, 0x5a, 0x23, 0x08, 0xff, 0x59, 0x1e, 0x06, 0xff, 0x59, 0x21, 0x07, 0xff, 0x69, 0x2f, 0x17, 0xff, 0x6d, 0x32, 0x1c, 0xff, 0x70, 0x32, 0x1e, 0xff, 0x76, 0x38, 0x23, 0xff, 0x7a, 0x3b, 0x25, 0xff, 0x7a, 0x3b, 0x24, 0xff, 0x7c, 0x3d, 0x25, 0xff, 0x7f, 0x41, 0x26, 0xff, 0x81, 0x3f, 0x27, 0xff, 0x82, 0x41, 0x26, 0xff, 0x80, 0x40, 0x24, 0xff, 0x81, 0x40, 0x25, 0xff, 0x83, 0x42, 0x26, 0xff, 0x83, 0x42, 0x27, 0xff, 0x86, 0x42, 0x27, 0xff, 0x86, 0x44, 0x27, 0xff, 0x88, 0x48, 0x29, 0xff, 0x8b, 0x4a, 0x2a, 0xff, 0x8c, 0x4d, 0x2a, 0xff, 0x8d, 0x4c, 0x2b, 0xff, 0x8f, 0x4d, 0x2c, 0xff, 0x94, 0x53, 0x2f, 0xff, 0xaf, 0x6e, 0x44, 0xff, - 0xb5, 0x73, 0x48, 0xff, 0xb2, 0x6e, 0x40, 0xff, 0xaf, 0x6b, 0x40, 0xff, 0xac, 0x69, 0x40, 0xff, 0xac, 0x69, 0x40, 0xff, 0xad, 0x6a, 0x41, 0xff, 0xb1, 0x6e, 0x45, 0xff, 0xaf, 0x6d, 0x45, 0xff, 0xb0, 0x6d, 0x45, 0xff, 0xad, 0x6b, 0x44, 0xff, 0xa5, 0x62, 0x3e, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x89, 0x46, 0x26, 0xff, 0x8f, 0x4c, 0x2c, 0xff, 0x92, 0x50, 0x2f, 0xff, 0x98, 0x58, 0x37, 0xff, 0xa6, 0x6a, 0x47, 0xff, 0xb9, 0x81, 0x5a, 0xff, 0xc4, 0x8d, 0x66, 0xff, 0xd0, 0x98, 0x6f, 0xff, 0xd6, 0x9b, 0x73, 0xff, 0xdc, 0x9f, 0x77, 0xff, 0xe5, 0xa3, 0x7a, 0xff, 0xe2, 0xa3, 0x79, 0xff, 0xd7, 0x9a, 0x72, 0xff, 0xc9, 0x93, 0x6b, 0xff, 0xbd, 0x85, 0x61, 0xff, 0xb4, 0x7b, 0x58, 0xff, 0xaa, 0x72, 0x4c, 0xff, 0xa0, 0x63, 0x40, 0xff, 0x97, 0x57, 0x37, 0xff, 0x93, 0x50, 0x2e, 0xff, 0x8d, 0x4a, 0x2b, 0xff, 0x8b, 0x49, 0x28, 0xff, 0x88, 0x45, 0x27, 0xff, 0x87, 0x43, 0x26, 0xff, 0x89, 0x47, 0x26, 0xff, 0x88, 0x45, 0x27, 0xff, 0x8d, 0x4b, 0x27, 0xff, 0x90, 0x4f, 0x2c, 0xff, 0x93, 0x53, 0x2e, 0xff, 0x92, 0x54, 0x30, 0xff, 0x92, 0x52, 0x2d, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x93, 0x4f, 0x2c, 0xff, 0x93, 0x50, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x91, 0x50, 0x2c, 0xff, 0x8f, 0x4d, 0x2d, 0xff, 0x8f, 0x4d, 0x2c, 0xff, 0x90, 0x4e, 0x2d, 0xff, 0x88, 0x49, 0x2a, 0xff, 0x6b, 0x31, 0x16, 0xff, 0x59, 0x20, 0x03, 0xff, 0x60, 0x24, 0x08, 0xff, 0x63, 0x27, 0x0a, 0xff, 0x66, 0x29, 0x0f, 0xff, 0x6a, 0x2c, 0x12, 0xff, 0x6f, 0x2e, 0x13, 0xff, 0x70, 0x30, 0x16, 0xff, 0x72, 0x32, 0x17, 0xff, 0x78, 0x36, 0x19, 0xff, 0x7a, 0x38, 0x1e, 0xff, 0x7f, 0x3b, 0x21, 0xff, 0x84, 0x40, 0x23, 0xff, 0x88, 0x44, 0x25, 0xff, 0x8f, 0x4c, 0x28, 0xff, 0x96, 0x53, 0x2c, 0xff, 0x98, 0x54, 0x2e, 0xff, 0x9e, 0x5a, 0x32, 0xff, 0xa4, 0x61, 0x34, 0xff, 0xa8, 0x65, 0x38, 0xff, 0xad, 0x6a, 0x3d, 0xff, 0xb1, 0x6e, 0x41, 0xff, 0xb6, 0x74, 0x44, 0xff, 0xbd, 0x7c, 0x4b, 0xff, 0xc2, 0x7f, 0x51, 0xff, 0xc9, 0x85, 0x54, 0xff, 0xc6, 0x80, 0x4f, 0xff, 0xae, 0x6b, 0x40, 0xff, 0xab, 0x69, 0x3f, 0xff, 0xae, 0x6b, 0x40, 0xff, 0xb2, 0x6f, 0x41, 0xff, 0xb5, 0x71, 0x43, 0xff, 0xb5, 0x72, 0x45, 0xff, 0xb3, 0x70, 0x43, 0xff, 0xb4, 0x71, 0x45, 0xff, 0xb5, 0x74, 0x48, 0xff, 0xc0, 0x7f, 0x52, 0xff, 0xae, 0x6d, 0x46, 0xff, 0x82, 0x40, 0x21, 0xff, 0x86, 0x47, 0x27, 0xff, 0x89, 0x49, 0x27, 0xff, 0x8d, 0x4d, 0x26, 0xff, 0x90, 0x51, 0x2a, 0xff, 0x91, 0x54, 0x2d, 0xff, 0x93, 0x56, 0x2f, 0xff, 0x95, 0x57, 0x31, 0xff, 0x96, 0x59, 0x32, 0xff, 0x95, 0x5e, 0x38, 0xff, 0x96, 0x62, 0x3c, 0xff, 0x97, 0x63, 0x40, 0xff, 0x97, 0x63, 0x42, 0xff, 0x96, 0x63, 0x42, 0xff, 0x97, 0x64, 0x42, 0xff, 0x97, 0x63, 0x41, 0xff, 0x98, 0x63, 0x42, 0xff, 0x96, 0x62, 0x40, 0xff, 0x96, 0x64, 0x3d, 0xff, 0x98, 0x63, 0x38, 0xff, 0x96, 0x60, 0x35, 0xff, 0x97, 0x60, 0x35, 0xff, 0x96, 0x5e, 0x34, 0xff, 0x94, 0x5e, 0x32, 0xff, 0x93, 0x5c, 0x33, 0xff, 0x90, 0x58, 0x32, 0xff, 0x90, 0x59, 0x32, 0xff, 0x93, 0x5d, 0x34, 0xff, 0x94, 0x5f, 0x39, 0xff, 0x90, 0x5a, 0x39, 0xff, 0xa3, 0x68, 0x45, 0xff, 0xc7, 0x87, 0x5c, 0xff, 0xd3, 0x92, 0x63, 0xff, 0xd7, 0x92, 0x63, 0xff, 0xd0, 0x8b, 0x5e, 0xff, 0xc0, 0x81, 0x56, 0xff, 0xbc, 0x80, 0x54, 0xff, 0xc2, 0x86, 0x5a, 0xff, 0xd8, 0x93, 0x64, 0xff, 0xf5, 0xaa, 0x76, 0xff, 0xff, 0xc9, 0x8e, 0xff, 0xf8, 0xed, 0xa6, 0xff, 0xf4, 0xfc, 0xb8, 0xff, 0xf4, 0xf9, 0xbe, 0xff, 0xf5, 0xfb, 0xb7, 0xff, 0xf9, 0xe7, 0xa6, 0xff, 0xfe, 0xc4, 0x8f, 0xff, 0xea, 0xa6, 0x76, 0xff, 0xc8, 0x8c, 0x63, 0xff, 0xb1, 0x76, 0x50, 0xff, 0xa3, 0x67, 0x3f, 0xff, 0x99, 0x5a, 0x34, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x8b, 0x4a, 0x28, 0xff, 0x86, 0x44, 0x25, 0xff, 0x83, 0x41, 0x23, 0xff, 0x80, 0x3f, 0x22, 0xff, 0x7d, 0x3b, 0x1f, 0xff, 0x7b, 0x38, 0x1d, 0xff, 0x79, 0x37, 0x1c, 0xff, 0x7a, 0x37, 0x1b, 0xff, 0x7a, 0x37, 0x1b, 0xff, 0x7b, 0x38, 0x1d, 0xff, 0x7c, 0x39, 0x1f, 0xff, 0x7d, 0x3b, 0x21, 0xff, 0x7f, 0x3d, 0x23, 0xff, 0x80, 0x40, 0x24, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x81, 0x3f, 0x23, 0xff, 0x81, 0x40, 0x23, 0xff, 0x83, 0x42, 0x25, 0xff, 0x83, 0x41, 0x25, 0xff, 0x7d, 0x3d, 0x23, 0xff, 0x5d, 0x23, 0x0b, 0xff, 0x51, 0x1e, 0x02, 0xff, 0x53, 0x1b, 0x04, 0xff, 0x54, 0x1d, 0x05, 0xff, 0x53, 0x1e, 0x04, 0xff, 0x66, 0x2b, 0x12, 0xff, 0x6d, 0x2d, 0x16, 0xff, 0x6a, 0x2a, 0x14, 0xff, 0x6a, 0x2a, 0x14, 0xff, 0x6a, 0x2b, 0x15, 0xff, 0x6a, 0x2f, 0x14, 0xff, 0x63, 0x27, 0x10, 0xff, 0x76, 0x38, 0x1f, 0xff, 0x7b, 0x3a, 0x23, 0xff, 0x86, 0x43, 0x26, 0xff, 0x86, 0x45, 0x26, 0xff, 0x81, 0x40, 0x24, 0xff, 0x7e, 0x3e, 0x23, 0xff, 0x7c, 0x3c, 0x22, 0xff, 0x7b, 0x3b, 0x23, 0xff, 0x7d, 0x3b, 0x24, 0xff, 0x81, 0x3e, 0x25, 0xff, 0x86, 0x43, 0x27, 0xff, 0x88, 0x49, 0x2b, 0xff, 0x86, 0x4a, 0x2b, 0xff, 0x88, 0x4d, 0x2f, 0xff, 0x7e, 0x41, 0x27, 0xff, 0x7a, 0x3b, 0x24, 0xff, 0x7c, 0x3e, 0x24, 0xff, 0x7a, 0x3d, 0x25, 0xff, 0x75, 0x37, 0x23, 0xff, 0x7a, 0x3c, 0x25, 0xff, 0x77, 0x39, 0x23, 0xff, 0x74, 0x36, 0x21, 0xff, 0x72, 0x35, 0x1f, 0xff, 0x70, 0x30, 0x1b, 0xff, 0x6b, 0x2d, 0x18, 0xff, 0x66, 0x2a, 0x12, 0xff, 0x65, 0x2a, 0x12, 0xff, 0x63, 0x27, 0x0f, 0xff, 0x64, 0x29, 0x11, 0xff, 0x62, 0x24, 0x0b, 0xff, 0x60, 0x27, 0x0f, 0xff, 0x5f, 0x26, 0x0d, 0xff, 0x5b, 0x20, 0x08, 0xff, 0x66, 0x2b, 0x13, 0xff, 0x70, 0x33, 0x1f, 0xff, 0x73, 0x37, 0x21, 0xff, 0x75, 0x36, 0x20, 0xff, 0x73, 0x34, 0x20, 0xff, 0x75, 0x37, 0x22, 0xff, 0x76, 0x35, 0x23, 0xff, 0x78, 0x3a, 0x23, 0xff, 0x78, 0x3a, 0x24, 0xff, 0x7b, 0x3d, 0x24, 0xff, 0x7d, 0x3f, 0x25, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x7f, 0x3c, 0x23, 0xff, 0x7f, 0x3e, 0x24, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x81, 0x40, 0x25, 0xff, 0x84, 0x43, 0x26, 0xff, 0x85, 0x43, 0x26, 0xff, 0x87, 0x44, 0x26, 0xff, 0x8a, 0x49, 0x28, 0xff, 0x8b, 0x4a, 0x29, 0xff, 0x8e, 0x4c, 0x2b, 0xff, 0x8e, 0x4c, 0x2b, 0xff, 0x90, 0x4e, 0x2d, 0xff, 0x8f, 0x4d, 0x2d, 0xff, 0x98, 0x58, 0x31, 0xff, - 0x94, 0x54, 0x2d, 0xff, 0xb5, 0x74, 0x46, 0xff, 0xb6, 0x72, 0x44, 0xff, 0xb3, 0x70, 0x43, 0xff, 0xb0, 0x6e, 0x42, 0xff, 0xb2, 0x6f, 0x43, 0xff, 0xb1, 0x6f, 0x42, 0xff, 0xb3, 0x70, 0x42, 0xff, 0xb5, 0x73, 0x47, 0xff, 0xb6, 0x74, 0x49, 0xff, 0xb3, 0x70, 0x47, 0xff, 0xb3, 0x70, 0x47, 0xff, 0xa8, 0x67, 0x40, 0xff, 0x95, 0x53, 0x30, 0xff, 0x8f, 0x4f, 0x2d, 0xff, 0x92, 0x51, 0x30, 0xff, 0xa3, 0x64, 0x41, 0xff, 0xaa, 0x6c, 0x47, 0xff, 0xb2, 0x76, 0x51, 0xff, 0xb7, 0x7d, 0x56, 0xff, 0xb8, 0x80, 0x5a, 0xff, 0xbb, 0x83, 0x62, 0xff, 0xc0, 0x89, 0x65, 0xff, 0xbf, 0x89, 0x65, 0xff, 0xbd, 0x86, 0x61, 0xff, 0xb7, 0x80, 0x5d, 0xff, 0xb2, 0x7b, 0x55, 0xff, 0xab, 0x70, 0x4b, 0xff, 0xa2, 0x64, 0x43, 0xff, 0x9a, 0x5b, 0x39, 0xff, 0x94, 0x53, 0x31, 0xff, 0x90, 0x4d, 0x2c, 0xff, 0x8e, 0x4d, 0x29, 0xff, 0x8b, 0x48, 0x27, 0xff, 0x88, 0x46, 0x25, 0xff, 0x8a, 0x48, 0x27, 0xff, 0x8c, 0x49, 0x28, 0xff, 0x8f, 0x4c, 0x29, 0xff, 0x93, 0x50, 0x2b, 0xff, 0x94, 0x54, 0x2f, 0xff, 0x94, 0x57, 0x30, 0xff, 0x95, 0x55, 0x2e, 0xff, 0x95, 0x53, 0x2c, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x95, 0x54, 0x2e, 0xff, 0x96, 0x53, 0x2d, 0xff, 0x94, 0x51, 0x2d, 0xff, 0x95, 0x52, 0x2f, 0xff, 0x94, 0x51, 0x2d, 0xff, 0x93, 0x52, 0x2e, 0xff, 0x8f, 0x50, 0x2e, 0xff, 0x78, 0x3a, 0x21, 0xff, 0x62, 0x26, 0x0f, 0xff, 0x63, 0x28, 0x10, 0xff, 0x61, 0x25, 0x0c, 0xff, 0x62, 0x25, 0x0d, 0xff, 0x65, 0x27, 0x0c, 0xff, 0x68, 0x2b, 0x0f, 0xff, 0x6c, 0x2e, 0x13, 0xff, 0x6f, 0x2f, 0x14, 0xff, 0x71, 0x31, 0x17, 0xff, 0x75, 0x36, 0x19, 0xff, 0x79, 0x38, 0x1d, 0xff, 0x7e, 0x3a, 0x20, 0xff, 0x82, 0x3d, 0x22, 0xff, 0x87, 0x43, 0x24, 0xff, 0x8f, 0x4b, 0x28, 0xff, 0x95, 0x52, 0x2b, 0xff, 0x98, 0x54, 0x2d, 0xff, 0x9d, 0x5a, 0x30, 0xff, 0xa1, 0x5d, 0x33, 0xff, 0xa6, 0x63, 0x37, 0xff, 0xac, 0x6a, 0x3c, 0xff, 0xaf, 0x6f, 0x40, 0xff, 0xb5, 0x74, 0x46, 0xff, 0xba, 0x7b, 0x4b, 0xff, 0xc1, 0x80, 0x51, 0xff, 0xc5, 0x83, 0x52, 0xff, 0xba, 0x77, 0x48, 0xff, 0xa5, 0x62, 0x3b, 0xff, 0xa9, 0x66, 0x3d, 0xff, 0xac, 0x69, 0x3d, 0xff, 0xb2, 0x6f, 0x42, 0xff, 0xb5, 0x73, 0x45, 0xff, 0xb7, 0x73, 0x45, 0xff, 0xb6, 0x72, 0x44, 0xff, 0xb3, 0x70, 0x44, 0xff, 0xb6, 0x73, 0x47, 0xff, 0xb8, 0x76, 0x48, 0xff, 0xc1, 0x80, 0x54, 0xff, 0xb6, 0x73, 0x4b, 0xff, 0x88, 0x47, 0x23, 0xff, 0x8a, 0x47, 0x25, 0xff, 0x8d, 0x4c, 0x27, 0xff, 0x8f, 0x50, 0x29, 0xff, 0x90, 0x51, 0x2c, 0xff, 0x92, 0x56, 0x2f, 0xff, 0x94, 0x59, 0x31, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x96, 0x5e, 0x37, 0xff, 0x95, 0x62, 0x3e, 0xff, 0x96, 0x64, 0x42, 0xff, 0x97, 0x62, 0x43, 0xff, 0x96, 0x63, 0x42, 0xff, 0x96, 0x64, 0x42, 0xff, 0x95, 0x64, 0x41, 0xff, 0x96, 0x65, 0x42, 0xff, 0x96, 0x64, 0x40, 0xff, 0x98, 0x64, 0x3d, 0xff, 0x98, 0x64, 0x3b, 0xff, 0x97, 0x63, 0x3a, 0xff, 0x98, 0x64, 0x3a, 0xff, 0x96, 0x62, 0x39, 0xff, 0x96, 0x5f, 0x35, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x91, 0x5b, 0x34, 0xff, 0x91, 0x5c, 0x33, 0xff, 0x92, 0x5f, 0x36, 0xff, 0x95, 0x62, 0x3a, 0xff, 0x92, 0x5c, 0x39, 0xff, 0x9b, 0x65, 0x42, 0xff, 0xc3, 0x83, 0x59, 0xff, 0xdb, 0x95, 0x63, 0xff, 0xd9, 0x94, 0x61, 0xff, 0xdc, 0x96, 0x62, 0xff, 0xcb, 0x8b, 0x5b, 0xff, 0xbb, 0x80, 0x54, 0xff, 0xc0, 0x85, 0x56, 0xff, 0xcd, 0x8f, 0x5f, 0xff, 0xeb, 0x9f, 0x6c, 0xff, 0xfe, 0xb7, 0x81, 0xff, 0xfe, 0xdc, 0x99, 0xff, 0xf8, 0xf6, 0xad, 0xff, 0xf3, 0xfb, 0xb6, 0xff, 0xf5, 0xfa, 0xb3, 0xff, 0xfa, 0xe8, 0xa5, 0xff, 0xff, 0xc8, 0x93, 0xff, 0xf0, 0xad, 0x7e, 0xff, 0xcf, 0x93, 0x68, 0xff, 0xb6, 0x7d, 0x55, 0xff, 0xa8, 0x6b, 0x46, 0xff, 0x9c, 0x5f, 0x3a, 0xff, 0x93, 0x54, 0x31, 0xff, 0x8d, 0x4b, 0x29, 0xff, 0x88, 0x46, 0x26, 0xff, 0x85, 0x41, 0x24, 0xff, 0x80, 0x3c, 0x23, 0xff, 0x7d, 0x39, 0x1f, 0xff, 0x7b, 0x3a, 0x1e, 0xff, 0x7a, 0x38, 0x1d, 0xff, 0x79, 0x37, 0x1b, 0xff, 0x7a, 0x36, 0x1b, 0xff, 0x7a, 0x36, 0x1d, 0xff, 0x7b, 0x38, 0x1f, 0xff, 0x7d, 0x3b, 0x21, 0xff, 0x7f, 0x3d, 0x23, 0xff, 0x81, 0x41, 0x26, 0xff, 0x84, 0x43, 0x26, 0xff, 0x84, 0x40, 0x23, 0xff, 0x84, 0x41, 0x24, 0xff, 0x86, 0x44, 0x25, 0xff, 0x7d, 0x3b, 0x21, 0xff, 0x7f, 0x3c, 0x25, 0xff, 0x70, 0x31, 0x1a, 0xff, 0x57, 0x1f, 0x07, 0xff, 0x53, 0x1d, 0x04, 0xff, 0x54, 0x1f, 0x07, 0xff, 0x5d, 0x25, 0x0d, 0xff, 0x69, 0x2d, 0x14, 0xff, 0x6b, 0x2d, 0x14, 0xff, 0x69, 0x2a, 0x13, 0xff, 0x67, 0x29, 0x12, 0xff, 0x69, 0x2b, 0x13, 0xff, 0x6b, 0x2f, 0x17, 0xff, 0x66, 0x2b, 0x13, 0xff, 0x5e, 0x23, 0x0c, 0xff, 0x71, 0x33, 0x1c, 0xff, 0x85, 0x43, 0x26, 0xff, 0x86, 0x45, 0x26, 0xff, 0x84, 0x43, 0x25, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x7c, 0x39, 0x22, 0xff, 0x7a, 0x3b, 0x22, 0xff, 0x7c, 0x3c, 0x23, 0xff, 0x7e, 0x3d, 0x24, 0xff, 0x81, 0x41, 0x25, 0xff, 0x85, 0x44, 0x27, 0xff, 0x87, 0x4c, 0x2b, 0xff, 0x89, 0x4c, 0x2e, 0xff, 0x7b, 0x3f, 0x26, 0xff, 0x7a, 0x3a, 0x24, 0xff, 0x7c, 0x3c, 0x25, 0xff, 0x7b, 0x3a, 0x25, 0xff, 0x76, 0x37, 0x23, 0xff, 0x7a, 0x3e, 0x26, 0xff, 0x76, 0x3a, 0x24, 0xff, 0x77, 0x39, 0x23, 0xff, 0x74, 0x37, 0x20, 0xff, 0x71, 0x33, 0x1c, 0xff, 0x6e, 0x30, 0x18, 0xff, 0x6a, 0x2c, 0x16, 0xff, 0x65, 0x28, 0x12, 0xff, 0x65, 0x28, 0x11, 0xff, 0x65, 0x28, 0x11, 0xff, 0x65, 0x28, 0x12, 0xff, 0x63, 0x2a, 0x12, 0xff, 0x69, 0x2c, 0x16, 0xff, 0x73, 0x36, 0x22, 0xff, 0x74, 0x36, 0x22, 0xff, 0x72, 0x34, 0x1f, 0xff, 0x72, 0x34, 0x20, 0xff, 0x71, 0x34, 0x1e, 0xff, 0x72, 0x34, 0x20, 0xff, 0x75, 0x36, 0x22, 0xff, 0x78, 0x39, 0x23, 0xff, 0x78, 0x3a, 0x23, 0xff, 0x79, 0x39, 0x23, 0xff, 0x7c, 0x3c, 0x24, 0xff, 0x7d, 0x3c, 0x23, 0xff, 0x7b, 0x3a, 0x23, 0xff, 0x7c, 0x3e, 0x22, 0xff, 0x7e, 0x3e, 0x23, 0xff, 0x7f, 0x3e, 0x24, 0xff, 0x81, 0x42, 0x25, 0xff, 0x84, 0x43, 0x26, 0xff, 0x84, 0x42, 0x25, 0xff, 0x88, 0x46, 0x25, 0xff, 0x8a, 0x46, 0x28, 0xff, 0x8b, 0x49, 0x27, 0xff, 0x8e, 0x4d, 0x2a, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x91, 0x4f, 0x2c, 0xff, 0x91, 0x4e, 0x2c, 0xff, 0x90, 0x4e, 0x2b, 0xff, - 0x92, 0x4f, 0x2b, 0xff, 0x99, 0x56, 0x2f, 0xff, 0xb5, 0x72, 0x46, 0xff, 0xb9, 0x76, 0x47, 0xff, 0xb4, 0x6f, 0x43, 0xff, 0xb8, 0x73, 0x46, 0xff, 0xb8, 0x75, 0x47, 0xff, 0xb8, 0x74, 0x47, 0xff, 0xb9, 0x76, 0x47, 0xff, 0xb8, 0x77, 0x49, 0xff, 0xb6, 0x75, 0x48, 0xff, 0xb5, 0x73, 0x48, 0xff, 0xb6, 0x74, 0x49, 0xff, 0xb4, 0x71, 0x49, 0xff, 0xac, 0x6b, 0x45, 0xff, 0xa3, 0x60, 0x3c, 0xff, 0x9e, 0x5d, 0x39, 0xff, 0x9b, 0x5c, 0x39, 0xff, 0xa1, 0x60, 0x3d, 0xff, 0xa5, 0x67, 0x43, 0xff, 0xa9, 0x6b, 0x48, 0xff, 0xab, 0x70, 0x4b, 0xff, 0xac, 0x72, 0x4e, 0xff, 0xab, 0x71, 0x4c, 0xff, 0xab, 0x71, 0x4b, 0xff, 0xa9, 0x6f, 0x4a, 0xff, 0xa6, 0x6a, 0x44, 0xff, 0xa0, 0x63, 0x3e, 0xff, 0x9b, 0x5c, 0x37, 0xff, 0x96, 0x54, 0x31, 0xff, 0x92, 0x51, 0x2e, 0xff, 0x91, 0x4e, 0x2c, 0xff, 0x8d, 0x4a, 0x29, 0xff, 0x89, 0x47, 0x26, 0xff, 0x8c, 0x49, 0x27, 0xff, 0x8e, 0x4b, 0x28, 0xff, 0x8f, 0x4d, 0x29, 0xff, 0x92, 0x4f, 0x2a, 0xff, 0x95, 0x53, 0x2d, 0xff, 0x97, 0x57, 0x2e, 0xff, 0x98, 0x56, 0x2f, 0xff, 0x98, 0x54, 0x2f, 0xff, 0x97, 0x56, 0x2e, 0xff, 0x97, 0x55, 0x2e, 0xff, 0x96, 0x56, 0x2f, 0xff, 0x97, 0x55, 0x31, 0xff, 0x97, 0x55, 0x31, 0xff, 0x96, 0x54, 0x30, 0xff, 0x95, 0x55, 0x31, 0xff, 0x8e, 0x4f, 0x2f, 0xff, 0x75, 0x37, 0x1d, 0xff, 0x61, 0x23, 0x0a, 0xff, 0x62, 0x25, 0x0d, 0xff, 0x65, 0x29, 0x11, 0xff, 0x67, 0x2b, 0x11, 0xff, 0x6c, 0x2c, 0x13, 0xff, 0x69, 0x2c, 0x13, 0xff, 0x6b, 0x2c, 0x12, 0xff, 0x6d, 0x2d, 0x14, 0xff, 0x6e, 0x2e, 0x14, 0xff, 0x71, 0x30, 0x14, 0xff, 0x74, 0x33, 0x16, 0xff, 0x79, 0x35, 0x1c, 0xff, 0x7d, 0x3a, 0x20, 0xff, 0x82, 0x3e, 0x22, 0xff, 0x88, 0x44, 0x23, 0xff, 0x8f, 0x4c, 0x27, 0xff, 0x92, 0x50, 0x2a, 0xff, 0x96, 0x51, 0x2d, 0xff, 0x9b, 0x56, 0x2f, 0xff, 0x9e, 0x5c, 0x33, 0xff, 0xa3, 0x62, 0x37, 0xff, 0xa7, 0x67, 0x3d, 0xff, 0xad, 0x6d, 0x42, 0xff, 0xb3, 0x72, 0x47, 0xff, 0xb9, 0x7a, 0x4b, 0xff, 0xbe, 0x80, 0x4f, 0xff, 0xbb, 0x7c, 0x4c, 0xff, 0xa6, 0x67, 0x3e, 0xff, 0xa7, 0x67, 0x3c, 0xff, 0xaa, 0x68, 0x3d, 0xff, 0xac, 0x6a, 0x3e, 0xff, 0xaf, 0x6c, 0x3f, 0xff, 0xb2, 0x6f, 0x41, 0xff, 0xb4, 0x6f, 0x43, 0xff, 0xb3, 0x70, 0x42, 0xff, 0xb2, 0x6f, 0x42, 0xff, 0xb4, 0x71, 0x44, 0xff, 0xb8, 0x74, 0x48, 0xff, 0xba, 0x78, 0x4a, 0xff, 0xbe, 0x7c, 0x4e, 0xff, 0xab, 0x6a, 0x41, 0xff, 0x88, 0x47, 0x24, 0xff, 0x8d, 0x4a, 0x27, 0xff, 0x90, 0x50, 0x29, 0xff, 0x90, 0x52, 0x2b, 0xff, 0x93, 0x54, 0x2e, 0xff, 0x96, 0x59, 0x31, 0xff, 0x96, 0x5e, 0x34, 0xff, 0x96, 0x5f, 0x38, 0xff, 0x96, 0x5f, 0x3d, 0xff, 0x97, 0x64, 0x42, 0xff, 0x96, 0x65, 0x43, 0xff, 0x97, 0x65, 0x43, 0xff, 0x97, 0x67, 0x43, 0xff, 0x97, 0x67, 0x44, 0xff, 0x97, 0x66, 0x43, 0xff, 0x96, 0x66, 0x41, 0xff, 0x96, 0x66, 0x3d, 0xff, 0x97, 0x64, 0x3b, 0xff, 0x97, 0x64, 0x3a, 0xff, 0x97, 0x64, 0x3b, 0xff, 0x97, 0x61, 0x38, 0xff, 0x96, 0x5e, 0x34, 0xff, 0x93, 0x5a, 0x32, 0xff, 0x8f, 0x57, 0x31, 0xff, 0x91, 0x5a, 0x32, 0xff, 0x93, 0x5e, 0x33, 0xff, 0x95, 0x60, 0x36, 0xff, 0x95, 0x5f, 0x3b, 0xff, 0x8e, 0x58, 0x36, 0xff, 0xba, 0x7a, 0x4e, 0xff, 0xe8, 0x9c, 0x68, 0xff, 0xe3, 0x97, 0x63, 0xff, 0xdd, 0x93, 0x60, 0xff, 0xd5, 0x92, 0x60, 0xff, 0xc5, 0x89, 0x58, 0xff, 0xbe, 0x83, 0x54, 0xff, 0xc9, 0x89, 0x5a, 0xff, 0xde, 0x96, 0x64, 0xff, 0xf4, 0xa8, 0x74, 0xff, 0xfd, 0xbe, 0x87, 0xff, 0xfd, 0xdd, 0x9a, 0xff, 0xfb, 0xf2, 0xa8, 0xff, 0xfa, 0xf3, 0xab, 0xff, 0xfc, 0xe1, 0xa1, 0xff, 0xfe, 0xc7, 0x93, 0xff, 0xf5, 0xae, 0x7f, 0xff, 0xd7, 0x97, 0x6b, 0xff, 0xbc, 0x82, 0x5a, 0xff, 0xac, 0x71, 0x4b, 0xff, 0xa0, 0x64, 0x3d, 0xff, 0x97, 0x58, 0x33, 0xff, 0x92, 0x51, 0x2c, 0xff, 0x8b, 0x49, 0x27, 0xff, 0x85, 0x42, 0x24, 0xff, 0x80, 0x3d, 0x22, 0xff, 0x7d, 0x39, 0x20, 0xff, 0x7c, 0x39, 0x1f, 0xff, 0x7a, 0x38, 0x1e, 0xff, 0x7a, 0x37, 0x1c, 0xff, 0x7a, 0x37, 0x1e, 0xff, 0x7a, 0x38, 0x1e, 0xff, 0x7d, 0x39, 0x1f, 0xff, 0x7f, 0x3c, 0x21, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x82, 0x40, 0x24, 0xff, 0x85, 0x42, 0x25, 0xff, 0x84, 0x40, 0x25, 0xff, 0x86, 0x42, 0x25, 0xff, 0x80, 0x3f, 0x23, 0xff, 0x7d, 0x3a, 0x23, 0xff, 0x7e, 0x3b, 0x23, 0xff, 0x7e, 0x3d, 0x23, 0xff, 0x62, 0x29, 0x0f, 0xff, 0x55, 0x1d, 0x05, 0xff, 0x5d, 0x23, 0x0c, 0xff, 0x67, 0x29, 0x12, 0xff, 0x6b, 0x2d, 0x15, 0xff, 0x69, 0x2d, 0x13, 0xff, 0x66, 0x29, 0x10, 0xff, 0x65, 0x28, 0x11, 0xff, 0x69, 0x2c, 0x12, 0xff, 0x6a, 0x2f, 0x15, 0xff, 0x66, 0x2b, 0x13, 0xff, 0x63, 0x28, 0x10, 0xff, 0x60, 0x24, 0x0d, 0xff, 0x74, 0x36, 0x1d, 0xff, 0x87, 0x46, 0x28, 0xff, 0x85, 0x43, 0x26, 0xff, 0x82, 0x3f, 0x25, 0xff, 0x7f, 0x3c, 0x23, 0xff, 0x7c, 0x3a, 0x23, 0xff, 0x7c, 0x3c, 0x22, 0xff, 0x7d, 0x3c, 0x23, 0xff, 0x80, 0x3e, 0x25, 0xff, 0x85, 0x43, 0x27, 0xff, 0x85, 0x46, 0x29, 0xff, 0x87, 0x4b, 0x2c, 0xff, 0x7d, 0x40, 0x26, 0xff, 0x7a, 0x3a, 0x25, 0xff, 0x7c, 0x3b, 0x25, 0xff, 0x7b, 0x3d, 0x25, 0xff, 0x77, 0x39, 0x24, 0xff, 0x7b, 0x3c, 0x25, 0xff, 0x7a, 0x3c, 0x25, 0xff, 0x7a, 0x3a, 0x23, 0xff, 0x76, 0x37, 0x21, 0xff, 0x73, 0x36, 0x1f, 0xff, 0x71, 0x33, 0x1c, 0xff, 0x6e, 0x30, 0x18, 0xff, 0x6a, 0x2c, 0x17, 0xff, 0x64, 0x28, 0x10, 0xff, 0x69, 0x2c, 0x16, 0xff, 0x6c, 0x2e, 0x18, 0xff, 0x74, 0x37, 0x23, 0xff, 0x74, 0x38, 0x22, 0xff, 0x72, 0x34, 0x20, 0xff, 0x72, 0x33, 0x1e, 0xff, 0x71, 0x33, 0x1e, 0xff, 0x71, 0x33, 0x1e, 0xff, 0x73, 0x34, 0x1f, 0xff, 0x75, 0x36, 0x21, 0xff, 0x75, 0x38, 0x22, 0xff, 0x76, 0x39, 0x22, 0xff, 0x7a, 0x39, 0x22, 0xff, 0x7a, 0x39, 0x23, 0xff, 0x7b, 0x39, 0x22, 0xff, 0x7b, 0x39, 0x21, 0xff, 0x7b, 0x39, 0x22, 0xff, 0x7c, 0x3b, 0x22, 0xff, 0x7e, 0x3d, 0x23, 0xff, 0x81, 0x3e, 0x24, 0xff, 0x83, 0x41, 0x25, 0xff, 0x85, 0x44, 0x25, 0xff, 0x87, 0x46, 0x27, 0xff, 0x8c, 0x48, 0x28, 0xff, 0x8f, 0x4c, 0x29, 0xff, 0x90, 0x4d, 0x2a, 0xff, 0x91, 0x4e, 0x2c, 0xff, 0x93, 0x50, 0x2c, 0xff, 0x94, 0x51, 0x2c, 0xff, 0x93, 0x50, 0x2c, 0xff, 0x93, 0x4f, 0x2c, 0xff, - 0x93, 0x52, 0x2d, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x98, 0x55, 0x2e, 0xff, 0xb8, 0x79, 0x4b, 0xff, 0xc9, 0x81, 0x51, 0xff, 0xbb, 0x78, 0x4a, 0xff, 0xbc, 0x7a, 0x49, 0xff, 0xc0, 0x7d, 0x4a, 0xff, 0xbf, 0x7d, 0x4b, 0xff, 0xbe, 0x7b, 0x49, 0xff, 0xbe, 0x79, 0x4a, 0xff, 0xb9, 0x77, 0x49, 0xff, 0xb8, 0x77, 0x49, 0xff, 0xb6, 0x75, 0x49, 0xff, 0xb9, 0x79, 0x4e, 0xff, 0xb8, 0x76, 0x4b, 0xff, 0xb4, 0x72, 0x4a, 0xff, 0xa4, 0x61, 0x3d, 0xff, 0x97, 0x56, 0x32, 0xff, 0x9a, 0x59, 0x35, 0xff, 0x9e, 0x5d, 0x3a, 0xff, 0xa1, 0x61, 0x3e, 0xff, 0xa1, 0x64, 0x3e, 0xff, 0x9f, 0x63, 0x3d, 0xff, 0x9e, 0x62, 0x3d, 0xff, 0x9d, 0x5e, 0x3b, 0xff, 0x9c, 0x5b, 0x36, 0xff, 0x98, 0x57, 0x34, 0xff, 0x96, 0x54, 0x31, 0xff, 0x95, 0x52, 0x2f, 0xff, 0x95, 0x52, 0x2e, 0xff, 0x92, 0x4f, 0x2b, 0xff, 0x8f, 0x4d, 0x2b, 0xff, 0x90, 0x4d, 0x2a, 0xff, 0x92, 0x4e, 0x2b, 0xff, 0x92, 0x4e, 0x2b, 0xff, 0x95, 0x52, 0x2b, 0xff, 0x97, 0x56, 0x2f, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x9b, 0x59, 0x32, 0xff, 0x9a, 0x59, 0x32, 0xff, 0x99, 0x57, 0x31, 0xff, 0x98, 0x56, 0x30, 0xff, 0x9a, 0x59, 0x31, 0xff, 0x99, 0x57, 0x32, 0xff, 0x99, 0x57, 0x33, 0xff, 0x99, 0x57, 0x33, 0xff, 0x98, 0x56, 0x32, 0xff, 0x8a, 0x4e, 0x2d, 0xff, 0x66, 0x2a, 0x11, 0xff, 0x65, 0x27, 0x0e, 0xff, 0x63, 0x28, 0x10, 0xff, 0x61, 0x25, 0x0a, 0xff, 0x63, 0x27, 0x0c, 0xff, 0x65, 0x2a, 0x0f, 0xff, 0x68, 0x2a, 0x10, 0xff, 0x6c, 0x2e, 0x13, 0xff, 0x6f, 0x30, 0x16, 0xff, 0x71, 0x31, 0x19, 0xff, 0x72, 0x31, 0x18, 0xff, 0x70, 0x2f, 0x15, 0xff, 0x73, 0x32, 0x18, 0xff, 0x77, 0x36, 0x1a, 0xff, 0x7c, 0x39, 0x1e, 0xff, 0x81, 0x3e, 0x20, 0xff, 0x88, 0x44, 0x24, 0xff, 0x8e, 0x4a, 0x27, 0xff, 0x91, 0x50, 0x29, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x99, 0x56, 0x2f, 0xff, 0x9d, 0x5b, 0x32, 0xff, 0xa2, 0x60, 0x35, 0xff, 0xa7, 0x66, 0x3b, 0xff, 0xaa, 0x6b, 0x41, 0xff, 0xb0, 0x71, 0x47, 0xff, 0xb7, 0x77, 0x4b, 0xff, 0xba, 0x7a, 0x4d, 0xff, 0xb2, 0x71, 0x48, 0xff, 0xa2, 0x61, 0x3d, 0xff, 0xa5, 0x65, 0x3e, 0xff, 0xa9, 0x68, 0x3d, 0xff, 0xab, 0x69, 0x3e, 0xff, 0xad, 0x6a, 0x3f, 0xff, 0xb0, 0x6c, 0x40, 0xff, 0xb1, 0x6e, 0x40, 0xff, 0xb2, 0x70, 0x41, 0xff, 0xb0, 0x6d, 0x41, 0xff, 0xb2, 0x6c, 0x42, 0xff, 0xb5, 0x71, 0x44, 0xff, 0xb7, 0x75, 0x49, 0xff, 0xbb, 0x7b, 0x4d, 0xff, 0xbd, 0x7c, 0x4e, 0xff, 0xa5, 0x63, 0x3b, 0xff, 0x8a, 0x48, 0x24, 0xff, 0x8f, 0x4d, 0x28, 0xff, 0x91, 0x51, 0x2b, 0xff, 0x92, 0x54, 0x2c, 0xff, 0x95, 0x58, 0x2e, 0xff, 0x96, 0x5c, 0x33, 0xff, 0x96, 0x60, 0x38, 0xff, 0x97, 0x60, 0x3c, 0xff, 0x96, 0x62, 0x40, 0xff, 0x97, 0x65, 0x43, 0xff, 0x96, 0x65, 0x43, 0xff, 0x97, 0x66, 0x43, 0xff, 0x96, 0x68, 0x44, 0xff, 0x97, 0x68, 0x43, 0xff, 0x96, 0x66, 0x40, 0xff, 0x96, 0x64, 0x3d, 0xff, 0x96, 0x64, 0x3c, 0xff, 0x97, 0x65, 0x3c, 0xff, 0x98, 0x64, 0x3b, 0xff, 0x96, 0x61, 0x37, 0xff, 0x95, 0x5c, 0x33, 0xff, 0x91, 0x57, 0x31, 0xff, 0x8e, 0x56, 0x30, 0xff, 0x8f, 0x58, 0x31, 0xff, 0x90, 0x5a, 0x33, 0xff, 0x93, 0x5e, 0x36, 0xff, 0x95, 0x5d, 0x38, 0xff, 0x90, 0x55, 0x31, 0xff, 0x9e, 0x65, 0x3b, 0xff, 0xde, 0x92, 0x60, 0xff, 0xf3, 0x9f, 0x6a, 0xff, 0xdf, 0x95, 0x60, 0xff, 0xdb, 0x94, 0x5f, 0xff, 0xd5, 0x91, 0x5b, 0xff, 0xca, 0x88, 0x56, 0xff, 0xca, 0x88, 0x58, 0xff, 0xd9, 0x91, 0x60, 0xff, 0xe9, 0x9d, 0x69, 0xff, 0xf8, 0xac, 0x77, 0xff, 0xfe, 0xbe, 0x87, 0xff, 0xfd, 0xd0, 0x95, 0xff, 0xfd, 0xd8, 0x9a, 0xff, 0xfd, 0xd0, 0x97, 0xff, 0xfe, 0xc0, 0x8c, 0xff, 0xf6, 0xac, 0x7d, 0xff, 0xd8, 0x96, 0x6b, 0xff, 0xbe, 0x83, 0x5a, 0xff, 0xae, 0x73, 0x4c, 0xff, 0xa3, 0x67, 0x40, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x93, 0x51, 0x2e, 0xff, 0x8d, 0x49, 0x28, 0xff, 0x87, 0x44, 0x25, 0xff, 0x83, 0x3f, 0x23, 0xff, 0x80, 0x3d, 0x22, 0xff, 0x7e, 0x3a, 0x20, 0xff, 0x7c, 0x39, 0x20, 0xff, 0x7b, 0x39, 0x1f, 0xff, 0x7a, 0x38, 0x1e, 0xff, 0x7b, 0x38, 0x1f, 0xff, 0x7d, 0x3a, 0x20, 0xff, 0x7f, 0x3c, 0x21, 0xff, 0x81, 0x40, 0x22, 0xff, 0x83, 0x40, 0x24, 0xff, 0x84, 0x41, 0x23, 0xff, 0x86, 0x42, 0x24, 0xff, 0x84, 0x40, 0x24, 0xff, 0x7d, 0x3a, 0x22, 0xff, 0x7b, 0x39, 0x22, 0xff, 0x7c, 0x39, 0x22, 0xff, 0x81, 0x3f, 0x26, 0xff, 0x65, 0x2a, 0x11, 0xff, 0x5f, 0x26, 0x0e, 0xff, 0x65, 0x29, 0x12, 0xff, 0x69, 0x2b, 0x14, 0xff, 0x6a, 0x2b, 0x14, 0xff, 0x65, 0x29, 0x0e, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x63, 0x25, 0x0d, 0xff, 0x65, 0x28, 0x12, 0xff, 0x68, 0x2c, 0x13, 0xff, 0x66, 0x2b, 0x12, 0xff, 0x64, 0x27, 0x10, 0xff, 0x61, 0x25, 0x0f, 0xff, 0x67, 0x2b, 0x12, 0xff, 0x81, 0x40, 0x25, 0xff, 0x88, 0x43, 0x27, 0xff, 0x84, 0x40, 0x25, 0xff, 0x7f, 0x3c, 0x23, 0xff, 0x7e, 0x3c, 0x22, 0xff, 0x7d, 0x3c, 0x23, 0xff, 0x7f, 0x3d, 0x24, 0xff, 0x81, 0x3f, 0x25, 0xff, 0x83, 0x40, 0x27, 0xff, 0x88, 0x46, 0x29, 0xff, 0x87, 0x4a, 0x2c, 0xff, 0x7d, 0x3f, 0x26, 0xff, 0x7c, 0x3c, 0x24, 0xff, 0x7b, 0x3b, 0x25, 0xff, 0x7a, 0x3c, 0x25, 0xff, 0x76, 0x38, 0x24, 0xff, 0x7c, 0x3c, 0x26, 0xff, 0x80, 0x41, 0x26, 0xff, 0x7e, 0x3f, 0x24, 0xff, 0x7a, 0x3a, 0x23, 0xff, 0x75, 0x37, 0x20, 0xff, 0x73, 0x35, 0x1f, 0xff, 0x70, 0x30, 0x1c, 0xff, 0x6c, 0x2e, 0x17, 0xff, 0x6f, 0x31, 0x1c, 0xff, 0x72, 0x37, 0x21, 0xff, 0x75, 0x35, 0x20, 0xff, 0x72, 0x34, 0x20, 0xff, 0x72, 0x34, 0x20, 0xff, 0x72, 0x32, 0x1f, 0xff, 0x72, 0x33, 0x1e, 0xff, 0x70, 0x31, 0x1e, 0xff, 0x71, 0x34, 0x1e, 0xff, 0x74, 0x37, 0x20, 0xff, 0x76, 0x36, 0x20, 0xff, 0x76, 0x37, 0x22, 0xff, 0x77, 0x36, 0x20, 0xff, 0x78, 0x39, 0x22, 0xff, 0x7a, 0x3b, 0x21, 0xff, 0x78, 0x39, 0x1f, 0xff, 0x7a, 0x39, 0x1f, 0xff, 0x7c, 0x3b, 0x22, 0xff, 0x7e, 0x3e, 0x24, 0xff, 0x82, 0x42, 0x25, 0xff, 0x84, 0x43, 0x25, 0xff, 0x85, 0x44, 0x26, 0xff, 0x89, 0x46, 0x25, 0xff, 0x88, 0x46, 0x26, 0xff, 0x8a, 0x46, 0x26, 0xff, 0x8b, 0x48, 0x26, 0xff, 0x8d, 0x49, 0x27, 0xff, 0x8d, 0x4c, 0x28, 0xff, 0x91, 0x4e, 0x2a, 0xff, 0x90, 0x4e, 0x2b, 0xff, 0x90, 0x4d, 0x2b, 0xff, 0x92, 0x4f, 0x2c, 0xff, - 0x8f, 0x4c, 0x29, 0xff, 0x91, 0x4e, 0x2b, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x96, 0x50, 0x2e, 0xff, 0xaa, 0x65, 0x39, 0xff, 0xd3, 0x89, 0x54, 0xff, 0xcc, 0x84, 0x53, 0xff, 0xc3, 0x80, 0x4d, 0xff, 0xc6, 0x80, 0x4d, 0xff, 0xc6, 0x80, 0x4b, 0xff, 0xc4, 0x80, 0x4e, 0xff, 0xc2, 0x7e, 0x4c, 0xff, 0xbf, 0x79, 0x4a, 0xff, 0xc3, 0x80, 0x51, 0xff, 0xc3, 0x80, 0x4f, 0xff, 0xc1, 0x7d, 0x4e, 0xff, 0xbb, 0x7a, 0x4d, 0xff, 0xb8, 0x76, 0x4b, 0xff, 0xb7, 0x76, 0x4d, 0xff, 0x9b, 0x59, 0x34, 0xff, 0x9b, 0x58, 0x34, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0xa0, 0x5e, 0x37, 0xff, 0x9f, 0x5d, 0x36, 0xff, 0x9b, 0x58, 0x33, 0xff, 0x99, 0x57, 0x33, 0xff, 0x99, 0x56, 0x33, 0xff, 0x97, 0x54, 0x31, 0xff, 0x97, 0x54, 0x31, 0xff, 0x98, 0x55, 0x32, 0xff, 0x95, 0x52, 0x2f, 0xff, 0x96, 0x51, 0x2e, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x96, 0x54, 0x2e, 0xff, 0x98, 0x55, 0x2f, 0xff, 0x9c, 0x57, 0x32, 0xff, 0x9d, 0x5a, 0x33, 0xff, 0x9e, 0x5c, 0x34, 0xff, 0x9d, 0x5d, 0x36, 0xff, 0x9e, 0x5c, 0x38, 0xff, 0x9d, 0x5b, 0x33, 0xff, 0x9c, 0x5a, 0x32, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9b, 0x5b, 0x35, 0xff, 0x9b, 0x5d, 0x33, 0xff, 0x9a, 0x59, 0x33, 0xff, 0x98, 0x59, 0x33, 0xff, 0x85, 0x49, 0x29, 0xff, 0x56, 0x1b, 0x00, 0xff, 0x60, 0x25, 0x0b, 0xff, 0x64, 0x26, 0x0c, 0xff, 0x62, 0x29, 0x0e, 0xff, 0x5f, 0x25, 0x0d, 0xff, 0x63, 0x26, 0x0c, 0xff, 0x64, 0x28, 0x10, 0xff, 0x66, 0x28, 0x11, 0xff, 0x69, 0x2b, 0x11, 0xff, 0x6d, 0x2e, 0x13, 0xff, 0x70, 0x2f, 0x16, 0xff, 0x74, 0x33, 0x1b, 0xff, 0x73, 0x33, 0x1b, 0xff, 0x72, 0x30, 0x15, 0xff, 0x77, 0x36, 0x1a, 0xff, 0x7c, 0x39, 0x1e, 0xff, 0x80, 0x3d, 0x1f, 0xff, 0x86, 0x42, 0x22, 0xff, 0x8c, 0x48, 0x27, 0xff, 0x90, 0x4d, 0x28, 0xff, 0x94, 0x51, 0x2b, 0xff, 0x99, 0x57, 0x2f, 0xff, 0x9c, 0x5b, 0x32, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0xa4, 0x64, 0x3b, 0xff, 0xaa, 0x69, 0x40, 0xff, 0xaf, 0x6f, 0x45, 0xff, 0xb5, 0x75, 0x4a, 0xff, 0xb6, 0x77, 0x4c, 0xff, 0xa5, 0x67, 0x41, 0xff, 0x9f, 0x61, 0x3d, 0xff, 0xa3, 0x65, 0x3e, 0xff, 0xa8, 0x67, 0x3d, 0xff, 0xaa, 0x67, 0x3d, 0xff, 0xab, 0x69, 0x3c, 0xff, 0xaf, 0x6b, 0x3f, 0xff, 0xae, 0x6a, 0x3f, 0xff, 0xad, 0x69, 0x3c, 0xff, 0xae, 0x6a, 0x3e, 0xff, 0xaf, 0x6b, 0x41, 0xff, 0xb1, 0x6d, 0x42, 0xff, 0xb3, 0x71, 0x45, 0xff, 0xb7, 0x74, 0x47, 0xff, 0xbe, 0x7c, 0x4d, 0xff, 0xb9, 0x76, 0x48, 0xff, 0x9a, 0x56, 0x2f, 0xff, 0x8d, 0x4b, 0x26, 0xff, 0x92, 0x52, 0x2a, 0xff, 0x94, 0x54, 0x2c, 0xff, 0x95, 0x56, 0x2e, 0xff, 0x96, 0x5b, 0x31, 0xff, 0x97, 0x5f, 0x36, 0xff, 0x96, 0x60, 0x3c, 0xff, 0x96, 0x60, 0x3d, 0xff, 0x97, 0x63, 0x3f, 0xff, 0x96, 0x66, 0x42, 0xff, 0x97, 0x66, 0x42, 0xff, 0x98, 0x67, 0x42, 0xff, 0x97, 0x66, 0x43, 0xff, 0x96, 0x65, 0x40, 0xff, 0x96, 0x64, 0x3c, 0xff, 0x97, 0x64, 0x3b, 0xff, 0x97, 0x65, 0x3c, 0xff, 0x97, 0x64, 0x3a, 0xff, 0x97, 0x61, 0x38, 0xff, 0x94, 0x5d, 0x34, 0xff, 0x90, 0x58, 0x30, 0xff, 0x8f, 0x56, 0x30, 0xff, 0x8f, 0x57, 0x32, 0xff, 0x90, 0x5a, 0x33, 0xff, 0x92, 0x59, 0x33, 0xff, 0x94, 0x57, 0x31, 0xff, 0x95, 0x57, 0x31, 0xff, 0x8c, 0x52, 0x2e, 0xff, 0xcb, 0x89, 0x5b, 0xff, 0xfa, 0xab, 0x72, 0xff, 0xf1, 0x9c, 0x63, 0xff, 0xeb, 0x9b, 0x63, 0xff, 0xe6, 0x99, 0x61, 0xff, 0xe1, 0x94, 0x5e, 0xff, 0xcf, 0x89, 0x58, 0xff, 0xc9, 0x87, 0x57, 0xff, 0xd3, 0x90, 0x5d, 0xff, 0xe5, 0x9d, 0x6a, 0xff, 0xf5, 0xab, 0x79, 0xff, 0xfc, 0xb7, 0x84, 0xff, 0xfd, 0xbd, 0x8a, 0xff, 0xfd, 0xbe, 0x8a, 0xff, 0xff, 0xb6, 0x83, 0xff, 0xf2, 0xa6, 0x76, 0xff, 0xd3, 0x94, 0x68, 0xff, 0xbc, 0x83, 0x5b, 0xff, 0xaf, 0x72, 0x4d, 0xff, 0xa3, 0x65, 0x3f, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x94, 0x52, 0x2e, 0xff, 0x8f, 0x4d, 0x29, 0xff, 0x8a, 0x48, 0x26, 0xff, 0x86, 0x43, 0x24, 0xff, 0x82, 0x3f, 0x22, 0xff, 0x80, 0x3d, 0x21, 0xff, 0x7e, 0x3a, 0x20, 0xff, 0x7c, 0x3a, 0x20, 0xff, 0x7d, 0x3a, 0x20, 0xff, 0x7e, 0x3a, 0x1f, 0xff, 0x7e, 0x3a, 0x21, 0xff, 0x7f, 0x3c, 0x21, 0xff, 0x80, 0x3e, 0x22, 0xff, 0x84, 0x3f, 0x23, 0xff, 0x87, 0x42, 0x24, 0xff, 0x88, 0x45, 0x25, 0xff, 0x7f, 0x3c, 0x22, 0xff, 0x7a, 0x39, 0x1f, 0xff, 0x7b, 0x39, 0x20, 0xff, 0x7c, 0x39, 0x21, 0xff, 0x7b, 0x39, 0x20, 0xff, 0x83, 0x42, 0x28, 0xff, 0x6d, 0x2f, 0x18, 0xff, 0x65, 0x28, 0x11, 0xff, 0x65, 0x28, 0x12, 0xff, 0x65, 0x28, 0x13, 0xff, 0x64, 0x29, 0x0c, 0xff, 0x62, 0x28, 0x0e, 0xff, 0x62, 0x26, 0x0f, 0xff, 0x66, 0x2a, 0x11, 0xff, 0x66, 0x2a, 0x12, 0xff, 0x64, 0x29, 0x10, 0xff, 0x64, 0x28, 0x0f, 0xff, 0x62, 0x24, 0x0b, 0xff, 0x64, 0x27, 0x0f, 0xff, 0x79, 0x39, 0x22, 0xff, 0x80, 0x3f, 0x25, 0xff, 0x81, 0x3f, 0x24, 0xff, 0x82, 0x40, 0x25, 0xff, 0x80, 0x3e, 0x24, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x80, 0x3e, 0x24, 0xff, 0x81, 0x3f, 0x25, 0xff, 0x85, 0x43, 0x26, 0xff, 0x86, 0x46, 0x28, 0xff, 0x88, 0x49, 0x2c, 0xff, 0x80, 0x41, 0x28, 0xff, 0x7c, 0x3e, 0x25, 0xff, 0x7c, 0x3c, 0x25, 0xff, 0x7c, 0x3c, 0x25, 0xff, 0x79, 0x39, 0x25, 0xff, 0x80, 0x40, 0x27, 0xff, 0x84, 0x43, 0x27, 0xff, 0x80, 0x41, 0x25, 0xff, 0x7c, 0x3e, 0x23, 0xff, 0x7a, 0x3a, 0x23, 0xff, 0x75, 0x36, 0x20, 0xff, 0x74, 0x34, 0x1f, 0xff, 0x77, 0x39, 0x22, 0xff, 0x74, 0x35, 0x20, 0xff, 0x73, 0x34, 0x20, 0xff, 0x72, 0x34, 0x20, 0xff, 0x72, 0x35, 0x1f, 0xff, 0x72, 0x32, 0x1f, 0xff, 0x72, 0x33, 0x1e, 0xff, 0x72, 0x34, 0x1e, 0xff, 0x72, 0x35, 0x1e, 0xff, 0x73, 0x35, 0x1e, 0xff, 0x72, 0x32, 0x1e, 0xff, 0x74, 0x35, 0x1e, 0xff, 0x75, 0x34, 0x1f, 0xff, 0x76, 0x34, 0x1f, 0xff, 0x76, 0x36, 0x1e, 0xff, 0x76, 0x36, 0x1f, 0xff, 0x78, 0x39, 0x1f, 0xff, 0x7b, 0x3d, 0x23, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x80, 0x41, 0x24, 0xff, 0x83, 0x41, 0x25, 0xff, 0x84, 0x43, 0x25, 0xff, 0x86, 0x43, 0x25, 0xff, 0x84, 0x43, 0x25, 0xff, 0x85, 0x41, 0x25, 0xff, 0x88, 0x44, 0x25, 0xff, 0x86, 0x43, 0x25, 0xff, 0x88, 0x44, 0x26, 0xff, 0x8b, 0x48, 0x28, 0xff, 0x8d, 0x4a, 0x28, 0xff, 0x8e, 0x4d, 0x29, 0xff, 0x8f, 0x4c, 0x29, 0xff, 0x8e, 0x4b, 0x28, 0xff, - 0x8c, 0x4c, 0x28, 0xff, 0x8e, 0x4c, 0x29, 0xff, 0x92, 0x50, 0x2b, 0xff, 0x94, 0x52, 0x2d, 0xff, 0x98, 0x55, 0x2f, 0xff, 0xa1, 0x60, 0x35, 0xff, 0xd0, 0x85, 0x51, 0xff, 0xd6, 0x8a, 0x57, 0xff, 0xd4, 0x88, 0x56, 0xff, 0xca, 0x82, 0x4f, 0xff, 0xcd, 0x81, 0x4f, 0xff, 0xc8, 0x80, 0x50, 0xff, 0xc7, 0x80, 0x4f, 0xff, 0xcc, 0x84, 0x53, 0xff, 0xcb, 0x82, 0x52, 0xff, 0xc8, 0x81, 0x53, 0xff, 0xc5, 0x80, 0x51, 0xff, 0xc2, 0x7f, 0x50, 0xff, 0xbf, 0x7c, 0x4e, 0xff, 0xbb, 0x7b, 0x4f, 0xff, 0xab, 0x68, 0x40, 0xff, 0x9f, 0x5d, 0x36, 0xff, 0x9f, 0x59, 0x33, 0xff, 0xa0, 0x5d, 0x36, 0xff, 0xa1, 0x5e, 0x36, 0xff, 0x9c, 0x5b, 0x34, 0xff, 0x99, 0x57, 0x33, 0xff, 0x98, 0x56, 0x32, 0xff, 0x98, 0x56, 0x31, 0xff, 0x97, 0x55, 0x32, 0xff, 0x99, 0x55, 0x31, 0xff, 0x99, 0x57, 0x31, 0xff, 0x9a, 0x56, 0x31, 0xff, 0x9b, 0x5a, 0x32, 0xff, 0xa0, 0x5d, 0x34, 0xff, 0xa2, 0x60, 0x37, 0xff, 0xa2, 0x63, 0x3d, 0xff, 0xa1, 0x65, 0x3e, 0xff, 0xa1, 0x67, 0x3d, 0xff, 0xa0, 0x62, 0x38, 0xff, 0xa0, 0x5e, 0x35, 0xff, 0xa0, 0x5f, 0x36, 0xff, 0xa0, 0x5e, 0x36, 0xff, 0xa0, 0x62, 0x38, 0xff, 0x9f, 0x60, 0x3a, 0xff, 0x91, 0x51, 0x32, 0xff, 0x6f, 0x32, 0x19, 0xff, 0x59, 0x1f, 0x03, 0xff, 0x5d, 0x23, 0x0a, 0xff, 0x5e, 0x23, 0x08, 0xff, 0x61, 0x26, 0x0b, 0xff, 0x62, 0x27, 0x0a, 0xff, 0x5e, 0x24, 0x09, 0xff, 0x63, 0x25, 0x0b, 0xff, 0x64, 0x28, 0x0d, 0xff, 0x65, 0x28, 0x11, 0xff, 0x68, 0x2b, 0x12, 0xff, 0x6a, 0x2e, 0x13, 0xff, 0x6d, 0x2f, 0x16, 0xff, 0x72, 0x30, 0x19, 0xff, 0x72, 0x2f, 0x18, 0xff, 0x72, 0x31, 0x1b, 0xff, 0x76, 0x34, 0x1b, 0xff, 0x7a, 0x38, 0x1c, 0xff, 0x7e, 0x3a, 0x20, 0xff, 0x85, 0x3f, 0x22, 0xff, 0x8b, 0x46, 0x26, 0xff, 0x8e, 0x4a, 0x28, 0xff, 0x92, 0x4f, 0x2b, 0xff, 0x97, 0x53, 0x2e, 0xff, 0x9b, 0x59, 0x32, 0xff, 0xa0, 0x5f, 0x35, 0xff, 0xa4, 0x63, 0x3b, 0xff, 0xa7, 0x66, 0x40, 0xff, 0xae, 0x6f, 0x45, 0xff, 0xb5, 0x76, 0x4a, 0xff, 0xaf, 0x72, 0x47, 0xff, 0x9c, 0x5d, 0x3a, 0xff, 0x9f, 0x61, 0x3d, 0xff, 0xa1, 0x63, 0x3d, 0xff, 0xa5, 0x66, 0x3d, 0xff, 0xa9, 0x67, 0x3d, 0xff, 0xaa, 0x68, 0x3d, 0xff, 0xab, 0x68, 0x3d, 0xff, 0xaa, 0x68, 0x3d, 0xff, 0xab, 0x68, 0x3e, 0xff, 0xac, 0x6a, 0x3d, 0xff, 0xac, 0x6b, 0x3f, 0xff, 0xac, 0x69, 0x40, 0xff, 0xb1, 0x6e, 0x42, 0xff, 0xb4, 0x72, 0x46, 0xff, 0xb7, 0x76, 0x49, 0xff, 0xc0, 0x7f, 0x52, 0xff, 0xba, 0x77, 0x4b, 0xff, 0x95, 0x53, 0x2c, 0xff, 0x8f, 0x4d, 0x27, 0xff, 0x94, 0x54, 0x2b, 0xff, 0x95, 0x57, 0x2e, 0xff, 0x97, 0x5a, 0x31, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x96, 0x61, 0x37, 0xff, 0x97, 0x62, 0x3a, 0xff, 0x96, 0x62, 0x3d, 0xff, 0x97, 0x65, 0x40, 0xff, 0x96, 0x66, 0x41, 0xff, 0x95, 0x68, 0x42, 0xff, 0x97, 0x69, 0x40, 0xff, 0x96, 0x67, 0x3e, 0xff, 0x95, 0x65, 0x3c, 0xff, 0x96, 0x64, 0x3c, 0xff, 0x96, 0x64, 0x3c, 0xff, 0x98, 0x64, 0x3b, 0xff, 0x98, 0x64, 0x39, 0xff, 0x94, 0x5d, 0x33, 0xff, 0x90, 0x55, 0x30, 0xff, 0x8e, 0x55, 0x30, 0xff, 0x8e, 0x57, 0x30, 0xff, 0x8f, 0x56, 0x30, 0xff, 0x91, 0x54, 0x2f, 0xff, 0x94, 0x55, 0x30, 0xff, 0x96, 0x58, 0x31, 0xff, 0x91, 0x53, 0x2d, 0xff, 0xa0, 0x68, 0x3e, 0xff, 0xdf, 0x9d, 0x66, 0xff, 0xff, 0xab, 0x70, 0xff, 0xf4, 0x9b, 0x63, 0xff, 0xf0, 0x9a, 0x60, 0xff, 0xf2, 0x9a, 0x60, 0xff, 0xd9, 0x8e, 0x5a, 0xff, 0xc6, 0x86, 0x53, 0xff, 0xc9, 0x8a, 0x56, 0xff, 0xd1, 0x90, 0x5f, 0xff, 0xde, 0x99, 0x69, 0xff, 0xee, 0xa4, 0x74, 0xff, 0xf8, 0xab, 0x79, 0xff, 0xf9, 0xac, 0x7c, 0xff, 0xf3, 0xa9, 0x79, 0xff, 0xe3, 0x9e, 0x6f, 0xff, 0xcb, 0x8c, 0x62, 0xff, 0xb8, 0x7d, 0x54, 0xff, 0xac, 0x70, 0x48, 0xff, 0xa3, 0x66, 0x40, 0xff, 0x9c, 0x5b, 0x36, 0xff, 0x95, 0x52, 0x2f, 0xff, 0x90, 0x4d, 0x2a, 0xff, 0x8b, 0x49, 0x27, 0xff, 0x89, 0x46, 0x25, 0xff, 0x87, 0x42, 0x24, 0xff, 0x83, 0x3f, 0x23, 0xff, 0x82, 0x3f, 0x22, 0xff, 0x80, 0x3e, 0x21, 0xff, 0x7f, 0x3b, 0x21, 0xff, 0x7f, 0x3b, 0x21, 0xff, 0x80, 0x3d, 0x22, 0xff, 0x81, 0x3e, 0x22, 0xff, 0x82, 0x3f, 0x23, 0xff, 0x84, 0x41, 0x24, 0xff, 0x86, 0x43, 0x24, 0xff, 0x81, 0x3e, 0x22, 0xff, 0x7d, 0x3b, 0x20, 0xff, 0x7c, 0x3a, 0x20, 0xff, 0x7c, 0x39, 0x21, 0xff, 0x7c, 0x39, 0x21, 0xff, 0x7d, 0x3b, 0x21, 0xff, 0x89, 0x47, 0x27, 0xff, 0x77, 0x37, 0x20, 0xff, 0x63, 0x28, 0x0e, 0xff, 0x63, 0x28, 0x0d, 0xff, 0x67, 0x2b, 0x12, 0xff, 0x66, 0x29, 0x13, 0xff, 0x63, 0x27, 0x10, 0xff, 0x63, 0x27, 0x0f, 0xff, 0x63, 0x25, 0x0f, 0xff, 0x64, 0x29, 0x10, 0xff, 0x63, 0x29, 0x0f, 0xff, 0x64, 0x26, 0x0f, 0xff, 0x61, 0x27, 0x0e, 0xff, 0x60, 0x27, 0x0e, 0xff, 0x77, 0x37, 0x1d, 0xff, 0x81, 0x42, 0x25, 0xff, 0x7f, 0x3d, 0x24, 0xff, 0x7d, 0x3a, 0x22, 0xff, 0x80, 0x3d, 0x24, 0xff, 0x82, 0x40, 0x24, 0xff, 0x82, 0x40, 0x25, 0xff, 0x82, 0x41, 0x26, 0xff, 0x83, 0x43, 0x26, 0xff, 0x86, 0x48, 0x28, 0xff, 0x89, 0x4a, 0x2b, 0xff, 0x82, 0x42, 0x27, 0xff, 0x7f, 0x40, 0x26, 0xff, 0x7f, 0x3f, 0x25, 0xff, 0x7e, 0x3f, 0x26, 0xff, 0x7b, 0x3e, 0x25, 0xff, 0x85, 0x44, 0x29, 0xff, 0x85, 0x44, 0x28, 0xff, 0x83, 0x42, 0x26, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x7d, 0x3d, 0x23, 0xff, 0x78, 0x38, 0x22, 0xff, 0x75, 0x36, 0x22, 0xff, 0x72, 0x33, 0x1f, 0xff, 0x73, 0x34, 0x1f, 0xff, 0x71, 0x34, 0x20, 0xff, 0x72, 0x33, 0x1f, 0xff, 0x72, 0x34, 0x1f, 0xff, 0x72, 0x33, 0x1e, 0xff, 0x72, 0x32, 0x1e, 0xff, 0x70, 0x33, 0x1b, 0xff, 0x6f, 0x33, 0x1b, 0xff, 0x72, 0x32, 0x1b, 0xff, 0x71, 0x31, 0x1b, 0xff, 0x73, 0x33, 0x1d, 0xff, 0x73, 0x34, 0x1d, 0xff, 0x73, 0x33, 0x1d, 0xff, 0x76, 0x35, 0x1e, 0xff, 0x79, 0x39, 0x21, 0xff, 0x79, 0x39, 0x23, 0xff, 0x7c, 0x3c, 0x22, 0xff, 0x80, 0x3e, 0x23, 0xff, 0x82, 0x41, 0x24, 0xff, 0x82, 0x42, 0x25, 0xff, 0x83, 0x40, 0x25, 0xff, 0x83, 0x40, 0x25, 0xff, 0x84, 0x42, 0x24, 0xff, 0x84, 0x41, 0x23, 0xff, 0x84, 0x42, 0x24, 0xff, 0x86, 0x44, 0x25, 0xff, 0x8a, 0x47, 0x27, 0xff, 0x8e, 0x4c, 0x2a, 0xff, 0x90, 0x51, 0x2d, 0xff, 0x92, 0x52, 0x2e, 0xff, 0x92, 0x4f, 0x2d, 0xff, 0x8e, 0x4b, 0x29, 0xff, - 0x91, 0x4f, 0x2c, 0xff, 0x8f, 0x4c, 0x2a, 0xff, 0x8e, 0x4d, 0x29, 0xff, 0x92, 0x4e, 0x2c, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x98, 0x58, 0x31, 0xff, 0xa3, 0x62, 0x38, 0xff, 0xb9, 0x75, 0x45, 0xff, 0xd3, 0x86, 0x54, 0xff, 0xdc, 0x8e, 0x5b, 0xff, 0xce, 0x84, 0x53, 0xff, 0xcb, 0x82, 0x52, 0xff, 0xce, 0x84, 0x54, 0xff, 0xcd, 0x84, 0x52, 0xff, 0xce, 0x84, 0x53, 0xff, 0xcc, 0x83, 0x52, 0xff, 0xce, 0x84, 0x54, 0xff, 0xcf, 0x84, 0x53, 0xff, 0xca, 0x83, 0x54, 0xff, 0xc6, 0x83, 0x53, 0xff, 0xc4, 0x80, 0x56, 0xff, 0xb8, 0x76, 0x4a, 0xff, 0xab, 0x67, 0x40, 0xff, 0x9f, 0x5d, 0x34, 0xff, 0x9d, 0x5a, 0x34, 0xff, 0x9a, 0x59, 0x34, 0xff, 0x9c, 0x5b, 0x35, 0xff, 0x9a, 0x5b, 0x34, 0xff, 0x9a, 0x59, 0x34, 0xff, 0x9b, 0x5a, 0x33, 0xff, 0x9b, 0x59, 0x32, 0xff, 0x9f, 0x59, 0x33, 0xff, 0xa2, 0x5e, 0x35, 0xff, 0xa3, 0x63, 0x38, 0xff, 0xa6, 0x67, 0x3e, 0xff, 0xa7, 0x6a, 0x44, 0xff, 0xa6, 0x6a, 0x48, 0xff, 0xa6, 0x6b, 0x45, 0xff, 0xa5, 0x6a, 0x41, 0xff, 0xa4, 0x65, 0x3c, 0xff, 0xa4, 0x64, 0x3b, 0xff, 0xa4, 0x64, 0x3b, 0xff, 0xa7, 0x65, 0x3e, 0xff, 0xa5, 0x67, 0x40, 0xff, 0x72, 0x35, 0x18, 0xff, 0x60, 0x25, 0x0b, 0xff, 0x5b, 0x20, 0x07, 0xff, 0x5d, 0x22, 0x08, 0xff, 0x5c, 0x22, 0x08, 0xff, 0x5e, 0x23, 0x08, 0xff, 0x60, 0x24, 0x09, 0xff, 0x62, 0x25, 0x0b, 0xff, 0x5c, 0x24, 0x08, 0xff, 0x60, 0x23, 0x0c, 0xff, 0x62, 0x25, 0x0d, 0xff, 0x65, 0x27, 0x0f, 0xff, 0x67, 0x29, 0x12, 0xff, 0x6b, 0x2c, 0x15, 0xff, 0x6d, 0x2f, 0x16, 0xff, 0x71, 0x2f, 0x16, 0xff, 0x72, 0x30, 0x17, 0xff, 0x71, 0x30, 0x18, 0xff, 0x74, 0x33, 0x1b, 0xff, 0x79, 0x36, 0x1e, 0xff, 0x7f, 0x3b, 0x20, 0xff, 0x84, 0x3f, 0x22, 0xff, 0x88, 0x44, 0x25, 0xff, 0x8d, 0x49, 0x27, 0xff, 0x90, 0x4f, 0x29, 0xff, 0x95, 0x51, 0x2d, 0xff, 0x99, 0x57, 0x2f, 0xff, 0x9d, 0x5b, 0x33, 0xff, 0xa3, 0x61, 0x39, 0xff, 0xa8, 0x68, 0x3d, 0xff, 0xae, 0x6f, 0x43, 0xff, 0xb1, 0x73, 0x48, 0xff, 0xa5, 0x69, 0x42, 0xff, 0x98, 0x59, 0x38, 0xff, 0x9d, 0x5c, 0x3c, 0xff, 0x9f, 0x61, 0x3e, 0xff, 0xa4, 0x66, 0x3e, 0xff, 0xa6, 0x66, 0x3e, 0xff, 0xa7, 0x65, 0x3c, 0xff, 0xa9, 0x67, 0x3d, 0xff, 0xa9, 0x68, 0x3d, 0xff, 0xa9, 0x66, 0x3b, 0xff, 0xa8, 0x67, 0x3c, 0xff, 0xab, 0x69, 0x3f, 0xff, 0xab, 0x68, 0x3e, 0xff, 0xae, 0x6a, 0x3f, 0xff, 0xb3, 0x70, 0x44, 0xff, 0xb6, 0x74, 0x47, 0xff, 0xba, 0x78, 0x4a, 0xff, 0xbf, 0x7d, 0x4f, 0xff, 0xb2, 0x71, 0x46, 0xff, 0x94, 0x52, 0x2c, 0xff, 0x92, 0x50, 0x29, 0xff, 0x95, 0x58, 0x2e, 0xff, 0x95, 0x5a, 0x30, 0xff, 0x97, 0x5c, 0x32, 0xff, 0x97, 0x5f, 0x35, 0xff, 0x96, 0x60, 0x38, 0xff, 0x97, 0x62, 0x39, 0xff, 0x96, 0x64, 0x3d, 0xff, 0x95, 0x66, 0x40, 0xff, 0x96, 0x66, 0x40, 0xff, 0x96, 0x67, 0x3f, 0xff, 0x96, 0x67, 0x3e, 0xff, 0x97, 0x66, 0x3d, 0xff, 0x98, 0x66, 0x3b, 0xff, 0x98, 0x65, 0x3b, 0xff, 0x97, 0x63, 0x3a, 0xff, 0x98, 0x64, 0x39, 0xff, 0x94, 0x5e, 0x35, 0xff, 0x8e, 0x56, 0x2f, 0xff, 0x8d, 0x54, 0x2e, 0xff, 0x8d, 0x54, 0x2e, 0xff, 0x8e, 0x52, 0x2d, 0xff, 0x90, 0x52, 0x2d, 0xff, 0x93, 0x55, 0x2d, 0xff, 0x98, 0x58, 0x2f, 0xff, 0x9e, 0x5e, 0x34, 0xff, 0x9d, 0x5f, 0x32, 0xff, 0xc7, 0x86, 0x51, 0xff, 0xf9, 0xa8, 0x6e, 0xff, 0xfc, 0xa1, 0x64, 0xff, 0xf8, 0x9d, 0x60, 0xff, 0xf9, 0x9d, 0x61, 0xff, 0xf0, 0x99, 0x5f, 0xff, 0xd2, 0x8c, 0x56, 0xff, 0xc2, 0x84, 0x52, 0xff, 0xc7, 0x88, 0x58, 0xff, 0xcb, 0x8d, 0x5e, 0xff, 0xd4, 0x92, 0x65, 0xff, 0xde, 0x99, 0x6b, 0xff, 0xe2, 0x9d, 0x6d, 0xff, 0xda, 0x9a, 0x6a, 0xff, 0xcc, 0x8e, 0x62, 0xff, 0xbf, 0x83, 0x5a, 0xff, 0xb4, 0x78, 0x50, 0xff, 0xaa, 0x6e, 0x47, 0xff, 0xa2, 0x64, 0x3d, 0xff, 0x9b, 0x5a, 0x35, 0xff, 0x97, 0x54, 0x30, 0xff, 0x92, 0x4f, 0x2c, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8a, 0x48, 0x27, 0xff, 0x88, 0x46, 0x25, 0xff, 0x87, 0x44, 0x24, 0xff, 0x85, 0x43, 0x24, 0xff, 0x83, 0x41, 0x23, 0xff, 0x83, 0x40, 0x22, 0xff, 0x83, 0x40, 0x22, 0xff, 0x83, 0x40, 0x22, 0xff, 0x83, 0x40, 0x23, 0xff, 0x85, 0x41, 0x23, 0xff, 0x86, 0x42, 0x24, 0xff, 0x81, 0x3e, 0x23, 0xff, 0x81, 0x3e, 0x22, 0xff, 0x7d, 0x3a, 0x21, 0xff, 0x7c, 0x38, 0x21, 0xff, 0x7c, 0x3a, 0x21, 0xff, 0x7c, 0x3a, 0x21, 0xff, 0x84, 0x42, 0x25, 0xff, 0x89, 0x46, 0x28, 0xff, 0x82, 0x42, 0x26, 0xff, 0x62, 0x26, 0x0c, 0xff, 0x64, 0x28, 0x10, 0xff, 0x6a, 0x2e, 0x17, 0xff, 0x67, 0x28, 0x14, 0xff, 0x63, 0x27, 0x10, 0xff, 0x5f, 0x26, 0x0f, 0xff, 0x61, 0x23, 0x0d, 0xff, 0x60, 0x26, 0x0d, 0xff, 0x62, 0x27, 0x0d, 0xff, 0x63, 0x26, 0x0f, 0xff, 0x62, 0x27, 0x0d, 0xff, 0x5e, 0x25, 0x0c, 0xff, 0x73, 0x36, 0x1b, 0xff, 0x7f, 0x41, 0x24, 0xff, 0x7f, 0x3e, 0x24, 0xff, 0x7c, 0x3a, 0x21, 0xff, 0x79, 0x38, 0x20, 0xff, 0x7b, 0x39, 0x22, 0xff, 0x7e, 0x3c, 0x24, 0xff, 0x84, 0x43, 0x26, 0xff, 0x86, 0x45, 0x28, 0xff, 0x87, 0x47, 0x29, 0xff, 0x88, 0x48, 0x2b, 0xff, 0x83, 0x43, 0x28, 0xff, 0x81, 0x40, 0x25, 0xff, 0x81, 0x40, 0x27, 0xff, 0x7c, 0x3e, 0x24, 0xff, 0x90, 0x53, 0x32, 0xff, 0x84, 0x44, 0x29, 0xff, 0x85, 0x43, 0x29, 0xff, 0x86, 0x45, 0x28, 0xff, 0x7f, 0x40, 0x25, 0xff, 0x78, 0x38, 0x23, 0xff, 0x74, 0x36, 0x22, 0xff, 0x73, 0x34, 0x20, 0xff, 0x72, 0x33, 0x1f, 0xff, 0x72, 0x34, 0x1f, 0xff, 0x71, 0x32, 0x1f, 0xff, 0x73, 0x33, 0x1f, 0xff, 0x73, 0x34, 0x1f, 0xff, 0x72, 0x33, 0x1e, 0xff, 0x71, 0x32, 0x1d, 0xff, 0x70, 0x32, 0x1d, 0xff, 0x6f, 0x33, 0x1b, 0xff, 0x6f, 0x30, 0x19, 0xff, 0x71, 0x31, 0x1b, 0xff, 0x72, 0x31, 0x19, 0xff, 0x72, 0x32, 0x1c, 0xff, 0x75, 0x34, 0x1f, 0xff, 0x77, 0x36, 0x1f, 0xff, 0x76, 0x37, 0x20, 0xff, 0x77, 0x38, 0x21, 0xff, 0x7b, 0x3b, 0x23, 0xff, 0x7f, 0x3e, 0x23, 0xff, 0x7e, 0x3d, 0x23, 0xff, 0x80, 0x3f, 0x24, 0xff, 0x80, 0x3f, 0x23, 0xff, 0x82, 0x40, 0x23, 0xff, 0x7f, 0x3f, 0x22, 0xff, 0x83, 0x40, 0x24, 0xff, 0x85, 0x43, 0x25, 0xff, 0x87, 0x47, 0x26, 0xff, 0x8c, 0x4b, 0x2a, 0xff, 0x8f, 0x51, 0x2d, 0xff, 0x90, 0x54, 0x31, 0xff, 0x91, 0x54, 0x31, 0xff, 0x94, 0x55, 0x32, 0xff, 0x92, 0x51, 0x2d, 0xff, - 0x92, 0x4e, 0x2c, 0xff, 0x92, 0x4f, 0x2b, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x93, 0x4f, 0x2d, 0xff, 0x90, 0x50, 0x2d, 0xff, 0x96, 0x53, 0x30, 0xff, 0x9e, 0x5d, 0x36, 0xff, 0xa1, 0x63, 0x39, 0xff, 0xa9, 0x66, 0x3e, 0xff, 0xb3, 0x71, 0x43, 0xff, 0xd0, 0x87, 0x55, 0xff, 0xe6, 0x90, 0x5b, 0xff, 0xd9, 0x89, 0x58, 0xff, 0xd3, 0x86, 0x55, 0xff, 0xd5, 0x88, 0x54, 0xff, 0xd0, 0x87, 0x55, 0xff, 0xd3, 0x86, 0x55, 0xff, 0xd8, 0x88, 0x58, 0xff, 0xda, 0x8a, 0x59, 0xff, 0xd2, 0x88, 0x57, 0xff, 0xcc, 0x85, 0x56, 0xff, 0xc6, 0x83, 0x55, 0xff, 0xbf, 0x7b, 0x50, 0xff, 0xad, 0x6a, 0x44, 0xff, 0x9d, 0x5a, 0x36, 0xff, 0x9f, 0x5c, 0x37, 0xff, 0x9f, 0x5f, 0x39, 0xff, 0x9f, 0x5f, 0x39, 0xff, 0x9f, 0x5f, 0x38, 0xff, 0xa2, 0x60, 0x37, 0xff, 0xa3, 0x61, 0x39, 0xff, 0xa7, 0x64, 0x3b, 0xff, 0xaa, 0x68, 0x40, 0xff, 0xae, 0x6f, 0x45, 0xff, 0xac, 0x73, 0x4c, 0xff, 0xaa, 0x70, 0x4e, 0xff, 0xa9, 0x70, 0x4b, 0xff, 0xab, 0x6e, 0x46, 0xff, 0xa9, 0x69, 0x42, 0xff, 0xaa, 0x6c, 0x42, 0xff, 0xab, 0x6b, 0x42, 0xff, 0x9f, 0x60, 0x3a, 0xff, 0x7a, 0x3e, 0x23, 0xff, 0x5a, 0x23, 0x07, 0xff, 0x5a, 0x20, 0x04, 0xff, 0x5a, 0x20, 0x06, 0xff, 0x5a, 0x21, 0x08, 0xff, 0x5a, 0x21, 0x08, 0xff, 0x5a, 0x21, 0x08, 0xff, 0x5d, 0x22, 0x08, 0xff, 0x5d, 0x22, 0x09, 0xff, 0x5e, 0x23, 0x0a, 0xff, 0x5a, 0x20, 0x06, 0xff, 0x5d, 0x22, 0x08, 0xff, 0x60, 0x24, 0x0c, 0xff, 0x65, 0x27, 0x0f, 0xff, 0x67, 0x29, 0x0f, 0xff, 0x6b, 0x2c, 0x13, 0xff, 0x6e, 0x30, 0x16, 0xff, 0x71, 0x31, 0x17, 0xff, 0x71, 0x31, 0x16, 0xff, 0x6f, 0x30, 0x16, 0xff, 0x73, 0x33, 0x1a, 0xff, 0x76, 0x35, 0x1d, 0xff, 0x7c, 0x39, 0x20, 0xff, 0x83, 0x3f, 0x22, 0xff, 0x87, 0x43, 0x25, 0xff, 0x8a, 0x47, 0x27, 0xff, 0x8f, 0x4c, 0x29, 0xff, 0x93, 0x50, 0x2b, 0xff, 0x97, 0x55, 0x2f, 0xff, 0x9b, 0x59, 0x32, 0xff, 0x9e, 0x5f, 0x35, 0xff, 0xa6, 0x67, 0x3b, 0xff, 0xad, 0x6f, 0x42, 0xff, 0xa9, 0x69, 0x41, 0xff, 0x94, 0x55, 0x34, 0xff, 0x99, 0x5a, 0x39, 0xff, 0x9d, 0x5c, 0x3b, 0xff, 0x9f, 0x60, 0x3c, 0xff, 0xa1, 0x64, 0x3d, 0xff, 0xa4, 0x67, 0x3d, 0xff, 0xa6, 0x69, 0x3f, 0xff, 0xa6, 0x6a, 0x40, 0xff, 0xa7, 0x67, 0x3c, 0xff, 0xa8, 0x66, 0x3a, 0xff, 0xa7, 0x66, 0x3b, 0xff, 0xa9, 0x67, 0x3c, 0xff, 0xaa, 0x68, 0x3c, 0xff, 0xaa, 0x68, 0x3d, 0xff, 0xad, 0x6c, 0x40, 0xff, 0xb3, 0x71, 0x45, 0xff, 0xb7, 0x76, 0x49, 0xff, 0xbc, 0x7a, 0x4d, 0xff, 0xbd, 0x7a, 0x4d, 0xff, 0xa8, 0x66, 0x3c, 0xff, 0x92, 0x51, 0x29, 0xff, 0x96, 0x56, 0x2d, 0xff, 0x96, 0x59, 0x2f, 0xff, 0x96, 0x5b, 0x31, 0xff, 0x97, 0x5d, 0x34, 0xff, 0x96, 0x5e, 0x34, 0xff, 0x96, 0x5f, 0x36, 0xff, 0x95, 0x60, 0x37, 0xff, 0x96, 0x65, 0x3b, 0xff, 0x96, 0x68, 0x3e, 0xff, 0x95, 0x67, 0x3c, 0xff, 0x97, 0x67, 0x3c, 0xff, 0x98, 0x66, 0x3c, 0xff, 0x98, 0x66, 0x3c, 0xff, 0x97, 0x64, 0x3b, 0xff, 0x97, 0x64, 0x3b, 0xff, 0x98, 0x65, 0x3a, 0xff, 0x95, 0x61, 0x37, 0xff, 0x8f, 0x58, 0x31, 0xff, 0x8d, 0x53, 0x2e, 0xff, 0x8d, 0x50, 0x2c, 0xff, 0x8e, 0x50, 0x2b, 0xff, 0x90, 0x52, 0x2c, 0xff, 0x97, 0x56, 0x30, 0xff, 0x9e, 0x5d, 0x33, 0xff, 0xa2, 0x61, 0x36, 0xff, 0xa0, 0x61, 0x35, 0xff, 0xac, 0x6b, 0x3d, 0xff, 0xdf, 0x91, 0x5b, 0xff, 0xff, 0xa3, 0x68, 0xff, 0xfb, 0x9d, 0x62, 0xff, 0xf6, 0x9b, 0x60, 0xff, 0xf2, 0x99, 0x5e, 0xff, 0xed, 0x97, 0x5f, 0xff, 0xd8, 0x91, 0x5b, 0xff, 0xc4, 0x86, 0x53, 0xff, 0xc2, 0x82, 0x54, 0xff, 0xc5, 0x84, 0x58, 0xff, 0xc6, 0x86, 0x5b, 0xff, 0xc3, 0x87, 0x5c, 0xff, 0xc1, 0x84, 0x59, 0xff, 0xbd, 0x7f, 0x55, 0xff, 0xb7, 0x7a, 0x50, 0xff, 0xb0, 0x73, 0x4a, 0xff, 0xaa, 0x6d, 0x43, 0xff, 0xa3, 0x65, 0x3c, 0xff, 0x9b, 0x5b, 0x35, 0xff, 0x98, 0x55, 0x32, 0xff, 0x95, 0x53, 0x2e, 0xff, 0x91, 0x4f, 0x2b, 0xff, 0x8f, 0x4c, 0x29, 0xff, 0x8d, 0x4c, 0x29, 0xff, 0x8c, 0x49, 0x28, 0xff, 0x8b, 0x47, 0x26, 0xff, 0x89, 0x46, 0x26, 0xff, 0x88, 0x45, 0x26, 0xff, 0x87, 0x44, 0x25, 0xff, 0x87, 0x43, 0x26, 0xff, 0x86, 0x41, 0x25, 0xff, 0x86, 0x42, 0x25, 0xff, 0x7f, 0x3d, 0x21, 0xff, 0x80, 0x3d, 0x21, 0xff, 0x82, 0x3f, 0x23, 0xff, 0x7d, 0x39, 0x22, 0xff, 0x7c, 0x3a, 0x21, 0xff, 0x7e, 0x3a, 0x21, 0xff, 0x7d, 0x3a, 0x21, 0xff, 0x84, 0x42, 0x25, 0xff, 0x85, 0x41, 0x25, 0xff, 0x86, 0x44, 0x28, 0xff, 0x73, 0x33, 0x1e, 0xff, 0x6a, 0x2e, 0x1c, 0xff, 0x6b, 0x30, 0x1c, 0xff, 0x67, 0x2d, 0x14, 0xff, 0x65, 0x29, 0x10, 0xff, 0x60, 0x26, 0x0e, 0xff, 0x5f, 0x26, 0x0f, 0xff, 0x61, 0x24, 0x0c, 0xff, 0x62, 0x26, 0x0c, 0xff, 0x63, 0x25, 0x0f, 0xff, 0x61, 0x26, 0x0f, 0xff, 0x62, 0x24, 0x0c, 0xff, 0x62, 0x25, 0x0f, 0xff, 0x7d, 0x3c, 0x22, 0xff, 0x80, 0x3e, 0x24, 0xff, 0x7d, 0x3b, 0x23, 0xff, 0x79, 0x39, 0x22, 0xff, 0x79, 0x39, 0x22, 0xff, 0x7b, 0x3b, 0x22, 0xff, 0x7b, 0x3c, 0x23, 0xff, 0x81, 0x40, 0x26, 0xff, 0x85, 0x46, 0x29, 0xff, 0x88, 0x49, 0x2c, 0xff, 0x86, 0x45, 0x29, 0xff, 0x84, 0x42, 0x27, 0xff, 0x82, 0x40, 0x26, 0xff, 0x8c, 0x4d, 0x2d, 0xff, 0xab, 0x6b, 0x43, 0xff, 0x94, 0x54, 0x33, 0xff, 0x87, 0x47, 0x2b, 0xff, 0x7f, 0x3f, 0x27, 0xff, 0x79, 0x3a, 0x22, 0xff, 0x74, 0x35, 0x21, 0xff, 0x74, 0x35, 0x20, 0xff, 0x72, 0x33, 0x1f, 0xff, 0x72, 0x33, 0x1f, 0xff, 0x72, 0x34, 0x1f, 0xff, 0x71, 0x31, 0x1d, 0xff, 0x72, 0x34, 0x1e, 0xff, 0x72, 0x33, 0x1f, 0xff, 0x72, 0x34, 0x1f, 0xff, 0x71, 0x33, 0x1f, 0xff, 0x6e, 0x30, 0x1a, 0xff, 0x6e, 0x30, 0x17, 0xff, 0x6e, 0x30, 0x17, 0xff, 0x70, 0x31, 0x17, 0xff, 0x71, 0x31, 0x1b, 0xff, 0x73, 0x34, 0x1b, 0xff, 0x75, 0x34, 0x1f, 0xff, 0x78, 0x37, 0x1f, 0xff, 0x76, 0x36, 0x1f, 0xff, 0x79, 0x39, 0x21, 0xff, 0x7b, 0x3a, 0x22, 0xff, 0x7b, 0x3a, 0x22, 0xff, 0x7b, 0x3c, 0x22, 0xff, 0x7a, 0x38, 0x20, 0xff, 0x7a, 0x39, 0x21, 0xff, 0x7f, 0x3d, 0x23, 0xff, 0x82, 0x3f, 0x23, 0xff, 0x83, 0x41, 0x24, 0xff, 0x86, 0x43, 0x25, 0xff, 0x88, 0x46, 0x26, 0xff, 0x8a, 0x49, 0x28, 0xff, 0x8e, 0x4c, 0x2b, 0xff, 0x91, 0x50, 0x2d, 0xff, 0x91, 0x50, 0x2f, 0xff, 0x93, 0x50, 0x2e, 0xff, 0x92, 0x4e, 0x2c, 0xff, -#endif -}; - -lv_img_dsc_t img_bubble_pattern = { - .header.always_zero = 0, - .header.w = 234, - .header.h = 480, - .data_size = 112320 * LV_COLOR_SIZE / 8, - .header.cf = LV_IMG_CF_TRUE_COLOR, - .data = img_bubble_pattern_map, -}; - -#endif /*LV_DEMO_WALLPAPER && LV_USE_DEMO*/ - diff --git a/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.c b/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.c deleted file mode 100644 index f58167e..0000000 --- a/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.c +++ /dev/null @@ -1,175 +0,0 @@ -/** - * @file lv_sysmon.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "sysmon.h" -#if LV_USE_SYSMON - -#include - - -/********************* - * DEFINES - *********************/ -#define CPU_LABEL_COLOR "FF0000" -#define MEM_LABEL_COLOR "0000FF" -#define CHART_POINT_NUM 100 -#define REFR_TIME 500 - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void sysmon_task(lv_task_t * param); -static void win_close_action(lv_obj_t * btn, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ -static lv_obj_t * win; -static lv_obj_t * chart; -static lv_chart_series_t * cpu_ser; -static lv_chart_series_t * mem_ser; -static lv_obj_t * info_label; -static lv_task_t * refr_task; - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Initialize the system monitor - */ -void sysmon_create(void) -{ - refr_task = lv_task_create(sysmon_task, REFR_TIME, LV_TASK_PRIO_LOW, NULL); - - - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - win = lv_win_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_t * win_btn = lv_win_add_btn(win, LV_SYMBOL_CLOSE); - lv_obj_set_event_cb(win_btn, win_close_action); - - /*Make the window content responsive*/ - lv_win_set_layout(win, LV_LAYOUT_PRETTY); - - /*Create a chart with two data lines*/ - chart = lv_chart_create(win, NULL); - lv_obj_set_size(chart, hres / 2, vres / 2); - lv_obj_set_pos(chart, LV_DPI / 10, LV_DPI / 10); - lv_chart_set_point_count(chart, CHART_POINT_NUM); - lv_chart_set_range(chart, 0, 100); - lv_chart_set_type(chart, LV_CHART_TYPE_LINE); - lv_chart_set_series_width(chart, 4); - cpu_ser = lv_chart_add_series(chart, LV_COLOR_RED); - mem_ser = lv_chart_add_series(chart, LV_COLOR_BLUE); - - /*Set the data series to zero*/ - uint16_t i; - for(i = 0; i < CHART_POINT_NUM; i++) { - lv_chart_set_next(chart, cpu_ser, 0); - lv_chart_set_next(chart, mem_ser, 0); - } - - /*Create a label for the details of Memory and CPU usage*/ - info_label = lv_label_create(win, NULL); - lv_label_set_recolor(info_label, true); - lv_obj_align(info_label, chart, LV_ALIGN_OUT_RIGHT_TOP, LV_DPI / 4, 0); - - /*Refresh the chart and label manually at first*/ - sysmon_task(NULL); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#define SYSMON_STRING_BUFFER_SIZE 256 -/** - * Called periodically to monitor the CPU and memory usage. - * @param param unused - */ -static void sysmon_task(lv_task_t * param) -{ - - (void) param; /*Unused*/ - - LV_LOG_TRACE("sys_mon task started"); - - /*Get CPU and memory information */ - uint8_t cpu_busy; - cpu_busy = 100 - lv_task_get_idle(); - - uint8_t mem_used_pct = 0; -#if LV_MEM_CUSTOM == 0 - lv_mem_monitor_t mem_mon; - lv_mem_monitor(&mem_mon); - mem_used_pct = mem_mon.used_pct; -#endif - - /*Add the CPU and memory data to the chart*/ - lv_chart_set_next(chart, cpu_ser, cpu_busy); - lv_chart_set_next(chart, mem_ser, mem_used_pct); - - /*Refresh the and windows*/ - char buf_long[SYSMON_STRING_BUFFER_SIZE]; - int len = 0; - len += lv_snprintf(buf_long+len, SYSMON_STRING_BUFFER_SIZE-len, "%s%s CPU: %d %%%s\n\n", - LV_TXT_COLOR_CMD, - CPU_LABEL_COLOR, - cpu_busy, - LV_TXT_COLOR_CMD); - -#if LV_MEM_CUSTOM == 0 - len += lv_snprintf(buf_long+len, SYSMON_STRING_BUFFER_SIZE-len, LV_TXT_COLOR_CMD"%s MEMORY: %d %%"LV_TXT_COLOR_CMD"\n" - "Total: %d bytes\n" - "Used: %d bytes\n" - "Free: %d bytes\n" - "Frag: %d %%", - MEM_LABEL_COLOR, - mem_used_pct, - (int)mem_mon.total_size, - (int)mem_mon.total_size - mem_mon.free_size, mem_mon.free_size, mem_mon.frag_pct); - -#else - len += lv_snprintf(buf_long+len, SYSMON_STRING_BUFFER_SIZE-len, LV_TXT_COLOR_CMD"%s MEMORY: N/A"LV_TXT_COLOR_CMD, - MEM_LABEL_COLOR); -#endif - lv_label_set_text(info_label, buf_long); - - - LV_LOG_TRACE("sys_mon task finished"); -} - -/** - * Called when the window's close button is clicked - * @param btn pointer to the close button - * @param event the current event - */ -static void win_close_action(lv_obj_t * btn, lv_event_t event) -{ - (void) btn; /*Unused*/ - - if(event != LV_EVENT_CLICKED) return; - - lv_obj_del(win); - win = NULL; - - lv_task_del(refr_task); - refr_task = NULL; -} - -#endif /*LV_USE_SYMON*/ diff --git a/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.h b/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.h deleted file mode 100644 index d24f219..0000000 --- a/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.h +++ /dev/null @@ -1,52 +0,0 @@ -/** - * @file symon.h - * - */ - -#ifndef SYSMON_H -#define SYSMON_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif -#if LV_USE_SYSMON - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Initialize the system monitor - */ -void sysmon_create(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_SYSMON*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /* SYSMON_H */ diff --git a/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.mk b/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.mk deleted file mode 100644 index 4b35766..0000000 --- a/components/lv_examples/lv_examples/lv_apps/sysmon/sysmon.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += sysmon.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_apps/sysmon -VPATH += :$(LVGL_DIR)/lv_examples/lv_apps/sysmon - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_apps/sysmon" diff --git a/components/lv_examples/lv_examples/lv_apps/terminal/terminal.c b/components/lv_examples/lv_examples/lv_apps/terminal/terminal.c deleted file mode 100644 index ca21f0f..0000000 --- a/components/lv_examples/lv_examples/lv_apps/terminal/terminal.c +++ /dev/null @@ -1,176 +0,0 @@ -/** - * @file terminal.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "terminal.h" -#if LV_USE_TERMINAL - -/********************* - * DEFINES - *********************/ -#define TERMINAL_ANIM_TIME 100 /*[ms]*/ -#define TERMINAL_NO_INPUT 0 /*Do not create Text area and Keyboard*/ -#define TERMINAL_LOG_LENGTH 512 /*Characters*/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void clr_event_cb(lv_obj_t * btn, lv_event_t event); -static void win_close_action(lv_obj_t * btn, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ -static lv_obj_t * win; -static char txt_log[TERMINAL_LOG_LENGTH + 1]; -static lv_obj_t * label; -static lv_obj_t * clr_btn; - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Open a terminal - * @return pointer to the terminal window - */ -lv_obj_t * terminal_create(void) -{ - static lv_style_t style_bg; - lv_style_copy(&style_bg, &lv_style_pretty); - style_bg.body.main_color = lv_color_make(0x30, 0x30, 0x30); - style_bg.body.grad_color = lv_color_make(0x30, 0x30, 0x30); - style_bg.body.border.color = LV_COLOR_WHITE; - style_bg.text.color = lv_color_make(0xE0, 0xE0, 0xE0); - - - - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - win = lv_win_create(lv_disp_get_scr_act(NULL), NULL); - lv_win_set_style(win, LV_WIN_STYLE_BG, &style_bg); - lv_obj_set_size(win, hres, vres); - lv_win_set_sb_mode(win, LV_SB_MODE_AUTO); - lv_obj_t * win_btn = lv_win_add_btn(win, LV_SYMBOL_CLOSE); - lv_obj_set_event_cb(win_btn, win_close_action); - - /*Make the window's content responsive*/ - lv_win_set_layout(win, LV_LAYOUT_PRETTY); - - /*Create a label for the text of the terminal*/ - label = lv_label_create(win, NULL); - lv_label_set_long_mode(label, LV_LABEL_LONG_BREAK); - lv_obj_set_width(label, lv_win_get_width(win)); - lv_label_set_static_text(label, txt_log); /*Use the text array directly*/ - - /*Create a clear button*/ - clr_btn = lv_btn_create(win, NULL); - lv_btn_set_fit(clr_btn, LV_FIT_TIGHT); - lv_obj_set_event_cb(clr_btn, clr_event_cb); - lv_obj_t * btn_label = lv_label_create(clr_btn, NULL); - lv_label_set_text(btn_label, "Clear"); - - return win; -} - -/** - * Add data to the terminal - * @param txt_in character sting to add to the terminal - */ -void terminal_add(const char * txt_in) -{ - if(win == NULL) return; /*Check if the window is exists*/ - - size_t txt_len = strlen(txt_in); - size_t old_len = strlen(txt_log); - - /*If the data is longer then the terminal ax size show the last part of data*/ - if(txt_len > TERMINAL_LOG_LENGTH) { - txt_in += (txt_len - TERMINAL_LOG_LENGTH); - txt_len = TERMINAL_LOG_LENGTH; - old_len = 0; - } - /*If the text become too long 'forget' the oldest lines*/ - else if(old_len + txt_len > TERMINAL_LOG_LENGTH) { - uint16_t new_start; - for(new_start = 0; new_start < old_len; new_start++) { - if(txt_log[new_start] == '\n') { - /*If there is enough space break*/ - if(new_start >= txt_len) { - /*Ignore line breaks*/ - while(txt_log[new_start] == '\n' || txt_log[new_start] == '\r') new_start++; - break; - } - } - } - - /* If it wasn't able to make enough space on line breaks - * simply forget the oldest characters*/ - if(new_start == old_len) { - new_start = old_len - (TERMINAL_LOG_LENGTH - txt_len); - } - /*Move the remaining text to the beginning*/ - uint16_t j; - for(j = new_start; j < old_len; j++) { - txt_log[j - new_start] = txt_log[j]; - } - old_len = old_len - new_start; - txt_log[old_len] = '\0'; - - } - - memcpy(&txt_log[old_len], txt_in, txt_len); - txt_log[old_len + txt_len] = '\0'; - - lv_label_set_static_text(label, txt_log); - lv_win_focus(win, clr_btn, TERMINAL_ANIM_TIME); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -/** - * Called when the Clear button is click to clear the text of the terminal - * @param btn pointer to the clear button - * @param event the current event - */ -static void clr_event_cb(lv_obj_t * btn, lv_event_t event) -{ - (void) btn; /*Unused*/ - - if(event != LV_EVENT_CLICKED) return; - - txt_log[0] = '\0'; - lv_label_set_static_text(label, txt_log); /*Refresh the text*/ -} - -/** - * Called when the window's close button is clicked - * @param btn pointer to the close button - * @return LV_ACTION_RES_INV because the button is deleted in the function - */ -static void win_close_action(lv_obj_t * btn, lv_event_t event) -{ - (void) btn; /*Unused*/ - - if(event != LV_EVENT_CLICKED) return; - - lv_obj_del(win); - win = NULL; -} - -#endif /*LV_USE_TERMINAL*/ diff --git a/components/lv_examples/lv_examples/lv_apps/terminal/terminal.h b/components/lv_examples/lv_examples/lv_apps/terminal/terminal.h deleted file mode 100644 index 8283adf..0000000 --- a/components/lv_examples/lv_examples/lv_apps/terminal/terminal.h +++ /dev/null @@ -1,60 +0,0 @@ -/** - * @file terminal.h - * - */ - -#ifndef TERMINAL_H -#define TERMINAL_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_DEMO - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Open a terminal - * @return pointer to the terminal window - */ -lv_obj_t * terminal_create(void); - -/** - * Add data to the terminal - * @param txt_in character sting to add to the terminal - */ -void terminal_add(const char * txt_in); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TERMINAL*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /* LV_TERMINAL_H */ diff --git a/components/lv_examples/lv_examples/lv_apps/terminal/terminal.mk b/components/lv_examples/lv_examples/lv_apps/terminal/terminal.mk deleted file mode 100644 index 92b1a53..0000000 --- a/components/lv_examples/lv_examples/lv_apps/terminal/terminal.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += terminal.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_apps/terminal -VPATH += :$(LVGL_DIR)/lv_examples/lv_apps/terminal - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_apps/terminal" diff --git a/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.c b/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.c deleted file mode 100644 index d7925a5..0000000 --- a/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.c +++ /dev/null @@ -1,378 +0,0 @@ -/** - * @file tpcal.c - * - * TOUCHPAD CALIBRATION - * --------------------- - * - * This application creates a GUI and instruct the user - * to click the four corners to get data for touchpad calibration. - * - * - You display driver should have two functions: `xxx_read` and `xxx_set_cal_data`. - * - At first run run the touchpad is not calibrated therefore your `xxx_read` function should provide raw data. - * - When the user touched all four corners you should call the `xxx_set_cal_data` function in - * ` TP_CAL_STATE_WAIT_LEAVE` state. As arguments you should pass `point[0]`, `point[1]`, `point[2]` and `point[3]` - * which are the coordinates read on corner pressing. - * - `xxx_set_cal_data` should mark the display as calibrated, save the raw coordinates - * and use them in the upcoming calls of `xxx_read` to adjust the coordinates. - * - A simple equation to adjust the coordinates: x_cal = ((x_act - x1_saved) * lcd_hor_res) / (x2_saved - x1_saved); - * - x_cal: the calibrated X coordinate - * - x_act: the currently measured X coordinate - * - x1_saved, x2_saved: The raw X coordinates saved as calibration data - */ - -/********************* - * INCLUDES - *********************/ -#include "tpcal.h" -#if LV_USE_TPCAL -#include - -/********************* - * DEFINES - *********************/ -#define CIRCLE_SIZE 20 -#define CIRCLE_OFFSET 20 -#define TP_MAX_VALUE 5000 -#define TOUCH_NUMBER 3 - -/********************** - * TYPEDEFS - **********************/ -typedef enum { - TP_CAL_STATE_INIT, - TP_CAL_STATE_WAIT_TOP_LEFT, - TP_CAL_STATE_WAIT_TOP_RIGHT, - TP_CAL_STATE_WAIT_BOTTOM_RIGHT, - TP_CAL_STATE_WAIT_BOTTOM_LEFT, - TP_CAL_STATE_WAIT_LEAVE, - TP_CAL_STATE_READY, -} tp_cal_state_t; - -/********************** - * STATIC PROTOTYPES - **********************/ -static void get_avr_value(lv_point_t * p); -static void btn_event_cb(lv_obj_t * scr, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ -static lv_point_t point[4]; /*Calibration points: [0]: top-left; [1]: top-right, [2]: bottom-right, [3]: bottom-left */ -static lv_point_t avr[TOUCH_NUMBER]; /*Storage point to calculate average*/ - -static tp_cal_state_t state; -static lv_obj_t * prev_scr; -static lv_obj_t * big_btn; -static lv_obj_t * label_main; -static lv_obj_t * circ_area; - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create a touch pad calibration screen - */ -void tpcal_create(void) -{ - state = TP_CAL_STATE_INIT; - - prev_scr = lv_disp_get_scr_act(NULL); - - lv_obj_t * scr = lv_obj_create(NULL, NULL); - lv_obj_set_size(scr, TP_MAX_VALUE, TP_MAX_VALUE); - lv_disp_load_scr(scr); - - /*Create a big transparent button screen to receive clicks*/ - big_btn = lv_btn_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(big_btn, TP_MAX_VALUE, TP_MAX_VALUE); - lv_btn_set_style(big_btn, LV_BTN_STYLE_REL, &lv_style_transp); - lv_btn_set_style(big_btn, LV_BTN_STYLE_PR, &lv_style_transp); - lv_obj_set_event_cb(big_btn, btn_event_cb); - lv_btn_set_layout(big_btn, LV_LAYOUT_OFF); - - label_main = lv_label_create(lv_disp_get_scr_act(NULL), NULL); - char buf[64]; - sprintf(buf, "Click the circle in\n" - "upper left-hand corner\n" - "%u left", TOUCH_NUMBER); - lv_label_set_text(label_main, buf); - lv_label_set_align(label_main, LV_LABEL_ALIGN_CENTER); - - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - lv_obj_set_pos(label_main, (hres - lv_obj_get_width(label_main)) / 2, - (vres - lv_obj_get_height(label_main)) / 2); - - - static lv_style_t style_circ; - lv_style_copy(&style_circ, &lv_style_pretty_color); - style_circ.body.radius = LV_RADIUS_CIRCLE; - - circ_area = lv_obj_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(circ_area, CIRCLE_SIZE, CIRCLE_SIZE); - lv_obj_set_style(circ_area, &style_circ); - lv_obj_set_click(circ_area, false); - -#if LV_USE_ANIMATION - lv_anim_t a; - a.var = circ_area; - a.start = hres / 2; - a.end = CIRCLE_OFFSET; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_x; - a.path_cb = lv_anim_path_linear; - a.ready_cb = NULL; - a.act_time = -500; - a.time = 200; - a.playback = 0; - a.playback_pause = 0; - a.repeat = 0; - a.repeat_pause = 0; - lv_anim_create(&a); - - a.start = vres / 2; - a.end = CIRCLE_OFFSET; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_y; - a.ready_cb = NULL; - a.time = 200; - lv_anim_create(&a); -#else - lv_obj_set_pos(circ_area, CIRCLE_OFFSET, CIRCLE_OFFSET); -#endif - - state = TP_CAL_STATE_WAIT_TOP_LEFT; -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -static void get_avr_value(lv_point_t * p) -{ - int32_t x_sum = 0; - int32_t y_sum = 0; - uint8_t i = 0; - for(; i < TOUCH_NUMBER ; i++) { - x_sum += avr[i].x; - y_sum += avr[i].y; - } - p->x = x_sum / TOUCH_NUMBER; - p->y = y_sum / TOUCH_NUMBER; -} - -static void btn_event_cb(lv_obj_t * scr, lv_event_t event) -{ - (void) scr; /*Unused*/ - - if(event != LV_EVENT_CLICKED) return; - - lv_disp_t * disp = lv_obj_get_disp(prev_scr); - lv_coord_t hres = lv_disp_get_hor_res(disp); - lv_coord_t vres = lv_disp_get_ver_res(disp); - - static uint8_t touch_nb = TOUCH_NUMBER; - - if(state == TP_CAL_STATE_WAIT_TOP_LEFT) { - char buf[64]; - touch_nb--; - lv_indev_t * indev = lv_indev_get_act(); - lv_indev_get_point(indev, &avr[touch_nb]); - - if(!touch_nb) { - touch_nb = TOUCH_NUMBER; - get_avr_value(&point[0]); - sprintf(buf, "x: %d\ny: %d", point[0].x, point[0].y); - lv_obj_t * label_coord = lv_label_create(lv_disp_get_scr_act(disp), NULL); - lv_label_set_text(label_coord, buf); - sprintf(buf, "Click the circle in\n" - "upper right-hand corner\n" - " %u Left", TOUCH_NUMBER); -#if LV_USE_ANIMATION - lv_anim_t a; - a.var = circ_area; - a.start = CIRCLE_OFFSET; - a.end = hres - CIRCLE_SIZE - CIRCLE_OFFSET; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_x; - a.path_cb = lv_anim_path_linear; - a.ready_cb = NULL; - a.act_time = 0; - a.time = 200; - a.playback = 0; - a.playback_pause = 0; - a.repeat = 0; - a.repeat_pause = 0; - lv_anim_create(&a); - - a.start = CIRCLE_OFFSET; - a.end = CIRCLE_OFFSET; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_y; - a.ready_cb = NULL; - a.time = 200; - lv_anim_create(&a); -#else - lv_obj_set_pos(circ_area, LV_HOR_RES - CIRCLE_SIZE - CIRCLE_OFFSET, CIRCLE_OFFSET); -#endif - state = TP_CAL_STATE_WAIT_TOP_RIGHT; - } else { - sprintf(buf, "Click the circle in\n" - "upper left-hand corner\n" - " %u Left", touch_nb); - } - lv_label_set_text(label_main, buf); - lv_obj_set_pos(label_main, (hres - lv_obj_get_width(label_main)) / 2, - (vres - lv_obj_get_height(label_main)) / 2); - - - } else if(state == TP_CAL_STATE_WAIT_TOP_RIGHT) { - char buf[64]; - touch_nb--; - lv_indev_t * indev = lv_indev_get_act(); - lv_indev_get_point(indev, &avr[touch_nb]); - - if(!touch_nb) { - touch_nb = TOUCH_NUMBER; - get_avr_value(&point[1]); - sprintf(buf, "x: %d\ny: %d", point[1].x, point[1].y); - lv_obj_t * label_coord = lv_label_create(lv_disp_get_scr_act(disp), NULL); - lv_label_set_text(label_coord, buf); - lv_obj_set_pos(label_coord, hres - lv_obj_get_width(label_coord), 0); - sprintf(buf, "Click the circle in\n" - "lower right-hand corner\n" - " %u Left", TOUCH_NUMBER); -#if LV_USE_ANIMATION - lv_anim_t a; - a.var = circ_area; - a.start = hres - CIRCLE_SIZE - CIRCLE_OFFSET; - a.end = hres - CIRCLE_SIZE - CIRCLE_OFFSET; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_x; - a.path_cb = lv_anim_path_linear; - a.ready_cb = NULL; - a.act_time = 0; - a.time = 200; - a.playback = 0; - a.playback_pause = 0; - a.repeat = 0; - a.repeat_pause = 0; - lv_anim_create(&a); - - a.start = CIRCLE_OFFSET; - a.end = vres - CIRCLE_SIZE - CIRCLE_OFFSET; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_y; - a.ready_cb = NULL; - a.time = 200; - lv_anim_create(&a); -#else - lv_obj_set_pos(circ_area, hres - CIRCLE_SIZE - CIRCLE_OFFSET, vres - CIRCLE_SIZE - CIRCLE_OFFSET); -#endif - state = TP_CAL_STATE_WAIT_BOTTOM_RIGHT; - } else { - sprintf(buf, "Click the circle in\n" - "upper right-hand corner\n" - " %u Left", touch_nb); - } - lv_label_set_text(label_main, buf); - lv_obj_set_pos(label_main, (hres - lv_obj_get_width(label_main)) / 2, - (vres - lv_obj_get_height(label_main)) / 2); - - } else if(state == TP_CAL_STATE_WAIT_BOTTOM_RIGHT) { - char buf[64]; - touch_nb--; - lv_indev_t * indev = lv_indev_get_act(); - lv_indev_get_point(indev, &avr[touch_nb]); - - if(!touch_nb) { - touch_nb = TOUCH_NUMBER; - get_avr_value(&point[2]); - sprintf(buf, "x: %d\ny: %d", point[2].x, point[2].y); - lv_obj_t * label_coord = lv_label_create(scr, NULL); - lv_label_set_text(label_coord, buf); - sprintf(buf, "Click the circle in\n" - "lower left-hand corner\n" - " %u Left", TOUCH_NUMBER); - lv_obj_set_pos(label_coord, hres - lv_obj_get_width(label_coord), - vres - lv_obj_get_height(label_coord)); -#if LV_USE_ANIMATION - lv_anim_t a; - a.var = circ_area; - a.start = hres - CIRCLE_SIZE - CIRCLE_OFFSET; - a.end = CIRCLE_OFFSET; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_x; - a.path_cb = lv_anim_path_linear; - a.ready_cb = NULL; - a.act_time = 0; - a.time = 200; - a.playback = 0; - a.playback_pause = 0; - a.repeat = 0; - a.repeat_pause = 0; - lv_anim_create(&a); - - a.start = vres - CIRCLE_SIZE - CIRCLE_OFFSET; - a.end = vres - CIRCLE_SIZE - CIRCLE_OFFSET; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_y; - a.ready_cb = NULL; - a.time = 200; - lv_anim_create(&a); -#else - lv_obj_set_pos(circ_area, CIRCLE_OFFSET, LV_VER_RES - CIRCLE_SIZE - CIRCLE_OFFSET); -#endif - state = TP_CAL_STATE_WAIT_BOTTOM_LEFT; - } else { - sprintf(buf, "Click the circle in\n" - "lower right-hand corner\n" - " %u Left", touch_nb); - } - lv_label_set_text(label_main, buf); - lv_obj_set_pos(label_main, (hres - lv_obj_get_width(label_main)) / 2, - (vres - lv_obj_get_height(label_main)) / 2); - } else if(state == TP_CAL_STATE_WAIT_BOTTOM_LEFT) { - char buf[64]; - touch_nb--; - lv_indev_t * indev = lv_indev_get_act(); - lv_indev_get_point(indev, &avr[touch_nb]); - - if(!touch_nb) { - touch_nb = TOUCH_NUMBER; - get_avr_value(&point[3]); - sprintf(buf, "x: %d\ny: %d", point[3].x, point[3].y); - lv_obj_t * label_coord = lv_label_create(scr, NULL); - lv_label_set_text(label_coord, buf); - lv_obj_set_pos(label_coord, 0, vres - lv_obj_get_height(label_coord)); - sprintf(buf, "Click the screen\n" - "to leave calibration"); - lv_obj_del(circ_area); - state = TP_CAL_STATE_WAIT_LEAVE; - } else { - sprintf(buf, "Click the circle in\n" - "lower left-hand corner\n" - " %u Left", touch_nb); - } - lv_label_set_text(label_main, buf); - lv_obj_set_pos(label_main, (hres - lv_obj_get_width(label_main)) / 2, - (vres - lv_obj_get_height(label_main)) / 2); - } else if(state == TP_CAL_STATE_WAIT_LEAVE) { - lv_disp_load_scr(prev_scr); - - /* - * TODO Process 'p' points here to calibrate the touch pad - * Offset will be: CIRCLE_SIZE/2 + CIRCLE_OFFSET - */ - - /* - * TODO: you can change the calibrate input callback here e.g: - * lv_indev_t *indev = lv_indev_get_act(); - * indev->driver.read = xxxx_input_get_calib; - */ - - state = TP_CAL_STATE_READY; - - } else if(state == TP_CAL_STATE_READY) { - } -} - -#endif /*LV_USE_TPCAL*/ diff --git a/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.h b/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.h deleted file mode 100644 index d1ee4cf..0000000 --- a/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.h +++ /dev/null @@ -1,54 +0,0 @@ -/** - * @file tpcal.h - * - */ - -#ifndef TPCAL_H -#define TPCAL_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - - -#if LV_USE_TPCAL - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create a touch pad calibration screen - */ -void tpcal_create(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TPCAL*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*TP_CAL_H*/ diff --git a/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.mk b/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.mk deleted file mode 100644 index 5c773aa..0000000 --- a/components/lv_examples/lv_examples/lv_apps/tpcal/tpcal.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += tpcal.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_apps/tpcal -VPATH += :$(LVGL_DIR)/lv_examples/lv_apps/tpcal - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_apps/tpcal" diff --git a/components/lv_examples/lv_examples/lv_ex_conf_templ.h b/components/lv_examples/lv_examples/lv_ex_conf_templ.h deleted file mode 100644 index b0daf60..0000000 --- a/components/lv_examples/lv_examples/lv_ex_conf_templ.h +++ /dev/null @@ -1,60 +0,0 @@ -/** - * @file lv_ex_conf.h - * - */ -/* - * COPY THIS FILE AS lv_ex_conf.h - */ - -#if 0 /*Set it to "1" to enable the content*/ - -#ifndef LV_EX_CONF_H -#define LV_EX_CONF_H - -/******************* - * GENERAL SETTING - *******************/ -#define LV_EX_PRINTF 0 /*Enable printf-ing data*/ -#define LV_EX_KEYBOARD 0 /*Add PC keyboard support to some examples (`lv_drivers` repository is required)*/ -#define LV_EX_MOUSEWHEEL 0 /*Add 'encoder' (mouse wheel) support to some examples (`lv_drivers` repository is required)*/ - -/******************* - * TEST USAGE - *******************/ -#define LV_USE_TESTS 0 - -/******************* - * TUTORIAL USAGE - *******************/ -#define LV_USE_TUTORIALS 0 - - -/********************* - * APPLICATION USAGE - *********************/ - -/* Test the graphical performance of your MCU - * with different settings*/ -#define LV_USE_BENCHMARK 0 - -/*A demo application with Keyboard, Text area, List and Chart - * placed on Tab view */ -#define LV_USE_DEMO 0 -#if LV_USE_DEMO -#define LV_DEMO_WALLPAPER 1 /*Create a wallpaper too*/ -#define LV_DEMO_SLIDE_SHOW 0 /*Automatically switch between tabs*/ -#endif - -/*MCU and memory usage monitoring*/ -#define LV_USE_SYSMON 0 - -/*A terminal to display received characters*/ -#define LV_USE_TERMINAL 0 - -/*Touch pad calibration with 4 points*/ -#define LV_USE_TPCAL 0 - -#endif /*LV_EX_CONF_H*/ - -#endif /*End of "Content enable"*/ - diff --git a/components/lv_examples/lv_examples/lv_examples.h b/components/lv_examples/lv_examples/lv_examples.h deleted file mode 100644 index 23dc65b..0000000 --- a/components/lv_examples/lv_examples/lv_examples.h +++ /dev/null @@ -1,55 +0,0 @@ -/** - * @file lv_examples.h - * - */ - -#ifndef LV_EXAMPLES_H -#define LV_EXAMPLES_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#include "../lvgl/lvgl.h" - -/********************* - * DEFINES - *********************/ -/*Test lvgl version*/ -#define LV_EXAMPLES_LVGL_REQ_MAJOR 6 -#define LV_EXAMPLES_LVGL_REQ_MINOR 0 -#define LV_EXAMPLES_LVGL_REQ_PATCH 0 - -#if LV_EXAMPLES_LVGL_REQ_MAJOR != LVGL_VERSION_MAJOR -#error "lv_examples: Wrong lvgl major version" -#endif - -#if LV_EXAMPLES_LVGL_REQ_MINOR > LVGL_VERSION_MINOR -#error "lv_examples: Wrong lvgl minor version" -#endif - -#if LV_EXAMPLES_LVGL_REQ_PATCH > LVGL_VERSION_PATCH -#error "lv_examples: Wrong lvgl bug fix version" -#endif - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/********************** - * MACROS - **********************/ - - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_EXAMPLES_H*/ diff --git a/components/lv_examples/lv_examples/lv_examples.mk b/components/lv_examples/lv_examples/lv_examples.mk deleted file mode 100644 index 7bef446..0000000 --- a/components/lv_examples/lv_examples/lv_examples.mk +++ /dev/null @@ -1,51 +0,0 @@ -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_obj/lv_test_obj.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_stress/lv_test_stress.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_theme/lv_test_theme.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_group/lv_test_group.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.mk -include $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.mk - -include $(LVGL_DIR)/lv_examples/lv_apps/benchmark/benchmark.mk -include $(LVGL_DIR)/lv_examples/lv_apps/demo/demo.mk -include $(LVGL_DIR)/lv_examples/lv_apps/sysmon/sysmon.mk -include $(LVGL_DIR)/lv_examples/lv_apps/terminal/terminal.mk -include $(LVGL_DIR)/lv_examples/lv_apps/tpcal/tpcal.mk - -include $(LVGL_DIR)/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.mk -include $(LVGL_DIR)/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.mk -include $(LVGL_DIR)/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.mk -include $(LVGL_DIR)/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.mk -include $(LVGL_DIR)/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.mk -include $(LVGL_DIR)/lv_examples/lv_tutorial/6_images/lv_tutorial_images.mk -include $(LVGL_DIR)/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.mk -include $(LVGL_DIR)/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.mk -include $(LVGL_DIR)/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.mk - diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test.h b/components/lv_examples/lv_examples/lv_tests/lv_test.h deleted file mode 100644 index 7c90359..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test.h +++ /dev/null @@ -1,87 +0,0 @@ -/** - * @file lv_test.h - * - */ - -#ifndef LV_TEST_H -#define LV_TEST_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lv_ex_conf.h" -#else -#include "../../lv_ex_conf.h" -#endif - -#if LV_USE_TESTS - -#include "../lv_examples.h" - -#include "lv_test_obj/lv_test_obj.h" - -#include "lv_test_objx/lv_test_arc/lv_test_arc.h" -#include "lv_test_objx/lv_test_bar/lv_test_bar.h" -#include "lv_test_objx/lv_test_btn/lv_test_btn.h" -#include "lv_test_objx/lv_test_btnm/lv_test_btnm.h" -#include "lv_test_objx/lv_test_cb/lv_test_cb.h" -#include "lv_test_objx/lv_test_canvas/lv_test_canvas.h" -#include "lv_test_objx/lv_test_chart/lv_test_chart.h" -#include "lv_test_objx/lv_test_cont/lv_test_cont.h" -#include "lv_test_objx/lv_test_ddlist/lv_test_ddlist.h" -#include "lv_test_objx/lv_test_gauge/lv_test_gauge.h" -#include "lv_test_objx/lv_test_img/lv_test_img.h" -#include "lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.h" -#include "lv_test_objx/lv_test_kb/lv_test_kb.h" -#include "lv_test_objx/lv_test_label/lv_test_label.h" -#include "lv_test_objx/lv_test_led/lv_test_led.h" -#include "lv_test_objx/lv_test_line/lv_test_line.h" -#include "lv_test_objx/lv_test_list/lv_test_list.h" -#include "lv_test_objx/lv_test_lmeter/lv_test_lmeter.h" -#include "lv_test_objx/lv_test_mbox/lv_test_mbox.h" -#include "lv_test_objx/lv_test_page/lv_test_page.h" -#include "lv_test_objx/lv_test_preload/lv_test_preload.h" -#include "lv_test_objx/lv_test_roller/lv_test_roller.h" -#include "lv_test_objx/lv_test_slider/lv_test_slider.h" -#include "lv_test_objx/lv_test_sw/lv_test_sw.h" -#include "lv_test_objx/lv_test_ta/lv_test_ta.h" -#include "lv_test_objx/lv_test_table/lv_test_table.h" -#include "lv_test_objx/lv_test_tabview/lv_test_tabview.h" -#include "lv_test_objx/lv_test_tileview/lv_test_tileview.h" -#include "lv_test_objx/lv_test_win/lv_test_win.h" - -#include "lv_test_theme/lv_test_theme_1.h" -#include "lv_test_theme/lv_test_theme_2.h" - -#include "lv_test_group/lv_test_group.h" - -#include "lv_test_stress/lv_test_stress.h" - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/********************** - * MACROS - **********************/ - -#endif /* LV_USE_TESTS */ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.c b/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.c deleted file mode 100644 index bfb4c4d..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.c +++ /dev/null @@ -1,361 +0,0 @@ -/** - * @file lv_test_group.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "stdio.h" -#include "lv_test_group.h" -#if LV_USE_GROUP && LV_USE_TESTS - -#if LV_EX_KEYBOARD || LV_EX_MOUSEWHEEL -#include "lv_drv_conf.h" -#endif - -#if LV_EX_KEYBOARD -#include "lv_drivers/indev/keyboard.h" -#endif - -#if LV_EX_MOUSEWHEEL -#include "lv_drivers/indev/mousewheel.h" -#endif - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -/*To emulate some keys on the window header*/ -static bool win_btn_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data); -static void win_btn_event_handler(lv_obj_t * btn, lv_event_t event); - -static void group_focus_cb(lv_group_t * group); - -static void general_event_handler(lv_obj_t * obj, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ -static uint32_t last_key; -static lv_indev_state_t last_key_state = LV_INDEV_STATE_REL; -static lv_group_t * g; -static lv_obj_t * win; - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create base groups to test their functionalities - */ -lv_group_t *lv_test_group_1(void) -{ - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - g = lv_group_create(); - lv_group_set_focus_cb(g, group_focus_cb); - - /*A keyboard will be simulated*/ - lv_indev_drv_t sim_kb_drv; - lv_indev_drv_init(&sim_kb_drv); - sim_kb_drv.type = LV_INDEV_TYPE_KEYPAD; - sim_kb_drv.read_cb = win_btn_read; - lv_indev_t * win_kb_indev = lv_indev_drv_register(&sim_kb_drv); - lv_indev_set_group(win_kb_indev, g); - -#if LV_EX_KEYBOARD - lv_indev_drv_t real_kb_drv; - lv_indev_drv_init(&real_kb_drv); - real_kb_drv.type = LV_INDEV_TYPE_KEYPAD; - real_kb_drv.read_cb = keyboard_read; - lv_indev_t * real_kb_indev = lv_indev_drv_register(&real_kb_drv); - lv_indev_set_group(real_kb_indev, g); -#endif - -#if LV_EX_MOUSEWHEEL - lv_indev_drv_t enc_drv; - lv_indev_drv_init(&enc_drv); - enc_drv.type = LV_INDEV_TYPE_ENCODER; - enc_drv.read_cb = mousewheel_read; - lv_indev_t * enc_indev = lv_indev_drv_register(&enc_drv); - lv_indev_set_group(enc_indev, g); -#endif - - /*Create a window to hold all the objects*/ - static lv_style_t win_style; - lv_style_copy(&win_style, &lv_style_transp); - win_style.body.padding.left= LV_DPI / 6; - win_style.body.padding.right = LV_DPI / 6; - win_style.body.padding.top = LV_DPI / 6; - win_style.body.padding.bottom = LV_DPI / 6; - win_style.body.padding.inner = LV_DPI / 6; - - win = lv_win_create(lv_disp_get_scr_act(NULL), NULL); - lv_win_set_title(win, "Group test"); - lv_page_set_scrl_layout(lv_win_get_content(win), LV_LAYOUT_PRETTY); - lv_win_set_style(win, LV_WIN_STYLE_CONTENT, &win_style); - lv_group_add_obj(g, lv_win_get_content(win)); - lv_obj_set_event_cb(lv_win_get_content(win), general_event_handler); - - lv_obj_t * win_btn = lv_win_add_btn(win, LV_SYMBOL_RIGHT); - lv_obj_set_protect(win_btn, LV_PROTECT_CLICK_FOCUS); - lv_obj_set_event_cb(win_btn, win_btn_event_handler); - - win_btn = lv_win_add_btn(win, LV_SYMBOL_NEXT); - lv_obj_set_protect(win_btn, LV_PROTECT_CLICK_FOCUS); - lv_obj_set_event_cb(win_btn, win_btn_event_handler); - - win_btn = lv_win_add_btn(win, LV_SYMBOL_OK); - lv_obj_set_protect(win_btn, LV_PROTECT_CLICK_FOCUS); - lv_obj_set_event_cb(win_btn, win_btn_event_handler); - - win_btn = lv_win_add_btn(win, LV_SYMBOL_PREV); - lv_obj_set_protect(win_btn, LV_PROTECT_CLICK_FOCUS); - lv_obj_set_event_cb(win_btn, win_btn_event_handler); - - win_btn = lv_win_add_btn(win, LV_SYMBOL_LEFT); - lv_obj_set_protect(win_btn, LV_PROTECT_CLICK_FOCUS); - lv_obj_set_event_cb(win_btn, win_btn_event_handler); - - win_btn = lv_win_add_btn(win, LV_SYMBOL_DUMMY"a"); - lv_obj_set_protect(win_btn, LV_PROTECT_CLICK_FOCUS); - lv_obj_set_event_cb(win_btn, win_btn_event_handler); - - lv_obj_t * obj; - - - obj = lv_spinbox_create(win, NULL); - lv_obj_set_event_cb(obj, general_event_handler); - lv_spinbox_set_digit_format(obj, 5, 2); - lv_group_add_obj(g, obj); - - obj = lv_btn_create(win, NULL); - lv_group_add_obj(g, obj); - lv_btn_set_toggle(obj, true); - lv_obj_set_event_cb(obj, general_event_handler); - obj = lv_label_create(obj, NULL); - lv_label_set_text(obj, "Button"); - - LV_IMG_DECLARE(imgbtn_img_1); - LV_IMG_DECLARE(imgbtn_img_2); - obj = lv_imgbtn_create(win, NULL); - lv_imgbtn_set_src(obj, LV_BTN_STATE_REL, &imgbtn_img_1); - lv_imgbtn_set_src(obj, LV_BTN_STATE_PR, &imgbtn_img_2); - lv_obj_set_event_cb(obj, general_event_handler); - lv_group_add_obj(g, obj); - - obj = lv_cb_create(win, NULL); - lv_obj_set_event_cb(obj, general_event_handler); - lv_group_add_obj(g, obj); - - obj = lv_slider_create(win, NULL); - lv_slider_set_range(obj, 0, 10); - lv_obj_set_event_cb(obj, general_event_handler); - lv_group_add_obj(g, obj); - - obj = lv_sw_create(win, NULL); - lv_obj_set_event_cb(obj, general_event_handler); - lv_group_add_obj(g, obj); - - obj = lv_ddlist_create(win, NULL); - lv_ddlist_set_options(obj, "Item1\nItem2\nItem3\nItem4\nItem5\nItem6"); - lv_ddlist_set_fix_height(obj, LV_DPI); - lv_obj_set_event_cb(obj, general_event_handler); - lv_group_add_obj(g, obj); - - obj = lv_roller_create(win, NULL); - lv_obj_set_event_cb(obj, general_event_handler); - lv_group_add_obj(g, obj); - - lv_obj_t * ta = lv_ta_create(win, NULL); - lv_ta_set_cursor_type(ta, LV_CURSOR_BLOCK); - lv_obj_set_event_cb(ta, general_event_handler); - lv_group_add_obj(g, ta); - - obj = lv_kb_create(win, NULL); - lv_obj_set_size(obj, hres - LV_DPI, vres / 2); - lv_kb_set_ta(obj, ta); - lv_kb_set_cursor_manage(obj, true); - lv_group_add_obj(g, obj); - - static const char * mbox_btns[] = {"Yes", "No", ""}; - obj = lv_mbox_create(win, NULL); - lv_mbox_add_btns(obj, mbox_btns); - lv_obj_set_event_cb(obj, general_event_handler); - lv_group_add_obj(g, obj); - - obj = lv_list_create(win, NULL); - lv_obj_set_event_cb(obj, general_event_handler); - const char * list_txts[] = {"File 1", "File 2", "File 3", "File 4", "File 5", "File 6", ""}; - - uint32_t i; - for(i = 0; list_txts[i][0] != '\0'; i++) { - lv_obj_t * b; - b = lv_list_add_btn(obj, LV_SYMBOL_FILE, list_txts[i]); - lv_obj_set_event_cb(b, general_event_handler); - } - - lv_group_add_obj(g, obj); - - obj = lv_page_create(win, NULL); - lv_obj_set_size(obj, 2 * LV_DPI, LV_DPI); - lv_group_add_obj(g, obj); - - obj = lv_label_create(obj, NULL); - lv_label_set_text(obj, "I'm a page\nwith a long \ntext.\n\n" - "You can try \nto scroll me\nwith UP and DOWN\nbuttons."); - lv_label_set_align(obj, LV_LABEL_ALIGN_CENTER); - lv_obj_align(obj, NULL, LV_ALIGN_CENTER, 0, 0); - - obj = lv_tabview_create(win, NULL); - lv_obj_set_size(obj, hres / 2, vres / 2); - lv_obj_t * t1 = lv_tabview_add_tab(obj, "Tab 1"); - lv_obj_t * t2 = lv_tabview_add_tab(obj, "Tab 2"); - lv_obj_set_event_cb(obj, general_event_handler); - lv_group_add_obj(g, obj); - - obj = lv_label_create(t1, NULL); - lv_label_set_text(obj, "This is the content\nof the first tab"); - - obj = lv_label_create(t2, NULL); - lv_label_set_text(obj, "This is the content\nof the second tab"); - return g; -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -/** - * Read function for the input device which emulates keys on the window header - * @param indev_drv pointer to the related input device driver - * @param data store the last key and its state here - * @return false because the reading in not buffered - */ -static bool win_btn_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data) -{ - (void) indev_drv; /*Unused*/ - - data->state = last_key_state; - data->key = last_key; - - return false; -} - -/** - * Called when a control button on the window header is released to change the key state to RELEASED - * @param btn pointer t to a button on the window header - * @return LV_RES_OK because the button is not deleted - */ -static void win_btn_event_handler(lv_obj_t * btn, lv_event_t event) -{ - (void) btn; /*Unused*/ - - uint32_t key = 0; - - lv_obj_t * label = lv_obj_get_child(btn, NULL); - const char * txt = lv_label_get_text(label); - - if(strcmp(txt, LV_SYMBOL_PREV) == 0) key = LV_KEY_PREV; - else if(strcmp(txt, LV_SYMBOL_NEXT) == 0) key = LV_KEY_NEXT; - else if(strcmp(txt, LV_SYMBOL_LEFT) == 0) key = LV_KEY_LEFT; - else if(strcmp(txt, LV_SYMBOL_RIGHT) == 0) key = LV_KEY_RIGHT; - else if(strcmp(txt, LV_SYMBOL_OK) == 0) key = LV_KEY_ENTER; - else key = 'a'; - - switch(event) { - case LV_EVENT_PRESSED: - last_key_state = LV_INDEV_STATE_PR; - last_key = key; - break; - - case LV_EVENT_CLICKED: - case LV_EVENT_PRESS_LOST: - last_key_state = LV_INDEV_STATE_REL; - last_key = 0; - break; - default: - break; - } -} - - -static void group_focus_cb(lv_group_t * group) -{ - lv_obj_t * f = lv_group_get_focused(group); - if(f != win) lv_win_focus(win, f, LV_ANIM_ON); -} - -static void general_event_handler(lv_obj_t * obj, lv_event_t event) -{ - (void) obj; /*Unused*/ - -#if LV_EX_PRINTF - switch(event) { - case LV_EVENT_PRESSED: - printf("Pressed\n"); - break; - - case LV_EVENT_SHORT_CLICKED: - printf("Short clicked\n"); - break; - - case LV_EVENT_CLICKED: - printf("Clicked\n"); - break; - - case LV_EVENT_LONG_PRESSED: - printf("Long press\n"); - break; - - case LV_EVENT_LONG_PRESSED_REPEAT: - printf("Long press repeat\n"); - break; - - case LV_EVENT_VALUE_CHANGED: - printf("Value changed: %s\n", lv_event_get_data() ? (const char *)lv_event_get_data() : ""); - break; - - case LV_EVENT_RELEASED: - printf("Released\n"); - break; - - case LV_EVENT_DRAG_BEGIN: - printf("Drag begin\n"); - break; - - case LV_EVENT_DRAG_END: - printf("Drag end\n"); - break; - - case LV_EVENT_DRAG_THROW_BEGIN: - printf("Drag throw begin\n"); - break; - - case LV_EVENT_FOCUSED: - printf("Focused\n"); - break; - case LV_EVENT_DEFOCUSED: - printf("Defocused\n"); - break; - default: - break; - } -#endif -} - -#endif /* LV_USE_GROUP && LV_USE_TESTS */ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.h b/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.h deleted file mode 100644 index 8b4b834..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_group.h - * - */ - -#ifndef LV_TEST_GROUP_H -#define LV_TEST_GROUP_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_GROUP && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create base groups to test their functionalities - */ -lv_group_t *lv_test_group_1(void); - -/********************** - * MACROS - **********************/ - -#endif /* LV_USE_GROUP && LV_USE_TESTS */ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_BAR_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.mk deleted file mode 100644 index 4d68ebd..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_group.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_group -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_group - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_group" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_group/lv_test_group_1.png deleted file mode 100644 index e177ddad875936906e9271655586e8d1f5150982..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20145 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 JdwznL{5M#}hQ9y+ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.c b/components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.c deleted file mode 100644 index a69d036..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.c +++ /dev/null @@ -1,163 +0,0 @@ -/** - * @file lv_test_task.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_task.h" -#include - -#if LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -typedef struct { - const char * name; - lv_task_prio_t prio; - uint32_t period; - uint32_t delay; -} lv_test_task_dsc_t; - -/********************** - * STATIC PROTOTYPES - **********************/ -static void delay_task(lv_task_t * task); - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/* - * TEST ENVIRONMENT (only for lv_test_task) - * - Don't initialize LittlevGL (don't call l'v_init()') - * - Initialize 'lv_mem' and 'lv_task': - * lv_mem_init(); - * lv_task_init(); - * - Set up the tick interface: e.g. 1 ms Timer with 'lv_tick_inc(1);' - * - Call a test: lv_test_task_1/2/3(); - */ - - -/** - * Test the scheduling with various periods and priorities. - */ -void lv_test_task_1(void) -{ - - static lv_test_task_dsc_t dsc[] = { - {.name = "highest 2", .prio = LV_TASK_PRIO_HIGHEST, .period = 5000, .delay = 400}, - {.name = "highest 1", .prio = LV_TASK_PRIO_HIGHEST, .period = 4000, .delay = 300}, - {.name = "high 1", .prio = LV_TASK_PRIO_HIGH, .period = 3000, .delay = 100}, - {.name = "mid 4", .prio = LV_TASK_PRIO_MID, .period = 500, .delay = 1000}, - {.name = "mid 3", .prio = LV_TASK_PRIO_MID, .period = 500, .delay = 100}, - {.name = "mid 2", .prio = LV_TASK_PRIO_MID, .period = 500, .delay = 3000}, - {.name = "mid 1", .prio = LV_TASK_PRIO_MID, .period = 500, .delay = 100}, - {.name = ""} - }; - - uint8_t i; - for(i = 0; dsc[i].name[0] != '\0'; i++) { - lv_task_create(delay_task, dsc[i].period, dsc[i].prio, &dsc[i]); - } - -} - -/** - * Create a lot of short task and see their order. They should be executed according to their priority - */ -void lv_test_task_2(void) -{ - - static lv_test_task_dsc_t dsc[] = { - - {.name = "low 1", .prio = LV_TASK_PRIO_LOW, .period = 5000, .delay = 5}, - {.name = "mid 1", .prio = LV_TASK_PRIO_MID, .period = 5000, .delay = 5}, - {.name = "highest 1", .prio = LV_TASK_PRIO_HIGHEST, .period = 5000, .delay = 5}, - {.name = "highest 2", .prio = LV_TASK_PRIO_HIGHEST, .period = 5000, .delay = 5}, - {.name = "mid 2", .prio = LV_TASK_PRIO_MID, .period = 5000, .delay = 5}, - {.name = "high 1", .prio = LV_TASK_PRIO_HIGH, .period = 5000, .delay = 5}, - {.name = "mid 3", .prio = LV_TASK_PRIO_MID, .period = 5000, .delay = 5}, - {.name = "high 2", .prio = LV_TASK_PRIO_HIGH, .period = 5000, .delay = 5}, - {.name = "high 3", .prio = LV_TASK_PRIO_HIGH, .period = 5000, .delay = 5}, - {.name = "mid 4", .prio = LV_TASK_PRIO_MID, .period = 5000, .delay = 5}, - {.name = "high 4", .prio = LV_TASK_PRIO_HIGH, .period = 5000, .delay = 5}, - {.name = "lowest 1", .prio = LV_TASK_PRIO_LOWEST, .period = 5000, .delay = 5}, - {.name = "low 2", .prio = LV_TASK_PRIO_LOW, .period = 5000, .delay = 5}, - {.name = "lowest 2", .prio = LV_TASK_PRIO_LOWEST, .period = 5000, .delay = 5}, - {.name = "low 3", .prio = LV_TASK_PRIO_LOW, .period = 5000, .delay = 5}, - {.name = ""} - }; - - uint8_t i; - for(i = 0; dsc[i].name[0] != '\0'; i++) { - lv_task_create(delay_task, 1000, dsc[i].prio, &dsc[i]); - } - -} - - -/** - * Change the priority later - */ -void lv_test_task_3(void) -{ - static lv_test_task_dsc_t dsc[] = { - {.name = "highest 1", .prio = LV_TASK_PRIO_HIGHEST, .period = 5000, .delay = 10}, - {.name = "highest 2", .prio = LV_TASK_PRIO_HIGHEST, .period = 5000, .delay = 10}, - {.name = "high 1", .prio = LV_TASK_PRIO_HIGH, .period = 5000, .delay = 10}, - {.name = "mid 1", .prio = LV_TASK_PRIO_MID, .period = 5000, .delay = 10}, - {.name = "mid 2", .prio = LV_TASK_PRIO_MID, .period = 5000, .delay = 10}, - {.name = "should be high 2", .prio = LV_TASK_PRIO_MID, .period = 5000, .delay = 10}, - {.name = "mid 3", .prio = LV_TASK_PRIO_MID, .period = 5000, .delay = 10}, - {.name = "mid 4", .prio = LV_TASK_PRIO_MID, .period = 5000, .delay = 10}, - {.name = "low 1", .prio = LV_TASK_PRIO_LOW, .period = 5000, .delay = 10}, - {.name = "lowest 1", .prio = LV_TASK_PRIO_LOWEST, .period = 5000, .delay = 10}, - {.name = ""} - }; - - uint8_t i; - lv_task_t * mod_prio = NULL; - for(i = 0; dsc[i].name[0] != '\0'; i++) { - lv_task_t * tmp = lv_task_create(delay_task, dsc[i].period, dsc[i].prio, &dsc[i]); - if(strcmp(dsc[i].name, "should be high 2") == 0) { - mod_prio = tmp; - } - } - - lv_task_set_prio(mod_prio, LV_TASK_PRIO_HIGH); - -} - -/********************** - * STATIC FUNCTIONS - **********************/ - - -static void delay_task(lv_task_t * task) -{ - lv_test_task_dsc_t * dsc = task->user_data; -#if LV_EX_PRINTF - printf("%s: %d\n", dsc->name, dsc->delay); -#endif - uint32_t act = lv_tick_get(); - while(lv_tick_elaps(act) < dsc->delay); - -} - -#endif diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.h b/components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.h deleted file mode 100644 index 2f5a2cb..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_misc/lv_test_task.h +++ /dev/null @@ -1,63 +0,0 @@ -/** - * @file lv_test_task.h - * - */ - -#ifndef LV_TEST_TASK_H -#define LV_TEST_TASK_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Test the scheduling with various periods and priorities. - */ -void lv_test_task_1(void); - -/** - * Create a lot of short task and see their order. They should be executed according to their priority - */ -void lv_test_task_2(void); - -/** - * Change the priority later - */ -void lv_test_task_3(void); - -/********************** - * MACROS - **********************/ - -#endif - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_TASK_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c b/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c deleted file mode 100644 index c257edf..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c +++ /dev/null @@ -1,104 +0,0 @@ -/** - * @file lv_test_object.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_obj.h" -#include "../../lv_examples.h" /*Just to include somewhere to test 'lv_example' version*/ -#if LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create base objects to test their functionalities - */ -void lv_test_object_1(void) -{ - /* Create a default object and set LV_STYLE_PRETTY_COLOR style */ - lv_obj_t * obj1 = lv_obj_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_style(obj1, &lv_style_plain_color); - - - /*Create an object and set a user create style for it*/ - static lv_style_t style_obj2; - lv_style_copy(&style_obj2, &lv_style_pretty); - style_obj2.body.main_color = LV_COLOR_RED; - style_obj2.body.grad_color = LV_COLOR_BLACK; - style_obj2.body.radius = 0; - style_obj2.body.border.color = LV_COLOR_WHITE; - style_obj2.body.border.width = 4; - style_obj2.body.opa = LV_OPA_50; - style_obj2.body.shadow.width = 10; - - lv_obj_t * obj2 = lv_obj_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(obj2, 30, 30); - lv_obj_align(obj2, obj1, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - lv_obj_set_style(obj2, &style_obj2); - - /*Test drag, drag_parent, drag throw and copy*/ - lv_obj_t * obj3_parent = lv_obj_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(obj3_parent, obj2, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - lv_obj_set_style(obj3_parent, &lv_style_pretty); - lv_obj_set_drag(obj3_parent, true); - lv_obj_set_drag_throw(obj3_parent, true); - - lv_obj_t * obj3 = lv_obj_create(obj3_parent, obj2); - lv_obj_align(obj3, NULL, LV_ALIGN_CENTER, 0, 0); - lv_obj_set_click(obj3, true); - lv_obj_set_drag_parent(obj3, true); - - /*Create a parent and 3 objects on it. Hide the parent but move 2 children to the screen*/ - - lv_obj_t * obj4_parent = lv_obj_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(obj4_parent, lv_obj_get_x(obj1) + 10, lv_obj_get_y(obj1) + lv_obj_get_height(obj1) + 20); - lv_obj_set_style(obj4_parent, &lv_style_pretty_color); - lv_obj_set_hidden(obj4_parent, true); /*Hide this and all children objects*/ - - lv_obj_t * obj4_1 = lv_obj_create(obj4_parent, obj2); - lv_obj_set_pos(obj4_1, 10, 10); - - lv_obj_t * obj4_2 = lv_obj_create(obj4_parent, obj2); - lv_obj_set_pos(obj4_2, 20, 20); - - lv_obj_t * obj4_3 = lv_obj_create(obj4_parent, obj2); - lv_obj_set_pos(obj4_3, 30, 30); - - /*Move two children to the screen (now they will be visible)*/ - lv_obj_set_parent(obj4_2, lv_disp_get_scr_act(NULL)); - lv_obj_align(obj4_2, obj4_parent, LV_ALIGN_OUT_RIGHT_MID, 10, 0); - - lv_obj_set_parent(obj4_3, lv_disp_get_scr_act(NULL)); - lv_obj_align(obj4_3, obj4_parent, LV_ALIGN_OUT_RIGHT_MID, 20, 5); -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.h b/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.h deleted file mode 100644 index faf0309..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_object.h - * - */ - -#ifndef LV_TEST_OBJECT_H -#define LV_TEST_OBJECT_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create base objects to test their functionalities - */ -void lv_test_object_1(void); - -/********************** - * MACROS - **********************/ - -#endif /* LV_USE_TESTS */ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_BAR_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.mk deleted file mode 100644 index 68b459f..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_obj.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_obj.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_obj -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_obj - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_obj" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_object_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_obj/lv_test_object_1.png deleted file mode 100644 index 3b666a80fab9c8a45473db49b5cdf198301fdae4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5695 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 C6I2oa diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c deleted file mode 100644 index 0f98dd5..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c +++ /dev/null @@ -1,67 +0,0 @@ -/** - * @file lv_test_arc.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_arc.h" -#if LV_USE_ARC && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create arcs to test their functionalities - */ -void lv_test_arc_1(void) -{ - /* Create a default object*/ - lv_obj_t * arc1 = lv_arc_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(arc1, 10, 10); - - /* Modify size, position and angles*/ - lv_obj_t * arc2 = lv_arc_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(arc2, 100, 100); - lv_obj_align(arc2, arc1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - lv_arc_set_angles(arc2, 0, 250); - - /* Copy 'arc2' and set a new style for it */ - static lv_style_t style1; - lv_style_copy(&style1, &lv_style_plain); - style1.line.color = LV_COLOR_RED; - style1.line.width = 8; - lv_obj_t * arc3 = lv_arc_create(lv_disp_get_scr_act(NULL), arc2); - lv_obj_set_style(arc3, &style1); - lv_obj_align(arc3, arc2, LV_ALIGN_OUT_RIGHT_TOP, 20, 0); - -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_ARC && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.h deleted file mode 100644 index f86d04c..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_arc.h - * - */ - -#ifndef LV_TEST_ARC_H -#define LV_TEST_ARC_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_ARC && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create arcs to test their functionalities - */ -void lv_test_arc_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_ARC && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_BAR_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.mk deleted file mode 100644 index 197c73f..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_arc.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_arc -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_arc - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_arc" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc_1.png deleted file mode 100644 index 813b7c62e8cce51266e38a7034ad9435a44e0bb0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3135 zcmeHJYgAKL7Ctu#0SpOZYN3Egr7l`g9#Sa`Xut=^sDMxbt3Vivfg&UXY5)mb=n{uf zVN^!I#Y5E5IzRvwB4EvBC=VYz3Ivc>F0D)m0TLcDA%tWCotZVWrVrPeKl8)$=dAPX zb@thNpKpKXWc&Ge5!acn0{{@c5AOE|00RR6p?VlC((vHW1MP%O*z5hNo}S+DxG$<* zzL$6)I5B{JDv=e=j0ChedTiv5ga~G2WL!cNJyC+??E!$$PS~DUGHwWOdk--Fko7oE(3t!i7@~Wgoj~( zb$5p$OG^Z-Urz;kdiDT^GXWT_IU{`vN?Vwlo14sk%;V7=^g)F<7CGxd`EFE_X98co zv=Nnv*k9kWOLGC!r}990wD7|CNqHlLOeuk&l_~R&Q+7aTbUaMK)<cD-ZM5*n4G^?MEdYkaSzOX_hqj8*oqyVD0vE?xpvQ-to)-c0 zW*@Ka2oCSUWf~U!x{fGqKi|bQ-;b?+fcgXjBnv8uTnP!zga)q?wJD#_Ng6xG9D52C zwAYzQw+p*2)ZfveevxwnvaI%oX_S^?b{c5qj^o{a$ez9Eh_$!!>i(~y{Yp(&&8z3m z-D_~{G(avo=}V`5`D>1adZqv~j8Ec_N7v3>4JTkE*;<#nWi5noIR6;)TEb|gkJt_@ zS3_8L>M-cKk2{eL4Zid-leQBrlAS=#7YkZ2uydz1Xsd3+yUlw%Y^H$?jZgGr9^!MI z41usF0Hy@Jh`%m($(9+zD>GckkWZEA+^7{BE&4YaUH_!>15ngEEK8}R0k}8bdi#Hn z;tlfq1xmf)ZnQK7-po!-b(5cyNF-t(CWB7*O&garOqm1W{FzOEtNQNlg=N>>>M7Cp z>bL^RK@c#BRRyq0Nx~_C)Y55cmL)6w5dJ6+Qind{o7FcTI!xs*j$H|d!*)UHo|a8F zA8Bkz?|VyjyoXmbjX_U{;r>mjaPceAH(Q&5VA>chd-h46y^YznZ@8bEpsf~=MctWZ z((Bvdy=M<)LALqNNsxsb^Q&Aryh7;|W4{G7`Kp~ zJ7$Wo+*W$;G;x;!GN`?8+KW@$UQRFzaR$7SFDz zl(CBrjkJ=F_IztlUGgO+wOVQGd0Ki=77}HTq*pR<>~>|E>Ex7p=&nQWa*G28gGN@x zAy`?o*{$iO^P>JR;X_@lQ0fmGh6xS`(B?i?SraH%ZI;%E8%>m^!oNs<*IEb#%2Hw7 zl$f5J%yKn*QxW%bo^PB!K4}y_!1kP&LeP8_4txX zzM-@*APRNIDYlN0Nk{^&U~W*6LH?IKDvr7CHW!^v`^~x6d$yw={zER`klQ~awh)xY zZ)TQh9yRIWr6}j=uymLj073VW>F#C zEr>zuk|TqJQMn1bfZGu`Y(kZMgjd1qEX{~m^B}!C0%F+xVd&wtfK>)!iL!!+JY7?K zMR>nJc04^}!3b?rOiPp_$yn#DP+FFZwTm|}pd^^*0}7%fAfMqBp{24~HK$ccC@KIH zPj=9)CrG`%G{k&Q)eEyKxR;Fb5)_Z`^ZK>BieR8Qr{o-FueQv@yzg$LyN`85Zthxc z$1rt5H{X+7?=wbuI7OEho+3yuSxr*>1pJYuIGRkS(+lSL3%(rDcv#7Fe7s@JK6a3_ zo0iHqcD8}k12dIQeRA*IvCw_&3^Eyget;deI1*dgXY9;W?P1Zl@{jA|k|v!{_P(or-uVO1+GPkvnRA*^b5 z13@&Jy@(kJe+D#pgOr}p;z?V?>W+a_@(#=T4+Lo@x18q*QCTIrzxtZ~uk`rEr~0k) ppZvkREz8@o{M(22|C|np1_~vV?I^pw%MWOW_W_^%oW0b{zXKz<92x)s diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c deleted file mode 100644 index 4c2fa88..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c +++ /dev/null @@ -1,92 +0,0 @@ -/** - * @file lv_test_bar.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_bar.h" -#if LV_USE_BAR && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create bars to test their functionalities - */ -void lv_test_bar_1(void) -{ - /* Create a default object*/ - lv_obj_t * bar1 = lv_bar_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(bar1, 10, 10); - lv_bar_set_value(bar1, 40, false); - - /* Modify size and position, range and set to 75 % */ - lv_obj_t * bar2 = lv_bar_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(bar2, 200, 50); - lv_obj_align(bar2, bar1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - lv_bar_set_range(bar2, -50, 50); - lv_bar_set_value(bar2, 25, false); - - /* Copy 'bar2' but set its size to be vertical (indicator at 75%)*/ - lv_obj_t * bar3 = lv_bar_create(lv_disp_get_scr_act(NULL), bar2); - lv_obj_set_size(bar3, 50, 200); - lv_obj_align(bar3, bar2, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - - - /* Copy 'bar2' and set new style for it - * (like 'bar2' on its left but dark bg, thin red indicator with big light)*/ - static lv_style_t bar_bg; - lv_style_copy(&bar_bg, &lv_style_pretty); - bar_bg.body.main_color = LV_COLOR_BLACK; - - static lv_style_t bar_indic; - lv_style_copy(&bar_indic, &lv_style_pretty); - bar_indic.body.main_color = LV_COLOR_RED; - bar_indic.body.grad_color = LV_COLOR_MAROON; - bar_indic.body.shadow.color = LV_COLOR_RED; - bar_indic.body.shadow.width = 20; - bar_indic.body.padding.top = 10; /*Set the padding around the indicator*/ - bar_indic.body.padding.bottom = 3; - bar_indic.body.padding.left = 3; - bar_indic.body.padding.right = 10; - - lv_obj_t * bar4 = lv_bar_create(lv_disp_get_scr_act(NULL), bar2); - lv_obj_align(bar4, bar2, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - lv_bar_set_style(bar4, LV_BAR_STYLE_BG, &bar_bg); - lv_bar_set_style(bar4, LV_BAR_STYLE_INDIC, &bar_indic); - - /* Copy 'bar4' but set its size to be vertical*/ - lv_obj_t * bar5 = lv_bar_create(lv_disp_get_scr_act(NULL), bar4); - lv_obj_set_size(bar5, 50, 200); - lv_obj_align(bar5, bar4, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_BAR && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.h deleted file mode 100644 index 640426b..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_bar.h - * - */ - -#ifndef LV_TEST_BAR_H -#define LV_TEST_BAR_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_BAR && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create bars to test their functionalities - */ -void lv_test_bar_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_BAR && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_BAR_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.mk deleted file mode 100644 index 1b3e264..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_bar.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_bar -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_bar - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_bar" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar_1.png deleted file mode 100644 index 710a103705ac84546982c189017ef9626c1523e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13903 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 MO3xI_pIC+bFLr(aSpWb4 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c deleted file mode 100644 index e7b8e4b..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c +++ /dev/null @@ -1,135 +0,0 @@ -/** - * @file lv_test_btn.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_btn.h" - -#if LV_USE_BTN && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void btn_event_cb(lv_obj_t * btn, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create buttons to test their functionalities - */ -void lv_test_btn_1(void) -{ - /* Create a button which looks well */ - lv_obj_t * btn1 = lv_btn_create(lv_disp_get_scr_act(NULL), NULL); - - /* Create a default button manually set to toggled state*/ - lv_obj_t * btn2 = lv_btn_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(btn2, btn1, LV_ALIGN_OUT_BOTTOM_MID, 0, 20); - lv_btn_set_state(btn2, LV_BTN_STATE_TGL_REL); - - /* Create a button which can be toggled */ - lv_obj_t * btn3 = lv_btn_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(btn3, btn2, LV_ALIGN_OUT_BOTTOM_MID, 0, 20); - lv_btn_set_toggle(btn3, true); - - /* Test actions: - * Press: increase width, Release: decrease width, Long press: delete */ - lv_obj_t * btn4 = lv_btn_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(btn4, btn1, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - lv_obj_set_event_cb(btn4, btn_event_cb); - - /* Test styles and copy. Same as 'btn4' but different styles */ - static lv_style_t style_rel; - lv_style_copy(&style_rel, &lv_style_pretty); - style_rel.body.main_color = LV_COLOR_ORANGE; - style_rel.body.grad_color = LV_COLOR_BLACK; - style_rel.body.border.color = LV_COLOR_RED; - style_rel.body.shadow.color = LV_COLOR_MAROON; - style_rel.body.shadow.width = 10; - - static lv_style_t style_pr; - lv_style_copy(&style_pr, &lv_style_pretty); - style_pr.body.opa = LV_OPA_TRANSP; - style_pr.body.border.color = LV_COLOR_RED; - style_pr.body.border.width = 4; - - /*Skip 'TGL_PR' (leave unchanged)*/ - - static lv_style_t style_tpr; - lv_style_copy(&style_tpr, &lv_style_pretty); - style_tpr.body.opa = LV_OPA_TRANSP; - style_tpr.body.border.color = LV_COLOR_RED; - style_tpr.body.border.width = 4; - - static lv_style_t style_ina; - lv_style_copy(&style_ina, &lv_style_pretty); - style_ina.body.main_color = LV_COLOR_SILVER; - style_ina.body.grad_color = LV_COLOR_GRAY; - style_ina.body.border.color = LV_COLOR_RED; - - /*Create styled button*/ - lv_obj_t * btn5 = lv_btn_create(lv_scr_act(), btn4); - lv_obj_align(btn5, btn4, LV_ALIGN_OUT_BOTTOM_MID, 0, 20); - lv_btn_set_style(btn5, LV_BTN_STYLE_REL, &style_rel); - lv_btn_set_style(btn5, LV_BTN_STYLE_PR, &style_pr); - lv_btn_set_style(btn5, LV_BTN_STYLE_TGL_PR, &style_tpr); - lv_btn_set_style(btn5, LV_BTN_STYLE_INA, &style_ina); - lv_btn_set_toggle(btn5, true); - - /* Test style copy and inactive state*/ - lv_obj_t * btn6 = lv_btn_create(lv_scr_act(), btn5); - lv_obj_align(btn6, btn5, LV_ALIGN_OUT_BOTTOM_MID, 0, 20); - lv_btn_set_state(btn6, LV_BTN_STATE_INA); - - /*Test horizontal fit and default layout (CENTER)*/ - lv_obj_t * btn7 = lv_btn_create(lv_scr_act(), NULL); - lv_btn_set_fit2(btn7, LV_FIT_TIGHT, LV_FIT_NONE); - lv_obj_t * label = lv_label_create(btn7, NULL); - lv_label_set_text(label, "A quite long text"); - label = lv_label_create(btn7, NULL); - lv_label_set_text(label, "Short text"); - lv_obj_align(btn7, btn4, LV_ALIGN_OUT_RIGHT_TOP, 20, 0); - -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -static void btn_event_cb(lv_obj_t * btn, lv_event_t event) -{ - if(event == LV_EVENT_PRESSED) { - lv_obj_set_width(btn, lv_obj_get_width(btn) + (10)); - } - else if(event == LV_EVENT_RELEASED) { - lv_obj_set_width(btn, lv_obj_get_width(btn) - (10)); - } - else if(event == LV_EVENT_LONG_PRESSED) { - lv_obj_del(btn); - } -} - - -#endif /*LV_USE_BTN && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.h deleted file mode 100644 index c51e33b..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_btn.h - * - */ - -#ifndef LV_TEST_BTN_H -#define LV_TEST_BTN_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_BTN && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create buttons to test their functionalities - */ -void lv_test_btn_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_BTN*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_USE_BTN && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.mk deleted file mode 100644 index 8b09300..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_btn.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_btn -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_btn - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_btn" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn_1.png deleted file mode 100644 index 2f2391b7a51b2f9473af4ae30410a3fe7bf36504..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11001 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c deleted file mode 100644 index fd5e014..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c +++ /dev/null @@ -1,97 +0,0 @@ -/** - * @file lv_test_btnm.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include /*For printf in the action*/ - -#include "lv_test_btnm.h" - -#if LV_USE_BTNM && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void btnm_event_cb(lv_obj_t * btnm, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ -static const char * btnm_map[] = {"One line", "\n", "\212", "\242Ina", "\204üŰöŐ", "\221éÉ", "\n", "\214", "\202Left", ""}; -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create button matrixes to test their functionalities - */ -void lv_test_btnm_1(void) -{ - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - /* Default object - * GOAL: A button matrix with default buttons */ - lv_obj_t * btnm1 = lv_btnm_create(lv_disp_get_scr_act(NULL), NULL); - - /* Test map, size and position. Also try some features. - * GOAL: A button matrix with default buttons. */ - static lv_style_t rel; - lv_style_copy(&rel, &lv_style_btn_tgl_rel); - rel.body.main_color = LV_COLOR_RED; - rel.body.grad_color = LV_COLOR_BLACK; - rel.text.color = LV_COLOR_YELLOW; - - static lv_style_t pr; - lv_style_copy(&pr, &lv_style_btn_tgl_rel); - pr.body.main_color = LV_COLOR_ORANGE; - pr.body.grad_color = LV_COLOR_BLACK; - pr.text.color = LV_COLOR_WHITE; - - - lv_obj_t * btnm2 = lv_btnm_create(lv_disp_get_scr_act(NULL), NULL); - lv_btnm_set_map(btnm2, btnm_map); - lv_obj_set_size(btnm2, hres / 2, vres / 3); - lv_obj_align(btnm2, btnm1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - lv_btnm_set_btn_ctrl(btnm2, 2, LV_BTNM_CTRL_TGL_STATE); - lv_obj_set_event_cb(btnm2, btnm_event_cb); - lv_btnm_set_style(btnm2, LV_BTNM_STYLE_BTN_REL, &rel); - lv_btnm_set_style(btnm2, LV_BTNM_STYLE_BTN_PR, &pr); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -static void btnm_event_cb(lv_obj_t * btnm, lv_event_t event) -{ - (void) btnm; /*Unused*/ - - if(event != LV_EVENT_CLICKED) return; - - - -#if LV_EX_PRINTF - const char * txt = lv_btnm_get_active_btn_text(btnm); - if(txt) { - printf("Key pressed: %s\n", txt); - } -#endif -} - -#endif /* LV_USE_BTNM && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.h deleted file mode 100644 index 7133213..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_btnm.h - * - */ - -#ifndef LV_TEST_BTNM_H -#define LV_TEST_BTNM_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_BTNM && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create button matrixes to test their functionalities - */ -void lv_test_btnm_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_BTNM*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /* LV_USE_BTNM && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.mk deleted file mode 100644 index a250908..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_btnm.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_btnm -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_btnm - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_btnm" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm_1.png deleted file mode 100644 index f56caa71de37c01ddfbcc2715aed0b0b090926ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11877 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c deleted file mode 100644 index e6f986c..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c +++ /dev/null @@ -1,94 +0,0 @@ -/** - * @file lv_test_canvas.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_canvas.h" - -#if LV_USE_CANVAS && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ -#define CANVAS_WIDTH 100 -#define CANVAS_HEIGHT 100 -#define TEST_ROTATE 0 - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create canvas to test its functionalities - */ -void lv_test_canvas_1(void) -{ - static lv_style_t style; - lv_style_copy(&style, &lv_style_plain); - style.body.main_color = LV_COLOR_RED; - style.body.grad_color = LV_COLOR_MAROON; - style.body.radius = 4; - style.body.border.width = 2; - style.body.border.color = LV_COLOR_WHITE; - style.body.shadow.color = LV_COLOR_WHITE; - style.body.shadow.width = 4; - style.line.width = 2; - style.line.color = LV_COLOR_BLACK; - style.text.color = LV_COLOR_BLUE; - - lv_obj_t * canvas = lv_canvas_create(lv_scr_act(), NULL); - static lv_color_t cbuf[LV_CANVAS_BUF_SIZE_TRUE_COLOR(CANVAS_WIDTH, CANVAS_HEIGHT)]; - lv_canvas_set_buffer(canvas, cbuf, CANVAS_WIDTH, CANVAS_HEIGHT, LV_IMG_CF_TRUE_COLOR); - lv_obj_set_pos(canvas, 10, 10); - lv_canvas_fill_bg(canvas, LV_COLOR_SILVER); - - lv_canvas_draw_rect(canvas, 40, 10, 50, 30, &style); - - lv_canvas_draw_text(canvas, 5, 5, 100, &style, "ABC", LV_LABEL_ALIGN_LEFT); - - const lv_point_t points[] = {{5, 40}, {35, 45}, {30, 80}, {10, 90}, {5, 40}}; - - lv_canvas_draw_polygon(canvas, points, 5, &style); - lv_canvas_draw_line(canvas, points, 5, &style); - - lv_canvas_draw_arc(canvas, 70, 70, 20, 20, 250, &style); - -#if TEST_ROTATE - /*Copy the current image to buffer and rotate it to the canvas */ - lv_color_t cbuf_tmp[CANVAS_WIDTH * CANVAS_HEIGHT]; - memcpy(cbuf_tmp, cbuf, sizeof(cbuf_tmp)); - lv_img_dsc_t img; - img.data = (void *)cbuf_tmp; - img.header.cf = LV_IMG_CF_TRUE_COLOR; - img.header.w = CANVAS_WIDTH; - img.header.h = CANVAS_HEIGHT; - - lv_canvas_fill_bg(canvas, LV_COLOR_SILVER); - lv_canvas_rotate(canvas, &img, 30, 0, 0, CANVAS_WIDTH / 2, CANVAS_HEIGHT / 2); -#endif -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_CANVAS && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.h deleted file mode 100644 index 95c411d..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_canvas.h - * - */ - -#ifndef LV_TEST_CANVAS_H -#define LV_TEST_CANVAS_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_CANVAS && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create canvas to test its functionalities - */ -void lv_test_canvas_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_CANVAS && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_CANVAS_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.mk deleted file mode 100644 index 9932c87..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_canvas.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_canvas -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_canvas - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_canvas" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas_1.png deleted file mode 100644 index df59d1f583bcea753af6e79a55295c975cc0873a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3485 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 D$7R>( diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c deleted file mode 100644 index 82347ae..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c +++ /dev/null @@ -1,306 +0,0 @@ -/** - * @file lv_test_chart.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_chart.h" -#include - -#if LV_USE_BTN && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create charts to test their functionalities - */ -void lv_test_chart_1(void) -{ - /* Create a default object*/ - lv_obj_t * chart1 = lv_chart_create(lv_disp_get_scr_act(NULL), NULL); - - lv_chart_series_t * dl1_1 = lv_chart_add_series(chart1, LV_COLOR_RED); - dl1_1->points[0] = 0; - dl1_1->points[1] = 25; - dl1_1->points[2] = 0; - dl1_1->points[3] = 50; - dl1_1->points[4] = 0; - dl1_1->points[5] = 75; - dl1_1->points[6] = 0; - dl1_1->points[7] = 100; - dl1_1->points[8] = 0; - - lv_chart_series_t * dl1_2 = lv_chart_add_series(chart1, LV_COLOR_BLUE); - dl1_2->points[0] = 100; - - lv_chart_refresh(chart1); - - - /* Create a chart with the same data and modify all appearance-like attributes - * also modify the number of points, range, and type*/ - lv_obj_t * chart2 = lv_chart_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(chart2, 140, 100); - lv_obj_align(chart2, chart1, LV_ALIGN_OUT_RIGHT_MID, 10, 0); - lv_chart_set_series_darking(chart2, LV_OPA_90); - lv_chart_set_series_opa(chart2, LV_OPA_40); - lv_chart_set_series_width(chart2, 4); - lv_chart_set_type(chart2, LV_CHART_TYPE_POINT | LV_CHART_TYPE_LINE); - lv_chart_set_range(chart2, -20, 120); - lv_chart_set_div_line_count(chart2, 4, 0); - - lv_chart_series_t * dl2_1 = lv_chart_add_series(chart2, LV_COLOR_RED); - dl2_1->points[0] = 0; - dl2_1->points[1] = 25; - dl2_1->points[2] = 0; - dl2_1->points[3] = 50; - dl2_1->points[4] = 0; - dl2_1->points[5] = 75; - dl2_1->points[6] = 0; - dl2_1->points[7] = 100; - dl2_1->points[8] = 0; - - lv_chart_series_t * dl2_2 = lv_chart_add_series(chart2, LV_COLOR_BLUE); - dl2_2->points[0] = 100; - - lv_chart_refresh(chart2); - - lv_chart_set_point_count(chart2, 15); - - - /*Copy the previous chart, set COLUMN type and test lv_chart_set_next()*/ - lv_obj_t * chart3 = lv_chart_create(lv_disp_get_scr_act(NULL), chart2); - lv_obj_align(chart3, chart2, LV_ALIGN_OUT_BOTTOM_MID, 0, 20); - lv_chart_set_type(chart3, LV_CHART_TYPE_COLUMN); - lv_chart_series_t * dl3_1 = lv_chart_add_series(chart3, LV_COLOR_RED); - dl3_1->points[0] = 0; - dl3_1->points[1] = 25; - dl3_1->points[2] = 0; - dl3_1->points[3] = 50; - dl3_1->points[4] = 0; - dl3_1->points[5] = 75; - dl3_1->points[6] = 0; - dl3_1->points[7] = 100; - dl3_1->points[8] = 0; - - lv_chart_series_t * dl3_2 = lv_chart_add_series(chart3, LV_COLOR_BLUE); - dl3_2->points[0] = 100; - - lv_chart_refresh(chart2); - - lv_chart_set_next(chart3, dl3_2, 110); - lv_chart_set_next(chart3, dl3_2, 110); - lv_chart_set_next(chart3, dl3_2, 110); - lv_chart_set_next(chart3, dl3_2, 110); - -} - -void lv_test_chart_2(uint8_t chart) -{ - - static lv_style_t scr_style; - lv_style_copy(&scr_style, lv_obj_get_style(lv_scr_act())); - scr_style.body.main_color = LV_COLOR_BLACK; - scr_style.body.grad_color = LV_COLOR_BLACK; - - lv_obj_set_style(lv_scr_act(), &scr_style); - - static lv_style_t style_chart_label; - lv_style_copy(&style_chart_label, &lv_style_plain); - style_chart_label.text.color = LV_COLOR_YELLOW; - style_chart_label.text.opa = LV_OPA_COVER; - - static lv_obj_t * chart_label; - chart_label = lv_label_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_style(chart_label, &style_chart_label); - lv_label_set_align(chart_label, LV_LABEL_ALIGN_CENTER); - lv_label_set_long_mode(chart_label, LV_LABEL_LONG_EXPAND); - lv_label_set_text(chart_label, "Choose between 0 and 5"); - lv_obj_align(chart_label, NULL, LV_ALIGN_IN_TOP_MID, 10, 20); - - /*Create charts with axis ticks and labels*/ - static lv_style_t style_chart_axes; - lv_style_copy(&style_chart_axes, &lv_style_plain); - style_chart_axes.body.shadow.color = LV_COLOR_WHITE; - style_chart_axes.body.shadow.width = 0; - style_chart_axes.line.color = LV_COLOR_GRAY; - style_chart_axes.line.width = 1; - style_chart_axes.line.opa = LV_OPA_70; - style_chart_axes.body.main_color = LV_COLOR_WHITE; - style_chart_axes.body.grad_color = LV_COLOR_BLACK; - style_chart_axes.body.opa = LV_OPA_COVER; - style_chart_axes.body.border.color = LV_COLOR_GREEN; - style_chart_axes.body.border.width = 1; - style_chart_axes.body.border.opa = LV_OPA_70; - style_chart_axes.text.color = LV_COLOR_WHITE; - style_chart_axes.text.opa = LV_OPA_COVER; - - lv_obj_t * chart_axes = lv_chart_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(chart_axes, (LV_HOR_RES * 7) / 10, (LV_VER_RES * 6) / 10); - lv_obj_set_style(chart_axes, &style_chart_axes); - lv_obj_align(chart_axes, chart_label, LV_ALIGN_OUT_BOTTOM_MID, 0, 0); - lv_chart_set_margin(chart_axes, 100); - lv_chart_set_type(chart_axes, LV_CHART_TYPE_COLUMN); - lv_chart_set_div_line_count(chart_axes, 0, 0); - lv_chart_set_point_count(chart_axes, 24); - lv_chart_set_series_opa(chart_axes, LV_OPA_COVER); - lv_chart_set_series_width(chart_axes, 1); - - lv_chart_series_t * ser = lv_chart_add_series(chart_axes, LV_COLOR_RED); - lv_chart_set_range(chart_axes, 0, 100); - - // some pseudo-random data - uint8_t i; - for(i = 0; i < 24; i++) - { - /* add random points between 0 an 100 */ - lv_chart_set_next(chart_axes, ser, (rand() % 101)); - } - - switch( chart ) - { - case 0: - { - lv_label_set_text(chart_label, "Chart 0"); - lv_chart_set_x_tick_length(chart_axes, LV_CHART_TICK_LENGTH_AUTO, LV_CHART_TICK_LENGTH_AUTO); - lv_chart_set_y_tick_length(chart_axes, LV_CHART_TICK_LENGTH_AUTO, LV_CHART_TICK_LENGTH_AUTO); - lv_chart_set_x_tick_texts(chart_axes, "0\n" "1\n" "2\n" "3\n" "4\n" "X[%]", 2, 0 ); - lv_chart_set_y_tick_texts(chart_axes, "0\n" "1\n" "2\n" "3\n" "4\n" "Y[$]", 2, 0 ); - break; - } - - case 1: - { - lv_label_set_text(chart_label, "Chart 1"); - lv_chart_set_x_tick_length(chart_axes, LV_CHART_TICK_LENGTH_AUTO, LV_CHART_TICK_LENGTH_AUTO); - lv_chart_set_y_tick_length(chart_axes, LV_CHART_TICK_LENGTH_AUTO, LV_CHART_TICK_LENGTH_AUTO); - lv_chart_set_x_tick_texts(chart_axes, "X[%]\n" "1\n" "2\n" "3\n" "4", 10, LV_CHART_AXIS_DRAW_LAST_TICK); - lv_chart_set_y_tick_texts(chart_axes, "Y[$]\n" "1\n" "2\n" "3\n" "4", 5, LV_CHART_AXIS_DRAW_LAST_TICK); - break; - } - - case 2: - { - lv_label_set_text(chart_label, "Chart 2"); - lv_chart_set_x_tick_length(chart_axes, LV_CHART_TICK_LENGTH_AUTO, LV_CHART_TICK_LENGTH_AUTO); - lv_chart_set_y_tick_length(chart_axes, LV_CHART_TICK_LENGTH_AUTO, LV_CHART_TICK_LENGTH_AUTO); - lv_chart_set_x_tick_texts(chart_axes, "Left\n" "X\n" "Right", 1, LV_CHART_AXIS_DRAW_LAST_TICK); - lv_chart_set_y_tick_texts(chart_axes, "Down\n" "Y\n" "Up", 1, LV_CHART_AXIS_DRAW_LAST_TICK ); - break; - } - - case 3: - { - lv_label_set_text(chart_label, "Chart 3"); - lv_chart_set_x_tick_length(chart_axes, 8, 2); - lv_chart_set_y_tick_length(chart_axes, 12, 6); - lv_chart_set_x_tick_texts(chart_axes, "0\n" "\n" "6\n" "\n" "12\n" "\n" "18\n" "\n" "t[h]", 3, LV_CHART_AXIS_SKIP_LAST_TICK); - lv_chart_set_y_tick_texts(chart_axes, "0\n" "0.2\n" "0.4\n" "0.6\n" "0.8\n" "P[kW]", 2, LV_CHART_AXIS_SKIP_LAST_TICK); - break; - } - - case 4: - { - lv_label_set_text(chart_label, "Chart 4"); - lv_chart_set_x_tick_length(chart_axes, LV_CHART_TICK_LENGTH_AUTO, LV_CHART_TICK_LENGTH_AUTO); - lv_chart_set_y_tick_length(chart_axes, LV_CHART_TICK_LENGTH_AUTO, LV_CHART_TICK_LENGTH_AUTO); - lv_chart_set_x_tick_texts(chart_axes, NULL, 6, LV_CHART_AXIS_DRAW_LAST_TICK); - lv_chart_set_y_tick_texts(chart_axes, NULL, 10, LV_CHART_AXIS_DRAW_LAST_TICK); - break; - } - - case 5: - { - lv_label_set_text(chart_label, "Chart 5"); - lv_chart_set_y_tick_length(chart_axes, LV_CHART_TICK_LENGTH_AUTO, LV_CHART_TICK_LENGTH_AUTO); - lv_chart_set_x_tick_length(chart_axes, 10, 4); - lv_chart_set_x_tick_texts(chart_axes, "\n\n\n\n\n", 5, LV_CHART_AXIS_DRAW_LAST_TICK); - lv_chart_set_y_tick_texts(chart_axes, "\n\n\n\n\n\n\n\n\n\n", 2, LV_CHART_AXIS_DRAW_LAST_TICK); - break; - } - - default: { - break; - } - } - - lv_obj_align(chart_label, NULL, LV_ALIGN_IN_TOP_MID, 10, 20); -} - -void lv_test_chart_3(lv_chart_type_t chart_type) -{ - /* Create a the base chart*/ - lv_obj_t * chart1 = lv_chart_create(lv_scr_act(), NULL); - lv_chart_set_type(chart1, chart_type); - lv_obj_set_size(chart1, 100, 100); - - lv_chart_series_t * dl1_1 = lv_chart_add_series(chart1, LV_COLOR_RED); - dl1_1->points[0] = 0; - dl1_1->points[1] = 20; - dl1_1->points[2] = 0; - dl1_1->points[3] = 40; - dl1_1->points[4] = 0; - dl1_1->points[5] = 60; - dl1_1->points[6] = 0; - dl1_1->points[7] = 80; - dl1_1->points[8] = 0; - dl1_1->points[9] = 100; - - /*create the chart with `LV_CHART_UPDATE_MODE_SHIFT` */ - lv_obj_t * chart2 = lv_chart_create(lv_scr_act(), chart1); - lv_chart_set_update_mode(chart2, LV_CHART_UPDATE_MODE_SHIFT); - - lv_chart_series_t * dl2_1 = lv_chart_add_series(chart2, LV_COLOR_RED); - memcpy(dl2_1->points, dl1_1->points, sizeof(lv_coord_t) * lv_chart_get_point_cnt(chart1)); - lv_obj_align(chart2, chart1, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - - /*create the chart with `LV_CHART_UPDATE_MODE_CIRCULAR` */ - lv_obj_t * chart3 = lv_chart_create(lv_scr_act(), chart1); - lv_chart_set_update_mode(chart3, LV_CHART_UPDATE_MODE_CIRCULAR); - - lv_chart_series_t * dl3_1 = lv_chart_add_series(chart3, LV_COLOR_RED); - memcpy(dl3_1->points, dl1_1->points, sizeof(lv_coord_t) * lv_chart_get_point_cnt(chart1)); - lv_obj_align(chart3, chart2, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - - /*add some new data to chart2*/ - lv_chart_set_next(chart2, dl2_1, 35); - lv_chart_set_next(chart2, dl2_1, 35); - lv_chart_set_next(chart2, dl2_1, 35); - lv_chart_set_next(chart2, dl2_1, 35); - lv_chart_set_next(chart2, dl2_1, 35); - - /*add some new data -same as chart2- to chart3*/ - lv_chart_set_next(chart3, dl3_1, 35); - lv_chart_set_next(chart3, dl3_1, 35); - lv_chart_set_next(chart3, dl3_1, 35); - lv_chart_set_next(chart3, dl3_1, 35); - lv_chart_set_next(chart3, dl3_1, 35); -} -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_BTN && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.h deleted file mode 100644 index c9a6165..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.h +++ /dev/null @@ -1,55 +0,0 @@ -/** - * @file lv_test_chart.h - * - */ - -#ifndef LV_TEST_CHART_H -#define LV_TEST_CHART_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_BTN && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create charts to test their functionalities - */ -void lv_test_chart_1(void); -void lv_test_chart_2(uint8_t chart); -void lv_test_chart_3(lv_chart_type_t chart_type); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_BTN && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_CHART_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.mk deleted file mode 100644 index a68ed90..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_chart.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_chart -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_chart - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_chart" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart_1.png deleted file mode 100644 index f4b7a3a551b3ead7f070fbe94941972ec2b57df0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16328 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c deleted file mode 100644 index 5e88215..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c +++ /dev/null @@ -1,135 +0,0 @@ -/** - * @file lv_test_cont.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_cont.h" - -#if LV_USE_CONT && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create containers to test their basic functionalities - */ -void lv_test_cont_1(void) -{ - /* Create a default object*/ - lv_obj_t * cont1 = lv_cont_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(cont1, 10, 10); - lv_cont_set_style(cont1, LV_CONT_STYLE_MAIN, &lv_style_pretty); - - /*Test fit wit adding two labels*/ - lv_obj_t * cont2 = lv_cont_create(lv_disp_get_scr_act(NULL), cont1); - lv_cont_set_fit(cont2, LV_FIT_TIGHT); - - lv_obj_t * obj2_1 = lv_label_create(cont2, NULL); - lv_label_set_text(obj2_1, "Short"); - - lv_obj_t * obj2_2 = lv_label_create(cont2, NULL); - lv_label_set_text(obj2_2, "A longer text"); - lv_obj_set_pos(obj2_2, 80, 30); - - lv_obj_align(cont2, cont1, LV_ALIGN_OUT_RIGHT_TOP, 20, 0); - - /*Test layout and fit togother*/ - lv_obj_t * cont3 = lv_cont_create(lv_disp_get_scr_act(NULL), cont2); - lv_label_create(cont3, obj2_1); - lv_label_create(cont3, obj2_2); - lv_cont_set_layout(cont3, LV_LAYOUT_COL_L); - - lv_obj_align(cont3, cont2, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 10); - - - /*Set a new style with new padding*/ - static lv_style_t cont4_style; - lv_style_copy(&cont4_style, &lv_style_pretty_color); - cont4_style.body.padding.left = 20; - cont4_style.body.padding.right = 20; - cont4_style.body.padding.top = 40; - cont4_style.body.padding.bottom = 40; - cont4_style.body.padding.inner = 1; - - lv_obj_t * cont4 = lv_cont_create(lv_disp_get_scr_act(NULL), cont3); - lv_label_create(cont4, obj2_1); - lv_label_create(cont4, obj2_2); - lv_cont_set_style(cont4, LV_CONT_STYLE_MAIN, &cont4_style); - - lv_obj_align(cont4, cont3, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 10); - -} - -/** - * Test nested style inheritance on padding update - */ -void lv_test_cont_2(void) -{ - - /*Create a new style with big paddings*/ - static lv_style_t cont4_style; - lv_style_copy(&cont4_style, &lv_style_pretty_color); - cont4_style.body.padding.left = 10; - cont4_style.body.padding.right = 10; - cont4_style.body.padding.top = 20; - cont4_style.body.padding.bottom = 20; - cont4_style.body.padding.inner = 1; - - /* Create a main container*/ - lv_obj_t * cont_main = lv_cont_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(cont_main, 50, 50); - lv_cont_set_style(cont_main, LV_CONT_STYLE_MAIN, &lv_style_pretty); - lv_cont_set_fit(cont_main, LV_FIT_TIGHT); - lv_cont_set_layout(cont_main, LV_LAYOUT_ROW_M); - - /*Create two containers on the main* with two-two labels*/ - lv_obj_t * cont_sub1 = lv_cont_create(cont_main, NULL); - lv_cont_set_style(cont_sub1, LV_CONT_STYLE_MAIN, NULL); /*Inherit style from parent*/ - lv_cont_set_fit(cont_sub1, LV_FIT_TIGHT); - lv_cont_set_layout(cont_sub1, LV_LAYOUT_COL_M); - - lv_obj_t * obj1_1 = lv_label_create(cont_sub1, NULL); - lv_label_set_text(obj1_1, "Short"); - - lv_obj_t * obj1_2 = lv_label_create(cont_sub1, NULL); - lv_label_set_text(obj1_2, "A long text"); - - lv_obj_t * cont_sub2 = lv_cont_create(cont_main, cont_sub1); - lv_label_create(cont_sub2, obj1_1); - lv_label_create(cont_sub2, obj1_2); - - /*Set the new style*/ - lv_cont_set_style(cont_main, LV_CONT_STYLE_MAIN, &cont4_style); - -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_CONT && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.h deleted file mode 100644 index d2f8026..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.h +++ /dev/null @@ -1,58 +0,0 @@ -/** - * @file lv_test_cont.h - * - */ - -#ifndef LV_TEST_CONT_H -#define LV_TEST_CONT_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_CONT && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create containers to test their basic functionalities - */ -void lv_test_cont_1(void); - -/** - * Test nested style inheritance on padding update - */ -void lv_test_cont_2(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_CONT && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_CONT_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.mk deleted file mode 100644 index eb1632d..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_cont.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_cont -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_cont - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_cont" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont_1.png deleted file mode 100644 index fea3e2ac5cd4ca5861230ab66ecd1c217a63e905..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10268 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 ZZ#AE4oqE+2_>2f-sBiLb*=@(@{{`Y%)B^wj diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c deleted file mode 100644 index 39ac685..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c +++ /dev/null @@ -1,74 +0,0 @@ -/** - * @file lv_test_cpicker.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_cpicker.h" - -#if LV_USE_CPICKER && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create a color picker to test its basic functionalities - */ -void lv_test_cpicker_1(void) -{ - const lv_coord_t pickerSize = 200; - /* Set the style of the color ring */ - static lv_style_t styleMain; - lv_style_copy(&styleMain, &lv_style_plain); - styleMain.line.width = 30; - /* Make the background white */ - styleMain.body.main_color = styleMain.body.grad_color = LV_COLOR_WHITE; - /* Set the style of the knob */ - static lv_style_t styleIndicator; - lv_style_copy(&styleIndicator, &lv_style_pretty); - styleIndicator.body.border.color = LV_COLOR_WHITE; - /* Ensure that the knob is fully opaque */ - styleIndicator.body.opa = LV_OPA_COVER; - styleIndicator.body.border.opa = LV_OPA_COVER; - lv_obj_t * scr = lv_scr_act(); - lv_obj_t * colorPicker = lv_cpicker_create(scr, NULL); - lv_obj_set_size(colorPicker, pickerSize, pickerSize); - /* Choose the 'DISC' type */ - lv_cpicker_set_type(colorPicker, LV_CPICKER_TYPE_DISC); - lv_obj_align(colorPicker, NULL, LV_ALIGN_CENTER, 0, 0); - /* Set the styles */ - lv_cpicker_set_style(colorPicker, LV_CPICKER_STYLE_MAIN, &styleMain); - lv_cpicker_set_style(colorPicker, LV_CPICKER_STYLE_INDICATOR, &styleIndicator); - /* Change the knob's color to that of the selected color */ - lv_cpicker_set_indic_colored(colorPicker, true); - -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_CPICKER && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.h deleted file mode 100644 index 98e5be0..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.h +++ /dev/null @@ -1,54 +0,0 @@ -/** - * @file lv_test_cpicker.h - * - */ - -#ifndef LV_TEST_CPICKER_H -#define LV_TEST_CPICKER_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_CPICKER && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create a color picker to test its basic functionalities - */ -void lv_test_cpicker_1(void); - - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_CONT && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_CONT_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.mk deleted file mode 100644 index f15db6e..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_cpicker.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c deleted file mode 100644 index d5b2da9..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c +++ /dev/null @@ -1,104 +0,0 @@ -/** - * @file lv_test_ddlist.c - * - */ - -/********************* - * INCLUDES - *********************/ - -#include "lv_test_ddlist.h" - -#if LV_EX_PRINTF -#include -#endif - - -#if LV_USE_DDLIST && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void event_handler(lv_obj_t * ddlist, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create drop down lists to test their functionalities - */ -void lv_test_ddlist_1(void) -{ - /* Create a default object*/ - lv_obj_t * ddlist1 = lv_ddlist_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(ddlist1, 10, 10); - - /* Create a drop down list with a lot of options, fix height and anim time. - * Open it by default without animation and assign an action*/ - lv_obj_t * ddlist2 = lv_ddlist_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(ddlist2, ddlist1, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - lv_ddlist_set_options(ddlist2, "First\nSecond\nThird\nForth\nFifth\nSixth"); - lv_ddlist_set_fix_height(ddlist2, LV_DPI); - lv_ddlist_set_selected(ddlist2, 2); - lv_ddlist_set_anim_time(ddlist2, 100); - lv_ddlist_open(ddlist2, false); - lv_ddlist_set_fix_width(ddlist2, LV_DPI * 2); - lv_obj_set_event_cb(ddlist2, event_handler); - - /*Copy the previous drop down list and modify its style*/ - static lv_style_t ddlist3_style; - lv_style_copy(&ddlist3_style, &lv_style_pretty); - ddlist3_style.body.main_color = LV_COLOR_GRAY; - ddlist3_style.body.grad_color = LV_COLOR_BLACK; - ddlist3_style.body.padding.left = 20; - ddlist3_style.body.padding.right = 20; - ddlist3_style.body.padding.top = 30; - ddlist3_style.body.padding.bottom = 30; - - ddlist3_style.text.color = LV_COLOR_RED; - ddlist3_style.text.letter_space = 5; - ddlist3_style.text.line_space = 15; - - lv_obj_t * ddlist3 = lv_ddlist_create(lv_disp_get_scr_act(NULL), ddlist2); - lv_obj_align(ddlist3, ddlist2, LV_ALIGN_OUT_RIGHT_TOP, 20, 0); - lv_ddlist_set_style(ddlist3, LV_DDLIST_STYLE_BG, &ddlist3_style); - lv_ddlist_set_style(ddlist3, LV_DDLIST_STYLE_SEL, &lv_style_plain_color); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - - -static void event_handler(lv_obj_t * ddlist, lv_event_t event) -{ - if(event == LV_EVENT_VALUE_CHANGED) { - -#if LV_EX_PRINTF - char buf[64]; - lv_ddlist_get_selected_str(ddlist, buf, sizeof(buf)); - printf("New option selected on a drop down list: %s\n", buf); -#endif - } -} - -#endif /*LV_USE_DDLIST && LV_USE_TESTS*/ - diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.h deleted file mode 100644 index 0b1a3e6..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_ddlist.h - * - */ - -#ifndef LV_TEST_DDLIST_H -#define LV_TEST_DDLIST_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_DDLIST && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create drop down lists to test their functionalities - */ -void lv_test_ddlist_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_DDLIST*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_USE_DDLIST && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.mk deleted file mode 100644 index dee31fa..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_ddlist.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist_1.png deleted file mode 100644 index d005bc2e4368c8868d178c2795e6b32020e2a668..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7759 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c deleted file mode 100644 index 3e1a593..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c +++ /dev/null @@ -1,90 +0,0 @@ -/** - * @file lv_test_gauge.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_gauge.h" - -#if LV_USE_GAUGE && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create gauges to test their functionalities - */ -void lv_test_gauge_1(void) -{ - /* Create a default object*/ - lv_obj_t * gauge1 = lv_gauge_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(gauge1, 10, 10); - lv_gauge_set_value(gauge1, 0, 75); - - /*Copy the previous gauge and set smaller size for it*/ - lv_obj_t * gauge2 = lv_gauge_create(lv_disp_get_scr_act(NULL), gauge1); - lv_obj_set_size(gauge2, 2 * lv_obj_get_width(gauge1) / 3, 2 * lv_obj_get_height(gauge1) / 3); - lv_obj_align(gauge2, gauge1, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - - /*Copy the first gauge add more needles and set new style*/ - static lv_color_t needle_colors[3]; - needle_colors[0] = LV_COLOR_BLUE; - needle_colors[1] = LV_COLOR_PURPLE; - needle_colors[2] = LV_COLOR_TEAL; - - /*Create a styled gauge*/ - static lv_style_t style3; - lv_style_copy(&style3, &lv_style_pretty); - style3.body.main_color = LV_COLOR_GREEN; - style3.body.grad_color = LV_COLOR_RED; - style3.body.padding.left = 6; - style3.body.padding.inner = 10; - style3.body.padding.top = 8; - style3.body.border.color = LV_COLOR_GRAY; - style3.line.width = 2; - - lv_obj_t * gauge3 = lv_gauge_create(lv_disp_get_scr_act(NULL), gauge1); - lv_obj_align(gauge3, gauge1, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - lv_obj_set_style(gauge3, &style3); - lv_gauge_set_scale(gauge3, 270, 41, 5); - lv_gauge_set_needle_count(gauge3, 3, needle_colors); - lv_gauge_set_value(gauge3, 0, 20); - lv_gauge_set_value(gauge3, 1, 40); - lv_gauge_set_value(gauge3, 2, 60); - - /*Copy the modified 'gauge3' and set a smaller size for it*/ - lv_obj_t * gauge4 = lv_gauge_create(lv_disp_get_scr_act(NULL), gauge3); - lv_obj_set_size(gauge4, 100, 100); - lv_obj_align(gauge4, gauge3, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_GAUGE && LV_USE_TESTS*/ - diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.h deleted file mode 100644 index 68a9330..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.h +++ /dev/null @@ -1,52 +0,0 @@ -/** - * @file lv_test_gauge.h - * - */ - -#ifndef LV_TEST_GAUGE_H -#define LV_TEST_GAUGE_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_GAUGE && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create gauges to test their functionalities - */ -void lv_test_gauge_1(void); -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_GAUGE*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_USE_GAUGE && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.mk deleted file mode 100644 index 78ca4bb..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_gauge.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_gauge -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_gauge - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_gauge" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge_1.png deleted file mode 100644 index 1ef9a25a8197cddff03aad361b092c865b6dc8a4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14516 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 N002ovPDHLkV1mt@BB%fW diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c deleted file mode 100644 index f2f970a..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c +++ /dev/null @@ -1,193 +0,0 @@ -#include "lvgl/lvgl.h" - -#ifndef LV_ATTRIBUTE_MEM_ALIGN -#define LV_ATTRIBUTE_MEM_ALIGN -#endif - -#ifndef LV_ATTRIBUTE_IMG_IMG_FLOWER_ICON -#define LV_ATTRIBUTE_IMG_IMG_FLOWER_ICON -#endif - -const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_IMG_IMG_FLOWER_ICON uint8_t img_flower_icon_map[] = { -#if LV_COLOR_DEPTH == 1 || LV_COLOR_DEPTH == 8 - /*Pixel format: Red: 3 bit, Green: 3 bit, Blue: 2 bit*/ - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x9b, 0x57, 0x57, 0x9b, 0xdf, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x9b, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x7b, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xdb, 0x97, 0x77, 0x97, 0x7b, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x77, 0x97, 0x77, 0x97, 0xbb, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x53, 0x0f, 0x0f, 0x0f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x0f, 0x0f, 0x0f, 0x53, 0xdf, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xdf, 0x53, 0x0f, 0x2f, 0x2f, 0x2f, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x2f, 0x0f, 0x2f, 0xdf, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x77, 0x0f, 0x2f, 0x2f, 0x2f, 0x2f, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x2f, 0x0f, 0x53, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xdf, 0x53, 0x2f, 0x2f, 0x2f, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x2f, 0x2f, 0x0f, 0xdf, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xdf, 0x9b, 0x57, 0x33, 0x33, 0x33, 0x2f, 0x2f, 0x2f, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x33, 0x33, 0x33, 0x57, 0x9b, 0xdf, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x9b, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x33, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x9b, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x9b, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x7b, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x33, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0xbb, 0x1c, 0x1c, - 0x1c, 0x1c, 0x9b, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x7b, 0x1c, 0x1c, - 0x1c, 0x1c, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x37, 0x37, 0x77, 0x96, 0x96, 0x77, 0x37, 0x33, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0x1c, 0x1c, - 0x1c, 0x1c, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x92, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xb6, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0xdf, 0x1c, - 0x1c, 0x1c, 0x77, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0xd5, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xd5, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0x1c, 0x1c, - 0x1c, 0x1c, 0x77, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0xd5, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xd5, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0x1c, 0x1c, - 0x1c, 0x9b, 0x0f, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x96, 0xf4, 0xf4, 0xf4, 0xf4, 0xfd, 0xfd, 0xfd, 0xfd, 0xf8, 0xf4, 0xf4, 0xf4, 0x96, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x77, 0x1c, - 0x1c, 0x2f, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0xf5, 0xf4, 0xf4, 0xf4, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xf8, 0xf4, 0xf4, 0xd5, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0xbb, - 0x9b, 0x0f, 0x2f, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0xf4, 0xf4, 0xf4, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xf4, 0xf4, 0xf4, 0x77, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x0f, 0x77, - 0x77, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x33, 0x33, 0x33, 0x37, 0x37, 0x37, 0x77, 0xf4, 0xf4, 0xf4, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xf8, 0xf4, 0xf4, 0x77, 0x37, 0x37, 0x37, 0x33, 0x33, 0x33, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x53, - 0x77, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x33, 0x33, 0x33, 0x33, 0x33, 0x37, 0x77, 0xf4, 0xf4, 0xf4, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xf8, 0xf4, 0xf4, 0x77, 0x37, 0x33, 0x33, 0x33, 0x33, 0x33, 0x2f, 0x2f, 0x2f, 0x2f, 0x0f, 0x53, - 0xbb, 0x0f, 0x2f, 0x2f, 0x33, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0xf4, 0xf4, 0xf4, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xf4, 0xf4, 0xf4, 0x77, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x33, 0x2f, 0x2f, 0x0f, 0x77, - 0x1c, 0x2f, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0xf5, 0xf4, 0xf4, 0xf4, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xf8, 0xf4, 0xf4, 0xd5, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0xbb, - 0x1c, 0x9b, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x96, 0xf4, 0xf4, 0xf4, 0xf8, 0xfd, 0xfd, 0xfd, 0xfd, 0xf8, 0xf4, 0xf4, 0xf4, 0x96, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x97, 0x1c, - 0x1c, 0x1c, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0xb5, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xd5, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0x1c, 0x1c, - 0x1c, 0x1c, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0xb6, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xd5, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0x1c, 0x1c, - 0x1c, 0x1c, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x72, 0xd5, 0xf4, 0xf4, 0xf4, 0xf4, 0xd5, 0x92, 0x53, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0xdf, 0x1c, - 0x1c, 0x1c, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x37, 0x57, 0x57, 0x77, 0x77, 0x57, 0x57, 0x37, 0x33, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x57, 0x1c, 0x1c, - 0x1c, 0x1c, 0x9b, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x7b, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0xbb, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0xbb, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x7b, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0xbb, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x7b, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x9b, 0x57, 0x37, 0x33, 0x33, 0x2f, 0x2f, 0x2f, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x33, 0x33, 0x37, 0x57, 0x7b, 0xdf, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xdf, 0x53, 0x0f, 0x2f, 0x2f, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0xdf, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x77, 0x0f, 0x2f, 0x2f, 0x2f, 0x2f, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x2f, 0x2f, 0x53, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xdf, 0x53, 0x2f, 0x2f, 0x2f, 0x2f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0xdf, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xdf, 0x53, 0x2f, 0x2f, 0x0f, 0x33, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x33, 0x0f, 0x0f, 0x2f, 0x53, 0xdf, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xbb, 0x77, 0x77, 0x77, 0x7b, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x77, 0x77, 0x77, 0x77, 0x9b, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x9b, 0x57, 0x37, 0x37, 0x37, 0x37, 0x37, 0x9b, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, - 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0xdf, 0x9b, 0x77, 0x77, 0x9b, 0xbf, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, -#endif -#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 0 - /*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit*/ - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x1f, 0x7e, 0x7f, 0x55, 0x7f, 0x55, 0xff, 0x75, 0x3f, 0xc7, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x1f, 0x7e, 0xbe, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0xdf, 0x6d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x7d, 0xb6, 0x3b, 0x7d, 0xdb, 0x64, 0x7c, 0x85, 0xbf, 0x65, 0xbe, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x9e, 0x1c, 0x7e, 0x55, 0x7c, 0x7d, 0xdb, 0x6c, 0x1b, 0x75, 0x5d, 0xb6, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x3a, 0x4c, 0x18, 0x0b, 0x18, 0x13, 0x18, 0x13, 0xdb, 0x13, 0xbe, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x24, 0xdb, 0x13, 0x18, 0x13, 0x18, 0x13, 0xf7, 0x0a, 0xf9, 0x3b, 0xde, 0xc6, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xfe, 0xce, 0xf9, 0x3b, 0x18, 0x0b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x9e, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x7d, 0x24, 0x79, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x18, 0x13, 0x78, 0x23, 0xfe, 0xce, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xdb, 0x6c, 0xf8, 0x0a, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x79, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x9a, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x18, 0x13, 0x19, 0x44, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x9e, 0xb6, 0x1a, 0x34, 0x59, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x99, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0xba, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x58, 0x1b, 0x59, 0x13, 0xde, 0xbe, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xff, 0xbe, 0x5f, 0x8e, 0x5e, 0x55, 0x7d, 0x24, 0x5c, 0x24, 0xfb, 0x1b, 0x79, 0x1b, 0x38, 0x1b, 0x59, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xbe, 0x24, 0x9a, 0x1b, 0x18, 0x13, 0x79, 0x1b, 0xfb, 0x1b, 0x3c, 0x24, 0x5d, 0x24, 0x3e, 0x4d, 0x3f, 0x86, 0xff, 0xb6, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x3f, 0x86, 0xfe, 0x34, 0x9e, 0x1c, 0xbe, 0x1c, 0xde, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0x7d, 0x24, 0xba, 0x1b, 0x38, 0x1b, 0x7d, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x5d, 0x24, 0x59, 0x1b, 0x99, 0x1b, 0x5d, 0x24, 0xde, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0xbe, 0x1c, 0x9e, 0x1c, 0xfe, 0x34, 0x1f, 0x7e, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x3f, 0x8e, 0xbe, 0x24, 0xbe, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x9e, 0x24, 0x99, 0x1b, 0xdb, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0xdb, 0x1b, 0x99, 0x1b, 0x7d, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x75, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x7d, 0x24, 0x79, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x9d, 0x24, 0xda, 0x1b, 0x5c, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x2c, 0x9f, 0x9e, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0x1f, 0x7e, 0x9e, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x5c, 0x24, 0x1c, 0x1c, 0xde, 0x24, 0xbe, 0x24, 0xbf, 0x1c, 0xbf, 0x1c, 0xbf, 0x1c, 0xbf, 0x1c, 0xbf, 0x24, 0xdf, 0x24, 0x3c, 0x24, 0x3c, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x9f, 0x5d, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0x5f, 0x45, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x1c, 0x1c, 0xbf, 0x1c, 0xbe, 0x24, 0xd6, 0x5c, 0xd2, 0x7c, 0xd2, 0x84, 0xd6, 0x64, 0xdd, 0x34, 0x9f, 0x14, 0x5d, 0x1c, 0x9e, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x5f, 0x4d, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0x1f, 0x3d, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x24, 0x90, 0x84, 0xc4, 0xe4, 0xc2, 0xf4, 0xc1, 0xfc, 0xc1, 0xfc, 0xc2, 0xf4, 0xc4, 0xe4, 0x8e, 0x94, 0x9c, 0x2c, 0xbf, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x3f, 0x45, 0x1f, 0xc7, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0x9f, 0x5d, 0xbe, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbd, 0x2c, 0xc8, 0xc4, 0xc1, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc8, 0xcc, 0xba, 0x44, 0xbf, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x5f, 0x4d, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0x5d, 0x5d, 0xbe, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x24, 0xc8, 0xc4, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0x01, 0xfd, 0x21, 0xfd, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xca, 0xbc, 0xbb, 0x3c, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0x5e, 0x55, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0x9c, 0x8d, 0x59, 0x13, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x1c, 0xd2, 0x7c, 0xc1, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0x82, 0xfd, 0x06, 0xff, 0x68, 0xff, 0x68, 0xff, 0x27, 0xff, 0xc3, 0xfd, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xd2, 0x84, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdb, 0x1b, 0xda, 0x6c, 0xe0, 0x07, - 0xe0, 0x07, 0x38, 0x13, 0x38, 0x1b, 0xda, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x1c, 0xc5, 0xe4, 0xc0, 0xfc, 0xc0, 0xfc, 0x62, 0xfd, 0x68, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x47, 0xff, 0xe3, 0xfd, 0xa0, 0xfc, 0xc0, 0xfc, 0xc6, 0xd4, 0xba, 0x44, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x3c, 0x24, 0x38, 0x13, 0x98, 0x2b, 0x3d, 0xae, - 0xbc, 0x95, 0x18, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0xda, 0x1b, 0x9e, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x1c, 0xd9, 0x4c, 0xc2, 0xf4, 0xc0, 0xfc, 0xc0, 0xfc, 0xe6, 0xfe, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x68, 0xff, 0xc6, 0xfe, 0x21, 0xfd, 0xa0, 0xfc, 0xc0, 0xfc, 0xd8, 0x54, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x9e, 0x24, 0x1c, 0x1c, 0x38, 0x1b, 0x38, 0x1b, 0x18, 0x0b, 0xfb, 0x6c, - 0xdb, 0x64, 0x38, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x58, 0x1b, 0xda, 0x1b, 0x3c, 0x24, 0x7d, 0x24, 0x9e, 0x24, 0xbe, 0x24, 0xbf, 0x1c, 0xd5, 0x6c, 0xc2, 0xf4, 0xc0, 0xfc, 0xe0, 0xfc, 0x68, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x27, 0xff, 0x82, 0xfd, 0xa0, 0xfc, 0xc0, 0xfc, 0xd5, 0x64, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x9d, 0x24, 0x5c, 0x24, 0xfb, 0x1b, 0x79, 0x1b, 0x18, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0x18, 0x13, 0x19, 0x44, - 0xdb, 0x64, 0x38, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x79, 0x1b, 0x9a, 0x1b, 0xfb, 0x1b, 0x1c, 0x1c, 0x5c, 0x24, 0x7d, 0x24, 0x9f, 0x1c, 0xb5, 0x6c, 0xc2, 0xf4, 0xc0, 0xfc, 0xe0, 0xfc, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x27, 0xff, 0x82, 0xfd, 0xa0, 0xfc, 0xc0, 0xfc, 0xb5, 0x64, 0xbe, 0x24, 0x7d, 0x24, 0x5c, 0x24, 0x1b, 0x1c, 0xdb, 0x1b, 0x9a, 0x1b, 0x79, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x18, 0x13, 0x19, 0x44, - 0xdc, 0x95, 0x18, 0x13, 0x38, 0x1b, 0x58, 0x1b, 0xda, 0x1b, 0x9d, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0xde, 0x24, 0xde, 0x24, 0xbf, 0x24, 0xd9, 0x4c, 0xc2, 0xf4, 0xc0, 0xfc, 0xc0, 0xfc, 0xe6, 0xfe, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x68, 0xff, 0xc6, 0xfe, 0x21, 0xfd, 0xa0, 0xfc, 0xc0, 0xfc, 0xd8, 0x54, 0xbf, 0x24, 0xde, 0x24, 0xde, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0x9e, 0x24, 0xdb, 0x1b, 0x58, 0x1b, 0x38, 0x1b, 0x18, 0x13, 0xfb, 0x6c, - 0xe0, 0x07, 0x58, 0x1b, 0x38, 0x13, 0xfb, 0x1b, 0xde, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x24, 0xc6, 0xdc, 0xc0, 0xfc, 0xc0, 0xfc, 0x82, 0xfd, 0x27, 0xff, 0x88, 0xff, 0x67, 0xff, 0x67, 0xff, 0x68, 0xff, 0x47, 0xff, 0xc3, 0xfd, 0xc0, 0xfc, 0xc0, 0xfc, 0xc7, 0xcc, 0xbb, 0x3c, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xbe, 0x24, 0x1b, 0x1c, 0x38, 0x13, 0x98, 0x23, 0x5d, 0xb6, - 0xe0, 0x07, 0xbc, 0x95, 0x99, 0x1b, 0xbe, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x1c, 0xd3, 0x74, 0xc0, 0xfc, 0xc0, 0xfc, 0xa0, 0xfc, 0xa3, 0xfd, 0xa5, 0xfe, 0x06, 0xff, 0x06, 0xff, 0xa5, 0xfe, 0xc3, 0xfd, 0xe0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xd2, 0x7c, 0xbe, 0x2c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xfb, 0x23, 0x3b, 0x7d, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0x1d, 0x55, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xcc, 0xac, 0xc0, 0xfc, 0xc0, 0xfc, 0xa0, 0xfc, 0x01, 0xfd, 0x62, 0xfd, 0x62, 0xfd, 0x21, 0xfd, 0xa0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xca, 0xb4, 0xbc, 0x3c, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x3e, 0x4d, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0x7f, 0x55, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x24, 0xbc, 0x34, 0xcd, 0xa4, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xa0, 0xfc, 0xa0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xcb, 0xb4, 0xba, 0x44, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x7f, 0x55, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0x1e, 0x3d, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x24, 0x9c, 0x34, 0x73, 0x6c, 0xc9, 0xbc, 0xc2, 0xf4, 0xc0, 0xfc, 0xc0, 0xfc, 0xc1, 0xfc, 0xc8, 0xc4, 0x92, 0x7c, 0x9b, 0x34, 0xdf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x3f, 0x45, 0x3f, 0xcf, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0x5f, 0x4d, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xfb, 0x1b, 0xbe, 0x24, 0xbb, 0x3c, 0xb9, 0x4c, 0xb7, 0x5c, 0xb7, 0x5c, 0xb8, 0x4c, 0xdb, 0x3c, 0x9d, 0x24, 0x5d, 0x1c, 0x9e, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x5f, 0x4d, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xff, 0x7d, 0x9e, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x1b, 0x1c, 0x3c, 0x24, 0xbe, 0x24, 0xbf, 0x24, 0xbf, 0x24, 0xbf, 0x24, 0xbf, 0x24, 0xbf, 0x24, 0xbf, 0x24, 0xdf, 0x24, 0x3c, 0x1c, 0x3c, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0x9f, 0x5d, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xbe, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x7d, 0x24, 0x79, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x9e, 0x24, 0xba, 0x1b, 0x5d, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xfe, 0x2c, 0x9f, 0x9e, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x7f, 0x96, 0x9e, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x9e, 0x24, 0x59, 0x1b, 0xfb, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0xfb, 0x1b, 0x79, 0x1b, 0x7d, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x6d, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x7f, 0x96, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x7d, 0x24, 0x79, 0x1b, 0x18, 0x13, 0x7d, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x5d, 0x24, 0x79, 0x1b, 0x79, 0x1b, 0x7d, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xdf, 0x75, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x3f, 0x8e, 0x3e, 0x4d, 0x9e, 0x24, 0x5d, 0x24, 0xdb, 0x1b, 0x58, 0x1b, 0x38, 0x1b, 0x59, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xbe, 0x24, 0x9a, 0x1b, 0x38, 0x1b, 0x58, 0x1b, 0xdb, 0x1b, 0x7d, 0x24, 0xbe, 0x24, 0x1e, 0x3d, 0xff, 0x75, 0x3f, 0xcf, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xbe, 0xc6, 0xd9, 0x33, 0x18, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x9a, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0xba, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x18, 0x13, 0xde, 0xce, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xfb, 0x6c, 0x18, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x79, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x9a, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x13, 0x19, 0x3c, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xde, 0xc6, 0x19, 0x44, 0x38, 0x13, 0x38, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0x9e, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x7d, 0x24, 0x79, 0x1b, 0x38, 0x1b, 0x38, 0x13, 0x18, 0x13, 0x99, 0x2b, 0xde, 0xce, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x9e, 0xbe, 0x5a, 0x4c, 0x78, 0x23, 0x38, 0x13, 0x17, 0x13, 0xfb, 0x1b, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xfb, 0x1b, 0x38, 0x13, 0x18, 0x13, 0x78, 0x23, 0xf9, 0x3b, 0x9d, 0xbe, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xfc, 0x9d, 0xdb, 0x6c, 0x9a, 0x5c, 0x1b, 0x6d, 0xbf, 0x65, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x7f, 0x55, 0x3c, 0x6d, 0x9a, 0x5c, 0xdb, 0x64, 0xbc, 0x95, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0x1f, 0x7e, 0x1e, 0x3d, 0x9e, 0x1c, 0xbe, 0x1c, 0xbe, 0x1c, 0xbe, 0x1c, 0xfe, 0x34, 0xff, 0x75, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, - 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xff, 0xbe, 0x3f, 0x86, 0x9f, 0x5d, 0x7f, 0x55, 0xff, 0x7d, 0xdf, 0xb6, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, -#endif -#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP != 0 - /*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit BUT the 2 bytes are swapped*/ - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x7e, 0x1f, 0x55, 0x7f, 0x55, 0x7f, 0x75, 0xff, 0xc7, 0x3f, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x7e, 0x1f, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0xbe, 0x6d, 0xdf, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xb6, 0x7d, 0x7d, 0x3b, 0x64, 0xdb, 0x85, 0x7c, 0x65, 0xbf, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0x9e, 0x55, 0x7e, 0x7d, 0x7c, 0x6c, 0xdb, 0x75, 0x1b, 0xb6, 0x5d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x4c, 0x3a, 0x0b, 0x18, 0x13, 0x18, 0x13, 0x18, 0x13, 0xdb, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x13, 0xdb, 0x13, 0x18, 0x13, 0x18, 0x0a, 0xf7, 0x3b, 0xf9, 0xc6, 0xde, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xce, 0xfe, 0x3b, 0xf9, 0x0b, 0x18, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x24, 0x9e, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x7d, 0x1b, 0x79, 0x1b, 0x38, 0x1b, 0x38, 0x13, 0x18, 0x23, 0x78, 0xce, 0xfe, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x6c, 0xdb, 0x0a, 0xf8, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x79, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x1b, 0x9a, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x13, 0x18, 0x44, 0x19, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xb6, 0x9e, 0x34, 0x1a, 0x13, 0x59, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x99, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x1b, 0xba, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x58, 0x13, 0x59, 0xbe, 0xde, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xbe, 0xff, 0x8e, 0x5f, 0x55, 0x5e, 0x24, 0x7d, 0x24, 0x5c, 0x1b, 0xfb, 0x1b, 0x79, 0x1b, 0x38, 0x1b, 0x59, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xbe, 0x1b, 0x9a, 0x13, 0x18, 0x1b, 0x79, 0x1b, 0xfb, 0x24, 0x3c, 0x24, 0x5d, 0x4d, 0x3e, 0x86, 0x3f, 0xb6, 0xff, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x86, 0x3f, 0x34, 0xfe, 0x1c, 0x9e, 0x1c, 0xbe, 0x24, 0xde, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0x7d, 0x1b, 0xba, 0x1b, 0x38, 0x24, 0x7d, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x5d, 0x1b, 0x59, 0x1b, 0x99, 0x24, 0x5d, 0x24, 0xde, 0x24, 0xdf, 0x24, 0xdf, 0x1c, 0xbe, 0x1c, 0x9e, 0x34, 0xfe, 0x7e, 0x1f, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x8e, 0x3f, 0x24, 0xbe, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x9e, 0x1b, 0x99, 0x1b, 0xdb, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x1b, 0xdb, 0x1b, 0x99, 0x24, 0x7d, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x75, 0xdf, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x7d, 0x1b, 0x79, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x9d, 0x1b, 0xda, 0x24, 0x5c, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x2c, 0xde, 0x9e, 0x9f, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x7e, 0x1f, 0x1c, 0x9e, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x5c, 0x1c, 0x1c, 0x24, 0xde, 0x24, 0xbe, 0x1c, 0xbf, 0x1c, 0xbf, 0x1c, 0xbf, 0x1c, 0xbf, 0x24, 0xbf, 0x24, 0xdf, 0x24, 0x3c, 0x24, 0x3c, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x5d, 0x9f, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x45, 0x5f, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0x1c, 0x1c, 0xbf, 0x24, 0xbe, 0x5c, 0xd6, 0x7c, 0xd2, 0x84, 0xd2, 0x64, 0xd6, 0x34, 0xdd, 0x14, 0x9f, 0x1c, 0x5d, 0x24, 0x9e, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x4d, 0x5f, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x3d, 0x1f, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x84, 0x90, 0xe4, 0xc4, 0xf4, 0xc2, 0xfc, 0xc1, 0xfc, 0xc1, 0xf4, 0xc2, 0xe4, 0xc4, 0x94, 0x8e, 0x2c, 0x9c, 0x1c, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x45, 0x3f, 0xc7, 0x1f, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x5d, 0x9f, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x2c, 0xbd, 0xc4, 0xc8, 0xfc, 0xc1, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xcc, 0xc8, 0x44, 0xba, 0x1c, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x4d, 0x5f, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x5d, 0x5d, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0xc4, 0xc8, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfd, 0x01, 0xfd, 0x21, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xbc, 0xca, 0x3c, 0xbb, 0x24, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0xbe, 0x55, 0x5e, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x8d, 0x9c, 0x13, 0x59, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0xbf, 0x7c, 0xd2, 0xfc, 0xc1, 0xfc, 0xc0, 0xfc, 0xc0, 0xfd, 0x82, 0xff, 0x06, 0xff, 0x68, 0xff, 0x68, 0xff, 0x27, 0xfd, 0xc3, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0x84, 0xd2, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1b, 0xdb, 0x6c, 0xda, 0x07, 0xe0, - 0x07, 0xe0, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0xda, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0xbf, 0xe4, 0xc5, 0xfc, 0xc0, 0xfc, 0xc0, 0xfd, 0x62, 0xff, 0x68, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x47, 0xfd, 0xe3, 0xfc, 0xa0, 0xfc, 0xc0, 0xd4, 0xc6, 0x44, 0xba, 0x24, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x3c, 0x13, 0x38, 0x2b, 0x98, 0xae, 0x3d, - 0x95, 0xbc, 0x13, 0x18, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0xda, 0x24, 0x9e, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0xbf, 0x4c, 0xd9, 0xf4, 0xc2, 0xfc, 0xc0, 0xfc, 0xc0, 0xfe, 0xe6, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x68, 0xfe, 0xc6, 0xfd, 0x21, 0xfc, 0xa0, 0xfc, 0xc0, 0x54, 0xd8, 0x24, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x9e, 0x1c, 0x1c, 0x1b, 0x38, 0x1b, 0x38, 0x0b, 0x18, 0x6c, 0xfb, - 0x64, 0xdb, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x58, 0x1b, 0xda, 0x24, 0x3c, 0x24, 0x7d, 0x24, 0x9e, 0x24, 0xbe, 0x1c, 0xbf, 0x6c, 0xd5, 0xf4, 0xc2, 0xfc, 0xc0, 0xfc, 0xe0, 0xff, 0x68, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x27, 0xfd, 0x82, 0xfc, 0xa0, 0xfc, 0xc0, 0x64, 0xd5, 0x24, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0x9d, 0x24, 0x5c, 0x1b, 0xfb, 0x1b, 0x79, 0x13, 0x18, 0x1b, 0x38, 0x1b, 0x38, 0x13, 0x18, 0x44, 0x19, - 0x64, 0xdb, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x79, 0x1b, 0x9a, 0x1b, 0xfb, 0x1c, 0x1c, 0x24, 0x5c, 0x24, 0x7d, 0x1c, 0x9f, 0x6c, 0xb5, 0xf4, 0xc2, 0xfc, 0xc0, 0xfc, 0xe0, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x27, 0xfd, 0x82, 0xfc, 0xa0, 0xfc, 0xc0, 0x64, 0xb5, 0x24, 0xbe, 0x24, 0x7d, 0x24, 0x5c, 0x1c, 0x1b, 0x1b, 0xdb, 0x1b, 0x9a, 0x1b, 0x79, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x13, 0x18, 0x44, 0x19, - 0x95, 0xdc, 0x13, 0x18, 0x1b, 0x38, 0x1b, 0x58, 0x1b, 0xda, 0x24, 0x9d, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0xde, 0x24, 0xde, 0x24, 0xbf, 0x4c, 0xd9, 0xf4, 0xc2, 0xfc, 0xc0, 0xfc, 0xc0, 0xfe, 0xe6, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x67, 0xff, 0x68, 0xfe, 0xc6, 0xfd, 0x21, 0xfc, 0xa0, 0xfc, 0xc0, 0x54, 0xd8, 0x24, 0xbf, 0x24, 0xde, 0x24, 0xde, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0xdf, 0x24, 0x9e, 0x1b, 0xdb, 0x1b, 0x58, 0x1b, 0x38, 0x13, 0x18, 0x6c, 0xfb, - 0x07, 0xe0, 0x1b, 0x58, 0x13, 0x38, 0x1b, 0xfb, 0x24, 0xde, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0xdc, 0xc6, 0xfc, 0xc0, 0xfc, 0xc0, 0xfd, 0x82, 0xff, 0x27, 0xff, 0x88, 0xff, 0x67, 0xff, 0x67, 0xff, 0x68, 0xff, 0x47, 0xfd, 0xc3, 0xfc, 0xc0, 0xfc, 0xc0, 0xcc, 0xc7, 0x3c, 0xbb, 0x24, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xbe, 0x1c, 0x1b, 0x13, 0x38, 0x23, 0x98, 0xb6, 0x5d, - 0x07, 0xe0, 0x95, 0xbc, 0x1b, 0x99, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0xbf, 0x74, 0xd3, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xa0, 0xfd, 0xa3, 0xfe, 0xa5, 0xff, 0x06, 0xff, 0x06, 0xfe, 0xa5, 0xfd, 0xc3, 0xfc, 0xe0, 0xfc, 0xc0, 0xfc, 0xc0, 0x7c, 0xd2, 0x2c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xbe, 0x23, 0xfb, 0x7d, 0x3b, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x55, 0x1d, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0xac, 0xcc, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xa0, 0xfd, 0x01, 0xfd, 0x62, 0xfd, 0x62, 0xfd, 0x21, 0xfc, 0xa0, 0xfc, 0xc0, 0xfc, 0xc0, 0xb4, 0xca, 0x3c, 0xbc, 0x24, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x4d, 0x3e, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x55, 0x7f, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x34, 0xbc, 0xa4, 0xcd, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xa0, 0xfc, 0xa0, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc0, 0xb4, 0xcb, 0x44, 0xba, 0x24, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x55, 0x7f, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x3d, 0x1e, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbf, 0x34, 0x9c, 0x6c, 0x73, 0xbc, 0xc9, 0xf4, 0xc2, 0xfc, 0xc0, 0xfc, 0xc0, 0xfc, 0xc1, 0xc4, 0xc8, 0x7c, 0x92, 0x34, 0x9b, 0x24, 0xdf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x45, 0x3f, 0xcf, 0x3f, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x4d, 0x5f, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x1b, 0xfb, 0x24, 0xbe, 0x3c, 0xbb, 0x4c, 0xb9, 0x5c, 0xb7, 0x5c, 0xb7, 0x4c, 0xb8, 0x3c, 0xdb, 0x24, 0x9d, 0x1c, 0x5d, 0x24, 0x9e, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x4d, 0x5f, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x7d, 0xff, 0x1c, 0x9e, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x1c, 0x1b, 0x24, 0x3c, 0x24, 0xbe, 0x24, 0xbf, 0x24, 0xbf, 0x24, 0xbf, 0x24, 0xbf, 0x24, 0xbf, 0x24, 0xbf, 0x24, 0xdf, 0x1c, 0x3c, 0x24, 0x3c, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1c, 0xbe, 0x5d, 0x9f, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x1c, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x7d, 0x1b, 0x79, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x9e, 0x1b, 0xba, 0x24, 0x5d, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x2c, 0xfe, 0x9e, 0x9f, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x96, 0x7f, 0x1c, 0x9e, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x9e, 0x1b, 0x59, 0x1b, 0xfb, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x1b, 0xfb, 0x1b, 0x79, 0x24, 0x7d, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x6d, 0xbf, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x96, 0x7f, 0x24, 0xde, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x7d, 0x1b, 0x79, 0x13, 0x18, 0x24, 0x7d, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x24, 0x5d, 0x1b, 0x79, 0x1b, 0x79, 0x24, 0x7d, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x75, 0xdf, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x8e, 0x3f, 0x4d, 0x3e, 0x24, 0x9e, 0x24, 0x5d, 0x1b, 0xdb, 0x1b, 0x58, 0x1b, 0x38, 0x1b, 0x59, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0xbe, 0x1b, 0x9a, 0x1b, 0x38, 0x1b, 0x58, 0x1b, 0xdb, 0x24, 0x7d, 0x24, 0xbe, 0x3d, 0x1e, 0x75, 0xff, 0xcf, 0x3f, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xc6, 0xbe, 0x33, 0xd9, 0x13, 0x18, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x9a, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xdf, 0x1b, 0xba, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x13, 0x18, 0xce, 0xde, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x6c, 0xfb, 0x13, 0x18, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x79, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x1b, 0x9a, 0x1b, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x13, 0x38, 0x3c, 0x19, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xc6, 0xde, 0x44, 0x19, 0x13, 0x38, 0x13, 0x38, 0x1b, 0x38, 0x1b, 0x38, 0x24, 0x9e, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x24, 0x7d, 0x1b, 0x79, 0x1b, 0x38, 0x13, 0x38, 0x13, 0x18, 0x2b, 0x99, 0xce, 0xde, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xbe, 0x9e, 0x4c, 0x5a, 0x23, 0x78, 0x13, 0x38, 0x13, 0x17, 0x1b, 0xfb, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xde, 0x1b, 0xfb, 0x13, 0x38, 0x13, 0x18, 0x23, 0x78, 0x3b, 0xf9, 0xbe, 0x9d, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x9d, 0xfc, 0x6c, 0xdb, 0x5c, 0x9a, 0x6d, 0x1b, 0x65, 0xbf, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x24, 0xbe, 0x55, 0x7f, 0x6d, 0x3c, 0x5c, 0x9a, 0x64, 0xdb, 0x95, 0xbc, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x7e, 0x1f, 0x3d, 0x1e, 0x1c, 0x9e, 0x1c, 0xbe, 0x1c, 0xbe, 0x1c, 0xbe, 0x34, 0xfe, 0x75, 0xff, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, - 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0xbe, 0xff, 0x86, 0x3f, 0x5d, 0x9f, 0x55, 0x7f, 0x7d, 0xff, 0xb6, 0xdf, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xe0, -#endif -#if LV_COLOR_DEPTH == 32 - /*Pixel format: Fix 0xFF: 8 bit, Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf8, 0xc1, 0x7c, 0xff, 0xf6, 0xad, 0x50, 0xff, 0xf6, 0xab, 0x4d, 0xff, 0xf8, 0xbd, 0x73, 0xff, 0xfc, 0xe3, 0xc2, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf8, 0xbf, 0x77, 0xff, 0xf2, 0x93, 0x1a, 0xff, 0xf3, 0x94, 0x1d, 0xff, 0xf3, 0x95, 0x1f, 0xff, 0xf3, 0x95, 0x1f, 0xff, 0xf3, 0x94, 0x1d, 0xff, 0xf3, 0x93, 0x1b, 0xff, 0xf7, 0xb7, 0x67, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xeb, 0xcd, 0xb4, 0xff, 0xdb, 0xa6, 0x77, 0xff, 0xd6, 0x99, 0x64, 0xff, 0xdf, 0xac, 0x7d, 0xff, 0xf6, 0xb3, 0x5f, 0xff, 0xf3, 0x93, 0x1b, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x92, 0x18, 0xff, 0xf4, 0xad, 0x54, 0xff, 0xe2, 0xad, 0x7a, 0xff, 0xd5, 0x9a, 0x65, 0xff, 0xda, 0xa2, 0x73, 0xff, 0xea, 0xca, 0xaf, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xcd, 0x85, 0x46, 0xff, 0xbd, 0x5f, 0x0b, 0xff, 0xbe, 0x60, 0x0d, 0xff, 0xbd, 0x5f, 0x0e, 0xff, 0xd8, 0x79, 0x13, 0xff, 0xf2, 0x93, 0x1c, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf5, 0x96, 0x1d, 0xff, 0xda, 0x7a, 0x14, 0xff, 0xc0, 0x62, 0x0f, 0xff, 0xbe, 0x60, 0x0d, 0xff, 0xbc, 0x5b, 0x06, 0xff, 0xca, 0x7d, 0x39, 0xff, 0xef, 0xd8, 0xc4, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf0, 0xdb, 0xc9, 0xff, 0xc9, 0x7c, 0x37, 0xff, 0xbd, 0x5f, 0x0c, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xef, 0x92, 0x20, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xeb, 0x8e, 0x1f, 0xff, 0xca, 0x6e, 0x17, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbe, 0x61, 0x0f, 0xff, 0xc3, 0x6b, 0x1e, 0xff, 0xf1, 0xdb, 0xc8, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xd5, 0x99, 0x65, 0xff, 0xbd, 0x5e, 0x0b, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc9, 0x6e, 0x18, 0xff, 0xf1, 0x94, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x22, 0xff, 0xce, 0x72, 0x19, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbe, 0x61, 0x10, 0xff, 0xcb, 0x80, 0x3e, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf1, 0xd1, 0xb1, 0xff, 0xd1, 0x7f, 0x33, 0xff, 0xc5, 0x68, 0x12, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xcc, 0x71, 0x18, 0xff, 0xf1, 0x94, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf5, 0x98, 0x22, 0xff, 0xd0, 0x74, 0x19, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc4, 0x69, 0x16, 0xff, 0xc6, 0x67, 0x10, 0xff, 0xf3, 0xd8, 0xbc, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xfc, 0xde, 0xb8, 0xff, 0xfa, 0xc7, 0x87, 0xff, 0xf2, 0xa8, 0x4e, 0xff, 0xe8, 0x8c, 0x20, 0xff, 0xe3, 0x87, 0x1d, 0xff, 0xda, 0x7e, 0x1b, 0xff, 0xca, 0x6e, 0x17, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc5, 0x6a, 0x16, 0xff, 0xf1, 0x94, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf1, 0x94, 0x20, 0xff, 0xcd, 0x71, 0x18, 0xff, 0xbd, 0x62, 0x14, 0xff, 0xc8, 0x6c, 0x17, 0xff, 0xd6, 0x7b, 0x1b, 0xff, 0xe1, 0x84, 0x1d, 0xff, 0xe5, 0x88, 0x1d, 0xff, 0xf0, 0xa5, 0x4b, 0xff, 0xf9, 0xc5, 0x84, 0xff, 0xfb, 0xdc, 0xb4, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf9, 0xc5, 0x83, 0xff, 0xf4, 0x9e, 0x32, 0xff, 0xf2, 0x91, 0x16, 0xff, 0xf3, 0x94, 0x1b, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf5, 0x98, 0x22, 0xff, 0xf5, 0x98, 0x22, 0xff, 0xea, 0x8d, 0x1f, 0xff, 0xce, 0x73, 0x18, 0xff, 0xbe, 0x63, 0x15, 0xff, 0xea, 0x8d, 0x1f, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf5, 0x98, 0x21, 0xff, 0xe6, 0x89, 0x1e, 0xff, 0xc5, 0x69, 0x16, 0xff, 0xcb, 0x70, 0x17, 0xff, 0xe5, 0x88, 0x1e, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf5, 0x98, 0x21, 0xff, 0xf5, 0x98, 0x21, 0xff, 0xf3, 0x94, 0x1c, 0xff, 0xf2, 0x91, 0x16, 0xff, 0xf4, 0x9c, 0x2e, 0xff, 0xf8, 0xc1, 0x7b, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf9, 0xc5, 0x85, 0xff, 0xf3, 0x95, 0x1f, 0xff, 0xf3, 0x94, 0x1c, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf5, 0x98, 0x22, 0xff, 0xed, 0x90, 0x20, 0xff, 0xca, 0x6f, 0x17, 0xff, 0xd6, 0x7a, 0x1a, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf6, 0x99, 0x22, 0xff, 0xd6, 0x7a, 0x1b, 0xff, 0xcb, 0x70, 0x18, 0xff, 0xe8, 0x8c, 0x1e, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x95, 0x1e, 0xff, 0xf3, 0x95, 0x1f, 0xff, 0xf7, 0xba, 0x6d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf3, 0x97, 0x22, 0xff, 0xf3, 0x95, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf5, 0x98, 0x21, 0xff, 0xea, 0x8e, 0x1f, 0xff, 0xc8, 0x6d, 0x17, 0xff, 0xf0, 0x93, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xec, 0x8f, 0x20, 0xff, 0xd2, 0x77, 0x1a, 0xff, 0xe3, 0x87, 0x1d, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x95, 0x1f, 0xff, 0xf3, 0x9a, 0x29, 0xff, 0xfa, 0xcf, 0x99, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf8, 0xc1, 0x7b, 0xff, 0xf2, 0x92, 0x18, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xe3, 0x87, 0x1d, 0xff, 0xdd, 0x81, 0x1c, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf4, 0x96, 0x20, 0xff, 0xf9, 0x96, 0x1b, 0xff, 0xfc, 0x96, 0x18, 0xff, 0xfd, 0x96, 0x18, 0xff, 0xfa, 0x96, 0x1b, 0xff, 0xf5, 0x96, 0x1f, 0xff, 0xf5, 0x98, 0x22, 0xff, 0xdf, 0x83, 0x1d, 0xff, 0xdf, 0x83, 0x1d, 0xff, 0xf2, 0x95, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x94, 0x1d, 0xff, 0xf6, 0xb1, 0x5a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf5, 0xa7, 0x44, 0xff, 0xf3, 0x94, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xdd, 0x80, 0x1b, 0xff, 0xf9, 0x93, 0x19, 0xff, 0xf2, 0x96, 0x22, 0xff, 0xb4, 0x97, 0x5b, 0xff, 0x90, 0x97, 0x7b, 0xff, 0x8e, 0x97, 0x7d, 0xff, 0xae, 0x97, 0x61, 0xff, 0xe7, 0x97, 0x2d, 0xff, 0xf8, 0x8f, 0x14, 0xff, 0xe5, 0x87, 0x1c, 0xff, 0xee, 0x92, 0x20, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x94, 0x1d, 0xff, 0xf5, 0xa7, 0x45, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf5, 0xa1, 0x3a, 0xff, 0xf3, 0x95, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x96, 0x20, 0xff, 0xf5, 0x94, 0x1e, 0xff, 0x7d, 0x8f, 0x83, 0xff, 0x20, 0x98, 0xe3, 0xff, 0x10, 0x98, 0xf1, 0xff, 0x0b, 0x98, 0xf5, 0xff, 0x0b, 0x98, 0xf5, 0xff, 0x0e, 0x98, 0xf2, 0xff, 0x20, 0x98, 0xe3, 0xff, 0x71, 0x91, 0x91, 0xff, 0xde, 0x90, 0x2c, 0xff, 0xfa, 0x96, 0x1b, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x95, 0x1e, 0xff, 0xf5, 0xa4, 0x3e, 0xff, 0xfc, 0xe2, 0xc0, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf6, 0xb0, 0x57, 0xff, 0xf3, 0x94, 0x1c, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x96, 0x20, 0xff, 0xeb, 0x96, 0x28, 0xff, 0x42, 0x98, 0xc4, 0xff, 0x05, 0x97, 0xfa, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x97, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x40, 0x97, 0xc5, 0xff, 0xce, 0x96, 0x44, 0xff, 0xf9, 0x96, 0x1c, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x94, 0x1d, 0xff, 0xf5, 0xa9, 0x49, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xec, 0xa9, 0x5a, 0xff, 0xf3, 0x94, 0x1c, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf8, 0x96, 0x1d, 0xff, 0x44, 0x98, 0xc1, 0xff, 0x02, 0x98, 0xfe, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x07, 0xa2, 0xff, 0xff, 0x09, 0xa5, 0xff, 0xff, 0x01, 0x9a, 0xff, 0xff, 0x00, 0x97, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x4d, 0x97, 0xb9, 0xff, 0xd8, 0x96, 0x3a, 0xff, 0xf6, 0x96, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x94, 0x1c, 0xff, 0xf3, 0xaa, 0x50, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0xe0, 0xb1, 0x89, 0xff, 0xc6, 0x67, 0x0f, 0xff, 0xf2, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xfb, 0x96, 0x1a, 0xff, 0x91, 0x97, 0x7c, 0xff, 0x06, 0x98, 0xf9, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x99, 0xff, 0xff, 0x10, 0xaf, 0xff, 0xff, 0x34, 0xe1, 0xff, 0xff, 0x3d, 0xee, 0xff, 0xff, 0x3d, 0xed, 0xff, 0xff, 0x36, 0xe4, 0xff, 0xff, 0x18, 0xb9, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x8f, 0x97, 0x7d, 0xff, 0xf1, 0x96, 0x23, 0xff, 0xf4, 0x96, 0x20, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf0, 0x93, 0x20, 0xff, 0xd7, 0x7a, 0x17, 0xff, 0xd4, 0x9a, 0x68, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0xbf, 0x63, 0x12, 0xff, 0xc1, 0x66, 0x15, 0xff, 0xd4, 0x78, 0x1a, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x96, 0x20, 0xff, 0xf8, 0x96, 0x1c, 0xff, 0x25, 0x98, 0xde, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x0f, 0xae, 0xff, 0xff, 0x3d, 0xee, 0xff, 0xff, 0x3b, 0xec, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3c, 0xec, 0xff, 0xff, 0x3a, 0xe9, 0xff, 0xff, 0x1b, 0xbe, 0xff, 0xff, 0x00, 0x96, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x32, 0x97, 0xd0, 0xff, 0xd2, 0x96, 0x40, 0xff, 0xf6, 0x96, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf2, 0x95, 0x21, 0xff, 0xe1, 0x85, 0x1d, 0xff, 0xbf, 0x63, 0x12, 0xff, 0xc4, 0x70, 0x26, 0xff, 0xe7, 0xc6, 0xa8, 0xff, - 0xe1, 0xb4, 0x8d, 0xff, 0xbf, 0x62, 0x10, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x66, 0x15, 0xff, 0xd3, 0x77, 0x1a, 0xff, 0xee, 0x91, 0x20, 0xff, 0xf1, 0x94, 0x20, 0xff, 0xf2, 0x95, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf8, 0x96, 0x1c, 0xff, 0xc5, 0x97, 0x4c, 0xff, 0x12, 0x98, 0xef, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x31, 0xde, 0xff, 0xff, 0x3c, 0xec, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3d, 0xee, 0xff, 0xff, 0x2e, 0xd8, 0xff, 0xff, 0x0b, 0xa6, 0xff, 0xff, 0x00, 0x96, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0xbe, 0x97, 0x52, 0xff, 0xf7, 0x96, 0x1d, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf2, 0x95, 0x21, 0xff, 0xf1, 0x94, 0x20, 0xff, 0xee, 0x91, 0x20, 0xff, 0xdd, 0x81, 0x1c, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbd, 0x5f, 0x0b, 0xff, 0xd7, 0x9d, 0x69, 0xff, - 0xd5, 0x98, 0x62, 0xff, 0xbf, 0x63, 0x12, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbe, 0x63, 0x15, 0xff, 0xc2, 0x67, 0x16, 0xff, 0xd3, 0x77, 0x1a, 0xff, 0xdf, 0x84, 0x1d, 0xff, 0xe9, 0x8c, 0x1f, 0xff, 0xef, 0x92, 0x20, 0xff, 0xf2, 0x95, 0x21, 0xff, 0xfa, 0x96, 0x1a, 0xff, 0xa7, 0x97, 0x67, 0xff, 0x0e, 0x98, 0xf2, 0xff, 0x00, 0x98, 0xff, 0xff, 0x04, 0x9d, 0xff, 0xff, 0x3d, 0xed, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3c, 0xec, 0xff, 0xff, 0x36, 0xe3, 0xff, 0xff, 0x13, 0xb2, 0xff, 0xff, 0x00, 0x95, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0xac, 0x97, 0x61, 0xff, 0xf5, 0x96, 0x1f, 0xff, 0xf2, 0x95, 0x21, 0xff, 0xef, 0x93, 0x20, 0xff, 0xec, 0x8f, 0x1f, 0xff, 0xe4, 0x87, 0x1e, 0xff, 0xd7, 0x7b, 0x1a, 0xff, 0xc8, 0x6d, 0x17, 0xff, 0xbd, 0x62, 0x14, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbf, 0x62, 0x11, 0xff, 0xcb, 0x80, 0x3d, 0xff, - 0xd6, 0x98, 0x63, 0xff, 0xbf, 0x63, 0x12, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc1, 0x66, 0x15, 0xff, 0xc8, 0x6d, 0x17, 0xff, 0xce, 0x72, 0x18, 0xff, 0xd6, 0x7b, 0x1b, 0xff, 0xdd, 0x81, 0x1c, 0xff, 0xe3, 0x87, 0x1d, 0xff, 0xea, 0x8d, 0x1f, 0xff, 0xf6, 0x91, 0x19, 0xff, 0xa6, 0x96, 0x66, 0xff, 0x0e, 0x98, 0xf2, 0xff, 0x00, 0x98, 0xff, 0xff, 0x04, 0x9d, 0xff, 0xff, 0x3b, 0xec, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3c, 0xec, 0xff, 0xff, 0x36, 0xe3, 0xff, 0xff, 0x13, 0xb2, 0xff, 0xff, 0x00, 0x95, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0xab, 0x95, 0x62, 0xff, 0xf1, 0x93, 0x1f, 0xff, 0xeb, 0x8e, 0x1e, 0xff, 0xe3, 0x87, 0x1e, 0xff, 0xdc, 0x80, 0x1c, 0xff, 0xd5, 0x79, 0x1a, 0xff, 0xcd, 0x72, 0x18, 0xff, 0xc7, 0x6c, 0x17, 0xff, 0xc1, 0x66, 0x15, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbf, 0x62, 0x10, 0xff, 0xcc, 0x82, 0x40, 0xff, - 0xe1, 0xb7, 0x91, 0xff, 0xbe, 0x60, 0x0e, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc2, 0x67, 0x16, 0xff, 0xd4, 0x79, 0x1a, 0xff, 0xec, 0x90, 0x20, 0xff, 0xf7, 0x9a, 0x22, 0xff, 0xf6, 0x99, 0x22, 0xff, 0xf5, 0x98, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf8, 0x96, 0x1d, 0xff, 0xc8, 0x97, 0x49, 0xff, 0x11, 0x98, 0xef, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x97, 0xff, 0xff, 0x30, 0xdb, 0xff, 0xff, 0x3c, 0xed, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3b, 0xeb, 0xff, 0xff, 0x3d, 0xee, 0xff, 0xff, 0x2e, 0xd8, 0xff, 0xff, 0x0a, 0xa5, 0xff, 0xff, 0x00, 0x96, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0xbf, 0x97, 0x51, 0xff, 0xf7, 0x96, 0x1d, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf5, 0x98, 0x21, 0xff, 0xf6, 0x99, 0x22, 0xff, 0xf6, 0x99, 0x22, 0xff, 0xed, 0x90, 0x20, 0xff, 0xd6, 0x7a, 0x1b, 0xff, 0xc3, 0x68, 0x16, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xbe, 0x60, 0x0e, 0xff, 0xd7, 0x9b, 0x68, 0xff, - 0x00, 0xff, 0x00, 0xff, 0xc2, 0x6a, 0x1c, 0xff, 0xc0, 0x64, 0x13, 0xff, 0xd8, 0x7c, 0x1b, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x96, 0x20, 0xff, 0xf6, 0x96, 0x1f, 0xff, 0x2e, 0x98, 0xd5, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x11, 0xb0, 0xff, 0xff, 0x37, 0xe5, 0xff, 0xff, 0x3d, 0xef, 0xff, 0xff, 0x3c, 0xed, 0xff, 0xff, 0x3c, 0xed, 0xff, 0xff, 0x3d, 0xee, 0xff, 0xff, 0x38, 0xe7, 0xff, 0xff, 0x19, 0xba, 0xff, 0xff, 0x00, 0x97, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x39, 0x98, 0xcb, 0xff, 0xd5, 0x96, 0x3c, 0xff, 0xf6, 0x96, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xdc, 0x80, 0x1c, 0xff, 0xc0, 0x63, 0x11, 0xff, 0xc4, 0x6f, 0x24, 0xff, 0xe9, 0xca, 0xad, 0xff, - 0x00, 0xff, 0x00, 0xff, 0xe1, 0xb5, 0x8f, 0xff, 0xcc, 0x71, 0x19, 0xff, 0xf2, 0x95, 0x20, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xfd, 0x96, 0x18, 0xff, 0x99, 0x97, 0x73, 0xff, 0x02, 0x98, 0xfd, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x96, 0xff, 0xff, 0x15, 0xb5, 0xff, 0xff, 0x2a, 0xd3, 0xff, 0xff, 0x33, 0xdf, 0xff, 0xff, 0x33, 0xe0, 0xff, 0xff, 0x2c, 0xd5, 0xff, 0xff, 0x18, 0xb9, 0xff, 0xff, 0x02, 0x9b, 0xff, 0xff, 0x00, 0x97, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x91, 0x97, 0x7b, 0xff, 0xef, 0x96, 0x25, 0xff, 0xf4, 0x96, 0x20, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf0, 0x93, 0x1f, 0xff, 0xd6, 0x7c, 0x20, 0xff, 0xd8, 0xa4, 0x77, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xeb, 0xa2, 0x4e, 0xff, 0xf4, 0x95, 0x1d, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x96, 0x20, 0xff, 0xf2, 0x96, 0x23, 0xff, 0x5e, 0x97, 0xaa, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x95, 0xff, 0xff, 0x06, 0xa1, 0xff, 0xff, 0x0f, 0xad, 0xff, 0xff, 0x10, 0xae, 0xff, 0xff, 0x08, 0xa3, 0xff, 0xff, 0x00, 0x96, 0xff, 0xff, 0x00, 0x97, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x54, 0x97, 0xb3, 0xff, 0xde, 0x96, 0x35, 0xff, 0xf7, 0x96, 0x1d, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x94, 0x1d, 0xff, 0xf1, 0xa5, 0x4a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf7, 0xad, 0x4f, 0xff, 0xf3, 0x94, 0x1d, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf7, 0x96, 0x1e, 0xff, 0xdf, 0x96, 0x34, 0xff, 0x68, 0x98, 0xa1, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x97, 0xff, 0xff, 0x00, 0x96, 0xff, 0xff, 0x00, 0x95, 0xff, 0xff, 0x00, 0x97, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x99, 0xff, 0xff, 0x55, 0x98, 0xb2, 0xff, 0xd2, 0x96, 0x3f, 0xff, 0xf6, 0x96, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x94, 0x1d, 0xff, 0xf6, 0xac, 0x4e, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf4, 0x9f, 0x35, 0xff, 0xf3, 0x95, 0x1f, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf8, 0x96, 0x1d, 0xff, 0xdf, 0x92, 0x2e, 0xff, 0x98, 0x8d, 0x68, 0xff, 0x4c, 0x98, 0xba, 0xff, 0x0e, 0x98, 0xf2, 0xff, 0x00, 0x98, 0xff, 0xff, 0x00, 0x98, 0xff, 0xff, 0x08, 0x98, 0xf7, 0xff, 0x44, 0x99, 0xc2, 0xff, 0x8d, 0x8f, 0x76, 0xff, 0xd7, 0x90, 0x33, 0xff, 0xf8, 0x97, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x94, 0x1e, 0xff, 0xf5, 0xa5, 0x41, 0xff, 0xfd, 0xe5, 0xc7, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf5, 0xa7, 0x45, 0xff, 0xf3, 0x94, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x22, 0xff, 0xdb, 0x7c, 0x19, 0xff, 0xf2, 0x93, 0x1e, 0xff, 0xda, 0x96, 0x38, 0xff, 0xc5, 0x96, 0x4b, 0xff, 0xba, 0x96, 0x55, 0xff, 0xb8, 0x96, 0x57, 0xff, 0xc4, 0x96, 0x4c, 0xff, 0xd8, 0x97, 0x3b, 0xff, 0xec, 0x91, 0x22, 0xff, 0xe7, 0x87, 0x1a, 0xff, 0xed, 0x90, 0x20, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x94, 0x1d, 0xff, 0xf5, 0xa8, 0x47, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf8, 0xbe, 0x76, 0xff, 0xf3, 0x92, 0x19, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf6, 0x98, 0x22, 0xff, 0xdc, 0x80, 0x1c, 0xff, 0xe0, 0x84, 0x1d, 0xff, 0xf4, 0x96, 0x21, 0xff, 0xf5, 0x96, 0x1f, 0xff, 0xf7, 0x96, 0x1d, 0xff, 0xf7, 0x96, 0x1d, 0xff, 0xf7, 0x96, 0x1e, 0xff, 0xf7, 0x96, 0x1d, 0xff, 0xf6, 0x96, 0x1f, 0xff, 0xf5, 0x97, 0x21, 0xff, 0xdf, 0x83, 0x1c, 0xff, 0xe1, 0x85, 0x1d, 0xff, 0xf2, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x93, 0x1b, 0xff, 0xf6, 0xb1, 0x5a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf3, 0x94, 0x1c, 0xff, 0xf3, 0x96, 0x20, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf5, 0x98, 0x21, 0xff, 0xe7, 0x8b, 0x1f, 0xff, 0xc7, 0x6c, 0x17, 0xff, 0xf1, 0x94, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xee, 0x91, 0x20, 0xff, 0xd2, 0x75, 0x1a, 0xff, 0xe5, 0x88, 0x1e, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x95, 0x1f, 0xff, 0xf4, 0x9b, 0x2c, 0xff, 0xfa, 0xcf, 0x9a, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xfa, 0xcc, 0x92, 0xff, 0xf2, 0x90, 0x15, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xed, 0x90, 0x20, 0xff, 0xc6, 0x6a, 0x16, 0xff, 0xd7, 0x7b, 0x1a, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf6, 0x99, 0x22, 0xff, 0xd8, 0x7c, 0x1b, 0xff, 0xc8, 0x6d, 0x17, 0xff, 0xeb, 0x8e, 0x1f, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x20, 0xff, 0xf3, 0x96, 0x20, 0xff, 0xf7, 0xb6, 0x66, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xfa, 0xcc, 0x93, 0xff, 0xf3, 0x97, 0x22, 0xff, 0xf3, 0x95, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf5, 0x98, 0x21, 0xff, 0xeb, 0x8e, 0x1f, 0xff, 0xc8, 0x6d, 0x18, 0xff, 0xbd, 0x62, 0x14, 0xff, 0xeb, 0x8e, 0x1f, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf5, 0x98, 0x21, 0xff, 0xe6, 0x89, 0x1e, 0xff, 0xc6, 0x6b, 0x17, 0xff, 0xc8, 0x6c, 0x18, 0xff, 0xeb, 0x8e, 0x1f, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x95, 0x20, 0xff, 0xf3, 0x97, 0x23, 0xff, 0xf7, 0xba, 0x6d, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf9, 0xc6, 0x86, 0xff, 0xf4, 0xa6, 0x45, 0xff, 0xee, 0x91, 0x20, 0xff, 0xe7, 0x8a, 0x1e, 0xff, 0xd5, 0x79, 0x1a, 0xff, 0xc2, 0x67, 0x16, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc6, 0x6a, 0x16, 0xff, 0xf1, 0x94, 0x20, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xf1, 0x94, 0x21, 0xff, 0xcd, 0x71, 0x18, 0xff, 0xbe, 0x63, 0x15, 0xff, 0xc2, 0x67, 0x15, 0xff, 0xd7, 0x7a, 0x1a, 0xff, 0xe8, 0x8c, 0x1f, 0xff, 0xef, 0x93, 0x20, 0xff, 0xf4, 0xa2, 0x3a, 0xff, 0xf8, 0xbb, 0x6e, 0xff, 0xfd, 0xe3, 0xc5, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xed, 0xd6, 0xc2, 0xff, 0xc6, 0x77, 0x32, 0xff, 0xbd, 0x61, 0x10, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xcd, 0x72, 0x18, 0xff, 0xf1, 0x94, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf5, 0x98, 0x22, 0xff, 0xd0, 0x74, 0x19, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xbe, 0x63, 0x15, 0xff, 0xbf, 0x62, 0x13, 0xff, 0xef, 0xd8, 0xc5, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xd7, 0x9d, 0x69, 0xff, 0xbe, 0x61, 0x0e, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc9, 0x6d, 0x17, 0xff, 0xf1, 0x94, 0x20, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xce, 0x72, 0x18, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xbf, 0x63, 0x12, 0xff, 0xca, 0x7f, 0x3b, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xef, 0xd7, 0xc2, 0xff, 0xcb, 0x7f, 0x3d, 0xff, 0xbf, 0x63, 0x12, 0xff, 0xc0, 0x64, 0x13, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xc0, 0x65, 0x15, 0xff, 0xee, 0x90, 0x20, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf4, 0x97, 0x21, 0xff, 0xea, 0x8d, 0x1f, 0xff, 0xca, 0x6e, 0x17, 0xff, 0xbf, 0x64, 0x15, 0xff, 0xc0, 0x64, 0x14, 0xff, 0xbf, 0x62, 0x11, 0xff, 0xc5, 0x70, 0x26, 0xff, 0xf0, 0xda, 0xc6, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xed, 0xd2, 0xba, 0xff, 0xcf, 0x89, 0x4b, 0xff, 0xc3, 0x6d, 0x21, 0xff, 0xbf, 0x63, 0x12, 0xff, 0xbc, 0x5f, 0x0e, 0xff, 0xd9, 0x7d, 0x19, 0xff, 0xf2, 0x95, 0x1f, 0xff, 0xf3, 0x96, 0x20, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x20, 0xff, 0xf4, 0x97, 0x20, 0xff, 0xda, 0x7d, 0x18, 0xff, 0xc0, 0x63, 0x0f, 0xff, 0xbf, 0x62, 0x10, 0xff, 0xc3, 0x6c, 0x20, 0xff, 0xca, 0x7e, 0x3b, 0xff, 0xec, 0xd1, 0xb8, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xe4, 0xbc, 0x98, 0xff, 0xd6, 0x9a, 0x66, 0xff, 0xd2, 0x92, 0x58, 0xff, 0xd9, 0x9f, 0x69, 0xff, 0xf6, 0xb4, 0x61, 0xff, 0xf3, 0x95, 0x20, 0xff, 0xf3, 0x94, 0x1e, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x96, 0x21, 0xff, 0xf3, 0x94, 0x1d, 0xff, 0xf3, 0x96, 0x20, 0xff, 0xf5, 0xad, 0x54, 0xff, 0xdf, 0xa4, 0x6a, 0xff, 0xd1, 0x91, 0x59, 0xff, 0xd5, 0x98, 0x62, 0xff, 0xe1, 0xb5, 0x90, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xf8, 0xc0, 0x79, 0xff, 0xf4, 0xa1, 0x37, 0xff, 0xf3, 0x92, 0x19, 0xff, 0xf3, 0x93, 0x1b, 0xff, 0xf3, 0x93, 0x1b, 0xff, 0xf3, 0x93, 0x1a, 0xff, 0xf4, 0x9d, 0x30, 0xff, 0xf8, 0xbc, 0x71, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, - 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0xfb, 0xdd, 0xb5, 0xff, 0xf9, 0xc3, 0x7f, 0xff, 0xf6, 0xaf, 0x56, 0xff, 0xf6, 0xad, 0x52, 0xff, 0xf8, 0xbe, 0x75, 0xff, 0xfb, 0xda, 0xb0, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, -#endif -}; - -const lv_img_dsc_t img_flower_icon = { - .header.always_zero = 0, - .header.w = 40, - .header.h = 40, - .data_size = 1600 * LV_COLOR_SIZE / 8, - .header.cf = LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED, - .data = img_flower_icon_map, -}; diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c deleted file mode 100644 index b3d1746..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c +++ /dev/null @@ -1,73 +0,0 @@ -/** - * @file lv_test_img.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_img.h" - -#if LV_USE_IMG && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ -LV_IMG_DECLARE(img_flower_icon) - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create images to test their functionalities - */ -void lv_test_img_1(void) -{ - /*Create an image object from a varibale*/ - lv_obj_t * img1 = lv_img_create(lv_disp_get_scr_act(NULL), NULL); - lv_img_set_src(img1, &img_flower_icon); - lv_obj_set_pos(img1, 10, 10); - - /*Copy the previous image and set a redish style*/ - static lv_style_t style; - lv_style_copy(&style, &lv_style_plain); - style.image.color = LV_COLOR_RED; - style.image.intense = LV_OPA_70; - - lv_obj_t * img2 = lv_img_create(lv_disp_get_scr_act(NULL), img1); - lv_img_set_style(img2, LV_IMG_STYLE_MAIN, &style); - lv_obj_align(img2, img1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - - /*Copy the previous image and test the mosaic feature*/ - lv_obj_t * img3 = lv_img_create(lv_disp_get_scr_act(NULL), img2); - lv_obj_set_size(img3, 100, 100); - lv_obj_align(img3, img2, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - - /*Test symbol drawing*/ - lv_obj_t * img4 = lv_img_create(lv_disp_get_scr_act(NULL), NULL); - lv_img_set_src(img4, LV_SYMBOL_SETTINGS LV_SYMBOL_OK); - lv_obj_align(img4, img3, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_IMG && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.h deleted file mode 100644 index 727b340..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_img.h - * - */ - -#ifndef LV_TEST_IMG_H -#define LV_TEST_IMG_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_IMG && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create images to test their functionalities - */ -void lv_test_img_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_IMG*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_USE_IMG && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.mk deleted file mode 100644 index 50553cb..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.mk +++ /dev/null @@ -1,7 +0,0 @@ -CSRCS += lv_test_img.c -CSRCS += img_flower_icon.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_img -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_img - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_img" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img_1.png deleted file mode 100644 index 67bb3466e3d2a4f1ea0ca8f3c7862e7fe20f49ee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13124 zcmdtJcT|(#w(p(LMJYi*qzecLNKrb{q<2u7^j-y|cR~^AAPS-sY0^T8p-Ld3NRi%q zlU_oV-tWWjxA#8hp1bcI@3`Z<;~nGuBgq&k&$HHCbFTSW-#HVdsjfgoNKFU=fryk8 zWnX|m;NQSQiU13E2Llu40$#A)pDSq-5D-kwYXF~t?t94Td%Se9@$fcxvj*8ZyEs`t zcDHo1wsv;6bMe^0Zjb}owS3mq`n5X7jPx3%UyHixiAMa)MDC0bQd{XL}x?UL|ghu3Ct zg&H4ZTMZn41J8J)T&N)tI4Oj0G*Wc6UYS(izGzjh1YsdN%ob&8K=GP1(z~|^CnVgv zw-^xuQCq;tw-%wHIuUkdYBRuwC`l@vl_Fb;5ZMA7WUGiD)op$wwK#1Cmfyuouk;=> zIda#o_@j>3EghX!{`A&*T-ryC;%B(*Rx$q=qAjofBc|j6eNf}2F49$)(js%utlCim0PGBabO!MrOMhmgClh;_9fJlJ|82c z%s?p;=2*qOzN^%T`X5PPYQuLP#ujooOr&s_UCSTA-V~c=K~J(OebrTdE7WnXh^4BF zR$6?BpU>h*9C)T^B{)^|n}jQ|AOY5Zu)2W>#4=8F6@{?jW83;8?d|@MkWcWAK(x+- zU@6bIxtus#7UMc&gOukuywd%m^&_9~2QNm)8}&Vv7Sf+u=siv+-XClk%VYbFy4HzQ zqupV+1U?216XrxGgCc zbpjWtEyXA-WBGz%?n;Bd!jsi-5u+?Y_Qq}0d=}b)gJ;8&Y1iFMjVxZU>2p`MJO`K^(aBb5>sPfpBzjy`y`RdagDDs)>rkFs=2G6_ zU=$g4svU+mtFC-Y)J9fzj1Z3>qNUE46&2~`pprikh+#WSVMXo#u5?!JwIyTH%zp&QR)Nt{_{%-N>NAxT#lcLWQ$CKmm4qo!8Uma9+ zy>#E3rCY9Oonce2Yle{)vkLQb*ZdxAEvn6a;j_lf+;Com5q#mH0^GQo7#qn+L%7Cs z_3<9mYoinp!@a1tFU&BL*0zXHG_T? zsq0o38`A)`M@PxQZMd`p9sMtG>?4bxS7~xwtjwIW!+Vaug8`F9L9P_pRj1H4*O4yG29{f;s)g-xN7B@zWs85uC6CB&Bs`r zDaRTa+3Irr>z8f`}2w5xcTam)L(96qL2TfdzqchMXQAKC2JbnTN6 zdv*r`YWR9|ZC;Kpn0t0zeSRd~8V99k$|;sFz`u3f(U%K7EdKSVd07p@*EZ%bQgbzW zL_&VdpkEVPb@;Tv*gE_Bb?_ELa$(h_eVQ*y(Bk*t44ce2OL9f-m z>3``34f{VzR%STKN=plOcWijoqQ|lE;mtAq)L4Q}1KD7$FPl2s^@g6S5RHbchX95> z>w1^%P`L!7>WWt{w2W>>@0|>i%aW62Ys%F|qY30ln3=8yW4&| zq-115j(QA-Nu0)WmbhnT;fdcuVSm);*GjI5G`A9pqYMeulWome%5<3*fr~ke`d8L5kx36+>Eqhj_WE$ zV}s`!aW&xLY8YuZlgxf5!sr=FX0WvSJ1C7fa-@K<2^o;FIM*EBG3ZdDh!?T+q)SR==}h zv-S&>x+*KH)0?q|`lOCv@)F;5T6mVMY!XHPpy*_kE+H;M`-@W8KG{9h>_X`*^RCbO zPvieY>7BH+LN)|U;pcucV~(21jKRmGT8-72?rO3gPQM7&5};Yv*Fn;y5I$Ba8qUpG z%d@kgV(o8n@lrh^wFo{TW@TPfFamt?i8)&SyXH?L0ir$oiXoK;1YDigbw1Q+xbEUH zcS}k>zf%2J!sgZ-EI~!KGSKQEtKl>c6LE$GCxB1s)L(_Y;IjWv=&mR>0Hf^SJlper z0|MdroZfNZ!@_3f#d6e4a6MwO;p9C@IO&#~dDwq|+BL~|x%y3?Yg1Blyh2E8LcmBk z;C%diZy+l2&treecBuCfc6d|Bn;i*IvBof^9bK#Bz;!;K&|-%D#fF-ys(E#EEyrv| zn~VBlceuy=wZ?VD?Qz@hFrpknNS)>C?yRxt`EV~h$YD%gk`gj-G&Zm-4_)nJg^K7A zTWvk0u$aFtx~PHbU6Fv^G)jT7traJy3#CC#e1S{Qk)8DRS&*YC(k?@7UMr{fk@}@B=6tpMjqYe-J!54Hd=i@8LJQGB2H!C?rOGe@62-M4TfVxENK%lLs zr{&|lutY5>qJUr)DT_oL#XGcFP5s~No-Nv}e(!Y!!Kog1tio4OsGGfMi|wMxxHa6a zG?H?_p!96i(8~wMCZnn-^@UP&_}SEIKowFnmx8ouX7Q*28HRuB<~KxZ(37ZLsDw6I zh@+alWk8j|`P5ioDfRaF#L5=T0YBn*;AKz4;mF3H6f;~?w8+U~MA^k-;C6pgAQ}TyJ9+96D&$43TvcQpzwHtHjc^g|&ocVZ6GeYYTME_)a z%w@e)6f#hi)gF8`tssv+tfG;0@A{=VAqqcaFVZkRz*MS`Yi0$Vx;bT&`QJ&}Y`VOh zgKqxJJni3=7X(uJ#;6Jja)jafWb58sdPeEP+_2V3PyDaqi}g8&NuOGNQU|!zOy~r< z_&HP?-H`|~`+dxS4$7rLTaVw^VpH1NIv0#;zCJLz{PMJ8;=USuCcCjrqIL(ni9uX* zx`o3q8mw07N!4#Wu@sEAyEChLbt!f=qLkt@&F>&lH+R(=Q9X1Ta>p(QfRXLa75oFQ z_J2Uh(((Z*6O%y*SWPzRP|N z4<|+I?O*E&QunX!oG#>@3cDHHaT+0KE#@uuD&ME#v;=91yM-hoLf*`2T)Q#L)c^zk zn>n+CgRVyXxqI5Nz{5$(`Pxq~n-;i6RVx?)_WF%Crf=TVL)$Afj*a{PLj4;I#qkdE z&KdmdErQBY$6LV_bhKnc+wXHlSBoh;iG%gt>Poo&>>qzBxsiSL2{4iq9iE4tUwW&n z7i=`O*TQL~m%q>tX!Wa{Gb!D#A>4h0AZ_gPDmus+Gqugw-EQpNAv zUzVBP(7)7~n_0OFF-D0ZDce2N#>BAml$td$o&^@I3Fa`8+rgv#-uH7o8K@IS?Y%Hj zMg>zqdL03n&lrEv0QZ~bMKC%@iWRFR)MJf{uh|>1T7r5YC@0+(oo?}`DOXHm$yy#C zGC(n`C6$7${n6`X2F3R`HC;UNOCOrb)jfij@mwAy_}nWiTNLlt zzwp$MiUmP)! z@HF=`83>CUdy~3t8?s5=R0cVq7;5#JZ&o)-IxO%b@bJq&!%RueT^0ZtiO?GVfM%5w zZ=-lbz*Gm+k8wrvd2!>6^WivV5$aHd%}d-#8Vos|(JdTS!FcRMh zB(GJL!>JnA=xI;e8;Fdou89qM>pqgVU6H`lg19Av11?eP8+!Yh3>GIsBTtIQ=}$$7 zLm48y$w&YJ6Y7LNr|5P3VE3U=Wl+gS{#zA0WI%wEIV**(@-D zwzs}q!O!~k&iv&9lrD=jtQ8^D_lu3`xs4Rb(S&#YPz(7>f;`uN=Px|WY5B&&16!x3@xsYhPz=r%>Tgy)Cms~|TRGpqO;cAz$ zva(Yzj=18}yi!{6UT~G3!a(##T+ViHoyFT;<5m$w$t-9l@EOWgeMS4wpKq|2=_wM1 zXK7E1z4*2N*g7h5R)`MgpyMv{&t<`5RlYZ?h#liimjKf!-iq%BIzakU*>d8J4&_pqL?~QXA|~SjQ;aMKpT;r!U8pz58{Yd3B(Y|jCm-pY zfrK_vnj1{d(fQhVia!B-;x|LZ%p{QHz+O|IV-d^}y3cE#W>SrX+Y4uAG8op1S**^K zeCU+cp2|W!GL%L{$k_jh2lSq?UwA)A2x=JlL#~g&`pRUKlHr!y12<%S8vmu#HPMqpP&{G#uB5Exg(` zg`I@}e3;xB9jhA-@;_UO|ES?vwGK>BXrQ~;mdksiKd~sfSAl-kk@lQjxevE8ENt+K zi5li?F8vXQDPQyba{^1{ko%81(BKMYp?179G1+?pnU$Z!-ExRrd%=no&nfeGtZ{w` z6k&q#czx$mOeBO%qoxPH5@Ah^W%?#F*L=_FSjdy507-Zb^~c+0ZhK)@|1-4=c1hP} z^ht<6A$7n6+?g})t}#)h##iqT(Y9YF_D*YUPNm5FL> zOi1M6V3@P#+0zIfy$>z+R8*#1YP!M8deeHiILvb7#^eeJKAXbVE~35`mT9Q){|Oj4 zy&1lgI0%?@u7$StmIoZ1Iz0`K|4*dw<|-sN#Zi=@2>(pxK4-_QZS~MP+rOiP-N}3Z zZ6xr2;0s(s#Gsy}zZLfjor8#STPZJkXr?o@f8GZA=r{8|B50wO0WG;4xkioX5Q+<2 z-e$h*Zt~q@Ujf(axND2&Syhxyb)~bOP~7Dfc0#@QT%rH95+1)6-YkDLCk@fs{&B$G zU;wSi<9F2#gdcT2>xfPG#wPOx7t+@@{u-D1u~Pu8P0TSgs0oxZJz3aM=iwU3a47Ph zyA4?64xrz>X3xrOIQ*)zkB|ZhN6v2f zuF#!0@%`NT5#y&>1;h-2hbTV*-Jue(@8#UssqA+F?Ml3NL0C-3QB4UU=)M|VrEk+M}0Tm_?iam8T()(8q-k*91o>YI0tpd68tasZ6+WU#6u4De0)#z_IGBEcLf2n z417sVG1(x49G2DDd)=cK7Jb?7L7}C2Cl=S$V4^G|VUA<2mcp+f^s1dP|O{AwcLr3Q}xc1Q2Q6tJf6C>#T%SFtIeUyw&;gk zWTu#3nVNB$PD-TRPvAULQ9)S3H%1jqW!V{+%AybDE$fvYA&;>bvx9wW5a!W6JU}VH z<8LN1rX|$?P-?GZT7zVZ!Ap))cC4)62w^IGj5+oFPr|pbZjCzm#x(k>>ZBZc!S!ck z6zbqz4ZV?eA3Z(Zzd`0>GHwmBm=_)*Um_OTc}F5}r5xAlVh4~Uaf%p^nnPJ`JKt6B^?E=G;>Kf+%MKZ7Gb-*8JdJLIA2NL10^4U$|y<)V> zx4OavsRoH~4Q-97$_`iDFpcpF6GMAU?q>sKPDj$uHoxM`H(1j-atB$vJw~K!pN(Cz z2ML6#bO9dX1l!d2y&NJj`E0~n?%d-0`BM04^dm5%6klVRIiMVs0emBE%4hug9`|O8 z+$-otm{fr+tO0$wulHj+BcfuXQ@A(&_uz{e%)9T7KB(oWNIyV8a!H3%6~cAL0(8Jq z@b>jK{c=*XcG40hjoC0hs_markBohISUdIo#Wm%~&iw-2xW5V?ga?eZg418Y#019+ z0S_;F;@9soeaZ-u3M7|)koRJrHp>J25AvY_$j7k!hJ1!CSe#uuuJUe?^%VQIA>cZ4 znlYEd0Y+U4#^f446taWe0yLgy8ye0|hw{dZ`nDk#FE+Z;^qs$>}n$ew>qnY7a2cGF_X_72wk@YZZdg2wBNo>+nux-&`S4g zS<*-vYLh0o_rv3)YbtNs9=fQqU9Du4;^Di>%ao(;k;Db?S8*#xzu(dvXMCT9ZR9T| zNMlo*L1Fgq3_@DfwjFF{DzU32L6|?{hYPXTb6LC&wkNaFvcnniSbl}<6`oE*Ex5li zo|dtZ!YH*U;n7{ zoKuj!4L(!0meYkj4;Bw}Ywsv<(>|_cldMd<*+y9>m+d=&P5TRMEnsOL)rLsOIY@sd zCd|I2ko0dMEq9q}Cb@KK`T-0EE7(5$qb;|}=&Q)`)43Ro>E>P97U9aHkwyQ4Iw13I(>x|lHrR0R0z8OlgD=Zl;{4#T|G7MV zb7Le&y&i)cQoT+Vj2l2(*HY9>eV=P0fqrdnuREbyZDz6Ed3H!>k^%37F%X(1p3i<#&4Fr;>hxLuCw zKlP%2;a}%J@J}GWe7VB;JlF)W>%!n;1sg3qZ~Tjp03}0EBnzAl{k^uF+N-b;a;4d( zTz>o|xgg|qcn@q!M+*DLn}ftJ)GL;kVtqg*?FmrU8?+=r#)(TxJF&GdRl9X*Sj7x%xM*~oJ;d*r2w~6DAy*;aco$J=9NnI}t zk!bL=tc&ZYx>_6K1^OpQfUv23t`~n8gVm1MfX` zSd5l4ff$^&5Xo2?t1AUDY?R&ae;JX0J~Kg47u%20>A(7?H_?-jea(PX<$u#pt95Uk zTwxJrR!m3#IcoMQ@^^*_nyRF(bFtO|k%f0i*1t1*-mlt|X06aIs#^RX+R#+i_N9WY zgNa`eP!O%#-uCjF56OM%sj3ITZEY+REl?`yEjs?PGvaZU1{;?OWuzNNi{z$|(B0?g z{K`<1RuRy;L4VcxVuq17m=)nykb2`=VaPS<2CubWr@p1E4zj5)?+uHX7CWSmH%Y(3 zJd0;lBhxF2dp+@D!=#(DPxen~+IHRR{m_3NbfoRo;655S5rQ`l5p=nT2C<=m(5x3nULOddT zqPs-?k%WH6cVQe@X%w1|d#7?3*r)mFa6Lq%1niH6>ai%dy-r&rjh=Mna!9%5`a0rN zz~_HI!&94Lyp7Y7)D4|U=-`R4MqZ`@JN2j*i9vmr(bA%iEBQ+mdut-Bp*yvFsxxn2 zT5C_f{Zb~%p0bK$Xobtav43@wxsvHP;n1_D+aGVskH!g;R4~}e^F0LNu;Yyj#Lh5} z3xpaouW{zbY&C~x{9wmu1d^^Ds2+~hK(7eLQ2TFmjqkTlK#UAv{xhUrMDUtt5G|K- z?6bIi3T!~$D&s(Xsx9rgfzICo zRaL;S9HP*1gospV^r^nh?bOI>MR}<{ofITOBAT?F^$rB*yP&wnT?^$x!4+OAX{r)h z6%JB;96UrAqb!b{U&x)pW?wZjH8M{n>QH&BvJC?`!W9?eK&wQ`L@;b{NZBU!Ez+Rw zW}GZH8rHM_qG7%5R4w-Sy&+z2dI85Kw@CeIn0PUqTv-NV`i=q?cSA@1A6nLf{LjzX z@9yuy70__=T>i~}#)D+>rz z2Nh#-!tc_Pq=~%bjzr($(O#ZWk%CHX(#`)>t6-P8jaD;da4fO+EK;@Et{CwfP z@UUgKu2yLQ&)0Tzo}D2I_WS`m#c@3Opkdw0k1~-6lIr17!M{!e#8_ubQHk?zY5tK^ zKlaCuxsQa_=!=f+&N7L6z+@7;PoB<4IY+oxJp*cBQ{~U|6I#sPx2|#iszp) z2LV@iS&$+2lI-RF3pwdBvW#M$5{KU6f4-*%-FKO8=eE%Mu!3%EQtjx~n{Ik}^^@Yj zw%Yz~f=Wa~J#aP#2D#*%*5av@;!VuVv>~g|L1r*qVNilqs&Iu`IN|bo7s*8irhQ!! zPE9yl)YxQoA;BApSk!RNMc#`!U-`}~YxO>WX^~D=b_O_hMMOU_91~PC0-;TW+9DN+ z@~Ar>!wabxqkcbA9nY^RmNGx>!L6|c!m?-JU$WVczh$$lTmK=O`OL_day$>CTehBZ zZ{4`s)F<&AGfj^yyq96ZvcICWcrkhZ+iab(Tk7~Q8g%VJaj4qViTpLt?~*qFBQ?B(HV6njKIi86g4O;8Be*0svxz!@K6^G*-o zQ1Hz3|06>Kq?Sta9OJL~0sloy>!<*@4{4N6LWB}NNE+(&PD^T|Iae%Pep6*Gt* zFrGm6(B;5jej8tTG;}<;|FC{<^Jn0>$$`h{dqLw@%%q9##C9fW`dKj!kNQH;KR=I+Dqver`HGr$AlbfdRB=PJcKqr; z&Ysx07Si&+R7Q2x=cFO?thKcWx=R(Q$k-*8W2scWI_JAD7f2@n-@C4g8O;;6`QK zqmPsFVJe;zVXU1k^Z>q4_jA?*wXY7C?qXgEm;NSKmqMngC5NE|rkZ4p;`a4Xh(f+Y z9Fip6O6sn)nUuHnN1!HpiXU%MwjS_}evQPsgvCGel`r)#-SHBnF)n}bZ3TueMdlKt z4g0i!W`upC869O!jqfj768cC{zzD{ERX%pj+t`*kdK=2-cXwcA>VmSpCEW#e3j4eA zR$bqUc;#8=_XhMo}WQMJtn&}wb_coW<=eK-qQLGBTRvt z_lY2BzEDc1?aUE4a6YC%4E0^x8%3oak+c&Jbm_ME4kjNH85@90(tGhXpd_d9<}a1 zox63y!Ifb$gGb1djdZwRnf?+*cCyAaFaPLr($aDEb}Crh^JJ}fXQUXBYIAdV_@@W$ zG0smE88|9OSA7xFD{)c}eHz-b&gsJQIt96!@33F>?MtskIe`04nmpjkZ4^n*aQ!Q< zmXe>91_r9J-6I$N$Kv%w8?#W4{FS^EAZMU3+s+05UOZDPXef%lDcpr@r9JgK?N7|k z**tZv6X^m@WAkvX5h5&XJF;SL*kArs7(;*H7!jYIIp&Zf|4qbGI%B^I))qxan^e`i zX!p-LUh9F47O1|t_*2Oy{d+@b^-Ih4pa5w9P>Y!f>m@;HRUA^u0$+F3 zngmb`{eiftY;^@9yyB^WH$iNry4_tzwOS3VVy)rrORP9czP2Qlo+KPIoRGwEOAFoW zl`>`#*m-U4>f~_Ms~cZ0848vVD{iEAj{^gEI9;GLxI&n|E+DCfVE2m4S3Zl`x6sj; z^FP?Qkz`!ya1V+z#TV+UPtRpa0Esk#>6_lk+y6fGtjh%zn1`vRVXPUYYt?4p*is>d zcoyddd(m~j(v%`>C0WDZTQNy-#d&7H>##64KvmGXaKK6V^tV8Q z_;XgkP|sUyW;GMJ&wK7_L;ey=D%c{}_~*Ddz-0iOp)HW(+(zS3G38go_#x_j+R(uB zRY2hoBe5Mxc1@>i%F9EJ5t)ze`gPrf9I}dK%?X?GX_}Un0Z|)lk}wp9uzJuK|3H7} z$7}Te?*uf#>wLtNaShN6kkh+oKx;fdjs5>xo5H^>P85}4pGC2K{jnG?whcVF1T4}R zBBX)7unqpK>m`jVD;pcU#$q@+RbnV$x8<(JHy)t3jg?HN$7qda?xd~bBU{9~cl3b= z1Cp0Rk{KBpYMIbYM7xRaa`HzujqSOH>%Ddc273DK>WjM?&s_g3bx25fof2&^n_F0Ga1;~VJM0Rg2bWd-pyc+g>SPrHna zOoI5)xKP7s&*(6EzgNtqZmYVtxQsrTK_cMCehpBUzx~93R^!=T3ouW=i<7;|ooD>~ z2TLC{1pOiQE~0@KRq#NkfPf1}({qFU5%<;J%h{dF+4-Ll(CcF;v{h8^+rBq?KZ7S= z{&w17qG04>VxSj=Qb8~DhzG7XIC_D*J8qdEfPEGrdGR1P44-7ybIcgjn;~|52!{rG zc^%7R;M&suL9}5A6 z@m{eVT54*CApeDys8Kz=fI8^))!yFT!CtiGJK%aG=)E|Xn~qA+v4Ll6JApg?H*XHM zN02ZC9SkS{ix$ryd3Cu1l?-&dzPfCW2au~Q#Wd&?V|sn&hv{|_t-uG`ZpOp5mE}o9 z1pvDO1~}PUY)^pen|XP8+1S{$%C1Z~*KGj{Z2C0UJq_q7I8B@hyDDxtD;|leZw6+R zdiTpvtjQkB5U{n}odC~FzB6%cQ^wR_)T~Sr2X4B?h=B%y-QC^A1j(S?-%UFKt75=N z9Elbz+vCMgmp-nmI9UkwtaZ0WMi%M-CtO1T5-R#X|OX_Or2J z6&JA%2&gX}s;jyE4>!rf1fv1n>hCU?`ellLc4osyMES^Phv9G zF55Hf1o*P1<|V0tRm_B|{^!OaKjTs;bkBt^r>8lyq}S6!e9bXkaWSClfQ6lDl5xc? zf~x<1>iTp*|FdhcR`=zo(MpSN)6Y=;hsBljCNY*yrFu(JD(p2^-mM>GhaEgQa}UXA z&Gfy4nb*|wnAa$-Kj=!z$f^}Hf0pDio+t2gDsKP9**09vaCd;vk)FheF97eQf8d=p z&(ixXsn9%4=lpU>k8WjL8WuTP8MdAu7rkMNHz#4oP+yq+Ef&WNjv zv>W2f5NitFCif;E$T#Enjt9@&-saCK<4y7hnz(^3C=;%z|K7H!f4krO-!)rpT;ofg Y-(rmMNo)rG2Ln=)Q -#endif - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void imgbtn_event_handler(lv_obj_t * imgbtn, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create imgbtns to test their functionalities - */ -void lv_test_imgbtn_1(void) -{ - /* Create an image button and set images for it*/ - lv_obj_t * imgbtn1 = lv_imgbtn_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(imgbtn1, 10, 10); - lv_imgbtn_set_toggle(imgbtn1, true); - - LV_IMG_DECLARE(imgbtn_img_1); - LV_IMG_DECLARE(imgbtn_img_2); - LV_IMG_DECLARE(imgbtn_img_3); - LV_IMG_DECLARE(imgbtn_img_4); - - lv_imgbtn_set_src(imgbtn1, LV_BTN_STATE_REL, &imgbtn_img_1); - lv_imgbtn_set_src(imgbtn1, LV_BTN_STATE_PR, &imgbtn_img_2); - lv_imgbtn_set_src(imgbtn1, LV_BTN_STATE_TGL_REL, &imgbtn_img_3); - lv_imgbtn_set_src(imgbtn1, LV_BTN_STATE_TGL_PR, &imgbtn_img_4); - - lv_obj_set_event_cb(imgbtn1, imgbtn_event_handler); - - /*Add a label*/ - lv_obj_t * label = lv_label_create(imgbtn1, NULL); - lv_label_set_text(label, "Button 1"); - - /*Copy the image button*/ - lv_obj_t * imgbtn2 = lv_imgbtn_create(lv_disp_get_scr_act(NULL), imgbtn1); - lv_imgbtn_set_state(imgbtn2, LV_BTN_STATE_TGL_REL); - lv_obj_align(imgbtn2, imgbtn1, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - - label = lv_label_create(imgbtn2, NULL); - lv_label_set_text(label, "Button 2"); -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -static void imgbtn_event_handler(lv_obj_t * imgbtn, lv_event_t event) -{ - (void) imgbtn; /*Unused*/ - - if(event == LV_EVENT_SHORT_CLICKED) { - #if LV_EX_PRINTF - printf("Clicked\n"); - #endif - } - -} - -#endif /*LV_USE_IMGBTN && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.h deleted file mode 100644 index 86156b2..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_imgbtn.h - * - */ - -#ifndef LV_TEST_IMGBTN_H -#define LV_TEST_IMGBTN_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_IMGBTN && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create imgbtns to test their functionalities - */ -void lv_test_imgbtn_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_IMGBTN && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_BAR_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.mk deleted file mode 100644 index 52feba9..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.mk +++ /dev/null @@ -1,10 +0,0 @@ -CSRCS += lv_test_imgbtn.c \ - imgbtn_img_1.c \ - imgbtn_img_2.c \ - imgbtn_img_3.c \ - imgbtn_img_4.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn_1.png deleted file mode 100644 index 5c831445a93851131fb7af4c682161d1a8c8f13b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8151 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c deleted file mode 100644 index 8ff3053..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c +++ /dev/null @@ -1,101 +0,0 @@ -/** - * @file lv_test_kb.c - * - */ - -/********************* - * INCLUDES - *********************/ - -#include "lv_test_kb.h" - -#if LV_USE_KB && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create a default object and test the basic functions - */ -void lv_test_kb_1(void) -{ - - lv_obj_t * ta = lv_ta_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(ta, NULL, LV_ALIGN_IN_TOP_MID, 0, 30); - - /* Default object*/ - lv_obj_t * kb1 = lv_kb_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(kb1, NULL, LV_ALIGN_IN_BOTTOM_MID, 0, 0); - lv_kb_set_ta(kb1, ta); -} - -/** - * Create a styles keyboard - */ -void lv_test_kb_2(void) -{ - - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - lv_obj_t * ta = lv_ta_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(ta, NULL, LV_ALIGN_IN_TOP_MID, 0, 30); - - /* Default object*/ - lv_obj_t * kb1 = lv_kb_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(kb1, hres / 2, vres / 4); - lv_obj_align(kb1, NULL, LV_ALIGN_IN_BOTTOM_MID, 0, 0); - lv_kb_set_ta(kb1, ta); - - static lv_style_t bg; - static lv_style_t rel; - static lv_style_t pr; - - lv_style_copy(&bg, &lv_style_plain_color); - bg.body.main_color = LV_COLOR_NAVY; - bg.body.grad_color = LV_COLOR_NAVY; - bg.body.padding.left = 0; - bg.body.padding.right = 0; - bg.body.padding.top = 10; - bg.body.padding.bottom = 10; - bg.body.padding.inner = 0; - - lv_style_copy(&rel, &lv_style_plain); - rel.body.border.width = 1; - rel.body.main_color = LV_COLOR_WHITE; - rel.body.grad_color = LV_COLOR_SILVER; - rel.body.grad_color = LV_COLOR_SILVER; - rel.text.color = LV_COLOR_NAVY; - lv_style_copy(&pr, &lv_style_plain_color); - - lv_kb_set_style(kb1, LV_KB_STYLE_BG, &bg); - lv_kb_set_style(kb1, LV_KB_STYLE_BTN_REL, &rel); - lv_kb_set_style(kb1, LV_KB_STYLE_BTN_PR, &pr); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_KB && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.h deleted file mode 100644 index cc21f4b..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.h +++ /dev/null @@ -1,58 +0,0 @@ -/** - * @file lv_test_kb.h - * - */ - -#ifndef LV_TEST_KB_H -#define LV_TEST_KB_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_KB && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create a default object and test the basic functions - */ -void lv_test_kb_1(void); - -/** - * Create a styles keyboard - */ -void lv_test_kb_2(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_KB*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_USE_KB && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.mk deleted file mode 100644 index c526480..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_kb.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_kb -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_kb - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_kb" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb_1.png deleted file mode 100644 index e136ec2d58e0e42335853fb230f4b2b3d7126abe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18143 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 YZne+j*Qz6t-~pV(OIgu;VLh+^2M5K1y#N3J diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb_2.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb_2.png deleted file mode 100644 index 78b7664de84d1317363d5dd976331beae908a247..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11533 zcmeHtcR1YLx9T*N z=-~CEYQmIHF7fgcE}Hkd@LgWFj=lDH@YgLJpX(;sNQ*+AH&#lEdj!w=(ktIkW+YzQ zOTeu)d$Y_ZQC%A*l~haj0H8cp?q=8NHTyFjF5 zdU*-d$cPdGG4nVNTgQh$YN)TbKpq?_F~^G=rOi#bxep1R za#3n~y%b*SF~zv5sPr(v8us=&Sc3MuIDuTPnd>f8muL|_JB>$#VSjyA&3I)p;ynCW zHQRr`%WtOMe$v?kORlYEgZ#uu=+m#O#wOnuUfE4q~39FeR%~5&pKx0 zKYN6)bBkOlZ+Ok!@VmZ}J6-toNCnqgBk61!Jxvkn=rjq1o7eAOQ8hIW(70bE?3L2q zH|fxoRjyz3>2qe*7R#lUbXiCnY+DgTsd ztv*C)uQAfgM>K5Ti*M8t5G{?+>xj&2j1?GI;O}d>yrHPl4P)bS)?H_1`{U{K`Kfcwiq9dWu zE`=K+yEkuDH^pO@XPXfrdtaE1R-Z)3>{!*-)>b-uXKU*k-lgRT-#qa7{JA&a*TNR& z{B((gjg76bu`yENqc@2I?f2tjZ*}#!>5dc2$04$2{{BW7aRUMYY3XgB0b%A#!OjF` zc6k~|@`KLK&g0*ogM+VRH^~SXrTr(SeSCclAI$)%M0z$Ug0sYJ{1>YqrdxR`f-VB1 zv#ejLtEka%zmiPVq&_)F7|M6*dsbRy1)-ovcKPRmxxsvW4RI=OTzl?*RN0M zS!F3*7wBL85x_)mk4h^l!AO-kN*0M`&dDVBpc<`UWW0(FlxExQa9Pb(kbzp-t z+5G7Wr2lESZNm#Wi-ClD>c0qwW5ucbEdybWPYe@Cc@K_6`hpTgaPz-pq`aT!{Z4+M z0Fjpfr@Q_4>Bfi1;s8Uy!gxo62?cQfZlJ8B#vW~X37!XS(AVs%k?eL52&EZ5@fJVs zp9zJ`{xqlxJj3}314p=x{N8^i^b#!uav5m*ZyNv00U*+WXK!)jC3=H@tN4u=+Zi-y z^%_Es89>i6ylcO$N_me1(FmsFzt>)LIk@?H%OE8V@VEYpf9!z$_2RcX{vX2s$ofa^ ztzC)#%jAE20ECj@{PE$xn~g+e@b{AaJB@);wIuB??TY?0yLspf#WF% z@YJ#-(en{3&WNu{9(VPT(r3H!tO_^CG-e1iqS)>1Y!|=B^!4>&rCee0-$k!v7dl^g zHoB4>glPp0s7YJ!ltI*4dxk_~y{^6e;iwdZs$uspA~1D9eM|cI^tAtg)X|siOJ9N^ z;Z1xd4Q~flBF$@tr>7lh@!d@Aq9ND?03qVP2QvTH@`C@F{l67W`=90bpXK-u<5Ez5 z9ZpeEUEM`K0BAm5K8&^pk^TdK(Ew$B$F$$D1$Zum^2UGMcyYDo2onJkl^SHtI(}IN zf!W3BYEGPFse!5Kj*>y?`l>-xif(OEIPd6>;JuQ-bs19xB5ura&gHZP~XmD}KupQ5=O7uU5s@KhKz zKm3RHH}QUIs(r-7R?L1p`X*zAD1U?Qy8aefR3vA` zPV-!@y2@+{HzlD+Tnz{F%(K#f-ES0=3%t0vbgbVj)^fNd&2$*nDrks~&r>9?+W0bVx;pOe3!L)lBPz=27RxucVesES#t$y4Z8qO$F zmAYS$YpC3{akyRo)U9V^q&HE0Im`Q|gs{i_q;2!o0U6$|a4ayujeToK5qB95JlDfF z)-{-1&z>lBejc(=uRkr7*6>!jkB}8HmEpBHAtolq+g#>cdfZeox}eDp?S=6wCo?d< zOEJ}MsPEIX!Ch*+U!3@)pMVt~zrwSQ`>xKGwwU-lb#Bpy_8sdydBxmbB+s--&Ay7w zc}+obf|5al6r;26avDquZ53!|cQW{)w>9*U4^#A0JrlBVN??CMLsN-3E;D^PGrhP| zpx?0S;(oN%{=(qkSF(jnFXj>x-Obs6AO3Zea$n)1d772y=f(3biJ7RBlob3c$gsaO zgMwrU;-B<)+MJwJ_b@Sg{~X`i>RX13Fz1uWebTI~_sYK4%*5E6E%qGVezW1>?MY3+ z`2 z5poQ_gqC-A(_CtlIPAowY^7tmC3GA7#HCV|`@-8))n(3ASrxd2Pk)9smrEOUp{lE| zwV!6(y$p~OiwR9GgaR=EqKqp4uLNJ!p5SF zR;8wKo($*hM(}tX@22g~-xGVAI)^CL3hY8{`UoVaXQro@d;2`ybJUhlFr7oq&kMDS zPSSb&J{T87hzq{d>v}2g?+}L3*Vn`GLSy7!MMfIW%s{QUJiTD?7rhWZQAvNp*&d$J zsru0c7pje~RZedPtX(4(2we%8iA4}R)}Etd)ek)R>eJs&u)n0GPp_U!R_fQ|;P4ES zqe7IKcJNp?#(CstWfixRDqs*zdA5ba;#3ml%$%O$a5SWFi;c60z3p~pRz`aIb8W@y zAuv&cl`908?m3ds-gdjWtN%+SSIrM~qCp%Xvx~x-ma5H+vL9;($fmUeBlUrl{i+4! zBkq~XdcU5|PJ`&SWEkw()SIr}yS%(Hv02GfpiThV(P3maDIJRRixI3p*6y=@Tkhjj zu9jFYI5we{nkZ#!@TSn^8sU2RIB%t{KJ_IT8(WZ3HQZtG!-DGAqE+tPWn(9?+~Lao zkf|cJsnzYK0&Ot!(2!d!bLQVVE~@H}i-C>9czJhXqPDyoxeSL^pWQ`2yW{;d~~epj{T@64e#cOmv}p%m6Nl=^P_zsl84eE33;3lQ-V8@2=NxMA8+Ru%$C9T&Vt=bbSe(9KA5ptTH10lg5_wsO} zmiuN=8X*_+LBmp{{!JfWXH5HOfz&fALF5&ZvlZ3J&4%`Q?lFPahx>fx6C1|H8L25L zB#aZ1BAzB{uV!*TlP$D_^r3bt!Y}D(y>s_fQ>%T^dKgIf6A_U(8SWpWX*5|UdW!R| zuisV>=~|RBZ6&o%@beiX2<%ir*62wH2u+i~O3TUFdye z_m!PFNGLNaxmk`{t`qHE)uvNOL0l5oZgRIaXWD}HTCB3prZPc%4=-iVv&tlwkXZ#Q3&X?SU3Qy+uIrEf}U&ZKgD`J4#_Pj%< z6MA^9Dv5^dM#ZUAbo|9?r~is)gT1PVx3?X+PY>B;!3OT}@!IKJe@p_p%0FBH_|T0V+Q_e+OgH19vCIJ~ z1lI}fiDgzly2(4aDR3N;^xqO^76Nt(aI} znrlnlAM-FW65B}mL~q-o*FT_Rtiu>H=3&K9JI#*N?pTCHeH^l`Oe$gva=C?6Xt#hT zzkVW-6HE684v>c)A`;n;8+e;Vvc*tar-o=_!mt-;SLxJxN`f;Tpu5A}DMdvI@<{kE zig)JsUdMVK96Ui>&?elnoo|PC=W$1`l|EFl(Tn^xwg0r|`*gDF0oKum&j7))qM6W;JKdMtN#9sViwEx3@Zk9(y~e*`V(=<#%SpSU|UwD%Y0+;pn> zVwrx!d*a7>l3`y8k6J}Rif*%ZmH6T!EH3WC-gQ4~6xLOREln_+8lC0;#a#B|Ezap2 zA+O7Q?u~6+88v%-2M@#b4V9~`)v(gi^TeknRi6rya^P=^)l_7K@yafW2QQ`ORH&%* zr@WsTDjQLTyKhbeJ$Z5#LH4n#D)1ClT4S<#SjJwJThMT|r%(Croi=@YFzhzz&qhBO zqS}cGr-3}T+6fBx+EJBz)#!JDNHkR$pG`n$QrkvC!a-@~LaPa{(RLt)`t(`N>oxQI zWM})SYLBVvVmJ32*9H`boSyQFoE~Oel zVx2Oh1!q?{^$>BQKOc%iOiPvI=cma>`~X}_?iCS@ujE>XVY@i!h>tHgc1>)(Bk+OL zX}(xz*xxLyHBc{D0w|;7SAKzb#v-|=pi8hfVfi2$8hwq}D$8$sc7Nq_NQh%sKQ3-s zrUcA;yVlQ1WHBj0yyQY&HLWR5irUaqeFmfWs1%b`o^`Ix_^U$A&#&^lQ1sP^XKzBn)y;|?clK7bQ&nk|HcP338UFThq9bO z1$~}(#Kv49#kUqwSM7TO$Q{YD6Xv=+&6q9(G%!liN_r3Kdk$1lwOk>k2Y=5*gL|&j z_Ti4Y+O;S^PEFf&>N&G}iC9lgal_>1yExqdEnt^Oy2#&ksmX7a;lFp!xIqALttTd% zJEWcN@uFdEssP%ts>@h#y`;r*EI@E}Cd!A}LtUSCe^e91A}}wX#oqW@p_6FztwbSQ z+{>)ra^mnM*KA!}5DP;FXT~QzsdrOl?$MmT3&kfLuhzpX&ZzTFnssb zYTrWeKHE!L+G7i8<3P1u0fRs-H0$O&&0`2Q7*1Hay3`mY zNZKI7W+9El@-&bBM}sx4x``$t^E=lqe)y+yAs$VBDJ zL-c;3;Tx#evx}WB=m8rHQMuCY?#svM%uQ!@2ceF>ks5U+D>HHIAEM^7QG7+^>1C!Ud+YWh0XgvvXux8aaNnZG8`|BPX(T1rB2zhmLHTo)6QFk4JaCIf>6 z*l+3PX^TG`j=i^MiYNU#lFXa0Thv?G%SA^Lx@<3EgQ{?WL(TD$v##hk1Q=$md0b(|DkUC zIz%{*mG5%`$sJTZZDO>^wzUOW;}V-{d2cdYCsT5yz-&vb8R7{7W1?asdbqIG3> ztycE^gFxt>mtpPni<*=1wD`v=JgAe22{i7Nlozdqv)`#=n#kiWGChPi+U)pY-AmLK z<>S1b)it+Mpw{PY!*m-9S64q>^FyYCo}Fkp%`C$tIqDRVfAIlO>Gh7XycC}Nrx zK4v>K=eeKPG@LN)#v8wQurfC{T2U6;$#|mRK0gY!bfr@iCb_ESMEt`csOAN| zvAtskIf6EQaNjq@PrtAy$`((JF80?6{MEU!Oad61(RPCQJ%yXR?Ot*1&Kv8#!t_#9 z#3iXPm3Y4><-6;5ntD?s`j_~+>H%*u+;j}k@?i)c`uSDu)(`TyX1bWHs7KH!me>Ni zGV>xDxslnpEFm)=EgsLQ5Zt_vLt5n%PNTEemwjZGLX8ApAKH+Ls3Ve}9Yi(cpxpqc z1SE2)O)wE18(lpw1iVYtT#*tof-nTy)>k4^va-6K*v#_Ne@o`PEJReg>E>p;!pnZ- zQ$sMaG;QCMl^zn-X`=S)P}VZ_RoN;4(99fiHqnB@<=C z;(%L9xbF$vN^B2EEgnV~?kLHOO6M+~Joh;kxb@tc*4?9#yA;8Fp!NI>5v#Za%-N|J zUSi<-<8R^?ga^oAx=&(*=d$YlKGocK;M8u~1~m zOP#MYH6>wb)a+q`cg*=?^jU;RT$OIWP+2;_?*F}ezm|HVR)e)mS>NFWt&X3J+$)Lg zUB}ISi^l=p^sLHn84n#}vxqPQ^Sv+bHTZheNY$r3z>NCai5ckj1dY;yij%?(<&QJu5^<9?OdEqC7HMH6p}=xf_TOE9>j) z+HgnAW)<}N&aSY4%813{yM zSU>Sa;jjsBkfANFv`GM=Aa1x8*m&1l(kX8RpBuk{{Qg;7%)Sb!0k<%;=^WICwh0MY z@vr2maCheXO+p^FCUncavR2V4AP&6VX%}z^CzZ#JNN-lD*KoP~T+NO#LV4IYm32{UQvyWB%6Cyg+ zvCD-s^dzF}i8RqH9)O%NI=hZ%8NE=;wTWYCRzX$U4nza8;J;aDQ1&UkNQ;ZoDpT75 z)p{kU((kAXkU;OApJte~yk`66M#CZuag7ES|I=_#Uu*`PvK`C@sw+Sr0A3@9i-9@{fq+1H&on2c!&m2)g)so0Y;3lDk}7#CVDRj0@%APC{x(2N z!sTLIBLFOCh-T9QxM%RxbFr|{Q);zx<)Af!HK!L14VcB`0M z!21(Z$WRMafP65Il=mIq`_oK8@d|+u8PQZFi0|r^Ios_43dS=7u(ysK)c~JgS3UUgQDrxZFT0ZNSm%1Ki}%tu~~(= zW@x%Ql!URmojn`cQ<}w_hNds@l|kYG7srtlbR9dZt3TDpeMtt0fc5RubLfr% zm;dv^zJn^h8pkuS0%}6x*x0O%^*S8_0de1wl<_N6LcPn-9Hz!%gfWB$_O;S_66Np! zBF_tQbzRP2^=wSjaH!$t@Fe=w(UUd4rj38hkE#WfP+pRK&{za`X66#Wr9I3jm6#^u z(ozZ8UPnw%qOaUPN}d~|Z2`5EJ=|WaKix>-J>qNAojre&Pl}R1K2_495=@d zGI{Zj?fo`=W@Q4j{(+90{*tpA@)5jy#~ENa|HP`2Ux;idnT6wK1G;#_^l1+*S731M zv>YgK#8i*$t1RtjfT||rd4GLFY$k6{wH}dlI9?Tq1W+i8eD@OHk}D`Jfii(ey_s{I zf}s(d^Vy@DaJ);`Kw%f)kg;*;cZ-#rp=J*~escRR8yWyltv`KhC$f5s1z+QDycn~+ zOJ2LQIt2ekQ&se)N6CuM>o$GBLlkvf^KC!WIdM(#7EOF7Z;#0s75A!-->ww!+}Ieg z7?uTfPVjF{9SM6~Mxsgmd^xV=m|tKrmPm?=55tFC4pyPSFmwIBP+sPpRXfF-d%8FG zs{L!tXs`9CL5pF@iDu@0C(z>ez5J6|k`duUgOfhd8@H=?^aF=0vcKdX3w&CL@vP>V z${H@wExExW|3Yh=myfSt8|TiKk`iZE*B^9ri*Pvk0}K^-*RXLN3f*~udj1;- zerxxJj{hBa!$De4PcIMLv25@1*=1YeZw9dh9K<8=*EcqjkKU^@e0iK$n4`oX_v+-N zU?=P)3>=ocw(hrjQcu(ZU3MB}PP^1SF~2w^D62z~e=e+d?(O!N1~%s`Hgh@RxovZ4I|Gv+B{anE88LDbr+WTL@Hz0$m)gfH~C%mElU zY_3%No%!=;o2H{iQ%cxmEixR0?mTM`F{&@$*GAEk1DL6!=8NV&So7)3N)QIQvpMb4 z#tkno%Fm}`RoIGY4FXc!PND)qs?LI$PnGbR-JNzjLQFQ1OC_w0VOTN8v3l6io5gD4h9PZ_a3z- zx2&!j+HRMqiA^8$3e9mda~{nc720N@$6}cn^eSUqmvX#Z_vOTqbIXG#2%+0G*Lj!IyHVnLjyGuTBlKhry(uFKip?5*WM~OWP=HZlNi71mypk7QRg-wfi;nI3i+!UA;yly9I+$**P|8oiPk?i9y*=5f}&Kw#H zmNN~roN9b|ZecMlPui%xHwK{RgGNpQoMqhPrLAn{sJBNqXKLzQQ_rWv%f_I1j`5NwQ!e8c2o{-k%wjxwH`{XnqCY@q+ZOUJF5kBl&TMk9Ui}bZk`P+?DF)zUN9;^ji~K`C zPHKY5zeNlm6 zZ$xX30Drvxjvdm(*cc9=cyjYaZSF1KFf3pkAB)m@d;vL#OrFfee$E zlLgMqF_m6&B^p}29nDlR8FqdeL=$&0(|xGHLuU7?19sQB%NSR^}2CD_9GcZQ_&z)@w_0za#?>KrKE-Z*pzMvV4k!Q7m~N$j({d zb-4bf2tGr~L#(=~^QT91MrW>p?q74Ns!RfhhK1~%y~Mk|Jm($+Y0eK>fH8?_qOb84 zJ>JHz_O6ZIRx-V>o7|vdLZX(|8a~7?j%a-x$^_QvzAyVM!Z7G~H&&5ZiIA0qWp)T* zcz4Id=~Vfk%+XTrmF&;bcc`CA4Ep!gO4atfT?9B99oihS|JWbMw#>-p?Xe`?cd>+B8o(czzHGyFx`kr712@^j18+} z-`rOp*bU=z|M<0T_XEG=GEih~H_9Y}`K5@{`u_1VoUZQXW5hW-kAP@wUA|>?DgNkyb>XD+fh#UwI zARwTYuaKfIZOwATTYw2mGY2!n6W>6AUmgu@n{-o|u77gToVnH*Eqf5UznpC;!KQ zn-9YKu~LAG|KrC#0q%%Eh9E&70DcEd{_gyG;*{rzux=fn+i&3`Q}F4F0pVgW8v#tse++1c6hF<;u%y!C*GcRa2|hlho& zx{Mj*iog9bdyZCCRwmVjwJxR6>2?iaK>_t50ODX`&a)&;60FQ#%e@m6SYBRkY-~(Q zIwa?`CpzP$uV{_yhmlt{3nGBviE)R%#7R{N=xt3Mvs^Um)G-Z?4_$~}JIMaXGwh;i{pYXuT^`rxJ9B_<0hgn} zz=8l6)GO_to@?TQ;B2uKc6)n!)#BnvzRl$koVjchQ)#%~zcAm(y>hej9f{GDX>Lk8 zl%)%17PA$tUx09Pb8AFP%nd~}T|1)H>Rg_emxsgQFc^&UhVlu7Z!@%{o_};W>v4*Q)?NUf1-SNA6ELOA=ZpZdrMOz7Ut!-fGC%U>_MOC zX-ml+Q}l32&wwkP`US$>*;zF2R`;c2K`evr(+Xn?|5Fzl%Ne7MV4QEb`bUOkv26O` zC)}5o8qzc)LDJ~{gVWlIr{=z1J#}~1PX&?>1~h;8qNA3j!+3)8i^amBiHV89!NIAi zY{ZH5cS;{mm(z~P-Ewqv46aFz?T`BqhjMx(QmUDteh*yPavS?EPpoEY4j)f2q=_5A zV6YvFybGwSKi8C{qeoDk!pN{(^FO5(%M4`xm`8QLEGJ9%gA366J>+!m_M<5G>1uZ= zY0(fD>DBhvpT8OFp0kD))x^5r3ImJqTLxH!VxNPSiL#;Q6d^m?mU-!Q7HeLCV16E~ zim)@LGPgj3lhI&O>+8cQ9jRcQo@6=I%~pCJ{8X^6+DY)LPkf|&t!A*ku1;H98>}N2 zeB!{BLUX2@`{WHZ4HqziR>ZxV{LK3PXpLxja*S2vclX&FXI^f0q+X&|zA|naJ$Guu zX!Pj~a!#UxG^+E{W8<9=e3FSS{+@&G;f#jM#|{W4l3o^vJx}=bK*|fV+fb&arkGwW zCh=vOG}%hqR_oH9g?XQA)1uQU^&)li`#&wFL#C)rD=GwX5iM4?H53XI6^)m;k$uRsK2>8hRwD zd29(XmSTmqPHcNtEY|l;|55wV98YY*->wDoK2LnU&}PT-$u|%p?qzW{vcCcY8zFuv z_I}N^wP3OYZ>jD{A}Y)+HOgyjzmofrs1fgqjALzVSdsT-qcaHuwwNv9aB0SnXkO@% ze~|36Wos(FNYgI1s1&j>CNla-zL`UlcR{R1jlEf1zdYdld>9LZq2D96qr}=ZVCr?H z0at6l7HAjPjXNbx0x{e4*FIkv>$WqUa?eLfY>z7ATWy)DX6(&2=qb0@W|~M-P@GtO zHTy-|mBcp1H_p{-#_SmfQc|@y@!)ib+~D_K0~n*=hRC6C3=Bo9Ha~BP{?lhWDp@vO zfnlS{^R`rdc`3^9$(6`mC<^K%cKV^8_AoAgrrY zDqKRWB0e{DpA`aufI^{2K?PaSS2utc+cB7Fo1_Cl?TV2`}W3R zo@H+Jf5>=cm+O4TK6~&R-Kyj$Swa;K2&$aiFE(uy7#L_NG_3ORQURjzLGY{XpXE?a<4w%@ypYdG zDK~rKF6hW@2f$fi*FI&0*hL}4;uyW#cb{)WfWcj_ScpY&XE@n}>0d zjLDP`5HiSg=mTC~A6$M`U^}wG;Er#~ITE}Pw4?-+&Iz}u_3?P?%kRcoGV;oejq=b< zqqE1>izvyBTiF}jkI28%l;5%22^)5ZOoH>?SoC4yFjcy1KhyNwvb1>3 zXP3M!93dl+PfYX1F)LF$`mwR7=~P)E_z&oNNKizH^*s#pK1|6wa&usW??+8*8&N19 zwCf3>r@ZfFkayKUy+h}p-K2`vTUHs9v>&?)&;07oQ_B=ZaITf3o21T0LnZiI4aTPV z0}MQ)d5xO&I-UU^->yaIW}|E|w>-E{d6CK#OqZvgY9ob1&%wG+J}kOlbZmbTy3L`% zt7EtmGf&K~UES!-P+?MWGVFGS-nLu3&#BKr6=r8C$uPdW3_04MVQp*E+Un^8~7~;eLf9E zLYD}PBJMYvyaW0ETGtf5OBX@PC<*tA)?4PM6fQ`S^}*4NJt2GP!zti$rU3d@GD@k( zd$aw?Z#fqSmPv|2c)>#5(NTJxNI|Ula-=_bL-GzGxV17IEoD~3S~z;VOOx8DxH(*i znn~C)uw71MuJ`yB>jbq69Tv=Q zl#G2)436nn-tijR(LbQ}Dsz)i(kGSh(5ZbhIf|^2-?pke=3Lxn$$RBvBEA+s86^1j zjzqw!b=NAOq?$s|GshY?Q!l<9@yjM7^1`M24t!R<(Md1LeUBfLMQGmW3-<6LdGr3F z;W?kWGS3Ogu6O1b+tT5Ko4Vzj*!t?EPyb3zejWv(Upey}c7?M_~ztF)%&HvHUw#H$K2Ga_krfxuFt-7k|bestD^j^h+B>w zL6N*PWpO3d2mcEXMJ<%a*_MwZ4D_$E0}39=ipWp;_Lpqh2a<|~b;F@3xD!?qDBbm#MdUiS7 zF#u7du_p@Jz9`=8kStr@7=mQvWFDxfNKZ^J&Iy{EaC;%H&tDQ9OSvofGfW}AhPhNx zrOTO}YS*dq=v~WX>GFx$j2fP|Dq*5p(KDFnQZL!1xoM%HMA}}A7jZMQ;VvagfhS34_r}Dx1IcRfIg~N2-SEHX8daZagS;qR+0Kdns;ko`CUf7P=$Z z9Y*&wMjk4%?6%FnU+X%jO}p&8mLsXIw`M?Taf25=aA&o*tPKZUq$Tgn7v$v+l)@ZV zNb%I4_0?PWSJd8|caGcFCouCZG@tt4L`aojoqY_fY>WIZ9V~lDKIJxLKlG3r3Hf7E zyqQhCtIM}JA{W35Ju2CqwX&YmQ7Jue;g=2dSO3!UQj5I!^RX+Xa$<0$vY~>hUIKq0 z6w1)IFF&4&`4Fpl9oIjTmv4uwdpNjEf_%z zza`w;vt@bjVtQJ2_vps#Z?TK50q0(bcToI`TzyhIAV@Q#c?XL0ZhXW)A>7f0p9$V*+PcGDCTf`6d$G>#n+jqrrX@( z%kjUonQ-JUq~4}iEj6$|SDmd;Y|D_tm+19qJMFc<@wSunwmNq7yP$U^YMXWI zU+eAH|5vDE!zR`FaG0@0jn&{+CpXOP ztex|j44VDDrpGwWvwOQ@0_ERHiPsNoZ9W^I7%M(IOG7;i1*af&@oM3n5WcTP_7hYX z2m1MmDYc5nGgc;jTI-V)^X|C~>i(6MDx$uq`L6WVO)hF{MDWF9@1Skf!uYf<&Y~ov zv6NmQA>!JW0qWYQ9BfufSJrj9+er~`Mw57N#T**XFV~Ceh)prSr_oC9HDrK0b(Q7C z#NB30@wkPFYac=Im-x(la6booRs+tx;4mR%p|76^=T1O&y5rNUMeDztj4Iq+0QzQB}iN$Sm((*NQqDTh~z z^4BU_+ecs|tyXgfJiZ~s&duU>BJGriGvw)2V*u?RRaeGG_z)QVLCztXS8V%vMad4x zg}8lpOSDdgKf1R4TY}Q=PZLt-zRx8~XNU)DjP6NAPY^?6~J0%IQjmud%?T zC|DK-T)N6F`q1=RyY)j8tE~5EdfkN}WkAZ*OvnG{cen862SmbVLPbxGO3_AwYCC3m zz-E=E3=dsk8{&976i^9iWP>y`CGfCIlbe=|`iSJROw+SAn>`SE+;w8_tzJ((db8Hi z;8Q!H%{^+wR4R0POUF&OGE~^nQMYgqia3GlsU_^NFNLFZ@XlYm7T)%HJNp5ornadl z1o_$8IRbTnb-yT!uTj0xb*Tq!bG6)-UuJWSxk=XGpOJ*H9&__PwJ;Ic_6H~vj3w#7 z0Kw}+pUe2~YfDAGF=Oi!OXmD~Px47IZGO-w&B5^lVJM<Co`Z3}dmVa2`hp z>1w(&@Lb1GnBuQREU^zhc{2KCgZ`dV>uH6W;SMl~c0A?`h0&aqzi2Gm zISx^-#+5xZIxj>Q^9o<4EcG_n_t&^GX$!+#9Nd0!m`fM?iD{|+nR!A$Q00sgWq|qU zWFUa_+G~4iJY~PBY;`2Rb0P;Dq2E%)Rd!2cfE?SKlT-tyyS7&D*zLc#tAOI)+CsY^akTTs9zm78a~=6EXw5j-RXP{zGx8nuD7Axf zpA9nVYS0C5nil)jh9iriGvF?FlI|^>Yp?G#8wp(|u%0cjDZ%hT>*227rK08CFUUcs zzs8nY2~vy-hAM-|rbGwL2KqQl^L4}Kk4V4m2I#UkI?9X~3Q&kWo6_0ds7*Tq7hEQD zW*eZ34IqD;aLYPsP(vldQR0JSQUztZy8FB91|xhyWYeo#a;I6(4iPeuK);f8*pb9( zA%&wyiRR3if2wef$}KlVo%g=H2@)b+Dje$6*u{qAF5Q$@(-KO59ezM0dpVu zYg0;G4m`o)5M%1F!PYVrrQtyUq*Nayp+wUJ?DaJ4uhDl2GNgT7RNiZfQ&I9%RJiGN zr6r20I_wj{DUl}YUxH8&%i}3z_f^Sgd5>2}vD(G5(#Y&9qVMUtn|0O@8A3I z)`MB3&Pf3=T3P!=bl+>L?Lpw6iK(zr(_JUQJt}*Z{1!a{4FfZI07McKqQTtL^keA$ z#Z&`9vct{Dvs7_FD$b8d@K<8ghxBAX9qt8KTO7ni9St9Dx$m)gdiQvs$Z~r{O)_eW zCIVrzg)Ys@^8Z|MPh5HlBfM&O;(S5jA@K6=e3>M@cTpdlCf&st|NY?h1;gD3k3sBr zj$>lQqbLI|jzU~z202L-JnZ0b2`Gy<(PhL53Hu(A?1)^+8)r zlGp+l#R&?Q#2;1x4EsLgy|-7ZPJq-{*)#raV{H|LCyxGWeZfvAtt&eaA2~5tpTqCO zZCYE}{sTGSrhorCoD^X@;TYAhx!~~p4`Mk+U|zq;;vQyxHe(cPqz$qoZ_dd0SALG~ z2@s4PY}zKjRHoS&7s*lN(MWNjS1m!s>ynP)iwh31VDYklwVG1R;JR+k5hp-K#a5NO zFj-s0xAWx8b&A2OropkLWQi>V5^S#J+MoK(u0p#Vu0Me4?ASNVs9Sr(i-Sk5w6v-X zU}=Y168~zL{4{4?m9ovB6cGg>mXh3R-hI_xE9R3EHJ7%)ZUckbZEu4bLkMfrL`C_i zUvV$0?HfPUnYY$2hlH3meg#Qk17-DvA;apikaPA{nU368of9!PQAZ4BRruvxvt)Fx zJIL!OE(+5fM@xeWV0R`#{?z7>s?`uh&E1ykDJnzJQ{#PVBb*w?2Wm?@=fBKP3@uu9 zzk1Fp-gY2w&CCbs9J+!g)&=^|K>~$8dl^4Bqr~6oOH+}OGu#70{4=`P7)ue*&#}Bh ze7BV-=W~ko8B0g~in}QtEVKQVzd7gCQ3}f;c)>jz@9y|5O#Wc!vO!a7^$!RzHJI}SzNDxwO4y0p z^PGLU8eUuY@oogM6n42o!%iKyAq|<-9fDgSKYaYUoh{_)^Zx0Xi9{elO-VilJ-+Q# zBfs+%=Wx6|#StV2a{-?Ad5ME-M+v;?K`?IK49=k{s{N~t6KIRFhKbmL@`66)!$uql zbJMZpAl~QD(()egCaMY_hg8ahoTdAErO|`u8j2UM2XQuZ4ygwtQ{$V!z1P&qVOf$8vbi|i%`-3K;cmug%T=nWIe;{d%=LrO;DAb+jL5WjGnBZ2tK~Kt6V=vb_I(7E68EvqI%@tf1>vPc69e2L;sftqyMJWrQY#K2md}`xBFj! v|F1LMf0OI~argi5-2Fc}`u7y?G+)r5*JSB-!96GdUM4rq{wOne`0T#`txn&q diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label_2.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label_2.png deleted file mode 100644 index 593a4126d3ab7ea87718dc68669b10bebd91a6a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12947 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label_3.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label_3.png deleted file mode 100644 index 86ca4bf8c1f12a9155e045af9e3d01b6e2f4c71b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4640 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 VSi9)C`;P~Z5Vw09ZEM!ye*;8-d*uKC diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label_4.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label_4.png deleted file mode 100644 index 08611fc004f33dbd219144d244dd2ac9d3e0a001..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8582 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 A@Bjb+ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c deleted file mode 100644 index f38777e..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c +++ /dev/null @@ -1,123 +0,0 @@ -/** - * @file lv_test_list.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_list.h" - -#if LV_USE_LIST && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void list_move_event_handler(lv_obj_t * btn, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ -static lv_obj_t * list1; -static lv_obj_t * list2; -static lv_obj_t * list3; -static lv_obj_t * list4; - -static lv_obj_t * btn_up; -static lv_obj_t * btn_down; - -LV_IMG_DECLARE(img_flower_icon) /*Comes from lv_test_img*/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create lists to test their functionalities - */ -void lv_test_list_1(void) -{ - /* Default object. It will be an empty list*/ - list1 = lv_list_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(list1, 10, 10); - - list2 = lv_list_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(list2, list1, LV_ALIGN_OUT_RIGHT_TOP, 20, 0); - lv_list_add_btn(list2, LV_SYMBOL_FILE, "File"); - lv_list_add_btn(list2, LV_SYMBOL_DIRECTORY, "Directory"); - lv_list_add_btn(list2, &img_flower_icon, "Image icon"); - lv_obj_set_width(list2, 100); - - list3 = lv_list_create(lv_disp_get_scr_act(NULL), list2); - lv_obj_align(list3, list2, LV_ALIGN_OUT_RIGHT_TOP, 20, 0); - lv_list_add_btn(list3, NULL, "No icon"); - lv_list_add_btn(list3, LV_SYMBOL_CLOSE, ""); - lv_list_add_btn(list3, LV_SYMBOL_UP, "Up"); - lv_list_add_btn(list3, LV_SYMBOL_DOWN, "Down"); - - static lv_style_t sb; - static lv_style_t bg; - lv_style_copy(&sb, &lv_style_pretty_color); - lv_style_copy(&bg, &lv_style_pretty_color); - sb.body.padding.right = -10; - sb.body.padding.inner = 10; - - bg.body.padding.left = 20; - bg.body.padding.right = 20; - - list4 = lv_list_create(lv_disp_get_scr_act(NULL), list3); - lv_list_set_style(list4, LV_LIST_STYLE_BG, &bg); - lv_list_set_style(list4, LV_LIST_STYLE_SB, &sb); - lv_obj_align(list4, list3, LV_ALIGN_OUT_RIGHT_TOP, 20, 0); - lv_obj_set_width(list4, 200); - - /*Add list up/down buttons*/ - btn_up = lv_btn_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(btn_up, list1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 10); - lv_obj_set_event_cb(btn_up, list_move_event_handler); - lv_obj_t * label = lv_label_create(btn_up, NULL); - lv_label_set_text(label, LV_SYMBOL_UP); - - btn_down = lv_btn_create(lv_disp_get_scr_act(NULL), btn_up); - lv_obj_align(btn_down, btn_up, LV_ALIGN_OUT_RIGHT_MID, 10, 0); - label = lv_label_create(btn_down, NULL); - lv_label_set_text(label, LV_SYMBOL_DOWN); - -} - - - -/********************** - * STATIC FUNCTIONS - **********************/ - -static void list_move_event_handler(lv_obj_t * btn, lv_event_t event) -{ - if(event != LV_EVENT_SHORT_CLICKED) return; - - if(btn == btn_up) { - lv_list_up(list1); - lv_list_up(list2); - lv_list_up(list3); - lv_list_up(list4); - } else if(btn == btn_down) { - lv_list_down(list1); - lv_list_down(list2); - lv_list_down(list3); - lv_list_down(list4); - } -} - -#endif /*LV_USE_LIST && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.h deleted file mode 100644 index 0ccd672..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_list.h - * - */ - -#ifndef LV_TEST_LIST_H -#define LV_TEST_LIST_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_LIST && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create lists to test their functionalities - */ -void lv_test_list_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_LIST && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_LIST_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.mk deleted file mode 100644 index c6d0724..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_list.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_list -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_list - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_list" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list_1.png deleted file mode 100644 index 0dc85d675cfd3b6564ba8a078ff06119762adc52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19013 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 LvSN86Iv)QY?h)H& diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c deleted file mode 100644 index 2c42f34..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c +++ /dev/null @@ -1,81 +0,0 @@ -/** - * @file lv_test_lmeter.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include - -#include "lv_test_lmeter.h" - -#if LV_USE_LMETER && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ -/** - * Create line meters to test their functionalities - */ -void lv_test_lmeter_1(void) -{ - /* Create a default object*/ - lv_obj_t * lmeter1 = lv_lmeter_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(lmeter1, 10, 10); - lv_lmeter_set_value(lmeter1, 60); - - /*Copy the previous line meter and set smaller size for it*/ - lv_obj_t * lmeter2 = lv_lmeter_create(lv_disp_get_scr_act(NULL), lmeter1); - lv_obj_set_size(lmeter2, LV_DPI / 2, LV_DPI / 2); - lv_obj_align(lmeter2, lmeter1, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - - /*Create a styled line meter*/ - static lv_style_t style3; - lv_style_copy(&style3, &lv_style_pretty); - style3.body.main_color = LV_COLOR_GREEN; - style3.body.grad_color = LV_COLOR_RED; - style3.body.padding.left = 4; - style3.body.border.color = LV_COLOR_GRAY; /*Means the needle middle*/ - style3.line.width = 2; - style3.line.color = LV_COLOR_SILVER; - - lv_obj_t * lmeter3 = lv_lmeter_create(lv_disp_get_scr_act(NULL), lmeter1); - lv_obj_align(lmeter3, lmeter1, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - lv_obj_set_style(lmeter3, &style3); - lv_lmeter_set_scale(lmeter3, 270, 41); - lv_lmeter_set_range(lmeter3, -100, 100); - lv_lmeter_set_value(lmeter3, 50); - - /*Copy the modified 'lmeter3' and set a smaller size for it*/ - lv_obj_t * lmeter4 = lv_lmeter_create(lv_disp_get_scr_act(NULL), lmeter3); - lv_obj_set_size(lmeter4, 60, 60); - lv_obj_align(lmeter4, lmeter3, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_LMETER && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.h deleted file mode 100644 index d5e26ab..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.h +++ /dev/null @@ -1,52 +0,0 @@ -/** - * @file lv_test_lmeter.h - * - */ - -#ifndef LV_TEST_LMETER_H -#define LV_TEST_LMETER_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_LMETER && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ -/** - * Create line meters to test their functionalities - */ -void lv_test_lmeter_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_LMETER && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_LMETER_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.mk deleted file mode 100644 index d898b39..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_lmeter.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter_1.png deleted file mode 100644 index d85c92e78de94abfea4d99d25f5156c46189452d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6558 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 VEz?)G3J6Gzf^m(4lnq(D3Z> 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c deleted file mode 100644 index 8a722ab..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c +++ /dev/null @@ -1,83 +0,0 @@ -/** - * @file lv_test_preload.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_preload.h" -#if LV_USE_PRELOAD && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create preloads to test their functionalities - */ -void lv_test_preload_1(void) -{ - /* Create a default object. It will look strange with the default style*/ - lv_obj_t * preload1 = lv_preload_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(preload1, 10, 10); - - /* Create and apply a style*/ - static lv_style_t style1; - lv_style_copy(&style1, &lv_style_plain); - style1.line.color = LV_COLOR_RED; - style1.line.width = 8; - style1.line.rounded = 1; - style1.body.border.width = 2; - style1.body.border.color = LV_COLOR_MAROON; - style1.body.padding.left = 3; - style1.body.padding.right = 3; - style1.body.padding.top = 3; - style1.body.padding.bottom = 3; - lv_obj_t * preload2 = lv_preload_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(preload2, 60, 60); - lv_preload_set_style(preload2, LV_PRELOAD_STYLE_MAIN, &style1); - lv_obj_align(preload2, preload1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - - - lv_obj_t * preload3 = lv_preload_create(lv_disp_get_scr_act(NULL), preload2); - lv_preload_set_arc_length(preload3, 90); - lv_preload_set_spin_time(preload3, 5000); - lv_obj_align(preload3, preload2, LV_ALIGN_OUT_RIGHT_TOP, 20, 0); -// -// /* Copy 'preload2' and set a new style for it */ -// static lv_style_t style1; -// lv_style_copy(&style1, &lv_style_plain); -// style1.line.color = LV_COLOR_RED; -// style1.line.width = 8; -// lv_obj_t * preload3 = lv_preload_create(lv_scr_act(NULL), preload2); -// lv_obj_set_style(preload3, &style1); - -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_PRELOAD && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.h deleted file mode 100644 index 85c0312..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_preload.h - * - */ - -#ifndef LV_TEST_PRELOAD_H -#define LV_TEST_PRELOAD_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_PRELOAD && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create preloads to test their functionalities - */ -void lv_test_preload_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_PRELOAD && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_BAR_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.mk deleted file mode 100644 index c756312..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_preload.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_preload -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_preload - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_preload" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload_1.png deleted file mode 100644 index e8aff67ac7343664123dc3bf64b9c2c4c0cf711c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4879 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c deleted file mode 100644 index 05ad062..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c +++ /dev/null @@ -1,75 +0,0 @@ -/** - * @file lv_test_roller.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_roller.h" - -#if LV_USE_ROLLER && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create rollers to test their functionalities - */ -void lv_test_roller_1(void) -{ - /* Default object*/ - lv_obj_t * roller1 = lv_roller_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(roller1, 10, 10); - - static lv_style_t bg; - lv_style_copy(&bg, &lv_style_pretty); - bg.body.main_color = LV_COLOR_SILVER; - bg.body.grad_color = LV_COLOR_WHITE; - bg.body.shadow.width = 5; - bg.text.line_space = 10; - bg.text.opa = LV_OPA_60; - - lv_obj_t * roller2 = lv_roller_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(roller2, roller1, LV_ALIGN_OUT_RIGHT_TOP, 20, 0); - lv_roller_set_anim_time(roller2, 500); - lv_roller_set_style(roller2, LV_ROLLER_STYLE_BG, &bg); - lv_roller_set_style(roller2, LV_ROLLER_STYLE_SEL, &lv_style_plain); - lv_roller_set_selected(roller2, 4, true); - lv_roller_set_options(roller2, "0\n1\n2\n3\n4\n5\n6\n7\n8\n9", true); - lv_roller_set_visible_row_count(roller2, 3); - - lv_obj_t * roller3 = lv_roller_create(lv_disp_get_scr_act(NULL), roller2); - lv_obj_align(roller3, roller2, LV_ALIGN_OUT_RIGHT_TOP, 20, 0); - lv_roller_set_fix_width(roller3, LV_DPI); - lv_roller_set_align(roller3, LV_LABEL_ALIGN_RIGHT); - -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_ROLLER && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.h deleted file mode 100644 index 6e67478..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_roller.h - * - */ - -#ifndef LV_TEST_ROLLER_H -#define LV_TEST_ROLLER_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_ROLLER && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create rollers to test their functionalities - */ -void lv_test_roller_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_ROLLER && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_ROLLER_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.mk deleted file mode 100644 index 0250fa9..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_roller.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_roller -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_roller - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_roller" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller_1.png deleted file mode 100644 index 572038dde25a0f83a9118d7b43506c3cf6c4134d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7329 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 YmL(`8-BkwvWP~8j*`6)8^8V?608>8NJpcdz diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c deleted file mode 100644 index 2eb033c..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c +++ /dev/null @@ -1,100 +0,0 @@ -/** - * @file lv_test_slider.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_slider.h" - -#if LV_USE_SLIDER && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create sliders to test their functionalities - */ -void lv_test_slider_1(void) -{ - /* Create a default object*/ - lv_obj_t * slider1 = lv_slider_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(slider1, 10, 10); - - /* Modify size and position, range and set to 75 % */ - lv_obj_t * slider2 = lv_slider_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(slider2, 150, 50); - lv_obj_align(slider2, slider1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - lv_slider_set_range(slider2, -50, 50); - lv_slider_set_value(slider2, 25, false); - - /* Copy 'slider2' but set its size to be vertical (indicator at 75%)*/ - lv_obj_t * slider3 = lv_slider_create(lv_disp_get_scr_act(NULL), slider2); - lv_obj_set_size(slider3, 50, 150); - lv_obj_align(slider3, slider2, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - - - /* Copy 'slider2' and set new style for it - * (like 'slider2' on its left but dark bg, thin red indicator with big light)*/ - static lv_style_t slider_bg; - lv_style_copy(&slider_bg, &lv_style_pretty); - slider_bg.body.main_color = LV_COLOR_BLACK; - - static lv_style_t slider_indic; - lv_style_copy(&slider_indic, &lv_style_pretty); - slider_indic.body.main_color = LV_COLOR_RED; - slider_indic.body.grad_color = LV_COLOR_MAROON; - slider_indic.body.shadow.color = LV_COLOR_RED; - slider_indic.body.shadow.width = 20; - slider_indic.body.padding.left = 0; - slider_indic.body.padding.right = 0; - slider_indic.body.padding.top = 0; - slider_indic.body.padding.bottom = 0; - - static lv_style_t slider_knob; - lv_style_copy(&slider_knob, &lv_style_pretty); - slider_knob.body.radius = LV_RADIUS_CIRCLE; - slider_knob.body.border.color = LV_COLOR_BLUE; - slider_knob.body.opa = LV_OPA_TRANSP; - - lv_obj_t * slider4 = lv_slider_create(lv_disp_get_scr_act(NULL), slider2); - lv_obj_align(slider4, slider2, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - lv_slider_set_style(slider4, LV_SLIDER_STYLE_BG, &slider_bg); - lv_slider_set_style(slider4, LV_SLIDER_STYLE_INDIC, &slider_indic); - lv_slider_set_style(slider4, LV_SLIDER_STYLE_KNOB, &slider_knob); - - /* Copy 'slider4' but set its size to be vertical*/ - lv_obj_t * slider5 = lv_slider_create(lv_disp_get_scr_act(NULL), slider4); - lv_obj_set_size(slider5, 50, 150); - lv_obj_align(slider5, slider4, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_SLIDER && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.h deleted file mode 100644 index 1193152..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_slider.h - * - */ - -#ifndef LV_TEST_SLIDER_H -#define LV_TEST_SLIDER_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_SLIDER && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create sliders to test their functionalities - */ -void lv_test_slider_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_SLIDER*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_USE_SLIDER && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.mk deleted file mode 100644 index 4104993..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_slider.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_slider_bar -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_slider - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_slider" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider_1.png deleted file mode 100644 index 86d15f59f8c01a47f5193d0a067de9735e30c372..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14132 zcmeIZXIN8R*Dkt3?+8edE}%U0APNZ5q!&R@=~b$9q)88`2+~9;N>ypnn{-m>3ep9H z5UNNZ^iC)_3!nEp-#+L1_P_me=gJkxnpty>ImVcCj{6>C#opJ~q@`k~0sw$kTT9Id z0El1!0GXp80ehmPh<)#BKct|bK+hY@fnTrqshj#e@N)7Cw0r6ZID2||IEwk& zKXr8U^mXy_+ayLR0st?dt)}wuS=KrRdquIOoy72iKU%934v zQ3r>M0l=K!WFb8Oz-nUvG5`e-v4In#umu1bUKj*`!v3d=s04-C>1j(dv*Iz=*tIZE zPfs5opMU`AWH@+-bQ$(x%Hak^S2#HD&!0cm5oi0Ifz*I#cA~;6 z^TP*ihfNC$izFVUnd#|P?|GstG=TD#Q4*`tF==V(fn24C-9PsjD5H3j;kojG8-MyU z4>xCLfBpJ0=IZO~8@t8=z{+rb?ZHP|c9%$~sj1s2uo%VAqoK7VDnL2dPk1gNftKNR z#CfZc@b=+Q%a|7g00d}kF@Lfi_W2@**RKFD(N&Tv@lZ|HcX|JmL4a=+4`}Cd&-aS> zr<9EJlPHQ1k<-Cu_B?bVCeOOn1dv}_c=KSVT7(Y)Hw)2nYyx-L;S^ zVxq@G2fPm~ft;=sq#ZM8lt`(NxqL5gO$0zu$m7^Z0aMtAws% z0+*_zo^+m1LzvIq6-AsKpkp^dr&*g~LhU0O1OY&D8&nifgpv*e*K?LS2^0XxK=lG_$^bE73xJA+LH_&VT!tc$_2l{H zgGuCejD%{h*?6)vUGRrnTOpC6{4hH`!LXzw*)5?PJvDO2?26qv8@pdp_?}BTQP{r! z^x2TzVsnMseWaapX7W_H9lt#<9eM z{+m5qGSp}9R`S`KHa0;LD9x4k#dbB^TVDyufPRxp;l?3bNXf&^C+;SwMqZemzNn@B zcXsjW$^+zEu>HJqOt+C6^97x?|5|?*8m(;;&q~A=t!D8l@5Aaz$cRimO(-oS>*;W4 zorh1>Gwgu`-(xf*Nj7tK@BF^4t>`5bRB-&f%>EW$7Mc_mfigL^)EBe*7Tr{8(!Osh zj7!~0lImGGU0mIL5#ji^>phz@+KyX4=1hk+4j)+wUak8qRQlYw@&&H>*O-OhhHJA< zq7xLV0jh&(U7b1F%`Y~31A?ZUONqPgDGKvX;Lz~88Fq^ce)FjM9o18@}`=7>xH;1sIvl(7L3_rNlx^_ zNnr#dr`9Xa7R-0s?3U((G2B^yU)nXqETt`mGVZ`Ro{LDzi6bvyrm(b$K_nXp+xHts-4|YUX%qJ_< znwe^SCNO%b(%KK{a)WKLYiedjI*bN;JXRU*2>rV!BF@&q9b;LiLEzQZDOdlTZa!nL ziD3>jW60~9#cO)T4T61c805Tr(I$J9n0~&xxl-Nw2(6M$6&0(P59jtBA1fcsz-#er ztBIPXR~+3WkSsoM!z~?i{dZ^O2!b>t`}_NQl6bs4JqP;x;pcc<-ZN@ul92XCm9K<2 zDl~m%rWybE96chEy(NrhTGBx@D=>HpSxsL;57=x`*RJcQ1Y5taOvU@vDGF6sSSwUY znOX|kROuk|s7Ol>gU`e&L~=9%d-qGICx)eCiswg*larGs)=dEtfbZsD<_nPSQmMQ z-w>bbFbu()e38Pb5qkXb~w+X!874E z?dJxIUzMzW5qRm$5b0=}D8r@wxTXE5n3%6RyQw3maRaQYe04-^DB?X&scasUsA)!kswQQvSV_-dC{{qmb4qG`qJ>C_foZDR<)II$2wqX{U4}G48 zsr2hy#nKYX;!~)8eQ7C;8^eFq%JZ97e}drS8~Jte+WV{Np0qI|<A*BM%MB6X|za)_sWjGaYtd zX%67?RDZ0Y#-knnzv$UA4XMEqlWi9ZXO6oLfpS$>e5STWt6HBcMk8Xkrh>H zIahg!%QU{A^&;lfH9x#@EHhvZ_m1TWvUlU$5cA3otWOQH5H4 zH5q*U8}=3gq3mZy;Fq*9#wX_EPA3DNZ%huFvrp9D4C$Hn_4P#@r$;okwq|{sficM% zNw_H7`Exn(kEmOnIp5BoOs@>ZH#zi*N6Kn<26bIu%{N|WhR2{?UVNA`i&db*ufhXo z!4vqJzpZSAfklJNqww*P^NPc`ya*G_Arf5Db~PLQQ_-L>?KGaI#uoW@X82o~>+=1! zid8bxu}O@lDrxEIgaa>vbQ>3uX5cf@(9Ib*7(yt>`a3y+f~>gXR}3PAh1{aXCt%3k z>`fYEDLCN8Dsy+AZV9ZEsh16wiY6{>dmRwzDP1smip2!Fxw%P|kBTi-_d2l#4uYEnrz%a=V@WAn*Yhy zyz^~t{m)FX)O6$FdL-L=j`NAMq1jnZfb3B?`i{oJe}%@LU}XuZudJuoSWOS zMR`HF7{e#xJ)zRxQ!fW?HS4!K!x6`$>jxv_5{z2#2p`uX>BVBH8MAMgN@F)YOzW zSkt4G*wn(*^k}VikQ)rxLXamd^C2{iWSp6#a&knClc%Te3__Fp_T`4%)Xa1uzxD0d z>W?R#7InC=LK@vXem*_2bHkToaK9F-Yiz^fPV@r`<9$%+Hqlo|KJFXYS zz{Q9X;^dI37`RJ1jm{MJdpzpH>1{vv?VD}b&HPG+=F_khwUyG92t-zlXk|| zBwH)!H^;AktN-RuC8;`JuI1{f5$&nrLUu3m$^zPx9@FCR(kKh9ZuGRy*b{lFHirN ziLkr3h7OPj_K>ggs1{w4jdU~{*S{pI;?18PB7HjO=o@m4?dcBHkrDxPs7VuMug9y? zmWncxx8CN->!y_SU7?tpKm4P~?c*x#U`-fsPMkfyT{237S@Pov!%$&7f&x4&$g8a7 zAY~?^eY*jHfm{p>-$Q1`-za6I4*fJo`D9lSo%i>~8Sp3!E)_aat21mjarF;rBnPPK zIFptkbE%F}Rt}c!D$ZT;xq}-l2!w}x;;2wm%atW`dba|M&}Br(o4R7nh$IchEDg>2h}@$6mo~($Lc%+ z+`e-&PQavA`vk-R-LI5WK62$lb_-JhbFy}O2i*P=EhI|R0#OgzPWrp7ALjvBD?BTIaVvPF!T36 zj=H^y)FacBae$(u_SsYi)iVR^RDEgQgip$1WAnj!v?m)p%_9z1;+ZR?5c*GgA8n9U zF}{@5xi?m1PFc+*LjR$@5ev#(PQ+I6hJl$8G5}8A=i}bvBP!y}+2hl$*!;HRS9JAzYRtH-adD)A^eMAn4m}JrsV4VgkmLI^~1fi;9l_!(O#o z=w*5$mzdXQv(&62027<2<1AWlHqIx~UuB0rFli-I5$Z7k`#{+j zfJ(G`SQ$;6SpW(^9&DaDhNx_tu&kiq~#&D>P3xjv81+xab#e3^|*SgiGigQ5FQ#}f3|vG z9U{iQQju^0*O=1Tf$mErK9{gHVWUVu5(oyH5g$-iw+9=48l#Hk1g^sRoBpBC`9AW; zJ3TV*-jMKGWL;plNbFw6NdG{B+c^`1u(9 zxqmyk|Mk>9M{S#s%KS>ALdvNW?P8Ley@zSybi-7bCsE@|m5%;8c0CL|KKt<|&247s z$iziW^G_YuvHSZ`xZao45JIVDMTw(bqcPw(2Lvogy>z7xevCgSMJwAikZUQ6cqBm7Kvg|}`1(raM zclN^fd@VbAjLyDxgVbnwvxN7 zzf&5|CQn|YJAwL#)vIdm?>j3>pWe9Mc=kfA&^^A;G?ry4bQV%~1}Awq8a@{voD3k*Xx zECex<$iWExZj}m0MG+T3Pp6>|mU0ZVILP_N*m5%FNhNpJ@!Z_w;sY zCZd^w<&5nhVq7w-&#Z#uSmz)_g8h(#T6_qEHXdbHmO|x^4wtJMcMLF8?{;R^#ZSNgGonLU?7&0;TkeCHaS^( z96A@Y5LBOtHl4=>g^ROdBaxs9tv|9(ScPOAS{|-mposa(^Kslh_zGx&H#TZTLio$p z*Vk2T_6FoPK@;Y*4`(?tF){J&^omrz2P5#4!_7FYykRZZSKvI>8)jJ;#$2^)h49tG zZ!}ah`Uipuiyte``&%}{tLxK#M$R|p)O&80oTfYy3r5P~1DT782-t4gS)b4eTGlYB zXe`UDKk>vqm*9{AS5F{@JgL&_R$-B|`E2O1dX&<)u~HMlZ-aAzzae=(z>*AdLg7dA zuR6D|@qqwqTo*_Tii(P2i%P~A;V-^Vx$f`y&jmO7f{x61iId7x3b+1%?R7t0Y{G4mO@+Kj-R|JmLz$E*}jjwhtse0d=! zCLt=SHmE(f$8`%P>8fCFnn5W*fxJj6Bj2_3XFX__L2WR7S#08tPZ>PVDjhzW593av$XJdZ*ILq^zmR9$^ z&KF%@uEta2XN%Nb3-4M6txGlr zX3OuT{28ZucXE2Gl2|r=-UT1fq8b>@{gP{&Q`5c0$hS91u*9b2ShwcXiI-(KuKF%e z)b)YdHW|VX>wsus6bG|6Oo)+v^#zlc`xv`@GHOrz$Nr+)=@Xo90kwqA?(+%??75%a z#%d#NZa~Z9eW#CpoIY7Qy=up$LOz&Nb#?q>(e3Z4EG89}K?iG-0|WXx%^4Foe}*QI z-_trk%${<{J%9f3U2!!)7x%~1=>deJ?zDgTFFd~+v}_K(pCF7fX3+*E@{KNoBkRZ0 zy0e~S={yGDI~MoaKGm8|M<&(OdUKYGjg`dPymh;qL+SXt!T9)ig$>dZZ>pvS{u{;n zY%xJbW1p=0I@SfhsxEXzcDxq(_~65psj88m0q1w`R}7fo9xSat4r(#&HQ9a8@^YnF z3k(WsrKkRI#{TX-Q1cI|Idw3%)Z~;`s?;e6n19P(KOt`clLU44lAHGgqzhA1nQK)m zIwV^_t{HAts&SQ*gfsKSjj~|-^+EiujIkmBLCr33};&TGWqxl;y50o zkEz4wEn8TdFsnVWVZ|?DiNd{m^v&C1gJmpH9 zt!nAU&L;MkLIf)(hz1>A@M#c zKnGAD`2OeQ72^)O!c|~na0=V~OC;H8n8W?W{1mdwpB!m4TU^zW40QjRV~74&*&HlO z=`1vhNjRjHI9s*2^@1VsW?ZMUgpG$hcgMDqYmtmb*7+ctCKx`j$|AjaVH_Gi&bs6Y396tFph`@ z)GoUWX^3DVCG{j+;w3J4&Qgm4xup5@cI=o?X{oh>jx0NTo+@{sxPah8PUhiG@ys1& z=9g&HYZK2;#P&x`%5>SyuR?)eS}G+aC43e906SS-TXQcr zMo&-c9cXqv3jxLU!-t>kPiPlZ#(YJuS0c}w$6PV+kig4zw_sAZ7m(JP8a_TSgQdG? zE4SylZvklTO+=hc@Qt|KEMsuF$v$rZDD&z6qSUp)a~XOG!O@16R^4nNgtJ2rG+h*` z{@o_JGVtX5WK$5~3^ezuG##5WfY;-iQ*h*}r^G@`ia2yze6= zyK?<~h`k<|%BXn>bemqi4sjrbf0Vrb1?*9G=P&_GjJ^6y$!>qwHDFGKfB2@rVs zp$a1g?72vBlS%PTO0I?s5y5Gm#QXy}98E~R;$?_5dd>zIvW6X1MPCJXV zLvvJ|Ktm;&p)dyq6dMzW05%8J^Gwof6CcF2O3&zdpfka(^lhKQ&e?6Nn45eho>STHTR*pmcOaT}PHLp-jM<2G4VhCZHqySim$CJ3|RELiS* zdsDY(=FN-d?R$;%VIlCz;P0+BPc~b{6Ep-J#Y!8V&gB`srXd^Jd;?UBxypsv1T8U3 zPTURxnaWfX>!t_-LNTYQ={EnX$Oj)kf4|5zjaVU1W<9o@eGj5#wv%H_J02pc7a0r> zx_@_SiXB&M4r0P2OwaYJ1j9}y_CH^~LNf<|u`|fJrx=0foyw)G0SK3^o!uwnQib3> z?7vA+eg=bCEF($CU7665pBRFt$;5N*B5C?|8g6W=bmR zHW7kwntIXdbp=RSZgg>3avOl>w1&ieJKkL$g+ebl_Ynnw`0~gmj&6_H(H0)rv3*{p z330vfvfcjGgQxleFm-`ThJ3e^+kf{QgO{ieH>~PTom$fCg4LCT$3ocE@kGCHZvgK7 z7aTpQIs9!DT{Y6|&G;vQ_Q#Qr!t9oor}}0+pXp5UeNLgXwIZhv;Y}-0BPvMI(l1ta zI7Z6{M%*?Gn@>}s*3k_YblLy>-`O%CjKVfw?<=!h1_FT;41503D0PR}?iokFFSKPGHNJyWTd%42$b8~G;P8o;Tmxm)aA%XCm66axTD z%S9~!G_?cQ1`MeK{9%vR2jznEl2mvRHsT=*Ck0)Y_NKy{&nf$AQlEw+AIE z2<@X%3uVw0vQf*p$JGGlKb9)5_vKo=M6VBgiUv7Q>=>Bj4@ zsY(qZZEDA#9^jp74;Ac=OIa}z8M`dXJi@m5gQ)8+XTLm6go7U%wLszMVi?-vNu3-- zbU}FOHJ0z$H{xwEU7Irxi?kdoU3S`R#6t7SCk%wF7>nXBcRz`Zh(-7xmVUFe>LBO< z@jOIqLcYp)JmM>Qtb{+j<>9HhdHDbsGM1)}I@cOi7$wG}-)HjEb#98mQr2hmTk}XJ z8*SruR*zjDQTeXV(4;s(Vf?(XWX0+x!49_Zt_q0-w4C1|Nfmf6-@@x>817+JDmBjJ zG{=?O_3jLypqgLm&M!_3&P*(*qe5 zw9ajvCY>NkD`L-BQ@-Yix@&y>PJ5)s#a7#csXRdiUEMjyReZaS2jTw!F&~LEGS*~h zghoipMF!gatTI6J6-@qwWQ{(mG|JJ6g1E=Yri~ftB&n^Ecpu&o)titH%R#TtgqjZT zC5Qu;+GK6>4I;=6M;a`s8V>R+Z)VE*c`!&&v~Hx%U0ng{pQCC#!W3kUA%|pKD;>39 z7EPaw2@cSyk;bRQ-corL_!!$yx*o^V1WdcHvJI@1m`|OJa=-tkgOzR#xubkV+9nVrP}$XNylosTsAR z5}%$Fne*K$2-v%68q7zRZ2ig^&7yQk{!KuOuSqnPi~lpT_odF|5)$uvLkPd)f$l6X z7Ca|aM8gUue~?BN{k&Fiol$|);P+=O)#6)WT4xZ>vqfdrwqV_|tL(r5--Y$;v_gv7 zR?F3zm2uWX>7h!3H%48pN++Dr>uQOPqy9Vw_k;#pexJA{j)Lj#+1?tt*iw1Bm-mM3 zMEo2&p+M&)l-36q(lWfKCfj(ronV=#QkhV}o#YS3xKuDFq`j*40X*s_r||nfeiSa> z6S~&#RJ1k5T$Mxp;1K?r+wR#G7#kdbG+Ms)vqD<;mm7MW^KqLd(wL}Pj8KGy*b`~z zC}p*ZF+fmGe;&b^P@k0s$N#Vz^8%<)l3wCflR>cmDqupZ=WD#Ej9&3Ovb^9 zB>X>>C}fRD(#0#%kr^ePvM(nUCSY6)*PbFU-0DLs7&$&T5C9_5)k1!RjrozB^?7$R z5%J%J7Q4~RnTh06l=#Z8l7F2}WO4MI5(8mJO2EK z=a#AtHKz-ApE%VKN{d3nQ*12XWGUu%BxV6*RjiQsc%dveY-;bo!?uzhL~zEkrlYg) zQ>}MJM*~1N$jhw>Sxt$8JIc5q^(Z_+ct@7%ETm#waK9~nO#u=wMZ`Aw4%`%OJgWGk zJ8ICLP{e~;a<#S$g96^}B+!~7C_GbX;>-Bj4!&z-&mO*=LfqIIZm71i%>Hu4YAP3! zg-Z5ht}wFyiKKH-FTT&5yc68^6M}6Re+2;qQT=Rhv|suroIZq4`Ssymj{IDF5FVI~ zI4%yJw^S9F{9XjfVvZ-)FizdUZBB@%%836dPl#H}F=z5~JhTj2{QNsV#fE3H1;Q2q z`mr%{A+F$9=Xmn?>AI0!#Zy;^WrY=E@;D-OSUUGW=*}`JH=YMgok-B<1neXCzu=*4JMH~Vkc;SNe?Bs9z+gl7K}jYZ3F zC+DWd-U1syb-{_|TkDdD&5VcjSwU~aRCAc-4A*c=D9G3p>>S5tFNqkq1d&1SfB`98 znnc)kC6&R*OUKrHEu?@j7-e7Ed3_jn`@2#~frP^fwHf=3 z=ngD%GRKbXOzG1dh}I=0A6q@F)S_b$R3a4|OFW3HBe?H0nWJFBG2DvE#xF0>x|k z>ZaT?;a=*RaFy`_j<2sama%BaoCBCVeq0UGj=73q&0rAy&t<)_w*6qZQSsW^8py9* zj#KCFfu+bVoj{0DZ|Hc)PvM(ko7sUgW>!|1$;sOc1SZeg+uIM3gtM&``OQ{-zO!_D z!eY|7iki3t_ssCa5X6qM+IbSs`N^*Xu&_=`Z6^F=oqvP;0`c@25+9i!eTfpv3IS^P zwgF>4z8<#nKJx3poT!`~uqmU`qk0$@8=?%o9zNQSTNGf zy?ca0ZGi=k7f6cUlB%LN25vv%$3=(F@lw30@Ea6HFjDzRqUUE znCcr#;pfi3n657-ScPYIA2sw>iqBL>UwDi|zg#uTGQ5~nrlcBo($~1K17c353yo>F z5*a^jrFx%qOCWZaQrXy>_M&2wktf=32hP<>DoZuM0hmd?MKf?0*?pkb6L{_hqBh5y zfvO9&R7Hs(HWYh^ViUtK+oD&Tj)5WaQlJ}ynEBN65&h>56$0jP82eP?eq&zYGctJOsY8e^=w|m`!{G8XEPC zV|blHv&Li&Jet8dgVr&f4<&lT{MS097p6y&g|6X{#D^WXY&pTqHLt}Nn541nC%~c0 zMb2(pk^(?QMpMm&y}HUJ74gKod+RS4<}ZOoj%xh1Zqet5^NYha^fXBqO6709(lH$P z6Kz2_k6c`6g}h+~)%+JRUjt1Tf3yz(@h^w>q7vwNU`l?J@UHCzx`eqt5X10rgiE>BUlWJ{Cj6wr- zx$J7ZlBAL@G=IS%P-c7tjpmZ^@fCvW>b)V^D;I8&3>LL~Zjl63^DZ0}G~R{+_u2lx z?tho`qPmg4>B{rsGvKf9Uw8Sp7wQY_PXb!y%6Dk~;&>g6>RlsQFVGDx_QiO7)?yY& zI8=cA!Vn29uSFx-ML(1_#ENF5KW^F5BwhFt$Uc;LD?+}#PWEg69NM+=cl^92j*-}d zfGw6e+rPaVN?`NCO_OW2SOhP_%Bt@1fJK{*iF2>=ox7lZyKGVHYe zb>pa5S?FITqc6s@8_1F-x>%Mjd~}Ls03b_o@$>tjveP<4RCpxbQ<@9J{b$wu$II_9 z^n4e#T?GaGueEWZZeG}b*pUVJ$0T%q>+B2e&}j&GsDb?I`>~EN3(LsireQeX=h0o#!$DyLlVj4VOsA|^Z3QjOe~b{{SAgdco7edIVt4a!A0r%(G5mdyKCKdx*e{kWHe{lRZ0S<;Ugm5l`y zS#LsLNGj%aA88VM^MOnD=CF{X*>+dGeB9!inWf2;$3+R`1J|g4i%Lj~9=hvyzMU_E z<*drnlp!jtaq0}k6S!Dzy;n2k;nZ2`)k6vDm5Is|%!4@5rmWvjWvEE6jd)`W{ldpv z;D-NT4_D#-&!A_LoV4};*0&u%gq_qIl^9)_?s3%uD~g5uPY%`%*Eow=oF3hL?q8yw zCzH`8N9Wt56uf?mq1fPF0v`t18W~Fk)*eoUA1t}1 z{V-EM^hS5B5q?j=CTn2%DO@xdH z%Vq7AD5H(s3lyX$crf%NV z^#BRu4p&*r&4}jNzNvLPdKWK|z^_?cRcEmDrV2eh)5Le35|pU-wrq?>8aCpzmFKI> zVIE_L@>bPRA43-V5Y-C9GZxyU-fSJirnK^Raizm{hazxB5Qvepz#t$=V?dyo^9J4~ zTA#7$&SD#GW__|56tmm9b83W9l}y+ zld%s`!#XnTVA*5>9q9%Si5}?h7fecL#>c#sQq}?oTd%_N*OP~@6xggFugo|+d=oWx z!XG>yCZV;BAc2ku%0)?MwAqbuxJ8U_vt-us7Xx(8r$b4@T6C4?-C*@(8q$u87-dZY zHFBCe9aOnQZ#!urVvz>s53wF~Z)xU!y`0%99#}lTj*Z;C`}c<<&bDMC*M{xx*p;Y< z=x9ncV)Sc>5=lKogUJU}weduWT9Lf+HB)c(Z}T(Epl)0b^S^pAKd?jZlEh z!hfe=0CEte-WXmrE*`KyDu4$2_pX+h1inku@M^rFceE17!}hfrH(Jebe>(9JiU9

h;{>QA$|GoJCdr;&5D&+sHLbj9uNwK~nSOxt&7@`5%>iTLGcWtBoANX&8 Ag#Z8m diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c deleted file mode 100644 index 02352ac..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c +++ /dev/null @@ -1,93 +0,0 @@ -/** - * @file lv_test_sw.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include /*For printf in the action*/ -#include "lv_test_sw.h" - -#if LV_USE_SW && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void event_handler(lv_obj_t * sw, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create switches to test their functionalities - */ -void lv_test_sw_1(void) -{ - /* Default object */ - lv_obj_t * sw1 = lv_sw_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(sw1, 10, 10); - lv_obj_set_event_cb(sw1, event_handler); - - static lv_style_t bg; - static lv_style_t indic; - - lv_style_copy(&bg, &lv_style_pretty); - bg.body.padding.left = -5; - bg.body.padding.right = -5; - bg.body.padding.top = -5; - bg.body.padding.bottom = -5; - - lv_style_copy(&indic, &lv_style_pretty_color); - indic.body.padding.left = 8; - indic.body.padding.right = 8; - indic.body.padding.top = 8; - indic.body.padding.bottom = 8; - - lv_obj_t * sw2 = lv_sw_create(lv_disp_get_scr_act(NULL), sw1); - lv_sw_set_style(sw2, LV_SW_STYLE_BG, &bg); - lv_sw_set_style(sw2, LV_SW_STYLE_INDIC, &indic); - lv_sw_set_style(sw2, LV_SW_STYLE_KNOB_OFF, &lv_style_btn_pr); - lv_sw_set_style(sw2, LV_SW_STYLE_KNOB_ON, &lv_style_btn_tgl_pr); - - lv_sw_on(sw2, LV_ANIM_OFF); - lv_obj_align(sw2, sw1, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - - lv_obj_t * sw3 = lv_sw_create(lv_disp_get_scr_act(NULL), sw2); - lv_obj_align(sw3, sw2, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -static void event_handler(lv_obj_t * sw, lv_event_t event) -{ - - if(event == LV_EVENT_VALUE_CHANGED) { -#if LV_EX_PRINTF - printf("Switch state: %d\n", lv_sw_get_state(sw)); -#endif - } -} - - -#endif /*LV_USE_SW && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.h deleted file mode 100644 index 1a39d4d..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_sw.h - * - */ - -#ifndef LV_TEST_SW_H -#define LV_TEST_SW_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_SW && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create switches to test their functionalities - */ -void lv_test_sw_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_SW && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_SW_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.mk deleted file mode 100644 index 2b79eb1..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_sw.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_sw -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_sw - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_sw" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw_1.png deleted file mode 100644 index 51ecf45694fb354b9e5faff62e7dfea3c0909b47..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3950 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c deleted file mode 100644 index f568613..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c +++ /dev/null @@ -1,241 +0,0 @@ -/** - * @file lv_test_ta.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_ta.h" - -#if LV_USE_TA && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void nav_btn_event_handler(lv_obj_t * btn, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ -static lv_obj_t * ta2_1; -static lv_obj_t * ta2_2; -static lv_obj_t * ta2_3; -static lv_obj_t * ta2_4; - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create text areas to test their basic functionalities - */ -void lv_test_ta_1(void) -{ - /* Create a text area which looks well */ - lv_obj_t * ta1 = lv_ta_create(lv_disp_get_scr_act(NULL), NULL); - - /*A text area with the following text: - * Next long test text and testing the automatic (line break here) - * and manual line break feature too. - *(The cursor should be at the end of text) - * - * - * If UTF-8 is enabled these characters are added at the beginning: - * "űŰöÖ " - * The cursor should be after these letters*/ - - lv_obj_t * ta2 = lv_ta_create(lv_disp_get_scr_act(NULL), NULL); - lv_ta_set_text(ta2, "New text"); - lv_ta_set_cursor_pos(ta2, 4); - lv_ta_add_text(ta2, "test "); - lv_ta_set_cursor_pos(ta2, 4); - lv_ta_add_char(ta2, 'l'); - lv_ta_add_char(ta2, 'o'); - lv_ta_add_char(ta2, 'n'); - lv_ta_add_char(ta2, 'g'); - lv_ta_add_char(ta2, ' '); - lv_ta_set_cursor_pos(ta2, LV_TA_CURSOR_LAST); - lv_ta_add_text(ta2, " and testing the automatic\n" - "and manual line break feature too."); - - lv_ta_set_cursor_pos(ta2, 0); - lv_ta_add_text(ta2, "á"); - lv_ta_add_text(ta2, "Á"); - lv_ta_add_text(ta2, "ü"); - lv_ta_add_text(ta2, "Ü"); - lv_ta_add_char(ta2, ' '); - - lv_obj_align(ta2, ta1, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - - /*Test password mode and one line*/ - lv_obj_t * ta3 = lv_ta_create(lv_disp_get_scr_act(NULL), NULL); - lv_ta_set_pwd_mode(ta3, true); - lv_ta_set_one_line(ta3, true); - - lv_obj_align(ta3, ta2, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - lv_ta_set_text(ta3, "a A"); - lv_ta_set_cursor_pos(ta3, 1); - lv_ta_add_char(ta3, 'b'); - lv_ta_add_text(ta3, "é"); - lv_ta_set_cursor_pos(ta3, 5); - - lv_ta_add_char(ta3, 'B'); - lv_ta_add_text(ta3, "É"); - - /*Get the password text and set in a new text area*/ - lv_obj_t * ta4 = lv_ta_create(lv_disp_get_scr_act(NULL), NULL); - lv_ta_set_one_line(ta4, true); - lv_ta_set_text(ta4, lv_ta_get_text(ta3)); - lv_obj_align(ta4, ta3, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - -} - -/** - * Test cursor modes - */ -void lv_test_ta_2(void) -{ - - static lv_style_t bg; - static lv_style_t sb; - static lv_style_t cur; - - lv_style_copy(&bg, &lv_style_pretty); - lv_style_copy(&sb, &lv_style_pretty); - lv_style_copy(&cur, &lv_style_pretty); - - - bg.body.main_color = LV_COLOR_BLACK; - bg.body.padding.left = 10; - bg.body.padding.right = 10; - bg.body.padding.top = 10; - bg.body.padding.bottom = 10; - bg.text.color = LV_COLOR_BLUE; - bg.text.letter_space = 4; - bg.text.line_space = 10; - - sb.body.padding.left = 3; - sb.body.padding.right = 3; - sb.body.padding.inner = 10; - sb.body.main_color = LV_COLOR_WHITE; - sb.body.grad_color = LV_COLOR_WHITE; - sb.body.opa = LV_OPA_70; - - cur.body.padding.left = 2; - cur.body.padding.right = 2; - cur.body.padding.top = 4; - cur.body.padding.top = 4; - cur.body.main_color = LV_COLOR_RED; - cur.body.grad_color = LV_COLOR_YELLOW; - cur.body.border.color = LV_COLOR_ORANGE; - cur.body.opa = LV_OPA_70; - cur.text.color = LV_COLOR_WHITE; - cur.line.width = 4; - - - ta2_1 = lv_ta_create(lv_disp_get_scr_act(NULL), NULL); - lv_ta_set_style(ta2_1, LV_TA_STYLE_BG, &bg); - lv_ta_set_style(ta2_1, LV_TA_STYLE_SB, &sb); - lv_ta_set_style(ta2_1, LV_TA_STYLE_CURSOR, &cur); - lv_ta_set_cursor_type(ta2_1, LV_CURSOR_LINE); - lv_ta_set_text(ta2_1, "Some UTF-8 characters " - "áÁabcöÖABC\n" - "\n" - "Í\n" - "W\n" - "abc"); - - ta2_2 = lv_ta_create(lv_disp_get_scr_act(NULL), ta2_1); - lv_obj_align(ta2_2, ta2_1, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - lv_ta_set_cursor_type(ta2_2, LV_CURSOR_BLOCK); - - ta2_3 = lv_ta_create(lv_disp_get_scr_act(NULL), ta2_1); - lv_obj_align(ta2_3, ta2_2, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - lv_ta_set_cursor_type(ta2_3, LV_CURSOR_OUTLINE); - - ta2_4 = lv_ta_create(lv_disp_get_scr_act(NULL), ta2_1); - lv_obj_align(ta2_4, ta2_3, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - lv_ta_set_cursor_type(ta2_4, LV_CURSOR_UNDERLINE); - - lv_obj_t * btn = lv_btn_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(btn, ta2_1, LV_ALIGN_OUT_RIGHT_MID, 10, 0); - lv_obj_set_event_cb(btn, nav_btn_event_handler); - lv_obj_t * label = lv_label_create(btn, NULL); - lv_label_set_text(label, "Up"); - - btn = lv_btn_create(lv_disp_get_scr_act(NULL), btn); - lv_obj_align(btn, btn, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - label = lv_label_create(btn, NULL); - lv_label_set_text(label, "Down"); - - btn = lv_btn_create(lv_disp_get_scr_act(NULL), btn); - lv_obj_align(btn, btn, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - label = lv_label_create(btn, NULL); - lv_label_set_text(label, "Left"); - - btn = lv_btn_create(lv_disp_get_scr_act(NULL), btn); - lv_obj_align(btn, btn, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - label = lv_label_create(btn, NULL); - lv_label_set_text(label, "Right"); - - btn = lv_btn_create(lv_disp_get_scr_act(NULL), btn); - lv_obj_align(btn, btn, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - label = lv_label_create(btn, NULL); - lv_label_set_text(label, "Del"); - - - -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -static void nav_btn_event_handler(lv_obj_t * btn, lv_event_t event) -{ - if(event != LV_EVENT_SHORT_CLICKED) return; - - - lv_obj_t * label = lv_obj_get_child(btn, NULL); - const char * txt = lv_label_get_text(label); - - if(strcmp(txt, "Up") == 0) { - lv_ta_cursor_up(ta2_1); - lv_ta_cursor_up(ta2_2); - lv_ta_cursor_up(ta2_3); - lv_ta_cursor_up(ta2_4); - } - else if(strcmp(txt, "Down") == 0) { - lv_ta_cursor_down(ta2_1); - lv_ta_cursor_down(ta2_2); - lv_ta_cursor_down(ta2_3); - lv_ta_cursor_down(ta2_4); - } - else if(strcmp(txt, "Left") == 0) { - lv_ta_cursor_left(ta2_1); - lv_ta_cursor_left(ta2_2); - lv_ta_cursor_left(ta2_3); - lv_ta_cursor_left(ta2_4); - } - else if(strcmp(txt, "Right") == 0) { - lv_ta_cursor_right(ta2_1); - lv_ta_cursor_right(ta2_2); - lv_ta_cursor_right(ta2_3); - lv_ta_cursor_right(ta2_4); - } -} -#endif /*LV_USE_TA && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.h deleted file mode 100644 index 0270f23..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.h +++ /dev/null @@ -1,58 +0,0 @@ -/** - * @file lv_test_ta.h - * - */ - -#ifndef LV_TEST_TA_H -#define LV_TEST_TA_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_TA && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create text areas to test their basic functionalities - */ -void lv_test_ta_1(void); - -/** - * Test cursor modes - */ -void lv_test_ta_2(void); - -/********************** - * MACROS -**********************/ - -#endif /*LV_USE_TA && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_TA_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.mk deleted file mode 100644 index f4c1970..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_ta.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_ta -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_ta - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_ta" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta_1.png deleted file mode 100644 index eedad8e43e221133a4b7099e8e1d1a783046ed34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10251 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta_2.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta_2.png deleted file mode 100644 index 2bdb8d09661c0b14a1b493f4ee693c516bf3b8f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17251 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c deleted file mode 100644 index e93583c..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c +++ /dev/null @@ -1,133 +0,0 @@ -/** - * @file lv_test_table.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_table.h" -#if LV_USE_TABLE && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create tables to test their functionalities - */ -void lv_test_table_1(void) -{ - static lv_style_t cell1_style; - lv_style_copy(&cell1_style, &lv_style_plain); - cell1_style.body.border.width = 1; - cell1_style.line.width = 1; - - static lv_style_t cell_head_style; - lv_style_copy(&cell_head_style, &lv_style_plain); - cell_head_style.body.border.width = 1; - cell_head_style.body.padding.top = 20; - cell_head_style.body.padding.bottom = 20; - cell_head_style.line.width = 1; - cell_head_style.text.color = LV_COLOR_RED; - cell_head_style.text.line_space = 0; - cell_head_style.text.letter_space = 5; - cell_head_style.text.letter_space = 3; - - /* Create a default object*/ - lv_obj_t * table1 = lv_table_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(table1, 10, 10); - lv_table_set_style(table1, LV_TABLE_STYLE_CELL1, &cell1_style); - lv_table_set_style(table1, LV_TABLE_STYLE_CELL2, &cell_head_style); - lv_table_set_col_cnt(table1, 4); - lv_table_set_row_cnt(table1, 5); - - /*Set the type 1 for the first row. Thye will use */ - lv_table_set_cell_type(table1, 0, 0, 2); - lv_table_set_cell_type(table1, 0, 1, 2); - lv_table_set_cell_type(table1, 0, 2, 2); - lv_table_set_cell_type(table1, 0, 3, 2); - - lv_table_set_cell_value(table1, 0, 0, "First\nnew"); - - lv_table_set_cell_value(table1, 0, 1, "Very long second"); - - lv_table_set_cell_value(table1, 0, 2, "Center aligned third"); - lv_table_set_cell_align(table1, 0, 2, LV_LABEL_ALIGN_CENTER); - - lv_table_set_cell_value(table1, 0, 3, "Right aligned fourth "); - lv_table_set_cell_align(table1, 0, 3, LV_LABEL_ALIGN_RIGHT); - - lv_table_set_cell_value(table1, 2, 2, "Merge "); - lv_table_set_cell_merge_right(table1, 2, 2, true); - - - lv_table_set_cell_value(table1, 3, 1, "Vert. center"); - - lv_table_set_cell_value(table1, 3, 2, "Merge center\nin three\nrows"); - lv_table_set_cell_merge_right(table1, 3, 2, true); - lv_table_set_cell_align(table1, 3, 2, LV_LABEL_ALIGN_CENTER); - - lv_table_set_cell_value(table1, 4, 2, "Merge right"); - lv_table_set_cell_merge_right(table1, 4, 2, true); - lv_table_set_cell_align(table1, 4, 2, LV_LABEL_ALIGN_RIGHT); - - - /*Add some extra rows*/ - lv_table_set_row_cnt(table1, lv_table_get_row_cnt(table1) + 2); - lv_table_set_cell_value(table1, 6, 0, "Multiple merge"); - lv_table_set_cell_merge_right(table1, 6, 0, true); - lv_table_set_cell_merge_right(table1, 6, 1, true); - lv_table_set_cell_merge_right(table1, 6, 2, true); -} - -/** - * Create tables to test their functionalities - */ -void lv_test_table_2(void) -{ - lv_obj_t * page = lv_page_create(lv_disp_get_scr_act(NULL), NULL); - lv_page_set_style(page, LV_PAGE_STYLE_BG, &lv_style_transp_fit); - lv_page_set_style(page, LV_PAGE_STYLE_SCRL, &lv_style_transp_fit); - lv_page_set_scrl_fit(page, LV_FIT_TIGHT); - lv_obj_set_size(page, 200, 200); - - static lv_style_t cell_style; - lv_style_copy(&cell_style, &lv_style_plain); - cell_style.body.border.width = 1; - - /* Create a default object*/ - lv_obj_t * table1 = lv_table_create(page, NULL); - lv_obj_set_pos(table1, 10, 10); - lv_page_glue_obj(table1, true); - lv_table_set_style(table1, LV_TABLE_STYLE_CELL1, &cell_style); - lv_table_set_col_cnt(table1, 2); - lv_table_set_row_cnt(table1, 8); - -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_TABLE && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.h deleted file mode 100644 index 93b49af..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.h +++ /dev/null @@ -1,58 +0,0 @@ -/** - * @file lv_test_table.h - * - */ - -#ifndef LV_TEST_TABLE_H -#define LV_TEST_TABLE_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_TABLE && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create tables to test their functionalities - */ -void lv_test_table_1(void); - -/** - * Create tables to test their functionalities - */ -void lv_test_table_2(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TABLE && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_TABLE_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.mk deleted file mode 100644 index 02673a1..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_table.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_table -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_table - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_table" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table_1.png deleted file mode 100644 index bef4d71fdc8d006678662d26fcc57f897876fffd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9854 zcmeHtXIxX+y7#6CC{-*V-BCb_5Q_97ilCt>y%#BBB%pL69Yv8g4oyIs7?BcC8A2y0 z0>dC8B}9l2qzpBLDhPqx1&%ZK%$alE^S)p1{qXXIADf-E*IHT6zdbwdvavq<0lote z1hHSbsA~#A^pOxmH_Ac}uGCc;RDxd&e&;Tkv#_ubKbwq#Kacreu=Y3e@$e6F@pXr; zdHW#UPy4z0y1RS(dHVQM7;st;Bm!O1)iDo#Odi&D8ndR+mRcyc@SmBy%7WP01oAVH%Dueso&Q@>Q!!+EJ;#=j=!8_p@7i@Kr}AF@3~ze2TouOg%D{<<%r| z|9&Xs)D2&rnwW@eP@TH-V+{^x1wqbDJ9+;5ASgJI#TkMaxtbw}MI@3A;yMd4Kq8S4 z6Lc1$V}l|gdS0+BMi^M%jzaia_Z012kq`vC79kKW>#(l@vHI^nvp2ZLvgYWO9qQ!0 z!2t%y@x2L-cG_W|^M_QrveY^pF3&~N()x#o`4}->JEJ6Qmi-S8e=Mh8gktmm?QH&> z_M;n6QQwTenr8P2`X85{(t<_=77rLjh?g-ZZt@_iY!##}-Zo zZyz5LF2cuVU~R4H;&A$VG8r=!GVEPVqDY|)``)?96N$uPbA;tRYcyeGg`HYtmtIv} ztxSdIem!_SqU@(*%!|R)mA6PApCC2C?v+>)R-?O*|6>1*jyo>F!NDJA{Kr^hL|CGm zS2P@bS9)grM{p4psSj|Eu7^4|@a%WqSrU8LJ=HnsTRF(q0?Rbi>uiB}DP^M=YKKm< z=QPE-9FD(0#0D6AK{a|*+LYp--l!g1jX?3nPWle6Z}K%wfYs?f@(4j)L=J252ML^<$|chXmN4TIzF;an@J0c$!}kWWP1xG}f7s@N20 ze)|hbvr&?*C5nD+*|9>o&o4`g5TKrubUkYgrJ2{QpXWL-FtGfU+6?VXus<>`QdUwL z<4=en8?E=3CAi7Ys3e&poCU7t7oZv)3od^^-VP1bXoym}u*G12C_n$91&;oSvb7}I z-rl}+7NL~g<>6;h-w$SyJB3G7Rr`?iSOaiKXKF}(L9|FsL&Itq?YG}N-g&@_tE$cr zv0r|=0S=^f_7)XY)wrzIS7jnB zOlo#5F0HGtD&gpn9Yzj}j`J=GIW9_}&v-JtAM86Gjxk z4D;{h<3Eaz&CZsPDA~_!FqQ#QGgIEpW<+6Y#2XSrpn!OGS6jw3XHS<$-%3MZeGVM0 z6}EZOygr2YVmq@euGi=M)YKF>!gZw?;9ud?=S^XbactE^BPuB!t6SSdqFv*}moHcn z#V-9!OZ=S+(~kXx!=w)W#g==VsEhg5(j^6Q_^DLts9ELws`$Kc1hr>9tn=0C+0_{T z8!AbKPQJzFv#%5LhIX1w4>hse*f>!+u0kQ<2q(JX5`Bu@-Q5|eNB$Z_?Aku*&4L|Q zXL@TKJ9%M&gCfMJL;d_*=Hg51Ps78S>gs)jU#1%flv@T}u!L}&_RS;27ajbtP2FYB z=h{^h`t>uN-c;R4@5BxLAJ^8_K6mBrJ#vALla}pXIf&cYEHy2jr%?D~4>G>4!0kwy zR)4)HmV!zc4saj@q?z`h8~W0|j4qo?qT4US5ruc40X^Rz7zE$RB>OvTZdipI>;2Ktevuu`WM)ZuH7 zgnpCA=&Z~5pf(cvr*mcTeerL&;sU#Wr+F;{pN# zk8^S~Rqnm2uAT~UcDllo`ZkH)udSbRtt*S%qN zNpW67W2a0|P|!j$ZKF2(SuGCdR6!8eevm77hV8`8-BI@pL$QjA3c>acH~FQuj!9oU z;>^(eS9X=zD&>?Sk9}^HHbm^!_D+nj?oSJL0PgHR=9I?qtQ~Pc`LsG8yaZ>!ilp;tm=2P8-{uZgTgL+C~60&(n?w zpK%rCj>`+D-46aLe2;`%Er^mkTF#un!yQ|YYc{1UB=W>ua%TT1j4fcZgr@$Qu|bJd znK>bYYdBdtrK4;yqvYi;p(Np&vffu^_!?fWM;w}?Rwq+BrYpSYSFDQ7pM;<^jox=V zjHeYcQzdV9oO(MWyKX?Bw-)&)ij@AXN7$fEq17(P{Dfq`l{#;ccU8aFEk1!^q9ip_i1SLW8YGBPqqVe2_fnNGa1_4W1J;Z7CH8YZ;H z)<18 z`rzZ!L89%qmcNF|XBvv7fcm<&m?7&lW*5G(s6)$&-ciLr?<>2_oisk}Xds!^TVK&& zlBYFe=4fXZuT_;ma({#6!}o7?sA+4HK7H!PY2@wUE^iuj^!QP#%qPVYun0CC**hXE zsivD#zn;J%Gdd?XYJN7AOR1`FYT7wh<#39JhsUWYG_Jb0urT!y7XSR& zK>N_}u%N~A#64?)-GLZk=^tliW&rZ|pH3I*V!1C8$rF7&ONUD_8{kcsXMs>erSy$u zZoWjleurRozvkR23AC}XF<6>>CR@v5yKqFPf5kOyn!8Po@ipohc;}k`hlEI$-y(V5 z09G(9v6mr@jKsR|#(pM~$%BKLrn6ny$|Q$8Mar z>jLGf!R*&u+OobKH6z#g>Ire@I8d_tL0xm8noA2!i{0dpY34ke>MgIRKucBSdzNPA zAB&oD=GbUGJ!(Jv<_ShjABbO7XK69iUzB)h{u1MizpVtQhNn{U2ID4(Su@8dteU3g zT9^~*6MR9qos2D`N<;5K~)7RY*Q=^tP`rH|?$rr0`Y%7RfyQ z@LDfVurts%awjK8aQkR6Kpo?vJ^&rwsltNKNfakX z$ME&xpiRr@J?ZylE3EO?6^-rn5k8_1e>)OaAxEtzj4iWVK>JMUEb*32R>*W z8yS^!`xPTIp)BEmjWo6}* zj;E%QY49-W#+9&mB)T6USE^~!_{7Rr&+I7fCslw*^SbBO;f<~nK;Qw5442q;Ex$6Q zC;ZE;$3PmfYOAV-bbR4bDiMrTO*$kzWmQp(5sPq0RQ?n@ZnOh-|ITqwxuo%i2%2Lu z|E~AZ(AFkU;J1@TV$->Q3Xg~{S)3^agC#QD8?0Lf-_bxYi;5pV>QEthPIL++(x;7@rR|0Cr+IE z?$kGC)^YbTXty@DsZtEO({%qTJNVPB|6RxsITOJy@$lli7eb|p*sNXn9Xeo*=wpT{ zN9S=VcjfI}LHLH6zP@^uh3|VF@$bj{Z^6a?;Eg*9Yq@c{S7X<#kw4=nK;8FPHk)Q^ zMN%k~Yu3p}(l4I$EZyH@8NC1hX>I9eH~9$x!66WH*}y3?w)f2F+z^94-%P^ zo7+avJ3jzaCMw(0VozRvlbahGDosmw?lLsrc}6>P()s-#CJOHM`W^s+=)|Lv zAv+B&N?I?xr^99M=(yPw;peB|p@263t{^4wly%MSz6g^mDv-tlAz1n)nGDwGe2~5n z$s#PV?RgG_H9#f_0F8l8v@Es2Sf1`Y5bc~_I^?A!l?E>bRA`Ipz~e1;*{aeOGb>m> zyx4Ma0%JSgo(wOJ+9@AbVQ9S87&Wd^ zY!0VPtGwU)FmH65yp5e*rL;l!j%|7s7OV6^r>O4=e9ztT19$5pmJ)I^CRh?!7!#}C z=Wf_PC%CYq6}Rw)KJqZC*;@WnHGI^eStzD%&je{i=}iRs!C+v%d>%R{z&|V z?e!JbZy#XPV^>MG1;+TE&j-0n*8z)3$nT~Y4+Lx^)fA91A5n|<+! zH~Mda%6~a9M3+F2*-o6RTbcw3nXRZrb*qj#q@WKm(9BBlW1O1ZDJA7i|L(K8DDc_g;I{Jv(&raXqn@rt!2QpTT z8fv#w_^8zlvA42RL*u6y|C2x4ViFVCTVUSa-l?W`c6RV$kOFyPMrzC@zcy)K1}*_r z@m!IJE$muta^c-s$I-~^TRo0FN+~>AdIgs~m9iOF^URRw)NvKyfm-Q<#YFYD-W&b! z@J|STe1raN4+GPVct+A2cPvnit))Mi9jsQ zqY;4R(oCytjhK_ed5bdg^74Rf6ic~;HkVA>+*m3!Mdb5Ls~9U~C(8Elt0bks(W^;G zHb*>_f}|gSG!Z0R z^A+wkY7fTzMgCgPESTMT-heeyo*T4@$=XDyT!zmmhV_F1AWi2{rz;gfHCtOJ4>5h5 z(}{sv0Ljq+RZjZa(Bv8hUX>XanPDsobH^qO``DuMdpvb>Mx#_mrw*5|uZ2bYhR>a- zk-Z|n$oBzkY_c5Bfti0Oc#{a)wa}NS&>DN0Y9hcbkYZiZPI3o(Od1-0sxw_j7QZG%ZgYcu!>Cl8FaQ(^9 zI4)w1%9JVI6nm!?6lHMqo=mt(#4a3^1TycNFB%U5mKd09r+7DBJ(-L?D?a^6jiQ_A z{%;!Mde$buykc`n1qmBJ0r93SHUlQd)2L?IB%#F#M+>{!-N;2D^BuSwJ@;yCn$A@Y zoS)yG{u!k7kOb*pEQ46%(IL`0v$u(h%|Hy{G(#{u*hN2p$nu#9xl;H;Xaa%In?^4Z zD+Ggy4|=5&<>>E&4g2RF#9vAqw!I#CDDExW+{>XoZiO7}!a>n1eK3!e+wgjb7?+~?_~tjo&E;2j^~WXv7abnTWsDP?*BJh{48CDuVSkJ=6Kn~e z;iPLuvkgN@s0;=Ok(<}=?!$$n!a_oI<@~V)jvs&bAIF@^nx2;aW1WjHdF~T( z=Z!Tj>G9OS$u~a+<&$prXDU+kj4(2iI~AhCrCZs6MYf9v?LBDm`5!UwFLyue+N>ya zkiWlqvAGv8M;GKTWYpF4(*elz5x9J2x7dq8v1|COo^qr+djR05MX9+Y zXmoWK%ytX|+h}F+`(Qd<&%Ui7BK%~$MG-KzSo*`-lWipbH@QGP}O6ZQiy>X zxOa_0S00x(45m7S@C7=1!~94RoNVHNIL?V&8 zUkE{q=Qf^3|6i<$m9H6eJ9CV+BeG|dn4nQ~mr7(GsivIYX$0743o{<|LN$6wgn~vj zf5WkcOyMWHx*C(o!wNMEG+cy;*kPdg8*{^XV+$x-SS0T4O9-;oljUv(X-BKt>$ll4(}~{@PF%HWBWh0##R_?Gw!AQx zM1qjo%ZrWY%#L+STC(LDsu8p&IsHRJsm@YHK|er{O&^V~mv_)>0LDhz&Gm~?OYn$i z*FjE{p<-!YY`z@kL?ds71Lz^lb-4Lb)8WN`#zrB%QJdT0wf0IzEA#VZeKXTlAj}2_ z56C7HwSi{PWrVQ-P}tgT()tm&Y|61*7U=A+23>ShzO^DOLm(m;=7=6u9q;bZ^_k1Q zVh8?4R1E(IOD@Jkfx_R#PWr+C4g@O_ zN1V6?gO**->^2{{wO@aSNPp8|?;xx=J@n(UDP2QjBW8DbC=pxjGv{SaK@iiv-FE>( zuP2Q^HI>*EL~5$4SK#cc5@#IHD=RBqT}H#&#%NPv?Qnsr?HB(bfJhWh>HX28#qGWV z*PMSm>%*lDtiH!>u%!~R@{E{N+dpg$x@894%HS0i=Fl1qGfqANdZHW^sGD0ZY6n4& zZR1PxPo8DL%dYP7nas+(TE*WsiFM@uiP^RHMO*drLXS(Cpt6#TSvn~+$k=P`2O`)i z@P0poe021BHL+X!YGKd)&3IH@zhc+tF6qu$e>KqbnZ-6eo)YL(1TC~!6NK1Z2FR^( z9&@VQUIAUWG(T@BfuCF3ZLG;ng2R`JP~;ouw35jP_z`HNFqi%qo`@Ntuiv_8R%ze6 zXvsN!eHv5Nb<0aBy~3Wl#*7fmPWB^%kk9SgfRKZ8i>Bh%8rAiX0MJ57+A1m^IQ8#t zZf>GN&-KF+8XFrwcY*m=6W25<>}5E0hu&#US$~hOb3i7t)G-_aPKY!1ZFs`*yl!CN z=gKiiBFLQiDqoJPV3Bi)?Hj8zW-=M^zXBCpC}s(wP!QcU81^ZGuGHMxrlPpQKz}>@ zo8Wrvz9+actlNn$x!?#qD){GQ+V7bUN7Zt5Y~b(Fba$S%0b!ptU!3k(5s4<`xYPc5 zeWikp%jQGgi93MrR~c{e#;S$k@5dpbX5WL^3~eX>G-nnZkhRQeB#-T1%^3t^km_Y{ z#1E3Zl+^DDgCc(?{Cn%^-@X&l7s08rm)Ss2gQOYLVoZ<{GXx#_KLj))fNx|Sz>SWA ze@(jo?wynWX;}VG-i!JFbNmlq)cL#U?|(;3_rLZljHGdT6kJ7^mi%-N0za2780(gw HbB_Kmb5LaF diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table_2.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table_2.png deleted file mode 100644 index 67cef9eeba48f426f5faab30429515c2a4c3d897..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3323 zcmeHKX;c(f7Jk(W&};%CO)v;5pgjomAc7>a3UO&@NE$;=q@e@>WodR05V{ZnMS~JW zXpn83G$bM|E)XC;8X#=Vrik6_FoKP&sTMMG=A8V@nO~k$@4UMA-FM%;-~DdA zQ40RRpG02-FTVVbIkw1?P)53@byA|oRsc;PgRi64dAGs77{ zKH*WPLcM`6J1EfGAj~V&+nXJBCMbLcUuOw`eA+QP8<%sprv@A^<+^GD->@m?do1zmU?m5eix7edk9ciq+Hx+>~}2ShPNw;SNBF9ZnuVe>Cormwqn$>7;a};;p1>@#E?Ds<)UphP{2&xc-S) z=+0T-vaS7b%se&u;0_a(@W7*^f^z*Al}n@gMe)ne>RMJ-M6UU({}xtogbl1-U1*;N z+lKL~bLaIM9+8P%fXc@aOz6T$^!4KDZB5-$nc-~ zeo@$N7FZjtjM$4JbA2wxx4(SGBu{}aD@x|TpLUfhj z)E>N4F%6--iBG8Rbp=dShm#2-gMfrCvQaJ4G&8&ErfP)5{E-Y3uP6~84h6CgDwgyMyh zDn5=y9*g@DM!r>omkKK-$k|Uq_)cB)rX;WoEZb!S8drh;m4!gxtH81m&68X5Twvtq zO|t31sZC9_6?C*V8GmaK6Qq9EvysECG`X6c8lO$l+ao%ImG`TQXHR3NO!z8R^OL7<; zI>^5giw`4XiQkb6)F9q*MvCW__awQF#hv{h z9@t`Zz$D8oEHh;|wf_g=KywuieOYqc2!JnlZKc}#_zVg5z`LpFOD+OwqXY-#tr%bR zU?4+sNn#r&3!hZRHQvg3;ltaWh?g{5b+OGB`RQiOQVzdp=-$Orci z;v76&$P&$FCpbqn<~QHYheX!^!>5H%QU_=+?(C&Jm`X5k?5K%~`}^6d9IJp>m=?nV zjTr2&o-<;rdEBbV=or6H>>2MHEj^od=&@OiAu@_l_(4>_a^Y%q^;pAq`ZIJ^bVW|y zp+_9?VA<4I1hmifEkapXor(7j5GERZtQnO3`gw=bQNjZ7XQ=W z43JU6fcvutb6_M2qgQ}tW3JHeR_Vn1Z}r4Bm|vLGSH9o|wUH|dAZ=@`eE;uJAh|%I zIU$p?U8NKBT+8+Lx$dDgVG?9?49$oD+e@;rT5i6axjvhjV31T| z*20P(>3@g!=zllay@SRl!ixs#!_8VlApt9o5A42kM{Dqr&y+~J+pfN|{@1&ihC8-% z0)>euYiDQov^PTPp>k4-H}VBm<{@#XS4H!&cX@oee5m8a5MobvSatn!zx)V@&aM0ap>Ow+O&v=o1>yT)L3pZJ>!djBgbx^5okIbWLC zK{mR2mA%rI9g*m^Rk?%Ft;b)Bit!sKTdfU_)GbHHn1jP?%<+nVD~!KC;mW`LL*!_? zHrcMLBJcdInqx_z zM5YGUZ_e-vDfa7oY$D diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c deleted file mode 100644 index fadd61d..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c +++ /dev/null @@ -1,244 +0,0 @@ -/** - * @file lv_test_tabview.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_tabview.h" - -#if LV_USE_TABVIEW && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create tab views to test their functionalities - */ -void lv_test_tabview_1(void) -{ - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - /* Default object. It will be an empty tab view*/ - lv_obj_t * tv1 = lv_tabview_create(lv_disp_get_scr_act(NULL), NULL); - lv_tabview_add_tab(tv1, "First"); - lv_tabview_add_tab(tv1, "Second"); - lv_obj_set_size(tv1, hres / 2 - 10, vres / 2 - 10); - - /*Copy the first tabview and add some texts*/ - lv_obj_t * tv2 = lv_tabview_create(lv_disp_get_scr_act(NULL), tv1); - lv_obj_align(tv2, NULL, LV_ALIGN_IN_TOP_RIGHT, 0, 0); - - lv_obj_t * tab = lv_tabview_get_tab(tv2, 0); - lv_obj_t * label = lv_label_create(tab, NULL); - lv_label_set_text(label, "This is\n\n\nA long text\n\n\ntext\n\n\non the\n\n\nsecond\n\n\ntab\n\n\nto see\n\n\nthe scrolling"); - - tab = lv_tabview_get_tab(tv2, 1); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "This is the second tab"); - - - /*Create styles*/ - static lv_style_t bg; - static lv_style_t sb; - static lv_style_t btns_bg; - static lv_style_t tab_bg; - static lv_style_t rel; - static lv_style_t pr; - static lv_style_t tgl_rel; - static lv_style_t tgl_pr; - static lv_style_t indic; - - lv_style_copy(&btns_bg, &lv_style_plain_color); - lv_style_copy(&tab_bg, &lv_style_pretty_color); - lv_style_copy(&bg, &lv_style_pretty_color); - lv_style_copy(&sb, &lv_style_pretty); - lv_style_copy(&btns_bg, &lv_style_transp_fit); - lv_style_copy(&rel, &lv_style_plain); - lv_style_copy(&pr, &lv_style_plain); - lv_style_copy(&tgl_rel, &lv_style_plain); - lv_style_copy(&tgl_pr, &lv_style_plain); - lv_style_copy(&indic, &lv_style_plain); - - rel.body.main_color = LV_COLOR_SILVER; - pr.body.main_color = LV_COLOR_GRAY; - tgl_rel.body.main_color = LV_COLOR_RED; - tgl_pr.body.main_color = LV_COLOR_MAROON; - indic.body.main_color = LV_COLOR_ORANGE; - indic.body.grad_color = LV_COLOR_ORANGE; - indic.body.padding.inner = LV_DPI / 16; - tab_bg.body.main_color = LV_COLOR_SILVER; - tab_bg.body.grad_color = LV_COLOR_GREEN; - tab_bg.text.color = LV_COLOR_YELLOW; - - /*Apply the styles*/ - lv_obj_t * tv3 = lv_tabview_create(lv_disp_get_scr_act(NULL), tv2); - lv_obj_align(tv3, NULL, LV_ALIGN_IN_BOTTOM_LEFT, 0, 0); - lv_tabview_set_style(tv3, LV_TABVIEW_STYLE_BG, &bg); - lv_tabview_set_style(tv3, LV_TABVIEW_STYLE_BTN_BG, &btns_bg); - lv_tabview_set_style(tv3, LV_TABVIEW_STYLE_BTN_REL, &rel); - lv_tabview_set_style(tv3, LV_TABVIEW_STYLE_BTN_PR, &pr); - lv_tabview_set_style(tv3, LV_TABVIEW_STYLE_BTN_TGL_REL, &tgl_rel); - lv_tabview_set_style(tv3, LV_TABVIEW_STYLE_BTN_TGL_PR, &tgl_pr); - lv_tabview_set_style(tv3, LV_TABVIEW_STYLE_INDIC, &indic); - - tab = lv_tabview_get_tab(tv3, 0); - lv_page_set_style(tab, LV_PAGE_STYLE_BG, &tab_bg); - lv_page_set_style(tab, LV_PAGE_STYLE_SB, &sb); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "This is\n\n\nA long text\n\n\ntext\n\n\non the\n\n\nsecond\n\n\ntab\n\n\nto see\n\n\nthe scrolling"); - - tab = lv_tabview_get_tab(tv3, 1); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "This is the second tab"); - - /*Copy the styles tab view*/ - lv_obj_t * tv4 = lv_tabview_create(lv_disp_get_scr_act(NULL), tv3); - lv_obj_align(tv4, NULL, LV_ALIGN_IN_BOTTOM_RIGHT, 0, 0); -} - -void lv_test_tabview_2(void) -{ - lv_obj_t * tab; - lv_obj_t * label; - - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - // Tabview 1 - lv_obj_t * tv1 = lv_tabview_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(tv1, hres / 2 - 10, vres / 2 - 10); - lv_obj_align(tv1, NULL, LV_ALIGN_IN_TOP_LEFT, 0, 0); - lv_tabview_set_btns_pos(tv1, LV_TABVIEW_BTNS_POS_TOP); - - lv_tabview_add_tab(tv1, "111"); - lv_tabview_add_tab(tv1, "222"); - lv_tabview_add_tab(tv1, "333"); - lv_tabview_add_tab(tv1, "444"); - - tab = lv_tabview_get_tab(tv1, 0); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "1111This is\n\n\nA long text\n\n\ntext\n\n\non the\n\n\nsecond\n\n\ntab\n\n\nto see\n\n\nthe scrolling"); - - tab = lv_tabview_get_tab(tv1, 1); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "2222"); - - tab = lv_tabview_get_tab(tv1, 2); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "3333"); - - tab = lv_tabview_get_tab(tv1, 3); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "444"); - - // Tabview 2 - lv_obj_t * tv2 = lv_tabview_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(tv2, hres / 2 - 10, vres / 2 - 10); - lv_obj_align(tv2, NULL, LV_ALIGN_IN_TOP_RIGHT, 0, 0); - lv_tabview_set_btns_pos(tv2, LV_TABVIEW_BTNS_POS_BOTTOM); - - lv_tabview_add_tab(tv2, "111"); - lv_tabview_add_tab(tv2, "222"); - lv_tabview_add_tab(tv2, "333"); - lv_tabview_add_tab(tv2, "444"); - - tab = lv_tabview_get_tab(tv2, 0); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "1111This is\n\n\nA long text\n\n\ntext\n\n\non the\n\n\nsecond\n\n\ntab\n\n\nto see\n\n\nthe scrolling"); - - tab = lv_tabview_get_tab(tv2, 1); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "2222"); - - tab = lv_tabview_get_tab(tv2, 2); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "3333"); - - tab = lv_tabview_get_tab(tv2, 3); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "444"); - - // Tabview 3 - lv_obj_t * tv3 = lv_tabview_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(tv3, hres / 2 - 10, vres / 2 - 10); - lv_obj_align(tv3, NULL, LV_ALIGN_IN_BOTTOM_LEFT, 0, 0); - lv_tabview_set_btns_pos(tv3, LV_TABVIEW_BTNS_POS_LEFT); - - lv_tabview_add_tab(tv3, "111"); - lv_tabview_add_tab(tv3, "222"); - lv_tabview_add_tab(tv3, "333"); - lv_tabview_add_tab(tv3, "444"); - - tab = lv_tabview_get_tab(tv3, 0); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "1111This is\n\n\nA long text\n\n\ntext\n\n\non the\n\n\nsecond\n\n\ntab\n\n\nto see\n\n\nthe scrolling"); - - tab = lv_tabview_get_tab(tv3, 1); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "2222"); - - tab = lv_tabview_get_tab(tv3, 2); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "3333"); - - tab = lv_tabview_get_tab(tv3, 3); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "444"); - - // Tabview 4 - lv_obj_t * tv4 = lv_tabview_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(tv4, hres / 2 - 10, vres / 2 - 10); - lv_obj_align(tv4, NULL, LV_ALIGN_IN_BOTTOM_RIGHT, 0, 0); - lv_tabview_set_btns_pos(tv4, LV_TABVIEW_BTNS_POS_RIGHT); - - lv_tabview_add_tab(tv4, "111"); - lv_tabview_add_tab(tv4, "222"); - lv_tabview_add_tab(tv4, "333"); - lv_tabview_add_tab(tv4, "444"); - - tab = lv_tabview_get_tab(tv4, 0); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "1111This is\n\n\nA long text\n\n\ntext\n\n\non the\n\n\nsecond\n\n\ntab\n\n\nto see\n\n\nthe scrolling"); - - tab = lv_tabview_get_tab(tv4, 1); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "2222"); - - tab = lv_tabview_get_tab(tv4, 2); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "3333"); - - tab = lv_tabview_get_tab(tv4, 3); - label = lv_label_create(tab, NULL); - lv_label_set_text(label, "444"); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_TABVIEW && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.h deleted file mode 100644 index 150d4c4..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.h +++ /dev/null @@ -1,54 +0,0 @@ -/** - * @file lv_test_tabview.h - * - */ - -#ifndef LV_TEST_TABVIEW_H -#define LV_TEST_TABVIEW_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_TABVIEW && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create tab views to test their functionalities - */ -void lv_test_tabview_1(void); -void lv_test_tabview_2(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TABVIEW && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_TABVIEW_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.mk deleted file mode 100644 index 3f43625..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_tabview.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_tabview -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_tabview - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_tabview" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview_1.png deleted file mode 100644 index 12c4b3cf9dc6e1028e72dbb870a45185b5cbfa05..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13451 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview_2.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview_2.png deleted file mode 100644 index 7fb2d9e9cdbc2194214a845ebb91125a0f1bda73..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25390 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c deleted file mode 100644 index 301a6ae..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c +++ /dev/null @@ -1,155 +0,0 @@ -/** - * @file lv_test_tileview.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_tileview.h" -#if LV_USE_TILEVIEW && LV_USE_BTN && LV_USE_LABEL && LV_USE_LIST && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create a tileview to test their functionalities - */ -void lv_test_tileview_1(void) -{ - lv_coord_t hres = 240;//lv_disp_get_hor_res(NULL); - lv_coord_t vres = 240;//lv_disp_get_ver_res(NULL); - - static const lv_point_t vp[] = { - {1,0}, /*First row: only the middle tile*/ - {0,1}, {1,1}, {1,2}, /*Second row: all tree tiles */ - {2,1}, {2,2}, /*Third row: middle and right tile*/ - }; - - lv_obj_t * t; - t = lv_tileview_create(lv_disp_get_scr_act(NULL), NULL); - lv_tileview_set_valid_positions(t, vp, 6); - lv_tileview_set_edge_flash(t, true); - lv_obj_set_size(t, hres, vres); - lv_obj_t * label; - - /*x0, y1 container*/ - lv_obj_t * p01 = lv_obj_create(t, NULL); - lv_obj_set_click(p01, true); - lv_obj_set_style(p01, &lv_style_pretty_color); - lv_obj_set_size(p01, lv_obj_get_width(t), lv_obj_get_height(t)); - lv_tileview_add_element(t, p01); - - /*Add a button at x0, y1*/ - lv_obj_t * b01 = lv_btn_create(p01, NULL); - lv_tileview_add_element(t, b01); - lv_obj_align(b01, NULL, LV_ALIGN_CENTER, 0, 50); - label = lv_label_create(b01, NULL); - lv_label_set_text(label, "Button"); - - /*Add a label to indicate the position*/ - label = lv_label_create(p01, NULL); - lv_label_set_text(label, "x0, y1"); - lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0); - - /*x1, y1 container*/ - lv_obj_t * p11 = lv_obj_create(t, p01); - lv_obj_align(p11, p01, LV_ALIGN_OUT_RIGHT_MID, 0, 0); - lv_tileview_add_element(t, p11); - - /*Add a label to indicate the position*/ - label = lv_label_create(p11, NULL); - lv_label_set_text(label, "x1, y1"); - lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0); - - /*x1, y2 list*/ - lv_obj_t * list12 = lv_list_create(t, NULL); - lv_obj_set_size(list12, hres, vres); - lv_obj_align(list12, p11, LV_ALIGN_OUT_BOTTOM_MID, 0, 0); - lv_list_set_scroll_propagation(list12, true); - lv_tileview_add_element(t, list12); - - lv_obj_t * list_btn; - list_btn = lv_list_add_btn(list12, NULL, "One"); - lv_tileview_add_element(t, list_btn); - - list_btn = lv_list_add_btn(list12, NULL, "Two"); - lv_tileview_add_element(t, list_btn); - - list_btn = lv_list_add_btn(list12, NULL, "Three"); - lv_tileview_add_element(t, list_btn); - - list_btn = lv_list_add_btn(list12, NULL, "Four"); - lv_tileview_add_element(t, list_btn); - - list_btn = lv_list_add_btn(list12, NULL, "Five"); - lv_tileview_add_element(t, list_btn); - - list_btn = lv_list_add_btn(list12, NULL, "Six"); - lv_tileview_add_element(t, list_btn); - - list_btn = lv_list_add_btn(list12, NULL, "Seven"); - lv_tileview_add_element(t, list_btn); - - /*x1, y0 container*/ - lv_obj_t * p10 = lv_obj_create(t, p01); - lv_tileview_add_element(t, p10); - - /*Add a label to indicate the position*/ - label = lv_label_create(p10, NULL); - lv_label_set_text(label, "x1, y0"); - lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0); - lv_obj_align(p10, p11, LV_ALIGN_OUT_TOP_MID, 0, 0); - - /*x2, y1 container*/ - lv_obj_t * p21 = lv_obj_create(t, p01); - lv_tileview_add_element(t, p21); - lv_obj_align(p21, p11, LV_ALIGN_OUT_RIGHT_MID, 0, 0); - - /*Add a label to indicate the position*/ - label = lv_label_create(p21, NULL); - lv_label_set_text(label, "x2, y1"); - lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0); - - /*x2, y1 container*/ - lv_obj_t * p22 = lv_obj_create(t, p01); - lv_tileview_add_element(t, p22); - lv_obj_align(p22, p21, LV_ALIGN_OUT_BOTTOM_MID, 0, 0); - - /*Add a label to indicate the position*/ - label = lv_label_create(p22, NULL); - lv_label_set_text(label, "x2, y2"); - lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0); - - /*Focus on a tile (the list)*/ - lv_tileview_set_tile_act(t, 1, 2, true); - -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_TILEVIEW && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.h deleted file mode 100644 index ae90dd9..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_tileview.h - * - */ - -#ifndef LV_TEST_TILEVIEW_H -#define LV_TEST_TILEVIEW_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_TILEVIEW && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create a tileview to test their functionalities - */ -void lv_test_tileview_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TILEVIEW && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_TILEVIEW_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.mk deleted file mode 100644 index d3fbaa2..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_tileview.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_tileview -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_tileview - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_tileview" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview_1.gif b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview_1.gif deleted file mode 100644 index d5b5cf92e3a09842efb135985f89272bd0079707..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 630136 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%0Af8pPTDjw zM@d+;4JcBuCPoxO4l>8d7>B0>pfbSU0f#G)M~Y3iT)C z1JI5E<%QTo=3M!wMrKbzH}F{~5M2A{b`0!kfX`$FzAk`I8N$DZzARGd@8!RZd=LT*&dQGfj3l4{bLuqyX zxB=$gP}Yr5cHz*|hyJ($o}#dRA?)o^KE`m+4V;?_qv@qw!(_9I6orfR;tCE$;gp{# z`?$jhq(XUZjwuvHDE3AuZ$zl-9BW2~ULXzSJ;ae|$O#r4^m?CR-9XW^993eU9Ezzd zH~@rRe-zY=gqWZx?i|9pfrmO#;M#`~L6n(MBy~~bOdF-OG&kr5ymX>{u%!lWpU;%8 zk0KCv$yNDzumuO5n8-&l(ZW2h2nh16BdLlarwqBl!{lo9=c$jd1&8#a=hf<`k!{g; zNkf|n&i*Ml+?Fd{Deb_2U_5^mFkjxoNV zx|{IW_KzDNWlC%mPCQKjc!dko;nzMuH{hS-bv}vUXc9YC7_Ae0r7Xwk3}#!~AksdxKQ@8i}!Y!sxGcwVV)CSP+(y(DvK{ln|u zYah-ELMEFjYPzWrGB87o228y(Ere-r?L&WA-j^)-78wu`Ar~kEbB4;f%fP&>rMyC9 zEh9jxBMYAWqByDgN8Tiey!`;W0jIbAP~g7Tn->c4QzI#+SFR)*UyWU+iZ@oUOjPJa zU3s5J8J(g~UT;_<@*ZDs_@Z#7f+@9U(!x$8sJF!lDkJgPVXG&34fRG_>&|Oxo{CR zkY%DOSH-8|f1HY}D~tU|&N0y(PEj@B2CSu%kaqEX|MYtja)1m8K?(`Q<)H?-1?$vyKZ zb*;7Lbqk$wYaapqg^`!BG$U+_JcRrmQY7y*d2Z4(y_D}aUVkr2Hp%WE$#{8L*Yg>6 zs3Exv_P(hIbOTvON^+j+IU!-;SBsp`Ia7(0L%MlW)&}1$8}!-fgI}GUf;Y*zsCx5q z*Ew+oha+X5MGZnq$jhzEp3Rg@p^Exu435zm(qm)|zrHY}m!Tx#qHudCg_~&jRd6_B z)a6`O9#U4`Tw-@4@3f}zuBh>u)d~VJG*k~w%zWECg`Dgixp_)i|5Hkh{xUMe9TUw; zI+seY#lTcrNgsP)II$c`jgeE3$L0h8I&WKhi>sF;i zR*RHYiw#tR0zjMs#Y4CGtc!VjfcWtSAqL3A%gv_0@?7jy$iA02OM(~IIZ>sT>B6y>o`xXlDgQD3Ur)f`7Cg=!@HpaTX48}_=gOcvJ#o}na@Xc zJAV#5$#TT5eSmHti$Ue(V%JMV7ll%%fGd0g^^^=1fGs$HZeXq(1MPmfs3IWVrE#x& z0@?Mu;DBQ3@euFvy4mA%vlFvS>c2z!P`vZJD{k#Wyf@-zZzN04ld_(`GhGA^eia;) zdSl-Ayx3`v6UVxNcY}TLlTsjyWVF7~*LtpO=_Pigg0XwK=L$ia}wU4#?V(QCP;PBV|l*SPWQjz`6m67}=mPh5Owk;GsVI zb8v|nEI1fRj2r7e$M#b~#-CV^)1Muv5r0v_h$}egPvq-pnU{}iwvE?*jBVeTz^;Ah zYk8|qdaG)=V0OnD*(U>rCW9nmz3xx?#ecgmF>shLey`wA9%px$B$1UQJbv_9(3fU{ zguQ}8YkUIhbaMGv)jhag>-XDW2_$9)?*=x6b=?rNZhX3V$}{8W!Mgi1v?GalH_(=m zh(0@86F*zudaOQv?r>kyUcn(Kse^SknF#2;KTqQ{KaK=>-TeISJh=A3C8F!By5Ouj zKOH|mSw2sjn7ro(tdf`SFLaeJY-Y^SW~G2@A8^bf!Y!rK8%7%p>-1jyauzYI{7Tri1m8gY}OMIPk@AetdChdpETOGm=h03~xb5F$wIs0UL#z_K0PB3CnT|OMJYtAx$dNBc!e)B=5;!k-DpQ+*Zw0 z-gFAWEG1!D2Fp4L%SK-53Fhf}FJ$A3<*zXxNL+E7nL76qHh0QQsx_J$CH_v(ck)^T7xVK){}0mL3=^PkhK6dsRLHT0sTH ziRr7;JXFawDpiQB-D2F@$EQq1zGj*x=oPm)d4pxLr`eP<6w@Ql(`_)gsEQ~#<=8XI zCWD-wgdMQpa13KX#A{AeTd`j2rp)#|_tL4t?GGTSy@uhWn$LufyM0)a#4H2 zB`klj-oDJM0kpq*N{1^r__eiHxDaA?&ZnI)knnLjq+b)Q241sb5q}J2;E9FWQw^n|QIUGemq?zJE zbVPGj`{eY?l@0T&gOZO7*gWj&?71$R>NgJ6{&5363!P!Ql!S#&+A{=1>ak)z%sNZP zC#cTcupeLlI?BJbOKQt}(SWh(l~RIi+}_&9eM(=-TeW@|o$m2zuST33xMOtcMXB!w zy7$|T^+i>?vM(Nlzt%p$g2UG8te482JXgvB0&I* zcfsM{+6Tef+m97LJVvrEQAtA2$xzF2X76_c;xz~{N{B`x?1)tjSa5K_xdAA@{83-d z9C?mlnM3sqR97u|GOSVj2i-u0RNg`|$MRJzXUUDIpB2h*E-`)1L8AUhlRS_ zJRTl)BeFCk64gFXaM*JLgm1NM7FUw7!`1>NI<5BIxd}w~%znE8{MyI;$Q;f$KHAtz z@16hY2I#&N)|bs$KoB>A)xmqDsQV9JiT>>dhKaznk5f0xf(Y}C?9QGzovpu`|D_DK z_OY+v0J?$Is50=N+xFxl$=_=qcsD?%)l)^>%?$udBY`4X)PJvil;R5xJ`Vye>7@of zcPN^Cg=T;FKi59EemY8yE}9A67lZR$>n(bWwu!{L0n-@9=|n#f7U)s#Ah^BikqHgEWMfnU?R)-wGTFF67gjwc4KW!Bb5KMA!pFJ$$&ekG1%V4{|DDF1ZkH z&&PgZ)07by%T8zReulzCUXH~_l2Go*B-x7nZs6<#`+n^v2YVD@8=p;B6zB%ngauA> z+%d~?AG_2D6W9co5Z{>`xrHP=68(e9uFz%7BD=Pk@tE!Ne&z`(HMzEeLEDIngZtfp z*<@kKf+B<{F^K|Sa9GV0y~F}&$+4A})7|nKq_ZR??0ItgX(74igucO+=>U9chL{+?S*SRPd9aaWoV?V(E+@dli)c6S zSxGL~z9jH#?Zb86uEKeU9FsEIwX%L$qvs?3}B)yWAGxOhE}oD zo;ZW5JSHIBs47L*LODM|`L#i66d5#xAhu2<$!{PQUk^-Lhnf2YoqQ+#sIY2~o$M2J z6~Dlx@HR>=jcUO$N=(BIDS$J0yCHZf%d1LzS0hs2{o0GZ4seUN+vWxn@bt z%pO2onERbfl4sPPGqhG`jQaZN+8YB@%p?T5W3?P_YQp>gBE!n>P8Uz8q0ULw8J8ZS zpG1+PYfWbXdeyqSGIfV1QD$TQZy0d2$+wu

ZQPUXvt}$|1-rnnqp9~N|-IT=H^irTHSw`U{H1dI?ywUa*L&oQ65lwGWn$kZs zy^U2cyxU|t)|9af796fp%Rm8usOsN{!8|TvPy|8AWwBS9Frp$Jy?XZ_a}xEzIZXg0 zyCtsD15l4=_6rHfxy^UGDfUWk>PK9}pb?J|$O50tGBAd5X{C#8oVk_#`WHsPMGTtq z-hRn6tkxt7yY-^cfjf%H^2)pS{RP&eO}`@sgUtn*!xc8Zp^d7C?)AA74~J5Az0Dr2 z$3+Z^a=tf5pSKvoVT5q;;{q=0V4zN| z-+cq;B=$uNeq#jPXm-bwPfYcQX;b){{P#r+_F)8W4*!Kpt(PveUPfb~@?3Am!W8il zgOlI)FoFo_m@_$(9E2#|>*V-9a}sqRM!5T!(O99cFnJ>0z{aRC0kv;VB7O2@z=i3_ zmOFrAhX3C>BRrKV4(zr)T+yn2jz^G38!Ph=*_e=PkE zMwrb4=Okvc8@S%i=2SMN-+faOIhi+BR z@K2Iz*oc8~)V#?TUYVpyY;Xha6ky`l!l< zTZy5?lLcR1P@PZx9WlUR1hm`ZrGdPr_jdl4mOs z`TXT-*+!2u+wRJ2!NTs=Vm&Wrd-;o1#a4{Pkjn&_P}^ntTk8qfISGR9wAmYedzArzV0iM zx-KZ7*iNV0@=Y=yj}fc`l9?yu>qYw7$#!n&w?8jDLBx$FQzuEmVFZOFeV+&d!QD_Q zQ}C6yb);T04I-a@ubRx2M30?1ra{?hDLj$l6}Q}#CiUl^BOIBNcKN!3G>g@})U7>m z7@_Yo=}Pe{niNE#^DB->WmH`m-5Qn7xO!BB;=VZv(BvkfhzdVHb1c4dYG)G4<@oc( z2*qom7}d-NkHeV;w|vFY+CN&|8MPQ;pO7roQMSd-NwmC{SZl<5dc65F0rSv<4U+iL z(!3*BQQqUgoWy~Mf#0Uui#fhY!5v5FvFLqs63egn0^cZ_DskSH>F z^xtz5>mM^8uQd7CA+a+g~JFG zUzbHLWDv>n5{Mzc9eS}|^J`9`WFJO|t|d6jYm-+Q#JVL^#!Rv=VvrLS)iU-QBgBp^ zZ}!wX7TW}OJas?&SHu7}Cozu02qyVCk>1HB_Nr)rCJP`wjh>L$IuJ4NQ~vOh{v(JH znA&KN08#h3iHJ@e1PM3|$b+6zcHZnr#9{>OoWy2lnsQ#c78WCjbW-x6*!$G(0-e1~ zQ*o#ahmSM*Tbp0d2j?WBK3W={Km*-bE6=9heYYp60^oiq=rQ!%edn$I5qLpiy%IiR z@M}(@zaJhV_}=2?1gpUjP+Ox*a2NqQCm~eKmIXi?iiZO71gePC079XC5rgdm7$LZj zo%^PhImZB#2L`(sh+c{;!D57>7E|S)&-=H>g+AdU25T-5k1XOw#;aCdNAMUSs&zS4 z6dy52C=W{K7#zFyskpnKbtS`jXU3pjq`h)4Vz5^HA^Y9phrKz8-tyI=eq6-hv-h@M!Z2&f6s{SkvNM>jrVF#=WDq~!1h+Tk`MlEM8yFhb#{vU!J3&g`d? zkIYVr0=xQ~6&z6LuQ>_Pe=tH+ML;Ee#R7>M3FeZ7^zS)|Mz%var#V>MF}os>Qtte; zCfvU(YADx6a4vx?og`&s`Q4~EWa8ANVif#~zs$O%zUQ-4bm5lScD$Dj1>+zJpVFYnMCZTnQu}apx zIf({V8F?2XGcU$AFAZ&M#6W4?>jVkV6XMBe&HiUjg4;*8$Ds$|{eQ&0`9D_-!JLTh zfTNrQ_=S=05)d2{5TXt#d~+x<*bKxn1iiBftbOhCIEDhi1eMjE{99tsJrG3X71Uhj z-xL!BhzQPh3$Awuk28dTClsd)L*|qqpIm|)W2pPeg30tn)*|GV5us~_p&N%V0#rZv zlV9*+cJQ_1q7;#Gc+@Y60rX+O*Ji)@GKvSvL<;&ur}Pgc1{y@P7&vWCIEpdi%qsU+ zzo3Pf5I|4Tuuj4;`Lr&91o-{4u7m&;Wm{pC+ISlBFH5Ia3dv8jM4(?t*dPH~G+co( zO8rHY;uT5mmZ!I4DEj<@9w$OqMGN&{VmA1orfVr$rJkBqu>YiGe`U7metzn^BH0g4+2BoyApeI;t|t zs0LmqH7_PN(o^+jOrX@a9Fr__MOHSQ-@l86#9j2aDtbq?x zkLOY^EGPHQN%NpRdvF99sqU5>dFE4kW<3mop(HdC9s_e(SeQ<1hEYY@UR@%%0j)du zLhp(;mP@XWBDqYaoFi$*CLN9AB&+X{l2?etP{l0flA z8GtECrsS<)#K-fm0?re!=f06SuZRRz?Xpf72@e3dDk3kzoCIY9%)=<{rDh6=9;m&@ zYpuv@cfBBo1eWzE6IubNUOof`Fd$*gpYn!3<)3+)YoC+bdNa@9;;R|gS96*MQomtN zx3+v4anO0!f=x{WcY}zp(y!*n)fC4sff57Q)k2et1P~m>45$@EQ|=}|=Ry;RV+i0^ zU(+pIB={JWJYV1*WyrSk8iWxZsuCQqOjv+uiEIyKnUbN$cixD!UET?ZNRm#;!wX!= zdR8P;StNV=icr{dG62Ge0ygX@C+DGZamAW(SKPfR#4G*xHVX<=jSa4rfH{dGRVV}t zFk(%~lHZ)i035(o!>grM=dQM|hxQ{%_L_|+)=TY}-`X>qaA5$>amd0t07Vi)lL3x# zr~{ajIAH>%D{0vZoi8!Pmz04pLdb$C8xp#h0p&o0BN{*uRUTSd9#49$eY*Jeqlo?( z3L+mf7N>)pL@ud08`3ho@&HDlxKu{jQraJ5%3*i?C@1lLrxIIPIbTwma=UE)V}-%< zs@A`95-lgp>f8K0Nh*vRA$HH-efmpcFo=&cO}-jr>_?&V=)LoE>qi?li$m{!<|Kw} z!p}lx9tF-ks-DB#q*%JOzf%pcU=Lt~#p>5Qh}m=R2g0hiZj-~qfDXDEYS|iE;{zC> zZ3fyc21S^W&jJ8(l`mO*HCgl>sPj)4VfQ%F@dsah^$U^DaH$wL?c z-F}bjF9^gfjC|%?-H)s9rEK4m(cAx&7=Ss6s{5AUj^3er!x2R$^|(&=F}M|OPcrUs ztE$mLiP4^!-wci)^iHRm*|I;BjmAh zxxF@};}?t&)H%G^G0f80BHOtj+qGugweh%X-B_x;u&Z28s_kS~$1r(mm}}K#9NZ0u zNWhW2!&NnPfSiKeQdjeEJAIiO2qQ2gd|-O_fyKnlS(y~2P3p|~0l>9SsKLt$-38ut zpB(8HN^oaq?dBBhq`~L6)6Y@=`0)gU5oAYt9Uh+ZBo<#uJRg2+v850I=RReJFv4D+AcIW4 zNPj+3#wwv*hR^#aj4eIWPkZV}p+ic=|QE9ZC!Y{koM&I<-llo;%efG|S9_$o1UpLoq= z)Xi_Sf-i{V{UMAn8VHdeCo~=VAve+{75r0TFd9T9G){AO9uuaIvm0+I4!<>Y? z5YS63GD-|sj`QCq$KIikx=V4*BDB3Q@(YZjeMx9DHB`lP>a6?J)~3QKp-GdlNomtb z$;3&>%`o$*m+Q4*hKbWg@28FT6=IgAW0n+jLMHXTO%26}9vhT9+8mc5COUouBk0VU zQXJ3PMcGj&w~Hw=0Y=Dw0~kijUw4C>|t79l!|tb7A`m(IWHFVY5~gfQ0roDlI{dV-b<%(*p6DqxqB}Ta}xW{BXs7U?@z_BO-t=d$M9=Kl2G7KFJ06Bk=vDTU(}!;_V+>x{hUoXwDq?@XpB&!up~#P(iKz@fAT zQE?5@hdGJ6-vnU9Unq!iuV#C`O(m@=3=Sr+eUckOqLDE9mBQ~|M83~${gfEYgJy$o zQ~hD{>w-$lgUKOSbrX>!amUD@bRzPIJT}OUXnQ{wcRr zR0Ai;0$~(`4xC#nocgo2ON=yC8+@?rL2H@XR?mv8f7Os z{VLP?1%-73h4n-1W8L3wU9MoMkNlj2W>_ckT$2HOXNj^FdG1^i<&CARyZA$i0Y3Fo z^7_?#geJNx09G5!84iZ&YylLdOWNzjQeOZa0~+0oio=`)epBB75pfNn-@D$wv`T_} ziLKZ=f)TJxTankcjwda}ROgSxZs%5S=Z$R-%cy!FcRbMBeP34t5rtc^2RVtVv7K3x zoi_@q!8SW?*%#>_9Y_qooCJ(n{mIhq6Qp`w!BWGu%cmag9l;1F{K76ycrQ?Ww>I1; zvZQ$C$^Kl@{+EKHQT*=snD6H#>KxTl>#O*UC-}`IyaBViGXMY+vmvzn02y1A6FIv4 zDLECN9@Y8JDgnm?e}@q+Of~xxQbN(3PbV}1V&*q07&IaAK~AFnh5oEgqMX~`5`(^8 z`|f1A=VZrBZ$_iHi%D{*V}ykf`wkQs>E)-1v`q5LG<*`a6tpBrzB=xsAKi zmVHY42uApa#6ZUWa~au~#955u`mMeriNR4$;-|zQPa|5MwIAY%U^vO5mT0_XKXWKC zFxhte@-ZLGN$g26muS)}3)0J1p$NzY;?Zi{U+`|V1%K3r_0}K zi?|7p-+tvJ{(upX?$;u8vaeUob+g z{sjGRGVa1JH&pl(2qFJzH=UXLL~o(#K1c7$ETh5@4gSm z{Vg$wd}8Y0CG}m_>vAJ+^R1}~f8-=U7$HWH7@Ev9{?d%kQtE%@B)Y@IC&%LzO`D}j^sqGlos&3#5z+=~xvgIL z#}}&nkDLSuBb=t=I5n<+d^2_vp+wgm=Br|P{8+jAS&8oOQ17Fh#HH>CAFebMe=3`)U65F|G_(c%^3r6UPDQ%yUippu{*{(T~7;I@-WrN4Y@L@z!F{l0|F`%8Liq2_A zzj9!q1pxLbXs4E&apFw%SQO5Y!_<0E9zBMP|Gn@Zon zr#cPp&bp*hhWPo&jE9~7CybzdQ#pD|&sj5y!Y*0)NMaC`4V3M=O?W^DBSk(1cV)f${v@_W?-p*2%Bo<5KmoPNdJ z0cT%qh1<;)B@M*izE*VV@~z$L%pU8v6{a~ZgNFR1-htb{BnAz(R-7;U?&Es%DbUJC zFoHxePVb~tat-_godi2>j)2KKg`&;}LT+mYSG&S&^yyP-3Et(7t@YKb;!FCh?>lm3 zoNgP<{3bED5M7jL!b3=l@ey_GuRMSeDi_EeEcTSS%?aIkx@>aQOpI)FBwKLw1X+l^ zt)Mhg;8^{HA}v2xXQ1`Dd>x41q3AkE5JKkoi@W>uE!UOV?C)Daq(1 znCV6v6;jR3NkTUZ1bLR9Zk3xK<|O`-7{t`Z=b!Z+kq!Zk47EmR`-o@wDoY-*K`QK5 zPdek_E-q(9>PS#5FHyDASoT;B-10n?p-}`Vi{ln9ePCQ}eP6?ygVKnPbVo31t1D#DF+8#AeL{ zRhpbHi-_oYtdd3sn^#s>)E>LDR@#$jRr1nY@HYR_YR`MR2fri+U{2yrL`hlC(|aLB z(DZTGk;I^sCUY_9<{6F#p;8G&iGU84muF-h$ZsIBBHRwT!CY_YF{HX4B=5Xek3udLDJUL z6k-YLu>?WHl*r&?mNj&aHT2#!3~NEu#R{dZXtHt4D6WR}F*ys`>m3Ay5tPKS5H@k8 z(d3$)q8b90kk7afUhmpz6qF;qRzRHTxL@tbdJ2L(MS5yqVOSmIeSj1f3c?8MD9DMz z+S8WG_zaYXn0MVywt~p65_f8yaGnpOCQNRs4i@fte92SFrcND;ZN{}9BE$h$H60t3ZYl}C0HiWP)LC#q=JgdRz z_o|Q@2HpTvy^syUDlnJ}^{I&l)AR^pn+CJpVB)0)i$zt^ITbH6=y_THtF*p10VoLy zkWXp6=Z-eHimd!pV)pyRQKei$Ec07O)?grMYd&r`nZW7sN z!|&j#gFq!7S4)I({c4X7{b%0LDjzTLmT2#m7%g=G=W|=H#eJn2)zgwN)shJ2Bw(${ zw12}0t?34>8J4YayC>XGM7B16!3g!OdA6FiDDWSdg#iGLEf^sQxQ0II3g`k(K+GY6 z070-w6^7Kvz-R=Fn+p#S1SQ8pA(MuHPfXo|W#?0yLQ%@D>F5usEkR_1*#`V?GTNfq zwONDC76bsZvBY;34%A#QPdq#2Xyrps zj&5J6-#ZF!t28UTA^>J-uaOE?1}gfIGhCF$Rv4)r^YJGvxs=|=HzMO1gbVjZYw>5 zjdv-`B5+FF(CLaVeC-l(5JFPIp)Lh{)b*2ZDxk>L(qZ|^Fiyy#*rLKD0`TUHpZn5M zv3LQHlEh&5& z-pM)6U_ET7^Z+Ijik-X=7!1g*c`PM*rRTk=oOPTR1sq{WT{&to6t)9`K&r6&ZcnUs zG1H{00pHq-bWY>79MGhKpfiZZm8G?**MLY4$($MMfQ76t6^S!S&MP*h5V5LsE7`zM zoe(k+T)RS-2pY};;N1AsSQ7H}7~%x*zraXUB&0F}r zasi?F{ubGEU)}cN2`(0jr6ygR{b@c7W{*@c+FMft$Bw5>_3Ynz+MuTa77pa zyAK1-ieSCxxHv4c|3(l{WGM(W^;+uKC2u~hlp_S;$cJF9UdQz5Up@o{-y;M;T`QG3 z`pAc%7nDj{kOcuB4}=8fN<_Sc5Kr52Cbq|DdP0jp zfIEQ5&u7Y%s$O!97vk45g`{4UD!M+9LG0GB;p@+h;4{VIvFe+t6XAUNxyB7|xX(Qk zxo*LtTEwI6k!Ja2*k2^7D@oxY$@F|q_J_1YAAyTEb8>pJw4*f%x3a-D%f+l)9og9+ z)@1rN;HgyhL7Sy1_u^dE0oK&tdb&C5)kvkwY-fJm0oLR?-OZ>~wqyo4LfdZCmA$^+ z7%-dqLaSVKy7_jS&1m}-F{^Tu3I;N5nYGzwqYDH$`yK{>doG!3 za$+GcA)gZusFFwSqgtOvAeMwj?o$IcD$&v-W7Q5&TJMPgAu$z30Z*WQAWE zHZZ$4Cbh9NNrd&4-;;!p+Jz;lGr;U9-RAdt$T19L+2L$5;uR3&2F+BC~s`vV(U2h6TDF?J0rlq$WTy@xZYQ{PGlb2iLiO)anh?BSp zUiC0<@TxR>&f za8c{$@%;x^3!r5%!K_}r582+^xvYaZb${9-TI>$px_lQNK-j<^N!)pry_{pZcjw3V zqU`S@rh8p+80*i?tXToEiFPyiVmWq6H-Rq?TkjXdH9DEamVG;SzUifNf(PaY1ZF%L zlE{0@dA0B2j%2W6kyV$hSd!!VJWL7r8UtRXA4?7Z0V4**fgt=Ar3ieMbwP{aWgXD) zV|1sr03tm!F%wa*LnvU00y{|!iV0|_A{{L)y%F~8Ly39jox%H zv>E9x+iH;06QC6?pU^6jYmjS5ZuBnp*litqv$xL|Vjp;4fit$}nw;^py@W)G!T>bn zmC4(?&-j_?#<2*~rnN5(L+b;tO(CCHZE8qgnAdr~raRGi0$cqc@IFVJ@k!B(7WH<7 zOFzC3Lr|~Lj~YLna|ES{t;E3b+v^4=VAlu-)V9aU2Fq;qO^yL$w+F^xYku6j^Vz@; zm%9B~ZFHDnNgO@-F-+p}JieItC6ZR-(Rp3SjOurC<~V@o^@R-4Cq)-9F6-~bkXQu_ zAez#yc1?SuT&zpxppj~%UtgEBra)SzXxNlx*NQC(Ifisd7O{kq>C0rAUx{%Ra0Uj_ppFi)R0Kk|Z|VU6&YmGYI(Z$c4-HqNM(G|f;Y zg$k`pR7n87n-xe=3%}i;UP+NlgFUzv&(1N{Khm>(&5{n^I_(%)Mlew za}DMW*XXzR(p7=wUNLq8s5k@GZR?mz%{Dq~dzzZvaJ-9FH(3BkAE;KZdsks#3$FMRhjnZh83P9#J*SuFBM_ZLnkRL5*w_l?@9fynl>u@AZ>o#zn&@&+({- ze*gUB6AZw0XOIG2k?Wo3f=U(@Y(4UAK2U$Mt8#tLh=^fD14#aS^2)fkuRc}Z)Kv^( znDF#}HvDkt#TmO~w(2ao5Eczj*+o(oJphJu#?)Y}@QLK-u{G(gqbNwlTLzBtQMn4W z_R6nR7zmt2jzM;TUKJ9&x$^X*7gP`jpeYwsIRHX9yv%@{@B@ZGQE?pbgwVQ(m?J5^ zT=XIp!r_#CFa7x|W5HjU{_t0p{@1U}e#6dy`0(*}>!dm#Kq$uy2IL-wQ(_3%S;LK6 z-rT4pU|ie0sZqq!_+$ZAFMhKqOV@jUKZOSH?C45U*nw@_I02$AsPPr>&V5rc@$#`i%0 zc$rW(8Zg;F1>GW|-EsVM%a)|s?@305K+U9iq zc#Sf`Lm=ulzLf)0MnFa(i(mM$2*82n5BIL=mh5;y>InxbiJlSc>=>MaVeUb^T%Mdq znnBzt=OIl(unw!_(N+tXM zH@W_sMsF%ypBSnHB^5u+@BK}#|J3N+h$bO^14L>G6k=Z3B<5Jf+P<2%inDvqZyoR0 zdDA+m(O}C^P|G6{;@9kLMS;{5DFTee!(fiD#q5~&>jHxA^SgE{M4d71{R>O#lm#}c&pru+O$-Kfk zGKG`(>uHs3m+R>-2c5!RVu->(g=3H_&Bvp)R$6$nf>v4u-nOr_2{nb&`fHq z%6Ix?TkzFs$gWz@dD!vM*CHtQ)Iaij^ml)1^d60M{7tSWZYqLH@*gD6kMeu_F6Rh2 z!oCx6KgLvi$tn2ex=>gow6jpuq_gw2bk=m|TiNQXN8hn{p{nooMAvqg8VkO`<_S13 zm@i;{?~q(S$nO>GZTzLtlUwaj5Z>RK%R0*M?J0ITqYlaSe{1y6+clIBX7yw!eKQs= zv*dB4(X08JTra~C*e`kg_1S2(gke%Y`fSWyLg13mN@Twd;wt;sXCwZRUoA&w7}=nD zDs@o}gcH>09eg%ssjGNN75E$WqUqjdHwamr_vr+nL`rD5wcU7-sTL=Fe|Dq9o8{oU zL7XhJd`&Xl%OOtfoNRBi2~Hdb2w1R~BaNP@KL=upu?wND7{TE)=+`K^&8bd}dK2!M z4nIvhudc2c5y7B-9PWKe`6@y*%ttFj;PNkx-W6huJazp;y17uHQ-y7&D=X3EL1!hj zh_%dQuKQ~QH42615Se{3k11d5Iu)LyWy*6uRwLaTZhuAVnrl(q_->|Dokr*V*rND3 z*;(lcYm80BYQoZEUg}5$xpi1gLR1U~qmdpSd_rE2IaY`!3<)E*fr&@sVM^kw8swU0 z$w~NPRrEZuH_6Ggc`LhPOfWyjC@lBWp2&A^tSb4k`5Zm z425!gmj{t^(7Z5m%M_GwJg;d69uU2F+;~jJgUjhpa(x7+NM?q?e)*W$i@9xF6rM_6 zlAQIR18!JUF~F7C{3@!$$NVR`ewEeMT(L3*;T`dsMx8IRgOPN291QGvp(_ z^m$46gZvvB2l>6eA}JAsIVXDf^MOW>TS%Nw5&9WAk@NwBhB17>f$>H}Xq3=>4kT=l z#{k-xAq3A0G_g^a^#2qLxJLe_(K|P`eHLAeY(65_XPjSq77D?HnELlT0jTKW%_qc< z`|wuRtLN4W{vg+FnJ1Vqb-RR~g8R~SH*lD0Im5G_DdvH6OFtl6?Qm|M@iE$hvIYuw zj5{aU=b!mK_uEUJp2$m0>OSa*=)5T&&Mk<>CDF(S!&78hTMas$_Ro^YrcYkmYBQw} zi)lJJBO1BYZlxm@o3-o7B<_Jn5%K|1ziIS-wEs@7%dm5GKK+Ya-~Qk!UmVZzGrwml z4qVa;lad_&PjdYrzxN=UQX9B3wB1+MS#m(GU+$^+i(EHm_XbLwKp%0(;*B$vgE;rn z;xz5AH?LNH8hBq?TGa9N&ZEkq@%_@WI_+;aqOquECoGhy5O`2DH1gHdxoS-Cp36|> z=w{~I_p=?}AAKJh+v{}3;sxz6%vIwE-m+Sv&LuD5;fZB=3CMeu<$$Y4?nDsN`S1z8YED_#6&L4zpvL=hxnR4`YhNaZ7_y+RyE8a6y8gC64lV>>XlY>x z0u&k|`@QNjGk)`La=iee!lq=+Hop7iDt`N;Gw@xK5(9C;?~GGcD{VIE9+K;yeK80b z0?67ye$Q7ynE|)AIfUQe(8a(|Vji$@P^W9-jsSofRpe)I0pQ1V${zDsgyJ(2`P<}7 z5x5IB$UXnDtYVWTdO0lp6v_G5vWoXPX`#k&T@bkRXVDOyY9vT*bUWE{FpZ~`EIk99 z<8B8J1U?_$yvM5TE8|7N8f%wU{bY`Ufm5wGM?Zmi=U~8r7R%Hvy2V<4f9%7P$-L)7 znx!XIk&q>ggl%n*6SbOb6^!A)$`$B?izuwwtFf{=C{91_M^Y()Wx$?Ee92|ZL+5Ip zcRpndqKz?6S4fZrZ02yN5)m@lcVN0b+x#=h_|YQj6mZ;+_=SAcg$1YbiUeug`UWdN zeWLG#ak=ve_ALQ$5k&$n=6?ivWK9ofydtr~K)HFK-$w8>Xr4 zyF?ITXdboc=e4V@&8x5WQ(3**7`T>7Z1^TvnI3a;CyxXiQ8+YFW(GM;XXa zOcNDbP;rI=W>* z4ju^1PIi}=t_7D>vDs)LTBazHLpyN@iE3>|j8$w7n#&+oA8}wOMgU<(xmnT=lfeUl zxdFL)EcJMSg}m3J2qM;s_NO(k7y#@-!Ta~Qk%V-B-pSX^BnEkfDi_D|irW9I8vk)1 z@L$WS->b&I4g}gR{beUUJP>$tx&EkXEVj`hIpngcEy3ap5Sh9BE^a)q{wb)NqIc(v(FfBWmEq55Xg7J*3FwRY~I-TSTFq4B}3 zDsi?Cx+L%It@eqX8Ch!=3Y-f`dUXbw!Mf=BO(cC%c4X68mF)T zSAk04**|W*!;LUBp&ZL!x1N~QA{783KlthfgW_BmCJ2Q{w)w%WCnDC3zFer6d)pUGx&$jQ$2uuo#R4SOLgP(#W6aDzEaL4l$D)I4v66T>> zi&X>90FnJN+_)F34I`lzj~TC!>_&)pup-SulRAi~ zP%29uReavSX9_YY+~Qaf0cGs%v8`RK2O%+R7+=YYg1`_%J=G_}>;VrbQQ~^w@np>Q zj$j52QVI?1K?ufqlh4l4BCt}^@eUNgv=)J;*l>*4xHsJ~zfMmQ62}nf$)M|j6Xq%2%{Lhg|Cr4gA`4BP43TS>67#F;%^w z7`&=ogF^@mit{G9Qf$s9V?I-7yB2V52cQE4T>0Ezs#FA^BQ9;vxusbO=w-&=a-BaA zga7L+?*9^l|9%$tzrJYxk8Zu4+rF&Uv(fNX6v#PPz-+W@#}`WdM8h@Q5Gz} zWVoFN@nJE;oL_D`cAc!Koq_qn>khgx7KcXRo+`2SW0MdcR2TU&u!l|WYgB4-qQRQ(xC-Rn*$c38)-%_dD zh5s0J{ekcJG3HK0u{rKZ`i*en3Fm8-5eG3gX9SBDZo~hcFVcC$aVTMHMtG_aMxE>n zp2baB(B7U;iwjYq%g!2grIEG?DW7!g*Q=dmP=942F{nQIGbsK`3|__Ac;mL0#d)L*c__r0y)$^Pz8 zXw`RH_`CdTxnuzfL|sF(1SFGuz9d7_y_YxJ)Zyep+0plvBa+RTJdUhf`=2F`#kw z4Js;+ONpyR!%J@^GCInS`?QAU1uL+Rq0f z&^q+5`Aahu2O&SznV<6)ra$H{Jt@DZ0zDVdrbv%2LB+M6ll8Hzy<$+H!1^^wc``-O3doROeCic;$Q-+9i0+8vl-LEu8<5|JVbqe< zdQdn8fCGSw*AhUwyjo3!A(h(clz( zJL9Kx8JtG`ODq%8EUVPdU9@-2b;G89jH!C-KWXlo|T_X@n3FcFL=Dt zE)1@0a0i;+M0CdLgI5zs}Mc{9DvN^08vWe!*rd-Hy;cP!}% z+kDe2A1dxb?8o#e%t}JR6NDqdIzBEPn<3(*(QeLE6w@r5DH=YAu#j+w>4I5_KatkHVXzw8+0G*#+0t?2X#OIa z9v*BPl*ThMcSEr6W`~o+YQnc5UfEgxF4ykW#0`V9vJ2&SUDu7(q>d?GS;AP|$4te^ z2)Q}Mb^hQx$y3bTdRgM@gF0>!N=%Rvp0oU}AA+2s(txG8vw}<)+>eC00&d8Ta53JSS3G|%}TTi%NlB4!9_EL1|TE2|if?@D2gR+VT zudGaN89r&f9Qf^Hfg2&88PSOW%>J7c`tn<6ibw{6oz`=7O>Swtb?uEy{rD!*E$cdS zV4qXp$AT9LFRf4P=%;v|F1~e@iUWr+l%L}X5*CXzo|W9RZg=nmU!-o4#e|b>d2qW^}nz!-C!G%8}_erweNDywt4J zywdT!uaN8kpHk^WkVW3=yAl^G&d+gr*GBbIHiCFu7S8B;y$6eI!{48bZC$%f7lZw_ zSa3Q=dK}<2OhjBN#E@&56OX;ErIas}ov7?Imr{NQfH1S`%@3A#oA2Jsz81L{|M^&v zVZ#Y`o*p(@sSoeY`)k-D%N-^pl9Lq3#a#otsyVIJj zE`Es2TACi#;pViO*nbkK_;RrGp}Rx;UY@n$kF5`ZAr5itRaP48v8cceheXo+SvmG? z9A;)MZaLmYXY56H9Nl`_MAe*L(L+?+fH%7Nq?M;E0Y@?b@HxqanamoY-cv{vKFnXZ zw!k#dEaX(^CTDAb-yXy{ITbw>w7ns`^J(DQdSQO>9n;Hk15Gnd#l)iD?wqLXpQdvz zjbr`hL^{<6{H_230B!I^p7!4_a@f}IFY;wGRub1Qj^JkpxQojt{e~Frq1AfWBa)`l z#t;Zj;D*7C6y0ERXmQ>A3drB7hdL223A27k2NghqSI(XT4mSIm(LC)2>GOSVtmj?_ zJ_Gjl_fEY1NCFgCI$uEZO4trpB1&w+sm<8?o=n0pVbEmK(HIhz0d429W%P+l@i1)k zrLU4TIxJbe5i!d$jj@#H!fUy(a@DuMIf00$hD{WSJVDr=%qtpR4Ja-xemhB`@6~N* z$2aJ48OP+Op*L!$)G-gU@VN~<$%ItX%wAdNLiTP)a4ACT@h_X=JTR+}T>ANtQ~vjX z;X!3?C6Mnrq9(|#eaKKQNbkomI(0py;y5Y_+@eKODoB;12`Ho(Y&bmR*7THt&n#Fh zq-$-p9YBwZj6dbGP~#w%JS9>~03CMdx^z0-Ce7}2@3;~`hDLjml6f-_Lb-5uli?xd zun;2CT<}oo z%|3qvgv-o}*;o!lZ&m_kd#Wbcn@+|i*>8VsCN)SXb}sFVIf@?+Xx+M*5oSel@cEA8 z&q^lg&B;t}G^okRdj6LJ=>N%Qhvc7M{MLE@?h$3>9V&oU+C-ZEp#ZYI4LgyCt)o0+ z=TXn7UKy^&<}2dX+@mL!FV3LOe5W3#sD=`O9pBVj`(VxYb&Vr9>MsS*4YdScW^0W3 z8uCmY;89^rPY!3ei^g|sjA4j`q{elH-$~L-KDLuArJNg)9P~O=0HuvMve}O^v0_RA zWOEGxcXJIzVi&pez?d#mp{IZ?&WlgWe1osd6Mg{OxNtya!Xk)l^qzt}q7C#W00U4E zx?~O#yi7Mhg`V)10r|UUvpxcTC@Ax|I@A7RVwx%Qbi_Hl8GJjWYeXnV*;#J6hkN_@Pj?PTv@|G=2}M7VUPlf{L&HpeVc z{}=cUlS@5GqqH-^9yi+`vFRrvOtO@|@|U@M`w*S7%gfiX)e_(okvPr8%T>dur)O21 zhRWdMJgwOs=H!^plfj3E5NSWRh>DyInmc}3`a?`AZ4AF4FYAjdU3X)n5+%vMXz3eW zc$P{NVH=pG%vokIc)H}-%}2MCU-b9p@?1=O^AZjuejo!F2!Lb&%R{jO2cj;bZn)K5 z>5xH|WM0g_Blq&^guvxeYRmk44_=ydQq!(X5hPZY4rBP47=@N^J`L@?8 zje1X)_Lbyxz>Hj8pZE-_`2Z5K>RWd9jp+A-{-3D zUn~mv7!$%;YYtgbeFn~s8BMQG+Akg(H@%#LuPC2>s`YBjuL_(U2ZFO>u+S`E>URPw zTWOkMF?7cE^|V*;8p-^5b+HsP*@#yMICB3DQ;4{3(MKD3g=fs+qX) z7!1w$27ENPVCC9ZZ3;M<$w1F6(m40o(5BahlS$0#Vq=KxO3Zbgg>-#AdKJ1WT!6{$ zCKyqHBGc*g&hmqw2Ygo|2((CUh93jVb{WSmMOYF(r^~n=P74mOcw)^XrZ6vnnE86J zY^Pxz$E1-0C|acw05pfQV;74lnBu~wh932yOz!E~dRUSU2oHg?a2Zaf2^Q{gBN`2fzz@(Ly#~;|=PY~0DqPsH@`1>dBW$SbMIVBU+_Y5r0hQV}7?J?AFF7{8WrhO1u^uZ_?W zeK8eD?tz+)(x>3(iX!Dt1H*^{UenQptel{WFoc*VrXf9NCiZrsKldrS0~g_4`N6h> zFrsyW#>(ee&_&qF8&O6JP8578H2G5fpqRi^_4miYFrp?2f5b~maH0@vDl^4*u=S9g zxXsX-1Mcn$iqNn_d>*>vJHSJ zMWTuRO>}6BTAqU&T>3MNc<3U$)&cHBhk2Zfwtf3`W5}*a@W-%Y|D7L)F2W%aK|BGJ z5q#Kfj(h)2bOar`2-y?EPBQ{EGt)8FueN65kBE*#7vZ;uN~L<}v!@(N4<-snVZ^&T zU(04+?R+cZ6sJHk)~C)c{hEKaOMc&7#i6_pt-|}ei|~9P$wV+kG6BmRx;r8kbP?{6aIB#(NCow#Q#{L*EnU7KgH*~m zE_hRZ<$iaJPGlzc9?7A!87Rr*)6V_fMfi*a6UtN%o}Bdpi4M?3c=06yJUROwJULrd zB)T%5d!?x6;=#$;TXHYWyFnN(=A%e2>JJy;dMuJi3Ly8>&a|vqD>dv!$qn|FqqcGxzb~BXL?3!TAk&E!+qF;}bA}La$-M`Yz^r1}(>9Mo- zgQ_ho*pddCPEh>eB2--jL=7i?h7oVbsZ6(|e}q0uv+cvbzu2bNx$?Z4`iAJet#+H= zT!dHMJygh20YXDX5|_@R#2@X}{MnpLZrCD0i4&BvZ^hU@@DU{LjN|04J2R)hb4a92 zm{XNBBDwa#A#<4^Vg_Hm36;w}x}2R8H@~w0E!aMh50}XE z)n2q<-Wh1tDSZRF2zjeO=s&p#8jtn9brqZ_bV|_JhLfAj60nqFOGU689XG9%DF>Yv z6tYw9@B~#3uShwURNLQiefwJ&acAtSd(FA@4sR}o-Eo927)I>0drDt5fz;is~!v2{XL9GZ%(2wqRiB7=Ob2D zL;kRt0H8Rv?xkn)MYl`2=UF10Ps;XuU+u5u$E6S}g;kCd>2B7ZONSBVh*8k}9!7k~GG|6?0Vt2^E3apHDUzMTDNd{D zZg(rQ9YV9}*pps^M1vaRFWhlRJK$avJ+$9H6q3?WZ%iYjD5*6W#7q~o$Sdx zU$p-2`+oj@&hu}lPEMzDKHuxQUhntoGMboV=ByE#_;NM@BPd2Rb|x?*ggQHMj6(Rg zTm z$!;`W5M~ra1LLk$swg z2!u(G&@kKc`)d+IK|-c%?>cArXM`68JA?-3li3Toku9i#gJdQ{$fdnVvjOT@h!B=I zHd)XXMI@XJA?Kh1cU(Nn=l+bJfEE7WFLwXy_ogS1z=I|@q})vg8*}0nT$KrUL{@Y5 z7hkti*DzdI2(h&KLHG3yF9m{pdj>Fm0*bgzDGv`rp_$QQ!=K#c~vyb?zUhaFp0Q!eb(|Qpzl=&X9cK!O~OUxt)q$Pz}!}K>y8+j3j#7 zS4Pi;cx7U|l5dnQpaNB5T^??03X3mwQYVEx zSbe>%MPvg9o2vt9Bb#+u4im$@`MM)FNoiI-P~*L8S}ydYyB^WjOV43q^%P%iKm6V# zyr0{|<61?0Txmw-YlldYW=*GB53UBTJwNZ!D05A9tw+!EetwUvlYO zsos**9$j*Qz3p-Qwz&Vj*;sxzu!g+u=*=jLPu^(R)%JZ6cbO|kIce`r5>1;K-)vWg z_pVM}JPP=RE&z->UP4M2n{$Xja-Bb{45kgfgkJb^8=3}AeI3mIPr6-adL_Jg- zRiw(c0G_!7^mKufgCamu&E3Rgu1FF>FiS7V8rS7XR6uuyH}AmIn7baNlhm}ziy z#>%E9W(92x(AL24!no=rW@7>tcf65J89qu>>+mh0HfCuQ6o_C$AJVT?+{eGDv4WNxZG_>6uV)GSR!! zS9qK6xa0=KQ1&tS!Cim_Mu7HA~7#&S zpEuU(>=)12zr`c-Qj5Y$_)heVcSdSSr_o8>U!&BB5o$eQU770ZXYsF0`Dx7urI21pzB6FbmdyVq^&asY*KBxq z_345fH1|_|hBJN5svEhl-aj?uEmcY77mm4SFn_yMvrS7-_AScY_%`fAzcc+tn(IqG z&HMIulh#=E-$SdONn2cl4}VfGctD)_{6WM(AIPp&U*tElP8%Ez2`MNy$dojC((WE^ z@ixVM@rmq{!FJZo;sh|R5p+#wB0RKs^2(BJe1y(M=4R<4_f?z9GdfEJ1xd?grx9~u zy=kA1zUQbjlDdC-1QOp}LM$Qp_-OhFF;h|1HI@{Y6Amh*;AaP{K2tpDn(9mSo;V=c zutAM%LTTXaf@g3=S58YA}VZ(kTOtg^8 zxJct{QOxa1={Oc8m*1SZpbIUu7RCi=R^uBlL!I zXwP-uSb8y5-EU&wdn0mPyw?UoTd!VR^tE+mcH590K%oEvM)48W-k~zfuDu)h(o{s1 z3(2vfw3|$^Q3seuDLDk;MmG1=-XD$_bcP(}mphY2obO1(u}{y9SQZ&k$RNXk( zg^*_%OGqLE;eiBV{~??<>aM2TU%XISpYHj=d>WjJojP-79>xFgjAv};k zL=B)>6F>>X|14h2PBc~xgAd`t=Kclf_u@rlr0v1zuPDu;2$k{L+dmgC#-n=MUy_po zAVzfgzZNeI%5wAviXn3LK7Yxg&9)^jQn4}l!0ij+0}|2XDhjP- zN}Fs~=I&8<&a2MO;01_^#wM6_YuOV)83)H7G%%baVB&$0Kh-1TN*JSL(0@Sjj{eFe zZ53CB7EY2ZuPbyWWN$1@x#L7UtN$_~14fVdMN0zH?T4s87B4sD0m9Q7 z&QvOBSM`$BH(7)643Sqq2=(WN6qUW>f6?^e{!VUakptE z1}90*dE;+d?u|wQd{Y!kSO}@j*I3dU#t>S-El*pHc^qXdS10|^M{6yPzBO5%H{AcJ ziY()Pltw}6)9Zi>j2w6574Imih6HrJ<8%j`u9R*E^{*vzFU-hWH+T5SuO%I`ym}Lq zK=@d##h)WiQ3^c`OB8#bqVh6T&8S)Jo&1|rmG>rhvSvRenOscMhRvxpkaq{p<|i8u zJ(l^@-0jP{{!ZQhjPkU}?XVEbM7|7O?XS&uOLi`%+`IThxL--bjFO10t4RKV_l|$S z;`=o7j8y$RG0hNVx-?z)dG&I}?v{sl@*cwYG#C0cUmK1y`LfJjOnu92t|rTr(mHc* zoLsXQ-(Qd}*!oO$g;C?vj(S$a?$y2^me-pHYJlg>(rb$;B9=Q@Pn`Xb}3a{4v+MD=ge_o$Co97rJU!Hh(} z|3~ytlx-EIJ}rhGoNI;Xu2T{UY*jU*1cf-o$B5a$ou1e7In=E&7|292LOr~k10NV* zY^qO5p7XxVJa$Y$qmEntoRId}M~pR?I^N7>U(1$pmZc*46a4kAp4a_2kM~uP2_pqC z&Uyf0FT<|CdGPd^=#gDnwh639@HPbuFV=_EwaUdbT%Qt(02eP%K}<)>z63(26&a8h z`GInhZ|OMG1g_z^1_jEHl882!v4)=B#p@Da$L=WXb+Mb%Qbg%g3Z^@j4kLma{$S4@v|4OXOTA1K3WfELY1dja0Z2vhkORtc=$OozTrJ z6a6~f7B3saUoN&j*LsXAmYiMM<@jigFP`mY#Sib&&(b4>rKoR*dryXFS%po8YP)0) zlsIu!`=_#hp(l5E-*Gn;SEc<2bYXuc&5V=%hj$4qJvy61(3Db@f8br}FpOU)=zlo3 zQ25ikbP%)P&j+rinHCJ1ep@U%j9FBC$c$t*#w}IuK`EE9dnVVGs|fbftK^qjmTRaK zC|7Ea+`Yb1M`t817>6wI1)$7&><3S7Zo$c*L6QsoGLNnivp+(uHlB|^OL?)+i`l&S z_meAk{Fy})bD$!XmB*ZQ{^k?=_ryA`QU2!#)Di1_8u5Rp zSKGgDR6qp})2kWQW&PpLq}hg4WEDx7RpK&Ol}Yxjg$|PmlKe%;l$vl(R^Ej%)e6bPdLXL(Q1%qvF_`DoSQb76%9EE~C{#|;MwC`P_@qx|L z@4Y^}b!g|09oJ31XexSwKv8Y5AcRByoXd*;FYnU9t%G@`A&PJIoL?VmoRG&k?|^;Lr-vSCU$Q*+-W z_!;nmiAv4CpImGtH(QD-iXeX#^Otui@j{YftBKavaNOCG);`{?rgn$krH1Vr&yI9p zCcs-qPg9#!Vn-x5uOZ=-V!PcRw~l@9(!uNr-Z~bKMsx835XxqphuGR%IC$$|NyRWrmFE!utI}!`b^C(^>%~m0~fKA|$NKv}o{OL_e{yV{g*|Q_8KR;2VJVp6Mb4S!p zei9;zSMieOk=J6e>=Ys@mv0svm8;c~QCpz=nhdFY41sl9Hn?TP4)@RvTK!HtsPs!Yqg4?_!fcS}bXOu;F0 zc=h#W+4zkt+b-YX^^(H!WrHk-k;^)T9{F7J2qFk2ic3_puoBqILVdqB3LLk=LX`zw zj)RGWGrd)mj)Eu&x-oLut?DBMNRM;r59S#406>Gp+JgcGL8~eMn|EoeUZgE2k}?(t zxoTa@q2uXDf|%fB+HSn6{M)-EZ0_wXKFM=$yIG@6D43Y@A$t%J4Jq#M$-T``dq+4g zyk}RRXtxOeLB}I6^jCWI{GHw^qu0yZ?RHf8u_S!PR{5?h<|lu6mv%m)1M(A2{YbC2 zw%VkZ+5w9)b_~qu!;`tNL*DYgDu(T)bO($i2kG?1MZHT(^@YWH5-<`Qxxzp3W zx3QmIeFfe+ZsK>q^y)9~(!s5RKm?OK^JUBO=a!+&X@Gm*`zMMO?VR zTZfGc560zmk;~cM-`=GQ8m_`Nt|Ay$v7+DJB^ePnIgKB;4y7Wu>%DHuTW%`!?y4g0 zhu)+C2YE&{P-B5gErWUu#c?~;a(<}#5OJHZjS>^jL6 z`fLKRQNnA22WD3r-y)1}Ns({a458R4jf#ci)_K2L4ZnI32pc;=bCKU~?~;iB2N6iU zjen1qRb9USV6Xr1mOq6G@rNj0vAhANs67K5D&XsT^A{L8C4xr7!4ai!-lYd{htEa ziuu_40=bG|L&(5kmB7<|uSyGE)7l0O>AmI<4dNsdVgC|%9&a0T@o~__zCfmJ*vRN> z8r~-|qG+bDK#}4gk(3~=z91#rAeFFS*1q5iDZ!#CfdeYR1YssxUtTGE5mQurqskj3 z<{dNu59vdOu&0C!$b<}5hnz1CR8|bS#Sp~X_hy&Jq$@krp)b^NI~2u$ari>ng}~qh zVV-0#`!Gxw7UQ9b@%P5OZo>E|hIK4s-iU^ww=o{x82{q1m@nXYFbpFamKcUf8Nv#iB1(C~suUwj7$Td$L?n|% zv~7o$2}8L!q5wpconcgW6H6b1@c=J;$kyo7c9adPM^xwr^f~Y}R`B7MV&gfo$6xxQ zZJ{wPCu1_ebm(uo4g!u0OFu@2Qp*U1>{vn)gChs=&>AN^>)z3jZ0cG!_*-|)WYfx- zl0=NscZGbg(-6d?_D6=h=~T414)5F3;>1+>#$VzJ_B#znWc)4{J{u}AO_IEm*7F#| zqkfJIUc>@OJ#}^N1aJe^2E{tJbJ8l!o0Dl zqu14p$3VIc!y(6LZv57h)sTl$WE;VCQ`k;h0H$XT zMuvkeoh=tyQ7C012&C%{RIS{B*O#w$+e)%ZgUM`O|H z$~o02=>}|r9mJ#5O}_kNWH3p6_e?u63D~FWX8&zuIFpe?M}$bFAwbE(4pgoG5)aJ_ zFm3XGb)ks;K-K!sWOm{JU+TzgXDs=js@6Y}*@9KD`aEv8YJyk-GWvh#v~wFy1Bi3d zLr6k|_=TQ%Au^7MzqWMX$nc}^22ra0qIIxw_d+Ybz217)KelxHoVNYKTIa2H@%JB? zYyZTf{@l{pW_`C9xZN-=1UU05c2;#<5Ss)H;q_gdIa3tw_*9nDN;iEWeD@{p44LwSOWNR72F4j zsy&aQvTpo`s`U_$l4Enhd7PkpD@-(oBG6dz(P)XIEBq%OWr1QZqQS!DKYIK85GIBo^opt5(36C-9_Dr=wrQnmgb8PNVuA4o{6lucO%`a38?i5b1*V!kC|>16u#rLxESF)rL|eo+nQ-r_~HJ%q;<(B z_eDcp>EYGz&9cAns4RzRu<)iow0y+f)aH3<-<_?^N`NXGMRI+VfN2Z6e_#EnY86I0 z#-GXS_X#CPp?CMVbcjc>Q{{LmT>n$m3O7O#bi8bEG`r@k(t9v61X#C>|0ujcdtN^r z88%jYABm4!tDp#?y>f$-u1}sm7#VUy3R@l3i<0?c-6}pW($t^_SXK0_=Yj-t6O1 zgP&>fNYrIk{^y>uk)Scd^-$Hy%qg5?D=fB3ZK;1^N~mGG#XaD~k?$v_uih;A^oOc7 zD0=mc?!ctG6+qmJJy5mkO^eA@w^>F@U12fSBV?{0wk(h(VpirT9h_F)EICxQ4sS+V zXXKSl4sMl(Q@eOnAE;U##?~KhJ>5FN);S}~mOMu7q<@0a7}Yp-F~)XMPtz0tENHSc=rU%%WLLiKxRrYN-;x~cJ zvj_%m7ici#2p+*ech&jV$PnsGmq}uibBaS}uIq>ikomhJgX_$isN1qDkD3*wQ)$`@y$gr0_G=yMysOQq5Cw zplYoa@v9~EEAsLNVtvYzfp?$$+P3^~^!}ej{M&8(?k4-%6!}%={umiRRqGHB$2{6I zrO1aAd3GQ-V7@nCaVr2E8Rn7!(pYcs#~V`>_&qYDyjt_}X~KBUqX6<{LGoWCLlc@* z6Kt3AZPxH4MFGe2gqZsRS-1C9t(?U|r_q5M8faTgph(Syvwg4mw_gh~1PL|0J{jiA z;~hwfM+=J;2Z{FuNp1%rnu0EB1~xTP$=e1qD2gZ*2Vd_CR^AR)X$oer4OR&AQF|QB zuq~=p{6@R)jn4KPy{0#}ZQrQdzIpdTj2?H{r1(J9x*dXSx_lG`fQ}pe6yLi|RKybi z9ZuqKWN;D1xb;bloFH95zUfDW-hB*XXp%xRguNCG3)Tz^Aq(4k1oKvWDgSo^4P?Y>&U)1n+)F?yrXM9tX1iP&r zjs!Ovk^MMozAt)lJ9?QRW>qw1O*3Z0HfGEA%|I+k0E!}cl=LM$s>3$8D=Y?T7fTu* zOAe}9XCvm=DJ|J4umEKdf}|Q9I@cG=Sn`&+|1GOY%)TsAFs>3F*V%+&3y(Wp5_i@v zmP09yJC%gqCyq}mUf3@F5@THHD1|s<9HCNd2~U)aSc05Zg1lYA)$jzRl7#F13CcSO zDva+`#ok>{jTfJ#kW@;@R(z-3|4wJ;ogQQ2L-NFPNfd^u6zA?HM2RLo?N2n_Nkr}> z8rUU1PJQPamN109KANB80IFJdl2DAv_NgRKk%`95P!qc(1u>Ofd}ngNPBNM?<+WJK z1`&z7Qj(Waf^Q1US4qWSnVj)hY8oN}dvl2!%Uh`wE5 zmsS*>R#K8yCU!fuIW;pi#YZe*2(EU=GQBbUK-Joxu2N^256{TQT4re_?CYG_@Aj8u zfU4Hvos7|0b=>KU&eQ4HrxO6=9Z=`|x+`;WCv%xGYgH`Ezs@obnU$xKDO&>mjhfl( zSpZY^p{g~b4r+|b+V+8VDJ2wl-G?*f9J!oB>wBMcj+}muoOB>tb|?GTfvT0W^uBu! z`N;ut_t0bjm&Jh8{PFVZc39z5M=A)vA&9(A}C`+n)ToZ)VNu1eFMVeNfeEUtk@E1G;HU2;+>|%8xL0UpUuY9iXvbto_JG{+2{|$?&-@z1^rW$eeUVp0kxwb8YBeI0 zCP!Z*cOJ+;^DUot`7tJBr)+x`antMw|!M> z?vp1E;L!LpCMH&8zOt$Y;ERPp(VY0F$0uC%oLUU^R%ayRk#{I`l_rpndJm23Bq zlLKYbXUe~%m1-%FoVrWGuvxjUYSqR<9k6WEN29W_QKLt@d`q6pmd?dmA}(24uv=WR zwg7d|aA{J(OD{kj^hFXDZcgd}l`6W(>eFS_X9ufQdX7>KVjr+qebEd20xwTavwYlO z{cw{S6t6r5toueSMT%fLB-VS&w5!;f>w~q*yR|AU))LNSYJOxAE7&h+pG$rc zRaU1N>38XRBRK*x+w<}U4Xucc?fq=FkFhTYdybFyILbaCh9H5+mJik9Ew$p!?;M&- z((2M2YStU*h(u6ZJ#_csj;q;p@`1-o(os$v#E?-c>~*MmZ0l$7wh3mkDQ2=K&NY|B z8$S#-tD;=EXBbWxGa!v9nsQ)C4~P@1Tr$UqAj{NqNPreew5yGS-p83h$jD)2CeC%u zEzRVDu1a2R7kin|Ww1DokDuN$w~R64R^0lkh#=_NX?B1XO~fAc=``#USvd}NqcJ5N zmh4dT0-x+|g7H`i^qA-HT4iV3J9i98$_`4NzXLRrdY=^Fol51M$YeU-^Hs{YN*e$9~@ zJ~k{|QJ5Z3?YyPZ315Mkun^ha@Acs09*ZRPi6R{n@3@%Wd?y3Q(C`hu->3VD5Q3yO zT%a8i><#(e7kmF?a89q^Gva{zJ@*EE>x%l*%TIw)=e6aYn{QzR0D%auzbIta2{6SS~uqq)$kUIQjH{2Qa{yt%Brm-m--OtVBohjgB|C0L8LCgC2w*H$pi)`r*jP*ZU*)96Y!Dfo*y;sA~NzL-5-s4YY8e&Yx!IKb|>u zy5e)m3JL!nNr_oM|9CGcL!hwZIKF!9GZLUg0_`~Jb|k=z8V6OagdLv+SjYP%#?MCu zGKs!cVV$HuN>JGXP=iQ@9`&Z)CvN^poxMpG*9rd235(W=&WmhpR5zl15JZ+DdI!XofBF0JK1k(7h8J~cQ%qYNY5yFi7;gqJ! zp20+a(H@^h@y}eE7jhq-5M_9ipfhXn2x889iGCCyiUr_$v)Qb3HZ`m^DswhCRw134 z88lUCG?iu(~Y`1XUWB^4puAVq7{y{t8K1Fd8VskaV9&|U36(pXKBN63H5k!CUbFVc(HeR zamf@0MM;KgE<>G`Nn@4+`&eJ#mS13(fSU_|?m`W3c(LsYeas3Y8-#Lc8IE6cqXLfN z7i$zFn4DI5Vpe%OS?`|63CE459LA~9dZD!+=4$SJE3@e6>n8qu`i ziqOrkC!9bFbQC$LSjVrau&t}IMPCQj_;uG$IIUgOT~N|pyN6%bW7~KrwV|)OVd%7B z9J66kxp6|5=n9+!$wp!tvwpsP!^&yXCT7#Fa?|0}hG``fRSA9Ze9dxX)5B@YD`v|l zX48pn%awXr2*2bjwH>Ux9rAq3Gz%J@1$~8I40PI#W!s69+PS#2@ff-D7`J^+0Q|4E zlZoHSW&^FP-|}_86*zq>ius{xEn32&@2i-6ec)wsLQNWY0+pG+OM92@rL?g5^481c&2y zD)GA`pbtc56yZV)bAfZpQL;(u9*K6Prx~dAI@Zqj0dS+_H(-%)Bw|pVxcZv=Mzma* z>ZDQ#-~AHWBT#?^uxuvHu`%T=h@5_Ez#dQ8cP{RVKkJonwJ)lPH=-on8Sl)hrQXR< zf}oF~I004j#g-JlN9XkGTB5H+s4r+0JR7QTXS%zneV}T+=jX4U@w7rUe=CUcT(vul zO+Hd%V->OyxqwW$>u#Te4 z0S{%>-a>w^^Jn|5YNcYfRv)6X9j}hQ|IKP~sN9K!O=s6;b+R=ERJE3Gd;wDLmR0Ed zP_;T$eE;TEru&^l5KOOgWh4GpwN?Y0d8B9OgfzHiVV5SdWvQiz&dJdz{8qINqN{zd zLer7-txYHwHTkM@3M|$WISOn}zf`TS=dh+@U zd0_*KApFs5bO!mi6xiG^s4AX%m;X!EntxlK;^k}3Q>|uSX>Q-Va`Dccy9cUP_lxS9 zM(^J5t6GoUQR$(*bK}x6h_J>3PwoPZN3Zr(t)T`5nnp41`>NKVbrn@!dairV3MUKh zJum$}9rOHeRjXxMUA@GMsi>YCQirP6x=;qo)ole znH?=QigAL58`aDXY%y=R|{4Z7O&GKd2;(|U12`;wWYT$W8)JA*FF?vQ}6Y4@MLjrkM|F`bj z64sNUMisWxF`klOr(u$$UC(p*G96+ZPrUt7C5hDTV$?0q31ruo_;1L{ktsG~$#xI> z6;Rdc_-&~{%IW*&bS3_K)~n;fPYtR1EZ(cl{uj_1Sq8D=@y zfDfLmCL(g2bRWGGC8tkDe0!GAxjRM@3sReyIC2dTqE9 z?A)S?N}#GWv{wJ*#bQNe!`uMEr*CN^1wl3t?9;Q5X;Ry!Hu4hEjz3!?xyM0yOGt># z0AavyS$s`r<5OrQk)fcwXp5fXCqo+xf}_F3*A0a`!meju5%%zqMfN@n8^fy_4t7?x z$hwS&jSv}$)QKvahjc_v%NdEalU)HQ;jcg+rTFBbs&%v0NOHaSrsGCO%nwzoZEi;t zxd;IbZHbD9aOYcUcVjtjv0I0#R%7{#CAR|jJ7XKv5O6s$)&Etsx<9^dAa*!}CMxb?YH@U3$qH9YRNs`SC9cx?^oa0KC5YWgRqsl@TW6yFzT{4( zRo5?7tLl2nq8vbFlC54)(3SDr{mG%KwJX!Q?upKN$=!;LHyK6}Ckc#4399M3vpugo zeR!-?qh7c>=au`@U#eF3mnNbuZ#7#v5s=fsvqM#DcYe~9XC`+_wYtGJi!AqNPYurW zZy>GmrW%_sJ{`~`N=6Y?5}P93FKd6M>nUouVru@TRQso@)%o7QfQfKn=|vI(IKl<~ zL)BV$S!Xq*r)>JlbGxomosEK?@}+ft%V+jOvxdhZtk~y{>!rGT8$FeHVkC-KT<@2v zHC=amIHaPWi=Tu``~msh-a}Pu*#j!;-WoQjnb#HZhevJ~Rdo}iOy|<>Q|9;933!NJUeN8t#%)!1hgVT5Wn(x+|hrBN{;6J0; z*u$rQsX0qZcp;X+Nd855SDB%3VPETWj~9`X;znXUhpN_(+V{?RGPJy`@PHfO~BG&`6qA4|2o{k$gqML^ZU(GfCbu^-j5odSQQ8mWO4! zfy5lCzE%q_6cHnOA0RqA3dx6B{ZzH47g%Dl%>1?Iv|6J0QIG_QXNRg*tAh9C&rGcc z21cOPMRgLU=BG-TKbRKez2PGzrp5lDY8~FJx2{+(f9|+BFoNGJEdH2bia!_R%1oqS zQ+=!g>2YarjM~$tmRr)yC+*&7OD0%>Sz#7nJvh$xYOAgT_EXhbe=9CDxd@M~sS?#i? zg2U%yl{WR2wM!;!b}^w4mspLu)zAiqsf(4iZIAX=9zx49GtPyS1rM(!DZHG$Q)yQs za=)b@7GUr(W9aW0-Z)UT3NVB*;RiRzx2~Ukdfwsl@sX_t1;jhF1NmKI@kaJa$oppiBRngi)02>G$jvS_fpz@Ps(tORBFU`8*dZZK7$+t( zbD>sNu2xR1R%T81YnsOs(%PwSZyvv`Rm!iuR$F_$vsUS;+^&7?)isGrW}&yZ>Qpb( z-Il9UQ>%OSMQ-|Atr_ZyMt-RGmry4%jPu(%?asRU6LmUkSF|jGH2mrez^Wd2y;(0N z>;Y-uIkuo%^+s;>#=-TE6Y9gr>K~PP+@+O|stS*02#*sDPtXiE>Y zO0?dLUEW+oJ_-_1WftLdHRAo_h#W;mRG{axMgsv#PI7I0X#$#e>Noy_(+`^8F9{Oo4&*M(55so`8SBkiCxLVPbdLRft4Pu0~%! zU<%GZ0h2#@)9taczN|OI&I3gLSGuntYTV~~vLF5MBo@7xJ7fy5PhymZjzWNApnFxf zt*rR#H0WN9Q7$i8pX<$g;%OSWb(M%z4UMP&2ZkJTv(nM-*eH|znE;fW7yeJCAbHe< zQg~+66)tbA=Xk>QYpdf3$7q!Yv(?O)=RexsML6BrG`+?YM$Pm<40$SfJV1QoFNx08 z9nweALUbem^e0m=`R1T<8f@&D+-C|-hSc}n9&?wt1%MI@jnV&zz_y8ksRsiokzh$i0SX3k82xPTMaK#CMO+=cZ&nq2?xL2kp&M-A|Uv zx2DpTDn=x;0fH|jAJR)xtDj*1z3ts7U66a0d~mU3y|V+xO-`?ZZQ}X2?zi!I6#Ec7 zeHJTeJ^vN=n<=<{X~E)C(+=fYhuYnrl`AbC^S_cmKfB)!lRutAmcJ`khSyv6E2j^V zKd5gv4kbEc9s-N|$sb3n@z-}vw27M_>;z1T2?nJ>< zanRfALJbpH_`TizE_m7mEUjFdjJE9G(oTWU33044C2p1$S3+^eE92zGsT=C8oL z@tGVyO0+Zme)8u(m;!qdN+ErAN1@2ko|&;~@OJ%QOu_X>$0Z(A*)_I58J_XDG$Y+0 zX2?!h*7#TD%3sN!#>?F~0Ym8V6JKl;v^BuWmETN3EakgjOu<^hiBk+sq99M20x|_) ziR*slO0M?giF=}oc7rR&u#|~{`;{w3-^^-zw@X?T~ ze^ss|DRrf4t*2_Vf)X9_uD7|W0ar3kTw{~|CsXhPLw=K?GsLZNR|#@uYyH2Nf{Rae zGQw0Vs6OXnTGI{pB|21}+3?Hhe`Cm6ZOS158I)&Ox+Xk-RIWUGCJkc9t5$`0Tn5tf zPo`jSit+9Zx%<4p7Gh|2pDB2k`MmHO^@7!<(otBJO~bX{Ou=QHi%lV{f%Em^Q`d9> zkyxsOwK zCLGZ3AXwAZxuqZ(`;p`VsVob=SDqe+1}j%~J_bfxME`{$n<#(iYei;e5#Urj)JqQ} zI_c79p5Vv{VGnSG86N;GW4Ey`G+lk#vlVLFU9sL8{*5ey*56FQjRliSrLD372@#Wn z?)+|V2S%w1iyHV$0RS}^3$rdM1+*l*B1+2^gv)wvEZPnHQMocOOrZiu~qs$m@H;fiurG*z-hO$4-Z8}90&G`Y9<9=ff60b7r0M@ zQ-TemZI7rP-!pceQlHswcUE4DWBNYxlPUP%a4OmKO$7BrVqT5!vl{Is-S4UTGa{Jg z?uW|s=CHzmi4%+l*>-GNPuGok7#B>8zIFe}6tr1qSVMqC$*Y}rOp(M_tH``=mVG|n zZd31Curj5-J02ytUH5#PZ3>Ebe$>f!QF!m`pG<*~IOC3rr{vmO5_0<8&SRrQCwuoc zirUK;EuSwAxzcS`8p$kM3Q!`Gi+cNTgp0mT4z^rQo48jMYe_f1?@M&R%9X|UDkKV{ z1jhnqWbqXGH^*EBolne+G;W{B-8+!zymFEg^z+pP2#;H`6K!M8AZ{EvKvKxwS*&Seq+eboKfK6^lUGRwjQRc@L(#D z{x^nfLw~x_rDD{D2I@K}XoIlz$1 zR@`ohxC`{cWUoG`&tdt+6d=7=kXYy~9`~nkOC$ORqa3UoA3c9z$SdbOEk!(&>tTa% zY7j#n#gDNaIpY0V#5-8SJH*BtRt-g>DIzfx;k{n|$zHysJ}Uq#zqwB`#wWGNC%xC_ zOq_Srj5iYDv%>C^uW>^0^#O+5>kBdkS6uY-1^x0-`uWDb3C7Hia(`pUdYpc>#(oK2 zez8{}P(g4|IO)9V4>ARxMfNddI~V;tbU>b-f2^0kKMyG>4u}p3WN0Wx3519h2kZ~qFFjLUDfd`#W`U>oY+06|+WD3@0j4}jYXCRD@ ziTWIW46Mosupcr7j|DgtU!P<^^Mt)-#0LfaVhU(wjgkd}lU0Hij05u9*`Oo48niJUiihSlq* zqM;U=p;oq`HesR0eI|*x&_sBsFd6keQ=p0Qu*GmM2ui$3_2pcI0AdX6tom$sud&a6)_ook)4`R-MkU)qLCj(F&(y;0i0;gQIIJR zjh@hqp0bS|+kO^{7V0@@x z+$Zlyx5sa<<;RQn$4lW42OeR(<=wUg+$bFD)yCB!ZT6P^-YlG2`^?7x%j$e7|1 z4(aPu2AP87@YK|j)bwy=^;lwWc$)Wes>=>loLI_Qu*yDD(4SVZlZMq&5jd5WXF~km zF3pVm7Wez~mj3j%opc;y2IsoDyGn-pvUx)@%y~BH>@l@{rhqZ?vsmWD?CnmIj9&5- z01I2hWiHyOX&>8X3f8o;Hte!A*3F%>vz(XB7iTl4>ND}PRF5q0LhZ9jBeKa$vnem% z-D%F+6U&BN&L$eT8)%tBACbdYn!`Mh<8NT;1kZKSv!qRf%_-%a?b143nhT;k`%FQa z7W=6Gv!|VmUZ$>Hoin<{?7g7?tB%d_lHcu zw1K5P`n^3eA1KXSV9(i{)Z1FuefWzhnA6ipd#^o^src>vwK?E8RG$(0@KOj2-EGu| zdcfdO=v4a90{zhCN#PHsz_-ZDlO({G#7iLua;9+6ME^;FzDBpc{lL9h6f_)D{1j!N zUVkt2UP+>TNpeIYvohe^DU5ZZysBq6lHl90Kn@$*-E<#O9HmFxmVn+*17ZNK;BeCRV zSdb1F^00XUuX@2=iM&>hp9RQK$djQ+_;E9QED6PNEJL9gxq=y8VHM9$rT~7niguoA zZ6I?Y8=x9BSKc(Af?BLDQ-esF;I!53viWHbsDQ##{IdDw(4S1fyoJ{(61B77zf|#p zSTW%>%a@*(x`mdVdRA>%lS3-)4$0$vDlNNE-P86ybA!2fgN1g3m4hXCAG~vx#MZBF z5dcmOP`QXVLac34LTv(jY*g{t#h6X%FM5r*Sljq-)Lx;Do(@fz$foeJrbuo3E7=X# zRft^08~fpn@!;3QE&G0J`|{&2J8?C2^03sW_I%q>?` zh|E-4%miDK2B}b#KvUV#g;P#A=GIT*t)0wHHD%D=GH9bi^Sc)CH#kA*+xD3P?KX%_ zYhPJw{9tPEH2)GG4P`sJIg0diBDWF-DKE_=$}DP4Yel@ zegu_9f-D_E5*-)tS5s8HrB0`<+j1Iz-DmScW=W$~@h+ zI#pP@R3*BcY(D8CyL4ka6IwbKmc1}rU3x6t4<)*TjJq^4x?Eb?lb(XLWZkCUyOAtC zDK?*URC;t!-AvDN=d*hp{C%-oJt&r57m41It36gPKRLAapweO9_?gRg_ZYt5B2%CQZ3H_bg{4U?++Bb z94NZ+N-UO86E~olJ&?7~@Ba*zG=>J5g2t%9<|uS&D{%#EF!FwL))18ooR20p@LbqX zfBDcr`G5v~c}N2o%HSKyf(@J&6&Q>fo-H5V`8+hrH|)SSI0c;S7D^)i;DfjI+%$Q}XVVjr>N7|0YbR*W$ZkFoBJ zv9o^Wl>E##JOW6L9aH`cG6iRcKlAVHD+o_IekNcYqGKHwi5?fL7#FYjEPx|agHNa} zkI(6iOE^wkjh;}79+%>ukR2wxA~}4iVnR)4Qr&UV;X8qd3b6`&LQ7|C4nFlza!Oxk z%FuDjIC=_X3Z4#6neI&?S*OhWKJ3k_gM^2JMK-RSZ7=$XPix^Rgg1w zc;zVvnSi|+^x}-w9#L@g%%h4KqhZ*ncXZ_Nm*~AOu{zNLDug#wW^V}2+UqnM z>&Wi(&1UZHGX-BY2?er=5|!stGGRviu^@&9+nK|%&R0v$Q`hb8K zj3U?=7d}ZYbm}Zn>d!Yu&kJPF>kq?t$m2&@7eS_AA~WtxHo>)6qFKkqLCL8CJy{vX zrB%s&ra;1EUS5xAu42I_bM{d*75@ZTjo>>X-2EYwy;Wy<&aR{%|(!MLs}wXUYSp6mlvd~Rxt z`)ZJRvTElCQ&1kh9@enNDlkREo$+*J!xX=P97#8PZmNBAYDg>d2U9?u`C{p-{_vXB zO~_UEtRGB)K$es4<|CbK7}NIa1EzpvV9WV=?t^HmIqde?$(%!`AR#NqzkNHhlIla* zc2p%5FH;_dSS$OGDX7#+8rezB+Rj+o?&!)BpCgIAm|v^ATko`68}luta;JQ0r-S(Y z%_r|aNqz6s{oa+e`=D(%xspo$|L}F+;Z*bi{Ud3)U-xUlbcF65fA><~?C zkKNjtxRu*ex`{5`R+`B3B+utKp6?D^cSq$hg;B3_8l2QN7s<^BWR*vdF6KO;F7l{R zIZsM9X?MnpV+uajfNtgEhkAwnGhKR}VF3xXHdH|T?dQ9upm%F?^1D%E=*W)I4b{2f z+!vzTW$wJ16R6ih4R92aNaG^G6wuwP_Ty4@r9CIahDMkcKSi);r(KOVDlK2C_w1Fi zF)w+$X)^P!*|Bva{s58PjfgC#?TxvEBLG6k5y!q~3d$~3rPv(p@;?gUL0(q+VcZ-e z70yd;{X+(b{#r$OS&6Z~F>;jbi}_4kac3OPVmLSb7_z9$uyADG6j*sWw(%*ah0p<0 z2lY0rr#~lDWDj{PS;zF2TlcP<>RX+8)nKd~H&plnz_pWdrg;?GZ!FIZ*Tl&};|hcp#V zE7DyxJRrNn)z61yq>D$A@!zk+n}TdtVRnZtW#uUIXU5zo9=SJ!9d$PRpvs+Yc?A7b zpHCT05s`VPj(g7(boemv8)zs^(q_t$iF6x+MHwlJ z+)EW5G*_;foDg{iU|$|gdH@GTNv=C1c1?k87sFZqiydjSC=BWGSiC7nHgXld_YR?d zJ!a?C#P!>lI_?znrTko7t5m5YXorJ{w=6fGiJiUqWb#ekO@{_4+YYthufqLYI|wm- z7vkgj`fk)z5v1-6N@Cu?R9TLI1)T9PiRYLlVwd`y<9k;602c-h(|2ZwgwJ zitfJdD4Q@fd`bD5xL`7==zh_@DOe~lBf-Qx=}Mi5yGxY7=|&-lDSH5#0?9{pGdKH9 zgAFPVTQ!}XEVgQqA(q0M0w*hG+cT4B*wpAGn2xqALolCD-ZcfEe&qDeFId1WQw~2K z_2Mph{3TFX`Uz+XZa!v!(o6zGRF9M5OsF_rJSXxdOF&Z~^VH7VewY@3n|ez*Eq9xg zI;{?S$vj=3yc!2DV|>gBgUlAxoTr;2)&~$`NNAy^W6uZ!6o`isiMF~>yX(V`iOG^_ zx4JS|$8VDaL8#r)ILK#TSBNB97H|k{F(4q|o9L4Rw+W`;p(norJ@{g)oJOn7XWtaqw)x(IC(xa1E#rI?4}t4oNW>YH zM04BxAGjybzsl$3^~AvJDh=3|^9iN^ZpaCC0I9%kjRC9S5xN2uCD9LoR*gQiQW(hZ zroguSdED$cm+U!$DHtCoYYPszk|giqC2S~Qbne3SuJ*9J%0Ep3Q-eYJqZbwxMB;vR z=gAoLq4eM}Iq{tOJ?)OjZd|3YXikCpecO(xeN%89EmN<1T&V4?nk**9)1r+DfqukLD*+NQ_8fT!l&6Px`Npig@lZY zUoGtV%@llo?~E|lM@aOPy%u>pV?J}PtMDIF5MDKFNcpa-(YEVj9AeiLwB8qenYd>P z-gafD<4u7?e@{tRZeEqeeVa|4j^kZ<|7{BDzEWETuj@{0cNcb7-M7v09h};+E$l}; zc#Jm%K6ynY+ZmQcx5+vEFrOAY9yorLxV6#MU9wvB%M@&%qPmHNzg5YzsK`+yLT2iN zZLczFPfPb>f0+VC_@uhIy>pQt1>i!Fk5clvQhbL#?_X1pWR-o{h!E2VjXb-(RNfw5ZJi|Y>8^%dUq>8~%`a1s^M=iza)d8{fnW;E zu6Or!c6S)uQR>^Gh`u~S1nAfnoa|S@;uFwvQ5dUimt`3Yb$cSY%Jq+-VG8jo^ zRIF8$-ZKSH>aUa#Oo7*vMk8sfVCB3ota0;AQW`F(rGZHqV*6GPX=}VGP*%2Ye^CNP zF$ceC;tHD11^j@`L_=w@3SBuRHW_wObnsJX`4oXQGVL^wr^w?mTI=Owbfq-6E+XmRa;@b^0DYyfqpA zl$6sAQhb>WU_Gn6^@9qK=^Wl!t#RI&YoV}lzra4CPqgVqx_uM_6-I8#yD>a=IZRSY zq$MdTh9Ln>K_X^j23lJStUoW!Eg)KZE<*+Y(lliUxXKO+%N`Io813@xkYO3Ubs4?; zA>vTkoae3#*<~!1WvpCfM{2!E!5Fchj3HFc3Y;`gaXYF|4w`~vlI0yJVqglUOhPNB zU(T0Z&YvxJLdS(XqU>a&H(e%FfVSc^SA~$S+zEKa5mvdw@N(RdL^t;o5?3^-Tr124 z4HHX*MbMB$1rfW7QCgsLm^4-YSw}6Av?XbTK1__$-O|PL z4cfCe9;O1XLeW;?O+hHxbDat^jOSr%fY{P6bE*>DOfa=1|FGuuUWfb%@>vIs=XJ-b zTkvXq+Una}O4X)STDn!Dm408QC`?eq(HFg>TPY$&{IFibL858%pQ zkcvvho*eLUZNGr^R_bq@Ass#B&#O0aD zL(ks)V9SR@aa(mMq4lYW^>4G!t3C+`Tq;i=ug_Sje-AHJNBg1wi5n0gLe;a5y!Y{C zZX|~Yaf9C=0yP;t{(VACAYuEO(Bj^M2;kyPO|W6U5mIRiKSGCZag(wAf(W#=LYA8< z&1t-kdNpYF;s$?0gwLdRu4x5dRz3-XBsTIJ{o6zHKExk(g-E48_@R9Bv4q)(uMH7@ zK!n2VZyhP8j!Gyc&GiQc%XlW-NXwn;{{<1;$T>8M^B2DqT!q!qoE+D3Y)v@TfJ|b{ z!b5~#afAIH+5--y;}svK+Tto|@+7t1Z?65A8Ez>p1<%00#SMDmxS4>q1CD2$&csPG z8Dbg;(?S10gtglq8;z^}Vh5YA9zIFvq5T69xB}^#y;^)vm!JI-yblqKLRAY%5<=)o z#&#hBxcw3a&d&eV;*NZI%u(&p%QC)ydT4~W0Z+V@(kdmOt`rVIr25_YH*OFHP6wsf zil>GQXV)J?y!xLIp&(=W^}8PzkuKc-5jVg?gcCXSAAAHH>mS{zE0{`pH(xlLJ2PK| zt>$0Y>!D4|+|RF3B8&MD2>+QN`BYtCHp06Q;pF<~U5N1e_RGzhu`$t4Vr-VJ zuXf`G_A^&YHI!%HzWWgZh zJ-9_IjN1vO6h?pHXeNm#Ubh?3yFuxL{;PwmqBM2GBi>bj>NhRqb z`5r`2znT6#B0J{jPL}^k){8;YQ*y^~DXOwNuuy#5U=JeXHy%5&X;STgdgMoiLer-q z2@pYH;&X^8ylzAr@N6mG8G^TST`Hb-t#nUY}W?XjiA8~_16h9AV$aC`-Op6aM@`{Zn>?TOX z+usFul3wDe_}sa8kyjGSVFaWqw|M1PKVC}w9U@S^)p!$+MsVKun^720jKR1ki7%(3 zz+?`L%mJH1XAfR{sp^9dU~}K{Rz#r(*?#2pj(yH`oj(?J#hK(qMW<#pxl!;J5St6*ss;W%i2N27Q`}R-d|a z%~gWVpQA^V|MQ~?+SAL}cx16pg<`0GG_KN{>n&(}4^4eaj%B0OTjOUB?P-!5`%~F(w^RzlhicD+Nn!qH53R2w zBqRIHGWxE1)By;|2s*>AY34tAXyEqC%?tJnCEmG-W|GxvGwWR>7<6tPA#Sh>5!B}& zMQsjDY2+1lH{HK4Bhgn9k;{}mcmd$#gfeELOIDi}p8gv*0JmS9k~J7;x)rBWw&m=j zf)A2dA`zm0LWJM9U#zx955%n%pRovx>@Q}?&p^YEWB%BF`3)jSI6=Sq=2!OWTSb}l zv0TYJcZ^~LP4akqMt^tvW#vQE_U!N5FRS*Q1{%w0x1?sSp8}xtSakm8_5zx^7{C3J z4Q|L3s5qYN@>(tW@@XQJ2Msx{xn6%`=X*p;@xD$(dU*VE3@X0n(hSl z!FYEl1q$8QPk;z^Et^A|`0bYxte5827)$9|M}o)qyQihP47L|V-V^_V2qi0dE!*=B zxXo709o+Y*2diCf`*DMv6*Fi1kKQj8=zJi;Wv_=O=4uK6>6xzSSQ*ZUyWG3mFTy--xC+-3-bAOSC`EeQq}SY# zBxsx)nSwXjNfH-9#@)EVV^^FN8R{{avbXc$eCM;lhtz(92x_wOir!?x*>2ls88`)@ z_p*NV(9BfilTcnsC{LAIx6QK*NF-5yJmX#uO~>1l#9LT_%twXnv5JQ(F2ecwD~h@x zW&%XOZ@=&`3v-dh@{svIcD}M^KibM!`|uY;s9aQt;~~>D^juS>?vN##4*mrZCcqB~ z`o#(QK8bJ!-@%dn1`&vMA%a#9@Yd(yBO%iy&!@$BD=&qDaRZPVfN_Je^5@c|p)=n8KSl!Tzn=g* z20AZa;Nu2$Cn9J`^_fT`mV$=_Urg(q+z7!#1oPgo`|DvVuBt(T;X#67r+8mzsX}N! z{_3F}I2vw!H(d5vxQQy{t-#cfxLw^=Gvb;hNiiQnd;Cb}L+(HBp(5l{10d@40|mMLz5 zDeec2)M|%xpOw^AD+L{S%8nneM$bqok5gYeO8wdDHE-c75F!XNCkUOFs-z_mWhSBP zi)CPr+fI<+l%xommyCF*iC(e07*!qy@hhVp|3^0_EwBUG}8b@F#W(R4R% z;L4XWzeMc0K|JsNN}?~;6ql$Ju%zThtL#*%eU%?X7AJ>ARZLw|j8|AJy0QQWD=L3<3aSAwY#Bny6H3 zNL0h=tJOuORU1m=3aZt?)7$OSy6n??BGdbP)aJ8^hYE>H#godJ;}~9`Xpdn_dHpB`J#7A$uJ@zif`h|{~ua3>vtD61U1c>l-`J!!5 zj;&=jCNjHsT_=$)_l`s^A#M=wk#oHv$Dp2)vG95+UEU*!JVM-{X!)X5W}X!$x3@0f z{)LRH7kchD^7kOZ4L$pYyr&Y>=*?U*!CRp>3c?%;@Non3TO7xTWBG{#$$>$d{Nqu# zsBG~N;cZbN7&joRhHGF89sxy*sJDslvKhPX6c!Z~_ZO9H7Ga|9fS2{x9wsf?sO<-^f9|WVZ0wVkSH0CGVUxQnkpjdHG4Gx0E^fX ztgo3P(cPsRr7I4lYf+^eMW&NcC7tA@*apfua?FCS*?U{ePl%AF^ywZ=**$D2TmUnF z0h8Zl&Rkr^I#9;GRmPcS-Wf&26-`7-fuUE!ETYZky2?*(l?$>~2uW5`PDS(Hg!2R^+Y%I6*pCFHMU7M0RS}tB1||oPenIR7dOuiG|zAC zL4>8oX8eUcsO6ev%Y=E^^41p0LGO>)(rtz| zQXU#?W8ZG$oNJ?VYGYDwW?^gR0pkXr+E=#l=XAkz*eOgaE3T{`Hfi0C!v=`ck-?tUE8ZU3n|H46_Eq-eTtN_BtP zqD-3d@s8>7`PAd*?{f+Zy*$!&3Jt?@_KZ2UTdT8S@_VBPdtMAZ1NMsLNx(Iu0>xMC3S>U^Fpit*R_5O+d#S0zz9#DrsY8X+~?6P zs>Y@P=#!vUw!wC(LHtGCa!?&L*fcn>Q#|+y7X#^F8yb@u`k{kAsrOh64Q*2mej22C z7K~*Z{w_7VbRwAFa_BC8_@w+2gI%nfChhk_7+>n6w!LRT%|N|~c%&EV~Q@JjCsA?Yu|H@}Dm zykN)}<7*zJpaKR)sF3XArljFu+&~G02pM7LGQKddkIPa4;H@4>CFpt$4-s@?zdAh` zm2dqj-#UJY>Z{DjugphZ?m>j12!-dU+3cm5}!;yj-3SK22X}29GzgluR)+!=$lOXsU55>8VE2sJ18Hz_>wV$v6Ld@OE9I?b6;e?X4P`1reO@%6%jjIIn zrJ^g9GH{`(PlZ#%$lem-20mKfxgLDKU4oTmR|`*kn>DQpVyg7Yx5_O`8HMlgaRZs< zT=#iV%Vp8ldD+148bef-_tLti(`pRWdlW!6NLAUXX^K>{D@@boT0?ZyoxKSPdi!d{%(j4EA6#jfWKQ*k$Z zJk@aJCPG{D1?4uJN^RtW084g#=@u9_xO;34j9&Xd%}6s(l>7}Zg4jZJb#C;W=orAPHHG>+Ztxbx#*hwu z+;*9zI+~1TB;|nitj-6croZ9_Sy$7;z7>2-zRG-ZYX`xqgVp~tZm`vzamDsr9<;WO z$^}XnBjrrQc75s3xWSI(`kk+S_Bg8}$avSv`$OPV`#wb2j~hH`s5XCTrZm7Mr(5$M zaRYXVCEIKp=*SZm7h(cLxP^PVv%QV`88?_S&=j}mxt%FHAchu{BjpDFGs#a?3jQ89 zIOd*FMwEBGRiTLn6R*f{%l)(xlSyKh63c^Kh_D+saLiJmyQme+22ey`pcDf7AVi3B z7dp?IocKrF-~>&(!jUVqa0szL3a2^&A`H9#88=Wn(|Bl1;<$GXu*QBGm9X7Gy`G<3*gA0jMNoxSC>`Ze#CGY+vf zY-OjO2SS8D;s%Fa-B4Csi++KJ2ow0Yfrg#FpX~7hL%MF+Uc(nxMRg3rZp}Yt(`ij* zG>*D*b7d^b?x`3XAj+F;9P8DkV;CB!B!2fNM3_!#fsEh)RAaEXS$f_?;Y=E@#>SoZ zVBBCfJ@x)1ppz+DWRW*)%WR$)s(<|DT#K>{2oaPy zp6KOVvu7f!M@}&Qj2k%Pa3DkoY$FFo-0VJWdIIoZa>yP;*qoHs<4tE_0_08$=ga;X zH?VXo1~5`3-9^sUFu)L_csl5|9P=(jcty-hQkvL%1ZK#oMC0*i+<@!=0}$^8xwb}a zK>~PIm=fX!wprd16fAo;SU;0L;|5LMzCfeA$H)wuXqq?qIegpzgb1HWsuPXC_gu(5 zh|nG!=x)db#tjrpjsS}(UbIY{fCdo~u*V>dDH0%pFBexk#WQm4-1Zmm-Hm=i1naMS z(2;;AX$j1@2qGAo)0>^dmGV8tNazJVZt&wps$?Hu3?3p}4okq1ASD{J>g;Fb0i>ln zw_GsUH6481fSaF}1bD;roo>PXPl&+Of`TJiiBSM7wk^;^5OZKt!Bmb8j2rYFdV(E& z#djvi=ZaS6YlbR9+yD;|5UGk%2LLqL7zs4LMk-C`SyF53?MuB6)@bqH8W%2T&fOfv}KjH?zLxfZIyvJ`Y9)G~k^X1eNUO|%mxB>Nm1mZ7bMJOLuSr26y&{Bb7OL~bd7#u{T4 z`y-fIT3McLea%ZUH+TwpweNR`@FMnyMtj+<#d}PY=14-^;NvU1blYW_OOyf5hVq{~ z*J?zy)XgN7n7i;0!9&XY4nuzr2oW-0$xmZnn|3B9VW6#ogt$R$ZZJ-EZb&_fvT@Bz zya#DvvsFRgS#3jjJ(e)gPXf#RD)qp=yZ>k0Ky&lRmCS~e3WYZ?OuPF?WAO-oK_S>^E;^LC!X%>1E&fM%soDHxO^Vg@*CKqkCV|ucffX z1JPz>v%3&sNFpaHX3luQmHkM%M?5Zp-1Nale}9SH9}wXt`Dtp0vWojwygFrzc!+T9 zfya<~?01~EWV*!xe_b=k_piAglP6^C+rxjx4Z4z__TKW+?5Qd`z^_ua7dP-2n#0Ae z;%Yxt=Rr35hGT!Mdn+-S4-+eI4z0I%JzaXU2N9f~Ql1xl2?Rz?v}kxi={XVHp&&$1 zcHW3-l~{g{#Dr{EQW1c;DWe%vvai8aSx#~UYVU2)dELM*i6Tw(=2Zr~>`tbnu-!(cC? zInmFMKOur4sZ?|U++7Y4;iK$csS;YLnpk<>olG&?M|z1YGu~HYsZx^w5gf_Yib>SL z@mz1eD~46t)>T*Ct8@%0F2m8%0~9@&pK*h#u6V^8jg*s|)psbUj?~glp{k7xtBtLz zef8ZqTPY0^tG|*|!_uf`P=OZXN^>f%Ch!_dTIDGf*ZacCOZiIJ3V#~0AX{tYt$3H0 z5pE9?YwXRHm><_Tas^pCiVk4W2OzcRL>m6g8du@kx=g5xmI@82lC=u4mm2W^2A~2$ ze6m$=j4owvowcsIF1|~(?7ir^Ou&mvH4XxpBfUZtyug=c$JRr_-Rq8%y3n;kIC^TM zC~9cD>teanumlH3@@}N^Th(;P2-KtON}k? zrdHZ;D2=-nrtw8~V~3=dl@0@fB%<5BsVB6lH?gVDT^&K=ZYI_gDyjOqvhlNU)3rg` z=25QZG2!Mf3eDqM&0h_hC)Ap)Ni-U>)rPH`r?Z=9Dw}6Jo96~J%&{8t@D?m>%OY3H z_wn-!#cDsaT9yr4Rtz;86dKk-ThHUv}@000&7AKGGXeGZtyXCJ`2!hfyL)t(+J zb44J0z9@efmt{VA>DQFRUiJYTd?o#1pc*m;_-)lugFoBwU}EAIPKg-ayrzad&+V)D|}z!NJ#>praS?*@v;Lo4A8) zEah%{*@sXyM3 z&NBFKQxd;x3od_BMotZBa{DT3d{Ds!en5dRCGl7GVIt!4N%ZTG+3iX$D7hr^XZE4@ zD~z1e@^~aaUtJ<(Z+&imO2SWcFZ&SB%eVeQjKY4I@)#BE$hYKpPrm7t#9eKX^mh6! zVM;;o71ez8 z_5a8|h))H>f@Q@>ecfB;@=ra7Fjdif+5BUD?&p*Q?3C}(fY9JFAzL9CUmV(%*;Y9q?$Qxonx*D9YLP^bWq%F6)?$dnu`V=z@o;XHGP3Kf=y#xd zvveU-o`R4JR@C4uxskdNSa+UZQxd!Db1DRFp>X){G@9_Hc?ycdWuKKh5GLqFn3AYG zE}rFS-CA)fX^mW}RhFao$M9Eg9?aFpi@y34;3}s|wNT`upQ%~`Gk)+D)E1U-1KQLz zUmoL&zGEb>fU9LS(i@9`=wDM3-fD?Q7(i_y-X3^yz~j_$@Lz~*Jb)_^$){AdJ0GJSD0 zNNYf^gPJfUp`E?+1)P$YxzYd6`kbv1jKx$|=Q>GO$ncty!a8PmeJ;o-O_zH!u=e`O z&+Nmlwm4yoxS><=HrwIZ6@d$ED6if1IZ#^+^Y!m#AJTtLNqkM$H<2B<#!8>_EGG#z zHKHaiM$i_oHoLyHzbb6LQX|uOk$CdXYC&)7yzR#}-I+h9B-)K&%syti!tR1OAbLc= z_q2s^#SK`R-ffHvjU`>0U~U7d%;#*zG_nE(QyV3_u~yF5Ovpaq7$`GHviQdxhR1DN zAXG>uh>x+q4Ar8E4&nZ82|Kv^j`P%JtEdUAWA6qqj~v7e*V8 z;9nz5Ng#H*Ts9?G`U5`FMxUNM2h*)-o+>X*$kKDWu{Fln@^eZ8#&IU=;%Q@};iJP5 zIBhg65%WE)Xba3ftluzbe&qSCm&_C_UCf(%gk6@OY^M2mW^IxB-ct0$e)d6P`x`27 zqoKy!=WW#M@imRK4~wq=e7}L9Eo?uO=FDmY$uSMRrOLb@TZ7|~?V2z#?tD@h}JKZ*&xJRNP_~4$GJ71)R*Rb5AJ>_dL+>DiB>GLWjL`2 zd*J&1l*HARjjp1S?*{Z9vx>ow4bAj=^-Sar+Ww_2aBH=iCA(7+KZaU9GI+$Pm#jHh zZ<8q0{?ryDf3MHIcam`)+m4HP+Ese{dj|37|I`){==I5`SZ-$@JBOMs8!5s6Z+(ug z7QHZu&Q*5KPX@%Wu7U(@@n7q6r)%%Vpxk3HcRPt)c)h@ftiRUhn6mDIIS9QVcL7Eh z67)gI#b4`lXS41`1bIee-o0-6NGXf%*ZQ0{ooR}vxtQ~P75XQO`|EQ$-Zoix!-KrT zGrfGcX`FC8j9~|UWgmiFynSlDBWzWj7+K=M+`pJlqK;3}6mttb>03t97UM^;Ddq-c ztRKXFuFtWy5Rn#>kfx`Yzkh6Q;KGhypL^_A8{t>4!(PtY6F&C7}O^Y796Qvb#RFJ0)>=%zuO@Abf&y+?0APB5<(v$SEPN zz4f_sLGZexcwP_`^vn{RX$xE-0VrPvs*Q2kUcze&#+Shl#vXu02yL3+6>Jdav%pXk zU_N%7`DF-SL5Kh;_l`D+;5CvRqL3r!LRL^A&v7BYvJd{>Lr$N2e&E`3&TG`mt(2kQ z>H@(3EBipoze7)=!$hLc8>DnDWLf|Dzu5=#yU(w_d~xGj&}vWE&+LQ!voL{G;-~Ax z0?Nj^!;|4^URsuDG7qMICn}uftL~2V9=w0$ljF1%eW2IxNilqbG*?D zPrwhs4bkM5R{K*DeeuL(wpKK+tgvw^cLRse5l<2*>ab$?DT$3&oXoF}_=wT)y`sHN zO>ZAD8U#UN#rL#@c!F@DxIQ54jNse+RWUWlHk8I zvVmaSM3Bt99k0!lUC!cU`EW$y1J{iY(l%L4MOm1_%+2$VTW_vBSpI;YlDP3v6zA}9 zWEvqpgW!`$7l=wSLFn99y!KEeTh1X{B`W)TQMOvY_PL^uQlNSmq5Of#eEnHRf#qt* zm1|e~b8c?t=(FVBA-^_Kk1%dPNcB_Rlb|;5&!xp&FB7?ebb4r5$hLJ<=NMEkS zyWBw_-+VK-5pkHMGRM2KqAi+%?>6;(VQutb; zFmXnA_vT)B&9cy4g4(seaO3N3T2X!6vbHVJ)lN>G+$eolBa*I*q@Tv zvcUrl@z%ok7xHvw>w_>#?dgAr^;|<3yluY=RoLBm^ zHznavsAE~GgDG@p`Gh7nzSCvumSlW)Wf%3J?i;LVJ82suw2gBu?-{jX3|BDUu_l0H z8Dn%As4a|*OV{3&q8m!h$$`k~yBPX=IimO8Pu$I+H{(;wP72H6maGugtq^srh)RN; zLL;uWR)|x4GP{u9IAOjhYSCp}IdS~Hs$*qaSk8s$97WcuOOp7;R zj!}cICnT>?BHW-wpm9%IP&|>sLW>$3q(&OhQ4Y;lo12myD!iH}2--r@5tIj407M~c z%h*6J=tMwRu{F@L18NKZr;8Mb%c$0stvbD}2C{fG#o)fSa6-c<5%f;2X#N~hsb(^L zSG=|$WFMqlVcT#X|2B(vZH}|9a%=7T*$2H2={2ZGD_ndKE;d*wu-%}h;z7thC~dm~ znQ#d`7|W;jc#6)Ork-H-0k18#J@|tIN%gwu z^}3<~N+57xa1cKwG4d&(O=|G-i5_Sf<%_vO(Ci?3hvv73Ky3k}c1w=HR`iAvDS;`e zzTQs&s(nveELjXoqlYJ@`dm+t5Lt%6c1A#LVf`J#kAcxQ!)T@ZNHazjF(b(Jz3js| z)lr6kQU3VRjiyo8bV}D&-YZOB2-@P(IvyE_KZS{9jBPfJf!ab&dVEh?fZ2zVaW&~4 zF)#|T1Cbuu%RYeG;yTqh2nbL^UzwXJL9+9|vJcibCvE2^^me`;K~D^DPT1{dAKY(F zxdnU?#RW}?qQ5xKPkMsc2lj6v(%*surhJ;g?8Bsi#y3LtAv)m88Nul@=x@du-{J|{ zVt#^+6Dow9em^u7H8h?3bS7W=+xwHS;*+qCvEKqRCi=0bC$G&`KgDZ{ue?yU)|rx$ zNzBa|Q}(#cYja&s=Xzr2HhS^b{2_MOfX2+d42c_u$f@k-r()-)OXex+=LE6yf;97O zu@ka|XOG%1ti>*Dlq>{R%n4u@1UMIx*=LP*CFCl)f3tibHU1LOx9a2JJKK5ps!DOop52!}rO7#7?MhAsfqS8ja=OLW>e zDqY-<5c^bp4*7R9U`idD#YuiUZbdT@!O*(GpbriZE$anNKU!G6=e)`%Oa?BC7%h;R zf;lgaHPK39P#8IKB5iO~)~8nE?B9ag;ub9#I2QBG5;!_S8Wgu4iBs~vwdy;(oE7;F zoRV-FCxu{(CM|&zBc!QF{FH=m=lUbux~@!GRAm}CB@v@V3TdT&aD@t*xe;x>SqNqy z9-Oa;T+7D&=$cM%#%&c=Zf;_WaDr4&03HBr_myr};Iv5Hkt8pIwqh41ZQ?Q(?RTb1 z)dRrImyyi}%aq*?k<4;lF8%yC^xx z)aVTNrNrEjfUuiYkymE4Uq4-{g`<+mHSNUfgtS8cn36DChexcQPSi4o+S5GJy1J_^ zJ|f7&(yql)5KHY(N!+TAzGgKp4jKFGwh`z8v_s&m-#%X3oszhqAz-yw_K_C1HBcRM zV|Bj&k`sP<7e6KOq=R(i{!rmPToRipL_z$ybanbIP+LeW_MCn&X6X0)Fvsqcgyv3O z=hEC@sTYULr&wUFkxdNsp2J$md}%6GUYal^F*-wq?xncb=pxSUj@K5BC@!)+Z4u-T zRGvdZh$7b~nTTrR-KeOp8fJmoVqCBc(SJ9HO6=0Ewn&ucVt?4E#1`CHH&IRNRCz#^ zqpWT+jw8-JL|GWD@Ik(PFG}VTe!Vv((a3EyuFB2)@DUm++J(b@e%7W{ zA4YYqci=LYWn$zRlGFIf|noie2O;BimrvpOTp5I#le|tW^sR9uTq*be+pP zq$1!9%d4b7>6FEqIP-F(Jl92w^yN6m2;Q8lx113<ep`=FG6)6A+blpDc1_1ahPNK*bC-&6G8#=I5V6YfX}%|pliaZCjU{`l-e zXnK$<1^;nva7w}?slYf&^JGF1)5j~EcTPMd5(lS_>F-X(ouk_L;v8_3dFpk}<37{W z@& zrV=#jMTY;>7BvHl5q+bdRuQy8<)nn{Lk!Kg$J~i29eLKSc2MTwoh{|H@fUb)LC8K3 z%Q(&-n*C(=vVKzP5qE_CZuTLLGf4avVpzIiV~ArEf(OD-fn6 zL}^^c<%ic>8O|N&DsyG1)F%@8TU+3>52J{~I?|+JryePD%I!``>}MbH<=IzSy=35b z@Y;eYqt&q}Djw>Z2~J70J=1i*L;FTdkx%=#>_gTwrExuS2ZjRn(6+y|#aA(9@vgQ2 zJISMr{fDcUcmZO(wm_Uyk)v-9@>2LiTfkD4rE}#W_=iiv;FJVD`v5oM+0z!u3PyZa z3eIca7m}Uz<~*q94KU|p{>eU^Q@cao5mBQsae|lk!cZ0re61ua{06Tr{ww>?eD~xb zV9E^KKZu7O%m*_7}kHZ#m^~;w;flzLX(6Z@~MA*2KgUT5}>xwws?E_74wz-rp5otKIoKR z=S&yTdv_V(0ubxOLw}!=2(K~+hhqua0?a;eIP@e}bG@C-^c3gL{52&Zaig!Ri;#UN zx-qm8mXm0te8;ShN|q4=IS_<|hyI$9cq5_rGy4E)3+UP7ePSoneSN`&2z1fUDT&o$ z%xBNL6%ACfv>4#`?8Bc^5|kr)0NSo3g%1C~2>2gU65$b**cS_K|7IV&=bG=9IvB98 zf>RQBZIO0|7N)5MH^RWl?_NFA3;;CaM*Q&!?^x3V>;>Vw@|H?l6oRY|hT?$_| z|EB2sgoz1|{XP5eOIzTx4>XkN2l1@9BDSVP+>IQ$K`)f)9%sxyioh>}nX(A~v z(Pwaz2vLvrGwA%KE$~wkM2|5DX-k|d1DJh~QBq3@im>y&#?l(LB3>8_;iRn?W2pHx zB|-e;SN37Os+;Yh)LB*_w-#XXK24aCs3B;J)!(uYF%vV!s}-mHO*suQhbpENe`yQ* zKe7+fD=F`{2G5(UiVFonZe|bu$CSjbws4kcf8%d!`<{(qe@f!)5J6kWJgL7rv^ynn zs1*F#meh6P)W=bgU)tgXHJVNUBET>Bqay3}L{8~n*$3jMSPwA!usbCoJr6-aTf&)G z=8ymAyPQR~n|-KxN|=%u-W(=&UaOLMiqAfLRu+G0^uU5s_e)#M%6(*!47)*G^Vq+U=Ghso3K7GKU2RcGaoSJRu1Jn-#BC1a z4?fS8p&^xAl9$Q+5tU9=k9wx;hHi zsdYjWhKb?N}ecxvpI0`^hT*v(+CFAp0otF~-pw`^9n zY!z$rdPkq)*SyZ(VvXV;z842^<$$Gg1jiF?93VRWs>Zw(27S>=`lgjE2SsM%T6;h< zvh!p6(s{D;uV{|FB0Jc2P^9gUVjFE0=kckQ2LkFB$Wf3h0OOI@%sFi=Rc)-F+t`l1 zKHAy}Y-cd~vz|KAenh1GsA44I7u~?!*&z(d6N)bm#9}KCG%Ae)cvR%Ut1z zl_=E?7gr&@N7G<$!zA1hx8y#WI(e%kn#S(<95gGn!&!QF_=6xo2Jd}74n&@T)WZ88 zxWGC&?!-cz_-*Y( zk}o_9XB9?T-dHv>r28#Mw@p+1Awah55VV$FY~kOKYP@nDtXq=q4CqTj}!6M7rx3y$hYT?fgTf;D0I=J!%9#J|ZEQ?N-~OCxMEzgGAD{r?OY#$+Fm)gsiQg9>)i}PHwBLq5>aX7m zn>&n_r~F-j%*=jlRpOt^?gRzM2Qp6NVKunX1vm1MeF5@UZ=;|$vi?LK2~T`^$<_*9 zfDr%H+mN&@S%q>^0b5$Sr=cV%$nyWu+hF}b#<*(munMLwc}9luIZb)9#yF1X>$5XH)>dNxrxyMQ})~N#~%VD!><2Ksh$Xw(Gpz- z4u70n9}mS3fBezgI5$SmfB!UsL;>xB*c<*hxjCENeSdQ?~DdcyDWs=ol*sy(>Wc62P)Xjd-TD2sh@b#YpEiP2*ZpsX&@3-(EecB z<0X?!^xOz%h^DCG^!zD6C^P;X{?HwS0+bov8T_&D0v*17FDEj@2Z4KlHf$diW~idhP!3$4>$BmG8!S zy^hi&xto4I?zP|@RLA4@;g9ad3DKf;T$5$M$LL8l6Cv(O+Q*_E;YW>clO^7v{qNpJ zP(XGfEQaQiP9&{E34^p~(>DqfCv7}cPKvVn^rfhc&J>NDw^y5{3Bw;bX^Js47kjSL zl8y=|lfIr&zYH2BlH5!$_1QZtn?1D}xgWxR8~%`*6?7l%dYx(eez9!kCNA<&7zsH1 z@q2HBAV320iYHIpH*+2vifgrfUz9#`OJ-~spw7n-YhYbjwnj)a3Bw-}Tcb3Ak1=!p z51eKqhog6Lj{HBp4ZG;E)!elV;tvbAsK+M6S_+!&n*Z%>*f$r^c>W(>_Z?1k|M+qI zbCzSCbL`C_Wn>&932|%*Ns>fSl%&!SNgP{?Ly~MFw2aE$du1hiCn01La(mN8=I(M<%J z9%t`YpS{6QK}Rd{HlAtA+1nQDE!piOz4lvxU}ynL44pC;orBQLeoY8HfktWs!&8p2 z9cJ7DPy%b{);V+!fo2#C!eeOcF*MZ>rp^eASQ<);GW=n~6(H=*K{N><5;#0+q>!Pk zTIKAjS!`+$7TW}rUMPCX#@{576_bcmIm~u*B4E3>;lOU^5a19QfXD&>BI{k!2&elz zC*KGyDU-<>{ zg%CofGz$>H2cVtOh#Krsw&ztDkw%xx4Nc!%Z`HydNM-nC<_sB_hnLdfQ`6Tkm zlc@YB?d_57-y=P_pIo{F49UqnyBU@CBiDFTEt z{K2pom9;P0Nj%Ewjx5h7xrSf8jVE&R-pGzS$a&l7Wryf}pA`CgVh6v+QUpl4!u%EF z_)TONcO*P9mNrvy_IunMcl^S>_@z6F^R~#f^T^4`$6vW4xy~p7JPAqwL=-hlgOeBGLJ-#^?mcQNFHS*Lqh~pZ$#QtME@WZ1OMTBgdu zAuxREje^v(mgLw1fd}c?@a)q1vnvHUK~ZUU8?+H5@Z<^)+~Y|PQ%*lPmU_WC{Q@q{ z+7kT!iGb$xk}aP785Or<)`y>!IB&^36`Wcdp0ZIto=q)ZgDm9hFRW%$Dp?HNTg9!1k$kg__O zzAZp_ehz$Ed1PGepW!hwI{}85tF75aZA?%TCWC|TP9Ds} zZXix?AWRxxn{K>wIG9;xfY$lS*6R#(VbJGQa+i2=&YZ}JbI+NNI?Vgo)N>=3z-x-d z0E^D=q#2mIumC*(_3q0H{+fsViU|9Pa65r^-*|0aop^aAyHxi# znJp{^hd(-a-*q;=CbOkX%k{$2&9BFcFu ze1+ZOBmbqYk+9ow|o*5 zAWD2E1^Fs6unh2N^kEz{i&zQvHug=ISrDr%aOL||FiXH$GzVFLz;-c6B_OlPPT6CD z!_EMnSZ&5vb6T}p|78`b>D(bJ3}?+5u(u(|!H`9?&A`*FU0`@IT;mo~%R@ybbG05# znM=4jzoHs$NLS0zV8IS2&!Y0(uunsoD^hC8zC>aw_(-r z%*q~^gL-Y&ruWyMZ>o=ddCEocXKy2>@oGfF3lGGr{`%aOlt7^+w3InD1B7Na>=o+p2b*;p#}8*3CIru`)+a^vOvNp1!&k|}AJ*-= zZnujSU#0m0mwewA)zpf5bzNsKMvi3tf!y1O{h-VQfDS}$0InL_B4|{1wDyM87q*jM z*v$80bO$<&e{_(CKZ;%U0Kh>oq(P`>c-5k9?Ru})^>!DV&5w`Uy^Yw;Te(oMTXCrv z?quCOFy|YQ>mIv`cD+dMZFmfHdH(2%sqMVX)Fp$Fy~f1)Nbgo>>aA+mTSZ9Jjy$r1 z3SnZ)eaw#+LWe!L70JXBUEH0(-WIg!hJ#$~C&qr!+!+I!n09<3~ZDRs5j4*gHKU)hw z1_(2yY!t}u?az?qDIgTc+r~^k&%A*5KW#C>;W?t^HnjF?2q83p%L*{m3vy0l^K#?V zXJ)(1)hRmY>fcQs{*XceyK!&@HMrbh@8)}{`x8OQTz4*xe6qyc!8hNztv3cUy-Obc z2p*H$f*EhY=XDUbjpt{w0694hn;$c|)D7U! z;PA)n;owQ72d(pHms#HHv%DV;^LK^vyI*4SkVbST@_)6M2=JVkB8hzhjmv$3&zEP% z2XI{>v*TfjL{xpqk9jmHanhJD32Ap-5W>Qsp~)wwo*7TUvL+r3jz1Kbe7QBj34Lfd z9J*@({Vq=EZHbV0w(tUxNyq>S%B=O0|d)pP0cXDxv9&uQxDb9%KO4Q zPl~AA6zTDt=^vaKyd=^xINgkzAxcj^oE5N=djtxQ>A~6A!EnJj$X?vHy_jzwq-Vao z2JG{{Z4Q3h+WKb8O4$Yy!nILhfFm8_J^4ys5OnP=CPbpb| z2waY2IW#Y9Gyg&DNzBa!vG@g0fILp0R-9W4Ao&U*~O4xa5aoP{9*33+|)yET^MC7e`r3}w=eFr`ikAD zm9s;!{NRdU=87C~#e)OwEVz2*Nc{Cvt2ew>-O%ypTUIWjfh&Tm@cC6|QasXfjXL}R z?Ilx~U_sb@nYDS$nhz;~6MXjr3Xsz8EDdY8x$ij4cb`Mwy$(@E<1&>c3f8H;jnc|B zN!*4ccHQgH`V|>+jYy?;qlC0kCb+3c5AfqRB=MVJAsh2J^neXOhfQe}{6QZ67)q{+ zhjzz9>(tj_B%$x~2^$Qv@pMuW%sCy2q*)Ppq+8Cq$$))z0*T0Cj50)%r8 z0@x;11v2yiRa!xqvI;*YW_mdcdH91WKtAaP|LkqtK}*LJWje)Gx-p=$4bzN>zR*1v z2dkbO`C=Tm|Mu1|0pfxcqkZCpJ0W+S=jfE#^P{h*0_3%IZiVmOk15A~^)~#a2Ymc_ zkIh;YxXcVzM<4rkvgGy;u(y$yaiYQxA-FyK!CwgjdZcpeLZrw7WbtesgZMQ{Z=)@4 z_e0%S%Vo#nXU9te_;0=aTF^&|fN+PNSpApY2DUM0AZ5QRH|^9%iU8TTF*{J~g%muw z=>`gr6G+o%hm>5eKdrTn5V|dCPZ|FBXKw@jQaeO#DPaeX+h8aIp(VMIz-S*_{#S29 zPb5p5I{Xn*o|5?m>vu1j?$f$%$!Y5F2c@?Gm(v#t6v@`#5uz=3fR8`1QcBtB$-$Zr z!*@d%Prt5`J1Dh1{2^~BTPyO$P`*W5-bj++1Z@r1Irvw8tQ>6$r^>e~`9u3x$KD)L zC&3j=G>|(fy^ST3@&4g%f85^kFw@tra&-jGgEG|$M~wD0^7 zpM`t^_R(Q!%J2uJw?VVdE>sWfZBT|k?h6Jl58BHEST?Evxm>gFT&(N(_V7ny;I62% z5kpswo70QUC7(}?4^Vcb3Xm5WH9rMNspq;w1K=E(nX)fSgepLChXPbC{W<($e(Pvy zqO$?uE`1>xO za>op~ekpbx@hOnqNPt{ZfO1i4uu~BxK=Hm1<|1vd$L6O1J?+!f;SZ_+Ipd~TcKED2 zDgoeqo2MfU4u4oK4RXFq)7nahF*y;mxN_5Uzj=SUb=vO?-%kMo4u5>o*FkEMZ#rpF z1&ADRb1@G4W+cSJb5jP$B>xqoi-bSMw zc0n+M(HF#$55R{>k3!9AcNcRu+IC)jT#~%q+xYOL#qTUAK;Bz8mec!_&etxjcjJ-Q z6B%sh&MH;!GrsB`5;M3ICs37+ymlioc48B$`thc*d*_F^)v9x9%TxjK$t;Ea2Q6^f zv79PEruO^uD8$m*e^KX?X!DgbW8k>>M{k2HK-&Fi%>3I<5MXsS2TPi5ztEI&v}PITkRZ?`YK?k7{>SjgjpcNR$?2mHvGD&M{s@(FI=!O| zHuQV=`+|0@`(NwSqYy)AmDEll!9sY>w>L1_xrvNEHn7b@IEcBb$#R-S<*?7|{ zfWseu_BMVCkjv|>A(xh(p3wTpil+>J+dujs9&cs%gG1xOjn10QyR_M#XgnmqimEkIBr`qHIk+3n4sZ39HvrLsoGJwf2>kXGHl27ara39p_X=) zwpo>qU6rl^Ybmp~MpgL%zA6pFzO%=A~j7ya2su1D~$?+aBYM8+Q3}3 zUAV4Qmfz{OH5aba9gNhqYpOPVt7+CmxXE05MUqpgtmc}Ct`fG^#qaSYE2I;q9Klz0 zvWZ~k5P7Rg&r2M7eN4|n(#Hd??|;*~qLrY3zltwh?`9M5$hIzEj7!}D!awKjnOxU2 z4sON`TmP`?iS!!bu3de_1T@_5KvJj=gEL*?L46Hv z{V+S8%#r%I7#>A2NU&4=T}g=IT>aCr0|_1wMT@ALF?w#-8}wCqOAU^T#w*C^S`SH&vM#j+{5hv%))-Y1G0EL9eqiA^_l%8{bj|2-w>&S{`Zi zC+fAo)z*j+M6?T@Fn!;7{XM0(Vf4|8r@o`Q)Cwt?h+EZV zCRYA2a3b&6Uw2qo(-%sIg5M6;)eVP98#UBGFp6rf9u>AZ12}Nv=IlaBC>KJ_#49T}!F}%06QZ1*flco4b47)#--avik*EVF zpS*U=GPQfd6y`pG;6hNXLv3lp&|k(RR!Siuy^@CK(PtQwX9YIbh--Pz#IP?$S8O}E z!Ca7g@-WShP91J+fY@k|NCf1_on2cnVZ(|9<^TcF2=5r2a4*XdF0nt88)L-Md98MR z5h(!AZF_x$0xou%xhv4^y#HN^jy3$m4WW;ZN&4b{gA4IzVS2(naWFfFHh&HZxVR;Z zWQuQHdm7Aka_gz6p_`95d;G8DMsm2h<7CQxM>ml`{xI8WYI4I|oApE5jUVR`hKbpZ zh^sjcB#o&*!NtndZU9wPpRQr9Z%avTyv({ncf`p@mY;z&`-6e4qgq?It&?D?)YqBZ zKfuM^3pz2=-fsy|QzaqFz)42Y?FrafwcAY$ti_~;!UsvD{tI*Ew7&;Vc1t2ME1<0{ z)m*Ry0;}P5%D~BH)rrTLi z02f--Zn$>_Om2_|P7DrRTm}bDsNiBxmp-r2Tm0$W2_Rreeznr;lsmIR9XPq(b#ZmT zjXZF2S&(F#)5^_x@okR=+oiRUAko*9I2mVfO#20hi?r2j(*&b|>Zdb^& z`2{Y%fk%Ce;82r3HMvnV#Qc*>aCwJzBUs>Kc*I}eB9T^4zk(%-n%vkE6rfxO_nA~___2qw(8w948kR+{p745>x3jSX# zS$DTxHmQIh{&V0&=b%NUu=z6pQ@eL9E2Oia^WAs1e;GJg$t`1&z6dD`IL_tDQ5E}2 z{%E7+$ghDD>j~6EUY(BCHS5CukLKIpg7+klP|iN#;(zl|wB@%j>cB}oL%ex+F8iFV z%(XAn+!M8R)VbS?@dd3T3e-4}!_J6Vl z@S%<~A?C-aT+2l2&C` z%=K$ThfVfB2Tno?`@a~k7W7fU#YfbQtcS5vXIsi7Xb!FY1Q(nwYc(oc^VHjbT0o1y+iANB{#N~Gee4}&mG!mW3XF{S>5~s!QB08;N*950|XbP zwMRsr3DT)fZeip8pX5gAZB>oYAH>X(S@ANugWaV6Om4V&%_6-PL=W7Xrv<^q?}3v@ zZ=O7FzHV=UHE%4JkFc1xTQ=>kJX$7wJ=#Rte}D@`H(#YlU*$YsRdC>B!p9N-MDu9P z{m@`q1KGxGkmqOEO-XK~F@FuCHH)PEdeu+g0%PIeM+;#So8JkY-+59gz|JDztXqJC z8*99&zqteAL=c*0K0r^1Lmv_V%#drZ5gtzlOZZmj2pY>Ej1ScDgb=w&0>=O%K`n?}n=SXNG$N>jc@@{x#4zyi9Nu)}tarPcWY zRx@OZNW^lJyBZ?jchm?IVf$p`z6cnf-g&8Fr>)$sy*@nFMD!FfRF;&!6HIs?Yu_nD z1sD6m9j=B!&r24hiWvKd-}e!F;KLU@hwf`de1Pnjau&Ul{m>n{BcLKYA_;IAeRO(X zgxwwSnrx&)K2kqF48ZO#(Uf?tDba&{R4;^R#)YzSOUQsC1(0}_gt}b6+Y|$w`y}pt zGcxE&WRWoDd_J;E6oVp451C3eUVSWj8sUIr=Qu7|V~TAi5UC<1M*PWG1sviGoI68F zZrqUuhT(3wXg91(95Qf@MV5vYw<3%XPeLsSBV-bV7g=PUi?L5)WC|v62Qa`)LX=(^ z9K;tL$74HtaIVBySDWZCzi7Ts^1^TA{DlhR=VQOFYhh*dRlny30wzQxS9QyLqQ=B(b z$a82?@AKDDcyi4H_u>lXMU>?;m+Kn4-@Yj7eSy_}K5v4)-vIi6mk=y~!9%5oUo`c; z6lZ&J0rTnt=EW+&;^mG82Tt~eYZ-OC8eD&+!3Kp4qZTt!ALq~?5~5}`AXp4^c>VQU zgLbRLtB$Bw-3{q0cVAf~>s;y}CpS)4L7LB_kj}tT8Txq-G-3<_^kt&H>goW1BQDDk zll9&572-;k#an&8zAOP=edul!vJ61ZG5(liMA|?E3$rD^W4ofW;Wbzj7+6ln`kk`8lL2!`~opY+S@Dwoz6d7r}Md=rg zDCwBjMHe*`7Bw9-hmI7U!eXi}pet31L5pKqee``H8C(p0Edofxh|#Zz_Jc(qFBBuN z7E^^K(;&FmD4AGWm59} z1m;6@DH>!Hs^x4}sx(!r@Qi>qW#Gi1s7jNuQr@sqc`nkBlH4%&AP<~aFjiW$ zR$Bm-U8&WlRcj79RoQveIPg_jO;_7Y-#kwlIJwGL3knHv%frp8_L6F?M?ZPsM8m4q zHKtZ3vzFjd7Zg+HK(eZJGpxHZ%5-+RQbW(!^v zgCknkBO0C;HN5O^c)i(>zDZ^jZw(RIeDzAI4S6ps<7nUt+ULvonzjc{7@M-e`ICNF z;mgMT)8`W+7~d(r@Ax@z@_GfTWP&ikH}+eh^QN0r_)q`<{}Aze;H0JIJxD5+_?ka4 z0?98cf!2$5_{-$v1_fNenJ)X#BWRfrJ`&B!hRyptnt$xN!m_`O3@&cBam_fBw?A6j z4rR8kN@A8UZZgLx;DR!6B8eo^3fur(+DKyu=^|#|7Z)#}DKdJywL-ROgN z*9Y>zNo>c-TqwR6Zv4JO`{D=gOjqi_iAC&3%LlH8GaZMl>!wXVAQG=c9HR`J#CAFs zcRtLe1U4{Tm-s)PVFD75-J%YhkiiAht=#|s3W%%LTBnO|wLYc{oD6ga|LA^?1pPs` zuT;-8w0?=$^W?$p=`QlX2^CySi1vhEgonNAiL%B-zUoCD_M+qJ%iiDj*18W&ZotJb zTA6)X*!JgAov&W?pp|^8eu9gJAKqaJjm z!DvX$X6VI(p^ruo_wFH6Z#L+BAlpeYxbRqm0A(<~W*E;_-{}FSa}eNRUC<@l(T9}!$ns!r zY;Wt>wA?5Dg?k^x?pF)(ci8d=?cv8=;qS@fuk_~cJ&fr;{Jyay( zpAjPueu&vFw+WJ%u`prG_k`g2!&sybO=~t5F30YzHnB>w_yP``+~0a2h=pE~2EoGT z9l^w%`9$FgVd;uTyTkaDScK(GckC73LBj74I=y3IZgOY-)XTxC9paOrYLi!Hc~Pxl zT9XfPPrmwBJj5NqDNlaY=AN!lo7NV`C^}ConrK~>#u(grWH%Xp3p!&t9Nr%H2!3Yf zu4zPX2^m~01Wwm`-e$my-u*6qrALB9m>rLsO@i*ev`=F8;7P{<8gf|@xGdQfCe_z2)hWkLD}(5l6U*S9XHlPLQ98I6nXnuHh8 z;Sir>gh=y?a=5#u3-Ax~Ah?jsSRf}uFko_HZlNnzcB4mjG+mCAu&7kJDEvWA=8T+N zrJVE;IoWHA`e1S+WJ$OcBB#EXEuC;cE76Rk0O#3r?9{Sl>9Q4i4}U8}7PBHdw_K2# zxZ8cjA%4ZNbj1M;@B=VsH0;tL7GdepMdwwwQ%|)ERy~GRJxQy#zO6{&)+C2l+(K4e z&_JNq>e&w|d?Y8#0^1zhWW7KvYKQ-O@FV zv6r1*Kf2?8^v3@HNY0Q!F9?PJ6n)!pLjx97ujZq+2Ts0vL3r^{i>i$)*%|0tWN<+q zI4RWuyuoLtJ_sfOIJUJ?Gk}R-?a$-}8C;0c-w!kq(eUOojMIKXNp4t|_;DW@H;f{K zi%HYrx=^U><}Yxe6J<7O`phU+&7Ws^!Z?mroGa1>;){4~UF?bA{l~zGPb`6;dDPDb zqmV}Y1up&=I2kQvVl?rol^-0dUo7C($7w8{ZT{bZlLS_-2^zwJo$nixc%L;^sN!G1 z#rXT%GB|9V;*8G+Q3g4JO*!n#Hn>>(gyz5oUD|KwvfRy76exIV%j2H|C*PBgWGF6= zw&`M!^fs9qNI^<+lV=Zi2eaCc0RWI zHE<$wmDkn}G8`+Ylazf>rW8&F7vXYIYCzgk6gF2f$Z#)Z;H0u&7Y*2Hq!iTU#8AM+ zl96qPf_~)k8Y6Y!B)l$kWi#vW0nwBtBc+Mf&shD*=U2J0y42*xKL<`aEoQVQT79)u zuX1B<`~zI*C?2~Y~y*j4L>ozD9_UWwRxu8=(}9I-}QgMMd^S`%NfpM=eNiH z9ys}x+?Y=}wsq~Xy&ylqOxKo@+)(%Y{w0+HF4Vn#tbQr=BK64#jzsQN0sJa{CpTKX z(S9~maM220OUFWCw1ta%LP*X)0zp(;Ns}dloZPUbKboh>k<;og<3|M-Va~q7!a*u8 zE9ed`{Yq{KbF>Bh2`-j|q8XF4e49QqAFJ9PIBC0g3Vw#GT1i(ff|}fTBUbHWk_Fz* zAqbCcCpSQFv7D!;wmon{PHwb^KG>&PXGN2xudDcL;KabZJ?wFn-L5_4&jl_?XMhdft4#BYhzsc$@C zaw#(9?`aj~-+~Z4X~Izugr3@#kjY*1zXnb=Rg;7IW!poQ2~a2ed4r<`rV&ZuSSc5A z%?@uG#WLGOiQD45v`~~qMMtVS!qLQE*^H9h_%W%kZ_u7B^^qUt4DcjV2Tn}wcS)v3 zF?o&o@_;7{dp5}tUIG@^<3s!%Cix*(sSkWbY*Ni4NoH}q~@32b} z!Ao;<6UJjp>r1k!evT?H3CoPod3k2XEep!P37Fi_QL$`~=zQz<$VWeBN;g!R9Y9TJ za#mod$&K5eFP_;j*xzA}&YyugyKaPxteEHi0vBERE&i9TUu-`K@pQjy)Ry*>4Z$jOcVvCy|qGgOZg zpvl8V$s5*_+-F7g6YJg^)<(nv56&(u30eurKl!YBPPwb6*|mlOE>!v!vGmSR zR``AgP0rp{L$}X~NTUZeTUr7gv`YzZgbq7n*9CpRo#;Kq=Z#%|B{vRjJi*SG06-)W zZl3#J;Nq3y9u4q^W(TI6Ja9rzZk*lQ*V7Vk<88`*>cC0ON|rAZ!4_HG_g~;*Z(i>H zX@UPIxly_o*O%oSfaXR1Kj7k|eSl0qcIPR#=T}T%5xM>U0WPFOZ`L0QzKXzt9tH2- z{;1^ov%UWdF5;FFJgx3xEtAz2dD!lB{%*87sb=odv9u(3?wz@V%dxe$RB)xv{%%!2 z!NuSOlE}(Y@dL(wKa(4tMmaOA=?X(X2ToG&`|+C=8JOoRaLl@HCpSVOF7{PJIBX2b z;9@0r=*Ktprkqzo#LkYN$qiD6Qz3u%6#{K5(*m{(s!#^gE*sA*(W*er3cbfSZ%rVNI=YY+O*o*?x8?t^(i|J zleZjBH~nwO)|^?2I5u2uAD(ntyXM?=PQ`W_KcWu37|hNj5=?G*2(g`A(v3^=y~tMU zYy0p#-<|Hr$cKk(U5dCw*J@nZ=tOO5Z;Eh(*qIgY?V|*Z!|C~EA^@y!5_6sRTW(`Q zt*<2QA#9yL8;_1s5GnxNL_FYPpoF0s~s#vq&{;J>I?Q# z`0m^lp?y0U4Gx^-ar<%R5r|{eoLqiZ;K0dr^bG8FjHV_x>~zUP zB*X6+so=uKk;doGA_eFpegg?wwh1)8oDq=x4K0BrHG44#m zuT2tkD-8Cr2K`!rhRWRJ-oF@Aia1q`62DsCdrx7 z9K(D$f^yz9aFax3uZ>Hqv;4y^hfaR`MBXH6F3Mm0()#pZpmE`B-YYh~R&T9T3XnKL zf?+S;a#eC3gCulXQ|-m4=2*~PBp|!cEv2R4@idLtFagd17AZ#TyF$#nAgu}dD3h`p z>Lv;6a~PoDY(dKeOeK^D;D`Nk1pJ5nM2M7}dpLO^MWs~F_HwnOr#**^Hi8u$p z#6Y||6w4TsL(5SU8?@{BMAA(#Y|5B zjo(1x#Vc6JCH9x>(>Y&f3+F7EAK1*XbiHJU=0|6+H})p!6#b(}0VEte7Geqh8li5I zu#$G&uR2bzd&P#`SF*b3yY`Wqs@wg6^9_=@(+iEbTFFHaNNmcLOy2cNXER=+6e$L- z39i3YwiHxDuDogAfBB5U2Td}NFgx}WNE|uX=G-j2ue_?;?(xNy9(xjdq-swjzeUgG zhf<7633L$;1RTgf;*TQ5Z52q4xuHnnZy<4VH0+Neg=ao{|A*Me)38>j-9|0z<$Zv|xoFh*$?EbM#3ULqv;5ct%|8_M~QO_HBQ3Jn^vZlE2JQFADpqf7Rq zt<4ik|}3DodBIC{+~sPUqB)|%!Q2(3Sgk9a#D-c#G*4B9uLRac>C}yCD3jcDU_EIF%QzTMX8%4 z2&2z1&T%apFKXV4z@8%RVHET!Ncq#J4|8(MaUb5yFvC}9W$dVL${zW@p4<#dw= z&&@;=+8*#wJ9ht7r0C3{x8rb*^-rmS0G{2;uQwC?Aec-7^6l>;#TGl@FvomyMj2Be zz4F?955Z3KU{Aw8H%VSO=pD3#F@9iAbE(F2^mP}gb-o@-@PpCg|96vQyGX&YH|v%D zrQIwW-7(zh&s!h7zMgt;V9Ii}p!@yn8@Y`Gv-EKGVI6O~Vj|DmILwKYsII*T#5m`L7~{ zMI}_oKj?t$$d)-*sUTRSAOndE3v5zQmY6})se(>jL8a!bVArNk0vl_!cvLnq(C`pH&fi&pMT+L^h}@>n(zm`h+MwS21QO>s>O?y??+kx-BXJ+2@dk?& zUzGd4H@h{ziCb;@qPFq9g;J#0?;x|{1`cm(a-U4RudA}&MgbB=lLjZ&+aq5u$;!Q- zG$wD7#9g;`d&w@aBZ_P#{wz{}K*F-6fJ&cDvuCg1;ZQSl{ToGBt|oiCpLP!n{VWRCqI}fD0eT4TBOk91wODG;3Qf%uT2sx`et4JKro?J zb4-kMD8J!Y^VR#ujtW9Y{F}}hFGlrk{w`9)^pPxTA(j}1c-|iq9|No~B~pkA}Ty zBMJ0*1UfP6xH)o>;vYZ)Od2n?-j3$v>c#?k!?e6^K4OtR5^g?gVYJebv`N>LVp^FM zz)cbd=6(+JGM2!I1=P3zD4r(R*;m`bj|&3G2Kkl0VI>0z3s%2Bu3Bp$;g2fPtD;0Sg06a4T+#&-_nXRpvIX%|`327Yt zyHLmkfU%X4G{?wjLgR;_0Ex>&7;oGi?_nKRW^T7O322){WcQu8G)|xv&;a1hZfN&f zWPIe^=iPT&?YXl58i}$(6@V~*n2;{3@VZ&(uJc0nc$y#=N|EBY5Ht%Zmyg7Vh6)RX zu8{yqhtZwTww>En1ItCV8u)!X^|%E)hE+O-(fInED*GO3Cxx5cd}Q(D5#E$j={RqM zH%-`8QG&22RcYweOM*(n1XLQ%V#YZ_M&r8(TIhiR!OmBWHxkzyn*Y+7uBvpb#Z?di2T=q5~&fvKuF3YOL^mK&L zW|DDp4&5;v_lXQ7;x~KZWp-e$VG^$4l$nu$YULhH*dF{2gj*77{|*EpR8*}}{<|2@ zq%*ixlE_n#2m%T7BS#SuihjO|S03&qv?-pcj9DNkc3=`0@JzzWNpj#O30S09-wQei zWeKE<_P)5qr+A)Z5J+fSCTldngFfk`JXHBrq%bv50ZibQwkd(~s$FkVta?*UuBX`W zJo|7a<%-F(D}ZNRwfIy-cZvA4+Xw35UxclpgsMk{kM$mc0>^h?4DtbXVW7O}^ zihIUdRK|Ki#-_m`7uk$O2^L^?24s&3mrEvXbS8aaCSzYF>rTu`Ox8&(26hV#RmtT0 z49LIBA_IvH@+OJQat7=K??BlRwLM2AKp@eVExnPA>obFvBNQ4DCrQc2EbJ|m3*V^r zy-~Yh(XK;>C_Co4{6?3uNfMAkt}PfxBMfi7L6}&QfyAwM7SZo4H;&6QD6Y)Cv)OnD zZKJIB*jPD4=QtMTfSV+jE?7am5m)aapv*a^RWLU$G5|6Fa4a)FvM+CLnG7Vzn)DKf(qon)f`iN2!djiT1RLYKqn zr>w=Dw~D)?i+lTu=*$o%IE)erUu?5jaKzl+;YP_sbO{wmI0V3CaEJvJ1Wc%;WT7C4 z2D$_9u-R9-wLt+AO{Fjhg2t-&^*sl269eOj+APCRfy8tfY#z>azby3`V?D-6V6z;{ zS0SugA+lL6V*)cGRu}=m9urP5Ba+Qa76Iet8&+#=7U;xOzgDSa>$++~E>hIkS=F31tl47%z0O=H zW5s)LwZ{49CdqY4jBWzloe{9`P$I0>68P$TRO|cwttB zzy_{cR{Qj+Tk>NvkcjE8kK3$I*mNt`LSOE3uXAlki}?v8ByT}w;n}M263vD?NZ@m- zXF*Y8QGa8}W+MnBT0}AGCQa%ljhFSVFy=Ki^*1$dHnoD~2`4X9p3n9sNzr?-NWm&b zK7${%(vx@a8~13Qh-sd3YHnu_nB8oi<7-)9Y!L*SRm)(@e5&qw+nXdmRF!26(QuU3bQcz(mi*jsxjumHwY_JRVL6Js>CIv_s7(Gz2KHA$BLN^&a zJR&eBB)FvUF=3v6HB@jBB5*>A%lbW$x=AuH5AHU=952Eg_A9e2gjM+oiJTVhzzJRB z=Mqa29y=@~zQB5msf)nh?ejjYHRYk@6N{idB1Q`$hvjxcL(#f)B1f<8bRg~oGIyFm z0dt?7mcow$DL_I+93yYiD{mt{K;WkbB0Tm*T*(%_y&!r+9MkG7b~#(r@3fdbq3^P( z*n&-;2X}wP{(g5#FaT!TA0FCUItqZ3R?kPp+hQ-JLV-v7o@B2nL{~`k4m_c3k_zMAfPr9CC`X!0b za;RZ5)P?Qo9?K->Mf4FhMbndt*N*IU^4)t?Ywv|?d-w8;pH>^Um9|!MOm-+yI=7{C zA#NNjQaH~lK|`U} ztPSikfiCw0C(4;L*;1oQD4Qg+&jg(zNuCg90^Y_KT(6pXUP1;E9#i1b2t+yocqYvf zd6Lt&Ag!R}YtbOMJ(BjWggt#fy6WWgquz9Ilcb?!x@j<-)@-^uuD233vpA=d0Zz@t z&456nOIj7c&$MsNbVy@d;V;KMDVro)FC?&-4mEU>5qCY$D-cMmcz#<$z3RFP4EK_Y z6oBB|77BR5W(;J$-rgjMpHpQ=?_)))e#~GyH4ko*aGjb*qZO&kH1N-v!s-hmrxtdV zX0j51kD=1!O&V-Aj=V{tzNjFR&13_F1L%FQZ!|A_bsj-)ypkqV%@EG&-}{* z9P_+uyGZc|kT_lQ;Cn;yi8g8TdqtAeBE{c8;sLju{d2&%IDr4eic{}9(#0Y2CdoFC zP`z(5vs$i=aE_k^?q5$N-0wO2_%xU4R&W# zvD6Fdy}c`8ED8CuNU^7jvPt46Z@jOPjrd$|_Fsz>3ZypGuT=+_^#uKYZj$_2q+mDI z9jFiT(JXqyt9Xp$E|M*k@d6Oirn=U|#Jj`-~ zQluEn7fx^;ckB1+(C}qa@*96LdADrejqOd6?IK0o`uIIQ{0^tA+FgaynbrHvr=2$I z1EbW|6KVv#vgyu905z{CoPY(}8mCecjq0yWk{G89h_mPy=>~%8)q2s?BF485{8jJY zC9kg3eWC#tyfj0KgzNUM7G3>Wq}YF>=Ul4wLiO&e3HPKcS}8?}65(MNL2LBTGB7MS z3YoKBla`S4bel{~Epew7DRRGTtt!8|D!MtxZ&Sh`)vTv}d$}va;m6{Gk2`Mfzkgeh zu+-ND^;)F>2@=uLP(cE>@qdCfdoB!Rs#FjJo?;q4U$irk|q35 zKmcto)Rz;Er}+y=RB{UAypzKiVeFBb;@dzX#YR%dz?+9u7bxFqLUV5JlVC@t51UdB z*h5Hk*e`OL`5m=Lu?-|-dU4)n#{mF5b5_i0dvMwBDeHZ9JyHEO2a_gRg~+Z8Sx8?mJ*$9!6J_oh*``Rqj>i%R>yeQ#7UtKDf0bEV9XtvPqKD z{)kef=rPcPk{by2(k}T2Pp-5-E`^`P`TyJ`IV<<*Nu#BJH!ZbD@duE|H@bA=L-Y{* zoKoVXJ_24I^W}em1f@tJs$Aa#BLfK%+yReJHu2%;_;ZtF%gRcH4FLGe{sIzzZjuyF z%LWCHjqfwnX$hj+;dMqho2Tt zK-&FdlcY1Z6miMfU&U&)y)z4NlRSz60F(k1Nc>}ygaRaHXCm%F7Je2f3Qw-&`~@V& zi}?|ZI0%DH8I<(1NYPz})OGe@FS4Q8OD$4JIjd-3%OD(S_<%is1Bu7oRie7&BE=}< zP%}?vEdIW|>KUG{?wY+dSAt!Nes7ZeA76JK4b}hnar_Qr#=aC;W9&kaWM9UTEhH&h zL@AO=kv+yP35l{dwkSlB?8d$`Bx^FZlER3PZGLx*RG;tX^E;>v-OD`*fnNm`qYPX13;{$jpN3T7{cn!Yl zx<`M0imZRo@m9K_zZ4=v=w_(5?&D8Cl4^P9-Lvo2h^dF%q0He_x~GSuI2Ef6*pRyx zyyJ(}tYKKK;oJab?A;~xmzc(#O%kw3(N!Nzizqyykp74s0f1vD&ib>vK%&4sLKttH z-M3ey*ccge*W}FiG$d`3Tv#*tc~^_s&gYXX2qa`x0Op{FQ%fr3e%q^K1Oj+A<6F&_ddjaFl^~FSn(S9_<#&jUe%~BBw(!I7UU+jis5S)gQ zR@k=?iMm@#c(C6Yjar(n^veYe2tAD2R_+a#^Tiw3 zgcgm2A-M1ns;4ER)lv?Fn{!gQZ-LqBv_{S%05v6JFc8AmwvUoO0;rRUj4_LrYR0S6 zN|EtuG*JdP2fTPDaEQQvk{#*uB3rF_%8^m36lYAECpI14an#PITu`l1AW6JX>5!s0 zBYThwo_Z_2UXBT%dlE8&{A2t{d_^Jy-eo$bP_*T;1UV6B!{RWIZOw_1g zZGvV&@8^o%g4)(fMS%{4a1AR)Jgkr5Jrq$`OOemF*uZ?ULsE;Sfb6JR2Jx`|L2}8q zMizf1Js2|=a~t?Bxa)nu)5(KuoGeMv1! zns``W_4cy*X^HF6eBfdIH~nXh6~Ey-$12?dzKd3N8=y;2))|EU90w2US3Ho>xV2Hc zg7ldJ-$i?M6Y?3yd^YngsNEqR)(_c8VVt;Qgu|%0YI4g1F{Ur&)Z?`0OEsKayPBq{ zJm<^EnQ1>Va-fBSnr8D9@gB2$al94Z9HQwfbgaO``ef9}o{Cx)P>IT~HGy`Gi!EY! zusy9iUb%EGb4qdPfV^!LGqpH?S?-fyy1ic>9JXq&M2yfZ6@oX7=MS$Vj)*?YAwc($@K~m*KF@o zNXRi(e7GFQ1qE!W15y0J&WPxH9d`O2>VOYSIvoPgXsmGzvY|PjDe^i8@F#i|J0rU9 z88Q&;J=7OzABOP;MIp*19%o>lz zEQVfLwq@^(KXKwPKbLJDUp5kd=!oNDXi@t6?3rwlSZZdawL3 zU2Pv^J1awnZ{kGs_IApCG$N>(5wgCuVH%kQ2SmAVQx-~0*W8lfoo^6!`6LUWkwchp z;H061(XQL>Pek)IU}3 zt}QQC-(aw=^d8Q?DZ_Kh_vzaA>Fx}k0&ZpXyI{*CG|D+>Yh!Ir6t8JxK&0kt3hp|AyE8Fb}}x6 zZ}Qhd;2V80E;!Hgoi$`T|B>OS*J*3W=GG5IcYyK;@V;uPfdxHQ<2MbB=XvIP7j<`n z@ZeGReb%jY@v41*%6ye@B%s_thStx8Iy3k#Y)w7@0?rqq_0}Wy0m@LVwI~@fNv8Ya ztTD`bz>-q@nD-zhGDKJ~a!MCi?0d&cPBz7cx}VX&W-JIPJ=U%8e)E`tCvq8~!z#I6 z$`m~p?}CB+SUzLT6DenW?-7^$K9n3>1cN!YrBsjP0i5duwF5=6Q3yFo=Wb<6$LF6C z*_rlXlI|=YeWrTa4)y7=$Hgf)rQHk!#jg!sR9(H~j2%+FM5qDYyMUS+jU8J4s+JF; z567?kr*`1+kdz1SM{W-m-ceso(181m4 zz;8lZ%E`AcM~UBrohnj^!`1DByE9Z`Ax!bXlcXwA+0G0Vi2ll6f9^(WXx|VoFWyCe zi40v#p}(hwRpmdv4!#zacv-bqMN&Bd7vgNo zz0h4rS)0&<|8sbr~0gX`TP_G6P-Z^9dMjU+eLp0kttH2Jn1vt ziB+WdD=)t6qQ4N)*_`-tm#z$tbiLm*RO^nZZjmmLszsk(e0^EDGMjrZyBCc8fHPF$ zuRIfvMXGkl{5eDQX7I`{^w&L4HD5aQ_}V;ihU&=c2}91v!|dQlcI9&awS}s+Pq_qk63KtaPL@b<_@L(-op1p|9h)Y_BUs; zl4btiWv?)e8@5$qs8M7ORdUut<6l@npjRg@{-1=~fx#Xw2zgQ}ysm*ML*n^!PjK3n*fd*f@-fZ@j6 z>(4hpQMxeiy?|Ldvbj(XKeah8C?Z*hqg2dAl1aofZY}qkp4$4+Zy&X_GVI>HwfZrX zVS8=j$*Jw1pR%L2*T)q*l!~d4gu2Z?XQ=+DBF#$pE_k0KV>Sw4mB#ziM9rM5`jz8HMa!HB2r>e_M?QiafeL4UuhNH=o;r~uZShAVyF zla_`Z^k+9gW;!UYe6Rkp*|Ij1ZE1kWZWSpl3BuE(j!Ai zwzbvJ>-(cU^!GhBhd4uZNKe0LF>VX{NYM5RgMQKPD$=LkIQ!UXK_E(2`&YVB1NNS>3{{wxg@Pk*?Zy_Iqm7Ao?;ZS<^dhZg4 zm!HWA9wLM3VQ-nmWXH!oH##oam%i^uj>h#v(k)=VG8&TJj}(D1I`+Nb`|;vjr|7x2 zFW$er{Ug_!PRy)Xw7)2Z<+KgjzN{e4O7Pu=cAQ{ui_YmfBx#;g?k1dE(8xCW83 zt7rFqkaNshkBW|fzf&U7sU>Z8fB56~mABP&N1Q{&K1}ReEp0M5a{I~1NLN#Dw$dD& zj21JngZ}bwoRmjd(SJBz0#4*GiXzP%@NxV032M-YV#&jX`3i;}6!?5TIkrB$TD{g; z;JbQq?2DG^gQq7B-4R2Q(BDg>=KegK6Qf+ZbRm+W@~aIEvKS771>9io7^nYphN_fo zd-}Ot0~5|0oIlwgMyev6vZ>gQdKFQ1l8#MVx=E!=E5aqo5;3y&_YBqTm@`UPmJ1KF zVUnm=`@CUF?BJU&w%an5;#ZFDmru9*Sd_RkLp4O`G>?24mytAmTpOtBVe^LyFiujM z@pHy9x+L}}LBhyv$*c{f)5khyi0JQH%f^&^3K~;tn`o&#maF;_cd}M!&~=GDNV2yxHlZb<0I`iC%GBq zTeOdSk9o8?B}6zS-)5S6J8+eJd_^1y5hbBNx|*`CtEo#V8=Iez4CUBR!{v0&su`&# zF0bICOBsq=UyP#4chH}y(w9foQt#|<{CMfT_0@*Kd*GF!Q+{(LK&MkNJkYgLQn5AX z{C5>;mD{~2+xyE=VPFjYtBT|^PJ;xp?g#QjM=4FRoch@YqQCe8B?vX+&lbzFrD$Ok z?jRQEO{!kbQLUOi)4l$_qWVXnU)8rur#6O0s#i*Ds^(p~H%2#9R?^|hswxa#J&HCE zIy21TqZ*%S{;{7Oe!ffD5?iy{gmrAU%8yqycjqj}Ha-x*BihXp+uuV8o48Y|KYMDn zm+x2epoM)upEyFt^(hEQWm-_;KSCJe7p=h8k)IVC75^4h|dj#pk z2Z2>2Wd{I?pj2ZEOj)JlhzE{)1TO{#pNkJZUm9$k6KpdWY`X@oK7`nLgj|Xbxsns& zP#SV$FvPhfS+%I(iB3AEh6*8oWgl`sxl1mb2sG2+?TH+(xN+UW3Bf8dpRgugdG*O19iv*!p z=>pI||Jnl_i2mdvr_3U|bASNnP>h_9coV}0J`&uN+CVdWH;V!f&F@x`2BWsuq5$@2 zGWqDAISkA3QDQJ)UT1fPijn={KKX}h@zFH857`nPa+E#f8hW_k@Q|BSMUsyZa|;zr zh!F*6sJ=uAdp%;^lLWJ#2G62SWWX-Ezek;gjl_@ z*xxf$hhoRDk5tWL#|vqZl4R$H;(pIinLobb`Pd=hv18d|aE9sz6|^0oUowk5`{mJz zGFmGtG7$aw3_bDv`2@utA0Qw9dxokkKB6@aQAq0|AA83$PQ47opU}&A>bAm!{cZnz`g?}T3&eeB>T)#g?9+NAjJ=R{S@-E9`Ls1$Y8sY?g#NhK z(-0i#pzqt8p%N`m7pG271$TXHqW4>*Ek9>qkA_r6gELeaO2Zi{>%Y;TmRF`uVy0es zrkYpAx=ot2-c#9d8WW4Gb6#0yiCGq473mlHBh64wX z<0_i%=9TU7BI_!3)_3_d*>!3ZM^1o3&TsTro)b<;q(MzLnHi};^oQekIic`! z5B<%Q=gm0-2pnZ9`Xz||mMscayj~8rWsf+fF(Voe+a~8P6So2-6X4$f4ZxB=Fj3>@e(SE?tE7dULfPuk6Ry(NUoj52;7OT z<0-Jkc29tm;6 z?xH_qCqCm2n4mb3HB0q2)L{giaSh^?0<$QX6Ta~*SVi(_vi(Dd!zIZMW66+M^2;_& zS1Wg`NT?3j$q&^Ra~tSUFtCagPC|b|y)6!fyE}>m1Ov%EKk9&mb+rCO(%r?v`!M3M zw5>$+_kjWeE_XQta3h9I$!23D%mPdCBDsAR{Z+QmBWi;p%FlW-H2HLZ(*X`fuwC>= z+bOiKlO&{*Hh)blqIqqNV791MEF*0EJS;1ZzNfP5+lQ|1JPHVc81&i&>dw&l%3bsa zRCU$*bTsGXL$7z#exR^ogi(X&Zwt$~g%#S@Lw&au++h5PC0gpqO$Pewd|o)Lmn2wA zB36;kVe)7J=wZh8Rhu^!7_6}JyIu4rw}n*+WPo4C!s(7u=ToRF_i0-7X<79N-R@Jj zsv}kL#*}(zu@o9~y_(9s1azN8)%)}L6kz3!5`gO4P|$+qF-8h{3{>6Vz13*{jjev? zg9A5|vC38*@VR3aHWa%vRC5DD-v_)>=nV5ajg9z%Qs{ghw1OPl`yib@-(ZX~m_DK~ zMnW#;4;)z4d;ucb#xwjx z^FF2<>BEh56?TxKdbJNmIz~Tq%t3WA(8B8!hFCIcAfxM773m|vYUCVFQpo_Df4yT3 zCuxj>&Q|SIk>)-Meg9~Pptx+qH;evgjA|tq!M>(^v=!(768-VJG7f5uTj+$UIfMWC z9rU-2W8@w;#!Jqf{OESK<8wY>h=Fo}>7(s&1pS22zKMg8twY%Hpu-HjhIH$P!ClC4 z0q#jDl}TyqNg3ZsxztGo!%0KL$2(hexpR{G(NIn6DI)p^SAzdfPM--C#fv?CD!`OW8W|Fsb6-{-}VreRt5`_O}z6(=WQFDUswyB_oS`~}r<~vHA_lkODcq2^hcbbs#!Yhhm~MhT8{*{ z@kI1zthzfxW%hKZiZu4an()JhXT|jCGPG*>XcWK|O{^k0jjh}u5YgXl)z#e@DiHnE ztlm1c((JTiP-7mTx)$^c{lx|AuArACYKECn08^pq=GmW*{dQ-lk|i#HOpzJ8cA2mS zH=v?)mJ@!w{-Wj=`nv!jaz$r`^qUTy zU?bKB4E{OwUD(>KBGqiYC6oZg7Z|$7HYIqru@?Z!LVy9YHCwa&ZESnKW{aT^cz1#d z$FtpaYCF~_+`NRaIYt0%k^hVSCNzU%XNT(JnKEP}Iga<|4m^k*eC zx4hTapGRkm(oa0#{*C?;7gKwlp5B|GlD!RO|3?+6dS`~JNcGF!3{^n!hAG~rE|_jV zy^q-Yr642wb2LL-qrG ziIu`VO(UwaVU||lbBmEs!lfe(|2{(n)`+rBSe^5c%%iMt1;YM&hHBiVzL9mv;ikCP z<5txFGeb3m;%Ak0v3;G&_Vr5y_s$m8|ISd6sz|PBsxYC2nV7X(dCOdNd_2@E-=jW`q)+F?|I{kJJ{l#0mo>pUvb92A@c7*nv zzuZL<`uj%}N$^NUM9}F&LsnK5S>Q;O^$z-bR(2)n?-{E2lQLNjXN<3SOk09uR?Pn~ zLj~iUjXA+<$((s})GgKO5E`@pf2&9pH$n8rH7{AWmWe+FGacf5bMtc2{*&CHB=mQ? zeW!{f`xz`Cslt_ATi~*rc*%Vil+Kj!*zU|w?V!J^KdVSq3w#lVAqxT?eFM*sOw&*7 zt35wI4OQ{_3;m`3JW`IRUON(LpB$h@LVxx(TWZ@soA3TrMe>VYI0``sRcoufKaF94 zYub>plw!#1y8RhkZO93=Na}OMD$*Y_ROfN4M~>E=q?NoHuEEV?LaHK(2HDUOAoc9k z*bvzUTlzbt8r&x({Ht;x`ukl)`qV>hp`$6Xf3a1rYw|&sD?q{h227TK=+BOP)0#@vSt*($ zDm{zb)cmBMk`Z^_RF;J8ALy^FGpmP{T(?=ZM>#o zL2y17TKDP!jS*%wOwP2t|NTq1;4!Nug@LO1xR>Tza3+YiY2AVT!d>*&BvbOz{_IzR zMHbHJM(k|}m?1iLyuzGVMZ#}A5YpgLnSV!rzOGE+CW8AN~D|5`RfubKh!)8|m|3GgJj0kuJ4M=K-H_IL}HQO$vFo_T4@7 z2QEupR`nhpAk9#nDIh=SLrA5ml<-l~;_*qlgxQ;+BBH-g-{rj-DwXe^Pbuc@A#3S8 zKKMg6C@M36`~Y%ihH9sZv^zsJuv&5q3y%anII2(K*UP}7?&|PPE6e~L2?}wl~FB=UF`waTGrhes#=cXTF!=A zuD;rXQ?)G17%-v4im1hlA)#gfRTxUZr0(|&)m{~;p-#N7?r;Q(bp|2|Xo%wLcm*)H z`*1Z$fZqo=VpmU)ajlmnR*^JBeIQ&pWFkPlf`G;`W<}}Du-{cA+6IN70L>sWWoV7m zl*V;NC>(Q7H?u*nxZz|&gMM-YYmUDVzCj4r0Pa_v7HBk1t+^BRE6V(B#yob@jYIiy4_9(0s$L3G$)owsf8QBYmq^N@(X78bPj4OG*0hX**D*2k``U==AoR`>CFe+Ha?(v&}g zq^^ISw!LfQBG86rZc7trOPAJ5+e9&x`e#-8XDaDF&3h;nMnV32hDz@RGla>ejdP|g z+fGX~Et>f#X@;u(jory&eLYUpNls_IRL$1Qn;{&hV=DXF!TM44a(j(*OlGowZL)uv zPfMzaR*}i0M!SwC*PSYo^dovk2z#MEJG#Ri-G138RI&Au7Nir)+}R`0*(+_J`2|HE z=KnszzmK`y&L`BsKW-?qbGW#31gs)C#r4_wf3$-POz9E;RH!?`aANs@i(1!|N!PTU zp|htyy@&rtA458kt_iNH@w~1{r>?oFuKDGzTZ@4-YruXHe}+;NlXK{-Pv}>ZZjVFp z;0)DTZ1>O1?saB1u~O7#B|y`HTFx_E>F5e&Pk;zw$&O>mPhg>R2?`$mtT}-Or@MbZ z6~BoaKD))9R*R+0VmCxU0X&w0qKA>Che@z!-|?RPf>1*&mgVy4XZMVNeC#u-B=)SH z=i`C3@;zMddk#*Y1}Mn^Tp$OFG4GwzKY~tA*d<|3_X?(Psul+D%=L)G^@_Y9Q?=<8 zyKG$Ic^bgM-0{5<*SUI_-W^Thk^umTu)srS-w}=>f_Uzf|KKW^5z|4f4jF&1r&HT+-)tP{Oa__AU z_OQ$ZSW@)coIs!3>NS0Eme(RJSH1u8<^C&o`t5_y*$JLgpr|+z%y*2B?r>fI_38c_ zKl*P{nBKh0=k5SEeGfC+GJ&Hr49hcA(lednv;B-hopSgUoJ|#Pn`)>FxJ?iE{uuD1 z7(_K@+&VmPQQ1_}K=6vApm{)+$6dr7B)N>O+4*(&LU?}Gy|aT6?*|`D4@UkN)Yi=k zIDC%b#NaiB9H$swr?wDedWgylxg#F#*8=li7jk-G?rNO<=>1U2^ib-Lp{Jul*F;Sp zP8(lGno-Y?rM?hh7fq0i4)sGkj}I`vBa#sPV%V?LBF1<)e|q@kkKqCe%Lr=ohj&6< zP7KJO1>kZoiq=zeE{eV|7LD$Gam3lOJjJr~@<`?Tk*evD>K`M|0&?9Erh(J2qC0SS zSnd&L@oH-Es&%+BTC9vEuPNn2o7IQ*#t$9uKXgu?uiH0V`@{J4^!pyc(ca^u@80wo zAV=R{9__y~I&iS(3LcC4Llcq=(87)ZGR>1z{|^I1LC;n9>R$~I_i+yYy=63cP5$nu z$Uy3Yq9&73{|tYT4A5Ce*F6LDE$Zc!cQ1&`Xcomchz3aZr53l!_dl1>N`HmFJQhZq zqWMpz>Jtr+3ilw(VlLuuJ0M3@lp70_>0090p`AsHaioTsye+W$5{qBQk;257#V6#i-wBQ2wqO?>=qfM^4Y#F?G`T1L|r2eGxO z(_$kVzrJ%5m;25#n)vq?aVO9KiDc(}Zxc!CAceo$k96-Wqiq%z9U_Il4imBU_2nKN z;r!*@Wi;|mmp{T^hg>lYu=AmZS3qoSumbCHHL9cfw`DX^`0M%;XMY7>vfs;SA8RQH znN@C+v83?VkUXELvC%Y9DKuCAr{XZY*$uVu8H?CmIpE}yN9z3`XP z{;mf8O8i2+M%RBVqg|+$pVuENQ=Dv&ApC~`x>YQ32d~%+8EwYE6!89x5ooBePA#;>k1SrCWXJ|8GS#og{l%l{#r)+EBw_H z_Prwgz}sKTXp@Yub2Odh$SL`CGB^fWnqKmzWwVm+S+8+i8pvytR^{@dP#cZzFdWi$;_k)VgB;-IL>|ts>;THd6fOf)P z#pzU+9W;L6jd(ejC=qx~i7UGXsPnm@``^oGz0zqF_+aCMiTY0t93^MR1)F5+y?79GQclLR;&5J|4>wUDiiT_+ib2>kcgj=zlV-33gg(*#Rut{Ns zWPmnI>$nfRay80hN?Q-_@>+R~rXz;GhINJbJJ&< z20lB?T65s>5egC9y}u05T7$@L_^V>Ak>?6Ir-Rxhix#>1?XU~JhbwIj%_jaC{(90e zC8YSX)hJRb`ttcpoUb9x3Qdb4JhlG}e>oVw{$+sLrBZ{F?QdP$`ovc6_OXy}<&W@} z!HhcRIyMYU`m%P;XsssDIm91J>9P6jYgfh--?SV8uO)@Q=->R$GTQLFXt&@zE65jp z`}N+EkA*yLBm-346{4gd9CaPo7~C~LR}@L%uY?CM>Eemu{G5{fqYu97-;8J2H9*cZ z{5e~x zYu5=IE{0qF5&rrx@m?#q<#gKIb$82m^aM1y?HA1V#}%8?64_0vQ)#y!*F)&*pTXJ{ zwc*Zd{5&IwZ*3WA^scPl(~@BL>q*!0v)=~D@#(~Dwn$n2q%ggoB8p6kzGAT1aHTMJ zk_Q`|KbUq@NxCr2#b5v6@w!O;@z#uQ9^DlmSG!iL!SEM~p%S-f9U>LM#S*+K3qGhp zIg*yqCVNIhTUN(;e&)D+?z5$lUORs<`mv`9`n0EQ@?B2b=*n5s?)CnP?cHTG@75=^ z%%!p?CJg9NFK=#qwGyeshl1fR)@qj~3G(l81k!UTv+beaqdt}$O0=!r)hlnix8}VG z8#sm>H`$VW`o?M-6_OL@!SfMFM%V<0vZdf1yi({BYP(aogxCiCA){uy` z07Qi2Z|m^7k$cG{0CX=uu&P=67MQ}GNvMljbwxaO14h~LX-a`$4*K>ZVXwKU{0a7S?q%`zM<<~MA$pFc=#vGw~G$Iq# zoC7E`#u>}UnV83&+X;VJl*RpNfX=Y{J#l{g1QT2GDVF&j`Hi2Co!Ot1H9 z_-oeyQ9ZeG@3Et9#D1z!N)-9=!uW`x_{g8}(d-E^@(Ho#36DJ!cEevo2@$RS4;d35 zV*HP`GJpn%8U;w>$nu5~U;a!iWKSxRPbxM~D)CGzP55Pih7!3bsp_bxxI7ZG<)fOe zCQ_mSQEYP8&txonO0RqhaT(1sb1>3V*%)HvDoPTt?$4_+@~I;V;)U_~ts? zRU}8iF%f)^NqkWmU9cDaqQ76bF4g@9@`O2Iv~V)LyV(ERW@6 z`WTXm-Utl8dB5H@Kw$W5<291ASY2_~0BN5L^)4*-#uxEX1Dk~m#)@ywBr%wf!e1l< zwDHEq`whTYVh1jxfd;68L9e~oHSA4G0?`27RwOQ?xhcL)4}*K%ho{e!@O!;Qaqfh_ z#7fgW;9=hIyWVeZTJ9R4V6kvFqcXR`Qj?L=n2NIGk+Rf^H?h~s;uYT{Zj?RqF3-7E zYA6ZMQ-o)Ty~#={Cx*W`OVS6+Uw(z&81Y_1GZ4dHoRxLI4AAZ}8Y%qcU70Qd?-PTk zi&V}IR5WnXx1+SYm#c6D&gu!p>M6@=?*^!$QPpi!^&q&0eog0UgYK>Y@~&AEtI;=t z&Q{cHFjfvJR)S&&X#^|4pQKF2>>8j5%+6L`?JdUIIWhWSno9By`jdUNd*Lr0uG(wP zb=Pcafp6e*QF^G45zzoC)k~kRmr*hjil`H%tsJ_~pz^K0JsM(XL@Ru@LF?Bt8Xrro zBfi0ru~v1nURkLT84XFZF|nv@JpZB5db80++=M9^W|s^zR%%=`YE;Q%Fgkng25A{h zso7Qh9Fr5w!wF`u)adxFKH`M=Zuo1{OdSFBbb^HvBATvtR5)xl2XnQ?D7D6ln}>?S z;>BV2Bbx3;FeFo0qPg1AmD)1Tw>|5yc#_)Z=}(Ym!*<2$YK z9czr85tX)*Zad+x9RqauQzuTmYbv5iS?KbLPxo4K_c~~RzS)I#Pyn42-#6PMXaQ#Y z70MJWH7Wend4<4*B|qGGCeJ?7t%oh8hoh>8YqTf)88KYPmqLN)Y*{+r!;E(nt?CsY z?LD&9E7|FYQ0^5Vow++7hgdV(~r7+7Lw3q983O}1A` zhSzS#QqqOwxti#%c5b=!;dT2YHJcB9*j+}W^A;z(rNLFvP-P9R8h!j^0HH>~CZG7U zYx|I}R_6mZFlU*{DnG~ytB27kn|Zv?r~i6zXBo{JH}=G+_yqjZ^^ZN3xaqBt#V39Y zYkmYH)PSigad#9w#&X0jB?G<=N9|Xc5U`#Q@|~a>JRd4(xrW2h&Ew`+{S?;%#3=*q zKkpPR8FhNH={W}jz@<`dw!5NoJK-~(UIv-RzXh&!vf<&YtO*Wp@-8}| z>7Qw5=XT1L1jZTno$y!W_DnRJy^GN2Birrtkqo!k!fQOj3mw9ZF+Q`1aAQd)&_HFd zh3BRyd_jLn`nYR=$|$eCmb@0-KS5*oc@_1AIyz!@En;BpLA}g_w$kbE_=rB_ELgg% z-u}94fUG0eL$1G<`TTeucS{6B%yS>N=WyKf6Dsp#+_(AN=i;{MjJQJ&Jdc_GZGd8e z-93Us=Vo8dQKMo>;jbM76dU}+yWAAEUOjK5`P>gcSaYF#oO`_MIj*G52Q@(E!~{q69}h3zt+u z19V{-zZRVWM9JO!*iMy7G(b@)0*nAH4svG40EyzF8QA>{E_|GMp1N(m0*1eq*~!2a zR~QB&fLw6^4Upf8-cXFq!UPyQG>QaQ{)o$H%xw@55`x5!gOQAidJPPJ`KiX+d#=*V z(|OjcQWjXz3*@uzO3u9e3$e1?TA5bO@%-5q7a9`k<;5g>EY%_nN#- zqRZgb&&PqCWwak&3-mM#=mNP7p{YU*20><{Wb%(;=?Q+R_sCK+pEuO5@kO; zb&PQO#6z+4FokIc=59{btYYJXUv9yVEAj$g3};lP}-xh$CSI?92Ulu8Z2XRH9M=s;#xtY zjOF#Wq-8YL4}3wA8Rw4$F{&H$Jb{31^5I}v>whyqu8jyYTG#i}53LX_m=o-wJR$#L zfVSC2CA79DaA%i3JhYOE)&0b_8~*yI0phTd2wAC{vOe8)G#Q*~dv^6d43Ha#)sd!8 zbu)GkwIWk5OCbW;{=)!mUO(uHNV;Fk)bx)~Nz;LRWW(x<> zdiejZ0rG>Zc#L1>;i8#*#g=?W4WeW9v;P=I@NWZD?Y&R~SM^zJerg@cT3E_=cPYi* z`p&eK@ZK^S!`SBXdq4lJPh;H}F{m7p>;U%PmeKa%DU{Lbu; z^BCQ%zw#;+WtW1Gx1}q&+u2H46DaX?z{{S0p%p!w`lI^BvX_wn15Bc!lJ*Vf6oAEt&of1)NXh> zk2G{m7FOK>Csa!8@y{tU%k-VyB zI^6rDWZ6(M|Eiu#;=8#1B~_t=j{1LxzaGz{DD5P#u{V@A0yA@DTu4~>^6)?n%&pL! z@0;J6*Wfw1k^){Qn#0f$>h>EYulJVG+)Cc$&(XUgU}KSLZ*PuTQix!vUDZeiXd!cy zpz{{wkqfTc8nrzlqdoETd^NsKZrk0`~df$mjqs z+xE^Nfxgjs_h#>pKdRlUSMM&kE-2!*RDLg`Jq==U!jVNqp~xnz`)~93Q$A_-`9utV z{qHi`@hI{)ljskRgs+taO70n;J2l=PR|y|iYv8`5@R#3eL3U~5^h*@??`5=E)3Nn| zX5YQ=SAoiRPODqDL6P-Y`@am(n8bDw8ER8a8{o?EhY0L0qy38kGC@)xfx#p=Z6<^j zzqgE5yHC1yzh*77$!`O+uK{ylGUTH=Kw;!hGC=>nj7D3>837N^t!?0=VnO(e7T1Z9 z4A9iCWi;mcqXP9(()GtasIwsMt&#zR8)2ccK^id#e@1k@LUFxfL;b%lqbUne$pvYA zx}|X<0v>}$>BKhtHbA6hwB?3V&_*NX#?u`Qny#8!t_|9n0KLtQ0Sam~i)}Q|Y_v#j zLD4R#tYCU8)hv483?YVUD6~PAXDiRCp1rJ3sBKU|7n1lt~Y4$u{GU4a0g2^1iY2WT(=4Z7LumjSvv)$CiWy^paO#oXd=$GtCJ+fTD4$fPAW z8Gr(S`&3A%t0qxqMTZgYH?%~!QXWFIL@w*t#F9N=ZhctU0+R&vP;l+3kT6%xF)0*O zBpftA31ue9}{F>b+ckP+r{L zX9jL+0I#Rot@D5vmF*a2eQcp#sgrho1e|EE9HMp&5OEo;fM-um1%Z# zL-!0&=R3{LK9kP(;+>^-odZFggRz}N1LV_L8Wj4WuXA*&^W$>o7_`fDXBn+)Lb_{G zbJqZUJm1>k)HM^^^(C`wwz%tSgP{ke^V^OAT7aHf@ae(}bbpubUQ+5#)9n6X*S+G} zJsHtbO)@~m-9?%~7icN}*;|?4u@?84bv6EBEreXPZ&`BQBbIk4PunmZ`$uo(vTpeJ zr_5VB)shb;Lb4V$d%YEKTV)%(3nGoI zQQn5w1kmnS3zE zSc`q@!Us$R{uo*N%UT@qa>z#SSqoF2@ZH`@-Zp{iYhH1`V{U%Y$DQ7axV)tVIO=t(*xYxQ>x% zEtrmdlWb(O&s%Jom!fTCMudXaLg0zhuC@3*vc~7F4~FeN=Ph+9t$tf#=GNf-Uu!`c zSu=3Op0m&Y(SP23?#F0rn>@F+@s zG+A79HN~#A;AO*5?N|#0EWwnF-vb|rpiSGe7W!$_roTqkY$@eM>N$q-A#yt-YZ?r_ zg`r5=bVfp`jwWwNL70v{*jp)Wz|)Q2Gm1!O&emxZwO9-{>-fW3WUyt;G#pJ_jBwB= zSqu8Kh#R}sqV1@UYD)(9YD=@q`eGD{HWLBYZBgg=9v!Bi30eysm5En>S_@SVfnU9q z)$Q2rtuO>U|2499Ea4DoWG(L#wMrow zx5t0=R`3z_a;g}E|D)`z-<>xuK$Th(3s-fQ6Kliinh0h=ACLfHMf`29Z*c zju9fw1SCd{PGKt2F}h(QNVE4|0K>=UdmQin0Dc_z?(;g&&r4urZS&T`=3P|x+(+`Q zMIaJ%I#HRU4(lNq7$uPByfL!&M{k9AYjKS|R#+oR?Rwoe(#YC-5w*LNTZ_+QP~dqt zVj1|OtR~toJ1)m?&nK#CjGup%+?)W6tSR3=M7p&|zd}2g?Y#Zgq9rqIKGj$wMX$B4 zCC74itU0N-(u(ewPq+SYNdH$|YwYe1rwFO9|WueTP#^j18cvQH`t-Z!OsTP;Lj*`5_f|R=tE3vAdS6VX8daE`N@!5qm3?ku}Q~ zjABT?R*&W8M9t6Sku@|8$D(H}*VMQkrMGf^%Ez&0`Ez#5XOySL)Sz$X{r#U?<{=BtV9T0@)*PPd!ed}M|S4Z$$l-6Fy6K^df{PVYstihgJMGOqG zL1mgqy%plf+Va{`yH$m!hA@vo7!kfy@nQ%x@g+sbzM)p&F;NB<_?ZheG0Z@;xz*%(=~ zDzQB=ssy)4bUpq}b2%%VpWzYpQPq+1L7>5s~AKSg)KVTMc4uOkNi9|XW$ zLH<7Xcn8+-{^VN=>X9{IY<1DmUJ;s!V=fkCexb-$!?pj$Yf*?^?<}14H*R0)jL)`W9-2c3_&~>-L&|j=^GsU?XLqQ-6^D`+= z%B@9+r%j%x9WZtXjI42bxk!1rsd}1%p!oq_`3Ns_YfA)S(JO%S)m!qdh4rhDkXK=O zuOfhvwZ&IRsaK{L`fP3QYzc2)V@re=^Iv)^o3|FD-f>dQWm3$E)(%>U-XI_w@~_@X zi?wfCh;K)pZ&!_vsS|w`j;VjqH%ZqL6aY>M@Egzbn{4v~ZYO}=%B+<5BfC~hQ!M~Lt^;S;Y_}i_;(Hr#lCEg|~1`0n4I2anZ4)Tn`2WoTu=dH!13xNsR zK?zQQqOaZ#Am0izdIE`y|Gc#TdMjMPXAd%Y9Aq+n^!8$C5Mq(xziusvy%ok#;0z~P zJ1klvOg%ruj1lCG{qI|grSJ@CVwvT3K-lAUIM7=`NHH|D|M#uMSOm~2h$KivMY2WJ zhDKa`8MOxTbih(>E%2eNvmnn|6zlB9$l6wKWjxvdO9xb143JT40Z}82Aa)FNr%Vj- z)$uMUqK*lo9H_>3IFb`=n;@~0r*fq8W1}1e||y0xSmvvPg#Yh9oS3Sep*9jDtX(h}4Fyku}P#MO`x8wE%{>Fb3cT zMgI_t?nV-@U2t}Z)LXe2SS*RUuZ@DPz{{NIK}aY=XHppm)p`hi+XzMOt!&;}a6hK| zrI#U8j|67g;Nuy$5lHgLngKG#29Mau4PP{=x6+w}#eF7UlgX{X^(P+tc4WavvJ6SR70RuJZLW2A zu8nBMH8utZ9tIuTs4F*(jm(af*N1n-OSw;$6Ld*r=)OxI_^Y*&!y#S97q zZY@?edMh{42`PCxf^?23v||8TI3?q1eSQ*oWKFg}AsJR?M5hBvH<2kQRw>{)L}wdD zJSfuvf$Z5>@82u{AqvR7mFAlpBWvMkpxdH@M~e``Bbf1pn%b1!%1|eC85JWhnr3fQ zTx?nV>t=B$?%60a2spIZ8d;OW(CT9}1JJes7+W0rGIN331g$z-=}x&)cKy;_>e0o* z@OH)0V#!jz!==D+8Fz95a9p;>u1qAN>`-CZ;jS{VRbp>t&tW=Xc~Q~_I>cQ3sh;)% zwp@O-TydkfBBx)W8d0HExG}QkQ!!)MVIilnvB+_eo!BWB(C1VLyTR8z_FK0W{A*tY4Zecd zzU?RVRt_9tqc0_vS=d-T4=F;9ZS__nzsnSTm+Ss6ukjs(|4#0$oITAgbd;Oz3tX%l zi%^B^W&5#tYoQzYgVuz;eYjs*{iSOey?#60NH6ljAyeP`8MF3wrvA1H-9%SDhzzPZ}YLDn{ zkMeDg+so@dg*9RQ$^Zg!V!)iJj@0gs^tF!7-b#*rCkptlTGUzC-C1nb8CS|5*WKvZ z-MGdL<}?D=6?Fl9t6_s88Te|dvC=ICU#Xq45u@6 zeY%l+Rz@CK`+INY^*V(0mjsO~jm$bLa8?HNR)VA8A>@%Ys@_V1!+2uUcyiB}pTkKh z%-FKpSPE5dC8t>0GfNsJ2FpyJD3hNAM%Jq2CzJ0=Mf{p5b)fWCs(R#d&&V#L#y%O2 zeJh^o>Y3_+jW_I5oG6!TNT2F;m`+TGFCwN!d!}QGA$)U6c*E&w!nLXL^RN)!E)NdQ(KU>%W5 zytN2~f`FR{7D516jMQ6sT`iZKttJ$W->-#dd1B*TZAU}qnq|tEpWtvJ zj;u8~7O{b}tzb|PZJ`s3EznzevN(74(%gv!MSpxBYF?Og>8-*Ne+@Gj3opI~g9t8G z3OWZ8mXNnx#4g%ZVi{?l)Of+LqG^%cs4Vfh&nL8CZA|GYS}4>s7g}oWbKy7%A(U!u`mo+NX`R+%8{!;Z{@zKmhb#ZIYE3iF$0d!_3Bqx zADr>b0K#30D|Icb5J83v;CGP#!HwZ&;Xiui{_r0E|Q0^G{-fDG0}o2^q`oA==0IUTMN?2nu5dAr%-kY>y{ZVSNU1s)sC38FMENUPu&TZ8mhGhrv*TErhygXCl0GIQR&i>NwZOuKDl?Z8PA16as) zPmSPy9W4dAlg-)|*uBh`vjiwN4^GW_IQi?+SqfAm&PxAf5+PFKvo_b?_F1D3%d_W>hoz^z3XUuGx_wEpHs zq+@f^zG2%(ja3gp&9(Hy5y218o3|DngyFYZn(d!0xXgoDGfL=Xfsr*!V^c}HJ@hbT zwpqQ9=)Oh0$Vf*Bh*c6NDf^^oVVKlg0Y=tJ#khu2udCF8q2nrXPf52HHGFS*ea%*D z=|K-b0V4trur>70CAs0J1x%JlUAY}4;Bn7dZ+ULsTKE?t%CGh;^Y=P_R0N->6D+nK z@ITN0((^66oXZgd<^vh8*V3~h)}IRd94iYrzbuh0e#XM$?ST@zUrnTuwTC743%5pN zm<|nl5*B*zXZ2cD@-f9R1M@z>$Qpy9Ckxh*5OAKe`HjEW;2FNI6)0#17@HW6aiXX0 zto#B#k^AMj4-M9Y9S4_XjWqcIE0*{3r z0Rg94QZ+2T)@OtzzrNC<+*;`Tq?1a7u#bAuuqR_3UVnGlO}Vvr@S=vRGQ^i}orYTn zK|c=)U_EBp$YsEJ_k=@&iu~`d{*JWw1W6-nvp!PRrR?m|?xL2T_KRG>^v6q(dn<+U zXC$O+rTF7nt|^uS=pFP>*ZFNT+lS*GBPu3;`;VN}OFl%LPna+v)kxYqD+B=e1yWL;cz^C&MQ>8Tb7bRwG7V)NF5 zqtaL<6z{@)qBKqem$@kzU!Wt(PaSfzG%scrZY3%99c6nxk|aUm`}atYvfixel^6ORupD}y4mx4Yh;ad zYhnKEeS!Y4WN_}g$SKpKww-T=wZIHWXXfkzgX!(J79;1L*!%!S*33E3UnA4yp4MNd z11ZuGZ!L(umEWx;e~hgClx^R8qD@h>CUu547P9k7TNy_c;%_5sIrw{ysD6Qp1&1EI zhxP?F$lpiSggDx3PF_3u`T&7PXr)xD%4l9Okowlb=f3ZY_WD~1H9?hf501TinJI@? z3JZ=k@f97%WDSSecii@fghcej0%X$1k#5rm1O9$C|P zw0p7rdvuWM$5X_SHJk4Ox?uQ~FEm$O|(wpEKs z5?`+F&g-y3 z5jxaUH>*M+0lan1-kp#)uk~q#oEB@3n8TmgmGg*}ScBP6PEgZrBWqH?0)kr4Q&v^n z2(h>F&S5t2wb9TKN9l$srB@J6%=qEgqgP0Dm*1$>|jA*0RcPp19<1 zuB{BF7f~eNT6E7iLhW#L3RJfii=T7XruHnToQf5*O1j>&IkHB%wfGP<%@ycC?;mYF zctG5yCAVijgVeix{s<*QEIaq1#zV=G5Z2QvYt%c(X zHdub%{)zoeaPKPd)}pEDjlWYo&5z!q8L}PbO_xqc7Vec2-^cBYRv#XdD z2QMc=U8@f&~eczw|W&6(?U z!LA>9C%R>3Tly9Z>}X|%4V@W;ay+=(^{ZLrnj4;m*aVvWf*s#!&H=l_EXl@V$Y8+PJ+*gssB#0eSv@_kT4o|K ztC9aCI_sYQnnf;sz%|LSp`&Z z%@dEhUOtGjA+3AF9()k%BRM`A+BufsVbM@?G*R|da*WE8>C|@~VQ%t(*>5AJ2AKU( zOYwmI5>w@R`7Pm5=>7X1b-)xy-Y(w{4;r~|Bx9luB_xo{{u*I2ZBC8o%Ts$GHDh|$ zgS&Y6Ly}NFUEL&iMVhN=&a@P1-Q)2zYCLCRx&VKSM?*F$L{|LdvkD?@<`#Xx4T2uV zV`#~=ITc^VvddIO>Z{i$JYOef;6gcxHuDhbe^vvu`5E_vkWYwvo!Lic>keleeo!k> zefU?yiB^)?Po&MQ5!a=j2Xy@+n*G_0=NR@@d{sXM%&5t{-b)Xd{cG9ZF5cXr%~E$+ ziDtjq@AhMNkIZkU%?sVuBNW=4)8POWTg16>5NY#kuyw!Bsp-XmfK$cRgCw&*@a|gW zaD>(L7HwW0OZ=F=JPy!i^hj8V*ve#ft2vQ2ub-PlFHEn@V4yRyGi4l4R)5xT_PEKB>kzHQWirLnKm;h?;TZy?kCY^Wk{4Z^oCaq%R^Nv+FZ`RvF-uT zX6|AXnKqNxJ&wu=ZP4bcfkI@n|IKUh3K!05)v9Auw3*864?5~&*|0^MD8&G8Jup>AtJj>1}qy2QjPKdc*N&Z;DwG z0NSj6rz4ZR?jfyabnI6s)+gcUEu`xq-CtpC4GEIDwO{_V?(tCa7T$$lyDt*&^HFZ( z!e7n)p;}EV*c_6w?%^R5$V6wKNT$u%v6B@_yOD^mel~M)g7d~Ir?|hp4V#M>>3*mZ zBjHY>&Av(M8|xlaX21QInyXrKEQvNJ>jcZVzgO-{()LaM53@gRy!jIqZBCzKB(Hmr zY4ev9!vzX$W=%DMiniwN{EhO`NWH^Bq|HH*CyiaG*F8?vw^N(_*M8HTv@YGLPB!~d zz5s3RbmJz(TYk=_nEm59^dRl2ogQ0eKZ!OkS%X1qyBcx7q(Iw@_5q#g#&vIU7+P?-9ML=8NTmuuop+ zS?(}g3?ZBS5&g447=~@M`IDbj!xn9pyUVd_X@fQk%W_qzH~_R+edy55&^or_%%I$c zAu%hivNH@>A=T=`$HJEyw$tXUh!ORN$6WIptsAqV7RYA*nY`m<+PsW)^T5OR0A@e1 z?h)XZ9e+S$Ozq|}dEJ9Zn>)UGuV-(W{qu0;wDD^N%Rf+lpHprenIO^T^pkEcaju3d z%dHq#4v9ANY&ZMY=hNe;X!Dfoqvw=$4_5Oh?^Z~(xv9tnp6UdpGW-9e&GIwwyl@-? zK$|%l@gB0PeR#>mg1r>8KR2)9c;in$+tmSqQ;Se@#o4#vtAip0t^B&{jU=<5iZ&nM zkZ!bU{1ru6_qdS$D~5+io6+Citb=!W8IjjL_M;*@~ zp?*$GnTiY+60~1)9l?OvzX+^*IGJuxXn^`MbJ`unI`c0&3v#*${ju)R<|4M}azK>` zpHJj5ALDc>Z3Ro9{-n(+8|xnGZEojCG2mUS;FG zOm)3{H)wOnqE{CFRhHr_H%_|D#@SMrwT3QQ)Bs+B|FRmw@n3K>1bX zfg7>le-IGzx(Bt{zeSrv14cxc_8epykqY<+0Ul?w+eKye3vtok#xovTVib`M;6s23 zSbu`?+YQ=$;hhLD`@uyI$$!&`hacs#J0ALuyzX(bo$fZ4QL~*<{SoAVHbflQ{@{AY zg8=_w_TQsk_uvWwK&%$ydjkwH13*B+8nJ$6RO=q5OF<#pAtCr64h(H08{G0y@Qe{` zknJyK|K_?!&{9w^A}kmmG-w2y#)c@5!3Nm=X7(?Ilh-}+lj!t7j5UmmRnp;UFW;kH z!oG}!{nhNpJ&Je@(B{`h5g9LG1K0=@S0s+g?8iN#(+gl&3}yH|25$_FB1phSFwt|; zNLoE4y$zDa1OTGZ%a7=MU&27BCSU0jyuT&Qr3&7tb2sT5(y(d-VqzGzywl4$Kr6rZI!>Qd)Oq9 z&Hl$7@!H%UbR<4p4U4UpfCw6W6b$%igZ^mO@zG)Vv zG1;sWH?#i3?7x_$s>7-JEi=nIR^m0Y=1R6U&u75wzjE{QwLi>$=Fh5kgfH-D~A);;QTRfQxhR!~+q zVP;QMMpPdxJI?6m@kL^{h~t{lL0MYs!hpxD#vm!n52(jThsI zgDTo3zX7vmHkC z|9<^4Vf|7yR|S^I!mpjhVw3P+D-0B~->zILqFko1T&|0XHmjE(a8o!iS2opIwvI3R zmBOISTM4-PSM)2d*;VRBRBoC50Bt^8dEmsE3tbh)U1e*is>gCAuJ|ehZ}l_4?ANch zw5zs`sHUdPPwkZN1y-0AR+-q<{31+1eY$G=R%-%QYuW|j$_L?{Y=5E6k*PGf_bwy= zgnAW|+y(zt52cv>y!F6&NqQ)}OuN3YtG;+UZ7wmbOP+(IMbwz8gJIf^-{gq2`MY}U zIEZz=nq?LTpEcT`&H9bQb`-OJpiA>-v*wqEx@49w1LvU>+N{nB%#O^3 zFHnw2v>DuAu(6Ii)dw|Tm*s#Jk3VQLguC(*n>)=<7EszG5CiZcoBfBuuzZKWTI1kHm8~5`Q$X+k9ik z(v4WRc}2E)+xsc!x829K`L7YLM{Xmb0j%H4oZ51*O}BAvQETmh4NY11uhC_fHvoK)8(Z?v&}k#BH>RC2Id^;GSH69x9_R}>W@^kIll;k zKd0Z^-Qk*6cSVD^%Th&H>c;W)^s|1)3igoiMk?3fxFdnX7b5%rpv^_St7&vY7I%1a zAZ=?Mo~gvk6Q(c{ZB9pi#Wu0@d>NWT5|B9MB&38HkRZZQ);;+9g~(<Z))ZV9*&!N%L;u#*2;_mDI+ynD^C?FcN5 zw-a({50N%c57{H(`CZWadjk#qhBZF1e&?dBdpwgLd0{wW=`do=KRooqSU0_nJ$Wd3 zwLhzrc4OVcaP*yiZ98IA`O&Dq;V5t%lGoJ)9EZI6*Sg0mL&L(B$Mz02j??{27}^W? zZR;NC4qNLU82-t!^ofM&$4QMmFprV7~+_mXtvCLh1vbLW`!MR58R>w z?l?qxXT=D!5(2-32ql(gBQp+SFxti{pdKV;baUIfhvS^8|C|^IM301=2-sNn5SXK1 zcq!>v)9>_a6+3TO@(XAV-BI{`?-tSQH;$&PdzflL($gU38|xkq#O;<3Kn!Q*Z^A+L zz4OHEkoKa7UGyU?2EdmPS~2u&kT)Ca9$rn({G4{qO>jqnW#GgCI1x#V zrdsz9Sjkja$rOOFqhSyy5Wmy%N3E4&!U{%UwM@(V5yP^x!m{(NWgtS-&`UJ?u>xz~ z6xPV=9xYAabYECLVFuh#vf3uFPNdCR>mV#x+{r^63wCl`)sJ3fV1w{W5awnj!Sc#Tp&+0lIuP$lb1E9@|c(+e-2j;Gl);-?#?kUqx6uVrgesC|s zD5h+~?4LJjNi)cL&=u0>*7})X)>~!2VkX$*EEzq?B6pvTahH$4`6&IRXTx720kgmR zC2hMb$Ju}=gB8o^4y%Rr)0y!G4uLFEUV?keD75+3x*f3YQSYhUy=+f3`)9P64z3I0 z;ovEz#^W?>x;QY&>?h1Vo^*ofKv*G+rv`yH>C7jznP@KviSPf#qImS&?(2Zr&vDD` zs0!CZw@*%yv?xyjFg+&{1TiL={p_>l5cr@^#m=QAkDX8^ClYPWR1?jpICk+!ZsD^S z8d~kdP#OkYruy-wv&S{S3r5f3`<;272uP1a92bz8A<^c+EG-2B?G;TM_6|25Q&=99 zAOOlvI-m{E<`dr(T1_u2%KdzM;9gr+(7&+r;W7hFZ;yow#~+pG6s?oMC0$ zkBbBPpRe6KmG&|8X@4nH;0ef@#_8d(()_i%{$}&A`!fOan(F?5*?;X{VD@>Q zy9v_O{EteevaiZkeU7^!6HRx@;O>0s$2R-9PtYjq>8IBXY{9#O^`DQNT`+Vc&@J{} z8xgejvmcr~W#rEBK=+3;v%GcmTeWW=@4WtlHlG*HzxPh-civU$Ye8{8e0IlL477X^19=LB#A44!n$*7WfoR&L`eoUdw!Ud*TUmnCV zBz$*RxDx`#T63{Ei45$%KV7wrHbV~puo!-x_otAzSKLpjJ&t-2mPdoaS?>Fl%02(G zx$g1xJaK(l>-=epAO1J&SX*12c<+WB$d!u7e_eXos@rO$$f}oQ_In;6(PsIVL(iW8 zZ%Mm7(AUR)-Vmla=Dk*eo+??spe4Xn0}?-xrv$Ua5?loU+Wd#v{|xc;fl~~Zuv8J#H@IsaX4|@l zyVRE1pLk|3!(NXE#{H}8yH9iXAYNUsxU=Uoaoyvmmj?S8&Puj(Ogc|(IPK1H|6%sG zd?l}Y8(SzDLfuJ(L?d zsQLKL<#1#~^eLbz;P89fx(D=}vGQ&-$?RV<72?=m=We@vESlZ=tjbCBB|ppNI03px zWV63Ho=ls+`Kr8#-90pXZuim4VJ*!Grz#(5TA(jS{cirKKxd-uE(4hTpA%%TN_zss z=;GCOM1TJ^EEq3yHTl|)*qNx@#?&!I7zkCs*JNz`93trK!LoQs7%qOZLZq z(u|eJwE6wj!*}^)PuEy}2U}pw%qz`;N(`N8t17J{@uI+vbJD(z0@?z8I(xeCty(HDZ{%4*Xz9s&u%%BZqe;7WZcpI@km)F$?Pxah?hT^Y>OSY4IJX> zGIW9%rO^>-^N7kq{!Ezpvy|2ygfTy7j@;eX$cM# zv;UTp>mkL`X6BKc-25pJopIk0j%w?wlf^#^%vX=JJDrO8fMYqs!#$v3slp+~?>leP zH6-r&vf;k`^RQNcHup-w3?=BIw7~soLDng|aUk$+^18&>$HymG99CVquRXEZF#Cz?9<{{?k!(IDh3oUD3V)hi9XJDK3Q$g&Bbxo)Ggk8j zyW+Jy3XKM-|)FBrNJvlSRYHV@;D7>uOq|HmkS!;~Zo-4^CJthUBz=?<=dEFyx zJv~j!{$17^n}GVb`DWEZxx}Y7Z3_+CXmgsQ5^ET0Rd~NbKL}ZnJk#j5|H^i=AL_VR zso*e6q|LbwtcEDs;S`1bCwtHkKSkQ*jdhO_$MuC?;9D32cnD;(fBB~K{7n}+b+^}5F(1~#{8_A4=|W9aT-IIK&cZdnBr&VOC^pqTwWrMq>V|Iv2Yx4+Db z`9E~(f)}-JNyt)HhFypBYfv%eo^1OlfSVJ}#2c~+xOaZ9dMk1{S-3Wh*O-$Fz{Q8FkxJf$oMU`kW;7;P%_o%z>^S^a!v+K@!T|l}%H@&;S`j^R%Z|9if zi8?huHQ*-c)O#9QX9nwufV&|->!Ipd_-?Gl6C5O6|o{TQK!D!dgt85*cn{;-_rFQPd==yu56_1XXbDG>?P~e^z>dh zqE3x;1@95+BkRH0oTK@VcOK1lbroA8!Sy~pK_&xsb}0bi*Wsk>yIT8^Hx z1_0cTC^|JMT@UEgq;&mb@1ek2@9)~RzI0cU>|q;x&kKao1CeIvl} z#-UN98wqd=Z|T(BBGGTJnT&lPr|Xw5Jfi5--ph}Y5)+cglar$A$m#mWvFVK_6KQ#| zbtC+wbUlWsQ*Q&@lUXIxOjFs-*B(!OZhMe2#sAHGVk#HsAv&Gg?MDXO>FkNjfz-UH>rkQyJZpjdcC~U^_&$ zFfmFr|Yj=^d;-mEp$zLDS-Q5I<8k#fzgc!RAY& zufs`z+c1BZx>VmX0Jzs*%6#>Ci=GM{NH35rgo+oAs8`4XfcwdSrp#mAC_mZG6OJLSV@@tV?xG$qz{Re|F; zC12@#evS#9Rk9(s%YM6`c`h=EWI3tpCe^l~Q&RwUKa}uY=`5n=w&!c+e%M_we7IKW zX@j;a>|J67NvB@j%bG<@*MIf2)vcCk{^WOB@GGBzTR%;2uE)XHpRW-C`$w%Gn$0pAGboWKGugqypS^%?aEVz+uf9jYx93{^AiA zHa917y51m}vw{uKsduN|92&nt)Tz<)X$TDyy#X~c;N~;YtEK|nWSx2waR1J*wNIr2 z+?+xw8-V+vv?w`Uf5c3$1Vc*KlK?kKr~aKom9Eb)I6|GSFA?k-k|6``=+3S&y#;jJ zmvoEo>H7K}l1@!0ZZ&YRce!Jsc=1by!@`97(kvxi&w|T-)`wxxM7eM@ z;Qr95iGUkO@vz!b0JnPo&gU`Z!jyD<3TLGlS*PY?R)WeTk^%R1&T5$&mjF-oK_MP0 zz)eiolL0peSIxCXGT^oabm~3Fg32j?Tk==P_l9A~0zjuWqd&H1Se;s@mS0(Fa)M=( z0e45^GkJ2lo&>m0?Adu_18{$Mx(d;-UH*=QStLsPx{HQT>C_~^o%&FN47eLlCSORK zpaR^Yc=SfP{@!zRJJv5J`{U`UhnH76+8T3m9-2*=*#dw&C z(B#XFUJyJF1KrZ8DS(^JKd*wW@d*+5ayI2vodN*&89QbRAdSUj_|$&`a7)8H1HQ+= z5Q$}&C12n%@Ai;XQ+}h>^wYzmN;@(Y-S>?;xgXSCr8`+7-9$>)pT=1rT@Ty!G2g&C z!;YVqVNbvSIyDh+lhXCubn2o>U<^WRxcGJ6lkSNVB`ckq>3X?d()xlSha1$kCkC@v zMFHFgw3g~ffSagOFE!d0&mxS<`*t*W9F%kT8NCI#Qy$XrK2uuJuUTjO*t)#Sk_foh z7clT*Qo5c9xV4IBg8`j-S2U|B(tYj`c&&G&d#PeAmga!C|)JDLX(WpGo=a{~ak=AxVS zsGG7e(-mVT6$V$;8kb8OI<>xtTdagfEW%yf%S{wS0o;!{i7fZoA|t}uP1KlHE#O}| zwXWAD;C5l~d`?jHyp8oV&ZG4K()F8w8|cSl8If&_Q6jIbYF-fmcZhegmp5dGcWfJ7 ze27Pi)N5k8Ug|X@W(TUqQ&ktDf`5(S^!YEqT`R(NY%g1R+v{&+ow|((xVss6oWVS; zd5~fTV!EEFQz!a;I?6LB;$z(AN7kw5jRkOD`OXOXt4h)SFTkA?Fu#L;UMav>>J4}P z8{YOe#B}}Gn|Y)YSI=oh{5=-o}OAmh*=ll&l~cCnw|#MEE8$>C`J zlCB4IYUvQS8zCO;!BcM~rd)!JrGh=F()DlJ#g1o%Sha@)wTF@ccXYehy|_@z+R)h0 zu;l!()PrGFccniKgjnQ51W*t;1Xa3z18`T|h^TrQ0qE4FNlL+SN(D>c&q)zmfcsG- z_lxt5N#WQ>;q6>e{RHVKK#U$pQfg_A%wLKeCIjxVDDD%N#$SbFm%yh0ik(kP*Kg_6 zB*4uOh6K{}H0Z0!pRcaHjAkM0)TDGh2l}c#UCipi7;f%ZA(`0yda?U}R}w=pD@$M@ zL5MIpUC$JEbKc-ka`ch$*yHFpxsEvbL&%%&jZTF{OE1R}0rzsORFIKWOZ2%g60=T5 zN~zq_sEZZ?MM|PR=y!ZDT>fChop48nq*HGIZqts0``&jgJnr7Ii8kL%*P}nalrjJC zz+^!3qh8%dH@!p;n?x^@#DSd0;sn7&fdERn{!PadaO;!fxDN}`G=B%&=;YLn}F?{kC;O+oADAw7_NqmTueC~~OJvx;>&w-vHx!ODB7=o0p{|~^8 zLpzUKId$r#jZ>xT=fm8@@?2)TQx`V?H~6(%V2Gz`TSki-ilq|;TS3u2_A52^Tk8NH zMSS`n>H57Z{@_<`JhrKPAe#RPxa+f2je|rnkdw?==Q^`D0rw@*;H=Q>i?*qUQ6!xj zNZ0e^+>zZ#*N0O8_x;D8U%Ya=#hhghr0dB#bwTb+p2**!*@hQ$?PT-ZNPyd&IZ|{P z{5<8e*GgUhPyXALyd&u7BOQ5s5){CFUpDb3Q)EauBp%SI0l*!OPA(v7(CI5^6i)#$ zU4OG6X9A5KOTxZFOW0BYZqdSZo3vaT$j44Fa5Pi7Qb^XRzuBg8*`_8IP%dWv1l*(H z#p4CVlbyxWE5&%*V!wjV)!fCzdl~JLpHw>a+T#>qC&*zugbxqy>ja{E@XpR62rosa z-mwbdz=MUgAp!_6+hozg1PcL&sa^)aH%X^HT$*D87F#X-2ZIrkD}xn+#r_Jo^(pCk z4vF#;tMG9g%a@c2D!^T#j$`?Wt()UKuo<7uqPXU`>`o( z8dte*5;%^jagnQW+on@@)wr&*g7Ne{xSBxy+912ykgghg^>QaWSomc1R=OV0seRyp zf>~t*Uw5jb0B*UuX#{KlRqM1``Uh6=J6xZ< z3ZGDHSOk6fUihWUr!KFszMH61mnE;(jUqrz2zZBF<7C$tCsWt}fWPJbrBj+w+kX>@{I->@ z=ld?o3IP+G;ANIr0dPTDdJd~BAWKvHvwldr&%GIYt7nx+jQ#7kzgH14WECi>f3kFRWSxM(I+W*q2(^|{fKyyalL7xih3ibm8`i=o93NolG z(%WO0AsagNZw>k&v!`h@ zYj_qG9OE_l;d_R|4;+TI{07hQH=U0H=i!GD{3Ba{J8HxxY9s|!$F9hzE(lscz#)qC zpHL%Sgs4$(AYCs%Vj|zAqS>U{Ga6_(7L-03#|CmVWc-93T4$pJZih0RnByGA0G;~d z`sf^Quj)Ee`uaA&ofkEcC(pD`oBlm+{GK4_lHx!~`b3q(WKGm$9sdMS(0C)?q*~1M zO@6A`aH_>&sx4}&g9Ny{qL`v^jGqLjVlcF4(xIOMn0ht<_m7^*S>75_KW6546qr4L zDGobBm9EDVb!tcaCpM;4d8SV|Mn5CwC=8zQ*3UhTKRKg+f-+_ndVa1c&Mfx)T;^vY z18$M%*+V5notg}|j}a7pod9&|rdeKrSpfyu{PfRtMKC+tw6ek+QKtp~cl4ZE$((vG zNv8(V^$PQ9@HzRCU#A6T6`L4?0KiQk>eT-R+~$Pe_nyqlz-Q&*bN+}0qE211VAo4b z*E{D_M%@U5Wy9YJufgh2{8+ zC7+pJ&Mcrc)N(3(&K19mA_4B~TPrz0x*pJ}OI8YdDS$h-X)(2AIqBAF3VhB1wMquu zjnS;L5@kRm2J5)i7QNO{LQ2>75Y})2;1*x6xV2jCzpB^-1=97Cz3bB@>%j4jLj=4G zzrGD{m!2m9Zc4hI@u2o7$EE(fr=b06@i=6oiXY!;he45TeC! zM}^M4mO1{-`OJA@y53i3zK03Tv~){L1uQ1gVv(%U;Hxvx#?X5Rl2 zb&dqM?>rwLOv;L;VKSZUsSLlKVPHW(mew+x?dO)%DZTJsZEE_qqu0A>cM{-!f8DLo4-+mNr_y=Lq^)USIiI0ox9ojAB!r*&qIPb2%0=@LTH)O!AB7Oh; z^#@#o`-FoM@7TK{^B?>baKH4B777)gj@i_y(c1xcy3CkE(C}q2Z=;H=+2_^=1!mjR z^)tDZ!Z(HJ*f25lr4+y|_q3AZVIf(ku08Nk?q|t7yQjdHQ-pAO4teP57gT`z`okg% zl1}|yyjTC1_v2PxFx?d#72sa%du0>{2L(MWemN5DDG#LUqoY`be5&OEz)di)>RQU@ zv!Z3wcBZA$se5llGmejZEOA(gdutDLtK5FEuFzW%g(6^$Uf^AzbNvCeQe zBU&z9*OjYS7Y=t^!(;Y)|;OuRtt9i=>qj0L1*Q{q>il{gNen2E z?KT@!s+dXD2twAWsQ|Zz$+hoct&gffcP@2niLZBH^BWP@%%Xx9X`cZPxPBD*S=QE$IJXk8g~5~;12qcsy_t1 z4nE|U81*CVi8~o^w^*czsHGUpqsf3fGFb`&`McpckNWyP}9Mh|brVV7nGZ!(Sc21NG z!1~Y0rjUEWe*!RYoW*Y9b~6cpy=)mI8lL6ac2fL;+x_Ily*vY#?EW3MZ6 zq=rWn0QTv|7ckqi?e(Oax$5Jz>D`{9)2kMC=I@4Nm}ob;M+NPz=vQ zdp`O3k^mT{u@r6>QqJ3kzWn7sx0{pZ&+v^addd(Mm9itmCL-}POjX5T?%EoqN4A1g0O_0HgM(6EWP&t zB9&3+x0!PNWDQ@6eiI2$u zEcBEsm+F&VvurQ`z}82lAE2CB9e>5{DW3bNwKjf}u)GPt2+KcMs|mc{@N2W-gw@gB zwo=J!YeEc445Or;u;Z`SN-XnDCF=zxM*0G!yY{=z2xdLZ#`ja53=ETH&59%TiL+N-IS^)Y?-K* z6R-Ak(ZPn?6V~-|tMU9i=&3K_=|S0UHug$BtL2^N4j!f3))VIRrffHp0hoyQJ`0_F zm9K*HyfeuF4A^egeZ6n~az@^(PazusjMHb|`)fssufR2Q4Q)P+i#}LR-)~aB&APr@ zJz)TV8T;;=zp;!=yxmL$U?F}g9)?URelx8U0JdoD@19`jF6^%y;7#dOV+x;8c%>V$~_v&TXbz{DlZw^bp z+X7&xmKWxY}34pZ+IwiWR)xP0)MW-A3{yz=R zgF!PNeUvfpujdDCZ8zTt{?+C)0}W;l4R#^}FzFEHM{i_s!Q$GK?Pg!bK<=gBoB08+ zU(#)EH*XrA@i&N-;6wm`afJoGde2-N8uW@Tg=)JwCy6HbRcPVC@G!1$v~&a+fK}Fp zm$rw8J_@ZNZ#OeWieqW6AR@15M_xsRHcChKEJfnDqGAY35GidsZA9c?eq?DH@`v01MD&^Eb;ZB=((jNBzJPGOme(la)M1V^>%ZTcT(6m%`2v4 zA12avGuiO0OCdr@iBvhZ)EJu-t$+;xww#LnW4jrh_H7v~fS|$I(DZbq*3_j9+iYw% zd#3}Cu+N5OMlBtFDCW1#e;A%Ts2&p;={%^}fDvAQ^Ung3yUc4qNm!AAqKk0P=q3*t}f zQ5l}1pU>Ar^y(q%H?uTtHvpJyjsT#>AU^|Yi~u(Kq8??t`RV^rcHZ$&KmG&1!P!TV zmDMCEk|e7`86{myc3LVaipnN?yNc|UkrhJOoV__jwv&|1L$clP{k}V+KJ|S(e*gLV z?fp3J^?E&@&oH>jeb_z%lmi2QxC~Rq$5GnNTM5q|O1s%>83y3fua{vi1##-aq;@lz z@Z6by0{`v=I#**kCw5~2W|JG*6ZalifRPAK$AUQB?)X0m&#=O}g2Dz;yScQ!04Gzl z=@YJxZ!Op$JQ<2ZWhg%3A1QhFyGaYMoh6&?<_*GgXUX_-$p+yGw3|&r6X<)f$Q3LL zPbqV1p1aP!3D59SHrwBP!X7$_;=rXCW0|}eNOC;v^a-2ER^H+P2~R^4I0T2h z9}a)oTW!x%Wxi4kEWj**J(K_hiLG`f7S{O4rW|BRt>7lLo5>3>l27<`I2?j!CYm8( zD8NGi4=4GAlMCyD$KRFJkrrTub&M*wZJSGC8E6AYugn2uiMh=x4r>jD;FsS}?=`aqxX zYbH1Y3+%}uI6JU%fdE1G?#$I5?77Z#-rfrRUP%GC5KEUN1ir%&!c2f3G3;$U*ZZ~M z{iaX2uMZgh_u(7+#LfD|1iHmozy%oS6E5nzQ;<2amGErrQ(+ibTwj2}n%*z>Wg_hV z=@X_mz;hN4ZW5l8nZhz)yBS=7MSkHfCi#TpdB{i(?0^XndU>oh`uZJhVWxHAS@cIIb zz&AD14=&i7kP|bJQ%l8DEB#Yz_LEI!^*{-F&49E3GbQXpO+g*%e;MSx-brdVuP?y3 zOQyFHo=j5&&^Un_-}Bo7tQj;->^GeOO%oZjV7r+(i{k(J-vyYODRR1pPX|h&TkT)=?j`)3os|*Ldd}4<0xcd1`b?+U0X_USON)8W=I1B8A)6^etwQ*koa=}mUEsd<>U&m z&nh3FKB>rrEg>zy(w8-fDA-s+^S^U@Cl#P zTp6jrwxrUYHEN1r;%K6OIMz^t2zoA{q)s9{OWb&Mf0=ZD7zYT?2wkAvoKai& zQ}@z!&GSXS5uWSq=BD0D2m!rHy5qsS;G#3bjaz-f?JM0 z#1yDGZe=I{K4Bboh3!oezw46s#schhAyMb68mE3IJmcOggFfMEj?>{kWI`%* z_W|wZ-xpv}q;|9VOBE-U?bZAYISr0ZmzANv`Gh}jEWnz_FP@cI<`NY6a{x{t1@(xl zuR5w*gbe>efE+chkgB^7VY0S%JH^~Aw)Pc?0Lk1}j(!qXo1#<`-xwxkKH3|CyAWk! zp}6`*4IF@iD4~nB1PC^`avw_IuFhbi;BlU;w@~sAo3h7GHjaM1YL; z0j2G$`TDE$-~jx3nIrQ-Kymo!CboF@*+}(`0eD{4_h!-nJX9R7AHOjGw~O#26Ce+o zn;HvprUr_B;96o+a;JxC$OG`%@3`2rQRD&mi}L46f(07`aNFsLzQz=A0B-ZEXRt8p zd`Yq0a!*(9Kyyh6@yFt-AQ05+=P(2Z-~yJ=Z(n{NfNv5Yw7Ymru)8*cdT*Rf0)Tlc zi2#wTy1Sc9fXG+XR2}*U0Wut@La$c;TJI^KI5c!S@GbZ^#bH8_PVwddTgV{NkKhu08R?(kp|!Z0h0Of z%;o@GB(+MOJODrR!6f>*^1;mk_}AAY0t6UY2LUo&#X}x|^E@iwy&2St-92^SPsQN|0dh1J*d-hieD||e{dnWg z7FC%;AOUjj*e7yO&z$kY0Yi7v031*p{y~7;R619;sW=1(kc|O25Y)@ z0t0Xj`cH3eZ4e-o0r{zECU>XlN5(<0)SmYE?IHNyfRtH04fdz{bi@4B>tf| z#49!1ZYU1dmZE%`$%?}jLcw{m;&AoX)D);V#Lq1Wl7f0a8I(B6aGnTCP)|^`^v?mf ziy;R)XW8~pf{PG2sE6>&U^wJMRvfkxTqVgtJ-%WVR!UH>VmJ5nR>dJ{04`O*e{oAt zZyT%T${X?k{E^Rf$^blh+BL|7JOJ;W_OslgI3xx2RHe(_Q-XRV#bJ=t-o1iqwV>iK z!1nrH$yyQtvQ=@Y9xr?q9DujJ(#JWm8>np#!1L6!jiKAO48UvD6SfY(-=0vvc5w>< z!W!JMk|0&B1`NPog%8TUmHrG2z|-1-ygmM@IHWm)wl2%sR2=?{@s<)=59+bCleP^c z#UWFYDj3uQ6^B~};M7SwB)Qu{yMHD~krju2O`quHCU7;9($5SGz=brXJ^c~yW3T5{2$Knr6~1#Ohxbq0+$Sjx%T;>x{D#N+ z5XjyjE0W?crSSImCnt!t*9<_#AwYmwHSM*) z!-_=uWk>|b&nT4z>^AEzIt{Gz8;*Y{4)2}uM|je^lcBu!Ju9e0+RjK&g4+TrLIK254;~6CmwuuTFa zC@g`mZzSi##H4l4az9CN=sOi+Z;>#oEKx!sKoIhVx9C z(X{ybS;Vuh{x}>2d+E?LeW8Bvj{$gRY2?pL|J89VQJdD5CO~mmH0EI>@g`@IYQNOr zge5QlZ;AA~>vLnm=DYO(ancXFbB)j-IoJE4iK>8qZ5lJMB-#7I@0g(+?_{UjaGQbU zNB7-7{BhQ;O55C1;qo(yCkwE7MGL9N*CvzvSNr+jBcF+tBOe=9$+X5GTAoEtyn0*p zZ5ZX-z)T!{8&ov&W6~wLynjwzsBGr#z*8f%J(D?h<=`39rGZ#E_9?AuBH@0C-M}T{ z%40LxjtTpfpBxHHBmNGbKSu+`z(_7abQRCXNZV}FA>M`zhkOpC-e-pyck8L3Cv=HV zrmj*wB2Wh4n?XHQhab4-cmW!=U<+>5=kFoRfr2!u)r`hs&jI5hNPvtuP30gYauHL< zpEGefO9KRml#@*cax5A-mO-;?1SuQrgs--_k9AV+bOs2J9SioxVy?z!&f7a3kNpwU z3wG_nAsf)PJ<$l=V2hhIt_?V3kC;^p24S4&3K$P9fuJ6(+f)$3J{WN{(N!zg-31^( zI$iUxS{b8l8U$#b5=W3OQm(<@kz*KyzNNc65Y!8HRTQ8yB6u3%Jawf!!T`l#jqAw~ zWFZTUv7>{Msf%9IU zjRCkZ+HDZ)CBccD%3v~zMid5HTuP)3P;qb0MMUKw>pOiX1$@B)IHzyK0ySZQIwH}B zsnhS5rT;>(KaP`W0#Dak(I=0XPuU>k3fgK$;uAx(T{i69Tm%0czS*5jBBERv-bQbHK;A z>-9sfK$Iu-V^8WEo&gafo~9u|)?~$@Re&@Bre#L$!WFD$732^S?3EYnlN9`1E!cGt z=Fa6)t`+jyD&(&N@Tf(Y9Ev(wjXKdPp<0-zBm4@4IyodPO)VscE4+*} z051y(Lu10x_^{WDp;hDo_+mIXs5Xl@hmI&YKsDV-8Gus=kZ)FzBO#Had6DB?kt5o0 zNCs6WUDSY8(4`K#bIa+ z0K5Y;YCdBs9$`ekRS=!_KNW{!qtQy3SS5V4;F&j)OR*^KI7R6=U;wT-8hsKIcM==B ze>7Hki9~=%$D>E1f#I}PUEDtFAjPhK5Fp73kPO&WuXxi@fD%b~YW>zSl%zNeeajDl z$g(8L65d)QzqA7gkkCZ0{6tS8X%LOEhWqIxDq<5~TZ2KpAYs^UmZam@Bn$e0Q1Sr$ zOoE>=JlPojsyiN)1UKYL$&^mn4C-xB92Sly9z~}f#V2MhC70!=Hgu;pkp|$+-QfJW zLm2)kG}Yk1y5ey39XM%5ryUVX>!wc`%qIo)^3#UuU^8{F5#f|{>7aiq4rMa-Wk5v* z(t)Y-zUcJ%&nOdgw#vdY3}XDi!elY@HdTL=(Pap;|`BolnKU<&~f_Th%^ zMBTkK49XgcQ`HC=OHeIy@u(R2+_%pTR?v1fou_2lYjHh|VwgI^mJ!{*%z!M{bYnt$Z zhWa!u^590tqj{HN5Oz2U0n&#<0*$+WB(vPboAR#uQCGk2qOe?ps4*8nE;V%KOfOy(%13Ow}aIe!UuuC44HL(pfZFG zFsS#gL#q3;BX6e}6XfwBsuQ@T69S!HMV&hO&1aT6w+8isBf0_}z>z4J+60`(vF=24 zSDb!#f?ao_T$f)2DX8b$EsudqiczWM!vPH#7Xc_GxVq#qoBGemw7lOK{W7?Ly? z@>@!b%%>0_TL<8(B*h^ra!7p(0iuaa(y*rtzzv#)`LRjY$OG_)-vDs$PVqNz0B-R0 z-r6^i0I~n}$l$vrFaYNp-i=94S^Dny+W?$QfRG2^heuAV55R*-io;~-AK~jky_m@# zapa($-{^^lssANF@{7j``^Spc#xmESpM>F9AgD(sK#Ip3e8g!1{+ZqDibEm(86^nK{yqu;;!I?uQNqkfI?PH%&F&qT zmL?6r`O_=)1!h44MAk1=u1jyxUlmYmqD7dECPk;askAmxv6^AG1 z&<-TUp=i1ekN^R=xyQu$M*|tQCl{VX&AT`(82Q5pbPGPF zKl%I@Fz0`{@h=9L&e;zv1T)V%U0V!4KSvVp2)XoKW6J>C*V=aRLd4Pi;=b~(+*g1B_>~m#N9E^wV9~%;Ga^cg(<$S+ z!agXQ>hmuIJO)CuS29V9aH9Z@w3QvSoF0&dve{x7@lyjQpj?-w3p=LIMKi>h4vqS(w=%MHT|3;ITy~z zDFG+=lrro)!#Iicz$!67=O^FI#ZaZcY@tng=-mk7~6=Io02{G6drNtV_FhF9?G zC~)uWJaQ|C8A*>Sj4te{!Hl)LFVwt%+dP4MF8AguLH6SpW^c;8;cy_hFV7SDavZLS ztuedIf3H8z$+G##%plIdBRfHQWKdfuDkECK*+9sU%Q9o|H3XS2VdAk53#H#K$e!9c z`Gw7wDxGQ}M+4<{z(B(5=loPSghfcuYkYp{T3*oATZqo;nE@&2p2vJ_p8iISrZ64a zLqaor&7s76I=rLXSp{L}$PU+~^I?uGS3kyuZ#Rr=i#+z84!x~|q04gaqc{udxFdu| z3xaua+*JRALmSfPZt1R5n1c`D*+-w@QAPGN`?aiEUC*!=K`VGs*yyg3JB;BxdkeT| z>8j_cFu|Ge0@~Clp`(`HM7`jL5O2}6nN$qy9I!V$koOh%K*94a8oOc)Pi+%cV!n9c zO+3A-v-aU@15HKbIk*}B`C{2;!XpLewbSk8mdDUv>fJ>hij}`Eyl`%ax_0vwa0uRs zcBEQ+hJH@Xom~N#kZKGSkjl9NF58t=(XQKJ(G{QxDaMV@t!9_U?uV9WPhMkH%r=pa zBfGs3d9+yXL+pEpd_=2ghrCW~XZ!7!UQ*cXzI zYQXolyW}2?jtc}mtY zS8&cuI}yz*r(+!B8#@_QI)l~Plu!ZiJ;od+Im6x)brM3^7^il_upvl;t%7r#FoHq~U)oyXf_;`S?m%@#@?!!X%c?bNq*?~jfb8GK6ELl5bpgDZvCN0pL2XlBYyYm$n>>*%pP8A@)ZbE9vOC=MnwJX9Q#yv_fs?3925j=xI;_Ka_x5ys`hV0$A(3i@$fR6!ypH5 z+&F2{w%>17>RPACk((d!vtyl1-Th4wHl>sJ2ldE44VD#!W5)Ce3eEk7sI4Ck;3EK?_qQ4`GfbM{@T;ifSW?_gJI9oGopgl{&cQeGcL)Y6J=J zyUKhF4#mQ0X}{!W7g&uYuZBI1KJCqd^0I7^>*#$BpIbWS;PkDIJvqLT7mX%=+@zxI zigrL*1Ujea%#K*w-J_N(GrUe{xW-0*39pP}=i+Ihh8W-lP;4}gEQVTF4F^LX9+tv6 zvBtJM!LeUgAFOm?^L)>z1ch#W$d4hc5OLB&9;OX|gMYMWY3NVY;G%&>EUWxp&KARP zZ_Xo{RG9ZeRmTLByi$cS_ttn!D(0Wn&Ww>cX3Um%HVBc>=q4HaVfI#*V7bJ-1{d%B z2w)RQ;~RR!Jo{d#^I0IaW{ePSPr1T$Be2`-{$+?ZlNT3&;%K|vX?%IxlHIY};|A_y zA1%I~Bj0is+(eoh9Jb3r2WQ@%3WU(--)fNo{}AY~4?XCebaXy!wUekjzo0hg>$|!t z1N@FyMWW$9m*>-gzX*{BCHn=Jz&`}EDkeUr$Hss^1hSqBd$Dresl+F&*y~c|Uw&E( z65pOfc^qhlH^>--9g~Fa&ER(t;Y*LSK)_mQSkSR`3y{fg?^1r5c0b?7sbfaFyV!90 z={FuTl-x@1cW3sqQg_ggzVJ9g;EgM@jPTPyQB(1(RFxwGiq@=IuH%3u+KoO}z;zp= zY}oaHh)#tCwvPYB;8@%kWJq+zY1_}L1POE964 zi!W~}1wfHfxYpLM3c(Xdw3c}5u!6{W*vi?r=CwOSR2>j=;3qfZdB6RKXeCg9m9~x! zQp$ROJy~J?2(=gz>#_f02`qOz+rSkFv6$}e^`CV+oJ`=otlo3ia`Nsne2f47i@z86 zSh2K(;l~2^LBCDh?&b)CZ1+i$MY5zDTt~nZX;@G<>vU>19wWPs*+^-w*GtIy{~#EO*#;9&tDrUy0IS`wYZvEJPll*9=<959k zg#IdBIj({Ah(tIbu+Lb(ABP^o&|kJbFVy7FM`ead4&ZA`A!gIjKL1INv%2E`rDDHh zMSweMsQo6rBNPIK!DyouDor5IW;?FH#U`+{jEAJCLLT2%bA0*@$&*;!oWZ*9Or+RT zkx2*)(YPje6B8>M=kb%B_?j zyK9#~UDH=sk~-I$Tl71G&npUX#>A?Xj$KN1=5P?d<#GAT=QiLc>3r*-QwQl8&kt<< zpnVKE2Yd!-lb#hT9Tn+SgTQWgUZRarafJ*lIT3kqn$bBK+!ux@N%IA9q`;&j`B_0|{FO=~oqu}Ro;L|^gR;>km%Eo9b+{n@ z=>(IaSFoIoAFYRCo}ZDkWp~99CIJm*`a}5*R=L6W2&pFx>Y}xj|H3?h|H29vXGhvd z*9gEru0!?UHNqhx)Jma*})y1#+1Cuj~+T7JPFt%eb%mRnnz2 z!}8q|Yz27o1n zxgDiwgs`ZiMA>r4t|;5>fGsqW*p>A5eTVV=;A5}P)NZ5sWbO}9*RmeV$Y|;w{R5WF z^rk{VxxCEEut(QULCf~E0k+WGudnM<-+u#P$zf%2MXtc?Gj5Ozr|1tC0JhNd%#ld| zmK=UurY87Kx$G1IHL{Hk%XnPmK?zbtWLl7F&(69%{(9omRoj&s$T`e>K7W&$S|NWP zWsd6>UuNq6ek;Oj&LP6^0Jsn#--=9#x9CfeZbcqEX-AV`$-ZNsf?fV`D`N4A>FL&6 zk>Fk?N)FS7!H*0}enDT`4c?0UZVM&fiWpdZO`zm3m&P)#IayP3n4ghP_7;+FMMPH! z6{H-dAOK5}a+oF0VqDpAS3%MH9T1kBl`mq)xR78;at`x1Sn?IoZc7exuz-I(he^#Q zK!znT&j)l}sQz**!WcuVqFT0HQ_N{U`BsDkOX^Y4-=yR)Q)Aduqg_ue5ZwQHD{_P7 z9aiap&gQMi62?oDK)Drp?_)^075TW$$MyelE8@E4RwQ6AIfwc9l_8^xkcwK}#n736 z#PwT|nZOL6coD!Bs`FYr;Nwk^I>R0@ZiPp)EPgE@GqA3}_2YMA2}g9k!EmnA?nTt{^PwDVJXdkZ(oEIZX51!=Np6(9ek*Z{{vjWz+vNEvJz1 z?y&YSYSR`<&S9=zNq2;**`Z@V8#iLB8dB#%)S(iC0_WBY0-9-jf zQp{XH9QQ@_fk)km5?4~hA5tf90rz4M5F ztR7yg@FtP>iu~iy7?E$%#2~uUkgSM#pMhhEyLPG?A!HMe(5yVn!}eIx9HnpkYW8&= zXX|GX>CNK)TMiSjh5j;^R%Sw;xT{kX-C-eue}CgdTo9LWjYRS#vMn?+QX=hHeETq)@hqia*Tal_?*|UvP_RBrp>IUz*{TdigH1zN;YC3c4jr%=`Q|S4*mQx{^ zHfeVWfF*MzGx|!sr4kiz6$!tdGwV%wm@f}a5zSO27#~i&V2~OTD_Mx!v3V;(%3NQ-9+WLR=XKSF*XhUrAqVn?+Gki(4l z-U4wHOyl!?idI72@h|AjX>ynT^c?vF4{s8Ta4TM3opNL@+{|Ix;u~4~?s`C{pLHT+ zWn&gdwon?|odCBB0l8f ze{G@XZRgx>B9rfcu%z8+n*wt|&D!BK(G`%2Y-cVZE>xdi`vG8)!$1x*kQtvT0(a5dy~yCLOvOUun@9hL-hn0MXm zp`3P5x1aNFPc7ZSTajFM+eCMj?VKu#?z)|%TM;0KdDlb5N#OZ{>l0$I2Zq!0rIaVe za&Op0gp&}JL562|r)T7XXY?PiWUg0gr&oOEftuC>QK}AUfGre&C4;^5bG`Fuy{mV7 zN2+=kuIDf-wIoE##j_Ud^a%feB}qBVE>#IJC5bjwhc9GXXs6%gg5QLy#Lb(2tsZ^^ z(yho+uK%K{M1Yci%U%B!;8sK%gQ)dyJ1XC1?g#LaG~`>65Z^W>1%?B@OaL#Lv2F|f z4=gFt^>Ux~>5~;o{2?z6Yrm4TdL>09*+NgKokpEHeY6WBOM)eV9Hz3`X>+OoKDAe> zWLxNBz~xhC)Vp4Ac~buqmdtx?qV~G&=ef48f!bZKH*KL-L8d>>J?aWH&kLg1LQe#@ zeY)UK8^{D)iI8ofbRp{0SJd|fN#ldBW`u;V+d|)*2;GDw0b6KSXk6{(yOo!tx`MUv zp&zZ*ZJ{Ay>ie`ae}rUrg;8vw_rleW>6Lbc_=bezxFP^sXp8oZIqK_I1j0kqB6_>P zTaoyXJHLp5ce3&#@T6Oj+K@XP%8_LxKyv0p)KBfGUt4ZPHf^DGQC6DfRz^{x1n`6f zSm&~E$86tX3+2v_;UUA4UNKg`o>}dWVd#$D75YXv|BXoZo5M?QM3(HZ^LG2|qQywC zB#0SXKj&19-IgB>lABnPEi^PvR@y_4HjYI&?o@KzMd^3|mSkVDix`Px7LG%UQUA*p z`fw@1%sQco)^|WKL63X=Rs_gl=D%g)@@2aB7C5g#n^A5>e2CqNz@8Gro%B*VDL^NQ zd@J%oIDn@M<6RdYx&@Yu>&Eyb!J~8%(FCdt?tk8jl!c~*XorP`gk;ynmv6ZhX)=zi zUV_yw!H(gm{zndT{7jl;e!Lw1UFQ<)EG}&mmJCgI<&M9MPVCo#A48?DT4&IPWzZL7 z(2XT~2xs>qG*}?ElPR@_E1OP0r*jfU$aKitWr=w}qa~qSj6C4$V5WoOygX3$-&_ zQ6^hqENjR8Z1%CtgQ#rst;o5tOn_UxeDH%Dz&xTp=xn_e`P~+Jvj994GP_Upu;;@W znGYuGwou!i9ILTRC6-(ze5QrWd+o6t%B@IP?%`!PW*L6iCRax{$CsSLw8=YM50@w8 zy{i9kc=_X_f7?RSd-9^j;IHoI$KLwC4b#7k|dN!8Wv5YWUuIAfgC0POVSr&=}d}_60k=F zu;XX3jO#f}j$ZIGh))F0Ba8LlnFr=D*Kb8cddm)P+=`5sk*L)2BWC6MQ?rk)l%sem z6lE(;=~XD%mWyC2M6l)i#>S7BO#pgXr&GsPj)KGGmz^%wijgVoH5UScswl=hobStt_`z*XR z8n_kFt4px0%PW9Yrxd34)}^hi+d}o~KibykhS%p8f;r3#lcJij`Z55P)N80B*+T0J z>gswMngCdmr?Hu_p;fQ3!?v;0r?JDP=vz-?|H@x-m;fyKrLb`lxE0y3h58f`!YQyM zWTKfLRSea~fwv;QxUag!bmUtRyCw!+QVuf$$7x%5_@>}g9=P+aKfQeN(2ut>Lr>%mpWTsqCwmvC`NwS5$^X(QR z^k8{=fm;y(maO_u4zu-8Z?Rn8R#;Mu=-7RR=eJuC5SHv)zZKE%$IA_DwS}Jbsi547 z7~tUs1Bgg+4iit?k7wZ<+%7*j>f3$5Y>+c@5V#fDgeA#2OfoE)HpspXOOkV#2XLU% zS8^SelrN^(e3k9Ll5a)+u!WLgNfiSaM>O(y>agJ!SQ4yVi+w$9zX?m~O){1q`Fcv8 z0!!K$!0tW#zC6gd6J6tGKeBEMCEtqh{dg%)fh7SC4CfnU6J{uQ{Z<5kC4-tkvXIkh z7f2TVp2Gxep&Pd%Kn}C$A#yTfv~&$-=WaDZ4dyKT)!3J zjaLl4GNzfP@PHIYx|(^r9tmSf7zJ{eeUiMlG$(swugSO-El#%^6x*#*a+r?%MW@5H zjF@jmbC~xNe9Xgh?bnFLpPNv- z+J*Xy?1%_Hk}dQ(heCv&)wUrphuJTa^I&vUvNf&gm7>sOUy%b1zrl*-%y9Yg0iY}O z_?PEuFlY;1nQSxdDYh?>q^6JD3QO)qd;em$ILmNeN_D&RF3%wI}q=I3t{$Ba$Ldw@|{0^iX=AW=+rs~?ySwWT6 zg-d%uTWIE4(GsfPVM#{wx^bhOca%;n51O*bY|UYkY@yj`CFawgh|LGSXKRE@aSb;! zs|m(uUp#xTQ906K?Zut2vt(Q7z7Ll#oj-l-%9Shn78+7q@vmU=M)5!n(=`4{u&w0q zT$HU#>F>7C+nQaP!`Y8D=y?)jNw!ek`^T=(gc^susOGoI-j}0i-hBGFKE)RL;F*rr zHP=s2X?*maYj*R)IoFJ(ijH5C!s7x$ZI8#pc^qcC5Z7#fcqm8c%h=^!`#p#G)qeQ4 zM2U45ifjwL{bcPq!Y?ppQH58cvy&~{AW2R8j)QgJ+uM{Jrn2IGgq3L5qEj~!{t z>v7Xe?06HSDj%vQewioaO7&>p(y{UW5;gvJ=G6^;JVsNkNioYG?`j)A7)I;vbmFtDxo1CiHi${zEa;3V_iHV;;RfBYNp@F97~RI)0s?t<>o3jIr8<@{(f2@ zDR!nNN~W+P24Mi%r*tP~a^wJLR22RZ_Sz`~lL?j8Yzatk+mK zDsBL!xqDrYs&J2yl41$EE-Z?lNJ%m8G|n3f2MO5KFJYqVNimbOQgBI7!FH7~trT)6 zbpt3BnW@>k0hIFGY}i~9WN{uINS$qx1%T3~6GRapDaLUqyY$*#5>Ps^X;hqR*SZ55 z6_5H_eBJ~~ui5(k>Nd%l_|;>Q!ZhD&@%h1gFTy5fzTbA9IPnKi3N8uypY{8Zfl_cu zU<0+HB*mUR6yt~sdbkdh=1c-hf(@Ybt-s&$ZI z(vqNPynPH)IgfY$>yn^kp|9DL43w^|%meF!HHK)?k^sr#h)|CPmINs3r_2m2KGFYL z5=fQOyxagv+4ET#_S=$y(rz=icAHYBXEi`l4Cj8LqHG7zP4%xpscNOL&U+7q!Z++W zU{VY;Dh}<)6si&ro%Xq_9?NB(SS6W1?Q7<;XXlV=HJB7bhwtH=2a;mN7idIr3Of*L zHHzFbTY*xHPaGL2ZN-RMDljKv{|S`N1V%M{-G6-xP^w0)Jwq`n9%xYi5>1a5AOod` z+k$H>5+vTLH5$KZ4Mqn$N#@ix{$ok-m^EzDXA>w5he^g@iOu$;q!_Ry0E~*<yi_9p&{L+ zEkNl5MW$4*_KZ;SlAu|~d57K;x<8DH^IMW)2S4w~4WujyI;*6Ay*E2HuDk1O7imfG zF7^6V3^^%A{qB};v`cH~mLS-pKeA9HKYr9BR+*BhSvn1}OC zvv_+@zx*|pmIRcNmjrmG-;-hm`eT{%MH@gVN5NzfkQ4)#1VJTXtLct3>cH8)WtNia zzmj6d8?Gbv|8WlL54t{`LeL(Je+rJI;VeYCL60Kr$)#=E6%=I+EBC^H2vRS;WJ3+0F#a;KPPOr2DuMAG_cbr~XXzwgTFH2R=CIWME@Y7Tw zicvAG260!6Ar0eGCFHr!(W{`wJ2@B1A@(1mB56tRMau81mS49A;x3MUw3B{B%eR@< zm*o9%`=;ej21D9sCc$QAUM3xS|}{bVu7g9Ma1bb;+QOc$MBNRaXg(l>idNNC0!cB(?&!ZR33hfzc@tv11){&Gg-2*d-inT{!7x^5P?iK@+_B8$)M8BK-^DD{|4oXq9%OlDmiY{qu}2uWif2C5lgWjGCW+BY=mJ()n=CR=D%+DK zzrG|mrJJp+n+3a0bLKt`Y&!Gs7_)F~=6QxJHWqqKn-5xH|5y@ue}G+QIVbZ0ErYx` zmd%EOMxr;9V!)CB07|zS6`w8d5TD+m(UbWFlH)tZY+g_I8Vv%a!C{o7SR~n~D3ec4 zioGrn7Jo1Nu!s4=&OGyF+O0roenCOuI#5~$e1|$)kg|JM%J#hUv5)2{v`yKEbKu;LM$Vk+4jdknZFVC=;* zhBM7zy@6B>a(zj_U0BM~TgtamDv(;bFmq@@5lhXOw_i5LHlvKZBoGl{Tr_*RD8MN8 z-=tV-`NEqc`%KCZ;l;p79dl=e2CyU;uh^D~#1R}D1en(Zm@gDo>a80UDM_*M%7sh` z6?LpyYB3T;qo+#qSQa!YK2c{P3NV|AR6{vSKM7P9s?y-`%!?UJdYsiQ(MaH6tn`sd zwckn&h6I#Sl49Yt3uVXehZjHSWk#Z)F;b)@fo$CLJ^0>&Q!j;+1uvG_`)=hIE8&naKSzBpx!dKmtlv8jkkTwD!^vG0Y=1-lK*Lcg1Q( z4Sg)bnQ?}VWth4i7DQVikQ4)riiGtgL93oz!X>%=A23+)Am}1UO9CJ%wn_m?+gat8Ov+Zrn|~BQ=+TJl_)q{S z6_;z%CyJF@6IzcjwJhR83pv~5`l!#TwUL(u%66Yr$xDKBZS8v$1kYg)6g4-hBXn@o zt0C<=z>*-M4u@^W;h9GTs8OrTI*s0|T>*NeCBehh4l~}*lqJDCYH0{WQR0+icJrkN zW%PK+EtUk(sA$)Dotw$Zwo_}RT@&l=%G9NasrwjB?P1pi0HvT&5m*web^%GTa3)o) zpD_Er=H*lfy&-jRH)%=G*L_KZG1acgs<*pvq&x2rwO0gl3mQ?}P2u7QzV%}Cw(g?7-l9G`Vl=ZvFAaC8clWt|*n6h4U46eT3FHQT_VtOHsn>ow zD~0Y$dIvEqr2>*-AW+JOXAvpw62lh?;TibwWf0`i@anE;8ft?-|$J_?foD z)4T9cG$|>z0hH>L%xxMK`RCHUnWQEBR6jXIi-+>yegR3bzZ(^a^AAl;n~Y5F4m6(; zo#wz|0cz}r;H&iOAxbP%%%%78c%<7m4ee4LW;n=a)8d4!QiJ z)HHyH&2cASRHOi}7Vj zy_d&dak)$vK_yUUd76v&+1K|f|6LMXd@b&1_Cl7cGUWy1ZNE}dQtZD=f~-^DIK}l` z9u+T@F;rLGn5;N@UT*$t*7=h}s?8;V1hGY~hibR8S;ebu{A&C3_rt}#cJ04(?)dOV zQfy;MaCO3hQ(Rojs8wxG;D;8pb?LFI`pQR?P*ZKLRse30 zRw=3bAZPfau4xJNalJ>?lqEr*X-d0_rfpncwvOJn_#6Y9smkNzCBa5g3~!h6WWH~y zHxL+Q^1Dgh@Dxl~xbD*D$`NIJZSZeNvAo+sYQ<9BuD9Pk-SO9?n7?xO_uxD6qJxY= zs<+v|CBg4WF@%iC`|ABNV{cg#rgpwPKpX!@Qp~hy{#$`*2{CQi#3$@&5R6_{;g6(P z;p2MIYFYEfUB`JIl-)iS&U#i^u*jnAyo%hD_Kl=i*PXXTPupeq^(M*=SjIgYaG;U5 z9CQ~fwjAEN1-Nj7-Ai#E{>$W~m~g5gBXL@hy94KTyn>t*`-O8q`88&6@z&c)kbwis!fZJ5b#cpr$0n*y1=!gT-jjj!gb8xAyJ>l455tFHJD9VtAAXo%}^k za~JsDIaP%x(a)J;3U3Kt$vdO@u{AK=<+jM}q&j8fBWoWE2)9MvS%Y7#K_vlr(UuG* zhg*9X8y4JU*Gd^BZp8+h;Np+YD)`F(e9pZ_6f)v;$vgM(X`L+o0DP z`s6<4Y0wKnm~K1XksSt-Vy%~)<`|uiu0Z{a*5KU48U#0Xn)!}P4C8h5eu*+eoVea4 z-Z_`Mr}jx-@Y4MBhNJSX@-gZ25}zJNjH>sjv|BYDw%EnE@ASPhSMo0gp25WLJ7>iC z>4pE{uS&eMt14&qCAtTUmd1-7I>0>&fxKZSC&dEuFDFQTK;DHIUyhf)lC1e8o&gP! zKgE6V#f=YfI*|KXmC~A-epj4sQ>XCoPWwNwxE?KkMTMg*|I+)VpZs^J?{kKdlVU1N za06-?tupqGjGJ$=yqS!1TZj>o1d+85B%)NDWQI7=6XqOmZyg$sSi3qYer(c`r2jqO3X7274=djy6sZ8O#6+n?a(IIO_L@-~=GP3yVy zlkx7oot@Pu5sxvhA~ysRucq)kOjm6u+6?WL=&C*M_BbG3_O|fVuDS~yrG6jAukz}3 z)n7xH2S=s$_wHYe9hHM^`&4KonbXy1>Si83EPF?4C>pL?Wqwh{5xxu81$5*rqCeYG ziD%94^txio!d7%w`FMAWzneweKDm2mu6DNuRaqn)E4rs~HXo-dpZ#(N4t_DH`_o(H zC&^cej5Tw*+tb~iq~4ahuk*RPBX#YkbjhGEI!YTV1$mm`Dra(oqo=c4`Dtcgk%`gq zo~~xMr`hqo<9f~kpFNZzNaKtL51;k)3?QE6R?0nm9MseMUHMsld(p$EIl8^{DAdFB zceki;SnBzzXT@_xruOqa14M)+mRjD-&xxZKPorX4w#qamK5rdCi*}^nEC0yrYVQ}0 zYRjr)#gF`+^$zjVSk;`CfBf=3&zG5}xzgJlAv-YGVNrLhhTHPyp`Uxd9j~@(dQxm2 zIp6#JB#m_Am5j$$HcIag3M$YB6k8-5@B4Ay-TG6!{FCIXeWO>atvfyxKS@)G7}-6i z99b#fl?3Fg9hV)qDY}j ze|P>`XWp#YbpD=K3L!gx&Byvl&R?uE1HVRL?sRviKPh?#I)9_=75^H&Tb%898@my` z`>q@7NuumX&R;Nk2RMJ(LCk)C@BqWH!VDLu%@ysrPdL0YCpmgIa-Hd*RBnamKcaUx zy$%NC4*8QgF7|u>$JcpBQ~m#O{A1l~-&-M@ww6)Kj7wIMBq1TnETkfvYfDyTWnLqD zXRofkM`e}}60(wP-QVYP?-h;j?_d8p$8kRA{dhed&#}knB5cQ=DV?1hd#rbMMH)zmNmm3do5N# z`7Mj!acwn!ElNJQ-rR2fO4yFa6A-QQ8hpPG29IdVrZdYV)@Q)cJF&5Xx!LtOY{#Gj zJsy5h!Z&~Mh?a_sH*fe^cxxiT<63zBNAvfLY16gRZI3Gt z6SC!TP3;b=q)p=YzR;>i`YIgX{AE$(O&WgD=|@1c#L>GQi1y`V>wReSPKn@gC1J>v z`p{xu2p-qc0Q$733eIiM3en^G3(+F|CnPUgl31fv;vqyUMDVycim{SQ{T+c@&0obU z#v8X2xlc?g8bgRS_~kz9$&2!(t~4u)|BYysZPpOh!Utl&e}uo9zlLt7N2IQ$Ro1YN zDWq%lHun_%J$konuko-rA%oAlK^O*(-mxz2M6|y=u1D-HA5--@o?gfPbM&sWbd)`u z&dlrv-s4&-EN;uRxPQFwb-*b5&%VqpkBiUK{N7VS^S6yLL!|yw;FQ+#PLFFRqOIfA zf45`w?#9O-5B9RR1J#sE1dj^X&FShGx^(89CH^0vXjQDzX) zh8DFF5G~mJZBQEDLbSQsup_TEaTV@uyuxyT$1UyzX502xG0Qs;?WGB6HUgsk;rQjS z`)FH_f1YG03F#^1=-dB7wART@!(-EmrA;vto?Fe|;`Rc(#|0r;`obLVOJ>>*`^iw2 z)={~UuC((b;OJdpe)3<4c9?#-ATrZz>XaB+u|iR4Z`+@vclhQn$GrzN{R6$`XSbTa zl$UL*Hl1`X2(2?h&EF%+|3b6^?ehwJV#6#rP0yW()_AAK_3%YldF3clUUEZVG0qrG zn#%0?FGSl>+Edj2BZVt^LT|1?&y(|!3;Q_+lgnlAdx?k^^tiq#FK;2*Pd|Ue?{S)T z<`Sjg8Gc+1Hh+CCmyhh-foLzULLQetmt%h&=OT9f_Iy;1$AtXlHG;=gF{RP5)>HQL z2NBVB-IbU}^Q{kaRjm)M{~OW9uDCBd&TdNB%4+T$y<7hc(Jq76h4d@V#Y3C!Tpk-= zF5}j=JT4H?u7l-uW;CfVnmonj&9d`suQR2vt#c=ueg$g&BE#tx=2gKb`rUtfTncV* zA2jufvwH*lL?6ES+vf(3$)iIM)yRJ!S}9w%xiGi+FMxH9hf*IjdZ(o6It9>OY@}Tn zMl1mT7`?l#Kthj3Q}x;1@$s?(;8sZQ2l&yuu6YEwY84QbdwqPYaVtcRD_HY!sO@72(Q0~|qFkoScVDlFoy;Jao-sb^$G9}$L zPng-fYGC2jE*0NECT+1ph}6C(l`C7Lcbb0nwth7{zA-)?o5KJ-8b%zwqx2W-gLm~o z@AI82s`&SLpD8TN#L{~epzGtIO)sX?SMdiuu6gFb1>wL&0;1&!Y%lg30emTWe05Y{ zq#}5a>pG0jI*4)=LAt6+c%P@b4ol~uB{!w9Wrk6g{ONJUHzMxz1^!%d22Y&~kuV+P z^HccIJHZqiYk-Y%-~1%znpOevB?B92cwpFB#TtU^Sz-Tm-26?Z4S zXg=%cPq^#RALg&W$9r6a<}U%!emzPNUlR7FACWXku9OqI(H{$XT$>kMnZoIQuBvXD zVm6M_4x`*{!|CjSzdSC*IOX}MrT#GJL7qSUpw@QtcYi75acv`7#RN`Y^wsMT)RyEj z^V`i|Ir~I~h(yKG#9xS3)}CBs%~{MBoy0;;M6_!!^;nZ`5k~LqlT0F#?vy5(9ZR}4 z<*c#hoYYTdrIozh`~^L(wPZAFikoPPhgOPLbMn3Si2GB{Nw~*ke|uaIqJ5tlvzCgv zllr(cW#us-jM=wy^zIKto1F$w0?`}u>DcCU!C}%`t&Dp6|3I{*8RhR0*tPUyC7G{% zq38FJ9f)>{(EMG?nrF>k5Y1jp%Nm}_+~~|4^u@ou&+kCA4n&WO_CpT+dJd8;mm-~X zBQ5hoTK0$LZ1C-!{X;J2dM-Cx-u|u8J7V+qLmuyXt`y)eh0R{^&BfxHv%$A_u=)EZ zqW#tUZF!}t0v?Qb2%>>A9|BjJvpKOO|HtDpD=QF2!2{6LdBc?U0O_^k^cqh9=pDZE zPei-3`RjB8X2nfYISjsO!woEpRuqX(@ffz!_$@@65?Pw|YxIt-ERUwt3Ii{*EGttf zi};#Je2qtzLx}c9c|D=|yES^($yV`JtfGp>yVSCx6!0!{$lcH)+09QfjAN@D5vv4k zpmB#vsQLSw$3>FmQ_Si0Cwze&0jpCC5+zfZiS9sn4)MHqF%4v z1t@a>1a}oTd-ZcQJ6+foaW?o=GiCN zLntbG6@cJzso|Tyno)IN+xHiu)mI95HB4=!6mV^wZX*X_Hc)RKg|J|6ARyXDjt#a^ z4ff>?j^OCsMgv;Bp|g+LV}QDor(rXt-W3|X8)zgT+5lSr6qTkF%f|arjdxEFJuWci zO={Yd!X4yug5HJ+8PDK}pD#B)#Sre$A27%><9j`b1Ftd`mp4#Ui7r9Pe?( zu|pRtts7L$j?Jlltx)rKpaIgl*kL{!bO0K$Hveyri-2e+2A~6$r2(o%@%ABX+n{#) zrySa~Zao5`g*>j0dIEMGD+3g3tsS4W_1EieG3dNu0!QyaM0@F$z+);-e=331&W}p% z!7y^edFl(H_~!4&x4fHgk8(T@<9`>1L%tm;?>KO>Jy_20ZqGZ3&37og$7L8A5@gvG z6cn=mW5+N%J-3SS6Q*v}bKPn>-Re%=UZEjRa=M>jx`f&~R**gV6|^iUSRLk$Npugv z5f>PWB{3zbANHlwlDrIUihtA~1A4 z@zEp)gtk2{?&J^UGaqv32J)gGoD=%kr9 z4)nPEt-Bw?7yRMfs~<))dyR{1*6_{WpPNH~vrV@hoZK1yV{>5Hsn^}xj&^XE{wLn! z(zWY0g)>>e;hcl(t$i2`2hN{c&0kK3ZV@<-1e_(Hmo2NeY}t{3XrbnBrK8d?`GcI% z2SKAtZJ!u|oTVkkWOTmc4lF&iwctV4O8(_*R9ROru+ZHPPd8{`p0$c+8Z4!j${V3FR;P zIDapr6i>ba{OBFtGO)Gv0EM& z)@1T#(9BKj*N5$W?csrQE2^`_bU%aW^s%(ID~MJ!tY2kztZ~*ufzGKD-ld{5PCrXT zw90{@vlPG_#enm~vdTQ{G6^*rb|^Jy&-EbvVcMSn{dBu8E{N`vuqrDHjFFPA`9#o< zEP9%)=I=h!N$sEoZM{j@z4?)k3lwvH0-(o!dG$F?C77keM<)m|h507L_nhw~T$C#K z4A}g2SyYH!yl@nGtb>A-Kzf0TkImA?BZ1!H4S&xPnr9=OwM22FT;8^!x+Se(15y^*Ay7>c|zQ+NYY|Zq@rk z9@q74L_1!0oRp7briA}(4W(rlDq8Ee(K{S|^v-6A@pvc?$)JOk7P+7{J08)FLmn6B z*63Xf$ExpcxpKBoy38n5a%#0G`B>de`=yzWuOW}iaqY*er3&9#>tr+Af*lMK2vm4zQMow8W6! z4wOB6-7w6s@VarV=UFY&5qM*HqE zIi6)UasQf{%%;e|j{#nF$cdR3^ct1@hG+}R+~{>1*F5PPS6oVa%=m)Y&vBqD7+h$Ql1cw8GN6Lpwc=$mmm_)T}bp z43sHK;6^s0X$-r5N3`U(keoy{Tkt!g4Sg8-#&P^~Syii*=;?@JBBJei7qeVzEb*h{vh&irSRA{OCoW@#BJ}R{|b&C2&!gD#(heJ`3$iJVHRUp}xWK zQwGM;r*o(ydb*N?>P(fbORvT(btOwu+)?oqRf7<%xKrxslMyP^iMJRodlC_CcbZ1s z9rc3JYgv!F({EDT)y#|_0ko}BCtCpu>0I@~!tTs_o_DoBi)xfM7wq-`P`W<|h}MO| zOpoHCk78GMj<>AYt&b7vuTDMWoJj<56ygFPqV35Gt1~k?Q+B=GC={WCG&7ME(|S7_ zf{2f+wWMeD{EF47S)+sSeM-xTmlhocP5vjnDz*hP_{E*@gSs3 zdwg)I0A_u{;OIQ%lzMMzZ=J=Xf-;@iM?z(0JZ^hO^t2a3i?Yq;E$q9?beGhZOBnrU z&5mLyAw;`echC7p+0CCzLa(Ly@1ZG9kmH#8uy8p`ry-hmeTp_ngqI}&(b^($E8d=G z%0E%QlEQKw=3^6v5N%&AQa49+biK84t*VaC>%O1i^ex)nzWOss-z1I7Z*wm9Ayk3; zK^KlwaP94Hl$SddconCFFnTl^|Mc^D0-_aZ7OG#6%*rr4ZUZ9Pad#$lZi7?n))ZR6 z!-#GW(YlD_<$0P4jSCoy%7@ZhV;{!+C^we)&Qjy_^IoKatl}9VL|fX) zUy9HgiX_ zW$j&2y>*s##a-Ry_r0%Sg<1P_Che@;*&bvGCidqL5$##8giVBHUpQ+^y=B46is?J+ zHT4T7kBVN?ng51p**=CHF3f#;(iAQX&}|{w+r>jT74MUss5?0891=R_cKGRqOa3ln zWUNjocm6IA_Ir@f(b@>t9#X#llJ;-I1{aeN70o3UX19(5-_+4g(}t1` z@85CO6ufqtei-Y}fBED9lU7Ovqa$Ktc<<0kgS_)X$ZN-Op`q1RHcsU&;!aZ7;T zkRXrLb3v=IO|OzWVo~nY9Eyv{{s8>e8c#ERHP(I5Pq84aJ5Bz>p|<-4>Al&gWH*kB zp;K?bHm-2c^}@^#@wbMWqa(kkympx&SINl@&KfFWvs+;XS7SfbKm@t9ICr$+ao`dZ zWJbe9xbH%0{Fho+$tRqb>=)lS+2H)kqDu0=_U6!eL#we92`h)M{yYqjYJ9-DpN=_M zUVOh=el9L)BRdjJl^J+3`{X=X;IB~o+;Ghk9M{}AdBDEp1@7Hpj5PfMzSAnX?#dN81s5oe!~O+zR}z)bI$C1MXa7wl##+*k1(ssdPkdfC!vj1tG~-37n@t)rTGn z(KG@}pkm`IB+zPXQuz4ehX5Iw;P;NxWW)U9k(Tw731JU`|i5#-+_-(eC6btWpga}!ITAVG#uCrlH& zr*z(vA6kuVlrmN^LX$_u(L<8&Y!3O+{Cy8`QMs-(%zv-OLXt1O1d8lVpf?`l10~-C z!fNa{KP5{!@vejzn{an_OTYhGjomb%x5;^WYL?l1|K1%0nXnqWMUVq(f?6+(iJ&wK@#6YaSyA@ z6R{^$p&(78ZA!gtZKvdmC&+YPRSv9mnyD`y@FGaQjmm|2VQs%jzI->{yo5c9W6bpV zkJVUE^8H+YHWKkM(7yM^8~4Vd%4Mhox=xUMmFL~qAj!A5dM~G?*@v>hMd#x9O`_!c z+VoG5@-6N3R$knae4oxfaH!cB zq)%}tNWM-}>>6;v#CBS{mGhh$h_XI>33PLsK#(65T*Z#-JwM7dg(73)xqW?H#r;R9Y?8R%<&6gNpj(o!R(@1{ew*3mql=V)38kyigokp9 z7gPfMUGlZ(L7!4Uzf8tMP24<@AcItMpYUVdUN3dP^=ac{b*w8$HG_qHi3B;^Hw|9` z&1&?ync{Ol8BaAWi6zjYaO-NlC*PKBiWOK&6#P_?bR&D|3@x8HA??an{w#sMGoi?5 zej=!O?<^06GCw5wj@t%|_QBV%51mi}!B+z2gabb4DNgK=d^aHe8@S3tkrVDS)Q8BQ zAXf?sB1pb8CHFbP=x8sn&|G**4MNSFhc01s_QOG(t53OimOzg_Q||O9FY$q(<`zLF zmO%MmK&!D5tIts^!O|c>J{o*t)lyIR2}CtJgOv#-&|i`-el=FRKSXymYEUw?Q2p#&=OA~-eNsUP8T z{a(Hg+5ahlW?hH~d+`DWLQNI2Uy^Tme`MuqBz7l3?vJEK1A~nSQ1WfLK*r0zL-H*l zmOzJDVu-7;?@OXK=cC$1+@~g^C^5h>+=(9^o(oPY@O&JyTvl5gI-h&+%q6QJe4S7Qm1?^hsrp6+N_ z%*b%TI)9r;q$)`8Uc6@vE_aO1>aL zzEL&=l;uU1fzXje_6mU@Ly|8|1u6&pH-RXPEYFQBW5*p*IeliEAfGr?*@CSo{#wy; zw=9wZqK+!ouU8_8tFbG`X|7(oRzmZ-sOMyTPTqrgC)>(@n$=-W~mI5*hkwX(2@+3M6;#> zC6bi-yMz*Gb9rm4Su0k&#heyk&@=BMlt97NShKbc$Hx5WngQ57Xf;;5ecZ8qLcIN> zcGFOK^-8_vFUfa_z2j>}^~-_!Jq-^Sk`;flcM=J5^n=yu`fA#Ch8!!wWJP+8H@nZ_ zOQ3C543>ya?UpOOk2K_2IKkCeLJ73((P<6%y}hk78P(PrcJawJKE`&ZahKqE$@JEi zwzwRder|{2FgnowB}%?+cB;v6)xG2_(G9t5wW-UFb@D8=M;xjFxCfR!{RnNbhC{B6 zLP-Nm_vF@Utdpb77bx-(fPtSxwqBm8>4u}1dCOSdDe^v`MC!$fU7J9%ynJIGf_`1$sAC-g#draXEB4de`mI4u&RP!EtaC z@c9inM6Npwa~`JT^(hD&oN9xuSPsn0^n+h#@e{tm3M`4?bj#-)RQ1lY#?U=&yx-nQ z5#-}HrT2*^2EQ7c?PG^tcOj#=M9wbP)RI zL=c`JA1ZMM4>H0loe{JBPR;}Q#m{9~rs5^0z!E4Z`6f6!W#&v}S~@jDaIEFi>gTk?JO0-c1M zP2!%Z{z-Q>3&?&kJGE5;&3J*1=bwv5%|279z+AqCQkgfmEU?0}{CJ4RlG@wTP>+pyYck%{^@X zN7(#g1IG{Eo5@BlOC|(@%$ICLNo9$kGNSw;F}Lu{e%Uq_T8(uaS`NJ9^#r-{gn#+= z&1J`!)X258UnS6>*fi+wLS^+a|LT&;it1c{@f6Upw)$%|wq?yH)MZs2wLGYY085}B zEi?PyXXO)CV`JA#Z)OE*QdZui3|v{u=K4{MTU+wY-WN$MfwHdqxFR=QksEcFH|plr zf>nUMk-6d_5UC$4 za@U&M!18EK>`mNXl5Z7x|DFUXfsxafUZtlUIRC;Rpb8|&LSs4Sca}gQ$+v$!zK)MO zcqTusx(V>PWl<{t66C)nU-tg*@fY~?f|cu2C$57|uFro;z6OCbLM7-2X_FHq``tk& z_urE571{4yQrUHiQLJ8{KyNYnG9F8AN@n} z1qpJ$E?eDxtrJFd-Rg?>ySuM%NxmA_Idrij)DIi#LOAcft6OBW8Tx}DgC$T<@?{>p z-*#@<)2g@btoyb9BFJ7hCtRtYrUI+O7Jy!uo0^?@dr&ulD8yZp)chR>+jm?KdzDzV%Gq8Y!Ch^ z`4S28O()OJFko=G=I$9bb7}^uUy?6Gkdu=u?Z0M21UclUzUQG};Pv|3UCDY#Nb-dU zvP+Q5Pg9T}?~r`C3_N%H0hnDILJ}8Wwjl@v8B12#;fk=*Bg0jpsMR}vmwdJLmc96^ z_xWU-0nEBD-`2yK3OhadJoeG-6RvRq#Rh>Lk}sYh*Y15Z2bbS)r7|^4w`i?-d^r(K zHpNerd`H&vRuCutAjmSKjAadET=}^UmmT--`7}|>^Ol6(3QHi!v)`PYHVz1HJPkA- z*hTN!+90{eOlN&imD6+JzyS`bCW+q(vV-<*HmCV|k>>jW&|`=iQSx=zk1m+D~kn%hSu1}7+6S!>m_Fc?M*AZa~@J*Vj z3j>!mk!CDav2Y$H6GBhWv1_&6mA*n^!gF5k3`CIg6Xw28tb4e6@lTK>8rpIRR_DBN zpuU|@2ujE5c=huo=kEmh%rVkkGK(;omnoTPFWMkC_!5C2r&b20se2w%A4>L4d#jSJ zy9vJrNxq@o8OE}AwYp2yQ$@RA_X?_HE~a*g@S;dAbxRWna!B^v_v3m$j%ilSGG^c! zzv^$6YSy3a$qn>0BS^jr-EpU})3jsM@;B}$M9^3QEE)V-Z$o?Xlh4hptE6ka%?kx7 zW%9{n)r5KpFW6*%rTuL+kk^)d@N*(C%w6J<9_Hp^jGFNA27DFD* zN0ZvqtcINmT+FFYXU9j&K5@)hK?J$5w_?uop5te+n-h;PWCGZGw9}CT9mi1Aq9m4R z3UNKs*V$McWsYk!MvvrPO*-(1pN8m^e2+%BvX?(7JS_1mM zzSqicF%=cp%{>(GyLRF>OOYn?u!4cot2l4QA>oFFzT79C;s*Qi1o^?U5L~$d(-RCC zAMlMv6ixDzSA#@JK{~Xc+>jR{$e`r=+V3;}^Xsj~as+}5O1|fcv2Z07H-t8Z z(f|~>#4@zPq~rlQE*n@Ni3B+oW}PB??#@oh*P#@)lu7cCZ$@T( z3ET4U1@BJ{iMUaV-?@XHo&X;t!KVJ@@)6TK<5*qk~@V2cz^oQiDJwhIP0HD>q zM9zbvI3jP?e68|9Xwkr*lJ8C31zQitv4=7MsTztje(%Q#d3pP{A%97}iW*X#>86$z zwKZRFB1EaA`SFskvAo0k?#f4nMIUGGc{>bzmar-9)tQmPt@W1VE|)u;o8SZ-hbbg& ztM?Ahd&@hHFut}W5M;-(LxHyC%T9ATa}J#%Id<(fzY}D6r>SeN?R$!x7ehMMKd*BJ zVs2xXiW;0|tzSC~F5?E5U(cPR@8o_kvV$O#0d&HE^WsZMr>QTTOZHzJhDh|#RGI)8 z6X3E^C+WNpHnj0Y-es-fvIoE5(B_=CD z6~vOsV9C|66b4wbgRU#?Sju43(*v%sd@M~ZmX;k0;|CPc@RpX!>{o}$6wp-sReNNr z7}Tm54XT)|s`jc$9Sz5_BuagLPRd+c#okrLAy`GukG5FB_R&<8lVK@>(3Gg^gKE`> z45|-XRUh%F=24U0l~Q#qUwW6Y^wF;BlVj4n+5j2SqyGsU7kN&K9{^uq;S<$o3~F#^ zYJuY(H7vF0vxzmLR@HD#fE+k4z+SU&Ly`=rMKRP$9juiWtUWJND|4`x%BM!o<298^ ztwM0^g+v(??RklV=LNc8QkH<*O%3FX*&80pG+3!MSQ|7vvXZwgF1HD8uuE*P&u_5z zYjEgla2jiH9+S7=7j|K2bUoPUHeFvq2Dqy=dKxIWkTv+^J6-M(*SVBS#mO#k5zxWVoA-5&GZu_l$AjcO7-{6Rw%ZaSbuit6nt!oNyhw zT)81>-ELAiv?Z6PaPMia9gTIF3qRlP!JrOqxHB7p{cm=HT+TBBo(3?-i_D6LM~jW- zPvA#F!TxuT$tcwS9wnXz1U$cGcOvF=qOSrp5{j40RpgF>{clh%e>NL+V9fW1?&N3a zG+;d3z_;m^?`YKMFeqD&Ls|M?#_g_oFrAmtJn8w8#U&+j9Bu{cn_TLQ))NcWEmnH$YSUPr1BH zU2OUkj^TYe<~6AljJMf?D3_N^KqH~kh3TyVvv|3@eO-|Sg+`x@`#`#OoaNL0=dA(+ zx%}5@0AlYuQocqMbQ%EmzpD%2WD6Pv6WBftP}496PXomKF9L8sWDEawZ)hYm@RC=hJ7;wE zk&1k<|83cDlF#RWjB^h zKHnh<&qub5u$*(#4p+Jl&DnR0fp0o)cUWWX;gKBAV}7?JwLGMct|fTJHSXwt6HWsjeDhw! zVqEg~p}Ezn{qUy&!g4%WDxPZPx2cb!NG`8@3q;cKX#-(-_MK} zCl>H>IigAaxbim-`$agHi2mchP6Iw4h3`V!cAfVJuR(dqxPeo`(xF&LF7Izvo)QRD z9~(UoN*D>cxGh!r@>ILut;KkW&k0;!iujRGxi&BHyaR#e+=TvjvSN4gTi3g^ zl%z;{`@rcl`DysmfMY!|YYZtYpAT^L5ae<*MmY(!V1z#QN0x0{x-QuNE}Gg0P$Okn z7O`mKl>^iaD6;eG&G`Pe|CzgTZ_=*7yFTTGLnEP2`d_Azv4$CXiEr#fv~Tsl%dVd_ z;HEUhka3{7(L6Y-lZ6?eTyE3y;iKYGGG@_Kl4lqY#Yz?8``;Jg5XP+!Imtepqjsn9 ztQZmFj&g=U7*{)TO=mn}xqRXh-@|?tuPV+kIutlkACB=}NZUFM(1xp^ieqKsEH_)c z2y(flYxg&V36`X)a|OW)jw8i~c(cL|YaNVDAEtMJEhsNuCCysAT;6(%e0?uA zc*dKI9qmQvf8Y22^4^<$`4iV_%Kb-O`ZR(j8XRUQ_lMs}{5fgdt3FV=2M|vKgp^Nh zod$@+2>8|Q(~DgzqM5n$Dgx|(FBv7{+6-+UM&b6+3VKK(9vJ2DcbPr;;ziPqrq9Q~ zx8?H97R0A#C9NzvXwqh+7q8|TUM~NV=B;>}wPQ8M>Jk6BDc%zo-lZu2ej4C^=K|Tv z8z4r2CBKv6rWMLhEfnM17-b{7NA@{W2XQ6Na!$qQBK{o$tf~T z67Zamv4B0P253BcVI{-;;Z}5*j*8 zaJ3Gopa1HALvnfS=Fpt{iU8|<_LX09xh9&}|HhvNKytYWdbP;K#2aF@|7Rrh*orI2 zYR@$w_?g{LDvB=py5fQk39POpoN9(Nl(%oRxYb^3tO#lPh8V&X_>aG#fHxQ{@e7szT;ew_y3 z``>xOPx60_gs%9;uXrRJc4`rqJbz{HM`P*5)a?Bg$>U<3qtF`$86XcDGQ=rjOe2_nknc0rUch^GPctKbhw zC;?!7_{oT6;AI6Os{Qjc;Kj4;{2>2Ie2*Mq^4&~3S#Dwx1( znI1o7F(oRdgwp^$me5-wp$0qp-_U8mWC#uFxoL`*kVqJ)q(X}6e5hl8nDc5FnkC%r zaVW%Uxx*fs20o;6w=o5_PXqpz%UNEWDGB#23E!Bf3myh2a-fmWtksAdmdHGj$ow7s zZ}2pL9z`{z7h%N`wXPCXZyL2~`JesojwVFM1*6*3=@Q{F(B|K$mR8^ zF$;u|P`lX07sS(mcO|iaD27}Mvt;*l$P@$hzgc6pKy4g@RveRk9CJk6_DCpe{C-iq zT&@*21jOx*hyy`w;)CPcayfMZ0o1Za#P5oTd#!q`=TxGMRwCgvpksex3pRmyD&hE@ zxC>+ur~UEZ<*)v?<}sR;cs>^DmwO`wfmZ@Vxg0zVXij2$c=nQgoPk!{CxG-2nV@}X zvLit*r%quc107F#tF-u)pp?g@v@AGK3RO9~b0o9|1!Kvf^-W7rd7rw1N{K@WCu*f7 z*{2as1I%v=qxj>Z*HV4c5Pt5Wh4$&i5$UC+>ELNVP>t{!kd~L0(*FJ2FS)$1Mi}FZ zsEJ6aYtHD>%IvYv?48P}_DzXalmHephgq|Ta`_#J_pIpyiWx9L>Dga$xmGr1a8^u2 ze8+p~3u7`n``-zj(j5`;Lpj+DD0zZhzFRDp;YRKakDL#sIhbbo$gUl7IgNs2aL!t3 zE(1!jwrl5UfZ`EcWNt^A(scd~xx7V5C_RhyL+XOy6~!{*NT>>1!J=CJs(rpMHNcQ_ zb*Eg;DNC};_tmkB>ayJjO@5sQd@WRqOref^#Q=Z-Rz&Q7e=TyfLKr>C5AD8@ z6vE+CR_ynoIAFavh^-_{R-5N;!DB`3H+45#J#`}25sh_vpw8L*xddF(rCs9c*Si_9 zC6{MkEb&ZFA@8}x5z4`lWDJU&pRedu&vPLP^^V2U?_nx0+>*FgFrps`Yn|7|VQEc*==yN!hQpDFu1>fUiq7R(#k(!J{GHfs9vWa-<@M4<2+sP# zj2{#l5#a352R#tZ%GI;GFu^WT(CN<`8=@Uf#qWay0FagU71hIUrsms9kf`u_php>B?{w$8^;*BhwKh^L|%z z+HpLOMG4v_(N~P$<)byTT|!8S*Ae9MtKzpg9TDfstH7sWT%qNBC#FUY>kBK z%Riz)701xVarz-li)_)}Hs~TXtD;9nClHqMbQvcQU6@C;pj?hW4X7QkjcTnyl-BL) zwM*XHzI_@HMZT-3u5F2KaKOHL@AgROHzh}EZ2QOQs-|8ifMe@4fTQ#4bk)p8`*Lq5 z{bnZ;e;R;@?qnm@A<#PVawAXTIX)t_jKIn$b}I+g;O#65BpF zOsDD(_)+>AIrR|ba`PVZ;yV44J)8qxWtzQ@oO*4ed%=-Vo6R0h_TJm({@Wv=m-?J5 zs?g_pDY*lKIQofl`N@8B6NC##&yA?Sb;_q;|C=xpnnd?>Hx&@k))zHX#X1QHuxyWn z=AL^VY>7zMd41m;0gi-z40icj1c3AH#`okuIdJ8^aGq^>A&Bvgkw zX*G{_5j$#Sk<`r3e@~Qn8gP#_d2M7;zhd;0rLZe2Q7$i#NbwX!h&qoiVpA?YOa(_m zq5e1TG}zY&P=Q6hpA>2T8sD5o90?6bi{UN}vnEHWAX+Vk2RrEoQHT+V*@CI`ap&2I znAxeA^i(j<0RRnIa1{US=pfy&^4y3-W?$(XbQ&Nb=J9Jv1_c{Xo?GIaUCEjQIW~A2 zP_GCL$1uI7$@83B%$aAM%lxwTjTq9=*~zN6>Z zZ{+E5E!~n_GC<@}oTV|5q|pkTTWbHI`#SFo+wud+WviRZ{E-IWxrKeK!HuCGi&?ME zv#q#Eu6W#BId|iBX3$Ee%55jylIl9K|E+xEc8cX{3U`QO}J8l?Mjc{4n{G^3@Y z*;D6zozCDP+`|y2^VJG@~asXXK$ZELt%OyUpdgUV|JdIF|<`myaQK)9foj zh*)H4VM$J900J_*J}2#j8Pb zdAFK|YRI*#I@V{d>0_IW5836t8ST1$_al|YwVnNMrfWzV{X!)2JjKxqho52aayh>L zt^UEZWV7(bul~0Vl1yJH$oPr)DJ_Zs?)ZQ8zxCV^g<(ySOh4T(n20Ezq6GWjJLK}) zfs!y0gQxO`U)=I!dBi-J{%kt#-=_gC&M%tIc?}*g3=;R7r_YB@1N3PPh0p)l|8|T6y7^_!M9rg*YU_#nd6OJI`{wWdH(oARX3%4; z4Tl}rui{FRh$cC#M?$NK^}pwFoBgx!-*R~(g$FnJX@bvUxtyg%%DF21ChGI9Yj!9(UKHsrw2|OT zk$=nOEUr@aRZ+SMNi5gGWu%w^5*k~qFx3CX%jI9r!kZ|ZAMA^sxN5L_^o=qZ!>`kT zExCNF|9u8cZ`FC3*F^AXi&Feq@=s{e;BC3QuT;m=v7EAKih4>WEDXXnDii; zbXzW$m%XEk?|+|3VXc!^%k8{s__Hf@TP{x#wIyN7;#bdc4rZH2;ZFm0%H=)XSvGZd zb$=Yw$O#C^;M2QHy)26Fe?xLPV%?2Xr7BlV&kU!xCq=gAwQ{7yz(0!bnJWoCf?Rm-oJ&KAF8Mn17ft1C=*v z{`J%;z~fY{G|Ml!eET%OrmuzzCg4M3M!uU(pW=|PrQ2x~%#gi?AeW2ZW(DPPq5As) z)_A!b?0+u^P>YlAN5o-|>V6es!fDeU7W%FKtx^AA>onjJ?>wS*!=3c?XgQ^Nx?2;9 zc1QnPw70+Ark)^|gQo%Jy!;49{)tnucA0a4G)(#p&42X2LAl&tmjoccG{G2tJ(Ei2 zwARp5u&`OZv;Y0uX~5YG$sAHnhDdnLS!=C5DRj2wHT~^IXL$enG~ntw8CS7X={?I? zV@Zd8@Rc;bW&1Rs<|OH^ly%sKMbRtohG`u7)fywz|7NWG*J;2WXA3r~0oXMCN*PUz z>$PA|F8}vwfaGe4an5%Zbos~qfkG6j0@VL~8X!A|rZmX0W-&N7JO`}3I*oEw35MkI zzfS``&e}*iz(tW{l?|x5oAP{BA1;wl+gAT|8X#%ctTDI{)*wFeqn)(<)$kk%9DNoT zrhgk21BN+e2&VyqKeD|Ea(VCI)@eZZYn&b#-|z+v=xx0X(`Ae2lbEE!Q9^Qghd1Fg z0FuiaoR>fweb#1ZyyVpfrB-t*v|`ERtu_~ zCzT8i~d8=d>S75>5jK&hOK#kx`S`$6qUF zRV(jNdoB@xTY8HLO1ya`^X?%a%Ix!)$0tP3#|%r8*XX63NT#w;>%vW`lE`??%!k+3 zbuTliY@+O8TC&UFX+W^gg^XJE+S;)_k6#K?MN;}+>7uemk)1`8-HM_L)gy~QQzcls zfv;eUR;2piX@EHO(?*%Md(N3Fyv{J8&E`RZ8;dTD@H-Rk5*V1vyti2&P3|zYo!OHj z71|>!X!?|TCt55b$n8FPBU;Tbqqs(Cquw$R%}Yt&&Vy{DB(q!b?$+}^Wg>6gNsH?$ zZggpE?AB}ySZoX=Zwg{)>KLxK=z>`Q4P#dUxL&}I`2ZKnz-ilncjzYGoPaRL3p18Y z(PK?9i%qfQij$Z?n+e%_v=x>afxMU?U=>c$6tID5A~RJ?3T}Rx-<)0xK72K2Y9rlF zDE<&@9=YpHzl!9#^3=s=myeYfFXgV2SK!E0MnT|dAL`<9y*cwSBR*!*Ta< zg=aSWO{3|xk5Fy7W6v*7bx)X2-?Fl?7^rgPJoD@F;?zOg z9E@ZLad{mZFem*UA7zLpZ}a~y|JUUO6lF-4Z!rBIU-uo{3awJ)I>#)UX`YT ziby9E>0(4gic~?dgCZ&-gpNp6niK))y-O1aMS4?_-a)DgDot9xn*>mI_x)!7TW4o> z;0C$RbI$L)1Ctls*=99h@xS3k{pQVVf1&$9mcF6*xu zqrJoWzk1tpr^BF#g8)ATRXb++?nC-6>mPHrvVzR|S8|l!u^HKa@X|Tb9Y69Ah%(TM zPmh2ogTUx+@*>X7a>KI|r~GSDU4$>xdh9<~|9GEQmO!o77;}gM;w?;YB2XD*{e%9I zyinh27&nl+f@==_Z`NNjDP+{#pflih7b$s>I`!&7^)&|Xt&P>D|43dCm)A>EVxY?s zR}txUvop!Dop z#E(_pfS)~Av%zVBU6f&z^NvHWXZjNvcAJh-63QTdlF(37v2KIkBYE;0jWVUgRztmb zU$>l;vJ!i4l{M9hrODGB0Q4;f`pM5m2&cHnA|ao5X!!GMjMj0w>pQxSIvPAmPF@%wT+n%egw=QqDUn+hXeALR z3cdDh&0{oh2W4;|v;MLTsE;$Y0h{{dd+p*MAvwN@hc734=~e#-`el=dF)L|4Dx*wJ zUZ}TNu>2&m{#05QUd;zj8S#+rwe^2S^t4|m|C76KoAn1# zh6VESy4~3OUw@=5Z-3}Gtqu)R0R%$1+EyN6e}Fn!Dx7Zh%&tQF1AyDQd~vT;ko6MSKQmDIJ_USHEi@q5bFtdvkLei@ehn!ODi5CDl(v^v#HUS7Ws zJ>O_AZaWZilh;aduU>OsSLychdU{_kp$}yJpWH$NHUNBa1X)6tMPmI+?F$|r`FibV z8u5;syu7YCxXb#p4srmo?B(xV?v-c`{Q#2}6SB~|VM+C$HEt#-cxO9KX%4UT?IbUT zw>~gY0;{T04w@7M79#5}>e|hkyZrnOC+}AmcYdu=YNOTPC_{1eNdT|e#tpznMrz2c z|5%V*PgSEw&Qn{=zn0hE9HZkqguaKwL&T8e<#plScgO5=dXq9piQIp&{#TBaf!DOf zqZ0lZP?q3dWR#)t(r3Z5CFL6p`LEKoD414%wf`e|0XYK&M&dbkTs(?l~m}KoLfOT3Pb)I+LkH z=^5597LRch673~z588gdA}y~IQ3ku{%Ur;>@Or7V?*Z4?Fr75|n5Jjs<#kNhqvSJ> zZ)2HQDcJD1zflHodHu;3MkGeM#TLx|yK$b4!N7&gAUTzr^Tg!E$J@8DXC-?WFc_Gq znMbgvXmC%e>QMa`A0u#pPLV5dc|FAyy#S!iT+x95 zg&9EC;U=l?uHx-VyqzC$6*=H`+#2{d%5dqS2OI;yv4F9Jr=>oTrR`mD6;*qDy#Yn6 zQ=>h}tp9%`FC@I-Bg8uOtzu8_Vw7)>w;v%K<$vJmbBU+FS^u5nMXdGH4YQ|L^1b6g z)_*s7p%1<-_+;-UFM7Ol!=Jq+vHlgs&+rnYHuY)MV3KG@~(66KY7sCC9 ztq2`$AhKe%APkUkd%i^z^;{hhq{6_nS(S_$!IdKrXxO*`=Y_wss= z3vE52gPUQ-Pq@(!yriG3;v}LB6U=X-nvc;# zzjl%r!`DQbXClw39}~>~oxJ#R?NzV(OHn1U)t51AWR&4$%;HQ$pF!xEec}iZ0f-21F1Aow<#=6((&Km)^mW`9UhP z(^ zZ^}%Y&{zuAo=ni@pCDbz16%H>A9uzx0lyXl$~X1&do19tG;ypWTB4W4K>hE z*4NEAXr*&`g0^UumS`vk7RXB%>KYY-%j>Fzy5LLX8nxe=ln(abMZKj97Y@R`6X?$! zga^G)(}7l6raTaNvaSxNM_0k-W^_M2146}(qYFSAy zwJCL1S;cx8o|VM<3!A2-m!!`b9e(q+rT^{D^169_e^FX<$%#qJzTeC1tQBH<<@vKk zQ8%pah5o_%M_OG7ElYm}JW0B?i!yAjS2~GTHZ*6xp1gr@#P6aENr$eNre}6XX1=q( zIc{HdAgXG6c|GdJyEpmZ)jUhtZK?;=0#VgMZ%NDRUv6`^Wb$fN!+ZhJ2Q?B=HBxVD zWCm*FWNar7)$m@bM&j=8q6}ICwNgwqy;3#VYxmtQzWa?b$k@NTg7Ou5=Ns|xS+@fj zWw`#f4rKiq7aSOXI{QO)_E#R$W1sxV`agc~Bp3kh-V{G^6XhM%Fi7ZlGCbw{dwE@} z5$K_Fk7`)9X^8M`pbW>U9%y$%i2`apakR z<>`QJl%X69`_Ut1ttgGTy!QlQ*-5PbAoJ5)TFTZ=cxF)2x#uREpUl|1EY3XVpJ8pr zpx~LGD2%z@xv+`<+Fo84dHO=?WtW_6$7n3CdT+PWCXw}5EeSp&iK58tYS%*PKH@U% z?IEKK#>}CYpLRk0dX_M#>ylyH%j>dX_h0sg`86)u^rf_hxtH{13=)^u(>Hlj{Q3sX z`tr}9!h2tmQ3f-f{vzXkz^1=A^I*l3frjXTS1%#8M+RzTBhr}%KgbeU|8%N>{I3H= zMq!t3N+e_^oTy_VT)4ROyF-$>_d5i|FMi!>iH5Yqy5Kvk!#J zpo&_fCnQJ6C!(>)jTS9~v)|MVV}UR!B=w?vuG(kw9ksuQ29b{0VQc!wv zR4JHVQ9KwesjCz_I`f=_G9-RepdFg@=a}+uN>f=!=@gtcUOa8ihyE3tsx78s<&F>y zQL%78T{bj#ePWily#8%gb8$L-XtK~D{Zm@HOM#jnEZ4_fv1Lv5xw3jFgE~P}9jB}Q z!{+NJsc#b|-#&j+Xrc#f+Ggn&GMA{c$5`gaC$h%+(4`aT<%s#UiusK#jkMrd)7#>6 zLzA1OIr~|2dfgWc(K*!ZIdr27w6?i><-aqSe(w(cVtZSBU}2gDe^w$LOW?}mCY+@^ znMYW}atUJv2;UD6|2Rtc0TiAMAY^?Hkkiq*QK+DKo)G)ffo|m;cug|ck zgFip&UZ_#Is5QK(6I*x!1+a2Xo%JZv#=J3ELK$#g&=Sqo`Dfvvu!JT z7r9sTm+k}n5Cfl~el>u-Y>tzPA;IeT=%j|UG-*WqA?xN?>Eoh2==|IPYqzQxwi z)l8#t?PI_0K&W`Q^3-?(l#l<5_2-@D@zs9wg|C^z8TJ8yF+Lp8*kS#DHXbb<$!k7Z z0XvVT_@B$`(!;e0=d^|r_G#UM*~S8zq~ygvm)B*NS~c~`VLD$OVJCK3|Lx^<)&hSV$9cf+ULoB4v_W#ujO^7OTqsUSdIdxo z4jyIx9GvKVk>^g40m6HaJrQMaMo3x5dHuoqN6b85!8xEp^53Nr`mHc{GRklxyOO-T zUUrkr`sdnLQ^^d~#oxM>K4kxr7AL^VXthjQUPs8-R8jK3-DUlwzQ38rZP1sbzA-Q= zYs5|-XeFWy?ee><|Mv3wX84=0xIzEM+(g#?JKv5T`iu4dy}aIC{#Ei-%;n`9H!7F! zTKtdY^(S9m+9=Ymd^RJnH}O_1vvVCsCNlj`*8f`o)#-;ZY(7}`k_%Z*%ng8u*q_Vm zzghna;PU!i8`m4SQIJ0%(ku(vRK&vzmgZ0T;l>T?(nL>D_oY0!?|^b zEo}Dx@8kuqIw^VaRF@aX=}{qe>qyJ%|CzinS8otu_(_wJF}5Glp+@aq{j%NtejZUPgf(}@D(n^+QD8<^}t=>yy{dbZV z#O3whtUq@e1v^794WIF}VqqK|kf0m)#Zh@DdGRmSzw_mDF&foYsD^RrhtSgCXdm4F zV*TFo0(R~D81@8dQu5+M=9l{<*1x-K7=GvB_VT(2USWT1;HAaV@e-l?N9|?+ zN~umV>n|KRynaQAJ>-I___WdRW?vD09j+?3Rb`4e)l>CH@?!b42!j}{$8yERIIX1| zMRtsfdvH%Jzl!Zs;m9%fjg>bR1v;SOP2T_J8 z2RNYby0_rT*U7sSP4rlNB<>_>dEGGOOUe69lx(0;4*}3Ctv_<-QTpE~L)!|qh8c|D z%BnCjNN+36I077BY$l-$>lX~38gYMUn|7^<2k%c7HLI+r!;T2t_6WN8ck<%wFKRte zSOiL868Rt%ycFJJcW4x1wG+gSbN;eHur!U(I&HYI$PnhmGdd`lXf`>Ox0lx+ z49=NSKJF;ie~0*J|nen9;ESi)rnCNJPeGI+paY5} zq6~^hQr?;9Qt4W{m|42$IVw+;%0!P)rC{rauqgNAvJ_p;4KQj0!Br z7xWiukyZA5YVr&&IOT?>9vodU&eI)$b<{tx6ts_R@acR?=)*VoYSGbIH@Ge~2)_l7 zpc{f})%ulp zucHE}FaWi_S5z=E)Y6M!1JI-drY1C{k&_o0fgrn~002oF8leS<=;EL}vF3c`<^tX3 z!o$rlQQ!trGvua5=uJv#@R0w&bMg128cIF~Jv=x-IW4Tk4cw z5ao>NrfN&dDE+2t26rencsqFkYwb{GP$9P`iPK!9@XG+tzOP)}G+j-h?yV zmjHzv&ktg)0o%!oHiWCP`(fHYP>M$YCvY2J0RV7=z6Q&+4}q(4`!gB=GdqZb9ydI6 zeV`#XUR4l6f2m+B7ep!8qG8tj P$!Ds{w&xfzP4;5g03GP+Y@j*5=rNe$A_X*0q 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

Didrn3#Z!nRt=EP@i>&4?S#;M#m$c%>}^z# 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�GL9Lg?G@31FD>2lsJUSlEHZ0w^RO!`g$C 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�RvS6s((+!kU!1nv}bn&MrgB2Fd12+RbOQ_evCh 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c deleted file mode 100644 index 9222f0e..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c +++ /dev/null @@ -1,86 +0,0 @@ -/** - * @file lv_test_win.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_test_win.h" - -#if LV_USE_WIN && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create windows to test their functionalities - */ -void lv_test_win_1(void) -{ - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - lv_obj_t * win1 = lv_win_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(win1, hres / 2 - LV_DPI / 20, vres / 2 - LV_DPI / 20); - - lv_obj_t * win2 = lv_win_create(lv_disp_get_scr_act(NULL), win1); - lv_obj_align(win2, NULL, LV_ALIGN_IN_TOP_RIGHT, 0, 0); - lv_win_set_title(win2, "Random title"); - lv_win_add_btn(win2, LV_SYMBOL_CLOSE); - lv_win_add_btn(win2, LV_SYMBOL_OK); - lv_win_add_btn(win2, LV_SYMBOL_EDIT); - - lv_obj_t * label = lv_label_create(win2, NULL); - lv_obj_set_pos(label, 10, 10); - lv_label_set_text(label, "Long\n\n\ntext\n\n\nto\n\n\nsee\n\n\nthe\n\n\nscrollbars"); - - - static lv_style_t header; - lv_style_copy(&header, &lv_style_plain); - header.body.main_color = LV_COLOR_RED; - header.body.grad_color = LV_COLOR_MAROON; - header.body.padding.inner = 0; - header.text.color = LV_COLOR_WHITE; - - lv_obj_t * win3 = lv_win_create(lv_disp_get_scr_act(NULL), win2); - lv_obj_align(win3, NULL, LV_ALIGN_IN_BOTTOM_LEFT, 0, 0); - lv_win_set_style(win3, LV_WIN_STYLE_HEADER, &header); - lv_win_set_style(win3, LV_WIN_STYLE_BTN_REL, &lv_style_transp); - lv_win_set_style(win3, LV_WIN_STYLE_BG, &lv_style_plain_color); - lv_win_set_btn_size(win3, LV_DPI / 3); - - label = lv_label_create(win3, NULL); - lv_obj_set_pos(label, 10, 10); - lv_label_set_text(label, "Styled window\n\nThe content background has\ndifferent color"); - - lv_obj_t * win4 = lv_win_create(lv_disp_get_scr_act(NULL), win3); - lv_obj_align(win4, NULL, LV_ALIGN_IN_BOTTOM_RIGHT, 0, 0); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_WIN && LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.h b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.h deleted file mode 100644 index 35db772..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_win.h - * - */ - -#ifndef LV_TEST_WIN_H -#define LV_TEST_WIN_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../../lvgl/lvgl.h" -#include "../../../../lv_ex_conf.h" -#endif - -#if LV_USE_WIN && LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create windows to test their functionalities - */ -void lv_test_win_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_WIN && LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_WIN_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.mk deleted file mode 100644 index 7160a76..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_win.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_win -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_win - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_objx/lv_test_win" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win_1.png deleted file mode 100644 index 7b0f6f39689e9a8d22273e3c397f6586c1b665d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11508 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 diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c b/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c deleted file mode 100644 index 3de2f51..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c +++ /dev/null @@ -1,422 +0,0 @@ -/** - * @file lv_test_stress.c - * - */ - -/********************* - * INCLUDES - *********************/ -#include -#include "lv_test_stress.h" - -#if LV_USE_TESTS && LV_USE_ANIMATION - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void obj_mem_leak_tester(lv_task_t *); -static void alloc_free_tester(lv_task_t *); -static void mem_monitor(lv_task_t *); - -/********************** - * STATIC VARIABLES - **********************/ -static lv_obj_t * all_obj_h; -static lv_obj_t * alloc_label; -static lv_obj_t * alloc_ta; -static const char * mbox_btns[] = {"Ok", "Cancel", ""}; -LV_IMG_DECLARE(img_flower_icon) - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create and delete a lot of objects and animations. - */ -void lv_test_stress_1(void) -{ - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - lv_task_create(obj_mem_leak_tester, 200, LV_TASK_PRIO_MID, NULL); - lv_task_create(mem_monitor, 500, LV_TASK_PRIO_MID, NULL); - lv_task_create(alloc_free_tester, 100, LV_TASK_PRIO_MID, NULL); - - /* Holder for all object types */ - all_obj_h = lv_obj_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_size(all_obj_h, hres / 2, vres); - lv_obj_set_style(all_obj_h, &lv_style_pretty); - - alloc_ta = lv_ta_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(alloc_ta, all_obj_h, LV_ALIGN_OUT_RIGHT_TOP, 10, 10); - lv_obj_set_height(alloc_ta, vres / 4); - - alloc_label = lv_label_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_align(alloc_label, alloc_ta, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - - - /*Add style animation to the ta*/ - static lv_style_t ta_style; - lv_style_copy(&ta_style, &lv_style_pretty); - lv_ta_set_style(alloc_ta, LV_TA_STYLE_BG, &ta_style); - - - lv_anim_t sa; - lv_style_anim_init(&sa); - lv_style_anim_set_styles(&sa, &ta_style, &lv_style_pretty, &lv_style_pretty_color); - lv_style_anim_set_time(&sa, 500, 500); - lv_style_anim_set_playback(&sa, 500); - lv_style_anim_set_repeat(&sa, 500); - lv_style_anim_create(&sa); -} - - -/********************** - * STATIC FUNCTIONS - **********************/ - -static void mem_monitor(lv_task_t * param) -{ - (void) param; /*Unused*/ - -#if LV_EX_PRINTF - lv_mem_monitor_t mon; - lv_mem_monitor(&mon); - printf("used: %6d (%3d %%), frag: %3d %%, biggest free: %6d\n", (int)mon.total_size - mon.free_size, - mon.used_pct, - mon.frag_pct, - (int)mon.free_biggest_size); -#endif -} - -static void obj_mem_leak_tester(lv_task_t * param) -{ - (void) param; /*Unused*/ - static const lv_color_t needle_colors[1] = {LV_COLOR_RED}; /*For gauge*/ - - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - static int16_t state = 0; - lv_obj_t * obj; - static lv_obj_t * page; - - lv_anim_t a; - a.path_cb = lv_anim_path_linear; - a.ready_cb = NULL; - a.act_time = 0; - a.time = 500; - a.playback = 0; - a.repeat = 0; - a.playback_pause = 100; - a.repeat_pause = 100; - - switch(state) { - case 0: - obj = lv_obj_create(all_obj_h, NULL); - lv_obj_set_pos(obj, 10, 5); - a.playback = 1; - a.repeat = 1; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_x; - a.var = obj; - a.start = 10 ; - a.end = 100 ; - lv_anim_create(&a); - break; - case 1: - obj = lv_btn_create(all_obj_h, NULL); - lv_obj_set_pos(obj, 60, 5); - a.playback = 0; - a.repeat = 1; - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_x; - a.var = obj; - a.start = 150 ; - a.end = 200 ; - lv_anim_create(&a); - obj = lv_label_create(obj, NULL); - lv_label_set_text(obj, "Button"); - break; - case 2: /*Page tests container too*/ - page = lv_page_create(all_obj_h, NULL); - lv_obj_set_pos(page, 10, 60); - lv_obj_set_size(page, lv_obj_get_width(all_obj_h) - (20), 3 * vres / 4); - lv_page_set_scrl_layout(page, LV_LAYOUT_PRETTY); - break; - case 3: - obj = lv_label_create(page, NULL); - lv_label_set_text(obj, "Label"); - break; - case 4: - obj = lv_img_create(page, NULL); - lv_img_set_src(obj, &img_flower_icon); - break; - case 5: - obj = lv_cb_create(page, NULL); - lv_cb_set_text(obj, "Check box"); - break; - case 7: /*Switch tests bar and slider memory leak too*/ - obj = lv_sw_create(page, NULL); - lv_sw_on(obj, LV_ANIM_OFF); - break; - case 8: /*Kb tests butm too*/ - obj = lv_kb_create(all_obj_h, NULL); - lv_obj_set_size(obj, hres / 3, vres / 5); - lv_obj_set_pos(obj, 30, 90); - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_y; - a.var = obj; - a.start = LV_VER_RES ; - a.end = lv_obj_get_y(obj); - a.time = 200; - lv_anim_create(&a); - break; - - case 9: /*Roller test ddlist too*/ - obj = lv_roller_create(page, NULL); - lv_roller_set_options(obj, "One\nTwo\nThree", false); - lv_roller_set_anim_time(obj, 300); - lv_roller_set_selected(obj, 2, true); - break; - case 10: /*Gauge test lmeter too*/ - obj = lv_gauge_create(page, NULL); - lv_gauge_set_needle_count(obj, 1, needle_colors); - lv_gauge_set_value(obj, 1, 30); - break; - case 15: /*Wait a little to see the previous results*/ - obj = lv_list_create(all_obj_h, NULL); - lv_obj_set_pos(obj, 40, 50); - lv_list_add_btn(obj, LV_SYMBOL_OK, "List 1"); - lv_list_add_btn(obj, LV_SYMBOL_OK, "List 2"); - lv_list_add_btn(obj, LV_SYMBOL_OK, "List 3"); - lv_list_add_btn(obj, LV_SYMBOL_OK, "List 4"); - lv_list_add_btn(obj, LV_SYMBOL_OK, "List 5"); - lv_list_add_btn(obj, LV_SYMBOL_OK, "List 6"); - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_height; - a.var = obj; - a.start = 0; - a.end = lv_obj_get_height(obj); - a.time = 5000; - lv_anim_create(&a); - break; - case 16: - obj = lv_win_create(all_obj_h, NULL); - lv_win_add_btn(obj, LV_SYMBOL_CLOSE); - lv_win_add_btn(obj, LV_SYMBOL_OK); - lv_win_set_style(obj, LV_WIN_STYLE_BG, &lv_style_pretty); - lv_obj_set_size(obj, hres / 3, vres / 3); - lv_obj_set_pos(obj, 20, 100); - break; - case 17: - obj = lv_tabview_create(all_obj_h, NULL); - lv_tabview_add_tab(obj, "tab1"); - lv_tabview_add_tab(obj, "tab2"); - lv_tabview_add_tab(obj, "tab3"); - lv_tabview_set_style(obj, LV_TABVIEW_STYLE_BG, &lv_style_pretty); - lv_obj_set_size(obj, hres / 3, vres / 3); - lv_obj_set_pos(obj, 50, 140); - break; - case 18: - obj = lv_mbox_create(all_obj_h, NULL); - lv_obj_set_width(obj, hres / 4); - lv_mbox_set_text(obj, "message"); - lv_mbox_add_btns(obj, mbox_btns); /*Set 3 times to test btnm add memory leasks*/ - lv_mbox_add_btns(obj, mbox_btns); - lv_mbox_add_btns(obj, mbox_btns); - lv_mbox_set_anim_time(obj, 300); - lv_mbox_start_auto_close(obj, 500); - break; - - /*Delete object from the page*/ - case 20: - obj = lv_obj_get_child(lv_page_get_scrl(page), NULL); - if(obj) lv_obj_del(obj); - else { - state = 24; - } - break; - case 21: - obj = lv_obj_get_child_back(lv_page_get_scrl(page), NULL); /*Delete from the end too to be more random*/ - if(obj) { - lv_obj_del(obj); - state -= 2; /*Go back to delete state*/ - } else { - state = 24; - } - break; - /*Remove object from 'all_obj_h'*/ - case 25: - obj = lv_obj_get_child(all_obj_h, NULL); - if(obj) lv_obj_del(obj); - else state = 29; - break; - case 26: - obj = lv_obj_get_child_back(all_obj_h, NULL); /*Delete from the end too to be more random*/ - if(obj) { - lv_obj_del(obj); - state -= 2; /*Go back to delete state*/ - } else state = 29; - break; - - case 30: - state = -1; - break; - default: - break; - } - - state ++; -} - - -/** - * Test alloc and free by settings the text of a label and instering text to a text area - */ -static void alloc_free_tester(lv_task_t * param) -{ - (void) param; /*Unused*/ - - static int16_t state = 0; - - switch(state) { - case 0: - lv_label_set_text(alloc_label, "a"); - break; - - case 1: - lv_ta_set_text(alloc_ta, "Initilal"); - break; - - case 2: - lv_label_set_text(alloc_label, "long long long\nlong long long"); - break; - - case 3: - lv_label_set_text(alloc_label, "b"); - break; - - case 6: /*Wait to be random*/ - lv_ta_set_cursor_pos(alloc_ta, 0); - lv_ta_add_text(alloc_ta, "aaaaaaaaaaaaaaaaaaaaaaaaaaa!\n"); - break; - - case 7: - lv_label_set_text(alloc_label, "medium"); - break; - - case 8: - lv_label_set_text(alloc_label, "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n" - "very very long very very long\n"); - break; - - case 10: /*Wait to be random*/ - lv_label_set_text(alloc_label, "some text"); - break; - - case 11: - lv_ta_set_cursor_pos(alloc_ta, 20); - lv_ta_del_char(alloc_ta); - lv_ta_del_char(alloc_ta); - lv_ta_del_char(alloc_ta); - lv_ta_del_char(alloc_ta); - lv_ta_del_char(alloc_ta); - lv_ta_del_char(alloc_ta); - lv_ta_del_char(alloc_ta); - lv_ta_del_char(alloc_ta); - lv_ta_del_char(alloc_ta); - lv_ta_del_char(alloc_ta); - lv_ta_del_char(alloc_ta); - break; - - case 12: - lv_label_set_text(alloc_label, LV_SYMBOL_DIRECTORY); - break; - - case 16: /*Wait to be random*/ - lv_label_set_text(alloc_label, "A dummy sentence nothing else"); - break; - - case 17: - lv_ta_set_cursor_pos(alloc_ta, 5); - lv_ta_add_char(alloc_ta, 'A'); - lv_ta_add_char(alloc_ta, 'A'); - lv_ta_add_char(alloc_ta, 'A'); - lv_ta_add_char(alloc_ta, 'A'); - lv_ta_add_char(alloc_ta, 'A'); - break; - - case 18: - lv_label_set_text(alloc_label, "ok"); - break; - - case 20: /*Wait to be random*/ - lv_label_set_text(alloc_label, LV_SYMBOL_FILE); - break; - case 21: - lv_label_set_text(alloc_label, "c"); - break; - case 22: - lv_ta_set_cursor_pos(alloc_ta, 20); - lv_ta_add_text(alloc_ta, "Ú"); - lv_ta_add_text(alloc_ta, "Ú"); - lv_ta_add_text(alloc_ta, "Ú"); - lv_ta_add_text(alloc_ta, "Ú"); - lv_ta_add_text(alloc_ta, "Ú"); - break; - - case 23: - lv_label_set_text(alloc_label, "ÁaÁaaÁÁaaaÁÁÁaaaaÁÁÁÁ"); - break; - - case 25: - lv_ta_set_text(alloc_ta, ""); - break; - - case 26: - lv_label_set_text(alloc_label, ""); - break; - - case 28: - state = -1 ; - break; - default: - break; - } - - state ++; -} - -#endif /*LV_USE_TESTS && LV_USE_ANIMATION*/ - diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.h b/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.h deleted file mode 100644 index 9a1e16d..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_stress.h - * - */ - -#ifndef LV_TEST_STRESS_H -#define LV_TEST_STRESS_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create and delete a lot of objects and animations. - */ -void lv_test_stress_1(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_STRESS_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.mk b/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.mk deleted file mode 100644 index 06b38d8..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_test_stress.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tests/lv_test_stress -VPATH += :$(LVGL_DIR)/lv_examples/lv_tests/lv_test_stress - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tests/lv_test_stress" diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.png b/components/lv_examples/lv_examples/lv_tests/lv_test_stress/lv_test_stress.png deleted file mode 100644 index 857133ea7aeb3dd431e0e8850daac8dc6cee032e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18899 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

Glm!{F?2L>>;x8y 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.label.prim); - - label = lv_label_create(h, NULL); - lv_label_set_text(label, "Secondary"); - lv_obj_set_style(label, th->style.label.sec); - - label = lv_label_create(h, NULL); - lv_label_set_text(label, "Hint"); - lv_obj_set_style(label, th->style.label.hint); - - static const char * btnm_str[] = {"1", "2", "3", LV_SYMBOL_OK, LV_SYMBOL_CLOSE, ""}; - lv_obj_t * btnm = lv_btnm_create(h, NULL); - lv_obj_set_size(btnm, lv_disp_get_hor_res(NULL) / 4, 2 * LV_DPI / 3); - lv_btnm_set_map(btnm, btnm_str); - lv_btnm_set_btn_ctrl_all(btnm, LV_BTNM_CTRL_TGL_ENABLE); - lv_btnm_set_one_toggle(btnm, true); - - lv_obj_t * table = lv_table_create(h, NULL); - lv_table_set_col_cnt(table, 3); - lv_table_set_row_cnt(table, 4); - lv_table_set_col_width(table, 0, LV_DPI / 3); - lv_table_set_col_width(table, 1, LV_DPI / 2); - lv_table_set_col_width(table, 2, LV_DPI / 2); - lv_table_set_cell_merge_right(table, 0, 0, true); - lv_table_set_cell_merge_right(table, 0, 1, true); - - lv_table_set_cell_value(table, 0, 0, "Table"); - lv_table_set_cell_align(table, 0, 0, LV_LABEL_ALIGN_CENTER); - - lv_table_set_cell_value(table, 1, 0, "1"); - lv_table_set_cell_value(table, 1, 1, "13"); - lv_table_set_cell_align(table, 1, 1, LV_LABEL_ALIGN_RIGHT); - lv_table_set_cell_value(table, 1, 2, "ms"); - - lv_table_set_cell_value(table, 2, 0, "2"); - lv_table_set_cell_value(table, 2, 1, "46"); - lv_table_set_cell_align(table, 2, 1, LV_LABEL_ALIGN_RIGHT); - lv_table_set_cell_value(table, 2, 2, "ms"); - - lv_table_set_cell_value(table, 3, 0, "3"); - lv_table_set_cell_value(table, 3, 1, "61"); - lv_table_set_cell_align(table, 3, 1, LV_LABEL_ALIGN_RIGHT); - lv_table_set_cell_value(table, 3, 2, "ms"); - - h = lv_cont_create(parent, h); - - lv_obj_t * sw_h = lv_cont_create(h, NULL); - lv_cont_set_style(sw_h, LV_CONT_STYLE_MAIN, &lv_style_transp); - lv_cont_set_fit2(sw_h, LV_FIT_NONE, LV_FIT_TIGHT); - lv_obj_set_width(sw_h, LV_HOR_RES / 4); - lv_cont_set_layout(sw_h, LV_LAYOUT_PRETTY); - - lv_obj_t * sw = lv_sw_create(sw_h, NULL); - lv_sw_set_anim_time(sw, 250); - - sw = lv_sw_create(sw_h, sw); - lv_sw_on(sw, LV_ANIM_OFF); - - - lv_obj_t * bar = lv_bar_create(h, NULL); - lv_bar_set_value(bar, 70, false); - - lv_obj_t * slider = lv_slider_create(h, NULL); - lv_bar_set_value(slider, 70, false); - - lv_obj_t * line = lv_line_create(h, NULL); - static lv_point_t line_p[2]; - line_p[0].x = 0; - line_p[0].y = 0; - line_p[1].x = lv_disp_get_hor_res(NULL) / 5; - line_p[1].y = 0; - - lv_line_set_points(line, line_p, 2); - lv_line_set_style(line, LV_LINE_STYLE_MAIN, th->style.line.decor); - - lv_obj_t * cb = lv_cb_create(h, NULL); - - cb = lv_cb_create(h, cb); - lv_btn_set_state(cb, LV_BTN_STATE_TGL_REL); - - lv_obj_t * ddlist = lv_ddlist_create(h, NULL); - lv_ddlist_set_fix_width(ddlist, lv_obj_get_width(ddlist) + LV_DPI / 2); /*Make space for the arrow*/ - lv_ddlist_set_draw_arrow(ddlist, true); - - h = lv_cont_create(parent, h); - - lv_obj_t * list = lv_list_create(h, NULL); - lv_obj_set_size(list, lv_disp_get_hor_res(NULL) / 4, lv_disp_get_ver_res(NULL) / 2); - lv_obj_t * list_btn; - list_btn = lv_list_add_btn(list, LV_SYMBOL_GPS, "GPS"); - lv_btn_set_toggle(list_btn, true); - - lv_list_add_btn(list, LV_SYMBOL_WIFI, "WiFi"); - lv_list_add_btn(list, LV_SYMBOL_GPS, "GPS"); - lv_list_add_btn(list, LV_SYMBOL_AUDIO, "Audio"); - lv_list_add_btn(list, LV_SYMBOL_VIDEO, "Video"); - lv_list_add_btn(list, LV_SYMBOL_CALL, "Call"); - lv_list_add_btn(list, LV_SYMBOL_BELL, "Bell"); - lv_list_add_btn(list, LV_SYMBOL_FILE, "File"); - lv_list_add_btn(list, LV_SYMBOL_EDIT, "Edit"); - lv_list_add_btn(list, LV_SYMBOL_CUT, "Cut"); - lv_list_add_btn(list, LV_SYMBOL_COPY, "Copy"); - - lv_obj_t * roller = lv_roller_create(h, NULL); - lv_roller_set_options(roller, "Monday\nTuesday\nWednesday\nThursday\nFriday\nSaturday\nSunday", true); - lv_roller_set_selected(roller, 1, false); - lv_roller_set_visible_row_count(roller, 3); - - -} - -static void create_tab2(lv_obj_t * parent) -{ - lv_coord_t w = lv_page_get_scrl_width(parent); - - lv_obj_t * chart = lv_chart_create(parent, NULL); - lv_chart_set_type(chart, LV_CHART_TYPE_AREA); - lv_obj_set_size(chart, w / 3, lv_disp_get_ver_res(NULL) / 3); - lv_obj_set_pos(chart, LV_DPI / 10, LV_DPI / 10); - lv_chart_series_t * s1 = lv_chart_add_series(chart, LV_COLOR_RED); - lv_chart_set_next(chart, s1, 30); - lv_chart_set_next(chart, s1, 20); - lv_chart_set_next(chart, s1, 10); - lv_chart_set_next(chart, s1, 12); - lv_chart_set_next(chart, s1, 20); - lv_chart_set_next(chart, s1, 27); - lv_chart_set_next(chart, s1, 35); - lv_chart_set_next(chart, s1, 55); - lv_chart_set_next(chart, s1, 70); - lv_chart_set_next(chart, s1, 75); - - - lv_obj_t * gauge = lv_gauge_create(parent, NULL); - lv_gauge_set_value(gauge, 0, 40); - lv_obj_set_size(gauge, w / 4, w / 4); - lv_obj_align(gauge, chart, LV_ALIGN_OUT_BOTTOM_LEFT, 0, LV_DPI / 4); - - - lv_obj_t * arc = lv_arc_create(parent, NULL); - lv_obj_align(arc, gauge, LV_ALIGN_OUT_BOTTOM_MID, 0, LV_DPI / 8); - - lv_obj_t * ta = lv_ta_create(parent, NULL); - lv_obj_set_size(ta, w / 3, lv_disp_get_ver_res(NULL) / 4); - lv_obj_align(ta, NULL, LV_ALIGN_IN_TOP_RIGHT, -LV_DPI / 10, LV_DPI / 10); - lv_ta_set_cursor_type(ta, LV_CURSOR_BLOCK); - - lv_obj_t * kb = lv_kb_create(parent, NULL); - lv_obj_set_size(kb, 2 * w / 3, lv_disp_get_ver_res(NULL) / 3); - lv_obj_align(kb, ta, LV_ALIGN_OUT_BOTTOM_RIGHT, 0, LV_DPI); - lv_kb_set_ta(kb, ta); - -#if LV_USE_ANIMATION - lv_obj_t * loader = lv_preload_create(parent, NULL); - lv_obj_align(loader, NULL, LV_ALIGN_CENTER, 0, - LV_DPI); -#endif -} - - -static void create_tab3(lv_obj_t * parent) -{ - /*Create a Window*/ - lv_obj_t * win = lv_win_create(parent, NULL); - lv_obj_t * win_btn = lv_win_add_btn(win, LV_SYMBOL_CLOSE); - lv_obj_set_event_cb(win_btn, lv_win_close_event_cb); - lv_win_add_btn(win, LV_SYMBOL_DOWN); - lv_obj_set_size(win, lv_disp_get_hor_res(NULL) / 2, lv_disp_get_ver_res(NULL) / 2); - lv_obj_set_pos(win, LV_DPI / 20, LV_DPI / 20); - lv_obj_set_top(win, true); - - - /*Create a Label in the Window*/ - lv_obj_t * label = lv_label_create(win, NULL); - lv_label_set_text(label, "Label in the window"); - - /*Create a Line meter in the Window*/ - lv_obj_t * lmeter = lv_lmeter_create(win, NULL); - lv_obj_align(lmeter, label, LV_ALIGN_OUT_BOTTOM_LEFT, 0, LV_DPI / 2); - lv_lmeter_set_value(lmeter, 70); - - /*Create a 2 LEDs in the Window*/ - lv_obj_t * led1 = lv_led_create(win, NULL); - lv_obj_align(led1, lmeter, LV_ALIGN_OUT_RIGHT_MID, LV_DPI / 2, 0); - lv_led_on(led1); - - lv_obj_t * led2 = lv_led_create(win, NULL); - lv_obj_align(led2, led1, LV_ALIGN_OUT_RIGHT_MID, LV_DPI / 2, 0); - lv_led_off(led2); - - /*Create a Page*/ - lv_obj_t * page = lv_page_create(parent, NULL); - lv_obj_set_size(page, lv_disp_get_hor_res(NULL) / 3, lv_disp_get_ver_res(NULL) / 2); - lv_obj_set_top(page, true); - lv_obj_align(page, win, LV_ALIGN_IN_TOP_RIGHT, LV_DPI, LV_DPI); - - label = lv_label_create(page, NULL); - lv_label_set_text(label, "Lorem ipsum dolor sit amet, repudiare voluptatibus pri cu.\n" - "Ei mundi pertinax posidonium eum, cum tempor maiorum at,\n" - "mea fuisset assentior ad. Usu cu suas civibus iudicabit.\n" - "Eum eu congue tempor facilisi. Tale hinc unum te vim.\n" - "Te cum populo animal eruditi, labitur inciderint at nec.\n\n" - "Eius corpora et quo. Everti voluptaria instructior est id,\n" - "vel in falli primis. Mea ei porro essent admodum,\n" - "his ei malis quodsi, te quis aeterno his.\n" - "Qui tritani recusabo reprehendunt ne,\n" - "per duis explicari at. Simul mediocritatem mei et."); - - /*Create a Calendar*/ - lv_obj_t * cal = lv_calendar_create(parent, NULL); - lv_obj_set_size(cal, 5 * LV_DPI / 2, 5 * LV_DPI / 2); - lv_obj_align(cal, page, LV_ALIGN_OUT_RIGHT_TOP, -LV_DPI / 2, LV_DPI / 3); - lv_obj_set_top(cal, true); - - static lv_calendar_date_t highlighted_days[2]; - highlighted_days[0].day = 5; - highlighted_days[0].month = 5; - highlighted_days[0].year = 2018; - - highlighted_days[1].day = 8; - highlighted_days[1].month = 5; - highlighted_days[1].year = 2018; - - lv_calendar_set_highlighted_dates(cal, highlighted_days, 2); - lv_calendar_set_today_date(cal, &highlighted_days[0]); - lv_calendar_set_showed_date(cal, &highlighted_days[0]); - - /*Create a Message box*/ - static const char * mbox_btn_map[] = {" ", "Got it!", " ", ""}; - lv_obj_t * mbox = lv_mbox_create(parent, NULL); - lv_mbox_set_text(mbox, "Click on the window or the page to bring it to the foreground"); - lv_mbox_add_btns(mbox, mbox_btn_map); - lv_btnm_set_btn_ctrl(lv_mbox_get_btnm(mbox), 0, LV_BTNM_CTRL_HIDDEN); - lv_btnm_set_btn_width(lv_mbox_get_btnm(mbox), 1, 7); - lv_btnm_set_btn_ctrl(lv_mbox_get_btnm(mbox), 2, LV_BTNM_CTRL_HIDDEN); - lv_obj_set_top(mbox, true); - - -} - -#endif /*LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.h b/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.h deleted file mode 100644 index 84bf829..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.h +++ /dev/null @@ -1,55 +0,0 @@ -/** - * @file lv_test_theme.h - * - */ - -#ifndef LV_TEST_THEME_H -#define LV_TEST_THEME_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TESTS - - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Create a test screen with a lot objects and apply the given theme on them - * @param th pointer to a theme - */ -void lv_test_theme_1(lv_theme_t *th); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_THEME_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.png b/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.png deleted file mode 100644 index d64c523f40bcf36da49c62f4b9a3cdd4a22ddb03..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28804 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�smF}-pv)& zM_O!Ad3OtRzE9!q`p1}vKrH-L1ri@GZxe9O!|<3a*n!V6@D6{$j6E?oH#a*w`zy7= z^B3&hBzqcWEl(+sN2k|H4kQ)AowRCgk7>FV*0;sGR{K*&yDU>$XKOEH$hFwrVrSv# z4$7L{G}sDq3b#)~^@kP}@{l}3@7`uC!_k#~oy-e*A9;q3OGGp`Hny50UltMZJYt1A z!l-6YO1@xRK9yf{hL>6)wbA83FKOUB?cr8pCh_}DaRVbgeSZm`PHQ;ZrPR5Nllj?} zQo?OWnt>JcCa~t^OyxzNSY77mN)?sMP|pv`R~LKrZST+9k^{*^((xX*^Czi98e+h3 zl3NT)r#}u13;_5O-FUpd{vl$8myeH9A*D*oN=+?ZjgEVwmfGII!HRRX%&6-l=T;Yz zi?g$y%bb(<9B>oABcL25?ZFUM!!x;XcicUV{;pa3_bof?ycg z>xn$#$=5ia&_>y5GW zZr-=8G~kisGfhXzse=``SS`?27vOX;Ssr-gF^jX!BJ$7$zDGvctYub&n5~SPKcAC- z9Nu4>VE1~zfb5MfsZfUKA=x)DFjrxUwnGzJy-qq%eEW=#-xg+M)*#=4ri$~j+B&bw zu$4(|LEwzDiz2X4cxdC*s?k@XV^dW}zMtf`Z}#J9$+qQ6i{(dw>p=P0{KYD(NiTNN zzz6mhNr{ORdG9iZjZIB&N-$`q41*AZA4uXvM0Z?pE^M(<`#;mD64ZWHD&cu7AhlBZ z?t>rRd9G)rmX)4fDpWBS$=MYGXE4}0(yQD>D}P<$eMr}FpRaD?7ubMwCwgud2til6 zDIspt6U=W+8f>&T>c@j~EU`3z~A6>=}-B$6>>d-MPgwgcmX{RK)# z^#sftW?>uHVC9cBA&*`*H3P&K6G<=(9T_*cjbB6BUti3d{D$QjBpnVw2JQ|$drKFzVANqpuA01Vtd4hfZfS)-71&a8@NM6 zi{p#`W0&{qd$9KTp@2Oi4CJl&;U{XawTn7^$rZ;-w_p9gaXPQ=M6^|Zp4fM-oiL;% z@O6gw_Y=gucHxGg(=wZq1uJi-r-PL#xVrgfa$1I%PVjyG@xbdkBV-JoS8U)%^}0-m z@1IXc<)rfGV157w4>r4LD8cp7ygpu-#PLz3b)j!z_%F8Rg_SyllmU2`0HD5B9o+0k z6K|$Td%a-fv21y9lkJIzX1vviR)NRDe>lF> z^Ev7>TIZUdJ_gm-89fohPx*N>es>Z#?c71y0t4|SW#*;xYTI#Q&L#t``Ktx!{gnvA z{kPr6ST8_~^W}8pPrYMnV!-Z@o<2SVfkffgBRzqW z&((K{)rgLN9WhgAyv)waIPX$qIl9)i2@Q?oBYYR|FL3^i)*{XINX}$k2k$yJKrud%L;s5hi5Lmh8a+x3uUxX1SVest#cl;N)QQh~Bv@U~??M6W zP@oe;|FRAjrcx75(p&1hh;t z)QO0^1%}Mt1^y`*c~YT@Y3RfRr|shJsi~>ML)*HxPd^;*Z?8H#JFBZXE2asCiG7buX`9bJmj(z2R;_($6opoxBcqZqDoF8Pc?z|LG&RRqS2CRS)MzCKv9f;}a9&qOb_4QNP~4 z6o&9cO})h-|NAPP>C3BTy+|XWok&NJkdVr8 zMcR*&KhGv?1J~)Iq~DRq?1Nwk{8bQ4^LvS47@r^c=vE%N;)BLcQEq+6h%H zA#1S@yKC^>L6j8xq@I}Cf()~a?f$!fyoFcA{u@mp5IEQ)W+?q~zaV?cr(&pR% zM^IJ*fnpwzd#>GysOCg#!3Uoihn*SAj12e_r(Iyx86D|Hah@Y7jJ^qA(fC6oJ4%`Z z6cMY>pZtCnz0=#LeXr|uy|Z(3x<_KCoc8h>o}YcZ?sl#NWp6=Cfum&R_6qC7ht`E# zFy^kFoZ-1Y^lj{WG}kx^;C;jpX_dkuJ7K7Cceg#+7i{_=yNR*b~GQ)?6ia#|SGEDu%sm=FOLeu?F#86+_ zw+A-RPqAQ14c!w1sk^L=F~jJ*wu}!8#SUJU6FxtA?&t5D*FfoX@|BVePEqLVEioio zrEk6mbQ;8^nNelvP3rorJ)J3r$)9wZba9^PQ(#BjGRP)^jIJQ7%nw7 z*{dPKdXlKb#@leNnZHDcfsxipV+8$*$ronW(<2cve$DaCh8m*PU8W4KS;&2KE;inK)I)*B>BYq_7g&NJVk&Mp!a zJ%x@S*SkK$_}L*Qgok%`J9F2yQ$JLuvHg{oek2-pfWT&RrkA^ILP1t202@#Dk_qc! z)atIio#~A_+xl$|ifHv_eS9bld$W>+pHtNn6l6d<`cew#!WWDVV$yTmQ^e_-GAopj zSTJaeIAPc~e$pBG^{b?@SPHLXxWn?eBwMW?%7-eda+#M0T3ANUo%LxW<* zx35&VeLNAq{Fg@JBZG|9*9}9B?T;t>{r0g#Bxyjg@!j$xAd5C4xJn^Y+{_Mp1oxr9 zn!ry0BJsvM-eHl|n@?7a`4f>n<=-8THb{q;aqcb&0Pj{gWo_U)+_!hW-M|*3ve@d9 zEME>(eYtks3v2FPVX7IMp?A_PQoeRA5`5ct52&B})5TT5{mkmjZq9wS80>FgqqEY8 z&D4@f`J&otM|i^xh?$=g>!-syrp2Z*>$p9>LQNy9w?&$3d<;6d}wZe`9qCP9|m+qW;O z(Ff76zQm8SGy0rl27VQ9syPV$dEVbD_38|nWvk6-s$o5mEq;cr@8LXJknBUpD;EZz zlUIFJzg&q~CzF9C?K$(wxb<1Q0Ll>$aUuRr>zW+ucJ%1H`r)n2x(EUTnQR6R8Dnh= z?+=adect5)OYsAWG3H6Npa$lz!LwUc76EmbcqGb-@!ce`^D6P=X^k2w%yXIqH}{+OIGxH zL5Pax_!fYN<(v$-pGUQXk>f9k-?==>R*bQ!rrDo4toLKP)igF{WVFtl6kQqs%~pl! zkWT4hYN~pb+sWs>Ss`fkUR$dA8EmBiGS+nh%T@f_o*LAA?&0?bAGhu@pG=}2e@IcubsXR%D+fNLJyH1V~LvcUgQr_b2^@Np?Sa;u2<4 zlWH~%Hiro;VmY#B0@1AWKi)`;BEXl3ZqB9+647*!$Vp%fyFwodnfUjYNdBEt1@pQ*o+&4=b z5NS8fF!<3k@J`NREhNnqzK-5;S}y^2^(B})g070wQF~tG9~)$pZ?V{AlmD?6=s9L{ zcW6Q2DiInIi|$0B;hmUGCR;eOz~sZvK{#%5`>nlPzyO7F%ZJ@A57qcqV9qk+HY;~(zW~aydP4{jW~B{qe}<> zLlT)UvFzj>q5ayuqP32Fsdj&OPH|iW4i(P$cIUf3;DJS~6N2>W@ zu3VGt;60OAZ>hzVleS^JekRKr&%J~Vg(I#LGyT}{10Cy8aZ($;_iIT?AXj0Cl&&iSIk{5#u?{qLhE zO3F%w>PaahF<*<~#&22a?l;EQn!V`5TQC3C`c0E9Ta&K9Wgohtar85;q{wGu;5%FP z-c((eVy9KIe4NY^g7_bso11`nLBV4@-J4b4*C5?=a&)vM%o#=!d?LOCWp8$RwxG5~ zxVDJ=Y1pG&S;DV_asO9VQ)k5o0+;dZEDG<-Vd8sjKIgp@9swpwjvg)DS1Q>%MWxL5 z!f0W22q1hXDY~=ZHYzuz9){eprQcRWWlI&ITo(4pj-x?&-&d$35U`gR!+( zkLQzx@>eXO?W&<8RvvS1?Lhtct)G8{6+-LKsKT9b_g>-MzE5p`{RFiYGcGBq!E}gt zLXpOW9v#a5LeAQ{7^*1w6kvQ2Kg!Hvx6&*hl?Vfr2_T~aYQWf-WU$JOlW`kqF=BXC zdNgO={=1-~sk=dQGFC28Prf$3WymsVpkqXuv6{7Xn;>i_EjUawQeZ9jowWlXpD&%+ z*;I8#pMGQwo0V5ofG{QW)1{;*F+GI_Dcp%ck8~r`(1jL!K~a7lb;bhY&DvnbooH-K zY*cb=X@!|kbLlK=p%zJK9YTfW(5JE3rDompzTSK-OVuKyxu0l4Elg}iGg;Pj2@tJP z{vYEOC&$OD5ioBIxyh^K(~*f4&0yoDG3m*l?&25bZ`c1*It6SgQ#1I-Zi->A=8TDm;2^6_qLY44#iV(!wSTFrUXhm7eo5_f2PqS5 zu@pHg{Z>xa1_NR7Gb&~7CK3&KWTB<}#6(4VcTVc*TyAyiR<309yp4)1lZkO*AxL5$ zGZewtil)nHY)h8b12@5y>LS%+lWRyWiGAY8ezIw(TNm7_%zlai9Wng49Wi>_70^5ofXTx^(hN{>gTD$yV`fCa z6%@du;JFbPZov97m7n&AJFNXv2LZ*v4{miv{YCCxd4+gBbgsYls>rhlZ(IXe{Q46m z`{lrcL*B2thsAXJE|^eo2>76SgL>$v+VlvxFy!8J83=@Sd1mhGPldq|Y7#bWrpn|^ zEMhlZ68>jI!NEY-qa(O5;#T*HPJmJ-t?+k*FaRTl0PnoKHhuEj)aHJzrdj8Hghgg8 z&PKk62!%!_Uhrz5`BrV82C6IuLbnLOolOQh72kvV>SY)43a0@Nk{1JUkFAMHNxl8u z`h9xqwLK!aB)|fHHCL>{-tZ8CuPLd=H8?=x0rOiK>|w3IL$6^rek5P0z-j$HIVwti z-jE1tCn%ZbC`9}T5HXfzfi4CA`J2x0DI*k)&eYNQD4~mY&}-DiAPXQ;#jZNsjMC&` z%||*6f=&ubBK9#h?@@2Iu&g|9VA0yw7|Z=1BC7p2fRTX_1(q|ox%+<;N9Mzak@K+oC9JR>%WxL z8f}T7d7hx#f0w@?VJ~&I%Pj|lVQ?B-X;7Gx<*DxTU4|iEY}Fn z32CIP7V}FtN$sG3{&DumftL9$qsqNJ+B5wUD2DiOnREjPDT2r6F)F6%RV_Lys~qu?$``mjP z85wD7Cry78k66Pa#BfJ=8=!<`0|>kyPl2T3QGSAeDk&{ZzQs6ocXOd2EnTklsE+{G zfLbI*1x3h!K^x>e1Vb5Ag&z%=c5HHTcF(y;Z6~rC{jUZ@Q(r&r`}fywYx!Lm070XI zE})Ok&oeG9TG}4pT`XV?`#yoaWnuMKot>C)-uy$>LwAAx(wd}E&P>>-6uj2p1Ipp7s08>}*?G z8zrIVGx^Z4u%0wz^qV?<`&CJy@dXA>Xj4_yxG}4Vv2i!f=hH`ur)N%y5)K*Hw|{14 zMoU{8Jc@;d6_Q(l)jW3RNBQPnzSQ{k`uc1q;oCP2P0eX=7ijCs7p`8Mkjg(|NXxN_ z`hZJ}($>{Y0ko7Edu_m_YPSmp>x(bhKz>tP%*e;5JujIB_F_``bOKy32H(AI_G(1O zO7w*)b+6+7;9HpQB;3jDPL`z2S(_rNn$^yn23NpBzj`q@po8gPJ#m@DVg9s5uF`su zJGCRH07e9k=<$M4g7LJrps-$dWQ+Yf;g}8BCG!_xd2W9U5(2pvvYi!{jn|?@v5NXYwY&n`jpcTS#q+ zAMY!Y_)*2J>LbvBm=r=Sj6C6z(EKXnA=$Ed|N5md65Xn;4vDZIPWY`5pe+P>eRRaN zZqaz;+;o-QiU!)o)AV^+KvcG|*nFqCH$q=7Zati9bs;*Mmp(=xjZgA8jd63vTIUon z3PW=~8z+_*Bqe+|B35?8fe)-!Hq+=Wi@LqEQ|e-W z27-f3^31UD?o=*bjn4N0AHDq4a(~CeiVtz+$oz5Dn|D%k_iBu1aG{6V|K|1)K2IY~ z*3mO%n*@YJ>bXij-a446npg)zHCUgAq=JA0mUgYuV2UI&6_9mcAYAS38ZJoybR-UP znJ#Dc$;z&L`rh3~7pK(sJxo%fCkOr8q11W>B*aE}JQZ#W7!uJSY>VDCkj5>X_9KNW zoi1wtF&sDY<@lIHdNa*foB;_QLvV%xcIhXJ&2d?hvk2>CoaRBIm}Ha z?U3T?zWYz8)=Q#s4!6rrzMwQfDh>UsAphqF+#8Ga|0P!Ym?VM0kjx$v3{o7fHkMdM z}s&Pk?knz_x10$n=?}dEpWe@K{5+>x>kO!S7sLTxmi+O+bZa--X$$ z!aBU!5r((t>_KyvAAK06eSaNs+OClkh(aA{e`{524H5+Qtf~NqqwMVPRQ+XzROSpB?qcYSxV#y5Xc5?aIa6|`R?b}5cbnpU+4chVw(^l zHYqY#;~&+rJ0p*vesyt=la@!`VqtClVOkZi{lK-5asB&IRaKRdk#TTv0KJQk63+|? z59bFJhhR}7pbSV)Mm1xq>s~yJGMzYZP=E#&!@SDxBHULWL<|xW6OWJWDKvzs z{)VaN|G~9xBAM>(QEGIoFIq)vLgNQyU&Ptmj*Z=nqHr5r5lCxjrgWEQ)lxm3cJjN{ zi)9<@faYg<9D5+jv4ZUAgR)aw6>@w^{S7@GNs654OBWL7{G1=T?LkvxZ_>BofcyVf zh-z=>K@7Xt4&uf$AFGYJBBnpq(#-wh(ZTshA*}8{QC1bnt7@rnk|}zI z| zom9fXmR-Rq?Bm$#{11MbQOPIMxUJEW@uT5JKVTICF^ETP$UjKV&1|yxf)L~JEsP5L zKZMs&5&Ty;=1IzH?zjM1&1c zB`kM@z4$^E`#GLYa`LyW&z!*FRIi+O5y`FmV}KegRc{zTp#EZadL=Rm`5zLjbjtsl z6hTaW+*W}^6pllEtHK5+K52#CD^v04WQ5B8H$*2zJ7&f{Jw1)jzaiB7otz|A>Qf$$ zKaiY{i4}~mudVeE!MlQ38-SI-vs)}GW)udP1WX4G*n}bPo~MJ|GK2>S^IP^?=YKK0 zzwz?h-vS`-5j^m#I7A%B9RvRA_1T{{k45x?2>07$7(PS-u&#p`D$u>7Cz)X*<09Gl ztahim{*5WFEq6Dw)rpk0;TQffte6J4+}XJr`iYzE#TW6+qfdy$Q9#WN2}ut__j`^> zUs7iN!$h_;O7e-X`(Hrwi|!o~X5pXcl$4_1&KwYk0@9ZjX$2_|%lzfJ<#`}@w-$_o zz1O>jLMZWh3@*Iosb++?$T=b~Z>{vMuLNJj&x0fh(%(m16CLoz(B?GBq!-I(4sSX) z6yv}^x~-22r4;V22L3Aqj{7bd9Ew7hHNXA~4UZVyeU8`-vh!L6I^)@29$Y>lvt1c= zxDJ)_A=DbTO)^DleY8u|vepfFDV(P4F96g%Jk)}`gAuXFAfrq#%vcxh3lUt3o;=&4 za}oW41j6KuX*OGpP(w)~Ye~6SK0+>_x9<5+!K3tbuEC|kI5;h@l!{WK)2J~t4Ytft zqG0@ksVN9NNWG-nTEeFX)#)dwuEp|{4IE){XAakTTv&%6!9W5vuKG*T+>ai<(^`~x zIsggv8%_EwC(n^%U%%ooJlfR(9o#i4 z3LtHXiJ|_EZds1`nskW}9ax_{GHxA(+sCCu4oiw@a)@slz7m$YU}k$NDWnGIRj~Vt zq0hB0uqJ}n%xE2wVCsoZA|6B35J3??oOkpcOD+#(xKugsF|&0*VISGQt^9n)l2?rc z?vN~n88Gi}uyjdRZce30S{b@r>{-v6;f44H1*C!O9~1ziC^Vj|v2R274Cpz(<2FS9 zVR7y?C*;K_gIRsMf+dq4AYDI~Jn*3ne+P~{tqB? z{*Cb87sne!8b@O8G=Pf$Ak>fY{ZolF;^IP~S1zPKkb3M`T)s3j@Z5i>gT)AVObCg! zUYnhz-FX4fD|Wlqq*>8yDj~^@%rL6me`x{6{2l%ignzsHg=;>F5AHB?I8!2$SU_u^ zX0_&cuPDyx%m2t{FN7}nl6%fVHB7HEK;6AHHG*f0I{)MfZ_sbXOS~yvkRT)IFZ@+C zU1qcOqGeLSDyYWBK+Rlrjs%OPsfuKL2DP|kgl|i4RzeH1sMl$7=+Ol1}gezm~}@1`bvP_|FRaG!Rl6J0R7~Ft*9V%!mizyz|S;NhnlDPj7x?1UMcR z7z6})qg#KR;UP_5jsAvx^J+xZk}a+defnVQbPofCPv|%(HAJy-a00^wAinRB2mRL` zs0DJKhshG*#&NQVmQLpX}YCb9=67XU|#F zN|eIwL-keUNsZTsC3QZJWDpF!^V_JFY)D_sY#jTKgl2qPa486g-B&WwfU?xOdVkFs z2;V={%~UJMHAw(s&2*!y4P>1Ur6MyXE8QT09TDPt8(>|1v4CGVW;mxXxUuKF5yAEt zW?bf|=-jID(ptAP+qWa^iZp$UkEThcb;6TGAdRwvH`F!oL?1655znBcI?2Zr0RzX| zqL;e2`Bf%RhAKbNZ4}2Vd3~F8I#b2kx0BerlL*D7${?Bl#o1!7{nAH_+}?}pv^!N2 z`LBwmw}Ua&S^gSMX0!EUURB&A7shZSUq$0gvGupl!TnXHBg+{;kUCaNlT-N`grU2j+DR#k35DkUzkLPl7J+fZYPJ55b@a!*v-%FHpT$<0hXef5@#{ z5C1s`V9HQUgTXQq`Ap*hl1H7%!|)ZB1h<~EGBqfDu$e6^801(po{#8^c3U{mu4^R; z%C9(!=_YsDTcK#0fi!ARaAW(GRTN(X#OC^vF4{$4VIL^M`#DSr*W|{(oKQ!66C%42 z(2Jl{$r;^rx;y*^P{m=w$Lq_2$C_{)isa11yc)9$uPcK{C^oxOB#{3uf4ytXZ}*ou zJgRit4mGNuTXxz1>9XulChxM(2`rY;!2_b{uQ(#%yZ=}dnvOb$4Up0VNQ<@SaDGbv zlN53xjX^QHtKPDoFeer0r)w(}=8Mz(Q6|2T^So2L#M_X+?&YmIFo=$sk;ZLW4K0P>W zo@#|E7I)}eg#QVJZ$R@ne(e`~xGC`ckqQB8iZu}ZaN8Pu{P@w;wHCVc<{j^U+vI5KDe$;Fi9%HyvmTeG)6cPLvk(9jw(p@d5RRbFRSaP14q zihj;YdKSW^Jc+$0RJdcvl5?qvT1w2RiGfM*4*+l%cQhi;ohtUS85+4*yLferMf8uC!0% z^4JPKyJfg8I~Ep}ryrL;{{WPdvZkinaytM#s6eO`?C63~?EPL3h=g(iBNDrWPLBmf zJE44g)Vpifx@`tGi;v_fQ}Nf82?_v zOgQRkl~JB0O${7dU4mL_zbx@~rD#mzTX|`LMX-u>_eTzu!>c|mgOh1B#Spw6>7*Qe z2n&wyznpI16Qs^?akLIz}NP zdvCJ$rb71S*d&q6W5>aTV`PPFve$E;zQ5n~eE)o|>$(5(Ip=fk_dVa^^&V78Ln;w7%`*}Qe^m8{JzX;%v%{hwF?aQv1hE7z|^mPc9l z01QPSft^7mH$gd5Vyok)cnqPTVMyLV-V<3Ol?p6eRF2_o2ewiQ94=b>piTyyj;E-|%k=BFKsxr@@KSY`+kHgsac{$b^Epm z{A;-!43JipI{BnHQ2ty=Nf)=qv;)7+V)&z6j&@p3&gD{)DjW_k*Q@P)IcxF|s#g=f zNtAHvLd$X8*vTKwaThI2EDORaSi$v8@4j~gAPA@FuL%V-(U`kJj?>+Dy|u~>p8caC zdGJa`2FGvBV!1a3Klp8m>Er!Wkuo$juThit?gDy)J!)k!PMZ1zR=NY^I|G_NcQA=) zbaZrzKsa3){NS-onL)$I%Lv5_=2ZP-mLjir-|s;C>q%upx=eaVu|OUo*yU^(9&>f1c)STElDm3Ll2 zT}>@MC#S`EURGfMyg!o6r9nhQbR46e6U0fzZSd7OugAjo&zH|5qoV^>)rg2Y|XG%`8K>0xjy8I(@YLzuL^yG|Uw z+I%!?es!_w6r}&^RVSahP$mOclsOOFWX)ZyF2vAXmzTXI#5iusp5r5zMxlrt+9m7w zx+*8mUQ>H0a1R@|Oxp{6{``4A_;v+Tswq)J_8Z_C`OgVBS=gEHsA$?F3hDv0t31}V z4iTgfCigQZJf-Ttz8Bj;SAOGrOErxcWODZD;IXBIZhPJ850ftHNCN1{_L^yEY^q~@ z!DN{En;~FUYiMXFC@9Re1f2AZz9-|Ukn;JTU}-8k&heB!8j)D{h^N_bFL(D_3G(>~ ztVO(v2>%tEcMo`ZjllFl&aY&DC7eh9w`LSgh){)j#;_PUGtbU~`gAhX-Y3kd#$bRUjc^|6szHjFvwH<$su5 zxm;0({4qNngxHt6{Y%|XfLz$GSLgGxanQx%Z!WsJx~_O*1*y>(Qd&__QB0i!D@!1X zxv!Bv2!YC;rQq7|wkliy^Fqsb`S4M_tm)UTUqv_L`ffga0igQyb&3hi-vgP}l{&|v z!cMcwFpxvLLgQvwiD55)jEw2!sb?DKAj%CqwT(jWwG;C-9WO+|YJB#8JFahgS{KJi zD7cZ?)au2^1ONB%_wUZT3v%CF4b=^P?&M|988&@)T{u&s*?@Q=XB@9CM?#5t?u((2 zX+r)*yj+7Wt-xDenU|NBpZ_#}81y0!B<)4b4!tcq(f6k$D&5RR!jutE=l|p?NT>}-xwp6H zxjhTAJ={llN&GV3P@TEK;&1ZJW0AG|97rXju=MOId?1duj z8U@t$M(t^Ga(9tD}3p~PB|K;z;^j2eVJf9;_#?mf6cQe z_ww)Oqq!jP7NV(Xy0XlXPSIVAfjFluB{z55G?Y4OxnU*8{27~m(I~i`hNh-@toJFu zNZ-+Sd;=2MhyFK20L*T5TVl-n@VmC<=Rv_fa6fu^9=(*NwfxF1^wYLMKEG#h5MI9- zNoZcriY*tnrTC6e$&xYX+~qK_mQ1vkv6A1hntS3s%S5}ZQfFqW#FweJ><+QFW12hF zE?T*v&`%{Q{J#XoS&-mPH(X1|wNodCjOguz;j#evDh{9g!yRF>pS#7ua+vlCB$&nq zu`;9BBZf*W(6!F>C7`NYSOx=eR8*AilD#5zRY|McX42 z1iOe;ET3N*%=m%@p1M(%m6es4NTHBPk4HfPB?RvSk!$(n9aX1}=dxh&ObMRdRFx%m z(dRqDrY_>@XFM}IncoqJ%yZ?p>QBamWJ5lXC?eivj;e&_xYLN4#^}I0od|=UP&7o{ zY6_iEoFs(wzQN-Tuf#xf378DUIr`mVwYV*`U1ezU*nseQG8qF40sgsvH0vBNLe_)W z0gdx?%d7chT8ZvGQ0C>M0q7hL(4C&YvAz4o%-lS5>s<(BvfgP9fYD(jv?IV_hK=F) zRtR#AVsiv-0j>-Q!PY37$rP|AHT6c80(mKBF z7@kryy_*eqtqHJ1P}568V-zIv;NQIa;~(z)?!%A&4s)>)yxY)$qbAO#^Tz|@P+w`P zze=BM=;*kWBk2bKWL|@>_x?M41p=XfQuX!p$aJK*Vj;>+)=7xOrz`~o4g{#gYNTaa z+-Hk(IFKh4%}b=f^nl#^@xLhzSVJEGg8!fakm2zE^T>Ee0)hN--I{KA|Ni~qp(lvQ z&;Re7fO8;UA&{bQtYyHSKmMJL z(Vd;n^!GKh6=LZh-Hn0${r;59=MsJuedp1_iu9Gwz53P6w6ru3&kxep?vmhxA%PPC zpbjFCm=F7b3JM~`l*ckko(=_FCV_x9KfusVoG#8+q^*M_c3Q8gI}B3Nf8#>A#0C&= z&=G3>17N6hI#NOgw9kLW(u=mMe$v6DXr#CP65(yt|Er>gH%0lMm(Ej7BtZ`VEEM(q zYvbuDq(7KZJLx*X129_!{NF!Y(6a%*-V)HGLGTd6V`9x^&PAa%y=tqQXC1WKB-yg;lIO$lw z?^gO4bZm&M`}C?j;``wAgxLC=Hdmp>_tYmx51{@jI zCkWV&%ICX)pTRoSg(o1NsG6pzlBhqQbkx$OQ2yuKf?^lv0{Bs5>FMbWjx&u4OaaN^ zfJJRIQA0m#8kqm$b4S84RLHW(aM0xp&;csX<9N7uu+2knx8-b0zuu9dZy)IM+sJJx zTd!p9pb0*}k+63{HX`bk2QXHe*T>7ugAnYF^{dI#$#8gL1))~GCi!rq$2uT&c{+jG zTX#`G=T8Fd;aWJyFk1}`L{cwPewG&tDDl$ zjFfOZ3O{Lyo}Qj&0k5s-ZvuzeSE^de4Q^YaLnJlleuE81pm0r>88*$-=l01F;QVTw zf`WoSCMUZUU>pLxH!?^pMpAYSd@A{U-b?1!9Jb9Bo#q1FZw`i48Gm+EPGUjq}rb z?__CZ<;y`+pt1a3?7Bp2*ttFokh`ICJ#;k1alzWz`C%M8;O%w&>l|KD+d_hZO*`$x z;ALu=&mab*xp_up(Q;$-tDoUkq+j6W$%@B-k@tM4@zv=BOCVsCl*1(zEw49>@t}s1 z`<;h4eJ&f5k63=T1o*XZ_n_QU$6$y2qH;A~%CT*{nVV1HuK2u{zP`R(bx8JVmG!f}Q4fO) z^7WaNt?cbLR)_N!EZHcgYVA^at?yt~DdHSOM<#nfbsaVeS|%o%0hRnYexYSv+uJLrc0?PpL-k*H)5qZx5X2BZV|-auTs(sQV)2X=V!~W~(fbPj zKP|kd1=|>nUuxYm2?!m%raBK}A!kXXOuR)JR#IFH`*BOj)m4WutOLe2M7Ab2&&4wQ zp|LSzF`HL{JR!>itM6hkC3g9AO71B;qqNeck4$JssmN<U-`=qMu9tu7xi3% zk%^8j>f0iRg8{F$hevJSa<8r?q~TGJHaV}Shlhvs+0;<@DptA;wlHC?WWZ=t?CiJ+ zZp@b4j)1vqX#BMl`m?$Dcr8r0@AKG)+S>zw<%#!{!-c+Rx@9T)LldqBA8UOriob|?}xLR)$j~HnuhKq}fqf5+*B^;a^ z6S-55^mLhrDhrh35#NEu<}G2QuC5NaznE;3n?S+zbT&V7_3o;WZ2|hZc9-F16IuT$r&+9uL3x^ObG#j} zGl4Av<>4v&@`d^1ko48`r`^5fKD*bifx6_p|9jxemoK1j5BF0%T%29x#QNhFIud-J z1-BMU2`%0zJP77#>uIEm53i~Ev#+|(kNBtFKS;tqmtLneNKP%~X7w45;k(ms58Wcd zu_Hg(=^(SVvU>2~L4STqDJZ7K7#DOrALdw(X<}cYI8l6f=hf|kiVD6CR~!hnG+t@N z4%*9XIZFHc(#1w;ZLNpDe-X0@(sAD@pg*00-sIOaaw-H|nu z#gh9Qoh6Yt|v zw>hVK7)FA>De}qRf01>MMegN@n9`^q%g+Wk>nePS087hJ3O?2ck?jFhA${S)Ha}MO zdlb$CQM}1_Fx||m^(oIuvR!*dd=t*wR3ev%&<%~L@qC*Ee3k`FSCoJ(ZKO z>ev!8WTPW{n%Mzder9_opn7uLJZx5#a|?#AHb z;^Yq9w-zDST9WIrV2z|wUhmR)|i5!!M-79+`)FUYl$CvIZ z=PlKqa{7i5{&;Uh_YEOX(%|4=z;v5JiE-?Pf$RnC1ghe%Mco(w*#{<;KnITBix=nW znwpLr#veJ`BUc|xHPU@!Ma|`ERqc99fOzs@xq*+WgX&owOIAh|+AnW|LG>bxu1$6X zFUxhIJF{!K8KHd7Cj+fFi7uaw=h?)U5-<*blIabk7`HbPVhg5)BJeJ5a5Ls#~lR2q#DhoXfD&VAe_ql&cB5r(4^e~FpUGVSX&9T^LCjTAFP zhWdttG5)2PPX{JGFNeIedmN1X_Y0@x=k5*5E>+Y?BJw`!2!8e6EU#oUm!_$hnK?TA zB(m4mDd~96Yp~k={zIiy4m>ELb7?*ru`@7A!JN)JWXWMl-E%K{wN8DRW`rv3*LPOj zQ7|EgT6W1fLv}v#Lw~Q7tPqMp35Oz1Y6o|j=aYy+oflSFS)SwN@r$5-l9xvVqO6?F z)Zm)i4IRj#u&OqBFD9CwZ?JW#SH_Bc?BL+Q!^`W;zs3E2Wi+N;ojSgh(MbQ*ZT34P z3#T%Qg=KY13$;j=@BR;6oaQh|m-ipIHz-&&J+CaQ3kiqeo|!Dn?k2=x{ycXdaA(+4 zGRzVSyj;9VRnoai|2sDKN@R3M`zwNgxb+gm2!JN7N||dp!gD|G$vqS0JK!$T{z!Kg zNZPV&7a{~h+2t*&DV$nj&|Z+b{rmbIr`{*;8B7{u3?S|ABNuK`p#k|NCc{i{FQSA9 z>z{&2OG)k3k|aa3HcJhe$t*}rvu0oSq6{2LdGcThr0VS?)Nd{Z<|y*!w!wb+>*jtf z!**Bu?H@D3gpP3nm@i|H&6VCE|-VsbuZyku5vCu#}e*mUkUn%j3|@CO1Su_ z#q05ME_@M9tKc?wt>RNNo8U~&0e!8)7$qes*=!a%b(6vp7|J>6>AKZcF+KvCnjP~G z=VYEQJvfnVatCYC)65lV)^s^I*<~S;Q0XoVQ|a11iVC~xP8B37F79<$UH6**STUz4 zoAoYK_F*bNPryT$Z9olHAF-;9VSMPATfxQm+e^1S>Qcn82l>-$Jn@l9wnz}NtlR<| z*_(EeYwIt`N;_iYaW=Mp*4hPKtQ)8D=+^<*J?is004z};^!cdes5z3T+V24_lx3=M zxTt?gO6MHzFL{q?SVf99lbn2rk=@Uh{>LQY$<%oq1VXlt{T~6wuZrlDyw+b<(#+~e zdnvx}BdI18zI*+R9N_vNo0`tSIs~0z=6d`3070vfE@ylY8T z-QND^>8tkzZ;Ze4WWZx= zMGis%DajLVR&53|)o$^B8VXQkaa=^`Pk3>N-VN-tf-c-RTmYo-_ASm# z+uMH)>}7#{dOCoi&!+x7(BD&6Z@E(MXYB{R?fxzzwVq#40Fg4CjRQFqDppoB>LVH7F-5UivZic5X6z!G^*QdkJ)t zH`s9q1QBMT6aoXG3%7|vJN5I_ioSe_AbT&HcR$xZF&q?Mc-ry(yPB$MoHs2|sFDA! zoMAN8+4EL&$~rO~Vmns~Fq51e{QMC8GN4C%oS!$X+;7AZj?@6=h=xYeRwr11oSd9y zzoQ%ppS`7?q_e|KpjZ7_TN|#Ocax)gA=GFl;tX`VfU`rFJ`mBU1LY{Lk}?A$y%UQm zD$bC3R;i;*;tqZa`fw#m#yFFt#5qf-980cCRWu7w;{sslHeOQDhN#lbn>R(X2cL$K zl9S)3kb6nWAlB&sEJg1CwZmTS3eL!psVT10DO8X&c|`Tso8+5wDC3$bq!%AMp$;GF zyz0i&X)5iM@$kkWplS1(=t6rIcf;Riy#Ne*WwzOG`R(xs2{D4lCr~%hEB$zJ9Tq&u zn|CHvFhyA8N0OU2BW$T+4I)3sWc?A6F)2G?l*?SR;aVsg> zM#C!e-HROSy$j*s!;6cH>B8!2jhDA8gQUw6!;4VZHYWlK-0A=8E2s#2Rhj zyx&t6YM@LgE^agVzUF>-bQG1n;aHDEp>m&ILkZ>-aYjB;-HA?+sBtlvX|q_S9a0hf zII-@5oEZkFV2rE8p0@;J+_xtE#WtXb%)P(EdpG8FMxprd;x1lrTV5Wsrsh9wO{=gF zd$J)Lt^W8?*WiwY&q=Af*0|f&4>HIYV&s>FhHYN)_UKsj26HJaS;}0_tn6P8mYLzw zdQOBNTwHv55$M8p>&8xUPWhe7KZyhT>=tKlELWCQL6>b7NyyPPdq+nOmfRr)7^sG{ zhtKhXtkFTafBgWA1;bI`XKPPMg3r~%2wkLRHx%Gz{bS@h())q!)YVMcy>B23KdVwC zzGp6n5aZPt$LMr*8deB?DXrPhHTEJ{A#dMGCagNOSTeER##=NyWg-H3(z+uD zY#pwiO-}+`9I5PZP{Eip^?{wEBPkxPedCZtWdS<0TIjJ$Hu5)G4|Uc7!@#T2E2HLmOPPIf6)sQt{DKZ06!jYYDr$6 zX$x_mWJ}Kj_zfD)#l}35cGRt5AeH+1`eLlf6VfOI$`x@Tw+j!}C&@V`;`D@vyW$ptn$t))d6Ar{0XTU(J3~ZtjEs2aZpt-90e<&k z(X|2KqYJyoz=QaJn_IiwAbmS>H@fK2v|VK^=yr;M(-hTxB{cD1$Y^NBdj@z z7gwvCwqAcXD@hK>MgS`6;?7RW(HsDJ z3Oep!q8KI%+_~nH-`oH^c#VyXC#Bq1w-Bxlv1e0qjSF*g-iyE);4y0HN3z9R{*z}A-S?6@p4Gr-#3JVL=l0b*3^r71iO~wNQP|X!1L65fc(X05p{nVoew%YqERJ#ukzF0 z*5M>IXltsmfZbXXoJcZU>L+=VCzGlz;aa5CU)D$G1>!DO@9XR7zc`-=S}Nj)Krk{` z1;Ro4bj{?rKe3=Ma?5z$K+k@}^>;P$NUA~dj@0O3elFwHko50TSqMbD4W!$giF=5- ziuqeT8?Lgnq*B`EbK&I?I??qF>Zz)VWS8rE5jK=1#!x8&dy=>_1BcU>iCX=S<=lbQ zO)tv5P#yD4DEG0%0yz*k1OB*DF}yI`zAV!h%B&~B!)-HBlcFHOr;=M+U++U0K;EFq zaDY0E-?1%1Klt%XsVsNFKpmSPLxM7&Ekz>rM+N0x0viQDCbvQO@^I1r*tgI(xWAll zC5-Ofd4`*t_D|Hf{%j(6w@SLC)MnvPi?+dPY9h1Rg_^9DPoE zeQ7faPcANI<=|LG`LeY5`uwMBkcPvS~9u1c3u3$Gr_9;3F?Q zne!T5DUmpz&{>GbUUBE_kdU$7vN2_sBDmU&k5^+HE;rl(X zd`uO8MN>aD5cJ8mj;LVz4cnoKGGg;%%}}bx+KSqc>o>4lE5fCVB82jcl-_4&-|4JX_dkWsOJ~lT_a) z?H96dpR}euY(ydjI0fddIA;1n94G+Nw`izlt5V$~UfvnN*-xzK{kXu9K&PE<`r4Zq zQ+(nN5dTU7?wK=_f=g+WK-ApI{;p-ff_y%0#eh$HPaRG?PQm|@1%#0P)KTkMKY!Jui-I|wv-q(vTH^re^PaM+fD7k2 z_$yiv%xvM*d_ZkVM*W0&axdJk&+6!N{rw6|*0@^wedY$Fv45Qk|r_H(VdICz!1^W(lW!x?<%wE5fdhNAGu74~j9!DMi6WQ!S)|ME6gub7znO0)7?C2`WLCi_A&zhVwLf1aOSQ zcR9flxOL*#F-t|M(KQrhqh4uUs(4_`$x4lc#RZafhpv@Oe8Dhsb6*vDUM32;R>mu^ zeFO`zlkSx@xUgW!yE0<7PcV{xC6Y=_!{;WNjh+|SPJ=%Fy=)Fd;L;3@+nubsz4ot8 zg;(8=KymT$j;-|cp=$oldPYxGBh+-z(qvz)Bq7~xu)IHz6>;>h+>IkT8rZmlsb{qJ z*6t@YpPlM4o`i+mbUlA`vaQZ|#ShL2BJ^vIAzcFuR_;`qed5o-eXXIT($mvZi>@Kr zp3)t=5DC@WV%?RWR$EHJgHqO!sFVwAum$- vres) { - lv_obj_set_height(sb, vres - lv_obj_get_height(header)); - lv_cont_set_fit2(sb, LV_FIT_TIGHT, LV_FIT_NONE); - lv_obj_align(sb, header, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); - lv_page_set_sb_mode(sb, LV_SB_MODE_DRAG); - } else { - lv_obj_set_size(sb, hres, vres / 2 - lv_obj_get_height(header)); - lv_obj_align(sb, header, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); - lv_page_set_sb_mode(sb, LV_SB_MODE_AUTO); - } -} - -static void content_create(void) -{ - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - content = lv_page_create(lv_disp_get_scr_act(NULL), NULL); - - if(hres > vres) { - lv_obj_set_size(content, hres - lv_obj_get_width(sb), vres - lv_obj_get_height(header)); - lv_obj_set_pos(content, lv_obj_get_width(sb), lv_obj_get_height(header)); - } else { - lv_obj_set_size(content, hres , vres / 2); - lv_obj_set_pos(content, 0, vres / 2); - } - - lv_page_set_scrl_layout(content, LV_LAYOUT_PRETTY); - lv_page_set_scrl_fit2(content, LV_FIT_FLOOD, LV_FIT_TIGHT); - - lv_coord_t max_w = lv_page_get_fit_width(content); - - - /*Button*/ - lv_obj_t * btn = lv_btn_create(content, NULL); - lv_btn_set_ink_in_time(btn, 200); - lv_btn_set_ink_wait_time(btn, 100); - lv_btn_set_ink_out_time(btn, 500); - lv_obj_t * label = lv_label_create(btn, NULL); - lv_label_set_text(label, "Button"); - - /*Switch*/ - lv_obj_t * sw = lv_sw_create(content, NULL); - lv_sw_set_anim_time(sw, 250); - - /*Check box*/ - lv_cb_create(content, NULL); - - /*Bar*/ - lv_obj_t * bar = lv_bar_create(content, NULL); - lv_obj_set_width(bar, LV_MATH_MIN(max_w, 3 * LV_DPI / 2)); -#if LV_USE_ANIMATION - lv_anim_t a; - a.var = bar; - a.start = 0; - a.end = 100; - a.exec_cb = (lv_anim_exec_xcb_t)bar_set_value; - a.path_cb = lv_anim_path_linear; - a.ready_cb = NULL; - a.act_time = 0; - a.time = 1000; - a.playback = 1; - a.playback_pause = 100; - a.repeat = 1; - a.repeat_pause = 100; - lv_anim_create(&a); -#endif - - /*Slider*/ - lv_obj_t * slider = lv_slider_create(content, NULL); - lv_obj_set_width(slider, LV_MATH_MIN(max_w, 3 * LV_DPI / 2)); - lv_slider_set_value(slider, 30, false); - - /*Roller*/ - static const char * days = "Monday\nTuesday\nWednesday\nThursday\nFriday\nSaturday\nSunday"; - lv_obj_t * roller = lv_roller_create(content, NULL); - lv_roller_set_options(roller, days, false); - - /*Drop down list*/ - static const char * nums = "One\nTwo\nThree\nFour"; - lv_obj_t * ddlist = lv_ddlist_create(content, NULL); - lv_ddlist_set_options(ddlist, nums); - - /*Line meter*/ - lv_obj_t * lmeter = lv_lmeter_create(content, NULL); - lv_obj_set_click(lmeter, false); -#if LV_USE_ANIMATION - a.var = lmeter; - a.start = 0; - a.end = 100; - a.exec_cb = (lv_anim_exec_xcb_t)lv_lmeter_set_value; - a.path_cb = lv_anim_path_linear; - a.ready_cb = NULL; - a.act_time = 0; - a.time = 1000; - a.playback = 1; - a.playback_pause = 100; - a.repeat = 1; - a.repeat_pause = 100; - lv_anim_create(&a); -#endif - - /*Gauge*/ - lv_obj_t * gauge = lv_gauge_create(content, NULL); - lv_gauge_set_value(gauge, 0, 47); - lv_obj_set_size(gauge, LV_MATH_MIN(max_w, LV_DPI * 3 / 2), LV_MATH_MIN(max_w, LV_DPI * 3 / 2)); - lv_obj_set_click(gauge, false); - - /*Text area*/ - lv_obj_t * ta = lv_ta_create(content, NULL); - lv_obj_set_width(ta, LV_MATH_MIN(max_w, LV_DPI * 3 / 2)); - lv_ta_set_one_line(ta, true); - lv_ta_set_text(ta, "Type..."); - - /*Keyboard*/ - lv_obj_t * kb = lv_kb_create(content, NULL); - lv_obj_set_width(kb, max_w - LV_DPI / 4); - lv_kb_set_ta(kb, ta); - - lv_obj_t * mbox = lv_mbox_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_drag(mbox, true); - lv_mbox_set_text(mbox, "Choose a theme and a color on the left!"); - - static const char * mbox_btns[] = {"Ok", ""}; - lv_mbox_add_btns(mbox, mbox_btns); - - lv_obj_align(mbox, NULL, LV_ALIGN_CENTER, 0, 0); - -} - -static void theme_select_event_handler(lv_obj_t * roller, lv_event_t event) -{ - if(event == LV_EVENT_VALUE_CHANGED) { - lv_coord_t hres = lv_disp_get_hor_res(NULL); - lv_coord_t vres = lv_disp_get_ver_res(NULL); - - uint16_t opt = lv_roller_get_selected(roller); - th_act = themes[opt]; - lv_theme_set_current(th_act); - - lv_obj_align(header, NULL, LV_ALIGN_IN_TOP_MID, 0, 0); - lv_obj_align(sb, header, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); - - if(hres > vres) { - lv_obj_set_size(content, hres - lv_obj_get_width(sb), vres - lv_obj_get_height(header)); - lv_obj_set_pos(content, lv_obj_get_width(sb), lv_obj_get_height(header)); - } else { - lv_obj_set_size(content, hres , vres / 2); - lv_obj_set_pos(content, 0, vres / 2); - } - - lv_page_focus(sb, roller, LV_ANIM_ON); - } -} - - -static void hue_select_event_cb(lv_obj_t * roller, lv_event_t event) -{ - - if(event == LV_EVENT_VALUE_CHANGED) { - uint16_t hue = lv_roller_get_selected(roller) * 30; - - init_all_themes(hue); - - lv_theme_set_current(th_act); - - lv_page_focus(sb, roller, LV_ANIM_ON); - } -} - - -static void init_all_themes(uint16_t hue) -{ - /* NOTE: This must be adjusted if more themes are added. */ - int i = 0; -#if LV_USE_THEME_NIGHT - themes[i++] = lv_theme_night_init(hue, NULL); -#endif - -#if LV_USE_THEME_MATERIAL - themes[i++] = lv_theme_material_init(hue, NULL); -#endif - -#if LV_USE_THEME_ALIEN - themes[i++] = lv_theme_alien_init(hue, NULL); -#endif - -#if LV_USE_THEME_ZEN - themes[i++] = lv_theme_zen_init(hue, NULL); -#endif - -#if LV_USE_THEME_NEMO - themes[i++] = lv_theme_nemo_init(hue, NULL); -#endif - -#if LV_USE_THEME_MONO - themes[i++] = lv_theme_mono_init(hue, NULL); -#endif - -#if LV_USE_THEME_DEFAULT - themes[i++] = lv_theme_default_init(hue, NULL); -#endif -} - -static void bar_set_value(lv_obj_t * bar, int16_t value) -{ - lv_bar_set_value(bar, value, LV_ANIM_OFF); -} - -#endif /*LV_USE_TESTS*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.h b/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.h deleted file mode 100644 index 67ab926..0000000 --- a/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_test_theme_2.h - * - */ - -#ifndef LV_TEST_THEME_2_H -#define LV_TEST_THEME_2_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TESTS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Test run time theme change - */ -void lv_test_theme_2(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TESTS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TEST_THEME_2_H*/ diff --git a/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.png b/components/lv_examples/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.png deleted file mode 100644 index 703c25d5fb8b2e92b01f814db0b0bfd85b54f7f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19472 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 diff --git a/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c b/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c deleted file mode 100644 index ead3b98..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c +++ /dev/null @@ -1,291 +0,0 @@ -/** - * @file lv_tutorial_keyboard_simkpad.c - * - */ - -/* - * ------------------------------------------- - * Learn how to use a keyboard/keypad device - * ------------------------------------------- - * - * You need two things to use keypad/keyboard: - * - * INPUT DEVICE DRIVER - * - Similarly to touchpad you need to register an 'lv_indev_drv_t' driver - * - For control keys you should use LV_KEY_... from lv_group.h (e.g. LV_KEY_NEXT) - * - - * - * - * OBJECT GROUP - * - You can iterate through objects in a group (like using 'tab' on PC) and adjust/modify them - * - Firstly you need to create an object group: `lv_group_t *g = lv_group_create();` - * - And add objects to it: `lv_group_add_obj(g, btn1);` - * - Then you can send data to the object in focus: lv_group_send_data(g, 'a'); - * lv_group_send_data(g, LV_GROUP_UP); - * - Or focus on the next/prev. object: lv_group_focus_next(g); - * - */ -/********************* - * INCLUDES - *********************/ -#include "lv_tutorial_keyboard.h" -#if LV_USE_TUTORIALS && LV_USE_GROUP - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void gui_create(void); -static void kaypad_create(void); -static bool emulated_keypad_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data); -static void mbox_event_cb(lv_obj_t * mbox, lv_event_t event); -static void keypad_event_cb(lv_obj_t * btn, lv_event_t event); -static void message_btn_event_cb(lv_obj_t * btn, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ -static lv_obj_t * btn_enable; /*An enable button*/ -static lv_style_t style_mbox_bg; /*Black bg. style with opacity*/ -static lv_group_t * g; /*An Object Group*/ -static lv_indev_t * emulated_kp_indev; /*The input device of the emulated keypad*/ -static lv_indev_state_t last_state = LV_INDEV_STATE_REL; -static uint32_t last_key = 0; - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create a simple GUI to demonstrate encoder control capability - * kp_indev optinonally pass a keypad input device to control the object (NULL if unused) - */ -void lv_tutorial_keyboard(lv_indev_t * kp_indev) -{ - /*Register the emulated keyboard*/ - lv_indev_drv_t kp_drv; - lv_indev_drv_init(&kp_drv); - kp_drv.type = LV_INDEV_TYPE_KEYPAD; - kp_drv.read_cb = emulated_keypad_read; - emulated_kp_indev = lv_indev_drv_register(&kp_drv); - - /*Create an object group*/ - g = lv_group_create(); - - /*Assig the input device(s) to the created group*/ - lv_indev_set_group(emulated_kp_indev, g); - if(kp_indev) lv_indev_set_group(kp_indev, g); - - /*Create a demo GUI*/ - gui_create(); - - /*Create virtual encoder*/ - kaypad_create(); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -/** - * Create a demo GUI - */ -static void gui_create(void) -{ - lv_obj_t * scr = lv_disp_get_scr_act(NULL); /*Get the current screen*/ - - /*Create a drop down list*/ - lv_obj_t * ddlist = lv_ddlist_create(scr, NULL); - lv_ddlist_set_options(ddlist, "Low\nMedium\nHigh"); - lv_obj_set_pos(ddlist, LV_DPI / 4, LV_DPI / 4); - lv_group_add_obj(g, ddlist); /*Add the object to the group*/ - - /*Create a holder and check boxes on it*/ - lv_obj_t * holder = lv_cont_create(scr, NULL); /*Create a transparent holder*/ - lv_cont_set_fit(holder, LV_FIT_TIGHT); - - lv_cont_set_layout(holder, LV_LAYOUT_COL_L); - lv_obj_set_style(holder, &lv_style_transp); - lv_obj_align(holder, ddlist, LV_ALIGN_OUT_RIGHT_TOP, LV_DPI / 4, 0); - - lv_obj_t * cb = lv_cb_create(holder, NULL); /*First check box*/ - lv_cb_set_text(cb, "Red"); - lv_group_add_obj(g, cb); /*Add to the group*/ - - cb = lv_cb_create(holder, cb); /*Copy the first check box. Automatically added to the same group*/ - lv_cb_set_text(cb, "Green"); - - cb = lv_cb_create(holder, cb); /*Copy the second check box. Automatically added to the same group*/ - lv_cb_set_text(cb, "Blue"); - - /*Create a sliders*/ - lv_obj_t * slider = lv_slider_create(scr, NULL); - lv_obj_set_size(slider, LV_DPI, LV_DPI / 3); - lv_obj_align(slider, holder, LV_ALIGN_OUT_RIGHT_TOP, LV_DPI / 4, 0); - lv_bar_set_range(slider, 0, 20); - lv_group_add_obj(g, slider); /*Add to the group*/ - - /*Create a button*/ - btn_enable = lv_btn_create(scr, NULL); - lv_obj_set_event_cb(btn_enable, message_btn_event_cb); - lv_btn_set_fit(btn_enable, LV_FIT_TIGHT); - lv_group_add_obj(g, btn_enable); /*Add to the group*/ - lv_obj_t * l = lv_label_create(btn_enable, NULL); - lv_label_set_text(l, "Message"); - lv_obj_align(btn_enable, slider, LV_ALIGN_OUT_BOTTOM_MID, 0, LV_DPI / 2); - - /* Create a dark plain style for a message box's background (modal)*/ - lv_style_copy(&style_mbox_bg, &lv_style_plain); - style_mbox_bg.body.main_color = LV_COLOR_BLACK; - style_mbox_bg.body.grad_color = LV_COLOR_BLACK; - style_mbox_bg.body.opa = LV_OPA_50; -} - -/** - * Create virtual keypad using 4 buttons: - * - Next: focus on the next object in the group - * - Increment: increment the object value - * - Decrement: decrement the object value - * - Enter: Select something - */ -static void kaypad_create(void) -{ - lv_obj_t * scr = lv_disp_get_scr_act(NULL); /*Get the current screen*/ - - /*Next button*/ - lv_obj_t * btn_next = lv_btn_create(scr, NULL); - lv_obj_set_event_cb(btn_next, keypad_event_cb); - lv_btn_set_fit(btn_next, LV_FIT_TIGHT); - lv_obj_t * l = lv_label_create(btn_next, NULL); - lv_label_set_text(l, "Next"); - lv_obj_align(btn_next, NULL, LV_ALIGN_IN_BOTTOM_LEFT, LV_DPI / 4, - LV_DPI / 4); - - /*Increment button*/ - lv_obj_t * btn_inc = lv_btn_create(scr, btn_next); - l = lv_label_create(btn_inc, NULL); - lv_label_set_text(l, "Dec"); - lv_obj_align(btn_inc, btn_next, LV_ALIGN_OUT_RIGHT_MID, LV_DPI / 4, 0); - - /*Decrement button*/ - lv_obj_t * btn_dec = lv_btn_create(scr, btn_next); - l = lv_label_create(btn_dec, NULL); - lv_label_set_text(l, "Inc"); - lv_obj_align(btn_dec, btn_inc, LV_ALIGN_OUT_RIGHT_MID, LV_DPI / 4, 0); - - /*Enter button*/ - lv_obj_t * btn_enter = lv_btn_create(scr, btn_next); - l = lv_label_create(btn_enter, NULL); - lv_label_set_text(l, "Enter"); - lv_obj_align(btn_enter, btn_dec, LV_ALIGN_OUT_RIGHT_MID, LV_DPI / 4, 0); -} - -static bool emulated_keypad_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data) -{ - (void)indev_drv; /*Unused*/ - data->key = last_key; - data->state = last_state; - return false; -} - -/** - * Called when the Enable button is released. Show a message box to really enable or not? - * @param btn pointer to the Enable button - * @param indev_proc pointer to the caller display input or NULL if the encoder used - * @return LV_RES_OK: because the button is not deleted - */ -static void message_btn_event_cb(lv_obj_t * btn, lv_event_t event) -{ - if(event != LV_EVENT_RELEASED) return; /*We only care only with the release event*/ - - /*If the butto nsi released the show message box to be sure about the Enable*/ - if(lv_btn_get_state(btn) == LV_BTN_STATE_REL) { - /* Create a dark screen sized bg. with opacity to show - * the other objects are not available now*/ - lv_obj_set_style(lv_disp_get_layer_top(NULL), &style_mbox_bg); - lv_obj_set_click(lv_disp_get_layer_top(NULL), false); /*It should be `true` but it'd block the emulated keyboard too*/ - - /*Create a message box*/ - lv_obj_t * mbox = lv_mbox_create(lv_disp_get_layer_top(NULL), NULL); - lv_mbox_set_text(mbox, "Turn on something?"); - lv_obj_set_event_cb(mbox, mbox_event_cb); - lv_group_add_obj(g, mbox); /*Add to he group*/ - - /*Add two buttons*/ - static const char * btns[] = {"Yes", "No", ""}; - lv_mbox_add_btns(mbox, btns); - - lv_obj_align(mbox, NULL, LV_ALIGN_CENTER, 0, - LV_DPI / 2); - - /*Focus on the new message box, can freeze focus on it*/ - lv_group_focus_obj(mbox); - lv_group_focus_freeze(g, true); - } - /*Just disable without message*/ - else { - lv_btn_set_state(btn_enable, LV_BTN_STATE_REL); - } -} - -/** - * Called when a message box button is clicked - * @param mbox pointer to message box - * @param event event type - */ -static void mbox_event_cb(lv_obj_t * mbox, lv_event_t event) -{ - if(event != LV_EVENT_CLICKED) return; - - const char * btn_txt = lv_mbox_get_active_btn_text(mbox); - if(btn_txt) { - lv_group_focus_freeze(g, false); /*Release the freeze*/ - - /*Revert the top layer to not block*/ - lv_obj_set_style(lv_disp_get_layer_top(NULL), &lv_style_transp); - lv_obj_set_click(lv_disp_get_layer_top(NULL), false); - - /*Mark the enabled state by toggling the button*/ - if(strcmp(btn_txt, "No") == 0) lv_btn_set_state(btn_enable, LV_BTN_STATE_REL); - else if(strcmp(btn_txt, "Yes") == 0) lv_btn_set_state(btn_enable, LV_BTN_STATE_TGL_REL); - - lv_obj_del(mbox); - } -} - -/** - * Called the handle the emulated keys' events - * @param btn pointer to the button - * @return LV_RES_OK: because the button is not deleted - */ -static void keypad_event_cb(lv_obj_t * btn, lv_event_t event) -{ - if(event == LV_EVENT_PRESSED) { - - lv_obj_t * label = lv_obj_get_child(btn, NULL); - const char * txt = lv_label_get_text(label); - - if(strcmp(txt, "Next") == 0) last_key = LV_KEY_NEXT; - else if (strcmp(txt, "Inc") == 0) last_key = LV_KEY_UP; - else if (strcmp(txt, "Dec") == 0) last_key = LV_KEY_DOWN; - else if (strcmp(txt, "Enter") == 0) last_key = LV_KEY_ENTER; - else last_key = 0; - - last_state = LV_INDEV_STATE_PR; /*Save the state*/ - } else if(event == LV_EVENT_RELEASED || event == LV_EVENT_PRESS_LOST) { - last_state = LV_INDEV_STATE_REL; - } - -} - - -#endif /*LV_USE_TUTORIALS*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.h b/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.h deleted file mode 100644 index 2dcbe37..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.h +++ /dev/null @@ -1,53 +0,0 @@ -/** - * @file lv_tutorial_keyboard.h - * - */ - -#ifndef LV_TUTORIAL_KEYBOARD_H -#define LV_TUTORIAL_KEYBOARD_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TUTORIALS && LV_USE_GROUP - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ -/** - * Create a simple GUI to demonstrate encoder control capability - * kp_indev optinonally pass a keypad input device to control the object (NULL if unused) - */ -void lv_tutorial_keyboard(lv_indev_t * kp_indev); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TUTORIAL_KEYBOARD_H*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.mk b/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.mk deleted file mode 100644 index c00dc12..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_tutorial_keyboard.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tutorial/10_keyboard -VPATH += :$(LVGL_DIR)/lv_examples/lv_tutorial/10_keyboard - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tutorial/10_keyboard" diff --git a/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c b/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c deleted file mode 100644 index c8b03df..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c +++ /dev/null @@ -1,69 +0,0 @@ -/** - * @file lv_tutorial_hello_world - * - */ - -/* - *------------------------------------------------------------------------------- - * Create your first object: a "Hello world" label - * ------------------------------------------------------------------------------ - * - * If you have ported the LittlevGL you are ready to create content on your display. - * - * Now you will create a "Hello world!" label and align it to the middle. - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_tutorial_hello_world.h" -#if LV_USE_TUTORIALS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create a simple 'Hello world!' label - */ -void lv_tutorial_hello_world(void) -{ - lv_obj_t * scr = lv_disp_get_scr_act(NULL); /*Get the current screen*/ - - /*Create a Label on the currently active screen*/ - lv_obj_t * label1 = lv_label_create(scr, NULL); - - /*Modify the Label's text*/ - lv_label_set_text(label1, "Hello world!"); - - /* Align the Label to the center - * NULL means align on parent (which is the screen now) - * 0, 0 at the end means an x, y offset after alignment*/ - lv_obj_align(label1, NULL, LV_ALIGN_CENTER, 0, 0); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.h b/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.h deleted file mode 100644 index cea3369..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.h +++ /dev/null @@ -1,49 +0,0 @@ -/** - * @file lv_tutorial_hello_world - * - */ - -#ifndef LV_TUTORIAL_HELLO_WORLD_H -#define LV_TUTORIAL_HELLO_WORLD_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TUTORIALS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ -void lv_tutorial_hello_world(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TUTORIAL_HELLO_WORLD_H*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.mk b/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.mk deleted file mode 100644 index b5471fe..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_tutorial_hello_world.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tutorial/1_hello_world -VPATH += :$(LVGL_DIR)/lv_examples/lv_tutorial/1_hello_world - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tutorial/1_hello_world" diff --git a/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c b/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c deleted file mode 100644 index 418fa25..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c +++ /dev/null @@ -1,204 +0,0 @@ -/** - * @file lv_tutorial_objects.c - * - */ - -/* - * ------------------------------------------------ - * Learn how to create GUI elements on the screen - * ------------------------------------------------ - * - * The basic building blocks (components or widgets) in LittlevGL are the graphical objects. - * For example: - * - Buttons - * - Labels - * - Charts - * - Sliders etc - * - * In this part you can learn the basics of the objects like creating, positioning, sizing etc. - * You will also meet some different object types and their attributes. - * - * Regardless to the object's type the 'lv_obj_t' variable type is used - * and you can refer to an object with an lv_obj_t pointer (lv_obj_t *) - * - * PARENT-CHILD STRUCTURE - * ------------------------- - * A parent can be considered as the container of its children. - * Every object has exactly one parent object (except screens). - * A parent can have unlimited number of children. - * There is no limitation for the type of the parent. - * - * The children are visible only on their parent. The parts outside will be cropped (not displayed) - * - * If the parent is moved the children will be moved with it. - * - * The earlier created object (and its children) will drawn earlier. - * Using this layers can be built. - * - * INHERITANCE - * ------------- - * Similarly to object oriented languages some kind of inheritance is used - * among the object types. Every object is derived from the 'Basic object'. (lv_obj) - * The types are backward compatible therefore to set the basic parameters (size, position etc.) - * you can use 'lv_obj_set/get_...()' function. - - * LEARN MORE - * ------------- - * - General overview: http://www.gl.littlev.hu/objects - * - Detailed description of types: http://www.gl.littlev.hu/object-types - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_tutorial_objects.h" -#if LV_USE_TUTORIALS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void btn_event_cb(lv_obj_t * btn, lv_event_t event); -static void ddlist_event_cb(lv_obj_t * ddlist, lv_event_t event); - -/********************** - * STATIC VARIABLES - **********************/ -static lv_obj_t * slider; - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create some objects - */ -void lv_tutorial_objects(void) -{ - - /******************** - * CREATE A SCREEN - *******************/ - /* Create a new screen and load it - * Screen can be created from any type object type - * Now a Page is used which is an objects with scrollable content*/ - lv_obj_t * scr = lv_page_create(NULL, NULL); - lv_disp_load_scr(scr); - - /**************** - * ADD A TITLE - ****************/ - lv_obj_t * label = lv_label_create(scr, NULL); /*First parameters (scr) is the parent*/ - lv_label_set_text(label, "Object usage demo"); /*Set the text*/ - lv_obj_set_x(label, 50); /*Set the x coordinate*/ - - /*********************** - * CREATE TWO BUTTONS - ***********************/ - /*Create a button*/ - lv_obj_t * btn1 = lv_btn_create(lv_disp_get_scr_act(NULL), NULL); /*Create a button on the currently loaded screen*/ - lv_obj_set_event_cb(btn1, btn_event_cb); /*Set function to be called when the button is released*/ - lv_obj_align(btn1, label, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); /*Align below the label*/ - - /*Create a label on the button (the 'label' variable can be reused)*/ - label = lv_label_create(btn1, NULL); - lv_label_set_text(label, "Button 1"); - - /*Copy the previous button*/ - lv_obj_t * btn2 = lv_btn_create(scr, btn1); /*Second parameter is an object to copy*/ - lv_obj_align(btn2, btn1, LV_ALIGN_OUT_RIGHT_MID, 50, 0); /*Align next to the prev. button.*/ - - /*Create a label on the button*/ - label = lv_label_create(btn2, NULL); - lv_label_set_text(label, "Button 2"); - - /**************** - * ADD A SLIDER - ****************/ - slider = lv_slider_create(scr, NULL); /*Create a slider*/ - lv_obj_set_size(slider, lv_obj_get_width(scr) / 3, LV_DPI / 3); /*Set the size*/ - lv_obj_align(slider, btn1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); /*Align below the first button*/ - lv_slider_set_value(slider, 30, false); /*Set the current value*/ - - /*********************** - * ADD A DROP DOWN LIST - ************************/ - lv_obj_t * ddlist = lv_ddlist_create(scr, NULL); /*Create a drop down list*/ - lv_obj_align(ddlist, slider, LV_ALIGN_OUT_RIGHT_TOP, 50, 0); /*Align next to the slider*/ - lv_obj_set_top(ddlist, true); /*Enable to be on the top when clicked*/ - lv_ddlist_set_options(ddlist, "None\nLittle\nHalf\nA lot\nAll"); /*Set the options*/ - lv_obj_set_event_cb(ddlist, ddlist_event_cb); /*Set function to call on new option is chosen*/ - - /**************** - * CREATE A CHART - ****************/ - lv_obj_t * chart = lv_chart_create(scr, NULL); /*Create the chart*/ - lv_obj_set_size(chart, lv_obj_get_width(scr) / 2, lv_obj_get_width(scr) / 4); /*Set the size*/ - lv_obj_align(chart, slider, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 50); /*Align below the slider*/ - lv_chart_set_series_width(chart, 3); /*Set the line width*/ - - /*Add a RED data series and set some points*/ - lv_chart_series_t * dl1 = lv_chart_add_series(chart, LV_COLOR_RED); - lv_chart_set_next(chart, dl1, 10); - lv_chart_set_next(chart, dl1, 25); - lv_chart_set_next(chart, dl1, 45); - lv_chart_set_next(chart, dl1, 80); - - /*Add a BLUE data series and set some points*/ - lv_chart_series_t * dl2 = lv_chart_add_series(chart, lv_color_make(0x40, 0x70, 0xC0)); - lv_chart_set_next(chart, dl2, 10); - lv_chart_set_next(chart, dl2, 25); - lv_chart_set_next(chart, dl2, 45); - lv_chart_set_next(chart, dl2, 80); - lv_chart_set_next(chart, dl2, 75); - lv_chart_set_next(chart, dl2, 505); - -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -/** - * Called when a button is released - * @param btn pointer to the released button - * @param event the triggering event - * @return LV_RES_OK because the object is not deleted in this function - */ -static void btn_event_cb(lv_obj_t * btn, lv_event_t event) -{ - if(event == LV_EVENT_RELEASED) { - /*Increase the button width*/ - lv_coord_t width = lv_obj_get_width(btn); - lv_obj_set_width(btn, width + 20); - } -} - -/** - * Called when a new option is chosen in the drop down list - * @param ddlist pointer to the drop down list - * @param event the triggering event - * @return LV_RES_OK because the object is not deleted in this function - */ -static void ddlist_event_cb(lv_obj_t * ddlist, lv_event_t event) -{ - if(event == LV_EVENT_VALUE_CHANGED) { - uint16_t opt = lv_ddlist_get_selected(ddlist); /*Get the id of selected option*/ - - lv_slider_set_value(slider, (opt * 100) / 4, true); /*Modify the slider value according to the selection*/ - } - -} - -#endif /*LV_USE_TUTORIALS*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.h b/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.h deleted file mode 100644 index da6aa20..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.h +++ /dev/null @@ -1,49 +0,0 @@ -/** - * @file lv_tutorial_objects.h - * - */ - -#ifndef LV_TUTORIAL_OBJECTS_H -#define EX_OBJECTS_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TUTORIALS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ -void lv_tutorial_objects(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TUTORIAL_OBJECTS_H*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.mk b/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.mk deleted file mode 100644 index 3c1aeea..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_tutorial_objects.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tutorial/2_objects -VPATH += :$(LVGL_DIR)/lv_examples/lv_tutorial/2_objects - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tutorial/2_objects" diff --git a/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c b/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c deleted file mode 100644 index e3bad57..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c +++ /dev/null @@ -1,164 +0,0 @@ -/** - * @file lv_tutorial_styles.h - * - */ - -/* - * -------------------------------------------------- - * Learn how to modify the appearance of the objects - * -------------------------------------------------- - * - * The appearance of the graphical objects can be customized by styles. - * A style is simple 'lv_style_t' variable which is initialized with colors and other parameters. - * Objects save the address of this variable so it has to be 'static or 'global'. - * - * A style contains various attributes to describe rectangle, text, image or line like - * objects at same time. To know which attribute is used by an object see: - * http://www.gl.littlev.hu/object-types - * - * To set a new style for an object use: 'lv_xxx_set_style(obj, LV_..._STYLE_... ,&style); - * For example the set the release style of a button: - * lv_btn_set_style(btn1, LV_BTN_STYLE_REL, &rel_style) - * - * Or if the object has only one style: lv_label_set_style(label1, &label_style) - * - * If NULL is set as style then the object will inherit the parents style. - * For example is you create a style for button the label's appearance can be defined there as well. - * - * You can use built-in styles: "lv_style_... ' - * Learn more here: http://www.gl.littlev.hu/objects#style - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_tutorial_styles.h" -#if LV_USE_TUTORIALS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create objects and styles - */ -void lv_tutorial_styles(void) -{ - lv_obj_t * scr = lv_disp_get_scr_act(NULL); /*Get the current screen*/ - - /**************************************** - * BASE OBJECT + LABEL WITH DEFAULT STYLE - ****************************************/ - /*Create a simple objects*/ - lv_obj_t * obj1; - obj1 = lv_obj_create(scr, NULL); - lv_obj_set_pos(obj1, 10, 10); - - /*Add a label to the object*/ - lv_obj_t * label; - label = lv_label_create(obj1, NULL); - lv_label_set_text(label, "Default"); - lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0); - - /**************************************** - * BASE OBJECT WITH 'PRETTY COLOR' STYLE - ****************************************/ - /*Create a simple objects*/ - lv_obj_t * obj2; - obj2 = lv_obj_create(scr, NULL); - lv_obj_align(obj2, obj1, LV_ALIGN_OUT_RIGHT_MID, 20, 0); /*Align next to the previous object*/ - lv_obj_set_style(obj2, &lv_style_pretty); /*Set built in style*/ - - /* Add a label to the object. - * Labels by default inherit the parent's style */ - label = lv_label_create(obj2, NULL); - lv_label_set_text(label, "Pretty\nstyle"); - lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0); - - /***************************** - * BASE OBJECT WITH NEW STYLE - *****************************/ - /* Create a new style */ - static lv_style_t style_new; /*Styles can't be local variables*/ - lv_style_copy(&style_new, &lv_style_pretty); /*Copy a built-in style as a starting point*/ - style_new.body.radius = LV_RADIUS_CIRCLE; /*Fully round corners*/ - style_new.body.main_color = LV_COLOR_WHITE; /*White main color*/ - style_new.body.grad_color = LV_COLOR_BLUE; /*Blue gradient color*/ - style_new.body.shadow.color = LV_COLOR_SILVER; /*Light gray shadow color*/ - style_new.body.shadow.width = 8; /*8 px shadow*/ - style_new.body.border.width = 2; /*2 px border width*/ - style_new.text.color = LV_COLOR_RED; /*Red text color */ - style_new.text.letter_space = 10; /*10 px letter space*/ - - /*Create a base object and apply the new style*/ - lv_obj_t * obj3; - obj3 = lv_obj_create(scr, NULL); - lv_obj_align(obj3, obj2, LV_ALIGN_OUT_RIGHT_MID, 20, 0); - lv_obj_set_style(obj3, &style_new); - - /* Add a label to the object. - * Labels by default inherit the parent's style */ - label = lv_label_create(obj3, NULL); - lv_label_set_text(label, "New\nstyle"); - lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0); - - - /************************ - * CREATE A STYLED BAR - ***********************/ - /* Create a bar background style */ - static lv_style_t style_bar_bg; - lv_style_copy(&style_bar_bg, &lv_style_pretty); - style_bar_bg.body.radius = 3; - style_bar_bg.body.opa = LV_OPA_TRANSP; /*Empty (not filled)*/ - style_bar_bg.body.border.color = LV_COLOR_GRAY; /*Gray border color*/ - style_bar_bg.body.border.width = 6; /*2 px border width*/ - style_bar_bg.body.border.opa = LV_OPA_COVER; - - /* Create a bar indicator style */ - static lv_style_t style_bar_indic; - lv_style_copy(&style_bar_indic, &lv_style_pretty); - style_bar_indic.body.radius = 3; - style_bar_indic.body.main_color = LV_COLOR_GRAY; /*White main color*/ - style_bar_indic.body.grad_color = LV_COLOR_GRAY; /*Blue gradient color*/ - style_bar_indic.body.border.width = 0; /*2 px border width*/ - style_bar_indic.body.padding.left = 8; - style_bar_indic.body.padding.right = 8; - style_bar_indic.body.padding.top = 8; - style_bar_indic.body.padding.bottom = 8; - - /*Create a bar and apply the styles*/ - lv_obj_t * bar = lv_bar_create(scr, NULL); - lv_bar_set_style(bar, LV_BAR_STYLE_BG, &style_bar_bg); - lv_bar_set_style(bar, LV_BAR_STYLE_INDIC, &style_bar_indic); - lv_bar_set_value(bar, 70, false); - lv_obj_set_size(bar, 200, 30); - lv_obj_align(bar, obj1, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 20); - -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.h b/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.h deleted file mode 100644 index 513be1e..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.h +++ /dev/null @@ -1,49 +0,0 @@ -/** - * @file lv_tutorial_styles.h - * - */ - -#ifndef LV_TUTORIAL_STYLES_H -#define LV_TUTORIAL_STYLES_H - -#ifdef __cplusplus -lv_tutorialtern "C" { -#endif - - /********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TUTORIALS - - /********************* - * DEFINES - *********************/ - - /********************** - * TYPEDEFS - **********************/ - - /********************** - * GLOBAL PROTOTYPES - **********************/ - void lv_tutorial_styles(void); - - /********************** - * MACROS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ - -#ifdef __cplusplus -} /* lv_tutorialtern "C" */ -#endif - -#endif /*LV_TUTORIAL_STYLES_H*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.mk b/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.mk deleted file mode 100644 index 8bd7307..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_tutorial_styles.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tutorial/3_styles -VPATH += :$(LVGL_DIR)/lv_examples/lv_tutorial/3_styles - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tutorial/3_styles" diff --git a/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c b/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c deleted file mode 100644 index c481a05..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c +++ /dev/null @@ -1,85 +0,0 @@ -/** - * @file lv_tutorial_themes.c - * - */ - -/* - * ------------------------------------------------------------- - * See how the customize with themes much faster and simpler - * -------------------------------------------------------------- - * - * To set up styles you need some deeper knowledge about graphics library and - * requires to be a designer a little bit. In addition it takes quite much time. - * - * To address this issue you can use 'themes'. - * The themes are style collections for every object type with all the required styles. - * - * In 'lv_conf.h' you can enable the themes. E.g.: LV_USE_THEME_ALIEN 1 - * - * When you initialize a theme you can assign a HUE (from HSV color space) and a font: - * For example to initialize the 'Alien' theme with a greenish color: - * lv_theme_t *th = lv_theme_alien_init(130, &lv_font_dejavu_40); - * - * You have two options to use the themes: - * 1. Set the styles in it directly: lv_bar_set_style(my_bar, LV_BAR_STYLE_BG, th->bar.bg); - * 2. Set a system theme and let the library to create objects with the theme's styles - * E.g. lv_theme_set_current(th); - */ - -/********************* - * INCLUDES - *********************/ - -#include "lv_tutorial_themes.h" -#if LV_USE_TUTORIALS && LV_USE_THEME_ALIEN - -#include "../2_objects/lv_tutorial_objects.h" - - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Initialize a theme and create the same objects like "lv_tutorial_objects' - */ -void lv_tutorial_themes(void) -{ - /*Initialize the alien theme - * 210: a green HUE value - * NULL: use the default font (LV_FONT_DEFAULT)*/ - lv_theme_t * th = lv_theme_alien_init(210, NULL); - - /*Set the surent system theme*/ - lv_theme_set_current(th); - - /*Create the 'lv_tutorial_objects'*/ - lv_tutorial_objects(); - -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.h b/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.h deleted file mode 100644 index ad675e5..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.h +++ /dev/null @@ -1,49 +0,0 @@ -/** - * @file lv_tutorial_themes.h - * - */ - -#ifndef LV_TUTORIAL_THEMES_H -#define LV_TUTORIAL_THEMES_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TUTORIALS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ -void lv_tutorial_themes(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TUTORIAL_THEMES_H*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.mk b/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.mk deleted file mode 100644 index fcb849b..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_tutorial_themes.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tutorial/4_themes -VPATH += :$(LVGL_DIR)/lv_examples/lv_tutorial/4_themes - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tutorial/4_themes" diff --git a/components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple.png b/components/lv_examples/lv_examples/lv_tutorial/5_antialiasing/apple.png deleted file mode 100644 index ba14d686048d5aff41e469b1bf0a53f071435562..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1104 zcmV-W1h4yvP)e zSad^gZEa<4bO1wgWnpw>WFU8GbZ8()Nlj2!fese{00X#5L_t(Y$F-M#Y!hV|$G`7; z?cMd(wcSdk+d4-F&4L13+yvPGH4~CejgbTe1tI}4Ml!|{MFTPvBk>=9OcphUKNcko z#;A!bI!&1JLo*^{C^LgV)uJ1gx!HBx+Pn6B{bOQW+Ai(7d;Ymg?tS0SJ>U0v?)@H+ zW9(hEY~7B99)7g-#pT(|qca7*+)$79Et_r)1uuUT*R-hHyY37C^af95G@s;>?bE)Z z_v2nF;eSW29+1TkTU8$x1W7AHQeDD^2seR}@9@84Zxrb}oO5Gmp3_!nX)e6$1N60;M7O{ECi`t1>FCKutphIQqG+3+b{D zKyYaM0w{nT)lNRBPypZrU;>aZ0gM751YFa^L^$$;+2ORP=lfIlapc%neVOjLlghADF|)yp zk=WJXfKqw;RIu9nBd)I9HkXCRN?}kiRV_*Saw&H#0kzxa!N_2Y4nEe@m?U-dyWWK` zIHCg=7bk(0dumr04HmuLswA-b&FK?HgJb;zeM#WF2kXs7gDorXG*1DK9R3jMw>{m4 zQaL~*>FX)r!mS%Y2vH3M3lv3%Ug`P!)6S_m`2MNj;&)z+2n7z~ zxCuU**7^{Wu+K21U4@^A4z{H}oqm6!*&6G;FqW$&N**8~Q*^ zBfn|%vX)pBp{!miag(eS9e6(JxoO%rcG_KuKmWQ8#e zSad^gZEa<4bO1wgWnpw>WFU8GbZ8()Nlj2!fese{00RU`L_t(Y$F-JSNEA^N$N%@v z?(FRPv3{hOuIBC{W>g9(`IS^gr6EO75S3w(^dM4F_+VuZz4VrvFGXZ8Mf5>XN?7Cv z7Kxb}3M#0Tm>{8S>blOXb9>knb=-AVoih)^g>%kt{^#C1=KySd&-JX`CyEkG>{(-o@}UL54;7(YHJ%QiC>5NwE; z1z5|~eHH!7V~I=l+U%k^1p0u$kCoql?5}PqJNI*iYD`0R(HGh_MFf~*~npsxRUjZIW$=M2q9wtegI~5!V?oD-r0x0s|4(Wdi!T=(>-i!h= zVIVr4Nd5F_v5ha=7w1r%Y9>m(tCe{U3?~g%Xh0XB0Kf>qxMjLTk)Lxqzbdw1NqMu5 z4|}`Ep;Um8^4>YiG8xJ^HtZHG+x|vFC6n#;s1?B@=SxzdrpYq>eY*IF0_^zwEdeT< zqqlE|0&Liuo~bsNH=C0bV0+`IX0^eyJ-wX@uwP!bR&B6;Pl{HlxT&>4RVo9BPWN5` zCWP2k1#=Xet8RZ$fX%IMN5PnS;AO&={6M(iAoaL&Y{D&=XtjmPdZka&Or z9yfvz^AUwbEW#;Ih$L<6Ge7yC-#$F=^E^JekSHs>w(!psk*>6MC3c5*4 zYi+=)iUEM%Vk*T(+$@=a^Y_2()#$S@0ww2kF-b~X*O@W~wws$@?eYoin!j=}Kj`^f zVxEVktNc?!0))dAG^37Aj{ZJasEV>MPwV(q90H3l{?hX^>Gpn?EC&Qd}IT@(?7 yNIuSdjT-cT)5h0m}FXxSRsy0SFj;_2L1= zzc4rq28F_i2?+_{q{O78B*Y{nWaN|xGIAt22?^pl0(lKZMMXtQK}~ZVMMH_ALS20X z1i|lt!iZonA`}@38S4Ly%XR<>2ULM)5D*doBS8=(=&}=F001xqfPjGi0!9FV5`w^R z0KZBP!mnQa%YOlef*>$}fben>AjR(jBOnL>0JZK##4agw8YNJtK9AvoOT{M+=T~$d z#22DULqhmR!oS~;bQq~Q=^TM*^?0)x?sHkrYI9hn=WI}$bK6PHHhfA(^BmId#m}7A zs+2}G;pE?*2}j!yQ(#Jw0c@#F86Guw-9I_~)~}tBo$hBc5TlbVm7#NqJm2ah zA7IY3`)UkbUzY5pbqO0RpBpV2G$6YMc_JEYn@II{ENu!BVz*Hux}00(nbx24It2FY z%xiq?BKhM>$)BAb)gp<<&B*;pmPUuM+0Q3qsl+y#>RV4>{a-2(L~r-qIjlvKvo^0& z58Zl~?Ye7_nclF%-}KFYww5D;m3oa~Y|svF*DGng?b&A7OjT+mgOxSqM}2$N#c0c= zI_*pQ(I%phy1=yms}P^)jG4)(W^yQ2DvY^MSTzMb%JEM8FUi5%%PY275datrg5l|g z{D*Hm`A|IDNJ`W-R)nk^o^&{V6$As9T7{yM#nWs5M7&zNsnl@`!qDAxQ%Y5PU_FAX zM4PXw$VpR4i+?Kip53~l*yKsNj=aMJZ{L)?esn@dPDylfEx-Q2yGeMq!(mp@d%av( zQQThI!|IXBn`3d4`o-7Q>b}nEELFP47NbfuL3D>3^Uem5fhoZOjgGVyJUKAf`|el1 z)8!Fbq;U~itLUP&TIyPld;BLoG>lU1P?%c7Db3N6+)q~fZ^qo}3u1#mrn{(VxI+?_ z3|?2!eOucuGr8CxP}% zewR*Ac%W;=?QdRGUYkYDv(e`<-%Fy^oB7UP^r6PC4$Mp=`L@2n60@ZS%^|;;@iQ~h zrN5!el{S)>z_rXVgx-X78NP~K`0m031OdVSw~Qb#62d|$07YD5Wrm^H1ZCy5%;mIQ z{wXKEy`({Q->U8=GKGaZyXH^4 zbwnjddu*qqJmh#w;-_9;(?eHj_K!@of1&XUo!f%o56 zc$HVEZ$ztvHhR6iOT`}ol-!%R%z=e} z7zbZ5{!EV{)L*?IW{R<;$=D=3raqqUF87{@NR&i-T07lj=XmQ9f?$t?HN93g)}1!L zYM?bazCt8wb{FB@LtJEq;i^4o`w@xTkc%cAvgP{Pmn5_mW}T)VG_@nLR%jfWppLo8Is#()Ys8*Q%uJcX+qi z`0T}TeC=w_nQB5XDbx6Ix_sW+@1`mJfx{2e6f`MYcN&_OlHh-tol(zJa8LSHI_8Dd zjQ2O*)_A0l=cTKEyzr~u-mbFc=UM!<$|hx#WAKCls~h2$XJ1HVpp&+G6ly*HZY3%C+s*lPae^DM)KRF_zdTGSlMT?X^Dab1&R4!_qD( zik&c@BLf`PAzA*&osu@*UlXL18^ z(o7KEo^j=vLOD6lBurbUVW0r%BsV$>Agud7%I*F9dS=XP*dQIkCp z3Qg&sA}TB{JxT4G7_kuyPcfm@;m5&xr4eNbxO;tqr3)6C`DoauJ#2Wy?tV&&kIHxj zGJQ)+)Z78<=H?au@@;-=6QrhJTh>B z4`m*MP3))(Yf3@B6(k;pu3E#7aoyalk1v6N>Rgizt*!GCk=?ucJM60T+CD+9P9{Qu zoCC&wy2BB#`VE-tq>lu=RAlG^C6l(WAj1dGrR%%6{aSY=y(A8%*XfyTpYY}%-BUA= zJ&jy9mU;)Ssp97Lt!zzY2=yM;EBMP&Jdl2UhV*G-abDlh-1U>hHJFJ}d@w42=uAVo z0bTg=xpqDkeciN4=|PGnxYfY;xl(Ah%ICP8W{m?*SCbmN*jtYY?7z6J3doBTOsTpM z1n?~CXuX0=?-EZQ*CUH~coY_wWejzbZoIS|9`JWtJX89b68$ng`|){73b&fDD0P@} zW^O*_mqms{@5Zo5W1!LS-N{3|zYi-jgu13F=IY+fb*AsM`(*%v+i;cpv8|Sj>pY~6p zG<5g(g#HZk^9kn~Ga)xb(7Iwx?86(Ua@9D8*1 z(G-2_{3LOh_x{rLn!1`*z?%ruTG!fW27i6-JtB%@n`M$I#Ih%@$PtcPJpOBLY_Uq& zVJp*`h`j`$#;0g+Um$-40$IST{T2eB`2HDgS0UvJAOOiCAgg8m#w9KjQ8BRar)~Ft zLy9!ZI0ILqJ(Pt!uO7vS=HMUsHQ6Wl$C;=@%RZh>qm#NM>aCPl(2MJ*7?g;ilE*DY z)$^ZUR8}@yt6p-&zzJehKCE&$Gl)7-z75d4Bi#HxA>wVp0l1%rRxRicBrz#A-H80f zt;*C*(Q*N`+R^Pa5VG&jvljv0TIdzg^900%t|f`vPW%*^ELy&YM{!R)8oqNS?kuN4JM ze9Ct2`KUP7pST)wd2V1>(6z+RYmJS5h%=t4SPqp4Z%!0yh!2GD@w^aA4Fb6AAfYXS zQL$zd>}iJfpPpVUa*B+^o|-{)K7R}XMn)RbVzc$9n~sAF)rvXhSz=o~Q&+#U=po2B z&mHIc4t1q!-XF6pt?66>PrjDbB$V4TvNrZgz`x6gA4je_cp*wgDwzs?Et)}JTZQbW zb_7*>g>We6xnUf$YJ&Vy62E*9?|D$OG@FYiU~X_a^BowY$31lNW*jPzXd6~66I_+E z-hBj_==^3lxUn=XBVH9IuB=|*@it)+HBaQ$`P!s_6TiOBWVMAjGe6(vO735((uDHFlz&3o(OPgI@Kcc&YlQ5JAJAVb&9I&L3_(Ww4Nw` zn<>L&w>;9IRD57JH!zMBQqFLd3WU|g2+FxDF{xou2j+xcaEKH zizVv|hX(_z6osKGD#hjre|ta{WNxyYc@#p#wL1(e&II&Ri1sg7HYh?*47Qy`PO{p( zz$dK4sy85bgYCB4Ub?w@&h~>UgomhGqQm;{lQk^I_)a_6$ncIQ`q;`uNI=`#z-V-K z$?P#L`KN<}vqF{bvrB;4%tA)eAi)Ugf0KWQ{Hw5bp<2+Wp+1@CAWv@i#vT_Jw85xl zv!IxNVwit`P@Bc4Qy@#T8EZ?sTE9LFcTg++3SQw3eZU)wnE{n6v+z%%+199^$CraD zDVN#BO$)|23K}zy#B>j16tV_gS-))hhYEqqUuWlXs+aTXa?(0NJU&E4gv$b`*R}JZ zUmh=VM$CkL{qd%^+~|pYqHt8C^IPL`DbmXMd-X_p=_`x6s=~kcPaXcRMg6I0LkukZ zYf)D*5K;d-K9H^t1A?t+1qKP6$`u$|-czcfHf0h(@Wz;~gVSa#B<#W#ne;wpYWW|O zA;OXAT}`>Vau@de*NH7Y5jrI~kchQ=b%m-sjJnvosEUn-)x~eh)6LAN&Pk!DGEhgo zbu@}^7xp4P->Cm78)Wp?ax^(U8Mq}|cT6$e`6g|g&Kq@+%h{D=oIn3$)JSQ>(r<5% zz_55Zd&KgdO@2F;^cik!+ia+O?4xXn-LAYJ^3|yW-+i;6bGz_3eto&eje7e`@sQ%& z&l|zSJ9=Wg-I2+FUaoh>Jm_moz{jiFIb>RfqjMIHTP2y)@s_Z6{ zw|*-apW}??g*hx&fz)o_Y5bA3DS>ZDq?mWoe8Pv|>gYZJX8Lur@Ld}EH{1kihD&f&4)`k&YiwHFp$Kb5ue2ku9E0aPMhO;-AiyIl%VpCxafZ4=djlzrb@mZ{TxZP34uSYvDv zTDm#I9hJX1xspPaFcZJs4Us2INiZ}MtLu&G3KC>1 z))0N%FTzWdjet##ju#iD{T!}mUvF*VxCE+b(u6}cTO?b)8)~UY6v)1J6?5|!Cg`Qo zRrtcVRH(5q%WmM45}BG4V|ye_bXpNt?JycaX?6+x6p5Rsc|I$3|2yp;W{ChQ?dSZe zDCL@*evaeRo9)DHS#KWZCYHwcbGjd^nG?n9pj^iUDhy&LY@Igedi-J70i9ZBA2y{W*&c45_2;Z)j+V22?q_){&6Ojt#2H#2D# z!pU9*fw$AE%dxJ)trgC_230rGH<&@+x$GBP_v)W~n_SL`h1exI$tK_CpW;yY{m0K_fh;^noxfm- zT1#}^mRLA|UMDpyKW#;1{Z>3gp?Kp<9*EdP^tlo{bxA|W_r+4xt+n^5hg)%nlv zLzt-r5#5915$scp9&PDIap!jBBD0oTydr}N;L?#xpk_A&AXb)dm|+?78MFcEG(eT7 zK9$R42F0_O1E+|XZqP(;gM<}hdyiN(j+ayUmOmM6+t_&=-8IFMQBUu(6pCJ1zTN$8 zfIbMJ_Ib$Dhzqx*%c?{$r{>_hdru-F%FOwjMHg9cS>w}1QyYClxQWIdZrS`@q-#!K z1A4MPDSm|#uIB!{{eG*3T0>UFZTxA{=&6}$7e@3-Pae}mSi3eT54b@udEp<1sg zohRl?0Icg5d67&S@N<)c5}lR``g^4}*F)(bXxJFfQBO-0aWT(5U z?KX*;#3J^)pq03LR`&oH3?S)#_xs=fkM2JXK1ew-2L%UZ3k#)icC6ng3MRK8v<`+G z>A|4G<1jNGrqNraGlRFnUAjlE9Bj}*rot4Mkge!QIvRt`gN*~;gL!ZB;D%sUs$#%J z^Bz9PGp-FzsxU-X|X7W#ey@%rq}>mu83j2$}Jxa4SFcD7)t>EdbPLJ+n}3twYS-8 zcVB)gEC_CzNjX9e3VUZ6)=}v-Gc@CMQ_H^-i9!Ri%kBc7g07;nh+R_Z;Ogc>iRcFB&*j05_ok_Of46+_Jjc1w- zaw)FGh51|Z6>&wJ#p<;Pmb4{hNdp5x zVP=|ip|^l*mI*n$Owqv#YX@7s6!varT0mInH8Fz2#54v&T0=KSUz)dbO>ZF-2$`O0 z9HEZZkJpYjo=hGIc~dk+1$(?Wao})yTq#%5Rpmvo$uK=BTcyW?eFuOfk5vJd8dm_i z2Ajv8^Ug4KzgL-1!mhB388Eq$PLH!DP%PCGjN7Tz)#bTyJ3rz(q zEgB0b%uE$HYQ4n{lCWd#VEw6(BVeU*;uU<-qyyHxwSZM&idseOH-78fno#rBLdE0y zaWPall6*4%WaY`~lL4=JFlbFu^n(FsO03BOB&)zPN?2x`bWee4Ff`lZOuU(=TwdPG zn_OlWL#_wtfd;s`EIy_@qwJG5MZwi{nt7USI%pef3kb!rv|JbarIYFb9 zp)mDS<;mvno1e}fDL}4FPl->l4w^Di4QrY+^Cmtin^aZ}0Y{3-L$bUbE}BjOnp45f zS(gb&SbP)O;jHv9>?UXMv%J~WAOYr9{l&=*Iikou3vQH`TH|15Hb)`9vjk1Lt z3{aSWzzhu_I#B7&W0BJjI?PdO!SA_zTx3Nwy+k`w-AypM8 zJrD$nBqzuXHw{Dud>uE{q=o!5EE)pB<6Ek~o5 z!QT5J@dOLO(S)WKdQ%-us2{X*l#P7HjMbu3y&-EAl9lT9FdM$K7Shvt@uAN8Xmg-e<)SxUjqO_}7bI zL4f>74wgt35ZIy5P3$*itpQiiaph=OXb#p6h6bCoiOB;;(o*RS;qyQb?JNpK`PS3= z(V9FGottVN6krP)wD;i3lYt}oBVI64>-Az^$z5h%*S%Uu6E#sx_Jknmc3aw3wLQRZ zFe&g=b+)(~TY=fz}`?ZYbQ5dBlf={jisWd~oi1nZbz$F{B zHDPHP2jdVs`)|?$(>0j1wje$E-WuIHP#By&nmK9`3WJP;=uO7zv3M;&W9?}CpfolY zX5?;dXKZII?amJh2PvlTWaWtX6mz_IoE{`Q#98xsSx`;UjISi_lf|Buo-UIBB!aDJ zGd(C$jLpl?HV=~o*HvgL)#I@-JZ^pLbSa$-ErJ<%PUE;G}nj*ebjY z<)m!^i^xz+U{C;(E=Q5}*n+(+x?o9Jlf-60FN%YyL65^rw1}?u(w3w(Xk{%ypeb6{ z1|Rc%<;1K{)aGI@#*1#&5oAmb^Ha$X`$FZj>`Tof0SC)AcbNuioL5|n>=*x3n3@`! z|I(?yd+zfNZ%;RiMUqLR)X}KuQ z%7R=UOLH}7e+B1IW4yMM#Y=6#PBG9E!I88Ij)Hq+kOmt;Yn3L}%fy7hL<84EcT5ay zmNjSzU1HiwKWH8d3}|M73!Z@asAi@3&BoE}z$t7TZP)9hq`qQOvNP&P}K zwY|}dW>yPwR@b#|NmSCXV#K=Dpk;IqWh+2Nf;f5jH@a}3bs!0So`|J@0h(+j9*;00 z44NEOFj4E^B3|EPp{SyjrbI{HnrBwVo}D_LJsG*ZnSj>o3INC-z zy+>P5)yIUfw%|e&43AyC2SSIO2`tj z2#zby{pE?{@eeNSlN;8gP<^WQH0+CBIqI>Q2WeZ~>a|hqL#MXxeDi#Je&)iVGkpu| zXWzZPb$jd1;p^k&;qqtVud64G4dsE+S!G0dF8Xg5jxVGn@6fVTlvcG_m66O+H}I{w zx`$T4iYO%|YRD|HuA*ocMNtqLzUelLMR%I}jl`eM9iRT(^e1!BXxP|7Zv}Fc>@`8t ziDv{Ou*6A7B13uM4OwX8b5m7Yfyz_Q_+Fa-R#slT9S$-z!R)h#y}pe|!Ixr|E%bwR zYo#|}`_8QYdgA(!@7Q9wRL>;!3m-^)ey*zI zCG+TrUsBi9kdjeSu8?a}^bCwBUa24jfrB1M^PT}ai2z*irigKBvR9ck9+-X{E6^hx zG#%_3tR5h-Z3P?U?6C%%n_Ud?hZ#vOAnW_M^WMLx9n?d(^wg6v^hZqFDs z#)MN5MoT(^53-QnHOq(NudZ&j+jswB?3g|tUz*oSyUu?0%15S#OE*eOrFW;kqaW}$ zm6Ezwi7Z4GJ}~`ybiznVUH&VYU0G8LN>OR@X}(Kg72PoWfk)_}WxmKa#I%cWVRG4d zL#A8>B`|u^s7m`LpP6Rh&qYVGw+ekO;88sQ9S1vv38EKi*xe9`u`Da1FumsAX}lfz zYUzK^Un?ER7LQg2tG@*B5IN%+! z%g8i%!Nnrx?N`pkR-+Fl-i$4)X@wbLhYEP9@YgyhD(|p>McInF7amffs--^E-FDmpUsN^}cJz<+tvltrTW$XQnD4v7?}$H`D$ifk zbMYDdqWp$lF17FawU24J>{5An;git`zu|u~_L{rKwvdC}5;u58f>s#IN>D1o3eQDT zl4-~^kV1^vbk2$;aTBrsfl0^ogVUQv*0>TaMGfPCz9v-Rx6QD;Byz9Pd3XsgtgHYV z3m1y&>f++osh$1@roSBz z^su|aN`|lVVI=@N8yE@>d526x9;s_o7%C#JZ`i6_TD;=3@S&bf`SIyzCm&BdKArVv zjaj3m{N~Hwij}mi9OgX4PSFfwvcc|J8@)85&kAGaX5AHz5t{;Jh~JmEnfTGw**Q58 zobHmYXgV0(KlfUkRf}p}l}3Z3o7$(dhpx5n-1zH{$X_1&qWrw?y8DlOPs{({dqd7e z%BT9y%*=n;cWLTl3p4SG0 z?((u}t_xXmO<1*gD1raf-2RE%vDb_+WGm!nM_)_4IQ@FUk$5ILqOJJ4WUrHPnw$*h z<-G2IJLzWlfS4CODy5oLubR^A)6Xv5x$u=U{gXywHJUMQ#@4|6#GL4_!CEdWH?`dP zrRz_h_}plRAiwU3Jri~lh8uxOK? zmVaBmEA)z6KKPLGjZ&X}Z~k;{eDQ?7HP6R?KK1=bJiAo7F@G$6-S=C{3UoWI6qKZt zgoeXw45hiWQ*ah=szgfzmb_)-K>8_O{_(w$qoPB$-R?xe;sGM zW5PaZpX{IBF`bRx)caL|Z=!0GhTW?4=HVHO$Wnq9Nt{iH6aCX`3(3*0$r1RXD~9w0 zJ+a^aNbHc>r@i94IQ2dE$Hhh8!}5=Wmwg`>|H!vK+gI*e_^jfO&y*6m@mzWS-l;Fj zOY;x8`p&&k8qTes`f_RO`UU+zE8!t}w5E6;$q!Xr%^m^yRSRC2__C078J;>lxb`$M zBwOlRowj?Dyq|#9r|u;y(+&D}Q?I-~0ZK>*a4u zy)j>o49D81PM4O>me1ZhJ)ZODem?c8_=D_;+<0mI)Ntubk@51S#S@DoLlr3`rClxC zGHQZh#?I7w(^kaay)|o*rXl4U2l@x8p{8=xxEk#ry&B!?e{N}Rx_e^7=$;@*x{s~E zie>!E{uTe4aT%+7a@pwiXGGB%V)FR6HmqyC6nu@D-7)!gLZ3EIZ^mxM>e0364*$}r z-H{<}O#iO?$HK3Rzb2mYecJckvAahfmVZ80&L(2x`l0xE4t$j2rPC$<1w>wQoIj)v z14sE(`@|>2Z^-{Jb}4d;^(YkYbr&2JN7G?=`t$}^s2iI=vld-5>YbG~LPo~e3tRBOZcM{C_|HIrRU$4fCcZKurhvk13J}iDb^4${;X+IGT`iAHI@k{!+ zR?cqC=SpvZk@3>$Y+r0izo*Z{$Kzj@zvO#f{=V;+{)TT%evX}Wdy!dJ9n`L%bD5h( zMS^%}mJuC$9bTIqxM*APKt@^d3nQkH+0mA?{|gU%;qqM9Bw=9LUjvpke`Yi@y5gUO z+_9tG{tyseHnM)nm__Yl1u;I2*d7^+HAsoh*B1tsN^|Dvf1Z!e?-GCNdt>aIW6zKM zz3}(&<1v}fUcB^sk@d)Www>MbZB6A6q4Zriya;_icWiMcJ`?MkThGqK+w=FPKB^vz zCoT-lY4Lw#c5o|>j1BqtE;A}U62F6&xO6AaV{OQe=!ylE1xN8{7(2WiW&Ks<(JxHA zyyN7C5gwiOXZ!{K2K2p%$KJ{A$&lYPDj=S0DBp@rF1!<;joOVaZ9}lT#laCr)ne`m z_2#Lg;;$q=y%3N5i*WtuH;#VM_tWs7xxYU43Gv;rA#G3W#QBS-;Umtz5?`81WY_0s zuC}l7@!jWkFTi`u%`DZ;r(yj2Y>)r+sblj?C1^=*&zbSX;l*KG!FuJkO2Ze1%fNB1 zeC=zT1=<*P)ZBuri?_Rk0dYX*_llBRKt{fCV8c3#y5O=GwFIUJKT|*kwqa~UXAzSX zm5fn?mShYO@-%C#M0KOzKjL4Du0*^1X8&f?Jh?I*p3JIMaaOx2uW&2O=WSp2-IM*= zG3|NrBmA$656K^gjr|B>svA=`;(dwXXiguW&rN;o+FQs4VRsh~$M;0{Tqv(^-A_kkYvD`j@3P>Pv4xgPgeK}FDS@7 z)lcdF#dpcq_8rzf3oHAu{E++^->-}31(*E2@OT!|znII8m*2WwzO!e&+}>&rU+TL$ zel0$qJ9}fjeRur&@Zx$7(H6efE&&I8BSCYi^hvegTw&hqHQ7u(5*K0xmUUurB4>BD z7=b~~hZR6{LNdRKHRW7WTPnQrs37S|w_gAg--_Le>3C(K8MDS^T$@L`MkW8Mu@~O{ zzAM}cgEKbT^&cHbvjm#x3j|wH{$ErrTBR4gw`{#%!}Ma|Ugv~yj+kpYeZe3=(@L6TRbtqtp{yrEuQ*fHJh-_$m=Cb}EWxpx+BMu`~qI;Uysjks}e_f>|uaZ`m5tE0MJl{ZVoIy{?!_!hhsi_-UOD$=G+LwGU z$UpP_i_fNg!}t9N+0A+hRgtrOi@UYmXWza1%I$mLBys21I*{q(XAhlkU%EG+SRB5v zRN8ZH_nCI-^kO-eK)m>|h4!iV)VBwd79EjP8ZlwT5@PC(R0oOVzH)REI0A?+g1=w{ z)dR}TzI0|kGNOtqLbEqw-P8TkBZ+#n2^QAWjMCsKNkG*?#G@uQxB@yZK`tW;h~#RT z8J=>Vkx~DR`epeCvZh{)v`_Ud%)o{&p{{^6zm)|Ach~O{*=pY{pTChEj~|O4&W!`* z_=P>^)-ScsZ=FSkcx`L`&|-OhcyTE9G5rV6u{|~PD@YeGU};)IwiHtYBV-jBQx9-p zc~J)m;&ZQsL8tJgGoM=Oo)(P<5+!)%D+_1lt}cuunyP6?R7gckRLoKh6&SNplRbQs zYoL~_%PX1$TM&xoqgSGmk>S4}zo7Rmv`b5n5^b@3bsUjxyEMFTXn|O&_IKa9_%2@J z*URfO*WW#TIM-L+U49El;7u-VonJqTZ_nR=rQQ>}5z&ypKl-4~P_{H`W{9*c74&p#ps6I;=$Vvwf>@=k^iAzIdvLv>AhCry5af8DLhiTL4#rA0_bY3bVY@CNI- zJ;;{Ir|)G?$7Uk!E61+&o!x!*@Ot}B`%1jrKEDT*#lvUH*V@-Fl`iJW*-P0I+AI2X z`4xSsblX;7QcTmzJV@%Yc?;7+x(W>X4h*uQR0jn?610ers(^*DzH{#Cq7?1+??gti zn#d&dME`WZ!744WC1%vRwxZ6ex_TylCB7PCl%$wPFIM2wVpDEv^=QqgYE3!AG39=4510Ecj9)DyX1s_fzMLCg zC}&^Q|GV$|z6;_v#?BtCJE}~RS!RNa7yBmmDFr**uu?tm*Kva6{#r$SxFw>?pmiHY zG>gcis5a0!Zpo4wRt4qJ=$a;|M)Y#*W<00{_==e1i|FDrsF#IMX=1R zvYBXsm=c3nHQ=x-x@wY4idQkCPiyvjF|E+8Y={NX!&jUIbXJP!^EElj*<>Dfe#v(u zf_OH27-!qJ7)KO)V}3mM^U^ng>{xCFcJ|OhJ9jMhO1xYupKYIy=blC;IGlSSH z*{%P`{Uc`3$@?-~)l#sC=+{te4bnw4qG~O4_P?#$!43-MUtw86|3MU4oNtQHz=QOw zL7qm3yDs-50x?S~sHzD-LQ8pcx>!ELZ^$fcFokZbSETqBx^*UJo+_y6w0j|!ZJ#2T4xd@i%`6UQPiJS&_T}P>$f)KI#dDGI$REjHbVr>p zai8S=ojYk`P}dLG)*KQ%c+rst5~imK`$fFpHir8w+@TuyHL%KEy# zCweH_hJV(y@pxaXJ>NcYIJXBGd17%1k!^eZbhdoT4@Be0Kynec{#p5D?mNsi=D#w3 z9wr%V0QoZmO&{STj^GH|fCO=Nzj1&6+x!rT+c#+#SG2eFtg_dC*%(2s(C!Z_ zHLz0^y^0>qpgzPRPJy3`S))IVjnRU?LAq zC?XRN*t(o+u(m}ejhP&Rq=~v3$*$>NNEFeP0^%$av*N!M{ruc-E*+n{668H4^&68@&DE~w>5E^C(}rcoiUViCKP zw3skolLV4whsd;WmmndZY)jR)1uLT4L~x+y9(@$P%gOHHMVKHGl?M*O;nmn{(f!DlZpIK{sjKRSDj8vLa(v;L zx#egY7*@2jve!UWOxYRz`R#jmKDgL~)~A%b5&#YX2sU+eCzX^`SF`E`{l}4W>i^O{ z89k!BrXEpr$&gkQQCj17NCV2(|In_#vHdp($NiJzKe^_UksT~@tH9Xk&ytJ;sw|Lyr~obp%If||sgG|)9VnN_!6@*Bo2t%%-H9X-AW zP$dmXb2yoTvLB~#OAM0J;9LBNG7T$xUHFdUuNjsNIs?uY`jx1YBi;!(^U&KMdPod< z6*NUUtf`JfRlyWl+fqf?03VR32KrCrY63l!Fyi!`i3?Z%AeV`4YD6PeqJqE6Sk}65 z-T@`AR<)FxRFbf`_9$(5A$c{erWLd#c%h{RzowDueFG5x4{rNhwLC zsui*4hDQ5o`1K&7^?pN)hGUG;(5k5Nhm{>*!;ZYsJ{mTdp)Beb8D*z`RtZZItU$LC zaE&N?6}vL0gCl7|AJDq#N%Cr!JR7a+-K$5zVd+fkNfN!)TQmmpwO4tY@(yFRn!-U*dFg%7A zujyzeCPvMEGqU0;&qC`-t)hTkQ$s;iHP_S;Xj#P-kZ7r2nn0DMjwyzeYgNlYCI!Xr zGDOV#ATO)*RM2ntATFTUy;@34aScch@ex5}dmS7d`SRk<{k1JuM4rHmrDZW?Um^q-{(-5L1o%MeI*O96MB#YF1y*+hq#CX)W8hbn5o#;=5r?ZJU z#O?*ej%F#Pu4zBS)Iw8lXeK{lAsl54#-E8^jopr~#4^#aL5(8va$)WeaZHF0x{}Br zH$)xS`Vmj&d6N{DP$P?0c8Q3|(zwe?H?2ON&&h6~31q#8g4p2q zFA}@Jmw=BT)nxL{x#-*R+wpE=HKqek5;JHX%x*AzQ%u9!z8?S8g}=((j<2FtH;al~ z2;W<)5Iy|xthDlv8aa>Q7L&m_D=Q+q)3de!j1{h-LOCCPeH$%V%`aR$$1bXR=FxB ziSxiy<(ga-bH*v4E8txhWWTA!z~p-6rN!DHo|7nnzQxp3BH!N%X`bt4bq^ho@6K(lV++ zVelaMSE7tR1nFua+7gu%CMRgjfCVufN%AQV<_BAtEDm($B|U6_4PtpQ1)6f&U14ZX z!x`dtC}!C59cq7o4sBuW9{r5(gg;#IoQ5>|Mf3$1Ud``n26wYReP5aTR=ZBAw?6Neh-HiGi=+4 zaIYg-g>AiuDeS<6Xb1sH82fP!CbqEZ6Y5Eb?^tA0%R`Fc45u} z(#hA5S9X~wMCCP0164Qd|Gs8p|IqgPaz?PdhXlAfNQhJwtc)Wl1cfB?TKIF}jX}}p zb>8%C`bxf?+Lf^fw97seAH*hS7a6g|q`AC1jX2IjW<0PnFKQ(oa8hLoh>te{rUqM;ba*MdBvu! z=&k?-11s7s1~J`Cq{_saAU92%HU$RAyNV6(9ps%ENb=Zm6F8G3qr*G0D&!gStz^;o z1xNw2?&(g>kwUggawqziXZ{`%viJ8m>PQp~j=cC5$;)Y5bI^3OdeFlp884glJ>bg< zdE3>oD`O`k1P5Vdr=F2Bm;>(CHlY`JE(8szaH2TtOK}t%h6iThJ&0sMYdTmMpkp9+ zA?_Jpn5#mj2oFhHpoj35wKZ zs+=f$uy?j|{!9l0@gYP@2$}}7CNSt75t%YO1DFWO14kZ=5a}W^SOBsDWX%iv1>4OA z$(~47f!F);(|PTnAPjZZFA?H>01H_n=fMoW7coEszi^-iiq3b!|KmAIZ21In)3;Z< z2@D7H1Hf_xHh>j9tSx_JG1!BShC$-d9bgECZ5;p4zC8rrdy8B{H}H(i!x3~>9gMApT8ak@ z1qaNopmV=2XpEYIr4>+HBsgx5T^+ONSAk>}D7wWFx#iAt8}4Odfl-eOLMJev=&V3W zV3|5QB)cT1O}a-!zsc3MRuq6Kk8AR-0Ms=2gx)(%Jw)D#|L$<`|9d7F-X~`)z8kQx z4DF^kVyP*x->_6Hp#jQXmn-NH&`N+8MB=ep?p5DTy#yp=T^`H&_R1r2m)Irl055gu z3$eeA&c2cz1eMNt6M5)AN9;b{vdNx&boQN$7!mipexeN~?o&=%| zVV_)d+hvM{M8MN+`vkJnZ7dxN3tL6@T3|dq0iqKflm)Pb@8LfAlwc3ChzB~qWMSBX zMd(Db1i?0r_v8zE#rqBud3zM~YF&adNFoil! zT5NFvmc_5J%sBlTSBDg(!9TG?d4?b$GDKvl>1a4Agp(e;Ll+x%7uN-w2uqgi$wRmE z9SI|^M90bB1CQVVaWQ^ZansG99}vXv7>K6Br{S@^+xyS=8KD2webnces@H=FSFbgX z-(nF-_Sk5g+@lL!(*kl^vsO5QQhH)Cb9uCsR!cZb+E@)et@n&s+-PXj2c+Aj_ z46u6|f~jKx#Dk!nc**qaIii!;0s)YO>}D$^XIm+0EaF8;PP47rY#Vi(SOh>)veVtw zcAG@aL&Sa;vK_a(x(CEy0E+j!|Ns4ObpK)SemiqGW0$Oq6b_fhvfh4)xD1kXxMdFw zrtLwyn>Dg-OT$(j%!F@hU9$Ud#nxbhY=tdYL-wLQIoLSdJk&TWiuuD$X;U$hsxu(i z1h)`$vO-XB^P)L#PFW>R;+jH8NRon(5|+s_Ny|kNb`-c2R)DX5IN;f(JVI{y9ua1p znzPT5a@Dwiyy;zbRGfhUw{TfG=(&$v5yE`+`0`+ganogD%>i@DQnj>f4OO;_I& zm!+^vVr}-6J;XAW2FuwwO9eP=cF~p}ta@va+Eo4cvem${gUQ2HyU5xG3&-707LQdP zuN^DenmwY>CFDs}2ncScd%)%d8a`|l*|dXoBnJ$Rs-v(cfS*+^2?RmT?MUONjSuoE zz9od^o8$^v0geop@|5pU-yz>I{<5jU7)^w+nF6*J z_6QW%D|TwBS&AJb;lt}s)a@a204JTaRV)Qt6LQO&3+4h_@fUp+z5o1gNb6!PR6AKb zsfEa~!sE%u^N&{^uZn>|qdCYV@3%PuBqi4b30hT9SUK!qdu(ihZQ$Hnf~6b_;;Ogy zpUz3m(K9X5Z#*YH*R zNh#&xB9BC#f1-Y@Alk5hMofu8F?l#?Ntz@}*c7m)IfKCX87&|eT@?o_t->ng9ULb* znv@;TstVW>6j(kfORk2~20bcpA{X4_-s5(F_j_O|^xaZn^56_0EOgaxGi)Jwa>H zG3%(|q*Hv8s|+xF)f#ZPVF4KER@0Hf%JX&C7GIFlzK~XrtoyrMqP>ALNC{nJRtQ0c zePCCREmGDFhV34fvta*_Kp!~L#C}tj8r};YzaoVPn}=(IAscX7^5&2!33-Lgsh)tt zCKcu4lQ)lRaxFSCHFvnlN?;nS?&B-R0>|=)MN86BbBF`Xo}^&ZG{5K%`3WICNo&Z; zS^KPMYgM?9-L$4S*e<@s))=>?X|HjHJ&d)<0u`I&7`EZ6`TPAD#jUWU;HvN}+ic0%`$y-I^!=A@}*3Rv>C+MyOK>Fn{0WEd>iS;`x8#^g4M zIOil~{9s|s6P}Y<*0RxIwwh+H?B+2;tp|vf! z0EVPVQJ$5hu{xjTYkO?g3glL^il!7JS~kIB795bwNxS4K433z9&K$H=sr7=V2-#Wq z?2Zk9W`X0t5N1RZe5gI7?V5jDI~aK*_S(V+NtZc&zirSs7s%D+cT4s)1!TD`PG|M}p=Qbh>(|aHwTT+S%9yykd~X z4wUB|>nqs}@G4bXjpCwS-{fW(bCI#xi8;^a$5y7E&Yp}tAHPaOtHD}39J0GzOel16 z_POrguh{ceH=lImy$C*51JK{xvy9GNev!It#)T<)Dv{ zn*V?!!*P6l>IeQ~`h-XHZ~E7@%Ovd-Jw~!QWDvFoG$rJd__V#rCfNWRK+I8K-E_aU zZIj4K_SWJLdPGapl(!Tq;~@oxN&}vwU@6*a(A_$u;Wh;zGaF`<3e6jla8L!2j| z!0R|du7ax|wFq~-C8dEy>Zv$AvCr#g^$E6sSc

-Website · -Live demo · -Simulator · -Forum · -Docs · -Blog -

- ---- - -- [Features](#features) -- [Supported devices](#supported-devices) -- [Quick start in a simulator](#quick-start-in-a-simulator) -- [Add LittlevGL to your project](#add-littlevgl-to-your-project) -- [Learn the basics](#learn-the-basics) -- [Examples](#examples) -- [Contributing](#contributing) -- [Donate](#donate) - - -## Features -* **Powerful building blocks** buttons, charts, lists, sliders, images, etc. -* **Advanced graphics** with animations, anti-aliasing, opacity, smooth scrolling -* **Simultaneously use various input devices** touchscreen, mouse, keyboard, encoder, buttons, etc. -* **Simultaneously use multiple displays** i.e. monochrome and color display -* **Multi-language support** with UTF-8 encoding -* **Fully customizable** graphical elements -* **Hardware independent** to use with any microcontroller or display -* **Scalable** to operate with little memory (64 kB Flash, 10 kB RAM) -* **OS, External memory and GPU** supported but not required -* **Single frame buffer** operation even with advances graphical effects -* **Written in C** for maximal compatibility -* **Micropython Binding** exposes [LittlevGL API in Micropython](https://blog.littlevgl.com/2019-02-20/micropython-bindings) -* **Simulator** to develop on PC without embedded hardware -* **Tutorials, examples, themes** for rapid development -* **Documentation** and API references - -## Supported devices -Basically, every modern controller - which is able to drive a display - is suitable to run LittlevGL. The minimal requirements: -- 16, 32 or 64 bit microcontroller or processor -- > 16 MHz clock speed is recommended -- Flash/ROM: > 64 kB for the very essential components (> 180 kB is recommended) -- RAM: - - Static RAM usage: ~8..16 kB depending on the used features and objects types - - Stack: > 2kB (> 4 kB is recommended) - - Dynamic data (heap): > 4 KB (> 16 kB is recommended if using several objects). - Set by `LV_MEM_SIZE` in *lv_conf.h*. - - Display buffer: > *"Horizontal resolution"* pixels (> 10 × *"Horizontal resolution"* is recommended) -- C99 or newer compiler - -*Note that the memory usage might vary depending on the architecture, compiler and build options.* - -Just to mention some **platforms**: -- STM32F1, STM32F3, [STM32F4](https://blog.littlevgl.com/2017-07-15/stm32f429_disco_port), [STM32F7](https://github.com/littlevgl/stm32f746_disco_no_os_sw4stm32) -- Microchip dsPIC33, PIC24, PIC32MX, PIC32MZ -- NXP Kinetis, LPC, iMX -- [Linux frame buffer](https://blog.littlevgl.com/2018-01-03/linux_fb) (/dev/fb) -- [Raspberry PI](http://www.vk3erw.com/index.php/16-software/63-raspberry-pi-official-7-touchscreen-and-littlevgl) -- [Espressif ESP32](https://github.com/littlevgl/esp32_ili9431) -- Nordic nrf52 -- Quectell M66 - -## Quick start in a simulator -The easiest way to get started with LittlevGL is to run it in a simulator on your PC without any embedded hardware. - -Choose a project with your favourite IDE: - -| Eclipse | CodeBlocks | Visual Studio | PlatformIO | Qt Creator | -|-------------|-------------|---------------|-----------|------------| -| [![Eclipse](https://littlevgl.com/logo/ide/eclipse.jpg)](https://github.com/littlevgl/pc_simulator_sdl_eclipse) | [![CodeBlocks](https://littlevgl.com/logo/ide/codeblocks.jpg)](https://github.com/littlevgl/pc_simulator_win_codeblocks) | [![VisualStudio](https://littlevgl.com/logo/ide/visualstudio.jpg)](https://github.com/littlevgl/visual_studio_2017_sdl_x64) | [![PlatformIO](https://littlevgl.com/logo/ide/platformio.jpg)](https://github.com/littlevgl/pc_simulator_sdl_platformio) | [![QtCreator](https://littlevgl.com/logo/ide/qtcreator.jpg)](https://blog.littlevgl.com/2019-01-03/qt-creator) | -| Cross-platform
with SDL
(Recommended on
Linux and Mac) | Native Windows | Windows
with SDL | Cross-platform
with SDL | Cross-platform
with SDL | - - -## Add LittlevGL to your project - -The steps below show how to setup LittlevGL on an embedded system with a display and a touchpad. -You can use the [Simulators](https://docs.littlevgl.com/en/html/get-started/pc-simulator) to get ready to use projects which can be run on your PC. - -1. [Download](https://littlevgl.com/download) or [Clone](https://github.com/littlevgl/lvgl) the library -2. Copy the `lvgl` folder into your project -3. Copy `lvgl/lv_conf_template.h` as `lv_conf.h` next to the `lvgl` folder and set at least `LV_HOR_RES_MAX`, `LV_VER_RES_MAX` and `LV_COLOR_DEPTH`. -4. Include `lvgl/lvgl.h` where you need to use LittlevGL related functions. -5. Call `lv_tick_inc(x)` every `x` milliseconds **in a Timer or Task** (`x` should be between 1 and 10). It is required for the internal timing of LittlevGL. -6. Call `lv_init()` -7. Create a display buffer for LittlevGL -```c -static lv_disp_buf_t disp_buf; -static lv_color_t buf[LV_HOR_RES_MAX * 10]; /*Declare a buffer for 10 lines*/ -lv_disp_buf_init(&disp_buf, buf, NULL, LV_HOR_RES_MAX * 10); /*Initialize the display buffer*/ -``` -8. Implement and register a function which can **copy a pixel array** to an area of your display: -```c -lv_disp_drv_t disp_drv; /*Descriptor of a display driver*/ -lv_disp_drv_init(&disp_drv); /*Basic initialization*/ -disp_drv.flush_cb = my_disp_flush; /*Set your driver function*/ -disp_drv.buffer = &disp_buf; /*Assign the buffer to the display*/ -lv_disp_drv_register(&disp_drv); /*Finally register the driver*/ - -void my_disp_flush(lv_disp_t * disp, const lv_area_t * area, lv_color_t * color_p) -{ - int32_t x, y; - for(y = area->y1; y <= area->y2; y++) { - for(x = area->x1; x <= area->x2; x++) { - set_pixel(x, y, *color_p); /* Put a pixel to the display.*/ - color_p++; - } - } - - lv_disp_flush_ready(disp); /* Indicate you are ready with the flushing*/ -} - -``` -9. Implement and register a function which can **read an input device**. E.g. for a touch pad: -```c -lv_indev_drv_init(&indev_drv); /*Descriptor of a input device driver*/ -indev_drv.type = LV_INDEV_TYPE_POINTER; /*Touch pad is a pointer-like device*/ -indev_drv.read_cb = my_touchpad_read; /*Set your driver function*/ -lv_indev_drv_register(&indev_drv); /*Finally register the driver*/ - -bool my_touchpad_read(lv_indev_drv_t * indev_driver, lv_indev_data_t * data) -{ - static lv_coord_t last_x = 0; - static lv_coord_t last_y = 0; - - /*Save the state and save the pressed coordinate*/ - data->state = touchpad_is_pressed() ? LV_INDEV_STATE_PR : LV_INDEV_STATE_REL; - if(data->state == LV_INDEV_STATE_PR) touchpad_get_xy(&last_x, &last_y); - - /*Set the coordinates (if released use the last pressed coordinates)*/ - data->point.x = last_x; - data->point.y = last_y; - - return false; /*Return `false` because we are not buffering and no more data to read*/ -} -``` -10. Call `lv_task_handler()` periodically every few milliseconds in the main `while(1)` loop, in Timer interrupt or in an Operation system task. -It will redraw the screen if required, handle input devices etc. - - -## Learn the basics - -### Objects (Widgets) - -The graphical elements like Buttons, Labels, Sliders, Charts etc are called objects in LittelvGL. Go to [Object types](https://docs.littlevgl.com/en/html/object-types/index) to see the full list of available types. - -Every object has a parent object. The child object moves with the parent and if you delete the parent the children will be deleted too. Children can be visible only on their parent. - -The *screen* are the "root" parents. To get the current screen call `lv_scr_act()`. - -You can create a new object with `lv__create(parent, obj_to_copy)`. It will return an `lv_obj_t *` variable which should be used as a reference to the object to set its parameters. -The first parameter is the desired *parent*, te second parameters can be an object to copy (`NULL` is unused). -For example: -```c -lv_obj_t * slider1 = lv_slider_create(lv_scr_act(), NULL); -``` - -To set some basic attribute `lv_obj_set_(obj, )` function can be used. For example: -```c -lv_obj_set_x(btn1, 30); -lv_obj_set_y(btn1, 10); -lv_obj_set_size(btn1, 200, 50); -``` - -The objects has type specific parameters too which can be set by `lv__set_(obj, )` functions. For example: -```c -lv_slider_set_value(slider1, 70, LV_ANIM_ON); -``` - -To see the full API visit the documentation of the object types or the related header file (e.g. `lvgl/src/lv_objx/lv_slider.h`). - -### Styles -Styles can be assigned to the objects to changed their appearance. A style describes the appearance of rectangle-like objects (like a button or slider), texts, images and lines at once. - -You can create a new style like this: -```c -static lv_style_t style1; /*Declare a new style. Should be `static`*/ -lv_style_copy(&style1, &lv_style_plain); /*Copy a built-in style*/ -style1.body.main_color = LV_COLOR_RED; /*Main color*/ -style1.body.grad_color = lv_color_hex(0xffd83c) /*Gradient color (orange)*/ -style1.body.radius = 3; -style1.text.color = lv_color_hex3(0x0F0) /*Label color (green)*/ -style1.text.font = &lv_font_dejavu_22; /*Change font*/ -... -``` - -To set a new style for an object use the `lv_set_style(obj, LV__STYLE_, &my_style)` functions. For example: -```c -lv_slider_set_style(slider1, LV_SLIDER_STYLE_BG, &slider_bg_style); -lv_slider_set_style(slider1, LV_SLIDER_STYLE_INDIC, &slider_indic_style); -lv_slider_set_style(slider1, LV_SLIDER_STYLE_KNOB, &slider_knob_style); -``` - -If an object's style is `NULL` then it will inherit its parent's style. For example, the labels' style are `NULL` by default. If you place them on a button then they will use the `style.text` properties from the button's style. - -Learn more in [Style overview](https://docs.littlevgl.com/en/html/overview/style) section. - -### Events -Events are used to inform the user if something has happened with an object. You can assign a callback to an object which will be called if the object is clicked, released, dragged, being deleted etc. It should look like this: - -```c -lv_obj_set_event_cb(btn, btn_event_cb); /*Assign a callback to the button*/ - -... - -void btn_event_cb(lv_obj_t * btn, lv_event_t event) -{ - if(event == LV_EVENT_CLICKED) { - printf("Clicked\n"); - } -} -``` - -Learn more about the events in the [Event overview](https://docs.littlevgl.com/en/html/overview/event) section. - - -## Examples - -### Button with label -```c -lv_obj_t * btn = lv_btn_create(lv_scr_act(), NULL); /*Add a button the current screen*/ -lv_obj_set_pos(btn, 10, 10); /*Set its position*/ -lv_obj_set_size(btn, 100, 50); /*Set its size*/ -lv_obj_set_event_cb(btn, btn_event_cb); /*Assign a callback to the button*/ - -lv_obj_t * label = lv_label_create(btn, NULL); /*Add a label to the button*/ -lv_label_set_text(label, "Button"); /*Set the labels text*/ - -... - -void btn_event_cb(lv_obj_t * btn, lv_event_t event) -{ - if(event == LV_EVENT_CLICKED) { - printf("Clicked\n"); - } -} -``` -![LittlevGL button with label example](https://docs.littlevgl.com/en/misc/simple_button_example.gif) - -### Button with styles -Add styles to the previously button from the previous example -```c -static lv_style_t style_btn_rel; /*A variable to store the released style*/ -lv_style_copy(&style_btn_rel, &lv_style_plain); /*Initialize from a built-in style*/ -style_btn_rel.body.border.color = lv_color_hex3(0x269); -style_btn_rel.body.border.width = 1; -style_btn_rel.body.main_color = lv_color_hex3(0xADF); -style_btn_rel.body.grad_color = lv_color_hex3(0x46B); -style_btn_rel.body.shadow.width = 4; -style_btn_rel.body.shadow.type = LV_SHADOW_BOTTOM; -style_btn_rel.body.radius = LV_RADIUS_CIRCLE; -style_btn_rel.text.color = lv_color_hex3(0xDEF); - -static lv_style_t style_btn_pr; /*A variable to store the pressed style*/ -lv_style_copy(&style_btn_pr, &style_btn_rel); /*Initialize from the released style*/ -style_btn_pr.body.border.color = lv_color_hex3(0x46B); -style_btn_pr.body.main_color = lv_color_hex3(0x8BD); -style_btn_pr.body.grad_color = lv_color_hex3(0x24A); -style_btn_pr.body.shadow.width = 2; -style_btn_pr.text.color = lv_color_hex3(0xBCD); - -lv_btn_set_style(btn, LV_BTN_STYLE_REL, &style_btn_rel); /*Set the button's released style*/ -lv_btn_set_style(btn, LV_BTN_STYLE_PR, &style_btn_pr); /*Set the button's pressed style*/ -``` - -![Stylsd button is LittelvGL](https://docs.littlevgl.com/en/misc/button_style_example.gif) - -### Slider and object alignment -```c -lv_obj_t * label; - -... - -/* Create a slider in the center of the display */ -lv_obj_t * slider = lv_slider_create(lv_scr_act(), NULL); -lv_obj_set_width(slider, 200); /*Set the width*/ -lv_obj_align(slider, NULL, LV_ALIGN_CENTER, 0, 0); /*Align to the center of the parent (screen)*/ -lv_obj_set_event_cb(slider, slider_event_cb); /*Assign an event function*/ - -/* Create a label below the slider */ -label = lv_label_create(lv_scr_act(), NULL); -lv_label_set_text(label, "0"); -lv_obj_set_auto_realign(slider, true); -lv_obj_align(label, slider, LV_ALIGN_OUT_BOTTOM_MID, 0, 10); - -... - -void slider_event_cb(lv_obj_t * slider, lv_event_t event) -{ - if(event == LV_EVENT_VALUE_CHANGED) { - static char buf[4]; /* max 3 bytes for number plus 1 null terminating byte */ - snprintf(buf, 4, "%u", lv_slider_get_value(slider)); - lv_label_set_text(slider_label, buf); /*Refresh the text*/ - } -} -``` - -![Slider example with LittlevGL](https://docs.littlevgl.com/en/misc/slider_example.gif) - -### List and themes -```c -/*Texts of the list elements*/ -const char * txts[] = {"First", "Second", "Third", "Forth", "Fifth", "Sixth", NULL}; - -/* Initialize and set a theme. `LV_THEME_NIGHT` needs to enabled in lv_conf.h. */ -lv_theme_t * th = lv_theme_night_init(20, NULL); -lv_theme_set_current(th); - -/*Create a list*/ -lv_obj_t* list = lv_list_create(lv_scr_act(), NULL); -lv_obj_set_size(list, 120, 180); -lv_obj_set_pos(list, 10, 10); - -/*Add buttons*/ -uint8_t i; -for(i = 0; txts[i]; i++) { - lv_obj_t * btn = lv_list_add_btn(list, LV_SYMBOL_FILE, txts[i]); - lv_obj_set_event_cb(btn, list_event); /*Assign event function*/ - lv_btn_set_toggle(btn, true); /*Enable on/off states*/ -} - -/* Initialize and set an other theme. `LV_THEME_MATERIAL` needs to enabled in lv_conf.h. - * If `LV_TEHE_LIVE_UPDATE 1` then the previous list's style will be updated too.*/ -th = lv_theme_material_init(210, NULL); -lv_theme_set_current(th); - -/*Create an other list*/ -list = lv_list_create(lv_scr_act(), NULL); -lv_obj_set_size(list, 120, 180); -lv_obj_set_pos(list, 150, 10); - -/*Add buttons with the same texts*/ -for(i = 0; txts[i]; i++) { - lv_obj_t * btn = lv_list_add_btn(list, LV_SYMBOL_FILE, txts[i]); - lv_obj_set_event_cb(btn, list_event); - lv_btn_set_toggle(btn, true); -} - -... - -static void list_event(lv_obj_t * btn, lv_event_t e) -{ - if(e == LV_EVENT_CLICKED) { - printf("%s\n", lv_list_get_btn_text(btn)); - } - -} -``` -![List and theme example with LittlevGL](https://docs.littlevgl.com/en/misc/list_theme_example.gif) - -### Use LittlevGL from Micropython -Learn more about [Micropython](https://docs.littlevgl.com/en/html/get-started/micropython). -```python -# Create a Button and a Label -scr = lv.obj() -btn = lv.btn(scr) -btn.align(lv.scr_act(), lv.ALIGN.CENTER, 0, 0) -label = lv.label(btn) -label.set_text("Button") - -# Load the screen -lv.scr_load(scr) -``` - -## Contributing -To ask questions please use the [Forum](https://forum.littlevgl.com). -For development-related things (bug reports, feature suggestions) use [GitHub's Issue tracker](https://github.com/littlevgl/lvgl/issues). - -If you are interested in contributing to LittlevGL you can -- **Help others** in the [Forum](https://forum.littlevgl.com). -- **Inspire people** by speaking about your project in [My project](https://forum.littlevgl.com/c/my-projects) category in the Forum or add it to the [References](https://blog.littlevgl.com/2018-12-26/references) post -- **Improve and/or translate the documentation.** Go to the [Documentation](https://github.com/littlevgl/docs) repository to learn more -- **Write a blog post** about your experiences. See how to do it in the [Blog](https://github.com/littlevgl/blog) repository -- **Report and/or fix bugs** in [GitHub's issue tracker](https://github.com/littlevgl/lvgl/issues) -- **Help in the developement**. Check the [Open issues](https://github.com/littlevgl/lvgl/issues) especially the ones with [Help wanted](https://github.com/littlevgl/lvgl/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) label and tell your ideas about a topic or implement a feature. - -It should be useful to read the -- [Contributing guide](https://blog.littlevgl.com/2018-12-06/contributing) -- [Coding style guide](https://github.com/littlevgl/lvgl/blob/master/docs/CODING_STYLE.md) - -## Donate -If you are pleased with the library, found it useful, or you are happy with the support you got, please help its further development: - -[![Donate](https://littlevgl.com/donate_dir/donate_btn.png)](https://littlevgl.com/donate) diff --git a/components/lvgl/lvgl/docs/CODE_OF_CONDUCT.md b/components/lvgl/lvgl/docs/CODE_OF_CONDUCT.md deleted file mode 100644 index c7d7eeb..0000000 --- a/components/lvgl/lvgl/docs/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,46 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [atom@github.com](mailto:atom@github.com). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] - -[homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ diff --git a/components/lvgl/lvgl/docs/CODING_STYLE.md b/components/lvgl/lvgl/docs/CODING_STYLE.md deleted file mode 100644 index 31071e9..0000000 --- a/components/lvgl/lvgl/docs/CODING_STYLE.md +++ /dev/null @@ -1,94 +0,0 @@ - -## File format -Use [lv_misc/lv_templ.c](https://github.com/littlevgl/lvgl/blob/master/src/lv_misc/lv_templ.c) and [lv_misc/lv_templ.h](https://github.com/littlevgl/lvgl/blob/master/src/lv_misc/lv_templ.h) - -## Naming conventions -* Words are separated by '_' -* In variable and function names use only lower case letters (e.g. *height_tmp*) -* In enums and defines use only upper case letters (e.g. *e.g. MAX_LINE_NUM*) -* Global names (API): - * starts with *lv* - * followed by module name: *btn*, *label*, *style* etc. - * followed by the action (for functions): *set*, *get*, *refr* etc. - * closed with the subject: *name*, *size*, *state* etc. -* Typedefs - * prefer `typedef struct` and `typedef enum` instead of `struct name` and `enum name` - * always end `typedef struct` and `typedef enum` type names with `_t` -* Abbreviations: - * Use abbreviations on public names only if they become longer than 32 characters - * Use only very straightforward (e.g. pos: position) or well-established (e.g. pr: press) abbreviations - -## Coding guide -* Functions: - * Try to write function shorter than is 50 lines - * Always shorter than 100 lines (except very straightforwards) -* Variables: - * One line, one declaration (BAD: char x, y;) - * Use `` (*uint8_t*, *int32_t* etc) - * Declare variables when needed (not all at function start) - * Use the smallest required scope - * Variables in a file (outside functions) are always *static* - * Do not use global variables (use functions to set/get static variables) - -## Comments -Before every function have a comment like this: - -```c -/** - * Return with the screen of an object - * @param obj pointer to an object - * @return pointer to a screen - */ -lv_obj_t * lv_obj_get_scr(lv_obj_t * obj); -``` - -Always use `/* Something */` format and NOT `//Something` - -Write readable code to avoid descriptive comments like: -`x++; /* Add 1 to x */`. -The code should show clearly what you are doing. - -You should write **why** have you done this: -`x++; /*Because of closing '\0' of the string */` - -Short "code summaries" of a few lines are accepted. E.g. `/*Calculate the new coordinates*/` - -In comments use \` \` when referring to a variable. E.g. ``/*Update the value of `x_act`*/`` - -### Formatting -Here is example to show bracket placing and using of white spaces: -```c -/** - * Set a new text for a label. Memory will be allocated to store the text by the label. - * @param label pointer to a label object - * @param text '\0' terminated character string. NULL to refresh with the current text. - */ -void lv_label_set_text(lv_obj_t * label, const char * text) -{ /* Main brackets of functions in new line*/ - - if(label == NULL) return; /*No bracket only if the command is inline with the if statement*/ - - lv_obj_inv(label); - - lv_label_ext_t * ext = lv_obj_get_ext(label); - - /*Comment before a section */ - if(text == ext->txt || text == NULL) { /*Bracket of statements start inline*/ - lv_label_refr_text(label); - return; - } - - ... -} -``` - -Use 4 spaces indentation instead of tab. - -You can use **astyle** to format the code. The required config flies are: `docs/astyle_c` and `docs/astyle_h`. -To format the source files: - `$ find . -type f -name "*.c" | xargs astyle --options=docs/astyle_c` - -To format the header files: - `$ find . -type f -name "*.h" | xargs astyle --options=docs/astyle_h` - -Append `-n` to the end to skip creation of backup file OR use `$ find . -type f -name "*.bak" -delete` (for source file's backups) and `find . -type f -name "*.orig" -delete` (for header file's backups) diff --git a/components/lvgl/lvgl/docs/CONTRIBUTING.md b/components/lvgl/lvgl/docs/CONTRIBUTING.md deleted file mode 100644 index aa31870..0000000 --- a/components/lvgl/lvgl/docs/CONTRIBUTING.md +++ /dev/null @@ -1,111 +0,0 @@ -# Contributing to Littlev Graphics Library - -**Do you have some free time to spend with programming? -Are you working on an Embedded GUI project with LittlevGL? -See how can you help to improve the graphics library!** - -There are many ways to join the community. If you have some time to work with us I'm sure you will find something that fits you! You can: -- help others in the [Forum](https://forum.littlevgl.com/) -- improve and/or translate the documentation -- write a blog post about your experiences -- report and/or fix bugs -- suggest and/or implement new features - -But first, start with the most Frequently Asked Questions. - -# FAQ about contributing - -## Where can I write my question and remarks? - -We use the [Forum](https://forum.littlevgl.com/) to ask and answer questions and [GitHub's issue tracker](https://github.com/littlevgl/lvgl/issues) for development-related discussion. - -But there are some simple rules: -- Be kind and friendly. -- Speak about one thing in one issue/topic. -- Give feedback and close the issue or mark the topic as solved if your question is answered. -- Tell what you experience or expect. _"The button is not working"_ is not enough info to get help. -- If possible send an absolute minimal code example in order to reproduce the issue -- Use [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) to format your post. - -## How can I send fixes and improvements? - -Merging new code happens via Pull Requests. If you are still not familiar with the Pull Requests (PR for short) here is a quick guide: -1. **Fork** the [lvgl repository](https://github.com/littlevgl/lvgl). To do this click the "Fork" button in the top right corner. It will "copy" the `lvgl` repository to your GitHub account (`https://github.com/your_name?tab=repositories`) -2. **Clone** the forked repository and add your changes -3. **Create a PR** on GitHub from the page of your `lvgl` repository (`https://github.com/your_name/lvgl`) by hitting the "New pull request" button -4. **Set the base branch**. It means where you want to merge your update. Fixes go to `master`, new features to the actual `dev-x.y` branch. -5. **Describe** what is in the update. An example code is welcome if applicable. - -Some advice: -- If you are not sure about your fix or feature it's better to open an issue first and discuss the details there. -- Maybe your fix or update won't be perfect at first. Don't be afraid, just improve it and push the new commits. The PR will be updated accordingly. -- If your update needs some extra work it's okay to say: _"I'm busy now and I will improve it soon"_ or _"Sorry, I don't have time to improve it, I hope it helps in this form too"_. -So it's better to say don't have time to continue than saying nothing. -- Please read and follow this [guide about the coding style](https://github.com/littlevgl/lvgl/blob/master/docs/CODING_STYLE.md) - - -## Where is the documentation? - -You can read the documentation here: -You can edit the documentation here: - -## Where is the blog? - -You can read the blog here: -You can edit the blog here: - -# So how and where can you contribute? - -## Help others in the Forum - -It's a great way to contribute to the library if you already use it. -Just go to [https://forum.littlevgl.com/](https://forum.littlevgl.com/) a register (Google and GitHub login also works). -Log in, read the titles and if you are already familiar with a topic, don't be shy, and write your suggestion. - -## Improving and/or translating the documentation - -If you would like to contribute to LittlevGL the documentation is the best place to start. - -### Fix typos, add missing parts - -If you find a typo, an obscure sentence or something which is not explained well enough in the [English documentation](https://docs.littlevgl.com/en/html/index.html) -click the *"Edit on GitHub"* button in the top right corner and fix the issue by sending a Pull Request. - -### Translate the documentation - -If you have time and interest you can translate the documentation to your native language or any language you speak. -You can join others to work on an already existing language or you can start a new one. - -To translate the documentation we use [Zanata](https://zanata.org) which is an online translation platform. -You will find the LittlevGL project here: [LittlevGL on Zanata](https://translate.zanata.org/iteration/view/littlevgl-docs/v6.0-doc1?dswid=3430) - -To get started you need to: -- register at [Zanata](https://zanata.org) which is an online translation platform. -- comment to [this post](https://forum.littlevgl.com/t/translate-the-documentation/238?u=kisvegabor) -- tell your username at *Zanata* and your selected language(s) to get permission the edit the translations - -Note that a translation will be added to the documentation only if at least the [Porting section](https://docs.littlevgl.com/en/html/porting/index.html) is translated. - - -## Writing a blog post about your experiences - -Have you ported LittlevGL to a new platform? Have you created a fancy GUI? Do you know a great trick? -You can share your knowledge on LittlevGL's blog! It's super easy to add your own post: -- Fork and clone the [blog repository](https://github.com/littlevgl/blog) -- Add your post in Markdown to the `_posts` folder. -- Store the images and other resources in a dedicated folder in `assets` -- Create a Pull Request - -The blog uses [Jekyll](https://jekyllrb.com/) to convert the `.md` files to a webpage. You can easily [run Jekyll offline](https://jekyllrb.com/docs/) to check your post before creating the Pull request - -## Reporting and/or fixing bugs -For simple bugfixes (typos, missing error handling, fixing a warning) is fine to send a Pull request directly. However, for more complex bugs it's better to open an issue first. In the issue, you should describe how to reproduce the bug and even add the minimal code snippet. - -## Suggesting and/or implementing new features -If you have a good idea don't hesitate to share with us. It's even better if you have time to deal with its implementation. Don't be afraid if you still don't know LittlevGL well enough. We will help you to get started. - -During the implementation don't forget the [Code style guide](https://github.com/littlevgl/lvgl/blob/master/docs/CODING_STYLE.md). - -# Summary - -I hope you have taken a liking to contribute to LittlevGL. A helpful and friendly community is waiting for you! :) diff --git a/components/lvgl/lvgl/library.json b/components/lvgl/lvgl/library.json deleted file mode 100644 index d8b0bf7..0000000 --- a/components/lvgl/lvgl/library.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "lvgl", - "version": "v6.1.2", - "keywords": "graphics, gui, embedded, littlevgl", - "description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.", - "repository": - { - "type": "git", - "url": "https://github.com/littlevgl/lvgl.git" - }, - "build": { - "includeDir": "." - } -} diff --git a/components/lvgl/lvgl/lv_conf_template.h b/components/lvgl/lvgl/lv_conf_template.h deleted file mode 100644 index 77b97b1..0000000 --- a/components/lvgl/lvgl/lv_conf_template.h +++ /dev/null @@ -1,591 +0,0 @@ -/** - * @file lv_conf.h - * - */ - -/* - * COPY THIS FILE AS `lv_conf.h` NEXT TO the `lvgl` FOLDER - */ - -#if 0 /*Set it to "1" to enable content*/ - -#ifndef LV_CONF_H -#define LV_CONF_H -/* clang-format off */ - -#include - -/*==================== - Graphical settings - *====================*/ - -/* Maximal horizontal and vertical resolution to support by the library.*/ -#define LV_HOR_RES_MAX (480) -#define LV_VER_RES_MAX (320) - -/* Color depth: - * - 1: 1 byte per pixel - * - 8: RGB233 - * - 16: RGB565 - * - 32: ARGB8888 - */ -#define LV_COLOR_DEPTH 16 - -/* Swap the 2 bytes of RGB565 color. - * Useful if the display has a 8 bit interface (e.g. SPI)*/ -#define LV_COLOR_16_SWAP 0 - -/* 1: Enable screen transparency. - * Useful for OSD or other overlapping GUIs. - * Requires `LV_COLOR_DEPTH = 32` colors and the screen's style should be modified: `style.body.opa = ...`*/ -#define LV_COLOR_SCREEN_TRANSP 0 - -/*Images pixels with this color will not be drawn (with chroma keying)*/ -#define LV_COLOR_TRANSP LV_COLOR_LIME /*LV_COLOR_LIME: pure green*/ - -/* Enable chroma keying for indexed images. */ -#define LV_INDEXED_CHROMA 1 - -/* Enable anti-aliasing (lines, and radiuses will be smoothed) */ -#define LV_ANTIALIAS 1 - -/* Default display refresh period. - * Can be changed in the display driver (`lv_disp_drv_t`).*/ -#define LV_DISP_DEF_REFR_PERIOD 30 /*[ms]*/ - -/* Dot Per Inch: used to initialize default sizes. - * E.g. a button with width = LV_DPI / 2 -> half inch wide - * (Not so important, you can adjust it to modify default sizes and spaces)*/ -#define LV_DPI 100 /*[px]*/ - -/* Type of coordinates. Should be `int16_t` (or `int32_t` for extreme cases) */ -typedef int16_t lv_coord_t; - -/*========================= - Memory manager settings - *=========================*/ - -/* LittelvGL's internal memory manager's settings. - * The graphical objects and other related data are stored here. */ - -/* 1: use custom malloc/free, 0: use the built-in `lv_mem_alloc` and `lv_mem_free` */ -#define LV_MEM_CUSTOM 0 -#if LV_MEM_CUSTOM == 0 -/* Size of the memory used by `lv_mem_alloc` in bytes (>= 2kB)*/ -# define LV_MEM_SIZE (32U * 1024U) - -/* Complier prefix for a big array declaration */ -# define LV_MEM_ATTR - -/* Set an address for the memory pool instead of allocating it as an array. - * Can be in external SRAM too. */ -# define LV_MEM_ADR 0 - -/* Automatically defrag. on free. Defrag. means joining the adjacent free cells. */ -# define LV_MEM_AUTO_DEFRAG 1 -#else /*LV_MEM_CUSTOM*/ -# define LV_MEM_CUSTOM_INCLUDE /*Header for the dynamic memory function*/ -# define LV_MEM_CUSTOM_ALLOC malloc /*Wrapper to malloc*/ -# define LV_MEM_CUSTOM_FREE free /*Wrapper to free*/ -#endif /*LV_MEM_CUSTOM*/ - -/* Garbage Collector settings - * Used if lvgl is binded to higher level language and the memory is managed by that language */ -#define LV_ENABLE_GC 0 -#if LV_ENABLE_GC != 0 -# define LV_GC_INCLUDE "gc.h" /*Include Garbage Collector related things*/ -# define LV_MEM_CUSTOM_REALLOC your_realloc /*Wrapper to realloc*/ -# define LV_MEM_CUSTOM_GET_SIZE your_mem_get_size /*Wrapper to lv_mem_get_size*/ -#endif /* LV_ENABLE_GC */ - -/*======================= - Input device settings - *=======================*/ - -/* Input device default settings. - * Can be changed in the Input device driver (`lv_indev_drv_t`)*/ - -/* Input device read period in milliseconds */ -#define LV_INDEV_DEF_READ_PERIOD 30 - -/* Drag threshold in pixels */ -#define LV_INDEV_DEF_DRAG_LIMIT 10 - -/* Drag throw slow-down in [%]. Greater value -> faster slow-down */ -#define LV_INDEV_DEF_DRAG_THROW 20 - -/* Long press time in milliseconds. - * Time to send `LV_EVENT_LONG_PRESSSED`) */ -#define LV_INDEV_DEF_LONG_PRESS_TIME 400 - -/* Repeated trigger period in long press [ms] - * Time between `LV_EVENT_LONG_PRESSED_REPEAT */ -#define LV_INDEV_DEF_LONG_PRESS_REP_TIME 100 - -/*================== - * Feature usage - *==================*/ - -/*1: Enable the Animations */ -#define LV_USE_ANIMATION 1 -#if LV_USE_ANIMATION - -/*Declare the type of the user data of animations (can be e.g. `void *`, `int`, `struct`)*/ -typedef void * lv_anim_user_data_t; - -#endif - -/* 1: Enable shadow drawing*/ -#define LV_USE_SHADOW 1 - -/* 1: Enable object groups (for keyboard/encoder navigation) */ -#define LV_USE_GROUP 1 -#if LV_USE_GROUP -typedef void * lv_group_user_data_t; -#endif /*LV_USE_GROUP*/ - -/* 1: Enable GPU interface*/ -#define LV_USE_GPU 1 - -/* 1: Enable file system (might be required for images */ -#define LV_USE_FILESYSTEM 1 -#if LV_USE_FILESYSTEM -/*Declare the type of the user data of file system drivers (can be e.g. `void *`, `int`, `struct`)*/ -typedef void * lv_fs_drv_user_data_t; -#endif - -/*1: Add a `user_data` to drivers and objects*/ -#define LV_USE_USER_DATA 0 - -/*======================== - * Image decoder and cache - *========================*/ - -/* 1: Enable indexed (palette) images */ -#define LV_IMG_CF_INDEXED 1 - -/* 1: Enable alpha indexed images */ -#define LV_IMG_CF_ALPHA 1 - -/* Default image cache size. Image caching keeps the images opened. - * If only the built-in image formats are used there is no real advantage of caching. - * (I.e. no new image decoder is added) - * With complex image decoders (e.g. PNG or JPG) caching can save the continuous open/decode of images. - * However the opened images might consume additional RAM. - * LV_IMG_CACHE_DEF_SIZE must be >= 1 */ -#define LV_IMG_CACHE_DEF_SIZE 1 - -/*Declare the type of the user data of image decoder (can be e.g. `void *`, `int`, `struct`)*/ -typedef void * lv_img_decoder_user_data_t; - -/*===================== - * Compiler settings - *====================*/ -/* Define a custom attribute to `lv_tick_inc` function */ -#define LV_ATTRIBUTE_TICK_INC - -/* Define a custom attribute to `lv_task_handler` function */ -#define LV_ATTRIBUTE_TASK_HANDLER - -/* With size optimization (-Os) the compiler might not align data to - * 4 or 8 byte boundary. This alignment will be explicitly applied where needed. - * E.g. __attribute__((aligned(4))) */ -#define LV_ATTRIBUTE_MEM_ALIGN - -/* Attribute to mark large constant arrays for example - * font's bitmaps */ -#define LV_ATTRIBUTE_LARGE_CONST - -/* Export integer constant to binding. - * This macro is used with constants in the form of LV_ that - * should also appear on lvgl binding API such as Micropython - * - * The default value just prevents a GCC warning. - */ -#define LV_EXPORT_CONST_INT(int_value) struct _silence_gcc_warning - -/*=================== - * HAL settings - *==================*/ - -/* 1: use a custom tick source. - * It removes the need to manually update the tick with `lv_tick_inc`) */ -#define LV_TICK_CUSTOM 0 -#if LV_TICK_CUSTOM == 1 -#define LV_TICK_CUSTOM_INCLUDE "something.h" /*Header for the sys time function*/ -#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current systime in ms*/ -#endif /*LV_TICK_CUSTOM*/ - -typedef void * lv_disp_drv_user_data_t; /*Type of user data in the display driver*/ -typedef void * lv_indev_drv_user_data_t; /*Type of user data in the input device driver*/ - -/*================ - * Log settings - *===============*/ - -/*1: Enable the log module*/ -#define LV_USE_LOG 0 -#if LV_USE_LOG -/* How important log should be added: - * LV_LOG_LEVEL_TRACE A lot of logs to give detailed information - * LV_LOG_LEVEL_INFO Log important events - * LV_LOG_LEVEL_WARN Log if something unwanted happened but didn't cause a problem - * LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail - * LV_LOG_LEVEL_NONE Do not log anything - */ -# define LV_LOG_LEVEL LV_LOG_LEVEL_WARN - -/* 1: Print the log with 'printf'; - * 0: user need to register a callback with `lv_log_register_print_cb`*/ -# define LV_LOG_PRINTF 0 -#endif /*LV_USE_LOG*/ - -/*================= - * Debug settings - *================*/ - -/* If Debug is enabled LittelvGL validates the parameters of the functions. - * If an invalid parameter is found an error log message is printed and - * the MCU halts at the error. (`LV_USE_LOG` should be enabled) - * If you are debugging the MCU you can pause - * the debugger to see exactly where the issue is. - * - * The behavior of asserts can be overwritten by redefining them here. - * E.g. #define LV_ASSERT_MEM(p) - */ -#define LV_USE_DEBUG 1 -#if LV_USE_DEBUG - -/*Check if the parameter is NULL. (Quite fast) */ -#define LV_USE_ASSERT_NULL 1 - -/*Checks is the memory is successfully allocated or no. (Quite fast)*/ -#define LV_USE_ASSERT_MEM 1 - -/* Check the strings. - * Search for NULL, very long strings, invalid characters, and unnatural repetitions. (Slow) - * If disabled `LV_USE_ASSERT_NULL` will be performed instead (if it's enabled) */ -#define LV_USE_ASSERT_STR 0 - -/* Check NULL, the object's type and existence (e.g. not deleted). (Quite slow) - * If disabled `LV_USE_ASSERT_NULL` will be performed instead (if it's enabled) */ -#define LV_USE_ASSERT_OBJ 0 - -/*Check if the styles are properly initialized. (Fast)*/ -#define LV_USE_ASSERT_STYLE 1 - -#endif /*LV_USE_DEBUG*/ - -/*================ - * THEME USAGE - *================*/ -#define LV_THEME_LIVE_UPDATE 0 /*1: Allow theme switching at run time. Uses 8..10 kB of RAM*/ - -#define LV_USE_THEME_TEMPL 0 /*Just for test*/ -#define LV_USE_THEME_DEFAULT 0 /*Built mainly from the built-in styles. Consumes very few RAM*/ -#define LV_USE_THEME_ALIEN 0 /*Dark futuristic theme*/ -#define LV_USE_THEME_NIGHT 0 /*Dark elegant theme*/ -#define LV_USE_THEME_MONO 0 /*Mono color theme for monochrome displays*/ -#define LV_USE_THEME_MATERIAL 0 /*Flat theme with bold colors and light shadows*/ -#define LV_USE_THEME_ZEN 0 /*Peaceful, mainly light theme */ -#define LV_USE_THEME_NEMO 0 /*Water-like theme based on the movie "Finding Nemo"*/ - -/*================== - * FONT USAGE - *===================*/ - -/* The built-in fonts contains the ASCII range and some Symbols with 4 bit-per-pixel. - * The symbols are available via `LV_SYMBOL_...` defines - * More info about fonts: https://docs.littlevgl.com/#Fonts - * To create a new font go to: https://littlevgl.com/ttf-font-to-c-array - */ - -/* Robot fonts with bpp = 4 - * https://fonts.google.com/specimen/Roboto */ -#define LV_FONT_ROBOTO_12 0 -#define LV_FONT_ROBOTO_16 1 -#define LV_FONT_ROBOTO_22 0 -#define LV_FONT_ROBOTO_28 0 - -/* Demonstrate special features */ -#define LV_FONT_ROBOTO_12_SUBPX 1 -#define LV_FONT_ROBOTO_28_COMPRESSED 1 /*bpp = 3*/ - -/*Pixel perfect monospace font - * http://pelulamu.net/unscii/ */ -#define LV_FONT_UNSCII_8 0 - -/* Optionally declare your custom fonts here. - * You can use these fonts as default font too - * and they will be available globally. E.g. - * #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(my_font_1) \ - * LV_FONT_DECLARE(my_font_2) - */ -#define LV_FONT_CUSTOM_DECLARE - -/*Always set a default font from the built-in fonts*/ -#define LV_FONT_DEFAULT &lv_font_roboto_16 - -/* Enable it if you have fonts with a lot of characters. - * The limit depends on the font size, font face and bpp - * but with > 10,000 characters if you see issues probably you need to enable it.*/ -#define LV_FONT_FMT_TXT_LARGE 0 - -/* Set the pixel order of the display. - * Important only if "subpx fonts" are used. - * With "normal" font it doesn't matter. - */ -#define LV_FONT_SUBPX_BGR 0 - -/*Declare the type of the user data of fonts (can be e.g. `void *`, `int`, `struct`)*/ -typedef void * lv_font_user_data_t; - -/*================= - * Text settings - *=================*/ - -/* Select a character encoding for strings. - * Your IDE or editor should have the same character encoding - * - LV_TXT_ENC_UTF8 - * - LV_TXT_ENC_ASCII - * */ -#define LV_TXT_ENC LV_TXT_ENC_UTF8 - - /*Can break (wrap) texts on these chars*/ -#define LV_TXT_BREAK_CHARS " ,.;:-_" - -/* If a word is at least this long, will break wherever "prettiest" - * To disable, set to a value <= 0 */ -#define LV_TXT_LINE_BREAK_LONG_LEN 12 - -/* Minimum number of characters in a long word to put on a line before a break. - * Depends on LV_TXT_LINE_BREAK_LONG_LEN. */ -#define LV_TXT_LINE_BREAK_LONG_PRE_MIN_LEN 3 - -/* Minimum number of characters in a long word to put on a line after a break. - * Depends on LV_TXT_LINE_BREAK_LONG_LEN. */ -#define LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN 3 - -/* The control character to use for signalling text recoloring. */ -#define LV_TXT_COLOR_CMD "#" - -/* Support bidirectional texts. - * Allows mixing Left-to-Right and Right-to-Left texts. - * The direction will be processed according to the Unicode Bidirectioanl Algorithm: - * https://www.w3.org/International/articles/inline-bidi-markup/uba-basics*/ -#define LV_USE_BIDI 0 -#if LV_USE_BIDI -/* Set the default direction. Supported values: - * `LV_BIDI_DIR_LTR` Left-to-Right - * `LV_BIDI_DIR_RTL` Right-to-Left - * `LV_BIDI_DIR_AUTO` detect texts base direction */ -#define LV_BIDI_BASE_DIR_DEF LV_BIDI_DIR_AUTO -#endif - -/*Change the built in (v)snprintf functions*/ -#define LV_SPRINTF_CUSTOM 0 -#if LV_SPRINTF_CUSTOM -# define LV_SPRINTF_INCLUDE -# define lv_snprintf snprintf -# define lv_vsnprintf vsnprintf -#endif /*LV_SPRINTF_CUSTOM*/ - -/*=================== - * LV_OBJ SETTINGS - *==================*/ - -/*Declare the type of the user data of object (can be e.g. `void *`, `int`, `struct`)*/ -typedef void * lv_obj_user_data_t; - -/*1: enable `lv_obj_realaign()` based on `lv_obj_align()` parameters*/ -#define LV_USE_OBJ_REALIGN 1 - -/* Enable to make the object clickable on a larger area. - * LV_EXT_CLICK_AREA_OFF or 0: Disable this feature - * LV_EXT_CLICK_AREA_TINY: The extra area can be adjusted horizontally and vertically (0..255 px) - * LV_EXT_CLICK_AREA_FULL: The extra area can be adjusted in all 4 directions (-32k..+32k px) - */ -#define LV_USE_EXT_CLICK_AREA LV_EXT_CLICK_AREA_OFF - -/*================== - * LV OBJ X USAGE - *================*/ -/* - * Documentation of the object types: https://docs.littlevgl.com/#Object-types - */ - -/*Arc (dependencies: -)*/ -#define LV_USE_ARC 1 - -/*Bar (dependencies: -)*/ -#define LV_USE_BAR 1 - -/*Button (dependencies: lv_cont*/ -#define LV_USE_BTN 1 -#if LV_USE_BTN != 0 -/*Enable button-state animations - draw a circle on click (dependencies: LV_USE_ANIMATION)*/ -# define LV_BTN_INK_EFFECT 0 -#endif - -/*Button matrix (dependencies: -)*/ -#define LV_USE_BTNM 1 - -/*Calendar (dependencies: -)*/ -#define LV_USE_CALENDAR 1 - -/*Canvas (dependencies: lv_img)*/ -#define LV_USE_CANVAS 1 - -/*Check box (dependencies: lv_btn, lv_label)*/ -#define LV_USE_CB 1 - -/*Chart (dependencies: -)*/ -#define LV_USE_CHART 1 -#if LV_USE_CHART -# define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 20 -#endif - -/*Container (dependencies: -*/ -#define LV_USE_CONT 1 - -/*Color picker (dependencies: -*/ -#define LV_USE_CPICKER 1 - -/*Drop down list (dependencies: lv_page, lv_label, lv_symbol_def.h)*/ -#define LV_USE_DDLIST 1 -#if LV_USE_DDLIST != 0 -/*Open and close default animation time [ms] (0: no animation)*/ -# define LV_DDLIST_DEF_ANIM_TIME 200 -#endif - -/*Gauge (dependencies:lv_bar, lv_lmeter)*/ -#define LV_USE_GAUGE 1 - -/*Image (dependencies: lv_label*/ -#define LV_USE_IMG 1 - -/*Image Button (dependencies: lv_btn*/ -#define LV_USE_IMGBTN 1 -#if LV_USE_IMGBTN -/*1: The imgbtn requires left, mid and right parts and the width can be set freely*/ -# define LV_IMGBTN_TILED 0 -#endif - -/*Keyboard (dependencies: lv_btnm)*/ -#define LV_USE_KB 1 - -/*Label (dependencies: -*/ -#define LV_USE_LABEL 1 -#if LV_USE_LABEL != 0 -/*Hor, or ver. scroll speed [px/sec] in 'LV_LABEL_LONG_ROLL/ROLL_CIRC' mode*/ -# define LV_LABEL_DEF_SCROLL_SPEED 25 - -/* Waiting period at beginning/end of animation cycle */ -# define LV_LABEL_WAIT_CHAR_COUNT 3 - -/*Enable selecting text of the label */ -# define LV_LABEL_TEXT_SEL 0 - -/*Store extra some info in labels (12 bytes) to speed up drawing of very long texts*/ -# define LV_LABEL_LONG_TXT_HINT 0 -#endif - -/*LED (dependencies: -)*/ -#define LV_USE_LED 1 - -/*Line (dependencies: -*/ -#define LV_USE_LINE 1 - -/*List (dependencies: lv_page, lv_btn, lv_label, (lv_img optionally for icons ))*/ -#define LV_USE_LIST 1 -#if LV_USE_LIST != 0 -/*Default animation time of focusing to a list element [ms] (0: no animation) */ -# define LV_LIST_DEF_ANIM_TIME 100 -#endif - -/*Line meter (dependencies: *;)*/ -#define LV_USE_LMETER 1 - -/*Message box (dependencies: lv_rect, lv_btnm, lv_label)*/ -#define LV_USE_MBOX 1 - -/*Page (dependencies: lv_cont)*/ -#define LV_USE_PAGE 1 -#if LV_USE_PAGE != 0 -/*Focus default animation time [ms] (0: no animation)*/ -# define LV_PAGE_DEF_ANIM_TIME 400 -#endif - -/*Preload (dependencies: lv_arc, lv_anim)*/ -#define LV_USE_PRELOAD 1 -#if LV_USE_PRELOAD != 0 -# define LV_PRELOAD_DEF_ARC_LENGTH 60 /*[deg]*/ -# define LV_PRELOAD_DEF_SPIN_TIME 1000 /*[ms]*/ -# define LV_PRELOAD_DEF_ANIM LV_PRELOAD_TYPE_SPINNING_ARC -#endif - -/*Roller (dependencies: lv_ddlist)*/ -#define LV_USE_ROLLER 1 -#if LV_USE_ROLLER != 0 -/*Focus animation time [ms] (0: no animation)*/ -# define LV_ROLLER_DEF_ANIM_TIME 200 - -/*Number of extra "pages" when the roller is infinite*/ -# define LV_ROLLER_INF_PAGES 7 -#endif - -/*Slider (dependencies: lv_bar)*/ -#define LV_USE_SLIDER 1 - -/*Spinbox (dependencies: lv_ta)*/ -#define LV_USE_SPINBOX 1 - -/*Switch (dependencies: lv_slider)*/ -#define LV_USE_SW 1 - -/*Text area (dependencies: lv_label, lv_page)*/ -#define LV_USE_TA 1 -#if LV_USE_TA != 0 -# define LV_TA_DEF_CURSOR_BLINK_TIME 400 /*ms*/ -# define LV_TA_DEF_PWD_SHOW_TIME 1500 /*ms*/ -#endif - -/*Table (dependencies: lv_label)*/ -#define LV_USE_TABLE 1 -#if LV_USE_TABLE -# define LV_TABLE_COL_MAX 12 -#endif - -/*Tab (dependencies: lv_page, lv_btnm)*/ -#define LV_USE_TABVIEW 1 -# if LV_USE_TABVIEW != 0 -/*Time of slide animation [ms] (0: no animation)*/ -# define LV_TABVIEW_DEF_ANIM_TIME 300 -#endif - -/*Tileview (dependencies: lv_page) */ -#define LV_USE_TILEVIEW 1 -#if LV_USE_TILEVIEW -/*Time of slide animation [ms] (0: no animation)*/ -# define LV_TILEVIEW_DEF_ANIM_TIME 300 -#endif - -/*Window (dependencies: lv_cont, lv_btn, lv_label, lv_img, lv_page)*/ -#define LV_USE_WIN 1 - -/*================== - * Non-user section - *==================*/ - -#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) /* Disable warnings for Visual Studio*/ -# define _CRT_SECURE_NO_WARNINGS -#endif - -/*--END OF LV_CONF_H--*/ - -/*Be sure every define has a default value*/ -#include "lvgl/src/lv_conf_checker.h" - -#endif /*LV_CONF_H*/ - -#endif /*End of "Content enable"*/ diff --git a/components/lvgl/lvgl/lvgl.h b/components/lvgl/lvgl/lvgl.h deleted file mode 100644 index 418ffd2..0000000 --- a/components/lvgl/lvgl/lvgl.h +++ /dev/null @@ -1,97 +0,0 @@ -/** - * @file lvgl.h - * Include all LittleV GL related headers - */ - -#ifndef LVGL_H -#define LVGL_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ - -#include "src/lv_version.h" - -#include "src/lv_misc/lv_log.h" -#include "src/lv_misc/lv_task.h" -#include "src/lv_misc/lv_math.h" -#include "src/lv_misc/lv_async.h" - -#include "src/lv_hal/lv_hal.h" - -#include "src/lv_core/lv_obj.h" -#include "src/lv_core/lv_group.h" -#include "src/lv_core/lv_indev.h" - -#include "src/lv_core/lv_refr.h" -#include "src/lv_core/lv_disp.h" -#include "src/lv_core/lv_debug.h" - -#include "src/lv_themes/lv_theme.h" - -#include "src/lv_font/lv_font.h" -#include "src/lv_font/lv_font_fmt_txt.h" -#include "src/lv_misc/lv_bidi.h" -#include "src/lv_misc/lv_printf.h" - -#include "src/lv_objx/lv_btn.h" -#include "src/lv_objx/lv_imgbtn.h" -#include "src/lv_objx/lv_img.h" -#include "src/lv_objx/lv_label.h" -#include "src/lv_objx/lv_line.h" -#include "src/lv_objx/lv_page.h" -#include "src/lv_objx/lv_cont.h" -#include "src/lv_objx/lv_list.h" -#include "src/lv_objx/lv_chart.h" -#include "src/lv_objx/lv_table.h" -#include "src/lv_objx/lv_cb.h" -#include "src/lv_objx/lv_cpicker.h" -#include "src/lv_objx/lv_bar.h" -#include "src/lv_objx/lv_slider.h" -#include "src/lv_objx/lv_led.h" -#include "src/lv_objx/lv_btnm.h" -#include "src/lv_objx/lv_kb.h" -#include "src/lv_objx/lv_ddlist.h" -#include "src/lv_objx/lv_roller.h" -#include "src/lv_objx/lv_ta.h" -#include "src/lv_objx/lv_canvas.h" -#include "src/lv_objx/lv_win.h" -#include "src/lv_objx/lv_tabview.h" -#include "src/lv_objx/lv_tileview.h" -#include "src/lv_objx/lv_mbox.h" -#include "src/lv_objx/lv_gauge.h" -#include "src/lv_objx/lv_lmeter.h" -#include "src/lv_objx/lv_sw.h" -#include "src/lv_objx/lv_kb.h" -#include "src/lv_objx/lv_arc.h" -#include "src/lv_objx/lv_preload.h" -#include "src/lv_objx/lv_calendar.h" -#include "src/lv_objx/lv_spinbox.h" - -#include "src/lv_draw/lv_img_cache.h" - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/********************** - * MACROS - **********************/ - -#ifdef __cplusplus -} -#endif - -#endif /*LVGL_H*/ diff --git a/components/lvgl/lvgl/lvgl.mk b/components/lvgl/lvgl/lvgl.mk deleted file mode 100644 index 830fe11..0000000 --- a/components/lvgl/lvgl/lvgl.mk +++ /dev/null @@ -1,8 +0,0 @@ -include $(LVGL_DIR)/lvgl/src/lv_core/lv_core.mk -include $(LVGL_DIR)/lvgl/src/lv_hal/lv_hal.mk -include $(LVGL_DIR)/lvgl/src/lv_objx/lv_objx.mk -include $(LVGL_DIR)/lvgl/src/lv_font/lv_font.mk -include $(LVGL_DIR)/lvgl/src/lv_misc/lv_misc.mk -include $(LVGL_DIR)/lvgl/src/lv_themes/lv_themes.mk -include $(LVGL_DIR)/lvgl/src/lv_draw/lv_draw.mk - diff --git a/components/lvgl/lvgl/porting/lv_port_disp_template.c b/components/lvgl/lvgl/porting/lv_port_disp_template.c deleted file mode 100644 index 9752d5d..0000000 --- a/components/lvgl/lvgl/porting/lv_port_disp_template.c +++ /dev/null @@ -1,196 +0,0 @@ -/** - * @file lv_port_disp_templ.c - * - */ - - /*Copy this file as "lv_port_disp.c" and set this value to "1" to enable content*/ -#if 0 - -/********************* - * INCLUDES - *********************/ -#include "lv_port_disp_template.h" - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ -static void disp_init(void); - -static void disp_flush(lv_disp_drv_t * disp_drv, const lv_area_t * area, lv_color_t * color_p); -#if LV_USE_GPU -static void gpu_blend(lv_disp_drv_t * disp_drv, lv_color_t * dest, const lv_color_t * src, uint32_t length, lv_opa_t opa); -static void gpu_fill(lv_disp_drv_t * disp_drv, lv_color_t * dest_buf, lv_coord_t dest_width, - const lv_area_t * fill_area, lv_color_t color); -#endif - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -void lv_port_disp_init(void) -{ - /*------------------------- - * Initialize your display - * -----------------------*/ - disp_init(); - - /*----------------------------- - * Create a buffer for drawing - *----------------------------*/ - - /* LittlevGL requires a buffer where it draws the objects. The buffer's has to be greater than 1 display row - * - * There are three buffering configurations: - * 1. Create ONE buffer with some rows: - * LittlevGL will draw the display's content here and writes it to your display - * - * 2. Create TWO buffer with some rows: - * LittlevGL will draw the display's content to a buffer and writes it your display. - * You should use DMA to write the buffer's content to the display. - * It will enable LittlevGL to draw the next part of the screen to the other buffer while - * the data is being sent form the first buffer. It makes rendering and flushing parallel. - * - * 3. Create TWO screen-sized buffer: - * Similar to 2) but the buffer have to be screen sized. When LittlevGL is ready it will give the - * whole frame to display. This way you only need to change the frame buffer's address instead of - * copying the pixels. - * */ - - /* Example for 1) */ - static lv_disp_buf_t disp_buf_1; - static lv_color_t buf1_1[LV_HOR_RES_MAX * 10]; /*A buffer for 10 rows*/ - lv_disp_buf_init(&disp_buf_1, buf1_1, NULL, LV_HOR_RES_MAX * 10); /*Initialize the display buffer*/ - - /* Example for 2) */ - static lv_disp_buf_t disp_buf_2; - static lv_color_t buf2_1[LV_HOR_RES_MAX * 10]; /*A buffer for 10 rows*/ - static lv_color_t buf2_2[LV_HOR_RES_MAX * 10]; /*An other buffer for 10 rows*/ - lv_disp_buf_init(&disp_buf_2, buf2_1, buf2_2, LV_HOR_RES_MAX * 10); /*Initialize the display buffer*/ - - /* Example for 3) */ - static lv_disp_buf_t disp_buf_3; - static lv_color_t buf3_1[LV_HOR_RES_MAX * LV_VER_RES_MAX]; /*A screen sized buffer*/ - static lv_color_t buf3_2[LV_HOR_RES_MAX * LV_VER_RES_MAX]; /*An other screen sized buffer*/ - lv_disp_buf_init(&disp_buf_3, buf3_1, buf3_2, LV_HOR_RES_MAX * LV_VER_RES_MAX); /*Initialize the display buffer*/ - - - /*----------------------------------- - * Register the display in LittlevGL - *----------------------------------*/ - - lv_disp_drv_t disp_drv; /*Descriptor of a display driver*/ - lv_disp_drv_init(&disp_drv); /*Basic initialization*/ - - /*Set up the functions to access to your display*/ - - /*Set the resolution of the display*/ - disp_drv.hor_res = 480; - disp_drv.ver_res = 320; - - /*Used to copy the buffer's content to the display*/ - disp_drv.flush_cb = disp_flush; - - /*Set a display buffer*/ - disp_drv.buffer = &disp_buf_2; - -#if LV_USE_GPU - /*Optionally add functions to access the GPU. (Only in buffered mode, LV_VDB_SIZE != 0)*/ - - /*Blend two color array using opacity*/ - disp_drv.gpu_blend_cb = gpu_blend; - - /*Fill a memory array with a color*/ - disp_drv.gpu_fill_cb = gpu_fill; -#endif - - /*Finally register the driver*/ - lv_disp_drv_register(&disp_drv); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -/* Initialize your display and the required peripherals. */ -static void disp_init(void) -{ - /*You code here*/ -} - -/* Flush the content of the internal buffer the specific area on the display - * You can use DMA or any hardware acceleration to do this operation in the background but - * 'lv_disp_flush_ready()' has to be called when finished. */ -static void disp_flush(lv_disp_drv_t * disp_drv, const lv_area_t * area, lv_color_t * color_p) -{ - /*The most simple case (but also the slowest) to put all pixels to the screen one-by-one*/ - - int32_t x; - int32_t y; - for(y = area->y1; y <= area->y2; y++) { - for(x = area->x1; x <= area->x2; x++) { - /* Put a pixel to the display. For example: */ - /* put_px(x, y, *color_p)*/ - color_p++; - } - } - - /* IMPORTANT!!! - * Inform the graphics library that you are ready with the flushing*/ - lv_disp_flush_ready(disp_drv); -} - - -/*OPTIONAL: GPU INTERFACE*/ -#if LV_USE_GPU - -/* If your MCU has hardware accelerator (GPU) then you can use it to blend to memories using opacity - * It can be used only in buffered mode (LV_VDB_SIZE != 0 in lv_conf.h)*/ -static void gpu_blend(lv_disp_drv_t * disp_drv, lv_color_t * dest, const lv_color_t * src, uint32_t length, lv_opa_t opa) -{ - /*It's an example code which should be done by your GPU*/ - uint32_t i; - for(i = 0; i < length; i++) { - dest[i] = lv_color_mix(dest[i], src[i], opa); - } -} - -/* If your MCU has hardware accelerator (GPU) then you can use it to fill a memory with a color - * It can be used only in buffered mode (LV_VDB_SIZE != 0 in lv_conf.h)*/ -static void gpu_fill(lv_disp_drv_t * disp_drv, lv_color_t * dest_buf, lv_coord_t dest_width, - const lv_area_t * fill_area, lv_color_t color) -{ - /*It's an example code which should be done by your GPU*/ - int32_t x, y; - dest_buf += dest_width * fill_area->y1; /*Go to the first line*/ - - for(y = fill_area->y1; y < fill_area->y2; y++) { - for(x = fill_area->x1; x < fill_area->x2; x++) { - dest_buf[x] = color; - } - dest_buf+=dest_width; /*Go to the next line*/ - } -} - -#endif /*LV_USE_GPU*/ - -#else /* Enable this file at the top */ - -/* This dummy typedef exists purely to silence -Wpedantic. */ -typedef int keep_pedantic_happy; -#endif diff --git a/components/lvgl/lvgl/porting/lv_port_disp_template.h b/components/lvgl/lvgl/porting/lv_port_disp_template.h deleted file mode 100644 index eeca802..0000000 --- a/components/lvgl/lvgl/porting/lv_port_disp_template.h +++ /dev/null @@ -1,44 +0,0 @@ -/** - * @file lv_port_disp_templ.h - * - */ - - /*Copy this file as "lv_port_disp.h" and set this value to "1" to enable content*/ -#if 0 - -#ifndef LV_PORT_DISP_TEMPL_H -#define LV_PORT_DISP_TEMPL_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#include "lvgl/lvgl.h" - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/********************** - * MACROS - **********************/ - - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_PORT_DISP_TEMPL_H*/ - -#endif /*Disable/Enable content*/ diff --git a/components/lvgl/lvgl/porting/lv_port_fs_template.c b/components/lvgl/lvgl/porting/lv_port_fs_template.c deleted file mode 100644 index 454899d..0000000 --- a/components/lvgl/lvgl/porting/lv_port_fs_template.c +++ /dev/null @@ -1,379 +0,0 @@ -/** - * @file lv_port_fs_templ.c - * - */ - - /*Copy this file as "lv_port_fs.c" and set this value to "1" to enable content*/ -#if 0 - -/********************* - * INCLUDES - *********************/ -#include "lv_port_fs_template.h" - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/* Create a type to store the required data about your file. - * If you are using a File System library - * it already should have a File type. - * For example FatFS has `FIL`. In this case use `typedef FIL file_t`*/ -typedef struct { - /*Add the data you need to store about a file*/ - uint32_t dummy1; - uint32_t dummy2; -}file_t; - -/*Similarly to `file_t` create a type for directory reading too */ -typedef struct { - /*Add the data you need to store about directory reading*/ - uint32_t dummy1; - uint32_t dummy2; -}dir_t; - - -/********************** - * STATIC PROTOTYPES - **********************/ -static void fs_init(void); - -static lv_fs_res_t fs_open (lv_fs_drv_t * drv, void * file_p, const char * path, lv_fs_mode_t mode); -static lv_fs_res_t fs_close (lv_fs_drv_t * drv, void * file_p); -static lv_fs_res_t fs_read (lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint32_t * br); -static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint32_t * bw); -static lv_fs_res_t fs_seek (lv_fs_drv_t * drv, void * file_p, uint32_t pos); -static lv_fs_res_t fs_size (lv_fs_drv_t * drv, void * file_p, uint32_t * size_p); -static lv_fs_res_t fs_tell (lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p); -static lv_fs_res_t fs_remove (lv_fs_drv_t * drv, const char *path); -static lv_fs_res_t fs_trunc (lv_fs_drv_t * drv, void * file_p); -static lv_fs_res_t fs_rename (lv_fs_drv_t * drv, const char * oldname, const char * newname); -static lv_fs_res_t fs_free (lv_fs_drv_t * drv, uint32_t * total_p, uint32_t * free_p); -static lv_fs_res_t fs_dir_open (lv_fs_drv_t * drv, void * rddir_p, const char *path); -static lv_fs_res_t fs_dir_read (lv_fs_drv_t * drv, void * rddir_p, char *fn); -static lv_fs_res_t fs_dir_close (lv_fs_drv_t * drv, void * rddir_p); - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -void lv_port_fs_init(void) -{ - /*---------------------------------------------------- - * Initialize your storage device and File System - * -------------------------------------------------*/ - fs_init(); - - /*--------------------------------------------------- - * Register the file system interface in LittlevGL - *--------------------------------------------------*/ - - /* Add a simple drive to open images */ - lv_fs_drv_t fs_drv; - lv_fs_drv_init(&fs_drv); - - /*Set up fields...*/ - fs_drv.file_size = sizeof(file_t); - fs_drv.letter = 'P'; - fs_drv.open_cb = fs_open; - fs_drv.close_cb = fs_close; - fs_drv.read_cb = fs_read; - fs_drv.write_cb = fs_write; - fs_drv.seek_cb = fs_seek; - fs_drv.tell_cb = fs_tell; - fs_drv.free_space_cb = fs_free; - fs_drv.size_cb = fs_size; - fs_drv.remove_cb = fs_remove; - fs_drv.rename_cb = fs_rename; - fs_drv.trunc_cb = fs_trunc; - - fs_drv.rddir_size = sizeof(dir_t); - fs_drv.dir_close_cb = fs_dir_close; - fs_drv.dir_open_cb = fs_dir_open; - fs_drv.dir_read_cb = fs_dir_read; - - lv_fs_drv_register(&fs_drv); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -/* Initialize your Storage device and File system. */ -static void fs_init(void) -{ - /*E.g. for FatFS initalize the SD card and FatFS itself*/ - - /*You code here*/ -} - -/** - * Open a file - * @param drv pointer to a driver where this function belongs - * @param file_p pointer to a file_t variable - * @param path path to the file beginning with the driver letter (e.g. S:/folder/file.txt) - * @param mode read: FS_MODE_RD, write: FS_MODE_WR, both: FS_MODE_RD | FS_MODE_WR - * @return LV_FS_RES_OK or any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_open (lv_fs_drv_t * drv, void * file_p, const char * path, lv_fs_mode_t mode) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - if(mode == LV_FS_MODE_WR) - { - /*Open a file for write*/ - - /* Add your code here*/ - } - else if(mode == LV_FS_MODE_RD) - { - /*Open a file for read*/ - - /* Add your code here*/ - } - else if(mode == (LV_FS_MODE_WR | LV_FS_MODE_RD)) - { - /*Open a file for read and write*/ - - /* Add your code here*/ - } - - return res; -} - - -/** - * Close an opened file - * @param drv pointer to a driver where this function belongs - * @param file_p pointer to a file_t variable. (opened with lv_ufs_open) - * @return LV_FS_RES_OK: no error, the file is read - * any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_close (lv_fs_drv_t * drv, void * file_p) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Read data from an opened file - * @param drv pointer to a driver where this function belongs - * @param file_p pointer to a file_t variable. - * @param buf pointer to a memory block where to store the read data - * @param btr number of Bytes To Read - * @param br the real number of read bytes (Byte Read) - * @return LV_FS_RES_OK: no error, the file is read - * any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_read (lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint32_t * br) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Write into a file - * @param drv pointer to a driver where this function belongs - * @param file_p pointer to a file_t variable - * @param buf pointer to a buffer with the bytes to write - * @param btr Bytes To Write - * @param br the number of real written bytes (Bytes Written). NULL if unused. - * @return LV_FS_RES_OK or any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint32_t * bw) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Set the read write pointer. Also expand the file size if necessary. - * @param drv pointer to a driver where this function belongs - * @param file_p pointer to a file_t variable. (opened with lv_ufs_open ) - * @param pos the new position of read write pointer - * @return LV_FS_RES_OK: no error, the file is read - * any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_seek (lv_fs_drv_t * drv, void * file_p, uint32_t pos) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Give the size of a file bytes - * @param drv pointer to a driver where this function belongs - * @param file_p pointer to a file_t variable - * @param size pointer to a variable to store the size - * @return LV_FS_RES_OK or any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_size (lv_fs_drv_t * drv, void * file_p, uint32_t * size_p) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} -/** - * Give the position of the read write pointer - * @param drv pointer to a driver where this function belongs - * @param file_p pointer to a file_t variable. - * @param pos_p pointer to to store the result - * @return LV_FS_RES_OK: no error, the file is read - * any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_tell (lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Delete a file - * @param drv pointer to a driver where this function belongs - * @param path path of the file to delete - * @return LV_FS_RES_OK or any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_remove (lv_fs_drv_t * drv, const char *path) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Truncate the file size to the current position of the read write pointer - * @param drv pointer to a driver where this function belongs - * @param file_p pointer to an 'ufs_file_t' variable. (opened with lv_fs_open ) - * @return LV_FS_RES_OK: no error, the file is read - * any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_trunc (lv_fs_drv_t * drv, void * file_p) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Rename a file - * @param drv pointer to a driver where this function belongs - * @param oldname path to the file - * @param newname path with the new name - * @return LV_FS_RES_OK or any error from 'fs_res_t' - */ -static lv_fs_res_t fs_rename (lv_fs_drv_t * drv, const char * oldname, const char * newname) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Get the free and total size of a driver in kB - * @param drv pointer to a driver where this function belongs - * @param letter the driver letter - * @param total_p pointer to store the total size [kB] - * @param free_p pointer to store the free size [kB] - * @return LV_FS_RES_OK or any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_free (lv_fs_drv_t * drv, uint32_t * total_p, uint32_t * free_p) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Initialize a 'fs_read_dir_t' variable for directory reading - * @param drv pointer to a driver where this function belongs - * @param rddir_p pointer to a 'fs_read_dir_t' variable - * @param path path to a directory - * @return LV_FS_RES_OK or any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_dir_open (lv_fs_drv_t * drv, void * rddir_p, const char *path) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Read the next filename form a directory. - * The name of the directories will begin with '/' - * @param drv pointer to a driver where this function belongs - * @param rddir_p pointer to an initialized 'fs_read_dir_t' variable - * @param fn pointer to a buffer to store the filename - * @return LV_FS_RES_OK or any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_dir_read (lv_fs_drv_t * drv, void * rddir_p, char *fn) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -/** - * Close the directory reading - * @param drv pointer to a driver where this function belongs - * @param rddir_p pointer to an initialized 'fs_read_dir_t' variable - * @return LV_FS_RES_OK or any error from lv_fs_res_t enum - */ -static lv_fs_res_t fs_dir_close (lv_fs_drv_t * drv, void * rddir_p) -{ - lv_fs_res_t res = LV_FS_RES_NOT_IMP; - - /* Add your code here*/ - - return res; -} - -#else /* Enable this file at the top */ - -/* This dummy typedef exists purely to silence -Wpedantic. */ -typedef int keep_pedantic_happy; -#endif diff --git a/components/lvgl/lvgl/porting/lv_port_fs_template.h b/components/lvgl/lvgl/porting/lv_port_fs_template.h deleted file mode 100644 index 7db06f6..0000000 --- a/components/lvgl/lvgl/porting/lv_port_fs_template.h +++ /dev/null @@ -1,44 +0,0 @@ -/** - * @file lv_port_fs_templ.h - * - */ - - /*Copy this file as "lv_port_fs.h" and set this value to "1" to enable content*/ -#if 0 - -#ifndef LV_PORT_FS_TEMPL_H -#define LV_PORT_FS_TEMPL_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#include "lvgl/lvgl.h" - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/********************** - * MACROS - **********************/ - - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_PORT_FS_TEMPL_H*/ - -#endif /*Disable/Enable content*/ diff --git a/components/lvgl/lvgl/porting/lv_port_indev_template.c b/components/lvgl/lvgl/porting/lv_port_indev_template.c deleted file mode 100644 index 54b8c9f..0000000 --- a/components/lvgl/lvgl/porting/lv_port_indev_template.c +++ /dev/null @@ -1,428 +0,0 @@ -/** - * @file lv_port_indev_templ.c - * - */ - - /*Copy this file as "lv_port_indev.c" and set this value to "1" to enable content*/ -#if 0 - -/********************* - * INCLUDES - *********************/ -#include "lv_port_indev_template.h" - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -static void touchpad_init(void); -static bool touchpad_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data); -static bool touchpad_is_pressed(void); -static void touchpad_get_xy(lv_coord_t * x, lv_coord_t * y); - -static void mouse_init(void); -static bool mouse_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data); -static bool mouse_is_pressed(void); -static void mouse_get_xy(lv_coord_t * x, lv_coord_t * y); - -static void keypad_init(void); -static bool keypad_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data); -static uint32_t keypad_get_key(void); - -static void encoder_init(void); -static bool encoder_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data); -static void encoder_handler(void); - -static void button_init(void); -static bool button_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data); -static int8_t button_get_pressed_id(void); -static bool button_is_pressed(uint8_t id); - -/********************** - * STATIC VARIABLES - **********************/ -lv_indev_t * indev_touchpad; -lv_indev_t * indev_mouse; -lv_indev_t * indev_keypad; -lv_indev_t * indev_encoder; -lv_indev_t * indev_button; - -static int32_t encoder_diff; -static lv_indev_state_t encoder_state; - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -void lv_port_indev_init(void) -{ - /* Here you will find example implementation of input devices supported by LittelvGL: - * - Touchpad - * - Mouse (with cursor support) - * - Keypad (supports GUI usage only with key) - * - Encoder (supports GUI usage only with: left, right, push) - * - Button (external buttons to press points on the screen) - * - * The `..._read()` function are only examples. - * You should shape them according to your hardware - */ - - - lv_indev_drv_t indev_drv; - - /*------------------ - * Touchpad - * -----------------*/ - - /*Initialize your touchpad if you have*/ - touchpad_init(); - - /*Register a touchpad input device*/ - lv_indev_drv_init(&indev_drv); - indev_drv.type = LV_INDEV_TYPE_POINTER; - indev_drv.read_cb = touchpad_read; - indev_touchpad = lv_indev_drv_register(&indev_drv); - - /*------------------ - * Mouse - * -----------------*/ - - /*Initialize your touchpad if you have*/ - mouse_init(); - - /*Register a mouse input device*/ - lv_indev_drv_init(&indev_drv); - indev_drv.type = LV_INDEV_TYPE_POINTER; - indev_drv.read_cb = mouse_read; - indev_mouse = lv_indev_drv_register(&indev_drv); - - /*Set cursor. For simplicity set a HOME symbol now.*/ - lv_obj_t * mouse_cursor = lv_img_create(lv_disp_get_scr_act(NULL), NULL); - lv_img_set_src(mouse_cursor, LV_SYMBOL_HOME); - lv_indev_set_cursor(indev_mouse, mouse_cursor); - - /*------------------ - * Keypad - * -----------------*/ - - /*Initialize your keypad or keyboard if you have*/ - keypad_init(); - - /*Register a keypad input device*/ - lv_indev_drv_init(&indev_drv); - indev_drv.type = LV_INDEV_TYPE_KEYPAD; - indev_drv.read_cb = keypad_read; - indev_keypad = lv_indev_drv_register(&indev_drv); - - /* Later you should create group(s) with `lv_group_t * group = lv_group_create()`, - * add objects to the group with `lv_group_add_obj(group, obj)` - * and assign this input device to group to navigate in it: - * `lv_indev_set_group(indev_keypad, group);` */ - - /*------------------ - * Encoder - * -----------------*/ - - /*Initialize your encoder if you have*/ - encoder_init(); - - /*Register a encoder input device*/ - lv_indev_drv_init(&indev_drv); - indev_drv.type = LV_INDEV_TYPE_KEYPAD; - indev_drv.read_cb = encoder_read; - indev_encoder = lv_indev_drv_register(&indev_drv); - - /* Later you should create group(s) with `lv_group_t * group = lv_group_create()`, - * add objects to the group with `lv_group_add_obj(group, obj)` - * and assign this input device to group to navigate in it: - * `lv_indev_set_group(indev_keypad, group);` */ - - /*------------------ - * Button - * -----------------*/ - - /*Initialize your button if you have*/ - button_init(); - - /*Register a button input device*/ - lv_indev_drv_init(&indev_drv); - indev_drv.type = LV_INDEV_TYPE_BUTTON; - indev_drv.read_cb = button_read; - indev_button = lv_indev_drv_register(&indev_drv); - - /*Assign buttons to points on the screen*/ - static const lv_point_t btn_points[2] = { - {10, 10}, /*Button 0 -> x:10; y:10*/ - {40, 100}, /*Button 1 -> x:40; y:100*/ - }; - lv_indev_set_button_points(indev_button, btn_points); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - - - -/*------------------ - * Touchpad - * -----------------*/ - -/*Initialize your touchpad*/ -static void touchpad_init(void) -{ - /*Your code comes here*/ -} - -/* Will be called by the library to read the touchpad */ -static bool touchpad_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data) -{ - static lv_coord_t last_x = 0; - static lv_coord_t last_y = 0; - - /*Save the pressed coordinates and the state*/ - if(touchpad_is_pressed()) { - touchpad_get_xy(&last_x, &last_y); - data->state = LV_INDEV_STATE_PR; - } else { - data->state = LV_INDEV_STATE_REL; - } - - /*Set the last pressed coordinates*/ - data->point.x = last_x; - data->point.y = last_y; - - /*Return `false` because we are not buffering and no more data to read*/ - return false; -} - -/*Return true is the touchpad is pressed*/ -static bool touchpad_is_pressed(void) -{ - /*Your code comes here*/ - - return false; -} - -/*Get the x and y coordinates if the touchpad is pressed*/ -static void touchpad_get_xy(lv_coord_t * x, lv_coord_t * y) -{ - /*Your code comes here*/ - - (*x) = 0; - (*y) = 0; -} - - -/*------------------ - * Mouse - * -----------------*/ - -/* Initialize your mouse */ -static void mouse_init(void) -{ - /*Your code comes here*/ -} - -/* Will be called by the library to read the mouse */ -static bool mouse_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data) -{ - /*Get the current x and y coordinates*/ - mouse_get_xy(&data->point.x, &data->point.y); - - /*Get whether the mouse button is pressed or released*/ - if(mouse_is_pressed()) { - data->state = LV_INDEV_STATE_PR; - } else { - data->state = LV_INDEV_STATE_REL; - } - - /*Return `false` because we are not buffering and no more data to read*/ - return false; -} - -/*Return true is the mouse button is pressed*/ -static bool mouse_is_pressed(void) -{ - /*Your code comes here*/ - - return false; -} - -/*Get the x and y coordinates if the mouse is pressed*/ -static void mouse_get_xy(lv_coord_t * x, lv_coord_t * y) -{ - /*Your code comes here*/ - - (*x) = 0; - (*y) = 0; -} - -/*------------------ - * Keypad - * -----------------*/ - -/* Initialize your keypad */ -static void keypad_init(void) -{ - /*Your code comes here*/ -} - -/* Will be called by the library to read the mouse */ -static bool keypad_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data) -{ - static uint32_t last_key = 0; - - /*Get the current x and y coordinates*/ - mouse_get_xy(&data->point.x, &data->point.y); - - /*Get whether the a key is pressed and save the pressed key*/ - uint32_t act_key = keypad_get_key(); - if(act_key != 0) { - data->state = LV_INDEV_STATE_PR; - - /*Translate the keys to LittlevGL control characters according to your key definitions*/ - switch(act_key) { - case 1: - act_key = LV_KEY_NEXT; - break; - case 2: - act_key = LV_KEY_PREV; - break; - case 3: - act_key = LV_KEY_LEFT; - break; - case 4: - act_key = LV_KEY_RIGHT; - break; - case 5: - act_key = LV_KEY_ENTER; - break; - } - - last_key = act_key; - } else { - data->state = LV_INDEV_STATE_REL; - } - - data->key = last_key; - - /*Return `false` because we are not buffering and no more data to read*/ - return false; -} - -/*Get the currently being pressed key. 0 if no key is pressed*/ -static uint32_t keypad_get_key(void) -{ - /*Your code comes here*/ - - return 0; -} - -/*------------------ - * Encoder - * -----------------*/ - -/* Initialize your keypad */ -static void encoder_init(void) -{ - /*Your code comes here*/ -} - -/* Will be called by the library to read the encoder */ -static bool encoder_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data) -{ - - data->enc_diff = encoder_diff; - data->state = encoder_state; - - /*Return `false` because we are not buffering and no more data to read*/ - return false; -} - -/*Call this function in an interrupt to process encoder events (turn, press)*/ -static void encoder_handler(void) -{ - /*Your code comes here*/ - - encoder_diff += 0; - encoder_state = LV_INDEV_STATE_REL; -} - - -/*------------------ - * Button - * -----------------*/ - -/* Initialize your buttons */ -static void button_init(void) -{ - /*Your code comes here*/ -} - -/* Will be called by the library to read the button */ -static bool button_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data) -{ - - static uint8_t last_btn = 0; - - /*Get the pressed button's ID*/ - int8_t btn_act = button_get_pressed_id(); - - if(btn_act >= 0) { - data->state = LV_INDEV_STATE_PR; - last_btn = btn_act; - } else { - data->state = LV_INDEV_STATE_REL; - } - - /*Save the last pressed button's ID*/ - data->btn_id = last_btn; - - /*Return `false` because we are not buffering and no more data to read*/ - return false; -} - -/*Get ID (0, 1, 2 ..) of the pressed button*/ -static int8_t button_get_pressed_id(void) -{ - uint8_t i; - - /*Check to buttons see which is being pressed (assume there are 2 buttons)*/ - for(i = 0; i < 2; i++) { - /*Return the pressed button's ID*/ - if(button_is_pressed(i)) { - return i; - } - } - - /*No button pressed*/ - return -1; -} - -/*Test if `id` button is pressed or not*/ -static bool button_is_pressed(uint8_t id) -{ - - /*Your code comes here*/ - - return false; -} - -#else /* Enable this file at the top */ - -/* This dummy typedef exists purely to silence -Wpedantic. */ -typedef int keep_pedantic_happy; -#endif diff --git a/components/lvgl/lvgl/porting/lv_port_indev_template.h b/components/lvgl/lvgl/porting/lv_port_indev_template.h deleted file mode 100644 index ca0274e..0000000 --- a/components/lvgl/lvgl/porting/lv_port_indev_template.h +++ /dev/null @@ -1,45 +0,0 @@ - -/** - * @file lv_port_indev_templ.h - * - */ - - /*Copy this file as "lv_port_indev.h" and set this value to "1" to enable content*/ -#if 0 - -#ifndef LV_PORT_INDEV_TEMPL_H -#define LV_PORT_INDEV_TEMPL_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#include "lvgl/lvgl.h" - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/********************** - * MACROS - **********************/ - - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_PORT_INDEV_TEMPL_H*/ - -#endif /*Disable/Enable content*/ diff --git a/components/lvgl/lvgl/scripts/Doxyfile b/components/lvgl/lvgl/scripts/Doxyfile deleted file mode 100644 index 7120f5d..0000000 --- a/components/lvgl/lvgl/scripts/Doxyfile +++ /dev/null @@ -1,2455 +0,0 @@ -# Doxyfile 1.8.13 - -# This file describes the settings to be used by the documentation system -# doxygen (www.doxygen.org) for a project. -# -# All text after a double hash (##) is considered a comment and is placed in -# front of the TAG it is preceding. -# -# All text after a single hash (#) is considered a comment and will be ignored. -# The format is: -# TAG = value [value, ...] -# For lists, items can also be appended using: -# TAG += value [value, ...] -# Values that contain spaces should be placed between quotes (\" \"). - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- - -# This tag specifies the encoding used for all characters in the config file -# that follow. The default is UTF-8 which is also the encoding used for all text -# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv -# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv -# for the list of possible encodings. -# The default value is: UTF-8. - -DOXYFILE_ENCODING = UTF-8 - -# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by -# double-quotes, unless you are using Doxywizard) that should identify the -# project for which the documentation is generated. This name is used in the -# title of most generated pages and in a few other places. -# The default value is: My Project. - -PROJECT_NAME = "LittlevGL" - -# The PROJECT_NUMBER tag can be used to enter a project or revision number. This -# could be handy for archiving the generated documentation or if some version -# control system is used. - -PROJECT_NUMBER = - -# Using the PROJECT_BRIEF tag one can provide an optional one line description -# for a project that appears at the top of each page and should give viewer a -# quick idea about the purpose of the project. Keep the description short. - -PROJECT_BRIEF = - -# With the PROJECT_LOGO tag one can specify a logo or an icon that is included -# in the documentation. The maximum height of the logo should not exceed 55 -# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy -# the logo to the output directory. - -PROJECT_LOGO = - -# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path -# into which the generated documentation will be written. If a relative path is -# entered, it will be relative to the location where doxygen was started. If -# left blank the current directory will be used. - -OUTPUT_DIRECTORY = ../docs/api_doc - -# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- -# directories (in 2 levels) under the output directory of each output format and -# will distribute the generated files over these directories. Enabling this -# option can be useful when feeding doxygen a huge amount of source files, where -# putting all generated files in the same directory would otherwise causes -# performance problems for the file system. -# The default value is: NO. - -CREATE_SUBDIRS = NO - -# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII -# characters to appear in the names of generated files. If set to NO, non-ASCII -# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode -# U+3044. -# The default value is: NO. - -ALLOW_UNICODE_NAMES = NO - -# The OUTPUT_LANGUAGE tag is used to specify the language in which all -# documentation generated by doxygen is written. Doxygen will use this -# information to generate all constant output in the proper language. -# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, -# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), -# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, -# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), -# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, -# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, -# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, -# Ukrainian and Vietnamese. -# The default value is: English. - -OUTPUT_LANGUAGE = English - -# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member -# descriptions after the members that are listed in the file and class -# documentation (similar to Javadoc). Set to NO to disable this. -# The default value is: YES. - -BRIEF_MEMBER_DESC = YES - -# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief -# description of a member or function before the detailed description -# -# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the -# brief descriptions will be completely suppressed. -# The default value is: YES. - -REPEAT_BRIEF = YES - -# This tag implements a quasi-intelligent brief description abbreviator that is -# used to form the text in various listings. Each string in this list, if found -# as the leading text of the brief description, will be stripped from the text -# and the result, after processing the whole list, is used as the annotated -# text. Otherwise, the brief description is used as-is. If left blank, the -# following values are used ($name is automatically replaced with the name of -# the entity):The $name class, The $name widget, The $name file, is, provides, -# specifies, contains, represents, a, an and the. - -ABBREVIATE_BRIEF = "The $name class" \ - "The $name widget" \ - "The $name file" \ - is \ - provides \ - specifies \ - contains \ - represents \ - a \ - an \ - the - -# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then -# doxygen will generate a detailed section even if there is only a brief -# description. -# The default value is: NO. - -ALWAYS_DETAILED_SEC = NO - -# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all -# inherited members of a class in the documentation of that class as if those -# members were ordinary class members. Constructors, destructors and assignment -# operators of the base classes will not be shown. -# The default value is: NO. - -INLINE_INHERITED_MEMB = NO - -# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path -# before files name in the file list and in the header files. If set to NO the -# shortest path that makes the file name unique will be used -# The default value is: YES. - -FULL_PATH_NAMES = YES - -# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. -# Stripping is only done if one of the specified strings matches the left-hand -# part of the path. The tag can be used to show relative paths in the file list. -# If left blank the directory from which doxygen is run is used as the path to -# strip. -# -# Note that you can specify absolute paths here, but also relative paths, which -# will be relative from the directory where doxygen is started. -# This tag requires that the tag FULL_PATH_NAMES is set to YES. - -STRIP_FROM_PATH = - -# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the -# path mentioned in the documentation of a class, which tells the reader which -# header file to include in order to use a class. If left blank only the name of -# the header file containing the class definition is used. Otherwise one should -# specify the list of include paths that are normally passed to the compiler -# using the -I flag. - -STRIP_FROM_INC_PATH = - -# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but -# less readable) file names. This can be useful is your file systems doesn't -# support long names like on DOS, Mac, or CD-ROM. -# The default value is: NO. - -SHORT_NAMES = NO - -# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the -# first line (until the first dot) of a Javadoc-style comment as the brief -# description. If set to NO, the Javadoc-style will behave just like regular Qt- -# style comments (thus requiring an explicit @brief command for a brief -# description.) -# The default value is: NO. - -JAVADOC_AUTOBRIEF = NO - -# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first -# line (until the first dot) of a Qt-style comment as the brief description. If -# set to NO, the Qt-style will behave just like regular Qt-style comments (thus -# requiring an explicit \brief command for a brief description.) -# The default value is: NO. - -QT_AUTOBRIEF = NO - -# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a -# multi-line C++ special comment block (i.e. a block of //! or /// comments) as -# a brief description. This used to be the default behavior. The new default is -# to treat a multi-line C++ comment block as a detailed description. Set this -# tag to YES if you prefer the old behavior instead. -# -# Note that setting this tag to YES also means that rational rose comments are -# not recognized any more. -# The default value is: NO. - -MULTILINE_CPP_IS_BRIEF = NO - -# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the -# documentation from any documented member that it re-implements. -# The default value is: YES. - -INHERIT_DOCS = YES - -# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new -# page for each member. If set to NO, the documentation of a member will be part -# of the file/class/namespace that contains it. -# The default value is: NO. - -SEPARATE_MEMBER_PAGES = NO - -# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen -# uses this value to replace tabs by spaces in code fragments. -# Minimum value: 1, maximum value: 16, default value: 4. - -TAB_SIZE = 4 - -# This tag can be used to specify a number of aliases that act as commands in -# the documentation. An alias has the form: -# name=value -# For example adding -# "sideeffect=@par Side Effects:\n" -# will allow you to put the command \sideeffect (or @sideeffect) in the -# documentation, which will result in a user-defined paragraph with heading -# "Side Effects:". You can put \n's in the value part of an alias to insert -# newlines. - -ALIASES = - -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = - -# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources -# only. Doxygen will then generate output that is more tailored for C. For -# instance, some of the names that are used will be different. The list of all -# members will be omitted, etc. -# The default value is: NO. - -OPTIMIZE_OUTPUT_FOR_C = YES - -# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or -# Python sources only. Doxygen will then generate output that is more tailored -# for that language. For instance, namespaces will be presented as packages, -# qualified scopes will look different, etc. -# The default value is: NO. - -OPTIMIZE_OUTPUT_JAVA = NO - -# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran -# sources. Doxygen will then generate output that is tailored for Fortran. -# The default value is: NO. - -OPTIMIZE_FOR_FORTRAN = NO - -# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL -# sources. Doxygen will then generate output that is tailored for VHDL. -# The default value is: NO. - -OPTIMIZE_OUTPUT_VHDL = NO - -# Doxygen selects the parser to use depending on the extension of the files it -# parses. With this tag you can assign which parser to use for a given -# extension. Doxygen has a built-in mapping, but you can override or extend it -# using this tag. The format is ext=language, where ext is a file extension, and -# language is one of the parsers supported by doxygen: IDL, Java, Javascript, -# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: -# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: -# Fortran. In the later case the parser tries to guess whether the code is fixed -# or free formatted code, this is the default for Fortran type files), VHDL. For -# instance to make doxygen treat .inc files as Fortran files (default is PHP), -# and .f files as C (default is Fortran), use: inc=Fortran f=C. -# -# Note: For files without extension you can use no_extension as a placeholder. -# -# Note that for custom extensions you also need to set FILE_PATTERNS otherwise -# the files are not read by doxygen. - -EXTENSION_MAPPING = - -# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments -# according to the Markdown format, which allows for more readable -# documentation. See http://daringfireball.net/projects/markdown/ for details. -# The output of markdown processing is further processed by doxygen, so you can -# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in -# case of backward compatibilities issues. -# The default value is: YES. - -MARKDOWN_SUPPORT = YES - -# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up -# to that level are automatically included in the table of contents, even if -# they do not have an id attribute. -# Note: This feature currently applies only to Markdown headings. -# Minimum value: 0, maximum value: 99, default value: 0. -# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. - -TOC_INCLUDE_HEADINGS = 0 - -# When enabled doxygen tries to link words that correspond to documented -# classes, or namespaces to their corresponding documentation. Such a link can -# be prevented in individual cases by putting a % sign in front of the word or -# globally by setting AUTOLINK_SUPPORT to NO. -# The default value is: YES. - -AUTOLINK_SUPPORT = YES - -# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want -# to include (a tag file for) the STL sources as input, then you should set this -# tag to YES in order to let doxygen match functions declarations and -# definitions whose arguments contain STL classes (e.g. func(std::string); -# versus func(std::string) {}). This also make the inheritance and collaboration -# diagrams that involve STL classes more complete and accurate. -# The default value is: NO. - -BUILTIN_STL_SUPPORT = NO - -# If you use Microsoft's C++/CLI language, you should set this option to YES to -# enable parsing support. -# The default value is: NO. - -CPP_CLI_SUPPORT = NO - -# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: -# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen -# will parse them like normal C++ but will assume all classes use public instead -# of private inheritance when no explicit protection keyword is present. -# The default value is: NO. - -SIP_SUPPORT = NO - -# For Microsoft's IDL there are propget and propput attributes to indicate -# getter and setter methods for a property. Setting this option to YES will make -# doxygen to replace the get and set methods by a property in the documentation. -# This will only work if the methods are indeed getting or setting a simple -# type. If this is not the case, or you want to show the methods anyway, you -# should set this option to NO. -# The default value is: YES. - -IDL_PROPERTY_SUPPORT = YES - -# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC -# tag is set to YES then doxygen will reuse the documentation of the first -# member in the group (if any) for the other members of the group. By default -# all members of a group must be documented explicitly. -# The default value is: NO. - -DISTRIBUTE_GROUP_DOC = NO - -# If one adds a struct or class to a group and this option is enabled, then also -# any nested class or struct is added to the same group. By default this option -# is disabled and one has to add nested compounds explicitly via \ingroup. -# The default value is: NO. - -GROUP_NESTED_COMPOUNDS = NO - -# Set the SUBGROUPING tag to YES to allow class member groups of the same type -# (for instance a group of public functions) to be put as a subgroup of that -# type (e.g. under the Public Functions section). Set it to NO to prevent -# subgrouping. Alternatively, this can be done per class using the -# \nosubgrouping command. -# The default value is: YES. - -SUBGROUPING = YES - -# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions -# are shown inside the group in which they are included (e.g. using \ingroup) -# instead of on a separate page (for HTML and Man pages) or section (for LaTeX -# and RTF). -# -# Note that this feature does not work in combination with -# SEPARATE_MEMBER_PAGES. -# The default value is: NO. - -INLINE_GROUPED_CLASSES = NO - -# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions -# with only public data fields or simple typedef fields will be shown inline in -# the documentation of the scope in which they are defined (i.e. file, -# namespace, or group documentation), provided this scope is documented. If set -# to NO, structs, classes, and unions are shown on a separate page (for HTML and -# Man pages) or section (for LaTeX and RTF). -# The default value is: NO. - -INLINE_SIMPLE_STRUCTS = NO - -# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or -# enum is documented as struct, union, or enum with the name of the typedef. So -# typedef struct TypeS {} TypeT, will appear in the documentation as a struct -# with name TypeT. When disabled the typedef will appear as a member of a file, -# namespace, or class. And the struct will be named TypeS. This can typically be -# useful for C code in case the coding convention dictates that all compound -# types are typedef'ed and only the typedef is referenced, never the tag name. -# The default value is: NO. - -TYPEDEF_HIDES_STRUCT = NO - -# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This -# cache is used to resolve symbols given their name and scope. Since this can be -# an expensive process and often the same symbol appears multiple times in the -# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small -# doxygen will become slower. If the cache is too large, memory is wasted. The -# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range -# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 -# symbols. At the end of a run doxygen will report the cache usage and suggest -# the optimal cache size from a speed point of view. -# Minimum value: 0, maximum value: 9, default value: 0. - -LOOKUP_CACHE_SIZE = 0 - -#--------------------------------------------------------------------------- -# Build related configuration options -#--------------------------------------------------------------------------- - -# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in -# documentation are documented, even if no documentation was available. Private -# class members and static file members will be hidden unless the -# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. -# Note: This will also disable the warnings about undocumented members that are -# normally produced when WARNINGS is set to YES. -# The default value is: NO. - -EXTRACT_ALL = NO - -# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will -# be included in the documentation. -# The default value is: NO. - -EXTRACT_PRIVATE = NO - -# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal -# scope will be included in the documentation. -# The default value is: NO. - -EXTRACT_PACKAGE = NO - -# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be -# included in the documentation. -# The default value is: NO. - -EXTRACT_STATIC = NO - -# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined -# locally in source files will be included in the documentation. If set to NO, -# only classes defined in header files are included. Does not have any effect -# for Java sources. -# The default value is: YES. - -EXTRACT_LOCAL_CLASSES = YES - -# This flag is only useful for Objective-C code. If set to YES, local methods, -# which are defined in the implementation section but not in the interface are -# included in the documentation. If set to NO, only methods in the interface are -# included. -# The default value is: NO. - -EXTRACT_LOCAL_METHODS = NO - -# If this flag is set to YES, the members of anonymous namespaces will be -# extracted and appear in the documentation as a namespace called -# 'anonymous_namespace{file}', where file will be replaced with the base name of -# the file that contains the anonymous namespace. By default anonymous namespace -# are hidden. -# The default value is: NO. - -EXTRACT_ANON_NSPACES = NO - -# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all -# undocumented members inside documented classes or files. If set to NO these -# members will be included in the various overviews, but no documentation -# section is generated. This option has no effect if EXTRACT_ALL is enabled. -# The default value is: NO. - -HIDE_UNDOC_MEMBERS = NO - -# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all -# undocumented classes that are normally visible in the class hierarchy. If set -# to NO, these classes will be included in the various overviews. This option -# has no effect if EXTRACT_ALL is enabled. -# The default value is: NO. - -HIDE_UNDOC_CLASSES = NO - -# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend -# (class|struct|union) declarations. If set to NO, these declarations will be -# included in the documentation. -# The default value is: NO. - -HIDE_FRIEND_COMPOUNDS = NO - -# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any -# documentation blocks found inside the body of a function. If set to NO, these -# blocks will be appended to the function's detailed documentation block. -# The default value is: NO. - -HIDE_IN_BODY_DOCS = NO - -# The INTERNAL_DOCS tag determines if documentation that is typed after a -# \internal command is included. If the tag is set to NO then the documentation -# will be excluded. Set it to YES to include the internal documentation. -# The default value is: NO. - -INTERNAL_DOCS = YES - -# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file -# names in lower-case letters. If set to YES, upper-case letters are also -# allowed. This is useful if you have classes or files whose names only differ -# in case and if your file system supports case sensitive file names. Windows -# and Mac users are advised to set this option to NO. -# The default value is: system dependent. - -CASE_SENSE_NAMES = YES - -# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with -# their full class and namespace scopes in the documentation. If set to YES, the -# scope will be hidden. -# The default value is: NO. - -HIDE_SCOPE_NAMES = NO - -# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will -# append additional text to a page's title, such as Class Reference. If set to -# YES the compound reference will be hidden. -# The default value is: NO. - -HIDE_COMPOUND_REFERENCE= NO - -# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of -# the files that are included by a file in the documentation of that file. -# The default value is: YES. - -SHOW_INCLUDE_FILES = YES - -# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each -# grouped member an include statement to the documentation, telling the reader -# which file to include in order to use the member. -# The default value is: NO. - -SHOW_GROUPED_MEMB_INC = NO - -# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include -# files with double quotes in the documentation rather than with sharp brackets. -# The default value is: NO. - -FORCE_LOCAL_INCLUDES = NO - -# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the -# documentation for inline members. -# The default value is: YES. - -INLINE_INFO = YES - -# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the -# (detailed) documentation of file and class members alphabetically by member -# name. If set to NO, the members will appear in declaration order. -# The default value is: YES. - -SORT_MEMBER_DOCS = YES - -# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief -# descriptions of file, namespace and class members alphabetically by member -# name. If set to NO, the members will appear in declaration order. Note that -# this will also influence the order of the classes in the class list. -# The default value is: NO. - -SORT_BRIEF_DOCS = NO - -# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the -# (brief and detailed) documentation of class members so that constructors and -# destructors are listed first. If set to NO the constructors will appear in the -# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. -# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief -# member documentation. -# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting -# detailed member documentation. -# The default value is: NO. - -SORT_MEMBERS_CTORS_1ST = NO - -# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy -# of group names into alphabetical order. If set to NO the group names will -# appear in their defined order. -# The default value is: NO. - -SORT_GROUP_NAMES = NO - -# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by -# fully-qualified names, including namespaces. If set to NO, the class list will -# be sorted only by class name, not including the namespace part. -# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. -# Note: This option applies only to the class list, not to the alphabetical -# list. -# The default value is: NO. - -SORT_BY_SCOPE_NAME = NO - -# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper -# type resolution of all parameters of a function it will reject a match between -# the prototype and the implementation of a member function even if there is -# only one candidate or it is obvious which candidate to choose by doing a -# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still -# accept a match between prototype and implementation in such cases. -# The default value is: NO. - -STRICT_PROTO_MATCHING = NO - -# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo -# list. This list is created by putting \todo commands in the documentation. -# The default value is: YES. - -GENERATE_TODOLIST = YES - -# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test -# list. This list is created by putting \test commands in the documentation. -# The default value is: YES. - -GENERATE_TESTLIST = YES - -# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug -# list. This list is created by putting \bug commands in the documentation. -# The default value is: YES. - -GENERATE_BUGLIST = YES - -# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) -# the deprecated list. This list is created by putting \deprecated commands in -# the documentation. -# The default value is: YES. - -GENERATE_DEPRECATEDLIST= YES - -# The ENABLED_SECTIONS tag can be used to enable conditional documentation -# sections, marked by \if ... \endif and \cond -# ... \endcond blocks. - -ENABLED_SECTIONS = - -# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the -# initial value of a variable or macro / define can have for it to appear in the -# documentation. If the initializer consists of more lines than specified here -# it will be hidden. Use a value of 0 to hide initializers completely. The -# appearance of the value of individual variables and macros / defines can be -# controlled using \showinitializer or \hideinitializer command in the -# documentation regardless of this setting. -# Minimum value: 0, maximum value: 10000, default value: 30. - -MAX_INITIALIZER_LINES = 30 - -# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at -# the bottom of the documentation of classes and structs. If set to YES, the -# list will mention the files that were used to generate the documentation. -# The default value is: YES. - -SHOW_USED_FILES = YES - -# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This -# will remove the Files entry from the Quick Index and from the Folder Tree View -# (if specified). -# The default value is: YES. - -SHOW_FILES = YES - -# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces -# page. This will remove the Namespaces entry from the Quick Index and from the -# Folder Tree View (if specified). -# The default value is: YES. - -SHOW_NAMESPACES = YES - -# The FILE_VERSION_FILTER tag can be used to specify a program or script that -# doxygen should invoke to get the current version for each file (typically from -# the version control system). Doxygen will invoke the program by executing (via -# popen()) the command command input-file, where command is the value of the -# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided -# by doxygen. Whatever the program writes to standard output is used as the file -# version. For an example see the documentation. - -FILE_VERSION_FILTER = - -# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed -# by doxygen. The layout file controls the global structure of the generated -# output files in an output format independent way. To create the layout file -# that represents doxygen's defaults, run doxygen with the -l option. You can -# optionally specify a file name after the option, if omitted DoxygenLayout.xml -# will be used as the name of the layout file. -# -# Note that if you run doxygen from a directory containing a file called -# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE -# tag is left empty. - -LAYOUT_FILE = - -# The CITE_BIB_FILES tag can be used to specify one or more bib files containing -# the reference definitions. This must be a list of .bib files. The .bib -# extension is automatically appended if omitted. This requires the bibtex tool -# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. -# For LaTeX the style of the bibliography can be controlled using -# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the -# search path. See also \cite for info how to create references. - -CITE_BIB_FILES = - -#--------------------------------------------------------------------------- -# Configuration options related to warning and progress messages -#--------------------------------------------------------------------------- - -# The QUIET tag can be used to turn on/off the messages that are generated to -# standard output by doxygen. If QUIET is set to YES this implies that the -# messages are off. -# The default value is: NO. - -QUIET = YES - -# The WARNINGS tag can be used to turn on/off the warning messages that are -# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES -# this implies that the warnings are on. -# -# Tip: Turn warnings on while writing the documentation. -# The default value is: YES. - -WARNINGS = NO - -# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate -# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag -# will automatically be disabled. -# The default value is: YES. - -WARN_IF_UNDOCUMENTED = NO - -# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for -# potential errors in the documentation, such as not documenting some parameters -# in a documented function, or documenting parameters that don't exist or using -# markup commands wrongly. -# The default value is: YES. - -WARN_IF_DOC_ERROR = NO - -# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that -# are documented, but have no documentation for their parameters or return -# value. If set to NO, doxygen will only warn about wrong or incomplete -# parameter documentation, but not about the absence of documentation. -# The default value is: NO. - -WARN_NO_PARAMDOC = NO - -# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when -# a warning is encountered. -# The default value is: NO. - -WARN_AS_ERROR = NO - -# The WARN_FORMAT tag determines the format of the warning messages that doxygen -# can produce. The string should contain the $file, $line, and $text tags, which -# will be replaced by the file and line number from which the warning originated -# and the warning text. Optionally the format may contain $version, which will -# be replaced by the version of the file (if it could be obtained via -# FILE_VERSION_FILTER) -# The default value is: $file:$line: $text. - -WARN_FORMAT = "WARNING: $file:$line: $text" - -# The WARN_LOGFILE tag can be used to specify a file to which warning and error -# messages should be written. If left blank the output is written to standard -# error (stderr). - -WARN_LOGFILE = - -#--------------------------------------------------------------------------- -# Configuration options related to the input files -#--------------------------------------------------------------------------- - -# The INPUT tag is used to specify the files and/or directories that contain -# documented source files. You may enter file names like myfile.cpp or -# directories like /usr/src/myproject. Separate the files or directories with -# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING -# Note: If this tag is empty the current directory is searched. - -INPUT = ../src - -# This tag can be used to specify the character encoding of the source files -# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses -# libiconv (or the iconv built into libc) for the transcoding. See the libiconv -# documentation (see: http://www.gnu.org/software/libiconv) for the list of -# possible encodings. -# The default value is: UTF-8. - -INPUT_ENCODING = UTF-8 - -# If the value of the INPUT tag contains directories, you can use the -# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and -# *.h) to filter out the source-files in the directories. -# -# Note that for custom extensions or not directly supported extensions you also -# need to set EXTENSION_MAPPING for the extension otherwise the files are not -# read by doxygen. -# -# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, -# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, -# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, -# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, -# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. - -FILE_PATTERNS = *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - -# The RECURSIVE tag can be used to specify whether or not subdirectories should -# be searched for input files as well. -# The default value is: NO. - -RECURSIVE = YES - -# The EXCLUDE tag can be used to specify files and/or directories that should be -# excluded from the INPUT source files. This way you can easily exclude a -# subdirectory from a directory tree whose root is specified with the INPUT tag. -# -# Note that relative paths are relative to the directory from which doxygen is -# run. - -EXCLUDE = - -# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or -# directories that are symbolic links (a Unix file system feature) are excluded -# from the input. -# The default value is: NO. - -EXCLUDE_SYMLINKS = NO - -# If the value of the INPUT tag contains directories, you can use the -# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude -# certain files from those directories. -# -# Note that the wildcards are matched against the file with absolute path, so to -# exclude all test directories for example use the pattern */test/* - -EXCLUDE_PATTERNS = - -# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names -# (namespaces, classes, functions, etc.) that should be excluded from the -# output. The symbol name can be a fully qualified name, a word, or if the -# wildcard * is used, a substring. Examples: ANamespace, AClass, -# AClass::ANamespace, ANamespace::*Test -# -# Note that the wildcards are matched against the file with absolute path, so to -# exclude all test directories use the pattern */test/* - -EXCLUDE_SYMBOLS = - -# The EXAMPLE_PATH tag can be used to specify one or more files or directories -# that contain example code fragments that are included (see the \include -# command). - -EXAMPLE_PATH = - -# If the value of the EXAMPLE_PATH tag contains directories, you can use the -# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and -# *.h) to filter out the source-files in the directories. If left blank all -# files are included. - -EXAMPLE_PATTERNS = * - -# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be -# searched for input files to be used with the \include or \dontinclude commands -# irrespective of the value of the RECURSIVE tag. -# The default value is: NO. - -EXAMPLE_RECURSIVE = NO - -# The IMAGE_PATH tag can be used to specify one or more files or directories -# that contain images that are to be included in the documentation (see the -# \image command). - -IMAGE_PATH = - -# The INPUT_FILTER tag can be used to specify a program that doxygen should -# invoke to filter for each input file. Doxygen will invoke the filter program -# by executing (via popen()) the command: -# -# -# -# where is the value of the INPUT_FILTER tag, and is the -# name of an input file. Doxygen will then use the output that the filter -# program writes to standard output. If FILTER_PATTERNS is specified, this tag -# will be ignored. -# -# Note that the filter must not add or remove lines; it is applied before the -# code is scanned, but not when the output code is generated. If lines are added -# or removed, the anchors will not be placed correctly. -# -# Note that for custom extensions or not directly supported extensions you also -# need to set EXTENSION_MAPPING for the extension otherwise the files are not -# properly processed by doxygen. - -INPUT_FILTER = - -# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern -# basis. Doxygen will compare the file name with each pattern and apply the -# filter if there is a match. The filters are a list of the form: pattern=filter -# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how -# filters are used. If the FILTER_PATTERNS tag is empty or if none of the -# patterns match the file name, INPUT_FILTER is applied. -# -# Note that for custom extensions or not directly supported extensions you also -# need to set EXTENSION_MAPPING for the extension otherwise the files are not -# properly processed by doxygen. - -FILTER_PATTERNS = - -# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using -# INPUT_FILTER) will also be used to filter the input files that are used for -# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). -# The default value is: NO. - -FILTER_SOURCE_FILES = NO - -# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file -# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and -# it is also possible to disable source filtering for a specific pattern using -# *.ext= (so without naming a filter). -# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. - -FILTER_SOURCE_PATTERNS = - -# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that -# is part of the input, its contents will be placed on the main page -# (index.html). This can be useful if you have a project on for instance GitHub -# and want to reuse the introduction page also for the doxygen output. - -USE_MDFILE_AS_MAINPAGE = - -#--------------------------------------------------------------------------- -# Configuration options related to source browsing -#--------------------------------------------------------------------------- - -# If the SOURCE_BROWSER tag is set to YES then a list of source files will be -# generated. Documented entities will be cross-referenced with these sources. -# -# Note: To get rid of all source code in the generated output, make sure that -# also VERBATIM_HEADERS is set to NO. -# The default value is: NO. - -SOURCE_BROWSER = NO - -# Setting the INLINE_SOURCES tag to YES will include the body of functions, -# classes and enums directly into the documentation. -# The default value is: NO. - -INLINE_SOURCES = NO - -# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any -# special comment blocks from generated source code fragments. Normal C, C++ and -# Fortran comments will always remain visible. -# The default value is: YES. - -STRIP_CODE_COMMENTS = YES - -# If the REFERENCED_BY_RELATION tag is set to YES then for each documented -# function all documented functions referencing it will be listed. -# The default value is: NO. - -REFERENCED_BY_RELATION = NO - -# If the REFERENCES_RELATION tag is set to YES then for each documented function -# all documented entities called/used by that function will be listed. -# The default value is: NO. - -REFERENCES_RELATION = NO - -# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set -# to YES then the hyperlinks from functions in REFERENCES_RELATION and -# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will -# link to the documentation. -# The default value is: YES. - -REFERENCES_LINK_SOURCE = YES - -# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the -# source code will show a tooltip with additional information such as prototype, -# brief description and links to the definition and documentation. Since this -# will make the HTML file larger and loading of large files a bit slower, you -# can opt to disable this feature. -# The default value is: YES. -# This tag requires that the tag SOURCE_BROWSER is set to YES. - -SOURCE_TOOLTIPS = YES - -# If the USE_HTAGS tag is set to YES then the references to source code will -# point to the HTML generated by the htags(1) tool instead of doxygen built-in -# source browser. The htags tool is part of GNU's global source tagging system -# (see http://www.gnu.org/software/global/global.html). You will need version -# 4.8.6 or higher. -# -# To use it do the following: -# - Install the latest version of global -# - Enable SOURCE_BROWSER and USE_HTAGS in the config file -# - Make sure the INPUT points to the root of the source tree -# - Run doxygen as normal -# -# Doxygen will invoke htags (and that will in turn invoke gtags), so these -# tools must be available from the command line (i.e. in the search path). -# -# The result: instead of the source browser generated by doxygen, the links to -# source code will now point to the output of htags. -# The default value is: NO. -# This tag requires that the tag SOURCE_BROWSER is set to YES. - -USE_HTAGS = NO - -# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a -# verbatim copy of the header file for each class for which an include is -# specified. Set to NO to disable this. -# See also: Section \class. -# The default value is: YES. - -VERBATIM_HEADERS = YES - -# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the -# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the -# cost of reduced performance. This can be particularly helpful with template -# rich C++ code for which doxygen's built-in parser lacks the necessary type -# information. -# Note: The availability of this option depends on whether or not doxygen was -# generated with the -Duse-libclang=ON option for CMake. -# The default value is: NO. - -CLANG_ASSISTED_PARSING = NO - -# If clang assisted parsing is enabled you can provide the compiler with command -# line options that you would normally use when invoking the compiler. Note that -# the include paths will already be set by doxygen for the files and directories -# specified with INPUT and INCLUDE_PATH. -# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. - -CLANG_OPTIONS = - -#--------------------------------------------------------------------------- -# Configuration options related to the alphabetical class index -#--------------------------------------------------------------------------- - -# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all -# compounds will be generated. Enable this if the project contains a lot of -# classes, structs, unions or interfaces. -# The default value is: YES. - -ALPHABETICAL_INDEX = YES - -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 5 - -# In case all classes in a project start with a common prefix, all classes will -# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag -# can be used to specify a prefix (or a list of prefixes) that should be ignored -# while generating the index headers. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -IGNORE_PREFIX = - -#--------------------------------------------------------------------------- -# Configuration options related to the HTML output -#--------------------------------------------------------------------------- - -# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output -# The default value is: YES. - -GENERATE_HTML = YES - -# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a -# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of -# it. -# The default directory is: html. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_OUTPUT = html - -# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each -# generated HTML page (for example: .htm, .php, .asp). -# The default value is: .html. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_FILE_EXTENSION = .html - -# The HTML_HEADER tag can be used to specify a user-defined HTML header file for -# each generated HTML page. If the tag is left blank doxygen will generate a -# standard header. -# -# To get valid HTML the header file that includes any scripts and style sheets -# that doxygen needs, which is dependent on the configuration options used (e.g. -# the setting GENERATE_TREEVIEW). It is highly recommended to start with a -# default header using -# doxygen -w html new_header.html new_footer.html new_stylesheet.css -# YourConfigFile -# and then modify the file new_header.html. See also section "Doxygen usage" -# for information on how to generate the default header that doxygen normally -# uses. -# Note: The header is subject to change so you typically have to regenerate the -# default header when upgrading to a newer version of doxygen. For a description -# of the possible markers and block names see the documentation. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_HEADER = - -# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each -# generated HTML page. If the tag is left blank doxygen will generate a standard -# footer. See HTML_HEADER for more information on how to generate a default -# footer and what special commands can be used inside the footer. See also -# section "Doxygen usage" for information on how to generate the default footer -# that doxygen normally uses. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_FOOTER = - -# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style -# sheet that is used by each HTML page. It can be used to fine-tune the look of -# the HTML output. If left blank doxygen will generate a default style sheet. -# See also section "Doxygen usage" for information on how to generate the style -# sheet that doxygen normally uses. -# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as -# it is more robust and this tag (HTML_STYLESHEET) will in the future become -# obsolete. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_STYLESHEET = - -# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined -# cascading style sheets that are included after the standard style sheets -# created by doxygen. Using this option one can overrule certain style aspects. -# This is preferred over using HTML_STYLESHEET since it does not replace the -# standard style sheet and is therefore more robust against future updates. -# Doxygen will copy the style sheet files to the output directory. -# Note: The order of the extra style sheet files is of importance (e.g. the last -# style sheet in the list overrules the setting of the previous ones in the -# list). For an example see the documentation. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_EXTRA_STYLESHEET = - -# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or -# other source files which should be copied to the HTML output directory. Note -# that these files will be copied to the base HTML output directory. Use the -# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these -# files. In the HTML_STYLESHEET file, use the file name only. Also note that the -# files will be copied as-is; there are no commands or markers available. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_EXTRA_FILES = - -# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen -# will adjust the colors in the style sheet and background images according to -# this color. Hue is specified as an angle on a colorwheel, see -# http://en.wikipedia.org/wiki/Hue for more information. For instance the value -# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 -# purple, and 360 is red again. -# Minimum value: 0, maximum value: 359, default value: 220. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_COLORSTYLE_HUE = 220 - -# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors -# in the HTML output. For a value of 0 the output will use grayscales only. A -# value of 255 will produce the most vivid colors. -# Minimum value: 0, maximum value: 255, default value: 100. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_COLORSTYLE_SAT = 100 - -# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the -# luminance component of the colors in the HTML output. Values below 100 -# gradually make the output lighter, whereas values above 100 make the output -# darker. The value divided by 100 is the actual gamma applied, so 80 represents -# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not -# change the gamma. -# Minimum value: 40, maximum value: 240, default value: 80. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_COLORSTYLE_GAMMA = 80 - -# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML -# page will contain the date and time when the page was generated. Setting this -# to YES can help to show when doxygen was last run and thus if the -# documentation is up to date. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_TIMESTAMP = NO - -# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML -# documentation will contain sections that can be hidden and shown after the -# page has loaded. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_DYNAMIC_SECTIONS = NO - -# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries -# shown in the various tree structured indices initially; the user can expand -# and collapse entries dynamically later on. Doxygen will expand the tree to -# such a level that at most the specified number of entries are visible (unless -# a fully collapsed tree already exceeds this amount). So setting the number of -# entries 1 will produce a full collapsed tree by default. 0 is a special value -# representing an infinite number of entries and will result in a full expanded -# tree by default. -# Minimum value: 0, maximum value: 9999, default value: 100. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_INDEX_NUM_ENTRIES = 100 - -# If the GENERATE_DOCSET tag is set to YES, additional index files will be -# generated that can be used as input for Apple's Xcode 3 integrated development -# environment (see: http://developer.apple.com/tools/xcode/), introduced with -# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a -# Makefile in the HTML output directory. Running make will produce the docset in -# that directory and running make install will install the docset in -# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at -# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html -# for more information. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -GENERATE_DOCSET = NO - -# This tag determines the name of the docset feed. A documentation feed provides -# an umbrella under which multiple documentation sets from a single provider -# (such as a company or product suite) can be grouped. -# The default value is: Doxygen generated docs. -# This tag requires that the tag GENERATE_DOCSET is set to YES. - -DOCSET_FEEDNAME = "Doxygen generated docs" - -# This tag specifies a string that should uniquely identify the documentation -# set bundle. This should be a reverse domain-name style string, e.g. -# com.mycompany.MyDocSet. Doxygen will append .docset to the name. -# The default value is: org.doxygen.Project. -# This tag requires that the tag GENERATE_DOCSET is set to YES. - -DOCSET_BUNDLE_ID = org.doxygen.Project - -# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify -# the documentation publisher. This should be a reverse domain-name style -# string, e.g. com.mycompany.MyDocSet.documentation. -# The default value is: org.doxygen.Publisher. -# This tag requires that the tag GENERATE_DOCSET is set to YES. - -DOCSET_PUBLISHER_ID = org.doxygen.Publisher - -# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. -# The default value is: Publisher. -# This tag requires that the tag GENERATE_DOCSET is set to YES. - -DOCSET_PUBLISHER_NAME = Publisher - -# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three -# additional HTML index files: index.hhp, index.hhc, and index.hhk. The -# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop -# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on -# Windows. -# -# The HTML Help Workshop contains a compiler that can convert all HTML output -# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML -# files are now used as the Windows 98 help format, and will replace the old -# Windows help format (.hlp) on all Windows platforms in the future. Compressed -# HTML files also contain an index, a table of contents, and you can search for -# words in the documentation. The HTML workshop also contains a viewer for -# compressed HTML files. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -GENERATE_HTMLHELP = NO - -# The CHM_FILE tag can be used to specify the file name of the resulting .chm -# file. You can add a path in front of the file if the result should not be -# written to the html output directory. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -CHM_FILE = - -# The HHC_LOCATION tag can be used to specify the location (absolute path -# including file name) of the HTML help compiler (hhc.exe). If non-empty, -# doxygen will try to run the HTML help compiler on the generated index.hhp. -# The file has to be specified with full path. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -HHC_LOCATION = - -# The GENERATE_CHI flag controls if a separate .chi index file is generated -# (YES) or that it should be included in the master .chm file (NO). -# The default value is: NO. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -GENERATE_CHI = NO - -# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) -# and project file content. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -CHM_INDEX_ENCODING = - -# The BINARY_TOC flag controls whether a binary table of contents is generated -# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it -# enables the Previous and Next buttons. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -BINARY_TOC = NO - -# The TOC_EXPAND flag can be set to YES to add extra items for group members to -# the table of contents of the HTML help documentation and to the tree view. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -TOC_EXPAND = NO - -# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and -# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that -# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help -# (.qch) of the generated HTML documentation. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -GENERATE_QHP = NO - -# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify -# the file name of the resulting .qch file. The path specified is relative to -# the HTML output folder. -# This tag requires that the tag GENERATE_QHP is set to YES. - -QCH_FILE = - -# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help -# Project output. For more information please see Qt Help Project / Namespace -# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). -# The default value is: org.doxygen.Project. -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHP_NAMESPACE = org.doxygen.Project - -# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt -# Help Project output. For more information please see Qt Help Project / Virtual -# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- -# folders). -# The default value is: doc. -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHP_VIRTUAL_FOLDER = doc - -# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom -# filter to add. For more information please see Qt Help Project / Custom -# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- -# filters). -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHP_CUST_FILTER_NAME = - -# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the -# custom filter to add. For more information please see Qt Help Project / Custom -# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- -# filters). -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHP_CUST_FILTER_ATTRS = - -# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this -# project's filter section matches. Qt Help Project / Filter Attributes (see: -# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHP_SECT_FILTER_ATTRS = - -# The QHG_LOCATION tag can be used to specify the location of Qt's -# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the -# generated .qhp file. -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHG_LOCATION = - -# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be -# generated, together with the HTML files, they form an Eclipse help plugin. To -# install this plugin and make it available under the help contents menu in -# Eclipse, the contents of the directory containing the HTML and XML files needs -# to be copied into the plugins directory of eclipse. The name of the directory -# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. -# After copying Eclipse needs to be restarted before the help appears. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -GENERATE_ECLIPSEHELP = NO - -# A unique identifier for the Eclipse help plugin. When installing the plugin -# the directory name containing the HTML and XML files should also have this -# name. Each documentation set should have its own identifier. -# The default value is: org.doxygen.Project. -# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. - -ECLIPSE_DOC_ID = org.doxygen.Project - -# If you want full control over the layout of the generated HTML pages it might -# be necessary to disable the index and replace it with your own. The -# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top -# of each HTML page. A value of NO enables the index and the value YES disables -# it. Since the tabs in the index contain the same information as the navigation -# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -DISABLE_INDEX = NO - -# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index -# structure should be generated to display hierarchical information. If the tag -# value is set to YES, a side panel will be generated containing a tree-like -# index structure (just like the one that is generated for HTML Help). For this -# to work a browser that supports JavaScript, DHTML, CSS and frames is required -# (i.e. any modern browser). Windows users are probably better off using the -# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can -# further fine-tune the look of the index. As an example, the default style -# sheet generated by doxygen has an example that shows how to put an image at -# the root of the tree instead of the PROJECT_NAME. Since the tree basically has -# the same information as the tab index, you could consider setting -# DISABLE_INDEX to YES when enabling this option. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -GENERATE_TREEVIEW = YES - -# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that -# doxygen will group on one line in the generated HTML documentation. -# -# Note that a value of 0 will completely suppress the enum values from appearing -# in the overview section. -# Minimum value: 0, maximum value: 20, default value: 4. -# This tag requires that the tag GENERATE_HTML is set to YES. - -ENUM_VALUES_PER_LINE = 4 - -# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used -# to set the initial width (in pixels) of the frame in which the tree is shown. -# Minimum value: 0, maximum value: 1500, default value: 250. -# This tag requires that the tag GENERATE_HTML is set to YES. - -TREEVIEW_WIDTH = 250 - -# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to -# external symbols imported via tag files in a separate window. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -EXT_LINKS_IN_WINDOW = NO - -# Use this tag to change the font size of LaTeX formulas included as images in -# the HTML documentation. When you change the font size after a successful -# doxygen run you need to manually remove any form_*.png images from the HTML -# output directory to force them to be regenerated. -# Minimum value: 8, maximum value: 50, default value: 10. -# This tag requires that the tag GENERATE_HTML is set to YES. - -FORMULA_FONTSIZE = 10 - -# Use the FORMULA_TRANPARENT tag to determine whether or not the images -# generated for formulas are transparent PNGs. Transparent PNGs are not -# supported properly for IE 6.0, but are supported on all modern browsers. -# -# Note that when changing this option you need to delete any form_*.png files in -# the HTML output directory before the changes have effect. -# The default value is: YES. -# This tag requires that the tag GENERATE_HTML is set to YES. - -FORMULA_TRANSPARENT = YES - -# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see -# http://www.mathjax.org) which uses client side Javascript for the rendering -# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX -# installed or if you want to formulas look prettier in the HTML output. When -# enabled you may also need to install MathJax separately and configure the path -# to it using the MATHJAX_RELPATH option. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -USE_MATHJAX = NO - -# When MathJax is enabled you can set the default output format to be used for -# the MathJax output. See the MathJax site (see: -# http://docs.mathjax.org/en/latest/output.html) for more details. -# Possible values are: HTML-CSS (which is slower, but has the best -# compatibility), NativeMML (i.e. MathML) and SVG. -# The default value is: HTML-CSS. -# This tag requires that the tag USE_MATHJAX is set to YES. - -MATHJAX_FORMAT = HTML-CSS - -# When MathJax is enabled you need to specify the location relative to the HTML -# output directory using the MATHJAX_RELPATH option. The destination directory -# should contain the MathJax.js script. For instance, if the mathjax directory -# is located at the same level as the HTML output directory, then -# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax -# Content Delivery Network so you can quickly see the result without installing -# MathJax. However, it is strongly recommended to install a local copy of -# MathJax from http://www.mathjax.org before deployment. -# The default value is: http://cdn.mathjax.org/mathjax/latest. -# This tag requires that the tag USE_MATHJAX is set to YES. - -MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest - -# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax -# extension names that should be enabled during MathJax rendering. For example -# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols -# This tag requires that the tag USE_MATHJAX is set to YES. - -MATHJAX_EXTENSIONS = - -# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces -# of code that will be used on startup of the MathJax code. See the MathJax site -# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an -# example see the documentation. -# This tag requires that the tag USE_MATHJAX is set to YES. - -MATHJAX_CODEFILE = - -# When the SEARCHENGINE tag is enabled doxygen will generate a search box for -# the HTML output. The underlying search engine uses javascript and DHTML and -# should work on any modern browser. Note that when using HTML help -# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) -# there is already a search function so this one should typically be disabled. -# For large projects the javascript based search engine can be slow, then -# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to -# search using the keyboard; to jump to the search box use + S -# (what the is depends on the OS and browser, but it is typically -# , /

=cF3ZtHkJNCT^dofpj+L;!Ac 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 SC2mAIps!Txg29!qJn#Q|G`RHu diff --git a/components/lv_examples/lv_examples/lv_tutorial/6_images/blue_rose_16.bin b/components/lv_examples/lv_examples/lv_tutorial/6_images/blue_rose_16.bin deleted file mode 100644 index cfd008db506b1e0932ff50ecbaf46ad31c4623f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3268 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 -#include - -/********************* - * DEFINES - *********************/ -#define PC_FILES 1 /*If you are on PC you can add PC file function to 'lv_fs'*/ - -/********************** - * TYPEDEFS - **********************/ -typedef FILE * pc_file_t; - -/********************** - * STATIC PROTOTYPES - **********************/ -#if PC_FILES && LV_USE_FILESYSTEM -/*Interface functions to standard C file functions (only the required ones to image handling)*/ -static lv_fs_res_t pcfs_open(lv_fs_drv_t * drv, void * file_p, const char * fn, lv_fs_mode_t mode); -static lv_fs_res_t pcfs_close(lv_fs_drv_t * drv, void * file_p); -static lv_fs_res_t pcfs_read(lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint32_t * br); -static lv_fs_res_t pcfs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos); -static lv_fs_res_t pcfs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p); -#endif - -/********************** - * STATIC VARIABLES - **********************/ -/*Declare the "source code image" which is stored in the flash*/ -LV_IMG_DECLARE(red_flower) -LV_IMG_DECLARE(red_rose_16); -LV_IMG_DECLARE(flower_icon_alpha); - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create images from variable and file - */ -void lv_tutorial_image(void) -{ - lv_obj_t * scr = lv_disp_get_scr_act(NULL); /*Get the current screen*/ - - /************************* - * IMAGE FROM SOURCE CODE - *************************/ - - lv_obj_t * img_var = lv_img_create(scr, NULL); /*Crate an image object*/ - lv_img_set_src(img_var, &red_flower); /*Set the created file as image (a red flower)*/ - lv_obj_set_pos(img_var, 10, 10); /*Set the positions*/ - lv_obj_set_drag(img_var, true); - - img_var = lv_img_create(scr, NULL); /*Crate an image object*/ - lv_img_set_src(img_var, &red_rose_16); /*Set the created file as image (a red rose)*/ - lv_obj_set_pos(img_var, 10, 100); /*Set the positions*/ - lv_obj_set_drag(img_var, true); - - static lv_style_t style_red; - lv_style_copy(&style_red, &lv_style_plain); - style_red.image.color = LV_COLOR_RED; - - img_var = lv_img_create(scr, NULL); /*Crate an image object*/ - lv_img_set_src(img_var, &flower_icon_alpha); /*Set the created file as image (a red flower icon)*/ - lv_img_set_style(img_var, LV_IMG_STYLE_MAIN, &style_red); - lv_obj_set_pos(img_var, 10, 200); /*Set the positions*/ - lv_obj_set_drag(img_var, true); - -#if PC_FILES && LV_USE_FILESYSTEM - /************************** - * IMAGE FROM BINARY FILE - **************************/ - - /* Add a simple drive to open images from PC*/ - lv_fs_drv_t pcfs_drv; /*A driver descriptor*/ - memset(&pcfs_drv, 0, sizeof(lv_fs_drv_t)); /*Initialization*/ - - pcfs_drv.file_size = sizeof(pc_file_t); /*Set up fields...*/ - pcfs_drv.letter = 'P'; - pcfs_drv.open_cb = pcfs_open; - pcfs_drv.close_cb = pcfs_close; - pcfs_drv.read_cb = pcfs_read; - pcfs_drv.seek_cb = pcfs_seek; - pcfs_drv.tell_cb = pcfs_tell; - lv_fs_drv_register(&pcfs_drv); - - - lv_obj_t * img_bin = lv_img_create(scr, NULL); /*Create an image object*/ - /* Set the image's file according to the current color depth - * a blue flower picture*/ -#if LV_COLOR_DEPTH == 8 - lv_img_set_src(img_bin, "P:/lv_examples/lv_tutorial/6_images/blue_flower_8.bin"); -#elif LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 0 - lv_img_set_src(img_bin, "P:/lv_examples/lv_tutorial/6_images/blue_flower_16.bin"); -#elif LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 1 - lv_img_set_src(img_bin, "P:/lv_examples/lv_tutorial/6_images/blue_flower_16_swap.bin"); -#elif LV_COLOR_DEPTH == 32 - lv_img_set_src(img_bin, "P:/lv_examples/lv_tutorial/6_images/blue_flower_32.bin"); -#endif - - lv_obj_set_pos(img_bin, 150, 10); /*Align next to the source image*/ - lv_obj_set_drag(img_bin, true); - - img_bin = lv_img_create(scr, NULL); /*Crate an image object*/ - lv_img_set_src(img_bin, "P:/lv_examples/lv_tutorial/6_images/blue_rose_16.bin"); /*Set the created file as image (a red rose)*/ - lv_obj_set_pos(img_bin, 150, 100); /*Set the positions*/ - lv_obj_set_drag(img_bin, true); - - static lv_style_t style_blue; - lv_style_copy(&style_blue, &lv_style_plain); - style_blue.image.color = LV_COLOR_BLUE; - - img_bin = lv_img_create(scr, NULL); /*Crate an image object*/ - lv_img_set_src(img_bin, "P:/lv_examples/lv_tutorial/6_images/flower_icon_alpha.bin"); /*Set the created file as image (a red flower icon)*/ - lv_img_set_style(img_bin, LV_IMG_STYLE_MAIN, &style_blue); - lv_obj_set_pos(img_bin, 150, 200); /*Set the positions*/ - lv_obj_set_drag(img_bin, true); -#endif - - lv_obj_t * img_symbol = lv_img_create(scr, NULL); - lv_img_set_src(img_symbol, LV_SYMBOL_OK); - lv_obj_set_drag(img_symbol, true); - lv_obj_set_pos(img_symbol, 300, 10); /*Set the positions*/ -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#if PC_FILES && LV_USE_FILESYSTEM -/** - * Open a file from the PC - * @param drv pointer to the current driver - * @param file_p pointer to a FILE* variable - * @param fn name of the file. - * @param mode element of 'fs_mode_t' enum or its 'OR' connection (e.g. FS_MODE_WR | FS_MODE_RD) - * @return LV_FS_RES_OK: no error, the file is opened - * any error from lv_fs_res_t enum - */ -static lv_fs_res_t pcfs_open(lv_fs_drv_t * drv, void * file_p, const char * fn, lv_fs_mode_t mode) -{ - (void) drv; /*Unused*/ - - errno = 0; - - const char * flags = ""; - - if(mode == LV_FS_MODE_WR) flags = "wb"; - else if(mode == LV_FS_MODE_RD) flags = "rb"; - else if(mode == (LV_FS_MODE_WR | LV_FS_MODE_RD)) flags = "a+"; - - /*Make the path relative to the current directory (the projects root folder)*/ - char buf[256]; - sprintf(buf, "./%s", fn); - - pc_file_t f = fopen(buf, flags); - if(f == NULL) return LV_FS_RES_UNKNOWN; - else { - fseek(f, 0, SEEK_SET); - - /* 'file_p' is pointer to a file descriptor and - * we need to store our file descriptor here*/ - pc_file_t * fp = file_p; /*Just avoid the confusing casings*/ - *fp = f; - } - - return LV_FS_RES_OK; -} - - -/** - * Close an opened file - * @param drv pointer to the current driver - * @param file_p pointer to a FILE* variable. (opened with lv_ufs_open) - * @return LV_FS_RES_OK: no error, the file is read - * any error from lv__fs_res_t enum - */ -static lv_fs_res_t pcfs_close(lv_fs_drv_t * drv, void * file_p) -{ - (void) drv; /*Unused*/ - - pc_file_t * fp = file_p; /*Just avoid the confusing casings*/ - fclose(*fp); - return LV_FS_RES_OK; -} - -/** - * Read data from an opened file - * @param drv pointer to the current driver - * @param file_p pointer to a FILE variable. - * @param buf pointer to a memory block where to store the read data - * @param btr number of Bytes To Read - * @param br the real number of read bytes (Byte Read) - * @return LV_FS_RES_OK: no error, the file is read - * any error from lv__fs_res_t enum - */ -static lv_fs_res_t pcfs_read(lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint32_t * br) -{ - (void) drv; /*Unused*/ - - pc_file_t * fp = file_p; /*Just avoid the confusing casings*/ - *br = (uint32_t)fread(buf, 1, btr, *fp); - return LV_FS_RES_OK; -} - -/** - * Set the read write pointer. Also expand the file size if necessary. - * @param drv pointer to the current driver - * @param file_p pointer to a FILE* variable. (opened with lv_ufs_open ) - * @param pos the new position of read write pointer - * @return LV_FS_RES_OK: no error, the file is read - * any error from lv__fs_res_t enum - */ -static lv_fs_res_t pcfs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos) -{ - (void) drv; /*Unused*/ - - pc_file_t * fp = file_p; /*Just avoid the confusing casings*/ - fseek(*fp, pos, SEEK_SET); - return LV_FS_RES_OK; -} - -/** - * Give the position of the read write pointer - * @param drv pointer to the current driver - * @param file_p pointer to a FILE* variable. - * @param pos_p pointer to to store the result - * @return LV_FS_RES_OK: no error, the file is read - * any error from lv__fs_res_t enum - */ -static lv_fs_res_t pcfs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) -{ - (void) drv; /*Unused*/ - pc_file_t * fp = file_p; /*Just avoid the confusing casings*/ - *pos_p = ftell(*fp); - return LV_FS_RES_OK; -} - -#endif - -#endif /*LV_USE_TUTORIALS*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.h b/components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.h deleted file mode 100644 index ba5eb8c..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.h +++ /dev/null @@ -1,54 +0,0 @@ -/** - * @file lv_tutorial_images.h - * - */ - -#ifndef LV_TUTORIAL_IMAGES_H -#define LV_TUTORIAL_IMAGES_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TUTORIALS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - - -/** - * Create images from variable and file - */ -void lv_tutorial_image(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TUTORIAL_ANTIALIASING_H*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.mk b/components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.mk deleted file mode 100644 index 9cc5d6a..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/6_images/lv_tutorial_images.mk +++ /dev/null @@ -1,9 +0,0 @@ -CSRCS += lv_tutorial_images.c -CSRCS += red_flower.c -CSRCS += red_rose_16.c -CSRCS += flower_icon_alpha.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tutorial/6_images -VPATH += :$(LVGL_DIR)/lv_examples/lv_tutorial/6_images - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tutorial/6_images" diff --git a/components/lv_examples/lv_examples/lv_tutorial/6_images/red_flower.c b/components/lv_examples/lv_examples/lv_tutorial/6_images/red_flower.c deleted file mode 100644 index 46f32a5..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/6_images/red_flower.c +++ /dev/null @@ -1,330 +0,0 @@ -#include "lvgl/lvgl.h" -#include "lv_ex_conf.h" - -#if LV_USE_TUTORIALS - -const uint8_t red_flower_map[] = { -#if LV_COLOR_DEPTH == 1 || LV_COLOR_DEPTH == 8 - /*Pixel format: Red: 3 bit, Green: 3 bit, Blue: 2 bit*/ - 0x4d, 0x4d, 0x48, 0x4c, 0x71, 0x71, 0x4d, 0x49, 0x48, 0x48, 0x44, 0x6d, 0xb6, 0xb6, 0xb1, 0xb1, 0x8d, 0x8d, 0xb1, 0xb1, 0x8d, 0x91, 0x8d, 0xb1, 0xb1, 0x8d, 0x69, 0x68, 0x6c, 0x6c, 0x6c, 0x48, 0x48, 0x48, 0x24, 0x24, 0x48, 0x24, 0x48, 0x71, 0x91, 0x91, 0x91, 0x91, 0x91, 0x91, 0x91, 0x91, 0x91, 0xc8, 0xc4, 0xc4, 0xc4, 0xed, 0x99, 0x99, 0x99, 0xb9, 0xba, 0x99, 0x99, 0xb9, 0xba, 0xb9, 0x95, 0x95, 0x95, 0x75, 0x71, 0x71, 0x91, 0xb1, 0xd6, 0xfa, 0xfa, 0xd5, 0x68, 0x24, 0x44, 0x49, 0x69, 0x69, 0x8d, 0x8d, 0xad, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd2, 0xd2, 0xd2, 0xd1, 0xd1, 0xb1, 0xad, 0xad, 0xad, - 0x4d, 0x4d, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x44, 0x6d, 0x92, 0x91, 0x8d, 0x91, 0x91, 0xb1, 0xd6, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0x8d, 0x8d, 0x8d, 0x69, 0x69, 0x6d, 0x68, 0x68, 0x68, 0x48, 0x24, 0x24, 0x48, 0x91, 0xd5, 0xda, 0xd9, 0xb1, 0xed, 0xed, 0x8d, 0x6d, 0x6d, 0x6d, 0x68, 0xe9, 0xe5, 0xe5, 0xc4, 0xe4, 0xd5, 0xb9, 0xb9, 0xba, 0xba, 0xb9, 0xba, 0xba, 0xba, 0xb9, 0x95, 0x95, 0x95, 0x95, 0x71, 0x71, 0xb1, 0xb1, 0xd6, 0xfa, 0xfa, 0xf6, 0xb1, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, - 0x4c, 0x4d, 0x49, 0x44, 0x48, 0x49, 0x49, 0x6d, 0x6d, 0x6d, 0xb6, 0x91, 0x8d, 0x6d, 0x8d, 0x8d, 0x8d, 0x8d, 0x91, 0x91, 0xb1, 0xb1, 0xb1, 0x8d, 0x6d, 0x8d, 0x8d, 0x8d, 0x8d, 0xb1, 0x8d, 0x68, 0x48, 0x48, 0x48, 0x6d, 0x8d, 0xb5, 0xd5, 0xb5, 0xe9, 0xa9, 0xe5, 0xe9, 0xe9, 0x69, 0x69, 0x49, 0xc9, 0xe5, 0xe5, 0xe5, 0xc4, 0xc4, 0xe9, 0xb9, 0xb9, 0xba, 0xb9, 0xba, 0xbe, 0xbe, 0xba, 0xba, 0x95, 0x95, 0x95, 0x95, 0xb1, 0x91, 0x71, 0x6d, 0x91, 0xf6, 0xf6, 0xd6, 0xd2, 0x69, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x4c, 0x6d, 0x4d, 0x69, 0x69, 0x49, 0x91, 0xb2, 0xb1, 0xb6, 0xb6, 0x91, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x6d, 0x8d, 0x8d, 0x8d, 0x8d, 0x6d, 0x6d, 0x6d, 0x69, 0x49, 0x6d, 0x8d, 0x8d, 0x68, 0x48, 0x48, 0x6c, 0x6d, 0x8d, 0x8d, 0x6d, 0x8d, 0xc4, 0xc4, 0xc4, 0xe5, 0xe9, 0xe9, 0x48, 0x68, 0xe5, 0xe4, 0xe4, 0xe4, 0xe4, 0xc4, 0xe5, 0xd5, 0xb9, 0xb9, 0xba, 0xbe, 0xde, 0xbe, 0xba, 0xb9, 0x99, 0x95, 0x95, 0x95, 0xe5, 0xed, 0x6d, 0x69, 0x8d, 0xd1, 0xd6, 0xb1, 0xd1, 0x69, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x4c, 0x4c, 0x71, 0x92, 0x6d, 0x69, 0x8d, 0xb1, 0x91, 0x8d, 0x6d, 0x49, 0x49, 0x49, 0x69, 0x49, 0x44, 0x44, 0x49, 0x69, 0x6d, 0x71, 0x71, 0x4d, 0x48, 0x48, 0x48, 0x49, 0x49, 0x6d, 0x6d, 0x69, 0x44, 0x48, 0x6c, 0x6d, 0x69, 0x69, 0x6d, 0xad, 0xc4, 0xc4, 0xc4, 0xe5, 0xe5, 0xe9, 0xa5, 0xa9, 0xe4, 0xc4, 0xc4, 0xe4, 0xe4, 0xc4, 0xe9, 0xf1, 0xb9, 0xd5, 0xda, 0xde, 0xde, 0xbe, 0xb9, 0x99, 0x95, 0x95, 0x95, 0xcd, 0xe5, 0xe9, 0xad, 0x6d, 0x8d, 0xb1, 0xb1, 0xb1, 0xad, 0x69, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x4c, 0x4c, 0x71, 0x91, 0x91, 0x8d, 0x6d, 0x6d, 0x6d, 0x6d, 0x4d, 0x69, 0x69, 0x69, 0x6d, 0x49, 0x44, 0x44, 0x49, 0x6d, 0x91, 0x91, 0x4d, 0x24, 0x44, 0x44, 0x48, 0x49, 0x49, 0x69, 0x69, 0x49, 0x48, 0x48, 0x6d, 0x6d, 0x6d, 0x6d, 0x8d, 0xad, 0xc4, 0xc4, 0xc4, 0xc4, 0xe5, 0xe5, 0xe9, 0xe5, 0xe5, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe9, 0xe9, 0xde, 0xe5, 0xed, 0xf6, 0xde, 0xbe, 0xb9, 0xb9, 0x95, 0x95, 0xf1, 0xe9, 0xe9, 0xe5, 0xed, 0x95, 0x91, 0x91, 0xb1, 0xb1, 0x8d, 0x48, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x4c, 0x4d, 0x4d, 0x71, 0x91, 0x6d, 0x6d, 0x69, 0x6d, 0x71, 0x71, 0x6d, 0x6d, 0x6d, 0x69, 0x48, 0x48, 0x4d, 0x71, 0x71, 0x95, 0x71, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x49, 0x69, 0x49, 0x48, 0x69, 0x8d, 0xb1, 0x91, 0x8d, 0x8d, 0x8d, 0xc4, 0xc4, 0xc4, 0xc4, 0xe5, 0xe5, 0xe9, 0xe4, 0xed, 0xf6, 0xed, 0xc4, 0xc4, 0xc4, 0xe9, 0xe5, 0xf6, 0xe9, 0xe9, 0xed, 0xde, 0xbe, 0xb9, 0x99, 0xd5, 0xe9, 0xe4, 0xc4, 0xe4, 0xe4, 0xe9, 0xb5, 0xb6, 0xb1, 0xb1, 0xb1, 0x8d, 0x44, 0x20, 0x20, 0x20, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x4d, 0x4d, 0x6d, 0x70, 0x71, 0x6d, 0x6d, 0x6d, 0x6d, 0x71, 0x70, 0x6d, 0x6d, 0x6d, 0x49, 0x49, 0x6d, 0x71, 0x71, 0x71, 0x71, 0x4d, 0x24, 0x24, 0x24, 0x24, 0x69, 0x6d, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x6d, 0xb1, 0xb2, 0xb1, 0x8d, 0x8d, 0x8d, 0xc4, 0xe5, 0xe5, 0xc4, 0xc4, 0xe5, 0xe5, 0xc4, 0xc4, 0xed, 0xf1, 0xe9, 0xc4, 0xc4, 0xe9, 0xe5, 0xed, 0xe9, 0xe4, 0xe4, 0xed, 0xb9, 0x99, 0xd5, 0xe5, 0xe5, 0xc4, 0xc4, 0xc4, 0xe5, 0xe9, 0x95, 0xd6, 0xd6, 0xb1, 0x8d, 0x69, 0x24, 0x20, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x4d, 0x4d, 0x71, 0x71, 0x71, 0x4d, 0x4d, 0x4d, 0x48, 0x48, 0x4c, 0x4c, 0x4c, 0x4d, 0x6d, 0x6d, 0x71, 0x71, 0x71, 0x71, 0x71, 0x48, 0x24, 0x49, 0x6d, 0x8d, 0xb1, 0xb1, 0x91, 0x6d, 0x6d, 0x8d, 0x8d, 0x8d, 0xed, 0xed, 0x8d, 0x6d, 0x8d, 0x8d, 0xa9, 0xe5, 0xe4, 0xe9, 0xed, 0xe4, 0xe5, 0xc4, 0xc4, 0xc4, 0xe9, 0xed, 0xe5, 0xc4, 0xe9, 0xe9, 0xe5, 0xe4, 0xe4, 0xe4, 0xe5, 0xb5, 0xb9, 0xe5, 0xe5, 0xe4, 0xc4, 0xc4, 0xc4, 0xe5, 0xed, 0x95, 0xb6, 0xb1, 0x8d, 0x69, 0x64, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x4c, 0x4d, 0x71, 0x71, 0x71, 0x4c, 0x4c, 0x28, 0x24, 0x24, 0x28, 0x48, 0x48, 0x48, 0x6d, 0x6d, 0x71, 0x91, 0x71, 0x71, 0x6d, 0x48, 0x24, 0x69, 0x8d, 0x8d, 0x91, 0x91, 0x8d, 0x6d, 0x6d, 0x8d, 0x8d, 0xe9, 0xe4, 0xe4, 0xe5, 0xc9, 0x8d, 0xad, 0xad, 0xe4, 0xe4, 0xc4, 0xe9, 0xed, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xe9, 0xe9, 0xc4, 0xe9, 0xe9, 0xe5, 0xe4, 0xc4, 0xc4, 0xe5, 0xd1, 0xed, 0xe5, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe9, 0xed, 0x71, 0x91, 0x8d, 0xc9, 0xe9, 0xe9, 0xe5, 0x84, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x4d, 0x4d, 0x71, 0x71, 0x4d, 0x48, 0x28, 0x24, 0x24, 0x24, 0x44, 0x48, 0x48, 0x48, 0x6d, 0x6d, 0x71, 0x71, 0x6d, 0x4d, 0x48, 0x24, 0x24, 0x24, 0x48, 0x48, 0x49, 0x69, 0x69, 0x6d, 0x8d, 0x8d, 0x8d, 0xc4, 0xe5, 0xe4, 0xc4, 0xe4, 0xe9, 0x8d, 0x8d, 0xc5, 0xc4, 0xc4, 0xc4, 0xe5, 0xed, 0xc4, 0xc4, 0xc4, 0xa0, 0xe4, 0xe9, 0xe4, 0xe5, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xcd, 0xe5, 0xe4, 0xe4, 0xc4, 0xc4, 0xc4, 0xe5, 0xe9, 0xe9, 0x91, 0x6d, 0xe9, 0xe5, 0xe5, 0xe5, 0xe5, 0xe5, 0x20, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x4d, 0x4d, 0x71, 0x71, 0x48, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x48, 0x48, 0x49, 0x69, 0x6d, 0x8d, 0x8d, 0x8d, 0x6d, 0x69, 0x69, 0x48, 0x48, 0x44, 0x48, 0x48, 0x69, 0x6d, 0x8d, 0x8d, 0x8d, 0x8d, 0xc4, 0xe5, 0xe4, 0xe4, 0xc4, 0xc4, 0xe9, 0x89, 0xa9, 0xc4, 0xc4, 0xc4, 0xc4, 0xe5, 0xe5, 0xc4, 0xc4, 0xa0, 0xa4, 0xe9, 0xe5, 0xe5, 0xe5, 0xee, 0xf2, 0xc4, 0xc4, 0xa0, 0xe5, 0xe5, 0xe4, 0xe4, 0xc4, 0xc4, 0xc4, 0xe9, 0xe9, 0xe9, 0xad, 0xe9, 0xe5, 0xe5, 0xe5, 0xe4, 0xe4, 0xe5, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x71, 0x71, 0x71, 0x6d, 0x48, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x44, 0x49, 0x89, 0xad, 0xb1, 0xd1, 0xd1, 0xd1, 0xd1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0x8d, 0xcd, 0xe9, 0xc4, 0xc4, 0xe4, 0xc4, 0xc4, 0xe9, 0xd1, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe9, 0xc4, 0xa4, 0xa0, 0xa0, 0xe4, 0xe5, 0xe4, 0xe5, 0xc4, 0xe5, 0xed, 0xc4, 0xa0, 0xc4, 0xe4, 0xe4, 0xc4, 0xc4, 0xc4, 0xe5, 0xe9, 0xe9, 0xe9, 0xe9, 0xe5, 0xe5, 0xe5, 0xe4, 0xe4, 0xe4, 0xe5, 0x64, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x71, 0x71, 0x71, 0x71, 0x48, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x69, 0x8d, 0xb1, 0xb1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd6, 0xd6, 0xd6, 0xd6, 0xd6, 0xf6, 0xf6, 0xd6, 0xf1, 0xe5, 0xc4, 0xc4, 0xe5, 0xc4, 0xc4, 0xc4, 0xe9, 0xcd, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe5, 0xa0, 0xa4, 0xa4, 0xa4, 0xe5, 0xe4, 0xc4, 0xc4, 0xa4, 0xc4, 0xe9, 0xa0, 0xc4, 0xe4, 0xe4, 0xc4, 0xc4, 0xc4, 0xe9, 0xe9, 0xe5, 0xe9, 0xe4, 0xe4, 0xe4, 0xe4, 0xe5, 0xe9, 0xe4, 0xe5, 0xe9, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x71, 0x71, 0x71, 0x71, 0x49, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x44, 0x69, 0x69, 0x69, 0x69, 0x8d, 0x8d, 0x8d, 0x8d, 0xad, 0xad, 0xb1, 0xed, 0xed, 0xf2, 0xf6, 0xf6, 0xf6, 0xe5, 0xc4, 0xc4, 0xe5, 0xe5, 0xc4, 0xc4, 0xc4, 0xf2, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa4, 0xc4, 0xe4, 0xc4, 0xa0, 0xa0, 0xa4, 0xc4, 0xc5, 0xc4, 0xc4, 0xe4, 0xc4, 0xa4, 0xe5, 0xe9, 0xe9, 0xe9, 0xe5, 0xe4, 0xe4, 0xe9, 0xf6, 0xfa, 0xff, 0xf6, 0xe5, 0xe9, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x6d, 0x71, 0x71, 0x71, 0x69, 0x49, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x44, 0x48, 0x69, 0x68, 0x48, 0x44, 0x44, 0x44, 0x48, 0x48, 0x69, 0x69, 0xa9, 0xe5, 0xe9, 0xe9, 0xe9, 0xe9, 0xf1, 0xe5, 0xc4, 0xc4, 0xc4, 0xe5, 0xe5, 0xc4, 0xa4, 0xe5, 0xed, 0xc0, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa0, 0xc4, 0xc4, 0xc4, 0xa0, 0xa0, 0xa0, 0xa4, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xe9, 0xe9, 0xe5, 0xe9, 0xc4, 0xc4, 0xf2, 0xf2, 0xed, 0xe9, 0xe9, 0xe5, 0xed, 0xe9, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x70, 0x71, 0x71, 0x6d, 0x69, 0x49, 0x48, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x48, 0x49, 0x68, 0x68, 0x68, 0x48, 0x89, 0xa9, 0x89, 0x84, 0x64, 0x48, 0xe9, 0xe9, 0xed, 0xed, 0xed, 0xe9, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xe5, 0xe5, 0xc4, 0xa4, 0xe9, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa0, 0xa4, 0xc4, 0xc4, 0xa0, 0xa0, 0xa0, 0xa4, 0xe5, 0xc4, 0xc4, 0xc4, 0xa0, 0xe5, 0xe9, 0xe5, 0xe9, 0xe5, 0xc4, 0xe9, 0xe5, 0xe4, 0xe4, 0xe4, 0xe5, 0xee, 0xe9, 0xe5, 0x24, 0x24, 0x44, 0xad, 0xd2, 0xa9, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x71, 0x71, 0x71, 0x6d, 0x69, 0x69, 0x48, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x48, 0x48, 0x69, 0x69, 0xe5, 0xe5, 0xe5, 0xe9, 0xe9, 0xe9, 0xc5, 0xe9, 0xe4, 0xe4, 0xe5, 0xe9, 0xed, 0xe5, 0xe5, 0xc4, 0xc4, 0xe5, 0xe5, 0xe5, 0xa0, 0xe9, 0xed, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa0, 0xa4, 0xa0, 0xc4, 0xc4, 0xa0, 0xa0, 0xa0, 0xa4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa0, 0xe9, 0xe9, 0xe9, 0xe9, 0xc4, 0xe4, 0xc4, 0xe4, 0xc4, 0xc4, 0xe4, 0xe5, 0xe4, 0xe5, 0x84, 0x64, 0xe9, 0xe9, 0xe9, 0xe5, 0xe5, 0x84, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x71, 0x71, 0x91, 0x6d, 0x69, 0x69, 0x48, 0x48, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x68, 0xe5, 0xc4, 0xc4, 0xe4, 0xe5, 0xe9, 0xe9, 0xe9, 0xc4, 0xc4, 0xe4, 0xc4, 0xc4, 0xc4, 0xe9, 0xe5, 0xc4, 0xc4, 0xe5, 0xe9, 0xe9, 0xe9, 0xc0, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa0, 0xa0, 0xa0, 0xc4, 0xc4, 0xa4, 0xa0, 0xa0, 0xa4, 0xc4, 0xc4, 0xc4, 0xa0, 0xc4, 0xe9, 0xe5, 0xe9, 0xe5, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa0, 0xe4, 0xa4, 0xa4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x71, 0x91, 0x91, 0x8d, 0x69, 0x49, 0x49, 0x48, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0xc9, 0xe5, 0xe4, 0xe5, 0xe5, 0xe4, 0xe5, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe5, 0xe9, 0xe9, 0xc4, 0xc4, 0xe5, 0xe9, 0xc4, 0xc4, 0xc0, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa0, 0xa4, 0xc4, 0xc4, 0xa0, 0xa0, 0xa4, 0xc4, 0xc4, 0xc4, 0xa0, 0xe5, 0xe9, 0xe9, 0xe5, 0xe4, 0xa4, 0xa0, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xc4, 0xe4, 0xa4, 0xa4, 0xc4, 0xc4, 0xc4, 0xa0, 0xc4, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x91, 0x91, 0x91, 0x8d, 0x69, 0x69, 0x49, 0x49, 0x48, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x44, 0x64, 0xed, 0xe9, 0xe9, 0xe5, 0xe5, 0xe5, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa0, 0xe9, 0xe9, 0xe9, 0xc4, 0xc4, 0xe5, 0xc4, 0xc4, 0xc4, 0xe9, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa4, 0xc4, 0xa4, 0xa0, 0xa0, 0xa4, 0xc4, 0xc4, 0xa0, 0xa0, 0xe9, 0xe5, 0xe9, 0xc4, 0xa0, 0xa0, 0xa0, 0xa0, 0xc4, 0xa4, 0x80, 0xc4, 0xe5, 0xa0, 0xa4, 0xc4, 0xe5, 0xe5, 0xe9, 0xe9, 0x84, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0xb1, 0x91, 0x91, 0x8d, 0x69, 0x69, 0x49, 0x49, 0x48, 0x48, 0x44, 0x24, 0x24, 0x44, 0x44, 0x24, 0x24, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x89, 0xee, 0xee, 0xee, 0xe9, 0xe9, 0xe9, 0xe9, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa0, 0xe9, 0xe5, 0xe9, 0xc4, 0xc4, 0xe4, 0xa4, 0xa4, 0xc4, 0xe9, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa4, 0xc4, 0xa4, 0xa0, 0xa0, 0xa4, 0xc4, 0xa4, 0xa0, 0xa4, 0xe5, 0xe9, 0xe5, 0xc4, 0xa4, 0xa0, 0xa0, 0xa4, 0xa0, 0x80, 0xc4, 0xe5, 0xa0, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe4, 0xe4, 0xe5, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0xb2, 0xb1, 0x91, 0x8d, 0x69, 0x69, 0x49, 0x49, 0x48, 0x48, 0x44, 0x44, 0x24, 0x44, 0x44, 0x44, 0x24, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x89, 0xed, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xe9, 0xe9, 0xc4, 0xc4, 0xc4, 0xa0, 0xa0, 0xa0, 0xe5, 0xe5, 0xe9, 0xc5, 0xc4, 0xc4, 0xa4, 0xa4, 0xc4, 0xe5, 0xc4, 0xc4, 0xc4, 0xa4, 0x80, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xc9, 0xa0, 0xa0, 0xc4, 0xc4, 0xe9, 0xe4, 0xc4, 0xc4, 0x80, 0xa0, 0x80, 0x80, 0xc4, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe4, 0xe4, 0xe4, 0xc4, 0xc4, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0xd6, 0xb1, 0x91, 0x8d, 0x69, 0x69, 0x49, 0x49, 0x49, 0x48, 0x48, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x64, 0xed, 0xee, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xed, 0xe9, 0xe4, 0xc4, 0xa4, 0xa0, 0xa0, 0xe5, 0xe5, 0xe9, 0xe5, 0xc4, 0xc4, 0x84, 0xa4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa4, 0x84, 0xa4, 0xa4, 0xa4, 0xc4, 0xa0, 0xa4, 0xa4, 0xc5, 0xe4, 0xe4, 0xc4, 0xc4, 0x80, 0x80, 0x80, 0xc4, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe4, 0xc4, 0xc4, 0xc4, 0xe5, 0xc5, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0xd6, 0xb1, 0x91, 0x8d, 0x69, 0x69, 0x69, 0x49, 0x49, 0x48, 0x48, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x48, 0xc9, 0xed, 0xe9, 0xe9, 0xe5, 0xe5, 0xe5, 0xc4, 0xc4, 0xe9, 0xe9, 0xe9, 0xe5, 0xc4, 0xa4, 0xa0, 0xa0, 0xc4, 0xe5, 0xe9, 0xe9, 0xc4, 0xa4, 0xa4, 0x84, 0xe4, 0xc5, 0xc4, 0xe9, 0xe5, 0xc5, 0xc4, 0xa4, 0xc4, 0xa4, 0xa4, 0xa4, 0xa4, 0x80, 0x80, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0x80, 0x80, 0xc4, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe9, 0xe9, 0xe9, 0x64, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0xb6, 0xb2, 0x91, 0x8d, 0x69, 0x69, 0x69, 0x49, 0x49, 0x48, 0x48, 0x48, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x48, 0x48, 0x48, 0x48, 0x68, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe9, 0xe9, 0xe9, 0xc4, 0xc4, 0xa4, 0xa0, 0xa0, 0xa4, 0xe5, 0xe9, 0xc4, 0xa0, 0xa4, 0xc4, 0xc4, 0xe5, 0xc4, 0xf2, 0xe9, 0xed, 0xc5, 0xc9, 0xc5, 0xc4, 0xc5, 0xc4, 0xc4, 0xc4, 0x84, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0x80, 0xc4, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xc4, 0xe5, 0xe9, 0xe9, 0xa4, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x91, 0xb1, 0x91, 0x8d, 0x6d, 0x69, 0x69, 0x69, 0x49, 0x49, 0x48, 0x48, 0x44, 0x44, 0x48, 0x48, 0x44, 0x44, 0x44, 0x48, 0x48, 0x48, 0x48, 0x48, 0xa4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa0, 0xc4, 0xc4, 0xc4, 0xe5, 0xe9, 0xe9, 0xc5, 0xa0, 0xc4, 0xa4, 0xc4, 0x80, 0xc4, 0xc4, 0xc9, 0xc5, 0xe5, 0xc9, 0xc5, 0xe9, 0xc5, 0xed, 0x84, 0xa5, 0xc5, 0xed, 0xa4, 0xa5, 0xc4, 0xc4, 0xa4, 0xa4, 0xa4, 0xc4, 0xc4, 0xc4, 0x80, 0xc4, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa4, 0xc4, 0xe9, 0xed, 0xe9, 0xe4, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x8d, 0x91, 0x91, 0x91, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x48, 0x44, 0x44, 0x48, 0x48, 0x44, 0x89, 0xa9, 0xc9, 0xe9, 0xe9, 0xe5, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa0, 0xa0, 0xa4, 0xc4, 0xe5, 0xe9, 0xe9, 0xc4, 0xa4, 0xc0, 0xc9, 0x80, 0xa4, 0xe9, 0xe9, 0xc5, 0xc4, 0x84, 0xa4, 0xa4, 0xa4, 0xa4, 0x84, 0x84, 0x44, 0x64, 0xa4, 0x84, 0xc9, 0xe5, 0xc4, 0xc4, 0xa4, 0xa4, 0xa4, 0xe5, 0xe4, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa0, 0xa4, 0xc5, 0xed, 0xe9, 0xe9, 0xe9, 0x64, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x8d, 0x91, 0x91, 0x91, 0x8d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x48, 0x44, 0x49, 0xc9, 0xe9, 0xe9, 0xe5, 0xc4, 0xe5, 0xe5, 0xe5, 0xe5, 0xe5, 0xe5, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa4, 0xe5, 0xed, 0xe9, 0xa4, 0xc4, 0xc5, 0xe5, 0xe9, 0xed, 0xc4, 0xa4, 0x64, 0x84, 0x44, 0x64, 0x64, 0x64, 0x88, 0x89, 0x64, 0x84, 0xa4, 0xa4, 0xc5, 0xe5, 0xe9, 0x84, 0xa4, 0xe4, 0xe4, 0xe4, 0xc4, 0xc4, 0xa0, 0xa4, 0xc4, 0xc4, 0xe9, 0xed, 0xe9, 0xe9, 0xe5, 0x64, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x8d, 0xb1, 0xb1, 0xb1, 0x91, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x48, 0x49, 0x48, 0x89, 0xe9, 0xe5, 0xc0, 0xc5, 0xe5, 0xc4, 0xe5, 0xe9, 0xe9, 0xe5, 0xe5, 0xe4, 0xc4, 0xc4, 0xc4, 0xa0, 0xa0, 0xa0, 0xa4, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa4, 0xe5, 0xe9, 0xe9, 0xed, 0xe9, 0xe9, 0xc5, 0x60, 0xc4, 0x44, 0x44, 0x89, 0xad, 0xa9, 0x89, 0xad, 0xcd, 0xad, 0x89, 0xa4, 0xc9, 0xc9, 0xe5, 0xf2, 0xa4, 0xa4, 0xe5, 0xe4, 0xc4, 0xa4, 0xa4, 0xc4, 0xc4, 0xe5, 0xe9, 0xe9, 0xe9, 0xe9, 0xc4, 0x20, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x8d, 0xb1, 0xb2, 0xb1, 0x8d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x48, 0x48, 0xa9, 0xe9, 0xe5, 0xc4, 0xe5, 0xe4, 0xc4, 0xc4, 0xe5, 0xe5, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe5, 0xc4, 0xa4, 0xa0, 0xa0, 0xa0, 0xa0, 0xa4, 0xa4, 0xa4, 0xa4, 0xe5, 0xe9, 0xe9, 0xe9, 0xc4, 0xe5, 0x64, 0x64, 0x89, 0x64, 0x85, 0xa9, 0x89, 0xa9, 0xa9, 0xa9, 0xa9, 0x64, 0x84, 0x84, 0xe9, 0xee, 0xee, 0xe5, 0xe4, 0xe5, 0xe5, 0xe4, 0xe5, 0xe9, 0xe9, 0xe5, 0xe4, 0xe4, 0xe4, 0xe5, 0xe9, 0xc9, 0x20, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0xb1, 0xd6, 0xd6, 0xb1, 0x8d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x44, 0xc9, 0xed, 0xe9, 0xe9, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe5, 0xc4, 0xc4, 0xc4, 0xc4, 0xa0, 0x80, 0x80, 0xa0, 0xa4, 0xc4, 0xa4, 0xa4, 0xe9, 0xf2, 0xe9, 0xe5, 0xc4, 0x85, 0xad, 0x89, 0x89, 0x64, 0x65, 0x65, 0x64, 0x89, 0x84, 0xa9, 0xcd, 0x89, 0x64, 0xee, 0xe5, 0xe5, 0xf2, 0xed, 0xe5, 0xe5, 0xe5, 0xe9, 0xe9, 0xe4, 0xc4, 0xc4, 0xe4, 0xe4, 0xe4, 0xc4, 0xc4, 0xe5, 0xa5, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0xd6, 0xfa, 0xd6, 0xb1, 0x8d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x48, 0x44, 0xc9, 0xed, 0xed, 0xe5, 0xe5, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe5, 0xc5, 0xc4, 0xa4, 0x84, 0x84, 0x80, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa4, 0xa4, 0xc4, 0xed, 0xed, 0xe9, 0xe9, 0xa4, 0x88, 0xa9, 0xa9, 0x84, 0x65, 0x64, 0x44, 0x44, 0x64, 0x64, 0x85, 0xa9, 0xa9, 0x84, 0x84, 0xc5, 0xf2, 0xe9, 0xed, 0xed, 0xee, 0xe9, 0xe4, 0xe5, 0xe5, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe4, 0x64, 0x64, 0x84, 0xa5, 0xc9, 0xc9, 0xa5, 0x64, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0xd6, 0xd6, 0xb1, 0xb1, 0x8d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x44, 0xc9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe5, 0xc4, 0xc4, 0xa4, 0xa4, 0x84, 0x84, 0x84, 0x84, 0x84, 0xa4, 0x80, 0xc9, 0xe9, 0xe9, 0xed, 0xe9, 0xc9, 0xe5, 0xc9, 0xcd, 0xa9, 0x84, 0x44, 0x44, 0x44, 0x20, 0x24, 0x64, 0x85, 0x85, 0xa9, 0xcd, 0x88, 0xe9, 0xf2, 0xc5, 0xe5, 0xc4, 0xee, 0xe5, 0xe5, 0xe5, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe4, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0x64, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0xb1, 0xb1, 0x91, 0x91, 0x8d, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x48, 0x48, 0x49, 0x49, 0xa9, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xed, 0xe9, 0xe9, 0xe5, 0xa4, 0xa0, 0xa0, 0x80, 0x80, 0x80, 0xa4, 0xa0, 0xa0, 0xa4, 0xa4, 0xa4, 0xa4, 0xc4, 0xe9, 0xee, 0xed, 0xc5, 0xc9, 0xad, 0xcd, 0xd1, 0x89, 0x64, 0x44, 0x20, 0x24, 0x20, 0x85, 0x84, 0xa5, 0xa9, 0xcd, 0xa9, 0xed, 0xe9, 0xf2, 0xe9, 0xe5, 0xe5, 0xed, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xa4, 0x80, 0x80, 0x80, 0x84, 0xa4, 0xa0, 0xa0, 0xa4, 0xc4, 0xc4, 0xe9, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x91, 0x8d, 0x8d, 0x8d, 0x8d, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x48, 0x48, 0x49, 0x49, 0x49, 0x48, 0x89, 0xe9, 0xe5, 0xe5, 0xc4, 0xc5, 0xe9, 0xe9, 0xe9, 0xe5, 0xc4, 0xc4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa5, 0xc5, 0xa4, 0xa4, 0xc9, 0xa4, 0xa4, 0xe9, 0xed, 0xed, 0xed, 0xcd, 0xcd, 0xcd, 0x85, 0x85, 0x64, 0x24, 0x20, 0x24, 0x64, 0x84, 0xa9, 0xcd, 0xcd, 0xcd, 0xf2, 0xee, 0xed, 0xf2, 0xe9, 0xe4, 0xe9, 0xe9, 0xe4, 0xe4, 0xc4, 0xc4, 0xc4, 0xe4, 0xe4, 0xc4, 0xc4, 0xa4, 0xa4, 0xc4, 0xa4, 0x80, 0x80, 0x80, 0xa0, 0xa0, 0xa0, 0xc4, 0xe9, 0xe9, 0x64, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x8d, 0x8d, 0x69, 0x69, 0x8d, 0x8d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x48, 0x48, 0x49, 0x49, 0x49, 0x44, 0x44, 0x69, 0x84, 0xa4, 0xa4, 0xa4, 0xa4, 0xa0, 0xa0, 0xa4, 0xa4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe5, 0xc4, 0xe5, 0xe9, 0xe5, 0xc9, 0xe9, 0xed, 0xed, 0xc4, 0xed, 0xcd, 0xf1, 0xc9, 0x85, 0x85, 0x44, 0x44, 0x44, 0x64, 0x84, 0xa9, 0xa9, 0xa9, 0xcd, 0xcd, 0xe9, 0xf2, 0xe9, 0xe9, 0xe9, 0xe5, 0xe5, 0xed, 0xe5, 0xe4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xc4, 0xe5, 0xed, 0xa4, 0x80, 0x80, 0xc4, 0xe9, 0xe9, 0xe9, 0xe9, 0xa5, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x69, 0x69, 0x49, 0x69, 0x8d, 0x8d, 0x8d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0xa9, 0xe9, 0xc4, 0xa4, 0xa0, 0xa4, 0xa4, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe4, 0xc4, 0xed, 0xed, 0xed, 0xe5, 0xe9, 0xcd, 0xcd, 0xa9, 0xa5, 0x85, 0x64, 0x65, 0x85, 0x85, 0xa9, 0xa9, 0xc9, 0xa9, 0xcd, 0xf2, 0xf2, 0xe9, 0xed, 0xed, 0xe5, 0xed, 0xe9, 0xe9, 0xe5, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe4, 0xe9, 0xe9, 0xa4, 0xa0, 0xa4, 0xc4, 0xc5, 0xa4, 0x84, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x45, 0x49, 0x49, 0x49, 0x8d, 0x8d, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x48, 0x49, 0x49, 0x49, 0xc9, 0xc4, 0xa0, 0x80, 0x80, 0x80, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x80, 0x80, 0x84, 0x80, 0x84, 0xa0, 0xa4, 0xa4, 0xa4, 0xc4, 0xc5, 0xe5, 0xc5, 0xed, 0xed, 0xe9, 0xe5, 0xa9, 0xd1, 0xcd, 0xcd, 0xa9, 0xa5, 0x84, 0x85, 0x85, 0x85, 0x85, 0xa9, 0xcd, 0xcd, 0xcd, 0xf1, 0xc9, 0xe9, 0xe5, 0xe9, 0xee, 0xf2, 0xed, 0xe9, 0xe9, 0xe5, 0xe4, 0xe4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe5, 0xc5, 0x64, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x44, 0x45, 0x69, 0x8d, 0x8d, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x48, 0x49, 0x49, 0x49, 0x64, 0xa0, 0xa0, 0xa0, 0x80, 0xa0, 0xa0, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0xa0, 0xa4, 0xa4, 0xc4, 0xc4, 0xc4, 0xe4, 0xe4, 0xe5, 0xf2, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xed, 0xc9, 0xa9, 0xa9, 0x85, 0xa9, 0xa5, 0xa9, 0xcd, 0xc9, 0xad, 0xcd, 0xcd, 0xed, 0xf2, 0xee, 0xed, 0xed, 0xc5, 0xed, 0xf2, 0xed, 0xed, 0xee, 0xe9, 0xe5, 0xe5, 0xe5, 0xe4, 0xc4, 0xc4, 0xc5, 0xe5, 0xe4, 0x64, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x49, 0x6d, 0x8d, 0x8d, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x64, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa0, 0xa4, 0xa4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe4, 0xc4, 0xc4, 0xe9, 0xee, 0xe9, 0xf2, 0xe9, 0xf2, 0xe9, 0xcd, 0xc9, 0xc9, 0xc9, 0xc9, 0xcd, 0xa9, 0xc9, 0xc9, 0xd1, 0xcd, 0xf2, 0xf6, 0xf6, 0xed, 0xe5, 0xe9, 0xe5, 0xe9, 0xee, 0xee, 0xee, 0xee, 0xed, 0xed, 0xee, 0xee, 0xee, 0xee, 0xee, 0xed, 0xe9, 0xa9, 0x69, 0x69, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x49, 0x6d, 0x6d, 0x8d, 0x8d, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x68, 0xe5, 0xa4, 0xa4, 0xa4, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe5, 0xe5, 0xe5, 0xc4, 0xc4, 0xc4, 0xa4, 0xa4, 0xa4, 0xed, 0xed, 0xed, 0xe9, 0xe5, 0xe9, 0xed, 0xee, 0xed, 0xed, 0xc9, 0xc9, 0xc9, 0xcd, 0xc9, 0xcd, 0xcd, 0xcd, 0xa9, 0xed, 0xee, 0xed, 0xee, 0xe9, 0xe9, 0xe5, 0xe9, 0xee, 0xee, 0xe9, 0xe9, 0xe9, 0xee, 0xee, 0xed, 0xed, 0xee, 0xe9, 0xe4, 0xc4, 0xa4, 0x69, 0x69, 0x69, 0x69, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x49, 0x49, 0x6d, 0x6d, 0x6d, 0x8d, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x85, 0xe5, 0xc4, 0xa0, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xee, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe5, 0xe9, 0xe5, 0xe9, 0xe9, 0xed, 0xed, 0xf2, 0xed, 0xee, 0xe9, 0xed, 0xf2, 0xe9, 0xe9, 0xe9, 0xc9, 0xcd, 0xa9, 0x89, 0xcd, 0xcd, 0xed, 0xed, 0xf2, 0xee, 0xe9, 0xe9, 0xed, 0xe5, 0xed, 0xf2, 0xed, 0xee, 0xed, 0xe5, 0xe5, 0xe9, 0xe9, 0xee, 0xee, 0xee, 0xed, 0xe9, 0xe9, 0xed, 0x69, 0x69, 0x69, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x49, 0x24, 0x24, 0x69, 0x8d, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x48, 0x49, 0x45, 0x44, 0x84, 0x84, 0xa4, 0xe9, 0xe5, 0xc4, 0xc4, 0xe4, 0xe5, 0xe5, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe5, 0xe9, 0xed, 0xed, 0xee, 0xee, 0xed, 0xe9, 0xe9, 0xee, 0xe9, 0xed, 0xed, 0xee, 0xee, 0xed, 0xed, 0xe9, 0xcd, 0xed, 0xf2, 0xf2, 0xf2, 0xf2, 0xe5, 0xee, 0xe5, 0xe9, 0xe9, 0xed, 0xf2, 0xee, 0xee, 0xee, 0xee, 0xe9, 0xe5, 0xe5, 0xe5, 0xe9, 0xee, 0xf2, 0xed, 0xc9, 0x89, 0x69, 0x69, 0x69, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x69, 0x8d, 0x8d, 0x8d, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x44, 0x44, 0x44, 0x44, 0x44, 0x48, 0x64, 0xe9, 0xed, 0xe9, 0xe9, 0xe5, 0xe5, 0xc4, 0xc4, 0xe9, 0xe5, 0xe9, 0xed, 0xed, 0xee, 0xee, 0xee, 0xe9, 0xe9, 0xe5, 0xe9, 0xe9, 0xee, 0xed, 0xed, 0xed, 0xe9, 0xee, 0xf2, 0xed, 0xf6, 0xf2, 0xf2, 0xf2, 0xee, 0xed, 0xe5, 0xe9, 0xe5, 0xed, 0xee, 0xf2, 0xee, 0xed, 0xee, 0xee, 0xee, 0xf2, 0xee, 0xe9, 0xe5, 0xe5, 0xe5, 0xe9, 0xed, 0x24, 0x44, 0x69, 0x69, 0x69, 0x49, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x49, 0x6d, 0x8d, 0x6d, 0x6d, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x44, 0x44, 0x48, 0x44, 0x48, 0x48, 0x44, 0xa9, 0xee, 0xf2, 0xee, 0xee, 0xee, 0xee, 0xe9, 0xe9, 0xed, 0xed, 0xee, 0xee, 0xed, 0xe5, 0xe5, 0xe5, 0xed, 0xe9, 0xf2, 0xe5, 0xee, 0xf2, 0xf2, 0xee, 0xf2, 0xed, 0xee, 0xf2, 0xf2, 0xee, 0xf2, 0xe9, 0xed, 0xe9, 0xe9, 0xee, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xe9, 0xee, 0xf2, 0xf2, 0xf2, 0xee, 0xee, 0xe9, 0xe5, 0xe4, 0xed, 0x24, 0x44, 0x69, 0x69, 0x69, 0x69, 0x49, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x48, 0x69, 0x6d, 0x6d, 0x6d, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x49, 0x48, 0x44, 0x44, 0x44, 0x48, 0x44, 0x84, 0xe4, 0xe5, 0xe9, 0xee, 0xed, 0xee, 0xed, 0xe9, 0xed, 0xee, 0xee, 0xed, 0xe5, 0xc4, 0xe4, 0xc4, 0xe5, 0xe9, 0xf1, 0xe9, 0xe5, 0xe9, 0xed, 0xee, 0xee, 0xed, 0xed, 0xed, 0xee, 0xf2, 0xee, 0xed, 0xe9, 0xe9, 0xe9, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xee, 0xf2, 0xf2, 0xed, 0xe9, 0xf2, 0xf2, 0xf2, 0xee, 0xee, 0xee, 0xee, 0xe9, 0x24, 0x24, 0x44, 0x49, 0x49, 0x49, 0x49, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x49, 0x6d, 0x6d, 0x6d, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x44, 0x44, 0x44, 0x44, 0xa9, 0xe9, 0xe9, 0xed, 0xed, 0xee, 0xe9, 0xc4, 0x84, 0xc4, 0x84, 0xa4, 0xa4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe5, 0xed, 0xed, 0xed, 0xe9, 0xf2, 0xf6, 0xe9, 0xe9, 0xe5, 0xe9, 0xf2, 0xf2, 0xe9, 0xe4, 0xe5, 0xe9, 0xed, 0xed, 0xf1, 0xf2, 0xf1, 0xf2, 0xf2, 0xed, 0xf2, 0xee, 0xf2, 0xee, 0xee, 0xe9, 0xf2, 0xf2, 0xf2, 0xee, 0xee, 0xee, 0xc9, 0x24, 0x24, 0x44, 0x49, 0x45, 0x44, 0x44, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x49, 0x6d, 0x6d, 0x6d, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x44, 0x44, 0x64, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xc4, 0x84, 0x69, 0xad, 0xe9, 0xa5, 0x60, 0xc5, 0xc4, 0xc4, 0xc4, 0xa4, 0xe9, 0xe9, 0xed, 0xed, 0xe9, 0xf6, 0xf2, 0xe9, 0xe5, 0xe5, 0xc9, 0xe5, 0xe9, 0xc4, 0xe4, 0xe4, 0xe5, 0xf2, 0xf2, 0xf2, 0xf1, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xed, 0xf2, 0xf2, 0xf2, 0xee, 0xee, 0xe9, 0xf2, 0xf2, 0xee, 0xee, 0xee, 0xe9, 0x20, 0x24, 0x24, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x69, 0x6d, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x48, 0x49, 0x49, 0x48, 0x44, 0xe9, 0xe9, 0xe9, 0xe9, 0xe5, 0xc4, 0x84, 0x44, 0x44, 0x6d, 0xcd, 0xf2, 0xc9, 0xe9, 0xc4, 0xc4, 0xa4, 0xc4, 0xe9, 0xe9, 0xed, 0xed, 0xe5, 0xed, 0xf2, 0xe9, 0xe4, 0xe9, 0xe5, 0xed, 0xe9, 0xe4, 0xed, 0xe5, 0xc4, 0xe9, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xee, 0xf2, 0xf2, 0xee, 0xed, 0xf2, 0xee, 0xf2, 0xee, 0xee, 0xe9, 0xee, 0xc9, 0xe9, 0x85, 0x24, 0x24, 0x24, 0x24, 0x44, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x20, 0x20, 0x20, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x49, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x44, 0x44, 0x64, 0x84, 0x84, 0x64, 0x44, 0x44, 0x44, 0x69, 0x91, 0xb1, 0xf1, 0xe9, 0xc4, 0xc4, 0xa4, 0xc5, 0xe9, 0xe9, 0xed, 0xed, 0xc4, 0xe9, 0xf2, 0xee, 0xe4, 0xe9, 0xee, 0xed, 0xee, 0xe4, 0xee, 0xe9, 0xed, 0xe9, 0xee, 0xee, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xee, 0xf2, 0xee, 0xf2, 0xee, 0xee, 0xf2, 0xee, 0xed, 0xe9, 0x00, 0x00, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x49, 0x6d, 0x6d, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x91, 0x95, 0x75, 0xed, 0xe4, 0xc4, 0xa4, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xc4, 0xe9, 0xf2, 0xf2, 0xe5, 0xe9, 0xed, 0xee, 0xed, 0xe5, 0xe9, 0xf6, 0xe9, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xee, 0xf2, 0xee, 0xf2, 0xed, 0xe9, 0xee, 0xee, 0xf2, 0xf2, 0xa5, 0x24, 0x20, 0x20, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x49, 0x69, 0x6d, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x91, 0x75, 0xb5, 0xe9, 0xc4, 0xc4, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xc4, 0xe5, 0xee, 0xf6, 0xe5, 0xc4, 0xe5, 0xe5, 0xe9, 0xc4, 0xe5, 0xed, 0xf2, 0xed, 0xe9, 0xf1, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xf6, 0xf2, 0xf2, 0xf2, 0xf2, 0xed, 0xe5, 0xe5, 0xee, 0xee, 0xf2, 0xe9, 0x84, 0x24, 0x24, 0x20, 0x20, 0x20, 0x00, 0x00, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x49, 0x6d, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x48, 0x44, 0x44, 0x44, 0x44, 0x44, 0x49, 0x91, 0x71, 0xf6, 0xe4, 0xc4, 0xe5, 0xe9, 0xe9, 0xed, 0xe9, 0xc4, 0xe5, 0xf2, 0xee, 0xf2, 0xc4, 0xc4, 0xe9, 0xed, 0xc4, 0xc4, 0xe9, 0xf2, 0xed, 0xed, 0xed, 0xf1, 0xf2, 0xee, 0xf2, 0xed, 0xf2, 0xed, 0xed, 0xf2, 0xf2, 0xee, 0xed, 0xe5, 0xc4, 0xc5, 0xee, 0xee, 0xed, 0xa4, 0xa4, 0x84, 0x24, 0x24, 0x24, 0x24, 0x20, 0x20, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x69, 0x69, 0x49, 0x24, 0x24, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x49, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x44, 0x44, 0x44, 0x44, 0x44, 0x49, 0xb6, 0x95, 0xf2, 0xc4, 0xe5, 0xe9, 0xe9, 0xed, 0xe9, 0xc4, 0xe9, 0xee, 0xc4, 0xfa, 0xc4, 0xa4, 0xe5, 0xe5, 0xe5, 0xa4, 0xe4, 0xed, 0xf2, 0xe9, 0xee, 0xed, 0xf1, 0xf2, 0xee, 0xf2, 0xed, 0xf2, 0xee, 0xe9, 0xe9, 0xe9, 0xe5, 0xc4, 0xc4, 0xc4, 0xa0, 0x80, 0xa0, 0x80, 0xa4, 0xa4, 0xc4, 0x44, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x45, 0x49, 0x49, 0x69, 0x6d, 0x6d, 0x8d, 0x91, 0x91, 0xb1, 0x8d, 0x91, 0xb2, 0xb2, 0x91, 0x6d, 0x6d, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x49, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x48, 0x44, 0x44, 0x44, 0x49, 0x49, 0x69, 0xb6, 0xb5, 0xee, 0xe4, 0xe9, 0xed, 0xed, 0xe9, 0xc4, 0xe9, 0xee, 0xa0, 0xf2, 0xe9, 0xc4, 0xc4, 0xe9, 0xe5, 0xa4, 0xa4, 0xe9, 0xee, 0xf2, 0xe5, 0xed, 0xed, 0xed, 0xed, 0xf2, 0xf2, 0xee, 0xf2, 0xee, 0xed, 0xe5, 0xe4, 0xa0, 0xa0, 0xa4, 0xc4, 0xc4, 0x80, 0x80, 0xa0, 0x80, 0xa4, 0xa4, 0xc9, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x24, 0x49, 0x69, 0x8d, 0x91, 0xb1, 0x91, 0x91, 0xb6, 0xb6, 0xb2, 0xb6, 0xda, 0xfa, 0xd6, 0xd6, 0xb6, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x69, 0x6d, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x44, 0x44, 0x45, 0x49, 0x44, 0x91, 0x95, 0xed, 0xe5, 0xe9, 0xed, 0xed, 0xe5, 0xc4, 0xee, 0xe9, 0xa0, 0xa4, 0xf6, 0xc4, 0xc4, 0xe9, 0xe5, 0xe9, 0xa4, 0xe9, 0xee, 0xee, 0xed, 0xe5, 0xe9, 0xee, 0xed, 0xed, 0xf2, 0xf2, 0xf2, 0xf1, 0xf2, 0xed, 0xe9, 0xe5, 0xa0, 0xa0, 0xa4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa0, 0xa4, 0xa4, 0xc4, 0xe9, 0x44, 0x24, 0x44, 0x44, 0x44, 0x49, 0x45, 0x44, 0x49, 0x6d, 0xb1, 0xb1, 0x91, 0x91, 0x91, 0xb2, 0xb2, 0xd6, 0xda, 0xfa, 0xd6, 0xd6, 0xda, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x44, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x44, 0x48, 0x49, 0x45, 0x48, 0xb6, 0xb5, 0xe5, 0xed, 0xe9, 0xe9, 0xe4, 0xe5, 0xee, 0xc5, 0x80, 0x80, 0xf2, 0xe9, 0xc4, 0xe4, 0xe5, 0xed, 0xc5, 0xc4, 0xf2, 0xed, 0xf2, 0xe5, 0xe9, 0xe9, 0xf2, 0xed, 0xed, 0xed, 0xf2, 0xf2, 0xed, 0xf2, 0xed, 0xee, 0xe9, 0xa0, 0xa0, 0xc4, 0xc4, 0xc4, 0xa4, 0xa0, 0xa4, 0xa4, 0xa4, 0xa4, 0xe9, 0x89, 0x24, 0x45, 0x49, 0x69, 0x49, 0x49, 0x45, 0x49, 0x69, 0xb1, 0xb1, 0xb2, 0x91, 0x91, 0x91, 0x92, 0xb2, 0xb6, 0xb6, 0xb2, 0xd6, 0xda, - 0x24, 0x24, 0x24, 0x24, 0x24, 0x28, 0x49, 0x49, 0x49, 0x69, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x44, 0x44, 0x49, 0x49, 0x44, 0x49, 0xb6, 0xd1, 0xed, 0xed, 0xe9, 0xe5, 0xe5, 0xe9, 0xa4, 0x80, 0x80, 0xa0, 0xf6, 0xc4, 0xc4, 0xe5, 0xe9, 0xed, 0xa4, 0xf2, 0xed, 0xee, 0xed, 0xe4, 0xee, 0xe9, 0xed, 0xed, 0xed, 0xf2, 0xe9, 0xee, 0xf2, 0xf2, 0xf2, 0xed, 0xc4, 0xa4, 0xa4, 0xc4, 0xc4, 0xe5, 0xa4, 0xa4, 0xa4, 0xc4, 0xc4, 0xa4, 0xc5, 0xcd, 0x49, 0x8d, 0xb1, 0xb1, 0x8d, 0x8d, 0x6d, 0x6d, 0x49, 0x6d, 0x91, 0xb6, 0xb2, 0x91, 0x92, 0xb2, 0xb6, 0xd6, 0xd6, 0xd6, 0xda, 0xd6, - 0x24, 0x24, 0x28, 0x49, 0x49, 0x49, 0x49, 0x6d, 0x69, 0x6d, 0x6d, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x48, 0x49, 0x49, 0x49, 0x69, 0xda, 0xf1, 0xe9, 0xe9, 0xe5, 0xe5, 0xc4, 0x80, 0x80, 0xa0, 0xa4, 0xa4, 0xf6, 0xc4, 0xe5, 0xe5, 0xed, 0xc4, 0xe9, 0xf2, 0xed, 0xf2, 0xe9, 0xe9, 0xee, 0xe9, 0xed, 0xed, 0xed, 0xf2, 0xe9, 0xc4, 0xe9, 0xed, 0xed, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xe9, 0x69, 0x84, 0xa4, 0xc4, 0xc4, 0xc4, 0xc5, 0xad, 0xb6, 0xd6, 0xd6, 0xd6, 0xd6, 0xb1, 0xb1, 0xb1, 0x8d, 0x6d, 0x91, 0xb6, 0xb2, 0xb6, 0xb6, 0xb6, 0xda, 0xfb, 0xfa, 0xfa, 0xfa, 0xfa, - 0x49, 0x49, 0x6d, 0x71, 0x71, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x49, 0x49, 0x49, 0x49, 0x49, 0xba, 0xed, 0xa4, 0xe5, 0xa4, 0xa0, 0xa0, 0x80, 0xa4, 0xa4, 0xa4, 0xc9, 0xf2, 0xe4, 0xe5, 0xe9, 0xed, 0xa0, 0xf2, 0xed, 0xee, 0xed, 0xe5, 0xed, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xf2, 0xed, 0xc4, 0x80, 0x80, 0x91, 0xa4, 0xc4, 0xe5, 0xc4, 0xc4, 0xe9, 0xb1, 0x91, 0x91, 0xad, 0xc9, 0xc5, 0xc5, 0xcd, 0xd6, 0xda, 0xfa, 0xfa, 0xda, 0xd6, 0xd6, 0xb6, 0xb5, 0xb1, 0x8d, 0x8d, 0x91, 0xb2, 0xb6, 0xb6, 0xd6, 0xd6, 0xda, 0xfa, 0xda, 0xd6, 0xd6, - 0x49, 0x6d, 0x71, 0x91, 0x91, 0x91, 0x8d, 0x91, 0x91, 0x91, 0x6d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x44, 0x44, 0x48, 0x48, 0x48, 0x49, 0x49, 0x49, 0x48, 0x91, 0xc9, 0xe5, 0xe5, 0xa4, 0xa0, 0xb1, 0xa4, 0xa4, 0xc4, 0xa4, 0xed, 0xee, 0xe5, 0xe9, 0xed, 0xad, 0xe9, 0xf2, 0xed, 0xf2, 0xe9, 0xe9, 0xed, 0xe9, 0xee, 0xed, 0xed, 0xed, 0xf1, 0xf6, 0xc5, 0xa4, 0xa0, 0x8d, 0x49, 0xa9, 0xed, 0xed, 0xe9, 0xd5, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xd6, 0xda, 0xfa, 0xda, 0xda, 0xda, 0xd6, 0xd6, 0xd6, 0xd6, 0xd6, 0xb6, 0xb1, 0x91, 0x91, 0x91, 0x91, 0xb1, 0xb6, 0xb6, 0xd6, 0xd6, 0xd6, 0xd6, 0xd6, - 0x6d, 0x6d, 0x71, 0x91, 0x91, 0x91, 0x91, 0x91, 0x95, 0x91, 0x8d, 0x69, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x49, 0x49, 0x69, 0x6d, 0xb6, 0xed, 0xc4, 0xa9, 0xba, 0xb5, 0xc0, 0xc4, 0xc4, 0xa4, 0xed, 0xf2, 0xe5, 0xed, 0xf6, 0xa4, 0xed, 0xed, 0xf2, 0xed, 0xc4, 0xee, 0xed, 0xe9, 0xee, 0xed, 0xed, 0xed, 0xed, 0xf6, 0xed, 0xa4, 0xa0, 0x8d, 0x91, 0xb6, 0xd6, 0xd6, 0xda, 0xda, 0xda, 0xda, 0xda, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xda, 0xd6, 0xd6, 0xda, 0xda, 0xd6, 0xb6, 0xb6, 0xb1, 0x91, 0x8d, 0x8d, 0x91, 0xb1, 0xb2, 0xb6, 0xd6, 0xd6, 0xb6, - 0x6d, 0x71, 0x71, 0x91, 0x91, 0x91, 0x91, 0x95, 0x95, 0x95, 0x8d, 0x69, 0x69, 0x69, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x48, 0x48, 0x49, 0x69, 0x69, 0x69, 0x96, 0x79, 0x99, 0x75, 0x99, 0xa8, 0xc4, 0xc4, 0xc4, 0xc4, 0xe9, 0xee, 0xe9, 0xf2, 0xb9, 0xc5, 0xf2, 0xee, 0xf2, 0xc5, 0xc9, 0xee, 0xee, 0xe9, 0xee, 0xed, 0xed, 0xed, 0xf2, 0xf6, 0xed, 0xa4, 0xa4, 0x89, 0xfa, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xfa, 0xfa, 0xda, 0xda, 0xda, 0xda, 0xd6, 0xb6, 0xb1, 0x91, 0x8d, 0x8d, 0xb1, 0xd6, 0xd6, 0xd6, 0xd6, 0xd6, - 0x6d, 0x71, 0x71, 0x71, 0x71, 0x71, 0x91, 0x95, 0x95, 0x95, 0x6d, 0x69, 0x6d, 0x6d, 0x49, 0x49, 0x69, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x69, 0xba, 0x75, 0x95, 0x75, 0x71, 0xe5, 0xe4, 0xc4, 0xc4, 0xe9, 0xee, 0xed, 0xf2, 0xde, 0x91, 0xee, 0xed, 0xf2, 0xe9, 0xa0, 0xe9, 0xed, 0xee, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xf2, 0xf6, 0xc9, 0xa4, 0xa4, 0xa8, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xfe, 0xfa, 0xda, 0xda, 0xd6, 0xb6, 0xb1, 0x91, 0x91, 0x8d, 0x8d, 0xb2, 0xd6, 0xd6, 0xda, 0xfa, - 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x91, 0x95, 0x95, 0x71, 0x6d, 0x69, 0x6d, 0x6d, 0x4c, 0x49, 0x69, 0x49, 0x49, 0x49, 0x49, 0x48, 0x49, 0x49, 0x49, 0x49, 0x69, 0x69, 0x8d, 0xda, 0x71, 0x71, 0x75, 0x95, 0xe9, 0xe9, 0xed, 0xee, 0xf2, 0xfb, 0xff, 0xbe, 0x75, 0xcd, 0xee, 0xee, 0xee, 0xa4, 0xa0, 0xe9, 0xed, 0xee, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xf2, 0xf6, 0xc4, 0xa4, 0xa4, 0xa4, 0xda, 0xfe, 0xfe, 0xff, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xda, 0xd6, 0xd6, 0xb6, 0xb1, 0x91, 0x91, 0x8d, 0x91, 0xb2, 0xd6, 0xda, 0xfa, - 0x49, 0x49, 0x49, 0x49, 0x49, 0x69, 0x6d, 0x71, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x6d, 0x4d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x48, 0x48, 0x49, 0x49, 0x49, 0x69, 0x69, 0x91, 0xda, 0x51, 0x51, 0x75, 0x95, 0xba, 0xf1, 0xd1, 0xb6, 0xba, 0x75, 0x79, 0x99, 0x95, 0xed, 0xed, 0xf2, 0xa4, 0xa4, 0xa4, 0xe9, 0xee, 0xe9, 0xed, 0xed, 0xee, 0xed, 0xed, 0xf2, 0xed, 0xa4, 0xa4, 0xa4, 0xa4, 0xda, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfa, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xda, 0xd6, 0xda, 0xd6, 0xb1, 0xb1, 0xb1, 0x91, 0x91, 0xb6, 0xd6, 0xb6, - 0x49, 0x69, 0x69, 0x49, 0x49, 0x49, 0x4d, 0x6d, 0x6d, 0x6d, 0x49, 0x49, 0x49, 0x6d, 0x6d, 0x4d, 0x48, 0x49, 0x69, 0x6d, 0x8d, 0x8d, 0x8d, 0x6d, 0x69, 0x49, 0x49, 0x49, 0x6d, 0xda, 0x75, 0x51, 0x51, 0x51, 0x75, 0x75, 0x71, 0x75, 0x71, 0x51, 0x75, 0x99, 0xd5, 0xee, 0xf2, 0xc4, 0xa4, 0xa4, 0xa4, 0xc5, 0xf2, 0xe9, 0xee, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xc4, 0xa4, 0xa4, 0xa4, 0xa8, 0xba, 0xfa, 0xfa, 0xfa, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfe, 0xff, 0xfe, 0xfe, 0xfa, 0xfa, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xd6, 0xd6, 0xda, 0xb6, 0x91, 0x91, 0x91, 0x8d, 0x92, 0xb2, 0xb1, - 0x49, 0x6d, 0x6d, 0x69, 0x6d, 0x49, 0x6d, 0x71, 0x6d, 0x6d, 0x49, 0x49, 0x48, 0x49, 0x6d, 0x71, 0x91, 0xb1, 0xd6, 0xd6, 0xda, 0xfa, 0xda, 0xd6, 0xb1, 0x6d, 0x49, 0x49, 0x49, 0xda, 0x96, 0x51, 0x4c, 0x4d, 0x71, 0x51, 0x51, 0x71, 0x75, 0x9a, 0x99, 0x99, 0xf2, 0xf2, 0xc5, 0xa4, 0xa4, 0xa4, 0xa4, 0xa8, 0xf2, 0xe9, 0xf2, 0xed, 0xed, 0xe9, 0xe9, 0xc4, 0xa4, 0xc4, 0xa4, 0xa4, 0x88, 0xb6, 0xfe, 0xfa, 0xfa, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xfa, 0xda, 0xd6, 0xb6, 0xb5, 0x91, 0x91, 0x8d, 0x8d, 0x8d, 0x91, 0xb6, - 0x49, 0x4d, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x71, 0x71, 0x6d, 0x6d, 0x4d, 0x49, 0x49, 0x91, 0xd6, 0xfa, 0xfa, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfa, 0xfa, 0xb5, 0x6d, 0x49, 0x49, 0xda, 0x9a, 0x75, 0x95, 0x51, 0x71, 0x75, 0x75, 0x75, 0xdf, 0xff, 0xff, 0xda, 0xf2, 0xc9, 0xa4, 0xa4, 0xa4, 0xa4, 0xa0, 0xda, 0xfa, 0xee, 0xf2, 0xf2, 0xed, 0xf6, 0xe9, 0xc4, 0xa4, 0xc4, 0xc4, 0xe5, 0x88, 0xb5, 0xfe, 0xfe, 0xfe, 0xfa, 0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xfe, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xff, 0xda, 0xd6, 0xd6, 0xd6, 0xd6, 0xb6, 0x91, 0x91, 0x91, 0x8d, 0xb5, 0xb5, - 0x49, 0x49, 0x4d, 0x6d, 0x71, 0x6d, 0x6d, 0x71, 0x6d, 0x6d, 0x6d, 0x6d, 0x91, 0xd6, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfa, 0xb5, 0x6d, 0x49, 0xff, 0xba, 0x99, 0x99, 0x75, 0x71, 0x75, 0x71, 0x9a, 0xff, 0xff, 0xdf, 0xd5, 0xda, 0xb2, 0xa4, 0xa4, 0xa4, 0xa0, 0xb1, 0xdf, 0xde, 0xf6, 0xee, 0xf2, 0xfa, 0xff, 0xf2, 0xe5, 0xa4, 0xc4, 0xc4, 0xed, 0x6c, 0x95, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xfe, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfe, 0xfb, 0xb6, 0xb6, 0xb2, 0x91, 0x91, 0x91, - 0x6d, 0x6d, 0x6d, 0x6d, 0x71, 0x91, 0x71, 0x71, 0x6d, 0x4d, 0x6d, 0xb5, 0xda, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xd9, 0x91, 0x49, 0xde, 0xde, 0xba, 0x99, 0x75, 0x51, 0x51, 0x4d, 0x95, 0xdf, 0xde, 0x99, 0x99, 0xdf, 0xff, 0xa4, 0xa4, 0xa4, 0xb1, 0xbe, 0x9d, 0x99, 0x9d, 0xbd, 0xfe, 0xfe, 0xff, 0xff, 0xe9, 0xc4, 0xc4, 0xe5, 0xed, 0x4c, 0x91, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfa, 0xda, 0xb6, 0xb6, 0xb6, 0xb1, 0x91, - 0x6d, 0x71, 0x71, 0x71, 0x91, 0x91, 0x91, 0x91, 0x71, 0x6d, 0xb5, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xda, 0xd9, 0xd9, 0xd9, 0x91, 0x6d, 0x95, 0xde, 0x95, 0x95, 0x95, 0x75, 0x71, 0x75, 0x95, 0x99, 0x99, 0x75, 0xbe, 0xdf, 0xff, 0xff, 0xad, 0x91, 0xbe, 0xde, 0xbe, 0xbe, 0xbd, 0xbd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xc5, 0xc5, 0xc9, 0xcd, 0x4c, 0x71, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xda, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xfe, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfa, 0xda, 0xfa, 0xfa, 0xfa, 0xfa, 0xd6, 0xb6, 0xb1, - 0x6d, 0x8d, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x91, 0xd6, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xfe, 0xda, 0xd9, 0xd9, 0xd9, 0xb5, 0x91, 0x71, 0x71, 0xba, 0x96, 0x95, 0x95, 0x75, 0x75, 0x71, 0x9a, 0xbe, 0x95, 0xbe, 0xff, 0xff, 0xde, 0x99, 0x75, 0x75, 0x99, 0xbd, 0xbe, 0xbe, 0xbd, 0xbd, 0xde, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0x91, 0x4c, 0x48, 0x4c, 0x71, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfa, 0xfe, 0xff, 0xfe, 0xfe, 0xfe, 0xfa, 0xfe, 0xfe, 0xfa, 0xfa, 0xfa, 0xfe, 0xfa, 0xfa, 0xfa, 0xfe, 0xfe, 0xfe, 0xff, 0xfe, 0xfe, 0xfa, 0xda, 0xda, 0xfa, 0xfe, 0xfe, 0xda, 0xb6, 0xb2, - 0x49, 0x6d, 0x6d, 0x6d, 0x6d, 0x71, 0x95, 0xb6, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xde, 0xd9, 0xd9, 0xd9, 0xb5, 0xb5, 0x6d, 0x4d, 0x28, 0x96, 0x96, 0x75, 0x99, 0xb9, 0xbd, 0x95, 0x95, 0x95, 0x9a, 0xdf, 0xbe, 0x99, 0x75, 0x71, 0x4c, 0x70, 0x70, 0x74, 0x99, 0x99, 0x99, 0xbe, 0xde, 0xfe, 0xfe, 0xfe, 0xfa, 0xda, 0x95, 0x4c, 0x4c, 0x4c, 0x6d, 0xda, 0xfa, 0xfa, 0xfe, 0xfe, 0xfa, 0xff, 0xff, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xda, 0xda, 0xfa, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xfa, 0xfa, 0xfa, 0xfe, 0xfe, 0xfa, 0xda, 0xda, 0xb6, -#endif -#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 0 - /*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit*/ - 0x24, 0x53, 0xc4, 0x52, 0x23, 0x3a, 0x04, 0x4b, 0x06, 0x64, 0xa6, 0x63, 0xe5, 0x52, 0x65, 0x4a, 0xa4, 0x39, 0xa4, 0x41, 0x63, 0x31, 0x08, 0x5b, 0xae, 0x9c, 0xad, 0xa4, 0xea, 0x9b, 0xaa, 0x93, 0x89, 0x8b, 0x68, 0x8b, 0x4b, 0xa4, 0xca, 0x93, 0x68, 0x8b, 0x88, 0x93, 0x48, 0x83, 0x2b, 0x9c, 0xea, 0x9b, 0xe7, 0x7a, 0x85, 0x6a, 0x44, 0x62, 0xa4, 0x62, 0x04, 0x6b, 0xa3, 0x62, 0x03, 0x52, 0x23, 0x52, 0xe3, 0x41, 0x02, 0x21, 0x42, 0x21, 0xa3, 0x31, 0x63, 0x29, 0xe3, 0x39, 0xa6, 0x6b, 0x67, 0x84, 0x47, 0x84, 0x47, 0x84, 0x47, 0x8c, 0x26, 0x8c, 0x26, 0x8c, 0x06, 0x8c, 0xc6, 0x8b, 0x85, 0x83, 0xa4, 0xc1, 0x04, 0xd1, 0xc3, 0xc8, 0xe3, 0xd0, 0x86, 0xd2, 0xe9, 0x95, 0xa9, 0x8d, 0x89, 0x8d, 0xec, 0x9d, 0x0c, 0x9e, 0xea, 0x95, 0xea, 0x95, 0x2b, 0x9e, 0x2c, 0x9e, 0xeb, 0x95, 0x69, 0x8d, 0x09, 0x85, 0xe8, 0x7c, 0xa6, 0x74, 0x46, 0x6c, 0xa5, 0x6b, 0x87, 0x8b, 0xe8, 0xa3, 0xec, 0xc4, 0xf1, 0xed, 0x11, 0xee, 0x8c, 0xc4, 0xc4, 0x51, 0x03, 0x31, 0x64, 0x39, 0xc5, 0x51, 0x06, 0x5a, 0x67, 0x6a, 0xc8, 0x7a, 0x29, 0x93, 0x8a, 0xab, 0xeb, 0xbb, 0x2b, 0xc4, 0x2c, 0xcc, 0x2b, 0xd4, 0x0c, 0xcc, 0x0c, 0xc4, 0x0c, 0xc4, 0x2c, 0xc4, 0x0c, 0xbc, 0xec, 0xbb, 0xec, 0xb3, 0xcb, 0xb3, 0x8a, 0xa3, 0x69, 0xa3, 0x09, 0x93, - 0x44, 0x53, 0xc4, 0x52, 0x63, 0x29, 0x43, 0x29, 0x83, 0x29, 0x43, 0x29, 0x23, 0x21, 0x43, 0x29, 0x83, 0x39, 0x63, 0x39, 0x63, 0x39, 0xc7, 0x5a, 0x6e, 0x8c, 0xca, 0x83, 0x68, 0x8b, 0x89, 0x93, 0x89, 0x93, 0x4b, 0xa4, 0xcd, 0xbc, 0x0b, 0xa4, 0x2b, 0xa4, 0x2b, 0xac, 0xca, 0x9b, 0xea, 0xa3, 0x89, 0x93, 0x48, 0x83, 0x28, 0x83, 0x86, 0x6a, 0x64, 0x62, 0xc4, 0x72, 0x43, 0x62, 0x03, 0x5a, 0x63, 0x52, 0xe3, 0x41, 0x22, 0x29, 0x43, 0x29, 0x03, 0x42, 0xa6, 0x7b, 0x4c, 0xb5, 0xed, 0xcd, 0xab, 0xbd, 0x67, 0x94, 0xc9, 0xf2, 0xc9, 0xfa, 0x45, 0x8b, 0x65, 0x6b, 0x25, 0x73, 0x84, 0x62, 0x04, 0x52, 0x07, 0xe2, 0x86, 0xf9, 0x04, 0xe1, 0xc3, 0xc0, 0x04, 0xd9, 0xea, 0xbc, 0xeb, 0x9d, 0x0c, 0x9e, 0x4e, 0xa6, 0x4d, 0xa6, 0x2b, 0x9e, 0x4c, 0xa6, 0x6d, 0xa6, 0x6d, 0xa6, 0x0c, 0x9e, 0x89, 0x8d, 0x29, 0x85, 0x09, 0x85, 0xc7, 0x7c, 0x45, 0x6c, 0xc6, 0x6b, 0xe9, 0x93, 0x2a, 0xac, 0xed, 0xc4, 0x12, 0xf6, 0x32, 0xf6, 0x6f, 0xdd, 0xca, 0xab, 0x23, 0x39, 0xc2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xe2, 0x28, 0x02, 0x31, 0x23, 0x31, 0x23, 0x31, 0x23, 0x39, 0x23, 0x39, 0x43, 0x39, 0x43, 0x39, 0x43, 0x39, 0x43, 0x39, 0x43, 0x39, 0x23, 0x31, 0x23, 0x31, 0x02, 0x29, 0xe2, 0x28, 0xe2, 0x28, - 0x03, 0x43, 0x05, 0x53, 0xe4, 0x39, 0x84, 0x39, 0x84, 0x39, 0xe4, 0x39, 0x86, 0x4a, 0x07, 0x6b, 0xc6, 0x6a, 0xe7, 0x62, 0xb0, 0x9c, 0xec, 0x8b, 0x28, 0x73, 0xc7, 0x72, 0xe7, 0x72, 0xe7, 0x72, 0x48, 0x83, 0x89, 0x8b, 0xc9, 0x93, 0xa9, 0x93, 0x0b, 0xa4, 0x0b, 0xa4, 0xca, 0x9b, 0x07, 0x7b, 0xc6, 0x62, 0x28, 0x73, 0x69, 0x83, 0xc6, 0x72, 0x27, 0x83, 0xc8, 0x9b, 0x05, 0x7b, 0x43, 0x52, 0x23, 0x4a, 0xe3, 0x41, 0xc4, 0x39, 0x84, 0x52, 0x85, 0x73, 0xa8, 0xa4, 0x4a, 0xbd, 0x2a, 0xb5, 0x06, 0xea, 0x45, 0xaa, 0x66, 0xf1, 0xa7, 0xf9, 0xc7, 0xf9, 0x44, 0x6a, 0x45, 0x5a, 0x04, 0x4a, 0x47, 0xc2, 0x25, 0xe9, 0x04, 0xe1, 0x25, 0xe9, 0xe3, 0xd0, 0x04, 0xc9, 0x66, 0xda, 0x2b, 0x9e, 0x2b, 0xa6, 0x2c, 0xa6, 0x2b, 0x9e, 0x6c, 0xa6, 0xae, 0xae, 0xae, 0xae, 0x6d, 0xa6, 0x2c, 0x9e, 0x8a, 0x8d, 0x0a, 0x85, 0x09, 0x85, 0x08, 0x7d, 0x27, 0xa4, 0xc7, 0x8b, 0xc7, 0x6b, 0x87, 0x6b, 0xe9, 0x93, 0x4f, 0xdd, 0x6f, 0xdd, 0x0e, 0xcd, 0x8d, 0xc4, 0x45, 0x72, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xe2, 0x28, 0xe2, 0x28, - 0x03, 0x43, 0x45, 0x53, 0xc5, 0x52, 0x45, 0x52, 0x25, 0x52, 0x66, 0x52, 0xc9, 0x83, 0x8c, 0xac, 0x4c, 0xac, 0x8d, 0x9c, 0x53, 0xb5, 0xcc, 0x83, 0x25, 0x52, 0x25, 0x52, 0x45, 0x5a, 0x45, 0x5a, 0x45, 0x5a, 0x86, 0x62, 0x86, 0x62, 0x08, 0x7b, 0x08, 0x7b, 0x48, 0x83, 0x88, 0x83, 0x26, 0x6b, 0xc5, 0x5a, 0xa5, 0x5a, 0x86, 0x62, 0x04, 0x52, 0x86, 0x6a, 0x68, 0x8b, 0x47, 0x83, 0x64, 0x62, 0xa2, 0x39, 0xc3, 0x41, 0xa4, 0x5a, 0x44, 0x73, 0x64, 0x7b, 0x65, 0x7b, 0x05, 0x73, 0x85, 0x82, 0xc3, 0xd0, 0xe3, 0xd0, 0xe3, 0xd0, 0x66, 0xf1, 0xa7, 0xf9, 0xa6, 0xe9, 0x84, 0x41, 0xa4, 0x59, 0x65, 0xf1, 0xe4, 0xd8, 0xe3, 0xd8, 0x04, 0xd9, 0x04, 0xe1, 0x04, 0xc9, 0x25, 0xe9, 0x8a, 0xb5, 0x2b, 0xa6, 0x4c, 0xa6, 0x6d, 0xa6, 0xcf, 0xb6, 0xef, 0xb6, 0xce, 0xae, 0x4c, 0xa6, 0xeb, 0x95, 0x8a, 0x8d, 0x09, 0x85, 0x09, 0x85, 0xe8, 0x84, 0x24, 0xe9, 0x0a, 0xf3, 0x26, 0x5b, 0x65, 0x52, 0x27, 0x83, 0x6c, 0xbc, 0x8d, 0xbc, 0x4b, 0xac, 0x2b, 0xb4, 0x45, 0x72, 0xe2, 0x30, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, - 0x24, 0x4b, 0x24, 0x4b, 0xa7, 0x63, 0x2c, 0x8c, 0x09, 0x73, 0x86, 0x62, 0x48, 0x83, 0xea, 0x9b, 0xca, 0x93, 0x69, 0x83, 0x29, 0x6b, 0x25, 0x4a, 0xc4, 0x41, 0x05, 0x52, 0x66, 0x5a, 0xe4, 0x49, 0x83, 0x39, 0x84, 0x39, 0xc4, 0x49, 0x65, 0x5a, 0x06, 0x63, 0xe8, 0x73, 0x87, 0x6b, 0xa5, 0x4a, 0x24, 0x4a, 0xa4, 0x39, 0xa4, 0x41, 0xc4, 0x49, 0xe5, 0x51, 0xa7, 0x6a, 0xc7, 0x72, 0x24, 0x52, 0x63, 0x39, 0xc3, 0x41, 0xa3, 0x5a, 0xe4, 0x6a, 0x84, 0x62, 0x45, 0x5a, 0xa6, 0x72, 0x87, 0x9a, 0xa2, 0xc0, 0xc3, 0xc0, 0xc3, 0xc8, 0x45, 0xd9, 0x86, 0xf9, 0xa7, 0xf9, 0x64, 0xa1, 0x85, 0xb1, 0x04, 0xd9, 0xc3, 0xd0, 0xc3, 0xd0, 0xe3, 0xd0, 0xe4, 0xd8, 0xe3, 0xc8, 0xa7, 0xe9, 0xa8, 0xd3, 0x6b, 0x9e, 0x4c, 0xd5, 0x4f, 0xd6, 0x51, 0xbf, 0x10, 0xb7, 0xce, 0xae, 0x2b, 0x9e, 0xca, 0x95, 0x89, 0x8d, 0x09, 0x85, 0xea, 0x7c, 0x88, 0xc3, 0x04, 0xe1, 0xe7, 0xf1, 0x47, 0xb3, 0xa6, 0x6a, 0x28, 0x83, 0xea, 0xa3, 0xea, 0x9b, 0xa9, 0x9b, 0x68, 0x93, 0xe4, 0x59, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, - 0x43, 0x4b, 0x04, 0x4b, 0x85, 0x5b, 0x6b, 0x8c, 0xeb, 0x8b, 0x29, 0x73, 0xa7, 0x72, 0xc7, 0x72, 0xa6, 0x62, 0x06, 0x5b, 0xa5, 0x52, 0x65, 0x52, 0x45, 0x5a, 0x86, 0x62, 0xa7, 0x6a, 0x05, 0x52, 0x64, 0x39, 0x63, 0x39, 0x04, 0x4a, 0x66, 0x63, 0x8a, 0x7c, 0x8a, 0x7c, 0xc5, 0x4a, 0x63, 0x29, 0x84, 0x31, 0x63, 0x31, 0x84, 0x39, 0xa4, 0x41, 0xe4, 0x49, 0x46, 0x5a, 0x45, 0x5a, 0xe4, 0x51, 0xa3, 0x41, 0x24, 0x52, 0xc5, 0x6a, 0x86, 0x6a, 0x85, 0x6a, 0xa6, 0x6a, 0xe7, 0x7a, 0x08, 0x9b, 0xa2, 0xc0, 0xc2, 0xb8, 0xa2, 0xb8, 0x03, 0xc9, 0x86, 0xe9, 0x86, 0xf9, 0xa7, 0xf9, 0x45, 0xe1, 0x86, 0xe1, 0x04, 0xd1, 0xa3, 0xc8, 0xc3, 0xd0, 0xc3, 0xd0, 0xe3, 0xc8, 0xa7, 0xe9, 0x07, 0xea, 0xae, 0xbe, 0x04, 0xf9, 0xca, 0xfa, 0x4e, 0xed, 0x30, 0xbf, 0xcd, 0xae, 0x2a, 0x9e, 0xca, 0x95, 0x8a, 0x8d, 0xe9, 0x8c, 0x2b, 0xdc, 0x49, 0xfa, 0xe7, 0xf1, 0x24, 0xd9, 0x28, 0xdb, 0xaa, 0x8c, 0xe9, 0x8b, 0xaa, 0x93, 0xea, 0x9b, 0xca, 0x9b, 0x48, 0x93, 0xa4, 0x51, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, - 0x44, 0x4b, 0x24, 0x4b, 0x44, 0x53, 0xc5, 0x63, 0x0a, 0x84, 0x48, 0x6b, 0xa6, 0x5a, 0x66, 0x5a, 0x06, 0x5b, 0x08, 0x74, 0xc7, 0x6b, 0x46, 0x63, 0xe6, 0x6a, 0xc6, 0x62, 0x45, 0x52, 0xc4, 0x41, 0x04, 0x42, 0xc5, 0x52, 0xa6, 0x63, 0x47, 0x74, 0xa9, 0x7c, 0xa7, 0x5b, 0x63, 0x29, 0x23, 0x21, 0x43, 0x29, 0x03, 0x21, 0x43, 0x29, 0x63, 0x31, 0x63, 0x31, 0xa4, 0x41, 0xe5, 0x51, 0xe4, 0x51, 0xe4, 0x49, 0x65, 0x62, 0x07, 0x83, 0xa9, 0x93, 0xaa, 0x93, 0x29, 0x83, 0xe7, 0x7a, 0x28, 0x8b, 0xc3, 0xc8, 0xa2, 0xc0, 0xa2, 0xb8, 0xc3, 0xc0, 0x24, 0xd1, 0x66, 0xf1, 0x87, 0xf9, 0x04, 0xd9, 0x8a, 0xea, 0x31, 0xfd, 0x0a, 0xfb, 0xe3, 0xd0, 0xc3, 0xc8, 0xc3, 0xc8, 0xc7, 0xe9, 0x86, 0xf1, 0xcd, 0xdc, 0x86, 0xf9, 0x89, 0xfa, 0x4b, 0xfb, 0xaf, 0xce, 0xac, 0xae, 0xea, 0x95, 0xca, 0x95, 0xca, 0xbc, 0xe6, 0xf9, 0xe4, 0xe8, 0xc3, 0xd0, 0x04, 0xd1, 0x04, 0xd9, 0x67, 0xe2, 0x4b, 0x95, 0xec, 0xa4, 0x4b, 0x9c, 0xeb, 0x93, 0xca, 0x9b, 0x07, 0x83, 0x43, 0x39, 0x81, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, - 0x65, 0x53, 0x45, 0x53, 0x65, 0x53, 0xa4, 0x5b, 0xa5, 0x63, 0x65, 0x5b, 0x25, 0x53, 0x05, 0x53, 0x45, 0x5b, 0xa5, 0x5b, 0xa4, 0x5b, 0x64, 0x5b, 0x24, 0x5b, 0x05, 0x5b, 0x45, 0x52, 0x25, 0x4a, 0x26, 0x5b, 0xe6, 0x63, 0x67, 0x6c, 0x67, 0x6c, 0x06, 0x64, 0x84, 0x42, 0x43, 0x29, 0x23, 0x29, 0x23, 0x29, 0x43, 0x31, 0x65, 0x52, 0xe6, 0x6a, 0xa5, 0x62, 0x45, 0x5a, 0x66, 0x62, 0x66, 0x62, 0x66, 0x62, 0xa6, 0x72, 0x0a, 0xa4, 0x4c, 0xac, 0xcb, 0x93, 0x08, 0x7b, 0xe8, 0x82, 0x08, 0x83, 0x24, 0xc1, 0x45, 0xe1, 0x86, 0xe1, 0x03, 0xc1, 0xc3, 0xc8, 0x45, 0xe1, 0x66, 0xf9, 0xe3, 0xd0, 0xc3, 0xc8, 0xe9, 0xf2, 0xcc, 0xfb, 0x68, 0xfa, 0xc3, 0xc8, 0xa3, 0xc8, 0x08, 0xea, 0x66, 0xf1, 0x29, 0xeb, 0x48, 0xfa, 0xe4, 0xe8, 0x04, 0xe1, 0x08, 0xf3, 0x8c, 0xa6, 0xc9, 0x8d, 0xc9, 0xbc, 0x25, 0xf9, 0x04, 0xe1, 0xe3, 0xd0, 0xa2, 0xc0, 0xa3, 0xc0, 0x04, 0xd9, 0x26, 0xe2, 0x2b, 0x8d, 0x6e, 0xbd, 0xef, 0xbc, 0xeb, 0x9b, 0x28, 0x83, 0x05, 0x62, 0xe2, 0x28, 0x82, 0x10, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, - 0x65, 0x53, 0x64, 0x53, 0xa5, 0x5b, 0x05, 0x64, 0xc5, 0x63, 0x64, 0x53, 0x64, 0x53, 0x04, 0x4b, 0x63, 0x42, 0x63, 0x3a, 0xa2, 0x42, 0xe3, 0x42, 0xe3, 0x4a, 0xe4, 0x52, 0xa5, 0x52, 0xc5, 0x5a, 0xa7, 0x6b, 0x27, 0x6c, 0x47, 0x6c, 0x27, 0x6c, 0x86, 0x63, 0xe4, 0x41, 0x23, 0x29, 0xe5, 0x49, 0xc6, 0x6a, 0x68, 0x83, 0x2a, 0x94, 0x6b, 0x9c, 0xc8, 0x8b, 0xc7, 0x72, 0xa7, 0x72, 0xc7, 0x72, 0xe8, 0x7a, 0x28, 0x73, 0x89, 0xea, 0x4a, 0xd3, 0x49, 0x8b, 0xa7, 0x72, 0xa7, 0x72, 0x07, 0x7b, 0xc5, 0xb1, 0x24, 0xe9, 0x04, 0xe1, 0x69, 0xf2, 0x6b, 0xf3, 0x04, 0xd9, 0x46, 0xf1, 0xc3, 0xc8, 0xc3, 0xc0, 0xa2, 0xb8, 0x26, 0xf2, 0xc8, 0xfa, 0x45, 0xe1, 0xa2, 0xc0, 0xc7, 0xe9, 0xa7, 0xf1, 0x86, 0xf9, 0xe4, 0xe0, 0xe3, 0xd8, 0xe3, 0xd0, 0x04, 0xf1, 0x09, 0xb5, 0xa8, 0x9d, 0x85, 0xf1, 0x04, 0xe1, 0xe3, 0xd8, 0xa2, 0xc0, 0xa2, 0xb8, 0xa2, 0xc0, 0x65, 0xe1, 0x87, 0xe2, 0xa9, 0x84, 0xcc, 0xa4, 0x4c, 0xac, 0x08, 0x7b, 0x25, 0x62, 0x63, 0x59, 0xe2, 0x40, 0x82, 0x10, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xa2, 0x20, - 0x64, 0x4b, 0x64, 0x53, 0xc5, 0x5b, 0x87, 0x74, 0xe6, 0x6b, 0x24, 0x4b, 0xe4, 0x4a, 0xe3, 0x31, 0x22, 0x21, 0x42, 0x29, 0xa3, 0x31, 0xe3, 0x39, 0x23, 0x3a, 0x63, 0x42, 0x05, 0x5b, 0x46, 0x63, 0xc7, 0x6b, 0x48, 0x74, 0x49, 0x74, 0x08, 0x6c, 0x05, 0x5b, 0x83, 0x39, 0x02, 0x29, 0x25, 0x5a, 0x27, 0x7b, 0x87, 0x83, 0xa8, 0x8b, 0x88, 0x83, 0x28, 0x7b, 0xa7, 0x72, 0xa7, 0x72, 0xe8, 0x7a, 0xe8, 0x7a, 0xe7, 0xf1, 0xe3, 0xd8, 0xe3, 0xd8, 0x45, 0xf1, 0x27, 0xca, 0xe7, 0x8a, 0x69, 0x93, 0xe8, 0xa2, 0xe4, 0xe0, 0xe3, 0xd0, 0xe3, 0xd0, 0xc7, 0xe9, 0x2b, 0xfb, 0x45, 0xe1, 0xc3, 0xc8, 0xa3, 0xb8, 0xa2, 0xb8, 0xc3, 0xb8, 0x27, 0xfa, 0xe6, 0xf1, 0xc3, 0xc8, 0x86, 0xe1, 0xa6, 0xf9, 0x04, 0xe1, 0xc3, 0xd0, 0xc3, 0xc0, 0xc3, 0xc8, 0x04, 0xe1, 0x07, 0xb4, 0x06, 0xdb, 0x04, 0xe1, 0x04, 0xd9, 0xc3, 0xd0, 0xa2, 0xb8, 0xa2, 0xc0, 0xc3, 0xc0, 0xa7, 0xf1, 0x4a, 0xeb, 0x48, 0x74, 0xc8, 0x7b, 0xc6, 0x72, 0x26, 0xb2, 0xc7, 0xf1, 0x08, 0xfa, 0x86, 0xf9, 0x03, 0x89, 0x82, 0x10, 0x82, 0x18, 0xa2, 0x18, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, - 0x84, 0x53, 0x64, 0x4b, 0x05, 0x64, 0x66, 0x74, 0x24, 0x53, 0x23, 0x3a, 0xa3, 0x31, 0x02, 0x21, 0xe2, 0x20, 0x22, 0x29, 0x43, 0x31, 0x83, 0x39, 0xc3, 0x39, 0x24, 0x3a, 0xe5, 0x5a, 0x26, 0x6b, 0xa7, 0x6b, 0xe7, 0x6b, 0x86, 0x63, 0xa5, 0x42, 0xc4, 0x31, 0x23, 0x29, 0xe2, 0x20, 0x43, 0x31, 0xa4, 0x41, 0xc4, 0x41, 0xc4, 0x49, 0x05, 0x52, 0x66, 0x6a, 0xa7, 0x6a, 0xc7, 0x7a, 0x08, 0x7b, 0x08, 0x83, 0x03, 0xc9, 0x86, 0xe9, 0xe4, 0xd0, 0xc3, 0xc8, 0xe3, 0xd8, 0xc7, 0xf1, 0xc8, 0x92, 0x08, 0x7b, 0x24, 0xd1, 0xe3, 0xc8, 0xc3, 0xc0, 0xc3, 0xc8, 0x65, 0xd9, 0x88, 0xfa, 0xa3, 0xc8, 0xa2, 0xb8, 0xa2, 0xb0, 0x82, 0xa8, 0x04, 0xd1, 0x06, 0xfa, 0x04, 0xd9, 0x46, 0xe1, 0x25, 0xf1, 0xc3, 0xd0, 0xa2, 0xc0, 0x82, 0xb8, 0xa3, 0xc0, 0xa3, 0xc8, 0x46, 0xc3, 0x04, 0xe9, 0x04, 0xd9, 0xe3, 0xd8, 0xa3, 0xc0, 0xa2, 0xb8, 0xa2, 0xc0, 0x65, 0xe1, 0x86, 0xe9, 0x67, 0xfa, 0xe7, 0x83, 0x46, 0x6b, 0xe7, 0xe9, 0x45, 0xf9, 0x25, 0xf1, 0x04, 0xe9, 0x04, 0xe1, 0x24, 0xe1, 0x81, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, - 0x84, 0x53, 0x64, 0x53, 0xc5, 0x5b, 0xa5, 0x5b, 0x03, 0x3a, 0x42, 0x29, 0x02, 0x21, 0xe2, 0x20, 0xe2, 0x20, 0x22, 0x29, 0x43, 0x31, 0x83, 0x39, 0xc4, 0x39, 0x04, 0x42, 0x65, 0x5a, 0xa6, 0x6a, 0x26, 0x7b, 0x67, 0x83, 0x26, 0x83, 0xa6, 0x72, 0x65, 0x6a, 0x25, 0x5a, 0x84, 0x41, 0x84, 0x41, 0x84, 0x39, 0xc4, 0x49, 0xa4, 0x41, 0x05, 0x5a, 0xa7, 0x72, 0xc7, 0x7a, 0x08, 0x83, 0x08, 0x83, 0x08, 0x7b, 0x04, 0xc1, 0x65, 0xe1, 0xe4, 0xd8, 0x04, 0xd9, 0xc3, 0xc0, 0xe3, 0xd0, 0x86, 0xe9, 0x47, 0x8a, 0x46, 0xa2, 0xa2, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc2, 0xc0, 0x65, 0xe1, 0x85, 0xe1, 0xa2, 0xb8, 0xa2, 0xb0, 0x82, 0xa0, 0xa2, 0xb0, 0xa5, 0xe9, 0x65, 0xe1, 0x04, 0xe1, 0x65, 0xe9, 0x6c, 0xfb, 0xac, 0xfb, 0xe3, 0xc0, 0xa2, 0xb8, 0x82, 0xb0, 0x24, 0xd1, 0x04, 0xe1, 0xe4, 0xd8, 0xe3, 0xd0, 0xa2, 0xb8, 0xa2, 0xb8, 0xa2, 0xb8, 0x09, 0xfa, 0xe8, 0xf9, 0xc5, 0xf1, 0x66, 0xb3, 0x06, 0xea, 0x25, 0xf1, 0x04, 0xe9, 0x04, 0xe9, 0xe4, 0xd8, 0xe4, 0xd8, 0x04, 0xe1, 0xa2, 0x50, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, - 0x84, 0x53, 0x84, 0x53, 0xc5, 0x5b, 0x65, 0x5b, 0xe3, 0x41, 0x22, 0x29, 0x02, 0x21, 0x02, 0x21, 0xe2, 0x20, 0x02, 0x29, 0x02, 0x29, 0x22, 0x29, 0x63, 0x31, 0x83, 0x39, 0x84, 0x41, 0xa4, 0x51, 0x65, 0x72, 0x27, 0x9b, 0xc9, 0xb3, 0x2b, 0xc4, 0x4b, 0xbc, 0x0b, 0xbc, 0xea, 0xb3, 0xa9, 0xab, 0xa9, 0xa3, 0x0a, 0xac, 0x4b, 0xb4, 0x4b, 0xb4, 0x6b, 0xb4, 0x2b, 0xac, 0x2b, 0xac, 0xea, 0x9b, 0x28, 0x83, 0xe7, 0xba, 0x86, 0xe1, 0xc3, 0xc0, 0xc3, 0xc8, 0x04, 0xd9, 0xa2, 0xb8, 0xe3, 0xc8, 0xc7, 0xe9, 0xeb, 0xb3, 0xc3, 0xb8, 0xc3, 0xc0, 0xc3, 0xc8, 0xc3, 0xc0, 0xa3, 0xc0, 0xa6, 0xe9, 0xa2, 0xb8, 0x82, 0xa8, 0x82, 0xa0, 0x62, 0x98, 0x03, 0xd1, 0x85, 0xe9, 0x04, 0xd9, 0x04, 0xd9, 0x82, 0xb8, 0x45, 0xd1, 0xe9, 0xfa, 0xe3, 0xc0, 0x61, 0x90, 0xc3, 0xc0, 0xe4, 0xd8, 0xe3, 0xd8, 0xc3, 0xd0, 0x82, 0xb8, 0x82, 0xb8, 0x66, 0xe1, 0x29, 0xfa, 0x09, 0xfa, 0xc6, 0xf9, 0x06, 0xf2, 0x04, 0xe9, 0x04, 0xe1, 0x04, 0xe9, 0xe4, 0xd8, 0xe4, 0xd8, 0xe4, 0xd8, 0x25, 0xe9, 0xa2, 0x68, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, - 0xa4, 0x53, 0xa5, 0x5b, 0xe5, 0x5b, 0xa5, 0x5b, 0x04, 0x42, 0x43, 0x31, 0x02, 0x29, 0x02, 0x29, 0x22, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x22, 0x29, 0x23, 0x31, 0x22, 0x31, 0x23, 0x31, 0x64, 0x49, 0x24, 0x6a, 0x07, 0x8b, 0xa9, 0xa3, 0x0a, 0xac, 0x4b, 0xbc, 0x6b, 0xc4, 0x6c, 0xc4, 0x6b, 0xbc, 0xad, 0xcc, 0xed, 0xcc, 0xcd, 0xcc, 0xed, 0xc4, 0x2e, 0xcd, 0x6f, 0xd5, 0x6f, 0xd5, 0x2f, 0xd5, 0xea, 0xeb, 0x24, 0xd9, 0xa3, 0xc0, 0xa3, 0xb8, 0x24, 0xd9, 0xe3, 0xc8, 0xa2, 0xb8, 0xc3, 0xc8, 0x69, 0xea, 0x49, 0xcb, 0x82, 0xb8, 0xc3, 0xc0, 0xc3, 0xc8, 0xc3, 0xc0, 0xc3, 0xc0, 0x65, 0xd9, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0xa0, 0xc2, 0xb0, 0x44, 0xe1, 0x04, 0xd9, 0xa3, 0xc0, 0x82, 0xb0, 0x82, 0xb0, 0xc3, 0xc0, 0x28, 0xfa, 0x82, 0x90, 0xc3, 0xc8, 0xe3, 0xd0, 0xe3, 0xd0, 0xc3, 0xc8, 0x82, 0xb8, 0xa2, 0xb8, 0x29, 0xfa, 0x8b, 0xfa, 0x86, 0xf9, 0x06, 0xfa, 0xe4, 0xd8, 0xe4, 0xd8, 0x04, 0xe1, 0xc3, 0xd8, 0x86, 0xe9, 0x85, 0xe9, 0xe4, 0xe0, 0x45, 0xf1, 0xa6, 0xd9, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, - 0x84, 0x53, 0xc5, 0x5b, 0x05, 0x5c, 0xc5, 0x63, 0x24, 0x4a, 0x63, 0x39, 0x23, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x31, 0x22, 0x31, 0x23, 0x39, 0x84, 0x49, 0xc4, 0x61, 0x04, 0x62, 0x25, 0x5a, 0x45, 0x62, 0x86, 0x72, 0xc6, 0x7a, 0xc6, 0x7a, 0x27, 0x8b, 0x68, 0x9b, 0x88, 0xa3, 0xc9, 0xa3, 0xc9, 0xea, 0x2a, 0xeb, 0x6d, 0xe4, 0x4f, 0xe5, 0x8f, 0xdd, 0x8d, 0xe4, 0x04, 0xd9, 0xa2, 0xb8, 0xa2, 0xb8, 0x25, 0xe1, 0x46, 0xe9, 0xc3, 0xc0, 0xa2, 0xb0, 0xc3, 0xc8, 0xcc, 0xfb, 0x03, 0xb1, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xa3, 0xc0, 0x04, 0xc9, 0xa2, 0xb0, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0x98, 0x03, 0xd1, 0xe4, 0xd0, 0xa3, 0xc0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0xe3, 0xc8, 0x24, 0xd1, 0xa3, 0xc0, 0xe3, 0xd0, 0xe3, 0xd0, 0xa2, 0xb8, 0x82, 0xb0, 0x46, 0xd9, 0x6a, 0xfa, 0xc8, 0xf9, 0xa7, 0xf9, 0x65, 0xe9, 0xc3, 0xd0, 0xe4, 0xd8, 0x68, 0xf2, 0xee, 0xfc, 0x12, 0xfe, 0x96, 0xfe, 0xf1, 0xfc, 0x46, 0xf9, 0x48, 0xfa, 0x81, 0x30, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, - 0x84, 0x53, 0xc5, 0x5b, 0x25, 0x64, 0xa5, 0x63, 0x45, 0x52, 0xa4, 0x41, 0x63, 0x39, 0x23, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x31, 0x43, 0x31, 0x43, 0x39, 0x63, 0x39, 0xa4, 0x49, 0xe4, 0x59, 0xe4, 0x59, 0xa4, 0x49, 0x84, 0x41, 0x63, 0x41, 0x84, 0x41, 0x84, 0x49, 0xa4, 0x49, 0xe4, 0x59, 0x25, 0x6a, 0x67, 0xaa, 0x65, 0xe1, 0xe6, 0xe1, 0x07, 0xf2, 0xa6, 0xf9, 0x48, 0xf2, 0x8a, 0xdb, 0x85, 0xe1, 0xa3, 0xb8, 0x82, 0xb0, 0xc3, 0xc8, 0x66, 0xf1, 0x86, 0xe9, 0xa2, 0xb8, 0xa2, 0xb0, 0x04, 0xd1, 0x0a, 0xe3, 0x82, 0xb0, 0xc3, 0xc0, 0xa3, 0xc0, 0xc3, 0xc0, 0xa2, 0xc0, 0xe3, 0xc0, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0x90, 0xe3, 0xc0, 0xe3, 0xc8, 0xa3, 0xc0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0xa2, 0xa8, 0x25, 0xe1, 0xa3, 0xc0, 0xc3, 0xd0, 0xc3, 0xc8, 0x82, 0xb0, 0x82, 0xb0, 0x09, 0xfa, 0x6a, 0xfa, 0x87, 0xf1, 0x08, 0xfa, 0xc3, 0xd0, 0xa3, 0xd0, 0xcd, 0xfb, 0x2d, 0xfc, 0x0a, 0xfb, 0x28, 0xf2, 0xa7, 0xf1, 0x25, 0xf9, 0xec, 0xfa, 0xc6, 0xf9, 0x81, 0x38, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, - 0x84, 0x53, 0xc5, 0x5b, 0x06, 0x6c, 0x45, 0x63, 0x25, 0x5a, 0xe4, 0x49, 0x84, 0x41, 0x43, 0x31, 0x23, 0x29, 0x02, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x31, 0x43, 0x31, 0x63, 0x39, 0x83, 0x41, 0xc4, 0x51, 0xe4, 0x59, 0xe4, 0x51, 0xc4, 0x51, 0xc4, 0x51, 0xa5, 0x79, 0xa5, 0x91, 0xa5, 0x91, 0x64, 0x71, 0x64, 0x51, 0x83, 0x41, 0xc7, 0xf1, 0x69, 0xfa, 0xeb, 0xfa, 0xeb, 0xfa, 0x2b, 0xfb, 0x86, 0xe9, 0x45, 0xe9, 0xe3, 0xc8, 0xa2, 0xb8, 0x82, 0xb0, 0xe4, 0xd0, 0x66, 0xf1, 0x66, 0xe9, 0xa2, 0xb8, 0x82, 0xa8, 0x69, 0xf2, 0x44, 0xc1, 0xa3, 0xb8, 0xc3, 0xc0, 0xa3, 0xc0, 0xc3, 0xc0, 0xe3, 0xc8, 0x82, 0xa8, 0x82, 0x98, 0x82, 0xa0, 0xa2, 0xa8, 0xc3, 0xc0, 0xa3, 0xc0, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xa0, 0xa2, 0xa0, 0x04, 0xd9, 0xa2, 0xc0, 0xc3, 0xc8, 0xa2, 0xb8, 0x82, 0xa8, 0x25, 0xd9, 0x2a, 0xfa, 0x66, 0xf1, 0x09, 0xfa, 0x45, 0xe9, 0xc3, 0xc8, 0x07, 0xf2, 0x25, 0xe1, 0xc3, 0xd8, 0xe3, 0xd8, 0x04, 0xd9, 0x25, 0xe9, 0xec, 0xfa, 0xc7, 0xf1, 0x64, 0xe1, 0xa2, 0x20, 0xa2, 0x18, 0x03, 0x41, 0xc9, 0x9a, 0xed, 0xbb, 0x68, 0x92, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, - 0xc5, 0x63, 0xe5, 0x63, 0xe6, 0x6b, 0xc5, 0x62, 0x25, 0x5a, 0x05, 0x52, 0xc4, 0x49, 0x83, 0x39, 0x43, 0x31, 0x23, 0x29, 0x22, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x22, 0x29, 0x23, 0x31, 0x63, 0x39, 0x84, 0x49, 0xc4, 0x51, 0xe4, 0x59, 0xe4, 0x69, 0x45, 0xe1, 0x04, 0xd9, 0x66, 0xf1, 0xa7, 0xf9, 0xc7, 0xf9, 0xa6, 0xd1, 0x44, 0xc1, 0xe7, 0xe9, 0xe4, 0xd8, 0x04, 0xe1, 0x04, 0xe1, 0x89, 0xfa, 0x89, 0xea, 0x65, 0xe1, 0x25, 0xd1, 0xa2, 0xb8, 0xa2, 0xb8, 0x04, 0xd9, 0x86, 0xf1, 0x45, 0xe1, 0x82, 0xb0, 0x88, 0xe2, 0xca, 0xfa, 0xa2, 0xb8, 0xc3, 0xc0, 0xa2, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xa3, 0xb8, 0x82, 0x98, 0x82, 0xa0, 0x82, 0x98, 0xc3, 0xc0, 0xa2, 0xc0, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xa0, 0x04, 0xd1, 0xa3, 0xc0, 0xa2, 0xb8, 0x82, 0xb0, 0x82, 0xa8, 0xa7, 0xf1, 0xe8, 0xf9, 0xc8, 0xf1, 0xa7, 0xf9, 0xc3, 0xc8, 0x04, 0xd9, 0xa3, 0xc8, 0xc3, 0xd0, 0xc3, 0xd0, 0xc3, 0xd0, 0xe4, 0xd8, 0x66, 0xe1, 0xe4, 0xd0, 0x44, 0xe1, 0xe2, 0x70, 0x03, 0x61, 0xc7, 0xd9, 0x08, 0xf2, 0xa7, 0xe1, 0x65, 0xd9, 0x65, 0xd9, 0xe3, 0x70, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, - 0x06, 0x6c, 0x06, 0x6c, 0xe7, 0x7b, 0xe6, 0x6a, 0x45, 0x62, 0x25, 0x52, 0xe4, 0x49, 0xa3, 0x41, 0x63, 0x31, 0x42, 0x31, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x22, 0x31, 0x63, 0x39, 0x63, 0x39, 0xa4, 0x69, 0x45, 0xe1, 0xc3, 0xd0, 0xe3, 0xd0, 0xe4, 0xd0, 0x45, 0xe9, 0xc7, 0xf9, 0x29, 0xfa, 0xa5, 0xe9, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xd0, 0xc3, 0xc8, 0xc3, 0xc8, 0x04, 0xd1, 0x29, 0xfa, 0x86, 0xe1, 0xc3, 0xc8, 0xa3, 0xc0, 0x04, 0xd9, 0xa7, 0xf9, 0xa6, 0xe9, 0xa6, 0xe1, 0x82, 0xb8, 0xc3, 0xc0, 0x82, 0xb8, 0xc3, 0xc0, 0xa2, 0xc0, 0xc3, 0xc0, 0xe3, 0xc0, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xa0, 0xc3, 0xb8, 0xa2, 0xb8, 0x82, 0xb0, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xa0, 0xe4, 0xd0, 0xa2, 0xb8, 0xa2, 0xb8, 0x82, 0xb0, 0xc3, 0xb8, 0x09, 0xfa, 0x46, 0xe1, 0xc8, 0xf9, 0x24, 0xe1, 0xe4, 0xd0, 0xa2, 0xb8, 0xc3, 0xc0, 0xa3, 0xc8, 0xa2, 0xc0, 0xc3, 0xc8, 0xa3, 0xc0, 0x61, 0xa0, 0x04, 0xd9, 0xe3, 0xb0, 0xc3, 0xa0, 0xc3, 0xd0, 0xc3, 0xd0, 0xa2, 0xc0, 0xa2, 0xb8, 0x82, 0xb0, 0xa2, 0xb8, 0xc2, 0x30, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, - 0x46, 0x6c, 0x26, 0x74, 0x08, 0x8c, 0x07, 0x73, 0x45, 0x5a, 0x04, 0x52, 0xe4, 0x49, 0xa3, 0x41, 0x63, 0x39, 0x43, 0x31, 0x42, 0x29, 0x42, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x02, 0x29, 0x22, 0x29, 0x23, 0x31, 0x23, 0x31, 0x22, 0x31, 0xa6, 0xd1, 0x04, 0xd9, 0xe3, 0xd0, 0x04, 0xd9, 0x04, 0xe1, 0xe4, 0xd8, 0x25, 0xe9, 0x85, 0xe1, 0xc3, 0xc0, 0xc3, 0xc0, 0xa3, 0xc0, 0xa2, 0xb8, 0x82, 0xb8, 0x82, 0xb0, 0x45, 0xd9, 0xe8, 0xf9, 0x09, 0xfa, 0xc3, 0xc0, 0xc3, 0xc8, 0x25, 0xe1, 0xa7, 0xf9, 0xa3, 0xc0, 0xc3, 0xc8, 0x82, 0xb0, 0x66, 0xd9, 0xa3, 0xc0, 0xa3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc8, 0x82, 0xa8, 0x81, 0xa0, 0x82, 0xa0, 0xa2, 0xb0, 0xc3, 0xc0, 0xa2, 0xb0, 0x82, 0xa0, 0x82, 0x98, 0x82, 0xa0, 0xe3, 0xd0, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xa8, 0x04, 0xd1, 0xa7, 0xf1, 0xa7, 0xf1, 0x46, 0xf1, 0xe3, 0xd0, 0x82, 0xb0, 0x82, 0xa8, 0xa2, 0xb8, 0x82, 0xb0, 0xa3, 0xc0, 0x82, 0xb0, 0x61, 0x90, 0xe3, 0xc8, 0x04, 0xd9, 0x82, 0xb0, 0x82, 0xa0, 0xc3, 0xc0, 0xc3, 0xc0, 0x82, 0xb0, 0x62, 0xa8, 0xc2, 0xb8, 0xc2, 0x30, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, - 0x88, 0x84, 0x48, 0x84, 0xe9, 0x8b, 0x07, 0x73, 0x25, 0x5a, 0xe5, 0x51, 0x04, 0x52, 0xe4, 0x49, 0x83, 0x39, 0x63, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x23, 0x31, 0x23, 0x31, 0x23, 0x31, 0x43, 0x31, 0x63, 0x39, 0x63, 0x59, 0xcc, 0xfa, 0x8b, 0xfa, 0xe9, 0xf9, 0x86, 0xf9, 0x46, 0xf1, 0x25, 0xe1, 0x44, 0xe1, 0xe4, 0xc8, 0xc3, 0xc0, 0xa3, 0xc0, 0xa3, 0xc0, 0x82, 0xb0, 0x82, 0xb0, 0x62, 0xb0, 0xa7, 0xe1, 0xc8, 0xf9, 0x09, 0xfa, 0xc3, 0xc8, 0xc3, 0xc0, 0x25, 0xe1, 0xa3, 0xc0, 0xc3, 0xc0, 0x82, 0xb0, 0xe7, 0xe9, 0xe4, 0xc8, 0xc3, 0xc0, 0xa2, 0xc0, 0xc3, 0xc8, 0xa3, 0xb8, 0xc3, 0xa8, 0x82, 0xa0, 0xa2, 0xa8, 0xe3, 0xc0, 0x82, 0xb0, 0x82, 0x98, 0x82, 0x98, 0x82, 0xa0, 0xe3, 0xc8, 0xa2, 0xb0, 0x82, 0xa8, 0x82, 0xa8, 0x86, 0xe9, 0x46, 0xe1, 0xe8, 0xf9, 0xc3, 0xd0, 0x82, 0xa8, 0x61, 0x98, 0x82, 0xa0, 0x82, 0xa0, 0xa2, 0xb8, 0x82, 0xa8, 0x61, 0x88, 0xc3, 0xc0, 0x04, 0xd9, 0x62, 0x98, 0x82, 0xa8, 0xc3, 0xc8, 0x46, 0xe9, 0x66, 0xf1, 0xa7, 0xf9, 0x08, 0xf2, 0x03, 0x71, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, - 0x6b, 0x94, 0x0a, 0x94, 0xc9, 0x8b, 0x07, 0x73, 0x25, 0x5a, 0xe5, 0x51, 0x05, 0x52, 0xe4, 0x49, 0xa4, 0x41, 0x83, 0x39, 0x63, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x42, 0x31, 0x43, 0x31, 0x43, 0x39, 0x43, 0x31, 0x43, 0x39, 0x64, 0x39, 0x84, 0x41, 0x84, 0x79, 0x0d, 0xfb, 0xec, 0xfa, 0xec, 0xfa, 0x6a, 0xfa, 0xe8, 0xf9, 0x87, 0xf9, 0xa6, 0xf1, 0xe4, 0xc8, 0xa3, 0xc0, 0xa3, 0xc0, 0xe3, 0xc8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x87, 0xe1, 0x87, 0xf9, 0x29, 0xfa, 0xe4, 0xc8, 0xa2, 0xb8, 0x04, 0xd1, 0x82, 0xb0, 0xe2, 0xb0, 0xe3, 0xb8, 0xe7, 0xf1, 0xa3, 0xc0, 0xc3, 0xc8, 0xe3, 0xc8, 0xc3, 0xc8, 0xa2, 0xa0, 0x81, 0x98, 0x82, 0xa0, 0xc3, 0xb8, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0x98, 0xa2, 0xa8, 0xa2, 0xb8, 0xa2, 0xa8, 0x82, 0xa0, 0x82, 0xa8, 0x86, 0xe9, 0xc8, 0xf1, 0x25, 0xe1, 0xc3, 0xb8, 0x82, 0xa0, 0x61, 0x90, 0x61, 0x90, 0x82, 0xa8, 0x82, 0x98, 0x61, 0x80, 0xc3, 0xb8, 0x04, 0xe1, 0x82, 0xa8, 0xa3, 0xc8, 0xc3, 0xd0, 0xc3, 0xd0, 0xc3, 0xc8, 0xc3, 0xd0, 0xe4, 0xd8, 0xe4, 0xd8, 0x66, 0xe1, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, - 0x6d, 0xa4, 0xea, 0x9b, 0xc9, 0x93, 0x27, 0x7b, 0x25, 0x5a, 0xe5, 0x51, 0xe5, 0x51, 0xe4, 0x49, 0xc4, 0x49, 0xa3, 0x41, 0x83, 0x39, 0x63, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x39, 0x63, 0x39, 0x63, 0x39, 0x63, 0x41, 0x64, 0x41, 0x84, 0x79, 0xcb, 0xfa, 0x8b, 0xfa, 0x8b, 0xfa, 0xab, 0xfa, 0xab, 0xfa, 0x29, 0xfa, 0x6a, 0xfa, 0xa7, 0xe1, 0xa3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0x82, 0xa8, 0x82, 0xa8, 0x62, 0xa8, 0x66, 0xd9, 0x87, 0xf1, 0x29, 0xfa, 0x45, 0xd1, 0xa2, 0xb0, 0xe3, 0xc8, 0xa2, 0xa0, 0xa2, 0x98, 0xe3, 0xb8, 0x65, 0xe1, 0xa3, 0xc0, 0xc3, 0xc0, 0xe3, 0xc8, 0xa2, 0xa8, 0x82, 0x88, 0x82, 0x98, 0xa2, 0x98, 0xa2, 0xa8, 0xe3, 0xa0, 0xa2, 0x98, 0xa2, 0xb0, 0xa5, 0xc9, 0x61, 0x98, 0x82, 0x98, 0xc3, 0xb0, 0xe3, 0xc0, 0xc7, 0xf1, 0xe3, 0xd0, 0xa3, 0xc8, 0xa3, 0xc0, 0x61, 0x88, 0x62, 0x98, 0x82, 0x90, 0x61, 0x80, 0xc3, 0xb8, 0x25, 0xe1, 0xa2, 0xc0, 0xc3, 0xc8, 0xa3, 0xc8, 0xa3, 0xc0, 0xa3, 0xc0, 0xe4, 0xd0, 0xe4, 0xd8, 0xe4, 0xd0, 0xc3, 0xc0, 0x03, 0xc9, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, - 0xef, 0xb4, 0x0b, 0x9c, 0xa9, 0x93, 0x07, 0x7b, 0x45, 0x5a, 0x05, 0x52, 0xe4, 0x51, 0xe4, 0x51, 0xe4, 0x49, 0xa4, 0x41, 0x83, 0x39, 0x63, 0x39, 0x63, 0x39, 0x63, 0x31, 0x63, 0x39, 0x63, 0x39, 0x63, 0x31, 0x43, 0x31, 0x43, 0x31, 0x63, 0x39, 0x63, 0x41, 0x63, 0x41, 0x84, 0x41, 0x84, 0x41, 0x63, 0x41, 0x64, 0x61, 0x89, 0xe2, 0x0c, 0xfb, 0x4a, 0xfa, 0x09, 0xfa, 0x29, 0xfa, 0xa7, 0xf1, 0x8b, 0xfa, 0xab, 0xfa, 0xa7, 0xf1, 0xe4, 0xd0, 0xa2, 0xb8, 0x82, 0xa8, 0x62, 0xa8, 0x62, 0xa0, 0x45, 0xd1, 0x66, 0xe9, 0x08, 0xfa, 0x86, 0xd9, 0x04, 0xb9, 0xc3, 0xb8, 0xa2, 0x90, 0xa2, 0x90, 0xe3, 0xb8, 0xe3, 0xc8, 0xa2, 0xb8, 0xc3, 0xb0, 0xe3, 0xc8, 0xe3, 0xb0, 0xe3, 0xa0, 0xa2, 0x98, 0x82, 0x88, 0x82, 0x90, 0x82, 0x98, 0xa2, 0xa8, 0xe3, 0xb8, 0x62, 0xa0, 0xa2, 0xa0, 0xc3, 0xa8, 0x04, 0xd1, 0xe4, 0xd0, 0xe3, 0xd0, 0xc3, 0xc8, 0xa3, 0xb8, 0x61, 0x80, 0x82, 0x80, 0x61, 0x78, 0xe3, 0xb8, 0x24, 0xe1, 0xa3, 0xc0, 0xa3, 0xc0, 0xa2, 0xc0, 0xa2, 0xb8, 0xc3, 0xc8, 0xc3, 0xd0, 0xc3, 0xc8, 0xa2, 0xc0, 0xc3, 0xc8, 0x24, 0xd9, 0x86, 0xb9, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, - 0x0f, 0xb5, 0x2c, 0x9c, 0xa9, 0x93, 0x07, 0x83, 0x45, 0x62, 0x05, 0x5a, 0x05, 0x52, 0xe5, 0x51, 0xe4, 0x49, 0xc4, 0x49, 0xa4, 0x41, 0x83, 0x39, 0x63, 0x39, 0x63, 0x39, 0x63, 0x39, 0x63, 0x39, 0x63, 0x31, 0x63, 0x39, 0x63, 0x39, 0x84, 0x41, 0x84, 0x41, 0x84, 0x41, 0x84, 0x49, 0x84, 0x49, 0x68, 0xca, 0xeb, 0xfa, 0x69, 0xf2, 0xa6, 0xe9, 0x86, 0xf1, 0x66, 0xf1, 0x65, 0xf1, 0xc3, 0xc8, 0xe4, 0xd0, 0x4a, 0xfa, 0x6a, 0xfa, 0x29, 0xfa, 0x04, 0xd9, 0x82, 0xb8, 0x82, 0xa8, 0x82, 0xa8, 0x62, 0xa0, 0xe4, 0xb8, 0x66, 0xe9, 0xe8, 0xf9, 0xc7, 0xf1, 0xa2, 0xb0, 0xc2, 0xa0, 0xc2, 0x98, 0xa2, 0x90, 0x04, 0xd1, 0x65, 0xc9, 0xe3, 0xc0, 0x28, 0xea, 0x45, 0xd9, 0x04, 0xc9, 0xa2, 0xb0, 0xa2, 0xb0, 0xc3, 0xc0, 0xa2, 0xa8, 0xa2, 0xa8, 0xa2, 0xb0, 0x04, 0xa9, 0x82, 0x80, 0x82, 0x90, 0xe4, 0xd0, 0xc3, 0xd0, 0xc3, 0xc8, 0xa2, 0xb8, 0xc3, 0xb8, 0x61, 0x78, 0x61, 0x70, 0xe3, 0xb8, 0x04, 0xe1, 0xa3, 0xc0, 0xa3, 0xc0, 0x82, 0xb8, 0xa2, 0xb8, 0xc3, 0xc8, 0xa3, 0xc0, 0x82, 0xb8, 0xa2, 0xb8, 0xa7, 0xf1, 0x4a, 0xfa, 0x28, 0xfa, 0xc2, 0x58, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, - 0xae, 0xa4, 0x6d, 0xa4, 0xc9, 0x93, 0x48, 0x83, 0x86, 0x6a, 0x25, 0x5a, 0x25, 0x5a, 0x05, 0x52, 0xe4, 0x49, 0xe4, 0x49, 0xc4, 0x41, 0xa4, 0x41, 0x83, 0x39, 0x63, 0x39, 0x84, 0x39, 0x63, 0x39, 0x63, 0x39, 0x63, 0x39, 0x83, 0x39, 0x84, 0x41, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x61, 0xe3, 0xd8, 0xc3, 0xc8, 0xc3, 0xc8, 0xa3, 0xc0, 0xa2, 0xc0, 0xa3, 0xc0, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc0, 0xc3, 0xc0, 0x08, 0xf2, 0x4a, 0xfa, 0x4a, 0xfa, 0xc3, 0xc0, 0x82, 0xb0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0xc3, 0xa8, 0x66, 0xe9, 0xa7, 0xf9, 0x04, 0xc9, 0x82, 0x90, 0x82, 0xa0, 0xc3, 0xc0, 0xa2, 0xc0, 0x65, 0xd1, 0xe3, 0xc0, 0xcf, 0xeb, 0x87, 0xe9, 0xaa, 0xe2, 0x45, 0xc9, 0x48, 0xd2, 0x24, 0xd1, 0xc3, 0xb8, 0x65, 0xc9, 0xc3, 0xb8, 0xe3, 0xb8, 0x04, 0xb9, 0x82, 0x90, 0xc3, 0xc8, 0xc3, 0xc8, 0xa3, 0xc0, 0xa2, 0xb0, 0xa2, 0xa8, 0x61, 0x70, 0xe3, 0xc0, 0x04, 0xd9, 0xa2, 0xc0, 0xa2, 0xb8, 0x82, 0xb8, 0xa2, 0xb8, 0xa2, 0xb8, 0x82, 0xa8, 0x82, 0xa8, 0xa2, 0xb0, 0x25, 0xd9, 0x6a, 0xfa, 0x27, 0xf2, 0xe2, 0xa0, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, - 0xec, 0x8b, 0x0b, 0x94, 0xc9, 0x93, 0x69, 0x83, 0xa7, 0x6a, 0x45, 0x62, 0x25, 0x5a, 0x05, 0x52, 0x04, 0x4a, 0x04, 0x4a, 0xe4, 0x49, 0xc4, 0x41, 0x84, 0x41, 0x83, 0x39, 0x84, 0x41, 0x84, 0x41, 0x83, 0x41, 0x83, 0x41, 0x64, 0x41, 0x84, 0x41, 0xa4, 0x49, 0xa4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0x03, 0x99, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0xa2, 0xc0, 0x82, 0xb8, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0xa2, 0xb8, 0xa2, 0xb8, 0x25, 0xd9, 0x6a, 0xfa, 0x4a, 0xfa, 0x25, 0xd1, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0x61, 0x90, 0xe3, 0xb8, 0x04, 0xb9, 0x85, 0xc9, 0x65, 0xc1, 0x86, 0xd1, 0x28, 0xd2, 0x45, 0xd1, 0xe8, 0xd1, 0x85, 0xb9, 0x4a, 0xf3, 0xc3, 0x90, 0x45, 0xb1, 0x85, 0xc1, 0x0b, 0xe3, 0x04, 0x99, 0x24, 0xb1, 0xc3, 0xc0, 0xa2, 0xc0, 0xa2, 0xa8, 0xa2, 0xa8, 0x82, 0xa8, 0xc3, 0xc0, 0x04, 0xb9, 0xc3, 0xc0, 0x82, 0x80, 0x04, 0xc9, 0xe3, 0xd0, 0xa3, 0xc0, 0xa2, 0xb8, 0xa2, 0xc0, 0xa3, 0xb8, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xb8, 0xc7, 0xe1, 0xaa, 0xfa, 0x85, 0xf1, 0x64, 0xe1, 0xa2, 0x38, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x20, - 0x49, 0x83, 0xca, 0x8b, 0xca, 0x93, 0xa9, 0x83, 0xc7, 0x6a, 0x46, 0x62, 0x25, 0x5a, 0x25, 0x52, 0x24, 0x52, 0x24, 0x52, 0x04, 0x52, 0xc4, 0x49, 0xa4, 0x41, 0x84, 0x39, 0x84, 0x41, 0x84, 0x41, 0x84, 0x41, 0x84, 0x51, 0x84, 0x81, 0x27, 0xa2, 0x47, 0xba, 0x07, 0xda, 0x86, 0xf1, 0x65, 0xf9, 0x66, 0xf9, 0xe3, 0xd0, 0xa2, 0xc0, 0xa2, 0xc0, 0xc3, 0xc0, 0xa3, 0xc0, 0xa2, 0xb8, 0x82, 0xb0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xb0, 0x86, 0xe1, 0x6b, 0xfa, 0x29, 0xf2, 0xa3, 0xb8, 0x82, 0xb0, 0x82, 0xb8, 0xe8, 0xd1, 0x61, 0x88, 0xa2, 0xa8, 0x6a, 0xda, 0x69, 0xe2, 0x86, 0xc9, 0xa2, 0xb8, 0x03, 0x89, 0x24, 0xb1, 0xc3, 0x98, 0xa3, 0xb0, 0xe3, 0xa0, 0xa2, 0x80, 0x82, 0x80, 0xa2, 0x40, 0xe2, 0x68, 0x03, 0x99, 0xe3, 0x90, 0xe7, 0xb9, 0x45, 0xd1, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xb0, 0xc3, 0xb0, 0xa2, 0xa0, 0x04, 0xd1, 0xe3, 0xd0, 0xc3, 0xc8, 0xa3, 0xc0, 0xa3, 0xc0, 0x82, 0xb0, 0x82, 0x98, 0x82, 0xa0, 0xa3, 0xb0, 0x45, 0xd1, 0xab, 0xfa, 0x69, 0xfa, 0xa5, 0xf9, 0x85, 0xf1, 0xe2, 0x70, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, - 0x29, 0x83, 0xab, 0x8b, 0xea, 0x93, 0xe9, 0x8b, 0x48, 0x7b, 0x46, 0x5a, 0x25, 0x5a, 0x05, 0x52, 0x25, 0x5a, 0x25, 0x52, 0x24, 0x52, 0xe4, 0x49, 0xa4, 0x49, 0x84, 0x41, 0x84, 0x41, 0x84, 0x49, 0x07, 0xc2, 0x49, 0xfa, 0x69, 0xfa, 0x04, 0xd9, 0xa3, 0xc8, 0x24, 0xe1, 0x25, 0xe1, 0x45, 0xe9, 0x45, 0xe9, 0x25, 0xe9, 0x45, 0xe9, 0x24, 0xd9, 0xa2, 0xc0, 0xa2, 0xb8, 0xa2, 0xb8, 0xa2, 0xb8, 0x82, 0xb0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0x98, 0x82, 0x98, 0x82, 0xb0, 0x45, 0xd9, 0x8b, 0xfa, 0xa7, 0xd9, 0x82, 0xb0, 0xa2, 0xb8, 0x45, 0xd1, 0x66, 0xe1, 0xc7, 0xe9, 0x0b, 0xe3, 0x24, 0xc1, 0xa2, 0xa8, 0x82, 0x70, 0xc2, 0x70, 0x03, 0x51, 0x64, 0x71, 0x23, 0x69, 0x23, 0x51, 0x84, 0x71, 0x05, 0x82, 0x43, 0x61, 0xc2, 0x90, 0xa2, 0xa8, 0xe3, 0x98, 0x04, 0xb9, 0x45, 0xd9, 0xc7, 0xd9, 0x82, 0x80, 0xc3, 0xa0, 0x04, 0xd9, 0xe4, 0xd0, 0xc3, 0xd0, 0xc3, 0xc8, 0xa2, 0xb8, 0x82, 0x98, 0x82, 0xa0, 0xc3, 0xb0, 0x04, 0xc9, 0xe8, 0xf1, 0xab, 0xfa, 0x28, 0xfa, 0xc6, 0xf9, 0x65, 0xf1, 0xc2, 0x60, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, - 0x6a, 0x8b, 0xec, 0x93, 0xeb, 0x93, 0x0a, 0x9c, 0x89, 0x83, 0x86, 0x62, 0x05, 0x5a, 0x04, 0x52, 0x25, 0x5a, 0x25, 0x52, 0x25, 0x52, 0x04, 0x4a, 0xc4, 0x49, 0xa4, 0x41, 0x84, 0x41, 0xa4, 0x71, 0xa7, 0xf9, 0x86, 0xe9, 0x82, 0xb8, 0x24, 0xd1, 0x66, 0xe9, 0xe3, 0xd0, 0x45, 0xe1, 0x86, 0xf1, 0x86, 0xf9, 0x66, 0xf1, 0x45, 0xe1, 0x04, 0xd9, 0xc3, 0xd0, 0xa2, 0xc0, 0x82, 0xb8, 0x82, 0xb0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0xa0, 0x81, 0x98, 0x82, 0x90, 0x82, 0xa8, 0x45, 0xd9, 0x29, 0xfa, 0xe7, 0xd9, 0xab, 0xf2, 0x49, 0xfa, 0xc7, 0xd9, 0x65, 0xc1, 0x81, 0x68, 0xc3, 0xc0, 0xc2, 0x48, 0xe3, 0x50, 0xc5, 0x81, 0x08, 0xab, 0x47, 0xa2, 0xa5, 0x81, 0xa7, 0xaa, 0x89, 0xcb, 0xa6, 0xa2, 0x05, 0x8a, 0x03, 0xa1, 0x85, 0xb9, 0xa6, 0xd1, 0x24, 0xd9, 0xae, 0xeb, 0xc3, 0xa8, 0x82, 0xa8, 0x04, 0xd9, 0xe4, 0xd8, 0xe3, 0xc8, 0xa2, 0xb0, 0xa2, 0xb0, 0xe3, 0xc0, 0xc3, 0xc8, 0x86, 0xe1, 0x29, 0xfa, 0x28, 0xfa, 0x89, 0xfa, 0x89, 0xfa, 0x03, 0xb1, 0x81, 0x20, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, - 0x29, 0x7b, 0x0c, 0x9c, 0x6c, 0xa4, 0x0a, 0x9c, 0x89, 0x83, 0x85, 0x62, 0x25, 0x5a, 0x05, 0x52, 0x25, 0x5a, 0x45, 0x5a, 0x24, 0x52, 0x04, 0x52, 0xe4, 0x49, 0xc4, 0x49, 0x84, 0x41, 0xe6, 0x99, 0x29, 0xfa, 0x04, 0xd9, 0xc3, 0xc0, 0x86, 0xe1, 0xc3, 0xd0, 0xc3, 0xd0, 0xc3, 0xc8, 0x04, 0xd9, 0x66, 0xe9, 0xa7, 0xf1, 0xe8, 0xf9, 0x29, 0xfa, 0x29, 0xfa, 0x29, 0xfa, 0xe8, 0xf9, 0xa7, 0xf9, 0x45, 0xe9, 0xc3, 0xc0, 0x82, 0xa8, 0x82, 0x98, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xa8, 0xa2, 0xa8, 0xa2, 0xa8, 0xa2, 0xb0, 0x04, 0xd9, 0x8a, 0xfa, 0xa7, 0xf9, 0x69, 0xda, 0xe3, 0xb0, 0x45, 0xd9, 0xc2, 0x68, 0x64, 0x69, 0xa4, 0x79, 0xe3, 0x60, 0x84, 0x81, 0xe6, 0x99, 0xa5, 0x79, 0x26, 0x9a, 0xa5, 0x99, 0x06, 0xaa, 0x05, 0x9a, 0x23, 0x69, 0xc2, 0x88, 0xa2, 0x78, 0xa6, 0xe1, 0x0d, 0xfb, 0x4d, 0xfb, 0x45, 0xe1, 0xe4, 0xd0, 0x25, 0xd9, 0x24, 0xd9, 0xe4, 0xd8, 0x24, 0xe1, 0x08, 0xf2, 0x08, 0xfa, 0x05, 0xe1, 0xc3, 0xd0, 0xe4, 0xd0, 0x04, 0xd9, 0x05, 0xe1, 0x28, 0xfa, 0x86, 0xb9, 0x81, 0x10, 0x82, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, - 0x0a, 0x94, 0x4f, 0xc5, 0x2e, 0xbd, 0x2b, 0xa4, 0x47, 0x7b, 0x65, 0x62, 0x25, 0x5a, 0x05, 0x52, 0x25, 0x5a, 0x45, 0x5a, 0x25, 0x52, 0x04, 0x52, 0xe4, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0x84, 0x41, 0xe6, 0xb1, 0xcc, 0xfa, 0x49, 0xfa, 0x87, 0xe9, 0xc3, 0xc0, 0xc3, 0xc0, 0xa2, 0xc0, 0xa2, 0xc0, 0x82, 0xb8, 0xa2, 0xb8, 0xa3, 0xc0, 0xa3, 0xc0, 0xc3, 0xc8, 0xe4, 0xd0, 0x04, 0xd1, 0xe3, 0xc8, 0xe4, 0xc8, 0xe4, 0xd0, 0xc3, 0xc8, 0x82, 0x90, 0x62, 0x88, 0x82, 0x90, 0x82, 0x98, 0x82, 0xa8, 0xa2, 0xb0, 0x82, 0xb0, 0xa2, 0xb0, 0x86, 0xe1, 0xaf, 0xfb, 0x69, 0xfa, 0x85, 0xd9, 0x04, 0xb9, 0x44, 0x91, 0xe8, 0x9a, 0xe4, 0x89, 0xc5, 0x81, 0x23, 0x69, 0x44, 0x69, 0x44, 0x69, 0xe3, 0x58, 0xa6, 0x89, 0x24, 0x81, 0xc6, 0x91, 0xc8, 0xba, 0x26, 0x92, 0xc2, 0x50, 0x6d, 0xeb, 0x66, 0xd1, 0x05, 0xe1, 0x30, 0xfc, 0x0b, 0xfb, 0x66, 0xe9, 0x45, 0xf9, 0x45, 0xf9, 0x28, 0xfa, 0xc7, 0xe9, 0xc3, 0xd0, 0xe3, 0xd0, 0xe4, 0xd0, 0x04, 0xd9, 0x04, 0xd9, 0xe4, 0xd0, 0xe3, 0xd0, 0xc3, 0xc8, 0x45, 0xd9, 0x65, 0xa1, 0x81, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, - 0x2e, 0xc5, 0x90, 0xd5, 0x4f, 0xc5, 0x0a, 0x9c, 0x27, 0x83, 0x65, 0x62, 0x24, 0x5a, 0x04, 0x5a, 0x05, 0x5a, 0x45, 0x5a, 0x44, 0x52, 0x04, 0x4a, 0xe4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x41, 0xc6, 0xb1, 0xcb, 0xfa, 0xec, 0xfa, 0x45, 0xe1, 0x45, 0xe1, 0x08, 0xfa, 0x49, 0xfa, 0x4a, 0xf2, 0x08, 0xea, 0xc7, 0xd9, 0x86, 0xd1, 0x45, 0xc9, 0xe3, 0xb0, 0x82, 0x90, 0x82, 0x78, 0x82, 0x80, 0x82, 0x88, 0x82, 0x90, 0x82, 0x98, 0x82, 0x98, 0x82, 0x98, 0x81, 0x90, 0x61, 0x90, 0xa2, 0xa0, 0xc3, 0xa8, 0xe3, 0xb8, 0xeb, 0xfa, 0xeb, 0xfa, 0x6a, 0xfa, 0xc6, 0xd9, 0x24, 0x99, 0xa4, 0x89, 0xe5, 0x99, 0x47, 0x9a, 0x44, 0x71, 0x44, 0x61, 0xe3, 0x58, 0xa2, 0x40, 0xc2, 0x40, 0x04, 0x61, 0x04, 0x71, 0x45, 0x81, 0xc5, 0x99, 0xe6, 0x91, 0x64, 0x79, 0xe3, 0x90, 0x44, 0xb9, 0xce, 0xfb, 0xe8, 0xf9, 0x0c, 0xfb, 0xcb, 0xfa, 0x0d, 0xfb, 0xe8, 0xf9, 0xe4, 0xd8, 0x04, 0xd9, 0x04, 0xd9, 0xe4, 0xd0, 0xc3, 0xd0, 0xc3, 0xc0, 0xa2, 0xb8, 0x82, 0xb0, 0xa2, 0xb8, 0xc3, 0xb8, 0xc3, 0xc0, 0xe3, 0xd0, 0xa2, 0x68, 0xc2, 0x70, 0xc2, 0x80, 0x45, 0xb1, 0x07, 0xc2, 0xc6, 0xb9, 0x65, 0x99, 0xe3, 0x58, 0xa2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, - 0x0e, 0xc5, 0xcd, 0xbc, 0x6c, 0xac, 0xc9, 0x93, 0x27, 0x83, 0x65, 0x62, 0x25, 0x5a, 0x24, 0x5a, 0x24, 0x5a, 0x25, 0x5a, 0x45, 0x52, 0x24, 0x52, 0xe4, 0x51, 0xe4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x41, 0xa6, 0xc1, 0xa7, 0xf1, 0x87, 0xf1, 0x6a, 0xfa, 0x6a, 0xfa, 0x08, 0xfa, 0xe8, 0xf9, 0xe8, 0xf9, 0xe8, 0xf9, 0xe8, 0xf9, 0x45, 0xe1, 0xc3, 0xc8, 0xa3, 0xb8, 0xa2, 0xa0, 0x82, 0x90, 0x82, 0x88, 0x82, 0x80, 0x82, 0x80, 0x82, 0x78, 0x82, 0x78, 0xc3, 0x90, 0x82, 0x90, 0xc5, 0xb9, 0x6a, 0xea, 0x6a, 0xf2, 0x0b, 0xfb, 0x49, 0xfa, 0xa5, 0xd1, 0x65, 0xd9, 0xa5, 0xb9, 0x07, 0xb3, 0x06, 0xa2, 0x44, 0x79, 0xa2, 0x50, 0xc3, 0x48, 0xa2, 0x40, 0x82, 0x20, 0x82, 0x28, 0x04, 0x69, 0x24, 0x89, 0x65, 0x91, 0x67, 0xb2, 0xa7, 0xba, 0xa4, 0x71, 0xa6, 0xe1, 0x8e, 0xfb, 0x24, 0xc1, 0x86, 0xf9, 0xe4, 0xc8, 0x4c, 0xfb, 0x66, 0xf9, 0x25, 0xe9, 0x04, 0xe1, 0xe3, 0xd0, 0xc3, 0xc8, 0xa3, 0xc0, 0xa3, 0xb8, 0xa3, 0xb8, 0xa3, 0xb8, 0xa2, 0xb8, 0xa3, 0xb8, 0xc3, 0xc0, 0xc3, 0xc8, 0xe3, 0xd0, 0x82, 0xb8, 0xa2, 0xb8, 0xc3, 0xc0, 0x04, 0xd9, 0x8a, 0xfa, 0x69, 0xfa, 0x49, 0xfa, 0x69, 0xfa, 0x28, 0xea, 0x24, 0x71, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, - 0xea, 0x9b, 0xca, 0x93, 0xaa, 0x93, 0x89, 0x93, 0x47, 0x83, 0x85, 0x6a, 0x25, 0x62, 0x25, 0x5a, 0x25, 0x5a, 0x25, 0x5a, 0x45, 0x52, 0x24, 0x52, 0x04, 0x52, 0xe4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x06, 0xa2, 0xe8, 0xf9, 0xa7, 0xf9, 0xc8, 0xf9, 0x4a, 0xfa, 0xab, 0xfa, 0xab, 0xfa, 0x29, 0xfa, 0xc7, 0xf9, 0x86, 0xf1, 0x82, 0xb0, 0x82, 0x98, 0x82, 0x98, 0x82, 0x90, 0x82, 0x90, 0x82, 0x90, 0x82, 0x90, 0x82, 0x98, 0x82, 0x98, 0x82, 0xa0, 0xa2, 0xa0, 0xa3, 0xb0, 0x82, 0xa8, 0xc3, 0xb8, 0x6a, 0xf2, 0x8e, 0xfb, 0xcb, 0xfa, 0x86, 0xb9, 0xe5, 0xc9, 0xc7, 0xb2, 0x69, 0xc3, 0x8a, 0xcb, 0x85, 0x91, 0x24, 0x69, 0xc3, 0x48, 0x81, 0x18, 0x82, 0x20, 0x61, 0x18, 0x25, 0x79, 0x24, 0x79, 0x65, 0x91, 0x06, 0xa2, 0x6a, 0xcb, 0x66, 0xa2, 0xca, 0xe2, 0x28, 0xda, 0x31, 0xfc, 0xc7, 0xe1, 0x25, 0xe1, 0x66, 0xd9, 0xca, 0xfa, 0xc3, 0xd0, 0xc3, 0xd0, 0xc3, 0xc8, 0xa3, 0xc0, 0xa3, 0xb8, 0xa2, 0xb8, 0xa2, 0xb0, 0xa3, 0xb8, 0xc3, 0xc0, 0xe3, 0xd0, 0xc3, 0xc0, 0xa2, 0xa0, 0x81, 0x88, 0x82, 0x88, 0x82, 0x88, 0x82, 0x90, 0x82, 0x90, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xb0, 0xa2, 0xb0, 0xc3, 0xb8, 0xc6, 0xd9, 0xc2, 0x30, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, - 0x89, 0x8b, 0x69, 0x83, 0x29, 0x83, 0x28, 0x83, 0x27, 0x83, 0xa6, 0x72, 0x65, 0x62, 0x25, 0x5a, 0x05, 0x5a, 0x25, 0x5a, 0x45, 0x5a, 0x44, 0x52, 0x04, 0x4a, 0xe4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xc4, 0x71, 0xa6, 0xd9, 0x25, 0xd9, 0x45, 0xe1, 0xa3, 0xb8, 0x04, 0xc1, 0xc7, 0xd9, 0x6a, 0xf2, 0xa7, 0xf1, 0x04, 0xd9, 0x04, 0xc9, 0xc3, 0xb8, 0xc3, 0xb0, 0xa3, 0xa0, 0xa2, 0xa0, 0xa2, 0x98, 0x82, 0x98, 0x25, 0xb1, 0x45, 0xb9, 0xc2, 0xa8, 0xc3, 0xb0, 0xc5, 0xc9, 0x03, 0xa9, 0xe3, 0xa8, 0xc7, 0xe9, 0xec, 0xfa, 0xa9, 0xfa, 0xcb, 0xfa, 0x08, 0xbb, 0xa7, 0xba, 0x87, 0xb2, 0x85, 0x89, 0x44, 0x79, 0x04, 0x59, 0xa2, 0x30, 0x61, 0x18, 0xa2, 0x28, 0x04, 0x69, 0x04, 0x81, 0x07, 0x9a, 0xc9, 0xc2, 0xa7, 0xba, 0x69, 0xc3, 0x2f, 0xfc, 0x4c, 0xeb, 0x8a, 0xf2, 0xae, 0xfb, 0x49, 0xf2, 0xe4, 0xd0, 0x49, 0xfa, 0x86, 0xe9, 0xe4, 0xd8, 0xe4, 0xd0, 0xc3, 0xc8, 0xc3, 0xc8, 0xe4, 0xd0, 0xe4, 0xd0, 0xe4, 0xd0, 0xc3, 0xc8, 0xa2, 0xb8, 0xa2, 0xa8, 0xa2, 0xa8, 0xc3, 0xb0, 0xe3, 0xa0, 0x61, 0x78, 0x81, 0x80, 0x81, 0x88, 0x81, 0x90, 0x81, 0x98, 0x82, 0xa8, 0xa2, 0xb8, 0x86, 0xe9, 0x08, 0xfa, 0x03, 0x69, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, - 0x08, 0x73, 0x08, 0x73, 0x46, 0x62, 0x66, 0x62, 0xe7, 0x7a, 0xc6, 0x7a, 0x85, 0x72, 0x45, 0x62, 0x05, 0x5a, 0x05, 0x5a, 0x25, 0x5a, 0x24, 0x52, 0x24, 0x52, 0x04, 0x4a, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0x51, 0xa4, 0x49, 0x84, 0x49, 0x83, 0x49, 0x84, 0x69, 0x03, 0x89, 0x82, 0x98, 0x82, 0x98, 0x82, 0xa0, 0xa2, 0xa8, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xa0, 0xa2, 0xb0, 0xa3, 0xb8, 0xc3, 0xb8, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0x24, 0xd1, 0xe3, 0xc8, 0x85, 0xe1, 0xc6, 0xe9, 0x24, 0xd1, 0xc6, 0xb9, 0x8a, 0xfa, 0x2c, 0xfb, 0x8a, 0xf2, 0xc3, 0xb8, 0xa9, 0xfa, 0x69, 0xcb, 0xeb, 0xdb, 0x27, 0xba, 0x85, 0x89, 0x65, 0x79, 0xa2, 0x50, 0xe3, 0x48, 0xa2, 0x40, 0x04, 0x61, 0x04, 0x79, 0xa7, 0xa1, 0xc6, 0xa9, 0x26, 0xb2, 0x8a, 0xd3, 0xe8, 0xc2, 0x47, 0xea, 0x8d, 0xfb, 0x49, 0xfa, 0xc7, 0xf9, 0x29, 0xfa, 0x86, 0xe9, 0x25, 0xe9, 0xaa, 0xfa, 0x04, 0xe1, 0xe4, 0xd8, 0xe4, 0xc8, 0xa3, 0xb8, 0x82, 0xb0, 0x82, 0xa0, 0x62, 0xa0, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xb0, 0x66, 0xe1, 0x8b, 0xfa, 0xe3, 0xa0, 0x81, 0x88, 0x81, 0x90, 0xe3, 0xc0, 0xe7, 0xe9, 0x49, 0xfa, 0x6a, 0xfa, 0xe7, 0xf1, 0x24, 0xa1, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, - 0x46, 0x5a, 0x46, 0x5a, 0xe5, 0x49, 0x05, 0x52, 0xc7, 0x7a, 0xc6, 0x7a, 0x86, 0x72, 0x65, 0x6a, 0x05, 0x5a, 0xe4, 0x51, 0x04, 0x52, 0x24, 0x52, 0x05, 0x52, 0xe4, 0x49, 0xc4, 0x49, 0xc4, 0x49, 0xc4, 0x51, 0xa4, 0x49, 0x06, 0x9a, 0xa6, 0xe9, 0x82, 0xb0, 0x82, 0xa0, 0x82, 0x98, 0x82, 0x90, 0x82, 0x98, 0x82, 0x98, 0x82, 0x98, 0x82, 0x90, 0x82, 0x98, 0x82, 0x98, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xb0, 0xa2, 0xb8, 0xa3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc8, 0xc3, 0xd0, 0xe3, 0xd0, 0xc3, 0xc8, 0x0b, 0xf3, 0xec, 0xfa, 0xeb, 0xfa, 0x65, 0xd1, 0x08, 0xf2, 0x08, 0xbb, 0x28, 0xcb, 0x47, 0xb2, 0x65, 0x91, 0x44, 0x79, 0xe3, 0x68, 0x24, 0x71, 0x24, 0x79, 0x65, 0x81, 0x86, 0x99, 0xe7, 0xa9, 0x48, 0xb2, 0x46, 0xb2, 0xa7, 0xba, 0x4c, 0xe4, 0x8e, 0xfb, 0x69, 0xfa, 0xcb, 0xfa, 0xec, 0xfa, 0x65, 0xe9, 0xab, 0xfa, 0xc7, 0xf9, 0xc7, 0xf9, 0x25, 0xe9, 0xe3, 0xd0, 0xc3, 0xc8, 0xa3, 0xc0, 0xa2, 0xb8, 0xa2, 0xb8, 0xa2, 0xb0, 0xa2, 0xb8, 0xa2, 0xb8, 0xa3, 0xb8, 0x04, 0xd1, 0xe8, 0xf9, 0x4a, 0xfa, 0xa2, 0xa0, 0x82, 0x90, 0x82, 0x98, 0xe3, 0xb8, 0x65, 0xd1, 0x03, 0xa1, 0xc2, 0x78, 0xc2, 0x48, 0xc2, 0x20, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, - 0x84, 0x39, 0xa4, 0x39, 0xa5, 0x41, 0xe5, 0x49, 0xa6, 0x72, 0xe6, 0x7a, 0xa6, 0x72, 0x86, 0x72, 0x45, 0x62, 0x05, 0x5a, 0x04, 0x52, 0x04, 0x52, 0xc4, 0x49, 0xa4, 0x41, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0x06, 0xba, 0xc3, 0xc8, 0x81, 0x90, 0x81, 0x80, 0x61, 0x78, 0x61, 0x70, 0x61, 0x68, 0x61, 0x60, 0x61, 0x60, 0x82, 0x60, 0x82, 0x68, 0x82, 0x68, 0x82, 0x70, 0x82, 0x78, 0x82, 0x78, 0x82, 0x78, 0x82, 0x80, 0x82, 0x90, 0x82, 0x98, 0x82, 0xa8, 0x82, 0xa8, 0xa2, 0xb8, 0x25, 0xd1, 0x45, 0xd9, 0x45, 0xd1, 0x0c, 0xf3, 0x8b, 0xfa, 0x6a, 0xfa, 0x45, 0xe1, 0x06, 0xaa, 0xaa, 0xc3, 0x87, 0xba, 0xc8, 0xca, 0xe6, 0xa1, 0x45, 0x99, 0x04, 0x81, 0x04, 0x89, 0x04, 0x81, 0x24, 0x89, 0x45, 0x91, 0x27, 0xb2, 0x08, 0xc3, 0xe8, 0xc2, 0xc7, 0xca, 0xab, 0xe3, 0x68, 0xca, 0xe7, 0xe1, 0x45, 0xe1, 0x28, 0xfa, 0x6d, 0xfb, 0xce, 0xfb, 0x0b, 0xfb, 0x29, 0xfa, 0x89, 0xfa, 0x25, 0xe9, 0xe4, 0xd8, 0xe4, 0xd8, 0xe3, 0xd0, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0x45, 0xe1, 0x84, 0xc1, 0xc2, 0x50, 0xc2, 0x48, 0xc2, 0x38, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x18, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x20, - 0x44, 0x31, 0x44, 0x31, 0x64, 0x31, 0x84, 0x39, 0x66, 0x6a, 0xe6, 0x7a, 0xa6, 0x72, 0x86, 0x6a, 0x45, 0x62, 0x25, 0x5a, 0x04, 0x52, 0x05, 0x52, 0xe4, 0x49, 0xa4, 0x49, 0xc4, 0x49, 0xc4, 0x51, 0xc4, 0x51, 0x64, 0x71, 0x82, 0xa0, 0x82, 0x90, 0x82, 0x90, 0x82, 0x90, 0x81, 0x90, 0x81, 0x90, 0x82, 0x90, 0x82, 0x88, 0x82, 0x80, 0x82, 0x80, 0x82, 0x78, 0x81, 0x78, 0x82, 0x78, 0x82, 0x78, 0x82, 0x88, 0x82, 0x90, 0x82, 0xa0, 0x82, 0xb0, 0xa2, 0xb8, 0xa2, 0xc0, 0xe3, 0xc8, 0xe4, 0xd0, 0x04, 0xd9, 0x65, 0xe9, 0x70, 0xfc, 0x6a, 0xfa, 0xcb, 0xfa, 0x0c, 0xfb, 0xaa, 0xf2, 0x09, 0xe3, 0x69, 0xdb, 0x47, 0xba, 0x07, 0xb2, 0xa6, 0xa1, 0x44, 0x89, 0x85, 0x99, 0x24, 0x91, 0xa6, 0xa9, 0x2a, 0xd3, 0x67, 0xba, 0x86, 0xb2, 0x08, 0xc3, 0xa8, 0xd2, 0x2b, 0xfb, 0xcc, 0xfb, 0x6d, 0xfb, 0x0c, 0xf3, 0x89, 0xfa, 0x25, 0xc9, 0x0b, 0xfb, 0x0d, 0xfc, 0xca, 0xfa, 0x6c, 0xfb, 0x8c, 0xfb, 0x69, 0xfa, 0x86, 0xe9, 0x04, 0xe1, 0x04, 0xd9, 0xe4, 0xd0, 0xe4, 0xd0, 0xe4, 0xd0, 0x24, 0xd1, 0x65, 0xe9, 0x84, 0xd9, 0x43, 0x61, 0x03, 0x39, 0xe2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x20, - 0x03, 0x29, 0xe3, 0x20, 0x64, 0x29, 0xe5, 0x39, 0xa6, 0x62, 0xc7, 0x7a, 0xa6, 0x72, 0x86, 0x6a, 0x45, 0x62, 0x05, 0x5a, 0x25, 0x5a, 0x25, 0x52, 0x24, 0x52, 0xe4, 0x49, 0xe4, 0x51, 0xc4, 0x51, 0xa4, 0x51, 0xa4, 0x49, 0x64, 0x61, 0xa2, 0xa0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0xa2, 0xb8, 0xa3, 0xb8, 0xa3, 0xb8, 0xa3, 0xb8, 0xa3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc8, 0xc3, 0xc8, 0xe3, 0xd8, 0xc3, 0xd0, 0xc3, 0xd0, 0x69, 0xea, 0x2d, 0xfb, 0xc7, 0xf9, 0x10, 0xfc, 0x29, 0xfa, 0x0d, 0xfc, 0x46, 0xe2, 0xa8, 0xca, 0x88, 0xba, 0x68, 0xca, 0x07, 0xc2, 0x07, 0xba, 0x89, 0xca, 0xa6, 0xb1, 0x07, 0xc2, 0x26, 0xba, 0xeb, 0xd3, 0x69, 0xbb, 0xac, 0xfb, 0x52, 0xfd, 0xb2, 0xfc, 0x8a, 0xea, 0x65, 0xf1, 0x8a, 0xfa, 0x65, 0xd1, 0xc7, 0xf9, 0x4d, 0xfb, 0x6d, 0xfb, 0x6d, 0xfb, 0x4c, 0xfb, 0x4b, 0xfb, 0x4c, 0xfb, 0x4d, 0xfb, 0x4d, 0xfb, 0x4d, 0xfb, 0x6d, 0xfb, 0x6d, 0xfb, 0xec, 0xfa, 0xe7, 0xf9, 0xa4, 0x99, 0xc4, 0x61, 0x84, 0x59, 0x63, 0x49, 0x03, 0x31, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x20, - 0xe2, 0x20, 0x64, 0x29, 0x46, 0x4a, 0xe7, 0x5a, 0xe7, 0x62, 0x07, 0x7b, 0xe7, 0x7a, 0xa6, 0x72, 0x66, 0x6a, 0x25, 0x5a, 0x25, 0x5a, 0x25, 0x5a, 0x24, 0x52, 0xe4, 0x51, 0xc4, 0x51, 0xc4, 0x51, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x61, 0x65, 0xe1, 0xa2, 0xa0, 0x82, 0x98, 0x82, 0xa8, 0xc7, 0xe1, 0x6a, 0xfa, 0x6a, 0xfa, 0x4a, 0xfa, 0x29, 0xfa, 0xe8, 0xf9, 0xc7, 0xf9, 0x86, 0xf1, 0x25, 0xe1, 0x04, 0xd1, 0xe4, 0xc8, 0xe4, 0xc8, 0xc3, 0xc0, 0x82, 0xb0, 0x82, 0xa0, 0xc3, 0xb0, 0xaa, 0xea, 0xac, 0xfa, 0x8b, 0xfa, 0x69, 0xfa, 0x25, 0xf1, 0x89, 0xea, 0xec, 0xfa, 0x2d, 0xfb, 0x4c, 0xf3, 0x89, 0xf2, 0x27, 0xc2, 0x07, 0xba, 0x48, 0xba, 0x88, 0xba, 0x47, 0xba, 0xa9, 0xc2, 0xc9, 0xca, 0x29, 0xc3, 0x66, 0xaa, 0xa9, 0xe2, 0x4c, 0xfb, 0xec, 0xfa, 0x0c, 0xfb, 0x8a, 0xe2, 0xa7, 0xf1, 0x66, 0xf9, 0xe7, 0xf9, 0xed, 0xfa, 0x6e, 0xfb, 0xe8, 0xf9, 0xc8, 0xf9, 0x6a, 0xfa, 0xec, 0xfa, 0x4c, 0xfb, 0x2c, 0xfb, 0x0c, 0xfb, 0x2c, 0xfb, 0x8a, 0xfa, 0xe4, 0xd8, 0xc3, 0xd0, 0x44, 0x99, 0x05, 0x72, 0xe4, 0x61, 0xc4, 0x59, 0x84, 0x51, 0x43, 0x49, 0x02, 0x31, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x20, 0xa2, 0x18, - 0xe3, 0x20, 0xc5, 0x39, 0x66, 0x4a, 0xc6, 0x52, 0xa6, 0x5a, 0xc6, 0x6a, 0xe7, 0x7a, 0xa6, 0x72, 0x86, 0x6a, 0x25, 0x5a, 0x04, 0x5a, 0x04, 0x5a, 0x04, 0x52, 0xe4, 0x51, 0xa4, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x89, 0x86, 0xe9, 0xe4, 0xd0, 0x81, 0xa0, 0xa6, 0xd9, 0xe8, 0xf1, 0xe8, 0xf1, 0x8a, 0xfa, 0xcc, 0xfa, 0xec, 0xfa, 0xec, 0xfa, 0x6a, 0xfa, 0x29, 0xfa, 0x09, 0xfa, 0xe8, 0xf9, 0xa7, 0xf9, 0x66, 0xf1, 0xc7, 0xf1, 0x66, 0xf1, 0xa7, 0xf9, 0x29, 0xfa, 0xcb, 0xfa, 0x6c, 0xfb, 0x0e, 0xfc, 0x0b, 0xfb, 0x4c, 0xfb, 0x49, 0xfa, 0xab, 0xfa, 0xcf, 0xfb, 0x49, 0xfa, 0x69, 0xda, 0x48, 0xea, 0x48, 0xba, 0x09, 0xcb, 0x87, 0xb2, 0xc4, 0x91, 0xe8, 0xc2, 0x2a, 0xc3, 0x89, 0xf2, 0xca, 0xf2, 0xae, 0xfb, 0x6c, 0xeb, 0xc7, 0xf9, 0xa7, 0xf9, 0x0b, 0xfb, 0x04, 0xf1, 0x2c, 0xfb, 0xac, 0xfb, 0x6c, 0xfb, 0x6d, 0xfb, 0xab, 0xfa, 0x66, 0xf1, 0x25, 0xe9, 0xa7, 0xf1, 0x8b, 0xfa, 0x4d, 0xfb, 0x4d, 0xfb, 0x8e, 0xfb, 0xec, 0xf2, 0xa6, 0xd9, 0xc7, 0xe1, 0xaa, 0xfa, 0xe4, 0x69, 0xc4, 0x59, 0xa4, 0x59, 0x64, 0x51, 0x43, 0x39, 0x02, 0x29, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, - 0x03, 0x29, 0x43, 0x29, 0xa4, 0x39, 0x84, 0x31, 0x64, 0x31, 0x46, 0x62, 0xa6, 0x72, 0xa6, 0x72, 0x86, 0x6a, 0x45, 0x5a, 0x05, 0x52, 0x04, 0x5a, 0x04, 0x52, 0xe4, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x41, 0x64, 0x71, 0x03, 0x79, 0xe3, 0x98, 0x29, 0xfa, 0x66, 0xe9, 0xc3, 0xd0, 0xa3, 0xc8, 0xc3, 0xd0, 0x04, 0xe1, 0x66, 0xe9, 0xc8, 0xf1, 0x29, 0xfa, 0x4a, 0xfa, 0x4a, 0xfa, 0xa7, 0xf9, 0x66, 0xf9, 0x29, 0xfa, 0x8a, 0xfa, 0x4c, 0xfb, 0x6c, 0xfb, 0x6d, 0xfb, 0x0b, 0xfb, 0x08, 0xea, 0xa7, 0xe9, 0x6e, 0xf3, 0xc8, 0xf9, 0xcb, 0xfa, 0x0c, 0xfb, 0x6d, 0xfb, 0x6d, 0xfb, 0x0a, 0xf3, 0xca, 0xda, 0x68, 0xda, 0x29, 0xd3, 0x09, 0xdb, 0xad, 0xfb, 0x4f, 0xfc, 0x0d, 0xfc, 0x0f, 0xfc, 0x86, 0xf9, 0x6c, 0xfb, 0x86, 0xe9, 0x49, 0xfa, 0xc8, 0xf1, 0xab, 0xfa, 0x8e, 0xfb, 0x8d, 0xfb, 0x6d, 0xfb, 0x4d, 0xfb, 0x4d, 0xfb, 0x29, 0xfa, 0x25, 0xe9, 0x05, 0xe1, 0x66, 0xe9, 0x6a, 0xfa, 0x2d, 0xfb, 0xf0, 0xfb, 0x2b, 0xf3, 0x47, 0xc2, 0xc4, 0x79, 0xc4, 0x51, 0xc4, 0x59, 0xa4, 0x59, 0x84, 0x51, 0x43, 0x41, 0x02, 0x31, 0xe2, 0x28, 0xe2, 0x20, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, - 0x03, 0x29, 0x03, 0x29, 0x03, 0x21, 0xe3, 0x20, 0x23, 0x29, 0x05, 0x5a, 0xa6, 0x72, 0xa7, 0x72, 0xc6, 0x72, 0x66, 0x62, 0x25, 0x5a, 0x04, 0x52, 0xe4, 0x51, 0xc4, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0xa4, 0x49, 0x83, 0x59, 0x29, 0xea, 0xcc, 0xfa, 0x4a, 0xfa, 0xe8, 0xf1, 0x86, 0xe1, 0x25, 0xd9, 0xc3, 0xc8, 0xa3, 0xc8, 0xc8, 0xf9, 0x45, 0xf1, 0xe8, 0xf9, 0xab, 0xfa, 0xcb, 0xfa, 0x4c, 0xfb, 0x4c, 0xfb, 0x4d, 0xfb, 0x29, 0xf2, 0x08, 0xfa, 0x66, 0xf9, 0x49, 0xfa, 0xc7, 0xe9, 0x0d, 0xfb, 0x0b, 0xfb, 0x8b, 0xfa, 0x0c, 0xfb, 0x69, 0xfa, 0x4d, 0xfb, 0x8c, 0xfb, 0x4c, 0xfb, 0x91, 0xfc, 0xad, 0xfb, 0x50, 0xfc, 0x0f, 0xfc, 0x6d, 0xfb, 0x8c, 0xfb, 0x45, 0xf1, 0xa7, 0xf9, 0x25, 0xe9, 0x0c, 0xfb, 0x6c, 0xfb, 0x70, 0xfc, 0x6d, 0xfb, 0xcc, 0xfa, 0x8e, 0xfb, 0x6e, 0xfb, 0x8e, 0xfb, 0x8e, 0xfb, 0x2d, 0xfb, 0x29, 0xfa, 0x25, 0xe9, 0x25, 0xe1, 0x25, 0xe1, 0xe8, 0xf1, 0xcb, 0xea, 0xe2, 0x20, 0x64, 0x49, 0xe4, 0x59, 0xe4, 0x59, 0xc4, 0x51, 0xa4, 0x51, 0x84, 0x41, 0x43, 0x31, 0xe2, 0x28, 0xe2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, - 0xe2, 0x20, 0xe2, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0x23, 0x29, 0xc5, 0x49, 0x86, 0x72, 0xc7, 0x72, 0xc7, 0x72, 0x86, 0x6a, 0x45, 0x5a, 0x05, 0x52, 0xe4, 0x51, 0xc4, 0x51, 0xa4, 0x51, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x63, 0x49, 0x07, 0xb2, 0x2d, 0xfb, 0x8e, 0xfb, 0x4d, 0xfb, 0x4d, 0xfb, 0x2d, 0xfb, 0x0c, 0xfb, 0xe8, 0xf9, 0x6a, 0xfa, 0xcb, 0xfa, 0x0c, 0xfb, 0x4d, 0xfb, 0x4d, 0xfb, 0xcb, 0xfa, 0x66, 0xe9, 0x25, 0xe1, 0xe4, 0xe0, 0xec, 0xfa, 0x89, 0xfa, 0x2e, 0xfc, 0x25, 0xf1, 0x6c, 0xf3, 0x70, 0xfc, 0xef, 0xfb, 0x2c, 0xfb, 0x2f, 0xfc, 0xec, 0xfa, 0x6e, 0xfb, 0x30, 0xfc, 0xae, 0xfb, 0x6c, 0xfb, 0x8c, 0xfb, 0x86, 0xf9, 0x0b, 0xfb, 0x29, 0xfa, 0x48, 0xfa, 0xed, 0xfa, 0x0d, 0xfc, 0xad, 0xfb, 0x8e, 0xfb, 0xcd, 0xfb, 0x8d, 0xfb, 0x6a, 0xfa, 0x0d, 0xfb, 0xaf, 0xfb, 0xae, 0xfb, 0xef, 0xfb, 0x4d, 0xfb, 0x0c, 0xfb, 0x4a, 0xfa, 0x66, 0xe9, 0xe4, 0xd8, 0xab, 0xfa, 0xa1, 0x30, 0x43, 0x39, 0xc4, 0x51, 0xe5, 0x59, 0xc5, 0x59, 0xc5, 0x51, 0xa4, 0x49, 0x63, 0x41, 0x23, 0x31, 0xe2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0x82, 0x18, - 0xe2, 0x20, 0xe2, 0x20, 0xe2, 0x18, 0xc2, 0x18, 0x03, 0x21, 0x84, 0x39, 0x46, 0x5a, 0xa7, 0x72, 0xc7, 0x72, 0x86, 0x62, 0x45, 0x5a, 0x05, 0x52, 0xe4, 0x51, 0xc4, 0x51, 0xa4, 0x51, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x43, 0x89, 0xe4, 0xd8, 0x04, 0xe1, 0x28, 0xfa, 0x0c, 0xfb, 0xec, 0xfa, 0x0c, 0xfb, 0xcb, 0xfa, 0x49, 0xfa, 0xec, 0xfa, 0x6d, 0xfb, 0x4d, 0xfb, 0xaa, 0xfa, 0x66, 0xe9, 0xc3, 0xc8, 0xe4, 0xd0, 0xe4, 0xd0, 0x04, 0xd9, 0x8a, 0xfa, 0xac, 0xfb, 0x69, 0xf2, 0x45, 0xe9, 0x08, 0xea, 0xa8, 0xfa, 0xec, 0xfa, 0xec, 0xfa, 0x89, 0xfa, 0x0b, 0xfb, 0x2b, 0xfb, 0x4e, 0xfb, 0xaf, 0xfb, 0x6d, 0xfb, 0xec, 0xea, 0x29, 0xfa, 0xa6, 0xf9, 0x28, 0xfa, 0x6d, 0xfc, 0x4f, 0xfc, 0x0f, 0xfc, 0xac, 0xfb, 0x8d, 0xfb, 0x8e, 0xfb, 0xad, 0xfb, 0x8d, 0xfb, 0x8b, 0xfa, 0x2a, 0xfa, 0xf0, 0xfb, 0xcf, 0xfb, 0x51, 0xfc, 0x6c, 0xfb, 0x4c, 0xfb, 0x0c, 0xfb, 0xec, 0xfa, 0x48, 0xf2, 0xa2, 0x28, 0x03, 0x31, 0x84, 0x49, 0xa4, 0x51, 0xc4, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0x84, 0x41, 0x43, 0x31, 0x02, 0x29, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0x82, 0x10, 0x82, 0x10, - 0xe3, 0x20, 0xe2, 0x20, 0x03, 0x21, 0x03, 0x21, 0x03, 0x21, 0x43, 0x29, 0x05, 0x52, 0x87, 0x6a, 0xc7, 0x72, 0xa6, 0x6a, 0x65, 0x5a, 0x05, 0x52, 0xe4, 0x51, 0xa4, 0x51, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x64, 0x49, 0x64, 0x49, 0x63, 0x41, 0xc6, 0xa1, 0x89, 0xf2, 0x69, 0xfa, 0xca, 0xfa, 0x2c, 0xfb, 0x4c, 0xfb, 0x07, 0xe2, 0xc2, 0xb8, 0x63, 0x91, 0x04, 0xc1, 0x82, 0x88, 0xa2, 0x98, 0xe3, 0x98, 0xe3, 0xb0, 0xc3, 0xc8, 0xc3, 0xc0, 0xe4, 0xd0, 0xa2, 0xb8, 0x45, 0xd9, 0xab, 0xfa, 0x2b, 0xfb, 0x0a, 0xfb, 0x48, 0xfa, 0xae, 0xfb, 0x8f, 0xfc, 0xa6, 0xf1, 0x28, 0xfa, 0x24, 0xd9, 0x49, 0xfa, 0x8e, 0xfb, 0x31, 0xfc, 0xa7, 0xe9, 0x04, 0xe1, 0x04, 0xe9, 0xc7, 0xf1, 0xaa, 0xfa, 0x0c, 0xfb, 0xcc, 0xfb, 0x2d, 0xfc, 0xac, 0xfb, 0xee, 0xfb, 0x0f, 0xfc, 0x6c, 0xfb, 0x8d, 0xfb, 0x4e, 0xfb, 0xcd, 0xfb, 0x6d, 0xfb, 0x0c, 0xfb, 0xe8, 0xf9, 0xcf, 0xfb, 0x51, 0xfc, 0xcf, 0xfb, 0x4c, 0xfb, 0x6c, 0xfb, 0x8e, 0xfb, 0xc7, 0xc1, 0xa2, 0x18, 0xe2, 0x28, 0x43, 0x39, 0x84, 0x41, 0x84, 0x41, 0x84, 0x39, 0x63, 0x39, 0x43, 0x39, 0x23, 0x31, 0x02, 0x29, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0x82, 0x10, 0x82, 0x10, - 0x03, 0x21, 0x03, 0x21, 0x23, 0x21, 0x03, 0x21, 0xe3, 0x20, 0xe2, 0x20, 0x84, 0x41, 0x86, 0x6a, 0xc7, 0x6a, 0x86, 0x6a, 0x66, 0x5a, 0x25, 0x5a, 0xe5, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0x84, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x64, 0x59, 0x69, 0xea, 0xeb, 0xfa, 0x2b, 0xfb, 0x2b, 0xfb, 0x0b, 0xfb, 0x07, 0xea, 0xe2, 0xc0, 0x03, 0x89, 0xc4, 0x51, 0xa8, 0x9a, 0xc5, 0xd1, 0x65, 0xb1, 0x61, 0x60, 0x45, 0xc1, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc0, 0x82, 0xa8, 0x87, 0xe9, 0x6a, 0xfa, 0xeb, 0xfa, 0x0a, 0xfb, 0x49, 0xf2, 0xf2, 0xfc, 0x90, 0xfc, 0xe8, 0xf9, 0x24, 0xe1, 0x45, 0xe9, 0xc7, 0xc1, 0x66, 0xe1, 0x29, 0xea, 0x82, 0xb8, 0x04, 0xe1, 0x04, 0xd1, 0x25, 0xe1, 0xad, 0xfb, 0x6f, 0xfc, 0x4f, 0xfc, 0x2c, 0xfc, 0x0d, 0xfc, 0xcd, 0xfb, 0xcd, 0xfb, 0xaf, 0xfb, 0xae, 0xfb, 0x6c, 0xfb, 0xae, 0xfb, 0xcf, 0xfb, 0x8c, 0xfb, 0x6d, 0xfb, 0x4d, 0xfb, 0xc8, 0xf9, 0x31, 0xfc, 0xd0, 0xfb, 0x0d, 0xfb, 0x2d, 0xfb, 0x2d, 0xfb, 0x69, 0xe2, 0x81, 0x10, 0xc2, 0x20, 0x23, 0x31, 0x64, 0x39, 0x64, 0x31, 0x43, 0x31, 0x43, 0x31, 0x23, 0x31, 0x03, 0x29, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0x82, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, - 0x03, 0x21, 0x03, 0x21, 0x03, 0x29, 0x03, 0x21, 0x03, 0x21, 0xe3, 0x20, 0x43, 0x31, 0x46, 0x5a, 0xa7, 0x6a, 0x86, 0x62, 0x66, 0x62, 0x05, 0x5a, 0xe5, 0x51, 0xc4, 0x51, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x63, 0x41, 0x68, 0xe2, 0x8a, 0xfa, 0x68, 0xfa, 0x07, 0xf2, 0x84, 0xe1, 0x23, 0xc1, 0x43, 0x81, 0x63, 0x49, 0x64, 0x41, 0x86, 0x5a, 0x88, 0xba, 0x8e, 0xfc, 0x27, 0xc2, 0x08, 0xe2, 0xc3, 0xc8, 0xe4, 0xd0, 0xa2, 0xb0, 0xc3, 0xb8, 0xe8, 0xf9, 0x09, 0xfa, 0xeb, 0xfa, 0xeb, 0xfa, 0x04, 0xe1, 0xea, 0xfa, 0x90, 0xfc, 0x6a, 0xfa, 0xc3, 0xd0, 0x49, 0xfa, 0x86, 0xf9, 0xaa, 0xfa, 0x69, 0xfa, 0xa3, 0xd0, 0xaa, 0xfa, 0x25, 0xe1, 0xc3, 0xc0, 0xc7, 0xe9, 0xad, 0xfb, 0x4e, 0xfc, 0xcc, 0xfb, 0xed, 0xfb, 0x0e, 0xfc, 0xcd, 0xfb, 0x6d, 0xfb, 0xef, 0xfb, 0xf0, 0xfb, 0x6c, 0xfb, 0x6c, 0xfb, 0x30, 0xfc, 0x6c, 0xfb, 0x8d, 0xfb, 0x6d, 0xfb, 0x2c, 0xfb, 0x09, 0xfa, 0x4d, 0xfb, 0x08, 0xca, 0x29, 0xe2, 0x25, 0x91, 0x81, 0x18, 0xa2, 0x18, 0xc2, 0x20, 0x03, 0x29, 0x64, 0x39, 0x43, 0x31, 0x43, 0x31, 0x23, 0x31, 0x23, 0x29, 0x02, 0x29, 0xe2, 0x20, 0xc2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, - 0xe2, 0x28, 0xe3, 0x20, 0xe2, 0x20, 0xe2, 0x20, 0xe3, 0x20, 0x03, 0x29, 0x43, 0x29, 0x05, 0x52, 0x87, 0x62, 0x86, 0x62, 0x66, 0x5a, 0x25, 0x52, 0xc5, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x64, 0x41, 0x63, 0x61, 0x63, 0x71, 0x63, 0x71, 0x64, 0x51, 0x64, 0x41, 0x64, 0x49, 0x64, 0x41, 0x46, 0x5a, 0x8b, 0x8c, 0xa8, 0xab, 0x8c, 0xfb, 0x8a, 0xfa, 0xc3, 0xd0, 0xe4, 0xc8, 0x82, 0xa8, 0x04, 0xd1, 0x49, 0xfa, 0xc8, 0xf9, 0x8b, 0xfa, 0xeb, 0xfa, 0xe3, 0xd0, 0x69, 0xfa, 0x6f, 0xfc, 0x8d, 0xfb, 0xc3, 0xd0, 0xe7, 0xf1, 0x4d, 0xfb, 0x2c, 0xfb, 0x6d, 0xfb, 0xe4, 0xe0, 0x6d, 0xfb, 0x8a, 0xfa, 0xab, 0xfa, 0xe7, 0xf9, 0x2c, 0xfb, 0x6c, 0xfb, 0xee, 0xfb, 0x0d, 0xfc, 0xac, 0xfb, 0x0f, 0xfc, 0xac, 0xfb, 0xce, 0xfb, 0x8d, 0xfb, 0x8e, 0xfb, 0xf0, 0xfb, 0x6c, 0xfb, 0xce, 0xfb, 0x4c, 0xfb, 0x6c, 0xfb, 0x8d, 0xfb, 0x6d, 0xfb, 0x0c, 0xfb, 0x69, 0xfa, 0x61, 0x08, 0x81, 0x10, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xe2, 0x20, 0x23, 0x31, 0x43, 0x31, 0x43, 0x31, 0x23, 0x31, 0x23, 0x29, 0x03, 0x29, 0x02, 0x21, 0xc2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0x82, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0xa2, 0x10, 0xa2, 0x18, - 0xc2, 0x28, 0xc2, 0x20, 0xa2, 0x18, 0x82, 0x18, 0xc2, 0x18, 0x03, 0x21, 0x23, 0x29, 0xc5, 0x41, 0x87, 0x62, 0x86, 0x62, 0x46, 0x5a, 0x05, 0x52, 0xe4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x41, 0x84, 0x41, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x64, 0x41, 0x64, 0x41, 0x64, 0x41, 0x63, 0x41, 0xea, 0x83, 0xa9, 0x7c, 0xa7, 0x64, 0xea, 0xea, 0xe4, 0xd8, 0xe4, 0xc8, 0x82, 0xa8, 0xa7, 0xe9, 0x4a, 0xfa, 0xc8, 0xf9, 0x6a, 0xfa, 0xcb, 0xfa, 0xc3, 0xc0, 0xc7, 0xf1, 0xce, 0xfb, 0x6f, 0xfc, 0x45, 0xe9, 0x86, 0xf1, 0x0c, 0xfb, 0x2c, 0xfb, 0xeb, 0xfa, 0x25, 0xe1, 0xc7, 0xf1, 0x11, 0xfd, 0x6a, 0xfa, 0x30, 0xfc, 0xea, 0xfa, 0xee, 0xfb, 0x6c, 0xfb, 0xef, 0xfb, 0xcc, 0xfb, 0xcd, 0xfb, 0xae, 0xfb, 0xee, 0xfb, 0xef, 0xfb, 0x6c, 0xfb, 0xee, 0xfb, 0x8e, 0xfb, 0x10, 0xfc, 0xea, 0xfa, 0x29, 0xfa, 0x6d, 0xfb, 0x6c, 0xfb, 0xad, 0xfb, 0xef, 0xfb, 0x64, 0xa1, 0x82, 0x10, 0x82, 0x10, 0x81, 0x10, 0x82, 0x18, 0xa2, 0x18, 0x82, 0x10, 0xa2, 0x18, 0xe2, 0x20, 0x03, 0x29, 0x03, 0x29, 0x03, 0x29, 0x03, 0x29, 0x03, 0x29, 0xe2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xe3, 0x20, - 0xa2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xc2, 0x20, 0xc2, 0x18, 0xc2, 0x20, 0x23, 0x29, 0x84, 0x39, 0x46, 0x5a, 0xa7, 0x62, 0x66, 0x62, 0x25, 0x5a, 0xe5, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x41, 0x84, 0x41, 0x84, 0x41, 0x84, 0x41, 0x84, 0x41, 0x64, 0x41, 0x64, 0x41, 0x64, 0x41, 0x84, 0x41, 0x2a, 0x8c, 0x87, 0x6c, 0x4b, 0xa5, 0xa8, 0xf1, 0xe4, 0xd0, 0xa2, 0xb8, 0xa7, 0xf1, 0x29, 0xfa, 0xc8, 0xf9, 0x8a, 0xfa, 0x8a, 0xfa, 0xc3, 0xc0, 0x66, 0xe9, 0x6d, 0xfb, 0x12, 0xfd, 0x86, 0xe1, 0xe4, 0xd0, 0x25, 0xf1, 0x66, 0xf9, 0xa7, 0xf9, 0xa3, 0xc0, 0x04, 0xe1, 0xea, 0xfa, 0xad, 0xfb, 0xaa, 0xfa, 0x8a, 0xfa, 0xec, 0xfb, 0x0e, 0xfc, 0x6c, 0xfb, 0xef, 0xfb, 0x8b, 0xfb, 0xce, 0xfb, 0xeb, 0xfa, 0x91, 0xfc, 0x8d, 0xfb, 0x8d, 0xfb, 0xcd, 0xfb, 0xce, 0xfb, 0xaa, 0xfa, 0x65, 0xf9, 0x87, 0xf9, 0x8c, 0xfb, 0x6c, 0xfb, 0xad, 0xfb, 0xc7, 0xe1, 0x82, 0x88, 0xa2, 0x18, 0x82, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x61, 0x10, 0x82, 0x10, 0xa2, 0x18, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xa2, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0x23, 0x29, 0x03, 0x29, 0xe3, 0x28, 0xe3, 0x20, 0x03, 0x29, 0x44, 0x31, 0x03, 0x21, 0xe3, 0x20, 0xc2, 0x18, - 0xc2, 0x18, 0xc2, 0x18, 0xc2, 0x20, 0xe2, 0x20, 0xe2, 0x20, 0xc3, 0x20, 0x03, 0x21, 0x23, 0x29, 0x26, 0x52, 0x86, 0x62, 0x66, 0x62, 0x25, 0x5a, 0xe5, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x49, 0xa4, 0x41, 0x84, 0x41, 0x84, 0x41, 0x64, 0x41, 0x64, 0x41, 0x63, 0x41, 0x64, 0x41, 0xa4, 0x49, 0x6a, 0x84, 0x67, 0x64, 0x0f, 0xe5, 0xc3, 0xd0, 0xc3, 0xc8, 0x86, 0xf1, 0x49, 0xfa, 0x49, 0xfa, 0xab, 0xfa, 0x8a, 0xfa, 0xa2, 0xb8, 0x25, 0xe1, 0xae, 0xfb, 0x6d, 0xf3, 0xad, 0xf3, 0xa2, 0xb8, 0xc3, 0xc8, 0xc8, 0xf9, 0xab, 0xfa, 0xc3, 0xc8, 0xc3, 0xc0, 0x86, 0xe9, 0xed, 0xfb, 0xaa, 0xfa, 0xeb, 0xfa, 0xaa, 0xfa, 0xeb, 0xfb, 0x0f, 0xfc, 0x6c, 0xfb, 0x0f, 0xfc, 0x6b, 0xfb, 0xee, 0xfb, 0x2b, 0xfb, 0xcb, 0xfa, 0x4f, 0xfc, 0xad, 0xfb, 0x8d, 0xfb, 0xcb, 0xfa, 0x44, 0xe1, 0xa2, 0xb8, 0x25, 0xc9, 0x4c, 0xfb, 0x6d, 0xfb, 0xeb, 0xfa, 0xa2, 0xb0, 0x82, 0xa8, 0xe2, 0x78, 0xe2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0xc2, 0x20, 0x23, 0x29, 0x23, 0x29, 0x23, 0x29, 0x03, 0x29, 0x23, 0x29, 0x84, 0x39, 0xe5, 0x49, 0x25, 0x52, 0x45, 0x4a, 0x05, 0x4a, 0xa5, 0x41, 0xe6, 0x49, 0x67, 0x52, 0x87, 0x5a, 0xc5, 0x41, 0x03, 0x21, 0x03, 0x21, - 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xe3, 0x20, 0xe2, 0x20, 0x03, 0x21, 0x03, 0x29, 0xe5, 0x49, 0x66, 0x5a, 0x66, 0x62, 0x25, 0x5a, 0xe5, 0x51, 0xc5, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x41, 0x84, 0x41, 0x63, 0x41, 0x63, 0x39, 0x63, 0x41, 0x64, 0x41, 0x64, 0x41, 0xe5, 0x51, 0x2d, 0x95, 0xc8, 0x7c, 0x4f, 0xfc, 0xc3, 0xc8, 0x45, 0xe9, 0x6a, 0xfa, 0x8b, 0xfa, 0xcb, 0xfa, 0x49, 0xfa, 0x82, 0xb8, 0xa6, 0xe1, 0x8e, 0xfb, 0x04, 0xb9, 0x93, 0xfd, 0xa3, 0xc8, 0x82, 0xb0, 0x86, 0xe9, 0x66, 0xe9, 0x65, 0xe1, 0x82, 0xa0, 0xe4, 0xd0, 0x0b, 0xfb, 0xcd, 0xfb, 0xe7, 0xf1, 0x2c, 0xfb, 0xca, 0xfa, 0xcb, 0xfb, 0xee, 0xfb, 0x8d, 0xfb, 0x0f, 0xfc, 0x6c, 0xfb, 0xce, 0xfb, 0x6c, 0xfb, 0xc7, 0xf9, 0xc7, 0xe9, 0xc7, 0xf9, 0x24, 0xf1, 0xe3, 0xd0, 0xa2, 0xb8, 0x82, 0xb8, 0x82, 0xa0, 0x61, 0x80, 0x41, 0x90, 0x61, 0x80, 0xa2, 0xa0, 0xa2, 0xa8, 0xc3, 0xb8, 0x43, 0x41, 0x03, 0x29, 0xe2, 0x20, 0xe2, 0x20, 0xc2, 0x18, 0xc2, 0x18, 0x03, 0x21, 0x64, 0x31, 0xc5, 0x49, 0x06, 0x52, 0x46, 0x5a, 0xa7, 0x6a, 0xe8, 0x72, 0x49, 0x83, 0xa9, 0x83, 0x2a, 0x8c, 0xea, 0x9b, 0x28, 0x73, 0xab, 0x83, 0x2d, 0x9c, 0x4d, 0x9c, 0xaa, 0x8b, 0x87, 0x62, 0xc7, 0x6a, - 0xe3, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xe2, 0x20, 0xe3, 0x20, 0x03, 0x29, 0x23, 0x29, 0x03, 0x21, 0xa4, 0x39, 0x46, 0x5a, 0x86, 0x62, 0x45, 0x5a, 0xe4, 0x51, 0xc4, 0x51, 0xc4, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x41, 0x84, 0x41, 0x63, 0x41, 0x63, 0x39, 0x64, 0x41, 0x84, 0x49, 0x84, 0x49, 0x86, 0x5a, 0x8e, 0xa5, 0xc8, 0x9c, 0x2c, 0xf3, 0xe4, 0xd8, 0x29, 0xfa, 0xab, 0xfa, 0xec, 0xfa, 0xe8, 0xf1, 0x82, 0xc0, 0x69, 0xea, 0x6d, 0xfb, 0x61, 0x98, 0x2f, 0xe4, 0xe7, 0xe9, 0xa2, 0xb0, 0xc3, 0xc8, 0x86, 0xe9, 0x65, 0xf1, 0xa2, 0xb0, 0xa2, 0xa8, 0x8a, 0xf2, 0x6c, 0xfb, 0xad, 0xfb, 0x25, 0xe9, 0xcb, 0xfa, 0x2b, 0xfb, 0x8b, 0xfb, 0x8c, 0xfb, 0x31, 0xfc, 0x0f, 0xfc, 0x8d, 0xfb, 0xcd, 0xfb, 0x8c, 0xfb, 0x0b, 0xfb, 0xe4, 0xe0, 0xe4, 0xd0, 0x62, 0xa0, 0x82, 0xa8, 0x82, 0xb0, 0xa2, 0xb8, 0xa2, 0xb8, 0x82, 0x88, 0x82, 0x88, 0x82, 0x98, 0x82, 0x88, 0xa2, 0xa8, 0xa2, 0xb0, 0xe7, 0xc1, 0x03, 0x21, 0x03, 0x29, 0x23, 0x31, 0x23, 0x29, 0x23, 0x29, 0x43, 0x31, 0x44, 0x31, 0xc5, 0x41, 0x47, 0x5a, 0xe8, 0x72, 0xca, 0x93, 0x0b, 0x9c, 0xeb, 0x8b, 0x0a, 0x84, 0xcc, 0xa4, 0xad, 0xac, 0x6c, 0x9c, 0xef, 0xb4, 0xb1, 0xcd, 0xd2, 0xdd, 0x50, 0xcd, 0xcd, 0xb4, 0x8d, 0xac, - 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0x23, 0x29, 0x23, 0x29, 0x03, 0x21, 0x84, 0x39, 0x45, 0x5a, 0x86, 0x62, 0x66, 0x5a, 0x25, 0x5a, 0xe4, 0x51, 0xc4, 0x51, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xc4, 0x49, 0xa4, 0x41, 0x84, 0x41, 0x64, 0x41, 0x64, 0x41, 0x84, 0x41, 0x84, 0x49, 0x64, 0x41, 0xca, 0x7b, 0x4b, 0x85, 0xa7, 0xe2, 0x86, 0xe9, 0xa7, 0xf1, 0xcb, 0xfa, 0xcc, 0xfa, 0x66, 0xe1, 0xa3, 0xc8, 0x4c, 0xfb, 0x89, 0xf2, 0x61, 0x90, 0xc3, 0x98, 0x33, 0xfd, 0xa3, 0xc8, 0xc3, 0xc0, 0xa7, 0xf1, 0x66, 0xe9, 0xc7, 0xe9, 0x82, 0x98, 0x86, 0xd9, 0x6d, 0xfb, 0x6d, 0xfb, 0xaa, 0xfa, 0x86, 0xe9, 0x49, 0xf2, 0x8c, 0xfb, 0x6b, 0xfb, 0x6b, 0xfb, 0xee, 0xfb, 0x0f, 0xfc, 0xef, 0xfb, 0xac, 0xfb, 0xad, 0xfb, 0x6c, 0xfb, 0xe8, 0xf9, 0x04, 0xe1, 0x62, 0xa8, 0x82, 0xa8, 0x82, 0xb0, 0xa2, 0xb8, 0xa2, 0xc0, 0x82, 0x98, 0x82, 0x90, 0x82, 0x98, 0x82, 0xa0, 0x82, 0x90, 0xc3, 0xb0, 0x49, 0xea, 0x23, 0x41, 0x23, 0x29, 0x44, 0x31, 0x44, 0x31, 0x64, 0x39, 0x84, 0x41, 0x64, 0x39, 0x64, 0x31, 0xa5, 0x41, 0xc7, 0x6a, 0x0a, 0xac, 0x4b, 0xac, 0xca, 0x8b, 0xea, 0x83, 0x0b, 0x8c, 0x6c, 0x94, 0x8d, 0x9c, 0x2f, 0xb5, 0xb1, 0xd5, 0xf2, 0xdd, 0x70, 0xcd, 0x50, 0xc5, 0x91, 0xcd, - 0xe3, 0x20, 0xe3, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0x23, 0x29, 0x64, 0x31, 0x44, 0x29, 0x64, 0x31, 0x46, 0x5a, 0x86, 0x62, 0x66, 0x62, 0x45, 0x5a, 0x05, 0x52, 0xe5, 0x51, 0xc4, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x49, 0xa4, 0x41, 0x84, 0x41, 0x64, 0x41, 0x84, 0x49, 0x84, 0x49, 0x84, 0x41, 0x84, 0x49, 0x0e, 0x9d, 0x0c, 0x9d, 0x87, 0xf1, 0xab, 0xfa, 0x6a, 0xfa, 0xa7, 0xf1, 0xc3, 0xd0, 0x45, 0xd9, 0x4c, 0xfb, 0x45, 0xc9, 0x61, 0x88, 0x61, 0x88, 0xee, 0xdb, 0x28, 0xea, 0xc3, 0xc0, 0x04, 0xd9, 0x87, 0xf1, 0xcb, 0xfa, 0x04, 0xd1, 0x04, 0xc1, 0xcf, 0xfb, 0xeb, 0xfa, 0xad, 0xfb, 0x66, 0xe1, 0x49, 0xfa, 0x08, 0xf2, 0x8d, 0xfb, 0x4b, 0xfb, 0x4b, 0xfb, 0x6b, 0xfb, 0xef, 0xfb, 0x50, 0xfc, 0x8c, 0xfb, 0x8c, 0xfb, 0x6c, 0xfb, 0x6c, 0xfb, 0x4a, 0xea, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xb0, 0xc3, 0xc0, 0xc3, 0xc8, 0xa2, 0xa0, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xa8, 0xa2, 0xa8, 0xa2, 0xa0, 0xa7, 0xd9, 0x07, 0x8a, 0x23, 0x29, 0x84, 0x39, 0xc5, 0x41, 0x25, 0x52, 0xe5, 0x51, 0x84, 0x39, 0x84, 0x39, 0x84, 0x39, 0x46, 0x5a, 0x89, 0x9b, 0x6b, 0xac, 0x6c, 0x9c, 0x0b, 0x94, 0xab, 0x8b, 0xeb, 0x8b, 0x2c, 0x8c, 0x6c, 0x94, 0xce, 0xac, 0xae, 0xac, 0x8d, 0xa4, 0x50, 0xbd, 0xb2, 0xcd, - 0xe2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x18, 0x43, 0x21, 0x84, 0x31, 0xa5, 0x39, 0xc5, 0x39, 0xa4, 0x39, 0x46, 0x5a, 0xa6, 0x6a, 0x86, 0x62, 0x66, 0x5a, 0x25, 0x52, 0xe5, 0x51, 0xc4, 0x51, 0xc4, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x41, 0x84, 0x41, 0x84, 0x41, 0x84, 0x49, 0x84, 0x49, 0x84, 0x41, 0xe4, 0x51, 0x90, 0xad, 0x2c, 0xc4, 0xab, 0xfa, 0x8b, 0xfa, 0x08, 0xfa, 0x66, 0xe1, 0x86, 0xf1, 0xc6, 0xf1, 0x82, 0x98, 0x61, 0x88, 0x82, 0x90, 0x61, 0x98, 0x53, 0xfd, 0xa3, 0xc8, 0xe3, 0xd0, 0x66, 0xf1, 0xa7, 0xf1, 0xaa, 0xfa, 0x82, 0xa8, 0xae, 0xfb, 0x2c, 0xfb, 0x4d, 0xfb, 0x2b, 0xfb, 0xc3, 0xd8, 0x2c, 0xfb, 0x08, 0xf2, 0x4b, 0xfb, 0x2c, 0xfb, 0x4c, 0xfb, 0x8c, 0xfb, 0xa7, 0xf1, 0x6d, 0xfb, 0xad, 0xfb, 0x8c, 0xfb, 0xcd, 0xfb, 0x0c, 0xfb, 0xa2, 0xc0, 0x82, 0xa8, 0x82, 0xb0, 0xa2, 0xb8, 0xc3, 0xc0, 0x04, 0xd9, 0xa2, 0xa0, 0x82, 0x98, 0xa2, 0xa8, 0xa2, 0xb0, 0xa3, 0xb8, 0xc2, 0xb0, 0x66, 0xd1, 0xeb, 0xd2, 0x46, 0x52, 0x48, 0x83, 0xea, 0x9b, 0xea, 0x9b, 0x68, 0x83, 0x07, 0x7b, 0xe7, 0x72, 0xa7, 0x62, 0x26, 0x52, 0xc7, 0x62, 0x2b, 0x8c, 0xee, 0xa4, 0x6d, 0xa4, 0xec, 0x93, 0x4c, 0x8c, 0x6d, 0x94, 0xcf, 0xac, 0x51, 0xbd, 0x51, 0xc5, 0x71, 0xc5, 0xb1, 0xd5, 0x90, 0xcd, - 0x23, 0x21, 0x63, 0x29, 0xa4, 0x31, 0x44, 0x3a, 0x45, 0x42, 0x25, 0x4a, 0x66, 0x52, 0x87, 0x5a, 0x66, 0x52, 0xa7, 0x62, 0xc6, 0x6a, 0x86, 0x62, 0x46, 0x62, 0x45, 0x5a, 0xe5, 0x51, 0xc4, 0x51, 0xe4, 0x51, 0xe4, 0x51, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x49, 0x84, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x05, 0x5a, 0xf2, 0xb5, 0x8c, 0xdb, 0xa6, 0xe1, 0x49, 0xf2, 0x65, 0xd9, 0x44, 0xd9, 0xc3, 0xb8, 0x61, 0x88, 0x82, 0x88, 0x82, 0x98, 0x82, 0xa0, 0xc3, 0xa8, 0xd1, 0xfc, 0xc3, 0xc8, 0x04, 0xd9, 0x66, 0xf1, 0x2c, 0xfb, 0x04, 0xc1, 0xe7, 0xe1, 0xce, 0xfb, 0xeb, 0xfa, 0xad, 0xfb, 0x28, 0xf2, 0xa6, 0xe9, 0x2c, 0xfb, 0x49, 0xf2, 0x4b, 0xfb, 0x2b, 0xfb, 0x2b, 0xfb, 0xac, 0xfb, 0xa7, 0xe9, 0x03, 0xc1, 0x28, 0xea, 0xca, 0xea, 0xe9, 0xe2, 0xa3, 0xc8, 0xa2, 0xb8, 0xa2, 0xb8, 0xa2, 0xb8, 0xa3, 0xb8, 0xe4, 0xc8, 0x49, 0xf2, 0xe5, 0x59, 0xe2, 0x80, 0x82, 0xb0, 0xc3, 0xc0, 0xe3, 0xc0, 0xe3, 0xc0, 0x86, 0xd1, 0x89, 0xa3, 0x8c, 0xac, 0x4f, 0xcd, 0x6f, 0xcd, 0x4e, 0xc5, 0xcd, 0xb4, 0x6b, 0xac, 0x4b, 0xa4, 0x0a, 0x9c, 0x48, 0x83, 0xc7, 0x6a, 0xaa, 0x7b, 0x8d, 0x9c, 0x6d, 0xac, 0x8d, 0xac, 0xee, 0xac, 0x2f, 0xb5, 0x92, 0xc5, 0x35, 0xde, 0x14, 0xde, 0xd2, 0xdd, 0xd2, 0xdd, 0xd2, 0xdd, - 0xc4, 0x39, 0x65, 0x4a, 0x25, 0x5b, 0xc6, 0x6b, 0xa7, 0x6b, 0x07, 0x63, 0xe7, 0x6a, 0x28, 0x73, 0x28, 0x6b, 0x28, 0x6b, 0xe7, 0x72, 0x66, 0x62, 0x45, 0x62, 0x45, 0x5a, 0x05, 0x52, 0xe4, 0x51, 0xc4, 0x51, 0xc4, 0x51, 0xa4, 0x51, 0x84, 0x49, 0x84, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xe4, 0x51, 0xd2, 0xb5, 0xa9, 0xd2, 0x82, 0xb0, 0x45, 0xe9, 0x82, 0xa8, 0x82, 0x98, 0x61, 0x98, 0x82, 0x88, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xa8, 0xa6, 0xb9, 0xce, 0xf3, 0xe4, 0xd8, 0x45, 0xe9, 0x69, 0xfa, 0x09, 0xf3, 0x82, 0xa0, 0x8d, 0xfb, 0x2c, 0xfb, 0x4d, 0xfb, 0x6c, 0xfb, 0xe4, 0xd8, 0xaa, 0xfa, 0x8a, 0xf2, 0xcb, 0xfa, 0x2b, 0xfb, 0x2b, 0xfb, 0x2b, 0xfb, 0xac, 0xfb, 0xab, 0xfa, 0x03, 0xb9, 0x82, 0x90, 0x21, 0x90, 0x09, 0x84, 0x03, 0xa9, 0xc3, 0xc0, 0x04, 0xd1, 0xc3, 0xc0, 0xe3, 0xc8, 0xa7, 0xe9, 0xea, 0xab, 0x2a, 0x8c, 0xca, 0x8b, 0xa7, 0x92, 0x84, 0xb1, 0x44, 0xc9, 0x64, 0xc9, 0x29, 0xd3, 0x8e, 0xc5, 0xd0, 0xd5, 0xf0, 0xdd, 0xf0, 0xdd, 0xaf, 0xcd, 0x4e, 0xc5, 0x0d, 0xbd, 0xcc, 0xb4, 0xac, 0xac, 0x2a, 0xa4, 0x68, 0x8b, 0x69, 0x7b, 0xcb, 0x8b, 0x4c, 0xa4, 0x8d, 0xac, 0x0e, 0xb5, 0x4f, 0xb5, 0x71, 0xbd, 0xd3, 0xd5, 0xf3, 0xd5, 0xd3, 0xd5, 0x91, 0xcd, 0x91, 0xd5, - 0x65, 0x52, 0x26, 0x63, 0xe7, 0x73, 0x67, 0x7c, 0x68, 0x84, 0xa7, 0x7b, 0x67, 0x73, 0xa9, 0x83, 0xe9, 0x7b, 0xc9, 0x7b, 0x07, 0x73, 0x86, 0x6a, 0x45, 0x62, 0x45, 0x5a, 0x05, 0x5a, 0xe4, 0x51, 0xc4, 0x51, 0xa4, 0x51, 0x84, 0x49, 0x84, 0x41, 0x84, 0x41, 0x83, 0x39, 0x83, 0x39, 0xa4, 0x41, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xa4, 0x51, 0x4c, 0x8c, 0x47, 0xc2, 0x45, 0xd9, 0x24, 0xd1, 0x82, 0xa0, 0x61, 0xa0, 0x87, 0x93, 0x43, 0xa9, 0x82, 0xa8, 0xa2, 0xb8, 0xa2, 0xa8, 0x0b, 0xd3, 0x6d, 0xf3, 0x25, 0xe1, 0xa7, 0xf9, 0x2c, 0xfb, 0xe6, 0xb2, 0xc7, 0xd9, 0xad, 0xfb, 0xcc, 0xfa, 0xee, 0xfb, 0xc6, 0xd9, 0x87, 0xf1, 0x2b, 0xfb, 0x29, 0xf2, 0x4c, 0xfb, 0x2b, 0xfb, 0x0b, 0xfb, 0x4b, 0xfb, 0x8c, 0xfb, 0xb2, 0xfc, 0x65, 0xc1, 0x82, 0x98, 0x61, 0x90, 0x27, 0x8b, 0xc5, 0x41, 0xc5, 0x91, 0x2b, 0xf3, 0xeb, 0xfa, 0x48, 0xf2, 0x8c, 0xcc, 0x6d, 0xad, 0x0c, 0xa5, 0x8c, 0xa4, 0x8c, 0xac, 0xed, 0xac, 0x0d, 0xb5, 0x4e, 0xbd, 0xcf, 0xcd, 0xef, 0xd5, 0xcf, 0xcd, 0xcf, 0xcd, 0xae, 0xcd, 0x8e, 0xc5, 0x6d, 0xc5, 0x6d, 0xc5, 0x6e, 0xc5, 0x2d, 0xbd, 0xac, 0xac, 0x2b, 0x9c, 0xca, 0x93, 0x89, 0x8b, 0xaa, 0x93, 0xcb, 0x93, 0x6b, 0x9c, 0xcc, 0xa4, 0xed, 0xa4, 0x10, 0xbd, 0x51, 0xc5, 0x72, 0xc5, 0x0f, 0xbd, 0xce, 0xbc, - 0xa6, 0x5a, 0x67, 0x6b, 0xe7, 0x73, 0x28, 0x7c, 0x68, 0x84, 0x28, 0x7c, 0xe8, 0x7b, 0x29, 0x84, 0xaa, 0x8c, 0x6a, 0x84, 0x47, 0x73, 0x66, 0x62, 0x46, 0x62, 0x25, 0x62, 0x05, 0x5a, 0xe5, 0x51, 0xc4, 0x51, 0x84, 0x49, 0x84, 0x41, 0x84, 0x41, 0x84, 0x41, 0xa3, 0x39, 0xa4, 0x39, 0xc4, 0x41, 0xc4, 0x41, 0xa4, 0x49, 0xc5, 0x51, 0xc4, 0x51, 0xe7, 0x6a, 0x0d, 0xb5, 0xa9, 0xfa, 0x43, 0xc1, 0x45, 0x9a, 0x0f, 0xa6, 0x4a, 0xa5, 0x82, 0xb8, 0xc3, 0xc0, 0xa2, 0xb8, 0xa2, 0xa8, 0x0b, 0xdb, 0x8e, 0xf3, 0x45, 0xe9, 0xaa, 0xfa, 0xec, 0xec, 0x43, 0x99, 0x4c, 0xfb, 0xeb, 0xfa, 0x8e, 0xfb, 0x4b, 0xfb, 0xe4, 0xc0, 0x2c, 0xfb, 0x2b, 0xfb, 0x29, 0xf2, 0x4c, 0xfb, 0x0b, 0xfb, 0x0b, 0xfb, 0x4b, 0xfb, 0x8c, 0xfb, 0xd3, 0xfc, 0x89, 0xda, 0xa2, 0xa0, 0x82, 0x98, 0x86, 0x8a, 0x2b, 0x94, 0xcd, 0xac, 0x4f, 0xc5, 0x6f, 0xcd, 0xd0, 0xcd, 0xcf, 0xc5, 0xaf, 0xc5, 0xaf, 0xc5, 0xb0, 0xd5, 0xd0, 0xd5, 0x11, 0xde, 0x11, 0xe6, 0x31, 0xe6, 0x31, 0xe6, 0x31, 0xde, 0x31, 0xe6, 0x51, 0xde, 0x10, 0xd6, 0x8e, 0xcd, 0x6d, 0xbd, 0x8e, 0xc5, 0xce, 0xcd, 0xcf, 0xcd, 0x6e, 0xbd, 0xed, 0xb4, 0x8c, 0xac, 0x0a, 0x9c, 0x89, 0x8b, 0x08, 0x7b, 0x28, 0x7b, 0x0a, 0x94, 0x2c, 0xa4, 0x6d, 0xac, 0x8e, 0xb4, 0xef, 0xbc, 0xae, 0xb4, 0xad, 0xb4, - 0x26, 0x5b, 0xe7, 0x73, 0x08, 0x74, 0x29, 0x7c, 0x29, 0x7c, 0x28, 0x74, 0x28, 0x7c, 0xa9, 0x84, 0x0b, 0x8d, 0xaa, 0x84, 0x67, 0x73, 0x66, 0x62, 0x45, 0x62, 0x85, 0x5a, 0x24, 0x52, 0xc5, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xc4, 0x49, 0xe4, 0x41, 0xe4, 0x41, 0xc4, 0x49, 0xa4, 0x49, 0xc4, 0x51, 0xc4, 0x51, 0x05, 0x5a, 0x2e, 0x95, 0xa9, 0x75, 0x08, 0x7e, 0x48, 0x75, 0xab, 0x7d, 0xe3, 0xa9, 0xe3, 0xc8, 0xc3, 0xc8, 0xa2, 0xb8, 0xa2, 0xb8, 0x08, 0xe2, 0x2c, 0xfb, 0xc7, 0xf9, 0xee, 0xfb, 0xac, 0x9d, 0x45, 0xc9, 0x8d, 0xfb, 0xec, 0xfa, 0x0e, 0xfc, 0x45, 0xc9, 0xc7, 0xc9, 0x4c, 0xfb, 0x6c, 0xfb, 0x09, 0xea, 0x6c, 0xfb, 0x4c, 0xfb, 0x2c, 0xfb, 0x4b, 0xfb, 0x8c, 0xfb, 0x14, 0xfd, 0xca, 0xe2, 0xa2, 0xa0, 0x82, 0x98, 0xe4, 0x89, 0x31, 0xd6, 0x93, 0xee, 0xb3, 0xf6, 0x93, 0xee, 0x93, 0xee, 0x92, 0xee, 0x52, 0xe6, 0x52, 0xe6, 0x52, 0xe6, 0x73, 0xee, 0x93, 0xee, 0x72, 0xee, 0x72, 0xe6, 0x92, 0xe6, 0xd3, 0xee, 0x34, 0xff, 0x56, 0xff, 0x14, 0xff, 0xb2, 0xee, 0x51, 0xde, 0xf0, 0xd5, 0xef, 0xcd, 0x0f, 0xce, 0xef, 0xcd, 0x8e, 0xc5, 0x2e, 0xbd, 0xad, 0xac, 0x0a, 0x94, 0x89, 0x8b, 0x28, 0x83, 0x28, 0x8b, 0x0c, 0xac, 0xae, 0xb4, 0xee, 0xbc, 0x0f, 0xc5, 0x0f, 0xbd, 0x50, 0xc5, - 0x67, 0x63, 0xe8, 0x6b, 0xe7, 0x73, 0xe9, 0x73, 0x88, 0x6b, 0x87, 0x6b, 0x48, 0x7c, 0xea, 0x8c, 0x4c, 0x8d, 0xab, 0x7c, 0x47, 0x6b, 0x66, 0x62, 0xc5, 0x5a, 0x05, 0x5b, 0x64, 0x4a, 0xc4, 0x51, 0xc5, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xc4, 0x49, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0x05, 0x52, 0xb0, 0xad, 0x29, 0x75, 0x68, 0x75, 0xe8, 0x74, 0x67, 0x64, 0x04, 0xe1, 0x04, 0xd9, 0xc3, 0xc8, 0xc3, 0xc8, 0x08, 0xea, 0x6d, 0xfb, 0x6b, 0xfb, 0x31, 0xfc, 0xf2, 0xbe, 0xa5, 0x8b, 0x2c, 0xfb, 0xeb, 0xfa, 0xef, 0xfb, 0x69, 0xea, 0x61, 0x98, 0x29, 0xda, 0x4b, 0xfb, 0x6d, 0xfb, 0x08, 0xea, 0x6c, 0xfb, 0x2c, 0xfb, 0x0b, 0xfb, 0x4b, 0xfb, 0x8c, 0xfb, 0x33, 0xfd, 0x27, 0xd2, 0x82, 0xa8, 0xa2, 0xa0, 0xa4, 0x91, 0x72, 0xde, 0xd3, 0xf6, 0xd3, 0xf6, 0xf3, 0xf6, 0xf4, 0xf6, 0xb3, 0xee, 0x72, 0xe6, 0x73, 0xe6, 0x73, 0xee, 0x73, 0xe6, 0x73, 0xe6, 0x73, 0xe6, 0xd4, 0xee, 0xf4, 0xf6, 0x35, 0xff, 0x77, 0xff, 0x98, 0xff, 0x99, 0xff, 0x77, 0xff, 0x55, 0xff, 0xf4, 0xf6, 0x93, 0xee, 0x31, 0xde, 0xef, 0xcd, 0xae, 0xc5, 0x6e, 0xbd, 0x0d, 0xad, 0x6b, 0x9c, 0x0a, 0x94, 0x8a, 0x8b, 0x48, 0x83, 0x49, 0x83, 0x4d, 0xa4, 0x30, 0xbd, 0x92, 0xcd, 0xb2, 0xd5, 0xf3, 0xdd, - 0x06, 0x5b, 0x07, 0x5b, 0x27, 0x5b, 0x07, 0x5b, 0xc7, 0x52, 0xc7, 0x5a, 0x29, 0x7c, 0xca, 0x84, 0x89, 0x7c, 0xc8, 0x73, 0xc6, 0x62, 0x45, 0x5a, 0x06, 0x5b, 0x65, 0x5b, 0xc4, 0x4a, 0xe4, 0x51, 0xc5, 0x51, 0xa4, 0x51, 0xa4, 0x49, 0xa5, 0x49, 0xa4, 0x49, 0x84, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0x89, 0x7b, 0x53, 0xbe, 0x26, 0x54, 0x25, 0x54, 0x86, 0x64, 0xc9, 0x8c, 0x2a, 0xfa, 0x6a, 0xfa, 0xab, 0xfa, 0x4d, 0xfb, 0x2f, 0xfc, 0x56, 0xf6, 0xf9, 0xdf, 0xae, 0x96, 0x26, 0x6d, 0x27, 0xb3, 0x6c, 0xfb, 0x6e, 0xfb, 0x8d, 0xfb, 0x82, 0xa0, 0x81, 0x98, 0x6a, 0xda, 0x2b, 0xfb, 0x0c, 0xfb, 0x69, 0xf2, 0x4c, 0xfb, 0x2c, 0xfb, 0x2b, 0xfb, 0x4b, 0xfb, 0xcd, 0xfb, 0xd2, 0xfc, 0x23, 0xb9, 0x82, 0xa8, 0x82, 0xa0, 0x63, 0x99, 0x51, 0xce, 0xf3, 0xf6, 0xd3, 0xf6, 0x14, 0xff, 0xf4, 0xf6, 0xd3, 0xee, 0xb3, 0xe6, 0xb3, 0xe6, 0x93, 0xee, 0x73, 0xe6, 0x73, 0xe6, 0xb4, 0xe6, 0x15, 0xf7, 0x15, 0xf7, 0x34, 0xf7, 0x56, 0xff, 0x98, 0xff, 0x99, 0xff, 0x99, 0xff, 0x99, 0xff, 0x78, 0xff, 0x58, 0xff, 0xd5, 0xf6, 0x73, 0xe6, 0xd0, 0xcd, 0x6e, 0xbd, 0x4e, 0xbd, 0xed, 0xac, 0x2b, 0x94, 0xc9, 0x8b, 0xc9, 0x8b, 0x48, 0x7b, 0xab, 0x8b, 0x6e, 0xa4, 0x31, 0xbd, 0xf4, 0xd5, 0xf3, 0xd5, - 0x46, 0x4a, 0x26, 0x52, 0x46, 0x52, 0x46, 0x4a, 0x26, 0x4a, 0x66, 0x52, 0x88, 0x6b, 0xe9, 0x73, 0x68, 0x6b, 0xe7, 0x62, 0x26, 0x52, 0xe5, 0x51, 0x65, 0x52, 0x45, 0x5b, 0x04, 0x4b, 0x64, 0x4a, 0xe4, 0x49, 0xa4, 0x49, 0xa5, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x41, 0x84, 0x41, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xc4, 0x51, 0xc4, 0x51, 0x0b, 0x8c, 0x52, 0xb6, 0xe6, 0x53, 0x85, 0x4b, 0xa6, 0x64, 0x0a, 0x75, 0x4e, 0x9e, 0x6a, 0xdc, 0x2a, 0xbc, 0x4d, 0xa5, 0x8d, 0x9e, 0x48, 0x75, 0x87, 0x75, 0x2a, 0x8e, 0x48, 0x75, 0x6b, 0xf3, 0x2c, 0xfb, 0xef, 0xfb, 0xc2, 0xa8, 0x82, 0x98, 0x82, 0x98, 0x29, 0xda, 0x6c, 0xfb, 0x6a, 0xfa, 0x0c, 0xfb, 0x4b, 0xfb, 0x2c, 0xfb, 0x4b, 0xfb, 0x4c, 0xfb, 0x2f, 0xfc, 0x89, 0xda, 0xc2, 0xb0, 0x82, 0xa8, 0xa2, 0xa8, 0x63, 0x99, 0x10, 0xc6, 0xd3, 0xf6, 0xb3, 0xee, 0xf4, 0xf6, 0xd3, 0xee, 0xd3, 0xee, 0xd4, 0xf6, 0xd4, 0xee, 0x93, 0xee, 0x73, 0xe6, 0x73, 0xe6, 0x93, 0xe6, 0xd4, 0xe6, 0xd3, 0xee, 0xd3, 0xee, 0x14, 0xf7, 0x15, 0xf7, 0x14, 0xf7, 0x35, 0xf7, 0x55, 0xff, 0x56, 0xff, 0x78, 0xff, 0x36, 0xff, 0x36, 0xff, 0xb4, 0xee, 0xb0, 0xcd, 0x6f, 0xbd, 0xb0, 0xc5, 0x4e, 0xb5, 0x4b, 0x94, 0x4b, 0x9c, 0x2a, 0x9c, 0xaa, 0x8b, 0xec, 0x93, 0xaf, 0xa4, 0x72, 0xc5, 0xf0, 0xb4, - 0x06, 0x4a, 0x46, 0x5a, 0x26, 0x5a, 0x06, 0x4a, 0x46, 0x4a, 0x66, 0x52, 0xa6, 0x52, 0x27, 0x5b, 0xe7, 0x5a, 0x86, 0x5a, 0x05, 0x4a, 0xc4, 0x39, 0xc4, 0x41, 0xe6, 0x5a, 0x85, 0x5b, 0xe4, 0x4a, 0x04, 0x42, 0x05, 0x52, 0x66, 0x5a, 0xa6, 0x6a, 0x07, 0x7b, 0x48, 0x83, 0x27, 0x7b, 0xc6, 0x6a, 0x25, 0x5a, 0xc4, 0x49, 0xc5, 0x49, 0xc5, 0x51, 0x86, 0x62, 0x74, 0xc6, 0xea, 0x74, 0xc5, 0x4b, 0xe4, 0x4b, 0xa5, 0x4b, 0xc7, 0x64, 0x05, 0x5d, 0x87, 0x64, 0x89, 0x6c, 0x45, 0x5c, 0x25, 0x54, 0x46, 0x6d, 0x08, 0x86, 0xa9, 0xb4, 0x6c, 0xfb, 0x0e, 0xfc, 0x24, 0xb9, 0xa2, 0x90, 0x82, 0xa0, 0x82, 0x98, 0x65, 0xc1, 0xcf, 0xfb, 0xe8, 0xf9, 0x8d, 0xfb, 0x4b, 0xfb, 0x4c, 0xfb, 0xea, 0xfa, 0xeb, 0xfa, 0xe6, 0xe1, 0xe3, 0xb8, 0xa2, 0xb0, 0xa2, 0xa8, 0xa2, 0xa8, 0xa3, 0x99, 0xae, 0xb5, 0x92, 0xee, 0x72, 0xe6, 0x93, 0xe6, 0x92, 0xee, 0xb3, 0xee, 0xd4, 0xee, 0x93, 0xe6, 0xb3, 0xe6, 0xb3, 0xee, 0xb3, 0xe6, 0x93, 0xde, 0x94, 0xde, 0xd4, 0xee, 0xd4, 0xee, 0x93, 0xe6, 0x72, 0xe6, 0x93, 0xe6, 0x92, 0xe6, 0xb2, 0xee, 0xf3, 0xf6, 0xf4, 0xfe, 0x14, 0xff, 0x56, 0xff, 0x16, 0xff, 0x32, 0xe6, 0x4e, 0xbd, 0x6d, 0xb5, 0xef, 0xc5, 0x0c, 0xad, 0x0a, 0x8c, 0x2b, 0x94, 0xca, 0x8b, 0x8a, 0x83, 0xec, 0x93, 0x6d, 0x9c, 0x2c, 0x94, - 0x26, 0x4a, 0xc6, 0x5a, 0xa6, 0x5a, 0x86, 0x52, 0xa7, 0x52, 0x66, 0x52, 0x46, 0x5b, 0xc7, 0x6b, 0x87, 0x63, 0xa6, 0x52, 0x66, 0x4a, 0x25, 0x42, 0xa4, 0x39, 0x04, 0x42, 0x25, 0x53, 0xc6, 0x6b, 0x08, 0x84, 0x8b, 0xa4, 0x0d, 0xbd, 0x4e, 0xc5, 0x8f, 0xd5, 0xaf, 0xd5, 0x8f, 0xd5, 0x0d, 0xbd, 0x4a, 0x9c, 0x07, 0x6b, 0xe5, 0x51, 0xc5, 0x49, 0xc4, 0x49, 0x54, 0xc6, 0x6c, 0x85, 0xe5, 0x53, 0x64, 0x43, 0x64, 0x43, 0x47, 0x5c, 0xa5, 0x4b, 0xa5, 0x4b, 0x08, 0x5c, 0xca, 0x6c, 0xee, 0x8d, 0xca, 0x7d, 0xa7, 0x75, 0xec, 0xf3, 0xed, 0xfb, 0x45, 0xc9, 0xa2, 0x90, 0xa2, 0xa0, 0xa2, 0xa0, 0xa2, 0xa0, 0xa3, 0xa1, 0x50, 0xfc, 0x8a, 0xfa, 0xac, 0xfb, 0x6b, 0xfb, 0x4c, 0xfb, 0x48, 0xe2, 0x08, 0xea, 0xe3, 0xc0, 0xa2, 0xa0, 0xa2, 0xb0, 0xa2, 0xb0, 0xa2, 0xb0, 0xe4, 0x91, 0x4d, 0xa5, 0xd3, 0xf6, 0x92, 0xe6, 0x93, 0xee, 0x72, 0xe6, 0x93, 0xe6, 0xd4, 0xee, 0xd4, 0xee, 0xf4, 0xf6, 0x13, 0xef, 0xf3, 0xee, 0xd3, 0xee, 0xb3, 0xe6, 0x15, 0xef, 0x15, 0xf7, 0x93, 0xe6, 0x93, 0xee, 0xb3, 0xee, 0x92, 0xe6, 0xb2, 0xe6, 0xd3, 0xee, 0xd3, 0xf6, 0xf4, 0xf6, 0x35, 0xff, 0x14, 0xf7, 0x72, 0xe6, 0xaf, 0xcd, 0x6e, 0xb5, 0x2c, 0xad, 0xcb, 0x9c, 0xc9, 0x7b, 0xc9, 0x7b, 0x69, 0x7b, 0x08, 0x73, 0x49, 0x7b, 0x0b, 0x8c, 0xcc, 0xa4, - 0x05, 0x42, 0xe6, 0x52, 0x06, 0x5b, 0x07, 0x63, 0x68, 0x63, 0xc6, 0x52, 0x06, 0x53, 0xe7, 0x6b, 0xa7, 0x6b, 0x27, 0x5b, 0xe6, 0x5a, 0xa6, 0x4a, 0xe4, 0x39, 0x25, 0x4a, 0x09, 0x8c, 0x8d, 0xbd, 0x10, 0xde, 0x92, 0xee, 0xb2, 0xf6, 0xb2, 0xf6, 0xb2, 0xf6, 0x92, 0xf6, 0x71, 0xee, 0x50, 0xe6, 0x0f, 0xd6, 0x0b, 0xb5, 0x26, 0x73, 0xe5, 0x49, 0xc4, 0x49, 0x94, 0xc6, 0xae, 0x95, 0xe7, 0x6c, 0x48, 0x75, 0xc5, 0x4b, 0x69, 0x64, 0x29, 0x6d, 0xe8, 0x6c, 0xca, 0x6c, 0x77, 0xcf, 0xfd, 0xef, 0xda, 0xdf, 0x2f, 0xc6, 0x91, 0xfc, 0xc6, 0xc9, 0xa2, 0xa0, 0xa2, 0x98, 0xa2, 0xa0, 0xa2, 0xa0, 0x81, 0xa0, 0x10, 0xb6, 0xf0, 0xe5, 0x6e, 0xfb, 0xac, 0xfb, 0x8c, 0xfb, 0x4b, 0xfb, 0x6f, 0xdd, 0xa7, 0xe9, 0xc3, 0xc8, 0xa2, 0xa0, 0xa2, 0xb8, 0xc2, 0xb0, 0x45, 0xd9, 0x64, 0x7a, 0x0c, 0x9d, 0xf3, 0xee, 0xb3, 0xe6, 0x93, 0xe6, 0x72, 0xe6, 0xb4, 0xe6, 0xd4, 0xee, 0x14, 0xf7, 0x34, 0xff, 0x13, 0xf7, 0xf3, 0xee, 0xd3, 0xee, 0xb3, 0xe6, 0xb4, 0xe6, 0xd4, 0xee, 0x93, 0xe6, 0x92, 0xe6, 0xb3, 0xee, 0xb3, 0xee, 0xb3, 0xee, 0xb4, 0xee, 0xb4, 0xf6, 0xd4, 0xf6, 0x15, 0xff, 0x15, 0xff, 0x10, 0xd6, 0x6d, 0xbd, 0x8e, 0xbd, 0x6e, 0xbd, 0x6f, 0xb5, 0x4f, 0xad, 0x4c, 0x8c, 0xeb, 0x8b, 0x8a, 0x7b, 0x68, 0x7b, 0xab, 0x94, 0x0c, 0xa5, - 0x05, 0x4a, 0x25, 0x4a, 0x86, 0x52, 0x47, 0x63, 0xe8, 0x73, 0x86, 0x63, 0x26, 0x5b, 0x86, 0x63, 0x65, 0x5b, 0x46, 0x63, 0x47, 0x63, 0x07, 0x63, 0xa9, 0x83, 0x0c, 0xb5, 0x30, 0xde, 0xb2, 0xee, 0xf3, 0xf6, 0x14, 0xff, 0x14, 0xff, 0x14, 0xff, 0xf3, 0xfe, 0xb2, 0xf6, 0xb2, 0xf6, 0x91, 0xe6, 0x91, 0xe6, 0x4f, 0xd6, 0xea, 0xa4, 0xa5, 0x62, 0x05, 0x52, 0x56, 0xdf, 0x70, 0xa6, 0xeb, 0x8d, 0x49, 0x96, 0x07, 0x6d, 0x66, 0x5c, 0x06, 0x65, 0x45, 0x5c, 0xae, 0x95, 0xfd, 0xf7, 0xff, 0xff, 0x97, 0xd7, 0x0c, 0xc5, 0x11, 0xd6, 0x4c, 0xac, 0xa2, 0xa0, 0xa2, 0xa8, 0xa2, 0xa8, 0x82, 0xa8, 0xea, 0xab, 0xf7, 0xd7, 0x71, 0xb7, 0xad, 0xec, 0x4d, 0xfb, 0xac, 0xfb, 0x11, 0xf6, 0x14, 0xf7, 0x2e, 0xfc, 0x24, 0xd9, 0xc3, 0xb0, 0xc3, 0xc0, 0xc3, 0xc0, 0xec, 0xfa, 0xc4, 0x62, 0x8a, 0x84, 0xf2, 0xee, 0xd2, 0xee, 0x92, 0xe6, 0x72, 0xde, 0x72, 0xde, 0x93, 0xe6, 0xf4, 0xf6, 0x56, 0xff, 0x35, 0xf7, 0xd3, 0xe6, 0xd3, 0xe6, 0x93, 0xde, 0x92, 0xde, 0xb2, 0xe6, 0xd3, 0xee, 0xd3, 0xee, 0xd3, 0xee, 0x73, 0xe6, 0x73, 0xe6, 0xb4, 0xee, 0xb3, 0xee, 0xb3, 0xf6, 0xb3, 0xee, 0x72, 0xe6, 0x11, 0xd6, 0x52, 0xde, 0x31, 0xd6, 0x72, 0xe6, 0xb4, 0xe6, 0x74, 0xde, 0x4f, 0xb5, 0xcd, 0x9c, 0x4c, 0x94, 0xea, 0x83, 0x2a, 0x8c, 0x4a, 0x8c, - 0xa6, 0x62, 0xc6, 0x5a, 0x26, 0x5b, 0x67, 0x63, 0x48, 0x74, 0x48, 0x74, 0x08, 0x74, 0x27, 0x6c, 0x65, 0x5b, 0xa5, 0x4a, 0x46, 0x63, 0xab, 0xa4, 0xcf, 0xd5, 0xb1, 0xee, 0x12, 0xf7, 0x32, 0xf7, 0x33, 0xf7, 0x34, 0xff, 0x14, 0xff, 0x13, 0xff, 0xf2, 0xf6, 0xb2, 0xf6, 0xb1, 0xee, 0x90, 0xe6, 0x8f, 0xde, 0x8e, 0xde, 0xec, 0xbd, 0xc7, 0x7b, 0x24, 0x4a, 0xd2, 0xc6, 0x33, 0xcf, 0x0c, 0x96, 0x0a, 0x96, 0xe7, 0x6c, 0xe5, 0x4b, 0xc5, 0x4b, 0x85, 0x43, 0xea, 0x74, 0x77, 0xd7, 0x12, 0xb7, 0x0a, 0x8e, 0xab, 0x85, 0x55, 0xc7, 0x39, 0xdf, 0xc2, 0x98, 0xc2, 0xa8, 0xa2, 0xb0, 0xc9, 0xab, 0xec, 0x96, 0x89, 0x8e, 0x48, 0x8e, 0xe9, 0x96, 0xea, 0xae, 0x33, 0xe7, 0xf3, 0xee, 0x35, 0xf7, 0xf4, 0xf6, 0xa6, 0xe1, 0xe3, 0xb8, 0xe3, 0xc8, 0x25, 0xd9, 0x2b, 0xe3, 0xc4, 0x4a, 0x28, 0x74, 0xf2, 0xee, 0xd2, 0xee, 0xb2, 0xe6, 0xb3, 0xe6, 0xb3, 0xe6, 0xb3, 0xe6, 0xb3, 0xe6, 0xf4, 0xee, 0x14, 0xef, 0xf3, 0xe6, 0xd3, 0xe6, 0xb3, 0xe6, 0xd3, 0xe6, 0xd2, 0xe6, 0xd3, 0xee, 0xd3, 0xee, 0xd3, 0xee, 0x72, 0xe6, 0x73, 0xe6, 0xb4, 0xee, 0xb3, 0xf6, 0x93, 0xee, 0x71, 0xe6, 0x51, 0xde, 0xb3, 0xee, 0x13, 0xef, 0x91, 0xde, 0x71, 0xde, 0x91, 0xde, 0x72, 0xde, 0xf0, 0xcd, 0x2d, 0xad, 0x2f, 0xad, 0xcd, 0xa4, 0x4c, 0x9c, 0x8a, 0x83, - 0x07, 0x6b, 0xa7, 0x6b, 0x28, 0x74, 0x07, 0x74, 0x48, 0x74, 0x68, 0x7c, 0x48, 0x74, 0x68, 0x74, 0x86, 0x63, 0x46, 0x63, 0xeb, 0xac, 0x30, 0xde, 0xf2, 0xf6, 0x32, 0xff, 0x52, 0xf7, 0x52, 0xf7, 0x53, 0xf7, 0x34, 0xff, 0x13, 0xff, 0xf2, 0xf6, 0xf1, 0xee, 0xd0, 0xe6, 0x8f, 0xd6, 0x6d, 0xd6, 0x6c, 0xd6, 0x6c, 0xd6, 0xeb, 0xbd, 0x68, 0x8c, 0x67, 0x63, 0x0b, 0x95, 0xf2, 0xc6, 0x8b, 0x85, 0x8b, 0x85, 0x09, 0x75, 0xe7, 0x6c, 0x46, 0x5c, 0x86, 0x5c, 0xea, 0x74, 0xeb, 0x85, 0xe8, 0x85, 0x29, 0x75, 0xd3, 0xae, 0x75, 0xbf, 0xf8, 0xd7, 0xf7, 0xd6, 0x68, 0xa3, 0x65, 0x84, 0xcd, 0x96, 0x52, 0xbf, 0x11, 0xaf, 0xad, 0x9e, 0xea, 0x9e, 0xa9, 0x96, 0x34, 0xdf, 0xf3, 0xee, 0xd2, 0xe6, 0xb1, 0xde, 0xaf, 0xd5, 0x65, 0xc9, 0x64, 0xc9, 0x86, 0xba, 0xa7, 0xba, 0xc4, 0x4a, 0xe7, 0x6b, 0xd2, 0xe6, 0xb1, 0xe6, 0x92, 0xe6, 0xb3, 0xe6, 0xd3, 0xee, 0x92, 0xe6, 0x31, 0xd6, 0x92, 0xde, 0xf4, 0xee, 0xf4, 0xee, 0xd3, 0xe6, 0xb3, 0xe6, 0xb3, 0xe6, 0xd3, 0xe6, 0xd2, 0xe6, 0xb3, 0xe6, 0xb3, 0xe6, 0x93, 0xe6, 0x93, 0xe6, 0x93, 0xee, 0x93, 0xee, 0x93, 0xee, 0xd2, 0xee, 0xd2, 0xee, 0xd3, 0xee, 0xb2, 0xe6, 0x71, 0xde, 0x31, 0xd6, 0x31, 0xd6, 0x51, 0xde, 0x51, 0xd6, 0x71, 0xd6, 0x53, 0xde, 0x6f, 0xc5, 0xce, 0xb4, 0x2c, 0x9c, - 0xa6, 0x62, 0x67, 0x73, 0x87, 0x6b, 0x86, 0x63, 0xa7, 0x6b, 0xe7, 0x6b, 0xe7, 0x6b, 0x07, 0x74, 0x69, 0x8c, 0x4d, 0xbd, 0x51, 0xe6, 0xd2, 0xf6, 0x13, 0xf7, 0x32, 0xf7, 0x52, 0xf7, 0x52, 0xf7, 0x54, 0xff, 0x34, 0xff, 0xf4, 0xf6, 0xf2, 0xf6, 0xf0, 0xee, 0xcf, 0xde, 0x6d, 0xce, 0x6c, 0xce, 0x6c, 0xd6, 0x6c, 0xce, 0x89, 0xb5, 0x67, 0x84, 0x08, 0x6c, 0x07, 0x6c, 0xf1, 0xad, 0x4c, 0x85, 0x4a, 0x7d, 0x8a, 0x85, 0x27, 0x6d, 0xe7, 0x6c, 0x66, 0x5c, 0xcd, 0x95, 0xae, 0x9e, 0x88, 0x7d, 0xd3, 0xb6, 0xfe, 0xff, 0xfd, 0xf7, 0x72, 0xbf, 0x49, 0x96, 0xc4, 0x5c, 0x05, 0x65, 0x06, 0x7e, 0xaa, 0x96, 0x4e, 0xaf, 0xcc, 0x9e, 0xca, 0x96, 0xeb, 0x9e, 0x54, 0xd7, 0xf3, 0xe6, 0xd2, 0xde, 0xf2, 0xe6, 0xd2, 0xe6, 0x13, 0xef, 0x4a, 0x84, 0xc4, 0x42, 0x63, 0x3a, 0xc3, 0x4a, 0xc6, 0x63, 0x71, 0xde, 0x91, 0xe6, 0xb2, 0xe6, 0x92, 0xe6, 0xb2, 0xe6, 0x51, 0xde, 0xb3, 0xe6, 0x14, 0xef, 0xd4, 0xee, 0xb3, 0xe6, 0xb3, 0xee, 0x93, 0xde, 0x93, 0xe6, 0x92, 0xee, 0x72, 0xde, 0x72, 0xde, 0x93, 0xe6, 0x92, 0xe6, 0x92, 0xde, 0x92, 0xde, 0x72, 0xde, 0xd3, 0xee, 0x14, 0xf7, 0x14, 0xf7, 0xf4, 0xf6, 0xf4, 0xf6, 0xb3, 0xe6, 0x31, 0xd6, 0x0f, 0xd6, 0x10, 0xd6, 0x72, 0xde, 0xd3, 0xe6, 0xb2, 0xe6, 0xae, 0xbd, 0xed, 0xac, 0x4c, 0x9c, - 0x65, 0x4a, 0x26, 0x6b, 0x67, 0x6b, 0x46, 0x63, 0x87, 0x63, 0xe7, 0x73, 0xaa, 0x8c, 0x4d, 0xb5, 0x10, 0xde, 0x92, 0xee, 0xd3, 0xf6, 0xf2, 0xf6, 0x13, 0xf7, 0x33, 0xf7, 0x53, 0xf7, 0x53, 0xff, 0x14, 0xff, 0xf4, 0xf6, 0xf3, 0xf6, 0xd2, 0xee, 0xd0, 0xde, 0x8d, 0xce, 0x0b, 0xbe, 0xcb, 0xbd, 0xca, 0xbd, 0x69, 0xb5, 0xa7, 0x9c, 0x44, 0x63, 0xa4, 0x4a, 0xc3, 0x31, 0xce, 0x94, 0x0c, 0x85, 0xa6, 0x6c, 0xc9, 0x8d, 0x6b, 0x9e, 0xcb, 0x9e, 0x48, 0x75, 0x89, 0x85, 0x86, 0x75, 0x8c, 0x85, 0x35, 0xc7, 0xf0, 0xb6, 0x2a, 0x8e, 0x65, 0x6d, 0x44, 0x5c, 0x84, 0x43, 0x44, 0x54, 0x63, 0x5c, 0x24, 0x65, 0x05, 0x7e, 0xe7, 0x7d, 0x89, 0x8e, 0x0c, 0xa7, 0x12, 0xcf, 0xb2, 0xde, 0xd2, 0xe6, 0xd1, 0xe6, 0x91, 0xde, 0x0f, 0xce, 0xab, 0x94, 0xa3, 0x42, 0x83, 0x42, 0xc4, 0x42, 0x65, 0x5b, 0x30, 0xce, 0x91, 0xde, 0x92, 0xde, 0xb3, 0xee, 0xb3, 0xee, 0x93, 0xde, 0x15, 0xf7, 0x14, 0xef, 0x51, 0xde, 0x30, 0xde, 0x71, 0xde, 0x52, 0xde, 0x52, 0xe6, 0x10, 0xde, 0x10, 0xd6, 0x11, 0xd6, 0x72, 0xde, 0xb2, 0xe6, 0xf3, 0xee, 0xf3, 0xee, 0xd3, 0xe6, 0xd3, 0xe6, 0xf3, 0xee, 0xf4, 0xee, 0xf5, 0xee, 0xd4, 0xee, 0xb3, 0xe6, 0x11, 0xd6, 0xef, 0xdd, 0x0f, 0xd6, 0xd3, 0xee, 0xd3, 0xee, 0x50, 0xd6, 0x4f, 0xd6, 0x0f, 0xce, 0x2d, 0xad, -#endif -#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP != 0 - /*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit BUT the 2 bytes are swapped*/ - 0x53, 0x24, 0x52, 0xc4, 0x3a, 0x23, 0x4b, 0x04, 0x64, 0x06, 0x63, 0xa6, 0x52, 0xe5, 0x4a, 0x65, 0x39, 0xa4, 0x41, 0xa4, 0x31, 0x63, 0x5b, 0x08, 0x9c, 0xae, 0xa4, 0xad, 0x9b, 0xea, 0x93, 0xaa, 0x8b, 0x89, 0x8b, 0x68, 0xa4, 0x4b, 0x93, 0xca, 0x8b, 0x68, 0x93, 0x88, 0x83, 0x48, 0x9c, 0x2b, 0x9b, 0xea, 0x7a, 0xe7, 0x6a, 0x85, 0x62, 0x44, 0x62, 0xa4, 0x6b, 0x04, 0x62, 0xa3, 0x52, 0x03, 0x52, 0x23, 0x41, 0xe3, 0x21, 0x02, 0x21, 0x42, 0x31, 0xa3, 0x29, 0x63, 0x39, 0xe3, 0x6b, 0xa6, 0x84, 0x67, 0x84, 0x47, 0x84, 0x47, 0x8c, 0x47, 0x8c, 0x26, 0x8c, 0x26, 0x8c, 0x06, 0x8b, 0xc6, 0x83, 0x85, 0xc1, 0xa4, 0xd1, 0x04, 0xc8, 0xc3, 0xd0, 0xe3, 0xd2, 0x86, 0x95, 0xe9, 0x8d, 0xa9, 0x8d, 0x89, 0x9d, 0xec, 0x9e, 0x0c, 0x95, 0xea, 0x95, 0xea, 0x9e, 0x2b, 0x9e, 0x2c, 0x95, 0xeb, 0x8d, 0x69, 0x85, 0x09, 0x7c, 0xe8, 0x74, 0xa6, 0x6c, 0x46, 0x6b, 0xa5, 0x8b, 0x87, 0xa3, 0xe8, 0xc4, 0xec, 0xed, 0xf1, 0xee, 0x11, 0xc4, 0x8c, 0x51, 0xc4, 0x31, 0x03, 0x39, 0x64, 0x51, 0xc5, 0x5a, 0x06, 0x6a, 0x67, 0x7a, 0xc8, 0x93, 0x29, 0xab, 0x8a, 0xbb, 0xeb, 0xc4, 0x2b, 0xcc, 0x2c, 0xd4, 0x2b, 0xcc, 0x0c, 0xc4, 0x0c, 0xc4, 0x0c, 0xc4, 0x2c, 0xbc, 0x0c, 0xbb, 0xec, 0xb3, 0xec, 0xb3, 0xcb, 0xa3, 0x8a, 0xa3, 0x69, 0x93, 0x09, - 0x53, 0x44, 0x52, 0xc4, 0x29, 0x63, 0x29, 0x43, 0x29, 0x83, 0x29, 0x43, 0x21, 0x23, 0x29, 0x43, 0x39, 0x83, 0x39, 0x63, 0x39, 0x63, 0x5a, 0xc7, 0x8c, 0x6e, 0x83, 0xca, 0x8b, 0x68, 0x93, 0x89, 0x93, 0x89, 0xa4, 0x4b, 0xbc, 0xcd, 0xa4, 0x0b, 0xa4, 0x2b, 0xac, 0x2b, 0x9b, 0xca, 0xa3, 0xea, 0x93, 0x89, 0x83, 0x48, 0x83, 0x28, 0x6a, 0x86, 0x62, 0x64, 0x72, 0xc4, 0x62, 0x43, 0x5a, 0x03, 0x52, 0x63, 0x41, 0xe3, 0x29, 0x22, 0x29, 0x43, 0x42, 0x03, 0x7b, 0xa6, 0xb5, 0x4c, 0xcd, 0xed, 0xbd, 0xab, 0x94, 0x67, 0xf2, 0xc9, 0xfa, 0xc9, 0x8b, 0x45, 0x6b, 0x65, 0x73, 0x25, 0x62, 0x84, 0x52, 0x04, 0xe2, 0x07, 0xf9, 0x86, 0xe1, 0x04, 0xc0, 0xc3, 0xd9, 0x04, 0xbc, 0xea, 0x9d, 0xeb, 0x9e, 0x0c, 0xa6, 0x4e, 0xa6, 0x4d, 0x9e, 0x2b, 0xa6, 0x4c, 0xa6, 0x6d, 0xa6, 0x6d, 0x9e, 0x0c, 0x8d, 0x89, 0x85, 0x29, 0x85, 0x09, 0x7c, 0xc7, 0x6c, 0x45, 0x6b, 0xc6, 0x93, 0xe9, 0xac, 0x2a, 0xc4, 0xed, 0xf6, 0x12, 0xf6, 0x32, 0xdd, 0x6f, 0xab, 0xca, 0x39, 0x23, 0x20, 0xc2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xe2, 0x31, 0x02, 0x31, 0x23, 0x31, 0x23, 0x39, 0x23, 0x39, 0x23, 0x39, 0x43, 0x39, 0x43, 0x39, 0x43, 0x39, 0x43, 0x39, 0x43, 0x31, 0x23, 0x31, 0x23, 0x29, 0x02, 0x28, 0xe2, 0x28, 0xe2, - 0x43, 0x03, 0x53, 0x05, 0x39, 0xe4, 0x39, 0x84, 0x39, 0x84, 0x39, 0xe4, 0x4a, 0x86, 0x6b, 0x07, 0x6a, 0xc6, 0x62, 0xe7, 0x9c, 0xb0, 0x8b, 0xec, 0x73, 0x28, 0x72, 0xc7, 0x72, 0xe7, 0x72, 0xe7, 0x83, 0x48, 0x8b, 0x89, 0x93, 0xc9, 0x93, 0xa9, 0xa4, 0x0b, 0xa4, 0x0b, 0x9b, 0xca, 0x7b, 0x07, 0x62, 0xc6, 0x73, 0x28, 0x83, 0x69, 0x72, 0xc6, 0x83, 0x27, 0x9b, 0xc8, 0x7b, 0x05, 0x52, 0x43, 0x4a, 0x23, 0x41, 0xe3, 0x39, 0xc4, 0x52, 0x84, 0x73, 0x85, 0xa4, 0xa8, 0xbd, 0x4a, 0xb5, 0x2a, 0xea, 0x06, 0xaa, 0x45, 0xf1, 0x66, 0xf9, 0xa7, 0xf9, 0xc7, 0x6a, 0x44, 0x5a, 0x45, 0x4a, 0x04, 0xc2, 0x47, 0xe9, 0x25, 0xe1, 0x04, 0xe9, 0x25, 0xd0, 0xe3, 0xc9, 0x04, 0xda, 0x66, 0x9e, 0x2b, 0xa6, 0x2b, 0xa6, 0x2c, 0x9e, 0x2b, 0xa6, 0x6c, 0xae, 0xae, 0xae, 0xae, 0xa6, 0x6d, 0x9e, 0x2c, 0x8d, 0x8a, 0x85, 0x0a, 0x85, 0x09, 0x7d, 0x08, 0xa4, 0x27, 0x8b, 0xc7, 0x6b, 0xc7, 0x6b, 0x87, 0x93, 0xe9, 0xdd, 0x4f, 0xdd, 0x6f, 0xcd, 0x0e, 0xc4, 0x8d, 0x72, 0x45, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xe2, 0x28, 0xe2, - 0x43, 0x03, 0x53, 0x45, 0x52, 0xc5, 0x52, 0x45, 0x52, 0x25, 0x52, 0x66, 0x83, 0xc9, 0xac, 0x8c, 0xac, 0x4c, 0x9c, 0x8d, 0xb5, 0x53, 0x83, 0xcc, 0x52, 0x25, 0x52, 0x25, 0x5a, 0x45, 0x5a, 0x45, 0x5a, 0x45, 0x62, 0x86, 0x62, 0x86, 0x7b, 0x08, 0x7b, 0x08, 0x83, 0x48, 0x83, 0x88, 0x6b, 0x26, 0x5a, 0xc5, 0x5a, 0xa5, 0x62, 0x86, 0x52, 0x04, 0x6a, 0x86, 0x8b, 0x68, 0x83, 0x47, 0x62, 0x64, 0x39, 0xa2, 0x41, 0xc3, 0x5a, 0xa4, 0x73, 0x44, 0x7b, 0x64, 0x7b, 0x65, 0x73, 0x05, 0x82, 0x85, 0xd0, 0xc3, 0xd0, 0xe3, 0xd0, 0xe3, 0xf1, 0x66, 0xf9, 0xa7, 0xe9, 0xa6, 0x41, 0x84, 0x59, 0xa4, 0xf1, 0x65, 0xd8, 0xe4, 0xd8, 0xe3, 0xd9, 0x04, 0xe1, 0x04, 0xc9, 0x04, 0xe9, 0x25, 0xb5, 0x8a, 0xa6, 0x2b, 0xa6, 0x4c, 0xa6, 0x6d, 0xb6, 0xcf, 0xb6, 0xef, 0xae, 0xce, 0xa6, 0x4c, 0x95, 0xeb, 0x8d, 0x8a, 0x85, 0x09, 0x85, 0x09, 0x84, 0xe8, 0xe9, 0x24, 0xf3, 0x0a, 0x5b, 0x26, 0x52, 0x65, 0x83, 0x27, 0xbc, 0x6c, 0xbc, 0x8d, 0xac, 0x4b, 0xb4, 0x2b, 0x72, 0x45, 0x30, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, - 0x4b, 0x24, 0x4b, 0x24, 0x63, 0xa7, 0x8c, 0x2c, 0x73, 0x09, 0x62, 0x86, 0x83, 0x48, 0x9b, 0xea, 0x93, 0xca, 0x83, 0x69, 0x6b, 0x29, 0x4a, 0x25, 0x41, 0xc4, 0x52, 0x05, 0x5a, 0x66, 0x49, 0xe4, 0x39, 0x83, 0x39, 0x84, 0x49, 0xc4, 0x5a, 0x65, 0x63, 0x06, 0x73, 0xe8, 0x6b, 0x87, 0x4a, 0xa5, 0x4a, 0x24, 0x39, 0xa4, 0x41, 0xa4, 0x49, 0xc4, 0x51, 0xe5, 0x6a, 0xa7, 0x72, 0xc7, 0x52, 0x24, 0x39, 0x63, 0x41, 0xc3, 0x5a, 0xa3, 0x6a, 0xe4, 0x62, 0x84, 0x5a, 0x45, 0x72, 0xa6, 0x9a, 0x87, 0xc0, 0xa2, 0xc0, 0xc3, 0xc8, 0xc3, 0xd9, 0x45, 0xf9, 0x86, 0xf9, 0xa7, 0xa1, 0x64, 0xb1, 0x85, 0xd9, 0x04, 0xd0, 0xc3, 0xd0, 0xc3, 0xd0, 0xe3, 0xd8, 0xe4, 0xc8, 0xe3, 0xe9, 0xa7, 0xd3, 0xa8, 0x9e, 0x6b, 0xd5, 0x4c, 0xd6, 0x4f, 0xbf, 0x51, 0xb7, 0x10, 0xae, 0xce, 0x9e, 0x2b, 0x95, 0xca, 0x8d, 0x89, 0x85, 0x09, 0x7c, 0xea, 0xc3, 0x88, 0xe1, 0x04, 0xf1, 0xe7, 0xb3, 0x47, 0x6a, 0xa6, 0x83, 0x28, 0xa3, 0xea, 0x9b, 0xea, 0x9b, 0xa9, 0x93, 0x68, 0x59, 0xe4, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, - 0x4b, 0x43, 0x4b, 0x04, 0x5b, 0x85, 0x8c, 0x6b, 0x8b, 0xeb, 0x73, 0x29, 0x72, 0xa7, 0x72, 0xc7, 0x62, 0xa6, 0x5b, 0x06, 0x52, 0xa5, 0x52, 0x65, 0x5a, 0x45, 0x62, 0x86, 0x6a, 0xa7, 0x52, 0x05, 0x39, 0x64, 0x39, 0x63, 0x4a, 0x04, 0x63, 0x66, 0x7c, 0x8a, 0x7c, 0x8a, 0x4a, 0xc5, 0x29, 0x63, 0x31, 0x84, 0x31, 0x63, 0x39, 0x84, 0x41, 0xa4, 0x49, 0xe4, 0x5a, 0x46, 0x5a, 0x45, 0x51, 0xe4, 0x41, 0xa3, 0x52, 0x24, 0x6a, 0xc5, 0x6a, 0x86, 0x6a, 0x85, 0x6a, 0xa6, 0x7a, 0xe7, 0x9b, 0x08, 0xc0, 0xa2, 0xb8, 0xc2, 0xb8, 0xa2, 0xc9, 0x03, 0xe9, 0x86, 0xf9, 0x86, 0xf9, 0xa7, 0xe1, 0x45, 0xe1, 0x86, 0xd1, 0x04, 0xc8, 0xa3, 0xd0, 0xc3, 0xd0, 0xc3, 0xc8, 0xe3, 0xe9, 0xa7, 0xea, 0x07, 0xbe, 0xae, 0xf9, 0x04, 0xfa, 0xca, 0xed, 0x4e, 0xbf, 0x30, 0xae, 0xcd, 0x9e, 0x2a, 0x95, 0xca, 0x8d, 0x8a, 0x8c, 0xe9, 0xdc, 0x2b, 0xfa, 0x49, 0xf1, 0xe7, 0xd9, 0x24, 0xdb, 0x28, 0x8c, 0xaa, 0x8b, 0xe9, 0x93, 0xaa, 0x9b, 0xea, 0x9b, 0xca, 0x93, 0x48, 0x51, 0xa4, 0x18, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, - 0x4b, 0x44, 0x4b, 0x24, 0x53, 0x44, 0x63, 0xc5, 0x84, 0x0a, 0x6b, 0x48, 0x5a, 0xa6, 0x5a, 0x66, 0x5b, 0x06, 0x74, 0x08, 0x6b, 0xc7, 0x63, 0x46, 0x6a, 0xe6, 0x62, 0xc6, 0x52, 0x45, 0x41, 0xc4, 0x42, 0x04, 0x52, 0xc5, 0x63, 0xa6, 0x74, 0x47, 0x7c, 0xa9, 0x5b, 0xa7, 0x29, 0x63, 0x21, 0x23, 0x29, 0x43, 0x21, 0x03, 0x29, 0x43, 0x31, 0x63, 0x31, 0x63, 0x41, 0xa4, 0x51, 0xe5, 0x51, 0xe4, 0x49, 0xe4, 0x62, 0x65, 0x83, 0x07, 0x93, 0xa9, 0x93, 0xaa, 0x83, 0x29, 0x7a, 0xe7, 0x8b, 0x28, 0xc8, 0xc3, 0xc0, 0xa2, 0xb8, 0xa2, 0xc0, 0xc3, 0xd1, 0x24, 0xf1, 0x66, 0xf9, 0x87, 0xd9, 0x04, 0xea, 0x8a, 0xfd, 0x31, 0xfb, 0x0a, 0xd0, 0xe3, 0xc8, 0xc3, 0xc8, 0xc3, 0xe9, 0xc7, 0xf1, 0x86, 0xdc, 0xcd, 0xf9, 0x86, 0xfa, 0x89, 0xfb, 0x4b, 0xce, 0xaf, 0xae, 0xac, 0x95, 0xea, 0x95, 0xca, 0xbc, 0xca, 0xf9, 0xe6, 0xe8, 0xe4, 0xd0, 0xc3, 0xd1, 0x04, 0xd9, 0x04, 0xe2, 0x67, 0x95, 0x4b, 0xa4, 0xec, 0x9c, 0x4b, 0x93, 0xeb, 0x9b, 0xca, 0x83, 0x07, 0x39, 0x43, 0x10, 0x81, 0x10, 0x82, 0x10, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, - 0x53, 0x65, 0x53, 0x45, 0x53, 0x65, 0x5b, 0xa4, 0x63, 0xa5, 0x5b, 0x65, 0x53, 0x25, 0x53, 0x05, 0x5b, 0x45, 0x5b, 0xa5, 0x5b, 0xa4, 0x5b, 0x64, 0x5b, 0x24, 0x5b, 0x05, 0x52, 0x45, 0x4a, 0x25, 0x5b, 0x26, 0x63, 0xe6, 0x6c, 0x67, 0x6c, 0x67, 0x64, 0x06, 0x42, 0x84, 0x29, 0x43, 0x29, 0x23, 0x29, 0x23, 0x31, 0x43, 0x52, 0x65, 0x6a, 0xe6, 0x62, 0xa5, 0x5a, 0x45, 0x62, 0x66, 0x62, 0x66, 0x62, 0x66, 0x72, 0xa6, 0xa4, 0x0a, 0xac, 0x4c, 0x93, 0xcb, 0x7b, 0x08, 0x82, 0xe8, 0x83, 0x08, 0xc1, 0x24, 0xe1, 0x45, 0xe1, 0x86, 0xc1, 0x03, 0xc8, 0xc3, 0xe1, 0x45, 0xf9, 0x66, 0xd0, 0xe3, 0xc8, 0xc3, 0xf2, 0xe9, 0xfb, 0xcc, 0xfa, 0x68, 0xc8, 0xc3, 0xc8, 0xa3, 0xea, 0x08, 0xf1, 0x66, 0xeb, 0x29, 0xfa, 0x48, 0xe8, 0xe4, 0xe1, 0x04, 0xf3, 0x08, 0xa6, 0x8c, 0x8d, 0xc9, 0xbc, 0xc9, 0xf9, 0x25, 0xe1, 0x04, 0xd0, 0xe3, 0xc0, 0xa2, 0xc0, 0xa3, 0xd9, 0x04, 0xe2, 0x26, 0x8d, 0x2b, 0xbd, 0x6e, 0xbc, 0xef, 0x9b, 0xeb, 0x83, 0x28, 0x62, 0x05, 0x28, 0xe2, 0x10, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, - 0x53, 0x65, 0x53, 0x64, 0x5b, 0xa5, 0x64, 0x05, 0x63, 0xc5, 0x53, 0x64, 0x53, 0x64, 0x4b, 0x04, 0x42, 0x63, 0x3a, 0x63, 0x42, 0xa2, 0x42, 0xe3, 0x4a, 0xe3, 0x52, 0xe4, 0x52, 0xa5, 0x5a, 0xc5, 0x6b, 0xa7, 0x6c, 0x27, 0x6c, 0x47, 0x6c, 0x27, 0x63, 0x86, 0x41, 0xe4, 0x29, 0x23, 0x49, 0xe5, 0x6a, 0xc6, 0x83, 0x68, 0x94, 0x2a, 0x9c, 0x6b, 0x8b, 0xc8, 0x72, 0xc7, 0x72, 0xa7, 0x72, 0xc7, 0x7a, 0xe8, 0x73, 0x28, 0xea, 0x89, 0xd3, 0x4a, 0x8b, 0x49, 0x72, 0xa7, 0x72, 0xa7, 0x7b, 0x07, 0xb1, 0xc5, 0xe9, 0x24, 0xe1, 0x04, 0xf2, 0x69, 0xf3, 0x6b, 0xd9, 0x04, 0xf1, 0x46, 0xc8, 0xc3, 0xc0, 0xc3, 0xb8, 0xa2, 0xf2, 0x26, 0xfa, 0xc8, 0xe1, 0x45, 0xc0, 0xa2, 0xe9, 0xc7, 0xf1, 0xa7, 0xf9, 0x86, 0xe0, 0xe4, 0xd8, 0xe3, 0xd0, 0xe3, 0xf1, 0x04, 0xb5, 0x09, 0x9d, 0xa8, 0xf1, 0x85, 0xe1, 0x04, 0xd8, 0xe3, 0xc0, 0xa2, 0xb8, 0xa2, 0xc0, 0xa2, 0xe1, 0x65, 0xe2, 0x87, 0x84, 0xa9, 0xa4, 0xcc, 0xac, 0x4c, 0x7b, 0x08, 0x62, 0x25, 0x59, 0x63, 0x40, 0xe2, 0x10, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xa2, - 0x4b, 0x64, 0x53, 0x64, 0x5b, 0xc5, 0x74, 0x87, 0x6b, 0xe6, 0x4b, 0x24, 0x4a, 0xe4, 0x31, 0xe3, 0x21, 0x22, 0x29, 0x42, 0x31, 0xa3, 0x39, 0xe3, 0x3a, 0x23, 0x42, 0x63, 0x5b, 0x05, 0x63, 0x46, 0x6b, 0xc7, 0x74, 0x48, 0x74, 0x49, 0x6c, 0x08, 0x5b, 0x05, 0x39, 0x83, 0x29, 0x02, 0x5a, 0x25, 0x7b, 0x27, 0x83, 0x87, 0x8b, 0xa8, 0x83, 0x88, 0x7b, 0x28, 0x72, 0xa7, 0x72, 0xa7, 0x7a, 0xe8, 0x7a, 0xe8, 0xf1, 0xe7, 0xd8, 0xe3, 0xd8, 0xe3, 0xf1, 0x45, 0xca, 0x27, 0x8a, 0xe7, 0x93, 0x69, 0xa2, 0xe8, 0xe0, 0xe4, 0xd0, 0xe3, 0xd0, 0xe3, 0xe9, 0xc7, 0xfb, 0x2b, 0xe1, 0x45, 0xc8, 0xc3, 0xb8, 0xa3, 0xb8, 0xa2, 0xb8, 0xc3, 0xfa, 0x27, 0xf1, 0xe6, 0xc8, 0xc3, 0xe1, 0x86, 0xf9, 0xa6, 0xe1, 0x04, 0xd0, 0xc3, 0xc0, 0xc3, 0xc8, 0xc3, 0xe1, 0x04, 0xb4, 0x07, 0xdb, 0x06, 0xe1, 0x04, 0xd9, 0x04, 0xd0, 0xc3, 0xb8, 0xa2, 0xc0, 0xa2, 0xc0, 0xc3, 0xf1, 0xa7, 0xeb, 0x4a, 0x74, 0x48, 0x7b, 0xc8, 0x72, 0xc6, 0xb2, 0x26, 0xf1, 0xc7, 0xfa, 0x08, 0xf9, 0x86, 0x89, 0x03, 0x10, 0x82, 0x18, 0x82, 0x18, 0xa2, 0x18, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, - 0x53, 0x84, 0x4b, 0x64, 0x64, 0x05, 0x74, 0x66, 0x53, 0x24, 0x3a, 0x23, 0x31, 0xa3, 0x21, 0x02, 0x20, 0xe2, 0x29, 0x22, 0x31, 0x43, 0x39, 0x83, 0x39, 0xc3, 0x3a, 0x24, 0x5a, 0xe5, 0x6b, 0x26, 0x6b, 0xa7, 0x6b, 0xe7, 0x63, 0x86, 0x42, 0xa5, 0x31, 0xc4, 0x29, 0x23, 0x20, 0xe2, 0x31, 0x43, 0x41, 0xa4, 0x41, 0xc4, 0x49, 0xc4, 0x52, 0x05, 0x6a, 0x66, 0x6a, 0xa7, 0x7a, 0xc7, 0x7b, 0x08, 0x83, 0x08, 0xc9, 0x03, 0xe9, 0x86, 0xd0, 0xe4, 0xc8, 0xc3, 0xd8, 0xe3, 0xf1, 0xc7, 0x92, 0xc8, 0x7b, 0x08, 0xd1, 0x24, 0xc8, 0xe3, 0xc0, 0xc3, 0xc8, 0xc3, 0xd9, 0x65, 0xfa, 0x88, 0xc8, 0xa3, 0xb8, 0xa2, 0xb0, 0xa2, 0xa8, 0x82, 0xd1, 0x04, 0xfa, 0x06, 0xd9, 0x04, 0xe1, 0x46, 0xf1, 0x25, 0xd0, 0xc3, 0xc0, 0xa2, 0xb8, 0x82, 0xc0, 0xa3, 0xc8, 0xa3, 0xc3, 0x46, 0xe9, 0x04, 0xd9, 0x04, 0xd8, 0xe3, 0xc0, 0xa3, 0xb8, 0xa2, 0xc0, 0xa2, 0xe1, 0x65, 0xe9, 0x86, 0xfa, 0x67, 0x83, 0xe7, 0x6b, 0x46, 0xe9, 0xe7, 0xf9, 0x45, 0xf1, 0x25, 0xe9, 0x04, 0xe1, 0x04, 0xe1, 0x24, 0x20, 0x81, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, - 0x53, 0x84, 0x53, 0x64, 0x5b, 0xc5, 0x5b, 0xa5, 0x3a, 0x03, 0x29, 0x42, 0x21, 0x02, 0x20, 0xe2, 0x20, 0xe2, 0x29, 0x22, 0x31, 0x43, 0x39, 0x83, 0x39, 0xc4, 0x42, 0x04, 0x5a, 0x65, 0x6a, 0xa6, 0x7b, 0x26, 0x83, 0x67, 0x83, 0x26, 0x72, 0xa6, 0x6a, 0x65, 0x5a, 0x25, 0x41, 0x84, 0x41, 0x84, 0x39, 0x84, 0x49, 0xc4, 0x41, 0xa4, 0x5a, 0x05, 0x72, 0xa7, 0x7a, 0xc7, 0x83, 0x08, 0x83, 0x08, 0x7b, 0x08, 0xc1, 0x04, 0xe1, 0x65, 0xd8, 0xe4, 0xd9, 0x04, 0xc0, 0xc3, 0xd0, 0xe3, 0xe9, 0x86, 0x8a, 0x47, 0xa2, 0x46, 0xc0, 0xa2, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc2, 0xe1, 0x65, 0xe1, 0x85, 0xb8, 0xa2, 0xb0, 0xa2, 0xa0, 0x82, 0xb0, 0xa2, 0xe9, 0xa5, 0xe1, 0x65, 0xe1, 0x04, 0xe9, 0x65, 0xfb, 0x6c, 0xfb, 0xac, 0xc0, 0xe3, 0xb8, 0xa2, 0xb0, 0x82, 0xd1, 0x24, 0xe1, 0x04, 0xd8, 0xe4, 0xd0, 0xe3, 0xb8, 0xa2, 0xb8, 0xa2, 0xb8, 0xa2, 0xfa, 0x09, 0xf9, 0xe8, 0xf1, 0xc5, 0xb3, 0x66, 0xea, 0x06, 0xf1, 0x25, 0xe9, 0x04, 0xe9, 0x04, 0xd8, 0xe4, 0xd8, 0xe4, 0xe1, 0x04, 0x50, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, - 0x53, 0x84, 0x53, 0x84, 0x5b, 0xc5, 0x5b, 0x65, 0x41, 0xe3, 0x29, 0x22, 0x21, 0x02, 0x21, 0x02, 0x20, 0xe2, 0x29, 0x02, 0x29, 0x02, 0x29, 0x22, 0x31, 0x63, 0x39, 0x83, 0x41, 0x84, 0x51, 0xa4, 0x72, 0x65, 0x9b, 0x27, 0xb3, 0xc9, 0xc4, 0x2b, 0xbc, 0x4b, 0xbc, 0x0b, 0xb3, 0xea, 0xab, 0xa9, 0xa3, 0xa9, 0xac, 0x0a, 0xb4, 0x4b, 0xb4, 0x4b, 0xb4, 0x6b, 0xac, 0x2b, 0xac, 0x2b, 0x9b, 0xea, 0x83, 0x28, 0xba, 0xe7, 0xe1, 0x86, 0xc0, 0xc3, 0xc8, 0xc3, 0xd9, 0x04, 0xb8, 0xa2, 0xc8, 0xe3, 0xe9, 0xc7, 0xb3, 0xeb, 0xb8, 0xc3, 0xc0, 0xc3, 0xc8, 0xc3, 0xc0, 0xc3, 0xc0, 0xa3, 0xe9, 0xa6, 0xb8, 0xa2, 0xa8, 0x82, 0xa0, 0x82, 0x98, 0x62, 0xd1, 0x03, 0xe9, 0x85, 0xd9, 0x04, 0xd9, 0x04, 0xb8, 0x82, 0xd1, 0x45, 0xfa, 0xe9, 0xc0, 0xe3, 0x90, 0x61, 0xc0, 0xc3, 0xd8, 0xe4, 0xd8, 0xe3, 0xd0, 0xc3, 0xb8, 0x82, 0xb8, 0x82, 0xe1, 0x66, 0xfa, 0x29, 0xfa, 0x09, 0xf9, 0xc6, 0xf2, 0x06, 0xe9, 0x04, 0xe1, 0x04, 0xe9, 0x04, 0xd8, 0xe4, 0xd8, 0xe4, 0xd8, 0xe4, 0xe9, 0x25, 0x68, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, - 0x53, 0xa4, 0x5b, 0xa5, 0x5b, 0xe5, 0x5b, 0xa5, 0x42, 0x04, 0x31, 0x43, 0x29, 0x02, 0x29, 0x02, 0x29, 0x22, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x22, 0x31, 0x23, 0x31, 0x22, 0x31, 0x23, 0x49, 0x64, 0x6a, 0x24, 0x8b, 0x07, 0xa3, 0xa9, 0xac, 0x0a, 0xbc, 0x4b, 0xc4, 0x6b, 0xc4, 0x6c, 0xbc, 0x6b, 0xcc, 0xad, 0xcc, 0xed, 0xcc, 0xcd, 0xc4, 0xed, 0xcd, 0x2e, 0xd5, 0x6f, 0xd5, 0x6f, 0xd5, 0x2f, 0xeb, 0xea, 0xd9, 0x24, 0xc0, 0xa3, 0xb8, 0xa3, 0xd9, 0x24, 0xc8, 0xe3, 0xb8, 0xa2, 0xc8, 0xc3, 0xea, 0x69, 0xcb, 0x49, 0xb8, 0x82, 0xc0, 0xc3, 0xc8, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xd9, 0x65, 0xa8, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xb0, 0xc2, 0xe1, 0x44, 0xd9, 0x04, 0xc0, 0xa3, 0xb0, 0x82, 0xb0, 0x82, 0xc0, 0xc3, 0xfa, 0x28, 0x90, 0x82, 0xc8, 0xc3, 0xd0, 0xe3, 0xd0, 0xe3, 0xc8, 0xc3, 0xb8, 0x82, 0xb8, 0xa2, 0xfa, 0x29, 0xfa, 0x8b, 0xf9, 0x86, 0xfa, 0x06, 0xd8, 0xe4, 0xd8, 0xe4, 0xe1, 0x04, 0xd8, 0xc3, 0xe9, 0x86, 0xe9, 0x85, 0xe0, 0xe4, 0xf1, 0x45, 0xd9, 0xa6, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, - 0x53, 0x84, 0x5b, 0xc5, 0x5c, 0x05, 0x63, 0xc5, 0x4a, 0x24, 0x39, 0x63, 0x29, 0x23, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x31, 0x22, 0x31, 0x22, 0x39, 0x23, 0x49, 0x84, 0x61, 0xc4, 0x62, 0x04, 0x5a, 0x25, 0x62, 0x45, 0x72, 0x86, 0x7a, 0xc6, 0x7a, 0xc6, 0x8b, 0x27, 0x9b, 0x68, 0xa3, 0x88, 0xa3, 0xc9, 0xea, 0xc9, 0xeb, 0x2a, 0xe4, 0x6d, 0xe5, 0x4f, 0xdd, 0x8f, 0xe4, 0x8d, 0xd9, 0x04, 0xb8, 0xa2, 0xb8, 0xa2, 0xe1, 0x25, 0xe9, 0x46, 0xc0, 0xc3, 0xb0, 0xa2, 0xc8, 0xc3, 0xfb, 0xcc, 0xb1, 0x03, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xa3, 0xc9, 0x04, 0xb0, 0xa2, 0xa0, 0x82, 0xa0, 0x82, 0x98, 0x82, 0xd1, 0x03, 0xd0, 0xe4, 0xc0, 0xa3, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xc8, 0xe3, 0xd1, 0x24, 0xc0, 0xa3, 0xd0, 0xe3, 0xd0, 0xe3, 0xb8, 0xa2, 0xb0, 0x82, 0xd9, 0x46, 0xfa, 0x6a, 0xf9, 0xc8, 0xf9, 0xa7, 0xe9, 0x65, 0xd0, 0xc3, 0xd8, 0xe4, 0xf2, 0x68, 0xfc, 0xee, 0xfe, 0x12, 0xfe, 0x96, 0xfc, 0xf1, 0xf9, 0x46, 0xfa, 0x48, 0x30, 0x81, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, - 0x53, 0x84, 0x5b, 0xc5, 0x64, 0x25, 0x63, 0xa5, 0x52, 0x45, 0x41, 0xa4, 0x39, 0x63, 0x29, 0x23, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x31, 0x22, 0x31, 0x43, 0x39, 0x43, 0x39, 0x63, 0x49, 0xa4, 0x59, 0xe4, 0x59, 0xe4, 0x49, 0xa4, 0x41, 0x84, 0x41, 0x63, 0x41, 0x84, 0x49, 0x84, 0x49, 0xa4, 0x59, 0xe4, 0x6a, 0x25, 0xaa, 0x67, 0xe1, 0x65, 0xe1, 0xe6, 0xf2, 0x07, 0xf9, 0xa6, 0xf2, 0x48, 0xdb, 0x8a, 0xe1, 0x85, 0xb8, 0xa3, 0xb0, 0x82, 0xc8, 0xc3, 0xf1, 0x66, 0xe9, 0x86, 0xb8, 0xa2, 0xb0, 0xa2, 0xd1, 0x04, 0xe3, 0x0a, 0xb0, 0x82, 0xc0, 0xc3, 0xc0, 0xa3, 0xc0, 0xc3, 0xc0, 0xa2, 0xc0, 0xe3, 0xa0, 0x82, 0xa0, 0x82, 0x90, 0x82, 0xc0, 0xe3, 0xc8, 0xe3, 0xc0, 0xa3, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0xa2, 0xe1, 0x25, 0xc0, 0xa3, 0xd0, 0xc3, 0xc8, 0xc3, 0xb0, 0x82, 0xb0, 0x82, 0xfa, 0x09, 0xfa, 0x6a, 0xf1, 0x87, 0xfa, 0x08, 0xd0, 0xc3, 0xd0, 0xa3, 0xfb, 0xcd, 0xfc, 0x2d, 0xfb, 0x0a, 0xf2, 0x28, 0xf1, 0xa7, 0xf9, 0x25, 0xfa, 0xec, 0xf9, 0xc6, 0x38, 0x81, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, - 0x53, 0x84, 0x5b, 0xc5, 0x6c, 0x06, 0x63, 0x45, 0x5a, 0x25, 0x49, 0xe4, 0x41, 0x84, 0x31, 0x43, 0x29, 0x23, 0x29, 0x02, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x31, 0x22, 0x31, 0x43, 0x39, 0x63, 0x41, 0x83, 0x51, 0xc4, 0x59, 0xe4, 0x51, 0xe4, 0x51, 0xc4, 0x51, 0xc4, 0x79, 0xa5, 0x91, 0xa5, 0x91, 0xa5, 0x71, 0x64, 0x51, 0x64, 0x41, 0x83, 0xf1, 0xc7, 0xfa, 0x69, 0xfa, 0xeb, 0xfa, 0xeb, 0xfb, 0x2b, 0xe9, 0x86, 0xe9, 0x45, 0xc8, 0xe3, 0xb8, 0xa2, 0xb0, 0x82, 0xd0, 0xe4, 0xf1, 0x66, 0xe9, 0x66, 0xb8, 0xa2, 0xa8, 0x82, 0xf2, 0x69, 0xc1, 0x44, 0xb8, 0xa3, 0xc0, 0xc3, 0xc0, 0xa3, 0xc0, 0xc3, 0xc8, 0xe3, 0xa8, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xa8, 0xa2, 0xc0, 0xc3, 0xc0, 0xa3, 0xa0, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xa0, 0xa2, 0xd9, 0x04, 0xc0, 0xa2, 0xc8, 0xc3, 0xb8, 0xa2, 0xa8, 0x82, 0xd9, 0x25, 0xfa, 0x2a, 0xf1, 0x66, 0xfa, 0x09, 0xe9, 0x45, 0xc8, 0xc3, 0xf2, 0x07, 0xe1, 0x25, 0xd8, 0xc3, 0xd8, 0xe3, 0xd9, 0x04, 0xe9, 0x25, 0xfa, 0xec, 0xf1, 0xc7, 0xe1, 0x64, 0x20, 0xa2, 0x18, 0xa2, 0x41, 0x03, 0x9a, 0xc9, 0xbb, 0xed, 0x92, 0x68, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, - 0x63, 0xc5, 0x63, 0xe5, 0x6b, 0xe6, 0x62, 0xc5, 0x5a, 0x25, 0x52, 0x05, 0x49, 0xc4, 0x39, 0x83, 0x31, 0x43, 0x29, 0x23, 0x29, 0x22, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x22, 0x31, 0x23, 0x39, 0x63, 0x49, 0x84, 0x51, 0xc4, 0x59, 0xe4, 0x69, 0xe4, 0xe1, 0x45, 0xd9, 0x04, 0xf1, 0x66, 0xf9, 0xa7, 0xf9, 0xc7, 0xd1, 0xa6, 0xc1, 0x44, 0xe9, 0xe7, 0xd8, 0xe4, 0xe1, 0x04, 0xe1, 0x04, 0xfa, 0x89, 0xea, 0x89, 0xe1, 0x65, 0xd1, 0x25, 0xb8, 0xa2, 0xb8, 0xa2, 0xd9, 0x04, 0xf1, 0x86, 0xe1, 0x45, 0xb0, 0x82, 0xe2, 0x88, 0xfa, 0xca, 0xb8, 0xa2, 0xc0, 0xc3, 0xc0, 0xa2, 0xc0, 0xc3, 0xc0, 0xc3, 0xb8, 0xa3, 0x98, 0x82, 0xa0, 0x82, 0x98, 0x82, 0xc0, 0xc3, 0xc0, 0xa2, 0xa8, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xd1, 0x04, 0xc0, 0xa3, 0xb8, 0xa2, 0xb0, 0x82, 0xa8, 0x82, 0xf1, 0xa7, 0xf9, 0xe8, 0xf1, 0xc8, 0xf9, 0xa7, 0xc8, 0xc3, 0xd9, 0x04, 0xc8, 0xa3, 0xd0, 0xc3, 0xd0, 0xc3, 0xd0, 0xc3, 0xd8, 0xe4, 0xe1, 0x66, 0xd0, 0xe4, 0xe1, 0x44, 0x70, 0xe2, 0x61, 0x03, 0xd9, 0xc7, 0xf2, 0x08, 0xe1, 0xa7, 0xd9, 0x65, 0xd9, 0x65, 0x70, 0xe3, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, - 0x6c, 0x06, 0x6c, 0x06, 0x7b, 0xe7, 0x6a, 0xe6, 0x62, 0x45, 0x52, 0x25, 0x49, 0xe4, 0x41, 0xa3, 0x31, 0x63, 0x31, 0x42, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x29, 0x02, 0x31, 0x22, 0x39, 0x63, 0x39, 0x63, 0x69, 0xa4, 0xe1, 0x45, 0xd0, 0xc3, 0xd0, 0xe3, 0xd0, 0xe4, 0xe9, 0x45, 0xf9, 0xc7, 0xfa, 0x29, 0xe9, 0xa5, 0xc8, 0xc3, 0xc8, 0xc3, 0xd0, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xd1, 0x04, 0xfa, 0x29, 0xe1, 0x86, 0xc8, 0xc3, 0xc0, 0xa3, 0xd9, 0x04, 0xf9, 0xa7, 0xe9, 0xa6, 0xe1, 0xa6, 0xb8, 0x82, 0xc0, 0xc3, 0xb8, 0x82, 0xc0, 0xc3, 0xc0, 0xa2, 0xc0, 0xc3, 0xc0, 0xe3, 0x98, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xb8, 0xc3, 0xb8, 0xa2, 0xb0, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xd0, 0xe4, 0xb8, 0xa2, 0xb8, 0xa2, 0xb0, 0x82, 0xb8, 0xc3, 0xfa, 0x09, 0xe1, 0x46, 0xf9, 0xc8, 0xe1, 0x24, 0xd0, 0xe4, 0xb8, 0xa2, 0xc0, 0xc3, 0xc8, 0xa3, 0xc0, 0xa2, 0xc8, 0xc3, 0xc0, 0xa3, 0xa0, 0x61, 0xd9, 0x04, 0xb0, 0xe3, 0xa0, 0xc3, 0xd0, 0xc3, 0xd0, 0xc3, 0xc0, 0xa2, 0xb8, 0xa2, 0xb0, 0x82, 0xb8, 0xa2, 0x30, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, - 0x6c, 0x46, 0x74, 0x26, 0x8c, 0x08, 0x73, 0x07, 0x5a, 0x45, 0x52, 0x04, 0x49, 0xe4, 0x41, 0xa3, 0x39, 0x63, 0x31, 0x43, 0x29, 0x42, 0x31, 0x42, 0x31, 0x22, 0x31, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x22, 0x29, 0x02, 0x29, 0x22, 0x31, 0x23, 0x31, 0x23, 0x31, 0x22, 0xd1, 0xa6, 0xd9, 0x04, 0xd0, 0xe3, 0xd9, 0x04, 0xe1, 0x04, 0xd8, 0xe4, 0xe9, 0x25, 0xe1, 0x85, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xa3, 0xb8, 0xa2, 0xb8, 0x82, 0xb0, 0x82, 0xd9, 0x45, 0xf9, 0xe8, 0xfa, 0x09, 0xc0, 0xc3, 0xc8, 0xc3, 0xe1, 0x25, 0xf9, 0xa7, 0xc0, 0xa3, 0xc8, 0xc3, 0xb0, 0x82, 0xd9, 0x66, 0xc0, 0xa3, 0xc0, 0xa3, 0xc0, 0xc3, 0xc8, 0xc3, 0xa8, 0x82, 0xa0, 0x81, 0xa0, 0x82, 0xb0, 0xa2, 0xc0, 0xc3, 0xb0, 0xa2, 0xa0, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xd0, 0xe3, 0xb0, 0x82, 0xb0, 0x82, 0xa8, 0x82, 0xd1, 0x04, 0xf1, 0xa7, 0xf1, 0xa7, 0xf1, 0x46, 0xd0, 0xe3, 0xb0, 0x82, 0xa8, 0x82, 0xb8, 0xa2, 0xb0, 0x82, 0xc0, 0xa3, 0xb0, 0x82, 0x90, 0x61, 0xc8, 0xe3, 0xd9, 0x04, 0xb0, 0x82, 0xa0, 0x82, 0xc0, 0xc3, 0xc0, 0xc3, 0xb0, 0x82, 0xa8, 0x62, 0xb8, 0xc2, 0x30, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, - 0x84, 0x88, 0x84, 0x48, 0x8b, 0xe9, 0x73, 0x07, 0x5a, 0x25, 0x51, 0xe5, 0x52, 0x04, 0x49, 0xe4, 0x39, 0x83, 0x31, 0x63, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x22, 0x31, 0x22, 0x31, 0x22, 0x31, 0x23, 0x31, 0x23, 0x31, 0x23, 0x31, 0x43, 0x39, 0x63, 0x59, 0x63, 0xfa, 0xcc, 0xfa, 0x8b, 0xf9, 0xe9, 0xf9, 0x86, 0xf1, 0x46, 0xe1, 0x25, 0xe1, 0x44, 0xc8, 0xe4, 0xc0, 0xc3, 0xc0, 0xa3, 0xc0, 0xa3, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0x62, 0xe1, 0xa7, 0xf9, 0xc8, 0xfa, 0x09, 0xc8, 0xc3, 0xc0, 0xc3, 0xe1, 0x25, 0xc0, 0xa3, 0xc0, 0xc3, 0xb0, 0x82, 0xe9, 0xe7, 0xc8, 0xe4, 0xc0, 0xc3, 0xc0, 0xa2, 0xc8, 0xc3, 0xb8, 0xa3, 0xa8, 0xc3, 0xa0, 0x82, 0xa8, 0xa2, 0xc0, 0xe3, 0xb0, 0x82, 0x98, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xc8, 0xe3, 0xb0, 0xa2, 0xa8, 0x82, 0xa8, 0x82, 0xe9, 0x86, 0xe1, 0x46, 0xf9, 0xe8, 0xd0, 0xc3, 0xa8, 0x82, 0x98, 0x61, 0xa0, 0x82, 0xa0, 0x82, 0xb8, 0xa2, 0xa8, 0x82, 0x88, 0x61, 0xc0, 0xc3, 0xd9, 0x04, 0x98, 0x62, 0xa8, 0x82, 0xc8, 0xc3, 0xe9, 0x46, 0xf1, 0x66, 0xf9, 0xa7, 0xf2, 0x08, 0x71, 0x03, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, - 0x94, 0x6b, 0x94, 0x0a, 0x8b, 0xc9, 0x73, 0x07, 0x5a, 0x25, 0x51, 0xe5, 0x52, 0x05, 0x49, 0xe4, 0x41, 0xa4, 0x39, 0x83, 0x31, 0x63, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x42, 0x31, 0x43, 0x39, 0x43, 0x31, 0x43, 0x39, 0x43, 0x39, 0x64, 0x41, 0x84, 0x79, 0x84, 0xfb, 0x0d, 0xfa, 0xec, 0xfa, 0xec, 0xfa, 0x6a, 0xf9, 0xe8, 0xf9, 0x87, 0xf1, 0xa6, 0xc8, 0xe4, 0xc0, 0xa3, 0xc0, 0xa3, 0xc8, 0xe3, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xe1, 0x87, 0xf9, 0x87, 0xfa, 0x29, 0xc8, 0xe4, 0xb8, 0xa2, 0xd1, 0x04, 0xb0, 0x82, 0xb0, 0xe2, 0xb8, 0xe3, 0xf1, 0xe7, 0xc0, 0xa3, 0xc8, 0xc3, 0xc8, 0xe3, 0xc8, 0xc3, 0xa0, 0xa2, 0x98, 0x81, 0xa0, 0x82, 0xb8, 0xc3, 0xa8, 0x82, 0xa0, 0x82, 0x98, 0x82, 0xa8, 0xa2, 0xb8, 0xa2, 0xa8, 0xa2, 0xa0, 0x82, 0xa8, 0x82, 0xe9, 0x86, 0xf1, 0xc8, 0xe1, 0x25, 0xb8, 0xc3, 0xa0, 0x82, 0x90, 0x61, 0x90, 0x61, 0xa8, 0x82, 0x98, 0x82, 0x80, 0x61, 0xb8, 0xc3, 0xe1, 0x04, 0xa8, 0x82, 0xc8, 0xa3, 0xd0, 0xc3, 0xd0, 0xc3, 0xc8, 0xc3, 0xd0, 0xc3, 0xd8, 0xe4, 0xd8, 0xe4, 0xe1, 0x66, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, - 0xa4, 0x6d, 0x9b, 0xea, 0x93, 0xc9, 0x7b, 0x27, 0x5a, 0x25, 0x51, 0xe5, 0x51, 0xe5, 0x49, 0xe4, 0x49, 0xc4, 0x41, 0xa3, 0x39, 0x83, 0x31, 0x63, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x31, 0x43, 0x39, 0x43, 0x39, 0x63, 0x39, 0x63, 0x41, 0x63, 0x41, 0x64, 0x79, 0x84, 0xfa, 0xcb, 0xfa, 0x8b, 0xfa, 0x8b, 0xfa, 0xab, 0xfa, 0xab, 0xfa, 0x29, 0xfa, 0x6a, 0xe1, 0xa7, 0xc8, 0xa3, 0xc8, 0xc3, 0xc8, 0xc3, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x62, 0xd9, 0x66, 0xf1, 0x87, 0xfa, 0x29, 0xd1, 0x45, 0xb0, 0xa2, 0xc8, 0xe3, 0xa0, 0xa2, 0x98, 0xa2, 0xb8, 0xe3, 0xe1, 0x65, 0xc0, 0xa3, 0xc0, 0xc3, 0xc8, 0xe3, 0xa8, 0xa2, 0x88, 0x82, 0x98, 0x82, 0x98, 0xa2, 0xa8, 0xa2, 0xa0, 0xe3, 0x98, 0xa2, 0xb0, 0xa2, 0xc9, 0xa5, 0x98, 0x61, 0x98, 0x82, 0xb0, 0xc3, 0xc0, 0xe3, 0xf1, 0xc7, 0xd0, 0xe3, 0xc8, 0xa3, 0xc0, 0xa3, 0x88, 0x61, 0x98, 0x62, 0x90, 0x82, 0x80, 0x61, 0xb8, 0xc3, 0xe1, 0x25, 0xc0, 0xa2, 0xc8, 0xc3, 0xc8, 0xa3, 0xc0, 0xa3, 0xc0, 0xa3, 0xd0, 0xe4, 0xd8, 0xe4, 0xd0, 0xe4, 0xc0, 0xc3, 0xc9, 0x03, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, - 0xb4, 0xef, 0x9c, 0x0b, 0x93, 0xa9, 0x7b, 0x07, 0x5a, 0x45, 0x52, 0x05, 0x51, 0xe4, 0x51, 0xe4, 0x49, 0xe4, 0x41, 0xa4, 0x39, 0x83, 0x39, 0x63, 0x39, 0x63, 0x31, 0x63, 0x39, 0x63, 0x39, 0x63, 0x31, 0x63, 0x31, 0x43, 0x31, 0x43, 0x39, 0x63, 0x41, 0x63, 0x41, 0x63, 0x41, 0x84, 0x41, 0x84, 0x41, 0x63, 0x61, 0x64, 0xe2, 0x89, 0xfb, 0x0c, 0xfa, 0x4a, 0xfa, 0x09, 0xfa, 0x29, 0xf1, 0xa7, 0xfa, 0x8b, 0xfa, 0xab, 0xf1, 0xa7, 0xd0, 0xe4, 0xb8, 0xa2, 0xa8, 0x82, 0xa8, 0x62, 0xa0, 0x62, 0xd1, 0x45, 0xe9, 0x66, 0xfa, 0x08, 0xd9, 0x86, 0xb9, 0x04, 0xb8, 0xc3, 0x90, 0xa2, 0x90, 0xa2, 0xb8, 0xe3, 0xc8, 0xe3, 0xb8, 0xa2, 0xb0, 0xc3, 0xc8, 0xe3, 0xb0, 0xe3, 0xa0, 0xe3, 0x98, 0xa2, 0x88, 0x82, 0x90, 0x82, 0x98, 0x82, 0xa8, 0xa2, 0xb8, 0xe3, 0xa0, 0x62, 0xa0, 0xa2, 0xa8, 0xc3, 0xd1, 0x04, 0xd0, 0xe4, 0xd0, 0xe3, 0xc8, 0xc3, 0xb8, 0xa3, 0x80, 0x61, 0x80, 0x82, 0x78, 0x61, 0xb8, 0xe3, 0xe1, 0x24, 0xc0, 0xa3, 0xc0, 0xa3, 0xc0, 0xa2, 0xb8, 0xa2, 0xc8, 0xc3, 0xd0, 0xc3, 0xc8, 0xc3, 0xc0, 0xa2, 0xc8, 0xc3, 0xd9, 0x24, 0xb9, 0x86, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, - 0xb5, 0x0f, 0x9c, 0x2c, 0x93, 0xa9, 0x83, 0x07, 0x62, 0x45, 0x5a, 0x05, 0x52, 0x05, 0x51, 0xe5, 0x49, 0xe4, 0x49, 0xc4, 0x41, 0xa4, 0x39, 0x83, 0x39, 0x63, 0x39, 0x63, 0x39, 0x63, 0x39, 0x63, 0x31, 0x63, 0x39, 0x63, 0x39, 0x63, 0x41, 0x84, 0x41, 0x84, 0x41, 0x84, 0x49, 0x84, 0x49, 0x84, 0xca, 0x68, 0xfa, 0xeb, 0xf2, 0x69, 0xe9, 0xa6, 0xf1, 0x86, 0xf1, 0x66, 0xf1, 0x65, 0xc8, 0xc3, 0xd0, 0xe4, 0xfa, 0x4a, 0xfa, 0x6a, 0xfa, 0x29, 0xd9, 0x04, 0xb8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa0, 0x62, 0xb8, 0xe4, 0xe9, 0x66, 0xf9, 0xe8, 0xf1, 0xc7, 0xb0, 0xa2, 0xa0, 0xc2, 0x98, 0xc2, 0x90, 0xa2, 0xd1, 0x04, 0xc9, 0x65, 0xc0, 0xe3, 0xea, 0x28, 0xd9, 0x45, 0xc9, 0x04, 0xb0, 0xa2, 0xb0, 0xa2, 0xc0, 0xc3, 0xa8, 0xa2, 0xa8, 0xa2, 0xb0, 0xa2, 0xa9, 0x04, 0x80, 0x82, 0x90, 0x82, 0xd0, 0xe4, 0xd0, 0xc3, 0xc8, 0xc3, 0xb8, 0xa2, 0xb8, 0xc3, 0x78, 0x61, 0x70, 0x61, 0xb8, 0xe3, 0xe1, 0x04, 0xc0, 0xa3, 0xc0, 0xa3, 0xb8, 0x82, 0xb8, 0xa2, 0xc8, 0xc3, 0xc0, 0xa3, 0xb8, 0x82, 0xb8, 0xa2, 0xf1, 0xa7, 0xfa, 0x4a, 0xfa, 0x28, 0x58, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, - 0xa4, 0xae, 0xa4, 0x6d, 0x93, 0xc9, 0x83, 0x48, 0x6a, 0x86, 0x5a, 0x25, 0x5a, 0x25, 0x52, 0x05, 0x49, 0xe4, 0x49, 0xe4, 0x41, 0xc4, 0x41, 0xa4, 0x39, 0x83, 0x39, 0x63, 0x39, 0x84, 0x39, 0x63, 0x39, 0x63, 0x39, 0x63, 0x39, 0x83, 0x41, 0x84, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x61, 0x84, 0xd8, 0xe3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc0, 0xa3, 0xc0, 0xa2, 0xc0, 0xa3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xf2, 0x08, 0xfa, 0x4a, 0xfa, 0x4a, 0xc0, 0xc3, 0xb0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0xc3, 0xe9, 0x66, 0xf9, 0xa7, 0xc9, 0x04, 0x90, 0x82, 0xa0, 0x82, 0xc0, 0xc3, 0xc0, 0xa2, 0xd1, 0x65, 0xc0, 0xe3, 0xeb, 0xcf, 0xe9, 0x87, 0xe2, 0xaa, 0xc9, 0x45, 0xd2, 0x48, 0xd1, 0x24, 0xb8, 0xc3, 0xc9, 0x65, 0xb8, 0xc3, 0xb8, 0xe3, 0xb9, 0x04, 0x90, 0x82, 0xc8, 0xc3, 0xc8, 0xc3, 0xc0, 0xa3, 0xb0, 0xa2, 0xa8, 0xa2, 0x70, 0x61, 0xc0, 0xe3, 0xd9, 0x04, 0xc0, 0xa2, 0xb8, 0xa2, 0xb8, 0x82, 0xb8, 0xa2, 0xb8, 0xa2, 0xa8, 0x82, 0xa8, 0x82, 0xb0, 0xa2, 0xd9, 0x25, 0xfa, 0x6a, 0xf2, 0x27, 0xa0, 0xe2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, - 0x8b, 0xec, 0x94, 0x0b, 0x93, 0xc9, 0x83, 0x69, 0x6a, 0xa7, 0x62, 0x45, 0x5a, 0x25, 0x52, 0x05, 0x4a, 0x04, 0x4a, 0x04, 0x49, 0xe4, 0x41, 0xc4, 0x41, 0x84, 0x39, 0x83, 0x41, 0x84, 0x41, 0x84, 0x41, 0x83, 0x41, 0x83, 0x41, 0x64, 0x41, 0x84, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xc4, 0x49, 0xa4, 0x99, 0x03, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc0, 0xa2, 0xb8, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb8, 0xa2, 0xb8, 0xa2, 0xd9, 0x25, 0xfa, 0x6a, 0xfa, 0x4a, 0xd1, 0x25, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0x90, 0x61, 0xb8, 0xe3, 0xb9, 0x04, 0xc9, 0x85, 0xc1, 0x65, 0xd1, 0x86, 0xd2, 0x28, 0xd1, 0x45, 0xd1, 0xe8, 0xb9, 0x85, 0xf3, 0x4a, 0x90, 0xc3, 0xb1, 0x45, 0xc1, 0x85, 0xe3, 0x0b, 0x99, 0x04, 0xb1, 0x24, 0xc0, 0xc3, 0xc0, 0xa2, 0xa8, 0xa2, 0xa8, 0xa2, 0xa8, 0x82, 0xc0, 0xc3, 0xb9, 0x04, 0xc0, 0xc3, 0x80, 0x82, 0xc9, 0x04, 0xd0, 0xe3, 0xc0, 0xa3, 0xb8, 0xa2, 0xc0, 0xa2, 0xb8, 0xa3, 0xa8, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xb8, 0x82, 0xe1, 0xc7, 0xfa, 0xaa, 0xf1, 0x85, 0xe1, 0x64, 0x38, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x20, 0xc2, - 0x83, 0x49, 0x8b, 0xca, 0x93, 0xca, 0x83, 0xa9, 0x6a, 0xc7, 0x62, 0x46, 0x5a, 0x25, 0x52, 0x25, 0x52, 0x24, 0x52, 0x24, 0x52, 0x04, 0x49, 0xc4, 0x41, 0xa4, 0x39, 0x84, 0x41, 0x84, 0x41, 0x84, 0x41, 0x84, 0x51, 0x84, 0x81, 0x84, 0xa2, 0x27, 0xba, 0x47, 0xda, 0x07, 0xf1, 0x86, 0xf9, 0x65, 0xf9, 0x66, 0xd0, 0xe3, 0xc0, 0xa2, 0xc0, 0xa2, 0xc0, 0xc3, 0xc0, 0xa3, 0xb8, 0xa2, 0xb0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xb0, 0x82, 0xe1, 0x86, 0xfa, 0x6b, 0xf2, 0x29, 0xb8, 0xa3, 0xb0, 0x82, 0xb8, 0x82, 0xd1, 0xe8, 0x88, 0x61, 0xa8, 0xa2, 0xda, 0x6a, 0xe2, 0x69, 0xc9, 0x86, 0xb8, 0xa2, 0x89, 0x03, 0xb1, 0x24, 0x98, 0xc3, 0xb0, 0xa3, 0xa0, 0xe3, 0x80, 0xa2, 0x80, 0x82, 0x40, 0xa2, 0x68, 0xe2, 0x99, 0x03, 0x90, 0xe3, 0xb9, 0xe7, 0xd1, 0x45, 0xc0, 0xc3, 0xc0, 0xc3, 0xb0, 0xc3, 0xb0, 0xc3, 0xa0, 0xa2, 0xd1, 0x04, 0xd0, 0xe3, 0xc8, 0xc3, 0xc0, 0xa3, 0xc0, 0xa3, 0xb0, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xb0, 0xa3, 0xd1, 0x45, 0xfa, 0xab, 0xfa, 0x69, 0xf9, 0xa5, 0xf1, 0x85, 0x70, 0xe2, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, - 0x83, 0x29, 0x8b, 0xab, 0x93, 0xea, 0x8b, 0xe9, 0x7b, 0x48, 0x5a, 0x46, 0x5a, 0x25, 0x52, 0x05, 0x5a, 0x25, 0x52, 0x25, 0x52, 0x24, 0x49, 0xe4, 0x49, 0xa4, 0x41, 0x84, 0x41, 0x84, 0x49, 0x84, 0xc2, 0x07, 0xfa, 0x49, 0xfa, 0x69, 0xd9, 0x04, 0xc8, 0xa3, 0xe1, 0x24, 0xe1, 0x25, 0xe9, 0x45, 0xe9, 0x45, 0xe9, 0x25, 0xe9, 0x45, 0xd9, 0x24, 0xc0, 0xa2, 0xb8, 0xa2, 0xb8, 0xa2, 0xb8, 0xa2, 0xb0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0x98, 0x82, 0x98, 0x82, 0xb0, 0x82, 0xd9, 0x45, 0xfa, 0x8b, 0xd9, 0xa7, 0xb0, 0x82, 0xb8, 0xa2, 0xd1, 0x45, 0xe1, 0x66, 0xe9, 0xc7, 0xe3, 0x0b, 0xc1, 0x24, 0xa8, 0xa2, 0x70, 0x82, 0x70, 0xc2, 0x51, 0x03, 0x71, 0x64, 0x69, 0x23, 0x51, 0x23, 0x71, 0x84, 0x82, 0x05, 0x61, 0x43, 0x90, 0xc2, 0xa8, 0xa2, 0x98, 0xe3, 0xb9, 0x04, 0xd9, 0x45, 0xd9, 0xc7, 0x80, 0x82, 0xa0, 0xc3, 0xd9, 0x04, 0xd0, 0xe4, 0xd0, 0xc3, 0xc8, 0xc3, 0xb8, 0xa2, 0x98, 0x82, 0xa0, 0x82, 0xb0, 0xc3, 0xc9, 0x04, 0xf1, 0xe8, 0xfa, 0xab, 0xfa, 0x28, 0xf9, 0xc6, 0xf1, 0x65, 0x60, 0xc2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, - 0x8b, 0x6a, 0x93, 0xec, 0x93, 0xeb, 0x9c, 0x0a, 0x83, 0x89, 0x62, 0x86, 0x5a, 0x05, 0x52, 0x04, 0x5a, 0x25, 0x52, 0x25, 0x52, 0x25, 0x4a, 0x04, 0x49, 0xc4, 0x41, 0xa4, 0x41, 0x84, 0x71, 0xa4, 0xf9, 0xa7, 0xe9, 0x86, 0xb8, 0x82, 0xd1, 0x24, 0xe9, 0x66, 0xd0, 0xe3, 0xe1, 0x45, 0xf1, 0x86, 0xf9, 0x86, 0xf1, 0x66, 0xe1, 0x45, 0xd9, 0x04, 0xd0, 0xc3, 0xc0, 0xa2, 0xb8, 0x82, 0xb0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0x98, 0x81, 0x90, 0x82, 0xa8, 0x82, 0xd9, 0x45, 0xfa, 0x29, 0xd9, 0xe7, 0xf2, 0xab, 0xfa, 0x49, 0xd9, 0xc7, 0xc1, 0x65, 0x68, 0x81, 0xc0, 0xc3, 0x48, 0xc2, 0x50, 0xe3, 0x81, 0xc5, 0xab, 0x08, 0xa2, 0x47, 0x81, 0xa5, 0xaa, 0xa7, 0xcb, 0x89, 0xa2, 0xa6, 0x8a, 0x05, 0xa1, 0x03, 0xb9, 0x85, 0xd1, 0xa6, 0xd9, 0x24, 0xeb, 0xae, 0xa8, 0xc3, 0xa8, 0x82, 0xd9, 0x04, 0xd8, 0xe4, 0xc8, 0xe3, 0xb0, 0xa2, 0xb0, 0xa2, 0xc0, 0xe3, 0xc8, 0xc3, 0xe1, 0x86, 0xfa, 0x29, 0xfa, 0x28, 0xfa, 0x89, 0xfa, 0x89, 0xb1, 0x03, 0x20, 0x81, 0x18, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, - 0x7b, 0x29, 0x9c, 0x0c, 0xa4, 0x6c, 0x9c, 0x0a, 0x83, 0x89, 0x62, 0x85, 0x5a, 0x25, 0x52, 0x05, 0x5a, 0x25, 0x5a, 0x45, 0x52, 0x24, 0x52, 0x04, 0x49, 0xe4, 0x49, 0xc4, 0x41, 0x84, 0x99, 0xe6, 0xfa, 0x29, 0xd9, 0x04, 0xc0, 0xc3, 0xe1, 0x86, 0xd0, 0xc3, 0xd0, 0xc3, 0xc8, 0xc3, 0xd9, 0x04, 0xe9, 0x66, 0xf1, 0xa7, 0xf9, 0xe8, 0xfa, 0x29, 0xfa, 0x29, 0xfa, 0x29, 0xf9, 0xe8, 0xf9, 0xa7, 0xe9, 0x45, 0xc0, 0xc3, 0xa8, 0x82, 0x98, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0xa2, 0xa8, 0xa2, 0xb0, 0xa2, 0xd9, 0x04, 0xfa, 0x8a, 0xf9, 0xa7, 0xda, 0x69, 0xb0, 0xe3, 0xd9, 0x45, 0x68, 0xc2, 0x69, 0x64, 0x79, 0xa4, 0x60, 0xe3, 0x81, 0x84, 0x99, 0xe6, 0x79, 0xa5, 0x9a, 0x26, 0x99, 0xa5, 0xaa, 0x06, 0x9a, 0x05, 0x69, 0x23, 0x88, 0xc2, 0x78, 0xa2, 0xe1, 0xa6, 0xfb, 0x0d, 0xfb, 0x4d, 0xe1, 0x45, 0xd0, 0xe4, 0xd9, 0x25, 0xd9, 0x24, 0xd8, 0xe4, 0xe1, 0x24, 0xf2, 0x08, 0xfa, 0x08, 0xe1, 0x05, 0xd0, 0xc3, 0xd0, 0xe4, 0xd9, 0x04, 0xe1, 0x05, 0xfa, 0x28, 0xb9, 0x86, 0x10, 0x81, 0x18, 0x82, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, - 0x94, 0x0a, 0xc5, 0x4f, 0xbd, 0x2e, 0xa4, 0x2b, 0x7b, 0x47, 0x62, 0x65, 0x5a, 0x25, 0x52, 0x05, 0x5a, 0x25, 0x5a, 0x45, 0x52, 0x25, 0x52, 0x04, 0x51, 0xe4, 0x49, 0xc4, 0x49, 0xa4, 0x41, 0x84, 0xb1, 0xe6, 0xfa, 0xcc, 0xfa, 0x49, 0xe9, 0x87, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xa2, 0xc0, 0xa2, 0xb8, 0x82, 0xb8, 0xa2, 0xc0, 0xa3, 0xc0, 0xa3, 0xc8, 0xc3, 0xd0, 0xe4, 0xd1, 0x04, 0xc8, 0xe3, 0xc8, 0xe4, 0xd0, 0xe4, 0xc8, 0xc3, 0x90, 0x82, 0x88, 0x62, 0x90, 0x82, 0x98, 0x82, 0xa8, 0x82, 0xb0, 0xa2, 0xb0, 0x82, 0xb0, 0xa2, 0xe1, 0x86, 0xfb, 0xaf, 0xfa, 0x69, 0xd9, 0x85, 0xb9, 0x04, 0x91, 0x44, 0x9a, 0xe8, 0x89, 0xe4, 0x81, 0xc5, 0x69, 0x23, 0x69, 0x44, 0x69, 0x44, 0x58, 0xe3, 0x89, 0xa6, 0x81, 0x24, 0x91, 0xc6, 0xba, 0xc8, 0x92, 0x26, 0x50, 0xc2, 0xeb, 0x6d, 0xd1, 0x66, 0xe1, 0x05, 0xfc, 0x30, 0xfb, 0x0b, 0xe9, 0x66, 0xf9, 0x45, 0xf9, 0x45, 0xfa, 0x28, 0xe9, 0xc7, 0xd0, 0xc3, 0xd0, 0xe3, 0xd0, 0xe4, 0xd9, 0x04, 0xd9, 0x04, 0xd0, 0xe4, 0xd0, 0xe3, 0xc8, 0xc3, 0xd9, 0x45, 0xa1, 0x65, 0x18, 0x81, 0x18, 0xa2, 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, - 0xc5, 0x2e, 0xd5, 0x90, 0xc5, 0x4f, 0x9c, 0x0a, 0x83, 0x27, 0x62, 0x65, 0x5a, 0x24, 0x5a, 0x04, 0x5a, 0x05, 0x5a, 0x45, 0x52, 0x44, 0x4a, 0x04, 0x49, 0xe4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0x84, 0x41, 0x84, 0xb1, 0xc6, 0xfa, 0xcb, 0xfa, 0xec, 0xe1, 0x45, 0xe1, 0x45, 0xfa, 0x08, 0xfa, 0x49, 0xf2, 0x4a, 0xea, 0x08, 0xd9, 0xc7, 0xd1, 0x86, 0xc9, 0x45, 0xb0, 0xe3, 0x90, 0x82, 0x78, 0x82, 0x80, 0x82, 0x88, 0x82, 0x90, 0x82, 0x98, 0x82, 0x98, 0x82, 0x98, 0x82, 0x90, 0x81, 0x90, 0x61, 0xa0, 0xa2, 0xa8, 0xc3, 0xb8, 0xe3, 0xfa, 0xeb, 0xfa, 0xeb, 0xfa, 0x6a, 0xd9, 0xc6, 0x99, 0x24, 0x89, 0xa4, 0x99, 0xe5, 0x9a, 0x47, 0x71, 0x44, 0x61, 0x44, 0x58, 0xe3, 0x40, 0xa2, 0x40, 0xc2, 0x61, 0x04, 0x71, 0x04, 0x81, 0x45, 0x99, 0xc5, 0x91, 0xe6, 0x79, 0x64, 0x90, 0xe3, 0xb9, 0x44, 0xfb, 0xce, 0xf9, 0xe8, 0xfb, 0x0c, 0xfa, 0xcb, 0xfb, 0x0d, 0xf9, 0xe8, 0xd8, 0xe4, 0xd9, 0x04, 0xd9, 0x04, 0xd0, 0xe4, 0xd0, 0xc3, 0xc0, 0xc3, 0xb8, 0xa2, 0xb0, 0x82, 0xb8, 0xa2, 0xb8, 0xc3, 0xc0, 0xc3, 0xd0, 0xe3, 0x68, 0xa2, 0x70, 0xc2, 0x80, 0xc2, 0xb1, 0x45, 0xc2, 0x07, 0xb9, 0xc6, 0x99, 0x65, 0x58, 0xe3, 0x28, 0xa2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, - 0xc5, 0x0e, 0xbc, 0xcd, 0xac, 0x6c, 0x93, 0xc9, 0x83, 0x27, 0x62, 0x65, 0x5a, 0x25, 0x5a, 0x24, 0x5a, 0x24, 0x5a, 0x25, 0x52, 0x45, 0x52, 0x24, 0x51, 0xe4, 0x49, 0xe4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x41, 0x84, 0xc1, 0xa6, 0xf1, 0xa7, 0xf1, 0x87, 0xfa, 0x6a, 0xfa, 0x6a, 0xfa, 0x08, 0xf9, 0xe8, 0xf9, 0xe8, 0xf9, 0xe8, 0xf9, 0xe8, 0xe1, 0x45, 0xc8, 0xc3, 0xb8, 0xa3, 0xa0, 0xa2, 0x90, 0x82, 0x88, 0x82, 0x80, 0x82, 0x80, 0x82, 0x78, 0x82, 0x78, 0x82, 0x90, 0xc3, 0x90, 0x82, 0xb9, 0xc5, 0xea, 0x6a, 0xf2, 0x6a, 0xfb, 0x0b, 0xfa, 0x49, 0xd1, 0xa5, 0xd9, 0x65, 0xb9, 0xa5, 0xb3, 0x07, 0xa2, 0x06, 0x79, 0x44, 0x50, 0xa2, 0x48, 0xc3, 0x40, 0xa2, 0x20, 0x82, 0x28, 0x82, 0x69, 0x04, 0x89, 0x24, 0x91, 0x65, 0xb2, 0x67, 0xba, 0xa7, 0x71, 0xa4, 0xe1, 0xa6, 0xfb, 0x8e, 0xc1, 0x24, 0xf9, 0x86, 0xc8, 0xe4, 0xfb, 0x4c, 0xf9, 0x66, 0xe9, 0x25, 0xe1, 0x04, 0xd0, 0xe3, 0xc8, 0xc3, 0xc0, 0xa3, 0xb8, 0xa3, 0xb8, 0xa3, 0xb8, 0xa3, 0xb8, 0xa2, 0xb8, 0xa3, 0xc0, 0xc3, 0xc8, 0xc3, 0xd0, 0xe3, 0xb8, 0x82, 0xb8, 0xa2, 0xc0, 0xc3, 0xd9, 0x04, 0xfa, 0x8a, 0xfa, 0x69, 0xfa, 0x49, 0xfa, 0x69, 0xea, 0x28, 0x71, 0x24, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, - 0x9b, 0xea, 0x93, 0xca, 0x93, 0xaa, 0x93, 0x89, 0x83, 0x47, 0x6a, 0x85, 0x62, 0x25, 0x5a, 0x25, 0x5a, 0x25, 0x5a, 0x25, 0x52, 0x45, 0x52, 0x24, 0x52, 0x04, 0x49, 0xe4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0xa2, 0x06, 0xf9, 0xe8, 0xf9, 0xa7, 0xf9, 0xc8, 0xfa, 0x4a, 0xfa, 0xab, 0xfa, 0xab, 0xfa, 0x29, 0xf9, 0xc7, 0xf1, 0x86, 0xb0, 0x82, 0x98, 0x82, 0x98, 0x82, 0x90, 0x82, 0x90, 0x82, 0x90, 0x82, 0x90, 0x82, 0x98, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xa0, 0xa2, 0xb0, 0xa3, 0xa8, 0x82, 0xb8, 0xc3, 0xf2, 0x6a, 0xfb, 0x8e, 0xfa, 0xcb, 0xb9, 0x86, 0xc9, 0xe5, 0xb2, 0xc7, 0xc3, 0x69, 0xcb, 0x8a, 0x91, 0x85, 0x69, 0x24, 0x48, 0xc3, 0x18, 0x81, 0x20, 0x82, 0x18, 0x61, 0x79, 0x25, 0x79, 0x24, 0x91, 0x65, 0xa2, 0x06, 0xcb, 0x6a, 0xa2, 0x66, 0xe2, 0xca, 0xda, 0x28, 0xfc, 0x31, 0xe1, 0xc7, 0xe1, 0x25, 0xd9, 0x66, 0xfa, 0xca, 0xd0, 0xc3, 0xd0, 0xc3, 0xc8, 0xc3, 0xc0, 0xa3, 0xb8, 0xa3, 0xb8, 0xa2, 0xb0, 0xa2, 0xb8, 0xa3, 0xc0, 0xc3, 0xd0, 0xe3, 0xc0, 0xc3, 0xa0, 0xa2, 0x88, 0x81, 0x88, 0x82, 0x88, 0x82, 0x90, 0x82, 0x90, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xb0, 0x82, 0xb0, 0xa2, 0xb8, 0xc3, 0xd9, 0xc6, 0x30, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, - 0x8b, 0x89, 0x83, 0x69, 0x83, 0x29, 0x83, 0x28, 0x83, 0x27, 0x72, 0xa6, 0x62, 0x65, 0x5a, 0x25, 0x5a, 0x05, 0x5a, 0x25, 0x5a, 0x45, 0x52, 0x44, 0x4a, 0x04, 0x49, 0xe4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x71, 0xc4, 0xd9, 0xa6, 0xd9, 0x25, 0xe1, 0x45, 0xb8, 0xa3, 0xc1, 0x04, 0xd9, 0xc7, 0xf2, 0x6a, 0xf1, 0xa7, 0xd9, 0x04, 0xc9, 0x04, 0xb8, 0xc3, 0xb0, 0xc3, 0xa0, 0xa3, 0xa0, 0xa2, 0x98, 0xa2, 0x98, 0x82, 0xb1, 0x25, 0xb9, 0x45, 0xa8, 0xc2, 0xb0, 0xc3, 0xc9, 0xc5, 0xa9, 0x03, 0xa8, 0xe3, 0xe9, 0xc7, 0xfa, 0xec, 0xfa, 0xa9, 0xfa, 0xcb, 0xbb, 0x08, 0xba, 0xa7, 0xb2, 0x87, 0x89, 0x85, 0x79, 0x44, 0x59, 0x04, 0x30, 0xa2, 0x18, 0x61, 0x28, 0xa2, 0x69, 0x04, 0x81, 0x04, 0x9a, 0x07, 0xc2, 0xc9, 0xba, 0xa7, 0xc3, 0x69, 0xfc, 0x2f, 0xeb, 0x4c, 0xf2, 0x8a, 0xfb, 0xae, 0xf2, 0x49, 0xd0, 0xe4, 0xfa, 0x49, 0xe9, 0x86, 0xd8, 0xe4, 0xd0, 0xe4, 0xc8, 0xc3, 0xc8, 0xc3, 0xd0, 0xe4, 0xd0, 0xe4, 0xd0, 0xe4, 0xc8, 0xc3, 0xb8, 0xa2, 0xa8, 0xa2, 0xa8, 0xa2, 0xb0, 0xc3, 0xa0, 0xe3, 0x78, 0x61, 0x80, 0x81, 0x88, 0x81, 0x90, 0x81, 0x98, 0x81, 0xa8, 0x82, 0xb8, 0xa2, 0xe9, 0x86, 0xfa, 0x08, 0x69, 0x03, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, - 0x73, 0x08, 0x73, 0x08, 0x62, 0x46, 0x62, 0x66, 0x7a, 0xe7, 0x7a, 0xc6, 0x72, 0x85, 0x62, 0x45, 0x5a, 0x05, 0x5a, 0x05, 0x5a, 0x25, 0x52, 0x24, 0x52, 0x24, 0x4a, 0x04, 0x49, 0xc4, 0x49, 0xc4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x83, 0x69, 0x84, 0x89, 0x03, 0x98, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xa8, 0xa2, 0xa0, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xb0, 0xa2, 0xb8, 0xa3, 0xb8, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xd1, 0x24, 0xc8, 0xe3, 0xe1, 0x85, 0xe9, 0xc6, 0xd1, 0x24, 0xb9, 0xc6, 0xfa, 0x8a, 0xfb, 0x2c, 0xf2, 0x8a, 0xb8, 0xc3, 0xfa, 0xa9, 0xcb, 0x69, 0xdb, 0xeb, 0xba, 0x27, 0x89, 0x85, 0x79, 0x65, 0x50, 0xa2, 0x48, 0xe3, 0x40, 0xa2, 0x61, 0x04, 0x79, 0x04, 0xa1, 0xa7, 0xa9, 0xc6, 0xb2, 0x26, 0xd3, 0x8a, 0xc2, 0xe8, 0xea, 0x47, 0xfb, 0x8d, 0xfa, 0x49, 0xf9, 0xc7, 0xfa, 0x29, 0xe9, 0x86, 0xe9, 0x25, 0xfa, 0xaa, 0xe1, 0x04, 0xd8, 0xe4, 0xc8, 0xe4, 0xb8, 0xa3, 0xb0, 0x82, 0xa0, 0x82, 0xa0, 0x62, 0xa0, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xb0, 0x82, 0xe1, 0x66, 0xfa, 0x8b, 0xa0, 0xe3, 0x88, 0x81, 0x90, 0x81, 0xc0, 0xe3, 0xe9, 0xe7, 0xfa, 0x49, 0xfa, 0x6a, 0xf1, 0xe7, 0xa1, 0x24, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, - 0x5a, 0x46, 0x5a, 0x46, 0x49, 0xe5, 0x52, 0x05, 0x7a, 0xc7, 0x7a, 0xc6, 0x72, 0x86, 0x6a, 0x65, 0x5a, 0x05, 0x51, 0xe4, 0x52, 0x04, 0x52, 0x24, 0x52, 0x05, 0x49, 0xe4, 0x49, 0xc4, 0x49, 0xc4, 0x51, 0xc4, 0x49, 0xa4, 0x9a, 0x06, 0xe9, 0xa6, 0xb0, 0x82, 0xa0, 0x82, 0x98, 0x82, 0x90, 0x82, 0x98, 0x82, 0x98, 0x82, 0x98, 0x82, 0x90, 0x82, 0x98, 0x82, 0x98, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xb0, 0x82, 0xb8, 0xa2, 0xc0, 0xa3, 0xc0, 0xc3, 0xc8, 0xc3, 0xd0, 0xc3, 0xd0, 0xe3, 0xc8, 0xc3, 0xf3, 0x0b, 0xfa, 0xec, 0xfa, 0xeb, 0xd1, 0x65, 0xf2, 0x08, 0xbb, 0x08, 0xcb, 0x28, 0xb2, 0x47, 0x91, 0x65, 0x79, 0x44, 0x68, 0xe3, 0x71, 0x24, 0x79, 0x24, 0x81, 0x65, 0x99, 0x86, 0xa9, 0xe7, 0xb2, 0x48, 0xb2, 0x46, 0xba, 0xa7, 0xe4, 0x4c, 0xfb, 0x8e, 0xfa, 0x69, 0xfa, 0xcb, 0xfa, 0xec, 0xe9, 0x65, 0xfa, 0xab, 0xf9, 0xc7, 0xf9, 0xc7, 0xe9, 0x25, 0xd0, 0xe3, 0xc8, 0xc3, 0xc0, 0xa3, 0xb8, 0xa2, 0xb8, 0xa2, 0xb0, 0xa2, 0xb8, 0xa2, 0xb8, 0xa2, 0xb8, 0xa3, 0xd1, 0x04, 0xf9, 0xe8, 0xfa, 0x4a, 0xa0, 0xa2, 0x90, 0x82, 0x98, 0x82, 0xb8, 0xe3, 0xd1, 0x65, 0xa1, 0x03, 0x78, 0xc2, 0x48, 0xc2, 0x20, 0xc2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, - 0x39, 0x84, 0x39, 0xa4, 0x41, 0xa5, 0x49, 0xe5, 0x72, 0xa6, 0x7a, 0xe6, 0x72, 0xa6, 0x72, 0x86, 0x62, 0x45, 0x5a, 0x05, 0x52, 0x04, 0x52, 0x04, 0x49, 0xc4, 0x41, 0xa4, 0x49, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0xba, 0x06, 0xc8, 0xc3, 0x90, 0x81, 0x80, 0x81, 0x78, 0x61, 0x70, 0x61, 0x68, 0x61, 0x60, 0x61, 0x60, 0x61, 0x60, 0x82, 0x68, 0x82, 0x68, 0x82, 0x70, 0x82, 0x78, 0x82, 0x78, 0x82, 0x78, 0x82, 0x80, 0x82, 0x90, 0x82, 0x98, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xb8, 0xa2, 0xd1, 0x25, 0xd9, 0x45, 0xd1, 0x45, 0xf3, 0x0c, 0xfa, 0x8b, 0xfa, 0x6a, 0xe1, 0x45, 0xaa, 0x06, 0xc3, 0xaa, 0xba, 0x87, 0xca, 0xc8, 0xa1, 0xe6, 0x99, 0x45, 0x81, 0x04, 0x89, 0x04, 0x81, 0x04, 0x89, 0x24, 0x91, 0x45, 0xb2, 0x27, 0xc3, 0x08, 0xc2, 0xe8, 0xca, 0xc7, 0xe3, 0xab, 0xca, 0x68, 0xe1, 0xe7, 0xe1, 0x45, 0xfa, 0x28, 0xfb, 0x6d, 0xfb, 0xce, 0xfb, 0x0b, 0xfa, 0x29, 0xfa, 0x89, 0xe9, 0x25, 0xd8, 0xe4, 0xd8, 0xe4, 0xd0, 0xe3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xe1, 0x45, 0xc1, 0x84, 0x50, 0xc2, 0x48, 0xc2, 0x38, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x18, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, - 0x31, 0x44, 0x31, 0x44, 0x31, 0x64, 0x39, 0x84, 0x6a, 0x66, 0x7a, 0xe6, 0x72, 0xa6, 0x6a, 0x86, 0x62, 0x45, 0x5a, 0x25, 0x52, 0x04, 0x52, 0x05, 0x49, 0xe4, 0x49, 0xa4, 0x49, 0xc4, 0x51, 0xc4, 0x51, 0xc4, 0x71, 0x64, 0xa0, 0x82, 0x90, 0x82, 0x90, 0x82, 0x90, 0x82, 0x90, 0x81, 0x90, 0x81, 0x90, 0x82, 0x88, 0x82, 0x80, 0x82, 0x80, 0x82, 0x78, 0x82, 0x78, 0x81, 0x78, 0x82, 0x78, 0x82, 0x88, 0x82, 0x90, 0x82, 0xa0, 0x82, 0xb0, 0x82, 0xb8, 0xa2, 0xc0, 0xa2, 0xc8, 0xe3, 0xd0, 0xe4, 0xd9, 0x04, 0xe9, 0x65, 0xfc, 0x70, 0xfa, 0x6a, 0xfa, 0xcb, 0xfb, 0x0c, 0xf2, 0xaa, 0xe3, 0x09, 0xdb, 0x69, 0xba, 0x47, 0xb2, 0x07, 0xa1, 0xa6, 0x89, 0x44, 0x99, 0x85, 0x91, 0x24, 0xa9, 0xa6, 0xd3, 0x2a, 0xba, 0x67, 0xb2, 0x86, 0xc3, 0x08, 0xd2, 0xa8, 0xfb, 0x2b, 0xfb, 0xcc, 0xfb, 0x6d, 0xf3, 0x0c, 0xfa, 0x89, 0xc9, 0x25, 0xfb, 0x0b, 0xfc, 0x0d, 0xfa, 0xca, 0xfb, 0x6c, 0xfb, 0x8c, 0xfa, 0x69, 0xe9, 0x86, 0xe1, 0x04, 0xd9, 0x04, 0xd0, 0xe4, 0xd0, 0xe4, 0xd0, 0xe4, 0xd1, 0x24, 0xe9, 0x65, 0xd9, 0x84, 0x61, 0x43, 0x39, 0x03, 0x28, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x20, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, - 0x29, 0x03, 0x20, 0xe3, 0x29, 0x64, 0x39, 0xe5, 0x62, 0xa6, 0x7a, 0xc7, 0x72, 0xa6, 0x6a, 0x86, 0x62, 0x45, 0x5a, 0x05, 0x5a, 0x25, 0x52, 0x25, 0x52, 0x24, 0x49, 0xe4, 0x51, 0xe4, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0xa4, 0x61, 0x64, 0xa0, 0xa2, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xa8, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb0, 0x82, 0xb8, 0xa2, 0xb8, 0xa3, 0xb8, 0xa3, 0xb8, 0xa3, 0xc0, 0xa3, 0xc0, 0xc3, 0xc8, 0xc3, 0xc8, 0xc3, 0xd8, 0xe3, 0xd0, 0xc3, 0xd0, 0xc3, 0xea, 0x69, 0xfb, 0x2d, 0xf9, 0xc7, 0xfc, 0x10, 0xfa, 0x29, 0xfc, 0x0d, 0xe2, 0x46, 0xca, 0xa8, 0xba, 0x88, 0xca, 0x68, 0xc2, 0x07, 0xba, 0x07, 0xca, 0x89, 0xb1, 0xa6, 0xc2, 0x07, 0xba, 0x26, 0xd3, 0xeb, 0xbb, 0x69, 0xfb, 0xac, 0xfd, 0x52, 0xfc, 0xb2, 0xea, 0x8a, 0xf1, 0x65, 0xfa, 0x8a, 0xd1, 0x65, 0xf9, 0xc7, 0xfb, 0x4d, 0xfb, 0x6d, 0xfb, 0x6d, 0xfb, 0x4c, 0xfb, 0x4b, 0xfb, 0x4c, 0xfb, 0x4d, 0xfb, 0x4d, 0xfb, 0x4d, 0xfb, 0x6d, 0xfb, 0x6d, 0xfa, 0xec, 0xf9, 0xe7, 0x99, 0xa4, 0x61, 0xc4, 0x59, 0x84, 0x49, 0x63, 0x31, 0x03, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, - 0x20, 0xe2, 0x29, 0x64, 0x4a, 0x46, 0x5a, 0xe7, 0x62, 0xe7, 0x7b, 0x07, 0x7a, 0xe7, 0x72, 0xa6, 0x6a, 0x66, 0x5a, 0x25, 0x5a, 0x25, 0x5a, 0x25, 0x52, 0x24, 0x51, 0xe4, 0x51, 0xc4, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0xa4, 0x61, 0xa4, 0xe1, 0x65, 0xa0, 0xa2, 0x98, 0x82, 0xa8, 0x82, 0xe1, 0xc7, 0xfa, 0x6a, 0xfa, 0x6a, 0xfa, 0x4a, 0xfa, 0x29, 0xf9, 0xe8, 0xf9, 0xc7, 0xf1, 0x86, 0xe1, 0x25, 0xd1, 0x04, 0xc8, 0xe4, 0xc8, 0xe4, 0xc0, 0xc3, 0xb0, 0x82, 0xa0, 0x82, 0xb0, 0xc3, 0xea, 0xaa, 0xfa, 0xac, 0xfa, 0x8b, 0xfa, 0x69, 0xf1, 0x25, 0xea, 0x89, 0xfa, 0xec, 0xfb, 0x2d, 0xf3, 0x4c, 0xf2, 0x89, 0xc2, 0x27, 0xba, 0x07, 0xba, 0x48, 0xba, 0x88, 0xba, 0x47, 0xc2, 0xa9, 0xca, 0xc9, 0xc3, 0x29, 0xaa, 0x66, 0xe2, 0xa9, 0xfb, 0x4c, 0xfa, 0xec, 0xfb, 0x0c, 0xe2, 0x8a, 0xf1, 0xa7, 0xf9, 0x66, 0xf9, 0xe7, 0xfa, 0xed, 0xfb, 0x6e, 0xf9, 0xe8, 0xf9, 0xc8, 0xfa, 0x6a, 0xfa, 0xec, 0xfb, 0x4c, 0xfb, 0x2c, 0xfb, 0x0c, 0xfb, 0x2c, 0xfa, 0x8a, 0xd8, 0xe4, 0xd0, 0xc3, 0x99, 0x44, 0x72, 0x05, 0x61, 0xe4, 0x59, 0xc4, 0x51, 0x84, 0x49, 0x43, 0x31, 0x02, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xa2, 0x18, 0xa2, - 0x20, 0xe3, 0x39, 0xc5, 0x4a, 0x66, 0x52, 0xc6, 0x5a, 0xa6, 0x6a, 0xc6, 0x7a, 0xe7, 0x72, 0xa6, 0x6a, 0x86, 0x5a, 0x25, 0x5a, 0x04, 0x5a, 0x04, 0x52, 0x04, 0x51, 0xe4, 0x51, 0xa4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x89, 0x84, 0xe9, 0x86, 0xd0, 0xe4, 0xa0, 0x81, 0xd9, 0xa6, 0xf1, 0xe8, 0xf1, 0xe8, 0xfa, 0x8a, 0xfa, 0xcc, 0xfa, 0xec, 0xfa, 0xec, 0xfa, 0x6a, 0xfa, 0x29, 0xfa, 0x09, 0xf9, 0xe8, 0xf9, 0xa7, 0xf1, 0x66, 0xf1, 0xc7, 0xf1, 0x66, 0xf9, 0xa7, 0xfa, 0x29, 0xfa, 0xcb, 0xfb, 0x6c, 0xfc, 0x0e, 0xfb, 0x0b, 0xfb, 0x4c, 0xfa, 0x49, 0xfa, 0xab, 0xfb, 0xcf, 0xfa, 0x49, 0xda, 0x69, 0xea, 0x48, 0xba, 0x48, 0xcb, 0x09, 0xb2, 0x87, 0x91, 0xc4, 0xc2, 0xe8, 0xc3, 0x2a, 0xf2, 0x89, 0xf2, 0xca, 0xfb, 0xae, 0xeb, 0x6c, 0xf9, 0xc7, 0xf9, 0xa7, 0xfb, 0x0b, 0xf1, 0x04, 0xfb, 0x2c, 0xfb, 0xac, 0xfb, 0x6c, 0xfb, 0x6d, 0xfa, 0xab, 0xf1, 0x66, 0xe9, 0x25, 0xf1, 0xa7, 0xfa, 0x8b, 0xfb, 0x4d, 0xfb, 0x4d, 0xfb, 0x8e, 0xf2, 0xec, 0xd9, 0xa6, 0xe1, 0xc7, 0xfa, 0xaa, 0x69, 0xe4, 0x59, 0xc4, 0x59, 0xa4, 0x51, 0x64, 0x39, 0x43, 0x29, 0x02, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, - 0x29, 0x03, 0x29, 0x43, 0x39, 0xa4, 0x31, 0x84, 0x31, 0x64, 0x62, 0x46, 0x72, 0xa6, 0x72, 0xa6, 0x6a, 0x86, 0x5a, 0x45, 0x52, 0x05, 0x5a, 0x04, 0x52, 0x04, 0x51, 0xe4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x41, 0x84, 0x71, 0x64, 0x79, 0x03, 0x98, 0xe3, 0xfa, 0x29, 0xe9, 0x66, 0xd0, 0xc3, 0xc8, 0xa3, 0xd0, 0xc3, 0xe1, 0x04, 0xe9, 0x66, 0xf1, 0xc8, 0xfa, 0x29, 0xfa, 0x4a, 0xfa, 0x4a, 0xf9, 0xa7, 0xf9, 0x66, 0xfa, 0x29, 0xfa, 0x8a, 0xfb, 0x4c, 0xfb, 0x6c, 0xfb, 0x6d, 0xfb, 0x0b, 0xea, 0x08, 0xe9, 0xa7, 0xf3, 0x6e, 0xf9, 0xc8, 0xfa, 0xcb, 0xfb, 0x0c, 0xfb, 0x6d, 0xfb, 0x6d, 0xf3, 0x0a, 0xda, 0xca, 0xda, 0x68, 0xd3, 0x29, 0xdb, 0x09, 0xfb, 0xad, 0xfc, 0x4f, 0xfc, 0x0d, 0xfc, 0x0f, 0xf9, 0x86, 0xfb, 0x6c, 0xe9, 0x86, 0xfa, 0x49, 0xf1, 0xc8, 0xfa, 0xab, 0xfb, 0x8e, 0xfb, 0x8d, 0xfb, 0x6d, 0xfb, 0x4d, 0xfb, 0x4d, 0xfa, 0x29, 0xe9, 0x25, 0xe1, 0x05, 0xe9, 0x66, 0xfa, 0x6a, 0xfb, 0x2d, 0xfb, 0xf0, 0xf3, 0x2b, 0xc2, 0x47, 0x79, 0xc4, 0x51, 0xc4, 0x59, 0xc4, 0x59, 0xa4, 0x51, 0x84, 0x41, 0x43, 0x31, 0x02, 0x28, 0xe2, 0x20, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xe2, 0x28, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, - 0x29, 0x03, 0x29, 0x03, 0x21, 0x03, 0x20, 0xe3, 0x29, 0x23, 0x5a, 0x05, 0x72, 0xa6, 0x72, 0xa7, 0x72, 0xc6, 0x62, 0x66, 0x5a, 0x25, 0x52, 0x04, 0x51, 0xe4, 0x51, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0xa4, 0x59, 0x83, 0xea, 0x29, 0xfa, 0xcc, 0xfa, 0x4a, 0xf1, 0xe8, 0xe1, 0x86, 0xd9, 0x25, 0xc8, 0xc3, 0xc8, 0xa3, 0xf9, 0xc8, 0xf1, 0x45, 0xf9, 0xe8, 0xfa, 0xab, 0xfa, 0xcb, 0xfb, 0x4c, 0xfb, 0x4c, 0xfb, 0x4d, 0xf2, 0x29, 0xfa, 0x08, 0xf9, 0x66, 0xfa, 0x49, 0xe9, 0xc7, 0xfb, 0x0d, 0xfb, 0x0b, 0xfa, 0x8b, 0xfb, 0x0c, 0xfa, 0x69, 0xfb, 0x4d, 0xfb, 0x8c, 0xfb, 0x4c, 0xfc, 0x91, 0xfb, 0xad, 0xfc, 0x50, 0xfc, 0x0f, 0xfb, 0x6d, 0xfb, 0x8c, 0xf1, 0x45, 0xf9, 0xa7, 0xe9, 0x25, 0xfb, 0x0c, 0xfb, 0x6c, 0xfc, 0x70, 0xfb, 0x6d, 0xfa, 0xcc, 0xfb, 0x8e, 0xfb, 0x6e, 0xfb, 0x8e, 0xfb, 0x8e, 0xfb, 0x2d, 0xfa, 0x29, 0xe9, 0x25, 0xe1, 0x25, 0xe1, 0x25, 0xf1, 0xe8, 0xea, 0xcb, 0x20, 0xe2, 0x49, 0x64, 0x59, 0xe4, 0x59, 0xe4, 0x51, 0xc4, 0x51, 0xa4, 0x41, 0x84, 0x31, 0x43, 0x28, 0xe2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, - 0x20, 0xe2, 0x20, 0xe2, 0x20, 0xe3, 0x20, 0xe3, 0x29, 0x23, 0x49, 0xc5, 0x72, 0x86, 0x72, 0xc7, 0x72, 0xc7, 0x6a, 0x86, 0x5a, 0x45, 0x52, 0x05, 0x51, 0xe4, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x63, 0xb2, 0x07, 0xfb, 0x2d, 0xfb, 0x8e, 0xfb, 0x4d, 0xfb, 0x4d, 0xfb, 0x2d, 0xfb, 0x0c, 0xf9, 0xe8, 0xfa, 0x6a, 0xfa, 0xcb, 0xfb, 0x0c, 0xfb, 0x4d, 0xfb, 0x4d, 0xfa, 0xcb, 0xe9, 0x66, 0xe1, 0x25, 0xe0, 0xe4, 0xfa, 0xec, 0xfa, 0x89, 0xfc, 0x2e, 0xf1, 0x25, 0xf3, 0x6c, 0xfc, 0x70, 0xfb, 0xef, 0xfb, 0x2c, 0xfc, 0x2f, 0xfa, 0xec, 0xfb, 0x6e, 0xfc, 0x30, 0xfb, 0xae, 0xfb, 0x6c, 0xfb, 0x8c, 0xf9, 0x86, 0xfb, 0x0b, 0xfa, 0x29, 0xfa, 0x48, 0xfa, 0xed, 0xfc, 0x0d, 0xfb, 0xad, 0xfb, 0x8e, 0xfb, 0xcd, 0xfb, 0x8d, 0xfa, 0x6a, 0xfb, 0x0d, 0xfb, 0xaf, 0xfb, 0xae, 0xfb, 0xef, 0xfb, 0x4d, 0xfb, 0x0c, 0xfa, 0x4a, 0xe9, 0x66, 0xd8, 0xe4, 0xfa, 0xab, 0x30, 0xa1, 0x39, 0x43, 0x51, 0xc4, 0x59, 0xe5, 0x59, 0xc5, 0x51, 0xc5, 0x49, 0xa4, 0x41, 0x63, 0x31, 0x23, 0x20, 0xe2, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0x82, - 0x20, 0xe2, 0x20, 0xe2, 0x18, 0xe2, 0x18, 0xc2, 0x21, 0x03, 0x39, 0x84, 0x5a, 0x46, 0x72, 0xa7, 0x72, 0xc7, 0x62, 0x86, 0x5a, 0x45, 0x52, 0x05, 0x51, 0xe4, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x89, 0x43, 0xd8, 0xe4, 0xe1, 0x04, 0xfa, 0x28, 0xfb, 0x0c, 0xfa, 0xec, 0xfb, 0x0c, 0xfa, 0xcb, 0xfa, 0x49, 0xfa, 0xec, 0xfb, 0x6d, 0xfb, 0x4d, 0xfa, 0xaa, 0xe9, 0x66, 0xc8, 0xc3, 0xd0, 0xe4, 0xd0, 0xe4, 0xd9, 0x04, 0xfa, 0x8a, 0xfb, 0xac, 0xf2, 0x69, 0xe9, 0x45, 0xea, 0x08, 0xfa, 0xa8, 0xfa, 0xec, 0xfa, 0xec, 0xfa, 0x89, 0xfb, 0x0b, 0xfb, 0x2b, 0xfb, 0x4e, 0xfb, 0xaf, 0xfb, 0x6d, 0xea, 0xec, 0xfa, 0x29, 0xf9, 0xa6, 0xfa, 0x28, 0xfc, 0x6d, 0xfc, 0x4f, 0xfc, 0x0f, 0xfb, 0xac, 0xfb, 0x8d, 0xfb, 0x8e, 0xfb, 0xad, 0xfb, 0x8d, 0xfa, 0x8b, 0xfa, 0x2a, 0xfb, 0xf0, 0xfb, 0xcf, 0xfc, 0x51, 0xfb, 0x6c, 0xfb, 0x4c, 0xfb, 0x0c, 0xfa, 0xec, 0xf2, 0x48, 0x28, 0xa2, 0x31, 0x03, 0x49, 0x84, 0x51, 0xa4, 0x51, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0x41, 0x84, 0x31, 0x43, 0x29, 0x02, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x10, 0x82, 0x10, 0x82, - 0x20, 0xe3, 0x20, 0xe2, 0x21, 0x03, 0x21, 0x03, 0x21, 0x03, 0x29, 0x43, 0x52, 0x05, 0x6a, 0x87, 0x72, 0xc7, 0x6a, 0xa6, 0x5a, 0x65, 0x52, 0x05, 0x51, 0xe4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x64, 0x49, 0x64, 0x41, 0x63, 0xa1, 0xc6, 0xf2, 0x89, 0xfa, 0x69, 0xfa, 0xca, 0xfb, 0x2c, 0xfb, 0x4c, 0xe2, 0x07, 0xb8, 0xc2, 0x91, 0x63, 0xc1, 0x04, 0x88, 0x82, 0x98, 0xa2, 0x98, 0xe3, 0xb0, 0xe3, 0xc8, 0xc3, 0xc0, 0xc3, 0xd0, 0xe4, 0xb8, 0xa2, 0xd9, 0x45, 0xfa, 0xab, 0xfb, 0x2b, 0xfb, 0x0a, 0xfa, 0x48, 0xfb, 0xae, 0xfc, 0x8f, 0xf1, 0xa6, 0xfa, 0x28, 0xd9, 0x24, 0xfa, 0x49, 0xfb, 0x8e, 0xfc, 0x31, 0xe9, 0xa7, 0xe1, 0x04, 0xe9, 0x04, 0xf1, 0xc7, 0xfa, 0xaa, 0xfb, 0x0c, 0xfb, 0xcc, 0xfc, 0x2d, 0xfb, 0xac, 0xfb, 0xee, 0xfc, 0x0f, 0xfb, 0x6c, 0xfb, 0x8d, 0xfb, 0x4e, 0xfb, 0xcd, 0xfb, 0x6d, 0xfb, 0x0c, 0xf9, 0xe8, 0xfb, 0xcf, 0xfc, 0x51, 0xfb, 0xcf, 0xfb, 0x4c, 0xfb, 0x6c, 0xfb, 0x8e, 0xc1, 0xc7, 0x18, 0xa2, 0x28, 0xe2, 0x39, 0x43, 0x41, 0x84, 0x41, 0x84, 0x39, 0x84, 0x39, 0x63, 0x39, 0x43, 0x31, 0x23, 0x29, 0x02, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x10, 0x82, 0x10, 0x82, - 0x21, 0x03, 0x21, 0x03, 0x21, 0x23, 0x21, 0x03, 0x20, 0xe3, 0x20, 0xe2, 0x41, 0x84, 0x6a, 0x86, 0x6a, 0xc7, 0x6a, 0x86, 0x5a, 0x66, 0x5a, 0x25, 0x51, 0xe5, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x59, 0x64, 0xea, 0x69, 0xfa, 0xeb, 0xfb, 0x2b, 0xfb, 0x2b, 0xfb, 0x0b, 0xea, 0x07, 0xc0, 0xe2, 0x89, 0x03, 0x51, 0xc4, 0x9a, 0xa8, 0xd1, 0xc5, 0xb1, 0x65, 0x60, 0x61, 0xc1, 0x45, 0xc8, 0xc3, 0xc8, 0xc3, 0xc0, 0xc3, 0xa8, 0x82, 0xe9, 0x87, 0xfa, 0x6a, 0xfa, 0xeb, 0xfb, 0x0a, 0xf2, 0x49, 0xfc, 0xf2, 0xfc, 0x90, 0xf9, 0xe8, 0xe1, 0x24, 0xe9, 0x45, 0xc1, 0xc7, 0xe1, 0x66, 0xea, 0x29, 0xb8, 0x82, 0xe1, 0x04, 0xd1, 0x04, 0xe1, 0x25, 0xfb, 0xad, 0xfc, 0x6f, 0xfc, 0x4f, 0xfc, 0x2c, 0xfc, 0x0d, 0xfb, 0xcd, 0xfb, 0xcd, 0xfb, 0xaf, 0xfb, 0xae, 0xfb, 0x6c, 0xfb, 0xae, 0xfb, 0xcf, 0xfb, 0x8c, 0xfb, 0x6d, 0xfb, 0x4d, 0xf9, 0xc8, 0xfc, 0x31, 0xfb, 0xd0, 0xfb, 0x0d, 0xfb, 0x2d, 0xfb, 0x2d, 0xe2, 0x69, 0x10, 0x81, 0x20, 0xc2, 0x31, 0x23, 0x39, 0x64, 0x31, 0x64, 0x31, 0x43, 0x31, 0x43, 0x31, 0x23, 0x29, 0x03, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xc2, 0x18, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, - 0x21, 0x03, 0x21, 0x03, 0x29, 0x03, 0x21, 0x03, 0x21, 0x03, 0x20, 0xe3, 0x31, 0x43, 0x5a, 0x46, 0x6a, 0xa7, 0x62, 0x86, 0x62, 0x66, 0x5a, 0x05, 0x51, 0xe5, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x41, 0x63, 0xe2, 0x68, 0xfa, 0x8a, 0xfa, 0x68, 0xf2, 0x07, 0xe1, 0x84, 0xc1, 0x23, 0x81, 0x43, 0x49, 0x63, 0x41, 0x64, 0x5a, 0x86, 0xba, 0x88, 0xfc, 0x8e, 0xc2, 0x27, 0xe2, 0x08, 0xc8, 0xc3, 0xd0, 0xe4, 0xb0, 0xa2, 0xb8, 0xc3, 0xf9, 0xe8, 0xfa, 0x09, 0xfa, 0xeb, 0xfa, 0xeb, 0xe1, 0x04, 0xfa, 0xea, 0xfc, 0x90, 0xfa, 0x6a, 0xd0, 0xc3, 0xfa, 0x49, 0xf9, 0x86, 0xfa, 0xaa, 0xfa, 0x69, 0xd0, 0xa3, 0xfa, 0xaa, 0xe1, 0x25, 0xc0, 0xc3, 0xe9, 0xc7, 0xfb, 0xad, 0xfc, 0x4e, 0xfb, 0xcc, 0xfb, 0xed, 0xfc, 0x0e, 0xfb, 0xcd, 0xfb, 0x6d, 0xfb, 0xef, 0xfb, 0xf0, 0xfb, 0x6c, 0xfb, 0x6c, 0xfc, 0x30, 0xfb, 0x6c, 0xfb, 0x8d, 0xfb, 0x6d, 0xfb, 0x2c, 0xfa, 0x09, 0xfb, 0x4d, 0xca, 0x08, 0xe2, 0x29, 0x91, 0x25, 0x18, 0x81, 0x18, 0xa2, 0x20, 0xc2, 0x29, 0x03, 0x39, 0x64, 0x31, 0x43, 0x31, 0x43, 0x31, 0x23, 0x29, 0x23, 0x29, 0x02, 0x20, 0xe2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, - 0x28, 0xe2, 0x20, 0xe3, 0x20, 0xe2, 0x20, 0xe2, 0x20, 0xe3, 0x29, 0x03, 0x29, 0x43, 0x52, 0x05, 0x62, 0x87, 0x62, 0x86, 0x5a, 0x66, 0x52, 0x25, 0x51, 0xc5, 0x51, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x41, 0x64, 0x61, 0x63, 0x71, 0x63, 0x71, 0x63, 0x51, 0x64, 0x41, 0x64, 0x49, 0x64, 0x41, 0x64, 0x5a, 0x46, 0x8c, 0x8b, 0xab, 0xa8, 0xfb, 0x8c, 0xfa, 0x8a, 0xd0, 0xc3, 0xc8, 0xe4, 0xa8, 0x82, 0xd1, 0x04, 0xfa, 0x49, 0xf9, 0xc8, 0xfa, 0x8b, 0xfa, 0xeb, 0xd0, 0xe3, 0xfa, 0x69, 0xfc, 0x6f, 0xfb, 0x8d, 0xd0, 0xc3, 0xf1, 0xe7, 0xfb, 0x4d, 0xfb, 0x2c, 0xfb, 0x6d, 0xe0, 0xe4, 0xfb, 0x6d, 0xfa, 0x8a, 0xfa, 0xab, 0xf9, 0xe7, 0xfb, 0x2c, 0xfb, 0x6c, 0xfb, 0xee, 0xfc, 0x0d, 0xfb, 0xac, 0xfc, 0x0f, 0xfb, 0xac, 0xfb, 0xce, 0xfb, 0x8d, 0xfb, 0x8e, 0xfb, 0xf0, 0xfb, 0x6c, 0xfb, 0xce, 0xfb, 0x4c, 0xfb, 0x6c, 0xfb, 0x8d, 0xfb, 0x6d, 0xfb, 0x0c, 0xfa, 0x69, 0x08, 0x61, 0x10, 0x81, 0x18, 0x82, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xe2, 0x31, 0x23, 0x31, 0x43, 0x31, 0x43, 0x31, 0x23, 0x29, 0x23, 0x29, 0x03, 0x21, 0x02, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0xa2, 0x18, 0xa2, - 0x28, 0xc2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0x82, 0x18, 0xc2, 0x21, 0x03, 0x29, 0x23, 0x41, 0xc5, 0x62, 0x87, 0x62, 0x86, 0x5a, 0x46, 0x52, 0x05, 0x51, 0xe4, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x41, 0x84, 0x41, 0x84, 0x49, 0x84, 0x49, 0x84, 0x49, 0x84, 0x41, 0x64, 0x41, 0x64, 0x41, 0x64, 0x41, 0x63, 0x83, 0xea, 0x7c, 0xa9, 0x64, 0xa7, 0xea, 0xea, 0xd8, 0xe4, 0xc8, 0xe4, 0xa8, 0x82, 0xe9, 0xa7, 0xfa, 0x4a, 0xf9, 0xc8, 0xfa, 0x6a, 0xfa, 0xcb, 0xc0, 0xc3, 0xf1, 0xc7, 0xfb, 0xce, 0xfc, 0x6f, 0xe9, 0x45, 0xf1, 0x86, 0xfb, 0x0c, 0xfb, 0x2c, 0xfa, 0xeb, 0xe1, 0x25, 0xf1, 0xc7, 0xfd, 0x11, 0xfa, 0x6a, 0xfc, 0x30, 0xfa, 0xea, 0xfb, 0xee, 0xfb, 0x6c, 0xfb, 0xef, 0xfb, 0xcc, 0xfb, 0xcd, 0xfb, 0xae, 0xfb, 0xee, 0xfb, 0xef, 0xfb, 0x6c, 0xfb, 0xee, 0xfb, 0x8e, 0xfc, 0x10, 0xfa, 0xea, 0xfa, 0x29, 0xfb, 0x6d, 0xfb, 0x6c, 0xfb, 0xad, 0xfb, 0xef, 0xa1, 0x64, 0x10, 0x82, 0x10, 0x82, 0x10, 0x81, 0x18, 0x82, 0x18, 0xa2, 0x10, 0x82, 0x18, 0xa2, 0x20, 0xe2, 0x29, 0x03, 0x29, 0x03, 0x29, 0x03, 0x29, 0x03, 0x29, 0x03, 0x20, 0xe2, 0x18, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xc2, 0x18, 0xc2, 0x20, 0xe3, - 0x20, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x20, 0xc2, 0x18, 0xc2, 0x20, 0xc2, 0x29, 0x23, 0x39, 0x84, 0x5a, 0x46, 0x62, 0xa7, 0x62, 0x66, 0x5a, 0x25, 0x51, 0xe5, 0x51, 0xc4, 0x49, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0x84, 0x41, 0x84, 0x41, 0x84, 0x41, 0x84, 0x41, 0x64, 0x41, 0x64, 0x41, 0x64, 0x41, 0x84, 0x8c, 0x2a, 0x6c, 0x87, 0xa5, 0x4b, 0xf1, 0xa8, 0xd0, 0xe4, 0xb8, 0xa2, 0xf1, 0xa7, 0xfa, 0x29, 0xf9, 0xc8, 0xfa, 0x8a, 0xfa, 0x8a, 0xc0, 0xc3, 0xe9, 0x66, 0xfb, 0x6d, 0xfd, 0x12, 0xe1, 0x86, 0xd0, 0xe4, 0xf1, 0x25, 0xf9, 0x66, 0xf9, 0xa7, 0xc0, 0xa3, 0xe1, 0x04, 0xfa, 0xea, 0xfb, 0xad, 0xfa, 0xaa, 0xfa, 0x8a, 0xfb, 0xec, 0xfc, 0x0e, 0xfb, 0x6c, 0xfb, 0xef, 0xfb, 0x8b, 0xfb, 0xce, 0xfa, 0xeb, 0xfc, 0x91, 0xfb, 0x8d, 0xfb, 0x8d, 0xfb, 0xcd, 0xfb, 0xce, 0xfa, 0xaa, 0xf9, 0x65, 0xf9, 0x87, 0xfb, 0x8c, 0xfb, 0x6c, 0xfb, 0xad, 0xe1, 0xc7, 0x88, 0x82, 0x18, 0xa2, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x61, 0x10, 0x82, 0x18, 0xa2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xc2, 0x18, 0xa2, 0x18, 0xc2, 0x18, 0xc2, 0x29, 0x23, 0x29, 0x03, 0x28, 0xe3, 0x20, 0xe3, 0x29, 0x03, 0x31, 0x44, 0x21, 0x03, 0x20, 0xe3, 0x18, 0xc2, - 0x18, 0xc2, 0x18, 0xc2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xe2, 0x20, 0xc3, 0x21, 0x03, 0x29, 0x23, 0x52, 0x26, 0x62, 0x86, 0x62, 0x66, 0x5a, 0x25, 0x51, 0xe5, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0x84, 0x41, 0x84, 0x41, 0x64, 0x41, 0x64, 0x41, 0x63, 0x41, 0x64, 0x49, 0xa4, 0x84, 0x6a, 0x64, 0x67, 0xe5, 0x0f, 0xd0, 0xc3, 0xc8, 0xc3, 0xf1, 0x86, 0xfa, 0x49, 0xfa, 0x49, 0xfa, 0xab, 0xfa, 0x8a, 0xb8, 0xa2, 0xe1, 0x25, 0xfb, 0xae, 0xf3, 0x6d, 0xf3, 0xad, 0xb8, 0xa2, 0xc8, 0xc3, 0xf9, 0xc8, 0xfa, 0xab, 0xc8, 0xc3, 0xc0, 0xc3, 0xe9, 0x86, 0xfb, 0xed, 0xfa, 0xaa, 0xfa, 0xeb, 0xfa, 0xaa, 0xfb, 0xeb, 0xfc, 0x0f, 0xfb, 0x6c, 0xfc, 0x0f, 0xfb, 0x6b, 0xfb, 0xee, 0xfb, 0x2b, 0xfa, 0xcb, 0xfc, 0x4f, 0xfb, 0xad, 0xfb, 0x8d, 0xfa, 0xcb, 0xe1, 0x44, 0xb8, 0xa2, 0xc9, 0x25, 0xfb, 0x4c, 0xfb, 0x6d, 0xfa, 0xeb, 0xb0, 0xa2, 0xa8, 0x82, 0x78, 0xe2, 0x20, 0xe2, 0x18, 0xc2, 0x18, 0xa2, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x20, 0xc2, 0x29, 0x23, 0x29, 0x23, 0x29, 0x23, 0x29, 0x03, 0x29, 0x23, 0x39, 0x84, 0x49, 0xe5, 0x52, 0x25, 0x4a, 0x45, 0x4a, 0x05, 0x41, 0xa5, 0x49, 0xe6, 0x52, 0x67, 0x5a, 0x87, 0x41, 0xc5, 0x21, 0x03, 0x21, 0x03, - 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xe3, 0x20, 0xe2, 0x21, 0x03, 0x29, 0x03, 0x49, 0xe5, 0x5a, 0x66, 0x62, 0x66, 0x5a, 0x25, 0x51, 0xe5, 0x51, 0xc5, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0x84, 0x41, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x41, 0x84, 0x41, 0x63, 0x39, 0x63, 0x41, 0x63, 0x41, 0x64, 0x41, 0x64, 0x51, 0xe5, 0x95, 0x2d, 0x7c, 0xc8, 0xfc, 0x4f, 0xc8, 0xc3, 0xe9, 0x45, 0xfa, 0x6a, 0xfa, 0x8b, 0xfa, 0xcb, 0xfa, 0x49, 0xb8, 0x82, 0xe1, 0xa6, 0xfb, 0x8e, 0xb9, 0x04, 0xfd, 0x93, 0xc8, 0xa3, 0xb0, 0x82, 0xe9, 0x86, 0xe9, 0x66, 0xe1, 0x65, 0xa0, 0x82, 0xd0, 0xe4, 0xfb, 0x0b, 0xfb, 0xcd, 0xf1, 0xe7, 0xfb, 0x2c, 0xfa, 0xca, 0xfb, 0xcb, 0xfb, 0xee, 0xfb, 0x8d, 0xfc, 0x0f, 0xfb, 0x6c, 0xfb, 0xce, 0xfb, 0x6c, 0xf9, 0xc7, 0xe9, 0xc7, 0xf9, 0xc7, 0xf1, 0x24, 0xd0, 0xe3, 0xb8, 0xa2, 0xb8, 0x82, 0xa0, 0x82, 0x80, 0x61, 0x90, 0x41, 0x80, 0x61, 0xa0, 0xa2, 0xa8, 0xa2, 0xb8, 0xc3, 0x41, 0x43, 0x29, 0x03, 0x20, 0xe2, 0x20, 0xe2, 0x18, 0xc2, 0x18, 0xc2, 0x21, 0x03, 0x31, 0x64, 0x49, 0xc5, 0x52, 0x06, 0x5a, 0x46, 0x6a, 0xa7, 0x72, 0xe8, 0x83, 0x49, 0x83, 0xa9, 0x8c, 0x2a, 0x9b, 0xea, 0x73, 0x28, 0x83, 0xab, 0x9c, 0x2d, 0x9c, 0x4d, 0x8b, 0xaa, 0x62, 0x87, 0x6a, 0xc7, - 0x20, 0xe3, 0x20, 0xc2, 0x20, 0xe2, 0x20, 0xe2, 0x20, 0xe3, 0x29, 0x03, 0x29, 0x23, 0x21, 0x03, 0x39, 0xa4, 0x5a, 0x46, 0x62, 0x86, 0x5a, 0x45, 0x51, 0xe4, 0x51, 0xc4, 0x51, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x41, 0x84, 0x41, 0x63, 0x39, 0x63, 0x41, 0x64, 0x49, 0x84, 0x49, 0x84, 0x5a, 0x86, 0xa5, 0x8e, 0x9c, 0xc8, 0xf3, 0x2c, 0xd8, 0xe4, 0xfa, 0x29, 0xfa, 0xab, 0xfa, 0xec, 0xf1, 0xe8, 0xc0, 0x82, 0xea, 0x69, 0xfb, 0x6d, 0x98, 0x61, 0xe4, 0x2f, 0xe9, 0xe7, 0xb0, 0xa2, 0xc8, 0xc3, 0xe9, 0x86, 0xf1, 0x65, 0xb0, 0xa2, 0xa8, 0xa2, 0xf2, 0x8a, 0xfb, 0x6c, 0xfb, 0xad, 0xe9, 0x25, 0xfa, 0xcb, 0xfb, 0x2b, 0xfb, 0x8b, 0xfb, 0x8c, 0xfc, 0x31, 0xfc, 0x0f, 0xfb, 0x8d, 0xfb, 0xcd, 0xfb, 0x8c, 0xfb, 0x0b, 0xe0, 0xe4, 0xd0, 0xe4, 0xa0, 0x62, 0xa8, 0x82, 0xb0, 0x82, 0xb8, 0xa2, 0xb8, 0xa2, 0x88, 0x82, 0x88, 0x82, 0x98, 0x82, 0x88, 0x82, 0xa8, 0xa2, 0xb0, 0xa2, 0xc1, 0xe7, 0x21, 0x03, 0x29, 0x03, 0x31, 0x23, 0x29, 0x23, 0x29, 0x23, 0x31, 0x43, 0x31, 0x44, 0x41, 0xc5, 0x5a, 0x47, 0x72, 0xe8, 0x93, 0xca, 0x9c, 0x0b, 0x8b, 0xeb, 0x84, 0x0a, 0xa4, 0xcc, 0xac, 0xad, 0x9c, 0x6c, 0xb4, 0xef, 0xcd, 0xb1, 0xdd, 0xd2, 0xcd, 0x50, 0xb4, 0xcd, 0xac, 0x8d, - 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe2, 0x20, 0xc2, 0x29, 0x23, 0x29, 0x23, 0x21, 0x03, 0x39, 0x84, 0x5a, 0x45, 0x62, 0x86, 0x5a, 0x66, 0x5a, 0x25, 0x51, 0xe4, 0x51, 0xc4, 0x49, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xc4, 0x41, 0xa4, 0x41, 0x84, 0x41, 0x64, 0x41, 0x64, 0x41, 0x84, 0x49, 0x84, 0x41, 0x64, 0x7b, 0xca, 0x85, 0x4b, 0xe2, 0xa7, 0xe9, 0x86, 0xf1, 0xa7, 0xfa, 0xcb, 0xfa, 0xcc, 0xe1, 0x66, 0xc8, 0xa3, 0xfb, 0x4c, 0xf2, 0x89, 0x90, 0x61, 0x98, 0xc3, 0xfd, 0x33, 0xc8, 0xa3, 0xc0, 0xc3, 0xf1, 0xa7, 0xe9, 0x66, 0xe9, 0xc7, 0x98, 0x82, 0xd9, 0x86, 0xfb, 0x6d, 0xfb, 0x6d, 0xfa, 0xaa, 0xe9, 0x86, 0xf2, 0x49, 0xfb, 0x8c, 0xfb, 0x6b, 0xfb, 0x6b, 0xfb, 0xee, 0xfc, 0x0f, 0xfb, 0xef, 0xfb, 0xac, 0xfb, 0xad, 0xfb, 0x6c, 0xf9, 0xe8, 0xe1, 0x04, 0xa8, 0x62, 0xa8, 0x82, 0xb0, 0x82, 0xb8, 0xa2, 0xc0, 0xa2, 0x98, 0x82, 0x90, 0x82, 0x98, 0x82, 0xa0, 0x82, 0x90, 0x82, 0xb0, 0xc3, 0xea, 0x49, 0x41, 0x23, 0x29, 0x23, 0x31, 0x44, 0x31, 0x44, 0x39, 0x64, 0x41, 0x84, 0x39, 0x64, 0x31, 0x64, 0x41, 0xa5, 0x6a, 0xc7, 0xac, 0x0a, 0xac, 0x4b, 0x8b, 0xca, 0x83, 0xea, 0x8c, 0x0b, 0x94, 0x6c, 0x9c, 0x8d, 0xb5, 0x2f, 0xd5, 0xb1, 0xdd, 0xf2, 0xcd, 0x70, 0xc5, 0x50, 0xcd, 0x91, - 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe2, 0x20, 0xc2, 0x20, 0xe2, 0x29, 0x23, 0x31, 0x64, 0x29, 0x44, 0x31, 0x64, 0x5a, 0x46, 0x62, 0x86, 0x62, 0x66, 0x5a, 0x45, 0x52, 0x05, 0x51, 0xe5, 0x51, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0x84, 0x41, 0x64, 0x49, 0x84, 0x49, 0x84, 0x41, 0x84, 0x49, 0x84, 0x9d, 0x0e, 0x9d, 0x0c, 0xf1, 0x87, 0xfa, 0xab, 0xfa, 0x6a, 0xf1, 0xa7, 0xd0, 0xc3, 0xd9, 0x45, 0xfb, 0x4c, 0xc9, 0x45, 0x88, 0x61, 0x88, 0x61, 0xdb, 0xee, 0xea, 0x28, 0xc0, 0xc3, 0xd9, 0x04, 0xf1, 0x87, 0xfa, 0xcb, 0xd1, 0x04, 0xc1, 0x04, 0xfb, 0xcf, 0xfa, 0xeb, 0xfb, 0xad, 0xe1, 0x66, 0xfa, 0x49, 0xf2, 0x08, 0xfb, 0x8d, 0xfb, 0x4b, 0xfb, 0x4b, 0xfb, 0x6b, 0xfb, 0xef, 0xfc, 0x50, 0xfb, 0x8c, 0xfb, 0x8c, 0xfb, 0x6c, 0xfb, 0x6c, 0xea, 0x4a, 0xa0, 0x82, 0xa8, 0x82, 0xb0, 0x82, 0xc0, 0xc3, 0xc8, 0xc3, 0xa0, 0xa2, 0x98, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xa8, 0xa2, 0xa0, 0xa2, 0xd9, 0xa7, 0x8a, 0x07, 0x29, 0x23, 0x39, 0x84, 0x41, 0xc5, 0x52, 0x25, 0x51, 0xe5, 0x39, 0x84, 0x39, 0x84, 0x39, 0x84, 0x5a, 0x46, 0x9b, 0x89, 0xac, 0x6b, 0x9c, 0x6c, 0x94, 0x0b, 0x8b, 0xab, 0x8b, 0xeb, 0x8c, 0x2c, 0x94, 0x6c, 0xac, 0xce, 0xac, 0xae, 0xa4, 0x8d, 0xbd, 0x50, 0xcd, 0xb2, - 0x20, 0xe2, 0x20, 0xe2, 0x20, 0xc2, 0x18, 0xc2, 0x21, 0x43, 0x31, 0x84, 0x39, 0xa5, 0x39, 0xc5, 0x39, 0xa4, 0x5a, 0x46, 0x6a, 0xa6, 0x62, 0x86, 0x5a, 0x66, 0x52, 0x25, 0x51, 0xe5, 0x51, 0xc4, 0x51, 0xc4, 0x49, 0xc4, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x41, 0x84, 0x41, 0x84, 0x49, 0x84, 0x49, 0x84, 0x41, 0x84, 0x51, 0xe4, 0xad, 0x90, 0xc4, 0x2c, 0xfa, 0xab, 0xfa, 0x8b, 0xfa, 0x08, 0xe1, 0x66, 0xf1, 0x86, 0xf1, 0xc6, 0x98, 0x82, 0x88, 0x61, 0x90, 0x82, 0x98, 0x61, 0xfd, 0x53, 0xc8, 0xa3, 0xd0, 0xe3, 0xf1, 0x66, 0xf1, 0xa7, 0xfa, 0xaa, 0xa8, 0x82, 0xfb, 0xae, 0xfb, 0x2c, 0xfb, 0x4d, 0xfb, 0x2b, 0xd8, 0xc3, 0xfb, 0x2c, 0xf2, 0x08, 0xfb, 0x4b, 0xfb, 0x2c, 0xfb, 0x4c, 0xfb, 0x8c, 0xf1, 0xa7, 0xfb, 0x6d, 0xfb, 0xad, 0xfb, 0x8c, 0xfb, 0xcd, 0xfb, 0x0c, 0xc0, 0xa2, 0xa8, 0x82, 0xb0, 0x82, 0xb8, 0xa2, 0xc0, 0xc3, 0xd9, 0x04, 0xa0, 0xa2, 0x98, 0x82, 0xa8, 0xa2, 0xb0, 0xa2, 0xb8, 0xa3, 0xb0, 0xc2, 0xd1, 0x66, 0xd2, 0xeb, 0x52, 0x46, 0x83, 0x48, 0x9b, 0xea, 0x9b, 0xea, 0x83, 0x68, 0x7b, 0x07, 0x72, 0xe7, 0x62, 0xa7, 0x52, 0x26, 0x62, 0xc7, 0x8c, 0x2b, 0xa4, 0xee, 0xa4, 0x6d, 0x93, 0xec, 0x8c, 0x4c, 0x94, 0x6d, 0xac, 0xcf, 0xbd, 0x51, 0xc5, 0x51, 0xc5, 0x71, 0xd5, 0xb1, 0xcd, 0x90, - 0x21, 0x23, 0x29, 0x63, 0x31, 0xa4, 0x3a, 0x44, 0x42, 0x45, 0x4a, 0x25, 0x52, 0x66, 0x5a, 0x87, 0x52, 0x66, 0x62, 0xa7, 0x6a, 0xc6, 0x62, 0x86, 0x62, 0x46, 0x5a, 0x45, 0x51, 0xe5, 0x51, 0xc4, 0x51, 0xe4, 0x51, 0xe4, 0x51, 0xa4, 0x49, 0xa4, 0x41, 0xa4, 0x41, 0xa4, 0x49, 0xa4, 0x49, 0x84, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x5a, 0x05, 0xb5, 0xf2, 0xdb, 0x8c, 0xe1, 0xa6, 0xf2, 0x49, 0xd9, 0x65, 0xd9, 0x44, 0xb8, 0xc3, 0x88, 0x61, 0x88, 0x82, 0x98, 0x82, 0xa0, 0x82, 0xa8, 0xc3, 0xfc, 0xd1, 0xc8, 0xc3, 0xd9, 0x04, 0xf1, 0x66, 0xfb, 0x2c, 0xc1, 0x04, 0xe1, 0xe7, 0xfb, 0xce, 0xfa, 0xeb, 0xfb, 0xad, 0xf2, 0x28, 0xe9, 0xa6, 0xfb, 0x2c, 0xf2, 0x49, 0xfb, 0x4b, 0xfb, 0x2b, 0xfb, 0x2b, 0xfb, 0xac, 0xe9, 0xa7, 0xc1, 0x03, 0xea, 0x28, 0xea, 0xca, 0xe2, 0xe9, 0xc8, 0xa3, 0xb8, 0xa2, 0xb8, 0xa2, 0xb8, 0xa2, 0xb8, 0xa3, 0xc8, 0xe4, 0xf2, 0x49, 0x59, 0xe5, 0x80, 0xe2, 0xb0, 0x82, 0xc0, 0xc3, 0xc0, 0xe3, 0xc0, 0xe3, 0xd1, 0x86, 0xa3, 0x89, 0xac, 0x8c, 0xcd, 0x4f, 0xcd, 0x6f, 0xc5, 0x4e, 0xb4, 0xcd, 0xac, 0x6b, 0xa4, 0x4b, 0x9c, 0x0a, 0x83, 0x48, 0x6a, 0xc7, 0x7b, 0xaa, 0x9c, 0x8d, 0xac, 0x6d, 0xac, 0x8d, 0xac, 0xee, 0xb5, 0x2f, 0xc5, 0x92, 0xde, 0x35, 0xde, 0x14, 0xdd, 0xd2, 0xdd, 0xd2, 0xdd, 0xd2, - 0x39, 0xc4, 0x4a, 0x65, 0x5b, 0x25, 0x6b, 0xc6, 0x6b, 0xa7, 0x63, 0x07, 0x6a, 0xe7, 0x73, 0x28, 0x6b, 0x28, 0x6b, 0x28, 0x72, 0xe7, 0x62, 0x66, 0x62, 0x45, 0x5a, 0x45, 0x52, 0x05, 0x51, 0xe4, 0x51, 0xc4, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0x84, 0x49, 0x84, 0x41, 0xa4, 0x41, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xe4, 0xb5, 0xd2, 0xd2, 0xa9, 0xb0, 0x82, 0xe9, 0x45, 0xa8, 0x82, 0x98, 0x82, 0x98, 0x61, 0x88, 0x82, 0xa0, 0x82, 0xa0, 0x82, 0xa8, 0x82, 0xb9, 0xa6, 0xf3, 0xce, 0xd8, 0xe4, 0xe9, 0x45, 0xfa, 0x69, 0xf3, 0x09, 0xa0, 0x82, 0xfb, 0x8d, 0xfb, 0x2c, 0xfb, 0x4d, 0xfb, 0x6c, 0xd8, 0xe4, 0xfa, 0xaa, 0xf2, 0x8a, 0xfa, 0xcb, 0xfb, 0x2b, 0xfb, 0x2b, 0xfb, 0x2b, 0xfb, 0xac, 0xfa, 0xab, 0xb9, 0x03, 0x90, 0x82, 0x90, 0x21, 0x84, 0x09, 0xa9, 0x03, 0xc0, 0xc3, 0xd1, 0x04, 0xc0, 0xc3, 0xc8, 0xe3, 0xe9, 0xa7, 0xab, 0xea, 0x8c, 0x2a, 0x8b, 0xca, 0x92, 0xa7, 0xb1, 0x84, 0xc9, 0x44, 0xc9, 0x64, 0xd3, 0x29, 0xc5, 0x8e, 0xd5, 0xd0, 0xdd, 0xf0, 0xdd, 0xf0, 0xcd, 0xaf, 0xc5, 0x4e, 0xbd, 0x0d, 0xb4, 0xcc, 0xac, 0xac, 0xa4, 0x2a, 0x8b, 0x68, 0x7b, 0x69, 0x8b, 0xcb, 0xa4, 0x4c, 0xac, 0x8d, 0xb5, 0x0e, 0xb5, 0x4f, 0xbd, 0x71, 0xd5, 0xd3, 0xd5, 0xf3, 0xd5, 0xd3, 0xcd, 0x91, 0xd5, 0x91, - 0x52, 0x65, 0x63, 0x26, 0x73, 0xe7, 0x7c, 0x67, 0x84, 0x68, 0x7b, 0xa7, 0x73, 0x67, 0x83, 0xa9, 0x7b, 0xe9, 0x7b, 0xc9, 0x73, 0x07, 0x6a, 0x86, 0x62, 0x45, 0x5a, 0x45, 0x5a, 0x05, 0x51, 0xe4, 0x51, 0xc4, 0x51, 0xa4, 0x49, 0x84, 0x41, 0x84, 0x41, 0x84, 0x39, 0x83, 0x39, 0x83, 0x41, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x8c, 0x4c, 0xc2, 0x47, 0xd9, 0x45, 0xd1, 0x24, 0xa0, 0x82, 0xa0, 0x61, 0x93, 0x87, 0xa9, 0x43, 0xa8, 0x82, 0xb8, 0xa2, 0xa8, 0xa2, 0xd3, 0x0b, 0xf3, 0x6d, 0xe1, 0x25, 0xf9, 0xa7, 0xfb, 0x2c, 0xb2, 0xe6, 0xd9, 0xc7, 0xfb, 0xad, 0xfa, 0xcc, 0xfb, 0xee, 0xd9, 0xc6, 0xf1, 0x87, 0xfb, 0x2b, 0xf2, 0x29, 0xfb, 0x4c, 0xfb, 0x2b, 0xfb, 0x0b, 0xfb, 0x4b, 0xfb, 0x8c, 0xfc, 0xb2, 0xc1, 0x65, 0x98, 0x82, 0x90, 0x61, 0x8b, 0x27, 0x41, 0xc5, 0x91, 0xc5, 0xf3, 0x2b, 0xfa, 0xeb, 0xf2, 0x48, 0xcc, 0x8c, 0xad, 0x6d, 0xa5, 0x0c, 0xa4, 0x8c, 0xac, 0x8c, 0xac, 0xed, 0xb5, 0x0d, 0xbd, 0x4e, 0xcd, 0xcf, 0xd5, 0xef, 0xcd, 0xcf, 0xcd, 0xcf, 0xcd, 0xae, 0xc5, 0x8e, 0xc5, 0x6d, 0xc5, 0x6d, 0xc5, 0x6e, 0xbd, 0x2d, 0xac, 0xac, 0x9c, 0x2b, 0x93, 0xca, 0x8b, 0x89, 0x93, 0xaa, 0x93, 0xcb, 0x9c, 0x6b, 0xa4, 0xcc, 0xa4, 0xed, 0xbd, 0x10, 0xc5, 0x51, 0xc5, 0x72, 0xbd, 0x0f, 0xbc, 0xce, - 0x5a, 0xa6, 0x6b, 0x67, 0x73, 0xe7, 0x7c, 0x28, 0x84, 0x68, 0x7c, 0x28, 0x7b, 0xe8, 0x84, 0x29, 0x8c, 0xaa, 0x84, 0x6a, 0x73, 0x47, 0x62, 0x66, 0x62, 0x46, 0x62, 0x25, 0x5a, 0x05, 0x51, 0xe5, 0x51, 0xc4, 0x49, 0x84, 0x41, 0x84, 0x41, 0x84, 0x41, 0x84, 0x39, 0xa3, 0x39, 0xa4, 0x41, 0xc4, 0x41, 0xc4, 0x49, 0xa4, 0x51, 0xc5, 0x51, 0xc4, 0x6a, 0xe7, 0xb5, 0x0d, 0xfa, 0xa9, 0xc1, 0x43, 0x9a, 0x45, 0xa6, 0x0f, 0xa5, 0x4a, 0xb8, 0x82, 0xc0, 0xc3, 0xb8, 0xa2, 0xa8, 0xa2, 0xdb, 0x0b, 0xf3, 0x8e, 0xe9, 0x45, 0xfa, 0xaa, 0xec, 0xec, 0x99, 0x43, 0xfb, 0x4c, 0xfa, 0xeb, 0xfb, 0x8e, 0xfb, 0x4b, 0xc0, 0xe4, 0xfb, 0x2c, 0xfb, 0x2b, 0xf2, 0x29, 0xfb, 0x4c, 0xfb, 0x0b, 0xfb, 0x0b, 0xfb, 0x4b, 0xfb, 0x8c, 0xfc, 0xd3, 0xda, 0x89, 0xa0, 0xa2, 0x98, 0x82, 0x8a, 0x86, 0x94, 0x2b, 0xac, 0xcd, 0xc5, 0x4f, 0xcd, 0x6f, 0xcd, 0xd0, 0xc5, 0xcf, 0xc5, 0xaf, 0xc5, 0xaf, 0xd5, 0xb0, 0xd5, 0xd0, 0xde, 0x11, 0xe6, 0x11, 0xe6, 0x31, 0xe6, 0x31, 0xde, 0x31, 0xe6, 0x31, 0xde, 0x51, 0xd6, 0x10, 0xcd, 0x8e, 0xbd, 0x6d, 0xc5, 0x8e, 0xcd, 0xce, 0xcd, 0xcf, 0xbd, 0x6e, 0xb4, 0xed, 0xac, 0x8c, 0x9c, 0x0a, 0x8b, 0x89, 0x7b, 0x08, 0x7b, 0x28, 0x94, 0x0a, 0xa4, 0x2c, 0xac, 0x6d, 0xb4, 0x8e, 0xbc, 0xef, 0xb4, 0xae, 0xb4, 0xad, - 0x5b, 0x26, 0x73, 0xe7, 0x74, 0x08, 0x7c, 0x29, 0x7c, 0x29, 0x74, 0x28, 0x7c, 0x28, 0x84, 0xa9, 0x8d, 0x0b, 0x84, 0xaa, 0x73, 0x67, 0x62, 0x66, 0x62, 0x45, 0x5a, 0x85, 0x52, 0x24, 0x51, 0xc5, 0x49, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xc4, 0x41, 0xe4, 0x41, 0xe4, 0x49, 0xc4, 0x49, 0xa4, 0x51, 0xc4, 0x51, 0xc4, 0x5a, 0x05, 0x95, 0x2e, 0x75, 0xa9, 0x7e, 0x08, 0x75, 0x48, 0x7d, 0xab, 0xa9, 0xe3, 0xc8, 0xe3, 0xc8, 0xc3, 0xb8, 0xa2, 0xb8, 0xa2, 0xe2, 0x08, 0xfb, 0x2c, 0xf9, 0xc7, 0xfb, 0xee, 0x9d, 0xac, 0xc9, 0x45, 0xfb, 0x8d, 0xfa, 0xec, 0xfc, 0x0e, 0xc9, 0x45, 0xc9, 0xc7, 0xfb, 0x4c, 0xfb, 0x6c, 0xea, 0x09, 0xfb, 0x6c, 0xfb, 0x4c, 0xfb, 0x2c, 0xfb, 0x4b, 0xfb, 0x8c, 0xfd, 0x14, 0xe2, 0xca, 0xa0, 0xa2, 0x98, 0x82, 0x89, 0xe4, 0xd6, 0x31, 0xee, 0x93, 0xf6, 0xb3, 0xee, 0x93, 0xee, 0x93, 0xee, 0x92, 0xe6, 0x52, 0xe6, 0x52, 0xe6, 0x52, 0xee, 0x73, 0xee, 0x93, 0xee, 0x72, 0xe6, 0x72, 0xe6, 0x92, 0xee, 0xd3, 0xff, 0x34, 0xff, 0x56, 0xff, 0x14, 0xee, 0xb2, 0xde, 0x51, 0xd5, 0xf0, 0xcd, 0xef, 0xce, 0x0f, 0xcd, 0xef, 0xc5, 0x8e, 0xbd, 0x2e, 0xac, 0xad, 0x94, 0x0a, 0x8b, 0x89, 0x83, 0x28, 0x8b, 0x28, 0xac, 0x0c, 0xb4, 0xae, 0xbc, 0xee, 0xc5, 0x0f, 0xbd, 0x0f, 0xc5, 0x50, - 0x63, 0x67, 0x6b, 0xe8, 0x73, 0xe7, 0x73, 0xe9, 0x6b, 0x88, 0x6b, 0x87, 0x7c, 0x48, 0x8c, 0xea, 0x8d, 0x4c, 0x7c, 0xab, 0x6b, 0x47, 0x62, 0x66, 0x5a, 0xc5, 0x5b, 0x05, 0x4a, 0x64, 0x51, 0xc4, 0x51, 0xc5, 0x51, 0xc4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xc4, 0x49, 0xc4, 0x49, 0xc4, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x52, 0x05, 0xad, 0xb0, 0x75, 0x29, 0x75, 0x68, 0x74, 0xe8, 0x64, 0x67, 0xe1, 0x04, 0xd9, 0x04, 0xc8, 0xc3, 0xc8, 0xc3, 0xea, 0x08, 0xfb, 0x6d, 0xfb, 0x6b, 0xfc, 0x31, 0xbe, 0xf2, 0x8b, 0xa5, 0xfb, 0x2c, 0xfa, 0xeb, 0xfb, 0xef, 0xea, 0x69, 0x98, 0x61, 0xda, 0x29, 0xfb, 0x4b, 0xfb, 0x6d, 0xea, 0x08, 0xfb, 0x6c, 0xfb, 0x2c, 0xfb, 0x0b, 0xfb, 0x4b, 0xfb, 0x8c, 0xfd, 0x33, 0xd2, 0x27, 0xa8, 0x82, 0xa0, 0xa2, 0x91, 0xa4, 0xde, 0x72, 0xf6, 0xd3, 0xf6, 0xd3, 0xf6, 0xf3, 0xf6, 0xf4, 0xee, 0xb3, 0xe6, 0x72, 0xe6, 0x73, 0xee, 0x73, 0xe6, 0x73, 0xe6, 0x73, 0xe6, 0x73, 0xee, 0xd4, 0xf6, 0xf4, 0xff, 0x35, 0xff, 0x77, 0xff, 0x98, 0xff, 0x99, 0xff, 0x77, 0xff, 0x55, 0xf6, 0xf4, 0xee, 0x93, 0xde, 0x31, 0xcd, 0xef, 0xc5, 0xae, 0xbd, 0x6e, 0xad, 0x0d, 0x9c, 0x6b, 0x94, 0x0a, 0x8b, 0x8a, 0x83, 0x48, 0x83, 0x49, 0xa4, 0x4d, 0xbd, 0x30, 0xcd, 0x92, 0xd5, 0xb2, 0xdd, 0xf3, - 0x5b, 0x06, 0x5b, 0x07, 0x5b, 0x27, 0x5b, 0x07, 0x52, 0xc7, 0x5a, 0xc7, 0x7c, 0x29, 0x84, 0xca, 0x7c, 0x89, 0x73, 0xc8, 0x62, 0xc6, 0x5a, 0x45, 0x5b, 0x06, 0x5b, 0x65, 0x4a, 0xc4, 0x51, 0xe4, 0x51, 0xc5, 0x51, 0xa4, 0x49, 0xa4, 0x49, 0xa5, 0x49, 0xa4, 0x49, 0x84, 0x49, 0xa4, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x7b, 0x89, 0xbe, 0x53, 0x54, 0x26, 0x54, 0x25, 0x64, 0x86, 0x8c, 0xc9, 0xfa, 0x2a, 0xfa, 0x6a, 0xfa, 0xab, 0xfb, 0x4d, 0xfc, 0x2f, 0xf6, 0x56, 0xdf, 0xf9, 0x96, 0xae, 0x6d, 0x26, 0xb3, 0x27, 0xfb, 0x6c, 0xfb, 0x6e, 0xfb, 0x8d, 0xa0, 0x82, 0x98, 0x81, 0xda, 0x6a, 0xfb, 0x2b, 0xfb, 0x0c, 0xf2, 0x69, 0xfb, 0x4c, 0xfb, 0x2c, 0xfb, 0x2b, 0xfb, 0x4b, 0xfb, 0xcd, 0xfc, 0xd2, 0xb9, 0x23, 0xa8, 0x82, 0xa0, 0x82, 0x99, 0x63, 0xce, 0x51, 0xf6, 0xf3, 0xf6, 0xd3, 0xff, 0x14, 0xf6, 0xf4, 0xee, 0xd3, 0xe6, 0xb3, 0xe6, 0xb3, 0xee, 0x93, 0xe6, 0x73, 0xe6, 0x73, 0xe6, 0xb4, 0xf7, 0x15, 0xf7, 0x15, 0xf7, 0x34, 0xff, 0x56, 0xff, 0x98, 0xff, 0x99, 0xff, 0x99, 0xff, 0x99, 0xff, 0x78, 0xff, 0x58, 0xf6, 0xd5, 0xe6, 0x73, 0xcd, 0xd0, 0xbd, 0x6e, 0xbd, 0x4e, 0xac, 0xed, 0x94, 0x2b, 0x8b, 0xc9, 0x8b, 0xc9, 0x7b, 0x48, 0x8b, 0xab, 0xa4, 0x6e, 0xbd, 0x31, 0xd5, 0xf4, 0xd5, 0xf3, - 0x4a, 0x46, 0x52, 0x26, 0x52, 0x46, 0x4a, 0x46, 0x4a, 0x26, 0x52, 0x66, 0x6b, 0x88, 0x73, 0xe9, 0x6b, 0x68, 0x62, 0xe7, 0x52, 0x26, 0x51, 0xe5, 0x52, 0x65, 0x5b, 0x45, 0x4b, 0x04, 0x4a, 0x64, 0x49, 0xe4, 0x49, 0xa4, 0x49, 0xa5, 0x49, 0x84, 0x49, 0x84, 0x41, 0x84, 0x41, 0x84, 0x49, 0xa4, 0x49, 0xa4, 0x51, 0xa4, 0x51, 0xc4, 0x51, 0xc4, 0x8c, 0x0b, 0xb6, 0x52, 0x53, 0xe6, 0x4b, 0x85, 0x64, 0xa6, 0x75, 0x0a, 0x9e, 0x4e, 0xdc, 0x6a, 0xbc, 0x2a, 0xa5, 0x4d, 0x9e, 0x8d, 0x75, 0x48, 0x75, 0x87, 0x8e, 0x2a, 0x75, 0x48, 0xf3, 0x6b, 0xfb, 0x2c, 0xfb, 0xef, 0xa8, 0xc2, 0x98, 0x82, 0x98, 0x82, 0xda, 0x29, 0xfb, 0x6c, 0xfa, 0x6a, 0xfb, 0x0c, 0xfb, 0x4b, 0xfb, 0x2c, 0xfb, 0x4b, 0xfb, 0x4c, 0xfc, 0x2f, 0xda, 0x89, 0xb0, 0xc2, 0xa8, 0x82, 0xa8, 0xa2, 0x99, 0x63, 0xc6, 0x10, 0xf6, 0xd3, 0xee, 0xb3, 0xf6, 0xf4, 0xee, 0xd3, 0xee, 0xd3, 0xf6, 0xd4, 0xee, 0xd4, 0xee, 0x93, 0xe6, 0x73, 0xe6, 0x73, 0xe6, 0x93, 0xe6, 0xd4, 0xee, 0xd3, 0xee, 0xd3, 0xf7, 0x14, 0xf7, 0x15, 0xf7, 0x14, 0xf7, 0x35, 0xff, 0x55, 0xff, 0x56, 0xff, 0x78, 0xff, 0x36, 0xff, 0x36, 0xee, 0xb4, 0xcd, 0xb0, 0xbd, 0x6f, 0xc5, 0xb0, 0xb5, 0x4e, 0x94, 0x4b, 0x9c, 0x4b, 0x9c, 0x2a, 0x8b, 0xaa, 0x93, 0xec, 0xa4, 0xaf, 0xc5, 0x72, 0xb4, 0xf0, - 0x4a, 0x06, 0x5a, 0x46, 0x5a, 0x26, 0x4a, 0x06, 0x4a, 0x46, 0x52, 0x66, 0x52, 0xa6, 0x5b, 0x27, 0x5a, 0xe7, 0x5a, 0x86, 0x4a, 0x05, 0x39, 0xc4, 0x41, 0xc4, 0x5a, 0xe6, 0x5b, 0x85, 0x4a, 0xe4, 0x42, 0x04, 0x52, 0x05, 0x5a, 0x66, 0x6a, 0xa6, 0x7b, 0x07, 0x83, 0x48, 0x7b, 0x27, 0x6a, 0xc6, 0x5a, 0x25, 0x49, 0xc4, 0x49, 0xc5, 0x51, 0xc5, 0x62, 0x86, 0xc6, 0x74, 0x74, 0xea, 0x4b, 0xc5, 0x4b, 0xe4, 0x4b, 0xa5, 0x64, 0xc7, 0x5d, 0x05, 0x64, 0x87, 0x6c, 0x89, 0x5c, 0x45, 0x54, 0x25, 0x6d, 0x46, 0x86, 0x08, 0xb4, 0xa9, 0xfb, 0x6c, 0xfc, 0x0e, 0xb9, 0x24, 0x90, 0xa2, 0xa0, 0x82, 0x98, 0x82, 0xc1, 0x65, 0xfb, 0xcf, 0xf9, 0xe8, 0xfb, 0x8d, 0xfb, 0x4b, 0xfb, 0x4c, 0xfa, 0xea, 0xfa, 0xeb, 0xe1, 0xe6, 0xb8, 0xe3, 0xb0, 0xa2, 0xa8, 0xa2, 0xa8, 0xa2, 0x99, 0xa3, 0xb5, 0xae, 0xee, 0x92, 0xe6, 0x72, 0xe6, 0x93, 0xee, 0x92, 0xee, 0xb3, 0xee, 0xd4, 0xe6, 0x93, 0xe6, 0xb3, 0xee, 0xb3, 0xe6, 0xb3, 0xde, 0x93, 0xde, 0x94, 0xee, 0xd4, 0xee, 0xd4, 0xe6, 0x93, 0xe6, 0x72, 0xe6, 0x93, 0xe6, 0x92, 0xee, 0xb2, 0xf6, 0xf3, 0xfe, 0xf4, 0xff, 0x14, 0xff, 0x56, 0xff, 0x16, 0xe6, 0x32, 0xbd, 0x4e, 0xb5, 0x6d, 0xc5, 0xef, 0xad, 0x0c, 0x8c, 0x0a, 0x94, 0x2b, 0x8b, 0xca, 0x83, 0x8a, 0x93, 0xec, 0x9c, 0x6d, 0x94, 0x2c, - 0x4a, 0x26, 0x5a, 0xc6, 0x5a, 0xa6, 0x52, 0x86, 0x52, 0xa7, 0x52, 0x66, 0x5b, 0x46, 0x6b, 0xc7, 0x63, 0x87, 0x52, 0xa6, 0x4a, 0x66, 0x42, 0x25, 0x39, 0xa4, 0x42, 0x04, 0x53, 0x25, 0x6b, 0xc6, 0x84, 0x08, 0xa4, 0x8b, 0xbd, 0x0d, 0xc5, 0x4e, 0xd5, 0x8f, 0xd5, 0xaf, 0xd5, 0x8f, 0xbd, 0x0d, 0x9c, 0x4a, 0x6b, 0x07, 0x51, 0xe5, 0x49, 0xc5, 0x49, 0xc4, 0xc6, 0x54, 0x85, 0x6c, 0x53, 0xe5, 0x43, 0x64, 0x43, 0x64, 0x5c, 0x47, 0x4b, 0xa5, 0x4b, 0xa5, 0x5c, 0x08, 0x6c, 0xca, 0x8d, 0xee, 0x7d, 0xca, 0x75, 0xa7, 0xf3, 0xec, 0xfb, 0xed, 0xc9, 0x45, 0x90, 0xa2, 0xa0, 0xa2, 0xa0, 0xa2, 0xa0, 0xa2, 0xa1, 0xa3, 0xfc, 0x50, 0xfa, 0x8a, 0xfb, 0xac, 0xfb, 0x6b, 0xfb, 0x4c, 0xe2, 0x48, 0xea, 0x08, 0xc0, 0xe3, 0xa0, 0xa2, 0xb0, 0xa2, 0xb0, 0xa2, 0xb0, 0xa2, 0x91, 0xe4, 0xa5, 0x4d, 0xf6, 0xd3, 0xe6, 0x92, 0xee, 0x93, 0xe6, 0x72, 0xe6, 0x93, 0xee, 0xd4, 0xee, 0xd4, 0xf6, 0xf4, 0xef, 0x13, 0xee, 0xf3, 0xee, 0xd3, 0xe6, 0xb3, 0xef, 0x15, 0xf7, 0x15, 0xe6, 0x93, 0xee, 0x93, 0xee, 0xb3, 0xe6, 0x92, 0xe6, 0xb2, 0xee, 0xd3, 0xf6, 0xd3, 0xf6, 0xf4, 0xff, 0x35, 0xf7, 0x14, 0xe6, 0x72, 0xcd, 0xaf, 0xb5, 0x6e, 0xad, 0x2c, 0x9c, 0xcb, 0x7b, 0xc9, 0x7b, 0xc9, 0x7b, 0x69, 0x73, 0x08, 0x7b, 0x49, 0x8c, 0x0b, 0xa4, 0xcc, - 0x42, 0x05, 0x52, 0xe6, 0x5b, 0x06, 0x63, 0x07, 0x63, 0x68, 0x52, 0xc6, 0x53, 0x06, 0x6b, 0xe7, 0x6b, 0xa7, 0x5b, 0x27, 0x5a, 0xe6, 0x4a, 0xa6, 0x39, 0xe4, 0x4a, 0x25, 0x8c, 0x09, 0xbd, 0x8d, 0xde, 0x10, 0xee, 0x92, 0xf6, 0xb2, 0xf6, 0xb2, 0xf6, 0xb2, 0xf6, 0x92, 0xee, 0x71, 0xe6, 0x50, 0xd6, 0x0f, 0xb5, 0x0b, 0x73, 0x26, 0x49, 0xe5, 0x49, 0xc4, 0xc6, 0x94, 0x95, 0xae, 0x6c, 0xe7, 0x75, 0x48, 0x4b, 0xc5, 0x64, 0x69, 0x6d, 0x29, 0x6c, 0xe8, 0x6c, 0xca, 0xcf, 0x77, 0xef, 0xfd, 0xdf, 0xda, 0xc6, 0x2f, 0xfc, 0x91, 0xc9, 0xc6, 0xa0, 0xa2, 0x98, 0xa2, 0xa0, 0xa2, 0xa0, 0xa2, 0xa0, 0x81, 0xb6, 0x10, 0xe5, 0xf0, 0xfb, 0x6e, 0xfb, 0xac, 0xfb, 0x8c, 0xfb, 0x4b, 0xdd, 0x6f, 0xe9, 0xa7, 0xc8, 0xc3, 0xa0, 0xa2, 0xb8, 0xa2, 0xb0, 0xc2, 0xd9, 0x45, 0x7a, 0x64, 0x9d, 0x0c, 0xee, 0xf3, 0xe6, 0xb3, 0xe6, 0x93, 0xe6, 0x72, 0xe6, 0xb4, 0xee, 0xd4, 0xf7, 0x14, 0xff, 0x34, 0xf7, 0x13, 0xee, 0xf3, 0xee, 0xd3, 0xe6, 0xb3, 0xe6, 0xb4, 0xee, 0xd4, 0xe6, 0x93, 0xe6, 0x92, 0xee, 0xb3, 0xee, 0xb3, 0xee, 0xb3, 0xee, 0xb4, 0xf6, 0xb4, 0xf6, 0xd4, 0xff, 0x15, 0xff, 0x15, 0xd6, 0x10, 0xbd, 0x6d, 0xbd, 0x8e, 0xbd, 0x6e, 0xb5, 0x6f, 0xad, 0x4f, 0x8c, 0x4c, 0x8b, 0xeb, 0x7b, 0x8a, 0x7b, 0x68, 0x94, 0xab, 0xa5, 0x0c, - 0x4a, 0x05, 0x4a, 0x25, 0x52, 0x86, 0x63, 0x47, 0x73, 0xe8, 0x63, 0x86, 0x5b, 0x26, 0x63, 0x86, 0x5b, 0x65, 0x63, 0x46, 0x63, 0x47, 0x63, 0x07, 0x83, 0xa9, 0xb5, 0x0c, 0xde, 0x30, 0xee, 0xb2, 0xf6, 0xf3, 0xff, 0x14, 0xff, 0x14, 0xff, 0x14, 0xfe, 0xf3, 0xf6, 0xb2, 0xf6, 0xb2, 0xe6, 0x91, 0xe6, 0x91, 0xd6, 0x4f, 0xa4, 0xea, 0x62, 0xa5, 0x52, 0x05, 0xdf, 0x56, 0xa6, 0x70, 0x8d, 0xeb, 0x96, 0x49, 0x6d, 0x07, 0x5c, 0x66, 0x65, 0x06, 0x5c, 0x45, 0x95, 0xae, 0xf7, 0xfd, 0xff, 0xff, 0xd7, 0x97, 0xc5, 0x0c, 0xd6, 0x11, 0xac, 0x4c, 0xa0, 0xa2, 0xa8, 0xa2, 0xa8, 0xa2, 0xa8, 0x82, 0xab, 0xea, 0xd7, 0xf7, 0xb7, 0x71, 0xec, 0xad, 0xfb, 0x4d, 0xfb, 0xac, 0xf6, 0x11, 0xf7, 0x14, 0xfc, 0x2e, 0xd9, 0x24, 0xb0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xfa, 0xec, 0x62, 0xc4, 0x84, 0x8a, 0xee, 0xf2, 0xee, 0xd2, 0xe6, 0x92, 0xde, 0x72, 0xde, 0x72, 0xe6, 0x93, 0xf6, 0xf4, 0xff, 0x56, 0xf7, 0x35, 0xe6, 0xd3, 0xe6, 0xd3, 0xde, 0x93, 0xde, 0x92, 0xe6, 0xb2, 0xee, 0xd3, 0xee, 0xd3, 0xee, 0xd3, 0xe6, 0x73, 0xe6, 0x73, 0xee, 0xb4, 0xee, 0xb3, 0xf6, 0xb3, 0xee, 0xb3, 0xe6, 0x72, 0xd6, 0x11, 0xde, 0x52, 0xd6, 0x31, 0xe6, 0x72, 0xe6, 0xb4, 0xde, 0x74, 0xb5, 0x4f, 0x9c, 0xcd, 0x94, 0x4c, 0x83, 0xea, 0x8c, 0x2a, 0x8c, 0x4a, - 0x62, 0xa6, 0x5a, 0xc6, 0x5b, 0x26, 0x63, 0x67, 0x74, 0x48, 0x74, 0x48, 0x74, 0x08, 0x6c, 0x27, 0x5b, 0x65, 0x4a, 0xa5, 0x63, 0x46, 0xa4, 0xab, 0xd5, 0xcf, 0xee, 0xb1, 0xf7, 0x12, 0xf7, 0x32, 0xf7, 0x33, 0xff, 0x34, 0xff, 0x14, 0xff, 0x13, 0xf6, 0xf2, 0xf6, 0xb2, 0xee, 0xb1, 0xe6, 0x90, 0xde, 0x8f, 0xde, 0x8e, 0xbd, 0xec, 0x7b, 0xc7, 0x4a, 0x24, 0xc6, 0xd2, 0xcf, 0x33, 0x96, 0x0c, 0x96, 0x0a, 0x6c, 0xe7, 0x4b, 0xe5, 0x4b, 0xc5, 0x43, 0x85, 0x74, 0xea, 0xd7, 0x77, 0xb7, 0x12, 0x8e, 0x0a, 0x85, 0xab, 0xc7, 0x55, 0xdf, 0x39, 0x98, 0xc2, 0xa8, 0xc2, 0xb0, 0xa2, 0xab, 0xc9, 0x96, 0xec, 0x8e, 0x89, 0x8e, 0x48, 0x96, 0xe9, 0xae, 0xea, 0xe7, 0x33, 0xee, 0xf3, 0xf7, 0x35, 0xf6, 0xf4, 0xe1, 0xa6, 0xb8, 0xe3, 0xc8, 0xe3, 0xd9, 0x25, 0xe3, 0x2b, 0x4a, 0xc4, 0x74, 0x28, 0xee, 0xf2, 0xee, 0xd2, 0xe6, 0xb2, 0xe6, 0xb3, 0xe6, 0xb3, 0xe6, 0xb3, 0xe6, 0xb3, 0xee, 0xf4, 0xef, 0x14, 0xe6, 0xf3, 0xe6, 0xd3, 0xe6, 0xb3, 0xe6, 0xd3, 0xe6, 0xd2, 0xee, 0xd3, 0xee, 0xd3, 0xee, 0xd3, 0xe6, 0x72, 0xe6, 0x73, 0xee, 0xb4, 0xf6, 0xb3, 0xee, 0x93, 0xe6, 0x71, 0xde, 0x51, 0xee, 0xb3, 0xef, 0x13, 0xde, 0x91, 0xde, 0x71, 0xde, 0x91, 0xde, 0x72, 0xcd, 0xf0, 0xad, 0x2d, 0xad, 0x2f, 0xa4, 0xcd, 0x9c, 0x4c, 0x83, 0x8a, - 0x6b, 0x07, 0x6b, 0xa7, 0x74, 0x28, 0x74, 0x07, 0x74, 0x48, 0x7c, 0x68, 0x74, 0x48, 0x74, 0x68, 0x63, 0x86, 0x63, 0x46, 0xac, 0xeb, 0xde, 0x30, 0xf6, 0xf2, 0xff, 0x32, 0xf7, 0x52, 0xf7, 0x52, 0xf7, 0x53, 0xff, 0x34, 0xff, 0x13, 0xf6, 0xf2, 0xee, 0xf1, 0xe6, 0xd0, 0xd6, 0x8f, 0xd6, 0x6d, 0xd6, 0x6c, 0xd6, 0x6c, 0xbd, 0xeb, 0x8c, 0x68, 0x63, 0x67, 0x95, 0x0b, 0xc6, 0xf2, 0x85, 0x8b, 0x85, 0x8b, 0x75, 0x09, 0x6c, 0xe7, 0x5c, 0x46, 0x5c, 0x86, 0x74, 0xea, 0x85, 0xeb, 0x85, 0xe8, 0x75, 0x29, 0xae, 0xd3, 0xbf, 0x75, 0xd7, 0xf8, 0xd6, 0xf7, 0xa3, 0x68, 0x84, 0x65, 0x96, 0xcd, 0xbf, 0x52, 0xaf, 0x11, 0x9e, 0xad, 0x9e, 0xea, 0x96, 0xa9, 0xdf, 0x34, 0xee, 0xf3, 0xe6, 0xd2, 0xde, 0xb1, 0xd5, 0xaf, 0xc9, 0x65, 0xc9, 0x64, 0xba, 0x86, 0xba, 0xa7, 0x4a, 0xc4, 0x6b, 0xe7, 0xe6, 0xd2, 0xe6, 0xb1, 0xe6, 0x92, 0xe6, 0xb3, 0xee, 0xd3, 0xe6, 0x92, 0xd6, 0x31, 0xde, 0x92, 0xee, 0xf4, 0xee, 0xf4, 0xe6, 0xd3, 0xe6, 0xb3, 0xe6, 0xb3, 0xe6, 0xd3, 0xe6, 0xd2, 0xe6, 0xb3, 0xe6, 0xb3, 0xe6, 0x93, 0xe6, 0x93, 0xee, 0x93, 0xee, 0x93, 0xee, 0x93, 0xee, 0xd2, 0xee, 0xd2, 0xee, 0xd3, 0xe6, 0xb2, 0xde, 0x71, 0xd6, 0x31, 0xd6, 0x31, 0xde, 0x51, 0xd6, 0x51, 0xd6, 0x71, 0xde, 0x53, 0xc5, 0x6f, 0xb4, 0xce, 0x9c, 0x2c, - 0x62, 0xa6, 0x73, 0x67, 0x6b, 0x87, 0x63, 0x86, 0x6b, 0xa7, 0x6b, 0xe7, 0x6b, 0xe7, 0x74, 0x07, 0x8c, 0x69, 0xbd, 0x4d, 0xe6, 0x51, 0xf6, 0xd2, 0xf7, 0x13, 0xf7, 0x32, 0xf7, 0x52, 0xf7, 0x52, 0xff, 0x54, 0xff, 0x34, 0xf6, 0xf4, 0xf6, 0xf2, 0xee, 0xf0, 0xde, 0xcf, 0xce, 0x6d, 0xce, 0x6c, 0xd6, 0x6c, 0xce, 0x6c, 0xb5, 0x89, 0x84, 0x67, 0x6c, 0x08, 0x6c, 0x07, 0xad, 0xf1, 0x85, 0x4c, 0x7d, 0x4a, 0x85, 0x8a, 0x6d, 0x27, 0x6c, 0xe7, 0x5c, 0x66, 0x95, 0xcd, 0x9e, 0xae, 0x7d, 0x88, 0xb6, 0xd3, 0xff, 0xfe, 0xf7, 0xfd, 0xbf, 0x72, 0x96, 0x49, 0x5c, 0xc4, 0x65, 0x05, 0x7e, 0x06, 0x96, 0xaa, 0xaf, 0x4e, 0x9e, 0xcc, 0x96, 0xca, 0x9e, 0xeb, 0xd7, 0x54, 0xe6, 0xf3, 0xde, 0xd2, 0xe6, 0xf2, 0xe6, 0xd2, 0xef, 0x13, 0x84, 0x4a, 0x42, 0xc4, 0x3a, 0x63, 0x4a, 0xc3, 0x63, 0xc6, 0xde, 0x71, 0xe6, 0x91, 0xe6, 0xb2, 0xe6, 0x92, 0xe6, 0xb2, 0xde, 0x51, 0xe6, 0xb3, 0xef, 0x14, 0xee, 0xd4, 0xe6, 0xb3, 0xee, 0xb3, 0xde, 0x93, 0xe6, 0x93, 0xee, 0x92, 0xde, 0x72, 0xde, 0x72, 0xe6, 0x93, 0xe6, 0x92, 0xde, 0x92, 0xde, 0x92, 0xde, 0x72, 0xee, 0xd3, 0xf7, 0x14, 0xf7, 0x14, 0xf6, 0xf4, 0xf6, 0xf4, 0xe6, 0xb3, 0xd6, 0x31, 0xd6, 0x0f, 0xd6, 0x10, 0xde, 0x72, 0xe6, 0xd3, 0xe6, 0xb2, 0xbd, 0xae, 0xac, 0xed, 0x9c, 0x4c, - 0x4a, 0x65, 0x6b, 0x26, 0x6b, 0x67, 0x63, 0x46, 0x63, 0x87, 0x73, 0xe7, 0x8c, 0xaa, 0xb5, 0x4d, 0xde, 0x10, 0xee, 0x92, 0xf6, 0xd3, 0xf6, 0xf2, 0xf7, 0x13, 0xf7, 0x33, 0xf7, 0x53, 0xff, 0x53, 0xff, 0x14, 0xf6, 0xf4, 0xf6, 0xf3, 0xee, 0xd2, 0xde, 0xd0, 0xce, 0x8d, 0xbe, 0x0b, 0xbd, 0xcb, 0xbd, 0xca, 0xb5, 0x69, 0x9c, 0xa7, 0x63, 0x44, 0x4a, 0xa4, 0x31, 0xc3, 0x94, 0xce, 0x85, 0x0c, 0x6c, 0xa6, 0x8d, 0xc9, 0x9e, 0x6b, 0x9e, 0xcb, 0x75, 0x48, 0x85, 0x89, 0x75, 0x86, 0x85, 0x8c, 0xc7, 0x35, 0xb6, 0xf0, 0x8e, 0x2a, 0x6d, 0x65, 0x5c, 0x44, 0x43, 0x84, 0x54, 0x44, 0x5c, 0x63, 0x65, 0x24, 0x7e, 0x05, 0x7d, 0xe7, 0x8e, 0x89, 0xa7, 0x0c, 0xcf, 0x12, 0xde, 0xb2, 0xe6, 0xd2, 0xe6, 0xd1, 0xde, 0x91, 0xce, 0x0f, 0x94, 0xab, 0x42, 0xa3, 0x42, 0x83, 0x42, 0xc4, 0x5b, 0x65, 0xce, 0x30, 0xde, 0x91, 0xde, 0x92, 0xee, 0xb3, 0xee, 0xb3, 0xde, 0x93, 0xf7, 0x15, 0xef, 0x14, 0xde, 0x51, 0xde, 0x30, 0xde, 0x71, 0xde, 0x52, 0xe6, 0x52, 0xde, 0x10, 0xd6, 0x10, 0xd6, 0x11, 0xde, 0x72, 0xe6, 0xb2, 0xee, 0xf3, 0xee, 0xf3, 0xe6, 0xd3, 0xe6, 0xd3, 0xee, 0xf3, 0xee, 0xf4, 0xee, 0xf5, 0xee, 0xd4, 0xe6, 0xb3, 0xd6, 0x11, 0xdd, 0xef, 0xd6, 0x0f, 0xee, 0xd3, 0xee, 0xd3, 0xd6, 0x50, 0xd6, 0x4f, 0xce, 0x0f, 0xad, 0x2d, -#endif -#if LV_COLOR_DEPTH == 32 - /*Pixel format: Fix 0xFF: 8 bit, Red: 8 bit, Green: 8 bit, Blue: 8 bit*/ - 0x21, 0x66, 0x4e, 0xff, 0x23, 0x57, 0x4d, 0xff, 0x1a, 0x43, 0x38, 0xff, 0x1d, 0x62, 0x47, 0xff, 0x2f, 0x80, 0x61, 0xff, 0x33, 0x76, 0x5e, 0xff, 0x2b, 0x5d, 0x4f, 0xff, 0x25, 0x4d, 0x46, 0xff, 0x1d, 0x36, 0x39, 0xff, 0x1f, 0x35, 0x3f, 0xff, 0x1b, 0x2e, 0x34, 0xff, 0x41, 0x60, 0x58, 0xff, 0x73, 0x95, 0x95, 0xff, 0x6c, 0x93, 0xa4, 0xff, 0x51, 0x7d, 0x98, 0xff, 0x4e, 0x76, 0x93, 0xff, 0x49, 0x70, 0x8c, 0xff, 0x44, 0x6d, 0x85, 0xff, 0x5c, 0x87, 0x9e, 0xff, 0x4d, 0x79, 0x92, 0xff, 0x41, 0x6d, 0x8c, 0xff, 0x44, 0x72, 0x8f, 0xff, 0x3d, 0x67, 0x82, 0xff, 0x56, 0x83, 0x9b, 0xff, 0x52, 0x7c, 0x95, 0xff, 0x35, 0x5d, 0x75, 0xff, 0x27, 0x4f, 0x65, 0xff, 0x1e, 0x4a, 0x5f, 0xff, 0x1d, 0x54, 0x64, 0xff, 0x1f, 0x60, 0x6c, 0xff, 0x1b, 0x55, 0x60, 0xff, 0x15, 0x3f, 0x50, 0xff, 0x16, 0x44, 0x4e, 0xff, 0x17, 0x3e, 0x40, 0xff, 0x12, 0x20, 0x21, 0xff, 0x14, 0x27, 0x24, 0xff, 0x18, 0x35, 0x31, 0xff, 0x15, 0x2e, 0x2a, 0xff, 0x1a, 0x3d, 0x38, 0xff, 0x30, 0x73, 0x69, 0xff, 0x3c, 0x8c, 0x81, 0xff, 0x39, 0x88, 0x80, 0xff, 0x37, 0x8a, 0x84, 0xff, 0x35, 0x89, 0x88, 0xff, 0x34, 0x85, 0x88, 0xff, 0x31, 0x83, 0x89, 0xff, 0x2f, 0x81, 0x87, 0xff, 0x2d, 0x7a, 0x86, 0xff, 0x2a, 0x72, 0x7d, 0xff, 0x20, 0x35, 0xbf, 0xff, 0x1e, 0x20, 0xd0, 0xff, 0x16, 0x19, 0xca, 0xff, 0x1c, 0x1d, 0xce, 0xff, 0x30, 0x51, 0xd4, 0xff, 0x47, 0xbd, 0x8e, 0xff, 0x46, 0xb4, 0x8b, 0xff, 0x4b, 0xb1, 0x8a, 0xff, 0x60, 0xbb, 0x97, 0xff, 0x63, 0xc1, 0x9c, 0xff, 0x4e, 0xbc, 0x8e, 0xff, 0x52, 0xbc, 0x8f, 0xff, 0x5b, 0xc3, 0x95, 0xff, 0x63, 0xc5, 0x9a, 0xff, 0x5a, 0xbd, 0x94, 0xff, 0x49, 0xac, 0x85, 0xff, 0x4b, 0xa0, 0x7f, 0xff, 0x3f, 0x9b, 0x78, 0xff, 0x33, 0x93, 0x70, 0xff, 0x30, 0x87, 0x69, 0xff, 0x2c, 0x76, 0x69, 0xff, 0x35, 0x71, 0x8c, 0xff, 0x3d, 0x7c, 0xa0, 0xff, 0x62, 0x9d, 0xc3, 0xff, 0x89, 0xbe, 0xe8, 0xff, 0x8b, 0xc0, 0xeb, 0xff, 0x60, 0x92, 0xbf, 0xff, 0x1e, 0x39, 0x51, 0xff, 0x17, 0x22, 0x2d, 0xff, 0x1f, 0x2d, 0x3c, 0xff, 0x27, 0x38, 0x4d, 0xff, 0x2e, 0x41, 0x58, 0xff, 0x38, 0x4d, 0x68, 0xff, 0x40, 0x57, 0x78, 0xff, 0x49, 0x64, 0x90, 0xff, 0x4f, 0x70, 0xa6, 0xff, 0x56, 0x7b, 0xb7, 0xff, 0x5b, 0x83, 0xc4, 0xff, 0x5d, 0x84, 0xc9, 0xff, 0x5b, 0x83, 0xcd, 0xff, 0x5e, 0x82, 0xc8, 0xff, 0x60, 0x81, 0xc1, 0xff, 0x62, 0x82, 0xbe, 0xff, 0x63, 0x83, 0xbd, 0xff, 0x62, 0x81, 0xba, 0xff, 0x5f, 0x7d, 0xb5, 0xff, 0x5d, 0x7d, 0xb4, 0xff, 0x59, 0x77, 0xae, 0xff, 0x52, 0x70, 0xa3, 0xff, 0x4b, 0x6b, 0x9d, 0xff, 0x45, 0x61, 0x92, 0xff, - 0x21, 0x67, 0x4d, 0xff, 0x23, 0x59, 0x4d, 0xff, 0x17, 0x2c, 0x2b, 0xff, 0x16, 0x27, 0x26, 0xff, 0x18, 0x2f, 0x2b, 0xff, 0x17, 0x27, 0x26, 0xff, 0x15, 0x23, 0x24, 0xff, 0x17, 0x27, 0x2b, 0xff, 0x1c, 0x30, 0x3a, 0xff, 0x1a, 0x2d, 0x35, 0xff, 0x18, 0x2e, 0x36, 0xff, 0x36, 0x57, 0x55, 0xff, 0x6e, 0x8b, 0x89, 0xff, 0x54, 0x7a, 0x84, 0xff, 0x43, 0x6b, 0x87, 0xff, 0x47, 0x72, 0x8d, 0xff, 0x4a, 0x71, 0x8f, 0xff, 0x59, 0x88, 0xa4, 0xff, 0x6c, 0x99, 0xb6, 0xff, 0x57, 0x81, 0x9d, 0xff, 0x55, 0x84, 0xa3, 0xff, 0x59, 0x84, 0xa5, 0xff, 0x4f, 0x7a, 0x96, 0xff, 0x51, 0x7e, 0x9f, 0xff, 0x46, 0x6f, 0x8d, 0xff, 0x43, 0x67, 0x7d, 0xff, 0x40, 0x65, 0x7e, 0xff, 0x2e, 0x50, 0x67, 0xff, 0x23, 0x4c, 0x63, 0xff, 0x21, 0x59, 0x6f, 0xff, 0x19, 0x49, 0x5f, 0xff, 0x18, 0x41, 0x55, 0xff, 0x19, 0x4d, 0x53, 0xff, 0x1a, 0x3e, 0x40, 0xff, 0x14, 0x24, 0x25, 0xff, 0x16, 0x27, 0x26, 0xff, 0x1c, 0x40, 0x3f, 0xff, 0x33, 0x74, 0x76, 0xff, 0x5d, 0xa9, 0xb1, 0xff, 0x6b, 0xbb, 0xc8, 0xff, 0x5a, 0xb4, 0xb7, 0xff, 0x37, 0x8e, 0x93, 0xff, 0x45, 0x59, 0xf2, 0xff, 0x4a, 0x57, 0xf9, 0xff, 0x26, 0x69, 0x89, 0xff, 0x27, 0x6b, 0x6b, 0xff, 0x28, 0x65, 0x6d, 0xff, 0x22, 0x52, 0x5f, 0xff, 0x1f, 0x42, 0x53, 0xff, 0x39, 0x42, 0xe2, 0xff, 0x2f, 0x2f, 0xf8, 0xff, 0x21, 0x21, 0xde, 0xff, 0x16, 0x1a, 0xc4, 0xff, 0x1f, 0x20, 0xd6, 0xff, 0x4e, 0x9c, 0xb9, 0xff, 0x58, 0xbb, 0x98, 0xff, 0x5e, 0xbf, 0x9a, 0xff, 0x6d, 0xca, 0xa3, 0xff, 0x6a, 0xc9, 0xa4, 0xff, 0x5b, 0xc4, 0x99, 0xff, 0x63, 0xc9, 0x9e, 0xff, 0x68, 0xcd, 0xa0, 0xff, 0x6c, 0xcd, 0xa3, 0xff, 0x60, 0xc2, 0x9a, 0xff, 0x4b, 0xaf, 0x87, 0xff, 0x4a, 0xa3, 0x7f, 0xff, 0x46, 0xa1, 0x7e, 0xff, 0x3c, 0x99, 0x76, 0xff, 0x2c, 0x88, 0x67, 0xff, 0x31, 0x77, 0x6a, 0xff, 0x46, 0x7e, 0x93, 0xff, 0x53, 0x86, 0xa5, 0xff, 0x6a, 0x9e, 0xc4, 0xff, 0x90, 0xc2, 0xf2, 0xff, 0x91, 0xc5, 0xf2, 0xff, 0x7b, 0xad, 0xdb, 0xff, 0x4d, 0x79, 0xa7, 0xff, 0x15, 0x26, 0x39, 0xff, 0x10, 0x17, 0x20, 0xff, 0x0e, 0x16, 0x1f, 0xff, 0x0f, 0x16, 0x1f, 0xff, 0x0e, 0x16, 0x1f, 0xff, 0x0f, 0x17, 0x21, 0xff, 0x10, 0x1a, 0x21, 0xff, 0x13, 0x1d, 0x27, 0xff, 0x14, 0x20, 0x2d, 0xff, 0x15, 0x23, 0x30, 0xff, 0x17, 0x24, 0x34, 0xff, 0x16, 0x25, 0x35, 0xff, 0x18, 0x26, 0x37, 0xff, 0x1a, 0x28, 0x3a, 0xff, 0x1b, 0x29, 0x39, 0xff, 0x1c, 0x2a, 0x3a, 0xff, 0x1b, 0x2a, 0x38, 0xff, 0x1a, 0x28, 0x36, 0xff, 0x19, 0x26, 0x33, 0xff, 0x18, 0x23, 0x2f, 0xff, 0x14, 0x20, 0x2b, 0xff, 0x13, 0x1e, 0x28, 0xff, 0x12, 0x1b, 0x25, 0xff, - 0x1a, 0x60, 0x41, 0xff, 0x26, 0x61, 0x4f, 0xff, 0x21, 0x3e, 0x38, 0xff, 0x1e, 0x2f, 0x37, 0xff, 0x20, 0x32, 0x3a, 0xff, 0x21, 0x3b, 0x38, 0xff, 0x2f, 0x50, 0x48, 0xff, 0x38, 0x60, 0x6c, 0xff, 0x31, 0x57, 0x67, 0xff, 0x37, 0x5d, 0x5e, 0xff, 0x7e, 0x96, 0x95, 0xff, 0x5d, 0x7c, 0x85, 0xff, 0x41, 0x63, 0x74, 0xff, 0x39, 0x5a, 0x6d, 0xff, 0x39, 0x5c, 0x72, 0xff, 0x3b, 0x5d, 0x71, 0xff, 0x41, 0x68, 0x82, 0xff, 0x48, 0x6f, 0x89, 0xff, 0x4b, 0x77, 0x8e, 0xff, 0x4c, 0x76, 0x8f, 0xff, 0x58, 0x81, 0xa1, 0xff, 0x59, 0x82, 0xa1, 0xff, 0x50, 0x79, 0x98, 0xff, 0x37, 0x62, 0x79, 0xff, 0x2d, 0x59, 0x64, 0xff, 0x3e, 0x64, 0x72, 0xff, 0x45, 0x6b, 0x83, 0xff, 0x34, 0x58, 0x71, 0xff, 0x3a, 0x66, 0x7d, 0xff, 0x42, 0x77, 0x96, 0xff, 0x27, 0x61, 0x7a, 0xff, 0x16, 0x47, 0x53, 0xff, 0x18, 0x45, 0x48, 0xff, 0x19, 0x3d, 0x40, 0xff, 0x1d, 0x37, 0x3b, 0xff, 0x22, 0x51, 0x53, 0xff, 0x27, 0x70, 0x74, 0xff, 0x41, 0x94, 0xa1, 0xff, 0x54, 0xa9, 0xb9, 0xff, 0x53, 0xa6, 0xb0, 0xff, 0x31, 0x41, 0xe7, 0xff, 0x25, 0x49, 0xa8, 0xff, 0x2e, 0x2e, 0xed, 0xff, 0x36, 0x35, 0xfe, 0xff, 0x3a, 0x38, 0xff, 0xff, 0x23, 0x47, 0x6b, 0xff, 0x27, 0x4a, 0x59, 0xff, 0x22, 0x3f, 0x4c, 0xff, 0x35, 0x49, 0xbf, 0xff, 0x26, 0x26, 0xec, 0xff, 0x21, 0x21, 0xe3, 0xff, 0x25, 0x26, 0xec, 0xff, 0x1a, 0x1b, 0xcf, 0xff, 0x1f, 0x21, 0xcb, 0xff, 0x34, 0x4e, 0xda, 0xff, 0x58, 0xc4, 0x98, 0xff, 0x5b, 0xc3, 0x9d, 0xff, 0x61, 0xc6, 0xa0, 0xff, 0x5b, 0xc5, 0x9b, 0xff, 0x63, 0xcd, 0x9f, 0xff, 0x73, 0xd6, 0xa9, 0xff, 0x6f, 0xd5, 0xa8, 0xff, 0x6a, 0xcd, 0xa3, 0xff, 0x61, 0xc3, 0x9c, 0xff, 0x4f, 0xb0, 0x89, 0xff, 0x4d, 0xa2, 0x81, 0xff, 0x4b, 0xa0, 0x7f, 0xff, 0x42, 0x9f, 0x7a, 0xff, 0x3b, 0x83, 0xa0, 0xff, 0x37, 0x79, 0x85, 0xff, 0x3b, 0x77, 0x6c, 0xff, 0x39, 0x6f, 0x68, 0xff, 0x4a, 0x7d, 0x8d, 0xff, 0x78, 0xaa, 0xd5, 0xff, 0x7c, 0xad, 0xd7, 0xff, 0x6e, 0xa1, 0xc8, 0xff, 0x65, 0x90, 0xc1, 0xff, 0x27, 0x49, 0x6e, 0xff, 0x10, 0x1a, 0x24, 0xff, 0x11, 0x19, 0x24, 0xff, 0x11, 0x1a, 0x25, 0xff, 0x10, 0x1a, 0x25, 0xff, 0x10, 0x1b, 0x25, 0xff, 0x11, 0x1a, 0x25, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x11, 0x1b, 0x24, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x11, 0x1a, 0x25, 0xff, 0x10, 0x1a, 0x25, 0xff, 0x10, 0x1a, 0x23, 0xff, 0x10, 0x19, 0x23, 0xff, 0x10, 0x19, 0x23, 0xff, 0x10, 0x19, 0x23, 0xff, 0x10, 0x1a, 0x23, 0xff, 0x11, 0x1a, 0x23, 0xff, 0x10, 0x1b, 0x22, 0xff, 0x11, 0x1a, 0x24, 0xff, 0x11, 0x1a, 0x24, 0xff, 0x11, 0x1b, 0x25, 0xff, 0x11, 0x1b, 0x26, 0xff, - 0x1c, 0x61, 0x43, 0xff, 0x29, 0x6a, 0x52, 0xff, 0x2c, 0x57, 0x4f, 0xff, 0x2b, 0x47, 0x51, 0xff, 0x29, 0x43, 0x51, 0xff, 0x2d, 0x4d, 0x4e, 0xff, 0x4b, 0x78, 0x82, 0xff, 0x62, 0x8f, 0xaa, 0xff, 0x5f, 0x8a, 0xa5, 0xff, 0x6a, 0x92, 0x9c, 0xff, 0x96, 0xaa, 0xb0, 0xff, 0x5f, 0x79, 0x7d, 0xff, 0x28, 0x44, 0x51, 0xff, 0x29, 0x44, 0x54, 0xff, 0x2c, 0x49, 0x5a, 0xff, 0x2a, 0x48, 0x56, 0xff, 0x2b, 0x49, 0x58, 0xff, 0x30, 0x50, 0x64, 0xff, 0x31, 0x51, 0x63, 0xff, 0x3f, 0x61, 0x7a, 0xff, 0x40, 0x62, 0x77, 0xff, 0x3e, 0x67, 0x7d, 0xff, 0x3f, 0x6f, 0x80, 0xff, 0x2e, 0x65, 0x65, 0xff, 0x27, 0x59, 0x59, 0xff, 0x29, 0x53, 0x57, 0xff, 0x2e, 0x4f, 0x5d, 0xff, 0x24, 0x40, 0x4f, 0xff, 0x32, 0x52, 0x66, 0xff, 0x41, 0x6e, 0x8c, 0xff, 0x37, 0x67, 0x81, 0xff, 0x20, 0x4e, 0x5e, 0xff, 0x14, 0x34, 0x39, 0xff, 0x18, 0x39, 0x3e, 0xff, 0x1f, 0x55, 0x59, 0xff, 0x22, 0x68, 0x6e, 0xff, 0x24, 0x6b, 0x75, 0xff, 0x27, 0x6b, 0x76, 0xff, 0x26, 0x60, 0x6e, 0xff, 0x28, 0x51, 0x81, 0xff, 0x15, 0x17, 0xcd, 0xff, 0x19, 0x1b, 0xce, 0xff, 0x1b, 0x1c, 0xcd, 0xff, 0x2d, 0x2e, 0xee, 0xff, 0x37, 0x34, 0xff, 0xff, 0x30, 0x35, 0xe9, 0xff, 0x1e, 0x32, 0x40, 0xff, 0x1f, 0x34, 0x5a, 0xff, 0x2c, 0x2c, 0xf4, 0xff, 0x1e, 0x1e, 0xd8, 0xff, 0x1c, 0x1c, 0xd6, 0xff, 0x1e, 0x1f, 0xdb, 0xff, 0x20, 0x20, 0xdd, 0xff, 0x1e, 0x1f, 0xc8, 0xff, 0x28, 0x23, 0xe5, 0xff, 0x54, 0xb0, 0xb2, 0xff, 0x57, 0xc6, 0x9d, 0xff, 0x60, 0xc9, 0xa1, 0xff, 0x66, 0xce, 0xa3, 0xff, 0x75, 0xd9, 0xae, 0xff, 0x7c, 0xdd, 0xb1, 0xff, 0x72, 0xd7, 0xab, 0xff, 0x63, 0xca, 0x9d, 0xff, 0x58, 0xbd, 0x94, 0xff, 0x4d, 0xb1, 0x8a, 0xff, 0x49, 0xa2, 0x80, 0xff, 0x4c, 0x9f, 0x7f, 0xff, 0x40, 0x9c, 0x84, 0xff, 0x24, 0x23, 0xe9, 0xff, 0x4f, 0x60, 0xf2, 0xff, 0x2f, 0x63, 0x5b, 0xff, 0x28, 0x4c, 0x51, 0xff, 0x3c, 0x64, 0x7f, 0xff, 0x60, 0x8d, 0xb5, 0xff, 0x65, 0x92, 0xb6, 0xff, 0x5c, 0x87, 0xac, 0xff, 0x58, 0x84, 0xb3, 0xff, 0x2b, 0x4a, 0x6f, 0xff, 0x14, 0x1e, 0x2f, 0xff, 0x11, 0x1c, 0x29, 0xff, 0x12, 0x1c, 0x28, 0xff, 0x12, 0x1c, 0x28, 0xff, 0x11, 0x1c, 0x28, 0xff, 0x12, 0x1c, 0x27, 0xff, 0x12, 0x1c, 0x2a, 0xff, 0x13, 0x1c, 0x2a, 0xff, 0x12, 0x1d, 0x2b, 0xff, 0x12, 0x1d, 0x2b, 0xff, 0x12, 0x1c, 0x2a, 0xff, 0x11, 0x1d, 0x29, 0xff, 0x13, 0x1b, 0x2a, 0xff, 0x11, 0x1c, 0x29, 0xff, 0x12, 0x1c, 0x29, 0xff, 0x11, 0x1d, 0x28, 0xff, 0x13, 0x1c, 0x29, 0xff, 0x13, 0x1d, 0x2a, 0xff, 0x13, 0x1d, 0x28, 0xff, 0x11, 0x1d, 0x29, 0xff, 0x13, 0x1d, 0x2a, 0xff, 0x13, 0x1d, 0x2a, 0xff, - 0x1d, 0x66, 0x46, 0xff, 0x1f, 0x63, 0x47, 0xff, 0x38, 0x74, 0x63, 0xff, 0x64, 0x84, 0x88, 0xff, 0x45, 0x62, 0x70, 0xff, 0x30, 0x50, 0x5e, 0xff, 0x42, 0x6a, 0x84, 0xff, 0x52, 0x7e, 0x9a, 0xff, 0x50, 0x7a, 0x8f, 0xff, 0x47, 0x6e, 0x7f, 0xff, 0x45, 0x65, 0x6a, 0xff, 0x2a, 0x45, 0x4c, 0xff, 0x21, 0x37, 0x42, 0xff, 0x28, 0x3f, 0x4f, 0xff, 0x30, 0x4c, 0x5c, 0xff, 0x23, 0x3c, 0x4c, 0xff, 0x1c, 0x2f, 0x36, 0xff, 0x1d, 0x30, 0x39, 0xff, 0x23, 0x39, 0x46, 0xff, 0x2a, 0x4c, 0x58, 0xff, 0x31, 0x61, 0x5f, 0xff, 0x40, 0x7b, 0x6e, 0xff, 0x38, 0x71, 0x67, 0xff, 0x25, 0x54, 0x4c, 0xff, 0x20, 0x43, 0x46, 0xff, 0x20, 0x35, 0x3b, 0xff, 0x20, 0x35, 0x3e, 0xff, 0x21, 0x39, 0x46, 0xff, 0x25, 0x3e, 0x4d, 0xff, 0x37, 0x56, 0x68, 0xff, 0x38, 0x5a, 0x70, 0xff, 0x22, 0x43, 0x53, 0xff, 0x15, 0x2d, 0x37, 0xff, 0x18, 0x3a, 0x40, 0xff, 0x1b, 0x56, 0x5c, 0xff, 0x21, 0x5c, 0x69, 0xff, 0x24, 0x50, 0x60, 0xff, 0x26, 0x4a, 0x5c, 0xff, 0x32, 0x56, 0x6f, 0xff, 0x35, 0x51, 0x95, 0xff, 0x13, 0x15, 0xc4, 0xff, 0x15, 0x17, 0xc1, 0xff, 0x17, 0x19, 0xc7, 0xff, 0x25, 0x28, 0xd8, 0xff, 0x31, 0x30, 0xf9, 0xff, 0x38, 0x35, 0xff, 0xff, 0x24, 0x2e, 0x9f, 0xff, 0x28, 0x31, 0xad, 0xff, 0x1e, 0x1f, 0xd9, 0xff, 0x17, 0x19, 0xce, 0xff, 0x18, 0x19, 0xce, 0xff, 0x1a, 0x1b, 0xd2, 0xff, 0x1d, 0x1e, 0xd9, 0xff, 0x1c, 0x1d, 0xc9, 0xff, 0x35, 0x34, 0xe8, 0xff, 0x44, 0x73, 0xd2, 0xff, 0x59, 0xce, 0x9a, 0xff, 0x5d, 0xa8, 0xcf, 0xff, 0x7c, 0xc9, 0xd0, 0xff, 0x8a, 0xe7, 0xb8, 0xff, 0x7e, 0xe0, 0xb4, 0xff, 0x71, 0xd9, 0xab, 0xff, 0x59, 0xc6, 0x99, 0xff, 0x4e, 0xba, 0x8e, 0xff, 0x4a, 0xaf, 0x89, 0xff, 0x46, 0xa0, 0x7f, 0xff, 0x4d, 0x9e, 0x7a, 0xff, 0x40, 0x70, 0xbd, 0xff, 0x23, 0x21, 0xe0, 0xff, 0x3a, 0x3d, 0xed, 0xff, 0x3a, 0x6a, 0xb0, 0xff, 0x31, 0x56, 0x66, 0xff, 0x3d, 0x63, 0x7d, 0xff, 0x53, 0x7c, 0x9d, 0xff, 0x51, 0x7b, 0x9b, 0xff, 0x4c, 0x75, 0x95, 0xff, 0x44, 0x6c, 0x93, 0xff, 0x23, 0x3c, 0x5a, 0xff, 0x12, 0x1b, 0x2a, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x11, 0x1a, 0x25, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x11, 0x1c, 0x29, 0xff, 0x13, 0x1c, 0x28, 0xff, 0x11, 0x1c, 0x2a, 0xff, 0x12, 0x1c, 0x2b, 0xff, 0x13, 0x1d, 0x2c, 0xff, 0x13, 0x1d, 0x2b, 0xff, 0x12, 0x1d, 0x2b, 0xff, 0x11, 0x1d, 0x2c, 0xff, 0x12, 0x1d, 0x2b, 0xff, 0x12, 0x1c, 0x2b, 0xff, 0x12, 0x1d, 0x2c, 0xff, 0x13, 0x1d, 0x2b, 0xff, 0x13, 0x1d, 0x2c, 0xff, 0x13, 0x1d, 0x2c, 0xff, 0x12, 0x1d, 0x2c, 0xff, 0x14, 0x1d, 0x2c, 0xff, 0x13, 0x1e, 0x2c, 0xff, 0x13, 0x1d, 0x2c, 0xff, - 0x1b, 0x68, 0x46, 0xff, 0x1d, 0x61, 0x45, 0xff, 0x29, 0x71, 0x57, 0xff, 0x57, 0x8c, 0x8b, 0xff, 0x58, 0x7d, 0x88, 0xff, 0x46, 0x64, 0x72, 0xff, 0x37, 0x56, 0x6e, 0xff, 0x38, 0x59, 0x6f, 0xff, 0x31, 0x53, 0x61, 0xff, 0x2f, 0x60, 0x5b, 0xff, 0x27, 0x56, 0x4f, 0xff, 0x27, 0x4b, 0x53, 0xff, 0x2a, 0x49, 0x58, 0xff, 0x31, 0x50, 0x5d, 0xff, 0x35, 0x54, 0x65, 0xff, 0x26, 0x41, 0x4f, 0xff, 0x1d, 0x2d, 0x36, 0xff, 0x1c, 0x2d, 0x37, 0xff, 0x22, 0x41, 0x47, 0xff, 0x32, 0x6c, 0x63, 0xff, 0x4d, 0x8f, 0x7b, 0xff, 0x4d, 0x90, 0x76, 0xff, 0x2a, 0x57, 0x45, 0xff, 0x1b, 0x2c, 0x2b, 0xff, 0x1e, 0x2f, 0x34, 0xff, 0x1b, 0x2c, 0x31, 0xff, 0x20, 0x31, 0x3b, 0xff, 0x21, 0x36, 0x42, 0xff, 0x24, 0x3c, 0x47, 0xff, 0x30, 0x48, 0x55, 0xff, 0x2c, 0x49, 0x5a, 0xff, 0x23, 0x3c, 0x4d, 0xff, 0x18, 0x33, 0x3e, 0xff, 0x1f, 0x43, 0x4f, 0xff, 0x2a, 0x57, 0x6b, 0xff, 0x2e, 0x52, 0x6b, 0xff, 0x2c, 0x51, 0x68, 0xff, 0x2d, 0x53, 0x6a, 0xff, 0x36, 0x5c, 0x78, 0xff, 0x43, 0x60, 0x96, 0xff, 0x12, 0x13, 0xc2, 0xff, 0x14, 0x17, 0xbc, 0xff, 0x14, 0x16, 0xbc, 0xff, 0x1c, 0x1f, 0xcb, 0xff, 0x32, 0x2f, 0xe9, 0xff, 0x32, 0x30, 0xff, 0xff, 0x36, 0x36, 0xff, 0xff, 0x26, 0x28, 0xe0, 0xff, 0x2d, 0x30, 0xe0, 0xff, 0x1e, 0x20, 0xd3, 0xff, 0x15, 0x16, 0xc8, 0xff, 0x18, 0x19, 0xcf, 0xff, 0x18, 0x19, 0xcf, 0xff, 0x1c, 0x1c, 0xcc, 0xff, 0x36, 0x36, 0xe7, 0xff, 0x39, 0x42, 0xe9, 0xff, 0x72, 0xd6, 0xb7, 0xff, 0x23, 0x21, 0xf9, 0xff, 0x50, 0x57, 0xfb, 0xff, 0x71, 0xa8, 0xec, 0xff, 0x82, 0xe5, 0xb8, 0xff, 0x6a, 0xd7, 0xa9, 0xff, 0x54, 0xc4, 0x95, 0xff, 0x54, 0xb8, 0x91, 0xff, 0x4f, 0xaf, 0x8c, 0xff, 0x45, 0x9d, 0x88, 0xff, 0x56, 0x86, 0xd5, 0xff, 0x47, 0x4a, 0xfa, 0xff, 0x39, 0x3d, 0xef, 0xff, 0x23, 0x24, 0xd7, 0xff, 0x40, 0x63, 0xd9, 0xff, 0x54, 0x94, 0x8c, 0xff, 0x49, 0x7c, 0x86, 0xff, 0x4f, 0x76, 0x8e, 0xff, 0x51, 0x7b, 0x95, 0xff, 0x54, 0x79, 0x98, 0xff, 0x42, 0x67, 0x8d, 0xff, 0x20, 0x34, 0x4d, 0xff, 0x0d, 0x12, 0x17, 0xff, 0x0d, 0x13, 0x1a, 0xff, 0x0f, 0x13, 0x19, 0xff, 0x0e, 0x15, 0x1c, 0xff, 0x10, 0x16, 0x1e, 0xff, 0x0e, 0x16, 0x20, 0xff, 0x10, 0x17, 0x21, 0xff, 0x10, 0x18, 0x23, 0xff, 0x10, 0x19, 0x23, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x1a, 0x25, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x11, 0x1b, 0x27, 0xff, 0x11, 0x1b, 0x26, 0xff, 0x11, 0x1b, 0x27, 0xff, 0x13, 0x1b, 0x27, 0xff, 0x10, 0x1b, 0x26, 0xff, 0x12, 0x1b, 0x27, 0xff, 0x11, 0x1b, 0x27, 0xff, 0x12, 0x1a, 0x27, 0xff, 0x11, 0x1c, 0x25, 0xff, 0x10, 0x1b, 0x25, 0xff, - 0x1d, 0x69, 0x48, 0xff, 0x21, 0x66, 0x49, 0xff, 0x21, 0x69, 0x4d, 0xff, 0x2b, 0x78, 0x62, 0xff, 0x4d, 0x81, 0x7d, 0xff, 0x3f, 0x69, 0x69, 0xff, 0x2e, 0x55, 0x58, 0xff, 0x2d, 0x4d, 0x56, 0xff, 0x32, 0x5f, 0x5b, 0xff, 0x3f, 0x7f, 0x6e, 0xff, 0x37, 0x78, 0x69, 0xff, 0x30, 0x67, 0x63, 0xff, 0x2f, 0x5d, 0x65, 0xff, 0x2f, 0x57, 0x62, 0xff, 0x28, 0x47, 0x53, 0xff, 0x1f, 0x39, 0x43, 0xff, 0x1f, 0x40, 0x42, 0xff, 0x26, 0x58, 0x50, 0xff, 0x31, 0x74, 0x61, 0xff, 0x3a, 0x8a, 0x6e, 0xff, 0x49, 0x95, 0x75, 0xff, 0x38, 0x74, 0x5a, 0xff, 0x18, 0x2e, 0x27, 0xff, 0x16, 0x24, 0x24, 0xff, 0x1b, 0x28, 0x28, 0xff, 0x15, 0x21, 0x22, 0xff, 0x18, 0x28, 0x2b, 0xff, 0x1a, 0x2b, 0x2e, 0xff, 0x1a, 0x2c, 0x32, 0xff, 0x21, 0x36, 0x40, 0xff, 0x26, 0x3d, 0x51, 0xff, 0x22, 0x3d, 0x4d, 0xff, 0x1f, 0x3e, 0x48, 0xff, 0x26, 0x4b, 0x61, 0xff, 0x35, 0x60, 0x81, 0xff, 0x49, 0x73, 0x92, 0xff, 0x52, 0x76, 0x90, 0xff, 0x45, 0x65, 0x80, 0xff, 0x3a, 0x5d, 0x7c, 0xff, 0x3f, 0x63, 0x8a, 0xff, 0x17, 0x1a, 0xc5, 0xff, 0x14, 0x16, 0xbe, 0xff, 0x12, 0x14, 0xb6, 0xff, 0x18, 0x19, 0xc1, 0xff, 0x22, 0x23, 0xd2, 0xff, 0x2f, 0x2e, 0xf4, 0xff, 0x35, 0x32, 0xff, 0xff, 0x1f, 0x20, 0xd9, 0xff, 0x4f, 0x52, 0xec, 0xff, 0x87, 0xa4, 0xff, 0xff, 0x54, 0x60, 0xf9, 0xff, 0x1c, 0x1d, 0xd0, 0xff, 0x18, 0x18, 0xca, 0xff, 0x19, 0x19, 0xc9, 0xff, 0x3b, 0x38, 0xe7, 0xff, 0x34, 0x30, 0xf2, 0xff, 0x66, 0x98, 0xd8, 0xff, 0x2e, 0x32, 0xf5, 0xff, 0x4a, 0x4f, 0xf9, 0xff, 0x5a, 0x67, 0xff, 0xff, 0x7a, 0xd4, 0xca, 0xff, 0x64, 0xd3, 0xa6, 0xff, 0x50, 0xbe, 0x92, 0xff, 0x54, 0xb7, 0x8d, 0xff, 0x4e, 0x99, 0xb8, 0xff, 0x34, 0x3c, 0xfb, 0xff, 0x20, 0x1e, 0xe8, 0xff, 0x19, 0x1a, 0xd0, 0xff, 0x1e, 0x20, 0xd4, 0xff, 0x1f, 0x20, 0xd5, 0xff, 0x35, 0x4e, 0xde, 0xff, 0x5a, 0xa9, 0x93, 0xff, 0x61, 0x9c, 0x9d, 0xff, 0x5c, 0x88, 0x9c, 0xff, 0x55, 0x7d, 0x94, 0xff, 0x54, 0x79, 0x98, 0xff, 0x3c, 0x5f, 0x80, 0xff, 0x1a, 0x2a, 0x3c, 0xff, 0x0c, 0x0f, 0x12, 0xff, 0x0d, 0x10, 0x14, 0xff, 0x0d, 0x10, 0x14, 0xff, 0x0e, 0x11, 0x15, 0xff, 0x0d, 0x11, 0x15, 0xff, 0x0e, 0x12, 0x17, 0xff, 0x0e, 0x13, 0x18, 0xff, 0x0e, 0x13, 0x19, 0xff, 0x0e, 0x13, 0x1b, 0xff, 0x0f, 0x14, 0x1b, 0xff, 0x0e, 0x14, 0x1c, 0xff, 0x0f, 0x15, 0x1c, 0xff, 0x0f, 0x16, 0x1e, 0xff, 0x0e, 0x16, 0x1f, 0xff, 0x0e, 0x16, 0x1f, 0xff, 0x0e, 0x17, 0x1f, 0xff, 0x0f, 0x16, 0x1f, 0xff, 0x0f, 0x17, 0x1e, 0xff, 0x0f, 0x17, 0x1f, 0xff, 0x0f, 0x16, 0x1e, 0xff, 0x0e, 0x16, 0x1e, 0xff, 0x0e, 0x16, 0x1e, 0xff, - 0x26, 0x6e, 0x4e, 0xff, 0x25, 0x69, 0x4d, 0xff, 0x25, 0x6e, 0x52, 0xff, 0x20, 0x75, 0x55, 0xff, 0x2b, 0x76, 0x61, 0xff, 0x28, 0x6b, 0x57, 0xff, 0x27, 0x65, 0x52, 0xff, 0x26, 0x60, 0x52, 0xff, 0x2a, 0x6a, 0x58, 0xff, 0x26, 0x74, 0x5b, 0xff, 0x1f, 0x73, 0x5a, 0xff, 0x21, 0x6c, 0x59, 0xff, 0x24, 0x66, 0x59, 0xff, 0x28, 0x61, 0x5b, 0xff, 0x25, 0x49, 0x4e, 0xff, 0x25, 0x46, 0x4b, 0xff, 0x2d, 0x65, 0x5b, 0xff, 0x33, 0x7d, 0x64, 0xff, 0x39, 0x8c, 0x6b, 0xff, 0x36, 0x8b, 0x6b, 0xff, 0x32, 0x7f, 0x62, 0xff, 0x21, 0x51, 0x44, 0xff, 0x17, 0x27, 0x26, 0xff, 0x17, 0x25, 0x26, 0xff, 0x17, 0x26, 0x26, 0xff, 0x17, 0x2a, 0x2d, 0xff, 0x2a, 0x4c, 0x52, 0xff, 0x2e, 0x5d, 0x65, 0xff, 0x2b, 0x54, 0x5e, 0xff, 0x29, 0x47, 0x59, 0xff, 0x2e, 0x4b, 0x5f, 0xff, 0x2e, 0x4e, 0x62, 0xff, 0x30, 0x4e, 0x64, 0xff, 0x30, 0x56, 0x6f, 0xff, 0x51, 0x7f, 0x9d, 0xff, 0x63, 0x89, 0xac, 0xff, 0x56, 0x79, 0x94, 0xff, 0x42, 0x62, 0x79, 0xff, 0x3e, 0x5c, 0x7d, 0xff, 0x42, 0x62, 0x83, 0xff, 0x1e, 0x25, 0xbd, 0xff, 0x28, 0x2a, 0xe0, 0xff, 0x2e, 0x30, 0xe2, 0xff, 0x1c, 0x1f, 0xc3, 0xff, 0x1a, 0x1a, 0xc8, 0xff, 0x29, 0x29, 0xe2, 0xff, 0x2e, 0x2e, 0xf9, 0xff, 0x1a, 0x1b, 0xcf, 0xff, 0x19, 0x1a, 0xc8, 0xff, 0x4c, 0x5b, 0xf3, 0xff, 0x5e, 0x7a, 0xff, 0xff, 0x40, 0x4b, 0xfd, 0xff, 0x17, 0x17, 0xc9, 0xff, 0x16, 0x16, 0xc5, 0xff, 0x40, 0x3f, 0xeb, 0xff, 0x30, 0x2d, 0xef, 0xff, 0x4b, 0x66, 0xe9, 0xff, 0x43, 0x47, 0xfa, 0xff, 0x20, 0x1e, 0xeb, 0xff, 0x20, 0x20, 0xe4, 0xff, 0x41, 0x62, 0xf0, 0xff, 0x5f, 0xd0, 0xa0, 0xff, 0x45, 0xb7, 0x8b, 0xff, 0x47, 0x98, 0xb7, 0xff, 0x27, 0x25, 0xf8, 0xff, 0x21, 0x21, 0xe0, 0xff, 0x1a, 0x1b, 0xd0, 0xff, 0x14, 0x15, 0xbe, 0xff, 0x16, 0x16, 0xc1, 0xff, 0x24, 0x22, 0xdc, 0xff, 0x31, 0x44, 0xe1, 0xff, 0x57, 0xa3, 0x8b, 0xff, 0x74, 0xad, 0xb5, 0xff, 0x76, 0x9e, 0xba, 0xff, 0x56, 0x7b, 0x97, 0xff, 0x42, 0x63, 0x81, 0xff, 0x29, 0x41, 0x5f, 0xff, 0x13, 0x1d, 0x27, 0xff, 0x0d, 0x10, 0x13, 0xff, 0x0d, 0x11, 0x15, 0xff, 0x0e, 0x11, 0x15, 0xff, 0x0d, 0x11, 0x16, 0xff, 0x0e, 0x11, 0x16, 0xff, 0x0e, 0x12, 0x17, 0xff, 0x0d, 0x12, 0x18, 0xff, 0x0e, 0x13, 0x18, 0xff, 0x0e, 0x14, 0x1b, 0xff, 0x0d, 0x13, 0x1a, 0xff, 0x0e, 0x14, 0x1b, 0xff, 0x0d, 0x14, 0x1b, 0xff, 0x0e, 0x15, 0x1c, 0xff, 0x0e, 0x15, 0x1c, 0xff, 0x0e, 0x15, 0x1c, 0xff, 0x0f, 0x15, 0x1d, 0xff, 0x0e, 0x15, 0x1d, 0xff, 0x0e, 0x15, 0x1e, 0xff, 0x0e, 0x15, 0x1d, 0xff, 0x0e, 0x15, 0x1e, 0xff, 0x0f, 0x15, 0x1e, 0xff, 0x0f, 0x16, 0x1e, 0xff, - 0x26, 0x6e, 0x4d, 0xff, 0x24, 0x6b, 0x4d, 0xff, 0x27, 0x74, 0x56, 0xff, 0x26, 0x80, 0x5f, 0xff, 0x2a, 0x7a, 0x61, 0xff, 0x22, 0x6b, 0x4e, 0xff, 0x23, 0x6e, 0x50, 0xff, 0x22, 0x62, 0x4a, 0xff, 0x1b, 0x4e, 0x3f, 0xff, 0x15, 0x4b, 0x38, 0xff, 0x14, 0x54, 0x3e, 0xff, 0x15, 0x5b, 0x44, 0xff, 0x1a, 0x5c, 0x49, 0xff, 0x22, 0x5b, 0x4e, 0xff, 0x26, 0x53, 0x52, 0xff, 0x2a, 0x57, 0x59, 0xff, 0x35, 0x73, 0x65, 0xff, 0x3a, 0x84, 0x69, 0xff, 0x3b, 0x89, 0x68, 0xff, 0x38, 0x84, 0x67, 0xff, 0x2e, 0x71, 0x61, 0xff, 0x1e, 0x3e, 0x41, 0xff, 0x19, 0x25, 0x2b, 0xff, 0x25, 0x3c, 0x48, 0xff, 0x33, 0x5a, 0x6b, 0xff, 0x3e, 0x6e, 0x7e, 0xff, 0x4f, 0x85, 0x93, 0xff, 0x56, 0x8b, 0x9b, 0xff, 0x44, 0x77, 0x8a, 0xff, 0x35, 0x58, 0x6e, 0xff, 0x36, 0x53, 0x6d, 0xff, 0x3b, 0x5a, 0x74, 0xff, 0x3f, 0x5c, 0x77, 0xff, 0x41, 0x63, 0x71, 0xff, 0x48, 0x52, 0xe7, 0xff, 0x50, 0x68, 0xd3, 0xff, 0x45, 0x67, 0x8c, 0xff, 0x37, 0x55, 0x6f, 0xff, 0x36, 0x55, 0x73, 0xff, 0x3b, 0x5f, 0x7c, 0xff, 0x2a, 0x38, 0xaf, 0xff, 0x24, 0x25, 0xea, 0xff, 0x1f, 0x20, 0xde, 0xff, 0x47, 0x4e, 0xf4, 0xff, 0x57, 0x6b, 0xf4, 0xff, 0x20, 0x1f, 0xd5, 0xff, 0x2d, 0x2a, 0xee, 0xff, 0x19, 0x19, 0xca, 0xff, 0x18, 0x1a, 0xc3, 0xff, 0x14, 0x14, 0xba, 0xff, 0x33, 0x46, 0xf1, 0xff, 0x44, 0x58, 0xff, 0xff, 0x25, 0x29, 0xe3, 0xff, 0x14, 0x15, 0xc2, 0xff, 0x3b, 0x3a, 0xe7, 0xff, 0x38, 0x36, 0xf4, 0xff, 0x2e, 0x2f, 0xf9, 0xff, 0x1f, 0x1e, 0xde, 0xff, 0x1c, 0x1c, 0xd7, 0xff, 0x1b, 0x1d, 0xd4, 0xff, 0x22, 0x1f, 0xed, 0xff, 0x45, 0xa1, 0xaf, 0xff, 0x44, 0xb4, 0x95, 0xff, 0x29, 0x2f, 0xf2, 0xff, 0x22, 0x22, 0xe1, 0xff, 0x1b, 0x1d, 0xd5, 0xff, 0x14, 0x14, 0xbd, 0xff, 0x14, 0x14, 0xbc, 0xff, 0x14, 0x16, 0xc0, 0xff, 0x2a, 0x2b, 0xe0, 0xff, 0x3b, 0x51, 0xe4, 0xff, 0x4c, 0x96, 0x7e, 0xff, 0x62, 0x99, 0xa2, 0xff, 0x60, 0x87, 0xa8, 0xff, 0x3e, 0x5f, 0x7c, 0xff, 0x2b, 0x46, 0x5f, 0xff, 0x1c, 0x2c, 0x56, 0xff, 0x14, 0x1c, 0x42, 0xff, 0x0e, 0x11, 0x13, 0xff, 0x0d, 0x11, 0x16, 0xff, 0x0e, 0x12, 0x17, 0xff, 0x0e, 0x11, 0x16, 0xff, 0x0e, 0x12, 0x17, 0xff, 0x0e, 0x12, 0x18, 0xff, 0x0f, 0x12, 0x1a, 0xff, 0x0f, 0x13, 0x1a, 0xff, 0x0e, 0x14, 0x1b, 0xff, 0x0e, 0x14, 0x1b, 0xff, 0x0f, 0x15, 0x1d, 0xff, 0x0e, 0x15, 0x1e, 0xff, 0x0e, 0x15, 0x1d, 0xff, 0x0f, 0x16, 0x1e, 0xff, 0x0e, 0x15, 0x1e, 0xff, 0x0f, 0x15, 0x1f, 0xff, 0x0f, 0x16, 0x1f, 0xff, 0x0f, 0x16, 0x1f, 0xff, 0x0f, 0x15, 0x20, 0xff, 0x10, 0x16, 0x20, 0xff, 0x0f, 0x17, 0x1f, 0xff, 0x0f, 0x16, 0x20, 0xff, - 0x20, 0x6d, 0x4b, 0xff, 0x24, 0x6d, 0x4d, 0xff, 0x29, 0x7a, 0x5b, 0xff, 0x37, 0x90, 0x6f, 0xff, 0x2e, 0x7e, 0x65, 0xff, 0x1e, 0x66, 0x4b, 0xff, 0x1d, 0x5b, 0x45, 0xff, 0x17, 0x3c, 0x30, 0xff, 0x11, 0x24, 0x21, 0xff, 0x13, 0x28, 0x26, 0xff, 0x15, 0x34, 0x2e, 0xff, 0x17, 0x3e, 0x35, 0xff, 0x1a, 0x46, 0x3a, 0xff, 0x1c, 0x4d, 0x3f, 0xff, 0x2a, 0x60, 0x57, 0xff, 0x2e, 0x68, 0x5f, 0xff, 0x36, 0x7a, 0x69, 0xff, 0x44, 0x88, 0x72, 0xff, 0x45, 0x89, 0x70, 0xff, 0x3e, 0x81, 0x6a, 0xff, 0x2b, 0x60, 0x59, 0xff, 0x1b, 0x31, 0x3a, 0xff, 0x13, 0x20, 0x25, 0xff, 0x29, 0x44, 0x55, 0xff, 0x35, 0x63, 0x79, 0xff, 0x3b, 0x70, 0x82, 0xff, 0x3f, 0x75, 0x85, 0xff, 0x40, 0x71, 0x84, 0xff, 0x3d, 0x64, 0x7b, 0xff, 0x35, 0x54, 0x6d, 0xff, 0x36, 0x55, 0x6e, 0xff, 0x40, 0x5d, 0x75, 0xff, 0x42, 0x5e, 0x7b, 0xff, 0x37, 0x3c, 0xef, 0xff, 0x1b, 0x1c, 0xd5, 0xff, 0x1b, 0x1c, 0xd9, 0xff, 0x29, 0x28, 0xf4, 0xff, 0x39, 0x46, 0xcc, 0xff, 0x3c, 0x5d, 0x85, 0xff, 0x47, 0x6e, 0x93, 0xff, 0x40, 0x5c, 0xa1, 0xff, 0x1e, 0x1d, 0xde, 0xff, 0x1a, 0x1c, 0xd1, 0xff, 0x18, 0x1b, 0xcd, 0xff, 0x35, 0x38, 0xe6, 0xff, 0x56, 0x66, 0xfa, 0xff, 0x29, 0x27, 0xe2, 0xff, 0x17, 0x18, 0xc7, 0xff, 0x15, 0x16, 0xbc, 0xff, 0x13, 0x14, 0xb5, 0xff, 0x16, 0x17, 0xbc, 0xff, 0x36, 0x46, 0xf8, 0xff, 0x32, 0x3b, 0xf3, 0xff, 0x16, 0x17, 0xc6, 0xff, 0x32, 0x31, 0xdf, 0xff, 0x33, 0x33, 0xfe, 0xff, 0x21, 0x22, 0xe1, 0xff, 0x19, 0x1a, 0xd1, 0xff, 0x15, 0x17, 0xc4, 0xff, 0x17, 0x18, 0xc6, 0xff, 0x22, 0x20, 0xe4, 0xff, 0x37, 0x81, 0xb2, 0xff, 0x34, 0x61, 0xd8, 0xff, 0x22, 0x21, 0xe3, 0xff, 0x1e, 0x1f, 0xd7, 0xff, 0x18, 0x1a, 0xce, 0xff, 0x12, 0x13, 0xb7, 0xff, 0x14, 0x15, 0xbf, 0xff, 0x18, 0x18, 0xc4, 0xff, 0x38, 0x36, 0xee, 0xff, 0x4e, 0x69, 0xea, 0xff, 0x3d, 0x87, 0x6f, 0xff, 0x40, 0x77, 0x79, 0xff, 0x34, 0x57, 0x74, 0xff, 0x33, 0x44, 0xb1, 0xff, 0x35, 0x39, 0xf4, 0xff, 0x3e, 0x3f, 0xff, 0xff, 0x30, 0x2f, 0xfa, 0xff, 0x1b, 0x20, 0x87, 0xff, 0x0d, 0x11, 0x12, 0xff, 0x0e, 0x12, 0x19, 0xff, 0x0d, 0x13, 0x19, 0xff, 0x0e, 0x12, 0x19, 0xff, 0x0d, 0x13, 0x1a, 0xff, 0x0d, 0x13, 0x1b, 0xff, 0x0e, 0x14, 0x1c, 0xff, 0x0e, 0x14, 0x1e, 0xff, 0x0e, 0x15, 0x1d, 0xff, 0x0f, 0x15, 0x1f, 0xff, 0x0e, 0x15, 0x1e, 0xff, 0x0f, 0x16, 0x20, 0xff, 0x0f, 0x16, 0x1f, 0xff, 0x0f, 0x16, 0x1f, 0xff, 0x10, 0x17, 0x20, 0xff, 0x0f, 0x17, 0x20, 0xff, 0x10, 0x17, 0x21, 0xff, 0x0e, 0x17, 0x21, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x0f, 0x17, 0x21, 0xff, 0x0f, 0x18, 0x22, 0xff, - 0x24, 0x6f, 0x4f, 0xff, 0x23, 0x6c, 0x4c, 0xff, 0x2b, 0x7f, 0x60, 0xff, 0x34, 0x8e, 0x6e, 0xff, 0x22, 0x66, 0x50, 0xff, 0x1a, 0x46, 0x3b, 0xff, 0x15, 0x35, 0x2d, 0xff, 0x10, 0x1f, 0x1f, 0xff, 0x11, 0x1e, 0x20, 0xff, 0x13, 0x23, 0x2b, 0xff, 0x17, 0x2a, 0x32, 0xff, 0x1b, 0x32, 0x36, 0xff, 0x1b, 0x3a, 0x35, 0xff, 0x20, 0x46, 0x3c, 0xff, 0x2c, 0x5d, 0x5c, 0xff, 0x32, 0x66, 0x65, 0xff, 0x35, 0x74, 0x69, 0xff, 0x39, 0x7b, 0x6a, 0xff, 0x34, 0x6f, 0x5d, 0xff, 0x26, 0x53, 0x43, 0xff, 0x1d, 0x37, 0x32, 0xff, 0x18, 0x24, 0x2b, 0xff, 0x13, 0x1d, 0x22, 0xff, 0x18, 0x28, 0x2e, 0xff, 0x1d, 0x35, 0x3d, 0xff, 0x1e, 0x39, 0x43, 0xff, 0x21, 0x39, 0x45, 0xff, 0x28, 0x3f, 0x52, 0xff, 0x30, 0x4d, 0x65, 0xff, 0x35, 0x54, 0x6b, 0xff, 0x3a, 0x5a, 0x75, 0xff, 0x40, 0x61, 0x7b, 0xff, 0x44, 0x62, 0x84, 0xff, 0x1b, 0x1f, 0xc7, 0xff, 0x30, 0x2f, 0xe7, 0xff, 0x1d, 0x1e, 0xd4, 0xff, 0x17, 0x18, 0xc7, 0xff, 0x1c, 0x1e, 0xd5, 0xff, 0x35, 0x39, 0xed, 0xff, 0x3d, 0x57, 0x90, 0xff, 0x41, 0x60, 0x76, 0xff, 0x22, 0x26, 0xce, 0xff, 0x18, 0x1b, 0xcb, 0xff, 0x18, 0x19, 0xc2, 0xff, 0x15, 0x18, 0xc5, 0xff, 0x2b, 0x2d, 0xdc, 0xff, 0x44, 0x52, 0xfb, 0xff, 0x18, 0x16, 0xc7, 0xff, 0x14, 0x14, 0xb6, 0xff, 0x14, 0x14, 0xb3, 0xff, 0x0f, 0x0f, 0xa7, 0xff, 0x1d, 0x22, 0xd3, 0xff, 0x34, 0x40, 0xf7, 0xff, 0x20, 0x22, 0xd6, 0xff, 0x2d, 0x2a, 0xe3, 0xff, 0x25, 0x26, 0xf0, 0xff, 0x17, 0x17, 0xd0, 0xff, 0x13, 0x13, 0xc3, 0xff, 0x11, 0x12, 0xb5, 0xff, 0x15, 0x15, 0xbe, 0xff, 0x17, 0x16, 0xca, 0xff, 0x30, 0x69, 0xc0, 0xff, 0x22, 0x21, 0xe7, 0xff, 0x20, 0x20, 0xdc, 0xff, 0x1c, 0x1c, 0xd5, 0xff, 0x15, 0x16, 0xc3, 0xff, 0x12, 0x13, 0xb7, 0xff, 0x14, 0x15, 0xbe, 0xff, 0x2c, 0x2b, 0xde, 0xff, 0x33, 0x32, 0xec, 0xff, 0x3c, 0x4b, 0xff, 0xff, 0x3a, 0x7b, 0x83, 0xff, 0x32, 0x68, 0x6b, 0xff, 0x35, 0x3b, 0xe8, 0xff, 0x29, 0x28, 0xf9, 0xff, 0x25, 0x26, 0xf0, 0xff, 0x22, 0x22, 0xe7, 0xff, 0x21, 0x20, 0xde, 0xff, 0x24, 0x24, 0xe3, 0xff, 0x0b, 0x10, 0x1f, 0xff, 0x0e, 0x13, 0x1b, 0xff, 0x0e, 0x13, 0x1a, 0xff, 0x0e, 0x14, 0x1c, 0xff, 0x0e, 0x14, 0x1c, 0xff, 0x0e, 0x15, 0x1c, 0xff, 0x0e, 0x15, 0x1e, 0xff, 0x0e, 0x16, 0x1d, 0xff, 0x0f, 0x15, 0x1f, 0xff, 0x10, 0x16, 0x20, 0xff, 0x0f, 0x17, 0x20, 0xff, 0x0f, 0x17, 0x20, 0xff, 0x0f, 0x18, 0x20, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x10, 0x17, 0x21, 0xff, 0x0f, 0x18, 0x21, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x10, 0x19, 0x22, 0xff, 0x10, 0x19, 0x23, 0xff, 0x10, 0x19, 0x24, 0xff, 0x0f, 0x1a, 0x23, 0xff, - 0x21, 0x6f, 0x4e, 0xff, 0x22, 0x6e, 0x4f, 0xff, 0x26, 0x79, 0x59, 0xff, 0x25, 0x73, 0x5b, 0xff, 0x19, 0x3f, 0x39, 0xff, 0x14, 0x28, 0x2b, 0xff, 0x10, 0x1f, 0x23, 0xff, 0x11, 0x1d, 0x22, 0xff, 0x12, 0x1e, 0x22, 0xff, 0x13, 0x23, 0x2a, 0xff, 0x17, 0x29, 0x32, 0xff, 0x1b, 0x32, 0x38, 0xff, 0x1e, 0x3a, 0x3a, 0xff, 0x23, 0x40, 0x42, 0xff, 0x27, 0x4b, 0x56, 0xff, 0x2d, 0x53, 0x68, 0xff, 0x33, 0x63, 0x78, 0xff, 0x38, 0x6b, 0x82, 0xff, 0x34, 0x64, 0x7e, 0xff, 0x2e, 0x55, 0x70, 0xff, 0x2c, 0x4c, 0x67, 0xff, 0x28, 0x43, 0x5a, 0xff, 0x1d, 0x32, 0x43, 0xff, 0x1f, 0x32, 0x40, 0xff, 0x1d, 0x2f, 0x3c, 0xff, 0x1f, 0x38, 0x48, 0xff, 0x1f, 0x35, 0x43, 0xff, 0x29, 0x42, 0x55, 0xff, 0x39, 0x56, 0x70, 0xff, 0x39, 0x5a, 0x76, 0xff, 0x3f, 0x61, 0x80, 0xff, 0x42, 0x62, 0x7f, 0xff, 0x43, 0x5f, 0x78, 0xff, 0x1d, 0x22, 0xbf, 0xff, 0x2a, 0x2b, 0xde, 0xff, 0x1e, 0x1e, 0xd8, 0xff, 0x20, 0x20, 0xd8, 0xff, 0x16, 0x17, 0xc2, 0xff, 0x1b, 0x1b, 0xce, 0xff, 0x31, 0x31, 0xe7, 0xff, 0x37, 0x4a, 0x87, 0xff, 0x34, 0x4a, 0xa0, 0xff, 0x12, 0x13, 0xc3, 0xff, 0x17, 0x18, 0xc2, 0xff, 0x16, 0x17, 0xc2, 0xff, 0x14, 0x17, 0xbd, 0xff, 0x2b, 0x2d, 0xdf, 0xff, 0x27, 0x2f, 0xdf, 0xff, 0x12, 0x14, 0xb6, 0xff, 0x13, 0x14, 0xb1, 0xff, 0x0f, 0x10, 0xa2, 0xff, 0x13, 0x14, 0xae, 0xff, 0x2b, 0x33, 0xec, 0xff, 0x25, 0x2b, 0xe1, 0xff, 0x23, 0x22, 0xdf, 0xff, 0x2c, 0x2e, 0xec, 0xff, 0x61, 0x6e, 0xfb, 0xff, 0x64, 0x73, 0xfc, 0xff, 0x18, 0x1b, 0xc0, 0xff, 0x11, 0x14, 0xb5, 0xff, 0x10, 0x10, 0xaf, 0xff, 0x21, 0x25, 0xd4, 0xff, 0x21, 0x1f, 0xdf, 0xff, 0x1d, 0x1d, 0xd8, 0xff, 0x1b, 0x1c, 0xd3, 0xff, 0x12, 0x13, 0xba, 0xff, 0x12, 0x13, 0xb8, 0xff, 0x11, 0x13, 0xbc, 0xff, 0x48, 0x42, 0xfd, 0xff, 0x41, 0x3d, 0xfc, 0xff, 0x2a, 0x38, 0xef, 0xff, 0x33, 0x6e, 0xae, 0xff, 0x32, 0x3f, 0xe9, 0xff, 0x25, 0x23, 0xf0, 0xff, 0x24, 0x22, 0xe9, 0xff, 0x22, 0x21, 0xe6, 0xff, 0x20, 0x1e, 0xda, 0xff, 0x1e, 0x1e, 0xd7, 0xff, 0x24, 0x22, 0xe2, 0xff, 0x0f, 0x15, 0x4f, 0xff, 0x0e, 0x14, 0x1d, 0xff, 0x0d, 0x14, 0x1d, 0xff, 0x0e, 0x15, 0x1d, 0xff, 0x0e, 0x14, 0x1e, 0xff, 0x0e, 0x15, 0x1e, 0xff, 0x0f, 0x16, 0x1f, 0xff, 0x0f, 0x16, 0x1f, 0xff, 0x0f, 0x17, 0x1f, 0xff, 0x0f, 0x17, 0x20, 0xff, 0x10, 0x17, 0x22, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x0f, 0x18, 0x24, 0xff, 0x10, 0x19, 0x23, 0xff, 0x0f, 0x19, 0x24, 0xff, 0x0f, 0x19, 0x24, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x27, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x10, 0x1a, 0x26, 0xff, - 0x23, 0x72, 0x51, 0xff, 0x23, 0x71, 0x51, 0xff, 0x25, 0x78, 0x57, 0xff, 0x26, 0x6e, 0x58, 0xff, 0x1b, 0x3c, 0x3d, 0xff, 0x12, 0x26, 0x2b, 0xff, 0x11, 0x20, 0x24, 0xff, 0x10, 0x20, 0x22, 0xff, 0x11, 0x1e, 0x23, 0xff, 0x12, 0x20, 0x25, 0xff, 0x11, 0x22, 0x27, 0xff, 0x13, 0x25, 0x2c, 0xff, 0x19, 0x2d, 0x33, 0xff, 0x1a, 0x30, 0x38, 0xff, 0x1d, 0x30, 0x40, 0xff, 0x21, 0x36, 0x4d, 0xff, 0x2b, 0x4c, 0x72, 0xff, 0x3b, 0x66, 0x96, 0xff, 0x4a, 0x77, 0xae, 0xff, 0x59, 0x86, 0xbe, 0xff, 0x5b, 0x88, 0xbc, 0xff, 0x56, 0x82, 0xb6, 0xff, 0x50, 0x7d, 0xb1, 0xff, 0x4b, 0x75, 0xa8, 0xff, 0x47, 0x74, 0x9f, 0xff, 0x51, 0x7f, 0xa6, 0xff, 0x56, 0x87, 0xae, 0xff, 0x58, 0x8a, 0xae, 0xff, 0x5c, 0x8b, 0xaf, 0xff, 0x57, 0x85, 0xa7, 0xff, 0x56, 0x86, 0xa8, 0xff, 0x4f, 0x7d, 0x9c, 0xff, 0x41, 0x66, 0x81, 0xff, 0x3a, 0x5e, 0xbc, 0xff, 0x30, 0x32, 0xe0, 0xff, 0x16, 0x18, 0xc4, 0xff, 0x18, 0x19, 0xca, 0xff, 0x1f, 0x1f, 0xd6, 0xff, 0x14, 0x16, 0xbc, 0xff, 0x1a, 0x1c, 0xcc, 0xff, 0x37, 0x38, 0xe7, 0xff, 0x55, 0x7b, 0xb1, 0xff, 0x15, 0x19, 0xb8, 0xff, 0x16, 0x17, 0xc0, 0xff, 0x18, 0x19, 0xc5, 0xff, 0x17, 0x19, 0xc3, 0xff, 0x15, 0x16, 0xbe, 0xff, 0x2f, 0x34, 0xe7, 0xff, 0x14, 0x15, 0xbc, 0xff, 0x12, 0x12, 0xac, 0xff, 0x10, 0x10, 0xa2, 0xff, 0x0d, 0x0e, 0x98, 0xff, 0x1c, 0x20, 0xd1, 0xff, 0x28, 0x30, 0xe7, 0xff, 0x20, 0x21, 0xdc, 0xff, 0x21, 0x1f, 0xdc, 0xff, 0x11, 0x11, 0xba, 0xff, 0x27, 0x27, 0xd1, 0xff, 0x49, 0x5c, 0xff, 0xff, 0x1a, 0x1d, 0xc3, 0xff, 0x0b, 0x0e, 0x94, 0xff, 0x18, 0x17, 0xc3, 0xff, 0x1f, 0x1e, 0xda, 0xff, 0x1c, 0x1d, 0xd6, 0xff, 0x19, 0x1a, 0xce, 0xff, 0x11, 0x12, 0xb7, 0xff, 0x11, 0x12, 0xb5, 0xff, 0x2f, 0x2d, 0xdd, 0xff, 0x4b, 0x43, 0xff, 0xff, 0x47, 0x42, 0xfd, 0xff, 0x2d, 0x38, 0xf6, 0xff, 0x2f, 0x40, 0xf2, 0xff, 0x23, 0x21, 0xec, 0xff, 0x22, 0x20, 0xe2, 0xff, 0x22, 0x21, 0xe5, 0xff, 0x1e, 0x1d, 0xd9, 0xff, 0x1e, 0x1d, 0xd7, 0xff, 0x1e, 0x1d, 0xd7, 0xff, 0x26, 0x23, 0xe6, 0xff, 0x11, 0x15, 0x68, 0xff, 0x0e, 0x14, 0x1e, 0xff, 0x0e, 0x14, 0x1e, 0xff, 0x0e, 0x14, 0x1e, 0xff, 0x0e, 0x15, 0x1e, 0xff, 0x0f, 0x15, 0x20, 0xff, 0x0e, 0x16, 0x1f, 0xff, 0x10, 0x16, 0x21, 0xff, 0x0f, 0x16, 0x22, 0xff, 0x0e, 0x17, 0x21, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x10, 0x19, 0x23, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x0f, 0x18, 0x24, 0xff, 0x10, 0x19, 0x25, 0xff, 0x0f, 0x19, 0x25, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x10, 0x1b, 0x27, 0xff, - 0x23, 0x73, 0x53, 0xff, 0x25, 0x74, 0x55, 0xff, 0x26, 0x7e, 0x5a, 0xff, 0x27, 0x74, 0x5b, 0xff, 0x1d, 0x41, 0x41, 0xff, 0x15, 0x28, 0x30, 0xff, 0x12, 0x22, 0x28, 0xff, 0x11, 0x22, 0x27, 0xff, 0x12, 0x23, 0x27, 0xff, 0x12, 0x22, 0x27, 0xff, 0x12, 0x22, 0x27, 0xff, 0x13, 0x22, 0x28, 0xff, 0x13, 0x24, 0x29, 0xff, 0x15, 0x25, 0x2e, 0xff, 0x14, 0x23, 0x2d, 0xff, 0x15, 0x24, 0x32, 0xff, 0x1d, 0x2e, 0x47, 0xff, 0x24, 0x44, 0x68, 0xff, 0x35, 0x60, 0x8b, 0xff, 0x49, 0x75, 0xa3, 0xff, 0x51, 0x80, 0xac, 0xff, 0x59, 0x88, 0xbc, 0xff, 0x5b, 0x8b, 0xc2, 0xff, 0x5f, 0x8b, 0xbf, 0xff, 0x5c, 0x8b, 0xbb, 0xff, 0x65, 0x96, 0xc5, 0xff, 0x67, 0x9b, 0xc7, 0xff, 0x69, 0x99, 0xc8, 0xff, 0x67, 0x9c, 0xc0, 0xff, 0x6f, 0xa5, 0xc7, 0xff, 0x79, 0xae, 0xd3, 0xff, 0x7a, 0xac, 0xd3, 0xff, 0x75, 0xa6, 0xcf, 0xff, 0x54, 0x7c, 0xe5, 0xff, 0x21, 0x24, 0xd7, 0xff, 0x15, 0x16, 0xbe, 0xff, 0x15, 0x15, 0xbc, 0xff, 0x23, 0x24, 0xdc, 0xff, 0x1b, 0x1b, 0xcb, 0xff, 0x13, 0x15, 0xb6, 0xff, 0x18, 0x1a, 0xc9, 0xff, 0x47, 0x4d, 0xeb, 0xff, 0x48, 0x67, 0xc9, 0xff, 0x11, 0x11, 0xb7, 0xff, 0x19, 0x19, 0xc4, 0xff, 0x17, 0x18, 0xc6, 0xff, 0x19, 0x1a, 0xc3, 0xff, 0x15, 0x17, 0xbf, 0xff, 0x2a, 0x2e, 0xdc, 0xff, 0x0f, 0x0f, 0xa8, 0xff, 0x0e, 0x11, 0x9f, 0xff, 0x0d, 0x11, 0x9d, 0xff, 0x14, 0x17, 0xb0, 0xff, 0x24, 0x28, 0xdf, 0xff, 0x1d, 0x1f, 0xd7, 0xff, 0x16, 0x16, 0xc1, 0xff, 0x11, 0x12, 0xb3, 0xff, 0x10, 0x11, 0xae, 0xff, 0x18, 0x17, 0xbf, 0xff, 0x3e, 0x46, 0xfa, 0xff, 0x0d, 0x10, 0x92, 0xff, 0x18, 0x18, 0xc8, 0xff, 0x1c, 0x1c, 0xd4, 0xff, 0x1b, 0x1c, 0xd4, 0xff, 0x16, 0x17, 0xc5, 0xff, 0x11, 0x12, 0xb5, 0xff, 0x13, 0x14, 0xb7, 0xff, 0x49, 0x43, 0xfe, 0xff, 0x56, 0x4f, 0xff, 0xff, 0x34, 0x30, 0xf8, 0xff, 0x34, 0x3f, 0xff, 0xff, 0x1d, 0x1c, 0xda, 0xff, 0x1d, 0x1d, 0xd9, 0xff, 0x20, 0x1f, 0xe0, 0xff, 0x1b, 0x19, 0xda, 0xff, 0x2e, 0x2f, 0xe6, 0xff, 0x2c, 0x32, 0xe6, 0xff, 0x20, 0x1c, 0xe1, 0xff, 0x2a, 0x28, 0xed, 0xff, 0x31, 0x33, 0xda, 0xff, 0x0d, 0x13, 0x1d, 0xff, 0x0e, 0x15, 0x1f, 0xff, 0x0f, 0x15, 0x20, 0xff, 0x0f, 0x15, 0x21, 0xff, 0x0f, 0x16, 0x20, 0xff, 0x0f, 0x16, 0x21, 0xff, 0x0e, 0x17, 0x21, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x10, 0x18, 0x24, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x0f, 0x19, 0x24, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x19, 0x28, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x1b, 0x28, 0xff, 0x11, 0x1a, 0x2a, 0xff, 0x11, 0x1a, 0x28, 0xff, - 0x22, 0x71, 0x54, 0xff, 0x26, 0x77, 0x59, 0xff, 0x25, 0x82, 0x5c, 0xff, 0x26, 0x78, 0x5e, 0xff, 0x21, 0x46, 0x4a, 0xff, 0x1a, 0x2e, 0x39, 0xff, 0x15, 0x26, 0x2b, 0xff, 0x14, 0x24, 0x2a, 0xff, 0x14, 0x24, 0x2b, 0xff, 0x14, 0x25, 0x2b, 0xff, 0x12, 0x24, 0x2b, 0xff, 0x13, 0x23, 0x2b, 0xff, 0x14, 0x25, 0x2b, 0xff, 0x14, 0x26, 0x2e, 0xff, 0x14, 0x25, 0x31, 0xff, 0x17, 0x26, 0x37, 0xff, 0x1d, 0x2f, 0x4a, 0xff, 0x23, 0x3a, 0x5d, 0xff, 0x24, 0x41, 0x63, 0xff, 0x25, 0x43, 0x5c, 0xff, 0x2a, 0x49, 0x61, 0xff, 0x2e, 0x52, 0x73, 0xff, 0x30, 0x58, 0x79, 0xff, 0x32, 0x5a, 0x7b, 0xff, 0x3b, 0x64, 0x89, 0xff, 0x41, 0x6c, 0x9a, 0xff, 0x41, 0x70, 0x9d, 0xff, 0x4a, 0x7a, 0xa1, 0xff, 0x4a, 0x59, 0xe5, 0xff, 0x51, 0x66, 0xea, 0xff, 0x6b, 0x8e, 0xe4, 0xff, 0x78, 0xa8, 0xdd, 0xff, 0x7b, 0xaf, 0xd8, 0xff, 0x67, 0x91, 0xdf, 0xff, 0x21, 0x22, 0xd7, 0xff, 0x13, 0x14, 0xba, 0xff, 0x12, 0x14, 0xb7, 0xff, 0x28, 0x26, 0xe0, 0xff, 0x2d, 0x2a, 0xe8, 0xff, 0x17, 0x18, 0xc2, 0xff, 0x13, 0x14, 0xb3, 0xff, 0x18, 0x18, 0xc8, 0xff, 0x62, 0x78, 0xf6, 0xff, 0x18, 0x20, 0xb2, 0xff, 0x17, 0x18, 0xc0, 0xff, 0x16, 0x17, 0xc4, 0xff, 0x17, 0x18, 0xc4, 0xff, 0x15, 0x16, 0xbe, 0xff, 0x1e, 0x1f, 0xcb, 0xff, 0x14, 0x14, 0xb1, 0xff, 0x0f, 0x11, 0x9f, 0xff, 0x0e, 0x10, 0x9e, 0xff, 0x0f, 0x11, 0x97, 0xff, 0x1c, 0x21, 0xd0, 0xff, 0x1e, 0x1e, 0xd4, 0xff, 0x15, 0x16, 0xbf, 0xff, 0x10, 0x10, 0xab, 0xff, 0x0f, 0x10, 0xa8, 0xff, 0x11, 0x11, 0xab, 0xff, 0x1c, 0x1b, 0xc7, 0xff, 0x22, 0x24, 0xd0, 0xff, 0x17, 0x16, 0xc4, 0xff, 0x19, 0x1b, 0xd0, 0xff, 0x1b, 0x1c, 0xd3, 0xff, 0x13, 0x14, 0xba, 0xff, 0x11, 0x11, 0xb0, 0xff, 0x2d, 0x2a, 0xd9, 0xff, 0x54, 0x4d, 0xff, 0xff, 0x3e, 0x37, 0xfc, 0xff, 0x35, 0x33, 0xf5, 0xff, 0x28, 0x2d, 0xea, 0xff, 0x1a, 0x19, 0xd1, 0xff, 0x1e, 0x1b, 0xdb, 0xff, 0x40, 0x4c, 0xf1, 0xff, 0x72, 0x9d, 0xff, 0xff, 0x91, 0xc1, 0xff, 0xff, 0xad, 0xd2, 0xff, 0xff, 0x89, 0x9d, 0xff, 0xff, 0x2e, 0x2a, 0xfc, 0xff, 0x42, 0x48, 0xfe, 0xff, 0x0c, 0x12, 0x33, 0xff, 0x0f, 0x15, 0x20, 0xff, 0x0f, 0x16, 0x21, 0xff, 0x10, 0x16, 0x23, 0xff, 0x10, 0x17, 0x22, 0xff, 0x0f, 0x17, 0x22, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x10, 0x18, 0x24, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x19, 0x26, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x11, 0x1b, 0x28, 0xff, 0x12, 0x1a, 0x29, 0xff, 0x11, 0x1b, 0x28, 0xff, 0x12, 0x1a, 0x2a, 0xff, 0x10, 0x1c, 0x29, 0xff, - 0x22, 0x6f, 0x51, 0xff, 0x28, 0x78, 0x58, 0xff, 0x2a, 0x84, 0x62, 0xff, 0x29, 0x73, 0x63, 0xff, 0x26, 0x49, 0x54, 0xff, 0x21, 0x36, 0x44, 0xff, 0x1a, 0x2c, 0x36, 0xff, 0x16, 0x26, 0x2c, 0xff, 0x14, 0x24, 0x2b, 0xff, 0x13, 0x25, 0x2b, 0xff, 0x14, 0x26, 0x2c, 0xff, 0x13, 0x25, 0x2c, 0xff, 0x14, 0x26, 0x2e, 0xff, 0x16, 0x28, 0x32, 0xff, 0x18, 0x29, 0x37, 0xff, 0x19, 0x2b, 0x3b, 0xff, 0x20, 0x36, 0x4c, 0xff, 0x21, 0x3e, 0x5b, 0xff, 0x1f, 0x3d, 0x55, 0xff, 0x1f, 0x33, 0x48, 0xff, 0x1d, 0x2f, 0x40, 0xff, 0x1c, 0x2e, 0x3e, 0xff, 0x1d, 0x2f, 0x40, 0xff, 0x1e, 0x31, 0x45, 0xff, 0x20, 0x34, 0x4b, 0xff, 0x23, 0x3c, 0x58, 0xff, 0x27, 0x46, 0x6c, 0xff, 0x35, 0x4c, 0xab, 0xff, 0x2a, 0x2e, 0xdf, 0xff, 0x32, 0x3b, 0xe2, 0xff, 0x38, 0x3f, 0xf2, 0xff, 0x31, 0x33, 0xf6, 0xff, 0x40, 0x48, 0xed, 0xff, 0x54, 0x71, 0xdc, 0xff, 0x29, 0x2f, 0xdd, 0xff, 0x16, 0x15, 0xbc, 0xff, 0x12, 0x12, 0xb4, 0xff, 0x1b, 0x1a, 0xc7, 0xff, 0x31, 0x2d, 0xf0, 0xff, 0x32, 0x2f, 0xe9, 0xff, 0x13, 0x14, 0xb9, 0xff, 0x12, 0x13, 0xaf, 0xff, 0x21, 0x21, 0xd3, 0xff, 0x4f, 0x62, 0xdd, 0xff, 0x10, 0x10, 0xb4, 0xff, 0x19, 0x19, 0xc3, 0xff, 0x15, 0x16, 0xbf, 0xff, 0x18, 0x19, 0xc2, 0xff, 0x14, 0x15, 0xbd, 0xff, 0x1b, 0x1b, 0xc0, 0xff, 0x10, 0x11, 0x9f, 0xff, 0x0e, 0x10, 0x9d, 0xff, 0x0d, 0x0f, 0x93, 0xff, 0x17, 0x1b, 0xbf, 0xff, 0x1a, 0x1b, 0xc9, 0xff, 0x15, 0x15, 0xbf, 0xff, 0x10, 0x0f, 0xa5, 0xff, 0x10, 0x10, 0xa5, 0xff, 0x10, 0x10, 0xa7, 0xff, 0x13, 0x14, 0xac, 0xff, 0x26, 0x25, 0xde, 0xff, 0x15, 0x14, 0xc0, 0xff, 0x19, 0x19, 0xce, 0xff, 0x18, 0x19, 0xca, 0xff, 0x11, 0x11, 0xb3, 0xff, 0x11, 0x12, 0xb0, 0xff, 0x47, 0x41, 0xff, 0xff, 0x52, 0x4c, 0xff, 0xff, 0x36, 0x30, 0xf1, 0xff, 0x41, 0x41, 0xff, 0xff, 0x18, 0x18, 0xcd, 0xff, 0x17, 0x16, 0xcf, 0xff, 0x65, 0x7a, 0xfb, 0xff, 0x6a, 0x86, 0xfe, 0xff, 0x52, 0x61, 0xf5, 0xff, 0x43, 0x46, 0xed, 0xff, 0x35, 0x33, 0xef, 0xff, 0x2a, 0x25, 0xf7, 0xff, 0x5d, 0x5b, 0xff, 0xff, 0x2d, 0x39, 0xf5, 0xff, 0x0c, 0x11, 0x35, 0xff, 0x0f, 0x15, 0x22, 0xff, 0x0e, 0x17, 0x22, 0xff, 0x0f, 0x17, 0x23, 0xff, 0x10, 0x17, 0x22, 0xff, 0x0f, 0x18, 0x24, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x19, 0x28, 0xff, 0x10, 0x1a, 0x28, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x12, 0x1b, 0x29, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x1b, 0x29, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x10, 0x1b, 0x28, 0xff, 0x11, 0x1b, 0x29, 0xff, - 0x20, 0x71, 0x54, 0xff, 0x26, 0x78, 0x59, 0xff, 0x30, 0x81, 0x67, 0xff, 0x2c, 0x67, 0x63, 0xff, 0x28, 0x46, 0x59, 0xff, 0x22, 0x3c, 0x4a, 0xff, 0x1d, 0x32, 0x3d, 0xff, 0x18, 0x2a, 0x33, 0xff, 0x15, 0x25, 0x2b, 0xff, 0x14, 0x22, 0x29, 0xff, 0x13, 0x24, 0x28, 0xff, 0x12, 0x23, 0x28, 0xff, 0x12, 0x23, 0x2b, 0xff, 0x14, 0x26, 0x30, 0xff, 0x15, 0x28, 0x31, 0xff, 0x18, 0x2b, 0x36, 0xff, 0x1c, 0x31, 0x3f, 0xff, 0x21, 0x39, 0x4e, 0xff, 0x20, 0x3e, 0x57, 0xff, 0x20, 0x3b, 0x54, 0xff, 0x20, 0x39, 0x52, 0xff, 0x20, 0x37, 0x50, 0xff, 0x26, 0x36, 0x79, 0xff, 0x29, 0x36, 0x94, 0xff, 0x26, 0x33, 0x90, 0xff, 0x20, 0x2d, 0x71, 0xff, 0x1d, 0x2e, 0x51, 0xff, 0x1a, 0x32, 0x41, 0xff, 0x35, 0x39, 0xed, 0xff, 0x4c, 0x4c, 0xfc, 0xff, 0x57, 0x5d, 0xfb, 0xff, 0x56, 0x5d, 0xf9, 0xff, 0x59, 0x64, 0xfb, 0xff, 0x2e, 0x31, 0xeb, 0xff, 0x27, 0x27, 0xe7, 0xff, 0x1c, 0x1c, 0xc9, 0xff, 0x14, 0x15, 0xbb, 0xff, 0x12, 0x12, 0xb4, 0xff, 0x1f, 0x1e, 0xcf, 0xff, 0x30, 0x2e, 0xf3, 0xff, 0x31, 0x2e, 0xe6, 0xff, 0x11, 0x13, 0xb5, 0xff, 0x11, 0x12, 0xab, 0xff, 0x46, 0x4b, 0xf0, 0xff, 0x24, 0x29, 0xc1, 0xff, 0x15, 0x15, 0xba, 0xff, 0x15, 0x17, 0xc1, 0xff, 0x15, 0x16, 0xbf, 0xff, 0x16, 0x17, 0xc0, 0xff, 0x1b, 0x1c, 0xc6, 0xff, 0x0f, 0x11, 0xa5, 0xff, 0x0d, 0x10, 0x9a, 0xff, 0x0e, 0x10, 0x9d, 0xff, 0x13, 0x14, 0xa7, 0xff, 0x16, 0x18, 0xbe, 0xff, 0x15, 0x15, 0xc0, 0xff, 0x0f, 0x10, 0xa2, 0xff, 0x0f, 0x10, 0xa0, 0xff, 0x0f, 0x10, 0xa1, 0xff, 0x11, 0x13, 0xa3, 0xff, 0x22, 0x22, 0xd7, 0xff, 0x14, 0x14, 0xbf, 0xff, 0x18, 0x17, 0xc6, 0xff, 0x13, 0x14, 0xbc, 0xff, 0x0e, 0x10, 0xac, 0xff, 0x29, 0x26, 0xd6, 0xff, 0x4d, 0x46, 0xff, 0xff, 0x32, 0x2c, 0xf0, 0xff, 0x49, 0x42, 0xfd, 0xff, 0x25, 0x27, 0xe8, 0xff, 0x17, 0x18, 0xc7, 0xff, 0x3c, 0x3f, 0xf3, 0xff, 0x27, 0x23, 0xe2, 0xff, 0x1a, 0x19, 0xd7, 0xff, 0x1c, 0x1c, 0xd6, 0xff, 0x1f, 0x1f, 0xda, 0xff, 0x27, 0x25, 0xeb, 0xff, 0x63, 0x5e, 0xff, 0xff, 0x36, 0x37, 0xf3, 0xff, 0x24, 0x2d, 0xe2, 0xff, 0x0d, 0x13, 0x1f, 0xff, 0x0d, 0x13, 0x1a, 0xff, 0x17, 0x20, 0x3e, 0xff, 0x46, 0x58, 0x98, 0xff, 0x6a, 0x7b, 0xb7, 0xff, 0x41, 0x4c, 0x91, 0xff, 0x0f, 0x17, 0x2a, 0xff, 0x0f, 0x18, 0x24, 0xff, 0x0f, 0x18, 0x25, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x12, 0x1b, 0x29, 0xff, 0x11, 0x1a, 0x2a, 0xff, 0x10, 0x1b, 0x27, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x10, 0x1b, 0x27, 0xff, - 0x2c, 0x77, 0x63, 0xff, 0x2c, 0x7d, 0x5f, 0xff, 0x32, 0x7b, 0x69, 0xff, 0x2c, 0x59, 0x64, 0xff, 0x28, 0x46, 0x5b, 0xff, 0x25, 0x40, 0x53, 0xff, 0x1e, 0x38, 0x46, 0xff, 0x19, 0x2f, 0x39, 0xff, 0x16, 0x28, 0x30, 0xff, 0x15, 0x24, 0x2a, 0xff, 0x13, 0x23, 0x27, 0xff, 0x14, 0x22, 0x26, 0xff, 0x12, 0x20, 0x25, 0xff, 0x12, 0x20, 0x26, 0xff, 0x13, 0x21, 0x27, 0xff, 0x13, 0x23, 0x2a, 0xff, 0x15, 0x26, 0x31, 0xff, 0x18, 0x2c, 0x38, 0xff, 0x1d, 0x32, 0x46, 0xff, 0x20, 0x3a, 0x4e, 0xff, 0x22, 0x3d, 0x57, 0xff, 0x24, 0x3d, 0x69, 0xff, 0x29, 0x27, 0xe4, 0xff, 0x22, 0x20, 0xd7, 0xff, 0x2f, 0x2c, 0xed, 0xff, 0x38, 0x36, 0xff, 0xff, 0x39, 0x37, 0xff, 0xff, 0x31, 0x36, 0xd4, 0xff, 0x21, 0x27, 0xc4, 0xff, 0x37, 0x3b, 0xe8, 0xff, 0x1d, 0x1d, 0xd5, 0xff, 0x1f, 0x1f, 0xdd, 0xff, 0x22, 0x20, 0xe3, 0xff, 0x4c, 0x4f, 0xf7, 0xff, 0x45, 0x52, 0xec, 0xff, 0x2a, 0x2b, 0xe1, 0xff, 0x25, 0x23, 0xd3, 0xff, 0x14, 0x15, 0xba, 0xff, 0x13, 0x14, 0xb9, 0xff, 0x22, 0x20, 0xd5, 0xff, 0x33, 0x30, 0xf2, 0xff, 0x2c, 0x2a, 0xe0, 0xff, 0x0e, 0x0f, 0xb0, 0xff, 0x3f, 0x4f, 0xe2, 0xff, 0x50, 0x57, 0xf8, 0xff, 0x14, 0x15, 0xba, 0xff, 0x17, 0x18, 0xbe, 0xff, 0x14, 0x16, 0xc1, 0xff, 0x18, 0x18, 0xc1, 0xff, 0x17, 0x18, 0xc2, 0xff, 0x15, 0x16, 0xb5, 0xff, 0x0d, 0x10, 0x99, 0xff, 0x0e, 0x11, 0xa1, 0xff, 0x0d, 0x0f, 0x97, 0xff, 0x18, 0x19, 0xbe, 0xff, 0x14, 0x16, 0xbf, 0xff, 0x0f, 0x10, 0xa5, 0xff, 0x0e, 0x10, 0x9e, 0xff, 0x0e, 0x10, 0x9e, 0xff, 0x11, 0x12, 0xa0, 0xff, 0x1f, 0x1f, 0xd0, 0xff, 0x15, 0x15, 0xc1, 0xff, 0x13, 0x14, 0xbc, 0xff, 0x11, 0x11, 0xb3, 0xff, 0x0f, 0x10, 0xa7, 0xff, 0x38, 0x33, 0xf3, 0xff, 0x44, 0x3e, 0xf7, 0xff, 0x3d, 0x37, 0xf2, 0xff, 0x36, 0x34, 0xfe, 0xff, 0x17, 0x18, 0xc7, 0xff, 0x1f, 0x1f, 0xd7, 0xff, 0x16, 0x16, 0xca, 0xff, 0x19, 0x1a, 0xd1, 0xff, 0x18, 0x19, 0xce, 0xff, 0x17, 0x19, 0xcd, 0xff, 0x1e, 0x1c, 0xd7, 0xff, 0x2e, 0x2b, 0xe1, 0xff, 0x1f, 0x1e, 0xd4, 0xff, 0x22, 0x28, 0xe0, 0xff, 0x14, 0x1c, 0x72, 0xff, 0x1b, 0x22, 0x63, 0xff, 0x36, 0x3a, 0xd6, 0xff, 0x3d, 0x40, 0xf3, 0xff, 0x35, 0x34, 0xdd, 0xff, 0x2c, 0x2c, 0xd7, 0xff, 0x2c, 0x2c, 0xd8, 0xff, 0x15, 0x1c, 0x74, 0xff, 0x0f, 0x19, 0x25, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x19, 0x28, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x11, 0x1b, 0x29, 0xff, 0x12, 0x1a, 0x29, 0xff, 0x12, 0x1b, 0x29, 0xff, 0x11, 0x1b, 0x29, 0xff, 0x11, 0x1b, 0x29, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x11, 0x1b, 0x27, 0xff, 0x10, 0x1b, 0x27, 0xff, - 0x2e, 0x80, 0x67, 0xff, 0x2f, 0x81, 0x65, 0xff, 0x38, 0x7c, 0x78, 0xff, 0x2f, 0x5d, 0x6b, 0xff, 0x2a, 0x48, 0x5e, 0xff, 0x26, 0x44, 0x54, 0xff, 0x1e, 0x3c, 0x48, 0xff, 0x1c, 0x33, 0x3e, 0xff, 0x18, 0x2b, 0x34, 0xff, 0x14, 0x27, 0x2e, 0xff, 0x14, 0x24, 0x2b, 0xff, 0x13, 0x24, 0x2a, 0xff, 0x13, 0x23, 0x28, 0xff, 0x12, 0x20, 0x27, 0xff, 0x12, 0x20, 0x26, 0xff, 0x12, 0x20, 0x27, 0xff, 0x12, 0x21, 0x28, 0xff, 0x13, 0x22, 0x29, 0xff, 0x14, 0x25, 0x2d, 0xff, 0x17, 0x2b, 0x36, 0xff, 0x1a, 0x2e, 0x3b, 0xff, 0x1f, 0x35, 0x6a, 0xff, 0x25, 0x27, 0xe0, 0xff, 0x1b, 0x1a, 0xcf, 0xff, 0x1c, 0x1c, 0xcf, 0xff, 0x1f, 0x1e, 0xd4, 0xff, 0x2b, 0x2a, 0xea, 0xff, 0x3c, 0x38, 0xfc, 0xff, 0x48, 0x44, 0xff, 0xff, 0x2c, 0x33, 0xea, 0xff, 0x17, 0x18, 0xc5, 0xff, 0x18, 0x19, 0xca, 0xff, 0x1b, 0x1a, 0xd1, 0xff, 0x17, 0x18, 0xca, 0xff, 0x1c, 0x1a, 0xcb, 0xff, 0x1e, 0x20, 0xce, 0xff, 0x49, 0x44, 0xff, 0xff, 0x2f, 0x2f, 0xdd, 0xff, 0x19, 0x18, 0xc6, 0xff, 0x16, 0x15, 0xc1, 0xff, 0x23, 0x20, 0xda, 0xff, 0x39, 0x34, 0xf7, 0xff, 0x30, 0x33, 0xe7, 0xff, 0x32, 0x33, 0xe1, 0xff, 0x10, 0x10, 0xb7, 0xff, 0x17, 0x17, 0xbf, 0xff, 0x12, 0x12, 0xb8, 0xff, 0x17, 0x18, 0xc3, 0xff, 0x14, 0x15, 0xbf, 0xff, 0x17, 0x17, 0xc1, 0xff, 0x1a, 0x1b, 0xc4, 0xff, 0x0d, 0x10, 0x9a, 0xff, 0x0e, 0x0f, 0xa2, 0xff, 0x0d, 0x0f, 0x9d, 0xff, 0x16, 0x19, 0xb9, 0xff, 0x14, 0x14, 0xbb, 0xff, 0x11, 0x12, 0xad, 0xff, 0x0e, 0x10, 0x9e, 0xff, 0x0e, 0x10, 0x9d, 0xff, 0x10, 0x12, 0x9d, 0xff, 0x1f, 0x1e, 0xcf, 0xff, 0x13, 0x13, 0xbb, 0xff, 0x13, 0x13, 0xb7, 0xff, 0x0f, 0x10, 0xad, 0xff, 0x16, 0x17, 0xb7, 0xff, 0x49, 0x42, 0xfe, 0xff, 0x2e, 0x29, 0xe3, 0xff, 0x40, 0x3a, 0xfe, 0xff, 0x24, 0x23, 0xe4, 0xff, 0x1d, 0x1c, 0xd4, 0xff, 0x11, 0x13, 0xb7, 0xff, 0x15, 0x17, 0xc2, 0xff, 0x15, 0x16, 0xc5, 0xff, 0x14, 0x15, 0xbf, 0xff, 0x19, 0x18, 0xc9, 0xff, 0x16, 0x16, 0xc0, 0xff, 0x0c, 0x0d, 0xa2, 0xff, 0x1f, 0x20, 0xd8, 0xff, 0x17, 0x1c, 0xad, 0xff, 0x15, 0x18, 0x9e, 0xff, 0x18, 0x1a, 0xce, 0xff, 0x17, 0x1a, 0xcd, 0xff, 0x13, 0x15, 0xbd, 0xff, 0x12, 0x15, 0xbc, 0xff, 0x11, 0x11, 0xb4, 0xff, 0x12, 0x16, 0xb5, 0xff, 0x10, 0x17, 0x2d, 0xff, 0x0f, 0x19, 0x25, 0xff, 0x10, 0x18, 0x26, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x12, 0x1b, 0x29, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x12, 0x1b, 0x2a, 0xff, 0x11, 0x1a, 0x2a, 0xff, 0x11, 0x1a, 0x2b, 0xff, 0x11, 0x1b, 0x2a, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x1b, 0x27, 0xff, 0x11, 0x1a, 0x29, 0xff, - 0x32, 0x8a, 0x6c, 0xff, 0x2e, 0x85, 0x71, 0xff, 0x42, 0x7f, 0x8a, 0xff, 0x35, 0x62, 0x73, 0xff, 0x2a, 0x48, 0x5a, 0xff, 0x24, 0x42, 0x50, 0xff, 0x21, 0x3e, 0x4c, 0xff, 0x1c, 0x36, 0x42, 0xff, 0x18, 0x2e, 0x35, 0xff, 0x16, 0x2a, 0x2e, 0xff, 0x14, 0x27, 0x2c, 0xff, 0x14, 0x27, 0x2d, 0xff, 0x14, 0x26, 0x2e, 0xff, 0x14, 0x24, 0x2d, 0xff, 0x14, 0x23, 0x2b, 0xff, 0x13, 0x23, 0x29, 0xff, 0x12, 0x24, 0x2a, 0xff, 0x13, 0x21, 0x2a, 0xff, 0x13, 0x23, 0x2c, 0xff, 0x15, 0x24, 0x2d, 0xff, 0x15, 0x25, 0x30, 0xff, 0x14, 0x26, 0x2e, 0xff, 0x30, 0x34, 0xcf, 0xff, 0x23, 0x22, 0xdb, 0xff, 0x1c, 0x1b, 0xd3, 0xff, 0x22, 0x21, 0xdb, 0xff, 0x24, 0x22, 0xdd, 0xff, 0x1f, 0x1e, 0xd6, 0xff, 0x2a, 0x25, 0xe8, 0xff, 0x28, 0x30, 0xe3, 0xff, 0x17, 0x17, 0xc3, 0xff, 0x16, 0x17, 0xc2, 0xff, 0x16, 0x16, 0xc1, 0xff, 0x13, 0x14, 0xbb, 0xff, 0x12, 0x12, 0xb8, 0xff, 0x11, 0x11, 0xb3, 0xff, 0x2c, 0x2a, 0xd7, 0xff, 0x41, 0x3b, 0xfe, 0xff, 0x47, 0x40, 0xfe, 0xff, 0x18, 0x18, 0xc4, 0xff, 0x17, 0x18, 0xc6, 0xff, 0x25, 0x25, 0xe4, 0xff, 0x38, 0x35, 0xf7, 0xff, 0x15, 0x15, 0xc3, 0xff, 0x16, 0x17, 0xc6, 0xff, 0x0f, 0x0f, 0xb1, 0xff, 0x2e, 0x2e, 0xd9, 0xff, 0x16, 0x16, 0xbe, 0xff, 0x15, 0x16, 0xc2, 0xff, 0x17, 0x17, 0xc2, 0xff, 0x18, 0x1a, 0xc6, 0xff, 0x10, 0x12, 0xa6, 0xff, 0x0c, 0x10, 0x9e, 0xff, 0x0f, 0x10, 0xa0, 0xff, 0x13, 0x15, 0xad, 0xff, 0x15, 0x17, 0xbd, 0xff, 0x12, 0x13, 0xb2, 0xff, 0x0e, 0x10, 0x9d, 0xff, 0x0d, 0x10, 0x9c, 0xff, 0x10, 0x11, 0x9d, 0xff, 0x1c, 0x1e, 0xd0, 0xff, 0x12, 0x11, 0xb4, 0xff, 0x12, 0x12, 0xb4, 0xff, 0x10, 0x0f, 0xaa, 0xff, 0x23, 0x22, 0xd1, 0xff, 0x3c, 0x36, 0xf1, 0xff, 0x3b, 0x36, 0xef, 0xff, 0x2d, 0x2a, 0xef, 0xff, 0x1b, 0x1b, 0xd1, 0xff, 0x10, 0x11, 0xaf, 0xff, 0x0e, 0x0f, 0xa8, 0xff, 0x12, 0x13, 0xb8, 0xff, 0x11, 0x11, 0xb2, 0xff, 0x15, 0x15, 0xc0, 0xff, 0x12, 0x12, 0xaf, 0xff, 0x0b, 0x0e, 0x93, 0xff, 0x1b, 0x1c, 0xca, 0xff, 0x1e, 0x1f, 0xd5, 0xff, 0x11, 0x12, 0xad, 0xff, 0x0e, 0x11, 0xa2, 0xff, 0x15, 0x17, 0xbe, 0xff, 0x19, 0x19, 0xc0, 0xff, 0x0f, 0x11, 0xb1, 0xff, 0x0d, 0x0e, 0xa8, 0xff, 0x13, 0x17, 0xb5, 0xff, 0x0f, 0x17, 0x32, 0xff, 0x10, 0x18, 0x23, 0xff, 0x0f, 0x18, 0x24, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x10, 0x19, 0x27, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x1a, 0x29, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x10, 0x1a, 0x25, 0xff, 0x10, 0x1a, 0x24, 0xff, 0x11, 0x19, 0x27, 0xff, - 0x44, 0x90, 0x7d, 0xff, 0x3e, 0x87, 0x82, 0xff, 0x48, 0x7c, 0x8c, 0xff, 0x36, 0x5f, 0x74, 0xff, 0x28, 0x43, 0x56, 0xff, 0x26, 0x3d, 0x51, 0xff, 0x22, 0x3f, 0x4e, 0xff, 0x21, 0x3b, 0x48, 0xff, 0x1a, 0x32, 0x3b, 0xff, 0x18, 0x2d, 0x33, 0xff, 0x17, 0x2a, 0x2f, 0xff, 0x15, 0x27, 0x2e, 0xff, 0x16, 0x28, 0x2f, 0xff, 0x15, 0x27, 0x2f, 0xff, 0x14, 0x26, 0x2e, 0xff, 0x13, 0x25, 0x2e, 0xff, 0x14, 0x26, 0x2d, 0xff, 0x16, 0x26, 0x2f, 0xff, 0x17, 0x24, 0x2f, 0xff, 0x17, 0x26, 0x31, 0xff, 0x18, 0x27, 0x34, 0xff, 0x1b, 0x2b, 0x3b, 0xff, 0x1c, 0x2d, 0x5a, 0xff, 0x5d, 0x58, 0xff, 0xff, 0x55, 0x50, 0xff, 0xff, 0x45, 0x3e, 0xfd, 0xff, 0x34, 0x30, 0xf8, 0xff, 0x2d, 0x2a, 0xf2, 0xff, 0x26, 0x23, 0xe3, 0xff, 0x22, 0x27, 0xdd, 0xff, 0x1e, 0x1d, 0xcb, 0xff, 0x16, 0x17, 0xc1, 0xff, 0x16, 0x16, 0xc1, 0xff, 0x16, 0x16, 0xbe, 0xff, 0x11, 0x11, 0xb1, 0xff, 0x10, 0x11, 0xb2, 0xff, 0x0d, 0x0e, 0xad, 0xff, 0x37, 0x33, 0xe3, 0xff, 0x3e, 0x37, 0xfc, 0xff, 0x48, 0x40, 0xff, 0xff, 0x1a, 0x19, 0xc5, 0xff, 0x17, 0x17, 0xc3, 0xff, 0x27, 0x26, 0xe1, 0xff, 0x17, 0x16, 0xc0, 0xff, 0x15, 0x17, 0xc2, 0xff, 0x10, 0x12, 0xb1, 0xff, 0x38, 0x3b, 0xea, 0xff, 0x1e, 0x1c, 0xc9, 0xff, 0x17, 0x18, 0xc4, 0xff, 0x13, 0x14, 0xbd, 0xff, 0x18, 0x19, 0xc5, 0xff, 0x15, 0x15, 0xb8, 0xff, 0x16, 0x1a, 0xa9, 0xff, 0x0d, 0x10, 0x9d, 0xff, 0x12, 0x14, 0xa5, 0xff, 0x18, 0x1b, 0xc3, 0xff, 0x11, 0x12, 0xaf, 0xff, 0x0e, 0x10, 0x9c, 0xff, 0x0d, 0x10, 0x9c, 0xff, 0x10, 0x12, 0xa0, 0xff, 0x19, 0x1b, 0xc9, 0xff, 0x11, 0x13, 0xb1, 0xff, 0x0e, 0x10, 0xab, 0xff, 0x0f, 0x10, 0xa7, 0xff, 0x34, 0x31, 0xe9, 0xff, 0x2e, 0x2a, 0xe1, 0xff, 0x44, 0x3e, 0xff, 0xff, 0x1b, 0x1a, 0xcf, 0xff, 0x10, 0x10, 0xa8, 0xff, 0x0c, 0x0e, 0x99, 0xff, 0x0d, 0x10, 0x9f, 0xff, 0x0e, 0x0f, 0xa3, 0xff, 0x11, 0x13, 0xb9, 0xff, 0x10, 0x11, 0xa5, 0xff, 0x0b, 0x0d, 0x89, 0xff, 0x19, 0x1a, 0xc1, 0xff, 0x21, 0x21, 0xd9, 0xff, 0x0d, 0x0d, 0x99, 0xff, 0x10, 0x12, 0xaa, 0xff, 0x18, 0x17, 0xc5, 0xff, 0x2d, 0x2a, 0xea, 0xff, 0x2f, 0x2d, 0xf4, 0xff, 0x36, 0x34, 0xf8, 0xff, 0x3f, 0x3f, 0xf4, 0xff, 0x18, 0x1f, 0x73, 0xff, 0x0e, 0x18, 0x22, 0xff, 0x10, 0x18, 0x23, 0xff, 0x10, 0x18, 0x24, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x23, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x10, 0x1a, 0x26, 0xff, - 0x56, 0x8d, 0x91, 0xff, 0x4d, 0x81, 0x8f, 0xff, 0x47, 0x7a, 0x8c, 0xff, 0x37, 0x60, 0x72, 0xff, 0x28, 0x44, 0x56, 0xff, 0x25, 0x3c, 0x51, 0xff, 0x25, 0x3f, 0x4e, 0xff, 0x22, 0x3d, 0x4c, 0xff, 0x1e, 0x36, 0x43, 0xff, 0x1a, 0x31, 0x38, 0xff, 0x19, 0x2c, 0x33, 0xff, 0x16, 0x2a, 0x30, 0xff, 0x15, 0x29, 0x30, 0xff, 0x17, 0x28, 0x31, 0xff, 0x17, 0x28, 0x31, 0xff, 0x16, 0x27, 0x2e, 0xff, 0x14, 0x27, 0x2f, 0xff, 0x17, 0x28, 0x32, 0xff, 0x18, 0x28, 0x35, 0xff, 0x18, 0x28, 0x34, 0xff, 0x1a, 0x29, 0x36, 0xff, 0x1d, 0x2d, 0x3c, 0xff, 0x1f, 0x2f, 0x42, 0xff, 0x23, 0x31, 0x79, 0xff, 0x65, 0x61, 0xff, 0xff, 0x61, 0x5e, 0xff, 0xff, 0x61, 0x5d, 0xff, 0xff, 0x54, 0x4d, 0xff, 0xff, 0x40, 0x3b, 0xff, 0xff, 0x37, 0x32, 0xfe, 0xff, 0x33, 0x34, 0xee, 0xff, 0x1e, 0x1e, 0xcc, 0xff, 0x16, 0x15, 0xc0, 0xff, 0x16, 0x16, 0xc1, 0xff, 0x1b, 0x1b, 0xc8, 0xff, 0x10, 0x11, 0xac, 0xff, 0x10, 0x10, 0xac, 0xff, 0x0e, 0x0f, 0xaa, 0xff, 0x35, 0x32, 0xe0, 0xff, 0x35, 0x30, 0xf5, 0xff, 0x4c, 0x45, 0xff, 0xff, 0x1e, 0x1e, 0xc8, 0xff, 0x14, 0x14, 0xba, 0xff, 0x20, 0x21, 0xd4, 0xff, 0x10, 0x12, 0xb0, 0xff, 0x12, 0x1b, 0xaf, 0xff, 0x19, 0x1b, 0xbb, 0xff, 0x38, 0x3c, 0xf1, 0xff, 0x15, 0x15, 0xc2, 0xff, 0x1a, 0x1a, 0xc6, 0xff, 0x1a, 0x1b, 0xc5, 0xff, 0x1a, 0x1a, 0xc5, 0xff, 0x12, 0x13, 0xa4, 0xff, 0x0c, 0x10, 0x99, 0xff, 0x0e, 0x11, 0x9f, 0xff, 0x17, 0x18, 0xba, 0xff, 0x10, 0x11, 0xa8, 0xff, 0x0e, 0x10, 0x9d, 0xff, 0x0e, 0x10, 0x9a, 0xff, 0x14, 0x15, 0xac, 0xff, 0x14, 0x15, 0xb7, 0xff, 0x13, 0x13, 0xab, 0xff, 0x0e, 0x10, 0xa1, 0xff, 0x0f, 0x11, 0xaa, 0xff, 0x32, 0x30, 0xec, 0xff, 0x3e, 0x3a, 0xf1, 0xff, 0x26, 0x23, 0xdf, 0xff, 0x17, 0x17, 0xb8, 0xff, 0x0f, 0x11, 0xa0, 0xff, 0x0c, 0x0e, 0x91, 0xff, 0x0c, 0x0e, 0x92, 0xff, 0x0f, 0x11, 0xaa, 0xff, 0x0e, 0x10, 0x99, 0xff, 0x0b, 0x0d, 0x84, 0xff, 0x19, 0x1a, 0xbc, 0xff, 0x22, 0x22, 0xdd, 0xff, 0x0e, 0x0f, 0xa6, 0xff, 0x16, 0x15, 0xc7, 0xff, 0x19, 0x18, 0xcf, 0xff, 0x19, 0x19, 0xcd, 0xff, 0x1a, 0x19, 0xcb, 0xff, 0x1b, 0x1a, 0xcf, 0xff, 0x1f, 0x1d, 0xd7, 0xff, 0x1f, 0x1e, 0xdb, 0xff, 0x2d, 0x2e, 0xde, 0xff, 0x0f, 0x17, 0x2b, 0xff, 0x0f, 0x18, 0x25, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x28, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x19, 0x27, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x10, 0x1a, 0x28, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x1b, 0x28, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x11, 0x1b, 0x27, 0xff, - 0x66, 0x8d, 0xa1, 0xff, 0x53, 0x7d, 0x95, 0xff, 0x48, 0x79, 0x8d, 0xff, 0x3a, 0x63, 0x79, 0xff, 0x29, 0x46, 0x57, 0xff, 0x25, 0x3e, 0x52, 0xff, 0x25, 0x3d, 0x4e, 0xff, 0x23, 0x3e, 0x4c, 0xff, 0x20, 0x39, 0x47, 0xff, 0x1c, 0x34, 0x3e, 0xff, 0x1a, 0x2f, 0x37, 0xff, 0x19, 0x2c, 0x33, 0xff, 0x17, 0x29, 0x30, 0xff, 0x18, 0x29, 0x31, 0xff, 0x18, 0x2a, 0x34, 0xff, 0x18, 0x2a, 0x33, 0xff, 0x16, 0x28, 0x2f, 0xff, 0x17, 0x29, 0x32, 0xff, 0x18, 0x28, 0x34, 0xff, 0x1a, 0x29, 0x37, 0xff, 0x1b, 0x2b, 0x3b, 0xff, 0x1b, 0x2d, 0x3a, 0xff, 0x1c, 0x2d, 0x3d, 0xff, 0x1d, 0x2e, 0x3f, 0xff, 0x24, 0x31, 0x77, 0xff, 0x59, 0x57, 0xfb, 0xff, 0x58, 0x52, 0xff, 0xff, 0x56, 0x51, 0xff, 0xff, 0x59, 0x56, 0xff, 0xff, 0x5b, 0x55, 0xff, 0xff, 0x49, 0x43, 0xff, 0xff, 0x51, 0x4c, 0xfd, 0xff, 0x39, 0x35, 0xe2, 0xff, 0x16, 0x16, 0xc6, 0xff, 0x18, 0x18, 0xc6, 0xff, 0x1b, 0x1a, 0xc7, 0xff, 0x10, 0x10, 0xa7, 0xff, 0x0f, 0x10, 0xa8, 0xff, 0x0d, 0x0d, 0xa7, 0xff, 0x31, 0x2e, 0xdc, 0xff, 0x35, 0x2f, 0xf2, 0xff, 0x4a, 0x44, 0xff, 0xff, 0x29, 0x27, 0xcd, 0xff, 0x11, 0x13, 0xb2, 0xff, 0x1a, 0x1d, 0xc7, 0xff, 0x10, 0x14, 0xa0, 0xff, 0x10, 0x13, 0x97, 0xff, 0x19, 0x1e, 0xb8, 0xff, 0x2b, 0x2d, 0xe3, 0xff, 0x16, 0x16, 0xc2, 0xff, 0x16, 0x17, 0xbf, 0xff, 0x1a, 0x1b, 0xc8, 0xff, 0x11, 0x13, 0xa9, 0xff, 0x0e, 0x10, 0x8c, 0xff, 0x0e, 0x11, 0x96, 0xff, 0x10, 0x13, 0x9b, 0xff, 0x10, 0x13, 0xa6, 0xff, 0x19, 0x1d, 0xa3, 0xff, 0x0e, 0x13, 0x98, 0xff, 0x14, 0x15, 0xb0, 0xff, 0x29, 0x36, 0xc5, 0xff, 0x0c, 0x0e, 0x9c, 0xff, 0x0d, 0x0f, 0x9c, 0xff, 0x15, 0x18, 0xb1, 0xff, 0x1b, 0x1b, 0xc4, 0xff, 0x3b, 0x37, 0xf4, 0xff, 0x1c, 0x1b, 0xd2, 0xff, 0x17, 0x16, 0xc6, 0xff, 0x16, 0x16, 0xc0, 0xff, 0x0b, 0x0c, 0x85, 0xff, 0x0d, 0x0e, 0x96, 0xff, 0x0d, 0x0f, 0x8d, 0xff, 0x0b, 0x0d, 0x7e, 0xff, 0x1a, 0x1a, 0xba, 0xff, 0x25, 0x24, 0xe3, 0xff, 0x14, 0x13, 0xbd, 0xff, 0x16, 0x17, 0xca, 0xff, 0x15, 0x16, 0xc5, 0xff, 0x15, 0x15, 0xc0, 0xff, 0x17, 0x16, 0xc4, 0xff, 0x1d, 0x1b, 0xd2, 0xff, 0x1f, 0x1d, 0xd8, 0xff, 0x1d, 0x1b, 0xd4, 0xff, 0x17, 0x18, 0xc4, 0xff, 0x1c, 0x1f, 0xca, 0xff, 0x0e, 0x17, 0x28, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x0f, 0x18, 0x25, 0xff, 0x0f, 0x18, 0x25, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x11, 0x19, 0x28, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x25, 0xff, - 0x76, 0x9c, 0xb4, 0xff, 0x5a, 0x82, 0x9b, 0xff, 0x47, 0x73, 0x8d, 0xff, 0x3a, 0x61, 0x7b, 0xff, 0x29, 0x48, 0x5a, 0xff, 0x27, 0x41, 0x54, 0xff, 0x24, 0x3e, 0x50, 0xff, 0x24, 0x3e, 0x4e, 0xff, 0x22, 0x3c, 0x4a, 0xff, 0x1e, 0x36, 0x43, 0xff, 0x1c, 0x32, 0x3b, 0xff, 0x19, 0x2e, 0x37, 0xff, 0x19, 0x2b, 0x35, 0xff, 0x19, 0x2c, 0x33, 0xff, 0x1b, 0x2d, 0x36, 0xff, 0x19, 0x2c, 0x35, 0xff, 0x19, 0x2b, 0x33, 0xff, 0x18, 0x29, 0x33, 0xff, 0x19, 0x29, 0x34, 0xff, 0x1a, 0x2b, 0x38, 0xff, 0x1c, 0x2d, 0x3d, 0xff, 0x1a, 0x2e, 0x3e, 0xff, 0x1e, 0x2f, 0x41, 0xff, 0x1f, 0x30, 0x44, 0xff, 0x1c, 0x2c, 0x40, 0xff, 0x1d, 0x2e, 0x5d, 0xff, 0x4a, 0x52, 0xe3, 0xff, 0x63, 0x61, 0xff, 0xff, 0x4f, 0x4a, 0xff, 0xff, 0x46, 0x3f, 0xff, 0xff, 0x4c, 0x46, 0xff, 0xff, 0x36, 0x33, 0xf3, 0xff, 0x58, 0x51, 0xff, 0xff, 0x5c, 0x55, 0xff, 0xff, 0x3a, 0x35, 0xf2, 0xff, 0x1f, 0x1d, 0xd2, 0xff, 0x14, 0x15, 0xbc, 0xff, 0x10, 0x11, 0xa7, 0xff, 0x0e, 0x0e, 0xa6, 0xff, 0x0d, 0x0e, 0xa4, 0xff, 0x2a, 0x28, 0xd2, 0xff, 0x31, 0x2e, 0xeb, 0xff, 0x44, 0x3f, 0xfa, 0xff, 0x2f, 0x30, 0xd5, 0xff, 0x1d, 0x1f, 0xba, 0xff, 0x17, 0x1a, 0xbb, 0xff, 0x10, 0x15, 0x8f, 0xff, 0x10, 0x15, 0x91, 0xff, 0x1b, 0x1e, 0xb8, 0xff, 0x1a, 0x1b, 0xc9, 0xff, 0x13, 0x15, 0xbc, 0xff, 0x15, 0x17, 0xb4, 0xff, 0x1c, 0x1e, 0xc6, 0xff, 0x1a, 0x1b, 0xb1, 0xff, 0x18, 0x1c, 0xa0, 0xff, 0x11, 0x13, 0x97, 0xff, 0x0f, 0x11, 0x8c, 0xff, 0x11, 0x12, 0x91, 0xff, 0x0f, 0x11, 0x95, 0xff, 0x13, 0x16, 0xaa, 0xff, 0x1c, 0x1d, 0xbc, 0xff, 0x0d, 0x0e, 0xa2, 0xff, 0x11, 0x13, 0x9d, 0xff, 0x17, 0x18, 0xac, 0xff, 0x23, 0x21, 0xcd, 0xff, 0x1d, 0x1c, 0xd3, 0xff, 0x1c, 0x1b, 0xd2, 0xff, 0x18, 0x17, 0xc6, 0xff, 0x16, 0x16, 0xbc, 0xff, 0x0c, 0x0d, 0x7e, 0xff, 0x0d, 0x0f, 0x7e, 0xff, 0x0b, 0x0e, 0x7b, 0xff, 0x1b, 0x1c, 0xbb, 0xff, 0x24, 0x25, 0xe3, 0xff, 0x16, 0x15, 0xc4, 0xff, 0x15, 0x15, 0xc3, 0xff, 0x13, 0x13, 0xbd, 0xff, 0x13, 0x13, 0xbc, 0xff, 0x17, 0x17, 0xc7, 0xff, 0x1b, 0x1a, 0xd1, 0xff, 0x19, 0x18, 0xcc, 0xff, 0x14, 0x14, 0xbf, 0xff, 0x17, 0x17, 0xc5, 0xff, 0x24, 0x23, 0xd6, 0xff, 0x2d, 0x2f, 0xbc, 0xff, 0x0e, 0x16, 0x1e, 0xff, 0x0f, 0x17, 0x23, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x0f, 0x18, 0x24, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x19, 0x28, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x10, 0x19, 0x27, 0xff, 0x11, 0x19, 0x27, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x19, 0x26, 0xff, 0x10, 0x18, 0x24, 0xff, 0x10, 0x19, 0x24, 0xff, - 0x7b, 0x9f, 0xb3, 0xff, 0x5e, 0x86, 0x9c, 0xff, 0x47, 0x73, 0x8d, 0xff, 0x3b, 0x62, 0x7f, 0xff, 0x2b, 0x4a, 0x5e, 0xff, 0x27, 0x41, 0x58, 0xff, 0x27, 0x40, 0x54, 0xff, 0x25, 0x3e, 0x4f, 0xff, 0x22, 0x3d, 0x4a, 0xff, 0x1f, 0x39, 0x45, 0xff, 0x1d, 0x34, 0x3f, 0xff, 0x1c, 0x30, 0x39, 0xff, 0x19, 0x2c, 0x36, 0xff, 0x19, 0x2c, 0x35, 0xff, 0x1b, 0x2e, 0x38, 0xff, 0x1b, 0x2c, 0x36, 0xff, 0x19, 0x2b, 0x33, 0xff, 0x19, 0x2c, 0x35, 0xff, 0x1b, 0x2d, 0x39, 0xff, 0x1d, 0x2f, 0x3d, 0xff, 0x1d, 0x30, 0x40, 0xff, 0x1d, 0x30, 0x40, 0xff, 0x1e, 0x2f, 0x45, 0xff, 0x1e, 0x32, 0x4c, 0xff, 0x41, 0x4e, 0xc8, 0xff, 0x55, 0x5e, 0xf7, 0xff, 0x46, 0x4b, 0xf0, 0xff, 0x34, 0x36, 0xe9, 0xff, 0x31, 0x30, 0xef, 0xff, 0x2e, 0x2e, 0xf3, 0xff, 0x2c, 0x2b, 0xf0, 0xff, 0x19, 0x18, 0xc9, 0xff, 0x1e, 0x1d, 0xd0, 0xff, 0x4f, 0x49, 0xff, 0xff, 0x53, 0x4d, 0xff, 0xff, 0x4c, 0x44, 0xfc, 0xff, 0x23, 0x20, 0xd8, 0xff, 0x13, 0x12, 0xb8, 0xff, 0x10, 0x11, 0xaa, 0xff, 0x0e, 0x0f, 0xa7, 0xff, 0x0d, 0x0e, 0xa4, 0xff, 0x1e, 0x1d, 0xbb, 0xff, 0x33, 0x2e, 0xec, 0xff, 0x40, 0x3c, 0xf9, 0xff, 0x3c, 0x3a, 0xf0, 0xff, 0x14, 0x15, 0xb3, 0xff, 0x11, 0x17, 0xa4, 0xff, 0x14, 0x19, 0x9c, 0xff, 0x0f, 0x13, 0x90, 0xff, 0x20, 0x20, 0xd1, 0xff, 0x29, 0x2d, 0xcc, 0xff, 0x1b, 0x1b, 0xc4, 0xff, 0x40, 0x43, 0xea, 0xff, 0x28, 0x2a, 0xda, 0xff, 0x21, 0x20, 0xc7, 0xff, 0x13, 0x14, 0xb4, 0xff, 0x12, 0x15, 0xad, 0xff, 0x19, 0x1a, 0xbf, 0xff, 0x12, 0x14, 0xab, 0xff, 0x14, 0x15, 0xa7, 0xff, 0x14, 0x15, 0xae, 0xff, 0x1d, 0x20, 0xa5, 0xff, 0x0d, 0x10, 0x82, 0xff, 0x0d, 0x0f, 0x90, 0xff, 0x1e, 0x1e, 0xd1, 0xff, 0x1b, 0x1a, 0xcd, 0xff, 0x19, 0x18, 0xcb, 0xff, 0x14, 0x13, 0xb9, 0xff, 0x17, 0x17, 0xbc, 0xff, 0x0c, 0x0e, 0x75, 0xff, 0x0b, 0x0d, 0x73, 0xff, 0x1c, 0x1d, 0xbc, 0xff, 0x21, 0x22, 0xdd, 0xff, 0x15, 0x15, 0xc3, 0xff, 0x15, 0x14, 0xc0, 0xff, 0x11, 0x12, 0xb7, 0xff, 0x13, 0x14, 0xbc, 0xff, 0x17, 0x17, 0xc5, 0xff, 0x16, 0x15, 0xc0, 0xff, 0x12, 0x12, 0xb6, 0xff, 0x13, 0x13, 0xb9, 0xff, 0x37, 0x33, 0xf0, 0xff, 0x4e, 0x48, 0xff, 0xff, 0x42, 0x44, 0xf9, 0xff, 0x11, 0x18, 0x5c, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x0f, 0x17, 0x21, 0xff, 0x0f, 0x17, 0x22, 0xff, 0x0e, 0x17, 0x21, 0xff, 0x0f, 0x18, 0x24, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x19, 0x27, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x19, 0x27, 0xff, 0x11, 0x19, 0x27, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x10, 0x1a, 0x28, 0xff, 0x10, 0x19, 0x24, 0xff, 0x0f, 0x18, 0x22, 0xff, - 0x73, 0x95, 0xa3, 0xff, 0x66, 0x8c, 0x9e, 0xff, 0x4c, 0x79, 0x90, 0xff, 0x44, 0x67, 0x82, 0xff, 0x31, 0x4f, 0x67, 0xff, 0x2b, 0x45, 0x5c, 0xff, 0x29, 0x44, 0x58, 0xff, 0x26, 0x3f, 0x4f, 0xff, 0x21, 0x3d, 0x49, 0xff, 0x20, 0x3b, 0x46, 0xff, 0x1e, 0x37, 0x44, 0xff, 0x1e, 0x34, 0x41, 0xff, 0x1c, 0x30, 0x3a, 0xff, 0x1b, 0x2d, 0x39, 0xff, 0x1d, 0x2f, 0x3a, 0xff, 0x1a, 0x2e, 0x36, 0xff, 0x1a, 0x2c, 0x37, 0xff, 0x1b, 0x2e, 0x39, 0xff, 0x1c, 0x2f, 0x3c, 0xff, 0x1f, 0x31, 0x41, 0xff, 0x20, 0x33, 0x47, 0xff, 0x1f, 0x33, 0x49, 0xff, 0x20, 0x32, 0x49, 0xff, 0x20, 0x31, 0x60, 0xff, 0x1a, 0x1b, 0xdb, 0xff, 0x17, 0x18, 0xca, 0xff, 0x15, 0x17, 0xc5, 0xff, 0x15, 0x16, 0xc3, 0xff, 0x13, 0x14, 0xbf, 0xff, 0x15, 0x15, 0xc1, 0xff, 0x19, 0x19, 0xc8, 0xff, 0x17, 0x18, 0xc6, 0xff, 0x17, 0x17, 0xc2, 0xff, 0x17, 0x17, 0xc4, 0xff, 0x44, 0x3f, 0xf4, 0xff, 0x53, 0x4a, 0xff, 0xff, 0x50, 0x49, 0xff, 0xff, 0x19, 0x19, 0xc1, 0xff, 0x12, 0x11, 0xb3, 0xff, 0x12, 0x11, 0xac, 0xff, 0x0f, 0x10, 0xa9, 0xff, 0x10, 0x10, 0xa9, 0xff, 0x15, 0x17, 0xa6, 0xff, 0x2f, 0x2c, 0xe9, 0xff, 0x38, 0x36, 0xf9, 0xff, 0x1f, 0x1f, 0xc6, 0xff, 0x0e, 0x10, 0x92, 0xff, 0x0d, 0x11, 0x9e, 0xff, 0x18, 0x19, 0xc1, 0xff, 0x14, 0x15, 0xbe, 0xff, 0x2a, 0x2b, 0xd4, 0xff, 0x19, 0x1d, 0xc2, 0xff, 0x78, 0x79, 0xec, 0xff, 0x38, 0x32, 0xe8, 0xff, 0x50, 0x54, 0xde, 0xff, 0x28, 0x28, 0xc5, 0xff, 0x44, 0x47, 0xce, 0xff, 0x24, 0x23, 0xcf, 0xff, 0x1a, 0x1a, 0xb6, 0xff, 0x2a, 0x2d, 0xc7, 0xff, 0x18, 0x19, 0xbb, 0xff, 0x1b, 0x1b, 0xbc, 0xff, 0x1d, 0x1f, 0xb9, 0xff, 0x0f, 0x11, 0x8e, 0xff, 0x18, 0x19, 0xc7, 0xff, 0x19, 0x1a, 0xcc, 0xff, 0x15, 0x15, 0xbf, 0xff, 0x14, 0x15, 0xb4, 0xff, 0x13, 0x13, 0xa7, 0xff, 0x0b, 0x0d, 0x73, 0xff, 0x1b, 0x1e, 0xbe, 0xff, 0x1f, 0x1f, 0xd6, 0xff, 0x14, 0x15, 0xc2, 0xff, 0x12, 0x13, 0xbb, 0xff, 0x12, 0x12, 0xb7, 0xff, 0x13, 0x14, 0xbc, 0xff, 0x14, 0x14, 0xba, 0xff, 0x10, 0x11, 0xaa, 0xff, 0x0f, 0x10, 0xa9, 0xff, 0x13, 0x13, 0xb4, 0xff, 0x25, 0x24, 0xdb, 0xff, 0x51, 0x4d, 0xff, 0xff, 0x38, 0x44, 0xef, 0xff, 0x14, 0x1e, 0x9f, 0xff, 0x0f, 0x16, 0x1d, 0xff, 0x10, 0x17, 0x23, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x0f, 0x17, 0x23, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x10, 0x18, 0x24, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x19, 0x29, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x19, 0x28, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x23, 0xff, - 0x5f, 0x7d, 0x8c, 0xff, 0x5c, 0x82, 0x92, 0xff, 0x4c, 0x7a, 0x8e, 0xff, 0x47, 0x6d, 0x83, 0xff, 0x35, 0x55, 0x69, 0xff, 0x2c, 0x47, 0x5e, 0xff, 0x2b, 0x46, 0x5a, 0xff, 0x25, 0x42, 0x53, 0xff, 0x21, 0x41, 0x4b, 0xff, 0x21, 0x3f, 0x46, 0xff, 0x20, 0x3c, 0x48, 0xff, 0x1f, 0x37, 0x44, 0xff, 0x1d, 0x30, 0x3d, 0xff, 0x1c, 0x2f, 0x3b, 0xff, 0x1e, 0x31, 0x3d, 0xff, 0x1d, 0x31, 0x3e, 0xff, 0x1c, 0x30, 0x3d, 0xff, 0x1c, 0x2f, 0x3e, 0xff, 0x1d, 0x2e, 0x3e, 0xff, 0x1e, 0x32, 0x42, 0xff, 0x1f, 0x33, 0x46, 0xff, 0x1f, 0x36, 0x47, 0xff, 0x1f, 0x37, 0x47, 0xff, 0x1e, 0x36, 0x48, 0xff, 0x17, 0x22, 0x9a, 0xff, 0x17, 0x18, 0xc8, 0xff, 0x18, 0x18, 0xcb, 0xff, 0x16, 0x17, 0xc5, 0xff, 0x14, 0x15, 0xbe, 0xff, 0x12, 0x12, 0xb6, 0xff, 0x11, 0x11, 0xb1, 0xff, 0x0f, 0x10, 0xad, 0xff, 0x10, 0x12, 0xb2, 0xff, 0x13, 0x14, 0xb8, 0xff, 0x13, 0x14, 0xba, 0xff, 0x26, 0x25, 0xd6, 0xff, 0x52, 0x4c, 0xfe, 0xff, 0x4e, 0x47, 0xff, 0xff, 0x26, 0x24, 0xcd, 0xff, 0x10, 0x10, 0xae, 0xff, 0x12, 0x11, 0xb1, 0xff, 0x10, 0x11, 0xaf, 0xff, 0x13, 0x12, 0xb2, 0xff, 0x0b, 0x0e, 0x8e, 0xff, 0x1a, 0x1b, 0xb7, 0xff, 0x1f, 0x20, 0xba, 0xff, 0x2c, 0x32, 0xcc, 0xff, 0x2c, 0x2e, 0xc1, 0xff, 0x2e, 0x2f, 0xd2, 0xff, 0x40, 0x43, 0xd0, 0xff, 0x27, 0x28, 0xcf, 0xff, 0x3e, 0x3d, 0xd1, 0xff, 0x2b, 0x2f, 0xba, 0xff, 0x54, 0x6a, 0xed, 0xff, 0x1a, 0x19, 0x90, 0xff, 0x25, 0x28, 0xad, 0xff, 0x2c, 0x2f, 0xc2, 0xff, 0x5a, 0x5f, 0xe1, 0xff, 0x1f, 0x20, 0x98, 0xff, 0x21, 0x24, 0xae, 0xff, 0x19, 0x19, 0xc3, 0xff, 0x14, 0x15, 0xbd, 0xff, 0x14, 0x16, 0xa6, 0xff, 0x12, 0x16, 0xa5, 0xff, 0x10, 0x12, 0xa7, 0xff, 0x17, 0x17, 0xc2, 0xff, 0x1e, 0x1f, 0xba, 0xff, 0x18, 0x18, 0xc1, 0xff, 0x0d, 0x10, 0x84, 0xff, 0x1f, 0x20, 0xc9, 0xff, 0x1c, 0x1c, 0xd3, 0xff, 0x16, 0x16, 0xc4, 0xff, 0x13, 0x13, 0xbb, 0xff, 0x14, 0x14, 0xbd, 0xff, 0x15, 0x14, 0xbc, 0xff, 0x0f, 0x11, 0xaa, 0xff, 0x0f, 0x10, 0x9f, 0xff, 0x11, 0x11, 0xaa, 0xff, 0x12, 0x12, 0xb5, 0xff, 0x3b, 0x3a, 0xe0, 0xff, 0x54, 0x54, 0xff, 0xff, 0x28, 0x31, 0xee, 0xff, 0x1f, 0x2b, 0xdf, 0xff, 0x0f, 0x16, 0x3b, 0xff, 0x0e, 0x15, 0x20, 0xff, 0x0f, 0x15, 0x20, 0xff, 0x0f, 0x17, 0x21, 0xff, 0x0f, 0x17, 0x21, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x0f, 0x19, 0x26, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x10, 0x19, 0x27, 0xff, 0x11, 0x19, 0x27, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x19, 0x27, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x18, 0x22, 0xff, - 0x4b, 0x6a, 0x7d, 0xff, 0x54, 0x77, 0x88, 0xff, 0x4e, 0x79, 0x8d, 0xff, 0x47, 0x73, 0x83, 0xff, 0x35, 0x59, 0x6b, 0xff, 0x2d, 0x49, 0x5d, 0xff, 0x2c, 0x45, 0x59, 0xff, 0x27, 0x43, 0x54, 0xff, 0x24, 0x44, 0x52, 0xff, 0x22, 0x45, 0x4f, 0xff, 0x22, 0x41, 0x4d, 0xff, 0x21, 0x3a, 0x47, 0xff, 0x1d, 0x33, 0x40, 0xff, 0x1d, 0x2f, 0x3c, 0xff, 0x1e, 0x30, 0x3f, 0xff, 0x20, 0x31, 0x41, 0xff, 0x20, 0x31, 0x3e, 0xff, 0x1f, 0x2f, 0x4d, 0xff, 0x24, 0x31, 0x7e, 0xff, 0x39, 0x46, 0x9f, 0xff, 0x3b, 0x47, 0xb5, 0xff, 0x37, 0x40, 0xda, 0xff, 0x2e, 0x31, 0xf0, 0xff, 0x2c, 0x2d, 0xf8, 0xff, 0x2d, 0x2b, 0xf6, 0xff, 0x19, 0x1b, 0xd0, 0xff, 0x12, 0x14, 0xbd, 0xff, 0x14, 0x15, 0xc0, 0xff, 0x15, 0x17, 0xc3, 0xff, 0x15, 0x16, 0xc3, 0xff, 0x12, 0x13, 0xb8, 0xff, 0x0f, 0x11, 0xae, 0xff, 0x0f, 0x0f, 0xa9, 0xff, 0x0e, 0x0f, 0xa5, 0xff, 0x0e, 0x0f, 0xa3, 0xff, 0x10, 0x12, 0xa7, 0xff, 0x11, 0x11, 0xb3, 0xff, 0x34, 0x30, 0xe0, 0xff, 0x55, 0x4e, 0xff, 0xff, 0x47, 0x43, 0xed, 0xff, 0x17, 0x16, 0xb7, 0xff, 0x11, 0x11, 0xb0, 0xff, 0x10, 0x0f, 0xb7, 0xff, 0x3d, 0x3d, 0xcf, 0xff, 0x0b, 0x0d, 0x86, 0xff, 0x14, 0x16, 0xa7, 0xff, 0x4d, 0x4c, 0xd9, 0xff, 0x4a, 0x4d, 0xdf, 0xff, 0x31, 0x30, 0xcb, 0xff, 0x12, 0x13, 0xb6, 0xff, 0x1c, 0x20, 0x8a, 0xff, 0x20, 0x23, 0xb0, 0xff, 0x15, 0x18, 0x9c, 0xff, 0x16, 0x16, 0xae, 0xff, 0x17, 0x1c, 0xa2, 0xff, 0x12, 0x16, 0x81, 0xff, 0x0e, 0x11, 0x7d, 0xff, 0x0e, 0x15, 0x42, 0xff, 0x14, 0x1c, 0x6a, 0xff, 0x1c, 0x1f, 0x95, 0xff, 0x15, 0x1b, 0x8e, 0xff, 0x35, 0x3b, 0xb8, 0xff, 0x25, 0x29, 0xd2, 0xff, 0x19, 0x1a, 0xbe, 0xff, 0x18, 0x19, 0xbe, 0xff, 0x15, 0x18, 0xad, 0xff, 0x16, 0x17, 0xae, 0xff, 0x14, 0x14, 0xa4, 0xff, 0x22, 0x21, 0xd3, 0xff, 0x1c, 0x1c, 0xd3, 0xff, 0x18, 0x17, 0xc8, 0xff, 0x16, 0x15, 0xc2, 0xff, 0x16, 0x15, 0xc1, 0xff, 0x12, 0x12, 0xad, 0xff, 0x0e, 0x10, 0x9a, 0xff, 0x0f, 0x10, 0xa1, 0xff, 0x15, 0x16, 0xaf, 0xff, 0x2a, 0x28, 0xcf, 0xff, 0x58, 0x55, 0xfb, 0xff, 0x4a, 0x4c, 0xff, 0xff, 0x2a, 0x36, 0xfd, 0xff, 0x27, 0x31, 0xf4, 0xff, 0x11, 0x1b, 0x6f, 0xff, 0x0e, 0x14, 0x1c, 0xff, 0x0e, 0x14, 0x1f, 0xff, 0x0e, 0x15, 0x1e, 0xff, 0x0f, 0x15, 0x1f, 0xff, 0x0f, 0x16, 0x21, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x11, 0x19, 0x25, 0xff, 0x10, 0x18, 0x25, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x0f, 0x17, 0x21, 0xff, - 0x47, 0x65, 0x7f, 0xff, 0x55, 0x74, 0x8a, 0xff, 0x51, 0x7d, 0x90, 0xff, 0x4b, 0x7c, 0x8b, 0xff, 0x3e, 0x68, 0x76, 0xff, 0x2d, 0x4a, 0x5c, 0xff, 0x27, 0x44, 0x58, 0xff, 0x25, 0x40, 0x54, 0xff, 0x26, 0x44, 0x55, 0xff, 0x25, 0x45, 0x53, 0xff, 0x23, 0x43, 0x4e, 0xff, 0x22, 0x3d, 0x4a, 0xff, 0x21, 0x36, 0x45, 0xff, 0x1d, 0x31, 0x40, 0xff, 0x1e, 0x30, 0x3f, 0xff, 0x21, 0x32, 0x4a, 0xff, 0x38, 0x42, 0xc4, 0xff, 0x46, 0x49, 0xff, 0xff, 0x4a, 0x4b, 0xfc, 0xff, 0x22, 0x22, 0xd9, 0xff, 0x16, 0x16, 0xc9, 0xff, 0x24, 0x25, 0xde, 0xff, 0x25, 0x25, 0xe0, 0xff, 0x29, 0x28, 0xe8, 0xff, 0x26, 0x28, 0xe7, 0xff, 0x28, 0x26, 0xe7, 0xff, 0x28, 0x28, 0xe8, 0xff, 0x24, 0x23, 0xda, 0xff, 0x13, 0x14, 0xbd, 0xff, 0x13, 0x13, 0xb9, 0xff, 0x14, 0x14, 0xba, 0xff, 0x13, 0x14, 0xb9, 0xff, 0x13, 0x12, 0xb3, 0xff, 0x10, 0x10, 0xaa, 0xff, 0x0f, 0x10, 0xa5, 0xff, 0x0f, 0x10, 0xa1, 0xff, 0x0e, 0x0f, 0x9c, 0xff, 0x0e, 0x0f, 0x9c, 0xff, 0x10, 0x12, 0xad, 0xff, 0x2c, 0x2a, 0xda, 0xff, 0x56, 0x52, 0xff, 0xff, 0x37, 0x34, 0xdc, 0xff, 0x10, 0x12, 0xb0, 0xff, 0x14, 0x14, 0xbb, 0xff, 0x2c, 0x2a, 0xcf, 0xff, 0x2e, 0x2d, 0xe3, 0xff, 0x3c, 0x39, 0xe5, 0xff, 0x5c, 0x61, 0xdf, 0xff, 0x20, 0x23, 0xbd, 0xff, 0x12, 0x16, 0xaa, 0xff, 0x0f, 0x12, 0x6d, 0xff, 0x12, 0x18, 0x74, 0xff, 0x17, 0x22, 0x50, 0xff, 0x1e, 0x2b, 0x6f, 0xff, 0x18, 0x26, 0x67, 0xff, 0x17, 0x23, 0x52, 0xff, 0x1f, 0x31, 0x72, 0xff, 0x27, 0x3f, 0x80, 0xff, 0x1a, 0x28, 0x5f, 0xff, 0x12, 0x17, 0x8e, 0xff, 0x13, 0x16, 0xa6, 0xff, 0x1b, 0x1e, 0x9c, 0xff, 0x23, 0x22, 0xb6, 0xff, 0x26, 0x29, 0xd6, 0xff, 0x37, 0x37, 0xdb, 0xff, 0x0e, 0x12, 0x82, 0xff, 0x15, 0x18, 0xa2, 0xff, 0x20, 0x22, 0xd7, 0xff, 0x1e, 0x1c, 0xd3, 0xff, 0x1b, 0x1a, 0xd1, 0xff, 0x18, 0x19, 0xcb, 0xff, 0x14, 0x14, 0xb8, 0xff, 0x0e, 0x10, 0x9a, 0xff, 0x0f, 0x12, 0xa0, 0xff, 0x18, 0x18, 0xb3, 0xff, 0x1e, 0x1f, 0xc5, 0xff, 0x40, 0x3b, 0xf1, 0xff, 0x58, 0x55, 0xff, 0xff, 0x3f, 0x46, 0xff, 0xff, 0x2f, 0x3a, 0xff, 0xff, 0x26, 0x2e, 0xf4, 0xff, 0x10, 0x18, 0x5f, 0xff, 0x0e, 0x16, 0x20, 0xff, 0x0f, 0x15, 0x22, 0xff, 0x0f, 0x16, 0x21, 0xff, 0x10, 0x16, 0x21, 0xff, 0x0f, 0x17, 0x21, 0xff, 0x0f, 0x17, 0x21, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x27, 0xff, 0x12, 0x1a, 0x29, 0xff, 0x10, 0x1a, 0x28, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x11, 0x1b, 0x28, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x19, 0x28, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x24, 0xff, - 0x4e, 0x6e, 0x85, 0xff, 0x5e, 0x7d, 0x92, 0xff, 0x58, 0x7e, 0x93, 0xff, 0x51, 0x82, 0x95, 0xff, 0x46, 0x71, 0x82, 0xff, 0x2f, 0x4f, 0x5f, 0xff, 0x27, 0x41, 0x55, 0xff, 0x24, 0x3f, 0x54, 0xff, 0x27, 0x44, 0x57, 0xff, 0x25, 0x45, 0x53, 0xff, 0x25, 0x43, 0x50, 0xff, 0x21, 0x3f, 0x4a, 0xff, 0x20, 0x39, 0x47, 0xff, 0x21, 0x33, 0x44, 0xff, 0x1e, 0x31, 0x42, 0xff, 0x24, 0x35, 0x71, 0xff, 0x37, 0x34, 0xff, 0xff, 0x30, 0x30, 0xe8, 0xff, 0x0f, 0x10, 0xb9, 0xff, 0x23, 0x24, 0xcf, 0xff, 0x30, 0x2e, 0xea, 0xff, 0x1b, 0x1b, 0xce, 0xff, 0x29, 0x28, 0xe0, 0xff, 0x33, 0x31, 0xf3, 0xff, 0x34, 0x31, 0xf7, 0xff, 0x31, 0x2e, 0xee, 0xff, 0x28, 0x27, 0xe3, 0xff, 0x20, 0x1f, 0xd8, 0xff, 0x1b, 0x1a, 0xd0, 0xff, 0x14, 0x15, 0xc3, 0xff, 0x11, 0x11, 0xb7, 0xff, 0x0e, 0x0f, 0xae, 0xff, 0x0f, 0x0f, 0xaa, 0xff, 0x10, 0x10, 0xa7, 0xff, 0x0f, 0x11, 0xa4, 0xff, 0x0f, 0x10, 0xa5, 0xff, 0x0f, 0x10, 0xa4, 0xff, 0x0d, 0x0f, 0x9d, 0xff, 0x0c, 0x0f, 0x96, 0xff, 0x0d, 0x0f, 0x93, 0xff, 0x10, 0x12, 0xaa, 0xff, 0x2b, 0x2a, 0xd8, 0xff, 0x46, 0x43, 0xfb, 0xff, 0x3a, 0x3b, 0xd6, 0xff, 0x56, 0x54, 0xef, 0xff, 0x48, 0x47, 0xf8, 0xff, 0x39, 0x38, 0xd7, 0xff, 0x2b, 0x2b, 0xc4, 0xff, 0x0b, 0x10, 0x66, 0xff, 0x16, 0x1a, 0xc3, 0xff, 0x11, 0x1a, 0x49, 0xff, 0x15, 0x1e, 0x50, 0xff, 0x26, 0x38, 0x80, 0xff, 0x40, 0x60, 0xac, 0xff, 0x35, 0x49, 0xa3, 0xff, 0x25, 0x36, 0x81, 0xff, 0x39, 0x54, 0xa5, 0xff, 0x4c, 0x70, 0xc7, 0xff, 0x34, 0x54, 0xa0, 0xff, 0x2a, 0x40, 0x8b, 0xff, 0x1c, 0x1f, 0xa2, 0xff, 0x27, 0x31, 0xbc, 0xff, 0x32, 0x36, 0xcf, 0xff, 0x24, 0x26, 0xd9, 0xff, 0x70, 0x74, 0xea, 0xff, 0x1b, 0x1a, 0xa6, 0xff, 0x0f, 0x12, 0xa8, 0xff, 0x21, 0x1f, 0xd7, 0xff, 0x1e, 0x1d, 0xd7, 0xff, 0x1c, 0x1d, 0xcb, 0xff, 0x12, 0x13, 0xad, 0xff, 0x13, 0x15, 0xb0, 0xff, 0x1a, 0x1b, 0xc1, 0xff, 0x1a, 0x19, 0xca, 0xff, 0x2f, 0x2f, 0xe1, 0xff, 0x47, 0x43, 0xff, 0xff, 0x44, 0x44, 0xff, 0xff, 0x4a, 0x4f, 0xff, 0xff, 0x48, 0x50, 0xff, 0xff, 0x19, 0x20, 0xb3, 0xff, 0x0a, 0x10, 0x20, 0xff, 0x0f, 0x13, 0x1c, 0xff, 0x0e, 0x14, 0x1e, 0xff, 0x0f, 0x15, 0x20, 0xff, 0x0f, 0x16, 0x21, 0xff, 0x0f, 0x17, 0x22, 0xff, 0x0f, 0x18, 0x23, 0xff, 0x10, 0x19, 0x24, 0xff, 0x0f, 0x19, 0x26, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x11, 0x1b, 0x2a, 0xff, 0x11, 0x1c, 0x2b, 0xff, 0x11, 0x1c, 0x2c, 0xff, 0x11, 0x1b, 0x2c, 0xff, 0x11, 0x1a, 0x2a, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x10, 0x19, 0x25, 0xff, - 0x46, 0x64, 0x76, 0xff, 0x5d, 0x81, 0x96, 0xff, 0x63, 0x8d, 0xa1, 0xff, 0x50, 0x7f, 0x95, 0xff, 0x46, 0x6f, 0x84, 0xff, 0x2c, 0x4f, 0x5f, 0xff, 0x26, 0x43, 0x55, 0xff, 0x26, 0x40, 0x54, 0xff, 0x27, 0x45, 0x56, 0xff, 0x26, 0x47, 0x55, 0xff, 0x24, 0x44, 0x52, 0xff, 0x22, 0x41, 0x4e, 0xff, 0x21, 0x3c, 0x4a, 0xff, 0x20, 0x37, 0x47, 0xff, 0x20, 0x32, 0x44, 0xff, 0x2f, 0x3c, 0x95, 0xff, 0x48, 0x44, 0xfb, 0xff, 0x23, 0x22, 0xdb, 0xff, 0x16, 0x17, 0xc4, 0xff, 0x2f, 0x30, 0xe2, 0xff, 0x1b, 0x1a, 0xd1, 0xff, 0x1b, 0x1a, 0xcd, 0xff, 0x1a, 0x1a, 0xcb, 0xff, 0x23, 0x21, 0xd8, 0xff, 0x2e, 0x2b, 0xec, 0xff, 0x38, 0x35, 0xf4, 0xff, 0x41, 0x3d, 0xf9, 0xff, 0x49, 0x43, 0xfe, 0xff, 0x4c, 0x46, 0xff, 0xff, 0x48, 0x44, 0xff, 0xff, 0x43, 0x3d, 0xff, 0xff, 0x39, 0x36, 0xfb, 0xff, 0x29, 0x27, 0xe7, 0xff, 0x19, 0x19, 0xc3, 0xff, 0x0f, 0x11, 0xa7, 0xff, 0x0d, 0x0f, 0x99, 0xff, 0x0d, 0x0f, 0x95, 0xff, 0x0d, 0x10, 0x9e, 0xff, 0x0f, 0x10, 0xa8, 0xff, 0x0f, 0x11, 0xa8, 0xff, 0x12, 0x13, 0xa5, 0xff, 0x13, 0x15, 0xa8, 0xff, 0x14, 0x15, 0xb0, 0xff, 0x21, 0x21, 0xd8, 0xff, 0x4e, 0x50, 0xfa, 0xff, 0x37, 0x35, 0xfb, 0xff, 0x45, 0x4d, 0xdc, 0xff, 0x1a, 0x1d, 0xb3, 0xff, 0x27, 0x2a, 0xdb, 0xff, 0x11, 0x18, 0x65, 0xff, 0x1e, 0x2d, 0x68, 0xff, 0x22, 0x33, 0x76, 0xff, 0x16, 0x1e, 0x60, 0xff, 0x22, 0x30, 0x81, 0xff, 0x32, 0x3e, 0x9a, 0xff, 0x26, 0x33, 0x7a, 0xff, 0x31, 0x44, 0x96, 0xff, 0x26, 0x35, 0x99, 0xff, 0x2d, 0x40, 0xa6, 0xff, 0x2a, 0x3f, 0x9c, 0xff, 0x18, 0x23, 0x67, 0xff, 0x12, 0x19, 0x8a, 0xff, 0x12, 0x16, 0x79, 0xff, 0x31, 0x33, 0xe0, 0xff, 0x67, 0x62, 0xfe, 0xff, 0x67, 0x67, 0xfe, 0xff, 0x29, 0x28, 0xe0, 0xff, 0x1d, 0x1c, 0xd2, 0xff, 0x27, 0x25, 0xdb, 0xff, 0x24, 0x23, 0xd6, 0xff, 0x1e, 0x1e, 0xd9, 0xff, 0x24, 0x24, 0xdd, 0xff, 0x42, 0x42, 0xf0, 0xff, 0x42, 0x41, 0xf6, 0xff, 0x25, 0x22, 0xe4, 0xff, 0x1a, 0x19, 0xd2, 0xff, 0x1e, 0x1c, 0xd2, 0xff, 0x20, 0x20, 0xd8, 0xff, 0x25, 0x22, 0xe3, 0xff, 0x44, 0x45, 0xfc, 0xff, 0x2e, 0x31, 0xb9, 0xff, 0x0b, 0x10, 0x11, 0xff, 0x0e, 0x12, 0x1c, 0xff, 0x0e, 0x13, 0x1d, 0xff, 0x0e, 0x14, 0x1f, 0xff, 0x0f, 0x16, 0x20, 0xff, 0x0e, 0x16, 0x22, 0xff, 0x10, 0x18, 0x23, 0xff, 0x0f, 0x19, 0x24, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x1b, 0x28, 0xff, 0x11, 0x1b, 0x29, 0xff, 0x11, 0x1b, 0x2b, 0xff, 0x11, 0x1b, 0x2a, 0xff, 0x12, 0x1b, 0x29, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x10, 0x1a, 0x28, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x19, 0x25, 0xff, - 0x54, 0x80, 0x93, 0xff, 0x75, 0xa7, 0xbd, 0xff, 0x74, 0xa3, 0xbb, 0xff, 0x55, 0x85, 0x9d, 0xff, 0x3b, 0x67, 0x7c, 0xff, 0x2b, 0x4e, 0x5f, 0xff, 0x25, 0x43, 0x55, 0xff, 0x25, 0x3f, 0x53, 0xff, 0x27, 0x44, 0x56, 0xff, 0x28, 0x49, 0x56, 0xff, 0x25, 0x45, 0x53, 0xff, 0x23, 0x41, 0x4e, 0xff, 0x23, 0x3b, 0x4d, 0xff, 0x21, 0x39, 0x49, 0xff, 0x21, 0x35, 0x47, 0xff, 0x1e, 0x30, 0x40, 0xff, 0x31, 0x3b, 0xb1, 0xff, 0x5d, 0x59, 0xff, 0xff, 0x4c, 0x48, 0xff, 0xff, 0x35, 0x32, 0xeb, 0xff, 0x17, 0x17, 0xc1, 0xff, 0x16, 0x17, 0xc2, 0xff, 0x14, 0x14, 0xbe, 0xff, 0x13, 0x13, 0xbd, 0xff, 0x12, 0x12, 0xb9, 0xff, 0x13, 0x13, 0xba, 0xff, 0x15, 0x15, 0xbe, 0xff, 0x18, 0x16, 0xc1, 0xff, 0x1b, 0x1a, 0xc9, 0xff, 0x1f, 0x1d, 0xd0, 0xff, 0x21, 0x1f, 0xd1, 0xff, 0x1c, 0x1c, 0xc6, 0xff, 0x1d, 0x1c, 0xc6, 0xff, 0x20, 0x1e, 0xd0, 0xff, 0x1a, 0x1a, 0xc5, 0xff, 0x0e, 0x0f, 0x93, 0xff, 0x0e, 0x0e, 0x8a, 0xff, 0x0e, 0x10, 0x90, 0xff, 0x0e, 0x10, 0x9a, 0xff, 0x10, 0x11, 0xa6, 0xff, 0x12, 0x13, 0xb3, 0xff, 0x11, 0x12, 0xb0, 0xff, 0x13, 0x15, 0xaf, 0xff, 0x30, 0x32, 0xe3, 0xff, 0x7a, 0x76, 0xf8, 0xff, 0x4a, 0x4b, 0xf9, 0xff, 0x2b, 0x2f, 0xd5, 0xff, 0x1d, 0x21, 0xbc, 0xff, 0x21, 0x29, 0x8f, 0xff, 0x40, 0x5b, 0x99, 0xff, 0x23, 0x3b, 0x86, 0xff, 0x2a, 0x38, 0x81, 0xff, 0x1b, 0x25, 0x67, 0xff, 0x21, 0x28, 0x6a, 0xff, 0x23, 0x29, 0x6a, 0xff, 0x19, 0x1b, 0x5a, 0xff, 0x2f, 0x34, 0x87, 0xff, 0x20, 0x23, 0x84, 0xff, 0x2f, 0x39, 0x94, 0xff, 0x3e, 0x5a, 0xb7, 0xff, 0x2d, 0x45, 0x8e, 0xff, 0x11, 0x18, 0x53, 0xff, 0x66, 0x6c, 0xe8, 0xff, 0x2e, 0x2e, 0xd2, 0xff, 0x25, 0x22, 0xe4, 0xff, 0x80, 0x85, 0xff, 0xff, 0x5b, 0x62, 0xf9, 0xff, 0x2d, 0x2c, 0xe8, 0xff, 0x27, 0x27, 0xf6, 0xff, 0x2c, 0x29, 0xf5, 0xff, 0x44, 0x45, 0xfa, 0xff, 0x37, 0x37, 0xea, 0xff, 0x1b, 0x19, 0xd4, 0xff, 0x1c, 0x1b, 0xcd, 0xff, 0x1e, 0x1d, 0xcf, 0xff, 0x1f, 0x1f, 0xd6, 0xff, 0x1e, 0x1f, 0xd8, 0xff, 0x1d, 0x1d, 0xd4, 0xff, 0x1a, 0x1b, 0xcf, 0xff, 0x1a, 0x1a, 0xcb, 0xff, 0x26, 0x28, 0xd7, 0xff, 0x26, 0x2b, 0x9f, 0xff, 0x0c, 0x12, 0x17, 0xff, 0x0e, 0x13, 0x1c, 0xff, 0x0e, 0x14, 0x1d, 0xff, 0x0e, 0x15, 0x1c, 0xff, 0x0e, 0x16, 0x1c, 0xff, 0x10, 0x17, 0x1f, 0xff, 0x0f, 0x18, 0x21, 0xff, 0x10, 0x18, 0x24, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x19, 0x27, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x0f, 0x19, 0x24, 0xff, 0x0f, 0x19, 0x24, 0xff, - 0x6f, 0xa3, 0xc0, 0xff, 0x7e, 0xb2, 0xd2, 0xff, 0x78, 0xaa, 0xc4, 0xff, 0x50, 0x7f, 0x98, 0xff, 0x38, 0x63, 0x7d, 0xff, 0x29, 0x4e, 0x5f, 0xff, 0x24, 0x44, 0x56, 0xff, 0x23, 0x40, 0x56, 0xff, 0x25, 0x42, 0x57, 0xff, 0x27, 0x49, 0x57, 0xff, 0x24, 0x48, 0x52, 0xff, 0x23, 0x41, 0x4c, 0xff, 0x22, 0x3c, 0x4c, 0xff, 0x21, 0x39, 0x4b, 0xff, 0x21, 0x36, 0x48, 0xff, 0x20, 0x31, 0x48, 0xff, 0x1e, 0x2f, 0x43, 0xff, 0x2f, 0x37, 0xb2, 0xff, 0x5c, 0x5a, 0xff, 0xff, 0x5d, 0x5b, 0xfe, 0xff, 0x2b, 0x2a, 0xdf, 0xff, 0x2a, 0x28, 0xe1, 0xff, 0x42, 0x3f, 0xf6, 0xff, 0x4c, 0x48, 0xfb, 0xff, 0x4e, 0x49, 0xf4, 0xff, 0x40, 0x40, 0xe8, 0xff, 0x3a, 0x38, 0xdc, 0xff, 0x32, 0x30, 0xd1, 0xff, 0x29, 0x29, 0xc5, 0xff, 0x1c, 0x1b, 0xb2, 0xff, 0x11, 0x12, 0x92, 0xff, 0x0e, 0x11, 0x7b, 0xff, 0x0e, 0x11, 0x7f, 0xff, 0x0f, 0x10, 0x88, 0xff, 0x0e, 0x0f, 0x93, 0xff, 0x0e, 0x10, 0x98, 0xff, 0x0e, 0x0f, 0x9c, 0xff, 0x0e, 0x0f, 0x96, 0xff, 0x0c, 0x0f, 0x91, 0xff, 0x0c, 0x0e, 0x92, 0xff, 0x11, 0x14, 0xa1, 0xff, 0x15, 0x18, 0xa7, 0xff, 0x1c, 0x1b, 0xbb, 0xff, 0x5c, 0x5e, 0xff, 0xff, 0x5a, 0x5b, 0xff, 0xff, 0x4d, 0x4d, 0xfc, 0xff, 0x33, 0x37, 0xda, 0xff, 0x1d, 0x23, 0x98, 0xff, 0x20, 0x33, 0x8b, 0xff, 0x29, 0x3d, 0x97, 0xff, 0x36, 0x49, 0x9b, 0xff, 0x20, 0x29, 0x72, 0xff, 0x24, 0x29, 0x64, 0xff, 0x19, 0x1b, 0x58, 0xff, 0x10, 0x15, 0x3f, 0xff, 0x14, 0x17, 0x44, 0xff, 0x1d, 0x21, 0x63, 0xff, 0x1e, 0x1f, 0x70, 0xff, 0x25, 0x2a, 0x84, 0xff, 0x2a, 0x38, 0x9c, 0xff, 0x2d, 0x3d, 0x91, 0xff, 0x1e, 0x2e, 0x78, 0xff, 0x15, 0x1c, 0x8e, 0xff, 0x24, 0x28, 0xb6, 0xff, 0x71, 0x77, 0xff, 0xff, 0x44, 0x3d, 0xf7, 0xff, 0x5e, 0x62, 0xff, 0xff, 0x57, 0x59, 0xff, 0xff, 0x65, 0x5f, 0xff, 0xff, 0x3e, 0x3c, 0xf5, 0xff, 0x1f, 0x1c, 0xdb, 0xff, 0x22, 0x1f, 0xd8, 0xff, 0x21, 0x1f, 0xd5, 0xff, 0x1d, 0x1d, 0xd3, 0xff, 0x1a, 0x1a, 0xce, 0xff, 0x16, 0x17, 0xc3, 0xff, 0x14, 0x14, 0xb9, 0xff, 0x13, 0x12, 0xb3, 0xff, 0x13, 0x13, 0xb6, 0xff, 0x17, 0x18, 0xbc, 0xff, 0x18, 0x19, 0xc0, 0xff, 0x1c, 0x1e, 0xd3, 0xff, 0x11, 0x16, 0x68, 0xff, 0x12, 0x17, 0x6d, 0xff, 0x14, 0x18, 0x80, 0xff, 0x28, 0x2a, 0xae, 0xff, 0x39, 0x3f, 0xc2, 0xff, 0x33, 0x3a, 0xb5, 0xff, 0x2a, 0x2e, 0x99, 0xff, 0x18, 0x1e, 0x5a, 0xff, 0x0e, 0x16, 0x25, 0xff, 0x11, 0x19, 0x27, 0xff, 0x11, 0x19, 0x27, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x10, 0x1a, 0x28, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x18, 0x23, 0xff, - 0x6d, 0x9f, 0xbe, 0xff, 0x68, 0x99, 0xb5, 0xff, 0x5f, 0x8c, 0xa9, 0xff, 0x4b, 0x77, 0x92, 0xff, 0x39, 0x64, 0x7e, 0xff, 0x29, 0x4d, 0x63, 0xff, 0x25, 0x43, 0x5a, 0xff, 0x24, 0x43, 0x5c, 0xff, 0x24, 0x44, 0x5a, 0xff, 0x27, 0x46, 0x57, 0xff, 0x25, 0x48, 0x52, 0xff, 0x22, 0x43, 0x4f, 0xff, 0x22, 0x3e, 0x4d, 0xff, 0x21, 0x3b, 0x4a, 0xff, 0x22, 0x35, 0x4a, 0xff, 0x20, 0x31, 0x49, 0xff, 0x20, 0x31, 0x48, 0xff, 0x1f, 0x30, 0x40, 0xff, 0x2e, 0x36, 0xc4, 0xff, 0x39, 0x35, 0xf2, 0xff, 0x36, 0x32, 0xf2, 0xff, 0x51, 0x4c, 0xff, 0xff, 0x54, 0x4e, 0xff, 0xff, 0x44, 0x40, 0xff, 0xff, 0x40, 0x3b, 0xff, 0xff, 0x3f, 0x3c, 0xff, 0xff, 0x40, 0x3b, 0xfd, 0xff, 0x40, 0x3b, 0xfe, 0xff, 0x28, 0x27, 0xe2, 0xff, 0x19, 0x19, 0xc5, 0xff, 0x15, 0x15, 0xb6, 0xff, 0x11, 0x13, 0xa4, 0xff, 0x0f, 0x12, 0x94, 0xff, 0x0f, 0x12, 0x89, 0xff, 0x11, 0x12, 0x81, 0xff, 0x0f, 0x11, 0x7d, 0xff, 0x10, 0x12, 0x7b, 0xff, 0x0e, 0x11, 0x7c, 0xff, 0x15, 0x17, 0x91, 0xff, 0x0e, 0x0f, 0x90, 0xff, 0x2b, 0x38, 0xbc, 0xff, 0x4f, 0x4d, 0xe7, 0xff, 0x4d, 0x4b, 0xf0, 0xff, 0x5b, 0x60, 0xff, 0xff, 0x4b, 0x47, 0xfc, 0xff, 0x27, 0x35, 0xcf, 0xff, 0x29, 0x2d, 0xd8, 0xff, 0x2a, 0x36, 0xba, 0xff, 0x3c, 0x5f, 0xb3, 0xff, 0x2e, 0x41, 0xa1, 0xff, 0x1f, 0x27, 0x7c, 0xff, 0x12, 0x14, 0x4d, 0xff, 0x16, 0x18, 0x4b, 0xff, 0x13, 0x14, 0x44, 0xff, 0x0d, 0x0f, 0x21, 0xff, 0x11, 0x12, 0x28, 0xff, 0x20, 0x20, 0x68, 0xff, 0x24, 0x26, 0x8a, 0xff, 0x29, 0x2e, 0x8e, 0xff, 0x3a, 0x4e, 0xb0, 0xff, 0x3a, 0x53, 0xb5, 0xff, 0x1f, 0x33, 0x74, 0xff, 0x2f, 0x33, 0xe2, 0xff, 0x6f, 0x72, 0xfa, 0xff, 0x24, 0x25, 0xbd, 0xff, 0x31, 0x2f, 0xfc, 0xff, 0x1e, 0x1e, 0xc8, 0xff, 0x62, 0x6a, 0xff, 0xff, 0x31, 0x2e, 0xfa, 0xff, 0x28, 0x23, 0xe8, 0xff, 0x23, 0x20, 0xde, 0xff, 0x1c, 0x1b, 0xd3, 0xff, 0x16, 0x17, 0xc7, 0xff, 0x16, 0x15, 0xc0, 0xff, 0x15, 0x15, 0xbc, 0xff, 0x15, 0x15, 0xbb, 0xff, 0x15, 0x14, 0xb7, 0xff, 0x14, 0x14, 0xb6, 0xff, 0x16, 0x16, 0xbb, 0xff, 0x17, 0x18, 0xc2, 0xff, 0x18, 0x1a, 0xc6, 0xff, 0x1c, 0x1d, 0xd0, 0xff, 0x11, 0x12, 0xb5, 0xff, 0x13, 0x14, 0xba, 0xff, 0x15, 0x17, 0xc0, 0xff, 0x1f, 0x20, 0xd6, 0xff, 0x4e, 0x50, 0xff, 0xff, 0x49, 0x4b, 0xf9, 0xff, 0x49, 0x49, 0xf7, 0xff, 0x4c, 0x4c, 0xff, 0xff, 0x41, 0x44, 0xe8, 0xff, 0x1d, 0x25, 0x6e, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x11, 0x19, 0x27, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x19, 0x25, 0xff, 0x10, 0x18, 0x25, 0xff, - 0x51, 0x7b, 0x96, 0xff, 0x4f, 0x77, 0x92, 0xff, 0x50, 0x75, 0x8f, 0xff, 0x49, 0x71, 0x90, 0xff, 0x3c, 0x67, 0x82, 0xff, 0x2b, 0x51, 0x68, 0xff, 0x26, 0x45, 0x5d, 0xff, 0x26, 0x45, 0x5b, 0xff, 0x25, 0x44, 0x58, 0xff, 0x26, 0x44, 0x56, 0xff, 0x25, 0x47, 0x54, 0xff, 0x23, 0x45, 0x50, 0xff, 0x21, 0x40, 0x4e, 0xff, 0x22, 0x3b, 0x4a, 0xff, 0x20, 0x35, 0x4a, 0xff, 0x20, 0x33, 0x4a, 0xff, 0x21, 0x33, 0x49, 0xff, 0x21, 0x32, 0x47, 0xff, 0x34, 0x40, 0xa0, 0xff, 0x44, 0x3e, 0xfd, 0xff, 0x38, 0x34, 0xfd, 0xff, 0x3f, 0x38, 0xff, 0xff, 0x4d, 0x48, 0xff, 0xff, 0x5a, 0x56, 0xfe, 0xff, 0x57, 0x56, 0xff, 0xff, 0x49, 0x46, 0xff, 0xff, 0x3c, 0x38, 0xfa, 0xff, 0x32, 0x2f, 0xee, 0xff, 0x12, 0x12, 0xb0, 0xff, 0x0e, 0x10, 0x9a, 0xff, 0x0f, 0x10, 0x95, 0xff, 0x0e, 0x10, 0x8f, 0xff, 0x0f, 0x10, 0x8f, 0xff, 0x0e, 0x10, 0x8f, 0xff, 0x0e, 0x11, 0x92, 0xff, 0x0d, 0x10, 0x97, 0xff, 0x0e, 0x10, 0x98, 0xff, 0x0f, 0x11, 0x9e, 0xff, 0x12, 0x14, 0xa2, 0xff, 0x15, 0x16, 0xae, 0xff, 0x13, 0x11, 0xab, 0xff, 0x17, 0x18, 0xbc, 0xff, 0x4d, 0x4c, 0xed, 0xff, 0x71, 0x6f, 0xff, 0xff, 0x59, 0x58, 0xff, 0xff, 0x2e, 0x30, 0xbc, 0xff, 0x2c, 0x3b, 0xcb, 0xff, 0x3c, 0x58, 0xad, 0xff, 0x48, 0x6e, 0xc4, 0xff, 0x52, 0x71, 0xcc, 0xff, 0x26, 0x31, 0x90, 0xff, 0x20, 0x25, 0x6c, 0xff, 0x16, 0x19, 0x4c, 0xff, 0x0c, 0x0f, 0x1b, 0xff, 0x0f, 0x11, 0x1f, 0xff, 0x0b, 0x0d, 0x15, 0xff, 0x25, 0x24, 0x78, 0xff, 0x20, 0x23, 0x7a, 0xff, 0x2b, 0x2e, 0x93, 0xff, 0x33, 0x41, 0x9e, 0xff, 0x51, 0x6e, 0xc8, 0xff, 0x2d, 0x4e, 0x9d, 0xff, 0x50, 0x57, 0xe0, 0xff, 0x42, 0x46, 0xdb, 0xff, 0x86, 0x85, 0xff, 0xff, 0x39, 0x3a, 0xe1, 0xff, 0x26, 0x25, 0xe2, 0xff, 0x2e, 0x2d, 0xdb, 0xff, 0x50, 0x57, 0xf9, 0xff, 0x1b, 0x1a, 0xd4, 0xff, 0x1b, 0x1a, 0xcf, 0xff, 0x18, 0x19, 0xc8, 0xff, 0x16, 0x16, 0xbe, 0xff, 0x15, 0x15, 0xb7, 0xff, 0x14, 0x14, 0xb5, 0xff, 0x14, 0x14, 0xb4, 0xff, 0x15, 0x16, 0xb8, 0xff, 0x18, 0x19, 0xc3, 0xff, 0x1c, 0x1c, 0xce, 0xff, 0x19, 0x19, 0xc3, 0xff, 0x12, 0x14, 0xa3, 0xff, 0x0c, 0x0f, 0x88, 0xff, 0x0d, 0x10, 0x87, 0xff, 0x0d, 0x10, 0x89, 0xff, 0x0e, 0x11, 0x8d, 0xff, 0x0d, 0x12, 0x91, 0xff, 0x0d, 0x0f, 0xa1, 0xff, 0x0e, 0x10, 0xa9, 0xff, 0x11, 0x12, 0xaf, 0xff, 0x10, 0x13, 0xb3, 0xff, 0x16, 0x18, 0xbb, 0xff, 0x32, 0x37, 0xd7, 0xff, 0x0f, 0x18, 0x2d, 0xff, 0x10, 0x19, 0x27, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x10, 0x1a, 0x26, 0xff, 0x11, 0x19, 0x25, 0xff, 0x10, 0x19, 0x24, 0xff, 0x0f, 0x18, 0x23, 0xff, - 0x4c, 0x71, 0x85, 0xff, 0x47, 0x6b, 0x80, 0xff, 0x46, 0x66, 0x7e, 0xff, 0x43, 0x66, 0x83, 0xff, 0x3c, 0x63, 0x82, 0xff, 0x2f, 0x56, 0x70, 0xff, 0x29, 0x4b, 0x64, 0xff, 0x26, 0x44, 0x5a, 0xff, 0x25, 0x3f, 0x55, 0xff, 0x25, 0x43, 0x55, 0xff, 0x25, 0x48, 0x55, 0xff, 0x24, 0x47, 0x51, 0xff, 0x22, 0x42, 0x4b, 0xff, 0x20, 0x3c, 0x48, 0xff, 0x20, 0x36, 0x48, 0xff, 0x22, 0x35, 0x4a, 0xff, 0x23, 0x34, 0x49, 0xff, 0x22, 0x34, 0x49, 0xff, 0x20, 0x33, 0x49, 0xff, 0x24, 0x37, 0x74, 0xff, 0x31, 0x36, 0xdb, 0xff, 0x27, 0x24, 0xdc, 0xff, 0x2b, 0x28, 0xdf, 0xff, 0x15, 0x15, 0xbb, 0xff, 0x21, 0x1f, 0xc4, 0xff, 0x39, 0x38, 0xdb, 0xff, 0x4f, 0x4c, 0xf4, 0xff, 0x39, 0x36, 0xf2, 0xff, 0x23, 0x22, 0xd5, 0xff, 0x1e, 0x1f, 0xc8, 0xff, 0x1a, 0x1a, 0xbb, 0xff, 0x18, 0x18, 0xae, 0xff, 0x15, 0x16, 0xa4, 0xff, 0x13, 0x14, 0x9f, 0xff, 0x11, 0x14, 0x98, 0xff, 0x10, 0x12, 0x99, 0xff, 0x25, 0x25, 0xae, 0xff, 0x26, 0x28, 0xbb, 0xff, 0x14, 0x18, 0xaa, 0xff, 0x17, 0x19, 0xae, 0xff, 0x2b, 0x39, 0xcc, 0xff, 0x1b, 0x22, 0xab, 0xff, 0x1a, 0x1d, 0xaa, 0xff, 0x36, 0x38, 0xe7, 0xff, 0x5d, 0x5c, 0xfe, 0xff, 0x47, 0x53, 0xf6, 0xff, 0x55, 0x5a, 0xf6, 0xff, 0x3e, 0x60, 0xbb, 0xff, 0x35, 0x54, 0xb5, 0xff, 0x3c, 0x51, 0xb2, 0xff, 0x28, 0x30, 0x8b, 0xff, 0x22, 0x28, 0x75, 0xff, 0x1d, 0x20, 0x5c, 0xff, 0x12, 0x15, 0x30, 0xff, 0x0c, 0x0e, 0x1c, 0xff, 0x14, 0x16, 0x2b, 0xff, 0x1e, 0x20, 0x69, 0xff, 0x20, 0x1f, 0x82, 0xff, 0x38, 0x3f, 0x9b, 0xff, 0x48, 0x57, 0xbf, 0xff, 0x38, 0x56, 0xb5, 0xff, 0x47, 0x6c, 0xc4, 0xff, 0x79, 0x86, 0xfa, 0xff, 0x63, 0x67, 0xe9, 0xff, 0x51, 0x52, 0xf4, 0xff, 0x6e, 0x74, 0xfe, 0xff, 0x46, 0x47, 0xf3, 0xff, 0x1d, 0x1d, 0xd2, 0xff, 0x46, 0x49, 0xf6, 0xff, 0x30, 0x31, 0xeb, 0xff, 0x20, 0x1e, 0xd7, 0xff, 0x1e, 0x1c, 0xd3, 0xff, 0x1b, 0x1a, 0xcb, 0xff, 0x1b, 0x1a, 0xca, 0xff, 0x1d, 0x1c, 0xce, 0xff, 0x1e, 0x1d, 0xd2, 0xff, 0x1e, 0x1d, 0xd4, 0xff, 0x1b, 0x19, 0xcc, 0xff, 0x14, 0x15, 0xba, 0xff, 0x12, 0x13, 0xaa, 0xff, 0x13, 0x15, 0xac, 0xff, 0x17, 0x19, 0xb2, 0xff, 0x19, 0x1b, 0xa4, 0xff, 0x0a, 0x0d, 0x7b, 0xff, 0x0c, 0x0f, 0x81, 0xff, 0x0b, 0x0f, 0x8a, 0xff, 0x0c, 0x0f, 0x93, 0xff, 0x0c, 0x0f, 0x9b, 0xff, 0x0e, 0x10, 0xa5, 0xff, 0x12, 0x14, 0xb7, 0xff, 0x32, 0x32, 0xe6, 0xff, 0x3f, 0x3f, 0xfd, 0xff, 0x18, 0x1f, 0x68, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x11, 0x1a, 0x25, 0xff, 0x10, 0x19, 0x25, 0xff, 0x0f, 0x19, 0x24, 0xff, 0x10, 0x19, 0x22, 0xff, - 0x40, 0x61, 0x72, 0xff, 0x3f, 0x60, 0x72, 0xff, 0x32, 0x4a, 0x5d, 0xff, 0x31, 0x4d, 0x63, 0xff, 0x37, 0x5d, 0x7c, 0xff, 0x32, 0x59, 0x75, 0xff, 0x2c, 0x50, 0x6f, 0xff, 0x28, 0x49, 0x63, 0xff, 0x26, 0x3f, 0x55, 0xff, 0x25, 0x41, 0x55, 0xff, 0x25, 0x46, 0x55, 0xff, 0x24, 0x45, 0x52, 0xff, 0x22, 0x43, 0x4e, 0xff, 0x20, 0x3f, 0x4a, 0xff, 0x20, 0x38, 0x49, 0xff, 0x21, 0x37, 0x4c, 0xff, 0x22, 0x36, 0x4e, 0xff, 0x21, 0x34, 0x4a, 0xff, 0x20, 0x30, 0x48, 0xff, 0x1c, 0x2f, 0x45, 0xff, 0x23, 0x32, 0x6b, 0xff, 0x16, 0x21, 0x8b, 0xff, 0x0d, 0x11, 0x95, 0xff, 0x0e, 0x11, 0x96, 0xff, 0x10, 0x12, 0x9f, 0xff, 0x11, 0x13, 0xa7, 0xff, 0x0e, 0x10, 0xa4, 0xff, 0x0f, 0x10, 0xa1, 0xff, 0x10, 0x11, 0xa4, 0xff, 0x13, 0x14, 0xae, 0xff, 0x15, 0x16, 0xb6, 0xff, 0x17, 0x18, 0xbc, 0xff, 0x18, 0x18, 0xbf, 0xff, 0x1a, 0x19, 0xc0, 0xff, 0x1a, 0x19, 0xbe, 0xff, 0x1a, 0x1a, 0xbf, 0xff, 0x23, 0x24, 0xd4, 0xff, 0x1c, 0x1b, 0xc9, 0xff, 0x2b, 0x30, 0xe0, 0xff, 0x32, 0x39, 0xea, 0xff, 0x24, 0x24, 0xd3, 0xff, 0x32, 0x38, 0xb5, 0xff, 0x54, 0x4f, 0xfc, 0xff, 0x5e, 0x65, 0xff, 0xff, 0x52, 0x51, 0xf4, 0xff, 0x15, 0x19, 0xb8, 0xff, 0x4b, 0x55, 0xf6, 0xff, 0x4a, 0x6b, 0xc6, 0xff, 0x57, 0x7d, 0xd6, 0xff, 0x36, 0x46, 0xb9, 0xff, 0x2b, 0x30, 0x85, 0xff, 0x27, 0x2c, 0x79, 0xff, 0x12, 0x13, 0x50, 0xff, 0x19, 0x1c, 0x4c, 0xff, 0x13, 0x16, 0x40, 0xff, 0x1f, 0x20, 0x63, 0xff, 0x1e, 0x1f, 0x7a, 0xff, 0x37, 0x34, 0xa3, 0xff, 0x31, 0x38, 0xab, 0xff, 0x33, 0x43, 0xb0, 0xff, 0x4d, 0x6f, 0xce, 0xff, 0x3d, 0x5b, 0xc4, 0xff, 0x3b, 0x48, 0xe8, 0xff, 0x6c, 0x71, 0xff, 0xff, 0x49, 0x48, 0xfc, 0xff, 0x38, 0x39, 0xf5, 0xff, 0x45, 0x44, 0xff, 0xff, 0x2f, 0x2f, 0xe5, 0xff, 0x26, 0x26, 0xea, 0xff, 0x4e, 0x53, 0xfe, 0xff, 0x22, 0x1f, 0xe0, 0xff, 0x20, 0x1e, 0xd6, 0xff, 0x1d, 0x1b, 0xcb, 0xff, 0x17, 0x16, 0xbb, 0xff, 0x11, 0x12, 0xae, 0xff, 0x0e, 0x0f, 0xa4, 0xff, 0x0e, 0x0e, 0x9f, 0xff, 0x0e, 0x0f, 0xa2, 0xff, 0x0f, 0x0f, 0xa4, 0xff, 0x0f, 0x10, 0xa9, 0xff, 0x11, 0x11, 0xb2, 0xff, 0x30, 0x2d, 0xe2, 0xff, 0x56, 0x51, 0xff, 0xff, 0x19, 0x1b, 0xa2, 0xff, 0x0c, 0x0f, 0x85, 0xff, 0x0c, 0x0f, 0x90, 0xff, 0x1a, 0x1c, 0xbd, 0xff, 0x39, 0x3b, 0xe9, 0xff, 0x48, 0x49, 0xfe, 0xff, 0x50, 0x4d, 0xff, 0xff, 0x3b, 0x3b, 0xf1, 0xff, 0x22, 0x26, 0xa1, 0xff, 0x10, 0x18, 0x26, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x10, 0x1a, 0x24, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x18, 0x22, 0xff, - 0x2e, 0x4a, 0x55, 0xff, 0x30, 0x49, 0x59, 0xff, 0x26, 0x3b, 0x49, 0xff, 0x2a, 0x41, 0x52, 0xff, 0x36, 0x59, 0x76, 0xff, 0x32, 0x59, 0x76, 0xff, 0x2f, 0x52, 0x72, 0xff, 0x2b, 0x4e, 0x6c, 0xff, 0x26, 0x42, 0x59, 0xff, 0x23, 0x3e, 0x54, 0xff, 0x24, 0x42, 0x54, 0xff, 0x24, 0x44, 0x52, 0xff, 0x25, 0x40, 0x4e, 0xff, 0x22, 0x3c, 0x49, 0xff, 0x22, 0x39, 0x49, 0xff, 0x23, 0x37, 0x4b, 0xff, 0x22, 0x37, 0x4e, 0xff, 0x21, 0x33, 0x4c, 0xff, 0x30, 0x41, 0x9a, 0xff, 0x31, 0x35, 0xea, 0xff, 0x11, 0x12, 0xb2, 0xff, 0x0f, 0x11, 0x9e, 0xff, 0x0e, 0x10, 0x95, 0xff, 0x0f, 0x11, 0x93, 0xff, 0x0e, 0x12, 0x95, 0xff, 0x10, 0x10, 0x96, 0xff, 0x0f, 0x10, 0x95, 0xff, 0x0e, 0x10, 0x94, 0xff, 0x0d, 0x0f, 0x95, 0xff, 0x0e, 0x0f, 0x95, 0xff, 0x0d, 0x0f, 0x99, 0xff, 0x0e, 0x10, 0x9d, 0xff, 0x10, 0x10, 0xa5, 0xff, 0x10, 0x11, 0xab, 0xff, 0x12, 0x11, 0xb2, 0xff, 0x13, 0x13, 0xb8, 0xff, 0x16, 0x15, 0xbe, 0xff, 0x16, 0x18, 0xc3, 0xff, 0x19, 0x19, 0xc9, 0xff, 0x19, 0x1a, 0xcd, 0xff, 0x1b, 0x1b, 0xd1, 0xff, 0x1a, 0x1a, 0xcc, 0xff, 0x5b, 0x61, 0xee, 0xff, 0x60, 0x5e, 0xff, 0xff, 0x58, 0x5c, 0xff, 0xff, 0x28, 0x2e, 0xd2, 0xff, 0x41, 0x42, 0xef, 0xff, 0x40, 0x5f, 0xb7, 0xff, 0x42, 0x63, 0xcb, 0xff, 0x38, 0x48, 0xb0, 0xff, 0x26, 0x2d, 0x92, 0xff, 0x23, 0x27, 0x7b, 0xff, 0x1b, 0x1d, 0x66, 0xff, 0x24, 0x24, 0x6d, 0xff, 0x24, 0x25, 0x7a, 0xff, 0x2a, 0x2d, 0x82, 0xff, 0x31, 0x31, 0x95, 0xff, 0x35, 0x3e, 0xab, 0xff, 0x41, 0x4a, 0xb3, 0xff, 0x32, 0x4a, 0xb0, 0xff, 0x38, 0x55, 0xb6, 0xff, 0x63, 0x88, 0xde, 0xff, 0x6f, 0x71, 0xfe, 0xff, 0x4a, 0x4d, 0xf8, 0xff, 0x5b, 0x58, 0xfb, 0xff, 0x60, 0x5e, 0xff, 0xff, 0x2b, 0x2b, 0xe5, 0xff, 0x58, 0x55, 0xff, 0xff, 0x3a, 0x37, 0xff, 0xff, 0x39, 0x39, 0xfb, 0xff, 0x26, 0x26, 0xe9, 0xff, 0x1b, 0x1c, 0xd3, 0xff, 0x17, 0x18, 0xc7, 0xff, 0x16, 0x16, 0xc2, 0xff, 0x14, 0x14, 0xba, 0xff, 0x12, 0x13, 0xb6, 0xff, 0x13, 0x14, 0xb4, 0xff, 0x13, 0x14, 0xb5, 0xff, 0x14, 0x15, 0xb9, 0xff, 0x16, 0x15, 0xbc, 0xff, 0x1f, 0x1f, 0xd3, 0xff, 0x40, 0x3b, 0xf7, 0xff, 0x4d, 0x47, 0xfe, 0xff, 0x0f, 0x15, 0x9d, 0xff, 0x0d, 0x0f, 0x94, 0xff, 0x0e, 0x11, 0x9c, 0xff, 0x1a, 0x1c, 0xb6, 0xff, 0x2a, 0x2c, 0xd0, 0xff, 0x1c, 0x21, 0xa4, 0xff, 0x11, 0x17, 0x77, 0xff, 0x0f, 0x17, 0x46, 0xff, 0x11, 0x1a, 0x23, 0xff, 0x12, 0x1b, 0x28, 0xff, 0x11, 0x1a, 0x29, 0xff, 0x12, 0x1a, 0x29, 0xff, 0x11, 0x19, 0x27, 0xff, 0x11, 0x1a, 0x24, 0xff, 0x0f, 0x19, 0x24, 0xff, 0x10, 0x19, 0x21, 0xff, 0x10, 0x17, 0x1f, 0xff, - 0x21, 0x30, 0x37, 0xff, 0x23, 0x34, 0x3b, 0xff, 0x26, 0x34, 0x3d, 0xff, 0x2a, 0x3b, 0x49, 0xff, 0x34, 0x56, 0x74, 0xff, 0x34, 0x5b, 0x7a, 0xff, 0x32, 0x54, 0x6f, 0xff, 0x2e, 0x50, 0x6e, 0xff, 0x28, 0x47, 0x61, 0xff, 0x25, 0x42, 0x58, 0xff, 0x24, 0x41, 0x52, 0xff, 0x24, 0x42, 0x51, 0xff, 0x22, 0x3a, 0x48, 0xff, 0x1f, 0x36, 0x44, 0xff, 0x21, 0x38, 0x48, 0xff, 0x22, 0x37, 0x4c, 0xff, 0x23, 0x36, 0x49, 0xff, 0x34, 0x40, 0xb8, 0xff, 0x18, 0x1a, 0xc7, 0xff, 0x0c, 0x0f, 0x93, 0xff, 0x0b, 0x0f, 0x80, 0xff, 0x0c, 0x0e, 0x79, 0xff, 0x0b, 0x0e, 0x72, 0xff, 0x0b, 0x0e, 0x66, 0xff, 0x0b, 0x0e, 0x61, 0xff, 0x0c, 0x0e, 0x5e, 0xff, 0x0d, 0x0f, 0x62, 0xff, 0x0d, 0x0f, 0x69, 0xff, 0x0e, 0x0f, 0x6b, 0xff, 0x0e, 0x10, 0x71, 0xff, 0x0f, 0x10, 0x76, 0xff, 0x0f, 0x11, 0x79, 0xff, 0x0f, 0x10, 0x7b, 0xff, 0x0f, 0x11, 0x84, 0xff, 0x0f, 0x10, 0x93, 0xff, 0x0f, 0x11, 0x9c, 0xff, 0x10, 0x11, 0xa5, 0xff, 0x10, 0x11, 0xac, 0xff, 0x14, 0x16, 0xb6, 0xff, 0x26, 0x24, 0xcd, 0xff, 0x29, 0x28, 0xd6, 0xff, 0x26, 0x27, 0xd0, 0xff, 0x5f, 0x60, 0xf3, 0xff, 0x5a, 0x51, 0xff, 0xff, 0x50, 0x4e, 0xf9, 0xff, 0x29, 0x29, 0xe3, 0xff, 0x30, 0x3f, 0xac, 0xff, 0x54, 0x75, 0xc3, 0xff, 0x36, 0x51, 0xbb, 0xff, 0x43, 0x5a, 0xc7, 0xff, 0x33, 0x3e, 0xa4, 0xff, 0x29, 0x2a, 0x96, 0xff, 0x1d, 0x20, 0x81, 0xff, 0x22, 0x22, 0x88, 0xff, 0x24, 0x22, 0x7e, 0xff, 0x21, 0x23, 0x8a, 0xff, 0x25, 0x28, 0x8f, 0xff, 0x3a, 0x43, 0xb0, 0xff, 0x44, 0x60, 0xc3, 0xff, 0x41, 0x5d, 0xbd, 0xff, 0x37, 0x59, 0xc7, 0xff, 0x56, 0x74, 0xdd, 0xff, 0x3d, 0x4d, 0xc7, 0xff, 0x39, 0x3c, 0xe2, 0xff, 0x2a, 0x28, 0xdf, 0xff, 0x42, 0x45, 0xff, 0xff, 0x65, 0x6d, 0xff, 0xff, 0x6d, 0x78, 0xff, 0xff, 0x5c, 0x5f, 0xff, 0xff, 0x47, 0x46, 0xff, 0xff, 0x4a, 0x4f, 0xfe, 0xff, 0x27, 0x24, 0xec, 0xff, 0x20, 0x1e, 0xdb, 0xff, 0x1e, 0x1d, 0xd7, 0xff, 0x1c, 0x1b, 0xd0, 0xff, 0x1a, 0x1a, 0xcc, 0xff, 0x19, 0x18, 0xc9, 0xff, 0x19, 0x19, 0xc9, 0xff, 0x19, 0x19, 0xca, 0xff, 0x1b, 0x19, 0xcc, 0xff, 0x1a, 0x1a, 0xca, 0xff, 0x2a, 0x2a, 0xe4, 0xff, 0x22, 0x2f, 0xc4, 0xff, 0x11, 0x17, 0x54, 0xff, 0x10, 0x17, 0x46, 0xff, 0x10, 0x18, 0x37, 0xff, 0x0f, 0x18, 0x2c, 0xff, 0x0f, 0x18, 0x20, 0xff, 0x10, 0x18, 0x1c, 0xff, 0x0f, 0x17, 0x1e, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x10, 0x19, 0x26, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x12, 0x1a, 0x29, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x10, 0x19, 0x26, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x18, 0x22, 0xff, 0x0f, 0x16, 0x1d, 0xff, - 0x1d, 0x27, 0x2e, 0xff, 0x1e, 0x28, 0x2f, 0xff, 0x20, 0x2c, 0x32, 0xff, 0x22, 0x30, 0x37, 0xff, 0x2f, 0x4b, 0x67, 0xff, 0x34, 0x5b, 0x7c, 0xff, 0x31, 0x54, 0x71, 0xff, 0x2f, 0x4f, 0x6b, 0xff, 0x2a, 0x49, 0x63, 0xff, 0x25, 0x43, 0x58, 0xff, 0x24, 0x42, 0x51, 0xff, 0x25, 0x42, 0x50, 0xff, 0x21, 0x3b, 0x49, 0xff, 0x1e, 0x36, 0x45, 0xff, 0x21, 0x39, 0x4b, 0xff, 0x21, 0x39, 0x4e, 0xff, 0x21, 0x37, 0x4f, 0xff, 0x1d, 0x2c, 0x6e, 0xff, 0x0d, 0x10, 0xa0, 0xff, 0x0d, 0x10, 0x91, 0xff, 0x0d, 0x10, 0x91, 0xff, 0x0e, 0x10, 0x90, 0xff, 0x0c, 0x10, 0x92, 0xff, 0x0c, 0x10, 0x91, 0xff, 0x0d, 0x0f, 0x8e, 0xff, 0x0d, 0x10, 0x88, 0xff, 0x0d, 0x0f, 0x81, 0xff, 0x0d, 0x0f, 0x7d, 0xff, 0x0d, 0x0f, 0x7a, 0xff, 0x0c, 0x0f, 0x79, 0xff, 0x0e, 0x0f, 0x78, 0xff, 0x0e, 0x0f, 0x7b, 0xff, 0x0e, 0x10, 0x85, 0xff, 0x0f, 0x10, 0x92, 0xff, 0x10, 0x12, 0xa1, 0xff, 0x11, 0x12, 0xad, 0xff, 0x12, 0x13, 0xb5, 0xff, 0x14, 0x16, 0xbe, 0xff, 0x19, 0x1b, 0xc9, 0xff, 0x1e, 0x1e, 0xd4, 0xff, 0x1e, 0x1f, 0xd9, 0xff, 0x29, 0x2b, 0xe6, 0xff, 0x84, 0x8c, 0xff, 0xff, 0x54, 0x4b, 0xfc, 0xff, 0x57, 0x58, 0xff, 0xff, 0x60, 0x62, 0xff, 0xff, 0x4e, 0x53, 0xf4, 0xff, 0x4c, 0x62, 0xdf, 0xff, 0x4c, 0x6b, 0xd5, 0xff, 0x3c, 0x49, 0xbc, 0xff, 0x39, 0x42, 0xb0, 0xff, 0x31, 0x33, 0xa3, 0xff, 0x23, 0x29, 0x8b, 0xff, 0x2c, 0x31, 0x9b, 0xff, 0x23, 0x26, 0x91, 0xff, 0x34, 0x35, 0xa6, 0xff, 0x52, 0x65, 0xcd, 0xff, 0x36, 0x4d, 0xb6, 0xff, 0x34, 0x52, 0xaf, 0xff, 0x43, 0x60, 0xbe, 0xff, 0x3d, 0x54, 0xce, 0xff, 0x5c, 0x66, 0xfc, 0xff, 0x64, 0x78, 0xff, 0xff, 0x65, 0x6b, 0xfc, 0xff, 0x5e, 0x5f, 0xf3, 0xff, 0x4c, 0x52, 0xfb, 0xff, 0x25, 0x26, 0xca, 0xff, 0x55, 0x5f, 0xfa, 0xff, 0x66, 0x7f, 0xff, 0xff, 0x53, 0x59, 0xff, 0xff, 0x5f, 0x6b, 0xff, 0xff, 0x62, 0x70, 0xff, 0xff, 0x49, 0x4b, 0xfa, 0xff, 0x31, 0x2f, 0xec, 0xff, 0x24, 0x22, 0xdd, 0xff, 0x21, 0x1f, 0xd7, 0xff, 0x1e, 0x1d, 0xd4, 0xff, 0x1d, 0x1c, 0xd0, 0xff, 0x1f, 0x1e, 0xce, 0xff, 0x22, 0x23, 0xd0, 0xff, 0x2c, 0x2b, 0xe8, 0xff, 0x20, 0x2f, 0xda, 0xff, 0x19, 0x2a, 0x5d, 0xff, 0x17, 0x22, 0x38, 0xff, 0x11, 0x1b, 0x28, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x18, 0x24, 0xff, 0x0f, 0x17, 0x22, 0xff, 0x0f, 0x16, 0x21, 0xff, 0x10, 0x16, 0x21, 0xff, 0x0f, 0x18, 0x22, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x1a, 0x27, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x10, 0x19, 0x28, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x19, 0x23, 0xff, 0x10, 0x18, 0x22, 0xff, 0x0f, 0x16, 0x1d, 0xff, - 0x17, 0x20, 0x25, 0xff, 0x15, 0x1e, 0x21, 0xff, 0x1e, 0x2b, 0x2c, 0xff, 0x27, 0x3b, 0x3c, 0xff, 0x32, 0x54, 0x60, 0xff, 0x35, 0x5a, 0x79, 0xff, 0x33, 0x56, 0x73, 0xff, 0x30, 0x51, 0x6b, 0xff, 0x2a, 0x48, 0x62, 0xff, 0x26, 0x42, 0x59, 0xff, 0x25, 0x45, 0x56, 0xff, 0x25, 0x44, 0x53, 0xff, 0x23, 0x43, 0x51, 0xff, 0x22, 0x3d, 0x4c, 0xff, 0x21, 0x3c, 0x4f, 0xff, 0x21, 0x38, 0x4f, 0xff, 0x22, 0x36, 0x4f, 0xff, 0x22, 0x33, 0x4b, 0xff, 0x1d, 0x2b, 0x61, 0xff, 0x12, 0x16, 0xa3, 0xff, 0x11, 0x11, 0xa5, 0xff, 0x12, 0x12, 0xa7, 0xff, 0x11, 0x12, 0xa7, 0xff, 0x12, 0x12, 0xa8, 0xff, 0x10, 0x11, 0xa9, 0xff, 0x10, 0x10, 0xac, 0xff, 0x10, 0x11, 0xad, 0xff, 0x10, 0x11, 0xb0, 0xff, 0x11, 0x12, 0xb1, 0xff, 0x12, 0x12, 0xb2, 0xff, 0x14, 0x14, 0xb5, 0xff, 0x15, 0x15, 0xb8, 0xff, 0x16, 0x15, 0xba, 0xff, 0x16, 0x16, 0xbc, 0xff, 0x16, 0x16, 0xbe, 0xff, 0x18, 0x18, 0xc1, 0xff, 0x17, 0x18, 0xc6, 0xff, 0x1a, 0x19, 0xcb, 0xff, 0x1c, 0x1d, 0xd6, 0xff, 0x17, 0x17, 0xcd, 0xff, 0x19, 0x19, 0xcf, 0xff, 0x49, 0x4b, 0xe7, 0xff, 0x6c, 0x63, 0xfc, 0xff, 0x3b, 0x37, 0xfa, 0xff, 0x80, 0x81, 0xff, 0xff, 0x4c, 0x46, 0xf9, 0xff, 0x6a, 0x81, 0xff, 0xff, 0x32, 0x47, 0xdf, 0xff, 0x44, 0x55, 0xcc, 0xff, 0x3f, 0x4f, 0xbc, 0xff, 0x44, 0x4e, 0xc5, 0xff, 0x38, 0x41, 0xc2, 0xff, 0x38, 0x3f, 0xb5, 0xff, 0x46, 0x51, 0xc8, 0xff, 0x2f, 0x35, 0xaf, 0xff, 0x39, 0x3f, 0xbe, 0xff, 0x33, 0x46, 0xb6, 0xff, 0x59, 0x7d, 0xcd, 0xff, 0x49, 0x6b, 0xba, 0xff, 0x62, 0x74, 0xf9, 0xff, 0x8d, 0xaa, 0xf6, 0xff, 0x8e, 0x93, 0xf7, 0xff, 0x4f, 0x52, 0xeb, 0xff, 0x2c, 0x2c, 0xf3, 0xff, 0x52, 0x50, 0xfc, 0xff, 0x2c, 0x2b, 0xd3, 0xff, 0x3b, 0x3a, 0xfc, 0xff, 0x65, 0x6a, 0xff, 0xff, 0x66, 0x6c, 0xff, 0xff, 0x65, 0x6c, 0xff, 0xff, 0x61, 0x69, 0xff, 0xff, 0x5c, 0x67, 0xff, 0xff, 0x60, 0x69, 0xff, 0xff, 0x66, 0x6a, 0xff, 0xff, 0x65, 0x69, 0xff, 0xff, 0x65, 0x6a, 0xff, 0xff, 0x65, 0x6b, 0xff, 0xff, 0x6b, 0x6d, 0xff, 0xff, 0x60, 0x5e, 0xff, 0xff, 0x3c, 0x3e, 0xf8, 0xff, 0x22, 0x35, 0x9c, 0xff, 0x22, 0x38, 0x5e, 0xff, 0x21, 0x32, 0x55, 0xff, 0x1c, 0x2b, 0x47, 0xff, 0x16, 0x21, 0x34, 0xff, 0x11, 0x1a, 0x28, 0xff, 0x11, 0x19, 0x25, 0xff, 0x11, 0x19, 0x24, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x19, 0x24, 0xff, 0x11, 0x19, 0x25, 0xff, 0x10, 0x1b, 0x26, 0xff, 0x12, 0x1b, 0x28, 0xff, 0x11, 0x1b, 0x28, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x10, 0x19, 0x25, 0xff, 0x10, 0x19, 0x23, 0xff, 0x10, 0x18, 0x21, 0xff, 0x10, 0x18, 0x20, 0xff, 0x0f, 0x16, 0x1e, 0xff, - 0x13, 0x1b, 0x1e, 0xff, 0x1d, 0x2c, 0x2b, 0xff, 0x2d, 0x48, 0x45, 0xff, 0x3b, 0x5e, 0x58, 0xff, 0x37, 0x5c, 0x62, 0xff, 0x39, 0x5f, 0x75, 0xff, 0x35, 0x5b, 0x75, 0xff, 0x31, 0x56, 0x70, 0xff, 0x2d, 0x4e, 0x68, 0xff, 0x27, 0x45, 0x59, 0xff, 0x25, 0x43, 0x56, 0xff, 0x26, 0x44, 0x55, 0xff, 0x24, 0x43, 0x52, 0xff, 0x22, 0x3d, 0x4e, 0xff, 0x21, 0x3a, 0x4f, 0xff, 0x21, 0x3a, 0x4e, 0xff, 0x23, 0x36, 0x4e, 0xff, 0x21, 0x33, 0x4b, 0xff, 0x20, 0x35, 0x5f, 0xff, 0x2a, 0x2b, 0xe0, 0xff, 0x11, 0x14, 0xa4, 0xff, 0x0f, 0x12, 0x9c, 0xff, 0x0f, 0x11, 0xa5, 0xff, 0x38, 0x39, 0xdf, 0xff, 0x4f, 0x4d, 0xf9, 0xff, 0x52, 0x4e, 0xff, 0xff, 0x4f, 0x48, 0xff, 0xff, 0x4b, 0x44, 0xff, 0xff, 0x43, 0x3d, 0xff, 0xff, 0x3c, 0x38, 0xf9, 0xff, 0x32, 0x2f, 0xed, 0xff, 0x29, 0x26, 0xe0, 0xff, 0x22, 0x22, 0xd4, 0xff, 0x1e, 0x1d, 0xcc, 0xff, 0x1d, 0x1c, 0xcb, 0xff, 0x19, 0x1a, 0xc4, 0xff, 0x13, 0x12, 0xaf, 0xff, 0x10, 0x12, 0x9f, 0xff, 0x1a, 0x1a, 0xae, 0xff, 0x54, 0x54, 0xec, 0xff, 0x5d, 0x53, 0xff, 0xff, 0x57, 0x52, 0xff, 0xff, 0x4c, 0x4d, 0xff, 0xff, 0x28, 0x25, 0xed, 0xff, 0x47, 0x4f, 0xe6, 0xff, 0x5f, 0x5c, 0xfd, 0xff, 0x6a, 0x65, 0xff, 0xff, 0x60, 0x68, 0xf3, 0xff, 0x48, 0x52, 0xf1, 0xff, 0x3b, 0x44, 0xbf, 0xff, 0x36, 0x41, 0xbc, 0xff, 0x41, 0x48, 0xbb, 0xff, 0x40, 0x52, 0xb7, 0xff, 0x37, 0x49, 0xb8, 0xff, 0x47, 0x56, 0xc4, 0xff, 0x49, 0x58, 0xc9, 0xff, 0x48, 0x63, 0xbe, 0xff, 0x31, 0x4e, 0xa8, 0xff, 0x48, 0x56, 0xe0, 0xff, 0x62, 0x67, 0xf8, 0xff, 0x5d, 0x5d, 0xf7, 0xff, 0x64, 0x62, 0xfd, 0xff, 0x53, 0x50, 0xe4, 0xff, 0x37, 0x35, 0xee, 0xff, 0x2f, 0x2c, 0xf5, 0xff, 0x39, 0x3b, 0xf7, 0xff, 0x65, 0x5c, 0xff, 0xff, 0x6d, 0x6e, 0xff, 0xff, 0x42, 0x3c, 0xff, 0xff, 0x41, 0x3a, 0xfc, 0xff, 0x53, 0x4d, 0xfa, 0xff, 0x62, 0x5e, 0xfe, 0xff, 0x64, 0x67, 0xff, 0xff, 0x5e, 0x66, 0xff, 0xff, 0x5d, 0x62, 0xff, 0xff, 0x63, 0x65, 0xff, 0xff, 0x53, 0x50, 0xff, 0xff, 0x1f, 0x1e, 0xd9, 0xff, 0x18, 0x18, 0xce, 0xff, 0x1d, 0x27, 0x97, 0xff, 0x28, 0x3f, 0x6e, 0xff, 0x24, 0x3c, 0x5d, 0xff, 0x22, 0x37, 0x5b, 0xff, 0x21, 0x32, 0x54, 0xff, 0x1b, 0x2a, 0x46, 0xff, 0x14, 0x20, 0x31, 0xff, 0x12, 0x1b, 0x29, 0xff, 0x12, 0x1b, 0x27, 0xff, 0x11, 0x1b, 0x27, 0xff, 0x11, 0x1a, 0x27, 0xff, 0x11, 0x1b, 0x26, 0xff, 0x12, 0x1b, 0x27, 0xff, 0x11, 0x1c, 0x29, 0xff, 0x12, 0x1b, 0x28, 0xff, 0x11, 0x1b, 0x27, 0xff, 0x11, 0x1a, 0x26, 0xff, 0x0f, 0x19, 0x21, 0xff, 0x0f, 0x17, 0x1e, 0xff, 0x0f, 0x16, 0x1d, 0xff, 0x0f, 0x15, 0x1a, 0xff, - 0x15, 0x1d, 0x21, 0xff, 0x25, 0x37, 0x38, 0xff, 0x33, 0x4e, 0x4c, 0xff, 0x33, 0x57, 0x51, 0xff, 0x32, 0x55, 0x56, 0xff, 0x34, 0x57, 0x6c, 0xff, 0x36, 0x5d, 0x77, 0xff, 0x34, 0x56, 0x6f, 0xff, 0x2f, 0x4f, 0x69, 0xff, 0x28, 0x45, 0x5a, 0xff, 0x24, 0x41, 0x55, 0xff, 0x22, 0x41, 0x56, 0xff, 0x22, 0x40, 0x50, 0xff, 0x23, 0x3b, 0x4d, 0xff, 0x22, 0x36, 0x4d, 0xff, 0x21, 0x39, 0x4c, 0xff, 0x22, 0x36, 0x4c, 0xff, 0x20, 0x34, 0x49, 0xff, 0x20, 0x32, 0x49, 0xff, 0x24, 0x30, 0x88, 0xff, 0x2f, 0x2f, 0xe9, 0xff, 0x1d, 0x1d, 0xcd, 0xff, 0x0c, 0x10, 0x9d, 0xff, 0x33, 0x36, 0xd7, 0xff, 0x42, 0x3e, 0xf4, 0xff, 0x42, 0x3e, 0xf1, 0xff, 0x53, 0x50, 0xfe, 0xff, 0x5e, 0x59, 0xff, 0xff, 0x61, 0x5d, 0xff, 0xff, 0x5f, 0x5b, 0xff, 0xff, 0x53, 0x4e, 0xff, 0xff, 0x4a, 0x46, 0xff, 0xff, 0x45, 0x41, 0xff, 0xff, 0x40, 0x3c, 0xfe, 0xff, 0x39, 0x35, 0xfa, 0xff, 0x30, 0x2e, 0xf1, 0xff, 0x3c, 0x39, 0xf1, 0xff, 0x30, 0x2e, 0xef, 0xff, 0x3a, 0x36, 0xfd, 0xff, 0x48, 0x43, 0xfe, 0xff, 0x56, 0x57, 0xff, 0xff, 0x60, 0x6b, 0xff, 0xff, 0x6e, 0x7f, 0xff, 0xff, 0x5b, 0x62, 0xff, 0xff, 0x62, 0x69, 0xff, 0xff, 0x48, 0x49, 0xfd, 0xff, 0x55, 0x55, 0xff, 0xff, 0x76, 0x77, 0xff, 0xff, 0x47, 0x49, 0xf5, 0xff, 0x4a, 0x4e, 0xdb, 0xff, 0x42, 0x48, 0xe6, 0xff, 0x43, 0x4a, 0xb7, 0xff, 0x49, 0x61, 0xc7, 0xff, 0x38, 0x4f, 0xad, 0xff, 0x24, 0x37, 0x8e, 0xff, 0x42, 0x5e, 0xc1, 0xff, 0x4e, 0x66, 0xc1, 0xff, 0x48, 0x52, 0xf0, 0xff, 0x4d, 0x58, 0xf2, 0xff, 0x6e, 0x73, 0xfd, 0xff, 0x61, 0x6d, 0xe8, 0xff, 0x3a, 0x37, 0xf5, 0xff, 0x38, 0x34, 0xff, 0xff, 0x55, 0x60, 0xfe, 0xff, 0x24, 0x21, 0xef, 0xff, 0x60, 0x66, 0xff, 0xff, 0x62, 0x73, 0xff, 0xff, 0x60, 0x6c, 0xff, 0xff, 0x66, 0x6d, 0xff, 0xff, 0x59, 0x56, 0xfe, 0xff, 0x2f, 0x2c, 0xf1, 0xff, 0x2a, 0x25, 0xe5, 0xff, 0x3b, 0x35, 0xed, 0xff, 0x56, 0x50, 0xf8, 0xff, 0x6c, 0x69, 0xff, 0xff, 0x67, 0x6a, 0xff, 0xff, 0x6e, 0x70, 0xff, 0xff, 0x5f, 0x5b, 0xf1, 0xff, 0x31, 0x34, 0xd6, 0xff, 0x39, 0x3a, 0xe4, 0xff, 0x52, 0x53, 0xff, 0xff, 0x23, 0x3b, 0x69, 0xff, 0x22, 0x39, 0x58, 0xff, 0x21, 0x35, 0x58, 0xff, 0x1f, 0x2d, 0x4d, 0xff, 0x19, 0x27, 0x39, 0xff, 0x14, 0x1f, 0x2b, 0xff, 0x12, 0x1c, 0x27, 0xff, 0x11, 0x1b, 0x27, 0xff, 0x11, 0x1b, 0x27, 0xff, 0x12, 0x1b, 0x27, 0xff, 0x12, 0x1c, 0x26, 0xff, 0x13, 0x1c, 0x29, 0xff, 0x11, 0x1c, 0x29, 0xff, 0x12, 0x1a, 0x26, 0xff, 0x10, 0x1a, 0x23, 0xff, 0x0f, 0x17, 0x20, 0xff, 0x0f, 0x16, 0x1b, 0xff, 0x0f, 0x15, 0x19, 0xff, 0x10, 0x14, 0x1a, 0xff, - 0x18, 0x22, 0x27, 0xff, 0x1c, 0x28, 0x2b, 0xff, 0x24, 0x36, 0x35, 0xff, 0x1f, 0x30, 0x2f, 0xff, 0x1d, 0x2c, 0x30, 0xff, 0x2d, 0x48, 0x5f, 0xff, 0x34, 0x56, 0x74, 0xff, 0x32, 0x54, 0x70, 0xff, 0x2e, 0x50, 0x68, 0xff, 0x29, 0x47, 0x59, 0xff, 0x25, 0x41, 0x54, 0xff, 0x23, 0x41, 0x55, 0xff, 0x23, 0x40, 0x52, 0xff, 0x24, 0x3b, 0x4d, 0xff, 0x22, 0x38, 0x4b, 0xff, 0x22, 0x36, 0x4b, 0xff, 0x21, 0x34, 0x4a, 0xff, 0x20, 0x33, 0x4a, 0xff, 0x21, 0x32, 0x4a, 0xff, 0x21, 0x2f, 0x4a, 0xff, 0x1e, 0x2f, 0x43, 0xff, 0x1e, 0x2e, 0x73, 0xff, 0x16, 0x21, 0x7b, 0xff, 0x16, 0x1c, 0x97, 0xff, 0x49, 0x46, 0xf9, 0xff, 0x31, 0x2e, 0xe5, 0xff, 0x1b, 0x1a, 0xce, 0xff, 0x15, 0x14, 0xc8, 0xff, 0x1b, 0x19, 0xd4, 0xff, 0x23, 0x20, 0xde, 0xff, 0x31, 0x2d, 0xea, 0xff, 0x3f, 0x3a, 0xf3, 0xff, 0x4b, 0x45, 0xfb, 0xff, 0x50, 0x49, 0xfd, 0xff, 0x52, 0x4a, 0xff, 0xff, 0x39, 0x34, 0xfa, 0xff, 0x32, 0x2c, 0xf6, 0xff, 0x4b, 0x45, 0xff, 0xff, 0x54, 0x52, 0xff, 0xff, 0x5f, 0x68, 0xff, 0xff, 0x62, 0x6e, 0xff, 0xff, 0x69, 0x6e, 0xff, 0xff, 0x57, 0x60, 0xfa, 0xff, 0x3f, 0x42, 0xe6, 0xff, 0x35, 0x36, 0xeb, 0xff, 0x6d, 0x6b, 0xf3, 0xff, 0x40, 0x3a, 0xfb, 0xff, 0x55, 0x57, 0xf7, 0xff, 0x5f, 0x5f, 0xf9, 0xff, 0x6b, 0x6c, 0xfa, 0xff, 0x6a, 0x6d, 0xff, 0xff, 0x54, 0x61, 0xee, 0xff, 0x4e, 0x58, 0xd6, 0xff, 0x42, 0x4d, 0xd7, 0xff, 0x4c, 0x63, 0xcf, 0xff, 0x4c, 0x61, 0xd8, 0xff, 0x6a, 0x75, 0xff, 0xff, 0x77, 0x87, 0xff, 0xff, 0x6b, 0x82, 0xfd, 0xff, 0x76, 0x80, 0xf9, 0xff, 0x31, 0x30, 0xfb, 0xff, 0x63, 0x6b, 0xfc, 0xff, 0x31, 0x30, 0xe8, 0xff, 0x48, 0x49, 0xfc, 0xff, 0x43, 0x39, 0xed, 0xff, 0x5a, 0x55, 0xfe, 0xff, 0x6f, 0x72, 0xff, 0xff, 0x6a, 0x70, 0xff, 0xff, 0x69, 0x6e, 0xff, 0xff, 0x66, 0x69, 0xff, 0xff, 0x6a, 0x69, 0xff, 0xff, 0x48, 0x45, 0xfb, 0xff, 0x2b, 0x26, 0xe8, 0xff, 0x26, 0x22, 0xdf, 0xff, 0x2f, 0x2b, 0xe5, 0xff, 0x50, 0x4c, 0xf7, 0xff, 0x67, 0x63, 0xff, 0xff, 0x81, 0x7c, 0xff, 0xff, 0x5c, 0x64, 0xf4, 0xff, 0x35, 0x49, 0xbf, 0xff, 0x23, 0x38, 0x77, 0xff, 0x23, 0x3a, 0x51, 0xff, 0x22, 0x39, 0x58, 0xff, 0x22, 0x35, 0x55, 0xff, 0x20, 0x30, 0x4d, 0xff, 0x1c, 0x29, 0x3d, 0xff, 0x14, 0x22, 0x2d, 0xff, 0x12, 0x1d, 0x26, 0xff, 0x11, 0x1b, 0x24, 0xff, 0x10, 0x1b, 0x25, 0xff, 0x11, 0x1a, 0x25, 0xff, 0x11, 0x1b, 0x25, 0xff, 0x11, 0x1b, 0x29, 0xff, 0x11, 0x1b, 0x27, 0xff, 0x10, 0x1a, 0x25, 0xff, 0x10, 0x19, 0x22, 0xff, 0x10, 0x18, 0x1e, 0xff, 0x10, 0x15, 0x1b, 0xff, 0x10, 0x14, 0x1a, 0xff, 0x0f, 0x13, 0x19, 0xff, - 0x16, 0x20, 0x26, 0xff, 0x18, 0x20, 0x26, 0xff, 0x18, 0x20, 0x22, 0xff, 0x18, 0x1e, 0x23, 0xff, 0x1a, 0x26, 0x2c, 0xff, 0x2a, 0x41, 0x56, 0xff, 0x33, 0x55, 0x74, 0xff, 0x35, 0x56, 0x73, 0xff, 0x32, 0x57, 0x72, 0xff, 0x2d, 0x4e, 0x64, 0xff, 0x27, 0x45, 0x56, 0xff, 0x24, 0x42, 0x52, 0xff, 0x22, 0x3e, 0x4f, 0xff, 0x23, 0x3a, 0x4e, 0xff, 0x21, 0x37, 0x4c, 0xff, 0x21, 0x36, 0x4a, 0xff, 0x21, 0x34, 0x48, 0xff, 0x21, 0x31, 0x46, 0xff, 0x1f, 0x30, 0x48, 0xff, 0x20, 0x30, 0x48, 0xff, 0x20, 0x2f, 0x49, 0xff, 0x1f, 0x2f, 0x4b, 0xff, 0x1e, 0x30, 0x4b, 0xff, 0x1e, 0x33, 0x48, 0xff, 0x1c, 0x30, 0x5b, 0xff, 0x45, 0x46, 0xeb, 0xff, 0x5e, 0x58, 0xff, 0xff, 0x50, 0x4a, 0xfc, 0xff, 0x3f, 0x3b, 0xef, 0xff, 0x34, 0x30, 0xe4, 0xff, 0x26, 0x24, 0xd8, 0xff, 0x1a, 0x19, 0xcc, 0xff, 0x15, 0x15, 0xc5, 0xff, 0x3e, 0x38, 0xf7, 0xff, 0x2c, 0x28, 0xf4, 0xff, 0x42, 0x3b, 0xf9, 0xff, 0x58, 0x53, 0xff, 0xff, 0x58, 0x57, 0xff, 0xff, 0x62, 0x68, 0xff, 0xff, 0x61, 0x67, 0xff, 0xff, 0x67, 0x6a, 0xff, 0xff, 0x48, 0x46, 0xf4, 0xff, 0x43, 0x41, 0xf6, 0xff, 0x30, 0x2e, 0xf8, 0xff, 0x4c, 0x49, 0xf7, 0xff, 0x36, 0x37, 0xe8, 0xff, 0x65, 0x62, 0xff, 0xff, 0x5a, 0x60, 0xfb, 0xff, 0x56, 0x52, 0xff, 0xff, 0x5e, 0x5f, 0xff, 0xff, 0x48, 0x4c, 0xfa, 0xff, 0x68, 0x68, 0xfc, 0xff, 0x62, 0x72, 0xf8, 0xff, 0x5f, 0x69, 0xff, 0xff, 0x89, 0x92, 0xff, 0xff, 0x65, 0x74, 0xf7, 0xff, 0x82, 0x89, 0xfe, 0xff, 0x7b, 0x82, 0xfc, 0xff, 0x6b, 0x6c, 0xfc, 0xff, 0x60, 0x70, 0xfe, 0xff, 0x2b, 0x29, 0xf4, 0xff, 0x3a, 0x36, 0xfb, 0xff, 0x26, 0x24, 0xec, 0xff, 0x5d, 0x61, 0xff, 0xff, 0x63, 0x6d, 0xff, 0xff, 0x82, 0x8b, 0xff, 0xff, 0x65, 0x6c, 0xff, 0xff, 0x60, 0x5a, 0xff, 0xff, 0x74, 0x70, 0xff, 0xff, 0x6d, 0x6c, 0xff, 0xff, 0x6f, 0x70, 0xff, 0xff, 0x71, 0x72, 0xff, 0xff, 0x66, 0x63, 0xff, 0xff, 0x48, 0x43, 0xfa, 0xff, 0x2b, 0x26, 0xe8, 0xff, 0x26, 0x23, 0xde, 0xff, 0x2a, 0x26, 0xe2, 0xff, 0x43, 0x3e, 0xf1, 0xff, 0x5b, 0x59, 0xe6, 0xff, 0x11, 0x1c, 0x20, 0xff, 0x20, 0x2e, 0x47, 0xff, 0x23, 0x3b, 0x55, 0xff, 0x24, 0x3b, 0x58, 0xff, 0x21, 0x38, 0x54, 0xff, 0x22, 0x34, 0x4d, 0xff, 0x1f, 0x30, 0x43, 0xff, 0x19, 0x27, 0x33, 0xff, 0x13, 0x1e, 0x25, 0xff, 0x11, 0x1b, 0x22, 0xff, 0x12, 0x19, 0x22, 0xff, 0x11, 0x1b, 0x23, 0xff, 0x11, 0x1a, 0x24, 0xff, 0x11, 0x1b, 0x24, 0xff, 0x10, 0x19, 0x24, 0xff, 0x10, 0x18, 0x21, 0xff, 0x0f, 0x17, 0x1e, 0xff, 0x10, 0x15, 0x1c, 0xff, 0x0f, 0x15, 0x19, 0xff, 0x0f, 0x14, 0x18, 0xff, 0x0f, 0x14, 0x18, 0xff, - 0x14, 0x1c, 0x21, 0xff, 0x14, 0x1c, 0x21, 0xff, 0x15, 0x1c, 0x1e, 0xff, 0x16, 0x1c, 0x1f, 0xff, 0x1b, 0x24, 0x2c, 0xff, 0x25, 0x39, 0x4b, 0xff, 0x33, 0x51, 0x6d, 0xff, 0x36, 0x58, 0x74, 0xff, 0x36, 0x59, 0x70, 0xff, 0x32, 0x52, 0x65, 0xff, 0x29, 0x47, 0x57, 0xff, 0x25, 0x42, 0x51, 0xff, 0x23, 0x3d, 0x4f, 0xff, 0x23, 0x3a, 0x4e, 0xff, 0x22, 0x36, 0x4d, 0xff, 0x22, 0x34, 0x49, 0xff, 0x21, 0x32, 0x49, 0xff, 0x1f, 0x31, 0x47, 0xff, 0x20, 0x31, 0x48, 0xff, 0x1f, 0x30, 0x49, 0xff, 0x20, 0x30, 0x48, 0xff, 0x20, 0x31, 0x46, 0xff, 0x1d, 0x30, 0x46, 0xff, 0x1f, 0x32, 0x48, 0xff, 0x1f, 0x31, 0x4a, 0xff, 0x1c, 0x2e, 0x4a, 0xff, 0x38, 0x42, 0xae, 0xff, 0x67, 0x64, 0xff, 0xff, 0x72, 0x72, 0xff, 0xff, 0x6a, 0x68, 0xff, 0xff, 0x6a, 0x68, 0xff, 0xff, 0x69, 0x66, 0xff, 0xff, 0x62, 0x5f, 0xff, 0xff, 0x43, 0x3d, 0xfb, 0xff, 0x54, 0x4c, 0xff, 0xff, 0x5c, 0x57, 0xff, 0xff, 0x60, 0x60, 0xff, 0xff, 0x65, 0x68, 0xff, 0xff, 0x66, 0x68, 0xff, 0xff, 0x57, 0x5a, 0xff, 0xff, 0x2e, 0x2c, 0xec, 0xff, 0x2b, 0x26, 0xe3, 0xff, 0x23, 0x1e, 0xe0, 0xff, 0x5e, 0x5c, 0xf5, 0xff, 0x49, 0x4f, 0xfd, 0xff, 0x71, 0x83, 0xff, 0xff, 0x28, 0x26, 0xf3, 0xff, 0x61, 0x6e, 0xf2, 0xff, 0x7f, 0x8b, 0xfe, 0xff, 0x7b, 0x7e, 0xff, 0xff, 0x63, 0x63, 0xff, 0xff, 0x7a, 0x86, 0xff, 0xff, 0x5e, 0x5c, 0xff, 0xff, 0x6d, 0x6c, 0xf9, 0xff, 0x7e, 0x84, 0xff, 0xff, 0x70, 0x73, 0xfd, 0xff, 0x61, 0x6e, 0xfb, 0xff, 0x63, 0x72, 0xff, 0xff, 0x34, 0x31, 0xff, 0xff, 0x58, 0x5f, 0xfe, 0xff, 0x47, 0x45, 0xfd, 0xff, 0x42, 0x47, 0xf8, 0xff, 0x65, 0x5e, 0xfd, 0xff, 0x6a, 0x80, 0xff, 0xff, 0x66, 0x75, 0xff, 0xff, 0x72, 0x72, 0xff, 0xff, 0x65, 0x77, 0xff, 0xff, 0x69, 0x72, 0xff, 0xff, 0x51, 0x4d, 0xff, 0xff, 0x65, 0x5f, 0xff, 0xff, 0x75, 0x73, 0xff, 0xff, 0x72, 0x73, 0xff, 0xff, 0x7c, 0x7c, 0xff, 0xff, 0x68, 0x69, 0xff, 0xff, 0x62, 0x5f, 0xff, 0xff, 0x4f, 0x48, 0xfa, 0xff, 0x32, 0x2d, 0xe9, 0xff, 0x20, 0x1e, 0xd9, 0xff, 0x55, 0x56, 0xf9, 0xff, 0x0b, 0x14, 0x2d, 0xff, 0x1b, 0x29, 0x3c, 0xff, 0x23, 0x37, 0x52, 0xff, 0x25, 0x3b, 0x57, 0xff, 0x25, 0x38, 0x55, 0xff, 0x25, 0x3a, 0x51, 0xff, 0x23, 0x35, 0x49, 0xff, 0x1c, 0x2e, 0x3d, 0xff, 0x16, 0x23, 0x2d, 0xff, 0x12, 0x1c, 0x22, 0xff, 0x11, 0x1b, 0x1f, 0xff, 0x11, 0x1a, 0x20, 0xff, 0x12, 0x1a, 0x21, 0xff, 0x11, 0x19, 0x20, 0xff, 0x10, 0x17, 0x1f, 0xff, 0x10, 0x17, 0x1e, 0xff, 0x10, 0x16, 0x1b, 0xff, 0x0e, 0x15, 0x19, 0xff, 0x10, 0x14, 0x18, 0xff, 0x0f, 0x14, 0x17, 0xff, 0x0d, 0x12, 0x15, 0xff, - 0x14, 0x1b, 0x20, 0xff, 0x14, 0x1c, 0x21, 0xff, 0x14, 0x1b, 0x1c, 0xff, 0x13, 0x18, 0x1a, 0xff, 0x18, 0x22, 0x24, 0xff, 0x20, 0x31, 0x36, 0xff, 0x2e, 0x49, 0x5c, 0xff, 0x36, 0x54, 0x6e, 0xff, 0x36, 0x57, 0x6d, 0xff, 0x31, 0x52, 0x64, 0xff, 0x29, 0x48, 0x57, 0xff, 0x25, 0x42, 0x50, 0xff, 0x24, 0x3b, 0x4e, 0xff, 0x23, 0x37, 0x4e, 0xff, 0x23, 0x35, 0x4d, 0xff, 0x21, 0x33, 0x4a, 0xff, 0x20, 0x32, 0x47, 0xff, 0x1f, 0x32, 0x46, 0xff, 0x21, 0x32, 0x4b, 0xff, 0x20, 0x31, 0x4a, 0xff, 0x20, 0x2f, 0x48, 0xff, 0x1f, 0x30, 0x46, 0xff, 0x1f, 0x30, 0x46, 0xff, 0x1e, 0x31, 0x48, 0xff, 0x1d, 0x2f, 0x4b, 0xff, 0x1c, 0x28, 0x89, 0xff, 0x1d, 0x1e, 0xd5, 0xff, 0x21, 0x20, 0xdf, 0xff, 0x44, 0x43, 0xfb, 0xff, 0x61, 0x62, 0xff, 0xff, 0x5f, 0x5d, 0xff, 0xff, 0x61, 0x62, 0xff, 0xff, 0x5a, 0x5a, 0xff, 0xff, 0x48, 0x48, 0xfe, 0xff, 0x5f, 0x5c, 0xff, 0xff, 0x69, 0x6b, 0xff, 0xff, 0x69, 0x69, 0xff, 0xff, 0x53, 0x53, 0xfc, 0xff, 0x31, 0x2e, 0xec, 0xff, 0x1a, 0x18, 0xcc, 0xff, 0x1e, 0x1d, 0xd1, 0xff, 0x1e, 0x1c, 0xce, 0xff, 0x22, 0x22, 0xd7, 0xff, 0x4d, 0x4f, 0xff, 0xff, 0x60, 0x76, 0xff, 0xff, 0x47, 0x4b, 0xf0, 0xff, 0x27, 0x27, 0xeb, 0xff, 0x41, 0x42, 0xec, 0xff, 0x42, 0x55, 0xfb, 0xff, 0x61, 0x5b, 0xff, 0xff, 0x61, 0x5e, 0xff, 0xff, 0x4c, 0x51, 0xff, 0xff, 0x5c, 0x60, 0xff, 0xff, 0x5a, 0x65, 0xff, 0xff, 0x6e, 0x6a, 0xfe, 0xff, 0x76, 0x75, 0xff, 0xff, 0x68, 0x6e, 0xff, 0xff, 0x60, 0x5e, 0xe9, 0xff, 0x46, 0x44, 0xfc, 0xff, 0x34, 0x35, 0xf8, 0xff, 0x43, 0x43, 0xf9, 0xff, 0x65, 0x8c, 0xff, 0xff, 0x79, 0x88, 0xff, 0xff, 0x76, 0x81, 0xff, 0xff, 0x61, 0x74, 0xff, 0xff, 0x65, 0x72, 0xff, 0xff, 0x73, 0x6f, 0xff, 0xff, 0x66, 0x74, 0xff, 0xff, 0x6a, 0x72, 0xff, 0xff, 0x55, 0x52, 0xfe, 0xff, 0x4d, 0x46, 0xfd, 0xff, 0x7e, 0x7b, 0xff, 0xff, 0x77, 0x77, 0xff, 0xff, 0x88, 0x89, 0xff, 0xff, 0x63, 0x6c, 0xff, 0xff, 0x61, 0x67, 0xff, 0xff, 0x63, 0x61, 0xff, 0xff, 0x64, 0x5c, 0xff, 0xff, 0x44, 0x48, 0xf0, 0xff, 0x0e, 0x16, 0x27, 0xff, 0x15, 0x21, 0x2e, 0xff, 0x1f, 0x30, 0x46, 0xff, 0x23, 0x36, 0x4f, 0xff, 0x24, 0x38, 0x50, 0xff, 0x24, 0x38, 0x4c, 0xff, 0x23, 0x34, 0x4a, 0xff, 0x1e, 0x30, 0x42, 0xff, 0x18, 0x27, 0x34, 0xff, 0x14, 0x1f, 0x26, 0xff, 0x11, 0x1b, 0x21, 0xff, 0x12, 0x19, 0x20, 0xff, 0x10, 0x1a, 0x1f, 0xff, 0x11, 0x19, 0x1f, 0xff, 0x0f, 0x18, 0x1d, 0xff, 0x10, 0x16, 0x1b, 0xff, 0x10, 0x16, 0x1a, 0xff, 0x10, 0x15, 0x19, 0xff, 0x10, 0x14, 0x18, 0xff, 0x0e, 0x12, 0x14, 0xff, 0x0f, 0x11, 0x11, 0xff, - 0x16, 0x1e, 0x20, 0xff, 0x14, 0x1d, 0x1e, 0xff, 0x15, 0x1f, 0x1f, 0xff, 0x15, 0x1f, 0x1f, 0xff, 0x16, 0x20, 0x20, 0xff, 0x1a, 0x27, 0x26, 0xff, 0x29, 0x3f, 0x4e, 0xff, 0x35, 0x52, 0x6c, 0xff, 0x37, 0x58, 0x6d, 0xff, 0x33, 0x55, 0x6b, 0xff, 0x2b, 0x4b, 0x5c, 0xff, 0x26, 0x42, 0x52, 0xff, 0x24, 0x3b, 0x4e, 0xff, 0x23, 0x36, 0x4e, 0xff, 0x22, 0x33, 0x4a, 0xff, 0x22, 0x32, 0x4a, 0xff, 0x21, 0x32, 0x48, 0xff, 0x20, 0x32, 0x46, 0xff, 0x20, 0x32, 0x4a, 0xff, 0x1e, 0x30, 0x4a, 0xff, 0x1e, 0x2e, 0x46, 0xff, 0x1e, 0x2e, 0x47, 0xff, 0x1a, 0x2b, 0x44, 0xff, 0x30, 0x3a, 0xa0, 0xff, 0x49, 0x50, 0xf4, 0xff, 0x48, 0x4e, 0xff, 0xff, 0x51, 0x58, 0xff, 0xff, 0x5d, 0x65, 0xff, 0xff, 0x63, 0x68, 0xff, 0xff, 0x39, 0x3f, 0xe3, 0xff, 0x0f, 0x19, 0xbc, 0xff, 0x1a, 0x2b, 0x8e, 0xff, 0x1f, 0x22, 0xc1, 0xff, 0x0f, 0x11, 0x85, 0xff, 0x14, 0x16, 0x95, 0xff, 0x1a, 0x1d, 0x97, 0xff, 0x1b, 0x1b, 0xb4, 0xff, 0x18, 0x19, 0xc7, 0xff, 0x17, 0x17, 0xc1, 0xff, 0x1d, 0x1c, 0xce, 0xff, 0x14, 0x15, 0xb6, 0xff, 0x28, 0x28, 0xdb, 0xff, 0x59, 0x56, 0xff, 0xff, 0x5b, 0x63, 0xff, 0xff, 0x52, 0x5f, 0xfa, 0xff, 0x3f, 0x47, 0xfc, 0xff, 0x73, 0x75, 0xff, 0xff, 0x7c, 0x92, 0xff, 0xff, 0x31, 0x33, 0xed, 0xff, 0x41, 0x44, 0xf6, 0xff, 0x23, 0x23, 0xd6, 0xff, 0x49, 0x47, 0xf7, 0xff, 0x6f, 0x72, 0xff, 0xff, 0x85, 0x86, 0xf6, 0xff, 0x39, 0x34, 0xec, 0xff, 0x20, 0x20, 0xde, 0xff, 0x24, 0x21, 0xe9, 0xff, 0x39, 0x38, 0xf1, 0xff, 0x52, 0x55, 0xfc, 0xff, 0x5f, 0x61, 0xfc, 0xff, 0x60, 0x78, 0xff, 0xff, 0x65, 0x84, 0xff, 0xff, 0x5f, 0x76, 0xff, 0xff, 0x6e, 0x7b, 0xff, 0xff, 0x7c, 0x7f, 0xff, 0xff, 0x60, 0x6e, 0xff, 0xff, 0x67, 0x71, 0xff, 0xff, 0x6f, 0x6a, 0xff, 0xff, 0x68, 0x78, 0xff, 0xff, 0x69, 0x6e, 0xff, 0xff, 0x64, 0x61, 0xfe, 0xff, 0x42, 0x3b, 0xfa, 0xff, 0x7b, 0x79, 0xff, 0xff, 0x89, 0x88, 0xff, 0xff, 0x7b, 0x7a, 0xff, 0xff, 0x61, 0x67, 0xff, 0xff, 0x64, 0x6c, 0xff, 0xff, 0x6d, 0x6f, 0xff, 0xff, 0x36, 0x39, 0xc2, 0xff, 0x0f, 0x15, 0x18, 0xff, 0x12, 0x1b, 0x27, 0xff, 0x1b, 0x27, 0x38, 0xff, 0x21, 0x31, 0x43, 0xff, 0x21, 0x30, 0x3f, 0xff, 0x1f, 0x2f, 0x3c, 0xff, 0x1b, 0x2c, 0x39, 0xff, 0x1b, 0x2a, 0x38, 0xff, 0x19, 0x26, 0x32, 0xff, 0x13, 0x1f, 0x26, 0xff, 0x10, 0x1a, 0x21, 0xff, 0x10, 0x19, 0x1e, 0xff, 0x10, 0x18, 0x1f, 0xff, 0x10, 0x18, 0x1d, 0xff, 0x10, 0x16, 0x1b, 0xff, 0x10, 0x15, 0x19, 0xff, 0x0f, 0x14, 0x18, 0xff, 0x0f, 0x14, 0x17, 0xff, 0x0f, 0x13, 0x17, 0xff, 0x0d, 0x11, 0x13, 0xff, 0x0d, 0x11, 0x12, 0xff, - 0x15, 0x1f, 0x20, 0xff, 0x15, 0x1f, 0x21, 0xff, 0x16, 0x23, 0x23, 0xff, 0x17, 0x20, 0x22, 0xff, 0x16, 0x1d, 0x1f, 0xff, 0x14, 0x1d, 0x1f, 0xff, 0x21, 0x32, 0x3e, 0xff, 0x34, 0x51, 0x67, 0xff, 0x37, 0x57, 0x6c, 0xff, 0x34, 0x52, 0x65, 0xff, 0x2e, 0x4c, 0x5c, 0xff, 0x29, 0x44, 0x55, 0xff, 0x26, 0x3d, 0x51, 0xff, 0x23, 0x37, 0x4f, 0xff, 0x22, 0x33, 0x4c, 0xff, 0x23, 0x32, 0x4b, 0xff, 0x21, 0x33, 0x47, 0xff, 0x21, 0x33, 0x48, 0xff, 0x20, 0x34, 0x4b, 0xff, 0x1f, 0x30, 0x4a, 0xff, 0x1e, 0x2f, 0x48, 0xff, 0x1f, 0x2e, 0x5c, 0xff, 0x48, 0x4c, 0xeb, 0xff, 0x56, 0x5e, 0xff, 0xff, 0x57, 0x63, 0xff, 0xff, 0x5a, 0x64, 0xff, 0xff, 0x57, 0x60, 0xfd, 0xff, 0x37, 0x3f, 0xea, 0xff, 0x13, 0x1d, 0xc3, 0xff, 0x15, 0x22, 0x8c, 0xff, 0x24, 0x38, 0x54, 0xff, 0x43, 0x56, 0x9a, 0xff, 0x27, 0x39, 0xd2, 0xff, 0x28, 0x2e, 0xad, 0xff, 0x0c, 0x0e, 0x5d, 0xff, 0x28, 0x28, 0xbd, 0xff, 0x18, 0x17, 0xc5, 0xff, 0x1a, 0x19, 0xc7, 0xff, 0x1a, 0x1a, 0xc1, 0xff, 0x13, 0x12, 0xab, 0xff, 0x35, 0x32, 0xeb, 0xff, 0x53, 0x4e, 0xff, 0xff, 0x5b, 0x5d, 0xff, 0xff, 0x54, 0x60, 0xfc, 0xff, 0x4a, 0x4a, 0xf4, 0xff, 0x8e, 0x9e, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0x3d, 0x3b, 0xf6, 0xff, 0x24, 0x25, 0xdd, 0xff, 0x2b, 0x2a, 0xec, 0xff, 0x36, 0x39, 0xc1, 0xff, 0x2e, 0x2c, 0xe4, 0xff, 0x45, 0x43, 0xe7, 0xff, 0x10, 0x11, 0xb9, 0xff, 0x1f, 0x1f, 0xdd, 0xff, 0x20, 0x1f, 0xd2, 0xff, 0x25, 0x24, 0xdd, 0xff, 0x6a, 0x73, 0xff, 0xff, 0x79, 0x8c, 0xff, 0xff, 0x77, 0x88, 0xfe, 0xff, 0x60, 0x83, 0xff, 0xff, 0x67, 0x7f, 0xff, 0xff, 0x65, 0x77, 0xff, 0xff, 0x6a, 0x7a, 0xff, 0xff, 0x75, 0x76, 0xff, 0xff, 0x71, 0x73, 0xff, 0xff, 0x5e, 0x6c, 0xff, 0xff, 0x70, 0x75, 0xff, 0xff, 0x76, 0x78, 0xff, 0xff, 0x64, 0x72, 0xff, 0xff, 0x66, 0x6d, 0xff, 0xff, 0x69, 0x69, 0xff, 0xff, 0x40, 0x3a, 0xf8, 0xff, 0x88, 0x85, 0xff, 0xff, 0x7e, 0x7a, 0xff, 0xff, 0x66, 0x61, 0xff, 0xff, 0x68, 0x65, 0xff, 0xff, 0x67, 0x66, 0xff, 0xff, 0x4c, 0x4b, 0xe3, 0xff, 0x0a, 0x10, 0x14, 0xff, 0x11, 0x18, 0x21, 0xff, 0x18, 0x24, 0x30, 0xff, 0x1e, 0x2d, 0x3b, 0xff, 0x1d, 0x2b, 0x33, 0xff, 0x1a, 0x27, 0x2e, 0xff, 0x1a, 0x27, 0x2f, 0xff, 0x18, 0x24, 0x2e, 0xff, 0x16, 0x21, 0x28, 0xff, 0x12, 0x1c, 0x23, 0xff, 0x11, 0x19, 0x1f, 0xff, 0x10, 0x18, 0x1e, 0xff, 0x11, 0x17, 0x1c, 0xff, 0x0f, 0x16, 0x1a, 0xff, 0x10, 0x16, 0x19, 0xff, 0x10, 0x15, 0x17, 0xff, 0x0f, 0x14, 0x17, 0xff, 0x0f, 0x12, 0x16, 0xff, 0x0e, 0x12, 0x14, 0xff, 0x0d, 0x12, 0x12, 0xff, 0x0e, 0x11, 0x11, 0xff, - 0x15, 0x1f, 0x1f, 0xff, 0x15, 0x1f, 0x21, 0xff, 0x17, 0x20, 0x25, 0xff, 0x16, 0x1f, 0x24, 0xff, 0x18, 0x20, 0x23, 0xff, 0x17, 0x1e, 0x22, 0xff, 0x1b, 0x29, 0x2f, 0xff, 0x2f, 0x47, 0x5b, 0xff, 0x35, 0x53, 0x67, 0xff, 0x33, 0x52, 0x61, 0xff, 0x2e, 0x4b, 0x5d, 0xff, 0x2a, 0x42, 0x57, 0xff, 0x27, 0x3b, 0x53, 0xff, 0x23, 0x37, 0x51, 0xff, 0x22, 0x33, 0x4d, 0xff, 0x23, 0x34, 0x4a, 0xff, 0x20, 0x34, 0x47, 0xff, 0x21, 0x34, 0x47, 0xff, 0x21, 0x35, 0x4a, 0xff, 0x20, 0x32, 0x48, 0xff, 0x1c, 0x2e, 0x3e, 0xff, 0x44, 0x4b, 0xe2, 0xff, 0x4d, 0x4f, 0xff, 0xff, 0x43, 0x4b, 0xf7, 0xff, 0x35, 0x40, 0xed, 0xff, 0x24, 0x30, 0xe4, 0xff, 0x16, 0x24, 0xbd, 0xff, 0x1a, 0x28, 0x7d, 0xff, 0x1c, 0x2c, 0x4c, 0xff, 0x1d, 0x2b, 0x3f, 0xff, 0x32, 0x51, 0x5c, 0xff, 0x3d, 0x51, 0xb6, 0xff, 0x6f, 0x90, 0xff, 0xff, 0x3c, 0x46, 0xbd, 0xff, 0x42, 0x41, 0xe4, 0xff, 0x17, 0x17, 0xc6, 0xff, 0x1e, 0x1d, 0xcf, 0xff, 0x14, 0x15, 0xae, 0xff, 0x19, 0x18, 0xb8, 0xff, 0x42, 0x3e, 0xf8, 0xff, 0x47, 0x42, 0xfe, 0xff, 0x5c, 0x5c, 0xff, 0xff, 0x57, 0x5d, 0xfd, 0xff, 0x21, 0x1f, 0xde, 0xff, 0x50, 0x5d, 0xff, 0xff, 0x80, 0x90, 0xff, 0xff, 0x4d, 0x4d, 0xf5, 0xff, 0x1b, 0x19, 0xd3, 0xff, 0x45, 0x47, 0xff, 0xff, 0x30, 0x30, 0xf7, 0xff, 0x50, 0x53, 0xfa, 0xff, 0x4b, 0x4d, 0xf6, 0xff, 0x16, 0x15, 0xd2, 0xff, 0x53, 0x55, 0xfa, 0xff, 0x27, 0x26, 0xe2, 0xff, 0x19, 0x18, 0xc1, 0xff, 0x37, 0x37, 0xe9, 0xff, 0x67, 0x73, 0xff, 0xff, 0x73, 0x88, 0xff, 0xff, 0x64, 0x79, 0xff, 0xff, 0x65, 0x7d, 0xff, 0xff, 0x72, 0x80, 0xff, 0xff, 0x66, 0x78, 0xff, 0xff, 0x66, 0x6e, 0xff, 0xff, 0x77, 0x7b, 0xff, 0xff, 0x7d, 0x7b, 0xff, 0xff, 0x64, 0x6c, 0xff, 0xff, 0x60, 0x6c, 0xff, 0xff, 0x80, 0x83, 0xff, 0xff, 0x64, 0x6e, 0xff, 0xff, 0x69, 0x72, 0xff, 0xff, 0x67, 0x6e, 0xff, 0xff, 0x64, 0x66, 0xfe, 0xff, 0x48, 0x3f, 0xfa, 0xff, 0x6b, 0x68, 0xfc, 0xff, 0x43, 0x40, 0xc7, 0xff, 0x4a, 0x46, 0xe3, 0xff, 0x25, 0x25, 0x8f, 0xff, 0x0c, 0x11, 0x1b, 0xff, 0x0f, 0x15, 0x1c, 0xff, 0x0f, 0x17, 0x1e, 0xff, 0x16, 0x21, 0x2a, 0xff, 0x1d, 0x2b, 0x36, 0xff, 0x1b, 0x2a, 0x32, 0xff, 0x1a, 0x27, 0x2d, 0xff, 0x18, 0x26, 0x2e, 0xff, 0x17, 0x23, 0x2b, 0xff, 0x14, 0x1f, 0x26, 0xff, 0x12, 0x1c, 0x22, 0xff, 0x11, 0x19, 0x1f, 0xff, 0x11, 0x16, 0x1c, 0xff, 0x10, 0x15, 0x1b, 0xff, 0x10, 0x15, 0x19, 0xff, 0x11, 0x16, 0x19, 0xff, 0x0f, 0x14, 0x17, 0xff, 0x0e, 0x13, 0x17, 0xff, 0x0d, 0x12, 0x13, 0xff, 0x0d, 0x10, 0x12, 0xff, 0x0e, 0x10, 0x11, 0xff, 0x0e, 0x10, 0x11, 0xff, - 0x14, 0x1b, 0x28, 0xff, 0x15, 0x1d, 0x24, 0xff, 0x14, 0x1b, 0x22, 0xff, 0x14, 0x1b, 0x1e, 0xff, 0x17, 0x1e, 0x23, 0xff, 0x18, 0x21, 0x25, 0xff, 0x1c, 0x27, 0x2c, 0xff, 0x2b, 0x40, 0x4e, 0xff, 0x35, 0x50, 0x62, 0xff, 0x31, 0x50, 0x61, 0xff, 0x2e, 0x4c, 0x5c, 0xff, 0x28, 0x43, 0x54, 0xff, 0x26, 0x3a, 0x4f, 0xff, 0x24, 0x35, 0x4d, 0xff, 0x23, 0x35, 0x4d, 0xff, 0x21, 0x35, 0x4c, 0xff, 0x23, 0x35, 0x48, 0xff, 0x21, 0x34, 0x4a, 0xff, 0x21, 0x33, 0x4a, 0xff, 0x1f, 0x31, 0x46, 0xff, 0x20, 0x30, 0x45, 0xff, 0x1d, 0x2e, 0x3f, 0xff, 0x1b, 0x2c, 0x5e, 0xff, 0x1b, 0x2c, 0x72, 0xff, 0x1c, 0x2d, 0x71, 0xff, 0x1d, 0x2e, 0x53, 0xff, 0x1d, 0x2e, 0x3e, 0xff, 0x1f, 0x2e, 0x45, 0xff, 0x1e, 0x2d, 0x43, 0xff, 0x2d, 0x49, 0x57, 0xff, 0x57, 0x90, 0x89, 0xff, 0x3d, 0x74, 0xa9, 0xff, 0x5f, 0x71, 0xff, 0xff, 0x53, 0x50, 0xfa, 0xff, 0x19, 0x18, 0xce, 0xff, 0x1f, 0x1d, 0xcc, 0xff, 0x11, 0x12, 0xa5, 0xff, 0x23, 0x22, 0xce, 0xff, 0x4c, 0x48, 0xff, 0xff, 0x3f, 0x39, 0xfa, 0xff, 0x55, 0x51, 0xff, 0xff, 0x57, 0x5d, 0xfe, 0xff, 0x1c, 0x1b, 0xce, 0xff, 0x4a, 0x4e, 0xfc, 0xff, 0x78, 0x8c, 0xff, 0xff, 0x69, 0x70, 0xfa, 0xff, 0x1a, 0x18, 0xd2, 0xff, 0x39, 0x3d, 0xef, 0xff, 0x65, 0x68, 0xff, 0xff, 0x5d, 0x66, 0xff, 0xff, 0x68, 0x6e, 0xfe, 0xff, 0x1f, 0x1c, 0xe1, 0xff, 0x6b, 0x6b, 0xff, 0xff, 0x4e, 0x4f, 0xff, 0xff, 0x5b, 0x55, 0xfc, 0xff, 0x3c, 0x3e, 0xf6, 0xff, 0x63, 0x64, 0xff, 0xff, 0x61, 0x6c, 0xff, 0xff, 0x74, 0x7d, 0xff, 0xff, 0x67, 0x82, 0xff, 0xff, 0x63, 0x74, 0xff, 0xff, 0x77, 0x7f, 0xff, 0xff, 0x62, 0x74, 0xff, 0xff, 0x71, 0x77, 0xff, 0xff, 0x6b, 0x72, 0xff, 0xff, 0x6f, 0x6f, 0xff, 0xff, 0x7d, 0x7d, 0xff, 0xff, 0x64, 0x6e, 0xff, 0xff, 0x6e, 0x77, 0xff, 0xff, 0x64, 0x67, 0xff, 0xff, 0x63, 0x6d, 0xff, 0xff, 0x67, 0x72, 0xff, 0xff, 0x67, 0x6c, 0xff, 0xff, 0x5e, 0x60, 0xff, 0xff, 0x4b, 0x4e, 0xf5, 0xff, 0x09, 0x0e, 0x0a, 0xff, 0x0b, 0x10, 0x0d, 0xff, 0x0e, 0x11, 0x15, 0xff, 0x0f, 0x13, 0x18, 0xff, 0x10, 0x14, 0x19, 0xff, 0x10, 0x14, 0x1a, 0xff, 0x12, 0x1b, 0x21, 0xff, 0x18, 0x26, 0x2e, 0xff, 0x1b, 0x28, 0x32, 0xff, 0x1a, 0x27, 0x30, 0xff, 0x19, 0x26, 0x2e, 0xff, 0x17, 0x23, 0x2a, 0xff, 0x16, 0x21, 0x28, 0xff, 0x14, 0x1f, 0x23, 0xff, 0x11, 0x19, 0x1e, 0xff, 0x10, 0x16, 0x1a, 0xff, 0x10, 0x15, 0x19, 0xff, 0x10, 0x16, 0x19, 0xff, 0x0f, 0x14, 0x17, 0xff, 0x0e, 0x12, 0x15, 0xff, 0x0d, 0x11, 0x11, 0xff, 0x0e, 0x12, 0x14, 0xff, 0x0e, 0x12, 0x14, 0xff, 0x0f, 0x13, 0x14, 0xff, 0x11, 0x15, 0x16, 0xff, - 0x13, 0x1a, 0x2b, 0xff, 0x11, 0x17, 0x21, 0xff, 0x0f, 0x14, 0x19, 0xff, 0x0f, 0x12, 0x15, 0xff, 0x13, 0x18, 0x1a, 0xff, 0x18, 0x20, 0x24, 0xff, 0x1c, 0x24, 0x2a, 0xff, 0x26, 0x38, 0x42, 0xff, 0x35, 0x51, 0x60, 0xff, 0x34, 0x51, 0x62, 0xff, 0x2e, 0x4a, 0x5b, 0xff, 0x28, 0x42, 0x54, 0xff, 0x24, 0x3b, 0x4f, 0xff, 0x24, 0x36, 0x4c, 0xff, 0x23, 0x36, 0x4b, 0xff, 0x23, 0x35, 0x4d, 0xff, 0x24, 0x35, 0x4c, 0xff, 0x22, 0x35, 0x4b, 0xff, 0x21, 0x34, 0x4c, 0xff, 0x20, 0x31, 0x47, 0xff, 0x1e, 0x30, 0x42, 0xff, 0x1e, 0x30, 0x42, 0xff, 0x1f, 0x30, 0x46, 0xff, 0x1f, 0x2f, 0x46, 0xff, 0x1f, 0x2f, 0x46, 0xff, 0x1e, 0x2e, 0x44, 0xff, 0x1e, 0x2c, 0x43, 0xff, 0x1e, 0x2c, 0x41, 0xff, 0x1c, 0x2d, 0x40, 0xff, 0x54, 0x7d, 0x82, 0xff, 0x4c, 0x96, 0x79, 0xff, 0x39, 0x93, 0x64, 0xff, 0x50, 0x5c, 0xe9, 0xff, 0x20, 0x1e, 0xd8, 0xff, 0x1d, 0x1d, 0xcc, 0xff, 0x11, 0x12, 0xa9, 0xff, 0x36, 0x33, 0xe6, 0xff, 0x4e, 0x47, 0xff, 0xff, 0x3e, 0x38, 0xf6, 0xff, 0x4f, 0x4c, 0xfe, 0xff, 0x55, 0x58, 0xfe, 0xff, 0x1a, 0x19, 0xc4, 0xff, 0x3a, 0x39, 0xf4, 0xff, 0x72, 0x78, 0xff, 0xff, 0x7b, 0x8b, 0xfb, 0xff, 0x26, 0x2a, 0xe9, 0xff, 0x34, 0x32, 0xee, 0xff, 0x5f, 0x62, 0xfe, 0xff, 0x61, 0x65, 0xff, 0xff, 0x5c, 0x5e, 0xfe, 0xff, 0x27, 0x24, 0xe3, 0xff, 0x3a, 0x39, 0xf3, 0xff, 0x8c, 0xa1, 0xff, 0xff, 0x4d, 0x4e, 0xff, 0xff, 0x84, 0x84, 0xfc, 0xff, 0x50, 0x5d, 0xff, 0xff, 0x70, 0x7e, 0xff, 0xff, 0x5f, 0x6e, 0xff, 0xff, 0x75, 0x7d, 0xff, 0xff, 0x62, 0x77, 0xff, 0xff, 0x6a, 0x77, 0xff, 0xff, 0x6e, 0x74, 0xff, 0xff, 0x6d, 0x7d, 0xff, 0xff, 0x75, 0x7e, 0xff, 0xff, 0x62, 0x6b, 0xff, 0xff, 0x74, 0x7d, 0xff, 0xff, 0x73, 0x70, 0xff, 0xff, 0x7d, 0x82, 0xff, 0xff, 0x54, 0x5c, 0xff, 0xff, 0x49, 0x44, 0xfe, 0xff, 0x66, 0x6c, 0xff, 0xff, 0x63, 0x6e, 0xff, 0xff, 0x69, 0x73, 0xff, 0xff, 0x79, 0x7b, 0xff, 0xff, 0x23, 0x2d, 0xa2, 0xff, 0x0d, 0x11, 0x14, 0xff, 0x0d, 0x10, 0x14, 0xff, 0x0c, 0x10, 0x14, 0xff, 0x0e, 0x12, 0x15, 0xff, 0x0e, 0x13, 0x16, 0xff, 0x0e, 0x11, 0x13, 0xff, 0x0f, 0x13, 0x16, 0xff, 0x12, 0x1b, 0x1f, 0xff, 0x16, 0x21, 0x27, 0xff, 0x17, 0x22, 0x29, 0xff, 0x16, 0x22, 0x28, 0xff, 0x16, 0x21, 0x28, 0xff, 0x15, 0x20, 0x26, 0xff, 0x13, 0x1c, 0x24, 0xff, 0x10, 0x19, 0x1c, 0xff, 0x10, 0x15, 0x19, 0xff, 0x10, 0x14, 0x17, 0xff, 0x10, 0x16, 0x19, 0xff, 0x11, 0x16, 0x19, 0xff, 0x10, 0x14, 0x17, 0xff, 0x10, 0x15, 0x16, 0xff, 0x11, 0x16, 0x18, 0xff, 0x13, 0x17, 0x19, 0xff, 0x13, 0x18, 0x1a, 0xff, 0x15, 0x1b, 0x1d, 0xff, - 0x11, 0x16, 0x1f, 0xff, 0x10, 0x14, 0x1c, 0xff, 0x11, 0x15, 0x18, 0xff, 0x13, 0x19, 0x1e, 0xff, 0x13, 0x18, 0x1c, 0xff, 0x13, 0x1a, 0x1f, 0xff, 0x1b, 0x24, 0x28, 0xff, 0x21, 0x31, 0x36, 0xff, 0x31, 0x4a, 0x5a, 0xff, 0x36, 0x54, 0x64, 0xff, 0x32, 0x4c, 0x5e, 0xff, 0x2a, 0x45, 0x58, 0xff, 0x25, 0x3e, 0x52, 0xff, 0x24, 0x39, 0x4d, 0xff, 0x24, 0x35, 0x4b, 0xff, 0x23, 0x36, 0x4e, 0xff, 0x21, 0x36, 0x4c, 0xff, 0x23, 0x36, 0x4c, 0xff, 0x20, 0x34, 0x4c, 0xff, 0x20, 0x33, 0x46, 0xff, 0x1f, 0x33, 0x43, 0xff, 0x1f, 0x31, 0x43, 0xff, 0x20, 0x30, 0x44, 0xff, 0x1f, 0x30, 0x42, 0xff, 0x1f, 0x2f, 0x44, 0xff, 0x1e, 0x2d, 0x44, 0xff, 0x1d, 0x2d, 0x43, 0xff, 0x1e, 0x2c, 0x42, 0xff, 0x1e, 0x2f, 0x44, 0xff, 0x54, 0x85, 0x86, 0xff, 0x3b, 0x92, 0x6a, 0xff, 0x5b, 0xa8, 0xa0, 0xff, 0x3d, 0x36, 0xf0, 0xff, 0x1d, 0x1e, 0xce, 0xff, 0x14, 0x15, 0xb8, 0xff, 0x38, 0x35, 0xed, 0xff, 0x4b, 0x46, 0xfe, 0xff, 0x3e, 0x39, 0xf7, 0xff, 0x53, 0x50, 0xff, 0xff, 0x54, 0x52, 0xfc, 0xff, 0x19, 0x18, 0xbd, 0xff, 0x2d, 0x2c, 0xe8, 0xff, 0x6b, 0x6c, 0xfe, 0xff, 0x8e, 0xa2, 0xff, 0xff, 0x2f, 0x2f, 0xdd, 0xff, 0x1d, 0x1e, 0xd0, 0xff, 0x27, 0x26, 0xef, 0xff, 0x2d, 0x2e, 0xf9, 0xff, 0x36, 0x33, 0xfe, 0xff, 0x15, 0x16, 0xc4, 0xff, 0x21, 0x1f, 0xdf, 0xff, 0x4e, 0x5d, 0xfe, 0xff, 0x67, 0x75, 0xfe, 0xff, 0x51, 0x54, 0xfe, 0xff, 0x4f, 0x4f, 0xff, 0xff, 0x5d, 0x7e, 0xff, 0xff, 0x73, 0x80, 0xff, 0xff, 0x60, 0x6c, 0xff, 0xff, 0x77, 0x7e, 0xff, 0xff, 0x5c, 0x6f, 0xff, 0xff, 0x6f, 0x7a, 0xff, 0xff, 0x5a, 0x5c, 0xff, 0xff, 0x86, 0x91, 0xff, 0xff, 0x65, 0x72, 0xff, 0xff, 0x69, 0x71, 0xff, 0xff, 0x6a, 0x77, 0xff, 0xff, 0x72, 0x79, 0xff, 0xff, 0x53, 0x55, 0xf8, 0xff, 0x2b, 0x2b, 0xf8, 0xff, 0x35, 0x30, 0xfa, 0xff, 0x64, 0x70, 0xff, 0xff, 0x62, 0x6d, 0xff, 0xff, 0x6a, 0x73, 0xff, 0xff, 0x3a, 0x3a, 0xe0, 0xff, 0x0f, 0x11, 0x8c, 0xff, 0x0f, 0x13, 0x17, 0xff, 0x0e, 0x12, 0x19, 0xff, 0x0e, 0x10, 0x14, 0xff, 0x0d, 0x10, 0x11, 0xff, 0x0d, 0x10, 0x11, 0xff, 0x0c, 0x0e, 0x0e, 0xff, 0x0d, 0x0f, 0x10, 0xff, 0x0f, 0x14, 0x16, 0xff, 0x12, 0x18, 0x1e, 0xff, 0x12, 0x19, 0x1d, 0xff, 0x11, 0x1a, 0x1f, 0xff, 0x12, 0x1b, 0x1e, 0xff, 0x12, 0x18, 0x1d, 0xff, 0x10, 0x15, 0x1b, 0xff, 0x11, 0x17, 0x1a, 0xff, 0x11, 0x1a, 0x1a, 0xff, 0x16, 0x23, 0x26, 0xff, 0x18, 0x21, 0x29, 0xff, 0x16, 0x1e, 0x25, 0xff, 0x17, 0x1e, 0x23, 0xff, 0x19, 0x22, 0x25, 0xff, 0x1f, 0x28, 0x2d, 0xff, 0x17, 0x20, 0x23, 0xff, 0x17, 0x1c, 0x20, 0xff, 0x14, 0x1a, 0x1c, 0xff, - 0x13, 0x18, 0x1a, 0xff, 0x12, 0x17, 0x1b, 0xff, 0x13, 0x1a, 0x20, 0xff, 0x14, 0x1c, 0x22, 0xff, 0x13, 0x1b, 0x20, 0xff, 0x15, 0x1a, 0x1e, 0xff, 0x16, 0x1f, 0x22, 0xff, 0x1b, 0x26, 0x2a, 0xff, 0x2d, 0x44, 0x50, 0xff, 0x34, 0x52, 0x61, 0xff, 0x2f, 0x4e, 0x5f, 0xff, 0x2b, 0x46, 0x57, 0xff, 0x27, 0x3e, 0x52, 0xff, 0x24, 0x38, 0x4f, 0xff, 0x24, 0x36, 0x4c, 0xff, 0x23, 0x35, 0x4b, 0xff, 0x23, 0x36, 0x4d, 0xff, 0x23, 0x35, 0x4a, 0xff, 0x20, 0x35, 0x47, 0xff, 0x1f, 0x35, 0x44, 0xff, 0x20, 0x34, 0x47, 0xff, 0x20, 0x34, 0x44, 0xff, 0x1f, 0x32, 0x42, 0xff, 0x1e, 0x2f, 0x41, 0xff, 0x1d, 0x2e, 0x40, 0xff, 0x1e, 0x2d, 0x41, 0xff, 0x1c, 0x2c, 0x43, 0xff, 0x1d, 0x2e, 0x43, 0xff, 0x21, 0x35, 0x47, 0xff, 0x51, 0x8c, 0x7f, 0xff, 0x36, 0x8c, 0x5e, 0xff, 0x78, 0xa0, 0xe0, 0xff, 0x1a, 0x18, 0xd1, 0xff, 0x1a, 0x1a, 0xc7, 0xff, 0x32, 0x2f, 0xed, 0xff, 0x4c, 0x47, 0xff, 0xff, 0x4c, 0x47, 0xfe, 0xff, 0x57, 0x53, 0xff, 0xff, 0x51, 0x4f, 0xfa, 0xff, 0x14, 0x15, 0xb9, 0xff, 0x26, 0x26, 0xdf, 0xff, 0x74, 0x74, 0xff, 0xff, 0x65, 0x6e, 0xee, 0xff, 0x67, 0x73, 0xef, 0xff, 0x13, 0x13, 0xba, 0xff, 0x17, 0x18, 0xca, 0xff, 0x3f, 0x39, 0xf6, 0xff, 0x56, 0x56, 0xff, 0xff, 0x18, 0x18, 0xc9, 0xff, 0x16, 0x17, 0xbd, 0xff, 0x33, 0x32, 0xea, 0xff, 0x68, 0x7b, 0xff, 0xff, 0x4f, 0x53, 0xf8, 0xff, 0x5c, 0x5d, 0xfe, 0xff, 0x51, 0x56, 0xfe, 0xff, 0x5c, 0x7b, 0xff, 0xff, 0x77, 0x7f, 0xff, 0xff, 0x61, 0x6c, 0xff, 0xff, 0x7a, 0x80, 0xff, 0xff, 0x5c, 0x6c, 0xff, 0xff, 0x71, 0x7e, 0xff, 0xff, 0x5b, 0x64, 0xff, 0xff, 0x5b, 0x5a, 0xfd, 0xff, 0x7b, 0x88, 0xff, 0xff, 0x6a, 0x76, 0xff, 0xff, 0x67, 0x70, 0xff, 0xff, 0x55, 0x59, 0xfc, 0xff, 0x21, 0x28, 0xe3, 0xff, 0x13, 0x14, 0xb9, 0xff, 0x26, 0x24, 0xcb, 0xff, 0x64, 0x69, 0xff, 0xff, 0x68, 0x6d, 0xff, 0xff, 0x5a, 0x5d, 0xf6, 0xff, 0x12, 0x13, 0xaf, 0xff, 0x11, 0x12, 0xac, 0xff, 0x14, 0x1b, 0x77, 0xff, 0x13, 0x1d, 0x21, 0xff, 0x12, 0x18, 0x1c, 0xff, 0x0f, 0x13, 0x18, 0xff, 0x0e, 0x11, 0x12, 0xff, 0x0d, 0x10, 0x11, 0xff, 0x0d, 0x10, 0x11, 0xff, 0x13, 0x1a, 0x1d, 0xff, 0x19, 0x23, 0x28, 0xff, 0x1c, 0x25, 0x2c, 0xff, 0x19, 0x23, 0x2a, 0xff, 0x17, 0x20, 0x25, 0xff, 0x18, 0x23, 0x27, 0xff, 0x20, 0x30, 0x36, 0xff, 0x27, 0x3c, 0x4c, 0xff, 0x28, 0x45, 0x4d, 0xff, 0x29, 0x48, 0x49, 0xff, 0x28, 0x42, 0x48, 0xff, 0x26, 0x33, 0x3e, 0xff, 0x2e, 0x3d, 0x45, 0xff, 0x38, 0x4b, 0x54, 0xff, 0x3c, 0x4f, 0x5b, 0xff, 0x29, 0x38, 0x40, 0xff, 0x18, 0x20, 0x22, 0xff, 0x17, 0x20, 0x22, 0xff, - 0x13, 0x1a, 0x1d, 0xff, 0x13, 0x1a, 0x1e, 0xff, 0x13, 0x1a, 0x1f, 0xff, 0x13, 0x1b, 0x20, 0xff, 0x15, 0x1b, 0x1f, 0xff, 0x14, 0x1c, 0x20, 0xff, 0x17, 0x20, 0x24, 0xff, 0x18, 0x22, 0x26, 0xff, 0x27, 0x3b, 0x46, 0xff, 0x2f, 0x4e, 0x5c, 0xff, 0x2e, 0x4e, 0x5e, 0xff, 0x2a, 0x46, 0x56, 0xff, 0x25, 0x3b, 0x4f, 0xff, 0x25, 0x39, 0x4d, 0xff, 0x23, 0x37, 0x4b, 0xff, 0x24, 0x35, 0x4b, 0xff, 0x23, 0x37, 0x4b, 0xff, 0x23, 0x35, 0x4b, 0xff, 0x21, 0x32, 0x46, 0xff, 0x20, 0x34, 0x44, 0xff, 0x20, 0x35, 0x43, 0xff, 0x1f, 0x35, 0x42, 0xff, 0x20, 0x32, 0x41, 0xff, 0x1c, 0x2d, 0x3d, 0xff, 0x1c, 0x2b, 0x3c, 0xff, 0x1c, 0x2c, 0x3f, 0xff, 0x1f, 0x2e, 0x42, 0xff, 0x1f, 0x2e, 0x44, 0xff, 0x26, 0x3c, 0x4d, 0xff, 0x6b, 0xa4, 0x93, 0xff, 0x43, 0x98, 0x78, 0xff, 0x79, 0x87, 0xf9, 0xff, 0x18, 0x18, 0xca, 0xff, 0x29, 0x27, 0xe7, 0xff, 0x53, 0x4d, 0xff, 0xff, 0x55, 0x4f, 0xff, 0xff, 0x5a, 0x57, 0xff, 0xff, 0x4c, 0x48, 0xf5, 0xff, 0x12, 0x12, 0xb9, 0xff, 0x33, 0x34, 0xe0, 0xff, 0x70, 0x70, 0xff, 0xff, 0x20, 0x22, 0xba, 0xff, 0x9c, 0xb2, 0xfe, 0xff, 0x17, 0x14, 0xc9, 0xff, 0x11, 0x11, 0xad, 0xff, 0x30, 0x2f, 0xe6, 0xff, 0x2f, 0x2d, 0xe7, 0xff, 0x2b, 0x2b, 0xdd, 0xff, 0x10, 0x12, 0xa1, 0xff, 0x20, 0x1e, 0xd1, 0xff, 0x59, 0x62, 0xff, 0xff, 0x6b, 0x77, 0xff, 0xff, 0x3c, 0x3b, 0xf0, 0xff, 0x63, 0x66, 0xff, 0xff, 0x4f, 0x5a, 0xfd, 0xff, 0x59, 0x77, 0xff, 0xff, 0x74, 0x7e, 0xff, 0xff, 0x6a, 0x70, 0xff, 0xff, 0x7a, 0x81, 0xff, 0xff, 0x5f, 0x6d, 0xff, 0xff, 0x6d, 0x7a, 0xff, 0xff, 0x63, 0x6e, 0xff, 0xff, 0x3b, 0x39, 0xf6, 0xff, 0x39, 0x37, 0xe8, 0xff, 0x3a, 0x39, 0xf7, 0xff, 0x21, 0x23, 0xed, 0xff, 0x19, 0x1d, 0xd0, 0xff, 0x12, 0x14, 0xba, 0xff, 0x13, 0x12, 0xb5, 0xff, 0x0f, 0x0f, 0xa3, 0xff, 0x09, 0x0b, 0x81, 0xff, 0x09, 0x0a, 0x94, 0xff, 0x09, 0x0c, 0x84, 0xff, 0x10, 0x13, 0xa0, 0xff, 0x13, 0x13, 0xab, 0xff, 0x17, 0x1a, 0xb6, 0xff, 0x1c, 0x27, 0x41, 0xff, 0x18, 0x22, 0x28, 0xff, 0x14, 0x1b, 0x21, 0xff, 0x14, 0x1b, 0x20, 0xff, 0x12, 0x18, 0x1c, 0xff, 0x12, 0x17, 0x1b, 0xff, 0x17, 0x1f, 0x23, 0xff, 0x24, 0x2d, 0x34, 0xff, 0x2b, 0x39, 0x45, 0xff, 0x31, 0x42, 0x4f, 0xff, 0x34, 0x49, 0x5b, 0xff, 0x3a, 0x53, 0x65, 0xff, 0x42, 0x5e, 0x70, 0xff, 0x46, 0x69, 0x7f, 0xff, 0x45, 0x75, 0x7f, 0xff, 0x4d, 0x85, 0x8b, 0xff, 0x50, 0x7e, 0x97, 0xff, 0x44, 0x65, 0x74, 0xff, 0x56, 0x73, 0x83, 0xff, 0x66, 0x86, 0x97, 0xff, 0x68, 0x87, 0x9b, 0xff, 0x54, 0x75, 0x85, 0xff, 0x36, 0x52, 0x5f, 0xff, 0x3b, 0x59, 0x67, 0xff, - 0x15, 0x1c, 0x1e, 0xff, 0x13, 0x1a, 0x1e, 0xff, 0x14, 0x1b, 0x1f, 0xff, 0x13, 0x1b, 0x1f, 0xff, 0x15, 0x1c, 0x21, 0xff, 0x17, 0x21, 0x25, 0xff, 0x18, 0x23, 0x28, 0xff, 0x18, 0x1f, 0x24, 0xff, 0x22, 0x33, 0x3b, 0xff, 0x2d, 0x4a, 0x59, 0xff, 0x31, 0x4f, 0x5f, 0xff, 0x2b, 0x49, 0x5b, 0xff, 0x24, 0x3d, 0x4f, 0xff, 0x24, 0x3a, 0x4e, 0xff, 0x24, 0x38, 0x4d, 0xff, 0x23, 0x37, 0x4c, 0xff, 0x23, 0x36, 0x4b, 0xff, 0x23, 0x34, 0x49, 0xff, 0x20, 0x33, 0x47, 0xff, 0x1f, 0x34, 0x43, 0xff, 0x20, 0x35, 0x43, 0xff, 0x1f, 0x34, 0x40, 0xff, 0x1d, 0x32, 0x40, 0xff, 0x1b, 0x2c, 0x3e, 0xff, 0x1b, 0x2c, 0x3b, 0xff, 0x1e, 0x2e, 0x3e, 0xff, 0x22, 0x31, 0x45, 0xff, 0x21, 0x31, 0x47, 0xff, 0x32, 0x50, 0x5b, 0xff, 0x73, 0xaf, 0x9e, 0xff, 0x40, 0x99, 0x95, 0xff, 0x62, 0x64, 0xf3, 0xff, 0x20, 0x1e, 0xd9, 0xff, 0x49, 0x44, 0xfc, 0xff, 0x5a, 0x56, 0xff, 0xff, 0x5d, 0x5b, 0xff, 0xff, 0x42, 0x3e, 0xed, 0xff, 0x11, 0x11, 0xbd, 0xff, 0x49, 0x4b, 0xe9, 0xff, 0x6a, 0x6e, 0xfe, 0xff, 0x0c, 0x0e, 0x99, 0xff, 0x75, 0x84, 0xdd, 0xff, 0x3c, 0x3c, 0xe6, 0xff, 0x13, 0x13, 0xb1, 0xff, 0x18, 0x18, 0xc7, 0xff, 0x34, 0x32, 0xe9, 0xff, 0x2c, 0x2c, 0xef, 0xff, 0x13, 0x14, 0xae, 0xff, 0x12, 0x14, 0xa9, 0xff, 0x50, 0x50, 0xf1, 0xff, 0x64, 0x6c, 0xff, 0xff, 0x6b, 0x73, 0xff, 0xff, 0x29, 0x26, 0xe7, 0xff, 0x5b, 0x5a, 0xfd, 0xff, 0x56, 0x63, 0xfd, 0xff, 0x59, 0x70, 0xff, 0xff, 0x5f, 0x6f, 0xff, 0xff, 0x85, 0x85, 0xff, 0xff, 0x75, 0x80, 0xff, 0xff, 0x67, 0x70, 0xff, 0xff, 0x67, 0x78, 0xff, 0xff, 0x62, 0x70, 0xff, 0xff, 0x59, 0x60, 0xff, 0xff, 0x22, 0x1e, 0xe0, 0xff, 0x1f, 0x1d, 0xd1, 0xff, 0x0e, 0x0e, 0xa1, 0xff, 0x0f, 0x10, 0xa8, 0xff, 0x11, 0x11, 0xb0, 0xff, 0x13, 0x13, 0xb6, 0xff, 0x13, 0x13, 0xb8, 0xff, 0x0d, 0x0f, 0x89, 0xff, 0x0e, 0x10, 0x88, 0xff, 0x0e, 0x10, 0x9a, 0xff, 0x0d, 0x10, 0x85, 0xff, 0x12, 0x14, 0xa9, 0xff, 0x12, 0x14, 0xae, 0xff, 0x38, 0x3c, 0xbe, 0xff, 0x17, 0x22, 0x22, 0xff, 0x18, 0x20, 0x28, 0xff, 0x1b, 0x25, 0x2e, 0xff, 0x1a, 0x24, 0x2c, 0xff, 0x1a, 0x23, 0x2a, 0xff, 0x1c, 0x29, 0x31, 0xff, 0x1e, 0x29, 0x2f, 0xff, 0x2a, 0x38, 0x40, 0xff, 0x36, 0x4a, 0x5a, 0xff, 0x41, 0x5e, 0x73, 0xff, 0x54, 0x7a, 0x90, 0xff, 0x5b, 0x7f, 0x9a, 0xff, 0x55, 0x7c, 0x8a, 0xff, 0x4f, 0x7f, 0x83, 0xff, 0x62, 0x97, 0xa1, 0xff, 0x68, 0x95, 0xa9, 0xff, 0x63, 0x8e, 0x9b, 0xff, 0x76, 0x9d, 0xb0, 0xff, 0x89, 0xb4, 0xcc, 0xff, 0x92, 0xba, 0xd7, 0xff, 0x84, 0xaa, 0xcc, 0xff, 0x6c, 0x98, 0xb3, 0xff, 0x69, 0x92, 0xaa, 0xff, - 0x15, 0x1e, 0x21, 0xff, 0x15, 0x1d, 0x21, 0xff, 0x15, 0x1d, 0x22, 0xff, 0x14, 0x1b, 0x1f, 0xff, 0x13, 0x1a, 0x1e, 0xff, 0x19, 0x23, 0x26, 0xff, 0x1a, 0x25, 0x28, 0xff, 0x17, 0x21, 0x24, 0xff, 0x20, 0x2f, 0x37, 0xff, 0x2c, 0x48, 0x57, 0xff, 0x2f, 0x51, 0x5d, 0xff, 0x2f, 0x4b, 0x5c, 0xff, 0x26, 0x45, 0x55, 0xff, 0x24, 0x3e, 0x4f, 0xff, 0x23, 0x39, 0x4f, 0xff, 0x22, 0x37, 0x4b, 0xff, 0x23, 0x37, 0x49, 0xff, 0x23, 0x35, 0x49, 0xff, 0x21, 0x34, 0x48, 0xff, 0x20, 0x36, 0x46, 0xff, 0x20, 0x37, 0x45, 0xff, 0x1f, 0x35, 0x42, 0xff, 0x1e, 0x32, 0x41, 0xff, 0x1e, 0x2d, 0x40, 0xff, 0x1e, 0x2d, 0x40, 0xff, 0x21, 0x30, 0x43, 0xff, 0x21, 0x32, 0x45, 0xff, 0x20, 0x2e, 0x43, 0xff, 0x4f, 0x79, 0x7b, 0xff, 0x5c, 0xa9, 0x82, 0xff, 0x35, 0x53, 0xde, 0xff, 0x2e, 0x2f, 0xe5, 0xff, 0x37, 0x33, 0xef, 0xff, 0x5c, 0x59, 0xff, 0xff, 0x5d, 0x5a, 0xff, 0xff, 0x30, 0x2c, 0xdf, 0xff, 0x15, 0x14, 0xc7, 0xff, 0x63, 0x67, 0xf6, 0xff, 0x4c, 0x50, 0xed, 0xff, 0x0c, 0x0e, 0x93, 0xff, 0x16, 0x19, 0x9a, 0xff, 0x95, 0xa4, 0xff, 0xff, 0x17, 0x13, 0xc5, 0xff, 0x15, 0x17, 0xc0, 0xff, 0x37, 0x35, 0xf2, 0xff, 0x2f, 0x2d, 0xe7, 0xff, 0x3b, 0x37, 0xe9, 0xff, 0x10, 0x12, 0x98, 0xff, 0x32, 0x31, 0xdb, 0xff, 0x67, 0x6e, 0xff, 0xff, 0x6c, 0x6e, 0xff, 0xff, 0x4f, 0x53, 0xf5, 0xff, 0x2f, 0x30, 0xe9, 0xff, 0x4a, 0x48, 0xf3, 0xff, 0x62, 0x6f, 0xff, 0xff, 0x5c, 0x6e, 0xff, 0xff, 0x5a, 0x6c, 0xff, 0xff, 0x73, 0x7b, 0xff, 0xff, 0x77, 0x81, 0xff, 0xff, 0x75, 0x7c, 0xff, 0xff, 0x60, 0x75, 0xff, 0xff, 0x65, 0x73, 0xff, 0xff, 0x5d, 0x6c, 0xff, 0xff, 0x3d, 0x3c, 0xf7, 0xff, 0x24, 0x20, 0xe1, 0xff, 0x0d, 0x0e, 0xa5, 0xff, 0x10, 0x10, 0xa7, 0xff, 0x11, 0x11, 0xaf, 0xff, 0x14, 0x14, 0xb8, 0xff, 0x14, 0x16, 0xbe, 0xff, 0x0f, 0x11, 0x9b, 0xff, 0x0d, 0x10, 0x92, 0xff, 0x0e, 0x10, 0x96, 0xff, 0x10, 0x11, 0xa2, 0xff, 0x0e, 0x12, 0x92, 0xff, 0x15, 0x17, 0xb2, 0xff, 0x48, 0x48, 0xe9, 0xff, 0x1a, 0x23, 0x42, 0xff, 0x1a, 0x24, 0x2c, 0xff, 0x1d, 0x29, 0x33, 0xff, 0x1d, 0x29, 0x32, 0xff, 0x20, 0x2e, 0x3b, 0xff, 0x22, 0x31, 0x44, 0xff, 0x22, 0x2e, 0x3a, 0xff, 0x20, 0x2c, 0x33, 0xff, 0x26, 0x34, 0x3e, 0xff, 0x3a, 0x59, 0x6c, 0xff, 0x52, 0x80, 0xa7, 0xff, 0x58, 0x88, 0xac, 0xff, 0x54, 0x7a, 0x89, 0xff, 0x52, 0x7c, 0x80, 0xff, 0x58, 0x81, 0x86, 0xff, 0x62, 0x8d, 0x92, 0xff, 0x66, 0x90, 0x95, 0xff, 0x7a, 0xa5, 0xb2, 0xff, 0x8b, 0xb6, 0xcd, 0xff, 0x91, 0xbb, 0xd9, 0xff, 0x80, 0xad, 0xc8, 0xff, 0x7d, 0xa9, 0xbf, 0xff, 0x8a, 0xb2, 0xca, 0xff, - 0x15, 0x1c, 0x20, 0xff, 0x15, 0x1d, 0x22, 0xff, 0x13, 0x1b, 0x20, 0xff, 0x13, 0x1a, 0x1f, 0xff, 0x14, 0x1d, 0x1e, 0xff, 0x18, 0x25, 0x25, 0xff, 0x1f, 0x2b, 0x2d, 0xff, 0x1d, 0x27, 0x29, 0xff, 0x1f, 0x2e, 0x33, 0xff, 0x2f, 0x49, 0x58, 0xff, 0x2f, 0x50, 0x5f, 0xff, 0x2f, 0x4e, 0x5d, 0xff, 0x2a, 0x48, 0x57, 0xff, 0x27, 0x41, 0x52, 0xff, 0x25, 0x3c, 0x4e, 0xff, 0x22, 0x38, 0x4e, 0xff, 0x22, 0x37, 0x4a, 0xff, 0x21, 0x35, 0x45, 0xff, 0x21, 0x35, 0x45, 0xff, 0x1e, 0x36, 0x44, 0xff, 0x20, 0x36, 0x45, 0xff, 0x20, 0x36, 0x44, 0xff, 0x1e, 0x31, 0x40, 0xff, 0x1f, 0x2e, 0x43, 0xff, 0x20, 0x31, 0x48, 0xff, 0x21, 0x31, 0x46, 0xff, 0x21, 0x30, 0x44, 0xff, 0x1d, 0x31, 0x46, 0xff, 0x71, 0xa1, 0x9c, 0xff, 0x5e, 0xa0, 0x98, 0xff, 0x35, 0x30, 0xf2, 0xff, 0x59, 0x54, 0xff, 0xff, 0x4f, 0x4b, 0xff, 0xff, 0x39, 0x33, 0xf3, 0xff, 0x1a, 0x19, 0xd2, 0xff, 0x29, 0x29, 0xd7, 0xff, 0x63, 0x67, 0xff, 0xff, 0x26, 0x2a, 0xcc, 0xff, 0x0b, 0x0c, 0x8b, 0xff, 0x0c, 0x0d, 0x89, 0xff, 0x6e, 0x7c, 0xd7, 0xff, 0x43, 0x44, 0xe8, 0xff, 0x16, 0x17, 0xc0, 0xff, 0x20, 0x1f, 0xd8, 0xff, 0x37, 0x30, 0xf0, 0xff, 0x57, 0x58, 0xfe, 0xff, 0x22, 0x20, 0xcd, 0xff, 0x1f, 0x20, 0xc4, 0xff, 0x76, 0x78, 0xff, 0xff, 0x5c, 0x5e, 0xff, 0xff, 0x6c, 0x75, 0xff, 0xff, 0x2d, 0x2d, 0xde, 0xff, 0x47, 0x49, 0xfa, 0xff, 0x43, 0x3f, 0xf1, 0xff, 0x65, 0x71, 0xff, 0xff, 0x5c, 0x68, 0xff, 0xff, 0x5c, 0x68, 0xff, 0xff, 0x5a, 0x6b, 0xff, 0xff, 0x78, 0x7b, 0xff, 0xff, 0x84, 0x88, 0xff, 0xff, 0x5f, 0x70, 0xff, 0xff, 0x63, 0x72, 0xff, 0xff, 0x5e, 0x6e, 0xff, 0xff, 0x61, 0x6d, 0xff, 0xff, 0x4d, 0x4a, 0xe8, 0xff, 0x0e, 0x0f, 0xa4, 0xff, 0x10, 0x10, 0xac, 0xff, 0x13, 0x12, 0xb4, 0xff, 0x16, 0x17, 0xbf, 0xff, 0x19, 0x19, 0xc5, 0xff, 0x11, 0x14, 0xa1, 0xff, 0x0f, 0x10, 0x97, 0xff, 0x0f, 0x12, 0x9f, 0xff, 0x12, 0x12, 0xa9, 0xff, 0x11, 0x13, 0xab, 0xff, 0x14, 0x16, 0xa2, 0xff, 0x36, 0x35, 0xd7, 0xff, 0x3c, 0x3f, 0x88, 0xff, 0x19, 0x25, 0x29, 0xff, 0x21, 0x2f, 0x37, 0xff, 0x27, 0x3a, 0x43, 0xff, 0x29, 0x43, 0x51, 0xff, 0x27, 0x3d, 0x50, 0xff, 0x21, 0x32, 0x3b, 0xff, 0x23, 0x30, 0x36, 0xff, 0x23, 0x32, 0x39, 0xff, 0x2e, 0x48, 0x58, 0xff, 0x46, 0x72, 0x97, 0xff, 0x57, 0x8b, 0xa8, 0xff, 0x64, 0x8e, 0x97, 0xff, 0x5a, 0x80, 0x8d, 0xff, 0x57, 0x76, 0x85, 0xff, 0x5c, 0x7e, 0x86, 0xff, 0x61, 0x85, 0x8a, 0xff, 0x63, 0x8c, 0x94, 0xff, 0x74, 0x98, 0xab, 0xff, 0x6d, 0x95, 0xa8, 0xff, 0x67, 0x8f, 0xa2, 0xff, 0x84, 0xa7, 0xb9, 0xff, 0x8f, 0xb3, 0xca, 0xff, - 0x13, 0x1c, 0x1e, 0xff, 0x13, 0x1d, 0x20, 0xff, 0x13, 0x1a, 0x1f, 0xff, 0x13, 0x1a, 0x1c, 0xff, 0x19, 0x27, 0x24, 0xff, 0x20, 0x32, 0x30, 0xff, 0x26, 0x36, 0x38, 0xff, 0x27, 0x38, 0x39, 0xff, 0x23, 0x36, 0x39, 0xff, 0x2f, 0x4a, 0x5a, 0xff, 0x31, 0x55, 0x66, 0xff, 0x2f, 0x4f, 0x60, 0xff, 0x2d, 0x4c, 0x5a, 0xff, 0x29, 0x44, 0x54, 0xff, 0x26, 0x3d, 0x52, 0xff, 0x23, 0x3a, 0x51, 0xff, 0x23, 0x3a, 0x4d, 0xff, 0x21, 0x37, 0x48, 0xff, 0x1f, 0x36, 0x46, 0xff, 0x1f, 0x35, 0x43, 0xff, 0x1e, 0x36, 0x43, 0xff, 0x20, 0x35, 0x43, 0xff, 0x1f, 0x30, 0x40, 0xff, 0x1f, 0x2f, 0x42, 0xff, 0x21, 0x32, 0x47, 0xff, 0x21, 0x31, 0x48, 0xff, 0x20, 0x2f, 0x43, 0xff, 0x24, 0x3e, 0x50, 0xff, 0x83, 0xb0, 0xa8, 0xff, 0x60, 0x85, 0xc3, 0xff, 0x5c, 0x54, 0xff, 0xff, 0x56, 0x52, 0xff, 0xff, 0x43, 0x41, 0xfb, 0xff, 0x2e, 0x2b, 0xe2, 0xff, 0x30, 0x30, 0xed, 0xff, 0x34, 0x37, 0xed, 0xff, 0x0e, 0x11, 0x99, 0xff, 0x0c, 0x0e, 0x89, 0xff, 0x0d, 0x10, 0x8f, 0xff, 0x09, 0x0b, 0x9a, 0xff, 0x96, 0xa9, 0xf8, 0xff, 0x16, 0x13, 0xcb, 0xff, 0x1a, 0x1b, 0xd0, 0xff, 0x32, 0x2e, 0xed, 0xff, 0x37, 0x35, 0xf3, 0xff, 0x53, 0x53, 0xf9, 0xff, 0x11, 0x12, 0xa5, 0xff, 0x74, 0x76, 0xff, 0xff, 0x60, 0x66, 0xff, 0xff, 0x69, 0x68, 0xff, 0xff, 0x5a, 0x64, 0xff, 0xff, 0x1c, 0x19, 0xd7, 0xff, 0x62, 0x63, 0xff, 0xff, 0x43, 0x40, 0xee, 0xff, 0x5c, 0x69, 0xff, 0xff, 0x5e, 0x66, 0xff, 0xff, 0x5d, 0x67, 0xff, 0xff, 0x61, 0x72, 0xff, 0xff, 0x36, 0x34, 0xf0, 0xff, 0x66, 0x6d, 0xff, 0xff, 0x6b, 0x76, 0xff, 0xff, 0x63, 0x72, 0xff, 0xff, 0x6a, 0x77, 0xff, 0xff, 0x5d, 0x62, 0xfd, 0xff, 0x14, 0x14, 0xbd, 0xff, 0x11, 0x12, 0xac, 0xff, 0x11, 0x12, 0xb0, 0xff, 0x13, 0x14, 0xb7, 0xff, 0x1a, 0x1a, 0xc3, 0xff, 0x23, 0x21, 0xd5, 0xff, 0x14, 0x16, 0xa0, 0xff, 0x0f, 0x11, 0x96, 0xff, 0x12, 0x13, 0xaa, 0xff, 0x14, 0x15, 0xb2, 0xff, 0x15, 0x16, 0xba, 0xff, 0x14, 0x17, 0xae, 0xff, 0x31, 0x2e, 0xce, 0xff, 0x59, 0x5c, 0xd0, 0xff, 0x2d, 0x48, 0x4f, 0xff, 0x43, 0x68, 0x7d, 0xff, 0x51, 0x7b, 0x95, 0xff, 0x50, 0x7b, 0x97, 0xff, 0x43, 0x6c, 0x84, 0xff, 0x3c, 0x60, 0x78, 0xff, 0x3b, 0x5d, 0x70, 0xff, 0x36, 0x53, 0x62, 0xff, 0x2d, 0x46, 0x50, 0xff, 0x37, 0x57, 0x63, 0xff, 0x59, 0x84, 0x8c, 0xff, 0x6d, 0x9c, 0xa1, 0xff, 0x66, 0x8e, 0x9e, 0xff, 0x5e, 0x7e, 0x8f, 0xff, 0x61, 0x87, 0x8c, 0xff, 0x68, 0x8d, 0x91, 0xff, 0x79, 0x98, 0xa6, 0xff, 0x89, 0xaa, 0xbc, 0xff, 0x87, 0xa9, 0xbd, 0xff, 0x88, 0xab, 0xc4, 0xff, 0x8c, 0xb3, 0xcf, 0xff, 0x83, 0xaf, 0xcb, 0xff, - 0x18, 0x25, 0x24, 0xff, 0x1b, 0x2c, 0x29, 0xff, 0x1d, 0x33, 0x2f, 0xff, 0x22, 0x47, 0x3a, 0xff, 0x27, 0x4a, 0x41, 0xff, 0x2b, 0x44, 0x45, 0xff, 0x30, 0x4d, 0x50, 0xff, 0x36, 0x52, 0x58, 0xff, 0x31, 0x4c, 0x51, 0xff, 0x36, 0x55, 0x62, 0xff, 0x34, 0x57, 0x6b, 0xff, 0x2f, 0x4f, 0x61, 0xff, 0x2d, 0x4a, 0x5e, 0xff, 0x2a, 0x47, 0x57, 0xff, 0x26, 0x3e, 0x50, 0xff, 0x24, 0x39, 0x50, 0xff, 0x24, 0x3b, 0x4d, 0xff, 0x23, 0x3b, 0x4d, 0xff, 0x22, 0x36, 0x4d, 0xff, 0x20, 0x34, 0x46, 0xff, 0x20, 0x33, 0x44, 0xff, 0x1e, 0x34, 0x43, 0xff, 0x1f, 0x33, 0x45, 0xff, 0x20, 0x32, 0x46, 0xff, 0x21, 0x33, 0x48, 0xff, 0x22, 0x33, 0x4b, 0xff, 0x23, 0x33, 0x4a, 0xff, 0x26, 0x42, 0x56, 0xff, 0x90, 0xbc, 0xb2, 0xff, 0x5e, 0x72, 0xd7, 0xff, 0x31, 0x35, 0xe1, 0xff, 0x46, 0x4a, 0xef, 0xff, 0x27, 0x2b, 0xd6, 0xff, 0x24, 0x2a, 0xd7, 0xff, 0x15, 0x1a, 0xbb, 0xff, 0x0b, 0x0e, 0x88, 0xff, 0x0d, 0x10, 0x89, 0xff, 0x0d, 0x10, 0x95, 0xff, 0x0f, 0x11, 0xa0, 0xff, 0x17, 0x19, 0xaa, 0xff, 0x8a, 0x97, 0xf9, 0xff, 0x17, 0x17, 0xc9, 0xff, 0x22, 0x21, 0xdc, 0xff, 0x31, 0x2c, 0xf0, 0xff, 0x5e, 0x65, 0xff, 0xff, 0x1f, 0x1f, 0xbf, 0xff, 0x39, 0x3c, 0xde, 0xff, 0x6e, 0x77, 0xff, 0xff, 0x5c, 0x5b, 0xff, 0xff, 0x6a, 0x75, 0xff, 0xff, 0x41, 0x43, 0xf0, 0xff, 0x33, 0x33, 0xec, 0xff, 0x61, 0x63, 0xff, 0xff, 0x49, 0x48, 0xef, 0xff, 0x5b, 0x67, 0xff, 0xff, 0x5b, 0x63, 0xff, 0xff, 0x5c, 0x65, 0xff, 0xff, 0x64, 0x74, 0xff, 0xff, 0x35, 0x33, 0xe7, 0xff, 0x1a, 0x21, 0xc4, 0xff, 0x3d, 0x46, 0xe6, 0xff, 0x4f, 0x57, 0xea, 0xff, 0x4a, 0x5d, 0xe0, 0xff, 0x15, 0x15, 0xc6, 0xff, 0x14, 0x15, 0xbc, 0xff, 0x13, 0x14, 0xb7, 0xff, 0x12, 0x14, 0xb6, 0xff, 0x16, 0x16, 0xbc, 0xff, 0x1e, 0x1e, 0xca, 0xff, 0x46, 0x4a, 0xf1, 0xff, 0x25, 0x3c, 0x59, 0xff, 0x14, 0x1c, 0x83, 0xff, 0x12, 0x12, 0xad, 0xff, 0x18, 0x1a, 0xbe, 0xff, 0x1a, 0x1b, 0xc3, 0xff, 0x19, 0x1c, 0xc4, 0xff, 0x2d, 0x2f, 0xd0, 0xff, 0x4a, 0x6f, 0x9d, 0xff, 0x61, 0x91, 0xa8, 0xff, 0x76, 0xa8, 0xc5, 0xff, 0x77, 0xae, 0xcc, 0xff, 0x6f, 0xa7, 0xc4, 0xff, 0x66, 0x98, 0xb4, 0xff, 0x5c, 0x8c, 0xa6, 0xff, 0x5a, 0x88, 0xa1, 0xff, 0x54, 0x81, 0x99, 0xff, 0x40, 0x68, 0x7d, 0xff, 0x36, 0x57, 0x65, 0xff, 0x4d, 0x74, 0x77, 0xff, 0x68, 0x92, 0x9b, 0xff, 0x6a, 0x8d, 0xa5, 0xff, 0x6c, 0x91, 0xa7, 0xff, 0x74, 0x9d, 0xa9, 0xff, 0x77, 0xa5, 0xad, 0xff, 0x92, 0xb2, 0xc1, 0xff, 0xa5, 0xc5, 0xd9, 0xff, 0x9d, 0xbf, 0xd6, 0xff, 0x93, 0xb8, 0xd5, 0xff, 0x91, 0xb9, 0xd9, 0xff, 0x8f, 0xb8, 0xd9, 0xff, - 0x22, 0x3a, 0x37, 0xff, 0x27, 0x4d, 0x47, 0xff, 0x2a, 0x64, 0x56, 0xff, 0x33, 0x78, 0x65, 0xff, 0x3a, 0x75, 0x69, 0xff, 0x35, 0x5f, 0x5e, 0xff, 0x37, 0x5b, 0x67, 0xff, 0x40, 0x65, 0x6e, 0xff, 0x40, 0x64, 0x67, 0xff, 0x41, 0x63, 0x6c, 0xff, 0x3b, 0x5c, 0x6e, 0xff, 0x2e, 0x4e, 0x64, 0xff, 0x2b, 0x48, 0x5d, 0xff, 0x2a, 0x48, 0x5a, 0xff, 0x27, 0x40, 0x52, 0xff, 0x23, 0x3b, 0x50, 0xff, 0x24, 0x3a, 0x50, 0xff, 0x24, 0x38, 0x4e, 0xff, 0x24, 0x35, 0x4d, 0xff, 0x20, 0x32, 0x4a, 0xff, 0x20, 0x32, 0x45, 0xff, 0x1e, 0x33, 0x42, 0xff, 0x20, 0x34, 0x44, 0xff, 0x22, 0x34, 0x4b, 0xff, 0x22, 0x36, 0x4b, 0xff, 0x24, 0x35, 0x4b, 0xff, 0x24, 0x36, 0x49, 0xff, 0x23, 0x3b, 0x4f, 0xff, 0x91, 0xb8, 0xb0, 0xff, 0x48, 0x54, 0xd2, 0xff, 0x10, 0x11, 0xae, 0xff, 0x2a, 0x28, 0xea, 0xff, 0x0f, 0x11, 0xa7, 0xff, 0x0e, 0x10, 0x9a, 0xff, 0x0c, 0x0d, 0x95, 0xff, 0x0d, 0x10, 0x87, 0xff, 0x0e, 0x11, 0xa1, 0xff, 0x0f, 0x12, 0xa4, 0xff, 0x12, 0x11, 0xaa, 0xff, 0x30, 0x36, 0xb7, 0xff, 0x6f, 0x79, 0xf0, 0xff, 0x1e, 0x1e, 0xd6, 0xff, 0x2c, 0x29, 0xe9, 0xff, 0x4c, 0x4c, 0xfd, 0xff, 0x4c, 0x62, 0xef, 0xff, 0x0f, 0x0f, 0xa1, 0xff, 0x6a, 0x72, 0xff, 0xff, 0x5f, 0x63, 0xff, 0xff, 0x6b, 0x69, 0xff, 0xff, 0x5f, 0x6e, 0xff, 0xff, 0x21, 0x1d, 0xdb, 0xff, 0x4d, 0x54, 0xfc, 0xff, 0x4f, 0x50, 0xf3, 0xff, 0x58, 0x5a, 0xfa, 0xff, 0x5a, 0x64, 0xff, 0xff, 0x5c, 0x64, 0xff, 0xff, 0x5c, 0x66, 0xff, 0xff, 0x62, 0x74, 0xff, 0xff, 0x55, 0x53, 0xf7, 0xff, 0x1a, 0x20, 0xb9, 0xff, 0x0d, 0x10, 0x8e, 0xff, 0x08, 0x06, 0x8d, 0xff, 0x4b, 0x7f, 0x7f, 0xff, 0x1c, 0x22, 0xa9, 0xff, 0x17, 0x18, 0xc4, 0xff, 0x22, 0x21, 0xd4, 0xff, 0x16, 0x18, 0xc1, 0xff, 0x1c, 0x1c, 0xc8, 0xff, 0x36, 0x34, 0xeb, 0xff, 0x4f, 0x7d, 0xac, 0xff, 0x51, 0x83, 0x8a, 0xff, 0x51, 0x77, 0x87, 0xff, 0x3a, 0x54, 0x93, 0xff, 0x24, 0x31, 0xb3, 0xff, 0x24, 0x28, 0xc9, 0xff, 0x23, 0x2b, 0xca, 0xff, 0x45, 0x65, 0xcf, 0xff, 0x6e, 0xb0, 0xc2, 0xff, 0x7d, 0xb9, 0xce, 0xff, 0x84, 0xbe, 0xd6, 0xff, 0x7e, 0xbd, 0xd7, 0xff, 0x77, 0xb5, 0xcc, 0xff, 0x6d, 0xaa, 0xc2, 0xff, 0x65, 0x9f, 0xb6, 0xff, 0x62, 0x97, 0xae, 0xff, 0x60, 0x93, 0xa8, 0xff, 0x52, 0x83, 0x9d, 0xff, 0x42, 0x6c, 0x85, 0xff, 0x49, 0x6d, 0x7a, 0xff, 0x5a, 0x7a, 0x89, 0xff, 0x64, 0x88, 0xa2, 0xff, 0x6b, 0x91, 0xac, 0xff, 0x6f, 0x9f, 0xae, 0xff, 0x75, 0xaa, 0xb2, 0xff, 0x85, 0xae, 0xbb, 0xff, 0x96, 0xb9, 0xce, 0xff, 0x99, 0xbc, 0xd1, 0xff, 0x95, 0xb7, 0xcf, 0xff, 0x8c, 0xb0, 0xca, 0xff, 0x8a, 0xb0, 0xcf, 0xff, - 0x2b, 0x4c, 0x4f, 0xff, 0x33, 0x65, 0x61, 0xff, 0x36, 0x7c, 0x6d, 0xff, 0x39, 0x8b, 0x78, 0xff, 0x44, 0x8c, 0x7d, 0xff, 0x3b, 0x74, 0x75, 0xff, 0x3a, 0x6b, 0x73, 0xff, 0x46, 0x75, 0x7d, 0xff, 0x49, 0x7e, 0x7c, 0xff, 0x46, 0x7a, 0x7b, 0xff, 0x3a, 0x61, 0x6e, 0xff, 0x2f, 0x4f, 0x65, 0xff, 0x2c, 0x4a, 0x61, 0xff, 0x2a, 0x47, 0x5b, 0xff, 0x27, 0x41, 0x57, 0xff, 0x23, 0x3d, 0x53, 0xff, 0x24, 0x39, 0x50, 0xff, 0x24, 0x35, 0x4d, 0xff, 0x21, 0x32, 0x45, 0xff, 0x1d, 0x30, 0x40, 0xff, 0x1e, 0x30, 0x3f, 0xff, 0x1c, 0x31, 0x3b, 0xff, 0x1c, 0x31, 0x3c, 0xff, 0x1f, 0x35, 0x42, 0xff, 0x22, 0x36, 0x48, 0xff, 0x21, 0x35, 0x47, 0xff, 0x24, 0x35, 0x4d, 0xff, 0x20, 0x34, 0x4f, 0xff, 0x5d, 0x87, 0x87, 0xff, 0x3a, 0x4a, 0xc4, 0xff, 0x2b, 0x29, 0xdb, 0xff, 0x24, 0x23, 0xd4, 0xff, 0x10, 0x12, 0xa0, 0xff, 0x09, 0x0b, 0xa0, 0xff, 0x3a, 0x71, 0x94, 0xff, 0x16, 0x28, 0xa5, 0xff, 0x11, 0x12, 0xaa, 0xff, 0x13, 0x14, 0xb6, 0xff, 0x12, 0x13, 0xa7, 0xff, 0x58, 0x60, 0xd1, 0xff, 0x68, 0x6b, 0xee, 0xff, 0x25, 0x23, 0xe0, 0xff, 0x3a, 0x36, 0xf7, 0xff, 0x5d, 0x66, 0xff, 0xff, 0x2f, 0x5c, 0xad, 0xff, 0x35, 0x39, 0xda, 0xff, 0x6a, 0x75, 0xff, 0xff, 0x5e, 0x59, 0xff, 0xff, 0x70, 0x7d, 0xff, 0xff, 0x34, 0x3a, 0xda, 0xff, 0x35, 0x32, 0xf0, 0xff, 0x59, 0x63, 0xff, 0xff, 0x48, 0x44, 0xef, 0xff, 0x62, 0x67, 0xfe, 0xff, 0x5b, 0x64, 0xff, 0xff, 0x5b, 0x62, 0xff, 0xff, 0x5c, 0x69, 0xff, 0xff, 0x5e, 0x71, 0xff, 0xff, 0x93, 0x94, 0xff, 0xff, 0x26, 0x2b, 0xc3, 0xff, 0x0e, 0x12, 0x99, 0xff, 0x0c, 0x0e, 0x93, 0xff, 0x3a, 0x66, 0x87, 0xff, 0x2a, 0x3a, 0x41, 0xff, 0x2a, 0x3a, 0x94, 0xff, 0x5b, 0x65, 0xef, 0xff, 0x5c, 0x5b, 0xfb, 0xff, 0x40, 0x49, 0xee, 0xff, 0x5d, 0x92, 0xc7, 0xff, 0x66, 0xac, 0xa6, 0xff, 0x64, 0x9f, 0xa4, 0xff, 0x61, 0x91, 0xa1, 0xff, 0x64, 0x91, 0xa6, 0xff, 0x68, 0x9b, 0xab, 0xff, 0x6a, 0xa2, 0xae, 0xff, 0x6d, 0xaa, 0xb8, 0xff, 0x76, 0xb7, 0xc9, 0xff, 0x7a, 0xbe, 0xd3, 0xff, 0x78, 0xb9, 0xcb, 0xff, 0x79, 0xb8, 0xc8, 0xff, 0x74, 0xb5, 0xc9, 0xff, 0x72, 0xb0, 0xc4, 0xff, 0x6c, 0xac, 0xbd, 0xff, 0x6c, 0xad, 0xbf, 0xff, 0x6d, 0xac, 0xbf, 0xff, 0x6c, 0xa4, 0xb6, 0xff, 0x62, 0x95, 0xa9, 0xff, 0x55, 0x85, 0x9c, 0xff, 0x4d, 0x79, 0x8f, 0xff, 0x4b, 0x71, 0x85, 0xff, 0x53, 0x75, 0x8d, 0xff, 0x55, 0x77, 0x90, 0xff, 0x5c, 0x8d, 0x99, 0xff, 0x63, 0x97, 0x9e, 0xff, 0x68, 0x9b, 0xa3, 0xff, 0x7e, 0xa0, 0xb5, 0xff, 0x87, 0xa9, 0xbd, 0xff, 0x8e, 0xae, 0xc4, 0xff, 0x7b, 0xa2, 0xba, 0xff, 0x71, 0x98, 0xb5, 0xff, - 0x30, 0x55, 0x58, 0xff, 0x38, 0x6e, 0x68, 0xff, 0x3a, 0x7e, 0x6f, 0xff, 0x44, 0x86, 0x78, 0xff, 0x44, 0x8e, 0x7e, 0xff, 0x44, 0x86, 0x7b, 0xff, 0x42, 0x7c, 0x77, 0xff, 0x46, 0x86, 0x80, 0xff, 0x4e, 0x96, 0x87, 0xff, 0x4d, 0x8d, 0x82, 0xff, 0x3a, 0x67, 0x71, 0xff, 0x2e, 0x4e, 0x63, 0xff, 0x2d, 0x49, 0x62, 0xff, 0x28, 0x46, 0x5d, 0xff, 0x27, 0x41, 0x56, 0xff, 0x25, 0x3b, 0x51, 0xff, 0x23, 0x38, 0x4d, 0xff, 0x22, 0x32, 0x47, 0xff, 0x20, 0x32, 0x44, 0xff, 0x1e, 0x32, 0x41, 0xff, 0x1e, 0x32, 0x40, 0xff, 0x1c, 0x34, 0x3c, 0xff, 0x1d, 0x35, 0x3b, 0xff, 0x1e, 0x38, 0x3e, 0xff, 0x20, 0x37, 0x43, 0xff, 0x22, 0x36, 0x46, 0xff, 0x25, 0x38, 0x4e, 0xff, 0x23, 0x37, 0x51, 0xff, 0x3c, 0x5c, 0x67, 0xff, 0x6a, 0xa0, 0xb0, 0xff, 0x49, 0x56, 0xf8, 0xff, 0x1b, 0x29, 0xbf, 0xff, 0x25, 0x47, 0x9b, 0xff, 0x75, 0xc1, 0xa3, 0xff, 0x54, 0xa7, 0xa1, 0xff, 0x10, 0x0f, 0xb6, 0xff, 0x16, 0x17, 0xbf, 0xff, 0x14, 0x15, 0xb6, 0xff, 0x12, 0x13, 0xab, 0xff, 0x59, 0x60, 0xd8, 0xff, 0x6e, 0x71, 0xf1, 0xff, 0x2b, 0x27, 0xe9, 0xff, 0x52, 0x54, 0xff, 0xff, 0x64, 0x9c, 0xe7, 0xff, 0x15, 0x29, 0x96, 0xff, 0x60, 0x67, 0xff, 0xff, 0x5b, 0x5e, 0xff, 0xff, 0x72, 0x72, 0xff, 0xff, 0x5b, 0x6a, 0xff, 0xff, 0x1e, 0x1e, 0xbf, 0xff, 0x64, 0x66, 0xff, 0xff, 0x59, 0x66, 0xff, 0xff, 0x48, 0x45, 0xed, 0xff, 0x62, 0x69, 0xff, 0xff, 0x5b, 0x62, 0xff, 0xff, 0x5c, 0x62, 0xff, 0xff, 0x5c, 0x6a, 0xff, 0xff, 0x5e, 0x70, 0xff, 0xff, 0x99, 0x99, 0xff, 0xff, 0x4a, 0x52, 0xdb, 0xff, 0x0f, 0x13, 0xa0, 0xff, 0x0e, 0x0f, 0x97, 0xff, 0x2f, 0x52, 0x88, 0xff, 0x55, 0x83, 0x8f, 0xff, 0x69, 0x98, 0xac, 0xff, 0x77, 0xaa, 0xc1, 0xff, 0x77, 0xac, 0xc5, 0xff, 0x7d, 0xb7, 0xc6, 0xff, 0x79, 0xb8, 0xbf, 0xff, 0x75, 0xb4, 0xbf, 0xff, 0x77, 0xb3, 0xc4, 0xff, 0x7d, 0xb3, 0xcd, 0xff, 0x84, 0xba, 0xd4, 0xff, 0x87, 0xc1, 0xdc, 0xff, 0x87, 0xc1, 0xdd, 0xff, 0x8a, 0xc3, 0xdf, 0xff, 0x89, 0xc4, 0xdd, 0xff, 0x88, 0xc3, 0xdc, 0xff, 0x87, 0xc6, 0xde, 0xff, 0x87, 0xc7, 0xdc, 0xff, 0x7f, 0xbf, 0xd3, 0xff, 0x73, 0xb2, 0xc5, 0xff, 0x6c, 0xab, 0xbb, 0xff, 0x6d, 0xaf, 0xbe, 0xff, 0x73, 0xb8, 0xc7, 0xff, 0x77, 0xba, 0xc8, 0xff, 0x70, 0xab, 0xbc, 0xff, 0x67, 0x9b, 0xae, 0xff, 0x63, 0x91, 0xa7, 0xff, 0x53, 0x7f, 0x96, 0xff, 0x4a, 0x71, 0x88, 0xff, 0x40, 0x61, 0x7a, 0xff, 0x41, 0x66, 0x79, 0xff, 0x51, 0x82, 0x8f, 0xff, 0x60, 0x86, 0xa1, 0xff, 0x66, 0x8b, 0xa9, 0xff, 0x6e, 0x92, 0xae, 0xff, 0x76, 0x9d, 0xba, 0xff, 0x6d, 0x93, 0xb4, 0xff, 0x6c, 0x94, 0xb0, 0xff, - 0x30, 0x63, 0x5a, 0xff, 0x38, 0x7c, 0x6d, 0xff, 0x3e, 0x80, 0x70, 0xff, 0x49, 0x86, 0x77, 0xff, 0x46, 0x85, 0x75, 0xff, 0x42, 0x84, 0x73, 0xff, 0x41, 0x85, 0x76, 0xff, 0x48, 0x94, 0x83, 0xff, 0x57, 0xa1, 0x87, 0xff, 0x51, 0x94, 0x7f, 0xff, 0x3b, 0x6c, 0x71, 0xff, 0x30, 0x4d, 0x61, 0xff, 0x2c, 0x4a, 0x5d, 0xff, 0x27, 0x4f, 0x5b, 0xff, 0x24, 0x43, 0x51, 0xff, 0x25, 0x3a, 0x4e, 0xff, 0x23, 0x37, 0x4c, 0xff, 0x22, 0x34, 0x46, 0xff, 0x21, 0x33, 0x46, 0xff, 0x21, 0x33, 0x47, 0xff, 0x21, 0x34, 0x47, 0xff, 0x20, 0x37, 0x45, 0xff, 0x1e, 0x3c, 0x44, 0xff, 0x1f, 0x3b, 0x44, 0xff, 0x20, 0x38, 0x47, 0xff, 0x22, 0x35, 0x4b, 0xff, 0x24, 0x38, 0x51, 0xff, 0x23, 0x38, 0x52, 0xff, 0x26, 0x41, 0x55, 0xff, 0x70, 0xa4, 0x90, 0xff, 0x4b, 0xb4, 0x6d, 0xff, 0x40, 0xc2, 0x75, 0xff, 0x43, 0xa7, 0x6e, 0xff, 0x5b, 0xb3, 0x79, 0xff, 0x1a, 0x3c, 0xab, 0xff, 0x1a, 0x1b, 0xc7, 0xff, 0x19, 0x1a, 0xc5, 0xff, 0x13, 0x16, 0xb8, 0xff, 0x12, 0x14, 0xb5, 0xff, 0x3d, 0x3f, 0xdd, 0xff, 0x64, 0x65, 0xf5, 0xff, 0x3b, 0x38, 0xf6, 0xff, 0x6d, 0x7b, 0xfe, 0xff, 0x5f, 0xb6, 0x9a, 0xff, 0x27, 0x28, 0xcc, 0xff, 0x67, 0x72, 0xff, 0xff, 0x63, 0x5e, 0xff, 0xff, 0x72, 0x82, 0xff, 0xff, 0x27, 0x29, 0xc8, 0xff, 0x37, 0x37, 0xcb, 0xff, 0x63, 0x69, 0xff, 0xff, 0x62, 0x6c, 0xff, 0xff, 0x47, 0x41, 0xec, 0xff, 0x61, 0x6b, 0xff, 0xff, 0x5f, 0x67, 0xff, 0xff, 0x5d, 0x63, 0xff, 0xff, 0x59, 0x6a, 0xff, 0xff, 0x61, 0x71, 0xff, 0xff, 0x9d, 0xa2, 0xff, 0xff, 0x50, 0x5a, 0xde, 0xff, 0x0f, 0x13, 0xa2, 0xff, 0x0e, 0x12, 0x9b, 0xff, 0x23, 0x3e, 0x8c, 0xff, 0x8c, 0xc3, 0xd2, 0xff, 0x99, 0xd2, 0xec, 0xff, 0x9c, 0xd5, 0xef, 0xff, 0x97, 0xd2, 0xea, 0xff, 0x96, 0xd0, 0xe8, 0xff, 0x94, 0xcf, 0xe5, 0xff, 0x8f, 0xc7, 0xdf, 0xff, 0x90, 0xc9, 0xe2, 0xff, 0x91, 0xc9, 0xe3, 0xff, 0x95, 0xcc, 0xe6, 0xff, 0x97, 0xd0, 0xea, 0xff, 0x93, 0xcc, 0xe6, 0xff, 0x92, 0xcc, 0xe4, 0xff, 0x94, 0xcf, 0xe4, 0xff, 0x99, 0xd7, 0xea, 0xff, 0xa1, 0xe3, 0xf5, 0xff, 0xaf, 0xe9, 0xf9, 0xff, 0xa0, 0xe1, 0xf5, 0xff, 0x92, 0xd5, 0xe9, 0xff, 0x89, 0xc8, 0xdc, 0xff, 0x83, 0xbc, 0xd3, 0xff, 0x7b, 0xbb, 0xcb, 0xff, 0x76, 0xbf, 0xca, 0xff, 0x75, 0xbc, 0xc8, 0xff, 0x72, 0xb1, 0xc0, 0xff, 0x71, 0xa3, 0xb5, 0xff, 0x68, 0x96, 0xa7, 0xff, 0x53, 0x81, 0x94, 0xff, 0x49, 0x71, 0x85, 0xff, 0x43, 0x65, 0x80, 0xff, 0x44, 0x66, 0x86, 0xff, 0x5e, 0x82, 0xa6, 0xff, 0x6e, 0x93, 0xb3, 0xff, 0x74, 0x9b, 0xb7, 0xff, 0x7a, 0xa1, 0xbe, 0xff, 0x76, 0xa0, 0xbc, 0xff, 0x80, 0xa7, 0xbe, 0xff, - 0x35, 0x6d, 0x62, 0xff, 0x3d, 0x7b, 0x6c, 0xff, 0x3c, 0x7e, 0x6f, 0xff, 0x48, 0x7e, 0x70, 0xff, 0x3f, 0x72, 0x67, 0xff, 0x38, 0x72, 0x65, 0xff, 0x40, 0x8a, 0x79, 0xff, 0x4d, 0x9e, 0x85, 0xff, 0x5f, 0xa9, 0x8b, 0xff, 0x56, 0x93, 0x7c, 0xff, 0x3a, 0x69, 0x69, 0xff, 0x2e, 0x4b, 0x60, 0xff, 0x2c, 0x58, 0x5a, 0xff, 0x27, 0x62, 0x57, 0xff, 0x22, 0x4c, 0x4a, 0xff, 0x23, 0x3a, 0x4e, 0xff, 0x25, 0x39, 0x51, 0xff, 0x24, 0x37, 0x4d, 0xff, 0x24, 0x35, 0x4c, 0xff, 0x23, 0x35, 0x48, 0xff, 0x21, 0x33, 0x46, 0xff, 0x21, 0x36, 0x46, 0xff, 0x21, 0x38, 0x48, 0xff, 0x23, 0x39, 0x4a, 0xff, 0x23, 0x37, 0x4a, 0xff, 0x22, 0x34, 0x4e, 0xff, 0x23, 0x35, 0x50, 0xff, 0x24, 0x36, 0x4f, 0xff, 0x26, 0x40, 0x52, 0xff, 0x84, 0xb6, 0xa6, 0xff, 0x4b, 0xa5, 0x70, 0xff, 0x3d, 0xab, 0x73, 0xff, 0x3d, 0x9e, 0x6e, 0xff, 0x37, 0x8c, 0x63, 0xff, 0x21, 0x21, 0xdf, 0xff, 0x20, 0x20, 0xd5, 0xff, 0x18, 0x19, 0xc5, 0xff, 0x19, 0x1a, 0xca, 0xff, 0x40, 0x41, 0xe5, 0xff, 0x69, 0x6e, 0xff, 0xff, 0x5a, 0x6b, 0xf7, 0xff, 0x85, 0x85, 0xff, 0xff, 0x8f, 0xdc, 0xb5, 0xff, 0x2c, 0x73, 0x87, 0xff, 0x62, 0x65, 0xfc, 0xff, 0x5b, 0x5e, 0xff, 0xff, 0x77, 0x7c, 0xff, 0xff, 0x45, 0x4c, 0xea, 0xff, 0x0b, 0x0e, 0x95, 0xff, 0x45, 0x44, 0xd6, 0xff, 0x5c, 0x67, 0xff, 0xff, 0x66, 0x6b, 0xff, 0xff, 0x43, 0x41, 0xec, 0xff, 0x60, 0x6b, 0xff, 0xff, 0x5e, 0x65, 0xff, 0xff, 0x5c, 0x62, 0xff, 0xff, 0x59, 0x6a, 0xff, 0xff, 0x62, 0x71, 0xff, 0xff, 0x9a, 0xa4, 0xff, 0xff, 0x37, 0x46, 0xd0, 0xff, 0x10, 0x12, 0xa5, 0xff, 0x10, 0x13, 0xa1, 0xff, 0x1d, 0x34, 0x92, 0xff, 0x8e, 0xcc, 0xd5, 0xff, 0x99, 0xd7, 0xf0, 0xff, 0x9c, 0xda, 0xf1, 0xff, 0x9c, 0xdb, 0xf1, 0xff, 0x9e, 0xde, 0xf2, 0xff, 0x96, 0xd6, 0xec, 0xff, 0x91, 0xce, 0xe0, 0xff, 0x95, 0xcd, 0xe0, 0xff, 0x95, 0xcd, 0xe5, 0xff, 0x96, 0xcb, 0xe2, 0xff, 0x97, 0xcc, 0xe2, 0xff, 0x97, 0xcd, 0xe4, 0xff, 0xa1, 0xd8, 0xec, 0xff, 0xa4, 0xde, 0xf0, 0xff, 0xa6, 0xe4, 0xf6, 0xff, 0xb6, 0xec, 0xfa, 0xff, 0xc2, 0xf1, 0xfd, 0xff, 0xc6, 0xef, 0xff, 0xff, 0xbb, 0xeb, 0xfc, 0xff, 0xab, 0xe7, 0xf7, 0xff, 0x9f, 0xdb, 0xf1, 0xff, 0x99, 0xd1, 0xe9, 0xff, 0x89, 0xc4, 0xd6, 0xff, 0x7a, 0xbd, 0xc7, 0xff, 0x70, 0xb3, 0xbe, 0xff, 0x71, 0xad, 0xbb, 0xff, 0x69, 0xa0, 0xac, 0xff, 0x5b, 0x8c, 0x99, 0xff, 0x52, 0x7f, 0x8f, 0xff, 0x4e, 0x72, 0x86, 0xff, 0x43, 0x67, 0x7e, 0xff, 0x45, 0x68, 0x82, 0xff, 0x67, 0x88, 0xa2, 0xff, 0x83, 0xa5, 0xbb, 0xff, 0x8d, 0xaf, 0xc8, 0xff, 0x91, 0xb5, 0xcf, 0xff, 0x98, 0xbc, 0xd7, 0xff, - 0x32, 0x5f, 0x5a, 0xff, 0x36, 0x61, 0x5c, 0xff, 0x37, 0x64, 0x5c, 0xff, 0x3c, 0x61, 0x5a, 0xff, 0x36, 0x57, 0x52, 0xff, 0x35, 0x59, 0x5b, 0xff, 0x4b, 0x86, 0x7a, 0xff, 0x53, 0x99, 0x84, 0xff, 0x48, 0x91, 0x7a, 0xff, 0x40, 0x79, 0x6e, 0xff, 0x34, 0x57, 0x5e, 0xff, 0x2c, 0x48, 0x57, 0xff, 0x31, 0x60, 0x5a, 0xff, 0x2b, 0x6e, 0x58, 0xff, 0x1e, 0x59, 0x49, 0xff, 0x23, 0x3e, 0x4d, 0xff, 0x25, 0x3a, 0x52, 0xff, 0x24, 0x36, 0x4d, 0xff, 0x23, 0x36, 0x4c, 0xff, 0x25, 0x35, 0x4a, 0xff, 0x22, 0x33, 0x4a, 0xff, 0x20, 0x31, 0x46, 0xff, 0x22, 0x34, 0x47, 0xff, 0x23, 0x35, 0x48, 0xff, 0x24, 0x35, 0x4b, 0xff, 0x23, 0x35, 0x4d, 0xff, 0x23, 0x35, 0x51, 0xff, 0x23, 0x36, 0x51, 0xff, 0x4b, 0x6f, 0x75, 0xff, 0x95, 0xc9, 0xb7, 0xff, 0x32, 0x85, 0x53, 0xff, 0x2b, 0x85, 0x53, 0xff, 0x34, 0x91, 0x60, 0xff, 0x4c, 0x98, 0x85, 0xff, 0x4f, 0x45, 0xff, 0xff, 0x51, 0x4e, 0xf9, 0xff, 0x55, 0x53, 0xf9, 0xff, 0x69, 0x68, 0xff, 0xff, 0x78, 0x85, 0xff, 0xff, 0xaf, 0xc9, 0xf3, 0xff, 0xcc, 0xfb, 0xd8, 0xff, 0x74, 0xd4, 0x92, 0xff, 0x34, 0xa4, 0x68, 0xff, 0x3a, 0x65, 0xb1, 0xff, 0x62, 0x6e, 0xff, 0xff, 0x6d, 0x6c, 0xff, 0xff, 0x65, 0x70, 0xfe, 0xff, 0x0f, 0x11, 0x9e, 0xff, 0x0b, 0x10, 0x95, 0xff, 0x4d, 0x4b, 0xdb, 0xff, 0x5b, 0x66, 0xff, 0xff, 0x61, 0x61, 0xfe, 0xff, 0x4c, 0x4c, 0xf1, 0xff, 0x5e, 0x68, 0xff, 0xff, 0x60, 0x65, 0xff, 0xff, 0x5a, 0x63, 0xff, 0xff, 0x5a, 0x69, 0xff, 0xff, 0x6b, 0x78, 0xff, 0xff, 0x8e, 0x98, 0xff, 0xff, 0x1b, 0x26, 0xb5, 0xff, 0x10, 0x11, 0xa5, 0xff, 0x11, 0x12, 0xa4, 0xff, 0x19, 0x2e, 0x96, 0xff, 0x8a, 0xc7, 0xc8, 0xff, 0x9c, 0xdb, 0xf2, 0xff, 0x9b, 0xd9, 0xf0, 0xff, 0xa2, 0xe0, 0xf6, 0xff, 0x9f, 0xde, 0xf4, 0xff, 0x95, 0xd7, 0xe8, 0xff, 0x98, 0xd4, 0xe4, 0xff, 0x99, 0xd3, 0xe4, 0xff, 0x9a, 0xd2, 0xe8, 0xff, 0x96, 0xcc, 0xe4, 0xff, 0x96, 0xcb, 0xde, 0xff, 0x9e, 0xd4, 0xe4, 0xff, 0xa7, 0xdf, 0xef, 0xff, 0xa6, 0xe1, 0xf0, 0xff, 0xa4, 0xe3, 0xf3, 0xff, 0xb2, 0xea, 0xfa, 0xff, 0xc3, 0xef, 0xfd, 0xff, 0xcc, 0xef, 0xff, 0xff, 0xcb, 0xef, 0xff, 0xff, 0xc5, 0xef, 0xfc, 0xff, 0xc0, 0xee, 0xfd, 0xff, 0xc2, 0xea, 0xff, 0xff, 0xab, 0xda, 0xf4, 0xff, 0x99, 0xcb, 0xdf, 0xff, 0x7e, 0xb8, 0xc7, 0xff, 0x70, 0xac, 0xb6, 0xff, 0x71, 0xa9, 0xb8, 0xff, 0x6b, 0x9e, 0xab, 0xff, 0x55, 0x84, 0x91, 0xff, 0x4c, 0x78, 0x87, 0xff, 0x4b, 0x78, 0x89, 0xff, 0x42, 0x69, 0x79, 0xff, 0x56, 0x74, 0x85, 0xff, 0x6e, 0x8d, 0x9f, 0xff, 0x85, 0xa6, 0xb6, 0xff, 0x9d, 0xbd, 0xd0, 0xff, 0x9b, 0xbc, 0xd2, 0xff, - 0x2e, 0x47, 0x4c, 0xff, 0x31, 0x45, 0x50, 0xff, 0x32, 0x48, 0x50, 0xff, 0x2f, 0x47, 0x49, 0xff, 0x2e, 0x43, 0x49, 0xff, 0x2f, 0x4c, 0x51, 0xff, 0x3e, 0x6f, 0x68, 0xff, 0x47, 0x7c, 0x6f, 0xff, 0x3d, 0x6e, 0x66, 0xff, 0x35, 0x5b, 0x60, 0xff, 0x2d, 0x45, 0x50, 0xff, 0x28, 0x3e, 0x4e, 0xff, 0x2a, 0x4b, 0x4f, 0xff, 0x2c, 0x69, 0x55, 0xff, 0x23, 0x60, 0x4b, 0xff, 0x23, 0x4b, 0x47, 0xff, 0x23, 0x3b, 0x49, 0xff, 0x23, 0x35, 0x47, 0xff, 0x25, 0x35, 0x48, 0xff, 0x22, 0x32, 0x48, 0xff, 0x21, 0x31, 0x46, 0xff, 0x20, 0x31, 0x44, 0xff, 0x20, 0x31, 0x43, 0xff, 0x22, 0x34, 0x47, 0xff, 0x23, 0x36, 0x48, 0xff, 0x24, 0x35, 0x4d, 0xff, 0x24, 0x37, 0x51, 0xff, 0x23, 0x37, 0x54, 0xff, 0x5b, 0x82, 0x87, 0xff, 0x90, 0xc8, 0xb1, 0xff, 0x30, 0x7c, 0x4e, 0xff, 0x27, 0x71, 0x45, 0xff, 0x31, 0x96, 0x60, 0xff, 0x51, 0xa2, 0x72, 0xff, 0x6d, 0xca, 0x9c, 0xff, 0x54, 0x8c, 0xd7, 0xff, 0x51, 0x86, 0xb5, 0xff, 0x69, 0xaa, 0xa3, 0xff, 0x6c, 0xd0, 0x97, 0xff, 0x3e, 0xa9, 0x6f, 0xff, 0x38, 0xb1, 0x70, 0xff, 0x50, 0xc4, 0x86, 0xff, 0x3f, 0xa9, 0x71, 0xff, 0x5a, 0x6e, 0xf2, 0xff, 0x5e, 0x65, 0xff, 0xff, 0x75, 0x7e, 0xff, 0xff, 0x14, 0x17, 0xa6, 0xff, 0x0f, 0x12, 0x9b, 0xff, 0x0d, 0x11, 0x97, 0xff, 0x45, 0x45, 0xd5, 0xff, 0x62, 0x6b, 0xff, 0xff, 0x52, 0x4e, 0xf6, 0xff, 0x5e, 0x60, 0xfd, 0xff, 0x5b, 0x69, 0xff, 0xff, 0x61, 0x66, 0xff, 0xff, 0x5c, 0x67, 0xff, 0xff, 0x5d, 0x68, 0xff, 0xff, 0x78, 0x84, 0xff, 0xff, 0x46, 0x51, 0xdc, 0xff, 0x14, 0x17, 0xaf, 0xff, 0x10, 0x12, 0xa8, 0xff, 0x12, 0x13, 0xa7, 0xff, 0x19, 0x2d, 0x99, 0xff, 0x83, 0xc0, 0xbe, 0xff, 0x99, 0xd8, 0xf1, 0xff, 0x9a, 0xd4, 0xec, 0xff, 0xa0, 0xdc, 0xf2, 0xff, 0x9a, 0xd9, 0xec, 0xff, 0x9c, 0xd8, 0xec, 0xff, 0x9d, 0xd9, 0xed, 0xff, 0xa0, 0xd8, 0xea, 0xff, 0x9c, 0xd2, 0xe7, 0xff, 0x98, 0xce, 0xe1, 0xff, 0x98, 0xcc, 0xdd, 0xff, 0x9b, 0xd0, 0xdd, 0xff, 0x9f, 0xd7, 0xe2, 0xff, 0x9b, 0xd7, 0xe5, 0xff, 0x9b, 0xd7, 0xe7, 0xff, 0xa2, 0xdf, 0xef, 0xff, 0xa6, 0xe2, 0xf4, 0xff, 0xa2, 0xe0, 0xf3, 0xff, 0xa5, 0xe4, 0xf4, 0xff, 0xa8, 0xe7, 0xf6, 0xff, 0xb4, 0xea, 0xfa, 0xff, 0xbf, 0xeb, 0xfd, 0xff, 0xb4, 0xe3, 0xf9, 0xff, 0xb4, 0xe4, 0xf8, 0xff, 0xa3, 0xd5, 0xec, 0xff, 0x81, 0xb6, 0xc6, 0xff, 0x75, 0xad, 0xba, 0xff, 0x7d, 0xb3, 0xc0, 0xff, 0x71, 0xa8, 0xb4, 0xff, 0x58, 0x89, 0x94, 0xff, 0x59, 0x8a, 0x9a, 0xff, 0x53, 0x86, 0x96, 0xff, 0x50, 0x74, 0x85, 0xff, 0x5e, 0x7c, 0x8d, 0xff, 0x77, 0x93, 0xa2, 0xff, 0x92, 0xad, 0xbd, 0xff, 0x80, 0x9e, 0xaf, 0xff, - 0x2d, 0x3f, 0x4a, 0xff, 0x34, 0x48, 0x56, 0xff, 0x33, 0x46, 0x56, 0xff, 0x2f, 0x42, 0x49, 0xff, 0x31, 0x48, 0x48, 0xff, 0x31, 0x4c, 0x4d, 0xff, 0x2f, 0x54, 0x4e, 0xff, 0x35, 0x65, 0x58, 0xff, 0x38, 0x5c, 0x5a, 0xff, 0x33, 0x52, 0x59, 0xff, 0x28, 0x40, 0x46, 0xff, 0x21, 0x37, 0x39, 0xff, 0x24, 0x39, 0x42, 0xff, 0x2f, 0x5d, 0x55, 0xff, 0x2b, 0x6f, 0x58, 0xff, 0x23, 0x5b, 0x48, 0xff, 0x1f, 0x41, 0x3f, 0xff, 0x25, 0x3f, 0x4d, 0xff, 0x2d, 0x4b, 0x5a, 0xff, 0x32, 0x55, 0x67, 0xff, 0x38, 0x60, 0x77, 0xff, 0x3e, 0x68, 0x7f, 0xff, 0x3b, 0x66, 0x7a, 0xff, 0x33, 0x5a, 0x6a, 0xff, 0x29, 0x45, 0x55, 0xff, 0x24, 0x37, 0x49, 0xff, 0x25, 0x37, 0x4a, 0xff, 0x25, 0x37, 0x4e, 0xff, 0x32, 0x52, 0x61, 0xff, 0x9e, 0xcb, 0xbd, 0xff, 0x4d, 0x9b, 0x6e, 0xff, 0x2b, 0x77, 0x49, 0xff, 0x23, 0x7c, 0x4a, 0xff, 0x28, 0x76, 0x48, 0xff, 0x39, 0x98, 0x5e, 0xff, 0x2c, 0x9f, 0x5c, 0xff, 0x3a, 0x90, 0x62, 0xff, 0x49, 0x92, 0x6a, 0xff, 0x29, 0x88, 0x55, 0xff, 0x25, 0x84, 0x50, 0xff, 0x2f, 0xa9, 0x69, 0xff, 0x42, 0xc2, 0x82, 0xff, 0x48, 0x93, 0xb2, 0xff, 0x61, 0x6e, 0xff, 0xff, 0x74, 0x7f, 0xff, 0xff, 0x20, 0x23, 0xb9, 0xff, 0x0f, 0x13, 0x92, 0xff, 0x0e, 0x12, 0x9d, 0xff, 0x0e, 0x12, 0x9a, 0xff, 0x2c, 0x2e, 0xc2, 0xff, 0x79, 0x7a, 0xff, 0xff, 0x43, 0x3e, 0xf8, 0xff, 0x68, 0x70, 0xff, 0xff, 0x59, 0x69, 0xff, 0xff, 0x5f, 0x68, 0xff, 0xff, 0x53, 0x5d, 0xfc, 0xff, 0x57, 0x5b, 0xfa, 0xff, 0x2f, 0x3e, 0xe0, 0xff, 0x17, 0x1e, 0xba, 0xff, 0x12, 0x13, 0xb0, 0xff, 0x11, 0x14, 0xac, 0xff, 0x12, 0x13, 0xa9, 0xff, 0x1c, 0x34, 0x9a, 0xff, 0x73, 0xb3, 0xaf, 0xff, 0x93, 0xd0, 0xe8, 0xff, 0x92, 0xcd, 0xe3, 0xff, 0x96, 0xd0, 0xe4, 0xff, 0x94, 0xcf, 0xe5, 0xff, 0x99, 0xd4, 0xe7, 0xff, 0x9e, 0xd7, 0xe9, 0xff, 0x9b, 0xd2, 0xe1, 0xff, 0x9c, 0xd6, 0xe4, 0xff, 0x9a, 0xd5, 0xe7, 0xff, 0x9a, 0xd4, 0xe2, 0xff, 0x9c, 0xd0, 0xdb, 0xff, 0x9e, 0xd1, 0xdb, 0xff, 0xa1, 0xd9, 0xe8, 0xff, 0x9f, 0xd9, 0xeb, 0xff, 0x98, 0xd1, 0xe2, 0xff, 0x94, 0xce, 0xe3, 0xff, 0x95, 0xd0, 0xe1, 0xff, 0x91, 0xd2, 0xe2, 0xff, 0x91, 0xd5, 0xe8, 0xff, 0x9c, 0xdb, 0xf2, 0xff, 0xa4, 0xde, 0xf6, 0xff, 0xa2, 0xdf, 0xf5, 0xff, 0xb3, 0xe7, 0xfa, 0xff, 0xae, 0xe0, 0xf7, 0xff, 0x91, 0xc5, 0xdd, 0xff, 0x6f, 0xaa, 0xb6, 0xff, 0x6c, 0xad, 0xb2, 0xff, 0x79, 0xbb, 0xc3, 0xff, 0x63, 0x9f, 0xa5, 0xff, 0x51, 0x81, 0x88, 0xff, 0x56, 0x85, 0x90, 0xff, 0x51, 0x7a, 0x87, 0xff, 0x52, 0x6f, 0x80, 0xff, 0x62, 0x7d, 0x90, 0xff, 0x6c, 0x8c, 0x9a, 0xff, 0x5d, 0x86, 0x92, 0xff, - 0x2e, 0x44, 0x4b, 0xff, 0x34, 0x59, 0x58, 0xff, 0x34, 0x55, 0x57, 0xff, 0x34, 0x4f, 0x52, 0xff, 0x37, 0x54, 0x51, 0xff, 0x34, 0x4e, 0x4f, 0xff, 0x32, 0x67, 0x58, 0xff, 0x3b, 0x7a, 0x67, 0xff, 0x3c, 0x6f, 0x64, 0xff, 0x32, 0x54, 0x53, 0xff, 0x2e, 0x4b, 0x49, 0xff, 0x26, 0x43, 0x3d, 0xff, 0x1f, 0x36, 0x35, 0xff, 0x23, 0x42, 0x3e, 0xff, 0x2a, 0x64, 0x51, 0xff, 0x33, 0x77, 0x65, 0xff, 0x42, 0x80, 0x81, 0xff, 0x58, 0x8f, 0xa3, 0xff, 0x66, 0xa0, 0xb8, 0xff, 0x6d, 0xa8, 0xc4, 0xff, 0x76, 0xb1, 0xcf, 0xff, 0x78, 0xb5, 0xd3, 0xff, 0x76, 0xb1, 0xcd, 0xff, 0x69, 0xa2, 0xba, 0xff, 0x50, 0x89, 0x99, 0xff, 0x35, 0x5f, 0x6b, 0xff, 0x26, 0x3d, 0x4d, 0xff, 0x26, 0x37, 0x4a, 0xff, 0x23, 0x39, 0x4c, 0xff, 0x9f, 0xca, 0xbd, 0xff, 0x64, 0xab, 0x81, 0xff, 0x2a, 0x7b, 0x4d, 0xff, 0x20, 0x6c, 0x3e, 0xff, 0x24, 0x6b, 0x40, 0xff, 0x38, 0x88, 0x58, 0xff, 0x27, 0x76, 0x45, 0xff, 0x2a, 0x73, 0x48, 0xff, 0x3e, 0x7f, 0x5b, 0xff, 0x52, 0x97, 0x66, 0xff, 0x6e, 0xbd, 0x87, 0xff, 0x54, 0xb9, 0x7a, 0xff, 0x36, 0xb3, 0x73, 0xff, 0x64, 0x7b, 0xf4, 0xff, 0x6c, 0x7b, 0xff, 0xff, 0x26, 0x29, 0xc5, 0xff, 0x0e, 0x13, 0x92, 0xff, 0x0f, 0x14, 0x9d, 0xff, 0x0e, 0x14, 0xa1, 0xff, 0x0f, 0x14, 0x9e, 0xff, 0x1a, 0x33, 0xa3, 0xff, 0x82, 0x8a, 0xff, 0xff, 0x52, 0x4f, 0xff, 0xff, 0x63, 0x73, 0xff, 0xff, 0x5b, 0x6c, 0xff, 0xff, 0x5e, 0x6a, 0xff, 0xff, 0x3e, 0x4a, 0xe4, 0xff, 0x41, 0x42, 0xe9, 0xff, 0x17, 0x1c, 0xc3, 0xff, 0x10, 0x13, 0x9f, 0xff, 0x12, 0x14, 0xb4, 0xff, 0x13, 0x15, 0xaf, 0xff, 0x13, 0x14, 0xae, 0xff, 0x1d, 0x3e, 0x8d, 0xff, 0x6a, 0xa8, 0xa2, 0xff, 0x9c, 0xda, 0xf0, 0xff, 0x94, 0xcf, 0xe3, 0xff, 0x96, 0xd0, 0xe5, 0xff, 0x94, 0xcb, 0xe1, 0xff, 0x99, 0xd1, 0xe1, 0xff, 0x9f, 0xd7, 0xe5, 0xff, 0x9f, 0xda, 0xe8, 0xff, 0x9f, 0xde, 0xee, 0xff, 0x9a, 0xdf, 0xec, 0xff, 0x99, 0xdd, 0xe7, 0xff, 0x9b, 0xd8, 0xe5, 0xff, 0x9b, 0xd5, 0xe0, 0xff, 0xa6, 0xe0, 0xec, 0xff, 0xaa, 0xe0, 0xf2, 0xff, 0x9a, 0xd1, 0xe4, 0xff, 0x98, 0xd1, 0xe6, 0xff, 0x99, 0xd3, 0xe7, 0xff, 0x91, 0xd1, 0xe0, 0xff, 0x91, 0xd4, 0xe1, 0xff, 0x99, 0xd7, 0xe8, 0xff, 0x9a, 0xd8, 0xf1, 0xff, 0x9e, 0xdb, 0xf2, 0xff, 0xaa, 0xe3, 0xf8, 0xff, 0xa1, 0xdf, 0xf3, 0xff, 0x8e, 0xcc, 0xde, 0xff, 0x77, 0xb5, 0xc5, 0xff, 0x6e, 0xac, 0xb4, 0xff, 0x64, 0xa5, 0xab, 0xff, 0x5c, 0x97, 0x99, 0xff, 0x4b, 0x7a, 0x7a, 0xff, 0x4c, 0x77, 0x7a, 0xff, 0x45, 0x6d, 0x7a, 0xff, 0x41, 0x62, 0x72, 0xff, 0x46, 0x69, 0x76, 0xff, 0x55, 0x82, 0x8a, 0xff, 0x63, 0x97, 0x9e, 0xff, - 0x29, 0x3f, 0x3d, 0xff, 0x30, 0x5b, 0x50, 0xff, 0x31, 0x61, 0x58, 0xff, 0x36, 0x61, 0x5f, 0xff, 0x3d, 0x6d, 0x64, 0xff, 0x34, 0x5a, 0x54, 0xff, 0x2f, 0x61, 0x54, 0xff, 0x36, 0x7d, 0x6a, 0xff, 0x35, 0x73, 0x65, 0xff, 0x35, 0x65, 0x5c, 0xff, 0x34, 0x5b, 0x56, 0xff, 0x2f, 0x54, 0x4c, 0xff, 0x22, 0x3d, 0x3b, 0xff, 0x27, 0x46, 0x4c, 0xff, 0x45, 0x80, 0x89, 0xff, 0x69, 0xb0, 0xba, 0xff, 0x83, 0xc2, 0xd8, 0xff, 0x90, 0xcf, 0xea, 0xff, 0x94, 0xd4, 0xf0, 0xff, 0x93, 0xd5, 0xf1, 0xff, 0x92, 0xd5, 0xf2, 0xff, 0x8e, 0xd0, 0xee, 0xff, 0x8b, 0xcd, 0xe7, 0xff, 0x84, 0xc7, 0xde, 0xff, 0x7a, 0xc0, 0xd2, 0xff, 0x5c, 0x9f, 0xad, 0xff, 0x34, 0x65, 0x70, 0xff, 0x27, 0x3c, 0x4c, 0xff, 0x23, 0x39, 0x4a, 0xff, 0x9f, 0xcf, 0xc2, 0xff, 0x70, 0xb5, 0x8d, 0xff, 0x3b, 0x9b, 0x67, 0xff, 0x3d, 0xaa, 0x71, 0xff, 0x26, 0x78, 0x48, 0xff, 0x45, 0x8e, 0x5d, 0xff, 0x49, 0xa3, 0x6c, 0xff, 0x3d, 0x9d, 0x68, 0xff, 0x4f, 0x99, 0x6b, 0xff, 0xb8, 0xec, 0xc5, 0xff, 0xe6, 0xfd, 0xea, 0xff, 0xd2, 0xf7, 0xda, 0xff, 0x7b, 0xc4, 0xc0, 0xff, 0x8b, 0x90, 0xff, 0xff, 0x2e, 0x3a, 0xc7, 0xff, 0x0f, 0x15, 0x9d, 0xff, 0x10, 0x15, 0x9a, 0xff, 0x11, 0x15, 0xa3, 0xff, 0x0f, 0x14, 0xa3, 0xff, 0x0b, 0x10, 0x9f, 0xff, 0x7e, 0xc0, 0xb2, 0xff, 0x83, 0xbb, 0xdd, 0xff, 0x6f, 0x6d, 0xff, 0xff, 0x64, 0x73, 0xff, 0xff, 0x62, 0x71, 0xff, 0xff, 0x5a, 0x68, 0xff, 0xff, 0x75, 0xae, 0xda, 0xff, 0x35, 0x36, 0xe9, 0xff, 0x18, 0x19, 0xc9, 0xff, 0x12, 0x15, 0xa4, 0xff, 0x13, 0x16, 0xb7, 0xff, 0x14, 0x17, 0xb4, 0xff, 0x2a, 0x28, 0xdc, 0xff, 0x1f, 0x4e, 0x78, 0xff, 0x60, 0x9f, 0x96, 0xff, 0x9c, 0xdc, 0xec, 0xff, 0x95, 0xd4, 0xe4, 0xff, 0x98, 0xd2, 0xe2, 0xff, 0x94, 0xcc, 0xde, 0xff, 0x9e, 0xd4, 0xe2, 0xff, 0x9d, 0xd9, 0xe8, 0xff, 0xa3, 0xe0, 0xf0, 0xff, 0xa4, 0xe6, 0xf6, 0xff, 0x9a, 0xe2, 0xed, 0xff, 0x98, 0xdc, 0xe7, 0xff, 0x98, 0xd9, 0xe5, 0xff, 0x99, 0xd6, 0xe1, 0xff, 0x9e, 0xd6, 0xe4, 0xff, 0xa1, 0xd8, 0xec, 0xff, 0x9a, 0xd2, 0xe3, 0xff, 0x93, 0xd0, 0xe1, 0xff, 0x97, 0xd6, 0xe7, 0xff, 0x98, 0xd3, 0xe5, 0xff, 0x9b, 0xd4, 0xe7, 0xff, 0x9d, 0xd5, 0xe8, 0xff, 0x9d, 0xd5, 0xed, 0xff, 0xa1, 0xd9, 0xf1, 0xff, 0xaa, 0xe2, 0xf8, 0xff, 0xaa, 0xe1, 0xf9, 0xff, 0x7f, 0xbf, 0xd0, 0xff, 0x6c, 0xae, 0xb5, 0xff, 0x74, 0xaf, 0xb9, 0xff, 0x73, 0xac, 0xba, 0xff, 0x7b, 0xac, 0xb4, 0xff, 0x7c, 0xa8, 0xac, 0xff, 0x5f, 0x88, 0x8b, 0xff, 0x5a, 0x7d, 0x85, 0xff, 0x4f, 0x72, 0x7a, 0xff, 0x41, 0x6e, 0x75, 0xff, 0x5a, 0x93, 0x94, 0xff, 0x60, 0x9f, 0xa0, 0xff, - 0x29, 0x3f, 0x49, 0xff, 0x28, 0x44, 0x49, 0xff, 0x2d, 0x51, 0x4e, 0xff, 0x39, 0x69, 0x64, 0xff, 0x43, 0x7e, 0x6e, 0xff, 0x34, 0x70, 0x5d, 0xff, 0x30, 0x66, 0x57, 0xff, 0x31, 0x72, 0x5e, 0xff, 0x2c, 0x6d, 0x56, 0xff, 0x31, 0x68, 0x5d, 0xff, 0x37, 0x67, 0x61, 0xff, 0x35, 0x60, 0x63, 0xff, 0x46, 0x75, 0x82, 0xff, 0x62, 0xa0, 0xb2, 0xff, 0x7e, 0xc4, 0xd9, 0xff, 0x8f, 0xd6, 0xeb, 0xff, 0x98, 0xdd, 0xf2, 0xff, 0x9f, 0xe0, 0xf5, 0xff, 0x9e, 0xe2, 0xf7, 0xff, 0x9d, 0xdf, 0xf9, 0xff, 0x98, 0xdb, 0xf7, 0xff, 0x92, 0xd5, 0xf2, 0xff, 0x8f, 0xd3, 0xed, 0xff, 0x87, 0xd0, 0xe4, 0xff, 0x86, 0xcf, 0xdd, 0xff, 0x78, 0xc7, 0xd2, 0xff, 0x52, 0x9b, 0xa1, 0xff, 0x2c, 0x56, 0x60, 0xff, 0x27, 0x42, 0x4f, 0xff, 0xad, 0xe7, 0xd7, 0xff, 0x81, 0xcc, 0xa2, 0xff, 0x59, 0xbc, 0x8a, 0xff, 0x45, 0xc9, 0x8d, 0xff, 0x39, 0xa2, 0x6c, 0xff, 0x33, 0x8b, 0x58, 0xff, 0x33, 0xa0, 0x63, 0xff, 0x29, 0x8a, 0x56, 0xff, 0x74, 0xb5, 0x8d, 0xff, 0xeb, 0xff, 0xf2, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xbb, 0xf0, 0xcd, 0xff, 0x5f, 0xa1, 0xc4, 0xff, 0x87, 0xbf, 0xcd, 0xff, 0x62, 0x87, 0xab, 0xff, 0x10, 0x16, 0x9e, 0xff, 0x12, 0x16, 0xa6, 0xff, 0x12, 0x16, 0xa7, 0xff, 0x0f, 0x10, 0xa6, 0xff, 0x50, 0x7c, 0xac, 0xff, 0xbb, 0xff, 0xd0, 0xff, 0x88, 0xed, 0xb3, 0xff, 0x67, 0x96, 0xec, 0xff, 0x6a, 0x6a, 0xff, 0xff, 0x64, 0x76, 0xff, 0xff, 0x8a, 0xbf, 0xf4, 0xff, 0xa4, 0xe2, 0xf2, 0xff, 0x73, 0x84, 0xfc, 0xff, 0x21, 0x23, 0xdb, 0xff, 0x16, 0x18, 0xae, 0xff, 0x17, 0x19, 0xbd, 0xff, 0x18, 0x19, 0xbd, 0xff, 0x5d, 0x5e, 0xff, 0xff, 0x1e, 0x5a, 0x5f, 0xff, 0x51, 0x91, 0x83, 0xff, 0x91, 0xdc, 0xe7, 0xff, 0x91, 0xd8, 0xe5, 0xff, 0x93, 0xd2, 0xde, 0xff, 0x93, 0xce, 0xdb, 0xff, 0x91, 0xcc, 0xd8, 0xff, 0x97, 0xd1, 0xdf, 0xff, 0xa0, 0xde, 0xf0, 0xff, 0xad, 0xe9, 0xf7, 0xff, 0xa8, 0xe6, 0xf4, 0xff, 0x96, 0xd9, 0xe3, 0xff, 0x96, 0xd7, 0xdf, 0xff, 0x96, 0xd2, 0xdc, 0xff, 0x92, 0xcf, 0xdb, 0xff, 0x93, 0xd3, 0xe3, 0xff, 0x9a, 0xd8, 0xea, 0xff, 0x9a, 0xda, 0xea, 0xff, 0x9b, 0xd7, 0xe9, 0xff, 0x97, 0xce, 0xe2, 0xff, 0x9b, 0xce, 0xe3, 0xff, 0x9d, 0xd3, 0xea, 0xff, 0x9c, 0xd3, 0xeb, 0xff, 0x9a, 0xd4, 0xed, 0xff, 0x98, 0xd5, 0xec, 0xff, 0x90, 0xcb, 0xe1, 0xff, 0x86, 0xc2, 0xd1, 0xff, 0x8d, 0xc9, 0xda, 0xff, 0x85, 0xc6, 0xd3, 0xff, 0x91, 0xcc, 0xe0, 0xff, 0xa0, 0xd5, 0xe2, 0xff, 0xa2, 0xcc, 0xda, 0xff, 0x7a, 0xaa, 0xae, 0xff, 0x6b, 0x97, 0x9a, 0xff, 0x61, 0x8a, 0x91, 0xff, 0x51, 0x7d, 0x84, 0xff, 0x50, 0x84, 0x87, 0xff, 0x4e, 0x88, 0x8a, 0xff, - 0x30, 0x56, 0x5f, 0xff, 0x2e, 0x59, 0x56, 0xff, 0x33, 0x65, 0x5a, 0xff, 0x37, 0x6e, 0x61, 0xff, 0x44, 0x88, 0x70, 0xff, 0x42, 0x88, 0x72, 0xff, 0x3d, 0x80, 0x6d, 0xff, 0x3b, 0x84, 0x6a, 0xff, 0x2c, 0x6b, 0x55, 0xff, 0x27, 0x55, 0x49, 0xff, 0x30, 0x69, 0x61, 0xff, 0x5a, 0x94, 0xa0, 0xff, 0x77, 0xb9, 0xd0, 0xff, 0x8b, 0xd4, 0xe8, 0xff, 0x91, 0xe0, 0xf2, 0xff, 0x91, 0xe4, 0xf4, 0xff, 0x97, 0xe5, 0xf2, 0xff, 0x9f, 0xe5, 0xf8, 0xff, 0x9e, 0xe2, 0xf9, 0xff, 0x9a, 0xe0, 0xf8, 0xff, 0x94, 0xdd, 0xf4, 0xff, 0x8d, 0xd6, 0xed, 0xff, 0x8b, 0xd4, 0xe7, 0xff, 0x80, 0xd2, 0xde, 0xff, 0x75, 0xcf, 0xd5, 0xff, 0x72, 0xcf, 0xd5, 0xff, 0x60, 0xbb, 0xbc, 0xff, 0x35, 0x78, 0x7c, 0xff, 0x24, 0x44, 0x4a, 0xff, 0x93, 0xd7, 0xc2, 0xff, 0x98, 0xe4, 0xc6, 0xff, 0x61, 0xbf, 0x91, 0xff, 0x52, 0xc2, 0x8d, 0xff, 0x39, 0x9b, 0x69, 0xff, 0x2a, 0x7c, 0x4a, 0xff, 0x2a, 0x7a, 0x47, 0xff, 0x26, 0x70, 0x43, 0xff, 0x4d, 0x9d, 0x72, 0xff, 0xb6, 0xeb, 0xce, 0xff, 0x8f, 0xe2, 0xb1, 0xff, 0x4f, 0xc0, 0x86, 0xff, 0x5b, 0xb6, 0x81, 0xff, 0xa7, 0xea, 0xbf, 0xff, 0xc6, 0xe4, 0xd9, 0xff, 0x13, 0x17, 0x9b, 0xff, 0x13, 0x17, 0xab, 0xff, 0x14, 0x16, 0xae, 0xff, 0x48, 0x79, 0xaa, 0xff, 0x64, 0xdd, 0x93, 0xff, 0x46, 0xd2, 0x8a, 0xff, 0x40, 0xc9, 0x85, 0xff, 0x4a, 0xdb, 0x90, 0xff, 0x53, 0xde, 0xac, 0xff, 0x99, 0xe6, 0xe4, 0xff, 0x9a, 0xdd, 0xeb, 0xff, 0xa9, 0xe4, 0xf4, 0xff, 0xa3, 0xde, 0xf4, 0xff, 0x33, 0x35, 0xdf, 0xff, 0x19, 0x1d, 0xba, 0xff, 0x1c, 0x1e, 0xc5, 0xff, 0x26, 0x26, 0xd9, 0xff, 0x55, 0x66, 0xe3, 0xff, 0x1e, 0x5a, 0x47, 0xff, 0x3e, 0x83, 0x71, 0xff, 0x90, 0xdd, 0xe9, 0xff, 0x90, 0xd9, 0xe6, 0xff, 0x92, 0xd5, 0xe0, 0xff, 0x96, 0xd5, 0xe2, 0xff, 0x97, 0xd3, 0xde, 0xff, 0x99, 0xd6, 0xe2, 0xff, 0x9b, 0xd5, 0xe4, 0xff, 0x9f, 0xdc, 0xe9, 0xff, 0xa2, 0xe2, 0xec, 0xff, 0x97, 0xdb, 0xe4, 0xff, 0x99, 0xd8, 0xdf, 0xff, 0x99, 0xd5, 0xdd, 0xff, 0x98, 0xd7, 0xe0, 0xff, 0x94, 0xd8, 0xe0, 0xff, 0x98, 0xda, 0xe7, 0xff, 0x99, 0xd9, 0xe5, 0xff, 0x9a, 0xd7, 0xe8, 0xff, 0x92, 0xcb, 0xde, 0xff, 0x99, 0xcd, 0xe2, 0xff, 0xa0, 0xd3, 0xec, 0xff, 0x9c, 0xd5, 0xee, 0xff, 0x98, 0xd2, 0xe9, 0xff, 0x8c, 0xcc, 0xe2, 0xff, 0x8c, 0xc8, 0xd9, 0xff, 0x96, 0xd5, 0xe5, 0xff, 0x99, 0xdf, 0xeb, 0xff, 0x89, 0xd1, 0xdb, 0xff, 0x8a, 0xcc, 0xdc, 0xff, 0x8c, 0xcf, 0xdb, 0xff, 0x90, 0xce, 0xd9, 0xff, 0x7e, 0xbe, 0xc7, 0xff, 0x69, 0xa4, 0xa6, 0xff, 0x75, 0xa5, 0xab, 0xff, 0x6a, 0x97, 0xa3, 0xff, 0x60, 0x89, 0x97, 0xff, 0x4d, 0x71, 0x7f, 0xff, - 0x35, 0x61, 0x6a, 0xff, 0x35, 0x74, 0x68, 0xff, 0x40, 0x83, 0x6f, 0xff, 0x3c, 0x82, 0x6f, 0xff, 0x3f, 0x87, 0x71, 0xff, 0x43, 0x8d, 0x7a, 0xff, 0x3d, 0x89, 0x73, 0xff, 0x3e, 0x8b, 0x72, 0xff, 0x31, 0x72, 0x5e, 0xff, 0x34, 0x69, 0x62, 0xff, 0x5c, 0x9b, 0xa7, 0xff, 0x80, 0xc5, 0xda, 0xff, 0x90, 0xdc, 0xf2, 0xff, 0x91, 0xe3, 0xf6, 0xff, 0x90, 0xe8, 0xf4, 0xff, 0x8d, 0xea, 0xf0, 0xff, 0x97, 0xe9, 0xf1, 0xff, 0x9f, 0xe6, 0xf8, 0xff, 0x9c, 0xdf, 0xf5, 0xff, 0x90, 0xdb, 0xef, 0xff, 0x87, 0xdc, 0xe8, 0xff, 0x82, 0xd7, 0xe0, 0xff, 0x76, 0xd1, 0xd4, 0xff, 0x68, 0xce, 0xcd, 0xff, 0x60, 0xcd, 0xcd, 0xff, 0x5e, 0xce, 0xcd, 0xff, 0x57, 0xbc, 0xbb, 0xff, 0x41, 0x8e, 0x85, 0xff, 0x37, 0x6b, 0x5d, 0xff, 0x5c, 0xa2, 0x8d, 0xff, 0x94, 0xdb, 0xc0, 0xff, 0x5a, 0xaf, 0x84, 0xff, 0x56, 0xaf, 0x80, 0xff, 0x48, 0xa0, 0x72, 0xff, 0x39, 0x9d, 0x6a, 0xff, 0x2e, 0x8a, 0x55, 0xff, 0x2f, 0x92, 0x5b, 0xff, 0x51, 0x9d, 0x71, 0xff, 0x56, 0xbd, 0x82, 0xff, 0x43, 0xbc, 0x7e, 0xff, 0x45, 0xa4, 0x6e, 0xff, 0x9a, 0xd8, 0xab, 0xff, 0xa5, 0xee, 0xb8, 0xff, 0xc0, 0xfd, 0xd3, 0xff, 0xbc, 0xdd, 0xd3, 0xff, 0x40, 0x6b, 0xa4, 0xff, 0x2a, 0x8e, 0x7f, 0xff, 0x66, 0xd9, 0x94, 0xff, 0x94, 0xe9, 0xb5, 0xff, 0x85, 0xe2, 0xa9, 0xff, 0x6b, 0xd3, 0x96, 0xff, 0x4e, 0xdc, 0x96, 0xff, 0x4b, 0xd5, 0x91, 0xff, 0x9d, 0xe5, 0xd7, 0xff, 0x9a, 0xdc, 0xe6, 0xff, 0x91, 0xd8, 0xdf, 0xff, 0x87, 0xd4, 0xd6, 0xff, 0x77, 0xb6, 0xd2, 0xff, 0x25, 0x2b, 0xc6, 0xff, 0x24, 0x2d, 0xc5, 0xff, 0x32, 0x4f, 0xba, 0xff, 0x39, 0x54, 0xb8, 0xff, 0x1f, 0x5a, 0x46, 0xff, 0x35, 0x7b, 0x66, 0xff, 0x8f, 0xd7, 0xe3, 0xff, 0x8a, 0xd4, 0xe0, 0xff, 0x91, 0xd1, 0xde, 0xff, 0x97, 0xd6, 0xe3, 0xff, 0x9a, 0xd8, 0xe5, 0xff, 0x93, 0xd0, 0xdf, 0xff, 0x89, 0xc4, 0xcf, 0xff, 0x90, 0xcf, 0xd5, 0xff, 0x9e, 0xdc, 0xe6, 0xff, 0x9e, 0xdd, 0xe5, 0xff, 0x9a, 0xd7, 0xe2, 0xff, 0x98, 0xd4, 0xdd, 0xff, 0x9a, 0xd6, 0xdf, 0xff, 0x97, 0xd9, 0xe2, 0xff, 0x94, 0xd7, 0xdf, 0xff, 0x97, 0xd4, 0xe0, 0xff, 0x98, 0xd4, 0xe4, 0xff, 0x98, 0xd0, 0xe2, 0xff, 0x99, 0xcf, 0xe2, 0xff, 0x9c, 0xd1, 0xea, 0xff, 0x99, 0xd0, 0xe9, 0xff, 0x96, 0xd2, 0xe6, 0xff, 0x93, 0xd8, 0xe6, 0xff, 0x94, 0xd8, 0xe9, 0xff, 0x97, 0xd8, 0xe9, 0xff, 0x93, 0xd5, 0xe3, 0xff, 0x8a, 0xcb, 0xda, 0xff, 0x8a, 0xc4, 0xd1, 0xff, 0x86, 0xc4, 0xce, 0xff, 0x88, 0xc8, 0xd5, 0xff, 0x88, 0xc9, 0xd4, 0xff, 0x8b, 0xcc, 0xd2, 0xff, 0x9a, 0xc9, 0xd9, 0xff, 0x7a, 0xac, 0xbe, 0xff, 0x70, 0x98, 0xaf, 0xff, 0x60, 0x84, 0x96, 0xff, - 0x32, 0x55, 0x64, 0xff, 0x3a, 0x6d, 0x74, 0xff, 0x38, 0x72, 0x6c, 0xff, 0x34, 0x71, 0x64, 0xff, 0x35, 0x73, 0x65, 0xff, 0x36, 0x7d, 0x6b, 0xff, 0x35, 0x7b, 0x67, 0xff, 0x37, 0x7f, 0x6d, 0xff, 0x4c, 0x8e, 0x89, 0xff, 0x6c, 0xa9, 0xb6, 0xff, 0x86, 0xc7, 0xdf, 0xff, 0x92, 0xda, 0xef, 0xff, 0x95, 0xe2, 0xf3, 0xff, 0x93, 0xe6, 0xf3, 0xff, 0x90, 0xea, 0xf1, 0xff, 0x93, 0xea, 0xf3, 0xff, 0x9e, 0xe8, 0xf5, 0xff, 0xa4, 0xe3, 0xf8, 0xff, 0xa2, 0xdd, 0xf4, 0xff, 0x94, 0xdd, 0xee, 0xff, 0x84, 0xde, 0xe6, 0xff, 0x75, 0xd9, 0xd7, 0xff, 0x67, 0xce, 0xc8, 0xff, 0x60, 0xcb, 0xc5, 0xff, 0x60, 0xce, 0xcd, 0xff, 0x5d, 0xcc, 0xcb, 0xff, 0x4a, 0xb0, 0xb0, 0xff, 0x3c, 0x8d, 0x7e, 0xff, 0x40, 0x81, 0x6b, 0xff, 0x36, 0x7f, 0x68, 0xff, 0x86, 0xbb, 0xa7, 0xff, 0x63, 0xa7, 0x7f, 0xff, 0x50, 0xa8, 0x7c, 0xff, 0x54, 0xaf, 0x82, 0xff, 0x39, 0xa4, 0x6c, 0xff, 0x3a, 0x9e, 0x66, 0xff, 0x2f, 0x8b, 0x56, 0xff, 0x66, 0xb8, 0x8d, 0xff, 0x6e, 0xd3, 0x9c, 0xff, 0x41, 0xb0, 0x76, 0xff, 0x9b, 0xd7, 0xae, 0xff, 0xf3, 0xff, 0xf8, 0xff, 0xe9, 0xfe, 0xee, 0xff, 0x94, 0xec, 0xba, 0xff, 0x48, 0xc7, 0x8d, 0xff, 0x24, 0x99, 0x5c, 0xff, 0x28, 0xa1, 0x64, 0xff, 0x34, 0xc1, 0x7b, 0xff, 0x4d, 0xd5, 0x93, 0xff, 0x73, 0xe8, 0xab, 0xff, 0x61, 0xd7, 0x96, 0xff, 0x53, 0xd8, 0x91, 0xff, 0x5b, 0xdd, 0x99, 0xff, 0x9e, 0xe7, 0xcf, 0xff, 0x9a, 0xdb, 0xdf, 0xff, 0x8d, 0xd7, 0xdb, 0xff, 0x8d, 0xdc, 0xe0, 0xff, 0x8d, 0xd8, 0xdd, 0xff, 0x97, 0xe2, 0xe7, 0xff, 0x4d, 0x89, 0x82, 0xff, 0x1e, 0x57, 0x43, 0xff, 0x18, 0x4e, 0x3c, 0xff, 0x1c, 0x58, 0x46, 0xff, 0x32, 0x77, 0x60, 0xff, 0x8b, 0xcd, 0xda, 0xff, 0x8a, 0xd2, 0xdd, 0xff, 0x94, 0xd4, 0xe2, 0xff, 0x92, 0xd2, 0xde, 0xff, 0x90, 0xd3, 0xe0, 0xff, 0x89, 0xc9, 0xd6, 0xff, 0x9b, 0xd5, 0xde, 0xff, 0xa4, 0xe0, 0xeb, 0xff, 0x9e, 0xd9, 0xe5, 0xff, 0x97, 0xd4, 0xe0, 0xff, 0x9b, 0xd6, 0xe6, 0xff, 0x95, 0xd0, 0xdc, 0xff, 0x95, 0xd2, 0xe4, 0xff, 0x92, 0xd2, 0xe9, 0xff, 0x8e, 0xcd, 0xd9, 0xff, 0x92, 0xcb, 0xd5, 0xff, 0x95, 0xd0, 0xe1, 0xff, 0x94, 0xd1, 0xe1, 0xff, 0x91, 0xd0, 0xdc, 0xff, 0x90, 0xcf, 0xda, 0xff, 0x92, 0xcd, 0xdc, 0xff, 0x9a, 0xd8, 0xe5, 0xff, 0x9e, 0xe1, 0xef, 0xff, 0xa0, 0xdf, 0xee, 0xff, 0xa3, 0xdd, 0xef, 0xff, 0x9f, 0xdb, 0xee, 0xff, 0x96, 0xd4, 0xe3, 0xff, 0x8c, 0xc6, 0xd3, 0xff, 0x7c, 0xc0, 0xce, 0xff, 0x81, 0xc2, 0xcf, 0xff, 0x91, 0xcc, 0xd8, 0xff, 0x95, 0xd8, 0xe1, 0xff, 0x94, 0xd3, 0xdd, 0xff, 0x71, 0xb4, 0xbc, 0xff, 0x67, 0x9b, 0xa6, 0xff, 0x62, 0x8a, 0x9c, 0xff, - 0x29, 0x4d, 0x4b, 0xff, 0x32, 0x65, 0x68, 0xff, 0x35, 0x6e, 0x6a, 0xff, 0x32, 0x6a, 0x63, 0xff, 0x35, 0x70, 0x64, 0xff, 0x3a, 0x7e, 0x6d, 0xff, 0x50, 0x93, 0x8c, 0xff, 0x68, 0xaa, 0xb0, 0xff, 0x80, 0xc2, 0xd6, 0xff, 0x92, 0xd1, 0xea, 0xff, 0x97, 0xda, 0xef, 0xff, 0x93, 0xdc, 0xee, 0xff, 0x95, 0xdf, 0xf0, 0xff, 0x97, 0xe4, 0xf1, 0xff, 0x97, 0xe9, 0xf4, 0xff, 0x99, 0xe8, 0xf6, 0xff, 0x9d, 0xe2, 0xf6, 0xff, 0x9f, 0xde, 0xf4, 0xff, 0x9b, 0xdb, 0xf0, 0xff, 0x8f, 0xda, 0xe5, 0xff, 0x7d, 0xd8, 0xd9, 0xff, 0x6a, 0xd2, 0xca, 0xff, 0x59, 0xc1, 0xb9, 0xff, 0x55, 0xba, 0xb8, 0xff, 0x52, 0xb7, 0xb8, 0xff, 0x4a, 0xae, 0xb0, 0xff, 0x39, 0x96, 0x98, 0xff, 0x23, 0x67, 0x5f, 0xff, 0x22, 0x55, 0x45, 0xff, 0x18, 0x37, 0x30, 0xff, 0x72, 0x98, 0x8d, 0xff, 0x64, 0xa2, 0x80, 0xff, 0x34, 0x93, 0x66, 0xff, 0x49, 0xb7, 0x87, 0xff, 0x5b, 0xcb, 0x97, 0xff, 0x56, 0xd7, 0x9b, 0xff, 0x42, 0xa7, 0x71, 0xff, 0x4b, 0xaf, 0x81, 0xff, 0x34, 0xb0, 0x74, 0xff, 0x63, 0xb1, 0x7f, 0xff, 0xa9, 0xe4, 0xbf, 0xff, 0x82, 0xdd, 0xad, 0xff, 0x51, 0xc5, 0x8b, 0xff, 0x27, 0xab, 0x6c, 0xff, 0x21, 0x8a, 0x55, 0xff, 0x1e, 0x70, 0x41, 0xff, 0x1e, 0x87, 0x52, 0xff, 0x1b, 0x8d, 0x55, 0xff, 0x1f, 0xa5, 0x63, 0xff, 0x29, 0xc0, 0x77, 0xff, 0x3b, 0xbe, 0x7a, 0xff, 0x4a, 0xcf, 0x89, 0xff, 0x63, 0xe0, 0xa0, 0xff, 0x8d, 0xdf, 0xc6, 0xff, 0x92, 0xd5, 0xdb, 0xff, 0x8e, 0xd7, 0xde, 0xff, 0x8a, 0xd9, 0xe1, 0xff, 0x85, 0xd0, 0xd7, 0xff, 0x79, 0xc2, 0xc9, 0xff, 0x57, 0x95, 0x8e, 0xff, 0x1a, 0x55, 0x42, 0xff, 0x1b, 0x51, 0x41, 0xff, 0x1d, 0x57, 0x43, 0xff, 0x25, 0x6e, 0x56, 0xff, 0x81, 0xc5, 0xcb, 0xff, 0x87, 0xcf, 0xd9, 0xff, 0x93, 0xcf, 0xda, 0xff, 0x97, 0xd5, 0xe5, 0xff, 0x97, 0xd5, 0xe7, 0xff, 0x96, 0xcf, 0xdb, 0xff, 0xaa, 0xe2, 0xed, 0xff, 0xa2, 0xe1, 0xeb, 0xff, 0x85, 0xc8, 0xd8, 0xff, 0x84, 0xc4, 0xd5, 0xff, 0x8a, 0xcb, 0xd9, 0xff, 0x8d, 0xca, 0xda, 0xff, 0x8d, 0xc8, 0xdd, 0xff, 0x7f, 0xbf, 0xd8, 0xff, 0x83, 0xbf, 0xce, 0xff, 0x8b, 0xc1, 0xce, 0xff, 0x90, 0xce, 0xdc, 0xff, 0x94, 0xd6, 0xe2, 0xff, 0x97, 0xdb, 0xe7, 0xff, 0x99, 0xdc, 0xe5, 0xff, 0x95, 0xd7, 0xdd, 0xff, 0x96, 0xd7, 0xe0, 0xff, 0x9b, 0xdb, 0xec, 0xff, 0xa2, 0xdc, 0xec, 0xff, 0xa6, 0xdb, 0xec, 0xff, 0x9f, 0xda, 0xea, 0xff, 0x97, 0xd3, 0xe3, 0xff, 0x85, 0xc1, 0xd1, 0xff, 0x7a, 0xbe, 0xd5, 0xff, 0x79, 0xc1, 0xd2, 0xff, 0x99, 0xd7, 0xeb, 0xff, 0x97, 0xd7, 0xe9, 0xff, 0x84, 0xca, 0xd3, 0xff, 0x7c, 0xc8, 0xcf, 0xff, 0x78, 0xbf, 0xc6, 0xff, 0x65, 0xa3, 0xa9, 0xff, -#endif -}; - -lv_img_dsc_t red_flower = { - .header.always_zero = 0, - .header.w = 100, - .header.h = 75, - .data_size = 7500 * LV_COLOR_SIZE / 8, - .header.cf = LV_IMG_CF_TRUE_COLOR, - .data = red_flower_map, -}; - -#endif diff --git a/components/lv_examples/lv_examples/lv_tutorial/6_images/red_flower.png b/components/lv_examples/lv_examples/lv_tutorial/6_images/red_flower.png deleted file mode 100644 index 76e5226691664fdb92b294f0731c2446704a6e32..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18734 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 diff --git a/components/lv_examples/lv_examples/lv_tutorial/6_images/red_rose_16.c b/components/lv_examples/lv_examples/lv_tutorial/6_images/red_rose_16.c deleted file mode 100644 index 84ec3e7..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/6_images/red_rose_16.c +++ /dev/null @@ -1,114 +0,0 @@ -#include "lvgl/lvgl.h" - -#ifndef LV_ATTRIBUTE_MEM_ALIGN -#define LV_ATTRIBUTE_MEM_ALIGN -#endif - -const LV_ATTRIBUTE_MEM_ALIGN uint8_t red_rose_16_map[] = { - 0x05, 0x08, 0x58, 0xff, /*Color of index 0*/ - 0x0e, 0x1a, 0x43, 0xff, /*Color of index 1*/ - 0x08, 0x0e, 0x8e, 0xff, /*Color of index 2*/ - 0x07, 0x07, 0xcb, 0xff, /*Color of index 3*/ - 0x1a, 0x13, 0xbd, 0xff, /*Color of index 4*/ - 0x3c, 0x53, 0x7a, 0xff, /*Color of index 5*/ - 0x3e, 0x4a, 0x9b, 0xff, /*Color of index 6*/ - 0x16, 0x6f, 0x61, 0xff, /*Color of index 7*/ - 0x37, 0x50, 0xe9, 0xff, /*Color of index 8*/ - 0x5e, 0x5f, 0xe3, 0xff, /*Color of index 9*/ - 0x7f, 0x93, 0xc9, 0xff, /*Color of index 10*/ - 0x38, 0xac, 0x91, 0xff, /*Color of index 11*/ - 0x75, 0xa3, 0xa0, 0xff, /*Color of index 12*/ - 0x9e, 0xd6, 0xce, 0xff, /*Color of index 13*/ - 0xbc, 0xcf, 0xde, 0xff, /*Color of index 14*/ - 0xfc, 0xff, 0xfd, 0xff, /*Color of index 15*/ - - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xee, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa8, 0x33, 0x33, 0x3a, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x33, 0x33, 0x33, 0x33, 0x9e, 0xea, 0x9e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x8e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0x33, 0x34, 0x44, 0x33, 0x33, 0x33, 0x33, 0x33, 0x38, 0x8e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x42, 0x22, 0x44, 0x33, 0x33, 0x33, 0x33, 0x33, 0x38, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xaa, 0xee, 0x33, 0x34, 0x22, 0x22, 0x44, 0x33, 0x34, 0x43, 0x33, 0x33, 0x33, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x32, 0xae, 0x33, 0x32, 0x22, 0x22, 0x23, 0x33, 0x34, 0x24, 0x43, 0x43, 0x33, 0x3a, 0xee, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x32, 0x5e, 0x33, 0x42, 0x22, 0x22, 0x24, 0x43, 0x34, 0x42, 0x24, 0x44, 0x23, 0x32, 0x23, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x33, 0x5f, 0x93, 0x24, 0x42, 0x42, 0x42, 0x44, 0x22, 0x24, 0x22, 0x44, 0x44, 0x33, 0x43, 0x3e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x33, 0x6f, 0x63, 0x22, 0x24, 0x22, 0x44, 0x22, 0x00, 0x04, 0x44, 0x44, 0x33, 0x43, 0x43, 0x33, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe4, 0x33, 0x65, 0x04, 0x00, 0x02, 0x44, 0x44, 0x44, 0x20, 0x00, 0x43, 0x33, 0x33, 0x43, 0x44, 0x33, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa4, 0x43, 0x41, 0x12, 0x00, 0x04, 0x34, 0x43, 0x22, 0x44, 0x00, 0x02, 0x33, 0x33, 0x43, 0x44, 0x43, 0x39, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa2, 0x43, 0x31, 0x11, 0x01, 0x04, 0x33, 0x33, 0x39, 0x44, 0x40, 0x00, 0x23, 0x33, 0x33, 0x44, 0x44, 0x33, 0x9e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe2, 0x43, 0x30, 0x11, 0x01, 0x14, 0x44, 0x43, 0x33, 0x94, 0x30, 0x10, 0x02, 0x33, 0x33, 0x44, 0x22, 0x43, 0x34, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x28, 0x32, 0x11, 0x11, 0x04, 0x42, 0x24, 0x33, 0x49, 0x40, 0x10, 0x00, 0x23, 0x43, 0x33, 0x22, 0x22, 0x44, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0x55, 0x62, 0x34, 0x11, 0x11, 0x02, 0x42, 0x24, 0x33, 0x39, 0x44, 0x94, 0x00, 0x94, 0x44, 0x34, 0x42, 0x22, 0x24, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xfc, 0x55, 0x52, 0x33, 0x01, 0x11, 0x02, 0x23, 0x22, 0x33, 0x33, 0x44, 0x33, 0x00, 0x94, 0x43, 0x23, 0x42, 0x22, 0x22, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xe5, 0x55, 0x50, 0x33, 0x21, 0x11, 0x00, 0x24, 0x34, 0x24, 0x44, 0x44, 0x43, 0x34, 0x44, 0x34, 0x23, 0x44, 0x22, 0x24, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x55, 0x55, 0x10, 0x43, 0x41, 0x10, 0x00, 0x02, 0x23, 0x42, 0x24, 0x34, 0x93, 0x33, 0x33, 0x32, 0x23, 0x44, 0x42, 0x29, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x55, 0x55, 0x11, 0x23, 0x30, 0x10, 0x00, 0x00, 0x22, 0x34, 0x24, 0x33, 0x33, 0x33, 0x34, 0x22, 0x43, 0x44, 0x42, 0x4e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x55, 0x51, 0x11, 0x04, 0x32, 0x11, 0x02, 0x20, 0x02, 0x23, 0x32, 0x24, 0x33, 0x33, 0x33, 0x33, 0x38, 0x43, 0x43, 0x38, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe5, 0x55, 0x11, 0x11, 0x12, 0x33, 0x01, 0x10, 0x44, 0x22, 0x24, 0x33, 0x44, 0x34, 0x44, 0x43, 0x33, 0x44, 0x44, 0x43, 0x33, 0x49, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc5, 0x51, 0x11, 0x11, 0x10, 0x23, 0x21, 0x11, 0x04, 0x33, 0x42, 0x23, 0x33, 0x43, 0x44, 0x44, 0x44, 0x32, 0x42, 0x24, 0x24, 0x44, 0x8a, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x55, 0x11, 0x11, 0x11, 0x11, 0x04, 0x40, 0x11, 0x10, 0x23, 0x33, 0x42, 0x33, 0x43, 0x33, 0x44, 0x33, 0x42, 0x42, 0x24, 0x84, 0x44, 0x44, 0x4e, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x55, 0x11, 0x11, 0x11, 0x11, 0x12, 0x32, 0x11, 0x11, 0x02, 0x23, 0x33, 0x33, 0x34, 0x44, 0x43, 0x34, 0x22, 0x22, 0x24, 0x34, 0x44, 0x43, 0x39, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x51, 0x11, 0x11, 0x11, 0x11, 0x10, 0x22, 0x01, 0x11, 0x10, 0x02, 0x24, 0x33, 0x33, 0x44, 0x43, 0x42, 0x22, 0x24, 0x33, 0x42, 0x43, 0x33, 0x38, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x51, 0x11, 0x11, 0x11, 0x11, 0x11, 0x24, 0x21, 0x11, 0x10, 0x00, 0x02, 0x24, 0x33, 0x33, 0x34, 0x22, 0x22, 0x24, 0x32, 0x24, 0x33, 0x33, 0x38, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x51, 0x11, 0x11, 0x11, 0x11, 0x11, 0x02, 0x40, 0x00, 0x00, 0x00, 0x00, 0x02, 0x22, 0x43, 0x33, 0x22, 0x22, 0x10, 0x22, 0x43, 0x33, 0x33, 0x39, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe5, 0x51, 0x11, 0x11, 0x11, 0x11, 0x11, 0x10, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x22, 0x22, 0x24, 0x32, 0x00, 0x22, 0x43, 0x33, 0x33, 0x4e, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe5, 0x51, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x22, 0x22, 0x44, 0x40, 0x12, 0x24, 0x33, 0x33, 0x33, 0xaf, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe5, 0x51, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x12, 0x20, 0x00, 0x00, 0x00, 0x00, 0x22, 0x22, 0x22, 0x44, 0x20, 0x02, 0x44, 0x33, 0x33, 0x33, 0xef, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe5, 0x51, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x10, 0x22, 0x00, 0x00, 0x00, 0x00, 0x22, 0x22, 0x22, 0x22, 0x20, 0x24, 0x43, 0x33, 0x33, 0x3a, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x51, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x10, 0x22, 0x00, 0x00, 0x00, 0x00, 0x22, 0x22, 0x22, 0x22, 0x22, 0x44, 0x43, 0x33, 0x39, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x55, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x02, 0x20, 0x00, 0x00, 0x00, 0x22, 0x02, 0x22, 0x22, 0x44, 0x44, 0x34, 0x8a, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x55, 0x55, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x02, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x44, 0x44, 0x43, 0x4b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xee, 0xff, 0xff, 0xff, 0xff, 0xe5, 0x55, 0x11, 0x11, 0x11, 0x11, 0x10, 0x11, 0x02, 0x20, 0x00, 0x00, 0x00, 0x00, 0x22, 0x44, 0x44, 0x33, 0x34, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xee, 0xff, 0xff, 0xff, 0xfa, 0x55, 0x55, 0x11, 0x11, 0x11, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x44, 0x44, 0x44, 0x44, 0x6d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xcf, 0xff, 0xff, 0xfd, 0x75, 0x55, 0x55, 0x11, 0x10, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x22, 0x44, 0x44, 0x44, 0x44, 0x6e, 0xcd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdc, 0x77, 0xbd, 0xbb, 0xb7, 0x55, 0x55, 0x55, 0x10, 0x00, 0x00, 0x00, 0x01, 0x10, 0x02, 0x44, 0x44, 0x44, 0x22, 0x9a, 0xeb, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x77, 0x7b, 0xbb, 0xb7, 0x75, 0x55, 0x55, 0x55, 0x00, 0x00, 0x00, 0x11, 0x02, 0x22, 0x24, 0x22, 0x29, 0x96, 0xaa, 0x7d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xcb, 0x77, 0xb7, 0x77, 0x7c, 0x55, 0x55, 0x50, 0x00, 0x01, 0x00, 0x22, 0x26, 0x66, 0x66, 0x66, 0xaa, 0xcc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x77, 0x77, 0x77, 0x7c, 0xec, 0x55, 0x55, 0x05, 0x50, 0x22, 0x26, 0x66, 0x66, 0x66, 0x6a, 0xae, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xcc, 0xde, 0xff, 0xe7, 0x77, 0x55, 0x55, 0x56, 0x66, 0x65, 0x66, 0x66, 0x66, 0xaa, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0x77, 0x77, 0x77, 0xca, 0xa5, 0x55, 0x55, 0x66, 0xaa, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0x77, 0xbb, 0xbb, 0xbb, 0xfe, 0xaa, 0xaa, 0xae, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x77, 0x7b, 0xbb, 0xbb, 0xbb, 0xef, 0xee, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x77, 0x7b, 0xdb, 0xdb, 0xbb, 0xdf, 0xdd, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x77, 0xbb, 0xdf, 0xc7, 0x7d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x77, 0xbd, 0xff, 0xfe, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7b, 0xbd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x7b, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x7b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0xbb, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0xbb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0xbd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x77, 0xbd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x77, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x7d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xbd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0xbd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0xbe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xcb, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7b, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7b, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7b, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, -}; - -lv_img_dsc_t red_rose_16 = { - .header.always_zero = 0, - .header.w = 80, - .header.h = 80, - .data_size = 3264, - .header.cf = LV_IMG_CF_INDEXED_4BIT, - .data = red_rose_16_map, -}; diff --git a/components/lv_examples/lv_examples/lv_tutorial/6_images/red_rose_16.png b/components/lv_examples/lv_examples/lv_tutorial/6_images/red_rose_16.png deleted file mode 100644 index bbc5cc44ad03f8ec55ed0dbcc435bdabc7b0073f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1028 zcmV+f1pE7mP)prdup)}G$ay#4?DpaO{{00001 zVoOIv0Eh)0NB{r;32;bRa{vGf6951U69E94oEQKA00(qQO+^Re1{w|*IlTCwLjV8( z9cffpbVF}#ZDnqB0000007G(RVRU6=Aa`kWXdp*PO;BVmWd{HN12IWNK~zY`-PS*A z6hRaK@VVvecMdMJx;!77;{2u83ud z&v5Htp$Q16bj|be3*tS5Hc2k;7Y-nRxaEP zFXPUPD4}OO0MdE3#%LKDg8Xn}p zXX<>36oq1%cowS39Qah7qJ<*Bq^^(v0JmSxh9A`gEgaVhmL_}*shJW_va>!JQd*Q8 zrYb%O6kzSoWx%9kt_n&$gp+!SENLMb&w_hxa}f&E3mEPSWJv{B{7krQW?+mGF1Xf8 zXc1uHvz{?E##iTk;suh6hX7%q<#;C>(qO_Tgb9w#Bbd^1It#YVEG>rAD|z>X(n7*)JYwN=4y1elb*01y*EH+}L54>-IegZ=g4?|9-poU%#r*?Kk@kJ-Blp+Lu1&Eb)<_YQw|Q2JK+J$LJE#_V|?)#Fuzw+3CoxATWR{@TodX;h6@F{D9A zJsfG{k7^5D~z!_CdO`Jp)qrcvB%EI7Q_ z)2QA_w;W)*T6g" */ - 0xc4, 0x0, 0x0, 0x0, 0x0, 0xff, 0xd6, 0x10, - 0x0, 0x0, 0x16, 0xef, 0xf9, 0x30, 0x0, 0x0, - 0x4, 0xaf, 0xfb, 0x50, 0x0, 0x0, 0x1, 0x8e, - 0xf8, 0x0, 0x0, 0x3, 0x9e, 0xf7, 0x0, 0x6, - 0xcf, 0xfa, 0x30, 0x28, 0xef, 0xe8, 0x10, 0x0, - 0xff, 0xc6, 0x0, 0x0, 0x0, 0xa3, 0x0, 0x0, - 0x0, 0x0, - - /* U+3F "?" */ - 0x0, 0x26, 0x76, 0x30, 0x0, 0x9f, 0xff, 0xff, - 0x90, 0x7f, 0xd2, 0x1, 0xbf, 0x9d, 0xf1, 0x0, - 0x1, 0xee, 0xb9, 0x0, 0x0, 0xc, 0xf0, 0x0, - 0x0, 0x1, 0xee, 0x0, 0x0, 0x1, 0xcf, 0x60, - 0x0, 0x1, 0xcf, 0x60, 0x0, 0x0, 0xcf, 0x60, - 0x0, 0x0, 0x3f, 0xa0, 0x0, 0x0, 0x6, 0xf5, - 0x0, 0x0, 0x0, 0x48, 0x20, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x8, 0xf8, 0x0, 0x0, - - /* U+40 "@" */ - 0x0, 0x0, 0x0, 0x23, 0x77, 0x76, 0x30, 0x0, - 0x0, 0x0, 0x0, 0x2, 0x9f, 0xff, 0xef, 0xff, - 0xc5, 0x0, 0x0, 0x0, 0x6, 0xfe, 0x82, 0x0, - 0x1, 0x6d, 0xf8, 0x0, 0x0, 0x6, 0xfb, 0x10, - 0x0, 0x0, 0x0, 0x8, 0xf8, 0x0, 0x2, 0xea, - 0x0, 0x4, 0x77, 0x20, 0x43, 0x9, 0xf3, 0x0, - 0xce, 0x10, 0x1a, 0xff, 0xfe, 0x4f, 0xc0, 0xf, - 0xa0, 0x2f, 0x60, 0xc, 0xf7, 0x0, 0xaf, 0xf8, - 0x0, 0x9e, 0x7, 0xf1, 0x6, 0xf9, 0x0, 0x0, - 0xff, 0x50, 0x7, 0xf0, 0xcc, 0x0, 0xdf, 0x20, - 0x0, 0xc, 0xf1, 0x0, 0x7f, 0xc, 0xa0, 0xf, - 0xc0, 0x0, 0x0, 0xde, 0x0, 0x9, 0xd0, 0xf8, - 0x4, 0xfa, 0x0, 0x0, 0x1f, 0xb0, 0x0, 0xfa, - 0xc, 0xc0, 0x1f, 0xc0, 0x0, 0x8, 0xf7, 0x0, - 0x8f, 0x20, 0xbc, 0x0, 0xee, 0x20, 0x3, 0xff, - 0x40, 0x6f, 0x80, 0x6, 0xf3, 0x5, 0xfd, 0x79, - 0xfd, 0xfb, 0xcf, 0x90, 0x0, 0x1f, 0xa0, 0x5, - 0xef, 0xc3, 0x5f, 0xfc, 0x50, 0x13, 0x20, 0x8f, - 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xf2, - 0x0, 0xaf, 0xb2, 0x0, 0x0, 0x0, 0x0, 0x4d, - 0xf6, 0x0, 0x0, 0x7f, 0xfc, 0x75, 0x33, 0x58, - 0xdf, 0xd3, 0x0, 0x0, 0x0, 0x17, 0xcf, 0xff, - 0xff, 0xfb, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x1, 0x44, 0x0, 0x0, 0x0, 0x0, - - /* U+41 "A" */ - 0x0, 0x0, 0x2, 0x32, 0x0, 0x0, 0x0, 0x0, - 0x0, 0xe, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x3f, 0xdf, 0x40, 0x0, 0x0, 0x0, 0x0, 0xaf, - 0x4f, 0xa0, 0x0, 0x0, 0x0, 0x1, 0xed, 0xd, - 0xf1, 0x0, 0x0, 0x0, 0x6, 0xf7, 0x6, 0xf8, - 0x0, 0x0, 0x0, 0xc, 0xf2, 0x1, 0xfd, 0x0, - 0x0, 0x0, 0x2f, 0xb0, 0x0, 0xaf, 0x50, 0x0, - 0x0, 0x9f, 0x60, 0x0, 0x5f, 0xb0, 0x0, 0x0, - 0xef, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x5, 0xfe, - 0xcc, 0xcc, 0xce, 0xf8, 0x0, 0xb, 0xf4, 0x0, - 0x0, 0x2, 0xfe, 0x0, 0x1f, 0xe0, 0x0, 0x0, - 0x0, 0xcf, 0x60, 0x7f, 0x90, 0x0, 0x0, 0x0, - 0x6f, 0xb0, 0xef, 0x20, 0x0, 0x0, 0x0, 0x1f, - 0xf2, - - /* U+42 "B" */ - 0x23, 0x33, 0x33, 0x32, 0x0, 0x0, 0x8f, 0xff, - 0xff, 0xff, 0xd3, 0x0, 0x8f, 0x74, 0x47, 0x8a, - 0xfe, 0x10, 0x8f, 0x40, 0x0, 0x0, 0x9f, 0x70, - 0x8f, 0x40, 0x0, 0x0, 0x4f, 0x80, 0x8f, 0x40, - 0x0, 0x0, 0x8f, 0x60, 0x8f, 0x63, 0x33, 0x49, - 0xfa, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xd3, 0x0, - 0x8f, 0xa8, 0x88, 0x89, 0xff, 0x60, 0x8f, 0x40, - 0x0, 0x0, 0x3f, 0xe1, 0x8f, 0x40, 0x0, 0x0, - 0xc, 0xf4, 0x8f, 0x40, 0x0, 0x0, 0xd, 0xf4, - 0x8f, 0x40, 0x0, 0x0, 0x6f, 0xf0, 0x8f, 0xcb, - 0xbb, 0xbc, 0xff, 0x50, 0x8f, 0xff, 0xff, 0xfe, - 0xa4, 0x0, - - /* U+43 "C" */ - 0x0, 0x0, 0x36, 0x77, 0x30, 0x0, 0x0, 0x3, - 0xbf, 0xff, 0xff, 0xd5, 0x0, 0x3, 0xef, 0xa4, - 0x13, 0x8f, 0xf5, 0x1, 0xdf, 0x60, 0x0, 0x0, - 0x4f, 0xd0, 0x6f, 0xa0, 0x0, 0x0, 0x0, 0xcd, - 0x3b, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, - 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xf0, 0x0, - 0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, - 0x0, 0x0, 0xc, 0xf2, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x9f, 0x60, 0x0, 0x0, 0x0, 0x7c, 0x54, - 0xfc, 0x0, 0x0, 0x0, 0xd, 0xf4, 0xc, 0xf9, - 0x0, 0x0, 0xa, 0xfc, 0x0, 0x1d, 0xfd, 0x77, - 0x7d, 0xfe, 0x10, 0x0, 0x18, 0xff, 0xff, 0xf8, - 0x10, 0x0, 0x0, 0x0, 0x14, 0x20, 0x0, 0x0, - - /* U+44 "D" */ - 0x23, 0x33, 0x33, 0x33, 0x0, 0x0, 0x8, 0xff, - 0xff, 0xff, 0xfe, 0x70, 0x0, 0x8f, 0xa4, 0x46, - 0x89, 0xff, 0x90, 0x8, 0xf8, 0x0, 0x0, 0x1, - 0xef, 0x60, 0x8f, 0x80, 0x0, 0x0, 0x4, 0xfd, - 0x8, 0xf8, 0x0, 0x0, 0x0, 0xe, 0xf2, 0x8f, - 0x80, 0x0, 0x0, 0x0, 0xcf, 0x48, 0xf8, 0x0, - 0x0, 0x0, 0x9, 0xf4, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xaf, 0x48, 0xf8, 0x0, 0x0, 0x0, 0xc, - 0xf4, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xff, 0x8, - 0xf8, 0x0, 0x0, 0x0, 0x7f, 0xb0, 0x8f, 0x80, - 0x0, 0x0, 0x6e, 0xf2, 0x8, 0xfd, 0xbb, 0xbb, - 0xef, 0xf6, 0x0, 0x8f, 0xff, 0xff, 0xfd, 0xa2, - 0x0, 0x0, - - /* U+45 "E" */ - 0x23, 0x33, 0x33, 0x33, 0x33, 0x30, 0x8f, 0xff, - 0xff, 0xff, 0xff, 0xf0, 0x8f, 0xa4, 0x44, 0x44, - 0x44, 0x40, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x93, 0x33, 0x33, - 0x33, 0x20, 0x8f, 0xff, 0xff, 0xff, 0xff, 0x80, - 0x8f, 0xc8, 0x88, 0x88, 0x88, 0x40, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xdb, - 0xbb, 0xbb, 0xbb, 0xb3, 0x8f, 0xff, 0xff, 0xff, - 0xff, 0xf4, - - /* U+46 "F" */ - 0x13, 0x33, 0x33, 0x33, 0x33, 0x14, 0xff, 0xff, - 0xff, 0xff, 0xf4, 0x4f, 0xa4, 0x44, 0x44, 0x44, - 0x14, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x4f, 0x80, - 0x0, 0x0, 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, - 0x0, 0x4f, 0x93, 0x33, 0x33, 0x31, 0x4, 0xff, - 0xff, 0xff, 0xff, 0x40, 0x4f, 0xc8, 0x88, 0x88, - 0x82, 0x4, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x4f, - 0x80, 0x0, 0x0, 0x0, 0x4, 0xf8, 0x0, 0x0, - 0x0, 0x0, 0x4f, 0x80, 0x0, 0x0, 0x0, 0x4, - 0xf8, 0x0, 0x0, 0x0, 0x0, 0x4f, 0x80, 0x0, - 0x0, 0x0, 0x0, - - /* U+47 "G" */ - 0x0, 0x0, 0x15, 0x77, 0x73, 0x0, 0x0, 0x0, - 0x19, 0xff, 0xff, 0xff, 0xc3, 0x0, 0x2, 0xdf, - 0xc5, 0x20, 0x4a, 0xfe, 0x20, 0xc, 0xf8, 0x0, - 0x0, 0x0, 0x7f, 0xb0, 0x3f, 0xc0, 0x0, 0x0, - 0x0, 0xe, 0xe0, 0xaf, 0x60, 0x0, 0x0, 0x0, - 0x1, 0x0, 0xcf, 0x20, 0x0, 0x0, 0x0, 0x0, - 0x0, 0xff, 0x0, 0x0, 0x3, 0x33, 0x33, 0x31, - 0xef, 0x0, 0x0, 0xc, 0xff, 0xff, 0xf4, 0xcf, - 0x40, 0x0, 0x6, 0x88, 0x8c, 0xf4, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x8, 0xf4, 0x2f, 0xe2, 0x0, - 0x0, 0x0, 0x8, 0xf4, 0x8, 0xfc, 0x30, 0x0, - 0x0, 0x6e, 0xf4, 0x0, 0x9f, 0xfc, 0x77, 0x9d, - 0xff, 0x91, 0x0, 0x4, 0xbf, 0xff, 0xff, 0xa2, - 0x0, 0x0, 0x0, 0x0, 0x34, 0x30, 0x0, 0x0, - - /* U+48 "H" */ - 0x23, 0x20, 0x0, 0x0, 0x0, 0x43, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0xb7, 0x77, 0x77, - 0x77, 0xfc, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xfc, - 0x8f, 0xa4, 0x44, 0x44, 0x44, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, - - /* U+49 "I" */ - 0x5, 0x32, 0xfc, 0x2f, 0xc2, 0xfc, 0x2f, 0xc2, - 0xfc, 0x2f, 0xc2, 0xfc, 0x2f, 0xc2, 0xfc, 0x2f, - 0xc2, 0xfc, 0x2f, 0xc2, 0xfc, 0x2f, 0xc0, - - /* U+4A "J" */ - 0x0, 0x0, 0x0, 0x23, 0x20, 0x0, 0x0, 0x8, - 0xf8, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x8, 0xf8, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, 0x8f, - 0x80, 0x0, 0x0, 0x8, 0xf8, 0x4, 0x10, 0x0, - 0x8f, 0x86, 0xf6, 0x0, 0x8, 0xf6, 0x4f, 0xa0, - 0x0, 0xcf, 0x30, 0xdf, 0xa7, 0xbf, 0xd0, 0x3, - 0xdf, 0xff, 0xc2, 0x0, 0x0, 0x14, 0x20, 0x0, - - /* U+4B "K" */ - 0x23, 0x10, 0x0, 0x0, 0x3, 0x33, 0x8, 0xf4, - 0x0, 0x0, 0x6, 0xff, 0x30, 0x8f, 0x40, 0x0, - 0x6, 0xff, 0x30, 0x8, 0xf4, 0x0, 0x6, 0xff, - 0x30, 0x0, 0x8f, 0x40, 0x6, 0xff, 0x30, 0x0, - 0x8, 0xf4, 0x6, 0xff, 0x30, 0x0, 0x0, 0x8f, - 0x46, 0xff, 0x50, 0x0, 0x0, 0x8, 0xf9, 0xff, - 0xfb, 0x0, 0x0, 0x0, 0x8f, 0xfd, 0x1c, 0xf8, - 0x0, 0x0, 0x8, 0xfd, 0x10, 0x2f, 0xf4, 0x0, - 0x0, 0x8f, 0x40, 0x0, 0x6f, 0xe1, 0x0, 0x8, - 0xf4, 0x0, 0x0, 0xbf, 0xb0, 0x0, 0x8f, 0x40, - 0x0, 0x1, 0xef, 0x70, 0x8, 0xf4, 0x0, 0x0, - 0x4, 0xff, 0x30, 0x8f, 0x40, 0x0, 0x0, 0x9, - 0xfd, 0x10, - - /* U+4C "L" */ - 0x23, 0x10, 0x0, 0x0, 0x0, 0x8f, 0x40, 0x0, - 0x0, 0x0, 0x8f, 0x40, 0x0, 0x0, 0x0, 0x8f, - 0x40, 0x0, 0x0, 0x0, 0x8f, 0x40, 0x0, 0x0, - 0x0, 0x8f, 0x40, 0x0, 0x0, 0x0, 0x8f, 0x40, - 0x0, 0x0, 0x0, 0x8f, 0x40, 0x0, 0x0, 0x0, - 0x8f, 0x40, 0x0, 0x0, 0x0, 0x8f, 0x40, 0x0, - 0x0, 0x0, 0x8f, 0x40, 0x0, 0x0, 0x0, 0x8f, - 0x40, 0x0, 0x0, 0x0, 0x8f, 0x40, 0x0, 0x0, - 0x0, 0x8f, 0xcb, 0xbb, 0xbb, 0xb6, 0x8f, 0xff, - 0xff, 0xff, 0xf8, - - /* U+4D "M" */ - 0x23, 0x32, 0x0, 0x0, 0x0, 0x2, 0x33, 0x18, - 0xff, 0xa0, 0x0, 0x0, 0x0, 0xbf, 0xf4, 0x8f, - 0xfe, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x48, 0xfb, - 0xf5, 0x0, 0x0, 0x6, 0xfe, 0xf4, 0x8f, 0x6f, - 0xa0, 0x0, 0x0, 0xbd, 0xcf, 0x48, 0xf4, 0xde, - 0x0, 0x0, 0x1f, 0x7c, 0xf4, 0x8f, 0x47, 0xf5, - 0x0, 0x6, 0xf2, 0xcf, 0x48, 0xf4, 0x2f, 0xa0, - 0x0, 0xcd, 0xc, 0xf4, 0x8f, 0x40, 0xde, 0x0, - 0x2f, 0x60, 0xcf, 0x48, 0xf4, 0x7, 0xf5, 0x7, - 0xf1, 0xc, 0xf4, 0x8f, 0x40, 0x1f, 0xa0, 0xdb, - 0x0, 0xcf, 0x48, 0xf4, 0x0, 0xbe, 0x2f, 0x60, - 0xc, 0xf4, 0x8f, 0x40, 0x6, 0xfc, 0xf1, 0x0, - 0xcf, 0x48, 0xf4, 0x0, 0x1f, 0xfb, 0x0, 0xc, - 0xf4, 0x8f, 0x40, 0x0, 0xbf, 0x60, 0x0, 0xcf, - 0x40, - - /* U+4E "N" */ - 0x23, 0x20, 0x0, 0x0, 0x0, 0x43, 0x8f, 0xe1, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0xfa, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0xff, 0x50, 0x0, 0x0, 0xfc, - 0x8f, 0x7f, 0xe1, 0x0, 0x0, 0xfc, 0x8f, 0x48, - 0xfa, 0x0, 0x0, 0xfc, 0x8f, 0x40, 0xdf, 0x50, - 0x0, 0xfc, 0x8f, 0x40, 0x3f, 0xe1, 0x0, 0xfc, - 0x8f, 0x40, 0x8, 0xfa, 0x0, 0xfc, 0x8f, 0x40, - 0x0, 0xdf, 0x50, 0xfc, 0x8f, 0x40, 0x0, 0x3f, - 0xe1, 0xfc, 0x8f, 0x40, 0x0, 0x8, 0xfa, 0xfc, - 0x8f, 0x40, 0x0, 0x0, 0xdf, 0xfc, 0x8f, 0x40, - 0x0, 0x0, 0x3f, 0xfc, 0x8f, 0x40, 0x0, 0x0, - 0x8, 0xfc, - - /* U+4F "O" */ - 0x0, 0x0, 0x24, 0x77, 0x51, 0x0, 0x0, 0x0, - 0x1a, 0xff, 0xff, 0xfe, 0x80, 0x0, 0x3, 0xef, - 0xb4, 0x23, 0x6e, 0xfb, 0x0, 0xc, 0xf6, 0x0, - 0x0, 0x1, 0xdf, 0x80, 0x6f, 0xc0, 0x0, 0x0, - 0x0, 0x2f, 0xe0, 0xbf, 0x40, 0x0, 0x0, 0x0, - 0xb, 0xf5, 0xcf, 0x20, 0x0, 0x0, 0x0, 0x8, - 0xf8, 0xff, 0x0, 0x0, 0x0, 0x0, 0x4, 0xfa, - 0xff, 0x0, 0x0, 0x0, 0x0, 0x6, 0xf9, 0xef, - 0x20, 0x0, 0x0, 0x0, 0x8, 0xf8, 0xaf, 0x60, - 0x0, 0x0, 0x0, 0xc, 0xf3, 0x4f, 0xd1, 0x0, - 0x0, 0x0, 0x5f, 0xe0, 0x9, 0xfb, 0x10, 0x0, - 0x5, 0xef, 0x40, 0x1, 0xbf, 0xe9, 0x77, 0xbf, - 0xf6, 0x0, 0x0, 0x6, 0xef, 0xff, 0xfa, 0x30, - 0x0, 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, - - /* U+50 "P" */ - 0x23, 0x33, 0x33, 0x33, 0x10, 0x0, 0x8f, 0xff, - 0xff, 0xff, 0xfb, 0x10, 0x8f, 0xa4, 0x44, 0x78, - 0xdf, 0xc0, 0x8f, 0x80, 0x0, 0x0, 0x1e, 0xf3, - 0x8f, 0x80, 0x0, 0x0, 0x8, 0xf8, 0x8f, 0x80, - 0x0, 0x0, 0x9, 0xf5, 0x8f, 0x80, 0x0, 0x0, - 0x3e, 0xf2, 0x8f, 0xb7, 0x77, 0x7a, 0xff, 0x90, - 0x8f, 0xff, 0xff, 0xff, 0xe6, 0x0, 0x8f, 0xa4, - 0x44, 0x20, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, - - /* U+51 "Q" */ - 0x0, 0x0, 0x3, 0x77, 0x74, 0x0, 0x0, 0x0, - 0x0, 0x3c, 0xff, 0xff, 0xfe, 0x60, 0x0, 0x0, - 0x4e, 0xfa, 0x41, 0x36, 0xef, 0x90, 0x0, 0x1d, - 0xf6, 0x0, 0x0, 0x1, 0xdf, 0x50, 0x7, 0xfa, - 0x0, 0x0, 0x0, 0x3, 0xfd, 0x0, 0xdf, 0x20, - 0x0, 0x0, 0x0, 0xd, 0xf3, 0xf, 0xf0, 0x0, - 0x0, 0x0, 0x0, 0x8f, 0x71, 0xfd, 0x0, 0x0, - 0x0, 0x0, 0x8, 0xf8, 0xf, 0xe0, 0x0, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0xff, 0x0, 0x0, 0x0, - 0x0, 0xb, 0xf7, 0xb, 0xf5, 0x0, 0x0, 0x0, - 0x0, 0xef, 0x20, 0x6f, 0xc0, 0x0, 0xd, 0x60, - 0x8f, 0xc0, 0x0, 0xcf, 0xa1, 0x2, 0xbf, 0xcf, - 0xf3, 0x0, 0x1, 0xdf, 0xd9, 0x77, 0xcf, 0xfb, - 0x0, 0x0, 0x0, 0x7e, 0xff, 0xff, 0xaa, 0xfd, - 0x50, 0x0, 0x0, 0x1, 0x43, 0x0, 0x4, 0xc8, - - /* U+52 "R" */ - 0x23, 0x33, 0x33, 0x33, 0x30, 0x0, 0x8, 0xff, - 0xff, 0xff, 0xff, 0xf7, 0x0, 0x8f, 0xa4, 0x44, - 0x44, 0x9f, 0xf6, 0x8, 0xf8, 0x0, 0x0, 0x0, - 0x4f, 0xd0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xff, - 0x8, 0xf8, 0x0, 0x0, 0x0, 0x2f, 0xe0, 0x8f, - 0x80, 0x0, 0x0, 0x5c, 0xf7, 0x8, 0xff, 0xff, - 0xff, 0xff, 0xf8, 0x0, 0x8f, 0xec, 0xcc, 0xff, - 0xa1, 0x0, 0x8, 0xf8, 0x0, 0x2, 0xdf, 0x60, - 0x0, 0x8f, 0x80, 0x0, 0x3, 0xff, 0x40, 0x8, - 0xf8, 0x0, 0x0, 0x7, 0xfd, 0x10, 0x8f, 0x80, - 0x0, 0x0, 0xc, 0xf9, 0x8, 0xf8, 0x0, 0x0, - 0x0, 0x3f, 0xf4, 0x8f, 0x80, 0x0, 0x0, 0x0, - 0x8f, 0xd0, - - /* U+53 "S" */ - 0x0, 0x4, 0x77, 0x74, 0x0, 0x0, 0x3, 0xdf, - 0xff, 0xff, 0xd5, 0x0, 0x1e, 0xf8, 0x43, 0x48, - 0xfe, 0x20, 0x7f, 0x80, 0x0, 0x0, 0x7f, 0xa0, - 0x8f, 0x50, 0x0, 0x0, 0x1c, 0x90, 0x6f, 0xc2, - 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xc7, 0x30, - 0x0, 0x0, 0x0, 0x8e, 0xff, 0xff, 0x93, 0x0, - 0x0, 0x0, 0x37, 0xbf, 0xff, 0x60, 0x0, 0x0, - 0x0, 0x1, 0x8f, 0xe1, 0xb9, 0x0, 0x0, 0x0, - 0xa, 0xf4, 0xfe, 0x10, 0x0, 0x0, 0x9, 0xf4, - 0x8f, 0xa1, 0x0, 0x0, 0x3e, 0xe0, 0x1d, 0xfe, - 0x97, 0x7a, 0xff, 0x60, 0x1, 0x8e, 0xff, 0xff, - 0xc4, 0x0, 0x0, 0x0, 0x24, 0x41, 0x0, 0x0, - - /* U+54 "T" */ - 0x23, 0x33, 0x33, 0x33, 0x33, 0x33, 0x8f, 0xff, - 0xff, 0xff, 0xff, 0xfc, 0x24, 0x44, 0x4d, 0xf4, - 0x44, 0x43, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, - 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, - 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, - 0x0, 0x0, - - /* U+55 "U" */ - 0x23, 0x20, 0x0, 0x0, 0x0, 0x43, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x7f, 0x80, - 0x0, 0x0, 0x2, 0xfc, 0x4f, 0x80, 0x0, 0x0, - 0x4, 0xfc, 0x3f, 0xc0, 0x0, 0x0, 0x6, 0xf9, - 0xe, 0xf6, 0x0, 0x0, 0x2d, 0xf4, 0x4, 0xff, - 0xb7, 0x7a, 0xef, 0xa0, 0x0, 0x3c, 0xff, 0xff, - 0xe8, 0x0, 0x0, 0x0, 0x4, 0x41, 0x0, 0x0, - - /* U+56 "V" */ - 0x33, 0x10, 0x0, 0x0, 0x0, 0x3, 0x3a, 0xf7, - 0x0, 0x0, 0x0, 0x1, 0xfe, 0x3f, 0xc0, 0x0, - 0x0, 0x0, 0x7f, 0x70, 0xef, 0x20, 0x0, 0x0, - 0xd, 0xf2, 0x7, 0xf8, 0x0, 0x0, 0x3, 0xfb, - 0x0, 0x1f, 0xd0, 0x0, 0x0, 0x9f, 0x50, 0x0, - 0xaf, 0x30, 0x0, 0xe, 0xe0, 0x0, 0x5, 0xf9, - 0x0, 0x5, 0xf8, 0x0, 0x0, 0xe, 0xe0, 0x0, - 0xaf, 0x20, 0x0, 0x0, 0x8f, 0x50, 0x1f, 0xc0, - 0x0, 0x0, 0x2, 0xfa, 0x6, 0xf6, 0x0, 0x0, - 0x0, 0xb, 0xe1, 0xdf, 0x0, 0x0, 0x0, 0x0, - 0x6f, 0x7f, 0x90, 0x0, 0x0, 0x0, 0x0, 0xfe, - 0xf2, 0x0, 0x0, 0x0, 0x0, 0x9, 0xfc, 0x0, - 0x0, 0x0, - - /* U+57 "W" */ - 0x33, 0x10, 0x0, 0x0, 0x33, 0x30, 0x0, 0x0, - 0x13, 0x29, 0xf6, 0x0, 0x0, 0xe, 0xfd, 0x0, - 0x0, 0x7, 0xf7, 0x5f, 0xa0, 0x0, 0x3, 0xff, - 0xf2, 0x0, 0x0, 0xbf, 0x20, 0xfc, 0x0, 0x0, - 0x7f, 0x8f, 0x70, 0x0, 0xf, 0xe0, 0xc, 0xf1, - 0x0, 0xc, 0xe0, 0xfb, 0x0, 0x3, 0xfa, 0x0, - 0x8f, 0x50, 0x0, 0xfa, 0xc, 0xf0, 0x0, 0x7f, - 0x50, 0x3, 0xf8, 0x0, 0x5f, 0x50, 0x7f, 0x40, - 0xb, 0xf1, 0x0, 0xf, 0xc0, 0x9, 0xf1, 0x3, - 0xf9, 0x0, 0xfd, 0x0, 0x0, 0xbf, 0x0, 0xed, - 0x0, 0xe, 0xc0, 0x3f, 0x80, 0x0, 0x7, 0xf4, - 0x2f, 0x80, 0x0, 0xaf, 0x17, 0xf4, 0x0, 0x0, - 0x2f, 0x87, 0xf3, 0x0, 0x6, 0xf5, 0xaf, 0x0, - 0x0, 0x0, 0xeb, 0xbf, 0x0, 0x0, 0x1f, 0x8e, - 0xb0, 0x0, 0x0, 0xa, 0xdf, 0xb0, 0x0, 0x0, - 0xdd, 0xf7, 0x0, 0x0, 0x0, 0x6f, 0xf6, 0x0, - 0x0, 0x8, 0xff, 0x20, 0x0, 0x0, 0x1, 0xff, - 0x20, 0x0, 0x0, 0x4f, 0xe0, 0x0, 0x0, - - /* U+58 "X" */ - 0x4, 0x31, 0x0, 0x0, 0x0, 0x23, 0x30, 0xbf, - 0x90, 0x0, 0x0, 0x1c, 0xf3, 0x1, 0xff, 0x40, - 0x0, 0xa, 0xf7, 0x0, 0x4, 0xfe, 0x10, 0x6, - 0xfc, 0x0, 0x0, 0x9, 0xfa, 0x3, 0xef, 0x10, - 0x0, 0x0, 0xd, 0xf5, 0xdf, 0x40, 0x0, 0x0, - 0x0, 0x3f, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, - 0xaf, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, - 0x90, 0x0, 0x0, 0x0, 0xd, 0xf5, 0xff, 0x40, - 0x0, 0x0, 0x9, 0xf9, 0x5, 0xfe, 0x10, 0x0, - 0x5, 0xfd, 0x10, 0x9, 0xfa, 0x0, 0x2, 0xef, - 0x30, 0x0, 0x1e, 0xf7, 0x0, 0xdf, 0x70, 0x0, - 0x0, 0x3f, 0xe3, 0x9f, 0xc0, 0x0, 0x0, 0x0, - 0x8f, 0xc0, - - /* U+59 "Y" */ - 0x33, 0x20, 0x0, 0x0, 0x0, 0x13, 0x37, 0xfd, - 0x10, 0x0, 0x0, 0x9, 0xfa, 0xc, 0xf9, 0x0, - 0x0, 0x4, 0xfe, 0x10, 0x2f, 0xf3, 0x0, 0x1, - 0xdf, 0x40, 0x0, 0x7f, 0xc0, 0x0, 0x8f, 0x90, - 0x0, 0x0, 0xcf, 0x80, 0x3f, 0xd0, 0x0, 0x0, - 0x2, 0xff, 0x2d, 0xf3, 0x0, 0x0, 0x0, 0x7, - 0xfd, 0xf8, 0x0, 0x0, 0x0, 0x0, 0xc, 0xfc, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x0, 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, - 0x80, 0x0, 0x0, 0x0, 0x0, 0x8, 0xf8, 0x0, - 0x0, 0x0, - - /* U+5A "Z" */ - 0x3, 0x33, 0x33, 0x33, 0x33, 0x32, 0xc, 0xff, - 0xff, 0xff, 0xff, 0xf8, 0x3, 0x44, 0x44, 0x44, - 0x5e, 0xf5, 0x0, 0x0, 0x0, 0x0, 0xdf, 0x90, - 0x0, 0x0, 0x0, 0xa, 0xfc, 0x0, 0x0, 0x0, - 0x0, 0x6f, 0xe1, 0x0, 0x0, 0x0, 0x3, 0xff, - 0x30, 0x0, 0x0, 0x0, 0x1e, 0xf6, 0x0, 0x0, - 0x0, 0x0, 0xdf, 0x80, 0x0, 0x0, 0x0, 0xa, - 0xfb, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xd1, 0x0, - 0x0, 0x0, 0x3, 0xff, 0x30, 0x0, 0x0, 0x0, - 0x1e, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xeb, - 0xbb, 0xbb, 0xbb, 0xb9, 0x8f, 0xff, 0xff, 0xff, - 0xff, 0xfc, - - /* U+5B "[" */ - 0x33, 0x33, 0x1c, 0xff, 0xf4, 0xcf, 0x44, 0x1c, - 0xf0, 0x0, 0xcf, 0x0, 0xc, 0xf0, 0x0, 0xcf, - 0x0, 0xc, 0xf0, 0x0, 0xcf, 0x0, 0xc, 0xf0, - 0x0, 0xcf, 0x0, 0xc, 0xf0, 0x0, 0xcf, 0x0, - 0xc, 0xf0, 0x0, 0xcf, 0x0, 0xc, 0xf0, 0x0, - 0xcf, 0x0, 0xc, 0xf7, 0x72, 0xcf, 0xff, 0x40, - - /* U+5C "\\" */ - 0x84, 0x0, 0x0, 0xbb, 0x0, 0x0, 0x7f, 0x0, - 0x0, 0x2f, 0x40, 0x0, 0xe, 0x90, 0x0, 0x9, - 0xc0, 0x0, 0x5, 0xf2, 0x0, 0x1, 0xf6, 0x0, - 0x0, 0xcb, 0x0, 0x0, 0x7e, 0x0, 0x0, 0x3f, - 0x30, 0x0, 0xe, 0x80, 0x0, 0xa, 0xc0, 0x0, - 0x6, 0xf1, 0x0, 0x1, 0xf6, 0x0, 0x0, 0x42, - - /* U+5D "]" */ - 0x23, 0x33, 0x18, 0xff, 0xf4, 0x24, 0xaf, 0x40, - 0x8, 0xf4, 0x0, 0x8f, 0x40, 0x8, 0xf4, 0x0, - 0x8f, 0x40, 0x8, 0xf4, 0x0, 0x8f, 0x40, 0x8, - 0xf4, 0x0, 0x8f, 0x40, 0x8, 0xf4, 0x0, 0x8f, - 0x40, 0x8, 0xf4, 0x0, 0x8f, 0x40, 0x8, 0xf4, - 0x0, 0x8f, 0x44, 0x7b, 0xf4, 0x8f, 0xff, 0x40, - - /* U+5E "^" */ - 0x0, 0x1, 0x74, 0x0, 0x0, 0x0, 0x8f, 0xd0, - 0x0, 0x0, 0xf, 0xef, 0x50, 0x0, 0x6, 0xf4, - 0xeb, 0x0, 0x0, 0xde, 0x8, 0xf3, 0x0, 0x4f, - 0x70, 0x1f, 0xa0, 0xb, 0xf1, 0x0, 0xaf, 0x22, - 0xfa, 0x0, 0x4, 0xf8, 0x24, 0x20, 0x0, 0x4, - 0x30, - - /* U+5F "_" */ - 0x14, 0x44, 0x44, 0x44, 0x44, 0x44, 0x14, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xf5, - - /* U+60 "`" */ - 0x87, 0x20, 0x6f, 0xa0, 0xa, 0xf2, 0x0, 0x42, - - /* U+61 "a" */ - 0x0, 0x4, 0x77, 0x75, 0x10, 0x0, 0x1c, 0xff, - 0xef, 0xfe, 0x20, 0xa, 0xf7, 0x0, 0x1a, 0xf9, - 0x0, 0xab, 0x0, 0x0, 0x2f, 0xc0, 0x0, 0x0, - 0x1, 0x37, 0xfc, 0x0, 0x6, 0xbf, 0xff, 0xff, - 0xc0, 0xa, 0xfe, 0x96, 0x30, 0xfc, 0x3, 0xfd, - 0x0, 0x0, 0x3f, 0xc0, 0x4f, 0xb0, 0x0, 0x9, - 0xfc, 0x0, 0xff, 0x53, 0x3a, 0xff, 0xc0, 0x4, - 0xef, 0xff, 0xc3, 0xbf, 0x10, 0x0, 0x24, 0x10, - 0x0, 0x0, - - /* U+62 "b" */ - 0x33, 0x0, 0x0, 0x0, 0x0, 0xcf, 0x0, 0x0, - 0x0, 0x0, 0xcf, 0x0, 0x0, 0x0, 0x0, 0xcf, - 0x0, 0x0, 0x0, 0x0, 0xcf, 0x4, 0x77, 0x40, - 0x0, 0xcf, 0x9f, 0xef, 0xfb, 0x10, 0xcf, 0xf4, - 0x1, 0xaf, 0x80, 0xcf, 0x60, 0x0, 0x1f, 0xe0, - 0xcf, 0x0, 0x0, 0xb, 0xf3, 0xcf, 0x0, 0x0, - 0x8, 0xf4, 0xcf, 0x0, 0x0, 0x9, 0xf4, 0xcf, - 0x20, 0x0, 0xd, 0xf0, 0xcf, 0x80, 0x0, 0x4f, - 0xc0, 0xcf, 0xf8, 0x36, 0xef, 0x20, 0xcf, 0x3f, - 0xff, 0xd3, 0x0, 0x0, 0x0, 0x31, 0x0, 0x0, - - /* U+63 "c" */ - 0x0, 0x2, 0x77, 0x72, 0x0, 0x0, 0x9f, 0xff, - 0xff, 0x70, 0x7, 0xfc, 0x10, 0x1d, 0xf3, 0xe, - 0xf1, 0x0, 0x3, 0xd7, 0x1f, 0xc0, 0x0, 0x0, - 0x0, 0x4f, 0xa0, 0x0, 0x0, 0x0, 0x2f, 0xb0, - 0x0, 0x0, 0x0, 0xf, 0xc0, 0x0, 0x0, 0xc8, - 0xc, 0xf4, 0x0, 0x6, 0xf7, 0x2, 0xfe, 0x63, - 0x6e, 0xe1, 0x0, 0x3d, 0xff, 0xfc, 0x20, 0x0, - 0x0, 0x4, 0x10, 0x0, - - /* U+64 "d" */ - 0x0, 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, - 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, - 0x0, 0x0, 0x0, 0xfc, 0x0, 0x4, 0x77, 0x40, - 0xfc, 0x1, 0x9f, 0xff, 0xf9, 0xfc, 0x8, 0xfa, - 0x0, 0x4f, 0xfc, 0xf, 0xf0, 0x0, 0x6, 0xfc, - 0x4f, 0xa0, 0x0, 0x1, 0xfc, 0x4f, 0x80, 0x0, - 0x0, 0xfc, 0x4f, 0x80, 0x0, 0x0, 0xfc, 0x2f, - 0xc0, 0x0, 0x2, 0xfc, 0xc, 0xf3, 0x0, 0x8, - 0xfc, 0x4, 0xfe, 0x53, 0x9f, 0xfc, 0x0, 0x3e, - 0xff, 0xf3, 0xfc, 0x0, 0x0, 0x22, 0x0, 0x0, - - /* U+65 "e" */ - 0x0, 0x2, 0x67, 0x63, 0x0, 0x0, 0x7, 0xff, - 0xff, 0xf7, 0x0, 0x5, 0xfc, 0x10, 0x1a, 0xf6, - 0x0, 0xef, 0x10, 0x0, 0xe, 0xe0, 0xf, 0xc3, - 0x33, 0x33, 0xbf, 0x14, 0xff, 0xff, 0xff, 0xff, - 0xf4, 0x4f, 0xb4, 0x44, 0x44, 0x44, 0x10, 0xfc, - 0x0, 0x0, 0x3, 0x31, 0xc, 0xf4, 0x0, 0x1, - 0xef, 0x10, 0x2f, 0xe7, 0x34, 0xcf, 0x60, 0x0, - 0x3d, 0xff, 0xfe, 0x50, 0x0, 0x0, 0x0, 0x42, - 0x0, 0x0, - - /* U+66 "f" */ - 0x0, 0x15, 0x77, 0x20, 0xd, 0xff, 0xf1, 0x3, - 0xfc, 0x11, 0x0, 0x4f, 0x80, 0x0, 0x36, 0xf9, - 0x32, 0xc, 0xff, 0xff, 0x80, 0x4, 0xf8, 0x0, - 0x0, 0x4f, 0x80, 0x0, 0x4, 0xf8, 0x0, 0x0, - 0x4f, 0x80, 0x0, 0x4, 0xf8, 0x0, 0x0, 0x4f, - 0x80, 0x0, 0x4, 0xf8, 0x0, 0x0, 0x4f, 0x80, - 0x0, 0x4, 0xf8, 0x0, 0x0, - - /* U+67 "g" */ - 0x0, 0x4, 0x77, 0x40, 0x33, 0x1, 0x9f, 0xff, - 0xf9, 0xdc, 0x8, 0xfa, 0x10, 0x3f, 0xfc, 0xf, - 0xe0, 0x0, 0x6, 0xfc, 0x4f, 0x90, 0x0, 0x0, - 0xfc, 0x4f, 0x80, 0x0, 0x0, 0xfc, 0x4f, 0x80, - 0x0, 0x0, 0xfc, 0x1f, 0xb0, 0x0, 0x2, 0xfc, - 0xa, 0xf4, 0x0, 0xb, 0xfc, 0x2, 0xff, 0x97, - 0xcf, 0xfc, 0x0, 0x1b, 0xef, 0xb2, 0xfc, 0x0, - 0x0, 0x0, 0x1, 0xfb, 0xe, 0xc0, 0x0, 0x7, - 0xf7, 0x9, 0xfa, 0x33, 0x7f, 0xe1, 0x0, 0x9f, - 0xff, 0xfb, 0x20, 0x0, 0x0, 0x24, 0x0, 0x0, - - /* U+68 "h" */ - 0x33, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0xcf, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, - 0x0, 0x0, 0xcf, 0x3, 0x77, 0x51, 0xc, 0xf7, - 0xff, 0xff, 0xd1, 0xcf, 0xf4, 0x1, 0xaf, 0x8c, - 0xf6, 0x0, 0x2, 0xfc, 0xcf, 0x20, 0x0, 0xf, - 0xcc, 0xf0, 0x0, 0x0, 0xfc, 0xcf, 0x0, 0x0, - 0xf, 0xcc, 0xf0, 0x0, 0x0, 0xfc, 0xcf, 0x0, - 0x0, 0xf, 0xcc, 0xf0, 0x0, 0x0, 0xfc, 0xcf, - 0x0, 0x0, 0xf, 0xc0, - - /* U+69 "i" */ - 0x33, 0xcf, 0x9c, 0x0, 0x33, 0xcf, 0xcf, 0xcf, - 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, - - /* U+6A "j" */ - 0x0, 0x33, 0x0, 0xcf, 0x0, 0x9c, 0x0, 0x0, - 0x0, 0x33, 0x0, 0xcf, 0x0, 0xcf, 0x0, 0xcf, - 0x0, 0xcf, 0x0, 0xcf, 0x0, 0xcf, 0x0, 0xcf, - 0x0, 0xcf, 0x0, 0xcf, 0x0, 0xcf, 0x0, 0xcf, - 0x0, 0xcf, 0x45, 0xfd, 0xdf, 0xf4, 0x24, 0x0, - - /* U+6B "k" */ - 0x33, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0xcf, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, - 0x0, 0x0, 0xcf, 0x0, 0x0, 0x43, 0x1c, 0xf0, - 0x0, 0xaf, 0xa0, 0xcf, 0x0, 0xaf, 0xa0, 0xc, - 0xf0, 0xaf, 0xa0, 0x0, 0xcf, 0x9f, 0xd0, 0x0, - 0xc, 0xff, 0xff, 0x40, 0x0, 0xcf, 0x73, 0xfd, - 0x10, 0xc, 0xf0, 0x8, 0xf9, 0x0, 0xcf, 0x0, - 0xd, 0xf4, 0xc, 0xf0, 0x0, 0x4f, 0xd1, 0xcf, - 0x0, 0x0, 0x9f, 0x90, - - /* U+6C "l" */ - 0x35, 0xb, 0xf0, 0xbf, 0xb, 0xf0, 0xbf, 0xb, - 0xf0, 0xbf, 0xb, 0xf0, 0xbf, 0xb, 0xf0, 0xbf, - 0xb, 0xf0, 0xbf, 0xb, 0xf0, 0xbf, 0x0, - - /* U+6D "m" */ - 0x33, 0x4, 0x77, 0x40, 0x3, 0x67, 0x50, 0xc, - 0xfa, 0xff, 0xff, 0x96, 0xff, 0xff, 0x90, 0xcf, - 0xf4, 0x2, 0xff, 0xf4, 0x1, 0xdf, 0x3c, 0xf6, - 0x0, 0x9, 0xf9, 0x0, 0x8, 0xf4, 0xcf, 0x30, - 0x0, 0x8f, 0x40, 0x0, 0x8f, 0x4c, 0xf0, 0x0, - 0x8, 0xf4, 0x0, 0x8, 0xf4, 0xcf, 0x0, 0x0, - 0x8f, 0x40, 0x0, 0x8f, 0x4c, 0xf0, 0x0, 0x8, - 0xf4, 0x0, 0x8, 0xf4, 0xcf, 0x0, 0x0, 0x8f, - 0x40, 0x0, 0x8f, 0x4c, 0xf0, 0x0, 0x8, 0xf4, - 0x0, 0x8, 0xf4, 0xcf, 0x0, 0x0, 0x8f, 0x40, - 0x0, 0x8f, 0x40, - - /* U+6E "n" */ - 0x33, 0x3, 0x67, 0x51, 0xc, 0xf6, 0xff, 0xff, - 0xc1, 0xcf, 0xf4, 0x1, 0xaf, 0x9c, 0xf6, 0x0, - 0x2, 0xfc, 0xcf, 0x40, 0x0, 0xf, 0xcc, 0xf0, - 0x0, 0x0, 0xfc, 0xcf, 0x0, 0x0, 0xf, 0xcc, - 0xf0, 0x0, 0x0, 0xfc, 0xcf, 0x0, 0x0, 0xf, - 0xcc, 0xf0, 0x0, 0x0, 0xfc, 0xcf, 0x0, 0x0, - 0xf, 0xc0, - - /* U+6F "o" */ - 0x0, 0x2, 0x77, 0x63, 0x0, 0x0, 0x9, 0xff, - 0xff, 0xf8, 0x0, 0x7, 0xfb, 0x10, 0x1b, 0xf7, - 0x0, 0xff, 0x10, 0x0, 0x1f, 0xe0, 0x2f, 0xa0, - 0x0, 0x0, 0x9f, 0x44, 0xf8, 0x0, 0x0, 0x8, - 0xf4, 0x4f, 0x80, 0x0, 0x0, 0x8f, 0x41, 0xfc, - 0x0, 0x0, 0xb, 0xf3, 0xc, 0xf3, 0x0, 0x3, - 0xfe, 0x0, 0x3f, 0xe6, 0x36, 0xef, 0x40, 0x0, - 0x3d, 0xff, 0xfd, 0x40, 0x0, 0x0, 0x0, 0x42, - 0x0, 0x0, - - /* U+70 "p" */ - 0x33, 0x5, 0x77, 0x40, 0x0, 0xcf, 0xaf, 0xdf, - 0xf9, 0x10, 0xcf, 0xf3, 0x0, 0xaf, 0x80, 0xcf, - 0x60, 0x0, 0xe, 0xe0, 0xcf, 0x0, 0x0, 0xa, - 0xf4, 0xcf, 0x0, 0x0, 0x8, 0xf4, 0xcf, 0x0, - 0x0, 0x8, 0xf4, 0xcf, 0x10, 0x0, 0xc, 0xf2, - 0xcf, 0x80, 0x0, 0x3f, 0xc0, 0xcf, 0xf9, 0x35, - 0xef, 0x30, 0xcf, 0x6f, 0xff, 0xe3, 0x0, 0xcf, - 0x0, 0x42, 0x0, 0x0, 0xcf, 0x0, 0x0, 0x0, - 0x0, 0xcf, 0x0, 0x0, 0x0, 0x0, 0xcf, 0x0, - 0x0, 0x0, 0x0, - - /* U+71 "q" */ - 0x0, 0x4, 0x77, 0x30, 0x43, 0x1, 0x9f, 0xfd, - 0xf9, 0xfc, 0x8, 0xfa, 0x0, 0x3f, 0xfc, 0xf, - 0xf0, 0x0, 0x6, 0xfc, 0x4f, 0xb0, 0x0, 0x0, - 0xfc, 0x4f, 0x80, 0x0, 0x0, 0xfc, 0x4f, 0x90, - 0x0, 0x0, 0xfc, 0xf, 0xc0, 0x0, 0x1, 0xfc, - 0xb, 0xf4, 0x0, 0x8, 0xfc, 0x2, 0xfe, 0x63, - 0x9f, 0xfc, 0x0, 0x3d, 0xff, 0xf6, 0xfc, 0x0, - 0x0, 0x14, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, - 0xfc, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, - 0x0, 0x0, 0xfc, - - /* U+72 "r" */ - 0x33, 0x16, 0x74, 0xcf, 0xbf, 0xfb, 0xcf, 0xf5, - 0x54, 0xcf, 0x60, 0x0, 0xcf, 0x20, 0x0, 0xcf, - 0x0, 0x0, 0xcf, 0x0, 0x0, 0xcf, 0x0, 0x0, - 0xcf, 0x0, 0x0, 0xcf, 0x0, 0x0, 0xcf, 0x0, - 0x0, - - /* U+73 "s" */ - 0x0, 0x26, 0x77, 0x50, 0x0, 0x6, 0xff, 0xef, - 0xfd, 0x20, 0xf, 0xe2, 0x0, 0x7f, 0xa0, 0xf, - 0xb0, 0x0, 0x8, 0x40, 0xd, 0xfb, 0x62, 0x0, - 0x0, 0x3, 0xcf, 0xff, 0xd7, 0x10, 0x0, 0x2, - 0x7b, 0xff, 0xc0, 0x13, 0x20, 0x0, 0x1e, 0xf3, - 0x3f, 0xa0, 0x0, 0xb, 0xf2, 0xd, 0xf9, 0x33, - 0x7f, 0xc0, 0x1, 0xaf, 0xff, 0xfa, 0x10, 0x0, - 0x0, 0x44, 0x10, 0x0, - - /* U+74 "t" */ - 0x0, 0x87, 0x0, 0x4, 0xf8, 0x0, 0x4, 0xf8, - 0x0, 0x36, 0xf9, 0x31, 0xcf, 0xff, 0xf4, 0x4, - 0xf8, 0x0, 0x4, 0xf8, 0x0, 0x4, 0xf8, 0x0, - 0x4, 0xf8, 0x0, 0x4, 0xf8, 0x0, 0x4, 0xf8, - 0x0, 0x4, 0xf8, 0x0, 0x4, 0xfc, 0x72, 0x0, - 0xcf, 0xf5, 0x0, 0x0, 0x10, - - /* U+75 "u" */ - 0x33, 0x0, 0x0, 0x4, 0x3c, 0xf0, 0x0, 0x0, - 0xfc, 0xcf, 0x0, 0x0, 0xf, 0xcc, 0xf0, 0x0, - 0x0, 0xfc, 0xcf, 0x0, 0x0, 0xf, 0xcc, 0xf0, - 0x0, 0x0, 0xfc, 0xcf, 0x0, 0x0, 0xf, 0xcc, - 0xf0, 0x0, 0x4, 0xfc, 0xaf, 0x50, 0x0, 0x8f, - 0xc6, 0xfe, 0x53, 0x9f, 0xfc, 0x8, 0xff, 0xfc, - 0x3f, 0xc0, 0x1, 0x41, 0x0, 0x0, - - /* U+76 "v" */ - 0x33, 0x10, 0x0, 0x1, 0x33, 0x6f, 0x60, 0x0, - 0x6, 0xf7, 0x1f, 0xc0, 0x0, 0xb, 0xf1, 0xa, - 0xf2, 0x0, 0x2f, 0xb0, 0x5, 0xf8, 0x0, 0x7f, - 0x50, 0x0, 0xed, 0x0, 0xde, 0x0, 0x0, 0x8f, - 0x33, 0xf9, 0x0, 0x0, 0x2f, 0x99, 0xf2, 0x0, - 0x0, 0xc, 0xde, 0xd0, 0x0, 0x0, 0x6, 0xff, - 0x60, 0x0, 0x0, 0x1, 0xff, 0x10, 0x0, - - /* U+77 "w" */ - 0x33, 0x0, 0x0, 0x33, 0x10, 0x0, 0x23, 0x1b, - 0xf2, 0x0, 0xf, 0xf6, 0x0, 0xb, 0xf1, 0x6f, - 0x60, 0x3, 0xff, 0xa0, 0x0, 0xfb, 0x1, 0xfb, - 0x0, 0x7f, 0xdd, 0x0, 0x5f, 0x60, 0xc, 0xe0, - 0xc, 0xc8, 0xf2, 0x9, 0xf1, 0x0, 0x7f, 0x30, - 0xf8, 0x4f, 0x60, 0xed, 0x0, 0x2, 0xf8, 0x4f, - 0x40, 0xfa, 0x3f, 0x70, 0x0, 0xe, 0xc8, 0xf0, - 0xb, 0xe7, 0xf2, 0x0, 0x0, 0x9f, 0xcb, 0x0, - 0x7f, 0xed, 0x0, 0x0, 0x3, 0xff, 0x70, 0x3, - 0xff, 0x90, 0x0, 0x0, 0xf, 0xf3, 0x0, 0xf, - 0xf3, 0x0, 0x0, - - /* U+78 "x" */ - 0x23, 0x30, 0x0, 0x3, 0x32, 0x1e, 0xf3, 0x0, - 0x3f, 0xe1, 0x4, 0xfc, 0x1, 0xcf, 0x30, 0x0, - 0x9f, 0x89, 0xf8, 0x0, 0x0, 0xd, 0xff, 0xc0, - 0x0, 0x0, 0x4, 0xff, 0x20, 0x0, 0x0, 0xb, - 0xff, 0xa0, 0x0, 0x0, 0x7f, 0x99, 0xf7, 0x0, - 0x2, 0xee, 0x11, 0xfe, 0x20, 0xd, 0xf4, 0x0, - 0x5f, 0xc0, 0x8f, 0x90, 0x0, 0xb, 0xf8, - - /* U+79 "y" */ - 0x23, 0x10, 0x0, 0x0, 0x43, 0x6f, 0x90, 0x0, - 0x4, 0xf8, 0xf, 0xd0, 0x0, 0xa, 0xf2, 0xa, - 0xf4, 0x0, 0x1e, 0xc0, 0x3, 0xfa, 0x0, 0x6f, - 0x60, 0x0, 0xee, 0x0, 0xbf, 0x10, 0x0, 0x7f, - 0x52, 0xfa, 0x0, 0x0, 0x2f, 0xa7, 0xf4, 0x0, - 0x0, 0xb, 0xeb, 0xe0, 0x0, 0x0, 0x5, 0xff, - 0x80, 0x0, 0x0, 0x0, 0xff, 0x20, 0x0, 0x0, - 0x0, 0xec, 0x0, 0x0, 0x0, 0x6, 0xf6, 0x0, - 0x0, 0x9, 0x8e, 0xe0, 0x0, 0x0, 0xc, 0xff, - 0x30, 0x0, 0x0, 0x1, 0x40, 0x0, 0x0, 0x0, - - /* U+7A "z" */ - 0x13, 0x33, 0x33, 0x33, 0x31, 0x4f, 0xff, 0xff, - 0xff, 0xf4, 0x0, 0x0, 0x0, 0x6f, 0xa0, 0x0, - 0x0, 0x6, 0xfd, 0x0, 0x0, 0x0, 0x3e, 0xd1, - 0x0, 0x0, 0x3, 0xef, 0x30, 0x0, 0x0, 0x1c, - 0xf4, 0x0, 0x0, 0x1, 0xcf, 0x60, 0x0, 0x0, - 0xa, 0xf9, 0x0, 0x0, 0x0, 0x7f, 0xe7, 0x77, - 0x77, 0x74, 0x8f, 0xff, 0xff, 0xff, 0xf8, - - /* U+7B "{" */ - 0x0, 0x1, 0x67, 0x20, 0x0, 0xdf, 0xf4, 0x0, - 0x4f, 0x90, 0x0, 0x7, 0xf4, 0x0, 0x0, 0x8f, - 0x40, 0x0, 0x8, 0xf4, 0x0, 0x0, 0x8f, 0x40, - 0x0, 0x9, 0xf0, 0x0, 0x4, 0xeb, 0x0, 0x8, - 0xfb, 0x10, 0x0, 0x5e, 0xe3, 0x0, 0x0, 0x1e, - 0xc0, 0x0, 0x0, 0x8f, 0x10, 0x0, 0x8, 0xf4, - 0x0, 0x0, 0x8f, 0x40, 0x0, 0x8, 0xf4, 0x0, - 0x0, 0x5f, 0x40, 0x0, 0x3, 0xfc, 0x41, 0x0, - 0x9, 0xff, 0x40, 0x0, 0x1, 0x41, - - /* U+7C "|" */ - 0x18, 0x32, 0xf5, 0x2f, 0x52, 0xf5, 0x2f, 0x52, - 0xf5, 0x2f, 0x52, 0xf5, 0x2f, 0x52, 0xf5, 0x2f, - 0x52, 0xf5, 0x2f, 0x52, 0xf5, 0x2f, 0x52, 0xf5, - 0x2f, 0x52, 0xf5, 0x2f, 0x50, 0x31, - - /* U+7D "}" */ - 0x47, 0x50, 0x0, 0x8f, 0xf8, 0x0, 0x1, 0xee, - 0x0, 0x0, 0x8f, 0x0, 0x0, 0x8f, 0x0, 0x0, - 0x8f, 0x0, 0x0, 0x8f, 0x30, 0x0, 0x6f, 0x50, - 0x0, 0x1f, 0xc1, 0x0, 0x3, 0xdf, 0x0, 0x8, - 0xfd, 0x0, 0x3f, 0x80, 0x0, 0x7f, 0x40, 0x0, - 0x8f, 0x10, 0x0, 0x8f, 0x0, 0x0, 0x8f, 0x0, - 0x0, 0xaf, 0x0, 0x26, 0xed, 0x0, 0x8f, 0xf4, - 0x0, 0x24, 0x0, 0x0, - - /* U+7E "~" */ - 0x1, 0x67, 0x73, 0x0, 0x0, 0x32, 0xdf, 0xff, - 0xfc, 0x64, 0x9c, 0x4f, 0x64, 0x7e, 0xff, 0xff, - 0x92, 0x10, 0x0, 0x3, 0x88, 0x40, - - /* U+401 "Ё" */ - 0x0, 0x4, 0x30, 0x13, 0x20, 0x0, 0x0, 0xf, - 0xc0, 0x4f, 0x80, 0x0, 0x0, 0xc, 0x90, 0x3c, - 0x60, 0x0, 0x23, 0x33, 0x33, 0x33, 0x33, 0x30, - 0x8f, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x8f, 0xa4, - 0x44, 0x44, 0x44, 0x40, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x93, - 0x33, 0x33, 0x33, 0x20, 0x8f, 0xff, 0xff, 0xff, - 0xff, 0x80, 0x8f, 0xc8, 0x88, 0x88, 0x88, 0x40, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0xdb, 0xbb, 0xbb, 0xbb, 0xb3, 0x8f, 0xff, - 0xff, 0xff, 0xff, 0xf4, - - /* U+402 "Ђ" */ - 0x23, 0x33, 0x33, 0x33, 0x33, 0x33, 0x0, 0x0, - 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, - 0x0, 0x24, 0x44, 0x4d, 0xf7, 0x44, 0x44, 0x0, - 0x0, 0x0, 0x0, 0x0, 0xcf, 0x40, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x0, 0xc, 0xf4, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0x40, 0x0, - 0x10, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf7, 0x9e, - 0xff, 0xfa, 0x30, 0x0, 0x0, 0x0, 0xcf, 0xfe, - 0xa8, 0x8b, 0xff, 0x40, 0x0, 0x0, 0xc, 0xf6, - 0x0, 0x0, 0x5, 0xfe, 0x10, 0x0, 0x0, 0xcf, - 0x40, 0x0, 0x0, 0xa, 0xf4, 0x0, 0x0, 0xc, - 0xf4, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0xcf, 0x40, 0x0, 0x0, 0x9, 0xf5, 0x0, 0x0, - 0xc, 0xf4, 0x0, 0x0, 0x1, 0xef, 0x20, 0x0, - 0x0, 0xcf, 0x40, 0x9, 0x37, 0xef, 0x80, 0x0, - 0x0, 0xc, 0xf4, 0x4, 0xff, 0xff, 0x70, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x1, 0x43, 0x0, 0x0, - - /* U+403 "Ѓ" */ - 0x0, 0x0, 0x4f, 0xd1, 0x0, 0x0, 0x0, 0xcf, - 0x30, 0x0, 0x0, 0x2, 0xc5, 0x0, 0x0, 0x23, - 0x33, 0x33, 0x33, 0x33, 0x8f, 0xff, 0xff, 0xff, - 0xfc, 0x8f, 0xa4, 0x44, 0x44, 0x43, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8f, - 0x80, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x0, - - /* U+404 "Є" */ - 0x0, 0x0, 0x36, 0x77, 0x30, 0x0, 0x0, 0x1, - 0xbf, 0xff, 0xff, 0xd5, 0x0, 0x3, 0xef, 0xb4, - 0x24, 0x8f, 0xf6, 0x0, 0xcf, 0x60, 0x0, 0x0, - 0x3f, 0xe1, 0x5f, 0xc0, 0x0, 0x0, 0x0, 0xae, - 0x4a, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, - 0x63, 0x33, 0x31, 0x0, 0x0, 0xf, 0xff, 0xff, - 0xff, 0x40, 0x0, 0x0, 0xcf, 0x88, 0x88, 0x82, - 0x0, 0x0, 0xc, 0xf4, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x9f, 0x70, 0x0, 0x0, 0x0, 0x6c, 0x52, - 0xfd, 0x10, 0x0, 0x0, 0xc, 0xf4, 0xa, 0xfa, - 0x10, 0x0, 0x9, 0xfd, 0x0, 0x1c, 0xfd, 0x86, - 0x7c, 0xff, 0x10, 0x0, 0x8, 0xdf, 0xff, 0xfa, - 0x20, 0x0, 0x0, 0x0, 0x4, 0x20, 0x0, 0x0, - - /* U+405 "Ѕ" */ - 0x0, 0x4, 0x77, 0x74, 0x0, 0x0, 0x3, 0xdf, - 0xff, 0xff, 0xd5, 0x0, 0x1e, 0xf8, 0x43, 0x48, - 0xfe, 0x20, 0x7f, 0x80, 0x0, 0x0, 0x7f, 0xa0, - 0x8f, 0x50, 0x0, 0x0, 0x1c, 0x90, 0x6f, 0xc2, - 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xc7, 0x30, - 0x0, 0x0, 0x0, 0x8e, 0xff, 0xff, 0x93, 0x0, - 0x0, 0x0, 0x37, 0xbf, 0xff, 0x60, 0x0, 0x0, - 0x0, 0x1, 0x8f, 0xe1, 0xb9, 0x0, 0x0, 0x0, - 0xa, 0xf4, 0xfe, 0x10, 0x0, 0x0, 0x9, 0xf4, - 0x8f, 0xa1, 0x0, 0x0, 0x3e, 0xe0, 0x1d, 0xfe, - 0x97, 0x7a, 0xff, 0x60, 0x1, 0x8e, 0xff, 0xff, - 0xc4, 0x0, 0x0, 0x0, 0x24, 0x41, 0x0, 0x0, - - /* U+406 "І" */ - 0x5, 0x32, 0xfc, 0x2f, 0xc2, 0xfc, 0x2f, 0xc2, - 0xfc, 0x2f, 0xc2, 0xfc, 0x2f, 0xc2, 0xfc, 0x2f, - 0xc2, 0xfc, 0x2f, 0xc2, 0xfc, 0x2f, 0xc0, - - /* U+407 "Ї" */ - 0x43, 0x1, 0x32, 0xff, 0x4, 0xf8, 0xcc, 0x3, - 0xc6, 0x1, 0x33, 0x0, 0x4, 0xfc, 0x0, 0x4, - 0xfc, 0x0, 0x4, 0xfc, 0x0, 0x4, 0xfc, 0x0, - 0x4, 0xfc, 0x0, 0x4, 0xfc, 0x0, 0x4, 0xfc, - 0x0, 0x4, 0xfc, 0x0, 0x4, 0xfc, 0x0, 0x4, - 0xfc, 0x0, 0x4, 0xfc, 0x0, 0x4, 0xfc, 0x0, - 0x4, 0xfc, 0x0, 0x4, 0xfc, 0x0, - - /* U+408 "Ј" */ - 0x0, 0x0, 0x0, 0x23, 0x20, 0x0, 0x0, 0x8, - 0xf8, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x8, 0xf8, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, 0x8f, - 0x80, 0x0, 0x0, 0x8, 0xf8, 0x4, 0x10, 0x0, - 0x8f, 0x86, 0xf6, 0x0, 0x8, 0xf6, 0x4f, 0xa0, - 0x0, 0xcf, 0x30, 0xdf, 0xa7, 0xbf, 0xd0, 0x3, - 0xdf, 0xff, 0xc2, 0x0, 0x0, 0x14, 0x20, 0x0, - - /* U+409 "Љ" */ - 0x0, 0x23, 0x33, 0x33, 0x33, 0x32, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, - 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xa4, - 0x44, 0x4a, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x8, 0xf8, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x8, 0xf8, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xf8, 0x0, - 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x8, 0xf9, 0x33, 0x33, 0x10, - 0x0, 0x0, 0x8, 0xf8, 0x0, 0x0, 0x8f, 0xff, - 0xff, 0xff, 0xe8, 0x10, 0x0, 0x8f, 0x80, 0x0, - 0x8, 0xfc, 0x88, 0x88, 0x9f, 0xfa, 0x0, 0x8, - 0xf8, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x2f, - 0xf2, 0x0, 0x8f, 0x80, 0x0, 0x8, 0xf8, 0x0, - 0x0, 0x0, 0xcf, 0x50, 0x8, 0xf7, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0xc, 0xf4, 0x0, 0xaf, - 0x40, 0x0, 0x8, 0xf8, 0x0, 0x0, 0x3, 0xff, - 0x15, 0x8f, 0xf1, 0x0, 0x0, 0x8f, 0xb7, 0x77, - 0x9b, 0xff, 0x70, 0xcf, 0xf6, 0x0, 0x0, 0x8, - 0xff, 0xff, 0xff, 0xfc, 0x50, 0x1, 0x42, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, - - /* U+40A "Њ" */ - 0x23, 0x20, 0x0, 0x1, 0x32, 0x0, 0x0, 0x0, - 0x0, 0x8, 0xf8, 0x0, 0x0, 0x4f, 0x80, 0x0, - 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x4, 0xf8, - 0x0, 0x0, 0x0, 0x0, 0x8, 0xf8, 0x0, 0x0, - 0x4f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x8, - 0xf8, 0x0, 0x0, 0x4f, 0x80, 0x0, 0x0, 0x0, - 0x0, 0x8f, 0x93, 0x33, 0x36, 0xf9, 0x33, 0x33, - 0x20, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xe9, 0x10, 0x8f, 0xc8, 0x88, 0x8a, - 0xfc, 0x88, 0x88, 0x9f, 0xfb, 0x8, 0xf8, 0x0, - 0x0, 0x4f, 0x80, 0x0, 0x0, 0x1f, 0xf3, 0x8f, - 0x80, 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, 0xaf, - 0x78, 0xf8, 0x0, 0x0, 0x4f, 0x80, 0x0, 0x0, - 0xb, 0xf6, 0x8f, 0x80, 0x0, 0x4, 0xf8, 0x0, - 0x0, 0x3, 0xef, 0x28, 0xf8, 0x0, 0x0, 0x4f, - 0xb7, 0x77, 0xab, 0xff, 0x90, 0x8f, 0x80, 0x0, - 0x4, 0xff, 0xff, 0xff, 0xfc, 0x60, 0x0, - - /* U+40B "Ћ" */ - 0x23, 0x33, 0x33, 0x33, 0x33, 0x33, 0x0, 0x0, - 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, - 0x0, 0x24, 0x44, 0x4d, 0xf7, 0x44, 0x44, 0x0, - 0x0, 0x0, 0x0, 0x0, 0xcf, 0x40, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x0, 0xc, 0xf4, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0x40, 0x0, - 0x10, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf7, 0x9d, - 0xff, 0xfb, 0x40, 0x0, 0x0, 0x0, 0xcf, 0xff, - 0xc8, 0x8a, 0xff, 0x40, 0x0, 0x0, 0xc, 0xf7, - 0x0, 0x0, 0x6, 0xfc, 0x0, 0x0, 0x0, 0xcf, - 0x40, 0x0, 0x0, 0xf, 0xf0, 0x0, 0x0, 0xc, - 0xf4, 0x0, 0x0, 0x0, 0xcf, 0x20, 0x0, 0x0, - 0xcf, 0x40, 0x0, 0x0, 0xc, 0xf4, 0x0, 0x0, - 0xc, 0xf4, 0x0, 0x0, 0x0, 0xcf, 0x40, 0x0, - 0x0, 0xcf, 0x40, 0x0, 0x0, 0xc, 0xf4, 0x0, - 0x0, 0xc, 0xf4, 0x0, 0x0, 0x0, 0xcf, 0x40, - - /* U+40C "Ќ" */ - 0x0, 0x0, 0xc, 0xf6, 0x0, 0x0, 0x0, 0x4, - 0xfa, 0x0, 0x0, 0x0, 0x0, 0x8b, 0x0, 0x0, - 0x2, 0x32, 0x0, 0x0, 0x3, 0x32, 0x8f, 0x80, - 0x0, 0x1b, 0xff, 0x88, 0xf8, 0x0, 0xa, 0xfb, - 0x52, 0x8f, 0x80, 0x2, 0xfe, 0x0, 0x8, 0xf8, - 0x0, 0xaf, 0x60, 0x0, 0x8f, 0x80, 0x2f, 0xe0, - 0x0, 0x8, 0xf8, 0x3c, 0xf6, 0x0, 0x0, 0x8f, - 0xff, 0xf6, 0x0, 0x0, 0x8, 0xfa, 0x9f, 0xe3, - 0x0, 0x0, 0x8f, 0x80, 0x5f, 0xe2, 0x0, 0x8, - 0xf8, 0x0, 0x9f, 0xb0, 0x0, 0x8f, 0x80, 0x1, - 0xef, 0x70, 0x8, 0xf8, 0x0, 0x5, 0xfe, 0x10, - 0x8f, 0x80, 0x0, 0xb, 0xfa, 0x8, 0xf8, 0x0, - 0x0, 0x2f, 0xf4, - - /* U+40E "Ў" */ - 0x0, 0x0, 0xc3, 0x0, 0x87, 0x0, 0x0, 0x0, - 0xa, 0xd7, 0x8f, 0x50, 0x0, 0x0, 0x0, 0x18, - 0xcc, 0x50, 0x0, 0x3, 0x30, 0x0, 0x0, 0x0, - 0x1, 0x32, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xaf, - 0x40, 0xee, 0x10, 0x0, 0x0, 0x2f, 0xc0, 0x6, - 0xf8, 0x0, 0x0, 0x9, 0xf4, 0x0, 0xc, 0xe1, - 0x0, 0x1, 0xec, 0x0, 0x0, 0x4f, 0xa0, 0x0, - 0x8f, 0x60, 0x0, 0x0, 0xcf, 0x20, 0xf, 0xe0, - 0x0, 0x0, 0x2, 0xfa, 0x6, 0xf6, 0x0, 0x0, - 0x0, 0xa, 0xf2, 0xee, 0x0, 0x0, 0x0, 0x0, - 0x1f, 0xef, 0x60, 0x0, 0x0, 0x0, 0x0, 0x8f, - 0xe0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xf6, 0x0, - 0x0, 0x0, 0x0, 0x0, 0xce, 0x0, 0x0, 0x0, - 0x0, 0x95, 0xaf, 0x50, 0x0, 0x0, 0x0, 0xf, - 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x4, 0x10, - 0x0, 0x0, 0x0, 0x0, - - /* U+40F "Џ" */ - 0x23, 0x20, 0x0, 0x0, 0x0, 0x43, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0xdb, - 0xbb, 0xbb, 0xbb, 0xfc, 0x8f, 0xff, 0xff, 0xff, - 0xff, 0xfc, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, - 0x0, 0x0, - - /* U+410 "А" */ - 0x0, 0x0, 0x2, 0x32, 0x0, 0x0, 0x0, 0x0, - 0x0, 0xe, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x3f, 0xdf, 0x40, 0x0, 0x0, 0x0, 0x0, 0xaf, - 0x4f, 0xa0, 0x0, 0x0, 0x0, 0x1, 0xed, 0xd, - 0xf1, 0x0, 0x0, 0x0, 0x6, 0xf7, 0x6, 0xf8, - 0x0, 0x0, 0x0, 0xc, 0xf2, 0x1, 0xfd, 0x0, - 0x0, 0x0, 0x2f, 0xb0, 0x0, 0xaf, 0x50, 0x0, - 0x0, 0x9f, 0x60, 0x0, 0x5f, 0xb0, 0x0, 0x0, - 0xef, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x5, 0xfe, - 0xcc, 0xcc, 0xce, 0xf8, 0x0, 0xb, 0xf4, 0x0, - 0x0, 0x2, 0xfe, 0x0, 0x1f, 0xe0, 0x0, 0x0, - 0x0, 0xcf, 0x60, 0x7f, 0x90, 0x0, 0x0, 0x0, - 0x6f, 0xb0, 0xef, 0x20, 0x0, 0x0, 0x0, 0x1f, - 0xf2, - - /* U+411 "Б" */ - 0x13, 0x33, 0x33, 0x33, 0x33, 0x0, 0x4f, 0xff, - 0xff, 0xff, 0xff, 0x0, 0x4f, 0xa4, 0x44, 0x44, - 0x44, 0x0, 0x4f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x4f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x4f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x4f, 0x93, 0x33, 0x33, - 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xe9, 0x10, - 0x4f, 0xc8, 0x88, 0x89, 0xff, 0xa0, 0x4f, 0x80, - 0x0, 0x0, 0x1f, 0xf3, 0x4f, 0x80, 0x0, 0x0, - 0xc, 0xf6, 0x4f, 0x80, 0x0, 0x0, 0xc, 0xf5, - 0x4f, 0x80, 0x0, 0x0, 0x3f, 0xf1, 0x4f, 0xb7, - 0x77, 0x9c, 0xff, 0x80, 0x4f, 0xff, 0xff, 0xff, - 0xb5, 0x0, - - /* U+412 "В" */ - 0x23, 0x33, 0x33, 0x32, 0x0, 0x0, 0x8f, 0xff, - 0xff, 0xff, 0xd3, 0x0, 0x8f, 0x74, 0x47, 0x8a, - 0xfe, 0x10, 0x8f, 0x40, 0x0, 0x0, 0x9f, 0x70, - 0x8f, 0x40, 0x0, 0x0, 0x4f, 0x80, 0x8f, 0x40, - 0x0, 0x0, 0x8f, 0x60, 0x8f, 0x63, 0x33, 0x49, - 0xfa, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xd3, 0x0, - 0x8f, 0xa8, 0x88, 0x89, 0xff, 0x60, 0x8f, 0x40, - 0x0, 0x0, 0x3f, 0xe1, 0x8f, 0x40, 0x0, 0x0, - 0xc, 0xf4, 0x8f, 0x40, 0x0, 0x0, 0xd, 0xf4, - 0x8f, 0x40, 0x0, 0x0, 0x6f, 0xf0, 0x8f, 0xcb, - 0xbb, 0xbc, 0xff, 0x50, 0x8f, 0xff, 0xff, 0xfe, - 0xa4, 0x0, - - /* U+413 "Г" */ - 0x23, 0x33, 0x33, 0x33, 0x33, 0x8f, 0xff, 0xff, - 0xff, 0xfc, 0x8f, 0xa4, 0x44, 0x44, 0x43, 0x8f, - 0x80, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8f, - 0x80, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, - - /* U+414 "Д" */ - 0x0, 0x13, 0x33, 0x33, 0x33, 0x32, 0x0, 0x4, - 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x4f, 0xd4, - 0x44, 0x47, 0xf8, 0x0, 0x4, 0xfc, 0x0, 0x0, - 0x4f, 0x80, 0x0, 0x4f, 0x90, 0x0, 0x4, 0xf8, - 0x0, 0x4, 0xf8, 0x0, 0x0, 0x4f, 0x80, 0x0, - 0x4f, 0x80, 0x0, 0x4, 0xf8, 0x0, 0x7, 0xf7, - 0x0, 0x0, 0x4f, 0x80, 0x0, 0x8f, 0x40, 0x0, - 0x4, 0xf8, 0x0, 0xa, 0xf1, 0x0, 0x0, 0x4f, - 0x80, 0x0, 0xef, 0x0, 0x0, 0x4, 0xf8, 0x0, - 0x1f, 0xb0, 0x0, 0x0, 0x4f, 0x80, 0x8, 0xf5, - 0x0, 0x0, 0x4, 0xf8, 0xc, 0xef, 0xbb, 0xbb, - 0xbb, 0xcf, 0xd9, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xcf, 0xc0, 0x0, 0x0, 0x0, 0x0, 0xcc, - 0xfc, 0x0, 0x0, 0x0, 0x0, 0xc, 0xcf, 0xc0, - 0x0, 0x0, 0x0, 0x0, 0xcc, 0x43, 0x0, 0x0, - 0x0, 0x0, 0x3, 0x30, - - /* U+415 "Е" */ - 0x23, 0x33, 0x33, 0x33, 0x33, 0x30, 0x8f, 0xff, - 0xff, 0xff, 0xff, 0xf0, 0x8f, 0xa4, 0x44, 0x44, - 0x44, 0x40, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x93, 0x33, 0x33, - 0x33, 0x20, 0x8f, 0xff, 0xff, 0xff, 0xff, 0x80, - 0x8f, 0xc8, 0x88, 0x88, 0x88, 0x40, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xdb, - 0xbb, 0xbb, 0xbb, 0xb3, 0x8f, 0xff, 0xff, 0xff, - 0xff, 0xf4, - - /* U+416 "Ж" */ - 0x33, 0x20, 0x0, 0x0, 0x33, 0x10, 0x0, 0x0, - 0x43, 0x1c, 0xff, 0x70, 0x0, 0xc, 0xf4, 0x0, - 0x3, 0xdf, 0xf4, 0x36, 0xdf, 0x40, 0x0, 0xcf, - 0x40, 0x0, 0xdf, 0x94, 0x10, 0x4, 0xfb, 0x0, - 0xc, 0xf4, 0x0, 0x5f, 0xb0, 0x0, 0x0, 0xc, - 0xf4, 0x0, 0xcf, 0x40, 0xc, 0xf2, 0x0, 0x0, - 0x0, 0x4f, 0xb0, 0xc, 0xf4, 0x4, 0xfc, 0x0, - 0x0, 0x0, 0x0, 0xcf, 0x72, 0xcf, 0x45, 0xdf, - 0x30, 0x0, 0x0, 0x0, 0x1, 0xaf, 0xff, 0xff, - 0xfe, 0x30, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xe7, - 0xdf, 0x8a, 0xfc, 0x30, 0x0, 0x0, 0x0, 0x6f, - 0xd1, 0xc, 0xf4, 0x8, 0xfc, 0x10, 0x0, 0x0, - 0x3f, 0xf3, 0x0, 0xcf, 0x40, 0xc, 0xf9, 0x0, - 0x0, 0xc, 0xf9, 0x0, 0xc, 0xf4, 0x0, 0x2f, - 0xf4, 0x0, 0x6, 0xff, 0x10, 0x0, 0xcf, 0x40, - 0x0, 0x8f, 0xc0, 0x1, 0xef, 0x50, 0x0, 0xc, - 0xf4, 0x0, 0x0, 0xef, 0x80, 0xaf, 0xc0, 0x0, - 0x0, 0xcf, 0x40, 0x0, 0x4, 0xfe, 0x20, - - /* U+417 "З" */ - 0x0, 0x1, 0x47, 0x74, 0x10, 0x0, 0x0, 0x5d, - 0xff, 0xff, 0xd4, 0x0, 0x2, 0xef, 0x83, 0x38, - 0xfe, 0x10, 0x9, 0xf7, 0x0, 0x0, 0x9f, 0x70, - 0xe, 0xf0, 0x0, 0x0, 0x4f, 0x80, 0x2, 0x30, - 0x0, 0x0, 0xaf, 0x50, 0x0, 0x0, 0x4, 0x4a, - 0xfa, 0x0, 0x0, 0x0, 0xf, 0xff, 0xe3, 0x0, - 0x0, 0x0, 0x8, 0x8b, 0xff, 0x60, 0x0, 0x0, - 0x0, 0x0, 0x5f, 0xe0, 0x4, 0x50, 0x0, 0x0, - 0xd, 0xf4, 0x1f, 0xe1, 0x0, 0x0, 0xd, 0xf2, - 0xa, 0xf9, 0x0, 0x0, 0x6f, 0xf0, 0x1, 0xdf, - 0xc7, 0x79, 0xff, 0x30, 0x0, 0x1a, 0xff, 0xff, - 0xc3, 0x0, 0x0, 0x0, 0x3, 0x30, 0x0, 0x0, - - /* U+418 "И" */ - 0x23, 0x10, 0x0, 0x0, 0x1, 0x33, 0x8f, 0x40, - 0x0, 0x0, 0xb, 0xfc, 0x8f, 0x40, 0x0, 0x0, - 0x5f, 0xfc, 0x8f, 0x40, 0x0, 0x1, 0xef, 0xfc, - 0x8f, 0x40, 0x0, 0xb, 0xf9, 0xfc, 0x8f, 0x40, - 0x0, 0x5f, 0xd1, 0xfc, 0x8f, 0x40, 0x1, 0xef, - 0x30, 0xfc, 0x8f, 0x40, 0xb, 0xf8, 0x0, 0xfc, - 0x8f, 0x40, 0x5f, 0xd0, 0x0, 0xfc, 0x8f, 0x41, - 0xef, 0x30, 0x0, 0xfc, 0x8f, 0x4b, 0xf8, 0x0, - 0x0, 0xfc, 0x8f, 0x9f, 0xd0, 0x0, 0x0, 0xfc, - 0x8f, 0xff, 0x30, 0x0, 0x0, 0xfc, 0x8f, 0xf8, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0xd0, 0x0, 0x0, - 0x0, 0xfc, - - /* U+419 "Й" */ - 0x0, 0x9, 0x50, 0x5, 0x90, 0x0, 0x0, 0x8, - 0xe7, 0x7e, 0x80, 0x0, 0x0, 0x0, 0x7c, 0xc7, - 0x0, 0x0, 0x23, 0x10, 0x0, 0x0, 0x1, 0x33, - 0x8f, 0x40, 0x0, 0x0, 0xb, 0xfc, 0x8f, 0x40, - 0x0, 0x0, 0x5f, 0xfc, 0x8f, 0x40, 0x0, 0x1, - 0xef, 0xfc, 0x8f, 0x40, 0x0, 0xb, 0xf9, 0xfc, - 0x8f, 0x40, 0x0, 0x5f, 0xd1, 0xfc, 0x8f, 0x40, - 0x1, 0xef, 0x30, 0xfc, 0x8f, 0x40, 0xb, 0xf8, - 0x0, 0xfc, 0x8f, 0x40, 0x5f, 0xd0, 0x0, 0xfc, - 0x8f, 0x41, 0xef, 0x30, 0x0, 0xfc, 0x8f, 0x4b, - 0xf8, 0x0, 0x0, 0xfc, 0x8f, 0x9f, 0xd0, 0x0, - 0x0, 0xfc, 0x8f, 0xff, 0x30, 0x0, 0x0, 0xfc, - 0x8f, 0xf8, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0xd0, - 0x0, 0x0, 0x0, 0xfc, - - /* U+41A "К" */ - 0x23, 0x20, 0x0, 0x0, 0x33, 0x28, 0xf8, 0x0, - 0x1, 0xbf, 0xf8, 0x8f, 0x80, 0x0, 0xaf, 0xb5, - 0x28, 0xf8, 0x0, 0x2f, 0xe0, 0x0, 0x8f, 0x80, - 0xa, 0xf6, 0x0, 0x8, 0xf8, 0x2, 0xfe, 0x0, - 0x0, 0x8f, 0x83, 0xcf, 0x60, 0x0, 0x8, 0xff, - 0xff, 0x60, 0x0, 0x0, 0x8f, 0xa9, 0xfe, 0x30, - 0x0, 0x8, 0xf8, 0x5, 0xfe, 0x20, 0x0, 0x8f, - 0x80, 0x9, 0xfb, 0x0, 0x8, 0xf8, 0x0, 0x1e, - 0xf7, 0x0, 0x8f, 0x80, 0x0, 0x5f, 0xe1, 0x8, - 0xf8, 0x0, 0x0, 0xbf, 0xa0, 0x8f, 0x80, 0x0, - 0x2, 0xff, 0x40, - - /* U+41B "Л" */ - 0x0, 0x23, 0x33, 0x33, 0x33, 0x32, 0x0, 0x8f, - 0xff, 0xff, 0xff, 0xf8, 0x0, 0x8f, 0xa4, 0x44, - 0x47, 0xf8, 0x0, 0x8f, 0x80, 0x0, 0x4, 0xf8, - 0x0, 0x8f, 0x80, 0x0, 0x4, 0xf8, 0x0, 0x8f, - 0x80, 0x0, 0x4, 0xf8, 0x0, 0x8f, 0x80, 0x0, - 0x4, 0xf8, 0x0, 0x8f, 0x80, 0x0, 0x4, 0xf8, - 0x0, 0x8f, 0x80, 0x0, 0x4, 0xf8, 0x0, 0x8f, - 0x80, 0x0, 0x4, 0xf8, 0x0, 0x8f, 0x80, 0x0, - 0x4, 0xf8, 0x0, 0x8f, 0x80, 0x0, 0x4, 0xf8, - 0x0, 0x9f, 0x40, 0x0, 0x4, 0xf8, 0x57, 0xef, - 0x20, 0x0, 0x4, 0xf8, 0xcf, 0xf7, 0x0, 0x0, - 0x4, 0xf8, 0x14, 0x20, 0x0, 0x0, 0x0, 0x0, - - /* U+41C "М" */ - 0x23, 0x32, 0x0, 0x0, 0x0, 0x2, 0x33, 0x18, - 0xff, 0xa0, 0x0, 0x0, 0x0, 0xbf, 0xf4, 0x8f, - 0xfe, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x48, 0xfb, - 0xf5, 0x0, 0x0, 0x6, 0xfe, 0xf4, 0x8f, 0x6f, - 0xa0, 0x0, 0x0, 0xbd, 0xcf, 0x48, 0xf4, 0xde, - 0x0, 0x0, 0x1f, 0x7c, 0xf4, 0x8f, 0x47, 0xf5, - 0x0, 0x6, 0xf2, 0xcf, 0x48, 0xf4, 0x2f, 0xa0, - 0x0, 0xcd, 0xc, 0xf4, 0x8f, 0x40, 0xde, 0x0, - 0x2f, 0x60, 0xcf, 0x48, 0xf4, 0x7, 0xf5, 0x7, - 0xf1, 0xc, 0xf4, 0x8f, 0x40, 0x1f, 0xa0, 0xdb, - 0x0, 0xcf, 0x48, 0xf4, 0x0, 0xbe, 0x2f, 0x60, - 0xc, 0xf4, 0x8f, 0x40, 0x6, 0xfc, 0xf1, 0x0, - 0xcf, 0x48, 0xf4, 0x0, 0x1f, 0xfb, 0x0, 0xc, - 0xf4, 0x8f, 0x40, 0x0, 0xbf, 0x60, 0x0, 0xcf, - 0x40, - - /* U+41D "Н" */ - 0x23, 0x20, 0x0, 0x0, 0x0, 0x43, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0xb7, 0x77, 0x77, - 0x77, 0xfc, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xfc, - 0x8f, 0xa4, 0x44, 0x44, 0x44, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, - - /* U+41E "О" */ - 0x0, 0x0, 0x24, 0x77, 0x51, 0x0, 0x0, 0x0, - 0x1a, 0xff, 0xff, 0xfe, 0x80, 0x0, 0x3, 0xef, - 0xb4, 0x23, 0x6e, 0xfb, 0x0, 0xc, 0xf6, 0x0, - 0x0, 0x1, 0xdf, 0x80, 0x6f, 0xc0, 0x0, 0x0, - 0x0, 0x2f, 0xe0, 0xbf, 0x40, 0x0, 0x0, 0x0, - 0xb, 0xf5, 0xcf, 0x20, 0x0, 0x0, 0x0, 0x8, - 0xf8, 0xff, 0x0, 0x0, 0x0, 0x0, 0x4, 0xfa, - 0xff, 0x0, 0x0, 0x0, 0x0, 0x6, 0xf9, 0xef, - 0x20, 0x0, 0x0, 0x0, 0x8, 0xf8, 0xaf, 0x60, - 0x0, 0x0, 0x0, 0xc, 0xf3, 0x4f, 0xd1, 0x0, - 0x0, 0x0, 0x5f, 0xe0, 0x9, 0xfb, 0x10, 0x0, - 0x5, 0xef, 0x40, 0x1, 0xbf, 0xe9, 0x77, 0xbf, - 0xf6, 0x0, 0x0, 0x6, 0xef, 0xff, 0xfa, 0x30, - 0x0, 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, - - /* U+41F "П" */ - 0x23, 0x33, 0x33, 0x33, 0x33, 0x33, 0x8f, 0xff, - 0xff, 0xff, 0xff, 0xfc, 0x8f, 0xa4, 0x44, 0x44, - 0x44, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, - - /* U+420 "Р" */ - 0x23, 0x33, 0x33, 0x33, 0x10, 0x0, 0x8f, 0xff, - 0xff, 0xff, 0xfb, 0x10, 0x8f, 0xa4, 0x44, 0x78, - 0xdf, 0xc0, 0x8f, 0x80, 0x0, 0x0, 0x1e, 0xf3, - 0x8f, 0x80, 0x0, 0x0, 0x8, 0xf8, 0x8f, 0x80, - 0x0, 0x0, 0x9, 0xf5, 0x8f, 0x80, 0x0, 0x0, - 0x3e, 0xf2, 0x8f, 0xb7, 0x77, 0x7a, 0xff, 0x90, - 0x8f, 0xff, 0xff, 0xff, 0xe6, 0x0, 0x8f, 0xa4, - 0x44, 0x20, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, - - /* U+421 "С" */ - 0x0, 0x0, 0x36, 0x77, 0x30, 0x0, 0x0, 0x3, - 0xbf, 0xff, 0xff, 0xd5, 0x0, 0x3, 0xef, 0xa4, - 0x13, 0x8f, 0xf5, 0x1, 0xdf, 0x60, 0x0, 0x0, - 0x4f, 0xd0, 0x6f, 0xa0, 0x0, 0x0, 0x0, 0xcd, - 0x3b, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, - 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xf0, 0x0, - 0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, - 0x0, 0x0, 0xc, 0xf2, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x9f, 0x60, 0x0, 0x0, 0x0, 0x7c, 0x54, - 0xfc, 0x0, 0x0, 0x0, 0xd, 0xf4, 0xc, 0xf9, - 0x0, 0x0, 0xa, 0xfc, 0x0, 0x1d, 0xfd, 0x77, - 0x7d, 0xfe, 0x10, 0x0, 0x18, 0xff, 0xff, 0xf8, - 0x10, 0x0, 0x0, 0x0, 0x14, 0x20, 0x0, 0x0, - - /* U+422 "Т" */ - 0x23, 0x33, 0x33, 0x33, 0x33, 0x33, 0x8f, 0xff, - 0xff, 0xff, 0xff, 0xfc, 0x24, 0x44, 0x4d, 0xf4, - 0x44, 0x43, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, - 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, - 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, - 0x0, 0x0, - - /* U+423 "У" */ - 0x33, 0x0, 0x0, 0x0, 0x0, 0x13, 0x28, 0xf8, - 0x0, 0x0, 0x0, 0xa, 0xf4, 0xe, 0xe1, 0x0, - 0x0, 0x2, 0xfc, 0x0, 0x6f, 0x80, 0x0, 0x0, - 0x9f, 0x40, 0x0, 0xce, 0x10, 0x0, 0x1e, 0xc0, - 0x0, 0x4, 0xfa, 0x0, 0x8, 0xf6, 0x0, 0x0, - 0xc, 0xf2, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x2f, - 0xa0, 0x6f, 0x60, 0x0, 0x0, 0x0, 0xaf, 0x2e, - 0xe0, 0x0, 0x0, 0x0, 0x1, 0xfe, 0xf6, 0x0, - 0x0, 0x0, 0x0, 0x8, 0xfe, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x5f, 0x60, 0x0, 0x0, 0x0, 0x0, - 0xc, 0xe0, 0x0, 0x0, 0x0, 0x9, 0x5a, 0xf5, - 0x0, 0x0, 0x0, 0x0, 0xff, 0xf9, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x41, 0x0, 0x0, 0x0, 0x0, - - /* U+424 "Ф" */ - 0x0, 0x0, 0x0, 0x27, 0x40, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x35, 0x9f, 0xb6, 0x30, 0x0, 0x0, 0x2, - 0x9f, 0xff, 0xff, 0xff, 0xb3, 0x0, 0x1, 0xdf, - 0xb4, 0x5f, 0x84, 0x9f, 0xe3, 0x0, 0xaf, 0x90, - 0x4, 0xf8, 0x0, 0x5f, 0xc0, 0xf, 0xf0, 0x0, - 0x4f, 0x80, 0x0, 0xdf, 0x22, 0xfc, 0x0, 0x4, - 0xf8, 0x0, 0xa, 0xf5, 0x1f, 0xd0, 0x0, 0x4f, - 0x80, 0x0, 0xbf, 0x40, 0xef, 0x30, 0x4, 0xf8, - 0x0, 0x1e, 0xf1, 0x5, 0xfc, 0x20, 0x4f, 0x80, - 0x1b, 0xf8, 0x0, 0x8, 0xff, 0xb9, 0xfb, 0xae, - 0xfb, 0x0, 0x0, 0x3, 0xbf, 0xff, 0xff, 0xc5, - 0x0, 0x0, 0x0, 0x0, 0x5, 0xf9, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x4f, 0x80, 0x0, 0x0, - 0x0, - - /* U+425 "Х" */ - 0x4, 0x31, 0x0, 0x0, 0x0, 0x23, 0x30, 0xbf, - 0x90, 0x0, 0x0, 0x1c, 0xf3, 0x1, 0xff, 0x40, - 0x0, 0xa, 0xf7, 0x0, 0x4, 0xfe, 0x10, 0x6, - 0xfc, 0x0, 0x0, 0x9, 0xfa, 0x3, 0xef, 0x10, - 0x0, 0x0, 0xd, 0xf5, 0xdf, 0x40, 0x0, 0x0, - 0x0, 0x3f, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, - 0xaf, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, - 0x90, 0x0, 0x0, 0x0, 0xd, 0xf5, 0xff, 0x40, - 0x0, 0x0, 0x9, 0xf9, 0x5, 0xfe, 0x10, 0x0, - 0x5, 0xfd, 0x10, 0x9, 0xfa, 0x0, 0x2, 0xef, - 0x30, 0x0, 0x1e, 0xf7, 0x0, 0xdf, 0x70, 0x0, - 0x0, 0x3f, 0xe3, 0x9f, 0xc0, 0x0, 0x0, 0x0, - 0x8f, 0xc0, - - /* U+426 "Ц" */ - 0x23, 0x20, 0x0, 0x0, 0x0, 0x43, 0x8, 0xf8, - 0x0, 0x0, 0x0, 0xf, 0xc0, 0x8f, 0x80, 0x0, - 0x0, 0x0, 0xfc, 0x8, 0xf8, 0x0, 0x0, 0x0, - 0xf, 0xc0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, - 0x8, 0xf8, 0x0, 0x0, 0x0, 0xf, 0xc0, 0x8f, - 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8, 0xf8, 0x0, - 0x0, 0x0, 0xf, 0xc0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x8, 0xf8, 0x0, 0x0, 0x0, 0xf, - 0xc0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xfc, 0x8, - 0xf8, 0x0, 0x0, 0x0, 0xf, 0xc0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x8, 0xfd, 0xbb, 0xbb, - 0xbb, 0xbf, 0xeb, 0x8f, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xf0, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x8, 0xf0, - - /* U+427 "Ч" */ - 0x13, 0x30, 0x0, 0x0, 0x1, 0x33, 0x4f, 0xc0, - 0x0, 0x0, 0x4, 0xfc, 0x4f, 0xc0, 0x0, 0x0, - 0x4, 0xfc, 0x4f, 0xc0, 0x0, 0x0, 0x4, 0xfc, - 0x4f, 0xc0, 0x0, 0x0, 0x4, 0xfc, 0x2f, 0xc0, - 0x0, 0x0, 0x4, 0xfc, 0xf, 0xf0, 0x0, 0x0, - 0x4, 0xfc, 0xd, 0xf7, 0x0, 0x0, 0x7, 0xfc, - 0x5, 0xff, 0xb7, 0x7a, 0xef, 0xfc, 0x0, 0x4d, - 0xff, 0xff, 0xa8, 0xfc, 0x0, 0x0, 0x3, 0x0, - 0x4, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x4, 0xfc, - 0x0, 0x0, 0x0, 0x0, 0x4, 0xfc, 0x0, 0x0, - 0x0, 0x0, 0x4, 0xfc, 0x0, 0x0, 0x0, 0x0, - 0x4, 0xfc, - - /* U+428 "Ш" */ - 0x23, 0x20, 0x0, 0x3, 0x30, 0x0, 0x1, 0x33, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, - 0x8f, 0xdb, 0xbb, 0xbe, 0xfb, 0xbb, 0xbc, 0xfc, - 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, - - /* U+429 "Щ" */ - 0x23, 0x20, 0x0, 0x3, 0x30, 0x0, 0x1, 0x33, - 0x8, 0xf8, 0x0, 0x0, 0xcf, 0x0, 0x0, 0x4f, - 0xc0, 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, 0x4, - 0xfc, 0x8, 0xf8, 0x0, 0x0, 0xcf, 0x0, 0x0, - 0x4f, 0xc0, 0x8f, 0x80, 0x0, 0xc, 0xf0, 0x0, - 0x4, 0xfc, 0x8, 0xf8, 0x0, 0x0, 0xcf, 0x0, - 0x0, 0x4f, 0xc0, 0x8f, 0x80, 0x0, 0xc, 0xf0, - 0x0, 0x4, 0xfc, 0x8, 0xf8, 0x0, 0x0, 0xcf, - 0x0, 0x0, 0x4f, 0xc0, 0x8f, 0x80, 0x0, 0xc, - 0xf0, 0x0, 0x4, 0xfc, 0x8, 0xf8, 0x0, 0x0, - 0xcf, 0x0, 0x0, 0x4f, 0xc0, 0x8f, 0x80, 0x0, - 0xc, 0xf0, 0x0, 0x4, 0xfc, 0x8, 0xf8, 0x0, - 0x0, 0xcf, 0x0, 0x0, 0x4f, 0xc0, 0x8f, 0x80, - 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfc, 0x8, 0xfd, - 0xbb, 0xbb, 0xef, 0xbb, 0xbb, 0xcf, 0xeb, 0x8f, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, - 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x8, 0xf0, - - /* U+42A "Ъ" */ - 0x43, 0x33, 0x33, 0x10, 0x0, 0x0, 0x0, 0x0, - 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, - 0x44, 0x44, 0xdf, 0x40, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0xcf, 0x40, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0xcf, 0x40, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0xcf, 0x40, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0xcf, 0x63, 0x33, 0x10, 0x0, 0x0, - 0x0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xd4, 0x0, - 0x0, 0x0, 0xcf, 0xa8, 0x88, 0x8a, 0xff, 0x60, - 0x0, 0x0, 0xcf, 0x40, 0x0, 0x0, 0x6f, 0xe0, - 0x0, 0x0, 0xcf, 0x40, 0x0, 0x0, 0xf, 0xf1, - 0x0, 0x0, 0xcf, 0x40, 0x0, 0x0, 0xf, 0xf0, - 0x0, 0x0, 0xcf, 0x40, 0x0, 0x0, 0x9f, 0xc0, - 0x0, 0x0, 0xcf, 0x97, 0x78, 0xbd, 0xff, 0x30, - 0x0, 0x0, 0xcf, 0xff, 0xff, 0xfc, 0xa1, 0x0, - - /* U+42B "Ы" */ - 0x13, 0x20, 0x0, 0x0, 0x0, 0x0, 0x3, 0x34, - 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0x4f, - 0x80, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf4, 0xf8, - 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0x4f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0xc, 0xf4, 0xf8, 0x0, - 0x0, 0x0, 0x0, 0x0, 0xcf, 0x4f, 0x93, 0x33, - 0x30, 0x0, 0x0, 0xc, 0xf4, 0xff, 0xff, 0xff, - 0xfe, 0x70, 0x0, 0xcf, 0x4f, 0xc8, 0x88, 0x89, - 0xff, 0xa0, 0xc, 0xf4, 0xf8, 0x0, 0x0, 0x1, - 0xff, 0x30, 0xcf, 0x4f, 0x80, 0x0, 0x0, 0xb, - 0xf6, 0xc, 0xf4, 0xf8, 0x0, 0x0, 0x0, 0xcf, - 0x50, 0xcf, 0x4f, 0x80, 0x0, 0x0, 0x3f, 0xf2, - 0xc, 0xf4, 0xfb, 0x77, 0x7b, 0xcf, 0xf7, 0x0, - 0xcf, 0x4f, 0xff, 0xff, 0xfc, 0xb4, 0x0, 0xc, - 0xf0, - - /* U+42C "Ь" */ - 0x23, 0x20, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x93, 0x33, 0x30, - 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xe8, 0x0, - 0x8f, 0xc8, 0x88, 0x89, 0xff, 0xa0, 0x8f, 0x80, - 0x0, 0x0, 0x2f, 0xf2, 0x8f, 0x80, 0x0, 0x0, - 0xc, 0xf6, 0x8f, 0x80, 0x0, 0x0, 0xc, 0xf4, - 0x8f, 0x80, 0x0, 0x0, 0x5f, 0xf1, 0x8f, 0xb7, - 0x77, 0xbc, 0xff, 0x60, 0x8f, 0xff, 0xff, 0xfc, - 0xb3, 0x0, - - /* U+42D "Э" */ - 0x0, 0x0, 0x36, 0x77, 0x30, 0x0, 0x0, 0x0, - 0x3b, 0xff, 0xff, 0xfd, 0x50, 0x0, 0x1, 0xdf, - 0xa4, 0x34, 0x8f, 0xf6, 0x0, 0xa, 0xfa, 0x0, - 0x0, 0x2, 0xff, 0x30, 0xc, 0xf1, 0x0, 0x0, - 0x0, 0x6f, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, - 0xf, 0xf0, 0x0, 0x0, 0x0, 0x43, 0x33, 0x3d, - 0xf4, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xf4, - 0x0, 0x0, 0x0, 0x88, 0x88, 0x8e, 0xf4, 0x0, - 0x0, 0x0, 0x0, 0x0, 0xe, 0xf0, 0x2a, 0xa0, - 0x0, 0x0, 0x0, 0x1f, 0xf0, 0xe, 0xf2, 0x0, - 0x0, 0x0, 0x9f, 0x80, 0x7, 0xfc, 0x10, 0x0, - 0x6, 0xff, 0x10, 0x0, 0xaf, 0xe8, 0x67, 0xbf, - 0xf4, 0x0, 0x0, 0x6, 0xef, 0xff, 0xfb, 0x20, - 0x0, 0x0, 0x0, 0x1, 0x41, 0x0, 0x0, 0x0, - - /* U+42E "Ю" */ - 0x23, 0x20, 0x0, 0x0, 0x3, 0x47, 0x63, 0x0, - 0x0, 0x8, 0xf8, 0x0, 0x0, 0x18, 0xff, 0xff, - 0xfd, 0x30, 0x0, 0x8f, 0x80, 0x0, 0x1c, 0xfb, - 0x41, 0x38, 0xff, 0x50, 0x8, 0xf8, 0x0, 0x9, - 0xf9, 0x0, 0x0, 0x3, 0xfe, 0x10, 0x8f, 0x80, - 0x3, 0xfe, 0x0, 0x0, 0x0, 0x8, 0xf9, 0x8, - 0xf8, 0x0, 0x6f, 0x80, 0x0, 0x0, 0x0, 0x1f, - 0xc0, 0x8f, 0x80, 0xa, 0xf4, 0x0, 0x0, 0x0, - 0x0, 0xff, 0x8, 0xff, 0xff, 0xff, 0x40, 0x0, - 0x0, 0x0, 0xc, 0xf3, 0x8f, 0xec, 0xcf, 0xf4, - 0x0, 0x0, 0x0, 0x0, 0xdf, 0x18, 0xf8, 0x0, - 0x9f, 0x50, 0x0, 0x0, 0x0, 0xf, 0xf0, 0x8f, - 0x80, 0x5, 0xf9, 0x0, 0x0, 0x0, 0x2, 0xfc, - 0x8, 0xf8, 0x0, 0x1f, 0xf2, 0x0, 0x0, 0x0, - 0xbf, 0x60, 0x8f, 0x80, 0x0, 0x5f, 0xc1, 0x0, - 0x0, 0x8f, 0xc0, 0x8, 0xf8, 0x0, 0x0, 0xaf, - 0xe9, 0x77, 0xcf, 0xd3, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x5e, 0xff, 0xfe, 0x91, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x41, 0x0, 0x0, 0x0, - - /* U+42F "Я" */ - 0x0, 0x0, 0x23, 0x33, 0x33, 0x33, 0x30, 0x3, - 0xdf, 0xff, 0xff, 0xff, 0xfc, 0x1, 0xef, 0xc6, - 0x44, 0x44, 0x4f, 0xc0, 0x7f, 0xb0, 0x0, 0x0, - 0x0, 0xfc, 0x8, 0xf8, 0x0, 0x0, 0x0, 0xf, - 0xc0, 0x7f, 0xa0, 0x0, 0x0, 0x0, 0xfc, 0x1, - 0xff, 0x72, 0x0, 0x0, 0xf, 0xc0, 0x3, 0xef, - 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x5e, 0xfd, - 0xcc, 0xcf, 0xc0, 0x0, 0x1c, 0xf6, 0x0, 0x0, - 0xfc, 0x0, 0xd, 0xf9, 0x0, 0x0, 0xf, 0xc0, - 0x8, 0xfe, 0x0, 0x0, 0x0, 0xfc, 0x3, 0xff, - 0x40, 0x0, 0x0, 0xf, 0xc0, 0xcf, 0x90, 0x0, - 0x0, 0x0, 0xfc, 0x7f, 0xe1, 0x0, 0x0, 0x0, - 0xf, 0xc0, - - /* U+430 "а" */ - 0x0, 0x4, 0x77, 0x75, 0x10, 0x0, 0x1c, 0xff, - 0xef, 0xfe, 0x20, 0xa, 0xf7, 0x0, 0x1a, 0xf9, - 0x0, 0xab, 0x0, 0x0, 0x2f, 0xc0, 0x0, 0x0, - 0x1, 0x37, 0xfc, 0x0, 0x6, 0xbf, 0xff, 0xff, - 0xc0, 0xa, 0xfe, 0x96, 0x30, 0xfc, 0x3, 0xfd, - 0x0, 0x0, 0x3f, 0xc0, 0x4f, 0xb0, 0x0, 0x9, - 0xfc, 0x0, 0xff, 0x53, 0x3a, 0xff, 0xc0, 0x4, - 0xef, 0xff, 0xc3, 0xbf, 0x10, 0x0, 0x24, 0x10, - 0x0, 0x0, - - /* U+431 "б" */ - 0x0, 0x0, 0x43, 0x35, 0xb5, 0x1, 0x9f, 0xff, - 0xff, 0xf2, 0xe, 0xfb, 0x88, 0x87, 0x20, 0x6f, - 0x30, 0x0, 0x0, 0x0, 0xcb, 0x2, 0x33, 0x10, - 0x0, 0xf8, 0x9f, 0xff, 0xf8, 0x0, 0xfe, 0xf7, - 0x34, 0xaf, 0xa0, 0xff, 0x80, 0x0, 0xc, 0xf3, - 0xff, 0x10, 0x0, 0x5, 0xf8, 0xff, 0x0, 0x0, - 0x4, 0xfa, 0xfe, 0x0, 0x0, 0x4, 0xf9, 0xcf, - 0x10, 0x0, 0x7, 0xf7, 0x6f, 0x80, 0x0, 0x1d, - 0xf2, 0xd, 0xf9, 0x34, 0xcf, 0x80, 0x1, 0xaf, - 0xff, 0xf8, 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, - - /* U+432 "в" */ - 0x33, 0x33, 0x33, 0x20, 0xc, 0xff, 0xff, 0xff, - 0x80, 0xcf, 0x0, 0x14, 0xdf, 0x3c, 0xf0, 0x0, - 0x8, 0xf4, 0xcf, 0x0, 0x2, 0xcf, 0x2c, 0xff, - 0xff, 0xff, 0x90, 0xcf, 0x88, 0x88, 0xef, 0x5c, - 0xf0, 0x0, 0x2, 0xfc, 0xcf, 0x0, 0x0, 0x1f, - 0xcc, 0xf7, 0x77, 0x7d, 0xf6, 0xcf, 0xff, 0xff, - 0xc6, 0x0, - - /* U+433 "г" */ - 0x33, 0x33, 0x33, 0x1c, 0xff, 0xff, 0xf4, 0xcf, - 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0xcf, 0x0, - 0x0, 0xc, 0xf0, 0x0, 0x0, 0xcf, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0xcf, 0x0, 0x0, 0xc, - 0xf0, 0x0, 0x0, 0xcf, 0x0, 0x0, 0x0, - - /* U+434 "д" */ - 0x0, 0x13, 0x33, 0x33, 0x33, 0x0, 0x4, 0xff, - 0xff, 0xff, 0xf0, 0x0, 0x4f, 0x20, 0x0, 0xcf, - 0x0, 0x6, 0xf0, 0x0, 0xc, 0xf0, 0x0, 0x8f, - 0x0, 0x0, 0xcf, 0x0, 0xa, 0xc0, 0x0, 0xc, - 0xf0, 0x0, 0xdb, 0x0, 0x0, 0xcf, 0x0, 0x2f, - 0x50, 0x0, 0xc, 0xf0, 0x8, 0xf0, 0x0, 0x0, - 0xcf, 0x8, 0xed, 0x77, 0x77, 0x7d, 0xf7, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, - 0x0, 0x8f, 0xf8, 0x0, 0x0, 0x0, 0x8, 0xff, - 0x80, 0x0, 0x0, 0x0, 0x8f, - - /* U+435 "е" */ - 0x0, 0x2, 0x67, 0x63, 0x0, 0x0, 0x7, 0xff, - 0xff, 0xf7, 0x0, 0x5, 0xfc, 0x10, 0x1a, 0xf6, - 0x0, 0xef, 0x10, 0x0, 0xe, 0xe0, 0xf, 0xc3, - 0x33, 0x33, 0xbf, 0x14, 0xff, 0xff, 0xff, 0xff, - 0xf4, 0x4f, 0xb4, 0x44, 0x44, 0x44, 0x10, 0xfc, - 0x0, 0x0, 0x3, 0x31, 0xc, 0xf4, 0x0, 0x1, - 0xef, 0x10, 0x2f, 0xe7, 0x34, 0xcf, 0x60, 0x0, - 0x3d, 0xff, 0xfe, 0x50, 0x0, 0x0, 0x0, 0x42, - 0x0, 0x0, - - /* U+436 "ж" */ - 0x33, 0x10, 0x1, 0x32, 0x0, 0x3, 0x30, 0xcf, - 0xc1, 0x4, 0xf8, 0x0, 0x8f, 0xf0, 0x4, 0xf6, - 0x4, 0xf8, 0x1, 0xe9, 0x0, 0x0, 0xad, 0x4, - 0xf8, 0x8, 0xf1, 0x0, 0x0, 0x4f, 0x74, 0xf8, - 0x2e, 0x90, 0x0, 0x0, 0x6, 0xff, 0xff, 0xfa, - 0x10, 0x0, 0x0, 0x3e, 0xd7, 0xfa, 0x8f, 0x70, - 0x0, 0x1, 0xce, 0x14, 0xf8, 0x9, 0xf5, 0x0, - 0x9, 0xf6, 0x4, 0xf8, 0x1, 0xfd, 0x10, 0x3f, - 0xc0, 0x4, 0xf8, 0x0, 0x6f, 0x80, 0xcf, 0x30, - 0x4, 0xf8, 0x0, 0xc, 0xf2, - - /* U+437 "з" */ - 0x0, 0x27, 0x77, 0x20, 0x0, 0x3e, 0xff, 0xff, - 0x50, 0xe, 0xf4, 0x3, 0xfe, 0x0, 0x75, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0x15, 0xfd, 0x0, 0x0, - 0x8f, 0xff, 0x30, 0x0, 0x2, 0x47, 0xfe, 0x10, - 0x21, 0x0, 0x6, 0xf6, 0x6f, 0x80, 0x0, 0x7f, - 0x61, 0xff, 0x73, 0x5e, 0xf2, 0x3, 0xcf, 0xff, - 0xe4, 0x0, 0x0, 0x14, 0x20, 0x0, - - /* U+438 "и" */ - 0x33, 0x0, 0x0, 0x13, 0x3c, 0xf0, 0x0, 0x9, - 0xfc, 0xcf, 0x0, 0x4, 0xff, 0xcc, 0xf0, 0x0, - 0xde, 0xfc, 0xcf, 0x0, 0x7f, 0x4f, 0xcc, 0xf0, - 0x2e, 0xa0, 0xfc, 0xcf, 0xb, 0xf1, 0xf, 0xcc, - 0xf4, 0xf6, 0x0, 0xfc, 0xcf, 0xdc, 0x0, 0xf, - 0xcc, 0xff, 0x20, 0x0, 0xfc, 0xcf, 0x80, 0x0, - 0xf, 0xc0, - - /* U+439 "й" */ - 0x0, 0x40, 0x0, 0x32, 0x0, 0xf, 0x70, 0x2d, - 0x60, 0x0, 0x5f, 0xff, 0xc0, 0x0, 0x0, 0x4, - 0x20, 0x0, 0x33, 0x0, 0x0, 0x13, 0x3c, 0xf0, - 0x0, 0x9, 0xfc, 0xcf, 0x0, 0x4, 0xff, 0xcc, - 0xf0, 0x0, 0xde, 0xfc, 0xcf, 0x0, 0x7f, 0x4f, - 0xcc, 0xf0, 0x2e, 0xa0, 0xfc, 0xcf, 0xb, 0xf1, - 0xf, 0xcc, 0xf4, 0xf6, 0x0, 0xfc, 0xcf, 0xdc, - 0x0, 0xf, 0xcc, 0xff, 0x20, 0x0, 0xfc, 0xcf, - 0x80, 0x0, 0xf, 0xc0, - - /* U+43A "к" */ - 0x33, 0x0, 0x2, 0x32, 0xcf, 0x0, 0x2e, 0xf8, - 0xcf, 0x0, 0xaf, 0x20, 0xcf, 0x1, 0xe8, 0x0, - 0xcf, 0xa, 0xf2, 0x0, 0xcf, 0xfe, 0x30, 0x0, - 0xcf, 0x5d, 0xd1, 0x0, 0xcf, 0x2, 0xfb, 0x0, - 0xcf, 0x0, 0x8f, 0x70, 0xcf, 0x0, 0xe, 0xe1, - 0xcf, 0x0, 0x5, 0xfa, - - /* U+43B "л" */ - 0x0, 0x33, 0x33, 0x33, 0x33, 0x10, 0xc, 0xff, - 0xff, 0xff, 0xf4, 0x0, 0xcf, 0x0, 0x0, 0x8f, - 0x40, 0xc, 0xf0, 0x0, 0x8, 0xf4, 0x0, 0xcf, - 0x0, 0x0, 0x8f, 0x40, 0xc, 0xf0, 0x0, 0x8, - 0xf4, 0x0, 0xcf, 0x0, 0x0, 0x8f, 0x40, 0xc, - 0xf0, 0x0, 0x8, 0xf4, 0x0, 0xdf, 0x0, 0x0, - 0x8f, 0x46, 0x8f, 0xc0, 0x0, 0x8, 0xf4, 0xcf, - 0xf5, 0x0, 0x0, 0x8f, 0x40, - - /* U+43C "м" */ - 0x33, 0x31, 0x0, 0x0, 0x13, 0x32, 0xcf, 0xf6, - 0x0, 0x0, 0x7f, 0xf8, 0xcf, 0xdb, 0x0, 0x0, - 0xef, 0xf8, 0xcf, 0x9f, 0x10, 0x3, 0xf9, 0xf8, - 0xcf, 0x3f, 0x60, 0x9, 0xf4, 0xf8, 0xcf, 0xe, - 0xb0, 0xf, 0x94, 0xf8, 0xcf, 0x9, 0xf1, 0x5f, - 0x34, 0xf8, 0xcf, 0x3, 0xf6, 0xae, 0x4, 0xf8, - 0xcf, 0x0, 0xec, 0xf7, 0x4, 0xf8, 0xcf, 0x0, - 0x9f, 0xf2, 0x4, 0xf8, 0xcf, 0x0, 0x3f, 0xc0, - 0x4, 0xf8, - - /* U+43D "н" */ - 0x33, 0x0, 0x0, 0x4, 0x3c, 0xf0, 0x0, 0x0, - 0xfc, 0xcf, 0x0, 0x0, 0xf, 0xcc, 0xf0, 0x0, - 0x0, 0xfc, 0xcf, 0x0, 0x0, 0xf, 0xcc, 0xff, - 0xff, 0xff, 0xfc, 0xcf, 0x88, 0x88, 0x8f, 0xcc, - 0xf0, 0x0, 0x0, 0xfc, 0xcf, 0x0, 0x0, 0xf, - 0xcc, 0xf0, 0x0, 0x0, 0xfc, 0xcf, 0x0, 0x0, - 0xf, 0xc0, - - /* U+43E "о" */ - 0x0, 0x2, 0x77, 0x63, 0x0, 0x0, 0x9, 0xff, - 0xff, 0xf8, 0x0, 0x7, 0xfb, 0x10, 0x1b, 0xf7, - 0x0, 0xff, 0x10, 0x0, 0x1f, 0xe0, 0x2f, 0xa0, - 0x0, 0x0, 0x9f, 0x44, 0xf8, 0x0, 0x0, 0x8, - 0xf4, 0x4f, 0x80, 0x0, 0x0, 0x8f, 0x41, 0xfc, - 0x0, 0x0, 0xb, 0xf3, 0xc, 0xf3, 0x0, 0x3, - 0xfe, 0x0, 0x3f, 0xe6, 0x36, 0xef, 0x40, 0x0, - 0x3d, 0xff, 0xfd, 0x40, 0x0, 0x0, 0x0, 0x42, - 0x0, 0x0, - - /* U+43F "п" */ - 0x33, 0x33, 0x33, 0x33, 0x2c, 0xff, 0xff, 0xff, - 0xf8, 0xcf, 0x0, 0x0, 0x4f, 0x8c, 0xf0, 0x0, - 0x4, 0xf8, 0xcf, 0x0, 0x0, 0x4f, 0x8c, 0xf0, - 0x0, 0x4, 0xf8, 0xcf, 0x0, 0x0, 0x4f, 0x8c, - 0xf0, 0x0, 0x4, 0xf8, 0xcf, 0x0, 0x0, 0x4f, - 0x8c, 0xf0, 0x0, 0x4, 0xf8, 0xcf, 0x0, 0x0, - 0x4f, 0x80, - - /* U+440 "р" */ - 0x33, 0x5, 0x77, 0x40, 0x0, 0xcf, 0xaf, 0xdf, - 0xf9, 0x10, 0xcf, 0xf3, 0x0, 0xaf, 0x80, 0xcf, - 0x60, 0x0, 0xe, 0xe0, 0xcf, 0x0, 0x0, 0xa, - 0xf4, 0xcf, 0x0, 0x0, 0x8, 0xf4, 0xcf, 0x0, - 0x0, 0x8, 0xf4, 0xcf, 0x10, 0x0, 0xc, 0xf2, - 0xcf, 0x80, 0x0, 0x3f, 0xc0, 0xcf, 0xf9, 0x35, - 0xef, 0x30, 0xcf, 0x6f, 0xff, 0xe3, 0x0, 0xcf, - 0x0, 0x42, 0x0, 0x0, 0xcf, 0x0, 0x0, 0x0, - 0x0, 0xcf, 0x0, 0x0, 0x0, 0x0, 0xcf, 0x0, - 0x0, 0x0, 0x0, - - /* U+441 "с" */ - 0x0, 0x2, 0x77, 0x72, 0x0, 0x0, 0x9f, 0xff, - 0xff, 0x70, 0x7, 0xfc, 0x10, 0x1d, 0xf3, 0xe, - 0xf1, 0x0, 0x3, 0xd7, 0x1f, 0xc0, 0x0, 0x0, - 0x0, 0x4f, 0xa0, 0x0, 0x0, 0x0, 0x2f, 0xb0, - 0x0, 0x0, 0x0, 0xf, 0xc0, 0x0, 0x0, 0xc8, - 0xc, 0xf4, 0x0, 0x6, 0xf7, 0x2, 0xfe, 0x63, - 0x6e, 0xe1, 0x0, 0x3d, 0xff, 0xfc, 0x20, 0x0, - 0x0, 0x4, 0x10, 0x0, - - /* U+442 "т" */ - 0x33, 0x33, 0x33, 0x33, 0x3c, 0xff, 0xff, 0xff, - 0xfc, 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, 0x4f, - 0x80, 0x0, 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, - 0x4f, 0x80, 0x0, 0x0, 0x4, 0xf8, 0x0, 0x0, - 0x0, 0x4f, 0x80, 0x0, 0x0, 0x4, 0xf8, 0x0, - 0x0, 0x0, 0x4f, 0x80, 0x0, 0x0, 0x4, 0xf8, - 0x0, 0x0, - - /* U+443 "у" */ - 0x23, 0x10, 0x0, 0x0, 0x43, 0x6f, 0x90, 0x0, - 0x4, 0xf8, 0xf, 0xd0, 0x0, 0xa, 0xf2, 0xa, - 0xf4, 0x0, 0x1e, 0xc0, 0x3, 0xfa, 0x0, 0x6f, - 0x60, 0x0, 0xee, 0x0, 0xbf, 0x10, 0x0, 0x7f, - 0x52, 0xfa, 0x0, 0x0, 0x2f, 0xa7, 0xf4, 0x0, - 0x0, 0xb, 0xeb, 0xe0, 0x0, 0x0, 0x5, 0xff, - 0x80, 0x0, 0x0, 0x0, 0xff, 0x20, 0x0, 0x0, - 0x0, 0xec, 0x0, 0x0, 0x0, 0x6, 0xf6, 0x0, - 0x0, 0x9, 0x8e, 0xe0, 0x0, 0x0, 0xc, 0xff, - 0x30, 0x0, 0x0, 0x1, 0x40, 0x0, 0x0, 0x0, - - /* U+444 "ф" */ - 0x0, 0x0, 0x0, 0x3, 0x30, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, - 0x0, 0x5, 0x77, 0x2c, 0xf0, 0x67, 0x62, 0x0, - 0x0, 0xaf, 0xff, 0xed, 0xfa, 0xfe, 0xfe, 0x30, - 0x8, 0xfa, 0x0, 0xaf, 0xff, 0x30, 0x3f, 0xd0, - 0xe, 0xe0, 0x0, 0x1f, 0xf7, 0x0, 0x7, 0xf6, - 0x2f, 0xa0, 0x0, 0xc, 0xf4, 0x0, 0x4, 0xf8, - 0x4f, 0x80, 0x0, 0xc, 0xf2, 0x0, 0x0, 0xfc, - 0x3f, 0x90, 0x0, 0xc, 0xf3, 0x0, 0x2, 0xfa, - 0xf, 0xc0, 0x0, 0xc, 0xf4, 0x0, 0x5, 0xf8, - 0xc, 0xf2, 0x0, 0x2f, 0xf9, 0x0, 0xb, 0xf2, - 0x4, 0xfd, 0x54, 0xcf, 0xff, 0x63, 0xaf, 0xa0, - 0x0, 0x4f, 0xff, 0xcd, 0xf6, 0xff, 0xfa, 0x0, - 0x0, 0x0, 0x33, 0xc, 0xf0, 0x14, 0x10, 0x0, - 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, - - /* U+445 "х" */ - 0x23, 0x30, 0x0, 0x3, 0x32, 0x1e, 0xf3, 0x0, - 0x3f, 0xe1, 0x4, 0xfc, 0x1, 0xcf, 0x30, 0x0, - 0x9f, 0x89, 0xf8, 0x0, 0x0, 0xd, 0xff, 0xc0, - 0x0, 0x0, 0x4, 0xff, 0x20, 0x0, 0x0, 0xb, - 0xff, 0xa0, 0x0, 0x0, 0x7f, 0x99, 0xf7, 0x0, - 0x2, 0xee, 0x11, 0xfe, 0x20, 0xd, 0xf4, 0x0, - 0x5f, 0xc0, 0x8f, 0x90, 0x0, 0xb, 0xf8, - - /* U+446 "ц" */ - 0x33, 0x0, 0x0, 0x4, 0x30, 0xcf, 0x0, 0x0, - 0xf, 0xc0, 0xcf, 0x0, 0x0, 0xf, 0xc0, 0xcf, - 0x0, 0x0, 0xf, 0xc0, 0xcf, 0x0, 0x0, 0xf, - 0xc0, 0xcf, 0x0, 0x0, 0xf, 0xc0, 0xcf, 0x0, - 0x0, 0xf, 0xc0, 0xcf, 0x0, 0x0, 0xf, 0xc0, - 0xcf, 0x0, 0x0, 0xf, 0xc0, 0xcf, 0x77, 0x77, - 0x7f, 0xd6, 0xcf, 0xff, 0xff, 0xff, 0xfc, 0x0, - 0x0, 0x0, 0x0, 0x8c, 0x0, 0x0, 0x0, 0x0, - 0x8c, 0x0, 0x0, 0x0, 0x0, 0x8c, - - /* U+447 "ч" */ - 0x13, 0x20, 0x0, 0x3, 0x34, 0xf8, 0x0, 0x0, - 0xcf, 0x4f, 0x80, 0x0, 0xc, 0xf4, 0xf8, 0x0, - 0x0, 0xcf, 0x3f, 0xa0, 0x0, 0xc, 0xf0, 0xef, - 0x73, 0x36, 0xdf, 0x3, 0xef, 0xff, 0xff, 0xf0, - 0x0, 0x44, 0x40, 0xcf, 0x0, 0x0, 0x0, 0xc, - 0xf0, 0x0, 0x0, 0x0, 0xcf, 0x0, 0x0, 0x0, - 0xc, 0xf0, - - /* U+448 "ш" */ - 0x23, 0x10, 0x0, 0x33, 0x0, 0x0, 0x43, 0x8f, - 0x40, 0x0, 0xcf, 0x0, 0x0, 0xfc, 0x8f, 0x40, - 0x0, 0xcf, 0x0, 0x0, 0xfc, 0x8f, 0x40, 0x0, - 0xcf, 0x0, 0x0, 0xfc, 0x8f, 0x40, 0x0, 0xcf, - 0x0, 0x0, 0xfc, 0x8f, 0x40, 0x0, 0xcf, 0x0, - 0x0, 0xfc, 0x8f, 0x40, 0x0, 0xcf, 0x0, 0x0, - 0xfc, 0x8f, 0x40, 0x0, 0xcf, 0x0, 0x0, 0xfc, - 0x8f, 0x40, 0x0, 0xcf, 0x0, 0x0, 0xfc, 0x8f, - 0x97, 0x77, 0xdf, 0x77, 0x77, 0xfc, 0x8f, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xfc, - - /* U+449 "щ" */ - 0x23, 0x10, 0x0, 0x33, 0x0, 0x0, 0x43, 0x8, - 0xf4, 0x0, 0xc, 0xf0, 0x0, 0xf, 0xc0, 0x8f, - 0x40, 0x0, 0xcf, 0x0, 0x0, 0xfc, 0x8, 0xf4, - 0x0, 0xc, 0xf0, 0x0, 0xf, 0xc0, 0x8f, 0x40, - 0x0, 0xcf, 0x0, 0x0, 0xfc, 0x8, 0xf4, 0x0, - 0xc, 0xf0, 0x0, 0xf, 0xc0, 0x8f, 0x40, 0x0, - 0xcf, 0x0, 0x0, 0xfc, 0x8, 0xf4, 0x0, 0xc, - 0xf0, 0x0, 0xf, 0xc0, 0x8f, 0x40, 0x0, 0xcf, - 0x0, 0x0, 0xfc, 0x8, 0xf9, 0x77, 0x7d, 0xf7, - 0x77, 0x7f, 0xd6, 0x8f, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x0, 0xcc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, - 0xc, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, - 0xcc, - - /* U+44A "ъ" */ - 0x23, 0x33, 0x30, 0x0, 0x0, 0x0, 0x8f, 0xff, - 0xf0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, - 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, 0x0, - 0x0, 0xc, 0xf3, 0x33, 0x30, 0x0, 0x0, 0xc, - 0xff, 0xff, 0xfe, 0x70, 0x0, 0xc, 0xf4, 0x44, - 0x5c, 0xf5, 0x0, 0xc, 0xf0, 0x0, 0x2, 0xfb, - 0x0, 0xc, 0xf0, 0x0, 0x4, 0xfb, 0x0, 0xc, - 0xf7, 0x77, 0x9e, 0xf4, 0x0, 0xc, 0xff, 0xff, - 0xfb, 0x40, - - /* U+44B "ы" */ - 0x33, 0x0, 0x0, 0x0, 0x0, 0x33, 0xcf, 0x0, - 0x0, 0x0, 0x0, 0xcf, 0xcf, 0x0, 0x0, 0x0, - 0x0, 0xcf, 0xcf, 0x0, 0x0, 0x0, 0x0, 0xcf, - 0xcf, 0x33, 0x33, 0x0, 0x0, 0xcf, 0xcf, 0xff, - 0xff, 0xe7, 0x0, 0xcf, 0xcf, 0x44, 0x44, 0xbf, - 0x80, 0xcf, 0xcf, 0x0, 0x0, 0x1f, 0xc0, 0xcf, - 0xcf, 0x0, 0x0, 0x3f, 0xc0, 0xcf, 0xcf, 0x77, - 0x79, 0xef, 0x50, 0xcf, 0xcf, 0xff, 0xff, 0xb4, - 0x0, 0xcf, - - /* U+44C "ь" */ - 0x33, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0xcf, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, - 0x0, 0x0, 0xcf, 0x33, 0x33, 0x0, 0xc, 0xff, - 0xff, 0xfe, 0x70, 0xcf, 0x44, 0x45, 0xcf, 0x6c, - 0xf0, 0x0, 0x1, 0xfc, 0xcf, 0x0, 0x0, 0x4f, - 0xbc, 0xf7, 0x77, 0x9e, 0xf4, 0xcf, 0xff, 0xff, - 0xb4, 0x0, - - /* U+44D "э" */ - 0x0, 0x16, 0x77, 0x30, 0x0, 0x4, 0xef, 0xff, - 0xf9, 0x10, 0x1e, 0xf5, 0x0, 0xaf, 0x80, 0x4d, - 0x80, 0x0, 0xe, 0xe1, 0x0, 0x0, 0x0, 0x8, - 0xf4, 0x0, 0x0, 0xff, 0xff, 0xf6, 0x0, 0x0, - 0x88, 0x8c, 0xf5, 0x5b, 0x40, 0x0, 0xa, 0xf4, - 0x3f, 0xb0, 0x0, 0x1e, 0xe0, 0xb, 0xfa, 0x45, - 0xcf, 0x60, 0x1, 0x9f, 0xff, 0xf7, 0x0, 0x0, - 0x0, 0x33, 0x0, 0x0, - - /* U+44E "ю" */ - 0x33, 0x0, 0x0, 0x16, 0x77, 0x40, 0x0, 0xcf, - 0x0, 0x4, 0xef, 0xff, 0xf9, 0x0, 0xcf, 0x0, - 0x1e, 0xf3, 0x1, 0xaf, 0x70, 0xcf, 0x0, 0x7f, - 0x60, 0x0, 0x1f, 0xd0, 0xcf, 0x0, 0xbf, 0x20, - 0x0, 0xc, 0xf0, 0xcf, 0xff, 0xff, 0x0, 0x0, - 0xb, 0xf4, 0xcf, 0x88, 0xef, 0x0, 0x0, 0xc, - 0xf1, 0xcf, 0x0, 0x9f, 0x40, 0x0, 0xd, 0xf0, - 0xcf, 0x0, 0x5f, 0xa0, 0x0, 0x4f, 0xb0, 0xcf, - 0x0, 0xc, 0xf8, 0x35, 0xef, 0x20, 0xcf, 0x0, - 0x1, 0xaf, 0xff, 0xe3, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x41, 0x0, 0x0, - - /* U+44F "я" */ - 0x0, 0x4, 0x33, 0x33, 0x32, 0x3, 0xdf, 0xff, - 0xff, 0xf8, 0xc, 0xf7, 0x30, 0x4, 0xf8, 0xf, - 0xc0, 0x0, 0x4, 0xf8, 0xe, 0xe1, 0x0, 0x4, - 0xf8, 0x6, 0xfd, 0x87, 0x79, 0xf8, 0x0, 0x5b, - 0xff, 0xff, 0xf8, 0x0, 0x3e, 0xe3, 0x4, 0xf8, - 0x1, 0xef, 0x30, 0x4, 0xf8, 0xb, 0xf8, 0x0, - 0x4, 0xf8, 0x5f, 0xd0, 0x0, 0x4, 0xf8, - - /* U+451 "ё" */ - 0x0, 0x27, 0x40, 0x47, 0x20, 0x0, 0x4, 0xf8, - 0x8, 0xf4, 0x0, 0x0, 0x28, 0x40, 0x48, 0x20, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, - 0x67, 0x63, 0x0, 0x0, 0x7, 0xff, 0xff, 0xf7, - 0x0, 0x5, 0xfc, 0x10, 0x1a, 0xf6, 0x0, 0xef, - 0x10, 0x0, 0xe, 0xe0, 0xf, 0xc3, 0x33, 0x33, - 0xbf, 0x14, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x4f, - 0xb4, 0x44, 0x44, 0x44, 0x10, 0xfc, 0x0, 0x0, - 0x3, 0x31, 0xc, 0xf4, 0x0, 0x1, 0xef, 0x10, - 0x2f, 0xe7, 0x34, 0xcf, 0x60, 0x0, 0x3d, 0xff, - 0xfe, 0x50, 0x0, 0x0, 0x0, 0x42, 0x0, 0x0, - - /* U+452 "ђ" */ - 0x3, 0x30, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, - 0x0, 0x0, 0xff, 0xff, 0xff, 0x80, 0x0, 0xc, - 0xf0, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x47, 0x76, - 0x10, 0xc, 0xf9, 0xff, 0xff, 0xd1, 0xc, 0xff, - 0x40, 0x1a, 0xf7, 0xc, 0xf6, 0x0, 0x2, 0xfb, - 0xc, 0xf3, 0x0, 0x0, 0xfc, 0xc, 0xf0, 0x0, - 0x0, 0xfc, 0xc, 0xf0, 0x0, 0x0, 0xfc, 0xc, - 0xf0, 0x0, 0x0, 0xfc, 0xc, 0xf0, 0x0, 0x0, - 0xfc, 0xc, 0xf0, 0x0, 0x0, 0xfc, 0xc, 0xf0, - 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0xfc, - 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, - 0x68, 0xf7, 0x0, 0x0, 0x2, 0xff, 0xe1, 0x0, - 0x0, 0x0, 0x33, 0x0, - - /* U+453 "ѓ" */ - 0x0, 0x3, 0x77, 0x0, 0x0, 0xcf, 0x40, 0x0, - 0x4f, 0x70, 0x0, 0x2, 0x40, 0x0, 0x33, 0x33, - 0x33, 0x1c, 0xff, 0xff, 0xf4, 0xcf, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0xcf, 0x0, 0x0, 0xc, - 0xf0, 0x0, 0x0, 0xcf, 0x0, 0x0, 0xc, 0xf0, - 0x0, 0x0, 0xcf, 0x0, 0x0, 0xc, 0xf0, 0x0, - 0x0, 0xcf, 0x0, 0x0, 0x0, - - /* U+454 "є" */ - 0x0, 0x3, 0x67, 0x72, 0x0, 0x0, 0x8f, 0xff, - 0xff, 0x60, 0x5, 0xfc, 0x10, 0x3e, 0xf3, 0xe, - 0xf1, 0x0, 0x6, 0xe6, 0xf, 0xb0, 0x0, 0x0, - 0x0, 0x3f, 0xff, 0xff, 0x40, 0x0, 0x2f, 0xe8, - 0x88, 0x20, 0x0, 0xf, 0xc0, 0x0, 0x1, 0xb7, - 0xc, 0xf4, 0x0, 0x8, 0xf7, 0x4, 0xfe, 0x53, - 0x9e, 0xd1, 0x0, 0x5f, 0xff, 0xfb, 0x20, 0x0, - 0x0, 0x24, 0x0, 0x0, - - /* U+455 "ѕ" */ - 0x0, 0x26, 0x77, 0x50, 0x0, 0x6, 0xff, 0xef, - 0xfd, 0x20, 0xf, 0xe2, 0x0, 0x7f, 0xa0, 0xf, - 0xb0, 0x0, 0x8, 0x40, 0xd, 0xfb, 0x62, 0x0, - 0x0, 0x3, 0xcf, 0xff, 0xd7, 0x10, 0x0, 0x2, - 0x7b, 0xff, 0xc0, 0x13, 0x20, 0x0, 0x1e, 0xf3, - 0x3f, 0xa0, 0x0, 0xb, 0xf2, 0xd, 0xf9, 0x33, - 0x7f, 0xc0, 0x1, 0xaf, 0xff, 0xfa, 0x10, 0x0, - 0x0, 0x44, 0x10, 0x0, - - /* U+456 "і" */ - 0x33, 0xcf, 0x9c, 0x0, 0x33, 0xcf, 0xcf, 0xcf, - 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, - - /* U+457 "ї" */ - 0x87, 0x2, 0x74, 0xff, 0x4, 0xf8, 0x88, 0x2, - 0x84, 0x0, 0x0, 0x0, 0x0, 0x43, 0x0, 0x0, - 0xfc, 0x0, 0x0, 0xfc, 0x0, 0x0, 0xfc, 0x0, - 0x0, 0xfc, 0x0, 0x0, 0xfc, 0x0, 0x0, 0xfc, - 0x0, 0x0, 0xfc, 0x0, 0x0, 0xfc, 0x0, 0x0, - 0xfc, 0x0, 0x0, 0xfc, 0x0, - - /* U+458 "ј" */ - 0x0, 0x33, 0x0, 0xcf, 0x0, 0x9c, 0x0, 0x0, - 0x0, 0x33, 0x0, 0xcf, 0x0, 0xcf, 0x0, 0xcf, - 0x0, 0xcf, 0x0, 0xcf, 0x0, 0xcf, 0x0, 0xcf, - 0x0, 0xcf, 0x0, 0xcf, 0x0, 0xcf, 0x0, 0xcf, - 0x0, 0xcf, 0x45, 0xfd, 0xdf, 0xf4, 0x24, 0x0, - - /* U+459 "љ" */ - 0x0, 0x33, 0x33, 0x33, 0x33, 0x30, 0x0, 0x0, - 0x0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xc0, 0x0, - 0x0, 0x0, 0x0, 0xcf, 0x0, 0x0, 0xf, 0xc0, - 0x0, 0x0, 0x0, 0x0, 0xcf, 0x0, 0x0, 0xf, - 0xc0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0x0, 0x0, - 0xf, 0xc3, 0x33, 0x30, 0x0, 0x0, 0xcf, 0x0, - 0x0, 0xf, 0xff, 0xff, 0xfc, 0x30, 0x0, 0xcf, - 0x0, 0x0, 0xf, 0xd4, 0x44, 0x6f, 0xe2, 0x0, - 0xcf, 0x0, 0x0, 0xf, 0xc0, 0x0, 0x8, 0xf5, - 0x0, 0xcf, 0x0, 0x0, 0xf, 0xc0, 0x0, 0x9, - 0xf4, 0x55, 0xfe, 0x0, 0x0, 0xf, 0xd7, 0x77, - 0xaf, 0xd0, 0xcf, 0xf6, 0x0, 0x0, 0xf, 0xff, - 0xff, 0xda, 0x10, - - /* U+45A "њ" */ - 0x33, 0x0, 0x0, 0x43, 0x0, 0x0, 0x0, 0xc, - 0xf0, 0x0, 0xf, 0xc0, 0x0, 0x0, 0x0, 0xcf, - 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0xc, 0xf0, - 0x0, 0xf, 0xc0, 0x0, 0x0, 0x0, 0xcf, 0x0, - 0x0, 0xfc, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xe9, 0x20, 0xcf, 0x88, 0x88, - 0xfe, 0x88, 0x8a, 0xfe, 0x2c, 0xf0, 0x0, 0xf, - 0xc0, 0x0, 0x6, 0xf7, 0xcf, 0x0, 0x0, 0xfc, - 0x0, 0x0, 0x6f, 0x7c, 0xf0, 0x0, 0xf, 0xd7, - 0x77, 0x9e, 0xf2, 0xcf, 0x0, 0x0, 0xff, 0xff, - 0xfe, 0xa2, 0x0, - - /* U+45B "ћ" */ - 0x3, 0x30, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, - 0x0, 0x0, 0xff, 0xff, 0xff, 0x80, 0x0, 0xc, - 0xf0, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x47, 0x76, - 0x10, 0xc, 0xf9, 0xff, 0xff, 0xd1, 0xc, 0xff, - 0x40, 0x1a, 0xf7, 0xc, 0xf6, 0x0, 0x2, 0xfb, - 0xc, 0xf3, 0x0, 0x0, 0xfc, 0xc, 0xf0, 0x0, - 0x0, 0xfc, 0xc, 0xf0, 0x0, 0x0, 0xfc, 0xc, - 0xf0, 0x0, 0x0, 0xfc, 0xc, 0xf0, 0x0, 0x0, - 0xfc, 0xc, 0xf0, 0x0, 0x0, 0xfc, 0xc, 0xf0, - 0x0, 0x0, 0xfc, - - /* U+45C "ќ" */ - 0x0, 0x3, 0x77, 0x0, 0x0, 0xc, 0xf4, 0x0, - 0x0, 0x4f, 0x70, 0x0, 0x0, 0x24, 0x0, 0x0, - 0x33, 0x0, 0x2, 0x32, 0xcf, 0x0, 0x2e, 0xf8, - 0xcf, 0x0, 0xaf, 0x20, 0xcf, 0x1, 0xe8, 0x0, - 0xcf, 0xa, 0xf2, 0x0, 0xcf, 0xfe, 0x30, 0x0, - 0xcf, 0x5d, 0xd1, 0x0, 0xcf, 0x2, 0xfb, 0x0, - 0xcf, 0x0, 0x8f, 0x70, 0xcf, 0x0, 0xe, 0xe1, - 0xcf, 0x0, 0x5, 0xfa, - - /* U+45E "ў" */ - 0x0, 0x32, 0x0, 0x13, 0x0, 0x0, 0x9c, 0x10, - 0xad, 0x0, 0x0, 0x1c, 0xff, 0xe3, 0x0, 0x0, - 0x0, 0x23, 0x0, 0x0, 0x23, 0x10, 0x0, 0x0, - 0x43, 0x6f, 0x90, 0x0, 0x4, 0xf8, 0xf, 0xd0, - 0x0, 0xa, 0xf2, 0xa, 0xf4, 0x0, 0x1e, 0xc0, - 0x3, 0xfa, 0x0, 0x6f, 0x60, 0x0, 0xee, 0x0, - 0xbf, 0x10, 0x0, 0x7f, 0x52, 0xfa, 0x0, 0x0, - 0x2f, 0xa7, 0xf4, 0x0, 0x0, 0xb, 0xeb, 0xe0, - 0x0, 0x0, 0x5, 0xff, 0x80, 0x0, 0x0, 0x0, - 0xff, 0x20, 0x0, 0x0, 0x0, 0xec, 0x0, 0x0, - 0x0, 0x6, 0xf6, 0x0, 0x0, 0x9, 0x8e, 0xe0, - 0x0, 0x0, 0xc, 0xff, 0x30, 0x0, 0x0, 0x1, - 0x40, 0x0, 0x0, 0x0, - - /* U+45F "џ" */ - 0x33, 0x0, 0x0, 0x4, 0x3c, 0xf0, 0x0, 0x0, - 0xfc, 0xcf, 0x0, 0x0, 0xf, 0xcc, 0xf0, 0x0, - 0x0, 0xfc, 0xcf, 0x0, 0x0, 0xf, 0xcc, 0xf0, - 0x0, 0x0, 0xfc, 0xcf, 0x0, 0x0, 0xf, 0xcc, - 0xf0, 0x0, 0x0, 0xfc, 0xcf, 0x0, 0x0, 0xf, - 0xcc, 0xf7, 0x77, 0x77, 0xfc, 0xcf, 0xff, 0xff, - 0xff, 0xc0, 0x0, 0x4f, 0x40, 0x0, 0x0, 0x4, - 0xf4, 0x0, 0x0, 0x0, 0x4f, 0x40, 0x0, - - /* U+490 "Ґ" */ - 0x0, 0x0, 0x0, 0x23, 0x10, 0x0, 0x0, 0x8, - 0xf4, 0x0, 0x0, 0x0, 0x8f, 0x40, 0x0, 0x0, - 0x8, 0xf4, 0x23, 0x33, 0x33, 0x9f, 0x48, 0xff, - 0xff, 0xff, 0xf4, 0x8f, 0xa4, 0x44, 0x44, 0x18, - 0xf8, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x8, 0xf8, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, 0x8f, - 0x80, 0x0, 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x8, 0xf8, 0x0, 0x0, - 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, - - /* U+491 "ґ" */ - 0x0, 0x0, 0x3, 0x20, 0x0, 0x0, 0xc8, 0x0, - 0x0, 0xc, 0x80, 0x0, 0x0, 0xc8, 0x33, 0x33, - 0x3c, 0x8c, 0xff, 0xff, 0xf8, 0xcf, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0xcf, 0x0, 0x0, 0xc, - 0xf0, 0x0, 0x0, 0xcf, 0x0, 0x0, 0xc, 0xf0, - 0x0, 0x0, 0xcf, 0x0, 0x0, 0xc, 0xf0, 0x0, - 0x0, 0xcf, 0x0, 0x0, 0x0, - - /* U+492 "Ғ" */ - 0x2, 0x33, 0x33, 0x33, 0x33, 0x30, 0x8f, 0xff, - 0xff, 0xff, 0xfc, 0x8, 0xfa, 0x44, 0x44, 0x44, - 0x30, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8, 0xf8, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, 0xc, 0xdf, - 0xdb, 0xbb, 0x60, 0x0, 0x8c, 0xfc, 0x88, 0x84, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8, - 0xf8, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x8, 0xf8, 0x0, - 0x0, 0x0, 0x0, - - /* U+493 "ғ" */ - 0x3, 0x33, 0x33, 0x31, 0xc, 0xff, 0xff, 0xf4, - 0xc, 0xf0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x4c, 0xf3, 0x31, 0x0, 0xff, 0xff, 0xf4, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0xc, 0xf0, 0x0, 0x0, - - /* U+496 "Җ" */ - 0x33, 0x10, 0x0, 0x0, 0x33, 0x10, 0x0, 0x0, - 0x33, 0x1c, 0xff, 0x60, 0x0, 0xc, 0xf4, 0x0, - 0x2, 0xcf, 0xf4, 0x36, 0xdf, 0x40, 0x0, 0xcf, - 0x40, 0x0, 0xdf, 0xa5, 0x10, 0x4, 0xfb, 0x0, - 0xc, 0xf4, 0x0, 0x5f, 0xa0, 0x0, 0x0, 0xc, - 0xf4, 0x0, 0xcf, 0x40, 0xc, 0xf2, 0x0, 0x0, - 0x0, 0x4f, 0xb0, 0xc, 0xf4, 0x4, 0xfc, 0x0, - 0x0, 0x0, 0x0, 0xcf, 0x83, 0xcf, 0x54, 0xdf, - 0x30, 0x0, 0x0, 0x0, 0x1, 0xaf, 0xff, 0xff, - 0xfe, 0x30, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xe7, - 0xdf, 0x9b, 0xfc, 0x20, 0x0, 0x0, 0x0, 0x6f, - 0xe1, 0xc, 0xf4, 0x7, 0xfc, 0x10, 0x0, 0x0, - 0x3f, 0xf4, 0x0, 0xcf, 0x40, 0xc, 0xf9, 0x0, - 0x0, 0xc, 0xf9, 0x0, 0xc, 0xf4, 0x0, 0x2f, - 0xf4, 0x0, 0x6, 0xff, 0x10, 0x0, 0xcf, 0x40, - 0x0, 0x8f, 0xc0, 0x1, 0xef, 0x50, 0x0, 0xc, - 0xf4, 0x0, 0x0, 0xef, 0xc6, 0xaf, 0xc0, 0x0, - 0x0, 0xcf, 0x40, 0x0, 0x4, 0xff, 0x80, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xf8, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x4f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x4f, 0x80, - - /* U+497 "җ" */ - 0x33, 0x10, 0x1, 0x32, 0x0, 0x3, 0x30, 0xcf, - 0xc1, 0x4, 0xf8, 0x0, 0x8f, 0xf0, 0x3, 0xf7, - 0x4, 0xf8, 0x1, 0xea, 0x10, 0x0, 0xad, 0x4, - 0xf8, 0x8, 0xf1, 0x0, 0x0, 0x4f, 0x74, 0xf8, - 0x3e, 0x90, 0x0, 0x0, 0x5, 0xff, 0xff, 0xfa, - 0x0, 0x0, 0x0, 0x3e, 0xd7, 0xfa, 0x8f, 0x70, - 0x0, 0x1, 0xce, 0x14, 0xf8, 0x9, 0xf5, 0x0, - 0x9, 0xf6, 0x4, 0xf8, 0x1, 0xfd, 0x10, 0x3f, - 0xc0, 0x4, 0xf8, 0x0, 0x6f, 0xa2, 0xcf, 0x30, - 0x4, 0xf8, 0x0, 0xc, 0xf4, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x4, 0xf4, 0x0, 0x0, 0x0, 0x0, - 0x0, 0x4, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x4, 0xf4, - - /* U+49A "Қ" */ - 0x23, 0x20, 0x0, 0x0, 0x33, 0x28, 0xf8, 0x0, - 0x1, 0xcf, 0xf8, 0x8f, 0x80, 0x0, 0xaf, 0xb5, - 0x28, 0xf8, 0x0, 0x2f, 0xe0, 0x0, 0x8f, 0x80, - 0xa, 0xf6, 0x0, 0x8, 0xf8, 0x1, 0xef, 0x0, - 0x0, 0x8f, 0x85, 0xcf, 0x50, 0x0, 0x8, 0xff, - 0xff, 0x60, 0x0, 0x0, 0x8f, 0xb9, 0xfe, 0x30, - 0x0, 0x8, 0xf8, 0x4, 0xfe, 0x20, 0x0, 0x8f, - 0x80, 0x9, 0xfb, 0x0, 0x8, 0xf8, 0x0, 0x1e, - 0xf7, 0x0, 0x8f, 0x80, 0x0, 0x5f, 0xe1, 0x8, - 0xf8, 0x0, 0x0, 0xbf, 0xd6, 0x8f, 0x80, 0x0, - 0x2, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0xf8, - 0x0, 0x0, 0x0, 0x0, 0xf, 0x80, 0x0, 0x0, - 0x0, 0x0, 0xf8, 0x0, 0x0, 0x0, 0x0, 0xf, - 0x80, - - /* U+49B "қ" */ - 0x33, 0x0, 0x1, 0x32, 0xcf, 0x0, 0x2e, 0xf8, - 0xcf, 0x0, 0xaf, 0x30, 0xcf, 0x1, 0xe8, 0x0, - 0xcf, 0xa, 0xf2, 0x0, 0xcf, 0xfe, 0x30, 0x0, - 0xcf, 0x5d, 0xd1, 0x0, 0xcf, 0x2, 0xfb, 0x0, - 0xcf, 0x0, 0x8f, 0x70, 0xcf, 0x0, 0xe, 0xe6, - 0xcf, 0x0, 0x5, 0xfc, 0x0, 0x0, 0x0, 0xcc, - 0x0, 0x0, 0x0, 0xcc, 0x0, 0x0, 0x0, 0xcc, - - /* U+49C "Ҝ" */ - 0x23, 0x20, 0x0, 0x0, 0x33, 0x28, 0xf8, 0x0, - 0x1, 0xbf, 0xf8, 0x8f, 0x81, 0x30, 0xaf, 0xb5, - 0x28, 0xf8, 0x4c, 0x2f, 0xe0, 0x0, 0x8f, 0x84, - 0xca, 0xf6, 0x0, 0x8, 0xf8, 0x4d, 0xef, 0x0, - 0x0, 0x8f, 0x86, 0xff, 0x50, 0x0, 0x8, 0xff, - 0xff, 0x60, 0x0, 0x0, 0x8f, 0xa9, 0xfe, 0x30, - 0x0, 0x8, 0xf8, 0x4f, 0xfe, 0x20, 0x0, 0x8f, - 0x84, 0xc9, 0xfb, 0x0, 0x8, 0xf8, 0x4c, 0x1e, - 0xf7, 0x0, 0x8f, 0x83, 0x90, 0x5f, 0xe1, 0x8, - 0xf8, 0x0, 0x0, 0xbf, 0xa0, 0x8f, 0x80, 0x0, - 0x2, 0xff, 0x40, - - /* U+49D "ҝ" */ - 0x33, 0x0, 0x1, 0x32, 0xcf, 0x13, 0x2e, 0xf8, - 0xcf, 0x4c, 0xaf, 0x30, 0xcf, 0x4d, 0xe8, 0x0, - 0xcf, 0x4f, 0xf2, 0x0, 0xcf, 0xff, 0x40, 0x0, - 0xcf, 0x7f, 0xd1, 0x0, 0xcf, 0x4e, 0xfb, 0x0, - 0xcf, 0x4c, 0x8f, 0x70, 0xcf, 0x26, 0xe, 0xe1, - 0xcf, 0x0, 0x5, 0xfa, - - /* U+4A2 "Ң" */ - 0x23, 0x20, 0x0, 0x0, 0x0, 0x43, 0x0, 0x8f, - 0x80, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x0, 0xfc, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, - 0xfc, 0x0, 0x8f, 0xb7, 0x77, 0x77, 0x77, 0xfc, - 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, - 0x8f, 0xa4, 0x44, 0x44, 0x44, 0xfc, 0x0, 0x8f, - 0x80, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0xfc, 0x0, 0x8f, 0x80, 0x0, - 0x0, 0x0, 0xfc, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0xfc, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, - 0xfe, 0xb3, 0x8f, 0x80, 0x0, 0x0, 0x0, 0xff, - 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xf4, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xf4, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x8, 0xf4, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x8, 0xf4, - - /* U+4A3 "ң" */ - 0x33, 0x0, 0x0, 0x4, 0x30, 0xcf, 0x0, 0x0, - 0xf, 0xc0, 0xcf, 0x0, 0x0, 0xf, 0xc0, 0xcf, - 0x0, 0x0, 0xf, 0xc0, 0xcf, 0x0, 0x0, 0xf, - 0xc0, 0xcf, 0xff, 0xff, 0xff, 0xc0, 0xcf, 0x88, - 0x88, 0x8f, 0xc0, 0xcf, 0x0, 0x0, 0xf, 0xc0, - 0xcf, 0x0, 0x0, 0xf, 0xc0, 0xcf, 0x0, 0x0, - 0xf, 0xd6, 0xcf, 0x0, 0x0, 0xf, 0xfc, 0x0, - 0x0, 0x0, 0x0, 0x8c, 0x0, 0x0, 0x0, 0x0, - 0x8c, 0x0, 0x0, 0x0, 0x0, 0x8c, - - /* U+4AE "Ү" */ - 0x43, 0x0, 0x0, 0x0, 0x13, 0x39, 0xf6, 0x0, - 0x0, 0x8, 0xfa, 0x1f, 0xd1, 0x0, 0x1, 0xef, - 0x10, 0x7f, 0x80, 0x0, 0x8f, 0x80, 0x0, 0xee, - 0x20, 0x2f, 0xe0, 0x0, 0x4, 0xfa, 0xa, 0xf5, - 0x0, 0x0, 0xc, 0xf4, 0xfc, 0x0, 0x0, 0x0, - 0x2f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x9f, 0xa0, - 0x0, 0x0, 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, - 0x0, 0x4f, 0x80, 0x0, 0x0, 0x0, 0x4, 0xf8, - 0x0, 0x0, 0x0, 0x0, 0x4f, 0x80, 0x0, 0x0, - 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x4f, - 0x80, 0x0, 0x0, - - /* U+4AF "ү" */ - 0x33, 0x10, 0x0, 0x1, 0x33, 0x7f, 0x60, 0x0, - 0x6, 0xf7, 0x2f, 0xb0, 0x0, 0xc, 0xf2, 0xb, - 0xf2, 0x0, 0x2f, 0xb0, 0x6, 0xf7, 0x0, 0x7f, - 0x60, 0x0, 0xfd, 0x0, 0xef, 0x0, 0x0, 0xaf, - 0x33, 0xfa, 0x0, 0x0, 0x3f, 0x99, 0xf3, 0x0, - 0x0, 0xd, 0xde, 0xe0, 0x0, 0x0, 0x7, 0xff, - 0x70, 0x0, 0x0, 0x1, 0xff, 0x10, 0x0, 0x0, - 0x0, 0xcf, 0x0, 0x0, 0x0, 0x0, 0xcf, 0x0, - 0x0, 0x0, 0x0, 0xcf, 0x0, 0x0, 0x0, 0x0, - 0xcf, 0x0, 0x0, - - /* U+4B0 "Ұ" */ - 0x43, 0x0, 0x0, 0x0, 0x13, 0x39, 0xf6, 0x0, - 0x0, 0x8, 0xfa, 0x1f, 0xd1, 0x0, 0x1, 0xef, - 0x10, 0x7f, 0x80, 0x0, 0x8f, 0x80, 0x0, 0xee, - 0x20, 0x2f, 0xe0, 0x0, 0x4, 0xfa, 0xa, 0xf5, - 0x0, 0x0, 0xc, 0xf4, 0xfc, 0x0, 0x2, 0x33, - 0x5f, 0xff, 0x63, 0x32, 0x8f, 0xff, 0xff, 0xff, - 0xff, 0x80, 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, - 0x0, 0x4f, 0x80, 0x0, 0x0, 0x0, 0x4, 0xf8, - 0x0, 0x0, 0x0, 0x0, 0x4f, 0x80, 0x0, 0x0, - 0x0, 0x4, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x4f, - 0x80, 0x0, 0x0, - - /* U+4B1 "ұ" */ - 0x33, 0x10, 0x0, 0x1, 0x33, 0x7f, 0x60, 0x0, - 0x6, 0xf7, 0x2f, 0xb0, 0x0, 0xc, 0xf2, 0xb, - 0xf2, 0x0, 0x2f, 0xb0, 0x6, 0xf7, 0x0, 0x7f, - 0x60, 0x0, 0xfd, 0x0, 0xef, 0x0, 0x0, 0xaf, - 0x33, 0xfa, 0x0, 0x0, 0x3f, 0x99, 0xf3, 0x0, - 0x0, 0xd, 0xde, 0xe0, 0x0, 0x0, 0x7, 0xff, - 0x70, 0x0, 0x0, 0x1, 0xff, 0x10, 0x0, 0xf, - 0xff, 0xff, 0xff, 0xf0, 0x4, 0x44, 0xdf, 0x44, - 0x40, 0x0, 0x0, 0xcf, 0x0, 0x0, 0x0, 0x0, - 0xcf, 0x0, 0x0, - - /* U+4B2 "Ҳ" */ - 0x4, 0x31, 0x0, 0x0, 0x0, 0x23, 0x30, 0xb, - 0xf9, 0x0, 0x0, 0x1, 0xcf, 0x30, 0x1, 0xff, - 0x40, 0x0, 0xa, 0xf7, 0x0, 0x0, 0x4f, 0xe1, - 0x0, 0x6f, 0xc0, 0x0, 0x0, 0x9, 0xfa, 0x3, - 0xef, 0x10, 0x0, 0x0, 0x0, 0xdf, 0x5d, 0xf4, - 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x80, 0x0, - 0x0, 0x0, 0x0, 0xa, 0xfe, 0x0, 0x0, 0x0, - 0x0, 0x0, 0x2e, 0xff, 0x90, 0x0, 0x0, 0x0, - 0x0, 0xdf, 0x5f, 0xf4, 0x0, 0x0, 0x0, 0x9, - 0xf9, 0x5, 0xfe, 0x10, 0x0, 0x0, 0x5f, 0xd1, - 0x0, 0x9f, 0xa0, 0x0, 0x2, 0xef, 0x30, 0x0, - 0x1e, 0xf7, 0x0, 0xd, 0xf7, 0x0, 0x0, 0x3, - 0xfe, 0xb3, 0x9f, 0xc0, 0x0, 0x0, 0x0, 0x8f, - 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xf4, - 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xf4, 0x0, - 0x0, 0x0, 0x0, 0x0, 0x8, 0xf4, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x8, 0xf4, - - /* U+4B3 "ҳ" */ - 0x23, 0x30, 0x0, 0x3, 0x32, 0x1e, 0xf3, 0x0, - 0x3f, 0xe1, 0x4, 0xfc, 0x1, 0xcf, 0x30, 0x0, - 0x9f, 0x89, 0xf8, 0x0, 0x0, 0xd, 0xff, 0xc0, - 0x0, 0x0, 0x4, 0xff, 0x20, 0x0, 0x0, 0xb, - 0xff, 0xa0, 0x0, 0x0, 0x7f, 0x99, 0xf7, 0x0, - 0x2, 0xee, 0x11, 0xee, 0x20, 0xd, 0xf4, 0x0, - 0x5f, 0xc6, 0x8f, 0x90, 0x0, 0xb, 0xfc, 0x0, - 0x0, 0x0, 0x0, 0x8c, 0x0, 0x0, 0x0, 0x0, - 0x8c, 0x0, 0x0, 0x0, 0x0, 0x8c, - - /* U+4B8 "Ҹ" */ - 0x13, 0x30, 0x0, 0x0, 0x1, 0x33, 0x4f, 0xc0, - 0x0, 0x0, 0x4, 0xfc, 0x4f, 0xc0, 0x0, 0x0, - 0x4, 0xfc, 0x4f, 0xc0, 0x0, 0x0, 0x4, 0xfc, - 0x4f, 0xc0, 0x3, 0xb0, 0x4, 0xfc, 0x2f, 0xc0, - 0x4, 0xf0, 0x4, 0xfc, 0xf, 0xf0, 0x4, 0xf0, - 0x4, 0xfc, 0xd, 0xf7, 0x4, 0xf0, 0x6, 0xfc, - 0x4, 0xff, 0xb9, 0xfa, 0xdf, 0xfc, 0x0, 0x4d, - 0xff, 0xff, 0xb9, 0xfc, 0x0, 0x0, 0x7, 0xf0, - 0x4, 0xfc, 0x0, 0x0, 0x4, 0xf0, 0x4, 0xfc, - 0x0, 0x0, 0x3, 0xc0, 0x4, 0xfc, 0x0, 0x0, - 0x0, 0x0, 0x4, 0xfc, 0x0, 0x0, 0x0, 0x0, - 0x4, 0xfc, - - /* U+4B9 "ҹ" */ - 0x13, 0x20, 0x0, 0x3, 0x34, 0xf8, 0x0, 0x0, - 0xcf, 0x4f, 0x80, 0x0, 0xc, 0xf4, 0xf8, 0xc, - 0x40, 0xcf, 0x3f, 0xa0, 0xc4, 0xc, 0xf0, 0xef, - 0x7c, 0x66, 0xdf, 0x3, 0xef, 0xff, 0xff, 0xf0, - 0x0, 0x4d, 0x70, 0xcf, 0x0, 0x0, 0xc4, 0xc, - 0xf0, 0x0, 0x3, 0x10, 0xcf, 0x0, 0x0, 0x0, - 0xc, 0xf0, - - /* U+4BA "Һ" */ - 0x23, 0x20, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, - 0x0, 0x0, 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x8f, 0x80, 0x0, 0x0, 0x0, 0x0, 0x8f, 0x80, - 0x23, 0x77, 0x30, 0x0, 0x8f, 0xcd, 0xff, 0xff, - 0xfc, 0x20, 0x8f, 0xfb, 0x64, 0x45, 0xdf, 0xc0, - 0x8f, 0x80, 0x0, 0x0, 0x1e, 0xf4, 0x8f, 0x80, - 0x0, 0x0, 0x9, 0xf7, 0x8f, 0x80, 0x0, 0x0, - 0x8, 0xf8, 0x8f, 0x80, 0x0, 0x0, 0x8, 0xf8, - 0x8f, 0x80, 0x0, 0x0, 0x8, 0xf8, 0x8f, 0x80, - 0x0, 0x0, 0x8, 0xf8, 0x8f, 0x80, 0x0, 0x0, - 0x8, 0xf8, - - /* U+4BB "һ" */ - 0x33, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, 0x0, - 0x0, 0xcf, 0x0, 0x0, 0x0, 0xc, 0xf0, 0x0, - 0x0, 0x0, 0xcf, 0x47, 0xaa, 0x51, 0xc, 0xff, - 0xfc, 0xef, 0xc1, 0xcf, 0x30, 0x0, 0xaf, 0x7c, - 0xf0, 0x0, 0x2, 0xfb, 0xcf, 0x0, 0x0, 0xf, - 0xcc, 0xf0, 0x0, 0x0, 0xfc, 0xcf, 0x0, 0x0, - 0xf, 0xc0, - - /* U+4D8 "Ә" */ - 0x0, 0x0, 0x37, 0x77, 0x30, 0x0, 0x0, 0x0, - 0x3c, 0xff, 0xff, 0xfd, 0x30, 0x0, 0x3, 0xef, - 0xa4, 0x24, 0x8f, 0xf5, 0x0, 0xc, 0xf7, 0x0, - 0x0, 0x3, 0xfe, 0x10, 0x2d, 0xe0, 0x0, 0x0, - 0x0, 0x8f, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, - 0x2f, 0xd0, 0x43, 0x33, 0x33, 0x33, 0x33, 0x3f, - 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, - 0xff, 0x88, 0x88, 0x88, 0x88, 0x8f, 0xf0, 0xcf, - 0x20, 0x0, 0x0, 0x0, 0xf, 0xf0, 0xbf, 0x50, - 0x0, 0x0, 0x0, 0x3f, 0xc0, 0x4f, 0xc0, 0x0, - 0x0, 0x0, 0xcf, 0x60, 0xc, 0xf9, 0x0, 0x0, - 0x8, 0xfe, 0x0, 0x2, 0xdf, 0xd7, 0x67, 0xcf, - 0xe3, 0x0, 0x0, 0x9, 0xef, 0xff, 0xea, 0x10, - 0x0, 0x0, 0x0, 0x0, 0x41, 0x0, 0x0, 0x0, - - /* U+4D9 "ә" */ - 0x0, 0x4, 0x77, 0x63, 0x0, 0x0, 0xc, 0xff, - 0xff, 0xf8, 0x10, 0x9, 0xfb, 0x20, 0x1b, 0xf8, - 0x0, 0xbf, 0x10, 0x0, 0x1e, 0xe0, 0x0, 0x0, - 0x0, 0x0, 0x9f, 0x43, 0xbb, 0xbb, 0xbb, 0xbd, - 0xf4, 0x1f, 0xfc, 0xcc, 0xcc, 0xef, 0x40, 0xfc, - 0x0, 0x0, 0xb, 0xf2, 0xa, 0xf4, 0x0, 0x2, - 0xec, 0x0, 0x2f, 0xe6, 0x35, 0xef, 0x40, 0x0, - 0x2c, 0xff, 0xfe, 0x30, 0x0, 0x0, 0x0, 0x40, - 0x0, 0x0, - - /* U+4E8 "Ө" */ - 0x0, 0x0, 0x24, 0x76, 0x31, 0x0, 0x0, 0x0, - 0x1b, 0xff, 0xff, 0xfe, 0x60, 0x0, 0x3, 0xef, - 0xb4, 0x23, 0x6f, 0xf9, 0x0, 0xc, 0xf6, 0x0, - 0x0, 0x1, 0xdf, 0x60, 0x6f, 0xb0, 0x0, 0x0, - 0x0, 0x2f, 0xd1, 0xcf, 0x40, 0x0, 0x0, 0x0, - 0xb, 0xf4, 0xdf, 0x0, 0x0, 0x0, 0x0, 0x8, - 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, - 0xff, 0xcc, 0xcc, 0xcc, 0xcc, 0xce, 0xf8, 0xff, - 0x10, 0x0, 0x0, 0x0, 0x9, 0xf6, 0xaf, 0x50, - 0x0, 0x0, 0x0, 0xd, 0xf3, 0x4f, 0xd0, 0x0, - 0x0, 0x0, 0x5f, 0xc0, 0xb, 0xfb, 0x10, 0x0, - 0x5, 0xef, 0x30, 0x1, 0xbf, 0xe9, 0x77, 0xbf, - 0xf5, 0x0, 0x0, 0x6, 0xef, 0xff, 0xfb, 0x20, - 0x0, 0x0, 0x0, 0x0, 0x42, 0x0, 0x0, 0x0, - - /* U+4E9 "ө" */ - 0x0, 0x2, 0x77, 0x63, 0x0, 0x0, 0x9, 0xff, - 0xff, 0xf8, 0x0, 0x7, 0xfb, 0x10, 0x1b, 0xf8, - 0x0, 0xfe, 0x10, 0x0, 0xe, 0xe0, 0x2f, 0xb3, - 0x33, 0x33, 0xaf, 0x44, 0xff, 0xff, 0xff, 0xff, - 0xf4, 0x4f, 0xa4, 0x44, 0x44, 0xaf, 0x41, 0xfc, - 0x0, 0x0, 0xb, 0xf0, 0xc, 0xf3, 0x0, 0x3, - 0xfd, 0x0, 0x4f, 0xe6, 0x36, 0xef, 0x30, 0x0, - 0x3d, 0xff, 0xfd, 0x30, 0x0, 0x0, 0x0, 0x42, - 0x0, 0x0, - - /* U+2211 "∑" */ - 0x67, 0x77, 0x77, 0x77, 0x77, 0x77, 0x4c, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xf8, 0x6f, 0xe3, 0x0, - 0x0, 0x0, 0x0, 0x0, 0xaf, 0xd1, 0x0, 0x0, - 0x0, 0x0, 0x0, 0xdf, 0xa0, 0x0, 0x0, 0x0, - 0x0, 0x1, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, - 0x4, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x7, - 0xfe, 0x20, 0x0, 0x0, 0x0, 0x0, 0xb, 0xfc, - 0x10, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xf8, 0x0, - 0x0, 0x0, 0x0, 0x6, 0xff, 0x10, 0x0, 0x0, - 0x0, 0x3, 0xff, 0x30, 0x0, 0x0, 0x0, 0x1, - 0xdf, 0x70, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xa0, - 0x0, 0x0, 0x0, 0x0, 0x9f, 0xd1, 0x0, 0x0, - 0x0, 0x0, 0x5f, 0xf2, 0x0, 0x0, 0x0, 0x0, - 0x3e, 0xf4, 0x0, 0x0, 0x0, 0x0, 0xb, 0xfa, - 0x33, 0x33, 0x33, 0x33, 0x32, 0xcf, 0xff, 0xff, - 0xff, 0xff, 0xff, 0x83, 0x44, 0x44, 0x44, 0x44, - 0x44, 0x42, - - /* U+221E "∞" */ - 0x0, 0x0, 0x0, 0x0, 0x21, 0x0, 0x2, 0x76, - 0x20, 0x1b, 0xff, 0xa0, 0x1e, 0x9a, 0xf3, 0xda, - 0x11, 0xd7, 0x7b, 0x0, 0x6f, 0xd0, 0x0, 0x6c, - 0x7b, 0x0, 0x6f, 0xb0, 0x0, 0x6c, 0x1f, 0x9a, - 0xf3, 0xd9, 0x1, 0xb8, 0x2, 0x87, 0x20, 0x1c, - 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x22, 0x0 -}; - - -/*--------------------- - * GLYPH DESCRIPTION - *--------------------*/ - -static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { - {.bitmap_index = 0, .adv_w = 0, .box_h = 0, .box_w = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */, - {.bitmap_index = 0, .adv_w = 89, .box_h = 0, .box_w = 0, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 0, .adv_w = 89, .box_h = 15, .box_w = 3, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 23, .adv_w = 114, .box_h = 6, .box_w = 6, .ofs_x = 1, .ofs_y = 9}, - {.bitmap_index = 41, .adv_w = 178, .box_h = 16, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 129, .adv_w = 178, .box_h = 18, .box_w = 11, .ofs_x = 0, .ofs_y = -2}, - {.bitmap_index = 228, .adv_w = 285, .box_h = 16, .box_w = 16, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 356, .adv_w = 213, .box_h = 16, .box_w = 13, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 460, .adv_w = 61, .box_h = 6, .box_w = 2, .ofs_x = 1, .ofs_y = 9}, - {.bitmap_index = 466, .adv_w = 107, .box_h = 20, .box_w = 5, .ofs_x = 1, .ofs_y = -5}, - {.bitmap_index = 516, .adv_w = 107, .box_h = 20, .box_w = 5, .ofs_x = 1, .ofs_y = -5}, - {.bitmap_index = 566, .adv_w = 125, .box_h = 7, .box_w = 7, .ofs_x = 0, .ofs_y = 8}, - {.bitmap_index = 591, .adv_w = 187, .box_h = 10, .box_w = 10, .ofs_x = 1, .ofs_y = 2}, - {.bitmap_index = 641, .adv_w = 89, .box_h = 5, .box_w = 3, .ofs_x = 1, .ofs_y = -3}, - {.bitmap_index = 649, .adv_w = 107, .box_h = 3, .box_w = 7, .ofs_x = 0, .ofs_y = 4}, - {.bitmap_index = 660, .adv_w = 89, .box_h = 2, .box_w = 3, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 663, .adv_w = 89, .box_h = 16, .box_w = 6, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 711, .adv_w = 178, .box_h = 16, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 799, .adv_w = 178, .box_h = 15, .box_w = 6, .ofs_x = 2, .ofs_y = 0}, - {.bitmap_index = 844, .adv_w = 178, .box_h = 15, .box_w = 10, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 919, .adv_w = 178, .box_h = 16, .box_w = 10, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 999, .adv_w = 178, .box_h = 15, .box_w = 11, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 1082, .adv_w = 178, .box_h = 15, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 1165, .adv_w = 178, .box_h = 16, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 1253, .adv_w = 178, .box_h = 15, .box_w = 10, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 1328, .adv_w = 178, .box_h = 16, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 1416, .adv_w = 178, .box_h = 16, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 1504, .adv_w = 89, .box_h = 11, .box_w = 3, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 1521, .adv_w = 89, .box_h = 14, .box_w = 3, .ofs_x = 1, .ofs_y = -3}, - {.bitmap_index = 1542, .adv_w = 187, .box_h = 10, .box_w = 10, .ofs_x = 1, .ofs_y = 2}, - {.bitmap_index = 1592, .adv_w = 187, .box_h = 6, .box_w = 10, .ofs_x = 1, .ofs_y = 4}, - {.bitmap_index = 1622, .adv_w = 187, .box_h = 10, .box_w = 10, .ofs_x = 1, .ofs_y = 2}, - {.bitmap_index = 1672, .adv_w = 178, .box_h = 15, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 1740, .adv_w = 325, .box_h = 20, .box_w = 19, .ofs_x = 1, .ofs_y = -5}, - {.bitmap_index = 1930, .adv_w = 213, .box_h = 15, .box_w = 14, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 2035, .adv_w = 213, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 2125, .adv_w = 231, .box_h = 16, .box_w = 13, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 2229, .adv_w = 231, .box_h = 15, .box_w = 13, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 2327, .adv_w = 213, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 2417, .adv_w = 195, .box_h = 15, .box_w = 11, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 2500, .adv_w = 249, .box_h = 16, .box_w = 14, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 2612, .adv_w = 231, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 2702, .adv_w = 89, .box_h = 15, .box_w = 3, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 2725, .adv_w = 160, .box_h = 16, .box_w = 9, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 2797, .adv_w = 213, .box_h = 15, .box_w = 13, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 2895, .adv_w = 178, .box_h = 15, .box_w = 10, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 2970, .adv_w = 267, .box_h = 15, .box_w = 15, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 3083, .adv_w = 231, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 3173, .adv_w = 249, .box_h = 16, .box_w = 14, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 3285, .adv_w = 213, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 3375, .adv_w = 249, .box_h = 16, .box_w = 15, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 3495, .adv_w = 231, .box_h = 15, .box_w = 13, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 3593, .adv_w = 213, .box_h = 16, .box_w = 12, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 3689, .adv_w = 195, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 3779, .adv_w = 231, .box_h = 16, .box_w = 12, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 3875, .adv_w = 213, .box_h = 15, .box_w = 13, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 3973, .adv_w = 302, .box_h = 15, .box_w = 19, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 4116, .adv_w = 213, .box_h = 15, .box_w = 13, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 4214, .adv_w = 213, .box_h = 15, .box_w = 13, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 4312, .adv_w = 195, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 4402, .adv_w = 89, .box_h = 19, .box_w = 5, .ofs_x = 1, .ofs_y = -4}, - {.bitmap_index = 4450, .adv_w = 89, .box_h = 16, .box_w = 6, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 4498, .adv_w = 89, .box_h = 19, .box_w = 5, .ofs_x = 0, .ofs_y = -4}, - {.bitmap_index = 4546, .adv_w = 150, .box_h = 9, .box_w = 9, .ofs_x = 0, .ofs_y = 6}, - {.bitmap_index = 4587, .adv_w = 178, .box_h = 2, .box_w = 13, .ofs_x = -1, .ofs_y = -4}, - {.bitmap_index = 4600, .adv_w = 107, .box_h = 4, .box_w = 4, .ofs_x = 1, .ofs_y = 11}, - {.bitmap_index = 4608, .adv_w = 178, .box_h = 12, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 4674, .adv_w = 178, .box_h = 16, .box_w = 10, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 4754, .adv_w = 160, .box_h = 12, .box_w = 10, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 4814, .adv_w = 178, .box_h = 16, .box_w = 10, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 4894, .adv_w = 178, .box_h = 12, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 4960, .adv_w = 89, .box_h = 15, .box_w = 7, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 5013, .adv_w = 178, .box_h = 16, .box_w = 10, .ofs_x = 0, .ofs_y = -5}, - {.bitmap_index = 5093, .adv_w = 178, .box_h = 15, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 5161, .adv_w = 71, .box_h = 15, .box_w = 2, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 5176, .adv_w = 71, .box_h = 20, .box_w = 4, .ofs_x = -1, .ofs_y = -5}, - {.bitmap_index = 5216, .adv_w = 160, .box_h = 15, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 5284, .adv_w = 71, .box_h = 15, .box_w = 3, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 5307, .adv_w = 267, .box_h = 11, .box_w = 15, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 5390, .adv_w = 178, .box_h = 11, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 5440, .adv_w = 178, .box_h = 12, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 5506, .adv_w = 178, .box_h = 15, .box_w = 10, .ofs_x = 1, .ofs_y = -4}, - {.bitmap_index = 5581, .adv_w = 178, .box_h = 15, .box_w = 10, .ofs_x = 0, .ofs_y = -4}, - {.bitmap_index = 5656, .adv_w = 107, .box_h = 11, .box_w = 6, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 5689, .adv_w = 160, .box_h = 12, .box_w = 10, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 5749, .adv_w = 89, .box_h = 15, .box_w = 6, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 5794, .adv_w = 178, .box_h = 12, .box_w = 9, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 5848, .adv_w = 160, .box_h = 11, .box_w = 10, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 5903, .adv_w = 231, .box_h = 11, .box_w = 15, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 5986, .adv_w = 160, .box_h = 11, .box_w = 10, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 6041, .adv_w = 160, .box_h = 16, .box_w = 10, .ofs_x = 0, .ofs_y = -5}, - {.bitmap_index = 6121, .adv_w = 160, .box_h = 11, .box_w = 10, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 6176, .adv_w = 107, .box_h = 20, .box_w = 7, .ofs_x = 0, .ofs_y = -5}, - {.bitmap_index = 6246, .adv_w = 83, .box_h = 20, .box_w = 3, .ofs_x = 1, .ofs_y = -5}, - {.bitmap_index = 6276, .adv_w = 107, .box_h = 20, .box_w = 6, .ofs_x = 0, .ofs_y = -5}, - {.bitmap_index = 6336, .adv_w = 187, .box_h = 4, .box_w = 11, .ofs_x = 0, .ofs_y = 5}, - {.bitmap_index = 6358, .adv_w = 214, .box_h = 18, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 6466, .adv_w = 277, .box_h = 16, .box_w = 17, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 6602, .adv_w = 173, .box_h = 18, .box_w = 10, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 6692, .adv_w = 230, .box_h = 16, .box_w = 13, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 6796, .adv_w = 213, .box_h = 16, .box_w = 12, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 6892, .adv_w = 89, .box_h = 15, .box_w = 3, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 6915, .adv_w = 89, .box_h = 18, .box_w = 6, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 6969, .adv_w = 160, .box_h = 16, .box_w = 9, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 7041, .adv_w = 338, .box_h = 16, .box_w = 21, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 7209, .adv_w = 323, .box_h = 15, .box_w = 19, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 7352, .adv_w = 273, .box_h = 15, .box_w = 17, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 7480, .adv_w = 186, .box_h = 18, .box_w = 11, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 7579, .adv_w = 203, .box_h = 19, .box_w = 13, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 7703, .adv_w = 230, .box_h = 19, .box_w = 12, .ofs_x = 1, .ofs_y = -4}, - {.bitmap_index = 7817, .adv_w = 213, .box_h = 15, .box_w = 14, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 7922, .adv_w = 210, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 8012, .adv_w = 213, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 8102, .adv_w = 173, .box_h = 15, .box_w = 10, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 8177, .adv_w = 217, .box_h = 19, .box_w = 13, .ofs_x = 0, .ofs_y = -4}, - {.bitmap_index = 8301, .adv_w = 213, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 8391, .adv_w = 295, .box_h = 15, .box_w = 19, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 8534, .adv_w = 193, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 8630, .adv_w = 230, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 8720, .adv_w = 230, .box_h = 18, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 8828, .adv_w = 186, .box_h = 15, .box_w = 11, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 8911, .adv_w = 210, .box_h = 16, .box_w = 12, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 9007, .adv_w = 267, .box_h = 15, .box_w = 15, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 9120, .adv_w = 231, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 9210, .adv_w = 249, .box_h = 16, .box_w = 14, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 9322, .adv_w = 230, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 9412, .adv_w = 213, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 9502, .adv_w = 231, .box_h = 16, .box_w = 13, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 9606, .adv_w = 195, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 9696, .adv_w = 203, .box_h = 16, .box_w = 13, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 9800, .adv_w = 243, .box_h = 15, .box_w = 15, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 9913, .adv_w = 213, .box_h = 15, .box_w = 13, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 10011, .adv_w = 237, .box_h = 19, .box_w = 13, .ofs_x = 1, .ofs_y = -4}, - {.bitmap_index = 10135, .adv_w = 213, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 10225, .adv_w = 293, .box_h = 15, .box_w = 16, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 10345, .adv_w = 300, .box_h = 19, .box_w = 17, .ofs_x = 1, .ofs_y = -4}, - {.bitmap_index = 10507, .adv_w = 253, .box_h = 15, .box_w = 16, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 10627, .adv_w = 283, .box_h = 15, .box_w = 15, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 10740, .adv_w = 210, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 10830, .adv_w = 230, .box_h = 16, .box_w = 14, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 10942, .adv_w = 323, .box_h = 16, .box_w = 19, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 11094, .adv_w = 231, .box_h = 15, .box_w = 13, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 11192, .adv_w = 178, .box_h = 12, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 11258, .adv_w = 183, .box_h = 16, .box_w = 10, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 11338, .adv_w = 170, .box_h = 11, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 11388, .adv_w = 117, .box_h = 11, .box_w = 7, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 11427, .adv_w = 187, .box_h = 14, .box_w = 11, .ofs_x = 0, .ofs_y = -3}, - {.bitmap_index = 11504, .adv_w = 178, .box_h = 12, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 11570, .adv_w = 214, .box_h = 11, .box_w = 14, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 11647, .adv_w = 147, .box_h = 12, .box_w = 9, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 11701, .adv_w = 179, .box_h = 11, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 11751, .adv_w = 179, .box_h = 15, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 11819, .adv_w = 140, .box_h = 11, .box_w = 8, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 11863, .adv_w = 187, .box_h = 11, .box_w = 11, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 11924, .adv_w = 220, .box_h = 11, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 11990, .adv_w = 177, .box_h = 11, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 12040, .adv_w = 178, .box_h = 12, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 12106, .adv_w = 173, .box_h = 11, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 12156, .adv_w = 178, .box_h = 15, .box_w = 10, .ofs_x = 1, .ofs_y = -4}, - {.bitmap_index = 12231, .adv_w = 160, .box_h = 12, .box_w = 10, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 12291, .adv_w = 147, .box_h = 11, .box_w = 9, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 12341, .adv_w = 160, .box_h = 16, .box_w = 10, .ofs_x = 0, .ofs_y = -5}, - {.bitmap_index = 12421, .adv_w = 263, .box_h = 19, .box_w = 16, .ofs_x = 0, .ofs_y = -4}, - {.bitmap_index = 12573, .adv_w = 160, .box_h = 11, .box_w = 10, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 12628, .adv_w = 183, .box_h = 14, .box_w = 10, .ofs_x = 1, .ofs_y = -3}, - {.bitmap_index = 12698, .adv_w = 167, .box_h = 11, .box_w = 9, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 12748, .adv_w = 257, .box_h = 11, .box_w = 14, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 12825, .adv_w = 263, .box_h = 14, .box_w = 15, .ofs_x = 1, .ofs_y = -3}, - {.bitmap_index = 12930, .adv_w = 200, .box_h = 11, .box_w = 12, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 12996, .adv_w = 230, .box_h = 11, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 13062, .adv_w = 167, .box_h = 11, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 13112, .adv_w = 163, .box_h = 12, .box_w = 10, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 13172, .adv_w = 240, .box_h = 12, .box_w = 14, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 13256, .adv_w = 173, .box_h = 11, .box_w = 10, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 13311, .adv_w = 178, .box_h = 16, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 13399, .adv_w = 178, .box_h = 20, .box_w = 10, .ofs_x = 0, .ofs_y = -5}, - {.bitmap_index = 13499, .adv_w = 117, .box_h = 15, .box_w = 7, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 13552, .adv_w = 163, .box_h = 12, .box_w = 10, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 13612, .adv_w = 160, .box_h = 12, .box_w = 10, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 13672, .adv_w = 71, .box_h = 15, .box_w = 2, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 13687, .adv_w = 89, .box_h = 15, .box_w = 6, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 13732, .adv_w = 71, .box_h = 20, .box_w = 4, .ofs_x = -1, .ofs_y = -5}, - {.bitmap_index = 13772, .adv_w = 290, .box_h = 11, .box_w = 18, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 13871, .adv_w = 260, .box_h = 11, .box_w = 15, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 13954, .adv_w = 178, .box_h = 15, .box_w = 10, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 14029, .adv_w = 140, .box_h = 15, .box_w = 8, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 14089, .adv_w = 160, .box_h = 20, .box_w = 10, .ofs_x = 0, .ofs_y = -5}, - {.bitmap_index = 14189, .adv_w = 177, .box_h = 14, .box_w = 9, .ofs_x = 1, .ofs_y = -3}, - {.bitmap_index = 14252, .adv_w = 156, .box_h = 19, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 14338, .adv_w = 132, .box_h = 15, .box_w = 7, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 14391, .adv_w = 173, .box_h = 15, .box_w = 11, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 14474, .adv_w = 117, .box_h = 11, .box_w = 8, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 14518, .adv_w = 295, .box_h = 19, .box_w = 19, .ofs_x = 0, .ofs_y = -4}, - {.bitmap_index = 14699, .adv_w = 214, .box_h = 14, .box_w = 14, .ofs_x = 0, .ofs_y = -3}, - {.bitmap_index = 14797, .adv_w = 186, .box_h = 19, .box_w = 11, .ofs_x = 1, .ofs_y = -4}, - {.bitmap_index = 14902, .adv_w = 140, .box_h = 14, .box_w = 8, .ofs_x = 1, .ofs_y = -3}, - {.bitmap_index = 14958, .adv_w = 186, .box_h = 15, .box_w = 11, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 15041, .adv_w = 140, .box_h = 11, .box_w = 8, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 15085, .adv_w = 231, .box_h = 19, .box_w = 14, .ofs_x = 1, .ofs_y = -4}, - {.bitmap_index = 15218, .adv_w = 177, .box_h = 14, .box_w = 10, .ofs_x = 1, .ofs_y = -3}, - {.bitmap_index = 15288, .adv_w = 178, .box_h = 15, .box_w = 11, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 15371, .adv_w = 160, .box_h = 15, .box_w = 10, .ofs_x = 0, .ofs_y = -4}, - {.bitmap_index = 15446, .adv_w = 178, .box_h = 15, .box_w = 11, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 15529, .adv_w = 160, .box_h = 15, .box_w = 10, .ofs_x = 0, .ofs_y = -4}, - {.bitmap_index = 15604, .adv_w = 213, .box_h = 19, .box_w = 14, .ofs_x = 0, .ofs_y = -4}, - {.bitmap_index = 15737, .adv_w = 160, .box_h = 14, .box_w = 10, .ofs_x = 0, .ofs_y = -3}, - {.bitmap_index = 15807, .adv_w = 213, .box_h = 15, .box_w = 12, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 15897, .adv_w = 167, .box_h = 11, .box_w = 9, .ofs_x = 0, .ofs_y = 0}, - {.bitmap_index = 15947, .adv_w = 213, .box_h = 15, .box_w = 12, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 16037, .adv_w = 167, .box_h = 11, .box_w = 9, .ofs_x = 1, .ofs_y = 0}, - {.bitmap_index = 16087, .adv_w = 241, .box_h = 16, .box_w = 14, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 16199, .adv_w = 178, .box_h = 12, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 16265, .adv_w = 249, .box_h = 16, .box_w = 14, .ofs_x = 1, .ofs_y = -1}, - {.bitmap_index = 16377, .adv_w = 178, .box_h = 12, .box_w = 11, .ofs_x = 0, .ofs_y = -1}, - {.bitmap_index = 16443, .adv_w = 228, .box_h = 20, .box_w = 13, .ofs_x = 1, .ofs_y = -5}, - {.bitmap_index = 16573, .adv_w = 228, .box_h = 8, .box_w = 12, .ofs_x = 1, .ofs_y = 3} -}; - -/*--------------------- - * CHARACTER MAPPING - *--------------------*/ - -static const uint16_t unicode_list_4[] = { - 0x0, 0x1, 0x32, 0x33, 0x34, 0x35, 0x38, 0x39, - 0x3c, 0x3d, 0x3e, 0x3f, 0x44, 0x45, 0x50, 0x51, - 0x52, 0x53, 0x54, 0x55, 0x5a, 0x5b, 0x5c, 0x5d, - 0x7a, 0x7b, 0x8a, 0x8b, 0x1db3, 0x1dc0 -}; - -/*Collect the unicode lists and glyph_id offsets*/ -static const lv_font_fmt_txt_cmap_t cmaps[] = -{ - { - .range_start = 32, .range_length = 95, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY, - .glyph_id_start = 1, .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0 - }, - { - .range_start = 1025, .range_length = 12, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY, - .glyph_id_start = 96, .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0 - }, - { - .range_start = 1038, .range_length = 66, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY, - .glyph_id_start = 108, .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0 - }, - { - .range_start = 1105, .range_length = 12, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY, - .glyph_id_start = 174, .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0 - }, - { - .range_start = 1118, .range_length = 7617, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY, - .glyph_id_start = 186, .unicode_list = unicode_list_4, .glyph_id_ofs_list = NULL, .list_length = 30 - } -}; - -/*----------------- - * KERNING - *----------------*/ - - -/*Pair left and right glyphs for kerning*/ -static const uint8_t kern_pair_glyph_ids[] = -{ - 1, 34, - 1, 53, - 1, 58, - 18, 18, - 34, 1, - 34, 53, - 34, 55, - 34, 56, - 34, 58, - 34, 87, - 34, 88, - 34, 90, - 39, 13, - 39, 15, - 39, 34, - 45, 1, - 45, 53, - 45, 55, - 45, 56, - 45, 58, - 45, 90, - 49, 1, - 49, 13, - 49, 15, - 49, 34, - 51, 53, - 51, 55, - 51, 56, - 51, 58, - 53, 1, - 53, 13, - 53, 14, - 53, 15, - 53, 27, - 53, 28, - 53, 34, - 53, 48, - 53, 66, - 53, 68, - 53, 70, - 53, 74, - 53, 80, - 53, 83, - 53, 84, - 53, 86, - 53, 88, - 53, 90, - 55, 13, - 55, 14, - 55, 15, - 55, 27, - 55, 28, - 55, 34, - 55, 66, - 55, 70, - 55, 74, - 55, 80, - 55, 83, - 55, 86, - 55, 90, - 56, 13, - 56, 14, - 56, 15, - 56, 27, - 56, 28, - 56, 34, - 56, 66, - 56, 70, - 56, 80, - 56, 83, - 56, 86, - 56, 90, - 58, 1, - 58, 13, - 58, 14, - 58, 15, - 58, 27, - 58, 28, - 58, 34, - 58, 66, - 58, 70, - 58, 74, - 58, 80, - 58, 81, - 58, 82, - 58, 86, - 58, 87, - 71, 71, - 83, 13, - 83, 15, - 87, 13, - 87, 15, - 88, 13, - 88, 15, - 90, 13, - 90, 15, - 98, 13, - 98, 15, - 110, 114, - 110, 117, - 110, 121, - 110, 124, - 110, 125, - 110, 127, - 110, 128, - 110, 129, - 110, 130, - 110, 133, - 110, 139, - 110, 142, - 110, 160, - 110, 161, - 110, 162, - 110, 171, - 111, 110, - 111, 117, - 111, 124, - 111, 127, - 111, 128, - 111, 129, - 111, 130, - 111, 131, - 111, 133, - 111, 136, - 111, 139, - 111, 141, - 111, 153, - 111, 161, - 112, 110, - 112, 114, - 112, 116, - 112, 117, - 112, 121, - 112, 124, - 112, 127, - 112, 128, - 112, 129, - 112, 130, - 112, 131, - 112, 133, - 112, 136, - 112, 141, - 112, 146, - 112, 154, - 112, 160, - 112, 161, - 112, 163, - 112, 165, - 112, 173, - 113, 13, - 113, 15, - 113, 110, - 113, 114, - 113, 117, - 113, 121, - 113, 122, - 113, 124, - 113, 127, - 113, 141, - 113, 142, - 113, 144, - 113, 146, - 113, 147, - 113, 150, - 113, 153, - 113, 154, - 113, 155, - 113, 156, - 113, 158, - 113, 161, - 113, 169, - 113, 170, - 113, 172, - 113, 173, - 114, 129, - 114, 130, - 114, 133, - 114, 149, - 114, 156, - 114, 161, - 115, 117, - 115, 159, - 116, 117, - 116, 124, - 116, 127, - 116, 128, - 116, 129, - 116, 136, - 116, 142, - 116, 147, - 116, 156, - 116, 161, - 117, 121, - 117, 124, - 117, 127, - 117, 128, - 117, 129, - 117, 130, - 117, 133, - 117, 141, - 120, 117, - 120, 124, - 120, 127, - 120, 129, - 120, 130, - 121, 130, - 121, 143, - 121, 161, - 122, 130, - 122, 133, - 122, 142, - 122, 147, - 122, 156, - 122, 159, - 122, 161, - 122, 165, - 122, 171, - 124, 110, - 124, 114, - 124, 116, - 124, 121, - 124, 129, - 124, 131, - 124, 133, - 124, 141, - 124, 146, - 124, 153, - 124, 163, - 126, 13, - 126, 15, - 126, 27, - 126, 28, - 126, 110, - 126, 114, - 126, 116, - 126, 117, - 126, 121, - 126, 122, - 126, 124, - 126, 127, - 126, 128, - 126, 129, - 126, 130, - 126, 131, - 126, 141, - 126, 142, - 126, 146, - 126, 147, - 126, 156, - 126, 171, - 126, 173, - 127, 110, - 127, 114, - 127, 117, - 127, 121, - 127, 122, - 127, 124, - 127, 128, - 127, 129, - 127, 131, - 127, 133, - 127, 136, - 127, 139, - 127, 142, - 127, 148, - 127, 165, - 128, 13, - 128, 15, - 128, 110, - 128, 114, - 128, 116, - 128, 117, - 128, 121, - 128, 124, - 128, 130, - 128, 141, - 128, 142, - 128, 144, - 128, 147, - 128, 150, - 128, 152, - 128, 153, - 128, 154, - 128, 156, - 128, 157, - 128, 158, - 128, 159, - 128, 161, - 128, 163, - 128, 167, - 128, 169, - 128, 170, - 128, 172, - 128, 173, - 129, 13, - 129, 15, - 129, 27, - 129, 28, - 129, 110, - 129, 114, - 129, 117, - 129, 121, - 129, 124, - 129, 130, - 129, 139, - 129, 141, - 129, 143, - 129, 144, - 129, 145, - 129, 146, - 129, 147, - 129, 148, - 129, 149, - 129, 150, - 129, 151, - 129, 152, - 129, 153, - 129, 154, - 129, 155, - 129, 156, - 129, 157, - 129, 158, - 129, 159, - 129, 163, - 129, 164, - 129, 166, - 129, 167, - 129, 172, - 129, 173, - 130, 110, - 130, 114, - 130, 121, - 130, 128, - 130, 129, - 130, 133, - 130, 141, - 130, 153, - 131, 117, - 131, 124, - 131, 127, - 131, 130, - 131, 139, - 131, 156, - 131, 161, - 132, 124, - 132, 142, - 135, 142, - 135, 161, - 136, 141, - 138, 110, - 138, 114, - 138, 116, - 138, 117, - 138, 121, - 138, 122, - 138, 124, - 138, 127, - 138, 128, - 138, 131, - 138, 133, - 138, 139, - 138, 141, - 139, 114, - 139, 116, - 139, 117, - 139, 121, - 139, 131, - 139, 141, - 139, 146, - 139, 148, - 139, 153, - 139, 154, - 139, 173, - 140, 110, - 140, 114, - 140, 116, - 140, 121, - 140, 124, - 140, 127, - 140, 128, - 140, 131, - 140, 133, - 140, 146, - 140, 153, - 140, 154, - 142, 149, - 142, 160, - 142, 161, - 142, 165, - 143, 142, - 143, 146, - 143, 147, - 143, 148, - 143, 149, - 143, 153, - 143, 154, - 143, 159, - 143, 161, - 143, 162, - 143, 163, - 143, 165, - 143, 168, - 143, 171, - 143, 173, - 144, 142, - 144, 143, - 144, 146, - 144, 147, - 144, 148, - 144, 149, - 144, 153, - 144, 154, - 144, 156, - 144, 159, - 144, 160, - 144, 161, - 144, 162, - 144, 165, - 144, 168, - 144, 173, - 145, 13, - 145, 15, - 145, 142, - 145, 146, - 145, 147, - 145, 149, - 145, 153, - 145, 156, - 145, 159, - 145, 173, - 146, 168, - 146, 171, - 147, 143, - 147, 146, - 147, 148, - 147, 149, - 147, 153, - 147, 160, - 147, 161, - 147, 163, - 147, 165, - 148, 143, - 148, 161, - 148, 165, - 148, 168, - 149, 143, - 149, 146, - 149, 147, - 149, 149, - 149, 153, - 149, 156, - 149, 159, - 149, 161, - 149, 162, - 149, 165, - 149, 168, - 152, 142, - 152, 143, - 152, 147, - 152, 149, - 152, 153, - 152, 156, - 152, 159, - 152, 160, - 152, 161, - 152, 171, - 153, 156, - 153, 165, - 154, 143, - 154, 149, - 154, 161, - 156, 146, - 156, 148, - 156, 149, - 156, 153, - 156, 160, - 156, 161, - 156, 163, - 156, 165, - 158, 146, - 158, 149, - 158, 153, - 158, 160, - 158, 161, - 158, 163, - 158, 165, - 158, 173, - 159, 148, - 159, 156, - 159, 165, - 159, 171, - 160, 13, - 160, 15, - 160, 142, - 160, 146, - 160, 147, - 160, 148, - 160, 153, - 160, 156, - 160, 159, - 160, 161, - 161, 13, - 161, 15, - 161, 142, - 161, 143, - 161, 146, - 161, 147, - 161, 148, - 161, 153, - 161, 154, - 161, 156, - 161, 158, - 161, 159, - 161, 162, - 161, 171, - 161, 173, - 162, 143, - 162, 146, - 162, 153, - 162, 160, - 162, 161, - 162, 165, - 162, 173, - 163, 142, - 163, 143, - 163, 147, - 163, 149, - 163, 156, - 163, 159, - 163, 160, - 163, 162, - 163, 165, - 164, 147, - 164, 149, - 164, 156, - 164, 159, - 167, 147, - 167, 156, - 167, 161, - 170, 160, - 170, 165, - 171, 146, - 171, 147, - 171, 149, - 171, 153, - 171, 156, - 171, 160, - 171, 163, - 171, 173, - 172, 146, - 172, 148, - 172, 153, - 172, 154, - 172, 160, - 172, 163, - 172, 165, - 186, 13, - 186, 15, - 188, 13, - 188, 15, - 188, 27, - 188, 28 -}; - -/* Kerning between the respective left and right glyphs - * 4.4 format which needs to scaled with `kern_scale`*/ -static const int8_t kern_pair_values[] = -{ - -18, -6, -6, -24, -18, -24, -24, -12, - -24, -6, -6, -6, -35, -35, -18, -12, - -24, -24, -24, -24, -12, -6, -41, -41, - -24, -6, -6, -6, -6, -6, -35, -18, - -35, -35, -35, -24, -6, -35, -35, -35, - -12, -35, -12, -35, -12, -18, -18, -29, - -18, -29, -12, -12, -24, -24, -18, -6, - -18, -12, -12, -12, -18, -6, -18, -6, - -6, -12, -12, -6, -6, -6, -6, -3, - -6, -41, -29, -41, -18, -21, -24, -24, - -29, -12, -29, -24, -29, -18, -18, -6, - -18, -18, -24, -24, -18, -18, -24, -24, - -39, -39, 11, -4, 7, -7, -4, -7, - -25, -14, -11, -25, -7, 4, -7, -4, - 4, 7, -7, -4, -4, -4, -14, -7, - -4, -7, -14, -11, -4, -4, -4, -7, - -11, -7, -7, -11, -4, -11, -11, -21, - -11, -11, -14, -14, -18, -11, -4, -4, - -11, -4, -4, -11, -4, -39, -39, -21, - -21, -7, -18, -7, -18, -14, -11, -18, - -18, -21, -21, -18, -18, -18, -18, -21, - -18, -21, -18, -18, -18, -21, 4, -7, - -11, 11, 4, 7, -7, -4, -4, -7, - -4, 4, 7, 7, 4, -4, -4, -4, - -4, -4, -4, -7, -4, -4, -7, -4, - -4, -4, -4, 4, -11, -4, 4, 4, - -4, -4, 4, 4, 4, 4, 4, -4, - 4, -7, -7, -7, -4, -7, -14, -7, - -7, -7, -4, -4, -60, -60, -7, -7, - -21, -21, -4, -7, -18, -4, -7, -4, - -14, -7, -4, -14, -7, -11, -25, -14, - -14, -7, -11, -7, -7, -4, -11, -4, - -7, -11, -11, -18, -11, -11, -4, 4, - 7, -4, -35, -35, -11, -11, 4, -4, - -7, -14, -11, -7, -14, -14, -18, -14, - -14, -14, -14, -25, -14, -18, -18, -18, - -14, -14, -14, -14, -14, -18, -42, -42, - -7, -7, -21, -14, -7, -11, -11, -11, - -7, -7, -7, -18, -14, -25, -21, -11, - -18, -14, -11, -14, -21, -14, -14, -21, - -14, -14, -21, -14, -14, -14, -14, -14, - -21, -7, -11, -11, -18, -14, -7, -11, - -11, -7, -11, -11, -11, -11, -4, -7, - -7, 7, 4, 7, -11, -7, -7, -11, - -4, -11, -7, -7, -7, -32, -14, -25, - -4, -14, -11, -4, -4, -11, -11, -7, - -11, 4, -11, -4, -4, -11, -14, -7, - -14, -4, -4, -18, -14, -11, -14, -14, - -4, -4, -7, -4, -7, -7, -14, -4, - -4, -7, -14, -7, -4, -7, -4, -11, - -11, -11, -4, -7, -4, -4, -4, -4, - -4, -4, -7, -4, -4, -4, -7, -7, - -4, -14, -11, -4, -39, -39, -7, -14, - -7, -4, -7, -7, -7, -4, -7, 4, - -4, -7, -4, -7, -11, -11, -4, -7, - -11, 4, 4, -4, 7, -4, -7, -4, - -4, -4, -4, -4, -4, -4, -11, -7, - 7, 7, 4, 4, 4, 4, 4, 4, - 4, 4, 4, -7, -4, -4, 4, -7, - -4, -4, -7, -7, -4, -4, -7, -7, - -4, -11, -7, -4, -4, -7, -4, 4, - 4, -4, 4, -35, -35, -4, -11, -4, - 11, -7, -4, -4, 4, -32, -32, -4, - 4, -11, -4, 4, -7, -4, -4, -4, - -4, -4, -4, -4, -4, -7, -7, -7, - -4, -7, -4, -4, -4, -4, -4, -4, - -4, -4, -4, -7, -4, -4, -4, -4, - -4, -4, 4, -25, -21, -7, 4, -4, - -7, 4, -7, -4, -4, -7, -4, -7, - -4, -7, -4, -7, -32, -32, -39, -39, - -7, -7 -}; - -/*Collect the kern pair's data in one place*/ -static const lv_font_fmt_txt_kern_pair_t kern_pairs = -{ - .glyph_ids = kern_pair_glyph_ids, - .values = kern_pair_values, - .pair_cnt = 562, - .glyph_ids_size = 0 -}; - -/*-------------------- - * ALL CUSTOM DATA - *--------------------*/ - -/*Store all the custom data of the font*/ -static lv_font_fmt_txt_dsc_t font_dsc = { - .glyph_bitmap = gylph_bitmap, - .glyph_dsc = glyph_dsc, - .cmaps = cmaps, - .cmap_num = 5, - .bpp = 4, - - .kern_scale = 16, - .kern_dsc = &kern_pairs, - .kern_classes = 0 -}; - - -/*----------------- - * PUBLIC FONT - *----------------*/ - -/*Initialize a public general font descriptor*/ -lv_font_t arial_20 = { - .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */ - .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ - .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ - .line_height = 24, /*The maximum line height required by the font*/ - .base_line = 5, /*Baseline measured from the bottom of the line*/ -}; - -#endif /*#if ARIAL_20*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c b/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c deleted file mode 100644 index bd1e6fe..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c +++ /dev/null @@ -1,90 +0,0 @@ -/** - * @file lv_tutorial_fonts.h - * - */ - -/* - * -------------------------------------------------------------- - * How to add new fonts (even Unicode) to the graphic library - * -------------------------------------------------------------- - * - * BUILT-IN FONTS - * - There are several built in font in the library which can be enabled in lv_conf.h - * - For example: lv_font_roboto_16, - - * USING A FONT - * - Just set a font in style.text.font - * - For example: style.text.font = &lv_font_roboto_16 - * - * SYMBOLS - * - There are symbols as well which stored as fonts. - * - To reference a symbol use the defines LV_SYMBOL_... (LV_SYMBOL_FILE, LV_SYMBOL_OK, etc see lv_symbol_def.h) - * - * BIT-PER-PIXEL - * - The fonts can describe a pixel with 1, 2 or 4 bit. The higher value results smoother letters - * but larger foot memory foot print. - * - * ADDING NEW FONTS - * - You can generate your own fonts using the online font converter tool: - * https://littlevgl.com/ttf-font-to-c-array - * - All information is provided on the website - * - */ - - - -/********************* - * INCLUDES - *********************/ -#include "lv_tutorial_fonts.h" -#if LV_USE_TUTORIALS - -#include "lvgl/lvgl.h" - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ -LV_FONT_DECLARE(arial_20) /*Declare a font*/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Concat two font and create label with Unicode characters - */ -void lv_tutorial_fonts(void) -{ - /*Create a style and use the new font*/ - static lv_style_t style1; - lv_style_copy(&style1, &lv_style_plain); - style1.text.font = &arial_20; /*Set the base font whcih is concatenated with the others*/ - - /*Create a label and set new text*/ - lv_obj_t * label = lv_label_create(lv_disp_get_scr_act(NULL), NULL); - lv_obj_set_pos(label, 10, 10); - lv_label_set_style(label, LV_LABEL_STYLE_MAIN, &style1); - lv_label_set_text(label, "Hello\nпривет\n∞∑"); /*Use ASCII and Cyrillic letters together*/ -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.h b/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.h deleted file mode 100644 index dd7f625..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.h +++ /dev/null @@ -1,50 +0,0 @@ -/** - * @file lv_tutorial_fonts.h - * - */ - -#ifndef LV_TUTORIAL_FONTS_H -#define LV_TUTORIAL_FONTS_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TUTORIALS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -void lv_tutorial_fonts(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TUTORIAL_FONTS_H*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.mk b/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.mk deleted file mode 100644 index 6d37f24..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.mk +++ /dev/null @@ -1,7 +0,0 @@ -CSRCS += lv_tutorial_fonts.c -CSRCS += arial_20.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tutorial/7_fonts -VPATH += :$(LVGL_DIR)/lv_examples/lv_tutorial/7_fonts - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tutorial/7_fonts" diff --git a/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c b/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c deleted file mode 100644 index d46286c..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c +++ /dev/null @@ -1,144 +0,0 @@ -/** - * @file lv_tutorial_animation.h - * - */ - -/* - * YOu can add animations to improve the user experience. - * Basically you can animate any attribute by writing a - * 'void func(void *ptr, int32_t value)' function. - * The animation will call a function like this to update the value of 'ptr' to 'value'. - * Fortunately near all 'set' functions in LittlevGL have a similar prototype. - * E.g. lv_obj_set_width(lv_obj_t *obj, lv_coord_t w) - * You will see below how declare and start an animation. - * - * There are built in animation which can be started with the lv_obj_anim() function. - * - * The other type of animations are the style animations where you can fade - * one style into an other. See the example below. - * - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_tutorial_animations.h" -#if LV_USE_TUTORIALS && LV_USE_ANIMATION - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ -lv_style_t btn3_style; - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Crate some objects an animate them - */ -void lv_tutorial_animations(void) -{ - lv_obj_t * scr = lv_disp_get_scr_act(NULL); /*Get the current screen*/ - - lv_obj_t * label; - - /*Create a button the demonstrate built-in animations*/ - lv_obj_t * btn1; - btn1 = lv_btn_create(scr, NULL); - lv_obj_set_pos(btn1, 10, 10); /*Set a position. It will be the animation's destination*/ - lv_obj_set_size(btn1, 80, 50); - - label = lv_label_create(btn1, NULL); - lv_label_set_text(label, "Float"); - - /* Float in the button using a built-in function - * Delay the animation with 2000 ms and float in 300 ms. NULL means no end callback*/ - lv_anim_t a; - a.var = btn1; - a.start = -lv_obj_get_height(btn1); - a.end = lv_obj_get_y(btn1); - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_y; - a.path_cb = lv_anim_path_linear; - a.ready_cb = NULL; - a.act_time = -2000; /*Delay the animation*/ - a.time = 300; - a.playback = 0; - a.playback_pause = 0; - a.repeat = 0; - a.repeat_pause = 0; -#if LV_USE_USER_DATA - a.user_data = NULL; -#endif - lv_anim_create(&a); - - /*Create a button to demonstrate user defined animations*/ - lv_obj_t * btn2; - btn2 = lv_btn_create(scr, NULL); - lv_obj_set_pos(btn2, 10, 80); /*Set a position. It will be the animation's destination*/ - lv_obj_set_size(btn2, 80, 50); - - label = lv_label_create(btn2, NULL); - lv_label_set_text(label, "Move"); - - /*Create an animation to move the button continuously left to right*/ - a.var = btn2; - a.start = lv_obj_get_x(btn2); - a.end = a.start + (100); - a.exec_cb = (lv_anim_exec_xcb_t)lv_obj_set_x; - a.path_cb = lv_anim_path_linear; - a.ready_cb = NULL; - a.act_time = -1000; /*Negative number to set a delay*/ - a.time = 400; /*Animate in 400 ms*/ - a.playback = 1; /*Make the animation backward too when it's ready*/ - a.playback_pause = 0; /*Wait before playback*/ - a.repeat = 1; /*Repeat the animation*/ - a.repeat_pause = 500; /*Wait before repeat*/ - lv_anim_create(&a); - - /*Create a button to demonstrate the style animations*/ - lv_obj_t * btn3; - btn3 = lv_btn_create(scr, NULL); - lv_obj_set_pos(btn3, 10, 150); /*Set a position. It will be the animation's destination*/ - lv_obj_set_size(btn3, 80, 50); - - label = lv_label_create(btn3, NULL); - lv_label_set_text(label, "Style"); - - /*Create a unique style for the button*/ - lv_style_copy(&btn3_style, lv_btn_get_style(btn3, LV_BTN_STYLE_REL)); - lv_btn_set_style(btn3, LV_BTN_STATE_REL, &btn3_style); - - /*Animate the new style*/ - lv_anim_t sa; - lv_style_anim_init(&sa); - lv_style_anim_set_styles(&sa, &btn3_style, &lv_style_btn_rel, &lv_style_pretty); - lv_style_anim_set_time(&sa, 500, 500); - lv_style_anim_set_playback(&sa, 500); - lv_style_anim_set_repeat(&sa, 500); - lv_style_anim_create(&sa); -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_TUTORIALS && LV_USE_ANIMATION*/ - diff --git a/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.h b/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.h deleted file mode 100644 index 905d4fa..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.h +++ /dev/null @@ -1,54 +0,0 @@ -/** - * @file lv_tutorial_animation.h - * - */ - -#ifndef LV_TUTORIAL_ANIMATION_H -#define LV_TUTORIAL_ANIMATION_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TUTORIALS && LV_USE_ANIMATION - - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/** - * Crate some objects an animate them - */ -void lv_tutorial_animations(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TUTORIAL_ANTMATION_H*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.mk b/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.mk deleted file mode 100644 index 3a70125..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_tutorial_animations.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tutorial/8_animations -VPATH += :$(LVGL_DIR)/lv_examples/lv_tutorial/8_animations - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tutorial/8_animations" diff --git a/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c b/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c deleted file mode 100644 index cbec7ed..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c +++ /dev/null @@ -1,135 +0,0 @@ -/** - * @file lv_tutorial_responsive.h - * - */ - -/* - * ------------------------------------------------- - * See how to create responsive user interfaces - * ------------------------------------------------ - * - * Changing the display to different resolution, updating the GUI design - * or working with dynamic content are much more easier if you use some - * useful features of the library and follow a few rules. - * - * LV_DPI - * - In lv_conf.h LV_DPI shows how many pixels are there in 1 inch - * - You should use it as general unit. For example: - * lv_obj_set_pos(btn1, LV_DPI / 2, LV_DPI); - * - Built-in styles and themes also use this to set padding and sizes. - * So lowering LV_DPI will make paddings smaller. - * - This way changing to higher pixel density display won't brake your design - * - * ALIGN - * - Use the 'lv_obj_align()' function to align the object relative to each other - * lv_obj_align(btn1, btn2, LV_ALIGN_OUT_RIGHT_MID, LV_DPI / 2, 0); - * - It helps to keep an arrangement even is an object is moved - * - the align happens only once when you call the function. - * - * AUTO FIT - * - The container like objects (lv_cont, lv_btn, lv_page) support auto-fit - * - It means the object's size will automatically set to include all its children - * - Can be enabled separately horizontally and vertically - * - It is useful if you have dynamic content - * - For example a message box will be as high as its text needs - * - It uses the style.body.padding.hor/ver to make a padding - * - Auto-fit runs every time when a children changes (not only once when applied) - * - * LAYOUT - * - You can apply a layout on any container like object - * - It automatically arranges the children according to a policy - * - For example `lv_list` uses it to put elements below each other - * - Layout runs every time when a children changes (not only once when applied) - * - */ - -/********************* - * INCLUDES - *********************/ -#include "lv_tutorial_responsive.h" -#if LV_USE_TUTORIALS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * STATIC PROTOTYPES - **********************/ - -/********************** - * STATIC VARIABLES - **********************/ - -/********************** - * MACROS - **********************/ - -/********************** - * GLOBAL FUNCTIONS - **********************/ - -/** - * Create some objects an animate them - */ -void lv_tutorial_responsive(void) -{ - lv_obj_t * scr = lv_disp_get_scr_act(NULL); /*Get the current screen*/ - - lv_obj_t * label; - - /*LV_DPI*/ - lv_obj_t * btn1; - btn1 = lv_btn_create(scr, NULL); - lv_obj_set_pos(btn1, LV_DPI / 10, LV_DPI / 10); /*Use LV_DPI to set the position*/ - lv_obj_set_size(btn1, LV_DPI, LV_DPI / 2); /*Use LVDOI to set the size*/ - - label = lv_label_create(btn1, NULL); - lv_label_set_text(label, "LV_DPI"); - - /*ALIGN*/ - lv_obj_t * btn2; - btn2 = lv_btn_create(scr, btn1); - lv_obj_align(btn2, btn1, LV_ALIGN_OUT_RIGHT_MID, LV_DPI / 4, 0); - - label = lv_label_create(btn2, NULL); - lv_label_set_text(label, "Align"); - - /*AUTO FIT*/ - lv_obj_t * btn3; - btn3 = lv_btn_create(scr, btn1); - lv_btn_set_fit(btn3, LV_FIT_TIGHT); - - label = lv_label_create(btn3, NULL); - lv_label_set_text(label, "Fit"); - - lv_obj_align(btn3, btn1, LV_ALIGN_OUT_BOTTOM_MID, 0, LV_DPI / 4); /*Align when already resized because of the label*/ - - /*LAYOUT*/ - lv_obj_t * btn4; - btn4 = lv_btn_create(scr, btn1); - lv_btn_set_fit(btn4, LV_FIT_TIGHT); /*Enable fit too*/ - lv_btn_set_layout(btn4, LV_LAYOUT_COL_R); /*Right aligned column layout*/ - - label = lv_label_create(btn4, NULL); - lv_label_set_text(label, "First"); - - label = lv_label_create(btn4, NULL); - lv_label_set_text(label, "Second"); - - label = lv_label_create(btn4, NULL); - lv_label_set_text(label, "Third"); - - lv_obj_align(btn4, btn2, LV_ALIGN_OUT_BOTTOM_MID, 0, LV_DPI / 4); /*Align when already resized because of the label*/ - -} - -/********************** - * STATIC FUNCTIONS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.h b/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.h deleted file mode 100644 index b20fdd5..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.h +++ /dev/null @@ -1,50 +0,0 @@ -/** - * @file lv_tutorial_responsive.h - * - */ - -#ifndef LV_TUTORIAL_RESPONSIVE_H -#define LV_TUTORIAL_RESPONSIVE_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#ifdef LV_CONF_INCLUDE_SIMPLE -#include "lvgl.h" -#include "lv_ex_conf.h" -#else -#include "../../../lvgl/lvgl.h" -#include "../../../lv_ex_conf.h" -#endif - -#if LV_USE_TUTORIALS - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -void lv_tutorial_responsive(void); - -/********************** - * MACROS - **********************/ - -#endif /*LV_USE_TUTORIALS*/ - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_TUTORIAL_ANTMATION_H*/ diff --git a/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.mk b/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.mk deleted file mode 100644 index 80276ea..0000000 --- a/components/lv_examples/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.mk +++ /dev/null @@ -1,6 +0,0 @@ -CSRCS += lv_tutorial_responsive.c - -DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_tutorial/9_responsive -VPATH += :$(LVGL_DIR)/lv_examples/lv_tutorial/9_responsive - -CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_tutorial/9_responsive" diff --git a/components/lvgl/CMakeLists.txt b/components/lvgl/CMakeLists.txt deleted file mode 100644 index 5550ee4..0000000 --- a/components/lvgl/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -file(GLOB_RECURSE SOURCES lvgl/src/*.c) -idf_component_register(SRCS ${SOURCES} - INCLUDE_DIRS . lvgl) - -target_compile_definitions(${COMPONENT_LIB} INTERFACE LV_CONF_INCLUDE_SIMPLE=1) diff --git a/components/lvgl/component.mk b/components/lvgl/component.mk deleted file mode 100644 index a8edb1e..0000000 --- a/components/lvgl/component.mk +++ /dev/null @@ -1,18 +0,0 @@ -# -# Component Makefile -# - -# Set simple includes as default -ifndef LV_CONF_INCLUDE_SIMPLE -CFLAGS += -DLV_CONF_INCLUDE_SIMPLE -endif - -COMPONENT_SRCDIRS := lvgl/ \ - lvgl/src/lv_core \ - lvgl/src/lv_draw \ - lvgl/src/lv_objx \ - lvgl/src/lv_hal \ - lvgl/src/lv_misc \ - lvgl/src/lv_themes \ - lvgl/src/lv_font -COMPONENT_ADD_INCLUDEDIRS := $(COMPONENT_SRCDIRS) . diff --git a/components/lvgl/lv_conf.h b/components/lvgl/lv_conf.h deleted file mode 100644 index 91d4084..0000000 --- a/components/lvgl/lv_conf.h +++ /dev/null @@ -1,602 +0,0 @@ -/** - * @file lv_conf.h - * - */ - -/* - * COPY THIS FILE AS `lv_conf.h` NEXT TO the `lvgl` FOLDER - */ - -#if 1 /*Set it to "1" to enable content*/ - -#ifndef LV_CONF_H -#define LV_CONF_H -/* clang-format off */ - -#include - -#include "esp_attr.h" -#include "sdkconfig.h" - -/*==================== - Graphical settings - *====================*/ - -/* Maximal horizontal and vertical resolution to support by the library.*/ -#define LV_HOR_RES_MAX (CONFIG_LVGL_DISPLAY_WIDTH) -#define LV_VER_RES_MAX (CONFIG_LVGL_DISPLAY_HEIGHT) - -/* Color depth: - * - 1: 1 byte per pixel - * - 8: RGB233 - * - 16: RGB565 - * - 32: ARGB8888 - */ -#define LV_COLOR_DEPTH 16 - -/* Swap the 2 bytes of RGB565 color. - * Useful if the display has a 8 bit interface (e.g. SPI)*/ -#if CONFIG_LVGL_TFT_DISPLAY_CONTROLLER == 0 -#define LV_COLOR_16_SWAP 1 -#elif CONFIG_LVGL_TFT_DISPLAY_CONTROLLER == 1 -#define LV_COLOR_16_SWAP 0 -#elif CONFIG_LVGL_TFT_DISPLAY_CONTROLLER == 2 -#define LV_COLOR_16_SWAP 1 -#elif CONFIG_LVGL_TFT_DISPLAY_CONTROLLER == 3 -#define LV_COLOR_16_SWAP 1 -#endif - -/* 1: Enable screen transparency. - * Useful for OSD or other overlapping GUIs. - * Requires `LV_COLOR_DEPTH = 32` colors and the screen's style should be modified: `style.body.opa = ...`*/ -#define LV_COLOR_SCREEN_TRANSP 0 - -/*Images pixels with this color will not be drawn (with chroma keying)*/ -#define LV_COLOR_TRANSP LV_COLOR_LIME /*LV_COLOR_LIME: pure green*/ - -/* Enable chroma keying for indexed images. */ -#define LV_INDEXED_CHROMA 1 - -/* Enable anti-aliasing (lines, and radiuses will be smoothed) */ -#define LV_ANTIALIAS 1 - -/* Default display refresh period. - * Can be changed in the display driver (`lv_disp_drv_t`).*/ -#define LV_DISP_DEF_REFR_PERIOD 30 /*[ms]*/ - -/* Dot Per Inch: used to initialize default sizes. - * E.g. a button with width = LV_DPI / 2 -> half inch wide - * (Not so important, you can adjust it to modify default sizes and spaces)*/ -#define LV_DPI 100 /*[px]*/ - -/* Type of coordinates. Should be `int16_t` (or `int32_t` for extreme cases) */ -typedef int16_t lv_coord_t; - -/*========================= - Memory manager settings - *=========================*/ - -/* LittelvGL's internal memory manager's settings. - * The graphical objects and other related data are stored here. */ - -/* 1: use custom malloc/free, 0: use the built-in `lv_mem_alloc` and `lv_mem_free` */ -#define LV_MEM_CUSTOM 0 -#if LV_MEM_CUSTOM == 0 -/* Size of the memory used by `lv_mem_alloc` in bytes (>= 2kB)*/ -# define LV_MEM_SIZE (32U * 1024U) - -/* Complier prefix for a big array declaration */ -# define LV_MEM_ATTR - -/* Set an address for the memory pool instead of allocating it as an array. - * Can be in external SRAM too. */ -# define LV_MEM_ADR 0 - -/* Automatically defrag. on free. Defrag. means joining the adjacent free cells. */ -# define LV_MEM_AUTO_DEFRAG 1 -#else /*LV_MEM_CUSTOM*/ -# define LV_MEM_CUSTOM_INCLUDE /*Header for the dynamic memory function*/ -# define LV_MEM_CUSTOM_ALLOC malloc /*Wrapper to malloc*/ -# define LV_MEM_CUSTOM_FREE free /*Wrapper to free*/ -#endif /*LV_MEM_CUSTOM*/ - -/* Garbage Collector settings - * Used if lvgl is binded to higher level language and the memory is managed by that language */ -#define LV_ENABLE_GC 0 -#if LV_ENABLE_GC != 0 -# define LV_GC_INCLUDE "gc.h" /*Include Garbage Collector related things*/ -# define LV_MEM_CUSTOM_REALLOC your_realloc /*Wrapper to realloc*/ -# define LV_MEM_CUSTOM_GET_SIZE your_mem_get_size /*Wrapper to lv_mem_get_size*/ -#endif /* LV_ENABLE_GC */ - -/*======================= - Input device settings - *=======================*/ - -/* Input device default settings. - * Can be changed in the Input device driver (`lv_indev_drv_t`)*/ - -/* Input device read period in milliseconds */ -#define LV_INDEV_DEF_READ_PERIOD 30 - -/* Drag threshold in pixels */ -#define LV_INDEV_DEF_DRAG_LIMIT 10 - -/* Drag throw slow-down in [%]. Greater value -> faster slow-down */ -#define LV_INDEV_DEF_DRAG_THROW 20 - -/* Long press time in milliseconds. - * Time to send `LV_EVENT_LONG_PRESSSED`) */ -#define LV_INDEV_DEF_LONG_PRESS_TIME 400 - -/* Repeated trigger period in long press [ms] - * Time between `LV_EVENT_LONG_PRESSED_REPEAT */ -#define LV_INDEV_DEF_LONG_PRESS_REP_TIME 100 - -/*================== - * Feature usage - *==================*/ - -/*1: Enable the Animations */ -#define LV_USE_ANIMATION 1 -#if LV_USE_ANIMATION - -/*Declare the type of the user data of animations (can be e.g. `void *`, `int`, `struct`)*/ -typedef void * lv_anim_user_data_t; - -#endif - -/* 1: Enable shadow drawing*/ -#define LV_USE_SHADOW 1 - -/* 1: Enable object groups (for keyboard/encoder navigation) */ -#define LV_USE_GROUP 1 -#if LV_USE_GROUP -typedef void * lv_group_user_data_t; -#endif /*LV_USE_GROUP*/ - -/* 1: Enable GPU interface*/ -#define LV_USE_GPU 1 - -/* 1: Enable file system (might be required for images */ -#define LV_USE_FILESYSTEM 1 -#if LV_USE_FILESYSTEM -/*Declare the type of the user data of file system drivers (can be e.g. `void *`, `int`, `struct`)*/ -typedef void * lv_fs_drv_user_data_t; -#endif - -/*1: Add a `user_data` to drivers and objects*/ -#define LV_USE_USER_DATA 0 - -/*======================== - * Image decoder and cache - *========================*/ - -/* 1: Enable indexed (palette) images */ -#define LV_IMG_CF_INDEXED 1 - -/* 1: Enable alpha indexed images */ -#define LV_IMG_CF_ALPHA 1 - -/* Default image cache size. Image caching keeps the images opened. - * If only the built-in image formats are used there is no real advantage of caching. - * (I.e. no new image decoder is added) - * With complex image decoders (e.g. PNG or JPG) caching can save the continuous open/decode of images. - * However the opened images might consume additional RAM. - * LV_IMG_CACHE_DEF_SIZE must be >= 1 */ -#define LV_IMG_CACHE_DEF_SIZE 1 - -/*Declare the type of the user data of image decoder (can be e.g. `void *`, `int`, `struct`)*/ -typedef void * lv_img_decoder_user_data_t; - -/*===================== - * Compiler settings - *====================*/ -/* Define a custom attribute to `lv_tick_inc` function */ -#define LV_ATTRIBUTE_TICK_INC IRAM_ATTR - -/* Define a custom attribute to `lv_task_handler` function */ -#define LV_ATTRIBUTE_TASK_HANDLER - -/* With size optimization (-Os) the compiler might not align data to - * 4 or 8 byte boundary. This alignment will be explicitly applied where needed. - * E.g. __attribute__((aligned(4))) */ -#define LV_ATTRIBUTE_MEM_ALIGN - -/* Attribute to mark large constant arrays for example - * font's bitmaps */ -#define LV_ATTRIBUTE_LARGE_CONST - -/* Export integer constant to binding. - * This macro is used with constants in the form of LV_ that - * should also appear on lvgl binding API such as Micropython - * - * The default value just prevents a GCC warning. - */ -#define LV_EXPORT_CONST_INT(int_value) struct _silence_gcc_warning - -/*=================== - * HAL settings - *==================*/ - -/* 1: use a custom tick source. - * It removes the need to manually update the tick with `lv_tick_inc`) */ -#define LV_TICK_CUSTOM 0 -#if LV_TICK_CUSTOM == 1 -#define LV_TICK_CUSTOM_INCLUDE "something.h" /*Header for the sys time function*/ -#define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current systime in ms*/ -#endif /*LV_TICK_CUSTOM*/ - -typedef void * lv_disp_drv_user_data_t; /*Type of user data in the display driver*/ -typedef void * lv_indev_drv_user_data_t; /*Type of user data in the input device driver*/ - -/*================ - * Log settings - *===============*/ - -/*1: Enable the log module*/ -#define LV_USE_LOG 1 -#if LV_USE_LOG -/* How important log should be added: - * LV_LOG_LEVEL_TRACE A lot of logs to give detailed information - * LV_LOG_LEVEL_INFO Log important events - * LV_LOG_LEVEL_WARN Log if something unwanted happened but didn't cause a problem - * LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail - * LV_LOG_LEVEL_NONE Do not log anything - */ -# define LV_LOG_LEVEL LV_LOG_LEVEL_WARN - -/* 1: Print the log with 'printf'; - * 0: user need to register a callback with `lv_log_register_print_cb`*/ -# define LV_LOG_PRINTF 1 -#endif /*LV_USE_LOG*/ - -/*================= - * Debug settings - *================*/ - -/* If Debug is enabled LittelvGL validates the parameters of the functions. - * If an invalid parameter is found an error log message is printed and - * the MCU halts at the error. (`LV_USE_LOG` should be enabled) - * If you are debugging the MCU you can pause - * the debugger to see exactly where the issue is. - * - * The behavior of asserts can be overwritten by redefining them here. - * E.g. #define LV_ASSERT_MEM(p) - */ -#define LV_USE_DEBUG 0 -#if LV_USE_DEBUG - -/*Check if the parameter is NULL. (Quite fast) */ -#define LV_USE_ASSERT_NULL 1 - -/*Checks is the memory is successfully allocated or no. (Quite fast)*/ -#define LV_USE_ASSERT_MEM 1 - -/* Check the strings. - * Search for NULL, very long strings, invalid characters, and unnatural repetitions. (Slow) - * If disabled `LV_USE_ASSERT_NULL` will be performed instead (if it's enabled) */ -#define LV_USE_ASSERT_STR 0 - -/* Check NULL, the object's type and existence (e.g. not deleted). (Quite slow) - * If disabled `LV_USE_ASSERT_NULL` will be performed instead (if it's enabled) */ -#define LV_USE_ASSERT_OBJ 0 - -/*Check if the styles are properly initialized. (Fast)*/ -#define LV_USE_ASSERT_STYLE 1 - -#endif /*LV_USE_DEBUG*/ - -/*================ - * THEME USAGE - *================*/ -#define LV_THEME_LIVE_UPDATE 0 /*1: Allow theme switching at run time. Uses 8..10 kB of RAM*/ - -#define LV_USE_THEME_TEMPL 0 /*Just for test*/ -#define LV_USE_THEME_DEFAULT 0 /*Built mainly from the built-in styles. Consumes very few RAM*/ -#define LV_USE_THEME_ALIEN 0 /*Dark futuristic theme*/ -#define LV_USE_THEME_NIGHT 0 /*Dark elegant theme*/ -#define LV_USE_THEME_MONO 0 /*Mono color theme for monochrome displays*/ -#define LV_USE_THEME_MATERIAL 0 /*Flat theme with bold colors and light shadows*/ -#define LV_USE_THEME_ZEN 0 /*Peaceful, mainly light theme */ -#define LV_USE_THEME_NEMO 0 /*Water-like theme based on the movie "Finding Nemo"*/ - -/*================== - * FONT USAGE - *===================*/ - -/* The built-in fonts contains the ASCII range and some Symbols with 4 bit-per-pixel. - * The symbols are available via `LV_SYMBOL_...` defines - * More info about fonts: https://docs.littlevgl.com/#Fonts - * To create a new font go to: https://littlevgl.com/ttf-font-to-c-array - */ - -/* Robot fonts with bpp = 4 - * https://fonts.google.com/specimen/Roboto */ -#define LV_FONT_ROBOTO_12 0 -#define LV_FONT_ROBOTO_16 1 -#define LV_FONT_ROBOTO_22 0 -#define LV_FONT_ROBOTO_28 0 - -/* Demonstrate special features */ -#define LV_FONT_ROBOTO_12_SUBPX 0 -#define LV_FONT_ROBOTO_28_COMPRESSED 0 /*bpp = 3*/ - -/*Pixel perfect monospace font - * http://pelulamu.net/unscii/ */ -#define LV_FONT_UNSCII_8 0 - -/* Optionally declare your custom fonts here. - * You can use these fonts as default font too - * and they will be available globally. E.g. - * #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(my_font_1) \ - * LV_FONT_DECLARE(my_font_2) - */ -#define LV_FONT_CUSTOM_DECLARE - -/*Always set a default font from the built-in fonts*/ -#define LV_FONT_DEFAULT &lv_font_roboto_16 - -/* Enable it if you have fonts with a lot of characters. - * The limit depends on the font size, font face and bpp - * but with > 10,000 characters if you see issues probably you need to enable it.*/ -#define LV_FONT_FMT_TXT_LARGE 0 - -/* Set the pixel order of the display. - * Important only if "subpx fonts" are used. - * With "normal" font it doesn't matter. - */ -#define LV_FONT_SUBPX_BGR 0 - -/*Declare the type of the user data of fonts (can be e.g. `void *`, `int`, `struct`)*/ -typedef void * lv_font_user_data_t; - -/*================= - * Text settings - *=================*/ - -/* Select a character encoding for strings. - * Your IDE or editor should have the same character encoding - * - LV_TXT_ENC_UTF8 - * - LV_TXT_ENC_ASCII - * */ -#define LV_TXT_ENC LV_TXT_ENC_UTF8 - - /*Can break (wrap) texts on these chars*/ -#define LV_TXT_BREAK_CHARS " ,.;:-_" - -/* If a word is at least this long, will break wherever "prettiest" - * To disable, set to a value <= 0 */ -#define LV_TXT_LINE_BREAK_LONG_LEN 12 - -/* Minimum number of characters in a long word to put on a line before a break. - * Depends on LV_TXT_LINE_BREAK_LONG_LEN. */ -#define LV_TXT_LINE_BREAK_LONG_PRE_MIN_LEN 3 - -/* Minimum number of characters in a long word to put on a line after a break. - * Depends on LV_TXT_LINE_BREAK_LONG_LEN. */ -#define LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN 3 - -/* The control character to use for signalling text recoloring. */ -#define LV_TXT_COLOR_CMD "#" - -/* Support bidirectional texts. - * Allows mixing Left-to-Right and Right-to-Left texts. - * The direction will be processed according to the Unicode Bidirectioanl Algorithm: - * https://www.w3.org/International/articles/inline-bidi-markup/uba-basics*/ -#define LV_USE_BIDI 0 -#if LV_USE_BIDI -/* Set the default direction. Supported values: - * `LV_BIDI_DIR_LTR` Left-to-Right - * `LV_BIDI_DIR_RTL` Right-to-Left - * `LV_BIDI_DIR_AUTO` detect texts base direction */ -#define LV_BIDI_BASE_DIR_DEF LV_BIDI_DIR_AUTO -#endif - -/*Change the built in (v)snprintf functions*/ -#define LV_SPRINTF_CUSTOM 1 -#if LV_SPRINTF_CUSTOM -# define LV_SPRINTF_INCLUDE -# define lv_snprintf snprintf -# define lv_vsnprintf vsnprintf -#endif /*LV_SPRINTF_CUSTOM*/ - -/*=================== - * LV_OBJ SETTINGS - *==================*/ - -/*Declare the type of the user data of object (can be e.g. `void *`, `int`, `struct`)*/ -typedef void * lv_obj_user_data_t; - -/*1: enable `lv_obj_realaign()` based on `lv_obj_align()` parameters*/ -#define LV_USE_OBJ_REALIGN 1 - -/* Enable to make the object clickable on a larger area. - * LV_EXT_CLICK_AREA_OFF or 0: Disable this feature - * LV_EXT_CLICK_AREA_TINY: The extra area can be adjusted horizontally and vertically (0..255 px) - * LV_EXT_CLICK_AREA_FULL: The extra area can be adjusted in all 4 directions (-32k..+32k px) - */ -#define LV_USE_EXT_CLICK_AREA LV_EXT_CLICK_AREA_OFF - -/*================== - * LV OBJ X USAGE - *================*/ -/* - * Documentation of the object types: https://docs.littlevgl.com/#Object-types - */ - -/*Arc (dependencies: -)*/ -#define LV_USE_ARC 1 - -/*Bar (dependencies: -)*/ -#define LV_USE_BAR 1 - -/*Button (dependencies: lv_cont*/ -#define LV_USE_BTN 1 -#if LV_USE_BTN != 0 -/*Enable button-state animations - draw a circle on click (dependencies: LV_USE_ANIMATION)*/ -# define LV_BTN_INK_EFFECT 0 -#endif - -/*Button matrix (dependencies: -)*/ -#define LV_USE_BTNM 1 - -/*Calendar (dependencies: -)*/ -#define LV_USE_CALENDAR 1 - -/*Canvas (dependencies: lv_img)*/ -#define LV_USE_CANVAS 1 - -/*Check box (dependencies: lv_btn, lv_label)*/ -#define LV_USE_CB 1 - -/*Chart (dependencies: -)*/ -#define LV_USE_CHART 1 -#if LV_USE_CHART -# define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 20 -#endif - -/*Container (dependencies: -*/ -#define LV_USE_CONT 1 - -/*Color picker (dependencies: -*/ -#define LV_USE_CPICKER 1 - -/*Drop down list (dependencies: lv_page, lv_label, lv_symbol_def.h)*/ -#define LV_USE_DDLIST 1 -#if LV_USE_DDLIST != 0 -/*Open and close default animation time [ms] (0: no animation)*/ -# define LV_DDLIST_DEF_ANIM_TIME 200 -#endif - -/*Gauge (dependencies:lv_bar, lv_lmeter)*/ -#define LV_USE_GAUGE 1 - -/*Image (dependencies: lv_label*/ -#define LV_USE_IMG 1 - -/*Image Button (dependencies: lv_btn*/ -#define LV_USE_IMGBTN 1 -#if LV_USE_IMGBTN -/*1: The imgbtn requires left, mid and right parts and the width can be set freely*/ -# define LV_IMGBTN_TILED 0 -#endif - -/*Keyboard (dependencies: lv_btnm)*/ -#define LV_USE_KB 1 - -/*Label (dependencies: -*/ -#define LV_USE_LABEL 1 -#if LV_USE_LABEL != 0 -/*Hor, or ver. scroll speed [px/sec] in 'LV_LABEL_LONG_ROLL/ROLL_CIRC' mode*/ -# define LV_LABEL_DEF_SCROLL_SPEED 25 - -/* Waiting period at beginning/end of animation cycle */ -# define LV_LABEL_WAIT_CHAR_COUNT 3 - -/*Enable selecting text of the label */ -# define LV_LABEL_TEXT_SEL 0 - -/*Store extra some info in labels (12 bytes) to speed up drawing of very long texts*/ -# define LV_LABEL_LONG_TXT_HINT 0 -#endif - -/*LED (dependencies: -)*/ -#define LV_USE_LED 1 - -/*Line (dependencies: -*/ -#define LV_USE_LINE 1 - -/*List (dependencies: lv_page, lv_btn, lv_label, (lv_img optionally for icons ))*/ -#define LV_USE_LIST 1 -#if LV_USE_LIST != 0 -/*Default animation time of focusing to a list element [ms] (0: no animation) */ -# define LV_LIST_DEF_ANIM_TIME 100 -#endif - -/*Line meter (dependencies: *;)*/ -#define LV_USE_LMETER 1 - -/*Message box (dependencies: lv_rect, lv_btnm, lv_label)*/ -#define LV_USE_MBOX 1 - -/*Page (dependencies: lv_cont)*/ -#define LV_USE_PAGE 1 -#if LV_USE_PAGE != 0 -/*Focus default animation time [ms] (0: no animation)*/ -# define LV_PAGE_DEF_ANIM_TIME 400 -#endif - -/*Preload (dependencies: lv_arc, lv_anim)*/ -#define LV_USE_PRELOAD 1 -#if LV_USE_PRELOAD != 0 -# define LV_PRELOAD_DEF_ARC_LENGTH 60 /*[deg]*/ -# define LV_PRELOAD_DEF_SPIN_TIME 1000 /*[ms]*/ -# define LV_PRELOAD_DEF_ANIM LV_PRELOAD_TYPE_SPINNING_ARC -#endif - -/*Roller (dependencies: lv_ddlist)*/ -#define LV_USE_ROLLER 1 -#if LV_USE_ROLLER != 0 -/*Focus animation time [ms] (0: no animation)*/ -# define LV_ROLLER_DEF_ANIM_TIME 200 - -/*Number of extra "pages" when the roller is infinite*/ -# define LV_ROLLER_INF_PAGES 7 -#endif - -/*Slider (dependencies: lv_bar)*/ -#define LV_USE_SLIDER 1 - -/*Spinbox (dependencies: lv_ta)*/ -#define LV_USE_SPINBOX 1 - -/*Switch (dependencies: lv_slider)*/ -#define LV_USE_SW 1 - -/*Text area (dependencies: lv_label, lv_page)*/ -#define LV_USE_TA 1 -#if LV_USE_TA != 0 -# define LV_TA_DEF_CURSOR_BLINK_TIME 400 /*ms*/ -# define LV_TA_DEF_PWD_SHOW_TIME 1500 /*ms*/ -#endif - -/*Table (dependencies: lv_label)*/ -#define LV_USE_TABLE 1 -#if LV_USE_TABLE -# define LV_TABLE_COL_MAX 12 -#endif - -/*Tab (dependencies: lv_page, lv_btnm)*/ -#define LV_USE_TABVIEW 1 -# if LV_USE_TABVIEW != 0 -/*Time of slide animation [ms] (0: no animation)*/ -# define LV_TABVIEW_DEF_ANIM_TIME 300 -#endif - -/*Tileview (dependencies: lv_page) */ -#define LV_USE_TILEVIEW 1 -#if LV_USE_TILEVIEW -/*Time of slide animation [ms] (0: no animation)*/ -# define LV_TILEVIEW_DEF_ANIM_TIME 300 -#endif - -/*Window (dependencies: lv_cont, lv_btn, lv_label, lv_img, lv_page)*/ -#define LV_USE_WIN 1 - -/*================== - * Non-user section - *==================*/ - -#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) /* Disable warnings for Visual Studio*/ -# define _CRT_SECURE_NO_WARNINGS -#endif - -/*--END OF LV_CONF_H--*/ - -/*Be sure every define has a default value*/ -#include "lvgl/src/lv_conf_checker.h" - -#endif /*LV_CONF_H*/ - -#endif /*End of "Content enable"*/ diff --git a/components/lvgl/lvgl/.clang-format b/components/lvgl/lvgl/.clang-format deleted file mode 100644 index a8674b3..0000000 --- a/components/lvgl/lvgl/.clang-format +++ /dev/null @@ -1,97 +0,0 @@ ---- -Language: Cpp -# BasedOnStyle: LLVM -AccessModifierOffset: -2 -AlignAfterOpenBracket: Align -AlignConsecutiveAssignments: true -AlignConsecutiveDeclarations: false -AlignEscapedNewlinesLeft: false -AlignOperands: true -AlignTrailingComments: true -AllowAllParametersOfDeclarationOnNextLine: true -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: true -AllowShortFunctionsOnASingleLine: None -AllowShortIfStatementsOnASingleLine: true -AllowShortLoopsOnASingleLine: true -AlwaysBreakAfterDefinitionReturnType: None -AlwaysBreakAfterReturnType: None -AlwaysBreakBeforeMultilineStrings: false -AlwaysBreakTemplateDeclarations: false -BinPackArguments: true -BinPackParameters: true -BreakBeforeBraces: Custom -BraceWrapping: - AfterClass: false - AfterControlStatement: false - AfterEnum: false - AfterFunction: true - AfterNamespace: false - AfterObjCDeclaration: false - AfterStruct: true - AfterUnion: true - BeforeCatch: false - BeforeElse: false - IndentBraces: false - SplitEmptyFunction: false -BreakBeforeBinaryOperators: None -BreakBeforeTernaryOperators: true -BreakConstructorInitializersBeforeComma: false -BreakAfterJavaFieldAnnotations: false -BreakStringLiterals: true -ColumnLimit: 120 -CommentPragmas: '^ IWYU pragma:' -ConstructorInitializerAllOnOneLineOrOnePerLine: false -ConstructorInitializerIndentWidth: 4 -ContinuationIndentWidth: 4 -Cpp11BracedListStyle: true -DerivePointerAlignment: false -DisableFormat: false -ExperimentalAutoDetectBinPacking: false -ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] -IncludeCategories: - - Regex: '^"(llvm|llvm-c|clang|clang-c)/' - Priority: 2 - - Regex: '^(<|"(gtest|isl|json)/)' - Priority: 3 - - Regex: '.*' - Priority: 1 -IncludeIsMainRegex: '$' -IndentCaseLabels: true -IndentWidth: 4 -IndentWrappedFunctionNames: false -JavaScriptQuotes: Leave -JavaScriptWrapImports: true -KeepEmptyLinesAtTheStartOfBlocks: true -MacroBlockBegin: '' -MacroBlockEnd: '' -MaxEmptyLinesToKeep: 1 -NamespaceIndentation: None -ObjCBlockIndentWidth: 2 -ObjCSpaceAfterProperty: false -ObjCSpaceBeforeProtocolList: true -PenaltyBreakBeforeFirstCallParameter: 19 -PenaltyBreakComment: 300 -PenaltyBreakFirstLessLess: 120 -PenaltyBreakString: 1000 -PenaltyExcessCharacter: 1000000 -PenaltyReturnTypeOnItsOwnLine: 60 -PointerAlignment: Middle -ReflowComments: true -SortIncludes: false -SpaceAfterCStyleCast: false -SpaceAfterTemplateKeyword: true -SpaceBeforeAssignmentOperators: true -SpaceBeforeParens: Never -SpaceInEmptyParentheses: false -SpacesBeforeTrailingComments: 1 -SpacesInAngles: false -SpacesInContainerLiterals: false -SpacesInCStyleCastParentheses: false -SpacesInParentheses: false -SpacesInSquareBrackets: false -Standard: Cpp11 -TabWidth: 4 -UseTab: Never -... - diff --git a/components/lvgl/lvgl/.editorconfig b/components/lvgl/lvgl/.editorconfig deleted file mode 100644 index 28a8b01..0000000 --- a/components/lvgl/lvgl/.editorconfig +++ /dev/null @@ -1,7 +0,0 @@ -[*.{c,h}] -indent_style = space -indent_size = 4 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true - diff --git a/components/lvgl/lvgl/.github/FUNDING.yml b/components/lvgl/lvgl/.github/FUNDING.yml deleted file mode 100644 index 9c6d3af..0000000 --- a/components/lvgl/lvgl/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: ["https://littlevgl.com/donate"] diff --git a/components/lvgl/lvgl/.github/ISSUE_TEMPLATE/all-other-issues.md b/components/lvgl/lvgl/.github/ISSUE_TEMPLATE/all-other-issues.md deleted file mode 100644 index 67d5adc..0000000 --- a/components/lvgl/lvgl/.github/ISSUE_TEMPLATE/all-other-issues.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: All other issues -about: Questions and enhancement requests should go to the forum. -title: '' -labels: not-template -assignees: '' - ---- - -# All enhancement requests or questions should be directed to the Forum. - - -We use GitHub issues for development related discussions. -Please use the [forum](https://forum.littlevgl.com/) to ask questions. diff --git a/components/lvgl/lvgl/.github/ISSUE_TEMPLATE/bug-report.md b/components/lvgl/lvgl/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index c95affd..0000000 --- a/components/lvgl/lvgl/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -> # Important: issues that don't use this template will be ignored/closed. - -**Describe the bug** - -A clear and concise description of what the bug is. - -**To Reproduce** - -Please provide a small, independent code sample that can be used to reproduce the issue. Ideally this should work in the PC simulator unless the problem is specific to one platform. - -**Expected behavior** - -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** - -Add any other context about the problem here. diff --git a/components/lvgl/lvgl/.github/stale.yml b/components/lvgl/lvgl/.github/stale.yml deleted file mode 100644 index ea1179b..0000000 --- a/components/lvgl/lvgl/.github/stale.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 21 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - architecture - - pinned -# Label to use when marking an issue as stale -staleLabel: stale -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue or pull request has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false diff --git a/components/lvgl/lvgl/.gitignore b/components/lvgl/lvgl/.gitignore deleted file mode 100644 index 0d4f282..0000000 --- a/components/lvgl/lvgl/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -**/*.o -**/*.swp -**/*.swo -tags -docs/api_doc diff --git a/components/lvgl/lvgl/.gitmodules b/components/lvgl/lvgl/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/components/lvgl/lvgl/LICENCE.txt b/components/lvgl/lvgl/LICENCE.txt deleted file mode 100644 index beaef1d..0000000 --- a/components/lvgl/lvgl/LICENCE.txt +++ /dev/null @@ -1,8 +0,0 @@ -MIT licence -Copyright (c) 2016 Gábor Kiss-Vámosi - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/components/lvgl/lvgl/README.md b/components/lvgl/lvgl/README.md deleted file mode 100644 index 9d17088..0000000 --- a/components/lvgl/lvgl/README.md +++ /dev/null @@ -1,398 +0,0 @@ -

LittlevGL - Open-source Embedded GUI Library

-

- - -

- -

- -

- -

-LittlevGL provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint. -

- -

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 Oy3=tkvnO%R!v6<-`$VSz diff --git a/build/bootloader/esp-idf/soc/soc/cmake_install.cmake b/build/bootloader/esp-idf/soc/soc/cmake_install.cmake index ecc5068..3e628f6 100644 --- a/build/bootloader/esp-idf/soc/soc/cmake_install.cmake +++ b/build/bootloader/esp-idf/soc/soc/cmake_install.cmake @@ -34,7 +34,7 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("/home/mithras/Documents/bakalarka/build/bootloader/esp-idf/soc/soc/esp32/cmake_install.cmake") + include("/home/mithras/esp/bakalarka/build/bootloader/esp-idf/soc/soc/esp32/cmake_install.cmake") endif() diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj index 8bed4746e8f6b5a9d2f2caa4baff6f8bd9b4d864..0040294ce30535ee097960f183b3ed855c211f6a 100644 GIT binary patch delta 11165 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 X`buYxxf%bSWuC(LSvM=So#X!pRP6T5 delta 11145 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 E2jE-ubN~PV diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj index 56e0b81d341645ddf0b18e876470927818fe281c..aefa7270b5d064cf12e4a18d569c6798f0b07546 100644 GIT binary patch delta 10754 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 J57yjB^uKiy$glta delta 10831 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 G*ZE)k`2BML diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj index c3d7732f39f828e792620fd535e1ce2b3e1caf07..75b53802d8b05a3a3696003852e29da7e88f64ea 100644 GIT binary patch delta 379 zcmaE1{l$8M0^^m9it&uxolFc2JVne5406nyyBQ;x7{xX}VZO-3l*v4KJDVM&?&NQ5 zE=&w8n{C)-8I3}L>X=W7B{DEDurP`-ux|$OPeb{l4D4q?{4-F#2m?De%j9m3N@;J9 zuqOLMpf(ZSa-fCG2JC8#3=9&y7L(;U)fg2gyKx#b9-myr87XrUq&A=34@iaZW`Wd} zu}=naB6wq&C%@;E(0B$?P{{{!Lkh1c&=lq>FeiieGf1Wy%*o;1y;+~@8{1@MAtlD* z$!NCO68evu21eFzAEj56B9za!4^SoC5IxO5s_R delta 400 zcmexj{la>J0^^B|it&ux?aT}eJdc?e7&@6YcQZyXF>-Hy!hDg5=@!%E?QC|8N|V2_ zxiHl*Z?<8VWi&blRL6WuERlhMfrU|wfn5ctnfWx7FUr7f2jZWB@Q0vDRAUsI?8a%#Xfe5pGg2lLWJEr@ACL;+%>t<{ zW1kGM7-)yZ#V z)LDNEF)&z67L*pAtRpMHXgt|gR-N(5;fk7WEe@0e-^^YV2!zmCC E0K$P{(f|Me diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj index b821ea743483e7c692ede72f3a8bea5c125b2412..76ecb8d22adf422c1028b685b20464a09fa77777 100644 GIT binary patch delta 1972 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 a*DVXXsn#76M(H?mgwFANfvnKg?%u!ZW#yLu delta 1310 zcmY+CL1+^}6ozNF*(5@2ih775n$o(przCChR7#W0wpqwFOR_N)g*9zL6PqT|q#{y? zf=Dlg>hz!}g3zM}p}iD(vj-9NAUz0rQ0Sot4;4f_c<_IdrnC#+{O`S)xAWf2><9mL zuLPwxkGsz|8DlwP%y1@517^#P#aPUC%&5jl;T`C~qI521(^_a!Z>inR7qJ5;lhner z4jLiNCNzTrq!h5n!%ouj7up`I)T--hk(0nqg9R}?2h;uw2{;~Xsb37lD zNAkxlqnVl76xTx;wU1K%Fx;Bc0!!Ll`};$R3t;i&!OVyNj;8B!uqjnhOR=3PO!AC zIa(@BE=!v>v$P3uUB-as=#ye^6ea8k8=*y+sHonFn^8)l4vyG^Z5v0)Y{S&kC`IT1 z<9{Ue6jBavMvsqUW8N>T^s?xJ#DTZM%rvu(fjvyCrCL-==psVG!3Nj@+u#G(0bjr_*aQ3EAMnb!S)YteK`#h{AutT$zydcw1uTLkunN||2G|1I z;3+i#sEuzJeJ3$ICm)|IxlJM7Pb9KJ=OW9VYmkn!E~Q*;FxlmS$7HWkL|wAibBFP- z9hZF6v3mhC-etD#b3K#zXXPS)bLPrNpIEbWg9 Gq3=IssP;wx diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj index 30bae87970a9bef034a88654c8d65f248c1e21d7..8045f5d25c658756baa944ee0c1b8cae87405be9 100644 GIT binary patch delta 1074 zcmYk+Z%7ki9KiA4bKCCR=Jd3-3CpFosR^wiB^3x2DN2f?-cATxvrU~R+wetT1(p5L zNca&E^+qbKL?|Xun=Fg&ka-c7SVeKCRW$3QqQ^8Li=L2W(NnT4S|rP&C9*6kl4a2|vMhQ|=0zQ@ z`)nuvbv3d!Y;?z~%f%Y((VF-w-OcnDd@0(FYNz;LeS+yG;#XP*|wi@AUAy5gWfZU@98M9DX+H(Gj}J z7*2(DIhU&d!cKrP{2DTytF`>G{Im8lM?k%&_f^hPUl+pVP<~k{^!hZn0qICEL(r0 zboWO;0GI&w@Do5e<5F)u^cKjv2t=R{%=p8^)PCVBz__CFl99YV(5Dui^$P zVaL&?)UgOQDeu_;?lP??x6Sz3)S!gScu;LrhRrypmJD6sT}>Tc<8I~yZ9;I2n0K2M z94GdGwkWuhcspq8g1dH-Po7fH755WoIT+p0c-qb^^1BT2i!sx5nFgk1@qf3;K zMkB=1=rXZ1x^xZ8r>t7M$^R7 zXogrC-6xhtv&7Qq0Wmki9K)!^Y8XAVlFMz4vb(F(CNdP6LY zR*AXMQQK1%#^1IOJAfg3OYyk)s;9InzDjGDzQ&iLX+XQki^EKB$4Pr3+kuPr{cIn8 zvkw;6iu8s{thptopA@ud&@$5#c-=9|&S0T4uJoxm;*7B7g?G+Q%~u&qCZd&zcqW!= zO;^?>+s-DUJ()EA@)Y4)PpR5)q^=eVypJ8RbS9pNrm9XS``dBd+lkd4KkL92Poujh zS&`1PwslqXrjnUxTPB&ph;Kqs%W>ZC!O}nuZu*{WGxixBOyF9W%0FQ(aQ!Xt%?3;y zXfQJ>{yAqj742>fpUZ@K<6hpZ443?7%=&LJ75f5*teg1&K`Vfc&jU%T&iA;3H_)*v zSkIbqFc@H6I2kM(y6FR`mc99z(eO}bnkbS_;w;`k%!&I% kp8r9%Mwa*c0$_n$UUK2jU?E$@f}Lgg<-Ea@t=K=IKkOjPYXATM diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj index 574d1c666141d826f31bc3c09cd1fb9390cbb013..bbc28f75efc2f181b625fed950175842b75551c5 100644 GIT binary patch delta 7001 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 delta 6997 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 diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj index 711d177641dbc1a75d87b036ceed95e5572c7346..f19e5e2be60176abb94f4a3ab973213a0e97bdde 100644 GIT binary patch delta 116 zcmV-)0E_>;2*e1GAOVb#AyW}AXm4$0FKuabXmVk5FJ*IZlMewLk#r&fbCH)$4RU2~ za%5$4En;kMV{4J&7n3UiZnK;L!~p^V0h3|_A_X=9001VFVFMGBoC6R6T$8N>Cjpd` W)dMF1B$NFECj~MB003E&kpUCOWh0RQ delta 146 zcmX@Yv4>-V0%OZW#o&nxl^D|}9`T#3%qVQApOK%Ns-K%#l2MdctnZSaT$-DjS5mB> zl$f2ElUS6UsGn4tnUkWQl%HRclb@K9I@yG=VDe8U?#*i$_b@VkpFELScybN10HgNg rUS@UHKt=`zi^(6EgeRW?iuFvs3lx)KVqo9{i^;GEuxbH$ksuxby0$MK diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj index 49a5cf486c26022f9e00b7a51a5c861b7ac07f23..2a2e727ec74a9807d9e6b30abb2ff02b32dd9a4e 100644 GIT binary patch delta 19812 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 b7x|Z*YHUaS>*)U*_*?0C|IaP!IX?dX`K@&a delta 19769 zcmZXc349bq_Q$(tdQu4tA>9o*AcTa3OF;q|$bjL#G29SNK_DtuARr1V>i{C6;(^U7 zDvF8+3MvXB0xBxHsHk|Z=O2_qSy4byQPKUsSM`2lbocYwWxv0!>goQySJl=13QoTn zKK5q#mi*AEgDaa`Xdw>+lc>ATMH~J>_n!` znrAupWmuLyIH#POJL;fEf22kZkQho;DLIzqtX=tbPGV~c^=ObeiCQ^!V@utgN!(C4 z&r-h(p3wxHT;`6l-b}g04 z{aXrWBrLU-JDep#T}$1@9nKa`w^V~##I1zu&`4lW;o`l%+1qA}$e5vD6^G!SCZ zw=(w>rX0A3xtB2Iz@yB)g((NNGWQYAwo24wPKv%FP!8Pa6ZaFQ92id79qunoIq*_? z@IpAxoyty@i%g+@F!(Oqxb5@?qz)F9;@O>B4H2ez_UHHv6{dI&47xaNhHj$q5gsWj zMQM6N;tF93QrpJFql76)8#zlx3saD$go(!pQ;=#0&pR>W>;ogxfp zD}~|gg~D+5B4Idtu`rJ=?d(($;OsPEI6GZfJ4?4QLzqU_Fq#*_Glgk%Y0ImG*>aA| zEMXd5&)dYag)>UXM~+6d2#CfUVMJrDu#QGyibUfwQ4x*#!idHKVMOC{VMOB!VI7Ti zDH4svq9Phggb|Iag%ORV!idH-!idH)VMOCvVMJrOa5B%Y69Lh_dC!Kv%1US1v7|w1KHqOpU6K9_gSvz}onmGHE zsBm_(Fr3{YteyQfO`P2(Dx7^*7|w1NhO;|_;p|Rf?QB)8SmHgNy_d6PuLzT~o0(q~CTDjs|4W#heUo{QFgg1P^J~K7>{raM3nyogH$;H5dxhcbo5Gku z-V(+P^0qK$kbT0KLEaI@4DzmUat3)%1VrO~VMOBtVI7TkYqx2q=kt$6MKnGUMl?PZ zrfB@=2PM%GWA~RL!|sE^u=|iO>^>|EyN?LN?yrPl_t(O(`>1d-k^dtC?EXd=b{`Wq ziJVQoIu$g`q4SHln*Sy7#=4uo7Qs6!weffd#HsvzW8QJt`QzNHgj6f4mlZh>loh2s{CC|BCJ*zW!^{E* zFtZ5+m{|w`W)?w!nN1;M^NmO_A;aR|oDZEk7Bg}j{X3Z2aSg;&VkAds22@~qcgg!Bw6 z`eZH%J(#ftZLEbP31nl5hb8eKQ;U zcZKwlPkoID$x|;w zN1Xav2srg}2>R4(>&GwFSADa{eCh}2B|Ll!+SRtAukvlI6hYxOZbb|HRsaFNwF-j% ztuC2z8+VDEyp1&?ByZzxbi}Fefq+x5g`iKpH#6S;BhJi+a3-2KujAZ(7y^Ym#4kDP zAj~{f*Dh(Zu26MBDV_o{~H2+|D(V3 z-;~oov5yDJ0koqb7w4}cUqGPAIG;z@mk?+&KEz}2AOxC>t2k#4L7>UF5ufxh1e%N! z9F8L*q|wz3;tvI1*_o}(qmG8(5B%c%HTuv%Ud=DJM54bOt$E4tPX^k*%cg{JX7{Nb!A1j?yi{6(P| z1hS!sM^|$QWP{JAZUKREY7T#jYAHf(y0q;a_p{J~5~dalXNNL7n-rpqxr%?L6`D}S zjO7$+4S{C2Z5*w0Akge~TkvV4cx*A}d{2?1O?sesa zDHmBkW`dP@@kD328r`9?vYEZ(g@!a$%b-p$uE1_HVNE)To0 z5NJv8AbU0rLW&hV#lDXZVNgY^XiGlH`Dj9yy@Zow0t6kxd5!yrcKE>yjZ5v9gP$80 z*fWEi{J3{MU(i+3vKB3l+6Pne<1vfRc#X)Zly}Wa^F@E_XqOOS|_r3 zyaZnqlvb?Z6F!ROl%9I2z5xQIXLojXBLqs%Zk*ANL7?=k;8)kjAy9hW7R+kWF7Y0OzM5ws&?MB4e|#GR8n!?4 zuRI&dOqk3kODt}(9ZkrRY!-Gvps}%#N6StKG&UaNvGE)P%FzWJ$mbzYj(*Fz@&W|P z(Zk$g7lbscPxNzM!MzBDVm*b^<0S}`r1d#^FGHXt9m3DS-4G~8YX^r4<0eXPKt`1I zLO_(>gn%f$1p!fd8-k9~+#-q6dyo;O_aPukA3#8qK7@cM{Tl+J^brI^>0=0p(kK5D zrBBfWQThx5qVzcgMCtz^AWHioAW8=yAWC0ANJi;PD2UQQ2#C@l2#C^Q2s%n%H>JlC z&#=cJQMc`Wq6s3b9625~#QR>Jojzgd*-NQ5c2?!LW^_SSs?@yvd3DsPTWtAN-Gr3 z%GpwES?%YhW*&uo zZFQ8W$g9syhuCT)&F3w=?fjxX##S#9welJRvK7Do#=Q0Xc)QG2 z&1u??dt><57u)J-qB3tkKP*<*swcgCb@P7byIF0kFB62lymEf;TxY9lDsuMoEdGeG z(N>=km3uSUl5KR|^ut5E1x&kbl}!($5#IfLntis~N;KMgoar-Lji5J@@!s#;@}#X+ zkXILY7xFp3x6^spReE!neqc&i)>N-Kf1EyL4$kySn0_==?TzG>29>DG=y^ELJHb!5 za7dqKf%i5~W{#nS-UNQwMGP(S>T|yoLrcBuI4sK0a_>F<`BY5_YlWA?wz(m-o_^vM zZzDG?2&o&W(JJo?y54ZRkV??qtoEMcVX)kp{D6)-WsN1 zh7NcOcoj1_q_XMW4tYg_XSG4c_J3pJ<`_)1{n?yva}7pqe;?x|1~Y7b5BI$? zq@JVet7rRn@kJ~NDV0xy(e}@9d~OJ-W|t7>+I|}S5e`D?E&4N`PR&=f%ABjn_U{W$ zw{Dau<2UWwjaY2^-?KUQhEyl=GiLkiIU61hsilN*+kcrG?+K~pg*5tX|4z=aqan4T zDGfi{zknl|8dkHK)9|CCJUE+&)sU7n{%pS!XL5_M&hm2Gzk#u3IH7rn?LWqRmN`7a z_J{DDoo#Tm?PqaZS{WQ~`~4VO8@#~w6O88=thD_wUsfA~Q*D0?-$Sv%nYRBLkG8f3 ztL=pU1s`r_c%JQl$5>);f$cxV_Y^a@(Dsk%@nCR~?f=5q!QfKcZ^QPK8eC5H^Mo2V zxPoqpv7^CTZ2x@5PC15G+5TMSa}BPx{ocWbHuDo3c`EE>#GST(g0Z*3UAFIYe)ciA z+xGJr`x@M1`~PI@XK*jYjmeHgNG>ajDrn+ZTn|)o((a0%=VWs4mEhf_U~XEX7H5lb1H?08$4~-n^tLsM;JO| zTS0!?6uU#vyls;vSJ6mzWN%G26<$u#gz8{#jVZj$Xj|fbMgzoYmaMy|<-rqeWA3Z; zqU*G&sh%QrFinQexkjZIQFUF=v0co~q`~6!tf^krF4mnt-Z=w|O7Hionw~?>d2&Xo z#owDhIASq1YLVXB+`iyouS zSYfK0%?K8hG`1H8t4kUuxGLjJlw(u^8&A3JU{eK^z(&)2;Y^a_be-vZkCTPzI=Nco zOcAEq7}tlKN@1!va(T$PP?+w6t3%F3!gc9!L)D>lHGCL1xJLvk&+6P zOXq(~xQHg9Ql14K7l9@roz71P>p;zob2>j9mvr7H#}JNZg%OVJ!aALQj&nL^b(C~| zL5{)MUBYnoMPWGmk}#ZoSs2dl7KXF02qT?e6_#|~)=|>=HPK<<>%uVb4Ph9#S6HWW zRwqg4w?)-1_3adMn{kqVXjJ<6rv3<4bc(g@O-mZ*bEEPcUC#V}!hEI7`-LeYV}p~_ zt1V9}NB-ghjwfmLh};IE)%EMS8GU1RildQLjnAV3!x zeI>ZAtTeWlWz_Gv<9jTie$O30VIgWKe=+(+aH=fc{%e*|mgkPgS*VA0)Uh|u{q-Tx zFFL8gq|T*I3%AIW-GIicts zyO#P>Snu;!{pzlz?N9LO2iCZNpII0LfiB<=76wD03y9PTj#JMly%abV(CN~B7Dhp! zp6An|&>0PZdKT9T#&s)gznvRSgibwQWC4X}zUe(IOhOCl`F5?~U)1wM)~7jS#5g2fWt12?BLg!IwSacB`Oa&w@g|AiF~j(uypqS7djJz~$Hd!Ni{N*bsK$ zKFIWih$}bF{UUJX<{vzntV0W3xp@N}ABBvL8~)yLBUb&HNlq7KZ72+77l3 zg<+e%r~Ssyv8Sb@P2bbfc-6KQ0)0=L&q?(R1p1z~h4XV81p1y9;d49-fxf3r;Q4jC zo!M{_Kela(L~B~}J3G*XzNg(4r1g$h=ykqba)*~8(Dmt+#cl|6eR>7^3Iw`7 zy@Y)g0$tyX;P&1H^fY_6cY#^MCM(nQ*-kHF_o6j@w$rQFHzAO>dKvo`1o~{J*RgLy zpwD)CA-fL(eLdGJ*>@mN9QA79T|2Y3F@QeX(OR~$PktZ0EcgH|>D%0{e7fOeEu6m1 zy~aYa7Ea&h^l}!paGSoS(t7swKKY(r0DOv5(PwZgIMXLiD}eTW3u4-~WR)AXC9B-9 z4OMPi+jf0lwryiyvF#h28@3&T0Nav;96as8Z*3`9a)#nu?^fDiHbDk#j zGCx^2r)fg3^Qmrb#t|%S1p$_}h5$>?fdEU}K!Byiq0H9itnjogn!wX`5X|`PT%MoM ziP#=GEbRaRmX<<*rEv(Hi1Z1==?H0`0lp6V zTdo!ll3X2$mN2#g0*oC60mhDoU?#@f21%}tgRXOR&mhiKd$8D6iG#51LI|+!A_&^H ziotB#g27_j3><`QGacbI65B!99;kbsd_ntR4cfBh-aqID+kYtgJ7cK$djk%_-xUzx?~M@P?@bWk@68b4?=2AE?@9>p_tw9qW#%wR%YULJ zOuP*OOuQWeOk54Yq~*e4l9qQt*S0-AjBWdBnAr9J4#KtvA;7kWAZXjlhO=!GhKp?* za1gd_gaF$fg8aQ+UL zPBHz8KTIBnKry9{%kxoSGX5 zngp9h71*tVcSrS%t>+)ES>-R|ORHJs@5Q$l3CqRnVD=v!Pn^soIa%bVw}8bK3CSWq zy#;71lSO`5nJn_d%4CrrRwj%5u#$@W#uivfHGbLF2``gHe#!&wWwOXmQy;%_)jA!sYh#>NY~@~hY+kt1Zo4g8UQG6cGVVZrTV3wmG6-~BIyOy?WMZ@d@P zIA4U{O)rK(n`$ySf2Kmvub97&jmPHm(quNyM8BBMuZPtT=ob%ic;`SMFD3=k#+?)T zy>@WNxRS*4oD&UoX)fxn+_Kk zbvrf7cRNx|(TV9JMQ&^U$kbj#3->ENTL%rT+|(k1QU=#5b_@C5J2|LU5mdV0GaOUDbfT*MRCg(lwI9`lb1iG8 zdq00g{6oD=Q0+a+plsE;j7$1YF=g0lHPHfZJ5!FWoX(cD&`V)zLi-Yk7I~F?#zM0( zV5#>3A8SRs6zJG;?{lX1w(8f#qKbav5x#%gUU4hoEnYd#wmqpS(JJp>d~ATNnsw!p z{$cJooLUmC@v@l4+v*RZd%bj~3vD&Mn`J%VeaC^CWvdT~)_aZl*nC^{=x$jXy%tQ1 zZ1p(NCNG2kHoJ43ts3;OtSw#{AH3C8%ZRplZ?J!Xxr?3Nhe68;4HH#78XmUQ?4Fjj z$9sn}aFeY*CEDxFRu{2ysvkWIRCX((2r~Pl{{fL4yk1W zEbBAx2L7F{A$57VWgYMua$-#kshNYgc7KFF?j=HM;t;OgXZGcZb8ScsqxY9%dZUW- zLP+%M$L9HKcAPI_15>^kztXOmx~i#PpUah@bImrv|kq<|aNVB=KV-rrQ2t zzNjxkYVAncD`Wdl^L0=i{8z#ZQxmx=7D;aHnNh9T=mF^b^@}DRk%B{whW( zbm!atMn)-g7uo)MjIE^(+rsv5MxLluCEZ_P=73N_U(JuRM83 zp}WlXcQQ($yPNHQ$S8&GUbY|6!_*XF`%#sgtM`sny30-V-jPc85L3K&q|!aY6z?6W zbdNU0d#95**LYLBccjpLfhpcQW#(w5Dc(Ds4Nf)1d#8(R8<=UT_fA)HxZ2jmd#9Vh zc~nde-nbxlIv44ko<>|`iu8`u(3hGby(2aB<)%pQNDY03DbhPqL%+oo=^d$|uQD}y zM{4N0Mn80tsnI)9(B5fk^o|s?cbOW!BNgr4rbh3KG}pGr)aacGgL_Sl-Wg?ZpQ+J1 zqYb`qYV^(+gHoe+#{RWN?~F5t511OgGv44KQ=@mzH~6)w(K{0i9<%-Zob)rp>b|iw zJZyg{KcFrRt2*OoeArg~v*^#vRGyJ93x_*TrabP;v(Nmn-(xb(Unx!`Cv6$Y%B5V7 zG%%0z3@WsQf`gM|iEC(lL<-~~PnF6K=z$n%B21Oa_Vg5s6be&mtUf({B1OVf8uKU_ zBTa>=G>L3Pm82 zr`T!BEu{G^Qld6Yp+LBs>1h}-kJwa~pWYGkh>g0h(W5b99|d57#0$VCb!(g?l$c9}TVChZ*{6D0ZJ@=%*p( z?qKMzA@07yFhE0@`-&U9d0~0tHg;^3)<(OxP%1`7YZ&i7%P>a61@3zcV>MK|zcY-} zFx9=3vN1AV!%TMr!}%Jj-DemkXqe~jW0Bc#Pb2RL7$1u#*u-je3aEXRJ?#&#}c^dY* zdl@d(u+Kfja2Z3wdfz?6G+!V3$o)4h6(S2XeCE1*@t12j;5KKtLc<}qJHwS4zIOX^ zjxW@3%&lVhhlUgGvsHr{!b#6`d45_)axKgqe##~?bnW8SM*>)M!8*8d>KwVW+&8U(y z$aWEP-jP+Yp}b8?-EZ24Xln0F$)?sBrjPfE|N5GGz_3G8byFH$>OsR{+S%|l4Hor~ zw5Od7i-S+98rw^PU#nsTvnV5#?5?1{*Q46g@KKvg+xqlx`5Xxb&x*BsiptvR8Kct2 z2EB_|$-awP^e+JQrJPXMcR{^AcY~*Am9(uz>7`^#MG8GrX48DEUX%-=3mr&vlzK^6 z2Q+7Pth??d8zSi2gZhawR$)T~UE(TwVkm5gpxe2Ue`T+ng`PO)1vkw;+ddU+pWQrh zj7GL5J@-;h;$qcq8s)cp3ylL+s^$~qy4`3f zDl@z1yOY@Uj{4L^?s;rbCk-v!fQF0eu69nd@~l?wSJ1DLsK&{oDcuGk=!5tN7xls`@kd4eVNm*=j7o2)BsgGPRb# z%=F64O5@$Woakm&y1*^wtTD4vrF$dIBlOQM(Ns2*-oR#1y;hlNX{MXbhs?B8?cT%b zakV-`=bq<2%SKe(*#Q!RZp8m|CW)O zFo)i~@;V1M&1sl1jOHu#s+vVov7L9UcJS<+9(Ddp6PJ1?Jch&uQ-ajF`E>@6FR8g% zTUkkLZa+6mWwn_)yXwL=Rnz88ojd80Hoay~xwPuSS@SLlZVYlamtTHJt$Ss0t)O^u z6Z_&|_~JpqQ;Yr0uiWsA+WbgxrwXbMrEV_2YfFE-S70BWZx;oZA0BSk3*J0jXg?R6 rJlxzq7~~vjZZ{0NA88&epua&p??|rQB3MaUcJM6yZ&~ogk*xm*$jVpB diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj index 0e86b5b244587a9887c8ffab05cb6b56eeafd9e3..87f2d2d93608833134d71d55a57ad297e6081dd9 100644 GIT binary patch delta 2824 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 Ib)F^q2Sx&+-T(jq diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj index 7d1b6ada43e8e781b6185729204c7363108f408a..8adbee1141a7fb4849ce35673d74983f3bee1f75 100644 GIT binary patch delta 7179 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 F^Z%#MD9r!> delta 7200 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 VMvhXdPx$<~=DgUMSxW5z{XY{jF0B9n diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj index 2475796cb0eab3fcb14a5331b4bb6bbb33a69741..dfcbfc365254924d71e39d147f9e7f318fe9b3b6 100644 GIT binary patch delta 9395 zcmYjWd0-XQ^}h4oOztDe3z;E1Auo?45Ec^>9wb1lA^|~Ej9^PEh+z{-EQlbrAg?Ia zrC65hf`S!S_$eX#^tEg0PD_|?F3vIve&ACnUN0RTGyPWNwd*;lh zjghSzBWo(1)Y|0P=`2sF+)H9gJ=9xeej-lR+)AY)PHbB*{E2v3CH$j*4KnI_bAPZ% zxx+BhdjXG~38iiLKjP|@5&VgHFZukV%e!Gfi^l(h3PxiHSIIUV_V%o`+SV6@p8Z&V}sJgy0gT_r!rK1s7v{ z9&l1{k2Ely zL2#DROUi*81$#<=o(()$u&Z=a0dPuiROwO*H$-qm>FMUqNNX~SKKNG1=0k;9h=u4G zG72i3H2;dE{2gUr$AoMJ<`$Sy(N_Nu{WYO$?k8q_H0A6tzmF!;-6;KJSqC~LXxi@z z?xyrF>C5j4jwyW;O?|OoXuAi|6rB>{D70xy08f?Y(B^KAzeF%3Iz?+t6YQvnzSmst zrbd29!DkDdQ2NCR;LAenA*AjIfaiob1`ltik>-Xt8)7|e-gi^UjQR^gwmbYjkgHx1 z;%*qV#58#+=XKNJCHzwq^hfdxirir~dZ`Al6zmFN5t`fRtZPH8VfIFv=en+0j~FK_ z)i5<5?9Cw?Lx4X*qx@7bW>wP2tGZ@=WoBok(iv$@$QHxYSJS1phS-6$;~2%a35JBH zbJg1gBe2#M0^cDRfwh{lt``hfY^Uk(6bx5<&iQuTY7KSB14= zy(ZX-^(Vnrtk(rwvEC32v5rvrHw9a<-V$uZIw<(RV*S4m8L=j1i&*aqYsLCNuodgD zU@O*N1Y5B_6l}#hBG`&`RInB6Bfti7@VwL8kdS}kf7a_|ew}h$jq>OTqK((2l zGdN5Jr@DsyikatMUBkXMdvb<;JF}SQgmg(v#gR8uG)o9at9Zb}p)HZ6;;lT*F-v$V zzJ~&IvxKYS>&=AR=Bmun`9k-Ks`wJ-Vc(96sQ3!=aBg#u8CN27QMQV&F@LvoLTI;K z#iyHZ#T(N%FiTX~MT%AYbf$r7OBAX2_jz_|EK#W9cTuH2mMBp1NxY)^3K8{H{1DSx ztsRlC;;X4rKTC9nSsW1kog#BAKA@_Or|~p-8i8i3cwyGr;m~ZhIX$m=bVjowLKo(! z_&5gUP&*E)-pL%-WQlGn{yUT<(Pm4)AD^1v)ZPn#WAqT+@VFBBpQV-8^E znP`bX#m6x9OcEjnojQ4UU1Ucfg7%y9@{?5?P{u_k3++Ir>v@NL*AkGa#jMRAm!81& z+AUq7;(Zyo(=E|U#UG`|XIKJ}@fOWG(-J*Zd>7N}EK8KB_;PxDwk4qGeVlTcC7|fv zXu~;9Q94uiIS8yuUj1|J5Cql{2G;j20b6XKAoDDN!1{`^cUYo_ia)|gx!e-4);}3o zKd=NsuaU%jOXRB|@#SO|SO&3ofYEh@CGu2!Gu2yYiMWcVOgugWz})+cD)@5oBW-N|HKlo$qgpeqjB^xrj?s54K1%{=>60Z&~g9+W|bv! zu@Z?}EP?a2+C0*uv1%#RS!-z|sJ^_f*I5DyYR9^QWYEA6xXrSNzt_#+0!c?3h31*K z!dz339DOybiF@p5sJD*+v&j;OhLha(UP~Yv#`CD$X9;Njl=+|_S#=xZ>Oo5**_3nK zLzaNU*O|VBja3)XZx34<+T}2q9$ImbeijwKs41}jF4XxXFJ?s`D3U8jz z1pTxnpv_;n?=yA^9Qz0l^d3vVvG?&}*lVXivAan;YYC{dp2TxbQFbP}P-w@EDJvcu zX2e%yU;;jD(`IpTQ^+3_o_EiREb~64{;>!=R49#OTa+w<{-wE&`e)i8e!2+Z+vA57%0zFlqQ2L2JR6Uf-#)J>RKh5LP%?^YSbMwuK(xx6S@l53Z z&p<3NqO2*rWs8N+g86y}Cin(;qgXGQT^?~i6O zI5#sa-ycsfQIE%y0{U-gjDU1 z;-ee%E`VD99D+5v6mtjqC%D`_`W=8l{#0)Ce|jROru^%8S?%YYt?^s5ObN#~v$1~sp|7(I188FH3 z&NTFS22A#=nHIm&NhFOa!8VEzar9L{mjgT+*vwdOD5tx}$4hl1)JqgZ2$4 zBgq57%@pfhM_-3$TY~!;KSvz>4$#)1f}$J^M{W-`bMucvv@6&~^l^xu2p%W;Bt)IT zG{*I(A=(}EOcQ<i(c8gQJPy?%Iutz5!&(!f!@&o+Er5MOcr=*6+p}+oJ`DrA zE~1ZOi{q-m!_30Hv}1iF%BU{dVxF$3X>UgX;YtrEhF97W=-^5ZD1w%Wk14M00ik0u z3d_0D1B&70Gz*)$wg-fl)4}k#YkNR^IW=b|QvM$ix2`m1*yVWFtV*Otenz%F%n@Wq zz|^jET)204?j;?UNUqY)z-q2^Tw>Vkh;b@g+kOK#yTij(T)d?3qXZ)a<0W?>?CG`$ z#x7q{!_x(0)m%Q84vdS}^BLy$%9L}r*yR1UJC)o@5vBLSS*y5;^jMn_1LYjAf6k@J@IkJSi zG{g?x?K(~ODs+oD>)NhWVsw>sWw_V(=-QQCtNcs>U;n?WtgK3<_fbOW%H$#dKE)w* zZ;?^xa@>Se>HbVGx*S)~Nvj2;yYvN}utqQfW;bPD8{!xOwPCu#BHq8K*&BmH_pFgDx3$)AUq ze*ChhxubS)!xZlMWk}PwZ{kvLzmjPPkImHS>kxZ5Cs&%UYZJ*!7}vHj0{8A>0RCHM zp(1KCBl?X^FQU_J8w58%d;y(f+aRz={3_-J+Xg`%j$cI+WlPN$L0Ow7kz)zGzt_@L zxwa}qojaIB+!EXz*RY$1zC)yc!{|B&Pk}sTOXMFkdZ8VTH#tM0iY$S$^)TlbTLNY4 z9`nQg$vLZ00J&wBM%mgx_x7{|%GQ8~vs{P>US3|!+;En_o9h-Hz6wjAcKw3pwH=#C zSduyenu02ZR*MV_YsYg2)D4{ndnv~)E-kNPy~smYt-r#e%5UUtTa&ryT|dr4JW!tj z)nfi(vu!|WdK90J$~-Ud%PB`|29)@91fw&c+&`0GOa@f?7ZRME0oDFYg0UG;>vy86 zbib?XV9bGjJrDDAZ2$)Od5p6enPDlvlwc-78inG;^u^`+pBUHTpCnkU&%@j^{pSeM z`Wb*$|3iYCbQ6p>)^A`~uh-uIoEzr3dv$xYQWyB2F~GO#4*@3mKc~V^=%qDEP4<6D z2R@~fb*K~l0}jA*+B`e3GJS#$`m^rdSE*J0WsLMs^j?59{smm@q#jqR)UCmCp1Y`{ zj{&U@K4X0Oj()74QX7NGoK@xMUHw@V{)G`<9TsU11gkSH2+@{c4M+9~(bk{=2{P^W z4dM3SJ6yCjM7x5QnLYc3=n1_41N9G4XRwh+WI%{^2U~~+hG=h4&Q(qe(Y{~^wW|x! zfuM~ktUg392iFmG3<}|E!LJA#LiA?PoBB3}=iva zB0xh!^l4B-Pc?<;cre*asGATOnPoQBB{Sccys|Jo;5`aO!z*>+mnSdT#a5f*`c&qn z%aeMJV~g|6)cV2U67^k!H=BFwWr?9(Y_<8&E+J)@EHQA9EYaFE_(8K^kSsC2i>)?~ z4-zS)nvx~H9yA#5!u1WK+Smg0E)A#PYp1>ve)rl#?4YUrHlI%qv5O}49)zGbBg9eM zE;C^%Z>Ee#MdO)04J-W#u&pQ65bk>2W+pd=-={pOe%QIbm}^V*!|G;@d9*S7F68}K zc0?O}3QmBxLUurLxd-L2C)JOGHu`lq%brv}4kXM+Zu3@#<0B|GkDyNRZ1n?)SMd2y zx+H#&8s8we0N;C`qwqJ%0`S^F74F_PYJ8h0fV=l2Bx>(=!SKUzTEKoubK!`y%=DBv;^*Nov>bFZ zx4B2AL9d?3Gu|e_(5sct?-dNajuYP(;t0y??Kpnk{qh`Yb<+J02!>jn6vI|?S*lTw z;s#RAMW9C+7qsOZ^tg(imvRmrWqqSLdr0fZOhilh#`@~%mHDP`<_F4n4#9#GE^{6(?uy(1i1(`Nhyg`?u+v=S2xb z-zo;rKEbG?YN(X`M22Y8s4hJDL>7TG$Ebt-L(Ks>AfO*!2z#vuUA8idPDz-vb-kG;eb=f;-3AE1_zu%=Jf1$G&rCa9U_%u z1ab7Wc@KNvjVsJMD67EAZy3Khbz#QJ?}aSC-uB}tTOVSrS9xfpKIB?`xb|U@4Zgbt zwVEgOVFV%P6`DJmnUwZ7Cz2T#{Z+Qa3Cy_Ym|&d1$4$<#dgoy?VpzhT#D(N@m;#n?Jcj=33muflwd@iv($_n zQJTJoE~?Ql;tF>CEXLqK-MyaG$Yvh2!Fm!vuKy@c*>HU)K)(Mf&-_UJ4nTqbApI~_ zR}Eq-YcYpS&~pIF{WiwtxAmg{mHspa;#7SCpt|RRxj#_e9NpN0YNOU)!bgjAP9xep zelA09ai%I+qj@~+XB;>i#FOL<^6=)#mz%lzFG?opjRM5!P9Blu*uKC4BkmHtfT zmv{8uCYBD*b_e)Kk89494t(-&eIbV38vL1QBFm}P&ka+mGZ;mWqAis_T&dkb1BEDZ z^fI8m!9ugFWmMjcCD}EtYvsNbNuYy&XuOe*z@BHXU$(YbJoJs zrgzMrG0#jLTfDR1nCG3?l9`L9&7L)D=FTg}_U^WGOWRD(oOx-%&NIF<-U}AZUp!;Z zv@1Ji%~~*R#?>=AW?i{+-ITh>&KE9O;>6}JUNmhKX4X%iKYvlj{B~@*^Wzy0IXhR+y0ee7-Sk_v#H_g`*KA!i);VRqSXJdz un$lbPI%CX8{9bP6;`bc07Qa`SU*q>O^WH6eOBUU%)bCW+4{pQE&wl{O1~;|< delta 9387 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 EA2DY}7XSbN diff --git a/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj b/build/bootloader/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj index bd56d68abf52e2bb93ff0334bc4f8c611e83d018..117330d9d9c077e89a96f8b18b179edef24406c6 100644 GIT binary patch delta 3364 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 diff --git a/build/bootloader/esp-idf/soc/soc/esp32/libsoc_esp32.a b/build/bootloader/esp-idf/soc/soc/esp32/libsoc_esp32.a index ed42c9639ac63687da6270b73c7faf94a5c7a0ad..3a4e1aca6ffb7c6ed6216f5c6ad3b97d2a7fd406 100644 GIT binary patch delta 81187 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 Zjty5Urpk?0_QhfnU}Wx9mi3JE^nap#0yY2u delta 81799 zcmaI93!GNd_dkBlb30S>OrFd1G~JtKx=)vBo@yfLt_Y=@D7xR2k|K$x2t|m4gF+}o z5v5X5sNA9=y10c9qENY}|NDLRS~L0l{;#js>+_l3@3Z$lYp=ET+WYLi&Ux-Vm{{~< zVt$QCo0i2b+otcX+q6}lWfvVZ|2sEo+5F$8o>t(gDOO-l3oG#b2rGEuG%Gl5o)z4< z%L*R8$O<*+^1|#%0nxqCg}RtXkny{KM%QM>Ew@qww!g#gx^_xxEgE>V~i@Th3`{Ay`9j zuI0QF2CgYMX*qXNj#`2fmUF8+A(W2KVk`9wo0Vrd+3t&A*Jpz*I+guB)Wyzr+lAAa zt|44IUD~N_Ia44}@C?DVEN4(n;C6y*T27`C@Re&H{y;4hjOe7or+aKbP}S1+PQ3R3 zsRec3051t%BsgX{b>J|;fr26H6t}vQj{nQHhLzXKc854k?3>(qPSxtSP_9Oid>eL; zF3JaJ5g7%L6|LuPa;mn<=NcI5oIJ0E?GrL4oz^1B;gjDp}4jcxp(!JjZe_s|74xo(1Dpgtvui8`at&41;hI zL>(c5mXmVtsW7*AbRO6ihGnxS;FO_a!BNX;=K!}fI4i_q(z9ZE=+25@+Zr}h!*b%# zcu0mu2*N){VPt58FeHoN${`sVA#`Rh%oUQM5yD-1LH!{a8XCE4h?Oc%s z1MD}}>M0m^eG)nkspn#VT?jpf#B+lj(!8sBEyREWY6fG$}GYWcid9|j*W6G=DKvRr0I4fW|tK9j~blt%$HL1MTdBj(i*Ltn8 z`)#zOp}P&vf?1AYE(zTu*I|~?96GMxh?Q_QbL`wJgdYg+t&}eQl($`A*cx#4GbsE* zDTM*^G2P=~!M^_gtd#EEl>=t6VPg2yyC#<+bEQ6TiR z!BHrBf_uYh>0xKF*7Jt-Tcs>33}zQM^R6#QE9l}oxxg<9MyQ`ibFLJO9tH!zs|0fx zr@R-=4JF+Mu{!boRL^>IjrTg!y(pHBKZt-GdcB;T<~|%tXP)7G-!?2JW9KEh_B+xp zT>U+&{$0T^Z6j)Wn_!sMMd%B?Cm5z(iiJbyeS>4r>8EUeyIiN+QRh1ZTbA1^Uca~( zhu3byQHClUPJ09+nB=lQdjs*(fRu+uKcjxWk?YWCSGQfFw!O+7lt_1+Lr?nIT%$%GW!b}07CzCH_c|gN z_gYDx`9(19b-TMW(IvBwy85%cm9f;#U*)a5i#aj$x4~hAl_zQQf8;vCN`^uDgkbp0 z?Y!&1g5fh&sezM%BUbzvHDuX_h*<8u$wujwoHQcBL2dE%BpfATR@}v!FO($&6c>NQ z{UzD5@E$s3RA}3=;t!L^QNq8SdvT>UPRKkz1kL@p=F?_1%y|f)Mf4!$AMUrAj&5ho5k4r5zQVyX!8wTn?V``{22-8B&}WC} z=e&|}-UjFr{h45{(;hC=Jz7HWfD=TQdq({z`Is{%+e%oyqVw64WzJ8y)Hj-y=l+t) z%T%TcwmPNg>7?ioTJuBa1;mNj(T~uR&@Nw+InmzK;Ac(>(#?z3r6fN(?*hz^F6XRr z-01~>y*D+JkuPXF$AKP5?PJH{wzC?|E=;{fyBFBbdicRGv?{fegSC-CYg0GVlNuYeA@ve(*uK&ry2JJ}wL)5~cU8&~mVX;AbQZEy=H0aaR0iqIv z_NUg-i_-=jNafM|tqeMtT20g%s0D6+D7A@(X=5%PNgd_IQiG1BCh}TagZ@Y@cUR|? zr2k;>=x7J&pLthtLhWQHy8}c*;i?tp;UCTi@XfHSP%9yJZ*yx_O~-vU-vkY^ecfTo zHY{hixKAnDyqs;|9#Xb-IosDQt|slu5|Qn0aj#ZZ9&yOdcGoK_3q@asd#XzVvYImu zbgiDYKX9j4@7&uLdWgAY04vL>P;+>w!8RV~+aquDk%Zg{x49>kQ>1U?cT zA>}dcjc_Z~NDr$57Y$!-*f7?kHHgOx=6aKOf?%v;>Jwif7!y|$;)#M0pnGCageMt{ zSm7M2>~*{dllGb#bx(`!~)2cqOuKS>`(=k57y6(f2{V{?@SeJd6vVRK#-zV*3fft0^hwm4R zX~4M}ku2;9fz?PqcX_RJ##i?vhD~7hegLC6{HT;dzk&!~;YEVcuTliM@MD6rEoT{~ zp77%a2QW_;Qjbr_b#!Y7@nXT~)=I41!n&f2U;|_;!a!J-lmYbPd_?K6E-BHE*V#{5 zQrcJmT}gjfDh;9=FSw7_mTs&tESFK2A@GNFNeQ3!Xii;H!u%n6qb@0-oaOAcE-B#- zM|jtl$zT?E=H+u$W`n@yq84j%~Bg9 zvI>26i(vS4hOKRt^6=^BXsR~_!>4D_`Q8$Y<=z9-nJipw_;^$LhAdnIm92pDsyisZ zcIIsQ{3+|x=P|Q{WqoR+Q?Jmr+eHj?>U@f|Lv90KILzDb6bxS&!ELP%1j84GaSVMZ z_2JTs*v(yXy@EB&>B&Lzkq~f(o?+mR1;ZH@Q|q$$4Zx=>GbqdA*M=`VL0^!?uMJ+a@w{K;UO&vo=DSr*&y7~i7~%XKK%_oyR+5kP#8(q%D}?R(U(<~jq2 z?@_-=d8~=T z5ypCL4;BOAgb;y%75_8e&8^oa@in`wOG>k_8(gnh;7BF+j(T}xmtgf3uIKE8wnNbp zf+8n{1wmG{0WDnOTmle{uBEk3cNPJ}qW#!nN9P-W+~{n^y6#S6m^Uwa35|AvGZCOh z^dAb;-&qAvC)&=fRKI>^Fawv_Uz!pfOWR!Uj7HR$7CncCTj10{Xq^$w&{vi_afHp8 z(dNAMCZ`9+!R+YI96g^q??TXd(Ixcp@10&4-}9r57%NUX15xbWR96}-Vmt4l?uOLm z>`9L8RLOaYr9}nM4AXjNO%M~ixdgQ^x#3+k*0zXB6hf61i2rmC)uV8LJ!9fIwOPSdeExt6j9hqg@EuM!Q&&B z35M_++}9hYJAO!i7$q!bu1PF4+Tbu8b}XA6V{jJyXEFVAticr_){SnPCZecGhCK~l z)rP`dX>bLU+UU+}k}m#>&Mv!n72w;AF}*~tHKiOFp%Hy!y3|4!uX2Aut#OoamawSx z1Y42yAZtB?01>&Vyw;a)|DtqpeGK1-Ea$jkvW2x|ImZp@9}rz4vYe}cdtL3WFXH<8 zNKx~lHVt~eX^|_}D-dELx{!hkj-ZYnkn2$WP+osfFkFzKGxCsNXnsF~zyiV0d~0`R z({#s5)TAt=BGB|b3>{CHQW1>gJF%*d=t2r3`C&S?E~H?ITis(#(=FSum1U+@HsV1; z_H(&lxYZw+8zaxjz2R2at-YjKNyc{$UGBi_zH_XWVu)*RaFpqC2Md^b9HwjKI^tZ4 z_+`O}bKfI=N7e~OXDTyntQU+p*MpteAUF@3n4_tqSA>97zjA9gPaCmh-DIm+vTm|f zEL}ILSh{Xfv2@*}V(Gd`#gcUspB;R$-u+*(ww)^00ToNuJ!N9)x<|#*Wsi#Wv9zLM z$+E|WSk0*2J#t;e+ACPa+9$Y7Tb~HwYinr>(Uz=x%EXd&Pnou4-NWZX--xpAu~n>Z zrBxN{JHaZ}LBT54_kzpB`auX^tSgEo7#uS!qviw)y*)0a;Ql+@H?-7=@>0*yL;fu< z^`V>BvUPty0*7Tilb40fGL9wP(&Nrt2?^cO!)T39W?YwXvMp@JxWTAWV(gMoxi<|w{_$; z0c`ZmF(Wtdn zM6Wk<9&Mup)}Bi#e5n#J%_NH5RtcCU$hqTmA+QjSS7p#WLkZmc8@7S{Mz=?+PDX~# za+S8e63<|fE?OMDsY?rW6@sRRk0;Zk8<;mGf;0`x1Hg{J7Mm>*24<&3XUXjuK z9LP|yb+M75mt1vVvm;!7^w#3AS$8V%LLq{ct$1}x*++?l6|Y9s^%Wuus=I`G=%*#1 zm?f;zUkQkPnD!iCr;0{ltc3976K};j7fBI1;~~1&KqVkIPR3f7W;Swm9HMk>EB+iU zK2(WXRy@gIGfat^R@~zN8Lk98_dL$KBb30N^+t*_QVF6axn-E51`mHv^q5WJ7?+Zm4Jr7q6gfd1T@ps8akWC zokcjXZdU?2EA|&qNaW+tx^Jt zU(OOQA$(rhuGq|#>*XrdKhj;*E~Z@16SJi&nRo6-mvchcxbl|aC_i8JLfB@i%1&`*vl0ad%y$L~tO z)4!pq{!jv*9-^22sRYarW|hCnqB!h;M1T1wvE%mPw z@btY5z$cY}rw^d{t$?iUV9Pt{sjoP2gCE)@NSptJKju4F}< zGlZV&R6*d3Mz5l8_VkOzqSq4iaR%W^ZuCjUlHpEq18$vN$Z;{jc@m&TbURHx)%m-D z)fIbZV|nQYXGlZKDvVAdxYgML&@g%p!F;E2BMS$q8#u-vbq)ixh&JJ1&MeK0;6!FmXBHHo`C$Fi6L(`Wj)z8jn0NtZYS?sVcZ_nr|_w7#ghYg^^ z{pGZ5hK#dRHO|xl+qo5JNNOkpB=**Fn_Je1)N5?0vh7R+8j~7FHPo=3mx0EoHU)rM z+D@Pt$E&H`?0W~>c>`!l>UOtx=jxd`P+nx3?Ho;G-!C$=A`OSpm%NOa9ivHrWVrcwwYtW`KhOg-ZSXl)GDI)4SFE8iDGN7X@7dqt`i7Yg4Sv?^7P=m&$= zri$FNx>P@XHwVy9hTEKagm()EoQvD>l(jegHYeb`1hg&XyL)cHISI5Qm8$OE+og;B zn!C44^}5`?jWi25f1YVsN35Jwd&{bF2^HHs5TsA$UFN2`HVD*qR-VQZ;Zs@7;h)Im{R|FhP$Fba6U!}a(M@{aL73mW)!>Kwh#CCBlT0foLB**U;P|-_B}1 z1>?5Q)B!%vU~Y!2!+=7@uHP*49;fiO7sz#ND!hmwg^XSQx{V$1xh&sXFm}Aopw2He z*w1@BfC(wsM+#ueYd9P1D;RQe%RkspFt+|qX7^fm%wy?}J6P++@>Vtx-&Eep zt+d$e@>Vv`y>33WmCqhaXHxXld4|=z$KV}O3j33b*vg%Pu|LU#t>9gPu_yd3?LJ>H z+^GY{!rcZlDX=#2J#rmp>A|t%3TEEpH<(v~_X>e+*rfaTE6@nRErJE{r|Tq+!85;{r_!(sbZ7}m5 z=eqNrNOzphTF)Dnt$s>bRv64K9^qYIkXF#e&#+7hz9<+Q%}=`a;@WmCH-B+DUdryT zFK_D;cNExu^zGNn**WgBi_@9i)Xdw4no<^4kQ%bWdPb z3ce>8ru&Kk^?iex*OcF4j1GGQBU&6U0NyLu zx5Gcd2*$lC)^PVf**WtA zmGx(NGf&Z|f0Z}$IhFOd!AxxYjAQg4xsJH8fMNKAU^vAsyzRe&;S>c_!AZdpE1UT) zLCZD-5*r_Xs!@6?r-g`c&|CKVB(MwWM@gJ-WIs>EWC;PyWv_EjKGm{d2|W&pjV78p zR`v=KNNh9&Z|C-Xx-`?1oy-*)lSOu4x^`tPSKZ2P!my6KMpLnxmHj*Kh`dHaRJF3l zGhkrj)DRHzIT{;>(1xgDWp805MqZ;KQdag>Osc`^c$myyTA|yX0)QHF6$vfbwRi{Q zHTuN^aVwj7e!*HwoMvTvbnMzno@N z-*kvg;+2f^B|w+hOoF)%&uF{HcG7(xaH_+-ddB=H_?R;jankA)o6MdpbHeCe-L5#gve_o zdOBW@-iN$KqGkR=ZxDHnL@WGU-5~NBiB`q$U~iGvNVGQo06htLjYJ#bY2FZdjYON` zLx_;qNVGYg=ICKwBjH=|@r+!^Yb4qhe}f2ljYK=*$B2;ENVF^7kUd0RBhjAt4kF|= z5`7x~n+SQ0MEm2*@_~@oNOT~cPxB+Mk?3H2BN6f%Z)yQ}DE@c>Ao3b{@ksmxFCwpz z=xDq>uOY9I=#O}jyLnkjx{!ewd5!eX)a{%gk=MwiRR7JJ#rTKwFTxMrykV^n69u1h zn=HqxNo4cO*-7psWgC{W|GFvDFId)9N(uB-uhw}0K)%62I)JI8%n zSy>3O>?F6+^U{JW*Gvn2o=*qw;rzEf{s>>;Kht{taC(V?LR^91WxxKwDE!OUz- z!F5B!4Q6Iz19(Yjgp|j`ca2+PMS3W<4y@4ShGk}B72@%NQL6^=1i@ITZ7*kh$ z;)#M0p??ShPcoS2!&&YNEBr2ex1yGva3e3IO-E*$B3x^~hG-d@B~>6oTbMp{qhK7h zRfj`|WJ$(@$zHtWY;&DSjSbz~U#Okw$?o4OwJ?t#W%uVuDQNgzwmMg?qa*VWV?wtH z#*D{z07JJ6#*Eh;E{9iHeBWV8QY)%Ymvrd(CzL{$bj)d7PzS_a(g5bRldLdb8o*q} zWQ>rk>6p`41&bKG%i`aFntB}p4DYfSjOqFrxHMj6F&NYJdqLp)1Y_}*R;D) zu-62{Q@qz=uA?_kQqEO^VZYNbphGVShW)l9)`nIa%p}COXpc2=y%N&?!tTgbXW6Ch zl2u)dFmK33oSpASqz!GB${0J1>0(<1!v&|av8_@bE_efV|E6HLU|TxNTY|APdz6Zi zMJ96)U!pB#k%=6{AabGH%U`OMnNBA?Wih#tosz{QlMs*47~4e-bZRK&+9CIW@t)#+ zcM68_CSdUz`am#@_aL4AL#YoRT*-d!lIu)DtX=@(BOzedKiJ^Mg5i`8Q|q!)#i^uI z%2+8YRVE?w^b2p`7%RaE7gNA}g0XV_*d4c8M);S8WfEdXOsRMS$FCK@UHWqhvhny>wDA@ z!5HzrN9h_C%Jx0#S96^s-uI~AqYv^Z%Yg;i? zU$VA4|14SCJ?#&Hm~ARR57}J);vEM=ASE&TN6hh|gb+wc%#OPGFPA2^&`P=(G)uC} zUv8H95kqDh-Zbe6qg0zX6)#`cayZXfu|f`>dd~NBr`U^_s~ zjd6cEbh@(^AQmg+O*%R!0CHn<7`(bWolrV2b_I=kfpaTBjo4`f{he(IY%|q~WxF-j z)z7pEf}85k##3Um&_L*VCxdd+V*Z?KP5y)y>!a(*nAra$RiiDLK0J1|BdOYs{Frw#EN*cI%gHqS)|H^q;$ z4P+@U0NNbi;(oNQbLJ0LK$apkl$y$jgDk~a0RFoUH=~nI2P}HFhs+(1S1r*!;lWku9Tmp_z6~^;W|w@^V}%O^!>tDs*Aoo4UdQtF1;ed7AoheC_}EQtsFzt;0Nhxv z!;R}>n1q`MMvQn2ItmvFh8ORIdcsWwBWC;nLx!6P#^Al1?Kc;UkTD;|2)7W7!F(&r z7YmNyW%f?gP)i{&y77v#6)q8s81fo|R5&ddqx}h(Jlsk!V#rDgD61=O)Uf6DCz_iC7Wo> zN{nL$3lEm-%t}0;!d@x_gx>)V4__u2!XI;YyqfN~oc13jEatMyS!%Sw%u2i&Av!$9 zU}h!$OtHoq%&f%4Zr6>Xs7Z!pR^mAn?n;B1m3W=|(8hF2e4M}v%N`rE5=$^(!`GTp z%r9(8-@90>RMz`R<*sr8{0tT|RDD<|W4Igii>@*j<89 z7hWv2Fm|t{YcCNDTRh|jUr)DW`f7NYVVReB2|K!6FdVB2WqVF)!LhKLI`;LFjPD-0 z0)pXv_gF2(5XnA9e8g)Qrps8=ET@{+3Pxmmg!pB_h-|-NjTc@g7@avlVb=>rWaCTo z;SGZGtfVu6I(kJ2*!5U#x7iyamn^23YUj%(iz%ks`Eu!EO6AhUl**-xDV0kXQ!1A% zrnvt1<$Cvj<=XZixqef*WHD4GmoA1>E?o<$Tpvp_DwnK}BqNH%pCVx(&wNyF-k+b>ue4P0ZfF;h3-Y#b(`X z2J*T}V6)DD$)Z3BY}WO0zj-siRdo)q`by_wCygVjfe^?|%s!JLuA!E|R%Gp}?ip{@ zN#9ri9=VCex1fx7NFX=S5KzXAR2Om+eFC|O*}3jrZ}spWY{IRCMs8yEHmrui$W1gA z(d#!Ee36@I2rNPmP_3m(z%-R8c3UN2n%bN}keg`kg_|cBdCyP+H^-MgtT6Tr-2rcR zGBR|QtF-kUoY=Z(arCAYE!0&AnzjPxk#0)Bw3l*`a<&q$$pTk>nj9u6SJ?O z9{OnsD2Au^VdN&7DiAxHC77FNv2tCy#^`)xf{Ai-zm*J7z8~;>DpHI z`~na|m8fN9PvqP>Oo^IS_6`n^;Yz@Bd$Ys{C9v=O3EgX?5^!Z^s)k1?0k!-_EsjQ3 zixC)l;bTI0j23|}H)fHsN?_x;GuJuDO*B=Yxo1cqH_;IA^No}Yxrv6rZuIAD6uF6p zfNmR8EyztY1acFz{|JIXZlYl@6dH1rO;Q3I)_DHJl0*q?)7PXMPF4at*bc`RauZD( zQ7gM2jXXsO42QQFcBTq}b*WV;6h>}hBX{YxeB(6N$wlNQW>2KpGqgH1+>uLF+ccqkELVP0i;1o!1M^b#dtouAq2 zlS;rkXSla*&rc7eCYCA<3mm3?k;Q15h6Os)B*taUP7SF?2tga zUanI84|42p(Be@4@BoNclz{qwq?E5J0rm5BhVVuup#CtW+$01;F>@fpuPFh|eL-h= z-A$beg9MfHekkdnCXqC4vf%;M)+HcU<_1ZfB#VeW1yoA;)D_~(*T<3UnMXE?xydY zR02bw7j16^L^2q%hyx4hjcUhW_M1uf&kx(!Id1W;`~c1*`|fI!yoIwjvK#$U*tKS% zM|QO_i#KF9`aDiZvM=ITM|PuW4iapj_K@9Z2uSc9<1w-ueFE8y+5fO@WH*`;7$ax7 zO+LEV-*XEiyV0l3o}2ekvrK;k)T7}lRj0SZp4pF7(do|3;H+2<+d0GE1PjIT2s%6a za3w3&3I88H*J%!eM`L%Nbx3M;)i0h2vCyr!KtI znE{ZFy~Vq}=zIxK8mmPkzUDkx-?G}p#!xvsoXZ>VICVGW`NC<@(86)*N38R+lY0!P zdu$8K9rioXGq%Is{c-(a*U}09a?WXll*f2C1_7izJ_&WupLPF&O&DUb2b*b-76 zZv`3?pF-Ur<#8v_`1rGo6-arkR)mztcz+6jl*dniro?Bvm+h{e8Gw$4k@6UAflb8t zupkgp9%C)Bix}^Seut6r_-lz}&53uSKuCFXT47T$-j|+;l*gN3s`>FDL`Zogx;M_# z<1kVli5`egBSOj}(Zcu+svaqiz0t}doHYKqJLl{edxwV9=pBca6hHgp9Yv0jiZ~ zhCh`@)&Yk^NV;!oq+7VRx&5TucW=GSBakCfOJQP(H1$DVjGvo{H1k1?*o~+k zY3_qMu~ICiA}xGS7^CQsVjnb&O~EjawDdtyYzRS#4_d?yBfLe@6}qCkX)E{!@7gN( zU_1AZy*2HQZfakhR7;H5$k~a9&cvU9Q>()3_($wAx97gPiJQ@qQz!T=nDB1=Uyant znfr?V?;OsR%f8&}tgQCK?f*YXo9Ejre>-+8yt48?^BnJr+e6>386UEj7kY!&1^akI z8rhS*3)b4Ly-BayGrbv&?L2SBkHI`|S!26lg`Q*JafOh~`>e4&F|cDE(>zn&rVYWE zH>HVPWMAh!*2FFd>=@-ecPLmte0&rJn|t?zNpHw2!C0W#XzyRpfluf8iJyUXquo~* z)VGVgGmGp7;e+$wE^d5bu6KQroh(oPOoiICZq?dbQDir?-&(V`$iB?ZzBP!b@-+-U zH?XF2Gy9@|oxNsZ3wviEurJ_EEV0|$b-m|G>@I;B!8J!q?3#AVttgC)r=c)Gh)IHl zXaN~d24nlFJ@Gcd*u**~=yh&oUmMsE@Lp|Y=h;oY-L35UcFOy=m0e<&dM#Vq1MPm^ zyw-Nr>hH7dYbvp=K{-$1|AW(fFeGP~w+RI*O=RQO`P}%NqBY;OwvR{t&m3Iu(f0P8 z6(^6pYUJdrM~*=9YtdPD$$#^2bG^&YvRAFC)4{$s%bw@G)ZMu_Vb}kWsLu5C&b}>7!UjpIk!o;ExwsMyfXd- z!fP-BkZ0Qk0a~EkmAdMT7vP+0OLmVg#mBznQxbtvmcw1F~x2U4BYK zz?tW@?PaIqKA&I4JAJ$x%IJpWwBx-|M$4B5m}s!v%j&I-v@S2*$2+f#KC_&5ynD*% zF6HztZ+97eZaLk@t8t;WePKE6ctb(kmwWeLXm{@Ii$BC%Wpaa`nljX2?t#r^w}%iYuv}49lx8!X{#>5N}&rrZ=8Z+uh^&XSv8<1I{+-Y6IwZ*Re($Q|`taPYJjX{iR|grfvY2&APNT(L7GVuAUF;CGom zg0~|t)fB)M{I%4;J%XX%H`#zI7`yHryt)1C+I44Obrif`Xy|(e6{Q~yfWCinym$K9 zB^`Z*KVr%;S79V?f6Dilex(8zNjs4LN?w0VFytTNweOGH-H+jj1lBSsCu3+Lfz@D0 z`D@h6^tWrp*HetAg@;(PyyyDcU5pef49(1i`X+x`Amk-qV!U1Zm`r+5$G zPv#jKa=Y9fo|B@d?U3dm{6IV|1a}ICCs}O%1HrTe%ga{)0yx5`NQ>)N0C0rShRV>d z0Kk#fBish{D*z4>m~%N+GUH2*r6RUbhs7# z-INddQR~->ea~rmiQNhjbIc`n5Bzx%f0F)?iP@$wRFMtH?7e2`t5Sj`ZE zR07{y@mP~n&%1Vz-7K>dBY7LLJG&s}B$!JOtmSZmv62NeWj*Ih&M?WX97;w0cYL#w z%jtt9&gGb@qRCQv%<0YwfLQV;4#bYmF@W6UF5a@cb2^llm#ocV7dRP!8p-!rtiQ84 zz~`FeJ{oDTlZ6#RVPewQE3Ducrw7Don7o!FYKl`AeeqB1kq!Hm8Rzck)qSX7XBI+2jmFYqOJ=QoWx${I=-4WD^Saz0-aO9D06oBdP{Z zI%84p-rVs7$Ts*4MKQH3YApF)~7R1tWM}!14ux;o?ou%}}9W1h37+^#o(e zDS|hI>I;U8^QD_m10S~zan9kXSV&eFoO3RK>O+mB0wRY)0U8TNIDzaTYt} zTS&dU+dvQ7&(bZVGzRh<3>E!oIVW(B)mqAR4D1h~^-zgm9P2&|?T1eJ;?Zl=cPqJ$ z_z}+avWM86^ZCI*{VX}N2|l9UPx;1C4{zcSS+s<@nd)39boW*bvAe|mw5!OS4InsSaY zm>C2yns}_i%piCv;dDc~!kAz4K+J76U{A*(1J^Dp%#54Y3Bk786JU(>%C--cjz0P-~r zMm2u9K|ejtYG-=8QO%!c^$X#gDZXdx_nK-pWIT)heV<@D9Glgp3LNehOms-9^l!sF z0&aJP9uN$NYrys%6pWdr1?Jh%LxKaAciRX%9{9JS_wWd;Z=UAheB4}Q`T+CXk!9&O z&d(a1P48VSl`$BfrD1g80z=&7#YaM+d0w}Xc60kz?`oioZ}gX>60GSPeYIeOoKC#y z8o^juoX?xC6^syckVEWc!3aS&QHXVdA>_aG%2Pg9w3_u#{an!^8uXOU747lP7^QM; zmUdJwS<&#A+m}mMG%A;_XjCp;(WqRyqEWeIMZ?hO%XRAaihQ|F`CieU`$wx-vQpvc zyRR-?si;^ViP$RE$AVR?-GU+3QTBe1U=?exU=>SOF#Ir(FV-pFE8632DU(ZSN?f=O2-T%mS@PFj`UT~RQKL~+wxyQS0jGeB_1xDzYp&0^u zFrprpVpuwT9rE^%(O_`OH;X!8S}*%1Im&(LrN`Q>`}@s>Wj%t!;+zXP;37gGF(Btb z`m3Wv#L8LEk)5SP*vgqh5h^HwHO-serm=Quf#0^Sg|K6vGm=q0t_1^D&h1|HadxS{ zXe#@vI8p<0{)~8|#@TJmh1ya9$pJavSM*klvx_sobC?%sOI55KzVm}mQi~o^Rt~dX z@KI_ZDqA@pv18aaF`*;Z%1LsdH4p;X068NW-y3R)n3Xe>9c!e-X;#iMhStW|dKq%L z-K3xiZ-E>DzeVH#Yzu*TtBTnT_?;zD*)HF`z4FRcUdVwqK9%oS!KK4#&+c&~YyU0*B*(^Q{f2Ql)!j- z$E$Irou66AAv|AsgrY(!@ops$iuzKjdz3&Z;>RIEIOaA@VL-ec0fA#~L%{WTh7r0? z3Ai3#d=KH6+myhFKP?ox)(+RJ>utEwu49HC4!r%#94Py|pCMe=pQzkNwHg#Pl?qv; z1iWV~#mA|(X&4cxRRqN2Ny1;dt3E#?J0%FLAtV>d|AUU>q+S0vhfi0*Br=e~~PWzz_pW($|jZ)hWMn)#edaJ+2lpr^N!*rEiwcngWGO28Lp zdACooyBh=IeA%yw^W~hF_stZYg>b;^^PH}33VAK2+THPJf9+K0q(WtH;Z(bgUBTN0 znD~;-|0>0?Cz`X{bFPM}@p}!Jpq0m{^IvAc@v!L&ba<6_E(_jERpJcT@KDs9G!o8$ z4FN?p^zK5z{;TLnIOjDy^mTw9igR8=Alx8SBTHWiI821W8|S>H1T@-)j&aIoY;yW~ zk!vtVkK;YFq#*YAa-y_n1+581H}r<0V4@kv2y4WPPc@=t~d`NU1~Btai%Jg(#> zlN=Yr{io=>f+PM%aC#+~Qxy8e2Yr)02!8d!MalNO z(O*s{v^pp^>Q$X?S8w|k#lnGb2B(f=a;veMI1qjtXngK#lm!REi5l4Y$-RTZ;6V68 zpeebRdK0GGL+w%C_UU$`%s+He9MtxxhlASOHT3P>=1Ve*a~-yV1KY*8_H=Fz?|=i_ zlR(RI8(}9Zq~EB?xgmEuW5ywaHs#LG5bCFEa#zsX zagIB#0nTxAKcO4p9Cr)Qwp`zlagKXhL!9I0en|u62b_&SyK-NruIdJSW$now$iP)# z(5Jb(hzbqbpWB)B>KSw(x1a*jC_*>~=6E}p%P;?ha1Km#2)k498FunC{};P(^h>9$ zT074xnE_AUjz+_c{DN7Du_N)Ki2v_svNcQ{ZsLPj(odr+@Vv!_f50W& z%m+1+X++*|b05@6PJn>n7CtCUQXk=BA2du>W1W^hs9lsi#^y?V)FQbAaW|Z<&=zv1 zaj2f{ot$A8+Lx{=yxy*zwPw%Fb`#s{e6xM(w|CY=Z?!vC{6CKn*9^VeJ{)we8G-Nk zj2yY<{QK;d0XM&I?wXmN{a#?r^oQ&UwujTh{cA=nv8&wo!flmBO*yk9riSF9QQiv6Z-|L*25NP49k zak$yU_N5$xf7`viD>p)ndESHkQ^R`=e~{5)Sp$7(>`i6T;MYG>;Z|*ni(C7j7785w z+Pid<-G9J3*f4qmHJ-r#_#X~4`P)-C%)AVagTu^=Yx0k?I^QZg%zO;P1m~DNSv=%? zjiHBg%>5v7j_FSek9yg!*;O;E5rA-VITYnWe8BY&pQ;PSgLijK1o$41xsC_ikKriz z9+1I!!2J+zgzo_vj0f+=h7b*o3&5VC*L{gE`n-F!mE? zVfw(Qk4$~+b=9d0Tr4<)&93UO3ch`03ShJAYDCRoiC}DYozEVo1!J?z|CB&0!PxAY zMH99bjLohyX_7XAu{Yqq(O)VU&-{Zi+2E^6{{6fzxI|3HXV9{4lC%4^Hq5aaY0IeIf29I1fMkIE-F#wh(ZF zJ1~s|y9oDng-t^5lAzFb^g3l}&8kQP|a31V07>44nY6b@ghM|_xQ!Ww=Lk-6o z1i!gz>cddk-d~%sx8-Yhh|sFtp@LPr!vw2#hYMEiju5Qc9Vu9~J4&!>ceLO#?T!&b zwL4a@YImGqquu>mRJ#*|_qBW4R@Lq#p;fzA3Rdk-7VK;HvaPD!tA$qWUL#nwJ58`^ z_gcZK-RXjT?S8RUwL42_)$WagRl7F{R_)FftlGU-F2xb8DeRr-9 zs@>ZJt9EY}>}wZZGEXo9*o6qaIQ}Fsw5 zq4u~(u-d~F?AxQuTWSwaXtl=!g4G@m3RZhOBv|dSK(KF*&2Ona9v52e@q}Qt$6~>1 zk0pZD9#0BZdpspr?eVl=wZ~GyW#0ab5NeNS1*<)l2{zvT%-ibi&kOH+``)+J+g}t~ zwYyTVYIl`jU%QRoQSGi3TDAMKVAbwA!K&T$f>pa41pC@u`VO@FAtTuvLPNW6Gm>r= z4DCLNR6Zmq7-xcZR}ya(4DD_rep4{C`yTOIf}!1g#BU3RcE2NjM{t>T-xWf&yG^ia z_dUTzyLY{-+T9_%uiaPQRqcK#v}$*kVAbwNf_?2)+GaOz=|}3lLaTQ730CcXA{g2| zmh>iWvrCNnz7k&5_qAYE-vPm@zHbDp`o0yc>ibTxs_&p+Rp0l5%YwxZLa6$F6s+ny zBv^yRPl7dA{47|5#bLo3ERG1)VDXFKvS9J65UTLs1gpZ23icKL;d`p^KZI6=|0!4% z{+D2*@bvrYueL20YFkm?VFOCkvZB7n29>C3MSYh=N~H1O8dlWz*{~ATt*Gy`5hbeO zleY9y98Q=jRjsJ+wm6(PKmuP8gz!74?@G6_rR?QGbn*twd!jibY1f?bzz` z19Bz3kg%dlyaC(o{Inl;agJe{Jk5&w%Z!8)m8_`0&PXbeV@1#NmTk9Nw({M#it-h# zsK3(4QzFZX`b!NYh?uq=D+&)z?yy@M53ZvZRH6Aws6y*1p$aWfLKTWr64SUUw4M^G z(E3WKLUBs+KMKV$$$u4!V-iECLK`b#6dKv73dMgqZq!>aKijx#W7=<3)X}9S=l1t6A^a2$6CzsD1lz>9{GdK98m8n`O zW<_7X#s@xYC2c{@r?^n;tOVq|(VO*wU7G$l0R9}|ajG6&z_!m70>|pno46M5sWs8m zHQrBUHF2ooi(6I`hblf%RuhLRrbB+sfgfTgt`D|Af`gPte@gf`F<1%h&!s}JKg0Qe zahaAtQ-`rX6da<2-=FW$cKQf*eu6kW@$ZRuADvINdV%sqov^jof&a3*4i zfEB%%k9ar}F@#MmpZAfrJzMy)wr>`qtnFL0rnY^n65940CH%HOLEEE!x$%0Qe^0i( z7|-fK99tM6vaRS=b_B;3KH+Fb?$Hu@GaOr(Dta>+4PUKBMXEt>j;h~{DNg2 zd01;|+m9%rZ9l4n-*(n+yR_9Fy6BVI6hi4-I`LCV!07l z>OHsHZjo-!CSKI0|v;`a|n2u`;89g0}Fk5-P*C|Fm%aUL(Vty(+`UT0vXbt%S<3=RYkR+H3d7 z@coeBel3V0$e$<;eyIdvbRCYkuarQHKEN^gwGxQY6X-q%lt7HG$wt3X0x>#6yL>A| z1&DJ#Hx|CbE3HOr7}&q@Is2g2!N7iiPr~0Tfq?qDw|}3VU-%j2Ii!3=D>|NS{iFmU z>=#L|-Y0hV%v9bL=NJAx0&ow$m>k6Ug-?WXt!Opg^lz=2w4!&iEB`2g_>b4|@PSb! zRI@nRFoL5ig&e^rg@7n{V>o!+4iBvE9s0zslU~FTpB*seaV#2L$T$=g0*M$=e>mm{ zf$s@Kr+OVe#W3wp-_8Bsnw3wfIgG(QB?P`Y9UaPT0GxFg;WVn_tivaQ=y7NE7-t=Z zV1K+XKDF};{1IP6c?^`*R9;OX!WfnLUcqNL=KUxie4+5zmWy`dwpu+U;6ePF3*KB2 zA<*MO4k>)m+(?BU^9&={PziX@mE5RmBt$lpx{gN1!HTH@_uvl;1)Bs?XBr0n!B4CO zi?j&*<6=5YQza1A*3vS~lt5U!->dRDBK|D8cxT~}wi`W{0(KDspDKuEShK5^@W=d3 zsF^s6?$J|tf0psy1E1ks;I*6m9U3LzwVNr`KqX*- z4>-;)Rs!pSB~;rbN<^&aQL27WKu1y7iZ)^+gS7|*zmXnssS>^!SA1dj2&_+fe}93q z!Z*B<{dT@R-s`s?{Toc7ZjjPQWskP<9tEGq=Qyn3&B7y@E?SYEcZ(9x*qI!Jw<-bY z@AR_2#PMA|Tf9?w4bgWAQ3bL5eQy*BrfX4!4+-zznnqb51b&q^`aM;+PzYp>VygTA zHIw{iLGTIT%?#t!{0i%*d2I3-tpHc`*YD3N0axuv6)#f)uF7v?1(z!USMATI+UJyj ztKRQD^OfB)vz?*jMddNlu3?~9sRUHljCWt91Xd(C!Ri+MjElL~l!3vA(??!c0`6Lw27E&axN9%YgPWCrw`O~F z4q%Dk+v#29)lS=#P&>V+gxcwSCDcyamGJHK+yS-Ihsvv+b}6BD`bY`2)5l7vopvjs zcG{za+G(#6YNvhwkDWfzB5J2kl~6l5nJ@ zJ3UR0{zVDQe#aR)e^mmDho2a9e=E}^Vu(NZj%pD#>M(ZTnR5^B^FN~lr)RYHw=QVBIGrg1Z()u^@-YScj4K@R2$fA9sh zh#EDdgn5Q^4kACsw^_DcP@6@SP@Cl_p*E|egxc&hCDdjyCDdkdCDdk#pvEb+SyGFr z&2p7cn^jgqZI)6(ZB|7IwOO7LYO|_Jl-aDBGHSExN~q0hD4{m1sf60BmJ({S+DfR+ z>L{T$%m06DR#%It%?gw-Hv9g2yJ_Ze%$ZgI@7kj?jPoPoL%` zeq?JkZHGU#P$SWTQ+PY1SzLm7sZQc9j>EHU=X;>Sg#Y^{y=j$& z6eVgBjj){y@YL8Mv5-+>g6;5OIGuQ!bKKQt2azM4N4g zKhf4V!F0>u4%=A`bW!3tqEBsyxuSy-Cs^_q+nEPl4M~h-o4?xrtHvV|R}%e3ltGqB zq5*fWkD80)6D35)44Rba#{~xtwfR}XDTyPT=7IsgnQ4jb3}+#OW+X1jJegXj$R~qEdr0D-tuP{I&+J zO7!Eo^yvnzO^hQt!=Md`db~wDgEl25(4o#WXmjF5qV@*8mDt23#90PyOAMfQbueg0 zVi`;J2sl5YOS>|O=Xm>G0jCudwkL5nEA}=;KTRwoy3nBgiD_KQ3=24U=-YurAw?S- zaE1XLOnlF|XPhZ{C~*r*UT)Bl#CSgTk2mOO;(i)!fIGNqL53IqR1wx-ieG{~}( z!?+5aWMIfn{!PVQX<(L}oJfD0Y+%$*^5YP}s|<|U$+uYdx`6WvTlK|~_ z)ibb#o&1$bTNH3khn~}R@@Wp(rvlDwz*0N;1`EFxaOMlI=vcUVA@Hhkp&wDefRHan^)`_8Q9BCF6Y(82KKd+z1ZU> z23}+*tI%FW1`e{5-3glpGk#k`AP8|Yb9scFLrl zoQFOUwl#3Rog7Sfx`FrF$;pIg82Esl?CO1Y*uEySj4`r{VK>;xBZOTI++-({blh$R zZnl$k2+ua~EjxK1VRr+!!FYr{4BTNSKP5cJz+G@p!gCGWV<-P)u;>{a?rZo{7>|yB zp1Hi=PV$RB!Sf9~0K*erVBkSJ*@O<*%fLf+@B)V%=%8E+*HweSZo1314Rp5m=UAM?}pI6`>p7rP|>DFz5$9yB}-!RB~B{(`sa zw&KAz)cjPs#jl_*KsXGYVQ9YLHP@R;I)(8P>U=7_4m3WUarjrec7A{ONvNl}8pLa0 zhcLWD=NXLMJ?9Ir`ENKKYJ;(WSM$mwfwS|~JcDr@cMh*#BpAnW{fP$(#&H~9Y{#p4 zraX@0F6Z@21mifa8`~Qs7{_rlczv*79>-nC0+$Mb<2WAm;MF|SAdce(VKjs^bpyw7 z7a`PyhRSsu$5okg(qj^lXhgkN_s7{_rubPA0W%;X~;I^m^1Qvk-nwQUG|2U>wJ-q1wj^M)J`n;&FnJeDpT)<${rXv=<`-KOAA&$GKfStX%NJ z5e6e~-f6=dTp<+1*>*v30CdiC|I?7lVH{EY{9DCn+3z`eC6IE_%xgl;zaM9<94l% zz82@o1=Zqhf>n#R3sx=86AUdL@RlCO+p_27LsxeR?dxjqabH)Jepg*RAXima4+>UY zJtWxI)upHgUEP2`Mpuu@Rn^rZ!K$mr1gowd7p%H^La^#;v0&BJ62YpgCk2bHYX4!^ z>g4Ncsa#N9JtJ6k^{imk)iS}p$9WmF6ZakKdEtF!J@w1G&BTgiiU=Ox23!q6kkaq>ELAD8|^J2omuU-642zXxzgaF^I zw+r?yb<CC0?@&SaTmsMD4PBM!)o0oWOD0LGqe2z?z3i6(56)s&nKb&%0v7l zi2+KW=3p#C`A(uQCdF@2@jeeV*RkMb%A+Q~Ivmn7a(3K*fnunZK+WwHy`YV%AG72b zy@0Bpkc3WV)hSgU^!C|-(pK~E z01+xXB}YyE*mg)y$yswbhmM|-v!_pIduIo5)8|?8CT$W`{TFcbn4DE#VTrP1a#UUA zy%-3TrhnuTa^5L5{a?SrD||+qsQD4so_8vNnvPd17%0WMaX>JTU*NABAC${jI7a=2 z<3mF5T=)xb0m`R)Q4fzPk6kOCF7YKg|4uwzx}E{%2`%BDE;%8s`Hb>f^V$EcxlBv= zHLpU=%t|ii$_}lu%eS5y)I)2$4IcfQtGAb=CSC@MR^WPYwG!Cn<1b%_)+m8pzEyPH zwMt-@j~~zuy{rUw`7X@|vCd9a_q%4p9!>GQ5n8WBu*l%g<+juvG1Nmuxk+xYc zLkfS{yhRB};jf#wDgh}j_dY~TtUZq5k6C+^os47C&|d~`)AHCf^w+`fDFG$=3*q;b zz^0+U65g%^HVyry@D3%gd+)D>cPask`OCEr>{PbtC^ikTURx9i)amB0K|a!=*c#l# zWp3F~JhlekCQ)`2kF7y};j2gSHgD;-r{*)h8+ zuk4szm8Zw-_&N-fw-q&^yo2~-l=q{yugW{5getG>C|#BJvzAch9ach>cSH$Q-Y-h1 z@_xmaV^2{YRPvh^!H%o{EOAr`?6~@BJ*I@J^|%tM*58#-wf><5)atJ$^!Oj2?(m!n zfkeVzLX;i(`$}$7!B_H#3aaE#zzkN76W>F_N~n?}O882C88xBgPw>YmS0sRaQ|#RjFA6 z;-QDomhsT)TGCfut!!U;1F}_lg?d?)S5FC5URiE{ue@cb3FW(LY3F@f0TD^G*G9j?}x3ls4DOOhx}DRf$t7M0#q67Q%~DoWC>y|?tH zUX@CvmGb+3&w~2n=ks~o^S#b?o$Fj@yUy0u5RCBJ8G;dBr6Euc#V2V_u~NJ<4PDAE zNSCrZC*8=d$~YU@bvFbfyR!{J%5EJ(LUzyLqhxokaW=B+Z3sqoeGI|KuCE~&+4VC7 zBfI{FU}QJI5RB{w{zGDLzkjJT=Cbk?uG{Fwz}w2$U}S)Qb!O-Jdks zOfUp=e^-hvh+7H%5<@qFpJWI|@RJR}2!4to7{O091S9xqhF}DLsUaA_PydJDM`anM zon^cl!Cz(wM)0!@!3chiAxNd&nPrrAuAxh%{WVJ}ZCPNHc9C&5VqI(qMyyK=K`QNH zgoM&QfRB>hGUIGyx7-kn>{b|pk=^x%U}SfLAsE@MGz25N8x6t8?xqt<%CbL4X|FO~ zOqaCU5KNb}#t@8DZ#D!YRbdE5s<#+|QRiC?0bSCIF?2~%g>N@hDdewXQpgSCM#$@p zvk~%rhG2wzzadB=&p}8C`8Ir%kRLM6M#vit!3g-A2kFco&)*6Bl^^-?e4OJ{HhiAO3A0~=`<`Fq2-@t| zh(cu+h<3Tg;{lz*36EbGg7kP3Jla2qS8`E2t2yxg&SU}Q`#)Mnzc&PwFHGhzB^UzA z_h-%^elP^IO&^fy9}NL*lYH0^n> z2Xc4n{)H;$Fyd8Bxp`ERT~LPga0wMwh}Z8 zl1l*E5d>CQz&D}1O6gP)l!;pkoyIsV|7@X?pZKj9PJ^UVZ@DYOo8ezlf$a!#yM?#P z@7&h1s^u09?{Pn;5}Og^-V5(-|LgYHix7;*ilq0U-|`GTfbbRh{@h;;P!s$}aLE51 zU_!8n73pXHf-`a1MQ{%-kAL|uoQXXO(_;T3@@>C)2W~^yOq6B&w*bwFJxP>r`(8&} zbs9?|YJj~IK=WcXjIyEH%&;i-4&9nzX9e7r#{NUp#`b%jg}YB<53-1`BjhHam9gGz zQoF$?P-1oLB|4sC`;9ws8^RY1I0#;W*2Y4jk+%OA&|R?%qH(r=ac9d~AN!8QGR5}a z1=`m(7CcGH|v^O@Ln((acKU{^oHe%d1 z!)rk9!ccFY+z*30Yy4F`xeK9&t#py&FFD7uK8_`pF~Lrbe|c}q+8^UXZr&)zpVXJz z5Wb{!FyZ*4`g0osH|BWj9Dg8I^bW}_H{P?3-@V$h4#%dsaC_15ZvZ+H+eP%M<9`73 zTkHVQYibGqSUixF0)8L2#1F>Tj(^w?pAVFCvK{||%zozh>)@JZ$K~tN zSkV6iFbgaAlxx)Wza1jCA#g$8YvTI*hskXSqgXzA$-dBzuO`$>_Vw-fM#5%#jlRT= zzfIg+E&G<*@fD0(FWEP<<9s;S(@XYc*bYIcm+UL-`2Ps?l6@ssklD8ACHoF`oDZ{j zdda@C9p|Hvo?f!AvJ>%$tivkdo@yI{r}YM&){A$WR|z;d+gEqjn*9ddYsf+J)c^Qt9tdyAZr;1$U}l2;N`?cdK0p z-gye{Rl5+pAqu{sb|H8}72KzGA$Y?S)VmP8;aZ12R=W_q5z2YL+J)eaRPcb>h2Wj9 z;6b$u!Mi}gLw5XA){;rCfA?_ICp*4~J=-kTPalB_Wm`E-@y$(UGk%%tcDxV@-h-{! zY&YKZLNtT&mFFcO`vEEeUU?qFYQ-CR9Z}TK!Ck4S*pXsAM8F#0JLpOy4K&6YU>kIQ zk%k&$4KN3t7T#i((eRSZ7_<~`F)NHUz|R@JvBp>fd<9J4EoSA8HNa-zKT@hO*8mF{ zpou164N$&n+*IRSD}UVNX}E?*W2^xVV?LT`j5WZS4S<^~4BN9WUz=;8Ft{?<#iE~<)x1ouVQ}$VOC6gVLAK2XeEoko|9d#U7CVZ2bK1*XP6D|-> zlsFYZU9zTkT2RDU;;$0t^h6C}vuwPW^!i2Ub;qKtBK3Thi4`)KQtDF5)?HOBFzkUsNR|ULFD$))8H$-1Q zxR$6&_U0wQDuV73lm>SYoGn4K-~oaj5|jmx5%iRxB6y0Rmjso;E`oC;=n(7*M6|Kf zJ8?6GHbfGK1}mYpk)aZd44xnuCc)_7ZGzzv)C7MLjF4bLFbj$s87TqYK_WO`f@wi5 z!37e`4Bj9ZCBdBFLzc{Ff@ap0K|V&DkulO~UeJQzLJ1ZHJqX51urzS}n@@9EC0e7$ ziA<2RwLu?rcaez_+!ahfyB)b$g7v|Cf=eXW5L}N^i%gPWWAGRCBYlP z0fNgU*cTilm@UEk!Fw36MAU0D9|!U!yvwD_{@^s`?g|MG1YHQ`W=L!G!9c$JccpYX z6ijACxJrV~^u$7O@lP<@soOw0S-WIG@^IfWVo&Qo43*!6m zcT!Joe;!SGOXfhH^^8C8d4fw-<2u+w@PuFI- zi>gZ#)K*E>Ef<#eu(@i<39@cq6#11VP8F`~&T47`>6Spb4n9GyIyH&gPLR(%mHcT_ z#5GBjoNnS8eyZz4k{4!!-I`O$kDMT1aw_?!6J&kii(;s<86qjfK+o6PeH8hs6XYeQ zM)Ld#@`_W*esdGa>Ql+RPmpgvm3$+}1GojwzekaIv42Nsqkpf$e6WVc0{!(0^TC=% zsFMDD3iH95t*A}@{n|eo`uQTag;QiN5N%sH6~$Aaw7%ZLg2PjO8`Lm=lk%N|iEuGU6htL4{b#y)0KwxHv0~k*OpX!_yl(TG`_}>C#2eYW$WqzxPs0YDH zR2RRUKO3Mh=!_cctFEDbFowc!FQYCA&ZUsfkf1bJg<9oz@wZR3>RHW#M<}13zI`z^ zx(64c%KH8MvjNZnh$qXOMu`!qo_IPQ?Uz**w5N1s>udE4iV0NX+dEiI?kD&;mvF*( z4Z&1@I6!q!LU5VC4nTDizG}Wk20f_ws`(lnlu>(B^Hme9KzoCWu#o6L%os1h`m?Ve z&q?)g3!JSl+h5iA=Ju`TMvcAr5G6~bgU^12MMt=&xl|esh+AaR$0P}(y#inv6 z-|i^(lsg4k1JR86FZxq1MgHx2hf>AQO8&w(703&Vet zl&HP5l@tE|kFeD)ZSNfLAF#VR|9pk5*6!`p`n6vSa&Gf$=Z$diL|2vQc%L)dDfwJI zskZk%r-Pl%*VN*o@O~%Dep)oY-#IPv`EA(UEZ^^%L~4P!3RI`;bM>HF>Fs<_Et0p^ zvYLu6&FqGD2T}I{=XCv;8t>oBb1U?Pck!joQKIOLEAYVq2rF*I#JvwVO%k6$S<)_p z3*TbkKiq)V2YTlA#^3hod1aE6JPfY54R3|~_*wApd69`z@QTV52mboy52ZiPe*g%# z;c)_s+wj(d=<*zflNT@H-z`y2c;Sn2M?Ckm$OD+PTS>noI=3|Q0sh^Pe>ahTTfUdf z;c=FmpLHD~jPjmaw@$|8@W%`FqLpIl2B+x45RtldHM!7=b_J7eJ&g;j=oawg7HM3^ zicV!T^%c%@tY{z91GiYa+g9{JFzhza7|9A>L?3kOB`#;UMv9(;O*T7g90eO>vx~;bRjUn`rV)#Q&(ZDT~)d)?_wW3$k+enQe+kxcce2pPnsX!Mf zj5$eEUi3Ih<1{O}D@nZakW(-CiSb;h!$CNgi$5N6s_ng^-$tjZxGhC{nQ}#k8tp(l zTVv#Af!MMUy>u-jNhmUA9nq`B?+9(DinAVu>u$>bhLf%%#KMQ2f%ZM(-G`l`@?1uF zmvW^%*3U#1D@-)#b8X`a{QtA{t3OJ*qI~sL?Z-`Z0xF)P||zvdvDL*a{}<*@_Mg z2o{K^H#?Pzp7uAo|2XJ3Q%&lP5FivN)~TST|wbGbNut8`nlRl2>j)hPqfAYoP{#`7!Hmld zA+&-Riw8UGWZYid3jRY;VTYX}WLm**Ny4jj&P+t;bG*;y!%A7plqRTFCMA=)Kiz)> zF3Bk^+2+jkUC`1}E~3jqzb8IfDF>O2Wj;H$?38CH;Z^=y0C~}SnC2Q4TUJ(K%GvaJ zi^TO)Qkd?eeoLlblJYiVd`vo(=8m0=$Il+mW~<*U91N%$E5=PV4_UB?ux;&IOja&drJ4Q+?!?yG}T7_R7UQR~GD0EA>jOapz z)`m&U(pZJ=3TF}3D6~FYM>NjPXpHnW?9aio! z;Jlbz7jR9eBYq96;#T-HTv6*iX4LF46KB>wy~FA3iJNvgr~SVdFW0`X z%gMG=rcD?#W8A2*Q>Tv;?n}f5ImBa?r3?P_(c z9@VEyH;Z2&{nefZ4(W;|4@_T%bnV?;eXC7)Nz-6Z?`|AVTlkjqJGf`JUL^2KLUoU_ zQHkoZQN6pL*PUZzNvJOWJ04P1eS*LMy}NWfL8$IgKI-q`f&Ui1eAM5=!|{~xJ^J@b z^kc&Kqo2va*#rCa8P%=-U~+2yCb#DAR;T>k8h;P!FEhoj%q70`LQH3?SF1r%3iv81 zbQxGJrGRfaPcIL~9}F?53QY9uH;A(BUfom5zyFXvGBCa}FupQ!d}ZXlyH}x*;Q#Ew zgIE;Zy7aXMR(BiKt=~XGYha&htADq?vbcJ+>NcwTP?uEx5T#Y!t50{Xzd88L!*3~mv_h=K zZ#{k+@!NvmcKmkYw->*C_`Q$c0sIc)cNo88_$BiZ%rrD?m~&Yr_?6*TfnNvws_^TN z-$?u>;m6womg2{zbUl7s@Y{~xPW*0R2JmAxKF0rP=#Q-1iSduqSNTbPjUOjMx!|n( zFnrv6HD|><6^QfHao`K{)XOZf>?5a98nc`<3r@)^tlI4#Ik(zk!GD~h=!^+dr_Zd9 z>8^P5ZM=^@B)z6YGM?8dJmTjn3L20pCL`fHp#S8V_zcv@A!zGPT)v+p8XRbUz16+WZii&Jcef*RVk(1^^`a9z(jh z8PsxrE;Hq)BZMvA4RL%qN%N`lp8qt0ATO{zpi@*nba{ z29|rDnDVugUwjdSig#HTA~@Fvqg51Sfx@_pD%w|U_}VE-tOU0>=q$b2n96>H2yxI^ z;Z!U71#x|iVK2ylG`wPsVJ{d4w!H=#!(K3u{u^oxdqH263|?PV@nK4Q7MREDs|rUf zCz>sKe&ZAsbFm1ItSUNeG&?yAYoalxP(#JiZ?L>6b5*X$FdIjEL%?_~RRzO5?S8V; zT4T)I`MNS*OI7Z$ipUKjZ8U~eWD%v(R^tE`Ci-uuF{IX&;;B^FO9Q*-h>nMxdINr^ zzcaNzh~XXb(LrN~VF|O{QDcbVEEFSNV^w@W3<-wsq;bTGzA82zf>m5*?`%b8p`FWM zJrw4|@+o0|3vcplP~Vf@UT2~7Qy8a@qI<-7@Rk@trp{AjJoOj7oZg0Lj7jkG(0&{V zmrUVu!RQrGM;r-P7^&l?IUWg@*vYV>e=xog3cJt^`4sI)?G7OvXME>t_arM8?FjoV zj)bcS!2Uu}@SRi9bq;l8oFc;4&dOnj3ynr@QW*M{LX1z z{3+9$s^~NiUP^waDeNM@6T}za!Q8Nl!Dnc1FnZj_Y|hjeV%WrBvlMoqQ;&%@-#bOY z1{UEQ?G384N{j;;cH71H3|L6TxJtW%$4{Bnt2IuyqTf=V6B?sl6*19y8bfx6D9ia8 zqh1XYKO@>P@_oETnhd=WjApUM(3|I}uS+zB-fW`2U!yT3%$cmWRAbkQzQ^#_YK&@? zE@mBuDT)iL-i?ZkD7n-q>AnGWK^!_c$YRKHslnd&HO!)*#v9d8vae}HLfi*0QXRh07+QBAU9|WaD}a3Q-23rlI8Ob&pH7B5i1QbMdlcGHMOI4u-p?@INiq&AODzLEbBn0=i&NRXIqPFo)6oWH_F+B8VP)wN z>Yh1*(nvLgx>n{osvoR<%15DK*^530y-N#UQa3J_(04nc=ngE-8 zW;UzaSVKs&GG$yfr^NNB`1yCIr(Gn@`ormkoG$$X1t_HsQ>2U-M%2s&%o|LRN-`*~ z_3Wx)ic|!YS1EbHVP8c+fpip+quAno4jZzBq32ndL&@VjLkO+R7g_Z44I$Uc9L%^E z7(x#6%Weecg;m@T%o&u(B14E;a+VS6|TC@Ovm~up958KLr->!j>n)N^TeoQke-a- zwo@W#M%}#K_)oPmSF)O|)dXD3tzyLG*{8(#v5N68#Atsb+Wm?6=Zax}I=vcRM^Qg& zJfn10vUD~X0!n9@*aiRHzh^DOd14hS>V!*1aGqEZ@~zB$)DN5|Rs@vJMbu54CsqWM z&XeNwzf79A9$V2(n$H@7OjG=2(tO^~O`0zlf=P3yA(%9G8G=mn&l73l4DjF6#2H{k zkZDdlZqmd-Uqv@*;-If0m^9xu1e4}ILy&2{e%$2qV?#Ij{Es0p%{6DbTD1EO*(CXy zA($lpYX~OE&kcb|uDRQ-jD5>mf48G}Erc$7y5<|Vg}eCH;5}9UF(^OH9*hYr#M$kvi(-+u=e!Ml}}#7p8qHmzklvE^jROf%+W+w z=Qd=I-qiLp(fSU}eTf>0mmn_&8kzeedy+F?`vw}Fdj&G?b%9UtU6b32m8h#N*`JVm zKAZb)3Qfv=lBh}|?6J>%nM`+Ajx%#H(c`rbGT@xt!$dt4x-xek`<0${Mrvc2dUA6q zpkB&tM{Xe{eU3sqbI&F^SE1dxjmb=Jh4$u7ChDWmkT-HyvPJ2u;J)1Fi25n?e(qc3 zw7)_h=U&6y4^U`-?o6^aP@x04Si0oie988~+!^93*X@3B2?d197da!f?C@F^udw|Y z%!VCa%)t|GUyOm*WIMcv#r2Tw^UcOIJM;*jw0%Bdon?n<6w=GKAD}$4?eGXy;CICmHnYR=%njboBrLPT3#sXN zJCm@&4!>bz^qqp0cIcAj?-lG|hfl+X;T=}6vmKT)-5=~c8Mw+0-(RK?YM$h+TlhPlI2Lx^X#w-J6UN}01 z7DSGM`|PlaFjv9%6L#2$B@rt8u^p}=%u{f`9X>*suiybY+)Y?V!Gm`A1SMaf;2{W) zHM3B`!*CV&xU&;Bq4dfXta8H6gsl|p>4fK!OI&wKu6sM-6KqCs-zi~#Cw!X_ z7oHMUJ7FauZagI%>V)OY1Fk$J9O;CESrEAM6fj|pc0yiN>*3NnslJBnIYA4K~c+OVv7AH($W7k8$ zwN5DSyy>anT_`mcaW6u2wdfK3T|@3EJaGMjpNXhq8aJv&8BkZr>4kxTjO~j3^l*djdd?X*~djl2T?S%4u`#}osb;6%n z5Y-C4fh@8h1}nG^>Oy#)g6})w(`-+MDEP4>Hvo7;72NNHKe1efDR{sMw=(Q-KrSpD zbi!=rX@qh<plyJ2rJE!E9P>>=+pikbx~!;Dif+YN6a@8cEBbHfZ){fiVVglDEV zLBaZNcqW;fs9=d34ko-suL=6L-bO(iBUOMxFIHvIIyQ+ zr5lFSsi_KfaKqVz(-iFNhHD9NA1;fw$_*bRoUUL`H++Y>jQeou+S?5qkdK)P_IHDD z0tGNj;cALyMVh-LF^^Q;LtN>GUop@;E(S%e4xwcf%p9Jl83> z!3}R<#+NC$(G8CiE?01q8!o5BS17o}4L>EkUcqf{*pfNCLBZ{A{qSMpl?v~0!+~r* zZd7om8-6UxGu&Z`)h?*FDC&MU+)Q|@f(P8N1r^{n1rNI69~9~B3LbL9J@mX*!Nbrr z3hfRBkGNr9X7o-4e{(}Q?YPhJk3$^CTq~~-S<7E2qM2@{eVWM6bXzC#*wFsVi4|Zh zoLmwqi~j30tjzp^Y(&cASEKB$oVI8$BCRB_bGAZxBdsNHa%v#RNQDG$&P1dgX(NG` zlTUALC5YsFj=n$APJ*PIXHhpIl@jo%5C$p5?Z- zdx`6_+zR_b@j{l{$Zk>lRhB!>uN{%+o^40R&KNau)a0o(<7(T~ao5>@-wYD3{iMMC zDf<7eh}M46$aSM>)5pyiH~q44HKWSgmx=u?-29W2)~&|YHfo7oU$u9YxkKyObHwj` z-G263(W@VJj~x)t^>YW=F_F{XZRkARL#|f#?~k2QpNld5v6Hx5 zjP68@F;8Vr;a;pU4jahLu9s+x+cLkP`y`EVTc+HwH(6ucmYI%RxKlLFvc!GofjKZW zd5B`_=^=)x#oCi$YKg{%scSSgOfA*eFmCjazN#dKQyWr(_iAjIU9YiW_CAdbv-fLkn0-KF!|Vo)V_2+}B79I2 z$gQx4yZb1#_l7H>oi@SV*zmDSW5dUb8XKX#q_Gj&ZjB+d zog>_T+bzW0k!}_$ut z-Xz+eNzLsW1sESU`qlUZg9T?__@s{*L&jD8_53g3wa8C_g4XwK zuvP3gL)6&7fNgnmpvd{+=p47GxG^U^MOxRf%!cI#OgA;gGFuaI=H>9VfX#J7O~x`2 zFMG$n1Jk%-r~6!Zv+otR^V3&6b-9ZrDaO@Id%_CZaWLRD*BFbsBZ*sRj78n8qTmYj zn8l+16^Nu>qsB0|)Po?g zRX}l$WxwXkStpIL-pS|tyv`bDV@twBku}#X3hrh)-83Cr8U73^I7W z?@Gz@heYM#4}28Qrn@veo9@!^Y`ROsv*|7k&!)RHJe%&)@NBwE!?Wow70Ue6{v#cur_+c%G-R;d#EshUWzu8=e!H3cf(@RS^XC@@iEfa3Vm{-vpU^jr&I37&-4E5H#Nn=#G2E?m02G^_6WO%DJ z2A934k!v&tSJkM^-pv|gq5592GvT%zaFog1rpZ{J{uV8ace}!PaWMKmgRRvVTOxj7 zGIwbISlM03igBlQ$Aa;-qH3O75y-iK?&P_fWQ4eOp4+MT2z~!c`$lT=y5fg4MrvP* zuMoO{T%+5f$T+JIO(T0gG`EIu^Rb=LAMaRNebOxKHXLNK}D<8nx_pHWP zD?gVq+o3Vm%5N4g%y+9)G`iuP8SJu=F5v z(Ml6=DM*GiuC~?$97W0al~u381o5nlN7KZ{C2qThYgvS6nxGKCaSEV=CSbQ$#-}3b z8obf;V7h2>4Fdd5Zn|rCv;rBoqTl9~;gao0zLn8KEWF0;iFw*ygiB;e3z>070v9oY z0h)mMOvYiRIM5Jst&DUQ^&mq)8Qehbs|^7>@wlir*bw4Y#(WC%JWary*$OedYL)>5}!EKX$_uia5mGTsyg*Sf7rW;0=&Ws-R# zuX3RbXPFcMyxyB3F1;2pOk?3qHx5W4Lp*t{TO6-s46_Wq5aP-Z-yuN!9cJ=M#-X^B~f5yG!k>KLrkwTCM@|YIt2MzhIsTkx80DpnYrt<19f;Z1-eWV zl44fI6C^A*1n7sn3TcIjE7i&v#8SH65K^oRH&t|8hG(?)r-{p!fvZVOD;eFX824!c_7P?r zWt#UJ0@!|=rTl;)fXh7U!3IMBS8@gGLELApqy)|XAXPlF-0j(L4ZS|5y<#q&F^PoD zhJe_sME(l5vJFq_@-lE019G&3sXl24(D?7DEl(K&v<1!Tk`-?A!uOCz%l5*2K0Fn_ zkRr&Fb0aH0PrSau&2Q6_arN?f>@Y2U4Sai}{r(7*6&G}w?UT*ycp+tTz0daw^5Qk3 z?)7edDKr|C!v6~CHH&A73*bAE&FJ2c9xCIPF{^J%&>{XQ z!CMk^j@MykKk|n{^i}bOl=sKdrDwc|k^V=5-tjVmPbBCcKbxBSsRY&W`^nXQ35LeM zp%#5cP|q3}@6YId_IZ8B=(yY?_Lu(_Kuz{gk$r>Py=E$7#X&Vn`pRs1pb7`oen8&m zW&ex(<7T%r;b&3yZbpSOY1@F7W_MyTl{gBA@AB+kL|tuvAHFNIcd~!QAk%Q9nO{;v0qi_NcQ&>%xen$ zmc5w_zOE21Xz2^HVy?^5dc$_9l3^jin|5q>{s^FAqPK`J*~^O5jjn+qGd>y8iPVc< zjzY2GwJ3~8kpy;pITSTgUjir2r~4ws61Z_51&B0|z>5zT>uz-OyRobyjU>&F=P}a8 z5+uj@-f`qK38Hxur(bGCN+n2%Ukaf_niR}Nj&WxGzvAePusEJoTYQtd(XajBR`+2i zI&;pbX*H8ajh`kKuf)qViy7$A{sSdMMY;cdoVKyw^?#_04c2lR*c5KH3 zldp+Cx4R8-{hQ)1w?*t4rmAPn zIAZN@@_Ux^iDy_&V-<$A z#9!x&1JC0YgB~$l_HZQnioL7>>Eibrd1=rARj*bIjUMv3h0_+^JH0EkD zIR2X6uGAQ;?G~r)gmixtJ$Aa)jO>n`CbDIxMs^6kRAkrxBeEM#jjY)&8CmaLDzbZa znaIpMOmg-Ee5uIp{zqi@oElmAi!!nSFRI8Mc+o`mnD!+j`vtyKWO`bLHwjcW^|Z{E z*=+lgjO@IZU~hj#+^#2E5!=+`Rrx4``Pko zKr@@bcrddu^~W(o0qoRlN=&7}Ns;Ka}Ghrg5aZ$PMM{yq)cipRo0i`hk)`L)z~349EAV$_{%~-W zl|Kr_5#-;3u(A9&!p6~Qqp0)mC7e#aGV>WL-23oC^CfxENi^f{x(PaHp$ zmVC?nJr*|wwVW_@^0=0hC(fKOeawuORa3{#nmlgG%o(D~cDqp2zsGGXZu`)EMcnj} zyZi6P|LockALAARan%Ut?b->SxYg-+)9C4M&@C@I{Y1B%B}N{?bq1lBU*g3@7Q5m{ z#lwftLBCV)Zyj{H_!CrT<>|`AUsxp1h^N(8-Sb*;$G0cD=hwb<^PM(r&9TMcJM^DV zK%!}zAWGg^!GAcmC@w{y9JgjMY@U|$JlRfzTK`L`bYHl$<>{-NjQM;}2_J`D?Q9o1X-)5O=`xm~c**z9|^sLL)oo$S-omm|hg z`t%#6GOs-~W?q^1UK(Q!?uH-SK;`^gO*A>z!w_5M{J9@w&VTvA5K%>f7 zDR0#n8U;(s&yeI^Mx)K%IJ}wuU*bD-G@g|%A80qjEf@MvZr15&94M;D|HZ8enlNt< zXmSx!6H|UcwUAe;XfwD2xvyc(e@J`Fx6(Pob2n;?Of02ZKddndB#-WoXp91RkK8?~ zF{;rKW^$9p$n+;g}GUKK&~?x;o};k1dlR1W~2w52n=q zt^K2D=M&dzjG|r0__t|{GNmoreL~~Zgq40N13ak-DONfcFx{s#j#}xbGY8u>hWxpx z={~KoZ>8TwhMv(l$x5%w_>84LVx^x?|Hjg9%Ii7h-xDdnxuuCunCF)i$%oJvGD^J) zfJf-kchFt00{D;#kCVG*6#z1s&m>;a;lc9#Y@7CKmca6J%=4?--L}#nVSKM?cgw)yb>` z)U(n%5`UvpMzhdGy!SiSpJ+VCby{+sWkU%ZZ&F6~V_%yhYk^ZS%S-8!U@Ewj%9>;dX;!d?g7q~4>np+QqTncugdAjJx0hxBmszc& zFtQ8*cT}wvOOCp&VplQ7Y)$u XoGD9oX9npL3bILH=k7um-^r+FCTOck-BUqE_e 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 x?3|Qpv6zlOT;la?k-m%G{V#rUD*XTe diff --git a/build/bootloader/esp-idf/spi_flash/libspi_flash.a b/build/bootloader/esp-idf/spi_flash/libspi_flash.a index 10356675780ab983e791e7b5235d8e960a7be785..ab077aa854a31e2f70b4996d64957d3ec7f2ed70 100644 GIT binary patch literal 81852 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

g=)FvyVK(o7{-rh$zB$?=qpv5k+cj7;e87 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 F{|~qS@aF&k diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj index d0faf10d906a457317f2d70579cb68d37cc9eb9d..cbff3ae3d948a81bd80f243b112aa4613a3e16d0 100644 GIT binary patch delta 4331 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 WC2-|(EmmT0U7x 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 PxAGmFhr^z8PVavKp)u+U diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj index 3013e4353feaa13fe91f30ac7073b50600ed7a57..e9a8b5e651e232a10846fd827d16ed1d29281299 100644 GIT binary patch literal 21900 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 literal 23104 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%0Dpd%rAv1y#SjVN6ylg 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 W?;_P5XS_vc*9p(;w%{fEMnQy-U literal 105128 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 ZkBL{R68!t({i@>pD`1`iU$iU|{{#2SVoLx3 delta 4986 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 literal 28236 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 Ut*w_oziYd$jgGTRRbcJ@H;oIBga7~l diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj index e414b138872283d0d726af4e8afa109f994f76de..301f1db6c1a79a34d5604736f8159e8cacedc1d9 100644 GIT binary patch literal 100808 zcmdSCd3;sX)jqz@J@w9*kITSmC1AP9y2Ly0Y$+#<+_owjA4)9^IPeDr#(V=$7>TM?tnT_kpY(JHLR4p9%46%GwL;0~6NlO5d@2 z%CU#j4x#d6Dz|IGPCuJo-LYffN59#4Nzub;y5ZIRThUNfwsB;6Db*NDBbAkBbLWSFmg=g%{CwtTMf5)S-7O(@$Tt zVo>^0-=Qt(+rK~O8c=M_d3M)3yV5sr{o;lJnLb+tU;nf;JuU4djABmdv!&%Xe|eD* z?*zp=u=l8i;V;QDtv`C)^C9f9XU`XVl<%e;8=Zc3>7ipJ1I^OUH~OMW(o!;_OQ`y? z&n0faf$l)&qD3J~o+#4#U6Wq4?a;9&)8E;bzW=#r9)IAG!Q*{LMu<Dzws#Rch5cHak^H)m~p z_VU)c%o%97=fLMk=bN`v(6$eLY5&ys_#SbQOhp7zay|7FRZq!fi>h<+Iz%ZiZuw80 zACFy=zSUQ>>k#ti4OGxmcs7YGxF2@=?8bEndPn5UO&wVhInsWvoISo1VV0mA%ZS=cm?><(ij+be~9eXnK0%=QICyJY`yk zhJ(|wI=+46V;yJrBEpI;J9KPo`ab{mU6A;AVedW1{2MPk_GbD!&!rucDd_PAZgAN0 zYyZYa-|4DlQm zHo^&#U9tWi%R>8n8+XfOvbUg5%7{<*r@ga3x^p1=t?xr!3woa-#Ev~#XWx*%@VT@d zY8drupVs^FyN)B~4!Kc9JOu4TTvL!EW^Y07Uqj4}tapB89mCE?H!1Sohq21Jvh;)d4jtQ{zWEH7c|6OwqZe@sU-v%V?Wb8mo z1Egi7;rl#XH~zto@&S|-j@|hFW;JUX5Tc?kGqC4&|B;W5@43xC^DoB%hc(%&h*DjB zV9RGZ7eOZ}yl`B}6B7>Zk79SlE*i#-<22Z6Z@l54+E&?euejBQk3^qxvFqkN&L-5p z+RtgU)tT?txB z^6iou!ODOcV?w08dc`b!4j3>a#g6Vu8*p=ANB%WR?pB{>lv{Y)*=pMK5ziQ62ktzd zq~W#(Wg$ud3eH3#S%?(ec`7`k_*=eZ}Kzw-q6{1f2sI|2Tj6X0Kf8@kemXVb3mn3P@Ot51MG?F9I~ z9{lYyArmk@t@JSb|8XxNo`Gd^Jm*)Rl@#uV5GexA9-31IYM&K+2q>Q~Fe8_@Zp-?i z&5Ghqd%b$}ujKo7| zmSLImSic*(`irt^QBU&QzXnGjIU+@Vnu>Z#`dw0FU`znSIZz>KSn88xyrd`UEwbM2 zP;Vi+)mlB-ebAqDyPbg^LMLG`N&8a%0A%PgQs0qDya;o615isQy)9CLNwhcZYF< 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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj index da0b1d293cc3652a46372a6275f649efccd5de4f..defcc73f427aeadd43a19e06c2b150959b32f8e8 100644 GIT binary patch delta 3560 zcmYk8dvH|M9mmhvy?gg;_GGiW*_-Fxyf!3A60>YJATdCKia{8}8Xy!jBq4SK2?9{~qw4P&AvVf<_+xWyRq@C9A&^~hw5;qVN;Y~POs|C`o8nxGKg{uKC~afT zTa*xoqU3|o?oJ%|dvetX6i^tnQHnjAz^rsYh|+1S)hC@0-b_=mmQzuN?PIWDiBL;9 z!Vlv5yr`h#;%71Eu(KL0gwKQxDaRZy!CE0og#&(Guz!Yh8$B;&u7x!yTMfmPzd|iF zB|QiQ5}$!bnp(>TKtWc z#+O4tzB-wOpaS27Wu~~$PxyH#rdAlB@ZTcbZ2;qYL77@<0OuP(vO3iOFaHudOfw+B z4`I%91JZaOmaZ~D=XIDRTI$ddYVMd-Dd={AXh}^Y}uP{Bgn#7-B7NN6$6xgQ?f?6DaX>j{{%{ zZxuowIH3VA<9Z2S2M27IO;tl5v=Y=E*X6 zCvdY#%5``KzJwlW>U7F_vB=L*c@^~|5baY;t2Rm1CNsi`I)nNvz{j;-aow3UU@(h^I*H6y~B4XMqfyR?7e23DF>rFDs~Sr*+X zJgx`gXK$wZ$E3Rt#eKhYnCJ+d6hKB8ZP zBWJmiy+l6%6K8oQ+dM>HCh`(WCoadf1=6Y#eLF@KN>+&OMjkKOM)V1yHzDeqioHrr zs~2k5hcQ08s~P88o!M~?lY}4o9JGcFq?n;pVSutPF*J&XRIONOq$LVurR=z0PD zJ0(NcH_-p2Wa#<{`k#^vUC*MwUve6W>(?=0KpIks{s9K;k_?}aZ_zI#!zbh#`gco) zPsjki(t9Ms7vyX7@0AQ+kU{kClMG*wTj<{}*$WBZ;LZGnG$cVo5%w0v>%mGWOHHr! z!3}>Gzgu@Z7r~nF+n6xJ*#fYX{|?K~bG{FEd;?#FBY)Jnl@qd=Ps8(Qbyg-4vW+)l zfuA~W0`&1u@GJR*b3GL3=k=KLtn*#?Kk&=^JA~&vsjfI7CwMYeH~>V*N&Yf6dftFH z`ESrOWWZ_uHo`#z&hRS;hYUE&BiQwq2K}PWh@6x8Sf|vEvkTP7Akx ze544fxbCnIfhBi2bf(F$Gx!UP^B(*USo2~HtzaFGYx<+mE;`!m_u7IO@WX#U~W9aO|pKNTZsd9+KMOPd?&Y;Nyd*4$ar*xKH-qARE5v6by5UEK{$D@r;# z+q;{ay4yR&%(RBlqV(hT(S+dZc3)|%y{);lt))BG+0a$m+|?oerR(BM&c9vQ6%L6c ziL1G~Xpgu?mAo8Elf<}CnG1GC0&v7+bbaVGo_h`g{V*9czc1JDo{$gaI#E0no<4dc z9HTTUe33&?<<&^YQ5AxhOk9bCXpNv{g~A(AL~&U@?GO)@71G^eJv_U`P+6hlkpN6p z+{{fDSIfNMxe2x&uz3wzIO?S*MRl~$u@h_`i?(RUcD_{XiWWFxsf1h{a!|R>orAtNb Hq}2Zc6jA{s delta 3693 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 YUAeKkn3l@ds*59s!HPeX?2kSDF9<#Tb^rhX diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj index 20833db756e862dfc86d886b3949b46f0c6202e5..fe4d0e280450f652e93519a4ad56e8ff9d55d1bb 100644 GIT binary patch literal 41188 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 QF&%8}rd)|Q8HL*YCqcgc5dZ)H literal 41100 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 Sk4UvNyXGr!PgW{=yZ-|S6|sK+ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj index 43481904e6fd7d3581eb05f4437191748d0c04b4..78577cc9e967dded367b5b3f2ab412ad34631cb9 100644 GIT binary patch literal 56824 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 W`E}&|5E<{2XB~&XL1qtIzW)b~Ki>2J literal 56992 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 BC;tEd diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj index d0a10b36a36f9424b365169fec3c5002ca015c9e..67b6d85c0e7990716f19b050d4d271856828ac19 100644 GIT binary patch literal 161848 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 literal 178028 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 z z%7|>s$vf^ylrkuLVAi1PGYd{iAC!}lo0T>)BPBB}%Tfo~lpLLh$3B=j>aQPi5shjRH1}*+b%+M@n8!N>c@w^cvQ0 z%o6bpC_m%B9y(?pgrbRipW~HI%(D?hRTB131q`2%adgOdmlO6~1q@zL+JDzLX6N=- zRgOtKW;PwWR!6%)EWTqOKDrakUw`s+DEPl)|e_6f2{qx@(OM%1wuX%aA z9ecrRh@Fe%B?bVSMDBV^{}<_)s*Gp$&5 z2I|M8_+jV2lLlmEq}drrL6aToXbu8tp7d=+3c!!2(g!7i;jna;Zc`5OiuQ`)~lYC6n}3}_4MAU9@FxzYQK5(yM=ni3mrSX zD{Z)Pp_u3CZXwIlFv+@O?M2K#z5NyHHBG3u-s%;!J~vFLchKs!vN}ub7WNhD@4$q5 zyR2S8^Dix-Ud`;J`1i`Gp56`%{act&??QzC#5_-?e?uY%U-uoO->K)K*%(>h^bu-KyCw^si1ry>eEs zpy}viz{>9%zwEJOt_1+`&X zdV5f>7V5>{V?@1Vt5?waw<)3C0jn4G2X#>Iw}k1{`^E*We-&(kxZLtAk4=xMRq;G4 z8*j(UJJ0g8oc>o{{5?<03-eF)bUX-6^I5G^LjNXOUbX0<`2QhK@0H5Q{#f~({PkXM zlj*Vec4^@BF130$`!M>WJhe1~oUA+68dyCYgO}K?vEB5T>P<7SUQL^D?WaOhp4w!C zoUA+6CR@F*UNyD*dQA5pGq7Iraq2Bks5cAsbes$I;_u(u{V<>V9H-vKgnA3CUUeHz z)2p|qLcM<()IWdgF*eNV4YvECDNm1|sP{tcZy4_$%X>H^*gn-1o)^}ay_UB*Ay0Q}Sb}ON>yEWN`(g}z21wI;ncc#8yC&4r z`+V9zh8Ctn@2|7oo>BS7bGc!t*uz^3;l0o}8>Z)+*b0XW3sZ553J5rni1VJ$?VQf9$}r^6S+~sJF`Mh2xvX zAL@1WdSN>DSiN)Om7@QYr~d2rAvhgHY^C?Nz~hO^Q@b%?ynAiDSr*rHTw}K|-bWI~ z+s^9Mw8ujWbrtywVsJGbaWmr74P;W#+ zy8>Z#?>^`55ZOKQCeTL%r%& z&p#HZGVwh9%}uB`2lcW&Ps?Lr!t^Fvy)r7`E%a|wLS9eH8y=GEZ^(NkVZ1ACyx}}d zA5RU_aWJ9YW~*1ffO`K*s295_e?8F0T0_0~XEp5p(e2IZRY|C)<=R!Bcd)-<{#CRm z<$V+Kbho4BsdlpNSnFux9c_QL{^_H#VZ1jc)EjN}9<;|pQ=Z!BgnH|(-Yko&p6Z5r z^AqY-w1r`-;L#T9txw3Sdz`$_6Y^ReC$EGZ&p2PYSYAQLxAPP7^gYCNj`l8^4&AM7 zdFpGj?pW(?U(nmY{%U$}vRjzms}kzzyNOfn@zBEb_DHBV5%nfoa;P^tp`N~5*gsku zFB$5^KTl$jLh-0Q_qEUKCLWLU&>F87^7LK8wrU-1q2AVnJbkyYUQY=vxc8|vxzF0|Z2|CU-_l>+kOpIt%TX3Hz+`SgVe_4Zhv&BCKCjJJD2 z-XY5?Xub?g$kRwIbhL$fISF~CEYCLmqb=l3^t|vudCS{o=g*;qym6K%C;J1dY<K(9!G4COJz?!{Elj94;f3h8#o|Tm zzfkYVguM4Q*mLKqAuB&`Wx{w%*cYS?s~e5?Zj5(BLcL1+?Dg0%GK}}dgnFY}7K-V$ z49%ChsP|q%y^&wob+ZN3+m=wT-Nl7s6K!Uw-aOPhkWjDEzwDYIoJfSypC{CNwQZqT z1A8KP{{c&r`j{b_?~CU&wBurT0yW>9dPkr6<@;dD>33ZDF&CP0mP)om13;-okk8aCS^y O-Yi=l)|b#i-v0r-XZ#re diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj index e8b137222d87afdd40bc1abf3a7aed5d7541970f..b7a52475124affc0d7929611392b51213ebc82fb 100644 GIT binary patch delta 1468 zcmYjRZ){Ul6u;-acl+LJ-_~~P>z}oCTf6pEx7ncsoUnf|*e0kms4+$;t!uKmEgM^j z5RB*ux+$2=W5AdR8bE_$_MygPd~imi5F}9&4Vn-FW+BE*!y=#jlXz~snY|C^{eHi5 z?m6e4`|expndzCTg14rtD~y*JGxUZ@oRq@1r?-VSI~ik&Os2GowK@nBBnu0q84CoT z;|1k^BY|y>hy>acg-8;go&LDJDnnQ?+yla+@NOXX7)iXY^bkqPUueLN&;ljrXVi9) z%UBfTBR(tKOu2#w;I8|RQ!UjS2-EVCMKXRhsl7&TBPtwg$^~YnsR5?mSID9m-{EBl zz#`s)Zpp)OjpW~a&_=Nv^>$IjSW8W)%?08zmLwuA1>!N5M9S6z@f&j@tgS#o#=SN? zA~i}IIDRSB23yE=M14X#Pm7CvJXt0%Gftu=KLlUl4tW4>;k?}Bx=MSxt>!@cg@CDX z)RcAb4z?=6rmdpFAtC!tQ_ob4v6kKO? zp<-*35;ojwYnApZ_$s}e9533Ag)fQzDxu<6iue3YvoX{tXi1g!5#@M5t$-7FOik2X z7x~(tY@9sI42vPQ7n#k>3bqN#9u(6t#})id?R1WbHg`hd>@@Q!Y|}j94hrm1GoVdS z@8;cNSr+teie%f9w`lgi77|D)Wh)&M-5%B{HKnH6c(3s^|P99&;MCs$w8Uv z8UxO4GUyTmMdBcr)0RMi{1&%c#WWIO zsg`&d%|ghH%b5O2Ox!`Ci^$GZc-sob{gKxE_mLdH54fe~6lJfjDaU_mT>M6W29NGo zl#5eO6!h&em$VqbU9mWf;Nh4Bjra-KJpM@bbNrX=494OXT*rsWet~=A7XO2a_u%{S zsPt1ceiM)L7B^#)xD=1V1vD)Se#d6Z;xRvcVz`H@zhJqb1CNqcPg+AkyKK35Peibr aRupz4Pgw9C)+a3gOQe>G-`n!D0{;X4y9spw delta 1531 zcmYjRZ%kEX7=NF0-gD16+{5*9x#x1>g5bTEduU+S6a)(6q84IVsFfQ^V8nvS4HlR3 zgOiGBVD|2CT1s`;T-&vPzpyxV!+=l6U5 zzwh32ynUhljS9GtT~*@$X6H*n92P=Y#;Z!%EsGOx8Z-X9(-7@Md26h&^Az`?`R#q zx48b5{AmiQvFav0Ddo6^8$Hd+O%=yzJ1z0D=k10$Zn_*wekJ$dAZ51n7#K;NhI3D% z5(*dyJIy^La`Q-g8YlItno+Kig22nJ$3;dhIpncD+~r0H-0Pm>9Tk7pTT|UURwoql zof~!!*M1U$KTx zm)eCmWz0NO&WWcWdXV-=lEFudpowEoErJRT%~QjCm2w>cV@+@iwd<8;vDs+~QTn~a z_sx|`R>RNDbp`F@Vn#znWRc|{N_$bwtA%!K$a@TCa3ZgI#VFOPF^h`F^Jt<`4ZqH7 z&7UC7tW%k)2x7!rYc)|Gu&EOv0=V0|TDdLph&QgBl(VP3QKgKZ?DDl7@0q=s@2J)E z2_55g-*h6gCx7k04!r_MUY`-dV7fP% z?$7i+w|6+Xd9Y_B-TQ227|(@P;(~nv=R!v@YDeK2e87GLKeU6mzvw~Fz+lhbfnK~& zG;tUGOa#9Y-svg?-4|V>5Ik6vzNNMe%*O25p>P#I0N*WcT}9)IU_J?2926wNM>`#q zt6Q_b6_*>0d~pFXG2OJNv)k51-B0?iW%}+V9b2N!`D@4uT!~iG>_~JJ;7|N3c9MFy z7AwS0;(kq((DTDD;xX-Ea;kFqf8u^6UV^^L1Z1$T(t!c&BzYDOk^B-rCHWoBk(|eW zN#4QAgrogI!*t{JL`?BV@%cnT+fg9IK|GO&!BzY!;lSVcJGtE*rg?Eyybx;~KODdf qj-#z7Zi~wuaQxaho!b`7Ix%<=&o~ZT!XF(ce3jS$pYY;ZQvV0}*aK1k diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj index a4c9e5e2127b268ca91b17b2cfd838dc62addf4b..980c528e6c43daaf6c584c498828e17207e2d73c 100644 GIT binary patch delta 16267 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 H_htScol?L1 delta 17484 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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj index 67869fa05a010b8f0be39ecdccc0b47a2df1a8d1..d90bca4121b1ef01e6ef233bca0819844f859503 100644 GIT binary patch literal 79652 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 st+2c<=0EbBYI1_F2D?%;Y1*Y9wB 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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj index 1548591bfa2c7a19eebc5ec396025559f682fb29..b8d25720f7223ef4c7640182311b98a2d2b6d214 100644 GIT binary patch literal 57296 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 Ca$o2G literal 62492 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 diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj index 2d32fd7454e38bddaadf54d5b8293a600c09a302..08c3e1c0ae9fa9ba0a61bf3913bf57e3ed9f6d78 100644 GIT binary patch literal 70552 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

*icarP&4 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 diff --git a/build/.ninja_log b/build/.ninja_log index f6bb96c..7c912f4 100644 --- a/build/.ninja_log +++ b/build/.ninja_log @@ -1,2312 +1,2055 @@ # ninja log v5 -10 20 1584721257 esp-idf/esp32/esp32_out.ld 5a23f5a54d7240c9 -9 59 1584721257 project_elf_src.c 9b177edeec9c1acc -29 110 1584721257 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa_asm.S.obj e9a40f730f1180f0 -23 112 1584721257 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj a61a9ccc72446a12 -22 170 1584721257 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj 159b8fca8ea6a71e -110 228 1584721257 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj 886f5428e192bf51 -28 276 1584721257 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj 4553acf87fd02947 -228 310 1584721257 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj 9ce90dd03497987 -59 341 1584721257 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj ed30594475970b04 -170 356 1584721257 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj 5221a5159037b945 -112 482 1584721257 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj 9a4ca6196d5b8813 -276 545 1584721257 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj 1bbe4e39bd8473b -356 566 1584721257 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj b4c159a565e6d101 -311 661 1584721257 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj 80f270e292985862 -9 752 1584721257 partition_table/partition-table.bin f6f18c498454d315 -482 811 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj 2a3c78c2492b7025 -341 849 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj 9d30cd70aefb93e1 -545 874 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj a165abc3aa51e50a -811 942 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj 3e338c62198fca08 -662 965 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj cfdefcb5f6dbd688 -752 977 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj fe49a6bb168ae741 -849 984 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj 3cd8ad2c226904a3 -874 1065 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj 99aee288b13f6449 -566 1078 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj 486a5f299d74dac1 -977 1104 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj 462e56fbc5968e4f -986 1148 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj 3f2f5f332b7fb6f9 -965 1222 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj e3e4bb44b7b32bcc -1105 1262 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj 5b047aee428781d3 -1148 1407 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj f22d86ef5ea7afe2 -1078 1419 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj 359a460f700e302 -1065 1422 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj 94ed2a88b1566bc -1262 1544 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj 8c23d902b6fedd75 -1407 1637 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj 74b407c2fc445b16 -942 1651 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj ec5864241647cfe3 -1222 1653 1584721258 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj 59c59c8b2f3d96ae -1653 1719 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj 53cf63823c192232 -1544 1859 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj 5e96730cc4846925 -1720 1948 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj 726cde77ed84b1dc -1419 1992 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj d4fb4ee0aefbeae2 -1423 2005 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj 70e4d5d6768f3bb1 -1992 2218 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj 8aedc33a701d7216 -2005 2349 1584721259 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj f3efdcba6443287c -1948 2511 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj dced9db0d3df2256 -1859 2556 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj d7b4af912c36d8eb -2218 2599 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj 59626de8dfec90e3 -1652 2614 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj de31590540ea4697 -1637 2631 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj b135d8ec91680e08 -2349 2646 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj 806030d8b3598c8c -2511 2664 1584721259 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj ef08ff352c138d93 -2664 2793 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj 7606efe6021ac9dd -2646 2830 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj ed6942aa4a01e8e3 -2556 2888 1584721260 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj 67529a7dece6ac38 -2830 2930 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj b8328641e7ad7435 -2793 2931 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj 708605ac1a880132 -2931 2960 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj c46d3afb560a03e4 -2960 3065 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj 68d67b6fbcc37cdd -3065 3181 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj 6912add70e101fa7 -2888 3187 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj adfdfc40382e807f -2930 3208 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj e08d3c949c64f711 -2599 3278 1584721260 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj 824b360599f7c565 -3181 3365 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj 8245dfff1c8221bb -3208 3378 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj 8a4a0ad4d9157533 -3187 3397 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj a348010d92af16d9 -3365 3460 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj 7b9fb9a618eea244 -2614 3479 1584721260 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj 86f6cf8217501245 -3279 3480 1584721260 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj a66e534e5022e755 -3397 3707 1584721260 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj d9223d69bd9339a7 -3460 3977 1584721261 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj d03ee2cc5221ac0c -3480 4065 1584721261 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj 67e24f1fe5b6ac91 -3378 4160 1584721261 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj 1058ce264de348ae -2632 4298 1584721261 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.obj 4ce75e8b8eb52557 -3707 4347 1584721261 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj a3e9d63599729b64 -3479 4498 1584721261 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj b45772cbc19750e -3977 4600 1584721261 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj da5363ed2f0e36ea -4065 4707 1584721261 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj a485964d0baacb89 -4347 4797 1584721262 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj 67b106feb64a4356 -4298 4862 1584721262 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj 4bfcf6b1cc8e58dc -4498 4883 1584721262 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj 15750211e91b3e0 -4707 5109 1584721262 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj 6585a0c70899f3bf -4160 5239 1584721262 esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj 865433c99cc65a49 -4797 5266 1584721262 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj 7a219b57ec1e86ae -4884 5306 1584721262 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj bb6b6636df527554 -4862 5379 1584721262 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj 8dfb455cb18792c6 -5307 5595 1584721262 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj 686e1464d879d241 -5269 5710 1584721262 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj 70a818dc7f7c1d21 -5240 5729 1584721263 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj 4aaeb686de9142e6 -5380 5818 1584721263 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj 4ce6cb099a8dd3c3 -5596 5833 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/certs.c.obj e6d2d945d40c722c -5711 5840 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs11.c.obj 8849f5d262836b95 -5729 6126 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj fe94ffa64362e4ca -4601 6132 1584721263 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj 58986837c6972afe -5109 6134 1584721263 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj 320a28db79f81609 -5833 6282 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj 17ceff79d3040071 -6132 6400 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj 9e665f6f3489a90e -5840 6426 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj 116ee453f28c523e -5819 6484 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj f9e6f694fdd7a3bf -6400 6497 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj af1069ad2107f4ed -6134 6516 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj a3f9890b82829291 -6497 6563 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj b8c0079aa1fe78ce -6484 6579 1584721263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.obj e299eb8c693b518b -6579 6808 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj 4f7a8935db03fad1 -6282 6865 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj 618d71fb33f4fcd6 -6809 6882 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.obj ec1886306ae780e3 -6427 6884 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj 568ddbbfff7b4d20 -6516 6887 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj c71050ce97a124ee -6865 6947 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj 7465a9ae620475d7 -6882 6954 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj 750b452bde2ba773 -6887 7086 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj 8448a4711bcce649 -7087 7215 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj d3ff8c17b07f40e1 -6947 7266 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj bc370e8f04dc51b7 -6884 7307 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj 2194f47815fdf92 -7215 7404 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj 5b4c07e6f9207495 -6126 7437 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj 516967395bdfca07 -7437 7571 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj 735f566c6ce101e4 -7307 7630 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj ae641692e024f1db -6954 7656 1584721264 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 9a099e913f9d0f58 -7404 7889 1584721265 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj 6bf38628e3fc2ba5 -7266 7901 1584721265 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj be7a6c9d1808b5b8 -7571 8146 1584721265 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj 7e5d9ea7b824ceed -6563 8278 1584721265 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj 411d49356137c625 -8147 8298 1584721265 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj 4e9c67aa2b0723be -8278 8398 1584721265 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj b9831cf616bf3bcc -7889 8501 1584721265 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj 9a116e38ae598b73 -8398 8526 1584721265 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.obj 27e7e69306880388 -7902 8533 1584721265 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj 5744e548c3e291b -8534 8679 1584721265 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.obj 6a8347ad76366237 -8298 8824 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj bd82109e0b942abc -8501 8925 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj de110a99174e1687 -8824 8947 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.obj 6418be97711fc48e -8526 9014 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj d7d008df50fcf0c7 -8925 9174 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj 5d74d752b6597bcf -7657 9185 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj 557ef35a6b569fc -8679 9218 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj 30cec883c19e9c60 -8947 9279 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.obj 4e0771bd05bc3013 -9174 9332 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj f8b2c25ec07e815a -9185 9357 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj 135f73c0e1db45c2 -7630 9415 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj 658a6999a50e30c9 -9218 9610 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj 888857daacf2e79a -9279 9680 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj afba74d9dbd33d4 -9357 9693 1584721266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj c8d0984784a799b7 -9415 9727 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj db6d7ab4db4d4909 -9014 9739 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj bf2672fcfff7afb8 -9332 9746 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj 608b0c56cbb98518 -9727 9823 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj ba7c89a6d563113d -9693 9840 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj c6374d5fc48e08e5 -9746 9864 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj 860e54eb567a1a06 -9739 9986 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj 4830a010e4eef8d0 -9610 9989 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj 646211277e7c38c0 -9841 10054 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj f54a516ab2b2de26 -9986 10174 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj 771a963c813528bb -9990 10189 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj c41ae707abcb4924 -9680 10281 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj 28e56113e1043ec6 -9864 10311 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.obj b5bab073e68d9323 -10055 10331 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj e316e2cf9beb5b77 -10189 10337 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.obj 78f2c5a6cd186c1c -10174 10345 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj 9bf6c30884eb6858 -10281 10448 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj c97ac2c98b5c6669 -10311 10466 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj 7c3c9b50a13eb92f -10345 10543 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_mem.c.obj 66195bc326c182a6 -10331 10564 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_hardware.c.obj 5f293eeb8f163371 -10448 10639 1584721267 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj f0b9dd142e3a778c -10564 10810 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_timing.c.obj e1d1d11ab711abf7 -10466 11029 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha256.c.obj b4ba5816be2708a0 -9823 11116 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj 26996126293c1b03 -10337 11213 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha1.c.obj fb56237a45abe3f5 -10810 11262 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj 2f956292bc39ef3 -11213 11314 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj db2369e4269ed23d -10543 11457 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha512.c.obj 42b291420bfc67ff -10639 11491 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_bignum.c.obj fd113bc8e1829d8d -11262 11616 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj fa940edef1fabde0 -11116 11630 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/sha.c.obj fea058462c4c8bdb -11314 11684 1584721268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj 4f1778446ca83e17 -11029 11725 1584721269 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/aes.c.obj c6310323fbae949d -11492 11836 1584721269 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj 902928ada0d09105 -11725 11877 1584721269 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj fb479cbfdc943618 -11630 11948 1584721269 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/mbedtls_debug.c.obj 26eeec5fc5d4c94a -11836 12057 1584721269 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj f22f12065732ab81 -11685 12157 1584721269 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sockets.c.obj 9d16bdd94d9962bf -11877 12300 1584721269 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj 58a992fcf94d9f58 -12057 12579 1584721269 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj 30da4c5866d51c6e -12300 12708 1584721269 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj f7b88504c9082cd6 -12579 12912 1584721270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj 22a53210ea8bed4f -12708 13017 1584721270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj 7e3487cb5d41e306 -11457 13038 1584721270 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.obj 9b24c075ff89d2e8 -12157 13135 1584721270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj 97794672681c09f8 -12912 13274 1584721270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj b558609756673b26 -13038 13297 1584721270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj 43986dc07113feae -13017 13364 1584721270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj 87fa6962fe59f507 -13135 13381 1584721270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj 5b3bbdb2cb9d780 -13274 13484 1584721270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj 693eb078cfff9250 -13297 13592 1584721270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj 64048d08b388f187 -13364 13632 1584721270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 9ae442ba67e14de4 -11948 13726 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj 330ebecb36c49aad -13592 13756 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj f50cc8915b74c060 -13633 13965 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj c269935ed554f3 -13484 13982 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj 814b3d2e6dcf2b96 -13726 13991 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj a50dd61eefac7e04 -13757 14008 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj 3bfa34b5a6d10a9e -13991 14196 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj 1ca5b859bb87ee49 -13966 14232 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj 80157aa35a33b764 -14009 14321 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj 8e70e1584066b36 -13982 14381 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj 8f0c5787ea6d0c82 -14196 14455 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj 920cb505a41170cd -14381 14607 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj 2c3ae155b741beb7 -14321 14681 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj 6b1110ddddb1017 -13381 14711 1584721271 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj 1cf798f42f7cc8af -14232 14766 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj c8594411a794a5c8 -14681 14880 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj 8abb10525ef6e877 -14455 14920 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj 7561fbdb4ab6fee3 -14711 15004 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj 508b03b0dacbc030 -14920 15023 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj c0399832a6f0fcd3 -14766 15033 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj 7d5e96d2197a6e6c -14880 15036 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj bd6f9864603a5c85 -15023 15270 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj fd7bbe7f04e55b06 -11616 15307 1584721272 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj eddf43e5ce282db4 -15270 15383 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj 171ecb396c14d6c4 -14608 15442 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj b8d77b26f474a142 -15033 15603 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj 5e1b0de22ea04f10 -15307 15666 1584721272 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj ad3352878f40e8a9 -15603 15826 1584721273 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj b86de2f41e64c835 -15004 15863 1584721273 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj 6f88b7709bd52176 -15036 16012 1584721273 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 3613ba887df8d94c -15383 16029 1584721273 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj 11ba95e44ba4c5d8 -15442 16088 1584721273 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj c23a607de74f372b -15666 16276 1584721273 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj 1bf9e3817c0e3740 -16012 16315 1584721273 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj df23ad389851c736 -15863 16469 1584721273 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj 509bd40713d31ae -16088 16725 1584721274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj f838bbd4352e95a0 -16469 16829 1584721274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj 24a18c34068b79b4 -16277 16848 1584721274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj 3f9a25da357f122a -15826 16904 1584721274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj b7a4fc462f82d3fc -16725 17005 1584721274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj 2f0f7d3d76a7f407 -16848 17228 1584721274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj 1b1738b5a91e8a53 -16905 17297 1584721274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj 6eb75d18a56ae75b -17005 17299 1584721274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj 6b2e14ceba0ac713 -17298 17499 1584721274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj f7bfb83448879f22 -16029 17610 1584721274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj d9553fccdc1b36f1 -16829 17829 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj 4e69690cf091235a -17299 17835 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj a4225414c1d04e3a -17229 17894 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj d30460e3a95d23ce -16315 17943 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj 19e85af6ebd6aa97 -17499 18063 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj db83862af5e828d0 -17829 18129 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj 36bf3604095b2823 -17839 18197 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj 774746c5c3ebc68e -17610 18222 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj 1cf58697102e9332 -17894 18370 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj 23c1e58a5e44a1e1 -17944 18478 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj 87e4b382e394eced -18223 18511 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj 2474679108e0eb79 -18478 18708 1584721275 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj 8465706de47f9112 -18064 18744 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj 896880ee2f817f8b -18511 18749 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj 1e28e73a66409ae8 -18129 18752 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj 8c48a25f2d792aff -18371 18779 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj bfbdd7e920bd5d48 -18744 18916 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj 6ffbe963f0128c21 -18708 18972 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj 3079a04f431d99f4 -18197 19098 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj e2578afb59310b0c -18779 19183 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj 4c6b6790b9b80da -18749 19223 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj 62c94bed019efdb2 -18752 19314 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj 6d189d988170410e -18916 19452 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj 1510de7a644bb940 -19452 19650 1584721276 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj b06c1f01f84d58c2 -18973 19683 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj 2a366ae67719961 -19098 19703 1584721276 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj 2c117d1f03bf7d0b -19650 19863 1584721277 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj ee11d454c5233b3a -19703 19893 1584721277 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj a9d5340ab7b7e91a -19683 19896 1584721277 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj 574803d384c10311 -19893 20114 1584721277 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj 5ae0cfdf82f20b2b -19183 20169 1584721277 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj 908f5cb4a1d5435f -19863 20198 1584721277 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj be035e26435ef761 -19897 20210 1584721277 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj cba406189213af2c -20114 20486 1584721277 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 2074be99701cf3d6 -20198 20493 1584721277 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj c67ed8e6afe098aa -20210 20536 1584721277 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj b8036c67bea83110 -20169 20593 1584721277 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj c2e490cd1d4604ce -19314 20683 1584721277 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj 4999c9fefc5e9013 -20537 20808 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj 369126d840fa62a9 -20593 20950 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj dd68b719a485a26e -20494 20994 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 5b10fdb63bf1ec4f -20808 21195 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj e376a4571b945e31 -20950 21205 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj f3fc2e7304e4ca11 -19223 21211 1584721278 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj 6288f70e3df2ae29 -20683 21273 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj a063234ec52942fe -20486 21284 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj ba07f35b8269d7f0 -20994 21291 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj adb5964c5091dfdb -21211 21331 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 5c38a744ccbb6103 -21206 21411 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj 2da2ab708970612c -21291 21556 1584721278 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_app_desc.c.obj 9a4e98f793357f52 -21195 21594 1584721278 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj c2a60a339f0ea839 -21284 21646 1584721278 bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 522648a6d8264083 -21646 21798 1584721279 bootloader-prefix/src/bootloader-stamp/bootloader-download ce6fb3084107e830 -21274 21810 1584721279 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/secure_boot_signatures.c.obj 90602d8a08f955c6 -21411 21890 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj 27541e15ab78d5a -21798 21914 1584721279 bootloader-prefix/src/bootloader-stamp/bootloader-update 956a3c5b6452ce28 -21810 21948 1584721279 bootloader-prefix/src/bootloader-stamp/bootloader-patch 80013dbd29e20176 -21331 21982 1584721279 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj a2ec9cb16715634e -21556 22000 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/partition.c.obj 8364513427baa0a4 -21890 22082 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj e8188db6f8573ffb -21914 22093 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj 66099040634424cc -22001 22248 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj 2a7f6bbf32e14b2d -21983 22265 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj 9dfc74215deb1081 -21594 22362 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj 81f3188c070e8b12 -22093 22538 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj c62bb29acba89767 -22248 22564 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj 9df3d1e638fd27ca -22082 22578 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj fe08ec8669eb7cb7 -22362 22583 1584721279 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj 953c4314ce5421f8 -22564 22782 1584721280 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj fdca594349e7dbdc -22538 22816 1584721280 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj ab5c42f304972a59 -22266 23013 1584721280 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj 22be5a2b9427e9eb -22578 24634 1584721281 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj 5d9e6b0bbf7fb1ba -24638 24861 1584721282 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_ops.cpp.obj c09a8711761f8993 -22816 24874 1584721282 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj 73a52d462099ab7b -22782 25345 1584721282 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj e8d6ded5b32c9325 -23013 25476 1584721282 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj b64208d13d95e4c8 -22584 25907 1584721283 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj a64d60c5088250b3 -24875 26818 1584721284 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj 29685c33dbc0c0e6 -26818 27085 1584721284 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/coexist.c.obj 6c86ac9bc43ed008 -27086 27512 1584721284 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj 27d80d0605fd24dd -25907 27545 1584721284 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj cfdcbe8a24d62ab9 -25345 27608 1584721284 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj 424aa57b100869c6 -27512 27818 1584721285 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj dd6eaeaf0796f0c4 -25476 27887 1584721285 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj f0ee48172f8ba9fd -24862 28019 1584721285 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj fb96fe1f9a2e88d5 -27608 28061 1584721285 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj 70e60a671bac8966 -27818 28258 1584721285 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj db37c32f9493f3cf -27887 28438 1584721285 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj d0c6f73c7f51c05a -28061 28441 1584721285 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj 68846a3c27e9a37 -27545 28464 1584721285 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/phy_init.c.obj 775d87ae3787c64c -28020 28800 1584721286 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj 2f1b03b356bb884e -28438 28809 1584721286 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj bd29a1f1b7e56e38 -28258 28862 1584721286 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj 8d8f3cef70c82af1 -28464 28899 1584721286 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj 11e56758a69c5842 -28809 29072 1584721286 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj ad359ae94ad7ed4c -28441 29237 1584721286 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj e160b130aa9e93ec -29072 29363 1584721286 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj 64d3fe4eaa613d6 -29237 29482 1584721286 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj e23387ad9918a5dd -28800 29596 1584721286 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj f64b5020aa663e79 -29363 29752 1584721287 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj fb18e42d451b5792 -28862 29799 1584721287 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj a539648e3597c59b -29483 29859 1584721287 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj 9768eafa03a5eb43 -29597 29915 1584721287 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj cb7cb63d5ed78891 -29916 30238 1584721287 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj 4e78aee6388a7a60 -29859 30280 1584721287 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj 115324aaaa9738 -28899 30313 1584721287 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj bf04f1e909734270 -29799 30496 1584721287 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj 263de4159a35e591 -30238 30627 1584721287 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj f40a611a4885a8bb -30313 30838 1584721288 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj a67cb5849ab37e4e -30496 31051 1584721288 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj fe3e56eb394a15c0 -30628 31087 1584721288 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj de5fb03270c997ed -30838 31263 1584721288 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj aa0695736d5f5113 -30280 31367 1584721288 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj a1a459c0edba4c2 -31087 31749 1584721289 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj a02a31f14e54e3b4 -31051 31782 1584721289 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 619c471ff4d7a39a -31782 32080 1584721289 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj c1f518fa27b15650 -21948 32090 1584721289 bootloader-prefix/src/bootloader-stamp/bootloader-configure 8ae4afa9e8a7634b -29753 32102 1584721289 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj f002a702d37c3875 -31263 32133 1584721289 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj f00e85557bb3884e -31367 32180 1584721289 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj ecbe8429ccdb2ae9 -31749 32198 1584721289 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj 71ca4d2b06144d6c -32181 32922 1584721290 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj 730d271325930e6 -32922 33456 1584721290 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj 908d1c53f7bdc86b -32198 33628 1584721290 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 981b23a71870516a -32133 33936 1584721291 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj 5cb74586472f3206 -32102 34451 1584721291 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj eb788bf432d5875e -33937 34494 1584721291 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj c3f703f58eb1caf9 -32081 34733 1584721292 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj 5f51a07d9cbc3249 -33628 34801 1584721292 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj 2808a6a62a99d56b -34802 35354 1584721292 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj dd97e5e7426e730f -34451 35371 1584721292 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj e9654cbb505df848 -33456 35427 1584721292 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj 356acf191c63a019 -34733 35487 1584721292 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj dc9ca334036b6aa1 -34494 35576 1584721292 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj b8e6cb30c16a71b8 -35354 35745 1584721293 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj 6929b6c78d4719fd -35487 35881 1584721293 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj 47efcbaf2df310d2 -35371 35912 1584721293 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj 6c1feb2c2ed49084 -35427 36018 1584721293 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj 675920fababec9d5 -35881 36531 1584721293 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj 32dac8f401be646f -35912 36993 1584721294 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj cd7abf1887f116c8 -35745 37007 1584721294 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj 8561a18a5fbb897a -36531 37124 1584721294 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj 1d617329cf8ad840 -35576 37277 1584721294 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj a721a01de30dd7b3 -37125 37626 1584721294 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj 2b960d8301302a6a -37007 37699 1584721294 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj 8260fdf226faafed -37278 37791 1584721295 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj 78d5a125b7e2716d -37626 38124 1584721295 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj 7d2317027b511cb9 -37700 38160 1584721295 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj c2778dc3f8fd3cc6 -37792 38234 1584721295 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj c3f1b10aecf22e49 -36993 38376 1584721295 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/lowpan6.c.obj abe3f063b2d4097d -38124 38599 1584721295 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj c179fde2f16a181b -38160 38629 1584721295 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj a2b770f17963a57a -38234 38646 1584721295 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj 3679984aae52e0ef -38376 38911 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj bff36d689f5a12bd -38646 39041 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj dd794855021aa2 -38630 39064 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj e79ba0e9ab6541ed -38599 39085 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj e9fc5b1742a7dbae -36018 39150 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj d86b6a863a06b56c -39042 39405 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj 3972a6f135457d9e -38912 39422 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj 7d9bd59cbd6b7012 -39150 39445 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj 3923e9001f5195ff -39064 39483 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj 388432655241f287 -39086 39512 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj b27e204970caf5d8 -39405 39627 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj f38ab1b71dbb61fd -39422 39629 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj e9e76b3c6f3caa16 -39483 39712 1584721296 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj c1927fa8b41a1f1b -39445 39719 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj 38cacef7245262cc -39513 39721 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj 39c731610b1d44e -39627 39896 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj d2abaae7967c3a1d -39629 39983 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj 683ec7d41958fefe -39719 40010 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/vfs_lwip.c.obj 20fe348492fc122c -39712 40012 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 294db6456d67517c -39721 40226 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/debug/lwip_debug.c.obj 9536da4e8452a5c8 -39896 40406 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/freertos/sys_arch.c.obj 5c522bac46294f4d -39984 40431 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/dhcp_state.c.obj 466b38c4947d9c87 -40012 40439 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/ethernetif.c.obj 57adc9bff0faa38b -40011 40455 1584721297 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/wlanif.c.obj 117e6464d2cd67a2 -40227 40549 1584721297 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 5b8520bdd428a564 -40431 40674 1584721297 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj fe9438735037e6a3 -40407 40701 1584721297 esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj 7daf9da2fc613e8 -40549 40983 1584721298 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj a817946e8f568ae3 -40439 41007 1584721298 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj cb56d9462c6a28b9 -32091 41015 1584721289 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -32091 41015 1584721289 bootloader/bootloader.elf af87590faa9733a -32091 41015 1584721289 bootloader/bootloader.bin af87590faa9733a -32091 41015 1584721289 bootloader/bootloader.map af87590faa9733a -41016 41146 1584721298 bootloader-prefix/src/bootloader-stamp/bootloader-install d88d1a045d7ab8b2 -41147 41314 1584721298 CMakeFiles/bootloader-complete 44be5122feef7698 -41147 41314 1584721298 bootloader-prefix/src/bootloader-stamp/bootloader-done 44be5122feef7698 -40455 41439 1584721298 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj 5b348822cc261e4 -40701 41483 1584721298 esp-idf/driver/CMakeFiles/__idf_driver.dir/adc.c.obj 3556f8d2a2b753 -40983 41658 1584721298 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac.c.obj 1eb5a377746c7640 -40675 41708 1584721298 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj 9be45b4cd6600ea6 -41314 41731 1584721299 esp-idf/driver/CMakeFiles/__idf_driver.dir/periph_ctrl.c.obj d95043b668042519 -41007 42216 1584721299 esp-idf/driver/CMakeFiles/__idf_driver.dir/can.c.obj 5374f5536ee45142 -41439 42762 1584721300 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt.c.obj 351c0dca84e5f9cd -41483 42922 1584721300 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio.c.obj 2ed1469e3d56982e -41708 43223 1584721300 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s.c.obj 7741c7861a4e0b01 -41659 43304 1584721300 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c.c.obj aacaebf55d392ca7 -41732 43502 1584721300 esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc.c.obj bd3e0d6e8dda5821 -42923 43588 1584721300 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_slave.c.obj 858a6e056f55633 -43507 43618 1584721300 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_crc.c.obj 3648ac38ee0c1b3f -43307 43742 1584721301 esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_module.c.obj df4f627b1a53f9c8 -42216 43879 1584721301 esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt.c.obj a51a013c7b8400ef -42762 43885 1584721301 esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_io.c.obj 6897b27363729b17 -43619 44112 1584721301 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_transaction.c.obj 1323dacb9b382f66 -43742 44220 1584721301 esp-idf/driver/CMakeFiles/__idf_driver.dir/sigmadelta.c.obj 3fc81268db89465f -43589 44427 1584721301 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_host.c.obj 1b96f0d415d0cf91 -43224 44494 1584721301 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_master.c.obj 731ba72e23f3b596 -43885 44600 1584721301 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_host.c.obj 8bae2c0523d6f016 -43879 44848 1584721302 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_common.c.obj da97fe3c6d9f738e -44113 44860 1584721302 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_transaction.c.obj 850a88acf2f0a2cc -44427 44957 1584721302 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor_common.c.obj d19b6acb08792eea -44221 45465 1584721302 esp-idf/driver/CMakeFiles/__idf_driver.dir/timer.c.obj 802b53cd8c038c0c -44957 45684 1584721302 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj 19510c881d4674c7 -44848 45750 1584721303 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave.c.obj 5984301e36a368f5 -45465 45835 1584721303 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj f1cdd19549f79ab8 -44860 45848 1584721303 esp-idf/driver/CMakeFiles/__idf_driver.dir/esp32/touch_sensor.c.obj d42d79facf6a5ddc -45750 45930 1584721303 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_port.c.obj dd813ec0afdc8b85 -44601 45942 1584721303 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm.c.obj eb00470224bafa62 -45684 46077 1584721303 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj ad6ef834b5132ead -45835 46131 1584721303 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj 17e98f924bbad542 -45848 46200 1584721303 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj 502726d1b20cc9ff -45930 46225 1584721303 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj f0d918f41d98fe83 -45942 46242 1584721303 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj 24a48cb9e509e785 -44494 46266 1584721303 esp-idf/driver/CMakeFiles/__idf_driver.dir/uart.c.obj da1bc195f4972756 -46077 46295 1584721303 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj 190f8231366f8ad0 -46131 46312 1584721303 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj d677054e2f11fa34 -46201 46433 1584721303 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj 396c3bb0c796a476 -46266 46533 1584721303 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c.obj 749e771d0b571202 -46225 46550 1584721303 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c.obj d3962b4f57e000a4 -46242 46563 1584721303 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c.obj d3b4e1aa7af28b51 -46312 46595 1584721303 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c.obj 80fa1f37613b940a -46295 46615 1584721303 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c.obj 485ea13076dcfe63 -46433 46672 1584721303 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c.obj 64f7b175412447ae -46550 46899 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_sram_mmu.c.obj 36208785829b378d -46533 46919 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_err_int.c.obj c4ae9626f3bbdc27 -46615 46922 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/crosscore_int.c.obj c0187df1d928cae3 -46563 46944 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/clk.c.obj c276cd1d3a1f822 -46899 46997 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_panic_highint_hdl.S.obj cbad1e96c983543f -46672 47094 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_access.c.obj f758fc95ffe0ea36 -46919 47167 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/esp_himem.c.obj e8e914dcf2c280db -46923 47233 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/hw_random.c.obj 2419cb8be5410de0 -46596 47359 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cpu_start.c.obj d7e90f6ffcceb531 -46944 47362 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/int_wdt.c.obj efb6e9865b28f6d7 -47233 47468 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_trace.c.obj 830b6d7a6995f477 -46997 47633 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/intr_alloc.c.obj f0c9922ac14d8ee4 -47359 47653 1584721304 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/reset_reason.c.obj 9dcaacd8c1ed4aa4 -47094 47785 1584721305 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/panic.c.obj f799fe7504b22e75 -47468 47802 1584721305 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram.c.obj 69c9ff71d7bae578 -47167 47842 1584721305 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_esp32.c.obj ec0223b01c81e2d1 -47633 47882 1584721305 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram_psram.c.obj f496e23f904fdd5e -47802 47979 1584721305 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj 836422791395351f -47883 47999 1584721305 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj 2ffd46bddee1fe6a -47842 48214 1584721305 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj 71f0a2457e397964 -47785 48226 1584721305 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj 99d98ef5e5646eaa -47653 48282 1584721305 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/system_api_esp32.c.obj 7d7dd654b4621f2 -47999 48369 1584721305 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 3a8af31544a59de1 -47362 48425 1584721305 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/sleep_modes.c.obj 8d77c0c7ffeb3bd1 -47979 48479 1584721305 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj 635dbc563121ca2c -48226 48555 1584721305 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/brownout.c.obj 79d1fec765c10288 -48214 48580 1584721305 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/mac_addr.c.obj bb48dc72a48c9ba9 -48282 48588 1584721305 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/system_api.c.obj d4257b2ddf2fdc8b -48588 48728 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_context.S.obj e640c5911f37de45 -48425 48767 1584721306 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj 5306d9fa8d59389 -48370 48781 1584721306 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj 9035a5744a2fd3bf -48729 48859 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/portasm.S.obj 654bad9e42ba84b7 -48555 48893 1584721306 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj 8fb64bf7a5eb3e30 -48479 49016 1584721306 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj 9e5dffe4b40047f9 -48893 49027 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr_asm.S.obj 85830d5bf96cd157 -48580 49034 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/port.c.obj 365f4b37918ac140 -48859 49047 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_init.c.obj 888712e9eddbce53 -49034 49163 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vector_defaults.S.obj 49636db6573409f1 -49027 49185 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_overlay_os_hook.c.obj dfb898e7781d63e7 -49047 49215 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vectors.S.obj c1ccbb9188cc067c -49016 49362 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr.c.obj 865d3117c4bcb29 -48767 49464 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj 9d352974eb315b89 -49216 49470 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj 5450bbe96d8a2986 -49185 49531 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj f56fde5f750bad66 -49163 49541 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj 154860805ec1bba5 -49362 49553 1584721306 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj 2ad490749eb75bb3 -49531 49884 1584721307 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj 42cccb29bc9c0ec8 -49465 50046 1584721307 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj 4942c7450ca085a8 -49553 50246 1584721307 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_roller.c.obj 6f974a868dcf5a3b -49541 50313 1584721307 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj a7d09415805769ae -49884 50460 1584721307 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_slider.c.obj 1c01458e8eaead6b -50246 50475 1584721307 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj 9654c6dcef57d990 -50046 50499 1584721307 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_preload.c.obj b50d9b0359750880 -48781 50512 1584721307 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj 297323a43a795178 -50313 50548 1584721307 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj bc52472910e488af -49470 50651 1584721307 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj 304d1a82f8620d68 -50475 50665 1584721307 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj d471cfa164ecbc32 -50460 50721 1584721308 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj 8c5ae97cb63df978 -50651 50764 1584721308 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj d3c5737ce9f525f6 -50499 50799 1584721308 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj c822e2feace2c3 -50548 50805 1584721308 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj c458412c94787c5 -50512 50895 1584721308 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj b080faab5aa15e6d -50721 50990 1584721308 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj 3d45cd4008b0cbf7 -50665 51090 1584721308 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj 154e740c9290f220 -50805 51092 1584721308 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj 61d7575b725ed54a -50764 51221 1584721308 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj 8cf24f7dbe90eaf3 -50991 51256 1584721308 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj 3edc554c4ff020c9 -50895 51365 1584721308 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj 5da45900450700bd -51221 51511 1584721308 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder_close_container_checked.c.obj b4b7ed1f1547a57a -51090 51606 1584721308 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj 2fee4ccaef2f834b -51365 51656 1584721308 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser_dup_string.c.obj 7768c63b64457881 -50800 51696 1584721308 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj 320fee64397eda56 -51511 51787 1584721309 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborerrorstrings.c.obj 9035c5daef739c90 -51606 51894 1584721309 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty_stdio.c.obj 4d51eac59d0c6649 -51256 52108 1584721309 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder.c.obj 247949de5d51a55d -51696 52299 1584721309 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty.c.obj affc8bb8561a341e -52109 52362 1584721309 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/open_memstream.c.obj 13fff6ca8ac994db -51656 52399 1584721309 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser.c.obj b4d4312407ff71e8 -51787 52592 1584721309 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cbortojson.c.obj 74324ae7775591ae -52362 52677 1584721309 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/address.c.obj 9a4fec321df197de -51895 52711 1584721309 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborvalidation.c.obj a0e8604df906186c -52399 52783 1584721310 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/async.c.obj 8d495974b937ac69 -52299 52978 1584721310 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/block.c.obj 7294f72f1f8c7ca0 -52711 53037 1584721310 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_hashkey.c.obj e399f7f361c2f848 -52783 53060 1584721310 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_time.c.obj ab024667b2039648 -52677 53164 1584721310 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_event.c.obj 2283529606f70795 -53037 53416 1584721310 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/encode.c.obj 122a7bab39cb5ce0 -53060 53432 1584721310 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/str.c.obj d5a9f84b84f0522f -53164 53550 1584721310 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/mem.c.obj 3d39030e23a87d9a -52592 53599 1584721310 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_session.c.obj 10acbcdb056cba71 -52978 53892 1584721311 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_debug.c.obj be2e969a76a2cdc4 -53432 54157 1584721311 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/option.c.obj e18c0b2e57db6bb1 -53550 54301 1584721311 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/pdu.c.obj 3f49e97d9f7e0ebe -54157 54596 1584721311 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/subscribe.c.obj 93feeba47eaec37c -53600 54841 1584721312 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/resource.c.obj cacdf89938b98f2 -54301 54963 1584721312 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/uri.c.obj a611bc238261093f -54842 55208 1584721312 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_notls.c.obj d0c1ca54d645c434 -53892 55262 1584721312 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_io.c.obj aca18759def23be6 -53416 55398 1584721312 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/net.c.obj 4470e1bb48f5c606 -54963 55405 1584721312 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj aa0ebf3e6728b082 -55208 55431 1584721312 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj 9a59b985e6955e11 -55262 55598 1584721312 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj 24d982b83218a4 -55431 55754 1584721313 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_callbacks.c.obj 9d9ba1a6a6a22419 -55754 55965 1584721313 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_debug.c.obj 817903877042269c -55598 56027 1584721313 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_buf.c.obj 101534a39c91dd04 -54596 56049 1584721313 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_mbedtls.c.obj bced42c7ca3e10e5 -55405 56248 1584721313 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj 796310fd77e59952 -55965 56320 1584721313 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.obj bd12a18b524ee68f -56049 56384 1584721313 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman_data.c.obj 7ee40bdcc1e6bcf7 -56320 56542 1584721313 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.obj ec80736441f59c91 -56542 56724 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_mem.c.obj ce48331443aaf0a1 -56027 56739 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.obj 67fb87ce93966abb -56739 56853 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_npn.c.obj ea78511ba3c36ea0 -56384 56879 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.obj 57353bdfc65247b0 -56724 56912 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_map.c.obj 5992ec890d4f4db9 -56854 57044 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_option.c.obj 6c59dda046c40bae -56879 57052 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.obj a788e073ead533 -56913 57075 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_priority_spec.c.obj 6fc8507795d644ee -57052 57204 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.obj 9a83f46ab7e6c1aa -57044 57269 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.obj 9e7738f61f98886c -57075 57291 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.obj ec4a186193319d08 -57291 57505 1584721314 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_version.c.obj b8306e62428490f5 -57270 57725 1584721315 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.obj da600c233d46dfd5 -57505 57940 1584721315 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.obj 8368fa7dae173efd -55398 58087 1584721315 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj 35435ee33b92d9cb -56248 58325 1584721315 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.obj 3df69efc95d005b6 -57941 58684 1584721315 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj b8b1a0fe21587144 -58326 58887 1584721316 esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir/esp_adc_cal.c.obj 2f041a8e2210807 -58684 58898 1584721316 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj b52125b27c96c388 -58088 58925 1584721316 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj b71ba1bff3705309 -58888 59091 1584721316 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj a62079be50dbde78 -58898 59145 1584721316 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/esp32/gdbstub_esp32.c.obj 258011896e7a5838 -58926 59148 1584721316 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/xtensa/gdbstub_xtensa.c.obj 6620b7edeabfed4a -59148 59726 1584721317 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_tcp.c.obj f85227cab6cc8f4b -59145 59774 1584721317 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj b89c3b1a0ce0be5 -59091 59884 1584721317 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj 511eff05fa7a2521 -59774 60018 1584721317 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_utils.c.obj 9eb9306c2d6d1299 -59726 60152 1584721317 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj 89ab776deda22757 -60152 60491 1584721317 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj 98a8466d4c84c61e -59884 60511 1584721317 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj 43bcdf6993649fe4 -57725 60725 1584721318 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.obj f7756d2326dec38b -60492 60779 1584721318 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj 8a69e5e1df34cabe -60018 61257 1584721318 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj 11ef985b7662b9c1 -60725 61405 1584721318 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj d9271aa27017a928 -57205 61417 1584721318 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.obj a73e6f14b875f341 -60779 61473 1584721318 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj 9f5f65ea4c7494c5 -60511 61662 1584721318 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj 26ebe6529b4cb778 -61257 61768 1584721319 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj 202c727af12b3e5e -61417 61852 1584721319 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj 82846741310a0207 -61473 61862 1584721319 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj 297c6fb94b2f35a8 -61852 61997 1584721319 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 401cb6bf5bb8296f -61662 62102 1584721319 esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj 9d47a38df5bf669b -61405 62181 1584721319 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj 749ce31a3a5cc7e5 -61997 62285 1584721319 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj fb6f1aef8943018c -61862 62341 1584721319 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj bdb2f97d0697f25a -62181 62436 1584721319 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj 9f69b57bc5894739 -62286 62492 1584721319 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj 59f965d90a47d3f8 -62103 62586 1584721319 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj 3594e408055fcb6d -62341 62689 1584721319 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj 1c9dabaa2725f8c -62493 62915 1584721320 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj 50f4986a63f08ff0 -62436 63093 1584721320 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj e8d25e018af607aa -62915 63527 1584721320 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_networking.c.obj 6e7a9e919eb86c68 -63094 63683 1584721320 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj 28fc9f08675e91b0 -62689 63773 1584721321 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_console.c.obj 2519ef7a16afef5e -63528 64033 1584721321 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj cc450b83e756ed69 -63683 64167 1584721321 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj f57b8f9d5c83fca9 -63773 64312 1584721321 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj 889f2b70e50af8e2 -64167 64541 1584721321 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj 372ddedae00b1e7e -64033 64710 1584721321 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj f8ceff2a3a68ec99 -64312 65051 1584721322 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj 9f8da41213a1c9bc -61768 65099 1584721322 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj 5d0b5685da094e6a -64710 65315 1584721322 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj c6e5545c8fee9de1 -64541 65413 1584721322 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj a92288bc167bd81d -65051 65551 1584721322 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj ffbbb91da8ed7ac2 -65099 65674 1584721322 esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl.c.obj bdcb58a319c169db -65315 66108 1584721323 esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl_sdio.c.obj aa7a871a87b95990 -65674 66327 1584721323 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlrole.c.obj ce3857ad0e7f5b84 -66327 66380 1584721323 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_ns.c.obj f2aa70c0461d6824 -66380 66430 1584721323 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_impl.c.obj bab38bb4d44c55a -65413 66563 1584721323 esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir/esp_websocket_client.c.obj f4e48cee8f92e161 -66430 66761 1584721324 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj e106348a6edfeb31 -66563 66862 1584721324 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj 31db5ed9c923e53d -62586 66928 1584721324 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns.c.obj c7504098c082300a -66761 67289 1584721324 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj c77ecd49056e4b2b -66862 67369 1584721324 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj cd63d20b2920b42c -66928 67460 1584721324 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj 3e11428816d7f7de -67369 67522 1584721324 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj e88ff0d9578ed664 -67522 67777 1584721325 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj 16e00c6e9ef3f72e -67460 67876 1584721325 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj e3201e6be00444f1 -67777 68139 1584721325 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj c59f8d47a84f56cc -51092 68152 1584721325 esp-idf/asio/CMakeFiles/__idf_asio.dir/asio/asio/src/asio.cpp.obj af2978ca9e038457 -67876 68207 1584721325 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj f2a8bb287c777ee1 -67289 68316 1584721325 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj ad199748bb405907 -68140 68498 1584721325 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj 5203de01f65bbd70 -68153 68510 1584721325 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj 8f3bed43b360de6f -68510 69045 1584721326 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 9292a5514f9ea1a0 -68316 69272 1584721326 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj 7ccfdef716762379 -68498 69282 1584721326 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj 9169d3324f06950f -69045 69533 1584721326 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_slave.c.obj 807ce46d4c96526 -69272 69651 1584721326 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb_m.c.obj 72e75d31a0f96390 -65551 69881 1584721327 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlparse.c.obj 23ca4037bc1a43ff -69282 69959 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_master.c.obj 8d9a9280777e3a28 -69651 70080 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb.c.obj a43fca590a0755c4 -69533 70106 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii.c.obj 651b7bf3bcaf0dd -69959 70285 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii_m.c.obj 12dd190d7eb03911 -68208 70303 1584721327 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 597dbb77a9b01d58 -70107 70350 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/tcp/mbtcp.c.obj 963b9cc9f6261efa -69882 70364 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu.c.obj 1f91f22e3b7ed3f1 -70081 70463 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu_m.c.obj 9c5b9c2589ffcbd9 -70304 70526 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbcrc.c.obj 2b81c984e470f966 -70285 70563 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/port.c.obj 92c7849bd61a04e8 -66108 70605 1584721327 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok.c.obj 47266e3c03a23dba -70350 70657 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent.c.obj e34334618db0d59c -70364 70709 1584721327 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent_m.c.obj 9fff89126e1e2076 -70526 70807 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother_m.c.obj 11d4206393a58f49 -70464 70816 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother.c.obj 2eb97a40b12acad7 -70816 70904 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdiag.c.obj 735d9cfd4d8793cf -70605 70911 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer.c.obj 79e0a736f5552dce -70808 70999 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils_m.c.obj 2ab0d67a1078af6f -70658 71081 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer_m.c.obj d9e00b6d8ebe0f10 -70563 71117 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial.c.obj be30684ba140381f -70912 71133 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc.c.obj 2f73c48aaca0cf46 -70904 71167 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils.c.obj ac6f37301f07a285 -70711 71193 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial_m.c.obj c35cb3cf7397b92a -71167 71327 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput_m.c.obj c6018aeae62b1289 -71193 71378 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncother.c.obj 7a4e00b62dbf1386 -70999 71382 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc_m.c.obj c92754103c8d2a7e -71133 71402 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput.c.obj 4b299022919d3a53 -71081 71445 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding.c.obj 25d6038b731bd372 -71402 71657 1584721328 esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir/src/jsmn.c.obj f577c06d7a66763c -71117 71690 1584721328 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding_m.c.obj 81ea55ef4ffa61fb -71382 71755 1584721329 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbutils.c.obj dcc466a655c957bf -71327 71911 1584721329 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_slave/modbus_controller/mbc_serial_slave.c.obj 633a4d8060795a44 -71690 72128 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c.obj 77b5c1295a9a3bd6 -71378 72178 1584721329 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_master/modbus_controller/mbc_serial_master.c.obj e0ecf4082ea1f0c2 -71911 72269 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c.obj 3677f4bcf45dad6a -72128 72283 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/crypto_auth.c.obj 15a7ef56cecaca50 -72178 72361 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c.obj 9fcc1a783cb72723 -71755 72384 1584721329 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj 62f3cc664bce71ea -72283 72435 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c.obj d4a27b785122d348 -72361 72454 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box.c.obj abd4ea6e41443fe3 -72272 72465 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c.obj a2b286c91c41ee91 -72385 72608 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_easy.c.obj 8abe51d0049a1840 -72465 72627 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c.obj ae0f70248c2b2b9c -72435 72645 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_seal.c.obj 1b5441a226232129 -71657 72676 1584721329 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj a27faa7215c6a66c -71445 72684 1584721329 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj 59f4f810a7213cd -72454 72699 1584721329 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c.obj b5c53374b287a899 -72645 72751 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c.obj a6b38abff38247f3 -72751 72923 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c.obj a9d540f958c6b76d -72699 72926 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c.obj 52a2273de52af3af -72677 72965 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c.obj 5eced91cb32a3c24 -72923 73001 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c.obj 19ff8cc6cb8ac574 -72628 73049 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c.obj 62087121984356e7 -73002 73088 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c.obj 952d694eb90019d6 -72684 73097 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c.obj 6a0a0f02f878f796 -72965 73125 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c.obj 77371fccafccd872 -73097 73274 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/crypto_hash.c.obj 489be07a81d1c90 -73127 73281 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c.obj f9569c72d9d5f6fd -73088 73313 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c.obj 221e5f2271c7ec85 -73282 73461 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c.obj ebaa4438b13c1e72 -73049 73647 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c.obj 69dcc4730af68d4c -73461 73672 1584721330 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c.obj 3eda3790123351a9 -73647 73874 1584721331 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c.obj ae9bb2b83bd7a925 -73672 73974 1584721331 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kx/crypto_kx.c.obj 3e5c351fe06cb7f1 -73874 74110 1584721331 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c.obj dcd92fbe7715866 -73975 74225 1584721331 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c.obj 3b288f5cf514bc8c -74225 74425 1584721331 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c.obj d27ae5188dfc06b0 -74425 74692 1584721331 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c.obj f4d5f626bb3d59f -74110 74746 1584721332 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c.obj bba78b4e2642cc -73274 74928 1584721332 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c.obj 9570743e8b38490d -74693 75122 1584721332 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c.obj 735bc82665621b74 -74746 75177 1584721332 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c.obj d92ea9b8eda8db5e -75123 75235 1584721332 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c.obj 638becee2772cc7d -75235 75440 1584721332 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c.obj bc8b701bc1c5fb71 -75177 75501 1584721332 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c.obj e99d8a08df6509c5 -75440 75771 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c.obj 13e18e4ebd536249 -75501 75801 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c.obj 89df0a06bd3d5055 -75771 75933 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c.obj cb48145f362e60d3 -73314 76107 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c.obj 8aa8bea207cfe487 -75801 76129 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c.obj 922bf075248f1513 -75933 76146 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c.obj f3ac04c5671cbf9e -76146 76205 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c.obj ce00e22689828234 -76205 76281 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c.obj cc1934860be62c45 -76129 76348 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c.obj 2034a49b23a65213 -76281 76395 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c.obj 79c70619e731d99a -76395 76482 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S.obj 81f13b8f12fc536f -76107 76561 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c.obj c46e1c1a13bae9ca -76348 76616 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c.obj c030272ba593354a -76482 76635 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c.obj 4ccba63c06ff35db -76561 76673 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c.obj 110aa57e869e2de5 -76636 76713 1584721333 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S.obj 8743000a074b3e5e -76616 76715 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S.obj 99d52c39f34a1519 -76673 76766 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S.obj abad0407760e164c -76715 76799 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S.obj f3b4e4a3ecf23826 -76714 76830 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c.obj e752a2c94a51b970 -76766 76833 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S.obj 222d8c3c511725d6 -76799 76867 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S.obj 48f2934cba25a826 -76830 76919 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c.obj f3639acba24bcd43 -76920 77127 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c.obj 82344941c72dac42 -76867 77165 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c.obj d8fda962f02c9486 -77127 77208 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c.obj b322b006db6a757f -77165 77224 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c.obj 1e9597ca70ddccfe -76833 77234 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c.obj b7e4131d7869d8a -77208 77268 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c.obj 14dfd0795f1c75bf -77268 77462 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/crypto_sign.c.obj e3679486fd34544b -77225 77534 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c.obj 508b92b03b4a9dc9 -77463 77649 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c.obj 2c1fbcf0dfd5dd38 -77536 77665 1584721334 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c.obj b0c2b4fd3b78dbc0 -77234 77740 1584721335 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c.obj 6adfac9e3cc488fa -77649 77867 1584721335 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c.obj 5d0a2d4195b303f9 -77867 77955 1584721335 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/crypto_stream.c.obj f4463bbd02c53f32 -77666 77966 1584721335 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c.obj b98bdc0d2f2fb2e2 -77741 78071 1584721335 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c.obj 6835160f86fede5b -77957 78116 1584721335 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c.obj c4ce9b12b1e0da97 -78116 78298 1584721335 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c.obj c0fa47bf1f526aaa -78298 78698 1584721335 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c.obj 3e2496a22a1ee92 -78698 78849 1584721336 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c.obj 89ef4303b3f35442 -74928 79288 1584721336 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c.obj fc243ea82a7fe648 -79288 79542 1584721336 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c.obj e529e440a5b33c84 -79542 79756 1584721337 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c.obj e10798e38ae8dff5 -79757 79904 1584721337 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c.obj 96a4c9c276013b52 -79904 80570 1584721337 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c.obj e41de5d774971466 -80570 80828 1584721338 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c.obj 7dcc5858c8eb9cec -80828 81035 1584721338 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c.obj c23881360fc779fc -81035 81132 1584721338 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S.obj 4e1c604892c88b73 -81132 81233 1584721338 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c.obj 1f4087eb9bd86592 -81233 81379 1584721338 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c.obj 4de04da526a49877 -77966 81537 1584721338 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c.obj de06051b91cb28ac -81380 81563 1584721338 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c.obj 177795b39cde826d -81541 81682 1584721338 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c.obj 3a23d9bde3cee3f1 -81563 81762 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c.obj 91a8ede854a2b385 -81682 81858 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c.obj ce595ca62d74803a -78071 81931 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c.obj c49dcd868de03aaa -81763 81945 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c.obj a6dfdd954d14aad8 -81945 81995 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_verify/sodium/verify.c.obj 9402533cbd0fd47b -81858 82073 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c.obj b9c05c7c93d33ae9 -81931 82146 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c.obj 7e1aa4e064e40c4d -81995 82149 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/randombytes.c.obj 4b5cf02eab7b537 -82073 82248 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c.obj 347e1cd7ca08e6fb -82248 82438 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/core.c.obj aee22981f3003d4f -82149 82467 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c.obj 31cda8546d6e1d6d -82146 82618 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c.obj 6545012d2246312f -82438 82700 1584721339 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/runtime.c.obj 8b6a179c784c887d -78849 82738 1584721340 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c.obj 5a4a5bfeb4104893 -72608 82749 1584721340 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c.obj 5be0b87a81435b7a -82618 82763 1584721340 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/version.c.obj 3d8811130e727e71 -82468 82836 1584721340 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/utils.c.obj f048c0cb42e6b822 -82700 82883 1584721340 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/port/randombytes_esp32.c.obj eecf5a28dd1201b9 -82749 83020 1584721340 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 7062b66aa66bfdb7 -82838 83029 1584721340 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_cert.c.obj 205ab7f9472058ac -82883 83031 1584721340 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_stack.c.obj 4141dfe3265bf85e -83021 83292 1584721340 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_methods.c.obj 5384856d306eb903 -83032 83302 1584721340 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_pkey.c.obj 4b7866958812a761 -82738 83371 1584721340 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj d19a90656fc06c1a -83292 83513 1584721340 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_port.c.obj 63bdc0ca67642fff -83029 83806 1584721341 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_lib.c.obj ce7316480f979385 -83372 83821 1584721341 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_x509.c.obj c801572ebf4a0407 -83302 83866 1584721341 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_pm.c.obj 569235de01f267e0 -83822 84173 1584721341 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj 5ea28072c1ab44c7 -83867 84240 1584721341 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj 6333509d3cbc39c3 -83513 84367 1584721341 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj ccfc36a71b3823d9 -82763 84374 1584721341 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 21b8999d5a554748 -84374 84700 1584721341 esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp.c.obj fc77a804666a1f71 -83808 84724 1584721342 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj bbf077070d08a468 -84173 84776 1584721342 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj ce7d71ac979eda00 -84776 85037 1584721342 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj 78827540d6b90b8b -84700 85182 1584721342 esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj cf84670045e7a9ae -84240 85298 1584721342 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj 22cdaff831b18091 -85183 85314 1584721342 esp-idf/ulp/libulp.a b5ba4f97522c9ec3 -85314 85455 1584721342 esp-idf/esp_http_server/libesp_http_server.a f102dcce951d3e43 -85037 85526 1584721342 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj c8e1e15f8353f464 -84724 85543 1584721342 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj d8b890a27e15607c -85455 85584 1584721342 esp-idf/esp_http_client/libesp_http_client.a 4ffd10c652f4da0e -85585 85727 1584721343 esp-idf/tcp_transport/libtcp_transport.a ea2beb8be5ea9cac -85298 85851 1584721343 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj d51af9a3884185e0 -85727 85859 1584721343 esp-idf/esp-tls/libesp-tls.a 31affc00a434415b -85526 85896 1584721343 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj 91778db2385bdc3b -85859 86012 1584721343 esp-idf/nghttp/libnghttp.a c621045d4dc2c2e9 -84367 86074 1584721343 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj a380f08846187651 -86012 86088 1584721343 esp-idf/app_trace/libapp_trace.a b631249a9244a40a -86088 86205 1584721343 esp-idf/cxx/libcxx.a a50eeb7ca8b482fd -85851 86222 1584721343 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj 36186ba1a1951543 -86205 86330 1584721343 esp-idf/newlib/libnewlib.a 5e2a30a5c5c49886 -86331 86453 1584721343 esp-idf/vfs/libvfs.a 49e38bc49dfb99ad -86074 86531 1584721343 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj a963e18511b8fe60 -85896 86542 1584721343 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj 4f6a858ffa5799b1 -86453 86559 1584721343 esp-idf/freertos/libfreertos.a 8adaa22c425c727c -86222 86573 1584721343 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj 583dd5ef8282002 -86559 86630 1584721343 esp-idf/esp_timer/libesp_timer.a 33b8c301002404d9 -86542 86694 1584721343 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj 950dbd9e75ccf3f4 -86630 86759 1584721344 esp-idf/esp_common/libesp_common.a 5cf64d69b2c704cb -86759 86898 1584721344 esp-idf/esp32/libesp32.a bb91dfcc7ab96b25 -86532 86966 1584721344 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj 154c65ee938f4b0d -86898 86996 1584721344 esp-idf/perfmon/libperfmon.a b74d9df8a26398f8 -85543 87046 1584721344 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj d5c1c59a0ac1668b -86996 87079 1584721344 esp-idf/espcoredump/libespcoredump.a 61e4a4fb412fae8c -87080 87223 1584721344 esp-idf/pthread/libpthread.a 3a7af1abd593645d -86694 87367 1584721344 esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj 39ce62fc2f3a8fb8 -87223 87436 1584721344 esp-idf/driver/libdriver.a 5cd66d74d6544f4f -86574 87518 1584721344 esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj 74e59ce89cbe18b8 -87437 87573 1584721344 esp-idf/esp_ringbuf/libesp_ringbuf.a 52142642e68b28d5 -87367 87672 1584721344 esp-idf/files/CMakeFiles/__idf_files.dir/file.c.obj 79804aebf596a99a -86966 87684 1584721344 esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir/cmd_nvs.c.obj 17ac4f8caf2bde34 -87574 87711 1584721344 esp-idf/heap/libheap.a 651625a391e6c741 -87047 87719 1584721345 esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir/cmd_system.c.obj cda63d97d3fb5ea5 -87711 87777 1584721345 esp-idf/log/liblog.a 1274d7808513dadc -87673 87878 1584721345 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_debug.c.obj 4fce1d64252c2211 -87685 87929 1584721345 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_disp.c.obj e7b79369d28cdec0 -87518 88002 1584721345 esp-idf/wifi/CMakeFiles/__idf_wifi.dir/wifi.c.obj bedaf3b5bf1c0223 -87777 88019 1584721345 esp-idf/lwip/liblwip.a cfc5b7a574b9e094 -88019 88152 1584721345 esp-idf/esp_wifi/libesp_wifi.a effb86670d9970ec -87878 88173 1584721345 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw.c.obj 9effd3f734217e9f -88152 88268 1584721345 esp-idf/nvs_flash/libnvs_flash.a ae6808df23dc8a0b -87719 88297 1584721345 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_style.c.obj 52d5e15af4e61eda -88268 88394 1584721345 esp-idf/spi_flash/libspi_flash.a bd64ee73ae26c95c -72926 88497 1584721345 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c.obj 9afba76276fe0460 -88394 88507 1584721345 esp-idf/app_update/libapp_update.a 629b42f69c26dd2b -88002 88601 1584721345 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_indev.c.obj b808d5fa89c109af -87930 88618 1584721345 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_group.c.obj 7bac27a1f58a0d25 -88507 88630 1584721345 esp-idf/bootloader_support/libbootloader_support.a 21371cc7af649699 -88630 88750 1584721346 esp-idf/efuse/libefuse.a 8b73fc3e19818359 -88298 88882 1584721346 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_refr.c.obj ef9cade6295943c4 -88601 88954 1584721346 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_label.c.obj a05c9101f10d65b5 -88750 89000 1584721346 esp-idf/wpa_supplicant/libwpa_supplicant.a 934adf958a664c37 -88618 89006 1584721346 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_arc.c.obj 23979b62a3c1b2f4 -88497 89132 1584721346 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_line.c.obj 4446bcd5c7cbcbc7 -89001 89161 1584721346 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 48870cf31bc57c21 -89132 89238 1584721346 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font.c.obj bf835698759ddcc9 -89161 89312 1584721346 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a 4e4a6e95ce689861 -89006 89368 1584721346 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_fmt_txt.c.obj 2272d93eae217f19 -89312 89448 1584721346 esp-idf/mbedtls/mbedtls/library/libmbedx509.a cec41cc9a3a87882 -89448 89573 1584721346 esp-idf/esp_event/libesp_event.a 3706ea83ed15eb7f -88882 89591 1584721346 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_basic.c.obj 5c8cbe6ba49a2ab8 -88954 89665 1584721346 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_img.c.obj 3e79c98fcc35bb2b -89573 89673 1584721346 esp-idf/esp_netif/libesp_netif.a 9b9a8a1d361dc99f -89592 89721 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_cache.c.obj 9b5db8c823823892 -89673 89748 1584721347 esp-idf/tcpip_adapter/libtcpip_adapter.a d3f10370c7462d1e -88173 89761 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_obj.c.obj 727d8156fb6a4ed4 -89748 89873 1584721347 esp-idf/esp_eth/libesp_eth.a 80e079e349f37dcc -89368 89929 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_triangle.c.obj 964da0e3d16fb033 -89873 89960 1584721347 esp-idf/soc/soc/esp32/libsoc_esp32.a 5535786e5680a71 -89721 90018 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28.c.obj d1291c399cb58da5 -89960 90116 1584721347 esp-idf/soc/libsoc.a 89c6ed906f4be8e2 -89666 90128 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_decoder.c.obj bd5a579511f425fe -89929 90135 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12.c.obj 3fa8fc76ab2a58d3 -89761 90162 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28_compressed.c.obj 9c1ace5961e24bbe -90117 90164 1584721347 esp-idf/xtensa/libxtensa.a 47aacb275b830d77 -90019 90174 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12_subpx.c.obj 4cc79cc0175e0b28 -90164 90327 1584721347 esp-idf/asio/libasio.a 62a13e711bc33278 -90174 90345 1584721347 esp-idf/cbor/libcbor.a a95ad5cc568fa046 -90135 90392 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_22.c.obj 6974afc77404164e -90327 90414 1584721347 esp-idf/coap/libcoap.a 44ce67ee174d4c41 -90345 90423 1584721347 esp-idf/console/libconsole.a 2633ce91f5d7cfbc -90392 90460 1584721347 esp-idf/esp_adc_cal/libesp_adc_cal.a 321a66f17fd37eef -90414 90486 1584721347 esp-idf/esp_gdbstub/libesp_gdbstub.a 17fa000c0dae215f -90423 90488 1584721347 esp-idf/esp_https_ota/libesp_https_ota.a fefb0d1df4e90f1e -90128 90514 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_16.c.obj 5f608d75acfdc3d7 -90486 90523 1584721347 esp-idf/protobuf-c/libprotobuf-c.a f493e1ef2b08a025 -90460 90540 1584721347 esp-idf/esp_https_server/libesp_https_server.a ebdd02b3e26beb0f -90488 90556 1584721347 esp-idf/mdns/libmdns.a 9e64c996f85b3dcf -90540 90583 1584721347 esp-idf/esp_websocket_client/libesp_websocket_client.a 518e2577c9404339 -90514 90590 1584721347 esp-idf/sdmmc/libsdmmc.a 606b34034bb47675 -90523 90617 1584721347 esp-idf/protocomm/libprotocomm.a a24354d090c61c70 -90583 90632 1584721347 esp-idf/wear_levelling/libwear_levelling.a 8ffc856a1c7bda8e -90556 90645 1584721347 esp-idf/expat/libexpat.a 2f48a09ddd2977e8 -90162 90655 1584721347 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_unscii_8.c.obj 73e31b36ff5ae98a -90617 90663 1584721347 esp-idf/esp_local_ctrl/libesp_local_ctrl.a 2b6d82bc97e55a06 -90590 90678 1584721347 esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a c887be8cb213e66c -90633 90693 1584721347 esp-idf/fatfs/libfatfs.a d1d56c91828b233 -90656 90706 1584721347 esp-idf/jsmn/libjsmn.a e805679b5a44a9d1 -90645 90734 1584721348 esp-idf/freemodbus/libfreemodbus.a ff1b2ecc7df2affc -90693 90779 1584721348 esp-idf/mqtt/libmqtt.a 4b234aa7654b545c -90663 90781 1584721348 esp-idf/json/libjson.a 109e3c6dd4bbe827 -90707 90795 1584721348 esp-idf/openssl/libopenssl.a dd8fd619cead68da -90678 90826 1584721348 esp-idf/libsodium/liblibsodium.a bb822b24df56465d -90779 90827 1584721348 esp-idf/unity/libunity.a ffbd91855b17061e -90734 90836 1584721348 esp-idf/spiffs/libspiffs.a 3977dd0f919f2d3a -90795 90868 1584721348 esp-idf/ca/libca.a 3b311f6ce51ffc82 -90826 90885 1584721348 esp-idf/cmd_nvs/libcmd_nvs.a 1b7bb0daa3755fe0 -90827 90888 1584721348 esp-idf/cmd_system/libcmd_system.a a176a672918a9671 -90781 90896 1584721348 esp-idf/wifi_provisioning/libwifi_provisioning.a e2c7ff7a52f6a2dd -90868 90901 1584721348 esp-idf/wifi/libwifi.a 318bc43937909b13 -90836 90903 1584721348 esp-idf/files/libfiles.a dc77d04f5b6e0879 -89238 90947 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_rect.c.obj 8aca6ef3abda6ffa -90901 90967 1584721348 prvtkey.pem.S c0beeb05054b7419 -90888 90971 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_async.c.obj c1b77a32df346167 -90903 90976 1584721348 cacert.pem.S 1436f0cea1233619 -90967 91068 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_tick.c.obj ace34562ba706fd7 -90896 91107 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_disp.c.obj 12a449aa1a1664db -90885 91136 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_bidi.c.obj d7902c183a5b2219 -90948 91177 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_indev.c.obj e6f53d5f97567024 -90971 91222 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_anim.c.obj 8ecaf3ff76cc80a2 -91177 91230 1584721348 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/prvtkey.pem.S.obj 78fbafb907d60883 -91136 91235 1584721348 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/cacert.pem.S.obj 4e58e55c8776aa81 -91230 91332 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_log.c.obj f089ca5bfeb1c6ec -91068 91367 1584721348 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/url_decoder.c.obj dbae24252e3f5319 -91223 91394 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_area.c.obj b10c8ec791873d17 -90976 91404 1584721348 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 41be94fe95b0d90c -91235 91482 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_math.c.obj 462a35b53554eb13 -91332 91495 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_circ.c.obj 202997958faffd8 -91405 91568 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_gc.c.obj 448f4112e2008e7e -91368 91571 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_color.c.obj 66af2e837cb4a999 -91496 91680 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_mem.c.obj 11a2740fa109f7e7 -91572 91695 1584721348 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_utils.c.obj c35808897f55164 -91394 91748 1584721349 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_fs.c.obj 45f7cf13690b31d4 -91680 91750 1584721349 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_printf.c.obj e30e93e90f4d03cd -91749 91781 1584721349 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_templ.c.obj 276e5e71880a7851 -91695 91892 1584721349 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_task.c.obj d381f9301a745f0b -91482 91906 1584721349 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_ll.c.obj d66177a0ffcf43bd -91568 91983 1584721349 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_arc.c.obj f193955b8c42aa0a -91107 91999 1584721349 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/https_server.c.obj f9a6aecfafc9fa29 -91750 92067 1584721349 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_txt.c.obj 5c90b1a971c0eadd -92000 92113 1584721349 esp-idf/https_server/libhttps_server.a 6d743a94847b6a8d -91906 92315 1584721349 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_bar.c.obj 50d1154181295318 -91781 92333 1584721349 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cont.c.obj 413a50c3e52bcfad -91984 92427 1584721349 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btn.c.obj 71be0516cf4f6a0b -92427 92735 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_imgbtn.c.obj c890f381ed20869 -92334 92823 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cb.c.obj 4727fef952142b83 -92315 92883 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_canvas.c.obj 43b7e8e55a8c652f -92113 92895 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_calendar.c.obj b72ba10cf95b2db -92067 92932 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btnm.c.obj f2fd024e1fa975c0 -91892 93048 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_chart.c.obj e42de0096ed3f041 -92735 93060 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_kb.c.obj 67daf5e6fb72e4ec -92932 93243 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_img.c.obj 88efed7666c5ce1b -93243 93434 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_objx_templ.c.obj bd49836850faaaab -92895 93515 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_gauge.c.obj 6973a6ef54b09656 -92824 93624 1584721350 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cpicker.c.obj 113e2913a117da44 -93435 93741 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_led.c.obj 787ee24b05e1c9a3 -92883 93816 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ddlist.c.obj a98c4087602f25a7 -93048 93885 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_label.c.obj 7428f1b67dfc3173 -93516 93897 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_line.c.obj bb0b59641abccb8a -93742 94057 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_lmeter.c.obj ab426369ed6b3b9a -93060 94183 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_page.c.obj 6f17c5b3c9878f40 -93816 94265 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_mbox.c.obj b042478a2f3dae8e -93885 94380 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_spinbox.c.obj 5f97e2ca78812554 -93624 94420 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_list.c.obj 227a331e98e4adb1 -94381 94550 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_material.c.obj 9c05ca892aaa6973 -94183 94598 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_sw.c.obj fe188861deb65216 -94421 94601 1584721351 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_default.c.obj f2439b9591ca2250 -94058 94724 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_table.c.obj 1acbae399b7d2f14 -93897 94759 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tabview.c.obj 84735b92955f1401 -94724 94839 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_alien.c.obj 6d4d2d8849b5eb7b -94601 94846 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme.c.obj 644362a9742dda6a -94760 94980 1584721352 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark.c.obj c37cbf9639581e65 -94846 95006 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_mono.c.obj 2426e6b1c266c187 -94840 95049 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_zen.c.obj 98853c0323109b8c -94598 95066 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_win.c.obj b123f7629e83a0e -94980 95105 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_nemo.c.obj 8f330d16e32710ec -95008 95167 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_night.c.obj 45081430404b2504 -94550 95216 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tileview.c.obj a6b5c10ef72076d6 -95066 95291 1584721352 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark_bg.c.obj 7efe1e0ab32b3d1 -95049 95340 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_templ.c.obj 9a506e26e365bd4f -94265 95398 1584721352 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ta.c.obj c9b8ef9b9fde8f -95105 95439 1584721352 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_group/lv_test_group.c.obj 30ea81df3488af2e -95398 95633 1584721352 esp-idf/lvgl/liblvgl.a 9d5d10cf8ff1386b -95340 95691 1584721352 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/terminal/terminal.c.obj a75dde4af60e08be -95439 95710 1584721352 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/tpcal/tpcal.c.obj e5fee4d095828f24 -95291 95723 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/sysmon/sysmon.c.obj 9d8b9bf34a2485d8 -95167 95734 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/demo.c.obj 37870f9fedb8a664 -95633 95940 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_misc/lv_test_task.c.obj 9abe6909bdb766aa -95734 95948 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c.obj 7ecc016acfcde5cc -95691 95961 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c.obj 51e8159b9d8e7d5e -95711 96032 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c.obj 775d7c5f8168a349 -95723 96114 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c.obj c5fe89752f4cfa2c -95940 96194 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c.obj 5be34bf504cba57c -96032 96241 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c.obj b488556f433ae2c2 -95961 96255 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c.obj c218b169a7b1f0e4 -95948 96284 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c.obj 7060c0e50fb7cebe -96194 96398 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c.obj 9e1d048f0cb8e829 -96115 96410 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c.obj b73f7e0fbb374dc8 -96284 96495 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c.obj 2225027a91639d9e -96255 96581 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c.obj b157eec9a66492c9 -96241 96605 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c.obj 789687e77b9fb5f -96410 96684 1584721353 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c.obj ca849668c650854b -96398 96718 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c.obj 5883b7f7471b8996 -96495 96724 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c.obj 78e8e8ce3364a1ac -96582 96877 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c.obj 580d8a4ba01c0687 -96606 96887 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c.obj 77fab12ddf03da3d -96718 96964 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c.obj 5100bccb56e45647 -96684 97015 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c.obj 2f3778df65976aec -96724 97043 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c.obj 810cffb50c01d7cd -96878 97167 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c.obj e42789913e141329 -96887 97176 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c.obj df65e189b5612480 -96964 97235 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c.obj 25b853d860fa1e5f -97044 97292 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c.obj bc699fe06fab5555 -97015 97299 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c.obj 6fa514a3b01ec059 -97177 97507 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c.obj eb7dce3d401265e1 -97299 97523 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c.obj f15fcaeda5c9a9f6 -97167 97533 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c.obj 34ba8d468dd6dc8d -97235 97541 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c.obj 1d329f38a22d0e8f -95216 97678 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/img_bubble_pattern.c.obj c8e13950b015b256 -97292 97684 1584721354 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c.obj b2fa91a6a64edf6e -97507 97805 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c.obj dcac928b13cce850 -97541 97835 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c.obj cf94ca2b4ba65b96 -97678 97851 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c.obj 1c101e68373fca22 -97533 97906 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c.obj 411286b25a0b427 -97523 97918 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c.obj 70f12589ca803c6 -97684 98010 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c.obj 19be4538508dc608 -97805 98113 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c.obj 377acb21b2d72d7d -97835 98126 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c.obj f5c2cd6258ebb453 -97851 98142 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c.obj ab7a296665a468a2 -97918 98169 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c.obj 4be303abe85d0652 -98010 98223 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c.obj f3bcdf88c859a2f0 -97906 98296 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_flower.c.obj e769cdfc8714c3f6 -98113 98385 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c.obj 4e23901008062f0f -98227 98528 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c.obj af3dc3966c6fcc2 -98126 98534 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_rose_16.c.obj aa638c4910e76634 -98169 98564 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c.obj e24d7087ead2f37f -98143 98571 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/arial_20.c.obj 1a64cad1b833569c -98297 98582 1584721355 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c.obj bc2fefc4c4c1758a -98582 98727 1584721355 esp-idf/lv_examples/liblv_examples.a 82f3a76acecb0edf -98385 98766 1584721356 esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir/lvgl_driver.c.obj a796265650be4e13 -98767 98876 1584721356 esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a 279a1c1b59b4b1af -98528 98901 1584721356 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_driver.c.obj bcc265ec29cd26b3 -98564 98948 1584721356 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/hx8357.c.obj 22988675a6acd3e9 -98534 99189 1584721356 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_spi.c.obj 4a5ca543f62b88c -98727 99202 1584721356 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9488.c.obj c1d719848a067371 -98571 99264 1584721356 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9341.c.obj e201c5ea78bf2ab1 -98902 99321 1584721356 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/ft6x36.c.obj 56ffb803817dc4fb -98949 99435 1584721356 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/stmpe610.c.obj 6248cb2862536cc0 -99203 99497 1584721356 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_i2c.c.obj f2a34408f2aebf80 -99189 99633 1584721356 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/touch_driver.c.obj eec018503406620b -98877 99649 1584721356 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/st7789.c.obj dc09bb92f0e1ca1b -99321 99663 1584721356 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/xpt2046.c.obj 13bf91f9cc30715d -99649 99688 1584721356 esp-idf/lvgl_tft/liblvgl_tft.a 54e6a07d61896206 -99265 99739 1584721357 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_spi.c.obj d5f25284dbd09a44 -99739 99763 1584721357 esp-idf/lvgl_touch/liblvgl_touch.a a84b401e288a8a96 -99763 99782 1584721357 esp-idf/main/libmain.a e50809bc3b1cf5a6 -99783 101310 1584721358 esp-idf/esp32/ld/esp32.project.ld 4c8943c0d8be2de2 -101310 101339 1584721358 CMakeFiles/bakalarka.elf.dir/project_elf_src.c.obj 788129ce217e4ec7 -101340 106914 1584721364 bakalarka.elf 336085284dda7972 -106914 107442 1584721364 .bin_timestamp afa4c1e894b79d8f -0 73 0 clean a7c70eacb11a5051 -23 38 1584808777 esp-idf/esp32/esp32_out.ld 5a23f5a54d7240c9 -22 60 1584808777 project_elf_src.c 9b177edeec9c1acc -40 125 1584808777 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj a61a9ccc72446a12 -50 163 1584808777 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa_asm.S.obj e9a40f730f1180f0 -50 226 1584808777 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj 4553acf87fd02947 -43 230 1584808777 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj 159b8fca8ea6a71e -125 240 1584808777 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj 886f5428e192bf51 -60 303 1584808777 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj ed30594475970b04 -230 377 1584808777 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj 9ce90dd03497987 -163 404 1584808777 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj 9a4ca6196d5b8813 -226 434 1584808777 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj 5221a5159037b945 -240 473 1584808777 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj 1bbe4e39bd8473b -23 505 1584808777 partition_table/partition-table.bin 4fd6253ff185271c -303 572 1584808777 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj 80f270e292985862 -404 620 1584808777 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj b4c159a565e6d101 -474 719 1584808777 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj a165abc3aa51e50a -434 797 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj 2a3c78c2492b7025 -572 824 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj cfdefcb5f6dbd688 -620 848 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj fe49a6bb168ae741 -797 864 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj 3cd8ad2c226904a3 -377 877 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj 9d30cd70aefb93e1 -505 897 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj 486a5f299d74dac1 -877 952 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj 462e56fbc5968e4f -864 979 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj e3e4bb44b7b32bcc -824 996 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj 99aee288b13f6449 -720 1056 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj 359a460f700e302 -897 1072 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj 3e338c62198fca08 -952 1179 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj 5b047aee428781d3 -848 1229 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj ec5864241647cfe3 -1056 1255 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj f22d86ef5ea7afe2 -979 1258 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj 3f2f5f332b7fb6f9 -996 1398 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj b135d8ec91680e08 -1229 1438 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj 74b407c2fc445b16 -1179 1444 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj 8c23d902b6fedd75 -1258 1508 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj 94ed2a88b1566bc -1072 1513 1584808778 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj 59c59c8b2f3d96ae -1439 1725 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj 5e96730cc4846925 -1255 1734 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj d4fb4ee0aefbeae2 -1513 1744 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/cpu_util.c.obj 726cde77ed84b1dc -1508 1767 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj 53cf63823c192232 -1734 1835 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj 8aedc33a701d7216 -1444 1898 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj 70e4d5d6768f3bb1 -1398 1969 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj de31590540ea4697 -1745 2011 1584808779 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj f3efdcba6443287c -1898 2043 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj ef08ff352c138d93 -1969 2158 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj 806030d8b3598c8c -1767 2190 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj dced9db0d3df2256 -1835 2203 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj 59626de8dfec90e3 -1725 2245 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj d7b4af912c36d8eb -2203 2419 1584808779 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj ed6942aa4a01e8e3 -2246 2428 1584808779 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj 7606efe6021ac9dd -2011 2474 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj 67529a7dece6ac38 -2419 2556 1584808779 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj 708605ac1a880132 -2428 2568 1584808779 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj b8328641e7ad7435 -2474 2659 1584808779 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj adfdfc40382e807f -2568 2663 1584808779 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj c46d3afb560a03e4 -2158 2710 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj 86f6cf8217501245 -2043 2727 1584808779 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/sdio_slave_hal.c.obj 824b360599f7c565 -2556 2750 1584808780 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj e08d3c949c64f711 -2664 2788 1584808780 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj 6912add70e101fa7 -2659 2851 1584808780 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj 68d67b6fbcc37cdd -2711 2868 1584808780 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj 8245dfff1c8221bb -2727 2914 1584808780 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj a348010d92af16d9 -2788 2918 1584808780 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj a66e534e5022e755 -2750 2927 1584808780 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj 8a4a0ad4d9157533 -2851 2949 1584808780 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj 7b9fb9a618eea244 -2914 3271 1584808780 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj d9223d69bd9339a7 -2190 3331 1584808780 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.obj 4ce75e8b8eb52557 -2919 3337 1584808780 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj d03ee2cc5221ac0c -2927 3375 1584808780 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj b45772cbc19750e -2949 3413 1584808780 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj 67e24f1fe5b6ac91 -2868 3559 1584808780 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj 1058ce264de348ae -3331 3704 1584808780 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj da5363ed2f0e36ea -3414 3780 1584808781 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj 4bfcf6b1cc8e58dc -3337 3848 1584808781 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj a485964d0baacb89 -3271 3886 1584808781 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj a3e9d63599729b64 -3560 4012 1584808781 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj 67b106feb64a4356 -3704 4045 1584808781 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj 15750211e91b3e0 -3375 4171 1584808781 esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj 865433c99cc65a49 -3848 4176 1584808781 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj 6585a0c70899f3bf -3886 4260 1584808781 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj 7a219b57ec1e86ae -4045 4288 1584808781 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj bb6b6636df527554 -4012 4423 1584808781 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj 8dfb455cb18792c6 -4288 4451 1584808781 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj 686e1464d879d241 -4176 4563 1584808781 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj 4aaeb686de9142e6 -4451 4605 1584808781 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/certs.c.obj e6d2d945d40c722c -4563 4693 1584808781 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs11.c.obj 8849f5d262836b95 -4260 4704 1584808781 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj 70a818dc7f7c1d21 -4171 4810 1584808782 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj 320a28db79f81609 -4423 4830 1584808782 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj 4ce6cb099a8dd3c3 -4605 4875 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj fe94ffa64362e4ca -3780 4947 1584808782 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj 58986837c6972afe -4705 5234 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj 17ceff79d3040071 -4875 5253 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj 9e665f6f3489a90e -4947 5281 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj a3f9890b82829291 -4693 5291 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj f9e6f694fdd7a3bf -4811 5354 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj 116ee453f28c523e -5253 5387 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj af1069ad2107f4ed -5291 5432 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.obj e299eb8c693b518b -5354 5467 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj b8c0079aa1fe78ce -5234 5562 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj 618d71fb33f4fcd6 -5281 5680 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj 568ddbbfff7b4d20 -5467 5711 1584808782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj 4f7a8935db03fad1 -5562 5725 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.obj ec1886306ae780e3 -5680 5811 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj 7465a9ae620475d7 -5387 5823 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj c71050ce97a124ee -5711 5853 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj 750b452bde2ba773 -5811 5901 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj 8448a4711bcce649 -4830 5948 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj 516967395bdfca07 -5725 6049 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj 2194f47815fdf92 -5901 6077 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj d3ff8c17b07f40e1 -5948 6095 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj 5b4c07e6f9207495 -5823 6128 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj bc370e8f04dc51b7 -6128 6279 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj 735f566c6ce101e4 -5853 6315 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 9a099e913f9d0f58 -6049 6323 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj be7a6c9d1808b5b8 -6078 6362 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj ae641692e024f1db -6095 6559 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj 6bf38628e3fc2ba5 -6362 6663 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj 9a116e38ae598b73 -5432 6679 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj 411d49356137c625 -6279 6728 1584808783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj 7e5d9ea7b824ceed -6679 6764 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj b9831cf616bf3bcc -6663 6824 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj 4e9c67aa2b0723be -6765 6899 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.obj 27e7e69306880388 -6559 7097 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj 5744e548c3e291b -6824 7212 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj de110a99174e1687 -6728 7235 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj bd82109e0b942abc -7098 7239 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.obj 6a8347ad76366237 -6899 7239 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj d7d008df50fcf0c7 -7239 7286 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj 5d74d752b6597bcf -7235 7325 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.obj 6418be97711fc48e -7325 7481 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj f8b2c25ec07e815a -7239 7517 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.obj 4e0771bd05bc3013 -7212 7619 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj 30cec883c19e9c60 -7286 7702 1584808784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj bf2672fcfff7afb8 -7481 7732 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj 135f73c0e1db45c2 -6323 7755 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj 557ef35a6b569fc -7517 7814 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj 888857daacf2e79a -6315 7893 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj 658a6999a50e30c9 -7732 7982 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj c8d0984784a799b7 -7703 7993 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj 608b0c56cbb98518 -7620 8014 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj afba74d9dbd33d4 -7993 8034 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj ba7c89a6d563113d -7755 8055 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj db6d7ab4db4d4909 -7814 8109 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj 646211277e7c38c0 -8035 8130 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj 860e54eb567a1a06 -8014 8193 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj 4830a010e4eef8d0 -7982 8218 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj c6374d5fc48e08e5 -8110 8280 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj f54a516ab2b2de26 -8193 8367 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj 771a963c813528bb -8281 8459 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj e316e2cf9beb5b77 -8218 8484 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj c41ae707abcb4924 -8130 8507 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.obj b5bab073e68d9323 -8368 8512 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj 9bf6c30884eb6858 -8459 8530 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.obj 78f2c5a6cd186c1c -8512 8623 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_hardware.c.obj 5f293eeb8f163371 -8484 8653 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj c97ac2c98b5c6669 -8507 8657 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj 7c3c9b50a13eb92f -7894 8684 1584808785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj 28e56113e1043ec6 -8623 8821 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_mem.c.obj 66195bc326c182a6 -8653 8897 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj f0b9dd142e3a778c -8055 8980 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj 26996126293c1b03 -8821 9002 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_timing.c.obj e1d1d11ab711abf7 -8657 9046 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha256.c.obj b4ba5816be2708a0 -8981 9222 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj 2f956292bc39ef3 -8530 9329 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha1.c.obj fb56237a45abe3f5 -9222 9361 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj db2369e4269ed23d -9046 9415 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/sha.c.obj fea058462c4c8bdb -8897 9518 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_bignum.c.obj fd113bc8e1829d8d -8684 9692 1584808786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha512.c.obj 42b291420bfc67ff -9518 9745 1584808787 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj 902928ada0d09105 -9362 9771 1584808787 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj 4f1778446ca83e17 -9002 9772 1584808787 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/aes.c.obj c6310323fbae949d -9329 9819 1584808787 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj fa940edef1fabde0 -9745 9891 1584808787 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/mbedtls_debug.c.obj 26eeec5fc5d4c94a -9819 10017 1584808787 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj f22f12065732ab81 -9772 10059 1584808787 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj fb479cbfdc943618 -9771 10240 1584808787 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sockets.c.obj 9d16bdd94d9962bf -9891 10377 1584808787 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj 58a992fcf94d9f58 -10059 10460 1584808787 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj 30da4c5866d51c6e -9415 10730 1584808788 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.obj 9b24c075ff89d2e8 -10460 10831 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj 22a53210ea8bed4f -10379 10842 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj f7b88504c9082cd6 -10730 10963 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj 7e3487cb5d41e306 -10240 10997 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj 97794672681c09f8 -10842 11023 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj 87fa6962fe59f507 -10831 11075 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj b558609756673b26 -10017 11132 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj 330ebecb36c49aad -10963 11149 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj 43986dc07113feae -11075 11269 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj 64048d08b388f187 -11023 11397 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj 693eb078cfff9250 -10997 11433 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj 5b3bbdb2cb9d780 -11133 11520 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 9ae442ba67e14de4 -11397 11590 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj f50cc8915b74c060 -11520 11683 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj a50dd61eefac7e04 -11269 11713 1584808788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj 814b3d2e6dcf2b96 -11433 11752 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj c269935ed554f3 -11591 11778 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj 3bfa34b5a6d10a9e -11752 11951 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj 1ca5b859bb87ee49 -11713 11975 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj 8f0c5787ea6d0c82 -11683 11976 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj 80157aa35a33b764 -11778 12056 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj 8e70e1584066b36 -11149 12156 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj 1cf798f42f7cc8af -11951 12189 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj 920cb505a41170cd -12056 12266 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj 2c3ae155b741beb7 -11975 12288 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj c8594411a794a5c8 -11976 12302 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj 6b1110ddddb1017 -9692 12315 1584808789 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj eddf43e5ce282db4 -12302 12440 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj 7d5e96d2197a6e6c -12315 12460 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj bd6f9864603a5c85 -12266 12500 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj 8abb10525ef6e877 -12156 12543 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj 7561fbdb4ab6fee3 -12440 12557 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj c0399832a6f0fcd3 -12288 12565 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj 508b03b0dacbc030 -12189 12718 1584808789 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj b8d77b26f474a142 -12565 12723 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj 171ecb396c14d6c4 -12500 12815 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj fd7bbe7f04e55b06 -12718 13013 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj ad3352878f40e8a9 -12543 13111 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj 5e1b0de22ea04f10 -12460 13141 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj 6f88b7709bd52176 -12723 13226 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj 11ba95e44ba4c5d8 -13013 13340 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj b86de2f41e64c835 -12815 13353 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj c23a607de74f372b -12557 13470 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 3613ba887df8d94c -13341 13607 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj df23ad389851c736 -13111 13664 1584808790 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj 1bf9e3817c0e3740 -13226 13722 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj 509bd40713d31ae -13141 13931 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj b7a4fc462f82d3fc -13470 14014 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj f838bbd4352e95a0 -13607 14115 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj 3f9a25da357f122a -13722 14186 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj 24a18c34068b79b4 -13931 14225 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj 2f0f7d3d76a7f407 -13353 14380 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj d9553fccdc1b36f1 -14115 14410 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj 1b1738b5a91e8a53 -14186 14455 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj 6eb75d18a56ae75b -14225 14535 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj 6b2e14ceba0ac713 -14410 14656 1584808791 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj f7bfb83448879f22 -14380 14733 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj d30460e3a95d23ce -14455 14749 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj a4225414c1d04e3a -13664 14789 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj 19e85af6ebd6aa97 -14015 14791 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj 4e69690cf091235a -14535 14882 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj db83862af5e828d0 -14733 14944 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj 36bf3604095b2823 -14749 15141 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj 774746c5c3ebc68e -14789 15198 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj 23c1e58a5e44a1e1 -14791 15228 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj 87e4b382e394eced -14882 15275 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj 896880ee2f817f8b -14657 15347 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj 1cf58697102e9332 -15198 15462 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj 2474679108e0eb79 -15276 15546 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj 8465706de47f9112 -14944 15572 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj 8c48a25f2d792aff -15347 15588 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj 1e28e73a66409ae8 -15228 15596 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj bfbdd7e920bd5d48 -15546 15711 1584808792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj 6ffbe963f0128c21 -15462 15753 1584808793 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj 3079a04f431d99f4 -15711 15953 1584808793 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj 1510de7a644bb940 -15596 15963 1584808793 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj 4c6b6790b9b80da -15588 16003 1584808793 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj 6d189d988170410e -15141 16053 1584808793 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj e2578afb59310b0c -15572 16117 1584808793 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj 62c94bed019efdb2 -15753 16201 1584808793 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj 2a366ae67719961 -16117 16288 1584808793 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj b06c1f01f84d58c2 -15954 16313 1584808793 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj 2c117d1f03bf7d0b -16288 16374 1584808793 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj 5ae0cfdf82f20b2b -16201 16381 1584808793 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj ee11d454c5233b3a -16374 16590 1584808793 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj 8c5ae97cb63df978 -16313 16624 1584808793 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj bc52472910e488af -16381 16699 1584808793 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj cba406189213af2c -16590 16842 1584808794 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 2074be99701cf3d6 -16624 16927 1584808794 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj c2e490cd1d4604ce -16053 17002 1584808794 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj 4999c9fefc5e9013 -16700 17027 1584808794 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj c67ed8e6afe098aa -16842 17074 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj b8036c67bea83110 -15963 17083 1584808794 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj 908f5cb4a1d5435f -17028 17219 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj 369126d840fa62a9 -16927 17392 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj ba07f35b8269d7f0 -17002 17416 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 5b10fdb63bf1ec4f -17084 17431 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj a063234ec52942fe -17219 17485 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj e376a4571b945e31 -17074 17521 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj dd68b719a485a26e -16003 17532 1584808794 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj 6288f70e3df2ae29 -17416 17596 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj adb5964c5091dfdb -17485 17601 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj 2da2ab708970612c -17532 17676 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/secure_boot_signatures.c.obj 90602d8a08f955c6 -17392 17707 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj f3fc2e7304e4ca11 -17521 17710 1584808794 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 5c38a744ccbb6103 -17601 17769 1584808795 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_app_desc.c.obj 9a4e98f793357f52 -17432 17780 1584808795 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj c2a60a339f0ea839 -17597 17965 1584808795 bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 522648a6d8264083 -17780 17991 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj e8188db6f8573ffb -17965 18025 1584808795 bootloader-prefix/src/bootloader-stamp/bootloader-download ce6fb3084107e830 -17707 18052 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj 27541e15ab78d5a -17710 18105 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/partition.c.obj 8364513427baa0a4 -17676 18149 1584808795 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj a2ec9cb16715634e -17992 18158 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj 66099040634424cc -18025 18162 1584808795 bootloader-prefix/src/bootloader-stamp/bootloader-patch 80013dbd29e20176 -18052 18173 1584808795 bootloader-prefix/src/bootloader-stamp/bootloader-update 956a3c5b6452ce28 -17769 18271 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj 81f3188c070e8b12 -18149 18295 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj 2a7f6bbf32e14b2d -18105 18428 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj 9dfc74215deb1081 -18162 18485 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj c62bb29acba89767 -18271 18543 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj 9df3d1e638fd27ca -18428 18600 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj 953c4314ce5421f8 -18543 18690 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj fdca594349e7dbdc -18158 18702 1584808795 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj fe08ec8669eb7cb7 -18485 18831 1584808796 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj ab5c42f304972a59 -18295 18897 1584808796 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj 22be5a2b9427e9eb -18600 20207 1584808797 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj 5d9e6b0bbf7fb1ba -20207 20334 1584808797 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_ops.cpp.obj c09a8711761f8993 -18703 20555 1584808797 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj e8d6ded5b32c9325 -18690 20909 1584808798 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj a64d60c5088250b3 -18897 21032 1584808798 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj b64208d13d95e4c8 -18831 21166 1584808798 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj 73a52d462099ab7b -20334 22148 1584808799 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj fb96fe1f9a2e88d5 -20555 22285 1584808799 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj 29685c33dbc0c0e6 -22149 22343 1584808799 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/coexist.c.obj 6c86ac9bc43ed008 -20909 22387 1584808799 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj 424aa57b100869c6 -22285 22532 1584808799 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj 27d80d0605fd24dd -22343 22606 1584808799 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj dd6eaeaf0796f0c4 -21166 22618 1584808799 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj cfdcbe8a24d62ab9 -21032 22861 1584808800 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj f0ee48172f8ba9fd -22532 22911 1584808800 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj 70e60a671bac8966 -22618 23006 1584808800 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj d0c6f73c7f51c05a -22606 23060 1584808800 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj db37c32f9493f3cf -22861 23181 1584808800 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj 2f1b03b356bb884e -22387 23209 1584808800 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/phy_init.c.obj 775d87ae3787c64c -22911 23305 1584808800 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj 68846a3c27e9a37 -23060 23372 1584808800 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj bd29a1f1b7e56e38 -23209 23468 1584808800 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj 11e56758a69c5842 -23006 23558 1584808800 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj 8d8f3cef70c82af1 -23372 23671 1584808800 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj ad359ae94ad7ed4c -23181 23729 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj e160b130aa9e93ec -23305 23815 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj f64b5020aa663e79 -23671 23835 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj 64d3fe4eaa613d6 -23729 24056 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj e23387ad9918a5dd -23815 24062 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj fb18e42d451b5792 -23468 24103 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj a539648e3597c59b -23835 24159 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj 9768eafa03a5eb43 -24056 24361 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj cb7cb63d5ed78891 -18173 24466 1584808801 bootloader-prefix/src/bootloader-stamp/bootloader-configure 1bd30c51c3c0a1f1 -24103 24491 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj 263de4159a35e591 -23558 24535 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj bf04f1e909734270 -24160 24573 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj 115324aaaa9738 -24361 24669 1584808801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj 4e78aee6388a7a60 -24491 24741 1584808802 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj f40a611a4885a8bb -24573 25002 1584808802 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj a67cb5849ab37e4e -24669 25034 1584808802 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj fe3e56eb394a15c0 -24741 25116 1584808802 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj de5fb03270c997ed -24535 25344 1584808802 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj a1a459c0edba4c2 -25002 25417 1584808802 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj aa0695736d5f5113 -25034 25464 1584808802 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 619c471ff4d7a39a -24466 25504 1584808801 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -24466 25504 1584808801 bootloader/bootloader.elf af87590faa9733a -24466 25504 1584808801 bootloader/bootloader.bin af87590faa9733a -24466 25504 1584808801 bootloader/bootloader.map af87590faa9733a -25504 25616 1584808802 bootloader-prefix/src/bootloader-stamp/bootloader-install d88d1a045d7ab8b2 -25464 25669 1584808802 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj 71ca4d2b06144d6c -25616 25852 1584808803 CMakeFiles/bootloader-complete 44be5122feef7698 -25616 25852 1584808803 bootloader-prefix/src/bootloader-stamp/bootloader-done 44be5122feef7698 -25669 26110 1584808803 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj c1f518fa27b15650 -25344 26244 1584808803 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj f00e85557bb3884e -25116 26315 1584808803 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj a02a31f14e54e3b4 -24062 26350 1584808803 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj f002a702d37c3875 -25417 26363 1584808803 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj ecbe8429ccdb2ae9 -26363 26759 1584808804 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj 908d1c53f7bdc86b -26315 26907 1584808804 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj 730d271325930e6 -26350 27557 1584808804 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 981b23a71870516a -26244 27626 1584808804 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj 5cb74586472f3206 -25852 27676 1584808804 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj 5f51a07d9cbc3249 -26908 28081 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj 2808a6a62a99d56b -26111 28100 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj eb788bf432d5875e -27557 28261 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj c3f703f58eb1caf9 -28081 28355 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj dc9ca334036b6aa1 -26759 28375 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj 356acf191c63a019 -27676 28407 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj b8e6cb30c16a71b8 -27626 28432 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj e9654cbb505df848 -28100 28573 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj dd97e5e7426e730f -28355 28657 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj 6c1feb2c2ed49084 -28407 28677 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj 47efcbaf2df310d2 -28262 28700 1584808805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj 6929b6c78d4719fd -28375 28852 1584808806 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj 675920fababec9d5 -28658 29041 1584808806 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj 32dac8f401be646f -28573 29495 1584808806 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj 8561a18a5fbb897a -28855 29535 1584808806 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj 1d617329cf8ad840 -28677 29573 1584808806 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj cd7abf1887f116c8 -29041 29799 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/lowpan6.c.obj abe3f063b2d4097d -29496 29851 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj 8260fdf226faafed -29573 29910 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj 78d5a125b7e2716d -28432 29956 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj a721a01de30dd7b3 -29535 29970 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj 2b960d8301302a6a -29851 30166 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj c2778dc3f8fd3cc6 -29799 30204 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj 7d2317027b511cb9 -29910 30207 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj c3f1b10aecf22e49 -29956 30219 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj c179fde2f16a181b -29970 30238 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj a2b770f17963a57a -30166 30507 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj 3679984aae52e0ef -30204 30536 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj bff36d689f5a12bd -30238 30554 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj dd794855021aa2 -30208 30570 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj e9fc5b1742a7dbae -30220 30582 1584808807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj e79ba0e9ab6541ed -30554 30728 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj 388432655241f287 -28700 30777 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj d86b6a863a06b56c -30571 30785 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj b27e204970caf5d8 -30507 30807 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj 7d9bd59cbd6b7012 -30536 30832 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj 3972a6f135457d9e -30582 30884 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj 3923e9001f5195ff -30728 30913 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj f38ab1b71dbb61fd -30785 31103 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj 38cacef7245262cc -30807 31139 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj c1927fa8b41a1f1b -30778 31165 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj e9e76b3c6f3caa16 -30832 31187 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj 39c731610b1d44e -30884 31196 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj d2abaae7967c3a1d -30913 31220 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj 683ec7d41958fefe -31104 31259 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 294db6456d67517c -31139 31390 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/vfs_lwip.c.obj 20fe348492fc122c -31197 31603 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/dhcp_state.c.obj 466b38c4947d9c87 -31165 31673 1584808808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/debug/lwip_debug.c.obj 9536da4e8452a5c8 -31390 31799 1584808809 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 5b8520bdd428a564 -31259 31813 1584808809 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/ethernetif.c.obj 57adc9bff0faa38b -31187 31835 1584808809 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/freertos/sys_arch.c.obj 5c522bac46294f4d -31220 31902 1584808809 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/wlanif.c.obj 117e6464d2cd67a2 -31603 31959 1584808809 esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj 7daf9da2fc613e8 -31673 32065 1584808809 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj fe9438735037e6a3 -31800 32193 1584808809 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj cb56d9462c6a28b9 -31835 32240 1584808809 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj a817946e8f568ae3 -32241 32589 1584808809 esp-idf/driver/CMakeFiles/__idf_driver.dir/periph_ctrl.c.obj d95043b668042519 -32065 32689 1584808809 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac.c.obj 1eb5a377746c7640 -31813 32772 1584808810 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj 5b348822cc261e4 -31902 33114 1584808810 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj 9be45b4cd6600ea6 -31959 33130 1584808810 esp-idf/driver/CMakeFiles/__idf_driver.dir/adc.c.obj 3556f8d2a2b753 -32194 33350 1584808810 esp-idf/driver/CMakeFiles/__idf_driver.dir/can.c.obj 5374f5536ee45142 -32689 33713 1584808810 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio.c.obj 2ed1469e3d56982e -33714 34956 1584808812 esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_io.c.obj 6897b27363729b17 -32772 34976 1584808812 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c.c.obj aacaebf55d392ca7 -32589 34990 1584808812 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt.c.obj 351c0dca84e5f9cd -33350 35049 1584808812 esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt.c.obj a51a013c7b8400ef -35049 35257 1584808812 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_crc.c.obj 3648ac38ee0c1b3f -33114 35534 1584808812 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s.c.obj 7741c7861a4e0b01 -33130 35574 1584808812 esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc.c.obj bd3e0d6e8dda5821 -34990 35633 1584808812 esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_module.c.obj df4f627b1a53f9c8 -34956 35751 1584808813 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_slave.c.obj 858a6e056f55633 -35257 36118 1584808813 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_host.c.obj 1b96f0d415d0cf91 -35574 36270 1584808813 esp-idf/driver/CMakeFiles/__idf_driver.dir/sigmadelta.c.obj 3fc81268db89465f -35534 36310 1584808813 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_transaction.c.obj 1323dacb9b382f66 -35751 36577 1584808813 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_host.c.obj 8bae2c0523d6f016 -35633 36671 1584808813 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_common.c.obj da97fe3c6d9f738e -34976 36817 1584808814 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_master.c.obj 731ba72e23f3b596 -36119 36902 1584808814 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_transaction.c.obj 850a88acf2f0a2cc -36310 36926 1584808814 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor_common.c.obj d19b6acb08792eea -36926 37587 1584808814 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj 19510c881d4674c7 -36270 37898 1584808815 esp-idf/driver/CMakeFiles/__idf_driver.dir/timer.c.obj 802b53cd8c038c0c -36671 37997 1584808815 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm.c.obj eb00470224bafa62 -36902 38052 1584808815 esp-idf/driver/CMakeFiles/__idf_driver.dir/esp32/touch_sensor.c.obj d42d79facf6a5ddc -37588 38080 1584808815 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj f1cdd19549f79ab8 -36817 38195 1584808815 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave.c.obj 5984301e36a368f5 -37898 38274 1584808815 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj ad6ef834b5132ead -38052 38288 1584808815 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj 17e98f924bbad542 -37997 38317 1584808815 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_port.c.obj dd813ec0afdc8b85 -38080 38352 1584808815 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj 502726d1b20cc9ff -36577 38412 1584808815 esp-idf/driver/CMakeFiles/__idf_driver.dir/uart.c.obj da1bc195f4972756 -38317 38508 1584808815 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj d677054e2f11fa34 -38288 38547 1584808815 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj 190f8231366f8ad0 -38195 38563 1584808815 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj f0d918f41d98fe83 -38352 38595 1584808815 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj 396c3bb0c796a476 -38274 38617 1584808815 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj 24a48cb9e509e785 -38412 38641 1584808815 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c.obj d3962b4f57e000a4 -38547 38813 1584808816 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c.obj 749e771d0b571202 -38595 38863 1584808816 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c.obj 80fa1f37613b940a -38563 38892 1584808816 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c.obj 485ea13076dcfe63 -38509 38930 1584808816 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c.obj d3b4e1aa7af28b51 -38642 38951 1584808816 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_err_int.c.obj c4ae9626f3bbdc27 -38617 38959 1584808816 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c.obj 64f7b175412447ae -38959 39094 1584808816 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_panic_highint_hdl.S.obj cbad1e96c983543f -38813 39140 1584808816 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_sram_mmu.c.obj 36208785829b378d -39140 39338 1584808816 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/hw_random.c.obj 2419cb8be5410de0 -38951 39363 1584808816 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_access.c.obj f758fc95ffe0ea36 -38863 39384 1584808816 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/clk.c.obj c276cd1d3a1f822 -38930 39420 1584808816 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/crosscore_int.c.obj c0187df1d928cae3 -39095 39491 1584808816 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/esp_himem.c.obj e8e914dcf2c280db -38892 39643 1584808816 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cpu_start.c.obj d7e90f6ffcceb531 -39491 39698 1584808816 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_trace.c.obj 830b6d7a6995f477 -39338 39775 1584808817 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/int_wdt.c.obj efb6e9865b28f6d7 -39644 40067 1584808817 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/reset_reason.c.obj 9dcaacd8c1ed4aa4 -39421 40165 1584808817 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_esp32.c.obj ec0223b01c81e2d1 -39775 40221 1584808817 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram.c.obj 69c9ff71d7bae578 -39384 40301 1584808817 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/panic.c.obj f799fe7504b22e75 -39363 40496 1584808817 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/intr_alloc.c.obj f0c9922ac14d8ee4 -40067 40541 1584808817 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram_psram.c.obj f496e23f904fdd5e -39699 40709 1584808817 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/sleep_modes.c.obj 8d77c0c7ffeb3bd1 -40497 40894 1584808818 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj 71f0a2457e397964 -40221 40898 1584808818 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj 99d98ef5e5646eaa -40541 40927 1584808818 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj 635dbc563121ca2c -40709 40963 1584808818 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj 836422791395351f -40301 40974 1584808818 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 3a8af31544a59de1 -40166 40982 1584808818 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/system_api_esp32.c.obj 7d7dd654b4621f2 -40928 41107 1584808818 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj 2ffd46bddee1fe6a -40898 41137 1584808818 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/brownout.c.obj 79d1fec765c10288 -40963 41277 1584808818 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/system_api.c.obj d4257b2ddf2fdc8b -40895 41286 1584808818 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/mac_addr.c.obj bb48dc72a48c9ba9 -40982 41326 1584808818 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj 5306d9fa8d59389 -40974 41352 1584808818 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj 9035a5744a2fd3bf -41286 41450 1584808818 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_context.S.obj e640c5911f37de45 -41326 41466 1584808818 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/portasm.S.obj 654bad9e42ba84b7 -41107 41553 1584808818 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj 9e5dffe4b40047f9 -41466 41626 1584808818 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_init.c.obj 888712e9eddbce53 -41553 41665 1584808818 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr_asm.S.obj 85830d5bf96cd157 -41137 41684 1584808818 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj 8fb64bf7a5eb3e30 -41277 41687 1584808818 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/port.c.obj 365f4b37918ac140 -41684 41816 1584808819 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vector_defaults.S.obj 49636db6573409f1 -41687 41903 1584808819 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vectors.S.obj c1ccbb9188cc067c -41626 41926 1584808819 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr.c.obj 865d3117c4bcb29 -41665 41931 1584808819 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_overlay_os_hook.c.obj dfb898e7781d63e7 -41926 42153 1584808819 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj 5450bbe96d8a2986 -41816 42184 1584808819 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj 154860805ec1bba5 -41352 42198 1584808819 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj 9d352974eb315b89 -41931 42208 1584808819 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj 2ad490749eb75bb3 -41903 42470 1584808819 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj f56fde5f750bad66 -42153 42643 1584808819 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj 4942c7450ca085a8 -42198 42707 1584808819 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj 42cccb29bc9c0ec8 -41450 42837 1584808820 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj 297323a43a795178 -42837 43104 1584808820 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj be035e26435ef761 -42470 43192 1584808820 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_roller.c.obj 6f974a868dcf5a3b -42208 43237 1584808820 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj a7d09415805769ae -42707 43265 1584808820 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_preload.c.obj b50d9b0359750880 -42643 43274 1584808820 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_slider.c.obj 1c01458e8eaead6b -43104 43418 1584808820 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj 9654c6dcef57d990 -43192 43447 1584808820 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj d471cfa164ecbc32 -43237 43451 1584808820 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj 574803d384c10311 -43266 43467 1584808820 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj a9d5340ab7b7e91a -43418 43579 1584808820 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj b080faab5aa15e6d -43274 43590 1584808820 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj c822e2feace2c3 -42186 43660 1584808820 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj 304d1a82f8620d68 -43451 43683 1584808820 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj d3c5737ce9f525f6 -43447 43703 1584808820 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj c458412c94787c5 -43580 43819 1584808821 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj 3d45cd4008b0cbf7 -43590 43917 1584808821 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj 8cf24f7dbe90eaf3 -43468 43993 1584808821 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj 154e740c9290f220 -43684 44027 1584808821 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj 61d7575b725ed54a -43819 44061 1584808821 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj 3edc554c4ff020c9 -43704 44092 1584808821 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj 5da45900450700bd -44027 44154 1584808821 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder_close_container_checked.c.obj b4b7ed1f1547a57a -44092 44256 1584808821 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser_dup_string.c.obj 7768c63b64457881 -43917 44269 1584808821 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj 2fee4ccaef2f834b -43660 44432 1584808821 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj 320fee64397eda56 -44154 44452 1584808821 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborerrorstrings.c.obj 9035c5daef739c90 -44256 44560 1584808821 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty_stdio.c.obj 4d51eac59d0c6649 -44061 44581 1584808821 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder.c.obj 247949de5d51a55d -44581 44832 1584808822 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/open_memstream.c.obj 13fff6ca8ac994db -44269 45032 1584808822 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser.c.obj b4d4312407ff71e8 -44432 45061 1584808822 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty.c.obj affc8bb8561a341e -44452 45126 1584808822 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cbortojson.c.obj 74324ae7775591ae -44560 45154 1584808822 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborvalidation.c.obj a0e8604df906186c -44832 45412 1584808822 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/block.c.obj 7294f72f1f8c7ca0 -45032 45545 1584808822 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/address.c.obj 9a4fec321df197de -45061 45571 1584808822 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/async.c.obj 8d495974b937ac69 -45154 45668 1584808822 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_event.c.obj 2283529606f70795 -45412 45787 1584808823 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_hashkey.c.obj e399f7f361c2f848 -45545 45944 1584808823 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_time.c.obj ab024667b2039648 -45668 46156 1584808823 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/encode.c.obj 122a7bab39cb5ce0 -45787 46284 1584808823 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/str.c.obj d5a9f84b84f0522f -45126 46294 1584808823 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_session.c.obj 10acbcdb056cba71 -45944 46310 1584808823 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/mem.c.obj 3d39030e23a87d9a -45571 46795 1584808824 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_debug.c.obj be2e969a76a2cdc4 -46294 47124 1584808824 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/pdu.c.obj 3f49e97d9f7e0ebe -46284 47213 1584808824 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/option.c.obj e18c0b2e57db6bb1 -47124 47732 1584808825 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/subscribe.c.obj 93feeba47eaec37c -46310 47962 1584808825 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/resource.c.obj cacdf89938b98f2 -46156 48132 1584808825 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/net.c.obj 4470e1bb48f5c606 -47213 48225 1584808825 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/uri.c.obj a611bc238261093f -47962 48543 1584808825 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_notls.c.obj d0c1ca54d645c434 -48132 48562 1584808825 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj aa0ebf3e6728b082 -46795 48585 1584808825 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_io.c.obj aca18759def23be6 -48225 48607 1584808825 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj 9a59b985e6955e11 -48543 48865 1584808826 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj 24d982b83218a4 -48611 48903 1584808826 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_callbacks.c.obj 9d9ba1a6a6a22419 -48903 49206 1584808826 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_debug.c.obj 817903877042269c -47732 49285 1584808826 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_mbedtls.c.obj bced42c7ca3e10e5 -48866 49449 1584808826 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_buf.c.obj 101534a39c91dd04 -49206 49578 1584808826 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.obj bd12a18b524ee68f -48585 49591 1584808826 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj 796310fd77e59952 -49450 49843 1584808827 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman_data.c.obj 7ee40bdcc1e6bcf7 -49591 50032 1584808827 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.obj ec80736441f59c91 -49285 50114 1584808827 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.obj 67fb87ce93966abb -50032 50262 1584808827 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_mem.c.obj ce48331443aaf0a1 -50262 50474 1584808827 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_npn.c.obj ea78511ba3c36ea0 -50114 50528 1584808827 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_map.c.obj 5992ec890d4f4db9 -49843 50578 1584808827 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.obj 57353bdfc65247b0 -50528 50859 1584808828 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.obj a788e073ead533 -50474 50892 1584808828 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_option.c.obj 6c59dda046c40bae -48562 50900 1584808828 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj 35435ee33b92d9cb -50579 50940 1584808828 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_priority_spec.c.obj 6fc8507795d644ee -50900 51216 1584808828 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.obj ec4a186193319d08 -50859 51234 1584808828 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.obj 9e7738f61f98886c -50892 51281 1584808828 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.obj 9a83f46ab7e6c1aa -49578 51455 1584808828 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.obj 3df69efc95d005b6 -51234 51553 1584808828 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_version.c.obj b8306e62428490f5 -51216 51836 1584808829 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.obj da600c233d46dfd5 -51281 52096 1584808829 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.obj 8368fa7dae173efd -51553 52637 1584808829 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj b8b1a0fe21587144 -52096 52651 1584808829 esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir/esp_adc_cal.c.obj 2f041a8e2210807 -51836 52848 1584808830 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj b71ba1bff3705309 -52638 52965 1584808830 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj b52125b27c96c388 -52651 53001 1584808830 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj a62079be50dbde78 -52848 53146 1584808830 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/esp32/gdbstub_esp32.c.obj 258011896e7a5838 -52965 53216 1584808830 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/xtensa/gdbstub_xtensa.c.obj 6620b7edeabfed4a -53216 53894 1584808831 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_tcp.c.obj f85227cab6cc8f4b -53001 54067 1584808831 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj 511eff05fa7a2521 -53146 54145 1584808831 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj b89c3b1a0ce0be5 -54069 54326 1584808831 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_utils.c.obj 9eb9306c2d6d1299 -53895 54650 1584808831 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj 89ab776deda22757 -54146 54846 1584808832 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj 43bcdf6993649fe4 -51456 54887 1584808832 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.obj f7756d2326dec38b -54650 54986 1584808832 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj 98a8466d4c84c61e -54846 55086 1584808832 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj 8a69e5e1df34cabe -50940 55208 1584808832 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.obj a73e6f14b875f341 -55086 55547 1584808832 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj 9f5f65ea4c7494c5 -54326 55705 1584808832 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj 11ef985b7662b9c1 -55208 55759 1584808833 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj 202c727af12b3e5e -54987 55845 1584808833 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj d9271aa27017a928 -54887 55956 1584808833 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj 26ebe6529b4cb778 -55547 56079 1584808833 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj 749ce31a3a5cc7e5 -55705 56088 1584808833 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj 82846741310a0207 -55759 56235 1584808833 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj 297c6fb94b2f35a8 -55845 56259 1584808833 esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj 9d47a38df5bf669b -56079 56268 1584808833 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 401cb6bf5bb8296f -56088 56504 1584808833 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj bdb2f97d0697f25a -56235 56544 1584808833 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj fb6f1aef8943018c -56268 56548 1584808833 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj 9f69b57bc5894739 -56504 56639 1584808833 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj 59f965d90a47d3f8 -56259 56785 1584808834 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj 3594e408055fcb6d -56544 56883 1584808834 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj 1c9dabaa2725f8c -56548 56912 1584808834 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj e8d25e018af607aa -56639 57017 1584808834 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj 50f4986a63f08ff0 -56912 57560 1584808834 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_networking.c.obj 6e7a9e919eb86c68 -57017 57570 1584808834 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj 28fc9f08675e91b0 -57560 57899 1584808835 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj cc450b83e756ed69 -57570 57957 1584808835 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj f57b8f9d5c83fca9 -56883 58028 1584808835 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_console.c.obj 2519ef7a16afef5e -58028 58372 1584808835 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj 372ddedae00b1e7e -57900 58405 1584808835 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj 889f2b70e50af8e2 -55956 58537 1584808835 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj 5d0b5685da094e6a -57957 58541 1584808835 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj f8ceff2a3a68ec99 -58537 58885 1584808836 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj c6e5545c8fee9de1 -58373 58955 1584808836 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj 9f8da41213a1c9bc -58541 58976 1584808836 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj ffbbb91da8ed7ac2 -58405 59099 1584808836 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj a92288bc167bd81d -58885 59344 1584808836 esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl.c.obj bdcb58a319c169db -58955 59540 1584808836 esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl_sdio.c.obj aa7a871a87b95990 -58977 59826 1584808837 esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir/esp_websocket_client.c.obj f4e48cee8f92e161 -59826 59913 1584808837 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_ns.c.obj f2aa70c0461d6824 -59345 59970 1584808837 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlrole.c.obj ce3857ad0e7f5b84 -59913 60046 1584808837 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_impl.c.obj bab38bb4d44c55a -56785 60200 1584808837 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns.c.obj c7504098c082300a -59970 60243 1584808837 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj e106348a6edfeb31 -43994 60344 1584808837 esp-idf/asio/CMakeFiles/__idf_asio.dir/asio/asio/src/asio.cpp.obj af2978ca9e038457 -60243 60478 1584808837 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj cd63d20b2920b42c -60046 60484 1584808837 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj 31db5ed9c923e53d -60484 60611 1584808837 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj e88ff0d9578ed664 -60344 60634 1584808837 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj 3e11428816d7f7de -60200 60681 1584808837 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj c77ecd49056e4b2b -60634 60844 1584808838 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj 16e00c6e9ef3f72e -60681 61006 1584808838 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj c59f8d47a84f56cc -60612 61012 1584808838 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj e3201e6be00444f1 -60844 61200 1584808838 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj f2a8bb287c777ee1 -60478 61229 1584808838 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj ad199748bb405907 -61006 61307 1584808838 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj 5203de01f65bbd70 -61012 61369 1584808838 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj 8f3bed43b360de6f -61369 61752 1584808839 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 9292a5514f9ea1a0 -61307 61770 1584808839 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj 9169d3324f06950f -61229 61851 1584808839 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj 7ccfdef716762379 -61752 62118 1584808839 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_slave.c.obj 807ce46d4c96526 -61770 62182 1584808839 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb_m.c.obj 72e75d31a0f96390 -61851 62339 1584808839 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_master.c.obj 8d9a9280777e3a28 -61200 62497 1584808839 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 597dbb77a9b01d58 -62118 62521 1584808839 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii.c.obj 651b7bf3bcaf0dd -62182 62532 1584808839 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb.c.obj a43fca590a0755c4 -59099 62616 1584808839 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlparse.c.obj 23ca4037bc1a43ff -62339 62637 1584808839 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu.c.obj 1f91f22e3b7ed3f1 -62533 62731 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/tcp/mbtcp.c.obj 963b9cc9f6261efa -62521 62817 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu_m.c.obj 9c5b9c2589ffcbd9 -62497 62835 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii_m.c.obj 12dd190d7eb03911 -62638 62849 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbcrc.c.obj 2b81c984e470f966 -62616 62867 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/port.c.obj 92c7849bd61a04e8 -59540 62952 1584808840 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok.c.obj 47266e3c03a23dba -62731 63000 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent.c.obj e34334618db0d59c -62818 63089 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent_m.c.obj 9fff89126e1e2076 -62835 63110 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother.c.obj 2eb97a40b12acad7 -62849 63125 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother_m.c.obj 11d4206393a58f49 -62952 63230 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer.c.obj 79e0a736f5552dce -63125 63264 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdiag.c.obj 735d9cfd4d8793cf -62868 63324 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial.c.obj be30684ba140381f -63000 63351 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer_m.c.obj d9e00b6d8ebe0f10 -63111 63407 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils_m.c.obj 2ab0d67a1078af6f -63089 63414 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial_m.c.obj c35cb3cf7397b92a -63264 63475 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc.c.obj 2f73c48aaca0cf46 -63230 63500 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils.c.obj ac6f37301f07a285 -63324 63537 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc_m.c.obj c92754103c8d2a7e -63351 63585 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding.c.obj 25d6038b731bd372 -63414 63607 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput.c.obj 4b299022919d3a53 -63475 63652 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput_m.c.obj c6018aeae62b1289 -63500 63698 1584808840 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncother.c.obj 7a4e00b62dbf1386 -63407 63763 1584808841 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding_m.c.obj 81ea55ef4ffa61fb -63652 63799 1584808841 esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir/src/jsmn.c.obj f577c06d7a66763c -63607 63969 1584808841 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbutils.c.obj dcc466a655c957bf -63799 64105 1584808841 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c.obj 77b5c1295a9a3bd6 -63537 64285 1584808841 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_slave/modbus_controller/mbc_serial_slave.c.obj 633a4d8060795a44 -63585 64324 1584808841 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_master/modbus_controller/mbc_serial_master.c.obj e0ecf4082ea1f0c2 -64105 64330 1584808841 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c.obj 3677f4bcf45dad6a -63763 64387 1584808841 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj a27faa7215c6a66c -64285 64419 1584808841 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/crypto_auth.c.obj 15a7ef56cecaca50 -63969 64488 1584808841 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj 62f3cc664bce71ea -64330 64533 1584808841 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c.obj a2b286c91c41ee91 -64325 64563 1584808841 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c.obj 9fcc1a783cb72723 -64387 64579 1584808841 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c.obj d4a27b785122d348 -64419 64589 1584808841 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box.c.obj abd4ea6e41443fe3 -64489 64669 1584808841 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_easy.c.obj 8abe51d0049a1840 -64533 64754 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_seal.c.obj 1b5441a226232129 -64580 64785 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c.obj ae0f70248c2b2b9c -64563 64800 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c.obj b5c53374b287a899 -64754 64847 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c.obj a6b38abff38247f3 -63698 64890 1584808842 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj 59f4f810a7213cd -64669 64918 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c.obj 62087121984356e7 -64785 64978 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c.obj 5eced91cb32a3c24 -64847 65019 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c.obj 52a2273de52af3af -64918 65024 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c.obj 19ff8cc6cb8ac574 -64890 65038 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c.obj a9d540f958c6b76d -65024 65089 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c.obj 952d694eb90019d6 -65020 65152 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c.obj 77371fccafccd872 -64800 65181 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c.obj 6a0a0f02f878f796 -65090 65254 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c.obj 221e5f2271c7ec85 -65182 65275 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c.obj f9569c72d9d5f6fd -65152 65316 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/crypto_hash.c.obj 489be07a81d1c90 -65276 65442 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c.obj ebaa4438b13c1e72 -65038 65475 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c.obj 69dcc4730af68d4c -65442 65651 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c.obj 3eda3790123351a9 -65475 65721 1584808842 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c.obj ae9bb2b83bd7a925 -65651 65820 1584808843 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kx/crypto_kx.c.obj 3e5c351fe06cb7f1 -65721 65969 1584808843 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c.obj dcd92fbe7715866 -65820 66063 1584808843 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c.obj 3b288f5cf514bc8c -66063 66332 1584808843 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c.obj d27ae5188dfc06b0 -65969 66471 1584808843 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c.obj bba78b4e2642cc -66332 66531 1584808843 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c.obj f4d5f626bb3d59f -65254 66665 1584808843 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c.obj 9570743e8b38490d -66471 66740 1584808844 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c.obj 735bc82665621b74 -66740 66929 1584808844 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c.obj 638becee2772cc7d -66531 66953 1584808844 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c.obj d92ea9b8eda8db5e -66953 67063 1584808844 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c.obj bc8b701bc1c5fb71 -66929 67196 1584808844 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c.obj e99d8a08df6509c5 -67063 67273 1584808844 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c.obj 13e18e4ebd536249 -67196 67442 1584808844 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c.obj 89df0a06bd3d5055 -67273 67484 1584808844 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c.obj cb48145f362e60d3 -67484 67631 1584808844 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c.obj f3ac04c5671cbf9e -67442 67675 1584808844 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c.obj 922bf075248f1513 -65316 67812 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c.obj 8aa8bea207cfe487 -67676 67851 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c.obj 2034a49b23a65213 -67812 67942 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c.obj ce00e22689828234 -67631 67950 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c.obj c46e1c1a13bae9ca -67851 67969 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c.obj cc1934860be62c45 -67969 68062 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S.obj 81f13b8f12fc536f -67943 68086 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c.obj 79c70619e731d99a -67952 68151 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c.obj c030272ba593354a -68062 68174 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c.obj 4ccba63c06ff35db -68086 68198 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c.obj 110aa57e869e2de5 -68151 68235 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S.obj 99d52c39f34a1519 -68198 68272 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S.obj abad0407760e164c -68175 68295 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S.obj 8743000a074b3e5e -68272 68347 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S.obj f3b4e4a3ecf23826 -68296 68365 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S.obj 222d8c3c511725d6 -68235 68368 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c.obj e752a2c94a51b970 -68347 68401 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S.obj 48f2934cba25a826 -68365 68466 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c.obj f3639acba24bcd43 -68466 68627 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c.obj 82344941c72dac42 -68368 68657 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c.obj b7e4131d7869d8a -68401 68702 1584808845 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c.obj d8fda962f02c9486 -68703 68755 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c.obj 14dfd0795f1c75bf -68627 68766 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c.obj b322b006db6a757f -68657 68779 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c.obj 1e9597ca70ddccfe -66666 68901 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c.obj fc243ea82a7fe648 -68779 68964 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/crypto_sign.c.obj e3679486fd34544b -68755 69003 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c.obj 508b92b03b4a9dc9 -68901 69044 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c.obj 2c1fbcf0dfd5dd38 -68766 69073 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c.obj 6adfac9e3cc488fa -68964 69113 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c.obj b0c2b4fd3b78dbc0 -69044 69178 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c.obj b98bdc0d2f2fb2e2 -69003 69180 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c.obj 5d0a2d4195b303f9 -69073 69229 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c.obj 6835160f86fede5b -69178 69261 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c.obj c4ce9b12b1e0da97 -69113 69296 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/crypto_stream.c.obj f4463bbd02c53f32 -69261 69400 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c.obj c0fa47bf1f526aaa -69400 69516 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c.obj 89ef4303b3f35442 -69296 69640 1584808846 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c.obj 3e2496a22a1ee92 -69640 69849 1584808847 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c.obj e529e440a5b33c84 -69849 70012 1584808847 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c.obj e10798e38ae8dff5 -70012 70185 1584808847 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c.obj 96a4c9c276013b52 -70185 70788 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c.obj e41de5d774971466 -70788 70933 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c.obj 7dcc5858c8eb9cec -70933 71091 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c.obj c23881360fc779fc -64589 71196 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c.obj 5be0b87a81435b7a -71092 71231 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S.obj 4e1c604892c88b73 -71197 71295 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c.obj 1f4087eb9bd86592 -71232 71379 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c.obj 4de04da526a49877 -71295 71439 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c.obj 177795b39cde826d -71379 71500 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c.obj 3a23d9bde3cee3f1 -71439 71583 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c.obj 91a8ede854a2b385 -71501 71655 1584808848 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c.obj ce595ca62d74803a -71583 71758 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c.obj a6dfdd954d14aad8 -71655 71866 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c.obj b9c05c7c93d33ae9 -71758 71928 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c.obj 7e1aa4e064e40c4d -69180 71970 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c.obj de06051b91cb28ac -71866 72001 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_verify/sodium/verify.c.obj 9402533cbd0fd47b -71928 72097 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/randombytes.c.obj 4b5cf02eab7b537 -69229 72133 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c.obj c49dcd868de03aaa -71970 72139 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c.obj 347e1cd7ca08e6fb -69516 72201 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c.obj 5a4a5bfeb4104893 -72001 72277 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c.obj 6545012d2246312f -72098 72289 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c.obj 31cda8546d6e1d6d -72139 72304 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/runtime.c.obj 8b6a179c784c887d -72133 72326 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/core.c.obj aee22981f3003d4f -72278 72385 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/version.c.obj 3d8811130e727e71 -72289 72399 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/port/randombytes_esp32.c.obj eecf5a28dd1201b9 -72201 72534 1584808849 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/utils.c.obj f048c0cb42e6b822 -72399 72572 1584808849 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_cert.c.obj 205ab7f9472058ac -72326 72603 1584808849 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 7062b66aa66bfdb7 -72534 72761 1584808850 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_stack.c.obj 4141dfe3265bf85e -72572 72822 1584808850 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_methods.c.obj 5384856d306eb903 -72304 72920 1584808850 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj d19a90656fc06c1a -72822 73039 1584808850 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_port.c.obj 63bdc0ca67642fff -72762 73098 1584808850 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_pkey.c.obj 4b7866958812a761 -73039 73302 1584808850 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_x509.c.obj c801572ebf4a0407 -72603 73336 1584808850 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_lib.c.obj ce7316480f979385 -72920 73437 1584808850 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_pm.c.obj 569235de01f267e0 -73336 73535 1584808850 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj 5ea28072c1ab44c7 -73437 73616 1584808850 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj 6333509d3cbc39c3 -73098 73836 1584808851 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj ccfc36a71b3823d9 -72385 73840 1584808851 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 21b8999d5a554748 -73302 73981 1584808851 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj bbf077070d08a468 -73535 74110 1584808851 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj ce7d71ac979eda00 -73840 74137 1584808851 esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp.c.obj fc77a804666a1f71 -73981 74212 1584808851 esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj cf84670045e7a9ae -74212 74356 1584808851 esp-idf/ulp/libulp.a b5ba4f97522c9ec3 -64978 74408 1584808851 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c.obj 9afba76276fe0460 -73617 74410 1584808851 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj 22cdaff831b18091 -74138 74426 1584808851 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj 78827540d6b90b8b -74356 74445 1584808851 esp-idf/esp_http_server/libesp_http_server.a f102dcce951d3e43 -74445 74530 1584808851 esp-idf/esp_http_client/libesp_http_client.a 4ffd10c652f4da0e -74530 74625 1584808851 esp-idf/tcp_transport/libtcp_transport.a ea2beb8be5ea9cac -74110 74655 1584808851 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj d8b890a27e15607c -74408 74704 1584808851 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj c8e1e15f8353f464 -74625 74736 1584808852 esp-idf/esp-tls/libesp-tls.a 31affc00a434415b -74410 74769 1584808852 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj d51af9a3884185e0 -74426 74808 1584808852 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj 91778db2385bdc3b -74736 74888 1584808852 esp-idf/nghttp/libnghttp.a c621045d4dc2c2e9 -73836 74970 1584808852 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj a380f08846187651 -74888 74988 1584808852 esp-idf/app_trace/libapp_trace.a b631249a9244a40a -74988 75088 1584808852 esp-idf/cxx/libcxx.a a50eeb7ca8b482fd -74704 75171 1584808852 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj 36186ba1a1951543 -74769 75178 1584808852 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj 4f6a858ffa5799b1 -74808 75200 1584808852 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj a963e18511b8fe60 -75088 75208 1584808852 esp-idf/newlib/libnewlib.a 5e2a30a5c5c49886 -75208 75337 1584808852 esp-idf/vfs/libvfs.a 49e38bc49dfb99ad -75178 75409 1584808852 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj 950dbd9e75ccf3f4 -74971 75441 1584808852 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj 583dd5ef8282002 -75337 75486 1584808852 esp-idf/freertos/libfreertos.a 8adaa22c425c727c -75171 75571 1584808852 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj 154c65ee938f4b0d -75486 75597 1584808852 esp-idf/esp_timer/libesp_timer.a 33b8c301002404d9 -75598 75699 1584808852 esp-idf/esp_common/libesp_common.a 5cf64d69b2c704cb -75699 75803 1584808853 esp-idf/esp32/libesp32.a bb91dfcc7ab96b25 -75409 75858 1584808853 esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj 39ce62fc2f3a8fb8 -75200 75887 1584808853 esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj 74e59ce89cbe18b8 -75803 75904 1584808853 esp-idf/perfmon/libperfmon.a b74d9df8a26398f8 -75904 75993 1584808853 esp-idf/espcoredump/libespcoredump.a 61e4a4fb412fae8c -74655 76091 1584808853 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj d5c1c59a0ac1668b -75441 76094 1584808853 esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir/cmd_nvs.c.obj 17ac4f8caf2bde34 -75993 76101 1584808853 esp-idf/pthread/libpthread.a 3a7af1abd593645d -75858 76112 1584808853 esp-idf/files/CMakeFiles/__idf_files.dir/file.c.obj 79804aebf596a99a -75571 76182 1584808853 esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir/cmd_system.c.obj cda63d97d3fb5ea5 -76091 76209 1584808853 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_debug.c.obj 4fce1d64252c2211 -76101 76230 1584808853 esp-idf/driver/libdriver.a 5cd66d74d6544f4f -76230 76301 1584808853 esp-idf/esp_ringbuf/libesp_ringbuf.a 52142642e68b28d5 -76094 76344 1584808853 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_disp.c.obj e7b79369d28cdec0 -75887 76358 1584808853 esp-idf/wifi/CMakeFiles/__idf_wifi.dir/wifi.c.obj bedaf3b5bf1c0223 -76182 76400 1584808853 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw.c.obj 9effd3f734217e9f -76301 76408 1584808853 esp-idf/heap/libheap.a 651625a391e6c741 -76408 76498 1584808853 esp-idf/log/liblog.a 1274d7808513dadc -76112 76585 1584808853 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_style.c.obj 52d5e15af4e61eda -76400 76653 1584808853 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_refr.c.obj ef9cade6295943c4 -76210 76661 1584808853 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_group.c.obj 7bac27a1f58a0d25 -76498 76680 1584808853 esp-idf/lwip/liblwip.a cfc5b7a574b9e094 -76680 76817 1584808854 esp-idf/esp_wifi/libesp_wifi.a effb86670d9970ec -76661 76842 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_arc.c.obj 23979b62a3c1b2f4 -76654 76857 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_label.c.obj a05c9101f10d65b5 -76817 76952 1584808854 esp-idf/nvs_flash/libnvs_flash.a ae6808df23dc8a0b -76344 77019 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_indev.c.obj b808d5fa89c109af -76952 77046 1584808854 esp-idf/spi_flash/libspi_flash.a bd64ee73ae26c95c -76585 77151 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_line.c.obj 4446bcd5c7cbcbc7 -77047 77159 1584808854 esp-idf/app_update/libapp_update.a 629b42f69c26dd2b -77151 77224 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font.c.obj bf835698759ddcc9 -76857 77258 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_img.c.obj 3e79c98fcc35bb2b -76359 77259 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_obj.c.obj 727d8156fb6a4ed4 -77159 77263 1584808854 esp-idf/bootloader_support/libbootloader_support.a 21371cc7af649699 -77263 77337 1584808854 esp-idf/efuse/libefuse.a 8b73fc3e19818359 -77019 77396 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_fmt_txt.c.obj 2272d93eae217f19 -76842 77410 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_basic.c.obj 5c8cbe6ba49a2ab8 -77259 77496 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_cache.c.obj 9b5db8c823823892 -77337 77579 1584808854 esp-idf/wpa_supplicant/libwpa_supplicant.a 934adf958a664c37 -77258 77635 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_triangle.c.obj 964da0e3d16fb033 -77579 77645 1584808854 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 48870cf31bc57c21 -77410 77711 1584808854 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28.c.obj d1291c399cb58da5 -77396 77822 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_decoder.c.obj bd5a579511f425fe -77497 77834 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28_compressed.c.obj 9c1ace5961e24bbe -77645 77841 1584808855 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a 4e4a6e95ce689861 -77636 77869 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12.c.obj 3fa8fc76ab2a58d3 -77841 77880 1584808855 esp-idf/mbedtls/mbedtls/library/libmbedx509.a cec41cc9a3a87882 -77711 77943 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12_subpx.c.obj 4cc79cc0175e0b28 -77880 77968 1584808855 esp-idf/esp_event/libesp_event.a 3706ea83ed15eb7f -77869 78031 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_unscii_8.c.obj 73e31b36ff5ae98a -77834 78042 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_22.c.obj 6974afc77404164e -77968 78048 1584808855 esp-idf/esp_netif/libesp_netif.a 9b9a8a1d361dc99f -78031 78117 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_async.c.obj c1b77a32df346167 -77943 78120 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_bidi.c.obj d7902c183a5b2219 -78048 78136 1584808855 esp-idf/tcpip_adapter/libtcpip_adapter.a d3f10370c7462d1e -77822 78165 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_16.c.obj 5f608d75acfdc3d7 -78136 78206 1584808855 esp-idf/esp_eth/libesp_eth.a 80e079e349f37dcc -78120 78257 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_tick.c.obj ace34562ba706fd7 -78042 78273 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_disp.c.obj 12a449aa1a1664db -78117 78311 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_indev.c.obj e6f53d5f97567024 -78273 78354 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_log.c.obj f089ca5bfeb1c6ec -78206 78386 1584808855 esp-idf/soc/soc/esp32/libsoc_esp32.a 5535786e5680a71 -78257 78400 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_area.c.obj b10c8ec791873d17 -77225 78433 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_rect.c.obj 8aca6ef3abda6ffa -78165 78452 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_anim.c.obj 8ecaf3ff76cc80a2 -78354 78485 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_circ.c.obj 202997958faffd8 -78311 78502 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_math.c.obj 462a35b53554eb13 -78387 78518 1584808855 esp-idf/soc/libsoc.a 89c6ed906f4be8e2 -78400 78525 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_color.c.obj 66af2e837cb4a999 -78452 78561 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_gc.c.obj 448f4112e2008e7e -78518 78592 1584808855 esp-idf/xtensa/libxtensa.a 47aacb275b830d77 -78485 78646 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_ll.c.obj d66177a0ffcf43bd -78561 78656 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_utils.c.obj c35808897f55164 -78433 78696 1584808855 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_fs.c.obj 45f7cf13690b31d4 -78502 78718 1584808856 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_mem.c.obj 11a2740fa109f7e7 -78592 78725 1584808856 esp-idf/asio/libasio.a 62a13e711bc33278 -78525 78729 1584808856 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_arc.c.obj f193955b8c42aa0a -78646 78759 1584808856 esp-idf/cbor/libcbor.a a95ad5cc568fa046 -78656 78761 1584808856 esp-idf/coap/libcoap.a 44ce67ee174d4c41 -78729 78765 1584808856 esp-idf/esp_https_ota/libesp_https_ota.a fefb0d1df4e90f1e -78718 78770 1584808856 esp-idf/esp_adc_cal/libesp_adc_cal.a 321a66f17fd37eef -78770 78792 1584808856 esp-idf/esp_websocket_client/libesp_websocket_client.a 518e2577c9404339 -78761 78798 1584808856 esp-idf/protobuf-c/libprotobuf-c.a f493e1ef2b08a025 -78696 78803 1584808856 esp-idf/console/libconsole.a 2633ce91f5d7cfbc -78725 78804 1584808856 esp-idf/esp_gdbstub/libesp_gdbstub.a 17fa000c0dae215f -78759 78817 1584808856 esp-idf/esp_https_server/libesp_https_server.a ebdd02b3e26beb0f -78765 78827 1584808856 esp-idf/sdmmc/libsdmmc.a 606b34034bb47675 -78792 78849 1584808856 esp-idf/expat/libexpat.a 2f48a09ddd2977e8 -78798 78851 1584808856 esp-idf/wear_levelling/libwear_levelling.a 8ffc856a1c7bda8e -78804 78871 1584808856 esp-idf/protocomm/libprotocomm.a a24354d090c61c70 -78804 78876 1584808856 esp-idf/mdns/libmdns.a 9e64c996f85b3dcf -78850 78881 1584808856 esp-idf/jsmn/libjsmn.a e805679b5a44a9d1 -78827 78889 1584808856 esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a c887be8cb213e66c -78817 78898 1584808856 esp-idf/freemodbus/libfreemodbus.a ff1b2ecc7df2affc -78871 78916 1584808856 esp-idf/json/libjson.a 109e3c6dd4bbe827 -78889 78949 1584808856 esp-idf/mqtt/libmqtt.a 4b234aa7654b545c -78851 78951 1584808856 esp-idf/fatfs/libfatfs.a d1d56c91828b233 -78876 78963 1584808856 esp-idf/esp_local_ctrl/libesp_local_ctrl.a 2b6d82bc97e55a06 -78917 78969 1584808856 esp-idf/spiffs/libspiffs.a 3977dd0f919f2d3a -78881 78971 1584808856 esp-idf/libsodium/liblibsodium.a bb822b24df56465d -78898 78976 1584808856 esp-idf/openssl/libopenssl.a dd8fd619cead68da -78949 78992 1584808856 esp-idf/unity/libunity.a ffbd91855b17061e -78951 78998 1584808856 esp-idf/wifi_provisioning/libwifi_provisioning.a e2c7ff7a52f6a2dd -78969 79040 1584808856 esp-idf/cmd_nvs/libcmd_nvs.a 1b7bb0daa3755fe0 -78972 79048 1584808856 esp-idf/cmd_system/libcmd_system.a a176a672918a9671 -78964 79053 1584808856 esp-idf/ca/libca.a 3b311f6ce51ffc82 -78976 79066 1584808856 esp-idf/files/libfiles.a dc77d04f5b6e0879 -78992 79070 1584808856 esp-idf/wifi/libwifi.a 318bc43937909b13 -78998 79084 1584808856 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_printf.c.obj e30e93e90f4d03cd -79048 79099 1584808856 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_templ.c.obj 276e5e71880a7851 -79070 79134 1584808856 prvtkey.pem.S c0beeb05054b7419 -79087 79163 1584808856 cacert.pem.S 1436f0cea1233619 -79040 79219 1584808856 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_task.c.obj d381f9301a745f0b -79219 79386 1584808856 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/url_decoder.c.obj dbae24252e3f5319 -79134 79445 1584808856 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_bar.c.obj 50d1154181295318 -79066 79495 1584808856 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cont.c.obj 413a50c3e52bcfad -79053 79507 1584808856 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_txt.c.obj 5c90b1a971c0eadd -79445 79534 1584808856 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/cacert.pem.S.obj 4e58e55c8776aa81 -79495 79550 1584808856 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/prvtkey.pem.S.obj 78fbafb907d60883 -79163 79571 1584808856 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 41be94fe95b0d90c -79386 79780 1584808857 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/https_server.c.obj f9a6aecfafc9fa29 -79507 79826 1584808857 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btn.c.obj 71be0516cf4f6a0b -79099 79906 1584808857 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_chart.c.obj e42de0096ed3f041 -79780 79919 1584808857 esp-idf/https_server/libhttps_server.a 6d743a94847b6a8d -79571 80162 1584808857 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_canvas.c.obj 43b7e8e55a8c652f -79826 80278 1584808857 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cb.c.obj 4727fef952142b83 -79906 80301 1584808857 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_imgbtn.c.obj c890f381ed20869 -79919 80319 1584808857 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_kb.c.obj 67daf5e6fb72e4ec -79534 80333 1584808857 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btnm.c.obj f2fd024e1fa975c0 -79550 80355 1584808857 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_calendar.c.obj b72ba10cf95b2db -80319 80720 1584808857 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_img.c.obj 88efed7666c5ce1b -80163 80751 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cpicker.c.obj 113e2913a117da44 -80301 80761 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_gauge.c.obj 6973a6ef54b09656 -80278 80907 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ddlist.c.obj a98c4087602f25a7 -80720 80966 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_objx_templ.c.obj bd49836850faaaab -80751 81022 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_led.c.obj 787ee24b05e1c9a3 -80355 81063 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_page.c.obj 6f17c5b3c9878f40 -80761 81189 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_line.c.obj bb0b59641abccb8a -80333 81300 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_label.c.obj 7428f1b67dfc3173 -80967 81448 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_lmeter.c.obj ab426369ed6b3b9a -81063 81454 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_spinbox.c.obj 5f97e2ca78812554 -81022 81462 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_mbox.c.obj b042478a2f3dae8e -80907 81645 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_list.c.obj 227a331e98e4adb1 -81462 81656 1584808858 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_material.c.obj 9c05ca892aaa6973 -81448 81738 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_sw.c.obj fe188861deb65216 -81300 81830 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_table.c.obj 1acbae399b7d2f14 -81189 81896 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tabview.c.obj 84735b92955f1401 -81645 81964 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_default.c.obj f2439b9591ca2250 -81831 82012 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme.c.obj 644362a9742dda6a -81656 82019 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tileview.c.obj a6b5c10ef72076d6 -81897 82035 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_alien.c.obj 6d4d2d8849b5eb7b -81738 82100 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_win.c.obj b123f7629e83a0e -81454 82162 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ta.c.obj c9b8ef9b9fde8f -82013 82180 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_zen.c.obj 98853c0323109b8c -82020 82187 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_mono.c.obj 2426e6b1c266c187 -82035 82188 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_nemo.c.obj 8f330d16e32710ec -81964 82215 1584808859 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark.c.obj c37cbf9639581e65 -82100 82277 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_night.c.obj 45081430404b2504 -82162 82384 1584808859 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_templ.c.obj 9a506e26e365bd4f -82180 82441 1584808859 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark_bg.c.obj 7efe1e0ab32b3d1 -82187 82497 1584808859 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_group/lv_test_group.c.obj 30ea81df3488af2e -82384 82534 1584808859 esp-idf/lvgl/liblvgl.a 9d5d10cf8ff1386b -82277 82631 1584808859 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/sysmon/sysmon.c.obj 9d8b9bf34a2485d8 -82534 82699 1584808859 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_misc/lv_test_task.c.obj 9abe6909bdb766aa -82188 82737 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/demo.c.obj 37870f9fedb8a664 -82441 82766 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/terminal/terminal.c.obj a75dde4af60e08be -82497 82809 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/tpcal/tpcal.c.obj e5fee4d095828f24 -82631 82827 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c.obj 51e8159b9d8e7d5e -82737 83004 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c.obj c5fe89752f4cfa2c -82699 83006 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c.obj 775d7c5f8168a349 -82766 83024 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c.obj 7ecc016acfcde5cc -82810 83114 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c.obj 5be34bf504cba57c -82827 83140 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c.obj 7060c0e50fb7cebe -83006 83186 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c.obj b488556f433ae2c2 -83004 83235 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c.obj c218b169a7b1f0e4 -83024 83273 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c.obj b73f7e0fbb374dc8 -83114 83373 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c.obj 9e1d048f0cb8e829 -83186 83380 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c.obj b157eec9a66492c9 -83273 83443 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c.obj 5883b7f7471b8996 -83140 83456 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c.obj 789687e77b9fb5f -83235 83482 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c.obj 2225027a91639d9e -83373 83547 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c.obj ca849668c650854b -83380 83582 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c.obj 78e8e8ce3364a1ac -83482 83681 1584808860 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c.obj 2f3778df65976aec -83456 83731 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c.obj 77fab12ddf03da3d -83443 83750 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c.obj 580d8a4ba01c0687 -83548 83781 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c.obj 5100bccb56e45647 -83582 83840 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c.obj 810cffb50c01d7cd -83681 83877 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c.obj e42789913e141329 -83731 83964 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c.obj df65e189b5612480 -83781 83997 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c.obj 6fa514a3b01ec059 -83750 84014 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c.obj 25b853d860fa1e5f -83840 84086 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c.obj bc699fe06fab5555 -83997 84154 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c.obj 1d329f38a22d0e8f -82215 84169 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/img_bubble_pattern.c.obj c8e13950b015b256 -83877 84200 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c.obj 34ba8d468dd6dc8d -84014 84210 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c.obj b2fa91a6a64edf6e -83964 84281 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c.obj eb7dce3d401265e1 -84086 84290 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c.obj f15fcaeda5c9a9f6 -84154 84425 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c.obj dcac928b13cce850 -84201 84449 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c.obj 411286b25a0b427 -84210 84460 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c.obj cf94ca2b4ba65b96 -84169 84474 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c.obj 70f12589ca803c6 -84290 84501 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c.obj 19be4538508dc608 -84282 84512 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c.obj 1c101e68373fca22 -84425 84605 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c.obj 377acb21b2d72d7d -84449 84634 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c.obj f5c2cd6258ebb453 -84474 84670 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_flower.c.obj e769cdfc8714c3f6 -84501 84681 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c.obj 4be303abe85d0652 -84460 84704 1584808861 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c.obj ab7a296665a468a2 -84512 84786 1584808862 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c.obj f3bcdf88c859a2f0 -84634 84797 1584808862 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_rose_16.c.obj aa638c4910e76634 -84605 84830 1584808862 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c.obj 4e23901008062f0f -84681 84933 1584808862 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c.obj e24d7087ead2f37f -84670 84953 1584808862 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/arial_20.c.obj 1a64cad1b833569c -84786 84982 1584808862 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c.obj bc2fefc4c4c1758a -84704 84995 1584808862 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c.obj af3dc3966c6fcc2 -84831 85074 1584808862 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_driver.c.obj bcc265ec29cd26b3 -84995 85122 1584808862 esp-idf/lv_examples/liblv_examples.a 82f3a76acecb0edf -84797 85138 1584808862 esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir/lvgl_driver.c.obj a796265650be4e13 -85138 85209 1584808862 esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a 279a1c1b59b4b1af -84953 85308 1584808862 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/hx8357.c.obj 22988675a6acd3e9 -84933 85348 1584808862 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_spi.c.obj 4a5ca543f62b88c -84982 85382 1584808862 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9341.c.obj e201c5ea78bf2ab1 -85209 85533 1584808862 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/ft6x36.c.obj 56ffb803817dc4fb -85074 85569 1584808862 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9488.c.obj c1d719848a067371 -85382 85583 1584808862 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_i2c.c.obj f2a34408f2aebf80 -85123 85629 1584808862 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/st7789.c.obj dc09bb92f0e1ca1b -85349 85635 1584808862 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/touch_driver.c.obj eec018503406620b -85308 85689 1584808862 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/stmpe610.c.obj 6248cb2862536cc0 -85629 85709 1584808862 esp-idf/lvgl_tft/liblvgl_tft.a 54e6a07d61896206 -85533 85796 1584808863 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_spi.c.obj d5f25284dbd09a44 -85569 85821 1584808863 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/xpt2046.c.obj 13bf91f9cc30715d -85821 85839 1584808863 esp-idf/lvgl_touch/liblvgl_touch.a a84b401e288a8a96 -85839 85854 1584808863 esp-idf/main/libmain.a e50809bc3b1cf5a6 -85854 87691 1584808864 esp-idf/esp32/ld/esp32.project.ld 2a95188cec0ad036 -87691 87708 1584808864 CMakeFiles/bakalarka.elf.dir/project_elf_src.c.obj 788129ce217e4ec7 -87708 92349 1584808869 bakalarka.elf 336085284dda7972 -92349 92915 1584808870 .bin_timestamp 7318a8707a2b9250 -20 211 1584808893 partition_table/partition-table.bin f6f18c498454d315 -20 1318 1584808894 esp-idf/esp32/ld/esp32.project.ld 4c8943c0d8be2de2 -211 2107 1584808894 bootloader-prefix/src/bootloader-stamp/bootloader-configure 8ae4afa9e8a7634b -2107 2374 1584808894 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -2107 2374 1584808894 bootloader/bootloader.elf af87590faa9733a -2107 2374 1584808894 bootloader/bootloader.bin af87590faa9733a -2107 2374 1584808894 bootloader/bootloader.map af87590faa9733a -2374 2412 1584808895 CMakeFiles/bootloader-complete 44be5122feef7698 -2374 2412 1584808895 bootloader-prefix/src/bootloader-stamp/bootloader-done 44be5122feef7698 -1318 5289 1584808898 bakalarka.elf 336085284dda7972 -5289 5732 1584808898 .bin_timestamp afa4c1e894b79d8f -20 46 1584808894 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -20 46 1584808894 bootloader/bootloader.elf af87590faa9733a -20 46 1584808894 bootloader/bootloader.bin af87590faa9733a -20 46 1584808894 bootloader/bootloader.map af87590faa9733a -46 19615 0 CMakeFiles/flash 9d39806410cc55d5 -17 188 1584811681 esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj 39ce62fc2f3a8fb8 -188 219 1584811681 esp-idf/ca/libca.a 3b311f6ce51ffc82 -17 230 1584811681 partition_table/partition-table.bin f6f18c498454d315 -219 1890 1584811683 esp-idf/esp32/ld/esp32.project.ld 4c8943c0d8be2de2 -1890 1907 1584811683 CMakeFiles/bakalarka.elf.dir/project_elf_src.c.obj 788129ce217e4ec7 -230 2036 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-configure 8ae4afa9e8a7634b -2036 2059 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -2036 2059 1584811683 bootloader/bootloader.elf af87590faa9733a -2036 2059 1584811683 bootloader/bootloader.bin af87590faa9733a -2036 2059 1584811683 bootloader/bootloader.map af87590faa9733a -2059 2097 1584811683 CMakeFiles/bootloader-complete 44be5122feef7698 -2059 2097 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-done 44be5122feef7698 -1908 5858 1584811687 bakalarka.elf 336085284dda7972 -5859 6293 1584811687 .bin_timestamp afa4c1e894b79d8f -17 40 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -17 40 1584811683 bootloader/bootloader.elf af87590faa9733a -17 40 1584811683 bootloader/bootloader.bin af87590faa9733a -17 40 1584811683 bootloader/bootloader.map af87590faa9733a -18 43 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -18 43 1584811683 bootloader/bootloader.elf af87590faa9733a -18 43 1584811683 bootloader/bootloader.bin af87590faa9733a -18 43 1584811683 bootloader/bootloader.map af87590faa9733a -43 19145 0 CMakeFiles/flash 9d39806410cc55d5 -23 49 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -23 49 1584811683 bootloader/bootloader.elf af87590faa9733a -23 49 1584811683 bootloader/bootloader.bin af87590faa9733a -23 49 1584811683 bootloader/bootloader.map af87590faa9733a -23 221 1584811839 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 41be94fe95b0d90c -221 243 1584811839 esp-idf/main/libmain.a e50809bc3b1cf5a6 -243 1572 1584811840 esp-idf/esp32/ld/esp32.project.ld 4c8943c0d8be2de2 -1573 6353 1584811845 bakalarka.elf 336085284dda7972 -6353 6867 1584811846 .bin_timestamp afa4c1e894b79d8f -24 48 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -24 48 1584811683 bootloader/bootloader.elf af87590faa9733a -24 48 1584811683 bootloader/bootloader.bin af87590faa9733a -24 48 1584811683 bootloader/bootloader.map af87590faa9733a -48 19281 0 CMakeFiles/flash 9d39806410cc55d5 -20 50 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -20 50 1584811683 bootloader/bootloader.elf af87590faa9733a -20 50 1584811683 bootloader/bootloader.bin af87590faa9733a -20 50 1584811683 bootloader/bootloader.map af87590faa9733a -20 203 1584812024 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 41be94fe95b0d90c -203 225 1584812024 esp-idf/main/libmain.a e50809bc3b1cf5a6 -225 1535 1584812026 esp-idf/esp32/ld/esp32.project.ld 4c8943c0d8be2de2 -1535 6529 1584812031 bakalarka.elf 336085284dda7972 -6529 7096 1584812031 .bin_timestamp afa4c1e894b79d8f -22 50 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -22 50 1584811683 bootloader/bootloader.elf af87590faa9733a -22 50 1584811683 bootloader/bootloader.bin af87590faa9733a -22 50 1584811683 bootloader/bootloader.map af87590faa9733a -50 19948 0 CMakeFiles/flash 9d39806410cc55d5 -0 5814 1584812225 build.ninja d7432b36d2f38a47 -20 58 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -20 58 1584811683 bootloader/bootloader.elf af87590faa9733a -20 58 1584811683 bootloader/bootloader.bin af87590faa9733a -20 58 1584811683 bootloader/bootloader.map af87590faa9733a -21 264 1584812226 esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj e400f56399b3369b -21 338 1584812226 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 72e42c4f08939e83 -21 377 1584812226 esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj 8fcd1d3a8290e805 -377 410 1584812226 esp-idf/ca/libca.a 3b311f6ce51ffc82 -410 428 1584812226 esp-idf/main/libmain.a e50809bc3b1cf5a6 -428 2037 1584812228 esp-idf/esp32/ld/esp32.project.ld 4c8943c0d8be2de2 -2037 2051 1584812228 CMakeFiles/bakalarka.elf.dir/project_elf_src.c.obj d837105f1a6a9435 -2051 7163 1584812233 bakalarka.elf 148be50785ddbdf4 -7163 7673 1584812233 .bin_timestamp afa4c1e894b79d8f -22 46 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -22 46 1584811683 bootloader/bootloader.elf af87590faa9733a -22 46 1584811683 bootloader/bootloader.bin af87590faa9733a -22 46 1584811683 bootloader/bootloader.map af87590faa9733a -47 19910 0 CMakeFiles/flash 9d39806410cc55d5 -26 49 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -26 49 1584811683 bootloader/bootloader.elf af87590faa9733a -26 49 1584811683 bootloader/bootloader.bin af87590faa9733a -26 49 1584811683 bootloader/bootloader.map af87590faa9733a -26 245 1584812617 esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj e400f56399b3369b -246 274 1584812617 esp-idf/ca/libca.a 3b311f6ce51ffc82 -275 1692 1584812619 esp-idf/esp32/ld/esp32.project.ld 4c8943c0d8be2de2 -1692 6850 1584812624 bakalarka.elf 148be50785ddbdf4 -6850 7362 1584812624 .bin_timestamp afa4c1e894b79d8f -23 49 1584811683 bootloader-prefix/src/bootloader-stamp/bootloader-build af87590faa9733a -23 49 1584811683 bootloader/bootloader.elf af87590faa9733a -23 49 1584811683 bootloader/bootloader.bin af87590faa9733a -23 49 1584811683 bootloader/bootloader.map af87590faa9733a -49 19678 0 CMakeFiles/flash 9d39806410cc55d5 +7 15 1584850565 esp-idf/esp32/esp32_out.ld 8c63fbe09600b012 +6 21 1584850565 project_elf_src.c d8a77256f6fb8dd1 +16 73 1584850565 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs11.c.obj 5e53d85948e7e9ad +16 112 1584850565 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/certs.c.obj 6b085a47fcbea73c +7 145 1584850565 partition_table/partition-table.bin 7655812377592a4e +15 181 1584850565 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj e2084f9e45d8f107 +73 250 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj 5adf60210421eab7 +21 335 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj e51851124e48b862 +18 386 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj 20149d7f8f904a11 +145 391 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj 29a60c9a3f5d374b +112 403 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj 620aeaae2b5db36f +250 413 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj 8150fd290267689c +387 457 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj b024331307d43ac1 +403 483 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj f5941347238563e6 +391 497 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.obj b08e3bad677e5e6e +413 566 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj 30cdd68daa46c801 +335 597 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj 73eb55c318e7593c +566 645 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.obj af272ef8ae4dfbee +457 658 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj 812cb8e07fef19c8 +483 677 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj eec509d157560d49 +598 682 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj e1b38e837b97f7e3 +658 733 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj 1577e50976fb2d19 +677 749 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj f6d250e066717798 +181 805 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj ab617c1a8d0a9e0b +749 844 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj ea0eaf5f1d63e3fe +645 979 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj bf06441f8e82e460 +733 998 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj b8d01f4cad94fe0f +805 1025 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj 72bc9b6aabff2665 +682 1041 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 9b6b7006c3f11791 +979 1048 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj 939c8482350cb653 +1025 1117 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj 37adafe73e9eaf1b +844 1131 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj f2eb0ba72f4332e +998 1150 1584850566 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj 7df79dfce608d244 +497 1173 1584850566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj a04cf172379f7def +1117 1276 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj 4fcc59e33c441db +1174 1290 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj cb4d27aae9c1cbfe +1041 1343 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj 5105a773ef5aa6ad +1290 1361 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.obj 515c92f19bb486e +1344 1461 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj 6fa37e26332b1c12 +1276 1571 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj 919e8ad01f40d753 +1461 1591 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.obj 627dd85d6337a7dd +1150 1592 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj f366ab2b02f940f5 +1361 1602 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj f219615cf93bce6b +1591 1653 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.obj d2f85563099220d5 +1048 1746 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj cd843719b30eeb20 +1653 1767 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj 6a31e43968ff5152 +1747 1787 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj 8e38cbac0de40d73 +1603 1813 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.obj 4b4f7600c7d59898 +1592 1820 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj f73b5cfb92407c29 +1787 1855 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj dbc29a5bbec41aa0 +1572 1894 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj 69dd4915fa10937b +1813 2017 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj a225eb6ce43fb9bd +1767 2037 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj 8b7300551504b8af +1131 2058 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj a3af968c67ab9c12 +1820 2066 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj 7769b6d7f0a54bbc +1855 2073 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj f3ae3314e51a3fd1 +2073 2144 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj e68b1851c640de7f +1894 2152 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj 14b3504e24dab81d +2066 2152 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj 1af46424c31458ff +2152 2202 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj 9b97e17326eeb4f2 +2017 2214 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj 476d585b0bdb9deb +2144 2215 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj e45a382f87f6d832 +2058 2231 1584850567 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj cc0534c7a8f27a69 +2214 2327 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj 766917eabdd8a007 +2231 2378 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj b1abbc269c8675b1 +2202 2384 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.obj b16b20888756824 +2215 2394 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj a8769364554740cd +2327 2425 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj 40c31b460fdab003 +2384 2451 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj 6a9d8b5f4ba6cc62 +2378 2459 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj d987f94ba57bec33 +2038 2463 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj 5a190d8071b957e6 +2426 2505 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.obj d9ff4450de980d72 +2394 2517 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj 9bb5a701c114bc34 +2460 2534 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_mem.c.obj 62ab38891f030ec7 +2451 2555 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_hardware.c.obj ee171c25d1d16fc7 +2505 2578 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_timing.c.obj c15c54b0d535a3d5 +2463 2604 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj 9749a3ce0bbc1f42 +2534 2714 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_aes_xts.c.obj 3e23693094c1ba56 +2517 2735 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_bignum.c.obj 74646d4af8565ce3 +2555 2769 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/bignum.c.obj 4a609166be5cd2eb +2152 2833 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj 73728c0b3c8f987f +2604 2845 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/sha.c.obj a1752e16a1ea8bc4 +2578 2870 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/aes.c.obj 3ef8c07f5770bf38 +2833 2930 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj 5632daab98c1d48f +2736 3051 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha256.c.obj b99ef2be1306ff3e +2845 3076 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj 1e59c3eb4df2f2d6 +2870 3095 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj 3059b0b7c874632b +2714 3115 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha1.c.obj bc883588bc31a39c +2930 3159 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj f9dc81bec0691839 +2769 3237 1584850568 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha512.c.obj 6c0a75daf7ea7e35 +3159 3353 1584850569 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/mbedtls_debug.c.obj 563b629bab6cf3a0 +3095 3360 1584850569 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj 988c6be88ff3acd7 +3353 3432 1584850569 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj a991b5526a6aceac +3360 3530 1584850569 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj 16a2b7a94e230d59 +3237 3554 1584850569 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sockets.c.obj fdf13bd768d11fc7 +3432 3628 1584850569 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj 2fd500af7243a5fe +3530 3704 1584850569 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj 7ec20aae60cf6c97 +3628 3741 1584850569 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj e51bd55a96cba237 +3051 3771 1584850569 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.obj b2360ad368b2f2bc +3554 3831 1584850569 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj e96fb5532089891d +3076 3850 1584850569 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.obj c421326f74b2ac8 +3705 3949 1584850569 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj de350ce3c8976080 +3771 3974 1584850569 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 556a692629adfada +3741 4013 1584850569 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj ee9e8a4c6dd92ab7 +3850 4023 1584850569 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 77339bf53aea2f30 +3832 4035 1584850569 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj 652970286b569791 +3949 4156 1584850569 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj 4129d729ab162a8b +4023 4204 1584850569 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 8cc366d0597a1718 +4035 4295 1584850570 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj 3ef55db686511db4 +4204 4339 1584850570 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj 28531746f777191c +3974 4351 1584850570 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 80ff88084e52f45d +4013 4356 1584850570 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 2b0061bb7d6112da +4156 4360 1584850570 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj db785e4a4d702179 +4295 4417 1584850570 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj 25b11e69fe40069e +4357 4432 1584850570 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_app_desc.c.obj 653074f99e9cb08a +4340 4478 1584850570 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 4d86dbe548c9a429 +4417 4530 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj 5448385089a5e08b +4351 4585 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +3115 4707 1584850570 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj c052958e4d91e4b5 +4531 4736 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj 2c7ecf53a8cb9c73 +4433 4747 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/partition.c.obj aefc19da6bdfeaf9 +4585 4769 1584850570 bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 90b409d187b82e09 +4361 4785 1584850570 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj b856a6e5a204876f +4707 4812 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj 7edf8fde86d34f5f +4769 4817 1584850570 bootloader-prefix/src/bootloader-stamp/bootloader-download 90d34d09b0f91f1a +4747 4831 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj a57dddea3cfdaf +4817 4885 1584850570 bootloader-prefix/src/bootloader-stamp/bootloader-update ffe37cc0b8b002cd +4478 4953 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj 29f2bb102aea3cb8 +4831 4971 1584850570 bootloader-prefix/src/bootloader-stamp/bootloader-patch 3f06e9d73a8b6125 +4736 4974 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj c658d33faa41eccf +4813 5009 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj 7ab652436f384c5d +4785 5025 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj de5d38407180587b +4885 5137 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj 5a4f87c2088065fd +5009 5211 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj ff954394940372b0 +4974 5220 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj 8f0739064d2111fe +5025 5224 1584850570 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj c194966de020c997 +5220 5279 1584850571 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/dport_panic_highint_hdl.S.obj 25acc6344a70bca6 +4953 5299 1584850571 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj b663a3b2bccf3e9e +5279 5314 1584850571 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler_asm.S.obj d93b790f9d70e853 +5137 5315 1584850571 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_api.c.obj fa46fd61e114a69b +5315 5398 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj 9103b8c85948cf74 +5212 5432 1584850571 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj 88c5429ac7e7980e +5315 5444 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj ce8f5360513222d6 +5299 5456 1584850571 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/reset_reason.c.obj cfa4be0ea405f93 +5224 5493 1584850571 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj 63599ae4b5f7bc6e +5398 5510 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj 87b7ab78145e3f62 +5432 5528 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj 3888af6445c7d37f +5493 5608 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj 102ecd7bf6775de1 +5510 5669 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rmt_hal.c.obj 93c9a4f49359b5fb +5456 5674 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj d6712532d0d457a9 +5444 5687 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj 8a9332f103f8a33a +5528 5851 1584850571 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor_common.c.obj e96fc583988b5ade +5687 5950 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj 9308a861601af43 +5674 6135 1584850571 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave.c.obj 23bbec983db7100 +5851 6142 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj 90451c0ab1f76fcc +5950 6159 1584850571 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj bcbe7dbb7e325722 +6135 6253 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj 2a8cc13113b45b58 +5669 6271 1584850572 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm.c.obj 4d8fa278be168fce +6142 6278 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj 6064f4f16f7c97ce +6253 6302 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj 17df9f7e2b3acb1c +6159 6348 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj ff1bf688ceca3b01 +6278 6379 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj 15906865c02c9425 +6302 6414 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj a953452407fe38f3 +6349 6439 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj ff2d172f09e291a7 +5608 6474 1584850572 esp-idf/driver/CMakeFiles/__idf_driver.dir/uart.c.obj 859a78cf48b35d2e +6380 6493 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj 930ee878ebc68233 +6272 6539 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj 3a55c388f7323eae +6414 6554 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj e2d908a1280d2476 +6474 6635 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj 12d104cdc4142f85 +6439 6647 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj cdc4814cd3fbbaea +6493 6655 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj 93d15a4c5fc6ca5 +6554 6692 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj ca877031b9acb682 +6648 6721 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj 3f283e59f35ad16c +6539 6724 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj abd9833b1209a408 +6635 6776 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj 302b90d6cbc282fd +6692 6818 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj 783d0c79d1ae9c1e +6655 6829 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj 7a3c9d16b0460aa9 +6724 6841 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj c3eb6bd6d9d84da3 +6721 6856 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj c398ec746880507b +6856 7025 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj c1455a4579e8a5b1 +6841 7040 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj 3f4777eab67e5dae +6777 7116 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj 52c6f44b2db9fe4c +7040 7171 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj 411f227e6e277e2f +6829 7184 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj 9dc0432f52b8a829 +6818 7220 1584850572 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj 33c1b6f3aeda1f19 +7184 7252 1584850573 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj 2c400e461f32d012 +7025 7271 1584850573 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj a16547eb07882d6e +7172 7312 1584850573 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj 63a67e43d93a99f7 +7312 7376 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj 92a817c5d823e1d1 +7271 7390 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj e2012e8630b1c6d0 +7116 7400 1584850573 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj 37f4ae2d1202f68c +7252 7403 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj ef893fed75657227 +7376 7452 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj d1de44722f84f3f +7403 7458 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_periph.c.obj 9959c18c9d0a3dca +7390 7474 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj fce760844ebb4f93 +7400 7475 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj af3c63cb6d556553 +7220 7528 1584850573 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj c63fc5dbac6ff491 +7458 7530 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj 7d8103ff645be070 +7474 7534 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj d5e6bc758a6e69bf +7452 7550 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj dbbea780acaed617 +7476 7561 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj d338324988564c61 +7528 7576 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj 1660e6d436922db3 +7531 7591 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj 614cb5e812cefd2 +7535 7617 1584850573 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj b68d1ec4d8eb57f5 +7561 7691 1584850573 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj 29de2e665a306b37 +7577 7758 1584850573 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj 17c8822bb71b1086 +7618 7940 1584850573 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/port.c.obj d7498b9b552fa6b5 +7691 7946 1584850573 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj 77d42a6386fbc655 +7550 7982 1584850573 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj 979109410e04f4b0 +7592 8008 1584850573 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj 79507c8ef577e5e3 +7758 8066 1584850573 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj 6273c4cacb9adf07 +7940 8213 1584850573 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj 9d9f5bdb90c688a +8066 8317 1584850574 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj 179654b2d598a871 +8008 8326 1584850574 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj 5256ffdf40f76a69 +7982 8388 1584850574 esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj b14c4d888f13f00c +8213 8390 1584850574 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj 57ba8996a2eaa210 +7946 8395 1584850574 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj 5600f8a091c70d10 +8326 8525 1584850574 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj bd9ec6e062450dcf +8390 8543 1584850574 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj d5e0546299ee5964 +8388 8568 1584850574 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj d48b4eb6ff82ff5f +8395 8633 1584850574 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj c42878fcccf9203c +8543 8748 1584850574 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj 35a01ab84f5bb4e8 +8569 8774 1584850574 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj dc32daafe861024c +8633 8909 1584850574 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj db0fdbd7b646c762 +8909 8987 1584850574 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj caedd5ff754abe13 +8525 8990 1584850574 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj b57b4fec865631e7 +8748 9009 1584850574 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj bbc08bc96e7b25a7 +8317 9092 1584850574 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj 4ce3da35f990a752 +8990 9151 1584850574 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj 72f8ecf726a7fae0 +9010 9254 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj f3495d9c873cc11c +8987 9269 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj c5632da65dc0ffe5 +9254 9438 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj aaa94d714e9ad896 +9269 9443 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj 70450d59c9999151 +9151 9464 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj 579b1110a728b0fe +8774 9515 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj cbcf57c5c6e9332 +9438 9575 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj 8b43857304f0f4b3 +9443 9614 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj adc85a1c6fc74dbd +9093 9626 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj eb6571abe5b624c +9515 9666 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj d1813da7dc5a8553 +9464 9675 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj 162421fe10f1a595 +9575 9712 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj d5202f55b0839f32 +9614 9735 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj a1edad39e8cdc091 +9627 9834 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj ecd40bf9fabd7784 +9676 9889 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 87c41747bceff9ee +9735 9892 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj 39aaa31f66c5a298 +9712 9906 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj 6c8c1cc49e3ae20e +9834 9937 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj c60d9d921271099e +9938 10068 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj 392a3478c7dc44a3 +9889 10072 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj e5b55f2c6b5f39f7 +9906 10075 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj 8f8f73c3d1f3b327 +9892 10122 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj f323c15826d0b280 +9666 10178 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj 7c390c15e23d2704 +10068 10187 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj 2d4c80b7856db686 +10073 10239 1584850575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj 9b36f8fe69e7761b +10122 10252 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj 90c9a3efb58be2f +10075 10305 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj 390c57d91cfb67e7 +10178 10354 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj 54d871bc662d8b93 +10187 10375 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj 17d78e7cdcd41501 +10305 10421 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj 56cdc2f4252454d1 +10252 10438 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj 31260c3aecd004e8 +10438 10499 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj 74c884cf986dd9f8 +10239 10507 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj 54bddcfaa79e3506 +10354 10510 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj a1b6a90e645580f2 +10375 10527 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj a3af104b90b5231a +10507 10641 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj 486c094c1982ad19 +10500 10648 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj 6a5f09c6bfb92865 +10641 10748 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj fc74de41ec555ad9 +10510 10868 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj e308e3da6a0ed128 +10421 10877 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj 18530610988ddd11 +10528 10928 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 49dd6c5d51e4598f +10868 10984 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj d8c6744c9cc4c780 +10648 11013 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj 6f66ad87d21690a1 +4971 11139 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-configure 8fb88d3ea09d66cb +10877 11164 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj 5458b43f470d9ee8 +11013 11174 1584850576 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj b63478115c5bbfd5 +10749 11282 1584850577 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj 767943c614345a1d +10984 11389 1584850577 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj b8bc260091d71903 +10929 11461 1584850577 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj 7031bebde3d1fac7 +11389 11881 1584850577 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj 1054d2f8ec3dffc7 +11461 11911 1584850577 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj 483bfb4eab03e6aa +11282 11923 1584850577 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj 39d64f2ad495303 +11881 12151 1584850577 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj 1a0e09abb598049f +11911 12238 1584850577 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj 96507abbf32a17a7 +12151 12469 1584850578 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj 41cfa15f86587e19 +11164 12496 1584850578 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj 34caa37341fd31b4 +12239 12561 1584850578 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj ea8f61a53d391fa8 +11174 12574 1584850578 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj bf63ad0d92a4c6eb +12469 12811 1584850578 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj 23e11a46290371a6 +12496 12920 1584850578 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj a39fe3c82e29d4d1 +12574 12962 1584850578 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj 8b4b169a09eacd5d +11923 12998 1584850578 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj 98e16976c8a48268 +12561 13028 1584850578 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj 1d16cd65a1fd42dc +12811 13256 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj bd96bcfd10a93c1 +12963 13285 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj e25568a543fd01fe +12921 13320 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj f653b907ddb5efa6 +13028 13481 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj 4694aa91c967c051 +12998 13496 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj 3b32ed2a1367983c +13481 13719 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj aa6e32bbf60ae965 +13496 13743 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj db8eae0be7befb5e +13285 13846 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj 105c8465fffeeaf +13256 13916 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj 29743f81b591c7a4 +13320 13982 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj 1f397e451cb774fc +13846 14004 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj ea78ddbf1d04a8cc +13719 14029 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj f82fb5127beb33d2 +13916 14093 1584850579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj ed773ca4350acb97 +13743 14277 1584850580 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj 7f297422df7da627 +14029 14329 1584850580 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj 1e4f1a9264a9a893 +13983 14394 1584850580 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj 6a78f22896fdf5eb +14093 14427 1584850580 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj 509b21db3123f698 +14004 14645 1584850580 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj 17da43368a4b666d +14278 14687 1584850580 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj d12d67e318af0586 +14329 14876 1584850580 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj a8aae163c70d0df0 +14394 15265 1584850581 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj d7170eff8de976d1 +14645 15977 1584850581 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj 74a44b3e0940c2 +14427 16587 1584850582 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj 5c2cde4546276322 +16587 16780 1584850582 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_ops.cpp.obj cc772de4544f40b2 +14688 16911 1584850582 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj e28cd8d47756f0 +15265 17000 1584850582 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj 5f52ae7f8dab3dca +14876 17231 1584850582 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj 61f97fde6e32a08 +11139 17597 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +11139 17597 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +11139 17597 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +11139 17597 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +17598 17671 1584850583 bootloader-prefix/src/bootloader-stamp/bootloader-install bc83b3b8ebb07513 +15977 17752 1584850583 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj 5f928f73311093f0 +17671 17815 1584850583 CMakeFiles/bootloader-complete 7bb58568bcbe1b88 +17671 17815 1584850583 bootloader-prefix/src/bootloader-stamp/bootloader-done 7bb58568bcbe1b88 +17000 18323 1584850584 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj 47bafa6cc48a53c7 +16780 18361 1584850584 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj 11759b1956623d8c +18323 18491 1584850584 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/coexist.c.obj 851babb53a5a349f +17232 18607 1584850584 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj 1f50ff982a173be1 +18361 18623 1584850584 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj 53ca2d5e57280b97 +17815 18684 1584850584 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj d2e3cac4a9b21f66 +16911 18715 1584850584 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj 80faa7a46b0120fc +18491 18722 1584850584 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj f3f8c5ce569f7ada +18623 18857 1584850584 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj be0636faf4db39cd +18715 19015 1584850584 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj eae37e074555e393 +17752 19040 1584850584 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj 53e9e30b40eb25f9 +18722 19062 1584850584 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj abfe8d8e1fb3afdc +18607 19072 1584850584 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/phy_init.c.obj 89a4265024c628cf +18684 19074 1584850584 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj 31129163c6fa8bcd +18857 19163 1584850584 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj e84f19c8cb1b96e4 +19040 19233 1584850584 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj cf7af956263e8b8f +19072 19245 1584850584 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj 13d808216093d732 +19074 19368 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj d0b7927b8ab0104e +19163 19374 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj 83649dec8a732855 +19015 19478 1584850585 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj c9b8cc3df3d94c07 +19062 19529 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj e380d062e201769f +19368 19530 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj 1735022ecac1b951 +19529 19674 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj ecfb975dc192ca61 +19478 19721 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj 577b62906c8a3e7d +19374 19725 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj 4d0caca18245133e +19530 19793 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj 33b8e2ab6ab9d74b +19233 19827 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj e512427ef21e22ca +19674 19840 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj 9d3ab4dd77b7167a +19246 19866 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj 7f83189e36467e49 +19793 19982 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj 3bd0b2a58c2bff52 +19725 20024 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj cb4f1db05aaba428 +19866 20130 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj 556e9711b484ccfb +19827 20182 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj 336dca2aed7bfdb2 +19982 20236 1584850585 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj c0e9c49c6f00cd8b +20024 20250 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj 6f8e56bcc948d49 +20182 20380 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 4396063447d8a1c5 +20130 20391 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj 9972798a0051c520 +19840 20449 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj e8806157210c4a95 +20250 20471 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj ef3cedb52e3f6786 +20449 20691 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj 79bdcd2ec31af5e7 +20380 20716 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj e1acfa369cc96352 +20236 20846 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj 67bb18b594e109d4 +20391 20907 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj e63c116cb56fba4a +19721 20953 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj fde02ce432e66fae +20846 21076 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj b1c2f31a5ad2945e +20954 21118 1584850586 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj 6c13954ae5c00eed +20716 21256 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj c5d4549662610d5 +20471 21274 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj fade4a1edc9f0f96 +21118 21337 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj 8ce37f621eb9386e +20691 21536 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj d802474ade654a1a +21274 21555 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj e314b9a35f4d0037 +21256 21594 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj 50c8912980e73ff3 +21337 21632 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj 7bc8574675197530 +20907 21647 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 8a5d43871eac97f4 +21556 21699 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj c0e84898ade4229b +21076 21707 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj 8c17e5b31dd96f0f +21594 21784 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj e8974ff718de6bd7 +21707 21821 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj 1ba31e6710d4882d +21632 21841 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj 47eddb4edc32e9d3 +21647 21930 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj b3515ff52023ed83 +21536 21939 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj bb60e82ed574f99d +21784 22055 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj 634e49d8285dd6c9 +21699 22118 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj bef09bc64a1b42f6 +21821 22178 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj 7263fc09734a5790 +21841 22192 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj b29b9f01bc6218dd +21940 22192 1584850587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj c25157fc13735247 +22192 22294 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj 23480ceb1f263a3e +22178 22374 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj 85ae330c0ee32c12 +22118 22381 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj 771b807e11f8340d +22193 22383 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj 96093a349c709750 +22295 22458 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj 6db536946d4d31ad +22381 22485 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj 5889ae3ad146784e +22055 22518 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/lowpan6.c.obj 20cf6a79fb7fb9dc +22375 22568 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj d0e66fbc898d25a5 +22383 22581 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj f749bcc165837691 +22459 22588 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj 4de30b077d0583e1 +22485 22639 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj ab8bc35a79c5e78e +22519 22687 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj 9f8eea5345f6b0e4 +22588 22732 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj 15524cfa6d5673e7 +22568 22748 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj e3c651fccf8954b4 +22582 22758 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj e7c3444eb66231ef +22639 22814 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj 79c68902a7fcd46b +21930 22825 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj 47b7d5913f3c64a6 +22732 22875 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj 811b681e37787174 +22687 22888 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj 2018746af2567636 +22758 22899 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj 7123e9fd03b086a6 +22748 22906 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj 635ce36b45669c07 +22814 22956 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj 615fc87f3c3f6a8a +22825 22973 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj d15920c299aaeaa +22875 22986 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj 4298e5baf4d8c480 +22900 23034 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj 9d62b9dbba5c2c28 +22888 23049 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj 2d761c4e64017e62 +22906 23059 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj 2272bece4ce53f85 +22956 23094 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 2d493aba99a77003 +22973 23165 1584850588 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/vfs_lwip.c.obj ab3940556b4ae489 +22986 23285 1584850589 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/debug/lwip_debug.c.obj fbd1f7eedb3a05c4 +23095 23320 1584850589 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/ethernetif.c.obj cfef06aebc3e3b0f +23049 23332 1584850589 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/freertos/sys_arch.c.obj dd0b65e4885c015 +23034 23351 1584850589 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/wlanif.c.obj 44916de880e45d3b +23062 23352 1584850589 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/dhcp_state.c.obj 332d026e324c4930 +23165 23356 1584850589 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 33dfd192546c2f97 +23321 23478 1584850589 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 8475b11c18a5b94d +23285 23480 1584850589 esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj 26a9601ec2600d66 +23352 23534 1584850589 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj 8f7c82b032070b98 +23480 23806 1584850589 esp-idf/driver/CMakeFiles/__idf_driver.dir/can.c.obj 75c511ee5b0bab3d +23332 23810 1584850589 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj 902688992b39eeb +23351 23821 1584850589 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj a08c6a8eedb203f2 +23478 23881 1584850589 esp-idf/driver/CMakeFiles/__idf_driver.dir/adc.c.obj c00408cfda051306 +23534 23921 1584850589 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac.c.obj 9a19feffde4168a6 +23810 24073 1584850589 esp-idf/driver/CMakeFiles/__idf_driver.dir/sigmadelta.c.obj 7534d43cb27a166e +23356 24082 1584850589 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj 2100604b1035a5c1 +23807 24260 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio.c.obj d338213d481b02f0 +23821 24271 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_common.c.obj 40d2859175d530cf +24260 24603 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/periph_ctrl.c.obj 5ae287ce163eb22f +23882 24744 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c.c.obj b6998a1f1d5b1c9e +24073 24914 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc.c.obj 81c311aadc3fd67a +23921 24928 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s.c.obj cdf30f7e92ca0d33 +24082 24945 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt.c.obj 86b8b633b78a24ca +24914 24960 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_crc.c.obj 3eb587fd8ed0a9be +24744 25033 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_module.c.obj 18ae6a8ffc476f28 +24603 25114 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_io.c.obj 501f4c45117fe01a +24945 25246 1584850590 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_transaction.c.obj 64f5eff0b7e388d9 +24929 25352 1584850591 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_host.c.obj bf6f2b3cb1cc4ea7 +24272 25358 1584850591 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt.c.obj e99bf8196316f125 +25033 25444 1584850591 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_slave.c.obj 17919c541a9d0ebc +25246 25629 1584850591 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_host.c.obj 54f91e3bb4f35712 +25352 25666 1584850591 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_transaction.c.obj 4f6c98e632707eb4 +24961 25712 1584850591 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_master.c.obj 4f96eac3f9e1f4e0 +25629 25869 1584850591 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj 9729f133ca994898 +25114 25894 1584850591 esp-idf/driver/CMakeFiles/__idf_driver.dir/timer.c.obj 39acc43e17bc399 +25444 25897 1584850591 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj cc9dbe77cd37dd60 +25358 25899 1584850591 esp-idf/driver/CMakeFiles/__idf_driver.dir/esp32/touch_sensor.c.obj 7d1742177fae65bb +25712 25900 1584850591 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_port.c.obj da216bb7545b2a0c +25667 25903 1584850591 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj 97362a1088b6f67c +25903 25986 1584850591 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj 973b5e90f174fb2 +25897 25994 1584850591 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj 4265fd63be1e61ae +25899 26006 1584850591 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj dab6091bc01cb6c +25869 26007 1584850591 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj 40dfa11f1feb5b20 +25894 26059 1584850591 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj 8b2f4f9940484ddb +25900 26071 1584850591 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj 707f879fed825658 +25986 26102 1584850591 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj db2bda8711352316 +25994 26137 1584850591 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_err_int.c.obj d68a706dce5c1214 +26007 26155 1584850591 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram.c.obj 820ad4d92fc9ebdc +26059 26167 1584850591 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_trace.c.obj 96ffc18083f4d5a0 +26006 26185 1584850591 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram_psram.c.obj dce2d4af8d66e9b1 +26071 26264 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_sram_mmu.c.obj f3b09dafc2279a9 +26155 26388 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/crosscore_int.c.obj 92611242234b4037 +26102 26401 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/clk.c.obj 1366150fbc1992c6 +26168 26402 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_access.c.obj 3568da11267d93f +26137 26404 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cpu_start.c.obj 9054a83e111c6e03 +26264 26407 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/hw_random.c.obj dd43e713ad2ee254 +26185 26499 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/esp_himem.c.obj ab97a840cdbd0483 +26388 26632 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/int_wdt.c.obj 6591e07bb725b88f +26401 26698 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/intr_alloc.c.obj 4109da51c340ffea +26402 26709 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_esp32.c.obj dfd56f1a9ae11cc4 +26407 26748 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj 8be06a60b2c208fa +26698 26781 1584850592 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err.c.obj 394ce3fec6ec56ce +26404 26810 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/sleep_modes.c.obj 3c51dfa0d6e67fe6 +26709 26821 1584850592 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj ffbe490ba865255 +26632 26831 1584850592 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/brownout.c.obj 57757adf628f07e7 +26500 26834 1584850592 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/system_api_esp32.c.obj efd679088e15fab5 +26834 26886 1584850592 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj f4d4ff991b2b8da5 +26749 26926 1584850592 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj 51e1726fa176beff +26831 27002 1584850592 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj a0a789c8d266405d +26822 27035 1584850592 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/mac_addr.c.obj f721e23b6f442720 +26781 27057 1584850592 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 72d4123064a034f4 +26886 27062 1584850592 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj b5acabc7084e2982 +27035 27104 1584850592 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/portasm.S.obj 17b3efe38e3617e2 +27057 27113 1584850592 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_context.S.obj 4380aa60d7ecb4af +26810 27114 1584850592 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj 20732dbdf6bafdb0 +27062 27133 1584850592 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vectors.S.obj ddb73ac753f08268 +26926 27147 1584850592 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj 1e9aa4a44f4eb9c5 +27114 27156 1584850592 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr_asm.S.obj b62a8c361cf41e20 +27156 27200 1584850592 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vector_defaults.S.obj ae08d9a2a49512a7 +27113 27201 1584850592 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_init.c.obj c126678295a0b181 +27002 27229 1584850592 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj bfa1eb8b238e25b5 +27104 27267 1584850593 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_overlay_os_hook.c.obj 5a63ea3680b3ee6a +27133 27282 1584850593 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr.c.obj 83fc2d72d8ad9582 +27147 27332 1584850593 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj de26f7a71e6bd1fd +27282 27428 1584850593 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj b6b27581006b9649 +27267 27435 1584850593 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj 4a00f00b17b062b0 +27229 27521 1584850593 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj 9bda50b0ef210b77 +27201 27566 1584850593 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj bb0c30ba3bf721d5 +27436 27638 1584850593 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj b38d266c76cde2ae +27566 27640 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj 10213c4b563eaebf +27332 27681 1584850593 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj d6e491ed748fa4c4 +27638 27706 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj 1db1bc21ea98a0f2 +27640 27763 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj 9d0f2c9de6f746c +27681 27818 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj e920ca8ee03a2b44 +27763 27898 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj ff7afc5ba7bab41f +27706 27957 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj 8a80f314e6cc154a +27818 28002 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj 1395c73602d0312 +27898 28016 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj c94da83c0e25435 +27521 28020 1584850593 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj a6ebca211b2a7ab9 +27200 28056 1584850593 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj 8e48beebea188ef3 +28002 28116 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj b361c982f91bcf46 +27957 28122 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj bb05141dc784637c +28016 28140 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj 18736c5f9f3637a2 +28020 28153 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj 7ad4dca1f2c2c11c +28056 28172 1584850593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj 41f4f556f1909f8f +27429 28186 1584850593 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj 56f0a8ed35add288 +28122 28253 1584850594 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj e5ba6daee3fe69aa +28140 28314 1584850594 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj fc1713e8b0209c43 +28116 28353 1584850594 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj 2a1556cdc96337cc +28186 28361 1584850594 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj 12eed60425fd665b +28253 28418 1584850594 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj d74a4c9c79b4ac58 +28172 28450 1584850594 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj 9d7477055e5648dc +28353 28455 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_callbacks.c.obj eda38f08d19c32d6 +28314 28477 1584850594 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj c8e0fb28b5b5e23c +28418 28546 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_debug.c.obj 6566611933ade9f4 +28153 28581 1584850594 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj fb7a8af422402899 +28361 28658 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_buf.c.obj 97bbf7980309525e +28478 28675 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.obj 71c80e7c70ec8c52 +28546 28763 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman_data.c.obj 1de20db6f053b6e7 +28582 28793 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_map.c.obj 1626ad8f007c72a +28676 28835 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_mem.c.obj 35313f14a5557e80 +28450 28847 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.obj c4303ecfa4dda4d2 +28659 28859 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.obj 5b1c9d7760ab8b1e +28793 28918 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_npn.c.obj abf7e20060a87aa4 +28835 28967 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_option.c.obj e4a584e2ad0106e +28847 28979 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_priority_spec.c.obj e0f3fe1361bc4be3 +28859 28994 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.obj 24f0d34456b74a65 +28763 29053 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.obj 765de8f82152873a +28918 29077 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.obj 44cb918d96c29c1 +28967 29088 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.obj 9e509cf86c24478c +28455 29153 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.obj 5151e6f485fda92c +28979 29163 1584850594 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.obj 1ee6226dffa8f490 +29088 29255 1584850595 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_version.c.obj 4822192dd7ebc568 +29077 29343 1584850595 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.obj c2b6a0def2140719 +29053 29403 1584850595 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.obj c087ac416aa084ec +29163 29488 1584850595 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj 37aec9588b0b98b4 +29404 29715 1584850595 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj d684f1aaa3ef4fef +29344 29749 1584850595 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_tcp.c.obj 9a6f02a1bfb15382 +29255 29781 1584850595 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj a8ef0e7c0c7ec6d3 +29488 29872 1584850595 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj 713d6119721d556f +29749 29927 1584850595 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_utils.c.obj e700c98cc4b5b57c +29781 30009 1584850595 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj fa774017de65ef7b +29715 30100 1584850595 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj e9c0ac3af2619026 +30009 30189 1584850595 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj c956d42bf1e6eee1 +29927 30316 1584850596 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj 49de941a8fdd7369 +29153 30408 1584850596 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.obj 2f942485126681e1 +30100 30560 1584850596 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj e8eaf732e043d3ac +29872 30610 1584850596 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj ade113e84032744e +30189 30645 1584850596 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj 1362475d4a45ec43 +30316 30759 1584850596 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj 85b0ac563ecd13e8 +30408 30788 1584850596 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj ff455323944b947b +30560 30827 1584850596 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj 49d3279ab0e2e2d9 +30610 30902 1584850596 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj d506c00f4561493a +30645 30903 1584850596 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj 3cf8b0690a27d0a7 +30788 30918 1584850596 esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj 1591b1b498aaf318 +30759 30938 1584850596 esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp.c.obj e32cde81f33948f +28994 30946 1584850596 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.obj 7a444a39fb81f014 +30938 30955 1584850596 esp-idf/ulp/libulp.a b5ba4f97522c9ec3 +30955 30978 1584850596 esp-idf/esp_http_server/libesp_http_server.a 8ebd1da8c170e991 +30978 30995 1584850596 esp-idf/esp_http_client/libesp_http_client.a 4ffd10c652f4da0e +30995 31019 1584850596 esp-idf/tcp_transport/libtcp_transport.a ea2beb8be5ea9cac +31019 31041 1584850596 esp-idf/esp-tls/libesp-tls.a 31affc00a434415b +31041 31079 1584850596 esp-idf/nghttp/libnghttp.a c621045d4dc2c2e9 +31079 31100 1584850596 esp-idf/app_trace/libapp_trace.a b631249a9244a40a +31100 31114 1584850596 esp-idf/cxx/libcxx.a a50eeb7ca8b482fd +31114 31142 1584850596 esp-idf/newlib/libnewlib.a 855580b12edfb31b +31143 31165 1584850596 esp-idf/vfs/libvfs.a 49e38bc49dfb99ad +31165 31190 1584850596 esp-idf/freertos/libfreertos.a 8adaa22c425c727c +31190 31209 1584850596 esp-idf/esp_timer/libesp_timer.a 33b8c301002404d9 +31210 31232 1584850596 esp-idf/esp_common/libesp_common.a adf28ed1f2e8ebd2 +31232 31265 1584850597 esp-idf/esp32/libesp32.a 5ecf3157bee85aa5 +31265 31282 1584850597 esp-idf/perfmon/libperfmon.a b74d9df8a26398f8 +31282 31302 1584850597 esp-idf/espcoredump/libespcoredump.a 61e4a4fb412fae8c +31302 31322 1584850597 esp-idf/pthread/libpthread.a 3a7af1abd593645d +31323 31354 1584850597 esp-idf/driver/libdriver.a 5cd66d74d6544f4f +31354 31368 1584850597 esp-idf/esp_ringbuf/libesp_ringbuf.a 52142642e68b28d5 +31368 31383 1584850597 esp-idf/heap/libheap.a 651625a391e6c741 +31383 31404 1584850597 esp-idf/log/liblog.a 1274d7808513dadc +31404 31471 1584850597 esp-idf/lwip/liblwip.a cfc5b7a574b9e094 +31471 31490 1584850597 esp-idf/esp_wifi/libesp_wifi.a effb86670d9970ec +31490 31542 1584850597 esp-idf/nvs_flash/libnvs_flash.a ae6808df23dc8a0b +31542 31604 1584850597 esp-idf/wpa_supplicant/libwpa_supplicant.a 934adf958a664c37 +31604 31626 1584850597 esp-idf/esp_event/libesp_event.a 3706ea83ed15eb7f +31626 31646 1584850597 esp-idf/esp_netif/libesp_netif.a 9b9a8a1d361dc99f +31646 31669 1584850597 esp-idf/tcpip_adapter/libtcpip_adapter.a d3f10370c7462d1e +31670 31690 1584850597 esp-idf/esp_eth/libesp_eth.a 80e079e349f37dcc +31690 31713 1584850597 esp-idf/soc/soc/esp32/libsoc_esp32.a 5535786e5680a71 +31713 31756 1584850597 esp-idf/soc/libsoc.a bdb543765a75c368 +31756 31779 1584850597 esp-idf/esp_system/libesp_system.a 2059c603ec302120 +31779 31801 1584850597 esp-idf/spi_flash/libspi_flash.a bd64ee73ae26c95c +31801 31821 1584850597 esp-idf/app_update/libapp_update.a 629b42f69c26dd2b +31821 31848 1584850597 esp-idf/bootloader_support/libbootloader_support.a 81bd485cf13f5f2f +31848 31867 1584850597 esp-idf/efuse/libefuse.a 8b73fc3e19818359 +31868 31894 1584850597 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 48870cf31bc57c21 +31894 31939 1584850597 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a ba9822d5d40cb5ce +31939 31957 1584850597 esp-idf/mbedtls/mbedtls/library/libmbedx509.a cec41cc9a3a87882 +31957 32129 1584850597 esp-idf/mbedtls/x509_crt_bundle 371cb489a2a51441 +32129 32273 1584850598 x509_crt_bundle.S 54a15aa8cf02422d +32274 32320 1584850598 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj 21e59060e0644c7b +32274 32322 1584850598 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa_asm.S.obj 7121634884c7fe91 +32274 32339 1584850598 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj 204dc438939df3bf +32274 32357 1584850598 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj 2f309274117d0c08 +32274 32360 1584850598 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj 41e6898ed1bc5f1b +32273 32377 1584850598 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj 4ff4468879b463b +32322 32383 1584850598 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj c866e14ccdd0ff8c +32357 32420 1584850598 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_material.c.obj 41c3886187558dd3 +32320 32431 1584850598 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/esp32/trax_init.c.obj 1e6b1b8dc6601e4e +32377 32472 1584850598 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_nemo.c.obj 980b8fe770552166 +32362 32480 1584850598 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_mono.c.obj 60fa0117ea51e399 +32383 32485 1584850598 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_templ.c.obj 4f97ec00aee6373f +32431 32497 1584850598 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_zen.c.obj cf4016bd31d99ebb +32420 32531 1584850598 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_night.c.obj ed03588bbfe60e1a +32339 32551 1584850598 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj d8bf29ee2734cde2 +32551 32650 1584850598 esp-idf/mbedtls/libmbedtls.a 20f83969fcd73776 +32498 32669 1584850598 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_disp.c.obj 83ec4bfe95aaaa5b +32472 32714 1584850598 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_group.c.obj 6b35f6d306de2de1 +32650 32745 1584850598 esp-idf/xtensa/libxtensa.a 39c97242db240995 +32669 32801 1584850598 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder_close_container_checked.c.obj 91d393ea06dd3512 +32485 32887 1584850598 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_indev.c.obj b4aca48ec3221d +32745 32897 1584850598 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborerrorstrings.c.obj b00e0a354136e15b +32801 32940 1584850598 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser_dup_string.c.obj deac31bc73c5ee1a +32714 32965 1584850598 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder.c.obj 26b0137932b9755b +32480 33009 1584850598 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_obj.c.obj 26156b6d866a3a00 +32897 33025 1584850598 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty_stdio.c.obj 3bf0177c6f65799f +32887 33213 1584850598 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser.c.obj f09de5fa975c8dfe +33025 33253 1584850599 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/open_memstream.c.obj 6f01aa75e1d2e488 +32940 33272 1584850599 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty.c.obj c3669caed55c3d13 +33009 33292 1584850599 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborvalidation.c.obj 31dd1bd388e97df7 +32965 33450 1584850599 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cbortojson.c.obj df393e94294e1129 +33273 33470 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/async.c.obj c6b9f758af428cc7 +33213 33498 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_event.c.obj ff178f4cfcd8bf73 +33253 33498 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/address.c.obj f97d3a67764aada5 +33292 33513 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_hashkey.c.obj 5030558c6f6c36d4 +33450 33523 1584850599 esp-idf/cbor/libcbor.a a95ad5cc568fa046 +33498 33634 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_time.c.obj 20c789316bcfbc08 +33470 33717 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/block.c.obj a211b752d499d287 +33513 33831 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/encode.c.obj d216d26246db22f1 +33717 33973 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/mem.c.obj ce351ace95fec134 +33635 34011 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/pdu.c.obj 7a86b5521f36268d +33498 34085 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_session.c.obj 158af1b535b2db36 +33524 34226 1584850599 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_debug.c.obj 2fd43b4877ff2e02 +34011 34335 1584850600 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/str.c.obj 4418a95749233797 +34226 34468 1584850600 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_notls.c.obj fc6356ccb6a8853f +33973 34589 1584850600 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/option.c.obj aa668b63c113b113 +34335 34621 1584850600 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/subscribe.c.obj d67c5099e4246b75 +33831 34668 1584850600 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/net.c.obj e04671b07da484f1 +34086 34689 1584850600 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/resource.c.obj f7ed387f54a38e44 +34468 34898 1584850600 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/uri.c.obj a8b921496ea192fb +34668 34918 1584850600 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj ec2ebaeb338d11f0 +34690 34932 1584850600 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj c0e6f889c5a97127 +34898 35067 1584850600 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj 44f807e9bd139e0b +34622 35237 1584850600 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_mbedtls.c.obj b69597b97d3cb830 +34932 35384 1584850601 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj 8912a96450596f9e +35067 35403 1584850601 esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir/esp_adc_cal.c.obj d4f5b287b54a3c43 +35237 35408 1584850601 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj 6dc2aa1249423b76 +35403 35457 1584850601 esp-idf/esp_adc_cal/libesp_adc_cal.a 321a66f17fd37eef +35384 35525 1584850601 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj cf8d693130622701 +35408 35539 1584850601 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/esp32/gdbstub_esp32.c.obj a4bb384907bfc443 +34590 35571 1584850601 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_io.c.obj 7f9e73c1ed300700 +35457 35594 1584850601 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/xtensa/gdbstub_xtensa.c.obj 7d8dff5abf2c7103 +35594 35640 1584850601 esp-idf/esp_gdbstub/libesp_gdbstub.a 17fa000c0dae215f +35571 35647 1584850601 esp-idf/coap/libcoap.a 44ce67ee174d4c41 +35525 35832 1584850601 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj 8cac2adf84d73e55 +35539 35926 1584850601 esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj afc83e823cb63ffe +35832 35937 1584850601 esp-idf/esp_https_ota/libesp_https_ota.a fefb0d1df4e90f1e +35926 36025 1584850601 esp-idf/esp_https_server/libesp_https_server.a ebdd02b3e26beb0f +34918 36136 1584850601 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj 5c1c38aee4b4f775 +35648 36155 1584850601 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj f0db0f1663453c8c +36025 36210 1584850601 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj 3b8e3b92c3604e29 +36136 36214 1584850601 esp-idf/console/libconsole.a 2633ce91f5d7cfbc +36155 36250 1584850602 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 5870011e5c57795a +35937 36283 1584850602 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj d8b13b07bec7c003 +36210 36376 1584850602 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj b154c0a48629be5d +36250 36385 1584850602 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj b68f87ac68d3c486 +36214 36403 1584850602 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj b5fe994343abd2e +36283 36556 1584850602 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj 9464fe2676084870 +36376 36682 1584850602 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj b560ca64e20196f4 +36403 36972 1584850602 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_console.c.obj 1ff5446daf382c65 +35640 37018 1584850602 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj d119b991363a8fd +36682 37095 1584850602 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj ab8a934c142ad7ae +36556 37105 1584850602 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_networking.c.obj 85a610e2057e822f +37018 37112 1584850602 esp-idf/protobuf-c/libprotobuf-c.a f493e1ef2b08a025 +37112 37195 1584850602 esp-idf/protocomm/libprotocomm.a a24354d090c61c70 +36972 37237 1584850602 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj 90e7afa905c062a +37096 37390 1584850603 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj 4a3f799b74144365 +37106 37459 1584850603 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj bcb8e8d8aa07b7cd +37237 37563 1584850603 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj c1dc9b74cd464a15 +37195 37589 1584850603 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj 9a086305f031f58b +37390 37743 1584850603 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj ca03177b1a43ea13 +37563 37903 1584850603 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj 572d0ba8df5d020e +37459 37970 1584850603 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj bd8f20d1f0c5bbd2 +37591 37995 1584850603 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj e0cb79d09b2cb159 +37744 38022 1584850603 esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl.c.obj aa578e42f9be6a86 +37995 38085 1584850603 esp-idf/sdmmc/libsdmmc.a 606b34034bb47675 +37904 38266 1584850604 esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl_sdio.c.obj ae1eb731b2cff3d0 +38266 38361 1584850604 esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a c887be8cb213e66c +37970 38443 1584850604 esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir/esp_websocket_client.c.obj 9c0fd2ba8dc408df +38444 38521 1584850604 esp-idf/esp_websocket_client/libesp_websocket_client.a 518e2577c9404339 +38022 38587 1584850604 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlrole.c.obj 6d2b3afb60de5008 +38521 38595 1584850604 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_impl.c.obj 7bc678ac6879647 +38588 38643 1584850604 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok_ns.c.obj f402f9faa8d48c0f +36385 38755 1584850604 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns.c.obj e7a9b92aae399379 +38643 38832 1584850604 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj 9abcec7cdf265542 +38596 38839 1584850604 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj a4fcdafe6a6f3a04 +38755 38843 1584850604 esp-idf/mdns/libmdns.a 9e64c996f85b3dcf +38843 38894 1584850604 esp-idf/esp_local_ctrl/libesp_local_ctrl.a 2b6d82bc97e55a06 +38832 39098 1584850604 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj f22a6e962f71fda1 +38894 39188 1584850604 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj ed354ad7932f627d +39098 39207 1584850604 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj 2c4b25439b2499af +39207 39396 1584850605 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj f63896555ae6e124 +38840 39503 1584850605 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj ac7206a89d348f62 +39188 39514 1584850605 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj ceb1125b87df0301 +39514 39607 1584850605 esp-idf/wear_levelling/libwear_levelling.a 8ffc856a1c7bda8e +39396 39653 1584850605 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj 80ef5d78aa0b037 +39503 39675 1584850605 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj 70935edbf864953a +32531 39806 1584850605 esp-idf/asio/CMakeFiles/__idf_asio.dir/asio/asio/src/asio.cpp.obj ced96d88be2d2fba +39607 39849 1584850605 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj abf72aabc7b0ca24 +39807 39878 1584850605 esp-idf/asio/libasio.a 62a13e711bc33278 +39676 39899 1584850605 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj 33c5f29f99ac3c8e +39849 40048 1584850605 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj 51da619fdf271782 +39899 40342 1584850606 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj 711bc61f6f0b486c +40048 40358 1584850606 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 9f8e58ee3ba3bf74 +38085 40381 1584850606 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlparse.c.obj 89474d8a15ca19e3 +40343 40566 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb_m.c.obj 3af87427c190f5e0 +39878 40590 1584850606 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj 629d2aaace6094ec +39653 40678 1584850606 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 89e8f39ba6501e65 +40381 40691 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_slave.c.obj 345c4e46c30e44d4 +40358 40702 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_master.c.obj f08854b60ace5ab7 +38361 40707 1584850606 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok.c.obj 1c3139828de35421 +40707 40773 1584850606 esp-idf/expat/libexpat.a 2f48a09ddd2977e8 +40590 40774 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu_m.c.obj acd0c427e5fe89ef +40678 40775 1584850606 esp-idf/fatfs/libfatfs.a d1d56c91828b233 +40566 40797 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb.c.obj b1dd74aa655abbdd +40692 40915 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii.c.obj 6fd15834bc0e5dd7 +40702 40926 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii_m.c.obj 7cdc4c1411546151 +40773 40929 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/port.c.obj 71f5b2b3c27cb015 +40774 40937 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent_m.c.obj f1d0bde7eb738bdf +40797 40974 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbcrc.c.obj 162ecfb45450315a +40775 40988 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu.c.obj 4942da8c06074142 +40930 41046 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother_m.c.obj 4d406265a90cfda2 +40915 41067 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/tcp/mbtcp.c.obj 7ba3837661953c26 +40926 41079 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent.c.obj 664b5ae299a869c5 +40937 41087 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother.c.obj f100a268baaadd38 +40974 41205 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer.c.obj 8cf34674e3e9546d +41067 41242 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer_m.c.obj deb6d4f7f478a26a +41046 41245 1584850606 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial_m.c.obj 27568f8bf5b15b0b +41205 41257 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdiag.c.obj 33f25af26a5af17 +40988 41277 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial.c.obj 853af9cddea3ef9f +41080 41299 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils_m.c.obj 3fcbb1cf3b2882b8 +41088 41303 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils.c.obj 5a7b0f2fbafa543a +41245 41389 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc.c.obj 29b8cb18b001ef6d +41242 41403 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc_m.c.obj a5dffd5f3e947339 +41257 41426 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding.c.obj 50f45e2322e5c55f +41300 41439 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput.c.obj a078218bf69573e0 +41277 41454 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding_m.c.obj 242eb8122309f5e8 +41303 41489 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput_m.c.obj e0cbeaf10e38d5de +41389 41515 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncother.c.obj 2a02c7b2f62b14de +41403 41531 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbutils.c.obj aae3a4a20ed5ede5 +41454 41607 1584850607 esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir/src/jsmn.c.obj 5c3cb88e86dc5c58 +41607 41702 1584850607 esp-idf/jsmn/libjsmn.a e805679b5a44a9d1 +41531 41703 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c.obj dad60d9deed293ef +41702 41810 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c.obj c9e29f68465231a6 +41704 41818 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/crypto_auth.c.obj d610a5b60a6d18c +41440 41877 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_slave/modbus_controller/mbc_serial_slave.c.obj ff1b4db2a3dffdd2 +41818 41895 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c.obj 9d1c97c5a3e55855 +41426 41940 1584850607 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_master/modbus_controller/mbc_serial_master.c.obj 9bb297ba606ec3f4 +41810 41953 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c.obj d0d38326e72e3dbb +41895 41954 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box.c.obj c94720fe3897626b +41515 41965 1584850607 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj d1a596debed92dc3 +41940 42015 1584850607 esp-idf/freemodbus/libfreemodbus.a ff1b2ecc7df2affc +41877 42028 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c.obj 5a93f329f8cb606 +41953 42045 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_easy.c.obj 40097f7a5d3921c8 +41954 42063 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/crypto_box_seal.c.obj 1dc9dca9c87d1b0 +41966 42077 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c.obj 2f3a10f6e6a780aa +42063 42113 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c.obj 57f26505eb0529d5 +42015 42161 1584850607 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c.obj 3a1fe3fc1fcf3a73 +41489 42251 1584850608 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj 295231276cbb537c +42251 42273 1584850608 esp-idf/json/libjson.a 109e3c6dd4bbe827 +42045 42297 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c.obj b0e6e2e349824ad7 +42077 42306 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c.obj 460c0e969ddafb39 +42161 42307 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c.obj 40b9eea93e760e51 +42297 42353 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c.obj 59bed9d1b28df414 +42274 42369 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c.obj b8f1bc1dd63f6618 +42307 42378 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c.obj 579aba89f43c3c07 +42114 42438 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c.obj f06571301874cab0 +42353 42454 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c.obj 962b7a3a91404d3e +42438 42499 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/crypto_hash.c.obj cd9fc10e8a9a6d73 +42378 42538 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c.obj 485ab61fb1169a7e +42454 42558 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c.obj 4ae804e958a93336 +42369 42628 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c.obj 2a7064896d44c91f +42538 42650 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c.obj 5ce74b08d72a8115 +42629 42750 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c.obj 1cf94ac01866c10 +42650 42792 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c.obj 107a72d070a86f46 +42750 42976 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_kx/crypto_kx.c.obj e516de414ea8be95 +42792 42995 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c.obj 3b3b5027cdc73cf0 +42976 43172 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c.obj 7ab18cdc67ba4c11 +42499 43243 1584850608 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c.obj e7d20bcd231509c6 +42995 43333 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c.obj 43911a7604d38830 +43172 43334 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c.obj 87d02fc656f60b00 +43243 43434 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c.obj 149bfa7fa46a8e1a +43333 43533 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c.obj d23f866b0915ae88 +43533 43649 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c.obj d2e461829ccdb792 +43334 43657 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c.obj 3f65de6445569d6d +42558 43775 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c.obj 8213809e996012c2 +43657 43795 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c.obj bc133a996e954d4b +43649 43833 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c.obj b38e7c4e97d57ff3 +43775 43996 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c.obj e425a5867fd7b2f6 +43833 44034 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c.obj 8cb9f1057ced10cf +43795 44056 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c.obj 994cd8711e24faf0 +43996 44124 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c.obj 7e6360ef856a894c +44034 44182 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c.obj 6ad5999025b3583b +44125 44218 1584850609 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c.obj 91ea913e04652c24 +44182 44262 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c.obj 9df28de70f66a358 +44219 44303 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c.obj 5984fb743e29f0d7 +44262 44345 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c.obj d948dcc5d2b762b9 +44056 44357 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c.obj cd7c6f92cf2b641 +44345 44400 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S.obj 4998cd56d972a5e1 +44357 44431 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c.obj 31233304858cebc9 +44431 44491 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S.obj 66569526e2b9a812 +44400 44500 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c.obj f7139954579daa7d +44303 44532 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c.obj e829c497b8a5a465 +44491 44547 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S.obj f8927521fc2f15e6 +44500 44569 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S.obj ec0bfd91b9b641a9 +44532 44578 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c.obj 3cc889128272ec2 +44547 44607 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S.obj 4729322e9f151a37 +44569 44616 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S.obj 408f58467ebd6917 +44578 44617 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S.obj bcb3f3a1518bc171 +44607 44741 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c.obj 8f153af0cd68ee63 +44617 44785 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c.obj 59b1a66aa08b64d6 +44616 44829 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c.obj a36b3d96bc913085 +44741 44841 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c.obj b1792f4ba00abcd8 +44785 44896 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c.obj e45dee62ade69caf +44841 44903 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c.obj d0ba2be7d6b104c +44829 44919 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c.obj 194e3c0d6e1bbf54 +43434 45038 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c.obj 5b29d8202ae3cc49 +44919 45100 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/crypto_sign.c.obj 610709ee559af31 +45038 45121 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c.obj f6f5273df10f9160 +44896 45131 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c.obj 3d6cd07f2c8cae5a +45100 45242 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c.obj 36a6c5ec59b3ea26 +44903 45253 1584850610 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c.obj cf3b744463f3fe23 +45121 45261 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c.obj 6e0d9d9ae66cc310 +45131 45264 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c.obj 82276ef24917336b +45261 45321 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c.obj 5f7a67eca0029ebf +45253 45338 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/crypto_stream.c.obj 48a82dfa03923144 +45242 45344 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c.obj c2a4ed00a0c52050 +45338 45454 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c.obj 8a22f7fbbb0ec809 +45454 45546 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c.obj 9068d1d8271ff4ec +45344 45629 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c.obj cd4577375855b3e6 +45630 45798 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c.obj ba9e2ad4c8b93e7e +45798 45905 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c.obj 9081f5b38ecc0233 +45906 46017 1584850611 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c.obj 7b46d4740e920071 +42028 46402 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c.obj 63d6873a0abe7ce +46017 46515 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c.obj f2893f50432febbe +46402 46596 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c.obj cd445386220d10ae +46597 46678 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S.obj c8990e64169c23fa +46516 46696 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c.obj 64b8a5e4916c1c9e +46678 46779 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c.obj d4a9bcf8f15d698a +46696 46829 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c.obj 3acec723fc020cf +46779 46877 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c.obj 14509304a6ba450 +46829 46953 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c.obj c90e66088267c58d +46877 47014 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c.obj 3eeb2c780a9a8d95 +46953 47072 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c.obj 673fb2983e7250e5 +47072 47176 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c.obj f6efe8780baf8cef +47014 47180 1584850612 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c.obj 1f49f96f6c6f1503 +47176 47278 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c.obj d05183b163960231 +45264 47290 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c.obj 73d594fc8a5ddad9 +47180 47298 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_verify/sodium/verify.c.obj 3db082d1d3351207 +47290 47389 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c.obj f3562a37dfc2c3f9 +47278 47471 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/randombytes.c.obj c24f2597976d6ac3 +45321 47615 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c.obj 22ad1dd29ee5b161 +47298 47621 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c.obj e071d01350af156a +45546 47621 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c.obj e8c12c5c87407374 +47389 47626 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c.obj e7033fa879b68863 +47471 47633 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/core.c.obj 29afa019252098ea +47621 47661 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/version.c.obj ca9ff3c9b71d3cbb +47615 47686 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/runtime.c.obj a02be098a1b72992 +47626 47754 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/port/randombytes_esp32.c.obj 84c5f947aa7c40ea +42306 47772 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c.obj 4580d2a981ab78be +47686 47842 1584850613 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 8608bc10135ef02 +47621 47855 1584850613 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/utils.c.obj cd618e36b77f8ca2 +47772 47874 1584850613 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_cert.c.obj 621a72bd8ed4958d +47874 48011 1584850613 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_methods.c.obj fa80b5ea9032e9aa +47856 48019 1584850613 esp-idf/libsodium/liblibsodium.a bb822b24df56465d +47754 48025 1584850613 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj dcb63d57734e9c63 +47661 48097 1584850613 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj 87a2d5e1fc5df551 +48011 48109 1584850613 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_pkey.c.obj 48c722fc51154ad9 +48020 48176 1584850613 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_stack.c.obj d84e67b9536abc4 +48025 48199 1584850613 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_x509.c.obj 2829bf3d0e3e1831 +48109 48243 1584850613 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_port.c.obj c485d1f53862c4ab +47842 48291 1584850614 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_lib.c.obj 21a99b9fd5d18414 +48097 48331 1584850614 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_pm.c.obj a437ea867e2de563 +48243 48423 1584850614 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj 9c918e488f0b4333 +48331 48427 1584850614 esp-idf/openssl/libopenssl.a dd8fd619cead68da +47633 48443 1584850614 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 34e4f57d4e995885 +48199 48459 1584850614 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj 6983e292af2f0d8 +48443 48554 1584850614 esp-idf/mqtt/libmqtt.a 4b234aa7654b545c +48176 48680 1584850614 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj 1a79450b2d108418 +48291 48732 1584850614 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj d58afb73471a712b +48423 48820 1584850614 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj b5592ea701ee6798 +48680 48907 1584850614 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj e09bb6de59a31e7e +48732 49073 1584850614 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj 9d5ba6d3fd5170f0 +48554 49082 1584850614 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj 48dddb2d50ae04db +48427 49084 1584850614 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj 5798fb22062a0645 +48907 49098 1584850614 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj 8bba0d72acb2560 +49082 49148 1584850614 esp-idf/unity/libunity.a ffbd91855b17061e +48820 49177 1584850614 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj d620c2d3b69fad15 +48459 49227 1584850614 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj c3fe7e01dac0e94f +49227 49336 1584850615 esp-idf/spiffs/libspiffs.a 3977dd0f919f2d3a +49098 49411 1584850615 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj 6200e76ca3d0f74d +49177 49432 1584850615 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj 25380c247de24162 +49073 49448 1584850615 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj 49a54dd4b4294f89 +49148 49515 1584850615 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj cc01b08d89ca2a70 +49411 49528 1584850615 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj 5bcad2caeebac799 +49336 49558 1584850615 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj f8d791db34a2a592 +49432 49612 1584850615 esp-idf/files/CMakeFiles/__idf_files.dir/file.c.obj 2b4b3a1bcf6c4f61 +49612 49684 1584850615 esp-idf/files/libfiles.a dc77d04f5b6e0879 +49085 49739 1584850615 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj d0bd079cd392e22d +49448 49786 1584850615 esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj 214374bbb1ac680d +49739 49828 1584850615 esp-idf/wifi_provisioning/libwifi_provisioning.a e2c7ff7a52f6a2dd +49528 49855 1584850615 esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir/cmd_nvs.c.obj a28b135a45df7a95 +49515 49863 1584850615 esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj 49d7414e80ec5115 +49558 49885 1584850615 esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir/cmd_system.c.obj b8f6030d8fc531ab +49855 49901 1584850615 esp-idf/cmd_nvs/libcmd_nvs.a 1b7bb0daa3755fe0 +49885 49915 1584850615 esp-idf/cmd_system/libcmd_system.a a176a672918a9671 +49863 49916 1584850615 esp-idf/ca/libca.a 3b311f6ce51ffc82 +49786 49923 1584850615 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_debug.c.obj 5a708b92fba6f121 +49685 50041 1584850615 esp-idf/wifi/CMakeFiles/__idf_wifi.dir/wifi.c.obj d67807718f820db3 +49828 50063 1584850615 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_label.c.obj 85f39649e670e438 +49923 50103 1584850615 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw.c.obj 74404e17f257464a +50041 50115 1584850615 esp-idf/wifi/libwifi.a 318bc43937909b13 +49915 50123 1584850615 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_refr.c.obj b4f7d887159e5ef9 +50124 50191 1584850615 cacert.pem.S edea0ac918570cbb +50115 50204 1584850615 prvtkey.pem.S e244cb87cb79c700 +49916 50225 1584850615 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_core/lv_style.c.obj 517e5274e0e00347 +49901 50236 1584850615 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_basic.c.obj cc00b2c562037be4 +50063 50251 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_arc.c.obj 9f9dcc1e502ee2 +50225 50276 1584850616 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/prvtkey.pem.S.obj f0a8188cd6131d5e +50191 50310 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_cache.c.obj 16060d24abc3dd59 +50276 50327 1584850616 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/__/__/cacert.pem.S.obj 46eee5c1b7ea7c7d +50251 50337 1584850616 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/url_decoder.c.obj 2cb158d244b310d +50103 50379 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_img.c.obj f6953e1dc91708b0 +50205 50477 1584850616 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj a6b9714af1918bc8 +50237 50545 1584850616 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/https_server.c.obj fd2f26d536e73a2b +50312 50559 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_triangle.c.obj 996cacffffcb4930 +50478 50635 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12.c.obj f5d0642b4c967acb +50379 50637 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_fmt_txt.c.obj 6792e15005e89a6b +50546 50639 1584850616 esp-idf/https_server/libhttps_server.a 6d743a94847b6a8d +50635 50690 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font.c.obj c7a5847535ae009f +50639 50738 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_tick.c.obj f25773186388bfe6 +50327 50749 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_line.c.obj 82d79a7ea30f1436 +50637 50780 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_area.c.obj 74fe54c3e8d31812 +50690 50865 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_12_subpx.c.obj 1abb81c175bd784 +50559 50907 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_img_decoder.c.obj 1ef124943c819ff6 +50738 50932 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_16.c.obj bc5f4e70d59b808 +50750 50970 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_22.c.obj dc69260a1a9fb71b +50865 51014 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28_compressed.c.obj 8cf51614fb9991b +50780 51024 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_roboto_28.c.obj 60357720cc9c6901 +50970 51073 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_indev.c.obj c1418d38c5e47c37 +50932 51103 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_hal/lv_hal_disp.c.obj 431888465d6e684b +50907 51111 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_font/lv_font_unscii_8.c.obj b885bb8fdeb0c0df +50337 51112 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_draw/lv_draw_rect.c.obj baf239a54ec1abe5 +51024 51114 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_gc.c.obj e37d4e049866490c +51104 51175 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_async.c.obj 8f651795a87f1825 +51112 51181 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_circ.c.obj daf6b808b6711e07 +51112 51188 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_bidi.c.obj 9921a0cc980072f2 +51014 51200 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_anim.c.obj a18189a95e55cb0b +51073 51212 1584850616 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_color.c.obj b73d5cdb00d0ac48 +51181 51264 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_utils.c.obj ad02fea397076ad3 +51200 51328 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_log.c.obj 33b2b3325e07a1c5 +51212 51331 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_math.c.obj 40aca1851cf4359f +51188 51335 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_ll.c.obj b56e969386bf2e52 +51115 51337 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_fs.c.obj ffba1bbaf21f8473 +51175 51378 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_bar.c.obj 27004cb95cb5e912 +51331 51382 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_printf.c.obj b30259d138f93027 +51335 51383 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_templ.c.obj d61d1cf5ee0a7381 +51264 51389 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_mem.c.obj 12488dc597c0b39a +51328 51488 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_task.c.obj 3c5127e279cee4ea +51382 51574 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cb.c.obj e9884836fcf72ae5 +51389 51608 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btn.c.obj 2b61b3b9ebf35d51 +51378 51617 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_arc.c.obj febb7a27a8842ca1 +51338 51654 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_misc/lv_txt.c.obj fa4a3dfb897bc073 +51383 51682 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_calendar.c.obj a403f2840c717231 +51608 51842 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_led.c.obj 60672e7a813857bf +51617 51867 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_kb.c.obj d62586fae0134158 +51574 51936 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_canvas.c.obj 1b06d7cf0b63391d +51488 51962 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_btnm.c.obj a0eb3e47b4653462 +51682 52107 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cont.c.obj 77394ce5aa9aee92 +51937 52199 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_gauge.c.obj a2c6e4b4d0b35d14 +51654 52211 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_chart.c.obj 9df91c6251bd6c3f +51965 52228 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_img.c.obj 45fcd4317fbe5016 +51842 52247 1584850617 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_cpicker.c.obj 3e9d09be06ba3381 +52107 52325 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_imgbtn.c.obj 5241cb512b2b8a43 +52228 52395 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_line.c.obj 2339c096676e606c +52212 52424 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_lmeter.c.obj 1cb788b142a81b89 +51867 52433 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ddlist.c.obj 9676e9ec10cdb98c +52199 52581 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_label.c.obj 4954d32ed4d61bc5 +52433 52597 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_objx_templ.c.obj 40e96e60d96be003 +52247 52652 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_list.c.obj 4a3331cf95a54a67 +52326 52664 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_mbox.c.obj 787e49820bc11b69 +52424 52668 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_preload.c.obj 5ec16a33bce32bed +52396 52671 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_roller.c.obj 4a3cd8097b6d99d6 +52598 52737 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme.c.obj 444f6b24be00d58e +52653 52766 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_alien.c.obj f052ea3e9aba214f +52668 52875 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_spinbox.c.obj 76d44f60f7c3dc17 +52671 52909 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_sw.c.obj fef491a60f60c731 +52664 52958 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_slider.c.obj 64c656848e32f2ef +52581 53096 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_page.c.obj e5aa943c153efe1b +52766 53197 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_table.c.obj 7c732f859687e4b7 +52958 53230 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_win.c.obj 154953695b77d3b3 +52909 53251 1584850618 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tileview.c.obj 2d1b41136a956fc4 +53096 53282 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark_bg.c.obj fece874495764fd5 +53197 53306 1584850619 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_themes/lv_theme_default.c.obj f6039a586f10c48e +52737 53340 1584850619 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_ta.c.obj d2f18874e950fb0f +53251 53398 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/benchmark/benchmark.c.obj 3af85646fc3c8344 +52875 53443 1584850619 esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir/lvgl/src/lv_objx/lv_tabview.c.obj 90a79d456443ee39 +53307 53530 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_group/lv_test_group.c.obj aa5903e74b8723d4 +53340 53543 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/sysmon/sysmon.c.obj 5132f895751db759 +53282 53566 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/demo.c.obj 2e7ac24f97079cba +53443 53572 1584850619 esp-idf/lvgl/liblvgl.a 9d5d10cf8ff1386b +53398 53601 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/terminal/terminal.c.obj 425a37fa60cdae14 +53572 53674 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btn/lv_test_btn.c.obj 26524ecbbfbb32fd +53543 53738 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_misc/lv_test_task.c.obj 338511c04cd4fce4 +53530 53760 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/tpcal/tpcal.c.obj f8ff51c7f7fea4ca +53566 53769 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_obj/lv_test_obj.c.obj b6584f3e1107990 +53674 53778 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_bar/lv_test_bar.c.obj d56cc0eb2d78c6e1 +53601 53784 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_arc/lv_test_arc.c.obj 920a1d2c58ec1bf +53784 53924 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cpicker/lv_test_cpicker.c.obj e99b5a4dfaa96c24 +53738 53934 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_chart/lv_test_chart.c.obj dd983e634d0786e2 +53769 53934 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_canvas/lv_test_canvas.c.obj 5840176855bda9cc +53760 53943 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_btnm/lv_test_btnm.c.obj 1e348e647edd3716 +53778 53968 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cb/lv_test_cb.c.obj 7056c78697203116 +53934 54062 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/lv_test_img.c.obj 73e8db36447390cd +53943 54103 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_gauge/lv_test_gauge.c.obj 605f81c0d1494620 +53925 54121 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_cont/lv_test_cont.c.obj e2e3daafae51bafd +53934 54130 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ddlist/lv_test_ddlist.c.obj ee38fc8adf10ed25 +54062 54180 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_1.c.obj 96623fdd6ec3cc9b +53969 54189 1584850619 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_img/img_flower_icon.c.obj 9c8b036103903105 +54103 54278 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/lv_test_imgbtn.c.obj c5acc69915420300 +54121 54299 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_2.c.obj 9399e0ebc4fab7c +54130 54334 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_3.c.obj 4221985ebda65584 +54189 54361 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_kb/lv_test_kb.c.obj c461dce48e115432 +54181 54373 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_imgbtn/imgbtn_img_4.c.obj 45b045086b90414f +54278 54458 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_line/lv_test_line.c.obj 8727d61e516aba61 +54299 54475 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_label/lv_test_label.c.obj 912d0fd62c70ad92 +54362 54522 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_lmeter/lv_test_lmeter.c.obj 74075c194f42d857 +54334 54534 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_led/lv_test_led.c.obj 8d7e71bbaadeeb26 +53230 54554 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_apps/demo/img_bubble_pattern.c.obj 81feb35deee73390 +54373 54579 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_list/lv_test_list.c.obj 94a10bcd0e3118ce +54476 54619 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_mbox/lv_test_mbox.c.obj 1778c0080866b573 +54458 54626 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_preload/lv_test_preload.c.obj 3187bf392f5642ad +54522 54674 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_page/lv_test_page.c.obj fe3940e9ae68581e +54534 54695 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_sw/lv_test_sw.c.obj 128d16e6bb3a92af +54554 54708 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_roller/lv_test_roller.c.obj 714a080dd38ecd05 +54579 54732 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_slider/lv_test_slider.c.obj 704ff09a2eb479bf +54626 54761 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_table/lv_test_table.c.obj 9fe6673245c0d144 +54619 54774 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_ta/lv_test_ta.c.obj 95b71d5e990b0ee4 +54674 54846 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_win/lv_test_win.c.obj d6bc366bd8ce9aa +54695 54871 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c.obj 9b6fa4eed0185c34 +54709 54880 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_objx/lv_test_tileview/lv_test_tileview.c.obj 10aeed8a47592778 +54733 54881 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/10_keyboard/lv_tutorial_keyboard.c.obj 8ee4ff09a08c8bec +54774 54934 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_1.c.obj a976847e4d8464f4 +54761 54940 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_stress/lv_test_stress.c.obj 1806e650dc160b63 +54846 54990 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tests/lv_test_theme/lv_test_theme_2.c.obj ed5e550f58d362b +54880 55023 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_chroma.c.obj 8bad86298515e5c8 +54934 55058 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/3_styles/lv_tutorial_styles.c.obj ae555cf7d988bfed +54871 55067 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/1_hello_world/lv_tutorial_hello_world.c.obj 67b39fce6be91d0 +54941 55083 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/4_themes/lv_tutorial_themes.c.obj e5171dfd3f1980e +54881 55104 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/2_objects/lv_tutorial_objects.c.obj 62475833591d91fc +55023 55146 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/lv_tutorial_antialiasing.c.obj b9591c799a14ea2a +55058 55180 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/lv_tutorial_images.c.obj 5c3987f203a3b167 +54990 55186 1584850620 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/5_antialiasing/apple_icon_alpha.c.obj 5c3bcde45ecd83b1 +55067 55257 1584850621 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/flower_icon_alpha.c.obj 6841c96ae58b6b76 +55083 55264 1584850621 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_flower.c.obj 194beb6613d91a44 +55104 55271 1584850621 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/8_animations/lv_tutorial_animations.c.obj 8caf7638dcb180df +55146 55311 1584850621 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/6_images/red_rose_16.c.obj bb55506adb00e9d7 +55186 55334 1584850621 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/lv_tutorial_fonts.c.obj 92171276b74970a0 +55257 55386 1584850621 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/9_responsive/lv_tutorial_responsive.c.obj cce52c6804c86350 +55181 55460 1584850621 esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir/lv_examples/lv_tutorial/7_fonts/arial_20.c.obj ec1a5e21292b3247 +55272 55524 1584850621 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_driver.c.obj 34a714f5982ad79e +55264 55542 1584850621 esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir/lvgl_driver.c.obj efe247361837b818 +55461 55552 1584850621 esp-idf/lv_examples/liblv_examples.a 82f3a76acecb0edf +55542 55603 1584850621 esp-idf/lvgl_esp32_drivers/liblvgl_esp32_drivers.a 279a1c1b59b4b1af +55311 55619 1584850621 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/disp_spi.c.obj 2a4c62fadf107472 +55334 55640 1584850621 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/hx8357.c.obj 98b9c6b4f94d2971 +55386 55696 1584850621 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9341.c.obj 40bf17bec442e65a +55640 55873 1584850621 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/touch_driver.c.obj 2a66078fc6eed014 +55552 55879 1584850621 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/st7789.c.obj 886804cd62db6029 +55524 55901 1584850621 esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir/ili9488.c.obj da9aaad280bcf0d9 +55604 55902 1584850621 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/ft6x36.c.obj 9591a18ed1689825 +55619 55907 1584850621 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/stmpe610.c.obj 154cf371738a587e +55901 55932 1584850621 esp-idf/lvgl_tft/liblvgl_tft.a 54e6a07d61896206 +55873 55972 1584850621 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_i2c.c.obj 41b3f99f8e875289 +55696 56019 1584850621 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/tp_spi.c.obj 11c76567a4e7bd98 +55880 56065 1584850621 esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir/xpt2046.c.obj 9a5a0bad4fd67966 +56066 56082 1584850621 esp-idf/lvgl_touch/liblvgl_touch.a a84b401e288a8a96 +56082 56100 1584850621 esp-idf/main/libmain.a e50809bc3b1cf5a6 +56100 57041 1584850622 esp-idf/esp32/ld/esp32.project.ld 95952199604882f3 +57041 57060 1584850622 CMakeFiles/bakalarka.elf.dir/project_elf_src.c.obj 92fec58e3baf4461 +57060 60575 1584850626 bakalarka.elf 9157c87dd2e1881 +60575 60887 1584850626 .bin_timestamp 715a021d8f39a8be +17 107 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +107 130 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +107 130 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +107 130 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +107 130 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +19 110 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +110 132 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +110 132 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +110 132 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +110 132 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +17 95 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +95 124 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +95 124 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +95 124 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +95 124 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +17 107 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +107 128 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +107 128 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +107 128 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +107 128 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +129 20073 0 CMakeFiles/flash d83eebc13dccbe41 +41 176 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +176 220 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +176 220 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +176 220 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +176 220 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +41 407 1585020243 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj a6b9714af1918bc8 +407 437 1585020243 esp-idf/main/libmain.a e50809bc3b1cf5a6 +438 2276 1585020245 esp-idf/esp32/ld/esp32.project.ld 95952199604882f3 +2277 8555 1585020252 bakalarka.elf 9157c87dd2e1881 +8555 9004 1585020252 .bin_timestamp 715a021d8f39a8be +31 160 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +161 191 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +161 191 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +161 191 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +161 191 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +192 19772 0 CMakeFiles/flash d83eebc13dccbe41 +15 29 1585020613 esp-idf/esp32/esp32_out.ld 8c63fbe09600b012 +32 118 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs11.c.obj 5e53d85948e7e9ad +32 175 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/certs.c.obj 6b085a47fcbea73c +15 250 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +29 270 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj 4fcc59e33c441db +33 375 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj 20149d7f8f904a11 +118 376 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj 5adf60210421eab7 +377 483 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.obj b08e3bad677e5e6e +270 536 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj 29a60c9a3f5d374b +30 547 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj e51851124e48b862 +250 559 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj 620aeaae2b5db36f +376 582 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj 8150fd290267689c +536 618 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj b024331307d43ac1 +547 643 1585020613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj f5941347238563e6 +559 767 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj 30cdd68daa46c801 +483 790 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj 73eb55c318e7593c +582 851 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj 812cb8e07fef19c8 +767 860 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.obj af272ef8ae4dfbee +643 877 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj eec509d157560d49 +790 888 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj e1b38e837b97f7e3 +860 983 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj f6d250e066717798 +175 994 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj ab617c1a8d0a9e0b +877 994 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj ea0eaf5f1d63e3fe +888 998 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj 1577e50976fb2d19 +851 1157 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj bf06441f8e82e460 +994 1196 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj b8d01f4cad94fe0f +1157 1231 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj 939c8482350cb653 +998 1323 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj f2eb0ba72f4332e +1231 1337 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj 37adafe73e9eaf1b +994 1356 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj 72bc9b6aabff2665 +1196 1375 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj e2084f9e45d8f107 +983 1478 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 9b6b7006c3f11791 +618 1490 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj a04cf172379f7def +1375 1559 1585020614 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/touch_sensor_hal.c.obj ff1bf688ceca3b01 +1323 1580 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj 5105a773ef5aa6ad +1478 1614 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.obj 627dd85d6337a7dd +1580 1644 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.obj 515c92f19bb486e +1560 1698 1585020614 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj cb4d27aae9c1cbfe +1698 1868 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj 6fa37e26332b1c12 +1490 1960 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj 919e8ad01f40d753 +1868 2004 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.obj d2f85563099220d5 +1614 2010 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj f366ab2b02f940f5 +1644 2015 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj f219615cf93bce6b +2010 2089 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj 6a31e43968ff5152 +2089 2226 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj 8e38cbac0de40d73 +2015 2295 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.obj 4b4f7600c7d59898 +1960 2302 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj 69dd4915fa10937b +2227 2312 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj dbc29a5bbec41aa0 +1356 2370 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj cd843719b30eeb20 +2303 2451 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj a225eb6ce43fb9bd +1337 2451 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj a3af968c67ab9c12 +2004 2523 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj f73b5cfb92407c29 +2371 2549 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj 7769b6d7f0a54bbc +2451 2654 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj 14b3504e24dab81d +2295 2668 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj 8b7300551504b8af +2312 2707 1585020615 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj f3ae3314e51a3fd1 +2523 2775 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj 476d585b0bdb9deb +2707 2805 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj e45a382f87f6d832 +2654 2823 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj e68b1851c640de7f +2668 2838 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj 1af46424c31458ff +2451 2853 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj 5a190d8071b957e6 +2805 2895 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj 9b97e17326eeb4f2 +2549 2943 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj cc0534c7a8f27a69 +2838 2958 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj a8769364554740cd +2854 2979 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj 766917eabdd8a007 +2895 3029 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj d987f94ba57bec33 +2943 3053 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj 40c31b460fdab003 +2958 3071 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj b1abbc269c8675b1 +2824 3091 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.obj b16b20888756824 +2979 3109 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj 6a9d8b5f4ba6cc62 +3029 3144 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.obj d9ff4450de980d72 +3071 3169 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_hardware.c.obj ee171c25d1d16fc7 +3053 3178 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj 9bb5a701c114bc34 +3109 3232 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_timing.c.obj c15c54b0d535a3d5 +3091 3243 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_mem.c.obj 62ab38891f030ec7 +3169 3359 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_sha.c.obj 9749a3ce0bbc1f42 +3179 3414 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_aes_xts.c.obj 3e23693094c1ba56 +3144 3454 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp_bignum.c.obj 74646d4af8565ce3 +2775 3474 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj 73728c0b3c8f987f +3454 3574 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj 5632daab98c1d48f +3233 3585 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/bignum.c.obj 4a609166be5cd2eb +3359 3672 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/sha.c.obj a1752e16a1ea8bc4 +3243 3697 1585020616 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/aes.c.obj 3ef8c07f5770bf38 +3414 3722 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha256.c.obj b99ef2be1306ff3e +3585 3809 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj 3059b0b7c874632b +3672 3928 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj 1e59c3eb4df2f2d6 +3574 3996 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha512.c.obj 6c0a75daf7ea7e35 +3723 4048 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj f9dc81bec0691839 +3474 4089 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/__/__/port/esp32/esp_sha1.c.obj bc883588bc31a39c +3996 4222 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/mbedtls_debug.c.obj 563b629bab6cf3a0 +3928 4308 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj 988c6be88ff3acd7 +4222 4346 1585020617 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj a991b5526a6aceac +3697 4468 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.obj c421326f74b2ac8 +4309 4475 1585020617 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_api.c.obj 16a2b7a94e230d59 +3809 4531 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.obj b2360ad368b2f2bc +4089 4538 1585020617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/__/__/port/net_sockets.c.obj fdf13bd768d11fc7 +4346 4544 1585020617 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_fields.c.obj 2fd500af7243a5fe +4468 4656 1585020617 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp32/esp_efuse_utility.c.obj 7ec20aae60cf6c97 +4475 4673 1585020617 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj e96fb5532089891d +4531 4763 1585020618 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj e51bd55a96cba237 +4673 4934 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock.c.obj ee9e8a4c6dd92ab7 +4538 4937 1585020618 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj de350ce3c8976080 +4545 4945 1585020618 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj 6273c4cacb9adf07 +4656 4981 1585020618 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj 77d42a6386fbc655 +4937 5133 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 77339bf53aea2f30 +4934 5136 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj 652970286b569791 +4763 5177 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 556a692629adfada +4945 5223 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj 4129d729ab162a8b +5136 5301 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 8cc366d0597a1718 +5223 5382 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 4d86dbe548c9a429 +4982 5437 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 80ff88084e52f45d +5301 5485 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj 25b11e69fe40069e +5177 5488 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj 3ef55db686511db4 +5437 5594 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj 28531746f777191c +5382 5612 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj db785e4a4d702179 +5133 5621 1585020618 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 2b0061bb7d6112da +5594 5700 1585020618 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_app_desc.c.obj 653074f99e9cb08a +5621 5766 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj 5448385089a5e08b +5488 5873 1585020619 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj b856a6e5a204876f +5766 5900 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj 7edf8fde86d34f5f +4048 6029 1585020619 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj c052958e4d91e4b5 +5700 6093 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/partition.c.obj aefc19da6bdfeaf9 +5874 6142 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj c658d33faa41eccf +6029 6157 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj a57dddea3cfdaf +5900 6189 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj 7ab652436f384c5d +5612 6199 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj 29f2bb102aea3cb8 +6093 6340 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj 2c7ecf53a8cb9c73 +6189 6396 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj 5a4f87c2088065fd +6142 6478 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj de5d38407180587b +6199 6484 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj 8f0739064d2111fe +6340 6499 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj c194966de020c997 +6397 6566 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj ff954394940372b0 +6478 6585 1585020619 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler_asm.S.obj d93b790f9d70e853 +6500 6633 1585020619 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_api.c.obj fa46fd61e114a69b +6566 6644 1585020619 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/dport_panic_highint_hdl.S.obj 25acc6344a70bca6 +6157 6649 1585020619 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj b663a3b2bccf3e9e +6484 6714 1585020620 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj 88c5429ac7e7980e +6633 6767 1585020620 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp32/reset_reason.c.obj cfa4be0ea405f93 +6649 6779 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/memory_layout_utils.c.obj 87b7ab78145e3f62 +6644 6812 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/cpu_util.c.obj ce8f5360513222d6 +6779 6841 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/lldesc.c.obj 9103b8c85948cf74 +6586 6878 1585020620 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj 63599ae4b5f7bc6e +6714 6902 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal_iram.c.obj 6064f4f16f7c97ce +6812 6948 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/cpu_hal.c.obj 102ecd7bf6775de1 +6767 6959 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_slave_hal.c.obj 2a8cc13113b45b58 +6878 7068 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/dac_hal.c.obj 7df79dfce608d244 +6841 7092 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/rtc_io_hal.c.obj d6712532d0d457a9 +7068 7111 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/soc_include_legacy_warn.c.obj 17df9f7e2b3acb1c +6902 7113 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/adc_hal.c.obj 9308a861601af43 +7092 7200 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/pcnt_hal.c.obj 15906865c02c9425 +7114 7238 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sigmadelta_hal.c.obj a953452407fe38f3 +6960 7270 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal.c.obj 90451c0ab1f76fcc +6948 7308 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_hal_iram.c.obj bcbe7dbb7e325722 +7200 7315 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/timer_hal.c.obj ff2d172f09e291a7 +7238 7354 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal.c.obj 930ee878ebc68233 +7111 7392 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2s_hal.c.obj 3a55c388f7323eae +7270 7407 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/ledc_hal_iram.c.obj e2d908a1280d2476 +7315 7464 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal_iram.c.obj 12d104cdc4142f85 +7408 7565 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal.c.obj 302b90d6cbc282fd +7392 7592 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/gpio_hal.c.obj 93d15a4c5fc6ca5 +7354 7609 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal.c.obj abd9833b1209a408 +7465 7633 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/uart_hal_iram.c.obj ca877031b9acb682 +7308 7646 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/i2c_hal.c.obj cdc4814cd3fbbaea +7566 7656 1585020620 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mpu_hal.c.obj 3f283e59f35ad16c +7609 7745 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/compare_set.c.obj c398ec746880507b +7633 7800 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/soc_hal.c.obj 3888af6445c7d37f +7656 7827 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/can_hal.c.obj c3eb6bd6d9d84da3 +7745 7864 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/brownout_hal.c.obj 783d0c79d1ae9c1e +7592 7905 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/spi_flash_hal_iram.c.obj 8a9332f103f8a33a +7905 8029 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_pm.c.obj 411f227e6e277e2f +7827 8074 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk_init.c.obj 7a3c9d16b0460aa9 +7646 8081 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/mcpwm_hal.c.obj 52c6f44b2db9fe4c +7864 8217 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_clk.c.obj 9dc0432f52b8a829 +8029 8267 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_init.c.obj a16547eb07882d6e +8218 8330 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/soc_memory_layout.c.obj 2c400e461f32d012 +8074 8372 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_time.c.obj 63a67e43d93a99f7 +8267 8408 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_wdt.c.obj c1455a4579e8a5b1 +8081 8439 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/rtc_sleep.c.obj 37f4ae2d1202f68c +7800 8458 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/hal/sdio_slave_hal.c.obj 33c1b6f3aeda1f19 +8439 8521 1585020621 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2c_periph.c.obj 1660e6d436922db3 +8330 8536 1585020621 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/touch_sensor_hal.c.obj 3f4777eab67e5dae +8408 8549 1585020621 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/adc_periph.c.obj ef893fed75657227 +8459 8569 1585020621 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/dac_periph.c.obj 92a817c5d823e1d1 +8521 8643 1585020621 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/gpio_periph.c.obj e2012e8630b1c6d0 +8549 8680 1585020621 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdio_slave_periph.c.obj dbbea780acaed617 +8570 8684 1585020621 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/sdmmc_periph.c.obj 7d8103ff645be070 +8536 8699 1585020621 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/rtc_io_periph.c.obj af3c63cb6d556553 +8643 8713 1585020622 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/interrupts.c.obj d5e6bc758a6e69bf +8372 8770 1585020622 esp-idf/soc/CMakeFiles/__idf_soc.dir/src/esp32/emac_hal.c.obj c63fc5dbac6ff491 +8680 8778 1585020622 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/spi_periph.c.obj d338324988564c61 +8684 8806 1585020622 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/ledc_periph.c.obj d1de44722f84f3f +8700 8823 1585020622 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/i2s_periph.c.obj fce760844ebb4f93 +8713 8836 1585020622 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/uart_periph.c.obj 614cb5e812cefd2 +8770 8911 1585020622 esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir/touch_sensor_periph.c.obj b68d1ec4d8eb57f5 +8806 9023 1585020622 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy.c.obj 29de2e665a306b37 +8911 9222 1585020622 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan8720.c.obj 9d9f5bdb90c688a +8823 9226 1585020622 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj 17c8822bb71b1086 +8778 9297 1585020622 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj 979109410e04f4b0 +8836 9324 1585020622 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp32.c.obj 79507c8ef577e5e3 +9023 9509 1585020622 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj 5600f8a091c70d10 +9226 9596 1585020622 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj 179654b2d598a871 +9297 9624 1585020622 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj 5256ffdf40f76a69 +9324 9695 1585020622 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_ppp.c.obj bd9ec6e062450dcf +9222 9785 1585020623 esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir/tcpip_adapter_compat.c.obj b14c4d888f13f00c +9509 9873 1585020623 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj 57ba8996a2eaa210 +9624 9879 1585020623 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/loopback/esp_netif_loopback.c.obj d48b4eb6ff82ff5f +9695 9949 1585020623 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sta_list.c.obj c42878fcccf9203c +5485 10035 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +5485 10035 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +5485 10035 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +5485 10035 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +9785 10116 1585020623 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj d5e0546299ee5964 +9873 10245 1585020623 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj dc32daafe861024c +10035 10291 1585020623 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_send.c.obj bbc08bc96e7b25a7 +9879 10322 1585020623 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj 35a01ab84f5bb4e8 +9597 10409 1585020623 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj 4ce3da35f990a752 +10116 10420 1585020623 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/event_loop_legacy.c.obj db0fdbd7b646c762 +10291 10488 1585020623 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj caedd5ff754abe13 +10322 10513 1585020623 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj 72f8ecf726a7fae0 +9949 10607 1585020623 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj b57b4fec865631e7 +10245 10623 1585020623 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj c5632da65dc0ffe5 +10420 10729 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj f3495d9c873cc11c +10623 10791 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-cbc.c.obj aaa94d714e9ad896 +10488 10832 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj 579b1110a728b0fe +10608 10893 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-dec.c.obj adc85a1c6fc74dbd +10513 11017 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj eb6571abe5b624c +10729 11021 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal-enc.c.obj 162421fe10f1a595 +10791 11031 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj 70450d59c9999151 +10894 11083 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-omac1.c.obj 8b43857304f0f4b3 +10832 11097 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-internal.c.obj d1813da7dc5a8553 +11017 11129 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj d5202f55b0839f32 +11022 11153 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj a1edad39e8cdc091 +11129 11316 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj 39aaa31f66c5a298 +11083 11372 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 87c41747bceff9ee +10409 11392 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj cbcf57c5c6e9332 +11153 11402 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-cipher.c.obj c60d9d921271099e +11316 11461 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-modexp.c.obj e5b55f2c6b5f39f7 +11097 11487 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_mbedtls.c.obj ecd40bf9fabd7784 +11372 11580 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal-rsa.c.obj 6c8c1cc49e3ae20e +11392 11588 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_internal.c.obj f323c15826d0b280 +11402 11632 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj 392a3478c7dc44a3 +11461 11648 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj 8f8f73c3d1f3b327 +11488 11667 1585020624 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj 2d4c80b7856db686 +11632 11774 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5.c.obj 90c9a3efb58be2f +11031 11796 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/bignum.c.obj 7c390c15e23d2704 +11580 11808 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj 9b36f8fe69e7761b +11648 11819 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj 17d78e7cdcd41501 +11588 11843 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md5-internal.c.obj 390c57d91cfb67e7 +11808 11934 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1.c.obj a1b6a90e645580f2 +11796 11954 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-pbkdf2.c.obj 56cdc2f4252454d1 +11667 11956 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj 54d871bc662d8b93 +11819 11987 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-internal.c.obj a3af104b90b5231a +11844 12037 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256.c.obj 31260c3aecd004e8 +11774 12139 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-internal.c.obj 54bddcfaa79e3506 +11954 12206 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj 6a5f09c6bfb92865 +12037 12240 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj fc74de41ec555ad9 +11956 12279 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj e308e3da6a0ed128 +12139 12351 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj 486c094c1982ad19 +12279 12466 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj d8c6744c9cc4c780 +11934 12533 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj 18530610988ddd11 +12206 12617 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj 6f66ad87d21690a1 +12240 12631 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj 767943c614345a1d +12351 12645 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_hostap.c.obj 5458b43f470d9ee8 +11987 12667 1585020625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 49dd6c5d51e4598f +12617 12818 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpas_glue.c.obj b63478115c5bbfd5 +12533 12882 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa_main.c.obj b8bc260091d71903 +12645 12912 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa3.c.obj 39d64f2ad495303 +12667 13014 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj 1054d2f8ec3dffc7 +12466 13082 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wpa2.c.obj 7031bebde3d1fac7 +12882 13095 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/asn1.c.obj 1a0e09abb598049f +12912 13221 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj 483bfb4eab03e6aa +13082 13344 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs1.c.obj 41cfa15f86587e19 +13095 13450 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs5.c.obj ea8f61a53d391fa8 +13344 13540 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/pkcs8.c.obj 96507abbf32a17a7 +12631 13558 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/esp_supplicant/esp_wps.c.obj bf63ad0d92a4c6eb +13221 13564 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tls_internal.c.obj a39fe3c82e29d4d1 +12818 13626 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj 34caa37341fd31b4 +13558 13677 1585020626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_common.c.obj e25568a543fd01fe +13450 13793 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_read.c.obj bd96bcfd10a93c1 +13540 13831 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/rsa.c.obj 23e11a46290371a6 +13014 13839 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/bignum.c.obj 98e16976c8a48268 +13677 13920 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_cred.c.obj 3b32ed2a1367983c +13564 13964 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client.c.obj 1d16cd65a1fd42dc +13626 13972 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_client_write.c.obj f653b907ddb5efa6 +13793 14140 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server.c.obj 8b4b169a09eacd5d +13831 14166 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_record.c.obj 4694aa91c967c051 +13972 14185 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj aa6e32bbf60ae965 +13920 14210 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_write.c.obj 105c8465fffeeaf +13839 14279 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/tlsv1_server_read.c.obj 29743f81b591c7a4 +14140 14311 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj db8eae0be7befb5e +14167 14351 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj ed773ca4350acb97 +14210 14383 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj 6a78f22896fdf5eb +14185 14410 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj f82fb5127beb33d2 +14279 14433 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj ea78ddbf1d04a8cc +13964 14632 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/tls/x509v3.c.obj 1f397e451cb774fc +14383 14666 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj 509b21db3123f698 +14352 14688 1585020627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj 7f297422df7da627 +14311 14789 1585020628 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj 17da43368a4b666d +14413 14814 1585020628 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj d12d67e318af0586 +14434 14848 1585020628 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj a8aae163c70d0df0 +14667 15045 1585020628 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj 1e4f1a9264a9a893 +14632 15438 1585020628 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj d7170eff8de976d1 +14789 15635 1585020628 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_validate.c.obj 74a44b3e0940c2 +15635 15882 1585020629 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_ops.cpp.obj cc772de4544f40b2 +14688 15994 1585020629 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_registrar.c.obj 5c2cde4546276322 +14848 16522 1585020629 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj 5f52ae7f8dab3dca +14814 16923 1585020630 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj e28cd8d47756f0 +15439 17392 1585020630 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj 5f928f73311093f0 +15994 17612 1585020630 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj 47bafa6cc48a53c7 +15882 17644 1585020630 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj 11759b1956623d8c +15045 17674 1585020630 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj 61f97fde6e32a08 +17644 17831 1585020631 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/coexist.c.obj 851babb53a5a349f +17831 18065 1585020631 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj 53ca2d5e57280b97 +17674 18129 1585020631 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj be0636faf4db39cd +16924 18340 1585020631 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj 53e9e30b40eb25f9 +18065 18418 1585020631 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj f3f8c5ce569f7ada +17392 18420 1585020631 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj d2e3cac4a9b21f66 +18340 18689 1585020631 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj 31129163c6fa8bcd +18129 18786 1585020632 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/phy_init.c.obj 89a4265024c628cf +18418 18792 1585020632 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj eae37e074555e393 +18420 18892 1585020632 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj abfe8d8e1fb3afdc +16522 18972 1585020632 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj 80faa7a46b0120fc +18792 19054 1585020632 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj 13d808216093d732 +18689 19120 1585020632 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj e84f19c8cb1b96e4 +18972 19305 1585020632 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj cf7af956263e8b8f +18786 19365 1585020632 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj c9b8cc3df3d94c07 +17612 19481 1585020632 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj 1f50ff982a173be1 +19054 19604 1585020632 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj d0b7927b8ab0104e +18892 19612 1585020632 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj e380d062e201769f +19365 19621 1585020632 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj 1735022ecac1b951 +19305 19667 1585020632 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj 83649dec8a732855 +19612 19765 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj 577b62906c8a3e7d +19621 19935 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj ecfb975dc192ca61 +19121 19939 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj 7f83189e36467e49 +19604 20010 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj 4d0caca18245133e +19481 20011 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj e512427ef21e22ca +19667 20059 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj 33b8e2ab6ab9d74b +19935 20181 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj 9d3ab4dd77b7167a +19939 20206 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj cb4f1db05aaba428 +20010 20264 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj 336dca2aed7bfdb2 +20011 20359 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj 3bd0b2a58c2bff52 +20059 20434 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj c0e9c49c6f00cd8b +20206 20498 1585020633 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj 6f8e56bcc948d49 +20434 20759 1585020634 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj 9972798a0051c520 +20264 20801 1585020634 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj 556e9711b484ccfb +20499 20959 1585020634 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 4396063447d8a1c5 +20181 21108 1585020634 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj e8806157210c4a95 +20759 21137 1585020634 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj ef3cedb52e3f6786 +20359 21450 1585020634 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj 67bb18b594e109d4 +20959 21634 1585020634 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj e63c116cb56fba4a +21450 21774 1585020635 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj 79bdcd2ec31af5e7 +20801 21920 1585020635 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj e1acfa369cc96352 +21920 22528 1585020635 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj b1c2f31a5ad2945e +19765 22538 1585020635 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj fde02ce432e66fae +21774 22613 1585020635 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 8a5d43871eac97f4 +21108 22665 1585020635 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj d802474ade654a1a +22529 22716 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj 6c13954ae5c00eed +21634 22784 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj c5d4549662610d5 +21138 22834 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj fade4a1edc9f0f96 +22784 23044 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj c0e84898ade4229b +22716 23253 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj 8ce37f621eb9386e +22613 23380 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj 50c8912980e73ff3 +22834 23398 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj e8974ff718de6bd7 +22665 23434 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj 7bc8574675197530 +23253 23521 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj 47eddb4edc32e9d3 +22538 23532 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj 8c17e5b31dd96f0f +23044 23672 1585020636 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj bb60e82ed574f99d +23434 23754 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj b3515ff52023ed83 +23521 23772 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj 1ba31e6710d4882d +23532 23781 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj 634e49d8285dd6c9 +23380 23844 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj e314b9a35f4d0037 +23772 23940 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj c25157fc13735247 +23844 24146 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj 23480ceb1f263a3e +23781 24267 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj b29b9f01bc6218dd +23398 24315 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj bef09bc64a1b42f6 +24267 24473 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj 6db536946d4d31ad +23754 24506 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj 7263fc09734a5790 +24315 24565 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj 96093a349c709750 +23940 24578 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/lowpan6.c.obj 20cf6a79fb7fb9dc +24146 24592 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj 771b807e11f8340d +24474 24690 1585020637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj 85ae330c0ee32c12 +24592 24738 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj 9f8eea5345f6b0e4 +24506 24787 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj d0e66fbc898d25a5 +24579 24813 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj ab8bc35a79c5e78e +24565 24832 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj f749bcc165837691 +24739 24899 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj 15524cfa6d5673e7 +24690 24957 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj 5889ae3ad146784e +24788 24968 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj 4de30b077d0583e1 +24813 25012 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj e7c3444eb66231ef +24832 25024 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj e3c651fccf8954b4 +24957 25143 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj 79c68902a7fcd46b +25012 25151 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj 7123e9fd03b086a6 +25024 25162 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj 811b681e37787174 +24899 25177 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj 2018746af2567636 +24968 25186 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj 635ce36b45669c07 +23672 25196 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj 47b7d5913f3c64a6 +25143 25289 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj 615fc87f3c3f6a8a +25151 25300 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj 9d62b9dbba5c2c28 +25162 25351 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj d15920c299aaeaa +25187 25368 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj 2272bece4ce53f85 +25177 25392 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj 4298e5baf4d8c480 +25196 25412 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 2d493aba99a77003 +25289 25509 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj 2d761c4e64017e62 +25300 25607 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/vfs_lwip.c.obj ab3940556b4ae489 +25392 25631 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/ethernetif.c.obj cfef06aebc3e3b0f +25351 25664 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/freertos/sys_arch.c.obj dd0b65e4885c015 +25368 25705 1585020638 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/debug/lwip_debug.c.obj fbd1f7eedb3a05c4 +25632 25759 1585020639 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 33dfd192546c2f97 +25412 25771 1585020639 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/dhcp_state.c.obj 332d026e324c4930 +25607 25901 1585020639 esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj 26a9601ec2600d66 +25509 25915 1585020639 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32/netif/wlanif.c.obj 44916de880e45d3b +25664 25918 1585020639 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 8475b11c18a5b94d +25759 26004 1585020639 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj 8f7c82b032070b98 +25705 26055 1585020639 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj 902688992b39eeb +25919 26312 1585020639 esp-idf/driver/CMakeFiles/__idf_driver.dir/periph_ctrl.c.obj 5ae287ce163eb22f +26004 26423 1585020639 esp-idf/driver/CMakeFiles/__idf_driver.dir/can.c.obj 75c511ee5b0bab3d +25771 26440 1585020639 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj a08c6a8eedb203f2 +26055 26477 1585020639 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac.c.obj 9a19feffde4168a6 +25915 26569 1585020639 esp-idf/driver/CMakeFiles/__idf_driver.dir/adc.c.obj c00408cfda051306 +25901 26586 1585020639 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj 2100604b1035a5c1 +26312 27119 1585020640 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio.c.obj d338213d481b02f0 +26423 27141 1585020640 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c.c.obj b6998a1f1d5b1c9e +27142 27443 1585020640 esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_module.c.obj 18ae6a8ffc476f28 +26477 27462 1585020640 esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc.c.obj 81c311aadc3fd67a +27443 27551 1585020640 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_crc.c.obj 3eb587fd8ed0a9be +26586 27622 1585020640 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt.c.obj e99bf8196316f125 +26440 27624 1585020640 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s.c.obj cdf30f7e92ca0d33 +26569 27701 1585020640 esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt.c.obj 86b8b633b78a24ca +27119 27735 1585020641 esp-idf/driver/CMakeFiles/__idf_driver.dir/rtc_io.c.obj 501f4c45117fe01a +27622 27846 1585020641 esp-idf/driver/CMakeFiles/__idf_driver.dir/sigmadelta.c.obj 7534d43cb27a166e +27551 27924 1585020641 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_transaction.c.obj 64f5eff0b7e388d9 +27463 28028 1585020641 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdspi_host.c.obj bf6f2b3cb1cc4ea7 +27735 28083 1585020641 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_slave.c.obj 17919c541a9d0ebc +27624 28293 1585020641 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_common.c.obj 40d2859175d530cf +27925 28405 1585020641 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor_common.c.obj e96fc583988b5ade +27701 28527 1585020641 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi_master.c.obj 4f96eac3f9e1f4e0 +27846 28750 1585020642 esp-idf/driver/CMakeFiles/__idf_driver.dir/timer.c.obj 39acc43e17bc399 +28083 28872 1585020642 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm.c.obj 4d8fa278be168fce +28405 29028 1585020642 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_host.c.obj 54f91e3bb4f35712 +28293 29188 1585020642 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave.c.obj 23bbec983db7100 +28527 29288 1585020642 esp-idf/driver/CMakeFiles/__idf_driver.dir/esp32/touch_sensor.c.obj 7d1742177fae65bb +28750 29304 1585020642 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc_transaction.c.obj 4f6c98e632707eb4 +29028 29364 1585020642 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj 9729f133ca994898 +28872 29423 1585020642 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj cc9dbe77cd37dd60 +29288 29468 1585020642 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj 8b2f4f9940484ddb +29188 29485 1585020642 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj 97362a1088b6f67c +28028 29504 1585020642 esp-idf/driver/CMakeFiles/__idf_driver.dir/uart.c.obj 859a78cf48b35d2e +29468 29591 1585020642 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_port.c.obj da216bb7545b2a0c +29304 29613 1585020642 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj dab6091bc01cb6c +29364 29645 1585020642 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj 40dfa11f1feb5b20 +29423 29673 1585020642 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj 4265fd63be1e61ae +29485 29688 1585020642 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj 707f879fed825658 +29504 29704 1585020642 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj db2bda8711352316 +29614 29791 1585020643 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/brownout.c.obj 57757adf628f07e7 +29591 29795 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_err_int.c.obj d68a706dce5c1214 +29673 29896 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cache_sram_mmu.c.obj f3b09dafc2279a9 +29645 29954 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/crosscore_int.c.obj 92611242234b4037 +29688 30073 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/clk.c.obj 1366150fbc1992c6 +29896 30096 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/hw_random.c.obj dd43e713ad2ee254 +29795 30112 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/esp_himem.c.obj ab97a840cdbd0483 +29792 30189 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/dport_access.c.obj 3568da11267d93f +29704 30200 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/cpu_start.c.obj 9054a83e111c6e03 +29954 30237 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/int_wdt.c.obj 6591e07bb725b88f +30112 30314 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_trace.c.obj 96ffc18083f4d5a0 +30200 30479 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram.c.obj 820ad4d92fc9ebdc +30096 30577 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/pm_esp32.c.obj dfd56f1a9ae11cc4 +30237 30588 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/spiram_psram.c.obj dce2d4af8d66e9b1 +30073 30633 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/intr_alloc.c.obj 4109da51c340ffea +30189 30675 1585020643 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/sleep_modes.c.obj 3c51dfa0d6e67fe6 +30588 30819 1585020644 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/mac_addr.c.obj f721e23b6f442720 +30315 30824 1585020644 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/system_api_esp32.c.obj efd679088e15fab5 +30577 30884 1585020644 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 72d4123064a034f4 +30479 30909 1585020644 esp-idf/esp32/CMakeFiles/__idf_esp32.dir/task_wdt.c.obj 8be06a60b2c208fa +30634 30923 1585020644 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/pm_locks.c.obj 51e1726fa176beff +30819 30956 1585020644 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err.c.obj 394ce3fec6ec56ce +30675 30983 1585020644 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/freertos_hooks.c.obj 20732dbdf6bafdb0 +30824 31036 1585020644 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/dbg_stubs.c.obj ffbe490ba865255 +30909 31073 1585020644 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/stack_check.c.obj f4d4ff991b2b8da5 +30884 31168 1585020644 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/ipc.c.obj a0a789c8d266405d +31074 31184 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/portasm.S.obj 17b3efe38e3617e2 +30923 31194 1585020644 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj bfa1eb8b238e25b5 +30983 31273 1585020644 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj b5acabc7084e2982 +31184 31286 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_context.S.obj 4380aa60d7ecb4af +31194 31320 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_init.c.obj c126678295a0b181 +31273 31331 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr_asm.S.obj b62a8c361cf41e20 +31168 31347 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_overlay_os_hook.c.obj 5a63ea3680b3ee6a +30956 31370 1585020644 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj 1e9aa4a44f4eb9c5 +31320 31377 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vector_defaults.S.obj ae08d9a2a49512a7 +31037 31431 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/port.c.obj d7498b9b552fa6b5 +31331 31465 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_vectors.S.obj ddb73ac753f08268 +31286 31491 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/xtensa/xtensa_intr.c.obj 83fc2d72d8ad9582 +31377 31569 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/list.c.obj b6b27581006b9649 +31347 31622 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/croutine.c.obj de26f7a71e6bd1fd +31432 31632 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj 4a00f00b17b062b0 +31370 31688 1585020644 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/event_groups.c.obj 9bda50b0ef210b77 +31632 31787 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj 10213c4b563eaebf +31569 31881 1585020645 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/timers.c.obj d6e491ed748fa4c4 +31491 31907 1585020645 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/queue.c.obj bb0c30ba3bf721d5 +31881 32100 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj 1db1bc21ea98a0f2 +31787 32165 1585020645 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj b38d266c76cde2ae +31908 32175 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj ff7afc5ba7bab41f +31688 32270 1585020645 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj a6ebca211b2a7ab9 +32100 32291 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj e920ca8ee03a2b44 +32176 32310 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pread.c.obj 1395c73602d0312 +32165 32335 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj 8a80f314e6cc154a +32292 32417 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj 41f4f556f1909f8f +32335 32458 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj 9d0f2c9de6f746c +31465 32460 1585020645 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/tasks.c.obj 8e48beebea188ef3 +32270 32465 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pwrite.c.obj c94da83c0e25435 +31622 32499 1585020645 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj 56f0a8ed35add288 +32417 32593 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj bb05141dc784637c +32458 32620 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/select.c.obj b361c982f91bcf46 +32310 32632 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj 2a1556cdc96337cc +32461 32672 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscall_table.c.obj 18736c5f9f3637a2 +32465 32680 1585020645 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/utime.c.obj e5ba6daee3fe69aa +32620 32740 1585020646 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj d74a4c9c79b4ac58 +32499 32741 1585020646 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj fc1713e8b0209c43 +32632 32836 1585020646 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj 12eed60425fd665b +32681 32871 1585020646 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/gcov/gcov_rtio.c.obj c8e0fb28b5b5e23c +32673 33002 1585020646 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj 9d7477055e5648dc +32593 33029 1585020646 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj fb7a8af422402899 +32836 33126 1585020646 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.obj 71c80e7c70ec8c52 +32872 33217 1585020646 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.obj 5b1c9d7760ab8b1e +33003 33257 1585020646 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.obj 765de8f82152873a +33029 33277 1585020646 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.obj 24f0d34456b74a65 +32740 33300 1585020646 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.obj c4303ecfa4dda4d2 +33126 33389 1585020646 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.obj 44cb918d96c29c1 +33217 33401 1585020646 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.obj 9e509cf86c24478c +33277 33493 1585020646 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.obj 1ee6226dffa8f490 +32742 33509 1585020646 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.obj 5151e6f485fda92c +33300 33702 1585020646 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.obj c087ac416aa084ec +33389 33855 1585020647 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.obj c2b6a0def2140719 +33493 33988 1585020647 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj 37aec9588b0b98b4 +33509 34081 1585020647 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj a8ef0e7c0c7ec6d3 +33702 34096 1585020647 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj 713d6119721d556f +33855 34220 1585020647 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_tcp.c.obj 9a6f02a1bfb15382 +34081 34257 1585020647 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_utils.c.obj e700c98cc4b5b57c +33988 34455 1585020647 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj d684f1aaa3ef4fef +34257 34489 1585020647 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj c956d42bf1e6eee1 +34220 34499 1585020647 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj 49de941a8fdd7369 +34096 34592 1585020647 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj e9c0ac3af2619026 +34489 34741 1585020648 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj fa774017de65ef7b +34499 35028 1585020648 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj 85b0ac563ecd13e8 +34741 35162 1585020648 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj 1362475d4a45ec43 +33401 35173 1585020648 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.obj 2f942485126681e1 +34455 35182 1585020648 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj ade113e84032744e +34592 35225 1585020648 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj e8eaf732e043d3ac +33257 35301 1585020648 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.obj 7a444a39fb81f014 +35028 35387 1585020648 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj d506c00f4561493a +35173 35397 1585020648 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj 49d3279ab0e2e2d9 +35301 35440 1585020648 esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp_macro.c.obj 1591b1b498aaf318 +35182 35457 1585020648 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj 3cf8b0690a27d0a7 +35225 35458 1585020648 esp-idf/ulp/CMakeFiles/__idf_ulp.dir/ulp.c.obj e32cde81f33948f +35458 35479 1585020648 esp-idf/ulp/libulp.a b5ba4f97522c9ec3 +35162 35529 1585020648 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj ff455323944b947b +35530 35558 1585020648 esp-idf/esp_http_server/libesp_http_server.a 8ebd1da8c170e991 +35558 35593 1585020648 esp-idf/esp_http_client/libesp_http_client.a 4ffd10c652f4da0e +35593 35629 1585020648 esp-idf/tcp_transport/libtcp_transport.a ea2beb8be5ea9cac +35629 35677 1585020648 esp-idf/esp-tls/libesp-tls.a 31affc00a434415b +35677 35755 1585020649 esp-idf/nghttp/libnghttp.a c621045d4dc2c2e9 +35755 35787 1585020649 esp-idf/app_trace/libapp_trace.a b631249a9244a40a +35787 35815 1585020649 esp-idf/cxx/libcxx.a a50eeb7ca8b482fd +35815 35841 1585020649 esp-idf/newlib/libnewlib.a 855580b12edfb31b +35841 35877 1585020649 esp-idf/vfs/libvfs.a 49e38bc49dfb99ad +35877 35913 1585020649 esp-idf/freertos/libfreertos.a 8adaa22c425c727c +35913 35946 1585020649 esp-idf/esp_timer/libesp_timer.a 33b8c301002404d9 +35946 35981 1585020649 esp-idf/esp_common/libesp_common.a adf28ed1f2e8ebd2 +35981 36020 1585020649 esp-idf/esp32/libesp32.a 5ecf3157bee85aa5 +36020 36062 1585020649 esp-idf/perfmon/libperfmon.a b74d9df8a26398f8 +36062 36084 1585020649 esp-idf/espcoredump/libespcoredump.a 61e4a4fb412fae8c +36084 36122 1585020649 esp-idf/pthread/libpthread.a 3a7af1abd593645d +36122 36189 1585020649 esp-idf/driver/libdriver.a 5cd66d74d6544f4f +36190 36232 1585020649 esp-idf/esp_ringbuf/libesp_ringbuf.a 52142642e68b28d5 +36232 36268 1585020649 esp-idf/heap/libheap.a 651625a391e6c741 +36269 36312 1585020649 esp-idf/log/liblog.a 1274d7808513dadc +36312 36420 1585020649 esp-idf/lwip/liblwip.a cfc5b7a574b9e094 +36420 36446 1585020649 esp-idf/esp_wifi/libesp_wifi.a effb86670d9970ec +36446 36488 1585020649 esp-idf/nvs_flash/libnvs_flash.a ae6808df23dc8a0b +36489 36591 1585020649 esp-idf/wpa_supplicant/libwpa_supplicant.a 934adf958a664c37 +36591 36646 1585020649 esp-idf/esp_event/libesp_event.a 3706ea83ed15eb7f +36646 36676 1585020649 esp-idf/esp_netif/libesp_netif.a 9b9a8a1d361dc99f +36676 36702 1585020649 esp-idf/tcpip_adapter/libtcpip_adapter.a d3f10370c7462d1e +36702 36754 1585020650 esp-idf/esp_eth/libesp_eth.a 80e079e349f37dcc +36756 36820 1585020650 esp-idf/soc/soc/esp32/libsoc_esp32.a 5535786e5680a71 +36821 36880 1585020650 esp-idf/soc/libsoc.a bdb543765a75c368 +36880 36914 1585020650 esp-idf/esp_system/libesp_system.a 2059c603ec302120 +36914 36949 1585020650 esp-idf/spi_flash/libspi_flash.a bd64ee73ae26c95c +36949 36982 1585020650 esp-idf/app_update/libapp_update.a 629b42f69c26dd2b +36982 37013 1585020650 esp-idf/bootloader_support/libbootloader_support.a 81bd485cf13f5f2f +37013 37045 1585020650 esp-idf/efuse/libefuse.a 8b73fc3e19818359 +37045 37084 1585020650 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 48870cf31bc57c21 +37084 37148 1585020650 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a ba9822d5d40cb5ce +37149 37180 1585020650 esp-idf/mbedtls/mbedtls/library/libmbedx509.a cec41cc9a3a87882 +37181 37293 1585020650 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj 41e6898ed1bc5f1b +37183 37370 1585020650 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/esp32/trax_init.c.obj 1e6b1b8dc6601e4e +37181 37380 1585020650 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj 4ff4468879b463b +37185 37392 1585020650 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj 2f309274117d0c08 +37293 37456 1585020650 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder_close_container_checked.c.obj 91d393ea06dd3512 +37187 37478 1585020650 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj d8bf29ee2734cde2 +37380 37584 1585020650 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborerrorstrings.c.obj b00e0a354136e15b +37478 37596 1585020650 esp-idf/mbedtls/libmbedtls.a 20f83969fcd73776 +37456 37647 1585020650 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser_dup_string.c.obj deac31bc73c5ee1a +37597 37668 1585020650 esp-idf/xtensa/libxtensa.a 39c97242db240995 +37371 37738 1585020651 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborencoder.c.obj 26b0137932b9755b +37584 37757 1585020651 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty_stdio.c.obj 3bf0177c6f65799f +37392 37909 1585020651 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborparser.c.obj f09de5fa975c8dfe +37757 38001 1585020651 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/open_memstream.c.obj 6f01aa75e1d2e488 +37669 38025 1585020651 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborpretty.c.obj c3669caed55c3d13 +37909 38184 1585020651 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_event.c.obj ff178f4cfcd8bf73 +37647 38252 1585020651 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cbortojson.c.obj df393e94294e1129 +38002 38260 1585020651 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/address.c.obj f97d3a67764aada5 +37738 38291 1585020651 esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/cborvalidation.c.obj 31dd1bd388e97df7 +38291 38403 1585020651 esp-idf/cbor/libcbor.a a95ad5cc568fa046 +38025 38430 1585020651 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/async.c.obj c6b9f758af428cc7 +38252 38554 1585020651 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_hashkey.c.obj 5030558c6f6c36d4 +38184 38579 1585020651 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/block.c.obj a211b752d499d287 +38260 38794 1585020652 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_debug.c.obj 2fd43b4877ff2e02 +38430 38808 1585020652 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_time.c.obj 20c789316bcfbc08 +38581 38910 1585020652 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/encode.c.obj d216d26246db22f1 +38403 39126 1585020652 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_session.c.obj 158af1b535b2db36 +38794 39154 1585020652 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/mem.c.obj ce351ace95fec134 +38910 39229 1585020652 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/str.c.obj 4418a95749233797 +38808 39414 1585020652 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/option.c.obj aa668b63c113b113 +39229 39537 1585020652 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_notls.c.obj fc6356ccb6a8853f +39126 39589 1585020652 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/pdu.c.obj 7a86b5521f36268d +38554 39736 1585020653 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/net.c.obj e04671b07da484f1 +39414 39790 1585020653 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/subscribe.c.obj d67c5099e4246b75 +39154 40030 1585020653 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/resource.c.obj f7ed387f54a38e44 +39537 40092 1585020653 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/uri.c.obj a8b921496ea192fb +39791 40107 1585020653 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj ec2ebaeb338d11f0 +40030 40345 1585020653 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj c0e6f889c5a97127 +40107 40430 1585020653 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj cf8d693130622701 +39589 40465 1585020653 esp-idf/coap/CMakeFiles/__idf_coap.dir/libcoap/src/coap_io.c.obj 7f9e73c1ed300700 +40345 40476 1585020653 esp-idf/console/libconsole.a 2633ce91f5d7cfbc +39736 40491 1585020653 esp-idf/coap/CMakeFiles/__idf_coap.dir/port/coap_mbedtls.c.obj b69597b97d3cb830 +40431 40673 1585020653 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj 6dc2aa1249423b76 +40092 40673 1585020653 esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir/esp_adc_cal.c.obj d4f5b287b54a3c43 +40491 40677 1585020653 esp-idf/coap/libcoap.a 44ce67ee174d4c41 +40465 40687 1585020653 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/esp32/gdbstub_esp32.c.obj a4bb384907bfc443 +40476 40696 1585020653 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/xtensa/gdbstub_xtensa.c.obj 7d8dff5abf2c7103 +40674 40737 1585020654 esp-idf/esp_adc_cal/libesp_adc_cal.a 321a66f17fd37eef +40696 40784 1585020654 esp-idf/esp_gdbstub/libesp_gdbstub.a 17fa000c0dae215f +40673 40948 1585020654 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj 8cac2adf84d73e55 +40678 41006 1585020654 esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj afc83e823cb63ffe +40737 41161 1585020654 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj 9464fe2676084870 +40948 41199 1585020654 esp-idf/esp_https_ota/libesp_https_ota.a fefb0d1df4e90f1e +41006 41208 1585020654 esp-idf/esp_https_server/libesp_https_server.a ebdd02b3e26beb0f +40784 41217 1585020654 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj d8b13b07bec7c003 +41208 41658 1585020654 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 5870011e5c57795a +41161 41668 1585020654 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj 3b8e3b92c3604e29 +41218 41882 1585020655 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj b5fe994343abd2e +41668 41899 1585020655 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj b68f87ac68d3c486 +41658 41995 1585020655 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj b154c0a48629be5d +41199 42032 1585020655 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj f0db0f1663453c8c +41882 42343 1585020655 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj b560ca64e20196f4 +40687 42582 1585020655 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj d119b991363a8fd +41995 42728 1585020655 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_console.c.obj 1ff5446daf382c65 +42032 42742 1585020656 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns_networking.c.obj 85a610e2057e822f +42582 42750 1585020655 esp-idf/protobuf-c/libprotobuf-c.a f493e1ef2b08a025 +42343 42802 1585020656 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj ab8a934c142ad7ae +42750 42992 1585020656 esp-idf/protocomm/libprotocomm.a a24354d090c61c70 +42728 43134 1585020656 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj 90e7afa905c062a +42742 43365 1585020656 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj 4a3f799b74144365 +42802 43641 1585020656 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj bcb8e8d8aa07b7cd +43366 43731 1585020657 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj c1dc9b74cd464a15 +42993 43824 1585020657 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj 9a086305f031f58b +43134 43930 1585020657 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj ca03177b1a43ea13 +43642 44147 1585020657 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj bd8f20d1f0c5bbd2 +43731 44157 1585020657 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj 572d0ba8df5d020e +43824 44189 1585020657 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj e0cb79d09b2cb159 +43931 44515 1585020657 esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl.c.obj aa578e42f9be6a86 +44189 44525 1585020657 esp-idf/sdmmc/libsdmmc.a 606b34034bb47675 +44147 44859 1585020658 esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir/essl_sdio.c.obj ae1eb731b2cff3d0 +44525 44874 1585020658 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj 9abcec7cdf265542 +44859 44989 1585020658 esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a c887be8cb213e66c +44158 45386 1585020658 esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir/esp_websocket_client.c.obj 9c0fd2ba8dc408df +44874 45395 1585020658 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj a4fcdafe6a6f3a04 +44990 45423 1585020658 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj ed354ad7932f627d +45386 45478 1585020658 esp-idf/esp_websocket_client/libesp_websocket_client.a 518e2577c9404339 +45395 45864 1585020659 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj f22a6e962f71fda1 +45423 46095 1585020659 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj ceb1125b87df0301 +45864 46349 1585020659 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj f63896555ae6e124 +41899 46524 1585020659 esp-idf/mdns/CMakeFiles/__idf_mdns.dir/mdns.c.obj e7a9b92aae399379 +45478 46548 1585020659 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj ac7206a89d348f62 +46349 46606 1585020659 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj 80ef5d78aa0b037 +46524 46611 1585020659 esp-idf/mdns/libmdns.a 9e64c996f85b3dcf +46548 46647 1585020659 esp-idf/wear_levelling/libwear_levelling.a 8ffc856a1c7bda8e +46611 46707 1585020659 esp-idf/esp_local_ctrl/libesp_local_ctrl.a 2b6d82bc97e55a06 +46606 46848 1585020660 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj 70935edbf864953a +46647 46946 1585020660 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj abf72aabc7b0ca24 +46707 47027 1585020660 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj 33c5f29f99ac3c8e +46848 47105 1585020660 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj 51da619fdf271782 +47027 47822 1585020661 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj 711bc61f6f0b486c +47105 47847 1585020661 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 9f8e58ee3ba3bf74 +46946 48005 1585020661 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj 629d2aaace6094ec +46095 48023 1585020661 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 89e8f39ba6501e65 +48023 48167 1585020661 esp-idf/fatfs/libfatfs.a d1d56c91828b233 +47847 48209 1585020661 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb.c.obj b1dd74aa655abbdd +37189 48220 1585020661 esp-idf/asio/CMakeFiles/__idf_asio.dir/asio/asio/src/asio.cpp.obj ced96d88be2d2fba +47822 48224 1585020661 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_slave.c.obj 345c4e46c30e44d4 +48005 48329 1585020661 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/common/esp_modbus_master.c.obj f08854b60ace5ab7 +48220 48342 1585020661 esp-idf/asio/libasio.a 62a13e711bc33278 +48209 48457 1585020661 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu.c.obj 4942da8c06074142 +44515 48471 1585020661 esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmlparse.c.obj 89474d8a15ca19e3 +48224 48498 1585020661 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii.c.obj 6fd15834bc0e5dd7 +48342 48539 1585020661 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbcrc.c.obj 162ecfb45450315a +48167 48550 1585020661 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/mb_m.c.obj 3af87427c190f5e0 +48471 48596 1585020661 esp-idf/expat/libexpat.a 2f48a09ddd2977e8 +48329 48690 1585020661 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/ascii/mbascii_m.c.obj 7cdc4c1411546151 +48457 48712 1585020661 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent.c.obj 664b5ae299a869c5 +48550 48738 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/port.c.obj 71f5b2b3c27cb015 +48540 48814 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/tcp/mbtcp.c.obj 7ba3837661953c26 +48498 48885 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/rtu/mbrtu_m.c.obj acd0c427e5fe89ef +48738 48969 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother_m.c.obj 4d406265a90cfda2 +48596 49023 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portevent_m.c.obj f1d0bde7eb738bdf +48713 49036 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portother.c.obj f100a268baaadd38 +48690 49055 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial_m.c.obj 27568f8bf5b15b0b +49023 49350 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils.c.obj 5a7b0f2fbafa543a +48969 49381 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer_m.c.obj deb6d4f7f478a26a +48885 49531 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/porttimer.c.obj 8cf34674e3e9546d +49057 49561 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput_m.c.obj e0cbeaf10e38d5de +48814 49618 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/port/portserial.c.obj 853af9cddea3ef9f +49351 49680 1585020662 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncother.c.obj 2a02c7b2f62b14de +49037 49751 1585020663 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfunccoils_m.c.obj 3fcbb1cf3b2882b8 +49561 49972 1585020663 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc_m.c.obj a5dffd5f3e947339 +49381 49993 1585020663 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncinput.c.obj a078218bf69573e0 +49531 50186 1585020663 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncdisc.c.obj 29b8cb18b001ef6d +49618 50213 1585020663 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding.c.obj 50f45e2322e5c55f +49756 50305 1585020663 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbutils.c.obj aae3a4a20ed5ede5 +49680 50393 1585020663 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/modbus/functions/mbfuncholding_m.c.obj 242eb8122309f5e8 +50393 50612 1585020663 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c.obj 485ab61fb1169a7e +50187 50637 1585020663 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj dcb63d57734e9c63 +50305 50755 1585020664 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c.obj 2a7064896d44c91f +49993 50772 1585020664 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_master/modbus_controller/mbc_serial_master.c.obj 9bb297ba606ec3f4 +50612 50873 1585020664 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c.obj a36b3d96bc913085 +50772 50908 1585020664 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c.obj f3562a37dfc2c3f9 +50637 50921 1585020664 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c.obj 59b1a66aa08b64d6 +49972 50928 1585020664 esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/serial_slave/modbus_controller/mbc_serial_slave.c.obj ff1b4db2a3dffdd2 +50213 50942 1585020664 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj 87a2d5e1fc5df551 +50755 50990 1585020664 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/randombytes.c.obj c24f2597976d6ac3 +50942 51049 1585020664 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/port/randombytes_esp32.c.obj 84c5f947aa7c40ea +50928 51057 1585020664 esp-idf/freemodbus/libfreemodbus.a ff1b2ecc7df2affc +50908 51093 1585020664 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c.obj e7033fa879b68863 +50873 51184 1585020664 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c.obj e071d01350af156a +50990 51232 1585020664 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 8608bc10135ef02 +50921 51252 1585020664 esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir/libsodium/src/libsodium/sodium/utils.c.obj cd618e36b77f8ca2 +51093 51300 1585020664 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_cert.c.obj 621a72bd8ed4958d +51184 51360 1585020664 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_methods.c.obj fa80b5ea9032e9aa +51300 51423 1585020664 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_stack.c.obj d84e67b9536abc4 +51360 51507 1585020664 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_x509.c.obj 2829bf3d0e3e1831 +51252 51508 1585020664 esp-idf/libsodium/liblibsodium.a bb822b24df56465d +51232 51516 1585020664 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_pkey.c.obj 48c722fc51154ad9 +51057 51553 1585020664 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/library/ssl_lib.c.obj 21a99b9fd5d18414 +51507 51649 1585020664 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_port.c.obj c485d1f53862c4ab +51516 51790 1585020665 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj 6983e292af2f0d8 +51553 51843 1585020665 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj 9c918e488f0b4333 +51049 51912 1585020665 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 34e4f57d4e995885 +51423 51950 1585020665 esp-idf/openssl/CMakeFiles/__idf_openssl.dir/platform/ssl_pm.c.obj a437ea867e2de563 +51912 51999 1585020665 esp-idf/mqtt/libmqtt.a 4b234aa7654b545c +51950 52027 1585020665 esp-idf/openssl/libopenssl.a dd8fd619cead68da +51509 52134 1585020665 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj 1a79450b2d108418 +51790 52154 1585020665 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj b5592ea701ee6798 +51650 52209 1585020665 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj d58afb73471a712b +52134 52369 1585020665 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj e09bb6de59a31e7e +52154 52503 1585020665 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj 9d5ba6d3fd5170f0 +52209 52535 1585020665 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj d620c2d3b69fad15 +52027 52558 1585020665 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj 48dddb2d50ae04db +52558 52629 1585020665 esp-idf/unity/libunity.a ffbd91855b17061e +51843 52656 1585020665 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj 5798fb22062a0645 +52370 52816 1585020666 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj 6200e76ca3d0f74d +52503 52912 1585020666 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj 49a54dd4b4294f89 +52629 53026 1585020666 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj 25380c247de24162 +52656 53067 1585020666 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj cc01b08d89ca2a70 +52816 53131 1585020666 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj 8bba0d72acb2560 +51999 53141 1585020666 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj c3fe7e01dac0e94f +53067 53168 1585020666 esp-idf/files/CMakeFiles/__idf_files.dir/file.c.obj 2b4b3a1bcf6c4f61 +52912 53173 1585020666 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj f8d791db34a2a592 +53141 53188 1585020666 esp-idf/spiffs/libspiffs.a 3977dd0f919f2d3a +53026 53197 1585020666 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj 5bcad2caeebac799 +53188 53270 1585020666 esp-idf/files/libfiles.a dc77d04f5b6e0879 +52535 53316 1585020666 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj d0bd079cd392e22d +53316 53367 1585020666 esp-idf/wifi_provisioning/libwifi_provisioning.a e2c7ff7a52f6a2dd +53168 53385 1585020666 esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj 49d7414e80ec5115 +53131 53497 1585020666 esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj 214374bbb1ac680d +53497 53526 1585020666 esp-idf/ca/libca.a 3b311f6ce51ffc82 +53270 53547 1585020666 esp-idf/wifi/CMakeFiles/__idf_wifi.dir/wifi.c.obj d67807718f820db3 +53173 53563 1585020666 esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir/cmd_nvs.c.obj a28b135a45df7a95 +53548 53593 1585020666 esp-idf/wifi/libwifi.a 318bc43937909b13 +53197 53607 1585020666 esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir/cmd_system.c.obj b8f6030d8fc531ab +53563 53618 1585020666 esp-idf/cmd_nvs/libcmd_nvs.a 1b7bb0daa3755fe0 +53607 53659 1585020666 esp-idf/cmd_system/libcmd_system.a a176a672918a9671 +53599 53778 1585020667 esp-idf/https_server/CMakeFiles/__idf_https_server.dir/https_server.c.obj fd2f26d536e73a2b +53593 53782 1585020667 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj d96bfafb6f45dd8 +53778 53796 1585020667 esp-idf/https_server/libhttps_server.a 6d743a94847b6a8d +53796 53814 1585020667 esp-idf/main/libmain.a e50809bc3b1cf5a6 +53814 54800 1585020668 esp-idf/esp32/ld/esp32.project.ld 95952199604882f3 +54800 54818 1585020668 CMakeFiles/bakalarka.elf.dir/project_elf_src.c.obj 344817c17c36955e +54818 58758 1585020672 bakalarka.elf f98fdd3aef8f707a +58758 59047 1585020672 .bin_timestamp 715a021d8f39a8be +28 159 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +159 188 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +159 188 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +159 188 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +159 188 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +188 19838 0 CMakeFiles/flash d83eebc13dccbe41 +17 110 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +110 133 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +110 133 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +110 133 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +110 133 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +18 118 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +118 144 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +118 144 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +118 144 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +118 144 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +18 241 1585027266 esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj 214374bbb1ac680d +241 266 1585027266 esp-idf/ca/libca.a 3b311f6ce51ffc82 +266 1371 1585027268 esp-idf/esp32/ld/esp32.project.ld 95952199604882f3 +17 147 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +18 158 1585027342 esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj 49d7414e80ec5115 +147 178 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +147 178 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +147 178 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +147 178 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +18 260 1585027342 esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj 214374bbb1ac680d +261 278 1585027342 esp-idf/ca/libca.a 3b311f6ce51ffc82 +278 1284 1585027343 esp-idf/esp32/ld/esp32.project.ld 95952199604882f3 +1284 5148 1585027347 bakalarka.elf f98fdd3aef8f707a +5148 5464 1585027347 .bin_timestamp 715a021d8f39a8be +16 112 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +113 138 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +113 138 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +113 138 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +113 138 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +138 19928 0 CMakeFiles/flash d83eebc13dccbe41 +29 148 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +148 174 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +148 174 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +148 174 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +148 174 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +29 280 1585059862 esp-idf/ca/CMakeFiles/__idf_ca.dir/gen_key.c.obj 49d7414e80ec5115 +280 310 1585059862 esp-idf/ca/libca.a 3b311f6ce51ffc82 +310 1874 1585059863 esp-idf/esp32/ld/esp32.project.ld 95952199604882f3 +1874 7701 1585059869 bakalarka.elf f98fdd3aef8f707a +7701 8006 1585059870 .bin_timestamp 715a021d8f39a8be +16 104 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +104 136 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +104 136 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +104 136 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +104 136 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +136 22304 0 CMakeFiles/flash d83eebc13dccbe41 +16 108 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +108 133 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +108 133 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +108 133 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +108 133 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +16 212 1585060048 esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj 214374bbb1ac680d +213 250 1585060048 esp-idf/ca/libca.a 3b311f6ce51ffc82 +250 1293 1585060049 esp-idf/esp32/ld/esp32.project.ld 95952199604882f3 +1293 5318 1585060053 bakalarka.elf f98fdd3aef8f707a +5318 5611 1585060053 .bin_timestamp 715a021d8f39a8be +5611 25311 0 CMakeFiles/flash d83eebc13dccbe41 +16 114 0 esp-idf/partition_table/CMakeFiles/partition_table fb7f74782daa0374 +114 137 1584850576 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +114 137 1584850576 bootloader/bootloader.elf c9d3074ff32525e5 +114 137 1584850576 bootloader/bootloader.bin c9d3074ff32525e5 +114 137 1584850576 bootloader/bootloader.map c9d3074ff32525e5 +16 207 1585060440 esp-idf/ca/CMakeFiles/__idf_ca.dir/ca.c.obj 214374bbb1ac680d +207 251 1585060440 esp-idf/ca/libca.a 3b311f6ce51ffc82 +251 1281 1585060441 esp-idf/esp32/ld/esp32.project.ld 95952199604882f3 +1281 5210 1585060445 bakalarka.elf f98fdd3aef8f707a +5210 5504 1585060446 .bin_timestamp 715a021d8f39a8be +5504 25736 0 CMakeFiles/flash d83eebc13dccbe41 +18 93 1585062197 partition_table/partition-table.bin c1b0e9eccbef1382 +93 185 0 esp-idf/partition_table/CMakeFiles/partition_table 35a667a64b15c538 +17 315 1585062198 esp-idf/mbedtls/x509_crt_bundle ed870dc04b8a9ec8 +315 504 1585062198 x509_crt_bundle.S 54a15aa8cf02422d +505 553 1585062198 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj c866e14ccdd0ff8c +553 576 1585062198 esp-idf/mbedtls/libmbedtls.a 20f83969fcd73776 +576 1727 1585062199 esp-idf/esp32/ld/esp32.project.ld b5a362be3745fb67 +185 2467 1585062200 bootloader-prefix/src/bootloader-stamp/bootloader-configure b7f75e20a621f516 +2468 5011 1585062200 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +2468 5011 1585062200 bootloader/bootloader.elf c9d3074ff32525e5 +2468 5011 1585062200 bootloader/bootloader.bin c9d3074ff32525e5 +2468 5011 1585062200 bootloader/bootloader.map c9d3074ff32525e5 +5011 5058 1585062202 CMakeFiles/bootloader-complete 7bb58568bcbe1b88 +5011 5058 1585062202 bootloader-prefix/src/bootloader-stamp/bootloader-done 7bb58568bcbe1b88 +1727 7205 1585062204 bakalarka.elf f98fdd3aef8f707a +7205 7515 1585062205 .bin_timestamp dd9454d406a36927 +27 151 0 esp-idf/partition_table/CMakeFiles/partition_table 35a667a64b15c538 +151 180 1585062200 bootloader-prefix/src/bootloader-stamp/bootloader-build c9d3074ff32525e5 +151 180 1585062200 bootloader/bootloader.elf c9d3074ff32525e5 +151 180 1585062200 bootloader/bootloader.bin c9d3074ff32525e5 +151 180 1585062200 bootloader/bootloader.map c9d3074ff32525e5 +0 946248 0 CMakeFiles/confserver 674679b80c395d4b diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt index 427ca5a..44f8e1d 100644 --- a/build/CMakeCache.txt +++ b/build/CMakeCache.txt @@ -1,5 +1,5 @@ # This is the CMakeCache file. -# For build in directory: /home/mithras/Documents/bakalarka/build +# For build in directory: /home/mithras/esp/bakalarka/build # It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. @@ -71,9 +71,6 @@ CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG -//C compiler -CMAKE_C_COMPILER:STRING=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc - //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_C_COMPILER_AR:FILEPATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar @@ -235,7 +232,7 @@ PERL_EXECUTABLE:FILEPATH=/usr/bin/perl PYTHON_DEPS_CHECKED:UNINITIALIZED=1 //Path to a program. -PYTHON_EXECUTABLE:FILEPATH=/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python +PYTHON_EXECUTABLE:FILEPATH=/home/mithras/.espressif/python_env/idf4.2_py3.6_env/bin/python //Allow unsafe builds. These builds ARE NOT SECURE. UNSAFE_BUILD:BOOL=OFF @@ -250,256 +247,262 @@ USE_SHARED_MBEDTLS_LIBRARY:BOOL=OFF USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON //Dependencies for the target -__idf_app_trace_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_app_trace_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_app_update_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_app_update_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_asio_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_asio_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_bootloader_support_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_bootloader_support_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_ca_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_ca_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_cbor_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_cbor_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_cmd_nvs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_cmd_nvs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_cmd_system_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_cmd_system_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_coap_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_coap_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_console_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_console_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_cxx_LIB_DEPENDS:STATIC=general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32;general;stdc++;general;gcc; +__idf_cxx_LIB_DEPENDS:STATIC=general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32;general;stdc++;general;gcc; //Dependencies for the target -__idf_driver_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_driver_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_efuse_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_efuse_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp-tls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp-tls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp32_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;gcc; +__idf_esp32_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;gcc; //Dependencies for the target -__idf_esp_adc_cal_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_adc_cal_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_common_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_xtensa;general;__idf_esp32;general;__idf_ulp;general;__idf_efuse;general;__idf_esp_http_client;general;__idf_esp_http_server;general;__idf_bootloader_support;general;__idf_nvs_flash;general;__idf_esp_wifi;general;__idf_app_update;general;__idf_lwip;general;__idf_spi_flash;general;__idf_wpa_supplicant;general;__idf_tcpip_adapter; +__idf_esp_common_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32;general;__idf_ulp;general;__idf_efuse;general;__idf_esp_http_client;general;__idf_esp_http_server;general;__idf_bootloader_support;general;__idf_nvs_flash;general;__idf_esp_wifi;general;__idf_app_update;general;__idf_lwip;general;__idf_spi_flash;general;__idf_wpa_supplicant;general;__idf_tcpip_adapter; //Dependencies for the target -__idf_esp_eth_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_eth_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_event_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_event_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_gdbstub_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_gdbstub_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_http_client_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_http_client_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_http_server_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_http_server_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_https_ota_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_https_ota_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_https_server_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_https_server_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_local_ctrl_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_local_ctrl_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_netif_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_netif_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_ringbuf_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_ringbuf_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_serial_slave_link_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_serial_slave_link_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_timer_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_system_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_websocket_client_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_timer_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_esp_wifi_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32;general;-L /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32;general;coexist;general;core;general;espnow;general;mesh;general;net80211;general;pp;general;rtc;general;smartconfig;general;phy; +__idf_esp_websocket_client_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_espcoredump_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_esp_wifi_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32;general;-L /home/mithras/esp/esp-idf/components/esp_wifi/lib/esp32;general;coexist;general;core;general;espnow;general;mesh;general;net80211;general;pp;general;rtc;general;smartconfig;general;phy; //Dependencies for the target -__idf_expat_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_espcoredump_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_fatfs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_expat_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_files_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_fatfs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_freemodbus_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_files_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_freertos_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_freemodbus_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_heap_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_freertos_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_https_server_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_heap_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_jsmn_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_https_server_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_json_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_jsmn_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_libsodium_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_json_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_log_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_libsodium_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_lv_examples_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_log_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_lvgl_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_lv_examples_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_lvgl_esp32_drivers_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_lvgl_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_lvgl_tft_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_lvgl_esp32_drivers_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_lvgl_touch_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_lvgl_tft_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_lwip_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_lvgl_touch_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_main_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_lwip_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_mdns_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_main_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_mqtt_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_newlib_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_mdns_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_nghttp_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_mqtt_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_nvs_flash_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_newlib_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_openssl_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_nghttp_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_perfmon_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_nvs_flash_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_protobuf-c_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_openssl_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_protocomm_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_perfmon_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_pthread_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_protobuf-c_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_sdmmc_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_protocomm_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_soc_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32;general;soc_esp32; +__idf_pthread_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_spi_flash_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_sdmmc_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_spiffs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_soc_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32;general;soc_esp32; //Dependencies for the target -__idf_tcp_transport_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_spi_flash_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_tcpip_adapter_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_spiffs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_ulp_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_tcp_transport_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_unity_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_tcpip_adapter_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_vfs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_ulp_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_wear_levelling_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_unity_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_wifi_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_vfs_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_wifi_provisioning_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_wear_levelling_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_wpa_supplicant_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +__idf_wifi_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -__idf_xtensa_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp32;general;/home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a; +__idf_wifi_provisioning_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; + +//Dependencies for the target +__idf_wpa_supplicant_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; + +//Dependencies for the target +__idf_xtensa_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_esp32;general;/home/mithras/esp/esp-idf/components/xtensa/esp32/libhal.a; //Value Computed by CMake -bakalarka_BINARY_DIR:STATIC=/home/mithras/Documents/bakalarka/build +bakalarka_BINARY_DIR:STATIC=/home/mithras/esp/bakalarka/build //Value Computed by CMake -bakalarka_SOURCE_DIR:STATIC=/home/mithras/Documents/bakalarka +bakalarka_SOURCE_DIR:STATIC=/home/mithras/esp/bakalarka //Value Computed by CMake -esp-idf_BINARY_DIR:STATIC=/home/mithras/Documents/bakalarka/build/esp-idf +esp-idf_BINARY_DIR:STATIC=/home/mithras/esp/bakalarka/build/esp-idf //Value Computed by CMake esp-idf_SOURCE_DIR:STATIC=/home/mithras/esp/esp-idf //Value Computed by CMake -mbed TLS_BINARY_DIR:STATIC=/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls +mbed TLS_BINARY_DIR:STATIC=/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls //Value Computed by CMake mbed TLS_SOURCE_DIR:STATIC=/home/mithras/esp/esp-idf/components/mbedtls/mbedtls //Dependencies for the target -mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; //Dependencies for the target -mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32;general;mbedx509; +mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32;general;mbedx509; //Dependencies for the target -mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32;general;mbedcrypto; +mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_soc;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32;general;mbedcrypto; //Dependencies for the target -soc_esp32_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_esp_common;general;__idf_xtensa;general;__idf_esp32; +soc_esp32_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_heap;general;__idf_log;general;__idf_lwip;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;__idf_esp32; ######################## @@ -524,7 +527,7 @@ CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/mithras/Documents/bakalarka/build +CMAKE_CACHEFILE_DIR:INTERNAL=/home/mithras/esp/bakalarka/build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache @@ -551,8 +554,6 @@ CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER -CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_AR CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB @@ -591,7 +592,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL= CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/mithras/Documents/bakalarka +CMAKE_HOME_DIRECTORY:INTERNAL=/home/mithras/esp/bakalarka //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM @@ -609,7 +610,7 @@ CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=89 +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=88 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP @@ -655,7 +656,7 @@ FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.17.1()] //Details about finding Perl FIND_PACKAGE_MESSAGE_DETAILS_Perl:INTERNAL=[/usr/bin/perl][v5.26.1()] //Details about finding PythonInterp -FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/home/mithras/.espressif/python_env/idf4.2_py2.7_env/bin/python][v2.7.17()] +FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/home/mithras/.espressif/python_env/idf4.2_py3.6_env/bin/python][v3.6.9()] //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PERL_EXECUTABLE diff --git a/build/CMakeFiles/3.10.2/CMakeSystem.cmake b/build/CMakeFiles/3.10.2/CMakeSystem.cmake index 0773d3c..1a63a5c 100644 --- a/build/CMakeFiles/3.10.2/CMakeSystem.cmake +++ b/build/CMakeFiles/3.10.2/CMakeSystem.cmake @@ -1,6 +1,6 @@ -set(CMAKE_HOST_SYSTEM "Linux-4.15.0-91-generic") +set(CMAKE_HOST_SYSTEM "Linux-5.0.0-32-generic") set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "4.15.0-91-generic") +set(CMAKE_HOST_SYSTEM_VERSION "5.0.0-32-generic") set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") include("/home/mithras/esp/esp-idf/tools/cmake/toolchain-esp32.cmake") diff --git a/build/CMakeFiles/CMakeOutput.log b/build/CMakeFiles/CMakeOutput.log index 35ff5d4..ed782ee 100644 --- a/build/CMakeFiles/CMakeOutput.log +++ b/build/CMakeFiles/CMakeOutput.log @@ -1,5 +1,5 @@ The target system is: Generic - - -The host system is: Linux - 4.15.0-91-generic - x86_64 +The host system is: Linux - 5.0.0-32-generic - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Build flags: -mlongcalls;-Wno-frame-address @@ -11,7 +11,7 @@ The output was: Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" -The C compiler identification is GNU, found in "/home/mithras/Documents/bakalarka/build/CMakeFiles/3.10.2/CompilerIdC/a.out" +The C compiler identification is GNU, found in "/home/mithras/esp/bakalarka/build/CMakeFiles/3.10.2/CompilerIdC/a.out" Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ @@ -24,7 +24,7 @@ The output was: Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" -The CXX compiler identification is GNU, found in "/home/mithras/Documents/bakalarka/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out" +The CXX compiler identification is GNU, found in "/home/mithras/esp/bakalarka/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out" Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": xtensa-esp32-elf-gcc (crosstool-NG esp-2019r2) 8.2.0 @@ -33,19 +33,19 @@ This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Determining if the C compiler works passed with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_535a7" -[1/2] Building C object CMakeFiles/cmTC_535a7.dir/testCCompiler.c.obj -[2/2] Linking C executable cmTC_535a7 +Run Build Command:"/usr/bin/ninja" "cmTC_9c3b7" +[1/2] Building C object CMakeFiles/cmTC_9c3b7.dir/testCCompiler.c.obj +[2/2] Linking C executable cmTC_9c3b7 Detecting C compiler ABI info compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_f8fe3" -[1/2] Building C object CMakeFiles/cmTC_f8fe3.dir/CMakeCCompilerABI.c.obj -[2/2] Linking C executable cmTC_f8fe3 +Run Build Command:"/usr/bin/ninja" "cmTC_07093" +[1/2] Building C object CMakeFiles/cmTC_07093.dir/CMakeCCompilerABI.c.obj +[2/2] Linking C executable cmTC_07093 Using built-in specs. COLLECT_GCC=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc COLLECT_LTO_WRAPPER=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper @@ -55,18 +55,18 @@ Thread model: posix gcc version 8.2.0 (crosstool-NG esp-2019r2) COMPILER_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ LIBRARY_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_f8fe3' - /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccbuuSar.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_f8fe3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_f8fe3.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_f8fe3' +COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_07093' + /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cca0meGg.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_07093 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_07093.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o +COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_07093' Parsed C implicit link information from above output: link line regex: [^( *|.*[/\])(xtensa-esp32-elf-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp] + ignore line: [Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp] ignore line: [] - ignore line: [Run Build Command:"/usr/bin/ninja" "cmTC_f8fe3"] - ignore line: [[1/2] Building C object CMakeFiles/cmTC_f8fe3.dir/CMakeCCompilerABI.c.obj] - ignore line: [[2/2] Linking C executable cmTC_f8fe3] + ignore line: [Run Build Command:"/usr/bin/ninja" "cmTC_07093"] + ignore line: [[1/2] Building C object CMakeFiles/cmTC_07093.dir/CMakeCCompilerABI.c.obj] + ignore line: [[2/2] Linking C executable cmTC_07093] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc] ignore line: [COLLECT_LTO_WRAPPER=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper] @@ -76,27 +76,27 @@ Parsed C implicit link information from above output: ignore line: [gcc version 8.2.0 (crosstool-NG esp-2019r2) ] ignore line: [COMPILER_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/] ignore line: [LIBRARY_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_f8fe3'] - link line: [ /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccbuuSar.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_f8fe3 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_f8fe3.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_07093'] + link line: [ /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cca0meGg.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_07093 /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_07093.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o] arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2] ==> ignore arg [-plugin] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so] ==> ignore arg [-plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccbuuSar.res] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cca0meGg.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lnosys] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-o] ==> ignore - arg [cmTC_f8fe3] ==> ignore + arg [cmTC_07093] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o] ==> ignore arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0] arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc] arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib] - arg [CMakeFiles/cmTC_f8fe3.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [CMakeFiles/cmTC_07093.dir/CMakeCCompilerABI.c.obj] ==> ignore arg [-lgcc] ==> lib [gcc] arg [-lc] ==> lib [c] arg [-lnosys] ==> lib [nosys] @@ -115,11 +115,11 @@ Parsed C implicit link information from above output: Detecting C [-std=c11] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_58063" -[1/2] Building C object CMakeFiles/cmTC_58063.dir/feature_tests.c.obj -[2/2] Linking C executable cmTC_58063 +Run Build Command:"/usr/bin/ninja" "cmTC_595ba" +[1/2] Building C object CMakeFiles/cmTC_595ba.dir/feature_tests.c.obj +[2/2] Linking C executable cmTC_595ba Feature record: C_FEATURE:1c_function_prototypes @@ -129,11 +129,11 @@ Run Build Command:"/usr/bin/ninja" "cmTC_58063" Detecting C [-std=c99] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_b8d11" -[1/2] Building C object CMakeFiles/cmTC_b8d11.dir/feature_tests.c.obj -[2/2] Linking C executable cmTC_b8d11 +Run Build Command:"/usr/bin/ninja" "cmTC_728e9" +[1/2] Building C object CMakeFiles/cmTC_728e9.dir/feature_tests.c.obj +[2/2] Linking C executable cmTC_728e9 Feature record: C_FEATURE:1c_function_prototypes @@ -143,11 +143,11 @@ Run Build Command:"/usr/bin/ninja" "cmTC_b8d11" Detecting C [-std=c90] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_65974" -[1/2] Building C object CMakeFiles/cmTC_65974.dir/feature_tests.c.obj -[2/2] Linking C executable cmTC_65974 +Run Build Command:"/usr/bin/ninja" "cmTC_10bfd" +[1/2] Building C object CMakeFiles/cmTC_10bfd.dir/feature_tests.c.obj +[2/2] Linking C executable cmTC_10bfd Feature record: C_FEATURE:1c_function_prototypes @@ -155,19 +155,19 @@ Run Build Command:"/usr/bin/ninja" "cmTC_65974" Feature record: C_FEATURE:0c_static_assert Feature record: C_FEATURE:0c_variadic_macros Determining if the CXX compiler works passed with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_0e0df" -[1/2] Building CXX object CMakeFiles/cmTC_0e0df.dir/testCXXCompiler.cxx.obj -[2/2] Linking CXX executable cmTC_0e0df +Run Build Command:"/usr/bin/ninja" "cmTC_486f0" +[1/2] Building CXX object CMakeFiles/cmTC_486f0.dir/testCXXCompiler.cxx.obj +[2/2] Linking CXX executable cmTC_486f0 Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_3509c" -[1/2] Building CXX object CMakeFiles/cmTC_3509c.dir/CMakeCXXCompilerABI.cpp.obj -[2/2] Linking CXX executable cmTC_3509c +Run Build Command:"/usr/bin/ninja" "cmTC_563bb" +[1/2] Building CXX object CMakeFiles/cmTC_563bb.dir/CMakeCXXCompilerABI.cpp.obj +[2/2] Linking CXX executable cmTC_563bb Using built-in specs. COLLECT_GCC=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ COLLECT_LTO_WRAPPER=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper @@ -177,18 +177,18 @@ Thread model: posix gcc version 8.2.0 (crosstool-NG esp-2019r2) COMPILER_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ LIBRARY_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_3509c' - /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccprUhKI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_3509c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_3509c.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_3509c' +COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_563bb' + /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccq9E3Az.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_563bb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_563bb.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o +COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_563bb' Parsed CXX implicit link information from above output: link line regex: [^( *|.*[/\])(xtensa-esp32-elf-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp] + ignore line: [Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp] ignore line: [] - ignore line: [Run Build Command:"/usr/bin/ninja" "cmTC_3509c"] - ignore line: [[1/2] Building CXX object CMakeFiles/cmTC_3509c.dir/CMakeCXXCompilerABI.cpp.obj] - ignore line: [[2/2] Linking CXX executable cmTC_3509c] + ignore line: [Run Build Command:"/usr/bin/ninja" "cmTC_563bb"] + ignore line: [[1/2] Building CXX object CMakeFiles/cmTC_563bb.dir/CMakeCXXCompilerABI.cpp.obj] + ignore line: [[2/2] Linking CXX executable cmTC_563bb] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++] ignore line: [COLLECT_LTO_WRAPPER=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper] @@ -198,27 +198,27 @@ Parsed CXX implicit link information from above output: ignore line: [gcc version 8.2.0 (crosstool-NG esp-2019r2) ] ignore line: [COMPILER_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/] ignore line: [LIBRARY_PATH=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/:/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_3509c'] - link line: [ /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccprUhKI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_3509c /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_3509c.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_563bb'] + link line: [ /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2 -plugin /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so -plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccq9E3Az.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_563bb /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0 -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc -L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_563bb.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtend.o /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtn.o] arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/collect2] ==> ignore arg [-plugin] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/liblto_plugin.so] ==> ignore arg [-plugin-opt=/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/8.2.0/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccprUhKI.res] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccq9E3Az.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lnosys] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-o] ==> ignore - arg [cmTC_3509c] ==> ignore + arg [cmTC_563bb] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crti.o] ==> ignore arg [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/crtbegin.o] ==> ignore arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0] arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc] arg [-L/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [/home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/lib] - arg [CMakeFiles/cmTC_3509c.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [CMakeFiles/cmTC_563bb.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore arg [-lstdc++] ==> lib [stdc++] arg [-lm] ==> lib [m] arg [-lgcc] ==> lib [gcc] @@ -239,11 +239,11 @@ Parsed CXX implicit link information from above output: Detecting CXX [-std=c++1z] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_57108" -[1/2] Building CXX object CMakeFiles/cmTC_57108.dir/feature_tests.cxx.obj -[2/2] Linking CXX executable cmTC_57108 +Run Build Command:"/usr/bin/ninja" "cmTC_953f4" +[1/2] Building CXX object CMakeFiles/cmTC_953f4.dir/feature_tests.cxx.obj +[2/2] Linking CXX executable cmTC_953f4 Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers @@ -306,11 +306,11 @@ Run Build Command:"/usr/bin/ninja" "cmTC_57108" Detecting CXX [-std=c++14] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_bcd36" -[1/2] Building CXX object CMakeFiles/cmTC_bcd36.dir/feature_tests.cxx.obj -[2/2] Linking CXX executable cmTC_bcd36 +Run Build Command:"/usr/bin/ninja" "cmTC_aa6e0" +[1/2] Building CXX object CMakeFiles/cmTC_aa6e0.dir/feature_tests.cxx.obj +[2/2] Linking CXX executable cmTC_aa6e0 Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers @@ -373,11 +373,11 @@ Run Build Command:"/usr/bin/ninja" "cmTC_bcd36" Detecting CXX [-std=c++11] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_80e8d" -[1/2] Building CXX object CMakeFiles/cmTC_80e8d.dir/feature_tests.cxx.obj -[2/2] Linking CXX executable cmTC_80e8d +Run Build Command:"/usr/bin/ninja" "cmTC_153ee" +[1/2] Building CXX object CMakeFiles/cmTC_153ee.dir/feature_tests.cxx.obj +[2/2] Linking CXX executable cmTC_153ee Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers @@ -440,11 +440,11 @@ Run Build Command:"/usr/bin/ninja" "cmTC_80e8d" Detecting CXX [-std=c++98] compiler features compiled with the following output: -Change Dir: /home/mithras/Documents/bakalarka/build/CMakeFiles/CMakeTmp +Change Dir: /home/mithras/esp/bakalarka/build/CMakeFiles/CMakeTmp -Run Build Command:"/usr/bin/ninja" "cmTC_156e3" -[1/2] Building CXX object CMakeFiles/cmTC_156e3.dir/feature_tests.cxx.obj -[2/2] Linking CXX executable cmTC_156e3 +Run Build Command:"/usr/bin/ninja" "cmTC_028d4" +[1/2] Building CXX object CMakeFiles/cmTC_028d4.dir/feature_tests.cxx.obj +[2/2] Linking CXX executable cmTC_028d4 Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt index 57564a2..d92ff2f 100644 --- a/build/CMakeFiles/TargetDirectories.txt +++ b/build/CMakeFiles/TargetDirectories.txt @@ -1,637 +1,633 @@ -/home/mithras/Documents/bakalarka/build/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/gen_project_binary.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/bakalarka.elf.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/menuconfig.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/app.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/erase_flash.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/bootloader.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/flash.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/confserver.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/monitor.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/_project_elf_src.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/size.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/size-components.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/size-files.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/xtensa/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/xtensa/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir -/home/mithras/Documents/bakalarka/build/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/xtensa/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/xtensa/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/xtensa/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_rom/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_rom/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/CMakeFiles/__idf_soc.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_eth/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_eth/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_netif/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_netif/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_event/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_event/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_event/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir -/home/mithras/Documents/bakalarka/build/esp-idf/efuse/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/partition_table/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/partition_table/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/partition_table/CMakeFiles/partition_table.dir -/home/mithras/Documents/bakalarka/build/esp-idf/partition_table/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir -/home/mithras/Documents/bakalarka/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_update/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_update/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_update/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_update/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_update/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spi_flash/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spi_flash/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lwip/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lwip/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lwip/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lwip/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lwip/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/log/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/log/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/log/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/log/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/log/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/log/CMakeFiles/__idf_log.dir -/home/mithras/Documents/bakalarka/build/esp-idf/log/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/heap/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/heap/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/heap/CMakeFiles/__idf_heap.dir -/home/mithras/Documents/bakalarka/build/esp-idf/heap/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/heap/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/heap/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/driver/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/driver/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/driver/CMakeFiles/__idf_driver.dir -/home/mithras/Documents/bakalarka/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/driver/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/driver/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/driver/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/pthread/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/pthread/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir -/home/mithras/Documents/bakalarka/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/pthread/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/pthread/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/pthread/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir -/home/mithras/Documents/bakalarka/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/espcoredump/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/espcoredump/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/perfmon/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/perfmon/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir -/home/mithras/Documents/bakalarka/build/esp-idf/perfmon/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/perfmon/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/perfmon/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/perfmon/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp32/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp32/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp32/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp32/CMakeFiles/esp32_linker_script.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp32/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp32/CMakeFiles/__idf_esp32.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp32/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp32/CMakeFiles/__ldgen_output_esp32.project.ld.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp32/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_common/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_common/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_common/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_timer/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_timer/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freertos/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freertos/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freertos/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freertos/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freertos/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/vfs/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/vfs/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/vfs/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/vfs/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir -/home/mithras/Documents/bakalarka/build/esp-idf/vfs/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/newlib/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/newlib/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir -/home/mithras/Documents/bakalarka/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/newlib/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/newlib/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/newlib/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cxx/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cxx/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cxx/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cxx/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cxx/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_trace/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_trace/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/app_trace/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/asio/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/asio/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/asio/CMakeFiles/__idf_asio.dir -/home/mithras/Documents/bakalarka/build/esp-idf/asio/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/asio/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/asio/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/asio/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bt/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bt/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bt/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bt/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/bt/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cbor/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cbor/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cbor/CMakeFiles/__idf_cbor.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cbor/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cbor/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cbor/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cbor/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/coap/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/coap/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/coap/CMakeFiles/__idf_coap.dir -/home/mithras/Documents/bakalarka/build/esp-idf/coap/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/coap/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/coap/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/coap/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/console/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/console/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/console/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/console/CMakeFiles/__idf_console.dir -/home/mithras/Documents/bakalarka/build/esp-idf/console/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/console/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/console/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nghttp/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nghttp/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nghttp/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nghttp/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nghttp/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/nghttp/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp-tls/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp-tls/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protocomm/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protocomm/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/protocomm/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mdns/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mdns/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mdns/CMakeFiles/__idf_mdns.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mdns/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mdns/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mdns/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mdns/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir -/home/mithras/Documents/bakalarka/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/sdmmc/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/sdmmc/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esptool_py/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/esptool_py/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/expat/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/expat/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/expat/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/expat/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/expat/CMakeFiles/__idf_expat.dir -/home/mithras/Documents/bakalarka/build/esp-idf/expat/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/expat/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/fatfs/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir -/home/mithras/Documents/bakalarka/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/fatfs/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/fatfs/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freemodbus/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freemodbus/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freemodbus/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freemodbus/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freemodbus/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/freemodbus/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/idf_test/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/idf_test/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/idf_test/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/jsmn/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/jsmn/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir -/home/mithras/Documents/bakalarka/build/esp-idf/jsmn/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/jsmn/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/jsmn/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/jsmn/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/json/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/json/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/json/CMakeFiles/__idf_json.dir -/home/mithras/Documents/bakalarka/build/esp-idf/json/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/json/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/json/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/json/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/libsodium/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/libsodium/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir -/home/mithras/Documents/bakalarka/build/esp-idf/libsodium/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/libsodium/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/libsodium/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/libsodium/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mqtt/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mqtt/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/mqtt/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/openssl/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/openssl/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/openssl/CMakeFiles/__idf_openssl.dir -/home/mithras/Documents/bakalarka/build/esp-idf/openssl/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/openssl/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/openssl/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/openssl/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spiffs/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spiffs/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/spiffs/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ulp/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ulp/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ulp/CMakeFiles/__idf_ulp.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ulp/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ulp/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ulp/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/unity/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/unity/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/unity/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/unity/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/unity/CMakeFiles/__idf_unity.dir -/home/mithras/Documents/bakalarka/build/esp-idf/unity/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/main/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/main/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/main/CMakeFiles/__idf_main.dir -/home/mithras/Documents/bakalarka/build/esp-idf/main/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/main/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/main/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/main/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/files/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/files/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/files/CMakeFiles/__idf_files.dir -/home/mithras/Documents/bakalarka/build/esp-idf/files/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/files/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/files/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/files/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ca/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ca/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ca/CMakeFiles/__idf_ca.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ca/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ca/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ca/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/ca/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_system/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_system/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_system/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_system/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_system/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/cmd_system/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi/CMakeFiles/__idf_wifi.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/wifi/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/https_server/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/https_server/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/https_server/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/https_server/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/https_server/CMakeFiles/__idf_https_server.dir -/home/mithras/Documents/bakalarka/build/esp-idf/https_server/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/https_server/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl/CMakeFiles/__idf_lvgl.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lv_examples/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lv_examples/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lv_examples/CMakeFiles/__idf_lv_examples.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lv_examples/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lv_examples/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lv_examples/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lv_examples/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_esp32_drivers/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft/CMakeFiles/__idf_lvgl_tft.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft/CMakeFiles/install/local.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_tft/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch/CMakeFiles/install/strip.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch/CMakeFiles/edit_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch/CMakeFiles/__idf_lvgl_touch.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch/CMakeFiles/install.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch/CMakeFiles/rebuild_cache.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch/CMakeFiles/list_install_components.dir -/home/mithras/Documents/bakalarka/build/esp-idf/lvgl_touch/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/gen_project_binary.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/bakalarka.elf.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/menuconfig.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/app.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/erase_flash.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/bootloader.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/flash.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/confserver.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/monitor.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/encrypted-flash.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/_project_elf_src.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/size.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/size-components.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/size-files.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/xtensa/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/xtensa/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir +/home/mithras/esp/bakalarka/build/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/xtensa/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/xtensa/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/xtensa/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +/home/mithras/esp/bakalarka/build/esp-idf/efuse/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader_support/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/partition_table/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/partition_table/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/partition_table/CMakeFiles/partition_table.dir +/home/mithras/esp/bakalarka/build/esp-idf/partition_table/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir +/home/mithras/esp/bakalarka/build/esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir +/home/mithras/esp/bakalarka/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_update/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_update/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_update/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_update/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_update/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +/home/mithras/esp/bakalarka/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/spi_flash/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/spi_flash/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_system/port/esp32/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_rom/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_rom/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/CMakeFiles/__idf_soc.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/src/esp32/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/soc_esp32.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/soc/soc/esp32/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_eth/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_eth/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/__idf_tcpip_adapter.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcpip_adapter/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_netif/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_netif/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_event/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_event/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_event/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir +/home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir +/home/mithras/esp/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_wifi/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/lwip/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/lwip/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir +/home/mithras/esp/bakalarka/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/lwip/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/lwip/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/lwip/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/log/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/log/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/log/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/log/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/log/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/log/CMakeFiles/__idf_log.dir +/home/mithras/esp/bakalarka/build/esp-idf/log/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/heap/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/heap/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/heap/CMakeFiles/__idf_heap.dir +/home/mithras/esp/bakalarka/build/esp-idf/heap/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/heap/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/heap/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/driver/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/driver/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/driver/CMakeFiles/__idf_driver.dir +/home/mithras/esp/bakalarka/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/driver/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/driver/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/driver/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/pthread/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/pthread/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir +/home/mithras/esp/bakalarka/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/pthread/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/pthread/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/pthread/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir +/home/mithras/esp/bakalarka/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/espcoredump/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/espcoredump/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/perfmon/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/perfmon/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir +/home/mithras/esp/bakalarka/build/esp-idf/perfmon/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/perfmon/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/perfmon/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/perfmon/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp32/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp32/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp32/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp32/CMakeFiles/esp32_linker_script.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp32/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp32/CMakeFiles/__idf_esp32.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp32/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp32/CMakeFiles/__ldgen_output_esp32.project.ld.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp32/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_common/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_common/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_common/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_timer/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_timer/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/freertos/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/freertos/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir +/home/mithras/esp/bakalarka/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/freertos/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/freertos/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/freertos/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/vfs/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/vfs/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/vfs/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/vfs/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir +/home/mithras/esp/bakalarka/build/esp-idf/vfs/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/newlib/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/newlib/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir +/home/mithras/esp/bakalarka/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/newlib/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/newlib/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/newlib/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/cxx/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/cxx/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/cxx/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir +/home/mithras/esp/bakalarka/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/cxx/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/cxx/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_trace/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_trace/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/app_trace/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/asio/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/asio/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/asio/CMakeFiles/__idf_asio.dir +/home/mithras/esp/bakalarka/build/esp-idf/asio/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/asio/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/asio/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/asio/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/bt/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/bt/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/bt/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/bt/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/bt/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/cbor/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/cbor/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/cbor/CMakeFiles/__idf_cbor.dir +/home/mithras/esp/bakalarka/build/esp-idf/cbor/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/cbor/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/cbor/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/cbor/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/coap/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/coap/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/coap/CMakeFiles/__idf_coap.dir +/home/mithras/esp/bakalarka/build/esp-idf/coap/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/coap/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/coap/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/coap/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/console/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/console/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/console/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/console/CMakeFiles/__idf_console.dir +/home/mithras/esp/bakalarka/build/esp-idf/console/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/console/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/console/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/nghttp/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/nghttp/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir +/home/mithras/esp/bakalarka/build/esp-idf/nghttp/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/nghttp/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/nghttp/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/nghttp/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp-tls/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp-tls/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/__idf_esp_adc_cal.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_adc_cal/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/tcp_transport/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_client/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_http_server/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_https_server/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir +/home/mithras/esp/bakalarka/build/esp-idf/protobuf-c/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/protocomm/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir +/home/mithras/esp/bakalarka/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/protocomm/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/protocomm/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/mdns/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mdns/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/mdns/CMakeFiles/__idf_mdns.dir +/home/mithras/esp/bakalarka/build/esp-idf/mdns/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mdns/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/mdns/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/mdns/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir +/home/mithras/esp/bakalarka/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/sdmmc/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/sdmmc/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/__idf_esp_serial_slave_link.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_serial_slave_link/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/__idf_esp_websocket_client.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esp_websocket_client/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/esptool_py/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir +/home/mithras/esp/bakalarka/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/esptool_py/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir +/home/mithras/esp/bakalarka/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/expat/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/expat/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/expat/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/expat/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/expat/CMakeFiles/__idf_expat.dir +/home/mithras/esp/bakalarka/build/esp-idf/expat/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/expat/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir +/home/mithras/esp/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/fatfs/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir +/home/mithras/esp/bakalarka/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/fatfs/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/fatfs/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/freemodbus/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/freemodbus/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir +/home/mithras/esp/bakalarka/build/esp-idf/freemodbus/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/freemodbus/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/freemodbus/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/freemodbus/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/idf_test/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/idf_test/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/idf_test/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/jsmn/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/jsmn/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/jsmn/CMakeFiles/__idf_jsmn.dir +/home/mithras/esp/bakalarka/build/esp-idf/jsmn/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/jsmn/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/jsmn/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/jsmn/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/json/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/json/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/json/CMakeFiles/__idf_json.dir +/home/mithras/esp/bakalarka/build/esp-idf/json/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/json/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/json/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/json/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/libsodium/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/libsodium/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/libsodium/CMakeFiles/__idf_libsodium.dir +/home/mithras/esp/bakalarka/build/esp-idf/libsodium/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/libsodium/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/libsodium/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/libsodium/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/mqtt/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir +/home/mithras/esp/bakalarka/build/esp-idf/mqtt/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/mqtt/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/openssl/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/openssl/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/openssl/CMakeFiles/__idf_openssl.dir +/home/mithras/esp/bakalarka/build/esp-idf/openssl/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/openssl/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/openssl/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/openssl/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/spiffs/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir +/home/mithras/esp/bakalarka/build/esp-idf/spiffs/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/spiffs/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/tinyusb/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/tinyusb/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/tinyusb/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/tinyusb/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/tinyusb/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/tinyusb/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/ulp/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/ulp/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/ulp/CMakeFiles/__idf_ulp.dir +/home/mithras/esp/bakalarka/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/ulp/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/ulp/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/ulp/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/unity/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/unity/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/unity/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/unity/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/unity/CMakeFiles/__idf_unity.dir +/home/mithras/esp/bakalarka/build/esp-idf/unity/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/main/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/main/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/main/CMakeFiles/__idf_main.dir +/home/mithras/esp/bakalarka/build/esp-idf/main/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/main/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/main/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/main/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/files/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/files/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/files/CMakeFiles/__idf_files.dir +/home/mithras/esp/bakalarka/build/esp-idf/files/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/files/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/files/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/files/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/ca/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/ca/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/ca/CMakeFiles/__idf_ca.dir +/home/mithras/esp/bakalarka/build/esp-idf/ca/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/ca/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/ca/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/ca/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/__idf_cmd_nvs.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_nvs/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_system/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_system/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_system/CMakeFiles/__idf_cmd_system.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_system/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_system/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_system/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/cmd_system/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi/CMakeFiles/__idf_wifi.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/wifi/CMakeFiles/install.dir +/home/mithras/esp/bakalarka/build/esp-idf/https_server/CMakeFiles/install/strip.dir +/home/mithras/esp/bakalarka/build/esp-idf/https_server/CMakeFiles/edit_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/https_server/CMakeFiles/list_install_components.dir +/home/mithras/esp/bakalarka/build/esp-idf/https_server/CMakeFiles/install/local.dir +/home/mithras/esp/bakalarka/build/esp-idf/https_server/CMakeFiles/__idf_https_server.dir +/home/mithras/esp/bakalarka/build/esp-idf/https_server/CMakeFiles/rebuild_cache.dir +/home/mithras/esp/bakalarka/build/esp-idf/https_server/CMakeFiles/install.dir diff --git a/build/CMakeFiles/bootloader.dir/Labels.json b/build/CMakeFiles/bootloader.dir/Labels.json index d198d3d..5d94abe 100644 --- a/build/CMakeFiles/bootloader.dir/Labels.json +++ b/build/CMakeFiles/bootloader.dir/Labels.json @@ -2,34 +2,34 @@ "sources" : [ { - "file" : "/home/mithras/Documents/bakalarka/build/CMakeFiles/bootloader" + "file" : "/home/mithras/esp/bakalarka/build/CMakeFiles/bootloader" }, { - "file" : "/home/mithras/Documents/bakalarka/build/CMakeFiles/bootloader.rule" + "file" : "/home/mithras/esp/bakalarka/build/CMakeFiles/bootloader.rule" }, { - "file" : "/home/mithras/Documents/bakalarka/build/CMakeFiles/bootloader-complete.rule" + "file" : "/home/mithras/esp/bakalarka/build/CMakeFiles/bootloader-complete.rule" }, { - "file" : "/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" + "file" : "/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" }, { - "file" : "/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" + "file" : "/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" }, { - "file" : "/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" + "file" : "/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" }, { - "file" : "/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" + "file" : "/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" }, { - "file" : "/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" + "file" : "/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" }, { - "file" : "/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" + "file" : "/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" }, { - "file" : "/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" + "file" : "/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" } ], "target" : diff --git a/build/CMakeFiles/bootloader.dir/Labels.txt b/build/CMakeFiles/bootloader.dir/Labels.txt index 6385676..6a3b385 100644 --- a/build/CMakeFiles/bootloader.dir/Labels.txt +++ b/build/CMakeFiles/bootloader.dir/Labels.txt @@ -1,13 +1,13 @@ # Target labels bootloader # Source files and their labels -/home/mithras/Documents/bakalarka/build/CMakeFiles/bootloader -/home/mithras/Documents/bakalarka/build/CMakeFiles/bootloader.rule -/home/mithras/Documents/bakalarka/build/CMakeFiles/bootloader-complete.rule -/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule -/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule -/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule -/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule -/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule -/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule -/home/mithras/Documents/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule +/home/mithras/esp/bakalarka/build/CMakeFiles/bootloader +/home/mithras/esp/bakalarka/build/CMakeFiles/bootloader.rule +/home/mithras/esp/bakalarka/build/CMakeFiles/bootloader-complete.rule +/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule +/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule +/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule +/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule +/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule +/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule +/home/mithras/esp/bakalarka/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule diff --git a/build/CMakeFiles/git-data/grabRef.cmake b/build/CMakeFiles/git-data/grabRef.cmake index 49106fa..53fc300 100644 --- a/build/CMakeFiles/git-data/grabRef.cmake +++ b/build/CMakeFiles/git-data/grabRef.cmake @@ -15,7 +15,7 @@ set(HEAD_HASH) -file(READ "/home/mithras/Documents/bakalarka/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) +file(READ "/home/mithras/esp/bakalarka/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) set(GIT_DIR "/home/mithras/esp/esp-idf/.git") @@ -34,17 +34,17 @@ if(HEAD_CONTENTS MATCHES "ref") # named branch string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") if(EXISTS "${GIT_DIR}/${HEAD_REF}") - configure_file("${GIT_DIR}/${HEAD_REF}" "/home/mithras/Documents/bakalarka/build/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/${HEAD_REF}" "/home/mithras/esp/bakalarka/build/CMakeFiles/git-data/head-ref" COPYONLY) elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") - configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/mithras/Documents/bakalarka/build/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/mithras/esp/bakalarka/build/CMakeFiles/git-data/head-ref" COPYONLY) set(HEAD_HASH "${HEAD_REF}") endif() else() # detached HEAD - configure_file("${GIT_DIR}/HEAD" "/home/mithras/Documents/bakalarka/build/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/HEAD" "/home/mithras/esp/bakalarka/build/CMakeFiles/git-data/head-ref" COPYONLY) endif() if(NOT HEAD_HASH) - file(READ "/home/mithras/Documents/bakalarka/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + file(READ "/home/mithras/esp/bakalarka/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) string(STRIP "${HEAD_HASH}" HEAD_HASH) endif() diff --git a/build/CMakeFiles/git-data/head-ref b/build/CMakeFiles/git-data/head-ref index 09fc5bb..ebafeac 100644 --- a/build/CMakeFiles/git-data/head-ref +++ b/build/CMakeFiles/git-data/head-ref @@ -1 +1 @@ -132cc67c03364f5f032aa65c6b88f1f1bf7ecbee +6330b3345e87eb4401e7be7c8b6fea2870c35d9f diff --git a/build/bakalarka.bin b/build/bakalarka.bin index 6c1dc0341d3c7d62b82c323f6ca7178c0a82235f..a40e09b92aa92f22a66d7775cf7a1a737b33b48c 100644 GIT binary patch delta 441595 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ðd=f2$4R`LmA>XxF64U&v6TMOl|CB8dq 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 z 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%0DkbO&kNLPsC^6c$0 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 R$mH#cKTjt{~wAQJ0bu8 delta 464183 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